[
  {
    "path": ".gitignore",
    "content": "key.pem\nnode_modules\ndev\ndist\nbuild\nbuild.zip\ncredentials.json\nreleases"
  },
  {
    "path": "CHANGELOG.md",
    "content": "## 1.1.15\n\nFix bug in feedback box in ViewStyleURL bar\n\n## 1.1.14\n\nThe bottom bar is now hidden when in print mode. Thanks whomever wrote in and flagged this issue.\n\n## 1.1.13\n\nStyleURL now supports creating secret gists, so that they don't appear in search or anywhere public. This is now the behavior by default.\n\n## 1.1.12\n\nFixed issue where navigating around in Reddit sometimes caused a giant diff to appear of changes on the page. This happened because:\n\nReddit uses `<style>` which are empty in the DOM, but with rules populated via `insertRule` - https://developer.mozilla.org/en-US/docs/Web/API/CSSStyleSheet/insertRule\n\nIt just so happens that these style tags are not editable from within devtools anyway.\n\nAs part of this, realized that if style tags are added/removed dynamically to the website while devtools is open, StyleURL will think the user changed it instead of the site.\n\nTODO, these two fixes:\n\n1.  Add a MutationObserver for tracking when style tags are added or removed from the DOM, and add the contents of the style tag to TAB_ORIGINAL_STYLES\n2.  When history state updates, reset devtools.js. Currently, it only does this when you navigate.\n\n## 1.1.11\n\n- On some websites, the code diff text was centered. It should be left aligned. So, I made it left-aligned.\n\n## 1.1.10\n\n- Automatically hide the bottom bar when there are no more CSS changes\n- Include whether in-app feedback is from the view styleurl or the create styleurl bar\n\n## 1.1.9\n\n- Fixed flash of unstyled content when the bar at the bottom loads\n- Added in-app feedback widget to help us improve the product, inspired by the one in the Stripe Dashboard.\n\n## 1.1.8\n\nBump version of `stylesheet-differ`. This fixes some bugs people were experiencing when viewing the diff.\n\n## 1.1.7\n\n- Hide Intercom **only** when the StyleURL bar is visible in the page because it covers up StyleURL and, for now, it's easier to forcefully hide it than to move it to be above the bar. TODO: observe for the `#intercom-container` selector instead of inserting a style tag when bar appears\n- Add a spacer div to handle a good amount of cases where the bottom of screen is covered up by StyleURL. This won't fix every case, particularly websites like Facebook where the bottom of the screen is something else that's floaty\n\n## 1.1.6\n\n- Add \"Share StyleURL\" link to GitHub Gist\n- Show error message when devtools isn't open and the user clicks \"Share\" or \"Create Gist\"\n\n## 1.1.5\n\nIgnore error causd by tab to not exist when resetting browserAction. This caused other things to break, and is a safe error to silence (famous last words)\n\n## 1.1.4\n\nFix bug caused in 1.1.3 where the redirect URL was the share URL\n\n## 1.1.3\n\nFix \"Share changes\" button on HTTP-only sites\n\n## 1.1.2\n\nRemove console.\\*(^[error|log]) in production\n\n## 1.1.1\n\nRemove query string from exported filenames because that's usually just a way to deal with caching and not how filenames are in the filesystem.\n\n## 1.1.0\n\nImprove performance of memoizer slightly\n\n## 1.0.9\n\nFix issue where stylesheets after page changes on the same tab were being diffed. For example, you'd open Hacker News, edit some styles, click on a link to a page, then it would show all the Hacker News styles being `unset`.\n\nNow, it clears all the cached styles on `chrome.webNavigation.onCommitted`.\n\nAdditionally:\n\n- Made the <CodeDiff /> box 400px wide instead of 320px.\n- Made the filenames use \"\\_\" instead of \"!\" as the replacement character when a character is invalid. For example, before `news.css!asodKPODSAKDPOK.css` and after `news.css_COKASODK.css`\n\n## 1.0.8\n\nUpdate stylesheet-differ to the latest version, fixing a bad bug.\n\n## 1.0.7\n\nPerformance improvements and bug fixes\n\n## 1.0.6\n\nBump version.\n\n## 1.0.5\n\nBump version.\n\n## 1.0.4\n\nBump version.\n\n## 1.0.3\n\nBump version.\n\n## 1.0.2\n\nInitial Release.\n"
  },
  {
    "path": "LICENSE",
    "content": " GNU AFFERO GENERAL PUBLIC LICENSE\n                       Version 3, 19 November 2007\n\n Copyright (C) 2007 Free Software Foundation, Inc. <https://fsf.org/>\n Everyone is permitted to copy and distribute verbatim copies\n of this license document, but changing it is not allowed.\n\n                            Preamble\n\n  The GNU Affero General Public License is a free, copyleft license for\nsoftware and other kinds of works, specifically designed to ensure\ncooperation with the community in the case of network server software.\n\n  The licenses for most software and other practical works are designed\nto take away your freedom to share and change the works.  By contrast,\nour General Public Licenses are intended to guarantee your freedom to\nshare and change all versions of a program--to make sure it remains free\nsoftware for all its users.\n\n  When we speak of free software, we are referring to freedom, not\nprice.  Our General Public Licenses are designed to make sure that you\nhave the freedom to distribute copies of free software (and charge for\nthem if you wish), that you receive source code or can get it if you\nwant it, that you can change the software or use pieces of it in new\nfree programs, and that you know you can do these things.\n\n  Developers that use our General Public Licenses protect your rights\nwith two steps: (1) assert copyright on the software, and (2) offer\nyou this License which gives you legal permission to copy, distribute\nand/or modify the software.\n\n  A secondary benefit of defending all users' freedom is that\nimprovements made in alternate versions of the program, if they\nreceive widespread use, become available for other developers to\nincorporate.  Many developers of free software are heartened and\nencouraged by the resulting cooperation.  However, in the case of\nsoftware used on network servers, this result may fail to come about.\nThe GNU General Public License permits making a modified version and\nletting the public access it on a server without ever releasing its\nsource code to the public.\n\n  The GNU Affero General Public License is designed specifically to\nensure that, in such cases, the modified source code becomes available\nto the community.  It requires the operator of a network server to\nprovide the source code of the modified version running there to the\nusers of that server.  Therefore, public use of a modified version, on\na publicly accessible server, gives the public access to the source\ncode of the modified version.\n\n  An older license, called the Affero General Public License and\npublished by Affero, was designed to accomplish similar goals.  This is\na different license, not a version of the Affero GPL, but Affero has\nreleased a new version of the Affero GPL which permits relicensing under\nthis license.\n\n  The precise terms and conditions for copying, distribution and\nmodification follow.\n\n                       TERMS AND CONDITIONS\n\n  0. Definitions.\n\n  \"This License\" refers to version 3 of the GNU Affero General Public License.\n\n  \"Copyright\" also means copyright-like laws that apply to other kinds of\nworks, such as semiconductor masks.\n\n  \"The Program\" refers to any copyrightable work licensed under this\nLicense.  Each licensee is addressed as \"you\".  \"Licensees\" and\n\"recipients\" may be individuals or organizations.\n\n  To \"modify\" a work means to copy from or adapt all or part of the work\nin a fashion requiring copyright permission, other than the making of an\nexact copy.  The resulting work is called a \"modified version\" of the\nearlier work or a work \"based on\" the earlier work.\n\n  A \"covered work\" means either the unmodified Program or a work based\non the Program.\n\n  To \"propagate\" a work means to do anything with it that, without\npermission, would make you directly or secondarily liable for\ninfringement under applicable copyright law, except executing it on a\ncomputer or modifying a private copy.  Propagation includes copying,\ndistribution (with or without modification), making available to the\npublic, and in some countries other activities as well.\n\n  To \"convey\" a work means any kind of propagation that enables other\nparties to make or receive copies.  Mere interaction with a user through\na computer network, with no transfer of a copy, is not conveying.\n\n  An interactive user interface displays \"Appropriate Legal Notices\"\nto the extent that it includes a convenient and prominently visible\nfeature that (1) displays an appropriate copyright notice, and (2)\ntells the user that there is no warranty for the work (except to the\nextent that warranties are provided), that licensees may convey the\nwork under this License, and how to view a copy of this License.  If\nthe interface presents a list of user commands or options, such as a\nmenu, a prominent item in the list meets this criterion.\n\n  1. Source Code.\n\n  The \"source code\" for a work means the preferred form of the work\nfor making modifications to it.  \"Object code\" means any non-source\nform of a work.\n\n  A \"Standard Interface\" means an interface that either is an official\nstandard defined by a recognized standards body, or, in the case of\ninterfaces specified for a particular programming language, one that\nis widely used among developers working in that language.\n\n  The \"System Libraries\" of an executable work include anything, other\nthan the work as a whole, that (a) is included in the normal form of\npackaging a Major Component, but which is not part of that Major\nComponent, and (b) serves only to enable use of the work with that\nMajor Component, or to implement a Standard Interface for which an\nimplementation is available to the public in source code form.  A\n\"Major Component\", in this context, means a major essential component\n(kernel, window system, and so on) of the specific operating system\n(if any) on which the executable work runs, or a compiler used to\nproduce the work, or an object code interpreter used to run it.\n\n  The \"Corresponding Source\" for a work in object code form means all\nthe source code needed to generate, install, and (for an executable\nwork) run the object code and to modify the work, including scripts to\ncontrol those activities.  However, it does not include the work's\nSystem Libraries, or general-purpose tools or generally available free\nprograms which are used unmodified in performing those activities but\nwhich are not part of the work.  For example, Corresponding Source\nincludes interface definition files associated with source files for\nthe work, and the source code for shared libraries and dynamically\nlinked subprograms that the work is specifically designed to require,\nsuch as by intimate data communication or control flow between those\nsubprograms and other parts of the work.\n\n  The Corresponding Source need not include anything that users\ncan regenerate automatically from other parts of the Corresponding\nSource.\n\n  The Corresponding Source for a work in source code form is that\nsame work.\n\n  2. Basic Permissions.\n\n  All rights granted under this License are granted for the term of\ncopyright on the Program, and are irrevocable provided the stated\nconditions are met.  This License explicitly affirms your unlimited\npermission to run the unmodified Program.  The output from running a\ncovered work is covered by this License only if the output, given its\ncontent, constitutes a covered work.  This License acknowledges your\nrights of fair use or other equivalent, as provided by copyright law.\n\n  You may make, run and propagate covered works that you do not\nconvey, without conditions so long as your license otherwise remains\nin force.  You may convey covered works to others for the sole purpose\nof having them make modifications exclusively for you, or provide you\nwith facilities for running those works, provided that you comply with\nthe terms of this License in conveying all material for which you do\nnot control copyright.  Those thus making or running the covered works\nfor you must do so exclusively on your behalf, under your direction\nand control, on terms that prohibit them from making any copies of\nyour copyrighted material outside their relationship with you.\n\n  Conveying under any other circumstances is permitted solely under\nthe conditions stated below.  Sublicensing is not allowed; section 10\nmakes it unnecessary.\n\n  3. Protecting Users' Legal Rights From Anti-Circumvention Law.\n\n  No covered work shall be deemed part of an effective technological\nmeasure under any applicable law fulfilling obligations under article\n11 of the WIPO copyright treaty adopted on 20 December 1996, or\nsimilar laws prohibiting or restricting circumvention of such\nmeasures.\n\n  When you convey a covered work, you waive any legal power to forbid\ncircumvention of technological measures to the extent such circumvention\nis effected by exercising rights under this License with respect to\nthe covered work, and you disclaim any intention to limit operation or\nmodification of the work as a means of enforcing, against the work's\nusers, your or third parties' legal rights to forbid circumvention of\ntechnological measures.\n\n  4. Conveying Verbatim Copies.\n\n  You may convey verbatim copies of the Program's source code as you\nreceive it, in any medium, provided that you conspicuously and\nappropriately publish on each copy an appropriate copyright notice;\nkeep intact all notices stating that this License and any\nnon-permissive terms added in accord with section 7 apply to the code;\nkeep intact all notices of the absence of any warranty; and give all\nrecipients a copy of this License along with the Program.\n\n  You may charge any price or no price for each copy that you convey,\nand you may offer support or warranty protection for a fee.\n\n  5. Conveying Modified Source Versions.\n\n  You may convey a work based on the Program, or the modifications to\nproduce it from the Program, in the form of source code under the\nterms of section 4, provided that you also meet all of these conditions:\n\n    a) The work must carry prominent notices stating that you modified\n    it, and giving a relevant date.\n\n    b) The work must carry prominent notices stating that it is\n    released under this License and any conditions added under section\n    7.  This requirement modifies the requirement in section 4 to\n    \"keep intact all notices\".\n\n    c) You must license the entire work, as a whole, under this\n    License to anyone who comes into possession of a copy.  This\n    License will therefore apply, along with any applicable section 7\n    additional terms, to the whole of the work, and all its parts,\n    regardless of how they are packaged.  This License gives no\n    permission to license the work in any other way, but it does not\n    invalidate such permission if you have separately received it.\n\n    d) If the work has interactive user interfaces, each must display\n    Appropriate Legal Notices; however, if the Program has interactive\n    interfaces that do not display Appropriate Legal Notices, your\n    work need not make them do so.\n\n  A compilation of a covered work with other separate and independent\nworks, which are not by their nature extensions of the covered work,\nand which are not combined with it such as to form a larger program,\nin or on a volume of a storage or distribution medium, is called an\n\"aggregate\" if the compilation and its resulting copyright are not\nused to limit the access or legal rights of the compilation's users\nbeyond what the individual works permit.  Inclusion of a covered work\nin an aggregate does not cause this License to apply to the other\nparts of the aggregate.\n\n  6. Conveying Non-Source Forms.\n\n  You may convey a covered work in object code form under the terms\nof sections 4 and 5, provided that you also convey the\nmachine-readable Corresponding Source under the terms of this License,\nin one of these ways:\n\n    a) Convey the object code in, or embodied in, a physical product\n    (including a physical distribution medium), accompanied by the\n    Corresponding Source fixed on a durable physical medium\n    customarily used for software interchange.\n\n    b) Convey the object code in, or embodied in, a physical product\n    (including a physical distribution medium), accompanied by a\n    written offer, valid for at least three years and valid for as\n    long as you offer spare parts or customer support for that product\n    model, to give anyone who possesses the object code either (1) a\n    copy of the Corresponding Source for all the software in the\n    product that is covered by this License, on a durable physical\n    medium customarily used for software interchange, for a price no\n    more than your reasonable cost of physically performing this\n    conveying of source, or (2) access to copy the\n    Corresponding Source from a network server at no charge.\n\n    c) Convey individual copies of the object code with a copy of the\n    written offer to provide the Corresponding Source.  This\n    alternative is allowed only occasionally and noncommercially, and\n    only if you received the object code with such an offer, in accord\n    with subsection 6b.\n\n    d) Convey the object code by offering access from a designated\n    place (gratis or for a charge), and offer equivalent access to the\n    Corresponding Source in the same way through the same place at no\n    further charge.  You need not require recipients to copy the\n    Corresponding Source along with the object code.  If the place to\n    copy the object code is a network server, the Corresponding Source\n    may be on a different server (operated by you or a third party)\n    that supports equivalent copying facilities, provided you maintain\n    clear directions next to the object code saying where to find the\n    Corresponding Source.  Regardless of what server hosts the\n    Corresponding Source, you remain obligated to ensure that it is\n    available for as long as needed to satisfy these requirements.\n\n    e) Convey the object code using peer-to-peer transmission, provided\n    you inform other peers where the object code and Corresponding\n    Source of the work are being offered to the general public at no\n    charge under subsection 6d.\n\n  A separable portion of the object code, whose source code is excluded\nfrom the Corresponding Source as a System Library, need not be\nincluded in conveying the object code work.\n\n  A \"User Product\" is either (1) a \"consumer product\", which means any\ntangible personal property which is normally used for personal, family,\nor household purposes, or (2) anything designed or sold for incorporation\ninto a dwelling.  In determining whether a product is a consumer product,\ndoubtful cases shall be resolved in favor of coverage.  For a particular\nproduct received by a particular user, \"normally used\" refers to a\ntypical or common use of that class of product, regardless of the status\nof the particular user or of the way in which the particular user\nactually uses, or expects or is expected to use, the product.  A product\nis a consumer product regardless of whether the product has substantial\ncommercial, industrial or non-consumer uses, unless such uses represent\nthe only significant mode of use of the product.\n\n  \"Installation Information\" for a User Product means any methods,\nprocedures, authorization keys, or other information required to install\nand execute modified versions of a covered work in that User Product from\na modified version of its Corresponding Source.  The information must\nsuffice to ensure that the continued functioning of the modified object\ncode is in no case prevented or interfered with solely because\nmodification has been made.\n\n  If you convey an object code work under this section in, or with, or\nspecifically for use in, a User Product, and the conveying occurs as\npart of a transaction in which the right of possession and use of the\nUser Product is transferred to the recipient in perpetuity or for a\nfixed term (regardless of how the transaction is characterized), the\nCorresponding Source conveyed under this section must be accompanied\nby the Installation Information.  But this requirement does not apply\nif neither you nor any third party retains the ability to install\nmodified object code on the User Product (for example, the work has\nbeen installed in ROM).\n\n  The requirement to provide Installation Information does not include a\nrequirement to continue to provide support service, warranty, or updates\nfor a work that has been modified or installed by the recipient, or for\nthe User Product in which it has been modified or installed.  Access to a\nnetwork may be denied when the modification itself materially and\nadversely affects the operation of the network or violates the rules and\nprotocols for communication across the network.\n\n  Corresponding Source conveyed, and Installation Information provided,\nin accord with this section must be in a format that is publicly\ndocumented (and with an implementation available to the public in\nsource code form), and must require no special password or key for\nunpacking, reading or copying.\n\n  7. Additional Terms.\n\n  \"Additional permissions\" are terms that supplement the terms of this\nLicense by making exceptions from one or more of its conditions.\nAdditional permissions that are applicable to the entire Program shall\nbe treated as though they were included in this License, to the extent\nthat they are valid under applicable law.  If additional permissions\napply only to part of the Program, that part may be used separately\nunder those permissions, but the entire Program remains governed by\nthis License without regard to the additional permissions.\n\n  When you convey a copy of a covered work, you may at your option\nremove any additional permissions from that copy, or from any part of\nit.  (Additional permissions may be written to require their own\nremoval in certain cases when you modify the work.)  You may place\nadditional permissions on material, added by you to a covered work,\nfor which you have or can give appropriate copyright permission.\n\n  Notwithstanding any other provision of this License, for material you\nadd to a covered work, you may (if authorized by the copyright holders of\nthat material) supplement the terms of this License with terms:\n\n    a) Disclaiming warranty or limiting liability differently from the\n    terms of sections 15 and 16 of this License; or\n\n    b) Requiring preservation of specified reasonable legal notices or\n    author attributions in that material or in the Appropriate Legal\n    Notices displayed by works containing it; or\n\n    c) Prohibiting misrepresentation of the origin of that material, or\n    requiring that modified versions of such material be marked in\n    reasonable ways as different from the original version; or\n\n    d) Limiting the use for publicity purposes of names of licensors or\n    authors of the material; or\n\n    e) Declining to grant rights under trademark law for use of some\n    trade names, trademarks, or service marks; or\n\n    f) Requiring indemnification of licensors and authors of that\n    material by anyone who conveys the material (or modified versions of\n    it) with contractual assumptions of liability to the recipient, for\n    any liability that these contractual assumptions directly impose on\n    those licensors and authors.\n\n  All other non-permissive additional terms are considered \"further\nrestrictions\" within the meaning of section 10.  If the Program as you\nreceived it, or any part of it, contains a notice stating that it is\ngoverned by this License along with a term that is a further\nrestriction, you may remove that term.  If a license document contains\na further restriction but permits relicensing or conveying under this\nLicense, you may add to a covered work material governed by the terms\nof that license document, provided that the further restriction does\nnot survive such relicensing or conveying.\n\n  If you add terms to a covered work in accord with this section, you\nmust place, in the relevant source files, a statement of the\nadditional terms that apply to those files, or a notice indicating\nwhere to find the applicable terms.\n\n  Additional terms, permissive or non-permissive, may be stated in the\nform of a separately written license, or stated as exceptions;\nthe above requirements apply either way.\n\n  8. Termination.\n\n  You may not propagate or modify a covered work except as expressly\nprovided under this License.  Any attempt otherwise to propagate or\nmodify it is void, and will automatically terminate your rights under\nthis License (including any patent licenses granted under the third\nparagraph of section 11).\n\n  However, if you cease all violation of this License, then your\nlicense from a particular copyright holder is reinstated (a)\nprovisionally, unless and until the copyright holder explicitly and\nfinally terminates your license, and (b) permanently, if the copyright\nholder fails to notify you of the violation by some reasonable means\nprior to 60 days after the cessation.\n\n  Moreover, your license from a particular copyright holder is\nreinstated permanently if the copyright holder notifies you of the\nviolation by some reasonable means, this is the first time you have\nreceived notice of violation of this License (for any work) from that\ncopyright holder, and you cure the violation prior to 30 days after\nyour receipt of the notice.\n\n  Termination of your rights under this section does not terminate the\nlicenses of parties who have received copies or rights from you under\nthis License.  If your rights have been terminated and not permanently\nreinstated, you do not qualify to receive new licenses for the same\nmaterial under section 10.\n\n  9. Acceptance Not Required for Having Copies.\n\n  You are not required to accept this License in order to receive or\nrun a copy of the Program.  Ancillary propagation of a covered work\noccurring solely as a consequence of using peer-to-peer transmission\nto receive a copy likewise does not require acceptance.  However,\nnothing other than this License grants you permission to propagate or\nmodify any covered work.  These actions infringe copyright if you do\nnot accept this License.  Therefore, by modifying or propagating a\ncovered work, you indicate your acceptance of this License to do so.\n\n  10. Automatic Licensing of Downstream Recipients.\n\n  Each time you convey a covered work, the recipient automatically\nreceives a license from the original licensors, to run, modify and\npropagate that work, subject to this License.  You are not responsible\nfor enforcing compliance by third parties with this License.\n\n  An \"entity transaction\" is a transaction transferring control of an\norganization, or substantially all assets of one, or subdividing an\norganization, or merging organizations.  If propagation of a covered\nwork results from an entity transaction, each party to that\ntransaction who receives a copy of the work also receives whatever\nlicenses to the work the party's predecessor in interest had or could\ngive under the previous paragraph, plus a right to possession of the\nCorresponding Source of the work from the predecessor in interest, if\nthe predecessor has it or can get it with reasonable efforts.\n\n  You may not impose any further restrictions on the exercise of the\nrights granted or affirmed under this License.  For example, you may\nnot impose a license fee, royalty, or other charge for exercise of\nrights granted under this License, and you may not initiate litigation\n(including a cross-claim or counterclaim in a lawsuit) alleging that\nany patent claim is infringed by making, using, selling, offering for\nsale, or importing the Program or any portion of it.\n\n  11. Patents.\n\n  A \"contributor\" is a copyright holder who authorizes use under this\nLicense of the Program or a work on which the Program is based.  The\nwork thus licensed is called the contributor's \"contributor version\".\n\n  A contributor's \"essential patent claims\" are all patent claims\nowned or controlled by the contributor, whether already acquired or\nhereafter acquired, that would be infringed by some manner, permitted\nby this License, of making, using, or selling its contributor version,\nbut do not include claims that would be infringed only as a\nconsequence of further modification of the contributor version.  For\npurposes of this definition, \"control\" includes the right to grant\npatent sublicenses in a manner consistent with the requirements of\nthis License.\n\n  Each contributor grants you a non-exclusive, worldwide, royalty-free\npatent license under the contributor's essential patent claims, to\nmake, use, sell, offer for sale, import and otherwise run, modify and\npropagate the contents of its contributor version.\n\n  In the following three paragraphs, a \"patent license\" is any express\nagreement or commitment, however denominated, not to enforce a patent\n(such as an express permission to practice a patent or covenant not to\nsue for patent infringement).  To \"grant\" such a patent license to a\nparty means to make such an agreement or commitment not to enforce a\npatent against the party.\n\n  If you convey a covered work, knowingly relying on a patent license,\nand the Corresponding Source of the work is not available for anyone\nto copy, free of charge and under the terms of this License, through a\npublicly available network server or other readily accessible means,\nthen you must either (1) cause the Corresponding Source to be so\navailable, or (2) arrange to deprive yourself of the benefit of the\npatent license for this particular work, or (3) arrange, in a manner\nconsistent with the requirements of this License, to extend the patent\nlicense to downstream recipients.  \"Knowingly relying\" means you have\nactual knowledge that, but for the patent license, your conveying the\ncovered work in a country, or your recipient's use of the covered work\nin a country, would infringe one or more identifiable patents in that\ncountry that you have reason to believe are valid.\n\n  If, pursuant to or in connection with a single transaction or\narrangement, you convey, or propagate by procuring conveyance of, a\ncovered work, and grant a patent license to some of the parties\nreceiving the covered work authorizing them to use, propagate, modify\nor convey a specific copy of the covered work, then the patent license\nyou grant is automatically extended to all recipients of the covered\nwork and works based on it.\n\n  A patent license is \"discriminatory\" if it does not include within\nthe scope of its coverage, prohibits the exercise of, or is\nconditioned on the non-exercise of one or more of the rights that are\nspecifically granted under this License.  You may not convey a covered\nwork if you are a party to an arrangement with a third party that is\nin the business of distributing software, under which you make payment\nto the third party based on the extent of your activity of conveying\nthe work, and under which the third party grants, to any of the\nparties who would receive the covered work from you, a discriminatory\npatent license (a) in connection with copies of the covered work\nconveyed by you (or copies made from those copies), or (b) primarily\nfor and in connection with specific products or compilations that\ncontain the covered work, unless you entered into that arrangement,\nor that patent license was granted, prior to 28 March 2007.\n\n  Nothing in this License shall be construed as excluding or limiting\nany implied license or other defenses to infringement that may\notherwise be available to you under applicable patent law.\n\n  12. No Surrender of Others' Freedom.\n\n  If conditions are imposed on you (whether by court order, agreement or\notherwise) that contradict the conditions of this License, they do not\nexcuse you from the conditions of this License.  If you cannot convey a\ncovered work so as to satisfy simultaneously your obligations under this\nLicense and any other pertinent obligations, then as a consequence you may\nnot convey it at all.  For example, if you agree to terms that obligate you\nto collect a royalty for further conveying from those to whom you convey\nthe Program, the only way you could satisfy both those terms and this\nLicense would be to refrain entirely from conveying the Program.\n\n  13. Remote Network Interaction; Use with the GNU General Public License.\n\n  Notwithstanding any other provision of this License, if you modify the\nProgram, your modified version must prominently offer all users\ninteracting with it remotely through a computer network (if your version\nsupports such interaction) an opportunity to receive the Corresponding\nSource of your version by providing access to the Corresponding Source\nfrom a network server at no charge, through some standard or customary\nmeans of facilitating copying of software.  This Corresponding Source\nshall include the Corresponding Source for any work covered by version 3\nof the GNU General Public License that is incorporated pursuant to the\nfollowing paragraph.\n\n  Notwithstanding any other provision of this License, you have\npermission to link or combine any covered work with a work licensed\nunder version 3 of the GNU General Public License into a single\ncombined work, and to convey the resulting work.  The terms of this\nLicense will continue to apply to the part which is the covered work,\nbut the work with which it is combined will remain governed by version\n3 of the GNU General Public License.\n\n  14. Revised Versions of this License.\n\n  The Free Software Foundation may publish revised and/or new versions of\nthe GNU Affero General Public License from time to time.  Such new versions\nwill be similar in spirit to the present version, but may differ in detail to\naddress new problems or concerns.\n\n  Each version is given a distinguishing version number.  If the\nProgram specifies that a certain numbered version of the GNU Affero General\nPublic License \"or any later version\" applies to it, you have the\noption of following the terms and conditions either of that numbered\nversion or of any later version published by the Free Software\nFoundation.  If the Program does not specify a version number of the\nGNU Affero General Public License, you may choose any version ever published\nby the Free Software Foundation.\n\n  If the Program specifies that a proxy can decide which future\nversions of the GNU Affero General Public License can be used, that proxy's\npublic statement of acceptance of a version permanently authorizes you\nto choose that version for the Program.\n\n  Later license versions may give you additional or different\npermissions.  However, no additional obligations are imposed on any\nauthor or copyright holder as a result of your choosing to follow a\nlater version.\n\n  15. Disclaimer of Warranty.\n\n  THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY\nAPPLICABLE LAW.  EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT\nHOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM \"AS IS\" WITHOUT WARRANTY\nOF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO,\nTHE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR\nPURPOSE.  THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM\nIS WITH YOU.  SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF\nALL NECESSARY SERVICING, REPAIR OR CORRECTION.\n\n  16. Limitation of Liability.\n\n  IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING\nWILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MODIFIES AND/OR CONVEYS\nTHE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY\nGENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE\nUSE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF\nDATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD\nPARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS),\nEVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF\nSUCH DAMAGES.\n\n  17. Interpretation of Sections 15 and 16.\n\n  If the disclaimer of warranty and limitation of liability provided\nabove cannot be given local legal effect according to their terms,\nreviewing courts shall apply local law that most closely approximates\nan absolute waiver of all civil liability in connection with the\nProgram, unless a warranty or assumption of liability accompanies a\ncopy of the Program in return for a fee.\n\n                     END OF TERMS AND CONDITIONS\n\n            How to Apply These Terms to Your New Programs\n\n  If you develop a new program, and you want it to be of the greatest\npossible use to the public, the best way to achieve this is to make it\nfree software which everyone can redistribute and change under these terms.\n\n  To do so, attach the following notices to the program.  It is safest\nto attach them to the start of each source file to most effectively\nstate the exclusion of warranty; and each file should have at least\nthe \"copyright\" line and a pointer to where the full notice is found.\n\n    <one line to give the program's name and a brief idea of what it does.>\n    Copyright (C) <year>  <name of author>\n\n    This program is free software: you can redistribute it and/or modify\n    it under the terms of the GNU Affero General Public License as published by\n    the Free Software Foundation, either version 3 of the License, or\n    (at your option) any later version.\n\n    This program is distributed in the hope that it will be useful,\n    but WITHOUT ANY WARRANTY; without even the implied warranty of\n    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n    GNU Affero General Public License for more details.\n\n    You should have received a copy of the GNU Affero General Public License\n    along with this program.  If not, see <https://www.gnu.org/licenses/>.\n\nAlso add information on how to contact you by electronic and paper mail.\n\n  If your software can interact with users remotely through a computer\nnetwork, you should also make sure that it provides a way for users to\nget its source.  For example, if your program is a web application, its\ninterface could display a \"Source\" link that leads users to an archive\nof the code.  There are many ways you could offer source, and different\nsolutions will be better for different programs; see section 13 for the\nspecific requirements.\n\n  You should also get your employer (if you work as a programmer) or school,\nif any, to sign a \"copyright disclaimer\" for the program, if necessary.\nFor more information on this, and how to apply and follow the GNU AGPL, see\n<https://www.gnu.org/licenses/>."
  },
  {
    "path": "README.md",
    "content": "# StyleURL Extension\n\n[StyleURL](https://www.styleurl.app) is the easiest way for developers & designers to collaborate on CSS changes. This is the source code for the Chrome extension.\n\n### What's New (v1.1.15 - August 4, 2018)\n\nFix bug in feedback box in ViewStyleURL bar\n\n---\n    \n## Export CSS from Chrome\n\nMake style changes from Chrome Inspector, and StyleURL will show you the diff of your CSS changes in the page.\n\nBefore StyleURL, to get your CSS tweaks out of Chrome DevTools, you had to select each element, remember what you changed, and copy it to a file. Now, StyleURL will automatically detect all of your changes and show you the diff.\n\n## Save to Gist\n\nStyleURL integrates with GitHub Gists so that you can save and share your CSS changes easily. As of August 3rd, StyleURL creates secret gists only.\n\n## Preview live changes from a link\n\nAdd `?__styleurl=gist_${gistID}` to the URL on a webpage, and it'll automatically load the CSS from the Gist onto that page (so long as there's a matching Stylefile).\n\n## Stylefile - an open standard for user style metadata\n\nStyleURL is not the primary storage place for the userstyles. They're currently stored on GitHub as a Gist (more providers could easily be added later). This reduces the dependence of any centralized party for StyleURL to work, giving people better control of their data.\n\nExample Stylefile:\n\n```yaml\n---\nversion: 1.0 # Optional\ndomains: # Required\n- news.ycombinator.com\nurl_patterns: # Required\n- news.ycombinator.com/*\ntimestamp: '2018-07-27T04:21:42Z' # Optional\nid: 6GJP # Optional, not currently used\nredirect_url: https://news.ycombinator.com/ # Required\nshared_via: StyleURL – import and export CSS changes from Chrome Inspector to a Gist\n  you can share (like this one!) # Optional\n```\n\nStyleURL generates and uses a Stylefile to:\n\n- Detect which pages a StyleURL should be applied to (`url_patterns`)\n- Detect which domains a StyleURL correspond to (`domains`)\n- When activated from a different page, which absolute URL to redirect to (`redirect_url`)\n\nUnder the hood, the way this works is:\n\n- Given a StyleURL, the extension fetches the corresponding Gist, reads the Stylefile, and if the URL matches the current URL, downloads the stylesheets within the Gist and applies them to the current page.\n\n### Development\n\nYou'll want to point it to production and make sure chrome://flags/#allow-insecure-localhost is enabled (TODO more words)\n"
  },
  {
    "path": "appveyor.yml",
    "content": "environment:\n  matrix:\n    - nodejs_version: '6'\n    - nodejs_version: '7'\n\ncache:\n  - \"%LOCALAPPDATA%/Yarn\"\n  - node_modules\n\ninstall:\n  - ps: Install-Product node $env:nodejs_version\n  - yarn install\n\ntest_script:\n  - node --version\n  - yarn --version\n  - yarn run lint\n  - yarn test\n  - yarn run build\n\nbuild: off\n"
  },
  {
    "path": "babel.config.dev.js",
    "content": "module.exports = {\n  presets: [\"@babel/preset-env\"],\n  plugins: [\"@babel/plugin-transform-runtime\"]\n};\n"
  },
  {
    "path": "chrome/app/components/Button.css",
    "content": ".Button {\n    display: flex;\n    align-items: center;\n    border-radius: 4px;\n    margin: 8px 0;\n    cursor: pointer;\n    width: auto;\n}\n\na.Button {\n    text-decoration: underline;\n}\n\n.Button-text {\n    font-weight: 600;\n    font-size: 14px;\n    line-height: 18px;\n    user-select: none;\n}\n\n.Button--size-default {\n    padding: 6px 14px;\n}\n\na.Button--color-blue,\n.Button--color-blue {\n    color: white;\n    background-color: #5A95FF;\n}\n\n.Button--color-blue .Button-text {\n    color: white;\n}\n\n.Button--color-black,\na.Button--color-black {\n    color: white;\n    background-color: #13161B;\n}\n\n.Button--color-white {\n    border: 1px solid #333;\n}\n\n.Button--color-black .Button-text {\n    color: white;\n}\n\n.Button--color-black:hover {\n    filter: invert(5%);\n}\n\n.Button--color-default {\n    color: white;\n    background-color: transparent;\n}\n\n.Button-icon,\n.Button-icon svg {\n    height: 20px;\n    width: 20px;\n}\n\n.Button-icon {\n    margin-right: 4px;\n}\n"
  },
  {
    "path": "chrome/app/components/Button.js",
    "content": "import classNames from \"classnames\";\nimport React from \"react\";\nimport \"./Button.css\";\n\nexport const BUTTON_COLORS = {\n  blue: \"blue\",\n  black: \"black\",\n  default: \"default\",\n  white: \"white\"\n};\n\nexport const BUTTON_SIZES = {\n  default: \"default\"\n};\n\nexport class Button extends React.Component {\n  static defaultProps = {\n    size: BUTTON_SIZES.default,\n    color: BUTTON_COLORS.default\n  };\n\n  render() {\n    const { children, color, size, icon, onClick, href, download } = this.props;\n\n    const ComponentName = href ? \"a\" : \"div\";\n\n    const child = (\n      <React.Fragment>\n        {!!icon && <div className=\"Button-icon\">{icon}</div>}\n        {!!children && <div className=\"Button-text\">{children}</div>}\n      </React.Fragment>\n    );\n\n    return React.createElement(\n      ComponentName,\n      {\n        onClick,\n        href,\n        target: href ? \"_blank\" : undefined,\n        className: classNames(\"Button\", {\n          \"Button--color-blue\": BUTTON_COLORS[color] === BUTTON_COLORS.blue,\n          \"Button--color-black\": BUTTON_COLORS[color] === BUTTON_COLORS.black,\n          \"Button--color-white\": BUTTON_COLORS[color] === BUTTON_COLORS.white,\n          \"Button--color-default\":\n            BUTTON_COLORS[color] === BUTTON_COLORS.default,\n          \"Button--size-default\": BUTTON_COLORS[size] === BUTTON_SIZES.default\n        }),\n        download\n      },\n      child\n    );\n  }\n}\n"
  },
  {
    "path": "chrome/app/components/CodeDiff.css",
    "content": ".CodeDiff {\n    width: 400px;\n    max-width: 100%;\n    overflow-x: hidden;\n    overflow-y: auto;\n    max-height: 240px;\n    text-align: left;\n}\n\n.CodeDiff pre {\n    margin: 0;\n    padding: 14px 14px !important;\n}\n\n.CodeDiff pre code:nth-child(1) {\n    padding-right: 14px !important;\n}\n\n.react-syntax-highlighter-line-number {\n    user-select: none;\n}\n\n.CodeDiff > pre {\n    background: #21262F !important;\n}\n"
  },
  {
    "path": "chrome/app/components/CodeDiff.js",
    "content": "import React from \"react\";\nimport \"./CodeDiff.css\";\nimport SyntaxHighlighter from \"react-syntax-highlighter\";\nimport { monokai } from \"react-syntax-highlighter/styles/hljs\";\nimport filenameify from \"filenamify\";\n\nconst normalizeFilename = _filename => {\n  const queryStringIndex = _filename.indexOf(\"?\");\n  const filename =\n    queryStringIndex > -1 ? _filename.substr(0, queryStringIndex) : _filename;\n\n  if (!filename.endsWith(\".css\")) {\n    return filenameify(filename + \".css\", {\n      replacement: \"_\"\n    });\n  } else {\n    return filenameify(filename, {\n      replacement: \"_\"\n    });\n  }\n};\n\nexport const concatStylesheets = (stylesheets, includeURL = false) => {\n  const code = stylesheets\n    .map(\n      stylesheet =>\n        `/* ${normalizeFilename(stylesheet[0])} */\\n\\n${stylesheet[1]}`\n    )\n    .join(\"\\n\\n\");\n\n  if (includeURL) {\n    return (\n      `/* Page: ${\n        window.location.href\n      } */\\n/* Exported via StyleURL (https://www.styleurl.app) */\\n` + code\n    );\n  } else {\n    return code;\n  }\n};\n\nexport default class CodeDiff extends React.PureComponent {\n  state = {\n    code: \"\",\n    stylesheets: []\n  };\n\n  static getDerivedStateFromProps(props, state) {\n    if (props.stylesheets !== state.stylesheets) {\n      return {\n        code: concatStylesheets(props.stylesheets),\n        stylesheets: props.stylesheets.slice()\n      };\n    } else {\n      return {};\n    }\n  }\n\n  render() {\n    return (\n      <div className=\"CodeDiff\">\n        <SyntaxHighlighter\n          showLineNumbers\n          customStyle={{\n            background: \"#21262F\"\n          }}\n          language=\"css\"\n          style={monokai}\n        >\n          {this.state.code}\n        </SyntaxHighlighter>\n      </div>\n    );\n  }\n}\n"
  },
  {
    "path": "chrome/app/components/Dropdown.css",
    "content": ".Dropdown {\n  position: relative;\n}\n\n.Dropdown-content {\n  padding: 14px 18px;\n  align-items: center;\n  cursor: pointer;\n  white-space: nowrap;\n  display: flex;\n  color: white;\n}\n\n.Dropdown-content:hover,\n.Dropdown--open .Dropdown-content,\n.Dropdown-child {\n  background-color: #21262f;\n}\n\n.Dropdown-title {\n  font-weight: 600;\n  font-size: 14px;\n  line-height: 22px;\n  user-select: none;\n}\n\n.Dropdown-icon {\n  margin-right: 8px;\n  margin-top: 3px;\n}\n\n.Dropdown-child {\n  position: absolute;\n  bottom: 51px;\n  right: 0;\n  box-shadow: 1px -1px 1px #ccc;\n}\n"
  },
  {
    "path": "chrome/app/components/Dropdown.js",
    "content": "import React from \"react\";\nimport \"./Dropdown.css\";\nimport classNames from \"classnames\";\nimport onClickOutside from \"react-onclickoutside\";\n\nclass _DropdownChild extends React.Component {\n  handleClickOutside = evt => this.props.hide(evt);\n  handleClick = evt => evt.stopPropagation();\n\n  render() {\n    const { children, ...otherProps } = this.props;\n\n    return (\n      <div onClick={this.handleClick} className=\"Dropdown-child\">\n        {children}\n      </div>\n    );\n  }\n}\n\nconst DropdownChild = onClickOutside(_DropdownChild, {\n  excludeScrollbar: true\n});\n\nclass Dropdown extends React.Component {\n  state = {\n    isOpen: false\n  };\n\n  handleToggleOpen = evt => {\n    if (this.props.onClick) {\n      this.props.onClick();\n    } else if (this.props.children) {\n      const isOpen = !this.state.isOpen;\n      this.setState({ isOpen });\n      if (this.props.onToggle) {\n        this.props.onToggle(isOpen);\n      }\n    }\n  };\n  // Do slight delay here as hack to account for previous button click\n  handleClickOutside = evt => {\n    if (this.state.isOpen) {\n      this.setState({ isOpen: false });\n    }\n  };\n\n  setDropdownRef = dropdownRef => (this.dropdownRef = dropdownRef);\n\n  render() {\n    const { icon, title, children } = this.props;\n    const { isOpen } = this.state;\n\n    return (\n      <div\n        ref={this.setDropdownRef}\n        className={classNames(\"Dropdown\", \"ignore-react-onclickoutside\", {\n          \"Dropdown--open\": !!this.state.isOpen,\n          \"Dropdown--closed\": !this.state.isOpen\n        })}\n      >\n        <div onClick={this.handleToggleOpen} className=\"Dropdown-content\">\n          {icon && <div className=\"Dropdown-icon\">{icon}</div>}\n          {title && <div className=\"Dropdown-title\">{title}</div>}\n        </div>\n\n        {isOpen ? (\n          <DropdownChild hide={this.handleClickOutside}>\n            {children}\n          </DropdownChild>\n        ) : null}\n      </div>\n    );\n  }\n}\n\nexport default Dropdown;\n"
  },
  {
    "path": "chrome/app/components/FeedbackForm.css",
    "content": ".FeedbackFormContainer {\n    display: block;\n    position: relative;\n    white-space: nowrap;\n    margin-left: 14px;\n}\n\n.FeedbackForm-placeholder,\n.FeedbackForm-input {\n    opacity: 1;\n    border-radius: 4px;\n}\n\n.FeedbackForm--collapsed .FeedbackForm-input,\n.FeedbackForm--expanded .FeedbackForm-placeholder {\n    opacity: 0;\n    transition: 0.2s opacity linear;\n    pointer-events: none;\n}\n\n.FeedbackForm--expanded .FeedbackForm-input,\n.FeedbackForm--collapsed .FeedbackForm-placeholder {\n    opacity: 1;\n    pointer-events: auto;\n    transition: 0.2s opacity linear;\n}\n\n.FeedbackForm-input {\n    position: absolute;\n    bottom: 0px;\n    left: 0;\n    padding: 14px;\n    background-color: white;\n    border: 1px solid #e9ebf5;\n    box-shadow: 0 0 20px 0 rgba(161, 166, 187, 0.35);\n    width: 300px;\n    flex-direction: column;\n}\n\n.FeedbackForm-copy {\n    margin-top: 7px;\n    color: #3B55E6;\n    margin-bottom: 7px;\n}\n\n.FeedbackInput {\n    margin: -7px -14px;\n    padding: 7px 14px;\n    font-family: \"Open Sans\", sans-serif;\n    border-top-left-radius: 4px;\n    border-top-right-radius: 4px;\n    font-size: 14px;\n    color: #333;\n    line-height: 18px;\n    appearance: none;\n    border: 0;\n    resize: none;\n    outline: none;\n    box-shadow: none;\n    width: 100%;\n}\n\n.FeedbackForm-placeholder {\n    background-color: #fcfcfc;\n    align-items: center;\n    padding: 7px 14px;\n    justify-content: center;\n    border: 1px solid #e9ebf5;\n    display: flex;\n}\n\n.FeedbackForm-placeholder .Icon {\n    display: flex;\n    margin-top: auto;\n    margin-bottom: auto;\n}\n\n.FeedbackForm-inputButtons {\n    display: flex;\n    justify-content: space-between;\n}\n\n.Icon {\n    margin-right: 8px;\n}\n\n.FeedbackForm-inputButtons .Button {\n    margin: 0;\n    color: black;\n}\n\n.FeedbackForm-input {\n    margin: 0;\n}\n\n@media (max-width: 1000px) {\n    .FeedbackForm-placeholder > .FeedbackForm-title {\n        display: none;\n    }\n\n    .FeedbackForm-placeholder {\n        background: transparent;\n        padding: 0;\n        border: 0;\n    }\n}\n"
  },
  {
    "path": "chrome/app/components/FeedbackForm.js",
    "content": "import React from \"react\";\nimport { Icon } from \"./Icon\";\nimport onClickOutside from \"react-onclickoutside\";\nimport classNames from \"classnames\";\nimport { Button } from \"./Button\";\nimport \"./FeedbackForm.css\";\n\nclass FeedbackForm extends React.Component {\n  constructor(props) {\n    super(props);\n\n    this.state = {\n      isExpanded: false,\n      message: \"\",\n      isSaving: false,\n      hasSaved: false\n    };\n  }\n\n  handleClickOutside = () => {\n    if (this.state.isExpanded) {\n      this.setState({ isExpanded: false });\n    }\n  };\n\n  setExpanded = isExpanded => {\n    this.setState({ isExpanded });\n    if (isExpanded && this.inputRef) {\n      this.inputRef.focus();\n    }\n  };\n  handleCancel = () => this.setState({ isExpanded: false });\n  handleSubmit = evt => {\n    evt.preventDefault();\n    this.props.onSendFeedback(this.state.message);\n    this.setState({ message: \"\", isExpanded: false });\n    alert(\"Thanks! Your feedback has been sent.\");\n  };\n\n  disablePropagation = evt => {\n    evt.stopPropagation();\n\n    evt.nativeEvent.stopImmediatePropagation();\n  };\n\n  handleKeyDown = evt => {\n    this.disablePropagation(evt);\n\n    if (evt.keyCode === 27) {\n      this.handleCancel();\n    }\n  };\n\n  handleMessageChange = evt => this.setState({ message: evt.target.value });\n\n  render() {\n    const { isExpanded, message } = this.state;\n\n    return (\n      <div\n        className=\"FeedbackFormContainer\"\n        onClick={() => this.setExpanded(true)}\n      >\n        <div\n          className={classNames(\"FeedbackForm\", {\n            \"FeedbackForm--expanded\": isExpanded,\n            \"FeedbackForm--collapsed\": !isExpanded\n          })}\n        >\n          <div className=\"FeedbackForm-placeholder\">\n            <div className=\"Icon\">\n              <Icon\n                width=\"14\"\n                height=\"14\"\n                name=\"feedback\"\n                size=\"16px\"\n                color=\"#B9BED1\"\n              />\n            </div>\n\n            <div className=\"FeedbackForm-title\">\n              Have feedback or questions?\n            </div>\n          </div>\n\n          <form\n            className=\"FeedbackForm-input\"\n            onClick={this.disablePropagation}\n            onSubmit={this.handleSubmit}\n          >\n            <textarea\n              required\n              name=\"feedback\"\n              className=\"FeedbackInput\"\n              value={message}\n              rows=\"3\"\n              ref={inputRef => (this.inputRef = inputRef)}\n              placeholder=\"Have feedback or questions?\"\n              onKeyDown={this.handleKeyDown}\n              onChange={this.handleMessageChange}\n            />\n\n            <div className=\"FeedbackForm-copy\">\n              Your feedback is sent directly to the founders.\n            </div>\n\n            <div className=\"FeedbackForm-inputButtons\">\n              <Button onClick={this.handleCancel} color=\"white\">\n                Cancel\n              </Button>\n              <Button onClick={this.handleSubmit} color=\"black\">\n                Send feedback\n              </Button>\n            </div>\n          </form>\n        </div>\n      </div>\n    );\n  }\n}\n\nexport default onClickOutside(FeedbackForm);\n"
  },
  {
    "path": "chrome/app/components/HeaderBar.css",
    "content": ".HeaderBar {\n  background-color: #13161b;\n  padding: 0 28px;\n  display: grid;\n  grid-template-columns: 1fr 1fr 1fr;\n  grid-template-rows: auto;\n  align-items: center;\n  width: auto;\n  opacity: 1;\n}\n\n.HeaderSide {\n  display: flex;\n  align-items: center;\n}\n\n.HeaderBar--hidden {\n  opacity: 0;\n  pointer-events: none;\n}\n\n@media (max-width: 780px) {\n  .HeaderBar--logo {\n    display: none;\n  }\n}\n\n.HeaderSide--right {\n  justify-content: flex-end;\n}\n\n.HeaderSide--center {\n  justify-content: center;\n}\n\n.HeaderBar-hideButton {\n  margin-right: 14px;\n  color: gray;\n  cursor: pointer;\n  margin-top: auto;\n  margin-bottom: auto;\n}\n\n.HeaderBar-hideButton:hover {\n  color: white;\n}\n"
  },
  {
    "path": "chrome/app/components/HeaderBar.js",
    "content": "import React from \"react\";\nimport \"./HeaderBar.css\";\nimport WhiteTextLogo from \"./WhiteTextLogo\";\nimport classNames from \"classnames\";\nimport { Icon } from \"./Icon\";\nimport FeedbackForm from \"./FeedbackForm\";\n\nexport class HeaderBar extends React.Component {\n  static defaultProps = {\n    hidden: false\n  };\n\n  render() {\n    const {\n      hidden,\n      onHide,\n      center,\n      className,\n      children,\n      onSendFeedback\n    } = this.props;\n    return (\n      <header\n        className={classNames(\"HeaderBar\", className, {\n          \"HeaderBar--hidden\": hidden\n        })}\n      >\n        <div className=\"HeaderSide HeaderSide--left\">\n          <div onClick={onHide} className=\"HeaderBar-hideButton\">\n            <Icon height=\"20\" name=\"close\" />\n          </div>\n          <WhiteTextLogo className=\"HeaderBar--logo\" />\n          <FeedbackForm onSendFeedback={onSendFeedback} />\n        </div>\n\n        <div className=\"HeaderSide HeaderSide--center\">{center}</div>\n\n        <div className=\"HeaderSide HeaderSide--right\">{children}</div>\n      </header>\n    );\n  }\n}\n\nexport default HeaderBar;\n"
  },
  {
    "path": "chrome/app/components/Icon.css",
    "content": ".IconFill {\n    fill: currentColor;\n}\n\n.IconStroke {\n    stroke: currentColor;\n}\n"
  },
  {
    "path": "chrome/app/components/Icon.js",
    "content": "import React from \"react\";\nimport \"./Icon.css\";\n\nconst FeedbackIcon = ({ width, height, ...otherProps }) => (\n  <svg width={width} height={height} {...otherProps} viewBox=\"0 0 22 22\">\n    <path\n      d=\"M0 1v19.753a1 1 0 0 0 1.67.743l3.301-2.974H21a1 1 0 0 0 1-1V1a1 1 0 0 0-1-1H1a1 1 0 0 0-1 1zm5.891 3.14h4.19a.92.92 0 1 1 0 1.84H5.89a.92.92 0 1 1 0-1.84zm-.92 9.592a.92.92 0 0 1 .92-.92h8.14a.92.92 0 1 1 0 1.84h-8.14a.92.92 0 0 1-.92-.92zm11.138-3.416H5.891a.92.92 0 0 1 0-1.84H16.11a.92.92 0 1 1 0 1.84z\"\n      fillRule=\"nonzero\"\n      className=\"IconFill\"\n    />\n  </svg>\n);\n\nconst ExportIcon = ({ width, height, ...otherProps }) => (\n  <svg width={width} height={height} viewBox=\"0 0 37 36\">\n    <g className=\"IconFill\" fillRule=\"evenodd\">\n      <path d=\"M25.542 13.014v4h6.96v14.899H4.003v-14.9h6.96v-4H.003v22.9h36.499v-22.9z\" />\n      <path d=\"M16.252 7.834v19.41h4V7.568l2.694 2.694 2.828-2.828-7.388-7.39L10.73 7.7l2.828 2.828z\" />\n    </g>\n  </svg>\n);\n\nconst CodeIcon = ({ width, height, ...otherProps }) => (\n  <svg {...otherProps} width={width} height={height} viewBox=\" 0 0 32 20\">\n    <path\n      d=\"M18.427.001c-.503.02-.933.359-1.059.833l-4.95 17.754c-.109.385.001.797.29 1.08.288.284.71.397 1.108.295.397-.1.708-.4.816-.785l4.95-17.755c.104-.345.03-.718-.2-1A1.157 1.157 0 0 0 18.428 0zM10.17 1.862a1.16 1.16 0 0 0-.595.243L.437 9.133c-.276.21-.437.532-.437.873 0 .34.161.662.437.872l9.138 7.028c.32.25.754.314 1.137.168.382-.146.655-.48.715-.875a1.1 1.1 0 0 0-.424-1.038l-8.008-6.15 8.008-6.16a1.09 1.09 0 0 0 .372-1.306 1.147 1.147 0 0 0-1.205-.683zm11.399 0a1.134 1.134 0 0 0-.982.806c-.126.439.037.907.41 1.183l8.008 6.16-8.008 6.15a1.1 1.1 0 0 0-.424 1.038c.06.395.333.729.715.875.383.146.816.082 1.137-.168l9.138-7.028c.276-.21.437-.532.437-.872 0-.34-.161-.663-.437-.873l-9.138-7.028c-.24-.19-.549-.278-.856-.243z\"\n      className=\"IconFill\"\n      fillRule=\"nonzero\"\n    />\n  </svg>\n);\n\nconst ForkIcon = ({ width, height, ...otherProps }) => (\n  <svg {...otherProps} width={width} height={height} viewBox=\"0 0 20 26\">\n    <g className=\"IconFill IconStroke\" fillRule=\"nonzero\">\n      <path d=\"M3.832 6.84h1.032v9.307H3.832z\" />\n      <path d=\"M4.335 7.347c-1.694 0-3.097-1.387-3.097-3.12a3.09 3.09 0 0 1 3.097-3.094c1.694 0 3.097 1.387 3.097 3.12a3.09 3.09 0 0 1-3.097 3.094zm0-5.174a2.075 2.075 0 0 0-2.064 2.08c0 1.147.926 2.08 2.064 2.08A2.075 2.075 0 0 0 6.4 4.253c0-1.146-.926-2.08-2.065-2.08zM15.665 7.347c-1.694 0-3.097-1.387-3.097-3.12a3.09 3.09 0 0 1 3.097-3.094c1.694 0 3.097 1.387 3.097 3.12a3.09 3.09 0 0 1-3.097 3.094zm0-5.174a2.075 2.075 0 0 0-2.065 2.08c0 1.147.926 2.08 2.065 2.08a2.075 2.075 0 0 0 2.064-2.08c0-1.146-.926-2.08-2.064-2.08zM4.335 24.973c-1.694 0-3.097-1.386-3.097-3.12a3.096 3.096 0 0 1 3.097-3.12 3.096 3.096 0 0 1 3.097 3.12c0 1.734-1.403 3.12-3.097 3.12zm0-5.2a2.075 2.075 0 0 0-2.064 2.08c0 1.147.926 2.08 2.064 2.08a2.075 2.075 0 0 0 2.065-2.08c0-1.146-.926-2.08-2.065-2.08z\" />\n      <path d=\"M4.838 19.24H3.806v-3.093c0-2.587 2.065-4.667 4.632-4.667h3.097c1.986 0 3.6-1.627 3.6-3.627V6.84h1.033v1.013c0 2.587-2.065 4.667-4.633 4.667h-3.07c-1.986 0-3.6 1.627-3.6 3.627l-.027 3.093z\" />\n    </g>\n  </svg>\n);\n\nconst ShareIcon = ({ width, height, ...otherProps }) => (\n  <svg {...otherProps} viewBox=\"0 0 24 21\" width={width} height={height}>\n    <path\n      d=\"M23.61 7.399L15.36.274c-.722-.623-1.86-.117-1.86.852v3.752C5.97 4.964 0 6.473 0 13.61c0 2.88 1.855 5.733 3.906 7.225.64.465 1.552-.119 1.316-.873-2.125-6.798 1.008-8.602 8.278-8.707v4.121c0 .97 1.14 1.474 1.86.851l8.25-7.125a1.125 1.125 0 0 0 0-1.702z\"\n      className=\"IconFill\"\n      fillRule=\"nonzero\"\n    />\n  </svg>\n);\n\nconst CloseIcon = ({ width, height, ...otherProps }) => (\n  <svg {...otherProps} width={width} height={height} viewBox=\"0 0 100 100\">\n    <path\n      className=\"IconFill\"\n      d=\"M72.9 11.5L50 34.4 27.1 11.5c-2.9-2.9-7.7-2.9-10.6 0l-4.2 4.2c-2.9 2.9-2.9 7.7 0 10.6l22.9 22.9-23 23c-2.9 2.9-2.9 7.7 0 10.6l4.2 4.2c2.9 2.9 7.7 2.9 10.6 0l23-22.9L72.9 87c2.9 2.9 7.7 2.9 10.6 0l4.2-4.2c2.9-2.9 2.9-7.7 0-10.6L64.8 49.3l22.9-22.9c2.9-2.9 2.9-7.7 0-10.6l-4.2-4.2c-2.9-3-7.6-3-10.6-.1z\"\n    />\n  </svg>\n);\n\nconst ICON_BY_NAME = {\n  fork: ForkIcon,\n  close: CloseIcon,\n  code: CodeIcon,\n  share: ShareIcon,\n  export: ExportIcon,\n  feedback: FeedbackIcon\n};\n\nexport const Icon = ({ width, height, color, name, ...otherProps }) => {\n  const IconComponent = ICON_BY_NAME[name];\n\n  return (\n    <IconComponent\n      style={color ? { color } : undefined}\n      {...otherProps}\n      width={width}\n      height={height}\n    />\n  );\n};\n\nexport default Icon;\n"
  },
  {
    "path": "chrome/app/components/StylesheetCodePreview.css",
    "content": ".StylesheetCodePreview {\n    border-top-left-radius: 2px;\n    border-top-right-radius: 2px;\n    overflow: hidden;\n}\n\n.StylesheetCodePreview-Actions {\n    text-align: center;\n    display: flex;\n    justify-content: center;\n}\n\n.StylesheetCodePreview-Actions a.Button {\n    width: 100%;\n    justify-content: center;\n    margin: 0;\n    padding-top: 10px;\n    padding-bottom: 10px;\n    color: white !important;\n}\n"
  },
  {
    "path": "chrome/app/components/StylesheetCodePreview.js",
    "content": "import React from \"react\";\nimport { Button, BUTTON_COLORS } from \"./Button\";\nimport \"./StylesheetCodePreview.css\";\nimport { getFilename } from \"../../extension/create_styleurl/CreateStyleURL\";\nimport CodeDiff, { concatStylesheets } from \"./CodeDiff\";\n\nconst buildViewURL = gistId => {\n  return `https://gist.github.com/${gistId}`;\n};\n\nconst buildDlUrl = stylesheets => {\n  const blob = new Blob([concatStylesheets(stylesheets, true)], {\n    type: \"text/plain;charset=UTF-8\"\n  });\n  return window.URL.createObjectURL(blob);\n};\n\nexport class StylesheetCodePreview extends React.PureComponent {\n  render() {\n    const { gistId, stylesheets } = this.props;\n    return (\n      <div className=\"StylesheetCodePreview ignore-react-onclickoutside\">\n        <CodeDiff stylesheets={stylesheets} />\n        <div className=\"StylesheetCodePreview-Actions\">\n          <Button color={BUTTON_COLORS.black} href={buildViewURL(gistId)}>\n            Open gist\n          </Button>\n          <Button\n            color={BUTTON_COLORS.black}\n            href={buildDlUrl(stylesheets)}\n            download={getFilename()}\n          >\n            Download\n          </Button>\n        </div>\n      </div>\n    );\n  }\n}\n\nexport default StylesheetCodePreview;\n"
  },
  {
    "path": "chrome/app/components/Switcher.css",
    "content": ".Switcher,\n.SwitcherSide,\n.SwitcherSide-label {\n  display: flex;\n  align-items: center;\n}\n\n.Switcher,\n.SwitcherSide {\n  border-radius: 100px;\n}\n\n.Switcher {\n  justify-content: space-between;\n  align-self: center;\n  background-color: white;\n  cursor: pointer;\n}\n\n@media (max-width: 650px) {\n  .Switcher {\n    display: none;\n  }\n}\n\n.SwitcherSide {\n  width: 152px;\n  padding: 8px 0;\n  text-align: center;\n  justify-content: center;\n  color: #050505;\n}\n\n.Switcher--on .SwitcherSide--on,\n.Switcher--off .SwitcherSide--off {\n  background-color: #5a95ff;\n  color: white;\n}\n\n.SwitcherSide-label {\n  color: inherit;\n  font-size: 14px;\n  font-weight: 600px;\n  line-height: 19px;\n  user-select: none;\n}\n"
  },
  {
    "path": "chrome/app/components/Switcher.js",
    "content": "import React from \"react\";\nimport classNames from \"classnames\";\nimport \"./Switcher.css\";\n\nexport class Switcher extends React.PureComponent {\n  handleToggle = () => this.props.onChange(!this.props.on);\n\n  render() {\n    const { onLabel, offLabel, on } = this.props;\n    return (\n      <div\n        onClick={this.handleToggle}\n        className={classNames(\"Switcher\", {\n          \"Switcher--on\": !!on,\n          \"Switcher--off\": !on\n        })}\n      >\n        <div className=\"SwitcherSide SwitcherSide--on\">\n          <div className=\"SwitcherSide-label\">{onLabel}</div>\n        </div>\n\n        <div className=\"SwitcherSide SwitcherSide--off\">\n          <div className=\"SwitcherSide-label\">{offLabel}</div>\n        </div>\n      </div>\n    );\n  }\n}\n\nexport default Switcher;\n"
  },
  {
    "path": "chrome/app/components/WhiteTextLogo.js",
    "content": "import React from \"react\";\n\nconst getSrcForSize = multipler => {\n  if (!multipler || multipler < 2) {\n    return chrome.extension.getURL(\"img/white-text-logo.png\");\n  } else {\n    return chrome.extension.getURL(`img/white-text-logo@${multipler}x.png`);\n  }\n};\n\nconst getSrcSet = () =>\n  [1, 2, 3].map(size => `${getSrcForSize(size)} ${size}x`).join(\", \\n\");\n\nexport default ({ src, srcSet, ...otherProps }) => (\n  <a\n    href={`${__FRONTEND_HOST__}/?utm_source=\"ext_logo_button\"`}\n    target=\"_blank\"\n  >\n    <img\n      {...otherProps}\n      src={getSrcForSize()}\n      srcSet={getSrcSet()}\n      height={22.4}\n      width={60.8}\n      style={{\n        userSelect: \"none\",\n        MozUserSelect: \"none\",\n        WebkitUserSelect: \"none\"\n      }}\n    />\n  </a>\n);\n"
  },
  {
    "path": "chrome/extension/background/badge.js",
    "content": "chrome.storage.local.get('todos', (obj) => {\n  let todos = obj.todos;\n  if (todos) {\n    todos = JSON.parse(todos);\n    const len = todos.filter(todo => !todo.marked).length;\n    if (len > 0) {\n      chrome.browserAction.setBadgeText({ text: len.toString() });\n    }\n  } else {\n    // Initial\n    chrome.browserAction.setBadgeText({ text: '1' });\n  }\n});\n"
  },
  {
    "path": "chrome/extension/background/contextMenus.js",
    "content": "let windowId = 0;\nconst CONTEXT_MENU_ID = 'example_context_menu';\n\nfunction closeIfExist() {\n  if (windowId > 0) {\n    chrome.windows.remove(windowId);\n    windowId = chrome.windows.WINDOW_ID_NONE;\n  }\n}\n\nfunction popWindow(type) {\n  closeIfExist();\n  const options = {\n    type: 'popup',\n    left: 100,\n    top: 100,\n    width: 800,\n    height: 475,\n  };\n  if (type === 'open') {\n    options.url = 'window.html';\n    chrome.windows.create(options, (win) => {\n      windowId = win.id;\n    });\n  }\n}\n\nchrome.contextMenus.create({\n  id: CONTEXT_MENU_ID,\n  title: 'React Chrome Extension Example',\n  contexts: ['all'],\n  documentUrlPatterns: [\n    'https://github.com/*'\n  ]\n});\n\nchrome.contextMenus.onClicked.addListener((event) => {\n  if (event.menuItemId === CONTEXT_MENU_ID) {\n    popWindow('open');\n  }\n});\n"
  },
  {
    "path": "chrome/extension/background/inject.js",
    "content": "import injectScriptNames from \"../lib/injectScriptNames\";\n\nconst log = (...messages) =>\n  console.log.apply(console, [\"[inject]\", ...messages]);\n\nfunction isInjected(tabId, name) {\n  return new Promise((resolve, reject) => {\n    const scriptName = injectScriptNames[name];\n    chrome.tabs.executeScript(\n      tabId,\n      {\n        code: `!!document.querySelector(\"#${scriptName}\")`,\n        runAt: \"document_start\"\n      },\n      results => resolve(results[0])\n    );\n  });\n}\n\nexport async function loadScript(name, tabId, cb, runAt = \"document_end\") {\n  if (runAt !== \"document_start\") {\n    const didInject = await isInjected(tabId, name);\n    if (didInject) {\n      log(\"SKIP injecting script\", name, \"into\", tabId);\n      cb && cb(false);\n      return;\n    }\n  }\n\n  log(\"Injecting script\", name, \"into\", tabId);\n\n  chrome.tabs.executeScript(\n    tabId,\n    { file: `/${name}.bundle.js`, runAt, allFrames: false },\n    () => cb && cb(true)\n  );\n}\n\nexport const injectCreateStyleURLBar = (tabId, cb) => {\n  loadScript(\"inject_create_styleurl\", tabId, cb);\n};\n\nexport const injectViewStyleURLBar = (tabId, cb) => {\n  loadScript(\"inject_view_styleurl\", tabId, cb);\n};\n\nexport const injectCSSManager = (tabId, cb) => {\n  loadScript(\"css_manager_content_script\", tabId, cb, \"document_start\");\n};\n\nexport const injectInlineStyleObserver = (tabId, cb) => {\n  loadScript(\"inline_style_observer\", tabId, cb, \"document_start\");\n};\n"
  },
  {
    "path": "chrome/extension/background/view_styleurl/ViewStyleURL.js",
    "content": ""
  },
  {
    "path": "chrome/extension/background.js",
    "content": "import Messenger from \"chrome-ext-messenger\";\nimport _ from \"lodash\";\nimport memoizee from \"memoizee\";\nimport Raven from \"raven-js\";\nimport _diffSheet from \"stylesheet-differ\";\nimport {\n  injectCreateStyleURLBar,\n  injectCSSManager,\n  injectViewStyleURLBar\n} from \"./background/inject\";\nimport {\n  SCREENSHOT_CONTENT_TYPE,\n  uploadScreenshot,\n  uploadStylesheets,\n  sendFeedback\n} from \"./lib/api\";\nimport {\n  BROWSER_ACTION_STATES,\n  DEFAULT_ICON_PATH,\n  getBrowserActionState,\n  setBrowserActionToDefault,\n  setBrowserActionToStyleApplied\n} from \"./lib/browserAction\";\nimport { getGistIDFromURL, SPECIAL_QUERY_PARAMS } from \"./lib/gists\";\nimport injectScriptNames from \"./lib/injectScriptNames\";\nimport { MESSAGE_TYPES, PORT_TYPES } from \"./lib/port\";\nimport {\n  startMonitoringTabID,\n  stopMonitoringTabID as _stopMonitoringTabID,\n  styleURLsForTabId\n} from \"./lib/StyleURLTab\";\nimport { toFile } from \"./lib/toFile\";\n\nconst diffSheet = memoizee(_diffSheet, {\n  maxAge: 300000, // 5 minutes,\n  primitive: true\n});\n\nRaven.config(\n  \"https://26483721d124446bb37ebe913d3b8347@sentry.io/1246693\"\n).install();\n\nRaven.setExtraContext({\n  version: chrome.runtime.getManifest().version,\n  environment: process.env.NODE_ENV\n});\n\nRaven.context(function() {\n  let DEVTOOLS_OPEN_TABS = {};\n  let devtoolConnection;\n  let gistConnection;\n  let stylesheetManagerConnection;\n  let inlineStyleObserverConnection;\n  let inlineHeaderConnection;\n  const messenger = new Messenger();\n\n  messenger.initBackgroundHub({\n    connectedHandler: function(extensionPart, connectionName, tabId) {\n      if (extensionPart === \"devtool\") {\n        DEVTOOLS_OPEN_TABS[tabId] = true;\n      }\n    },\n    disconnectedHandler: function(extensionPart, connectionName, tabId) {\n      if (\n        extensionPart === \"devtool\" &&\n        getBrowserActionState() === BROWSER_ACTION_STATES.upload_style\n      ) {\n        setBrowserActionToDefault({ tabId });\n      }\n\n      if (extensionPart === \"devtool\") {\n        DEVTOOLS_OPEN_TABS[tabId] = false;\n      }\n\n      if (\n        extensionPart === \"devtool\" &&\n        tabId &&\n        !styleURLsForTabId(tabId).length\n      ) {\n        inlineStyleObserverConnection.sendMessage(\n          `content_script:${PORT_TYPES.inline_style_observer}:${tabId}`,\n          {\n            kind: MESSAGE_TYPES.stop_observing_inline_styles\n          }\n        );\n      }\n    }\n  });\n\n  const log = (...messages) =>\n    console.log.apply(console, [\"[Background]\", ...messages]);\n\n  const TAB_IDS_TO_APPLY_STYLES = {};\n  const TAB_IDS_STYLESHEET_DIFFS = {};\n  const TAB_ORIGINAL_STYLES = {};\n  const LAST_RECEIVED_TAB_ORIGINAL_STYLES = {};\n\n  const stopMonitoringTabID = tabId => {\n    _stopMonitoringTabID(tabId);\n\n    delete TAB_IDS_STYLESHEET_DIFFS[tabId];\n    delete TAB_ORIGINAL_STYLES[tabId];\n    delete TAB_ORIGINAL_STYLES[tabId];\n    delete LAST_RECEIVED_TAB_ORIGINAL_STYLES[tabId];\n  };\n\n  const getTab = tabId =>\n    new Promise((resolve, reject) => {\n      chrome.tabs.get(tabId, resolve);\n    });\n\n  const getTabId = sender => parseInt(_.last(sender.split(\"::\")), 10);\n\n  const handleGistContentScriptMessages = async (\n    request,\n    from,\n    sender,\n    sendResponse\n  ) => {\n    const { kind = null } = request;\n\n    const kinds = MESSAGE_TYPES;\n\n    if (!kind) {\n      return;\n    }\n\n    if (!_.values(kinds).includes(kind)) {\n      console.error(\n        \"[background] request kind must be one of\",\n        _.values(kinds)\n      );\n      return;\n    }\n\n    if (kind === kinds.get_gist_content) {\n      if (!request.url) {\n        console.error(\"[background] invalid get_gist_content: missing url\");\n        sendResponse({ success: false });\n        return;\n      }\n\n      return window\n        .fetch(request.url, {\n          redirect: \"follow\",\n          credentials: \"include\"\n        })\n        .then(response => response.text())\n        .then(value => {\n          return sendResponse({\n            url: request.url,\n            response: true,\n            value\n          });\n        });\n    }\n  };\n\n  const shouldAssumeChangesAreReal = tabId => {\n    return (\n      LAST_RECEIVED_TAB_ORIGINAL_STYLES[tabId] &&\n      new Date().getTime() - LAST_RECEIVED_TAB_ORIGINAL_STYLES[tabId] > 5000\n    );\n  };\n\n  const toggleStylebar = (tabId, show) => {\n    const script = (idName, opacity) => {\n      document.getElementById(idName).style.opacity = opacity;\n    };\n\n    return new Promise(resolve => {\n      chrome.tabs.executeScript(\n        tabId,\n        {\n          code: `(${script.toString()})(\"${\n            injectScriptNames.inject_create_styleurl\n          }\", ${show ? 1 : 0})`,\n          runAt: \"document_start\"\n        },\n        () => {\n          setTimeout(() => {\n            resolve();\n          }, 50);\n        }\n      );\n    });\n  };\n\n  const sendStyleURLsToTab = ({ tabId }) => {\n    styleURLsForTabId(tabId).forEach(styleurl => {\n      stylesheetManagerConnection.sendMessage(\n        `content_script:${PORT_TYPES.stylesheet_manager}:${tabId}`,\n        { kind: MESSAGE_TYPES.get_styleurl, value: styleurl.toJSON() }\n      );\n    });\n  };\n\n  const autodetectStyleURL = async ({ url, tabId }) => {\n    const gistId = getGistIDFromURL(url);\n\n    if (!gistId) {\n      return;\n    }\n\n    await startMonitoringTabID({ tabId, gistId });\n    sendStyleURLsToTab({ tabId });\n\n    injectCSSManager(tabId);\n  };\n\n  const handleInlineStyleObserverMessages = async (\n    request,\n    from,\n    sender,\n    sendResponse\n  ) => {\n    const { kind = null } = request;\n    const kinds = MESSAGE_TYPES;\n\n    if (!kind) {\n      return;\n    }\n\n    if (!_.values(kinds).includes(kind)) {\n      console.error(\n        \"[background] request kind must be one of\",\n        _.values(kinds)\n      );\n      return;\n    }\n\n    const tabId = getTabId(from);\n    const tab = await getTab(tabId);\n\n    if (\n      kind === MESSAGE_TYPES.style_diff_changed &&\n      !styleURLsForTabId(tabId).length\n    ) {\n      injectCreateStyleURLBar(tabId, success => {\n        if (!success) {\n          return;\n        }\n\n        inlineHeaderConnection.sendMessage(\n          `content_script:${PORT_TYPES.inline_header}:${tabId}`,\n          {\n            kind: MESSAGE_TYPES.open_style_editor\n          }\n        );\n      });\n    }\n    log(request.value);\n  };\n\n  const handleInlineHeaderMessages = async (\n    request,\n    from,\n    sender,\n    sendResponse\n  ) => {\n    const { kind = null } = request;\n    const kinds = MESSAGE_TYPES;\n\n    if (!kind) {\n      return;\n    }\n\n    if (!_.values(kinds).includes(kind)) {\n      console.error(\n        \"[background] request kind must be one of\",\n        _.values(kinds)\n      );\n      return;\n    }\n\n    const tabId = getTabId(from);\n    const tab = await getTab(tabId);\n\n    if (kind === kinds.log) {\n    } else if (kind === kinds.send_feedback) {\n      sendFeedback({\n        message: request.value.message,\n        from: request.value.from\n      });\n    } else if (kind === kinds.get_current_styles_diff) {\n      if (\n        !DEVTOOLS_OPEN_TABS[tabId] &&\n        request.value &&\n        request.value.devtools_required\n      ) {\n        inlineHeaderConnection.sendMessage(\n          `content_script:${PORT_TYPES.inline_header}:${tabId}`,\n          {\n            kind: MESSAGE_TYPES.open_devtools_plz\n          }\n        );\n      }\n\n      getCurrentStylesheetsDiff(tabId).then(response => sendResponse(response));\n    } else if (kind === kinds.send_success_notification) {\n      chrome.notifications.create({\n        type: \"basic\",\n        iconUrl: chrome.extension.getURL(DEFAULT_ICON_PATH[\"128\"]),\n        title: !request.value.didCopy\n          ? `Created styleurl`\n          : \"Copied your styleurl to clipboard\",\n        message:\n          \"Your CSS changes have been exported to a styleurl successfully. Now you can share it!\"\n      });\n    } else if (kind === kinds.get_styleurl) {\n      const styleURL = _.first(styleURLsForTabId(tabId));\n      sendResponse({ value: styleURL, kind });\n    } else if (kind === kinds.update_styleurl_state) {\n      const styleURL = _.first(styleURLsForTabId(tabId));\n      const { isBarEnabled, isStyleEnabled } = request.value;\n\n      if (isBarEnabled !== styleURL.isBarEnabled) {\n        styleURL.isBarEnabled = isBarEnabled;\n      }\n\n      if (isStyleEnabled !== styleURL.isStyleEnabled) {\n        styleURL.isStyleEnabled = isStyleEnabled;\n      }\n\n      inlineHeaderConnection.sendMessage(\n        `content_script:${PORT_TYPES.inline_header}:${tabId}`,\n        { value: styleURL, kind: kinds.update_styleurl_state }\n      );\n\n      if (!from.includes(PORT_TYPES.stylesheet_manager)) {\n        sendStyleURLsToTab({ tabId });\n      }\n    } else if (kind === kinds.shared_styleurl) {\n      chrome.notifications.create({\n        type: \"basic\",\n        iconUrl: chrome.extension.getURL(DEFAULT_ICON_PATH[\"128\"]),\n        title: \"Copied styleurl to clipboard\",\n        message: \"Share the styleurl by pasting it to a friend or colleague\"\n      });\n    } else if (kind === kinds.upload_stylesheets) {\n      toggleStylebar(tabId, false).then(() => {\n        chrome.tabs.captureVisibleTab(null, { format: \"png\" }, async function(\n          photo\n        ) {\n          uploadStylesheets({\n            stylesheets: request.value.stylesheets,\n            url: tab.url,\n            visibility: request.value.visibility\n          }).then(stylesheetResponse => {\n            sendResponse(stylesheetResponse);\n            if (stylesheetResponse.success) {\n              chrome.tabs.update(tabId, { selected: true });\n\n              window.setTimeout(async () => {\n                // Capturing the photo fails sometimes shrug\n                if (photo) {\n                  uploadScreenshot({\n                    photo: await toFile(photo, SCREENSHOT_CONTENT_TYPE),\n                    key: stylesheetResponse.data.id,\n                    domain: stylesheetResponse.data.domain\n                  });\n                }\n\n                toggleStylebar(tabId, true);\n              }, 50);\n            } else {\n              alert(\"Something didnt work quite right. Please try again!\");\n            }\n          });\n        });\n      });\n    }\n  };\n\n  const handleDevtoolMessages = async (request, from, sender, sendResponse) => {\n    const { kind = null } = request;\n    const kinds = MESSAGE_TYPES;\n\n    if (!kind) {\n      return;\n    }\n\n    if (!_.values(kinds).includes(kind)) {\n      console.error(\n        \"[background] request kind must be one of\",\n        _.values(kinds)\n      );\n      return;\n    }\n\n    const tabId = getTabId(from);\n    const tab = await getTab(tabId);\n\n    if (kind === kinds.log) {\n      console.log.apply(console, request.value);\n    } else if (kind === kinds.send_content_stylesheets) {\n      log(\"Received content stylesheets\", request.value);\n      if (!TAB_ORIGINAL_STYLES[tabId]) {\n        TAB_ORIGINAL_STYLES[tabId] = request.value;\n        LAST_RECEIVED_TAB_ORIGINAL_STYLES[tabId] = new Date().getTime();\n      } else {\n        const contentStyles = request.value;\n        const existingSheets = TAB_ORIGINAL_STYLES[tabId];\n        contentStyles.forEach(style => {\n          const index = _.findIndex(\n            existingSheets,\n            sheet => sheet.url === style.url\n          );\n          if (index === -1) {\n            TAB_ORIGINAL_STYLES[tabId].push(style);\n            LAST_RECEIVED_TAB_ORIGINAL_STYLES[tabId] = new Date().getTime();\n          }\n        });\n      }\n    } else if (kind === kinds.open_style_editor) {\n      injectCreateStyleURLBar(tabId);\n    } else if (\n      kind === kinds.style_diff_changed &&\n      shouldAssumeChangesAreReal(tabId) &&\n      !styleURLsForTabId(tabId)\n    ) {\n      injectCreateStyleURLBar(tabId);\n    }\n  };\n\n  const getInlineStylesDiff = tabId => {\n    return inlineStyleObserverConnection\n      .sendMessage(\n        `content_script:${PORT_TYPES.inline_style_observer}:${tabId}`,\n        {\n          kind: MESSAGE_TYPES.get_inline_style_diff\n        }\n      )\n      .then(response => {\n        log(\"Received inline styles!\");\n\n        const { old_stylesheet, new_stylesheet } = response.value;\n\n        if (!new_stylesheet || !new_stylesheet.content) {\n          return null;\n        }\n\n        const content = old_stylesheet\n          ? diffSheet(old_stylesheet.content, new_stylesheet.content)\n          : new_stylesheet.content;\n\n        return {\n          url: new_stylesheet.url,\n          content\n        };\n      });\n  };\n\n  const getCurrentStylesheetsDiff = tabId => {\n    console.time(\"Diff All Sheets\");\n    return devtoolConnection\n      .sendMessage(`devtool:${PORT_TYPES.devtool_widget}:${tabId}`, {\n        kind: MESSAGE_TYPES.get_current_styles_diff\n      })\n      .then(\n        async response => {\n          log(\"Received styles!\");\n          let modifiedSheets = response.value.stylesheets.slice();\n          const currentStyles = response.value.general_stylesheets;\n          const oldStyles = TAB_ORIGINAL_STYLES[tabId];\n          if (oldStyles) {\n            oldStyles\n              .filter(\n                style =>\n                  style.url &&\n                  style.url.indexOf(\"inject_create_styleurl.css\") === -1 // this comes up ugh\n              )\n              .forEach(oldStyle => {\n                const newStyle = currentStyles.find(\n                  style => style.url === oldStyle.url\n                );\n\n                console.time(\"Diff Sheet [No Memoize]\");\n                const diffedStyle = diffSheet(\n                  oldStyle ? oldStyle.content || \"\" : \"\",\n                  newStyle ? newStyle.content || \"\" : \"\"\n                );\n                console.timeEnd(\"Diff Sheet [No Memoize]\");\n\n                if (diffedStyle && diffedStyle.trim().length > 0) {\n                  modifiedSheets.push({\n                    url: oldStyle.url,\n                    content: diffedStyle\n                  });\n                }\n              });\n          }\n\n          TAB_IDS_STYLESHEET_DIFFS[tabId] = modifiedSheets;\n\n          try {\n            const fauxInlineStylesheet = await getInlineStylesDiff(tabId);\n\n            if (fauxInlineStylesheet) {\n              modifiedSheets.push(fauxInlineStylesheet);\n            }\n          } catch (exception) {\n            console.error(exception);\n          }\n\n          console.timeEnd(\"Diff All Sheets\");\n\n          return {\n            stylesheets: modifiedSheets\n          };\n        },\n        err => {\n          console.error(err);\n          alert(\"Something went wrong. Please try again\");\n        }\n      );\n  };\n\n  chrome.browserAction.onClicked.addListener(tab => {\n    console.log(\"Clicked Browser Action\", getBrowserActionState());\n    if (getBrowserActionState() === BROWSER_ACTION_STATES.default) {\n      injectCreateStyleURLBar(tab.id);\n    } else if (getBrowserActionState() === BROWSER_ACTION_STATES.upload_style) {\n      injectCreateStyleURLBar(tab.id);\n    } else if (\n      getBrowserActionState() === BROWSER_ACTION_STATES.style_applied\n    ) {\n      injectViewStyleURLBar(tab.id);\n    }\n  });\n\n  chrome.webNavigation.onBeforeNavigate.addListener(\n    ({ tabId, url }) => {\n      autodetectStyleURL({ tabId, url });\n    },\n    {\n      url: Object.values(SPECIAL_QUERY_PARAMS).map(queryContains => ({\n        queryContains\n      }))\n    }\n  );\n\n  const autoInsertCSS = async tab => {\n    await autodetectStyleURL(tab);\n    const styleURLs = styleURLsForTabId(tab.tabId);\n\n    // Handle case where we haven't loaded the styleurl gist yet\n    const pendingStyleURLs = styleURLs.filter(({ loaded = false }) => !loaded);\n    if (pendingStyleURLs) {\n      await Promise.all(\n        pendingStyleURLs.map(styleurl => styleurl.load(styleurl.gistId))\n      );\n    }\n\n    const appliedStyles = styleURLs.filter(styleURLTab =>\n      styleURLTab.applyToTab(tab, stylesheetManagerConnection)\n    );\n\n    const styleCount = appliedStyles.length;\n    if (styleCount > 0) {\n      setBrowserActionToStyleApplied({ tabId: tab.tabId, styleCount });\n    } else {\n      // TODO: see if this is too aggro\n      setBrowserActionToDefault({ tabId: tab.tabId });\n    }\n  };\n\n  chrome.webNavigation.onCommitted.addListener(tab =>\n    stopMonitoringTabID(tab.tabId)\n  );\n  chrome.webNavigation.onCommitted.addListener(autoInsertCSS);\n  chrome.webNavigation.onHistoryStateUpdated.addListener(({ tabId, url }) =>\n    autodetectStyleURL({ url, tabId })\n  );\n\n  chrome.webNavigation.onReferenceFragmentUpdated.addListener(({ tabId }) =>\n    sendStyleURLsToTab({ tabId })\n  );\n\n  const injectBarHistoryListener = async ({ tabId, url }) => {\n    if (!url) {\n      return;\n    }\n\n    const styleURLs = styleURLsForTabId(tabId);\n\n    // Handle case where we haven't loaded the styleurl gist yet\n    const pendingStyleURLs = styleURLs.filter(({ loaded = false }) => !loaded);\n    if (pendingStyleURLs) {\n      await Promise.all(\n        pendingStyleURLs.map(styleurl => styleurl.load(styleurl.gistId))\n      );\n    }\n\n    if (\n      styleURLs\n        .filter(({ isBarEnabled }) => isBarEnabled)\n        .find(styleURL => styleURL.canApplyStyle(url))\n    ) {\n      injectViewStyleURLBar(tabId);\n    }\n  };\n\n  chrome.webNavigation.onDOMContentLoaded.addListener(injectBarHistoryListener);\n\n  chrome.webNavigation.onHistoryStateUpdated.addListener(\n    injectBarHistoryListener\n  );\n  chrome.webNavigation.onTabReplaced.addListener(injectBarHistoryListener);\n\n  chrome.tabs.onRemoved.addListener(tabId => {\n    if (TAB_IDS_TO_APPLY_STYLES[tabId]) {\n      stopMonitoringTabID(tabId);\n    }\n\n    if (DEVTOOLS_OPEN_TABS[tabId]) {\n      DEVTOOLS_OPEN_TABS[tabId] = false;\n    }\n  });\n\n  devtoolConnection = messenger.initConnection(\n    PORT_TYPES.devtool_widget,\n    handleDevtoolMessages\n  );\n\n  gistConnection = messenger.initConnection(\n    PORT_TYPES.github_gist,\n    handleGistContentScriptMessages\n  );\n\n  inlineHeaderConnection = messenger.initConnection(\n    PORT_TYPES.inline_header,\n    handleInlineHeaderMessages\n  );\n\n  stylesheetManagerConnection = messenger.initConnection(\n    PORT_TYPES.stylesheet_manager,\n    handleInlineHeaderMessages\n  );\n\n  inlineStyleObserverConnection = messenger.initConnection(\n    PORT_TYPES.inline_style_observer,\n    handleInlineStyleObserverMessages\n  );\n\n  // If you just installed and have a styleURL page open, reload the tab so that the content script is loaded\n  chrome.runtime.onInstalled.addListener(() => {\n    chrome.tabs.query({ url: `${__FRONTEND_HOST__}/*` }, tabs => {\n      tabs.forEach(tab => chrome.tabs.reload(tab.id));\n\n      // See if there's any active non-homepage StyleURL tabs and set it to active\n      // Basically we want to ignore / and all of the root routes\n      // We _do_ want \"/news.ycombinator.com/long_gist_id\"\n      const styleURLTab = tabs.find(\n        tab =>\n          `${__FRONTEND_HOST__}/`.split(\"/\").length < tab.url.split(\"/\").length\n      );\n      // Also set it to active\n      if (styleURLTab) {\n        chrome.tabs.update(styleURLTab.id, { active: true });\n      }\n    });\n  });\n});\n"
  },
  {
    "path": "chrome/extension/create_styleurl/CreateStyleURL.js",
    "content": "import { HeaderBar } from \"app/components/HeaderBar\";\nimport Messenger from \"chrome-ext-messenger\";\nimport classNames from \"classnames\";\nimport filenameify from \"filenamify\";\nimport _ from \"lodash\";\nimport React from \"react\";\nimport CodeDiff, { concatStylesheets } from \"../../app/components/CodeDiff\";\nimport Dropdown from \"../../app/components/Dropdown\";\nimport { Icon } from \"../../app/components/Icon\";\nimport injectScriptNames from \"../lib/injectScriptNames\";\nimport { MESSAGE_TYPES, PORT_TYPES } from \"../lib/port\";\nimport { INITIAL_WIDTH } from \"./messages\";\n\nconst messenger = new Messenger();\n\nexport const getFilename = () => {\n  // The plus here is just here so the VSCode syntax highlighter doesnt get messed up\n  // Weird VSCode bug :shrug:\n  return filenameify(`${location.pathname.substr(1)}.diff` + \".css\", {\n    replacement: \"_\"\n  });\n};\n\nconst buildEditURL = gistId => {\n  return `${__API_HOST__}/api/gists/edit/${gistId}`;\n};\n\nfunction copyToClipboard(text) {\n  const input = document.createElement(\"textarea\");\n  input.style.position = \"fixed\";\n  input.style.opacity = 0;\n  input.value = text;\n  document.body.appendChild(input);\n  input.select();\n  document.execCommand(\"Copy\");\n  document.body.removeChild(input);\n}\n\nclass CreateStyleURL extends React.PureComponent {\n  state = {\n    stylesheets: [],\n    downloadURL: null\n  };\n\n  static getDerivedStateFromProps(props, state) {\n    if (props.stylesheets !== state.stylesheets) {\n      if (props.stylesheets) {\n        const blob = new Blob([concatStylesheets(props.stylesheets, true)], {\n          type: \"text/plain;charset=UTF-8\"\n        });\n\n        return {\n          stylesheets: props.stylesheets,\n          downloadURL: window.URL.createObjectURL(blob)\n        };\n      } else {\n        if (state.downloadURL) {\n          URL.revokeObjectURL(state.downloadURL);\n        }\n\n        return { stylesheets: [], downloadURL: null };\n      }\n    } else {\n      return {};\n    }\n  }\n\n  render() {\n    const {\n      onToggleDiff,\n      onExport,\n      onShareChanges,\n      stylesheets,\n      shareURL,\n      setShareLinkRef,\n      onSendFeedback,\n      hidden,\n      onHide\n    } = this.props;\n\n    return (\n      <HeaderBar\n        hidden={hidden}\n        onHide={onHide}\n        onSendFeedback={onSendFeedback}\n        center={\n          <input\n            value={shareURL}\n            readOnly\n            ref={setShareLinkRef}\n            className={classNames(\"ShareLink\", {\n              \"ShareLink--shown\": shareURL\n            })}\n          />\n        }\n      >\n        <Dropdown\n          onToggle={onToggleDiff}\n          icon={<Icon width={\"32\"} height=\"15\" name=\"code\" />}\n          title=\"View changes\"\n        >\n          <div className=\"ViewChanges\">\n            <CodeDiff stylesheets={stylesheets} />\n            <div className=\"ViewChanges-actions\">\n              <a\n                href={this.state.downloadURL}\n                download={getFilename()}\n                className=\"ViewChanges-action\"\n              >\n                <div className=\"ViewChanges-action-text\">Download</div>\n              </a>\n              <div className=\"ViewChanges-separator\" />\n              <div onClick={onExport} className=\"ViewChanges-action\">\n                <div className=\"ViewChanges-action-text\">Create Gist</div>\n              </div>\n            </div>\n          </div>\n        </Dropdown>\n        <Dropdown\n          onClick={onShareChanges}\n          icon={<Icon width={\"24\"} height=\"15\" name=\"share\" />}\n          title=\"Share changes\"\n        />\n      </HeaderBar>\n    );\n  }\n}\n\nclass CreateStyleURLContainer extends React.Component {\n  constructor(props) {\n    super(props);\n\n    this.state = {\n      width: INITIAL_WIDTH,\n      shareURL: \"\",\n      hidden: false,\n      stylesheets: []\n    };\n\n    this._connection = messenger.initConnection(\n      PORT_TYPES.inline_header,\n      this.handleMessage\n    );\n  }\n\n  handleMessage = async (request, from, sender, sendResponse) => {\n    const kinds = MESSAGE_TYPES;\n    const { kind = null } = request;\n    if (kind === kinds.style_diff_changed) {\n      this.syncStylesheets();\n    } else if (kind === kinds.open_devtools_plz) {\n      alert(\n        \"Please open Chrome Devtools and try again -- ⋮ -> More Tools -> Developer Tools\"\n      );\n    }\n  };\n\n  componentWillUnmount() {\n    if (this._connection) {\n      this._connection.disconnect();\n    }\n  }\n\n  syncStylesheets = () => {\n    this._sendMessage({\n      kind: MESSAGE_TYPES.get_current_styles_diff\n    }).then(({ stylesheets }) => {\n      this.setState({\n        stylesheets: stylesheets.map(({ content, url }) => [\n          _.last(url.split(\"/\")),\n          content\n        ])\n      });\n      this.setVisible(!_.isEmpty(stylesheets));\n    });\n  };\n\n  setShareLinkRef = shareLinkRef => (this.shareLinkRef = shareLinkRef);\n\n  handleToggleDiff = isOpen => {\n    if (isOpen) {\n      this.syncStylesheets();\n    }\n  };\n\n  _sendMessage = message => {\n    return this._connection.sendMessage(\n      `background:${PORT_TYPES.inline_header}`,\n      message\n    );\n  };\n\n  handleExport = async () => {\n    const { stylesheets } = await this._sendMessage({\n      kind: MESSAGE_TYPES.get_current_styles_diff,\n      value: {\n        devtools_required: true\n      }\n    });\n\n    if (!stylesheets || !stylesheets.length) {\n      alert(\"Please make some CSS changes and try again\");\n      return;\n    }\n\n    this._sendMessage({\n      kind: MESSAGE_TYPES.upload_stylesheets,\n      value: {\n        stylesheets,\n        visibility: \"private\"\n      }\n    }).then(response => {\n      if (response && response.data && response.data.url) {\n        window.open(response.data.url, \"_blank\");\n      }\n    });\n  };\n\n  handleSendFeedback = message => {\n    return this._sendMessage({\n      kind: MESSAGE_TYPES.send_feedback,\n      value: {\n        message,\n        from: \"create\"\n      }\n    });\n  };\n\n  handleShareChanges = () => {\n    return this._sendMessage({\n      kind: MESSAGE_TYPES.get_current_styles_diff,\n      value: {\n        devtools_required: true\n      }\n    }).then(({ stylesheets }) => {\n      if (!stylesheets || !stylesheets.length) {\n        alert(\"Please make some CSS changes and try again\");\n        return;\n      }\n\n      this._sendMessage({\n        kind: MESSAGE_TYPES.upload_stylesheets,\n        value: {\n          stylesheets,\n          visibility: \"public\"\n        }\n      })\n        .then(response => {\n          if (response && response.success) {\n            const shareURL = response.data.share_url;\n\n            this.setState({ shareURL });\n            window.open(response.data.url, \"_blank\");\n            return shareURL;\n          }\n\n          return null;\n        })\n        .then(shareURL => {\n          if (!shareURL) {\n            return;\n          }\n\n          copyToClipboard(shareURL);\n\n          this._sendMessage({\n            kind: MESSAGE_TYPES.send_success_notification,\n            value: {\n              didCopy: true\n            }\n          });\n        });\n    });\n  };\n\n  setVisible = isVisible => {\n    const hidden = !isVisible;\n    if (hidden === this.state.hidden) {\n      return;\n    }\n\n    this.setState({ hidden });\n\n    const shadowRoot = document.querySelector(\n      `#${injectScriptNames.inject_create_styleurl}`\n    );\n\n    if (hidden) {\n      shadowRoot.style.opacity = 0;\n      shadowRoot.style.pointerEvents = \"none\";\n    } else {\n      shadowRoot.style.opacity = 1;\n      shadowRoot.style.pointerEvents = \"auto\";\n    }\n  };\n\n  handleHideBar = () => this.setVisible(false);\n\n  render() {\n    return (\n      <CreateStyleURL\n        hidden={this.state.hidden}\n        onExport={this.handleExport}\n        onShareChanges={this.handleShareChanges}\n        onHide={this.handleHideBar}\n        stylesheets={this.state.stylesheets}\n        onToggleDiff={this.handleToggleDiff}\n        onSendFeedback={this.handleSendFeedback}\n        setShareLinkRef={this.setShareLinkRef}\n        shareURL={this.state.shareURL}\n      />\n    );\n  }\n}\n\nexport default CreateStyleURLContainer;\n"
  },
  {
    "path": "chrome/extension/create_styleurl/Gist.css",
    "content": "#gist_root,\n#gist_root body {\n    margin: 0;\n    padding: 0;\n}\n\n#gist_root {\n    width: auto;\n}\n\n#gist_root .gist {\n    display: block !important;\n    position: relative !important;\n}\n\n#gist_root .gist-file {\n    border: none !important;\n    display: flex;\n    flex-direction: column-reverse;\n    margin-bottom: 0;\n}\n\n.gist-data,\n.file-box,\n.file,\n.blob-wrapper,\n.js-file-line-container {\n    width: auto;\n}\n\n#gist_root .gist-data {\n    background-color: #272822 !important;\n    padding: 15px 5px !important;\n    border: 0 !important;\n    border-bottom: none !important;\n    border-radius: 0px;\n}\n\n#gist_root .gist .highlight {\n    background-color: #272822 !important;\n}\n\n#gist_root .gist .gist-meta {\n    border-radius: 0;\n    background-color: rgb(65, 65, 67);\n}\n\n#gist_root .gist .gist-meta,\n#gist_root .gist .gist-meta a {\n    color: white;\n}\n\n#gist_root .blob-num {\n    border: solid #464741 !important;\n    border-width: 0 1px 0 0 !important;\n}\n\n/* MONOKAI THEME SYNTAX HIGHLIGHTING - NOT COMPLETE */\n#gist_root .blob-code-inner, #gist_root .pl-c1 {\n    color: rgb(78, 198, 234) !important;\n}\n\n#gist_root .js-line-number {\n    color: #8f908a !important;\n}\n\n#gist_root .pl-ent {\n    color: #fc1f70 !important;\n}\n\n#gist_root .pl-e {\n    color: #a4e402 !important;\n}\n\n#gist_root .pl-c {\n    color: #75715d !important;\n}\n\n#gist_root .pl-s, .pl-pds {\n    color: #e6dc6d !important;\n}\n"
  },
  {
    "path": "chrome/extension/create_styleurl/Gist.js",
    "content": "import React from \"react\";\nimport \"./gist.css\";\n\nconst gistURL = ({ file, id }) => {\n  const fileArg = file ? `?file=${file}` : \"\";\n\n  return `https://gist.github.com/${id}.js${fileArg}`;\n};\n\nexport class Gist extends React.Component {\n  state = {\n    url: null\n  };\n\n  static getDerivedStateFromProps(props, state) {\n    const { id, file } = props;\n\n    const url = gistURL({ id, file });\n\n    if (url !== state.url) {\n      return { url };\n    } else {\n      return {};\n    }\n  }\n\n  componentDidUpdate(_prevProps, prevState) {\n    if (this.state.url !== prevState.url) {\n      this._updateIframeContent();\n    }\n  }\n\n  componentDidMount() {\n    this._updateIframeContent();\n  }\n\n  _updateIframeContent = () => {\n    const { id, file, height } = this.props;\n\n    const iframe = this.iframeNode;\n\n    let doc = iframe.document;\n    if (iframe.contentDocument) doc = iframe.contentDocument;\n    else if (iframe.contentWindow) doc = iframe.contentWindow.document;\n\n    const gistLink = this.state.url;\n    const gistScript = `<script type=\"text/javascript\" src=\"${gistLink}\"></script>`;\n    const stylesheetHref = document.querySelector(\"#root_stylesheet\").href;\n    const styles = `<link rel=\"stylesheet\" href=\"${stylesheetHref}\" />`;\n    const elementId = file ? `gist-${id}-${file}` : `gist-${id}`;\n\n    const resizeScript = `onload=\"parent.document.getElementById('${elementId}').style.height=document.body.scrollHeight + 'px'\"`;\n    const iframeHtml = `<html id=\"gist_root\"><head><base target=\"_blank\">${styles}</head><body ${resizeScript}>${gistScript}</body></html>`;\n\n    doc.open();\n    doc.writeln(iframeHtml);\n    doc.close();\n  };\n\n  render() {\n    const { id, file, height, width } = this.props;\n\n    return (\n      <iframe\n        ref={n => {\n          this.iframeNode = n;\n        }}\n        width=\"600\"\n        height={400}\n        frameBorder={0}\n        id={file ? `gist-${id}-${file}` : `gist-${id}`}\n      />\n    );\n  }\n}\n\nexport default Gist;\n"
  },
  {
    "path": "chrome/extension/create_styleurl/fonts.css",
    "content": "/* cyrillic-ext */\n@font-face {\n    font-family: 'Open Sans';\n    font-style: normal;\n    font-weight: 400;\n    src: local(\"Open Sans Regular\"), local(\"OpenSans-Regular\"), url(./fonts/OpenSans-Regular.ttf) format(\"truetype\");\n    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;\n}\n\n/* cyrillic */\n@font-face {\n    font-family: 'Open Sans';\n    font-style: normal;\n    font-weight: 400;\n    src: local(\"Open Sans Regular\"), local(\"OpenSans-Regular\"), url(./fonts/OpenSans-Regular.ttf) format(\"truetype\");\n    unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;\n}\n\n/* greek-ext */\n@font-face {\n    font-family: 'Open Sans';\n    font-style: normal;\n    font-weight: 400;\n    src: local(\"Open Sans Regular\"), local(\"OpenSans-Regular\"), url(./fonts/OpenSans-Regular.ttf) format(\"truetype\");\n    unicode-range: U+1F00-1FFF;\n}\n\n/* greek */\n@font-face {\n    font-family: 'Open Sans';\n    font-style: normal;\n    font-weight: 400;\n    src: local(\"Open Sans Regular\"), local(\"OpenSans-Regular\"), url(./fonts/OpenSans-Regular.ttf) format(\"truetype\");\n    unicode-range: U+0370-03FF;\n}\n\n/* vietnamese */\n@font-face {\n    font-family: 'Open Sans';\n    font-style: normal;\n    font-weight: 400;\n    src: local(\"Open Sans Regular\"), local(\"OpenSans-Regular\"), url(./fonts/OpenSans-Regular.ttf) format(\"truetype\");\n    unicode-range: U+0102-0103, U+0110-0111, U+1EA0-1EF9, U+20AB;\n}\n\n/* latin-ext */\n@font-face {\n    font-family: 'Open Sans';\n    font-style: normal;\n    font-weight: 400;\n    src: local(\"Open Sans Regular\"), local(\"OpenSans-Regular\"), url(./fonts/OpenSans-Regular.ttf) format(\"truetype\");\n    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;\n}\n\n/* latin */\n@font-face {\n    font-family: 'Open Sans';\n    font-style: normal;\n    font-weight: 400;\n    src: local(\"Open Sans Regular\"), local(\"OpenSans-Regular\"), url(./fonts/OpenSans-Regular.ttf) format(\"truetype\");\n    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;\n}\n\n/* cyrillic-ext */\n@font-face {\n    font-family: 'Open Sans';\n    font-style: normal;\n    font-weight: 600;\n    src: local(\"Open Sans SemiBold\"), local(\"OpenSans-SemiBold\"), url(./fonts/OpenSans-SemiBold.ttf) format(\"truetype\");\n    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;\n}\n\n/* cyrillic */\n@font-face {\n    font-family: 'Open Sans';\n    font-style: normal;\n    font-weight: 600;\n    src: local(\"Open Sans SemiBold\"), local(\"OpenSans-SemiBold\"), url(./fonts/OpenSans-SemiBold.ttf) format(\"truetype\");\n    unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;\n}\n\n/* greek-ext */\n@font-face {\n    font-family: 'Open Sans';\n    font-style: normal;\n    font-weight: 600;\n    src: local(\"Open Sans SemiBold\"), local(\"OpenSans-SemiBold\"), url(./fonts/OpenSans-SemiBold.ttf) format(\"truetype\");\n    unicode-range: U+1F00-1FFF;\n}\n\n/* greek */\n@font-face {\n    font-family: 'Open Sans';\n    font-style: normal;\n    font-weight: 600;\n    src: local(\"Open Sans SemiBold\"), local(\"OpenSans-SemiBold\"), url(./fonts/OpenSans-SemiBold.ttf) format(\"truetype\");\n    unicode-range: U+0370-03FF;\n}\n\n/* vietnamese */\n@font-face {\n    font-family: 'Open Sans';\n    font-style: normal;\n    font-weight: 600;\n    src: local(\"Open Sans SemiBold\"), local(\"OpenSans-SemiBold\"), url(./fonts/OpenSans-SemiBold.ttf) format(\"truetype\");\n    unicode-range: U+0102-0103, U+0110-0111, U+1EA0-1EF9, U+20AB;\n}\n\n/* latin-ext */\n@font-face {\n    font-family: 'Open Sans';\n    font-style: normal;\n    font-weight: 600;\n    src: local(\"Open Sans SemiBold\"), local(\"OpenSans-SemiBold\"), url(./fonts/OpenSans-SemiBold.ttf) format(\"truetype\");\n    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;\n}\n\n/* latin */\n@font-face {\n    font-family: 'Open Sans';\n    font-style: normal;\n    font-weight: 600;\n    src: local(\"Open Sans SemiBold\"), local(\"OpenSans-SemiBold\"), url(./fonts/OpenSans-SemiBold.ttf) format(\"truetype\");\n    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;\n}\n\n/* cyrillic-ext */\n@font-face {\n    font-family: 'Open Sans';\n    font-style: normal;\n    font-weight: 700;\n    src: local(\"Open Sans Bold\"), local(\"OpenSans-Bold\"), url(./fonts/OpenSans-Bold.ttf) format(\"truetype\");\n    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;\n}\n\n/* cyrillic */\n@font-face {\n    font-family: 'Open Sans';\n    font-style: normal;\n    font-weight: 700;\n    src: local(\"Open Sans Bold\"), local(\"OpenSans-Bold\"), url(./fonts/OpenSans-Bold.ttf) format(\"truetype\");\n    unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;\n}\n\n/* greek-ext */\n@font-face {\n    font-family: 'Open Sans';\n    font-style: normal;\n    font-weight: 700;\n    src: local(\"Open Sans Bold\"), local(\"OpenSans-Bold\"), url(./fonts/OpenSans-Bold.ttf) format(\"truetype\");\n    unicode-range: U+1F00-1FFF;\n}\n\n/* greek */\n@font-face {\n    font-family: 'Open Sans';\n    font-style: normal;\n    font-weight: 700;\n    src: local(\"Open Sans Bold\"), local(\"OpenSans-Bold\"), url(./fonts/OpenSans-Bold.ttf) format(\"truetype\");\n    unicode-range: U+0370-03FF;\n}\n\n/* vietnamese */\n@font-face {\n    font-family: 'Open Sans';\n    font-style: normal;\n    font-weight: 700;\n    src: local(\"Open Sans Bold\"), local(\"OpenSans-Bold\"), url(./fonts/OpenSans-Bold.ttf) format(\"truetype\");\n    unicode-range: U+0102-0103, U+0110-0111, U+1EA0-1EF9, U+20AB;\n}\n\n/* latin-ext */\n@font-face {\n    font-family: 'Open Sans';\n    font-style: normal;\n    font-weight: 700;\n    src: local(\"Open Sans Bold\"), local(\"OpenSans-Bold\"), url(./fonts/OpenSans-Bold.ttf) format(\"truetype\");\n    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;\n}\n\n/* latin */\n@font-face {\n    font-family: 'Open Sans';\n    font-style: normal;\n    font-weight: 700;\n    src: local(\"Open Sans Bold\"), local(\"OpenSans-Bold\"), url(./fonts/OpenSans-Bold.ttf) format(\"truetype\");\n    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;\n}\n"
  },
  {
    "path": "chrome/extension/create_styleurl/messages.js",
    "content": "export const INITIAL_HEIGHT = 76;\n"
  },
  {
    "path": "chrome/extension/create_styleurl.css",
    "content": "/* @import \"reset-css\"; */\n@import \"./create_styleurl/fonts.css\";\n\n.StyleURLShadowDOMRoot,\ntextarea,\ndiv,\ninput {\n    font-family: \"Open Sans\", -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, Helvetica, Arial, sans-serif, \"Apple Color Emoji\", \"Segoe UI Emoji\", \"Segoe UI Symbol\";\n}\n\n.StyleURLShadowDOMRoot {\n    margin: 0;\n    padding: 0;\n    font-size: 10pt;\n    height: 100%;\n    width: 100%;\n}\n\nh1,\nh2,\nh3 {\n    margin: 0;\n    padding: 0;\n    font-weight: 600;\n}\n\n.ShareTextInput {\n    padding: 14px;\n    color: white;\n    font-size: 12px;\n    border-top-left-radius: 2px;\n    border-top-right-radius: 2px;\n    overflow: hidden;\n}\n\n.ViewChanges-actions {\n    display: flex;\n    border-top: 1px solid #13161b;\n}\n\n.ViewChanges-separator {\n    height: 31px;\n    width: 1px;\n    display: block;\n    flex-shrink: 0;\n    flex-grow: 0;\n    content: \"\";\n}\n\n.ViewChanges-action {\n    display: flex;\n    align-items: center;\n    flex: 0.5;\n    color: white;\n    justify-content: center;\n    padding: 6px 8px;\n    font-weight: 600;\n    text-decoration: none;\n    cursor: pointer;\n    font-size: 14px;\n}\n\n.ViewChanges-action-icon {\n    margin-top: auto;\n    margin-bottom: auto;\n    margin-right: 8px;\n}\n\n.ViewChanges-action:hover,\n.ViewChanges-separator {\n    background-color: #13161b;\n}\n\n.ShareLink {\n    font-size: 14px;\n    color: #fff;\n    background-color: rgb(65, 70, 81);\n    appearance: none;\n    -webkit-appearance: none;\n    -moz-appearance: none;\n    border: 0;\n    outline: 0;\n    padding: 6px 8px;\n    width: 300px;\n    display: none;\n    text-align: center;\n}\n\n.ShareLink--shown {\n    display: inline-block;\n}\n\n@media print {\n    .StyleURLShadowDOMRoot {\n        display: none;\n    }\n}\n"
  },
  {
    "path": "chrome/extension/create_styleurl.js",
    "content": "import React from \"react\";\nimport ReactDOM from \"react-dom\";\nimport CreateStyleURL from \"./create_styleurl/CreateStyleURL\";\nimport \"./create_styleurl.css\";\n"
  },
  {
    "path": "chrome/extension/css_manager_content_script.js",
    "content": "// This code has largely been adapted from https://github.com/openstyles/stylus/blob/master/content/apply.js\n// ...thanks\nimport Messenger from \"chrome-ext-messenger\";\nimport { PORT_TYPES, MESSAGE_TYPES } from \"./lib/port\";\nimport { makeAllRulesImportant } from \"./lib/makeEverythingImportant\";\nimport { shouldApplyStyleToURL } from \"./lib/stylefile\";\n\n(() => {\n  if (typeof window.applyOnMessage === \"function\") {\n    // some weird bug in new Chrome: the content script gets injected multiple times\n    return;\n  }\n  console.log(\"[CSSManager] INJECT START\");\n  const messenger = new Messenger();\n  const connection = messenger.initConnection(\n    PORT_TYPES.stylesheet_manager,\n    applyOnMessage\n  );\n  const ID_PREFIX = \"__styleurl-\";\n\n  const CHROME = chrome.app\n    ? parseInt(navigator.userAgent.match(/Chrom\\w+\\/(?:\\d+\\.){2}(\\d+)|$/)[1])\n    : NaN;\n  var ROOT = document.documentElement;\n  var isOwnPage = location.protocol.endsWith(\"-extension:\");\n  var disableAll = false;\n  var exposeIframes = false;\n  var styleElements = new Map();\n  var disabledElements = new Map();\n  var retiredStyleTimers = new Map();\n  var docRewriteObserver;\n  var docRootObserver;\n\n  requestStyles();\n\n  window.applyOnMessage = applyOnMessage;\n\n  if (!isOwnPage) {\n    window.dispatchEvent(new CustomEvent(chrome.runtime.id));\n    window.addEventListener(chrome.runtime.id, orphanCheck, true);\n  }\n\n  function requestStyles(options, callback = applyStyles) {\n    var matchUrl = location.href;\n    if (!matchUrl.match(/^(http|file|chrome|ftp)/)) {\n      // dynamic about: and javascript: iframes don't have an URL yet\n      // so we'll try the parent frame which is guaranteed to have a real URL\n      try {\n        if (window !== parent) {\n          matchUrl = parent.location.href;\n        }\n      } catch (e) {}\n    }\n\n    console.log(\"[CSSManager] REQUEST STYLE\");\n\n    connection\n      .sendMessage(`background:${PORT_TYPES.stylesheet_manager}`, {\n        kind: MESSAGE_TYPES.get_styleurl\n      })\n      .then(message => {\n        applyOnMessage(message.value);\n      });\n  }\n\n  const convertFromStyleURL = value => {\n    const { stylesheets = [], isStyleEnabled = true, stylefile = {} } = value;\n\n    const styles = stylesheets.map(stylesheet => ({\n      code: stylesheet[1],\n      id: stylesheet[0],\n      enabled: isStyleEnabled,\n      important: stylesheet[0].includes(\".inline.css\")\n    }));\n\n    const _stylesMap = {};\n\n    styles.forEach(style => (_stylesMap[style.id] = [style]));\n    _stylesMap.length = styles.length;\n\n    return {\n      prefs: {\n        disableAll:\n          shouldApplyStyleToURL(stylefile, window.location.href) &&\n          !isStyleEnabled\n      },\n      styles: _stylesMap\n    };\n  };\n\n  function applyOnMessage(message, from, sender, sendResponse) {\n    const request = convertFromStyleURL(\n      typeof message.value !== \"undefined\" ? message.value : message\n    );\n    let kind = \"styleApply\";\n\n    console.log(\"[CSSManager] RECEIVE STYLE\");\n\n    switch (kind) {\n      case \"styleDeleted\":\n        removeStyle(request.styles[1]);\n        break;\n\n      case \"styleUpdated\":\n        if (request.style.enabled) {\n          removeStyle({ id: request.style.id, retire: true });\n          requestStyles({ id: request.style.id });\n        } else {\n          removeStyle(request.style);\n        }\n        break;\n\n      case \"styleAdded\":\n        if (request.style.enabled) {\n          requestStyles({ id: request.style.id });\n        }\n        break;\n\n      case \"styleApply\":\n        applyStyles(request.styles);\n        break;\n\n      case \"styleReplaceAll\":\n        replaceAll(request.styles);\n        break;\n\n      case \"prefChanged\":\n        if (\"disableAll\" in request.prefs) {\n          doDisableAll(request.prefs.disableAll);\n        }\n        if (\"exposeIframes\" in request.prefs) {\n          doExposeIframes(request.prefs.exposeIframes);\n        }\n        break;\n\n      case \"ping\":\n        sendResponse(true);\n        break;\n    }\n\n    if (disableAll !== request.prefs.disableAll) {\n      doDisableAll(request.prefs.disableAll);\n    }\n  }\n\n  function doDisableAll(disable = disableAll) {\n    if (!disable === !disableAll) {\n      return;\n    }\n    disableAll = disable;\n    Array.prototype.forEach.call(document.styleSheets, stylesheet => {\n      if (\n        stylesheet.ownerNode.matches(`style.styleurl[id^=\"${ID_PREFIX}\"]`) &&\n        stylesheet.disabled !== disable\n      ) {\n        stylesheet.disabled = disable;\n      }\n    });\n  }\n\n  function doExposeIframes(state = exposeIframes) {\n    if (\n      state === exposeIframes ||\n      (state === true && typeof exposeIframes === \"string\") ||\n      window === parent\n    ) {\n      return;\n    }\n    exposeIframes = state;\n    const attr = document.documentElement.getAttribute(\"styleurl-iframe\");\n    if (state && state !== attr) {\n      document.documentElement.setAttribute(\"styleurl-iframe\", state);\n    } else if (!state && attr !== undefined) {\n      document.documentElement.removeAttribute(\"styleurl-iframe\");\n    }\n  }\n\n  function applyStyleState({ id, enabled }) {\n    const inCache = disabledElements.get(id) || styleElements.get(id);\n    const inDoc = document.getElementById(ID_PREFIX + id);\n    if (enabled) {\n      if (inDoc) {\n        return;\n      } else if (inCache) {\n        addStyleElement(inCache);\n        disabledElements.delete(id);\n      } else {\n        requestStyles({ id });\n      }\n    } else {\n      if (inDoc) {\n        disabledElements.set(id, inDoc);\n        docRootObserver.evade(() => inDoc.remove());\n      }\n    }\n  }\n\n  function removeStyle({ id, retire = false }) {\n    const el = document.getElementById(ID_PREFIX + id);\n    if (el) {\n      if (retire) {\n        // to avoid page flicker when the style is updated\n        // instead of removing it immediately we rename its ID and queue it\n        // to be deleted in applyStyles after a new version is fetched and applied\n        const deadID = id + \"-ghost\";\n        el.id = ID_PREFIX + deadID;\n        // in case something went wrong and new style was never applied\n        retiredStyleTimers.set(\n          deadID,\n          setTimeout(removeStyle, 1000, { id: deadID })\n        );\n      } else {\n        docRootObserver.evade(() => el.remove());\n      }\n    }\n    styleElements.delete(ID_PREFIX + id);\n    disabledElements.delete(id);\n    retiredStyleTimers.delete(id);\n  }\n\n  function applyStyles(styles) {\n    if (!styles) {\n      // Chrome is starting up\n      requestStyles();\n      return;\n    }\n\n    if (!document.documentElement) {\n      new MutationObserver((mutations, observer) => {\n        if (document.documentElement) {\n          observer.disconnect();\n          applyStyles(styles);\n        }\n      }).observe(document, { childList: true });\n      return;\n    }\n\n    if (\"disableAll\" in styles) {\n      doDisableAll(styles.disableAll);\n    }\n    if (\"exposeIframes\" in styles) {\n      doExposeIframes(styles.exposeIframes);\n    }\n\n    const gotNewStyles = styles.length || styles.needTransitionPatch;\n    if (gotNewStyles) {\n      if (docRootObserver) {\n        docRootObserver.stop();\n      } else {\n        initDocRootObserver();\n      }\n    }\n\n    if (styles.needTransitionPatch) {\n      applyTransitionPatch();\n    }\n\n    if (gotNewStyles) {\n      for (const id in styles) {\n        const sections = styles[id];\n        if (!Array.isArray(sections)) continue;\n        applySections(\n          id,\n          sections.map(({ code }) => code).join(\"\\n\"),\n          sections.find(({ important = false }) => !!important)\n        );\n      }\n      docRootObserver.start({ sort: true });\n    }\n\n    if (!isOwnPage && !docRewriteObserver && styleElements.size) {\n      initDocRewriteObserver();\n    }\n\n    if (retiredStyleTimers.size) {\n      setTimeout(() => {\n        for (const [id, timer] of retiredStyleTimers.entries()) {\n          removeStyle({ id });\n          clearTimeout(timer);\n        }\n      });\n    }\n  }\n\n  function applySections(styleId, code, important) {\n    const id = ID_PREFIX + styleId;\n    let el = styleElements.get(id) || document.getElementById(id);\n    if (el && el.textContent !== code) {\n      if (CHROME < 3321) {\n        // workaround for Chrome devtools bug fixed in v65\n        el.remove();\n        el = null;\n      } else {\n        el.textContent = code;\n      }\n    }\n    if (!el) {\n      if (document.documentElement instanceof SVGSVGElement) {\n        // SVG document style\n        el = document.createElementNS(\"http://www.w3.org/2000/svg\", \"style\");\n      } else if (document instanceof XMLDocument) {\n        // XML document style\n        el = document.createElementNS(\"http://www.w3.org/1999/xhtml\", \"style\");\n      } else {\n        // HTML document style; also works on HTML-embedded SVG\n        el = document.createElement(\"style\");\n      }\n      Object.assign(el, {\n        id,\n        type: \"text/css\",\n        textContent: code\n      });\n      // SVG className is not a string, but an instance of SVGAnimatedString\n      el.classList.add(\"styleurl\");\n\n      if (important) {\n        el.classList.add(\"styleurl--important\");\n      }\n\n      addStyleElement(el, important);\n    }\n    styleElements.set(id, el);\n    disabledElements.delete(Number(styleId));\n    return el;\n  }\n\n  function addStyleElement(newElement, important) {\n    if (!ROOT) {\n      return;\n    }\n    let next;\n    const newStyleId = getStyleId(newElement);\n    for (const el of styleElements.values()) {\n      if (\n        el.parentNode &&\n        !el.id.endsWith(\"-ghost\") &&\n        getStyleId(el) > newStyleId\n      ) {\n        next = el.parentNode === ROOT ? el : null;\n        break;\n      }\n    }\n    if (next === newElement.nextElementSibling) {\n      return;\n    }\n    docRootObserver.evade(() => {\n      ROOT.insertBefore(newElement, next || null);\n      if (disableAll) {\n        newElement.disabled = true;\n      }\n    });\n  }\n\n  function replaceAll(newStyles) {\n    if (\n      \"disableAll\" in newStyles &&\n      disableAll === newStyles.disableAll &&\n      styleElements.size === countStylesInHash(newStyles) &&\n      [...styleElements.values()].every(\n        el =>\n          el.disabled === disableAll &&\n          el.parentNode === ROOT &&\n          el.textContent ===\n            (newStyles[getStyleId(el)] || []).map(({ code }) => code).join(\"\\n\")\n      )\n    ) {\n      return;\n    }\n    const oldStyles = Array.prototype.slice.call(\n      document.querySelectorAll(`style.styleurl[id^=\"${ID_PREFIX}\"]`)\n    );\n    oldStyles.forEach(el => (el.id += \"-ghost\"));\n    styleElements.clear();\n    disabledElements.clear();\n    [...retiredStyleTimers.values()].forEach(clearTimeout);\n    retiredStyleTimers.clear();\n    applyStyles(newStyles);\n    docRootObserver.evade(() => oldStyles.forEach(el => el.remove()));\n  }\n\n  function applyTransitionPatch() {\n    // CSS transition bug workaround: since we insert styles asynchronously,\n    // the browsers, especially Firefox, may apply all transitions on page load\n    const className = chrome.runtime.id + \"-transition-bug-fix\";\n    const docId = document.documentElement.id\n      ? \"#\" + document.documentElement.id\n      : \"\";\n    document.documentElement.classList.add(className);\n    applySections(\n      0,\n      `\n        ${docId}.${className}:root * {\n          transition: none !important;\n        }\n      `\n    );\n    setTimeout(() => {\n      removeStyle({ id: 0 });\n      document.documentElement.classList.remove(className);\n    });\n  }\n\n  function getStyleId(el) {\n    return parseInt(el.id.substr(ID_PREFIX.length));\n  }\n\n  function countStylesInHash(styleHash) {\n    let num = 0;\n    for (const k in styleHash) {\n      num += !isNaN(parseInt(k)) ? 1 : 0;\n    }\n    return num;\n  }\n\n  function orphanCheck() {\n    if (chrome.i18n && chrome.i18n.getUILanguage()) {\n      return true;\n    }\n    // In Chrome content script is orphaned on an extension update/reload\n    // so we need to detach event listeners\n    [docRewriteObserver, docRootObserver].forEach(ob => ob && ob.disconnect());\n    window.removeEventListener(chrome.runtime.id, orphanCheck, true);\n    try {\n      chrome.runtime.onMessage.removeListener(applyOnMessage);\n    } catch (e) {}\n  }\n\n  function initDocRewriteObserver() {\n    // detect documentElement being rewritten from inside the script\n    docRewriteObserver = new MutationObserver(mutations => {\n      for (let m = mutations.length; --m >= 0; ) {\n        const added = mutations[m].addedNodes;\n        for (let n = added.length; --n >= 0; ) {\n          if (added[n].localName === \"html\") {\n            reinjectStyles();\n            return;\n          }\n        }\n      }\n    });\n    docRewriteObserver.observe(document, { childList: true });\n    // detect dynamic iframes rewritten after creation by the embedder i.e. externally\n    setTimeout(() => {\n      if (document.documentElement !== ROOT) {\n        reinjectStyles();\n      }\n    });\n    // re-add styles if we detect documentElement being recreated\n    function reinjectStyles() {\n      if (!styleElements) {\n        orphanCheck();\n        return;\n      }\n      ROOT = document.documentElement;\n      docRootObserver.stop();\n      const imported = [];\n      for (const [id, el] of styleElements.entries()) {\n        const copy = document.importNode(el, true);\n        el.textContent += \" \"; // invalidate CSSOM cache\n        imported.push([id, copy]);\n        addStyleElement(copy);\n      }\n      docRootObserver.start();\n      styleElements = new Map(imported);\n    }\n  }\n\n  function initDocRootObserver() {\n    let lastRestorationTime = 0;\n    let restorationCounter = 0;\n    let observing = false;\n    let sorting = false;\n    let observer;\n    // allow any types of elements between ours, except for the following:\n    const ORDERED_TAGS = [\"head\", \"body\", \"frameset\", \"style\", \"link\"];\n\n    init();\n    return;\n\n    function init() {\n      observer = new MutationObserver(sortStyleElements);\n      docRootObserver = { start, stop, evade, disconnect: stop };\n      setTimeout(sortStyleElements);\n    }\n    function start({ sort = false } = {}) {\n      if (sort && sortStyleMap()) {\n        sortStyleElements();\n      }\n      if (!observing && ROOT && observer) {\n        observer.observe(ROOT, { childList: true });\n        observing = true;\n      }\n    }\n    function stop() {\n      if (observing) {\n        observer.takeRecords();\n        observer.disconnect();\n        observing = false;\n      }\n    }\n    function evade(fn) {\n      const wasObserving = observing;\n      if (observing) {\n        stop();\n      }\n      fn();\n      if (wasObserving) {\n        start();\n      }\n    }\n    function sortStyleMap() {\n      const list = [];\n      let prevStyleId = 0;\n      let needsSorting = false;\n      for (const entry of styleElements.entries()) {\n        list.push(entry);\n        const el = entry[1];\n        const styleId = getStyleId(el);\n        el.styleId = styleId;\n        needsSorting |= styleId < prevStyleId;\n        prevStyleId = styleId;\n      }\n      if (needsSorting) {\n        styleElements = new Map(\n          list.sort((a, b) => a[1].styleId - b[1].styleId)\n        );\n        return true;\n      }\n    }\n    function sortStyleElements() {\n      if (!observing) {\n        return;\n      }\n      let prevExpected = document.documentElement.lastElementChild;\n      while (prevExpected && isSkippable(prevExpected, true)) {\n        prevExpected = prevExpected.previousElementSibling;\n      }\n      if (!prevExpected) {\n        return;\n      }\n      for (let el of styleElements.values()) {\n        if (!isMovable(el)) {\n          continue;\n        }\n        while (true) {\n          const next = prevExpected.nextElementSibling;\n          if (next && isSkippable(next)) {\n            prevExpected = next;\n          } else if (\n            next === el ||\n            (next === el.previousElementSibling && next) ||\n            moveAfter(el, next || prevExpected)\n          ) {\n            prevExpected = el;\n            break;\n          } else {\n            return;\n          }\n        }\n      }\n      if (sorting) {\n        sorting = false;\n        if (observer) observer.takeRecords();\n        if (!restorationLimitExceeded()) {\n          start();\n        } else {\n          setTimeout(start, 1000);\n        }\n      }\n    }\n    function isMovable(el) {\n      return !!(el.parentNode || !disabledElements.has(getStyleId(el)));\n    }\n    function isSkippable(el, skipOwnStyles) {\n      return (\n        !ORDERED_TAGS.includes(el.localName) ||\n        (el.id.startsWith(ID_PREFIX) &&\n          (skipOwnStyles || el.id.endsWith(\"-ghost\")) &&\n          el.localName === \"style\" &&\n          el.className === \"styleurl\")\n      );\n    }\n    function moveAfter(el, expected) {\n      if (!sorting) {\n        sorting = true;\n        stop();\n      }\n      expected.insertAdjacentElement(\"afterend\", el);\n      if (el.disabled !== disableAll) {\n        // moving an element resets its 'disabled' state\n        el.disabled = disableAll;\n      }\n\n      if (el.className.includes(\"styleurl--important\")) {\n        makeAllRulesImportant(el);\n      }\n      return true;\n    }\n    function restorationLimitExceeded() {\n      const t = performance.now();\n      if (t - lastRestorationTime > 1000) {\n        restorationCounter = 0;\n      }\n      lastRestorationTime = t;\n      return ++restorationCounter > 5;\n    }\n  }\n})();\n"
  },
  {
    "path": "chrome/extension/devtools.js",
    "content": "import Messenger from \"chrome-ext-messenger\";\nimport Hashes from \"jshashes\";\nimport _ from \"lodash\";\nimport { MESSAGE_TYPES, PORT_TYPES } from \"./lib/port\";\nconst messenger = new Messenger();\nconst SHA256 = new Hashes.SHA256();\n\nlet connection;\n\nconst log = (...messages) => {\n  connection.sendMessage(`background:${PORT_TYPES.devtool_widget}`, {\n    kind: MESSAGE_TYPES.log,\n    value: [\"[DEVTOOLS]\", ...messages]\n  });\n};\n\nconst isResourceStyle = resource => resource && resource.type === \"stylesheet\";\n\nconst isInspectorStyle = resource => {\n  const isStylesheet =\n    resource.url.startsWith(\"inspector://\") && isResourceStyle(resource);\n  return isStylesheet;\n};\n\nconst isGeneralStyle = resource => {\n  const isStylesheet =\n    resource.url.startsWith(\"inspector://\") === false &&\n    isResourceStyle(resource);\n  return isStylesheet;\n};\n\nconst getResources = () =>\n  new Promise((resolve, reject) =>\n    chrome.devtools.inspectedWindow.getResources(resources => {\n      resolve(resources);\n    })\n  );\n\nconst getResourceUrl = resource => {\n  let resourceUrl = resource.url;\n  if (resourceUrl.startsWith(\"data:\")) {\n    resourceUrl = `datauri-${SHA256.hex(resourceUrl)}` + \".css\";\n  }\n  return resourceUrl;\n};\n\nconst getResourceContent = resource =>\n  new Promise((resolve, reject) => {\n    const resourceUrl = getResourceUrl(resource);\n    log(\"GET\", resourceUrl);\n    resource.getContent(content => {\n      resolve({\n        url: resourceUrl,\n        content\n      });\n    });\n  });\n\n// Warning --\n// This gets called in browser context, do not use es modules here\nconst getStyleTagsInBrowser = () => {\n  const __extractedStyles = document.styleSheets;\n  const styles = {};\n  Object.keys(__extractedStyles).map(ind => {\n    const ss = __extractedStyles[ind];\n    // ignore:\n    // - non-style tags\n    // - empty style tags (those are not editable from devtools)\n    if (\n      typeof ss.href === \"string\" ||\n      !ss.ownerNode ||\n      ss.ownerNode.innerHTML.length === 0 ||\n      (ss.ownerNode.id && ss.ownerNode.id.includes(\"__styleurl\"))\n    ) {\n      return null;\n    }\n\n    let id = ss.ownerNode.dataset.styleurl_id;\n    if (!id) {\n      id = ss.ownerNode.id ? ss.ownerNode.id : `styletag_${ind}`;\n\n      if (!!document.querySelector(`[data-style_url=\"${id}\"`)) {\n        id = `styletag_${Math.random()\n          .toString(36)\n          .replace(/[^a-z]+/g, \"\")\n          .substr(0, 5)}`;\n      }\n\n      ss.ownerNode.dataset.styleurl_id = id;\n    }\n\n    const content = Object.keys(ss.cssRules)\n      .map(sind => ss.cssRules[sind].cssText)\n      .join(\"\\n\");\n\n    styles[id] = content;\n  });\n  return styles;\n};\n\nconst getStyleTags = () =>\n  new Promise(resolve => {\n    chrome.tabs.executeScript(\n      chrome.devtools.inspectedWindow.tabId,\n      {\n        code: `((${getStyleTagsInBrowser.toString()})())`\n      },\n      ds => {\n        const styleTags = ds[0];\n\n        resolve(\n          _.keys(styleTags).map(key => {\n            return { url: key, content: styleTags[key] };\n          })\n        );\n      }\n    );\n  });\n\nconst getLoadedSheets = () => {\n  return getResources()\n    .then(resources => resources.filter(isGeneralStyle))\n    .then(stylesheets => Promise.all(stylesheets.map(getResourceContent)))\n    .catch(error => alert(error));\n};\n\nconst getGeneralStyles = () =>\n  new Promise((resolve, reject) => {\n    Promise.all([getStyleTags(), getLoadedSheets()]).then(allStyles => {\n      const filteredStyles = _\n        .compact(_.flatten(allStyles))\n        .map(({ content, url }) => ({ url, content: content }));\n      return resolve(filteredStyles);\n    });\n  });\n\nconst getInspectorStyles = () => {\n  return getResources()\n    .then(resources => resources.filter(isInspectorStyle))\n    .then(stylesheets => Promise.all(stylesheets.map(getResourceContent)))\n    .catch(error => alert(error));\n};\n\nconst createConnection = () => {\n  return messenger.initConnection(\n    PORT_TYPES.devtool_widget,\n    handleReceivedMessage\n  );\n};\n\nconst handleReceivedMessage = (request, from, sender, sendResponse) => {\n  if (request.kind === MESSAGE_TYPES.get_current_styles_diff) {\n    Promise.all([getInspectorStyles(), getGeneralStyles()]).then(promises => {\n      sendResponse({\n        kind: MESSAGE_TYPES.get_current_styles_diff,\n        response: true,\n        value: {\n          ...request.value,\n          stylesheets: promises[0],\n          general_stylesheets: promises[1]\n        }\n      });\n    });\n  }\n};\n\nconst sendStyleDiffChangedEvent = el => {\n  if (isResourceStyle(el)) {\n    getInspectorStyles().then(stylesheets => {\n      if (!connection) {\n        return;\n      }\n\n      connection.sendMessage(`background:${PORT_TYPES.devtool_widget}`, {\n        kind: MESSAGE_TYPES.style_diff_changed,\n        value: {\n          stylesheets\n        }\n      });\n    });\n  }\n};\n\nconst sendContentStyles = () => {\n  return new Promise(resolve => {\n    getGeneralStyles().then(stylesheets => {\n      if (!connection) {\n        return;\n      }\n\n      connection.sendMessage(`background:${PORT_TYPES.devtool_widget}`, {\n        kind: MESSAGE_TYPES.send_content_stylesheets,\n        value: stylesheets\n      });\n      resolve();\n    });\n  });\n};\n\nconst sendSelectedElementToContentScript = () => {\n  chrome.devtools.inspectedWindow.eval(\n    ` window.__styleurlSelectedElement = $0;\n      window.__styleurlSetSelected && window.__styleurlSetSelected($0);`,\n    {\n      useContentScriptContext: true\n    }\n  );\n};\n\nconst setupConnection = () => {\n  connection = createConnection();\n\n  sendContentStyles();\n  sendStyleDiffChangedEvent();\n  sendSelectedElementToContentScript();\n};\n\nchrome.devtools.network.onNavigated.addListener(function() {\n  if (connection) {\n    connection.disconnect();\n  }\n\n  if (_.isNumber(chrome.devtools.inspectedWindow.tabId)) {\n    setupConnection();\n  }\n});\n\nchrome.devtools.inspectedWindow.onResourceContentCommitted.addListener(\n  sendStyleDiffChangedEvent\n);\n\nchrome.devtools.inspectedWindow.onResourceAdded.addListener(\n  sendStyleDiffChangedEvent\n);\n\nconst contentStyleListener = resource => {\n  if (resource.url.startsWith(\"debugger://\")) {\n    return;\n  }\n  log(\"CONTENT COMMITTED\", resource ? resource.url : null);\n  sendContentStyles(resource).then(() => {\n    connection.sendMessage(`background:${PORT_TYPES.devtool_widget}`, {\n      kind: MESSAGE_TYPES.open_style_editor\n    });\n\n    connection.sendMessage(\n      `content_script:${PORT_TYPES.inline_header}:${\n        chrome.devtools.inspectedWindow.tabId\n      }`,\n      { kind: MESSAGE_TYPES.style_diff_changed }\n    );\n\n    connection.sendMessage(`background:${PORT_TYPES.devtool_widget}`, {\n      kind: MESSAGE_TYPES.style_diff_changed\n    });\n  });\n};\n\nchrome.devtools.inspectedWindow.onResourceContentCommitted.addListener(\n  _.debounce(contentStyleListener, 150)\n);\nsetupConnection();\n\nchrome.devtools.panels.elements.onSelectionChanged.addListener(() => {\n  sendSelectedElementToContentScript();\n});\n"
  },
  {
    "path": "chrome/extension/github_gist_content_script.js",
    "content": "// Privacy Notice\n// StyleURL does *not* send all gists the user opens to StyleURL's server.\n// Before requesting the contents of the gist, StyleURL looks for \"Stylefile.yml\" or \"Stylefile\" to assess whether or not it might be a StyleURL\n// Only when it does find a matching filename, it requests the content of the stylesheets\n// We want to protect user's privacy as much as possible, even if its a little more work for us.\nimport { MESSAGE_TYPES, PORT_TYPES } from \"./lib/port\";\nimport { SPECIAL_QUERY_PARAMS, STYLEFILE_NAMES } from \"./lib/gists\";\nimport { loadStylefileFromString } from \"./lib/stylefile\";\nimport Messenger from \"chrome-ext-messenger\";\n\nconst messenger = new Messenger();\nconst connection = messenger.initConnection(PORT_TYPES.github_gist);\n\nconst getGistID = () => window.location.pathname.split(\"/\")[2];\n\nconst buildShareURL = (stylefile, gistID) => {\n  return `${__FRONTEND_HOST__}/${stylefile.domains[0]}/${gistID}`;\n};\n\nconst buildStyleURL = styleFile => {\n  const originalURL = styleFile.redirect_url;\n\n  const queryString = originalURL.includes(\"?\")\n    ? originalURL.split(\"?\")[1]\n    : \"\";\n  const searchParams = new URLSearchParams(queryString);\n\n  searchParams.append(SPECIAL_QUERY_PARAMS.gist_id, `gist_${getGistID()}`);\n\n  return `${originalURL}?${searchParams.toString()}`;\n};\n\nconst log = (...messages) =>\n  console.log.apply(console, [\"[StyleURL]\", ...messages]);\n\nconst renderStyleURLBar = (styleFile, gistID) => {\n  log(\"Detected Stylefile\", styleFile);\n\n  const div = document.createElement(\"div\");\n  div.innerHTML = `<div style=\"background-color: #0366d6; padding-top: 14px; padding-bottom: 14px;\"><div class=\"container-lg px-3 clearfix\"><div id=\"styleurl_bar_root\" style=\"display: flex; justify-content: space-between; align-items: center; color white;\">\n  <div style=\"font-size: 18px; white-space: nowrap; color: white;\">Apply this StyleURL on <strong>${\n    styleFile.domains[0]\n  }</strong>?</div>\n\n  <div style=\"display: flex; align-items: center;\">\n  <a href=\"${buildShareURL(\n    styleFile,\n    gistID\n  )}\" class=\"btn-link\" style=\"color: white; margin-right: 14px; font-weight: bold; text-decoration: underline;\">Share StyleURL</a>\n  <a href=\"${buildStyleURL(styleFile)}\" class=\"btn\">Apply StyleURL</a>\n\n  </div>\n</div></div></div>`;\n  document.body.prepend(div);\n};\n\n// Hard to know 100% of the time whether or not we're on the gist page\nconst isGistPage = pathname => {\n  const parts = pathname.split(\"/\");\n  const isCorrectLength = parts.length === 3; // [\"\", \"User-Name\", \"hash\"]\n\n  if (!isCorrectLength) {\n    return false;\n  }\n\n  const gistId = parts[2];\n\n  return gistId.length > 5;\n};\n\nconst isRawDownloadLink = pathname => {\n  return pathname.includes(\"/raw/\");\n};\n\nconst getGistFilenames = () => {\n  return window\n    .fetch(window.location.pathname + \".json\")\n    .then(resp => resp.json(), () => false)\n    .then(\n      gist => {\n        if (!gist || !gist.files) {\n          return [];\n        }\n\n        return gist.files || [];\n      },\n      () => []\n    );\n};\n\nconst getFileURL = filename => {\n  const files = Array.from(document.querySelectorAll(\".file-box\"));\n\n  const fileBox = files.find(fileBox =>\n    Array.from(fileBox.querySelectorAll(\".file-info .gist-blob-name\")).find(\n      element => element.innerText === filename\n    )\n  );\n\n  if (!fileBox) {\n    return null;\n  }\n\n  const rawFileLink = Array.from(\n    fileBox.querySelectorAll(\".file-actions a.btn\")\n  ).find(element => isRawDownloadLink(element.href));\n\n  if (!rawFileLink) {\n    return null;\n  }\n\n  return rawFileLink.href;\n};\n\nconst getGistFileContents = filename => {\n  return connection\n    .sendMessage(`background:${PORT_TYPES.github_gist}`, {\n      kind: MESSAGE_TYPES.get_gist_content,\n      url: getFileURL(filename)\n    })\n    .then(({ value }) => {\n      return value;\n    });\n};\n\nif (isGistPage(location.pathname)) {\n  getGistFilenames().then(fileNames => {\n    if (!fileNames) {\n      return null;\n    }\n\n    const filename = fileNames.find(name => STYLEFILE_NAMES.indexOf(name) > -1);\n    if (!filename) {\n      return;\n    }\n\n    getGistFileContents(filename)\n      .then(yaml => {\n        return loadStylefileFromString(yaml);\n      })\n      .then(styleFile => {\n        if (!styleFile) {\n          return;\n        }\n\n        renderStyleURLBar(styleFile, getGistID());\n      });\n  });\n}\n"
  },
  {
    "path": "chrome/extension/inject_create_styleurl.js",
    "content": "import { injectShadowDOM } from \"./lib/injectShadowDom\";\nimport CreateStyleURL from \"./create_styleurl/CreateStyleURL\";\nimport \"./create_styleurl.css\";\nimport injectScriptNames from \"./lib/injectScriptNames\";\n\ninjectShadowDOM({\n  id: injectScriptNames.inject_create_styleurl,\n  Component: CreateStyleURL,\n  include: chrome.extension.getURL(\"/inject_create_styleurl.css\")\n});\n"
  },
  {
    "path": "chrome/extension/inject_view_styleurl.js",
    "content": "import { injectShadowDOM } from \"./lib/injectShadowDom\";\nimport injectScriptNames from \"./lib/injectScriptNames\";\nimport ViewStyleURLContainer from \"./view_styleurl/ViewStyleURL\";\n\ninjectShadowDOM({\n  id: injectScriptNames.inject_view_styleurl,\n  Component: ViewStyleURLContainer,\n  include: chrome.extension.getURL(\"/inject_view_styleurl.css\")\n});\n"
  },
  {
    "path": "chrome/extension/inline_style_observer/inline_style_observer.js",
    "content": "import { getSingleSelector } from \"optimal-select\";\n\nexport class InlineStyleObserver {\n  constructor(onChange) {\n    this.changeSet = {};\n    this._observer = null;\n    this.observing = false;\n\n    this.onChange = onChange;\n  }\n\n  setSelectedElement = element => {\n    const wasObserving = this.observing;\n    if (wasObserving) {\n      this.stop();\n    }\n\n    this.selectedElement = element;\n\n    this.start();\n  };\n\n  start = () => {\n    if (!this._observer) {\n      this._observer = new MutationObserver(this.handleMutation);\n    }\n\n    if (this.observing || !this.selectedElement) {\n      return;\n    }\n\n    this._observer.observe(this.selectedElement, {\n      attributes: true,\n      attributeOldValue: true,\n      attributeFilter: [\"style\"]\n    });\n\n    this.observing = true;\n  };\n\n  stop = () => {\n    if (!this.observing || !this._observer) {\n      return;\n    }\n\n    this._observer.disconnect();\n    this.observing = false;\n  };\n\n  handleMutation = mutations => {\n    mutations.forEach(mutation => {\n      if (mutation.attributeName !== \"style\") {\n        return;\n      }\n\n      if (!mutation.target) {\n        return;\n      }\n\n      const selector = getSingleSelector(mutation.target);\n\n      if (!this.changeSet[selector]) {\n        this.changeSet[selector] = {\n          selector,\n          before: mutation.oldValue,\n          after: mutation.target.style.cssText\n        };\n      }\n\n      this.changeSet[selector].after = mutation.target.style.cssText;\n    });\n\n    this.onChange(this.changeSet);\n  };\n}\n"
  },
  {
    "path": "chrome/extension/inline_style_observer/inline_style_observer_manager.js",
    "content": "import Messenger from \"chrome-ext-messenger\";\nimport { PORT_TYPES, MESSAGE_TYPES } from \"../lib/port\";\nimport { InlineStyleObserver } from \"./inline_style_observer\";\n\nconst buildRuleFromSelectorAndCssText = (selector, text) => {\n  return `${selector} { ${text} }`;\n};\n\nexport class InlineStyleObserverManager {\n  constructor() {\n    this._messenger = new Messenger();\n    this._connection = this._messenger.initConnection(\n      PORT_TYPES.inline_style_observer,\n      this.handleMessage\n    );\n    this.oldStylesheet = null;\n    this.newStylesheet = null;\n    this._observer = new InlineStyleObserver(this.handleChange);\n\n    if (window.__styleurlSelectedElement) {\n      this._observer.setSelectedElement(window.__styleurlSelectedElement);\n    }\n\n    window.__styleurlSetSelected = this._observer.setSelectedElement;\n  }\n\n  _sendMessage = message => {\n    return this._connection.sendMessage(\n      `background:${PORT_TYPES.inline_style_observer}`,\n      message\n    );\n  };\n\n  handleMessage = async (request, from, sender, sendResponse) => {\n    const { kind } = request;\n\n    if (kind === MESSAGE_TYPES.start_observing_inline_styles) {\n      this._observer.start();\n    } else if (kind === MESSAGE_TYPES.stop_observing_inline_styles) {\n      this._observer.stop();\n    } else if (kind === MESSAGE_TYPES.get_inline_style_diff) {\n      sendResponse({\n        kind: MESSAGE_TYPES.get_inline_style_diff,\n        value: {\n          old_stylesheet: this.oldStylesheet,\n          new_stylesheet: this.newStylesheet\n        }\n      });\n    }\n  };\n\n  handleChange = changes => {\n    // So....theres no CSS file here -- because the styles are inline!\n    // But, we're going to be exporting as a stylesheet, so we're just going to make it look like we're sending over a stylesheet\n\n    const oldStylesheet = {\n      url: \"inline_style_edits.inline.css\"\n    };\n\n    const newStylesheet = {\n      url: \"inline_style_edits.inline.css\"\n    };\n\n    const oldRules = [];\n    const newRules = [];\n\n    // Ignore the ones we don't have a selector for...sorry.\n    Object.values(changes)\n      .filter(({ selector }) => !!selector)\n      .forEach(change => {\n        if (change.before) {\n          oldRules.push(\n            buildRuleFromSelectorAndCssText(change.selector, change.before)\n          );\n        } else {\n          oldRules.push(buildRuleFromSelectorAndCssText(change.selector, \"\"));\n        }\n\n        if (change.after) {\n          newRules.push(\n            buildRuleFromSelectorAndCssText(change.selector, change.after)\n          );\n        } else {\n          newRules.push(buildRuleFromSelectorAndCssText(change.selector, \"\"));\n        }\n      });\n\n    oldStylesheet.content = oldRules.join(\"\\n\");\n    newStylesheet.content = newRules.join(\"\\n\");\n\n    this.oldStylesheet = oldStylesheet;\n    this.newStylesheet = newStylesheet;\n\n    if (newStylesheet.content) {\n      this._sendMessage({\n        kind: MESSAGE_TYPES.style_diff_changed\n      });\n    }\n  };\n}\n"
  },
  {
    "path": "chrome/extension/inline_style_observer.js",
    "content": "import { InlineStyleObserverManager } from \"./inline_style_observer/inline_style_observer_manager\";\n\nconst startManager = () => {\n  window.__InlineStyleObserverManager = new InlineStyleObserverManager();\n};\n\nif (!window.__InlineStyleObserverManager) {\n  startManager();\n}\n"
  },
  {
    "path": "chrome/extension/lib/StyleURLTab.js",
    "content": "import {\n  getGistById,\n  loadStylefileFromGist,\n  getStylesheetsFromGist\n} from \"./gists\";\nimport { shouldApplyStyleToURL } from \"./stylefile\";\nimport { injectCSSManager } from \"../background/inject\";\nimport { MESSAGE_TYPES, PORT_TYPES } from \"./port\";\n\nconst TAB_IDS_TO_STYLEURL = {};\n\nconst applyStylesheetToTabId = (stylesheet, tabId) => {\n  const content = stylesheet[1];\n  chrome.tabs.insertCSS(\n    tabId,\n    {\n      cssOrigin: \"user\",\n      code: content,\n      allFrames: true,\n      runAt: \"document_end\"\n    },\n    (...args) => {\n      console.log(\"Inserted Stylesheet into tab\", tabId, {\n        stylesheet: content\n      });\n    }\n  );\n};\n\nexport class StyleURL {\n  constructor({ gistId }) {\n    this.gistId = gistId;\n\n    this.isBarEnabled = true;\n    this.isStyleEnabled = true;\n    this._appliedToURLs = {};\n  }\n\n  toJSON = () => {\n    return {\n      gistId: this.gistId,\n      gist: this.gist,\n      isBarEnabled: this.isBarEnabled,\n      isStyleEnabled: this.isStyleEnabled,\n      stylefile: this.stylefile,\n      stylesheets: this.stylesheets,\n      appliedToURLS: this._appliedToURLs\n    };\n  };\n\n  setAppliedToURL = (url, didApply) => {\n    this._appliedToURLs[url] = !!didApply;\n\n    return !!didApply;\n  };\n\n  load = async gistId => {\n    const gist = await getGistById(gistId);\n    this.gist = gist;\n    this.stylefile = loadStylefileFromGist(gist);\n    this.stylesheets = getStylesheetsFromGist(gist);\n    this.loaded = true;\n  };\n\n  applyToTab = (tab, connection) => {\n    if (!this.canApplyStyle(tab.url)) {\n      return this.setAppliedToURL(tab.url, false);\n    }\n\n    injectCSSManager(tab.tabId);\n    if (connection) {\n      connection.sendMessage(\n        `content_script:${PORT_TYPES.stylesheet_manager}:${tab.tabId}`,\n        {\n          kind: MESSAGE_TYPES.get_styleurl,\n          value: this.toJSON()\n        }\n      );\n    }\n\n    return this.setAppliedToURL(tab.url, true);\n  };\n\n  canApplyStyle = url => {\n    return !!this.stylefile && shouldApplyStyleToURL(this.stylefile, url);\n  };\n}\n\nexport const styleURLsForTabId = tabId => {\n  return TAB_IDS_TO_STYLEURL[tabId] || [];\n};\n\nexport const startMonitoringTabID = async ({ tabId, gistId }) => {\n  if (!TAB_IDS_TO_STYLEURL[tabId]) {\n    TAB_IDS_TO_STYLEURL[tabId] = [];\n  }\n\n  const existingStyleURLTab = TAB_IDS_TO_STYLEURL[tabId].find(\n    tab => tab.gistId === gistId\n  );\n  if (existingStyleURLTab) {\n    return existingStyleURLTab;\n  } else {\n    const styleUrlTab = new StyleURL({ gistId });\n    TAB_IDS_TO_STYLEURL[tabId].push(styleUrlTab);\n    await styleUrlTab.load(gistId);\n\n    return styleUrlTab;\n  }\n};\n\nexport const stopMonitoringTabID = tabId => {\n  if (TAB_IDS_TO_STYLEURL[tabId] && TAB_IDS_TO_STYLEURL[tabId].length === 0) {\n    delete TAB_IDS_TO_STYLEURL[tabId];\n  }\n};\n"
  },
  {
    "path": "chrome/extension/lib/api.js",
    "content": "import S3Upload from \"react-s3-uploader/s3upload\";\n\nconst uploaders = {};\nexport const SCREENSHOT_CONTENT_TYPE = \"image/png\";\n\nexport const buildURL = path => {\n  return __API_HOST__ + path;\n};\n\nconst apiFetch = (path, options = {}) => {\n  const headers = new Headers(options.headers || {});\n  headers.append(\n    \"User-Agent\",\n    `StyleURL v${chrome.app.getDetails().version} (${process.env.NODE_ENV})`\n  );\n  headers.append(\"Content-Type\", \"application/json\");\n  headers.append(\"X-StyleURL-Version\", chrome.app.getDetails().version);\n\n  return window\n    .fetch(buildURL(path), {\n      ...options,\n      credentials: \"include\",\n      redirect: \"follow\",\n      headers\n    })\n    .then(response => response.json())\n    .catch(error => {\n      console.error(error);\n      return {\n        success: false\n      };\n    });\n};\n\nexport const getGistById = id => apiFetch(`/api/gists/${id}`);\n\nexport const uploadStylesheets = async ({\n  stylesheets,\n  url,\n  visibility = \"public\"\n}) => {\n  return apiFetch(\"/api/stylesheet_groups\", {\n    method: \"POST\",\n    body: JSON.stringify({\n      url,\n      stylesheets,\n      visibility\n    })\n  });\n};\n\nexport const sendFeedback = async ({ message, from }) => {\n  return apiFetch(\"/api/feedback\", {\n    method: \"POST\",\n    body: JSON.stringify({\n      message,\n      version: chrome.runtime.getManifest().version,\n      from\n    })\n  });\n};\n\nexport const processScreenshot = ({\n  key: stylesheet_key,\n  domain: stylesheet_domain\n}) => ({ publicUrl: url }) => {\n  return apiFetch(\"/api/photos/process\", {\n    method: \"POST\",\n    body: JSON.stringify({\n      url,\n      stylesheet_key,\n      stylesheet_domain,\n      content_type: SCREENSHOT_CONTENT_TYPE\n    })\n  }).then(() => {\n    delete uploaders[stylesheet_key];\n  });\n};\n\nexport const uploadScreenshot = ({ key, domain, photo }) => {\n  uploaders[key] = new S3Upload({\n    files: [photo],\n    signingUrl: \"/api/photos/presign\",\n    onFinishS3Put: processScreenshot({ key, domain }),\n    onError: error => {\n      console.error(error);\n      delete uploaders[key];\n    },\n    server: __API_HOST__,\n    uploadRequestHeaders: {}\n  });\n};\n"
  },
  {
    "path": "chrome/extension/lib/browserAction.js",
    "content": "const PLUS_IMAGE_PATH = {\n  \"16\": \"img/plus_16x16.png\",\n  \"19\": \"img/plus_19x19.png\",\n  \"38\": \"img/plus_38x38.png\",\n  \"48\": \"img/plus_48x48.png\",\n  \"128\": \"img/plus_128x128.png\"\n};\n\nexport const DEFAULT_ICON_PATH = {\n  \"16\": \"img/default_16x16.png\",\n  \"19\": \"img/default_19x19.png\",\n  \"38\": \"img/default_38x38.png\",\n  \"48\": \"img/default_48x48.png\",\n  \"128\": \"img/default_128x128.png\"\n};\n\nexport const BROWSER_ACTION_STATES = {\n  default: \"default\",\n  style_applied: \"style_applied\",\n  upload_style: \"upload_style\"\n};\n\nlet BROWSER_ACTION_STATE = BROWSER_ACTION_STATES.default;\n\nexport const setBrowserActionToDefault = ({ tabId }) => {\n  try {\n    chrome.browserAction.setIcon({\n      tabId,\n      path: DEFAULT_ICON_PATH\n    });\n    chrome.browserAction.setTitle({\n      tabId,\n      title: \"StyleURL\"\n    });\n\n    BROWSER_ACTION_STATE = BROWSER_ACTION_STATES.default;\n  } catch (exception) {\n    console.error(exception);\n  }\n};\n\nexport const setBrowserActionToStyleApplied = ({ styleCount, tabId }) => {\n  try {\n    chrome.browserAction.setIcon({\n      tabId,\n      path: DEFAULT_ICON_PATH\n    });\n\n    chrome.browserAction.setBadgeText({\n      text: `${styleCount}`,\n      tabId: tabId\n    });\n\n    BROWSER_ACTION_STATE = BROWSER_ACTION_STATES.style_applied;\n  } catch (exception) {\n    console.error(exception);\n  }\n};\n\nexport const getBrowserActionState = () => BROWSER_ACTION_STATE;\n"
  },
  {
    "path": "chrome/extension/lib/gists.js",
    "content": "import _ from \"lodash\";\nimport { loadStylefileFromString } from \"./stylefile\";\n\nexport const STYLEFILE_NAMES = [\"Stylefile.yml\", \"Stylefile\"];\nexport const SPECIAL_QUERY_PARAMS = {\n  gist_id: \"__styleurl\"\n};\n\nexport { getGistById } from \"./api\";\n\nexport const getGistIDFromURL = url => {\n  const queryString = _.last(url.split(\"?\"));\n\n  if (!queryString) {\n    return null;\n  }\n\n  const params = new URLSearchParams(queryString);\n  const param = params.get(SPECIAL_QUERY_PARAMS.gist_id);\n\n  if (!param) {\n    return null;\n  }\n\n  return _.last(param.split(\"gist_\"));\n};\n\nexport const getStylesheetsFromGist = gist => {\n  return _\n    .keys(gist.files || [])\n    .filter(fileName => {\n      const file = gist.files[fileName];\n\n      return file.type === \"text/css\";\n    })\n    .map(filename => [filename, gist.files[filename].content]);\n};\n\nexport const loadStylefileFromGist = gist => {\n  const filename = _.keys(gist.files || []).find(fileName => {\n    return STYLEFILE_NAMES.includes(fileName);\n  });\n\n  if (!filename) {\n    return null;\n  }\n\n  return loadStylefileFromString(gist.files[filename].content);\n};\n"
  },
  {
    "path": "chrome/extension/lib/injectScriptNames.js",
    "content": "export default {\n  inject_create_styleurl: \"__styleurl_create_styleurl_shadowdom\",\n  inject_view_styleurl: \"__styleurl_view_styleurl_shadowdom\"\n};\n"
  },
  {
    "path": "chrome/extension/lib/injectShadowDom.js",
    "content": "import React from \"react\";\nimport ReactDOM from \"react-dom\";\nimport ShadowDOM from \"react-shadow\";\n\nconst Z_INDEX = 2147483647;\n\nexport const injectShadowDOM = ({\n  id,\n  Component,\n  include,\n  position = \"bottom\"\n}) => {\n  if (!!document.querySelector(id)) {\n    return;\n  }\n\n  // Sorry Intercom!\n  if (document.querySelector(\"#intercom-container\")) {\n    document.querySelector(\"#intercom-container\").style.display = \"none\";\n  }\n\n  const disableIntercomForcefully = document.createElement(\"style\");\n  disableIntercomForcefully.id =\n    \"__styleurl-disable-intercom-while-styleurl-bar-in-page-sorry-intercom\";\n  disableIntercomForcefully.innerHTML =\n    \"#intercom-container { display: none !important; opacity: 0 !important; pointer-events: none !important; }\";\n  document.body.appendChild(disableIntercomForcefully);\n\n  const hideFOUC = document.createElement(\"style\");\n\n  hideFOUC.id = \"__styleurl--handle-loading-fouc\";\n\n  hideFOUC.innerHTML = `\n#${id} > div {\n  display: none;\n}\n\n#${id} > div.resolved {\n  display: block;\n}\n  `;\n  document.body.appendChild(hideFOUC);\n\n  const shadowContainer = document.createElement(\"div\");\n  shadowContainer.id = id;\n  shadowContainer.style.width = \"100%\";\n  shadowContainer.style.position = \"fixed\";\n  shadowContainer.style.left = 0;\n  shadowContainer.style.right = 0;\n  shadowContainer.style.display = \"block\";\n  shadowContainer.style.zIndex = Z_INDEX; // https://stackoverflow.com/questions/491052/minimum-and-maximum-value-of-z-index\n  shadowContainer.style.boxSizing = \"border-box\";\n\n  if (position === \"bottom\") {\n    shadowContainer.style.bottom = 0;\n  } else if (position === \"top\") {\n    shadowContainer.style.top = 0;\n  }\n\n  document.body.appendChild(shadowContainer);\n\n  ReactDOM.render(\n    <ShadowDOM include={[include]}>\n      <div className=\"ignore-react-onclickoutside\">\n        <div className=\"StyleURLShadowDOMRoot\">\n          <Component />\n        </div>\n      </div>\n    </ShadowDOM>,\n    shadowContainer\n  );\n\n  const spacerDiv = document.createElement(\"div\");\n  spacerDiv.style.width = \"1px\";\n  spacerDiv.style.height = \"50px\";\n  spacerDiv.style.content = \"''\";\n  spacerDiv.style.display = \"block\";\n\n  spacerDiv.id = \"__styleurl-spacer\";\n\n  document.body.appendChild(spacerDiv);\n};\n"
  },
  {
    "path": "chrome/extension/lib/makeEverythingImportant.js",
    "content": "const getStylesheet = element => {\n  for (let i = 0; i < document.styleSheets.length; i++) {\n    const stylesheet = document.styleSheets[i];\n\n    if (stylesheet.ownerNode === element) {\n      return stylesheet;\n    }\n  }\n\n  return null;\n};\n\nexport const makeAllRulesImportant = styleElement => {\n  if (!styleElement) {\n    return;\n  }\n\n  const stylesheet = getStylesheet(styleElement);\n\n  for (let i = 0; i < stylesheet.rules.length; i++) {\n    const rule = stylesheet.rules[i];\n\n    if (!rule.style) {\n      continue;\n    }\n\n    for (let k = 0; k < rule.style.length; k++) {\n      const declarationName = rule.style[k];\n      const value = rule.style.getPropertyValue(declarationName);\n\n      // A lot of shorthand properties mark everything as initial, e.g. \"background\"\n      // We don't wanna actually set those to !important\n      if (value !== \"initial\") {\n        rule.style.setProperty(declarationName, value, \"important\");\n      }\n    }\n  }\n};\n"
  },
  {
    "path": "chrome/extension/lib/port.js",
    "content": "import _ from \"lodash\";\nconst DEV_CHROME_PORT_PREFIX = \"STYLEURL_DEV_PORT/\";\nconst PROD_CHROME_PORT_PREFIX = \"STYLEURL_PORT/\";\n\nconst CHROME_PORT_PREFIX =\n  process.env.NODE_ENV === \"PRODUCTION\"\n    ? PROD_CHROME_PORT_PREFIX\n    : DEV_CHROME_PORT_PREFIX;\n\nexport const tabIdFromPortName = _portName => {\n  return parseInt(_.last(_portName.split(\"tab/\")), 10);\n};\n\nexport const PORT_TYPES = {\n  github_gist: \"github_gist\",\n  inline_header: \"inline_header\",\n  devtool_widget: \"devtool_widget\",\n  stylesheet_manager: \"stylesheet_manager\",\n  inline_style_observer: \"inline_style_observer\"\n};\n\nexport const MESSAGE_TYPES = {\n  get_styles_diff: \"get_styles_diff\",\n  get_gist_content: \"get_gist_content\",\n  apply_stylesheets: \"apply_stylesheets\",\n  style_diff_changed: \"style_diff_changed\",\n  send_content_stylesheets: \"send_stylesheets\",\n  log: \"log\",\n  create_style_url: \"create_style_url\",\n  send_success_notification: \"send_success_notification\",\n  toggle_styleurl_css: \"toggle_styleurl_css\",\n  get_styleurl: \"get_styleurl\",\n  update_styleurl_state: \"update_styleurl_state\",\n  shared_styleurl: \"shared_styleurl\",\n  get_current_styles_diff: \"get_current_styles_diff\",\n  upload_stylesheets: \"upload_stylesheets\",\n  start_observing_inline_styles: \"start_observing_inline_styles\",\n  stop_observing_inline_styles: \"start_observing_inline_styles\",\n  geT_inline_style_diff: \"get_all_inline_styles\",\n  open_style_editor: \"open_style_editor\",\n  open_devtools_plz: \"open_devtools_plz\",\n  send_feedback: \"send_feedback\"\n};\n\nexport const STYLESHEET_TYPE = {\n  inspector: \"inspector\",\n  remote: \"remote\",\n  style_tag: \"style_tag\"\n};\n"
  },
  {
    "path": "chrome/extension/lib/stylefile.js",
    "content": "import URLPattern from \"url-pattern\";\nimport YAML from \"js-yaml\";\nimport _ from \"lodash\";\n\nexport const loadStylefileFromString = string => {\n  return YAML.safeLoad(string);\n};\n\nexport const shouldApplyStyleToURL = (stylefile, url) => {\n  const matchableURL = _.last(url.split(\"://\"));\n  const patterns = stylefile.url_patterns.map(\n    pattern => new URLPattern(pattern)\n  );\n\n  return !!patterns.find(pattern => pattern.match(matchableURL));\n};\n"
  },
  {
    "path": "chrome/extension/lib/toFile.js",
    "content": "const toBlob = base64String => {\n  return window.fetch(base64String).then(res => res.blob());\n};\n\nexport const toFile = async (base64String, type) => {\n  const blob = await toBlob(base64String);\n\n  Object.defineProperty(blob, \"name\", {\n    get: function() {\n      return \"photo.png\";\n    }\n  });\n\n  Object.defineProperty(blob, \"type\", {\n    get: function() {\n      return type;\n    }\n  });\n\n  return blob;\n};\n"
  },
  {
    "path": "chrome/extension/postcss.config.js",
    "content": "module.exports = {\n  plugins: {\n    \"postcss-import\": {},\n    \"postcss-cssnext\": {}\n  }\n};\n"
  },
  {
    "path": "chrome/extension/stylesheet_manager_content_script.js",
    "content": "// This file is loosely based on https://github.com/openstyles/stylus/blob/master/content/apply.js\n// Though, heavily refactored to use a more OO approach than imperative\nimport Messenger from \"chrome-ext-messenger\";\nimport { PORT_TYPES } from \"./lib/port\";\n\nconst messenger = new Messenger();\n\nconst ID_PREFIX = \"__styleurl\";\nconst ROOT = document.documentElement;\n\nclass DocumentRootObserver {\n  ORDERED_TAGS = [\"head\", \"body\", \"frameset\", \"style\", \"link\"];\n\n  constructor({rootEl}) {\n    this.lastRestorationTime = 0;\n    this.restoractionCounter = 0;\n    this.observing = false;\n    this.sorting = false;\n    this.rootEl = rootEl;\n\n    this.observer = new MutationObserver(this.sortStyleElements);\n    setTimeout(this.sortStyleElements);\n  }\n\n  start = ({ sort = false } = {}) => {\n    if (sort && this.sortStyleMap()) {\n      this.sortStyleElements();\n    }\n\n    if (!this.observing && this.rootEl && this.observer) {\n      this.observer.observe(this.rootEl, { childList: true });\n      this.observing = true;\n    }\n  }\n\n  function stop() {\n    if (observing) {\n      observer.takeRecords();\n      observer.disconnect();\n      observing = false;\n    }\n  }\n  function evade(fn) {\n    const wasObserving = observing;\n    if (observing) {\n      stop();\n    }\n    fn();\n    if (wasObserving) {\n      start();\n    }\n  }\n  function sortStyleMap() {\n    const list = [];\n    let prevStyleId = 0;\n    let needsSorting = false;\n    for (const entry of styleElements.entries()) {\n      list.push(entry);\n      const el = entry[1];\n      const styleId = getStyleId(el);\n      el.styleId = styleId;\n      needsSorting |= styleId < prevStyleId;\n      prevStyleId = styleId;\n    }\n    if (needsSorting) {\n      styleElements = new Map(\n        list.sort((a, b) => a[1].styleId - b[1].styleId)\n      );\n      return true;\n    }\n  }\n  function sortStyleElements() {\n    if (!observing) {\n      return;\n    }\n    let prevExpected = document.documentElement.lastElementChild;\n    while (prevExpected && isSkippable(prevExpected, true)) {\n      prevExpected = prevExpected.previousElementSibling;\n    }\n    if (!prevExpected) {\n      return;\n    }\n    for (const el of styleElements.values()) {\n      if (!isMovable(el)) {\n        continue;\n      }\n      while (true) {\n        const next = prevExpected.nextElementSibling;\n        if (next && isSkippable(next)) {\n          prevExpected = next;\n        } else if (\n          next === el ||\n          (next === el.previousElementSibling && next) ||\n          moveAfter(el, next || prevExpected)\n        ) {\n          prevExpected = el;\n          break;\n        } else {\n          return;\n        }\n      }\n    }\n    if (sorting) {\n      sorting = false;\n      if (observer) observer.takeRecords();\n      if (!restorationLimitExceeded()) {\n        start();\n      } else {\n        setTimeout(start, 1000);\n      }\n    }\n  }\n  function isMovable(el) {\n    return el.parentNode || !disabledElements.has(getStyleId(el));\n  }\n  function isSkippable(el, skipOwnStyles) {\n    return (\n      !ORDERED_TAGS.includes(el.localName) ||\n      (el.id.startsWith(ID_PREFIX) &&\n        (skipOwnStyles || el.id.endsWith(\"-ghost\")) &&\n        el.localName === \"style\" &&\n        el.className === \"stylus\")\n    );\n  }\n  function moveAfter(el, expected) {\n    if (!sorting) {\n      sorting = true;\n      stop();\n    }\n    expected.insertAdjacentElement(\"afterend\", el);\n    if (el.disabled !== disableAll) {\n      // moving an element resets its 'disabled' state\n      el.disabled = disableAll;\n    }\n    return true;\n  }\n  function restorationLimitExceeded() {\n    const t = performance.now();\n    if (t - lastRestorationTime > 1000) {\n      restorationCounter = 0;\n    }\n    lastRestorationTime = t;\n    return ++restorationCounter > 5;\n  }\n}\n\nclass StylesheetManager {\n  constructor() {\n    this.disableAllStyles = false;\n    this.exposeIframes = false;\n    this.docRewriteObserver = null;\n    this.docRootObserver = null;\n    this.styleElements = new Map();\n    this.disabledElements = new Map();\n    this.retiredStyleTimers = new Map();\n\n    this.connection = messenger.initConnection(\n      PORT_TYPES.stylesheet_manager,\n      this.handleMessage\n    );\n  }\n\n  handleMessage = () => {};\n\n  get matchURL() {\n    const matchURL = location.href;\n    if (matchURL.match(/^(http|file|chrome|ftp)/)) {\n      // dynamic about: and javascript: iframes don't have an URL yet\n      // so we'll try the parent frame which is guaranteed to have a real URL\n      try {\n        if (window !== parent) {\n          return parent.location.href;\n        }\n      } catch (e) {}\n    }\n\n    return matchURL;\n  }\n\n  get styleTagQuery() {\n    return `style.styleurl[id^=\"${ID_PREFIX}\"]`;\n  }\n\n  getStyles = () => {};\n\n  setDisableAllStyles = shouldDisableAll => {\n    if (!this.disableAllStyles === !shouldDisableAll) {\n      return;\n    }\n\n    this.disableAllStyles = shouldDisableAll;\n\n    Array.prototype.forEach.call(document.styleSheets, stylesheet => {\n      if (\n        stylesheet.ownerNode.matches(this.styleTagQuery) &&\n        stylesheet.disabled !== shouldDisableAll\n      ) {\n        stylesheet.disabled = shouldDisableAll;\n      }\n    });\n  };\n\n  removeStyle = ({ id, expire = false }) => {\n    const el = document.getElementById(ID_PREFIX + id);\n    if (el && retire) {\n      // to avoid page flicker when the style is updated\n      // instead of removing it immediately we rename its ID and queue it\n      // to be deleted in applyStyles after a new version is fetched and applied\n      const expiredID = id + \"-expired\";\n      el.id = ID_PREFIX + deadID;\n      // in case something went wrong and new style was never applied\n      retiredStyleTimers.set(\n        expiredID,\n        window.setTimeout(() => this.removeStyle({ id: expiredID }), 1000)\n      );\n    } else if (el) {\n      docRootObserver.evade(() => el.remove());\n    }\n\n    this.styleElements.delete(ID_PREFIX + id);\n    this.disabledElements.delete(id);\n    this.retiredStyleTimers.delete(id);\n  };\n\n  updateStylesheets = styles => {\n    if (!document.documentElement) {\n      new MutationObserver((mutations, observer) => {\n        if (document.documentElement) {\n          observer.disconnect();\n          applyStyles(styles);\n        }\n      }).observe(document, { childList: true });\n      return;\n    }\n\n    if (\"disableAll\" in styles) {\n      doDisableAll(styles.disableAll);\n    }\n\n    const gotNewStyles = styles.length;\n    if (gotNewStyles) {\n      if (docRootObserver) {\n        docRootObserver.stop();\n      } else {\n        initDocRootObserver();\n      }\n    }\n\n    if (styles.needTransitionPatch) {\n      applyTransitionPatch();\n    }\n\n    if (gotNewStyles) {\n      for (const id in styles) {\n        const sections = styles[id];\n        if (!Array.isArray(sections)) continue;\n        applySections(id, sections.map(({ code }) => code).join(\"\\n\"));\n      }\n      docRootObserver.start({ sort: true });\n    }\n\n    if (!isOwnPage && !docRewriteObserver && styleElements.size) {\n      initDocRewriteObserver();\n    }\n\n    if (retiredStyleTimers.size) {\n      setTimeout(() => {\n        for (const [id, timer] of retiredStyleTimers.entries()) {\n          removeStyle({ id });\n          clearTimeout(timer);\n        }\n      });\n    }\n  };\n}\n"
  },
  {
    "path": "chrome/extension/version_info.js",
    "content": "const writeVersionToDOM = () => {\n  const metadata = {\n    id: chrome.runtime.id,\n    environment: process.env.NODE_ENV,\n    version: chrome.runtime.getManifest().version\n  };\n\n  const scriptTag = document.createElement(\"script\");\n  scriptTag.id = `__styleurl-extension`;\n  scriptTag.type = \"application/json\";\n\n  scriptTag.innerHTML = JSON.stringify(metadata);\n\n  document.documentElement.appendChild(scriptTag);\n  console.log(\"Wrie Version\");\n};\n\nif (document.body) {\n  writeVersionToDOM();\n} else {\n  window.addEventListener(\"DOMContentLoaded\", writeVersionToDOM);\n}\n"
  },
  {
    "path": "chrome/extension/view_styleurl/ViewStyleURL.js",
    "content": "import React from \"react\";\nimport Messenger from \"chrome-ext-messenger\";\nimport \"../create_styleurl.css\";\nimport { HeaderBar } from \"app/components/HeaderBar\";\nimport { PORT_TYPES, MESSAGE_TYPES } from \"../lib/port\";\nimport { Switcher } from \"../../app/components/Switcher\";\nimport Dropdown from \"../../app/components/Dropdown\";\nimport { Icon } from \"../../app/components/Icon\";\nimport { StylesheetCodePreview } from \"../../app/components/StylesheetCodePreview\";\nimport { CopyToClipboard } from \"react-copy-to-clipboard\";\nimport injectScriptNames from \"../lib/injectScriptNames\";\nconst messenger = new Messenger();\n\nconst buildShareURL = ({ domain, id }) => {\n  return `${__FRONTEND_HOST__}/${domain}/${id}`;\n};\n\nconst buildForkURL = ({ gistId }) => {\n  return `${__API_HOST__}/api/fork?gist_id=${encodeURIComponent(gistId)}`;\n};\n\nclass ViewStyleURL extends React.PureComponent {\n  handleOpenFork = () => {\n    const { gistId } = this.props;\n\n    window.open(buildForkURL({ gistId }), \"_blank\");\n  };\n\n  render() {\n    const {\n      toggleApplyStyle,\n      toggleIsBarEnabled,\n      isStyleEnabled,\n      isBarEnabled,\n      gistId,\n      hidden,\n      onHide,\n      stylesheets,\n      onSendFeedback,\n      onClickShare,\n      shareURL\n    } = this.props;\n\n    return (\n      <HeaderBar\n        className=\"HeaderBar--ViewStyleURL\"\n        hidden={!isBarEnabled || hidden}\n        onHide={onHide}\n        onSendFeedback={onSendFeedback}\n        center={\n          <Switcher\n            onLabel=\"New changes\"\n            offLabel=\"Original\"\n            on={isStyleEnabled}\n            onChange={toggleApplyStyle}\n          />\n        }\n      >\n        <Dropdown\n          icon={<Icon width={\"32\"} height=\"15\" name=\"code\" />}\n          title=\"Code\"\n        >\n          <StylesheetCodePreview gistId={gistId} stylesheets={stylesheets} />\n        </Dropdown>\n        <CopyToClipboard text={shareURL} onCopy={onClickShare}>\n          <Dropdown\n            icon={<Icon width={\"24\"} height=\"15\" name=\"share\" />}\n            title=\"Share\"\n          />\n        </CopyToClipboard>\n      </HeaderBar>\n    );\n  }\n}\n\nclass ViewStyleURLContainer extends React.Component {\n  constructor(props) {\n    super(props);\n\n    this._connection = messenger.initConnection(\n      PORT_TYPES.inline_header,\n      this.handleMessage\n    );\n\n    this.state = {\n      styleurl: null,\n      isBarEnabled: false,\n      hidden: false,\n      isStyleEnabled: false\n    };\n  }\n\n  handleHide = () => {\n    this.setState({ hidden: true });\n    const shadowRoot = document.querySelector(\n      `#${injectScriptNames.inject_view_styleurl}`\n    );\n    shadowRoot.style.display = \"none\";\n  };\n\n  componentDidMount() {\n    this._sendMessage(MESSAGE_TYPES.get_styleurl).then(({ value }) =>\n      this.updateStyleURL(value)\n    );\n  }\n\n  updateStyleURL = styleurl =>\n    this.setState({\n      styleurl,\n      isBarEnabled: styleurl.isBarEnabled,\n      isStyleEnabled: styleurl.isStyleEnabled\n    });\n\n  _sendMessage = (kind, message) => {\n    return this._connection.sendMessage(\n      `background:${PORT_TYPES.inline_header}`,\n      {\n        kind,\n        value: message\n      }\n    );\n  };\n\n  handleClickShare = () => {\n    this._sendMessage(MESSAGE_TYPES.shared_styleurl);\n  };\n\n  toggleBarEnabled = () => {\n    this._sendMessage(MESSAGE_TYPES.update_styleurl_state, {\n      ...this.state.styleurl,\n      isBarEnabled: !this.state.isBarEnabled\n    });\n  };\n  handleSendFeedback = message => {\n    return this._sendMessage(MESSAGE_TYPES.send_feedback, {\n      message,\n      from: \"view\"\n    });\n  };\n\n  toggleApplyStyle = () => {\n    this._sendMessage(MESSAGE_TYPES.update_styleurl_state, {\n      ...this.state.styleurl,\n      isStyleEnabled: !this.state.isStyleEnabled\n    });\n  };\n\n  handleMessage = (request, from, sender, sendResponse) => {\n    const { kind, value } = request;\n\n    if (\n      kind === MESSAGE_TYPES.get_styleurl ||\n      kind === MESSAGE_TYPES.update_styleurl_state\n    ) {\n      this.updateStyleURL(value);\n    }\n  };\n\n  componentWillUnmount() {\n    if (this._connection) {\n      this._connection.disconnect();\n    }\n  }\n\n  render() {\n    const { isStyleEnabled, isBarEnabled, hidden } = this.state;\n    console.log(this.state.styleurl);\n\n    return (\n      <ViewStyleURL\n        isStyleEnabled={isStyleEnabled}\n        isBarEnabled={isBarEnabled}\n        stylesheets={this.state.styleurl ? this.state.styleurl.stylesheets : []}\n        gistId={this.state.styleurl ? this.state.styleurl.gistId : null}\n        toggleApplyStyle={this.toggleApplyStyle}\n        onClickShare={this.handleClickShare}\n        onSendFeedback={this.handleSendFeedback}\n        hidden={hidden}\n        onHide={this.handleHide}\n        shareURL={\n          this.state.styleurl &&\n          buildShareURL({\n            domain: this.state.styleurl.stylefile.domains[0],\n            id: this.state.styleurl.gistId\n          })\n        }\n      />\n    );\n  }\n}\n\nexport default ViewStyleURLContainer;\n"
  },
  {
    "path": "chrome/manifest.dev.json",
    "content": "{\n  \"version\": \"1.0.0\",\n  \"name\": \"StyleURL (Development)\",\n  \"manifest_version\": 2,\n  \"description\":\n    \"Publish CSS changes you made in Chrome Inspector to other people\",\n  \"browser_action\": {},\n  \"devtools_page\": \"devtools.html\",\n  \"icons\": {\n    \"16\": \"img/default_16x16.png\",\n    \"48\": \"img/default_48x48.png\",\n    \"128\": \"img/default_128x128.png\"\n  },\n  \"web_accessible_resources\": [\n    \"create_styleurl.html\",\n    \"inject.html\",\n    \"*.js\",\n    \"*.css\",\n    \"img/*.png\"\n  ],\n  \"background\": {\n    \"page\": \"background.html\"\n  },\n  \"content_scripts\": [\n    {\n      \"matches\": [\"https://gist.github.com/*/*\"],\n      \"js\": [\"github_gist_content_script.bundle.js\"],\n      \"run_at\": \"document_end\"\n    },\n    {\n      \"matches\": [\n        \"http://localhost:3000/*\",\n        \"http://localhost:3001/*\",\n        \"http://localhost:3002/*\",\n        \"https://api.styleurl.app/*\",\n        \"https://styleurl.app/*\",\n        \"https://www.styleurl.app/*\",\n        \"https://styleurl.app/*\"\n      ],\n      \"js\": [\"version_info.bundle.js\"],\n      \"run_at\": \"document_start\"\n    },\n    {\n      \"matches\": [\"<all_urls>\"],\n      \"js\": [\"inline_style_observer.bundle.js\"],\n      \"run_at\": \"document_start\"\n    }\n  ],\n  \"permissions\": [\n    \"tabs\",\n    \"<all_urls>\",\n    \"webNavigation\",\n    \"storage\",\n    \"clipboardWrite\",\n    \"notifications\"\n  ],\n  \"content_security_policy\":\n    \"default-src 'self'; script-src 'self' https://gist.github.com http://localhost:3000 https://localhost:3000 'unsafe-eval'; connect-src https://sentry.io https://gist.github.com https://gist.githubusercontent.com http://localhost:3000 https://s3-us-west-2.amazonaws.com https://api.github.com data: https://styleurlapp.s3-us-west-2.amazonaws.com https://styleurlapp.s3.us-west-2.amazonaws.com http://localhost:3001 http://localhost:3002 https://localhost:3000; style-src * 'unsafe-inline' 'self' blob:; img-src 'self' data:; font-src 'self' data: http://localhost:3000;\"\n}\n"
  },
  {
    "path": "chrome/manifest.prod.json",
    "content": "{\n  \"version\": \"1.1.15\",\n  \"name\": \"StyleURL\",\n  \"manifest_version\": 2,\n  \"description\": \"StyleURL lets you export and share CSS tweaks instantly.\",\n  \"browser_action\": {},\n  \"devtools_page\": \"devtools.html\",\n  \"icons\": {\n    \"16\": \"img/default_16x16.png\",\n    \"48\": \"img/default_48x48.png\",\n    \"128\": \"img/default_128x128.png\"\n  },\n  \"background\": {\n    \"page\": \"background.html\"\n  },\n  \"web_accessible_resources\": [\n    \"create_styleurl.html\",\n    \"inject.html\",\n    \"*.js\",\n    \"*.css\",\n    \"img/*.png\"\n  ],\n  \"content_scripts\": [\n    {\n      \"matches\": [\"https://gist.github.com/*/*\"],\n      \"js\": [\"github_gist_content_script.bundle.js\"],\n      \"run_at\": \"document_end\"\n    },\n    {\n      \"matches\": [\n        \"https://api.styleurl.app/*\",\n        \"https://styleurl.app/*\",\n        \"https://www.styleurl.app/*\"\n      ],\n      \"js\": [\"version_info.bundle.js\"],\n      \"run_at\": \"document_start\"\n    },\n    {\n      \"matches\": [\"<all_urls>\"],\n      \"js\": [\"inline_style_observer.bundle.js\"],\n      \"run_at\": \"document_start\"\n    }\n  ],\n  \"permissions\": [\n    \"tabs\",\n    \"<all_urls>\",\n    \"webNavigation\",\n    \"storage\",\n    \"clipboardWrite\",\n    \"notifications\"\n  ],\n  \"content_security_policy\":\n    \"default-src 'self'; script-src 'self' https://gist.github.com 'unsafe-eval'; connect-src https://sentry.io https://gist.github.com https://gist.githubusercontent.com https://s3-us-west-2.amazonaws.com https://api.github.com data: https://styleurlapp.s3-us-west-2.amazonaws.com https://styleurlapp.s3.us-west-2.amazonaws.com https://api.styleurl.app https://www.styleurl.app https://styleurl.app; style-src * 'unsafe-inline' 'self' blob:; img-src 'self' data:; font-src 'self' data:;\"\n}\n"
  },
  {
    "path": "chrome/views/background.pug",
    "content": "doctype html\n\nhtml\n  head\n    script(src=env == 'prod' ? '/background.bundle.js' : 'https://localhost:3000/background.bundle.js')\n"
  },
  {
    "path": "chrome/views/create_styleurl.pug",
    "content": "doctype html\n\nhtml\n  head\n    meta(charset='UTF-8')\n    title \"Create StyleURL\"\n    link(id=\"root_stylesheet\" rel=\"stylesheet\" href='/create_styleurl.css')\n\n  body\n    #root\n    script(src='/create_styleurl.bundle.js')\n"
  },
  {
    "path": "chrome/views/devtools.pug",
    "content": "doctype html\n\nhtml\n  head\n    script(src=env == 'prod' ? '/devtools.bundle.js' : 'http://localhost:3000/devtools.bundle.js')\n"
  },
  {
    "path": "chrome/views/inject.pug",
    "content": "doctype html\n\nhtml\n  head\n    meta(charset='UTF-8')\n    title Redux TodoMVC Example (Inject)\n    style.\n      html, body {\n        background-color: rgba(0,0,0,0)\n      }\n  body\n    #root\n    script(src=env == 'prod' ? '/todoapp.bundle.js' : 'https://localhost:3000/todoapp.bundle.js')\n"
  },
  {
    "path": "chrome/views/window.pug",
    "content": "doctype html\n\nhtml\n  head\n    meta(charset='UTF-8')\n    title Redux TodoMVC Example (Window)\n  body\n    #root\n    if env !== 'prod'\n      script(src='chrome-extension://lmhkpmbekcpmknklioeibfkpmmfibljd/redux-devtools-extension.js')\n    script(src=env == 'prod' ? '/todoapp.bundle.js' : 'http://localhost:3000/todoapp.bundle.js')\n"
  },
  {
    "path": "package.json",
    "content": "{\n  \"name\": \"styleurl-extension\",\n  \"version\": \"1.1.15\",\n  \"description\": \"StyleURL Chrome extension\",\n  \"private\": true,\n  \"scripts\": {\n    \"dev\": \"node scripts/dev\",\n    \"build\": \"node scripts/build\",\n    \"compress\": \"node scripts/compress\",\n    \"update-readme\": \"node scripts/update-readme\",\n    \"compress-keygen\": \"crx keygen\",\n    \"clean\": \"rimraf build/ dev/ *.zip *.crx\",\n    \"lint\": \"eslint app chrome test scripts webpack/*.js\",\n    \"test-e2e\": \"cross-env NODE_ENV=test mocha -r ./test/setup-app test/e2e\",\n    \"test\": \"cross-env NODE_ENV=test mocha -r ./test/setup-app test/app\",\n    \"release\": \"yarn && yarn build && yarn compress --release && yarn update-readme\"\n  },\n  \"repository\": {\n    \"type\": \"git\",\n    \"url\": \"https://github.com/jarred-sumner/styleurl-extension\"\n  },\n  \"keywords\": [\n    \"chrome\",\n    \"extension\",\n    \"react\",\n    \"redux\",\n    \"hot reload\",\n    \"webpack\",\n    \"boilerplate\"\n  ],\n  \"author\": \"Jarred Sumner <jarred@jarredsumner.com>\",\n  \"license\": \"AGPL\",\n  \"devDependencies\": {\n    \"@babel/plugin-proposal-class-properties\": \"^7.0.0-beta.53\",\n    \"babel-loader\": \"^8.0.0-beta\",\n    \"babel-plugin-lodash\": \"^3.3.4\",\n    \"babel-plugin-module-resolver\": \"^3.1.1\",\n    \"babel-plugin-transform-remove-console\": \"^6.9.4\",\n    \"chai\": \"^3.2.0\",\n    \"chrome-webstore-upload\": \"^0.2.2\",\n    \"chromedriver\": \"^2.33.2\",\n    \"cross-env\": \"^3.1.3\",\n    \"crx\": \"^3.0.3\",\n    \"css-loader\": \"^0.25.0\",\n    \"css-modules-require-hook\": \"^4.0.5\",\n    \"css-to-string-loader\": \"^0.1.3\",\n    \"eslint\": \"^3.9.1\",\n    \"eslint-config-airbnb\": \"^12.0.0\",\n    \"eslint-plugin-import\": \"^1.16.0\",\n    \"eslint-plugin-jsx-a11y\": \"^2.2.3\",\n    \"eslint-plugin-react\": \"^6.5.0\",\n    \"extract-text-webpack-plugin\": \"^3.0.2\",\n    \"file-loader\": \"^1.1.11\",\n    \"gh-release\": \"^3.2.1\",\n    \"jsdom\": \"^9.2.1\",\n    \"memfs\": \"^2.9.4\",\n    \"mini-css-extract-plugin\": \"^0.4.1\",\n    \"minimist\": \"^1.2.0\",\n    \"mocha\": \"^3.1.2\",\n    \"postcss-loader\": \"^2.1.5\",\n    \"pug-cli\": \"^1.0.0-alpha6\",\n    \"raw-loader\": \"^0.5.1\",\n    \"rimraf\": \"^2.4.3\",\n    \"selenium-webdriver\": \"^2.47.0\",\n    \"shelljs\": \"^0.7.0\",\n    \"sinon\": \"^1.17.1\",\n    \"style-loader\": \"^0.13.1\",\n    \"uglifyjs-webpack-plugin\": \"^1.2.7\",\n    \"url-loader\": \"^1.0.1\",\n    \"webpack\": \"^4.15.0\",\n    \"webpack-bundle-analyzer\": \"^2.13.1\",\n    \"webpack-cli\": \"^3.0.8\",\n    \"webpack-hot-middleware\": \"^2.10.0\",\n    \"webpack-httpolyglot-server\": \"^0.3.0\",\n    \"write-assets-webpack-plugin\": \"^1.0.4\"\n  },\n  \"dependencies\": {\n    \"@babel/core\": \"^7.0.0-beta.52\",\n    \"@babel/plugin-transform-runtime\": \"^7.0.0-beta.52\",\n    \"@babel/preset-env\": \"^7.0.0-beta.52\",\n    \"@babel/preset-react\": \"^7.0.0-beta.52\",\n    \"@babel/runtime\": \"^7.0.0-beta.52\",\n    \"autoprefixer\": \"^7.2.5\",\n    \"bluebird\": \"^3.5.1\",\n    \"chrome-ext-messenger\": \"^2.0.12\",\n    \"classnames\": \"^2.2.6\",\n    \"core-js\": \"^2.5.7\",\n    \"cssobj-converter\": \"^2.3.3\",\n    \"data-uri-to-blob\": \"^0.0.4\",\n    \"diff-match-patch\": \"^1.0.1\",\n    \"filenamify\": \"^2.1.0\",\n    \"js-yaml\": \"^3.12.0\",\n    \"jshashes\": \"^1.0.7\",\n    \"lodash\": \"^4.17.10\",\n    \"memoizee\": \"^0.4.12\",\n    \"optimal-select\": \"^4.0.1\",\n    \"postcss-cssnext\": \"^3.1.0\",\n    \"postcss-import\": \"^11.1.0\",\n    \"raven-js\": \"^3.26.3\",\n    \"react\": \"^16.4.1\",\n    \"react-copy-to-clipboard\": \"^5.0.1\",\n    \"react-dock\": \"^0.2.4\",\n    \"react-dom\": \"^16.4.1\",\n    \"react-onclickoutside\": \"^6.7.1\",\n    \"react-s3-uploader\": \"^4.8.0\",\n    \"react-shadow\": \"^16.3.0\",\n    \"react-syntax-highlighter\": \"^8.0.1\",\n    \"redux\": \"^3.2.1\",\n    \"redux-thunk\": \"^2.0.1\",\n    \"reset-css\": \"^4.0.1\",\n    \"sticky-js\": \"^1.2.0\",\n    \"stylesheet-differ\": \"^0.0.21\",\n    \"url-parse\": \"^1.4.1\",\n    \"url-pattern\": \"^1.0.3\"\n  }\n}\n"
  },
  {
    "path": "scripts/.eslintrc",
    "content": "{\n  \"env\": {\n    \"shelljs\": true\n  },\n  \"rules\": {\n    \"no-console\": 0,\n    \"import/no-extraneous-dependencies\": [\"error\", { \"devDependencies\": true }]\n  }\n}\n"
  },
  {
    "path": "scripts/build.js",
    "content": "const tasks = require('./tasks');\n\ntasks.replaceWebpack();\nconsole.log('[Copy assets]');\nconsole.log('-'.repeat(80));\ntasks.copyAssets('build');\n\nconsole.log('[Webpack Build]');\nconsole.log('-'.repeat(80));\nexec('webpack --config webpack/prod.config.js --progress --profile --colors');\n"
  },
  {
    "path": "scripts/compress.js",
    "content": "const fs = require(\"fs\");\nconst ChromeExtension = require(\"crx\");\nconst path = require(\"path\");\n\nconst RELEASES_PATH = path.join(__dirname, \"../releases\");\nconst BUILD_PATH = path.join(__dirname, \"../build\");\nconst manifest = require(path.join(BUILD_PATH, \"manifest.json\"));\nconst name = manifest.name;\nconst version = manifest.version;\nconst argv = require(\"minimist\")(process.argv.slice(2));\n\nconst keyPath = argv.key || \"key.pem\";\nconst existsKey = fs.existsSync(keyPath);\nconst crx = new ChromeExtension({\n  appId: argv[\"app-id\"],\n  codebase: argv.codebase,\n  privateKey: existsKey ? fs.readFileSync(keyPath) : null\n});\n\nconst ghRelease = require(\"gh-release\");\n\nconst baseName = `${name}-${version}`;\nconst crxFilename = path.join(RELEASES_PATH, `${baseName}.crx`);\nconst zipFileName = path.join(RELEASES_PATH, `${baseName}.zip`);\n\ncrx\n  .load(BUILD_PATH)\n  .then(() => crx.loadContents())\n  .then(async archiveBuffer => {\n    return new Promise((resolve, reject) => {\n      fs.writeFile(zipFileName, archiveBuffer, () => {\n        console.log(`Wrote ${zipFileName}`);\n\n        const CREDENTIALS_PATH = path.join(__dirname, \"../credentials.json\");\n        if (!!argv[\"release\"]) {\n          if (!fs.existsSync(CREDENTIALS_PATH)) {\n            console.error(\n              \"Expected credentials.json at \",\n              CREDENTIALS_PATH,\n              \"to look like\",\n              {\n                clientId: \"CLIENT_ID\",\n                clientSecret: \"CLIENT_SECRET\",\n                access_token: \"ACCESS_TOKEN\",\n                expires_in: 3600,\n                refreshToken: \"REFRESH_TOKEN\",\n                scope: \"https://www.googleapis.com/auth/chromewebstore\",\n                token_type: \"Bearer\"\n              }\n            );\n            process.exit();\n            return;\n          }\n\n          console.log(\"Uploading to Chrome Store...\");\n          const webStore = require(\"chrome-webstore-upload\")({\n            ...require(CREDENTIALS_PATH),\n            extensionId: \"emplcligcppnlalfjknjbanolhlnkmgp\"\n          });\n\n          webStore\n            .fetchToken()\n            .then(token => {\n              return webStore\n                .uploadExisting(fs.createReadStream(zipFileName), token)\n                .then(res => {\n                  console.log(res);\n                  console.log(\"Uploaded to Chrome Store...Publishing\");\n                  return webStore.publish(\"default\", token);\n                })\n                .then(res => {\n                  console.log(res);\n                  console.log(\n                    `Published ${version} to Chrome Store successfully`\n                  );\n                });\n            })\n            .catch(err => console.error(err));\n        }\n      });\n\n      return resolve(\n        crx.pack(archiveBuffer).then(crxBuffer => {\n          return new Promise((resolve, reject) => {\n            fs.writeFile(crxFilename, crxBuffer, () => {\n              console.log(`Wrote ${crxFilename}`);\n              resolve();\n            });\n          });\n        })\n      );\n    });\n  })\n  .then(() => {\n    if (!argv[\"release\"]) {\n      return;\n    }\n\n    const options = {\n      tag_name: `v${version}`,\n      version: version,\n      target_commitish: \"master\",\n      name: `v${version}`,\n      draft: false,\n      prerelease: false,\n      repo: \"styleurl-extension\",\n      owner: \"Jarred-Sumner\",\n      endpoint: \"https://api.github.com\",\n      auth: require(`/Users/${\n        process.env.USER\n      }/Library/Application Support/gh-release/config.json`),\n      assets: [`./releases/${baseName}.crx`, `./releases/${baseName}.zip`]\n    };\n\n    return new Promise((resolve, reject) => {\n      ghRelease(options, function(err, result) {\n        if (err) {\n          reject(err);\n          return;\n        }\n\n        resolve(result); // create release response: https://developer.github.com/v3/repos/releases/#response-4\n      });\n    });\n  })\n  .catch(err => {\n    console.error(err);\n  });\n"
  },
  {
    "path": "scripts/dev.js",
    "content": "const tasks = require('./tasks');\nconst createWebpackServer = require('webpack-httpolyglot-server');\nconst devConfig = require('../webpack/dev.config');\n\ntasks.replaceWebpack();\nconsole.log('[Copy assets]');\nconsole.log('-'.repeat(80));\ntasks.copyAssets('dev');\n\nconsole.log('[Webpack Dev]');\nconsole.log('-'.repeat(80));\nconsole.log('If you\\'re developing Inject page,');\nconsole.log('please allow `https://localhost:3000` connections in Google Chrome,');\nconsole.log('and load unpacked extensions with `./dev` folder. (see https://developer.chrome.com/extensions/getstarted#unpacked)\\n');\ncreateWebpackServer(devConfig, {\n  host: 'localhost',\n  port: 3000\n});\n"
  },
  {
    "path": "scripts/tasks.js",
    "content": "require('shelljs/global');\n\nexports.replaceWebpack = () => {\n  const replaceTasks = [{\n    from: 'webpack/replace/JsonpMainTemplate.runtime.js',\n    to: 'node_modules/webpack/lib/JsonpMainTemplate.runtime.js'\n  }, {\n    from: 'webpack/replace/process-update.js',\n    to: 'node_modules/webpack-hot-middleware/process-update.js'\n  }];\n\n  replaceTasks.forEach(task => cp(task.from, task.to));\n};\n\nexports.copyAssets = (type) => {\n  const env = type === 'build' ? 'prod' : type;\n  rm('-rf', type);\n  mkdir(type);\n  cp(`chrome/manifest.${env}.json`, `${type}/manifest.json`);\n  cp('-R', 'chrome/assets/*', type);\n  exec(`pug -O \"{ env: '${env}' }\" -o ${type} chrome/views/`);\n};\n"
  },
  {
    "path": "scripts/update-readme.js",
    "content": "const fs = require(\"fs\");\nvar path = require(\"path\");\nvar changelogParser = require(\"changelog-parser\");\n\nconst root = path.resolve(__dirname, \"..\");\n\nvar pkg = require(path.resolve(root, \"package.json\"));\nvar logPath = path.resolve(root, \"CHANGELOG.md\");\nconst README_PATH = path.resolve(root, \"README.md\");\nconst _ = require(\"lodash\");\n\nconst README = fs.readFileSync(README_PATH, \"utf-8\");\n\nconst WHATS_NEW_STRING = \"### What's New\";\n\nfunction formatDate(date) {\n  var monthNames = [\n    \"January\",\n    \"February\",\n    \"March\",\n    \"April\",\n    \"May\",\n    \"June\",\n    \"July\",\n    \"August\",\n    \"September\",\n    \"October\",\n    \"November\",\n    \"December\"\n  ];\n\n  var day = date.getDate();\n  var monthIndex = date.getMonth();\n  var year = date.getFullYear();\n\n  return monthNames[monthIndex] + \" \" + day + \", \" + year;\n}\n\nchangelogParser(logPath, function(err, result) {\n  if (err) throw err;\n\n  // check for 'unreleased' section in CHANGELOG: allow sections which do not include a body (eg. 'Added', 'Changed', etc.)\n\n  var unreleased = result.versions\n    .filter(function(release) {\n      return release.title && release.title.toLowerCase\n        ? release.title.toLowerCase().indexOf(\"unreleased\") !== -1\n        : false;\n    })\n    .filter(function(release) {\n      return !!release.body;\n    });\n\n  if (unreleased.length > 0) {\n    throw new Error(\"Unreleased changes detected in CHANGELOG.md, aborting\");\n  }\n\n  var log = result.versions.filter(function(release) {\n    return release.version !== null;\n  })[0];\n\n  if (!log) {\n    throw new Error(\"Changelog missing\");\n  }\n\n  const whatsNewIndex = README.indexOf(WHATS_NEW_STRING);\n  const hasWhatsNewSection = whatsNewIndex > -1;\n  console.log(README);\n  if (!hasWhatsNewSection) {\n    throw new Error(`README is missing ${WHATS_NEW_STRING}`);\n  }\n\n  const whatsNewEnd = README.substr(whatsNewIndex).indexOf(\"---\");\n\n  const whatsNewSection = `${WHATS_NEW_STRING} (v${log.version} - ${formatDate(\n    new Date()\n  )})\n\n${log.body}\n\n---\n  `;\n  const newReadMe =\n    README.substr(0, whatsNewIndex) +\n    whatsNewSection +\n    README.substr(whatsNewIndex + whatsNewEnd + \"\\n---\".length);\n  fs.writeFileSync(README_PATH, newReadMe);\n});\n"
  },
  {
    "path": "stats.json",
    "content": "{\n  \"errors\": [],\n  \"warnings\": [\n    \"./node_modules/css/node_modules/source-map/lib/source-map/source-map-generator.js 8:45-52\\nCritical dependency: require function is used in a way in which dependencies cannot be statically extracted\\n    at CommonJsRequireContextDependency.getWarnings (/Users/jarred/Code/styleurl/node_modules/webpack/lib/dependencies/ContextDependency.js:40:18)\\n    at Compilation.reportDependencyErrorsAndWarnings (/Users/jarred/Code/styleurl/node_modules/webpack/lib/Compilation.js:1311:24)\\n    at Compilation.finish (/Users/jarred/Code/styleurl/node_modules/webpack/lib/Compilation.js:1125:9)\\n    at hooks.make.callAsync.err (/Users/jarred/Code/styleurl/node_modules/webpack/lib/Compiler.js:545:17)\\n    at _done (eval at create (/Users/jarred/Code/styleurl/node_modules/tapable/lib/HookCodeFactory.js:24:12), <anonymous>:9:1)\\n    at _err2 (eval at create (/Users/jarred/Code/styleurl/node_modules/tapable/lib/HookCodeFactory.js:24:12), <anonymous>:44:22)\\n    at _addModuleChain (/Users/jarred/Code/styleurl/node_modules/webpack/lib/Compilation.js:1053:12)\\n    at processModuleDependencies.err (/Users/jarred/Code/styleurl/node_modules/webpack/lib/Compilation.js:979:9)\\n    at process._tickCallback (internal/process/next_tick.js:61:11)\\n @ ./node_modules/css/node_modules/source-map/lib/source-map.js\\n @ ./node_modules/css/lib/stringify/source-map-support.js\\n @ ./node_modules/css/lib/stringify/index.js\\n @ ./node_modules/css/index.js\\n @ ./node_modules/native-css/src/native-css.js\\n @ ./node_modules/native-css/index.js\\n @ ./node_modules/stylesheet-differ/lib/index.js\\n @ ./chrome/extension/background.js\\n @ multi ./webpack/customPublicPath ./chrome/extension/background\",\n    \"./node_modules/css/node_modules/source-map/lib/source-map/source-map-consumer.js 8:45-52\\nCritical dependency: require function is used in a way in which dependencies cannot be statically extracted\\n    at CommonJsRequireContextDependency.getWarnings (/Users/jarred/Code/styleurl/node_modules/webpack/lib/dependencies/ContextDependency.js:40:18)\\n    at Compilation.reportDependencyErrorsAndWarnings (/Users/jarred/Code/styleurl/node_modules/webpack/lib/Compilation.js:1311:24)\\n    at Compilation.finish (/Users/jarred/Code/styleurl/node_modules/webpack/lib/Compilation.js:1125:9)\\n    at hooks.make.callAsync.err (/Users/jarred/Code/styleurl/node_modules/webpack/lib/Compiler.js:545:17)\\n    at _done (eval at create (/Users/jarred/Code/styleurl/node_modules/tapable/lib/HookCodeFactory.js:24:12), <anonymous>:9:1)\\n    at _err2 (eval at create (/Users/jarred/Code/styleurl/node_modules/tapable/lib/HookCodeFactory.js:24:12), <anonymous>:44:22)\\n    at _addModuleChain (/Users/jarred/Code/styleurl/node_modules/webpack/lib/Compilation.js:1053:12)\\n    at processModuleDependencies.err (/Users/jarred/Code/styleurl/node_modules/webpack/lib/Compilation.js:979:9)\\n    at process._tickCallback (internal/process/next_tick.js:61:11)\\n @ ./node_modules/css/node_modules/source-map/lib/source-map.js\\n @ ./node_modules/css/lib/stringify/source-map-support.js\\n @ ./node_modules/css/lib/stringify/index.js\\n @ ./node_modules/css/index.js\\n @ ./node_modules/native-css/src/native-css.js\\n @ ./node_modules/native-css/index.js\\n @ ./node_modules/stylesheet-differ/lib/index.js\\n @ ./chrome/extension/background.js\\n @ multi ./webpack/customPublicPath ./chrome/extension/background\",\n    \"./node_modules/css/node_modules/source-map/lib/source-map/source-node.js 8:45-52\\nCritical dependency: require function is used in a way in which dependencies cannot be statically extracted\\n    at CommonJsRequireContextDependency.getWarnings (/Users/jarred/Code/styleurl/node_modules/webpack/lib/dependencies/ContextDependency.js:40:18)\\n    at Compilation.reportDependencyErrorsAndWarnings (/Users/jarred/Code/styleurl/node_modules/webpack/lib/Compilation.js:1311:24)\\n    at Compilation.finish (/Users/jarred/Code/styleurl/node_modules/webpack/lib/Compilation.js:1125:9)\\n    at hooks.make.callAsync.err (/Users/jarred/Code/styleurl/node_modules/webpack/lib/Compiler.js:545:17)\\n    at _done (eval at create (/Users/jarred/Code/styleurl/node_modules/tapable/lib/HookCodeFactory.js:24:12), <anonymous>:9:1)\\n    at _err2 (eval at create (/Users/jarred/Code/styleurl/node_modules/tapable/lib/HookCodeFactory.js:24:12), <anonymous>:44:22)\\n    at _addModuleChain (/Users/jarred/Code/styleurl/node_modules/webpack/lib/Compilation.js:1053:12)\\n    at processModuleDependencies.err (/Users/jarred/Code/styleurl/node_modules/webpack/lib/Compilation.js:979:9)\\n    at process._tickCallback (internal/process/next_tick.js:61:11)\\n @ ./node_modules/css/node_modules/source-map/lib/source-map.js\\n @ ./node_modules/css/lib/stringify/source-map-support.js\\n @ ./node_modules/css/lib/stringify/index.js\\n @ ./node_modules/css/index.js\\n @ ./node_modules/native-css/src/native-css.js\\n @ ./node_modules/native-css/index.js\\n @ ./node_modules/stylesheet-differ/lib/index.js\\n @ ./chrome/extension/background.js\\n @ multi ./webpack/customPublicPath ./chrome/extension/background\",\n    \"./node_modules/encoding/lib/iconv-loader.js 9:12-34\\nCritical dependency: the request of a dependency is an expression\\n    at CommonJsRequireContextDependency.getWarnings (/Users/jarred/Code/styleurl/node_modules/webpack/lib/dependencies/ContextDependency.js:40:18)\\n    at Compilation.reportDependencyErrorsAndWarnings (/Users/jarred/Code/styleurl/node_modules/webpack/lib/Compilation.js:1311:24)\\n    at Compilation.finish (/Users/jarred/Code/styleurl/node_modules/webpack/lib/Compilation.js:1125:9)\\n    at hooks.make.callAsync.err (/Users/jarred/Code/styleurl/node_modules/webpack/lib/Compiler.js:545:17)\\n    at _done (eval at create (/Users/jarred/Code/styleurl/node_modules/tapable/lib/HookCodeFactory.js:24:12), <anonymous>:9:1)\\n    at _err2 (eval at create (/Users/jarred/Code/styleurl/node_modules/tapable/lib/HookCodeFactory.js:24:12), <anonymous>:44:22)\\n    at _addModuleChain (/Users/jarred/Code/styleurl/node_modules/webpack/lib/Compilation.js:1053:12)\\n    at processModuleDependencies.err (/Users/jarred/Code/styleurl/node_modules/webpack/lib/Compilation.js:979:9)\\n    at process._tickCallback (internal/process/next_tick.js:61:11)\\n @ ./node_modules/encoding/lib/encoding.js\\n @ ./node_modules/fetch/lib/fetch.js\\n @ ./node_modules/native-css/src/native-css.js\\n @ ./node_modules/native-css/index.js\\n @ ./node_modules/stylesheet-differ/lib/index.js\\n @ ./chrome/extension/background.js\\n @ multi ./webpack/customPublicPath ./chrome/extension/background\",\n    \"configuration\\nThe 'mode' option has not been set, webpack will fallback to 'production' for this value. Set 'mode' option to 'development' or 'production' to enable defaults for each environment.\\nYou can also set it to 'none' to disable any default behavior. Learn more: https://webpack.js.org/concepts/mode/\",\n    \"asset size limit: The following asset(s) exceed the recommended size limit (244 KiB).\\nThis can impact web performance.\\nAssets: \\n  background.bundle.js (2.15 MiB)\\n  github_gist_content_script.bundle.js (512 KiB)\",\n    \"entrypoint size limit: The following entrypoint(s) combined asset size exceeds the recommended limit (244 KiB). This can impact web performance.\\nEntrypoints:\\n  background (2.15 MiB)\\n      background.bundle.js\\n  github_gist_content_script (512 KiB)\\n      github_gist_content_script.bundle.js\\n\",\n    \"webpack performance recommendations: \\nYou can limit the size of your bundles by using import() or require.ensure to lazy load some parts of your application.\\nFor more info visit https://webpack.js.org/guides/code-splitting/\"\n  ],\n  \"version\": \"4.15.1\",\n  \"hash\": \"10b89731af90bbbe7739\",\n  \"time\": 2055,\n  \"builtAt\": 1531872087771,\n  \"publicPath\": \"\",\n  \"outputPath\": \"/Users/jarred/Code/styleurl/build\",\n  \"assetsByChunkName\": {\n    \"popup\": [\n      \"popup.css\",\n      \"popup.bundle.js\"\n    ],\n    \"inject\": \"inject.bundle.js\",\n    \"background\": \"background.bundle.js\",\n    \"devtools\": \"devtools.bundle.js\",\n    \"github_gist_content_script\": \"github_gist_content_script.bundle.js\"\n  },\n  \"assets\": [\n    {\n      \"name\": \"d7d5d4588a9f50c99264bc12e4892a7c.ttf\",\n      \"size\": 217276,\n      \"chunks\": [],\n      \"chunkNames\": [],\n      \"emitted\": true\n    },\n    {\n      \"name\": \"e1c83f9474e0cc1d84a13c6d1ddf3ca5.ttf\",\n      \"size\": 221164,\n      \"chunks\": [],\n      \"chunkNames\": [],\n      \"emitted\": true\n    },\n    {\n      \"name\": \"f5331cb6372b6c0d8baf2dd7e200498c.ttf\",\n      \"size\": 224452,\n      \"chunks\": [],\n      \"chunkNames\": [],\n      \"emitted\": true\n    },\n    {\n      \"name\": \"popup.css\",\n      \"size\": 9982,\n      \"chunks\": [\n        0\n      ],\n      \"chunkNames\": [\n        \"popup\"\n      ],\n      \"emitted\": true\n    },\n    {\n      \"name\": \"popup.bundle.js\",\n      \"size\": 133053,\n      \"chunks\": [\n        0\n      ],\n      \"chunkNames\": [\n        \"popup\"\n      ],\n      \"emitted\": true\n    },\n    {\n      \"name\": \"inject.bundle.js\",\n      \"size\": 154895,\n      \"chunks\": [\n        1\n      ],\n      \"chunkNames\": [\n        \"inject\"\n      ],\n      \"emitted\": true\n    },\n    {\n      \"name\": \"background.bundle.js\",\n      \"size\": 2254264,\n      \"chunks\": [\n        2\n      ],\n      \"chunkNames\": [\n        \"background\"\n      ],\n      \"emitted\": true,\n      \"isOverSizeLimit\": true\n    },\n    {\n      \"name\": \"devtools.bundle.js\",\n      \"size\": 249683,\n      \"chunks\": [\n        3\n      ],\n      \"chunkNames\": [\n        \"devtools\"\n      ],\n      \"emitted\": true\n    },\n    {\n      \"name\": \"github_gist_content_script.bundle.js\",\n      \"size\": 524232,\n      \"chunks\": [\n        4\n      ],\n      \"chunkNames\": [\n        \"github_gist_content_script\"\n      ],\n      \"emitted\": true,\n      \"isOverSizeLimit\": true\n    }\n  ],\n  \"filteredAssets\": 0,\n  \"entrypoints\": {\n    \"popup\": {\n      \"chunks\": [\n        0\n      ],\n      \"assets\": [\n        \"popup.css\",\n        \"popup.bundle.js\"\n      ],\n      \"children\": {},\n      \"childAssets\": {}\n    },\n    \"inject\": {\n      \"chunks\": [\n        1\n      ],\n      \"assets\": [\n        \"inject.bundle.js\"\n      ],\n      \"children\": {},\n      \"childAssets\": {}\n    },\n    \"background\": {\n      \"chunks\": [\n        2\n      ],\n      \"assets\": [\n        \"background.bundle.js\"\n      ],\n      \"children\": {},\n      \"childAssets\": {},\n      \"isOverSizeLimit\": true\n    },\n    \"devtools\": {\n      \"chunks\": [\n        3\n      ],\n      \"assets\": [\n        \"devtools.bundle.js\"\n      ],\n      \"children\": {},\n      \"childAssets\": {}\n    },\n    \"github_gist_content_script\": {\n      \"chunks\": [\n        4\n      ],\n      \"assets\": [\n        \"github_gist_content_script.bundle.js\"\n      ],\n      \"children\": {},\n      \"childAssets\": {},\n      \"isOverSizeLimit\": true\n    }\n  },\n  \"namedChunkGroups\": {\n    \"popup\": {\n      \"chunks\": [\n        0\n      ],\n      \"assets\": [\n        \"popup.css\",\n        \"popup.bundle.js\"\n      ],\n      \"children\": {},\n      \"childAssets\": {}\n    },\n    \"inject\": {\n      \"chunks\": [\n        1\n      ],\n      \"assets\": [\n        \"inject.bundle.js\"\n      ],\n      \"children\": {},\n      \"childAssets\": {}\n    },\n    \"background\": {\n      \"chunks\": [\n        2\n      ],\n      \"assets\": [\n        \"background.bundle.js\"\n      ],\n      \"children\": {},\n      \"childAssets\": {},\n      \"isOverSizeLimit\": true\n    },\n    \"devtools\": {\n      \"chunks\": [\n        3\n      ],\n      \"assets\": [\n        \"devtools.bundle.js\"\n      ],\n      \"children\": {},\n      \"childAssets\": {}\n    },\n    \"github_gist_content_script\": {\n      \"chunks\": [\n        4\n      ],\n      \"assets\": [\n        \"github_gist_content_script.bundle.js\"\n      ],\n      \"children\": {},\n      \"childAssets\": {},\n      \"isOverSizeLimit\": true\n    }\n  },\n  \"chunks\": [\n    {\n      \"id\": 0,\n      \"rendered\": true,\n      \"initial\": true,\n      \"entry\": true,\n      \"size\": 139045,\n      \"names\": [\n        \"popup\"\n      ],\n      \"files\": [\n        \"popup.css\",\n        \"popup.bundle.js\"\n      ],\n      \"hash\": \"fb4ce03c789c1905d950\",\n      \"siblings\": [],\n      \"parents\": [],\n      \"children\": [],\n      \"childrenByOrder\": {},\n      \"modules\": [\n        {\n          \"id\": 18,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/webpack/customPublicPath.js\",\n          \"name\": \"./webpack/customPublicPath.js\",\n          \"index\": 1,\n          \"index2\": 0,\n          \"size\": 598,\n          \"cacheable\": true,\n          \"built\": true,\n          \"optional\": false,\n          \"prefetched\": false,\n          \"chunks\": [\n            0,\n            1,\n            2,\n            3,\n            4\n          ],\n          \"issuer\": \"multi /Users/jarred/Code/styleurl/webpack/customPublicPath /Users/jarred/Code/styleurl/chrome/extension/popup\",\n          \"issuerId\": 171,\n          \"issuerName\": \"multi ./webpack/customPublicPath ./chrome/extension/popup\",\n          \"issuerPath\": [\n            {\n              \"id\": 171,\n              \"identifier\": \"multi /Users/jarred/Code/styleurl/webpack/customPublicPath /Users/jarred/Code/styleurl/chrome/extension/popup\",\n              \"name\": \"multi ./webpack/customPublicPath ./chrome/extension/popup\",\n              \"profile\": {\n                \"factory\": 0,\n                \"building\": 3\n              }\n            }\n          ],\n          \"profile\": {\n            \"factory\": 58,\n            \"building\": 445\n          },\n          \"failed\": false,\n          \"errors\": 0,\n          \"warnings\": 0,\n          \"assets\": [],\n          \"reasons\": [\n            {\n              \"moduleId\": 171,\n              \"moduleIdentifier\": \"multi /Users/jarred/Code/styleurl/webpack/customPublicPath /Users/jarred/Code/styleurl/chrome/extension/popup\",\n              \"module\": \"multi ./webpack/customPublicPath ./chrome/extension/popup\",\n              \"moduleName\": \"multi ./webpack/customPublicPath ./chrome/extension/popup\",\n              \"type\": \"single entry\",\n              \"userRequest\": \"/Users/jarred/Code/styleurl/webpack/customPublicPath\",\n              \"loc\": \"+0\"\n            },\n            {\n              \"moduleId\": 180,\n              \"moduleIdentifier\": \"multi /Users/jarred/Code/styleurl/webpack/customPublicPath /Users/jarred/Code/styleurl/chrome/extension/inject\",\n              \"module\": \"multi ./webpack/customPublicPath ./chrome/extension/inject\",\n              \"moduleName\": \"multi ./webpack/customPublicPath ./chrome/extension/inject\",\n              \"type\": \"single entry\",\n              \"userRequest\": \"/Users/jarred/Code/styleurl/webpack/customPublicPath\",\n              \"loc\": \"+0\"\n            },\n            {\n              \"moduleId\": 191,\n              \"moduleIdentifier\": \"multi /Users/jarred/Code/styleurl/webpack/customPublicPath /Users/jarred/Code/styleurl/chrome/extension/background\",\n              \"module\": \"multi ./webpack/customPublicPath ./chrome/extension/background\",\n              \"moduleName\": \"multi ./webpack/customPublicPath ./chrome/extension/background\",\n              \"type\": \"single entry\",\n              \"userRequest\": \"/Users/jarred/Code/styleurl/webpack/customPublicPath\",\n              \"loc\": \"+0\"\n            },\n            {\n              \"moduleId\": 342,\n              \"moduleIdentifier\": \"multi /Users/jarred/Code/styleurl/webpack/customPublicPath /Users/jarred/Code/styleurl/chrome/extension/devtools\",\n              \"module\": \"multi ./webpack/customPublicPath ./chrome/extension/devtools\",\n              \"moduleName\": \"multi ./webpack/customPublicPath ./chrome/extension/devtools\",\n              \"type\": \"single entry\",\n              \"userRequest\": \"/Users/jarred/Code/styleurl/webpack/customPublicPath\",\n              \"loc\": \"+0\"\n            },\n            {\n              \"moduleId\": 350,\n              \"moduleIdentifier\": \"multi /Users/jarred/Code/styleurl/webpack/customPublicPath /Users/jarred/Code/styleurl/chrome/extension/github_gist_content_script\",\n              \"module\": \"multi ./webpack/customPublicPath ./chrome/extension/github_gist_content_script\",\n              \"moduleName\": \"multi ./webpack/customPublicPath ./chrome/extension/github_gist_content_script\",\n              \"type\": \"single entry\",\n              \"userRequest\": \"/Users/jarred/Code/styleurl/webpack/customPublicPath\",\n              \"loc\": \"+0\"\n            }\n          ],\n          \"usedExports\": true,\n          \"providedExports\": null,\n          \"optimizationBailout\": [\n            \"ModuleConcatenation bailout: Module is not an ECMAScript module\"\n          ],\n          \"depth\": 1,\n          \"source\": \"\\\"use strict\\\";\\n\\n/* global __webpack_public_path__ __HOST__ __PORT__ */\\n\\n/* eslint no-global-assign: 0 camelcase: 0 */\\nif (process.env.NODE_ENV === \\\"production\\\") {\\n  __webpack_public_path__ = chrome.extension.getURL(\\\"\\\");\\n} else {\\n  // In development mode,\\n  // the iframe of injectpage cannot get correct path,\\n  // it need to get parent page protocol.\\n  const path = `//${__HOST__}:${__PORT__}/`;\\n\\n  if (location.protocol === \\\"https:\\\" || location.search.indexOf(\\\"protocol=https\\\") !== -1) {\\n    __webpack_public_path__ = `https:${path}`;\\n  } else {\\n    __webpack_public_path__ = `http:${path}`;\\n  }\\n}\"\n        },\n        {\n          \"id\": 22,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/react/index.js\",\n          \"name\": \"./node_modules/react/index.js\",\n          \"index\": 3,\n          \"index2\": 6,\n          \"size\": 190,\n          \"cacheable\": true,\n          \"built\": true,\n          \"optional\": false,\n          \"prefetched\": false,\n          \"chunks\": [\n            0,\n            1\n          ],\n          \"issuer\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/popup.js\",\n          \"issuerId\": 172,\n          \"issuerName\": \"./chrome/extension/popup.js\",\n          \"issuerPath\": [\n            {\n              \"id\": 171,\n              \"identifier\": \"multi /Users/jarred/Code/styleurl/webpack/customPublicPath /Users/jarred/Code/styleurl/chrome/extension/popup\",\n              \"name\": \"multi ./webpack/customPublicPath ./chrome/extension/popup\",\n              \"profile\": {\n                \"factory\": 0,\n                \"building\": 3\n              }\n            },\n            {\n              \"id\": 172,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/popup.js\",\n              \"name\": \"./chrome/extension/popup.js\",\n              \"profile\": {\n                \"factory\": 58,\n                \"building\": 445\n              }\n            }\n          ],\n          \"profile\": {\n            \"factory\": 340,\n            \"building\": 762,\n            \"dependencies\": 60\n          },\n          \"failed\": false,\n          \"errors\": 0,\n          \"warnings\": 0,\n          \"assets\": [],\n          \"reasons\": [\n            {\n              \"moduleId\": 78,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/react-dom/cjs/react-dom.production.min.js\",\n              \"module\": \"./node_modules/react-dom/cjs/react-dom.production.min.js\",\n              \"moduleName\": \"./node_modules/react-dom/cjs/react-dom.production.min.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"react\",\n              \"loc\": \"13:53-69\"\n            },\n            {\n              \"moduleId\": 172,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/popup.js\",\n              \"module\": \"./chrome/extension/popup.js\",\n              \"moduleName\": \"./chrome/extension/popup.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"react\",\n              \"loc\": \"3:36-52\"\n            },\n            {\n              \"moduleId\": 173,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/popup/Popup.js\",\n              \"module\": \"./chrome/extension/popup/Popup.js\",\n              \"moduleName\": \"./chrome/extension/popup/Popup.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"react\",\n              \"loc\": \"8:36-52\"\n            },\n            {\n              \"moduleId\": 174,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/popup/Gist.js\",\n              \"module\": \"./chrome/extension/popup/Gist.js\",\n              \"moduleName\": \"./chrome/extension/popup/Gist.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"react\",\n              \"loc\": \"8:36-52\"\n            },\n            {\n              \"moduleId\": 181,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/inject.js\",\n              \"module\": \"./chrome/extension/inject.js\",\n              \"moduleName\": \"./chrome/extension/inject.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"react\",\n              \"loc\": \"3:37-53\"\n            },\n            {\n              \"moduleId\": 183,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/react-dock/lib/Dock.js\",\n              \"module\": \"./node_modules/react-dock/lib/Dock.js\",\n              \"moduleName\": \"./node_modules/react-dock/lib/Dock.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"react\",\n              \"loc\": \"14:13-29\"\n            }\n          ],\n          \"usedExports\": true,\n          \"providedExports\": null,\n          \"optimizationBailout\": [\n            \"ModuleConcatenation bailout: Module is not an ECMAScript module\"\n          ],\n          \"depth\": 2,\n          \"source\": \"'use strict';\\n\\nif (process.env.NODE_ENV === 'production') {\\n  module.exports = require('./cjs/react.production.min.js');\\n} else {\\n  module.exports = require('./cjs/react.development.js');\\n}\\n\"\n        },\n        {\n          \"id\": 41,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/object-assign/index.js\",\n          \"name\": \"./node_modules/object-assign/index.js\",\n          \"index\": 5,\n          \"index2\": 1,\n          \"size\": 2108,\n          \"cacheable\": true,\n          \"built\": true,\n          \"optional\": false,\n          \"prefetched\": false,\n          \"chunks\": [\n            0,\n            1\n          ],\n          \"issuer\": \"/Users/jarred/Code/styleurl/node_modules/react/cjs/react.production.min.js\",\n          \"issuerId\": 73,\n          \"issuerName\": \"./node_modules/react/cjs/react.production.min.js\",\n          \"issuerPath\": [\n            {\n              \"id\": 171,\n              \"identifier\": \"multi /Users/jarred/Code/styleurl/webpack/customPublicPath /Users/jarred/Code/styleurl/chrome/extension/popup\",\n              \"name\": \"multi ./webpack/customPublicPath ./chrome/extension/popup\",\n              \"profile\": {\n                \"factory\": 0,\n                \"building\": 3\n              }\n            },\n            {\n              \"id\": 172,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/popup.js\",\n              \"name\": \"./chrome/extension/popup.js\",\n              \"profile\": {\n                \"factory\": 58,\n                \"building\": 445\n              }\n            },\n            {\n              \"id\": 22,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/react/index.js\",\n              \"name\": \"./node_modules/react/index.js\",\n              \"profile\": {\n                \"factory\": 340,\n                \"building\": 762,\n                \"dependencies\": 60\n              }\n            },\n            {\n              \"id\": 73,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/react/cjs/react.production.min.js\",\n              \"name\": \"./node_modules/react/cjs/react.production.min.js\",\n              \"profile\": {\n                \"factory\": 235,\n                \"building\": 62\n              }\n            }\n          ],\n          \"profile\": {\n            \"factory\": 272,\n            \"building\": 15\n          },\n          \"failed\": false,\n          \"errors\": 0,\n          \"warnings\": 0,\n          \"assets\": [],\n          \"reasons\": [\n            {\n              \"moduleId\": 73,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/react/cjs/react.production.min.js\",\n              \"module\": \"./node_modules/react/cjs/react.production.min.js\",\n              \"moduleName\": \"./node_modules/react/cjs/react.production.min.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"object-assign\",\n              \"loc\": \"10:19-43\"\n            },\n            {\n              \"moduleId\": 78,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/react-dom/cjs/react-dom.production.min.js\",\n              \"module\": \"./node_modules/react-dom/cjs/react-dom.production.min.js\",\n              \"moduleName\": \"./node_modules/react-dom/cjs/react-dom.production.min.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"object-assign\",\n              \"loc\": \"13:115-139\"\n            }\n          ],\n          \"usedExports\": true,\n          \"providedExports\": null,\n          \"optimizationBailout\": [\n            \"ModuleConcatenation bailout: Module is not an ECMAScript module\"\n          ],\n          \"depth\": 4,\n          \"source\": \"/*\\nobject-assign\\n(c) Sindre Sorhus\\n@license MIT\\n*/\\n\\n'use strict';\\n/* eslint-disable no-unused-vars */\\nvar getOwnPropertySymbols = Object.getOwnPropertySymbols;\\nvar hasOwnProperty = Object.prototype.hasOwnProperty;\\nvar propIsEnumerable = Object.prototype.propertyIsEnumerable;\\n\\nfunction toObject(val) {\\n\\tif (val === null || val === undefined) {\\n\\t\\tthrow new TypeError('Object.assign cannot be called with null or undefined');\\n\\t}\\n\\n\\treturn Object(val);\\n}\\n\\nfunction shouldUseNative() {\\n\\ttry {\\n\\t\\tif (!Object.assign) {\\n\\t\\t\\treturn false;\\n\\t\\t}\\n\\n\\t\\t// Detect buggy property enumeration order in older V8 versions.\\n\\n\\t\\t// https://bugs.chromium.org/p/v8/issues/detail?id=4118\\n\\t\\tvar test1 = new String('abc');  // eslint-disable-line no-new-wrappers\\n\\t\\ttest1[5] = 'de';\\n\\t\\tif (Object.getOwnPropertyNames(test1)[0] === '5') {\\n\\t\\t\\treturn false;\\n\\t\\t}\\n\\n\\t\\t// https://bugs.chromium.org/p/v8/issues/detail?id=3056\\n\\t\\tvar test2 = {};\\n\\t\\tfor (var i = 0; i < 10; i++) {\\n\\t\\t\\ttest2['_' + String.fromCharCode(i)] = i;\\n\\t\\t}\\n\\t\\tvar order2 = Object.getOwnPropertyNames(test2).map(function (n) {\\n\\t\\t\\treturn test2[n];\\n\\t\\t});\\n\\t\\tif (order2.join('') !== '0123456789') {\\n\\t\\t\\treturn false;\\n\\t\\t}\\n\\n\\t\\t// https://bugs.chromium.org/p/v8/issues/detail?id=3056\\n\\t\\tvar test3 = {};\\n\\t\\t'abcdefghijklmnopqrst'.split('').forEach(function (letter) {\\n\\t\\t\\ttest3[letter] = letter;\\n\\t\\t});\\n\\t\\tif (Object.keys(Object.assign({}, test3)).join('') !==\\n\\t\\t\\t\\t'abcdefghijklmnopqrst') {\\n\\t\\t\\treturn false;\\n\\t\\t}\\n\\n\\t\\treturn true;\\n\\t} catch (err) {\\n\\t\\t// We don't expect any of the above to throw, but better to be safe.\\n\\t\\treturn false;\\n\\t}\\n}\\n\\nmodule.exports = shouldUseNative() ? Object.assign : function (target, source) {\\n\\tvar from;\\n\\tvar to = toObject(target);\\n\\tvar symbols;\\n\\n\\tfor (var s = 1; s < arguments.length; s++) {\\n\\t\\tfrom = Object(arguments[s]);\\n\\n\\t\\tfor (var key in from) {\\n\\t\\t\\tif (hasOwnProperty.call(from, key)) {\\n\\t\\t\\t\\tto[key] = from[key];\\n\\t\\t\\t}\\n\\t\\t}\\n\\n\\t\\tif (getOwnPropertySymbols) {\\n\\t\\t\\tsymbols = getOwnPropertySymbols(from);\\n\\t\\t\\tfor (var i = 0; i < symbols.length; i++) {\\n\\t\\t\\t\\tif (propIsEnumerable.call(from, symbols[i])) {\\n\\t\\t\\t\\t\\tto[symbols[i]] = from[symbols[i]];\\n\\t\\t\\t\\t}\\n\\t\\t\\t}\\n\\t\\t}\\n\\t}\\n\\n\\treturn to;\\n};\\n\"\n        },\n        {\n          \"id\": 73,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/react/cjs/react.production.min.js\",\n          \"name\": \"./node_modules/react/cjs/react.production.min.js\",\n          \"index\": 4,\n          \"index2\": 5,\n          \"size\": 5724,\n          \"cacheable\": true,\n          \"built\": true,\n          \"optional\": false,\n          \"prefetched\": false,\n          \"chunks\": [\n            0,\n            1\n          ],\n          \"issuer\": \"/Users/jarred/Code/styleurl/node_modules/react/index.js\",\n          \"issuerId\": 22,\n          \"issuerName\": \"./node_modules/react/index.js\",\n          \"issuerPath\": [\n            {\n              \"id\": 171,\n              \"identifier\": \"multi /Users/jarred/Code/styleurl/webpack/customPublicPath /Users/jarred/Code/styleurl/chrome/extension/popup\",\n              \"name\": \"multi ./webpack/customPublicPath ./chrome/extension/popup\",\n              \"profile\": {\n                \"factory\": 0,\n                \"building\": 3\n              }\n            },\n            {\n              \"id\": 172,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/popup.js\",\n              \"name\": \"./chrome/extension/popup.js\",\n              \"profile\": {\n                \"factory\": 58,\n                \"building\": 445\n              }\n            },\n            {\n              \"id\": 22,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/react/index.js\",\n              \"name\": \"./node_modules/react/index.js\",\n              \"profile\": {\n                \"factory\": 340,\n                \"building\": 762,\n                \"dependencies\": 60\n              }\n            }\n          ],\n          \"profile\": {\n            \"factory\": 235,\n            \"building\": 62\n          },\n          \"failed\": false,\n          \"errors\": 0,\n          \"warnings\": 0,\n          \"assets\": [],\n          \"reasons\": [\n            {\n              \"moduleId\": 22,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/react/index.js\",\n              \"module\": \"./node_modules/react/index.js\",\n              \"moduleName\": \"./node_modules/react/index.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"./cjs/react.production.min.js\",\n              \"loc\": \"4:19-59\"\n            }\n          ],\n          \"usedExports\": true,\n          \"providedExports\": null,\n          \"optimizationBailout\": [\n            \"ModuleConcatenation bailout: Module is not an ECMAScript module\"\n          ],\n          \"depth\": 3,\n          \"source\": \"/** @license React v16.4.1\\n * react.production.min.js\\n *\\n * Copyright (c) 2013-present, Facebook, Inc.\\n *\\n * This source code is licensed under the MIT license found in the\\n * LICENSE file in the root directory of this source tree.\\n */\\n\\n'use strict';var k=require(\\\"object-assign\\\"),n=require(\\\"fbjs/lib/invariant\\\"),p=require(\\\"fbjs/lib/emptyObject\\\"),q=require(\\\"fbjs/lib/emptyFunction\\\"),r=\\\"function\\\"===typeof Symbol&&Symbol.for,t=r?Symbol.for(\\\"react.element\\\"):60103,u=r?Symbol.for(\\\"react.portal\\\"):60106,v=r?Symbol.for(\\\"react.fragment\\\"):60107,w=r?Symbol.for(\\\"react.strict_mode\\\"):60108,x=r?Symbol.for(\\\"react.profiler\\\"):60114,y=r?Symbol.for(\\\"react.provider\\\"):60109,z=r?Symbol.for(\\\"react.context\\\"):60110,A=r?Symbol.for(\\\"react.async_mode\\\"):60111,B=\\nr?Symbol.for(\\\"react.forward_ref\\\"):60112;r&&Symbol.for(\\\"react.timeout\\\");var C=\\\"function\\\"===typeof Symbol&&Symbol.iterator;function D(a){for(var b=arguments.length-1,e=\\\"https://reactjs.org/docs/error-decoder.html?invariant=\\\"+a,c=0;c<b;c++)e+=\\\"&args[]=\\\"+encodeURIComponent(arguments[c+1]);n(!1,\\\"Minified React error #\\\"+a+\\\"; visit %s for the full message or use the non-minified dev environment for full errors and additional helpful warnings. \\\",e)}\\nvar E={isMounted:function(){return!1},enqueueForceUpdate:function(){},enqueueReplaceState:function(){},enqueueSetState:function(){}};function F(a,b,e){this.props=a;this.context=b;this.refs=p;this.updater=e||E}F.prototype.isReactComponent={};F.prototype.setState=function(a,b){\\\"object\\\"!==typeof a&&\\\"function\\\"!==typeof a&&null!=a?D(\\\"85\\\"):void 0;this.updater.enqueueSetState(this,a,b,\\\"setState\\\")};F.prototype.forceUpdate=function(a){this.updater.enqueueForceUpdate(this,a,\\\"forceUpdate\\\")};function G(){}\\nG.prototype=F.prototype;function H(a,b,e){this.props=a;this.context=b;this.refs=p;this.updater=e||E}var I=H.prototype=new G;I.constructor=H;k(I,F.prototype);I.isPureReactComponent=!0;var J={current:null},K=Object.prototype.hasOwnProperty,L={key:!0,ref:!0,__self:!0,__source:!0};\\nfunction M(a,b,e){var c=void 0,d={},g=null,h=null;if(null!=b)for(c in void 0!==b.ref&&(h=b.ref),void 0!==b.key&&(g=\\\"\\\"+b.key),b)K.call(b,c)&&!L.hasOwnProperty(c)&&(d[c]=b[c]);var f=arguments.length-2;if(1===f)d.children=e;else if(1<f){for(var l=Array(f),m=0;m<f;m++)l[m]=arguments[m+2];d.children=l}if(a&&a.defaultProps)for(c in f=a.defaultProps,f)void 0===d[c]&&(d[c]=f[c]);return{$$typeof:t,type:a,key:g,ref:h,props:d,_owner:J.current}}\\nfunction N(a){return\\\"object\\\"===typeof a&&null!==a&&a.$$typeof===t}function escape(a){var b={\\\"=\\\":\\\"=0\\\",\\\":\\\":\\\"=2\\\"};return\\\"$\\\"+(\\\"\\\"+a).replace(/[=:]/g,function(a){return b[a]})}var O=/\\\\/+/g,P=[];function Q(a,b,e,c){if(P.length){var d=P.pop();d.result=a;d.keyPrefix=b;d.func=e;d.context=c;d.count=0;return d}return{result:a,keyPrefix:b,func:e,context:c,count:0}}function R(a){a.result=null;a.keyPrefix=null;a.func=null;a.context=null;a.count=0;10>P.length&&P.push(a)}\\nfunction S(a,b,e,c){var d=typeof a;if(\\\"undefined\\\"===d||\\\"boolean\\\"===d)a=null;var g=!1;if(null===a)g=!0;else switch(d){case \\\"string\\\":case \\\"number\\\":g=!0;break;case \\\"object\\\":switch(a.$$typeof){case t:case u:g=!0}}if(g)return e(c,a,\\\"\\\"===b?\\\".\\\"+T(a,0):b),1;g=0;b=\\\"\\\"===b?\\\".\\\":b+\\\":\\\";if(Array.isArray(a))for(var h=0;h<a.length;h++){d=a[h];var f=b+T(d,h);g+=S(d,f,e,c)}else if(null===a||\\\"undefined\\\"===typeof a?f=null:(f=C&&a[C]||a[\\\"@@iterator\\\"],f=\\\"function\\\"===typeof f?f:null),\\\"function\\\"===typeof f)for(a=f.call(a),\\nh=0;!(d=a.next()).done;)d=d.value,f=b+T(d,h++),g+=S(d,f,e,c);else\\\"object\\\"===d&&(e=\\\"\\\"+a,D(\\\"31\\\",\\\"[object Object]\\\"===e?\\\"object with keys {\\\"+Object.keys(a).join(\\\", \\\")+\\\"}\\\":e,\\\"\\\"));return g}function T(a,b){return\\\"object\\\"===typeof a&&null!==a&&null!=a.key?escape(a.key):b.toString(36)}function U(a,b){a.func.call(a.context,b,a.count++)}\\nfunction V(a,b,e){var c=a.result,d=a.keyPrefix;a=a.func.call(a.context,b,a.count++);Array.isArray(a)?W(a,c,e,q.thatReturnsArgument):null!=a&&(N(a)&&(b=d+(!a.key||b&&b.key===a.key?\\\"\\\":(\\\"\\\"+a.key).replace(O,\\\"$&/\\\")+\\\"/\\\")+e,a={$$typeof:t,type:a.type,key:b,ref:a.ref,props:a.props,_owner:a._owner}),c.push(a))}function W(a,b,e,c,d){var g=\\\"\\\";null!=e&&(g=(\\\"\\\"+e).replace(O,\\\"$&/\\\")+\\\"/\\\");b=Q(b,g,c,d);null==a||S(a,\\\"\\\",V,b);R(b)}\\nvar X={Children:{map:function(a,b,e){if(null==a)return a;var c=[];W(a,c,null,b,e);return c},forEach:function(a,b,e){if(null==a)return a;b=Q(null,null,b,e);null==a||S(a,\\\"\\\",U,b);R(b)},count:function(a){return null==a?0:S(a,\\\"\\\",q.thatReturnsNull,null)},toArray:function(a){var b=[];W(a,b,null,q.thatReturnsArgument);return b},only:function(a){N(a)?void 0:D(\\\"143\\\");return a}},createRef:function(){return{current:null}},Component:F,PureComponent:H,createContext:function(a,b){void 0===b&&(b=null);a={$$typeof:z,\\n_calculateChangedBits:b,_defaultValue:a,_currentValue:a,_currentValue2:a,_changedBits:0,_changedBits2:0,Provider:null,Consumer:null};a.Provider={$$typeof:y,_context:a};return a.Consumer=a},forwardRef:function(a){return{$$typeof:B,render:a}},Fragment:v,StrictMode:w,unstable_AsyncMode:A,unstable_Profiler:x,createElement:M,cloneElement:function(a,b,e){null===a||void 0===a?D(\\\"267\\\",a):void 0;var c=void 0,d=k({},a.props),g=a.key,h=a.ref,f=a._owner;if(null!=b){void 0!==b.ref&&(h=b.ref,f=J.current);void 0!==\\nb.key&&(g=\\\"\\\"+b.key);var l=void 0;a.type&&a.type.defaultProps&&(l=a.type.defaultProps);for(c in b)K.call(b,c)&&!L.hasOwnProperty(c)&&(d[c]=void 0===b[c]&&void 0!==l?l[c]:b[c])}c=arguments.length-2;if(1===c)d.children=e;else if(1<c){l=Array(c);for(var m=0;m<c;m++)l[m]=arguments[m+2];d.children=l}return{$$typeof:t,type:a.type,key:g,ref:h,props:d,_owner:f}},createFactory:function(a){var b=M.bind(null,a);b.type=a;return b},isValidElement:N,version:\\\"16.4.1\\\",__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED:{ReactCurrentOwner:J,\\nassign:k}},Y={default:X},Z=Y&&X||Y;module.exports=Z.default?Z.default:Z;\\n\"\n        },\n        {\n          \"id\": 74,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/react/node_modules/fbjs/lib/invariant.js\",\n          \"name\": \"./node_modules/react/node_modules/fbjs/lib/invariant.js\",\n          \"index\": 6,\n          \"index2\": 2,\n          \"size\": 1506,\n          \"cacheable\": true,\n          \"built\": true,\n          \"optional\": false,\n          \"prefetched\": false,\n          \"chunks\": [\n            0,\n            1\n          ],\n          \"issuer\": \"/Users/jarred/Code/styleurl/node_modules/react/cjs/react.production.min.js\",\n          \"issuerId\": 73,\n          \"issuerName\": \"./node_modules/react/cjs/react.production.min.js\",\n          \"issuerPath\": [\n            {\n              \"id\": 171,\n              \"identifier\": \"multi /Users/jarred/Code/styleurl/webpack/customPublicPath /Users/jarred/Code/styleurl/chrome/extension/popup\",\n              \"name\": \"multi ./webpack/customPublicPath ./chrome/extension/popup\",\n              \"profile\": {\n                \"factory\": 0,\n                \"building\": 3\n              }\n            },\n            {\n              \"id\": 172,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/popup.js\",\n              \"name\": \"./chrome/extension/popup.js\",\n              \"profile\": {\n                \"factory\": 58,\n                \"building\": 445\n              }\n            },\n            {\n              \"id\": 22,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/react/index.js\",\n              \"name\": \"./node_modules/react/index.js\",\n              \"profile\": {\n                \"factory\": 340,\n                \"building\": 762,\n                \"dependencies\": 60\n              }\n            },\n            {\n              \"id\": 73,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/react/cjs/react.production.min.js\",\n              \"name\": \"./node_modules/react/cjs/react.production.min.js\",\n              \"profile\": {\n                \"factory\": 235,\n                \"building\": 62\n              }\n            }\n          ],\n          \"profile\": {\n            \"factory\": 272,\n            \"building\": 15\n          },\n          \"failed\": false,\n          \"errors\": 0,\n          \"warnings\": 0,\n          \"assets\": [],\n          \"reasons\": [\n            {\n              \"moduleId\": 73,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/react/cjs/react.production.min.js\",\n              \"module\": \"./node_modules/react/cjs/react.production.min.js\",\n              \"moduleName\": \"./node_modules/react/cjs/react.production.min.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"fbjs/lib/invariant\",\n              \"loc\": \"10:46-75\"\n            }\n          ],\n          \"usedExports\": true,\n          \"providedExports\": null,\n          \"optimizationBailout\": [\n            \"ModuleConcatenation bailout: Module is not an ECMAScript module\"\n          ],\n          \"depth\": 4,\n          \"source\": \"/**\\n * Copyright (c) 2013-present, Facebook, Inc.\\n *\\n * This source code is licensed under the MIT license found in the\\n * LICENSE file in the root directory of this source tree.\\n *\\n */\\n\\n'use strict';\\n\\n/**\\n * Use invariant() to assert state which your program assumes to be true.\\n *\\n * Provide sprintf-style format (only %s is supported) and arguments\\n * to provide information about what broke and what you were\\n * expecting.\\n *\\n * The invariant message will be stripped in production, but the invariant\\n * will remain to ensure logic does not differ in production.\\n */\\n\\nvar validateFormat = function validateFormat(format) {};\\n\\nif (process.env.NODE_ENV !== 'production') {\\n  validateFormat = function validateFormat(format) {\\n    if (format === undefined) {\\n      throw new Error('invariant requires an error message argument');\\n    }\\n  };\\n}\\n\\nfunction invariant(condition, format, a, b, c, d, e, f) {\\n  validateFormat(format);\\n\\n  if (!condition) {\\n    var error;\\n    if (format === undefined) {\\n      error = new Error('Minified exception occurred; use the non-minified dev environment ' + 'for the full error message and additional helpful warnings.');\\n    } else {\\n      var args = [a, b, c, d, e, f];\\n      var argIndex = 0;\\n      error = new Error(format.replace(/%s/g, function () {\\n        return args[argIndex++];\\n      }));\\n      error.name = 'Invariant Violation';\\n    }\\n\\n    error.framesToPop = 1; // we don't care about invariant's own frame\\n    throw error;\\n  }\\n}\\n\\nmodule.exports = invariant;\"\n        },\n        {\n          \"id\": 75,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/react/node_modules/fbjs/lib/emptyObject.js\",\n          \"name\": \"./node_modules/react/node_modules/fbjs/lib/emptyObject.js\",\n          \"index\": 7,\n          \"index2\": 3,\n          \"size\": 332,\n          \"cacheable\": true,\n          \"built\": true,\n          \"optional\": false,\n          \"prefetched\": false,\n          \"chunks\": [\n            0,\n            1\n          ],\n          \"issuer\": \"/Users/jarred/Code/styleurl/node_modules/react/cjs/react.production.min.js\",\n          \"issuerId\": 73,\n          \"issuerName\": \"./node_modules/react/cjs/react.production.min.js\",\n          \"issuerPath\": [\n            {\n              \"id\": 171,\n              \"identifier\": \"multi /Users/jarred/Code/styleurl/webpack/customPublicPath /Users/jarred/Code/styleurl/chrome/extension/popup\",\n              \"name\": \"multi ./webpack/customPublicPath ./chrome/extension/popup\",\n              \"profile\": {\n                \"factory\": 0,\n                \"building\": 3\n              }\n            },\n            {\n              \"id\": 172,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/popup.js\",\n              \"name\": \"./chrome/extension/popup.js\",\n              \"profile\": {\n                \"factory\": 58,\n                \"building\": 445\n              }\n            },\n            {\n              \"id\": 22,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/react/index.js\",\n              \"name\": \"./node_modules/react/index.js\",\n              \"profile\": {\n                \"factory\": 340,\n                \"building\": 762,\n                \"dependencies\": 60\n              }\n            },\n            {\n              \"id\": 73,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/react/cjs/react.production.min.js\",\n              \"name\": \"./node_modules/react/cjs/react.production.min.js\",\n              \"profile\": {\n                \"factory\": 235,\n                \"building\": 62\n              }\n            }\n          ],\n          \"profile\": {\n            \"factory\": 272,\n            \"building\": 15\n          },\n          \"failed\": false,\n          \"errors\": 0,\n          \"warnings\": 0,\n          \"assets\": [],\n          \"reasons\": [\n            {\n              \"moduleId\": 73,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/react/cjs/react.production.min.js\",\n              \"module\": \"./node_modules/react/cjs/react.production.min.js\",\n              \"moduleName\": \"./node_modules/react/cjs/react.production.min.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"fbjs/lib/emptyObject\",\n              \"loc\": \"10:78-109\"\n            }\n          ],\n          \"usedExports\": true,\n          \"providedExports\": null,\n          \"optimizationBailout\": [\n            \"ModuleConcatenation bailout: Module is not an ECMAScript module\"\n          ],\n          \"depth\": 4,\n          \"source\": \"/**\\n * Copyright (c) 2013-present, Facebook, Inc.\\n *\\n * This source code is licensed under the MIT license found in the\\n * LICENSE file in the root directory of this source tree.\\n *\\n */\\n\\n'use strict';\\n\\nvar emptyObject = {};\\n\\nif (process.env.NODE_ENV !== 'production') {\\n  Object.freeze(emptyObject);\\n}\\n\\nmodule.exports = emptyObject;\"\n        },\n        {\n          \"id\": 76,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/react/node_modules/fbjs/lib/emptyFunction.js\",\n          \"name\": \"./node_modules/react/node_modules/fbjs/lib/emptyFunction.js\",\n          \"index\": 8,\n          \"index2\": 4,\n          \"size\": 959,\n          \"cacheable\": true,\n          \"built\": true,\n          \"optional\": false,\n          \"prefetched\": false,\n          \"chunks\": [\n            0,\n            1\n          ],\n          \"issuer\": \"/Users/jarred/Code/styleurl/node_modules/react/cjs/react.production.min.js\",\n          \"issuerId\": 73,\n          \"issuerName\": \"./node_modules/react/cjs/react.production.min.js\",\n          \"issuerPath\": [\n            {\n              \"id\": 171,\n              \"identifier\": \"multi /Users/jarred/Code/styleurl/webpack/customPublicPath /Users/jarred/Code/styleurl/chrome/extension/popup\",\n              \"name\": \"multi ./webpack/customPublicPath ./chrome/extension/popup\",\n              \"profile\": {\n                \"factory\": 0,\n                \"building\": 3\n              }\n            },\n            {\n              \"id\": 172,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/popup.js\",\n              \"name\": \"./chrome/extension/popup.js\",\n              \"profile\": {\n                \"factory\": 58,\n                \"building\": 445\n              }\n            },\n            {\n              \"id\": 22,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/react/index.js\",\n              \"name\": \"./node_modules/react/index.js\",\n              \"profile\": {\n                \"factory\": 340,\n                \"building\": 762,\n                \"dependencies\": 60\n              }\n            },\n            {\n              \"id\": 73,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/react/cjs/react.production.min.js\",\n              \"name\": \"./node_modules/react/cjs/react.production.min.js\",\n              \"profile\": {\n                \"factory\": 235,\n                \"building\": 62\n              }\n            }\n          ],\n          \"profile\": {\n            \"factory\": 272,\n            \"building\": 15\n          },\n          \"failed\": false,\n          \"errors\": 0,\n          \"warnings\": 0,\n          \"assets\": [],\n          \"reasons\": [\n            {\n              \"moduleId\": 73,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/react/cjs/react.production.min.js\",\n              \"module\": \"./node_modules/react/cjs/react.production.min.js\",\n              \"moduleName\": \"./node_modules/react/cjs/react.production.min.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"fbjs/lib/emptyFunction\",\n              \"loc\": \"10:112-145\"\n            }\n          ],\n          \"usedExports\": true,\n          \"providedExports\": null,\n          \"optimizationBailout\": [\n            \"ModuleConcatenation bailout: Module is not an ECMAScript module\"\n          ],\n          \"depth\": 4,\n          \"source\": \"\\\"use strict\\\";\\n\\n/**\\n * Copyright (c) 2013-present, Facebook, Inc.\\n *\\n * This source code is licensed under the MIT license found in the\\n * LICENSE file in the root directory of this source tree.\\n *\\n * \\n */\\n\\nfunction makeEmptyFunction(arg) {\\n  return function () {\\n    return arg;\\n  };\\n}\\n\\n/**\\n * This function accepts and discards inputs; it has no side effects. This is\\n * primarily useful idiomatically for overridable function endpoints which\\n * always need to be callable, since JS lacks a null-call idiom ala Cocoa.\\n */\\nvar emptyFunction = function emptyFunction() {};\\n\\nemptyFunction.thatReturns = makeEmptyFunction;\\nemptyFunction.thatReturnsFalse = makeEmptyFunction(false);\\nemptyFunction.thatReturnsTrue = makeEmptyFunction(true);\\nemptyFunction.thatReturnsNull = makeEmptyFunction(null);\\nemptyFunction.thatReturnsThis = function () {\\n  return this;\\n};\\nemptyFunction.thatReturnsArgument = function (arg) {\\n  return arg;\\n};\\n\\nmodule.exports = emptyFunction;\"\n        },\n        {\n          \"id\": 77,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/react-dom/index.js\",\n          \"name\": \"./node_modules/react-dom/index.js\",\n          \"index\": 9,\n          \"index2\": 17,\n          \"size\": 1363,\n          \"cacheable\": true,\n          \"built\": true,\n          \"optional\": false,\n          \"prefetched\": false,\n          \"chunks\": [\n            0,\n            1\n          ],\n          \"issuer\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/popup.js\",\n          \"issuerId\": 172,\n          \"issuerName\": \"./chrome/extension/popup.js\",\n          \"issuerPath\": [\n            {\n              \"id\": 171,\n              \"identifier\": \"multi /Users/jarred/Code/styleurl/webpack/customPublicPath /Users/jarred/Code/styleurl/chrome/extension/popup\",\n              \"name\": \"multi ./webpack/customPublicPath ./chrome/extension/popup\",\n              \"profile\": {\n                \"factory\": 0,\n                \"building\": 3\n              }\n            },\n            {\n              \"id\": 172,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/popup.js\",\n              \"name\": \"./chrome/extension/popup.js\",\n              \"profile\": {\n                \"factory\": 58,\n                \"building\": 445\n              }\n            }\n          ],\n          \"profile\": {\n            \"factory\": 340,\n            \"building\": 762,\n            \"dependencies\": 60\n          },\n          \"failed\": false,\n          \"errors\": 0,\n          \"warnings\": 0,\n          \"assets\": [],\n          \"reasons\": [\n            {\n              \"moduleId\": 172,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/popup.js\",\n              \"module\": \"./chrome/extension/popup.js\",\n              \"moduleName\": \"./chrome/extension/popup.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"react-dom\",\n              \"loc\": \"5:39-59\"\n            },\n            {\n              \"moduleId\": 181,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/inject.js\",\n              \"module\": \"./chrome/extension/inject.js\",\n              \"moduleName\": \"./chrome/extension/inject.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"react-dom\",\n              \"loc\": \"5:16-36\"\n            }\n          ],\n          \"usedExports\": true,\n          \"providedExports\": null,\n          \"optimizationBailout\": [\n            \"ModuleConcatenation bailout: Module is not an ECMAScript module\"\n          ],\n          \"depth\": 2,\n          \"source\": \"'use strict';\\n\\nfunction checkDCE() {\\n  /* global __REACT_DEVTOOLS_GLOBAL_HOOK__ */\\n  if (\\n    typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ === 'undefined' ||\\n    typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.checkDCE !== 'function'\\n  ) {\\n    return;\\n  }\\n  if (process.env.NODE_ENV !== 'production') {\\n    // This branch is unreachable because this function is only called\\n    // in production, but the condition is true only in development.\\n    // Therefore if the branch is still here, dead code elimination wasn't\\n    // properly applied.\\n    // Don't change the message. React DevTools relies on it. Also make sure\\n    // this message doesn't occur elsewhere in this function, or it will cause\\n    // a false positive.\\n    throw new Error('^_^');\\n  }\\n  try {\\n    // Verify that the code above has been dead code eliminated (DCE'd).\\n    __REACT_DEVTOOLS_GLOBAL_HOOK__.checkDCE(checkDCE);\\n  } catch (err) {\\n    // DevTools shouldn't crash React, no matter what.\\n    // We should still report in case we break this code.\\n    console.error(err);\\n  }\\n}\\n\\nif (process.env.NODE_ENV === 'production') {\\n  // DCE check should happen before ReactDOM bundle executes so that\\n  // DevTools can report bad minification during injection.\\n  checkDCE();\\n  module.exports = require('./cjs/react-dom.production.min.js');\\n} else {\\n  module.exports = require('./cjs/react-dom.development.js');\\n}\\n\"\n        },\n        {\n          \"id\": 78,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/react-dom/cjs/react-dom.production.min.js\",\n          \"name\": \"./node_modules/react-dom/cjs/react-dom.production.min.js\",\n          \"index\": 10,\n          \"index2\": 16,\n          \"size\": 94969,\n          \"cacheable\": true,\n          \"built\": true,\n          \"optional\": false,\n          \"prefetched\": false,\n          \"chunks\": [\n            0,\n            1\n          ],\n          \"issuer\": \"/Users/jarred/Code/styleurl/node_modules/react-dom/index.js\",\n          \"issuerId\": 77,\n          \"issuerName\": \"./node_modules/react-dom/index.js\",\n          \"issuerPath\": [\n            {\n              \"id\": 171,\n              \"identifier\": \"multi /Users/jarred/Code/styleurl/webpack/customPublicPath /Users/jarred/Code/styleurl/chrome/extension/popup\",\n              \"name\": \"multi ./webpack/customPublicPath ./chrome/extension/popup\",\n              \"profile\": {\n                \"factory\": 0,\n                \"building\": 3\n              }\n            },\n            {\n              \"id\": 172,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/popup.js\",\n              \"name\": \"./chrome/extension/popup.js\",\n              \"profile\": {\n                \"factory\": 58,\n                \"building\": 445\n              }\n            },\n            {\n              \"id\": 77,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/react-dom/index.js\",\n              \"name\": \"./node_modules/react-dom/index.js\",\n              \"profile\": {\n                \"factory\": 340,\n                \"building\": 762,\n                \"dependencies\": 60\n              }\n            }\n          ],\n          \"profile\": {\n            \"factory\": 234,\n            \"building\": 246,\n            \"dependencies\": 97\n          },\n          \"failed\": false,\n          \"errors\": 0,\n          \"warnings\": 0,\n          \"assets\": [],\n          \"reasons\": [\n            {\n              \"moduleId\": 77,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/react-dom/index.js\",\n              \"module\": \"./node_modules/react-dom/index.js\",\n              \"moduleName\": \"./node_modules/react-dom/index.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"./cjs/react-dom.production.min.js\",\n              \"loc\": \"35:19-63\"\n            }\n          ],\n          \"usedExports\": true,\n          \"providedExports\": null,\n          \"optimizationBailout\": [\n            \"ModuleConcatenation bailout: Module is not an ECMAScript module\"\n          ],\n          \"depth\": 3,\n          \"source\": \"/** @license React v16.4.1\\n * react-dom.production.min.js\\n *\\n * Copyright (c) 2013-present, Facebook, Inc.\\n *\\n * This source code is licensed under the MIT license found in the\\n * LICENSE file in the root directory of this source tree.\\n */\\n\\n/*\\n Modernizr 3.0.0pre (Custom Build) | MIT\\n*/\\n'use strict';var aa=require(\\\"fbjs/lib/invariant\\\"),ba=require(\\\"react\\\"),m=require(\\\"fbjs/lib/ExecutionEnvironment\\\"),p=require(\\\"object-assign\\\"),v=require(\\\"fbjs/lib/emptyFunction\\\"),da=require(\\\"fbjs/lib/getActiveElement\\\"),ea=require(\\\"fbjs/lib/shallowEqual\\\"),fa=require(\\\"fbjs/lib/containsNode\\\"),ha=require(\\\"fbjs/lib/emptyObject\\\");\\nfunction A(a){for(var b=arguments.length-1,c=\\\"https://reactjs.org/docs/error-decoder.html?invariant=\\\"+a,d=0;d<b;d++)c+=\\\"&args[]=\\\"+encodeURIComponent(arguments[d+1]);aa(!1,\\\"Minified React error #\\\"+a+\\\"; visit %s for the full message or use the non-minified dev environment for full errors and additional helpful warnings. \\\",c)}ba?void 0:A(\\\"227\\\");\\nfunction ia(a,b,c,d,e,f,g,h,k){this._hasCaughtError=!1;this._caughtError=null;var n=Array.prototype.slice.call(arguments,3);try{b.apply(c,n)}catch(r){this._caughtError=r,this._hasCaughtError=!0}}\\nvar B={_caughtError:null,_hasCaughtError:!1,_rethrowError:null,_hasRethrowError:!1,invokeGuardedCallback:function(a,b,c,d,e,f,g,h,k){ia.apply(B,arguments)},invokeGuardedCallbackAndCatchFirstError:function(a,b,c,d,e,f,g,h,k){B.invokeGuardedCallback.apply(this,arguments);if(B.hasCaughtError()){var n=B.clearCaughtError();B._hasRethrowError||(B._hasRethrowError=!0,B._rethrowError=n)}},rethrowCaughtError:function(){return ka.apply(B,arguments)},hasCaughtError:function(){return B._hasCaughtError},clearCaughtError:function(){if(B._hasCaughtError){var a=\\nB._caughtError;B._caughtError=null;B._hasCaughtError=!1;return a}A(\\\"198\\\")}};function ka(){if(B._hasRethrowError){var a=B._rethrowError;B._rethrowError=null;B._hasRethrowError=!1;throw a;}}var la=null,ma={};\\nfunction na(){if(la)for(var a in ma){var b=ma[a],c=la.indexOf(a);-1<c?void 0:A(\\\"96\\\",a);if(!oa[c]){b.extractEvents?void 0:A(\\\"97\\\",a);oa[c]=b;c=b.eventTypes;for(var d in c){var e=void 0;var f=c[d],g=b,h=d;pa.hasOwnProperty(h)?A(\\\"99\\\",h):void 0;pa[h]=f;var k=f.phasedRegistrationNames;if(k){for(e in k)k.hasOwnProperty(e)&&qa(k[e],g,h);e=!0}else f.registrationName?(qa(f.registrationName,g,h),e=!0):e=!1;e?void 0:A(\\\"98\\\",d,a)}}}}\\nfunction qa(a,b,c){ra[a]?A(\\\"100\\\",a):void 0;ra[a]=b;sa[a]=b.eventTypes[c].dependencies}var oa=[],pa={},ra={},sa={};function ta(a){la?A(\\\"101\\\"):void 0;la=Array.prototype.slice.call(a);na()}function ua(a){var b=!1,c;for(c in a)if(a.hasOwnProperty(c)){var d=a[c];ma.hasOwnProperty(c)&&ma[c]===d||(ma[c]?A(\\\"102\\\",c):void 0,ma[c]=d,b=!0)}b&&na()}\\nvar va={plugins:oa,eventNameDispatchConfigs:pa,registrationNameModules:ra,registrationNameDependencies:sa,possibleRegistrationNames:null,injectEventPluginOrder:ta,injectEventPluginsByName:ua},wa=null,xa=null,ya=null;function za(a,b,c,d){b=a.type||\\\"unknown-event\\\";a.currentTarget=ya(d);B.invokeGuardedCallbackAndCatchFirstError(b,c,void 0,a);a.currentTarget=null}\\nfunction Aa(a,b){null==b?A(\\\"30\\\"):void 0;if(null==a)return b;if(Array.isArray(a)){if(Array.isArray(b))return a.push.apply(a,b),a;a.push(b);return a}return Array.isArray(b)?[a].concat(b):[a,b]}function Ba(a,b,c){Array.isArray(a)?a.forEach(b,c):a&&b.call(c,a)}var Ca=null;\\nfunction Da(a,b){if(a){var c=a._dispatchListeners,d=a._dispatchInstances;if(Array.isArray(c))for(var e=0;e<c.length&&!a.isPropagationStopped();e++)za(a,b,c[e],d[e]);else c&&za(a,b,c,d);a._dispatchListeners=null;a._dispatchInstances=null;a.isPersistent()||a.constructor.release(a)}}function Ea(a){return Da(a,!0)}function Fa(a){return Da(a,!1)}var Ga={injectEventPluginOrder:ta,injectEventPluginsByName:ua};\\nfunction Ha(a,b){var c=a.stateNode;if(!c)return null;var d=wa(c);if(!d)return null;c=d[b];a:switch(b){case \\\"onClick\\\":case \\\"onClickCapture\\\":case \\\"onDoubleClick\\\":case \\\"onDoubleClickCapture\\\":case \\\"onMouseDown\\\":case \\\"onMouseDownCapture\\\":case \\\"onMouseMove\\\":case \\\"onMouseMoveCapture\\\":case \\\"onMouseUp\\\":case \\\"onMouseUpCapture\\\":(d=!d.disabled)||(a=a.type,d=!(\\\"button\\\"===a||\\\"input\\\"===a||\\\"select\\\"===a||\\\"textarea\\\"===a));a=!d;break a;default:a=!1}if(a)return null;c&&\\\"function\\\"!==typeof c?A(\\\"231\\\",b,typeof c):void 0;\\nreturn c}function Ia(a,b){null!==a&&(Ca=Aa(Ca,a));a=Ca;Ca=null;a&&(b?Ba(a,Ea):Ba(a,Fa),Ca?A(\\\"95\\\"):void 0,B.rethrowCaughtError())}function Ja(a,b,c,d){for(var e=null,f=0;f<oa.length;f++){var g=oa[f];g&&(g=g.extractEvents(a,b,c,d))&&(e=Aa(e,g))}Ia(e,!1)}var Ka={injection:Ga,getListener:Ha,runEventsInBatch:Ia,runExtractedEventsInBatch:Ja},La=Math.random().toString(36).slice(2),C=\\\"__reactInternalInstance$\\\"+La,Ma=\\\"__reactEventHandlers$\\\"+La;\\nfunction Na(a){if(a[C])return a[C];for(;!a[C];)if(a.parentNode)a=a.parentNode;else return null;a=a[C];return 5===a.tag||6===a.tag?a:null}function Oa(a){if(5===a.tag||6===a.tag)return a.stateNode;A(\\\"33\\\")}function Pa(a){return a[Ma]||null}var Qa={precacheFiberNode:function(a,b){b[C]=a},getClosestInstanceFromNode:Na,getInstanceFromNode:function(a){a=a[C];return!a||5!==a.tag&&6!==a.tag?null:a},getNodeFromInstance:Oa,getFiberCurrentPropsFromNode:Pa,updateFiberProps:function(a,b){a[Ma]=b}};\\nfunction F(a){do a=a.return;while(a&&5!==a.tag);return a?a:null}function Ra(a,b,c){for(var d=[];a;)d.push(a),a=F(a);for(a=d.length;0<a--;)b(d[a],\\\"captured\\\",c);for(a=0;a<d.length;a++)b(d[a],\\\"bubbled\\\",c)}function Sa(a,b,c){if(b=Ha(a,c.dispatchConfig.phasedRegistrationNames[b]))c._dispatchListeners=Aa(c._dispatchListeners,b),c._dispatchInstances=Aa(c._dispatchInstances,a)}function Ta(a){a&&a.dispatchConfig.phasedRegistrationNames&&Ra(a._targetInst,Sa,a)}\\nfunction Ua(a){if(a&&a.dispatchConfig.phasedRegistrationNames){var b=a._targetInst;b=b?F(b):null;Ra(b,Sa,a)}}function Va(a,b,c){a&&c&&c.dispatchConfig.registrationName&&(b=Ha(a,c.dispatchConfig.registrationName))&&(c._dispatchListeners=Aa(c._dispatchListeners,b),c._dispatchInstances=Aa(c._dispatchInstances,a))}function Xa(a){a&&a.dispatchConfig.registrationName&&Va(a._targetInst,null,a)}function Ya(a){Ba(a,Ta)}\\nfunction Za(a,b,c,d){if(c&&d)a:{var e=c;for(var f=d,g=0,h=e;h;h=F(h))g++;h=0;for(var k=f;k;k=F(k))h++;for(;0<g-h;)e=F(e),g--;for(;0<h-g;)f=F(f),h--;for(;g--;){if(e===f||e===f.alternate)break a;e=F(e);f=F(f)}e=null}else e=null;f=e;for(e=[];c&&c!==f;){g=c.alternate;if(null!==g&&g===f)break;e.push(c);c=F(c)}for(c=[];d&&d!==f;){g=d.alternate;if(null!==g&&g===f)break;c.push(d);d=F(d)}for(d=0;d<e.length;d++)Va(e[d],\\\"bubbled\\\",a);for(a=c.length;0<a--;)Va(c[a],\\\"captured\\\",b)}\\nvar $a={accumulateTwoPhaseDispatches:Ya,accumulateTwoPhaseDispatchesSkipTarget:function(a){Ba(a,Ua)},accumulateEnterLeaveDispatches:Za,accumulateDirectDispatches:function(a){Ba(a,Xa)}};function ab(a,b){var c={};c[a.toLowerCase()]=b.toLowerCase();c[\\\"Webkit\\\"+a]=\\\"webkit\\\"+b;c[\\\"Moz\\\"+a]=\\\"moz\\\"+b;c[\\\"ms\\\"+a]=\\\"MS\\\"+b;c[\\\"O\\\"+a]=\\\"o\\\"+b.toLowerCase();return c}\\nvar bb={animationend:ab(\\\"Animation\\\",\\\"AnimationEnd\\\"),animationiteration:ab(\\\"Animation\\\",\\\"AnimationIteration\\\"),animationstart:ab(\\\"Animation\\\",\\\"AnimationStart\\\"),transitionend:ab(\\\"Transition\\\",\\\"TransitionEnd\\\")},cb={},db={};m.canUseDOM&&(db=document.createElement(\\\"div\\\").style,\\\"AnimationEvent\\\"in window||(delete bb.animationend.animation,delete bb.animationiteration.animation,delete bb.animationstart.animation),\\\"TransitionEvent\\\"in window||delete bb.transitionend.transition);\\nfunction eb(a){if(cb[a])return cb[a];if(!bb[a])return a;var b=bb[a],c;for(c in b)if(b.hasOwnProperty(c)&&c in db)return cb[a]=b[c];return a}var fb=eb(\\\"animationend\\\"),gb=eb(\\\"animationiteration\\\"),hb=eb(\\\"animationstart\\\"),ib=eb(\\\"transitionend\\\"),jb=\\\"abort canplay canplaythrough durationchange emptied encrypted ended error loadeddata loadedmetadata loadstart pause play playing progress ratechange seeked seeking stalled suspend timeupdate volumechange waiting\\\".split(\\\" \\\"),kb=null;\\nfunction lb(){!kb&&m.canUseDOM&&(kb=\\\"textContent\\\"in document.documentElement?\\\"textContent\\\":\\\"innerText\\\");return kb}var G={_root:null,_startText:null,_fallbackText:null};function mb(){if(G._fallbackText)return G._fallbackText;var a,b=G._startText,c=b.length,d,e=nb(),f=e.length;for(a=0;a<c&&b[a]===e[a];a++);var g=c-a;for(d=1;d<=g&&b[c-d]===e[f-d];d++);G._fallbackText=e.slice(a,1<d?1-d:void 0);return G._fallbackText}function nb(){return\\\"value\\\"in G._root?G._root.value:G._root[lb()]}\\nvar ob=\\\"dispatchConfig _targetInst nativeEvent isDefaultPrevented isPropagationStopped _dispatchListeners _dispatchInstances\\\".split(\\\" \\\"),pb={type:null,target:null,currentTarget:v.thatReturnsNull,eventPhase:null,bubbles:null,cancelable:null,timeStamp:function(a){return a.timeStamp||Date.now()},defaultPrevented:null,isTrusted:null};\\nfunction H(a,b,c,d){this.dispatchConfig=a;this._targetInst=b;this.nativeEvent=c;a=this.constructor.Interface;for(var e in a)a.hasOwnProperty(e)&&((b=a[e])?this[e]=b(c):\\\"target\\\"===e?this.target=d:this[e]=c[e]);this.isDefaultPrevented=(null!=c.defaultPrevented?c.defaultPrevented:!1===c.returnValue)?v.thatReturnsTrue:v.thatReturnsFalse;this.isPropagationStopped=v.thatReturnsFalse;return this}\\np(H.prototype,{preventDefault:function(){this.defaultPrevented=!0;var a=this.nativeEvent;a&&(a.preventDefault?a.preventDefault():\\\"unknown\\\"!==typeof a.returnValue&&(a.returnValue=!1),this.isDefaultPrevented=v.thatReturnsTrue)},stopPropagation:function(){var a=this.nativeEvent;a&&(a.stopPropagation?a.stopPropagation():\\\"unknown\\\"!==typeof a.cancelBubble&&(a.cancelBubble=!0),this.isPropagationStopped=v.thatReturnsTrue)},persist:function(){this.isPersistent=v.thatReturnsTrue},isPersistent:v.thatReturnsFalse,\\ndestructor:function(){var a=this.constructor.Interface,b;for(b in a)this[b]=null;for(a=0;a<ob.length;a++)this[ob[a]]=null}});H.Interface=pb;H.extend=function(a){function b(){}function c(){return d.apply(this,arguments)}var d=this;b.prototype=d.prototype;var e=new b;p(e,c.prototype);c.prototype=e;c.prototype.constructor=c;c.Interface=p({},d.Interface,a);c.extend=d.extend;qb(c);return c};qb(H);\\nfunction rb(a,b,c,d){if(this.eventPool.length){var e=this.eventPool.pop();this.call(e,a,b,c,d);return e}return new this(a,b,c,d)}function sb(a){a instanceof this?void 0:A(\\\"223\\\");a.destructor();10>this.eventPool.length&&this.eventPool.push(a)}function qb(a){a.eventPool=[];a.getPooled=rb;a.release=sb}var tb=H.extend({data:null}),ub=H.extend({data:null}),vb=[9,13,27,32],wb=m.canUseDOM&&\\\"CompositionEvent\\\"in window,xb=null;m.canUseDOM&&\\\"documentMode\\\"in document&&(xb=document.documentMode);\\nvar yb=m.canUseDOM&&\\\"TextEvent\\\"in window&&!xb,zb=m.canUseDOM&&(!wb||xb&&8<xb&&11>=xb),Ab=String.fromCharCode(32),Bb={beforeInput:{phasedRegistrationNames:{bubbled:\\\"onBeforeInput\\\",captured:\\\"onBeforeInputCapture\\\"},dependencies:[\\\"compositionend\\\",\\\"keypress\\\",\\\"textInput\\\",\\\"paste\\\"]},compositionEnd:{phasedRegistrationNames:{bubbled:\\\"onCompositionEnd\\\",captured:\\\"onCompositionEndCapture\\\"},dependencies:\\\"blur compositionend keydown keypress keyup mousedown\\\".split(\\\" \\\")},compositionStart:{phasedRegistrationNames:{bubbled:\\\"onCompositionStart\\\",\\ncaptured:\\\"onCompositionStartCapture\\\"},dependencies:\\\"blur compositionstart keydown keypress keyup mousedown\\\".split(\\\" \\\")},compositionUpdate:{phasedRegistrationNames:{bubbled:\\\"onCompositionUpdate\\\",captured:\\\"onCompositionUpdateCapture\\\"},dependencies:\\\"blur compositionupdate keydown keypress keyup mousedown\\\".split(\\\" \\\")}},Cb=!1;\\nfunction Db(a,b){switch(a){case \\\"keyup\\\":return-1!==vb.indexOf(b.keyCode);case \\\"keydown\\\":return 229!==b.keyCode;case \\\"keypress\\\":case \\\"mousedown\\\":case \\\"blur\\\":return!0;default:return!1}}function Eb(a){a=a.detail;return\\\"object\\\"===typeof a&&\\\"data\\\"in a?a.data:null}var Fb=!1;function Gb(a,b){switch(a){case \\\"compositionend\\\":return Eb(b);case \\\"keypress\\\":if(32!==b.which)return null;Cb=!0;return Ab;case \\\"textInput\\\":return a=b.data,a===Ab&&Cb?null:a;default:return null}}\\nfunction Hb(a,b){if(Fb)return\\\"compositionend\\\"===a||!wb&&Db(a,b)?(a=mb(),G._root=null,G._startText=null,G._fallbackText=null,Fb=!1,a):null;switch(a){case \\\"paste\\\":return null;case \\\"keypress\\\":if(!(b.ctrlKey||b.altKey||b.metaKey)||b.ctrlKey&&b.altKey){if(b.char&&1<b.char.length)return b.char;if(b.which)return String.fromCharCode(b.which)}return null;case \\\"compositionend\\\":return zb?null:b.data;default:return null}}\\nvar Ib={eventTypes:Bb,extractEvents:function(a,b,c,d){var e=void 0;var f=void 0;if(wb)b:{switch(a){case \\\"compositionstart\\\":e=Bb.compositionStart;break b;case \\\"compositionend\\\":e=Bb.compositionEnd;break b;case \\\"compositionupdate\\\":e=Bb.compositionUpdate;break b}e=void 0}else Fb?Db(a,c)&&(e=Bb.compositionEnd):\\\"keydown\\\"===a&&229===c.keyCode&&(e=Bb.compositionStart);e?(zb&&(Fb||e!==Bb.compositionStart?e===Bb.compositionEnd&&Fb&&(f=mb()):(G._root=d,G._startText=nb(),Fb=!0)),e=tb.getPooled(e,b,c,d),f?e.data=\\nf:(f=Eb(c),null!==f&&(e.data=f)),Ya(e),f=e):f=null;(a=yb?Gb(a,c):Hb(a,c))?(b=ub.getPooled(Bb.beforeInput,b,c,d),b.data=a,Ya(b)):b=null;return null===f?b:null===b?f:[f,b]}},Jb=null,Kb={injectFiberControlledHostComponent:function(a){Jb=a}},Lb=null,Mb=null;function Nb(a){if(a=xa(a)){Jb&&\\\"function\\\"===typeof Jb.restoreControlledState?void 0:A(\\\"194\\\");var b=wa(a.stateNode);Jb.restoreControlledState(a.stateNode,a.type,b)}}function Ob(a){Lb?Mb?Mb.push(a):Mb=[a]:Lb=a}\\nfunction Pb(){return null!==Lb||null!==Mb}function Qb(){if(Lb){var a=Lb,b=Mb;Mb=Lb=null;Nb(a);if(b)for(a=0;a<b.length;a++)Nb(b[a])}}var Rb={injection:Kb,enqueueStateRestore:Ob,needsStateRestore:Pb,restoreStateIfNeeded:Qb};function Sb(a,b){return a(b)}function Tb(a,b,c){return a(b,c)}function Ub(){}var Vb=!1;function Wb(a,b){if(Vb)return a(b);Vb=!0;try{return Sb(a,b)}finally{Vb=!1,Pb()&&(Ub(),Qb())}}\\nvar Xb={color:!0,date:!0,datetime:!0,\\\"datetime-local\\\":!0,email:!0,month:!0,number:!0,password:!0,range:!0,search:!0,tel:!0,text:!0,time:!0,url:!0,week:!0};function Yb(a){var b=a&&a.nodeName&&a.nodeName.toLowerCase();return\\\"input\\\"===b?!!Xb[a.type]:\\\"textarea\\\"===b?!0:!1}function Zb(a){a=a.target||a.srcElement||window;a.correspondingUseElement&&(a=a.correspondingUseElement);return 3===a.nodeType?a.parentNode:a}\\nfunction $b(a,b){if(!m.canUseDOM||b&&!(\\\"addEventListener\\\"in document))return!1;a=\\\"on\\\"+a;b=a in document;b||(b=document.createElement(\\\"div\\\"),b.setAttribute(a,\\\"return;\\\"),b=\\\"function\\\"===typeof b[a]);return b}function ac(a){var b=a.type;return(a=a.nodeName)&&\\\"input\\\"===a.toLowerCase()&&(\\\"checkbox\\\"===b||\\\"radio\\\"===b)}\\nfunction bc(a){var b=ac(a)?\\\"checked\\\":\\\"value\\\",c=Object.getOwnPropertyDescriptor(a.constructor.prototype,b),d=\\\"\\\"+a[b];if(!a.hasOwnProperty(b)&&\\\"undefined\\\"!==typeof c&&\\\"function\\\"===typeof c.get&&\\\"function\\\"===typeof c.set){var e=c.get,f=c.set;Object.defineProperty(a,b,{configurable:!0,get:function(){return e.call(this)},set:function(a){d=\\\"\\\"+a;f.call(this,a)}});Object.defineProperty(a,b,{enumerable:c.enumerable});return{getValue:function(){return d},setValue:function(a){d=\\\"\\\"+a},stopTracking:function(){a._valueTracker=\\nnull;delete a[b]}}}}function cc(a){a._valueTracker||(a._valueTracker=bc(a))}function dc(a){if(!a)return!1;var b=a._valueTracker;if(!b)return!0;var c=b.getValue();var d=\\\"\\\";a&&(d=ac(a)?a.checked?\\\"true\\\":\\\"false\\\":a.value);a=d;return a!==c?(b.setValue(a),!0):!1}\\nvar ec=ba.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED.ReactCurrentOwner,fc=\\\"function\\\"===typeof Symbol&&Symbol.for,gc=fc?Symbol.for(\\\"react.element\\\"):60103,hc=fc?Symbol.for(\\\"react.portal\\\"):60106,ic=fc?Symbol.for(\\\"react.fragment\\\"):60107,jc=fc?Symbol.for(\\\"react.strict_mode\\\"):60108,kc=fc?Symbol.for(\\\"react.profiler\\\"):60114,lc=fc?Symbol.for(\\\"react.provider\\\"):60109,mc=fc?Symbol.for(\\\"react.context\\\"):60110,pc=fc?Symbol.for(\\\"react.async_mode\\\"):60111,qc=fc?Symbol.for(\\\"react.forward_ref\\\"):60112,rc=fc?Symbol.for(\\\"react.timeout\\\"):\\n60113,sc=\\\"function\\\"===typeof Symbol&&Symbol.iterator;function tc(a){if(null===a||\\\"undefined\\\"===typeof a)return null;a=sc&&a[sc]||a[\\\"@@iterator\\\"];return\\\"function\\\"===typeof a?a:null}\\nfunction uc(a){var b=a.type;if(\\\"function\\\"===typeof b)return b.displayName||b.name;if(\\\"string\\\"===typeof b)return b;switch(b){case pc:return\\\"AsyncMode\\\";case mc:return\\\"Context.Consumer\\\";case ic:return\\\"ReactFragment\\\";case hc:return\\\"ReactPortal\\\";case kc:return\\\"Profiler(\\\"+a.pendingProps.id+\\\")\\\";case lc:return\\\"Context.Provider\\\";case jc:return\\\"StrictMode\\\";case rc:return\\\"Timeout\\\"}if(\\\"object\\\"===typeof b&&null!==b)switch(b.$$typeof){case qc:return a=b.render.displayName||b.render.name||\\\"\\\",\\\"\\\"!==a?\\\"ForwardRef(\\\"+\\na+\\\")\\\":\\\"ForwardRef\\\"}return null}function vc(a){var b=\\\"\\\";do{a:switch(a.tag){case 0:case 1:case 2:case 5:var c=a._debugOwner,d=a._debugSource;var e=uc(a);var f=null;c&&(f=uc(c));c=d;e=\\\"\\\\n    in \\\"+(e||\\\"Unknown\\\")+(c?\\\" (at \\\"+c.fileName.replace(/^.*[\\\\\\\\\\\\/]/,\\\"\\\")+\\\":\\\"+c.lineNumber+\\\")\\\":f?\\\" (created by \\\"+f+\\\")\\\":\\\"\\\");break a;default:e=\\\"\\\"}b+=e;a=a.return}while(a);return b}\\nvar wc=/^[:A-Z_a-z\\\\u00C0-\\\\u00D6\\\\u00D8-\\\\u00F6\\\\u00F8-\\\\u02FF\\\\u0370-\\\\u037D\\\\u037F-\\\\u1FFF\\\\u200C-\\\\u200D\\\\u2070-\\\\u218F\\\\u2C00-\\\\u2FEF\\\\u3001-\\\\uD7FF\\\\uF900-\\\\uFDCF\\\\uFDF0-\\\\uFFFD][:A-Z_a-z\\\\u00C0-\\\\u00D6\\\\u00D8-\\\\u00F6\\\\u00F8-\\\\u02FF\\\\u0370-\\\\u037D\\\\u037F-\\\\u1FFF\\\\u200C-\\\\u200D\\\\u2070-\\\\u218F\\\\u2C00-\\\\u2FEF\\\\u3001-\\\\uD7FF\\\\uF900-\\\\uFDCF\\\\uFDF0-\\\\uFFFD\\\\-.0-9\\\\u00B7\\\\u0300-\\\\u036F\\\\u203F-\\\\u2040]*$/,xc={},zc={};function Ac(a){if(zc.hasOwnProperty(a))return!0;if(xc.hasOwnProperty(a))return!1;if(wc.test(a))return zc[a]=!0;xc[a]=!0;return!1}\\nfunction Bc(a,b,c,d){if(null!==c&&0===c.type)return!1;switch(typeof b){case \\\"function\\\":case \\\"symbol\\\":return!0;case \\\"boolean\\\":if(d)return!1;if(null!==c)return!c.acceptsBooleans;a=a.toLowerCase().slice(0,5);return\\\"data-\\\"!==a&&\\\"aria-\\\"!==a;default:return!1}}function Cc(a,b,c,d){if(null===b||\\\"undefined\\\"===typeof b||Bc(a,b,c,d))return!0;if(d)return!1;if(null!==c)switch(c.type){case 3:return!b;case 4:return!1===b;case 5:return isNaN(b);case 6:return isNaN(b)||1>b}return!1}\\nfunction I(a,b,c,d,e){this.acceptsBooleans=2===b||3===b||4===b;this.attributeName=d;this.attributeNamespace=e;this.mustUseProperty=c;this.propertyName=a;this.type=b}var J={};\\\"children dangerouslySetInnerHTML defaultValue defaultChecked innerHTML suppressContentEditableWarning suppressHydrationWarning style\\\".split(\\\" \\\").forEach(function(a){J[a]=new I(a,0,!1,a,null)});\\n[[\\\"acceptCharset\\\",\\\"accept-charset\\\"],[\\\"className\\\",\\\"class\\\"],[\\\"htmlFor\\\",\\\"for\\\"],[\\\"httpEquiv\\\",\\\"http-equiv\\\"]].forEach(function(a){var b=a[0];J[b]=new I(b,1,!1,a[1],null)});[\\\"contentEditable\\\",\\\"draggable\\\",\\\"spellCheck\\\",\\\"value\\\"].forEach(function(a){J[a]=new I(a,2,!1,a.toLowerCase(),null)});[\\\"autoReverse\\\",\\\"externalResourcesRequired\\\",\\\"preserveAlpha\\\"].forEach(function(a){J[a]=new I(a,2,!1,a,null)});\\n\\\"allowFullScreen async autoFocus autoPlay controls default defer disabled formNoValidate hidden loop noModule noValidate open playsInline readOnly required reversed scoped seamless itemScope\\\".split(\\\" \\\").forEach(function(a){J[a]=new I(a,3,!1,a.toLowerCase(),null)});[\\\"checked\\\",\\\"multiple\\\",\\\"muted\\\",\\\"selected\\\"].forEach(function(a){J[a]=new I(a,3,!0,a.toLowerCase(),null)});[\\\"capture\\\",\\\"download\\\"].forEach(function(a){J[a]=new I(a,4,!1,a.toLowerCase(),null)});\\n[\\\"cols\\\",\\\"rows\\\",\\\"size\\\",\\\"span\\\"].forEach(function(a){J[a]=new I(a,6,!1,a.toLowerCase(),null)});[\\\"rowSpan\\\",\\\"start\\\"].forEach(function(a){J[a]=new I(a,5,!1,a.toLowerCase(),null)});var Dc=/[\\\\-:]([a-z])/g;function Ec(a){return a[1].toUpperCase()}\\n\\\"accent-height alignment-baseline arabic-form baseline-shift cap-height clip-path clip-rule color-interpolation color-interpolation-filters color-profile color-rendering dominant-baseline enable-background fill-opacity fill-rule flood-color flood-opacity font-family font-size font-size-adjust font-stretch font-style font-variant font-weight glyph-name glyph-orientation-horizontal glyph-orientation-vertical horiz-adv-x horiz-origin-x image-rendering letter-spacing lighting-color marker-end marker-mid marker-start overline-position overline-thickness paint-order panose-1 pointer-events rendering-intent shape-rendering stop-color stop-opacity strikethrough-position strikethrough-thickness stroke-dasharray stroke-dashoffset stroke-linecap stroke-linejoin stroke-miterlimit stroke-opacity stroke-width text-anchor text-decoration text-rendering underline-position underline-thickness unicode-bidi unicode-range units-per-em v-alphabetic v-hanging v-ideographic v-mathematical vector-effect vert-adv-y vert-origin-x vert-origin-y word-spacing writing-mode xmlns:xlink x-height\\\".split(\\\" \\\").forEach(function(a){var b=a.replace(Dc,\\nEc);J[b]=new I(b,1,!1,a,null)});\\\"xlink:actuate xlink:arcrole xlink:href xlink:role xlink:show xlink:title xlink:type\\\".split(\\\" \\\").forEach(function(a){var b=a.replace(Dc,Ec);J[b]=new I(b,1,!1,a,\\\"http://www.w3.org/1999/xlink\\\")});[\\\"xml:base\\\",\\\"xml:lang\\\",\\\"xml:space\\\"].forEach(function(a){var b=a.replace(Dc,Ec);J[b]=new I(b,1,!1,a,\\\"http://www.w3.org/XML/1998/namespace\\\")});J.tabIndex=new I(\\\"tabIndex\\\",1,!1,\\\"tabindex\\\",null);\\nfunction Fc(a,b,c,d){var e=J.hasOwnProperty(b)?J[b]:null;var f=null!==e?0===e.type:d?!1:!(2<b.length)||\\\"o\\\"!==b[0]&&\\\"O\\\"!==b[0]||\\\"n\\\"!==b[1]&&\\\"N\\\"!==b[1]?!1:!0;f||(Cc(b,c,e,d)&&(c=null),d||null===e?Ac(b)&&(null===c?a.removeAttribute(b):a.setAttribute(b,\\\"\\\"+c)):e.mustUseProperty?a[e.propertyName]=null===c?3===e.type?!1:\\\"\\\":c:(b=e.attributeName,d=e.attributeNamespace,null===c?a.removeAttribute(b):(e=e.type,c=3===e||4===e&&!0===c?\\\"\\\":\\\"\\\"+c,d?a.setAttributeNS(d,b,c):a.setAttribute(b,c))))}\\nfunction Gc(a,b){var c=b.checked;return p({},b,{defaultChecked:void 0,defaultValue:void 0,value:void 0,checked:null!=c?c:a._wrapperState.initialChecked})}function Hc(a,b){var c=null==b.defaultValue?\\\"\\\":b.defaultValue,d=null!=b.checked?b.checked:b.defaultChecked;c=Ic(null!=b.value?b.value:c);a._wrapperState={initialChecked:d,initialValue:c,controlled:\\\"checkbox\\\"===b.type||\\\"radio\\\"===b.type?null!=b.checked:null!=b.value}}function Jc(a,b){b=b.checked;null!=b&&Fc(a,\\\"checked\\\",b,!1)}\\nfunction Kc(a,b){Jc(a,b);var c=Ic(b.value);if(null!=c)if(\\\"number\\\"===b.type){if(0===c&&\\\"\\\"===a.value||a.value!=c)a.value=\\\"\\\"+c}else a.value!==\\\"\\\"+c&&(a.value=\\\"\\\"+c);b.hasOwnProperty(\\\"value\\\")?Lc(a,b.type,c):b.hasOwnProperty(\\\"defaultValue\\\")&&Lc(a,b.type,Ic(b.defaultValue));null==b.checked&&null!=b.defaultChecked&&(a.defaultChecked=!!b.defaultChecked)}\\nfunction Mc(a,b,c){if(b.hasOwnProperty(\\\"value\\\")||b.hasOwnProperty(\\\"defaultValue\\\")){b=\\\"\\\"+a._wrapperState.initialValue;var d=a.value;c||b===d||(a.value=b);a.defaultValue=b}c=a.name;\\\"\\\"!==c&&(a.name=\\\"\\\");a.defaultChecked=!a.defaultChecked;a.defaultChecked=!a.defaultChecked;\\\"\\\"!==c&&(a.name=c)}function Lc(a,b,c){if(\\\"number\\\"!==b||a.ownerDocument.activeElement!==a)null==c?a.defaultValue=\\\"\\\"+a._wrapperState.initialValue:a.defaultValue!==\\\"\\\"+c&&(a.defaultValue=\\\"\\\"+c)}\\nfunction Ic(a){switch(typeof a){case \\\"boolean\\\":case \\\"number\\\":case \\\"object\\\":case \\\"string\\\":case \\\"undefined\\\":return a;default:return\\\"\\\"}}var Nc={change:{phasedRegistrationNames:{bubbled:\\\"onChange\\\",captured:\\\"onChangeCapture\\\"},dependencies:\\\"blur change click focus input keydown keyup selectionchange\\\".split(\\\" \\\")}};function Oc(a,b,c){a=H.getPooled(Nc.change,a,b,c);a.type=\\\"change\\\";Ob(c);Ya(a);return a}var Pc=null,Qc=null;function Rc(a){Ia(a,!1)}function Sc(a){var b=Oa(a);if(dc(b))return a}\\nfunction Tc(a,b){if(\\\"change\\\"===a)return b}var Uc=!1;m.canUseDOM&&(Uc=$b(\\\"input\\\")&&(!document.documentMode||9<document.documentMode));function Vc(){Pc&&(Pc.detachEvent(\\\"onpropertychange\\\",Wc),Qc=Pc=null)}function Wc(a){\\\"value\\\"===a.propertyName&&Sc(Qc)&&(a=Oc(Qc,a,Zb(a)),Wb(Rc,a))}function Xc(a,b,c){\\\"focus\\\"===a?(Vc(),Pc=b,Qc=c,Pc.attachEvent(\\\"onpropertychange\\\",Wc)):\\\"blur\\\"===a&&Vc()}function Yc(a){if(\\\"selectionchange\\\"===a||\\\"keyup\\\"===a||\\\"keydown\\\"===a)return Sc(Qc)}\\nfunction Zc(a,b){if(\\\"click\\\"===a)return Sc(b)}function $c(a,b){if(\\\"input\\\"===a||\\\"change\\\"===a)return Sc(b)}\\nvar ad={eventTypes:Nc,_isInputEventSupported:Uc,extractEvents:function(a,b,c,d){var e=b?Oa(b):window,f=void 0,g=void 0,h=e.nodeName&&e.nodeName.toLowerCase();\\\"select\\\"===h||\\\"input\\\"===h&&\\\"file\\\"===e.type?f=Tc:Yb(e)?Uc?f=$c:(f=Yc,g=Xc):(h=e.nodeName)&&\\\"input\\\"===h.toLowerCase()&&(\\\"checkbox\\\"===e.type||\\\"radio\\\"===e.type)&&(f=Zc);if(f&&(f=f(a,b)))return Oc(f,c,d);g&&g(a,e,b);\\\"blur\\\"===a&&(a=e._wrapperState)&&a.controlled&&\\\"number\\\"===e.type&&Lc(e,\\\"number\\\",e.value)}},bd=H.extend({view:null,detail:null}),cd={Alt:\\\"altKey\\\",\\nControl:\\\"ctrlKey\\\",Meta:\\\"metaKey\\\",Shift:\\\"shiftKey\\\"};function dd(a){var b=this.nativeEvent;return b.getModifierState?b.getModifierState(a):(a=cd[a])?!!b[a]:!1}function ed(){return dd}\\nvar fd=bd.extend({screenX:null,screenY:null,clientX:null,clientY:null,pageX:null,pageY:null,ctrlKey:null,shiftKey:null,altKey:null,metaKey:null,getModifierState:ed,button:null,buttons:null,relatedTarget:function(a){return a.relatedTarget||(a.fromElement===a.srcElement?a.toElement:a.fromElement)}}),gd=fd.extend({pointerId:null,width:null,height:null,pressure:null,tiltX:null,tiltY:null,pointerType:null,isPrimary:null}),hd={mouseEnter:{registrationName:\\\"onMouseEnter\\\",dependencies:[\\\"mouseout\\\",\\\"mouseover\\\"]},\\nmouseLeave:{registrationName:\\\"onMouseLeave\\\",dependencies:[\\\"mouseout\\\",\\\"mouseover\\\"]},pointerEnter:{registrationName:\\\"onPointerEnter\\\",dependencies:[\\\"pointerout\\\",\\\"pointerover\\\"]},pointerLeave:{registrationName:\\\"onPointerLeave\\\",dependencies:[\\\"pointerout\\\",\\\"pointerover\\\"]}},id={eventTypes:hd,extractEvents:function(a,b,c,d){var e=\\\"mouseover\\\"===a||\\\"pointerover\\\"===a,f=\\\"mouseout\\\"===a||\\\"pointerout\\\"===a;if(e&&(c.relatedTarget||c.fromElement)||!f&&!e)return null;e=d.window===d?d:(e=d.ownerDocument)?e.defaultView||\\ne.parentWindow:window;f?(f=b,b=(b=c.relatedTarget||c.toElement)?Na(b):null):f=null;if(f===b)return null;var g=void 0,h=void 0,k=void 0,n=void 0;if(\\\"mouseout\\\"===a||\\\"mouseover\\\"===a)g=fd,h=hd.mouseLeave,k=hd.mouseEnter,n=\\\"mouse\\\";else if(\\\"pointerout\\\"===a||\\\"pointerover\\\"===a)g=gd,h=hd.pointerLeave,k=hd.pointerEnter,n=\\\"pointer\\\";a=null==f?e:Oa(f);e=null==b?e:Oa(b);h=g.getPooled(h,f,c,d);h.type=n+\\\"leave\\\";h.target=a;h.relatedTarget=e;c=g.getPooled(k,b,c,d);c.type=n+\\\"enter\\\";c.target=e;c.relatedTarget=a;Za(h,\\nc,f,b);return[h,c]}};function jd(a){var b=a;if(a.alternate)for(;b.return;)b=b.return;else{if(0!==(b.effectTag&2))return 1;for(;b.return;)if(b=b.return,0!==(b.effectTag&2))return 1}return 3===b.tag?2:3}function kd(a){2!==jd(a)?A(\\\"188\\\"):void 0}\\nfunction ld(a){var b=a.alternate;if(!b)return b=jd(a),3===b?A(\\\"188\\\"):void 0,1===b?null:a;for(var c=a,d=b;;){var e=c.return,f=e?e.alternate:null;if(!e||!f)break;if(e.child===f.child){for(var g=e.child;g;){if(g===c)return kd(e),a;if(g===d)return kd(e),b;g=g.sibling}A(\\\"188\\\")}if(c.return!==d.return)c=e,d=f;else{g=!1;for(var h=e.child;h;){if(h===c){g=!0;c=e;d=f;break}if(h===d){g=!0;d=e;c=f;break}h=h.sibling}if(!g){for(h=f.child;h;){if(h===c){g=!0;c=f;d=e;break}if(h===d){g=!0;d=f;c=e;break}h=h.sibling}g?\\nvoid 0:A(\\\"189\\\")}}c.alternate!==d?A(\\\"190\\\"):void 0}3!==c.tag?A(\\\"188\\\"):void 0;return c.stateNode.current===c?a:b}function md(a){a=ld(a);if(!a)return null;for(var b=a;;){if(5===b.tag||6===b.tag)return b;if(b.child)b.child.return=b,b=b.child;else{if(b===a)break;for(;!b.sibling;){if(!b.return||b.return===a)return null;b=b.return}b.sibling.return=b.return;b=b.sibling}}return null}\\nfunction nd(a){a=ld(a);if(!a)return null;for(var b=a;;){if(5===b.tag||6===b.tag)return b;if(b.child&&4!==b.tag)b.child.return=b,b=b.child;else{if(b===a)break;for(;!b.sibling;){if(!b.return||b.return===a)return null;b=b.return}b.sibling.return=b.return;b=b.sibling}}return null}var od=H.extend({animationName:null,elapsedTime:null,pseudoElement:null}),pd=H.extend({clipboardData:function(a){return\\\"clipboardData\\\"in a?a.clipboardData:window.clipboardData}}),qd=bd.extend({relatedTarget:null});\\nfunction rd(a){var b=a.keyCode;\\\"charCode\\\"in a?(a=a.charCode,0===a&&13===b&&(a=13)):a=b;10===a&&(a=13);return 32<=a||13===a?a:0}\\nvar sd={Esc:\\\"Escape\\\",Spacebar:\\\" \\\",Left:\\\"ArrowLeft\\\",Up:\\\"ArrowUp\\\",Right:\\\"ArrowRight\\\",Down:\\\"ArrowDown\\\",Del:\\\"Delete\\\",Win:\\\"OS\\\",Menu:\\\"ContextMenu\\\",Apps:\\\"ContextMenu\\\",Scroll:\\\"ScrollLock\\\",MozPrintableKey:\\\"Unidentified\\\"},td={8:\\\"Backspace\\\",9:\\\"Tab\\\",12:\\\"Clear\\\",13:\\\"Enter\\\",16:\\\"Shift\\\",17:\\\"Control\\\",18:\\\"Alt\\\",19:\\\"Pause\\\",20:\\\"CapsLock\\\",27:\\\"Escape\\\",32:\\\" \\\",33:\\\"PageUp\\\",34:\\\"PageDown\\\",35:\\\"End\\\",36:\\\"Home\\\",37:\\\"ArrowLeft\\\",38:\\\"ArrowUp\\\",39:\\\"ArrowRight\\\",40:\\\"ArrowDown\\\",45:\\\"Insert\\\",46:\\\"Delete\\\",112:\\\"F1\\\",113:\\\"F2\\\",114:\\\"F3\\\",115:\\\"F4\\\",\\n116:\\\"F5\\\",117:\\\"F6\\\",118:\\\"F7\\\",119:\\\"F8\\\",120:\\\"F9\\\",121:\\\"F10\\\",122:\\\"F11\\\",123:\\\"F12\\\",144:\\\"NumLock\\\",145:\\\"ScrollLock\\\",224:\\\"Meta\\\"},ud=bd.extend({key:function(a){if(a.key){var b=sd[a.key]||a.key;if(\\\"Unidentified\\\"!==b)return b}return\\\"keypress\\\"===a.type?(a=rd(a),13===a?\\\"Enter\\\":String.fromCharCode(a)):\\\"keydown\\\"===a.type||\\\"keyup\\\"===a.type?td[a.keyCode]||\\\"Unidentified\\\":\\\"\\\"},location:null,ctrlKey:null,shiftKey:null,altKey:null,metaKey:null,repeat:null,locale:null,getModifierState:ed,charCode:function(a){return\\\"keypress\\\"===\\na.type?rd(a):0},keyCode:function(a){return\\\"keydown\\\"===a.type||\\\"keyup\\\"===a.type?a.keyCode:0},which:function(a){return\\\"keypress\\\"===a.type?rd(a):\\\"keydown\\\"===a.type||\\\"keyup\\\"===a.type?a.keyCode:0}}),vd=fd.extend({dataTransfer:null}),wd=bd.extend({touches:null,targetTouches:null,changedTouches:null,altKey:null,metaKey:null,ctrlKey:null,shiftKey:null,getModifierState:ed}),xd=H.extend({propertyName:null,elapsedTime:null,pseudoElement:null}),yd=fd.extend({deltaX:function(a){return\\\"deltaX\\\"in a?a.deltaX:\\\"wheelDeltaX\\\"in\\na?-a.wheelDeltaX:0},deltaY:function(a){return\\\"deltaY\\\"in a?a.deltaY:\\\"wheelDeltaY\\\"in a?-a.wheelDeltaY:\\\"wheelDelta\\\"in a?-a.wheelDelta:0},deltaZ:null,deltaMode:null}),zd=[[\\\"abort\\\",\\\"abort\\\"],[fb,\\\"animationEnd\\\"],[gb,\\\"animationIteration\\\"],[hb,\\\"animationStart\\\"],[\\\"canplay\\\",\\\"canPlay\\\"],[\\\"canplaythrough\\\",\\\"canPlayThrough\\\"],[\\\"drag\\\",\\\"drag\\\"],[\\\"dragenter\\\",\\\"dragEnter\\\"],[\\\"dragexit\\\",\\\"dragExit\\\"],[\\\"dragleave\\\",\\\"dragLeave\\\"],[\\\"dragover\\\",\\\"dragOver\\\"],[\\\"durationchange\\\",\\\"durationChange\\\"],[\\\"emptied\\\",\\\"emptied\\\"],[\\\"encrypted\\\",\\\"encrypted\\\"],\\n[\\\"ended\\\",\\\"ended\\\"],[\\\"error\\\",\\\"error\\\"],[\\\"gotpointercapture\\\",\\\"gotPointerCapture\\\"],[\\\"load\\\",\\\"load\\\"],[\\\"loadeddata\\\",\\\"loadedData\\\"],[\\\"loadedmetadata\\\",\\\"loadedMetadata\\\"],[\\\"loadstart\\\",\\\"loadStart\\\"],[\\\"lostpointercapture\\\",\\\"lostPointerCapture\\\"],[\\\"mousemove\\\",\\\"mouseMove\\\"],[\\\"mouseout\\\",\\\"mouseOut\\\"],[\\\"mouseover\\\",\\\"mouseOver\\\"],[\\\"playing\\\",\\\"playing\\\"],[\\\"pointermove\\\",\\\"pointerMove\\\"],[\\\"pointerout\\\",\\\"pointerOut\\\"],[\\\"pointerover\\\",\\\"pointerOver\\\"],[\\\"progress\\\",\\\"progress\\\"],[\\\"scroll\\\",\\\"scroll\\\"],[\\\"seeking\\\",\\\"seeking\\\"],[\\\"stalled\\\",\\\"stalled\\\"],\\n[\\\"suspend\\\",\\\"suspend\\\"],[\\\"timeupdate\\\",\\\"timeUpdate\\\"],[\\\"toggle\\\",\\\"toggle\\\"],[\\\"touchmove\\\",\\\"touchMove\\\"],[ib,\\\"transitionEnd\\\"],[\\\"waiting\\\",\\\"waiting\\\"],[\\\"wheel\\\",\\\"wheel\\\"]],Ad={},Bd={};function Cd(a,b){var c=a[0];a=a[1];var d=\\\"on\\\"+(a[0].toUpperCase()+a.slice(1));b={phasedRegistrationNames:{bubbled:d,captured:d+\\\"Capture\\\"},dependencies:[c],isInteractive:b};Ad[a]=b;Bd[c]=b}\\n[[\\\"blur\\\",\\\"blur\\\"],[\\\"cancel\\\",\\\"cancel\\\"],[\\\"click\\\",\\\"click\\\"],[\\\"close\\\",\\\"close\\\"],[\\\"contextmenu\\\",\\\"contextMenu\\\"],[\\\"copy\\\",\\\"copy\\\"],[\\\"cut\\\",\\\"cut\\\"],[\\\"dblclick\\\",\\\"doubleClick\\\"],[\\\"dragend\\\",\\\"dragEnd\\\"],[\\\"dragstart\\\",\\\"dragStart\\\"],[\\\"drop\\\",\\\"drop\\\"],[\\\"focus\\\",\\\"focus\\\"],[\\\"input\\\",\\\"input\\\"],[\\\"invalid\\\",\\\"invalid\\\"],[\\\"keydown\\\",\\\"keyDown\\\"],[\\\"keypress\\\",\\\"keyPress\\\"],[\\\"keyup\\\",\\\"keyUp\\\"],[\\\"mousedown\\\",\\\"mouseDown\\\"],[\\\"mouseup\\\",\\\"mouseUp\\\"],[\\\"paste\\\",\\\"paste\\\"],[\\\"pause\\\",\\\"pause\\\"],[\\\"play\\\",\\\"play\\\"],[\\\"pointercancel\\\",\\\"pointerCancel\\\"],[\\\"pointerdown\\\",\\\"pointerDown\\\"],\\n[\\\"pointerup\\\",\\\"pointerUp\\\"],[\\\"ratechange\\\",\\\"rateChange\\\"],[\\\"reset\\\",\\\"reset\\\"],[\\\"seeked\\\",\\\"seeked\\\"],[\\\"submit\\\",\\\"submit\\\"],[\\\"touchcancel\\\",\\\"touchCancel\\\"],[\\\"touchend\\\",\\\"touchEnd\\\"],[\\\"touchstart\\\",\\\"touchStart\\\"],[\\\"volumechange\\\",\\\"volumeChange\\\"]].forEach(function(a){Cd(a,!0)});zd.forEach(function(a){Cd(a,!1)});\\nvar Dd={eventTypes:Ad,isInteractiveTopLevelEventType:function(a){a=Bd[a];return void 0!==a&&!0===a.isInteractive},extractEvents:function(a,b,c,d){var e=Bd[a];if(!e)return null;switch(a){case \\\"keypress\\\":if(0===rd(c))return null;case \\\"keydown\\\":case \\\"keyup\\\":a=ud;break;case \\\"blur\\\":case \\\"focus\\\":a=qd;break;case \\\"click\\\":if(2===c.button)return null;case \\\"dblclick\\\":case \\\"mousedown\\\":case \\\"mousemove\\\":case \\\"mouseup\\\":case \\\"mouseout\\\":case \\\"mouseover\\\":case \\\"contextmenu\\\":a=fd;break;case \\\"drag\\\":case \\\"dragend\\\":case \\\"dragenter\\\":case \\\"dragexit\\\":case \\\"dragleave\\\":case \\\"dragover\\\":case \\\"dragstart\\\":case \\\"drop\\\":a=\\nvd;break;case \\\"touchcancel\\\":case \\\"touchend\\\":case \\\"touchmove\\\":case \\\"touchstart\\\":a=wd;break;case fb:case gb:case hb:a=od;break;case ib:a=xd;break;case \\\"scroll\\\":a=bd;break;case \\\"wheel\\\":a=yd;break;case \\\"copy\\\":case \\\"cut\\\":case \\\"paste\\\":a=pd;break;case \\\"gotpointercapture\\\":case \\\"lostpointercapture\\\":case \\\"pointercancel\\\":case \\\"pointerdown\\\":case \\\"pointermove\\\":case \\\"pointerout\\\":case \\\"pointerover\\\":case \\\"pointerup\\\":a=gd;break;default:a=H}b=a.getPooled(e,b,c,d);Ya(b);return b}},Ed=Dd.isInteractiveTopLevelEventType,\\nFd=[];function Gd(a){var b=a.targetInst;do{if(!b){a.ancestors.push(b);break}var c;for(c=b;c.return;)c=c.return;c=3!==c.tag?null:c.stateNode.containerInfo;if(!c)break;a.ancestors.push(b);b=Na(c)}while(b);for(c=0;c<a.ancestors.length;c++)b=a.ancestors[c],Ja(a.topLevelType,b,a.nativeEvent,Zb(a.nativeEvent))}var Hd=!0;function Id(a){Hd=!!a}function K(a,b){if(!b)return null;var c=(Ed(a)?Kd:Ld).bind(null,a);b.addEventListener(a,c,!1)}\\nfunction Md(a,b){if(!b)return null;var c=(Ed(a)?Kd:Ld).bind(null,a);b.addEventListener(a,c,!0)}function Kd(a,b){Tb(Ld,a,b)}function Ld(a,b){if(Hd){var c=Zb(b);c=Na(c);null===c||\\\"number\\\"!==typeof c.tag||2===jd(c)||(c=null);if(Fd.length){var d=Fd.pop();d.topLevelType=a;d.nativeEvent=b;d.targetInst=c;a=d}else a={topLevelType:a,nativeEvent:b,targetInst:c,ancestors:[]};try{Wb(Gd,a)}finally{a.topLevelType=null,a.nativeEvent=null,a.targetInst=null,a.ancestors.length=0,10>Fd.length&&Fd.push(a)}}}\\nvar Nd={get _enabled(){return Hd},setEnabled:Id,isEnabled:function(){return Hd},trapBubbledEvent:K,trapCapturedEvent:Md,dispatchEvent:Ld},Od={},Pd=0,Qd=\\\"_reactListenersID\\\"+(\\\"\\\"+Math.random()).slice(2);function Rd(a){Object.prototype.hasOwnProperty.call(a,Qd)||(a[Qd]=Pd++,Od[a[Qd]]={});return Od[a[Qd]]}function Sd(a){for(;a&&a.firstChild;)a=a.firstChild;return a}\\nfunction Td(a,b){var c=Sd(a);a=0;for(var d;c;){if(3===c.nodeType){d=a+c.textContent.length;if(a<=b&&d>=b)return{node:c,offset:b-a};a=d}a:{for(;c;){if(c.nextSibling){c=c.nextSibling;break a}c=c.parentNode}c=void 0}c=Sd(c)}}function Ud(a){var b=a&&a.nodeName&&a.nodeName.toLowerCase();return b&&(\\\"input\\\"===b&&(\\\"text\\\"===a.type||\\\"search\\\"===a.type||\\\"tel\\\"===a.type||\\\"url\\\"===a.type||\\\"password\\\"===a.type)||\\\"textarea\\\"===b||\\\"true\\\"===a.contentEditable)}\\nvar Vd=m.canUseDOM&&\\\"documentMode\\\"in document&&11>=document.documentMode,Wd={select:{phasedRegistrationNames:{bubbled:\\\"onSelect\\\",captured:\\\"onSelectCapture\\\"},dependencies:\\\"blur contextmenu focus keydown keyup mousedown mouseup selectionchange\\\".split(\\\" \\\")}},Xd=null,Yd=null,Zd=null,$d=!1;\\nfunction ae(a,b){if($d||null==Xd||Xd!==da())return null;var c=Xd;\\\"selectionStart\\\"in c&&Ud(c)?c={start:c.selectionStart,end:c.selectionEnd}:window.getSelection?(c=window.getSelection(),c={anchorNode:c.anchorNode,anchorOffset:c.anchorOffset,focusNode:c.focusNode,focusOffset:c.focusOffset}):c=void 0;return Zd&&ea(Zd,c)?null:(Zd=c,a=H.getPooled(Wd.select,Yd,a,b),a.type=\\\"select\\\",a.target=Xd,Ya(a),a)}\\nvar be={eventTypes:Wd,extractEvents:function(a,b,c,d){var e=d.window===d?d.document:9===d.nodeType?d:d.ownerDocument,f;if(!(f=!e)){a:{e=Rd(e);f=sa.onSelect;for(var g=0;g<f.length;g++){var h=f[g];if(!e.hasOwnProperty(h)||!e[h]){e=!1;break a}}e=!0}f=!e}if(f)return null;e=b?Oa(b):window;switch(a){case \\\"focus\\\":if(Yb(e)||\\\"true\\\"===e.contentEditable)Xd=e,Yd=b,Zd=null;break;case \\\"blur\\\":Zd=Yd=Xd=null;break;case \\\"mousedown\\\":$d=!0;break;case \\\"contextmenu\\\":case \\\"mouseup\\\":return $d=!1,ae(c,d);case \\\"selectionchange\\\":if(Vd)break;\\ncase \\\"keydown\\\":case \\\"keyup\\\":return ae(c,d)}return null}};Ga.injectEventPluginOrder(\\\"ResponderEventPlugin SimpleEventPlugin TapEventPlugin EnterLeaveEventPlugin ChangeEventPlugin SelectEventPlugin BeforeInputEventPlugin\\\".split(\\\" \\\"));wa=Qa.getFiberCurrentPropsFromNode;xa=Qa.getInstanceFromNode;ya=Qa.getNodeFromInstance;Ga.injectEventPluginsByName({SimpleEventPlugin:Dd,EnterLeaveEventPlugin:id,ChangeEventPlugin:ad,SelectEventPlugin:be,BeforeInputEventPlugin:Ib});\\nvar ce=\\\"function\\\"===typeof requestAnimationFrame?requestAnimationFrame:void 0,de=Date,ee=setTimeout,fe=clearTimeout,ge=void 0;if(\\\"object\\\"===typeof performance&&\\\"function\\\"===typeof performance.now){var he=performance;ge=function(){return he.now()}}else ge=function(){return de.now()};var ie=void 0,je=void 0;\\nif(m.canUseDOM){var ke=\\\"function\\\"===typeof ce?ce:function(){A(\\\"276\\\")},L=null,le=null,me=-1,ne=!1,oe=!1,pe=0,qe=33,re=33,se={didTimeout:!1,timeRemaining:function(){var a=pe-ge();return 0<a?a:0}},ue=function(a,b){var c=a.scheduledCallback,d=!1;try{c(b),d=!0}finally{je(a),d||(ne=!0,window.postMessage(te,\\\"*\\\"))}},te=\\\"__reactIdleCallback$\\\"+Math.random().toString(36).slice(2);window.addEventListener(\\\"message\\\",function(a){if(a.source===window&&a.data===te&&(ne=!1,null!==L)){if(null!==L){var b=ge();if(!(-1===\\nme||me>b)){a=-1;for(var c=[],d=L;null!==d;){var e=d.timeoutTime;-1!==e&&e<=b?c.push(d):-1!==e&&(-1===a||e<a)&&(a=e);d=d.next}if(0<c.length)for(se.didTimeout=!0,b=0,d=c.length;b<d;b++)ue(c[b],se);me=a}}for(a=ge();0<pe-a&&null!==L;)a=L,se.didTimeout=!1,ue(a,se),a=ge();null===L||oe||(oe=!0,ke(ve))}},!1);var ve=function(a){oe=!1;var b=a-pe+re;b<re&&qe<re?(8>b&&(b=8),re=b<qe?qe:b):qe=b;pe=a+re;ne||(ne=!0,window.postMessage(te,\\\"*\\\"))};ie=function(a,b){var c=-1;null!=b&&\\\"number\\\"===typeof b.timeout&&(c=ge()+\\nb.timeout);if(-1===me||-1!==c&&c<me)me=c;a={scheduledCallback:a,timeoutTime:c,prev:null,next:null};null===L?L=a:(b=a.prev=le,null!==b&&(b.next=a));le=a;oe||(oe=!0,ke(ve));return a};je=function(a){if(null!==a.prev||L===a){var b=a.next,c=a.prev;a.next=null;a.prev=null;null!==b?null!==c?(c.next=b,b.prev=c):(b.prev=null,L=b):null!==c?(c.next=null,le=c):le=L=null}}}else{var we=new Map;ie=function(a){var b={scheduledCallback:a,timeoutTime:0,next:null,prev:null},c=ee(function(){a({timeRemaining:function(){return Infinity},\\ndidTimeout:!1})});we.set(a,c);return b};je=function(a){var b=we.get(a.scheduledCallback);we.delete(a);fe(b)}}function xe(a){var b=\\\"\\\";ba.Children.forEach(a,function(a){null==a||\\\"string\\\"!==typeof a&&\\\"number\\\"!==typeof a||(b+=a)});return b}function ye(a,b){a=p({children:void 0},b);if(b=xe(b.children))a.children=b;return a}\\nfunction ze(a,b,c,d){a=a.options;if(b){b={};for(var e=0;e<c.length;e++)b[\\\"$\\\"+c[e]]=!0;for(c=0;c<a.length;c++)e=b.hasOwnProperty(\\\"$\\\"+a[c].value),a[c].selected!==e&&(a[c].selected=e),e&&d&&(a[c].defaultSelected=!0)}else{c=\\\"\\\"+c;b=null;for(e=0;e<a.length;e++){if(a[e].value===c){a[e].selected=!0;d&&(a[e].defaultSelected=!0);return}null!==b||a[e].disabled||(b=a[e])}null!==b&&(b.selected=!0)}}\\nfunction Ae(a,b){var c=b.value;a._wrapperState={initialValue:null!=c?c:b.defaultValue,wasMultiple:!!b.multiple}}function Be(a,b){null!=b.dangerouslySetInnerHTML?A(\\\"91\\\"):void 0;return p({},b,{value:void 0,defaultValue:void 0,children:\\\"\\\"+a._wrapperState.initialValue})}function Ce(a,b){var c=b.value;null==c&&(c=b.defaultValue,b=b.children,null!=b&&(null!=c?A(\\\"92\\\"):void 0,Array.isArray(b)&&(1>=b.length?void 0:A(\\\"93\\\"),b=b[0]),c=\\\"\\\"+b),null==c&&(c=\\\"\\\"));a._wrapperState={initialValue:\\\"\\\"+c}}\\nfunction De(a,b){var c=b.value;null!=c&&(c=\\\"\\\"+c,c!==a.value&&(a.value=c),null==b.defaultValue&&(a.defaultValue=c));null!=b.defaultValue&&(a.defaultValue=b.defaultValue)}function Ee(a){var b=a.textContent;b===a._wrapperState.initialValue&&(a.value=b)}var Fe={html:\\\"http://www.w3.org/1999/xhtml\\\",mathml:\\\"http://www.w3.org/1998/Math/MathML\\\",svg:\\\"http://www.w3.org/2000/svg\\\"};\\nfunction Ge(a){switch(a){case \\\"svg\\\":return\\\"http://www.w3.org/2000/svg\\\";case \\\"math\\\":return\\\"http://www.w3.org/1998/Math/MathML\\\";default:return\\\"http://www.w3.org/1999/xhtml\\\"}}function He(a,b){return null==a||\\\"http://www.w3.org/1999/xhtml\\\"===a?Ge(b):\\\"http://www.w3.org/2000/svg\\\"===a&&\\\"foreignObject\\\"===b?\\\"http://www.w3.org/1999/xhtml\\\":a}\\nvar Ie=void 0,Je=function(a){return\\\"undefined\\\"!==typeof MSApp&&MSApp.execUnsafeLocalFunction?function(b,c,d,e){MSApp.execUnsafeLocalFunction(function(){return a(b,c,d,e)})}:a}(function(a,b){if(a.namespaceURI!==Fe.svg||\\\"innerHTML\\\"in a)a.innerHTML=b;else{Ie=Ie||document.createElement(\\\"div\\\");Ie.innerHTML=\\\"<svg>\\\"+b+\\\"</svg>\\\";for(b=Ie.firstChild;a.firstChild;)a.removeChild(a.firstChild);for(;b.firstChild;)a.appendChild(b.firstChild)}});\\nfunction Ke(a,b){if(b){var c=a.firstChild;if(c&&c===a.lastChild&&3===c.nodeType){c.nodeValue=b;return}}a.textContent=b}\\nvar Le={animationIterationCount:!0,borderImageOutset:!0,borderImageSlice:!0,borderImageWidth:!0,boxFlex:!0,boxFlexGroup:!0,boxOrdinalGroup:!0,columnCount:!0,columns:!0,flex:!0,flexGrow:!0,flexPositive:!0,flexShrink:!0,flexNegative:!0,flexOrder:!0,gridRow:!0,gridRowEnd:!0,gridRowSpan:!0,gridRowStart:!0,gridColumn:!0,gridColumnEnd:!0,gridColumnSpan:!0,gridColumnStart:!0,fontWeight:!0,lineClamp:!0,lineHeight:!0,opacity:!0,order:!0,orphans:!0,tabSize:!0,widows:!0,zIndex:!0,zoom:!0,fillOpacity:!0,floodOpacity:!0,\\nstopOpacity:!0,strokeDasharray:!0,strokeDashoffset:!0,strokeMiterlimit:!0,strokeOpacity:!0,strokeWidth:!0},Me=[\\\"Webkit\\\",\\\"ms\\\",\\\"Moz\\\",\\\"O\\\"];Object.keys(Le).forEach(function(a){Me.forEach(function(b){b=b+a.charAt(0).toUpperCase()+a.substring(1);Le[b]=Le[a]})});\\nfunction Ne(a,b){a=a.style;for(var c in b)if(b.hasOwnProperty(c)){var d=0===c.indexOf(\\\"--\\\");var e=c;var f=b[c];e=null==f||\\\"boolean\\\"===typeof f||\\\"\\\"===f?\\\"\\\":d||\\\"number\\\"!==typeof f||0===f||Le.hasOwnProperty(e)&&Le[e]?(\\\"\\\"+f).trim():f+\\\"px\\\";\\\"float\\\"===c&&(c=\\\"cssFloat\\\");d?a.setProperty(c,e):a[c]=e}}var Oe=p({menuitem:!0},{area:!0,base:!0,br:!0,col:!0,embed:!0,hr:!0,img:!0,input:!0,keygen:!0,link:!0,meta:!0,param:!0,source:!0,track:!0,wbr:!0});\\nfunction Pe(a,b,c){b&&(Oe[a]&&(null!=b.children||null!=b.dangerouslySetInnerHTML?A(\\\"137\\\",a,c()):void 0),null!=b.dangerouslySetInnerHTML&&(null!=b.children?A(\\\"60\\\"):void 0,\\\"object\\\"===typeof b.dangerouslySetInnerHTML&&\\\"__html\\\"in b.dangerouslySetInnerHTML?void 0:A(\\\"61\\\")),null!=b.style&&\\\"object\\\"!==typeof b.style?A(\\\"62\\\",c()):void 0)}\\nfunction Qe(a,b){if(-1===a.indexOf(\\\"-\\\"))return\\\"string\\\"===typeof b.is;switch(a){case \\\"annotation-xml\\\":case \\\"color-profile\\\":case \\\"font-face\\\":case \\\"font-face-src\\\":case \\\"font-face-uri\\\":case \\\"font-face-format\\\":case \\\"font-face-name\\\":case \\\"missing-glyph\\\":return!1;default:return!0}}var Re=v.thatReturns(\\\"\\\");\\nfunction Se(a,b){a=9===a.nodeType||11===a.nodeType?a:a.ownerDocument;var c=Rd(a);b=sa[b];for(var d=0;d<b.length;d++){var e=b[d];if(!c.hasOwnProperty(e)||!c[e]){switch(e){case \\\"scroll\\\":Md(\\\"scroll\\\",a);break;case \\\"focus\\\":case \\\"blur\\\":Md(\\\"focus\\\",a);Md(\\\"blur\\\",a);c.blur=!0;c.focus=!0;break;case \\\"cancel\\\":case \\\"close\\\":$b(e,!0)&&Md(e,a);break;case \\\"invalid\\\":case \\\"submit\\\":case \\\"reset\\\":break;default:-1===jb.indexOf(e)&&K(e,a)}c[e]=!0}}}\\nfunction Te(a,b,c,d){c=9===c.nodeType?c:c.ownerDocument;d===Fe.html&&(d=Ge(a));d===Fe.html?\\\"script\\\"===a?(a=c.createElement(\\\"div\\\"),a.innerHTML=\\\"<script>\\\\x3c/script>\\\",a=a.removeChild(a.firstChild)):a=\\\"string\\\"===typeof b.is?c.createElement(a,{is:b.is}):c.createElement(a):a=c.createElementNS(d,a);return a}function Ue(a,b){return(9===b.nodeType?b:b.ownerDocument).createTextNode(a)}\\nfunction Ve(a,b,c,d){var e=Qe(b,c);switch(b){case \\\"iframe\\\":case \\\"object\\\":K(\\\"load\\\",a);var f=c;break;case \\\"video\\\":case \\\"audio\\\":for(f=0;f<jb.length;f++)K(jb[f],a);f=c;break;case \\\"source\\\":K(\\\"error\\\",a);f=c;break;case \\\"img\\\":case \\\"image\\\":case \\\"link\\\":K(\\\"error\\\",a);K(\\\"load\\\",a);f=c;break;case \\\"form\\\":K(\\\"reset\\\",a);K(\\\"submit\\\",a);f=c;break;case \\\"details\\\":K(\\\"toggle\\\",a);f=c;break;case \\\"input\\\":Hc(a,c);f=Gc(a,c);K(\\\"invalid\\\",a);Se(d,\\\"onChange\\\");break;case \\\"option\\\":f=ye(a,c);break;case \\\"select\\\":Ae(a,c);f=p({},c,{value:void 0});\\nK(\\\"invalid\\\",a);Se(d,\\\"onChange\\\");break;case \\\"textarea\\\":Ce(a,c);f=Be(a,c);K(\\\"invalid\\\",a);Se(d,\\\"onChange\\\");break;default:f=c}Pe(b,f,Re);var g=f,h;for(h in g)if(g.hasOwnProperty(h)){var k=g[h];\\\"style\\\"===h?Ne(a,k,Re):\\\"dangerouslySetInnerHTML\\\"===h?(k=k?k.__html:void 0,null!=k&&Je(a,k)):\\\"children\\\"===h?\\\"string\\\"===typeof k?(\\\"textarea\\\"!==b||\\\"\\\"!==k)&&Ke(a,k):\\\"number\\\"===typeof k&&Ke(a,\\\"\\\"+k):\\\"suppressContentEditableWarning\\\"!==h&&\\\"suppressHydrationWarning\\\"!==h&&\\\"autoFocus\\\"!==h&&(ra.hasOwnProperty(h)?null!=k&&Se(d,\\nh):null!=k&&Fc(a,h,k,e))}switch(b){case \\\"input\\\":cc(a);Mc(a,c,!1);break;case \\\"textarea\\\":cc(a);Ee(a,c);break;case \\\"option\\\":null!=c.value&&a.setAttribute(\\\"value\\\",c.value);break;case \\\"select\\\":a.multiple=!!c.multiple;b=c.value;null!=b?ze(a,!!c.multiple,b,!1):null!=c.defaultValue&&ze(a,!!c.multiple,c.defaultValue,!0);break;default:\\\"function\\\"===typeof f.onClick&&(a.onclick=v)}}\\nfunction We(a,b,c,d,e){var f=null;switch(b){case \\\"input\\\":c=Gc(a,c);d=Gc(a,d);f=[];break;case \\\"option\\\":c=ye(a,c);d=ye(a,d);f=[];break;case \\\"select\\\":c=p({},c,{value:void 0});d=p({},d,{value:void 0});f=[];break;case \\\"textarea\\\":c=Be(a,c);d=Be(a,d);f=[];break;default:\\\"function\\\"!==typeof c.onClick&&\\\"function\\\"===typeof d.onClick&&(a.onclick=v)}Pe(b,d,Re);b=a=void 0;var g=null;for(a in c)if(!d.hasOwnProperty(a)&&c.hasOwnProperty(a)&&null!=c[a])if(\\\"style\\\"===a){var h=c[a];for(b in h)h.hasOwnProperty(b)&&(g||\\n(g={}),g[b]=\\\"\\\")}else\\\"dangerouslySetInnerHTML\\\"!==a&&\\\"children\\\"!==a&&\\\"suppressContentEditableWarning\\\"!==a&&\\\"suppressHydrationWarning\\\"!==a&&\\\"autoFocus\\\"!==a&&(ra.hasOwnProperty(a)?f||(f=[]):(f=f||[]).push(a,null));for(a in d){var k=d[a];h=null!=c?c[a]:void 0;if(d.hasOwnProperty(a)&&k!==h&&(null!=k||null!=h))if(\\\"style\\\"===a)if(h){for(b in h)!h.hasOwnProperty(b)||k&&k.hasOwnProperty(b)||(g||(g={}),g[b]=\\\"\\\");for(b in k)k.hasOwnProperty(b)&&h[b]!==k[b]&&(g||(g={}),g[b]=k[b])}else g||(f||(f=[]),f.push(a,g)),\\ng=k;else\\\"dangerouslySetInnerHTML\\\"===a?(k=k?k.__html:void 0,h=h?h.__html:void 0,null!=k&&h!==k&&(f=f||[]).push(a,\\\"\\\"+k)):\\\"children\\\"===a?h===k||\\\"string\\\"!==typeof k&&\\\"number\\\"!==typeof k||(f=f||[]).push(a,\\\"\\\"+k):\\\"suppressContentEditableWarning\\\"!==a&&\\\"suppressHydrationWarning\\\"!==a&&(ra.hasOwnProperty(a)?(null!=k&&Se(e,a),f||h===k||(f=[])):(f=f||[]).push(a,k))}g&&(f=f||[]).push(\\\"style\\\",g);return f}\\nfunction Xe(a,b,c,d,e){\\\"input\\\"===c&&\\\"radio\\\"===e.type&&null!=e.name&&Jc(a,e);Qe(c,d);d=Qe(c,e);for(var f=0;f<b.length;f+=2){var g=b[f],h=b[f+1];\\\"style\\\"===g?Ne(a,h,Re):\\\"dangerouslySetInnerHTML\\\"===g?Je(a,h):\\\"children\\\"===g?Ke(a,h):Fc(a,g,h,d)}switch(c){case \\\"input\\\":Kc(a,e);break;case \\\"textarea\\\":De(a,e);break;case \\\"select\\\":a._wrapperState.initialValue=void 0,b=a._wrapperState.wasMultiple,a._wrapperState.wasMultiple=!!e.multiple,c=e.value,null!=c?ze(a,!!e.multiple,c,!1):b!==!!e.multiple&&(null!=e.defaultValue?\\nze(a,!!e.multiple,e.defaultValue,!0):ze(a,!!e.multiple,e.multiple?[]:\\\"\\\",!1))}}\\nfunction Ye(a,b,c,d,e){switch(b){case \\\"iframe\\\":case \\\"object\\\":K(\\\"load\\\",a);break;case \\\"video\\\":case \\\"audio\\\":for(d=0;d<jb.length;d++)K(jb[d],a);break;case \\\"source\\\":K(\\\"error\\\",a);break;case \\\"img\\\":case \\\"image\\\":case \\\"link\\\":K(\\\"error\\\",a);K(\\\"load\\\",a);break;case \\\"form\\\":K(\\\"reset\\\",a);K(\\\"submit\\\",a);break;case \\\"details\\\":K(\\\"toggle\\\",a);break;case \\\"input\\\":Hc(a,c);K(\\\"invalid\\\",a);Se(e,\\\"onChange\\\");break;case \\\"select\\\":Ae(a,c);K(\\\"invalid\\\",a);Se(e,\\\"onChange\\\");break;case \\\"textarea\\\":Ce(a,c),K(\\\"invalid\\\",a),Se(e,\\\"onChange\\\")}Pe(b,\\nc,Re);d=null;for(var f in c)if(c.hasOwnProperty(f)){var g=c[f];\\\"children\\\"===f?\\\"string\\\"===typeof g?a.textContent!==g&&(d=[\\\"children\\\",g]):\\\"number\\\"===typeof g&&a.textContent!==\\\"\\\"+g&&(d=[\\\"children\\\",\\\"\\\"+g]):ra.hasOwnProperty(f)&&null!=g&&Se(e,f)}switch(b){case \\\"input\\\":cc(a);Mc(a,c,!0);break;case \\\"textarea\\\":cc(a);Ee(a,c);break;case \\\"select\\\":case \\\"option\\\":break;default:\\\"function\\\"===typeof c.onClick&&(a.onclick=v)}return d}function Ze(a,b){return a.nodeValue!==b}\\nvar $e={createElement:Te,createTextNode:Ue,setInitialProperties:Ve,diffProperties:We,updateProperties:Xe,diffHydratedProperties:Ye,diffHydratedText:Ze,warnForUnmatchedText:function(){},warnForDeletedHydratableElement:function(){},warnForDeletedHydratableText:function(){},warnForInsertedHydratedElement:function(){},warnForInsertedHydratedText:function(){},restoreControlledState:function(a,b,c){switch(b){case \\\"input\\\":Kc(a,c);b=c.name;if(\\\"radio\\\"===c.type&&null!=b){for(c=a;c.parentNode;)c=c.parentNode;\\nc=c.querySelectorAll(\\\"input[name=\\\"+JSON.stringify(\\\"\\\"+b)+'][type=\\\"radio\\\"]');for(b=0;b<c.length;b++){var d=c[b];if(d!==a&&d.form===a.form){var e=Pa(d);e?void 0:A(\\\"90\\\");dc(d);Kc(d,e)}}}break;case \\\"textarea\\\":De(a,c);break;case \\\"select\\\":b=c.value,null!=b&&ze(a,!!c.multiple,b,!1)}}},af=null,bf=null;function cf(a,b){switch(a){case \\\"button\\\":case \\\"input\\\":case \\\"select\\\":case \\\"textarea\\\":return!!b.autoFocus}return!1}\\nfunction df(a,b){return\\\"textarea\\\"===a||\\\"string\\\"===typeof b.children||\\\"number\\\"===typeof b.children||\\\"object\\\"===typeof b.dangerouslySetInnerHTML&&null!==b.dangerouslySetInnerHTML&&\\\"string\\\"===typeof b.dangerouslySetInnerHTML.__html}var ef=ge,ff=ie,gf=je;function hf(a){for(a=a.nextSibling;a&&1!==a.nodeType&&3!==a.nodeType;)a=a.nextSibling;return a}function jf(a){for(a=a.firstChild;a&&1!==a.nodeType&&3!==a.nodeType;)a=a.nextSibling;return a}new Set;var kf=[],lf=-1;function mf(a){return{current:a}}\\nfunction M(a){0>lf||(a.current=kf[lf],kf[lf]=null,lf--)}function N(a,b){lf++;kf[lf]=a.current;a.current=b}var nf=mf(ha),O=mf(!1),of=ha;function pf(a){return qf(a)?of:nf.current}\\nfunction rf(a,b){var c=a.type.contextTypes;if(!c)return ha;var d=a.stateNode;if(d&&d.__reactInternalMemoizedUnmaskedChildContext===b)return d.__reactInternalMemoizedMaskedChildContext;var e={},f;for(f in c)e[f]=b[f];d&&(a=a.stateNode,a.__reactInternalMemoizedUnmaskedChildContext=b,a.__reactInternalMemoizedMaskedChildContext=e);return e}function qf(a){return 2===a.tag&&null!=a.type.childContextTypes}function sf(a){qf(a)&&(M(O,a),M(nf,a))}function tf(a){M(O,a);M(nf,a)}\\nfunction uf(a,b,c){nf.current!==ha?A(\\\"168\\\"):void 0;N(nf,b,a);N(O,c,a)}function vf(a,b){var c=a.stateNode,d=a.type.childContextTypes;if(\\\"function\\\"!==typeof c.getChildContext)return b;c=c.getChildContext();for(var e in c)e in d?void 0:A(\\\"108\\\",uc(a)||\\\"Unknown\\\",e);return p({},b,c)}function wf(a){if(!qf(a))return!1;var b=a.stateNode;b=b&&b.__reactInternalMemoizedMergedChildContext||ha;of=nf.current;N(nf,b,a);N(O,O.current,a);return!0}\\nfunction xf(a,b){var c=a.stateNode;c?void 0:A(\\\"169\\\");if(b){var d=vf(a,of);c.__reactInternalMemoizedMergedChildContext=d;M(O,a);M(nf,a);N(nf,d,a)}else M(O,a);N(O,b,a)}\\nfunction yf(a,b,c,d){this.tag=a;this.key=c;this.sibling=this.child=this.return=this.stateNode=this.type=null;this.index=0;this.ref=null;this.pendingProps=b;this.memoizedState=this.updateQueue=this.memoizedProps=null;this.mode=d;this.effectTag=0;this.lastEffect=this.firstEffect=this.nextEffect=null;this.expirationTime=0;this.alternate=null}\\nfunction zf(a,b,c){var d=a.alternate;null===d?(d=new yf(a.tag,b,a.key,a.mode),d.type=a.type,d.stateNode=a.stateNode,d.alternate=a,a.alternate=d):(d.pendingProps=b,d.effectTag=0,d.nextEffect=null,d.firstEffect=null,d.lastEffect=null);d.expirationTime=c;d.child=a.child;d.memoizedProps=a.memoizedProps;d.memoizedState=a.memoizedState;d.updateQueue=a.updateQueue;d.sibling=a.sibling;d.index=a.index;d.ref=a.ref;return d}\\nfunction Af(a,b,c){var d=a.type,e=a.key;a=a.props;if(\\\"function\\\"===typeof d)var f=d.prototype&&d.prototype.isReactComponent?2:0;else if(\\\"string\\\"===typeof d)f=5;else switch(d){case ic:return Bf(a.children,b,c,e);case pc:f=11;b|=3;break;case jc:f=11;b|=2;break;case kc:return d=new yf(15,a,e,b|4),d.type=kc,d.expirationTime=c,d;case rc:f=16;b|=2;break;default:a:{switch(\\\"object\\\"===typeof d&&null!==d?d.$$typeof:null){case lc:f=13;break a;case mc:f=12;break a;case qc:f=14;break a;default:A(\\\"130\\\",null==d?\\nd:typeof d,\\\"\\\")}f=void 0}}b=new yf(f,a,e,b);b.type=d;b.expirationTime=c;return b}function Bf(a,b,c,d){a=new yf(10,a,d,b);a.expirationTime=c;return a}function Cf(a,b,c){a=new yf(6,a,null,b);a.expirationTime=c;return a}function Df(a,b,c){b=new yf(4,null!==a.children?a.children:[],a.key,b);b.expirationTime=c;b.stateNode={containerInfo:a.containerInfo,pendingChildren:null,implementation:a.implementation};return b}\\nfunction Ef(a,b,c){b=new yf(3,null,null,b?3:0);a={current:b,containerInfo:a,pendingChildren:null,earliestPendingTime:0,latestPendingTime:0,earliestSuspendedTime:0,latestSuspendedTime:0,latestPingedTime:0,pendingCommitExpirationTime:0,finishedWork:null,context:null,pendingContext:null,hydrate:c,remainingExpirationTime:0,firstBatch:null,nextScheduledRoot:null};return b.stateNode=a}var Ff=null,Gf=null;function Hf(a){return function(b){try{return a(b)}catch(c){}}}\\nfunction If(a){if(\\\"undefined\\\"===typeof __REACT_DEVTOOLS_GLOBAL_HOOK__)return!1;var b=__REACT_DEVTOOLS_GLOBAL_HOOK__;if(b.isDisabled||!b.supportsFiber)return!0;try{var c=b.inject(a);Ff=Hf(function(a){return b.onCommitFiberRoot(c,a)});Gf=Hf(function(a){return b.onCommitFiberUnmount(c,a)})}catch(d){}return!0}function Jf(a){\\\"function\\\"===typeof Ff&&Ff(a)}function Kf(a){\\\"function\\\"===typeof Gf&&Gf(a)}var Lf=!1;\\nfunction Mf(a){return{expirationTime:0,baseState:a,firstUpdate:null,lastUpdate:null,firstCapturedUpdate:null,lastCapturedUpdate:null,firstEffect:null,lastEffect:null,firstCapturedEffect:null,lastCapturedEffect:null}}function Nf(a){return{expirationTime:a.expirationTime,baseState:a.baseState,firstUpdate:a.firstUpdate,lastUpdate:a.lastUpdate,firstCapturedUpdate:null,lastCapturedUpdate:null,firstEffect:null,lastEffect:null,firstCapturedEffect:null,lastCapturedEffect:null}}\\nfunction Of(a){return{expirationTime:a,tag:0,payload:null,callback:null,next:null,nextEffect:null}}function Pf(a,b,c){null===a.lastUpdate?a.firstUpdate=a.lastUpdate=b:(a.lastUpdate.next=b,a.lastUpdate=b);if(0===a.expirationTime||a.expirationTime>c)a.expirationTime=c}\\nfunction Qf(a,b,c){var d=a.alternate;if(null===d){var e=a.updateQueue;var f=null;null===e&&(e=a.updateQueue=Mf(a.memoizedState))}else e=a.updateQueue,f=d.updateQueue,null===e?null===f?(e=a.updateQueue=Mf(a.memoizedState),f=d.updateQueue=Mf(d.memoizedState)):e=a.updateQueue=Nf(f):null===f&&(f=d.updateQueue=Nf(e));null===f||e===f?Pf(e,b,c):null===e.lastUpdate||null===f.lastUpdate?(Pf(e,b,c),Pf(f,b,c)):(Pf(e,b,c),f.lastUpdate=b)}\\nfunction Rf(a,b,c){var d=a.updateQueue;d=null===d?a.updateQueue=Mf(a.memoizedState):Sf(a,d);null===d.lastCapturedUpdate?d.firstCapturedUpdate=d.lastCapturedUpdate=b:(d.lastCapturedUpdate.next=b,d.lastCapturedUpdate=b);if(0===d.expirationTime||d.expirationTime>c)d.expirationTime=c}function Sf(a,b){var c=a.alternate;null!==c&&b===c.updateQueue&&(b=a.updateQueue=Nf(b));return b}\\nfunction Tf(a,b,c,d,e,f){switch(c.tag){case 1:return a=c.payload,\\\"function\\\"===typeof a?a.call(f,d,e):a;case 3:a.effectTag=a.effectTag&-1025|64;case 0:a=c.payload;e=\\\"function\\\"===typeof a?a.call(f,d,e):a;if(null===e||void 0===e)break;return p({},d,e);case 2:Lf=!0}return d}\\nfunction Uf(a,b,c,d,e){Lf=!1;if(!(0===b.expirationTime||b.expirationTime>e)){b=Sf(a,b);for(var f=b.baseState,g=null,h=0,k=b.firstUpdate,n=f;null!==k;){var r=k.expirationTime;if(r>e){if(null===g&&(g=k,f=n),0===h||h>r)h=r}else n=Tf(a,b,k,n,c,d),null!==k.callback&&(a.effectTag|=32,k.nextEffect=null,null===b.lastEffect?b.firstEffect=b.lastEffect=k:(b.lastEffect.nextEffect=k,b.lastEffect=k));k=k.next}r=null;for(k=b.firstCapturedUpdate;null!==k;){var w=k.expirationTime;if(w>e){if(null===r&&(r=k,null===\\ng&&(f=n)),0===h||h>w)h=w}else n=Tf(a,b,k,n,c,d),null!==k.callback&&(a.effectTag|=32,k.nextEffect=null,null===b.lastCapturedEffect?b.firstCapturedEffect=b.lastCapturedEffect=k:(b.lastCapturedEffect.nextEffect=k,b.lastCapturedEffect=k));k=k.next}null===g&&(b.lastUpdate=null);null===r?b.lastCapturedUpdate=null:a.effectTag|=32;null===g&&null===r&&(f=n);b.baseState=f;b.firstUpdate=g;b.firstCapturedUpdate=r;b.expirationTime=h;a.memoizedState=n}}\\nfunction Vf(a,b){\\\"function\\\"!==typeof a?A(\\\"191\\\",a):void 0;a.call(b)}\\nfunction Wf(a,b,c){null!==b.firstCapturedUpdate&&(null!==b.lastUpdate&&(b.lastUpdate.next=b.firstCapturedUpdate,b.lastUpdate=b.lastCapturedUpdate),b.firstCapturedUpdate=b.lastCapturedUpdate=null);a=b.firstEffect;for(b.firstEffect=b.lastEffect=null;null!==a;){var d=a.callback;null!==d&&(a.callback=null,Vf(d,c));a=a.nextEffect}a=b.firstCapturedEffect;for(b.firstCapturedEffect=b.lastCapturedEffect=null;null!==a;)b=a.callback,null!==b&&(a.callback=null,Vf(b,c)),a=a.nextEffect}\\nfunction Xf(a,b){return{value:a,source:b,stack:vc(b)}}var Yf=mf(null),Zf=mf(null),$f=mf(0);function ag(a){var b=a.type._context;N($f,b._changedBits,a);N(Zf,b._currentValue,a);N(Yf,a,a);b._currentValue=a.pendingProps.value;b._changedBits=a.stateNode}function bg(a){var b=$f.current,c=Zf.current;M(Yf,a);M(Zf,a);M($f,a);a=a.type._context;a._currentValue=c;a._changedBits=b}var cg={},dg=mf(cg),eg=mf(cg),fg=mf(cg);function gg(a){a===cg?A(\\\"174\\\"):void 0;return a}\\nfunction ig(a,b){N(fg,b,a);N(eg,a,a);N(dg,cg,a);var c=b.nodeType;switch(c){case 9:case 11:b=(b=b.documentElement)?b.namespaceURI:He(null,\\\"\\\");break;default:c=8===c?b.parentNode:b,b=c.namespaceURI||null,c=c.tagName,b=He(b,c)}M(dg,a);N(dg,b,a)}function jg(a){M(dg,a);M(eg,a);M(fg,a)}function kg(a){eg.current===a&&(M(dg,a),M(eg,a))}function lg(a,b,c){var d=a.memoizedState;b=b(c,d);d=null===b||void 0===b?d:p({},d,b);a.memoizedState=d;a=a.updateQueue;null!==a&&0===a.expirationTime&&(a.baseState=d)}\\nvar pg={isMounted:function(a){return(a=a._reactInternalFiber)?2===jd(a):!1},enqueueSetState:function(a,b,c){a=a._reactInternalFiber;var d=mg();d=ng(d,a);var e=Of(d);e.payload=b;void 0!==c&&null!==c&&(e.callback=c);Qf(a,e,d);og(a,d)},enqueueReplaceState:function(a,b,c){a=a._reactInternalFiber;var d=mg();d=ng(d,a);var e=Of(d);e.tag=1;e.payload=b;void 0!==c&&null!==c&&(e.callback=c);Qf(a,e,d);og(a,d)},enqueueForceUpdate:function(a,b){a=a._reactInternalFiber;var c=mg();c=ng(c,a);var d=Of(c);d.tag=2;void 0!==\\nb&&null!==b&&(d.callback=b);Qf(a,d,c);og(a,c)}};function qg(a,b,c,d,e,f){var g=a.stateNode;a=a.type;return\\\"function\\\"===typeof g.shouldComponentUpdate?g.shouldComponentUpdate(c,e,f):a.prototype&&a.prototype.isPureReactComponent?!ea(b,c)||!ea(d,e):!0}\\nfunction rg(a,b,c,d){a=b.state;\\\"function\\\"===typeof b.componentWillReceiveProps&&b.componentWillReceiveProps(c,d);\\\"function\\\"===typeof b.UNSAFE_componentWillReceiveProps&&b.UNSAFE_componentWillReceiveProps(c,d);b.state!==a&&pg.enqueueReplaceState(b,b.state,null)}\\nfunction sg(a,b){var c=a.type,d=a.stateNode,e=a.pendingProps,f=pf(a);d.props=e;d.state=a.memoizedState;d.refs=ha;d.context=rf(a,f);f=a.updateQueue;null!==f&&(Uf(a,f,e,d,b),d.state=a.memoizedState);f=a.type.getDerivedStateFromProps;\\\"function\\\"===typeof f&&(lg(a,f,e),d.state=a.memoizedState);\\\"function\\\"===typeof c.getDerivedStateFromProps||\\\"function\\\"===typeof d.getSnapshotBeforeUpdate||\\\"function\\\"!==typeof d.UNSAFE_componentWillMount&&\\\"function\\\"!==typeof d.componentWillMount||(c=d.state,\\\"function\\\"===typeof d.componentWillMount&&\\nd.componentWillMount(),\\\"function\\\"===typeof d.UNSAFE_componentWillMount&&d.UNSAFE_componentWillMount(),c!==d.state&&pg.enqueueReplaceState(d,d.state,null),f=a.updateQueue,null!==f&&(Uf(a,f,e,d,b),d.state=a.memoizedState));\\\"function\\\"===typeof d.componentDidMount&&(a.effectTag|=4)}var tg=Array.isArray;\\nfunction ug(a,b,c){a=c.ref;if(null!==a&&\\\"function\\\"!==typeof a&&\\\"object\\\"!==typeof a){if(c._owner){c=c._owner;var d=void 0;c&&(2!==c.tag?A(\\\"110\\\"):void 0,d=c.stateNode);d?void 0:A(\\\"147\\\",a);var e=\\\"\\\"+a;if(null!==b&&null!==b.ref&&\\\"function\\\"===typeof b.ref&&b.ref._stringRef===e)return b.ref;b=function(a){var b=d.refs===ha?d.refs={}:d.refs;null===a?delete b[e]:b[e]=a};b._stringRef=e;return b}\\\"string\\\"!==typeof a?A(\\\"148\\\"):void 0;c._owner?void 0:A(\\\"254\\\",a)}return a}\\nfunction vg(a,b){\\\"textarea\\\"!==a.type&&A(\\\"31\\\",\\\"[object Object]\\\"===Object.prototype.toString.call(b)?\\\"object with keys {\\\"+Object.keys(b).join(\\\", \\\")+\\\"}\\\":b,\\\"\\\")}\\nfunction wg(a){function b(b,c){if(a){var d=b.lastEffect;null!==d?(d.nextEffect=c,b.lastEffect=c):b.firstEffect=b.lastEffect=c;c.nextEffect=null;c.effectTag=8}}function c(c,d){if(!a)return null;for(;null!==d;)b(c,d),d=d.sibling;return null}function d(a,b){for(a=new Map;null!==b;)null!==b.key?a.set(b.key,b):a.set(b.index,b),b=b.sibling;return a}function e(a,b,c){a=zf(a,b,c);a.index=0;a.sibling=null;return a}function f(b,c,d){b.index=d;if(!a)return c;d=b.alternate;if(null!==d)return d=d.index,d<c?(b.effectTag=\\n2,c):d;b.effectTag=2;return c}function g(b){a&&null===b.alternate&&(b.effectTag=2);return b}function h(a,b,c,d){if(null===b||6!==b.tag)return b=Cf(c,a.mode,d),b.return=a,b;b=e(b,c,d);b.return=a;return b}function k(a,b,c,d){if(null!==b&&b.type===c.type)return d=e(b,c.props,d),d.ref=ug(a,b,c),d.return=a,d;d=Af(c,a.mode,d);d.ref=ug(a,b,c);d.return=a;return d}function n(a,b,c,d){if(null===b||4!==b.tag||b.stateNode.containerInfo!==c.containerInfo||b.stateNode.implementation!==c.implementation)return b=\\nDf(c,a.mode,d),b.return=a,b;b=e(b,c.children||[],d);b.return=a;return b}function r(a,b,c,d,f){if(null===b||10!==b.tag)return b=Bf(c,a.mode,d,f),b.return=a,b;b=e(b,c,d);b.return=a;return b}function w(a,b,c){if(\\\"string\\\"===typeof b||\\\"number\\\"===typeof b)return b=Cf(\\\"\\\"+b,a.mode,c),b.return=a,b;if(\\\"object\\\"===typeof b&&null!==b){switch(b.$$typeof){case gc:return c=Af(b,a.mode,c),c.ref=ug(a,null,b),c.return=a,c;case hc:return b=Df(b,a.mode,c),b.return=a,b}if(tg(b)||tc(b))return b=Bf(b,a.mode,c,null),b.return=\\na,b;vg(a,b)}return null}function P(a,b,c,d){var e=null!==b?b.key:null;if(\\\"string\\\"===typeof c||\\\"number\\\"===typeof c)return null!==e?null:h(a,b,\\\"\\\"+c,d);if(\\\"object\\\"===typeof c&&null!==c){switch(c.$$typeof){case gc:return c.key===e?c.type===ic?r(a,b,c.props.children,d,e):k(a,b,c,d):null;case hc:return c.key===e?n(a,b,c,d):null}if(tg(c)||tc(c))return null!==e?null:r(a,b,c,d,null);vg(a,c)}return null}function nc(a,b,c,d,e){if(\\\"string\\\"===typeof d||\\\"number\\\"===typeof d)return a=a.get(c)||null,h(b,a,\\\"\\\"+d,e);\\nif(\\\"object\\\"===typeof d&&null!==d){switch(d.$$typeof){case gc:return a=a.get(null===d.key?c:d.key)||null,d.type===ic?r(b,a,d.props.children,e,d.key):k(b,a,d,e);case hc:return a=a.get(null===d.key?c:d.key)||null,n(b,a,d,e)}if(tg(d)||tc(d))return a=a.get(c)||null,r(b,a,d,e,null);vg(b,d)}return null}function Jd(e,g,h,k){for(var u=null,x=null,t=g,q=g=0,n=null;null!==t&&q<h.length;q++){t.index>q?(n=t,t=null):n=t.sibling;var l=P(e,t,h[q],k);if(null===l){null===t&&(t=n);break}a&&t&&null===l.alternate&&b(e,\\nt);g=f(l,g,q);null===x?u=l:x.sibling=l;x=l;t=n}if(q===h.length)return c(e,t),u;if(null===t){for(;q<h.length;q++)if(t=w(e,h[q],k))g=f(t,g,q),null===x?u=t:x.sibling=t,x=t;return u}for(t=d(e,t);q<h.length;q++)if(n=nc(t,e,q,h[q],k))a&&null!==n.alternate&&t.delete(null===n.key?q:n.key),g=f(n,g,q),null===x?u=n:x.sibling=n,x=n;a&&t.forEach(function(a){return b(e,a)});return u}function E(e,g,h,k){var u=tc(h);\\\"function\\\"!==typeof u?A(\\\"150\\\"):void 0;h=u.call(h);null==h?A(\\\"151\\\"):void 0;for(var t=u=null,n=g,x=\\ng=0,y=null,l=h.next();null!==n&&!l.done;x++,l=h.next()){n.index>x?(y=n,n=null):y=n.sibling;var r=P(e,n,l.value,k);if(null===r){n||(n=y);break}a&&n&&null===r.alternate&&b(e,n);g=f(r,g,x);null===t?u=r:t.sibling=r;t=r;n=y}if(l.done)return c(e,n),u;if(null===n){for(;!l.done;x++,l=h.next())l=w(e,l.value,k),null!==l&&(g=f(l,g,x),null===t?u=l:t.sibling=l,t=l);return u}for(n=d(e,n);!l.done;x++,l=h.next())l=nc(n,e,x,l.value,k),null!==l&&(a&&null!==l.alternate&&n.delete(null===l.key?x:l.key),g=f(l,g,x),null===\\nt?u=l:t.sibling=l,t=l);a&&n.forEach(function(a){return b(e,a)});return u}return function(a,d,f,h){var k=\\\"object\\\"===typeof f&&null!==f&&f.type===ic&&null===f.key;k&&(f=f.props.children);var n=\\\"object\\\"===typeof f&&null!==f;if(n)switch(f.$$typeof){case gc:a:{n=f.key;for(k=d;null!==k;){if(k.key===n)if(10===k.tag?f.type===ic:k.type===f.type){c(a,k.sibling);d=e(k,f.type===ic?f.props.children:f.props,h);d.ref=ug(a,k,f);d.return=a;a=d;break a}else{c(a,k);break}else b(a,k);k=k.sibling}f.type===ic?(d=Bf(f.props.children,\\na.mode,h,f.key),d.return=a,a=d):(h=Af(f,a.mode,h),h.ref=ug(a,d,f),h.return=a,a=h)}return g(a);case hc:a:{for(k=f.key;null!==d;){if(d.key===k)if(4===d.tag&&d.stateNode.containerInfo===f.containerInfo&&d.stateNode.implementation===f.implementation){c(a,d.sibling);d=e(d,f.children||[],h);d.return=a;a=d;break a}else{c(a,d);break}else b(a,d);d=d.sibling}d=Df(f,a.mode,h);d.return=a;a=d}return g(a)}if(\\\"string\\\"===typeof f||\\\"number\\\"===typeof f)return f=\\\"\\\"+f,null!==d&&6===d.tag?(c(a,d.sibling),d=e(d,f,h),d.return=\\na,a=d):(c(a,d),d=Cf(f,a.mode,h),d.return=a,a=d),g(a);if(tg(f))return Jd(a,d,f,h);if(tc(f))return E(a,d,f,h);n&&vg(a,f);if(\\\"undefined\\\"===typeof f&&!k)switch(a.tag){case 2:case 1:h=a.type,A(\\\"152\\\",h.displayName||h.name||\\\"Component\\\")}return c(a,d)}}var xg=wg(!0),yg=wg(!1),zg=null,Ag=null,Bg=!1;function Cg(a,b){var c=new yf(5,null,null,0);c.type=\\\"DELETED\\\";c.stateNode=b;c.return=a;c.effectTag=8;null!==a.lastEffect?(a.lastEffect.nextEffect=c,a.lastEffect=c):a.firstEffect=a.lastEffect=c}\\nfunction Dg(a,b){switch(a.tag){case 5:var c=a.type;b=1!==b.nodeType||c.toLowerCase()!==b.nodeName.toLowerCase()?null:b;return null!==b?(a.stateNode=b,!0):!1;case 6:return b=\\\"\\\"===a.pendingProps||3!==b.nodeType?null:b,null!==b?(a.stateNode=b,!0):!1;default:return!1}}function Eg(a){if(Bg){var b=Ag;if(b){var c=b;if(!Dg(a,b)){b=hf(c);if(!b||!Dg(a,b)){a.effectTag|=2;Bg=!1;zg=a;return}Cg(zg,c)}zg=a;Ag=jf(b)}else a.effectTag|=2,Bg=!1,zg=a}}\\nfunction Fg(a){for(a=a.return;null!==a&&5!==a.tag&&3!==a.tag;)a=a.return;zg=a}function Gg(a){if(a!==zg)return!1;if(!Bg)return Fg(a),Bg=!0,!1;var b=a.type;if(5!==a.tag||\\\"head\\\"!==b&&\\\"body\\\"!==b&&!df(b,a.memoizedProps))for(b=Ag;b;)Cg(a,b),b=hf(b);Fg(a);Ag=zg?hf(a.stateNode):null;return!0}function Hg(){Ag=zg=null;Bg=!1}function Q(a,b,c){Ig(a,b,c,b.expirationTime)}function Ig(a,b,c,d){b.child=null===a?yg(b,null,c,d):xg(b,a.child,c,d)}\\nfunction Jg(a,b){var c=b.ref;if(null===a&&null!==c||null!==a&&a.ref!==c)b.effectTag|=128}function Kg(a,b,c,d,e){Jg(a,b);var f=0!==(b.effectTag&64);if(!c&&!f)return d&&xf(b,!1),R(a,b);c=b.stateNode;ec.current=b;var g=f?null:c.render();b.effectTag|=1;f&&(Ig(a,b,null,e),b.child=null);Ig(a,b,g,e);b.memoizedState=c.state;b.memoizedProps=c.props;d&&xf(b,!0);return b.child}\\nfunction Lg(a){var b=a.stateNode;b.pendingContext?uf(a,b.pendingContext,b.pendingContext!==b.context):b.context&&uf(a,b.context,!1);ig(a,b.containerInfo)}\\nfunction Mg(a,b,c,d){var e=a.child;null!==e&&(e.return=a);for(;null!==e;){switch(e.tag){case 12:var f=e.stateNode|0;if(e.type===b&&0!==(f&c)){for(f=e;null!==f;){var g=f.alternate;if(0===f.expirationTime||f.expirationTime>d)f.expirationTime=d,null!==g&&(0===g.expirationTime||g.expirationTime>d)&&(g.expirationTime=d);else if(null!==g&&(0===g.expirationTime||g.expirationTime>d))g.expirationTime=d;else break;f=f.return}f=null}else f=e.child;break;case 13:f=e.type===a.type?null:e.child;break;default:f=\\ne.child}if(null!==f)f.return=e;else for(f=e;null!==f;){if(f===a){f=null;break}e=f.sibling;if(null!==e){e.return=f.return;f=e;break}f=f.return}e=f}}\\nfunction Qg(a,b,c){var d=b.type._context,e=b.pendingProps,f=b.memoizedProps,g=!0;if(O.current)g=!1;else if(f===e)return b.stateNode=0,ag(b),R(a,b);var h=e.value;b.memoizedProps=e;if(null===f)h=1073741823;else if(f.value===e.value){if(f.children===e.children&&g)return b.stateNode=0,ag(b),R(a,b);h=0}else{var k=f.value;if(k===h&&(0!==k||1/k===1/h)||k!==k&&h!==h){if(f.children===e.children&&g)return b.stateNode=0,ag(b),R(a,b);h=0}else if(h=\\\"function\\\"===typeof d._calculateChangedBits?d._calculateChangedBits(k,\\nh):1073741823,h|=0,0===h){if(f.children===e.children&&g)return b.stateNode=0,ag(b),R(a,b)}else Mg(b,d,h,c)}b.stateNode=h;ag(b);Q(a,b,e.children);return b.child}function R(a,b){null!==a&&b.child!==a.child?A(\\\"153\\\"):void 0;if(null!==b.child){a=b.child;var c=zf(a,a.pendingProps,a.expirationTime);b.child=c;for(c.return=b;null!==a.sibling;)a=a.sibling,c=c.sibling=zf(a,a.pendingProps,a.expirationTime),c.return=b;c.sibling=null}return b.child}\\nfunction Rg(a,b,c){if(0===b.expirationTime||b.expirationTime>c){switch(b.tag){case 3:Lg(b);break;case 2:wf(b);break;case 4:ig(b,b.stateNode.containerInfo);break;case 13:ag(b)}return null}switch(b.tag){case 0:null!==a?A(\\\"155\\\"):void 0;var d=b.type,e=b.pendingProps,f=pf(b);f=rf(b,f);d=d(e,f);b.effectTag|=1;\\\"object\\\"===typeof d&&null!==d&&\\\"function\\\"===typeof d.render&&void 0===d.$$typeof?(f=b.type,b.tag=2,b.memoizedState=null!==d.state&&void 0!==d.state?d.state:null,f=f.getDerivedStateFromProps,\\\"function\\\"===\\ntypeof f&&lg(b,f,e),e=wf(b),d.updater=pg,b.stateNode=d,d._reactInternalFiber=b,sg(b,c),a=Kg(a,b,!0,e,c)):(b.tag=1,Q(a,b,d),b.memoizedProps=e,a=b.child);return a;case 1:return e=b.type,c=b.pendingProps,O.current||b.memoizedProps!==c?(d=pf(b),d=rf(b,d),e=e(c,d),b.effectTag|=1,Q(a,b,e),b.memoizedProps=c,a=b.child):a=R(a,b),a;case 2:e=wf(b);if(null===a)if(null===b.stateNode){var g=b.pendingProps,h=b.type;d=pf(b);var k=2===b.tag&&null!=b.type.contextTypes;f=k?rf(b,d):ha;g=new h(g,f);b.memoizedState=null!==\\ng.state&&void 0!==g.state?g.state:null;g.updater=pg;b.stateNode=g;g._reactInternalFiber=b;k&&(k=b.stateNode,k.__reactInternalMemoizedUnmaskedChildContext=d,k.__reactInternalMemoizedMaskedChildContext=f);sg(b,c);d=!0}else{h=b.type;d=b.stateNode;k=b.memoizedProps;f=b.pendingProps;d.props=k;var n=d.context;g=pf(b);g=rf(b,g);var r=h.getDerivedStateFromProps;(h=\\\"function\\\"===typeof r||\\\"function\\\"===typeof d.getSnapshotBeforeUpdate)||\\\"function\\\"!==typeof d.UNSAFE_componentWillReceiveProps&&\\\"function\\\"!==typeof d.componentWillReceiveProps||\\n(k!==f||n!==g)&&rg(b,d,f,g);Lf=!1;var w=b.memoizedState;n=d.state=w;var P=b.updateQueue;null!==P&&(Uf(b,P,f,d,c),n=b.memoizedState);k!==f||w!==n||O.current||Lf?(\\\"function\\\"===typeof r&&(lg(b,r,f),n=b.memoizedState),(k=Lf||qg(b,k,f,w,n,g))?(h||\\\"function\\\"!==typeof d.UNSAFE_componentWillMount&&\\\"function\\\"!==typeof d.componentWillMount||(\\\"function\\\"===typeof d.componentWillMount&&d.componentWillMount(),\\\"function\\\"===typeof d.UNSAFE_componentWillMount&&d.UNSAFE_componentWillMount()),\\\"function\\\"===typeof d.componentDidMount&&\\n(b.effectTag|=4)):(\\\"function\\\"===typeof d.componentDidMount&&(b.effectTag|=4),b.memoizedProps=f,b.memoizedState=n),d.props=f,d.state=n,d.context=g,d=k):(\\\"function\\\"===typeof d.componentDidMount&&(b.effectTag|=4),d=!1)}else h=b.type,d=b.stateNode,f=b.memoizedProps,k=b.pendingProps,d.props=f,n=d.context,g=pf(b),g=rf(b,g),r=h.getDerivedStateFromProps,(h=\\\"function\\\"===typeof r||\\\"function\\\"===typeof d.getSnapshotBeforeUpdate)||\\\"function\\\"!==typeof d.UNSAFE_componentWillReceiveProps&&\\\"function\\\"!==typeof d.componentWillReceiveProps||\\n(f!==k||n!==g)&&rg(b,d,k,g),Lf=!1,n=b.memoizedState,w=d.state=n,P=b.updateQueue,null!==P&&(Uf(b,P,k,d,c),w=b.memoizedState),f!==k||n!==w||O.current||Lf?(\\\"function\\\"===typeof r&&(lg(b,r,k),w=b.memoizedState),(r=Lf||qg(b,f,k,n,w,g))?(h||\\\"function\\\"!==typeof d.UNSAFE_componentWillUpdate&&\\\"function\\\"!==typeof d.componentWillUpdate||(\\\"function\\\"===typeof d.componentWillUpdate&&d.componentWillUpdate(k,w,g),\\\"function\\\"===typeof d.UNSAFE_componentWillUpdate&&d.UNSAFE_componentWillUpdate(k,w,g)),\\\"function\\\"===typeof d.componentDidUpdate&&\\n(b.effectTag|=4),\\\"function\\\"===typeof d.getSnapshotBeforeUpdate&&(b.effectTag|=256)):(\\\"function\\\"!==typeof d.componentDidUpdate||f===a.memoizedProps&&n===a.memoizedState||(b.effectTag|=4),\\\"function\\\"!==typeof d.getSnapshotBeforeUpdate||f===a.memoizedProps&&n===a.memoizedState||(b.effectTag|=256),b.memoizedProps=k,b.memoizedState=w),d.props=k,d.state=w,d.context=g,d=r):(\\\"function\\\"!==typeof d.componentDidUpdate||f===a.memoizedProps&&n===a.memoizedState||(b.effectTag|=4),\\\"function\\\"!==typeof d.getSnapshotBeforeUpdate||\\nf===a.memoizedProps&&n===a.memoizedState||(b.effectTag|=256),d=!1);return Kg(a,b,d,e,c);case 3:Lg(b);e=b.updateQueue;if(null!==e)if(d=b.memoizedState,d=null!==d?d.element:null,Uf(b,e,b.pendingProps,null,c),e=b.memoizedState.element,e===d)Hg(),a=R(a,b);else{d=b.stateNode;if(d=(null===a||null===a.child)&&d.hydrate)Ag=jf(b.stateNode.containerInfo),zg=b,d=Bg=!0;d?(b.effectTag|=2,b.child=yg(b,null,e,c)):(Hg(),Q(a,b,e));a=b.child}else Hg(),a=R(a,b);return a;case 5:a:{gg(fg.current);e=gg(dg.current);d=He(e,\\nb.type);e!==d&&(N(eg,b,b),N(dg,d,b));null===a&&Eg(b);e=b.type;k=b.memoizedProps;d=b.pendingProps;f=null!==a?a.memoizedProps:null;if(!O.current&&k===d){if(k=b.mode&1&&!!d.hidden)b.expirationTime=1073741823;if(!k||1073741823!==c){a=R(a,b);break a}}k=d.children;df(e,d)?k=null:f&&df(e,f)&&(b.effectTag|=16);Jg(a,b);1073741823!==c&&b.mode&1&&d.hidden?(b.expirationTime=1073741823,b.memoizedProps=d,a=null):(Q(a,b,k),b.memoizedProps=d,a=b.child)}return a;case 6:return null===a&&Eg(b),b.memoizedProps=b.pendingProps,\\nnull;case 16:return null;case 4:return ig(b,b.stateNode.containerInfo),e=b.pendingProps,O.current||b.memoizedProps!==e?(null===a?b.child=xg(b,null,e,c):Q(a,b,e),b.memoizedProps=e,a=b.child):a=R(a,b),a;case 14:return e=b.type.render,c=b.pendingProps,d=b.ref,O.current||b.memoizedProps!==c||d!==(null!==a?a.ref:null)?(e=e(c,d),Q(a,b,e),b.memoizedProps=c,a=b.child):a=R(a,b),a;case 10:return c=b.pendingProps,O.current||b.memoizedProps!==c?(Q(a,b,c),b.memoizedProps=c,a=b.child):a=R(a,b),a;case 11:return c=\\nb.pendingProps.children,O.current||null!==c&&b.memoizedProps!==c?(Q(a,b,c),b.memoizedProps=c,a=b.child):a=R(a,b),a;case 15:return c=b.pendingProps,b.memoizedProps===c?a=R(a,b):(Q(a,b,c.children),b.memoizedProps=c,a=b.child),a;case 13:return Qg(a,b,c);case 12:a:if(d=b.type,f=b.pendingProps,k=b.memoizedProps,e=d._currentValue,g=d._changedBits,O.current||0!==g||k!==f){b.memoizedProps=f;h=f.unstable_observedBits;if(void 0===h||null===h)h=1073741823;b.stateNode=h;if(0!==(g&h))Mg(b,d,g,c);else if(k===f){a=\\nR(a,b);break a}c=f.children;c=c(e);b.effectTag|=1;Q(a,b,c);a=b.child}else a=R(a,b);return a;default:A(\\\"156\\\")}}function Sg(a){a.effectTag|=4}var Tg=void 0,Ug=void 0,Vg=void 0;Tg=function(){};Ug=function(a,b,c){(b.updateQueue=c)&&Sg(b)};Vg=function(a,b,c,d){c!==d&&Sg(b)};\\nfunction Wg(a,b){var c=b.pendingProps;switch(b.tag){case 1:return null;case 2:return sf(b),null;case 3:jg(b);tf(b);var d=b.stateNode;d.pendingContext&&(d.context=d.pendingContext,d.pendingContext=null);if(null===a||null===a.child)Gg(b),b.effectTag&=-3;Tg(b);return null;case 5:kg(b);d=gg(fg.current);var e=b.type;if(null!==a&&null!=b.stateNode){var f=a.memoizedProps,g=b.stateNode,h=gg(dg.current);g=We(g,e,f,c,d);Ug(a,b,g,e,f,c,d,h);a.ref!==b.ref&&(b.effectTag|=128)}else{if(!c)return null===b.stateNode?\\nA(\\\"166\\\"):void 0,null;a=gg(dg.current);if(Gg(b))c=b.stateNode,e=b.type,f=b.memoizedProps,c[C]=b,c[Ma]=f,d=Ye(c,e,f,a,d),b.updateQueue=d,null!==d&&Sg(b);else{a=Te(e,c,d,a);a[C]=b;a[Ma]=c;a:for(f=b.child;null!==f;){if(5===f.tag||6===f.tag)a.appendChild(f.stateNode);else if(4!==f.tag&&null!==f.child){f.child.return=f;f=f.child;continue}if(f===b)break;for(;null===f.sibling;){if(null===f.return||f.return===b)break a;f=f.return}f.sibling.return=f.return;f=f.sibling}Ve(a,e,c,d);cf(e,c)&&Sg(b);b.stateNode=\\na}null!==b.ref&&(b.effectTag|=128)}return null;case 6:if(a&&null!=b.stateNode)Vg(a,b,a.memoizedProps,c);else{if(\\\"string\\\"!==typeof c)return null===b.stateNode?A(\\\"166\\\"):void 0,null;d=gg(fg.current);gg(dg.current);Gg(b)?(d=b.stateNode,c=b.memoizedProps,d[C]=b,Ze(d,c)&&Sg(b)):(d=Ue(c,d),d[C]=b,b.stateNode=d)}return null;case 14:return null;case 16:return null;case 10:return null;case 11:return null;case 15:return null;case 4:return jg(b),Tg(b),null;case 13:return bg(b),null;case 12:return null;case 0:A(\\\"167\\\");\\ndefault:A(\\\"156\\\")}}function Xg(a,b){var c=b.source;null===b.stack&&null!==c&&vc(c);null!==c&&uc(c);b=b.value;null!==a&&2===a.tag&&uc(a);try{b&&b.suppressReactErrorLogging||console.error(b)}catch(d){d&&d.suppressReactErrorLogging||console.error(d)}}function Yg(a){var b=a.ref;if(null!==b)if(\\\"function\\\"===typeof b)try{b(null)}catch(c){Zg(a,c)}else b.current=null}\\nfunction $g(a){\\\"function\\\"===typeof Kf&&Kf(a);switch(a.tag){case 2:Yg(a);var b=a.stateNode;if(\\\"function\\\"===typeof b.componentWillUnmount)try{b.props=a.memoizedProps,b.state=a.memoizedState,b.componentWillUnmount()}catch(c){Zg(a,c)}break;case 5:Yg(a);break;case 4:ah(a)}}function bh(a){return 5===a.tag||3===a.tag||4===a.tag}\\nfunction ch(a){a:{for(var b=a.return;null!==b;){if(bh(b)){var c=b;break a}b=b.return}A(\\\"160\\\");c=void 0}var d=b=void 0;switch(c.tag){case 5:b=c.stateNode;d=!1;break;case 3:b=c.stateNode.containerInfo;d=!0;break;case 4:b=c.stateNode.containerInfo;d=!0;break;default:A(\\\"161\\\")}c.effectTag&16&&(Ke(b,\\\"\\\"),c.effectTag&=-17);a:b:for(c=a;;){for(;null===c.sibling;){if(null===c.return||bh(c.return)){c=null;break a}c=c.return}c.sibling.return=c.return;for(c=c.sibling;5!==c.tag&&6!==c.tag;){if(c.effectTag&2)continue b;\\nif(null===c.child||4===c.tag)continue b;else c.child.return=c,c=c.child}if(!(c.effectTag&2)){c=c.stateNode;break a}}for(var e=a;;){if(5===e.tag||6===e.tag)if(c)if(d){var f=b,g=e.stateNode,h=c;8===f.nodeType?f.parentNode.insertBefore(g,h):f.insertBefore(g,h)}else b.insertBefore(e.stateNode,c);else d?(f=b,g=e.stateNode,8===f.nodeType?f.parentNode.insertBefore(g,f):f.appendChild(g)):b.appendChild(e.stateNode);else if(4!==e.tag&&null!==e.child){e.child.return=e;e=e.child;continue}if(e===a)break;for(;null===\\ne.sibling;){if(null===e.return||e.return===a)return;e=e.return}e.sibling.return=e.return;e=e.sibling}}\\nfunction ah(a){for(var b=a,c=!1,d=void 0,e=void 0;;){if(!c){c=b.return;a:for(;;){null===c?A(\\\"160\\\"):void 0;switch(c.tag){case 5:d=c.stateNode;e=!1;break a;case 3:d=c.stateNode.containerInfo;e=!0;break a;case 4:d=c.stateNode.containerInfo;e=!0;break a}c=c.return}c=!0}if(5===b.tag||6===b.tag){a:for(var f=b,g=f;;)if($g(g),null!==g.child&&4!==g.tag)g.child.return=g,g=g.child;else{if(g===f)break;for(;null===g.sibling;){if(null===g.return||g.return===f)break a;g=g.return}g.sibling.return=g.return;g=g.sibling}e?\\n(f=d,g=b.stateNode,8===f.nodeType?f.parentNode.removeChild(g):f.removeChild(g)):d.removeChild(b.stateNode)}else if(4===b.tag?d=b.stateNode.containerInfo:$g(b),null!==b.child){b.child.return=b;b=b.child;continue}if(b===a)break;for(;null===b.sibling;){if(null===b.return||b.return===a)return;b=b.return;4===b.tag&&(c=!1)}b.sibling.return=b.return;b=b.sibling}}\\nfunction dh(a,b){switch(b.tag){case 2:break;case 5:var c=b.stateNode;if(null!=c){var d=b.memoizedProps;a=null!==a?a.memoizedProps:d;var e=b.type,f=b.updateQueue;b.updateQueue=null;null!==f&&(c[Ma]=d,Xe(c,f,e,a,d))}break;case 6:null===b.stateNode?A(\\\"162\\\"):void 0;b.stateNode.nodeValue=b.memoizedProps;break;case 3:break;case 15:break;case 16:break;default:A(\\\"163\\\")}}function eh(a,b,c){c=Of(c);c.tag=3;c.payload={element:null};var d=b.value;c.callback=function(){fh(d);Xg(a,b)};return c}\\nfunction gh(a,b,c){c=Of(c);c.tag=3;var d=a.stateNode;null!==d&&\\\"function\\\"===typeof d.componentDidCatch&&(c.callback=function(){null===hh?hh=new Set([this]):hh.add(this);var c=b.value,d=b.stack;Xg(a,b);this.componentDidCatch(c,{componentStack:null!==d?d:\\\"\\\"})});return c}\\nfunction ih(a,b,c,d,e,f){c.effectTag|=512;c.firstEffect=c.lastEffect=null;d=Xf(d,c);a=b;do{switch(a.tag){case 3:a.effectTag|=1024;d=eh(a,d,f);Rf(a,d,f);return;case 2:if(b=d,c=a.stateNode,0===(a.effectTag&64)&&null!==c&&\\\"function\\\"===typeof c.componentDidCatch&&(null===hh||!hh.has(c))){a.effectTag|=1024;d=gh(a,b,f);Rf(a,d,f);return}}a=a.return}while(null!==a)}\\nfunction jh(a){switch(a.tag){case 2:sf(a);var b=a.effectTag;return b&1024?(a.effectTag=b&-1025|64,a):null;case 3:return jg(a),tf(a),b=a.effectTag,b&1024?(a.effectTag=b&-1025|64,a):null;case 5:return kg(a),null;case 16:return b=a.effectTag,b&1024?(a.effectTag=b&-1025|64,a):null;case 4:return jg(a),null;case 13:return bg(a),null;default:return null}}var kh=ef(),lh=2,mh=kh,nh=0,oh=0,ph=!1,S=null,qh=null,T=0,rh=-1,sh=!1,U=null,th=!1,uh=!1,hh=null;\\nfunction vh(){if(null!==S)for(var a=S.return;null!==a;){var b=a;switch(b.tag){case 2:sf(b);break;case 3:jg(b);tf(b);break;case 5:kg(b);break;case 4:jg(b);break;case 13:bg(b)}a=a.return}qh=null;T=0;rh=-1;sh=!1;S=null;uh=!1}\\nfunction wh(a){for(;;){var b=a.alternate,c=a.return,d=a.sibling;if(0===(a.effectTag&512)){b=Wg(b,a,T);var e=a;if(1073741823===T||1073741823!==e.expirationTime){var f=0;switch(e.tag){case 3:case 2:var g=e.updateQueue;null!==g&&(f=g.expirationTime)}for(g=e.child;null!==g;)0!==g.expirationTime&&(0===f||f>g.expirationTime)&&(f=g.expirationTime),g=g.sibling;e.expirationTime=f}if(null!==b)return b;null!==c&&0===(c.effectTag&512)&&(null===c.firstEffect&&(c.firstEffect=a.firstEffect),null!==a.lastEffect&&\\n(null!==c.lastEffect&&(c.lastEffect.nextEffect=a.firstEffect),c.lastEffect=a.lastEffect),1<a.effectTag&&(null!==c.lastEffect?c.lastEffect.nextEffect=a:c.firstEffect=a,c.lastEffect=a));if(null!==d)return d;if(null!==c)a=c;else{uh=!0;break}}else{a=jh(a,sh,T);if(null!==a)return a.effectTag&=511,a;null!==c&&(c.firstEffect=c.lastEffect=null,c.effectTag|=512);if(null!==d)return d;if(null!==c)a=c;else break}}return null}\\nfunction xh(a){var b=Rg(a.alternate,a,T);null===b&&(b=wh(a));ec.current=null;return b}\\nfunction yh(a,b,c){ph?A(\\\"243\\\"):void 0;ph=!0;if(b!==T||a!==qh||null===S)vh(),qh=a,T=b,rh=-1,S=zf(qh.current,null,T),a.pendingCommitExpirationTime=0;var d=!1;sh=!c||T<=lh;do{try{if(c)for(;null!==S&&!zh();)S=xh(S);else for(;null!==S;)S=xh(S)}catch(f){if(null===S)d=!0,fh(f);else{null===S?A(\\\"271\\\"):void 0;c=S;var e=c.return;if(null===e){d=!0;fh(f);break}ih(a,e,c,f,sh,T,mh);S=wh(c)}}break}while(1);ph=!1;if(d)return null;if(null===S){if(uh)return a.pendingCommitExpirationTime=b,a.current.alternate;sh?A(\\\"262\\\"):\\nvoid 0;0<=rh&&setTimeout(function(){var b=a.current.expirationTime;0!==b&&(0===a.remainingExpirationTime||a.remainingExpirationTime<b)&&Ah(a,b)},rh);Bh(a.current.expirationTime)}return null}\\nfunction Zg(a,b){var c;a:{ph&&!th?A(\\\"263\\\"):void 0;for(c=a.return;null!==c;){switch(c.tag){case 2:var d=c.stateNode;if(\\\"function\\\"===typeof c.type.getDerivedStateFromCatch||\\\"function\\\"===typeof d.componentDidCatch&&(null===hh||!hh.has(d))){a=Xf(b,a);a=gh(c,a,1);Qf(c,a,1);og(c,1);c=void 0;break a}break;case 3:a=Xf(b,a);a=eh(c,a,1);Qf(c,a,1);og(c,1);c=void 0;break a}c=c.return}3===a.tag&&(c=Xf(b,a),c=eh(a,c,1),Qf(a,c,1),og(a,1));c=void 0}return c}\\nfunction Ch(){var a=2+25*(((mg()-2+500)/25|0)+1);a<=nh&&(a=nh+1);return nh=a}function ng(a,b){a=0!==oh?oh:ph?th?1:T:b.mode&1?Dh?2+10*(((a-2+15)/10|0)+1):2+25*(((a-2+500)/25|0)+1):1;Dh&&(0===Eh||a>Eh)&&(Eh=a);return a}\\nfunction og(a,b){for(;null!==a;){if(0===a.expirationTime||a.expirationTime>b)a.expirationTime=b;null!==a.alternate&&(0===a.alternate.expirationTime||a.alternate.expirationTime>b)&&(a.alternate.expirationTime=b);if(null===a.return)if(3===a.tag){var c=a.stateNode;!ph&&0!==T&&b<T&&vh();var d=c.current.expirationTime;ph&&!th&&qh===c||Ah(c,d);Fh>Gh&&A(\\\"185\\\")}else break;a=a.return}}function mg(){mh=ef()-kh;return lh=(mh/10|0)+2}\\nfunction Hh(a){var b=oh;oh=2+25*(((mg()-2+500)/25|0)+1);try{return a()}finally{oh=b}}function Ih(a,b,c,d,e){var f=oh;oh=1;try{return a(b,c,d,e)}finally{oh=f}}var Jh=null,V=null,Kh=0,Lh=void 0,W=!1,X=null,Y=0,Eh=0,Mh=!1,Nh=!1,Oh=null,Ph=null,Z=!1,Qh=!1,Dh=!1,Rh=null,Gh=1E3,Fh=0,Sh=1;function Th(a){if(0!==Kh){if(a>Kh)return;null!==Lh&&gf(Lh)}var b=ef()-kh;Kh=a;Lh=ff(Uh,{timeout:10*(a-2)-b})}\\nfunction Ah(a,b){if(null===a.nextScheduledRoot)a.remainingExpirationTime=b,null===V?(Jh=V=a,a.nextScheduledRoot=a):(V=V.nextScheduledRoot=a,V.nextScheduledRoot=Jh);else{var c=a.remainingExpirationTime;if(0===c||b<c)a.remainingExpirationTime=b}W||(Z?Qh&&(X=a,Y=1,Vh(a,1,!1)):1===b?Wh():Th(b))}\\nfunction Xh(){var a=0,b=null;if(null!==V)for(var c=V,d=Jh;null!==d;){var e=d.remainingExpirationTime;if(0===e){null===c||null===V?A(\\\"244\\\"):void 0;if(d===d.nextScheduledRoot){Jh=V=d.nextScheduledRoot=null;break}else if(d===Jh)Jh=e=d.nextScheduledRoot,V.nextScheduledRoot=e,d.nextScheduledRoot=null;else if(d===V){V=c;V.nextScheduledRoot=Jh;d.nextScheduledRoot=null;break}else c.nextScheduledRoot=d.nextScheduledRoot,d.nextScheduledRoot=null;d=c.nextScheduledRoot}else{if(0===a||e<a)a=e,b=d;if(d===V)break;\\nc=d;d=d.nextScheduledRoot}}c=X;null!==c&&c===b&&1===a?Fh++:Fh=0;X=b;Y=a}function Uh(a){Yh(0,!0,a)}function Wh(){Yh(1,!1,null)}function Yh(a,b,c){Ph=c;Xh();if(b)for(;null!==X&&0!==Y&&(0===a||a>=Y)&&(!Mh||mg()>=Y);)mg(),Vh(X,Y,!Mh),Xh();else for(;null!==X&&0!==Y&&(0===a||a>=Y);)Vh(X,Y,!1),Xh();null!==Ph&&(Kh=0,Lh=null);0!==Y&&Th(Y);Ph=null;Mh=!1;Zh()}function $h(a,b){W?A(\\\"253\\\"):void 0;X=a;Y=b;Vh(a,b,!1);Wh();Zh()}\\nfunction Zh(){Fh=0;if(null!==Rh){var a=Rh;Rh=null;for(var b=0;b<a.length;b++){var c=a[b];try{c._onComplete()}catch(d){Nh||(Nh=!0,Oh=d)}}}if(Nh)throw a=Oh,Oh=null,Nh=!1,a;}function Vh(a,b,c){W?A(\\\"245\\\"):void 0;W=!0;c?(c=a.finishedWork,null!==c?ai(a,c,b):(c=yh(a,b,!0),null!==c&&(zh()?a.finishedWork=c:ai(a,c,b)))):(c=a.finishedWork,null!==c?ai(a,c,b):(c=yh(a,b,!1),null!==c&&ai(a,c,b)));W=!1}\\nfunction ai(a,b,c){var d=a.firstBatch;if(null!==d&&d._expirationTime<=c&&(null===Rh?Rh=[d]:Rh.push(d),d._defer)){a.finishedWork=b;a.remainingExpirationTime=0;return}a.finishedWork=null;th=ph=!0;c=b.stateNode;c.current===b?A(\\\"177\\\"):void 0;d=c.pendingCommitExpirationTime;0===d?A(\\\"261\\\"):void 0;c.pendingCommitExpirationTime=0;mg();ec.current=null;if(1<b.effectTag)if(null!==b.lastEffect){b.lastEffect.nextEffect=b;var e=b.firstEffect}else e=b;else e=b.firstEffect;af=Hd;var f=da();if(Ud(f)){if(\\\"selectionStart\\\"in\\nf)var g={start:f.selectionStart,end:f.selectionEnd};else a:{var h=window.getSelection&&window.getSelection();if(h&&0!==h.rangeCount){g=h.anchorNode;var k=h.anchorOffset,n=h.focusNode;h=h.focusOffset;try{g.nodeType,n.nodeType}catch(Wa){g=null;break a}var r=0,w=-1,P=-1,nc=0,Jd=0,E=f,t=null;b:for(;;){for(var x;;){E!==g||0!==k&&3!==E.nodeType||(w=r+k);E!==n||0!==h&&3!==E.nodeType||(P=r+h);3===E.nodeType&&(r+=E.nodeValue.length);if(null===(x=E.firstChild))break;t=E;E=x}for(;;){if(E===f)break b;t===g&&\\n++nc===k&&(w=r);t===n&&++Jd===h&&(P=r);if(null!==(x=E.nextSibling))break;E=t;t=E.parentNode}E=x}g=-1===w||-1===P?null:{start:w,end:P}}else g=null}g=g||{start:0,end:0}}else g=null;bf={focusedElem:f,selectionRange:g};Id(!1);for(U=e;null!==U;){f=!1;g=void 0;try{for(;null!==U;){if(U.effectTag&256){var u=U.alternate;k=U;switch(k.tag){case 2:if(k.effectTag&256&&null!==u){var y=u.memoizedProps,D=u.memoizedState,ja=k.stateNode;ja.props=k.memoizedProps;ja.state=k.memoizedState;var mi=ja.getSnapshotBeforeUpdate(y,\\nD);ja.__reactInternalSnapshotBeforeUpdate=mi}break;case 3:case 5:case 6:case 4:break;default:A(\\\"163\\\")}}U=U.nextEffect}}catch(Wa){f=!0,g=Wa}f&&(null===U?A(\\\"178\\\"):void 0,Zg(U,g),null!==U&&(U=U.nextEffect))}for(U=e;null!==U;){u=!1;y=void 0;try{for(;null!==U;){var q=U.effectTag;q&16&&Ke(U.stateNode,\\\"\\\");if(q&128){var z=U.alternate;if(null!==z){var l=z.ref;null!==l&&(\\\"function\\\"===typeof l?l(null):l.current=null)}}switch(q&14){case 2:ch(U);U.effectTag&=-3;break;case 6:ch(U);U.effectTag&=-3;dh(U.alternate,\\nU);break;case 4:dh(U.alternate,U);break;case 8:D=U,ah(D),D.return=null,D.child=null,D.alternate&&(D.alternate.child=null,D.alternate.return=null)}U=U.nextEffect}}catch(Wa){u=!0,y=Wa}u&&(null===U?A(\\\"178\\\"):void 0,Zg(U,y),null!==U&&(U=U.nextEffect))}l=bf;z=da();q=l.focusedElem;u=l.selectionRange;if(z!==q&&fa(document.documentElement,q)){null!==u&&Ud(q)&&(z=u.start,l=u.end,void 0===l&&(l=z),\\\"selectionStart\\\"in q?(q.selectionStart=z,q.selectionEnd=Math.min(l,q.value.length)):window.getSelection&&(z=window.getSelection(),\\ny=q[lb()].length,l=Math.min(u.start,y),u=void 0===u.end?l:Math.min(u.end,y),!z.extend&&l>u&&(y=u,u=l,l=y),y=Td(q,l),D=Td(q,u),y&&D&&(1!==z.rangeCount||z.anchorNode!==y.node||z.anchorOffset!==y.offset||z.focusNode!==D.node||z.focusOffset!==D.offset)&&(ja=document.createRange(),ja.setStart(y.node,y.offset),z.removeAllRanges(),l>u?(z.addRange(ja),z.extend(D.node,D.offset)):(ja.setEnd(D.node,D.offset),z.addRange(ja)))));z=[];for(l=q;l=l.parentNode;)1===l.nodeType&&z.push({element:l,left:l.scrollLeft,\\ntop:l.scrollTop});\\\"function\\\"===typeof q.focus&&q.focus();for(q=0;q<z.length;q++)l=z[q],l.element.scrollLeft=l.left,l.element.scrollTop=l.top}bf=null;Id(af);af=null;c.current=b;for(U=e;null!==U;){e=!1;q=void 0;try{for(z=d;null!==U;){var hg=U.effectTag;if(hg&36){var oc=U.alternate;l=U;u=z;switch(l.tag){case 2:var ca=l.stateNode;if(l.effectTag&4)if(null===oc)ca.props=l.memoizedProps,ca.state=l.memoizedState,ca.componentDidMount();else{var wi=oc.memoizedProps,xi=oc.memoizedState;ca.props=l.memoizedProps;\\nca.state=l.memoizedState;ca.componentDidUpdate(wi,xi,ca.__reactInternalSnapshotBeforeUpdate)}var Ng=l.updateQueue;null!==Ng&&(ca.props=l.memoizedProps,ca.state=l.memoizedState,Wf(l,Ng,ca,u));break;case 3:var Og=l.updateQueue;if(null!==Og){y=null;if(null!==l.child)switch(l.child.tag){case 5:y=l.child.stateNode;break;case 2:y=l.child.stateNode}Wf(l,Og,y,u)}break;case 5:var yi=l.stateNode;null===oc&&l.effectTag&4&&cf(l.type,l.memoizedProps)&&yi.focus();break;case 6:break;case 4:break;case 15:break;case 16:break;\\ndefault:A(\\\"163\\\")}}if(hg&128){l=void 0;var yc=U.ref;if(null!==yc){var Pg=U.stateNode;switch(U.tag){case 5:l=Pg;break;default:l=Pg}\\\"function\\\"===typeof yc?yc(l):yc.current=l}}var zi=U.nextEffect;U.nextEffect=null;U=zi}}catch(Wa){e=!0,q=Wa}e&&(null===U?A(\\\"178\\\"):void 0,Zg(U,q),null!==U&&(U=U.nextEffect))}ph=th=!1;\\\"function\\\"===typeof Jf&&Jf(b.stateNode);b=c.current.expirationTime;0===b&&(hh=null);a.remainingExpirationTime=b}function zh(){return null===Ph||Ph.timeRemaining()>Sh?!1:Mh=!0}\\nfunction fh(a){null===X?A(\\\"246\\\"):void 0;X.remainingExpirationTime=0;Nh||(Nh=!0,Oh=a)}function Bh(a){null===X?A(\\\"246\\\"):void 0;X.remainingExpirationTime=a}function bi(a,b){var c=Z;Z=!0;try{return a(b)}finally{(Z=c)||W||Wh()}}function ci(a,b){if(Z&&!Qh){Qh=!0;try{return a(b)}finally{Qh=!1}}return a(b)}function di(a,b){W?A(\\\"187\\\"):void 0;var c=Z;Z=!0;try{return Ih(a,b)}finally{Z=c,Wh()}}\\nfunction ei(a,b,c){if(Dh)return a(b,c);Z||W||0===Eh||(Yh(Eh,!1,null),Eh=0);var d=Dh,e=Z;Z=Dh=!0;try{return a(b,c)}finally{Dh=d,(Z=e)||W||Wh()}}function fi(a){var b=Z;Z=!0;try{Ih(a)}finally{(Z=b)||W||Yh(1,!1,null)}}\\nfunction gi(a,b,c,d,e){var f=b.current;if(c){c=c._reactInternalFiber;var g;b:{2===jd(c)&&2===c.tag?void 0:A(\\\"170\\\");for(g=c;3!==g.tag;){if(qf(g)){g=g.stateNode.__reactInternalMemoizedMergedChildContext;break b}(g=g.return)?void 0:A(\\\"171\\\")}g=g.stateNode.context}c=qf(c)?vf(c,g):g}else c=ha;null===b.context?b.context=c:b.pendingContext=c;b=e;e=Of(d);e.payload={element:a};b=void 0===b?null:b;null!==b&&(e.callback=b);Qf(f,e,d);og(f,d);return d}\\nfunction hi(a){var b=a._reactInternalFiber;void 0===b&&(\\\"function\\\"===typeof a.render?A(\\\"188\\\"):A(\\\"268\\\",Object.keys(a)));a=md(b);return null===a?null:a.stateNode}function ii(a,b,c,d){var e=b.current,f=mg();e=ng(f,e);return gi(a,b,c,e,d)}function ji(a){a=a.current;if(!a.child)return null;switch(a.child.tag){case 5:return a.child.stateNode;default:return a.child.stateNode}}\\nfunction ki(a){var b=a.findFiberByHostInstance;return If(p({},a,{findHostInstanceByFiber:function(a){a=md(a);return null===a?null:a.stateNode},findFiberByHostInstance:function(a){return b?b(a):null}}))}\\nvar li={updateContainerAtExpirationTime:gi,createContainer:function(a,b,c){return Ef(a,b,c)},updateContainer:ii,flushRoot:$h,requestWork:Ah,computeUniqueAsyncExpiration:Ch,batchedUpdates:bi,unbatchedUpdates:ci,deferredUpdates:Hh,syncUpdates:Ih,interactiveUpdates:ei,flushInteractiveUpdates:function(){W||0===Eh||(Yh(Eh,!1,null),Eh=0)},flushControlled:fi,flushSync:di,getPublicRootInstance:ji,findHostInstance:hi,findHostInstanceWithNoPortals:function(a){a=nd(a);return null===a?null:a.stateNode},injectIntoDevTools:ki};\\nfunction ni(a,b,c){var d=3<arguments.length&&void 0!==arguments[3]?arguments[3]:null;return{$$typeof:hc,key:null==d?null:\\\"\\\"+d,children:a,containerInfo:b,implementation:c}}Kb.injectFiberControlledHostComponent($e);function oi(a){this._expirationTime=Ch();this._root=a;this._callbacks=this._next=null;this._hasChildren=this._didComplete=!1;this._children=null;this._defer=!0}\\noi.prototype.render=function(a){this._defer?void 0:A(\\\"250\\\");this._hasChildren=!0;this._children=a;var b=this._root._internalRoot,c=this._expirationTime,d=new pi;gi(a,b,null,c,d._onCommit);return d};oi.prototype.then=function(a){if(this._didComplete)a();else{var b=this._callbacks;null===b&&(b=this._callbacks=[]);b.push(a)}};\\noi.prototype.commit=function(){var a=this._root._internalRoot,b=a.firstBatch;this._defer&&null!==b?void 0:A(\\\"251\\\");if(this._hasChildren){var c=this._expirationTime;if(b!==this){this._hasChildren&&(c=this._expirationTime=b._expirationTime,this.render(this._children));for(var d=null,e=b;e!==this;)d=e,e=e._next;null===d?A(\\\"251\\\"):void 0;d._next=e._next;this._next=b;a.firstBatch=this}this._defer=!1;$h(a,c);b=this._next;this._next=null;b=a.firstBatch=b;null!==b&&b._hasChildren&&b.render(b._children)}else this._next=\\nnull,this._defer=!1};oi.prototype._onComplete=function(){if(!this._didComplete){this._didComplete=!0;var a=this._callbacks;if(null!==a)for(var b=0;b<a.length;b++)(0,a[b])()}};function pi(){this._callbacks=null;this._didCommit=!1;this._onCommit=this._onCommit.bind(this)}pi.prototype.then=function(a){if(this._didCommit)a();else{var b=this._callbacks;null===b&&(b=this._callbacks=[]);b.push(a)}};\\npi.prototype._onCommit=function(){if(!this._didCommit){this._didCommit=!0;var a=this._callbacks;if(null!==a)for(var b=0;b<a.length;b++){var c=a[b];\\\"function\\\"!==typeof c?A(\\\"191\\\",c):void 0;c()}}};function qi(a,b,c){this._internalRoot=Ef(a,b,c)}qi.prototype.render=function(a,b){var c=this._internalRoot,d=new pi;b=void 0===b?null:b;null!==b&&d.then(b);ii(a,c,null,d._onCommit);return d};\\nqi.prototype.unmount=function(a){var b=this._internalRoot,c=new pi;a=void 0===a?null:a;null!==a&&c.then(a);ii(null,b,null,c._onCommit);return c};qi.prototype.legacy_renderSubtreeIntoContainer=function(a,b,c){var d=this._internalRoot,e=new pi;c=void 0===c?null:c;null!==c&&e.then(c);ii(b,d,a,e._onCommit);return e};\\nqi.prototype.createBatch=function(){var a=new oi(this),b=a._expirationTime,c=this._internalRoot,d=c.firstBatch;if(null===d)c.firstBatch=a,a._next=null;else{for(c=null;null!==d&&d._expirationTime<=b;)c=d,d=d._next;a._next=d;null!==c&&(c._next=a)}return a};function ri(a){return!(!a||1!==a.nodeType&&9!==a.nodeType&&11!==a.nodeType&&(8!==a.nodeType||\\\" react-mount-point-unstable \\\"!==a.nodeValue))}Sb=li.batchedUpdates;Tb=li.interactiveUpdates;Ub=li.flushInteractiveUpdates;\\nfunction si(a,b){b||(b=a?9===a.nodeType?a.documentElement:a.firstChild:null,b=!(!b||1!==b.nodeType||!b.hasAttribute(\\\"data-reactroot\\\")));if(!b)for(var c;c=a.lastChild;)a.removeChild(c);return new qi(a,!1,b)}\\nfunction ti(a,b,c,d,e){ri(c)?void 0:A(\\\"200\\\");var f=c._reactRootContainer;if(f){if(\\\"function\\\"===typeof e){var g=e;e=function(){var a=ji(f._internalRoot);g.call(a)}}null!=a?f.legacy_renderSubtreeIntoContainer(a,b,e):f.render(b,e)}else{f=c._reactRootContainer=si(c,d);if(\\\"function\\\"===typeof e){var h=e;e=function(){var a=ji(f._internalRoot);h.call(a)}}ci(function(){null!=a?f.legacy_renderSubtreeIntoContainer(a,b,e):f.render(b,e)})}return ji(f._internalRoot)}\\nfunction ui(a,b){var c=2<arguments.length&&void 0!==arguments[2]?arguments[2]:null;ri(b)?void 0:A(\\\"200\\\");return ni(a,b,null,c)}\\nvar vi={createPortal:ui,findDOMNode:function(a){return null==a?null:1===a.nodeType?a:hi(a)},hydrate:function(a,b,c){return ti(null,a,b,!0,c)},render:function(a,b,c){return ti(null,a,b,!1,c)},unstable_renderSubtreeIntoContainer:function(a,b,c,d){null==a||void 0===a._reactInternalFiber?A(\\\"38\\\"):void 0;return ti(a,b,c,!1,d)},unmountComponentAtNode:function(a){ri(a)?void 0:A(\\\"40\\\");return a._reactRootContainer?(ci(function(){ti(null,null,a,!1,function(){a._reactRootContainer=null})}),!0):!1},unstable_createPortal:function(){return ui.apply(void 0,\\narguments)},unstable_batchedUpdates:bi,unstable_deferredUpdates:Hh,unstable_interactiveUpdates:ei,flushSync:di,unstable_flushControlled:fi,__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED:{EventPluginHub:Ka,EventPluginRegistry:va,EventPropagators:$a,ReactControlledComponent:Rb,ReactDOMComponentTree:Qa,ReactDOMEventListener:Nd},unstable_createRoot:function(a,b){return new qi(a,!0,null!=b&&!0===b.hydrate)}};ki({findFiberByHostInstance:Na,bundleType:0,version:\\\"16.4.1\\\",rendererPackageName:\\\"react-dom\\\"});\\nvar Ai={default:vi},Bi=Ai&&vi||Ai;module.exports=Bi.default?Bi.default:Bi;\\n\"\n        },\n        {\n          \"id\": 79,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/react-dom/node_modules/fbjs/lib/invariant.js\",\n          \"name\": \"./node_modules/react-dom/node_modules/fbjs/lib/invariant.js\",\n          \"index\": 11,\n          \"index2\": 7,\n          \"size\": 1506,\n          \"cacheable\": true,\n          \"built\": true,\n          \"optional\": false,\n          \"prefetched\": false,\n          \"chunks\": [\n            0,\n            1\n          ],\n          \"issuer\": \"/Users/jarred/Code/styleurl/node_modules/react-dom/cjs/react-dom.production.min.js\",\n          \"issuerId\": 78,\n          \"issuerName\": \"./node_modules/react-dom/cjs/react-dom.production.min.js\",\n          \"issuerPath\": [\n            {\n              \"id\": 171,\n              \"identifier\": \"multi /Users/jarred/Code/styleurl/webpack/customPublicPath /Users/jarred/Code/styleurl/chrome/extension/popup\",\n              \"name\": \"multi ./webpack/customPublicPath ./chrome/extension/popup\",\n              \"profile\": {\n                \"factory\": 0,\n                \"building\": 3\n              }\n            },\n            {\n              \"id\": 172,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/popup.js\",\n              \"name\": \"./chrome/extension/popup.js\",\n              \"profile\": {\n                \"factory\": 58,\n                \"building\": 445\n              }\n            },\n            {\n              \"id\": 77,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/react-dom/index.js\",\n              \"name\": \"./node_modules/react-dom/index.js\",\n              \"profile\": {\n                \"factory\": 340,\n                \"building\": 762,\n                \"dependencies\": 60\n              }\n            },\n            {\n              \"id\": 78,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/react-dom/cjs/react-dom.production.min.js\",\n              \"name\": \"./node_modules/react-dom/cjs/react-dom.production.min.js\",\n              \"profile\": {\n                \"factory\": 234,\n                \"building\": 246,\n                \"dependencies\": 97\n              }\n            }\n          ],\n          \"profile\": {\n            \"factory\": 121,\n            \"building\": 29\n          },\n          \"failed\": false,\n          \"errors\": 0,\n          \"warnings\": 0,\n          \"assets\": [],\n          \"reasons\": [\n            {\n              \"moduleId\": 78,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/react-dom/cjs/react-dom.production.min.js\",\n              \"module\": \"./node_modules/react-dom/cjs/react-dom.production.min.js\",\n              \"moduleName\": \"./node_modules/react-dom/cjs/react-dom.production.min.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"fbjs/lib/invariant\",\n              \"loc\": \"13:20-49\"\n            }\n          ],\n          \"usedExports\": true,\n          \"providedExports\": null,\n          \"optimizationBailout\": [\n            \"ModuleConcatenation bailout: Module is not an ECMAScript module\"\n          ],\n          \"depth\": 4,\n          \"source\": \"/**\\n * Copyright (c) 2013-present, Facebook, Inc.\\n *\\n * This source code is licensed under the MIT license found in the\\n * LICENSE file in the root directory of this source tree.\\n *\\n */\\n\\n'use strict';\\n\\n/**\\n * Use invariant() to assert state which your program assumes to be true.\\n *\\n * Provide sprintf-style format (only %s is supported) and arguments\\n * to provide information about what broke and what you were\\n * expecting.\\n *\\n * The invariant message will be stripped in production, but the invariant\\n * will remain to ensure logic does not differ in production.\\n */\\n\\nvar validateFormat = function validateFormat(format) {};\\n\\nif (process.env.NODE_ENV !== 'production') {\\n  validateFormat = function validateFormat(format) {\\n    if (format === undefined) {\\n      throw new Error('invariant requires an error message argument');\\n    }\\n  };\\n}\\n\\nfunction invariant(condition, format, a, b, c, d, e, f) {\\n  validateFormat(format);\\n\\n  if (!condition) {\\n    var error;\\n    if (format === undefined) {\\n      error = new Error('Minified exception occurred; use the non-minified dev environment ' + 'for the full error message and additional helpful warnings.');\\n    } else {\\n      var args = [a, b, c, d, e, f];\\n      var argIndex = 0;\\n      error = new Error(format.replace(/%s/g, function () {\\n        return args[argIndex++];\\n      }));\\n      error.name = 'Invariant Violation';\\n    }\\n\\n    error.framesToPop = 1; // we don't care about invariant's own frame\\n    throw error;\\n  }\\n}\\n\\nmodule.exports = invariant;\"\n        },\n        {\n          \"id\": 80,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/react-dom/node_modules/fbjs/lib/ExecutionEnvironment.js\",\n          \"name\": \"./node_modules/react-dom/node_modules/fbjs/lib/ExecutionEnvironment.js\",\n          \"index\": 12,\n          \"index2\": 8,\n          \"size\": 935,\n          \"cacheable\": true,\n          \"built\": true,\n          \"optional\": false,\n          \"prefetched\": false,\n          \"chunks\": [\n            0,\n            1\n          ],\n          \"issuer\": \"/Users/jarred/Code/styleurl/node_modules/react-dom/cjs/react-dom.production.min.js\",\n          \"issuerId\": 78,\n          \"issuerName\": \"./node_modules/react-dom/cjs/react-dom.production.min.js\",\n          \"issuerPath\": [\n            {\n              \"id\": 171,\n              \"identifier\": \"multi /Users/jarred/Code/styleurl/webpack/customPublicPath /Users/jarred/Code/styleurl/chrome/extension/popup\",\n              \"name\": \"multi ./webpack/customPublicPath ./chrome/extension/popup\",\n              \"profile\": {\n                \"factory\": 0,\n                \"building\": 3\n              }\n            },\n            {\n              \"id\": 172,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/popup.js\",\n              \"name\": \"./chrome/extension/popup.js\",\n              \"profile\": {\n                \"factory\": 58,\n                \"building\": 445\n              }\n            },\n            {\n              \"id\": 77,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/react-dom/index.js\",\n              \"name\": \"./node_modules/react-dom/index.js\",\n              \"profile\": {\n                \"factory\": 340,\n                \"building\": 762,\n                \"dependencies\": 60\n              }\n            },\n            {\n              \"id\": 78,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/react-dom/cjs/react-dom.production.min.js\",\n              \"name\": \"./node_modules/react-dom/cjs/react-dom.production.min.js\",\n              \"profile\": {\n                \"factory\": 234,\n                \"building\": 246,\n                \"dependencies\": 97\n              }\n            }\n          ],\n          \"profile\": {\n            \"factory\": 121,\n            \"building\": 29\n          },\n          \"failed\": false,\n          \"errors\": 0,\n          \"warnings\": 0,\n          \"assets\": [],\n          \"reasons\": [\n            {\n              \"moduleId\": 78,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/react-dom/cjs/react-dom.production.min.js\",\n              \"module\": \"./node_modules/react-dom/cjs/react-dom.production.min.js\",\n              \"moduleName\": \"./node_modules/react-dom/cjs/react-dom.production.min.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"fbjs/lib/ExecutionEnvironment\",\n              \"loc\": \"13:72-112\"\n            }\n          ],\n          \"usedExports\": true,\n          \"providedExports\": null,\n          \"optimizationBailout\": [\n            \"ModuleConcatenation bailout: Module is not an ECMAScript module\"\n          ],\n          \"depth\": 4,\n          \"source\": \"/**\\n * Copyright (c) 2013-present, Facebook, Inc.\\n *\\n * This source code is licensed under the MIT license found in the\\n * LICENSE file in the root directory of this source tree.\\n *\\n */\\n\\n'use strict';\\n\\nvar canUseDOM = !!(typeof window !== 'undefined' && window.document && window.document.createElement);\\n\\n/**\\n * Simple, lightweight module assisting with the detection and context of\\n * Worker. Helps avoid circular dependencies and allows code to reason about\\n * whether or not they are in a Worker, even if they never include the main\\n * `ReactWorker` dependency.\\n */\\nvar ExecutionEnvironment = {\\n\\n  canUseDOM: canUseDOM,\\n\\n  canUseWorkers: typeof Worker !== 'undefined',\\n\\n  canUseEventListeners: canUseDOM && !!(window.addEventListener || window.attachEvent),\\n\\n  canUseViewport: canUseDOM && !!window.screen,\\n\\n  isInWorker: !canUseDOM // For now, this is true - might change in the future.\\n\\n};\\n\\nmodule.exports = ExecutionEnvironment;\"\n        },\n        {\n          \"id\": 81,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/react-dom/node_modules/fbjs/lib/emptyFunction.js\",\n          \"name\": \"./node_modules/react-dom/node_modules/fbjs/lib/emptyFunction.js\",\n          \"index\": 13,\n          \"index2\": 9,\n          \"size\": 959,\n          \"cacheable\": true,\n          \"built\": true,\n          \"optional\": false,\n          \"prefetched\": false,\n          \"chunks\": [\n            0,\n            1\n          ],\n          \"issuer\": \"/Users/jarred/Code/styleurl/node_modules/react-dom/cjs/react-dom.production.min.js\",\n          \"issuerId\": 78,\n          \"issuerName\": \"./node_modules/react-dom/cjs/react-dom.production.min.js\",\n          \"issuerPath\": [\n            {\n              \"id\": 171,\n              \"identifier\": \"multi /Users/jarred/Code/styleurl/webpack/customPublicPath /Users/jarred/Code/styleurl/chrome/extension/popup\",\n              \"name\": \"multi ./webpack/customPublicPath ./chrome/extension/popup\",\n              \"profile\": {\n                \"factory\": 0,\n                \"building\": 3\n              }\n            },\n            {\n              \"id\": 172,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/popup.js\",\n              \"name\": \"./chrome/extension/popup.js\",\n              \"profile\": {\n                \"factory\": 58,\n                \"building\": 445\n              }\n            },\n            {\n              \"id\": 77,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/react-dom/index.js\",\n              \"name\": \"./node_modules/react-dom/index.js\",\n              \"profile\": {\n                \"factory\": 340,\n                \"building\": 762,\n                \"dependencies\": 60\n              }\n            },\n            {\n              \"id\": 78,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/react-dom/cjs/react-dom.production.min.js\",\n              \"name\": \"./node_modules/react-dom/cjs/react-dom.production.min.js\",\n              \"profile\": {\n                \"factory\": 234,\n                \"building\": 246,\n                \"dependencies\": 97\n              }\n            }\n          ],\n          \"profile\": {\n            \"factory\": 121,\n            \"building\": 29\n          },\n          \"failed\": false,\n          \"errors\": 0,\n          \"warnings\": 0,\n          \"assets\": [],\n          \"reasons\": [\n            {\n              \"moduleId\": 78,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/react-dom/cjs/react-dom.production.min.js\",\n              \"module\": \"./node_modules/react-dom/cjs/react-dom.production.min.js\",\n              \"moduleName\": \"./node_modules/react-dom/cjs/react-dom.production.min.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"fbjs/lib/emptyFunction\",\n              \"loc\": \"13:142-175\"\n            }\n          ],\n          \"usedExports\": true,\n          \"providedExports\": null,\n          \"optimizationBailout\": [\n            \"ModuleConcatenation bailout: Module is not an ECMAScript module\"\n          ],\n          \"depth\": 4,\n          \"source\": \"\\\"use strict\\\";\\n\\n/**\\n * Copyright (c) 2013-present, Facebook, Inc.\\n *\\n * This source code is licensed under the MIT license found in the\\n * LICENSE file in the root directory of this source tree.\\n *\\n * \\n */\\n\\nfunction makeEmptyFunction(arg) {\\n  return function () {\\n    return arg;\\n  };\\n}\\n\\n/**\\n * This function accepts and discards inputs; it has no side effects. This is\\n * primarily useful idiomatically for overridable function endpoints which\\n * always need to be callable, since JS lacks a null-call idiom ala Cocoa.\\n */\\nvar emptyFunction = function emptyFunction() {};\\n\\nemptyFunction.thatReturns = makeEmptyFunction;\\nemptyFunction.thatReturnsFalse = makeEmptyFunction(false);\\nemptyFunction.thatReturnsTrue = makeEmptyFunction(true);\\nemptyFunction.thatReturnsNull = makeEmptyFunction(null);\\nemptyFunction.thatReturnsThis = function () {\\n  return this;\\n};\\nemptyFunction.thatReturnsArgument = function (arg) {\\n  return arg;\\n};\\n\\nmodule.exports = emptyFunction;\"\n        },\n        {\n          \"id\": 82,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/react-dom/node_modules/fbjs/lib/getActiveElement.js\",\n          \"name\": \"./node_modules/react-dom/node_modules/fbjs/lib/getActiveElement.js\",\n          \"index\": 14,\n          \"index2\": 10,\n          \"size\": 912,\n          \"cacheable\": true,\n          \"built\": true,\n          \"optional\": false,\n          \"prefetched\": false,\n          \"chunks\": [\n            0,\n            1\n          ],\n          \"issuer\": \"/Users/jarred/Code/styleurl/node_modules/react-dom/cjs/react-dom.production.min.js\",\n          \"issuerId\": 78,\n          \"issuerName\": \"./node_modules/react-dom/cjs/react-dom.production.min.js\",\n          \"issuerPath\": [\n            {\n              \"id\": 171,\n              \"identifier\": \"multi /Users/jarred/Code/styleurl/webpack/customPublicPath /Users/jarred/Code/styleurl/chrome/extension/popup\",\n              \"name\": \"multi ./webpack/customPublicPath ./chrome/extension/popup\",\n              \"profile\": {\n                \"factory\": 0,\n                \"building\": 3\n              }\n            },\n            {\n              \"id\": 172,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/popup.js\",\n              \"name\": \"./chrome/extension/popup.js\",\n              \"profile\": {\n                \"factory\": 58,\n                \"building\": 445\n              }\n            },\n            {\n              \"id\": 77,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/react-dom/index.js\",\n              \"name\": \"./node_modules/react-dom/index.js\",\n              \"profile\": {\n                \"factory\": 340,\n                \"building\": 762,\n                \"dependencies\": 60\n              }\n            },\n            {\n              \"id\": 78,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/react-dom/cjs/react-dom.production.min.js\",\n              \"name\": \"./node_modules/react-dom/cjs/react-dom.production.min.js\",\n              \"profile\": {\n                \"factory\": 234,\n                \"building\": 246,\n                \"dependencies\": 97\n              }\n            }\n          ],\n          \"profile\": {\n            \"factory\": 121,\n            \"building\": 29\n          },\n          \"failed\": false,\n          \"errors\": 0,\n          \"warnings\": 0,\n          \"assets\": [],\n          \"reasons\": [\n            {\n              \"moduleId\": 78,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/react-dom/cjs/react-dom.production.min.js\",\n              \"module\": \"./node_modules/react-dom/cjs/react-dom.production.min.js\",\n              \"moduleName\": \"./node_modules/react-dom/cjs/react-dom.production.min.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"fbjs/lib/getActiveElement\",\n              \"loc\": \"13:179-215\"\n            }\n          ],\n          \"usedExports\": true,\n          \"providedExports\": null,\n          \"optimizationBailout\": [\n            \"ModuleConcatenation bailout: Module is not an ECMAScript module\"\n          ],\n          \"depth\": 4,\n          \"source\": \"'use strict';\\n\\n/**\\n * Copyright (c) 2013-present, Facebook, Inc.\\n *\\n * This source code is licensed under the MIT license found in the\\n * LICENSE file in the root directory of this source tree.\\n *\\n * @typechecks\\n */\\n\\n/* eslint-disable fb-www/typeof-undefined */\\n\\n/**\\n * Same as document.activeElement but wraps in a try-catch block. In IE it is\\n * not safe to call document.activeElement if there is nothing focused.\\n *\\n * The activeElement will be null only if the document or document body is not\\n * yet defined.\\n *\\n * @param {?DOMDocument} doc Defaults to current document.\\n * @return {?DOMElement}\\n */\\nfunction getActiveElement(doc) /*?DOMElement*/{\\n  doc = doc || (typeof document !== 'undefined' ? document : undefined);\\n  if (typeof doc === 'undefined') {\\n    return null;\\n  }\\n  try {\\n    return doc.activeElement || doc.body;\\n  } catch (e) {\\n    return doc.body;\\n  }\\n}\\n\\nmodule.exports = getActiveElement;\"\n        },\n        {\n          \"id\": 83,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/react-dom/node_modules/fbjs/lib/shallowEqual.js\",\n          \"name\": \"./node_modules/react-dom/node_modules/fbjs/lib/shallowEqual.js\",\n          \"index\": 15,\n          \"index2\": 11,\n          \"size\": 1616,\n          \"cacheable\": true,\n          \"built\": true,\n          \"optional\": false,\n          \"prefetched\": false,\n          \"chunks\": [\n            0,\n            1\n          ],\n          \"issuer\": \"/Users/jarred/Code/styleurl/node_modules/react-dom/cjs/react-dom.production.min.js\",\n          \"issuerId\": 78,\n          \"issuerName\": \"./node_modules/react-dom/cjs/react-dom.production.min.js\",\n          \"issuerPath\": [\n            {\n              \"id\": 171,\n              \"identifier\": \"multi /Users/jarred/Code/styleurl/webpack/customPublicPath /Users/jarred/Code/styleurl/chrome/extension/popup\",\n              \"name\": \"multi ./webpack/customPublicPath ./chrome/extension/popup\",\n              \"profile\": {\n                \"factory\": 0,\n                \"building\": 3\n              }\n            },\n            {\n              \"id\": 172,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/popup.js\",\n              \"name\": \"./chrome/extension/popup.js\",\n              \"profile\": {\n                \"factory\": 58,\n                \"building\": 445\n              }\n            },\n            {\n              \"id\": 77,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/react-dom/index.js\",\n              \"name\": \"./node_modules/react-dom/index.js\",\n              \"profile\": {\n                \"factory\": 340,\n                \"building\": 762,\n                \"dependencies\": 60\n              }\n            },\n            {\n              \"id\": 78,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/react-dom/cjs/react-dom.production.min.js\",\n              \"name\": \"./node_modules/react-dom/cjs/react-dom.production.min.js\",\n              \"profile\": {\n                \"factory\": 234,\n                \"building\": 246,\n                \"dependencies\": 97\n              }\n            }\n          ],\n          \"profile\": {\n            \"factory\": 121,\n            \"building\": 29\n          },\n          \"failed\": false,\n          \"errors\": 0,\n          \"warnings\": 0,\n          \"assets\": [],\n          \"reasons\": [\n            {\n              \"moduleId\": 78,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/react-dom/cjs/react-dom.production.min.js\",\n              \"module\": \"./node_modules/react-dom/cjs/react-dom.production.min.js\",\n              \"moduleName\": \"./node_modules/react-dom/cjs/react-dom.production.min.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"fbjs/lib/shallowEqual\",\n              \"loc\": \"13:219-251\"\n            }\n          ],\n          \"usedExports\": true,\n          \"providedExports\": null,\n          \"optimizationBailout\": [\n            \"ModuleConcatenation bailout: Module is not an ECMAScript module\"\n          ],\n          \"depth\": 4,\n          \"source\": \"/**\\n * Copyright (c) 2013-present, Facebook, Inc.\\n *\\n * This source code is licensed under the MIT license found in the\\n * LICENSE file in the root directory of this source tree.\\n *\\n * @typechecks\\n * \\n */\\n\\n/*eslint-disable no-self-compare */\\n\\n'use strict';\\n\\nvar hasOwnProperty = Object.prototype.hasOwnProperty;\\n\\n/**\\n * inlined Object.is polyfill to avoid requiring consumers ship their own\\n * https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Object/is\\n */\\nfunction is(x, y) {\\n  // SameValue algorithm\\n  if (x === y) {\\n    // Steps 1-5, 7-10\\n    // Steps 6.b-6.e: +0 != -0\\n    // Added the nonzero y check to make Flow happy, but it is redundant\\n    return x !== 0 || y !== 0 || 1 / x === 1 / y;\\n  } else {\\n    // Step 6.a: NaN == NaN\\n    return x !== x && y !== y;\\n  }\\n}\\n\\n/**\\n * Performs equality by iterating through keys on an object and returning false\\n * when any key has values which are not strictly equal between the arguments.\\n * Returns true when the values of all keys are strictly equal.\\n */\\nfunction shallowEqual(objA, objB) {\\n  if (is(objA, objB)) {\\n    return true;\\n  }\\n\\n  if (typeof objA !== 'object' || objA === null || typeof objB !== 'object' || objB === null) {\\n    return false;\\n  }\\n\\n  var keysA = Object.keys(objA);\\n  var keysB = Object.keys(objB);\\n\\n  if (keysA.length !== keysB.length) {\\n    return false;\\n  }\\n\\n  // Test for A's keys different from B.\\n  for (var i = 0; i < keysA.length; i++) {\\n    if (!hasOwnProperty.call(objB, keysA[i]) || !is(objA[keysA[i]], objB[keysA[i]])) {\\n      return false;\\n    }\\n  }\\n\\n  return true;\\n}\\n\\nmodule.exports = shallowEqual;\"\n        },\n        {\n          \"id\": 84,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/react-dom/node_modules/fbjs/lib/containsNode.js\",\n          \"name\": \"./node_modules/react-dom/node_modules/fbjs/lib/containsNode.js\",\n          \"index\": 16,\n          \"index2\": 14,\n          \"size\": 923,\n          \"cacheable\": true,\n          \"built\": true,\n          \"optional\": false,\n          \"prefetched\": false,\n          \"chunks\": [\n            0,\n            1\n          ],\n          \"issuer\": \"/Users/jarred/Code/styleurl/node_modules/react-dom/cjs/react-dom.production.min.js\",\n          \"issuerId\": 78,\n          \"issuerName\": \"./node_modules/react-dom/cjs/react-dom.production.min.js\",\n          \"issuerPath\": [\n            {\n              \"id\": 171,\n              \"identifier\": \"multi /Users/jarred/Code/styleurl/webpack/customPublicPath /Users/jarred/Code/styleurl/chrome/extension/popup\",\n              \"name\": \"multi ./webpack/customPublicPath ./chrome/extension/popup\",\n              \"profile\": {\n                \"factory\": 0,\n                \"building\": 3\n              }\n            },\n            {\n              \"id\": 172,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/popup.js\",\n              \"name\": \"./chrome/extension/popup.js\",\n              \"profile\": {\n                \"factory\": 58,\n                \"building\": 445\n              }\n            },\n            {\n              \"id\": 77,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/react-dom/index.js\",\n              \"name\": \"./node_modules/react-dom/index.js\",\n              \"profile\": {\n                \"factory\": 340,\n                \"building\": 762,\n                \"dependencies\": 60\n              }\n            },\n            {\n              \"id\": 78,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/react-dom/cjs/react-dom.production.min.js\",\n              \"name\": \"./node_modules/react-dom/cjs/react-dom.production.min.js\",\n              \"profile\": {\n                \"factory\": 234,\n                \"building\": 246,\n                \"dependencies\": 97\n              }\n            }\n          ],\n          \"profile\": {\n            \"factory\": 121,\n            \"building\": 29\n          },\n          \"failed\": false,\n          \"errors\": 0,\n          \"warnings\": 0,\n          \"assets\": [],\n          \"reasons\": [\n            {\n              \"moduleId\": 78,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/react-dom/cjs/react-dom.production.min.js\",\n              \"module\": \"./node_modules/react-dom/cjs/react-dom.production.min.js\",\n              \"moduleName\": \"./node_modules/react-dom/cjs/react-dom.production.min.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"fbjs/lib/containsNode\",\n              \"loc\": \"13:255-287\"\n            }\n          ],\n          \"usedExports\": true,\n          \"providedExports\": null,\n          \"optimizationBailout\": [\n            \"ModuleConcatenation bailout: Module is not an ECMAScript module\"\n          ],\n          \"depth\": 4,\n          \"source\": \"'use strict';\\n\\n/**\\n * Copyright (c) 2013-present, Facebook, Inc.\\n *\\n * This source code is licensed under the MIT license found in the\\n * LICENSE file in the root directory of this source tree.\\n *\\n * \\n */\\n\\nvar isTextNode = require('./isTextNode');\\n\\n/*eslint-disable no-bitwise */\\n\\n/**\\n * Checks if a given DOM node contains or is another DOM node.\\n */\\nfunction containsNode(outerNode, innerNode) {\\n  if (!outerNode || !innerNode) {\\n    return false;\\n  } else if (outerNode === innerNode) {\\n    return true;\\n  } else if (isTextNode(outerNode)) {\\n    return false;\\n  } else if (isTextNode(innerNode)) {\\n    return containsNode(outerNode, innerNode.parentNode);\\n  } else if ('contains' in outerNode) {\\n    return outerNode.contains(innerNode);\\n  } else if (outerNode.compareDocumentPosition) {\\n    return !!(outerNode.compareDocumentPosition(innerNode) & 16);\\n  } else {\\n    return false;\\n  }\\n}\\n\\nmodule.exports = containsNode;\"\n        },\n        {\n          \"id\": 85,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/react-dom/node_modules/fbjs/lib/isTextNode.js\",\n          \"name\": \"./node_modules/react-dom/node_modules/fbjs/lib/isTextNode.js\",\n          \"index\": 17,\n          \"index2\": 13,\n          \"size\": 479,\n          \"cacheable\": true,\n          \"built\": true,\n          \"optional\": false,\n          \"prefetched\": false,\n          \"chunks\": [\n            0,\n            1\n          ],\n          \"issuer\": \"/Users/jarred/Code/styleurl/node_modules/react-dom/node_modules/fbjs/lib/containsNode.js\",\n          \"issuerId\": 84,\n          \"issuerName\": \"./node_modules/react-dom/node_modules/fbjs/lib/containsNode.js\",\n          \"issuerPath\": [\n            {\n              \"id\": 171,\n              \"identifier\": \"multi /Users/jarred/Code/styleurl/webpack/customPublicPath /Users/jarred/Code/styleurl/chrome/extension/popup\",\n              \"name\": \"multi ./webpack/customPublicPath ./chrome/extension/popup\",\n              \"profile\": {\n                \"factory\": 0,\n                \"building\": 3\n              }\n            },\n            {\n              \"id\": 172,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/popup.js\",\n              \"name\": \"./chrome/extension/popup.js\",\n              \"profile\": {\n                \"factory\": 58,\n                \"building\": 445\n              }\n            },\n            {\n              \"id\": 77,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/react-dom/index.js\",\n              \"name\": \"./node_modules/react-dom/index.js\",\n              \"profile\": {\n                \"factory\": 340,\n                \"building\": 762,\n                \"dependencies\": 60\n              }\n            },\n            {\n              \"id\": 78,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/react-dom/cjs/react-dom.production.min.js\",\n              \"name\": \"./node_modules/react-dom/cjs/react-dom.production.min.js\",\n              \"profile\": {\n                \"factory\": 234,\n                \"building\": 246,\n                \"dependencies\": 97\n              }\n            },\n            {\n              \"id\": 84,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/react-dom/node_modules/fbjs/lib/containsNode.js\",\n              \"name\": \"./node_modules/react-dom/node_modules/fbjs/lib/containsNode.js\",\n              \"profile\": {\n                \"factory\": 121,\n                \"building\": 29\n              }\n            }\n          ],\n          \"profile\": {\n            \"factory\": 59,\n            \"building\": 16\n          },\n          \"failed\": false,\n          \"errors\": 0,\n          \"warnings\": 0,\n          \"assets\": [],\n          \"reasons\": [\n            {\n              \"moduleId\": 84,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/react-dom/node_modules/fbjs/lib/containsNode.js\",\n              \"module\": \"./node_modules/react-dom/node_modules/fbjs/lib/containsNode.js\",\n              \"moduleName\": \"./node_modules/react-dom/node_modules/fbjs/lib/containsNode.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"./isTextNode\",\n              \"loc\": \"12:17-40\"\n            }\n          ],\n          \"usedExports\": true,\n          \"providedExports\": null,\n          \"optimizationBailout\": [\n            \"ModuleConcatenation bailout: Module is not an ECMAScript module\"\n          ],\n          \"depth\": 5,\n          \"source\": \"'use strict';\\n\\n/**\\n * Copyright (c) 2013-present, Facebook, Inc.\\n *\\n * This source code is licensed under the MIT license found in the\\n * LICENSE file in the root directory of this source tree.\\n *\\n * @typechecks\\n */\\n\\nvar isNode = require('./isNode');\\n\\n/**\\n * @param {*} object The object to check.\\n * @return {boolean} Whether or not the object is a DOM text node.\\n */\\nfunction isTextNode(object) {\\n  return isNode(object) && object.nodeType == 3;\\n}\\n\\nmodule.exports = isTextNode;\"\n        },\n        {\n          \"id\": 86,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/react-dom/node_modules/fbjs/lib/isNode.js\",\n          \"name\": \"./node_modules/react-dom/node_modules/fbjs/lib/isNode.js\",\n          \"index\": 18,\n          \"index2\": 12,\n          \"size\": 702,\n          \"cacheable\": true,\n          \"built\": true,\n          \"optional\": false,\n          \"prefetched\": false,\n          \"chunks\": [\n            0,\n            1\n          ],\n          \"issuer\": \"/Users/jarred/Code/styleurl/node_modules/react-dom/node_modules/fbjs/lib/isTextNode.js\",\n          \"issuerId\": 85,\n          \"issuerName\": \"./node_modules/react-dom/node_modules/fbjs/lib/isTextNode.js\",\n          \"issuerPath\": [\n            {\n              \"id\": 171,\n              \"identifier\": \"multi /Users/jarred/Code/styleurl/webpack/customPublicPath /Users/jarred/Code/styleurl/chrome/extension/popup\",\n              \"name\": \"multi ./webpack/customPublicPath ./chrome/extension/popup\",\n              \"profile\": {\n                \"factory\": 0,\n                \"building\": 3\n              }\n            },\n            {\n              \"id\": 172,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/popup.js\",\n              \"name\": \"./chrome/extension/popup.js\",\n              \"profile\": {\n                \"factory\": 58,\n                \"building\": 445\n              }\n            },\n            {\n              \"id\": 77,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/react-dom/index.js\",\n              \"name\": \"./node_modules/react-dom/index.js\",\n              \"profile\": {\n                \"factory\": 340,\n                \"building\": 762,\n                \"dependencies\": 60\n              }\n            },\n            {\n              \"id\": 78,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/react-dom/cjs/react-dom.production.min.js\",\n              \"name\": \"./node_modules/react-dom/cjs/react-dom.production.min.js\",\n              \"profile\": {\n                \"factory\": 234,\n                \"building\": 246,\n                \"dependencies\": 97\n              }\n            },\n            {\n              \"id\": 84,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/react-dom/node_modules/fbjs/lib/containsNode.js\",\n              \"name\": \"./node_modules/react-dom/node_modules/fbjs/lib/containsNode.js\",\n              \"profile\": {\n                \"factory\": 121,\n                \"building\": 29\n              }\n            },\n            {\n              \"id\": 85,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/react-dom/node_modules/fbjs/lib/isTextNode.js\",\n              \"name\": \"./node_modules/react-dom/node_modules/fbjs/lib/isTextNode.js\",\n              \"profile\": {\n                \"factory\": 59,\n                \"building\": 16\n              }\n            }\n          ],\n          \"profile\": {\n            \"factory\": 26,\n            \"building\": 14\n          },\n          \"failed\": false,\n          \"errors\": 0,\n          \"warnings\": 0,\n          \"assets\": [],\n          \"reasons\": [\n            {\n              \"moduleId\": 85,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/react-dom/node_modules/fbjs/lib/isTextNode.js\",\n              \"module\": \"./node_modules/react-dom/node_modules/fbjs/lib/isTextNode.js\",\n              \"moduleName\": \"./node_modules/react-dom/node_modules/fbjs/lib/isTextNode.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"./isNode\",\n              \"loc\": \"12:13-32\"\n            }\n          ],\n          \"usedExports\": true,\n          \"providedExports\": null,\n          \"optimizationBailout\": [\n            \"ModuleConcatenation bailout: Module is not an ECMAScript module\"\n          ],\n          \"depth\": 6,\n          \"source\": \"'use strict';\\n\\n/**\\n * Copyright (c) 2013-present, Facebook, Inc.\\n *\\n * This source code is licensed under the MIT license found in the\\n * LICENSE file in the root directory of this source tree.\\n *\\n * @typechecks\\n */\\n\\n/**\\n * @param {*} object The object to check.\\n * @return {boolean} Whether or not the object is a DOM node.\\n */\\nfunction isNode(object) {\\n  var doc = object ? object.ownerDocument || object : document;\\n  var defaultView = doc.defaultView || window;\\n  return !!(object && (typeof defaultView.Node === 'function' ? object instanceof defaultView.Node : typeof object === 'object' && typeof object.nodeType === 'number' && typeof object.nodeName === 'string'));\\n}\\n\\nmodule.exports = isNode;\"\n        },\n        {\n          \"id\": 87,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/react-dom/node_modules/fbjs/lib/emptyObject.js\",\n          \"name\": \"./node_modules/react-dom/node_modules/fbjs/lib/emptyObject.js\",\n          \"index\": 19,\n          \"index2\": 15,\n          \"size\": 332,\n          \"cacheable\": true,\n          \"built\": true,\n          \"optional\": false,\n          \"prefetched\": false,\n          \"chunks\": [\n            0,\n            1\n          ],\n          \"issuer\": \"/Users/jarred/Code/styleurl/node_modules/react-dom/cjs/react-dom.production.min.js\",\n          \"issuerId\": 78,\n          \"issuerName\": \"./node_modules/react-dom/cjs/react-dom.production.min.js\",\n          \"issuerPath\": [\n            {\n              \"id\": 171,\n              \"identifier\": \"multi /Users/jarred/Code/styleurl/webpack/customPublicPath /Users/jarred/Code/styleurl/chrome/extension/popup\",\n              \"name\": \"multi ./webpack/customPublicPath ./chrome/extension/popup\",\n              \"profile\": {\n                \"factory\": 0,\n                \"building\": 3\n              }\n            },\n            {\n              \"id\": 172,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/popup.js\",\n              \"name\": \"./chrome/extension/popup.js\",\n              \"profile\": {\n                \"factory\": 58,\n                \"building\": 445\n              }\n            },\n            {\n              \"id\": 77,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/react-dom/index.js\",\n              \"name\": \"./node_modules/react-dom/index.js\",\n              \"profile\": {\n                \"factory\": 340,\n                \"building\": 762,\n                \"dependencies\": 60\n              }\n            },\n            {\n              \"id\": 78,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/react-dom/cjs/react-dom.production.min.js\",\n              \"name\": \"./node_modules/react-dom/cjs/react-dom.production.min.js\",\n              \"profile\": {\n                \"factory\": 234,\n                \"building\": 246,\n                \"dependencies\": 97\n              }\n            }\n          ],\n          \"profile\": {\n            \"factory\": 121,\n            \"building\": 29\n          },\n          \"failed\": false,\n          \"errors\": 0,\n          \"warnings\": 0,\n          \"assets\": [],\n          \"reasons\": [\n            {\n              \"moduleId\": 78,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/react-dom/cjs/react-dom.production.min.js\",\n              \"module\": \"./node_modules/react-dom/cjs/react-dom.production.min.js\",\n              \"moduleName\": \"./node_modules/react-dom/cjs/react-dom.production.min.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"fbjs/lib/emptyObject\",\n              \"loc\": \"13:291-322\"\n            }\n          ],\n          \"usedExports\": true,\n          \"providedExports\": null,\n          \"optimizationBailout\": [\n            \"ModuleConcatenation bailout: Module is not an ECMAScript module\"\n          ],\n          \"depth\": 4,\n          \"source\": \"/**\\n * Copyright (c) 2013-present, Facebook, Inc.\\n *\\n * This source code is licensed under the MIT license found in the\\n * LICENSE file in the root directory of this source tree.\\n *\\n */\\n\\n'use strict';\\n\\nvar emptyObject = {};\\n\\nif (process.env.NODE_ENV !== 'production') {\\n  Object.freeze(emptyObject);\\n}\\n\\nmodule.exports = emptyObject;\"\n        },\n        {\n          \"id\": 88,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/popup/messages.js\",\n          \"name\": \"./chrome/extension/popup/messages.js\",\n          \"index\": 24,\n          \"index2\": 21,\n          \"size\": 296,\n          \"cacheable\": true,\n          \"built\": true,\n          \"optional\": false,\n          \"prefetched\": false,\n          \"chunks\": [\n            0,\n            1\n          ],\n          \"issuer\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/inject.js\",\n          \"issuerId\": 181,\n          \"issuerName\": \"./chrome/extension/inject.js\",\n          \"issuerPath\": [\n            {\n              \"id\": 180,\n              \"identifier\": \"multi /Users/jarred/Code/styleurl/webpack/customPublicPath /Users/jarred/Code/styleurl/chrome/extension/inject\",\n              \"name\": \"multi ./webpack/customPublicPath ./chrome/extension/inject\",\n              \"profile\": {\n                \"factory\": 0,\n                \"building\": 0,\n                \"dependencies\": 54\n              }\n            },\n            {\n              \"id\": 181,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/inject.js\",\n              \"name\": \"./chrome/extension/inject.js\",\n              \"profile\": {\n                \"factory\": 55,\n                \"building\": 493,\n                \"dependencies\": 274\n              }\n            }\n          ],\n          \"profile\": {\n            \"factory\": 276,\n            \"building\": 25\n          },\n          \"failed\": false,\n          \"errors\": 0,\n          \"warnings\": 0,\n          \"assets\": [],\n          \"reasons\": [\n            {\n              \"moduleId\": 173,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/popup/Popup.js\",\n              \"module\": \"./chrome/extension/popup/Popup.js\",\n              \"moduleName\": \"./chrome/extension/popup/Popup.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"./messages\",\n              \"loc\": \"12:16-37\"\n            },\n            {\n              \"moduleId\": 181,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/inject.js\",\n              \"module\": \"./chrome/extension/inject.js\",\n              \"moduleName\": \"./chrome/extension/inject.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"./popup/messages\",\n              \"loc\": \"9:16-43\"\n            }\n          ],\n          \"usedExports\": true,\n          \"providedExports\": null,\n          \"optimizationBailout\": [\n            \"ModuleConcatenation bailout: Module is not an ECMAScript module\"\n          ],\n          \"depth\": 2,\n          \"source\": \"\\\"use strict\\\";\\n\\nObject.defineProperty(exports, \\\"__esModule\\\", {\\n  value: true\\n});\\nexports.MESSAGE_TYPES = exports.INITIAL_WIDTH = void 0;\\nconst INITIAL_WIDTH = 400;\\nexports.INITIAL_WIDTH = INITIAL_WIDTH;\\nconst MESSAGE_TYPES = {\\n  size_change: \\\"size_change\\\"\\n};\\nexports.MESSAGE_TYPES = MESSAGE_TYPES;\"\n        },\n        {\n          \"id\": 171,\n          \"identifier\": \"multi /Users/jarred/Code/styleurl/webpack/customPublicPath /Users/jarred/Code/styleurl/chrome/extension/popup\",\n          \"name\": \"multi ./webpack/customPublicPath ./chrome/extension/popup\",\n          \"index\": 0,\n          \"index2\": 27,\n          \"size\": 40,\n          \"built\": true,\n          \"optional\": false,\n          \"prefetched\": false,\n          \"chunks\": [\n            0\n          ],\n          \"issuer\": null,\n          \"issuerId\": null,\n          \"issuerName\": null,\n          \"issuerPath\": null,\n          \"profile\": {\n            \"factory\": 0,\n            \"building\": 3\n          },\n          \"failed\": false,\n          \"errors\": 0,\n          \"warnings\": 0,\n          \"assets\": [],\n          \"reasons\": [\n            {\n              \"moduleId\": null,\n              \"moduleIdentifier\": null,\n              \"module\": null,\n              \"moduleName\": null,\n              \"type\": \"multi entry\"\n            }\n          ],\n          \"usedExports\": true,\n          \"providedExports\": null,\n          \"optimizationBailout\": [\n            \"ModuleConcatenation bailout: Module is not an ECMAScript module\"\n          ],\n          \"depth\": 0\n        },\n        {\n          \"id\": 172,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/popup.js\",\n          \"name\": \"./chrome/extension/popup.js\",\n          \"index\": 2,\n          \"index2\": 26,\n          \"size\": 430,\n          \"cacheable\": true,\n          \"built\": true,\n          \"optional\": false,\n          \"prefetched\": false,\n          \"chunks\": [\n            0\n          ],\n          \"issuer\": \"multi /Users/jarred/Code/styleurl/webpack/customPublicPath /Users/jarred/Code/styleurl/chrome/extension/popup\",\n          \"issuerId\": 171,\n          \"issuerName\": \"multi ./webpack/customPublicPath ./chrome/extension/popup\",\n          \"issuerPath\": [\n            {\n              \"id\": 171,\n              \"identifier\": \"multi /Users/jarred/Code/styleurl/webpack/customPublicPath /Users/jarred/Code/styleurl/chrome/extension/popup\",\n              \"name\": \"multi ./webpack/customPublicPath ./chrome/extension/popup\",\n              \"profile\": {\n                \"factory\": 0,\n                \"building\": 3\n              }\n            }\n          ],\n          \"profile\": {\n            \"factory\": 58,\n            \"building\": 445\n          },\n          \"failed\": false,\n          \"errors\": 0,\n          \"warnings\": 0,\n          \"assets\": [],\n          \"reasons\": [\n            {\n              \"moduleId\": 171,\n              \"moduleIdentifier\": \"multi /Users/jarred/Code/styleurl/webpack/customPublicPath /Users/jarred/Code/styleurl/chrome/extension/popup\",\n              \"module\": \"multi ./webpack/customPublicPath ./chrome/extension/popup\",\n              \"moduleName\": \"multi ./webpack/customPublicPath ./chrome/extension/popup\",\n              \"type\": \"single entry\",\n              \"userRequest\": \"/Users/jarred/Code/styleurl/chrome/extension/popup\",\n              \"loc\": \"+1\"\n            }\n          ],\n          \"usedExports\": true,\n          \"providedExports\": null,\n          \"optimizationBailout\": [\n            \"ModuleConcatenation bailout: Module is not an ECMAScript module\"\n          ],\n          \"depth\": 1,\n          \"source\": \"\\\"use strict\\\";\\n\\nvar _react = _interopRequireDefault(require(\\\"react\\\"));\\n\\nvar _reactDom = _interopRequireDefault(require(\\\"react-dom\\\"));\\n\\nvar _Popup = _interopRequireDefault(require(\\\"./popup/Popup\\\"));\\n\\nrequire(\\\"./popup.css\\\");\\n\\nfunction _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }\\n\\n_reactDom.default.render(_react.default.createElement(_Popup.default, null), document.querySelector(\\\"#root\\\"));\"\n        },\n        {\n          \"id\": 173,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/popup/Popup.js\",\n          \"name\": \"./chrome/extension/popup/Popup.js\",\n          \"index\": 20,\n          \"index2\": 22,\n          \"size\": 9400,\n          \"cacheable\": true,\n          \"built\": true,\n          \"optional\": false,\n          \"prefetched\": false,\n          \"chunks\": [\n            0\n          ],\n          \"issuer\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/popup.js\",\n          \"issuerId\": 172,\n          \"issuerName\": \"./chrome/extension/popup.js\",\n          \"issuerPath\": [\n            {\n              \"id\": 171,\n              \"identifier\": \"multi /Users/jarred/Code/styleurl/webpack/customPublicPath /Users/jarred/Code/styleurl/chrome/extension/popup\",\n              \"name\": \"multi ./webpack/customPublicPath ./chrome/extension/popup\",\n              \"profile\": {\n                \"factory\": 0,\n                \"building\": 3\n              }\n            },\n            {\n              \"id\": 172,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/popup.js\",\n              \"name\": \"./chrome/extension/popup.js\",\n              \"profile\": {\n                \"factory\": 58,\n                \"building\": 445\n              }\n            }\n          ],\n          \"profile\": {\n            \"factory\": 340,\n            \"building\": 762,\n            \"dependencies\": 60\n          },\n          \"failed\": false,\n          \"errors\": 0,\n          \"warnings\": 0,\n          \"assets\": [],\n          \"reasons\": [\n            {\n              \"moduleId\": 172,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/popup.js\",\n              \"module\": \"./chrome/extension/popup.js\",\n              \"moduleName\": \"./chrome/extension/popup.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"./popup/Popup\",\n              \"loc\": \"7:36-60\"\n            }\n          ],\n          \"usedExports\": true,\n          \"providedExports\": null,\n          \"optimizationBailout\": [\n            \"ModuleConcatenation bailout: Module is not an ECMAScript module\"\n          ],\n          \"depth\": 2,\n          \"source\": \"\\\"use strict\\\";\\n\\nObject.defineProperty(exports, \\\"__esModule\\\", {\\n  value: true\\n});\\nexports.default = void 0;\\n\\nvar _react = _interopRequireDefault(require(\\\"react\\\"));\\n\\nvar _Gist = require(\\\"./Gist\\\");\\n\\nvar _messages = require(\\\"./messages\\\");\\n\\nfunction _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }\\n\\nfunction _defineProperty(obj, key, value) { if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; }\\n\\nconst buildEditURL = gistId => {\\n  return `${__API_HOST__}/api/gists/edit/${gistId}`;\\n};\\n\\nconst buildViewURL = gistId => {\\n  return `https://gist.github.com/${gistId}`;\\n};\\n\\nconst EXAMPLE_STYLEFILE = {\\n  version: 1,\\n  name: \\\"Jarred's github.com changes\\\",\\n  domains: [\\\"github.com\\\"],\\n  url_patterns: [\\\"github.com/*\\\"],\\n  timestamp: \\\"2018-07-15T03:24:29Z\\\",\\n  id: \\\"vHxq\\\",\\n  redirect_url: \\\"https://github.com/Jarred-Sumner/styleurl-extension\\\",\\n  shared_via: \\\"StyleURL – import and export CSS changes from Chrome Inspector to a Gist\\\\nyou can share (like this one!)\\\"\\n};\\n\\nclass PopupRoot extends _react.default.Component {\\n  constructor(props) {\\n    super(props);\\n\\n    _defineProperty(this, \\\"handleChange\\\", () => {\\n      console.log(\\\"change\\\");\\n    });\\n\\n    this.state = {\\n      width: _messages.INITIAL_WIDTH\\n    };\\n    window.addEventListener(\\\"message\\\", event => {\\n      console.log(\\\"MSG\\\", event.data);\\n\\n      if (event.data && event.data.name === _messages.MESSAGE_TYPES.size_change && event.data.size) {\\n        console.log(event.data.size);\\n      }\\n    }, false);\\n  }\\n\\n  render() {\\n    const {\\n      stylefile,\\n      gistId\\n    } = this.props;\\n    return _react.default.createElement(\\\"div\\\", {\\n      className: \\\"Popup\\\"\\n    }, _react.default.createElement(\\\"div\\\", {\\n      className: \\\"Header\\\"\\n    }, _react.default.createElement(\\\"div\\\", {\\n      className: \\\"Header--left\\\"\\n    }, _react.default.createElement(\\\"svg\\\", {\\n      className: \\\"Header-logo\\\",\\n      width: \\\"18px\\\",\\n      height: \\\"18px\\\",\\n      viewBox: \\\"0 0 130 130\\\",\\n      version: \\\"1.1\\\",\\n      xmlns: \\\"http://www.w3.org/2000/svg\\\"\\n    }, _react.default.createElement(\\\"g\\\", {\\n      stroke: \\\"none\\\",\\n      strokeWidth: \\\"1\\\",\\n      fill: \\\"none\\\",\\n      fillRule: \\\"evenodd\\\"\\n    }, _react.default.createElement(\\\"g\\\", {\\n      transform: \\\"translate(-67.000000, -397.000000)\\\",\\n      stroke: \\\"#29F6BC\\\"\\n    }, _react.default.createElement(\\\"g\\\", {\\n      transform: \\\"translate(68.000000, 398.000000)\\\"\\n    }, _react.default.createElement(\\\"g\\\", null, _react.default.createElement(\\\"circle\\\", {\\n      strokeWidth: \\\"2\\\",\\n      fill: \\\"#333333\\\",\\n      cx: \\\"64\\\",\\n      cy: \\\"64\\\",\\n      r: \\\"64\\\"\\n    }), _react.default.createElement(\\\"path\\\", {\\n      d: \\\"M39.3846154,73.5096154 L47.8942308,73.5096154 C48.2788481,75.9134736 48.8317272,78.2211428 49.5528846,80.4326923 C50.2740421,82.6442418 51.2115327,84.5672995 52.3653846,86.2019231 C53.5192365,87.8365466 54.9374916,89.1586488 56.6201923,90.1682692 C58.302893,91.1778897 60.2980654,91.6826923 62.6057692,91.6826923 C66.7404053,91.6826923 69.5528772,90.7211635 71.0432692,88.7980769 C72.5336613,86.8749904 73.2788462,84.663474 73.2788462,82.1634615 C73.2788462,80.1442207 72.9423111,78.4134687 72.2692308,76.9711538 C71.5961505,75.5288389 70.6346216,74.2548132 69.3846154,73.1490385 C68.1346091,72.0432637 66.6682776,71.0336584 64.9855769,70.1201923 C63.3028762,69.2067262 61.4519332,68.1730827 59.4326923,67.0192308 C53.9518957,64.2307553 49.4567483,61.153863 45.9471154,57.7884615 C42.4374825,54.4230601 40.6826923,50.2404096 40.6826923,45.2403846 C40.6826923,42.6442178 41.2355714,40.1202046 42.3413462,37.6682692 C43.4471209,35.2163339 45.0576817,33.0288558 47.1730769,31.1057692 C49.2884721,29.1826827 51.8846,27.6201983 54.9615385,26.4182692 C58.0384769,25.2163401 61.4999808,24.6153846 65.3461538,24.6153846 C68.4230923,24.6153846 71.4759464,24.9999962 74.5048077,25.7692308 C77.533669,26.5384654 80.8269053,27.8846058 84.3846154,29.8076923 L85.3942308,47.4038462 L77.3173077,47.4038462 C76.5480731,41.8268952 75.0577034,37.9327034 72.8461538,35.7211538 C70.6346043,33.5096043 67.7019413,32.4038462 64.0480769,32.4038462 C61.2596014,32.4038462 58.8557793,33.149031 56.8365385,34.6394231 C54.8172976,36.1298151 53.8076923,38.2692168 53.8076923,41.0576923 C53.8076923,43.0769332 54.2884567,44.8076851 55.25,46.25 C56.2115433,47.6923149 57.485569,49.0144171 59.0721154,50.2163462 C60.6586618,51.4182752 62.4615284,52.5480716 64.4807692,53.6057692 C66.5000101,54.6634668 68.6153736,55.7211486 70.8269231,56.7788462 C72.9423183,57.7403894 75.0576817,58.7499947 77.1730769,59.8076923 C79.2884721,60.8653899 81.1874916,62.1634538 82.8701923,63.7019231 C84.552893,65.2403923 85.9230716,67.0913353 86.9807692,69.2548077 C88.0384668,71.41828 88.5673077,74.0865226 88.5673077,77.2596154 C88.5673077,79.9519365 88.0384668,82.6201791 86.9807692,85.2644231 C85.9230716,87.9086671 84.2884726,90.2644127 82.0769231,92.3317308 C79.8653736,94.3990488 77.0769399,96.0576861 73.7115385,97.3076923 C70.346137,98.5576986 66.3077159,99.1826923 61.5961538,99.1826923 C58.1345981,99.1826923 54.6730942,98.7019279 51.2115385,97.7403846 C47.7499827,96.7788413 44.5288611,95.3365481 41.5480769,93.4134615 L39.3846154,73.5096154 Z\\\",\\n      id: \\\"logo\\\",\\n      fill: \\\"#29F6BC\\\"\\n    })))))), _react.default.createElement(\\\"h3\\\", {\\n      className: \\\"Header-title\\\"\\n    }, _react.default.createElement(\\\"a\\\", {\\n      target: \\\"_blank\\\",\\n      href: buildViewURL(gistId)\\n    }, stylefile.name))), _react.default.createElement(\\\"div\\\", {\\n      className: \\\"Header--right\\\"\\n    }, _react.default.createElement(\\\"svg\\\", {\\n      className: \\\"Header-closeButton CloseButton\\\",\\n      width: 18,\\n      height: 18,\\n      viewBox: \\\"0 0 100 100\\\"\\n    }, _react.default.createElement(\\\"path\\\", {\\n      d: \\\"M50 5.1c-24.9 0-45 20.1-45 45s20.1 45 45 45 45-20.1 45-45-20.1-45-45-45zM68.8 61c1.7 1.7 1.7 4.4 0 6.1L67 68.9c-1.7 1.7-4.4 1.7-6.1 0L50 58.1 39.1 68.9c-1.7 1.7-4.4 1.7-6.1 0L31.1 67c-1.7-1.7-1.7-4.4 0-6.1L42 50.1 31.2 39.2c-1.7-1.7-1.7-4.4 0-6.1l1.9-1.9c1.7-1.7 4.4-1.7 6.1 0L50 42.1l10.9-10.9c1.7-1.7 4.4-1.7 6.1 0l1.9 1.9c1.7 1.7 1.7 4.4 0 6.1L58 50.1 68.8 61z\\\"\\n    })))), _react.default.createElement(\\\"div\\\", {\\n      className: \\\"EditorToolbar\\\"\\n    }, _react.default.createElement(\\\"div\\\", {\\n      className: \\\"ToggleButtonGroup\\\"\\n    }, _react.default.createElement(\\\"div\\\", {\\n      className: \\\"ToggleButton\\\"\\n    }, _react.default.createElement(\\\"div\\\", {\\n      className: \\\"ToggleButton-icon\\\"\\n    }, _react.default.createElement(\\\"svg\\\", {\\n      width: 14,\\n      height: 14,\\n      fill: \\\"#FFF\\\",\\n      viewBox: \\\"0 0 96 96\\\"\\n    }, _react.default.createElement(\\\"path\\\", {\\n      d: \\\"M25.824 92.764l4.41-.1 1.602-3.93.836.33 1.691-4.279c2.672-6.766 12.961-10.883 12.961-10.883s.678.293.744.121c.061-.15.275-.789.275-.789 2.684-7.598 20.734-58.678 21.605-61.359.939-2.902-1.346-3.328-1.346-3.328l-2.281-.9-.336-.131-3.75-1.482-3.75-1.48-.335-.134-2.283-.9s-1.959-1.252-3.256 1.51C51.414 7.583 29.697 57.221 26.47 64.596c0 .004-.199.414-.34.766-.066.172.627.418.627.418s4.703 10.039 2.029 16.805L27.1 86.863l.516.205-1.756 4.443-.036 1.253z\\\"\\n    }))), _react.default.createElement(\\\"div\\\", {\\n      className: \\\"ToggleButton-text\\\"\\n    }, \\\"Highlight diff\\\"))), _react.default.createElement(\\\"div\\\", {\\n      className: \\\"ToggleButtonGroup\\\"\\n    }, _react.default.createElement(\\\"div\\\", {\\n      className: \\\"ToggleButton\\\"\\n    }, _react.default.createElement(\\\"div\\\", {\\n      className: \\\"ToggleButton-icon\\\"\\n    }, _react.default.createElement(\\\"svg\\\", {\\n      width: 14,\\n      height: 14,\\n      fill: \\\"#FFF\\\",\\n      viewBox: \\\"0 0 32 32\\\"\\n    }, _react.default.createElement(\\\"path\\\", {\\n      d: \\\"M6 25h8v2H6zm10-12H6v2h10zm4 6v-4l-6 6 6 6v-4h10v-4zm-9-2H6v2h5zm-5 6h5v-2H6zm18 2h2v4a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V7a2 2 0 0 1 2-2h6a4 4 0 0 1 8 0h6a2 2 0 0 1 2 2v10h-2v-6H4v18h20zM6 9h16a2 2 0 0 0-2-2h-2a2 2 0 0 1-2-2 2 2 0 0 0-4 0 2 2 0 0 1-2 2H8a2 2 0 0 0-2 2z\\\"\\n    }))), _react.default.createElement(\\\"div\\\", {\\n      className: \\\"ToggleButton-text\\\"\\n    }, \\\"Copy\\\")), _react.default.createElement(\\\"div\\\", {\\n      className: \\\"ToggleButton\\\"\\n    }, _react.default.createElement(\\\"div\\\", {\\n      className: \\\"ToggleButton-icon\\\"\\n    }, _react.default.createElement(\\\"svg\\\", {\\n      height: \\\"14\\\",\\n      width: \\\"14\\\",\\n      xmlns: \\\"http://www.w3.org/2000/svg\\\",\\n      viewBox: \\\"0 0 100 100\\\"\\n    }, _react.default.createElement(\\\"g\\\", null, _react.default.createElement(\\\"path\\\", {\\n      fill: \\\"#FFF\\\",\\n      d: \\\"M32.7,46.7c-1.8,1.8-1.8,4.8,0,6.6l14.2,14.1c0.9,0.9,2.1,1.4,3.3,1.4c1.2,0,2.4-0.5,3.3-1.4l13.9-14.1   c1.8-1.8,1.8-4.8,0-6.6c-1.8-1.8-4.8-1.8-6.6,0l-6.1,6.2v-5.3V14.8c0-1.3-1-2.3-2.3-2.3h-4.7c-1.3,0-2.3,1-2.3,2.3v32.8v4.6   l-0.6-0.1l-5.5-5.4C37.5,44.9,34.5,44.9,32.7,46.7z\\\"\\n    }), _react.default.createElement(\\\"path\\\", {\\n      fill: \\\"#FFF\\\",\\n      d: \\\"M82.9,21.9H68.8c-2.6,0-4.6,2.1-4.6,4.6v0.1c0,2.6,2.1,4.6,4.6,4.6h7.1c1.3,0,2.3,1,2.3,2.3v42.2   c0,1.3-1,2.3-2.3,2.3H50H24.3c-1.3,0-2.3-1-2.3-2.3V33.6c0-1.3,1-2.3,2.3-2.3h7.1c2.6,0,4.6-2.1,4.6-4.6v-0.1   c0-2.6-2.1-4.6-4.6-4.6H17.2c-2.6,0-4.7,2.1-4.7,4.7v56.3c0,2.6,2.1,4.7,4.7,4.7H50h32.8c2.6,0,4.7-2.1,4.7-4.7V26.6   C87.6,24,85.5,21.9,82.9,21.9z\\\"\\n    })))), _react.default.createElement(\\\"div\\\", {\\n      className: \\\"ToggleButton-text\\\"\\n    }, \\\"Download\\\")))));\\n  }\\n\\n}\\n\\n_defineProperty(PopupRoot, \\\"defaultProps\\\", {\\n  stylefile: EXAMPLE_STYLEFILE,\\n  gistId: \\\"4197f93e0fc62d7cf235d41eef5a7fa3\\\"\\n});\\n\\nvar _default = PopupRoot;\\nexports.default = _default;\"\n        },\n        {\n          \"id\": 174,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/popup/Gist.js\",\n          \"name\": \"./chrome/extension/popup/Gist.js\",\n          \"index\": 21,\n          \"index2\": 20,\n          \"size\": 2709,\n          \"cacheable\": true,\n          \"built\": true,\n          \"optional\": false,\n          \"prefetched\": false,\n          \"chunks\": [\n            0\n          ],\n          \"issuer\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/popup/Popup.js\",\n          \"issuerId\": 173,\n          \"issuerName\": \"./chrome/extension/popup/Popup.js\",\n          \"issuerPath\": [\n            {\n              \"id\": 171,\n              \"identifier\": \"multi /Users/jarred/Code/styleurl/webpack/customPublicPath /Users/jarred/Code/styleurl/chrome/extension/popup\",\n              \"name\": \"multi ./webpack/customPublicPath ./chrome/extension/popup\",\n              \"profile\": {\n                \"factory\": 0,\n                \"building\": 3\n              }\n            },\n            {\n              \"id\": 172,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/popup.js\",\n              \"name\": \"./chrome/extension/popup.js\",\n              \"profile\": {\n                \"factory\": 58,\n                \"building\": 445\n              }\n            },\n            {\n              \"id\": 173,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/popup/Popup.js\",\n              \"name\": \"./chrome/extension/popup/Popup.js\",\n              \"profile\": {\n                \"factory\": 340,\n                \"building\": 762,\n                \"dependencies\": 60\n              }\n            }\n          ],\n          \"profile\": {\n            \"factory\": 89,\n            \"building\": 243,\n            \"dependencies\": 0\n          },\n          \"failed\": false,\n          \"errors\": 0,\n          \"warnings\": 0,\n          \"assets\": [],\n          \"reasons\": [\n            {\n              \"moduleId\": 173,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/popup/Popup.js\",\n              \"module\": \"./chrome/extension/popup/Popup.js\",\n              \"moduleName\": \"./chrome/extension/popup/Popup.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"./Gist\",\n              \"loc\": \"10:12-29\"\n            }\n          ],\n          \"usedExports\": true,\n          \"providedExports\": null,\n          \"optimizationBailout\": [\n            \"ModuleConcatenation bailout: Module is not an ECMAScript module\"\n          ],\n          \"depth\": 3,\n          \"source\": \"\\\"use strict\\\";\\n\\nObject.defineProperty(exports, \\\"__esModule\\\", {\\n  value: true\\n});\\nexports.default = exports.Gist = void 0;\\n\\nvar _react = _interopRequireDefault(require(\\\"react\\\"));\\n\\nrequire(\\\"./gist.css\\\");\\n\\nfunction _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }\\n\\nfunction _defineProperty(obj, key, value) { if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; }\\n\\nconst gistURL = ({\\n  file,\\n  id\\n}) => {\\n  const fileArg = file ? `?file=${file}` : \\\"\\\";\\n  return `https://gist.github.com/${id}.js${fileArg}`;\\n};\\n\\nclass Gist extends _react.default.Component {\\n  constructor(...args) {\\n    super(...args);\\n\\n    _defineProperty(this, \\\"state\\\", {\\n      url: null\\n    });\\n\\n    _defineProperty(this, \\\"_updateIframeContent\\\", () => {\\n      const {\\n        id,\\n        file,\\n        height\\n      } = this.props;\\n      const iframe = this.iframeNode;\\n      let doc = iframe.document;\\n      if (iframe.contentDocument) doc = iframe.contentDocument;else if (iframe.contentWindow) doc = iframe.contentWindow.document;\\n      const gistLink = this.state.url;\\n      const gistScript = `<script type=\\\"text/javascript\\\" src=\\\"${gistLink}\\\"></script>`;\\n      const stylesheetHref = document.querySelector(\\\"#root_stylesheet\\\").href;\\n      const styles = `<link rel=\\\"stylesheet\\\" href=\\\"${stylesheetHref}\\\" />`;\\n      const elementId = file ? `gist-${id}-${file}` : `gist-${id}`;\\n      const resizeScript = `onload=\\\"parent.document.getElementById('${elementId}').style.height=document.body.scrollHeight + 'px'\\\"`;\\n      const iframeHtml = `<html id=\\\"gist_root\\\"><head><base target=\\\"_blank\\\">${styles}</head><body ${resizeScript}>${gistScript}</body></html>`;\\n      doc.open();\\n      doc.writeln(iframeHtml);\\n      doc.close();\\n    });\\n  }\\n\\n  static getDerivedStateFromProps(props, state) {\\n    const {\\n      id,\\n      file\\n    } = props;\\n    const url = gistURL({\\n      id,\\n      file\\n    });\\n\\n    if (url !== state.url) {\\n      return {\\n        url\\n      };\\n    } else {\\n      return {};\\n    }\\n  }\\n\\n  componentDidUpdate(_prevProps, prevState) {\\n    if (this.state.url !== prevState.url) {\\n      this._updateIframeContent();\\n    }\\n  }\\n\\n  componentDidMount() {\\n    this._updateIframeContent();\\n  }\\n\\n  render() {\\n    const {\\n      id,\\n      file,\\n      height,\\n      width\\n    } = this.props;\\n    return _react.default.createElement(\\\"iframe\\\", {\\n      ref: n => {\\n        this.iframeNode = n;\\n      },\\n      width: \\\"600\\\",\\n      height: 400,\\n      frameBorder: 0,\\n      id: file ? `gist-${id}-${file}` : `gist-${id}`\\n    });\\n  }\\n\\n}\\n\\nexports.Gist = Gist;\\nvar _default = Gist;\\nexports.default = _default;\"\n        },\n        {\n          \"id\": 175,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/mini-css-extract-plugin/dist/loader.js!/Users/jarred/Code/styleurl/node_modules/css-loader/index.js??ref--6-1!/Users/jarred/Code/styleurl/node_modules/postcss-loader/lib/index.js??ref--6-2!/Users/jarred/Code/styleurl/chrome/extension/popup/gist.css\",\n          \"name\": \"./chrome/extension/popup/gist.css\",\n          \"index\": 22,\n          \"index2\": 19,\n          \"size\": 39,\n          \"cacheable\": true,\n          \"built\": true,\n          \"optional\": false,\n          \"prefetched\": false,\n          \"chunks\": [\n            0\n          ],\n          \"issuer\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/popup/Gist.js\",\n          \"issuerId\": 174,\n          \"issuerName\": \"./chrome/extension/popup/Gist.js\",\n          \"issuerPath\": [\n            {\n              \"id\": 171,\n              \"identifier\": \"multi /Users/jarred/Code/styleurl/webpack/customPublicPath /Users/jarred/Code/styleurl/chrome/extension/popup\",\n              \"name\": \"multi ./webpack/customPublicPath ./chrome/extension/popup\",\n              \"profile\": {\n                \"factory\": 0,\n                \"building\": 3\n              }\n            },\n            {\n              \"id\": 172,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/popup.js\",\n              \"name\": \"./chrome/extension/popup.js\",\n              \"profile\": {\n                \"factory\": 58,\n                \"building\": 445\n              }\n            },\n            {\n              \"id\": 173,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/popup/Popup.js\",\n              \"name\": \"./chrome/extension/popup/Popup.js\",\n              \"profile\": {\n                \"factory\": 340,\n                \"building\": 762,\n                \"dependencies\": 60\n              }\n            },\n            {\n              \"id\": 174,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/popup/Gist.js\",\n              \"name\": \"./chrome/extension/popup/Gist.js\",\n              \"profile\": {\n                \"factory\": 89,\n                \"building\": 243,\n                \"dependencies\": 0\n              }\n            }\n          ],\n          \"profile\": {\n            \"factory\": 43,\n            \"building\": 89\n          },\n          \"failed\": false,\n          \"errors\": 0,\n          \"warnings\": 0,\n          \"assets\": [],\n          \"reasons\": [\n            {\n              \"moduleId\": 174,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/popup/Gist.js\",\n              \"module\": \"./chrome/extension/popup/Gist.js\",\n              \"moduleName\": \"./chrome/extension/popup/Gist.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"./gist.css\",\n              \"loc\": \"10:0-21\"\n            }\n          ],\n          \"usedExports\": true,\n          \"providedExports\": null,\n          \"optimizationBailout\": [\n            \"ModuleConcatenation bailout: Module is not an ECMAScript module\"\n          ],\n          \"depth\": 4,\n          \"source\": \"// extracted by mini-css-extract-plugin\"\n        },\n        {\n          \"id\": 176,\n          \"identifier\": \"css /Users/jarred/Code/styleurl/node_modules/css-loader/index.js??ref--6-1!/Users/jarred/Code/styleurl/node_modules/postcss-loader/lib/index.js??ref--6-2!/Users/jarred/Code/styleurl/chrome/extension/popup/gist.css 0\",\n          \"name\": \"css ./node_modules/css-loader??ref--6-1!./node_modules/postcss-loader/lib??ref--6-2!./chrome/extension/popup/gist.css\",\n          \"index\": 23,\n          \"index2\": 18,\n          \"size\": 1386,\n          \"built\": false,\n          \"optional\": false,\n          \"prefetched\": false,\n          \"chunks\": [\n            0\n          ],\n          \"issuer\": \"/Users/jarred/Code/styleurl/node_modules/mini-css-extract-plugin/dist/loader.js!/Users/jarred/Code/styleurl/node_modules/css-loader/index.js??ref--6-1!/Users/jarred/Code/styleurl/node_modules/postcss-loader/lib/index.js??ref--6-2!/Users/jarred/Code/styleurl/chrome/extension/popup/gist.css\",\n          \"issuerId\": 175,\n          \"issuerName\": \"./chrome/extension/popup/gist.css\",\n          \"issuerPath\": [\n            {\n              \"id\": 171,\n              \"identifier\": \"multi /Users/jarred/Code/styleurl/webpack/customPublicPath /Users/jarred/Code/styleurl/chrome/extension/popup\",\n              \"name\": \"multi ./webpack/customPublicPath ./chrome/extension/popup\",\n              \"profile\": {\n                \"factory\": 0,\n                \"building\": 3\n              }\n            },\n            {\n              \"id\": 172,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/popup.js\",\n              \"name\": \"./chrome/extension/popup.js\",\n              \"profile\": {\n                \"factory\": 58,\n                \"building\": 445\n              }\n            },\n            {\n              \"id\": 173,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/popup/Popup.js\",\n              \"name\": \"./chrome/extension/popup/Popup.js\",\n              \"profile\": {\n                \"factory\": 340,\n                \"building\": 762,\n                \"dependencies\": 60\n              }\n            },\n            {\n              \"id\": 174,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/popup/Gist.js\",\n              \"name\": \"./chrome/extension/popup/Gist.js\",\n              \"profile\": {\n                \"factory\": 89,\n                \"building\": 243,\n                \"dependencies\": 0\n              }\n            },\n            {\n              \"id\": 175,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/mini-css-extract-plugin/dist/loader.js!/Users/jarred/Code/styleurl/node_modules/css-loader/index.js??ref--6-1!/Users/jarred/Code/styleurl/node_modules/postcss-loader/lib/index.js??ref--6-2!/Users/jarred/Code/styleurl/chrome/extension/popup/gist.css\",\n              \"name\": \"./chrome/extension/popup/gist.css\",\n              \"profile\": {\n                \"factory\": 43,\n                \"building\": 89\n              }\n            }\n          ],\n          \"profile\": {\n            \"factory\": 0,\n            \"building\": 0\n          },\n          \"failed\": false,\n          \"errors\": 0,\n          \"warnings\": 0,\n          \"assets\": [],\n          \"reasons\": [\n            {\n              \"moduleId\": 175,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/mini-css-extract-plugin/dist/loader.js!/Users/jarred/Code/styleurl/node_modules/css-loader/index.js??ref--6-1!/Users/jarred/Code/styleurl/node_modules/postcss-loader/lib/index.js??ref--6-2!/Users/jarred/Code/styleurl/chrome/extension/popup/gist.css\",\n              \"module\": \"./chrome/extension/popup/gist.css\",\n              \"moduleName\": \"./chrome/extension/popup/gist.css\"\n            }\n          ],\n          \"usedExports\": true,\n          \"providedExports\": null,\n          \"optimizationBailout\": [\n            \"ModuleConcatenation bailout: Module is not an ECMAScript module\"\n          ],\n          \"depth\": 5\n        },\n        {\n          \"id\": 177,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/mini-css-extract-plugin/dist/loader.js!/Users/jarred/Code/styleurl/node_modules/css-loader/index.js??ref--6-1!/Users/jarred/Code/styleurl/node_modules/postcss-loader/lib/index.js??ref--6-2!/Users/jarred/Code/styleurl/chrome/extension/popup.css\",\n          \"name\": \"./chrome/extension/popup.css\",\n          \"index\": 25,\n          \"index2\": 25,\n          \"size\": 39,\n          \"cacheable\": true,\n          \"built\": true,\n          \"optional\": false,\n          \"prefetched\": false,\n          \"chunks\": [\n            0\n          ],\n          \"issuer\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/popup.js\",\n          \"issuerId\": 172,\n          \"issuerName\": \"./chrome/extension/popup.js\",\n          \"issuerPath\": [\n            {\n              \"id\": 171,\n              \"identifier\": \"multi /Users/jarred/Code/styleurl/webpack/customPublicPath /Users/jarred/Code/styleurl/chrome/extension/popup\",\n              \"name\": \"multi ./webpack/customPublicPath ./chrome/extension/popup\",\n              \"profile\": {\n                \"factory\": 0,\n                \"building\": 3\n              }\n            },\n            {\n              \"id\": 172,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/popup.js\",\n              \"name\": \"./chrome/extension/popup.js\",\n              \"profile\": {\n                \"factory\": 58,\n                \"building\": 445\n              }\n            }\n          ],\n          \"profile\": {\n            \"factory\": 340,\n            \"building\": 762,\n            \"dependencies\": 60\n          },\n          \"failed\": false,\n          \"errors\": 0,\n          \"warnings\": 0,\n          \"assets\": [],\n          \"reasons\": [\n            {\n              \"moduleId\": 172,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/popup.js\",\n              \"module\": \"./chrome/extension/popup.js\",\n              \"moduleName\": \"./chrome/extension/popup.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"./popup.css\",\n              \"loc\": \"9:0-22\"\n            }\n          ],\n          \"usedExports\": true,\n          \"providedExports\": null,\n          \"optimizationBailout\": [\n            \"ModuleConcatenation bailout: Module is not an ECMAScript module\"\n          ],\n          \"depth\": 2,\n          \"source\": \"// extracted by mini-css-extract-plugin\"\n        },\n        {\n          \"id\": 178,\n          \"identifier\": \"css /Users/jarred/Code/styleurl/node_modules/css-loader/index.js??ref--6-1!/Users/jarred/Code/styleurl/node_modules/postcss-loader/lib/index.js??ref--6-2!/Users/jarred/Code/styleurl/chrome/extension/popup/fonts.css 0\",\n          \"name\": \"css ./node_modules/css-loader??ref--6-1!./node_modules/postcss-loader/lib??ref--6-2!./chrome/extension/popup/fonts.css\",\n          \"index\": 26,\n          \"index2\": 23,\n          \"size\": 6622,\n          \"built\": false,\n          \"optional\": false,\n          \"prefetched\": false,\n          \"chunks\": [\n            0\n          ],\n          \"issuer\": \"/Users/jarred/Code/styleurl/node_modules/mini-css-extract-plugin/dist/loader.js!/Users/jarred/Code/styleurl/node_modules/css-loader/index.js??ref--6-1!/Users/jarred/Code/styleurl/node_modules/postcss-loader/lib/index.js??ref--6-2!/Users/jarred/Code/styleurl/chrome/extension/popup.css\",\n          \"issuerId\": 177,\n          \"issuerName\": \"./chrome/extension/popup.css\",\n          \"issuerPath\": [\n            {\n              \"id\": 171,\n              \"identifier\": \"multi /Users/jarred/Code/styleurl/webpack/customPublicPath /Users/jarred/Code/styleurl/chrome/extension/popup\",\n              \"name\": \"multi ./webpack/customPublicPath ./chrome/extension/popup\",\n              \"profile\": {\n                \"factory\": 0,\n                \"building\": 3\n              }\n            },\n            {\n              \"id\": 172,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/popup.js\",\n              \"name\": \"./chrome/extension/popup.js\",\n              \"profile\": {\n                \"factory\": 58,\n                \"building\": 445\n              }\n            },\n            {\n              \"id\": 177,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/mini-css-extract-plugin/dist/loader.js!/Users/jarred/Code/styleurl/node_modules/css-loader/index.js??ref--6-1!/Users/jarred/Code/styleurl/node_modules/postcss-loader/lib/index.js??ref--6-2!/Users/jarred/Code/styleurl/chrome/extension/popup.css\",\n              \"name\": \"./chrome/extension/popup.css\",\n              \"profile\": {\n                \"factory\": 340,\n                \"building\": 762,\n                \"dependencies\": 60\n              }\n            }\n          ],\n          \"profile\": {\n            \"factory\": 0,\n            \"building\": 0\n          },\n          \"failed\": false,\n          \"errors\": 0,\n          \"warnings\": 0,\n          \"assets\": [],\n          \"reasons\": [\n            {\n              \"moduleId\": 177,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/mini-css-extract-plugin/dist/loader.js!/Users/jarred/Code/styleurl/node_modules/css-loader/index.js??ref--6-1!/Users/jarred/Code/styleurl/node_modules/postcss-loader/lib/index.js??ref--6-2!/Users/jarred/Code/styleurl/chrome/extension/popup.css\",\n              \"module\": \"./chrome/extension/popup.css\",\n              \"moduleName\": \"./chrome/extension/popup.css\"\n            }\n          ],\n          \"usedExports\": true,\n          \"providedExports\": null,\n          \"optimizationBailout\": [\n            \"ModuleConcatenation bailout: Module is not an ECMAScript module\"\n          ],\n          \"depth\": 3\n        },\n        {\n          \"id\": 179,\n          \"identifier\": \"css /Users/jarred/Code/styleurl/node_modules/css-loader/index.js??ref--6-1!/Users/jarred/Code/styleurl/node_modules/postcss-loader/lib/index.js??ref--6-2!/Users/jarred/Code/styleurl/chrome/extension/popup.css 0\",\n          \"name\": \"css ./node_modules/css-loader??ref--6-1!./node_modules/postcss-loader/lib??ref--6-2!./chrome/extension/popup.css\",\n          \"index\": 27,\n          \"index2\": 24,\n          \"size\": 1971,\n          \"built\": false,\n          \"optional\": false,\n          \"prefetched\": false,\n          \"chunks\": [\n            0\n          ],\n          \"issuer\": \"/Users/jarred/Code/styleurl/node_modules/mini-css-extract-plugin/dist/loader.js!/Users/jarred/Code/styleurl/node_modules/css-loader/index.js??ref--6-1!/Users/jarred/Code/styleurl/node_modules/postcss-loader/lib/index.js??ref--6-2!/Users/jarred/Code/styleurl/chrome/extension/popup.css\",\n          \"issuerId\": 177,\n          \"issuerName\": \"./chrome/extension/popup.css\",\n          \"issuerPath\": [\n            {\n              \"id\": 171,\n              \"identifier\": \"multi /Users/jarred/Code/styleurl/webpack/customPublicPath /Users/jarred/Code/styleurl/chrome/extension/popup\",\n              \"name\": \"multi ./webpack/customPublicPath ./chrome/extension/popup\",\n              \"profile\": {\n                \"factory\": 0,\n                \"building\": 3\n              }\n            },\n            {\n              \"id\": 172,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/popup.js\",\n              \"name\": \"./chrome/extension/popup.js\",\n              \"profile\": {\n                \"factory\": 58,\n                \"building\": 445\n              }\n            },\n            {\n              \"id\": 177,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/mini-css-extract-plugin/dist/loader.js!/Users/jarred/Code/styleurl/node_modules/css-loader/index.js??ref--6-1!/Users/jarred/Code/styleurl/node_modules/postcss-loader/lib/index.js??ref--6-2!/Users/jarred/Code/styleurl/chrome/extension/popup.css\",\n              \"name\": \"./chrome/extension/popup.css\",\n              \"profile\": {\n                \"factory\": 340,\n                \"building\": 762,\n                \"dependencies\": 60\n              }\n            }\n          ],\n          \"profile\": {\n            \"factory\": 0,\n            \"building\": 0\n          },\n          \"failed\": false,\n          \"errors\": 0,\n          \"warnings\": 0,\n          \"assets\": [],\n          \"reasons\": [\n            {\n              \"moduleId\": 177,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/mini-css-extract-plugin/dist/loader.js!/Users/jarred/Code/styleurl/node_modules/css-loader/index.js??ref--6-1!/Users/jarred/Code/styleurl/node_modules/postcss-loader/lib/index.js??ref--6-2!/Users/jarred/Code/styleurl/chrome/extension/popup.css\",\n              \"module\": \"./chrome/extension/popup.css\",\n              \"moduleName\": \"./chrome/extension/popup.css\"\n            }\n          ],\n          \"usedExports\": true,\n          \"providedExports\": null,\n          \"optimizationBailout\": [\n            \"ModuleConcatenation bailout: Module is not an ECMAScript module\"\n          ],\n          \"depth\": 3\n        }\n      ],\n      \"filteredModules\": 0,\n      \"origins\": [\n        {\n          \"module\": \"\",\n          \"moduleIdentifier\": \"\",\n          \"moduleName\": \"\",\n          \"loc\": \"popup\",\n          \"request\": null,\n          \"reasons\": []\n        }\n      ]\n    },\n    {\n      \"id\": 1,\n      \"rendered\": true,\n      \"initial\": true,\n      \"entry\": true,\n      \"size\": 151285,\n      \"names\": [\n        \"inject\"\n      ],\n      \"files\": [\n        \"inject.bundle.js\"\n      ],\n      \"hash\": \"837c52b14e299c0bfcf9\",\n      \"siblings\": [],\n      \"parents\": [],\n      \"children\": [],\n      \"childrenByOrder\": {},\n      \"modules\": [\n        {\n          \"id\": 18,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/webpack/customPublicPath.js\",\n          \"name\": \"./webpack/customPublicPath.js\",\n          \"index\": 1,\n          \"index2\": 0,\n          \"size\": 598,\n          \"cacheable\": true,\n          \"built\": true,\n          \"optional\": false,\n          \"prefetched\": false,\n          \"chunks\": [\n            0,\n            1,\n            2,\n            3,\n            4\n          ],\n          \"issuer\": \"multi /Users/jarred/Code/styleurl/webpack/customPublicPath /Users/jarred/Code/styleurl/chrome/extension/popup\",\n          \"issuerId\": 171,\n          \"issuerName\": \"multi ./webpack/customPublicPath ./chrome/extension/popup\",\n          \"issuerPath\": [\n            {\n              \"id\": 171,\n              \"identifier\": \"multi /Users/jarred/Code/styleurl/webpack/customPublicPath /Users/jarred/Code/styleurl/chrome/extension/popup\",\n              \"name\": \"multi ./webpack/customPublicPath ./chrome/extension/popup\",\n              \"profile\": {\n                \"factory\": 0,\n                \"building\": 3\n              }\n            }\n          ],\n          \"profile\": {\n            \"factory\": 58,\n            \"building\": 445\n          },\n          \"failed\": false,\n          \"errors\": 0,\n          \"warnings\": 0,\n          \"assets\": [],\n          \"reasons\": [\n            {\n              \"moduleId\": 171,\n              \"moduleIdentifier\": \"multi /Users/jarred/Code/styleurl/webpack/customPublicPath /Users/jarred/Code/styleurl/chrome/extension/popup\",\n              \"module\": \"multi ./webpack/customPublicPath ./chrome/extension/popup\",\n              \"moduleName\": \"multi ./webpack/customPublicPath ./chrome/extension/popup\",\n              \"type\": \"single entry\",\n              \"userRequest\": \"/Users/jarred/Code/styleurl/webpack/customPublicPath\",\n              \"loc\": \"+0\"\n            },\n            {\n              \"moduleId\": 180,\n              \"moduleIdentifier\": \"multi /Users/jarred/Code/styleurl/webpack/customPublicPath /Users/jarred/Code/styleurl/chrome/extension/inject\",\n              \"module\": \"multi ./webpack/customPublicPath ./chrome/extension/inject\",\n              \"moduleName\": \"multi ./webpack/customPublicPath ./chrome/extension/inject\",\n              \"type\": \"single entry\",\n              \"userRequest\": \"/Users/jarred/Code/styleurl/webpack/customPublicPath\",\n              \"loc\": \"+0\"\n            },\n            {\n              \"moduleId\": 191,\n              \"moduleIdentifier\": \"multi /Users/jarred/Code/styleurl/webpack/customPublicPath /Users/jarred/Code/styleurl/chrome/extension/background\",\n              \"module\": \"multi ./webpack/customPublicPath ./chrome/extension/background\",\n              \"moduleName\": \"multi ./webpack/customPublicPath ./chrome/extension/background\",\n              \"type\": \"single entry\",\n              \"userRequest\": \"/Users/jarred/Code/styleurl/webpack/customPublicPath\",\n              \"loc\": \"+0\"\n            },\n            {\n              \"moduleId\": 342,\n              \"moduleIdentifier\": \"multi /Users/jarred/Code/styleurl/webpack/customPublicPath /Users/jarred/Code/styleurl/chrome/extension/devtools\",\n              \"module\": \"multi ./webpack/customPublicPath ./chrome/extension/devtools\",\n              \"moduleName\": \"multi ./webpack/customPublicPath ./chrome/extension/devtools\",\n              \"type\": \"single entry\",\n              \"userRequest\": \"/Users/jarred/Code/styleurl/webpack/customPublicPath\",\n              \"loc\": \"+0\"\n            },\n            {\n              \"moduleId\": 350,\n              \"moduleIdentifier\": \"multi /Users/jarred/Code/styleurl/webpack/customPublicPath /Users/jarred/Code/styleurl/chrome/extension/github_gist_content_script\",\n              \"module\": \"multi ./webpack/customPublicPath ./chrome/extension/github_gist_content_script\",\n              \"moduleName\": \"multi ./webpack/customPublicPath ./chrome/extension/github_gist_content_script\",\n              \"type\": \"single entry\",\n              \"userRequest\": \"/Users/jarred/Code/styleurl/webpack/customPublicPath\",\n              \"loc\": \"+0\"\n            }\n          ],\n          \"usedExports\": true,\n          \"providedExports\": null,\n          \"optimizationBailout\": [\n            \"ModuleConcatenation bailout: Module is not an ECMAScript module\"\n          ],\n          \"depth\": 1,\n          \"source\": \"\\\"use strict\\\";\\n\\n/* global __webpack_public_path__ __HOST__ __PORT__ */\\n\\n/* eslint no-global-assign: 0 camelcase: 0 */\\nif (process.env.NODE_ENV === \\\"production\\\") {\\n  __webpack_public_path__ = chrome.extension.getURL(\\\"\\\");\\n} else {\\n  // In development mode,\\n  // the iframe of injectpage cannot get correct path,\\n  // it need to get parent page protocol.\\n  const path = `//${__HOST__}:${__PORT__}/`;\\n\\n  if (location.protocol === \\\"https:\\\" || location.search.indexOf(\\\"protocol=https\\\") !== -1) {\\n    __webpack_public_path__ = `https:${path}`;\\n  } else {\\n    __webpack_public_path__ = `http:${path}`;\\n  }\\n}\"\n        },\n        {\n          \"id\": 22,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/react/index.js\",\n          \"name\": \"./node_modules/react/index.js\",\n          \"index\": 3,\n          \"index2\": 6,\n          \"size\": 190,\n          \"cacheable\": true,\n          \"built\": true,\n          \"optional\": false,\n          \"prefetched\": false,\n          \"chunks\": [\n            0,\n            1\n          ],\n          \"issuer\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/popup.js\",\n          \"issuerId\": 172,\n          \"issuerName\": \"./chrome/extension/popup.js\",\n          \"issuerPath\": [\n            {\n              \"id\": 171,\n              \"identifier\": \"multi /Users/jarred/Code/styleurl/webpack/customPublicPath /Users/jarred/Code/styleurl/chrome/extension/popup\",\n              \"name\": \"multi ./webpack/customPublicPath ./chrome/extension/popup\",\n              \"profile\": {\n                \"factory\": 0,\n                \"building\": 3\n              }\n            },\n            {\n              \"id\": 172,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/popup.js\",\n              \"name\": \"./chrome/extension/popup.js\",\n              \"profile\": {\n                \"factory\": 58,\n                \"building\": 445\n              }\n            }\n          ],\n          \"profile\": {\n            \"factory\": 340,\n            \"building\": 762,\n            \"dependencies\": 60\n          },\n          \"failed\": false,\n          \"errors\": 0,\n          \"warnings\": 0,\n          \"assets\": [],\n          \"reasons\": [\n            {\n              \"moduleId\": 78,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/react-dom/cjs/react-dom.production.min.js\",\n              \"module\": \"./node_modules/react-dom/cjs/react-dom.production.min.js\",\n              \"moduleName\": \"./node_modules/react-dom/cjs/react-dom.production.min.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"react\",\n              \"loc\": \"13:53-69\"\n            },\n            {\n              \"moduleId\": 172,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/popup.js\",\n              \"module\": \"./chrome/extension/popup.js\",\n              \"moduleName\": \"./chrome/extension/popup.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"react\",\n              \"loc\": \"3:36-52\"\n            },\n            {\n              \"moduleId\": 173,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/popup/Popup.js\",\n              \"module\": \"./chrome/extension/popup/Popup.js\",\n              \"moduleName\": \"./chrome/extension/popup/Popup.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"react\",\n              \"loc\": \"8:36-52\"\n            },\n            {\n              \"moduleId\": 174,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/popup/Gist.js\",\n              \"module\": \"./chrome/extension/popup/Gist.js\",\n              \"moduleName\": \"./chrome/extension/popup/Gist.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"react\",\n              \"loc\": \"8:36-52\"\n            },\n            {\n              \"moduleId\": 181,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/inject.js\",\n              \"module\": \"./chrome/extension/inject.js\",\n              \"moduleName\": \"./chrome/extension/inject.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"react\",\n              \"loc\": \"3:37-53\"\n            },\n            {\n              \"moduleId\": 183,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/react-dock/lib/Dock.js\",\n              \"module\": \"./node_modules/react-dock/lib/Dock.js\",\n              \"moduleName\": \"./node_modules/react-dock/lib/Dock.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"react\",\n              \"loc\": \"14:13-29\"\n            }\n          ],\n          \"usedExports\": true,\n          \"providedExports\": null,\n          \"optimizationBailout\": [\n            \"ModuleConcatenation bailout: Module is not an ECMAScript module\"\n          ],\n          \"depth\": 2,\n          \"source\": \"'use strict';\\n\\nif (process.env.NODE_ENV === 'production') {\\n  module.exports = require('./cjs/react.production.min.js');\\n} else {\\n  module.exports = require('./cjs/react.development.js');\\n}\\n\"\n        },\n        {\n          \"id\": 41,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/object-assign/index.js\",\n          \"name\": \"./node_modules/object-assign/index.js\",\n          \"index\": 5,\n          \"index2\": 1,\n          \"size\": 2108,\n          \"cacheable\": true,\n          \"built\": true,\n          \"optional\": false,\n          \"prefetched\": false,\n          \"chunks\": [\n            0,\n            1\n          ],\n          \"issuer\": \"/Users/jarred/Code/styleurl/node_modules/react/cjs/react.production.min.js\",\n          \"issuerId\": 73,\n          \"issuerName\": \"./node_modules/react/cjs/react.production.min.js\",\n          \"issuerPath\": [\n            {\n              \"id\": 171,\n              \"identifier\": \"multi /Users/jarred/Code/styleurl/webpack/customPublicPath /Users/jarred/Code/styleurl/chrome/extension/popup\",\n              \"name\": \"multi ./webpack/customPublicPath ./chrome/extension/popup\",\n              \"profile\": {\n                \"factory\": 0,\n                \"building\": 3\n              }\n            },\n            {\n              \"id\": 172,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/popup.js\",\n              \"name\": \"./chrome/extension/popup.js\",\n              \"profile\": {\n                \"factory\": 58,\n                \"building\": 445\n              }\n            },\n            {\n              \"id\": 22,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/react/index.js\",\n              \"name\": \"./node_modules/react/index.js\",\n              \"profile\": {\n                \"factory\": 340,\n                \"building\": 762,\n                \"dependencies\": 60\n              }\n            },\n            {\n              \"id\": 73,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/react/cjs/react.production.min.js\",\n              \"name\": \"./node_modules/react/cjs/react.production.min.js\",\n              \"profile\": {\n                \"factory\": 235,\n                \"building\": 62\n              }\n            }\n          ],\n          \"profile\": {\n            \"factory\": 272,\n            \"building\": 15\n          },\n          \"failed\": false,\n          \"errors\": 0,\n          \"warnings\": 0,\n          \"assets\": [],\n          \"reasons\": [\n            {\n              \"moduleId\": 73,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/react/cjs/react.production.min.js\",\n              \"module\": \"./node_modules/react/cjs/react.production.min.js\",\n              \"moduleName\": \"./node_modules/react/cjs/react.production.min.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"object-assign\",\n              \"loc\": \"10:19-43\"\n            },\n            {\n              \"moduleId\": 78,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/react-dom/cjs/react-dom.production.min.js\",\n              \"module\": \"./node_modules/react-dom/cjs/react-dom.production.min.js\",\n              \"moduleName\": \"./node_modules/react-dom/cjs/react-dom.production.min.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"object-assign\",\n              \"loc\": \"13:115-139\"\n            }\n          ],\n          \"usedExports\": true,\n          \"providedExports\": null,\n          \"optimizationBailout\": [\n            \"ModuleConcatenation bailout: Module is not an ECMAScript module\"\n          ],\n          \"depth\": 4,\n          \"source\": \"/*\\nobject-assign\\n(c) Sindre Sorhus\\n@license MIT\\n*/\\n\\n'use strict';\\n/* eslint-disable no-unused-vars */\\nvar getOwnPropertySymbols = Object.getOwnPropertySymbols;\\nvar hasOwnProperty = Object.prototype.hasOwnProperty;\\nvar propIsEnumerable = Object.prototype.propertyIsEnumerable;\\n\\nfunction toObject(val) {\\n\\tif (val === null || val === undefined) {\\n\\t\\tthrow new TypeError('Object.assign cannot be called with null or undefined');\\n\\t}\\n\\n\\treturn Object(val);\\n}\\n\\nfunction shouldUseNative() {\\n\\ttry {\\n\\t\\tif (!Object.assign) {\\n\\t\\t\\treturn false;\\n\\t\\t}\\n\\n\\t\\t// Detect buggy property enumeration order in older V8 versions.\\n\\n\\t\\t// https://bugs.chromium.org/p/v8/issues/detail?id=4118\\n\\t\\tvar test1 = new String('abc');  // eslint-disable-line no-new-wrappers\\n\\t\\ttest1[5] = 'de';\\n\\t\\tif (Object.getOwnPropertyNames(test1)[0] === '5') {\\n\\t\\t\\treturn false;\\n\\t\\t}\\n\\n\\t\\t// https://bugs.chromium.org/p/v8/issues/detail?id=3056\\n\\t\\tvar test2 = {};\\n\\t\\tfor (var i = 0; i < 10; i++) {\\n\\t\\t\\ttest2['_' + String.fromCharCode(i)] = i;\\n\\t\\t}\\n\\t\\tvar order2 = Object.getOwnPropertyNames(test2).map(function (n) {\\n\\t\\t\\treturn test2[n];\\n\\t\\t});\\n\\t\\tif (order2.join('') !== '0123456789') {\\n\\t\\t\\treturn false;\\n\\t\\t}\\n\\n\\t\\t// https://bugs.chromium.org/p/v8/issues/detail?id=3056\\n\\t\\tvar test3 = {};\\n\\t\\t'abcdefghijklmnopqrst'.split('').forEach(function (letter) {\\n\\t\\t\\ttest3[letter] = letter;\\n\\t\\t});\\n\\t\\tif (Object.keys(Object.assign({}, test3)).join('') !==\\n\\t\\t\\t\\t'abcdefghijklmnopqrst') {\\n\\t\\t\\treturn false;\\n\\t\\t}\\n\\n\\t\\treturn true;\\n\\t} catch (err) {\\n\\t\\t// We don't expect any of the above to throw, but better to be safe.\\n\\t\\treturn false;\\n\\t}\\n}\\n\\nmodule.exports = shouldUseNative() ? Object.assign : function (target, source) {\\n\\tvar from;\\n\\tvar to = toObject(target);\\n\\tvar symbols;\\n\\n\\tfor (var s = 1; s < arguments.length; s++) {\\n\\t\\tfrom = Object(arguments[s]);\\n\\n\\t\\tfor (var key in from) {\\n\\t\\t\\tif (hasOwnProperty.call(from, key)) {\\n\\t\\t\\t\\tto[key] = from[key];\\n\\t\\t\\t}\\n\\t\\t}\\n\\n\\t\\tif (getOwnPropertySymbols) {\\n\\t\\t\\tsymbols = getOwnPropertySymbols(from);\\n\\t\\t\\tfor (var i = 0; i < symbols.length; i++) {\\n\\t\\t\\t\\tif (propIsEnumerable.call(from, symbols[i])) {\\n\\t\\t\\t\\t\\tto[symbols[i]] = from[symbols[i]];\\n\\t\\t\\t\\t}\\n\\t\\t\\t}\\n\\t\\t}\\n\\t}\\n\\n\\treturn to;\\n};\\n\"\n        },\n        {\n          \"id\": 73,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/react/cjs/react.production.min.js\",\n          \"name\": \"./node_modules/react/cjs/react.production.min.js\",\n          \"index\": 4,\n          \"index2\": 5,\n          \"size\": 5724,\n          \"cacheable\": true,\n          \"built\": true,\n          \"optional\": false,\n          \"prefetched\": false,\n          \"chunks\": [\n            0,\n            1\n          ],\n          \"issuer\": \"/Users/jarred/Code/styleurl/node_modules/react/index.js\",\n          \"issuerId\": 22,\n          \"issuerName\": \"./node_modules/react/index.js\",\n          \"issuerPath\": [\n            {\n              \"id\": 171,\n              \"identifier\": \"multi /Users/jarred/Code/styleurl/webpack/customPublicPath /Users/jarred/Code/styleurl/chrome/extension/popup\",\n              \"name\": \"multi ./webpack/customPublicPath ./chrome/extension/popup\",\n              \"profile\": {\n                \"factory\": 0,\n                \"building\": 3\n              }\n            },\n            {\n              \"id\": 172,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/popup.js\",\n              \"name\": \"./chrome/extension/popup.js\",\n              \"profile\": {\n                \"factory\": 58,\n                \"building\": 445\n              }\n            },\n            {\n              \"id\": 22,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/react/index.js\",\n              \"name\": \"./node_modules/react/index.js\",\n              \"profile\": {\n                \"factory\": 340,\n                \"building\": 762,\n                \"dependencies\": 60\n              }\n            }\n          ],\n          \"profile\": {\n            \"factory\": 235,\n            \"building\": 62\n          },\n          \"failed\": false,\n          \"errors\": 0,\n          \"warnings\": 0,\n          \"assets\": [],\n          \"reasons\": [\n            {\n              \"moduleId\": 22,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/react/index.js\",\n              \"module\": \"./node_modules/react/index.js\",\n              \"moduleName\": \"./node_modules/react/index.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"./cjs/react.production.min.js\",\n              \"loc\": \"4:19-59\"\n            }\n          ],\n          \"usedExports\": true,\n          \"providedExports\": null,\n          \"optimizationBailout\": [\n            \"ModuleConcatenation bailout: Module is not an ECMAScript module\"\n          ],\n          \"depth\": 3,\n          \"source\": \"/** @license React v16.4.1\\n * react.production.min.js\\n *\\n * Copyright (c) 2013-present, Facebook, Inc.\\n *\\n * This source code is licensed under the MIT license found in the\\n * LICENSE file in the root directory of this source tree.\\n */\\n\\n'use strict';var k=require(\\\"object-assign\\\"),n=require(\\\"fbjs/lib/invariant\\\"),p=require(\\\"fbjs/lib/emptyObject\\\"),q=require(\\\"fbjs/lib/emptyFunction\\\"),r=\\\"function\\\"===typeof Symbol&&Symbol.for,t=r?Symbol.for(\\\"react.element\\\"):60103,u=r?Symbol.for(\\\"react.portal\\\"):60106,v=r?Symbol.for(\\\"react.fragment\\\"):60107,w=r?Symbol.for(\\\"react.strict_mode\\\"):60108,x=r?Symbol.for(\\\"react.profiler\\\"):60114,y=r?Symbol.for(\\\"react.provider\\\"):60109,z=r?Symbol.for(\\\"react.context\\\"):60110,A=r?Symbol.for(\\\"react.async_mode\\\"):60111,B=\\nr?Symbol.for(\\\"react.forward_ref\\\"):60112;r&&Symbol.for(\\\"react.timeout\\\");var C=\\\"function\\\"===typeof Symbol&&Symbol.iterator;function D(a){for(var b=arguments.length-1,e=\\\"https://reactjs.org/docs/error-decoder.html?invariant=\\\"+a,c=0;c<b;c++)e+=\\\"&args[]=\\\"+encodeURIComponent(arguments[c+1]);n(!1,\\\"Minified React error #\\\"+a+\\\"; visit %s for the full message or use the non-minified dev environment for full errors and additional helpful warnings. \\\",e)}\\nvar E={isMounted:function(){return!1},enqueueForceUpdate:function(){},enqueueReplaceState:function(){},enqueueSetState:function(){}};function F(a,b,e){this.props=a;this.context=b;this.refs=p;this.updater=e||E}F.prototype.isReactComponent={};F.prototype.setState=function(a,b){\\\"object\\\"!==typeof a&&\\\"function\\\"!==typeof a&&null!=a?D(\\\"85\\\"):void 0;this.updater.enqueueSetState(this,a,b,\\\"setState\\\")};F.prototype.forceUpdate=function(a){this.updater.enqueueForceUpdate(this,a,\\\"forceUpdate\\\")};function G(){}\\nG.prototype=F.prototype;function H(a,b,e){this.props=a;this.context=b;this.refs=p;this.updater=e||E}var I=H.prototype=new G;I.constructor=H;k(I,F.prototype);I.isPureReactComponent=!0;var J={current:null},K=Object.prototype.hasOwnProperty,L={key:!0,ref:!0,__self:!0,__source:!0};\\nfunction M(a,b,e){var c=void 0,d={},g=null,h=null;if(null!=b)for(c in void 0!==b.ref&&(h=b.ref),void 0!==b.key&&(g=\\\"\\\"+b.key),b)K.call(b,c)&&!L.hasOwnProperty(c)&&(d[c]=b[c]);var f=arguments.length-2;if(1===f)d.children=e;else if(1<f){for(var l=Array(f),m=0;m<f;m++)l[m]=arguments[m+2];d.children=l}if(a&&a.defaultProps)for(c in f=a.defaultProps,f)void 0===d[c]&&(d[c]=f[c]);return{$$typeof:t,type:a,key:g,ref:h,props:d,_owner:J.current}}\\nfunction N(a){return\\\"object\\\"===typeof a&&null!==a&&a.$$typeof===t}function escape(a){var b={\\\"=\\\":\\\"=0\\\",\\\":\\\":\\\"=2\\\"};return\\\"$\\\"+(\\\"\\\"+a).replace(/[=:]/g,function(a){return b[a]})}var O=/\\\\/+/g,P=[];function Q(a,b,e,c){if(P.length){var d=P.pop();d.result=a;d.keyPrefix=b;d.func=e;d.context=c;d.count=0;return d}return{result:a,keyPrefix:b,func:e,context:c,count:0}}function R(a){a.result=null;a.keyPrefix=null;a.func=null;a.context=null;a.count=0;10>P.length&&P.push(a)}\\nfunction S(a,b,e,c){var d=typeof a;if(\\\"undefined\\\"===d||\\\"boolean\\\"===d)a=null;var g=!1;if(null===a)g=!0;else switch(d){case \\\"string\\\":case \\\"number\\\":g=!0;break;case \\\"object\\\":switch(a.$$typeof){case t:case u:g=!0}}if(g)return e(c,a,\\\"\\\"===b?\\\".\\\"+T(a,0):b),1;g=0;b=\\\"\\\"===b?\\\".\\\":b+\\\":\\\";if(Array.isArray(a))for(var h=0;h<a.length;h++){d=a[h];var f=b+T(d,h);g+=S(d,f,e,c)}else if(null===a||\\\"undefined\\\"===typeof a?f=null:(f=C&&a[C]||a[\\\"@@iterator\\\"],f=\\\"function\\\"===typeof f?f:null),\\\"function\\\"===typeof f)for(a=f.call(a),\\nh=0;!(d=a.next()).done;)d=d.value,f=b+T(d,h++),g+=S(d,f,e,c);else\\\"object\\\"===d&&(e=\\\"\\\"+a,D(\\\"31\\\",\\\"[object Object]\\\"===e?\\\"object with keys {\\\"+Object.keys(a).join(\\\", \\\")+\\\"}\\\":e,\\\"\\\"));return g}function T(a,b){return\\\"object\\\"===typeof a&&null!==a&&null!=a.key?escape(a.key):b.toString(36)}function U(a,b){a.func.call(a.context,b,a.count++)}\\nfunction V(a,b,e){var c=a.result,d=a.keyPrefix;a=a.func.call(a.context,b,a.count++);Array.isArray(a)?W(a,c,e,q.thatReturnsArgument):null!=a&&(N(a)&&(b=d+(!a.key||b&&b.key===a.key?\\\"\\\":(\\\"\\\"+a.key).replace(O,\\\"$&/\\\")+\\\"/\\\")+e,a={$$typeof:t,type:a.type,key:b,ref:a.ref,props:a.props,_owner:a._owner}),c.push(a))}function W(a,b,e,c,d){var g=\\\"\\\";null!=e&&(g=(\\\"\\\"+e).replace(O,\\\"$&/\\\")+\\\"/\\\");b=Q(b,g,c,d);null==a||S(a,\\\"\\\",V,b);R(b)}\\nvar X={Children:{map:function(a,b,e){if(null==a)return a;var c=[];W(a,c,null,b,e);return c},forEach:function(a,b,e){if(null==a)return a;b=Q(null,null,b,e);null==a||S(a,\\\"\\\",U,b);R(b)},count:function(a){return null==a?0:S(a,\\\"\\\",q.thatReturnsNull,null)},toArray:function(a){var b=[];W(a,b,null,q.thatReturnsArgument);return b},only:function(a){N(a)?void 0:D(\\\"143\\\");return a}},createRef:function(){return{current:null}},Component:F,PureComponent:H,createContext:function(a,b){void 0===b&&(b=null);a={$$typeof:z,\\n_calculateChangedBits:b,_defaultValue:a,_currentValue:a,_currentValue2:a,_changedBits:0,_changedBits2:0,Provider:null,Consumer:null};a.Provider={$$typeof:y,_context:a};return a.Consumer=a},forwardRef:function(a){return{$$typeof:B,render:a}},Fragment:v,StrictMode:w,unstable_AsyncMode:A,unstable_Profiler:x,createElement:M,cloneElement:function(a,b,e){null===a||void 0===a?D(\\\"267\\\",a):void 0;var c=void 0,d=k({},a.props),g=a.key,h=a.ref,f=a._owner;if(null!=b){void 0!==b.ref&&(h=b.ref,f=J.current);void 0!==\\nb.key&&(g=\\\"\\\"+b.key);var l=void 0;a.type&&a.type.defaultProps&&(l=a.type.defaultProps);for(c in b)K.call(b,c)&&!L.hasOwnProperty(c)&&(d[c]=void 0===b[c]&&void 0!==l?l[c]:b[c])}c=arguments.length-2;if(1===c)d.children=e;else if(1<c){l=Array(c);for(var m=0;m<c;m++)l[m]=arguments[m+2];d.children=l}return{$$typeof:t,type:a.type,key:g,ref:h,props:d,_owner:f}},createFactory:function(a){var b=M.bind(null,a);b.type=a;return b},isValidElement:N,version:\\\"16.4.1\\\",__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED:{ReactCurrentOwner:J,\\nassign:k}},Y={default:X},Z=Y&&X||Y;module.exports=Z.default?Z.default:Z;\\n\"\n        },\n        {\n          \"id\": 74,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/react/node_modules/fbjs/lib/invariant.js\",\n          \"name\": \"./node_modules/react/node_modules/fbjs/lib/invariant.js\",\n          \"index\": 6,\n          \"index2\": 2,\n          \"size\": 1506,\n          \"cacheable\": true,\n          \"built\": true,\n          \"optional\": false,\n          \"prefetched\": false,\n          \"chunks\": [\n            0,\n            1\n          ],\n          \"issuer\": \"/Users/jarred/Code/styleurl/node_modules/react/cjs/react.production.min.js\",\n          \"issuerId\": 73,\n          \"issuerName\": \"./node_modules/react/cjs/react.production.min.js\",\n          \"issuerPath\": [\n            {\n              \"id\": 171,\n              \"identifier\": \"multi /Users/jarred/Code/styleurl/webpack/customPublicPath /Users/jarred/Code/styleurl/chrome/extension/popup\",\n              \"name\": \"multi ./webpack/customPublicPath ./chrome/extension/popup\",\n              \"profile\": {\n                \"factory\": 0,\n                \"building\": 3\n              }\n            },\n            {\n              \"id\": 172,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/popup.js\",\n              \"name\": \"./chrome/extension/popup.js\",\n              \"profile\": {\n                \"factory\": 58,\n                \"building\": 445\n              }\n            },\n            {\n              \"id\": 22,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/react/index.js\",\n              \"name\": \"./node_modules/react/index.js\",\n              \"profile\": {\n                \"factory\": 340,\n                \"building\": 762,\n                \"dependencies\": 60\n              }\n            },\n            {\n              \"id\": 73,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/react/cjs/react.production.min.js\",\n              \"name\": \"./node_modules/react/cjs/react.production.min.js\",\n              \"profile\": {\n                \"factory\": 235,\n                \"building\": 62\n              }\n            }\n          ],\n          \"profile\": {\n            \"factory\": 272,\n            \"building\": 15\n          },\n          \"failed\": false,\n          \"errors\": 0,\n          \"warnings\": 0,\n          \"assets\": [],\n          \"reasons\": [\n            {\n              \"moduleId\": 73,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/react/cjs/react.production.min.js\",\n              \"module\": \"./node_modules/react/cjs/react.production.min.js\",\n              \"moduleName\": \"./node_modules/react/cjs/react.production.min.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"fbjs/lib/invariant\",\n              \"loc\": \"10:46-75\"\n            }\n          ],\n          \"usedExports\": true,\n          \"providedExports\": null,\n          \"optimizationBailout\": [\n            \"ModuleConcatenation bailout: Module is not an ECMAScript module\"\n          ],\n          \"depth\": 4,\n          \"source\": \"/**\\n * Copyright (c) 2013-present, Facebook, Inc.\\n *\\n * This source code is licensed under the MIT license found in the\\n * LICENSE file in the root directory of this source tree.\\n *\\n */\\n\\n'use strict';\\n\\n/**\\n * Use invariant() to assert state which your program assumes to be true.\\n *\\n * Provide sprintf-style format (only %s is supported) and arguments\\n * to provide information about what broke and what you were\\n * expecting.\\n *\\n * The invariant message will be stripped in production, but the invariant\\n * will remain to ensure logic does not differ in production.\\n */\\n\\nvar validateFormat = function validateFormat(format) {};\\n\\nif (process.env.NODE_ENV !== 'production') {\\n  validateFormat = function validateFormat(format) {\\n    if (format === undefined) {\\n      throw new Error('invariant requires an error message argument');\\n    }\\n  };\\n}\\n\\nfunction invariant(condition, format, a, b, c, d, e, f) {\\n  validateFormat(format);\\n\\n  if (!condition) {\\n    var error;\\n    if (format === undefined) {\\n      error = new Error('Minified exception occurred; use the non-minified dev environment ' + 'for the full error message and additional helpful warnings.');\\n    } else {\\n      var args = [a, b, c, d, e, f];\\n      var argIndex = 0;\\n      error = new Error(format.replace(/%s/g, function () {\\n        return args[argIndex++];\\n      }));\\n      error.name = 'Invariant Violation';\\n    }\\n\\n    error.framesToPop = 1; // we don't care about invariant's own frame\\n    throw error;\\n  }\\n}\\n\\nmodule.exports = invariant;\"\n        },\n        {\n          \"id\": 75,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/react/node_modules/fbjs/lib/emptyObject.js\",\n          \"name\": \"./node_modules/react/node_modules/fbjs/lib/emptyObject.js\",\n          \"index\": 7,\n          \"index2\": 3,\n          \"size\": 332,\n          \"cacheable\": true,\n          \"built\": true,\n          \"optional\": false,\n          \"prefetched\": false,\n          \"chunks\": [\n            0,\n            1\n          ],\n          \"issuer\": \"/Users/jarred/Code/styleurl/node_modules/react/cjs/react.production.min.js\",\n          \"issuerId\": 73,\n          \"issuerName\": \"./node_modules/react/cjs/react.production.min.js\",\n          \"issuerPath\": [\n            {\n              \"id\": 171,\n              \"identifier\": \"multi /Users/jarred/Code/styleurl/webpack/customPublicPath /Users/jarred/Code/styleurl/chrome/extension/popup\",\n              \"name\": \"multi ./webpack/customPublicPath ./chrome/extension/popup\",\n              \"profile\": {\n                \"factory\": 0,\n                \"building\": 3\n              }\n            },\n            {\n              \"id\": 172,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/popup.js\",\n              \"name\": \"./chrome/extension/popup.js\",\n              \"profile\": {\n                \"factory\": 58,\n                \"building\": 445\n              }\n            },\n            {\n              \"id\": 22,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/react/index.js\",\n              \"name\": \"./node_modules/react/index.js\",\n              \"profile\": {\n                \"factory\": 340,\n                \"building\": 762,\n                \"dependencies\": 60\n              }\n            },\n            {\n              \"id\": 73,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/react/cjs/react.production.min.js\",\n              \"name\": \"./node_modules/react/cjs/react.production.min.js\",\n              \"profile\": {\n                \"factory\": 235,\n                \"building\": 62\n              }\n            }\n          ],\n          \"profile\": {\n            \"factory\": 272,\n            \"building\": 15\n          },\n          \"failed\": false,\n          \"errors\": 0,\n          \"warnings\": 0,\n          \"assets\": [],\n          \"reasons\": [\n            {\n              \"moduleId\": 73,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/react/cjs/react.production.min.js\",\n              \"module\": \"./node_modules/react/cjs/react.production.min.js\",\n              \"moduleName\": \"./node_modules/react/cjs/react.production.min.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"fbjs/lib/emptyObject\",\n              \"loc\": \"10:78-109\"\n            }\n          ],\n          \"usedExports\": true,\n          \"providedExports\": null,\n          \"optimizationBailout\": [\n            \"ModuleConcatenation bailout: Module is not an ECMAScript module\"\n          ],\n          \"depth\": 4,\n          \"source\": \"/**\\n * Copyright (c) 2013-present, Facebook, Inc.\\n *\\n * This source code is licensed under the MIT license found in the\\n * LICENSE file in the root directory of this source tree.\\n *\\n */\\n\\n'use strict';\\n\\nvar emptyObject = {};\\n\\nif (process.env.NODE_ENV !== 'production') {\\n  Object.freeze(emptyObject);\\n}\\n\\nmodule.exports = emptyObject;\"\n        },\n        {\n          \"id\": 76,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/react/node_modules/fbjs/lib/emptyFunction.js\",\n          \"name\": \"./node_modules/react/node_modules/fbjs/lib/emptyFunction.js\",\n          \"index\": 8,\n          \"index2\": 4,\n          \"size\": 959,\n          \"cacheable\": true,\n          \"built\": true,\n          \"optional\": false,\n          \"prefetched\": false,\n          \"chunks\": [\n            0,\n            1\n          ],\n          \"issuer\": \"/Users/jarred/Code/styleurl/node_modules/react/cjs/react.production.min.js\",\n          \"issuerId\": 73,\n          \"issuerName\": \"./node_modules/react/cjs/react.production.min.js\",\n          \"issuerPath\": [\n            {\n              \"id\": 171,\n              \"identifier\": \"multi /Users/jarred/Code/styleurl/webpack/customPublicPath /Users/jarred/Code/styleurl/chrome/extension/popup\",\n              \"name\": \"multi ./webpack/customPublicPath ./chrome/extension/popup\",\n              \"profile\": {\n                \"factory\": 0,\n                \"building\": 3\n              }\n            },\n            {\n              \"id\": 172,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/popup.js\",\n              \"name\": \"./chrome/extension/popup.js\",\n              \"profile\": {\n                \"factory\": 58,\n                \"building\": 445\n              }\n            },\n            {\n              \"id\": 22,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/react/index.js\",\n              \"name\": \"./node_modules/react/index.js\",\n              \"profile\": {\n                \"factory\": 340,\n                \"building\": 762,\n                \"dependencies\": 60\n              }\n            },\n            {\n              \"id\": 73,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/react/cjs/react.production.min.js\",\n              \"name\": \"./node_modules/react/cjs/react.production.min.js\",\n              \"profile\": {\n                \"factory\": 235,\n                \"building\": 62\n              }\n            }\n          ],\n          \"profile\": {\n            \"factory\": 272,\n            \"building\": 15\n          },\n          \"failed\": false,\n          \"errors\": 0,\n          \"warnings\": 0,\n          \"assets\": [],\n          \"reasons\": [\n            {\n              \"moduleId\": 73,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/react/cjs/react.production.min.js\",\n              \"module\": \"./node_modules/react/cjs/react.production.min.js\",\n              \"moduleName\": \"./node_modules/react/cjs/react.production.min.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"fbjs/lib/emptyFunction\",\n              \"loc\": \"10:112-145\"\n            }\n          ],\n          \"usedExports\": true,\n          \"providedExports\": null,\n          \"optimizationBailout\": [\n            \"ModuleConcatenation bailout: Module is not an ECMAScript module\"\n          ],\n          \"depth\": 4,\n          \"source\": \"\\\"use strict\\\";\\n\\n/**\\n * Copyright (c) 2013-present, Facebook, Inc.\\n *\\n * This source code is licensed under the MIT license found in the\\n * LICENSE file in the root directory of this source tree.\\n *\\n * \\n */\\n\\nfunction makeEmptyFunction(arg) {\\n  return function () {\\n    return arg;\\n  };\\n}\\n\\n/**\\n * This function accepts and discards inputs; it has no side effects. This is\\n * primarily useful idiomatically for overridable function endpoints which\\n * always need to be callable, since JS lacks a null-call idiom ala Cocoa.\\n */\\nvar emptyFunction = function emptyFunction() {};\\n\\nemptyFunction.thatReturns = makeEmptyFunction;\\nemptyFunction.thatReturnsFalse = makeEmptyFunction(false);\\nemptyFunction.thatReturnsTrue = makeEmptyFunction(true);\\nemptyFunction.thatReturnsNull = makeEmptyFunction(null);\\nemptyFunction.thatReturnsThis = function () {\\n  return this;\\n};\\nemptyFunction.thatReturnsArgument = function (arg) {\\n  return arg;\\n};\\n\\nmodule.exports = emptyFunction;\"\n        },\n        {\n          \"id\": 77,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/react-dom/index.js\",\n          \"name\": \"./node_modules/react-dom/index.js\",\n          \"index\": 9,\n          \"index2\": 17,\n          \"size\": 1363,\n          \"cacheable\": true,\n          \"built\": true,\n          \"optional\": false,\n          \"prefetched\": false,\n          \"chunks\": [\n            0,\n            1\n          ],\n          \"issuer\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/popup.js\",\n          \"issuerId\": 172,\n          \"issuerName\": \"./chrome/extension/popup.js\",\n          \"issuerPath\": [\n            {\n              \"id\": 171,\n              \"identifier\": \"multi /Users/jarred/Code/styleurl/webpack/customPublicPath /Users/jarred/Code/styleurl/chrome/extension/popup\",\n              \"name\": \"multi ./webpack/customPublicPath ./chrome/extension/popup\",\n              \"profile\": {\n                \"factory\": 0,\n                \"building\": 3\n              }\n            },\n            {\n              \"id\": 172,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/popup.js\",\n              \"name\": \"./chrome/extension/popup.js\",\n              \"profile\": {\n                \"factory\": 58,\n                \"building\": 445\n              }\n            }\n          ],\n          \"profile\": {\n            \"factory\": 340,\n            \"building\": 762,\n            \"dependencies\": 60\n          },\n          \"failed\": false,\n          \"errors\": 0,\n          \"warnings\": 0,\n          \"assets\": [],\n          \"reasons\": [\n            {\n              \"moduleId\": 172,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/popup.js\",\n              \"module\": \"./chrome/extension/popup.js\",\n              \"moduleName\": \"./chrome/extension/popup.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"react-dom\",\n              \"loc\": \"5:39-59\"\n            },\n            {\n              \"moduleId\": 181,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/inject.js\",\n              \"module\": \"./chrome/extension/inject.js\",\n              \"moduleName\": \"./chrome/extension/inject.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"react-dom\",\n              \"loc\": \"5:16-36\"\n            }\n          ],\n          \"usedExports\": true,\n          \"providedExports\": null,\n          \"optimizationBailout\": [\n            \"ModuleConcatenation bailout: Module is not an ECMAScript module\"\n          ],\n          \"depth\": 2,\n          \"source\": \"'use strict';\\n\\nfunction checkDCE() {\\n  /* global __REACT_DEVTOOLS_GLOBAL_HOOK__ */\\n  if (\\n    typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ === 'undefined' ||\\n    typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.checkDCE !== 'function'\\n  ) {\\n    return;\\n  }\\n  if (process.env.NODE_ENV !== 'production') {\\n    // This branch is unreachable because this function is only called\\n    // in production, but the condition is true only in development.\\n    // Therefore if the branch is still here, dead code elimination wasn't\\n    // properly applied.\\n    // Don't change the message. React DevTools relies on it. Also make sure\\n    // this message doesn't occur elsewhere in this function, or it will cause\\n    // a false positive.\\n    throw new Error('^_^');\\n  }\\n  try {\\n    // Verify that the code above has been dead code eliminated (DCE'd).\\n    __REACT_DEVTOOLS_GLOBAL_HOOK__.checkDCE(checkDCE);\\n  } catch (err) {\\n    // DevTools shouldn't crash React, no matter what.\\n    // We should still report in case we break this code.\\n    console.error(err);\\n  }\\n}\\n\\nif (process.env.NODE_ENV === 'production') {\\n  // DCE check should happen before ReactDOM bundle executes so that\\n  // DevTools can report bad minification during injection.\\n  checkDCE();\\n  module.exports = require('./cjs/react-dom.production.min.js');\\n} else {\\n  module.exports = require('./cjs/react-dom.development.js');\\n}\\n\"\n        },\n        {\n          \"id\": 78,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/react-dom/cjs/react-dom.production.min.js\",\n          \"name\": \"./node_modules/react-dom/cjs/react-dom.production.min.js\",\n          \"index\": 10,\n          \"index2\": 16,\n          \"size\": 94969,\n          \"cacheable\": true,\n          \"built\": true,\n          \"optional\": false,\n          \"prefetched\": false,\n          \"chunks\": [\n            0,\n            1\n          ],\n          \"issuer\": \"/Users/jarred/Code/styleurl/node_modules/react-dom/index.js\",\n          \"issuerId\": 77,\n          \"issuerName\": \"./node_modules/react-dom/index.js\",\n          \"issuerPath\": [\n            {\n              \"id\": 171,\n              \"identifier\": \"multi /Users/jarred/Code/styleurl/webpack/customPublicPath /Users/jarred/Code/styleurl/chrome/extension/popup\",\n              \"name\": \"multi ./webpack/customPublicPath ./chrome/extension/popup\",\n              \"profile\": {\n                \"factory\": 0,\n                \"building\": 3\n              }\n            },\n            {\n              \"id\": 172,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/popup.js\",\n              \"name\": \"./chrome/extension/popup.js\",\n              \"profile\": {\n                \"factory\": 58,\n                \"building\": 445\n              }\n            },\n            {\n              \"id\": 77,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/react-dom/index.js\",\n              \"name\": \"./node_modules/react-dom/index.js\",\n              \"profile\": {\n                \"factory\": 340,\n                \"building\": 762,\n                \"dependencies\": 60\n              }\n            }\n          ],\n          \"profile\": {\n            \"factory\": 234,\n            \"building\": 246,\n            \"dependencies\": 97\n          },\n          \"failed\": false,\n          \"errors\": 0,\n          \"warnings\": 0,\n          \"assets\": [],\n          \"reasons\": [\n            {\n              \"moduleId\": 77,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/react-dom/index.js\",\n              \"module\": \"./node_modules/react-dom/index.js\",\n              \"moduleName\": \"./node_modules/react-dom/index.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"./cjs/react-dom.production.min.js\",\n              \"loc\": \"35:19-63\"\n            }\n          ],\n          \"usedExports\": true,\n          \"providedExports\": null,\n          \"optimizationBailout\": [\n            \"ModuleConcatenation bailout: Module is not an ECMAScript module\"\n          ],\n          \"depth\": 3,\n          \"source\": \"/** @license React v16.4.1\\n * react-dom.production.min.js\\n *\\n * Copyright (c) 2013-present, Facebook, Inc.\\n *\\n * This source code is licensed under the MIT license found in the\\n * LICENSE file in the root directory of this source tree.\\n */\\n\\n/*\\n Modernizr 3.0.0pre (Custom Build) | MIT\\n*/\\n'use strict';var aa=require(\\\"fbjs/lib/invariant\\\"),ba=require(\\\"react\\\"),m=require(\\\"fbjs/lib/ExecutionEnvironment\\\"),p=require(\\\"object-assign\\\"),v=require(\\\"fbjs/lib/emptyFunction\\\"),da=require(\\\"fbjs/lib/getActiveElement\\\"),ea=require(\\\"fbjs/lib/shallowEqual\\\"),fa=require(\\\"fbjs/lib/containsNode\\\"),ha=require(\\\"fbjs/lib/emptyObject\\\");\\nfunction A(a){for(var b=arguments.length-1,c=\\\"https://reactjs.org/docs/error-decoder.html?invariant=\\\"+a,d=0;d<b;d++)c+=\\\"&args[]=\\\"+encodeURIComponent(arguments[d+1]);aa(!1,\\\"Minified React error #\\\"+a+\\\"; visit %s for the full message or use the non-minified dev environment for full errors and additional helpful warnings. \\\",c)}ba?void 0:A(\\\"227\\\");\\nfunction ia(a,b,c,d,e,f,g,h,k){this._hasCaughtError=!1;this._caughtError=null;var n=Array.prototype.slice.call(arguments,3);try{b.apply(c,n)}catch(r){this._caughtError=r,this._hasCaughtError=!0}}\\nvar B={_caughtError:null,_hasCaughtError:!1,_rethrowError:null,_hasRethrowError:!1,invokeGuardedCallback:function(a,b,c,d,e,f,g,h,k){ia.apply(B,arguments)},invokeGuardedCallbackAndCatchFirstError:function(a,b,c,d,e,f,g,h,k){B.invokeGuardedCallback.apply(this,arguments);if(B.hasCaughtError()){var n=B.clearCaughtError();B._hasRethrowError||(B._hasRethrowError=!0,B._rethrowError=n)}},rethrowCaughtError:function(){return ka.apply(B,arguments)},hasCaughtError:function(){return B._hasCaughtError},clearCaughtError:function(){if(B._hasCaughtError){var a=\\nB._caughtError;B._caughtError=null;B._hasCaughtError=!1;return a}A(\\\"198\\\")}};function ka(){if(B._hasRethrowError){var a=B._rethrowError;B._rethrowError=null;B._hasRethrowError=!1;throw a;}}var la=null,ma={};\\nfunction na(){if(la)for(var a in ma){var b=ma[a],c=la.indexOf(a);-1<c?void 0:A(\\\"96\\\",a);if(!oa[c]){b.extractEvents?void 0:A(\\\"97\\\",a);oa[c]=b;c=b.eventTypes;for(var d in c){var e=void 0;var f=c[d],g=b,h=d;pa.hasOwnProperty(h)?A(\\\"99\\\",h):void 0;pa[h]=f;var k=f.phasedRegistrationNames;if(k){for(e in k)k.hasOwnProperty(e)&&qa(k[e],g,h);e=!0}else f.registrationName?(qa(f.registrationName,g,h),e=!0):e=!1;e?void 0:A(\\\"98\\\",d,a)}}}}\\nfunction qa(a,b,c){ra[a]?A(\\\"100\\\",a):void 0;ra[a]=b;sa[a]=b.eventTypes[c].dependencies}var oa=[],pa={},ra={},sa={};function ta(a){la?A(\\\"101\\\"):void 0;la=Array.prototype.slice.call(a);na()}function ua(a){var b=!1,c;for(c in a)if(a.hasOwnProperty(c)){var d=a[c];ma.hasOwnProperty(c)&&ma[c]===d||(ma[c]?A(\\\"102\\\",c):void 0,ma[c]=d,b=!0)}b&&na()}\\nvar va={plugins:oa,eventNameDispatchConfigs:pa,registrationNameModules:ra,registrationNameDependencies:sa,possibleRegistrationNames:null,injectEventPluginOrder:ta,injectEventPluginsByName:ua},wa=null,xa=null,ya=null;function za(a,b,c,d){b=a.type||\\\"unknown-event\\\";a.currentTarget=ya(d);B.invokeGuardedCallbackAndCatchFirstError(b,c,void 0,a);a.currentTarget=null}\\nfunction Aa(a,b){null==b?A(\\\"30\\\"):void 0;if(null==a)return b;if(Array.isArray(a)){if(Array.isArray(b))return a.push.apply(a,b),a;a.push(b);return a}return Array.isArray(b)?[a].concat(b):[a,b]}function Ba(a,b,c){Array.isArray(a)?a.forEach(b,c):a&&b.call(c,a)}var Ca=null;\\nfunction Da(a,b){if(a){var c=a._dispatchListeners,d=a._dispatchInstances;if(Array.isArray(c))for(var e=0;e<c.length&&!a.isPropagationStopped();e++)za(a,b,c[e],d[e]);else c&&za(a,b,c,d);a._dispatchListeners=null;a._dispatchInstances=null;a.isPersistent()||a.constructor.release(a)}}function Ea(a){return Da(a,!0)}function Fa(a){return Da(a,!1)}var Ga={injectEventPluginOrder:ta,injectEventPluginsByName:ua};\\nfunction Ha(a,b){var c=a.stateNode;if(!c)return null;var d=wa(c);if(!d)return null;c=d[b];a:switch(b){case \\\"onClick\\\":case \\\"onClickCapture\\\":case \\\"onDoubleClick\\\":case \\\"onDoubleClickCapture\\\":case \\\"onMouseDown\\\":case \\\"onMouseDownCapture\\\":case \\\"onMouseMove\\\":case \\\"onMouseMoveCapture\\\":case \\\"onMouseUp\\\":case \\\"onMouseUpCapture\\\":(d=!d.disabled)||(a=a.type,d=!(\\\"button\\\"===a||\\\"input\\\"===a||\\\"select\\\"===a||\\\"textarea\\\"===a));a=!d;break a;default:a=!1}if(a)return null;c&&\\\"function\\\"!==typeof c?A(\\\"231\\\",b,typeof c):void 0;\\nreturn c}function Ia(a,b){null!==a&&(Ca=Aa(Ca,a));a=Ca;Ca=null;a&&(b?Ba(a,Ea):Ba(a,Fa),Ca?A(\\\"95\\\"):void 0,B.rethrowCaughtError())}function Ja(a,b,c,d){for(var e=null,f=0;f<oa.length;f++){var g=oa[f];g&&(g=g.extractEvents(a,b,c,d))&&(e=Aa(e,g))}Ia(e,!1)}var Ka={injection:Ga,getListener:Ha,runEventsInBatch:Ia,runExtractedEventsInBatch:Ja},La=Math.random().toString(36).slice(2),C=\\\"__reactInternalInstance$\\\"+La,Ma=\\\"__reactEventHandlers$\\\"+La;\\nfunction Na(a){if(a[C])return a[C];for(;!a[C];)if(a.parentNode)a=a.parentNode;else return null;a=a[C];return 5===a.tag||6===a.tag?a:null}function Oa(a){if(5===a.tag||6===a.tag)return a.stateNode;A(\\\"33\\\")}function Pa(a){return a[Ma]||null}var Qa={precacheFiberNode:function(a,b){b[C]=a},getClosestInstanceFromNode:Na,getInstanceFromNode:function(a){a=a[C];return!a||5!==a.tag&&6!==a.tag?null:a},getNodeFromInstance:Oa,getFiberCurrentPropsFromNode:Pa,updateFiberProps:function(a,b){a[Ma]=b}};\\nfunction F(a){do a=a.return;while(a&&5!==a.tag);return a?a:null}function Ra(a,b,c){for(var d=[];a;)d.push(a),a=F(a);for(a=d.length;0<a--;)b(d[a],\\\"captured\\\",c);for(a=0;a<d.length;a++)b(d[a],\\\"bubbled\\\",c)}function Sa(a,b,c){if(b=Ha(a,c.dispatchConfig.phasedRegistrationNames[b]))c._dispatchListeners=Aa(c._dispatchListeners,b),c._dispatchInstances=Aa(c._dispatchInstances,a)}function Ta(a){a&&a.dispatchConfig.phasedRegistrationNames&&Ra(a._targetInst,Sa,a)}\\nfunction Ua(a){if(a&&a.dispatchConfig.phasedRegistrationNames){var b=a._targetInst;b=b?F(b):null;Ra(b,Sa,a)}}function Va(a,b,c){a&&c&&c.dispatchConfig.registrationName&&(b=Ha(a,c.dispatchConfig.registrationName))&&(c._dispatchListeners=Aa(c._dispatchListeners,b),c._dispatchInstances=Aa(c._dispatchInstances,a))}function Xa(a){a&&a.dispatchConfig.registrationName&&Va(a._targetInst,null,a)}function Ya(a){Ba(a,Ta)}\\nfunction Za(a,b,c,d){if(c&&d)a:{var e=c;for(var f=d,g=0,h=e;h;h=F(h))g++;h=0;for(var k=f;k;k=F(k))h++;for(;0<g-h;)e=F(e),g--;for(;0<h-g;)f=F(f),h--;for(;g--;){if(e===f||e===f.alternate)break a;e=F(e);f=F(f)}e=null}else e=null;f=e;for(e=[];c&&c!==f;){g=c.alternate;if(null!==g&&g===f)break;e.push(c);c=F(c)}for(c=[];d&&d!==f;){g=d.alternate;if(null!==g&&g===f)break;c.push(d);d=F(d)}for(d=0;d<e.length;d++)Va(e[d],\\\"bubbled\\\",a);for(a=c.length;0<a--;)Va(c[a],\\\"captured\\\",b)}\\nvar $a={accumulateTwoPhaseDispatches:Ya,accumulateTwoPhaseDispatchesSkipTarget:function(a){Ba(a,Ua)},accumulateEnterLeaveDispatches:Za,accumulateDirectDispatches:function(a){Ba(a,Xa)}};function ab(a,b){var c={};c[a.toLowerCase()]=b.toLowerCase();c[\\\"Webkit\\\"+a]=\\\"webkit\\\"+b;c[\\\"Moz\\\"+a]=\\\"moz\\\"+b;c[\\\"ms\\\"+a]=\\\"MS\\\"+b;c[\\\"O\\\"+a]=\\\"o\\\"+b.toLowerCase();return c}\\nvar bb={animationend:ab(\\\"Animation\\\",\\\"AnimationEnd\\\"),animationiteration:ab(\\\"Animation\\\",\\\"AnimationIteration\\\"),animationstart:ab(\\\"Animation\\\",\\\"AnimationStart\\\"),transitionend:ab(\\\"Transition\\\",\\\"TransitionEnd\\\")},cb={},db={};m.canUseDOM&&(db=document.createElement(\\\"div\\\").style,\\\"AnimationEvent\\\"in window||(delete bb.animationend.animation,delete bb.animationiteration.animation,delete bb.animationstart.animation),\\\"TransitionEvent\\\"in window||delete bb.transitionend.transition);\\nfunction eb(a){if(cb[a])return cb[a];if(!bb[a])return a;var b=bb[a],c;for(c in b)if(b.hasOwnProperty(c)&&c in db)return cb[a]=b[c];return a}var fb=eb(\\\"animationend\\\"),gb=eb(\\\"animationiteration\\\"),hb=eb(\\\"animationstart\\\"),ib=eb(\\\"transitionend\\\"),jb=\\\"abort canplay canplaythrough durationchange emptied encrypted ended error loadeddata loadedmetadata loadstart pause play playing progress ratechange seeked seeking stalled suspend timeupdate volumechange waiting\\\".split(\\\" \\\"),kb=null;\\nfunction lb(){!kb&&m.canUseDOM&&(kb=\\\"textContent\\\"in document.documentElement?\\\"textContent\\\":\\\"innerText\\\");return kb}var G={_root:null,_startText:null,_fallbackText:null};function mb(){if(G._fallbackText)return G._fallbackText;var a,b=G._startText,c=b.length,d,e=nb(),f=e.length;for(a=0;a<c&&b[a]===e[a];a++);var g=c-a;for(d=1;d<=g&&b[c-d]===e[f-d];d++);G._fallbackText=e.slice(a,1<d?1-d:void 0);return G._fallbackText}function nb(){return\\\"value\\\"in G._root?G._root.value:G._root[lb()]}\\nvar ob=\\\"dispatchConfig _targetInst nativeEvent isDefaultPrevented isPropagationStopped _dispatchListeners _dispatchInstances\\\".split(\\\" \\\"),pb={type:null,target:null,currentTarget:v.thatReturnsNull,eventPhase:null,bubbles:null,cancelable:null,timeStamp:function(a){return a.timeStamp||Date.now()},defaultPrevented:null,isTrusted:null};\\nfunction H(a,b,c,d){this.dispatchConfig=a;this._targetInst=b;this.nativeEvent=c;a=this.constructor.Interface;for(var e in a)a.hasOwnProperty(e)&&((b=a[e])?this[e]=b(c):\\\"target\\\"===e?this.target=d:this[e]=c[e]);this.isDefaultPrevented=(null!=c.defaultPrevented?c.defaultPrevented:!1===c.returnValue)?v.thatReturnsTrue:v.thatReturnsFalse;this.isPropagationStopped=v.thatReturnsFalse;return this}\\np(H.prototype,{preventDefault:function(){this.defaultPrevented=!0;var a=this.nativeEvent;a&&(a.preventDefault?a.preventDefault():\\\"unknown\\\"!==typeof a.returnValue&&(a.returnValue=!1),this.isDefaultPrevented=v.thatReturnsTrue)},stopPropagation:function(){var a=this.nativeEvent;a&&(a.stopPropagation?a.stopPropagation():\\\"unknown\\\"!==typeof a.cancelBubble&&(a.cancelBubble=!0),this.isPropagationStopped=v.thatReturnsTrue)},persist:function(){this.isPersistent=v.thatReturnsTrue},isPersistent:v.thatReturnsFalse,\\ndestructor:function(){var a=this.constructor.Interface,b;for(b in a)this[b]=null;for(a=0;a<ob.length;a++)this[ob[a]]=null}});H.Interface=pb;H.extend=function(a){function b(){}function c(){return d.apply(this,arguments)}var d=this;b.prototype=d.prototype;var e=new b;p(e,c.prototype);c.prototype=e;c.prototype.constructor=c;c.Interface=p({},d.Interface,a);c.extend=d.extend;qb(c);return c};qb(H);\\nfunction rb(a,b,c,d){if(this.eventPool.length){var e=this.eventPool.pop();this.call(e,a,b,c,d);return e}return new this(a,b,c,d)}function sb(a){a instanceof this?void 0:A(\\\"223\\\");a.destructor();10>this.eventPool.length&&this.eventPool.push(a)}function qb(a){a.eventPool=[];a.getPooled=rb;a.release=sb}var tb=H.extend({data:null}),ub=H.extend({data:null}),vb=[9,13,27,32],wb=m.canUseDOM&&\\\"CompositionEvent\\\"in window,xb=null;m.canUseDOM&&\\\"documentMode\\\"in document&&(xb=document.documentMode);\\nvar yb=m.canUseDOM&&\\\"TextEvent\\\"in window&&!xb,zb=m.canUseDOM&&(!wb||xb&&8<xb&&11>=xb),Ab=String.fromCharCode(32),Bb={beforeInput:{phasedRegistrationNames:{bubbled:\\\"onBeforeInput\\\",captured:\\\"onBeforeInputCapture\\\"},dependencies:[\\\"compositionend\\\",\\\"keypress\\\",\\\"textInput\\\",\\\"paste\\\"]},compositionEnd:{phasedRegistrationNames:{bubbled:\\\"onCompositionEnd\\\",captured:\\\"onCompositionEndCapture\\\"},dependencies:\\\"blur compositionend keydown keypress keyup mousedown\\\".split(\\\" \\\")},compositionStart:{phasedRegistrationNames:{bubbled:\\\"onCompositionStart\\\",\\ncaptured:\\\"onCompositionStartCapture\\\"},dependencies:\\\"blur compositionstart keydown keypress keyup mousedown\\\".split(\\\" \\\")},compositionUpdate:{phasedRegistrationNames:{bubbled:\\\"onCompositionUpdate\\\",captured:\\\"onCompositionUpdateCapture\\\"},dependencies:\\\"blur compositionupdate keydown keypress keyup mousedown\\\".split(\\\" \\\")}},Cb=!1;\\nfunction Db(a,b){switch(a){case \\\"keyup\\\":return-1!==vb.indexOf(b.keyCode);case \\\"keydown\\\":return 229!==b.keyCode;case \\\"keypress\\\":case \\\"mousedown\\\":case \\\"blur\\\":return!0;default:return!1}}function Eb(a){a=a.detail;return\\\"object\\\"===typeof a&&\\\"data\\\"in a?a.data:null}var Fb=!1;function Gb(a,b){switch(a){case \\\"compositionend\\\":return Eb(b);case \\\"keypress\\\":if(32!==b.which)return null;Cb=!0;return Ab;case \\\"textInput\\\":return a=b.data,a===Ab&&Cb?null:a;default:return null}}\\nfunction Hb(a,b){if(Fb)return\\\"compositionend\\\"===a||!wb&&Db(a,b)?(a=mb(),G._root=null,G._startText=null,G._fallbackText=null,Fb=!1,a):null;switch(a){case \\\"paste\\\":return null;case \\\"keypress\\\":if(!(b.ctrlKey||b.altKey||b.metaKey)||b.ctrlKey&&b.altKey){if(b.char&&1<b.char.length)return b.char;if(b.which)return String.fromCharCode(b.which)}return null;case \\\"compositionend\\\":return zb?null:b.data;default:return null}}\\nvar Ib={eventTypes:Bb,extractEvents:function(a,b,c,d){var e=void 0;var f=void 0;if(wb)b:{switch(a){case \\\"compositionstart\\\":e=Bb.compositionStart;break b;case \\\"compositionend\\\":e=Bb.compositionEnd;break b;case \\\"compositionupdate\\\":e=Bb.compositionUpdate;break b}e=void 0}else Fb?Db(a,c)&&(e=Bb.compositionEnd):\\\"keydown\\\"===a&&229===c.keyCode&&(e=Bb.compositionStart);e?(zb&&(Fb||e!==Bb.compositionStart?e===Bb.compositionEnd&&Fb&&(f=mb()):(G._root=d,G._startText=nb(),Fb=!0)),e=tb.getPooled(e,b,c,d),f?e.data=\\nf:(f=Eb(c),null!==f&&(e.data=f)),Ya(e),f=e):f=null;(a=yb?Gb(a,c):Hb(a,c))?(b=ub.getPooled(Bb.beforeInput,b,c,d),b.data=a,Ya(b)):b=null;return null===f?b:null===b?f:[f,b]}},Jb=null,Kb={injectFiberControlledHostComponent:function(a){Jb=a}},Lb=null,Mb=null;function Nb(a){if(a=xa(a)){Jb&&\\\"function\\\"===typeof Jb.restoreControlledState?void 0:A(\\\"194\\\");var b=wa(a.stateNode);Jb.restoreControlledState(a.stateNode,a.type,b)}}function Ob(a){Lb?Mb?Mb.push(a):Mb=[a]:Lb=a}\\nfunction Pb(){return null!==Lb||null!==Mb}function Qb(){if(Lb){var a=Lb,b=Mb;Mb=Lb=null;Nb(a);if(b)for(a=0;a<b.length;a++)Nb(b[a])}}var Rb={injection:Kb,enqueueStateRestore:Ob,needsStateRestore:Pb,restoreStateIfNeeded:Qb};function Sb(a,b){return a(b)}function Tb(a,b,c){return a(b,c)}function Ub(){}var Vb=!1;function Wb(a,b){if(Vb)return a(b);Vb=!0;try{return Sb(a,b)}finally{Vb=!1,Pb()&&(Ub(),Qb())}}\\nvar Xb={color:!0,date:!0,datetime:!0,\\\"datetime-local\\\":!0,email:!0,month:!0,number:!0,password:!0,range:!0,search:!0,tel:!0,text:!0,time:!0,url:!0,week:!0};function Yb(a){var b=a&&a.nodeName&&a.nodeName.toLowerCase();return\\\"input\\\"===b?!!Xb[a.type]:\\\"textarea\\\"===b?!0:!1}function Zb(a){a=a.target||a.srcElement||window;a.correspondingUseElement&&(a=a.correspondingUseElement);return 3===a.nodeType?a.parentNode:a}\\nfunction $b(a,b){if(!m.canUseDOM||b&&!(\\\"addEventListener\\\"in document))return!1;a=\\\"on\\\"+a;b=a in document;b||(b=document.createElement(\\\"div\\\"),b.setAttribute(a,\\\"return;\\\"),b=\\\"function\\\"===typeof b[a]);return b}function ac(a){var b=a.type;return(a=a.nodeName)&&\\\"input\\\"===a.toLowerCase()&&(\\\"checkbox\\\"===b||\\\"radio\\\"===b)}\\nfunction bc(a){var b=ac(a)?\\\"checked\\\":\\\"value\\\",c=Object.getOwnPropertyDescriptor(a.constructor.prototype,b),d=\\\"\\\"+a[b];if(!a.hasOwnProperty(b)&&\\\"undefined\\\"!==typeof c&&\\\"function\\\"===typeof c.get&&\\\"function\\\"===typeof c.set){var e=c.get,f=c.set;Object.defineProperty(a,b,{configurable:!0,get:function(){return e.call(this)},set:function(a){d=\\\"\\\"+a;f.call(this,a)}});Object.defineProperty(a,b,{enumerable:c.enumerable});return{getValue:function(){return d},setValue:function(a){d=\\\"\\\"+a},stopTracking:function(){a._valueTracker=\\nnull;delete a[b]}}}}function cc(a){a._valueTracker||(a._valueTracker=bc(a))}function dc(a){if(!a)return!1;var b=a._valueTracker;if(!b)return!0;var c=b.getValue();var d=\\\"\\\";a&&(d=ac(a)?a.checked?\\\"true\\\":\\\"false\\\":a.value);a=d;return a!==c?(b.setValue(a),!0):!1}\\nvar ec=ba.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED.ReactCurrentOwner,fc=\\\"function\\\"===typeof Symbol&&Symbol.for,gc=fc?Symbol.for(\\\"react.element\\\"):60103,hc=fc?Symbol.for(\\\"react.portal\\\"):60106,ic=fc?Symbol.for(\\\"react.fragment\\\"):60107,jc=fc?Symbol.for(\\\"react.strict_mode\\\"):60108,kc=fc?Symbol.for(\\\"react.profiler\\\"):60114,lc=fc?Symbol.for(\\\"react.provider\\\"):60109,mc=fc?Symbol.for(\\\"react.context\\\"):60110,pc=fc?Symbol.for(\\\"react.async_mode\\\"):60111,qc=fc?Symbol.for(\\\"react.forward_ref\\\"):60112,rc=fc?Symbol.for(\\\"react.timeout\\\"):\\n60113,sc=\\\"function\\\"===typeof Symbol&&Symbol.iterator;function tc(a){if(null===a||\\\"undefined\\\"===typeof a)return null;a=sc&&a[sc]||a[\\\"@@iterator\\\"];return\\\"function\\\"===typeof a?a:null}\\nfunction uc(a){var b=a.type;if(\\\"function\\\"===typeof b)return b.displayName||b.name;if(\\\"string\\\"===typeof b)return b;switch(b){case pc:return\\\"AsyncMode\\\";case mc:return\\\"Context.Consumer\\\";case ic:return\\\"ReactFragment\\\";case hc:return\\\"ReactPortal\\\";case kc:return\\\"Profiler(\\\"+a.pendingProps.id+\\\")\\\";case lc:return\\\"Context.Provider\\\";case jc:return\\\"StrictMode\\\";case rc:return\\\"Timeout\\\"}if(\\\"object\\\"===typeof b&&null!==b)switch(b.$$typeof){case qc:return a=b.render.displayName||b.render.name||\\\"\\\",\\\"\\\"!==a?\\\"ForwardRef(\\\"+\\na+\\\")\\\":\\\"ForwardRef\\\"}return null}function vc(a){var b=\\\"\\\";do{a:switch(a.tag){case 0:case 1:case 2:case 5:var c=a._debugOwner,d=a._debugSource;var e=uc(a);var f=null;c&&(f=uc(c));c=d;e=\\\"\\\\n    in \\\"+(e||\\\"Unknown\\\")+(c?\\\" (at \\\"+c.fileName.replace(/^.*[\\\\\\\\\\\\/]/,\\\"\\\")+\\\":\\\"+c.lineNumber+\\\")\\\":f?\\\" (created by \\\"+f+\\\")\\\":\\\"\\\");break a;default:e=\\\"\\\"}b+=e;a=a.return}while(a);return b}\\nvar wc=/^[:A-Z_a-z\\\\u00C0-\\\\u00D6\\\\u00D8-\\\\u00F6\\\\u00F8-\\\\u02FF\\\\u0370-\\\\u037D\\\\u037F-\\\\u1FFF\\\\u200C-\\\\u200D\\\\u2070-\\\\u218F\\\\u2C00-\\\\u2FEF\\\\u3001-\\\\uD7FF\\\\uF900-\\\\uFDCF\\\\uFDF0-\\\\uFFFD][:A-Z_a-z\\\\u00C0-\\\\u00D6\\\\u00D8-\\\\u00F6\\\\u00F8-\\\\u02FF\\\\u0370-\\\\u037D\\\\u037F-\\\\u1FFF\\\\u200C-\\\\u200D\\\\u2070-\\\\u218F\\\\u2C00-\\\\u2FEF\\\\u3001-\\\\uD7FF\\\\uF900-\\\\uFDCF\\\\uFDF0-\\\\uFFFD\\\\-.0-9\\\\u00B7\\\\u0300-\\\\u036F\\\\u203F-\\\\u2040]*$/,xc={},zc={};function Ac(a){if(zc.hasOwnProperty(a))return!0;if(xc.hasOwnProperty(a))return!1;if(wc.test(a))return zc[a]=!0;xc[a]=!0;return!1}\\nfunction Bc(a,b,c,d){if(null!==c&&0===c.type)return!1;switch(typeof b){case \\\"function\\\":case \\\"symbol\\\":return!0;case \\\"boolean\\\":if(d)return!1;if(null!==c)return!c.acceptsBooleans;a=a.toLowerCase().slice(0,5);return\\\"data-\\\"!==a&&\\\"aria-\\\"!==a;default:return!1}}function Cc(a,b,c,d){if(null===b||\\\"undefined\\\"===typeof b||Bc(a,b,c,d))return!0;if(d)return!1;if(null!==c)switch(c.type){case 3:return!b;case 4:return!1===b;case 5:return isNaN(b);case 6:return isNaN(b)||1>b}return!1}\\nfunction I(a,b,c,d,e){this.acceptsBooleans=2===b||3===b||4===b;this.attributeName=d;this.attributeNamespace=e;this.mustUseProperty=c;this.propertyName=a;this.type=b}var J={};\\\"children dangerouslySetInnerHTML defaultValue defaultChecked innerHTML suppressContentEditableWarning suppressHydrationWarning style\\\".split(\\\" \\\").forEach(function(a){J[a]=new I(a,0,!1,a,null)});\\n[[\\\"acceptCharset\\\",\\\"accept-charset\\\"],[\\\"className\\\",\\\"class\\\"],[\\\"htmlFor\\\",\\\"for\\\"],[\\\"httpEquiv\\\",\\\"http-equiv\\\"]].forEach(function(a){var b=a[0];J[b]=new I(b,1,!1,a[1],null)});[\\\"contentEditable\\\",\\\"draggable\\\",\\\"spellCheck\\\",\\\"value\\\"].forEach(function(a){J[a]=new I(a,2,!1,a.toLowerCase(),null)});[\\\"autoReverse\\\",\\\"externalResourcesRequired\\\",\\\"preserveAlpha\\\"].forEach(function(a){J[a]=new I(a,2,!1,a,null)});\\n\\\"allowFullScreen async autoFocus autoPlay controls default defer disabled formNoValidate hidden loop noModule noValidate open playsInline readOnly required reversed scoped seamless itemScope\\\".split(\\\" \\\").forEach(function(a){J[a]=new I(a,3,!1,a.toLowerCase(),null)});[\\\"checked\\\",\\\"multiple\\\",\\\"muted\\\",\\\"selected\\\"].forEach(function(a){J[a]=new I(a,3,!0,a.toLowerCase(),null)});[\\\"capture\\\",\\\"download\\\"].forEach(function(a){J[a]=new I(a,4,!1,a.toLowerCase(),null)});\\n[\\\"cols\\\",\\\"rows\\\",\\\"size\\\",\\\"span\\\"].forEach(function(a){J[a]=new I(a,6,!1,a.toLowerCase(),null)});[\\\"rowSpan\\\",\\\"start\\\"].forEach(function(a){J[a]=new I(a,5,!1,a.toLowerCase(),null)});var Dc=/[\\\\-:]([a-z])/g;function Ec(a){return a[1].toUpperCase()}\\n\\\"accent-height alignment-baseline arabic-form baseline-shift cap-height clip-path clip-rule color-interpolation color-interpolation-filters color-profile color-rendering dominant-baseline enable-background fill-opacity fill-rule flood-color flood-opacity font-family font-size font-size-adjust font-stretch font-style font-variant font-weight glyph-name glyph-orientation-horizontal glyph-orientation-vertical horiz-adv-x horiz-origin-x image-rendering letter-spacing lighting-color marker-end marker-mid marker-start overline-position overline-thickness paint-order panose-1 pointer-events rendering-intent shape-rendering stop-color stop-opacity strikethrough-position strikethrough-thickness stroke-dasharray stroke-dashoffset stroke-linecap stroke-linejoin stroke-miterlimit stroke-opacity stroke-width text-anchor text-decoration text-rendering underline-position underline-thickness unicode-bidi unicode-range units-per-em v-alphabetic v-hanging v-ideographic v-mathematical vector-effect vert-adv-y vert-origin-x vert-origin-y word-spacing writing-mode xmlns:xlink x-height\\\".split(\\\" \\\").forEach(function(a){var b=a.replace(Dc,\\nEc);J[b]=new I(b,1,!1,a,null)});\\\"xlink:actuate xlink:arcrole xlink:href xlink:role xlink:show xlink:title xlink:type\\\".split(\\\" \\\").forEach(function(a){var b=a.replace(Dc,Ec);J[b]=new I(b,1,!1,a,\\\"http://www.w3.org/1999/xlink\\\")});[\\\"xml:base\\\",\\\"xml:lang\\\",\\\"xml:space\\\"].forEach(function(a){var b=a.replace(Dc,Ec);J[b]=new I(b,1,!1,a,\\\"http://www.w3.org/XML/1998/namespace\\\")});J.tabIndex=new I(\\\"tabIndex\\\",1,!1,\\\"tabindex\\\",null);\\nfunction Fc(a,b,c,d){var e=J.hasOwnProperty(b)?J[b]:null;var f=null!==e?0===e.type:d?!1:!(2<b.length)||\\\"o\\\"!==b[0]&&\\\"O\\\"!==b[0]||\\\"n\\\"!==b[1]&&\\\"N\\\"!==b[1]?!1:!0;f||(Cc(b,c,e,d)&&(c=null),d||null===e?Ac(b)&&(null===c?a.removeAttribute(b):a.setAttribute(b,\\\"\\\"+c)):e.mustUseProperty?a[e.propertyName]=null===c?3===e.type?!1:\\\"\\\":c:(b=e.attributeName,d=e.attributeNamespace,null===c?a.removeAttribute(b):(e=e.type,c=3===e||4===e&&!0===c?\\\"\\\":\\\"\\\"+c,d?a.setAttributeNS(d,b,c):a.setAttribute(b,c))))}\\nfunction Gc(a,b){var c=b.checked;return p({},b,{defaultChecked:void 0,defaultValue:void 0,value:void 0,checked:null!=c?c:a._wrapperState.initialChecked})}function Hc(a,b){var c=null==b.defaultValue?\\\"\\\":b.defaultValue,d=null!=b.checked?b.checked:b.defaultChecked;c=Ic(null!=b.value?b.value:c);a._wrapperState={initialChecked:d,initialValue:c,controlled:\\\"checkbox\\\"===b.type||\\\"radio\\\"===b.type?null!=b.checked:null!=b.value}}function Jc(a,b){b=b.checked;null!=b&&Fc(a,\\\"checked\\\",b,!1)}\\nfunction Kc(a,b){Jc(a,b);var c=Ic(b.value);if(null!=c)if(\\\"number\\\"===b.type){if(0===c&&\\\"\\\"===a.value||a.value!=c)a.value=\\\"\\\"+c}else a.value!==\\\"\\\"+c&&(a.value=\\\"\\\"+c);b.hasOwnProperty(\\\"value\\\")?Lc(a,b.type,c):b.hasOwnProperty(\\\"defaultValue\\\")&&Lc(a,b.type,Ic(b.defaultValue));null==b.checked&&null!=b.defaultChecked&&(a.defaultChecked=!!b.defaultChecked)}\\nfunction Mc(a,b,c){if(b.hasOwnProperty(\\\"value\\\")||b.hasOwnProperty(\\\"defaultValue\\\")){b=\\\"\\\"+a._wrapperState.initialValue;var d=a.value;c||b===d||(a.value=b);a.defaultValue=b}c=a.name;\\\"\\\"!==c&&(a.name=\\\"\\\");a.defaultChecked=!a.defaultChecked;a.defaultChecked=!a.defaultChecked;\\\"\\\"!==c&&(a.name=c)}function Lc(a,b,c){if(\\\"number\\\"!==b||a.ownerDocument.activeElement!==a)null==c?a.defaultValue=\\\"\\\"+a._wrapperState.initialValue:a.defaultValue!==\\\"\\\"+c&&(a.defaultValue=\\\"\\\"+c)}\\nfunction Ic(a){switch(typeof a){case \\\"boolean\\\":case \\\"number\\\":case \\\"object\\\":case \\\"string\\\":case \\\"undefined\\\":return a;default:return\\\"\\\"}}var Nc={change:{phasedRegistrationNames:{bubbled:\\\"onChange\\\",captured:\\\"onChangeCapture\\\"},dependencies:\\\"blur change click focus input keydown keyup selectionchange\\\".split(\\\" \\\")}};function Oc(a,b,c){a=H.getPooled(Nc.change,a,b,c);a.type=\\\"change\\\";Ob(c);Ya(a);return a}var Pc=null,Qc=null;function Rc(a){Ia(a,!1)}function Sc(a){var b=Oa(a);if(dc(b))return a}\\nfunction Tc(a,b){if(\\\"change\\\"===a)return b}var Uc=!1;m.canUseDOM&&(Uc=$b(\\\"input\\\")&&(!document.documentMode||9<document.documentMode));function Vc(){Pc&&(Pc.detachEvent(\\\"onpropertychange\\\",Wc),Qc=Pc=null)}function Wc(a){\\\"value\\\"===a.propertyName&&Sc(Qc)&&(a=Oc(Qc,a,Zb(a)),Wb(Rc,a))}function Xc(a,b,c){\\\"focus\\\"===a?(Vc(),Pc=b,Qc=c,Pc.attachEvent(\\\"onpropertychange\\\",Wc)):\\\"blur\\\"===a&&Vc()}function Yc(a){if(\\\"selectionchange\\\"===a||\\\"keyup\\\"===a||\\\"keydown\\\"===a)return Sc(Qc)}\\nfunction Zc(a,b){if(\\\"click\\\"===a)return Sc(b)}function $c(a,b){if(\\\"input\\\"===a||\\\"change\\\"===a)return Sc(b)}\\nvar ad={eventTypes:Nc,_isInputEventSupported:Uc,extractEvents:function(a,b,c,d){var e=b?Oa(b):window,f=void 0,g=void 0,h=e.nodeName&&e.nodeName.toLowerCase();\\\"select\\\"===h||\\\"input\\\"===h&&\\\"file\\\"===e.type?f=Tc:Yb(e)?Uc?f=$c:(f=Yc,g=Xc):(h=e.nodeName)&&\\\"input\\\"===h.toLowerCase()&&(\\\"checkbox\\\"===e.type||\\\"radio\\\"===e.type)&&(f=Zc);if(f&&(f=f(a,b)))return Oc(f,c,d);g&&g(a,e,b);\\\"blur\\\"===a&&(a=e._wrapperState)&&a.controlled&&\\\"number\\\"===e.type&&Lc(e,\\\"number\\\",e.value)}},bd=H.extend({view:null,detail:null}),cd={Alt:\\\"altKey\\\",\\nControl:\\\"ctrlKey\\\",Meta:\\\"metaKey\\\",Shift:\\\"shiftKey\\\"};function dd(a){var b=this.nativeEvent;return b.getModifierState?b.getModifierState(a):(a=cd[a])?!!b[a]:!1}function ed(){return dd}\\nvar fd=bd.extend({screenX:null,screenY:null,clientX:null,clientY:null,pageX:null,pageY:null,ctrlKey:null,shiftKey:null,altKey:null,metaKey:null,getModifierState:ed,button:null,buttons:null,relatedTarget:function(a){return a.relatedTarget||(a.fromElement===a.srcElement?a.toElement:a.fromElement)}}),gd=fd.extend({pointerId:null,width:null,height:null,pressure:null,tiltX:null,tiltY:null,pointerType:null,isPrimary:null}),hd={mouseEnter:{registrationName:\\\"onMouseEnter\\\",dependencies:[\\\"mouseout\\\",\\\"mouseover\\\"]},\\nmouseLeave:{registrationName:\\\"onMouseLeave\\\",dependencies:[\\\"mouseout\\\",\\\"mouseover\\\"]},pointerEnter:{registrationName:\\\"onPointerEnter\\\",dependencies:[\\\"pointerout\\\",\\\"pointerover\\\"]},pointerLeave:{registrationName:\\\"onPointerLeave\\\",dependencies:[\\\"pointerout\\\",\\\"pointerover\\\"]}},id={eventTypes:hd,extractEvents:function(a,b,c,d){var e=\\\"mouseover\\\"===a||\\\"pointerover\\\"===a,f=\\\"mouseout\\\"===a||\\\"pointerout\\\"===a;if(e&&(c.relatedTarget||c.fromElement)||!f&&!e)return null;e=d.window===d?d:(e=d.ownerDocument)?e.defaultView||\\ne.parentWindow:window;f?(f=b,b=(b=c.relatedTarget||c.toElement)?Na(b):null):f=null;if(f===b)return null;var g=void 0,h=void 0,k=void 0,n=void 0;if(\\\"mouseout\\\"===a||\\\"mouseover\\\"===a)g=fd,h=hd.mouseLeave,k=hd.mouseEnter,n=\\\"mouse\\\";else if(\\\"pointerout\\\"===a||\\\"pointerover\\\"===a)g=gd,h=hd.pointerLeave,k=hd.pointerEnter,n=\\\"pointer\\\";a=null==f?e:Oa(f);e=null==b?e:Oa(b);h=g.getPooled(h,f,c,d);h.type=n+\\\"leave\\\";h.target=a;h.relatedTarget=e;c=g.getPooled(k,b,c,d);c.type=n+\\\"enter\\\";c.target=e;c.relatedTarget=a;Za(h,\\nc,f,b);return[h,c]}};function jd(a){var b=a;if(a.alternate)for(;b.return;)b=b.return;else{if(0!==(b.effectTag&2))return 1;for(;b.return;)if(b=b.return,0!==(b.effectTag&2))return 1}return 3===b.tag?2:3}function kd(a){2!==jd(a)?A(\\\"188\\\"):void 0}\\nfunction ld(a){var b=a.alternate;if(!b)return b=jd(a),3===b?A(\\\"188\\\"):void 0,1===b?null:a;for(var c=a,d=b;;){var e=c.return,f=e?e.alternate:null;if(!e||!f)break;if(e.child===f.child){for(var g=e.child;g;){if(g===c)return kd(e),a;if(g===d)return kd(e),b;g=g.sibling}A(\\\"188\\\")}if(c.return!==d.return)c=e,d=f;else{g=!1;for(var h=e.child;h;){if(h===c){g=!0;c=e;d=f;break}if(h===d){g=!0;d=e;c=f;break}h=h.sibling}if(!g){for(h=f.child;h;){if(h===c){g=!0;c=f;d=e;break}if(h===d){g=!0;d=f;c=e;break}h=h.sibling}g?\\nvoid 0:A(\\\"189\\\")}}c.alternate!==d?A(\\\"190\\\"):void 0}3!==c.tag?A(\\\"188\\\"):void 0;return c.stateNode.current===c?a:b}function md(a){a=ld(a);if(!a)return null;for(var b=a;;){if(5===b.tag||6===b.tag)return b;if(b.child)b.child.return=b,b=b.child;else{if(b===a)break;for(;!b.sibling;){if(!b.return||b.return===a)return null;b=b.return}b.sibling.return=b.return;b=b.sibling}}return null}\\nfunction nd(a){a=ld(a);if(!a)return null;for(var b=a;;){if(5===b.tag||6===b.tag)return b;if(b.child&&4!==b.tag)b.child.return=b,b=b.child;else{if(b===a)break;for(;!b.sibling;){if(!b.return||b.return===a)return null;b=b.return}b.sibling.return=b.return;b=b.sibling}}return null}var od=H.extend({animationName:null,elapsedTime:null,pseudoElement:null}),pd=H.extend({clipboardData:function(a){return\\\"clipboardData\\\"in a?a.clipboardData:window.clipboardData}}),qd=bd.extend({relatedTarget:null});\\nfunction rd(a){var b=a.keyCode;\\\"charCode\\\"in a?(a=a.charCode,0===a&&13===b&&(a=13)):a=b;10===a&&(a=13);return 32<=a||13===a?a:0}\\nvar sd={Esc:\\\"Escape\\\",Spacebar:\\\" \\\",Left:\\\"ArrowLeft\\\",Up:\\\"ArrowUp\\\",Right:\\\"ArrowRight\\\",Down:\\\"ArrowDown\\\",Del:\\\"Delete\\\",Win:\\\"OS\\\",Menu:\\\"ContextMenu\\\",Apps:\\\"ContextMenu\\\",Scroll:\\\"ScrollLock\\\",MozPrintableKey:\\\"Unidentified\\\"},td={8:\\\"Backspace\\\",9:\\\"Tab\\\",12:\\\"Clear\\\",13:\\\"Enter\\\",16:\\\"Shift\\\",17:\\\"Control\\\",18:\\\"Alt\\\",19:\\\"Pause\\\",20:\\\"CapsLock\\\",27:\\\"Escape\\\",32:\\\" \\\",33:\\\"PageUp\\\",34:\\\"PageDown\\\",35:\\\"End\\\",36:\\\"Home\\\",37:\\\"ArrowLeft\\\",38:\\\"ArrowUp\\\",39:\\\"ArrowRight\\\",40:\\\"ArrowDown\\\",45:\\\"Insert\\\",46:\\\"Delete\\\",112:\\\"F1\\\",113:\\\"F2\\\",114:\\\"F3\\\",115:\\\"F4\\\",\\n116:\\\"F5\\\",117:\\\"F6\\\",118:\\\"F7\\\",119:\\\"F8\\\",120:\\\"F9\\\",121:\\\"F10\\\",122:\\\"F11\\\",123:\\\"F12\\\",144:\\\"NumLock\\\",145:\\\"ScrollLock\\\",224:\\\"Meta\\\"},ud=bd.extend({key:function(a){if(a.key){var b=sd[a.key]||a.key;if(\\\"Unidentified\\\"!==b)return b}return\\\"keypress\\\"===a.type?(a=rd(a),13===a?\\\"Enter\\\":String.fromCharCode(a)):\\\"keydown\\\"===a.type||\\\"keyup\\\"===a.type?td[a.keyCode]||\\\"Unidentified\\\":\\\"\\\"},location:null,ctrlKey:null,shiftKey:null,altKey:null,metaKey:null,repeat:null,locale:null,getModifierState:ed,charCode:function(a){return\\\"keypress\\\"===\\na.type?rd(a):0},keyCode:function(a){return\\\"keydown\\\"===a.type||\\\"keyup\\\"===a.type?a.keyCode:0},which:function(a){return\\\"keypress\\\"===a.type?rd(a):\\\"keydown\\\"===a.type||\\\"keyup\\\"===a.type?a.keyCode:0}}),vd=fd.extend({dataTransfer:null}),wd=bd.extend({touches:null,targetTouches:null,changedTouches:null,altKey:null,metaKey:null,ctrlKey:null,shiftKey:null,getModifierState:ed}),xd=H.extend({propertyName:null,elapsedTime:null,pseudoElement:null}),yd=fd.extend({deltaX:function(a){return\\\"deltaX\\\"in a?a.deltaX:\\\"wheelDeltaX\\\"in\\na?-a.wheelDeltaX:0},deltaY:function(a){return\\\"deltaY\\\"in a?a.deltaY:\\\"wheelDeltaY\\\"in a?-a.wheelDeltaY:\\\"wheelDelta\\\"in a?-a.wheelDelta:0},deltaZ:null,deltaMode:null}),zd=[[\\\"abort\\\",\\\"abort\\\"],[fb,\\\"animationEnd\\\"],[gb,\\\"animationIteration\\\"],[hb,\\\"animationStart\\\"],[\\\"canplay\\\",\\\"canPlay\\\"],[\\\"canplaythrough\\\",\\\"canPlayThrough\\\"],[\\\"drag\\\",\\\"drag\\\"],[\\\"dragenter\\\",\\\"dragEnter\\\"],[\\\"dragexit\\\",\\\"dragExit\\\"],[\\\"dragleave\\\",\\\"dragLeave\\\"],[\\\"dragover\\\",\\\"dragOver\\\"],[\\\"durationchange\\\",\\\"durationChange\\\"],[\\\"emptied\\\",\\\"emptied\\\"],[\\\"encrypted\\\",\\\"encrypted\\\"],\\n[\\\"ended\\\",\\\"ended\\\"],[\\\"error\\\",\\\"error\\\"],[\\\"gotpointercapture\\\",\\\"gotPointerCapture\\\"],[\\\"load\\\",\\\"load\\\"],[\\\"loadeddata\\\",\\\"loadedData\\\"],[\\\"loadedmetadata\\\",\\\"loadedMetadata\\\"],[\\\"loadstart\\\",\\\"loadStart\\\"],[\\\"lostpointercapture\\\",\\\"lostPointerCapture\\\"],[\\\"mousemove\\\",\\\"mouseMove\\\"],[\\\"mouseout\\\",\\\"mouseOut\\\"],[\\\"mouseover\\\",\\\"mouseOver\\\"],[\\\"playing\\\",\\\"playing\\\"],[\\\"pointermove\\\",\\\"pointerMove\\\"],[\\\"pointerout\\\",\\\"pointerOut\\\"],[\\\"pointerover\\\",\\\"pointerOver\\\"],[\\\"progress\\\",\\\"progress\\\"],[\\\"scroll\\\",\\\"scroll\\\"],[\\\"seeking\\\",\\\"seeking\\\"],[\\\"stalled\\\",\\\"stalled\\\"],\\n[\\\"suspend\\\",\\\"suspend\\\"],[\\\"timeupdate\\\",\\\"timeUpdate\\\"],[\\\"toggle\\\",\\\"toggle\\\"],[\\\"touchmove\\\",\\\"touchMove\\\"],[ib,\\\"transitionEnd\\\"],[\\\"waiting\\\",\\\"waiting\\\"],[\\\"wheel\\\",\\\"wheel\\\"]],Ad={},Bd={};function Cd(a,b){var c=a[0];a=a[1];var d=\\\"on\\\"+(a[0].toUpperCase()+a.slice(1));b={phasedRegistrationNames:{bubbled:d,captured:d+\\\"Capture\\\"},dependencies:[c],isInteractive:b};Ad[a]=b;Bd[c]=b}\\n[[\\\"blur\\\",\\\"blur\\\"],[\\\"cancel\\\",\\\"cancel\\\"],[\\\"click\\\",\\\"click\\\"],[\\\"close\\\",\\\"close\\\"],[\\\"contextmenu\\\",\\\"contextMenu\\\"],[\\\"copy\\\",\\\"copy\\\"],[\\\"cut\\\",\\\"cut\\\"],[\\\"dblclick\\\",\\\"doubleClick\\\"],[\\\"dragend\\\",\\\"dragEnd\\\"],[\\\"dragstart\\\",\\\"dragStart\\\"],[\\\"drop\\\",\\\"drop\\\"],[\\\"focus\\\",\\\"focus\\\"],[\\\"input\\\",\\\"input\\\"],[\\\"invalid\\\",\\\"invalid\\\"],[\\\"keydown\\\",\\\"keyDown\\\"],[\\\"keypress\\\",\\\"keyPress\\\"],[\\\"keyup\\\",\\\"keyUp\\\"],[\\\"mousedown\\\",\\\"mouseDown\\\"],[\\\"mouseup\\\",\\\"mouseUp\\\"],[\\\"paste\\\",\\\"paste\\\"],[\\\"pause\\\",\\\"pause\\\"],[\\\"play\\\",\\\"play\\\"],[\\\"pointercancel\\\",\\\"pointerCancel\\\"],[\\\"pointerdown\\\",\\\"pointerDown\\\"],\\n[\\\"pointerup\\\",\\\"pointerUp\\\"],[\\\"ratechange\\\",\\\"rateChange\\\"],[\\\"reset\\\",\\\"reset\\\"],[\\\"seeked\\\",\\\"seeked\\\"],[\\\"submit\\\",\\\"submit\\\"],[\\\"touchcancel\\\",\\\"touchCancel\\\"],[\\\"touchend\\\",\\\"touchEnd\\\"],[\\\"touchstart\\\",\\\"touchStart\\\"],[\\\"volumechange\\\",\\\"volumeChange\\\"]].forEach(function(a){Cd(a,!0)});zd.forEach(function(a){Cd(a,!1)});\\nvar Dd={eventTypes:Ad,isInteractiveTopLevelEventType:function(a){a=Bd[a];return void 0!==a&&!0===a.isInteractive},extractEvents:function(a,b,c,d){var e=Bd[a];if(!e)return null;switch(a){case \\\"keypress\\\":if(0===rd(c))return null;case \\\"keydown\\\":case \\\"keyup\\\":a=ud;break;case \\\"blur\\\":case \\\"focus\\\":a=qd;break;case \\\"click\\\":if(2===c.button)return null;case \\\"dblclick\\\":case \\\"mousedown\\\":case \\\"mousemove\\\":case \\\"mouseup\\\":case \\\"mouseout\\\":case \\\"mouseover\\\":case \\\"contextmenu\\\":a=fd;break;case \\\"drag\\\":case \\\"dragend\\\":case \\\"dragenter\\\":case \\\"dragexit\\\":case \\\"dragleave\\\":case \\\"dragover\\\":case \\\"dragstart\\\":case \\\"drop\\\":a=\\nvd;break;case \\\"touchcancel\\\":case \\\"touchend\\\":case \\\"touchmove\\\":case \\\"touchstart\\\":a=wd;break;case fb:case gb:case hb:a=od;break;case ib:a=xd;break;case \\\"scroll\\\":a=bd;break;case \\\"wheel\\\":a=yd;break;case \\\"copy\\\":case \\\"cut\\\":case \\\"paste\\\":a=pd;break;case \\\"gotpointercapture\\\":case \\\"lostpointercapture\\\":case \\\"pointercancel\\\":case \\\"pointerdown\\\":case \\\"pointermove\\\":case \\\"pointerout\\\":case \\\"pointerover\\\":case \\\"pointerup\\\":a=gd;break;default:a=H}b=a.getPooled(e,b,c,d);Ya(b);return b}},Ed=Dd.isInteractiveTopLevelEventType,\\nFd=[];function Gd(a){var b=a.targetInst;do{if(!b){a.ancestors.push(b);break}var c;for(c=b;c.return;)c=c.return;c=3!==c.tag?null:c.stateNode.containerInfo;if(!c)break;a.ancestors.push(b);b=Na(c)}while(b);for(c=0;c<a.ancestors.length;c++)b=a.ancestors[c],Ja(a.topLevelType,b,a.nativeEvent,Zb(a.nativeEvent))}var Hd=!0;function Id(a){Hd=!!a}function K(a,b){if(!b)return null;var c=(Ed(a)?Kd:Ld).bind(null,a);b.addEventListener(a,c,!1)}\\nfunction Md(a,b){if(!b)return null;var c=(Ed(a)?Kd:Ld).bind(null,a);b.addEventListener(a,c,!0)}function Kd(a,b){Tb(Ld,a,b)}function Ld(a,b){if(Hd){var c=Zb(b);c=Na(c);null===c||\\\"number\\\"!==typeof c.tag||2===jd(c)||(c=null);if(Fd.length){var d=Fd.pop();d.topLevelType=a;d.nativeEvent=b;d.targetInst=c;a=d}else a={topLevelType:a,nativeEvent:b,targetInst:c,ancestors:[]};try{Wb(Gd,a)}finally{a.topLevelType=null,a.nativeEvent=null,a.targetInst=null,a.ancestors.length=0,10>Fd.length&&Fd.push(a)}}}\\nvar Nd={get _enabled(){return Hd},setEnabled:Id,isEnabled:function(){return Hd},trapBubbledEvent:K,trapCapturedEvent:Md,dispatchEvent:Ld},Od={},Pd=0,Qd=\\\"_reactListenersID\\\"+(\\\"\\\"+Math.random()).slice(2);function Rd(a){Object.prototype.hasOwnProperty.call(a,Qd)||(a[Qd]=Pd++,Od[a[Qd]]={});return Od[a[Qd]]}function Sd(a){for(;a&&a.firstChild;)a=a.firstChild;return a}\\nfunction Td(a,b){var c=Sd(a);a=0;for(var d;c;){if(3===c.nodeType){d=a+c.textContent.length;if(a<=b&&d>=b)return{node:c,offset:b-a};a=d}a:{for(;c;){if(c.nextSibling){c=c.nextSibling;break a}c=c.parentNode}c=void 0}c=Sd(c)}}function Ud(a){var b=a&&a.nodeName&&a.nodeName.toLowerCase();return b&&(\\\"input\\\"===b&&(\\\"text\\\"===a.type||\\\"search\\\"===a.type||\\\"tel\\\"===a.type||\\\"url\\\"===a.type||\\\"password\\\"===a.type)||\\\"textarea\\\"===b||\\\"true\\\"===a.contentEditable)}\\nvar Vd=m.canUseDOM&&\\\"documentMode\\\"in document&&11>=document.documentMode,Wd={select:{phasedRegistrationNames:{bubbled:\\\"onSelect\\\",captured:\\\"onSelectCapture\\\"},dependencies:\\\"blur contextmenu focus keydown keyup mousedown mouseup selectionchange\\\".split(\\\" \\\")}},Xd=null,Yd=null,Zd=null,$d=!1;\\nfunction ae(a,b){if($d||null==Xd||Xd!==da())return null;var c=Xd;\\\"selectionStart\\\"in c&&Ud(c)?c={start:c.selectionStart,end:c.selectionEnd}:window.getSelection?(c=window.getSelection(),c={anchorNode:c.anchorNode,anchorOffset:c.anchorOffset,focusNode:c.focusNode,focusOffset:c.focusOffset}):c=void 0;return Zd&&ea(Zd,c)?null:(Zd=c,a=H.getPooled(Wd.select,Yd,a,b),a.type=\\\"select\\\",a.target=Xd,Ya(a),a)}\\nvar be={eventTypes:Wd,extractEvents:function(a,b,c,d){var e=d.window===d?d.document:9===d.nodeType?d:d.ownerDocument,f;if(!(f=!e)){a:{e=Rd(e);f=sa.onSelect;for(var g=0;g<f.length;g++){var h=f[g];if(!e.hasOwnProperty(h)||!e[h]){e=!1;break a}}e=!0}f=!e}if(f)return null;e=b?Oa(b):window;switch(a){case \\\"focus\\\":if(Yb(e)||\\\"true\\\"===e.contentEditable)Xd=e,Yd=b,Zd=null;break;case \\\"blur\\\":Zd=Yd=Xd=null;break;case \\\"mousedown\\\":$d=!0;break;case \\\"contextmenu\\\":case \\\"mouseup\\\":return $d=!1,ae(c,d);case \\\"selectionchange\\\":if(Vd)break;\\ncase \\\"keydown\\\":case \\\"keyup\\\":return ae(c,d)}return null}};Ga.injectEventPluginOrder(\\\"ResponderEventPlugin SimpleEventPlugin TapEventPlugin EnterLeaveEventPlugin ChangeEventPlugin SelectEventPlugin BeforeInputEventPlugin\\\".split(\\\" \\\"));wa=Qa.getFiberCurrentPropsFromNode;xa=Qa.getInstanceFromNode;ya=Qa.getNodeFromInstance;Ga.injectEventPluginsByName({SimpleEventPlugin:Dd,EnterLeaveEventPlugin:id,ChangeEventPlugin:ad,SelectEventPlugin:be,BeforeInputEventPlugin:Ib});\\nvar ce=\\\"function\\\"===typeof requestAnimationFrame?requestAnimationFrame:void 0,de=Date,ee=setTimeout,fe=clearTimeout,ge=void 0;if(\\\"object\\\"===typeof performance&&\\\"function\\\"===typeof performance.now){var he=performance;ge=function(){return he.now()}}else ge=function(){return de.now()};var ie=void 0,je=void 0;\\nif(m.canUseDOM){var ke=\\\"function\\\"===typeof ce?ce:function(){A(\\\"276\\\")},L=null,le=null,me=-1,ne=!1,oe=!1,pe=0,qe=33,re=33,se={didTimeout:!1,timeRemaining:function(){var a=pe-ge();return 0<a?a:0}},ue=function(a,b){var c=a.scheduledCallback,d=!1;try{c(b),d=!0}finally{je(a),d||(ne=!0,window.postMessage(te,\\\"*\\\"))}},te=\\\"__reactIdleCallback$\\\"+Math.random().toString(36).slice(2);window.addEventListener(\\\"message\\\",function(a){if(a.source===window&&a.data===te&&(ne=!1,null!==L)){if(null!==L){var b=ge();if(!(-1===\\nme||me>b)){a=-1;for(var c=[],d=L;null!==d;){var e=d.timeoutTime;-1!==e&&e<=b?c.push(d):-1!==e&&(-1===a||e<a)&&(a=e);d=d.next}if(0<c.length)for(se.didTimeout=!0,b=0,d=c.length;b<d;b++)ue(c[b],se);me=a}}for(a=ge();0<pe-a&&null!==L;)a=L,se.didTimeout=!1,ue(a,se),a=ge();null===L||oe||(oe=!0,ke(ve))}},!1);var ve=function(a){oe=!1;var b=a-pe+re;b<re&&qe<re?(8>b&&(b=8),re=b<qe?qe:b):qe=b;pe=a+re;ne||(ne=!0,window.postMessage(te,\\\"*\\\"))};ie=function(a,b){var c=-1;null!=b&&\\\"number\\\"===typeof b.timeout&&(c=ge()+\\nb.timeout);if(-1===me||-1!==c&&c<me)me=c;a={scheduledCallback:a,timeoutTime:c,prev:null,next:null};null===L?L=a:(b=a.prev=le,null!==b&&(b.next=a));le=a;oe||(oe=!0,ke(ve));return a};je=function(a){if(null!==a.prev||L===a){var b=a.next,c=a.prev;a.next=null;a.prev=null;null!==b?null!==c?(c.next=b,b.prev=c):(b.prev=null,L=b):null!==c?(c.next=null,le=c):le=L=null}}}else{var we=new Map;ie=function(a){var b={scheduledCallback:a,timeoutTime:0,next:null,prev:null},c=ee(function(){a({timeRemaining:function(){return Infinity},\\ndidTimeout:!1})});we.set(a,c);return b};je=function(a){var b=we.get(a.scheduledCallback);we.delete(a);fe(b)}}function xe(a){var b=\\\"\\\";ba.Children.forEach(a,function(a){null==a||\\\"string\\\"!==typeof a&&\\\"number\\\"!==typeof a||(b+=a)});return b}function ye(a,b){a=p({children:void 0},b);if(b=xe(b.children))a.children=b;return a}\\nfunction ze(a,b,c,d){a=a.options;if(b){b={};for(var e=0;e<c.length;e++)b[\\\"$\\\"+c[e]]=!0;for(c=0;c<a.length;c++)e=b.hasOwnProperty(\\\"$\\\"+a[c].value),a[c].selected!==e&&(a[c].selected=e),e&&d&&(a[c].defaultSelected=!0)}else{c=\\\"\\\"+c;b=null;for(e=0;e<a.length;e++){if(a[e].value===c){a[e].selected=!0;d&&(a[e].defaultSelected=!0);return}null!==b||a[e].disabled||(b=a[e])}null!==b&&(b.selected=!0)}}\\nfunction Ae(a,b){var c=b.value;a._wrapperState={initialValue:null!=c?c:b.defaultValue,wasMultiple:!!b.multiple}}function Be(a,b){null!=b.dangerouslySetInnerHTML?A(\\\"91\\\"):void 0;return p({},b,{value:void 0,defaultValue:void 0,children:\\\"\\\"+a._wrapperState.initialValue})}function Ce(a,b){var c=b.value;null==c&&(c=b.defaultValue,b=b.children,null!=b&&(null!=c?A(\\\"92\\\"):void 0,Array.isArray(b)&&(1>=b.length?void 0:A(\\\"93\\\"),b=b[0]),c=\\\"\\\"+b),null==c&&(c=\\\"\\\"));a._wrapperState={initialValue:\\\"\\\"+c}}\\nfunction De(a,b){var c=b.value;null!=c&&(c=\\\"\\\"+c,c!==a.value&&(a.value=c),null==b.defaultValue&&(a.defaultValue=c));null!=b.defaultValue&&(a.defaultValue=b.defaultValue)}function Ee(a){var b=a.textContent;b===a._wrapperState.initialValue&&(a.value=b)}var Fe={html:\\\"http://www.w3.org/1999/xhtml\\\",mathml:\\\"http://www.w3.org/1998/Math/MathML\\\",svg:\\\"http://www.w3.org/2000/svg\\\"};\\nfunction Ge(a){switch(a){case \\\"svg\\\":return\\\"http://www.w3.org/2000/svg\\\";case \\\"math\\\":return\\\"http://www.w3.org/1998/Math/MathML\\\";default:return\\\"http://www.w3.org/1999/xhtml\\\"}}function He(a,b){return null==a||\\\"http://www.w3.org/1999/xhtml\\\"===a?Ge(b):\\\"http://www.w3.org/2000/svg\\\"===a&&\\\"foreignObject\\\"===b?\\\"http://www.w3.org/1999/xhtml\\\":a}\\nvar Ie=void 0,Je=function(a){return\\\"undefined\\\"!==typeof MSApp&&MSApp.execUnsafeLocalFunction?function(b,c,d,e){MSApp.execUnsafeLocalFunction(function(){return a(b,c,d,e)})}:a}(function(a,b){if(a.namespaceURI!==Fe.svg||\\\"innerHTML\\\"in a)a.innerHTML=b;else{Ie=Ie||document.createElement(\\\"div\\\");Ie.innerHTML=\\\"<svg>\\\"+b+\\\"</svg>\\\";for(b=Ie.firstChild;a.firstChild;)a.removeChild(a.firstChild);for(;b.firstChild;)a.appendChild(b.firstChild)}});\\nfunction Ke(a,b){if(b){var c=a.firstChild;if(c&&c===a.lastChild&&3===c.nodeType){c.nodeValue=b;return}}a.textContent=b}\\nvar Le={animationIterationCount:!0,borderImageOutset:!0,borderImageSlice:!0,borderImageWidth:!0,boxFlex:!0,boxFlexGroup:!0,boxOrdinalGroup:!0,columnCount:!0,columns:!0,flex:!0,flexGrow:!0,flexPositive:!0,flexShrink:!0,flexNegative:!0,flexOrder:!0,gridRow:!0,gridRowEnd:!0,gridRowSpan:!0,gridRowStart:!0,gridColumn:!0,gridColumnEnd:!0,gridColumnSpan:!0,gridColumnStart:!0,fontWeight:!0,lineClamp:!0,lineHeight:!0,opacity:!0,order:!0,orphans:!0,tabSize:!0,widows:!0,zIndex:!0,zoom:!0,fillOpacity:!0,floodOpacity:!0,\\nstopOpacity:!0,strokeDasharray:!0,strokeDashoffset:!0,strokeMiterlimit:!0,strokeOpacity:!0,strokeWidth:!0},Me=[\\\"Webkit\\\",\\\"ms\\\",\\\"Moz\\\",\\\"O\\\"];Object.keys(Le).forEach(function(a){Me.forEach(function(b){b=b+a.charAt(0).toUpperCase()+a.substring(1);Le[b]=Le[a]})});\\nfunction Ne(a,b){a=a.style;for(var c in b)if(b.hasOwnProperty(c)){var d=0===c.indexOf(\\\"--\\\");var e=c;var f=b[c];e=null==f||\\\"boolean\\\"===typeof f||\\\"\\\"===f?\\\"\\\":d||\\\"number\\\"!==typeof f||0===f||Le.hasOwnProperty(e)&&Le[e]?(\\\"\\\"+f).trim():f+\\\"px\\\";\\\"float\\\"===c&&(c=\\\"cssFloat\\\");d?a.setProperty(c,e):a[c]=e}}var Oe=p({menuitem:!0},{area:!0,base:!0,br:!0,col:!0,embed:!0,hr:!0,img:!0,input:!0,keygen:!0,link:!0,meta:!0,param:!0,source:!0,track:!0,wbr:!0});\\nfunction Pe(a,b,c){b&&(Oe[a]&&(null!=b.children||null!=b.dangerouslySetInnerHTML?A(\\\"137\\\",a,c()):void 0),null!=b.dangerouslySetInnerHTML&&(null!=b.children?A(\\\"60\\\"):void 0,\\\"object\\\"===typeof b.dangerouslySetInnerHTML&&\\\"__html\\\"in b.dangerouslySetInnerHTML?void 0:A(\\\"61\\\")),null!=b.style&&\\\"object\\\"!==typeof b.style?A(\\\"62\\\",c()):void 0)}\\nfunction Qe(a,b){if(-1===a.indexOf(\\\"-\\\"))return\\\"string\\\"===typeof b.is;switch(a){case \\\"annotation-xml\\\":case \\\"color-profile\\\":case \\\"font-face\\\":case \\\"font-face-src\\\":case \\\"font-face-uri\\\":case \\\"font-face-format\\\":case \\\"font-face-name\\\":case \\\"missing-glyph\\\":return!1;default:return!0}}var Re=v.thatReturns(\\\"\\\");\\nfunction Se(a,b){a=9===a.nodeType||11===a.nodeType?a:a.ownerDocument;var c=Rd(a);b=sa[b];for(var d=0;d<b.length;d++){var e=b[d];if(!c.hasOwnProperty(e)||!c[e]){switch(e){case \\\"scroll\\\":Md(\\\"scroll\\\",a);break;case \\\"focus\\\":case \\\"blur\\\":Md(\\\"focus\\\",a);Md(\\\"blur\\\",a);c.blur=!0;c.focus=!0;break;case \\\"cancel\\\":case \\\"close\\\":$b(e,!0)&&Md(e,a);break;case \\\"invalid\\\":case \\\"submit\\\":case \\\"reset\\\":break;default:-1===jb.indexOf(e)&&K(e,a)}c[e]=!0}}}\\nfunction Te(a,b,c,d){c=9===c.nodeType?c:c.ownerDocument;d===Fe.html&&(d=Ge(a));d===Fe.html?\\\"script\\\"===a?(a=c.createElement(\\\"div\\\"),a.innerHTML=\\\"<script>\\\\x3c/script>\\\",a=a.removeChild(a.firstChild)):a=\\\"string\\\"===typeof b.is?c.createElement(a,{is:b.is}):c.createElement(a):a=c.createElementNS(d,a);return a}function Ue(a,b){return(9===b.nodeType?b:b.ownerDocument).createTextNode(a)}\\nfunction Ve(a,b,c,d){var e=Qe(b,c);switch(b){case \\\"iframe\\\":case \\\"object\\\":K(\\\"load\\\",a);var f=c;break;case \\\"video\\\":case \\\"audio\\\":for(f=0;f<jb.length;f++)K(jb[f],a);f=c;break;case \\\"source\\\":K(\\\"error\\\",a);f=c;break;case \\\"img\\\":case \\\"image\\\":case \\\"link\\\":K(\\\"error\\\",a);K(\\\"load\\\",a);f=c;break;case \\\"form\\\":K(\\\"reset\\\",a);K(\\\"submit\\\",a);f=c;break;case \\\"details\\\":K(\\\"toggle\\\",a);f=c;break;case \\\"input\\\":Hc(a,c);f=Gc(a,c);K(\\\"invalid\\\",a);Se(d,\\\"onChange\\\");break;case \\\"option\\\":f=ye(a,c);break;case \\\"select\\\":Ae(a,c);f=p({},c,{value:void 0});\\nK(\\\"invalid\\\",a);Se(d,\\\"onChange\\\");break;case \\\"textarea\\\":Ce(a,c);f=Be(a,c);K(\\\"invalid\\\",a);Se(d,\\\"onChange\\\");break;default:f=c}Pe(b,f,Re);var g=f,h;for(h in g)if(g.hasOwnProperty(h)){var k=g[h];\\\"style\\\"===h?Ne(a,k,Re):\\\"dangerouslySetInnerHTML\\\"===h?(k=k?k.__html:void 0,null!=k&&Je(a,k)):\\\"children\\\"===h?\\\"string\\\"===typeof k?(\\\"textarea\\\"!==b||\\\"\\\"!==k)&&Ke(a,k):\\\"number\\\"===typeof k&&Ke(a,\\\"\\\"+k):\\\"suppressContentEditableWarning\\\"!==h&&\\\"suppressHydrationWarning\\\"!==h&&\\\"autoFocus\\\"!==h&&(ra.hasOwnProperty(h)?null!=k&&Se(d,\\nh):null!=k&&Fc(a,h,k,e))}switch(b){case \\\"input\\\":cc(a);Mc(a,c,!1);break;case \\\"textarea\\\":cc(a);Ee(a,c);break;case \\\"option\\\":null!=c.value&&a.setAttribute(\\\"value\\\",c.value);break;case \\\"select\\\":a.multiple=!!c.multiple;b=c.value;null!=b?ze(a,!!c.multiple,b,!1):null!=c.defaultValue&&ze(a,!!c.multiple,c.defaultValue,!0);break;default:\\\"function\\\"===typeof f.onClick&&(a.onclick=v)}}\\nfunction We(a,b,c,d,e){var f=null;switch(b){case \\\"input\\\":c=Gc(a,c);d=Gc(a,d);f=[];break;case \\\"option\\\":c=ye(a,c);d=ye(a,d);f=[];break;case \\\"select\\\":c=p({},c,{value:void 0});d=p({},d,{value:void 0});f=[];break;case \\\"textarea\\\":c=Be(a,c);d=Be(a,d);f=[];break;default:\\\"function\\\"!==typeof c.onClick&&\\\"function\\\"===typeof d.onClick&&(a.onclick=v)}Pe(b,d,Re);b=a=void 0;var g=null;for(a in c)if(!d.hasOwnProperty(a)&&c.hasOwnProperty(a)&&null!=c[a])if(\\\"style\\\"===a){var h=c[a];for(b in h)h.hasOwnProperty(b)&&(g||\\n(g={}),g[b]=\\\"\\\")}else\\\"dangerouslySetInnerHTML\\\"!==a&&\\\"children\\\"!==a&&\\\"suppressContentEditableWarning\\\"!==a&&\\\"suppressHydrationWarning\\\"!==a&&\\\"autoFocus\\\"!==a&&(ra.hasOwnProperty(a)?f||(f=[]):(f=f||[]).push(a,null));for(a in d){var k=d[a];h=null!=c?c[a]:void 0;if(d.hasOwnProperty(a)&&k!==h&&(null!=k||null!=h))if(\\\"style\\\"===a)if(h){for(b in h)!h.hasOwnProperty(b)||k&&k.hasOwnProperty(b)||(g||(g={}),g[b]=\\\"\\\");for(b in k)k.hasOwnProperty(b)&&h[b]!==k[b]&&(g||(g={}),g[b]=k[b])}else g||(f||(f=[]),f.push(a,g)),\\ng=k;else\\\"dangerouslySetInnerHTML\\\"===a?(k=k?k.__html:void 0,h=h?h.__html:void 0,null!=k&&h!==k&&(f=f||[]).push(a,\\\"\\\"+k)):\\\"children\\\"===a?h===k||\\\"string\\\"!==typeof k&&\\\"number\\\"!==typeof k||(f=f||[]).push(a,\\\"\\\"+k):\\\"suppressContentEditableWarning\\\"!==a&&\\\"suppressHydrationWarning\\\"!==a&&(ra.hasOwnProperty(a)?(null!=k&&Se(e,a),f||h===k||(f=[])):(f=f||[]).push(a,k))}g&&(f=f||[]).push(\\\"style\\\",g);return f}\\nfunction Xe(a,b,c,d,e){\\\"input\\\"===c&&\\\"radio\\\"===e.type&&null!=e.name&&Jc(a,e);Qe(c,d);d=Qe(c,e);for(var f=0;f<b.length;f+=2){var g=b[f],h=b[f+1];\\\"style\\\"===g?Ne(a,h,Re):\\\"dangerouslySetInnerHTML\\\"===g?Je(a,h):\\\"children\\\"===g?Ke(a,h):Fc(a,g,h,d)}switch(c){case \\\"input\\\":Kc(a,e);break;case \\\"textarea\\\":De(a,e);break;case \\\"select\\\":a._wrapperState.initialValue=void 0,b=a._wrapperState.wasMultiple,a._wrapperState.wasMultiple=!!e.multiple,c=e.value,null!=c?ze(a,!!e.multiple,c,!1):b!==!!e.multiple&&(null!=e.defaultValue?\\nze(a,!!e.multiple,e.defaultValue,!0):ze(a,!!e.multiple,e.multiple?[]:\\\"\\\",!1))}}\\nfunction Ye(a,b,c,d,e){switch(b){case \\\"iframe\\\":case \\\"object\\\":K(\\\"load\\\",a);break;case \\\"video\\\":case \\\"audio\\\":for(d=0;d<jb.length;d++)K(jb[d],a);break;case \\\"source\\\":K(\\\"error\\\",a);break;case \\\"img\\\":case \\\"image\\\":case \\\"link\\\":K(\\\"error\\\",a);K(\\\"load\\\",a);break;case \\\"form\\\":K(\\\"reset\\\",a);K(\\\"submit\\\",a);break;case \\\"details\\\":K(\\\"toggle\\\",a);break;case \\\"input\\\":Hc(a,c);K(\\\"invalid\\\",a);Se(e,\\\"onChange\\\");break;case \\\"select\\\":Ae(a,c);K(\\\"invalid\\\",a);Se(e,\\\"onChange\\\");break;case \\\"textarea\\\":Ce(a,c),K(\\\"invalid\\\",a),Se(e,\\\"onChange\\\")}Pe(b,\\nc,Re);d=null;for(var f in c)if(c.hasOwnProperty(f)){var g=c[f];\\\"children\\\"===f?\\\"string\\\"===typeof g?a.textContent!==g&&(d=[\\\"children\\\",g]):\\\"number\\\"===typeof g&&a.textContent!==\\\"\\\"+g&&(d=[\\\"children\\\",\\\"\\\"+g]):ra.hasOwnProperty(f)&&null!=g&&Se(e,f)}switch(b){case \\\"input\\\":cc(a);Mc(a,c,!0);break;case \\\"textarea\\\":cc(a);Ee(a,c);break;case \\\"select\\\":case \\\"option\\\":break;default:\\\"function\\\"===typeof c.onClick&&(a.onclick=v)}return d}function Ze(a,b){return a.nodeValue!==b}\\nvar $e={createElement:Te,createTextNode:Ue,setInitialProperties:Ve,diffProperties:We,updateProperties:Xe,diffHydratedProperties:Ye,diffHydratedText:Ze,warnForUnmatchedText:function(){},warnForDeletedHydratableElement:function(){},warnForDeletedHydratableText:function(){},warnForInsertedHydratedElement:function(){},warnForInsertedHydratedText:function(){},restoreControlledState:function(a,b,c){switch(b){case \\\"input\\\":Kc(a,c);b=c.name;if(\\\"radio\\\"===c.type&&null!=b){for(c=a;c.parentNode;)c=c.parentNode;\\nc=c.querySelectorAll(\\\"input[name=\\\"+JSON.stringify(\\\"\\\"+b)+'][type=\\\"radio\\\"]');for(b=0;b<c.length;b++){var d=c[b];if(d!==a&&d.form===a.form){var e=Pa(d);e?void 0:A(\\\"90\\\");dc(d);Kc(d,e)}}}break;case \\\"textarea\\\":De(a,c);break;case \\\"select\\\":b=c.value,null!=b&&ze(a,!!c.multiple,b,!1)}}},af=null,bf=null;function cf(a,b){switch(a){case \\\"button\\\":case \\\"input\\\":case \\\"select\\\":case \\\"textarea\\\":return!!b.autoFocus}return!1}\\nfunction df(a,b){return\\\"textarea\\\"===a||\\\"string\\\"===typeof b.children||\\\"number\\\"===typeof b.children||\\\"object\\\"===typeof b.dangerouslySetInnerHTML&&null!==b.dangerouslySetInnerHTML&&\\\"string\\\"===typeof b.dangerouslySetInnerHTML.__html}var ef=ge,ff=ie,gf=je;function hf(a){for(a=a.nextSibling;a&&1!==a.nodeType&&3!==a.nodeType;)a=a.nextSibling;return a}function jf(a){for(a=a.firstChild;a&&1!==a.nodeType&&3!==a.nodeType;)a=a.nextSibling;return a}new Set;var kf=[],lf=-1;function mf(a){return{current:a}}\\nfunction M(a){0>lf||(a.current=kf[lf],kf[lf]=null,lf--)}function N(a,b){lf++;kf[lf]=a.current;a.current=b}var nf=mf(ha),O=mf(!1),of=ha;function pf(a){return qf(a)?of:nf.current}\\nfunction rf(a,b){var c=a.type.contextTypes;if(!c)return ha;var d=a.stateNode;if(d&&d.__reactInternalMemoizedUnmaskedChildContext===b)return d.__reactInternalMemoizedMaskedChildContext;var e={},f;for(f in c)e[f]=b[f];d&&(a=a.stateNode,a.__reactInternalMemoizedUnmaskedChildContext=b,a.__reactInternalMemoizedMaskedChildContext=e);return e}function qf(a){return 2===a.tag&&null!=a.type.childContextTypes}function sf(a){qf(a)&&(M(O,a),M(nf,a))}function tf(a){M(O,a);M(nf,a)}\\nfunction uf(a,b,c){nf.current!==ha?A(\\\"168\\\"):void 0;N(nf,b,a);N(O,c,a)}function vf(a,b){var c=a.stateNode,d=a.type.childContextTypes;if(\\\"function\\\"!==typeof c.getChildContext)return b;c=c.getChildContext();for(var e in c)e in d?void 0:A(\\\"108\\\",uc(a)||\\\"Unknown\\\",e);return p({},b,c)}function wf(a){if(!qf(a))return!1;var b=a.stateNode;b=b&&b.__reactInternalMemoizedMergedChildContext||ha;of=nf.current;N(nf,b,a);N(O,O.current,a);return!0}\\nfunction xf(a,b){var c=a.stateNode;c?void 0:A(\\\"169\\\");if(b){var d=vf(a,of);c.__reactInternalMemoizedMergedChildContext=d;M(O,a);M(nf,a);N(nf,d,a)}else M(O,a);N(O,b,a)}\\nfunction yf(a,b,c,d){this.tag=a;this.key=c;this.sibling=this.child=this.return=this.stateNode=this.type=null;this.index=0;this.ref=null;this.pendingProps=b;this.memoizedState=this.updateQueue=this.memoizedProps=null;this.mode=d;this.effectTag=0;this.lastEffect=this.firstEffect=this.nextEffect=null;this.expirationTime=0;this.alternate=null}\\nfunction zf(a,b,c){var d=a.alternate;null===d?(d=new yf(a.tag,b,a.key,a.mode),d.type=a.type,d.stateNode=a.stateNode,d.alternate=a,a.alternate=d):(d.pendingProps=b,d.effectTag=0,d.nextEffect=null,d.firstEffect=null,d.lastEffect=null);d.expirationTime=c;d.child=a.child;d.memoizedProps=a.memoizedProps;d.memoizedState=a.memoizedState;d.updateQueue=a.updateQueue;d.sibling=a.sibling;d.index=a.index;d.ref=a.ref;return d}\\nfunction Af(a,b,c){var d=a.type,e=a.key;a=a.props;if(\\\"function\\\"===typeof d)var f=d.prototype&&d.prototype.isReactComponent?2:0;else if(\\\"string\\\"===typeof d)f=5;else switch(d){case ic:return Bf(a.children,b,c,e);case pc:f=11;b|=3;break;case jc:f=11;b|=2;break;case kc:return d=new yf(15,a,e,b|4),d.type=kc,d.expirationTime=c,d;case rc:f=16;b|=2;break;default:a:{switch(\\\"object\\\"===typeof d&&null!==d?d.$$typeof:null){case lc:f=13;break a;case mc:f=12;break a;case qc:f=14;break a;default:A(\\\"130\\\",null==d?\\nd:typeof d,\\\"\\\")}f=void 0}}b=new yf(f,a,e,b);b.type=d;b.expirationTime=c;return b}function Bf(a,b,c,d){a=new yf(10,a,d,b);a.expirationTime=c;return a}function Cf(a,b,c){a=new yf(6,a,null,b);a.expirationTime=c;return a}function Df(a,b,c){b=new yf(4,null!==a.children?a.children:[],a.key,b);b.expirationTime=c;b.stateNode={containerInfo:a.containerInfo,pendingChildren:null,implementation:a.implementation};return b}\\nfunction Ef(a,b,c){b=new yf(3,null,null,b?3:0);a={current:b,containerInfo:a,pendingChildren:null,earliestPendingTime:0,latestPendingTime:0,earliestSuspendedTime:0,latestSuspendedTime:0,latestPingedTime:0,pendingCommitExpirationTime:0,finishedWork:null,context:null,pendingContext:null,hydrate:c,remainingExpirationTime:0,firstBatch:null,nextScheduledRoot:null};return b.stateNode=a}var Ff=null,Gf=null;function Hf(a){return function(b){try{return a(b)}catch(c){}}}\\nfunction If(a){if(\\\"undefined\\\"===typeof __REACT_DEVTOOLS_GLOBAL_HOOK__)return!1;var b=__REACT_DEVTOOLS_GLOBAL_HOOK__;if(b.isDisabled||!b.supportsFiber)return!0;try{var c=b.inject(a);Ff=Hf(function(a){return b.onCommitFiberRoot(c,a)});Gf=Hf(function(a){return b.onCommitFiberUnmount(c,a)})}catch(d){}return!0}function Jf(a){\\\"function\\\"===typeof Ff&&Ff(a)}function Kf(a){\\\"function\\\"===typeof Gf&&Gf(a)}var Lf=!1;\\nfunction Mf(a){return{expirationTime:0,baseState:a,firstUpdate:null,lastUpdate:null,firstCapturedUpdate:null,lastCapturedUpdate:null,firstEffect:null,lastEffect:null,firstCapturedEffect:null,lastCapturedEffect:null}}function Nf(a){return{expirationTime:a.expirationTime,baseState:a.baseState,firstUpdate:a.firstUpdate,lastUpdate:a.lastUpdate,firstCapturedUpdate:null,lastCapturedUpdate:null,firstEffect:null,lastEffect:null,firstCapturedEffect:null,lastCapturedEffect:null}}\\nfunction Of(a){return{expirationTime:a,tag:0,payload:null,callback:null,next:null,nextEffect:null}}function Pf(a,b,c){null===a.lastUpdate?a.firstUpdate=a.lastUpdate=b:(a.lastUpdate.next=b,a.lastUpdate=b);if(0===a.expirationTime||a.expirationTime>c)a.expirationTime=c}\\nfunction Qf(a,b,c){var d=a.alternate;if(null===d){var e=a.updateQueue;var f=null;null===e&&(e=a.updateQueue=Mf(a.memoizedState))}else e=a.updateQueue,f=d.updateQueue,null===e?null===f?(e=a.updateQueue=Mf(a.memoizedState),f=d.updateQueue=Mf(d.memoizedState)):e=a.updateQueue=Nf(f):null===f&&(f=d.updateQueue=Nf(e));null===f||e===f?Pf(e,b,c):null===e.lastUpdate||null===f.lastUpdate?(Pf(e,b,c),Pf(f,b,c)):(Pf(e,b,c),f.lastUpdate=b)}\\nfunction Rf(a,b,c){var d=a.updateQueue;d=null===d?a.updateQueue=Mf(a.memoizedState):Sf(a,d);null===d.lastCapturedUpdate?d.firstCapturedUpdate=d.lastCapturedUpdate=b:(d.lastCapturedUpdate.next=b,d.lastCapturedUpdate=b);if(0===d.expirationTime||d.expirationTime>c)d.expirationTime=c}function Sf(a,b){var c=a.alternate;null!==c&&b===c.updateQueue&&(b=a.updateQueue=Nf(b));return b}\\nfunction Tf(a,b,c,d,e,f){switch(c.tag){case 1:return a=c.payload,\\\"function\\\"===typeof a?a.call(f,d,e):a;case 3:a.effectTag=a.effectTag&-1025|64;case 0:a=c.payload;e=\\\"function\\\"===typeof a?a.call(f,d,e):a;if(null===e||void 0===e)break;return p({},d,e);case 2:Lf=!0}return d}\\nfunction Uf(a,b,c,d,e){Lf=!1;if(!(0===b.expirationTime||b.expirationTime>e)){b=Sf(a,b);for(var f=b.baseState,g=null,h=0,k=b.firstUpdate,n=f;null!==k;){var r=k.expirationTime;if(r>e){if(null===g&&(g=k,f=n),0===h||h>r)h=r}else n=Tf(a,b,k,n,c,d),null!==k.callback&&(a.effectTag|=32,k.nextEffect=null,null===b.lastEffect?b.firstEffect=b.lastEffect=k:(b.lastEffect.nextEffect=k,b.lastEffect=k));k=k.next}r=null;for(k=b.firstCapturedUpdate;null!==k;){var w=k.expirationTime;if(w>e){if(null===r&&(r=k,null===\\ng&&(f=n)),0===h||h>w)h=w}else n=Tf(a,b,k,n,c,d),null!==k.callback&&(a.effectTag|=32,k.nextEffect=null,null===b.lastCapturedEffect?b.firstCapturedEffect=b.lastCapturedEffect=k:(b.lastCapturedEffect.nextEffect=k,b.lastCapturedEffect=k));k=k.next}null===g&&(b.lastUpdate=null);null===r?b.lastCapturedUpdate=null:a.effectTag|=32;null===g&&null===r&&(f=n);b.baseState=f;b.firstUpdate=g;b.firstCapturedUpdate=r;b.expirationTime=h;a.memoizedState=n}}\\nfunction Vf(a,b){\\\"function\\\"!==typeof a?A(\\\"191\\\",a):void 0;a.call(b)}\\nfunction Wf(a,b,c){null!==b.firstCapturedUpdate&&(null!==b.lastUpdate&&(b.lastUpdate.next=b.firstCapturedUpdate,b.lastUpdate=b.lastCapturedUpdate),b.firstCapturedUpdate=b.lastCapturedUpdate=null);a=b.firstEffect;for(b.firstEffect=b.lastEffect=null;null!==a;){var d=a.callback;null!==d&&(a.callback=null,Vf(d,c));a=a.nextEffect}a=b.firstCapturedEffect;for(b.firstCapturedEffect=b.lastCapturedEffect=null;null!==a;)b=a.callback,null!==b&&(a.callback=null,Vf(b,c)),a=a.nextEffect}\\nfunction Xf(a,b){return{value:a,source:b,stack:vc(b)}}var Yf=mf(null),Zf=mf(null),$f=mf(0);function ag(a){var b=a.type._context;N($f,b._changedBits,a);N(Zf,b._currentValue,a);N(Yf,a,a);b._currentValue=a.pendingProps.value;b._changedBits=a.stateNode}function bg(a){var b=$f.current,c=Zf.current;M(Yf,a);M(Zf,a);M($f,a);a=a.type._context;a._currentValue=c;a._changedBits=b}var cg={},dg=mf(cg),eg=mf(cg),fg=mf(cg);function gg(a){a===cg?A(\\\"174\\\"):void 0;return a}\\nfunction ig(a,b){N(fg,b,a);N(eg,a,a);N(dg,cg,a);var c=b.nodeType;switch(c){case 9:case 11:b=(b=b.documentElement)?b.namespaceURI:He(null,\\\"\\\");break;default:c=8===c?b.parentNode:b,b=c.namespaceURI||null,c=c.tagName,b=He(b,c)}M(dg,a);N(dg,b,a)}function jg(a){M(dg,a);M(eg,a);M(fg,a)}function kg(a){eg.current===a&&(M(dg,a),M(eg,a))}function lg(a,b,c){var d=a.memoizedState;b=b(c,d);d=null===b||void 0===b?d:p({},d,b);a.memoizedState=d;a=a.updateQueue;null!==a&&0===a.expirationTime&&(a.baseState=d)}\\nvar pg={isMounted:function(a){return(a=a._reactInternalFiber)?2===jd(a):!1},enqueueSetState:function(a,b,c){a=a._reactInternalFiber;var d=mg();d=ng(d,a);var e=Of(d);e.payload=b;void 0!==c&&null!==c&&(e.callback=c);Qf(a,e,d);og(a,d)},enqueueReplaceState:function(a,b,c){a=a._reactInternalFiber;var d=mg();d=ng(d,a);var e=Of(d);e.tag=1;e.payload=b;void 0!==c&&null!==c&&(e.callback=c);Qf(a,e,d);og(a,d)},enqueueForceUpdate:function(a,b){a=a._reactInternalFiber;var c=mg();c=ng(c,a);var d=Of(c);d.tag=2;void 0!==\\nb&&null!==b&&(d.callback=b);Qf(a,d,c);og(a,c)}};function qg(a,b,c,d,e,f){var g=a.stateNode;a=a.type;return\\\"function\\\"===typeof g.shouldComponentUpdate?g.shouldComponentUpdate(c,e,f):a.prototype&&a.prototype.isPureReactComponent?!ea(b,c)||!ea(d,e):!0}\\nfunction rg(a,b,c,d){a=b.state;\\\"function\\\"===typeof b.componentWillReceiveProps&&b.componentWillReceiveProps(c,d);\\\"function\\\"===typeof b.UNSAFE_componentWillReceiveProps&&b.UNSAFE_componentWillReceiveProps(c,d);b.state!==a&&pg.enqueueReplaceState(b,b.state,null)}\\nfunction sg(a,b){var c=a.type,d=a.stateNode,e=a.pendingProps,f=pf(a);d.props=e;d.state=a.memoizedState;d.refs=ha;d.context=rf(a,f);f=a.updateQueue;null!==f&&(Uf(a,f,e,d,b),d.state=a.memoizedState);f=a.type.getDerivedStateFromProps;\\\"function\\\"===typeof f&&(lg(a,f,e),d.state=a.memoizedState);\\\"function\\\"===typeof c.getDerivedStateFromProps||\\\"function\\\"===typeof d.getSnapshotBeforeUpdate||\\\"function\\\"!==typeof d.UNSAFE_componentWillMount&&\\\"function\\\"!==typeof d.componentWillMount||(c=d.state,\\\"function\\\"===typeof d.componentWillMount&&\\nd.componentWillMount(),\\\"function\\\"===typeof d.UNSAFE_componentWillMount&&d.UNSAFE_componentWillMount(),c!==d.state&&pg.enqueueReplaceState(d,d.state,null),f=a.updateQueue,null!==f&&(Uf(a,f,e,d,b),d.state=a.memoizedState));\\\"function\\\"===typeof d.componentDidMount&&(a.effectTag|=4)}var tg=Array.isArray;\\nfunction ug(a,b,c){a=c.ref;if(null!==a&&\\\"function\\\"!==typeof a&&\\\"object\\\"!==typeof a){if(c._owner){c=c._owner;var d=void 0;c&&(2!==c.tag?A(\\\"110\\\"):void 0,d=c.stateNode);d?void 0:A(\\\"147\\\",a);var e=\\\"\\\"+a;if(null!==b&&null!==b.ref&&\\\"function\\\"===typeof b.ref&&b.ref._stringRef===e)return b.ref;b=function(a){var b=d.refs===ha?d.refs={}:d.refs;null===a?delete b[e]:b[e]=a};b._stringRef=e;return b}\\\"string\\\"!==typeof a?A(\\\"148\\\"):void 0;c._owner?void 0:A(\\\"254\\\",a)}return a}\\nfunction vg(a,b){\\\"textarea\\\"!==a.type&&A(\\\"31\\\",\\\"[object Object]\\\"===Object.prototype.toString.call(b)?\\\"object with keys {\\\"+Object.keys(b).join(\\\", \\\")+\\\"}\\\":b,\\\"\\\")}\\nfunction wg(a){function b(b,c){if(a){var d=b.lastEffect;null!==d?(d.nextEffect=c,b.lastEffect=c):b.firstEffect=b.lastEffect=c;c.nextEffect=null;c.effectTag=8}}function c(c,d){if(!a)return null;for(;null!==d;)b(c,d),d=d.sibling;return null}function d(a,b){for(a=new Map;null!==b;)null!==b.key?a.set(b.key,b):a.set(b.index,b),b=b.sibling;return a}function e(a,b,c){a=zf(a,b,c);a.index=0;a.sibling=null;return a}function f(b,c,d){b.index=d;if(!a)return c;d=b.alternate;if(null!==d)return d=d.index,d<c?(b.effectTag=\\n2,c):d;b.effectTag=2;return c}function g(b){a&&null===b.alternate&&(b.effectTag=2);return b}function h(a,b,c,d){if(null===b||6!==b.tag)return b=Cf(c,a.mode,d),b.return=a,b;b=e(b,c,d);b.return=a;return b}function k(a,b,c,d){if(null!==b&&b.type===c.type)return d=e(b,c.props,d),d.ref=ug(a,b,c),d.return=a,d;d=Af(c,a.mode,d);d.ref=ug(a,b,c);d.return=a;return d}function n(a,b,c,d){if(null===b||4!==b.tag||b.stateNode.containerInfo!==c.containerInfo||b.stateNode.implementation!==c.implementation)return b=\\nDf(c,a.mode,d),b.return=a,b;b=e(b,c.children||[],d);b.return=a;return b}function r(a,b,c,d,f){if(null===b||10!==b.tag)return b=Bf(c,a.mode,d,f),b.return=a,b;b=e(b,c,d);b.return=a;return b}function w(a,b,c){if(\\\"string\\\"===typeof b||\\\"number\\\"===typeof b)return b=Cf(\\\"\\\"+b,a.mode,c),b.return=a,b;if(\\\"object\\\"===typeof b&&null!==b){switch(b.$$typeof){case gc:return c=Af(b,a.mode,c),c.ref=ug(a,null,b),c.return=a,c;case hc:return b=Df(b,a.mode,c),b.return=a,b}if(tg(b)||tc(b))return b=Bf(b,a.mode,c,null),b.return=\\na,b;vg(a,b)}return null}function P(a,b,c,d){var e=null!==b?b.key:null;if(\\\"string\\\"===typeof c||\\\"number\\\"===typeof c)return null!==e?null:h(a,b,\\\"\\\"+c,d);if(\\\"object\\\"===typeof c&&null!==c){switch(c.$$typeof){case gc:return c.key===e?c.type===ic?r(a,b,c.props.children,d,e):k(a,b,c,d):null;case hc:return c.key===e?n(a,b,c,d):null}if(tg(c)||tc(c))return null!==e?null:r(a,b,c,d,null);vg(a,c)}return null}function nc(a,b,c,d,e){if(\\\"string\\\"===typeof d||\\\"number\\\"===typeof d)return a=a.get(c)||null,h(b,a,\\\"\\\"+d,e);\\nif(\\\"object\\\"===typeof d&&null!==d){switch(d.$$typeof){case gc:return a=a.get(null===d.key?c:d.key)||null,d.type===ic?r(b,a,d.props.children,e,d.key):k(b,a,d,e);case hc:return a=a.get(null===d.key?c:d.key)||null,n(b,a,d,e)}if(tg(d)||tc(d))return a=a.get(c)||null,r(b,a,d,e,null);vg(b,d)}return null}function Jd(e,g,h,k){for(var u=null,x=null,t=g,q=g=0,n=null;null!==t&&q<h.length;q++){t.index>q?(n=t,t=null):n=t.sibling;var l=P(e,t,h[q],k);if(null===l){null===t&&(t=n);break}a&&t&&null===l.alternate&&b(e,\\nt);g=f(l,g,q);null===x?u=l:x.sibling=l;x=l;t=n}if(q===h.length)return c(e,t),u;if(null===t){for(;q<h.length;q++)if(t=w(e,h[q],k))g=f(t,g,q),null===x?u=t:x.sibling=t,x=t;return u}for(t=d(e,t);q<h.length;q++)if(n=nc(t,e,q,h[q],k))a&&null!==n.alternate&&t.delete(null===n.key?q:n.key),g=f(n,g,q),null===x?u=n:x.sibling=n,x=n;a&&t.forEach(function(a){return b(e,a)});return u}function E(e,g,h,k){var u=tc(h);\\\"function\\\"!==typeof u?A(\\\"150\\\"):void 0;h=u.call(h);null==h?A(\\\"151\\\"):void 0;for(var t=u=null,n=g,x=\\ng=0,y=null,l=h.next();null!==n&&!l.done;x++,l=h.next()){n.index>x?(y=n,n=null):y=n.sibling;var r=P(e,n,l.value,k);if(null===r){n||(n=y);break}a&&n&&null===r.alternate&&b(e,n);g=f(r,g,x);null===t?u=r:t.sibling=r;t=r;n=y}if(l.done)return c(e,n),u;if(null===n){for(;!l.done;x++,l=h.next())l=w(e,l.value,k),null!==l&&(g=f(l,g,x),null===t?u=l:t.sibling=l,t=l);return u}for(n=d(e,n);!l.done;x++,l=h.next())l=nc(n,e,x,l.value,k),null!==l&&(a&&null!==l.alternate&&n.delete(null===l.key?x:l.key),g=f(l,g,x),null===\\nt?u=l:t.sibling=l,t=l);a&&n.forEach(function(a){return b(e,a)});return u}return function(a,d,f,h){var k=\\\"object\\\"===typeof f&&null!==f&&f.type===ic&&null===f.key;k&&(f=f.props.children);var n=\\\"object\\\"===typeof f&&null!==f;if(n)switch(f.$$typeof){case gc:a:{n=f.key;for(k=d;null!==k;){if(k.key===n)if(10===k.tag?f.type===ic:k.type===f.type){c(a,k.sibling);d=e(k,f.type===ic?f.props.children:f.props,h);d.ref=ug(a,k,f);d.return=a;a=d;break a}else{c(a,k);break}else b(a,k);k=k.sibling}f.type===ic?(d=Bf(f.props.children,\\na.mode,h,f.key),d.return=a,a=d):(h=Af(f,a.mode,h),h.ref=ug(a,d,f),h.return=a,a=h)}return g(a);case hc:a:{for(k=f.key;null!==d;){if(d.key===k)if(4===d.tag&&d.stateNode.containerInfo===f.containerInfo&&d.stateNode.implementation===f.implementation){c(a,d.sibling);d=e(d,f.children||[],h);d.return=a;a=d;break a}else{c(a,d);break}else b(a,d);d=d.sibling}d=Df(f,a.mode,h);d.return=a;a=d}return g(a)}if(\\\"string\\\"===typeof f||\\\"number\\\"===typeof f)return f=\\\"\\\"+f,null!==d&&6===d.tag?(c(a,d.sibling),d=e(d,f,h),d.return=\\na,a=d):(c(a,d),d=Cf(f,a.mode,h),d.return=a,a=d),g(a);if(tg(f))return Jd(a,d,f,h);if(tc(f))return E(a,d,f,h);n&&vg(a,f);if(\\\"undefined\\\"===typeof f&&!k)switch(a.tag){case 2:case 1:h=a.type,A(\\\"152\\\",h.displayName||h.name||\\\"Component\\\")}return c(a,d)}}var xg=wg(!0),yg=wg(!1),zg=null,Ag=null,Bg=!1;function Cg(a,b){var c=new yf(5,null,null,0);c.type=\\\"DELETED\\\";c.stateNode=b;c.return=a;c.effectTag=8;null!==a.lastEffect?(a.lastEffect.nextEffect=c,a.lastEffect=c):a.firstEffect=a.lastEffect=c}\\nfunction Dg(a,b){switch(a.tag){case 5:var c=a.type;b=1!==b.nodeType||c.toLowerCase()!==b.nodeName.toLowerCase()?null:b;return null!==b?(a.stateNode=b,!0):!1;case 6:return b=\\\"\\\"===a.pendingProps||3!==b.nodeType?null:b,null!==b?(a.stateNode=b,!0):!1;default:return!1}}function Eg(a){if(Bg){var b=Ag;if(b){var c=b;if(!Dg(a,b)){b=hf(c);if(!b||!Dg(a,b)){a.effectTag|=2;Bg=!1;zg=a;return}Cg(zg,c)}zg=a;Ag=jf(b)}else a.effectTag|=2,Bg=!1,zg=a}}\\nfunction Fg(a){for(a=a.return;null!==a&&5!==a.tag&&3!==a.tag;)a=a.return;zg=a}function Gg(a){if(a!==zg)return!1;if(!Bg)return Fg(a),Bg=!0,!1;var b=a.type;if(5!==a.tag||\\\"head\\\"!==b&&\\\"body\\\"!==b&&!df(b,a.memoizedProps))for(b=Ag;b;)Cg(a,b),b=hf(b);Fg(a);Ag=zg?hf(a.stateNode):null;return!0}function Hg(){Ag=zg=null;Bg=!1}function Q(a,b,c){Ig(a,b,c,b.expirationTime)}function Ig(a,b,c,d){b.child=null===a?yg(b,null,c,d):xg(b,a.child,c,d)}\\nfunction Jg(a,b){var c=b.ref;if(null===a&&null!==c||null!==a&&a.ref!==c)b.effectTag|=128}function Kg(a,b,c,d,e){Jg(a,b);var f=0!==(b.effectTag&64);if(!c&&!f)return d&&xf(b,!1),R(a,b);c=b.stateNode;ec.current=b;var g=f?null:c.render();b.effectTag|=1;f&&(Ig(a,b,null,e),b.child=null);Ig(a,b,g,e);b.memoizedState=c.state;b.memoizedProps=c.props;d&&xf(b,!0);return b.child}\\nfunction Lg(a){var b=a.stateNode;b.pendingContext?uf(a,b.pendingContext,b.pendingContext!==b.context):b.context&&uf(a,b.context,!1);ig(a,b.containerInfo)}\\nfunction Mg(a,b,c,d){var e=a.child;null!==e&&(e.return=a);for(;null!==e;){switch(e.tag){case 12:var f=e.stateNode|0;if(e.type===b&&0!==(f&c)){for(f=e;null!==f;){var g=f.alternate;if(0===f.expirationTime||f.expirationTime>d)f.expirationTime=d,null!==g&&(0===g.expirationTime||g.expirationTime>d)&&(g.expirationTime=d);else if(null!==g&&(0===g.expirationTime||g.expirationTime>d))g.expirationTime=d;else break;f=f.return}f=null}else f=e.child;break;case 13:f=e.type===a.type?null:e.child;break;default:f=\\ne.child}if(null!==f)f.return=e;else for(f=e;null!==f;){if(f===a){f=null;break}e=f.sibling;if(null!==e){e.return=f.return;f=e;break}f=f.return}e=f}}\\nfunction Qg(a,b,c){var d=b.type._context,e=b.pendingProps,f=b.memoizedProps,g=!0;if(O.current)g=!1;else if(f===e)return b.stateNode=0,ag(b),R(a,b);var h=e.value;b.memoizedProps=e;if(null===f)h=1073741823;else if(f.value===e.value){if(f.children===e.children&&g)return b.stateNode=0,ag(b),R(a,b);h=0}else{var k=f.value;if(k===h&&(0!==k||1/k===1/h)||k!==k&&h!==h){if(f.children===e.children&&g)return b.stateNode=0,ag(b),R(a,b);h=0}else if(h=\\\"function\\\"===typeof d._calculateChangedBits?d._calculateChangedBits(k,\\nh):1073741823,h|=0,0===h){if(f.children===e.children&&g)return b.stateNode=0,ag(b),R(a,b)}else Mg(b,d,h,c)}b.stateNode=h;ag(b);Q(a,b,e.children);return b.child}function R(a,b){null!==a&&b.child!==a.child?A(\\\"153\\\"):void 0;if(null!==b.child){a=b.child;var c=zf(a,a.pendingProps,a.expirationTime);b.child=c;for(c.return=b;null!==a.sibling;)a=a.sibling,c=c.sibling=zf(a,a.pendingProps,a.expirationTime),c.return=b;c.sibling=null}return b.child}\\nfunction Rg(a,b,c){if(0===b.expirationTime||b.expirationTime>c){switch(b.tag){case 3:Lg(b);break;case 2:wf(b);break;case 4:ig(b,b.stateNode.containerInfo);break;case 13:ag(b)}return null}switch(b.tag){case 0:null!==a?A(\\\"155\\\"):void 0;var d=b.type,e=b.pendingProps,f=pf(b);f=rf(b,f);d=d(e,f);b.effectTag|=1;\\\"object\\\"===typeof d&&null!==d&&\\\"function\\\"===typeof d.render&&void 0===d.$$typeof?(f=b.type,b.tag=2,b.memoizedState=null!==d.state&&void 0!==d.state?d.state:null,f=f.getDerivedStateFromProps,\\\"function\\\"===\\ntypeof f&&lg(b,f,e),e=wf(b),d.updater=pg,b.stateNode=d,d._reactInternalFiber=b,sg(b,c),a=Kg(a,b,!0,e,c)):(b.tag=1,Q(a,b,d),b.memoizedProps=e,a=b.child);return a;case 1:return e=b.type,c=b.pendingProps,O.current||b.memoizedProps!==c?(d=pf(b),d=rf(b,d),e=e(c,d),b.effectTag|=1,Q(a,b,e),b.memoizedProps=c,a=b.child):a=R(a,b),a;case 2:e=wf(b);if(null===a)if(null===b.stateNode){var g=b.pendingProps,h=b.type;d=pf(b);var k=2===b.tag&&null!=b.type.contextTypes;f=k?rf(b,d):ha;g=new h(g,f);b.memoizedState=null!==\\ng.state&&void 0!==g.state?g.state:null;g.updater=pg;b.stateNode=g;g._reactInternalFiber=b;k&&(k=b.stateNode,k.__reactInternalMemoizedUnmaskedChildContext=d,k.__reactInternalMemoizedMaskedChildContext=f);sg(b,c);d=!0}else{h=b.type;d=b.stateNode;k=b.memoizedProps;f=b.pendingProps;d.props=k;var n=d.context;g=pf(b);g=rf(b,g);var r=h.getDerivedStateFromProps;(h=\\\"function\\\"===typeof r||\\\"function\\\"===typeof d.getSnapshotBeforeUpdate)||\\\"function\\\"!==typeof d.UNSAFE_componentWillReceiveProps&&\\\"function\\\"!==typeof d.componentWillReceiveProps||\\n(k!==f||n!==g)&&rg(b,d,f,g);Lf=!1;var w=b.memoizedState;n=d.state=w;var P=b.updateQueue;null!==P&&(Uf(b,P,f,d,c),n=b.memoizedState);k!==f||w!==n||O.current||Lf?(\\\"function\\\"===typeof r&&(lg(b,r,f),n=b.memoizedState),(k=Lf||qg(b,k,f,w,n,g))?(h||\\\"function\\\"!==typeof d.UNSAFE_componentWillMount&&\\\"function\\\"!==typeof d.componentWillMount||(\\\"function\\\"===typeof d.componentWillMount&&d.componentWillMount(),\\\"function\\\"===typeof d.UNSAFE_componentWillMount&&d.UNSAFE_componentWillMount()),\\\"function\\\"===typeof d.componentDidMount&&\\n(b.effectTag|=4)):(\\\"function\\\"===typeof d.componentDidMount&&(b.effectTag|=4),b.memoizedProps=f,b.memoizedState=n),d.props=f,d.state=n,d.context=g,d=k):(\\\"function\\\"===typeof d.componentDidMount&&(b.effectTag|=4),d=!1)}else h=b.type,d=b.stateNode,f=b.memoizedProps,k=b.pendingProps,d.props=f,n=d.context,g=pf(b),g=rf(b,g),r=h.getDerivedStateFromProps,(h=\\\"function\\\"===typeof r||\\\"function\\\"===typeof d.getSnapshotBeforeUpdate)||\\\"function\\\"!==typeof d.UNSAFE_componentWillReceiveProps&&\\\"function\\\"!==typeof d.componentWillReceiveProps||\\n(f!==k||n!==g)&&rg(b,d,k,g),Lf=!1,n=b.memoizedState,w=d.state=n,P=b.updateQueue,null!==P&&(Uf(b,P,k,d,c),w=b.memoizedState),f!==k||n!==w||O.current||Lf?(\\\"function\\\"===typeof r&&(lg(b,r,k),w=b.memoizedState),(r=Lf||qg(b,f,k,n,w,g))?(h||\\\"function\\\"!==typeof d.UNSAFE_componentWillUpdate&&\\\"function\\\"!==typeof d.componentWillUpdate||(\\\"function\\\"===typeof d.componentWillUpdate&&d.componentWillUpdate(k,w,g),\\\"function\\\"===typeof d.UNSAFE_componentWillUpdate&&d.UNSAFE_componentWillUpdate(k,w,g)),\\\"function\\\"===typeof d.componentDidUpdate&&\\n(b.effectTag|=4),\\\"function\\\"===typeof d.getSnapshotBeforeUpdate&&(b.effectTag|=256)):(\\\"function\\\"!==typeof d.componentDidUpdate||f===a.memoizedProps&&n===a.memoizedState||(b.effectTag|=4),\\\"function\\\"!==typeof d.getSnapshotBeforeUpdate||f===a.memoizedProps&&n===a.memoizedState||(b.effectTag|=256),b.memoizedProps=k,b.memoizedState=w),d.props=k,d.state=w,d.context=g,d=r):(\\\"function\\\"!==typeof d.componentDidUpdate||f===a.memoizedProps&&n===a.memoizedState||(b.effectTag|=4),\\\"function\\\"!==typeof d.getSnapshotBeforeUpdate||\\nf===a.memoizedProps&&n===a.memoizedState||(b.effectTag|=256),d=!1);return Kg(a,b,d,e,c);case 3:Lg(b);e=b.updateQueue;if(null!==e)if(d=b.memoizedState,d=null!==d?d.element:null,Uf(b,e,b.pendingProps,null,c),e=b.memoizedState.element,e===d)Hg(),a=R(a,b);else{d=b.stateNode;if(d=(null===a||null===a.child)&&d.hydrate)Ag=jf(b.stateNode.containerInfo),zg=b,d=Bg=!0;d?(b.effectTag|=2,b.child=yg(b,null,e,c)):(Hg(),Q(a,b,e));a=b.child}else Hg(),a=R(a,b);return a;case 5:a:{gg(fg.current);e=gg(dg.current);d=He(e,\\nb.type);e!==d&&(N(eg,b,b),N(dg,d,b));null===a&&Eg(b);e=b.type;k=b.memoizedProps;d=b.pendingProps;f=null!==a?a.memoizedProps:null;if(!O.current&&k===d){if(k=b.mode&1&&!!d.hidden)b.expirationTime=1073741823;if(!k||1073741823!==c){a=R(a,b);break a}}k=d.children;df(e,d)?k=null:f&&df(e,f)&&(b.effectTag|=16);Jg(a,b);1073741823!==c&&b.mode&1&&d.hidden?(b.expirationTime=1073741823,b.memoizedProps=d,a=null):(Q(a,b,k),b.memoizedProps=d,a=b.child)}return a;case 6:return null===a&&Eg(b),b.memoizedProps=b.pendingProps,\\nnull;case 16:return null;case 4:return ig(b,b.stateNode.containerInfo),e=b.pendingProps,O.current||b.memoizedProps!==e?(null===a?b.child=xg(b,null,e,c):Q(a,b,e),b.memoizedProps=e,a=b.child):a=R(a,b),a;case 14:return e=b.type.render,c=b.pendingProps,d=b.ref,O.current||b.memoizedProps!==c||d!==(null!==a?a.ref:null)?(e=e(c,d),Q(a,b,e),b.memoizedProps=c,a=b.child):a=R(a,b),a;case 10:return c=b.pendingProps,O.current||b.memoizedProps!==c?(Q(a,b,c),b.memoizedProps=c,a=b.child):a=R(a,b),a;case 11:return c=\\nb.pendingProps.children,O.current||null!==c&&b.memoizedProps!==c?(Q(a,b,c),b.memoizedProps=c,a=b.child):a=R(a,b),a;case 15:return c=b.pendingProps,b.memoizedProps===c?a=R(a,b):(Q(a,b,c.children),b.memoizedProps=c,a=b.child),a;case 13:return Qg(a,b,c);case 12:a:if(d=b.type,f=b.pendingProps,k=b.memoizedProps,e=d._currentValue,g=d._changedBits,O.current||0!==g||k!==f){b.memoizedProps=f;h=f.unstable_observedBits;if(void 0===h||null===h)h=1073741823;b.stateNode=h;if(0!==(g&h))Mg(b,d,g,c);else if(k===f){a=\\nR(a,b);break a}c=f.children;c=c(e);b.effectTag|=1;Q(a,b,c);a=b.child}else a=R(a,b);return a;default:A(\\\"156\\\")}}function Sg(a){a.effectTag|=4}var Tg=void 0,Ug=void 0,Vg=void 0;Tg=function(){};Ug=function(a,b,c){(b.updateQueue=c)&&Sg(b)};Vg=function(a,b,c,d){c!==d&&Sg(b)};\\nfunction Wg(a,b){var c=b.pendingProps;switch(b.tag){case 1:return null;case 2:return sf(b),null;case 3:jg(b);tf(b);var d=b.stateNode;d.pendingContext&&(d.context=d.pendingContext,d.pendingContext=null);if(null===a||null===a.child)Gg(b),b.effectTag&=-3;Tg(b);return null;case 5:kg(b);d=gg(fg.current);var e=b.type;if(null!==a&&null!=b.stateNode){var f=a.memoizedProps,g=b.stateNode,h=gg(dg.current);g=We(g,e,f,c,d);Ug(a,b,g,e,f,c,d,h);a.ref!==b.ref&&(b.effectTag|=128)}else{if(!c)return null===b.stateNode?\\nA(\\\"166\\\"):void 0,null;a=gg(dg.current);if(Gg(b))c=b.stateNode,e=b.type,f=b.memoizedProps,c[C]=b,c[Ma]=f,d=Ye(c,e,f,a,d),b.updateQueue=d,null!==d&&Sg(b);else{a=Te(e,c,d,a);a[C]=b;a[Ma]=c;a:for(f=b.child;null!==f;){if(5===f.tag||6===f.tag)a.appendChild(f.stateNode);else if(4!==f.tag&&null!==f.child){f.child.return=f;f=f.child;continue}if(f===b)break;for(;null===f.sibling;){if(null===f.return||f.return===b)break a;f=f.return}f.sibling.return=f.return;f=f.sibling}Ve(a,e,c,d);cf(e,c)&&Sg(b);b.stateNode=\\na}null!==b.ref&&(b.effectTag|=128)}return null;case 6:if(a&&null!=b.stateNode)Vg(a,b,a.memoizedProps,c);else{if(\\\"string\\\"!==typeof c)return null===b.stateNode?A(\\\"166\\\"):void 0,null;d=gg(fg.current);gg(dg.current);Gg(b)?(d=b.stateNode,c=b.memoizedProps,d[C]=b,Ze(d,c)&&Sg(b)):(d=Ue(c,d),d[C]=b,b.stateNode=d)}return null;case 14:return null;case 16:return null;case 10:return null;case 11:return null;case 15:return null;case 4:return jg(b),Tg(b),null;case 13:return bg(b),null;case 12:return null;case 0:A(\\\"167\\\");\\ndefault:A(\\\"156\\\")}}function Xg(a,b){var c=b.source;null===b.stack&&null!==c&&vc(c);null!==c&&uc(c);b=b.value;null!==a&&2===a.tag&&uc(a);try{b&&b.suppressReactErrorLogging||console.error(b)}catch(d){d&&d.suppressReactErrorLogging||console.error(d)}}function Yg(a){var b=a.ref;if(null!==b)if(\\\"function\\\"===typeof b)try{b(null)}catch(c){Zg(a,c)}else b.current=null}\\nfunction $g(a){\\\"function\\\"===typeof Kf&&Kf(a);switch(a.tag){case 2:Yg(a);var b=a.stateNode;if(\\\"function\\\"===typeof b.componentWillUnmount)try{b.props=a.memoizedProps,b.state=a.memoizedState,b.componentWillUnmount()}catch(c){Zg(a,c)}break;case 5:Yg(a);break;case 4:ah(a)}}function bh(a){return 5===a.tag||3===a.tag||4===a.tag}\\nfunction ch(a){a:{for(var b=a.return;null!==b;){if(bh(b)){var c=b;break a}b=b.return}A(\\\"160\\\");c=void 0}var d=b=void 0;switch(c.tag){case 5:b=c.stateNode;d=!1;break;case 3:b=c.stateNode.containerInfo;d=!0;break;case 4:b=c.stateNode.containerInfo;d=!0;break;default:A(\\\"161\\\")}c.effectTag&16&&(Ke(b,\\\"\\\"),c.effectTag&=-17);a:b:for(c=a;;){for(;null===c.sibling;){if(null===c.return||bh(c.return)){c=null;break a}c=c.return}c.sibling.return=c.return;for(c=c.sibling;5!==c.tag&&6!==c.tag;){if(c.effectTag&2)continue b;\\nif(null===c.child||4===c.tag)continue b;else c.child.return=c,c=c.child}if(!(c.effectTag&2)){c=c.stateNode;break a}}for(var e=a;;){if(5===e.tag||6===e.tag)if(c)if(d){var f=b,g=e.stateNode,h=c;8===f.nodeType?f.parentNode.insertBefore(g,h):f.insertBefore(g,h)}else b.insertBefore(e.stateNode,c);else d?(f=b,g=e.stateNode,8===f.nodeType?f.parentNode.insertBefore(g,f):f.appendChild(g)):b.appendChild(e.stateNode);else if(4!==e.tag&&null!==e.child){e.child.return=e;e=e.child;continue}if(e===a)break;for(;null===\\ne.sibling;){if(null===e.return||e.return===a)return;e=e.return}e.sibling.return=e.return;e=e.sibling}}\\nfunction ah(a){for(var b=a,c=!1,d=void 0,e=void 0;;){if(!c){c=b.return;a:for(;;){null===c?A(\\\"160\\\"):void 0;switch(c.tag){case 5:d=c.stateNode;e=!1;break a;case 3:d=c.stateNode.containerInfo;e=!0;break a;case 4:d=c.stateNode.containerInfo;e=!0;break a}c=c.return}c=!0}if(5===b.tag||6===b.tag){a:for(var f=b,g=f;;)if($g(g),null!==g.child&&4!==g.tag)g.child.return=g,g=g.child;else{if(g===f)break;for(;null===g.sibling;){if(null===g.return||g.return===f)break a;g=g.return}g.sibling.return=g.return;g=g.sibling}e?\\n(f=d,g=b.stateNode,8===f.nodeType?f.parentNode.removeChild(g):f.removeChild(g)):d.removeChild(b.stateNode)}else if(4===b.tag?d=b.stateNode.containerInfo:$g(b),null!==b.child){b.child.return=b;b=b.child;continue}if(b===a)break;for(;null===b.sibling;){if(null===b.return||b.return===a)return;b=b.return;4===b.tag&&(c=!1)}b.sibling.return=b.return;b=b.sibling}}\\nfunction dh(a,b){switch(b.tag){case 2:break;case 5:var c=b.stateNode;if(null!=c){var d=b.memoizedProps;a=null!==a?a.memoizedProps:d;var e=b.type,f=b.updateQueue;b.updateQueue=null;null!==f&&(c[Ma]=d,Xe(c,f,e,a,d))}break;case 6:null===b.stateNode?A(\\\"162\\\"):void 0;b.stateNode.nodeValue=b.memoizedProps;break;case 3:break;case 15:break;case 16:break;default:A(\\\"163\\\")}}function eh(a,b,c){c=Of(c);c.tag=3;c.payload={element:null};var d=b.value;c.callback=function(){fh(d);Xg(a,b)};return c}\\nfunction gh(a,b,c){c=Of(c);c.tag=3;var d=a.stateNode;null!==d&&\\\"function\\\"===typeof d.componentDidCatch&&(c.callback=function(){null===hh?hh=new Set([this]):hh.add(this);var c=b.value,d=b.stack;Xg(a,b);this.componentDidCatch(c,{componentStack:null!==d?d:\\\"\\\"})});return c}\\nfunction ih(a,b,c,d,e,f){c.effectTag|=512;c.firstEffect=c.lastEffect=null;d=Xf(d,c);a=b;do{switch(a.tag){case 3:a.effectTag|=1024;d=eh(a,d,f);Rf(a,d,f);return;case 2:if(b=d,c=a.stateNode,0===(a.effectTag&64)&&null!==c&&\\\"function\\\"===typeof c.componentDidCatch&&(null===hh||!hh.has(c))){a.effectTag|=1024;d=gh(a,b,f);Rf(a,d,f);return}}a=a.return}while(null!==a)}\\nfunction jh(a){switch(a.tag){case 2:sf(a);var b=a.effectTag;return b&1024?(a.effectTag=b&-1025|64,a):null;case 3:return jg(a),tf(a),b=a.effectTag,b&1024?(a.effectTag=b&-1025|64,a):null;case 5:return kg(a),null;case 16:return b=a.effectTag,b&1024?(a.effectTag=b&-1025|64,a):null;case 4:return jg(a),null;case 13:return bg(a),null;default:return null}}var kh=ef(),lh=2,mh=kh,nh=0,oh=0,ph=!1,S=null,qh=null,T=0,rh=-1,sh=!1,U=null,th=!1,uh=!1,hh=null;\\nfunction vh(){if(null!==S)for(var a=S.return;null!==a;){var b=a;switch(b.tag){case 2:sf(b);break;case 3:jg(b);tf(b);break;case 5:kg(b);break;case 4:jg(b);break;case 13:bg(b)}a=a.return}qh=null;T=0;rh=-1;sh=!1;S=null;uh=!1}\\nfunction wh(a){for(;;){var b=a.alternate,c=a.return,d=a.sibling;if(0===(a.effectTag&512)){b=Wg(b,a,T);var e=a;if(1073741823===T||1073741823!==e.expirationTime){var f=0;switch(e.tag){case 3:case 2:var g=e.updateQueue;null!==g&&(f=g.expirationTime)}for(g=e.child;null!==g;)0!==g.expirationTime&&(0===f||f>g.expirationTime)&&(f=g.expirationTime),g=g.sibling;e.expirationTime=f}if(null!==b)return b;null!==c&&0===(c.effectTag&512)&&(null===c.firstEffect&&(c.firstEffect=a.firstEffect),null!==a.lastEffect&&\\n(null!==c.lastEffect&&(c.lastEffect.nextEffect=a.firstEffect),c.lastEffect=a.lastEffect),1<a.effectTag&&(null!==c.lastEffect?c.lastEffect.nextEffect=a:c.firstEffect=a,c.lastEffect=a));if(null!==d)return d;if(null!==c)a=c;else{uh=!0;break}}else{a=jh(a,sh,T);if(null!==a)return a.effectTag&=511,a;null!==c&&(c.firstEffect=c.lastEffect=null,c.effectTag|=512);if(null!==d)return d;if(null!==c)a=c;else break}}return null}\\nfunction xh(a){var b=Rg(a.alternate,a,T);null===b&&(b=wh(a));ec.current=null;return b}\\nfunction yh(a,b,c){ph?A(\\\"243\\\"):void 0;ph=!0;if(b!==T||a!==qh||null===S)vh(),qh=a,T=b,rh=-1,S=zf(qh.current,null,T),a.pendingCommitExpirationTime=0;var d=!1;sh=!c||T<=lh;do{try{if(c)for(;null!==S&&!zh();)S=xh(S);else for(;null!==S;)S=xh(S)}catch(f){if(null===S)d=!0,fh(f);else{null===S?A(\\\"271\\\"):void 0;c=S;var e=c.return;if(null===e){d=!0;fh(f);break}ih(a,e,c,f,sh,T,mh);S=wh(c)}}break}while(1);ph=!1;if(d)return null;if(null===S){if(uh)return a.pendingCommitExpirationTime=b,a.current.alternate;sh?A(\\\"262\\\"):\\nvoid 0;0<=rh&&setTimeout(function(){var b=a.current.expirationTime;0!==b&&(0===a.remainingExpirationTime||a.remainingExpirationTime<b)&&Ah(a,b)},rh);Bh(a.current.expirationTime)}return null}\\nfunction Zg(a,b){var c;a:{ph&&!th?A(\\\"263\\\"):void 0;for(c=a.return;null!==c;){switch(c.tag){case 2:var d=c.stateNode;if(\\\"function\\\"===typeof c.type.getDerivedStateFromCatch||\\\"function\\\"===typeof d.componentDidCatch&&(null===hh||!hh.has(d))){a=Xf(b,a);a=gh(c,a,1);Qf(c,a,1);og(c,1);c=void 0;break a}break;case 3:a=Xf(b,a);a=eh(c,a,1);Qf(c,a,1);og(c,1);c=void 0;break a}c=c.return}3===a.tag&&(c=Xf(b,a),c=eh(a,c,1),Qf(a,c,1),og(a,1));c=void 0}return c}\\nfunction Ch(){var a=2+25*(((mg()-2+500)/25|0)+1);a<=nh&&(a=nh+1);return nh=a}function ng(a,b){a=0!==oh?oh:ph?th?1:T:b.mode&1?Dh?2+10*(((a-2+15)/10|0)+1):2+25*(((a-2+500)/25|0)+1):1;Dh&&(0===Eh||a>Eh)&&(Eh=a);return a}\\nfunction og(a,b){for(;null!==a;){if(0===a.expirationTime||a.expirationTime>b)a.expirationTime=b;null!==a.alternate&&(0===a.alternate.expirationTime||a.alternate.expirationTime>b)&&(a.alternate.expirationTime=b);if(null===a.return)if(3===a.tag){var c=a.stateNode;!ph&&0!==T&&b<T&&vh();var d=c.current.expirationTime;ph&&!th&&qh===c||Ah(c,d);Fh>Gh&&A(\\\"185\\\")}else break;a=a.return}}function mg(){mh=ef()-kh;return lh=(mh/10|0)+2}\\nfunction Hh(a){var b=oh;oh=2+25*(((mg()-2+500)/25|0)+1);try{return a()}finally{oh=b}}function Ih(a,b,c,d,e){var f=oh;oh=1;try{return a(b,c,d,e)}finally{oh=f}}var Jh=null,V=null,Kh=0,Lh=void 0,W=!1,X=null,Y=0,Eh=0,Mh=!1,Nh=!1,Oh=null,Ph=null,Z=!1,Qh=!1,Dh=!1,Rh=null,Gh=1E3,Fh=0,Sh=1;function Th(a){if(0!==Kh){if(a>Kh)return;null!==Lh&&gf(Lh)}var b=ef()-kh;Kh=a;Lh=ff(Uh,{timeout:10*(a-2)-b})}\\nfunction Ah(a,b){if(null===a.nextScheduledRoot)a.remainingExpirationTime=b,null===V?(Jh=V=a,a.nextScheduledRoot=a):(V=V.nextScheduledRoot=a,V.nextScheduledRoot=Jh);else{var c=a.remainingExpirationTime;if(0===c||b<c)a.remainingExpirationTime=b}W||(Z?Qh&&(X=a,Y=1,Vh(a,1,!1)):1===b?Wh():Th(b))}\\nfunction Xh(){var a=0,b=null;if(null!==V)for(var c=V,d=Jh;null!==d;){var e=d.remainingExpirationTime;if(0===e){null===c||null===V?A(\\\"244\\\"):void 0;if(d===d.nextScheduledRoot){Jh=V=d.nextScheduledRoot=null;break}else if(d===Jh)Jh=e=d.nextScheduledRoot,V.nextScheduledRoot=e,d.nextScheduledRoot=null;else if(d===V){V=c;V.nextScheduledRoot=Jh;d.nextScheduledRoot=null;break}else c.nextScheduledRoot=d.nextScheduledRoot,d.nextScheduledRoot=null;d=c.nextScheduledRoot}else{if(0===a||e<a)a=e,b=d;if(d===V)break;\\nc=d;d=d.nextScheduledRoot}}c=X;null!==c&&c===b&&1===a?Fh++:Fh=0;X=b;Y=a}function Uh(a){Yh(0,!0,a)}function Wh(){Yh(1,!1,null)}function Yh(a,b,c){Ph=c;Xh();if(b)for(;null!==X&&0!==Y&&(0===a||a>=Y)&&(!Mh||mg()>=Y);)mg(),Vh(X,Y,!Mh),Xh();else for(;null!==X&&0!==Y&&(0===a||a>=Y);)Vh(X,Y,!1),Xh();null!==Ph&&(Kh=0,Lh=null);0!==Y&&Th(Y);Ph=null;Mh=!1;Zh()}function $h(a,b){W?A(\\\"253\\\"):void 0;X=a;Y=b;Vh(a,b,!1);Wh();Zh()}\\nfunction Zh(){Fh=0;if(null!==Rh){var a=Rh;Rh=null;for(var b=0;b<a.length;b++){var c=a[b];try{c._onComplete()}catch(d){Nh||(Nh=!0,Oh=d)}}}if(Nh)throw a=Oh,Oh=null,Nh=!1,a;}function Vh(a,b,c){W?A(\\\"245\\\"):void 0;W=!0;c?(c=a.finishedWork,null!==c?ai(a,c,b):(c=yh(a,b,!0),null!==c&&(zh()?a.finishedWork=c:ai(a,c,b)))):(c=a.finishedWork,null!==c?ai(a,c,b):(c=yh(a,b,!1),null!==c&&ai(a,c,b)));W=!1}\\nfunction ai(a,b,c){var d=a.firstBatch;if(null!==d&&d._expirationTime<=c&&(null===Rh?Rh=[d]:Rh.push(d),d._defer)){a.finishedWork=b;a.remainingExpirationTime=0;return}a.finishedWork=null;th=ph=!0;c=b.stateNode;c.current===b?A(\\\"177\\\"):void 0;d=c.pendingCommitExpirationTime;0===d?A(\\\"261\\\"):void 0;c.pendingCommitExpirationTime=0;mg();ec.current=null;if(1<b.effectTag)if(null!==b.lastEffect){b.lastEffect.nextEffect=b;var e=b.firstEffect}else e=b;else e=b.firstEffect;af=Hd;var f=da();if(Ud(f)){if(\\\"selectionStart\\\"in\\nf)var g={start:f.selectionStart,end:f.selectionEnd};else a:{var h=window.getSelection&&window.getSelection();if(h&&0!==h.rangeCount){g=h.anchorNode;var k=h.anchorOffset,n=h.focusNode;h=h.focusOffset;try{g.nodeType,n.nodeType}catch(Wa){g=null;break a}var r=0,w=-1,P=-1,nc=0,Jd=0,E=f,t=null;b:for(;;){for(var x;;){E!==g||0!==k&&3!==E.nodeType||(w=r+k);E!==n||0!==h&&3!==E.nodeType||(P=r+h);3===E.nodeType&&(r+=E.nodeValue.length);if(null===(x=E.firstChild))break;t=E;E=x}for(;;){if(E===f)break b;t===g&&\\n++nc===k&&(w=r);t===n&&++Jd===h&&(P=r);if(null!==(x=E.nextSibling))break;E=t;t=E.parentNode}E=x}g=-1===w||-1===P?null:{start:w,end:P}}else g=null}g=g||{start:0,end:0}}else g=null;bf={focusedElem:f,selectionRange:g};Id(!1);for(U=e;null!==U;){f=!1;g=void 0;try{for(;null!==U;){if(U.effectTag&256){var u=U.alternate;k=U;switch(k.tag){case 2:if(k.effectTag&256&&null!==u){var y=u.memoizedProps,D=u.memoizedState,ja=k.stateNode;ja.props=k.memoizedProps;ja.state=k.memoizedState;var mi=ja.getSnapshotBeforeUpdate(y,\\nD);ja.__reactInternalSnapshotBeforeUpdate=mi}break;case 3:case 5:case 6:case 4:break;default:A(\\\"163\\\")}}U=U.nextEffect}}catch(Wa){f=!0,g=Wa}f&&(null===U?A(\\\"178\\\"):void 0,Zg(U,g),null!==U&&(U=U.nextEffect))}for(U=e;null!==U;){u=!1;y=void 0;try{for(;null!==U;){var q=U.effectTag;q&16&&Ke(U.stateNode,\\\"\\\");if(q&128){var z=U.alternate;if(null!==z){var l=z.ref;null!==l&&(\\\"function\\\"===typeof l?l(null):l.current=null)}}switch(q&14){case 2:ch(U);U.effectTag&=-3;break;case 6:ch(U);U.effectTag&=-3;dh(U.alternate,\\nU);break;case 4:dh(U.alternate,U);break;case 8:D=U,ah(D),D.return=null,D.child=null,D.alternate&&(D.alternate.child=null,D.alternate.return=null)}U=U.nextEffect}}catch(Wa){u=!0,y=Wa}u&&(null===U?A(\\\"178\\\"):void 0,Zg(U,y),null!==U&&(U=U.nextEffect))}l=bf;z=da();q=l.focusedElem;u=l.selectionRange;if(z!==q&&fa(document.documentElement,q)){null!==u&&Ud(q)&&(z=u.start,l=u.end,void 0===l&&(l=z),\\\"selectionStart\\\"in q?(q.selectionStart=z,q.selectionEnd=Math.min(l,q.value.length)):window.getSelection&&(z=window.getSelection(),\\ny=q[lb()].length,l=Math.min(u.start,y),u=void 0===u.end?l:Math.min(u.end,y),!z.extend&&l>u&&(y=u,u=l,l=y),y=Td(q,l),D=Td(q,u),y&&D&&(1!==z.rangeCount||z.anchorNode!==y.node||z.anchorOffset!==y.offset||z.focusNode!==D.node||z.focusOffset!==D.offset)&&(ja=document.createRange(),ja.setStart(y.node,y.offset),z.removeAllRanges(),l>u?(z.addRange(ja),z.extend(D.node,D.offset)):(ja.setEnd(D.node,D.offset),z.addRange(ja)))));z=[];for(l=q;l=l.parentNode;)1===l.nodeType&&z.push({element:l,left:l.scrollLeft,\\ntop:l.scrollTop});\\\"function\\\"===typeof q.focus&&q.focus();for(q=0;q<z.length;q++)l=z[q],l.element.scrollLeft=l.left,l.element.scrollTop=l.top}bf=null;Id(af);af=null;c.current=b;for(U=e;null!==U;){e=!1;q=void 0;try{for(z=d;null!==U;){var hg=U.effectTag;if(hg&36){var oc=U.alternate;l=U;u=z;switch(l.tag){case 2:var ca=l.stateNode;if(l.effectTag&4)if(null===oc)ca.props=l.memoizedProps,ca.state=l.memoizedState,ca.componentDidMount();else{var wi=oc.memoizedProps,xi=oc.memoizedState;ca.props=l.memoizedProps;\\nca.state=l.memoizedState;ca.componentDidUpdate(wi,xi,ca.__reactInternalSnapshotBeforeUpdate)}var Ng=l.updateQueue;null!==Ng&&(ca.props=l.memoizedProps,ca.state=l.memoizedState,Wf(l,Ng,ca,u));break;case 3:var Og=l.updateQueue;if(null!==Og){y=null;if(null!==l.child)switch(l.child.tag){case 5:y=l.child.stateNode;break;case 2:y=l.child.stateNode}Wf(l,Og,y,u)}break;case 5:var yi=l.stateNode;null===oc&&l.effectTag&4&&cf(l.type,l.memoizedProps)&&yi.focus();break;case 6:break;case 4:break;case 15:break;case 16:break;\\ndefault:A(\\\"163\\\")}}if(hg&128){l=void 0;var yc=U.ref;if(null!==yc){var Pg=U.stateNode;switch(U.tag){case 5:l=Pg;break;default:l=Pg}\\\"function\\\"===typeof yc?yc(l):yc.current=l}}var zi=U.nextEffect;U.nextEffect=null;U=zi}}catch(Wa){e=!0,q=Wa}e&&(null===U?A(\\\"178\\\"):void 0,Zg(U,q),null!==U&&(U=U.nextEffect))}ph=th=!1;\\\"function\\\"===typeof Jf&&Jf(b.stateNode);b=c.current.expirationTime;0===b&&(hh=null);a.remainingExpirationTime=b}function zh(){return null===Ph||Ph.timeRemaining()>Sh?!1:Mh=!0}\\nfunction fh(a){null===X?A(\\\"246\\\"):void 0;X.remainingExpirationTime=0;Nh||(Nh=!0,Oh=a)}function Bh(a){null===X?A(\\\"246\\\"):void 0;X.remainingExpirationTime=a}function bi(a,b){var c=Z;Z=!0;try{return a(b)}finally{(Z=c)||W||Wh()}}function ci(a,b){if(Z&&!Qh){Qh=!0;try{return a(b)}finally{Qh=!1}}return a(b)}function di(a,b){W?A(\\\"187\\\"):void 0;var c=Z;Z=!0;try{return Ih(a,b)}finally{Z=c,Wh()}}\\nfunction ei(a,b,c){if(Dh)return a(b,c);Z||W||0===Eh||(Yh(Eh,!1,null),Eh=0);var d=Dh,e=Z;Z=Dh=!0;try{return a(b,c)}finally{Dh=d,(Z=e)||W||Wh()}}function fi(a){var b=Z;Z=!0;try{Ih(a)}finally{(Z=b)||W||Yh(1,!1,null)}}\\nfunction gi(a,b,c,d,e){var f=b.current;if(c){c=c._reactInternalFiber;var g;b:{2===jd(c)&&2===c.tag?void 0:A(\\\"170\\\");for(g=c;3!==g.tag;){if(qf(g)){g=g.stateNode.__reactInternalMemoizedMergedChildContext;break b}(g=g.return)?void 0:A(\\\"171\\\")}g=g.stateNode.context}c=qf(c)?vf(c,g):g}else c=ha;null===b.context?b.context=c:b.pendingContext=c;b=e;e=Of(d);e.payload={element:a};b=void 0===b?null:b;null!==b&&(e.callback=b);Qf(f,e,d);og(f,d);return d}\\nfunction hi(a){var b=a._reactInternalFiber;void 0===b&&(\\\"function\\\"===typeof a.render?A(\\\"188\\\"):A(\\\"268\\\",Object.keys(a)));a=md(b);return null===a?null:a.stateNode}function ii(a,b,c,d){var e=b.current,f=mg();e=ng(f,e);return gi(a,b,c,e,d)}function ji(a){a=a.current;if(!a.child)return null;switch(a.child.tag){case 5:return a.child.stateNode;default:return a.child.stateNode}}\\nfunction ki(a){var b=a.findFiberByHostInstance;return If(p({},a,{findHostInstanceByFiber:function(a){a=md(a);return null===a?null:a.stateNode},findFiberByHostInstance:function(a){return b?b(a):null}}))}\\nvar li={updateContainerAtExpirationTime:gi,createContainer:function(a,b,c){return Ef(a,b,c)},updateContainer:ii,flushRoot:$h,requestWork:Ah,computeUniqueAsyncExpiration:Ch,batchedUpdates:bi,unbatchedUpdates:ci,deferredUpdates:Hh,syncUpdates:Ih,interactiveUpdates:ei,flushInteractiveUpdates:function(){W||0===Eh||(Yh(Eh,!1,null),Eh=0)},flushControlled:fi,flushSync:di,getPublicRootInstance:ji,findHostInstance:hi,findHostInstanceWithNoPortals:function(a){a=nd(a);return null===a?null:a.stateNode},injectIntoDevTools:ki};\\nfunction ni(a,b,c){var d=3<arguments.length&&void 0!==arguments[3]?arguments[3]:null;return{$$typeof:hc,key:null==d?null:\\\"\\\"+d,children:a,containerInfo:b,implementation:c}}Kb.injectFiberControlledHostComponent($e);function oi(a){this._expirationTime=Ch();this._root=a;this._callbacks=this._next=null;this._hasChildren=this._didComplete=!1;this._children=null;this._defer=!0}\\noi.prototype.render=function(a){this._defer?void 0:A(\\\"250\\\");this._hasChildren=!0;this._children=a;var b=this._root._internalRoot,c=this._expirationTime,d=new pi;gi(a,b,null,c,d._onCommit);return d};oi.prototype.then=function(a){if(this._didComplete)a();else{var b=this._callbacks;null===b&&(b=this._callbacks=[]);b.push(a)}};\\noi.prototype.commit=function(){var a=this._root._internalRoot,b=a.firstBatch;this._defer&&null!==b?void 0:A(\\\"251\\\");if(this._hasChildren){var c=this._expirationTime;if(b!==this){this._hasChildren&&(c=this._expirationTime=b._expirationTime,this.render(this._children));for(var d=null,e=b;e!==this;)d=e,e=e._next;null===d?A(\\\"251\\\"):void 0;d._next=e._next;this._next=b;a.firstBatch=this}this._defer=!1;$h(a,c);b=this._next;this._next=null;b=a.firstBatch=b;null!==b&&b._hasChildren&&b.render(b._children)}else this._next=\\nnull,this._defer=!1};oi.prototype._onComplete=function(){if(!this._didComplete){this._didComplete=!0;var a=this._callbacks;if(null!==a)for(var b=0;b<a.length;b++)(0,a[b])()}};function pi(){this._callbacks=null;this._didCommit=!1;this._onCommit=this._onCommit.bind(this)}pi.prototype.then=function(a){if(this._didCommit)a();else{var b=this._callbacks;null===b&&(b=this._callbacks=[]);b.push(a)}};\\npi.prototype._onCommit=function(){if(!this._didCommit){this._didCommit=!0;var a=this._callbacks;if(null!==a)for(var b=0;b<a.length;b++){var c=a[b];\\\"function\\\"!==typeof c?A(\\\"191\\\",c):void 0;c()}}};function qi(a,b,c){this._internalRoot=Ef(a,b,c)}qi.prototype.render=function(a,b){var c=this._internalRoot,d=new pi;b=void 0===b?null:b;null!==b&&d.then(b);ii(a,c,null,d._onCommit);return d};\\nqi.prototype.unmount=function(a){var b=this._internalRoot,c=new pi;a=void 0===a?null:a;null!==a&&c.then(a);ii(null,b,null,c._onCommit);return c};qi.prototype.legacy_renderSubtreeIntoContainer=function(a,b,c){var d=this._internalRoot,e=new pi;c=void 0===c?null:c;null!==c&&e.then(c);ii(b,d,a,e._onCommit);return e};\\nqi.prototype.createBatch=function(){var a=new oi(this),b=a._expirationTime,c=this._internalRoot,d=c.firstBatch;if(null===d)c.firstBatch=a,a._next=null;else{for(c=null;null!==d&&d._expirationTime<=b;)c=d,d=d._next;a._next=d;null!==c&&(c._next=a)}return a};function ri(a){return!(!a||1!==a.nodeType&&9!==a.nodeType&&11!==a.nodeType&&(8!==a.nodeType||\\\" react-mount-point-unstable \\\"!==a.nodeValue))}Sb=li.batchedUpdates;Tb=li.interactiveUpdates;Ub=li.flushInteractiveUpdates;\\nfunction si(a,b){b||(b=a?9===a.nodeType?a.documentElement:a.firstChild:null,b=!(!b||1!==b.nodeType||!b.hasAttribute(\\\"data-reactroot\\\")));if(!b)for(var c;c=a.lastChild;)a.removeChild(c);return new qi(a,!1,b)}\\nfunction ti(a,b,c,d,e){ri(c)?void 0:A(\\\"200\\\");var f=c._reactRootContainer;if(f){if(\\\"function\\\"===typeof e){var g=e;e=function(){var a=ji(f._internalRoot);g.call(a)}}null!=a?f.legacy_renderSubtreeIntoContainer(a,b,e):f.render(b,e)}else{f=c._reactRootContainer=si(c,d);if(\\\"function\\\"===typeof e){var h=e;e=function(){var a=ji(f._internalRoot);h.call(a)}}ci(function(){null!=a?f.legacy_renderSubtreeIntoContainer(a,b,e):f.render(b,e)})}return ji(f._internalRoot)}\\nfunction ui(a,b){var c=2<arguments.length&&void 0!==arguments[2]?arguments[2]:null;ri(b)?void 0:A(\\\"200\\\");return ni(a,b,null,c)}\\nvar vi={createPortal:ui,findDOMNode:function(a){return null==a?null:1===a.nodeType?a:hi(a)},hydrate:function(a,b,c){return ti(null,a,b,!0,c)},render:function(a,b,c){return ti(null,a,b,!1,c)},unstable_renderSubtreeIntoContainer:function(a,b,c,d){null==a||void 0===a._reactInternalFiber?A(\\\"38\\\"):void 0;return ti(a,b,c,!1,d)},unmountComponentAtNode:function(a){ri(a)?void 0:A(\\\"40\\\");return a._reactRootContainer?(ci(function(){ti(null,null,a,!1,function(){a._reactRootContainer=null})}),!0):!1},unstable_createPortal:function(){return ui.apply(void 0,\\narguments)},unstable_batchedUpdates:bi,unstable_deferredUpdates:Hh,unstable_interactiveUpdates:ei,flushSync:di,unstable_flushControlled:fi,__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED:{EventPluginHub:Ka,EventPluginRegistry:va,EventPropagators:$a,ReactControlledComponent:Rb,ReactDOMComponentTree:Qa,ReactDOMEventListener:Nd},unstable_createRoot:function(a,b){return new qi(a,!0,null!=b&&!0===b.hydrate)}};ki({findFiberByHostInstance:Na,bundleType:0,version:\\\"16.4.1\\\",rendererPackageName:\\\"react-dom\\\"});\\nvar Ai={default:vi},Bi=Ai&&vi||Ai;module.exports=Bi.default?Bi.default:Bi;\\n\"\n        },\n        {\n          \"id\": 79,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/react-dom/node_modules/fbjs/lib/invariant.js\",\n          \"name\": \"./node_modules/react-dom/node_modules/fbjs/lib/invariant.js\",\n          \"index\": 11,\n          \"index2\": 7,\n          \"size\": 1506,\n          \"cacheable\": true,\n          \"built\": true,\n          \"optional\": false,\n          \"prefetched\": false,\n          \"chunks\": [\n            0,\n            1\n          ],\n          \"issuer\": \"/Users/jarred/Code/styleurl/node_modules/react-dom/cjs/react-dom.production.min.js\",\n          \"issuerId\": 78,\n          \"issuerName\": \"./node_modules/react-dom/cjs/react-dom.production.min.js\",\n          \"issuerPath\": [\n            {\n              \"id\": 171,\n              \"identifier\": \"multi /Users/jarred/Code/styleurl/webpack/customPublicPath /Users/jarred/Code/styleurl/chrome/extension/popup\",\n              \"name\": \"multi ./webpack/customPublicPath ./chrome/extension/popup\",\n              \"profile\": {\n                \"factory\": 0,\n                \"building\": 3\n              }\n            },\n            {\n              \"id\": 172,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/popup.js\",\n              \"name\": \"./chrome/extension/popup.js\",\n              \"profile\": {\n                \"factory\": 58,\n                \"building\": 445\n              }\n            },\n            {\n              \"id\": 77,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/react-dom/index.js\",\n              \"name\": \"./node_modules/react-dom/index.js\",\n              \"profile\": {\n                \"factory\": 340,\n                \"building\": 762,\n                \"dependencies\": 60\n              }\n            },\n            {\n              \"id\": 78,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/react-dom/cjs/react-dom.production.min.js\",\n              \"name\": \"./node_modules/react-dom/cjs/react-dom.production.min.js\",\n              \"profile\": {\n                \"factory\": 234,\n                \"building\": 246,\n                \"dependencies\": 97\n              }\n            }\n          ],\n          \"profile\": {\n            \"factory\": 121,\n            \"building\": 29\n          },\n          \"failed\": false,\n          \"errors\": 0,\n          \"warnings\": 0,\n          \"assets\": [],\n          \"reasons\": [\n            {\n              \"moduleId\": 78,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/react-dom/cjs/react-dom.production.min.js\",\n              \"module\": \"./node_modules/react-dom/cjs/react-dom.production.min.js\",\n              \"moduleName\": \"./node_modules/react-dom/cjs/react-dom.production.min.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"fbjs/lib/invariant\",\n              \"loc\": \"13:20-49\"\n            }\n          ],\n          \"usedExports\": true,\n          \"providedExports\": null,\n          \"optimizationBailout\": [\n            \"ModuleConcatenation bailout: Module is not an ECMAScript module\"\n          ],\n          \"depth\": 4,\n          \"source\": \"/**\\n * Copyright (c) 2013-present, Facebook, Inc.\\n *\\n * This source code is licensed under the MIT license found in the\\n * LICENSE file in the root directory of this source tree.\\n *\\n */\\n\\n'use strict';\\n\\n/**\\n * Use invariant() to assert state which your program assumes to be true.\\n *\\n * Provide sprintf-style format (only %s is supported) and arguments\\n * to provide information about what broke and what you were\\n * expecting.\\n *\\n * The invariant message will be stripped in production, but the invariant\\n * will remain to ensure logic does not differ in production.\\n */\\n\\nvar validateFormat = function validateFormat(format) {};\\n\\nif (process.env.NODE_ENV !== 'production') {\\n  validateFormat = function validateFormat(format) {\\n    if (format === undefined) {\\n      throw new Error('invariant requires an error message argument');\\n    }\\n  };\\n}\\n\\nfunction invariant(condition, format, a, b, c, d, e, f) {\\n  validateFormat(format);\\n\\n  if (!condition) {\\n    var error;\\n    if (format === undefined) {\\n      error = new Error('Minified exception occurred; use the non-minified dev environment ' + 'for the full error message and additional helpful warnings.');\\n    } else {\\n      var args = [a, b, c, d, e, f];\\n      var argIndex = 0;\\n      error = new Error(format.replace(/%s/g, function () {\\n        return args[argIndex++];\\n      }));\\n      error.name = 'Invariant Violation';\\n    }\\n\\n    error.framesToPop = 1; // we don't care about invariant's own frame\\n    throw error;\\n  }\\n}\\n\\nmodule.exports = invariant;\"\n        },\n        {\n          \"id\": 80,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/react-dom/node_modules/fbjs/lib/ExecutionEnvironment.js\",\n          \"name\": \"./node_modules/react-dom/node_modules/fbjs/lib/ExecutionEnvironment.js\",\n          \"index\": 12,\n          \"index2\": 8,\n          \"size\": 935,\n          \"cacheable\": true,\n          \"built\": true,\n          \"optional\": false,\n          \"prefetched\": false,\n          \"chunks\": [\n            0,\n            1\n          ],\n          \"issuer\": \"/Users/jarred/Code/styleurl/node_modules/react-dom/cjs/react-dom.production.min.js\",\n          \"issuerId\": 78,\n          \"issuerName\": \"./node_modules/react-dom/cjs/react-dom.production.min.js\",\n          \"issuerPath\": [\n            {\n              \"id\": 171,\n              \"identifier\": \"multi /Users/jarred/Code/styleurl/webpack/customPublicPath /Users/jarred/Code/styleurl/chrome/extension/popup\",\n              \"name\": \"multi ./webpack/customPublicPath ./chrome/extension/popup\",\n              \"profile\": {\n                \"factory\": 0,\n                \"building\": 3\n              }\n            },\n            {\n              \"id\": 172,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/popup.js\",\n              \"name\": \"./chrome/extension/popup.js\",\n              \"profile\": {\n                \"factory\": 58,\n                \"building\": 445\n              }\n            },\n            {\n              \"id\": 77,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/react-dom/index.js\",\n              \"name\": \"./node_modules/react-dom/index.js\",\n              \"profile\": {\n                \"factory\": 340,\n                \"building\": 762,\n                \"dependencies\": 60\n              }\n            },\n            {\n              \"id\": 78,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/react-dom/cjs/react-dom.production.min.js\",\n              \"name\": \"./node_modules/react-dom/cjs/react-dom.production.min.js\",\n              \"profile\": {\n                \"factory\": 234,\n                \"building\": 246,\n                \"dependencies\": 97\n              }\n            }\n          ],\n          \"profile\": {\n            \"factory\": 121,\n            \"building\": 29\n          },\n          \"failed\": false,\n          \"errors\": 0,\n          \"warnings\": 0,\n          \"assets\": [],\n          \"reasons\": [\n            {\n              \"moduleId\": 78,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/react-dom/cjs/react-dom.production.min.js\",\n              \"module\": \"./node_modules/react-dom/cjs/react-dom.production.min.js\",\n              \"moduleName\": \"./node_modules/react-dom/cjs/react-dom.production.min.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"fbjs/lib/ExecutionEnvironment\",\n              \"loc\": \"13:72-112\"\n            }\n          ],\n          \"usedExports\": true,\n          \"providedExports\": null,\n          \"optimizationBailout\": [\n            \"ModuleConcatenation bailout: Module is not an ECMAScript module\"\n          ],\n          \"depth\": 4,\n          \"source\": \"/**\\n * Copyright (c) 2013-present, Facebook, Inc.\\n *\\n * This source code is licensed under the MIT license found in the\\n * LICENSE file in the root directory of this source tree.\\n *\\n */\\n\\n'use strict';\\n\\nvar canUseDOM = !!(typeof window !== 'undefined' && window.document && window.document.createElement);\\n\\n/**\\n * Simple, lightweight module assisting with the detection and context of\\n * Worker. Helps avoid circular dependencies and allows code to reason about\\n * whether or not they are in a Worker, even if they never include the main\\n * `ReactWorker` dependency.\\n */\\nvar ExecutionEnvironment = {\\n\\n  canUseDOM: canUseDOM,\\n\\n  canUseWorkers: typeof Worker !== 'undefined',\\n\\n  canUseEventListeners: canUseDOM && !!(window.addEventListener || window.attachEvent),\\n\\n  canUseViewport: canUseDOM && !!window.screen,\\n\\n  isInWorker: !canUseDOM // For now, this is true - might change in the future.\\n\\n};\\n\\nmodule.exports = ExecutionEnvironment;\"\n        },\n        {\n          \"id\": 81,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/react-dom/node_modules/fbjs/lib/emptyFunction.js\",\n          \"name\": \"./node_modules/react-dom/node_modules/fbjs/lib/emptyFunction.js\",\n          \"index\": 13,\n          \"index2\": 9,\n          \"size\": 959,\n          \"cacheable\": true,\n          \"built\": true,\n          \"optional\": false,\n          \"prefetched\": false,\n          \"chunks\": [\n            0,\n            1\n          ],\n          \"issuer\": \"/Users/jarred/Code/styleurl/node_modules/react-dom/cjs/react-dom.production.min.js\",\n          \"issuerId\": 78,\n          \"issuerName\": \"./node_modules/react-dom/cjs/react-dom.production.min.js\",\n          \"issuerPath\": [\n            {\n              \"id\": 171,\n              \"identifier\": \"multi /Users/jarred/Code/styleurl/webpack/customPublicPath /Users/jarred/Code/styleurl/chrome/extension/popup\",\n              \"name\": \"multi ./webpack/customPublicPath ./chrome/extension/popup\",\n              \"profile\": {\n                \"factory\": 0,\n                \"building\": 3\n              }\n            },\n            {\n              \"id\": 172,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/popup.js\",\n              \"name\": \"./chrome/extension/popup.js\",\n              \"profile\": {\n                \"factory\": 58,\n                \"building\": 445\n              }\n            },\n            {\n              \"id\": 77,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/react-dom/index.js\",\n              \"name\": \"./node_modules/react-dom/index.js\",\n              \"profile\": {\n                \"factory\": 340,\n                \"building\": 762,\n                \"dependencies\": 60\n              }\n            },\n            {\n              \"id\": 78,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/react-dom/cjs/react-dom.production.min.js\",\n              \"name\": \"./node_modules/react-dom/cjs/react-dom.production.min.js\",\n              \"profile\": {\n                \"factory\": 234,\n                \"building\": 246,\n                \"dependencies\": 97\n              }\n            }\n          ],\n          \"profile\": {\n            \"factory\": 121,\n            \"building\": 29\n          },\n          \"failed\": false,\n          \"errors\": 0,\n          \"warnings\": 0,\n          \"assets\": [],\n          \"reasons\": [\n            {\n              \"moduleId\": 78,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/react-dom/cjs/react-dom.production.min.js\",\n              \"module\": \"./node_modules/react-dom/cjs/react-dom.production.min.js\",\n              \"moduleName\": \"./node_modules/react-dom/cjs/react-dom.production.min.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"fbjs/lib/emptyFunction\",\n              \"loc\": \"13:142-175\"\n            }\n          ],\n          \"usedExports\": true,\n          \"providedExports\": null,\n          \"optimizationBailout\": [\n            \"ModuleConcatenation bailout: Module is not an ECMAScript module\"\n          ],\n          \"depth\": 4,\n          \"source\": \"\\\"use strict\\\";\\n\\n/**\\n * Copyright (c) 2013-present, Facebook, Inc.\\n *\\n * This source code is licensed under the MIT license found in the\\n * LICENSE file in the root directory of this source tree.\\n *\\n * \\n */\\n\\nfunction makeEmptyFunction(arg) {\\n  return function () {\\n    return arg;\\n  };\\n}\\n\\n/**\\n * This function accepts and discards inputs; it has no side effects. This is\\n * primarily useful idiomatically for overridable function endpoints which\\n * always need to be callable, since JS lacks a null-call idiom ala Cocoa.\\n */\\nvar emptyFunction = function emptyFunction() {};\\n\\nemptyFunction.thatReturns = makeEmptyFunction;\\nemptyFunction.thatReturnsFalse = makeEmptyFunction(false);\\nemptyFunction.thatReturnsTrue = makeEmptyFunction(true);\\nemptyFunction.thatReturnsNull = makeEmptyFunction(null);\\nemptyFunction.thatReturnsThis = function () {\\n  return this;\\n};\\nemptyFunction.thatReturnsArgument = function (arg) {\\n  return arg;\\n};\\n\\nmodule.exports = emptyFunction;\"\n        },\n        {\n          \"id\": 82,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/react-dom/node_modules/fbjs/lib/getActiveElement.js\",\n          \"name\": \"./node_modules/react-dom/node_modules/fbjs/lib/getActiveElement.js\",\n          \"index\": 14,\n          \"index2\": 10,\n          \"size\": 912,\n          \"cacheable\": true,\n          \"built\": true,\n          \"optional\": false,\n          \"prefetched\": false,\n          \"chunks\": [\n            0,\n            1\n          ],\n          \"issuer\": \"/Users/jarred/Code/styleurl/node_modules/react-dom/cjs/react-dom.production.min.js\",\n          \"issuerId\": 78,\n          \"issuerName\": \"./node_modules/react-dom/cjs/react-dom.production.min.js\",\n          \"issuerPath\": [\n            {\n              \"id\": 171,\n              \"identifier\": \"multi /Users/jarred/Code/styleurl/webpack/customPublicPath /Users/jarred/Code/styleurl/chrome/extension/popup\",\n              \"name\": \"multi ./webpack/customPublicPath ./chrome/extension/popup\",\n              \"profile\": {\n                \"factory\": 0,\n                \"building\": 3\n              }\n            },\n            {\n              \"id\": 172,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/popup.js\",\n              \"name\": \"./chrome/extension/popup.js\",\n              \"profile\": {\n                \"factory\": 58,\n                \"building\": 445\n              }\n            },\n            {\n              \"id\": 77,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/react-dom/index.js\",\n              \"name\": \"./node_modules/react-dom/index.js\",\n              \"profile\": {\n                \"factory\": 340,\n                \"building\": 762,\n                \"dependencies\": 60\n              }\n            },\n            {\n              \"id\": 78,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/react-dom/cjs/react-dom.production.min.js\",\n              \"name\": \"./node_modules/react-dom/cjs/react-dom.production.min.js\",\n              \"profile\": {\n                \"factory\": 234,\n                \"building\": 246,\n                \"dependencies\": 97\n              }\n            }\n          ],\n          \"profile\": {\n            \"factory\": 121,\n            \"building\": 29\n          },\n          \"failed\": false,\n          \"errors\": 0,\n          \"warnings\": 0,\n          \"assets\": [],\n          \"reasons\": [\n            {\n              \"moduleId\": 78,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/react-dom/cjs/react-dom.production.min.js\",\n              \"module\": \"./node_modules/react-dom/cjs/react-dom.production.min.js\",\n              \"moduleName\": \"./node_modules/react-dom/cjs/react-dom.production.min.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"fbjs/lib/getActiveElement\",\n              \"loc\": \"13:179-215\"\n            }\n          ],\n          \"usedExports\": true,\n          \"providedExports\": null,\n          \"optimizationBailout\": [\n            \"ModuleConcatenation bailout: Module is not an ECMAScript module\"\n          ],\n          \"depth\": 4,\n          \"source\": \"'use strict';\\n\\n/**\\n * Copyright (c) 2013-present, Facebook, Inc.\\n *\\n * This source code is licensed under the MIT license found in the\\n * LICENSE file in the root directory of this source tree.\\n *\\n * @typechecks\\n */\\n\\n/* eslint-disable fb-www/typeof-undefined */\\n\\n/**\\n * Same as document.activeElement but wraps in a try-catch block. In IE it is\\n * not safe to call document.activeElement if there is nothing focused.\\n *\\n * The activeElement will be null only if the document or document body is not\\n * yet defined.\\n *\\n * @param {?DOMDocument} doc Defaults to current document.\\n * @return {?DOMElement}\\n */\\nfunction getActiveElement(doc) /*?DOMElement*/{\\n  doc = doc || (typeof document !== 'undefined' ? document : undefined);\\n  if (typeof doc === 'undefined') {\\n    return null;\\n  }\\n  try {\\n    return doc.activeElement || doc.body;\\n  } catch (e) {\\n    return doc.body;\\n  }\\n}\\n\\nmodule.exports = getActiveElement;\"\n        },\n        {\n          \"id\": 83,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/react-dom/node_modules/fbjs/lib/shallowEqual.js\",\n          \"name\": \"./node_modules/react-dom/node_modules/fbjs/lib/shallowEqual.js\",\n          \"index\": 15,\n          \"index2\": 11,\n          \"size\": 1616,\n          \"cacheable\": true,\n          \"built\": true,\n          \"optional\": false,\n          \"prefetched\": false,\n          \"chunks\": [\n            0,\n            1\n          ],\n          \"issuer\": \"/Users/jarred/Code/styleurl/node_modules/react-dom/cjs/react-dom.production.min.js\",\n          \"issuerId\": 78,\n          \"issuerName\": \"./node_modules/react-dom/cjs/react-dom.production.min.js\",\n          \"issuerPath\": [\n            {\n              \"id\": 171,\n              \"identifier\": \"multi /Users/jarred/Code/styleurl/webpack/customPublicPath /Users/jarred/Code/styleurl/chrome/extension/popup\",\n              \"name\": \"multi ./webpack/customPublicPath ./chrome/extension/popup\",\n              \"profile\": {\n                \"factory\": 0,\n                \"building\": 3\n              }\n            },\n            {\n              \"id\": 172,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/popup.js\",\n              \"name\": \"./chrome/extension/popup.js\",\n              \"profile\": {\n                \"factory\": 58,\n                \"building\": 445\n              }\n            },\n            {\n              \"id\": 77,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/react-dom/index.js\",\n              \"name\": \"./node_modules/react-dom/index.js\",\n              \"profile\": {\n                \"factory\": 340,\n                \"building\": 762,\n                \"dependencies\": 60\n              }\n            },\n            {\n              \"id\": 78,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/react-dom/cjs/react-dom.production.min.js\",\n              \"name\": \"./node_modules/react-dom/cjs/react-dom.production.min.js\",\n              \"profile\": {\n                \"factory\": 234,\n                \"building\": 246,\n                \"dependencies\": 97\n              }\n            }\n          ],\n          \"profile\": {\n            \"factory\": 121,\n            \"building\": 29\n          },\n          \"failed\": false,\n          \"errors\": 0,\n          \"warnings\": 0,\n          \"assets\": [],\n          \"reasons\": [\n            {\n              \"moduleId\": 78,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/react-dom/cjs/react-dom.production.min.js\",\n              \"module\": \"./node_modules/react-dom/cjs/react-dom.production.min.js\",\n              \"moduleName\": \"./node_modules/react-dom/cjs/react-dom.production.min.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"fbjs/lib/shallowEqual\",\n              \"loc\": \"13:219-251\"\n            }\n          ],\n          \"usedExports\": true,\n          \"providedExports\": null,\n          \"optimizationBailout\": [\n            \"ModuleConcatenation bailout: Module is not an ECMAScript module\"\n          ],\n          \"depth\": 4,\n          \"source\": \"/**\\n * Copyright (c) 2013-present, Facebook, Inc.\\n *\\n * This source code is licensed under the MIT license found in the\\n * LICENSE file in the root directory of this source tree.\\n *\\n * @typechecks\\n * \\n */\\n\\n/*eslint-disable no-self-compare */\\n\\n'use strict';\\n\\nvar hasOwnProperty = Object.prototype.hasOwnProperty;\\n\\n/**\\n * inlined Object.is polyfill to avoid requiring consumers ship their own\\n * https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Object/is\\n */\\nfunction is(x, y) {\\n  // SameValue algorithm\\n  if (x === y) {\\n    // Steps 1-5, 7-10\\n    // Steps 6.b-6.e: +0 != -0\\n    // Added the nonzero y check to make Flow happy, but it is redundant\\n    return x !== 0 || y !== 0 || 1 / x === 1 / y;\\n  } else {\\n    // Step 6.a: NaN == NaN\\n    return x !== x && y !== y;\\n  }\\n}\\n\\n/**\\n * Performs equality by iterating through keys on an object and returning false\\n * when any key has values which are not strictly equal between the arguments.\\n * Returns true when the values of all keys are strictly equal.\\n */\\nfunction shallowEqual(objA, objB) {\\n  if (is(objA, objB)) {\\n    return true;\\n  }\\n\\n  if (typeof objA !== 'object' || objA === null || typeof objB !== 'object' || objB === null) {\\n    return false;\\n  }\\n\\n  var keysA = Object.keys(objA);\\n  var keysB = Object.keys(objB);\\n\\n  if (keysA.length !== keysB.length) {\\n    return false;\\n  }\\n\\n  // Test for A's keys different from B.\\n  for (var i = 0; i < keysA.length; i++) {\\n    if (!hasOwnProperty.call(objB, keysA[i]) || !is(objA[keysA[i]], objB[keysA[i]])) {\\n      return false;\\n    }\\n  }\\n\\n  return true;\\n}\\n\\nmodule.exports = shallowEqual;\"\n        },\n        {\n          \"id\": 84,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/react-dom/node_modules/fbjs/lib/containsNode.js\",\n          \"name\": \"./node_modules/react-dom/node_modules/fbjs/lib/containsNode.js\",\n          \"index\": 16,\n          \"index2\": 14,\n          \"size\": 923,\n          \"cacheable\": true,\n          \"built\": true,\n          \"optional\": false,\n          \"prefetched\": false,\n          \"chunks\": [\n            0,\n            1\n          ],\n          \"issuer\": \"/Users/jarred/Code/styleurl/node_modules/react-dom/cjs/react-dom.production.min.js\",\n          \"issuerId\": 78,\n          \"issuerName\": \"./node_modules/react-dom/cjs/react-dom.production.min.js\",\n          \"issuerPath\": [\n            {\n              \"id\": 171,\n              \"identifier\": \"multi /Users/jarred/Code/styleurl/webpack/customPublicPath /Users/jarred/Code/styleurl/chrome/extension/popup\",\n              \"name\": \"multi ./webpack/customPublicPath ./chrome/extension/popup\",\n              \"profile\": {\n                \"factory\": 0,\n                \"building\": 3\n              }\n            },\n            {\n              \"id\": 172,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/popup.js\",\n              \"name\": \"./chrome/extension/popup.js\",\n              \"profile\": {\n                \"factory\": 58,\n                \"building\": 445\n              }\n            },\n            {\n              \"id\": 77,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/react-dom/index.js\",\n              \"name\": \"./node_modules/react-dom/index.js\",\n              \"profile\": {\n                \"factory\": 340,\n                \"building\": 762,\n                \"dependencies\": 60\n              }\n            },\n            {\n              \"id\": 78,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/react-dom/cjs/react-dom.production.min.js\",\n              \"name\": \"./node_modules/react-dom/cjs/react-dom.production.min.js\",\n              \"profile\": {\n                \"factory\": 234,\n                \"building\": 246,\n                \"dependencies\": 97\n              }\n            }\n          ],\n          \"profile\": {\n            \"factory\": 121,\n            \"building\": 29\n          },\n          \"failed\": false,\n          \"errors\": 0,\n          \"warnings\": 0,\n          \"assets\": [],\n          \"reasons\": [\n            {\n              \"moduleId\": 78,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/react-dom/cjs/react-dom.production.min.js\",\n              \"module\": \"./node_modules/react-dom/cjs/react-dom.production.min.js\",\n              \"moduleName\": \"./node_modules/react-dom/cjs/react-dom.production.min.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"fbjs/lib/containsNode\",\n              \"loc\": \"13:255-287\"\n            }\n          ],\n          \"usedExports\": true,\n          \"providedExports\": null,\n          \"optimizationBailout\": [\n            \"ModuleConcatenation bailout: Module is not an ECMAScript module\"\n          ],\n          \"depth\": 4,\n          \"source\": \"'use strict';\\n\\n/**\\n * Copyright (c) 2013-present, Facebook, Inc.\\n *\\n * This source code is licensed under the MIT license found in the\\n * LICENSE file in the root directory of this source tree.\\n *\\n * \\n */\\n\\nvar isTextNode = require('./isTextNode');\\n\\n/*eslint-disable no-bitwise */\\n\\n/**\\n * Checks if a given DOM node contains or is another DOM node.\\n */\\nfunction containsNode(outerNode, innerNode) {\\n  if (!outerNode || !innerNode) {\\n    return false;\\n  } else if (outerNode === innerNode) {\\n    return true;\\n  } else if (isTextNode(outerNode)) {\\n    return false;\\n  } else if (isTextNode(innerNode)) {\\n    return containsNode(outerNode, innerNode.parentNode);\\n  } else if ('contains' in outerNode) {\\n    return outerNode.contains(innerNode);\\n  } else if (outerNode.compareDocumentPosition) {\\n    return !!(outerNode.compareDocumentPosition(innerNode) & 16);\\n  } else {\\n    return false;\\n  }\\n}\\n\\nmodule.exports = containsNode;\"\n        },\n        {\n          \"id\": 85,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/react-dom/node_modules/fbjs/lib/isTextNode.js\",\n          \"name\": \"./node_modules/react-dom/node_modules/fbjs/lib/isTextNode.js\",\n          \"index\": 17,\n          \"index2\": 13,\n          \"size\": 479,\n          \"cacheable\": true,\n          \"built\": true,\n          \"optional\": false,\n          \"prefetched\": false,\n          \"chunks\": [\n            0,\n            1\n          ],\n          \"issuer\": \"/Users/jarred/Code/styleurl/node_modules/react-dom/node_modules/fbjs/lib/containsNode.js\",\n          \"issuerId\": 84,\n          \"issuerName\": \"./node_modules/react-dom/node_modules/fbjs/lib/containsNode.js\",\n          \"issuerPath\": [\n            {\n              \"id\": 171,\n              \"identifier\": \"multi /Users/jarred/Code/styleurl/webpack/customPublicPath /Users/jarred/Code/styleurl/chrome/extension/popup\",\n              \"name\": \"multi ./webpack/customPublicPath ./chrome/extension/popup\",\n              \"profile\": {\n                \"factory\": 0,\n                \"building\": 3\n              }\n            },\n            {\n              \"id\": 172,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/popup.js\",\n              \"name\": \"./chrome/extension/popup.js\",\n              \"profile\": {\n                \"factory\": 58,\n                \"building\": 445\n              }\n            },\n            {\n              \"id\": 77,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/react-dom/index.js\",\n              \"name\": \"./node_modules/react-dom/index.js\",\n              \"profile\": {\n                \"factory\": 340,\n                \"building\": 762,\n                \"dependencies\": 60\n              }\n            },\n            {\n              \"id\": 78,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/react-dom/cjs/react-dom.production.min.js\",\n              \"name\": \"./node_modules/react-dom/cjs/react-dom.production.min.js\",\n              \"profile\": {\n                \"factory\": 234,\n                \"building\": 246,\n                \"dependencies\": 97\n              }\n            },\n            {\n              \"id\": 84,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/react-dom/node_modules/fbjs/lib/containsNode.js\",\n              \"name\": \"./node_modules/react-dom/node_modules/fbjs/lib/containsNode.js\",\n              \"profile\": {\n                \"factory\": 121,\n                \"building\": 29\n              }\n            }\n          ],\n          \"profile\": {\n            \"factory\": 59,\n            \"building\": 16\n          },\n          \"failed\": false,\n          \"errors\": 0,\n          \"warnings\": 0,\n          \"assets\": [],\n          \"reasons\": [\n            {\n              \"moduleId\": 84,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/react-dom/node_modules/fbjs/lib/containsNode.js\",\n              \"module\": \"./node_modules/react-dom/node_modules/fbjs/lib/containsNode.js\",\n              \"moduleName\": \"./node_modules/react-dom/node_modules/fbjs/lib/containsNode.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"./isTextNode\",\n              \"loc\": \"12:17-40\"\n            }\n          ],\n          \"usedExports\": true,\n          \"providedExports\": null,\n          \"optimizationBailout\": [\n            \"ModuleConcatenation bailout: Module is not an ECMAScript module\"\n          ],\n          \"depth\": 5,\n          \"source\": \"'use strict';\\n\\n/**\\n * Copyright (c) 2013-present, Facebook, Inc.\\n *\\n * This source code is licensed under the MIT license found in the\\n * LICENSE file in the root directory of this source tree.\\n *\\n * @typechecks\\n */\\n\\nvar isNode = require('./isNode');\\n\\n/**\\n * @param {*} object The object to check.\\n * @return {boolean} Whether or not the object is a DOM text node.\\n */\\nfunction isTextNode(object) {\\n  return isNode(object) && object.nodeType == 3;\\n}\\n\\nmodule.exports = isTextNode;\"\n        },\n        {\n          \"id\": 86,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/react-dom/node_modules/fbjs/lib/isNode.js\",\n          \"name\": \"./node_modules/react-dom/node_modules/fbjs/lib/isNode.js\",\n          \"index\": 18,\n          \"index2\": 12,\n          \"size\": 702,\n          \"cacheable\": true,\n          \"built\": true,\n          \"optional\": false,\n          \"prefetched\": false,\n          \"chunks\": [\n            0,\n            1\n          ],\n          \"issuer\": \"/Users/jarred/Code/styleurl/node_modules/react-dom/node_modules/fbjs/lib/isTextNode.js\",\n          \"issuerId\": 85,\n          \"issuerName\": \"./node_modules/react-dom/node_modules/fbjs/lib/isTextNode.js\",\n          \"issuerPath\": [\n            {\n              \"id\": 171,\n              \"identifier\": \"multi /Users/jarred/Code/styleurl/webpack/customPublicPath /Users/jarred/Code/styleurl/chrome/extension/popup\",\n              \"name\": \"multi ./webpack/customPublicPath ./chrome/extension/popup\",\n              \"profile\": {\n                \"factory\": 0,\n                \"building\": 3\n              }\n            },\n            {\n              \"id\": 172,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/popup.js\",\n              \"name\": \"./chrome/extension/popup.js\",\n              \"profile\": {\n                \"factory\": 58,\n                \"building\": 445\n              }\n            },\n            {\n              \"id\": 77,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/react-dom/index.js\",\n              \"name\": \"./node_modules/react-dom/index.js\",\n              \"profile\": {\n                \"factory\": 340,\n                \"building\": 762,\n                \"dependencies\": 60\n              }\n            },\n            {\n              \"id\": 78,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/react-dom/cjs/react-dom.production.min.js\",\n              \"name\": \"./node_modules/react-dom/cjs/react-dom.production.min.js\",\n              \"profile\": {\n                \"factory\": 234,\n                \"building\": 246,\n                \"dependencies\": 97\n              }\n            },\n            {\n              \"id\": 84,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/react-dom/node_modules/fbjs/lib/containsNode.js\",\n              \"name\": \"./node_modules/react-dom/node_modules/fbjs/lib/containsNode.js\",\n              \"profile\": {\n                \"factory\": 121,\n                \"building\": 29\n              }\n            },\n            {\n              \"id\": 85,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/react-dom/node_modules/fbjs/lib/isTextNode.js\",\n              \"name\": \"./node_modules/react-dom/node_modules/fbjs/lib/isTextNode.js\",\n              \"profile\": {\n                \"factory\": 59,\n                \"building\": 16\n              }\n            }\n          ],\n          \"profile\": {\n            \"factory\": 26,\n            \"building\": 14\n          },\n          \"failed\": false,\n          \"errors\": 0,\n          \"warnings\": 0,\n          \"assets\": [],\n          \"reasons\": [\n            {\n              \"moduleId\": 85,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/react-dom/node_modules/fbjs/lib/isTextNode.js\",\n              \"module\": \"./node_modules/react-dom/node_modules/fbjs/lib/isTextNode.js\",\n              \"moduleName\": \"./node_modules/react-dom/node_modules/fbjs/lib/isTextNode.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"./isNode\",\n              \"loc\": \"12:13-32\"\n            }\n          ],\n          \"usedExports\": true,\n          \"providedExports\": null,\n          \"optimizationBailout\": [\n            \"ModuleConcatenation bailout: Module is not an ECMAScript module\"\n          ],\n          \"depth\": 6,\n          \"source\": \"'use strict';\\n\\n/**\\n * Copyright (c) 2013-present, Facebook, Inc.\\n *\\n * This source code is licensed under the MIT license found in the\\n * LICENSE file in the root directory of this source tree.\\n *\\n * @typechecks\\n */\\n\\n/**\\n * @param {*} object The object to check.\\n * @return {boolean} Whether or not the object is a DOM node.\\n */\\nfunction isNode(object) {\\n  var doc = object ? object.ownerDocument || object : document;\\n  var defaultView = doc.defaultView || window;\\n  return !!(object && (typeof defaultView.Node === 'function' ? object instanceof defaultView.Node : typeof object === 'object' && typeof object.nodeType === 'number' && typeof object.nodeName === 'string'));\\n}\\n\\nmodule.exports = isNode;\"\n        },\n        {\n          \"id\": 87,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/react-dom/node_modules/fbjs/lib/emptyObject.js\",\n          \"name\": \"./node_modules/react-dom/node_modules/fbjs/lib/emptyObject.js\",\n          \"index\": 19,\n          \"index2\": 15,\n          \"size\": 332,\n          \"cacheable\": true,\n          \"built\": true,\n          \"optional\": false,\n          \"prefetched\": false,\n          \"chunks\": [\n            0,\n            1\n          ],\n          \"issuer\": \"/Users/jarred/Code/styleurl/node_modules/react-dom/cjs/react-dom.production.min.js\",\n          \"issuerId\": 78,\n          \"issuerName\": \"./node_modules/react-dom/cjs/react-dom.production.min.js\",\n          \"issuerPath\": [\n            {\n              \"id\": 171,\n              \"identifier\": \"multi /Users/jarred/Code/styleurl/webpack/customPublicPath /Users/jarred/Code/styleurl/chrome/extension/popup\",\n              \"name\": \"multi ./webpack/customPublicPath ./chrome/extension/popup\",\n              \"profile\": {\n                \"factory\": 0,\n                \"building\": 3\n              }\n            },\n            {\n              \"id\": 172,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/popup.js\",\n              \"name\": \"./chrome/extension/popup.js\",\n              \"profile\": {\n                \"factory\": 58,\n                \"building\": 445\n              }\n            },\n            {\n              \"id\": 77,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/react-dom/index.js\",\n              \"name\": \"./node_modules/react-dom/index.js\",\n              \"profile\": {\n                \"factory\": 340,\n                \"building\": 762,\n                \"dependencies\": 60\n              }\n            },\n            {\n              \"id\": 78,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/react-dom/cjs/react-dom.production.min.js\",\n              \"name\": \"./node_modules/react-dom/cjs/react-dom.production.min.js\",\n              \"profile\": {\n                \"factory\": 234,\n                \"building\": 246,\n                \"dependencies\": 97\n              }\n            }\n          ],\n          \"profile\": {\n            \"factory\": 121,\n            \"building\": 29\n          },\n          \"failed\": false,\n          \"errors\": 0,\n          \"warnings\": 0,\n          \"assets\": [],\n          \"reasons\": [\n            {\n              \"moduleId\": 78,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/react-dom/cjs/react-dom.production.min.js\",\n              \"module\": \"./node_modules/react-dom/cjs/react-dom.production.min.js\",\n              \"moduleName\": \"./node_modules/react-dom/cjs/react-dom.production.min.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"fbjs/lib/emptyObject\",\n              \"loc\": \"13:291-322\"\n            }\n          ],\n          \"usedExports\": true,\n          \"providedExports\": null,\n          \"optimizationBailout\": [\n            \"ModuleConcatenation bailout: Module is not an ECMAScript module\"\n          ],\n          \"depth\": 4,\n          \"source\": \"/**\\n * Copyright (c) 2013-present, Facebook, Inc.\\n *\\n * This source code is licensed under the MIT license found in the\\n * LICENSE file in the root directory of this source tree.\\n *\\n */\\n\\n'use strict';\\n\\nvar emptyObject = {};\\n\\nif (process.env.NODE_ENV !== 'production') {\\n  Object.freeze(emptyObject);\\n}\\n\\nmodule.exports = emptyObject;\"\n        },\n        {\n          \"id\": 88,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/popup/messages.js\",\n          \"name\": \"./chrome/extension/popup/messages.js\",\n          \"index\": 24,\n          \"index2\": 21,\n          \"size\": 296,\n          \"cacheable\": true,\n          \"built\": true,\n          \"optional\": false,\n          \"prefetched\": false,\n          \"chunks\": [\n            0,\n            1\n          ],\n          \"issuer\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/inject.js\",\n          \"issuerId\": 181,\n          \"issuerName\": \"./chrome/extension/inject.js\",\n          \"issuerPath\": [\n            {\n              \"id\": 180,\n              \"identifier\": \"multi /Users/jarred/Code/styleurl/webpack/customPublicPath /Users/jarred/Code/styleurl/chrome/extension/inject\",\n              \"name\": \"multi ./webpack/customPublicPath ./chrome/extension/inject\",\n              \"profile\": {\n                \"factory\": 0,\n                \"building\": 0,\n                \"dependencies\": 54\n              }\n            },\n            {\n              \"id\": 181,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/inject.js\",\n              \"name\": \"./chrome/extension/inject.js\",\n              \"profile\": {\n                \"factory\": 55,\n                \"building\": 493,\n                \"dependencies\": 274\n              }\n            }\n          ],\n          \"profile\": {\n            \"factory\": 276,\n            \"building\": 25\n          },\n          \"failed\": false,\n          \"errors\": 0,\n          \"warnings\": 0,\n          \"assets\": [],\n          \"reasons\": [\n            {\n              \"moduleId\": 173,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/popup/Popup.js\",\n              \"module\": \"./chrome/extension/popup/Popup.js\",\n              \"moduleName\": \"./chrome/extension/popup/Popup.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"./messages\",\n              \"loc\": \"12:16-37\"\n            },\n            {\n              \"moduleId\": 181,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/inject.js\",\n              \"module\": \"./chrome/extension/inject.js\",\n              \"moduleName\": \"./chrome/extension/inject.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"./popup/messages\",\n              \"loc\": \"9:16-43\"\n            }\n          ],\n          \"usedExports\": true,\n          \"providedExports\": null,\n          \"optimizationBailout\": [\n            \"ModuleConcatenation bailout: Module is not an ECMAScript module\"\n          ],\n          \"depth\": 2,\n          \"source\": \"\\\"use strict\\\";\\n\\nObject.defineProperty(exports, \\\"__esModule\\\", {\\n  value: true\\n});\\nexports.MESSAGE_TYPES = exports.INITIAL_WIDTH = void 0;\\nconst INITIAL_WIDTH = 400;\\nexports.INITIAL_WIDTH = INITIAL_WIDTH;\\nconst MESSAGE_TYPES = {\\n  size_change: \\\"size_change\\\"\\n};\\nexports.MESSAGE_TYPES = MESSAGE_TYPES;\"\n        },\n        {\n          \"id\": 180,\n          \"identifier\": \"multi /Users/jarred/Code/styleurl/webpack/customPublicPath /Users/jarred/Code/styleurl/chrome/extension/inject\",\n          \"name\": \"multi ./webpack/customPublicPath ./chrome/extension/inject\",\n          \"index\": 28,\n          \"index2\": 38,\n          \"size\": 40,\n          \"built\": true,\n          \"optional\": false,\n          \"prefetched\": false,\n          \"chunks\": [\n            1\n          ],\n          \"issuer\": null,\n          \"issuerId\": null,\n          \"issuerName\": null,\n          \"issuerPath\": null,\n          \"profile\": {\n            \"factory\": 0,\n            \"building\": 0,\n            \"dependencies\": 54\n          },\n          \"failed\": false,\n          \"errors\": 0,\n          \"warnings\": 0,\n          \"assets\": [],\n          \"reasons\": [\n            {\n              \"moduleId\": null,\n              \"moduleIdentifier\": null,\n              \"module\": null,\n              \"moduleName\": null,\n              \"type\": \"multi entry\"\n            }\n          ],\n          \"usedExports\": true,\n          \"providedExports\": null,\n          \"optimizationBailout\": [\n            \"ModuleConcatenation bailout: Module is not an ECMAScript module\"\n          ],\n          \"depth\": 0\n        },\n        {\n          \"id\": 181,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/inject.js\",\n          \"name\": \"./chrome/extension/inject.js\",\n          \"index\": 29,\n          \"index2\": 37,\n          \"size\": 2252,\n          \"cacheable\": true,\n          \"built\": true,\n          \"optional\": false,\n          \"prefetched\": false,\n          \"chunks\": [\n            1\n          ],\n          \"issuer\": \"multi /Users/jarred/Code/styleurl/webpack/customPublicPath /Users/jarred/Code/styleurl/chrome/extension/inject\",\n          \"issuerId\": 180,\n          \"issuerName\": \"multi ./webpack/customPublicPath ./chrome/extension/inject\",\n          \"issuerPath\": [\n            {\n              \"id\": 180,\n              \"identifier\": \"multi /Users/jarred/Code/styleurl/webpack/customPublicPath /Users/jarred/Code/styleurl/chrome/extension/inject\",\n              \"name\": \"multi ./webpack/customPublicPath ./chrome/extension/inject\",\n              \"profile\": {\n                \"factory\": 0,\n                \"building\": 0,\n                \"dependencies\": 54\n              }\n            }\n          ],\n          \"profile\": {\n            \"factory\": 55,\n            \"building\": 493,\n            \"dependencies\": 274\n          },\n          \"failed\": false,\n          \"errors\": 0,\n          \"warnings\": 0,\n          \"assets\": [],\n          \"reasons\": [\n            {\n              \"moduleId\": 180,\n              \"moduleIdentifier\": \"multi /Users/jarred/Code/styleurl/webpack/customPublicPath /Users/jarred/Code/styleurl/chrome/extension/inject\",\n              \"module\": \"multi ./webpack/customPublicPath ./chrome/extension/inject\",\n              \"moduleName\": \"multi ./webpack/customPublicPath ./chrome/extension/inject\",\n              \"type\": \"single entry\",\n              \"userRequest\": \"/Users/jarred/Code/styleurl/chrome/extension/inject\",\n              \"loc\": \"+1\"\n            }\n          ],\n          \"usedExports\": true,\n          \"providedExports\": null,\n          \"optimizationBailout\": [\n            \"ModuleConcatenation bailout: Module is not an ECMAScript module\"\n          ],\n          \"depth\": 1,\n          \"source\": \"\\\"use strict\\\";\\n\\nvar _react = _interopRequireWildcard(require(\\\"react\\\"));\\n\\nvar _reactDom = require(\\\"react-dom\\\");\\n\\nvar _reactDock = _interopRequireDefault(require(\\\"react-dock\\\"));\\n\\nvar _messages = require(\\\"./popup/messages\\\");\\n\\nfunction _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }\\n\\nfunction _interopRequireWildcard(obj) { if (obj && obj.__esModule) { return obj; } else { var newObj = {}; if (obj != null) { for (var key in obj) { if (Object.prototype.hasOwnProperty.call(obj, key)) { var desc = Object.defineProperty && Object.getOwnPropertyDescriptor ? Object.getOwnPropertyDescriptor(obj, key) : {}; if (desc.get || desc.set) { Object.defineProperty(newObj, key, desc); } else { newObj[key] = obj[key]; } } } } newObj.default = obj; return newObj; } }\\n\\nfunction _defineProperty(obj, key, value) { if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; }\\n\\nclass InjectApp extends _react.Component {\\n  constructor(props) {\\n    super(props);\\n\\n    _defineProperty(this, \\\"setIframe\\\", iframe => this.iframeRef = iframe);\\n\\n    _defineProperty(this, \\\"handleSizeChange\\\", size => {\\n      if (!this.iframeRef) {\\n        return true;\\n      }\\n\\n      window.postMessage({\\n        name: _messages.MESSAGE_TYPES.size_change,\\n        size\\n      }, \\\"*\\\");\\n      return true;\\n    });\\n\\n    this.state = {\\n      isVisible: true\\n    };\\n  }\\n\\n  render() {\\n    return _react.default.createElement(_reactDock.default, {\\n      position: \\\"right\\\",\\n      dimMode: \\\"none\\\",\\n      defaultSize: _messages.INITIAL_WIDTH,\\n      fluid: false,\\n      onSizeChange: this.handleSizeChange,\\n      isVisible: this.state.isVisible\\n    }, _react.default.createElement(\\\"iframe\\\", {\\n      ref: this.setIframe,\\n      style: {\\n        width: \\\"100%\\\",\\n        height: \\\"100%\\\"\\n      },\\n      frameBorder: 0,\\n      allowTransparency: \\\"true\\\",\\n      src: chrome.extension.getURL(`popup.html`)\\n    }));\\n  }\\n\\n}\\n\\nconst injectDOM = document.createElement(\\\"div\\\");\\ninjectDOM.className = \\\"inject-react-example\\\";\\ninjectDOM.style.textAlign = \\\"center\\\";\\ndocument.body.appendChild(injectDOM);\\n(0, _reactDom.render)(_react.default.createElement(InjectApp, null), injectDOM);\"\n        },\n        {\n          \"id\": 182,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/react-dock/lib/index.js\",\n          \"name\": \"./node_modules/react-dock/lib/index.js\",\n          \"index\": 30,\n          \"index2\": 36,\n          \"size\": 317,\n          \"cacheable\": true,\n          \"built\": true,\n          \"optional\": false,\n          \"prefetched\": false,\n          \"chunks\": [\n            1\n          ],\n          \"issuer\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/inject.js\",\n          \"issuerId\": 181,\n          \"issuerName\": \"./chrome/extension/inject.js\",\n          \"issuerPath\": [\n            {\n              \"id\": 180,\n              \"identifier\": \"multi /Users/jarred/Code/styleurl/webpack/customPublicPath /Users/jarred/Code/styleurl/chrome/extension/inject\",\n              \"name\": \"multi ./webpack/customPublicPath ./chrome/extension/inject\",\n              \"profile\": {\n                \"factory\": 0,\n                \"building\": 0,\n                \"dependencies\": 54\n              }\n            },\n            {\n              \"id\": 181,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/inject.js\",\n              \"name\": \"./chrome/extension/inject.js\",\n              \"profile\": {\n                \"factory\": 55,\n                \"building\": 493,\n                \"dependencies\": 274\n              }\n            }\n          ],\n          \"profile\": {\n            \"factory\": 276,\n            \"building\": 25\n          },\n          \"failed\": false,\n          \"errors\": 0,\n          \"warnings\": 0,\n          \"assets\": [],\n          \"reasons\": [\n            {\n              \"moduleId\": 181,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/inject.js\",\n              \"module\": \"./chrome/extension/inject.js\",\n              \"moduleName\": \"./chrome/extension/inject.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"react-dock\",\n              \"loc\": \"7:40-61\"\n            }\n          ],\n          \"usedExports\": true,\n          \"providedExports\": null,\n          \"optimizationBailout\": [\n            \"ModuleConcatenation bailout: Module is not an ECMAScript module\"\n          ],\n          \"depth\": 2,\n          \"source\": \"'use strict';\\n\\nObject.defineProperty(exports, \\\"__esModule\\\", {\\n  value: true\\n});\\nexports.default = undefined;\\n\\nvar _Dock = require('./Dock');\\n\\nvar _Dock2 = _interopRequireDefault(_Dock);\\n\\nfunction _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }\\n\\nexports.default = _Dock2.default;\"\n        },\n        {\n          \"id\": 183,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/react-dock/lib/Dock.js\",\n          \"name\": \"./node_modules/react-dock/lib/Dock.js\",\n          \"index\": 31,\n          \"index2\": 35,\n          \"size\": 14735,\n          \"cacheable\": true,\n          \"built\": true,\n          \"optional\": false,\n          \"prefetched\": false,\n          \"chunks\": [\n            1\n          ],\n          \"issuer\": \"/Users/jarred/Code/styleurl/node_modules/react-dock/lib/index.js\",\n          \"issuerId\": 182,\n          \"issuerName\": \"./node_modules/react-dock/lib/index.js\",\n          \"issuerPath\": [\n            {\n              \"id\": 180,\n              \"identifier\": \"multi /Users/jarred/Code/styleurl/webpack/customPublicPath /Users/jarred/Code/styleurl/chrome/extension/inject\",\n              \"name\": \"multi ./webpack/customPublicPath ./chrome/extension/inject\",\n              \"profile\": {\n                \"factory\": 0,\n                \"building\": 0,\n                \"dependencies\": 54\n              }\n            },\n            {\n              \"id\": 181,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/inject.js\",\n              \"name\": \"./chrome/extension/inject.js\",\n              \"profile\": {\n                \"factory\": 55,\n                \"building\": 493,\n                \"dependencies\": 274\n              }\n            },\n            {\n              \"id\": 182,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/react-dock/lib/index.js\",\n              \"name\": \"./node_modules/react-dock/lib/index.js\",\n              \"profile\": {\n                \"factory\": 276,\n                \"building\": 25\n              }\n            }\n          ],\n          \"profile\": {\n            \"factory\": 285,\n            \"building\": 69,\n            \"dependencies\": 23\n          },\n          \"failed\": false,\n          \"errors\": 0,\n          \"warnings\": 0,\n          \"assets\": [],\n          \"reasons\": [\n            {\n              \"moduleId\": 182,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/react-dock/lib/index.js\",\n              \"module\": \"./node_modules/react-dock/lib/index.js\",\n              \"moduleName\": \"./node_modules/react-dock/lib/index.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"./Dock\",\n              \"loc\": \"8:12-29\"\n            }\n          ],\n          \"usedExports\": true,\n          \"providedExports\": null,\n          \"optimizationBailout\": [\n            \"ModuleConcatenation bailout: Module is not an ECMAScript module\"\n          ],\n          \"depth\": 3,\n          \"source\": \"'use strict';\\n\\nObject.defineProperty(exports, \\\"__esModule\\\", {\\n  value: true\\n});\\nexports.default = undefined;\\n\\nvar _extends = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; };\\n\\nvar _createClass = function () { function defineProperties(target, props) { for (var i = 0; i < props.length; i++) { var descriptor = props[i]; descriptor.enumerable = descriptor.enumerable || false; descriptor.configurable = true; if (\\\"value\\\" in descriptor) descriptor.writable = true; Object.defineProperty(target, descriptor.key, descriptor); } } return function (Constructor, protoProps, staticProps) { if (protoProps) defineProperties(Constructor.prototype, protoProps); if (staticProps) defineProperties(Constructor, staticProps); return Constructor; }; }();\\n\\nvar _class, _temp;\\n\\nvar _react = require('react');\\n\\nvar _react2 = _interopRequireDefault(_react);\\n\\nvar _propTypes = require('prop-types');\\n\\nvar _propTypes2 = _interopRequireDefault(_propTypes);\\n\\nvar _lodash = require('lodash.debounce');\\n\\nvar _lodash2 = _interopRequireDefault(_lodash);\\n\\nvar _autoprefix = require('./autoprefix');\\n\\nvar _autoprefix2 = _interopRequireDefault(_autoprefix);\\n\\nfunction _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }\\n\\nfunction _classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw new TypeError(\\\"Cannot call a class as a function\\\"); } }\\n\\nfunction _possibleConstructorReturn(self, call) { if (!self) { throw new ReferenceError(\\\"this hasn't been initialised - super() hasn't been called\\\"); } return call && (typeof call === \\\"object\\\" || typeof call === \\\"function\\\") ? call : self; }\\n\\nfunction _inherits(subClass, superClass) { if (typeof superClass !== \\\"function\\\" && superClass !== null) { throw new TypeError(\\\"Super expression must either be null or a function, not \\\" + typeof superClass); } subClass.prototype = Object.create(superClass && superClass.prototype, { constructor: { value: subClass, enumerable: false, writable: true, configurable: true } }); if (superClass) Object.setPrototypeOf ? Object.setPrototypeOf(subClass, superClass) : subClass.__proto__ = superClass; }\\n\\nfunction _toConsumableArray(arr) { if (Array.isArray(arr)) { for (var i = 0, arr2 = Array(arr.length); i < arr.length; i++) { arr2[i] = arr[i]; } return arr2; } else { return Array.from(arr); } }\\n\\nfunction autoprefixes(styles) {\\n  return Object.keys(styles).reduce(function (obj, key) {\\n    return obj[key] = (0, _autoprefix2.default)(styles[key]), obj;\\n  }, {});\\n}\\n\\nvar styles = autoprefixes({\\n  wrapper: {\\n    position: 'fixed',\\n    width: 0,\\n    height: 0,\\n    top: 0,\\n    left: 0\\n  },\\n\\n  dim: {\\n    position: 'fixed',\\n    left: 0,\\n    right: 0,\\n    top: 0,\\n    bottom: 0,\\n    zIndex: 0,\\n    background: 'rgba(0, 0, 0, 0.2)',\\n    opacity: 1\\n  },\\n\\n  dimAppear: {\\n    opacity: 0\\n  },\\n\\n  dimTransparent: {\\n    pointerEvents: 'none'\\n  },\\n\\n  dimHidden: {\\n    opacity: 0\\n  },\\n\\n  dock: {\\n    position: 'fixed',\\n    zIndex: 1,\\n    boxShadow: '0 0 4px rgba(0, 0, 0, 0.3)',\\n    background: 'white',\\n    left: 0,\\n    top: 0,\\n    width: '100%',\\n    height: '100%'\\n  },\\n\\n  dockHidden: {\\n    opacity: 0\\n  },\\n\\n  dockResizing: {\\n    transition: 'none'\\n  },\\n\\n  dockContent: {\\n    width: '100%',\\n    height: '100%',\\n    overflow: 'auto'\\n  },\\n\\n  resizer: {\\n    position: 'absolute',\\n    zIndex: 2,\\n    opacity: 0\\n  }\\n});\\n\\nfunction getTransitions(duration) {\\n  return ['left', 'top', 'width', 'height'].map(function (p) {\\n    return p + ' ' + duration / 1000 + 's ease-out';\\n  });\\n}\\n\\nfunction getDockStyles(_ref, _ref2) {\\n  var fluid = _ref.fluid;\\n  var dockStyle = _ref.dockStyle;\\n  var dockHiddenStyle = _ref.dockHiddenStyle;\\n  var duration = _ref.duration;\\n  var position = _ref.position;\\n  var isVisible = _ref.isVisible;\\n  var size = _ref2.size;\\n  var isResizing = _ref2.isResizing;\\n  var fullWidth = _ref2.fullWidth;\\n  var fullHeight = _ref2.fullHeight;\\n\\n  var posStyle = void 0;\\n  var absSize = fluid ? size * 100 + '%' : size + 'px';\\n\\n  function getRestSize(fullSize) {\\n    return fluid ? 100 - size * 100 + '%' : fullSize - size + 'px';\\n  }\\n\\n  switch (position) {\\n    case 'left':\\n      posStyle = {\\n        width: absSize,\\n        left: isVisible ? 0 : '-' + absSize\\n      };\\n      break;\\n    case 'right':\\n      posStyle = {\\n        left: isVisible ? getRestSize(fullWidth) : fullWidth,\\n        width: absSize\\n      };\\n      break;\\n    case 'top':\\n      posStyle = {\\n        top: isVisible ? 0 : '-' + absSize,\\n        height: absSize\\n      };\\n      break;\\n    case 'bottom':\\n      posStyle = {\\n        top: isVisible ? getRestSize(fullHeight) : fullHeight,\\n        height: absSize\\n      };\\n      break;\\n  }\\n\\n  var transitions = getTransitions(duration);\\n\\n  return [styles.dock, (0, _autoprefix2.default)({\\n    transition: [].concat(_toConsumableArray(transitions), [!isVisible && 'opacity 0.01s linear ' + duration / 1000 + 's']).filter(function (t) {\\n      return t;\\n    }).join(',')\\n  }), dockStyle, (0, _autoprefix2.default)(posStyle), isResizing && styles.dockResizing, !isVisible && styles.dockHidden, !isVisible && dockHiddenStyle];\\n}\\n\\nfunction getDimStyles(_ref3, _ref4) {\\n  var dimMode = _ref3.dimMode;\\n  var dimStyle = _ref3.dimStyle;\\n  var duration = _ref3.duration;\\n  var isVisible = _ref3.isVisible;\\n  var isTransitionStarted = _ref4.isTransitionStarted;\\n\\n  return [styles.dim, (0, _autoprefix2.default)({\\n    transition: 'opacity ' + duration / 1000 + 's ease-out'\\n  }), dimStyle, dimMode === 'transparent' && styles.dimTransparent, !isVisible && styles.dimHidden, isTransitionStarted && isVisible && styles.dimAppear, isTransitionStarted && !isVisible && styles.dimDisappear];\\n}\\n\\nfunction getResizerStyles(position) {\\n  var resizerStyle = void 0;\\n  var size = 10;\\n\\n  switch (position) {\\n    case 'left':\\n      resizerStyle = {\\n        right: -size / 2,\\n        width: size,\\n        top: 0,\\n        height: '100%',\\n        cursor: 'col-resize'\\n      };\\n      break;\\n    case 'right':\\n      resizerStyle = {\\n        left: -size / 2,\\n        width: size,\\n        top: 0,\\n        height: '100%',\\n        cursor: 'col-resize'\\n      };\\n      break;\\n    case 'top':\\n      resizerStyle = {\\n        bottom: -size / 2,\\n        height: size,\\n        left: 0,\\n        width: '100%',\\n        cursor: 'row-resize'\\n      };\\n      break;\\n    case 'bottom':\\n      resizerStyle = {\\n        top: -size / 2,\\n        height: size,\\n        left: 0,\\n        width: '100%',\\n        cursor: 'row-resize'\\n      };\\n      break;\\n  }\\n\\n  return [styles.resizer, (0, _autoprefix2.default)(resizerStyle)];\\n}\\n\\nfunction getFullSize(position, fullWidth, fullHeight) {\\n  return position === 'left' || position === 'right' ? fullWidth : fullHeight;\\n}\\n\\nvar Dock = (_temp = _class = function (_Component) {\\n  _inherits(Dock, _Component);\\n\\n  function Dock(props) {\\n    _classCallCheck(this, Dock);\\n\\n    var _this = _possibleConstructorReturn(this, Object.getPrototypeOf(Dock).call(this, props));\\n\\n    _this.transitionEnd = function () {\\n      _this.setState({ isTransitionStarted: false });\\n    };\\n\\n    _this.hideDim = function () {\\n      if (!_this.props.isVisible) {\\n        _this.setState({ isDimHidden: true });\\n      }\\n    };\\n\\n    _this.handleDimClick = function () {\\n      if (_this.props.dimMode === 'opaque') {\\n        _this.props.onVisibleChange && _this.props.onVisibleChange(false);\\n      }\\n    };\\n\\n    _this.handleResize = function () {\\n      if (window.requestAnimationFrame) {\\n        window.requestAnimationFrame(_this.updateWindowSize.bind(_this, true));\\n      } else {\\n        _this.updateWindowSize(true);\\n      }\\n    };\\n\\n    _this.updateWindowSize = function (windowResize) {\\n      var sizeState = {\\n        fullWidth: window.innerWidth,\\n        fullHeight: window.innerHeight\\n      };\\n\\n      if (windowResize) {\\n        _this.setState(_extends({}, sizeState, {\\n          isResizing: true,\\n          isWindowResizing: windowResize\\n        }));\\n\\n        _this.debouncedUpdateWindowSizeEnd();\\n      } else {\\n        _this.setState(sizeState);\\n      }\\n    };\\n\\n    _this.updateWindowSizeEnd = function () {\\n      _this.setState({\\n        isResizing: false,\\n        isWindowResizing: false\\n      });\\n    };\\n\\n    _this.debouncedUpdateWindowSizeEnd = (0, _lodash2.default)(_this.updateWindowSizeEnd, 30);\\n\\n    _this.handleWrapperLeave = function () {\\n      _this.setState({ isResizing: false });\\n    };\\n\\n    _this.handleMouseDown = function () {\\n      _this.setState({ isResizing: true });\\n    };\\n\\n    _this.handleMouseUp = function () {\\n      _this.setState({ isResizing: false });\\n    };\\n\\n    _this.handleMouseMove = function (e) {\\n      if (!_this.state.isResizing || _this.state.isWindowResizing) return;\\n      e.preventDefault();\\n\\n      var _this$props = _this.props;\\n      var position = _this$props.position;\\n      var fluid = _this$props.fluid;\\n      var _this$state = _this.state;\\n      var fullWidth = _this$state.fullWidth;\\n      var fullHeight = _this$state.fullHeight;\\n      var isControlled = _this$state.isControlled;\\n      var x = e.clientX;\\n      var y = e.clientY;\\n\\n      var size = void 0;\\n\\n      switch (position) {\\n        case 'left':\\n          size = fluid ? x / fullWidth : x;\\n          break;\\n        case 'right':\\n          size = fluid ? (fullWidth - x) / fullWidth : fullWidth - x;\\n          break;\\n        case 'top':\\n          size = fluid ? y / fullHeight : y;\\n          break;\\n        case 'bottom':\\n          size = fluid ? (fullHeight - y) / fullHeight : fullHeight - y;\\n          break;\\n      }\\n\\n      _this.props.onSizeChange && _this.props.onSizeChange(size);\\n\\n      if (!isControlled) {\\n        _this.setState({ size: size });\\n      }\\n    };\\n\\n    _this.state = {\\n      isControlled: typeof props.size !== 'undefined',\\n      size: props.size || props.defaultSize,\\n      isDimHidden: !props.isVisible,\\n      fullWidth: typeof window !== 'undefined' && window.innerWidth,\\n      fullHeight: typeof window !== 'undefined' && window.innerHeight,\\n      isTransitionStarted: false,\\n      isWindowResizing: false\\n    };\\n    return _this;\\n  }\\n\\n  _createClass(Dock, [{\\n    key: 'componentDidMount',\\n    value: function componentDidMount() {\\n      window.addEventListener('mouseup', this.handleMouseUp);\\n      window.addEventListener('mousemove', this.handleMouseMove);\\n      window.addEventListener('resize', this.handleResize);\\n\\n      if (!window.fullWidth) {\\n        this.updateWindowSize();\\n      }\\n    }\\n  }, {\\n    key: 'componentWillUnmount',\\n    value: function componentWillUnmount() {\\n      window.removeEventListener('mouseup', this.handleMouseUp);\\n      window.removeEventListener('mousemove', this.handleMouseMove);\\n      window.removeEventListener('resize', this.handleResize);\\n    }\\n  }, {\\n    key: 'componentWillReceiveProps',\\n    value: function componentWillReceiveProps(nextProps) {\\n      var isControlled = typeof nextProps.size !== 'undefined';\\n\\n      this.setState({ isControlled: isControlled });\\n\\n      if (isControlled && this.props.size !== nextProps.size) {\\n        this.setState({ size: nextProps.size });\\n      } else if (this.props.fluid !== nextProps.fluid) {\\n        this.updateSize(nextProps);\\n      }\\n\\n      if (this.props.isVisible !== nextProps.isVisible) {\\n        this.setState({\\n          isTransitionStarted: true\\n        });\\n      }\\n    }\\n  }, {\\n    key: 'updateSize',\\n    value: function updateSize(props) {\\n      var _state = this.state;\\n      var fullWidth = _state.fullWidth;\\n      var fullHeight = _state.fullHeight;\\n\\n\\n      this.setState({\\n        size: props.fluid ? this.state.size / getFullSize(props.position, fullWidth, fullHeight) : getFullSize(props.position, fullWidth, fullHeight) * this.state.size\\n      });\\n    }\\n  }, {\\n    key: 'componentDidUpdate',\\n    value: function componentDidUpdate(prevProps) {\\n      var _this2 = this;\\n\\n      if (this.props.isVisible !== prevProps.isVisible) {\\n        if (!this.props.isVisible) {\\n          window.setTimeout(function () {\\n            return _this2.hideDim();\\n          }, this.props.duration);\\n        } else {\\n          this.setState({ isDimHidden: false });\\n        }\\n\\n        window.setTimeout(function () {\\n          return _this2.setState({ isTransitionStarted: false });\\n        }, 0);\\n      }\\n    }\\n  }, {\\n    key: 'render',\\n    value: function render() {\\n      var _props = this.props;\\n      var children = _props.children;\\n      var zIndex = _props.zIndex;\\n      var dimMode = _props.dimMode;\\n      var position = _props.position;\\n      var isVisible = _props.isVisible;\\n      var _state2 = this.state;\\n      var isResizing = _state2.isResizing;\\n      var size = _state2.size;\\n      var isDimHidden = _state2.isDimHidden;\\n\\n\\n      var dimStyles = Object.assign.apply(Object, [{}].concat(_toConsumableArray(getDimStyles(this.props, this.state))));\\n      var dockStyles = Object.assign.apply(Object, [{}].concat(_toConsumableArray(getDockStyles(this.props, this.state))));\\n      var resizerStyles = Object.assign.apply(Object, [{}].concat(_toConsumableArray(getResizerStyles(position))));\\n\\n      return _react2.default.createElement(\\n        'div',\\n        { style: Object.assign({}, styles.wrapper, { zIndex: zIndex }) },\\n        dimMode !== 'none' && !isDimHidden && _react2.default.createElement('div', { style: dimStyles, onClick: this.handleDimClick }),\\n        _react2.default.createElement(\\n          'div',\\n          { style: dockStyles },\\n          _react2.default.createElement('div', { style: resizerStyles,\\n            onMouseDown: this.handleMouseDown }),\\n          _react2.default.createElement(\\n            'div',\\n            { style: styles.dockContent },\\n            typeof children === 'function' ? children({\\n              position: position,\\n              isResizing: isResizing,\\n              size: size,\\n              isVisible: isVisible\\n            }) : children\\n          )\\n        )\\n      );\\n    }\\n  }]);\\n\\n  return Dock;\\n}(_react.Component), _class.propTypes = {\\n  position: _propTypes2.default.oneOf(['left', 'right', 'top', 'bottom']),\\n  zIndex: _propTypes2.default.number,\\n  fluid: _propTypes2.default.bool,\\n  size: _propTypes2.default.number,\\n  defaultSize: _propTypes2.default.number,\\n  dimMode: _propTypes2.default.oneOf(['none', 'transparent', 'opaque']),\\n  isVisible: _propTypes2.default.bool,\\n  onVisibleChange: _propTypes2.default.func,\\n  onSizeChange: _propTypes2.default.func,\\n  dimStyle: _propTypes2.default.object,\\n  dockStyle: _propTypes2.default.object,\\n  duration: _propTypes2.default.number\\n}, _class.defaultProps = {\\n  position: 'left',\\n  zIndex: 99999999,\\n  fluid: true,\\n  defaultSize: 0.3,\\n  dimMode: 'opaque',\\n  duration: 200\\n}, _temp);\\nexports.default = Dock;\"\n        },\n        {\n          \"id\": 184,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/prop-types/index.js\",\n          \"name\": \"./node_modules/prop-types/index.js\",\n          \"index\": 32,\n          \"index2\": 31,\n          \"size\": 1078,\n          \"cacheable\": true,\n          \"built\": true,\n          \"optional\": false,\n          \"prefetched\": false,\n          \"chunks\": [\n            1\n          ],\n          \"issuer\": \"/Users/jarred/Code/styleurl/node_modules/react-dock/lib/Dock.js\",\n          \"issuerId\": 183,\n          \"issuerName\": \"./node_modules/react-dock/lib/Dock.js\",\n          \"issuerPath\": [\n            {\n              \"id\": 180,\n              \"identifier\": \"multi /Users/jarred/Code/styleurl/webpack/customPublicPath /Users/jarred/Code/styleurl/chrome/extension/inject\",\n              \"name\": \"multi ./webpack/customPublicPath ./chrome/extension/inject\",\n              \"profile\": {\n                \"factory\": 0,\n                \"building\": 0,\n                \"dependencies\": 54\n              }\n            },\n            {\n              \"id\": 181,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/inject.js\",\n              \"name\": \"./chrome/extension/inject.js\",\n              \"profile\": {\n                \"factory\": 55,\n                \"building\": 493,\n                \"dependencies\": 274\n              }\n            },\n            {\n              \"id\": 182,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/react-dock/lib/index.js\",\n              \"name\": \"./node_modules/react-dock/lib/index.js\",\n              \"profile\": {\n                \"factory\": 276,\n                \"building\": 25\n              }\n            },\n            {\n              \"id\": 183,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/react-dock/lib/Dock.js\",\n              \"name\": \"./node_modules/react-dock/lib/Dock.js\",\n              \"profile\": {\n                \"factory\": 285,\n                \"building\": 69,\n                \"dependencies\": 23\n              }\n            }\n          ],\n          \"profile\": {\n            \"factory\": 220,\n            \"building\": 19\n          },\n          \"failed\": false,\n          \"errors\": 0,\n          \"warnings\": 0,\n          \"assets\": [],\n          \"reasons\": [\n            {\n              \"moduleId\": 183,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/react-dock/lib/Dock.js\",\n              \"module\": \"./node_modules/react-dock/lib/Dock.js\",\n              \"moduleName\": \"./node_modules/react-dock/lib/Dock.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"prop-types\",\n              \"loc\": \"18:17-38\"\n            }\n          ],\n          \"usedExports\": true,\n          \"providedExports\": null,\n          \"optimizationBailout\": [\n            \"ModuleConcatenation bailout: Module is not an ECMAScript module\"\n          ],\n          \"depth\": 4,\n          \"source\": \"/**\\n * Copyright 2013-present, Facebook, Inc.\\n * All rights reserved.\\n *\\n * This source code is licensed under the BSD-style license found in the\\n * LICENSE file in the root directory of this source tree. An additional grant\\n * of patent rights can be found in the PATENTS file in the same directory.\\n */\\n\\nif (process.env.NODE_ENV !== 'production') {\\n  var REACT_ELEMENT_TYPE = (typeof Symbol === 'function' &&\\n    Symbol.for &&\\n    Symbol.for('react.element')) ||\\n    0xeac7;\\n\\n  var isValidElement = function(object) {\\n    return typeof object === 'object' &&\\n      object !== null &&\\n      object.$$typeof === REACT_ELEMENT_TYPE;\\n  };\\n\\n  // By explicitly using `prop-types` you are opting into new development behavior.\\n  // http://fb.me/prop-types-in-prod\\n  var throwOnDirectAccess = true;\\n  module.exports = require('./factoryWithTypeCheckers')(isValidElement, throwOnDirectAccess);\\n} else {\\n  // By explicitly using `prop-types` you are opting into new production behavior.\\n  // http://fb.me/prop-types-in-prod\\n  module.exports = require('./factoryWithThrowingShims')();\\n}\\n\"\n        },\n        {\n          \"id\": 185,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/prop-types/factoryWithThrowingShims.js\",\n          \"name\": \"./node_modules/prop-types/factoryWithThrowingShims.js\",\n          \"index\": 33,\n          \"index2\": 30,\n          \"size\": 1353,\n          \"cacheable\": true,\n          \"built\": true,\n          \"optional\": false,\n          \"prefetched\": false,\n          \"chunks\": [\n            1\n          ],\n          \"issuer\": \"/Users/jarred/Code/styleurl/node_modules/prop-types/index.js\",\n          \"issuerId\": 184,\n          \"issuerName\": \"./node_modules/prop-types/index.js\",\n          \"issuerPath\": [\n            {\n              \"id\": 180,\n              \"identifier\": \"multi /Users/jarred/Code/styleurl/webpack/customPublicPath /Users/jarred/Code/styleurl/chrome/extension/inject\",\n              \"name\": \"multi ./webpack/customPublicPath ./chrome/extension/inject\",\n              \"profile\": {\n                \"factory\": 0,\n                \"building\": 0,\n                \"dependencies\": 54\n              }\n            },\n            {\n              \"id\": 181,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/inject.js\",\n              \"name\": \"./chrome/extension/inject.js\",\n              \"profile\": {\n                \"factory\": 55,\n                \"building\": 493,\n                \"dependencies\": 274\n              }\n            },\n            {\n              \"id\": 182,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/react-dock/lib/index.js\",\n              \"name\": \"./node_modules/react-dock/lib/index.js\",\n              \"profile\": {\n                \"factory\": 276,\n                \"building\": 25\n              }\n            },\n            {\n              \"id\": 183,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/react-dock/lib/Dock.js\",\n              \"name\": \"./node_modules/react-dock/lib/Dock.js\",\n              \"profile\": {\n                \"factory\": 285,\n                \"building\": 69,\n                \"dependencies\": 23\n              }\n            },\n            {\n              \"id\": 184,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/prop-types/index.js\",\n              \"name\": \"./node_modules/prop-types/index.js\",\n              \"profile\": {\n                \"factory\": 220,\n                \"building\": 19\n              }\n            }\n          ],\n          \"profile\": {\n            \"factory\": 44,\n            \"building\": 23\n          },\n          \"failed\": false,\n          \"errors\": 0,\n          \"warnings\": 0,\n          \"assets\": [],\n          \"reasons\": [\n            {\n              \"moduleId\": 184,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/prop-types/index.js\",\n              \"module\": \"./node_modules/prop-types/index.js\",\n              \"moduleName\": \"./node_modules/prop-types/index.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"./factoryWithThrowingShims\",\n              \"loc\": \"29:19-56\"\n            }\n          ],\n          \"usedExports\": true,\n          \"providedExports\": null,\n          \"optimizationBailout\": [\n            \"ModuleConcatenation bailout: Module is not an ECMAScript module\"\n          ],\n          \"depth\": 5,\n          \"source\": \"/**\\n * Copyright 2013-present, Facebook, Inc.\\n * All rights reserved.\\n *\\n * This source code is licensed under the BSD-style license found in the\\n * LICENSE file in the root directory of this source tree. An additional grant\\n * of patent rights can be found in the PATENTS file in the same directory.\\n */\\n\\n'use strict';\\n\\nvar emptyFunction = require('fbjs/lib/emptyFunction');\\nvar invariant = require('fbjs/lib/invariant');\\n\\nmodule.exports = function() {\\n  // Important!\\n  // Keep this list in sync with production version in `./factoryWithTypeCheckers.js`.\\n  function shim() {\\n    invariant(\\n      false,\\n      'Calling PropTypes validators directly is not supported by the `prop-types` package. ' +\\n      'Use PropTypes.checkPropTypes() to call them. ' +\\n      'Read more at http://fb.me/use-check-prop-types'\\n    );\\n  };\\n  shim.isRequired = shim;\\n  function getShim() {\\n    return shim;\\n  };\\n  var ReactPropTypes = {\\n    array: shim,\\n    bool: shim,\\n    func: shim,\\n    number: shim,\\n    object: shim,\\n    string: shim,\\n    symbol: shim,\\n\\n    any: shim,\\n    arrayOf: getShim,\\n    element: shim,\\n    instanceOf: getShim,\\n    node: shim,\\n    objectOf: getShim,\\n    oneOf: getShim,\\n    oneOfType: getShim,\\n    shape: getShim\\n  };\\n\\n  ReactPropTypes.checkPropTypes = emptyFunction;\\n  ReactPropTypes.PropTypes = ReactPropTypes;\\n\\n  return ReactPropTypes;\\n};\\n\"\n        },\n        {\n          \"id\": 186,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/fbjs/lib/emptyFunction.js\",\n          \"name\": \"./node_modules/fbjs/lib/emptyFunction.js\",\n          \"index\": 34,\n          \"index2\": 28,\n          \"size\": 1085,\n          \"cacheable\": true,\n          \"built\": true,\n          \"optional\": false,\n          \"prefetched\": false,\n          \"chunks\": [\n            1\n          ],\n          \"issuer\": \"/Users/jarred/Code/styleurl/node_modules/prop-types/factoryWithThrowingShims.js\",\n          \"issuerId\": 185,\n          \"issuerName\": \"./node_modules/prop-types/factoryWithThrowingShims.js\",\n          \"issuerPath\": [\n            {\n              \"id\": 180,\n              \"identifier\": \"multi /Users/jarred/Code/styleurl/webpack/customPublicPath /Users/jarred/Code/styleurl/chrome/extension/inject\",\n              \"name\": \"multi ./webpack/customPublicPath ./chrome/extension/inject\",\n              \"profile\": {\n                \"factory\": 0,\n                \"building\": 0,\n                \"dependencies\": 54\n              }\n            },\n            {\n              \"id\": 181,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/inject.js\",\n              \"name\": \"./chrome/extension/inject.js\",\n              \"profile\": {\n                \"factory\": 55,\n                \"building\": 493,\n                \"dependencies\": 274\n              }\n            },\n            {\n              \"id\": 182,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/react-dock/lib/index.js\",\n              \"name\": \"./node_modules/react-dock/lib/index.js\",\n              \"profile\": {\n                \"factory\": 276,\n                \"building\": 25\n              }\n            },\n            {\n              \"id\": 183,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/react-dock/lib/Dock.js\",\n              \"name\": \"./node_modules/react-dock/lib/Dock.js\",\n              \"profile\": {\n                \"factory\": 285,\n                \"building\": 69,\n                \"dependencies\": 23\n              }\n            },\n            {\n              \"id\": 184,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/prop-types/index.js\",\n              \"name\": \"./node_modules/prop-types/index.js\",\n              \"profile\": {\n                \"factory\": 220,\n                \"building\": 19\n              }\n            },\n            {\n              \"id\": 185,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/prop-types/factoryWithThrowingShims.js\",\n              \"name\": \"./node_modules/prop-types/factoryWithThrowingShims.js\",\n              \"profile\": {\n                \"factory\": 44,\n                \"building\": 23\n              }\n            }\n          ],\n          \"profile\": {\n            \"factory\": 13,\n            \"building\": 27\n          },\n          \"failed\": false,\n          \"errors\": 0,\n          \"warnings\": 0,\n          \"assets\": [],\n          \"reasons\": [\n            {\n              \"moduleId\": 185,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/prop-types/factoryWithThrowingShims.js\",\n              \"module\": \"./node_modules/prop-types/factoryWithThrowingShims.js\",\n              \"moduleName\": \"./node_modules/prop-types/factoryWithThrowingShims.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"fbjs/lib/emptyFunction\",\n              \"loc\": \"12:20-53\"\n            }\n          ],\n          \"usedExports\": true,\n          \"providedExports\": null,\n          \"optimizationBailout\": [\n            \"ModuleConcatenation bailout: Module is not an ECMAScript module\"\n          ],\n          \"depth\": 6,\n          \"source\": \"\\\"use strict\\\";\\n\\n/**\\n * Copyright (c) 2013-present, Facebook, Inc.\\n * All rights reserved.\\n *\\n * This source code is licensed under the BSD-style license found in the\\n * LICENSE file in the root directory of this source tree. An additional grant\\n * of patent rights can be found in the PATENTS file in the same directory.\\n *\\n * \\n */\\n\\nfunction makeEmptyFunction(arg) {\\n  return function () {\\n    return arg;\\n  };\\n}\\n\\n/**\\n * This function accepts and discards inputs; it has no side effects. This is\\n * primarily useful idiomatically for overridable function endpoints which\\n * always need to be callable, since JS lacks a null-call idiom ala Cocoa.\\n */\\nvar emptyFunction = function emptyFunction() {};\\n\\nemptyFunction.thatReturns = makeEmptyFunction;\\nemptyFunction.thatReturnsFalse = makeEmptyFunction(false);\\nemptyFunction.thatReturnsTrue = makeEmptyFunction(true);\\nemptyFunction.thatReturnsNull = makeEmptyFunction(null);\\nemptyFunction.thatReturnsThis = function () {\\n  return this;\\n};\\nemptyFunction.thatReturnsArgument = function (arg) {\\n  return arg;\\n};\\n\\nmodule.exports = emptyFunction;\"\n        },\n        {\n          \"id\": 187,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/fbjs/lib/invariant.js\",\n          \"name\": \"./node_modules/fbjs/lib/invariant.js\",\n          \"index\": 35,\n          \"index2\": 29,\n          \"size\": 1632,\n          \"cacheable\": true,\n          \"built\": true,\n          \"optional\": false,\n          \"prefetched\": false,\n          \"chunks\": [\n            1\n          ],\n          \"issuer\": \"/Users/jarred/Code/styleurl/node_modules/prop-types/factoryWithThrowingShims.js\",\n          \"issuerId\": 185,\n          \"issuerName\": \"./node_modules/prop-types/factoryWithThrowingShims.js\",\n          \"issuerPath\": [\n            {\n              \"id\": 180,\n              \"identifier\": \"multi /Users/jarred/Code/styleurl/webpack/customPublicPath /Users/jarred/Code/styleurl/chrome/extension/inject\",\n              \"name\": \"multi ./webpack/customPublicPath ./chrome/extension/inject\",\n              \"profile\": {\n                \"factory\": 0,\n                \"building\": 0,\n                \"dependencies\": 54\n              }\n            },\n            {\n              \"id\": 181,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/inject.js\",\n              \"name\": \"./chrome/extension/inject.js\",\n              \"profile\": {\n                \"factory\": 55,\n                \"building\": 493,\n                \"dependencies\": 274\n              }\n            },\n            {\n              \"id\": 182,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/react-dock/lib/index.js\",\n              \"name\": \"./node_modules/react-dock/lib/index.js\",\n              \"profile\": {\n                \"factory\": 276,\n                \"building\": 25\n              }\n            },\n            {\n              \"id\": 183,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/react-dock/lib/Dock.js\",\n              \"name\": \"./node_modules/react-dock/lib/Dock.js\",\n              \"profile\": {\n                \"factory\": 285,\n                \"building\": 69,\n                \"dependencies\": 23\n              }\n            },\n            {\n              \"id\": 184,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/prop-types/index.js\",\n              \"name\": \"./node_modules/prop-types/index.js\",\n              \"profile\": {\n                \"factory\": 220,\n                \"building\": 19\n              }\n            },\n            {\n              \"id\": 185,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/prop-types/factoryWithThrowingShims.js\",\n              \"name\": \"./node_modules/prop-types/factoryWithThrowingShims.js\",\n              \"profile\": {\n                \"factory\": 44,\n                \"building\": 23\n              }\n            }\n          ],\n          \"profile\": {\n            \"factory\": 13,\n            \"building\": 27\n          },\n          \"failed\": false,\n          \"errors\": 0,\n          \"warnings\": 0,\n          \"assets\": [],\n          \"reasons\": [\n            {\n              \"moduleId\": 185,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/prop-types/factoryWithThrowingShims.js\",\n              \"module\": \"./node_modules/prop-types/factoryWithThrowingShims.js\",\n              \"moduleName\": \"./node_modules/prop-types/factoryWithThrowingShims.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"fbjs/lib/invariant\",\n              \"loc\": \"13:16-45\"\n            }\n          ],\n          \"usedExports\": true,\n          \"providedExports\": null,\n          \"optimizationBailout\": [\n            \"ModuleConcatenation bailout: Module is not an ECMAScript module\"\n          ],\n          \"depth\": 6,\n          \"source\": \"/**\\n * Copyright (c) 2013-present, Facebook, Inc.\\n * All rights reserved.\\n *\\n * This source code is licensed under the BSD-style license found in the\\n * LICENSE file in the root directory of this source tree. An additional grant\\n * of patent rights can be found in the PATENTS file in the same directory.\\n *\\n */\\n\\n'use strict';\\n\\n/**\\n * Use invariant() to assert state which your program assumes to be true.\\n *\\n * Provide sprintf-style format (only %s is supported) and arguments\\n * to provide information about what broke and what you were\\n * expecting.\\n *\\n * The invariant message will be stripped in production, but the invariant\\n * will remain to ensure logic does not differ in production.\\n */\\n\\nvar validateFormat = function validateFormat(format) {};\\n\\nif (process.env.NODE_ENV !== 'production') {\\n  validateFormat = function validateFormat(format) {\\n    if (format === undefined) {\\n      throw new Error('invariant requires an error message argument');\\n    }\\n  };\\n}\\n\\nfunction invariant(condition, format, a, b, c, d, e, f) {\\n  validateFormat(format);\\n\\n  if (!condition) {\\n    var error;\\n    if (format === undefined) {\\n      error = new Error('Minified exception occurred; use the non-minified dev environment ' + 'for the full error message and additional helpful warnings.');\\n    } else {\\n      var args = [a, b, c, d, e, f];\\n      var argIndex = 0;\\n      error = new Error(format.replace(/%s/g, function () {\\n        return args[argIndex++];\\n      }));\\n      error.name = 'Invariant Violation';\\n    }\\n\\n    error.framesToPop = 1; // we don't care about invariant's own frame\\n    throw error;\\n  }\\n}\\n\\nmodule.exports = invariant;\"\n        },\n        {\n          \"id\": 188,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash.debounce/index.js\",\n          \"name\": \"./node_modules/lodash.debounce/index.js\",\n          \"index\": 36,\n          \"index2\": 33,\n          \"size\": 7059,\n          \"cacheable\": true,\n          \"built\": true,\n          \"optional\": false,\n          \"prefetched\": false,\n          \"chunks\": [\n            1\n          ],\n          \"issuer\": \"/Users/jarred/Code/styleurl/node_modules/react-dock/lib/Dock.js\",\n          \"issuerId\": 183,\n          \"issuerName\": \"./node_modules/react-dock/lib/Dock.js\",\n          \"issuerPath\": [\n            {\n              \"id\": 180,\n              \"identifier\": \"multi /Users/jarred/Code/styleurl/webpack/customPublicPath /Users/jarred/Code/styleurl/chrome/extension/inject\",\n              \"name\": \"multi ./webpack/customPublicPath ./chrome/extension/inject\",\n              \"profile\": {\n                \"factory\": 0,\n                \"building\": 0,\n                \"dependencies\": 54\n              }\n            },\n            {\n              \"id\": 181,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/inject.js\",\n              \"name\": \"./chrome/extension/inject.js\",\n              \"profile\": {\n                \"factory\": 55,\n                \"building\": 493,\n                \"dependencies\": 274\n              }\n            },\n            {\n              \"id\": 182,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/react-dock/lib/index.js\",\n              \"name\": \"./node_modules/react-dock/lib/index.js\",\n              \"profile\": {\n                \"factory\": 276,\n                \"building\": 25\n              }\n            },\n            {\n              \"id\": 183,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/react-dock/lib/Dock.js\",\n              \"name\": \"./node_modules/react-dock/lib/Dock.js\",\n              \"profile\": {\n                \"factory\": 285,\n                \"building\": 69,\n                \"dependencies\": 23\n              }\n            }\n          ],\n          \"profile\": {\n            \"factory\": 220,\n            \"building\": 19\n          },\n          \"failed\": false,\n          \"errors\": 0,\n          \"warnings\": 0,\n          \"assets\": [],\n          \"reasons\": [\n            {\n              \"moduleId\": 183,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/react-dock/lib/Dock.js\",\n              \"module\": \"./node_modules/react-dock/lib/Dock.js\",\n              \"moduleName\": \"./node_modules/react-dock/lib/Dock.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"lodash.debounce\",\n              \"loc\": \"22:14-40\"\n            }\n          ],\n          \"usedExports\": true,\n          \"providedExports\": null,\n          \"optimizationBailout\": [\n            \"ModuleConcatenation bailout: Module is not an ECMAScript module\"\n          ],\n          \"depth\": 4,\n          \"source\": \"/**\\n * lodash 3.1.1 (Custom Build) <https://lodash.com/>\\n * Build: `lodash modern modularize exports=\\\"npm\\\" -o ./`\\n * Copyright 2012-2015 The Dojo Foundation <http://dojofoundation.org/>\\n * Based on Underscore.js 1.8.3 <http://underscorejs.org/LICENSE>\\n * Copyright 2009-2015 Jeremy Ashkenas, DocumentCloud and Investigative Reporters & Editors\\n * Available under MIT license <https://lodash.com/license>\\n */\\nvar getNative = require('lodash._getnative');\\n\\n/** Used as the `TypeError` message for \\\"Functions\\\" methods. */\\nvar FUNC_ERROR_TEXT = 'Expected a function';\\n\\n/* Native method references for those with the same name as other `lodash` methods. */\\nvar nativeMax = Math.max,\\n    nativeNow = getNative(Date, 'now');\\n\\n/**\\n * Gets the number of milliseconds that have elapsed since the Unix epoch\\n * (1 January 1970 00:00:00 UTC).\\n *\\n * @static\\n * @memberOf _\\n * @category Date\\n * @example\\n *\\n * _.defer(function(stamp) {\\n *   console.log(_.now() - stamp);\\n * }, _.now());\\n * // => logs the number of milliseconds it took for the deferred function to be invoked\\n */\\nvar now = nativeNow || function() {\\n  return new Date().getTime();\\n};\\n\\n/**\\n * Creates a debounced function that delays invoking `func` until after `wait`\\n * milliseconds have elapsed since the last time the debounced function was\\n * invoked. The debounced function comes with a `cancel` method to cancel\\n * delayed invocations. Provide an options object to indicate that `func`\\n * should be invoked on the leading and/or trailing edge of the `wait` timeout.\\n * Subsequent calls to the debounced function return the result of the last\\n * `func` invocation.\\n *\\n * **Note:** If `leading` and `trailing` options are `true`, `func` is invoked\\n * on the trailing edge of the timeout only if the the debounced function is\\n * invoked more than once during the `wait` timeout.\\n *\\n * See [David Corbacho's article](http://drupalmotion.com/article/debounce-and-throttle-visual-explanation)\\n * for details over the differences between `_.debounce` and `_.throttle`.\\n *\\n * @static\\n * @memberOf _\\n * @category Function\\n * @param {Function} func The function to debounce.\\n * @param {number} [wait=0] The number of milliseconds to delay.\\n * @param {Object} [options] The options object.\\n * @param {boolean} [options.leading=false] Specify invoking on the leading\\n *  edge of the timeout.\\n * @param {number} [options.maxWait] The maximum time `func` is allowed to be\\n *  delayed before it is invoked.\\n * @param {boolean} [options.trailing=true] Specify invoking on the trailing\\n *  edge of the timeout.\\n * @returns {Function} Returns the new debounced function.\\n * @example\\n *\\n * // avoid costly calculations while the window size is in flux\\n * jQuery(window).on('resize', _.debounce(calculateLayout, 150));\\n *\\n * // invoke `sendMail` when the click event is fired, debouncing subsequent calls\\n * jQuery('#postbox').on('click', _.debounce(sendMail, 300, {\\n *   'leading': true,\\n *   'trailing': false\\n * }));\\n *\\n * // ensure `batchLog` is invoked once after 1 second of debounced calls\\n * var source = new EventSource('/stream');\\n * jQuery(source).on('message', _.debounce(batchLog, 250, {\\n *   'maxWait': 1000\\n * }));\\n *\\n * // cancel a debounced call\\n * var todoChanges = _.debounce(batchLog, 1000);\\n * Object.observe(models.todo, todoChanges);\\n *\\n * Object.observe(models, function(changes) {\\n *   if (_.find(changes, { 'user': 'todo', 'type': 'delete'})) {\\n *     todoChanges.cancel();\\n *   }\\n * }, ['delete']);\\n *\\n * // ...at some point `models.todo` is changed\\n * models.todo.completed = true;\\n *\\n * // ...before 1 second has passed `models.todo` is deleted\\n * // which cancels the debounced `todoChanges` call\\n * delete models.todo;\\n */\\nfunction debounce(func, wait, options) {\\n  var args,\\n      maxTimeoutId,\\n      result,\\n      stamp,\\n      thisArg,\\n      timeoutId,\\n      trailingCall,\\n      lastCalled = 0,\\n      maxWait = false,\\n      trailing = true;\\n\\n  if (typeof func != 'function') {\\n    throw new TypeError(FUNC_ERROR_TEXT);\\n  }\\n  wait = wait < 0 ? 0 : (+wait || 0);\\n  if (options === true) {\\n    var leading = true;\\n    trailing = false;\\n  } else if (isObject(options)) {\\n    leading = !!options.leading;\\n    maxWait = 'maxWait' in options && nativeMax(+options.maxWait || 0, wait);\\n    trailing = 'trailing' in options ? !!options.trailing : trailing;\\n  }\\n\\n  function cancel() {\\n    if (timeoutId) {\\n      clearTimeout(timeoutId);\\n    }\\n    if (maxTimeoutId) {\\n      clearTimeout(maxTimeoutId);\\n    }\\n    lastCalled = 0;\\n    maxTimeoutId = timeoutId = trailingCall = undefined;\\n  }\\n\\n  function complete(isCalled, id) {\\n    if (id) {\\n      clearTimeout(id);\\n    }\\n    maxTimeoutId = timeoutId = trailingCall = undefined;\\n    if (isCalled) {\\n      lastCalled = now();\\n      result = func.apply(thisArg, args);\\n      if (!timeoutId && !maxTimeoutId) {\\n        args = thisArg = undefined;\\n      }\\n    }\\n  }\\n\\n  function delayed() {\\n    var remaining = wait - (now() - stamp);\\n    if (remaining <= 0 || remaining > wait) {\\n      complete(trailingCall, maxTimeoutId);\\n    } else {\\n      timeoutId = setTimeout(delayed, remaining);\\n    }\\n  }\\n\\n  function maxDelayed() {\\n    complete(trailing, timeoutId);\\n  }\\n\\n  function debounced() {\\n    args = arguments;\\n    stamp = now();\\n    thisArg = this;\\n    trailingCall = trailing && (timeoutId || !leading);\\n\\n    if (maxWait === false) {\\n      var leadingCall = leading && !timeoutId;\\n    } else {\\n      if (!maxTimeoutId && !leading) {\\n        lastCalled = stamp;\\n      }\\n      var remaining = maxWait - (stamp - lastCalled),\\n          isCalled = remaining <= 0 || remaining > maxWait;\\n\\n      if (isCalled) {\\n        if (maxTimeoutId) {\\n          maxTimeoutId = clearTimeout(maxTimeoutId);\\n        }\\n        lastCalled = stamp;\\n        result = func.apply(thisArg, args);\\n      }\\n      else if (!maxTimeoutId) {\\n        maxTimeoutId = setTimeout(maxDelayed, remaining);\\n      }\\n    }\\n    if (isCalled && timeoutId) {\\n      timeoutId = clearTimeout(timeoutId);\\n    }\\n    else if (!timeoutId && wait !== maxWait) {\\n      timeoutId = setTimeout(delayed, wait);\\n    }\\n    if (leadingCall) {\\n      isCalled = true;\\n      result = func.apply(thisArg, args);\\n    }\\n    if (isCalled && !timeoutId && !maxTimeoutId) {\\n      args = thisArg = undefined;\\n    }\\n    return result;\\n  }\\n  debounced.cancel = cancel;\\n  return debounced;\\n}\\n\\n/**\\n * Checks if `value` is the [language type](https://es5.github.io/#x8) of `Object`.\\n * (e.g. arrays, functions, objects, regexes, `new Number(0)`, and `new String('')`)\\n *\\n * @static\\n * @memberOf _\\n * @category Lang\\n * @param {*} value The value to check.\\n * @returns {boolean} Returns `true` if `value` is an object, else `false`.\\n * @example\\n *\\n * _.isObject({});\\n * // => true\\n *\\n * _.isObject([1, 2, 3]);\\n * // => true\\n *\\n * _.isObject(1);\\n * // => false\\n */\\nfunction isObject(value) {\\n  // Avoid a V8 JIT bug in Chrome 19-20.\\n  // See https://code.google.com/p/v8/issues/detail?id=2291 for more details.\\n  var type = typeof value;\\n  return !!value && (type == 'object' || type == 'function');\\n}\\n\\nmodule.exports = debounce;\\n\"\n        },\n        {\n          \"id\": 189,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash._getnative/index.js\",\n          \"name\": \"./node_modules/lodash._getnative/index.js\",\n          \"index\": 37,\n          \"index2\": 32,\n          \"size\": 3870,\n          \"cacheable\": true,\n          \"built\": true,\n          \"optional\": false,\n          \"prefetched\": false,\n          \"chunks\": [\n            1\n          ],\n          \"issuer\": \"/Users/jarred/Code/styleurl/node_modules/lodash.debounce/index.js\",\n          \"issuerId\": 188,\n          \"issuerName\": \"./node_modules/lodash.debounce/index.js\",\n          \"issuerPath\": [\n            {\n              \"id\": 180,\n              \"identifier\": \"multi /Users/jarred/Code/styleurl/webpack/customPublicPath /Users/jarred/Code/styleurl/chrome/extension/inject\",\n              \"name\": \"multi ./webpack/customPublicPath ./chrome/extension/inject\",\n              \"profile\": {\n                \"factory\": 0,\n                \"building\": 0,\n                \"dependencies\": 54\n              }\n            },\n            {\n              \"id\": 181,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/inject.js\",\n              \"name\": \"./chrome/extension/inject.js\",\n              \"profile\": {\n                \"factory\": 55,\n                \"building\": 493,\n                \"dependencies\": 274\n              }\n            },\n            {\n              \"id\": 182,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/react-dock/lib/index.js\",\n              \"name\": \"./node_modules/react-dock/lib/index.js\",\n              \"profile\": {\n                \"factory\": 276,\n                \"building\": 25\n              }\n            },\n            {\n              \"id\": 183,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/react-dock/lib/Dock.js\",\n              \"name\": \"./node_modules/react-dock/lib/Dock.js\",\n              \"profile\": {\n                \"factory\": 285,\n                \"building\": 69,\n                \"dependencies\": 23\n              }\n            },\n            {\n              \"id\": 188,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash.debounce/index.js\",\n              \"name\": \"./node_modules/lodash.debounce/index.js\",\n              \"profile\": {\n                \"factory\": 220,\n                \"building\": 19\n              }\n            }\n          ],\n          \"profile\": {\n            \"factory\": 113,\n            \"building\": 13\n          },\n          \"failed\": false,\n          \"errors\": 0,\n          \"warnings\": 0,\n          \"assets\": [],\n          \"reasons\": [\n            {\n              \"moduleId\": 188,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash.debounce/index.js\",\n              \"module\": \"./node_modules/lodash.debounce/index.js\",\n              \"moduleName\": \"./node_modules/lodash.debounce/index.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"lodash._getnative\",\n              \"loc\": \"9:16-44\"\n            }\n          ],\n          \"usedExports\": true,\n          \"providedExports\": null,\n          \"optimizationBailout\": [\n            \"ModuleConcatenation bailout: Module is not an ECMAScript module\"\n          ],\n          \"depth\": 5,\n          \"source\": \"/**\\n * lodash 3.9.1 (Custom Build) <https://lodash.com/>\\n * Build: `lodash modern modularize exports=\\\"npm\\\" -o ./`\\n * Copyright 2012-2015 The Dojo Foundation <http://dojofoundation.org/>\\n * Based on Underscore.js 1.8.3 <http://underscorejs.org/LICENSE>\\n * Copyright 2009-2015 Jeremy Ashkenas, DocumentCloud and Investigative Reporters & Editors\\n * Available under MIT license <https://lodash.com/license>\\n */\\n\\n/** `Object#toString` result references. */\\nvar funcTag = '[object Function]';\\n\\n/** Used to detect host constructors (Safari > 5). */\\nvar reIsHostCtor = /^\\\\[object .+?Constructor\\\\]$/;\\n\\n/**\\n * Checks if `value` is object-like.\\n *\\n * @private\\n * @param {*} value The value to check.\\n * @returns {boolean} Returns `true` if `value` is object-like, else `false`.\\n */\\nfunction isObjectLike(value) {\\n  return !!value && typeof value == 'object';\\n}\\n\\n/** Used for native method references. */\\nvar objectProto = Object.prototype;\\n\\n/** Used to resolve the decompiled source of functions. */\\nvar fnToString = Function.prototype.toString;\\n\\n/** Used to check objects for own properties. */\\nvar hasOwnProperty = objectProto.hasOwnProperty;\\n\\n/**\\n * Used to resolve the [`toStringTag`](http://ecma-international.org/ecma-262/6.0/#sec-object.prototype.tostring)\\n * of values.\\n */\\nvar objToString = objectProto.toString;\\n\\n/** Used to detect if a method is native. */\\nvar reIsNative = RegExp('^' +\\n  fnToString.call(hasOwnProperty).replace(/[\\\\\\\\^$.*+?()[\\\\]{}|]/g, '\\\\\\\\$&')\\n  .replace(/hasOwnProperty|(function).*?(?=\\\\\\\\\\\\()| for .+?(?=\\\\\\\\\\\\])/g, '$1.*?') + '$'\\n);\\n\\n/**\\n * Gets the native function at `key` of `object`.\\n *\\n * @private\\n * @param {Object} object The object to query.\\n * @param {string} key The key of the method to get.\\n * @returns {*} Returns the function if it's native, else `undefined`.\\n */\\nfunction getNative(object, key) {\\n  var value = object == null ? undefined : object[key];\\n  return isNative(value) ? value : undefined;\\n}\\n\\n/**\\n * Checks if `value` is classified as a `Function` object.\\n *\\n * @static\\n * @memberOf _\\n * @category Lang\\n * @param {*} value The value to check.\\n * @returns {boolean} Returns `true` if `value` is correctly classified, else `false`.\\n * @example\\n *\\n * _.isFunction(_);\\n * // => true\\n *\\n * _.isFunction(/abc/);\\n * // => false\\n */\\nfunction isFunction(value) {\\n  // The use of `Object#toString` avoids issues with the `typeof` operator\\n  // in older versions of Chrome and Safari which return 'function' for regexes\\n  // and Safari 8 equivalents which return 'object' for typed array constructors.\\n  return isObject(value) && objToString.call(value) == funcTag;\\n}\\n\\n/**\\n * Checks if `value` is the [language type](https://es5.github.io/#x8) of `Object`.\\n * (e.g. arrays, functions, objects, regexes, `new Number(0)`, and `new String('')`)\\n *\\n * @static\\n * @memberOf _\\n * @category Lang\\n * @param {*} value The value to check.\\n * @returns {boolean} Returns `true` if `value` is an object, else `false`.\\n * @example\\n *\\n * _.isObject({});\\n * // => true\\n *\\n * _.isObject([1, 2, 3]);\\n * // => true\\n *\\n * _.isObject(1);\\n * // => false\\n */\\nfunction isObject(value) {\\n  // Avoid a V8 JIT bug in Chrome 19-20.\\n  // See https://code.google.com/p/v8/issues/detail?id=2291 for more details.\\n  var type = typeof value;\\n  return !!value && (type == 'object' || type == 'function');\\n}\\n\\n/**\\n * Checks if `value` is a native function.\\n *\\n * @static\\n * @memberOf _\\n * @category Lang\\n * @param {*} value The value to check.\\n * @returns {boolean} Returns `true` if `value` is a native function, else `false`.\\n * @example\\n *\\n * _.isNative(Array.prototype.push);\\n * // => true\\n *\\n * _.isNative(_);\\n * // => false\\n */\\nfunction isNative(value) {\\n  if (value == null) {\\n    return false;\\n  }\\n  if (isFunction(value)) {\\n    return reIsNative.test(fnToString.call(value));\\n  }\\n  return isObjectLike(value) && reIsHostCtor.test(value);\\n}\\n\\nmodule.exports = getNative;\\n\"\n        },\n        {\n          \"id\": 190,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/react-dock/lib/autoprefix.js\",\n          \"name\": \"./node_modules/react-dock/lib/autoprefix.js\",\n          \"index\": 38,\n          \"index2\": 34,\n          \"size\": 1455,\n          \"cacheable\": true,\n          \"built\": true,\n          \"optional\": false,\n          \"prefetched\": false,\n          \"chunks\": [\n            1\n          ],\n          \"issuer\": \"/Users/jarred/Code/styleurl/node_modules/react-dock/lib/Dock.js\",\n          \"issuerId\": 183,\n          \"issuerName\": \"./node_modules/react-dock/lib/Dock.js\",\n          \"issuerPath\": [\n            {\n              \"id\": 180,\n              \"identifier\": \"multi /Users/jarred/Code/styleurl/webpack/customPublicPath /Users/jarred/Code/styleurl/chrome/extension/inject\",\n              \"name\": \"multi ./webpack/customPublicPath ./chrome/extension/inject\",\n              \"profile\": {\n                \"factory\": 0,\n                \"building\": 0,\n                \"dependencies\": 54\n              }\n            },\n            {\n              \"id\": 181,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/inject.js\",\n              \"name\": \"./chrome/extension/inject.js\",\n              \"profile\": {\n                \"factory\": 55,\n                \"building\": 493,\n                \"dependencies\": 274\n              }\n            },\n            {\n              \"id\": 182,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/react-dock/lib/index.js\",\n              \"name\": \"./node_modules/react-dock/lib/index.js\",\n              \"profile\": {\n                \"factory\": 276,\n                \"building\": 25\n              }\n            },\n            {\n              \"id\": 183,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/react-dock/lib/Dock.js\",\n              \"name\": \"./node_modules/react-dock/lib/Dock.js\",\n              \"profile\": {\n                \"factory\": 285,\n                \"building\": 69,\n                \"dependencies\": 23\n              }\n            }\n          ],\n          \"profile\": {\n            \"factory\": 220,\n            \"building\": 19\n          },\n          \"failed\": false,\n          \"errors\": 0,\n          \"warnings\": 0,\n          \"assets\": [],\n          \"reasons\": [\n            {\n              \"moduleId\": 183,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/react-dock/lib/Dock.js\",\n              \"module\": \"./node_modules/react-dock/lib/Dock.js\",\n              \"moduleName\": \"./node_modules/react-dock/lib/Dock.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"./autoprefix\",\n              \"loc\": \"26:18-41\"\n            }\n          ],\n          \"usedExports\": true,\n          \"providedExports\": null,\n          \"optimizationBailout\": [\n            \"ModuleConcatenation bailout: Module is not an ECMAScript module\"\n          ],\n          \"depth\": 4,\n          \"source\": \"'use strict';\\n\\nObject.defineProperty(exports, \\\"__esModule\\\", {\\n  value: true\\n});\\n\\nvar _extends = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; };\\n\\nexports.default = autoprefix;\\n// Same as https://github.com/SimenB/react-vendor-prefixes/blob/master/src/index.js,\\n// but dumber\\n\\nvar vendorSpecificProperties = ['animation', 'animationDelay', 'animationDirection', 'animationDuration', 'animationFillMode', 'animationIterationCount', 'animationName', 'animationPlayState', 'animationTimingFunction', 'appearance', 'backfaceVisibility', 'backgroundClip', 'borderImage', 'borderImageSlice', 'boxSizing', 'boxShadow', 'contentColumns', 'transform', 'transformOrigin', 'transformStyle', 'transition', 'transitionDelay', 'transitionDuration', 'transitionProperty', 'transitionTimingFunction', 'perspective', 'perspectiveOrigin', 'userSelect'];\\n\\nvar prefixes = ['Moz', 'Webkit', 'ms', 'O'];\\n\\nfunction prefixProp(key, value) {\\n  return prefixes.reduce(function (obj, pre) {\\n    return obj[pre + key[0].toUpperCase() + key.substr(1)] = value, obj;\\n  }, {});\\n}\\n\\nfunction autoprefix(style) {\\n  return Object.keys(style).reduce(function (obj, key) {\\n    return vendorSpecificProperties.indexOf(key) !== -1 ? _extends({}, obj, prefixProp(key, style[key])) : obj;\\n  }, style);\\n}\"\n        }\n      ],\n      \"filteredModules\": 0,\n      \"origins\": [\n        {\n          \"module\": \"\",\n          \"moduleIdentifier\": \"\",\n          \"moduleName\": \"\",\n          \"loc\": \"inject\",\n          \"request\": null,\n          \"reasons\": []\n        }\n      ]\n    },\n    {\n      \"id\": 2,\n      \"rendered\": true,\n      \"initial\": true,\n      \"entry\": true,\n      \"size\": 2238111,\n      \"names\": [\n        \"background\"\n      ],\n      \"files\": [\n        \"background.bundle.js\"\n      ],\n      \"hash\": \"0adfb725fb29e3d64e6c\",\n      \"siblings\": [],\n      \"parents\": [],\n      \"children\": [],\n      \"childrenByOrder\": {},\n      \"modules\": [\n        {\n          \"id\": 0,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/js-yaml/lib/js-yaml/type.js\",\n          \"name\": \"./node_modules/js-yaml/lib/js-yaml/type.js\",\n          \"index\": 177,\n          \"index2\": 168,\n          \"size\": 1586,\n          \"cacheable\": true,\n          \"built\": true,\n          \"optional\": false,\n          \"prefetched\": false,\n          \"chunks\": [\n            2,\n            4\n          ],\n          \"issuer\": \"/Users/jarred/Code/styleurl/node_modules/js-yaml/lib/js-yaml.js\",\n          \"issuerId\": 105,\n          \"issuerName\": \"./node_modules/js-yaml/lib/js-yaml.js\",\n          \"issuerPath\": [\n            {\n              \"id\": 350,\n              \"identifier\": \"multi /Users/jarred/Code/styleurl/webpack/customPublicPath /Users/jarred/Code/styleurl/chrome/extension/github_gist_content_script\",\n              \"name\": \"multi ./webpack/customPublicPath ./chrome/extension/github_gist_content_script\",\n              \"profile\": {\n                \"factory\": 0,\n                \"building\": 0,\n                \"dependencies\": 53\n              }\n            },\n            {\n              \"id\": 351,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/github_gist_content_script.js\",\n              \"name\": \"./chrome/extension/github_gist_content_script.js\",\n              \"profile\": {\n                \"factory\": 54,\n                \"building\": 576,\n                \"dependencies\": 194\n              }\n            },\n            {\n              \"id\": 55,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/lib/stylefile.js\",\n              \"name\": \"./chrome/extension/lib/stylefile.js\",\n              \"profile\": {\n                \"factory\": 194,\n                \"building\": 246,\n                \"dependencies\": 40\n              }\n            },\n            {\n              \"id\": 104,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/js-yaml/index.js\",\n              \"name\": \"./node_modules/js-yaml/index.js\",\n              \"profile\": {\n                \"factory\": 408,\n                \"building\": 42\n              }\n            },\n            {\n              \"id\": 105,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/js-yaml/lib/js-yaml.js\",\n              \"name\": \"./node_modules/js-yaml/lib/js-yaml.js\",\n              \"profile\": {\n                \"factory\": 96,\n                \"building\": 77\n              }\n            }\n          ],\n          \"profile\": {\n            \"factory\": 33,\n            \"building\": 66,\n            \"dependencies\": 42\n          },\n          \"failed\": false,\n          \"errors\": 0,\n          \"warnings\": 0,\n          \"assets\": [],\n          \"reasons\": [\n            {\n              \"moduleId\": 11,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/js-yaml/lib/js-yaml/schema.js\",\n              \"module\": \"./node_modules/js-yaml/lib/js-yaml/schema.js\",\n              \"moduleName\": \"./node_modules/js-yaml/lib/js-yaml/schema.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"./type\",\n              \"loc\": \"7:20-37\"\n            },\n            {\n              \"moduleId\": 105,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/js-yaml/lib/js-yaml.js\",\n              \"module\": \"./node_modules/js-yaml/lib/js-yaml.js\",\n              \"moduleName\": \"./node_modules/js-yaml/lib/js-yaml.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"./js-yaml/type\",\n              \"loc\": \"15:37-62\"\n            },\n            {\n              \"moduleId\": 108,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/js-yaml/lib/js-yaml/type/str.js\",\n              \"module\": \"./node_modules/js-yaml/lib/js-yaml/type/str.js\",\n              \"moduleName\": \"./node_modules/js-yaml/lib/js-yaml/type/str.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"../type\",\n              \"loc\": \"3:11-29\"\n            },\n            {\n              \"moduleId\": 109,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/js-yaml/lib/js-yaml/type/seq.js\",\n              \"module\": \"./node_modules/js-yaml/lib/js-yaml/type/seq.js\",\n              \"moduleName\": \"./node_modules/js-yaml/lib/js-yaml/type/seq.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"../type\",\n              \"loc\": \"3:11-29\"\n            },\n            {\n              \"moduleId\": 110,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/js-yaml/lib/js-yaml/type/map.js\",\n              \"module\": \"./node_modules/js-yaml/lib/js-yaml/type/map.js\",\n              \"moduleName\": \"./node_modules/js-yaml/lib/js-yaml/type/map.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"../type\",\n              \"loc\": \"3:11-29\"\n            },\n            {\n              \"moduleId\": 111,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/js-yaml/lib/js-yaml/type/null.js\",\n              \"module\": \"./node_modules/js-yaml/lib/js-yaml/type/null.js\",\n              \"moduleName\": \"./node_modules/js-yaml/lib/js-yaml/type/null.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"../type\",\n              \"loc\": \"3:11-29\"\n            },\n            {\n              \"moduleId\": 112,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/js-yaml/lib/js-yaml/type/bool.js\",\n              \"module\": \"./node_modules/js-yaml/lib/js-yaml/type/bool.js\",\n              \"moduleName\": \"./node_modules/js-yaml/lib/js-yaml/type/bool.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"../type\",\n              \"loc\": \"3:11-29\"\n            },\n            {\n              \"moduleId\": 113,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/js-yaml/lib/js-yaml/type/int.js\",\n              \"module\": \"./node_modules/js-yaml/lib/js-yaml/type/int.js\",\n              \"moduleName\": \"./node_modules/js-yaml/lib/js-yaml/type/int.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"../type\",\n              \"loc\": \"4:13-31\"\n            },\n            {\n              \"moduleId\": 114,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/js-yaml/lib/js-yaml/type/float.js\",\n              \"module\": \"./node_modules/js-yaml/lib/js-yaml/type/float.js\",\n              \"moduleName\": \"./node_modules/js-yaml/lib/js-yaml/type/float.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"../type\",\n              \"loc\": \"4:13-31\"\n            },\n            {\n              \"moduleId\": 115,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/js-yaml/lib/js-yaml/type/timestamp.js\",\n              \"module\": \"./node_modules/js-yaml/lib/js-yaml/type/timestamp.js\",\n              \"moduleName\": \"./node_modules/js-yaml/lib/js-yaml/type/timestamp.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"../type\",\n              \"loc\": \"3:11-29\"\n            },\n            {\n              \"moduleId\": 116,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/js-yaml/lib/js-yaml/type/merge.js\",\n              \"module\": \"./node_modules/js-yaml/lib/js-yaml/type/merge.js\",\n              \"moduleName\": \"./node_modules/js-yaml/lib/js-yaml/type/merge.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"../type\",\n              \"loc\": \"3:11-29\"\n            },\n            {\n              \"moduleId\": 117,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/js-yaml/lib/js-yaml/type/binary.js\",\n              \"module\": \"./node_modules/js-yaml/lib/js-yaml/type/binary.js\",\n              \"moduleName\": \"./node_modules/js-yaml/lib/js-yaml/type/binary.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"../type\",\n              \"loc\": \"13:17-35\"\n            },\n            {\n              \"moduleId\": 120,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/js-yaml/lib/js-yaml/type/omap.js\",\n              \"module\": \"./node_modules/js-yaml/lib/js-yaml/type/omap.js\",\n              \"moduleName\": \"./node_modules/js-yaml/lib/js-yaml/type/omap.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"../type\",\n              \"loc\": \"3:11-29\"\n            },\n            {\n              \"moduleId\": 121,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/js-yaml/lib/js-yaml/type/pairs.js\",\n              \"module\": \"./node_modules/js-yaml/lib/js-yaml/type/pairs.js\",\n              \"moduleName\": \"./node_modules/js-yaml/lib/js-yaml/type/pairs.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"../type\",\n              \"loc\": \"3:11-29\"\n            },\n            {\n              \"moduleId\": 122,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/js-yaml/lib/js-yaml/type/set.js\",\n              \"module\": \"./node_modules/js-yaml/lib/js-yaml/type/set.js\",\n              \"moduleName\": \"./node_modules/js-yaml/lib/js-yaml/type/set.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"../type\",\n              \"loc\": \"3:11-29\"\n            },\n            {\n              \"moduleId\": 123,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/js-yaml/lib/js-yaml/type/js/undefined.js\",\n              \"module\": \"./node_modules/js-yaml/lib/js-yaml/type/js/undefined.js\",\n              \"moduleName\": \"./node_modules/js-yaml/lib/js-yaml/type/js/undefined.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"../../type\",\n              \"loc\": \"3:11-32\"\n            },\n            {\n              \"moduleId\": 124,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/js-yaml/lib/js-yaml/type/js/regexp.js\",\n              \"module\": \"./node_modules/js-yaml/lib/js-yaml/type/js/regexp.js\",\n              \"moduleName\": \"./node_modules/js-yaml/lib/js-yaml/type/js/regexp.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"../../type\",\n              \"loc\": \"3:11-32\"\n            },\n            {\n              \"moduleId\": 125,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/js-yaml/lib/js-yaml/type/js/function.js\",\n              \"module\": \"./node_modules/js-yaml/lib/js-yaml/type/js/function.js\",\n              \"moduleName\": \"./node_modules/js-yaml/lib/js-yaml/type/js/function.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"../../type\",\n              \"loc\": \"21:11-32\"\n            }\n          ],\n          \"usedExports\": true,\n          \"providedExports\": null,\n          \"optimizationBailout\": [\n            \"ModuleConcatenation bailout: Module is not an ECMAScript module\"\n          ],\n          \"depth\": 5,\n          \"source\": \"'use strict';\\n\\nvar YAMLException = require('./exception');\\n\\nvar TYPE_CONSTRUCTOR_OPTIONS = [\\n  'kind',\\n  'resolve',\\n  'construct',\\n  'instanceOf',\\n  'predicate',\\n  'represent',\\n  'defaultStyle',\\n  'styleAliases'\\n];\\n\\nvar YAML_NODE_KINDS = [\\n  'scalar',\\n  'sequence',\\n  'mapping'\\n];\\n\\nfunction compileStyleAliases(map) {\\n  var result = {};\\n\\n  if (map !== null) {\\n    Object.keys(map).forEach(function (style) {\\n      map[style].forEach(function (alias) {\\n        result[String(alias)] = style;\\n      });\\n    });\\n  }\\n\\n  return result;\\n}\\n\\nfunction Type(tag, options) {\\n  options = options || {};\\n\\n  Object.keys(options).forEach(function (name) {\\n    if (TYPE_CONSTRUCTOR_OPTIONS.indexOf(name) === -1) {\\n      throw new YAMLException('Unknown option \\\"' + name + '\\\" is met in definition of \\\"' + tag + '\\\" YAML type.');\\n    }\\n  });\\n\\n  // TODO: Add tag format check.\\n  this.tag          = tag;\\n  this.kind         = options['kind']         || null;\\n  this.resolve      = options['resolve']      || function () { return true; };\\n  this.construct    = options['construct']    || function (data) { return data; };\\n  this.instanceOf   = options['instanceOf']   || null;\\n  this.predicate    = options['predicate']    || null;\\n  this.represent    = options['represent']    || null;\\n  this.defaultStyle = options['defaultStyle'] || null;\\n  this.styleAliases = compileStyleAliases(options['styleAliases'] || null);\\n\\n  if (YAML_NODE_KINDS.indexOf(this.kind) === -1) {\\n    throw new YAMLException('Unknown kind \\\"' + this.kind + '\\\" is specified for \\\"' + tag + '\\\" YAML type.');\\n  }\\n}\\n\\nmodule.exports = Type;\\n\"\n        },\n        {\n          \"id\": 1,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/buffer/index.js\",\n          \"name\": \"./node_modules/buffer/index.js\",\n          \"index\": 191,\n          \"index2\": 185,\n          \"size\": 48610,\n          \"cacheable\": true,\n          \"built\": true,\n          \"optional\": false,\n          \"prefetched\": false,\n          \"chunks\": [\n            2,\n            4\n          ],\n          \"issuer\": \"/Users/jarred/Code/styleurl/node_modules/native-css/src/native-css.js\",\n          \"issuerId\": 257,\n          \"issuerName\": \"./node_modules/native-css/src/native-css.js\",\n          \"issuerPath\": [\n            {\n              \"id\": 191,\n              \"identifier\": \"multi /Users/jarred/Code/styleurl/webpack/customPublicPath /Users/jarred/Code/styleurl/chrome/extension/background\",\n              \"name\": \"multi ./webpack/customPublicPath ./chrome/extension/background\",\n              \"profile\": {\n                \"factory\": 0,\n                \"building\": 0,\n                \"dependencies\": 54\n              }\n            },\n            {\n              \"id\": 192,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/background.js\",\n              \"name\": \"./chrome/extension/background.js\",\n              \"profile\": {\n                \"factory\": 54,\n                \"building\": 639,\n                \"dependencies\": 140\n              }\n            },\n            {\n              \"id\": 255,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/stylesheet-differ/lib/index.js\",\n              \"name\": \"./node_modules/stylesheet-differ/lib/index.js\",\n              \"profile\": {\n                \"factory\": 140,\n                \"building\": 568,\n                \"dependencies\": 1\n              }\n            },\n            {\n              \"id\": 256,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/native-css/index.js\",\n              \"name\": \"./node_modules/native-css/index.js\",\n              \"profile\": {\n                \"factory\": 189,\n                \"building\": 603,\n                \"dependencies\": 1\n              }\n            },\n            {\n              \"id\": 257,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/native-css/src/native-css.js\",\n              \"name\": \"./node_modules/native-css/src/native-css.js\",\n              \"profile\": {\n                \"factory\": 26,\n                \"building\": 63,\n                \"dependencies\": 14\n              }\n            }\n          ],\n          \"profile\": {\n            \"factory\": 117,\n            \"building\": 25,\n            \"dependencies\": 27\n          },\n          \"failed\": false,\n          \"errors\": 0,\n          \"warnings\": 0,\n          \"assets\": [],\n          \"reasons\": [\n            {\n              \"moduleId\": 17,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/core-util-is/lib/util.js\",\n              \"module\": \"./node_modules/core-util-is/lib/util.js\",\n              \"moduleName\": \"./node_modules/core-util-is/lib/util.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"Buffer\",\n              \"loc\": \"1:0-34\"\n            },\n            {\n              \"moduleId\": 71,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/safe-buffer/index.js\",\n              \"module\": \"./node_modules/safe-buffer/index.js\",\n              \"moduleName\": \"./node_modules/safe-buffer/index.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"buffer\",\n              \"loc\": \"2:13-30\"\n            },\n            {\n              \"moduleId\": 117,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/js-yaml/lib/js-yaml/type/binary.js\",\n              \"module\": \"./node_modules/js-yaml/lib/js-yaml/type/binary.js\",\n              \"moduleName\": \"./node_modules/js-yaml/lib/js-yaml/type/binary.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"buffer\",\n              \"loc\": \"10:15-33\"\n            },\n            {\n              \"moduleId\": 133,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/buffer-shims/index.js\",\n              \"module\": \"./node_modules/buffer-shims/index.js\",\n              \"moduleName\": \"./node_modules/buffer-shims/index.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"buffer\",\n              \"loc\": \"3:13-30\"\n            },\n            {\n              \"moduleId\": 134,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/readable-stream/lib/_stream_writable.js\",\n              \"module\": \"./node_modules/readable-stream/lib/_stream_writable.js\",\n              \"moduleName\": \"./node_modules/readable-stream/lib/_stream_writable.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"buffer\",\n              \"loc\": \"38:13-30\"\n            },\n            {\n              \"moduleId\": 148,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/memfs/lib/node.js\",\n              \"module\": \"./node_modules/memfs/lib/node.js\",\n              \"moduleName\": \"./node_modules/memfs/lib/node.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"Buffer\",\n              \"loc\": \"1:0-34\"\n            },\n            {\n              \"moduleId\": 151,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/readable-stream/lib/_stream_readable.js\",\n              \"module\": \"./node_modules/readable-stream/lib/_stream_readable.js\",\n              \"moduleName\": \"./node_modules/readable-stream/lib/_stream_readable.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"buffer\",\n              \"loc\": \"31:13-30\"\n            },\n            {\n              \"moduleId\": 159,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/stream-http/lib/response.js\",\n              \"module\": \"./node_modules/stream-http/lib/response.js\",\n              \"moduleName\": \"./node_modules/stream-http/lib/response.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"Buffer\",\n              \"loc\": \"1:0-34\"\n            },\n            {\n              \"moduleId\": 257,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/native-css/src/native-css.js\",\n              \"module\": \"./node_modules/native-css/src/native-css.js\",\n              \"moduleName\": \"./node_modules/native-css/src/native-css.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"Buffer\",\n              \"loc\": \"1:0-34\"\n            },\n            {\n              \"moduleId\": 260,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/memfs/lib/volume.js\",\n              \"module\": \"./node_modules/memfs/lib/volume.js\",\n              \"moduleName\": \"./node_modules/memfs/lib/volume.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"buffer\",\n              \"loc\": \"16:15-32\"\n            },\n            {\n              \"moduleId\": 267,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/readable-stream/lib/internal/streams/BufferList.js\",\n              \"module\": \"./node_modules/readable-stream/lib/internal/streams/BufferList.js\",\n              \"moduleName\": \"./node_modules/readable-stream/lib/internal/streams/BufferList.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"buffer\",\n              \"loc\": \"3:13-30\"\n            },\n            {\n              \"moduleId\": 293,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/fetch/lib/fetch.js\",\n              \"module\": \"./node_modules/fetch/lib/fetch.js\",\n              \"moduleName\": \"./node_modules/fetch/lib/fetch.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"Buffer\",\n              \"loc\": \"1:0-34\"\n            },\n            {\n              \"moduleId\": 294,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/stream-http/lib/request.js\",\n              \"module\": \"./node_modules/stream-http/lib/request.js\",\n              \"moduleName\": \"./node_modules/stream-http/lib/request.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"Buffer\",\n              \"loc\": \"1:0-34\"\n            },\n            {\n              \"moduleId\": 298,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/to-arraybuffer/index.js\",\n              \"module\": \"./node_modules/to-arraybuffer/index.js\",\n              \"moduleName\": \"./node_modules/to-arraybuffer/index.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"buffer\",\n              \"loc\": \"1:13-30\"\n            },\n            {\n              \"moduleId\": 302,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/browserify-zlib/lib/index.js\",\n              \"module\": \"./node_modules/browserify-zlib/lib/index.js\",\n              \"moduleName\": \"./node_modules/browserify-zlib/lib/index.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"buffer\",\n              \"loc\": \"8:17-34\"\n            },\n            {\n              \"moduleId\": 302,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/browserify-zlib/lib/index.js\",\n              \"module\": \"./node_modules/browserify-zlib/lib/index.js\",\n              \"moduleName\": \"./node_modules/browserify-zlib/lib/index.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"buffer\",\n              \"loc\": \"3:13-30\"\n            },\n            {\n              \"moduleId\": 303,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/browserify-zlib/lib/binding.js\",\n              \"module\": \"./node_modules/browserify-zlib/lib/binding.js\",\n              \"moduleName\": \"./node_modules/browserify-zlib/lib/binding.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"Buffer\",\n              \"loc\": \"1:0-34\"\n            },\n            {\n              \"moduleId\": 313,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/encoding/lib/encoding.js\",\n              \"module\": \"./node_modules/encoding/lib/encoding.js\",\n              \"moduleName\": \"./node_modules/encoding/lib/encoding.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"Buffer\",\n              \"loc\": \"1:0-34\"\n            },\n            {\n              \"moduleId\": 314,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/iconv-lite/lib/index.js\",\n              \"module\": \"./node_modules/iconv-lite/lib/index.js\",\n              \"moduleName\": \"./node_modules/iconv-lite/lib/index.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"Buffer\",\n              \"loc\": \"1:0-34\"\n            },\n            {\n              \"moduleId\": 317,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/iconv-lite/encodings/internal.js\",\n              \"module\": \"./node_modules/iconv-lite/encodings/internal.js\",\n              \"moduleName\": \"./node_modules/iconv-lite/encodings/internal.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"Buffer\",\n              \"loc\": \"1:0-34\"\n            },\n            {\n              \"moduleId\": 318,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/iconv-lite/encodings/utf16.js\",\n              \"module\": \"./node_modules/iconv-lite/encodings/utf16.js\",\n              \"moduleName\": \"./node_modules/iconv-lite/encodings/utf16.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"Buffer\",\n              \"loc\": \"1:0-34\"\n            },\n            {\n              \"moduleId\": 319,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/iconv-lite/encodings/utf7.js\",\n              \"module\": \"./node_modules/iconv-lite/encodings/utf7.js\",\n              \"moduleName\": \"./node_modules/iconv-lite/encodings/utf7.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"Buffer\",\n              \"loc\": \"1:0-34\"\n            },\n            {\n              \"moduleId\": 320,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/iconv-lite/encodings/sbcs-codec.js\",\n              \"module\": \"./node_modules/iconv-lite/encodings/sbcs-codec.js\",\n              \"moduleName\": \"./node_modules/iconv-lite/encodings/sbcs-codec.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"Buffer\",\n              \"loc\": \"1:0-34\"\n            },\n            {\n              \"moduleId\": 323,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/iconv-lite/encodings/dbcs-codec.js\",\n              \"module\": \"./node_modules/iconv-lite/encodings/dbcs-codec.js\",\n              \"moduleName\": \"./node_modules/iconv-lite/encodings/dbcs-codec.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"Buffer\",\n              \"loc\": \"1:0-34\"\n            },\n            {\n              \"moduleId\": 330,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/iconv-lite/lib/streams.js\",\n              \"module\": \"./node_modules/iconv-lite/lib/streams.js\",\n              \"moduleName\": \"./node_modules/iconv-lite/lib/streams.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"Buffer\",\n              \"loc\": \"1:0-34\"\n            },\n            {\n              \"moduleId\": 331,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/iconv-lite/lib/extend-node.js\",\n              \"module\": \"./node_modules/iconv-lite/lib/extend-node.js\",\n              \"moduleName\": \"./node_modules/iconv-lite/lib/extend-node.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"buffer\",\n              \"loc\": \"195:25-42\"\n            },\n            {\n              \"moduleId\": 331,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/iconv-lite/lib/extend-node.js\",\n              \"module\": \"./node_modules/iconv-lite/lib/extend-node.js\",\n              \"moduleName\": \"./node_modules/iconv-lite/lib/extend-node.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"buffer\",\n              \"loc\": \"32:25-42\"\n            },\n            {\n              \"moduleId\": 331,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/iconv-lite/lib/extend-node.js\",\n              \"module\": \"./node_modules/iconv-lite/lib/extend-node.js\",\n              \"moduleName\": \"./node_modules/iconv-lite/lib/extend-node.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"Buffer\",\n              \"loc\": \"1:0-34\"\n            }\n          ],\n          \"usedExports\": true,\n          \"providedExports\": null,\n          \"optimizationBailout\": [\n            \"ModuleConcatenation bailout: Module is not an ECMAScript module\"\n          ],\n          \"depth\": 5,\n          \"source\": \"/*!\\n * The buffer module from node.js, for the browser.\\n *\\n * @author   Feross Aboukhadijeh <feross@feross.org> <http://feross.org>\\n * @license  MIT\\n */\\n/* eslint-disable no-proto */\\n\\n'use strict'\\n\\nvar base64 = require('base64-js')\\nvar ieee754 = require('ieee754')\\nvar isArray = require('isarray')\\n\\nexports.Buffer = Buffer\\nexports.SlowBuffer = SlowBuffer\\nexports.INSPECT_MAX_BYTES = 50\\n\\n/**\\n * If `Buffer.TYPED_ARRAY_SUPPORT`:\\n *   === true    Use Uint8Array implementation (fastest)\\n *   === false   Use Object implementation (most compatible, even IE6)\\n *\\n * Browsers that support typed arrays are IE 10+, Firefox 4+, Chrome 7+, Safari 5.1+,\\n * Opera 11.6+, iOS 4.2+.\\n *\\n * Due to various browser bugs, sometimes the Object implementation will be used even\\n * when the browser supports typed arrays.\\n *\\n * Note:\\n *\\n *   - Firefox 4-29 lacks support for adding new properties to `Uint8Array` instances,\\n *     See: https://bugzilla.mozilla.org/show_bug.cgi?id=695438.\\n *\\n *   - Chrome 9-10 is missing the `TypedArray.prototype.subarray` function.\\n *\\n *   - IE10 has a broken `TypedArray.prototype.subarray` function which returns arrays of\\n *     incorrect length in some situations.\\n\\n * We detect these buggy browsers and set `Buffer.TYPED_ARRAY_SUPPORT` to `false` so they\\n * get the Object implementation, which is slower but behaves correctly.\\n */\\nBuffer.TYPED_ARRAY_SUPPORT = global.TYPED_ARRAY_SUPPORT !== undefined\\n  ? global.TYPED_ARRAY_SUPPORT\\n  : typedArraySupport()\\n\\n/*\\n * Export kMaxLength after typed array support is determined.\\n */\\nexports.kMaxLength = kMaxLength()\\n\\nfunction typedArraySupport () {\\n  try {\\n    var arr = new Uint8Array(1)\\n    arr.__proto__ = {__proto__: Uint8Array.prototype, foo: function () { return 42 }}\\n    return arr.foo() === 42 && // typed array instances can be augmented\\n        typeof arr.subarray === 'function' && // chrome 9-10 lack `subarray`\\n        arr.subarray(1, 1).byteLength === 0 // ie10 has broken `subarray`\\n  } catch (e) {\\n    return false\\n  }\\n}\\n\\nfunction kMaxLength () {\\n  return Buffer.TYPED_ARRAY_SUPPORT\\n    ? 0x7fffffff\\n    : 0x3fffffff\\n}\\n\\nfunction createBuffer (that, length) {\\n  if (kMaxLength() < length) {\\n    throw new RangeError('Invalid typed array length')\\n  }\\n  if (Buffer.TYPED_ARRAY_SUPPORT) {\\n    // Return an augmented `Uint8Array` instance, for best performance\\n    that = new Uint8Array(length)\\n    that.__proto__ = Buffer.prototype\\n  } else {\\n    // Fallback: Return an object instance of the Buffer class\\n    if (that === null) {\\n      that = new Buffer(length)\\n    }\\n    that.length = length\\n  }\\n\\n  return that\\n}\\n\\n/**\\n * The Buffer constructor returns instances of `Uint8Array` that have their\\n * prototype changed to `Buffer.prototype`. Furthermore, `Buffer` is a subclass of\\n * `Uint8Array`, so the returned instances will have all the node `Buffer` methods\\n * and the `Uint8Array` methods. Square bracket notation works as expected -- it\\n * returns a single octet.\\n *\\n * The `Uint8Array` prototype remains unmodified.\\n */\\n\\nfunction Buffer (arg, encodingOrOffset, length) {\\n  if (!Buffer.TYPED_ARRAY_SUPPORT && !(this instanceof Buffer)) {\\n    return new Buffer(arg, encodingOrOffset, length)\\n  }\\n\\n  // Common case.\\n  if (typeof arg === 'number') {\\n    if (typeof encodingOrOffset === 'string') {\\n      throw new Error(\\n        'If encoding is specified then the first argument must be a string'\\n      )\\n    }\\n    return allocUnsafe(this, arg)\\n  }\\n  return from(this, arg, encodingOrOffset, length)\\n}\\n\\nBuffer.poolSize = 8192 // not used by this implementation\\n\\n// TODO: Legacy, not needed anymore. Remove in next major version.\\nBuffer._augment = function (arr) {\\n  arr.__proto__ = Buffer.prototype\\n  return arr\\n}\\n\\nfunction from (that, value, encodingOrOffset, length) {\\n  if (typeof value === 'number') {\\n    throw new TypeError('\\\"value\\\" argument must not be a number')\\n  }\\n\\n  if (typeof ArrayBuffer !== 'undefined' && value instanceof ArrayBuffer) {\\n    return fromArrayBuffer(that, value, encodingOrOffset, length)\\n  }\\n\\n  if (typeof value === 'string') {\\n    return fromString(that, value, encodingOrOffset)\\n  }\\n\\n  return fromObject(that, value)\\n}\\n\\n/**\\n * Functionally equivalent to Buffer(arg, encoding) but throws a TypeError\\n * if value is a number.\\n * Buffer.from(str[, encoding])\\n * Buffer.from(array)\\n * Buffer.from(buffer)\\n * Buffer.from(arrayBuffer[, byteOffset[, length]])\\n **/\\nBuffer.from = function (value, encodingOrOffset, length) {\\n  return from(null, value, encodingOrOffset, length)\\n}\\n\\nif (Buffer.TYPED_ARRAY_SUPPORT) {\\n  Buffer.prototype.__proto__ = Uint8Array.prototype\\n  Buffer.__proto__ = Uint8Array\\n  if (typeof Symbol !== 'undefined' && Symbol.species &&\\n      Buffer[Symbol.species] === Buffer) {\\n    // Fix subarray() in ES2016. See: https://github.com/feross/buffer/pull/97\\n    Object.defineProperty(Buffer, Symbol.species, {\\n      value: null,\\n      configurable: true\\n    })\\n  }\\n}\\n\\nfunction assertSize (size) {\\n  if (typeof size !== 'number') {\\n    throw new TypeError('\\\"size\\\" argument must be a number')\\n  } else if (size < 0) {\\n    throw new RangeError('\\\"size\\\" argument must not be negative')\\n  }\\n}\\n\\nfunction alloc (that, size, fill, encoding) {\\n  assertSize(size)\\n  if (size <= 0) {\\n    return createBuffer(that, size)\\n  }\\n  if (fill !== undefined) {\\n    // Only pay attention to encoding if it's a string. This\\n    // prevents accidentally sending in a number that would\\n    // be interpretted as a start offset.\\n    return typeof encoding === 'string'\\n      ? createBuffer(that, size).fill(fill, encoding)\\n      : createBuffer(that, size).fill(fill)\\n  }\\n  return createBuffer(that, size)\\n}\\n\\n/**\\n * Creates a new filled Buffer instance.\\n * alloc(size[, fill[, encoding]])\\n **/\\nBuffer.alloc = function (size, fill, encoding) {\\n  return alloc(null, size, fill, encoding)\\n}\\n\\nfunction allocUnsafe (that, size) {\\n  assertSize(size)\\n  that = createBuffer(that, size < 0 ? 0 : checked(size) | 0)\\n  if (!Buffer.TYPED_ARRAY_SUPPORT) {\\n    for (var i = 0; i < size; ++i) {\\n      that[i] = 0\\n    }\\n  }\\n  return that\\n}\\n\\n/**\\n * Equivalent to Buffer(num), by default creates a non-zero-filled Buffer instance.\\n * */\\nBuffer.allocUnsafe = function (size) {\\n  return allocUnsafe(null, size)\\n}\\n/**\\n * Equivalent to SlowBuffer(num), by default creates a non-zero-filled Buffer instance.\\n */\\nBuffer.allocUnsafeSlow = function (size) {\\n  return allocUnsafe(null, size)\\n}\\n\\nfunction fromString (that, string, encoding) {\\n  if (typeof encoding !== 'string' || encoding === '') {\\n    encoding = 'utf8'\\n  }\\n\\n  if (!Buffer.isEncoding(encoding)) {\\n    throw new TypeError('\\\"encoding\\\" must be a valid string encoding')\\n  }\\n\\n  var length = byteLength(string, encoding) | 0\\n  that = createBuffer(that, length)\\n\\n  var actual = that.write(string, encoding)\\n\\n  if (actual !== length) {\\n    // Writing a hex string, for example, that contains invalid characters will\\n    // cause everything after the first invalid character to be ignored. (e.g.\\n    // 'abxxcd' will be treated as 'ab')\\n    that = that.slice(0, actual)\\n  }\\n\\n  return that\\n}\\n\\nfunction fromArrayLike (that, array) {\\n  var length = array.length < 0 ? 0 : checked(array.length) | 0\\n  that = createBuffer(that, length)\\n  for (var i = 0; i < length; i += 1) {\\n    that[i] = array[i] & 255\\n  }\\n  return that\\n}\\n\\nfunction fromArrayBuffer (that, array, byteOffset, length) {\\n  array.byteLength // this throws if `array` is not a valid ArrayBuffer\\n\\n  if (byteOffset < 0 || array.byteLength < byteOffset) {\\n    throw new RangeError('\\\\'offset\\\\' is out of bounds')\\n  }\\n\\n  if (array.byteLength < byteOffset + (length || 0)) {\\n    throw new RangeError('\\\\'length\\\\' is out of bounds')\\n  }\\n\\n  if (byteOffset === undefined && length === undefined) {\\n    array = new Uint8Array(array)\\n  } else if (length === undefined) {\\n    array = new Uint8Array(array, byteOffset)\\n  } else {\\n    array = new Uint8Array(array, byteOffset, length)\\n  }\\n\\n  if (Buffer.TYPED_ARRAY_SUPPORT) {\\n    // Return an augmented `Uint8Array` instance, for best performance\\n    that = array\\n    that.__proto__ = Buffer.prototype\\n  } else {\\n    // Fallback: Return an object instance of the Buffer class\\n    that = fromArrayLike(that, array)\\n  }\\n  return that\\n}\\n\\nfunction fromObject (that, obj) {\\n  if (Buffer.isBuffer(obj)) {\\n    var len = checked(obj.length) | 0\\n    that = createBuffer(that, len)\\n\\n    if (that.length === 0) {\\n      return that\\n    }\\n\\n    obj.copy(that, 0, 0, len)\\n    return that\\n  }\\n\\n  if (obj) {\\n    if ((typeof ArrayBuffer !== 'undefined' &&\\n        obj.buffer instanceof ArrayBuffer) || 'length' in obj) {\\n      if (typeof obj.length !== 'number' || isnan(obj.length)) {\\n        return createBuffer(that, 0)\\n      }\\n      return fromArrayLike(that, obj)\\n    }\\n\\n    if (obj.type === 'Buffer' && isArray(obj.data)) {\\n      return fromArrayLike(that, obj.data)\\n    }\\n  }\\n\\n  throw new TypeError('First argument must be a string, Buffer, ArrayBuffer, Array, or array-like object.')\\n}\\n\\nfunction checked (length) {\\n  // Note: cannot use `length < kMaxLength()` here because that fails when\\n  // length is NaN (which is otherwise coerced to zero.)\\n  if (length >= kMaxLength()) {\\n    throw new RangeError('Attempt to allocate Buffer larger than maximum ' +\\n                         'size: 0x' + kMaxLength().toString(16) + ' bytes')\\n  }\\n  return length | 0\\n}\\n\\nfunction SlowBuffer (length) {\\n  if (+length != length) { // eslint-disable-line eqeqeq\\n    length = 0\\n  }\\n  return Buffer.alloc(+length)\\n}\\n\\nBuffer.isBuffer = function isBuffer (b) {\\n  return !!(b != null && b._isBuffer)\\n}\\n\\nBuffer.compare = function compare (a, b) {\\n  if (!Buffer.isBuffer(a) || !Buffer.isBuffer(b)) {\\n    throw new TypeError('Arguments must be Buffers')\\n  }\\n\\n  if (a === b) return 0\\n\\n  var x = a.length\\n  var y = b.length\\n\\n  for (var i = 0, len = Math.min(x, y); i < len; ++i) {\\n    if (a[i] !== b[i]) {\\n      x = a[i]\\n      y = b[i]\\n      break\\n    }\\n  }\\n\\n  if (x < y) return -1\\n  if (y < x) return 1\\n  return 0\\n}\\n\\nBuffer.isEncoding = function isEncoding (encoding) {\\n  switch (String(encoding).toLowerCase()) {\\n    case 'hex':\\n    case 'utf8':\\n    case 'utf-8':\\n    case 'ascii':\\n    case 'latin1':\\n    case 'binary':\\n    case 'base64':\\n    case 'ucs2':\\n    case 'ucs-2':\\n    case 'utf16le':\\n    case 'utf-16le':\\n      return true\\n    default:\\n      return false\\n  }\\n}\\n\\nBuffer.concat = function concat (list, length) {\\n  if (!isArray(list)) {\\n    throw new TypeError('\\\"list\\\" argument must be an Array of Buffers')\\n  }\\n\\n  if (list.length === 0) {\\n    return Buffer.alloc(0)\\n  }\\n\\n  var i\\n  if (length === undefined) {\\n    length = 0\\n    for (i = 0; i < list.length; ++i) {\\n      length += list[i].length\\n    }\\n  }\\n\\n  var buffer = Buffer.allocUnsafe(length)\\n  var pos = 0\\n  for (i = 0; i < list.length; ++i) {\\n    var buf = list[i]\\n    if (!Buffer.isBuffer(buf)) {\\n      throw new TypeError('\\\"list\\\" argument must be an Array of Buffers')\\n    }\\n    buf.copy(buffer, pos)\\n    pos += buf.length\\n  }\\n  return buffer\\n}\\n\\nfunction byteLength (string, encoding) {\\n  if (Buffer.isBuffer(string)) {\\n    return string.length\\n  }\\n  if (typeof ArrayBuffer !== 'undefined' && typeof ArrayBuffer.isView === 'function' &&\\n      (ArrayBuffer.isView(string) || string instanceof ArrayBuffer)) {\\n    return string.byteLength\\n  }\\n  if (typeof string !== 'string') {\\n    string = '' + string\\n  }\\n\\n  var len = string.length\\n  if (len === 0) return 0\\n\\n  // Use a for loop to avoid recursion\\n  var loweredCase = false\\n  for (;;) {\\n    switch (encoding) {\\n      case 'ascii':\\n      case 'latin1':\\n      case 'binary':\\n        return len\\n      case 'utf8':\\n      case 'utf-8':\\n      case undefined:\\n        return utf8ToBytes(string).length\\n      case 'ucs2':\\n      case 'ucs-2':\\n      case 'utf16le':\\n      case 'utf-16le':\\n        return len * 2\\n      case 'hex':\\n        return len >>> 1\\n      case 'base64':\\n        return base64ToBytes(string).length\\n      default:\\n        if (loweredCase) return utf8ToBytes(string).length // assume utf8\\n        encoding = ('' + encoding).toLowerCase()\\n        loweredCase = true\\n    }\\n  }\\n}\\nBuffer.byteLength = byteLength\\n\\nfunction slowToString (encoding, start, end) {\\n  var loweredCase = false\\n\\n  // No need to verify that \\\"this.length <= MAX_UINT32\\\" since it's a read-only\\n  // property of a typed array.\\n\\n  // This behaves neither like String nor Uint8Array in that we set start/end\\n  // to their upper/lower bounds if the value passed is out of range.\\n  // undefined is handled specially as per ECMA-262 6th Edition,\\n  // Section 13.3.3.7 Runtime Semantics: KeyedBindingInitialization.\\n  if (start === undefined || start < 0) {\\n    start = 0\\n  }\\n  // Return early if start > this.length. Done here to prevent potential uint32\\n  // coercion fail below.\\n  if (start > this.length) {\\n    return ''\\n  }\\n\\n  if (end === undefined || end > this.length) {\\n    end = this.length\\n  }\\n\\n  if (end <= 0) {\\n    return ''\\n  }\\n\\n  // Force coersion to uint32. This will also coerce falsey/NaN values to 0.\\n  end >>>= 0\\n  start >>>= 0\\n\\n  if (end <= start) {\\n    return ''\\n  }\\n\\n  if (!encoding) encoding = 'utf8'\\n\\n  while (true) {\\n    switch (encoding) {\\n      case 'hex':\\n        return hexSlice(this, start, end)\\n\\n      case 'utf8':\\n      case 'utf-8':\\n        return utf8Slice(this, start, end)\\n\\n      case 'ascii':\\n        return asciiSlice(this, start, end)\\n\\n      case 'latin1':\\n      case 'binary':\\n        return latin1Slice(this, start, end)\\n\\n      case 'base64':\\n        return base64Slice(this, start, end)\\n\\n      case 'ucs2':\\n      case 'ucs-2':\\n      case 'utf16le':\\n      case 'utf-16le':\\n        return utf16leSlice(this, start, end)\\n\\n      default:\\n        if (loweredCase) throw new TypeError('Unknown encoding: ' + encoding)\\n        encoding = (encoding + '').toLowerCase()\\n        loweredCase = true\\n    }\\n  }\\n}\\n\\n// The property is used by `Buffer.isBuffer` and `is-buffer` (in Safari 5-7) to detect\\n// Buffer instances.\\nBuffer.prototype._isBuffer = true\\n\\nfunction swap (b, n, m) {\\n  var i = b[n]\\n  b[n] = b[m]\\n  b[m] = i\\n}\\n\\nBuffer.prototype.swap16 = function swap16 () {\\n  var len = this.length\\n  if (len % 2 !== 0) {\\n    throw new RangeError('Buffer size must be a multiple of 16-bits')\\n  }\\n  for (var i = 0; i < len; i += 2) {\\n    swap(this, i, i + 1)\\n  }\\n  return this\\n}\\n\\nBuffer.prototype.swap32 = function swap32 () {\\n  var len = this.length\\n  if (len % 4 !== 0) {\\n    throw new RangeError('Buffer size must be a multiple of 32-bits')\\n  }\\n  for (var i = 0; i < len; i += 4) {\\n    swap(this, i, i + 3)\\n    swap(this, i + 1, i + 2)\\n  }\\n  return this\\n}\\n\\nBuffer.prototype.swap64 = function swap64 () {\\n  var len = this.length\\n  if (len % 8 !== 0) {\\n    throw new RangeError('Buffer size must be a multiple of 64-bits')\\n  }\\n  for (var i = 0; i < len; i += 8) {\\n    swap(this, i, i + 7)\\n    swap(this, i + 1, i + 6)\\n    swap(this, i + 2, i + 5)\\n    swap(this, i + 3, i + 4)\\n  }\\n  return this\\n}\\n\\nBuffer.prototype.toString = function toString () {\\n  var length = this.length | 0\\n  if (length === 0) return ''\\n  if (arguments.length === 0) return utf8Slice(this, 0, length)\\n  return slowToString.apply(this, arguments)\\n}\\n\\nBuffer.prototype.equals = function equals (b) {\\n  if (!Buffer.isBuffer(b)) throw new TypeError('Argument must be a Buffer')\\n  if (this === b) return true\\n  return Buffer.compare(this, b) === 0\\n}\\n\\nBuffer.prototype.inspect = function inspect () {\\n  var str = ''\\n  var max = exports.INSPECT_MAX_BYTES\\n  if (this.length > 0) {\\n    str = this.toString('hex', 0, max).match(/.{2}/g).join(' ')\\n    if (this.length > max) str += ' ... '\\n  }\\n  return '<Buffer ' + str + '>'\\n}\\n\\nBuffer.prototype.compare = function compare (target, start, end, thisStart, thisEnd) {\\n  if (!Buffer.isBuffer(target)) {\\n    throw new TypeError('Argument must be a Buffer')\\n  }\\n\\n  if (start === undefined) {\\n    start = 0\\n  }\\n  if (end === undefined) {\\n    end = target ? target.length : 0\\n  }\\n  if (thisStart === undefined) {\\n    thisStart = 0\\n  }\\n  if (thisEnd === undefined) {\\n    thisEnd = this.length\\n  }\\n\\n  if (start < 0 || end > target.length || thisStart < 0 || thisEnd > this.length) {\\n    throw new RangeError('out of range index')\\n  }\\n\\n  if (thisStart >= thisEnd && start >= end) {\\n    return 0\\n  }\\n  if (thisStart >= thisEnd) {\\n    return -1\\n  }\\n  if (start >= end) {\\n    return 1\\n  }\\n\\n  start >>>= 0\\n  end >>>= 0\\n  thisStart >>>= 0\\n  thisEnd >>>= 0\\n\\n  if (this === target) return 0\\n\\n  var x = thisEnd - thisStart\\n  var y = end - start\\n  var len = Math.min(x, y)\\n\\n  var thisCopy = this.slice(thisStart, thisEnd)\\n  var targetCopy = target.slice(start, end)\\n\\n  for (var i = 0; i < len; ++i) {\\n    if (thisCopy[i] !== targetCopy[i]) {\\n      x = thisCopy[i]\\n      y = targetCopy[i]\\n      break\\n    }\\n  }\\n\\n  if (x < y) return -1\\n  if (y < x) return 1\\n  return 0\\n}\\n\\n// Finds either the first index of `val` in `buffer` at offset >= `byteOffset`,\\n// OR the last index of `val` in `buffer` at offset <= `byteOffset`.\\n//\\n// Arguments:\\n// - buffer - a Buffer to search\\n// - val - a string, Buffer, or number\\n// - byteOffset - an index into `buffer`; will be clamped to an int32\\n// - encoding - an optional encoding, relevant is val is a string\\n// - dir - true for indexOf, false for lastIndexOf\\nfunction bidirectionalIndexOf (buffer, val, byteOffset, encoding, dir) {\\n  // Empty buffer means no match\\n  if (buffer.length === 0) return -1\\n\\n  // Normalize byteOffset\\n  if (typeof byteOffset === 'string') {\\n    encoding = byteOffset\\n    byteOffset = 0\\n  } else if (byteOffset > 0x7fffffff) {\\n    byteOffset = 0x7fffffff\\n  } else if (byteOffset < -0x80000000) {\\n    byteOffset = -0x80000000\\n  }\\n  byteOffset = +byteOffset  // Coerce to Number.\\n  if (isNaN(byteOffset)) {\\n    // byteOffset: it it's undefined, null, NaN, \\\"foo\\\", etc, search whole buffer\\n    byteOffset = dir ? 0 : (buffer.length - 1)\\n  }\\n\\n  // Normalize byteOffset: negative offsets start from the end of the buffer\\n  if (byteOffset < 0) byteOffset = buffer.length + byteOffset\\n  if (byteOffset >= buffer.length) {\\n    if (dir) return -1\\n    else byteOffset = buffer.length - 1\\n  } else if (byteOffset < 0) {\\n    if (dir) byteOffset = 0\\n    else return -1\\n  }\\n\\n  // Normalize val\\n  if (typeof val === 'string') {\\n    val = Buffer.from(val, encoding)\\n  }\\n\\n  // Finally, search either indexOf (if dir is true) or lastIndexOf\\n  if (Buffer.isBuffer(val)) {\\n    // Special case: looking for empty string/buffer always fails\\n    if (val.length === 0) {\\n      return -1\\n    }\\n    return arrayIndexOf(buffer, val, byteOffset, encoding, dir)\\n  } else if (typeof val === 'number') {\\n    val = val & 0xFF // Search for a byte value [0-255]\\n    if (Buffer.TYPED_ARRAY_SUPPORT &&\\n        typeof Uint8Array.prototype.indexOf === 'function') {\\n      if (dir) {\\n        return Uint8Array.prototype.indexOf.call(buffer, val, byteOffset)\\n      } else {\\n        return Uint8Array.prototype.lastIndexOf.call(buffer, val, byteOffset)\\n      }\\n    }\\n    return arrayIndexOf(buffer, [ val ], byteOffset, encoding, dir)\\n  }\\n\\n  throw new TypeError('val must be string, number or Buffer')\\n}\\n\\nfunction arrayIndexOf (arr, val, byteOffset, encoding, dir) {\\n  var indexSize = 1\\n  var arrLength = arr.length\\n  var valLength = val.length\\n\\n  if (encoding !== undefined) {\\n    encoding = String(encoding).toLowerCase()\\n    if (encoding === 'ucs2' || encoding === 'ucs-2' ||\\n        encoding === 'utf16le' || encoding === 'utf-16le') {\\n      if (arr.length < 2 || val.length < 2) {\\n        return -1\\n      }\\n      indexSize = 2\\n      arrLength /= 2\\n      valLength /= 2\\n      byteOffset /= 2\\n    }\\n  }\\n\\n  function read (buf, i) {\\n    if (indexSize === 1) {\\n      return buf[i]\\n    } else {\\n      return buf.readUInt16BE(i * indexSize)\\n    }\\n  }\\n\\n  var i\\n  if (dir) {\\n    var foundIndex = -1\\n    for (i = byteOffset; i < arrLength; i++) {\\n      if (read(arr, i) === read(val, foundIndex === -1 ? 0 : i - foundIndex)) {\\n        if (foundIndex === -1) foundIndex = i\\n        if (i - foundIndex + 1 === valLength) return foundIndex * indexSize\\n      } else {\\n        if (foundIndex !== -1) i -= i - foundIndex\\n        foundIndex = -1\\n      }\\n    }\\n  } else {\\n    if (byteOffset + valLength > arrLength) byteOffset = arrLength - valLength\\n    for (i = byteOffset; i >= 0; i--) {\\n      var found = true\\n      for (var j = 0; j < valLength; j++) {\\n        if (read(arr, i + j) !== read(val, j)) {\\n          found = false\\n          break\\n        }\\n      }\\n      if (found) return i\\n    }\\n  }\\n\\n  return -1\\n}\\n\\nBuffer.prototype.includes = function includes (val, byteOffset, encoding) {\\n  return this.indexOf(val, byteOffset, encoding) !== -1\\n}\\n\\nBuffer.prototype.indexOf = function indexOf (val, byteOffset, encoding) {\\n  return bidirectionalIndexOf(this, val, byteOffset, encoding, true)\\n}\\n\\nBuffer.prototype.lastIndexOf = function lastIndexOf (val, byteOffset, encoding) {\\n  return bidirectionalIndexOf(this, val, byteOffset, encoding, false)\\n}\\n\\nfunction hexWrite (buf, string, offset, length) {\\n  offset = Number(offset) || 0\\n  var remaining = buf.length - offset\\n  if (!length) {\\n    length = remaining\\n  } else {\\n    length = Number(length)\\n    if (length > remaining) {\\n      length = remaining\\n    }\\n  }\\n\\n  // must be an even number of digits\\n  var strLen = string.length\\n  if (strLen % 2 !== 0) throw new TypeError('Invalid hex string')\\n\\n  if (length > strLen / 2) {\\n    length = strLen / 2\\n  }\\n  for (var i = 0; i < length; ++i) {\\n    var parsed = parseInt(string.substr(i * 2, 2), 16)\\n    if (isNaN(parsed)) return i\\n    buf[offset + i] = parsed\\n  }\\n  return i\\n}\\n\\nfunction utf8Write (buf, string, offset, length) {\\n  return blitBuffer(utf8ToBytes(string, buf.length - offset), buf, offset, length)\\n}\\n\\nfunction asciiWrite (buf, string, offset, length) {\\n  return blitBuffer(asciiToBytes(string), buf, offset, length)\\n}\\n\\nfunction latin1Write (buf, string, offset, length) {\\n  return asciiWrite(buf, string, offset, length)\\n}\\n\\nfunction base64Write (buf, string, offset, length) {\\n  return blitBuffer(base64ToBytes(string), buf, offset, length)\\n}\\n\\nfunction ucs2Write (buf, string, offset, length) {\\n  return blitBuffer(utf16leToBytes(string, buf.length - offset), buf, offset, length)\\n}\\n\\nBuffer.prototype.write = function write (string, offset, length, encoding) {\\n  // Buffer#write(string)\\n  if (offset === undefined) {\\n    encoding = 'utf8'\\n    length = this.length\\n    offset = 0\\n  // Buffer#write(string, encoding)\\n  } else if (length === undefined && typeof offset === 'string') {\\n    encoding = offset\\n    length = this.length\\n    offset = 0\\n  // Buffer#write(string, offset[, length][, encoding])\\n  } else if (isFinite(offset)) {\\n    offset = offset | 0\\n    if (isFinite(length)) {\\n      length = length | 0\\n      if (encoding === undefined) encoding = 'utf8'\\n    } else {\\n      encoding = length\\n      length = undefined\\n    }\\n  // legacy write(string, encoding, offset, length) - remove in v0.13\\n  } else {\\n    throw new Error(\\n      'Buffer.write(string, encoding, offset[, length]) is no longer supported'\\n    )\\n  }\\n\\n  var remaining = this.length - offset\\n  if (length === undefined || length > remaining) length = remaining\\n\\n  if ((string.length > 0 && (length < 0 || offset < 0)) || offset > this.length) {\\n    throw new RangeError('Attempt to write outside buffer bounds')\\n  }\\n\\n  if (!encoding) encoding = 'utf8'\\n\\n  var loweredCase = false\\n  for (;;) {\\n    switch (encoding) {\\n      case 'hex':\\n        return hexWrite(this, string, offset, length)\\n\\n      case 'utf8':\\n      case 'utf-8':\\n        return utf8Write(this, string, offset, length)\\n\\n      case 'ascii':\\n        return asciiWrite(this, string, offset, length)\\n\\n      case 'latin1':\\n      case 'binary':\\n        return latin1Write(this, string, offset, length)\\n\\n      case 'base64':\\n        // Warning: maxLength not taken into account in base64Write\\n        return base64Write(this, string, offset, length)\\n\\n      case 'ucs2':\\n      case 'ucs-2':\\n      case 'utf16le':\\n      case 'utf-16le':\\n        return ucs2Write(this, string, offset, length)\\n\\n      default:\\n        if (loweredCase) throw new TypeError('Unknown encoding: ' + encoding)\\n        encoding = ('' + encoding).toLowerCase()\\n        loweredCase = true\\n    }\\n  }\\n}\\n\\nBuffer.prototype.toJSON = function toJSON () {\\n  return {\\n    type: 'Buffer',\\n    data: Array.prototype.slice.call(this._arr || this, 0)\\n  }\\n}\\n\\nfunction base64Slice (buf, start, end) {\\n  if (start === 0 && end === buf.length) {\\n    return base64.fromByteArray(buf)\\n  } else {\\n    return base64.fromByteArray(buf.slice(start, end))\\n  }\\n}\\n\\nfunction utf8Slice (buf, start, end) {\\n  end = Math.min(buf.length, end)\\n  var res = []\\n\\n  var i = start\\n  while (i < end) {\\n    var firstByte = buf[i]\\n    var codePoint = null\\n    var bytesPerSequence = (firstByte > 0xEF) ? 4\\n      : (firstByte > 0xDF) ? 3\\n      : (firstByte > 0xBF) ? 2\\n      : 1\\n\\n    if (i + bytesPerSequence <= end) {\\n      var secondByte, thirdByte, fourthByte, tempCodePoint\\n\\n      switch (bytesPerSequence) {\\n        case 1:\\n          if (firstByte < 0x80) {\\n            codePoint = firstByte\\n          }\\n          break\\n        case 2:\\n          secondByte = buf[i + 1]\\n          if ((secondByte & 0xC0) === 0x80) {\\n            tempCodePoint = (firstByte & 0x1F) << 0x6 | (secondByte & 0x3F)\\n            if (tempCodePoint > 0x7F) {\\n              codePoint = tempCodePoint\\n            }\\n          }\\n          break\\n        case 3:\\n          secondByte = buf[i + 1]\\n          thirdByte = buf[i + 2]\\n          if ((secondByte & 0xC0) === 0x80 && (thirdByte & 0xC0) === 0x80) {\\n            tempCodePoint = (firstByte & 0xF) << 0xC | (secondByte & 0x3F) << 0x6 | (thirdByte & 0x3F)\\n            if (tempCodePoint > 0x7FF && (tempCodePoint < 0xD800 || tempCodePoint > 0xDFFF)) {\\n              codePoint = tempCodePoint\\n            }\\n          }\\n          break\\n        case 4:\\n          secondByte = buf[i + 1]\\n          thirdByte = buf[i + 2]\\n          fourthByte = buf[i + 3]\\n          if ((secondByte & 0xC0) === 0x80 && (thirdByte & 0xC0) === 0x80 && (fourthByte & 0xC0) === 0x80) {\\n            tempCodePoint = (firstByte & 0xF) << 0x12 | (secondByte & 0x3F) << 0xC | (thirdByte & 0x3F) << 0x6 | (fourthByte & 0x3F)\\n            if (tempCodePoint > 0xFFFF && tempCodePoint < 0x110000) {\\n              codePoint = tempCodePoint\\n            }\\n          }\\n      }\\n    }\\n\\n    if (codePoint === null) {\\n      // we did not generate a valid codePoint so insert a\\n      // replacement char (U+FFFD) and advance only 1 byte\\n      codePoint = 0xFFFD\\n      bytesPerSequence = 1\\n    } else if (codePoint > 0xFFFF) {\\n      // encode to utf16 (surrogate pair dance)\\n      codePoint -= 0x10000\\n      res.push(codePoint >>> 10 & 0x3FF | 0xD800)\\n      codePoint = 0xDC00 | codePoint & 0x3FF\\n    }\\n\\n    res.push(codePoint)\\n    i += bytesPerSequence\\n  }\\n\\n  return decodeCodePointsArray(res)\\n}\\n\\n// Based on http://stackoverflow.com/a/22747272/680742, the browser with\\n// the lowest limit is Chrome, with 0x10000 args.\\n// We go 1 magnitude less, for safety\\nvar MAX_ARGUMENTS_LENGTH = 0x1000\\n\\nfunction decodeCodePointsArray (codePoints) {\\n  var len = codePoints.length\\n  if (len <= MAX_ARGUMENTS_LENGTH) {\\n    return String.fromCharCode.apply(String, codePoints) // avoid extra slice()\\n  }\\n\\n  // Decode in chunks to avoid \\\"call stack size exceeded\\\".\\n  var res = ''\\n  var i = 0\\n  while (i < len) {\\n    res += String.fromCharCode.apply(\\n      String,\\n      codePoints.slice(i, i += MAX_ARGUMENTS_LENGTH)\\n    )\\n  }\\n  return res\\n}\\n\\nfunction asciiSlice (buf, start, end) {\\n  var ret = ''\\n  end = Math.min(buf.length, end)\\n\\n  for (var i = start; i < end; ++i) {\\n    ret += String.fromCharCode(buf[i] & 0x7F)\\n  }\\n  return ret\\n}\\n\\nfunction latin1Slice (buf, start, end) {\\n  var ret = ''\\n  end = Math.min(buf.length, end)\\n\\n  for (var i = start; i < end; ++i) {\\n    ret += String.fromCharCode(buf[i])\\n  }\\n  return ret\\n}\\n\\nfunction hexSlice (buf, start, end) {\\n  var len = buf.length\\n\\n  if (!start || start < 0) start = 0\\n  if (!end || end < 0 || end > len) end = len\\n\\n  var out = ''\\n  for (var i = start; i < end; ++i) {\\n    out += toHex(buf[i])\\n  }\\n  return out\\n}\\n\\nfunction utf16leSlice (buf, start, end) {\\n  var bytes = buf.slice(start, end)\\n  var res = ''\\n  for (var i = 0; i < bytes.length; i += 2) {\\n    res += String.fromCharCode(bytes[i] + bytes[i + 1] * 256)\\n  }\\n  return res\\n}\\n\\nBuffer.prototype.slice = function slice (start, end) {\\n  var len = this.length\\n  start = ~~start\\n  end = end === undefined ? len : ~~end\\n\\n  if (start < 0) {\\n    start += len\\n    if (start < 0) start = 0\\n  } else if (start > len) {\\n    start = len\\n  }\\n\\n  if (end < 0) {\\n    end += len\\n    if (end < 0) end = 0\\n  } else if (end > len) {\\n    end = len\\n  }\\n\\n  if (end < start) end = start\\n\\n  var newBuf\\n  if (Buffer.TYPED_ARRAY_SUPPORT) {\\n    newBuf = this.subarray(start, end)\\n    newBuf.__proto__ = Buffer.prototype\\n  } else {\\n    var sliceLen = end - start\\n    newBuf = new Buffer(sliceLen, undefined)\\n    for (var i = 0; i < sliceLen; ++i) {\\n      newBuf[i] = this[i + start]\\n    }\\n  }\\n\\n  return newBuf\\n}\\n\\n/*\\n * Need to make sure that buffer isn't trying to write out of bounds.\\n */\\nfunction checkOffset (offset, ext, length) {\\n  if ((offset % 1) !== 0 || offset < 0) throw new RangeError('offset is not uint')\\n  if (offset + ext > length) throw new RangeError('Trying to access beyond buffer length')\\n}\\n\\nBuffer.prototype.readUIntLE = function readUIntLE (offset, byteLength, noAssert) {\\n  offset = offset | 0\\n  byteLength = byteLength | 0\\n  if (!noAssert) checkOffset(offset, byteLength, this.length)\\n\\n  var val = this[offset]\\n  var mul = 1\\n  var i = 0\\n  while (++i < byteLength && (mul *= 0x100)) {\\n    val += this[offset + i] * mul\\n  }\\n\\n  return val\\n}\\n\\nBuffer.prototype.readUIntBE = function readUIntBE (offset, byteLength, noAssert) {\\n  offset = offset | 0\\n  byteLength = byteLength | 0\\n  if (!noAssert) {\\n    checkOffset(offset, byteLength, this.length)\\n  }\\n\\n  var val = this[offset + --byteLength]\\n  var mul = 1\\n  while (byteLength > 0 && (mul *= 0x100)) {\\n    val += this[offset + --byteLength] * mul\\n  }\\n\\n  return val\\n}\\n\\nBuffer.prototype.readUInt8 = function readUInt8 (offset, noAssert) {\\n  if (!noAssert) checkOffset(offset, 1, this.length)\\n  return this[offset]\\n}\\n\\nBuffer.prototype.readUInt16LE = function readUInt16LE (offset, noAssert) {\\n  if (!noAssert) checkOffset(offset, 2, this.length)\\n  return this[offset] | (this[offset + 1] << 8)\\n}\\n\\nBuffer.prototype.readUInt16BE = function readUInt16BE (offset, noAssert) {\\n  if (!noAssert) checkOffset(offset, 2, this.length)\\n  return (this[offset] << 8) | this[offset + 1]\\n}\\n\\nBuffer.prototype.readUInt32LE = function readUInt32LE (offset, noAssert) {\\n  if (!noAssert) checkOffset(offset, 4, this.length)\\n\\n  return ((this[offset]) |\\n      (this[offset + 1] << 8) |\\n      (this[offset + 2] << 16)) +\\n      (this[offset + 3] * 0x1000000)\\n}\\n\\nBuffer.prototype.readUInt32BE = function readUInt32BE (offset, noAssert) {\\n  if (!noAssert) checkOffset(offset, 4, this.length)\\n\\n  return (this[offset] * 0x1000000) +\\n    ((this[offset + 1] << 16) |\\n    (this[offset + 2] << 8) |\\n    this[offset + 3])\\n}\\n\\nBuffer.prototype.readIntLE = function readIntLE (offset, byteLength, noAssert) {\\n  offset = offset | 0\\n  byteLength = byteLength | 0\\n  if (!noAssert) checkOffset(offset, byteLength, this.length)\\n\\n  var val = this[offset]\\n  var mul = 1\\n  var i = 0\\n  while (++i < byteLength && (mul *= 0x100)) {\\n    val += this[offset + i] * mul\\n  }\\n  mul *= 0x80\\n\\n  if (val >= mul) val -= Math.pow(2, 8 * byteLength)\\n\\n  return val\\n}\\n\\nBuffer.prototype.readIntBE = function readIntBE (offset, byteLength, noAssert) {\\n  offset = offset | 0\\n  byteLength = byteLength | 0\\n  if (!noAssert) checkOffset(offset, byteLength, this.length)\\n\\n  var i = byteLength\\n  var mul = 1\\n  var val = this[offset + --i]\\n  while (i > 0 && (mul *= 0x100)) {\\n    val += this[offset + --i] * mul\\n  }\\n  mul *= 0x80\\n\\n  if (val >= mul) val -= Math.pow(2, 8 * byteLength)\\n\\n  return val\\n}\\n\\nBuffer.prototype.readInt8 = function readInt8 (offset, noAssert) {\\n  if (!noAssert) checkOffset(offset, 1, this.length)\\n  if (!(this[offset] & 0x80)) return (this[offset])\\n  return ((0xff - this[offset] + 1) * -1)\\n}\\n\\nBuffer.prototype.readInt16LE = function readInt16LE (offset, noAssert) {\\n  if (!noAssert) checkOffset(offset, 2, this.length)\\n  var val = this[offset] | (this[offset + 1] << 8)\\n  return (val & 0x8000) ? val | 0xFFFF0000 : val\\n}\\n\\nBuffer.prototype.readInt16BE = function readInt16BE (offset, noAssert) {\\n  if (!noAssert) checkOffset(offset, 2, this.length)\\n  var val = this[offset + 1] | (this[offset] << 8)\\n  return (val & 0x8000) ? val | 0xFFFF0000 : val\\n}\\n\\nBuffer.prototype.readInt32LE = function readInt32LE (offset, noAssert) {\\n  if (!noAssert) checkOffset(offset, 4, this.length)\\n\\n  return (this[offset]) |\\n    (this[offset + 1] << 8) |\\n    (this[offset + 2] << 16) |\\n    (this[offset + 3] << 24)\\n}\\n\\nBuffer.prototype.readInt32BE = function readInt32BE (offset, noAssert) {\\n  if (!noAssert) checkOffset(offset, 4, this.length)\\n\\n  return (this[offset] << 24) |\\n    (this[offset + 1] << 16) |\\n    (this[offset + 2] << 8) |\\n    (this[offset + 3])\\n}\\n\\nBuffer.prototype.readFloatLE = function readFloatLE (offset, noAssert) {\\n  if (!noAssert) checkOffset(offset, 4, this.length)\\n  return ieee754.read(this, offset, true, 23, 4)\\n}\\n\\nBuffer.prototype.readFloatBE = function readFloatBE (offset, noAssert) {\\n  if (!noAssert) checkOffset(offset, 4, this.length)\\n  return ieee754.read(this, offset, false, 23, 4)\\n}\\n\\nBuffer.prototype.readDoubleLE = function readDoubleLE (offset, noAssert) {\\n  if (!noAssert) checkOffset(offset, 8, this.length)\\n  return ieee754.read(this, offset, true, 52, 8)\\n}\\n\\nBuffer.prototype.readDoubleBE = function readDoubleBE (offset, noAssert) {\\n  if (!noAssert) checkOffset(offset, 8, this.length)\\n  return ieee754.read(this, offset, false, 52, 8)\\n}\\n\\nfunction checkInt (buf, value, offset, ext, max, min) {\\n  if (!Buffer.isBuffer(buf)) throw new TypeError('\\\"buffer\\\" argument must be a Buffer instance')\\n  if (value > max || value < min) throw new RangeError('\\\"value\\\" argument is out of bounds')\\n  if (offset + ext > buf.length) throw new RangeError('Index out of range')\\n}\\n\\nBuffer.prototype.writeUIntLE = function writeUIntLE (value, offset, byteLength, noAssert) {\\n  value = +value\\n  offset = offset | 0\\n  byteLength = byteLength | 0\\n  if (!noAssert) {\\n    var maxBytes = Math.pow(2, 8 * byteLength) - 1\\n    checkInt(this, value, offset, byteLength, maxBytes, 0)\\n  }\\n\\n  var mul = 1\\n  var i = 0\\n  this[offset] = value & 0xFF\\n  while (++i < byteLength && (mul *= 0x100)) {\\n    this[offset + i] = (value / mul) & 0xFF\\n  }\\n\\n  return offset + byteLength\\n}\\n\\nBuffer.prototype.writeUIntBE = function writeUIntBE (value, offset, byteLength, noAssert) {\\n  value = +value\\n  offset = offset | 0\\n  byteLength = byteLength | 0\\n  if (!noAssert) {\\n    var maxBytes = Math.pow(2, 8 * byteLength) - 1\\n    checkInt(this, value, offset, byteLength, maxBytes, 0)\\n  }\\n\\n  var i = byteLength - 1\\n  var mul = 1\\n  this[offset + i] = value & 0xFF\\n  while (--i >= 0 && (mul *= 0x100)) {\\n    this[offset + i] = (value / mul) & 0xFF\\n  }\\n\\n  return offset + byteLength\\n}\\n\\nBuffer.prototype.writeUInt8 = function writeUInt8 (value, offset, noAssert) {\\n  value = +value\\n  offset = offset | 0\\n  if (!noAssert) checkInt(this, value, offset, 1, 0xff, 0)\\n  if (!Buffer.TYPED_ARRAY_SUPPORT) value = Math.floor(value)\\n  this[offset] = (value & 0xff)\\n  return offset + 1\\n}\\n\\nfunction objectWriteUInt16 (buf, value, offset, littleEndian) {\\n  if (value < 0) value = 0xffff + value + 1\\n  for (var i = 0, j = Math.min(buf.length - offset, 2); i < j; ++i) {\\n    buf[offset + i] = (value & (0xff << (8 * (littleEndian ? i : 1 - i)))) >>>\\n      (littleEndian ? i : 1 - i) * 8\\n  }\\n}\\n\\nBuffer.prototype.writeUInt16LE = function writeUInt16LE (value, offset, noAssert) {\\n  value = +value\\n  offset = offset | 0\\n  if (!noAssert) checkInt(this, value, offset, 2, 0xffff, 0)\\n  if (Buffer.TYPED_ARRAY_SUPPORT) {\\n    this[offset] = (value & 0xff)\\n    this[offset + 1] = (value >>> 8)\\n  } else {\\n    objectWriteUInt16(this, value, offset, true)\\n  }\\n  return offset + 2\\n}\\n\\nBuffer.prototype.writeUInt16BE = function writeUInt16BE (value, offset, noAssert) {\\n  value = +value\\n  offset = offset | 0\\n  if (!noAssert) checkInt(this, value, offset, 2, 0xffff, 0)\\n  if (Buffer.TYPED_ARRAY_SUPPORT) {\\n    this[offset] = (value >>> 8)\\n    this[offset + 1] = (value & 0xff)\\n  } else {\\n    objectWriteUInt16(this, value, offset, false)\\n  }\\n  return offset + 2\\n}\\n\\nfunction objectWriteUInt32 (buf, value, offset, littleEndian) {\\n  if (value < 0) value = 0xffffffff + value + 1\\n  for (var i = 0, j = Math.min(buf.length - offset, 4); i < j; ++i) {\\n    buf[offset + i] = (value >>> (littleEndian ? i : 3 - i) * 8) & 0xff\\n  }\\n}\\n\\nBuffer.prototype.writeUInt32LE = function writeUInt32LE (value, offset, noAssert) {\\n  value = +value\\n  offset = offset | 0\\n  if (!noAssert) checkInt(this, value, offset, 4, 0xffffffff, 0)\\n  if (Buffer.TYPED_ARRAY_SUPPORT) {\\n    this[offset + 3] = (value >>> 24)\\n    this[offset + 2] = (value >>> 16)\\n    this[offset + 1] = (value >>> 8)\\n    this[offset] = (value & 0xff)\\n  } else {\\n    objectWriteUInt32(this, value, offset, true)\\n  }\\n  return offset + 4\\n}\\n\\nBuffer.prototype.writeUInt32BE = function writeUInt32BE (value, offset, noAssert) {\\n  value = +value\\n  offset = offset | 0\\n  if (!noAssert) checkInt(this, value, offset, 4, 0xffffffff, 0)\\n  if (Buffer.TYPED_ARRAY_SUPPORT) {\\n    this[offset] = (value >>> 24)\\n    this[offset + 1] = (value >>> 16)\\n    this[offset + 2] = (value >>> 8)\\n    this[offset + 3] = (value & 0xff)\\n  } else {\\n    objectWriteUInt32(this, value, offset, false)\\n  }\\n  return offset + 4\\n}\\n\\nBuffer.prototype.writeIntLE = function writeIntLE (value, offset, byteLength, noAssert) {\\n  value = +value\\n  offset = offset | 0\\n  if (!noAssert) {\\n    var limit = Math.pow(2, 8 * byteLength - 1)\\n\\n    checkInt(this, value, offset, byteLength, limit - 1, -limit)\\n  }\\n\\n  var i = 0\\n  var mul = 1\\n  var sub = 0\\n  this[offset] = value & 0xFF\\n  while (++i < byteLength && (mul *= 0x100)) {\\n    if (value < 0 && sub === 0 && this[offset + i - 1] !== 0) {\\n      sub = 1\\n    }\\n    this[offset + i] = ((value / mul) >> 0) - sub & 0xFF\\n  }\\n\\n  return offset + byteLength\\n}\\n\\nBuffer.prototype.writeIntBE = function writeIntBE (value, offset, byteLength, noAssert) {\\n  value = +value\\n  offset = offset | 0\\n  if (!noAssert) {\\n    var limit = Math.pow(2, 8 * byteLength - 1)\\n\\n    checkInt(this, value, offset, byteLength, limit - 1, -limit)\\n  }\\n\\n  var i = byteLength - 1\\n  var mul = 1\\n  var sub = 0\\n  this[offset + i] = value & 0xFF\\n  while (--i >= 0 && (mul *= 0x100)) {\\n    if (value < 0 && sub === 0 && this[offset + i + 1] !== 0) {\\n      sub = 1\\n    }\\n    this[offset + i] = ((value / mul) >> 0) - sub & 0xFF\\n  }\\n\\n  return offset + byteLength\\n}\\n\\nBuffer.prototype.writeInt8 = function writeInt8 (value, offset, noAssert) {\\n  value = +value\\n  offset = offset | 0\\n  if (!noAssert) checkInt(this, value, offset, 1, 0x7f, -0x80)\\n  if (!Buffer.TYPED_ARRAY_SUPPORT) value = Math.floor(value)\\n  if (value < 0) value = 0xff + value + 1\\n  this[offset] = (value & 0xff)\\n  return offset + 1\\n}\\n\\nBuffer.prototype.writeInt16LE = function writeInt16LE (value, offset, noAssert) {\\n  value = +value\\n  offset = offset | 0\\n  if (!noAssert) checkInt(this, value, offset, 2, 0x7fff, -0x8000)\\n  if (Buffer.TYPED_ARRAY_SUPPORT) {\\n    this[offset] = (value & 0xff)\\n    this[offset + 1] = (value >>> 8)\\n  } else {\\n    objectWriteUInt16(this, value, offset, true)\\n  }\\n  return offset + 2\\n}\\n\\nBuffer.prototype.writeInt16BE = function writeInt16BE (value, offset, noAssert) {\\n  value = +value\\n  offset = offset | 0\\n  if (!noAssert) checkInt(this, value, offset, 2, 0x7fff, -0x8000)\\n  if (Buffer.TYPED_ARRAY_SUPPORT) {\\n    this[offset] = (value >>> 8)\\n    this[offset + 1] = (value & 0xff)\\n  } else {\\n    objectWriteUInt16(this, value, offset, false)\\n  }\\n  return offset + 2\\n}\\n\\nBuffer.prototype.writeInt32LE = function writeInt32LE (value, offset, noAssert) {\\n  value = +value\\n  offset = offset | 0\\n  if (!noAssert) checkInt(this, value, offset, 4, 0x7fffffff, -0x80000000)\\n  if (Buffer.TYPED_ARRAY_SUPPORT) {\\n    this[offset] = (value & 0xff)\\n    this[offset + 1] = (value >>> 8)\\n    this[offset + 2] = (value >>> 16)\\n    this[offset + 3] = (value >>> 24)\\n  } else {\\n    objectWriteUInt32(this, value, offset, true)\\n  }\\n  return offset + 4\\n}\\n\\nBuffer.prototype.writeInt32BE = function writeInt32BE (value, offset, noAssert) {\\n  value = +value\\n  offset = offset | 0\\n  if (!noAssert) checkInt(this, value, offset, 4, 0x7fffffff, -0x80000000)\\n  if (value < 0) value = 0xffffffff + value + 1\\n  if (Buffer.TYPED_ARRAY_SUPPORT) {\\n    this[offset] = (value >>> 24)\\n    this[offset + 1] = (value >>> 16)\\n    this[offset + 2] = (value >>> 8)\\n    this[offset + 3] = (value & 0xff)\\n  } else {\\n    objectWriteUInt32(this, value, offset, false)\\n  }\\n  return offset + 4\\n}\\n\\nfunction checkIEEE754 (buf, value, offset, ext, max, min) {\\n  if (offset + ext > buf.length) throw new RangeError('Index out of range')\\n  if (offset < 0) throw new RangeError('Index out of range')\\n}\\n\\nfunction writeFloat (buf, value, offset, littleEndian, noAssert) {\\n  if (!noAssert) {\\n    checkIEEE754(buf, value, offset, 4, 3.4028234663852886e+38, -3.4028234663852886e+38)\\n  }\\n  ieee754.write(buf, value, offset, littleEndian, 23, 4)\\n  return offset + 4\\n}\\n\\nBuffer.prototype.writeFloatLE = function writeFloatLE (value, offset, noAssert) {\\n  return writeFloat(this, value, offset, true, noAssert)\\n}\\n\\nBuffer.prototype.writeFloatBE = function writeFloatBE (value, offset, noAssert) {\\n  return writeFloat(this, value, offset, false, noAssert)\\n}\\n\\nfunction writeDouble (buf, value, offset, littleEndian, noAssert) {\\n  if (!noAssert) {\\n    checkIEEE754(buf, value, offset, 8, 1.7976931348623157E+308, -1.7976931348623157E+308)\\n  }\\n  ieee754.write(buf, value, offset, littleEndian, 52, 8)\\n  return offset + 8\\n}\\n\\nBuffer.prototype.writeDoubleLE = function writeDoubleLE (value, offset, noAssert) {\\n  return writeDouble(this, value, offset, true, noAssert)\\n}\\n\\nBuffer.prototype.writeDoubleBE = function writeDoubleBE (value, offset, noAssert) {\\n  return writeDouble(this, value, offset, false, noAssert)\\n}\\n\\n// copy(targetBuffer, targetStart=0, sourceStart=0, sourceEnd=buffer.length)\\nBuffer.prototype.copy = function copy (target, targetStart, start, end) {\\n  if (!start) start = 0\\n  if (!end && end !== 0) end = this.length\\n  if (targetStart >= target.length) targetStart = target.length\\n  if (!targetStart) targetStart = 0\\n  if (end > 0 && end < start) end = start\\n\\n  // Copy 0 bytes; we're done\\n  if (end === start) return 0\\n  if (target.length === 0 || this.length === 0) return 0\\n\\n  // Fatal error conditions\\n  if (targetStart < 0) {\\n    throw new RangeError('targetStart out of bounds')\\n  }\\n  if (start < 0 || start >= this.length) throw new RangeError('sourceStart out of bounds')\\n  if (end < 0) throw new RangeError('sourceEnd out of bounds')\\n\\n  // Are we oob?\\n  if (end > this.length) end = this.length\\n  if (target.length - targetStart < end - start) {\\n    end = target.length - targetStart + start\\n  }\\n\\n  var len = end - start\\n  var i\\n\\n  if (this === target && start < targetStart && targetStart < end) {\\n    // descending copy from end\\n    for (i = len - 1; i >= 0; --i) {\\n      target[i + targetStart] = this[i + start]\\n    }\\n  } else if (len < 1000 || !Buffer.TYPED_ARRAY_SUPPORT) {\\n    // ascending copy from start\\n    for (i = 0; i < len; ++i) {\\n      target[i + targetStart] = this[i + start]\\n    }\\n  } else {\\n    Uint8Array.prototype.set.call(\\n      target,\\n      this.subarray(start, start + len),\\n      targetStart\\n    )\\n  }\\n\\n  return len\\n}\\n\\n// Usage:\\n//    buffer.fill(number[, offset[, end]])\\n//    buffer.fill(buffer[, offset[, end]])\\n//    buffer.fill(string[, offset[, end]][, encoding])\\nBuffer.prototype.fill = function fill (val, start, end, encoding) {\\n  // Handle string cases:\\n  if (typeof val === 'string') {\\n    if (typeof start === 'string') {\\n      encoding = start\\n      start = 0\\n      end = this.length\\n    } else if (typeof end === 'string') {\\n      encoding = end\\n      end = this.length\\n    }\\n    if (val.length === 1) {\\n      var code = val.charCodeAt(0)\\n      if (code < 256) {\\n        val = code\\n      }\\n    }\\n    if (encoding !== undefined && typeof encoding !== 'string') {\\n      throw new TypeError('encoding must be a string')\\n    }\\n    if (typeof encoding === 'string' && !Buffer.isEncoding(encoding)) {\\n      throw new TypeError('Unknown encoding: ' + encoding)\\n    }\\n  } else if (typeof val === 'number') {\\n    val = val & 255\\n  }\\n\\n  // Invalid ranges are not set to a default, so can range check early.\\n  if (start < 0 || this.length < start || this.length < end) {\\n    throw new RangeError('Out of range index')\\n  }\\n\\n  if (end <= start) {\\n    return this\\n  }\\n\\n  start = start >>> 0\\n  end = end === undefined ? this.length : end >>> 0\\n\\n  if (!val) val = 0\\n\\n  var i\\n  if (typeof val === 'number') {\\n    for (i = start; i < end; ++i) {\\n      this[i] = val\\n    }\\n  } else {\\n    var bytes = Buffer.isBuffer(val)\\n      ? val\\n      : utf8ToBytes(new Buffer(val, encoding).toString())\\n    var len = bytes.length\\n    for (i = 0; i < end - start; ++i) {\\n      this[i + start] = bytes[i % len]\\n    }\\n  }\\n\\n  return this\\n}\\n\\n// HELPER FUNCTIONS\\n// ================\\n\\nvar INVALID_BASE64_RE = /[^+\\\\/0-9A-Za-z-_]/g\\n\\nfunction base64clean (str) {\\n  // Node strips out invalid characters like \\\\n and \\\\t from the string, base64-js does not\\n  str = stringtrim(str).replace(INVALID_BASE64_RE, '')\\n  // Node converts strings with length < 2 to ''\\n  if (str.length < 2) return ''\\n  // Node allows for non-padded base64 strings (missing trailing ===), base64-js does not\\n  while (str.length % 4 !== 0) {\\n    str = str + '='\\n  }\\n  return str\\n}\\n\\nfunction stringtrim (str) {\\n  if (str.trim) return str.trim()\\n  return str.replace(/^\\\\s+|\\\\s+$/g, '')\\n}\\n\\nfunction toHex (n) {\\n  if (n < 16) return '0' + n.toString(16)\\n  return n.toString(16)\\n}\\n\\nfunction utf8ToBytes (string, units) {\\n  units = units || Infinity\\n  var codePoint\\n  var length = string.length\\n  var leadSurrogate = null\\n  var bytes = []\\n\\n  for (var i = 0; i < length; ++i) {\\n    codePoint = string.charCodeAt(i)\\n\\n    // is surrogate component\\n    if (codePoint > 0xD7FF && codePoint < 0xE000) {\\n      // last char was a lead\\n      if (!leadSurrogate) {\\n        // no lead yet\\n        if (codePoint > 0xDBFF) {\\n          // unexpected trail\\n          if ((units -= 3) > -1) bytes.push(0xEF, 0xBF, 0xBD)\\n          continue\\n        } else if (i + 1 === length) {\\n          // unpaired lead\\n          if ((units -= 3) > -1) bytes.push(0xEF, 0xBF, 0xBD)\\n          continue\\n        }\\n\\n        // valid lead\\n        leadSurrogate = codePoint\\n\\n        continue\\n      }\\n\\n      // 2 leads in a row\\n      if (codePoint < 0xDC00) {\\n        if ((units -= 3) > -1) bytes.push(0xEF, 0xBF, 0xBD)\\n        leadSurrogate = codePoint\\n        continue\\n      }\\n\\n      // valid surrogate pair\\n      codePoint = (leadSurrogate - 0xD800 << 10 | codePoint - 0xDC00) + 0x10000\\n    } else if (leadSurrogate) {\\n      // valid bmp char, but last char was a lead\\n      if ((units -= 3) > -1) bytes.push(0xEF, 0xBF, 0xBD)\\n    }\\n\\n    leadSurrogate = null\\n\\n    // encode utf8\\n    if (codePoint < 0x80) {\\n      if ((units -= 1) < 0) break\\n      bytes.push(codePoint)\\n    } else if (codePoint < 0x800) {\\n      if ((units -= 2) < 0) break\\n      bytes.push(\\n        codePoint >> 0x6 | 0xC0,\\n        codePoint & 0x3F | 0x80\\n      )\\n    } else if (codePoint < 0x10000) {\\n      if ((units -= 3) < 0) break\\n      bytes.push(\\n        codePoint >> 0xC | 0xE0,\\n        codePoint >> 0x6 & 0x3F | 0x80,\\n        codePoint & 0x3F | 0x80\\n      )\\n    } else if (codePoint < 0x110000) {\\n      if ((units -= 4) < 0) break\\n      bytes.push(\\n        codePoint >> 0x12 | 0xF0,\\n        codePoint >> 0xC & 0x3F | 0x80,\\n        codePoint >> 0x6 & 0x3F | 0x80,\\n        codePoint & 0x3F | 0x80\\n      )\\n    } else {\\n      throw new Error('Invalid code point')\\n    }\\n  }\\n\\n  return bytes\\n}\\n\\nfunction asciiToBytes (str) {\\n  var byteArray = []\\n  for (var i = 0; i < str.length; ++i) {\\n    // Node's code seems to be doing this and not & 0x7F..\\n    byteArray.push(str.charCodeAt(i) & 0xFF)\\n  }\\n  return byteArray\\n}\\n\\nfunction utf16leToBytes (str, units) {\\n  var c, hi, lo\\n  var byteArray = []\\n  for (var i = 0; i < str.length; ++i) {\\n    if ((units -= 2) < 0) break\\n\\n    c = str.charCodeAt(i)\\n    hi = c >> 8\\n    lo = c % 256\\n    byteArray.push(lo)\\n    byteArray.push(hi)\\n  }\\n\\n  return byteArray\\n}\\n\\nfunction base64ToBytes (str) {\\n  return base64.toByteArray(base64clean(str))\\n}\\n\\nfunction blitBuffer (src, dst, offset, length) {\\n  for (var i = 0; i < length; ++i) {\\n    if ((i + offset >= dst.length) || (i >= src.length)) break\\n    dst[i + offset] = src[i]\\n  }\\n  return i\\n}\\n\\nfunction isnan (val) {\\n  return val !== val // eslint-disable-line no-self-compare\\n}\\n\"\n        },\n        {\n          \"id\": 2,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/webpack/buildin/global.js\",\n          \"name\": \"(webpack)/buildin/global.js\",\n          \"index\": 41,\n          \"index2\": 39,\n          \"size\": 489,\n          \"cacheable\": true,\n          \"built\": true,\n          \"optional\": false,\n          \"prefetched\": false,\n          \"chunks\": [\n            2,\n            3,\n            4\n          ],\n          \"issuer\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/background.js\",\n          \"issuerId\": 192,\n          \"issuerName\": \"./chrome/extension/background.js\",\n          \"issuerPath\": [\n            {\n              \"id\": 191,\n              \"identifier\": \"multi /Users/jarred/Code/styleurl/webpack/customPublicPath /Users/jarred/Code/styleurl/chrome/extension/background\",\n              \"name\": \"multi ./webpack/customPublicPath ./chrome/extension/background\",\n              \"profile\": {\n                \"factory\": 0,\n                \"building\": 0,\n                \"dependencies\": 54\n              }\n            },\n            {\n              \"id\": 192,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/background.js\",\n              \"name\": \"./chrome/extension/background.js\",\n              \"profile\": {\n                \"factory\": 54,\n                \"building\": 639,\n                \"dependencies\": 140\n              }\n            }\n          ],\n          \"profile\": {\n            \"factory\": 140,\n            \"building\": 568,\n            \"dependencies\": 1\n          },\n          \"failed\": false,\n          \"errors\": 0,\n          \"warnings\": 0,\n          \"assets\": [],\n          \"reasons\": [\n            {\n              \"moduleId\": 1,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/buffer/index.js\",\n              \"module\": \"./node_modules/buffer/index.js\",\n              \"moduleName\": \"./node_modules/buffer/index.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"global\",\n              \"loc\": \"1:0-41\"\n            },\n            {\n              \"moduleId\": 23,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_freeGlobal.js\",\n              \"module\": \"./node_modules/lodash/_freeGlobal.js\",\n              \"moduleName\": \"./node_modules/lodash/_freeGlobal.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"global\",\n              \"loc\": \"1:0-41\"\n            },\n            {\n              \"moduleId\": 26,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/timers-browserify/main.js\",\n              \"module\": \"./node_modules/timers-browserify/main.js\",\n              \"moduleName\": \"./node_modules/timers-browserify/main.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"global\",\n              \"loc\": \"1:0-41\"\n            },\n            {\n              \"moduleId\": 38,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/util/util.js\",\n              \"module\": \"./node_modules/util/util.js\",\n              \"moduleName\": \"./node_modules/util/util.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"global\",\n              \"loc\": \"1:0-41\"\n            },\n            {\n              \"moduleId\": 128,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/bluebird/js/browser/bluebird.js\",\n              \"module\": \"./node_modules/bluebird/js/browser/bluebird.js\",\n              \"moduleName\": \"./node_modules/bluebird/js/browser/bluebird.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"global\",\n              \"loc\": \"1:0-47\"\n            },\n            {\n              \"moduleId\": 129,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/setimmediate/setImmediate.js\",\n              \"module\": \"./node_modules/setimmediate/setImmediate.js\",\n              \"moduleName\": \"./node_modules/setimmediate/setImmediate.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"global\",\n              \"loc\": \"1:0-41\"\n            },\n            {\n              \"moduleId\": 131,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/assert/assert.js\",\n              \"module\": \"./node_modules/assert/assert.js\",\n              \"moduleName\": \"./node_modules/assert/assert.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"global\",\n              \"loc\": \"1:0-41\"\n            },\n            {\n              \"moduleId\": 133,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/buffer-shims/index.js\",\n              \"module\": \"./node_modules/buffer-shims/index.js\",\n              \"moduleName\": \"./node_modules/buffer-shims/index.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"global\",\n              \"loc\": \"1:0-41\"\n            },\n            {\n              \"moduleId\": 153,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/util-deprecate/browser.js\",\n              \"module\": \"./node_modules/util-deprecate/browser.js\",\n              \"moduleName\": \"./node_modules/util-deprecate/browser.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"global\",\n              \"loc\": \"1:0-41\"\n            },\n            {\n              \"moduleId\": 157,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/stream-http/index.js\",\n              \"module\": \"./node_modules/stream-http/index.js\",\n              \"moduleName\": \"./node_modules/stream-http/index.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"global\",\n              \"loc\": \"1:0-41\"\n            },\n            {\n              \"moduleId\": 158,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/stream-http/lib/capability.js\",\n              \"module\": \"./node_modules/stream-http/lib/capability.js\",\n              \"moduleName\": \"./node_modules/stream-http/lib/capability.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"global\",\n              \"loc\": \"1:0-44\"\n            },\n            {\n              \"moduleId\": 159,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/stream-http/lib/response.js\",\n              \"module\": \"./node_modules/stream-http/lib/response.js\",\n              \"moduleName\": \"./node_modules/stream-http/lib/response.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"global\",\n              \"loc\": \"1:0-44\"\n            },\n            {\n              \"moduleId\": 161,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/stream-http/node_modules/readable-stream/lib/_stream_readable.js\",\n              \"module\": \"./node_modules/stream-http/node_modules/readable-stream/lib/_stream_readable.js\",\n              \"moduleName\": \"./node_modules/stream-http/node_modules/readable-stream/lib/_stream_readable.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"global\",\n              \"loc\": \"1:0-50\"\n            },\n            {\n              \"moduleId\": 164,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/stream-http/node_modules/readable-stream/lib/_stream_writable.js\",\n              \"module\": \"./node_modules/stream-http/node_modules/readable-stream/lib/_stream_writable.js\",\n              \"moduleName\": \"./node_modules/stream-http/node_modules/readable-stream/lib/_stream_writable.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"global\",\n              \"loc\": \"1:0-50\"\n            },\n            {\n              \"moduleId\": 192,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/background.js\",\n              \"module\": \"./chrome/extension/background.js\",\n              \"moduleName\": \"./chrome/extension/background.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"global\",\n              \"loc\": \"1:0-57\"\n            },\n            {\n              \"moduleId\": 273,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/punycode/punycode.js\",\n              \"module\": \"./node_modules/punycode/punycode.js\",\n              \"moduleName\": \"./node_modules/punycode/punycode.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"global\",\n              \"loc\": \"1:0-41\"\n            },\n            {\n              \"moduleId\": 294,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/stream-http/lib/request.js\",\n              \"module\": \"./node_modules/stream-http/lib/request.js\",\n              \"moduleName\": \"./node_modules/stream-http/lib/request.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"global\",\n              \"loc\": \"1:0-44\"\n            },\n            {\n              \"moduleId\": 336,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/lodash.js\",\n              \"module\": \"./node_modules/lodash/lodash.js\",\n              \"moduleName\": \"./node_modules/lodash/lodash.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"global\",\n              \"loc\": \"1:0-41\"\n            }\n          ],\n          \"usedExports\": true,\n          \"providedExports\": null,\n          \"optimizationBailout\": [\n            \"ModuleConcatenation bailout: Module is not an ECMAScript module\"\n          ],\n          \"depth\": 2,\n          \"source\": \"var g;\\n\\n// This works in non-strict mode\\ng = (function() {\\n\\treturn this;\\n})();\\n\\ntry {\\n\\t// This works if eval is allowed (see CSP)\\n\\tg = g || Function(\\\"return this\\\")() || (1, eval)(\\\"this\\\");\\n} catch (e) {\\n\\t// This works if the window reference is available\\n\\tif (typeof window === \\\"object\\\") g = window;\\n}\\n\\n// g can still be undefined, but nothing to do about it...\\n// We return undefined, instead of nothing here, so it's\\n// easier to handle this case. if(!global) { ...}\\n\\nmodule.exports = g;\\n\"\n        },\n        {\n          \"id\": 3,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/process/browser.js\",\n          \"name\": \"./node_modules/process/browser.js\",\n          \"index\": 206,\n          \"index2\": 203,\n          \"size\": 5418,\n          \"cacheable\": true,\n          \"built\": true,\n          \"optional\": false,\n          \"prefetched\": false,\n          \"chunks\": [\n            2,\n            3\n          ],\n          \"issuer\": \"/Users/jarred/Code/styleurl/node_modules/bluebird/js/browser/bluebird.js\",\n          \"issuerId\": 128,\n          \"issuerName\": \"./node_modules/bluebird/js/browser/bluebird.js\",\n          \"issuerPath\": [\n            {\n              \"id\": 342,\n              \"identifier\": \"multi /Users/jarred/Code/styleurl/webpack/customPublicPath /Users/jarred/Code/styleurl/chrome/extension/devtools\",\n              \"name\": \"multi ./webpack/customPublicPath ./chrome/extension/devtools\",\n              \"profile\": {\n                \"factory\": 0,\n                \"building\": 0,\n                \"dependencies\": 54\n              }\n            },\n            {\n              \"id\": 343,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/devtools.js\",\n              \"name\": \"./chrome/extension/devtools.js\",\n              \"profile\": {\n                \"factory\": 55,\n                \"building\": 548\n              }\n            },\n            {\n              \"id\": 128,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/bluebird/js/browser/bluebird.js\",\n              \"name\": \"./node_modules/bluebird/js/browser/bluebird.js\",\n              \"profile\": {\n                \"factory\": 230,\n                \"building\": 567,\n                \"dependencies\": 245\n              }\n            }\n          ],\n          \"profile\": {\n            \"factory\": 25,\n            \"building\": 24,\n            \"dependencies\": 1\n          },\n          \"failed\": false,\n          \"errors\": 0,\n          \"warnings\": 0,\n          \"assets\": [],\n          \"reasons\": [\n            {\n              \"moduleId\": 32,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/process-nextick-args/index.js\",\n              \"module\": \"./node_modules/process-nextick-args/index.js\",\n              \"moduleName\": \"./node_modules/process-nextick-args/index.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"process\",\n              \"loc\": \"1:0-34\"\n            },\n            {\n              \"moduleId\": 38,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/util/util.js\",\n              \"module\": \"./node_modules/util/util.js\",\n              \"moduleName\": \"./node_modules/util/util.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"process\",\n              \"loc\": \"1:0-34\"\n            },\n            {\n              \"moduleId\": 70,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/path-browserify/index.js\",\n              \"module\": \"./node_modules/path-browserify/index.js\",\n              \"moduleName\": \"./node_modules/path-browserify/index.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"process\",\n              \"loc\": \"1:0-34\"\n            },\n            {\n              \"moduleId\": 128,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/bluebird/js/browser/bluebird.js\",\n              \"module\": \"./node_modules/bluebird/js/browser/bluebird.js\",\n              \"moduleName\": \"./node_modules/bluebird/js/browser/bluebird.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"process\",\n              \"loc\": \"1:0-40\"\n            },\n            {\n              \"moduleId\": 129,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/setimmediate/setImmediate.js\",\n              \"module\": \"./node_modules/setimmediate/setImmediate.js\",\n              \"moduleName\": \"./node_modules/setimmediate/setImmediate.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"process\",\n              \"loc\": \"1:0-34\"\n            },\n            {\n              \"moduleId\": 134,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/readable-stream/lib/_stream_writable.js\",\n              \"module\": \"./node_modules/readable-stream/lib/_stream_writable.js\",\n              \"moduleName\": \"./node_modules/readable-stream/lib/_stream_writable.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"process\",\n              \"loc\": \"1:0-37\"\n            },\n            {\n              \"moduleId\": 149,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/memfs/lib/process.js\",\n              \"module\": \"./node_modules/memfs/lib/process.js\",\n              \"moduleName\": \"./node_modules/memfs/lib/process.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"process\",\n              \"loc\": \"1:0-37\"\n            },\n            {\n              \"moduleId\": 149,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/memfs/lib/process.js\",\n              \"module\": \"./node_modules/memfs/lib/process.js\",\n              \"moduleName\": \"./node_modules/memfs/lib/process.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"process\",\n              \"loc\": \"8:16-34\"\n            },\n            {\n              \"moduleId\": 151,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/readable-stream/lib/_stream_readable.js\",\n              \"module\": \"./node_modules/readable-stream/lib/_stream_readable.js\",\n              \"moduleName\": \"./node_modules/readable-stream/lib/_stream_readable.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"process\",\n              \"loc\": \"1:0-37\"\n            },\n            {\n              \"moduleId\": 159,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/stream-http/lib/response.js\",\n              \"module\": \"./node_modules/stream-http/lib/response.js\",\n              \"moduleName\": \"./node_modules/stream-http/lib/response.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"process\",\n              \"loc\": \"1:0-37\"\n            },\n            {\n              \"moduleId\": 161,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/stream-http/node_modules/readable-stream/lib/_stream_readable.js\",\n              \"module\": \"./node_modules/stream-http/node_modules/readable-stream/lib/_stream_readable.js\",\n              \"moduleName\": \"./node_modules/stream-http/node_modules/readable-stream/lib/_stream_readable.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"process\",\n              \"loc\": \"1:0-43\"\n            },\n            {\n              \"moduleId\": 164,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/stream-http/node_modules/readable-stream/lib/_stream_writable.js\",\n              \"module\": \"./node_modules/stream-http/node_modules/readable-stream/lib/_stream_writable.js\",\n              \"moduleName\": \"./node_modules/stream-http/node_modules/readable-stream/lib/_stream_writable.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"process\",\n              \"loc\": \"1:0-43\"\n            },\n            {\n              \"moduleId\": 257,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/native-css/src/native-css.js\",\n              \"module\": \"./node_modules/native-css/src/native-css.js\",\n              \"moduleName\": \"./node_modules/native-css/src/native-css.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"process\",\n              \"loc\": \"1:0-37\"\n            },\n            {\n              \"moduleId\": 259,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/native-css/lib/index.js\",\n              \"module\": \"./node_modules/native-css/lib/index.js\",\n              \"moduleName\": \"./node_modules/native-css/lib/index.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"process\",\n              \"loc\": \"1:0-37\"\n            },\n            {\n              \"moduleId\": 278,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/fs-monkey/lib/correctPath.js\",\n              \"module\": \"./node_modules/fs-monkey/lib/correctPath.js\",\n              \"moduleName\": \"./node_modules/fs-monkey/lib/correctPath.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"process\",\n              \"loc\": \"1:0-37\"\n            },\n            {\n              \"moduleId\": 293,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/fetch/lib/fetch.js\",\n              \"module\": \"./node_modules/fetch/lib/fetch.js\",\n              \"moduleName\": \"./node_modules/fetch/lib/fetch.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"process\",\n              \"loc\": \"1:0-37\"\n            },\n            {\n              \"moduleId\": 294,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/stream-http/lib/request.js\",\n              \"module\": \"./node_modules/stream-http/lib/request.js\",\n              \"moduleName\": \"./node_modules/stream-http/lib/request.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"process\",\n              \"loc\": \"1:0-37\"\n            },\n            {\n              \"moduleId\": 302,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/browserify-zlib/lib/index.js\",\n              \"module\": \"./node_modules/browserify-zlib/lib/index.js\",\n              \"moduleName\": \"./node_modules/browserify-zlib/lib/index.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"process\",\n              \"loc\": \"1:0-37\"\n            },\n            {\n              \"moduleId\": 303,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/browserify-zlib/lib/binding.js\",\n              \"module\": \"./node_modules/browserify-zlib/lib/binding.js\",\n              \"moduleName\": \"./node_modules/browserify-zlib/lib/binding.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"process\",\n              \"loc\": \"1:0-37\"\n            },\n            {\n              \"moduleId\": 314,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/iconv-lite/lib/index.js\",\n              \"module\": \"./node_modules/iconv-lite/lib/index.js\",\n              \"moduleName\": \"./node_modules/iconv-lite/lib/index.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"process\",\n              \"loc\": \"1:0-37\"\n            }\n          ],\n          \"usedExports\": true,\n          \"providedExports\": null,\n          \"optimizationBailout\": [\n            \"ModuleConcatenation bailout: Module is not an ECMAScript module\"\n          ],\n          \"depth\": 3,\n          \"source\": \"// shim for using process in browser\\nvar process = module.exports = {};\\n\\n// cached from whatever global is present so that test runners that stub it\\n// don't break things.  But we need to wrap it in a try catch in case it is\\n// wrapped in strict mode code which doesn't define any globals.  It's inside a\\n// function because try/catches deoptimize in certain engines.\\n\\nvar cachedSetTimeout;\\nvar cachedClearTimeout;\\n\\nfunction defaultSetTimout() {\\n    throw new Error('setTimeout has not been defined');\\n}\\nfunction defaultClearTimeout () {\\n    throw new Error('clearTimeout has not been defined');\\n}\\n(function () {\\n    try {\\n        if (typeof setTimeout === 'function') {\\n            cachedSetTimeout = setTimeout;\\n        } else {\\n            cachedSetTimeout = defaultSetTimout;\\n        }\\n    } catch (e) {\\n        cachedSetTimeout = defaultSetTimout;\\n    }\\n    try {\\n        if (typeof clearTimeout === 'function') {\\n            cachedClearTimeout = clearTimeout;\\n        } else {\\n            cachedClearTimeout = defaultClearTimeout;\\n        }\\n    } catch (e) {\\n        cachedClearTimeout = defaultClearTimeout;\\n    }\\n} ())\\nfunction runTimeout(fun) {\\n    if (cachedSetTimeout === setTimeout) {\\n        //normal enviroments in sane situations\\n        return setTimeout(fun, 0);\\n    }\\n    // if setTimeout wasn't available but was latter defined\\n    if ((cachedSetTimeout === defaultSetTimout || !cachedSetTimeout) && setTimeout) {\\n        cachedSetTimeout = setTimeout;\\n        return setTimeout(fun, 0);\\n    }\\n    try {\\n        // when when somebody has screwed with setTimeout but no I.E. maddness\\n        return cachedSetTimeout(fun, 0);\\n    } catch(e){\\n        try {\\n            // When we are in I.E. but the script has been evaled so I.E. doesn't trust the global object when called normally\\n            return cachedSetTimeout.call(null, fun, 0);\\n        } catch(e){\\n            // same as above but when it's a version of I.E. that must have the global object for 'this', hopfully our context correct otherwise it will throw a global error\\n            return cachedSetTimeout.call(this, fun, 0);\\n        }\\n    }\\n\\n\\n}\\nfunction runClearTimeout(marker) {\\n    if (cachedClearTimeout === clearTimeout) {\\n        //normal enviroments in sane situations\\n        return clearTimeout(marker);\\n    }\\n    // if clearTimeout wasn't available but was latter defined\\n    if ((cachedClearTimeout === defaultClearTimeout || !cachedClearTimeout) && clearTimeout) {\\n        cachedClearTimeout = clearTimeout;\\n        return clearTimeout(marker);\\n    }\\n    try {\\n        // when when somebody has screwed with setTimeout but no I.E. maddness\\n        return cachedClearTimeout(marker);\\n    } catch (e){\\n        try {\\n            // When we are in I.E. but the script has been evaled so I.E. doesn't  trust the global object when called normally\\n            return cachedClearTimeout.call(null, marker);\\n        } catch (e){\\n            // same as above but when it's a version of I.E. that must have the global object for 'this', hopfully our context correct otherwise it will throw a global error.\\n            // Some versions of I.E. have different rules for clearTimeout vs setTimeout\\n            return cachedClearTimeout.call(this, marker);\\n        }\\n    }\\n\\n\\n\\n}\\nvar queue = [];\\nvar draining = false;\\nvar currentQueue;\\nvar queueIndex = -1;\\n\\nfunction cleanUpNextTick() {\\n    if (!draining || !currentQueue) {\\n        return;\\n    }\\n    draining = false;\\n    if (currentQueue.length) {\\n        queue = currentQueue.concat(queue);\\n    } else {\\n        queueIndex = -1;\\n    }\\n    if (queue.length) {\\n        drainQueue();\\n    }\\n}\\n\\nfunction drainQueue() {\\n    if (draining) {\\n        return;\\n    }\\n    var timeout = runTimeout(cleanUpNextTick);\\n    draining = true;\\n\\n    var len = queue.length;\\n    while(len) {\\n        currentQueue = queue;\\n        queue = [];\\n        while (++queueIndex < len) {\\n            if (currentQueue) {\\n                currentQueue[queueIndex].run();\\n            }\\n        }\\n        queueIndex = -1;\\n        len = queue.length;\\n    }\\n    currentQueue = null;\\n    draining = false;\\n    runClearTimeout(timeout);\\n}\\n\\nprocess.nextTick = function (fun) {\\n    var args = new Array(arguments.length - 1);\\n    if (arguments.length > 1) {\\n        for (var i = 1; i < arguments.length; i++) {\\n            args[i - 1] = arguments[i];\\n        }\\n    }\\n    queue.push(new Item(fun, args));\\n    if (queue.length === 1 && !draining) {\\n        runTimeout(drainQueue);\\n    }\\n};\\n\\n// v8 likes predictible objects\\nfunction Item(fun, array) {\\n    this.fun = fun;\\n    this.array = array;\\n}\\nItem.prototype.run = function () {\\n    this.fun.apply(null, this.array);\\n};\\nprocess.title = 'browser';\\nprocess.browser = true;\\nprocess.env = {};\\nprocess.argv = [];\\nprocess.version = ''; // empty string to avoid regexp issues\\nprocess.versions = {};\\n\\nfunction noop() {}\\n\\nprocess.on = noop;\\nprocess.addListener = noop;\\nprocess.once = noop;\\nprocess.off = noop;\\nprocess.removeListener = noop;\\nprocess.removeAllListeners = noop;\\nprocess.emit = noop;\\nprocess.prependListener = noop;\\nprocess.prependOnceListener = noop;\\n\\nprocess.listeners = function (name) { return [] }\\n\\nprocess.binding = function (name) {\\n    throw new Error('process.binding is not supported');\\n};\\n\\nprocess.cwd = function () { return '/' };\\nprocess.chdir = function (dir) {\\n    throw new Error('process.chdir is not supported');\\n};\\nprocess.umask = function() { return 0; };\\n\"\n        },\n        {\n          \"id\": 4,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_root.js\",\n          \"name\": \"./node_modules/lodash/_root.js\",\n          \"index\": 68,\n          \"index2\": 55,\n          \"size\": 300,\n          \"cacheable\": true,\n          \"built\": true,\n          \"optional\": false,\n          \"prefetched\": false,\n          \"chunks\": [\n            2,\n            3,\n            4\n          ],\n          \"issuer\": \"/Users/jarred/Code/styleurl/node_modules/lodash/isBuffer.js\",\n          \"issuerId\": 28,\n          \"issuerName\": \"./node_modules/lodash/isBuffer.js\",\n          \"issuerPath\": [\n            {\n              \"id\": 342,\n              \"identifier\": \"multi /Users/jarred/Code/styleurl/webpack/customPublicPath /Users/jarred/Code/styleurl/chrome/extension/devtools\",\n              \"name\": \"multi ./webpack/customPublicPath ./chrome/extension/devtools\",\n              \"profile\": {\n                \"factory\": 0,\n                \"building\": 0,\n                \"dependencies\": 54\n              }\n            },\n            {\n              \"id\": 343,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/devtools.js\",\n              \"name\": \"./chrome/extension/devtools.js\",\n              \"profile\": {\n                \"factory\": 55,\n                \"building\": 548\n              }\n            },\n            {\n              \"id\": 345,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/isEmpty.js\",\n              \"name\": \"./node_modules/lodash/isEmpty.js\",\n              \"profile\": {\n                \"factory\": 230,\n                \"building\": 567,\n                \"dependencies\": 245\n              }\n            },\n            {\n              \"id\": 28,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/isBuffer.js\",\n              \"name\": \"./node_modules/lodash/isBuffer.js\",\n              \"profile\": {\n                \"factory\": 247,\n                \"building\": 72,\n                \"dependencies\": 1\n              }\n            }\n          ],\n          \"profile\": {\n            \"factory\": 85,\n            \"building\": 100\n          },\n          \"failed\": false,\n          \"errors\": 0,\n          \"warnings\": 0,\n          \"assets\": [],\n          \"reasons\": [\n            {\n              \"moduleId\": 13,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_Symbol.js\",\n              \"module\": \"./node_modules/lodash/_Symbol.js\",\n              \"moduleName\": \"./node_modules/lodash/_Symbol.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"./_root\",\n              \"loc\": \"1:11-29\"\n            },\n            {\n              \"moduleId\": 28,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/isBuffer.js\",\n              \"module\": \"./node_modules/lodash/isBuffer.js\",\n              \"moduleName\": \"./node_modules/lodash/isBuffer.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"./_root\",\n              \"loc\": \"1:11-29\"\n            },\n            {\n              \"moduleId\": 42,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_Map.js\",\n              \"module\": \"./node_modules/lodash/_Map.js\",\n              \"moduleName\": \"./node_modules/lodash/_Map.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"./_root\",\n              \"loc\": \"2:11-29\"\n            },\n            {\n              \"moduleId\": 91,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_coreJsData.js\",\n              \"module\": \"./node_modules/lodash/_coreJsData.js\",\n              \"moduleName\": \"./node_modules/lodash/_coreJsData.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"./_root\",\n              \"loc\": \"1:11-29\"\n            },\n            {\n              \"moduleId\": 96,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_DataView.js\",\n              \"module\": \"./node_modules/lodash/_DataView.js\",\n              \"moduleName\": \"./node_modules/lodash/_DataView.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"./_root\",\n              \"loc\": \"2:11-29\"\n            },\n            {\n              \"moduleId\": 97,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_Promise.js\",\n              \"module\": \"./node_modules/lodash/_Promise.js\",\n              \"moduleName\": \"./node_modules/lodash/_Promise.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"./_root\",\n              \"loc\": \"2:11-29\"\n            },\n            {\n              \"moduleId\": 98,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_Set.js\",\n              \"module\": \"./node_modules/lodash/_Set.js\",\n              \"moduleName\": \"./node_modules/lodash/_Set.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"./_root\",\n              \"loc\": \"2:11-29\"\n            },\n            {\n              \"moduleId\": 99,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_WeakMap.js\",\n              \"module\": \"./node_modules/lodash/_WeakMap.js\",\n              \"moduleName\": \"./node_modules/lodash/_WeakMap.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"./_root\",\n              \"loc\": \"2:11-29\"\n            },\n            {\n              \"moduleId\": 227,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_Uint8Array.js\",\n              \"module\": \"./node_modules/lodash/_Uint8Array.js\",\n              \"moduleName\": \"./node_modules/lodash/_Uint8Array.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"./_root\",\n              \"loc\": \"1:11-29\"\n            }\n          ],\n          \"usedExports\": true,\n          \"providedExports\": null,\n          \"optimizationBailout\": [\n            \"ModuleConcatenation bailout: Module is not an ECMAScript module\"\n          ],\n          \"depth\": 4,\n          \"source\": \"var freeGlobal = require('./_freeGlobal');\\n\\n/** Detect free variable `self`. */\\nvar freeSelf = typeof self == 'object' && self && self.Object === Object && self;\\n\\n/** Used as a reference to the global object. */\\nvar root = freeGlobal || freeSelf || Function('return this')();\\n\\nmodule.exports = root;\\n\"\n        },\n        {\n          \"id\": 5,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_baseGetTag.js\",\n          \"name\": \"./node_modules/lodash/_baseGetTag.js\",\n          \"index\": 66,\n          \"index2\": 59,\n          \"size\": 792,\n          \"cacheable\": true,\n          \"built\": true,\n          \"optional\": false,\n          \"prefetched\": false,\n          \"chunks\": [\n            2,\n            3,\n            4\n          ],\n          \"issuer\": \"/Users/jarred/Code/styleurl/node_modules/lodash/isNumber.js\",\n          \"issuerId\": 344,\n          \"issuerName\": \"./node_modules/lodash/isNumber.js\",\n          \"issuerPath\": [\n            {\n              \"id\": 342,\n              \"identifier\": \"multi /Users/jarred/Code/styleurl/webpack/customPublicPath /Users/jarred/Code/styleurl/chrome/extension/devtools\",\n              \"name\": \"multi ./webpack/customPublicPath ./chrome/extension/devtools\",\n              \"profile\": {\n                \"factory\": 0,\n                \"building\": 0,\n                \"dependencies\": 54\n              }\n            },\n            {\n              \"id\": 343,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/devtools.js\",\n              \"name\": \"./chrome/extension/devtools.js\",\n              \"profile\": {\n                \"factory\": 55,\n                \"building\": 548\n              }\n            },\n            {\n              \"id\": 344,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/isNumber.js\",\n              \"name\": \"./node_modules/lodash/isNumber.js\",\n              \"profile\": {\n                \"factory\": 230,\n                \"building\": 567,\n                \"dependencies\": 245\n              }\n            }\n          ],\n          \"profile\": {\n            \"factory\": 248,\n            \"building\": 66\n          },\n          \"failed\": false,\n          \"errors\": 0,\n          \"warnings\": 0,\n          \"assets\": [],\n          \"reasons\": [\n            {\n              \"moduleId\": 27,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/isFunction.js\",\n              \"module\": \"./node_modules/lodash/isFunction.js\",\n              \"moduleName\": \"./node_modules/lodash/isFunction.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"./_baseGetTag\",\n              \"loc\": \"1:17-41\"\n            },\n            {\n              \"moduleId\": 48,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_baseIsArguments.js\",\n              \"module\": \"./node_modules/lodash/_baseIsArguments.js\",\n              \"moduleName\": \"./node_modules/lodash/_baseIsArguments.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"./_baseGetTag\",\n              \"loc\": \"1:17-41\"\n            },\n            {\n              \"moduleId\": 50,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_baseIsTypedArray.js\",\n              \"module\": \"./node_modules/lodash/_baseIsTypedArray.js\",\n              \"moduleName\": \"./node_modules/lodash/_baseIsTypedArray.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"./_baseGetTag\",\n              \"loc\": \"1:17-41\"\n            },\n            {\n              \"moduleId\": 67,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/isSymbol.js\",\n              \"module\": \"./node_modules/lodash/isSymbol.js\",\n              \"moduleName\": \"./node_modules/lodash/isSymbol.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"./_baseGetTag\",\n              \"loc\": \"1:17-41\"\n            },\n            {\n              \"moduleId\": 95,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_getTag.js\",\n              \"module\": \"./node_modules/lodash/_getTag.js\",\n              \"moduleName\": \"./node_modules/lodash/_getTag.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"./_baseGetTag\",\n              \"loc\": \"6:17-41\"\n            },\n            {\n              \"moduleId\": 344,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/isNumber.js\",\n              \"module\": \"./node_modules/lodash/isNumber.js\",\n              \"moduleName\": \"./node_modules/lodash/isNumber.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"./_baseGetTag\",\n              \"loc\": \"1:17-41\"\n            }\n          ],\n          \"usedExports\": true,\n          \"providedExports\": null,\n          \"optimizationBailout\": [\n            \"ModuleConcatenation bailout: Module is not an ECMAScript module\"\n          ],\n          \"depth\": 3,\n          \"source\": \"var Symbol = require('./_Symbol'),\\n    getRawTag = require('./_getRawTag'),\\n    objectToString = require('./_objectToString');\\n\\n/** `Object#toString` result references. */\\nvar nullTag = '[object Null]',\\n    undefinedTag = '[object Undefined]';\\n\\n/** Built-in value references. */\\nvar symToStringTag = Symbol ? Symbol.toStringTag : undefined;\\n\\n/**\\n * The base implementation of `getTag` without fallbacks for buggy environments.\\n *\\n * @private\\n * @param {*} value The value to query.\\n * @returns {string} Returns the `toStringTag`.\\n */\\nfunction baseGetTag(value) {\\n  if (value == null) {\\n    return value === undefined ? undefinedTag : nullTag;\\n  }\\n  return (symToStringTag && symToStringTag in Object(value))\\n    ? getRawTag(value)\\n    : objectToString(value);\\n}\\n\\nmodule.exports = baseGetTag;\\n\"\n        },\n        {\n          \"id\": 6,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/inherits/inherits_browser.js\",\n          \"name\": \"./node_modules/inherits/inherits_browser.js\",\n          \"index\": 230,\n          \"index2\": 221,\n          \"size\": 672,\n          \"cacheable\": true,\n          \"built\": true,\n          \"optional\": false,\n          \"prefetched\": false,\n          \"chunks\": [\n            2\n          ],\n          \"issuer\": \"/Users/jarred/Code/styleurl/node_modules/stream-browserify/index.js\",\n          \"issuerId\": 39,\n          \"issuerName\": \"./node_modules/stream-browserify/index.js\",\n          \"issuerPath\": [\n            {\n              \"id\": 191,\n              \"identifier\": \"multi /Users/jarred/Code/styleurl/webpack/customPublicPath /Users/jarred/Code/styleurl/chrome/extension/background\",\n              \"name\": \"multi ./webpack/customPublicPath ./chrome/extension/background\",\n              \"profile\": {\n                \"factory\": 0,\n                \"building\": 0,\n                \"dependencies\": 54\n              }\n            },\n            {\n              \"id\": 192,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/background.js\",\n              \"name\": \"./chrome/extension/background.js\",\n              \"profile\": {\n                \"factory\": 54,\n                \"building\": 639,\n                \"dependencies\": 140\n              }\n            },\n            {\n              \"id\": 255,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/stylesheet-differ/lib/index.js\",\n              \"name\": \"./node_modules/stylesheet-differ/lib/index.js\",\n              \"profile\": {\n                \"factory\": 140,\n                \"building\": 568,\n                \"dependencies\": 1\n              }\n            },\n            {\n              \"id\": 256,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/native-css/index.js\",\n              \"name\": \"./node_modules/native-css/index.js\",\n              \"profile\": {\n                \"factory\": 189,\n                \"building\": 603,\n                \"dependencies\": 1\n              }\n            },\n            {\n              \"id\": 257,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/native-css/src/native-css.js\",\n              \"name\": \"./node_modules/native-css/src/native-css.js\",\n              \"profile\": {\n                \"factory\": 26,\n                \"building\": 63,\n                \"dependencies\": 14\n              }\n            },\n            {\n              \"id\": 293,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/fetch/lib/fetch.js\",\n              \"name\": \"./node_modules/fetch/lib/fetch.js\",\n              \"profile\": {\n                \"factory\": 117,\n                \"building\": 25,\n                \"dependencies\": 27\n              }\n            },\n            {\n              \"id\": 39,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/stream-browserify/index.js\",\n              \"name\": \"./node_modules/stream-browserify/index.js\",\n              \"profile\": {\n                \"factory\": 66,\n                \"building\": 38,\n                \"dependencies\": 20\n              }\n            }\n          ],\n          \"profile\": {\n            \"factory\": 83,\n            \"building\": 31,\n            \"dependencies\": 33\n          },\n          \"failed\": false,\n          \"errors\": 0,\n          \"warnings\": 0,\n          \"assets\": [],\n          \"reasons\": [\n            {\n              \"moduleId\": 33,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/readable-stream/lib/_stream_duplex.js\",\n              \"module\": \"./node_modules/readable-stream/lib/_stream_duplex.js\",\n              \"moduleName\": \"./node_modules/readable-stream/lib/_stream_duplex.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"inherits\",\n              \"loc\": \"26:16-35\"\n            },\n            {\n              \"moduleId\": 39,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/stream-browserify/index.js\",\n              \"module\": \"./node_modules/stream-browserify/index.js\",\n              \"moduleName\": \"./node_modules/stream-browserify/index.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"inherits\",\n              \"loc\": \"25:15-34\"\n            },\n            {\n              \"moduleId\": 40,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/stream-http/node_modules/readable-stream/lib/_stream_duplex.js\",\n              \"module\": \"./node_modules/stream-http/node_modules/readable-stream/lib/_stream_duplex.js\",\n              \"moduleName\": \"./node_modules/stream-http/node_modules/readable-stream/lib/_stream_duplex.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"inherits\",\n              \"loc\": \"47:16-35\"\n            },\n            {\n              \"moduleId\": 134,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/readable-stream/lib/_stream_writable.js\",\n              \"module\": \"./node_modules/readable-stream/lib/_stream_writable.js\",\n              \"moduleName\": \"./node_modules/readable-stream/lib/_stream_writable.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"inherits\",\n              \"loc\": \"25:16-35\"\n            },\n            {\n              \"moduleId\": 151,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/readable-stream/lib/_stream_readable.js\",\n              \"module\": \"./node_modules/readable-stream/lib/_stream_readable.js\",\n              \"moduleName\": \"./node_modules/readable-stream/lib/_stream_readable.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"inherits\",\n              \"loc\": \"38:16-35\"\n            },\n            {\n              \"moduleId\": 154,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/readable-stream/lib/_stream_transform.js\",\n              \"module\": \"./node_modules/readable-stream/lib/_stream_transform.js\",\n              \"moduleName\": \"./node_modules/readable-stream/lib/_stream_transform.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"inherits\",\n              \"loc\": \"51:16-35\"\n            },\n            {\n              \"moduleId\": 159,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/stream-http/lib/response.js\",\n              \"module\": \"./node_modules/stream-http/lib/response.js\",\n              \"moduleName\": \"./node_modules/stream-http/lib/response.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"inherits\",\n              \"loc\": \"2:15-34\"\n            },\n            {\n              \"moduleId\": 161,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/stream-http/node_modules/readable-stream/lib/_stream_readable.js\",\n              \"module\": \"./node_modules/stream-http/node_modules/readable-stream/lib/_stream_readable.js\",\n              \"moduleName\": \"./node_modules/stream-http/node_modules/readable-stream/lib/_stream_readable.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"inherits\",\n              \"loc\": \"68:16-35\"\n            },\n            {\n              \"moduleId\": 164,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/stream-http/node_modules/readable-stream/lib/_stream_writable.js\",\n              \"module\": \"./node_modules/stream-http/node_modules/readable-stream/lib/_stream_writable.js\",\n              \"moduleName\": \"./node_modules/stream-http/node_modules/readable-stream/lib/_stream_writable.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"inherits\",\n              \"loc\": \"68:16-35\"\n            },\n            {\n              \"moduleId\": 165,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/stream-http/node_modules/readable-stream/lib/_stream_transform.js\",\n              \"module\": \"./node_modules/stream-http/node_modules/readable-stream/lib/_stream_transform.js\",\n              \"moduleName\": \"./node_modules/stream-http/node_modules/readable-stream/lib/_stream_transform.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"inherits\",\n              \"loc\": \"72:16-35\"\n            },\n            {\n              \"moduleId\": 268,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/readable-stream/lib/_stream_passthrough.js\",\n              \"module\": \"./node_modules/readable-stream/lib/_stream_passthrough.js\",\n              \"moduleName\": \"./node_modules/readable-stream/lib/_stream_passthrough.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"inherits\",\n              \"loc\": \"13:16-35\"\n            },\n            {\n              \"moduleId\": 283,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/css/lib/stringify/compress.js\",\n              \"module\": \"./node_modules/css/lib/stringify/compress.js\",\n              \"moduleName\": \"./node_modules/css/lib/stringify/compress.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"inherits\",\n              \"loc\": \"7:15-34\"\n            },\n            {\n              \"moduleId\": 284,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/css/lib/stringify/identity.js\",\n              \"module\": \"./node_modules/css/lib/stringify/identity.js\",\n              \"moduleName\": \"./node_modules/css/lib/stringify/identity.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"inherits\",\n              \"loc\": \"7:15-34\"\n            },\n            {\n              \"moduleId\": 294,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/stream-http/lib/request.js\",\n              \"module\": \"./node_modules/stream-http/lib/request.js\",\n              \"moduleName\": \"./node_modules/stream-http/lib/request.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"inherits\",\n              \"loc\": \"2:15-34\"\n            },\n            {\n              \"moduleId\": 297,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/stream-http/node_modules/readable-stream/lib/_stream_passthrough.js\",\n              \"module\": \"./node_modules/stream-http/node_modules/readable-stream/lib/_stream_passthrough.js\",\n              \"moduleName\": \"./node_modules/stream-http/node_modules/readable-stream/lib/_stream_passthrough.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"inherits\",\n              \"loc\": \"34:16-35\"\n            }\n          ],\n          \"usedExports\": true,\n          \"providedExports\": null,\n          \"optimizationBailout\": [\n            \"ModuleConcatenation bailout: Module is not an ECMAScript module\"\n          ],\n          \"depth\": 7,\n          \"source\": \"if (typeof Object.create === 'function') {\\n  // implementation from standard node.js 'util' module\\n  module.exports = function inherits(ctor, superCtor) {\\n    ctor.super_ = superCtor\\n    ctor.prototype = Object.create(superCtor.prototype, {\\n      constructor: {\\n        value: ctor,\\n        enumerable: false,\\n        writable: true,\\n        configurable: true\\n      }\\n    });\\n  };\\n} else {\\n  // old school shim for old browsers\\n  module.exports = function inherits(ctor, superCtor) {\\n    ctor.super_ = superCtor\\n    var TempCtor = function () {}\\n    TempCtor.prototype = superCtor.prototype\\n    ctor.prototype = new TempCtor()\\n    ctor.prototype.constructor = ctor\\n  }\\n}\\n\"\n        },\n        {\n          \"id\": 7,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/isArray.js\",\n          \"name\": \"./node_modules/lodash/isArray.js\",\n          \"index\": 108,\n          \"index2\": 97,\n          \"size\": 488,\n          \"cacheable\": true,\n          \"built\": true,\n          \"optional\": false,\n          \"prefetched\": false,\n          \"chunks\": [\n            2,\n            3,\n            4\n          ],\n          \"issuer\": \"/Users/jarred/Code/styleurl/node_modules/lodash/isEmpty.js\",\n          \"issuerId\": 345,\n          \"issuerName\": \"./node_modules/lodash/isEmpty.js\",\n          \"issuerPath\": [\n            {\n              \"id\": 342,\n              \"identifier\": \"multi /Users/jarred/Code/styleurl/webpack/customPublicPath /Users/jarred/Code/styleurl/chrome/extension/devtools\",\n              \"name\": \"multi ./webpack/customPublicPath ./chrome/extension/devtools\",\n              \"profile\": {\n                \"factory\": 0,\n                \"building\": 0,\n                \"dependencies\": 54\n              }\n            },\n            {\n              \"id\": 343,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/devtools.js\",\n              \"name\": \"./chrome/extension/devtools.js\",\n              \"profile\": {\n                \"factory\": 55,\n                \"building\": 548\n              }\n            },\n            {\n              \"id\": 345,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/isEmpty.js\",\n              \"name\": \"./node_modules/lodash/isEmpty.js\",\n              \"profile\": {\n                \"factory\": 230,\n                \"building\": 567,\n                \"dependencies\": 245\n              }\n            }\n          ],\n          \"profile\": {\n            \"factory\": 247,\n            \"building\": 72,\n            \"dependencies\": 1\n          },\n          \"failed\": false,\n          \"errors\": 0,\n          \"warnings\": 0,\n          \"assets\": [],\n          \"reasons\": [\n            {\n              \"moduleId\": 46,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_arrayLikeKeys.js\",\n              \"module\": \"./node_modules/lodash/_arrayLikeKeys.js\",\n              \"moduleName\": \"./node_modules/lodash/_arrayLikeKeys.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"./isArray\",\n              \"loc\": \"3:14-34\"\n            },\n            {\n              \"moduleId\": 100,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_isKey.js\",\n              \"module\": \"./node_modules/lodash/_isKey.js\",\n              \"moduleName\": \"./node_modules/lodash/_isKey.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"./isArray\",\n              \"loc\": \"1:14-34\"\n            },\n            {\n              \"moduleId\": 146,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_castPath.js\",\n              \"module\": \"./node_modules/lodash/_castPath.js\",\n              \"moduleName\": \"./node_modules/lodash/_castPath.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"./isArray\",\n              \"loc\": \"1:14-34\"\n            },\n            {\n              \"moduleId\": 195,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_baseIteratee.js\",\n              \"module\": \"./node_modules/lodash/_baseIteratee.js\",\n              \"moduleName\": \"./node_modules/lodash/_baseIteratee.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"./isArray\",\n              \"loc\": \"4:14-34\"\n            },\n            {\n              \"moduleId\": 220,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_baseIsEqualDeep.js\",\n              \"module\": \"./node_modules/lodash/_baseIsEqualDeep.js\",\n              \"moduleName\": \"./node_modules/lodash/_baseIsEqualDeep.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"./isArray\",\n              \"loc\": \"6:14-34\"\n            },\n            {\n              \"moduleId\": 232,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_baseGetAllKeys.js\",\n              \"module\": \"./node_modules/lodash/_baseGetAllKeys.js\",\n              \"moduleName\": \"./node_modules/lodash/_baseGetAllKeys.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"./isArray\",\n              \"loc\": \"2:14-34\"\n            },\n            {\n              \"moduleId\": 243,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_baseToString.js\",\n              \"module\": \"./node_modules/lodash/_baseToString.js\",\n              \"moduleName\": \"./node_modules/lodash/_baseToString.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"./isArray\",\n              \"loc\": \"3:14-34\"\n            },\n            {\n              \"moduleId\": 246,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_hasPath.js\",\n              \"module\": \"./node_modules/lodash/_hasPath.js\",\n              \"moduleName\": \"./node_modules/lodash/_hasPath.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"./isArray\",\n              \"loc\": \"3:14-34\"\n            },\n            {\n              \"moduleId\": 345,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/isEmpty.js\",\n              \"module\": \"./node_modules/lodash/isEmpty.js\",\n              \"moduleName\": \"./node_modules/lodash/isEmpty.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"./isArray\",\n              \"loc\": \"4:14-34\"\n            },\n            {\n              \"moduleId\": 348,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_isFlattenable.js\",\n              \"module\": \"./node_modules/lodash/_isFlattenable.js\",\n              \"moduleName\": \"./node_modules/lodash/_isFlattenable.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"./isArray\",\n              \"loc\": \"3:14-34\"\n            }\n          ],\n          \"usedExports\": true,\n          \"providedExports\": null,\n          \"optimizationBailout\": [\n            \"ModuleConcatenation bailout: Module is not an ECMAScript module\"\n          ],\n          \"depth\": 3,\n          \"source\": \"/**\\n * Checks if `value` is classified as an `Array` object.\\n *\\n * @static\\n * @memberOf _\\n * @since 0.1.0\\n * @category Lang\\n * @param {*} value The value to check.\\n * @returns {boolean} Returns `true` if `value` is an array, else `false`.\\n * @example\\n *\\n * _.isArray([1, 2, 3]);\\n * // => true\\n *\\n * _.isArray(document.body.children);\\n * // => false\\n *\\n * _.isArray('abc');\\n * // => false\\n *\\n * _.isArray(_.noop);\\n * // => false\\n */\\nvar isArray = Array.isArray;\\n\\nmodule.exports = isArray;\\n\"\n        },\n        {\n          \"id\": 8,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/isObjectLike.js\",\n          \"name\": \"./node_modules/lodash/isObjectLike.js\",\n          \"index\": 117,\n          \"index2\": 103,\n          \"size\": 614,\n          \"cacheable\": true,\n          \"built\": true,\n          \"optional\": false,\n          \"prefetched\": false,\n          \"chunks\": [\n            2,\n            3,\n            4\n          ],\n          \"issuer\": \"/Users/jarred/Code/styleurl/node_modules/lodash/isNumber.js\",\n          \"issuerId\": 344,\n          \"issuerName\": \"./node_modules/lodash/isNumber.js\",\n          \"issuerPath\": [\n            {\n              \"id\": 342,\n              \"identifier\": \"multi /Users/jarred/Code/styleurl/webpack/customPublicPath /Users/jarred/Code/styleurl/chrome/extension/devtools\",\n              \"name\": \"multi ./webpack/customPublicPath ./chrome/extension/devtools\",\n              \"profile\": {\n                \"factory\": 0,\n                \"building\": 0,\n                \"dependencies\": 54\n              }\n            },\n            {\n              \"id\": 343,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/devtools.js\",\n              \"name\": \"./chrome/extension/devtools.js\",\n              \"profile\": {\n                \"factory\": 55,\n                \"building\": 548\n              }\n            },\n            {\n              \"id\": 344,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/isNumber.js\",\n              \"name\": \"./node_modules/lodash/isNumber.js\",\n              \"profile\": {\n                \"factory\": 230,\n                \"building\": 567,\n                \"dependencies\": 245\n              }\n            }\n          ],\n          \"profile\": {\n            \"factory\": 248,\n            \"building\": 66\n          },\n          \"failed\": false,\n          \"errors\": 0,\n          \"warnings\": 0,\n          \"assets\": [],\n          \"reasons\": [\n            {\n              \"moduleId\": 25,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/isArguments.js\",\n              \"module\": \"./node_modules/lodash/isArguments.js\",\n              \"moduleName\": \"./node_modules/lodash/isArguments.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"./isObjectLike\",\n              \"loc\": \"2:19-44\"\n            },\n            {\n              \"moduleId\": 48,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_baseIsArguments.js\",\n              \"module\": \"./node_modules/lodash/_baseIsArguments.js\",\n              \"moduleName\": \"./node_modules/lodash/_baseIsArguments.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"./isObjectLike\",\n              \"loc\": \"2:19-44\"\n            },\n            {\n              \"moduleId\": 50,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_baseIsTypedArray.js\",\n              \"module\": \"./node_modules/lodash/_baseIsTypedArray.js\",\n              \"moduleName\": \"./node_modules/lodash/_baseIsTypedArray.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"./isObjectLike\",\n              \"loc\": \"3:19-44\"\n            },\n            {\n              \"moduleId\": 67,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/isSymbol.js\",\n              \"module\": \"./node_modules/lodash/isSymbol.js\",\n              \"moduleName\": \"./node_modules/lodash/isSymbol.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"./isObjectLike\",\n              \"loc\": \"2:19-44\"\n            },\n            {\n              \"moduleId\": 141,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_baseIsEqual.js\",\n              \"module\": \"./node_modules/lodash/_baseIsEqual.js\",\n              \"moduleName\": \"./node_modules/lodash/_baseIsEqual.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"./isObjectLike\",\n              \"loc\": \"2:19-44\"\n            },\n            {\n              \"moduleId\": 344,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/isNumber.js\",\n              \"module\": \"./node_modules/lodash/isNumber.js\",\n              \"moduleName\": \"./node_modules/lodash/isNumber.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"./isObjectLike\",\n              \"loc\": \"2:19-44\"\n            }\n          ],\n          \"usedExports\": true,\n          \"providedExports\": null,\n          \"optimizationBailout\": [\n            \"ModuleConcatenation bailout: Module is not an ECMAScript module\"\n          ],\n          \"depth\": 3,\n          \"source\": \"/**\\n * Checks if `value` is object-like. A value is object-like if it's not `null`\\n * and has a `typeof` result of \\\"object\\\".\\n *\\n * @static\\n * @memberOf _\\n * @since 4.0.0\\n * @category Lang\\n * @param {*} value The value to check.\\n * @returns {boolean} Returns `true` if `value` is object-like, else `false`.\\n * @example\\n *\\n * _.isObjectLike({});\\n * // => true\\n *\\n * _.isObjectLike([1, 2, 3]);\\n * // => true\\n *\\n * _.isObjectLike(_.noop);\\n * // => false\\n *\\n * _.isObjectLike(null);\\n * // => false\\n */\\nfunction isObjectLike(value) {\\n  return value != null && typeof value == 'object';\\n}\\n\\nmodule.exports = isObjectLike;\\n\"\n        },\n        {\n          \"id\": 9,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/webpack/buildin/module.js\",\n          \"name\": \"(webpack)/buildin/module.js\",\n          \"index\": 119,\n          \"index2\": 106,\n          \"size\": 497,\n          \"cacheable\": true,\n          \"built\": true,\n          \"optional\": false,\n          \"prefetched\": false,\n          \"chunks\": [\n            2,\n            3,\n            4\n          ],\n          \"issuer\": \"/Users/jarred/Code/styleurl/node_modules/lodash/isBuffer.js\",\n          \"issuerId\": 28,\n          \"issuerName\": \"./node_modules/lodash/isBuffer.js\",\n          \"issuerPath\": [\n            {\n              \"id\": 342,\n              \"identifier\": \"multi /Users/jarred/Code/styleurl/webpack/customPublicPath /Users/jarred/Code/styleurl/chrome/extension/devtools\",\n              \"name\": \"multi ./webpack/customPublicPath ./chrome/extension/devtools\",\n              \"profile\": {\n                \"factory\": 0,\n                \"building\": 0,\n                \"dependencies\": 54\n              }\n            },\n            {\n              \"id\": 343,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/devtools.js\",\n              \"name\": \"./chrome/extension/devtools.js\",\n              \"profile\": {\n                \"factory\": 55,\n                \"building\": 548\n              }\n            },\n            {\n              \"id\": 345,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/isEmpty.js\",\n              \"name\": \"./node_modules/lodash/isEmpty.js\",\n              \"profile\": {\n                \"factory\": 230,\n                \"building\": 567,\n                \"dependencies\": 245\n              }\n            },\n            {\n              \"id\": 28,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/isBuffer.js\",\n              \"name\": \"./node_modules/lodash/isBuffer.js\",\n              \"profile\": {\n                \"factory\": 247,\n                \"building\": 72,\n                \"dependencies\": 1\n              }\n            }\n          ],\n          \"profile\": {\n            \"factory\": 85,\n            \"building\": 100\n          },\n          \"failed\": false,\n          \"errors\": 0,\n          \"warnings\": 0,\n          \"assets\": [],\n          \"reasons\": [\n            {\n              \"moduleId\": 28,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/isBuffer.js\",\n              \"module\": \"./node_modules/lodash/isBuffer.js\",\n              \"moduleName\": \"./node_modules/lodash/isBuffer.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"module\",\n              \"loc\": \"1:0-41\"\n            },\n            {\n              \"moduleId\": 52,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_nodeUtil.js\",\n              \"module\": \"./node_modules/lodash/_nodeUtil.js\",\n              \"moduleName\": \"./node_modules/lodash/_nodeUtil.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"module\",\n              \"loc\": \"1:0-41\"\n            },\n            {\n              \"moduleId\": 273,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/punycode/punycode.js\",\n              \"module\": \"./node_modules/punycode/punycode.js\",\n              \"moduleName\": \"./node_modules/punycode/punycode.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"module\",\n              \"loc\": \"1:0-41\"\n            },\n            {\n              \"moduleId\": 286,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/css/node_modules/source-map/lib/source-map/source-map-generator.js\",\n              \"module\": \"./node_modules/css/node_modules/source-map/lib/source-map/source-map-generator.js\",\n              \"moduleName\": \"./node_modules/css/node_modules/source-map/lib/source-map/source-map-generator.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"module\",\n              \"loc\": \"1:0-53\"\n            },\n            {\n              \"moduleId\": 287,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/css/node_modules/source-map/lib/source-map/source-map-consumer.js\",\n              \"module\": \"./node_modules/css/node_modules/source-map/lib/source-map/source-map-consumer.js\",\n              \"moduleName\": \"./node_modules/css/node_modules/source-map/lib/source-map/source-map-consumer.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"module\",\n              \"loc\": \"1:0-53\"\n            },\n            {\n              \"moduleId\": 288,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/css/node_modules/source-map/lib/source-map/source-node.js\",\n              \"module\": \"./node_modules/css/node_modules/source-map/lib/source-map/source-node.js\",\n              \"moduleName\": \"./node_modules/css/node_modules/source-map/lib/source-map/source-node.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"module\",\n              \"loc\": \"1:0-53\"\n            },\n            {\n              \"moduleId\": 336,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/lodash.js\",\n              \"module\": \"./node_modules/lodash/lodash.js\",\n              \"moduleName\": \"./node_modules/lodash/lodash.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"module\",\n              \"loc\": \"1:0-41\"\n            }\n          ],\n          \"usedExports\": true,\n          \"providedExports\": null,\n          \"optimizationBailout\": [\n            \"ModuleConcatenation bailout: Module is not an ECMAScript module\"\n          ],\n          \"depth\": 4,\n          \"source\": \"module.exports = function(module) {\\n\\tif (!module.webpackPolyfill) {\\n\\t\\tmodule.deprecate = function() {};\\n\\t\\tmodule.paths = [];\\n\\t\\t// module.parent = undefined by default\\n\\t\\tif (!module.children) module.children = [];\\n\\t\\tObject.defineProperty(module, \\\"loaded\\\", {\\n\\t\\t\\tenumerable: true,\\n\\t\\t\\tget: function() {\\n\\t\\t\\t\\treturn module.l;\\n\\t\\t\\t}\\n\\t\\t});\\n\\t\\tObject.defineProperty(module, \\\"id\\\", {\\n\\t\\t\\tenumerable: true,\\n\\t\\t\\tget: function() {\\n\\t\\t\\t\\treturn module.i;\\n\\t\\t\\t}\\n\\t\\t});\\n\\t\\tmodule.webpackPolyfill = 1;\\n\\t}\\n\\treturn module;\\n};\\n\"\n        },\n        {\n          \"id\": 10,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/js-yaml/lib/js-yaml/common.js\",\n          \"name\": \"./node_modules/js-yaml/lib/js-yaml/common.js\",\n          \"index\": 172,\n          \"index2\": 165,\n          \"size\": 1177,\n          \"cacheable\": true,\n          \"built\": true,\n          \"optional\": false,\n          \"prefetched\": false,\n          \"chunks\": [\n            2,\n            4\n          ],\n          \"issuer\": \"/Users/jarred/Code/styleurl/node_modules/js-yaml/lib/js-yaml/schema.js\",\n          \"issuerId\": 11,\n          \"issuerName\": \"./node_modules/js-yaml/lib/js-yaml/schema.js\",\n          \"issuerPath\": [\n            {\n              \"id\": 350,\n              \"identifier\": \"multi /Users/jarred/Code/styleurl/webpack/customPublicPath /Users/jarred/Code/styleurl/chrome/extension/github_gist_content_script\",\n              \"name\": \"multi ./webpack/customPublicPath ./chrome/extension/github_gist_content_script\",\n              \"profile\": {\n                \"factory\": 0,\n                \"building\": 0,\n                \"dependencies\": 53\n              }\n            },\n            {\n              \"id\": 351,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/github_gist_content_script.js\",\n              \"name\": \"./chrome/extension/github_gist_content_script.js\",\n              \"profile\": {\n                \"factory\": 54,\n                \"building\": 576,\n                \"dependencies\": 194\n              }\n            },\n            {\n              \"id\": 55,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/lib/stylefile.js\",\n              \"name\": \"./chrome/extension/lib/stylefile.js\",\n              \"profile\": {\n                \"factory\": 194,\n                \"building\": 246,\n                \"dependencies\": 40\n              }\n            },\n            {\n              \"id\": 104,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/js-yaml/index.js\",\n              \"name\": \"./node_modules/js-yaml/index.js\",\n              \"profile\": {\n                \"factory\": 408,\n                \"building\": 42\n              }\n            },\n            {\n              \"id\": 105,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/js-yaml/lib/js-yaml.js\",\n              \"name\": \"./node_modules/js-yaml/lib/js-yaml.js\",\n              \"profile\": {\n                \"factory\": 96,\n                \"building\": 77\n              }\n            },\n            {\n              \"id\": 11,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/js-yaml/lib/js-yaml/schema.js\",\n              \"name\": \"./node_modules/js-yaml/lib/js-yaml/schema.js\",\n              \"profile\": {\n                \"factory\": 33,\n                \"building\": 66,\n                \"dependencies\": 42\n              }\n            }\n          ],\n          \"profile\": {\n            \"factory\": 66,\n            \"building\": 9\n          },\n          \"failed\": false,\n          \"errors\": 0,\n          \"warnings\": 0,\n          \"assets\": [],\n          \"reasons\": [\n            {\n              \"moduleId\": 11,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/js-yaml/lib/js-yaml/schema.js\",\n              \"module\": \"./node_modules/js-yaml/lib/js-yaml/schema.js\",\n              \"moduleName\": \"./node_modules/js-yaml/lib/js-yaml/schema.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"./common\",\n              \"loc\": \"5:20-39\"\n            },\n            {\n              \"moduleId\": 106,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/js-yaml/lib/js-yaml/loader.js\",\n              \"module\": \"./node_modules/js-yaml/lib/js-yaml/loader.js\",\n              \"moduleName\": \"./node_modules/js-yaml/lib/js-yaml/loader.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"./common\",\n              \"loc\": \"5:26-45\"\n            },\n            {\n              \"moduleId\": 107,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/js-yaml/lib/js-yaml/mark.js\",\n              \"module\": \"./node_modules/js-yaml/lib/js-yaml/mark.js\",\n              \"moduleName\": \"./node_modules/js-yaml/lib/js-yaml/mark.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"./common\",\n              \"loc\": \"4:13-32\"\n            },\n            {\n              \"moduleId\": 113,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/js-yaml/lib/js-yaml/type/int.js\",\n              \"module\": \"./node_modules/js-yaml/lib/js-yaml/type/int.js\",\n              \"moduleName\": \"./node_modules/js-yaml/lib/js-yaml/type/int.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"../common\",\n              \"loc\": \"3:13-33\"\n            },\n            {\n              \"moduleId\": 114,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/js-yaml/lib/js-yaml/type/float.js\",\n              \"module\": \"./node_modules/js-yaml/lib/js-yaml/type/float.js\",\n              \"moduleName\": \"./node_modules/js-yaml/lib/js-yaml/type/float.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"../common\",\n              \"loc\": \"3:13-33\"\n            },\n            {\n              \"moduleId\": 127,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/js-yaml/lib/js-yaml/dumper.js\",\n              \"module\": \"./node_modules/js-yaml/lib/js-yaml/dumper.js\",\n              \"moduleName\": \"./node_modules/js-yaml/lib/js-yaml/dumper.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"./common\",\n              \"loc\": \"5:26-45\"\n            }\n          ],\n          \"usedExports\": true,\n          \"providedExports\": null,\n          \"optimizationBailout\": [\n            \"ModuleConcatenation bailout: Module is not an ECMAScript module\"\n          ],\n          \"depth\": 6,\n          \"source\": \"'use strict';\\n\\n\\nfunction isNothing(subject) {\\n  return (typeof subject === 'undefined') || (subject === null);\\n}\\n\\n\\nfunction isObject(subject) {\\n  return (typeof subject === 'object') && (subject !== null);\\n}\\n\\n\\nfunction toArray(sequence) {\\n  if (Array.isArray(sequence)) return sequence;\\n  else if (isNothing(sequence)) return [];\\n\\n  return [ sequence ];\\n}\\n\\n\\nfunction extend(target, source) {\\n  var index, length, key, sourceKeys;\\n\\n  if (source) {\\n    sourceKeys = Object.keys(source);\\n\\n    for (index = 0, length = sourceKeys.length; index < length; index += 1) {\\n      key = sourceKeys[index];\\n      target[key] = source[key];\\n    }\\n  }\\n\\n  return target;\\n}\\n\\n\\nfunction repeat(string, count) {\\n  var result = '', cycle;\\n\\n  for (cycle = 0; cycle < count; cycle += 1) {\\n    result += string;\\n  }\\n\\n  return result;\\n}\\n\\n\\nfunction isNegativeZero(number) {\\n  return (number === 0) && (Number.NEGATIVE_INFINITY === 1 / number);\\n}\\n\\n\\nmodule.exports.isNothing      = isNothing;\\nmodule.exports.isObject       = isObject;\\nmodule.exports.toArray        = toArray;\\nmodule.exports.repeat         = repeat;\\nmodule.exports.isNegativeZero = isNegativeZero;\\nmodule.exports.extend         = extend;\\n\"\n        },\n        {\n          \"id\": 11,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/js-yaml/lib/js-yaml/schema.js\",\n          \"name\": \"./node_modules/js-yaml/lib/js-yaml/schema.js\",\n          \"index\": 176,\n          \"index2\": 169,\n          \"size\": 2753,\n          \"cacheable\": true,\n          \"built\": true,\n          \"optional\": false,\n          \"prefetched\": false,\n          \"chunks\": [\n            2,\n            4\n          ],\n          \"issuer\": \"/Users/jarred/Code/styleurl/node_modules/js-yaml/lib/js-yaml.js\",\n          \"issuerId\": 105,\n          \"issuerName\": \"./node_modules/js-yaml/lib/js-yaml.js\",\n          \"issuerPath\": [\n            {\n              \"id\": 350,\n              \"identifier\": \"multi /Users/jarred/Code/styleurl/webpack/customPublicPath /Users/jarred/Code/styleurl/chrome/extension/github_gist_content_script\",\n              \"name\": \"multi ./webpack/customPublicPath ./chrome/extension/github_gist_content_script\",\n              \"profile\": {\n                \"factory\": 0,\n                \"building\": 0,\n                \"dependencies\": 53\n              }\n            },\n            {\n              \"id\": 351,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/github_gist_content_script.js\",\n              \"name\": \"./chrome/extension/github_gist_content_script.js\",\n              \"profile\": {\n                \"factory\": 54,\n                \"building\": 576,\n                \"dependencies\": 194\n              }\n            },\n            {\n              \"id\": 55,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/lib/stylefile.js\",\n              \"name\": \"./chrome/extension/lib/stylefile.js\",\n              \"profile\": {\n                \"factory\": 194,\n                \"building\": 246,\n                \"dependencies\": 40\n              }\n            },\n            {\n              \"id\": 104,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/js-yaml/index.js\",\n              \"name\": \"./node_modules/js-yaml/index.js\",\n              \"profile\": {\n                \"factory\": 408,\n                \"building\": 42\n              }\n            },\n            {\n              \"id\": 105,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/js-yaml/lib/js-yaml.js\",\n              \"name\": \"./node_modules/js-yaml/lib/js-yaml.js\",\n              \"profile\": {\n                \"factory\": 96,\n                \"building\": 77\n              }\n            }\n          ],\n          \"profile\": {\n            \"factory\": 33,\n            \"building\": 66,\n            \"dependencies\": 42\n          },\n          \"failed\": false,\n          \"errors\": 0,\n          \"warnings\": 0,\n          \"assets\": [],\n          \"reasons\": [\n            {\n              \"moduleId\": 15,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/js-yaml/lib/js-yaml/schema/default_safe.js\",\n              \"module\": \"./node_modules/js-yaml/lib/js-yaml/schema/default_safe.js\",\n              \"moduleName\": \"./node_modules/js-yaml/lib/js-yaml/schema/default_safe.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"../schema\",\n              \"loc\": \"11:13-33\"\n            },\n            {\n              \"moduleId\": 21,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/js-yaml/lib/js-yaml/schema/default_full.js\",\n              \"module\": \"./node_modules/js-yaml/lib/js-yaml/schema/default_full.js\",\n              \"moduleName\": \"./node_modules/js-yaml/lib/js-yaml/schema/default_full.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"../schema\",\n              \"loc\": \"13:13-33\"\n            },\n            {\n              \"moduleId\": 30,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/js-yaml/lib/js-yaml/schema/failsafe.js\",\n              \"module\": \"./node_modules/js-yaml/lib/js-yaml/schema/failsafe.js\",\n              \"moduleName\": \"./node_modules/js-yaml/lib/js-yaml/schema/failsafe.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"../schema\",\n              \"loc\": \"8:13-33\"\n            },\n            {\n              \"moduleId\": 56,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/js-yaml/lib/js-yaml/schema/core.js\",\n              \"module\": \"./node_modules/js-yaml/lib/js-yaml/schema/core.js\",\n              \"moduleName\": \"./node_modules/js-yaml/lib/js-yaml/schema/core.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"../schema\",\n              \"loc\": \"11:13-33\"\n            },\n            {\n              \"moduleId\": 57,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/js-yaml/lib/js-yaml/schema/json.js\",\n              \"module\": \"./node_modules/js-yaml/lib/js-yaml/schema/json.js\",\n              \"moduleName\": \"./node_modules/js-yaml/lib/js-yaml/schema/json.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"../schema\",\n              \"loc\": \"12:13-33\"\n            },\n            {\n              \"moduleId\": 105,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/js-yaml/lib/js-yaml.js\",\n              \"module\": \"./node_modules/js-yaml/lib/js-yaml.js\",\n              \"moduleName\": \"./node_modules/js-yaml/lib/js-yaml.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"./js-yaml/schema\",\n              \"loc\": \"16:37-64\"\n            }\n          ],\n          \"usedExports\": true,\n          \"providedExports\": null,\n          \"optimizationBailout\": [\n            \"ModuleConcatenation bailout: Module is not an ECMAScript module\"\n          ],\n          \"depth\": 5,\n          \"source\": \"'use strict';\\n\\n/*eslint-disable max-len*/\\n\\nvar common        = require('./common');\\nvar YAMLException = require('./exception');\\nvar Type          = require('./type');\\n\\n\\nfunction compileList(schema, name, result) {\\n  var exclude = [];\\n\\n  schema.include.forEach(function (includedSchema) {\\n    result = compileList(includedSchema, name, result);\\n  });\\n\\n  schema[name].forEach(function (currentType) {\\n    result.forEach(function (previousType, previousIndex) {\\n      if (previousType.tag === currentType.tag && previousType.kind === currentType.kind) {\\n        exclude.push(previousIndex);\\n      }\\n    });\\n\\n    result.push(currentType);\\n  });\\n\\n  return result.filter(function (type, index) {\\n    return exclude.indexOf(index) === -1;\\n  });\\n}\\n\\n\\nfunction compileMap(/* lists... */) {\\n  var result = {\\n        scalar: {},\\n        sequence: {},\\n        mapping: {},\\n        fallback: {}\\n      }, index, length;\\n\\n  function collectType(type) {\\n    result[type.kind][type.tag] = result['fallback'][type.tag] = type;\\n  }\\n\\n  for (index = 0, length = arguments.length; index < length; index += 1) {\\n    arguments[index].forEach(collectType);\\n  }\\n  return result;\\n}\\n\\n\\nfunction Schema(definition) {\\n  this.include  = definition.include  || [];\\n  this.implicit = definition.implicit || [];\\n  this.explicit = definition.explicit || [];\\n\\n  this.implicit.forEach(function (type) {\\n    if (type.loadKind && type.loadKind !== 'scalar') {\\n      throw new YAMLException('There is a non-scalar type in the implicit list of a schema. Implicit resolving of such types is not supported.');\\n    }\\n  });\\n\\n  this.compiledImplicit = compileList(this, 'implicit', []);\\n  this.compiledExplicit = compileList(this, 'explicit', []);\\n  this.compiledTypeMap  = compileMap(this.compiledImplicit, this.compiledExplicit);\\n}\\n\\n\\nSchema.DEFAULT = null;\\n\\n\\nSchema.create = function createSchema() {\\n  var schemas, types;\\n\\n  switch (arguments.length) {\\n    case 1:\\n      schemas = Schema.DEFAULT;\\n      types = arguments[0];\\n      break;\\n\\n    case 2:\\n      schemas = arguments[0];\\n      types = arguments[1];\\n      break;\\n\\n    default:\\n      throw new YAMLException('Wrong number of arguments for Schema.create function');\\n  }\\n\\n  schemas = common.toArray(schemas);\\n  types = common.toArray(types);\\n\\n  if (!schemas.every(function (schema) { return schema instanceof Schema; })) {\\n    throw new YAMLException('Specified list of super schemas (or a single Schema object) contains a non-Schema object.');\\n  }\\n\\n  if (!types.every(function (type) { return type instanceof Type; })) {\\n    throw new YAMLException('Specified list of YAML types (or a single Type object) contains a non-Type object.');\\n  }\\n\\n  return new Schema({\\n    include: schemas,\\n    explicit: types\\n  });\\n};\\n\\n\\nmodule.exports = Schema;\\n\"\n        },\n        {\n          \"id\": 12,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_getNative.js\",\n          \"name\": \"./node_modules/lodash/_getNative.js\",\n          \"index\": 63,\n          \"index2\": 67,\n          \"size\": 483,\n          \"cacheable\": true,\n          \"built\": true,\n          \"optional\": false,\n          \"prefetched\": false,\n          \"chunks\": [\n            2,\n            3\n          ],\n          \"issuer\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_DataView.js\",\n          \"issuerId\": 96,\n          \"issuerName\": \"./node_modules/lodash/_DataView.js\",\n          \"issuerPath\": [\n            {\n              \"id\": 342,\n              \"identifier\": \"multi /Users/jarred/Code/styleurl/webpack/customPublicPath /Users/jarred/Code/styleurl/chrome/extension/devtools\",\n              \"name\": \"multi ./webpack/customPublicPath ./chrome/extension/devtools\",\n              \"profile\": {\n                \"factory\": 0,\n                \"building\": 0,\n                \"dependencies\": 54\n              }\n            },\n            {\n              \"id\": 343,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/devtools.js\",\n              \"name\": \"./chrome/extension/devtools.js\",\n              \"profile\": {\n                \"factory\": 55,\n                \"building\": 548\n              }\n            },\n            {\n              \"id\": 345,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/isEmpty.js\",\n              \"name\": \"./node_modules/lodash/isEmpty.js\",\n              \"profile\": {\n                \"factory\": 230,\n                \"building\": 567,\n                \"dependencies\": 245\n              }\n            },\n            {\n              \"id\": 95,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_getTag.js\",\n              \"name\": \"./node_modules/lodash/_getTag.js\",\n              \"profile\": {\n                \"factory\": 247,\n                \"building\": 72,\n                \"dependencies\": 1\n              }\n            },\n            {\n              \"id\": 96,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_DataView.js\",\n              \"name\": \"./node_modules/lodash/_DataView.js\",\n              \"profile\": {\n                \"factory\": 89,\n                \"building\": 98,\n                \"dependencies\": 85\n              }\n            }\n          ],\n          \"profile\": {\n            \"factory\": 85,\n            \"building\": 16\n          },\n          \"failed\": false,\n          \"errors\": 0,\n          \"warnings\": 0,\n          \"assets\": [],\n          \"reasons\": [\n            {\n              \"moduleId\": 42,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_Map.js\",\n              \"module\": \"./node_modules/lodash/_Map.js\",\n              \"moduleName\": \"./node_modules/lodash/_Map.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"./_getNative\",\n              \"loc\": \"1:16-39\"\n            },\n            {\n              \"moduleId\": 65,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_nativeCreate.js\",\n              \"module\": \"./node_modules/lodash/_nativeCreate.js\",\n              \"moduleName\": \"./node_modules/lodash/_nativeCreate.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"./_getNative\",\n              \"loc\": \"1:16-39\"\n            },\n            {\n              \"moduleId\": 96,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_DataView.js\",\n              \"module\": \"./node_modules/lodash/_DataView.js\",\n              \"moduleName\": \"./node_modules/lodash/_DataView.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"./_getNative\",\n              \"loc\": \"1:16-39\"\n            },\n            {\n              \"moduleId\": 97,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_Promise.js\",\n              \"module\": \"./node_modules/lodash/_Promise.js\",\n              \"moduleName\": \"./node_modules/lodash/_Promise.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"./_getNative\",\n              \"loc\": \"1:16-39\"\n            },\n            {\n              \"moduleId\": 98,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_Set.js\",\n              \"module\": \"./node_modules/lodash/_Set.js\",\n              \"moduleName\": \"./node_modules/lodash/_Set.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"./_getNative\",\n              \"loc\": \"1:16-39\"\n            },\n            {\n              \"moduleId\": 99,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_WeakMap.js\",\n              \"module\": \"./node_modules/lodash/_WeakMap.js\",\n              \"moduleName\": \"./node_modules/lodash/_WeakMap.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"./_getNative\",\n              \"loc\": \"1:16-39\"\n            }\n          ],\n          \"usedExports\": true,\n          \"providedExports\": null,\n          \"optimizationBailout\": [\n            \"ModuleConcatenation bailout: Module is not an ECMAScript module\"\n          ],\n          \"depth\": 5,\n          \"source\": \"var baseIsNative = require('./_baseIsNative'),\\n    getValue = require('./_getValue');\\n\\n/**\\n * Gets the native function at `key` of `object`.\\n *\\n * @private\\n * @param {Object} object The object to query.\\n * @param {string} key The key of the method to get.\\n * @returns {*} Returns the function if it's native, else `undefined`.\\n */\\nfunction getNative(object, key) {\\n  var value = getValue(object, key);\\n  return baseIsNative(value) ? value : undefined;\\n}\\n\\nmodule.exports = getNative;\\n\"\n        },\n        {\n          \"id\": 13,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_Symbol.js\",\n          \"name\": \"./node_modules/lodash/_Symbol.js\",\n          \"index\": 67,\n          \"index2\": 56,\n          \"size\": 118,\n          \"cacheable\": true,\n          \"built\": true,\n          \"optional\": false,\n          \"prefetched\": false,\n          \"chunks\": [\n            2,\n            3,\n            4\n          ],\n          \"issuer\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_baseGetTag.js\",\n          \"issuerId\": 5,\n          \"issuerName\": \"./node_modules/lodash/_baseGetTag.js\",\n          \"issuerPath\": [\n            {\n              \"id\": 342,\n              \"identifier\": \"multi /Users/jarred/Code/styleurl/webpack/customPublicPath /Users/jarred/Code/styleurl/chrome/extension/devtools\",\n              \"name\": \"multi ./webpack/customPublicPath ./chrome/extension/devtools\",\n              \"profile\": {\n                \"factory\": 0,\n                \"building\": 0,\n                \"dependencies\": 54\n              }\n            },\n            {\n              \"id\": 343,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/devtools.js\",\n              \"name\": \"./chrome/extension/devtools.js\",\n              \"profile\": {\n                \"factory\": 55,\n                \"building\": 548\n              }\n            },\n            {\n              \"id\": 344,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/isNumber.js\",\n              \"name\": \"./node_modules/lodash/isNumber.js\",\n              \"profile\": {\n                \"factory\": 230,\n                \"building\": 567,\n                \"dependencies\": 245\n              }\n            },\n            {\n              \"id\": 5,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_baseGetTag.js\",\n              \"name\": \"./node_modules/lodash/_baseGetTag.js\",\n              \"profile\": {\n                \"factory\": 248,\n                \"building\": 66\n              }\n            }\n          ],\n          \"profile\": {\n            \"factory\": 90,\n            \"building\": 97,\n            \"dependencies\": 1\n          },\n          \"failed\": false,\n          \"errors\": 0,\n          \"warnings\": 0,\n          \"assets\": [],\n          \"reasons\": [\n            {\n              \"moduleId\": 5,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_baseGetTag.js\",\n              \"module\": \"./node_modules/lodash/_baseGetTag.js\",\n              \"moduleName\": \"./node_modules/lodash/_baseGetTag.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"./_Symbol\",\n              \"loc\": \"1:13-33\"\n            },\n            {\n              \"moduleId\": 43,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_getRawTag.js\",\n              \"module\": \"./node_modules/lodash/_getRawTag.js\",\n              \"moduleName\": \"./node_modules/lodash/_getRawTag.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"./_Symbol\",\n              \"loc\": \"1:13-33\"\n            },\n            {\n              \"moduleId\": 226,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_equalByTag.js\",\n              \"module\": \"./node_modules/lodash/_equalByTag.js\",\n              \"moduleName\": \"./node_modules/lodash/_equalByTag.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"./_Symbol\",\n              \"loc\": \"1:13-33\"\n            },\n            {\n              \"moduleId\": 243,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_baseToString.js\",\n              \"module\": \"./node_modules/lodash/_baseToString.js\",\n              \"moduleName\": \"./node_modules/lodash/_baseToString.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"./_Symbol\",\n              \"loc\": \"1:13-33\"\n            },\n            {\n              \"moduleId\": 348,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_isFlattenable.js\",\n              \"module\": \"./node_modules/lodash/_isFlattenable.js\",\n              \"moduleName\": \"./node_modules/lodash/_isFlattenable.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"./_Symbol\",\n              \"loc\": \"1:13-33\"\n            }\n          ],\n          \"usedExports\": true,\n          \"providedExports\": null,\n          \"optimizationBailout\": [\n            \"ModuleConcatenation bailout: Module is not an ECMAScript module\"\n          ],\n          \"depth\": 4,\n          \"source\": \"var root = require('./_root');\\n\\n/** Built-in value references. */\\nvar Symbol = root.Symbol;\\n\\nmodule.exports = Symbol;\\n\"\n        },\n        {\n          \"id\": 14,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/js-yaml/lib/js-yaml/exception.js\",\n          \"name\": \"./node_modules/js-yaml/lib/js-yaml/exception.js\",\n          \"index\": 173,\n          \"index2\": 166,\n          \"size\": 1024,\n          \"cacheable\": true,\n          \"built\": true,\n          \"optional\": false,\n          \"prefetched\": false,\n          \"chunks\": [\n            2,\n            4\n          ],\n          \"issuer\": \"/Users/jarred/Code/styleurl/node_modules/js-yaml/lib/js-yaml.js\",\n          \"issuerId\": 105,\n          \"issuerName\": \"./node_modules/js-yaml/lib/js-yaml.js\",\n          \"issuerPath\": [\n            {\n              \"id\": 350,\n              \"identifier\": \"multi /Users/jarred/Code/styleurl/webpack/customPublicPath /Users/jarred/Code/styleurl/chrome/extension/github_gist_content_script\",\n              \"name\": \"multi ./webpack/customPublicPath ./chrome/extension/github_gist_content_script\",\n              \"profile\": {\n                \"factory\": 0,\n                \"building\": 0,\n                \"dependencies\": 53\n              }\n            },\n            {\n              \"id\": 351,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/github_gist_content_script.js\",\n              \"name\": \"./chrome/extension/github_gist_content_script.js\",\n              \"profile\": {\n                \"factory\": 54,\n                \"building\": 576,\n                \"dependencies\": 194\n              }\n            },\n            {\n              \"id\": 55,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/lib/stylefile.js\",\n              \"name\": \"./chrome/extension/lib/stylefile.js\",\n              \"profile\": {\n                \"factory\": 194,\n                \"building\": 246,\n                \"dependencies\": 40\n              }\n            },\n            {\n              \"id\": 104,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/js-yaml/index.js\",\n              \"name\": \"./node_modules/js-yaml/index.js\",\n              \"profile\": {\n                \"factory\": 408,\n                \"building\": 42\n              }\n            },\n            {\n              \"id\": 105,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/js-yaml/lib/js-yaml.js\",\n              \"name\": \"./node_modules/js-yaml/lib/js-yaml.js\",\n              \"profile\": {\n                \"factory\": 96,\n                \"building\": 77\n              }\n            }\n          ],\n          \"profile\": {\n            \"factory\": 33,\n            \"building\": 66,\n            \"dependencies\": 42\n          },\n          \"failed\": false,\n          \"errors\": 0,\n          \"warnings\": 0,\n          \"assets\": [],\n          \"reasons\": [\n            {\n              \"moduleId\": 0,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/js-yaml/lib/js-yaml/type.js\",\n              \"module\": \"./node_modules/js-yaml/lib/js-yaml/type.js\",\n              \"moduleName\": \"./node_modules/js-yaml/lib/js-yaml/type.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"./exception\",\n              \"loc\": \"3:20-42\"\n            },\n            {\n              \"moduleId\": 11,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/js-yaml/lib/js-yaml/schema.js\",\n              \"module\": \"./node_modules/js-yaml/lib/js-yaml/schema.js\",\n              \"moduleName\": \"./node_modules/js-yaml/lib/js-yaml/schema.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"./exception\",\n              \"loc\": \"6:20-42\"\n            },\n            {\n              \"moduleId\": 105,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/js-yaml/lib/js-yaml.js\",\n              \"module\": \"./node_modules/js-yaml/lib/js-yaml.js\",\n              \"moduleName\": \"./node_modules/js-yaml/lib/js-yaml.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"./js-yaml/exception\",\n              \"loc\": \"28:37-67\"\n            },\n            {\n              \"moduleId\": 106,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/js-yaml/lib/js-yaml/loader.js\",\n              \"module\": \"./node_modules/js-yaml/lib/js-yaml/loader.js\",\n              \"moduleName\": \"./node_modules/js-yaml/lib/js-yaml/loader.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"./exception\",\n              \"loc\": \"6:26-48\"\n            },\n            {\n              \"moduleId\": 127,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/js-yaml/lib/js-yaml/dumper.js\",\n              \"module\": \"./node_modules/js-yaml/lib/js-yaml/dumper.js\",\n              \"moduleName\": \"./node_modules/js-yaml/lib/js-yaml/dumper.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"./exception\",\n              \"loc\": \"6:26-48\"\n            }\n          ],\n          \"usedExports\": true,\n          \"providedExports\": null,\n          \"optimizationBailout\": [\n            \"ModuleConcatenation bailout: Module is not an ECMAScript module\"\n          ],\n          \"depth\": 5,\n          \"source\": \"// YAML error class. http://stackoverflow.com/questions/8458984\\n//\\n'use strict';\\n\\nfunction YAMLException(reason, mark) {\\n  // Super constructor\\n  Error.call(this);\\n\\n  this.name = 'YAMLException';\\n  this.reason = reason;\\n  this.mark = mark;\\n  this.message = (this.reason || '(unknown reason)') + (this.mark ? ' ' + this.mark.toString() : '');\\n\\n  // Include stack trace in error object\\n  if (Error.captureStackTrace) {\\n    // Chrome and NodeJS\\n    Error.captureStackTrace(this, this.constructor);\\n  } else {\\n    // FF, IE 10+ and Safari 6+. Fallback for others\\n    this.stack = (new Error()).stack || '';\\n  }\\n}\\n\\n\\n// Inherit from Error\\nYAMLException.prototype = Object.create(Error.prototype);\\nYAMLException.prototype.constructor = YAMLException;\\n\\n\\nYAMLException.prototype.toString = function toString(compact) {\\n  var result = this.name + ': ';\\n\\n  result += this.reason || '(unknown reason)';\\n\\n  if (!compact && this.mark) {\\n    result += ' ' + this.mark.toString();\\n  }\\n\\n  return result;\\n};\\n\\n\\nmodule.exports = YAMLException;\\n\"\n        },\n        {\n          \"id\": 15,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/js-yaml/lib/js-yaml/schema/default_safe.js\",\n          \"name\": \"./node_modules/js-yaml/lib/js-yaml/schema/default_safe.js\",\n          \"index\": 175,\n          \"index2\": 190,\n          \"size\": 601,\n          \"cacheable\": true,\n          \"built\": true,\n          \"optional\": false,\n          \"prefetched\": false,\n          \"chunks\": [\n            2,\n            4\n          ],\n          \"issuer\": \"/Users/jarred/Code/styleurl/node_modules/js-yaml/lib/js-yaml.js\",\n          \"issuerId\": 105,\n          \"issuerName\": \"./node_modules/js-yaml/lib/js-yaml.js\",\n          \"issuerPath\": [\n            {\n              \"id\": 350,\n              \"identifier\": \"multi /Users/jarred/Code/styleurl/webpack/customPublicPath /Users/jarred/Code/styleurl/chrome/extension/github_gist_content_script\",\n              \"name\": \"multi ./webpack/customPublicPath ./chrome/extension/github_gist_content_script\",\n              \"profile\": {\n                \"factory\": 0,\n                \"building\": 0,\n                \"dependencies\": 53\n              }\n            },\n            {\n              \"id\": 351,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/github_gist_content_script.js\",\n              \"name\": \"./chrome/extension/github_gist_content_script.js\",\n              \"profile\": {\n                \"factory\": 54,\n                \"building\": 576,\n                \"dependencies\": 194\n              }\n            },\n            {\n              \"id\": 55,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/lib/stylefile.js\",\n              \"name\": \"./chrome/extension/lib/stylefile.js\",\n              \"profile\": {\n                \"factory\": 194,\n                \"building\": 246,\n                \"dependencies\": 40\n              }\n            },\n            {\n              \"id\": 104,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/js-yaml/index.js\",\n              \"name\": \"./node_modules/js-yaml/index.js\",\n              \"profile\": {\n                \"factory\": 408,\n                \"building\": 42\n              }\n            },\n            {\n              \"id\": 105,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/js-yaml/lib/js-yaml.js\",\n              \"name\": \"./node_modules/js-yaml/lib/js-yaml.js\",\n              \"profile\": {\n                \"factory\": 96,\n                \"building\": 77\n              }\n            }\n          ],\n          \"profile\": {\n            \"factory\": 33,\n            \"building\": 66,\n            \"dependencies\": 42\n          },\n          \"failed\": false,\n          \"errors\": 0,\n          \"warnings\": 0,\n          \"assets\": [],\n          \"reasons\": [\n            {\n              \"moduleId\": 21,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/js-yaml/lib/js-yaml/schema/default_full.js\",\n              \"module\": \"./node_modules/js-yaml/lib/js-yaml/schema/default_full.js\",\n              \"moduleName\": \"./node_modules/js-yaml/lib/js-yaml/schema/default_full.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"./default_safe\",\n              \"loc\": \"18:4-29\"\n            },\n            {\n              \"moduleId\": 105,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/js-yaml/lib/js-yaml.js\",\n              \"module\": \"./node_modules/js-yaml/lib/js-yaml.js\",\n              \"moduleName\": \"./node_modules/js-yaml/lib/js-yaml.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"./js-yaml/schema/default_safe\",\n              \"loc\": \"20:37-77\"\n            },\n            {\n              \"moduleId\": 105,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/js-yaml/lib/js-yaml.js\",\n              \"module\": \"./node_modules/js-yaml/lib/js-yaml.js\",\n              \"moduleName\": \"./node_modules/js-yaml/lib/js-yaml.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"./js-yaml/schema/default_safe\",\n              \"loc\": \"32:32-72\"\n            },\n            {\n              \"moduleId\": 106,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/js-yaml/lib/js-yaml/loader.js\",\n              \"module\": \"./node_modules/js-yaml/lib/js-yaml/loader.js\",\n              \"moduleName\": \"./node_modules/js-yaml/lib/js-yaml/loader.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"./schema/default_safe\",\n              \"loc\": \"8:26-58\"\n            },\n            {\n              \"moduleId\": 127,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/js-yaml/lib/js-yaml/dumper.js\",\n              \"module\": \"./node_modules/js-yaml/lib/js-yaml/dumper.js\",\n              \"moduleName\": \"./node_modules/js-yaml/lib/js-yaml/dumper.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"./schema/default_safe\",\n              \"loc\": \"8:26-58\"\n            }\n          ],\n          \"usedExports\": true,\n          \"providedExports\": null,\n          \"optimizationBailout\": [\n            \"ModuleConcatenation bailout: Module is not an ECMAScript module\"\n          ],\n          \"depth\": 5,\n          \"source\": \"// JS-YAML's default schema for `safeLoad` function.\\n// It is not described in the YAML specification.\\n//\\n// This schema is based on standard YAML's Core schema and includes most of\\n// extra types described at YAML tag repository. (http://yaml.org/type/)\\n\\n\\n'use strict';\\n\\n\\nvar Schema = require('../schema');\\n\\n\\nmodule.exports = new Schema({\\n  include: [\\n    require('./core')\\n  ],\\n  implicit: [\\n    require('../type/timestamp'),\\n    require('../type/merge')\\n  ],\\n  explicit: [\\n    require('../type/binary'),\\n    require('../type/omap'),\\n    require('../type/pairs'),\\n    require('../type/set')\\n  ]\\n});\\n\"\n        },\n        {\n          \"id\": 16,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/last.js\",\n          \"name\": \"./node_modules/lodash/last.js\",\n          \"index\": 164,\n          \"index2\": 162,\n          \"size\": 401,\n          \"cacheable\": true,\n          \"built\": true,\n          \"optional\": false,\n          \"prefetched\": false,\n          \"chunks\": [\n            2,\n            3,\n            4\n          ],\n          \"issuer\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/background.js\",\n          \"issuerId\": 192,\n          \"issuerName\": \"./chrome/extension/background.js\",\n          \"issuerPath\": [\n            {\n              \"id\": 191,\n              \"identifier\": \"multi /Users/jarred/Code/styleurl/webpack/customPublicPath /Users/jarred/Code/styleurl/chrome/extension/background\",\n              \"name\": \"multi ./webpack/customPublicPath ./chrome/extension/background\",\n              \"profile\": {\n                \"factory\": 0,\n                \"building\": 0,\n                \"dependencies\": 54\n              }\n            },\n            {\n              \"id\": 192,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/background.js\",\n              \"name\": \"./chrome/extension/background.js\",\n              \"profile\": {\n                \"factory\": 54,\n                \"building\": 639,\n                \"dependencies\": 140\n              }\n            }\n          ],\n          \"profile\": {\n            \"factory\": 140,\n            \"building\": 568,\n            \"dependencies\": 1\n          },\n          \"failed\": false,\n          \"errors\": 0,\n          \"warnings\": 0,\n          \"assets\": [],\n          \"reasons\": [\n            {\n              \"moduleId\": 55,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/lib/stylefile.js\",\n              \"module\": \"./chrome/extension/lib/stylefile.js\",\n              \"moduleName\": \"./chrome/extension/lib/stylefile.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"lodash/last\",\n              \"loc\": \"8:36-58\"\n            },\n            {\n              \"moduleId\": 59,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/lib/port.js\",\n              \"module\": \"./chrome/extension/lib/port.js\",\n              \"moduleName\": \"./chrome/extension/lib/port.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"lodash/last\",\n              \"loc\": \"8:36-58\"\n            },\n            {\n              \"moduleId\": 101,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/lib/gists.js\",\n              \"module\": \"./chrome/extension/lib/gists.js\",\n              \"moduleName\": \"./chrome/extension/lib/gists.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"lodash/last\",\n              \"loc\": \"10:36-58\"\n            },\n            {\n              \"moduleId\": 192,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/background.js\",\n              \"module\": \"./chrome/extension/background.js\",\n              \"moduleName\": \"./chrome/extension/background.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"lodash/last\",\n              \"loc\": \"9:36-58\"\n            }\n          ],\n          \"usedExports\": true,\n          \"providedExports\": null,\n          \"optimizationBailout\": [\n            \"ModuleConcatenation bailout: Module is not an ECMAScript module\"\n          ],\n          \"depth\": 2,\n          \"source\": \"/**\\n * Gets the last element of `array`.\\n *\\n * @static\\n * @memberOf _\\n * @since 0.1.0\\n * @category Array\\n * @param {Array} array The array to query.\\n * @returns {*} Returns the last element of `array`.\\n * @example\\n *\\n * _.last([1, 2, 3]);\\n * // => 3\\n */\\nfunction last(array) {\\n  var length = array == null ? 0 : array.length;\\n  return length ? array[length - 1] : undefined;\\n}\\n\\nmodule.exports = last;\\n\"\n        },\n        {\n          \"id\": 17,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/core-util-is/lib/util.js\",\n          \"name\": \"./node_modules/core-util-is/lib/util.js\",\n          \"index\": 236,\n          \"index2\": 225,\n          \"size\": 3021,\n          \"cacheable\": true,\n          \"built\": true,\n          \"optional\": false,\n          \"prefetched\": false,\n          \"chunks\": [\n            2\n          ],\n          \"issuer\": \"/Users/jarred/Code/styleurl/node_modules/readable-stream/lib/_stream_duplex.js\",\n          \"issuerId\": 33,\n          \"issuerName\": \"./node_modules/readable-stream/lib/_stream_duplex.js\",\n          \"issuerPath\": [\n            {\n              \"id\": 191,\n              \"identifier\": \"multi /Users/jarred/Code/styleurl/webpack/customPublicPath /Users/jarred/Code/styleurl/chrome/extension/background\",\n              \"name\": \"multi ./webpack/customPublicPath ./chrome/extension/background\",\n              \"profile\": {\n                \"factory\": 0,\n                \"building\": 0,\n                \"dependencies\": 54\n              }\n            },\n            {\n              \"id\": 192,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/background.js\",\n              \"name\": \"./chrome/extension/background.js\",\n              \"profile\": {\n                \"factory\": 54,\n                \"building\": 639,\n                \"dependencies\": 140\n              }\n            },\n            {\n              \"id\": 255,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/stylesheet-differ/lib/index.js\",\n              \"name\": \"./node_modules/stylesheet-differ/lib/index.js\",\n              \"profile\": {\n                \"factory\": 140,\n                \"building\": 568,\n                \"dependencies\": 1\n              }\n            },\n            {\n              \"id\": 256,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/native-css/index.js\",\n              \"name\": \"./node_modules/native-css/index.js\",\n              \"profile\": {\n                \"factory\": 189,\n                \"building\": 603,\n                \"dependencies\": 1\n              }\n            },\n            {\n              \"id\": 257,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/native-css/src/native-css.js\",\n              \"name\": \"./node_modules/native-css/src/native-css.js\",\n              \"profile\": {\n                \"factory\": 26,\n                \"building\": 63,\n                \"dependencies\": 14\n              }\n            },\n            {\n              \"id\": 293,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/fetch/lib/fetch.js\",\n              \"name\": \"./node_modules/fetch/lib/fetch.js\",\n              \"profile\": {\n                \"factory\": 117,\n                \"building\": 25,\n                \"dependencies\": 27\n              }\n            },\n            {\n              \"id\": 39,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/stream-browserify/index.js\",\n              \"name\": \"./node_modules/stream-browserify/index.js\",\n              \"profile\": {\n                \"factory\": 66,\n                \"building\": 38,\n                \"dependencies\": 20\n              }\n            },\n            {\n              \"id\": 132,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/readable-stream/readable-browser.js\",\n              \"name\": \"./node_modules/readable-stream/readable-browser.js\",\n              \"profile\": {\n                \"factory\": 83,\n                \"building\": 31,\n                \"dependencies\": 33\n              }\n            },\n            {\n              \"id\": 33,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/readable-stream/lib/_stream_duplex.js\",\n              \"name\": \"./node_modules/readable-stream/lib/_stream_duplex.js\",\n              \"profile\": {\n                \"factory\": 30,\n                \"building\": 90,\n                \"dependencies\": 58\n              }\n            }\n          ],\n          \"profile\": {\n            \"factory\": 60,\n            \"building\": 28,\n            \"dependencies\": 0\n          },\n          \"failed\": false,\n          \"errors\": 0,\n          \"warnings\": 0,\n          \"assets\": [],\n          \"reasons\": [\n            {\n              \"moduleId\": 33,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/readable-stream/lib/_stream_duplex.js\",\n              \"module\": \"./node_modules/readable-stream/lib/_stream_duplex.js\",\n              \"moduleName\": \"./node_modules/readable-stream/lib/_stream_duplex.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"core-util-is\",\n              \"loc\": \"25:11-34\"\n            },\n            {\n              \"moduleId\": 40,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/stream-http/node_modules/readable-stream/lib/_stream_duplex.js\",\n              \"module\": \"./node_modules/stream-http/node_modules/readable-stream/lib/_stream_duplex.js\",\n              \"moduleName\": \"./node_modules/stream-http/node_modules/readable-stream/lib/_stream_duplex.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"core-util-is\",\n              \"loc\": \"46:11-34\"\n            },\n            {\n              \"moduleId\": 134,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/readable-stream/lib/_stream_writable.js\",\n              \"module\": \"./node_modules/readable-stream/lib/_stream_writable.js\",\n              \"moduleName\": \"./node_modules/readable-stream/lib/_stream_writable.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"core-util-is\",\n              \"loc\": \"24:11-34\"\n            },\n            {\n              \"moduleId\": 151,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/readable-stream/lib/_stream_readable.js\",\n              \"module\": \"./node_modules/readable-stream/lib/_stream_readable.js\",\n              \"moduleName\": \"./node_modules/readable-stream/lib/_stream_readable.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"core-util-is\",\n              \"loc\": \"37:11-34\"\n            },\n            {\n              \"moduleId\": 154,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/readable-stream/lib/_stream_transform.js\",\n              \"module\": \"./node_modules/readable-stream/lib/_stream_transform.js\",\n              \"moduleName\": \"./node_modules/readable-stream/lib/_stream_transform.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"core-util-is\",\n              \"loc\": \"50:11-34\"\n            },\n            {\n              \"moduleId\": 161,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/stream-http/node_modules/readable-stream/lib/_stream_readable.js\",\n              \"module\": \"./node_modules/stream-http/node_modules/readable-stream/lib/_stream_readable.js\",\n              \"moduleName\": \"./node_modules/stream-http/node_modules/readable-stream/lib/_stream_readable.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"core-util-is\",\n              \"loc\": \"67:11-34\"\n            },\n            {\n              \"moduleId\": 164,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/stream-http/node_modules/readable-stream/lib/_stream_writable.js\",\n              \"module\": \"./node_modules/stream-http/node_modules/readable-stream/lib/_stream_writable.js\",\n              \"moduleName\": \"./node_modules/stream-http/node_modules/readable-stream/lib/_stream_writable.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"core-util-is\",\n              \"loc\": \"67:11-34\"\n            },\n            {\n              \"moduleId\": 165,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/stream-http/node_modules/readable-stream/lib/_stream_transform.js\",\n              \"module\": \"./node_modules/stream-http/node_modules/readable-stream/lib/_stream_transform.js\",\n              \"moduleName\": \"./node_modules/stream-http/node_modules/readable-stream/lib/_stream_transform.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"core-util-is\",\n              \"loc\": \"71:11-34\"\n            },\n            {\n              \"moduleId\": 268,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/readable-stream/lib/_stream_passthrough.js\",\n              \"module\": \"./node_modules/readable-stream/lib/_stream_passthrough.js\",\n              \"moduleName\": \"./node_modules/readable-stream/lib/_stream_passthrough.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"core-util-is\",\n              \"loc\": \"12:11-34\"\n            },\n            {\n              \"moduleId\": 297,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/stream-http/node_modules/readable-stream/lib/_stream_passthrough.js\",\n              \"module\": \"./node_modules/stream-http/node_modules/readable-stream/lib/_stream_passthrough.js\",\n              \"moduleName\": \"./node_modules/stream-http/node_modules/readable-stream/lib/_stream_passthrough.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"core-util-is\",\n              \"loc\": \"33:11-34\"\n            }\n          ],\n          \"usedExports\": true,\n          \"providedExports\": null,\n          \"optimizationBailout\": [\n            \"ModuleConcatenation bailout: Module is not an ECMAScript module\"\n          ],\n          \"depth\": 9,\n          \"source\": \"// Copyright Joyent, Inc. and other Node contributors.\\n//\\n// Permission is hereby granted, free of charge, to any person obtaining a\\n// copy of this software and associated documentation files (the\\n// \\\"Software\\\"), to deal in the Software without restriction, including\\n// without limitation the rights to use, copy, modify, merge, publish,\\n// distribute, sublicense, and/or sell copies of the Software, and to permit\\n// persons to whom the Software is furnished to do so, subject to the\\n// following conditions:\\n//\\n// The above copyright notice and this permission notice shall be included\\n// in all copies or substantial portions of the Software.\\n//\\n// THE SOFTWARE IS PROVIDED \\\"AS IS\\\", WITHOUT WARRANTY OF ANY KIND, EXPRESS\\n// OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\\n// MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN\\n// NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM,\\n// DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR\\n// OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE\\n// USE OR OTHER DEALINGS IN THE SOFTWARE.\\n\\n// NOTE: These type checking functions intentionally don't use `instanceof`\\n// because it is fragile and can be easily faked with `Object.create()`.\\n\\nfunction isArray(arg) {\\n  if (Array.isArray) {\\n    return Array.isArray(arg);\\n  }\\n  return objectToString(arg) === '[object Array]';\\n}\\nexports.isArray = isArray;\\n\\nfunction isBoolean(arg) {\\n  return typeof arg === 'boolean';\\n}\\nexports.isBoolean = isBoolean;\\n\\nfunction isNull(arg) {\\n  return arg === null;\\n}\\nexports.isNull = isNull;\\n\\nfunction isNullOrUndefined(arg) {\\n  return arg == null;\\n}\\nexports.isNullOrUndefined = isNullOrUndefined;\\n\\nfunction isNumber(arg) {\\n  return typeof arg === 'number';\\n}\\nexports.isNumber = isNumber;\\n\\nfunction isString(arg) {\\n  return typeof arg === 'string';\\n}\\nexports.isString = isString;\\n\\nfunction isSymbol(arg) {\\n  return typeof arg === 'symbol';\\n}\\nexports.isSymbol = isSymbol;\\n\\nfunction isUndefined(arg) {\\n  return arg === void 0;\\n}\\nexports.isUndefined = isUndefined;\\n\\nfunction isRegExp(re) {\\n  return objectToString(re) === '[object RegExp]';\\n}\\nexports.isRegExp = isRegExp;\\n\\nfunction isObject(arg) {\\n  return typeof arg === 'object' && arg !== null;\\n}\\nexports.isObject = isObject;\\n\\nfunction isDate(d) {\\n  return objectToString(d) === '[object Date]';\\n}\\nexports.isDate = isDate;\\n\\nfunction isError(e) {\\n  return (objectToString(e) === '[object Error]' || e instanceof Error);\\n}\\nexports.isError = isError;\\n\\nfunction isFunction(arg) {\\n  return typeof arg === 'function';\\n}\\nexports.isFunction = isFunction;\\n\\nfunction isPrimitive(arg) {\\n  return arg === null ||\\n         typeof arg === 'boolean' ||\\n         typeof arg === 'number' ||\\n         typeof arg === 'string' ||\\n         typeof arg === 'symbol' ||  // ES6 symbol\\n         typeof arg === 'undefined';\\n}\\nexports.isPrimitive = isPrimitive;\\n\\nexports.isBuffer = Buffer.isBuffer;\\n\\nfunction objectToString(o) {\\n  return Object.prototype.toString.call(o);\\n}\\n\"\n        },\n        {\n          \"id\": 18,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/webpack/customPublicPath.js\",\n          \"name\": \"./webpack/customPublicPath.js\",\n          \"index\": 1,\n          \"index2\": 0,\n          \"size\": 598,\n          \"cacheable\": true,\n          \"built\": true,\n          \"optional\": false,\n          \"prefetched\": false,\n          \"chunks\": [\n            0,\n            1,\n            2,\n            3,\n            4\n          ],\n          \"issuer\": \"multi /Users/jarred/Code/styleurl/webpack/customPublicPath /Users/jarred/Code/styleurl/chrome/extension/popup\",\n          \"issuerId\": 171,\n          \"issuerName\": \"multi ./webpack/customPublicPath ./chrome/extension/popup\",\n          \"issuerPath\": [\n            {\n              \"id\": 171,\n              \"identifier\": \"multi /Users/jarred/Code/styleurl/webpack/customPublicPath /Users/jarred/Code/styleurl/chrome/extension/popup\",\n              \"name\": \"multi ./webpack/customPublicPath ./chrome/extension/popup\",\n              \"profile\": {\n                \"factory\": 0,\n                \"building\": 3\n              }\n            }\n          ],\n          \"profile\": {\n            \"factory\": 58,\n            \"building\": 445\n          },\n          \"failed\": false,\n          \"errors\": 0,\n          \"warnings\": 0,\n          \"assets\": [],\n          \"reasons\": [\n            {\n              \"moduleId\": 171,\n              \"moduleIdentifier\": \"multi /Users/jarred/Code/styleurl/webpack/customPublicPath /Users/jarred/Code/styleurl/chrome/extension/popup\",\n              \"module\": \"multi ./webpack/customPublicPath ./chrome/extension/popup\",\n              \"moduleName\": \"multi ./webpack/customPublicPath ./chrome/extension/popup\",\n              \"type\": \"single entry\",\n              \"userRequest\": \"/Users/jarred/Code/styleurl/webpack/customPublicPath\",\n              \"loc\": \"+0\"\n            },\n            {\n              \"moduleId\": 180,\n              \"moduleIdentifier\": \"multi /Users/jarred/Code/styleurl/webpack/customPublicPath /Users/jarred/Code/styleurl/chrome/extension/inject\",\n              \"module\": \"multi ./webpack/customPublicPath ./chrome/extension/inject\",\n              \"moduleName\": \"multi ./webpack/customPublicPath ./chrome/extension/inject\",\n              \"type\": \"single entry\",\n              \"userRequest\": \"/Users/jarred/Code/styleurl/webpack/customPublicPath\",\n              \"loc\": \"+0\"\n            },\n            {\n              \"moduleId\": 191,\n              \"moduleIdentifier\": \"multi /Users/jarred/Code/styleurl/webpack/customPublicPath /Users/jarred/Code/styleurl/chrome/extension/background\",\n              \"module\": \"multi ./webpack/customPublicPath ./chrome/extension/background\",\n              \"moduleName\": \"multi ./webpack/customPublicPath ./chrome/extension/background\",\n              \"type\": \"single entry\",\n              \"userRequest\": \"/Users/jarred/Code/styleurl/webpack/customPublicPath\",\n              \"loc\": \"+0\"\n            },\n            {\n              \"moduleId\": 342,\n              \"moduleIdentifier\": \"multi /Users/jarred/Code/styleurl/webpack/customPublicPath /Users/jarred/Code/styleurl/chrome/extension/devtools\",\n              \"module\": \"multi ./webpack/customPublicPath ./chrome/extension/devtools\",\n              \"moduleName\": \"multi ./webpack/customPublicPath ./chrome/extension/devtools\",\n              \"type\": \"single entry\",\n              \"userRequest\": \"/Users/jarred/Code/styleurl/webpack/customPublicPath\",\n              \"loc\": \"+0\"\n            },\n            {\n              \"moduleId\": 350,\n              \"moduleIdentifier\": \"multi /Users/jarred/Code/styleurl/webpack/customPublicPath /Users/jarred/Code/styleurl/chrome/extension/github_gist_content_script\",\n              \"module\": \"multi ./webpack/customPublicPath ./chrome/extension/github_gist_content_script\",\n              \"moduleName\": \"multi ./webpack/customPublicPath ./chrome/extension/github_gist_content_script\",\n              \"type\": \"single entry\",\n              \"userRequest\": \"/Users/jarred/Code/styleurl/webpack/customPublicPath\",\n              \"loc\": \"+0\"\n            }\n          ],\n          \"usedExports\": true,\n          \"providedExports\": null,\n          \"optimizationBailout\": [\n            \"ModuleConcatenation bailout: Module is not an ECMAScript module\"\n          ],\n          \"depth\": 1,\n          \"source\": \"\\\"use strict\\\";\\n\\n/* global __webpack_public_path__ __HOST__ __PORT__ */\\n\\n/* eslint no-global-assign: 0 camelcase: 0 */\\nif (process.env.NODE_ENV === \\\"production\\\") {\\n  __webpack_public_path__ = chrome.extension.getURL(\\\"\\\");\\n} else {\\n  // In development mode,\\n  // the iframe of injectpage cannot get correct path,\\n  // it need to get parent page protocol.\\n  const path = `//${__HOST__}:${__PORT__}/`;\\n\\n  if (location.protocol === \\\"https:\\\" || location.search.indexOf(\\\"protocol=https\\\") !== -1) {\\n    __webpack_public_path__ = `https:${path}`;\\n  } else {\\n    __webpack_public_path__ = `http:${path}`;\\n  }\\n}\"\n        },\n        {\n          \"id\": 19,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/isObject.js\",\n          \"name\": \"./node_modules/lodash/isObject.js\",\n          \"index\": 72,\n          \"index2\": 60,\n          \"size\": 733,\n          \"cacheable\": true,\n          \"built\": true,\n          \"optional\": false,\n          \"prefetched\": false,\n          \"chunks\": [\n            2,\n            3,\n            4\n          ],\n          \"issuer\": \"/Users/jarred/Code/styleurl/node_modules/lodash/isFunction.js\",\n          \"issuerId\": 27,\n          \"issuerName\": \"./node_modules/lodash/isFunction.js\",\n          \"issuerPath\": [\n            {\n              \"id\": 342,\n              \"identifier\": \"multi /Users/jarred/Code/styleurl/webpack/customPublicPath /Users/jarred/Code/styleurl/chrome/extension/devtools\",\n              \"name\": \"multi ./webpack/customPublicPath ./chrome/extension/devtools\",\n              \"profile\": {\n                \"factory\": 0,\n                \"building\": 0,\n                \"dependencies\": 54\n              }\n            },\n            {\n              \"id\": 343,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/devtools.js\",\n              \"name\": \"./chrome/extension/devtools.js\",\n              \"profile\": {\n                \"factory\": 55,\n                \"building\": 548\n              }\n            },\n            {\n              \"id\": 345,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/isEmpty.js\",\n              \"name\": \"./node_modules/lodash/isEmpty.js\",\n              \"profile\": {\n                \"factory\": 230,\n                \"building\": 567,\n                \"dependencies\": 245\n              }\n            },\n            {\n              \"id\": 37,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/isArrayLike.js\",\n              \"name\": \"./node_modules/lodash/isArrayLike.js\",\n              \"profile\": {\n                \"factory\": 247,\n                \"building\": 72,\n                \"dependencies\": 1\n              }\n            },\n            {\n              \"id\": 27,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/isFunction.js\",\n              \"name\": \"./node_modules/lodash/isFunction.js\",\n              \"profile\": {\n                \"factory\": 87,\n                \"building\": 100,\n                \"dependencies\": 0\n              }\n            }\n          ],\n          \"profile\": {\n            \"factory\": 81,\n            \"building\": 16\n          },\n          \"failed\": false,\n          \"errors\": 0,\n          \"warnings\": 0,\n          \"assets\": [],\n          \"reasons\": [\n            {\n              \"moduleId\": 27,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/isFunction.js\",\n              \"module\": \"./node_modules/lodash/isFunction.js\",\n              \"moduleName\": \"./node_modules/lodash/isFunction.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"./isObject\",\n              \"loc\": \"2:15-36\"\n            },\n            {\n              \"moduleId\": 89,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_baseIsNative.js\",\n              \"module\": \"./node_modules/lodash/_baseIsNative.js\",\n              \"moduleName\": \"./node_modules/lodash/_baseIsNative.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"./isObject\",\n              \"loc\": \"3:15-36\"\n            },\n            {\n              \"moduleId\": 143,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_isStrictComparable.js\",\n              \"module\": \"./node_modules/lodash/_isStrictComparable.js\",\n              \"moduleName\": \"./node_modules/lodash/_isStrictComparable.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"./isObject\",\n              \"loc\": \"1:15-36\"\n            },\n            {\n              \"moduleId\": 252,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/toNumber.js\",\n              \"module\": \"./node_modules/lodash/toNumber.js\",\n              \"moduleName\": \"./node_modules/lodash/toNumber.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"./isObject\",\n              \"loc\": \"1:15-36\"\n            }\n          ],\n          \"usedExports\": true,\n          \"providedExports\": null,\n          \"optimizationBailout\": [\n            \"ModuleConcatenation bailout: Module is not an ECMAScript module\"\n          ],\n          \"depth\": 5,\n          \"source\": \"/**\\n * Checks if `value` is the\\n * [language type](http://www.ecma-international.org/ecma-262/7.0/#sec-ecmascript-language-types)\\n * of `Object`. (e.g. arrays, functions, objects, regexes, `new Number(0)`, and `new String('')`)\\n *\\n * @static\\n * @memberOf _\\n * @since 0.1.0\\n * @category Lang\\n * @param {*} value The value to check.\\n * @returns {boolean} Returns `true` if `value` is an object, else `false`.\\n * @example\\n *\\n * _.isObject({});\\n * // => true\\n *\\n * _.isObject([1, 2, 3]);\\n * // => true\\n *\\n * _.isObject(_.noop);\\n * // => true\\n *\\n * _.isObject(null);\\n * // => false\\n */\\nfunction isObject(value) {\\n  var type = typeof value;\\n  return value != null && (type == 'object' || type == 'function');\\n}\\n\\nmodule.exports = isObject;\\n\"\n        },\n        {\n          \"id\": 20,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/isLength.js\",\n          \"name\": \"./node_modules/lodash/isLength.js\",\n          \"index\": 124,\n          \"index2\": 110,\n          \"size\": 802,\n          \"cacheable\": true,\n          \"built\": true,\n          \"optional\": false,\n          \"prefetched\": false,\n          \"chunks\": [\n            2,\n            3,\n            4\n          ],\n          \"issuer\": \"/Users/jarred/Code/styleurl/node_modules/lodash/isArrayLike.js\",\n          \"issuerId\": 37,\n          \"issuerName\": \"./node_modules/lodash/isArrayLike.js\",\n          \"issuerPath\": [\n            {\n              \"id\": 342,\n              \"identifier\": \"multi /Users/jarred/Code/styleurl/webpack/customPublicPath /Users/jarred/Code/styleurl/chrome/extension/devtools\",\n              \"name\": \"multi ./webpack/customPublicPath ./chrome/extension/devtools\",\n              \"profile\": {\n                \"factory\": 0,\n                \"building\": 0,\n                \"dependencies\": 54\n              }\n            },\n            {\n              \"id\": 343,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/devtools.js\",\n              \"name\": \"./chrome/extension/devtools.js\",\n              \"profile\": {\n                \"factory\": 55,\n                \"building\": 548\n              }\n            },\n            {\n              \"id\": 345,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/isEmpty.js\",\n              \"name\": \"./node_modules/lodash/isEmpty.js\",\n              \"profile\": {\n                \"factory\": 230,\n                \"building\": 567,\n                \"dependencies\": 245\n              }\n            },\n            {\n              \"id\": 37,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/isArrayLike.js\",\n              \"name\": \"./node_modules/lodash/isArrayLike.js\",\n              \"profile\": {\n                \"factory\": 247,\n                \"building\": 72,\n                \"dependencies\": 1\n              }\n            }\n          ],\n          \"profile\": {\n            \"factory\": 87,\n            \"building\": 100,\n            \"dependencies\": 0\n          },\n          \"failed\": false,\n          \"errors\": 0,\n          \"warnings\": 0,\n          \"assets\": [],\n          \"reasons\": [\n            {\n              \"moduleId\": 37,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/isArrayLike.js\",\n              \"module\": \"./node_modules/lodash/isArrayLike.js\",\n              \"moduleName\": \"./node_modules/lodash/isArrayLike.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"./isLength\",\n              \"loc\": \"2:15-36\"\n            },\n            {\n              \"moduleId\": 50,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_baseIsTypedArray.js\",\n              \"module\": \"./node_modules/lodash/_baseIsTypedArray.js\",\n              \"moduleName\": \"./node_modules/lodash/_baseIsTypedArray.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"./isLength\",\n              \"loc\": \"2:15-36\"\n            },\n            {\n              \"moduleId\": 246,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_hasPath.js\",\n              \"module\": \"./node_modules/lodash/_hasPath.js\",\n              \"moduleName\": \"./node_modules/lodash/_hasPath.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"./isLength\",\n              \"loc\": \"5:15-36\"\n            }\n          ],\n          \"usedExports\": true,\n          \"providedExports\": null,\n          \"optimizationBailout\": [\n            \"ModuleConcatenation bailout: Module is not an ECMAScript module\"\n          ],\n          \"depth\": 4,\n          \"source\": \"/** Used as references for various `Number` constants. */\\nvar MAX_SAFE_INTEGER = 9007199254740991;\\n\\n/**\\n * Checks if `value` is a valid array-like length.\\n *\\n * **Note:** This method is loosely based on\\n * [`ToLength`](http://ecma-international.org/ecma-262/7.0/#sec-tolength).\\n *\\n * @static\\n * @memberOf _\\n * @since 4.0.0\\n * @category Lang\\n * @param {*} value The value to check.\\n * @returns {boolean} Returns `true` if `value` is a valid length, else `false`.\\n * @example\\n *\\n * _.isLength(3);\\n * // => true\\n *\\n * _.isLength(Number.MIN_VALUE);\\n * // => false\\n *\\n * _.isLength(Infinity);\\n * // => false\\n *\\n * _.isLength('3');\\n * // => false\\n */\\nfunction isLength(value) {\\n  return typeof value == 'number' &&\\n    value > -1 && value % 1 == 0 && value <= MAX_SAFE_INTEGER;\\n}\\n\\nmodule.exports = isLength;\\n\"\n        },\n        {\n          \"id\": 21,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/js-yaml/lib/js-yaml/schema/default_full.js\",\n          \"name\": \"./node_modules/js-yaml/lib/js-yaml/schema/default_full.js\",\n          \"index\": 198,\n          \"index2\": 195,\n          \"size\": 610,\n          \"cacheable\": true,\n          \"built\": true,\n          \"optional\": false,\n          \"prefetched\": false,\n          \"chunks\": [\n            2,\n            4\n          ],\n          \"issuer\": \"/Users/jarred/Code/styleurl/node_modules/js-yaml/lib/js-yaml.js\",\n          \"issuerId\": 105,\n          \"issuerName\": \"./node_modules/js-yaml/lib/js-yaml.js\",\n          \"issuerPath\": [\n            {\n              \"id\": 350,\n              \"identifier\": \"multi /Users/jarred/Code/styleurl/webpack/customPublicPath /Users/jarred/Code/styleurl/chrome/extension/github_gist_content_script\",\n              \"name\": \"multi ./webpack/customPublicPath ./chrome/extension/github_gist_content_script\",\n              \"profile\": {\n                \"factory\": 0,\n                \"building\": 0,\n                \"dependencies\": 53\n              }\n            },\n            {\n              \"id\": 351,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/github_gist_content_script.js\",\n              \"name\": \"./chrome/extension/github_gist_content_script.js\",\n              \"profile\": {\n                \"factory\": 54,\n                \"building\": 576,\n                \"dependencies\": 194\n              }\n            },\n            {\n              \"id\": 55,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/lib/stylefile.js\",\n              \"name\": \"./chrome/extension/lib/stylefile.js\",\n              \"profile\": {\n                \"factory\": 194,\n                \"building\": 246,\n                \"dependencies\": 40\n              }\n            },\n            {\n              \"id\": 104,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/js-yaml/index.js\",\n              \"name\": \"./node_modules/js-yaml/index.js\",\n              \"profile\": {\n                \"factory\": 408,\n                \"building\": 42\n              }\n            },\n            {\n              \"id\": 105,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/js-yaml/lib/js-yaml.js\",\n              \"name\": \"./node_modules/js-yaml/lib/js-yaml.js\",\n              \"profile\": {\n                \"factory\": 96,\n                \"building\": 77\n              }\n            }\n          ],\n          \"profile\": {\n            \"factory\": 33,\n            \"building\": 66,\n            \"dependencies\": 42\n          },\n          \"failed\": false,\n          \"errors\": 0,\n          \"warnings\": 0,\n          \"assets\": [],\n          \"reasons\": [\n            {\n              \"moduleId\": 105,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/js-yaml/lib/js-yaml.js\",\n              \"module\": \"./node_modules/js-yaml/lib/js-yaml.js\",\n              \"moduleName\": \"./node_modules/js-yaml/lib/js-yaml.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"./js-yaml/schema/default_full\",\n              \"loc\": \"21:37-77\"\n            },\n            {\n              \"moduleId\": 105,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/js-yaml/lib/js-yaml.js\",\n              \"module\": \"./node_modules/js-yaml/lib/js-yaml.js\",\n              \"moduleName\": \"./node_modules/js-yaml/lib/js-yaml.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"./js-yaml/schema/default_full\",\n              \"loc\": \"33:32-72\"\n            },\n            {\n              \"moduleId\": 106,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/js-yaml/lib/js-yaml/loader.js\",\n              \"module\": \"./node_modules/js-yaml/lib/js-yaml/loader.js\",\n              \"moduleName\": \"./node_modules/js-yaml/lib/js-yaml/loader.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"./schema/default_full\",\n              \"loc\": \"9:26-58\"\n            },\n            {\n              \"moduleId\": 127,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/js-yaml/lib/js-yaml/dumper.js\",\n              \"module\": \"./node_modules/js-yaml/lib/js-yaml/dumper.js\",\n              \"moduleName\": \"./node_modules/js-yaml/lib/js-yaml/dumper.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"./schema/default_full\",\n              \"loc\": \"7:26-58\"\n            }\n          ],\n          \"usedExports\": true,\n          \"providedExports\": null,\n          \"optimizationBailout\": [\n            \"ModuleConcatenation bailout: Module is not an ECMAScript module\"\n          ],\n          \"depth\": 5,\n          \"source\": \"// JS-YAML's default schema for `load` function.\\n// It is not described in the YAML specification.\\n//\\n// This schema is based on JS-YAML's default safe schema and includes\\n// JavaScript-specific types: !!js/undefined, !!js/regexp and !!js/function.\\n//\\n// Also this schema is used as default base schema at `Schema.create` function.\\n\\n\\n'use strict';\\n\\n\\nvar Schema = require('../schema');\\n\\n\\nmodule.exports = Schema.DEFAULT = new Schema({\\n  include: [\\n    require('./default_safe')\\n  ],\\n  explicit: [\\n    require('../type/js/undefined'),\\n    require('../type/js/regexp'),\\n    require('../type/js/function')\\n  ]\\n});\\n\"\n        },\n        {\n          \"id\": 23,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_freeGlobal.js\",\n          \"name\": \"./node_modules/lodash/_freeGlobal.js\",\n          \"index\": 69,\n          \"index2\": 54,\n          \"size\": 173,\n          \"cacheable\": true,\n          \"built\": true,\n          \"optional\": false,\n          \"prefetched\": false,\n          \"chunks\": [\n            2,\n            3,\n            4\n          ],\n          \"issuer\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_root.js\",\n          \"issuerId\": 4,\n          \"issuerName\": \"./node_modules/lodash/_root.js\",\n          \"issuerPath\": [\n            {\n              \"id\": 342,\n              \"identifier\": \"multi /Users/jarred/Code/styleurl/webpack/customPublicPath /Users/jarred/Code/styleurl/chrome/extension/devtools\",\n              \"name\": \"multi ./webpack/customPublicPath ./chrome/extension/devtools\",\n              \"profile\": {\n                \"factory\": 0,\n                \"building\": 0,\n                \"dependencies\": 54\n              }\n            },\n            {\n              \"id\": 343,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/devtools.js\",\n              \"name\": \"./chrome/extension/devtools.js\",\n              \"profile\": {\n                \"factory\": 55,\n                \"building\": 548\n              }\n            },\n            {\n              \"id\": 345,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/isEmpty.js\",\n              \"name\": \"./node_modules/lodash/isEmpty.js\",\n              \"profile\": {\n                \"factory\": 230,\n                \"building\": 567,\n                \"dependencies\": 245\n              }\n            },\n            {\n              \"id\": 28,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/isBuffer.js\",\n              \"name\": \"./node_modules/lodash/isBuffer.js\",\n              \"profile\": {\n                \"factory\": 247,\n                \"building\": 72,\n                \"dependencies\": 1\n              }\n            },\n            {\n              \"id\": 4,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_root.js\",\n              \"name\": \"./node_modules/lodash/_root.js\",\n              \"profile\": {\n                \"factory\": 85,\n                \"building\": 100\n              }\n            }\n          ],\n          \"profile\": {\n            \"factory\": 81,\n            \"building\": 16,\n            \"dependencies\": 1\n          },\n          \"failed\": false,\n          \"errors\": 0,\n          \"warnings\": 0,\n          \"assets\": [],\n          \"reasons\": [\n            {\n              \"moduleId\": 4,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_root.js\",\n              \"module\": \"./node_modules/lodash/_root.js\",\n              \"moduleName\": \"./node_modules/lodash/_root.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"./_freeGlobal\",\n              \"loc\": \"1:17-41\"\n            },\n            {\n              \"moduleId\": 52,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_nodeUtil.js\",\n              \"module\": \"./node_modules/lodash/_nodeUtil.js\",\n              \"moduleName\": \"./node_modules/lodash/_nodeUtil.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"./_freeGlobal\",\n              \"loc\": \"1:17-41\"\n            }\n          ],\n          \"usedExports\": true,\n          \"providedExports\": null,\n          \"optimizationBailout\": [\n            \"ModuleConcatenation bailout: Module is not an ECMAScript module\"\n          ],\n          \"depth\": 5,\n          \"source\": \"/** Detect free variable `global` from Node.js. */\\nvar freeGlobal = typeof global == 'object' && global && global.Object === Object && global;\\n\\nmodule.exports = freeGlobal;\\n\"\n        },\n        {\n          \"id\": 24,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/keys.js\",\n          \"name\": \"./node_modules/lodash/keys.js\",\n          \"index\": 112,\n          \"index2\": 121,\n          \"size\": 884,\n          \"cacheable\": true,\n          \"built\": true,\n          \"optional\": false,\n          \"prefetched\": false,\n          \"chunks\": [\n            2,\n            3,\n            4\n          ],\n          \"issuer\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/devtools.js\",\n          \"issuerId\": 343,\n          \"issuerName\": \"./chrome/extension/devtools.js\",\n          \"issuerPath\": [\n            {\n              \"id\": 342,\n              \"identifier\": \"multi /Users/jarred/Code/styleurl/webpack/customPublicPath /Users/jarred/Code/styleurl/chrome/extension/devtools\",\n              \"name\": \"multi ./webpack/customPublicPath ./chrome/extension/devtools\",\n              \"profile\": {\n                \"factory\": 0,\n                \"building\": 0,\n                \"dependencies\": 54\n              }\n            },\n            {\n              \"id\": 343,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/devtools.js\",\n              \"name\": \"./chrome/extension/devtools.js\",\n              \"profile\": {\n                \"factory\": 55,\n                \"building\": 548\n              }\n            }\n          ],\n          \"profile\": {\n            \"factory\": 230,\n            \"building\": 567,\n            \"dependencies\": 245\n          },\n          \"failed\": false,\n          \"errors\": 0,\n          \"warnings\": 0,\n          \"assets\": [],\n          \"reasons\": [\n            {\n              \"moduleId\": 101,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/lib/gists.js\",\n              \"module\": \"./chrome/extension/lib/gists.js\",\n              \"moduleName\": \"./chrome/extension/lib/gists.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"lodash/keys\",\n              \"loc\": \"8:36-58\"\n            },\n            {\n              \"moduleId\": 231,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_getAllKeys.js\",\n              \"module\": \"./node_modules/lodash/_getAllKeys.js\",\n              \"moduleName\": \"./node_modules/lodash/_getAllKeys.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"./keys\",\n              \"loc\": \"3:11-28\"\n            },\n            {\n              \"moduleId\": 236,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_getMatchData.js\",\n              \"module\": \"./node_modules/lodash/_getMatchData.js\",\n              \"moduleName\": \"./node_modules/lodash/_getMatchData.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"./keys\",\n              \"loc\": \"2:11-28\"\n            },\n            {\n              \"moduleId\": 253,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/values.js\",\n              \"module\": \"./node_modules/lodash/values.js\",\n              \"moduleName\": \"./node_modules/lodash/values.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"./keys\",\n              \"loc\": \"2:11-28\"\n            },\n            {\n              \"moduleId\": 343,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/devtools.js\",\n              \"module\": \"./chrome/extension/devtools.js\",\n              \"moduleName\": \"./chrome/extension/devtools.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"lodash/keys\",\n              \"loc\": \"11:36-58\"\n            }\n          ],\n          \"usedExports\": true,\n          \"providedExports\": null,\n          \"optimizationBailout\": [\n            \"ModuleConcatenation bailout: Module is not an ECMAScript module\"\n          ],\n          \"depth\": 2,\n          \"source\": \"var arrayLikeKeys = require('./_arrayLikeKeys'),\\n    baseKeys = require('./_baseKeys'),\\n    isArrayLike = require('./isArrayLike');\\n\\n/**\\n * Creates an array of the own enumerable property names of `object`.\\n *\\n * **Note:** Non-object values are coerced to objects. See the\\n * [ES spec](http://ecma-international.org/ecma-262/7.0/#sec-object.keys)\\n * for more details.\\n *\\n * @static\\n * @since 0.1.0\\n * @memberOf _\\n * @category Object\\n * @param {Object} object The object to query.\\n * @returns {Array} Returns the array of property names.\\n * @example\\n *\\n * function Foo() {\\n *   this.a = 1;\\n *   this.b = 2;\\n * }\\n *\\n * Foo.prototype.c = 3;\\n *\\n * _.keys(new Foo);\\n * // => ['a', 'b'] (iteration order is not guaranteed)\\n *\\n * _.keys('hi');\\n * // => ['0', '1']\\n */\\nfunction keys(object) {\\n  return isArrayLike(object) ? arrayLikeKeys(object) : baseKeys(object);\\n}\\n\\nmodule.exports = keys;\\n\"\n        },\n        {\n          \"id\": 25,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/isArguments.js\",\n          \"name\": \"./node_modules/lodash/isArguments.js\",\n          \"index\": 115,\n          \"index2\": 105,\n          \"size\": 1026,\n          \"cacheable\": true,\n          \"built\": true,\n          \"optional\": false,\n          \"prefetched\": false,\n          \"chunks\": [\n            2,\n            3,\n            4\n          ],\n          \"issuer\": \"/Users/jarred/Code/styleurl/node_modules/lodash/isEmpty.js\",\n          \"issuerId\": 345,\n          \"issuerName\": \"./node_modules/lodash/isEmpty.js\",\n          \"issuerPath\": [\n            {\n              \"id\": 342,\n              \"identifier\": \"multi /Users/jarred/Code/styleurl/webpack/customPublicPath /Users/jarred/Code/styleurl/chrome/extension/devtools\",\n              \"name\": \"multi ./webpack/customPublicPath ./chrome/extension/devtools\",\n              \"profile\": {\n                \"factory\": 0,\n                \"building\": 0,\n                \"dependencies\": 54\n              }\n            },\n            {\n              \"id\": 343,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/devtools.js\",\n              \"name\": \"./chrome/extension/devtools.js\",\n              \"profile\": {\n                \"factory\": 55,\n                \"building\": 548\n              }\n            },\n            {\n              \"id\": 345,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/isEmpty.js\",\n              \"name\": \"./node_modules/lodash/isEmpty.js\",\n              \"profile\": {\n                \"factory\": 230,\n                \"building\": 567,\n                \"dependencies\": 245\n              }\n            }\n          ],\n          \"profile\": {\n            \"factory\": 247,\n            \"building\": 72,\n            \"dependencies\": 1\n          },\n          \"failed\": false,\n          \"errors\": 0,\n          \"warnings\": 0,\n          \"assets\": [],\n          \"reasons\": [\n            {\n              \"moduleId\": 46,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_arrayLikeKeys.js\",\n              \"module\": \"./node_modules/lodash/_arrayLikeKeys.js\",\n              \"moduleName\": \"./node_modules/lodash/_arrayLikeKeys.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"./isArguments\",\n              \"loc\": \"2:18-42\"\n            },\n            {\n              \"moduleId\": 246,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_hasPath.js\",\n              \"module\": \"./node_modules/lodash/_hasPath.js\",\n              \"moduleName\": \"./node_modules/lodash/_hasPath.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"./isArguments\",\n              \"loc\": \"2:18-42\"\n            },\n            {\n              \"moduleId\": 345,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/isEmpty.js\",\n              \"module\": \"./node_modules/lodash/isEmpty.js\",\n              \"moduleName\": \"./node_modules/lodash/isEmpty.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"./isArguments\",\n              \"loc\": \"3:18-42\"\n            },\n            {\n              \"moduleId\": 348,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_isFlattenable.js\",\n              \"module\": \"./node_modules/lodash/_isFlattenable.js\",\n              \"moduleName\": \"./node_modules/lodash/_isFlattenable.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"./isArguments\",\n              \"loc\": \"2:18-42\"\n            }\n          ],\n          \"usedExports\": true,\n          \"providedExports\": null,\n          \"optimizationBailout\": [\n            \"ModuleConcatenation bailout: Module is not an ECMAScript module\"\n          ],\n          \"depth\": 3,\n          \"source\": \"var baseIsArguments = require('./_baseIsArguments'),\\n    isObjectLike = require('./isObjectLike');\\n\\n/** Used for built-in method references. */\\nvar objectProto = Object.prototype;\\n\\n/** Used to check objects for own properties. */\\nvar hasOwnProperty = objectProto.hasOwnProperty;\\n\\n/** Built-in value references. */\\nvar propertyIsEnumerable = objectProto.propertyIsEnumerable;\\n\\n/**\\n * Checks if `value` is likely an `arguments` object.\\n *\\n * @static\\n * @memberOf _\\n * @since 0.1.0\\n * @category Lang\\n * @param {*} value The value to check.\\n * @returns {boolean} Returns `true` if `value` is an `arguments` object,\\n *  else `false`.\\n * @example\\n *\\n * _.isArguments(function() { return arguments; }());\\n * // => true\\n *\\n * _.isArguments([1, 2, 3]);\\n * // => false\\n */\\nvar isArguments = baseIsArguments(function() { return arguments; }()) ? baseIsArguments : function(value) {\\n  return isObjectLike(value) && hasOwnProperty.call(value, 'callee') &&\\n    !propertyIsEnumerable.call(value, 'callee');\\n};\\n\\nmodule.exports = isArguments;\\n\"\n        },\n        {\n          \"id\": 26,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/timers-browserify/main.js\",\n          \"name\": \"./node_modules/timers-browserify/main.js\",\n          \"index\": 207,\n          \"index2\": 205,\n          \"size\": 1895,\n          \"cacheable\": true,\n          \"built\": true,\n          \"optional\": false,\n          \"prefetched\": false,\n          \"chunks\": [\n            2,\n            3\n          ],\n          \"issuer\": \"/Users/jarred/Code/styleurl/node_modules/bluebird/js/browser/bluebird.js\",\n          \"issuerId\": 128,\n          \"issuerName\": \"./node_modules/bluebird/js/browser/bluebird.js\",\n          \"issuerPath\": [\n            {\n              \"id\": 342,\n              \"identifier\": \"multi /Users/jarred/Code/styleurl/webpack/customPublicPath /Users/jarred/Code/styleurl/chrome/extension/devtools\",\n              \"name\": \"multi ./webpack/customPublicPath ./chrome/extension/devtools\",\n              \"profile\": {\n                \"factory\": 0,\n                \"building\": 0,\n                \"dependencies\": 54\n              }\n            },\n            {\n              \"id\": 343,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/devtools.js\",\n              \"name\": \"./chrome/extension/devtools.js\",\n              \"profile\": {\n                \"factory\": 55,\n                \"building\": 548\n              }\n            },\n            {\n              \"id\": 128,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/bluebird/js/browser/bluebird.js\",\n              \"name\": \"./node_modules/bluebird/js/browser/bluebird.js\",\n              \"profile\": {\n                \"factory\": 230,\n                \"building\": 567,\n                \"dependencies\": 245\n              }\n            }\n          ],\n          \"profile\": {\n            \"factory\": 25,\n            \"building\": 24,\n            \"dependencies\": 1\n          },\n          \"failed\": false,\n          \"errors\": 0,\n          \"warnings\": 0,\n          \"assets\": [],\n          \"reasons\": [\n            {\n              \"moduleId\": 128,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/bluebird/js/browser/bluebird.js\",\n              \"module\": \"./node_modules/bluebird/js/browser/bluebird.js\",\n              \"moduleName\": \"./node_modules/bluebird/js/browser/bluebird.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"setImmediate\",\n              \"loc\": \"1:0-47\"\n            },\n            {\n              \"moduleId\": 134,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/readable-stream/lib/_stream_writable.js\",\n              \"module\": \"./node_modules/readable-stream/lib/_stream_writable.js\",\n              \"moduleName\": \"./node_modules/readable-stream/lib/_stream_writable.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"setImmediate\",\n              \"loc\": \"1:0-44\"\n            },\n            {\n              \"moduleId\": 150,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/memfs/lib/setImmediate.js\",\n              \"module\": \"./node_modules/memfs/lib/setImmediate.js\",\n              \"moduleName\": \"./node_modules/memfs/lib/setImmediate.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"setImmediate\",\n              \"loc\": \"1:0-44\"\n            },\n            {\n              \"moduleId\": 164,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/stream-http/node_modules/readable-stream/lib/_stream_writable.js\",\n              \"module\": \"./node_modules/stream-http/node_modules/readable-stream/lib/_stream_writable.js\",\n              \"moduleName\": \"./node_modules/stream-http/node_modules/readable-stream/lib/_stream_writable.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"setImmediate\",\n              \"loc\": \"1:0-50\"\n            },\n            {\n              \"moduleId\": 289,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/source-map-resolve/source-map-resolve.js\",\n              \"module\": \"./node_modules/source-map-resolve/source-map-resolve.js\",\n              \"moduleName\": \"./node_modules/source-map-resolve/source-map-resolve.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"setImmediate\",\n              \"loc\": \"1:0-41\"\n            },\n            {\n              \"moduleId\": 293,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/fetch/lib/fetch.js\",\n              \"module\": \"./node_modules/fetch/lib/fetch.js\",\n              \"moduleName\": \"./node_modules/fetch/lib/fetch.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"setImmediate\",\n              \"loc\": \"1:0-44\"\n            }\n          ],\n          \"usedExports\": true,\n          \"providedExports\": null,\n          \"optimizationBailout\": [\n            \"ModuleConcatenation bailout: Module is not an ECMAScript module\"\n          ],\n          \"depth\": 3,\n          \"source\": \"var apply = Function.prototype.apply;\\n\\n// DOM APIs, for completeness\\n\\nexports.setTimeout = function() {\\n  return new Timeout(apply.call(setTimeout, window, arguments), clearTimeout);\\n};\\nexports.setInterval = function() {\\n  return new Timeout(apply.call(setInterval, window, arguments), clearInterval);\\n};\\nexports.clearTimeout =\\nexports.clearInterval = function(timeout) {\\n  if (timeout) {\\n    timeout.close();\\n  }\\n};\\n\\nfunction Timeout(id, clearFn) {\\n  this._id = id;\\n  this._clearFn = clearFn;\\n}\\nTimeout.prototype.unref = Timeout.prototype.ref = function() {};\\nTimeout.prototype.close = function() {\\n  this._clearFn.call(window, this._id);\\n};\\n\\n// Does not start the time, just sets up the members needed.\\nexports.enroll = function(item, msecs) {\\n  clearTimeout(item._idleTimeoutId);\\n  item._idleTimeout = msecs;\\n};\\n\\nexports.unenroll = function(item) {\\n  clearTimeout(item._idleTimeoutId);\\n  item._idleTimeout = -1;\\n};\\n\\nexports._unrefActive = exports.active = function(item) {\\n  clearTimeout(item._idleTimeoutId);\\n\\n  var msecs = item._idleTimeout;\\n  if (msecs >= 0) {\\n    item._idleTimeoutId = setTimeout(function onTimeout() {\\n      if (item._onTimeout)\\n        item._onTimeout();\\n    }, msecs);\\n  }\\n};\\n\\n// setimmediate attaches itself to the global object\\nrequire(\\\"setimmediate\\\");\\n// On some exotic environments, it's not clear which object `setimmeidate` was\\n// able to install onto.  Search each possibility in the same order as the\\n// `setimmediate` library.\\nexports.setImmediate = (typeof self !== \\\"undefined\\\" && self.setImmediate) ||\\n                       (typeof global !== \\\"undefined\\\" && global.setImmediate) ||\\n                       (this && this.setImmediate);\\nexports.clearImmediate = (typeof self !== \\\"undefined\\\" && self.clearImmediate) ||\\n                         (typeof global !== \\\"undefined\\\" && global.clearImmediate) ||\\n                         (this && this.clearImmediate);\\n\"\n        },\n        {\n          \"id\": 27,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/isFunction.js\",\n          \"name\": \"./node_modules/lodash/isFunction.js\",\n          \"index\": 65,\n          \"index2\": 61,\n          \"size\": 993,\n          \"cacheable\": true,\n          \"built\": true,\n          \"optional\": false,\n          \"prefetched\": false,\n          \"chunks\": [\n            2,\n            3,\n            4\n          ],\n          \"issuer\": \"/Users/jarred/Code/styleurl/node_modules/lodash/isArrayLike.js\",\n          \"issuerId\": 37,\n          \"issuerName\": \"./node_modules/lodash/isArrayLike.js\",\n          \"issuerPath\": [\n            {\n              \"id\": 342,\n              \"identifier\": \"multi /Users/jarred/Code/styleurl/webpack/customPublicPath /Users/jarred/Code/styleurl/chrome/extension/devtools\",\n              \"name\": \"multi ./webpack/customPublicPath ./chrome/extension/devtools\",\n              \"profile\": {\n                \"factory\": 0,\n                \"building\": 0,\n                \"dependencies\": 54\n              }\n            },\n            {\n              \"id\": 343,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/devtools.js\",\n              \"name\": \"./chrome/extension/devtools.js\",\n              \"profile\": {\n                \"factory\": 55,\n                \"building\": 548\n              }\n            },\n            {\n              \"id\": 345,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/isEmpty.js\",\n              \"name\": \"./node_modules/lodash/isEmpty.js\",\n              \"profile\": {\n                \"factory\": 230,\n                \"building\": 567,\n                \"dependencies\": 245\n              }\n            },\n            {\n              \"id\": 37,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/isArrayLike.js\",\n              \"name\": \"./node_modules/lodash/isArrayLike.js\",\n              \"profile\": {\n                \"factory\": 247,\n                \"building\": 72,\n                \"dependencies\": 1\n              }\n            }\n          ],\n          \"profile\": {\n            \"factory\": 87,\n            \"building\": 100,\n            \"dependencies\": 0\n          },\n          \"failed\": false,\n          \"errors\": 0,\n          \"warnings\": 0,\n          \"assets\": [],\n          \"reasons\": [\n            {\n              \"moduleId\": 37,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/isArrayLike.js\",\n              \"module\": \"./node_modules/lodash/isArrayLike.js\",\n              \"moduleName\": \"./node_modules/lodash/isArrayLike.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"./isFunction\",\n              \"loc\": \"1:17-40\"\n            },\n            {\n              \"moduleId\": 89,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_baseIsNative.js\",\n              \"module\": \"./node_modules/lodash/_baseIsNative.js\",\n              \"moduleName\": \"./node_modules/lodash/_baseIsNative.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"./isFunction\",\n              \"loc\": \"1:17-40\"\n            }\n          ],\n          \"usedExports\": true,\n          \"providedExports\": null,\n          \"optimizationBailout\": [\n            \"ModuleConcatenation bailout: Module is not an ECMAScript module\"\n          ],\n          \"depth\": 4,\n          \"source\": \"var baseGetTag = require('./_baseGetTag'),\\n    isObject = require('./isObject');\\n\\n/** `Object#toString` result references. */\\nvar asyncTag = '[object AsyncFunction]',\\n    funcTag = '[object Function]',\\n    genTag = '[object GeneratorFunction]',\\n    proxyTag = '[object Proxy]';\\n\\n/**\\n * Checks if `value` is classified as a `Function` object.\\n *\\n * @static\\n * @memberOf _\\n * @since 0.1.0\\n * @category Lang\\n * @param {*} value The value to check.\\n * @returns {boolean} Returns `true` if `value` is a function, else `false`.\\n * @example\\n *\\n * _.isFunction(_);\\n * // => true\\n *\\n * _.isFunction(/abc/);\\n * // => false\\n */\\nfunction isFunction(value) {\\n  if (!isObject(value)) {\\n    return false;\\n  }\\n  // The use of `Object#toString` avoids issues with the `typeof` operator\\n  // in Safari 9 which returns 'object' for typed arrays and other constructors.\\n  var tag = baseGetTag(value);\\n  return tag == funcTag || tag == genTag || tag == asyncTag || tag == proxyTag;\\n}\\n\\nmodule.exports = isFunction;\\n\"\n        },\n        {\n          \"id\": 28,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/isBuffer.js\",\n          \"name\": \"./node_modules/lodash/isBuffer.js\",\n          \"index\": 118,\n          \"index2\": 108,\n          \"size\": 1114,\n          \"cacheable\": true,\n          \"built\": true,\n          \"optional\": false,\n          \"prefetched\": false,\n          \"chunks\": [\n            2,\n            3,\n            4\n          ],\n          \"issuer\": \"/Users/jarred/Code/styleurl/node_modules/lodash/isEmpty.js\",\n          \"issuerId\": 345,\n          \"issuerName\": \"./node_modules/lodash/isEmpty.js\",\n          \"issuerPath\": [\n            {\n              \"id\": 342,\n              \"identifier\": \"multi /Users/jarred/Code/styleurl/webpack/customPublicPath /Users/jarred/Code/styleurl/chrome/extension/devtools\",\n              \"name\": \"multi ./webpack/customPublicPath ./chrome/extension/devtools\",\n              \"profile\": {\n                \"factory\": 0,\n                \"building\": 0,\n                \"dependencies\": 54\n              }\n            },\n            {\n              \"id\": 343,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/devtools.js\",\n              \"name\": \"./chrome/extension/devtools.js\",\n              \"profile\": {\n                \"factory\": 55,\n                \"building\": 548\n              }\n            },\n            {\n              \"id\": 345,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/isEmpty.js\",\n              \"name\": \"./node_modules/lodash/isEmpty.js\",\n              \"profile\": {\n                \"factory\": 230,\n                \"building\": 567,\n                \"dependencies\": 245\n              }\n            }\n          ],\n          \"profile\": {\n            \"factory\": 247,\n            \"building\": 72,\n            \"dependencies\": 1\n          },\n          \"failed\": false,\n          \"errors\": 0,\n          \"warnings\": 0,\n          \"assets\": [],\n          \"reasons\": [\n            {\n              \"moduleId\": 46,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_arrayLikeKeys.js\",\n              \"module\": \"./node_modules/lodash/_arrayLikeKeys.js\",\n              \"moduleName\": \"./node_modules/lodash/_arrayLikeKeys.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"./isBuffer\",\n              \"loc\": \"4:15-36\"\n            },\n            {\n              \"moduleId\": 220,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_baseIsEqualDeep.js\",\n              \"module\": \"./node_modules/lodash/_baseIsEqualDeep.js\",\n              \"moduleName\": \"./node_modules/lodash/_baseIsEqualDeep.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"./isBuffer\",\n              \"loc\": \"7:15-36\"\n            },\n            {\n              \"moduleId\": 345,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/isEmpty.js\",\n              \"module\": \"./node_modules/lodash/isEmpty.js\",\n              \"moduleName\": \"./node_modules/lodash/isEmpty.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"./isBuffer\",\n              \"loc\": \"6:15-36\"\n            }\n          ],\n          \"usedExports\": true,\n          \"providedExports\": null,\n          \"optimizationBailout\": [\n            \"ModuleConcatenation bailout: Module is not an ECMAScript module\"\n          ],\n          \"depth\": 3,\n          \"source\": \"var root = require('./_root'),\\n    stubFalse = require('./stubFalse');\\n\\n/** Detect free variable `exports`. */\\nvar freeExports = typeof exports == 'object' && exports && !exports.nodeType && exports;\\n\\n/** Detect free variable `module`. */\\nvar freeModule = freeExports && typeof module == 'object' && module && !module.nodeType && module;\\n\\n/** Detect the popular CommonJS extension `module.exports`. */\\nvar moduleExports = freeModule && freeModule.exports === freeExports;\\n\\n/** Built-in value references. */\\nvar Buffer = moduleExports ? root.Buffer : undefined;\\n\\n/* Built-in method references for those with the same name as other `lodash` methods. */\\nvar nativeIsBuffer = Buffer ? Buffer.isBuffer : undefined;\\n\\n/**\\n * Checks if `value` is a buffer.\\n *\\n * @static\\n * @memberOf _\\n * @since 4.3.0\\n * @category Lang\\n * @param {*} value The value to check.\\n * @returns {boolean} Returns `true` if `value` is a buffer, else `false`.\\n * @example\\n *\\n * _.isBuffer(new Buffer(2));\\n * // => true\\n *\\n * _.isBuffer(new Uint8Array(2));\\n * // => false\\n */\\nvar isBuffer = nativeIsBuffer || stubFalse;\\n\\nmodule.exports = isBuffer;\\n\"\n        },\n        {\n          \"id\": 29,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/isTypedArray.js\",\n          \"name\": \"./node_modules/lodash/isTypedArray.js\",\n          \"index\": 122,\n          \"index2\": 114,\n          \"size\": 695,\n          \"cacheable\": true,\n          \"built\": true,\n          \"optional\": false,\n          \"prefetched\": false,\n          \"chunks\": [\n            2,\n            3,\n            4\n          ],\n          \"issuer\": \"/Users/jarred/Code/styleurl/node_modules/lodash/isEmpty.js\",\n          \"issuerId\": 345,\n          \"issuerName\": \"./node_modules/lodash/isEmpty.js\",\n          \"issuerPath\": [\n            {\n              \"id\": 342,\n              \"identifier\": \"multi /Users/jarred/Code/styleurl/webpack/customPublicPath /Users/jarred/Code/styleurl/chrome/extension/devtools\",\n              \"name\": \"multi ./webpack/customPublicPath ./chrome/extension/devtools\",\n              \"profile\": {\n                \"factory\": 0,\n                \"building\": 0,\n                \"dependencies\": 54\n              }\n            },\n            {\n              \"id\": 343,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/devtools.js\",\n              \"name\": \"./chrome/extension/devtools.js\",\n              \"profile\": {\n                \"factory\": 55,\n                \"building\": 548\n              }\n            },\n            {\n              \"id\": 345,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/isEmpty.js\",\n              \"name\": \"./node_modules/lodash/isEmpty.js\",\n              \"profile\": {\n                \"factory\": 230,\n                \"building\": 567,\n                \"dependencies\": 245\n              }\n            }\n          ],\n          \"profile\": {\n            \"factory\": 247,\n            \"building\": 72,\n            \"dependencies\": 1\n          },\n          \"failed\": false,\n          \"errors\": 0,\n          \"warnings\": 0,\n          \"assets\": [],\n          \"reasons\": [\n            {\n              \"moduleId\": 46,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_arrayLikeKeys.js\",\n              \"module\": \"./node_modules/lodash/_arrayLikeKeys.js\",\n              \"moduleName\": \"./node_modules/lodash/_arrayLikeKeys.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"./isTypedArray\",\n              \"loc\": \"6:19-44\"\n            },\n            {\n              \"moduleId\": 220,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_baseIsEqualDeep.js\",\n              \"module\": \"./node_modules/lodash/_baseIsEqualDeep.js\",\n              \"moduleName\": \"./node_modules/lodash/_baseIsEqualDeep.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"./isTypedArray\",\n              \"loc\": \"8:19-44\"\n            },\n            {\n              \"moduleId\": 345,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/isEmpty.js\",\n              \"module\": \"./node_modules/lodash/isEmpty.js\",\n              \"moduleName\": \"./node_modules/lodash/isEmpty.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"./isTypedArray\",\n              \"loc\": \"8:19-44\"\n            }\n          ],\n          \"usedExports\": true,\n          \"providedExports\": null,\n          \"optimizationBailout\": [\n            \"ModuleConcatenation bailout: Module is not an ECMAScript module\"\n          ],\n          \"depth\": 3,\n          \"source\": \"var baseIsTypedArray = require('./_baseIsTypedArray'),\\n    baseUnary = require('./_baseUnary'),\\n    nodeUtil = require('./_nodeUtil');\\n\\n/* Node.js helper references. */\\nvar nodeIsTypedArray = nodeUtil && nodeUtil.isTypedArray;\\n\\n/**\\n * Checks if `value` is classified as a typed array.\\n *\\n * @static\\n * @memberOf _\\n * @since 3.0.0\\n * @category Lang\\n * @param {*} value The value to check.\\n * @returns {boolean} Returns `true` if `value` is a typed array, else `false`.\\n * @example\\n *\\n * _.isTypedArray(new Uint8Array);\\n * // => true\\n *\\n * _.isTypedArray([]);\\n * // => false\\n */\\nvar isTypedArray = nodeIsTypedArray ? baseUnary(nodeIsTypedArray) : baseIsTypedArray;\\n\\nmodule.exports = isTypedArray;\\n\"\n        },\n        {\n          \"id\": 30,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/js-yaml/lib/js-yaml/schema/failsafe.js\",\n          \"name\": \"./node_modules/js-yaml/lib/js-yaml/schema/failsafe.js\",\n          \"index\": 180,\n          \"index2\": 173,\n          \"size\": 278,\n          \"cacheable\": true,\n          \"built\": true,\n          \"optional\": false,\n          \"prefetched\": false,\n          \"chunks\": [\n            2,\n            4\n          ],\n          \"issuer\": \"/Users/jarred/Code/styleurl/node_modules/js-yaml/lib/js-yaml.js\",\n          \"issuerId\": 105,\n          \"issuerName\": \"./node_modules/js-yaml/lib/js-yaml.js\",\n          \"issuerPath\": [\n            {\n              \"id\": 350,\n              \"identifier\": \"multi /Users/jarred/Code/styleurl/webpack/customPublicPath /Users/jarred/Code/styleurl/chrome/extension/github_gist_content_script\",\n              \"name\": \"multi ./webpack/customPublicPath ./chrome/extension/github_gist_content_script\",\n              \"profile\": {\n                \"factory\": 0,\n                \"building\": 0,\n                \"dependencies\": 53\n              }\n            },\n            {\n              \"id\": 351,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/github_gist_content_script.js\",\n              \"name\": \"./chrome/extension/github_gist_content_script.js\",\n              \"profile\": {\n                \"factory\": 54,\n                \"building\": 576,\n                \"dependencies\": 194\n              }\n            },\n            {\n              \"id\": 55,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/lib/stylefile.js\",\n              \"name\": \"./chrome/extension/lib/stylefile.js\",\n              \"profile\": {\n                \"factory\": 194,\n                \"building\": 246,\n                \"dependencies\": 40\n              }\n            },\n            {\n              \"id\": 104,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/js-yaml/index.js\",\n              \"name\": \"./node_modules/js-yaml/index.js\",\n              \"profile\": {\n                \"factory\": 408,\n                \"building\": 42\n              }\n            },\n            {\n              \"id\": 105,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/js-yaml/lib/js-yaml.js\",\n              \"name\": \"./node_modules/js-yaml/lib/js-yaml.js\",\n              \"profile\": {\n                \"factory\": 96,\n                \"building\": 77\n              }\n            }\n          ],\n          \"profile\": {\n            \"factory\": 33,\n            \"building\": 66,\n            \"dependencies\": 42\n          },\n          \"failed\": false,\n          \"errors\": 0,\n          \"warnings\": 0,\n          \"assets\": [],\n          \"reasons\": [\n            {\n              \"moduleId\": 57,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/js-yaml/lib/js-yaml/schema/json.js\",\n              \"module\": \"./node_modules/js-yaml/lib/js-yaml/schema/json.js\",\n              \"moduleName\": \"./node_modules/js-yaml/lib/js-yaml/schema/json.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"./failsafe\",\n              \"loc\": \"17:4-25\"\n            },\n            {\n              \"moduleId\": 105,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/js-yaml/lib/js-yaml.js\",\n              \"module\": \"./node_modules/js-yaml/lib/js-yaml.js\",\n              \"moduleName\": \"./node_modules/js-yaml/lib/js-yaml.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"./js-yaml/schema/failsafe\",\n              \"loc\": \"17:37-73\"\n            },\n            {\n              \"moduleId\": 105,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/js-yaml/lib/js-yaml.js\",\n              \"module\": \"./node_modules/js-yaml/lib/js-yaml.js\",\n              \"moduleName\": \"./node_modules/js-yaml/lib/js-yaml.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"./js-yaml/schema/failsafe\",\n              \"loc\": \"31:32-68\"\n            }\n          ],\n          \"usedExports\": true,\n          \"providedExports\": null,\n          \"optimizationBailout\": [\n            \"ModuleConcatenation bailout: Module is not an ECMAScript module\"\n          ],\n          \"depth\": 5,\n          \"source\": \"// Standard YAML's Failsafe schema.\\n// http://www.yaml.org/spec/1.2/spec.html#id2802346\\n\\n\\n'use strict';\\n\\n\\nvar Schema = require('../schema');\\n\\n\\nmodule.exports = new Schema({\\n  explicit: [\\n    require('../type/str'),\\n    require('../type/seq'),\\n    require('../type/map')\\n  ]\\n});\\n\"\n        },\n        {\n          \"id\": 31,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/events/events.js\",\n          \"name\": \"./node_modules/events/events.js\",\n          \"index\": 219,\n          \"index2\": 211,\n          \"size\": 8328,\n          \"cacheable\": true,\n          \"built\": true,\n          \"optional\": false,\n          \"prefetched\": false,\n          \"chunks\": [\n            2\n          ],\n          \"issuer\": \"/Users/jarred/Code/styleurl/node_modules/memfs/lib/node.js\",\n          \"issuerId\": 148,\n          \"issuerName\": \"./node_modules/memfs/lib/node.js\",\n          \"issuerPath\": [\n            {\n              \"id\": 191,\n              \"identifier\": \"multi /Users/jarred/Code/styleurl/webpack/customPublicPath /Users/jarred/Code/styleurl/chrome/extension/background\",\n              \"name\": \"multi ./webpack/customPublicPath ./chrome/extension/background\",\n              \"profile\": {\n                \"factory\": 0,\n                \"building\": 0,\n                \"dependencies\": 54\n              }\n            },\n            {\n              \"id\": 192,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/background.js\",\n              \"name\": \"./chrome/extension/background.js\",\n              \"profile\": {\n                \"factory\": 54,\n                \"building\": 639,\n                \"dependencies\": 140\n              }\n            },\n            {\n              \"id\": 255,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/stylesheet-differ/lib/index.js\",\n              \"name\": \"./node_modules/stylesheet-differ/lib/index.js\",\n              \"profile\": {\n                \"factory\": 140,\n                \"building\": 568,\n                \"dependencies\": 1\n              }\n            },\n            {\n              \"id\": 256,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/native-css/index.js\",\n              \"name\": \"./node_modules/native-css/index.js\",\n              \"profile\": {\n                \"factory\": 189,\n                \"building\": 603,\n                \"dependencies\": 1\n              }\n            },\n            {\n              \"id\": 257,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/native-css/src/native-css.js\",\n              \"name\": \"./node_modules/native-css/src/native-css.js\",\n              \"profile\": {\n                \"factory\": 26,\n                \"building\": 63,\n                \"dependencies\": 14\n              }\n            },\n            {\n              \"id\": 69,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/memfs/lib/index.js\",\n              \"name\": \"./node_modules/memfs/lib/index.js\",\n              \"profile\": {\n                \"factory\": 117,\n                \"building\": 25,\n                \"dependencies\": 27\n              }\n            },\n            {\n              \"id\": 148,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/memfs/lib/node.js\",\n              \"name\": \"./node_modules/memfs/lib/node.js\",\n              \"profile\": {\n                \"factory\": 51,\n                \"building\": 84,\n                \"dependencies\": 2\n              }\n            }\n          ],\n          \"profile\": {\n            \"factory\": 37,\n            \"building\": 45,\n            \"dependencies\": 15\n          },\n          \"failed\": false,\n          \"errors\": 0,\n          \"warnings\": 0,\n          \"assets\": [],\n          \"reasons\": [\n            {\n              \"moduleId\": 39,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/stream-browserify/index.js\",\n              \"module\": \"./node_modules/stream-browserify/index.js\",\n              \"moduleName\": \"./node_modules/stream-browserify/index.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"events\",\n              \"loc\": \"24:9-26\"\n            },\n            {\n              \"moduleId\": 148,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/memfs/lib/node.js\",\n              \"module\": \"./node_modules/memfs/lib/node.js\",\n              \"moduleName\": \"./node_modules/memfs/lib/node.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"events\",\n              \"loc\": \"15:15-32\"\n            },\n            {\n              \"moduleId\": 151,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/readable-stream/lib/_stream_readable.js\",\n              \"module\": \"./node_modules/readable-stream/lib/_stream_readable.js\",\n              \"moduleName\": \"./node_modules/readable-stream/lib/_stream_readable.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"events\",\n              \"loc\": \"20:9-26\"\n            },\n            {\n              \"moduleId\": 152,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/readable-stream/lib/internal/streams/stream-browser.js\",\n              \"module\": \"./node_modules/readable-stream/lib/internal/streams/stream-browser.js\",\n              \"moduleName\": \"./node_modules/readable-stream/lib/internal/streams/stream-browser.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"events\",\n              \"loc\": \"1:17-34\"\n            },\n            {\n              \"moduleId\": 161,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/stream-http/node_modules/readable-stream/lib/_stream_readable.js\",\n              \"module\": \"./node_modules/stream-http/node_modules/readable-stream/lib/_stream_readable.js\",\n              \"moduleName\": \"./node_modules/stream-http/node_modules/readable-stream/lib/_stream_readable.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"events\",\n              \"loc\": \"42:9-26\"\n            },\n            {\n              \"moduleId\": 162,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/stream-http/node_modules/readable-stream/lib/internal/streams/stream-browser.js\",\n              \"module\": \"./node_modules/stream-http/node_modules/readable-stream/lib/internal/streams/stream-browser.js\",\n              \"moduleName\": \"./node_modules/stream-http/node_modules/readable-stream/lib/internal/streams/stream-browser.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"events\",\n              \"loc\": \"1:17-34\"\n            },\n            {\n              \"moduleId\": 260,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/memfs/lib/volume.js\",\n              \"module\": \"./node_modules/memfs/lib/volume.js\",\n              \"moduleName\": \"./node_modules/memfs/lib/volume.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"events\",\n              \"loc\": \"25:15-32\"\n            }\n          ],\n          \"usedExports\": true,\n          \"providedExports\": null,\n          \"optimizationBailout\": [\n            \"ModuleConcatenation bailout: Module is not an ECMAScript module\"\n          ],\n          \"depth\": 7,\n          \"source\": \"// Copyright Joyent, Inc. and other Node contributors.\\n//\\n// Permission is hereby granted, free of charge, to any person obtaining a\\n// copy of this software and associated documentation files (the\\n// \\\"Software\\\"), to deal in the Software without restriction, including\\n// without limitation the rights to use, copy, modify, merge, publish,\\n// distribute, sublicense, and/or sell copies of the Software, and to permit\\n// persons to whom the Software is furnished to do so, subject to the\\n// following conditions:\\n//\\n// The above copyright notice and this permission notice shall be included\\n// in all copies or substantial portions of the Software.\\n//\\n// THE SOFTWARE IS PROVIDED \\\"AS IS\\\", WITHOUT WARRANTY OF ANY KIND, EXPRESS\\n// OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\\n// MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN\\n// NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM,\\n// DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR\\n// OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE\\n// USE OR OTHER DEALINGS IN THE SOFTWARE.\\n\\nfunction EventEmitter() {\\n  this._events = this._events || {};\\n  this._maxListeners = this._maxListeners || undefined;\\n}\\nmodule.exports = EventEmitter;\\n\\n// Backwards-compat with node 0.10.x\\nEventEmitter.EventEmitter = EventEmitter;\\n\\nEventEmitter.prototype._events = undefined;\\nEventEmitter.prototype._maxListeners = undefined;\\n\\n// By default EventEmitters will print a warning if more than 10 listeners are\\n// added to it. This is a useful default which helps finding memory leaks.\\nEventEmitter.defaultMaxListeners = 10;\\n\\n// Obviously not all Emitters should be limited to 10. This function allows\\n// that to be increased. Set to zero for unlimited.\\nEventEmitter.prototype.setMaxListeners = function(n) {\\n  if (!isNumber(n) || n < 0 || isNaN(n))\\n    throw TypeError('n must be a positive number');\\n  this._maxListeners = n;\\n  return this;\\n};\\n\\nEventEmitter.prototype.emit = function(type) {\\n  var er, handler, len, args, i, listeners;\\n\\n  if (!this._events)\\n    this._events = {};\\n\\n  // If there is no 'error' event listener then throw.\\n  if (type === 'error') {\\n    if (!this._events.error ||\\n        (isObject(this._events.error) && !this._events.error.length)) {\\n      er = arguments[1];\\n      if (er instanceof Error) {\\n        throw er; // Unhandled 'error' event\\n      } else {\\n        // At least give some kind of context to the user\\n        var err = new Error('Uncaught, unspecified \\\"error\\\" event. (' + er + ')');\\n        err.context = er;\\n        throw err;\\n      }\\n    }\\n  }\\n\\n  handler = this._events[type];\\n\\n  if (isUndefined(handler))\\n    return false;\\n\\n  if (isFunction(handler)) {\\n    switch (arguments.length) {\\n      // fast cases\\n      case 1:\\n        handler.call(this);\\n        break;\\n      case 2:\\n        handler.call(this, arguments[1]);\\n        break;\\n      case 3:\\n        handler.call(this, arguments[1], arguments[2]);\\n        break;\\n      // slower\\n      default:\\n        args = Array.prototype.slice.call(arguments, 1);\\n        handler.apply(this, args);\\n    }\\n  } else if (isObject(handler)) {\\n    args = Array.prototype.slice.call(arguments, 1);\\n    listeners = handler.slice();\\n    len = listeners.length;\\n    for (i = 0; i < len; i++)\\n      listeners[i].apply(this, args);\\n  }\\n\\n  return true;\\n};\\n\\nEventEmitter.prototype.addListener = function(type, listener) {\\n  var m;\\n\\n  if (!isFunction(listener))\\n    throw TypeError('listener must be a function');\\n\\n  if (!this._events)\\n    this._events = {};\\n\\n  // To avoid recursion in the case that type === \\\"newListener\\\"! Before\\n  // adding it to the listeners, first emit \\\"newListener\\\".\\n  if (this._events.newListener)\\n    this.emit('newListener', type,\\n              isFunction(listener.listener) ?\\n              listener.listener : listener);\\n\\n  if (!this._events[type])\\n    // Optimize the case of one listener. Don't need the extra array object.\\n    this._events[type] = listener;\\n  else if (isObject(this._events[type]))\\n    // If we've already got an array, just append.\\n    this._events[type].push(listener);\\n  else\\n    // Adding the second element, need to change to array.\\n    this._events[type] = [this._events[type], listener];\\n\\n  // Check for listener leak\\n  if (isObject(this._events[type]) && !this._events[type].warned) {\\n    if (!isUndefined(this._maxListeners)) {\\n      m = this._maxListeners;\\n    } else {\\n      m = EventEmitter.defaultMaxListeners;\\n    }\\n\\n    if (m && m > 0 && this._events[type].length > m) {\\n      this._events[type].warned = true;\\n      console.error('(node) warning: possible EventEmitter memory ' +\\n                    'leak detected. %d listeners added. ' +\\n                    'Use emitter.setMaxListeners() to increase limit.',\\n                    this._events[type].length);\\n      if (typeof console.trace === 'function') {\\n        // not supported in IE 10\\n        console.trace();\\n      }\\n    }\\n  }\\n\\n  return this;\\n};\\n\\nEventEmitter.prototype.on = EventEmitter.prototype.addListener;\\n\\nEventEmitter.prototype.once = function(type, listener) {\\n  if (!isFunction(listener))\\n    throw TypeError('listener must be a function');\\n\\n  var fired = false;\\n\\n  function g() {\\n    this.removeListener(type, g);\\n\\n    if (!fired) {\\n      fired = true;\\n      listener.apply(this, arguments);\\n    }\\n  }\\n\\n  g.listener = listener;\\n  this.on(type, g);\\n\\n  return this;\\n};\\n\\n// emits a 'removeListener' event iff the listener was removed\\nEventEmitter.prototype.removeListener = function(type, listener) {\\n  var list, position, length, i;\\n\\n  if (!isFunction(listener))\\n    throw TypeError('listener must be a function');\\n\\n  if (!this._events || !this._events[type])\\n    return this;\\n\\n  list = this._events[type];\\n  length = list.length;\\n  position = -1;\\n\\n  if (list === listener ||\\n      (isFunction(list.listener) && list.listener === listener)) {\\n    delete this._events[type];\\n    if (this._events.removeListener)\\n      this.emit('removeListener', type, listener);\\n\\n  } else if (isObject(list)) {\\n    for (i = length; i-- > 0;) {\\n      if (list[i] === listener ||\\n          (list[i].listener && list[i].listener === listener)) {\\n        position = i;\\n        break;\\n      }\\n    }\\n\\n    if (position < 0)\\n      return this;\\n\\n    if (list.length === 1) {\\n      list.length = 0;\\n      delete this._events[type];\\n    } else {\\n      list.splice(position, 1);\\n    }\\n\\n    if (this._events.removeListener)\\n      this.emit('removeListener', type, listener);\\n  }\\n\\n  return this;\\n};\\n\\nEventEmitter.prototype.removeAllListeners = function(type) {\\n  var key, listeners;\\n\\n  if (!this._events)\\n    return this;\\n\\n  // not listening for removeListener, no need to emit\\n  if (!this._events.removeListener) {\\n    if (arguments.length === 0)\\n      this._events = {};\\n    else if (this._events[type])\\n      delete this._events[type];\\n    return this;\\n  }\\n\\n  // emit removeListener for all listeners on all events\\n  if (arguments.length === 0) {\\n    for (key in this._events) {\\n      if (key === 'removeListener') continue;\\n      this.removeAllListeners(key);\\n    }\\n    this.removeAllListeners('removeListener');\\n    this._events = {};\\n    return this;\\n  }\\n\\n  listeners = this._events[type];\\n\\n  if (isFunction(listeners)) {\\n    this.removeListener(type, listeners);\\n  } else if (listeners) {\\n    // LIFO order\\n    while (listeners.length)\\n      this.removeListener(type, listeners[listeners.length - 1]);\\n  }\\n  delete this._events[type];\\n\\n  return this;\\n};\\n\\nEventEmitter.prototype.listeners = function(type) {\\n  var ret;\\n  if (!this._events || !this._events[type])\\n    ret = [];\\n  else if (isFunction(this._events[type]))\\n    ret = [this._events[type]];\\n  else\\n    ret = this._events[type].slice();\\n  return ret;\\n};\\n\\nEventEmitter.prototype.listenerCount = function(type) {\\n  if (this._events) {\\n    var evlistener = this._events[type];\\n\\n    if (isFunction(evlistener))\\n      return 1;\\n    else if (evlistener)\\n      return evlistener.length;\\n  }\\n  return 0;\\n};\\n\\nEventEmitter.listenerCount = function(emitter, type) {\\n  return emitter.listenerCount(type);\\n};\\n\\nfunction isFunction(arg) {\\n  return typeof arg === 'function';\\n}\\n\\nfunction isNumber(arg) {\\n  return typeof arg === 'number';\\n}\\n\\nfunction isObject(arg) {\\n  return typeof arg === 'object' && arg !== null;\\n}\\n\\nfunction isUndefined(arg) {\\n  return arg === void 0;\\n}\\n\"\n        },\n        {\n          \"id\": 32,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/process-nextick-args/index.js\",\n          \"name\": \"./node_modules/process-nextick-args/index.js\",\n          \"index\": 233,\n          \"index2\": 222,\n          \"size\": 1040,\n          \"cacheable\": true,\n          \"built\": true,\n          \"optional\": false,\n          \"prefetched\": false,\n          \"chunks\": [\n            2\n          ],\n          \"issuer\": \"/Users/jarred/Code/styleurl/node_modules/readable-stream/lib/_stream_duplex.js\",\n          \"issuerId\": 33,\n          \"issuerName\": \"./node_modules/readable-stream/lib/_stream_duplex.js\",\n          \"issuerPath\": [\n            {\n              \"id\": 191,\n              \"identifier\": \"multi /Users/jarred/Code/styleurl/webpack/customPublicPath /Users/jarred/Code/styleurl/chrome/extension/background\",\n              \"name\": \"multi ./webpack/customPublicPath ./chrome/extension/background\",\n              \"profile\": {\n                \"factory\": 0,\n                \"building\": 0,\n                \"dependencies\": 54\n              }\n            },\n            {\n              \"id\": 192,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/background.js\",\n              \"name\": \"./chrome/extension/background.js\",\n              \"profile\": {\n                \"factory\": 54,\n                \"building\": 639,\n                \"dependencies\": 140\n              }\n            },\n            {\n              \"id\": 255,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/stylesheet-differ/lib/index.js\",\n              \"name\": \"./node_modules/stylesheet-differ/lib/index.js\",\n              \"profile\": {\n                \"factory\": 140,\n                \"building\": 568,\n                \"dependencies\": 1\n              }\n            },\n            {\n              \"id\": 256,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/native-css/index.js\",\n              \"name\": \"./node_modules/native-css/index.js\",\n              \"profile\": {\n                \"factory\": 189,\n                \"building\": 603,\n                \"dependencies\": 1\n              }\n            },\n            {\n              \"id\": 257,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/native-css/src/native-css.js\",\n              \"name\": \"./node_modules/native-css/src/native-css.js\",\n              \"profile\": {\n                \"factory\": 26,\n                \"building\": 63,\n                \"dependencies\": 14\n              }\n            },\n            {\n              \"id\": 293,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/fetch/lib/fetch.js\",\n              \"name\": \"./node_modules/fetch/lib/fetch.js\",\n              \"profile\": {\n                \"factory\": 117,\n                \"building\": 25,\n                \"dependencies\": 27\n              }\n            },\n            {\n              \"id\": 39,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/stream-browserify/index.js\",\n              \"name\": \"./node_modules/stream-browserify/index.js\",\n              \"profile\": {\n                \"factory\": 66,\n                \"building\": 38,\n                \"dependencies\": 20\n              }\n            },\n            {\n              \"id\": 132,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/readable-stream/readable-browser.js\",\n              \"name\": \"./node_modules/readable-stream/readable-browser.js\",\n              \"profile\": {\n                \"factory\": 83,\n                \"building\": 31,\n                \"dependencies\": 33\n              }\n            },\n            {\n              \"id\": 33,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/readable-stream/lib/_stream_duplex.js\",\n              \"name\": \"./node_modules/readable-stream/lib/_stream_duplex.js\",\n              \"profile\": {\n                \"factory\": 30,\n                \"building\": 90,\n                \"dependencies\": 58\n              }\n            }\n          ],\n          \"profile\": {\n            \"factory\": 60,\n            \"building\": 28,\n            \"dependencies\": 0\n          },\n          \"failed\": false,\n          \"errors\": 0,\n          \"warnings\": 0,\n          \"assets\": [],\n          \"reasons\": [\n            {\n              \"moduleId\": 33,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/readable-stream/lib/_stream_duplex.js\",\n              \"module\": \"./node_modules/readable-stream/lib/_stream_duplex.js\",\n              \"moduleName\": \"./node_modules/readable-stream/lib/_stream_duplex.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"process-nextick-args\",\n              \"loc\": \"21:22-53\"\n            },\n            {\n              \"moduleId\": 40,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/stream-http/node_modules/readable-stream/lib/_stream_duplex.js\",\n              \"module\": \"./node_modules/stream-http/node_modules/readable-stream/lib/_stream_duplex.js\",\n              \"moduleName\": \"./node_modules/stream-http/node_modules/readable-stream/lib/_stream_duplex.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"process-nextick-args\",\n              \"loc\": \"31:22-53\"\n            },\n            {\n              \"moduleId\": 134,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/readable-stream/lib/_stream_writable.js\",\n              \"module\": \"./node_modules/readable-stream/lib/_stream_writable.js\",\n              \"moduleName\": \"./node_modules/readable-stream/lib/_stream_writable.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"process-nextick-args\",\n              \"loc\": \"10:22-53\"\n            },\n            {\n              \"moduleId\": 151,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/readable-stream/lib/_stream_readable.js\",\n              \"module\": \"./node_modules/readable-stream/lib/_stream_readable.js\",\n              \"moduleName\": \"./node_modules/readable-stream/lib/_stream_readable.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"process-nextick-args\",\n              \"loc\": \"6:22-53\"\n            },\n            {\n              \"moduleId\": 161,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/stream-http/node_modules/readable-stream/lib/_stream_readable.js\",\n              \"module\": \"./node_modules/stream-http/node_modules/readable-stream/lib/_stream_readable.js\",\n              \"moduleName\": \"./node_modules/stream-http/node_modules/readable-stream/lib/_stream_readable.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"process-nextick-args\",\n              \"loc\": \"26:22-53\"\n            },\n            {\n              \"moduleId\": 163,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/stream-http/node_modules/readable-stream/lib/internal/streams/destroy.js\",\n              \"module\": \"./node_modules/stream-http/node_modules/readable-stream/lib/internal/streams/destroy.js\",\n              \"moduleName\": \"./node_modules/stream-http/node_modules/readable-stream/lib/internal/streams/destroy.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"process-nextick-args\",\n              \"loc\": \"5:22-53\"\n            },\n            {\n              \"moduleId\": 164,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/stream-http/node_modules/readable-stream/lib/_stream_writable.js\",\n              \"module\": \"./node_modules/stream-http/node_modules/readable-stream/lib/_stream_writable.js\",\n              \"moduleName\": \"./node_modules/stream-http/node_modules/readable-stream/lib/_stream_writable.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"process-nextick-args\",\n              \"loc\": \"30:22-53\"\n            }\n          ],\n          \"usedExports\": true,\n          \"providedExports\": null,\n          \"optimizationBailout\": [\n            \"ModuleConcatenation bailout: Module is not an ECMAScript module\"\n          ],\n          \"depth\": 9,\n          \"source\": \"'use strict';\\n\\nif (!process.version ||\\n    process.version.indexOf('v0.') === 0 ||\\n    process.version.indexOf('v1.') === 0 && process.version.indexOf('v1.8.') !== 0) {\\n  module.exports = nextTick;\\n} else {\\n  module.exports = process.nextTick;\\n}\\n\\nfunction nextTick(fn, arg1, arg2, arg3) {\\n  if (typeof fn !== 'function') {\\n    throw new TypeError('\\\"callback\\\" argument must be a function');\\n  }\\n  var len = arguments.length;\\n  var args, i;\\n  switch (len) {\\n  case 0:\\n  case 1:\\n    return process.nextTick(fn);\\n  case 2:\\n    return process.nextTick(function afterTickOne() {\\n      fn.call(null, arg1);\\n    });\\n  case 3:\\n    return process.nextTick(function afterTickTwo() {\\n      fn.call(null, arg1, arg2);\\n    });\\n  case 4:\\n    return process.nextTick(function afterTickThree() {\\n      fn.call(null, arg1, arg2, arg3);\\n    });\\n  default:\\n    args = new Array(len - 1);\\n    i = 0;\\n    while (i < args.length) {\\n      args[i++] = arguments[i];\\n    }\\n    return process.nextTick(function afterTick() {\\n      fn.apply(null, args);\\n    });\\n  }\\n}\\n\"\n        },\n        {\n          \"id\": 33,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/readable-stream/lib/_stream_duplex.js\",\n          \"name\": \"./node_modules/readable-stream/lib/_stream_duplex.js\",\n          \"index\": 239,\n          \"index2\": 230,\n          \"size\": 1848,\n          \"cacheable\": true,\n          \"built\": true,\n          \"optional\": false,\n          \"prefetched\": false,\n          \"chunks\": [\n            2\n          ],\n          \"issuer\": \"/Users/jarred/Code/styleurl/node_modules/readable-stream/readable-browser.js\",\n          \"issuerId\": 132,\n          \"issuerName\": \"./node_modules/readable-stream/readable-browser.js\",\n          \"issuerPath\": [\n            {\n              \"id\": 191,\n              \"identifier\": \"multi /Users/jarred/Code/styleurl/webpack/customPublicPath /Users/jarred/Code/styleurl/chrome/extension/background\",\n              \"name\": \"multi ./webpack/customPublicPath ./chrome/extension/background\",\n              \"profile\": {\n                \"factory\": 0,\n                \"building\": 0,\n                \"dependencies\": 54\n              }\n            },\n            {\n              \"id\": 192,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/background.js\",\n              \"name\": \"./chrome/extension/background.js\",\n              \"profile\": {\n                \"factory\": 54,\n                \"building\": 639,\n                \"dependencies\": 140\n              }\n            },\n            {\n              \"id\": 255,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/stylesheet-differ/lib/index.js\",\n              \"name\": \"./node_modules/stylesheet-differ/lib/index.js\",\n              \"profile\": {\n                \"factory\": 140,\n                \"building\": 568,\n                \"dependencies\": 1\n              }\n            },\n            {\n              \"id\": 256,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/native-css/index.js\",\n              \"name\": \"./node_modules/native-css/index.js\",\n              \"profile\": {\n                \"factory\": 189,\n                \"building\": 603,\n                \"dependencies\": 1\n              }\n            },\n            {\n              \"id\": 257,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/native-css/src/native-css.js\",\n              \"name\": \"./node_modules/native-css/src/native-css.js\",\n              \"profile\": {\n                \"factory\": 26,\n                \"building\": 63,\n                \"dependencies\": 14\n              }\n            },\n            {\n              \"id\": 293,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/fetch/lib/fetch.js\",\n              \"name\": \"./node_modules/fetch/lib/fetch.js\",\n              \"profile\": {\n                \"factory\": 117,\n                \"building\": 25,\n                \"dependencies\": 27\n              }\n            },\n            {\n              \"id\": 39,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/stream-browserify/index.js\",\n              \"name\": \"./node_modules/stream-browserify/index.js\",\n              \"profile\": {\n                \"factory\": 66,\n                \"building\": 38,\n                \"dependencies\": 20\n              }\n            },\n            {\n              \"id\": 132,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/readable-stream/readable-browser.js\",\n              \"name\": \"./node_modules/readable-stream/readable-browser.js\",\n              \"profile\": {\n                \"factory\": 83,\n                \"building\": 31,\n                \"dependencies\": 33\n              }\n            }\n          ],\n          \"profile\": {\n            \"factory\": 30,\n            \"building\": 90,\n            \"dependencies\": 58\n          },\n          \"failed\": false,\n          \"errors\": 0,\n          \"warnings\": 0,\n          \"assets\": [],\n          \"reasons\": [\n            {\n              \"moduleId\": 132,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/readable-stream/readable-browser.js\",\n              \"module\": \"./node_modules/readable-stream/readable-browser.js\",\n              \"moduleName\": \"./node_modules/readable-stream/readable-browser.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"./lib/_stream_duplex.js\",\n              \"loc\": \"5:17-51\"\n            },\n            {\n              \"moduleId\": 134,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/readable-stream/lib/_stream_writable.js\",\n              \"module\": \"./node_modules/readable-stream/lib/_stream_writable.js\",\n              \"moduleName\": \"./node_modules/readable-stream/lib/_stream_writable.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"./_stream_duplex\",\n              \"loc\": \"55:21-48\"\n            },\n            {\n              \"moduleId\": 134,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/readable-stream/lib/_stream_writable.js\",\n              \"module\": \"./node_modules/readable-stream/lib/_stream_writable.js\",\n              \"moduleName\": \"./node_modules/readable-stream/lib/_stream_writable.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"./_stream_duplex\",\n              \"loc\": \"189:21-48\"\n            },\n            {\n              \"moduleId\": 151,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/readable-stream/lib/_stream_readable.js\",\n              \"module\": \"./node_modules/readable-stream/lib/_stream_readable.js\",\n              \"moduleName\": \"./node_modules/readable-stream/lib/_stream_readable.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"./_stream_duplex\",\n              \"loc\": \"73:21-48\"\n            },\n            {\n              \"moduleId\": 151,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/readable-stream/lib/_stream_readable.js\",\n              \"module\": \"./node_modules/readable-stream/lib/_stream_readable.js\",\n              \"moduleName\": \"./node_modules/readable-stream/lib/_stream_readable.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"./_stream_duplex\",\n              \"loc\": \"142:21-48\"\n            },\n            {\n              \"moduleId\": 154,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/readable-stream/lib/_stream_transform.js\",\n              \"module\": \"./node_modules/readable-stream/lib/_stream_transform.js\",\n              \"moduleName\": \"./node_modules/readable-stream/lib/_stream_transform.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"./_stream_duplex\",\n              \"loc\": \"47:13-40\"\n            },\n            {\n              \"moduleId\": 270,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/readable-stream/duplex-browser.js\",\n              \"module\": \"./node_modules/readable-stream/duplex-browser.js\",\n              \"moduleName\": \"./node_modules/readable-stream/duplex-browser.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"./lib/_stream_duplex.js\",\n              \"loc\": \"1:17-51\"\n            }\n          ],\n          \"usedExports\": true,\n          \"providedExports\": null,\n          \"optimizationBailout\": [\n            \"ModuleConcatenation bailout: Module is not an ECMAScript module\"\n          ],\n          \"depth\": 8,\n          \"source\": \"// a duplex stream is just a stream that is both readable and writable.\\n// Since JS doesn't have multiple prototypal inheritance, this class\\n// prototypally inherits from Readable, and then parasitically from\\n// Writable.\\n\\n'use strict';\\n\\n/*<replacement>*/\\n\\nvar objectKeys = Object.keys || function (obj) {\\n  var keys = [];\\n  for (var key in obj) {\\n    keys.push(key);\\n  }return keys;\\n};\\n/*</replacement>*/\\n\\nmodule.exports = Duplex;\\n\\n/*<replacement>*/\\nvar processNextTick = require('process-nextick-args');\\n/*</replacement>*/\\n\\n/*<replacement>*/\\nvar util = require('core-util-is');\\nutil.inherits = require('inherits');\\n/*</replacement>*/\\n\\nvar Readable = require('./_stream_readable');\\nvar Writable = require('./_stream_writable');\\n\\nutil.inherits(Duplex, Readable);\\n\\nvar keys = objectKeys(Writable.prototype);\\nfor (var v = 0; v < keys.length; v++) {\\n  var method = keys[v];\\n  if (!Duplex.prototype[method]) Duplex.prototype[method] = Writable.prototype[method];\\n}\\n\\nfunction Duplex(options) {\\n  if (!(this instanceof Duplex)) return new Duplex(options);\\n\\n  Readable.call(this, options);\\n  Writable.call(this, options);\\n\\n  if (options && options.readable === false) this.readable = false;\\n\\n  if (options && options.writable === false) this.writable = false;\\n\\n  this.allowHalfOpen = true;\\n  if (options && options.allowHalfOpen === false) this.allowHalfOpen = false;\\n\\n  this.once('end', onend);\\n}\\n\\n// the no-half-open enforcer\\nfunction onend() {\\n  // if we allow half-open state, or if the writable side ended,\\n  // then we're ok.\\n  if (this.allowHalfOpen || this._writableState.ended) return;\\n\\n  // no more data can be written.\\n  // But allow more writes to happen in this tick.\\n  processNextTick(onEndNT, this);\\n}\\n\\nfunction onEndNT(self) {\\n  self.end();\\n}\\n\\nfunction forEach(xs, f) {\\n  for (var i = 0, l = xs.length; i < l; i++) {\\n    f(xs[i], i);\\n  }\\n}\"\n        },\n        {\n          \"id\": 34,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_isIndex.js\",\n          \"name\": \"./node_modules/lodash/_isIndex.js\",\n          \"index\": 121,\n          \"index2\": 109,\n          \"size\": 759,\n          \"cacheable\": true,\n          \"built\": true,\n          \"optional\": false,\n          \"prefetched\": false,\n          \"chunks\": [\n            2,\n            3,\n            4\n          ],\n          \"issuer\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_arrayLikeKeys.js\",\n          \"issuerId\": 46,\n          \"issuerName\": \"./node_modules/lodash/_arrayLikeKeys.js\",\n          \"issuerPath\": [\n            {\n              \"id\": 342,\n              \"identifier\": \"multi /Users/jarred/Code/styleurl/webpack/customPublicPath /Users/jarred/Code/styleurl/chrome/extension/devtools\",\n              \"name\": \"multi ./webpack/customPublicPath ./chrome/extension/devtools\",\n              \"profile\": {\n                \"factory\": 0,\n                \"building\": 0,\n                \"dependencies\": 54\n              }\n            },\n            {\n              \"id\": 343,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/devtools.js\",\n              \"name\": \"./chrome/extension/devtools.js\",\n              \"profile\": {\n                \"factory\": 55,\n                \"building\": 548\n              }\n            },\n            {\n              \"id\": 24,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/keys.js\",\n              \"name\": \"./node_modules/lodash/keys.js\",\n              \"profile\": {\n                \"factory\": 230,\n                \"building\": 567,\n                \"dependencies\": 245\n              }\n            },\n            {\n              \"id\": 46,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_arrayLikeKeys.js\",\n              \"name\": \"./node_modules/lodash/_arrayLikeKeys.js\",\n              \"profile\": {\n                \"factory\": 246,\n                \"building\": 73,\n                \"dependencies\": 1\n              }\n            }\n          ],\n          \"profile\": {\n            \"factory\": 83,\n            \"building\": 102\n          },\n          \"failed\": false,\n          \"errors\": 0,\n          \"warnings\": 0,\n          \"assets\": [],\n          \"reasons\": [\n            {\n              \"moduleId\": 46,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_arrayLikeKeys.js\",\n              \"module\": \"./node_modules/lodash/_arrayLikeKeys.js\",\n              \"moduleName\": \"./node_modules/lodash/_arrayLikeKeys.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"./_isIndex\",\n              \"loc\": \"5:14-35\"\n            },\n            {\n              \"moduleId\": 246,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_hasPath.js\",\n              \"module\": \"./node_modules/lodash/_hasPath.js\",\n              \"moduleName\": \"./node_modules/lodash/_hasPath.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"./_isIndex\",\n              \"loc\": \"4:14-35\"\n            }\n          ],\n          \"usedExports\": true,\n          \"providedExports\": null,\n          \"optimizationBailout\": [\n            \"ModuleConcatenation bailout: Module is not an ECMAScript module\"\n          ],\n          \"depth\": 4,\n          \"source\": \"/** Used as references for various `Number` constants. */\\nvar MAX_SAFE_INTEGER = 9007199254740991;\\n\\n/** Used to detect unsigned integer values. */\\nvar reIsUint = /^(?:0|[1-9]\\\\d*)$/;\\n\\n/**\\n * Checks if `value` is a valid array-like index.\\n *\\n * @private\\n * @param {*} value The value to check.\\n * @param {number} [length=MAX_SAFE_INTEGER] The upper bounds of a valid index.\\n * @returns {boolean} Returns `true` if `value` is a valid index, else `false`.\\n */\\nfunction isIndex(value, length) {\\n  var type = typeof value;\\n  length = length == null ? MAX_SAFE_INTEGER : length;\\n\\n  return !!length &&\\n    (type == 'number' ||\\n      (type != 'symbol' && reIsUint.test(value))) &&\\n        (value > -1 && value % 1 == 0 && value < length);\\n}\\n\\nmodule.exports = isIndex;\\n\"\n        },\n        {\n          \"id\": 35,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_baseKeys.js\",\n          \"name\": \"./node_modules/lodash/_baseKeys.js\",\n          \"index\": 127,\n          \"index2\": 119,\n          \"size\": 776,\n          \"cacheable\": true,\n          \"built\": true,\n          \"optional\": false,\n          \"prefetched\": false,\n          \"chunks\": [\n            2,\n            3,\n            4\n          ],\n          \"issuer\": \"/Users/jarred/Code/styleurl/node_modules/lodash/isEmpty.js\",\n          \"issuerId\": 345,\n          \"issuerName\": \"./node_modules/lodash/isEmpty.js\",\n          \"issuerPath\": [\n            {\n              \"id\": 342,\n              \"identifier\": \"multi /Users/jarred/Code/styleurl/webpack/customPublicPath /Users/jarred/Code/styleurl/chrome/extension/devtools\",\n              \"name\": \"multi ./webpack/customPublicPath ./chrome/extension/devtools\",\n              \"profile\": {\n                \"factory\": 0,\n                \"building\": 0,\n                \"dependencies\": 54\n              }\n            },\n            {\n              \"id\": 343,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/devtools.js\",\n              \"name\": \"./chrome/extension/devtools.js\",\n              \"profile\": {\n                \"factory\": 55,\n                \"building\": 548\n              }\n            },\n            {\n              \"id\": 345,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/isEmpty.js\",\n              \"name\": \"./node_modules/lodash/isEmpty.js\",\n              \"profile\": {\n                \"factory\": 230,\n                \"building\": 567,\n                \"dependencies\": 245\n              }\n            }\n          ],\n          \"profile\": {\n            \"factory\": 247,\n            \"building\": 72,\n            \"dependencies\": 1\n          },\n          \"failed\": false,\n          \"errors\": 0,\n          \"warnings\": 0,\n          \"assets\": [],\n          \"reasons\": [\n            {\n              \"moduleId\": 24,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/keys.js\",\n              \"module\": \"./node_modules/lodash/keys.js\",\n              \"moduleName\": \"./node_modules/lodash/keys.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"./_baseKeys\",\n              \"loc\": \"2:15-37\"\n            },\n            {\n              \"moduleId\": 345,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/isEmpty.js\",\n              \"module\": \"./node_modules/lodash/isEmpty.js\",\n              \"moduleName\": \"./node_modules/lodash/isEmpty.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"./_baseKeys\",\n              \"loc\": \"1:15-37\"\n            }\n          ],\n          \"usedExports\": true,\n          \"providedExports\": null,\n          \"optimizationBailout\": [\n            \"ModuleConcatenation bailout: Module is not an ECMAScript module\"\n          ],\n          \"depth\": 3,\n          \"source\": \"var isPrototype = require('./_isPrototype'),\\n    nativeKeys = require('./_nativeKeys');\\n\\n/** Used for built-in method references. */\\nvar objectProto = Object.prototype;\\n\\n/** Used to check objects for own properties. */\\nvar hasOwnProperty = objectProto.hasOwnProperty;\\n\\n/**\\n * The base implementation of `_.keys` which doesn't treat sparse arrays as dense.\\n *\\n * @private\\n * @param {Object} object The object to query.\\n * @returns {Array} Returns the array of property names.\\n */\\nfunction baseKeys(object) {\\n  if (!isPrototype(object)) {\\n    return nativeKeys(object);\\n  }\\n  var result = [];\\n  for (var key in Object(object)) {\\n    if (hasOwnProperty.call(object, key) && key != 'constructor') {\\n      result.push(key);\\n    }\\n  }\\n  return result;\\n}\\n\\nmodule.exports = baseKeys;\\n\"\n        },\n        {\n          \"id\": 36,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_isPrototype.js\",\n          \"name\": \"./node_modules/lodash/_isPrototype.js\",\n          \"index\": 128,\n          \"index2\": 116,\n          \"size\": 480,\n          \"cacheable\": true,\n          \"built\": true,\n          \"optional\": false,\n          \"prefetched\": false,\n          \"chunks\": [\n            2,\n            3,\n            4\n          ],\n          \"issuer\": \"/Users/jarred/Code/styleurl/node_modules/lodash/isEmpty.js\",\n          \"issuerId\": 345,\n          \"issuerName\": \"./node_modules/lodash/isEmpty.js\",\n          \"issuerPath\": [\n            {\n              \"id\": 342,\n              \"identifier\": \"multi /Users/jarred/Code/styleurl/webpack/customPublicPath /Users/jarred/Code/styleurl/chrome/extension/devtools\",\n              \"name\": \"multi ./webpack/customPublicPath ./chrome/extension/devtools\",\n              \"profile\": {\n                \"factory\": 0,\n                \"building\": 0,\n                \"dependencies\": 54\n              }\n            },\n            {\n              \"id\": 343,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/devtools.js\",\n              \"name\": \"./chrome/extension/devtools.js\",\n              \"profile\": {\n                \"factory\": 55,\n                \"building\": 548\n              }\n            },\n            {\n              \"id\": 345,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/isEmpty.js\",\n              \"name\": \"./node_modules/lodash/isEmpty.js\",\n              \"profile\": {\n                \"factory\": 230,\n                \"building\": 567,\n                \"dependencies\": 245\n              }\n            }\n          ],\n          \"profile\": {\n            \"factory\": 247,\n            \"building\": 72,\n            \"dependencies\": 1\n          },\n          \"failed\": false,\n          \"errors\": 0,\n          \"warnings\": 0,\n          \"assets\": [],\n          \"reasons\": [\n            {\n              \"moduleId\": 35,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_baseKeys.js\",\n              \"module\": \"./node_modules/lodash/_baseKeys.js\",\n              \"moduleName\": \"./node_modules/lodash/_baseKeys.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"./_isPrototype\",\n              \"loc\": \"1:18-43\"\n            },\n            {\n              \"moduleId\": 345,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/isEmpty.js\",\n              \"module\": \"./node_modules/lodash/isEmpty.js\",\n              \"moduleName\": \"./node_modules/lodash/isEmpty.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"./_isPrototype\",\n              \"loc\": \"7:18-43\"\n            }\n          ],\n          \"usedExports\": true,\n          \"providedExports\": null,\n          \"optimizationBailout\": [\n            \"ModuleConcatenation bailout: Module is not an ECMAScript module\"\n          ],\n          \"depth\": 3,\n          \"source\": \"/** Used for built-in method references. */\\nvar objectProto = Object.prototype;\\n\\n/**\\n * Checks if `value` is likely a prototype object.\\n *\\n * @private\\n * @param {*} value The value to check.\\n * @returns {boolean} Returns `true` if `value` is a prototype, else `false`.\\n */\\nfunction isPrototype(value) {\\n  var Ctor = value && value.constructor,\\n      proto = (typeof Ctor == 'function' && Ctor.prototype) || objectProto;\\n\\n  return value === proto;\\n}\\n\\nmodule.exports = isPrototype;\\n\"\n        },\n        {\n          \"id\": 37,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/isArrayLike.js\",\n          \"name\": \"./node_modules/lodash/isArrayLike.js\",\n          \"index\": 131,\n          \"index2\": 120,\n          \"size\": 830,\n          \"cacheable\": true,\n          \"built\": true,\n          \"optional\": false,\n          \"prefetched\": false,\n          \"chunks\": [\n            2,\n            3,\n            4\n          ],\n          \"issuer\": \"/Users/jarred/Code/styleurl/node_modules/lodash/isEmpty.js\",\n          \"issuerId\": 345,\n          \"issuerName\": \"./node_modules/lodash/isEmpty.js\",\n          \"issuerPath\": [\n            {\n              \"id\": 342,\n              \"identifier\": \"multi /Users/jarred/Code/styleurl/webpack/customPublicPath /Users/jarred/Code/styleurl/chrome/extension/devtools\",\n              \"name\": \"multi ./webpack/customPublicPath ./chrome/extension/devtools\",\n              \"profile\": {\n                \"factory\": 0,\n                \"building\": 0,\n                \"dependencies\": 54\n              }\n            },\n            {\n              \"id\": 343,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/devtools.js\",\n              \"name\": \"./chrome/extension/devtools.js\",\n              \"profile\": {\n                \"factory\": 55,\n                \"building\": 548\n              }\n            },\n            {\n              \"id\": 345,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/isEmpty.js\",\n              \"name\": \"./node_modules/lodash/isEmpty.js\",\n              \"profile\": {\n                \"factory\": 230,\n                \"building\": 567,\n                \"dependencies\": 245\n              }\n            }\n          ],\n          \"profile\": {\n            \"factory\": 247,\n            \"building\": 72,\n            \"dependencies\": 1\n          },\n          \"failed\": false,\n          \"errors\": 0,\n          \"warnings\": 0,\n          \"assets\": [],\n          \"reasons\": [\n            {\n              \"moduleId\": 24,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/keys.js\",\n              \"module\": \"./node_modules/lodash/keys.js\",\n              \"moduleName\": \"./node_modules/lodash/keys.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"./isArrayLike\",\n              \"loc\": \"3:18-42\"\n            },\n            {\n              \"moduleId\": 345,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/isEmpty.js\",\n              \"module\": \"./node_modules/lodash/isEmpty.js\",\n              \"moduleName\": \"./node_modules/lodash/isEmpty.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"./isArrayLike\",\n              \"loc\": \"5:18-42\"\n            }\n          ],\n          \"usedExports\": true,\n          \"providedExports\": null,\n          \"optimizationBailout\": [\n            \"ModuleConcatenation bailout: Module is not an ECMAScript module\"\n          ],\n          \"depth\": 3,\n          \"source\": \"var isFunction = require('./isFunction'),\\n    isLength = require('./isLength');\\n\\n/**\\n * Checks if `value` is array-like. A value is considered array-like if it's\\n * not a function and has a `value.length` that's an integer greater than or\\n * equal to `0` and less than or equal to `Number.MAX_SAFE_INTEGER`.\\n *\\n * @static\\n * @memberOf _\\n * @since 4.0.0\\n * @category Lang\\n * @param {*} value The value to check.\\n * @returns {boolean} Returns `true` if `value` is array-like, else `false`.\\n * @example\\n *\\n * _.isArrayLike([1, 2, 3]);\\n * // => true\\n *\\n * _.isArrayLike(document.body.children);\\n * // => true\\n *\\n * _.isArrayLike('abc');\\n * // => true\\n *\\n * _.isArrayLike(_.noop);\\n * // => false\\n */\\nfunction isArrayLike(value) {\\n  return value != null && isLength(value.length) && !isFunction(value);\\n}\\n\\nmodule.exports = isArrayLike;\\n\"\n        },\n        {\n          \"id\": 38,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/util/util.js\",\n          \"name\": \"./node_modules/util/util.js\",\n          \"index\": 224,\n          \"index2\": 217,\n          \"size\": 15563,\n          \"cacheable\": true,\n          \"built\": true,\n          \"optional\": false,\n          \"prefetched\": false,\n          \"chunks\": [\n            2\n          ],\n          \"issuer\": \"/Users/jarred/Code/styleurl/node_modules/fetch/lib/fetch.js\",\n          \"issuerId\": 293,\n          \"issuerName\": \"./node_modules/fetch/lib/fetch.js\",\n          \"issuerPath\": [\n            {\n              \"id\": 191,\n              \"identifier\": \"multi /Users/jarred/Code/styleurl/webpack/customPublicPath /Users/jarred/Code/styleurl/chrome/extension/background\",\n              \"name\": \"multi ./webpack/customPublicPath ./chrome/extension/background\",\n              \"profile\": {\n                \"factory\": 0,\n                \"building\": 0,\n                \"dependencies\": 54\n              }\n            },\n            {\n              \"id\": 192,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/background.js\",\n              \"name\": \"./chrome/extension/background.js\",\n              \"profile\": {\n                \"factory\": 54,\n                \"building\": 639,\n                \"dependencies\": 140\n              }\n            },\n            {\n              \"id\": 255,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/stylesheet-differ/lib/index.js\",\n              \"name\": \"./node_modules/stylesheet-differ/lib/index.js\",\n              \"profile\": {\n                \"factory\": 140,\n                \"building\": 568,\n                \"dependencies\": 1\n              }\n            },\n            {\n              \"id\": 256,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/native-css/index.js\",\n              \"name\": \"./node_modules/native-css/index.js\",\n              \"profile\": {\n                \"factory\": 189,\n                \"building\": 603,\n                \"dependencies\": 1\n              }\n            },\n            {\n              \"id\": 257,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/native-css/src/native-css.js\",\n              \"name\": \"./node_modules/native-css/src/native-css.js\",\n              \"profile\": {\n                \"factory\": 26,\n                \"building\": 63,\n                \"dependencies\": 14\n              }\n            },\n            {\n              \"id\": 293,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/fetch/lib/fetch.js\",\n              \"name\": \"./node_modules/fetch/lib/fetch.js\",\n              \"profile\": {\n                \"factory\": 117,\n                \"building\": 25,\n                \"dependencies\": 27\n              }\n            }\n          ],\n          \"profile\": {\n            \"factory\": 66,\n            \"building\": 38,\n            \"dependencies\": 20\n          },\n          \"failed\": false,\n          \"errors\": 0,\n          \"warnings\": 0,\n          \"assets\": [],\n          \"reasons\": [\n            {\n              \"moduleId\": 131,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/assert/assert.js\",\n              \"module\": \"./node_modules/assert/assert.js\",\n              \"moduleName\": \"./node_modules/assert/assert.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"util/\",\n              \"loc\": \"69:11-27\"\n            },\n            {\n              \"moduleId\": 260,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/memfs/lib/volume.js\",\n              \"module\": \"./node_modules/memfs/lib/volume.js\",\n              \"moduleName\": \"./node_modules/memfs/lib/volume.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"util\",\n              \"loc\": \"23:11-26\"\n            },\n            {\n              \"moduleId\": 262,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/memfs/lib/internal/errors.js\",\n              \"module\": \"./node_modules/memfs/lib/internal/errors.js\",\n              \"moduleName\": \"./node_modules/memfs/lib/internal/errors.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"util\",\n              \"loc\": \"53:38-53\"\n            },\n            {\n              \"moduleId\": 262,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/memfs/lib/internal/errors.js\",\n              \"module\": \"./node_modules/memfs/lib/internal/errors.js\",\n              \"moduleName\": \"./node_modules/memfs/lib/internal/errors.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"util\",\n              \"loc\": \"81:34-49\"\n            },\n            {\n              \"moduleId\": 293,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/fetch/lib/fetch.js\",\n              \"module\": \"./node_modules/fetch/lib/fetch.js\",\n              \"moduleName\": \"./node_modules/fetch/lib/fetch.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"util\",\n              \"loc\": \"6:14-29\"\n            },\n            {\n              \"moduleId\": 302,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/browserify-zlib/lib/index.js\",\n              \"module\": \"./node_modules/browserify-zlib/lib/index.js\",\n              \"moduleName\": \"./node_modules/browserify-zlib/lib/index.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"util\",\n              \"loc\": \"6:11-26\"\n            }\n          ],\n          \"usedExports\": true,\n          \"providedExports\": null,\n          \"optimizationBailout\": [\n            \"ModuleConcatenation bailout: Module is not an ECMAScript module\"\n          ],\n          \"depth\": 6,\n          \"source\": \"// Copyright Joyent, Inc. and other Node contributors.\\n//\\n// Permission is hereby granted, free of charge, to any person obtaining a\\n// copy of this software and associated documentation files (the\\n// \\\"Software\\\"), to deal in the Software without restriction, including\\n// without limitation the rights to use, copy, modify, merge, publish,\\n// distribute, sublicense, and/or sell copies of the Software, and to permit\\n// persons to whom the Software is furnished to do so, subject to the\\n// following conditions:\\n//\\n// The above copyright notice and this permission notice shall be included\\n// in all copies or substantial portions of the Software.\\n//\\n// THE SOFTWARE IS PROVIDED \\\"AS IS\\\", WITHOUT WARRANTY OF ANY KIND, EXPRESS\\n// OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\\n// MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN\\n// NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM,\\n// DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR\\n// OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE\\n// USE OR OTHER DEALINGS IN THE SOFTWARE.\\n\\nvar formatRegExp = /%[sdj%]/g;\\nexports.format = function(f) {\\n  if (!isString(f)) {\\n    var objects = [];\\n    for (var i = 0; i < arguments.length; i++) {\\n      objects.push(inspect(arguments[i]));\\n    }\\n    return objects.join(' ');\\n  }\\n\\n  var i = 1;\\n  var args = arguments;\\n  var len = args.length;\\n  var str = String(f).replace(formatRegExp, function(x) {\\n    if (x === '%%') return '%';\\n    if (i >= len) return x;\\n    switch (x) {\\n      case '%s': return String(args[i++]);\\n      case '%d': return Number(args[i++]);\\n      case '%j':\\n        try {\\n          return JSON.stringify(args[i++]);\\n        } catch (_) {\\n          return '[Circular]';\\n        }\\n      default:\\n        return x;\\n    }\\n  });\\n  for (var x = args[i]; i < len; x = args[++i]) {\\n    if (isNull(x) || !isObject(x)) {\\n      str += ' ' + x;\\n    } else {\\n      str += ' ' + inspect(x);\\n    }\\n  }\\n  return str;\\n};\\n\\n\\n// Mark that a method should not be used.\\n// Returns a modified function which warns once by default.\\n// If --no-deprecation is set, then it is a no-op.\\nexports.deprecate = function(fn, msg) {\\n  // Allow for deprecating things in the process of starting up.\\n  if (isUndefined(global.process)) {\\n    return function() {\\n      return exports.deprecate(fn, msg).apply(this, arguments);\\n    };\\n  }\\n\\n  if (process.noDeprecation === true) {\\n    return fn;\\n  }\\n\\n  var warned = false;\\n  function deprecated() {\\n    if (!warned) {\\n      if (process.throwDeprecation) {\\n        throw new Error(msg);\\n      } else if (process.traceDeprecation) {\\n        console.trace(msg);\\n      } else {\\n        console.error(msg);\\n      }\\n      warned = true;\\n    }\\n    return fn.apply(this, arguments);\\n  }\\n\\n  return deprecated;\\n};\\n\\n\\nvar debugs = {};\\nvar debugEnviron;\\nexports.debuglog = function(set) {\\n  if (isUndefined(debugEnviron))\\n    debugEnviron = process.env.NODE_DEBUG || '';\\n  set = set.toUpperCase();\\n  if (!debugs[set]) {\\n    if (new RegExp('\\\\\\\\b' + set + '\\\\\\\\b', 'i').test(debugEnviron)) {\\n      var pid = process.pid;\\n      debugs[set] = function() {\\n        var msg = exports.format.apply(exports, arguments);\\n        console.error('%s %d: %s', set, pid, msg);\\n      };\\n    } else {\\n      debugs[set] = function() {};\\n    }\\n  }\\n  return debugs[set];\\n};\\n\\n\\n/**\\n * Echos the value of a value. Trys to print the value out\\n * in the best way possible given the different types.\\n *\\n * @param {Object} obj The object to print out.\\n * @param {Object} opts Optional options object that alters the output.\\n */\\n/* legacy: obj, showHidden, depth, colors*/\\nfunction inspect(obj, opts) {\\n  // default options\\n  var ctx = {\\n    seen: [],\\n    stylize: stylizeNoColor\\n  };\\n  // legacy...\\n  if (arguments.length >= 3) ctx.depth = arguments[2];\\n  if (arguments.length >= 4) ctx.colors = arguments[3];\\n  if (isBoolean(opts)) {\\n    // legacy...\\n    ctx.showHidden = opts;\\n  } else if (opts) {\\n    // got an \\\"options\\\" object\\n    exports._extend(ctx, opts);\\n  }\\n  // set default options\\n  if (isUndefined(ctx.showHidden)) ctx.showHidden = false;\\n  if (isUndefined(ctx.depth)) ctx.depth = 2;\\n  if (isUndefined(ctx.colors)) ctx.colors = false;\\n  if (isUndefined(ctx.customInspect)) ctx.customInspect = true;\\n  if (ctx.colors) ctx.stylize = stylizeWithColor;\\n  return formatValue(ctx, obj, ctx.depth);\\n}\\nexports.inspect = inspect;\\n\\n\\n// http://en.wikipedia.org/wiki/ANSI_escape_code#graphics\\ninspect.colors = {\\n  'bold' : [1, 22],\\n  'italic' : [3, 23],\\n  'underline' : [4, 24],\\n  'inverse' : [7, 27],\\n  'white' : [37, 39],\\n  'grey' : [90, 39],\\n  'black' : [30, 39],\\n  'blue' : [34, 39],\\n  'cyan' : [36, 39],\\n  'green' : [32, 39],\\n  'magenta' : [35, 39],\\n  'red' : [31, 39],\\n  'yellow' : [33, 39]\\n};\\n\\n// Don't use 'blue' not visible on cmd.exe\\ninspect.styles = {\\n  'special': 'cyan',\\n  'number': 'yellow',\\n  'boolean': 'yellow',\\n  'undefined': 'grey',\\n  'null': 'bold',\\n  'string': 'green',\\n  'date': 'magenta',\\n  // \\\"name\\\": intentionally not styling\\n  'regexp': 'red'\\n};\\n\\n\\nfunction stylizeWithColor(str, styleType) {\\n  var style = inspect.styles[styleType];\\n\\n  if (style) {\\n    return '\\\\u001b[' + inspect.colors[style][0] + 'm' + str +\\n           '\\\\u001b[' + inspect.colors[style][1] + 'm';\\n  } else {\\n    return str;\\n  }\\n}\\n\\n\\nfunction stylizeNoColor(str, styleType) {\\n  return str;\\n}\\n\\n\\nfunction arrayToHash(array) {\\n  var hash = {};\\n\\n  array.forEach(function(val, idx) {\\n    hash[val] = true;\\n  });\\n\\n  return hash;\\n}\\n\\n\\nfunction formatValue(ctx, value, recurseTimes) {\\n  // Provide a hook for user-specified inspect functions.\\n  // Check that value is an object with an inspect function on it\\n  if (ctx.customInspect &&\\n      value &&\\n      isFunction(value.inspect) &&\\n      // Filter out the util module, it's inspect function is special\\n      value.inspect !== exports.inspect &&\\n      // Also filter out any prototype objects using the circular check.\\n      !(value.constructor && value.constructor.prototype === value)) {\\n    var ret = value.inspect(recurseTimes, ctx);\\n    if (!isString(ret)) {\\n      ret = formatValue(ctx, ret, recurseTimes);\\n    }\\n    return ret;\\n  }\\n\\n  // Primitive types cannot have properties\\n  var primitive = formatPrimitive(ctx, value);\\n  if (primitive) {\\n    return primitive;\\n  }\\n\\n  // Look up the keys of the object.\\n  var keys = Object.keys(value);\\n  var visibleKeys = arrayToHash(keys);\\n\\n  if (ctx.showHidden) {\\n    keys = Object.getOwnPropertyNames(value);\\n  }\\n\\n  // IE doesn't make error fields non-enumerable\\n  // http://msdn.microsoft.com/en-us/library/ie/dww52sbt(v=vs.94).aspx\\n  if (isError(value)\\n      && (keys.indexOf('message') >= 0 || keys.indexOf('description') >= 0)) {\\n    return formatError(value);\\n  }\\n\\n  // Some type of object without properties can be shortcutted.\\n  if (keys.length === 0) {\\n    if (isFunction(value)) {\\n      var name = value.name ? ': ' + value.name : '';\\n      return ctx.stylize('[Function' + name + ']', 'special');\\n    }\\n    if (isRegExp(value)) {\\n      return ctx.stylize(RegExp.prototype.toString.call(value), 'regexp');\\n    }\\n    if (isDate(value)) {\\n      return ctx.stylize(Date.prototype.toString.call(value), 'date');\\n    }\\n    if (isError(value)) {\\n      return formatError(value);\\n    }\\n  }\\n\\n  var base = '', array = false, braces = ['{', '}'];\\n\\n  // Make Array say that they are Array\\n  if (isArray(value)) {\\n    array = true;\\n    braces = ['[', ']'];\\n  }\\n\\n  // Make functions say that they are functions\\n  if (isFunction(value)) {\\n    var n = value.name ? ': ' + value.name : '';\\n    base = ' [Function' + n + ']';\\n  }\\n\\n  // Make RegExps say that they are RegExps\\n  if (isRegExp(value)) {\\n    base = ' ' + RegExp.prototype.toString.call(value);\\n  }\\n\\n  // Make dates with properties first say the date\\n  if (isDate(value)) {\\n    base = ' ' + Date.prototype.toUTCString.call(value);\\n  }\\n\\n  // Make error with message first say the error\\n  if (isError(value)) {\\n    base = ' ' + formatError(value);\\n  }\\n\\n  if (keys.length === 0 && (!array || value.length == 0)) {\\n    return braces[0] + base + braces[1];\\n  }\\n\\n  if (recurseTimes < 0) {\\n    if (isRegExp(value)) {\\n      return ctx.stylize(RegExp.prototype.toString.call(value), 'regexp');\\n    } else {\\n      return ctx.stylize('[Object]', 'special');\\n    }\\n  }\\n\\n  ctx.seen.push(value);\\n\\n  var output;\\n  if (array) {\\n    output = formatArray(ctx, value, recurseTimes, visibleKeys, keys);\\n  } else {\\n    output = keys.map(function(key) {\\n      return formatProperty(ctx, value, recurseTimes, visibleKeys, key, array);\\n    });\\n  }\\n\\n  ctx.seen.pop();\\n\\n  return reduceToSingleString(output, base, braces);\\n}\\n\\n\\nfunction formatPrimitive(ctx, value) {\\n  if (isUndefined(value))\\n    return ctx.stylize('undefined', 'undefined');\\n  if (isString(value)) {\\n    var simple = '\\\\'' + JSON.stringify(value).replace(/^\\\"|\\\"$/g, '')\\n                                             .replace(/'/g, \\\"\\\\\\\\'\\\")\\n                                             .replace(/\\\\\\\\\\\"/g, '\\\"') + '\\\\'';\\n    return ctx.stylize(simple, 'string');\\n  }\\n  if (isNumber(value))\\n    return ctx.stylize('' + value, 'number');\\n  if (isBoolean(value))\\n    return ctx.stylize('' + value, 'boolean');\\n  // For some reason typeof null is \\\"object\\\", so special case here.\\n  if (isNull(value))\\n    return ctx.stylize('null', 'null');\\n}\\n\\n\\nfunction formatError(value) {\\n  return '[' + Error.prototype.toString.call(value) + ']';\\n}\\n\\n\\nfunction formatArray(ctx, value, recurseTimes, visibleKeys, keys) {\\n  var output = [];\\n  for (var i = 0, l = value.length; i < l; ++i) {\\n    if (hasOwnProperty(value, String(i))) {\\n      output.push(formatProperty(ctx, value, recurseTimes, visibleKeys,\\n          String(i), true));\\n    } else {\\n      output.push('');\\n    }\\n  }\\n  keys.forEach(function(key) {\\n    if (!key.match(/^\\\\d+$/)) {\\n      output.push(formatProperty(ctx, value, recurseTimes, visibleKeys,\\n          key, true));\\n    }\\n  });\\n  return output;\\n}\\n\\n\\nfunction formatProperty(ctx, value, recurseTimes, visibleKeys, key, array) {\\n  var name, str, desc;\\n  desc = Object.getOwnPropertyDescriptor(value, key) || { value: value[key] };\\n  if (desc.get) {\\n    if (desc.set) {\\n      str = ctx.stylize('[Getter/Setter]', 'special');\\n    } else {\\n      str = ctx.stylize('[Getter]', 'special');\\n    }\\n  } else {\\n    if (desc.set) {\\n      str = ctx.stylize('[Setter]', 'special');\\n    }\\n  }\\n  if (!hasOwnProperty(visibleKeys, key)) {\\n    name = '[' + key + ']';\\n  }\\n  if (!str) {\\n    if (ctx.seen.indexOf(desc.value) < 0) {\\n      if (isNull(recurseTimes)) {\\n        str = formatValue(ctx, desc.value, null);\\n      } else {\\n        str = formatValue(ctx, desc.value, recurseTimes - 1);\\n      }\\n      if (str.indexOf('\\\\n') > -1) {\\n        if (array) {\\n          str = str.split('\\\\n').map(function(line) {\\n            return '  ' + line;\\n          }).join('\\\\n').substr(2);\\n        } else {\\n          str = '\\\\n' + str.split('\\\\n').map(function(line) {\\n            return '   ' + line;\\n          }).join('\\\\n');\\n        }\\n      }\\n    } else {\\n      str = ctx.stylize('[Circular]', 'special');\\n    }\\n  }\\n  if (isUndefined(name)) {\\n    if (array && key.match(/^\\\\d+$/)) {\\n      return str;\\n    }\\n    name = JSON.stringify('' + key);\\n    if (name.match(/^\\\"([a-zA-Z_][a-zA-Z_0-9]*)\\\"$/)) {\\n      name = name.substr(1, name.length - 2);\\n      name = ctx.stylize(name, 'name');\\n    } else {\\n      name = name.replace(/'/g, \\\"\\\\\\\\'\\\")\\n                 .replace(/\\\\\\\\\\\"/g, '\\\"')\\n                 .replace(/(^\\\"|\\\"$)/g, \\\"'\\\");\\n      name = ctx.stylize(name, 'string');\\n    }\\n  }\\n\\n  return name + ': ' + str;\\n}\\n\\n\\nfunction reduceToSingleString(output, base, braces) {\\n  var numLinesEst = 0;\\n  var length = output.reduce(function(prev, cur) {\\n    numLinesEst++;\\n    if (cur.indexOf('\\\\n') >= 0) numLinesEst++;\\n    return prev + cur.replace(/\\\\u001b\\\\[\\\\d\\\\d?m/g, '').length + 1;\\n  }, 0);\\n\\n  if (length > 60) {\\n    return braces[0] +\\n           (base === '' ? '' : base + '\\\\n ') +\\n           ' ' +\\n           output.join(',\\\\n  ') +\\n           ' ' +\\n           braces[1];\\n  }\\n\\n  return braces[0] + base + ' ' + output.join(', ') + ' ' + braces[1];\\n}\\n\\n\\n// NOTE: These type checking functions intentionally don't use `instanceof`\\n// because it is fragile and can be easily faked with `Object.create()`.\\nfunction isArray(ar) {\\n  return Array.isArray(ar);\\n}\\nexports.isArray = isArray;\\n\\nfunction isBoolean(arg) {\\n  return typeof arg === 'boolean';\\n}\\nexports.isBoolean = isBoolean;\\n\\nfunction isNull(arg) {\\n  return arg === null;\\n}\\nexports.isNull = isNull;\\n\\nfunction isNullOrUndefined(arg) {\\n  return arg == null;\\n}\\nexports.isNullOrUndefined = isNullOrUndefined;\\n\\nfunction isNumber(arg) {\\n  return typeof arg === 'number';\\n}\\nexports.isNumber = isNumber;\\n\\nfunction isString(arg) {\\n  return typeof arg === 'string';\\n}\\nexports.isString = isString;\\n\\nfunction isSymbol(arg) {\\n  return typeof arg === 'symbol';\\n}\\nexports.isSymbol = isSymbol;\\n\\nfunction isUndefined(arg) {\\n  return arg === void 0;\\n}\\nexports.isUndefined = isUndefined;\\n\\nfunction isRegExp(re) {\\n  return isObject(re) && objectToString(re) === '[object RegExp]';\\n}\\nexports.isRegExp = isRegExp;\\n\\nfunction isObject(arg) {\\n  return typeof arg === 'object' && arg !== null;\\n}\\nexports.isObject = isObject;\\n\\nfunction isDate(d) {\\n  return isObject(d) && objectToString(d) === '[object Date]';\\n}\\nexports.isDate = isDate;\\n\\nfunction isError(e) {\\n  return isObject(e) &&\\n      (objectToString(e) === '[object Error]' || e instanceof Error);\\n}\\nexports.isError = isError;\\n\\nfunction isFunction(arg) {\\n  return typeof arg === 'function';\\n}\\nexports.isFunction = isFunction;\\n\\nfunction isPrimitive(arg) {\\n  return arg === null ||\\n         typeof arg === 'boolean' ||\\n         typeof arg === 'number' ||\\n         typeof arg === 'string' ||\\n         typeof arg === 'symbol' ||  // ES6 symbol\\n         typeof arg === 'undefined';\\n}\\nexports.isPrimitive = isPrimitive;\\n\\nexports.isBuffer = require('./support/isBuffer');\\n\\nfunction objectToString(o) {\\n  return Object.prototype.toString.call(o);\\n}\\n\\n\\nfunction pad(n) {\\n  return n < 10 ? '0' + n.toString(10) : n.toString(10);\\n}\\n\\n\\nvar months = ['Jan', 'Feb', 'Mar', 'Apr', 'May', 'Jun', 'Jul', 'Aug', 'Sep',\\n              'Oct', 'Nov', 'Dec'];\\n\\n// 26 Feb 16:19:34\\nfunction timestamp() {\\n  var d = new Date();\\n  var time = [pad(d.getHours()),\\n              pad(d.getMinutes()),\\n              pad(d.getSeconds())].join(':');\\n  return [d.getDate(), months[d.getMonth()], time].join(' ');\\n}\\n\\n\\n// log is just a thin wrapper to console.log that prepends a timestamp\\nexports.log = function() {\\n  console.log('%s - %s', timestamp(), exports.format.apply(exports, arguments));\\n};\\n\\n\\n/**\\n * Inherit the prototype methods from one constructor into another.\\n *\\n * The Function.prototype.inherits from lang.js rewritten as a standalone\\n * function (not on Function.prototype). NOTE: If this file is to be loaded\\n * during bootstrapping this function needs to be rewritten using some native\\n * functions as prototype setup using normal JavaScript does not work as\\n * expected during bootstrapping (see mirror.js in r114903).\\n *\\n * @param {function} ctor Constructor function which needs to inherit the\\n *     prototype.\\n * @param {function} superCtor Constructor function to inherit prototype from.\\n */\\nexports.inherits = require('inherits');\\n\\nexports._extend = function(origin, add) {\\n  // Don't do anything if add isn't an object\\n  if (!add || !isObject(add)) return origin;\\n\\n  var keys = Object.keys(add);\\n  var i = keys.length;\\n  while (i--) {\\n    origin[keys[i]] = add[keys[i]];\\n  }\\n  return origin;\\n};\\n\\nfunction hasOwnProperty(obj, prop) {\\n  return Object.prototype.hasOwnProperty.call(obj, prop);\\n}\\n\"\n        },\n        {\n          \"id\": 39,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/stream-browserify/index.js\",\n          \"name\": \"./node_modules/stream-browserify/index.js\",\n          \"index\": 229,\n          \"index2\": 241,\n          \"size\": 3627,\n          \"cacheable\": true,\n          \"built\": true,\n          \"optional\": false,\n          \"prefetched\": false,\n          \"chunks\": [\n            2\n          ],\n          \"issuer\": \"/Users/jarred/Code/styleurl/node_modules/fetch/lib/fetch.js\",\n          \"issuerId\": 293,\n          \"issuerName\": \"./node_modules/fetch/lib/fetch.js\",\n          \"issuerPath\": [\n            {\n              \"id\": 191,\n              \"identifier\": \"multi /Users/jarred/Code/styleurl/webpack/customPublicPath /Users/jarred/Code/styleurl/chrome/extension/background\",\n              \"name\": \"multi ./webpack/customPublicPath ./chrome/extension/background\",\n              \"profile\": {\n                \"factory\": 0,\n                \"building\": 0,\n                \"dependencies\": 54\n              }\n            },\n            {\n              \"id\": 192,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/background.js\",\n              \"name\": \"./chrome/extension/background.js\",\n              \"profile\": {\n                \"factory\": 54,\n                \"building\": 639,\n                \"dependencies\": 140\n              }\n            },\n            {\n              \"id\": 255,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/stylesheet-differ/lib/index.js\",\n              \"name\": \"./node_modules/stylesheet-differ/lib/index.js\",\n              \"profile\": {\n                \"factory\": 140,\n                \"building\": 568,\n                \"dependencies\": 1\n              }\n            },\n            {\n              \"id\": 256,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/native-css/index.js\",\n              \"name\": \"./node_modules/native-css/index.js\",\n              \"profile\": {\n                \"factory\": 189,\n                \"building\": 603,\n                \"dependencies\": 1\n              }\n            },\n            {\n              \"id\": 257,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/native-css/src/native-css.js\",\n              \"name\": \"./node_modules/native-css/src/native-css.js\",\n              \"profile\": {\n                \"factory\": 26,\n                \"building\": 63,\n                \"dependencies\": 14\n              }\n            },\n            {\n              \"id\": 293,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/fetch/lib/fetch.js\",\n              \"name\": \"./node_modules/fetch/lib/fetch.js\",\n              \"profile\": {\n                \"factory\": 117,\n                \"building\": 25,\n                \"dependencies\": 27\n              }\n            }\n          ],\n          \"profile\": {\n            \"factory\": 66,\n            \"building\": 38,\n            \"dependencies\": 20\n          },\n          \"failed\": false,\n          \"errors\": 0,\n          \"warnings\": 0,\n          \"assets\": [],\n          \"reasons\": [\n            {\n              \"moduleId\": 260,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/memfs/lib/volume.js\",\n              \"module\": \"./node_modules/memfs/lib/volume.js\",\n              \"moduleName\": \"./node_modules/memfs/lib/volume.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"stream\",\n              \"loc\": \"22:15-32\"\n            },\n            {\n              \"moduleId\": 293,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/fetch/lib/fetch.js\",\n              \"module\": \"./node_modules/fetch/lib/fetch.js\",\n              \"moduleName\": \"./node_modules/fetch/lib/fetch.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"stream\",\n              \"loc\": \"9:13-30\"\n            },\n            {\n              \"moduleId\": 302,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/browserify-zlib/lib/index.js\",\n              \"module\": \"./node_modules/browserify-zlib/lib/index.js\",\n              \"moduleName\": \"./node_modules/browserify-zlib/lib/index.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"stream\",\n              \"loc\": \"4:16-33\"\n            },\n            {\n              \"moduleId\": 330,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/iconv-lite/lib/streams.js\",\n              \"module\": \"./node_modules/iconv-lite/lib/streams.js\",\n              \"moduleName\": \"./node_modules/iconv-lite/lib/streams.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"stream\",\n              \"loc\": \"3:16-33\"\n            },\n            {\n              \"moduleId\": 331,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/iconv-lite/lib/extend-node.js\",\n              \"module\": \"./node_modules/iconv-lite/lib/extend-node.js\",\n              \"moduleName\": \"./node_modules/iconv-lite/lib/extend-node.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"stream\",\n              \"loc\": \"172:27-44\"\n            },\n            {\n              \"moduleId\": 331,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/iconv-lite/lib/extend-node.js\",\n              \"module\": \"./node_modules/iconv-lite/lib/extend-node.js\",\n              \"moduleName\": \"./node_modules/iconv-lite/lib/extend-node.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"stream\",\n              \"loc\": \"206:27-44\"\n            }\n          ],\n          \"usedExports\": true,\n          \"providedExports\": null,\n          \"optimizationBailout\": [\n            \"ModuleConcatenation bailout: Module is not an ECMAScript module\"\n          ],\n          \"depth\": 6,\n          \"source\": \"// Copyright Joyent, Inc. and other Node contributors.\\n//\\n// Permission is hereby granted, free of charge, to any person obtaining a\\n// copy of this software and associated documentation files (the\\n// \\\"Software\\\"), to deal in the Software without restriction, including\\n// without limitation the rights to use, copy, modify, merge, publish,\\n// distribute, sublicense, and/or sell copies of the Software, and to permit\\n// persons to whom the Software is furnished to do so, subject to the\\n// following conditions:\\n//\\n// The above copyright notice and this permission notice shall be included\\n// in all copies or substantial portions of the Software.\\n//\\n// THE SOFTWARE IS PROVIDED \\\"AS IS\\\", WITHOUT WARRANTY OF ANY KIND, EXPRESS\\n// OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\\n// MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN\\n// NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM,\\n// DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR\\n// OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE\\n// USE OR OTHER DEALINGS IN THE SOFTWARE.\\n\\nmodule.exports = Stream;\\n\\nvar EE = require('events').EventEmitter;\\nvar inherits = require('inherits');\\n\\ninherits(Stream, EE);\\nStream.Readable = require('readable-stream/readable.js');\\nStream.Writable = require('readable-stream/writable.js');\\nStream.Duplex = require('readable-stream/duplex.js');\\nStream.Transform = require('readable-stream/transform.js');\\nStream.PassThrough = require('readable-stream/passthrough.js');\\n\\n// Backwards-compat with node 0.4.x\\nStream.Stream = Stream;\\n\\n\\n\\n// old-style streams.  Note that the pipe method (the only relevant\\n// part of this class) is overridden in the Readable class.\\n\\nfunction Stream() {\\n  EE.call(this);\\n}\\n\\nStream.prototype.pipe = function(dest, options) {\\n  var source = this;\\n\\n  function ondata(chunk) {\\n    if (dest.writable) {\\n      if (false === dest.write(chunk) && source.pause) {\\n        source.pause();\\n      }\\n    }\\n  }\\n\\n  source.on('data', ondata);\\n\\n  function ondrain() {\\n    if (source.readable && source.resume) {\\n      source.resume();\\n    }\\n  }\\n\\n  dest.on('drain', ondrain);\\n\\n  // If the 'end' option is not supplied, dest.end() will be called when\\n  // source gets the 'end' or 'close' events.  Only dest.end() once.\\n  if (!dest._isStdio && (!options || options.end !== false)) {\\n    source.on('end', onend);\\n    source.on('close', onclose);\\n  }\\n\\n  var didOnEnd = false;\\n  function onend() {\\n    if (didOnEnd) return;\\n    didOnEnd = true;\\n\\n    dest.end();\\n  }\\n\\n\\n  function onclose() {\\n    if (didOnEnd) return;\\n    didOnEnd = true;\\n\\n    if (typeof dest.destroy === 'function') dest.destroy();\\n  }\\n\\n  // don't leave dangling pipes when there are errors.\\n  function onerror(er) {\\n    cleanup();\\n    if (EE.listenerCount(this, 'error') === 0) {\\n      throw er; // Unhandled stream error in pipe.\\n    }\\n  }\\n\\n  source.on('error', onerror);\\n  dest.on('error', onerror);\\n\\n  // remove all the event listeners that were added.\\n  function cleanup() {\\n    source.removeListener('data', ondata);\\n    dest.removeListener('drain', ondrain);\\n\\n    source.removeListener('end', onend);\\n    source.removeListener('close', onclose);\\n\\n    source.removeListener('error', onerror);\\n    dest.removeListener('error', onerror);\\n\\n    source.removeListener('end', cleanup);\\n    source.removeListener('close', cleanup);\\n\\n    dest.removeListener('close', cleanup);\\n  }\\n\\n  source.on('end', cleanup);\\n  source.on('close', cleanup);\\n\\n  dest.on('close', cleanup);\\n\\n  dest.emit('pipe', source);\\n\\n  // Allow for unix-like usage: A.pipe(B).pipe(C)\\n  return dest;\\n};\\n\"\n        },\n        {\n          \"id\": 40,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/stream-http/node_modules/readable-stream/lib/_stream_duplex.js\",\n          \"name\": \"./node_modules/stream-http/node_modules/readable-stream/lib/_stream_duplex.js\",\n          \"index\": 286,\n          \"index2\": 276,\n          \"size\": 3742,\n          \"cacheable\": true,\n          \"built\": true,\n          \"optional\": false,\n          \"prefetched\": false,\n          \"chunks\": [\n            2\n          ],\n          \"issuer\": \"/Users/jarred/Code/styleurl/node_modules/stream-http/node_modules/readable-stream/readable-browser.js\",\n          \"issuerId\": 160,\n          \"issuerName\": \"./node_modules/stream-http/node_modules/readable-stream/readable-browser.js\",\n          \"issuerPath\": [\n            {\n              \"id\": 191,\n              \"identifier\": \"multi /Users/jarred/Code/styleurl/webpack/customPublicPath /Users/jarred/Code/styleurl/chrome/extension/background\",\n              \"name\": \"multi ./webpack/customPublicPath ./chrome/extension/background\",\n              \"profile\": {\n                \"factory\": 0,\n                \"building\": 0,\n                \"dependencies\": 54\n              }\n            },\n            {\n              \"id\": 192,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/background.js\",\n              \"name\": \"./chrome/extension/background.js\",\n              \"profile\": {\n                \"factory\": 54,\n                \"building\": 639,\n                \"dependencies\": 140\n              }\n            },\n            {\n              \"id\": 255,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/stylesheet-differ/lib/index.js\",\n              \"name\": \"./node_modules/stylesheet-differ/lib/index.js\",\n              \"profile\": {\n                \"factory\": 140,\n                \"building\": 568,\n                \"dependencies\": 1\n              }\n            },\n            {\n              \"id\": 256,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/native-css/index.js\",\n              \"name\": \"./node_modules/native-css/index.js\",\n              \"profile\": {\n                \"factory\": 189,\n                \"building\": 603,\n                \"dependencies\": 1\n              }\n            },\n            {\n              \"id\": 257,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/native-css/src/native-css.js\",\n              \"name\": \"./node_modules/native-css/src/native-css.js\",\n              \"profile\": {\n                \"factory\": 26,\n                \"building\": 63,\n                \"dependencies\": 14\n              }\n            },\n            {\n              \"id\": 293,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/fetch/lib/fetch.js\",\n              \"name\": \"./node_modules/fetch/lib/fetch.js\",\n              \"profile\": {\n                \"factory\": 117,\n                \"building\": 25,\n                \"dependencies\": 27\n              }\n            },\n            {\n              \"id\": 157,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/stream-http/index.js\",\n              \"name\": \"./node_modules/stream-http/index.js\",\n              \"profile\": {\n                \"factory\": 66,\n                \"building\": 38,\n                \"dependencies\": 20\n              }\n            },\n            {\n              \"id\": 159,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/stream-http/lib/response.js\",\n              \"name\": \"./node_modules/stream-http/lib/response.js\",\n              \"profile\": {\n                \"factory\": 114,\n                \"building\": 71,\n                \"dependencies\": 122\n              }\n            },\n            {\n              \"id\": 160,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/stream-http/node_modules/readable-stream/readable-browser.js\",\n              \"name\": \"./node_modules/stream-http/node_modules/readable-stream/readable-browser.js\",\n              \"profile\": {\n                \"factory\": 127,\n                \"building\": 15,\n                \"dependencies\": 0\n              }\n            }\n          ],\n          \"profile\": {\n            \"factory\": 8,\n            \"building\": 54,\n            \"dependencies\": 78\n          },\n          \"failed\": false,\n          \"errors\": 0,\n          \"warnings\": 0,\n          \"assets\": [],\n          \"reasons\": [\n            {\n              \"moduleId\": 160,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/stream-http/node_modules/readable-stream/readable-browser.js\",\n              \"module\": \"./node_modules/stream-http/node_modules/readable-stream/readable-browser.js\",\n              \"moduleName\": \"./node_modules/stream-http/node_modules/readable-stream/readable-browser.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"./lib/_stream_duplex.js\",\n              \"loc\": \"5:17-51\"\n            },\n            {\n              \"moduleId\": 161,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/stream-http/node_modules/readable-stream/lib/_stream_readable.js\",\n              \"module\": \"./node_modules/stream-http/node_modules/readable-stream/lib/_stream_readable.js\",\n              \"moduleName\": \"./node_modules/stream-http/node_modules/readable-stream/lib/_stream_readable.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"./_stream_duplex\",\n              \"loc\": \"104:21-48\"\n            },\n            {\n              \"moduleId\": 161,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/stream-http/node_modules/readable-stream/lib/_stream_readable.js\",\n              \"module\": \"./node_modules/stream-http/node_modules/readable-stream/lib/_stream_readable.js\",\n              \"moduleName\": \"./node_modules/stream-http/node_modules/readable-stream/lib/_stream_readable.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"./_stream_duplex\",\n              \"loc\": \"172:21-48\"\n            },\n            {\n              \"moduleId\": 164,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/stream-http/node_modules/readable-stream/lib/_stream_writable.js\",\n              \"module\": \"./node_modules/stream-http/node_modules/readable-stream/lib/_stream_writable.js\",\n              \"moduleName\": \"./node_modules/stream-http/node_modules/readable-stream/lib/_stream_writable.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"./_stream_duplex\",\n              \"loc\": \"99:21-48\"\n            },\n            {\n              \"moduleId\": 164,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/stream-http/node_modules/readable-stream/lib/_stream_writable.js\",\n              \"module\": \"./node_modules/stream-http/node_modules/readable-stream/lib/_stream_writable.js\",\n              \"moduleName\": \"./node_modules/stream-http/node_modules/readable-stream/lib/_stream_writable.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"./_stream_duplex\",\n              \"loc\": \"239:21-48\"\n            },\n            {\n              \"moduleId\": 165,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/stream-http/node_modules/readable-stream/lib/_stream_transform.js\",\n              \"module\": \"./node_modules/stream-http/node_modules/readable-stream/lib/_stream_transform.js\",\n              \"moduleName\": \"./node_modules/stream-http/node_modules/readable-stream/lib/_stream_transform.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"./_stream_duplex\",\n              \"loc\": \"68:13-40\"\n            }\n          ],\n          \"usedExports\": true,\n          \"providedExports\": null,\n          \"optimizationBailout\": [\n            \"ModuleConcatenation bailout: Module is not an ECMAScript module\"\n          ],\n          \"depth\": 9,\n          \"source\": \"// Copyright Joyent, Inc. and other Node contributors.\\n//\\n// Permission is hereby granted, free of charge, to any person obtaining a\\n// copy of this software and associated documentation files (the\\n// \\\"Software\\\"), to deal in the Software without restriction, including\\n// without limitation the rights to use, copy, modify, merge, publish,\\n// distribute, sublicense, and/or sell copies of the Software, and to permit\\n// persons to whom the Software is furnished to do so, subject to the\\n// following conditions:\\n//\\n// The above copyright notice and this permission notice shall be included\\n// in all copies or substantial portions of the Software.\\n//\\n// THE SOFTWARE IS PROVIDED \\\"AS IS\\\", WITHOUT WARRANTY OF ANY KIND, EXPRESS\\n// OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\\n// MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN\\n// NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM,\\n// DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR\\n// OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE\\n// USE OR OTHER DEALINGS IN THE SOFTWARE.\\n\\n// a duplex stream is just a stream that is both readable and writable.\\n// Since JS doesn't have multiple prototypal inheritance, this class\\n// prototypally inherits from Readable, and then parasitically from\\n// Writable.\\n\\n'use strict';\\n\\n/*<replacement>*/\\n\\nvar processNextTick = require('process-nextick-args');\\n/*</replacement>*/\\n\\n/*<replacement>*/\\nvar objectKeys = Object.keys || function (obj) {\\n  var keys = [];\\n  for (var key in obj) {\\n    keys.push(key);\\n  }return keys;\\n};\\n/*</replacement>*/\\n\\nmodule.exports = Duplex;\\n\\n/*<replacement>*/\\nvar util = require('core-util-is');\\nutil.inherits = require('inherits');\\n/*</replacement>*/\\n\\nvar Readable = require('./_stream_readable');\\nvar Writable = require('./_stream_writable');\\n\\nutil.inherits(Duplex, Readable);\\n\\nvar keys = objectKeys(Writable.prototype);\\nfor (var v = 0; v < keys.length; v++) {\\n  var method = keys[v];\\n  if (!Duplex.prototype[method]) Duplex.prototype[method] = Writable.prototype[method];\\n}\\n\\nfunction Duplex(options) {\\n  if (!(this instanceof Duplex)) return new Duplex(options);\\n\\n  Readable.call(this, options);\\n  Writable.call(this, options);\\n\\n  if (options && options.readable === false) this.readable = false;\\n\\n  if (options && options.writable === false) this.writable = false;\\n\\n  this.allowHalfOpen = true;\\n  if (options && options.allowHalfOpen === false) this.allowHalfOpen = false;\\n\\n  this.once('end', onend);\\n}\\n\\n// the no-half-open enforcer\\nfunction onend() {\\n  // if we allow half-open state, or if the writable side ended,\\n  // then we're ok.\\n  if (this.allowHalfOpen || this._writableState.ended) return;\\n\\n  // no more data can be written.\\n  // But allow more writes to happen in this tick.\\n  processNextTick(onEndNT, this);\\n}\\n\\nfunction onEndNT(self) {\\n  self.end();\\n}\\n\\nObject.defineProperty(Duplex.prototype, 'destroyed', {\\n  get: function () {\\n    if (this._readableState === undefined || this._writableState === undefined) {\\n      return false;\\n    }\\n    return this._readableState.destroyed && this._writableState.destroyed;\\n  },\\n  set: function (value) {\\n    // we ignore the value if the stream\\n    // has not been initialized yet\\n    if (this._readableState === undefined || this._writableState === undefined) {\\n      return;\\n    }\\n\\n    // backward compatibility, the user is explicitly\\n    // managing destroyed\\n    this._readableState.destroyed = value;\\n    this._writableState.destroyed = value;\\n  }\\n});\\n\\nDuplex.prototype._destroy = function (err, cb) {\\n  this.push(null);\\n  this.end();\\n\\n  processNextTick(cb, err);\\n};\\n\\nfunction forEach(xs, f) {\\n  for (var i = 0, l = xs.length; i < l; i++) {\\n    f(xs[i], i);\\n  }\\n}\"\n        },\n        {\n          \"id\": 42,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_Map.js\",\n          \"name\": \"./node_modules/lodash/_Map.js\",\n          \"index\": 62,\n          \"index2\": 68,\n          \"size\": 195,\n          \"cacheable\": true,\n          \"built\": true,\n          \"optional\": false,\n          \"prefetched\": false,\n          \"chunks\": [\n            2,\n            3\n          ],\n          \"issuer\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_getTag.js\",\n          \"issuerId\": 95,\n          \"issuerName\": \"./node_modules/lodash/_getTag.js\",\n          \"issuerPath\": [\n            {\n              \"id\": 342,\n              \"identifier\": \"multi /Users/jarred/Code/styleurl/webpack/customPublicPath /Users/jarred/Code/styleurl/chrome/extension/devtools\",\n              \"name\": \"multi ./webpack/customPublicPath ./chrome/extension/devtools\",\n              \"profile\": {\n                \"factory\": 0,\n                \"building\": 0,\n                \"dependencies\": 54\n              }\n            },\n            {\n              \"id\": 343,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/devtools.js\",\n              \"name\": \"./chrome/extension/devtools.js\",\n              \"profile\": {\n                \"factory\": 55,\n                \"building\": 548\n              }\n            },\n            {\n              \"id\": 345,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/isEmpty.js\",\n              \"name\": \"./node_modules/lodash/isEmpty.js\",\n              \"profile\": {\n                \"factory\": 230,\n                \"building\": 567,\n                \"dependencies\": 245\n              }\n            },\n            {\n              \"id\": 95,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_getTag.js\",\n              \"name\": \"./node_modules/lodash/_getTag.js\",\n              \"profile\": {\n                \"factory\": 247,\n                \"building\": 72,\n                \"dependencies\": 1\n              }\n            }\n          ],\n          \"profile\": {\n            \"factory\": 89,\n            \"building\": 98,\n            \"dependencies\": 85\n          },\n          \"failed\": false,\n          \"errors\": 0,\n          \"warnings\": 0,\n          \"assets\": [],\n          \"reasons\": [\n            {\n              \"moduleId\": 95,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_getTag.js\",\n              \"module\": \"./node_modules/lodash/_getTag.js\",\n              \"moduleName\": \"./node_modules/lodash/_getTag.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"./_Map\",\n              \"loc\": \"2:10-27\"\n            },\n            {\n              \"moduleId\": 207,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_stackSet.js\",\n              \"module\": \"./node_modules/lodash/_stackSet.js\",\n              \"moduleName\": \"./node_modules/lodash/_stackSet.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"./_Map\",\n              \"loc\": \"2:10-27\"\n            },\n            {\n              \"moduleId\": 208,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_mapCacheClear.js\",\n              \"module\": \"./node_modules/lodash/_mapCacheClear.js\",\n              \"moduleName\": \"./node_modules/lodash/_mapCacheClear.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"./_Map\",\n              \"loc\": \"3:10-27\"\n            }\n          ],\n          \"usedExports\": true,\n          \"providedExports\": null,\n          \"optimizationBailout\": [\n            \"ModuleConcatenation bailout: Module is not an ECMAScript module\"\n          ],\n          \"depth\": 4,\n          \"source\": \"var getNative = require('./_getNative'),\\n    root = require('./_root');\\n\\n/* Built-in method references that are verified to be native. */\\nvar Map = getNative(root, 'Map');\\n\\nmodule.exports = Map;\\n\"\n        },\n        {\n          \"id\": 43,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_getRawTag.js\",\n          \"name\": \"./node_modules/lodash/_getRawTag.js\",\n          \"index\": 70,\n          \"index2\": 57,\n          \"size\": 1139,\n          \"cacheable\": true,\n          \"built\": true,\n          \"optional\": false,\n          \"prefetched\": false,\n          \"chunks\": [\n            2,\n            3,\n            4\n          ],\n          \"issuer\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_baseGetTag.js\",\n          \"issuerId\": 5,\n          \"issuerName\": \"./node_modules/lodash/_baseGetTag.js\",\n          \"issuerPath\": [\n            {\n              \"id\": 342,\n              \"identifier\": \"multi /Users/jarred/Code/styleurl/webpack/customPublicPath /Users/jarred/Code/styleurl/chrome/extension/devtools\",\n              \"name\": \"multi ./webpack/customPublicPath ./chrome/extension/devtools\",\n              \"profile\": {\n                \"factory\": 0,\n                \"building\": 0,\n                \"dependencies\": 54\n              }\n            },\n            {\n              \"id\": 343,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/devtools.js\",\n              \"name\": \"./chrome/extension/devtools.js\",\n              \"profile\": {\n                \"factory\": 55,\n                \"building\": 548\n              }\n            },\n            {\n              \"id\": 344,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/isNumber.js\",\n              \"name\": \"./node_modules/lodash/isNumber.js\",\n              \"profile\": {\n                \"factory\": 230,\n                \"building\": 567,\n                \"dependencies\": 245\n              }\n            },\n            {\n              \"id\": 5,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_baseGetTag.js\",\n              \"name\": \"./node_modules/lodash/_baseGetTag.js\",\n              \"profile\": {\n                \"factory\": 248,\n                \"building\": 66\n              }\n            }\n          ],\n          \"profile\": {\n            \"factory\": 90,\n            \"building\": 97,\n            \"dependencies\": 1\n          },\n          \"failed\": false,\n          \"errors\": 0,\n          \"warnings\": 0,\n          \"assets\": [],\n          \"reasons\": [\n            {\n              \"moduleId\": 5,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_baseGetTag.js\",\n              \"module\": \"./node_modules/lodash/_baseGetTag.js\",\n              \"moduleName\": \"./node_modules/lodash/_baseGetTag.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"./_getRawTag\",\n              \"loc\": \"2:16-39\"\n            }\n          ],\n          \"usedExports\": true,\n          \"providedExports\": null,\n          \"optimizationBailout\": [\n            \"ModuleConcatenation bailout: Module is not an ECMAScript module\"\n          ],\n          \"depth\": 4,\n          \"source\": \"var Symbol = require('./_Symbol');\\n\\n/** Used for built-in method references. */\\nvar objectProto = Object.prototype;\\n\\n/** Used to check objects for own properties. */\\nvar hasOwnProperty = objectProto.hasOwnProperty;\\n\\n/**\\n * Used to resolve the\\n * [`toStringTag`](http://ecma-international.org/ecma-262/7.0/#sec-object.prototype.tostring)\\n * of values.\\n */\\nvar nativeObjectToString = objectProto.toString;\\n\\n/** Built-in value references. */\\nvar symToStringTag = Symbol ? Symbol.toStringTag : undefined;\\n\\n/**\\n * A specialized version of `baseGetTag` which ignores `Symbol.toStringTag` values.\\n *\\n * @private\\n * @param {*} value The value to query.\\n * @returns {string} Returns the raw `toStringTag`.\\n */\\nfunction getRawTag(value) {\\n  var isOwn = hasOwnProperty.call(value, symToStringTag),\\n      tag = value[symToStringTag];\\n\\n  try {\\n    value[symToStringTag] = undefined;\\n    var unmasked = true;\\n  } catch (e) {}\\n\\n  var result = nativeObjectToString.call(value);\\n  if (unmasked) {\\n    if (isOwn) {\\n      value[symToStringTag] = tag;\\n    } else {\\n      delete value[symToStringTag];\\n    }\\n  }\\n  return result;\\n}\\n\\nmodule.exports = getRawTag;\\n\"\n        },\n        {\n          \"id\": 44,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_objectToString.js\",\n          \"name\": \"./node_modules/lodash/_objectToString.js\",\n          \"index\": 71,\n          \"index2\": 58,\n          \"size\": 565,\n          \"cacheable\": true,\n          \"built\": true,\n          \"optional\": false,\n          \"prefetched\": false,\n          \"chunks\": [\n            2,\n            3,\n            4\n          ],\n          \"issuer\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_baseGetTag.js\",\n          \"issuerId\": 5,\n          \"issuerName\": \"./node_modules/lodash/_baseGetTag.js\",\n          \"issuerPath\": [\n            {\n              \"id\": 342,\n              \"identifier\": \"multi /Users/jarred/Code/styleurl/webpack/customPublicPath /Users/jarred/Code/styleurl/chrome/extension/devtools\",\n              \"name\": \"multi ./webpack/customPublicPath ./chrome/extension/devtools\",\n              \"profile\": {\n                \"factory\": 0,\n                \"building\": 0,\n                \"dependencies\": 54\n              }\n            },\n            {\n              \"id\": 343,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/devtools.js\",\n              \"name\": \"./chrome/extension/devtools.js\",\n              \"profile\": {\n                \"factory\": 55,\n                \"building\": 548\n              }\n            },\n            {\n              \"id\": 344,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/isNumber.js\",\n              \"name\": \"./node_modules/lodash/isNumber.js\",\n              \"profile\": {\n                \"factory\": 230,\n                \"building\": 567,\n                \"dependencies\": 245\n              }\n            },\n            {\n              \"id\": 5,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_baseGetTag.js\",\n              \"name\": \"./node_modules/lodash/_baseGetTag.js\",\n              \"profile\": {\n                \"factory\": 248,\n                \"building\": 66\n              }\n            }\n          ],\n          \"profile\": {\n            \"factory\": 90,\n            \"building\": 97,\n            \"dependencies\": 1\n          },\n          \"failed\": false,\n          \"errors\": 0,\n          \"warnings\": 0,\n          \"assets\": [],\n          \"reasons\": [\n            {\n              \"moduleId\": 5,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_baseGetTag.js\",\n              \"module\": \"./node_modules/lodash/_baseGetTag.js\",\n              \"moduleName\": \"./node_modules/lodash/_baseGetTag.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"./_objectToString\",\n              \"loc\": \"3:21-49\"\n            }\n          ],\n          \"usedExports\": true,\n          \"providedExports\": null,\n          \"optimizationBailout\": [\n            \"ModuleConcatenation bailout: Module is not an ECMAScript module\"\n          ],\n          \"depth\": 4,\n          \"source\": \"/** Used for built-in method references. */\\nvar objectProto = Object.prototype;\\n\\n/**\\n * Used to resolve the\\n * [`toStringTag`](http://ecma-international.org/ecma-262/7.0/#sec-object.prototype.tostring)\\n * of values.\\n */\\nvar nativeObjectToString = objectProto.toString;\\n\\n/**\\n * Converts `value` to a string using `Object.prototype.toString`.\\n *\\n * @private\\n * @param {*} value The value to convert.\\n * @returns {string} Returns the converted string.\\n */\\nfunction objectToString(value) {\\n  return nativeObjectToString.call(value);\\n}\\n\\nmodule.exports = objectToString;\\n\"\n        },\n        {\n          \"id\": 45,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_toSource.js\",\n          \"name\": \"./node_modules/lodash/_toSource.js\",\n          \"index\": 75,\n          \"index2\": 64,\n          \"size\": 556,\n          \"cacheable\": true,\n          \"built\": true,\n          \"optional\": false,\n          \"prefetched\": false,\n          \"chunks\": [\n            2,\n            3\n          ],\n          \"issuer\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_getTag.js\",\n          \"issuerId\": 95,\n          \"issuerName\": \"./node_modules/lodash/_getTag.js\",\n          \"issuerPath\": [\n            {\n              \"id\": 342,\n              \"identifier\": \"multi /Users/jarred/Code/styleurl/webpack/customPublicPath /Users/jarred/Code/styleurl/chrome/extension/devtools\",\n              \"name\": \"multi ./webpack/customPublicPath ./chrome/extension/devtools\",\n              \"profile\": {\n                \"factory\": 0,\n                \"building\": 0,\n                \"dependencies\": 54\n              }\n            },\n            {\n              \"id\": 343,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/devtools.js\",\n              \"name\": \"./chrome/extension/devtools.js\",\n              \"profile\": {\n                \"factory\": 55,\n                \"building\": 548\n              }\n            },\n            {\n              \"id\": 345,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/isEmpty.js\",\n              \"name\": \"./node_modules/lodash/isEmpty.js\",\n              \"profile\": {\n                \"factory\": 230,\n                \"building\": 567,\n                \"dependencies\": 245\n              }\n            },\n            {\n              \"id\": 95,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_getTag.js\",\n              \"name\": \"./node_modules/lodash/_getTag.js\",\n              \"profile\": {\n                \"factory\": 247,\n                \"building\": 72,\n                \"dependencies\": 1\n              }\n            }\n          ],\n          \"profile\": {\n            \"factory\": 89,\n            \"building\": 98,\n            \"dependencies\": 85\n          },\n          \"failed\": false,\n          \"errors\": 0,\n          \"warnings\": 0,\n          \"assets\": [],\n          \"reasons\": [\n            {\n              \"moduleId\": 89,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_baseIsNative.js\",\n              \"module\": \"./node_modules/lodash/_baseIsNative.js\",\n              \"moduleName\": \"./node_modules/lodash/_baseIsNative.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"./_toSource\",\n              \"loc\": \"4:15-37\"\n            },\n            {\n              \"moduleId\": 95,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_getTag.js\",\n              \"module\": \"./node_modules/lodash/_getTag.js\",\n              \"moduleName\": \"./node_modules/lodash/_getTag.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"./_toSource\",\n              \"loc\": \"7:15-37\"\n            }\n          ],\n          \"usedExports\": true,\n          \"providedExports\": null,\n          \"optimizationBailout\": [\n            \"ModuleConcatenation bailout: Module is not an ECMAScript module\"\n          ],\n          \"depth\": 4,\n          \"source\": \"/** Used for built-in method references. */\\nvar funcProto = Function.prototype;\\n\\n/** Used to resolve the decompiled source of functions. */\\nvar funcToString = funcProto.toString;\\n\\n/**\\n * Converts `func` to its source code.\\n *\\n * @private\\n * @param {Function} func The function to convert.\\n * @returns {string} Returns the source code.\\n */\\nfunction toSource(func) {\\n  if (func != null) {\\n    try {\\n      return funcToString.call(func);\\n    } catch (e) {}\\n    try {\\n      return (func + '');\\n    } catch (e) {}\\n  }\\n  return '';\\n}\\n\\nmodule.exports = toSource;\\n\"\n        },\n        {\n          \"id\": 46,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_arrayLikeKeys.js\",\n          \"name\": \"./node_modules/lodash/_arrayLikeKeys.js\",\n          \"index\": 113,\n          \"index2\": 115,\n          \"size\": 1778,\n          \"cacheable\": true,\n          \"built\": true,\n          \"optional\": false,\n          \"prefetched\": false,\n          \"chunks\": [\n            2,\n            3,\n            4\n          ],\n          \"issuer\": \"/Users/jarred/Code/styleurl/node_modules/lodash/keys.js\",\n          \"issuerId\": 24,\n          \"issuerName\": \"./node_modules/lodash/keys.js\",\n          \"issuerPath\": [\n            {\n              \"id\": 342,\n              \"identifier\": \"multi /Users/jarred/Code/styleurl/webpack/customPublicPath /Users/jarred/Code/styleurl/chrome/extension/devtools\",\n              \"name\": \"multi ./webpack/customPublicPath ./chrome/extension/devtools\",\n              \"profile\": {\n                \"factory\": 0,\n                \"building\": 0,\n                \"dependencies\": 54\n              }\n            },\n            {\n              \"id\": 343,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/devtools.js\",\n              \"name\": \"./chrome/extension/devtools.js\",\n              \"profile\": {\n                \"factory\": 55,\n                \"building\": 548\n              }\n            },\n            {\n              \"id\": 24,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/keys.js\",\n              \"name\": \"./node_modules/lodash/keys.js\",\n              \"profile\": {\n                \"factory\": 230,\n                \"building\": 567,\n                \"dependencies\": 245\n              }\n            }\n          ],\n          \"profile\": {\n            \"factory\": 246,\n            \"building\": 73,\n            \"dependencies\": 1\n          },\n          \"failed\": false,\n          \"errors\": 0,\n          \"warnings\": 0,\n          \"assets\": [],\n          \"reasons\": [\n            {\n              \"moduleId\": 24,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/keys.js\",\n              \"module\": \"./node_modules/lodash/keys.js\",\n              \"moduleName\": \"./node_modules/lodash/keys.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"./_arrayLikeKeys\",\n              \"loc\": \"1:20-47\"\n            }\n          ],\n          \"usedExports\": true,\n          \"providedExports\": null,\n          \"optimizationBailout\": [\n            \"ModuleConcatenation bailout: Module is not an ECMAScript module\"\n          ],\n          \"depth\": 3,\n          \"source\": \"var baseTimes = require('./_baseTimes'),\\n    isArguments = require('./isArguments'),\\n    isArray = require('./isArray'),\\n    isBuffer = require('./isBuffer'),\\n    isIndex = require('./_isIndex'),\\n    isTypedArray = require('./isTypedArray');\\n\\n/** Used for built-in method references. */\\nvar objectProto = Object.prototype;\\n\\n/** Used to check objects for own properties. */\\nvar hasOwnProperty = objectProto.hasOwnProperty;\\n\\n/**\\n * Creates an array of the enumerable property names of the array-like `value`.\\n *\\n * @private\\n * @param {*} value The value to query.\\n * @param {boolean} inherited Specify returning inherited property names.\\n * @returns {Array} Returns the array of property names.\\n */\\nfunction arrayLikeKeys(value, inherited) {\\n  var isArr = isArray(value),\\n      isArg = !isArr && isArguments(value),\\n      isBuff = !isArr && !isArg && isBuffer(value),\\n      isType = !isArr && !isArg && !isBuff && isTypedArray(value),\\n      skipIndexes = isArr || isArg || isBuff || isType,\\n      result = skipIndexes ? baseTimes(value.length, String) : [],\\n      length = result.length;\\n\\n  for (var key in value) {\\n    if ((inherited || hasOwnProperty.call(value, key)) &&\\n        !(skipIndexes && (\\n           // Safari 9 has enumerable `arguments.length` in strict mode.\\n           key == 'length' ||\\n           // Node.js 0.10 has enumerable non-index properties on buffers.\\n           (isBuff && (key == 'offset' || key == 'parent')) ||\\n           // PhantomJS 2 has enumerable non-index properties on typed arrays.\\n           (isType && (key == 'buffer' || key == 'byteLength' || key == 'byteOffset')) ||\\n           // Skip index properties.\\n           isIndex(key, length)\\n        ))) {\\n      result.push(key);\\n    }\\n  }\\n  return result;\\n}\\n\\nmodule.exports = arrayLikeKeys;\\n\"\n        },\n        {\n          \"id\": 47,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_baseTimes.js\",\n          \"name\": \"./node_modules/lodash/_baseTimes.js\",\n          \"index\": 114,\n          \"index2\": 102,\n          \"size\": 504,\n          \"cacheable\": true,\n          \"built\": true,\n          \"optional\": false,\n          \"prefetched\": false,\n          \"chunks\": [\n            2,\n            3,\n            4\n          ],\n          \"issuer\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_arrayLikeKeys.js\",\n          \"issuerId\": 46,\n          \"issuerName\": \"./node_modules/lodash/_arrayLikeKeys.js\",\n          \"issuerPath\": [\n            {\n              \"id\": 342,\n              \"identifier\": \"multi /Users/jarred/Code/styleurl/webpack/customPublicPath /Users/jarred/Code/styleurl/chrome/extension/devtools\",\n              \"name\": \"multi ./webpack/customPublicPath ./chrome/extension/devtools\",\n              \"profile\": {\n                \"factory\": 0,\n                \"building\": 0,\n                \"dependencies\": 54\n              }\n            },\n            {\n              \"id\": 343,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/devtools.js\",\n              \"name\": \"./chrome/extension/devtools.js\",\n              \"profile\": {\n                \"factory\": 55,\n                \"building\": 548\n              }\n            },\n            {\n              \"id\": 24,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/keys.js\",\n              \"name\": \"./node_modules/lodash/keys.js\",\n              \"profile\": {\n                \"factory\": 230,\n                \"building\": 567,\n                \"dependencies\": 245\n              }\n            },\n            {\n              \"id\": 46,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_arrayLikeKeys.js\",\n              \"name\": \"./node_modules/lodash/_arrayLikeKeys.js\",\n              \"profile\": {\n                \"factory\": 246,\n                \"building\": 73,\n                \"dependencies\": 1\n              }\n            }\n          ],\n          \"profile\": {\n            \"factory\": 83,\n            \"building\": 102\n          },\n          \"failed\": false,\n          \"errors\": 0,\n          \"warnings\": 0,\n          \"assets\": [],\n          \"reasons\": [\n            {\n              \"moduleId\": 46,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_arrayLikeKeys.js\",\n              \"module\": \"./node_modules/lodash/_arrayLikeKeys.js\",\n              \"moduleName\": \"./node_modules/lodash/_arrayLikeKeys.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"./_baseTimes\",\n              \"loc\": \"1:16-39\"\n            }\n          ],\n          \"usedExports\": true,\n          \"providedExports\": null,\n          \"optimizationBailout\": [\n            \"ModuleConcatenation bailout: Module is not an ECMAScript module\"\n          ],\n          \"depth\": 4,\n          \"source\": \"/**\\n * The base implementation of `_.times` without support for iteratee shorthands\\n * or max array length checks.\\n *\\n * @private\\n * @param {number} n The number of times to invoke `iteratee`.\\n * @param {Function} iteratee The function invoked per iteration.\\n * @returns {Array} Returns the array of results.\\n */\\nfunction baseTimes(n, iteratee) {\\n  var index = -1,\\n      result = Array(n);\\n\\n  while (++index < n) {\\n    result[index] = iteratee(index);\\n  }\\n  return result;\\n}\\n\\nmodule.exports = baseTimes;\\n\"\n        },\n        {\n          \"id\": 48,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_baseIsArguments.js\",\n          \"name\": \"./node_modules/lodash/_baseIsArguments.js\",\n          \"index\": 116,\n          \"index2\": 104,\n          \"size\": 488,\n          \"cacheable\": true,\n          \"built\": true,\n          \"optional\": false,\n          \"prefetched\": false,\n          \"chunks\": [\n            2,\n            3,\n            4\n          ],\n          \"issuer\": \"/Users/jarred/Code/styleurl/node_modules/lodash/isArguments.js\",\n          \"issuerId\": 25,\n          \"issuerName\": \"./node_modules/lodash/isArguments.js\",\n          \"issuerPath\": [\n            {\n              \"id\": 342,\n              \"identifier\": \"multi /Users/jarred/Code/styleurl/webpack/customPublicPath /Users/jarred/Code/styleurl/chrome/extension/devtools\",\n              \"name\": \"multi ./webpack/customPublicPath ./chrome/extension/devtools\",\n              \"profile\": {\n                \"factory\": 0,\n                \"building\": 0,\n                \"dependencies\": 54\n              }\n            },\n            {\n              \"id\": 343,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/devtools.js\",\n              \"name\": \"./chrome/extension/devtools.js\",\n              \"profile\": {\n                \"factory\": 55,\n                \"building\": 548\n              }\n            },\n            {\n              \"id\": 345,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/isEmpty.js\",\n              \"name\": \"./node_modules/lodash/isEmpty.js\",\n              \"profile\": {\n                \"factory\": 230,\n                \"building\": 567,\n                \"dependencies\": 245\n              }\n            },\n            {\n              \"id\": 25,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/isArguments.js\",\n              \"name\": \"./node_modules/lodash/isArguments.js\",\n              \"profile\": {\n                \"factory\": 247,\n                \"building\": 72,\n                \"dependencies\": 1\n              }\n            }\n          ],\n          \"profile\": {\n            \"factory\": 88,\n            \"building\": 99,\n            \"dependencies\": 0\n          },\n          \"failed\": false,\n          \"errors\": 0,\n          \"warnings\": 0,\n          \"assets\": [],\n          \"reasons\": [\n            {\n              \"moduleId\": 25,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/isArguments.js\",\n              \"module\": \"./node_modules/lodash/isArguments.js\",\n              \"moduleName\": \"./node_modules/lodash/isArguments.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"./_baseIsArguments\",\n              \"loc\": \"1:22-51\"\n            }\n          ],\n          \"usedExports\": true,\n          \"providedExports\": null,\n          \"optimizationBailout\": [\n            \"ModuleConcatenation bailout: Module is not an ECMAScript module\"\n          ],\n          \"depth\": 4,\n          \"source\": \"var baseGetTag = require('./_baseGetTag'),\\n    isObjectLike = require('./isObjectLike');\\n\\n/** `Object#toString` result references. */\\nvar argsTag = '[object Arguments]';\\n\\n/**\\n * The base implementation of `_.isArguments`.\\n *\\n * @private\\n * @param {*} value The value to check.\\n * @returns {boolean} Returns `true` if `value` is an `arguments` object,\\n */\\nfunction baseIsArguments(value) {\\n  return isObjectLike(value) && baseGetTag(value) == argsTag;\\n}\\n\\nmodule.exports = baseIsArguments;\\n\"\n        },\n        {\n          \"id\": 49,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/stubFalse.js\",\n          \"name\": \"./node_modules/lodash/stubFalse.js\",\n          \"index\": 120,\n          \"index2\": 107,\n          \"size\": 280,\n          \"cacheable\": true,\n          \"built\": true,\n          \"optional\": false,\n          \"prefetched\": false,\n          \"chunks\": [\n            2,\n            3,\n            4\n          ],\n          \"issuer\": \"/Users/jarred/Code/styleurl/node_modules/lodash/isBuffer.js\",\n          \"issuerId\": 28,\n          \"issuerName\": \"./node_modules/lodash/isBuffer.js\",\n          \"issuerPath\": [\n            {\n              \"id\": 342,\n              \"identifier\": \"multi /Users/jarred/Code/styleurl/webpack/customPublicPath /Users/jarred/Code/styleurl/chrome/extension/devtools\",\n              \"name\": \"multi ./webpack/customPublicPath ./chrome/extension/devtools\",\n              \"profile\": {\n                \"factory\": 0,\n                \"building\": 0,\n                \"dependencies\": 54\n              }\n            },\n            {\n              \"id\": 343,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/devtools.js\",\n              \"name\": \"./chrome/extension/devtools.js\",\n              \"profile\": {\n                \"factory\": 55,\n                \"building\": 548\n              }\n            },\n            {\n              \"id\": 345,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/isEmpty.js\",\n              \"name\": \"./node_modules/lodash/isEmpty.js\",\n              \"profile\": {\n                \"factory\": 230,\n                \"building\": 567,\n                \"dependencies\": 245\n              }\n            },\n            {\n              \"id\": 28,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/isBuffer.js\",\n              \"name\": \"./node_modules/lodash/isBuffer.js\",\n              \"profile\": {\n                \"factory\": 247,\n                \"building\": 72,\n                \"dependencies\": 1\n              }\n            }\n          ],\n          \"profile\": {\n            \"factory\": 85,\n            \"building\": 100\n          },\n          \"failed\": false,\n          \"errors\": 0,\n          \"warnings\": 0,\n          \"assets\": [],\n          \"reasons\": [\n            {\n              \"moduleId\": 28,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/isBuffer.js\",\n              \"module\": \"./node_modules/lodash/isBuffer.js\",\n              \"moduleName\": \"./node_modules/lodash/isBuffer.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"./stubFalse\",\n              \"loc\": \"2:16-38\"\n            }\n          ],\n          \"usedExports\": true,\n          \"providedExports\": null,\n          \"optimizationBailout\": [\n            \"ModuleConcatenation bailout: Module is not an ECMAScript module\"\n          ],\n          \"depth\": 4,\n          \"source\": \"/**\\n * This method returns `false`.\\n *\\n * @static\\n * @memberOf _\\n * @since 4.13.0\\n * @category Util\\n * @returns {boolean} Returns `false`.\\n * @example\\n *\\n * _.times(2, _.stubFalse);\\n * // => [false, false]\\n */\\nfunction stubFalse() {\\n  return false;\\n}\\n\\nmodule.exports = stubFalse;\\n\"\n        },\n        {\n          \"id\": 50,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_baseIsTypedArray.js\",\n          \"name\": \"./node_modules/lodash/_baseIsTypedArray.js\",\n          \"index\": 123,\n          \"index2\": 111,\n          \"size\": 2222,\n          \"cacheable\": true,\n          \"built\": true,\n          \"optional\": false,\n          \"prefetched\": false,\n          \"chunks\": [\n            2,\n            3,\n            4\n          ],\n          \"issuer\": \"/Users/jarred/Code/styleurl/node_modules/lodash/isTypedArray.js\",\n          \"issuerId\": 29,\n          \"issuerName\": \"./node_modules/lodash/isTypedArray.js\",\n          \"issuerPath\": [\n            {\n              \"id\": 342,\n              \"identifier\": \"multi /Users/jarred/Code/styleurl/webpack/customPublicPath /Users/jarred/Code/styleurl/chrome/extension/devtools\",\n              \"name\": \"multi ./webpack/customPublicPath ./chrome/extension/devtools\",\n              \"profile\": {\n                \"factory\": 0,\n                \"building\": 0,\n                \"dependencies\": 54\n              }\n            },\n            {\n              \"id\": 343,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/devtools.js\",\n              \"name\": \"./chrome/extension/devtools.js\",\n              \"profile\": {\n                \"factory\": 55,\n                \"building\": 548\n              }\n            },\n            {\n              \"id\": 345,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/isEmpty.js\",\n              \"name\": \"./node_modules/lodash/isEmpty.js\",\n              \"profile\": {\n                \"factory\": 230,\n                \"building\": 567,\n                \"dependencies\": 245\n              }\n            },\n            {\n              \"id\": 29,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/isTypedArray.js\",\n              \"name\": \"./node_modules/lodash/isTypedArray.js\",\n              \"profile\": {\n                \"factory\": 247,\n                \"building\": 72,\n                \"dependencies\": 1\n              }\n            }\n          ],\n          \"profile\": {\n            \"factory\": 85,\n            \"building\": 101,\n            \"dependencies\": 79\n          },\n          \"failed\": false,\n          \"errors\": 0,\n          \"warnings\": 0,\n          \"assets\": [],\n          \"reasons\": [\n            {\n              \"moduleId\": 29,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/isTypedArray.js\",\n              \"module\": \"./node_modules/lodash/isTypedArray.js\",\n              \"moduleName\": \"./node_modules/lodash/isTypedArray.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"./_baseIsTypedArray\",\n              \"loc\": \"1:23-53\"\n            }\n          ],\n          \"usedExports\": true,\n          \"providedExports\": null,\n          \"optimizationBailout\": [\n            \"ModuleConcatenation bailout: Module is not an ECMAScript module\"\n          ],\n          \"depth\": 4,\n          \"source\": \"var baseGetTag = require('./_baseGetTag'),\\n    isLength = require('./isLength'),\\n    isObjectLike = require('./isObjectLike');\\n\\n/** `Object#toString` result references. */\\nvar argsTag = '[object Arguments]',\\n    arrayTag = '[object Array]',\\n    boolTag = '[object Boolean]',\\n    dateTag = '[object Date]',\\n    errorTag = '[object Error]',\\n    funcTag = '[object Function]',\\n    mapTag = '[object Map]',\\n    numberTag = '[object Number]',\\n    objectTag = '[object Object]',\\n    regexpTag = '[object RegExp]',\\n    setTag = '[object Set]',\\n    stringTag = '[object String]',\\n    weakMapTag = '[object WeakMap]';\\n\\nvar arrayBufferTag = '[object ArrayBuffer]',\\n    dataViewTag = '[object DataView]',\\n    float32Tag = '[object Float32Array]',\\n    float64Tag = '[object Float64Array]',\\n    int8Tag = '[object Int8Array]',\\n    int16Tag = '[object Int16Array]',\\n    int32Tag = '[object Int32Array]',\\n    uint8Tag = '[object Uint8Array]',\\n    uint8ClampedTag = '[object Uint8ClampedArray]',\\n    uint16Tag = '[object Uint16Array]',\\n    uint32Tag = '[object Uint32Array]';\\n\\n/** Used to identify `toStringTag` values of typed arrays. */\\nvar typedArrayTags = {};\\ntypedArrayTags[float32Tag] = typedArrayTags[float64Tag] =\\ntypedArrayTags[int8Tag] = typedArrayTags[int16Tag] =\\ntypedArrayTags[int32Tag] = typedArrayTags[uint8Tag] =\\ntypedArrayTags[uint8ClampedTag] = typedArrayTags[uint16Tag] =\\ntypedArrayTags[uint32Tag] = true;\\ntypedArrayTags[argsTag] = typedArrayTags[arrayTag] =\\ntypedArrayTags[arrayBufferTag] = typedArrayTags[boolTag] =\\ntypedArrayTags[dataViewTag] = typedArrayTags[dateTag] =\\ntypedArrayTags[errorTag] = typedArrayTags[funcTag] =\\ntypedArrayTags[mapTag] = typedArrayTags[numberTag] =\\ntypedArrayTags[objectTag] = typedArrayTags[regexpTag] =\\ntypedArrayTags[setTag] = typedArrayTags[stringTag] =\\ntypedArrayTags[weakMapTag] = false;\\n\\n/**\\n * The base implementation of `_.isTypedArray` without Node.js optimizations.\\n *\\n * @private\\n * @param {*} value The value to check.\\n * @returns {boolean} Returns `true` if `value` is a typed array, else `false`.\\n */\\nfunction baseIsTypedArray(value) {\\n  return isObjectLike(value) &&\\n    isLength(value.length) && !!typedArrayTags[baseGetTag(value)];\\n}\\n\\nmodule.exports = baseIsTypedArray;\\n\"\n        },\n        {\n          \"id\": 51,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_baseUnary.js\",\n          \"name\": \"./node_modules/lodash/_baseUnary.js\",\n          \"index\": 125,\n          \"index2\": 112,\n          \"size\": 332,\n          \"cacheable\": true,\n          \"built\": true,\n          \"optional\": false,\n          \"prefetched\": false,\n          \"chunks\": [\n            2,\n            3,\n            4\n          ],\n          \"issuer\": \"/Users/jarred/Code/styleurl/node_modules/lodash/isTypedArray.js\",\n          \"issuerId\": 29,\n          \"issuerName\": \"./node_modules/lodash/isTypedArray.js\",\n          \"issuerPath\": [\n            {\n              \"id\": 342,\n              \"identifier\": \"multi /Users/jarred/Code/styleurl/webpack/customPublicPath /Users/jarred/Code/styleurl/chrome/extension/devtools\",\n              \"name\": \"multi ./webpack/customPublicPath ./chrome/extension/devtools\",\n              \"profile\": {\n                \"factory\": 0,\n                \"building\": 0,\n                \"dependencies\": 54\n              }\n            },\n            {\n              \"id\": 343,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/devtools.js\",\n              \"name\": \"./chrome/extension/devtools.js\",\n              \"profile\": {\n                \"factory\": 55,\n                \"building\": 548\n              }\n            },\n            {\n              \"id\": 345,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/isEmpty.js\",\n              \"name\": \"./node_modules/lodash/isEmpty.js\",\n              \"profile\": {\n                \"factory\": 230,\n                \"building\": 567,\n                \"dependencies\": 245\n              }\n            },\n            {\n              \"id\": 29,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/isTypedArray.js\",\n              \"name\": \"./node_modules/lodash/isTypedArray.js\",\n              \"profile\": {\n                \"factory\": 247,\n                \"building\": 72,\n                \"dependencies\": 1\n              }\n            }\n          ],\n          \"profile\": {\n            \"factory\": 85,\n            \"building\": 101,\n            \"dependencies\": 79\n          },\n          \"failed\": false,\n          \"errors\": 0,\n          \"warnings\": 0,\n          \"assets\": [],\n          \"reasons\": [\n            {\n              \"moduleId\": 29,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/isTypedArray.js\",\n              \"module\": \"./node_modules/lodash/isTypedArray.js\",\n              \"moduleName\": \"./node_modules/lodash/isTypedArray.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"./_baseUnary\",\n              \"loc\": \"2:16-39\"\n            }\n          ],\n          \"usedExports\": true,\n          \"providedExports\": null,\n          \"optimizationBailout\": [\n            \"ModuleConcatenation bailout: Module is not an ECMAScript module\"\n          ],\n          \"depth\": 4,\n          \"source\": \"/**\\n * The base implementation of `_.unary` without support for storing metadata.\\n *\\n * @private\\n * @param {Function} func The function to cap arguments for.\\n * @returns {Function} Returns the new capped function.\\n */\\nfunction baseUnary(func) {\\n  return function(value) {\\n    return func(value);\\n  };\\n}\\n\\nmodule.exports = baseUnary;\\n\"\n        },\n        {\n          \"id\": 52,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_nodeUtil.js\",\n          \"name\": \"./node_modules/lodash/_nodeUtil.js\",\n          \"index\": 126,\n          \"index2\": 113,\n          \"size\": 995,\n          \"cacheable\": true,\n          \"built\": true,\n          \"optional\": false,\n          \"prefetched\": false,\n          \"chunks\": [\n            2,\n            3,\n            4\n          ],\n          \"issuer\": \"/Users/jarred/Code/styleurl/node_modules/lodash/isTypedArray.js\",\n          \"issuerId\": 29,\n          \"issuerName\": \"./node_modules/lodash/isTypedArray.js\",\n          \"issuerPath\": [\n            {\n              \"id\": 342,\n              \"identifier\": \"multi /Users/jarred/Code/styleurl/webpack/customPublicPath /Users/jarred/Code/styleurl/chrome/extension/devtools\",\n              \"name\": \"multi ./webpack/customPublicPath ./chrome/extension/devtools\",\n              \"profile\": {\n                \"factory\": 0,\n                \"building\": 0,\n                \"dependencies\": 54\n              }\n            },\n            {\n              \"id\": 343,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/devtools.js\",\n              \"name\": \"./chrome/extension/devtools.js\",\n              \"profile\": {\n                \"factory\": 55,\n                \"building\": 548\n              }\n            },\n            {\n              \"id\": 345,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/isEmpty.js\",\n              \"name\": \"./node_modules/lodash/isEmpty.js\",\n              \"profile\": {\n                \"factory\": 230,\n                \"building\": 567,\n                \"dependencies\": 245\n              }\n            },\n            {\n              \"id\": 29,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/isTypedArray.js\",\n              \"name\": \"./node_modules/lodash/isTypedArray.js\",\n              \"profile\": {\n                \"factory\": 247,\n                \"building\": 72,\n                \"dependencies\": 1\n              }\n            }\n          ],\n          \"profile\": {\n            \"factory\": 85,\n            \"building\": 101,\n            \"dependencies\": 79\n          },\n          \"failed\": false,\n          \"errors\": 0,\n          \"warnings\": 0,\n          \"assets\": [],\n          \"reasons\": [\n            {\n              \"moduleId\": 29,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/isTypedArray.js\",\n              \"module\": \"./node_modules/lodash/isTypedArray.js\",\n              \"moduleName\": \"./node_modules/lodash/isTypedArray.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"./_nodeUtil\",\n              \"loc\": \"3:15-37\"\n            }\n          ],\n          \"usedExports\": true,\n          \"providedExports\": null,\n          \"optimizationBailout\": [\n            \"ModuleConcatenation bailout: Module is not an ECMAScript module\"\n          ],\n          \"depth\": 4,\n          \"source\": \"var freeGlobal = require('./_freeGlobal');\\n\\n/** Detect free variable `exports`. */\\nvar freeExports = typeof exports == 'object' && exports && !exports.nodeType && exports;\\n\\n/** Detect free variable `module`. */\\nvar freeModule = freeExports && typeof module == 'object' && module && !module.nodeType && module;\\n\\n/** Detect the popular CommonJS extension `module.exports`. */\\nvar moduleExports = freeModule && freeModule.exports === freeExports;\\n\\n/** Detect free variable `process` from Node.js. */\\nvar freeProcess = moduleExports && freeGlobal.process;\\n\\n/** Used to access faster Node.js helpers. */\\nvar nodeUtil = (function() {\\n  try {\\n    // Use `util.types` for Node.js 10+.\\n    var types = freeModule && freeModule.require && freeModule.require('util').types;\\n\\n    if (types) {\\n      return types;\\n    }\\n\\n    // Legacy `process.binding('util')` for Node.js < 10.\\n    return freeProcess && freeProcess.binding && freeProcess.binding('util');\\n  } catch (e) {}\\n}());\\n\\nmodule.exports = nodeUtil;\\n\"\n        },\n        {\n          \"id\": 53,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_nativeKeys.js\",\n          \"name\": \"./node_modules/lodash/_nativeKeys.js\",\n          \"index\": 129,\n          \"index2\": 118,\n          \"size\": 204,\n          \"cacheable\": true,\n          \"built\": true,\n          \"optional\": false,\n          \"prefetched\": false,\n          \"chunks\": [\n            2,\n            3,\n            4\n          ],\n          \"issuer\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_baseKeys.js\",\n          \"issuerId\": 35,\n          \"issuerName\": \"./node_modules/lodash/_baseKeys.js\",\n          \"issuerPath\": [\n            {\n              \"id\": 342,\n              \"identifier\": \"multi /Users/jarred/Code/styleurl/webpack/customPublicPath /Users/jarred/Code/styleurl/chrome/extension/devtools\",\n              \"name\": \"multi ./webpack/customPublicPath ./chrome/extension/devtools\",\n              \"profile\": {\n                \"factory\": 0,\n                \"building\": 0,\n                \"dependencies\": 54\n              }\n            },\n            {\n              \"id\": 343,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/devtools.js\",\n              \"name\": \"./chrome/extension/devtools.js\",\n              \"profile\": {\n                \"factory\": 55,\n                \"building\": 548\n              }\n            },\n            {\n              \"id\": 345,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/isEmpty.js\",\n              \"name\": \"./node_modules/lodash/isEmpty.js\",\n              \"profile\": {\n                \"factory\": 230,\n                \"building\": 567,\n                \"dependencies\": 245\n              }\n            },\n            {\n              \"id\": 35,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_baseKeys.js\",\n              \"name\": \"./node_modules/lodash/_baseKeys.js\",\n              \"profile\": {\n                \"factory\": 247,\n                \"building\": 72,\n                \"dependencies\": 1\n              }\n            }\n          ],\n          \"profile\": {\n            \"factory\": 90,\n            \"building\": 97\n          },\n          \"failed\": false,\n          \"errors\": 0,\n          \"warnings\": 0,\n          \"assets\": [],\n          \"reasons\": [\n            {\n              \"moduleId\": 35,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_baseKeys.js\",\n              \"module\": \"./node_modules/lodash/_baseKeys.js\",\n              \"moduleName\": \"./node_modules/lodash/_baseKeys.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"./_nativeKeys\",\n              \"loc\": \"2:17-41\"\n            }\n          ],\n          \"usedExports\": true,\n          \"providedExports\": null,\n          \"optimizationBailout\": [\n            \"ModuleConcatenation bailout: Module is not an ECMAScript module\"\n          ],\n          \"depth\": 4,\n          \"source\": \"var overArg = require('./_overArg');\\n\\n/* Built-in method references for those with the same name as other `lodash` methods. */\\nvar nativeKeys = overArg(Object.keys, Object);\\n\\nmodule.exports = nativeKeys;\\n\"\n        },\n        {\n          \"id\": 54,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_overArg.js\",\n          \"name\": \"./node_modules/lodash/_overArg.js\",\n          \"index\": 130,\n          \"index2\": 117,\n          \"size\": 382,\n          \"cacheable\": true,\n          \"built\": true,\n          \"optional\": false,\n          \"prefetched\": false,\n          \"chunks\": [\n            2,\n            3,\n            4\n          ],\n          \"issuer\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_nativeKeys.js\",\n          \"issuerId\": 53,\n          \"issuerName\": \"./node_modules/lodash/_nativeKeys.js\",\n          \"issuerPath\": [\n            {\n              \"id\": 342,\n              \"identifier\": \"multi /Users/jarred/Code/styleurl/webpack/customPublicPath /Users/jarred/Code/styleurl/chrome/extension/devtools\",\n              \"name\": \"multi ./webpack/customPublicPath ./chrome/extension/devtools\",\n              \"profile\": {\n                \"factory\": 0,\n                \"building\": 0,\n                \"dependencies\": 54\n              }\n            },\n            {\n              \"id\": 343,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/devtools.js\",\n              \"name\": \"./chrome/extension/devtools.js\",\n              \"profile\": {\n                \"factory\": 55,\n                \"building\": 548\n              }\n            },\n            {\n              \"id\": 345,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/isEmpty.js\",\n              \"name\": \"./node_modules/lodash/isEmpty.js\",\n              \"profile\": {\n                \"factory\": 230,\n                \"building\": 567,\n                \"dependencies\": 245\n              }\n            },\n            {\n              \"id\": 35,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_baseKeys.js\",\n              \"name\": \"./node_modules/lodash/_baseKeys.js\",\n              \"profile\": {\n                \"factory\": 247,\n                \"building\": 72,\n                \"dependencies\": 1\n              }\n            },\n            {\n              \"id\": 53,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_nativeKeys.js\",\n              \"name\": \"./node_modules/lodash/_nativeKeys.js\",\n              \"profile\": {\n                \"factory\": 90,\n                \"building\": 97\n              }\n            }\n          ],\n          \"profile\": {\n            \"factory\": 85,\n            \"building\": 16\n          },\n          \"failed\": false,\n          \"errors\": 0,\n          \"warnings\": 0,\n          \"assets\": [],\n          \"reasons\": [\n            {\n              \"moduleId\": 53,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_nativeKeys.js\",\n              \"module\": \"./node_modules/lodash/_nativeKeys.js\",\n              \"moduleName\": \"./node_modules/lodash/_nativeKeys.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"./_overArg\",\n              \"loc\": \"1:14-35\"\n            }\n          ],\n          \"usedExports\": true,\n          \"providedExports\": null,\n          \"optimizationBailout\": [\n            \"ModuleConcatenation bailout: Module is not an ECMAScript module\"\n          ],\n          \"depth\": 5,\n          \"source\": \"/**\\n * Creates a unary function that invokes `func` with its argument transformed.\\n *\\n * @private\\n * @param {Function} func The function to wrap.\\n * @param {Function} transform The argument transform.\\n * @returns {Function} Returns the new function.\\n */\\nfunction overArg(func, transform) {\\n  return function(arg) {\\n    return func(transform(arg));\\n  };\\n}\\n\\nmodule.exports = overArg;\\n\"\n        },\n        {\n          \"id\": 55,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/lib/stylefile.js\",\n          \"name\": \"./chrome/extension/lib/stylefile.js\",\n          \"index\": 166,\n          \"index2\": 200,\n          \"size\": 921,\n          \"cacheable\": true,\n          \"built\": true,\n          \"optional\": false,\n          \"prefetched\": false,\n          \"chunks\": [\n            2,\n            4\n          ],\n          \"issuer\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/github_gist_content_script.js\",\n          \"issuerId\": 351,\n          \"issuerName\": \"./chrome/extension/github_gist_content_script.js\",\n          \"issuerPath\": [\n            {\n              \"id\": 350,\n              \"identifier\": \"multi /Users/jarred/Code/styleurl/webpack/customPublicPath /Users/jarred/Code/styleurl/chrome/extension/github_gist_content_script\",\n              \"name\": \"multi ./webpack/customPublicPath ./chrome/extension/github_gist_content_script\",\n              \"profile\": {\n                \"factory\": 0,\n                \"building\": 0,\n                \"dependencies\": 53\n              }\n            },\n            {\n              \"id\": 351,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/github_gist_content_script.js\",\n              \"name\": \"./chrome/extension/github_gist_content_script.js\",\n              \"profile\": {\n                \"factory\": 54,\n                \"building\": 576,\n                \"dependencies\": 194\n              }\n            }\n          ],\n          \"profile\": {\n            \"factory\": 194,\n            \"building\": 246,\n            \"dependencies\": 40\n          },\n          \"failed\": false,\n          \"errors\": 0,\n          \"warnings\": 0,\n          \"assets\": [],\n          \"reasons\": [\n            {\n              \"moduleId\": 101,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/lib/gists.js\",\n              \"module\": \"./chrome/extension/lib/gists.js\",\n              \"moduleName\": \"./chrome/extension/lib/gists.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"./stylefile\",\n              \"loc\": \"12:17-39\"\n            },\n            {\n              \"moduleId\": 192,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/background.js\",\n              \"module\": \"./chrome/extension/background.js\",\n              \"moduleName\": \"./chrome/extension/background.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"./lib/stylefile\",\n              \"loc\": \"15:17-43\"\n            },\n            {\n              \"moduleId\": 351,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/github_gist_content_script.js\",\n              \"module\": \"./chrome/extension/github_gist_content_script.js\",\n              \"moduleName\": \"./chrome/extension/github_gist_content_script.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"./lib/stylefile\",\n              \"loc\": \"7:17-43\"\n            }\n          ],\n          \"usedExports\": true,\n          \"providedExports\": null,\n          \"optimizationBailout\": [\n            \"ModuleConcatenation bailout: Module is not an ECMAScript module\"\n          ],\n          \"depth\": 2,\n          \"source\": \"\\\"use strict\\\";\\n\\nObject.defineProperty(exports, \\\"__esModule\\\", {\\n  value: true\\n});\\nexports.shouldApplyStyleToURL = exports.loadStylefileFromString = void 0;\\n\\nvar _last2 = _interopRequireDefault(require(\\\"lodash/last\\\"));\\n\\nvar _urlPattern = _interopRequireDefault(require(\\\"url-pattern\\\"));\\n\\nvar _jsYaml = _interopRequireDefault(require(\\\"js-yaml\\\"));\\n\\nfunction _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }\\n\\nconst loadStylefileFromString = string => {\\n  return _jsYaml.default.safeLoad(string);\\n};\\n\\nexports.loadStylefileFromString = loadStylefileFromString;\\n\\nconst shouldApplyStyleToURL = (stylefile, url) => {\\n  const matchableURL = (0, _last2.default)(url.split(\\\"://\\\"));\\n  const patterns = stylefile.url_patterns.map(pattern => new _urlPattern.default(pattern));\\n  return !!patterns.find(pattern => pattern.match(matchableURL));\\n};\\n\\nexports.shouldApplyStyleToURL = shouldApplyStyleToURL;\"\n        },\n        {\n          \"id\": 56,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/js-yaml/lib/js-yaml/schema/core.js\",\n          \"name\": \"./node_modules/js-yaml/lib/js-yaml/schema/core.js\",\n          \"index\": 178,\n          \"index2\": 179,\n          \"size\": 362,\n          \"cacheable\": true,\n          \"built\": true,\n          \"optional\": false,\n          \"prefetched\": false,\n          \"chunks\": [\n            2,\n            4\n          ],\n          \"issuer\": \"/Users/jarred/Code/styleurl/node_modules/js-yaml/lib/js-yaml.js\",\n          \"issuerId\": 105,\n          \"issuerName\": \"./node_modules/js-yaml/lib/js-yaml.js\",\n          \"issuerPath\": [\n            {\n              \"id\": 350,\n              \"identifier\": \"multi /Users/jarred/Code/styleurl/webpack/customPublicPath /Users/jarred/Code/styleurl/chrome/extension/github_gist_content_script\",\n              \"name\": \"multi ./webpack/customPublicPath ./chrome/extension/github_gist_content_script\",\n              \"profile\": {\n                \"factory\": 0,\n                \"building\": 0,\n                \"dependencies\": 53\n              }\n            },\n            {\n              \"id\": 351,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/github_gist_content_script.js\",\n              \"name\": \"./chrome/extension/github_gist_content_script.js\",\n              \"profile\": {\n                \"factory\": 54,\n                \"building\": 576,\n                \"dependencies\": 194\n              }\n            },\n            {\n              \"id\": 55,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/lib/stylefile.js\",\n              \"name\": \"./chrome/extension/lib/stylefile.js\",\n              \"profile\": {\n                \"factory\": 194,\n                \"building\": 246,\n                \"dependencies\": 40\n              }\n            },\n            {\n              \"id\": 104,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/js-yaml/index.js\",\n              \"name\": \"./node_modules/js-yaml/index.js\",\n              \"profile\": {\n                \"factory\": 408,\n                \"building\": 42\n              }\n            },\n            {\n              \"id\": 105,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/js-yaml/lib/js-yaml.js\",\n              \"name\": \"./node_modules/js-yaml/lib/js-yaml.js\",\n              \"profile\": {\n                \"factory\": 96,\n                \"building\": 77\n              }\n            }\n          ],\n          \"profile\": {\n            \"factory\": 33,\n            \"building\": 66,\n            \"dependencies\": 42\n          },\n          \"failed\": false,\n          \"errors\": 0,\n          \"warnings\": 0,\n          \"assets\": [],\n          \"reasons\": [\n            {\n              \"moduleId\": 15,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/js-yaml/lib/js-yaml/schema/default_safe.js\",\n              \"module\": \"./node_modules/js-yaml/lib/js-yaml/schema/default_safe.js\",\n              \"moduleName\": \"./node_modules/js-yaml/lib/js-yaml/schema/default_safe.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"./core\",\n              \"loc\": \"16:4-21\"\n            },\n            {\n              \"moduleId\": 105,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/js-yaml/lib/js-yaml.js\",\n              \"module\": \"./node_modules/js-yaml/lib/js-yaml.js\",\n              \"moduleName\": \"./node_modules/js-yaml/lib/js-yaml.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"./js-yaml/schema/core\",\n              \"loc\": \"19:37-69\"\n            }\n          ],\n          \"usedExports\": true,\n          \"providedExports\": null,\n          \"optimizationBailout\": [\n            \"ModuleConcatenation bailout: Module is not an ECMAScript module\"\n          ],\n          \"depth\": 5,\n          \"source\": \"// Standard YAML's Core schema.\\n// http://www.yaml.org/spec/1.2/spec.html#id2804923\\n//\\n// NOTE: JS-YAML does not support schema-specific tag resolution restrictions.\\n// So, Core schema has no distinctions from JSON schema is JS-YAML.\\n\\n\\n'use strict';\\n\\n\\nvar Schema = require('../schema');\\n\\n\\nmodule.exports = new Schema({\\n  include: [\\n    require('./json')\\n  ]\\n});\\n\"\n        },\n        {\n          \"id\": 57,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/js-yaml/lib/js-yaml/schema/json.js\",\n          \"name\": \"./node_modules/js-yaml/lib/js-yaml/schema/json.js\",\n          \"index\": 179,\n          \"index2\": 178,\n          \"size\": 586,\n          \"cacheable\": true,\n          \"built\": true,\n          \"optional\": false,\n          \"prefetched\": false,\n          \"chunks\": [\n            2,\n            4\n          ],\n          \"issuer\": \"/Users/jarred/Code/styleurl/node_modules/js-yaml/lib/js-yaml.js\",\n          \"issuerId\": 105,\n          \"issuerName\": \"./node_modules/js-yaml/lib/js-yaml.js\",\n          \"issuerPath\": [\n            {\n              \"id\": 350,\n              \"identifier\": \"multi /Users/jarred/Code/styleurl/webpack/customPublicPath /Users/jarred/Code/styleurl/chrome/extension/github_gist_content_script\",\n              \"name\": \"multi ./webpack/customPublicPath ./chrome/extension/github_gist_content_script\",\n              \"profile\": {\n                \"factory\": 0,\n                \"building\": 0,\n                \"dependencies\": 53\n              }\n            },\n            {\n              \"id\": 351,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/github_gist_content_script.js\",\n              \"name\": \"./chrome/extension/github_gist_content_script.js\",\n              \"profile\": {\n                \"factory\": 54,\n                \"building\": 576,\n                \"dependencies\": 194\n              }\n            },\n            {\n              \"id\": 55,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/lib/stylefile.js\",\n              \"name\": \"./chrome/extension/lib/stylefile.js\",\n              \"profile\": {\n                \"factory\": 194,\n                \"building\": 246,\n                \"dependencies\": 40\n              }\n            },\n            {\n              \"id\": 104,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/js-yaml/index.js\",\n              \"name\": \"./node_modules/js-yaml/index.js\",\n              \"profile\": {\n                \"factory\": 408,\n                \"building\": 42\n              }\n            },\n            {\n              \"id\": 105,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/js-yaml/lib/js-yaml.js\",\n              \"name\": \"./node_modules/js-yaml/lib/js-yaml.js\",\n              \"profile\": {\n                \"factory\": 96,\n                \"building\": 77\n              }\n            }\n          ],\n          \"profile\": {\n            \"factory\": 33,\n            \"building\": 66,\n            \"dependencies\": 42\n          },\n          \"failed\": false,\n          \"errors\": 0,\n          \"warnings\": 0,\n          \"assets\": [],\n          \"reasons\": [\n            {\n              \"moduleId\": 56,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/js-yaml/lib/js-yaml/schema/core.js\",\n              \"module\": \"./node_modules/js-yaml/lib/js-yaml/schema/core.js\",\n              \"moduleName\": \"./node_modules/js-yaml/lib/js-yaml/schema/core.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"./json\",\n              \"loc\": \"16:4-21\"\n            },\n            {\n              \"moduleId\": 105,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/js-yaml/lib/js-yaml.js\",\n              \"module\": \"./node_modules/js-yaml/lib/js-yaml.js\",\n              \"moduleName\": \"./node_modules/js-yaml/lib/js-yaml.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"./js-yaml/schema/json\",\n              \"loc\": \"18:37-69\"\n            }\n          ],\n          \"usedExports\": true,\n          \"providedExports\": null,\n          \"optimizationBailout\": [\n            \"ModuleConcatenation bailout: Module is not an ECMAScript module\"\n          ],\n          \"depth\": 5,\n          \"source\": \"// Standard YAML's JSON schema.\\n// http://www.yaml.org/spec/1.2/spec.html#id2803231\\n//\\n// NOTE: JS-YAML does not support schema-specific tag resolution restrictions.\\n// So, this schema is not such strict as defined in the YAML specification.\\n// It allows numbers in binary notaion, use `Null` and `NULL` as `null`, etc.\\n\\n\\n'use strict';\\n\\n\\nvar Schema = require('../schema');\\n\\n\\nmodule.exports = new Schema({\\n  include: [\\n    require('./failsafe')\\n  ],\\n  implicit: [\\n    require('../type/null'),\\n    require('../type/bool'),\\n    require('../type/int'),\\n    require('../type/float')\\n  ]\\n});\\n\"\n        },\n        {\n          \"id\": 58,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/isarray/index.js\",\n          \"name\": \"./node_modules/isarray/index.js\",\n          \"index\": 194,\n          \"index2\": 184,\n          \"size\": 132,\n          \"cacheable\": true,\n          \"built\": true,\n          \"optional\": false,\n          \"prefetched\": false,\n          \"chunks\": [\n            2,\n            4\n          ],\n          \"issuer\": \"/Users/jarred/Code/styleurl/node_modules/buffer/index.js\",\n          \"issuerId\": 1,\n          \"issuerName\": \"./node_modules/buffer/index.js\",\n          \"issuerPath\": [\n            {\n              \"id\": 191,\n              \"identifier\": \"multi /Users/jarred/Code/styleurl/webpack/customPublicPath /Users/jarred/Code/styleurl/chrome/extension/background\",\n              \"name\": \"multi ./webpack/customPublicPath ./chrome/extension/background\",\n              \"profile\": {\n                \"factory\": 0,\n                \"building\": 0,\n                \"dependencies\": 54\n              }\n            },\n            {\n              \"id\": 192,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/background.js\",\n              \"name\": \"./chrome/extension/background.js\",\n              \"profile\": {\n                \"factory\": 54,\n                \"building\": 639,\n                \"dependencies\": 140\n              }\n            },\n            {\n              \"id\": 255,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/stylesheet-differ/lib/index.js\",\n              \"name\": \"./node_modules/stylesheet-differ/lib/index.js\",\n              \"profile\": {\n                \"factory\": 140,\n                \"building\": 568,\n                \"dependencies\": 1\n              }\n            },\n            {\n              \"id\": 256,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/native-css/index.js\",\n              \"name\": \"./node_modules/native-css/index.js\",\n              \"profile\": {\n                \"factory\": 189,\n                \"building\": 603,\n                \"dependencies\": 1\n              }\n            },\n            {\n              \"id\": 257,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/native-css/src/native-css.js\",\n              \"name\": \"./node_modules/native-css/src/native-css.js\",\n              \"profile\": {\n                \"factory\": 26,\n                \"building\": 63,\n                \"dependencies\": 14\n              }\n            },\n            {\n              \"id\": 1,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/buffer/index.js\",\n              \"name\": \"./node_modules/buffer/index.js\",\n              \"profile\": {\n                \"factory\": 117,\n                \"building\": 25,\n                \"dependencies\": 27\n              }\n            }\n          ],\n          \"profile\": {\n            \"factory\": 50,\n            \"building\": 14\n          },\n          \"failed\": false,\n          \"errors\": 0,\n          \"warnings\": 0,\n          \"assets\": [],\n          \"reasons\": [\n            {\n              \"moduleId\": 1,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/buffer/index.js\",\n              \"module\": \"./node_modules/buffer/index.js\",\n              \"moduleName\": \"./node_modules/buffer/index.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"isarray\",\n              \"loc\": \"13:14-32\"\n            },\n            {\n              \"moduleId\": 151,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/readable-stream/lib/_stream_readable.js\",\n              \"module\": \"./node_modules/readable-stream/lib/_stream_readable.js\",\n              \"moduleName\": \"./node_modules/readable-stream/lib/_stream_readable.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"isarray\",\n              \"loc\": \"10:14-32\"\n            },\n            {\n              \"moduleId\": 161,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/stream-http/node_modules/readable-stream/lib/_stream_readable.js\",\n              \"module\": \"./node_modules/stream-http/node_modules/readable-stream/lib/_stream_readable.js\",\n              \"moduleName\": \"./node_modules/stream-http/node_modules/readable-stream/lib/_stream_readable.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"isarray\",\n              \"loc\": \"32:14-32\"\n            }\n          ],\n          \"usedExports\": true,\n          \"providedExports\": null,\n          \"optimizationBailout\": [\n            \"ModuleConcatenation bailout: Module is not an ECMAScript module\"\n          ],\n          \"depth\": 6,\n          \"source\": \"var toString = {}.toString;\\n\\nmodule.exports = Array.isArray || function (arr) {\\n  return toString.call(arr) == '[object Array]';\\n};\\n\"\n        },\n        {\n          \"id\": 59,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/lib/port.js\",\n          \"name\": \"./chrome/extension/lib/port.js\",\n          \"index\": 204,\n          \"index2\": 202,\n          \"size\": 1115,\n          \"cacheable\": true,\n          \"built\": true,\n          \"optional\": false,\n          \"prefetched\": false,\n          \"chunks\": [\n            2,\n            3,\n            4\n          ],\n          \"issuer\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/devtools.js\",\n          \"issuerId\": 343,\n          \"issuerName\": \"./chrome/extension/devtools.js\",\n          \"issuerPath\": [\n            {\n              \"id\": 342,\n              \"identifier\": \"multi /Users/jarred/Code/styleurl/webpack/customPublicPath /Users/jarred/Code/styleurl/chrome/extension/devtools\",\n              \"name\": \"multi ./webpack/customPublicPath ./chrome/extension/devtools\",\n              \"profile\": {\n                \"factory\": 0,\n                \"building\": 0,\n                \"dependencies\": 54\n              }\n            },\n            {\n              \"id\": 343,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/devtools.js\",\n              \"name\": \"./chrome/extension/devtools.js\",\n              \"profile\": {\n                \"factory\": 55,\n                \"building\": 548\n              }\n            }\n          ],\n          \"profile\": {\n            \"factory\": 230,\n            \"building\": 567,\n            \"dependencies\": 245\n          },\n          \"failed\": false,\n          \"errors\": 0,\n          \"warnings\": 0,\n          \"assets\": [],\n          \"reasons\": [\n            {\n              \"moduleId\": 192,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/background.js\",\n              \"module\": \"./chrome/extension/background.js\",\n              \"moduleName\": \"./chrome/extension/background.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"./lib/port\",\n              \"loc\": \"13:12-33\"\n            },\n            {\n              \"moduleId\": 343,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/devtools.js\",\n              \"module\": \"./chrome/extension/devtools.js\",\n              \"moduleName\": \"./chrome/extension/devtools.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"./lib/port\",\n              \"loc\": \"13:12-33\"\n            },\n            {\n              \"moduleId\": 351,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/github_gist_content_script.js\",\n              \"module\": \"./chrome/extension/github_gist_content_script.js\",\n              \"moduleName\": \"./chrome/extension/github_gist_content_script.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"./lib/port\",\n              \"loc\": \"3:12-33\"\n            }\n          ],\n          \"usedExports\": true,\n          \"providedExports\": null,\n          \"optimizationBailout\": [\n            \"ModuleConcatenation bailout: Module is not an ECMAScript module\"\n          ],\n          \"depth\": 2,\n          \"source\": \"\\\"use strict\\\";\\n\\nObject.defineProperty(exports, \\\"__esModule\\\", {\\n  value: true\\n});\\nexports.MESSAGE_TYPES = exports.PORT_TYPES = exports.tabIdFromPortName = void 0;\\n\\nvar _last2 = _interopRequireDefault(require(\\\"lodash/last\\\"));\\n\\nfunction _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }\\n\\nconst DEV_CHROME_PORT_PREFIX = \\\"STYLEURL_DEV_PORT/\\\";\\nconst PROD_CHROME_PORT_PREFIX = \\\"STYLEURL_PORT/\\\";\\nconst CHROME_PORT_PREFIX = process.env.NODE_ENV === \\\"PRODUCTION\\\" ? PROD_CHROME_PORT_PREFIX : DEV_CHROME_PORT_PREFIX;\\n\\nconst tabIdFromPortName = _portName => {\\n  return parseInt((0, _last2.default)(_portName.split(\\\"tab/\\\")), 10);\\n};\\n\\nexports.tabIdFromPortName = tabIdFromPortName;\\nconst PORT_TYPES = {\\n  github_gist: \\\"github_gist\\\",\\n  devtool_widget: \\\"devtool_widget\\\"\\n};\\nexports.PORT_TYPES = PORT_TYPES;\\nconst MESSAGE_TYPES = {\\n  get_styles_diff: \\\"get_styles_diff\\\",\\n  get_gist_content: \\\"get_gist_content\\\",\\n  apply_stylesheets: \\\"apply_stylesheets\\\",\\n  style_diff_changed: \\\"style_diff_changed\\\",\\n  send_content_stylesheets: \\\"send_stylesheets\\\",\\n  log: \\\"log\\\"\\n};\\nexports.MESSAGE_TYPES = MESSAGE_TYPES;\"\n        },\n        {\n          \"id\": 60,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/string_decoder/lib/string_decoder.js\",\n          \"name\": \"./node_modules/string_decoder/lib/string_decoder.js\",\n          \"index\": 242,\n          \"index2\": 232,\n          \"size\": 8298,\n          \"cacheable\": true,\n          \"built\": true,\n          \"optional\": false,\n          \"prefetched\": false,\n          \"chunks\": [\n            2\n          ],\n          \"issuer\": \"/Users/jarred/Code/styleurl/node_modules/readable-stream/lib/_stream_readable.js\",\n          \"issuerId\": 151,\n          \"issuerName\": \"./node_modules/readable-stream/lib/_stream_readable.js\",\n          \"issuerPath\": [\n            {\n              \"id\": 191,\n              \"identifier\": \"multi /Users/jarred/Code/styleurl/webpack/customPublicPath /Users/jarred/Code/styleurl/chrome/extension/background\",\n              \"name\": \"multi ./webpack/customPublicPath ./chrome/extension/background\",\n              \"profile\": {\n                \"factory\": 0,\n                \"building\": 0,\n                \"dependencies\": 54\n              }\n            },\n            {\n              \"id\": 192,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/background.js\",\n              \"name\": \"./chrome/extension/background.js\",\n              \"profile\": {\n                \"factory\": 54,\n                \"building\": 639,\n                \"dependencies\": 140\n              }\n            },\n            {\n              \"id\": 255,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/stylesheet-differ/lib/index.js\",\n              \"name\": \"./node_modules/stylesheet-differ/lib/index.js\",\n              \"profile\": {\n                \"factory\": 140,\n                \"building\": 568,\n                \"dependencies\": 1\n              }\n            },\n            {\n              \"id\": 256,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/native-css/index.js\",\n              \"name\": \"./node_modules/native-css/index.js\",\n              \"profile\": {\n                \"factory\": 189,\n                \"building\": 603,\n                \"dependencies\": 1\n              }\n            },\n            {\n              \"id\": 257,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/native-css/src/native-css.js\",\n              \"name\": \"./node_modules/native-css/src/native-css.js\",\n              \"profile\": {\n                \"factory\": 26,\n                \"building\": 63,\n                \"dependencies\": 14\n              }\n            },\n            {\n              \"id\": 293,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/fetch/lib/fetch.js\",\n              \"name\": \"./node_modules/fetch/lib/fetch.js\",\n              \"profile\": {\n                \"factory\": 117,\n                \"building\": 25,\n                \"dependencies\": 27\n              }\n            },\n            {\n              \"id\": 39,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/stream-browserify/index.js\",\n              \"name\": \"./node_modules/stream-browserify/index.js\",\n              \"profile\": {\n                \"factory\": 66,\n                \"building\": 38,\n                \"dependencies\": 20\n              }\n            },\n            {\n              \"id\": 132,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/readable-stream/readable-browser.js\",\n              \"name\": \"./node_modules/readable-stream/readable-browser.js\",\n              \"profile\": {\n                \"factory\": 83,\n                \"building\": 31,\n                \"dependencies\": 33\n              }\n            },\n            {\n              \"id\": 151,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/readable-stream/lib/_stream_readable.js\",\n              \"name\": \"./node_modules/readable-stream/lib/_stream_readable.js\",\n              \"profile\": {\n                \"factory\": 30,\n                \"building\": 90,\n                \"dependencies\": 58\n              }\n            }\n          ],\n          \"profile\": {\n            \"factory\": 43,\n            \"building\": 28,\n            \"dependencies\": 10\n          },\n          \"failed\": false,\n          \"errors\": 0,\n          \"warnings\": 0,\n          \"assets\": [],\n          \"reasons\": [\n            {\n              \"moduleId\": 151,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/readable-stream/lib/_stream_readable.js\",\n              \"module\": \"./node_modules/readable-stream/lib/_stream_readable.js\",\n              \"moduleName\": \"./node_modules/readable-stream/lib/_stream_readable.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"string_decoder/\",\n              \"loc\": \"135:40-66\"\n            },\n            {\n              \"moduleId\": 151,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/readable-stream/lib/_stream_readable.js\",\n              \"module\": \"./node_modules/readable-stream/lib/_stream_readable.js\",\n              \"moduleName\": \"./node_modules/readable-stream/lib/_stream_readable.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"string_decoder/\",\n              \"loc\": \"245:38-64\"\n            },\n            {\n              \"moduleId\": 161,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/stream-http/node_modules/readable-stream/lib/_stream_readable.js\",\n              \"module\": \"./node_modules/stream-http/node_modules/readable-stream/lib/_stream_readable.js\",\n              \"moduleName\": \"./node_modules/stream-http/node_modules/readable-stream/lib/_stream_readable.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"string_decoder/\",\n              \"loc\": \"165:40-66\"\n            },\n            {\n              \"moduleId\": 161,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/stream-http/node_modules/readable-stream/lib/_stream_readable.js\",\n              \"module\": \"./node_modules/stream-http/node_modules/readable-stream/lib/_stream_readable.js\",\n              \"moduleName\": \"./node_modules/stream-http/node_modules/readable-stream/lib/_stream_readable.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"string_decoder/\",\n              \"loc\": \"321:38-64\"\n            },\n            {\n              \"moduleId\": 317,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/iconv-lite/encodings/internal.js\",\n              \"module\": \"./node_modules/iconv-lite/encodings/internal.js\",\n              \"moduleName\": \"./node_modules/iconv-lite/encodings/internal.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"string_decoder\",\n              \"loc\": \"48:20-45\"\n            }\n          ],\n          \"usedExports\": true,\n          \"providedExports\": null,\n          \"optimizationBailout\": [\n            \"ModuleConcatenation bailout: Module is not an ECMAScript module\"\n          ],\n          \"depth\": 9,\n          \"source\": \"'use strict';\\n\\nvar Buffer = require('safe-buffer').Buffer;\\n\\nvar isEncoding = Buffer.isEncoding || function (encoding) {\\n  encoding = '' + encoding;\\n  switch (encoding && encoding.toLowerCase()) {\\n    case 'hex':case 'utf8':case 'utf-8':case 'ascii':case 'binary':case 'base64':case 'ucs2':case 'ucs-2':case 'utf16le':case 'utf-16le':case 'raw':\\n      return true;\\n    default:\\n      return false;\\n  }\\n};\\n\\nfunction _normalizeEncoding(enc) {\\n  if (!enc) return 'utf8';\\n  var retried;\\n  while (true) {\\n    switch (enc) {\\n      case 'utf8':\\n      case 'utf-8':\\n        return 'utf8';\\n      case 'ucs2':\\n      case 'ucs-2':\\n      case 'utf16le':\\n      case 'utf-16le':\\n        return 'utf16le';\\n      case 'latin1':\\n      case 'binary':\\n        return 'latin1';\\n      case 'base64':\\n      case 'ascii':\\n      case 'hex':\\n        return enc;\\n      default:\\n        if (retried) return; // undefined\\n        enc = ('' + enc).toLowerCase();\\n        retried = true;\\n    }\\n  }\\n};\\n\\n// Do not cache `Buffer.isEncoding` when checking encoding names as some\\n// modules monkey-patch it to support additional encodings\\nfunction normalizeEncoding(enc) {\\n  var nenc = _normalizeEncoding(enc);\\n  if (typeof nenc !== 'string' && (Buffer.isEncoding === isEncoding || !isEncoding(enc))) throw new Error('Unknown encoding: ' + enc);\\n  return nenc || enc;\\n}\\n\\n// StringDecoder provides an interface for efficiently splitting a series of\\n// buffers into a series of JS strings without breaking apart multi-byte\\n// characters.\\nexports.StringDecoder = StringDecoder;\\nfunction StringDecoder(encoding) {\\n  this.encoding = normalizeEncoding(encoding);\\n  var nb;\\n  switch (this.encoding) {\\n    case 'utf16le':\\n      this.text = utf16Text;\\n      this.end = utf16End;\\n      nb = 4;\\n      break;\\n    case 'utf8':\\n      this.fillLast = utf8FillLast;\\n      nb = 4;\\n      break;\\n    case 'base64':\\n      this.text = base64Text;\\n      this.end = base64End;\\n      nb = 3;\\n      break;\\n    default:\\n      this.write = simpleWrite;\\n      this.end = simpleEnd;\\n      return;\\n  }\\n  this.lastNeed = 0;\\n  this.lastTotal = 0;\\n  this.lastChar = Buffer.allocUnsafe(nb);\\n}\\n\\nStringDecoder.prototype.write = function (buf) {\\n  if (buf.length === 0) return '';\\n  var r;\\n  var i;\\n  if (this.lastNeed) {\\n    r = this.fillLast(buf);\\n    if (r === undefined) return '';\\n    i = this.lastNeed;\\n    this.lastNeed = 0;\\n  } else {\\n    i = 0;\\n  }\\n  if (i < buf.length) return r ? r + this.text(buf, i) : this.text(buf, i);\\n  return r || '';\\n};\\n\\nStringDecoder.prototype.end = utf8End;\\n\\n// Returns only complete characters in a Buffer\\nStringDecoder.prototype.text = utf8Text;\\n\\n// Attempts to complete a partial non-UTF-8 character using bytes from a Buffer\\nStringDecoder.prototype.fillLast = function (buf) {\\n  if (this.lastNeed <= buf.length) {\\n    buf.copy(this.lastChar, this.lastTotal - this.lastNeed, 0, this.lastNeed);\\n    return this.lastChar.toString(this.encoding, 0, this.lastTotal);\\n  }\\n  buf.copy(this.lastChar, this.lastTotal - this.lastNeed, 0, buf.length);\\n  this.lastNeed -= buf.length;\\n};\\n\\n// Checks the type of a UTF-8 byte, whether it's ASCII, a leading byte, or a\\n// continuation byte.\\nfunction utf8CheckByte(byte) {\\n  if (byte <= 0x7F) return 0;else if (byte >> 5 === 0x06) return 2;else if (byte >> 4 === 0x0E) return 3;else if (byte >> 3 === 0x1E) return 4;\\n  return -1;\\n}\\n\\n// Checks at most 3 bytes at the end of a Buffer in order to detect an\\n// incomplete multi-byte UTF-8 character. The total number of bytes (2, 3, or 4)\\n// needed to complete the UTF-8 character (if applicable) are returned.\\nfunction utf8CheckIncomplete(self, buf, i) {\\n  var j = buf.length - 1;\\n  if (j < i) return 0;\\n  var nb = utf8CheckByte(buf[j]);\\n  if (nb >= 0) {\\n    if (nb > 0) self.lastNeed = nb - 1;\\n    return nb;\\n  }\\n  if (--j < i) return 0;\\n  nb = utf8CheckByte(buf[j]);\\n  if (nb >= 0) {\\n    if (nb > 0) self.lastNeed = nb - 2;\\n    return nb;\\n  }\\n  if (--j < i) return 0;\\n  nb = utf8CheckByte(buf[j]);\\n  if (nb >= 0) {\\n    if (nb > 0) {\\n      if (nb === 2) nb = 0;else self.lastNeed = nb - 3;\\n    }\\n    return nb;\\n  }\\n  return 0;\\n}\\n\\n// Validates as many continuation bytes for a multi-byte UTF-8 character as\\n// needed or are available. If we see a non-continuation byte where we expect\\n// one, we \\\"replace\\\" the validated continuation bytes we've seen so far with\\n// UTF-8 replacement characters ('\\\\ufffd'), to match v8's UTF-8 decoding\\n// behavior. The continuation byte check is included three times in the case\\n// where all of the continuation bytes for a character exist in the same buffer.\\n// It is also done this way as a slight performance increase instead of using a\\n// loop.\\nfunction utf8CheckExtraBytes(self, buf, p) {\\n  if ((buf[0] & 0xC0) !== 0x80) {\\n    self.lastNeed = 0;\\n    return '\\\\ufffd'.repeat(p);\\n  }\\n  if (self.lastNeed > 1 && buf.length > 1) {\\n    if ((buf[1] & 0xC0) !== 0x80) {\\n      self.lastNeed = 1;\\n      return '\\\\ufffd'.repeat(p + 1);\\n    }\\n    if (self.lastNeed > 2 && buf.length > 2) {\\n      if ((buf[2] & 0xC0) !== 0x80) {\\n        self.lastNeed = 2;\\n        return '\\\\ufffd'.repeat(p + 2);\\n      }\\n    }\\n  }\\n}\\n\\n// Attempts to complete a multi-byte UTF-8 character using bytes from a Buffer.\\nfunction utf8FillLast(buf) {\\n  var p = this.lastTotal - this.lastNeed;\\n  var r = utf8CheckExtraBytes(this, buf, p);\\n  if (r !== undefined) return r;\\n  if (this.lastNeed <= buf.length) {\\n    buf.copy(this.lastChar, p, 0, this.lastNeed);\\n    return this.lastChar.toString(this.encoding, 0, this.lastTotal);\\n  }\\n  buf.copy(this.lastChar, p, 0, buf.length);\\n  this.lastNeed -= buf.length;\\n}\\n\\n// Returns all complete UTF-8 characters in a Buffer. If the Buffer ended on a\\n// partial character, the character's bytes are buffered until the required\\n// number of bytes are available.\\nfunction utf8Text(buf, i) {\\n  var total = utf8CheckIncomplete(this, buf, i);\\n  if (!this.lastNeed) return buf.toString('utf8', i);\\n  this.lastTotal = total;\\n  var end = buf.length - (total - this.lastNeed);\\n  buf.copy(this.lastChar, 0, end);\\n  return buf.toString('utf8', i, end);\\n}\\n\\n// For UTF-8, a replacement character for each buffered byte of a (partial)\\n// character needs to be added to the output.\\nfunction utf8End(buf) {\\n  var r = buf && buf.length ? this.write(buf) : '';\\n  if (this.lastNeed) return r + '\\\\ufffd'.repeat(this.lastTotal - this.lastNeed);\\n  return r;\\n}\\n\\n// UTF-16LE typically needs two bytes per character, but even if we have an even\\n// number of bytes available, we need to check if we end on a leading/high\\n// surrogate. In that case, we need to wait for the next two bytes in order to\\n// decode the last character properly.\\nfunction utf16Text(buf, i) {\\n  if ((buf.length - i) % 2 === 0) {\\n    var r = buf.toString('utf16le', i);\\n    if (r) {\\n      var c = r.charCodeAt(r.length - 1);\\n      if (c >= 0xD800 && c <= 0xDBFF) {\\n        this.lastNeed = 2;\\n        this.lastTotal = 4;\\n        this.lastChar[0] = buf[buf.length - 2];\\n        this.lastChar[1] = buf[buf.length - 1];\\n        return r.slice(0, -1);\\n      }\\n    }\\n    return r;\\n  }\\n  this.lastNeed = 1;\\n  this.lastTotal = 2;\\n  this.lastChar[0] = buf[buf.length - 1];\\n  return buf.toString('utf16le', i, buf.length - 1);\\n}\\n\\n// For UTF-16LE we do not explicitly append special replacement characters if we\\n// end on a partial character, we simply let v8 handle that.\\nfunction utf16End(buf) {\\n  var r = buf && buf.length ? this.write(buf) : '';\\n  if (this.lastNeed) {\\n    var end = this.lastTotal - this.lastNeed;\\n    return r + this.lastChar.toString('utf16le', 0, end);\\n  }\\n  return r;\\n}\\n\\nfunction base64Text(buf, i) {\\n  var n = (buf.length - i) % 3;\\n  if (n === 0) return buf.toString('base64', i);\\n  this.lastNeed = 3 - n;\\n  this.lastTotal = 3;\\n  if (n === 1) {\\n    this.lastChar[0] = buf[buf.length - 1];\\n  } else {\\n    this.lastChar[0] = buf[buf.length - 2];\\n    this.lastChar[1] = buf[buf.length - 1];\\n  }\\n  return buf.toString('base64', i, buf.length - n);\\n}\\n\\nfunction base64End(buf) {\\n  var r = buf && buf.length ? this.write(buf) : '';\\n  if (this.lastNeed) return r + this.lastChar.toString('base64', 0, 3 - this.lastNeed);\\n  return r;\\n}\\n\\n// Pass bytes on through for single-byte encodings (e.g. ascii, latin1, hex)\\nfunction simpleWrite(buf) {\\n  return buf.toString(this.encoding);\\n}\\n\\nfunction simpleEnd(buf) {\\n  return buf && buf.length ? this.write(buf) : '';\\n}\"\n        },\n        {\n          \"id\": 61,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/node-libs-browser/node_modules/url/url.js\",\n          \"name\": \"./node_modules/node-libs-browser/node_modules/url/url.js\",\n          \"index\": 250,\n          \"index2\": 247,\n          \"size\": 23317,\n          \"cacheable\": true,\n          \"built\": true,\n          \"optional\": false,\n          \"prefetched\": false,\n          \"chunks\": [\n            2\n          ],\n          \"issuer\": \"/Users/jarred/Code/styleurl/node_modules/fetch/lib/fetch.js\",\n          \"issuerId\": 293,\n          \"issuerName\": \"./node_modules/fetch/lib/fetch.js\",\n          \"issuerPath\": [\n            {\n              \"id\": 191,\n              \"identifier\": \"multi /Users/jarred/Code/styleurl/webpack/customPublicPath /Users/jarred/Code/styleurl/chrome/extension/background\",\n              \"name\": \"multi ./webpack/customPublicPath ./chrome/extension/background\",\n              \"profile\": {\n                \"factory\": 0,\n                \"building\": 0,\n                \"dependencies\": 54\n              }\n            },\n            {\n              \"id\": 192,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/background.js\",\n              \"name\": \"./chrome/extension/background.js\",\n              \"profile\": {\n                \"factory\": 54,\n                \"building\": 639,\n                \"dependencies\": 140\n              }\n            },\n            {\n              \"id\": 255,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/stylesheet-differ/lib/index.js\",\n              \"name\": \"./node_modules/stylesheet-differ/lib/index.js\",\n              \"profile\": {\n                \"factory\": 140,\n                \"building\": 568,\n                \"dependencies\": 1\n              }\n            },\n            {\n              \"id\": 256,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/native-css/index.js\",\n              \"name\": \"./node_modules/native-css/index.js\",\n              \"profile\": {\n                \"factory\": 189,\n                \"building\": 603,\n                \"dependencies\": 1\n              }\n            },\n            {\n              \"id\": 257,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/native-css/src/native-css.js\",\n              \"name\": \"./node_modules/native-css/src/native-css.js\",\n              \"profile\": {\n                \"factory\": 26,\n                \"building\": 63,\n                \"dependencies\": 14\n              }\n            },\n            {\n              \"id\": 293,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/fetch/lib/fetch.js\",\n              \"name\": \"./node_modules/fetch/lib/fetch.js\",\n              \"profile\": {\n                \"factory\": 117,\n                \"building\": 25,\n                \"dependencies\": 27\n              }\n            }\n          ],\n          \"profile\": {\n            \"factory\": 66,\n            \"building\": 38,\n            \"dependencies\": 20\n          },\n          \"failed\": false,\n          \"errors\": 0,\n          \"warnings\": 0,\n          \"assets\": [],\n          \"reasons\": [\n            {\n              \"moduleId\": 157,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/stream-http/index.js\",\n              \"module\": \"./node_modules/stream-http/index.js\",\n              \"moduleName\": \"./node_modules/stream-http/index.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"url\",\n              \"loc\": \"5:10-24\"\n            },\n            {\n              \"moduleId\": 260,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/memfs/lib/volume.js\",\n              \"module\": \"./node_modules/memfs/lib/volume.js\",\n              \"moduleName\": \"./node_modules/memfs/lib/volume.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"url\",\n              \"loc\": \"247:34-48\"\n            },\n            {\n              \"moduleId\": 293,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/fetch/lib/fetch.js\",\n              \"module\": \"./node_modules/fetch/lib/fetch.js\",\n              \"moduleName\": \"./node_modules/fetch/lib/fetch.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"url\",\n              \"loc\": \"5:13-27\"\n            },\n            {\n              \"moduleId\": 301,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/https-browserify/index.js\",\n              \"module\": \"./node_modules/https-browserify/index.js\",\n              \"moduleName\": \"./node_modules/https-browserify/index.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"url\",\n              \"loc\": \"2:10-24\"\n            },\n            {\n              \"moduleId\": 312,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/fetch/lib/cookiejar.js\",\n              \"module\": \"./node_modules/fetch/lib/cookiejar.js\",\n              \"moduleName\": \"./node_modules/fetch/lib/cookiejar.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"url\",\n              \"loc\": \"3:13-27\"\n            }\n          ],\n          \"usedExports\": true,\n          \"providedExports\": null,\n          \"optimizationBailout\": [\n            \"ModuleConcatenation bailout: Module is not an ECMAScript module\"\n          ],\n          \"depth\": 6,\n          \"source\": \"// Copyright Joyent, Inc. and other Node contributors.\\n//\\n// Permission is hereby granted, free of charge, to any person obtaining a\\n// copy of this software and associated documentation files (the\\n// \\\"Software\\\"), to deal in the Software without restriction, including\\n// without limitation the rights to use, copy, modify, merge, publish,\\n// distribute, sublicense, and/or sell copies of the Software, and to permit\\n// persons to whom the Software is furnished to do so, subject to the\\n// following conditions:\\n//\\n// The above copyright notice and this permission notice shall be included\\n// in all copies or substantial portions of the Software.\\n//\\n// THE SOFTWARE IS PROVIDED \\\"AS IS\\\", WITHOUT WARRANTY OF ANY KIND, EXPRESS\\n// OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\\n// MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN\\n// NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM,\\n// DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR\\n// OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE\\n// USE OR OTHER DEALINGS IN THE SOFTWARE.\\n\\n'use strict';\\n\\nvar punycode = require('punycode');\\nvar util = require('./util');\\n\\nexports.parse = urlParse;\\nexports.resolve = urlResolve;\\nexports.resolveObject = urlResolveObject;\\nexports.format = urlFormat;\\n\\nexports.Url = Url;\\n\\nfunction Url() {\\n  this.protocol = null;\\n  this.slashes = null;\\n  this.auth = null;\\n  this.host = null;\\n  this.port = null;\\n  this.hostname = null;\\n  this.hash = null;\\n  this.search = null;\\n  this.query = null;\\n  this.pathname = null;\\n  this.path = null;\\n  this.href = null;\\n}\\n\\n// Reference: RFC 3986, RFC 1808, RFC 2396\\n\\n// define these here so at least they only have to be\\n// compiled once on the first module load.\\nvar protocolPattern = /^([a-z0-9.+-]+:)/i,\\n    portPattern = /:[0-9]*$/,\\n\\n    // Special case for a simple path URL\\n    simplePathPattern = /^(\\\\/\\\\/?(?!\\\\/)[^\\\\?\\\\s]*)(\\\\?[^\\\\s]*)?$/,\\n\\n    // RFC 2396: characters reserved for delimiting URLs.\\n    // We actually just auto-escape these.\\n    delims = ['<', '>', '\\\"', '`', ' ', '\\\\r', '\\\\n', '\\\\t'],\\n\\n    // RFC 2396: characters not allowed for various reasons.\\n    unwise = ['{', '}', '|', '\\\\\\\\', '^', '`'].concat(delims),\\n\\n    // Allowed by RFCs, but cause of XSS attacks.  Always escape these.\\n    autoEscape = ['\\\\''].concat(unwise),\\n    // Characters that are never ever allowed in a hostname.\\n    // Note that any invalid chars are also handled, but these\\n    // are the ones that are *expected* to be seen, so we fast-path\\n    // them.\\n    nonHostChars = ['%', '/', '?', ';', '#'].concat(autoEscape),\\n    hostEndingChars = ['/', '?', '#'],\\n    hostnameMaxLen = 255,\\n    hostnamePartPattern = /^[+a-z0-9A-Z_-]{0,63}$/,\\n    hostnamePartStart = /^([+a-z0-9A-Z_-]{0,63})(.*)$/,\\n    // protocols that can allow \\\"unsafe\\\" and \\\"unwise\\\" chars.\\n    unsafeProtocol = {\\n      'javascript': true,\\n      'javascript:': true\\n    },\\n    // protocols that never have a hostname.\\n    hostlessProtocol = {\\n      'javascript': true,\\n      'javascript:': true\\n    },\\n    // protocols that always contain a // bit.\\n    slashedProtocol = {\\n      'http': true,\\n      'https': true,\\n      'ftp': true,\\n      'gopher': true,\\n      'file': true,\\n      'http:': true,\\n      'https:': true,\\n      'ftp:': true,\\n      'gopher:': true,\\n      'file:': true\\n    },\\n    querystring = require('querystring');\\n\\nfunction urlParse(url, parseQueryString, slashesDenoteHost) {\\n  if (url && util.isObject(url) && url instanceof Url) return url;\\n\\n  var u = new Url;\\n  u.parse(url, parseQueryString, slashesDenoteHost);\\n  return u;\\n}\\n\\nUrl.prototype.parse = function(url, parseQueryString, slashesDenoteHost) {\\n  if (!util.isString(url)) {\\n    throw new TypeError(\\\"Parameter 'url' must be a string, not \\\" + typeof url);\\n  }\\n\\n  // Copy chrome, IE, opera backslash-handling behavior.\\n  // Back slashes before the query string get converted to forward slashes\\n  // See: https://code.google.com/p/chromium/issues/detail?id=25916\\n  var queryIndex = url.indexOf('?'),\\n      splitter =\\n          (queryIndex !== -1 && queryIndex < url.indexOf('#')) ? '?' : '#',\\n      uSplit = url.split(splitter),\\n      slashRegex = /\\\\\\\\/g;\\n  uSplit[0] = uSplit[0].replace(slashRegex, '/');\\n  url = uSplit.join(splitter);\\n\\n  var rest = url;\\n\\n  // trim before proceeding.\\n  // This is to support parse stuff like \\\"  http://foo.com  \\\\n\\\"\\n  rest = rest.trim();\\n\\n  if (!slashesDenoteHost && url.split('#').length === 1) {\\n    // Try fast path regexp\\n    var simplePath = simplePathPattern.exec(rest);\\n    if (simplePath) {\\n      this.path = rest;\\n      this.href = rest;\\n      this.pathname = simplePath[1];\\n      if (simplePath[2]) {\\n        this.search = simplePath[2];\\n        if (parseQueryString) {\\n          this.query = querystring.parse(this.search.substr(1));\\n        } else {\\n          this.query = this.search.substr(1);\\n        }\\n      } else if (parseQueryString) {\\n        this.search = '';\\n        this.query = {};\\n      }\\n      return this;\\n    }\\n  }\\n\\n  var proto = protocolPattern.exec(rest);\\n  if (proto) {\\n    proto = proto[0];\\n    var lowerProto = proto.toLowerCase();\\n    this.protocol = lowerProto;\\n    rest = rest.substr(proto.length);\\n  }\\n\\n  // figure out if it's got a host\\n  // user@server is *always* interpreted as a hostname, and url\\n  // resolution will treat //foo/bar as host=foo,path=bar because that's\\n  // how the browser resolves relative URLs.\\n  if (slashesDenoteHost || proto || rest.match(/^\\\\/\\\\/[^@\\\\/]+@[^@\\\\/]+/)) {\\n    var slashes = rest.substr(0, 2) === '//';\\n    if (slashes && !(proto && hostlessProtocol[proto])) {\\n      rest = rest.substr(2);\\n      this.slashes = true;\\n    }\\n  }\\n\\n  if (!hostlessProtocol[proto] &&\\n      (slashes || (proto && !slashedProtocol[proto]))) {\\n\\n    // there's a hostname.\\n    // the first instance of /, ?, ;, or # ends the host.\\n    //\\n    // If there is an @ in the hostname, then non-host chars *are* allowed\\n    // to the left of the last @ sign, unless some host-ending character\\n    // comes *before* the @-sign.\\n    // URLs are obnoxious.\\n    //\\n    // ex:\\n    // http://a@b@c/ => user:a@b host:c\\n    // http://a@b?@c => user:a host:c path:/?@c\\n\\n    // v0.12 TODO(isaacs): This is not quite how Chrome does things.\\n    // Review our test case against browsers more comprehensively.\\n\\n    // find the first instance of any hostEndingChars\\n    var hostEnd = -1;\\n    for (var i = 0; i < hostEndingChars.length; i++) {\\n      var hec = rest.indexOf(hostEndingChars[i]);\\n      if (hec !== -1 && (hostEnd === -1 || hec < hostEnd))\\n        hostEnd = hec;\\n    }\\n\\n    // at this point, either we have an explicit point where the\\n    // auth portion cannot go past, or the last @ char is the decider.\\n    var auth, atSign;\\n    if (hostEnd === -1) {\\n      // atSign can be anywhere.\\n      atSign = rest.lastIndexOf('@');\\n    } else {\\n      // atSign must be in auth portion.\\n      // http://a@b/c@d => host:b auth:a path:/c@d\\n      atSign = rest.lastIndexOf('@', hostEnd);\\n    }\\n\\n    // Now we have a portion which is definitely the auth.\\n    // Pull that off.\\n    if (atSign !== -1) {\\n      auth = rest.slice(0, atSign);\\n      rest = rest.slice(atSign + 1);\\n      this.auth = decodeURIComponent(auth);\\n    }\\n\\n    // the host is the remaining to the left of the first non-host char\\n    hostEnd = -1;\\n    for (var i = 0; i < nonHostChars.length; i++) {\\n      var hec = rest.indexOf(nonHostChars[i]);\\n      if (hec !== -1 && (hostEnd === -1 || hec < hostEnd))\\n        hostEnd = hec;\\n    }\\n    // if we still have not hit it, then the entire thing is a host.\\n    if (hostEnd === -1)\\n      hostEnd = rest.length;\\n\\n    this.host = rest.slice(0, hostEnd);\\n    rest = rest.slice(hostEnd);\\n\\n    // pull out port.\\n    this.parseHost();\\n\\n    // we've indicated that there is a hostname,\\n    // so even if it's empty, it has to be present.\\n    this.hostname = this.hostname || '';\\n\\n    // if hostname begins with [ and ends with ]\\n    // assume that it's an IPv6 address.\\n    var ipv6Hostname = this.hostname[0] === '[' &&\\n        this.hostname[this.hostname.length - 1] === ']';\\n\\n    // validate a little.\\n    if (!ipv6Hostname) {\\n      var hostparts = this.hostname.split(/\\\\./);\\n      for (var i = 0, l = hostparts.length; i < l; i++) {\\n        var part = hostparts[i];\\n        if (!part) continue;\\n        if (!part.match(hostnamePartPattern)) {\\n          var newpart = '';\\n          for (var j = 0, k = part.length; j < k; j++) {\\n            if (part.charCodeAt(j) > 127) {\\n              // we replace non-ASCII char with a temporary placeholder\\n              // we need this to make sure size of hostname is not\\n              // broken by replacing non-ASCII by nothing\\n              newpart += 'x';\\n            } else {\\n              newpart += part[j];\\n            }\\n          }\\n          // we test again with ASCII char only\\n          if (!newpart.match(hostnamePartPattern)) {\\n            var validParts = hostparts.slice(0, i);\\n            var notHost = hostparts.slice(i + 1);\\n            var bit = part.match(hostnamePartStart);\\n            if (bit) {\\n              validParts.push(bit[1]);\\n              notHost.unshift(bit[2]);\\n            }\\n            if (notHost.length) {\\n              rest = '/' + notHost.join('.') + rest;\\n            }\\n            this.hostname = validParts.join('.');\\n            break;\\n          }\\n        }\\n      }\\n    }\\n\\n    if (this.hostname.length > hostnameMaxLen) {\\n      this.hostname = '';\\n    } else {\\n      // hostnames are always lower case.\\n      this.hostname = this.hostname.toLowerCase();\\n    }\\n\\n    if (!ipv6Hostname) {\\n      // IDNA Support: Returns a punycoded representation of \\\"domain\\\".\\n      // It only converts parts of the domain name that\\n      // have non-ASCII characters, i.e. it doesn't matter if\\n      // you call it with a domain that already is ASCII-only.\\n      this.hostname = punycode.toASCII(this.hostname);\\n    }\\n\\n    var p = this.port ? ':' + this.port : '';\\n    var h = this.hostname || '';\\n    this.host = h + p;\\n    this.href += this.host;\\n\\n    // strip [ and ] from the hostname\\n    // the host field still retains them, though\\n    if (ipv6Hostname) {\\n      this.hostname = this.hostname.substr(1, this.hostname.length - 2);\\n      if (rest[0] !== '/') {\\n        rest = '/' + rest;\\n      }\\n    }\\n  }\\n\\n  // now rest is set to the post-host stuff.\\n  // chop off any delim chars.\\n  if (!unsafeProtocol[lowerProto]) {\\n\\n    // First, make 100% sure that any \\\"autoEscape\\\" chars get\\n    // escaped, even if encodeURIComponent doesn't think they\\n    // need to be.\\n    for (var i = 0, l = autoEscape.length; i < l; i++) {\\n      var ae = autoEscape[i];\\n      if (rest.indexOf(ae) === -1)\\n        continue;\\n      var esc = encodeURIComponent(ae);\\n      if (esc === ae) {\\n        esc = escape(ae);\\n      }\\n      rest = rest.split(ae).join(esc);\\n    }\\n  }\\n\\n\\n  // chop off from the tail first.\\n  var hash = rest.indexOf('#');\\n  if (hash !== -1) {\\n    // got a fragment string.\\n    this.hash = rest.substr(hash);\\n    rest = rest.slice(0, hash);\\n  }\\n  var qm = rest.indexOf('?');\\n  if (qm !== -1) {\\n    this.search = rest.substr(qm);\\n    this.query = rest.substr(qm + 1);\\n    if (parseQueryString) {\\n      this.query = querystring.parse(this.query);\\n    }\\n    rest = rest.slice(0, qm);\\n  } else if (parseQueryString) {\\n    // no query string, but parseQueryString still requested\\n    this.search = '';\\n    this.query = {};\\n  }\\n  if (rest) this.pathname = rest;\\n  if (slashedProtocol[lowerProto] &&\\n      this.hostname && !this.pathname) {\\n    this.pathname = '/';\\n  }\\n\\n  //to support http.request\\n  if (this.pathname || this.search) {\\n    var p = this.pathname || '';\\n    var s = this.search || '';\\n    this.path = p + s;\\n  }\\n\\n  // finally, reconstruct the href based on what has been validated.\\n  this.href = this.format();\\n  return this;\\n};\\n\\n// format a parsed object into a url string\\nfunction urlFormat(obj) {\\n  // ensure it's an object, and not a string url.\\n  // If it's an obj, this is a no-op.\\n  // this way, you can call url_format() on strings\\n  // to clean up potentially wonky urls.\\n  if (util.isString(obj)) obj = urlParse(obj);\\n  if (!(obj instanceof Url)) return Url.prototype.format.call(obj);\\n  return obj.format();\\n}\\n\\nUrl.prototype.format = function() {\\n  var auth = this.auth || '';\\n  if (auth) {\\n    auth = encodeURIComponent(auth);\\n    auth = auth.replace(/%3A/i, ':');\\n    auth += '@';\\n  }\\n\\n  var protocol = this.protocol || '',\\n      pathname = this.pathname || '',\\n      hash = this.hash || '',\\n      host = false,\\n      query = '';\\n\\n  if (this.host) {\\n    host = auth + this.host;\\n  } else if (this.hostname) {\\n    host = auth + (this.hostname.indexOf(':') === -1 ?\\n        this.hostname :\\n        '[' + this.hostname + ']');\\n    if (this.port) {\\n      host += ':' + this.port;\\n    }\\n  }\\n\\n  if (this.query &&\\n      util.isObject(this.query) &&\\n      Object.keys(this.query).length) {\\n    query = querystring.stringify(this.query);\\n  }\\n\\n  var search = this.search || (query && ('?' + query)) || '';\\n\\n  if (protocol && protocol.substr(-1) !== ':') protocol += ':';\\n\\n  // only the slashedProtocols get the //.  Not mailto:, xmpp:, etc.\\n  // unless they had them to begin with.\\n  if (this.slashes ||\\n      (!protocol || slashedProtocol[protocol]) && host !== false) {\\n    host = '//' + (host || '');\\n    if (pathname && pathname.charAt(0) !== '/') pathname = '/' + pathname;\\n  } else if (!host) {\\n    host = '';\\n  }\\n\\n  if (hash && hash.charAt(0) !== '#') hash = '#' + hash;\\n  if (search && search.charAt(0) !== '?') search = '?' + search;\\n\\n  pathname = pathname.replace(/[?#]/g, function(match) {\\n    return encodeURIComponent(match);\\n  });\\n  search = search.replace('#', '%23');\\n\\n  return protocol + host + pathname + search + hash;\\n};\\n\\nfunction urlResolve(source, relative) {\\n  return urlParse(source, false, true).resolve(relative);\\n}\\n\\nUrl.prototype.resolve = function(relative) {\\n  return this.resolveObject(urlParse(relative, false, true)).format();\\n};\\n\\nfunction urlResolveObject(source, relative) {\\n  if (!source) return relative;\\n  return urlParse(source, false, true).resolveObject(relative);\\n}\\n\\nUrl.prototype.resolveObject = function(relative) {\\n  if (util.isString(relative)) {\\n    var rel = new Url();\\n    rel.parse(relative, false, true);\\n    relative = rel;\\n  }\\n\\n  var result = new Url();\\n  var tkeys = Object.keys(this);\\n  for (var tk = 0; tk < tkeys.length; tk++) {\\n    var tkey = tkeys[tk];\\n    result[tkey] = this[tkey];\\n  }\\n\\n  // hash is always overridden, no matter what.\\n  // even href=\\\"\\\" will remove it.\\n  result.hash = relative.hash;\\n\\n  // if the relative url is empty, then there's nothing left to do here.\\n  if (relative.href === '') {\\n    result.href = result.format();\\n    return result;\\n  }\\n\\n  // hrefs like //foo/bar always cut to the protocol.\\n  if (relative.slashes && !relative.protocol) {\\n    // take everything except the protocol from relative\\n    var rkeys = Object.keys(relative);\\n    for (var rk = 0; rk < rkeys.length; rk++) {\\n      var rkey = rkeys[rk];\\n      if (rkey !== 'protocol')\\n        result[rkey] = relative[rkey];\\n    }\\n\\n    //urlParse appends trailing / to urls like http://www.example.com\\n    if (slashedProtocol[result.protocol] &&\\n        result.hostname && !result.pathname) {\\n      result.path = result.pathname = '/';\\n    }\\n\\n    result.href = result.format();\\n    return result;\\n  }\\n\\n  if (relative.protocol && relative.protocol !== result.protocol) {\\n    // if it's a known url protocol, then changing\\n    // the protocol does weird things\\n    // first, if it's not file:, then we MUST have a host,\\n    // and if there was a path\\n    // to begin with, then we MUST have a path.\\n    // if it is file:, then the host is dropped,\\n    // because that's known to be hostless.\\n    // anything else is assumed to be absolute.\\n    if (!slashedProtocol[relative.protocol]) {\\n      var keys = Object.keys(relative);\\n      for (var v = 0; v < keys.length; v++) {\\n        var k = keys[v];\\n        result[k] = relative[k];\\n      }\\n      result.href = result.format();\\n      return result;\\n    }\\n\\n    result.protocol = relative.protocol;\\n    if (!relative.host && !hostlessProtocol[relative.protocol]) {\\n      var relPath = (relative.pathname || '').split('/');\\n      while (relPath.length && !(relative.host = relPath.shift()));\\n      if (!relative.host) relative.host = '';\\n      if (!relative.hostname) relative.hostname = '';\\n      if (relPath[0] !== '') relPath.unshift('');\\n      if (relPath.length < 2) relPath.unshift('');\\n      result.pathname = relPath.join('/');\\n    } else {\\n      result.pathname = relative.pathname;\\n    }\\n    result.search = relative.search;\\n    result.query = relative.query;\\n    result.host = relative.host || '';\\n    result.auth = relative.auth;\\n    result.hostname = relative.hostname || relative.host;\\n    result.port = relative.port;\\n    // to support http.request\\n    if (result.pathname || result.search) {\\n      var p = result.pathname || '';\\n      var s = result.search || '';\\n      result.path = p + s;\\n    }\\n    result.slashes = result.slashes || relative.slashes;\\n    result.href = result.format();\\n    return result;\\n  }\\n\\n  var isSourceAbs = (result.pathname && result.pathname.charAt(0) === '/'),\\n      isRelAbs = (\\n          relative.host ||\\n          relative.pathname && relative.pathname.charAt(0) === '/'\\n      ),\\n      mustEndAbs = (isRelAbs || isSourceAbs ||\\n                    (result.host && relative.pathname)),\\n      removeAllDots = mustEndAbs,\\n      srcPath = result.pathname && result.pathname.split('/') || [],\\n      relPath = relative.pathname && relative.pathname.split('/') || [],\\n      psychotic = result.protocol && !slashedProtocol[result.protocol];\\n\\n  // if the url is a non-slashed url, then relative\\n  // links like ../.. should be able\\n  // to crawl up to the hostname, as well.  This is strange.\\n  // result.protocol has already been set by now.\\n  // Later on, put the first path part into the host field.\\n  if (psychotic) {\\n    result.hostname = '';\\n    result.port = null;\\n    if (result.host) {\\n      if (srcPath[0] === '') srcPath[0] = result.host;\\n      else srcPath.unshift(result.host);\\n    }\\n    result.host = '';\\n    if (relative.protocol) {\\n      relative.hostname = null;\\n      relative.port = null;\\n      if (relative.host) {\\n        if (relPath[0] === '') relPath[0] = relative.host;\\n        else relPath.unshift(relative.host);\\n      }\\n      relative.host = null;\\n    }\\n    mustEndAbs = mustEndAbs && (relPath[0] === '' || srcPath[0] === '');\\n  }\\n\\n  if (isRelAbs) {\\n    // it's absolute.\\n    result.host = (relative.host || relative.host === '') ?\\n                  relative.host : result.host;\\n    result.hostname = (relative.hostname || relative.hostname === '') ?\\n                      relative.hostname : result.hostname;\\n    result.search = relative.search;\\n    result.query = relative.query;\\n    srcPath = relPath;\\n    // fall through to the dot-handling below.\\n  } else if (relPath.length) {\\n    // it's relative\\n    // throw away the existing file, and take the new path instead.\\n    if (!srcPath) srcPath = [];\\n    srcPath.pop();\\n    srcPath = srcPath.concat(relPath);\\n    result.search = relative.search;\\n    result.query = relative.query;\\n  } else if (!util.isNullOrUndefined(relative.search)) {\\n    // just pull out the search.\\n    // like href='?foo'.\\n    // Put this after the other two cases because it simplifies the booleans\\n    if (psychotic) {\\n      result.hostname = result.host = srcPath.shift();\\n      //occationaly the auth can get stuck only in host\\n      //this especially happens in cases like\\n      //url.resolveObject('mailto:local1@domain1', 'local2@domain2')\\n      var authInHost = result.host && result.host.indexOf('@') > 0 ?\\n                       result.host.split('@') : false;\\n      if (authInHost) {\\n        result.auth = authInHost.shift();\\n        result.host = result.hostname = authInHost.shift();\\n      }\\n    }\\n    result.search = relative.search;\\n    result.query = relative.query;\\n    //to support http.request\\n    if (!util.isNull(result.pathname) || !util.isNull(result.search)) {\\n      result.path = (result.pathname ? result.pathname : '') +\\n                    (result.search ? result.search : '');\\n    }\\n    result.href = result.format();\\n    return result;\\n  }\\n\\n  if (!srcPath.length) {\\n    // no path at all.  easy.\\n    // we've already handled the other stuff above.\\n    result.pathname = null;\\n    //to support http.request\\n    if (result.search) {\\n      result.path = '/' + result.search;\\n    } else {\\n      result.path = null;\\n    }\\n    result.href = result.format();\\n    return result;\\n  }\\n\\n  // if a url ENDs in . or .., then it must get a trailing slash.\\n  // however, if it ends in anything else non-slashy,\\n  // then it must NOT get a trailing slash.\\n  var last = srcPath.slice(-1)[0];\\n  var hasTrailingSlash = (\\n      (result.host || relative.host || srcPath.length > 1) &&\\n      (last === '.' || last === '..') || last === '');\\n\\n  // strip single dots, resolve double dots to parent dir\\n  // if the path tries to go above the root, `up` ends up > 0\\n  var up = 0;\\n  for (var i = srcPath.length; i >= 0; i--) {\\n    last = srcPath[i];\\n    if (last === '.') {\\n      srcPath.splice(i, 1);\\n    } else if (last === '..') {\\n      srcPath.splice(i, 1);\\n      up++;\\n    } else if (up) {\\n      srcPath.splice(i, 1);\\n      up--;\\n    }\\n  }\\n\\n  // if the path is allowed to go above the root, restore leading ..s\\n  if (!mustEndAbs && !removeAllDots) {\\n    for (; up--; up) {\\n      srcPath.unshift('..');\\n    }\\n  }\\n\\n  if (mustEndAbs && srcPath[0] !== '' &&\\n      (!srcPath[0] || srcPath[0].charAt(0) !== '/')) {\\n    srcPath.unshift('');\\n  }\\n\\n  if (hasTrailingSlash && (srcPath.join('/').substr(-1) !== '/')) {\\n    srcPath.push('');\\n  }\\n\\n  var isAbsolute = srcPath[0] === '' ||\\n      (srcPath[0] && srcPath[0].charAt(0) === '/');\\n\\n  // put the host back\\n  if (psychotic) {\\n    result.hostname = result.host = isAbsolute ? '' :\\n                                    srcPath.length ? srcPath.shift() : '';\\n    //occationaly the auth can get stuck only in host\\n    //this especially happens in cases like\\n    //url.resolveObject('mailto:local1@domain1', 'local2@domain2')\\n    var authInHost = result.host && result.host.indexOf('@') > 0 ?\\n                     result.host.split('@') : false;\\n    if (authInHost) {\\n      result.auth = authInHost.shift();\\n      result.host = result.hostname = authInHost.shift();\\n    }\\n  }\\n\\n  mustEndAbs = mustEndAbs || (result.host && srcPath.length);\\n\\n  if (mustEndAbs && !isAbsolute) {\\n    srcPath.unshift('');\\n  }\\n\\n  if (!srcPath.length) {\\n    result.pathname = null;\\n    result.path = null;\\n  } else {\\n    result.pathname = srcPath.join('/');\\n  }\\n\\n  //to support request.http\\n  if (!util.isNull(result.pathname) || !util.isNull(result.search)) {\\n    result.path = (result.pathname ? result.pathname : '') +\\n                  (result.search ? result.search : '');\\n  }\\n  result.auth = relative.auth || result.auth;\\n  result.slashes = result.slashes || relative.slashes;\\n  result.href = result.format();\\n  return result;\\n};\\n\\nUrl.prototype.parseHost = function() {\\n  var host = this.host;\\n  var port = portPattern.exec(host);\\n  if (port) {\\n    port = port[0];\\n    if (port !== ':') {\\n      this.port = port.substr(1);\\n    }\\n    host = host.substr(0, host.length - port.length);\\n  }\\n  if (host) this.hostname = host;\\n};\\n\"\n        },\n        {\n          \"id\": 62,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/chrome-ext-messenger/dist/chrome-ext-messenger.min.js\",\n          \"name\": \"./node_modules/chrome-ext-messenger/dist/chrome-ext-messenger.min.js\",\n          \"index\": 337,\n          \"index2\": 335,\n          \"size\": 22158,\n          \"cacheable\": true,\n          \"built\": true,\n          \"optional\": false,\n          \"prefetched\": false,\n          \"chunks\": [\n            2,\n            3,\n            4\n          ],\n          \"issuer\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/devtools.js\",\n          \"issuerId\": 343,\n          \"issuerName\": \"./chrome/extension/devtools.js\",\n          \"issuerPath\": [\n            {\n              \"id\": 342,\n              \"identifier\": \"multi /Users/jarred/Code/styleurl/webpack/customPublicPath /Users/jarred/Code/styleurl/chrome/extension/devtools\",\n              \"name\": \"multi ./webpack/customPublicPath ./chrome/extension/devtools\",\n              \"profile\": {\n                \"factory\": 0,\n                \"building\": 0,\n                \"dependencies\": 54\n              }\n            },\n            {\n              \"id\": 343,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/devtools.js\",\n              \"name\": \"./chrome/extension/devtools.js\",\n              \"profile\": {\n                \"factory\": 55,\n                \"building\": 548\n              }\n            }\n          ],\n          \"profile\": {\n            \"factory\": 230,\n            \"building\": 567,\n            \"dependencies\": 245\n          },\n          \"failed\": false,\n          \"errors\": 0,\n          \"warnings\": 0,\n          \"assets\": [],\n          \"reasons\": [\n            {\n              \"moduleId\": 192,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/background.js\",\n              \"module\": \"./chrome/extension/background.js\",\n              \"moduleName\": \"./chrome/extension/background.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"chrome-ext-messenger\",\n              \"loc\": \"23:49-80\"\n            },\n            {\n              \"moduleId\": 343,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/devtools.js\",\n              \"module\": \"./chrome/extension/devtools.js\",\n              \"moduleName\": \"./chrome/extension/devtools.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"chrome-ext-messenger\",\n              \"loc\": \"17:49-80\"\n            },\n            {\n              \"moduleId\": 351,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/github_gist_content_script.js\",\n              \"module\": \"./chrome/extension/github_gist_content_script.js\",\n              \"moduleName\": \"./chrome/extension/github_gist_content_script.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"chrome-ext-messenger\",\n              \"loc\": \"9:49-80\"\n            }\n          ],\n          \"usedExports\": true,\n          \"providedExports\": null,\n          \"optimizationBailout\": [\n            \"ModuleConcatenation bailout: Module is not an ECMAScript module\"\n          ],\n          \"depth\": 2,\n          \"source\": \"!function(e,n){\\\"object\\\"==typeof exports&&\\\"object\\\"==typeof module?module.exports=n():\\\"function\\\"==typeof define&&define.amd?define(\\\"chrome-ext-messenger\\\",[],n):\\\"object\\\"==typeof exports?exports[\\\"chrome-ext-messenger\\\"]=n():e[\\\"chrome-ext-messenger\\\"]=n()}(this,function(){return function(e){function n(o){if(t[o])return t[o].exports;var r=t[o]={exports:{},id:o,loaded:!1};return e[o].call(r.exports,r,r.exports,n),r.loaded=!0,r.exports}var t={};return n.m=e,n.c=t,n.p=\\\"\\\",n(0)}([function(e,n,t){\\\"use strict\\\";var o=t(1),r=t(6),s=t(2),i=t(5),a=function(){s.constructorTweakMethods(\\\"Messenger\\\",this),this._myExtPart=s.getCurrentExtensionPart()};a.prototype.constructor=a,a.isMessengerPort=function(e){return 0===e.name.indexOf(i.MESSENGER_PORT_NAME_PREFIX)},a.prototype.initBackgroundHub=function(e){return this._myExtPart!==i.BACKGROUND?void s.log(\\\"warn\\\",\\\"[Messenger:initBackgroundHub]\\\",\\\"Ignoring BackgroundHub init request since not called from background context\\\"):this._backgroundHub?void s.log(\\\"warn\\\",\\\"[Messenger:initBackgroundHub]\\\",\\\"Ignoring BackgroundHub init request since it is already been inited\\\"):void(this._backgroundHub=new o(e))},a.prototype.initConnection=function(e,n){return e||s.log(\\\"error\\\",\\\"[Messenger:initConnection]\\\",'Missing \\\"name\\\" in arguments'),e===i.TO_NAME_WILDCARD&&s.log(\\\"error\\\",\\\"[Messenger:initConnection]\\\",'\\\"*\\\" is reserved as a wildcard identifier, please use another name'),new r(this._myExtPart,e,n)},e.exports=a},function(e,n,t){\\\"use strict\\\";Object.defineProperty(n,\\\"__esModule\\\",{value:!0});var o=t(2),r=t(5),s=1,i=function(e){o.constructorTweakMethods(\\\"BackgroundHub\\\",this),e=e||{},this._connectedHandler=e.connectedHandler,this._disconnectedHandler=e.disconnectedHandler,this._backgroundPorts={},this._contentScriptPorts={},this._popupPorts={},this._devtoolPorts={},chrome.runtime.onConnect.addListener(this._onPortConnected),window.mockPortOnConnect=this._onPortConnected};i.prototype.constructor=i,i.prototype._onPortConnected=function(e){o.log(\\\"log\\\",\\\"[BackgroundHub:runtime.onConnect]\\\",arguments),0===e.name.indexOf(r.MESSENGER_PORT_NAME_PREFIX)&&(e.onMessage.addListener(this._onPortMessageHandler),e.onDisconnect.addListener(this._onPortDisconnectionHandler))},i.prototype._onPortMessageHandler=function(e,n){switch(e.type){case r.INIT:this._initConnection(e,n);break;case r.MESSAGE:case r.RESPONSE:e.to||o.log(\\\"error\\\",\\\"[BackgroundHub:_onPortMessageHandler]\\\",'Missing \\\"to\\\" in message:',e),e.toNames||o.log(\\\"error\\\",\\\"[BackgroundHub:_onPortMessageHandler]\\\",'Missing \\\"toNames\\\" in message:',e),this._relayMessage(e,n);break;default:o.log(\\\"error\\\",\\\"[BackgroundHub:_onPortMessageHandler]\\\",\\\"Unknown message type: \\\"+e.type)}},i.prototype._getPortsObj=function(e){switch(e){case r.BACKGROUND:return this._backgroundPorts;case r.CONTENT_SCRIPT:return this._contentScriptPorts;case r.POPUP:return this._popupPorts;case r.DEVTOOL:return this._devtoolPorts;default:o.log(\\\"error\\\",\\\"[BackgroundHub:_onPortDisconnectionHandler]\\\",\\\"Unknown extension part: \\\"+e)}},i.prototype._initConnection=function(e,n){var t=function(e,t){var s=this._getPortsObj(e);if(s[t]=s[t]?s[t]:[],s[t].push(n),this._connectedHandler){var i=e!==r.BACKGROUND?t:null,a=o.removeMessengerPortNamePrefix(n.name);this._connectedHandler(e,a,i)}n.postMessage({from:r.BACKGROUND,type:r.INIT_SUCCESS})}.bind(this);if(e.from===r.BACKGROUND)t(r.BACKGROUND,s);else if(e.from===r.DEVTOOL)t(r.DEVTOOL,e.tabId);else if(e.from===r.CONTENT_SCRIPT)t(r.CONTENT_SCRIPT,n.sender.tab.id);else{if(e.from!==r.POPUP)throw new Error('Unknown \\\"from\\\" in message: '+e.from);t(r.POPUP,e.tabId)}},i.prototype._relayMessage=function(e,n){var t=e.from,i=e.to,a=e.toNames,c=e.toTabId,u=void 0;t===r.BACKGROUND?i!==r.BACKGROUND&&(u=c):t===r.DEVTOOL?u=e.tabId:t===r.POPUP?u=e.tabId:t===r.CONTENT_SCRIPT?u=n.sender.tab.id:o.log(\\\"error\\\",\\\"[BackgroundHub:_relayMessage]\\\",'Unknown \\\"from\\\" in message: '+t),e.fromTabId=u;var d=void 0;i===r.BACKGROUND?d=this._backgroundPorts[s]?this._backgroundPorts[s]:[]:i===r.DEVTOOL?d=this._devtoolPorts[u]?this._devtoolPorts[u]:[]:i===r.POPUP?d=this._popupPorts[u]?this._popupPorts[u]:[]:i===r.CONTENT_SCRIPT?d=this._contentScriptPorts[u]?this._contentScriptPorts[u]:[]:o.log(\\\"error\\\",\\\"[BackgroundHub:_relayMessage]\\\",'Unknown \\\"to\\\" in message: '+i),0===d.length&&o.log(\\\"info\\\",\\\"[BackgroundHub:_relayMessage]\\\",'Not sending relay because \\\"to\\\" port does not exist');var l=[];a.forEach(function(e){var n=d.filter(function(n){return n.name===e||e===r.TO_NAME_WILDCARD});n.length>0?n.forEach(function(e){l.indexOf(e)===-1&&l.push(e)}):o.log(\\\"warn\\\",\\\"[BackgroundHub:_relayMessage]\\\",\\\"Could not find any connections with this name (probably no such name):\\\",o.removeMessengerPortNamePrefix(e))}.bind(this)),e.fromPortSender=n.sender,l.forEach(function(n){n.postMessage(e)}.bind(this))},i.prototype._onPortDisconnectionHandler=function(e){e.onMessage.removeListener(this._onPortMessageHandler);var n=function(e,n){for(var t=this._getPortsObj(e),s=Object.keys(t),i=0;i<s.length;i++){for(var a=s[i],c=t[a],u=c.length,d=u;d>=0;d--){var l=c[d];if(l===n&&(o.log(\\\"log\\\",\\\"[BackgroundHub:_onPortDisconnectionHandler]\\\",\\\"Remove connection of port with unique id: \\\",a),c.splice(d,1),this._disconnectedHandler)){var p=e!==r.BACKGROUND?parseInt(a):null,f=o.removeMessengerPortNamePrefix(n.name);this._disconnectedHandler(e,f,p)}}0===t[a].length&&(o.log(\\\"log\\\",\\\"[BackgroundHub:_onPortDisconnectionHandler]\\\",\\\"Removing empty ports object for unique id: \\\",a),delete t[a])}}.bind(this);n(r.BACKGROUND,e),n(r.CONTENT_SCRIPT,e),n(r.POPUP,e),n(r.DEVTOOL,e)},n.default=i,e.exports=n.default},function(e,n,t){\\\"use strict\\\";Object.defineProperty(n,\\\"__esModule\\\",{value:!0});var o=t(3),r=t(5),s=new o({prefix:\\\"messenger-log\\\",markdown:!1}),i=new o({prefix:\\\"messenger-info\\\",markdown:!1}),a=new o({prefix:\\\"messenger-warn\\\",markdown:!1}),c=new o({prefix:\\\"messenger-error\\\",markdown:!1});o.disable(\\\"messenger*\\\",\\\"-messenger-error\\\",\\\"-messenger-warn\\\");var u={log:function(e){var n=Array.prototype.slice.call(arguments,1);switch(e){case\\\"log\\\":s.log.apply(s,n);break;case\\\"info\\\":i.info.apply(i,n);break;case\\\"warn\\\":a.warn.apply(a,n);break;case\\\"error\\\":throw c.error.apply(c,n),\\\"Messenger error occurred, check more information above...\\\";default:c.error(\\\"Unknown log level: \\\"+e)}},constructorTweakMethods:function(e,n){var t=function(t){var o=n[t];n[t]=function(){return s.log(\\\"[\\\"+e+\\\":\\\"+t+\\\"()]\\\",arguments),o.apply(n,arguments)}.bind(n)};for(var o in n)\\\"function\\\"==typeof n[o]&&t(o)},getCurrentExtensionPart:function(){var e=void 0;if(\\\"undefined\\\"!=typeof chrome)if(chrome.devtools)e=r.DEVTOOL;else if(chrome.extension&&\\\"function\\\"==typeof chrome.extension.getBackgroundPage){var n=chrome.extension.getBackgroundPage();e=n===window?r.BACKGROUND:r.POPUP}else e=r.CONTENT_SCRIPT;else c.error(\\\"Could not identify extension part... are you running in a chrome extension context?\\\");return s.log(\\\"detected current extension part: \\\"+e),e},removeMessengerPortNamePrefix:function(e){return e.replace(new RegExp(\\\"^\\\"+r.MESSENGER_PORT_NAME_PREFIX),\\\"\\\")}};n.default=u,e.exports=n.default},function(e,n,t){(function(n){!function(){\\\"use strict\\\";function t(e,n){return this instanceof t?(this.opts=o(e,n),p(this.opts.prefix,t._instances)?f(this.opts.prefix,t._instances):(t._instances.push(this),r(t._instances),s(),this)):new t(e,n)}function o(e,n){\\\"object\\\"==typeof e&&(n=e),n=n||{},\\\"string\\\"!=typeof e&&(e=n.prefix||\\\"\\\"),e=g(e);var t,o=Boolean(n.alignOutput),r=void 0===n.markdown||Boolean(n.markdown);return _()?(t=P[b%P.length],b+=1):m()&&(t=M()),{prefix:e,alignOutput:o,markdown:r,prefixColor:t}}function r(e){var n=e.sort(function(e,n){return n.opts.prefix.length-e.opts.prefix.length})[0];e.forEach(function(e){if(e.opts.alignOutput){var t=new Array(Math.max(n.opts.prefix.length-e.opts.prefix.length+1,0)).join(\\\" \\\");e.opts.prefix=e.opts.prefix+t}})}function s(){if(m()){var e=null;\\\"undefined\\\"!=typeof n&&void 0!==n.env&&(void 0!==n.env.NODE_DEBUG&&\\\"\\\"!==n.env.NODE_DEBUG?e=\\\"NODE_DEBUG\\\":void 0!==n.env.DEBUG&&\\\"\\\"!==n.env.DEBUG&&(e=\\\"DEBUG\\\"),e&&(t.disable(\\\"*\\\"),n.env[e].split(\\\",\\\").forEach(function(e){t.enable(e)})))}else _()&&window.localStorage&&\\\"string\\\"==typeof window.localStorage.getItem(\\\"debug\\\")&&(t.disable(\\\"*\\\"),window.localStorage.debug.split(\\\",\\\").forEach(function(e){t.enable(e)}))}function i(e){for(var n=[],t=a(e);t;)e=e.replace(t.rule.regexp,t.rule.replacer),_()&&(n.push(t.rule.style),n.push(\\\"\\\")),t=a(e);return{text:e,styles:n}}function a(e){var n=[],t=[];return _()?t=[{regexp:/\\\\*([^\\\\*]+)\\\\*/,replacer:function(e,n){return\\\"%c\\\"+n+\\\"%c\\\"},style:\\\"font-weight:bold;\\\"},{regexp:/_([^_]+)_/,replacer:function(e,n){return\\\"%c\\\"+n+\\\"%c\\\"},style:\\\"font-style:italic;\\\"},{regexp:/`([^`]+)`/,replacer:function(e,n){return\\\"%c\\\"+n+\\\"%c\\\"},style:\\\"background:#FDF6E3; color:#586E75; padding:1px 5px; border-radius:4px;\\\"}]:m()&&(t=[{regexp:/\\\\*([^\\\\*]+)\\\\*/,replacer:function(e,n){return\\\"\\u001b[\\\"+y.modifiers.bold[0]+\\\"m\\\"+n+\\\"\\u001b[\\\"+y.modifiers.bold[1]+\\\"m\\\"}},{regexp:/_([^_]+)_/,replacer:function(e,n){return\\\"\\u001b[\\\"+y.modifiers.italic[0]+\\\"m\\\"+n+\\\"\\u001b[\\\"+y.modifiers.italic[1]+\\\"m\\\"}},{regexp:/`([^`]+)`/,replacer:function(e,n){return\\\"\\u001b[\\\"+y.bgColors.bgYellow[0]+\\\"m\\u001b[\\\"+y.colors.black[0]+\\\"m \\\"+n+\\\" \\u001b[\\\"+y.colors.black[1]+\\\"m\\u001b[\\\"+y.bgColors.bgYellow[1]+\\\"m\\\"}}]),t.forEach(function(t){var o=e.match(t.regexp);o&&n.push({rule:t,match:o})}),0===n.length?null:(n.sort(function(e,n){return e.match.index-n.match.index}),n[0])}function c(e,n){var t,o=[];return n.opts.prefix?h()?(o.push(\\\"%c\\\"+n.opts.prefix+\\\"%c \\\"),o.push(\\\"color:\\\"+n.opts.prefixColor+\\\"; font-weight:bold;\\\",\\\"\\\")):o.push(\\\"[\\\"+n.prefix+\\\"] \\\"):o.push(\\\"\\\"),\\\"string\\\"==typeof e[0]?n.opts.markdown&&h()?(t=i(e[0]),o[0]=o[0]+t.text,o=o.concat(t.styles)):o[0]=o[0]+e[0]:o[0]=e[0],e.length>1&&(o=o.concat(e.splice(1))),o}function u(e,n,t){var o=[];return t.opts.prefix&&(h()?o[0]=\\\"\\u001b[\\\"+t.opts.prefixColor[0]+\\\"m\\u001b[\\\"+y.modifiers.bold[0]+\\\"m\\\"+t.opts.prefix+\\\"\\u001b[\\\"+y.modifiers.bold[1]+\\\"m\\u001b[\\\"+t.opts.prefixColor[1]+\\\"m\\\":o[0]=\\\"[\\\"+t.opts.prefix+\\\"]\\\"),\\\"warn\\\"===n?o[0]=\\\"\\u001b[\\\"+y.colors.yellow[0]+\\\"m⚠\\u001b[\\\"+y.colors.yellow[1]+\\\"m \\\"+(o[0]||\\\"\\\"):\\\"error\\\"===n?o[0]=\\\"\\u001b[\\\"+y.colors.red[0]+\\\"m✖\\u001b[\\\"+y.colors.red[1]+\\\"m \\\"+(o[0]||\\\"\\\"):\\\"info\\\"===n?o[0]=\\\"\\u001b[\\\"+y.colors.blue[0]+\\\"mℹ\\u001b[\\\"+y.colors.blue[1]+\\\"m \\\"+(o[0]||\\\"\\\"):\\\"debug\\\"===n&&(o[0]=\\\"\\u001b[\\\"+y.colors.gray[0]+\\\"m🐛\\u001b[\\\"+y.colors.gray[1]+\\\"m \\\"+(o[0]||\\\"\\\")),e.forEach(function(e){\\\"string\\\"==typeof e&&t.opts.markdown?o.push(i(e).text):o.push(e)}),o}function d(e){var n=!1;return E.forEach(function(t){\\\"enable\\\"===t.type&&t.regExp.test(e.opts.prefix)?n=!1:\\\"disable\\\"===t.type&&t.regExp.test(e.opts.prefix)&&(n=!0)}),n}function l(e){return new RegExp(\\\"^\\\"+e.replace(/\\\\*/g,\\\".*?\\\")+\\\"$\\\")}function p(e,n){var t=!1;return n.forEach(function(n){if(n.opts.prefix===e)return void(t=!0)}),t}function f(e,n){var t;return n.forEach(function(n){if(n.opts.prefix===e)return void(t=n)}),t}function g(e){return\\\"string\\\"==typeof e?e.replace(/%c/g,\\\"\\\"):e}function h(){if(_()){var e=\\\"WebkitAppearance\\\"in document.documentElement.style,t=window.console&&(console.firebug||console.exception&&console.table),o=navigator.userAgent.toLowerCase().match(/firefox\\\\/(\\\\d+)/)&&parseInt(RegExp.$1,10)>=31;return e||t||o}if(m())return!(n.stdout&&!n.stdout.isTTY)&&(\\\"win32\\\"===n.platform||(\\\"COLORTERM\\\"in n.env||\\\"dumb\\\"!==n.env.TERM&&!!/^screen|^xterm|^vt100|color|ansi|cygwin|linux/i.test(n.env.TERM)))}function m(){return\\\"undefined\\\"!=typeof e&&\\\"undefined\\\"!=typeof e.exports}function _(){return\\\"undefined\\\"!=typeof window}var b=0,P=[\\\"#B58900\\\",\\\"#CB4B16\\\",\\\"#DC322F\\\",\\\"#D33682\\\",\\\"#6C71C4\\\",\\\"#268BD2\\\",\\\"#2AA198\\\",\\\"#859900\\\"],y={modifiers:{reset:[0,0],bold:[1,22],dim:[2,22],italic:[3,23],underline:[4,24],inverse:[7,27],hidden:[8,28],strikethrough:[9,29]},colors:{black:[30,39],red:[31,39],green:[32,39],yellow:[33,39],blue:[34,39],magenta:[35,39],cyan:[36,39],white:[37,39],gray:[90,39]},bgColors:{bgBlack:[40,49],bgRed:[41,49],bgGreen:[42,49],bgYellow:[43,49],bgBlue:[44,49],bgMagenta:[45,49],bgCyan:[46,49],bgWhite:[47,49]}},E=[];t._instances=[],t.enable=function(){Array.prototype.forEach.call(arguments,function(e){\\\"-\\\"===e[0]&&t.disable(e.substr(1));var n=l(e);\\\"*\\\"===e?E=[]:E.push({type:\\\"enable\\\",regExp:n})})},t.disable=function(){Array.prototype.forEach.call(arguments,function(e){\\\"-\\\"===e[0]&&t.enable(e.substr(1));var n=l(e);\\\"*\\\"===e?E=[{type:\\\"disable\\\",regExp:n}]:E.push({type:\\\"disable\\\",regExp:n})})};var v=[\\\"debug\\\",\\\"log\\\",\\\"info\\\",\\\"warn\\\",\\\"error\\\"];v.forEach(function(e){t.prototype[e]=function(){if(!d(this)){var n,t=Array.prototype.slice.call(arguments,0);_()?(n=c(t,this),Function.prototype.apply.call(console[e]||console.log,console,n)):m()&&(n=u(t,e,this),(console[e]||console.log).apply(console,n))}}});var M=function(){var e=0,n=[[31,39],[32,39],[33,39],[34,39],[35,39],[36,39]];return function(){return e+=1,n[e%n.length]}}();m()?e.exports=t:_()&&(window.Logdown=t)}()}).call(n,t(4))},function(e,n){function t(){throw new Error(\\\"setTimeout has not been defined\\\")}function o(){throw new Error(\\\"clearTimeout has not been defined\\\")}function r(e){if(d===setTimeout)return setTimeout(e,0);if((d===t||!d)&&setTimeout)return d=setTimeout,setTimeout(e,0);try{return d(e,0)}catch(n){try{return d.call(null,e,0)}catch(n){return d.call(this,e,0)}}}function s(e){if(l===clearTimeout)return clearTimeout(e);if((l===o||!l)&&clearTimeout)return l=clearTimeout,clearTimeout(e);try{return l(e)}catch(n){try{return l.call(null,e)}catch(n){return l.call(this,e)}}}function i(){h&&f&&(h=!1,f.length?g=f.concat(g):m=-1,g.length&&a())}function a(){if(!h){var e=r(i);h=!0;for(var n=g.length;n;){for(f=g,g=[];++m<n;)f&&f[m].run();m=-1,n=g.length}f=null,h=!1,s(e)}}function c(e,n){this.fun=e,this.array=n}function u(){}var d,l,p=e.exports={};!function(){try{d=\\\"function\\\"==typeof setTimeout?setTimeout:t}catch(e){d=t}try{l=\\\"function\\\"==typeof clearTimeout?clearTimeout:o}catch(e){l=o}}();var f,g=[],h=!1,m=-1;p.nextTick=function(e){var n=new Array(arguments.length-1);if(arguments.length>1)for(var t=1;t<arguments.length;t++)n[t-1]=arguments[t];g.push(new c(e,n)),1!==g.length||h||r(a)},c.prototype.run=function(){this.fun.apply(null,this.array)},p.title=\\\"browser\\\",p.browser=!0,p.env={},p.argv=[],p.version=\\\"\\\",p.versions={},p.on=u,p.addListener=u,p.once=u,p.off=u,p.removeListener=u,p.removeAllListeners=u,p.emit=u,p.prependListener=u,p.prependOnceListener=u,p.listeners=function(e){return[]},p.binding=function(e){throw new Error(\\\"process.binding is not supported\\\")},p.cwd=function(){return\\\"/\\\"},p.chdir=function(e){throw new Error(\\\"process.chdir is not supported\\\")},p.umask=function(){return 0}},function(e,n){\\\"use strict\\\";Object.defineProperty(n,\\\"__esModule\\\",{value:!0});var t={MESSENGER_PORT_NAME_PREFIX:\\\"__messenger__\\\",TO_NAME_WILDCARD:\\\"*\\\",BACKGROUND:\\\"background\\\",POPUP:\\\"popup\\\",DEVTOOL:\\\"devtool\\\",CONTENT_SCRIPT:\\\"content_script\\\",INIT:\\\"init\\\",INIT_SUCCESS:\\\"init_success\\\",MESSAGE:\\\"message\\\",RESPONSE:\\\"response\\\"};n.default=t,e.exports=n.default},function(e,n,t){\\\"use strict\\\";Object.defineProperty(n,\\\"__esModule\\\",{value:!0});var o=t(7),r=t(2),s=t(5),i=500,a=1e5,c=5e3,u=function(e,n,t){r.constructorTweakMethods(\\\"Connection\\\",this),this._init(e,n,t)};u.prototype.constructor=u,u.prototype._init=function(e,n,t){switch(this._port=null,this._inited=!1,this._pendingInitMessages=[],this._pendingCb={},this._cbId=0,this._pendingCbCleanupIndex=0,this._myExtPart=e,this._myName=s.MESSENGER_PORT_NAME_PREFIX+n,this._userMessageHandler=t||function(){},this._myExtPart){case s.BACKGROUND:case s.CONTENT_SCRIPT:case s.POPUP:case s.DEVTOOL:var a=function(e){r.log(\\\"log\\\",\\\"[Connection:_init]\\\",\\\"Attempting connection initing...\\\"),this._port=this._myExtPart===s.BACKGROUND?new o({name:this._myName}):chrome.runtime.connect({name:this._myName}),this._port.onMessage.addListener(this._onPortMessageHandler),this._port.postMessage({type:s.INIT,from:this._myExtPart,tabId:e});var n=arguments,t=setTimeout(function(){this._inited?clearTimeout(t):(this._port.disconnect(),a.apply(this,n))}.bind(this),i)}.bind(this);switch(this._myExtPart){case s.BACKGROUND:case s.CONTENT_SCRIPT:a();break;case s.POPUP:chrome.tabs.query({active:!0,currentWindow:!0},function(e){a(e[0].id)});break;case s.DEVTOOL:a(chrome.devtools.inspectedWindow.tabId)}break;default:r.log(\\\"error\\\",\\\"[Connection:_init]\\\",\\\"Unknown extension part: \\\"+e)}},u.prototype._attemptDeadCbCleanup=function(){if(Object.keys(this._pendingCb).length>a){r.log(\\\"log\\\",\\\"[Connection:_attemptDeadCbCleanup]\\\",\\\"Attempting dead callback cleaning... current callbacks number:\\\".Object.keys(this._pendingCb).length);for(var e=this._pendingCbCleanupIndex+c;this._pendingCbCleanupIndex<e;)delete this._pendingCb[this._pendingCbCleanupIndex],this._pendingCbCleanupIndex++;r.log(\\\"log\\\",\\\"[Connection:_attemptDeadCbCleanup]\\\",\\\"New callbacks number after cleaning done:\\\",Object.keys(this._pendingCb).length)}},u.prototype._prepareMessage=function(e,n){var t=this;return new Promise(function(o){switch(n&&(t._cbId++,t._pendingCb[t._cbId]=n,e.cbId=t._cbId,t._attemptDeadCbCleanup()),t._myExtPart){case s.DEVTOOL:e.tabId=chrome.devtools.inspectedWindow.tabId,o();break;case s.POPUP:chrome.tabs.query({active:!0,currentWindow:!0},function(n){e.tabId=n[0].id,o()}.bind(t));break;default:o()}})},u.prototype._postMessage=function(e,n,t){var o=this;this._prepareMessage(n,t).then(function(){o._inited?e.postMessage(n):o._pendingInitMessages.push(n)})},u.prototype._postResponse=function(e,n,t){var o={from:this._myExtPart,to:t.from,toNames:[t.fromName],type:s.RESPONSE,cbId:t.cbId,cbValue:n};this._myExtPart===s.BACKGROUND&&(o.toTabId=t.fromTabId),this._postMessage(e,o)},u.prototype._handleMessage=function(e,n){var t=function(t){e.cbId&&this._postResponse(n,t,e)}.bind(this),o=r.removeMessengerPortNamePrefix(e.fromName),i=e.fromTabId&&e.from!==s.BACKGROUND?\\\":\\\"+e.fromTabId:null,a=e.from+\\\":\\\"+o+(i?\\\":\\\"+i:\\\"\\\");this._userMessageHandler(e.userMessage,a,e.fromPortSender,t)},u.prototype._handleResponse=function(e){if(this._pendingCb[e.cbId]){var n=this._pendingCb[e.cbId];delete this._pendingCb[e.cbId],n(e.cbValue)}else r.log(\\\"info\\\",\\\"[Connection:_handleResponse]\\\",\\\"Ignoring response sending because callback does not exist (probably already been called)\\\")},u.prototype._sendMessage=function(e,n,t,o,r,i){t=this._addMessengerPortNamePrefix(t);var a={from:this._myExtPart,fromName:this._myName,to:n,toNames:t,toTabId:o,type:s.MESSAGE,userMessage:r};this._postMessage(e,a,i)},u.prototype._addMessengerPortNamePrefix=function(e){return e.map(function(e){return e===s.TO_NAME_WILDCARD?e:s.MESSENGER_PORT_NAME_PREFIX+e})},u.prototype._validateMessage=function(e,n,t){if(!e)return'Missing extension part in \\\"to\\\" argument';if(e!==s.BACKGROUND&&e!==s.CONTENT_SCRIPT&&e!==s.DEVTOOL&&e!==s.POPUP)return'Unknown extension part in \\\"to\\\" argument: '+e+\\\"\\\\nSupported parts are: \\\"+s.BACKGROUND+\\\", \\\"+s.CONTENT_SCRIPT+\\\", \\\"+s.POPUP+\\\", \\\"+s.DEVTOOL;if(!n)return'Missing connection name in \\\"to\\\" argument';if(this._myExtPart===s.BACKGROUND&&e!==s.BACKGROUND){if(!t)return'Messages from background to other extension parts must have a tab id in \\\"to\\\" argument';if(!Number.isInteger(parseFloat(t)))return\\\"Tab id to send message to must be a valid number\\\"}},u.prototype._onPortMessageHandler=function(e,n){switch(e.type){case s.INIT_SUCCESS:this._inited=!0,this._pendingInitMessages.forEach(function(e){this._port.postMessage(e)}.bind(this));break;case s.MESSAGE:case s.RESPONSE:e.to||r.log(\\\"error\\\",\\\"[Connection:_onPortMessageHandler]\\\",'Missing \\\"to\\\" in message: ',e),e.toNames||r.log(\\\"error\\\",\\\"[Connection:_onPortMessageHandler]\\\",'Missing \\\"toNames\\\" in message: ',e),e.type===s.MESSAGE?this._handleMessage(e,n):e.type===s.RESPONSE&&this._handleResponse(e);break;default:r.log(\\\"error\\\",\\\"[Connection:_onPortMessageHandler]\\\",\\\"Unknown message type: \\\"+e.type)}},u.prototype.sendMessage=function(e,n){var t=this,o=arguments;return new Promise(function(s,i){if(e||r.log(\\\"error\\\",\\\"[Connection:sendMessage]\\\",'Missing \\\"to\\\" arguments'),!t._port)return r.log(\\\"info\\\",\\\"[Connection:sendMessage]\\\",\\\"Rejecting sendMessage because connection does not exist anymore\\\"),i(new Error(\\\"Connection port does not exist anymore, did you disconnect it?\\\"));var a=void 0;try{a=e.split(\\\":\\\")}catch(n){r.log(\\\"error\\\",\\\"[Connection:sendMessage]\\\",'Invalid format given in \\\"to\\\" argument: '+e,o)}var c=a[0],u=a[1],d=a[2],l=t._validateMessage(c,u,d);l&&r.log(\\\"error\\\",\\\"[Connection:sendMessage]\\\",l,o);var p=u.split(\\\",\\\");t._sendMessage(t._port,c,p,d,n,s)})},u.prototype.disconnect=function(){this._port&&(this._port.disconnect(),this._port=null)},n.default=u,e.exports=n.default},function(e,n,t){\\\"use strict\\\";Object.defineProperty(n,\\\"__esModule\\\",{value:!0});var o=t(2),r=function(e){o.constructorTweakMethods(\\\"MockPort\\\",this);var n=this._createMockPort(e),t=this._createMockPort(e);return this._linkMocks(n,t),\\\"function\\\"==typeof window.mockPortOnConnect&&window.mockPortOnConnect(t),n};r.prototype.constructor=r,r.prototype._createMockPort=function(e){var n={_connected:!0,_name:e.name,onMessageListeners:[],onDisconnectListeners:[]};return Object.defineProperty(n,\\\"name\\\",{get:function(){return n._name}}),Object.defineProperty(n,\\\"onMessage\\\",{get:function(){return{addListener:function(e){n.onMessageListeners.push(e)},removeListener:function(e){var t=n.onMessageListeners.indexOf(e);t!==-1&&n.onMessageListeners.splice(t,1)}}}}),Object.defineProperty(n,\\\"onDisconnect\\\",{get:function(){return{addListener:function(e){n.onDisconnectListeners.push(e)},removeListener:function(e){var t=n.onDisconnectListeners.indexOf(e);t!==-1&&n.onDisconnectListeners.splice(t,1)}}}}),Object.defineProperty(n,\\\"sender\\\",{get:function(){return{id:chrome.runtime.id}}}),n.postMessage=function(e){n._connected?n.__targetRefPort?n.__targetRefPort.__invokeOnMessageHandlers(e):o.log(\\\"warn\\\",\\\"[MockPort:postMessage]\\\",\\\"Missing __targetRefPort\\\",arguments):o.log(\\\"warn\\\",\\\"[MockPort:postMessage]\\\",\\\"Attempting to post message on a disconnected mock port\\\",e)},n.disconnect=function(){n._connected=!1,n.__targetRefPort?n.__targetRefPort.__invokeOnDisconnectHandlers():o.log(\\\"warn\\\",\\\"[MockPort:postMessage]\\\",\\\"Missing __targetRefPort\\\",arguments),n._onMessageListeners=[],n._onDisconnectListeners=[]},n.__invokeOnMessageHandlers=function(e){n.onMessageListeners.forEach(function(t){t(e,n)})},n.__invokeOnDisconnectHandlers=function(){n.onDisconnectListeners.forEach(function(e){e(n)})},n},r.prototype._linkMocks=function(e,n){e.__targetRefPort=n,n.__targetRefPort=e},n.default=r,e.exports=n.default}])});\\n//# sourceMappingURL=chrome-ext-messenger.min.js.map\"\n        },\n        {\n          \"id\": 63,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_ListCache.js\",\n          \"name\": \"./node_modules/lodash/_ListCache.js\",\n          \"index\": 49,\n          \"index2\": 49,\n          \"size\": 869,\n          \"cacheable\": true,\n          \"built\": true,\n          \"optional\": false,\n          \"prefetched\": false,\n          \"chunks\": [\n            2\n          ],\n          \"issuer\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_Stack.js\",\n          \"issuerId\": 139,\n          \"issuerName\": \"./node_modules/lodash/_Stack.js\",\n          \"issuerPath\": [\n            {\n              \"id\": 191,\n              \"identifier\": \"multi /Users/jarred/Code/styleurl/webpack/customPublicPath /Users/jarred/Code/styleurl/chrome/extension/background\",\n              \"name\": \"multi ./webpack/customPublicPath ./chrome/extension/background\",\n              \"profile\": {\n                \"factory\": 0,\n                \"building\": 0,\n                \"dependencies\": 54\n              }\n            },\n            {\n              \"id\": 192,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/background.js\",\n              \"name\": \"./chrome/extension/background.js\",\n              \"profile\": {\n                \"factory\": 54,\n                \"building\": 639,\n                \"dependencies\": 140\n              }\n            },\n            {\n              \"id\": 193,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/findIndex.js\",\n              \"name\": \"./node_modules/lodash/findIndex.js\",\n              \"profile\": {\n                \"factory\": 140,\n                \"building\": 568,\n                \"dependencies\": 1\n              }\n            },\n            {\n              \"id\": 195,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_baseIteratee.js\",\n              \"name\": \"./node_modules/lodash/_baseIteratee.js\",\n              \"profile\": {\n                \"factory\": 245,\n                \"building\": 75,\n                \"dependencies\": 1\n              }\n            },\n            {\n              \"id\": 196,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_baseMatches.js\",\n              \"name\": \"./node_modules/lodash/_baseMatches.js\",\n              \"profile\": {\n                \"factory\": 82,\n                \"building\": 104,\n                \"dependencies\": 78\n              }\n            },\n            {\n              \"id\": 197,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_baseIsMatch.js\",\n              \"name\": \"./node_modules/lodash/_baseIsMatch.js\",\n              \"profile\": {\n                \"factory\": 78,\n                \"building\": 19,\n                \"dependencies\": 1\n              }\n            },\n            {\n              \"id\": 139,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_Stack.js\",\n              \"name\": \"./node_modules/lodash/_Stack.js\",\n              \"profile\": {\n                \"factory\": 41,\n                \"building\": 34\n              }\n            }\n          ],\n          \"profile\": {\n            \"factory\": 41,\n            \"building\": 20,\n            \"dependencies\": 0\n          },\n          \"failed\": false,\n          \"errors\": 0,\n          \"warnings\": 0,\n          \"assets\": [],\n          \"reasons\": [\n            {\n              \"moduleId\": 139,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_Stack.js\",\n              \"module\": \"./node_modules/lodash/_Stack.js\",\n              \"moduleName\": \"./node_modules/lodash/_Stack.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"./_ListCache\",\n              \"loc\": \"1:16-39\"\n            },\n            {\n              \"moduleId\": 203,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_stackClear.js\",\n              \"module\": \"./node_modules/lodash/_stackClear.js\",\n              \"moduleName\": \"./node_modules/lodash/_stackClear.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"./_ListCache\",\n              \"loc\": \"1:16-39\"\n            },\n            {\n              \"moduleId\": 207,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_stackSet.js\",\n              \"module\": \"./node_modules/lodash/_stackSet.js\",\n              \"moduleName\": \"./node_modules/lodash/_stackSet.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"./_ListCache\",\n              \"loc\": \"1:16-39\"\n            },\n            {\n              \"moduleId\": 208,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_mapCacheClear.js\",\n              \"module\": \"./node_modules/lodash/_mapCacheClear.js\",\n              \"moduleName\": \"./node_modules/lodash/_mapCacheClear.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"./_ListCache\",\n              \"loc\": \"2:16-39\"\n            }\n          ],\n          \"usedExports\": true,\n          \"providedExports\": null,\n          \"optimizationBailout\": [\n            \"ModuleConcatenation bailout: Module is not an ECMAScript module\"\n          ],\n          \"depth\": 7,\n          \"source\": \"var listCacheClear = require('./_listCacheClear'),\\n    listCacheDelete = require('./_listCacheDelete'),\\n    listCacheGet = require('./_listCacheGet'),\\n    listCacheHas = require('./_listCacheHas'),\\n    listCacheSet = require('./_listCacheSet');\\n\\n/**\\n * Creates an list cache object.\\n *\\n * @private\\n * @constructor\\n * @param {Array} [entries] The key-value pairs to cache.\\n */\\nfunction ListCache(entries) {\\n  var index = -1,\\n      length = entries == null ? 0 : entries.length;\\n\\n  this.clear();\\n  while (++index < length) {\\n    var entry = entries[index];\\n    this.set(entry[0], entry[1]);\\n  }\\n}\\n\\n// Add methods to `ListCache`.\\nListCache.prototype.clear = listCacheClear;\\nListCache.prototype['delete'] = listCacheDelete;\\nListCache.prototype.get = listCacheGet;\\nListCache.prototype.has = listCacheHas;\\nListCache.prototype.set = listCacheSet;\\n\\nmodule.exports = ListCache;\\n\"\n        },\n        {\n          \"id\": 64,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_assocIndexOf.js\",\n          \"name\": \"./node_modules/lodash/_assocIndexOf.js\",\n          \"index\": 52,\n          \"index2\": 44,\n          \"size\": 487,\n          \"cacheable\": true,\n          \"built\": true,\n          \"optional\": false,\n          \"prefetched\": false,\n          \"chunks\": [\n            2\n          ],\n          \"issuer\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_listCacheDelete.js\",\n          \"issuerId\": 199,\n          \"issuerName\": \"./node_modules/lodash/_listCacheDelete.js\",\n          \"issuerPath\": [\n            {\n              \"id\": 191,\n              \"identifier\": \"multi /Users/jarred/Code/styleurl/webpack/customPublicPath /Users/jarred/Code/styleurl/chrome/extension/background\",\n              \"name\": \"multi ./webpack/customPublicPath ./chrome/extension/background\",\n              \"profile\": {\n                \"factory\": 0,\n                \"building\": 0,\n                \"dependencies\": 54\n              }\n            },\n            {\n              \"id\": 192,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/background.js\",\n              \"name\": \"./chrome/extension/background.js\",\n              \"profile\": {\n                \"factory\": 54,\n                \"building\": 639,\n                \"dependencies\": 140\n              }\n            },\n            {\n              \"id\": 193,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/findIndex.js\",\n              \"name\": \"./node_modules/lodash/findIndex.js\",\n              \"profile\": {\n                \"factory\": 140,\n                \"building\": 568,\n                \"dependencies\": 1\n              }\n            },\n            {\n              \"id\": 195,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_baseIteratee.js\",\n              \"name\": \"./node_modules/lodash/_baseIteratee.js\",\n              \"profile\": {\n                \"factory\": 245,\n                \"building\": 75,\n                \"dependencies\": 1\n              }\n            },\n            {\n              \"id\": 196,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_baseMatches.js\",\n              \"name\": \"./node_modules/lodash/_baseMatches.js\",\n              \"profile\": {\n                \"factory\": 82,\n                \"building\": 104,\n                \"dependencies\": 78\n              }\n            },\n            {\n              \"id\": 197,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_baseIsMatch.js\",\n              \"name\": \"./node_modules/lodash/_baseIsMatch.js\",\n              \"profile\": {\n                \"factory\": 78,\n                \"building\": 19,\n                \"dependencies\": 1\n              }\n            },\n            {\n              \"id\": 139,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_Stack.js\",\n              \"name\": \"./node_modules/lodash/_Stack.js\",\n              \"profile\": {\n                \"factory\": 41,\n                \"building\": 34\n              }\n            },\n            {\n              \"id\": 63,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_ListCache.js\",\n              \"name\": \"./node_modules/lodash/_ListCache.js\",\n              \"profile\": {\n                \"factory\": 41,\n                \"building\": 20,\n                \"dependencies\": 0\n              }\n            },\n            {\n              \"id\": 199,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_listCacheDelete.js\",\n              \"name\": \"./node_modules/lodash/_listCacheDelete.js\",\n              \"profile\": {\n                \"factory\": 21,\n                \"building\": 38,\n                \"dependencies\": 42\n              }\n            }\n          ],\n          \"profile\": {\n            \"factory\": 42,\n            \"building\": 21,\n            \"dependencies\": 0\n          },\n          \"failed\": false,\n          \"errors\": 0,\n          \"warnings\": 0,\n          \"assets\": [],\n          \"reasons\": [\n            {\n              \"moduleId\": 199,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_listCacheDelete.js\",\n              \"module\": \"./node_modules/lodash/_listCacheDelete.js\",\n              \"moduleName\": \"./node_modules/lodash/_listCacheDelete.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"./_assocIndexOf\",\n              \"loc\": \"1:19-45\"\n            },\n            {\n              \"moduleId\": 200,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_listCacheGet.js\",\n              \"module\": \"./node_modules/lodash/_listCacheGet.js\",\n              \"moduleName\": \"./node_modules/lodash/_listCacheGet.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"./_assocIndexOf\",\n              \"loc\": \"1:19-45\"\n            },\n            {\n              \"moduleId\": 201,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_listCacheHas.js\",\n              \"module\": \"./node_modules/lodash/_listCacheHas.js\",\n              \"moduleName\": \"./node_modules/lodash/_listCacheHas.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"./_assocIndexOf\",\n              \"loc\": \"1:19-45\"\n            },\n            {\n              \"moduleId\": 202,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_listCacheSet.js\",\n              \"module\": \"./node_modules/lodash/_listCacheSet.js\",\n              \"moduleName\": \"./node_modules/lodash/_listCacheSet.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"./_assocIndexOf\",\n              \"loc\": \"1:19-45\"\n            }\n          ],\n          \"usedExports\": true,\n          \"providedExports\": null,\n          \"optimizationBailout\": [\n            \"ModuleConcatenation bailout: Module is not an ECMAScript module\"\n          ],\n          \"depth\": 9,\n          \"source\": \"var eq = require('./eq');\\n\\n/**\\n * Gets the index at which the `key` is found in `array` of key-value pairs.\\n *\\n * @private\\n * @param {Array} array The array to inspect.\\n * @param {*} key The key to search for.\\n * @returns {number} Returns the index of the matched value, else `-1`.\\n */\\nfunction assocIndexOf(array, key) {\\n  var length = array.length;\\n  while (length--) {\\n    if (eq(array[length][0], key)) {\\n      return length;\\n    }\\n  }\\n  return -1;\\n}\\n\\nmodule.exports = assocIndexOf;\\n\"\n        },\n        {\n          \"id\": 65,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_nativeCreate.js\",\n          \"name\": \"./node_modules/lodash/_nativeCreate.js\",\n          \"index\": 81,\n          \"index2\": 69,\n          \"size\": 187,\n          \"cacheable\": true,\n          \"built\": true,\n          \"optional\": false,\n          \"prefetched\": false,\n          \"chunks\": [\n            2\n          ],\n          \"issuer\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_hashClear.js\",\n          \"issuerId\": 210,\n          \"issuerName\": \"./node_modules/lodash/_hashClear.js\",\n          \"issuerPath\": [\n            {\n              \"id\": 191,\n              \"identifier\": \"multi /Users/jarred/Code/styleurl/webpack/customPublicPath /Users/jarred/Code/styleurl/chrome/extension/background\",\n              \"name\": \"multi ./webpack/customPublicPath ./chrome/extension/background\",\n              \"profile\": {\n                \"factory\": 0,\n                \"building\": 0,\n                \"dependencies\": 54\n              }\n            },\n            {\n              \"id\": 192,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/background.js\",\n              \"name\": \"./chrome/extension/background.js\",\n              \"profile\": {\n                \"factory\": 54,\n                \"building\": 639,\n                \"dependencies\": 140\n              }\n            },\n            {\n              \"id\": 193,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/findIndex.js\",\n              \"name\": \"./node_modules/lodash/findIndex.js\",\n              \"profile\": {\n                \"factory\": 140,\n                \"building\": 568,\n                \"dependencies\": 1\n              }\n            },\n            {\n              \"id\": 195,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_baseIteratee.js\",\n              \"name\": \"./node_modules/lodash/_baseIteratee.js\",\n              \"profile\": {\n                \"factory\": 245,\n                \"building\": 75,\n                \"dependencies\": 1\n              }\n            },\n            {\n              \"id\": 196,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_baseMatches.js\",\n              \"name\": \"./node_modules/lodash/_baseMatches.js\",\n              \"profile\": {\n                \"factory\": 82,\n                \"building\": 104,\n                \"dependencies\": 78\n              }\n            },\n            {\n              \"id\": 197,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_baseIsMatch.js\",\n              \"name\": \"./node_modules/lodash/_baseIsMatch.js\",\n              \"profile\": {\n                \"factory\": 78,\n                \"building\": 19,\n                \"dependencies\": 1\n              }\n            },\n            {\n              \"id\": 139,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_Stack.js\",\n              \"name\": \"./node_modules/lodash/_Stack.js\",\n              \"profile\": {\n                \"factory\": 41,\n                \"building\": 34\n              }\n            },\n            {\n              \"id\": 207,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_stackSet.js\",\n              \"name\": \"./node_modules/lodash/_stackSet.js\",\n              \"profile\": {\n                \"factory\": 41,\n                \"building\": 20,\n                \"dependencies\": 0\n              }\n            },\n            {\n              \"id\": 93,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_MapCache.js\",\n              \"name\": \"./node_modules/lodash/_MapCache.js\",\n              \"profile\": {\n                \"factory\": 19,\n                \"building\": 39\n              }\n            },\n            {\n              \"id\": 208,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_mapCacheClear.js\",\n              \"name\": \"./node_modules/lodash/_mapCacheClear.js\",\n              \"profile\": {\n                \"factory\": 41,\n                \"building\": 23,\n                \"dependencies\": 94\n              }\n            },\n            {\n              \"id\": 209,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_Hash.js\",\n              \"name\": \"./node_modules/lodash/_Hash.js\",\n              \"profile\": {\n                \"factory\": 95,\n                \"building\": 24\n              }\n            },\n            {\n              \"id\": 210,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_hashClear.js\",\n              \"name\": \"./node_modules/lodash/_hashClear.js\",\n              \"profile\": {\n                \"factory\": 13,\n                \"building\": 30,\n                \"dependencies\": 80\n              }\n            }\n          ],\n          \"profile\": {\n            \"factory\": 80,\n            \"building\": 9,\n            \"dependencies\": 0\n          },\n          \"failed\": false,\n          \"errors\": 0,\n          \"warnings\": 0,\n          \"assets\": [],\n          \"reasons\": [\n            {\n              \"moduleId\": 210,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_hashClear.js\",\n              \"module\": \"./node_modules/lodash/_hashClear.js\",\n              \"moduleName\": \"./node_modules/lodash/_hashClear.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"./_nativeCreate\",\n              \"loc\": \"1:19-45\"\n            },\n            {\n              \"moduleId\": 212,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_hashGet.js\",\n              \"module\": \"./node_modules/lodash/_hashGet.js\",\n              \"moduleName\": \"./node_modules/lodash/_hashGet.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"./_nativeCreate\",\n              \"loc\": \"1:19-45\"\n            },\n            {\n              \"moduleId\": 213,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_hashHas.js\",\n              \"module\": \"./node_modules/lodash/_hashHas.js\",\n              \"moduleName\": \"./node_modules/lodash/_hashHas.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"./_nativeCreate\",\n              \"loc\": \"1:19-45\"\n            },\n            {\n              \"moduleId\": 214,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_hashSet.js\",\n              \"module\": \"./node_modules/lodash/_hashSet.js\",\n              \"moduleName\": \"./node_modules/lodash/_hashSet.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"./_nativeCreate\",\n              \"loc\": \"1:19-45\"\n            }\n          ],\n          \"usedExports\": true,\n          \"providedExports\": null,\n          \"optimizationBailout\": [\n            \"ModuleConcatenation bailout: Module is not an ECMAScript module\"\n          ],\n          \"depth\": 12,\n          \"source\": \"var getNative = require('./_getNative');\\n\\n/* Built-in method references that are verified to be native. */\\nvar nativeCreate = getNative(Object, 'create');\\n\\nmodule.exports = nativeCreate;\\n\"\n        },\n        {\n          \"id\": 66,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_getMapData.js\",\n          \"name\": \"./node_modules/lodash/_getMapData.js\",\n          \"index\": 87,\n          \"index2\": 78,\n          \"size\": 400,\n          \"cacheable\": true,\n          \"built\": true,\n          \"optional\": false,\n          \"prefetched\": false,\n          \"chunks\": [\n            2\n          ],\n          \"issuer\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_mapCacheDelete.js\",\n          \"issuerId\": 215,\n          \"issuerName\": \"./node_modules/lodash/_mapCacheDelete.js\",\n          \"issuerPath\": [\n            {\n              \"id\": 191,\n              \"identifier\": \"multi /Users/jarred/Code/styleurl/webpack/customPublicPath /Users/jarred/Code/styleurl/chrome/extension/background\",\n              \"name\": \"multi ./webpack/customPublicPath ./chrome/extension/background\",\n              \"profile\": {\n                \"factory\": 0,\n                \"building\": 0,\n                \"dependencies\": 54\n              }\n            },\n            {\n              \"id\": 192,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/background.js\",\n              \"name\": \"./chrome/extension/background.js\",\n              \"profile\": {\n                \"factory\": 54,\n                \"building\": 639,\n                \"dependencies\": 140\n              }\n            },\n            {\n              \"id\": 193,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/findIndex.js\",\n              \"name\": \"./node_modules/lodash/findIndex.js\",\n              \"profile\": {\n                \"factory\": 140,\n                \"building\": 568,\n                \"dependencies\": 1\n              }\n            },\n            {\n              \"id\": 195,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_baseIteratee.js\",\n              \"name\": \"./node_modules/lodash/_baseIteratee.js\",\n              \"profile\": {\n                \"factory\": 245,\n                \"building\": 75,\n                \"dependencies\": 1\n              }\n            },\n            {\n              \"id\": 196,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_baseMatches.js\",\n              \"name\": \"./node_modules/lodash/_baseMatches.js\",\n              \"profile\": {\n                \"factory\": 82,\n                \"building\": 104,\n                \"dependencies\": 78\n              }\n            },\n            {\n              \"id\": 197,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_baseIsMatch.js\",\n              \"name\": \"./node_modules/lodash/_baseIsMatch.js\",\n              \"profile\": {\n                \"factory\": 78,\n                \"building\": 19,\n                \"dependencies\": 1\n              }\n            },\n            {\n              \"id\": 139,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_Stack.js\",\n              \"name\": \"./node_modules/lodash/_Stack.js\",\n              \"profile\": {\n                \"factory\": 41,\n                \"building\": 34\n              }\n            },\n            {\n              \"id\": 207,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_stackSet.js\",\n              \"name\": \"./node_modules/lodash/_stackSet.js\",\n              \"profile\": {\n                \"factory\": 41,\n                \"building\": 20,\n                \"dependencies\": 0\n              }\n            },\n            {\n              \"id\": 93,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_MapCache.js\",\n              \"name\": \"./node_modules/lodash/_MapCache.js\",\n              \"profile\": {\n                \"factory\": 19,\n                \"building\": 39\n              }\n            },\n            {\n              \"id\": 215,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_mapCacheDelete.js\",\n              \"name\": \"./node_modules/lodash/_mapCacheDelete.js\",\n              \"profile\": {\n                \"factory\": 41,\n                \"building\": 23,\n                \"dependencies\": 94\n              }\n            }\n          ],\n          \"profile\": {\n            \"factory\": 94,\n            \"building\": 24\n          },\n          \"failed\": false,\n          \"errors\": 0,\n          \"warnings\": 0,\n          \"assets\": [],\n          \"reasons\": [\n            {\n              \"moduleId\": 215,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_mapCacheDelete.js\",\n              \"module\": \"./node_modules/lodash/_mapCacheDelete.js\",\n              \"moduleName\": \"./node_modules/lodash/_mapCacheDelete.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"./_getMapData\",\n              \"loc\": \"1:17-41\"\n            },\n            {\n              \"moduleId\": 217,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_mapCacheGet.js\",\n              \"module\": \"./node_modules/lodash/_mapCacheGet.js\",\n              \"moduleName\": \"./node_modules/lodash/_mapCacheGet.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"./_getMapData\",\n              \"loc\": \"1:17-41\"\n            },\n            {\n              \"moduleId\": 218,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_mapCacheHas.js\",\n              \"module\": \"./node_modules/lodash/_mapCacheHas.js\",\n              \"moduleName\": \"./node_modules/lodash/_mapCacheHas.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"./_getMapData\",\n              \"loc\": \"1:17-41\"\n            },\n            {\n              \"moduleId\": 219,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_mapCacheSet.js\",\n              \"module\": \"./node_modules/lodash/_mapCacheSet.js\",\n              \"moduleName\": \"./node_modules/lodash/_mapCacheSet.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"./_getMapData\",\n              \"loc\": \"1:17-41\"\n            }\n          ],\n          \"usedExports\": true,\n          \"providedExports\": null,\n          \"optimizationBailout\": [\n            \"ModuleConcatenation bailout: Module is not an ECMAScript module\"\n          ],\n          \"depth\": 10,\n          \"source\": \"var isKeyable = require('./_isKeyable');\\n\\n/**\\n * Gets the data for `map`.\\n *\\n * @private\\n * @param {Object} map The map to query.\\n * @param {string} key The reference key.\\n * @returns {*} Returns the map data.\\n */\\nfunction getMapData(map, key) {\\n  var data = map.__data__;\\n  return isKeyable(key)\\n    ? data[typeof key == 'string' ? 'string' : 'hash']\\n    : data.map;\\n}\\n\\nmodule.exports = getMapData;\\n\"\n        },\n        {\n          \"id\": 67,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/isSymbol.js\",\n          \"name\": \"./node_modules/lodash/isSymbol.js\",\n          \"index\": 145,\n          \"index2\": 136,\n          \"size\": 682,\n          \"cacheable\": true,\n          \"built\": true,\n          \"optional\": false,\n          \"prefetched\": false,\n          \"chunks\": [\n            2\n          ],\n          \"issuer\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_isKey.js\",\n          \"issuerId\": 100,\n          \"issuerName\": \"./node_modules/lodash/_isKey.js\",\n          \"issuerPath\": [\n            {\n              \"id\": 191,\n              \"identifier\": \"multi /Users/jarred/Code/styleurl/webpack/customPublicPath /Users/jarred/Code/styleurl/chrome/extension/background\",\n              \"name\": \"multi ./webpack/customPublicPath ./chrome/extension/background\",\n              \"profile\": {\n                \"factory\": 0,\n                \"building\": 0,\n                \"dependencies\": 54\n              }\n            },\n            {\n              \"id\": 192,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/background.js\",\n              \"name\": \"./chrome/extension/background.js\",\n              \"profile\": {\n                \"factory\": 54,\n                \"building\": 639,\n                \"dependencies\": 140\n              }\n            },\n            {\n              \"id\": 193,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/findIndex.js\",\n              \"name\": \"./node_modules/lodash/findIndex.js\",\n              \"profile\": {\n                \"factory\": 140,\n                \"building\": 568,\n                \"dependencies\": 1\n              }\n            },\n            {\n              \"id\": 195,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_baseIteratee.js\",\n              \"name\": \"./node_modules/lodash/_baseIteratee.js\",\n              \"profile\": {\n                \"factory\": 245,\n                \"building\": 75,\n                \"dependencies\": 1\n              }\n            },\n            {\n              \"id\": 237,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_baseMatchesProperty.js\",\n              \"name\": \"./node_modules/lodash/_baseMatchesProperty.js\",\n              \"profile\": {\n                \"factory\": 82,\n                \"building\": 104,\n                \"dependencies\": 78\n              }\n            },\n            {\n              \"id\": 100,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_isKey.js\",\n              \"name\": \"./node_modules/lodash/_isKey.js\",\n              \"profile\": {\n                \"factory\": 78,\n                \"building\": 20,\n                \"dependencies\": 38\n              }\n            }\n          ],\n          \"profile\": {\n            \"factory\": 38,\n            \"building\": 36,\n            \"dependencies\": 0\n          },\n          \"failed\": false,\n          \"errors\": 0,\n          \"warnings\": 0,\n          \"assets\": [],\n          \"reasons\": [\n            {\n              \"moduleId\": 68,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_toKey.js\",\n              \"module\": \"./node_modules/lodash/_toKey.js\",\n              \"moduleName\": \"./node_modules/lodash/_toKey.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"./isSymbol\",\n              \"loc\": \"1:15-36\"\n            },\n            {\n              \"moduleId\": 100,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_isKey.js\",\n              \"module\": \"./node_modules/lodash/_isKey.js\",\n              \"moduleName\": \"./node_modules/lodash/_isKey.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"./isSymbol\",\n              \"loc\": \"2:15-36\"\n            },\n            {\n              \"moduleId\": 243,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_baseToString.js\",\n              \"module\": \"./node_modules/lodash/_baseToString.js\",\n              \"moduleName\": \"./node_modules/lodash/_baseToString.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"./isSymbol\",\n              \"loc\": \"4:15-36\"\n            },\n            {\n              \"moduleId\": 252,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/toNumber.js\",\n              \"module\": \"./node_modules/lodash/toNumber.js\",\n              \"moduleName\": \"./node_modules/lodash/toNumber.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"./isSymbol\",\n              \"loc\": \"2:15-36\"\n            }\n          ],\n          \"usedExports\": true,\n          \"providedExports\": null,\n          \"optimizationBailout\": [\n            \"ModuleConcatenation bailout: Module is not an ECMAScript module\"\n          ],\n          \"depth\": 6,\n          \"source\": \"var baseGetTag = require('./_baseGetTag'),\\n    isObjectLike = require('./isObjectLike');\\n\\n/** `Object#toString` result references. */\\nvar symbolTag = '[object Symbol]';\\n\\n/**\\n * Checks if `value` is classified as a `Symbol` primitive or object.\\n *\\n * @static\\n * @memberOf _\\n * @since 4.0.0\\n * @category Lang\\n * @param {*} value The value to check.\\n * @returns {boolean} Returns `true` if `value` is a symbol, else `false`.\\n * @example\\n *\\n * _.isSymbol(Symbol.iterator);\\n * // => true\\n *\\n * _.isSymbol('abc');\\n * // => false\\n */\\nfunction isSymbol(value) {\\n  return typeof value == 'symbol' ||\\n    (isObjectLike(value) && baseGetTag(value) == symbolTag);\\n}\\n\\nmodule.exports = isSymbol;\\n\"\n        },\n        {\n          \"id\": 68,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_toKey.js\",\n          \"name\": \"./node_modules/lodash/_toKey.js\",\n          \"index\": 152,\n          \"index2\": 145,\n          \"size\": 523,\n          \"cacheable\": true,\n          \"built\": true,\n          \"optional\": false,\n          \"prefetched\": false,\n          \"chunks\": [\n            2\n          ],\n          \"issuer\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_baseMatchesProperty.js\",\n          \"issuerId\": 237,\n          \"issuerName\": \"./node_modules/lodash/_baseMatchesProperty.js\",\n          \"issuerPath\": [\n            {\n              \"id\": 191,\n              \"identifier\": \"multi /Users/jarred/Code/styleurl/webpack/customPublicPath /Users/jarred/Code/styleurl/chrome/extension/background\",\n              \"name\": \"multi ./webpack/customPublicPath ./chrome/extension/background\",\n              \"profile\": {\n                \"factory\": 0,\n                \"building\": 0,\n                \"dependencies\": 54\n              }\n            },\n            {\n              \"id\": 192,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/background.js\",\n              \"name\": \"./chrome/extension/background.js\",\n              \"profile\": {\n                \"factory\": 54,\n                \"building\": 639,\n                \"dependencies\": 140\n              }\n            },\n            {\n              \"id\": 193,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/findIndex.js\",\n              \"name\": \"./node_modules/lodash/findIndex.js\",\n              \"profile\": {\n                \"factory\": 140,\n                \"building\": 568,\n                \"dependencies\": 1\n              }\n            },\n            {\n              \"id\": 195,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_baseIteratee.js\",\n              \"name\": \"./node_modules/lodash/_baseIteratee.js\",\n              \"profile\": {\n                \"factory\": 245,\n                \"building\": 75,\n                \"dependencies\": 1\n              }\n            },\n            {\n              \"id\": 237,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_baseMatchesProperty.js\",\n              \"name\": \"./node_modules/lodash/_baseMatchesProperty.js\",\n              \"profile\": {\n                \"factory\": 82,\n                \"building\": 104,\n                \"dependencies\": 78\n              }\n            }\n          ],\n          \"profile\": {\n            \"factory\": 78,\n            \"building\": 20,\n            \"dependencies\": 38\n          },\n          \"failed\": false,\n          \"errors\": 0,\n          \"warnings\": 0,\n          \"assets\": [],\n          \"reasons\": [\n            {\n              \"moduleId\": 145,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_baseGet.js\",\n              \"module\": \"./node_modules/lodash/_baseGet.js\",\n              \"moduleName\": \"./node_modules/lodash/_baseGet.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"./_toKey\",\n              \"loc\": \"2:12-31\"\n            },\n            {\n              \"moduleId\": 237,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_baseMatchesProperty.js\",\n              \"module\": \"./node_modules/lodash/_baseMatchesProperty.js\",\n              \"moduleName\": \"./node_modules/lodash/_baseMatchesProperty.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"./_toKey\",\n              \"loc\": \"7:12-31\"\n            },\n            {\n              \"moduleId\": 246,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_hasPath.js\",\n              \"module\": \"./node_modules/lodash/_hasPath.js\",\n              \"moduleName\": \"./node_modules/lodash/_hasPath.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"./_toKey\",\n              \"loc\": \"6:12-31\"\n            },\n            {\n              \"moduleId\": 247,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/property.js\",\n              \"module\": \"./node_modules/lodash/property.js\",\n              \"moduleName\": \"./node_modules/lodash/property.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"./_toKey\",\n              \"loc\": \"4:12-31\"\n            }\n          ],\n          \"usedExports\": true,\n          \"providedExports\": null,\n          \"optimizationBailout\": [\n            \"ModuleConcatenation bailout: Module is not an ECMAScript module\"\n          ],\n          \"depth\": 5,\n          \"source\": \"var isSymbol = require('./isSymbol');\\n\\n/** Used as references for various `Number` constants. */\\nvar INFINITY = 1 / 0;\\n\\n/**\\n * Converts `value` to a string key if it's not a string or symbol.\\n *\\n * @private\\n * @param {*} value The value to inspect.\\n * @returns {string|symbol} Returns the key.\\n */\\nfunction toKey(value) {\\n  if (typeof value == 'string' || isSymbol(value)) {\\n    return value;\\n  }\\n  var result = (value + '');\\n  return (result == '0' && (1 / value) == -INFINITY) ? '-0' : result;\\n}\\n\\nmodule.exports = toKey;\\n\"\n        },\n        {\n          \"id\": 69,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/memfs/lib/index.js\",\n          \"name\": \"./node_modules/memfs/lib/index.js\",\n          \"index\": 214,\n          \"index2\": 251,\n          \"size\": 1866,\n          \"cacheable\": true,\n          \"built\": true,\n          \"optional\": false,\n          \"prefetched\": false,\n          \"chunks\": [\n            2\n          ],\n          \"issuer\": \"/Users/jarred/Code/styleurl/node_modules/native-css/src/native-css.js\",\n          \"issuerId\": 257,\n          \"issuerName\": \"./node_modules/native-css/src/native-css.js\",\n          \"issuerPath\": [\n            {\n              \"id\": 191,\n              \"identifier\": \"multi /Users/jarred/Code/styleurl/webpack/customPublicPath /Users/jarred/Code/styleurl/chrome/extension/background\",\n              \"name\": \"multi ./webpack/customPublicPath ./chrome/extension/background\",\n              \"profile\": {\n                \"factory\": 0,\n                \"building\": 0,\n                \"dependencies\": 54\n              }\n            },\n            {\n              \"id\": 192,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/background.js\",\n              \"name\": \"./chrome/extension/background.js\",\n              \"profile\": {\n                \"factory\": 54,\n                \"building\": 639,\n                \"dependencies\": 140\n              }\n            },\n            {\n              \"id\": 255,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/stylesheet-differ/lib/index.js\",\n              \"name\": \"./node_modules/stylesheet-differ/lib/index.js\",\n              \"profile\": {\n                \"factory\": 140,\n                \"building\": 568,\n                \"dependencies\": 1\n              }\n            },\n            {\n              \"id\": 256,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/native-css/index.js\",\n              \"name\": \"./node_modules/native-css/index.js\",\n              \"profile\": {\n                \"factory\": 189,\n                \"building\": 603,\n                \"dependencies\": 1\n              }\n            },\n            {\n              \"id\": 257,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/native-css/src/native-css.js\",\n              \"name\": \"./node_modules/native-css/src/native-css.js\",\n              \"profile\": {\n                \"factory\": 26,\n                \"building\": 63,\n                \"dependencies\": 14\n              }\n            }\n          ],\n          \"profile\": {\n            \"factory\": 117,\n            \"building\": 25,\n            \"dependencies\": 27\n          },\n          \"failed\": false,\n          \"errors\": 0,\n          \"warnings\": 0,\n          \"assets\": [],\n          \"reasons\": [\n            {\n              \"moduleId\": 257,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/native-css/src/native-css.js\",\n              \"module\": \"./node_modules/native-css/src/native-css.js\",\n              \"moduleName\": \"./node_modules/native-css/src/native-css.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"fs\",\n              \"loc\": \"95:11-24\"\n            },\n            {\n              \"moduleId\": 257,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/native-css/src/native-css.js\",\n              \"module\": \"./node_modules/native-css/src/native-css.js\",\n              \"moduleName\": \"./node_modules/native-css/src/native-css.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"fs\",\n              \"loc\": \"126:7-20\"\n            },\n            {\n              \"moduleId\": 259,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/native-css/lib/index.js\",\n              \"module\": \"./node_modules/native-css/lib/index.js\",\n              \"moduleName\": \"./node_modules/native-css/lib/index.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"fs\",\n              \"loc\": \"1:9-22\"\n            },\n            {\n              \"moduleId\": 285,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/css/lib/stringify/source-map-support.js\",\n              \"module\": \"./node_modules/css/lib/stringify/source-map-support.js\",\n              \"moduleName\": \"./node_modules/css/lib/stringify/source-map-support.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"fs\",\n              \"loc\": \"10:9-22\"\n            }\n          ],\n          \"usedExports\": true,\n          \"providedExports\": null,\n          \"optimizationBailout\": [\n            \"ModuleConcatenation bailout: Module is not an ECMAScript module\"\n          ],\n          \"depth\": 5,\n          \"source\": \"\\\"use strict\\\";\\nvar __assign = (this && this.__assign) || Object.assign || function(t) {\\n    for (var s, i = 1, n = arguments.length; i < n; i++) {\\n        s = arguments[i];\\n        for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p))\\n            t[p] = s[p];\\n    }\\n    return t;\\n};\\nObject.defineProperty(exports, \\\"__esModule\\\", { value: true });\\nvar node_1 = require(\\\"./node\\\");\\nvar volume_1 = require(\\\"./volume\\\");\\nvar _a = require('fs-monkey/lib/util/lists'), fsSyncMethods = _a.fsSyncMethods, fsAsyncMethods = _a.fsAsyncMethods;\\nvar constants_1 = require(\\\"./constants\\\");\\nvar F_OK = constants_1.constants.F_OK, R_OK = constants_1.constants.R_OK, W_OK = constants_1.constants.W_OK, X_OK = constants_1.constants.X_OK;\\nexports.Volume = volume_1.Volume;\\n// Default volume.\\nexports.vol = new volume_1.Volume;\\nfunction createFsFromVolume(vol) {\\n    var fs = { F_OK: F_OK, R_OK: R_OK, W_OK: W_OK, X_OK: X_OK, constants: constants_1.constants, Stats: node_1.Stats };\\n    // Bind FS methods.\\n    for (var _i = 0, fsSyncMethods_1 = fsSyncMethods; _i < fsSyncMethods_1.length; _i++) {\\n        var method = fsSyncMethods_1[_i];\\n        if (typeof vol[method] === 'function')\\n            fs[method] = vol[method].bind(vol);\\n    }\\n    for (var _a = 0, fsAsyncMethods_1 = fsAsyncMethods; _a < fsAsyncMethods_1.length; _a++) {\\n        var method = fsAsyncMethods_1[_a];\\n        if (typeof vol[method] === 'function')\\n            fs[method] = vol[method].bind(vol);\\n    }\\n    fs.StatWatcher = vol.StatWatcher;\\n    fs.FSWatcher = vol.FSWatcher;\\n    fs.WriteStream = vol.WriteStream;\\n    fs.ReadStream = vol.ReadStream;\\n    fs._toUnixTimestamp = volume_1.toUnixTimestamp;\\n    return fs;\\n}\\nexports.createFsFromVolume = createFsFromVolume;\\nexports.fs = createFsFromVolume(exports.vol);\\nmodule.exports = __assign({}, module.exports, exports.fs);\\nmodule.exports.semantic = true;\\n\"\n        },\n        {\n          \"id\": 70,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/path-browserify/index.js\",\n          \"name\": \"./node_modules/path-browserify/index.js\",\n          \"index\": 221,\n          \"index2\": 213,\n          \"size\": 6185,\n          \"cacheable\": true,\n          \"built\": true,\n          \"optional\": false,\n          \"prefetched\": false,\n          \"chunks\": [\n            2\n          ],\n          \"issuer\": \"/Users/jarred/Code/styleurl/node_modules/memfs/lib/volume.js\",\n          \"issuerId\": 260,\n          \"issuerName\": \"./node_modules/memfs/lib/volume.js\",\n          \"issuerPath\": [\n            {\n              \"id\": 191,\n              \"identifier\": \"multi /Users/jarred/Code/styleurl/webpack/customPublicPath /Users/jarred/Code/styleurl/chrome/extension/background\",\n              \"name\": \"multi ./webpack/customPublicPath ./chrome/extension/background\",\n              \"profile\": {\n                \"factory\": 0,\n                \"building\": 0,\n                \"dependencies\": 54\n              }\n            },\n            {\n              \"id\": 192,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/background.js\",\n              \"name\": \"./chrome/extension/background.js\",\n              \"profile\": {\n                \"factory\": 54,\n                \"building\": 639,\n                \"dependencies\": 140\n              }\n            },\n            {\n              \"id\": 255,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/stylesheet-differ/lib/index.js\",\n              \"name\": \"./node_modules/stylesheet-differ/lib/index.js\",\n              \"profile\": {\n                \"factory\": 140,\n                \"building\": 568,\n                \"dependencies\": 1\n              }\n            },\n            {\n              \"id\": 256,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/native-css/index.js\",\n              \"name\": \"./node_modules/native-css/index.js\",\n              \"profile\": {\n                \"factory\": 189,\n                \"building\": 603,\n                \"dependencies\": 1\n              }\n            },\n            {\n              \"id\": 257,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/native-css/src/native-css.js\",\n              \"name\": \"./node_modules/native-css/src/native-css.js\",\n              \"profile\": {\n                \"factory\": 26,\n                \"building\": 63,\n                \"dependencies\": 14\n              }\n            },\n            {\n              \"id\": 69,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/memfs/lib/index.js\",\n              \"name\": \"./node_modules/memfs/lib/index.js\",\n              \"profile\": {\n                \"factory\": 117,\n                \"building\": 25,\n                \"dependencies\": 27\n              }\n            },\n            {\n              \"id\": 260,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/memfs/lib/volume.js\",\n              \"name\": \"./node_modules/memfs/lib/volume.js\",\n              \"profile\": {\n                \"factory\": 51,\n                \"building\": 84,\n                \"dependencies\": 2\n              }\n            }\n          ],\n          \"profile\": {\n            \"factory\": 133,\n            \"building\": 20,\n            \"dependencies\": 1\n          },\n          \"failed\": false,\n          \"errors\": 0,\n          \"warnings\": 0,\n          \"assets\": [],\n          \"reasons\": [\n            {\n              \"moduleId\": 260,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/memfs/lib/volume.js\",\n              \"module\": \"./node_modules/memfs/lib/volume.js\",\n              \"moduleName\": \"./node_modules/memfs/lib/volume.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"path\",\n              \"loc\": \"13:13-28\"\n            },\n            {\n              \"moduleId\": 260,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/memfs/lib/volume.js\",\n              \"module\": \"./node_modules/memfs/lib/volume.js\",\n              \"moduleName\": \"./node_modules/memfs/lib/volume.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"path\",\n              \"loc\": \"14:17-32\"\n            },\n            {\n              \"moduleId\": 285,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/css/lib/stringify/source-map-support.js\",\n              \"module\": \"./node_modules/css/lib/stringify/source-map-support.js\",\n              \"moduleName\": \"./node_modules/css/lib/stringify/source-map-support.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"path\",\n              \"loc\": \"11:11-26\"\n            },\n            {\n              \"moduleId\": 292,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/urix/index.js\",\n              \"module\": \"./node_modules/urix/index.js\",\n              \"moduleName\": \"./node_modules/urix/index.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"path\",\n              \"loc\": \"4:11-26\"\n            }\n          ],\n          \"usedExports\": true,\n          \"providedExports\": null,\n          \"optimizationBailout\": [\n            \"ModuleConcatenation bailout: Module is not an ECMAScript module\"\n          ],\n          \"depth\": 7,\n          \"source\": \"// Copyright Joyent, Inc. and other Node contributors.\\n//\\n// Permission is hereby granted, free of charge, to any person obtaining a\\n// copy of this software and associated documentation files (the\\n// \\\"Software\\\"), to deal in the Software without restriction, including\\n// without limitation the rights to use, copy, modify, merge, publish,\\n// distribute, sublicense, and/or sell copies of the Software, and to permit\\n// persons to whom the Software is furnished to do so, subject to the\\n// following conditions:\\n//\\n// The above copyright notice and this permission notice shall be included\\n// in all copies or substantial portions of the Software.\\n//\\n// THE SOFTWARE IS PROVIDED \\\"AS IS\\\", WITHOUT WARRANTY OF ANY KIND, EXPRESS\\n// OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\\n// MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN\\n// NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM,\\n// DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR\\n// OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE\\n// USE OR OTHER DEALINGS IN THE SOFTWARE.\\n\\n// resolves . and .. elements in a path array with directory names there\\n// must be no slashes, empty elements, or device names (c:\\\\) in the array\\n// (so also no leading and trailing slashes - it does not distinguish\\n// relative and absolute paths)\\nfunction normalizeArray(parts, allowAboveRoot) {\\n  // if the path tries to go above the root, `up` ends up > 0\\n  var up = 0;\\n  for (var i = parts.length - 1; i >= 0; i--) {\\n    var last = parts[i];\\n    if (last === '.') {\\n      parts.splice(i, 1);\\n    } else if (last === '..') {\\n      parts.splice(i, 1);\\n      up++;\\n    } else if (up) {\\n      parts.splice(i, 1);\\n      up--;\\n    }\\n  }\\n\\n  // if the path is allowed to go above the root, restore leading ..s\\n  if (allowAboveRoot) {\\n    for (; up--; up) {\\n      parts.unshift('..');\\n    }\\n  }\\n\\n  return parts;\\n}\\n\\n// Split a filename into [root, dir, basename, ext], unix version\\n// 'root' is just a slash, or nothing.\\nvar splitPathRe =\\n    /^(\\\\/?|)([\\\\s\\\\S]*?)((?:\\\\.{1,2}|[^\\\\/]+?|)(\\\\.[^.\\\\/]*|))(?:[\\\\/]*)$/;\\nvar splitPath = function(filename) {\\n  return splitPathRe.exec(filename).slice(1);\\n};\\n\\n// path.resolve([from ...], to)\\n// posix version\\nexports.resolve = function() {\\n  var resolvedPath = '',\\n      resolvedAbsolute = false;\\n\\n  for (var i = arguments.length - 1; i >= -1 && !resolvedAbsolute; i--) {\\n    var path = (i >= 0) ? arguments[i] : process.cwd();\\n\\n    // Skip empty and invalid entries\\n    if (typeof path !== 'string') {\\n      throw new TypeError('Arguments to path.resolve must be strings');\\n    } else if (!path) {\\n      continue;\\n    }\\n\\n    resolvedPath = path + '/' + resolvedPath;\\n    resolvedAbsolute = path.charAt(0) === '/';\\n  }\\n\\n  // At this point the path should be resolved to a full absolute path, but\\n  // handle relative paths to be safe (might happen when process.cwd() fails)\\n\\n  // Normalize the path\\n  resolvedPath = normalizeArray(filter(resolvedPath.split('/'), function(p) {\\n    return !!p;\\n  }), !resolvedAbsolute).join('/');\\n\\n  return ((resolvedAbsolute ? '/' : '') + resolvedPath) || '.';\\n};\\n\\n// path.normalize(path)\\n// posix version\\nexports.normalize = function(path) {\\n  var isAbsolute = exports.isAbsolute(path),\\n      trailingSlash = substr(path, -1) === '/';\\n\\n  // Normalize the path\\n  path = normalizeArray(filter(path.split('/'), function(p) {\\n    return !!p;\\n  }), !isAbsolute).join('/');\\n\\n  if (!path && !isAbsolute) {\\n    path = '.';\\n  }\\n  if (path && trailingSlash) {\\n    path += '/';\\n  }\\n\\n  return (isAbsolute ? '/' : '') + path;\\n};\\n\\n// posix version\\nexports.isAbsolute = function(path) {\\n  return path.charAt(0) === '/';\\n};\\n\\n// posix version\\nexports.join = function() {\\n  var paths = Array.prototype.slice.call(arguments, 0);\\n  return exports.normalize(filter(paths, function(p, index) {\\n    if (typeof p !== 'string') {\\n      throw new TypeError('Arguments to path.join must be strings');\\n    }\\n    return p;\\n  }).join('/'));\\n};\\n\\n\\n// path.relative(from, to)\\n// posix version\\nexports.relative = function(from, to) {\\n  from = exports.resolve(from).substr(1);\\n  to = exports.resolve(to).substr(1);\\n\\n  function trim(arr) {\\n    var start = 0;\\n    for (; start < arr.length; start++) {\\n      if (arr[start] !== '') break;\\n    }\\n\\n    var end = arr.length - 1;\\n    for (; end >= 0; end--) {\\n      if (arr[end] !== '') break;\\n    }\\n\\n    if (start > end) return [];\\n    return arr.slice(start, end - start + 1);\\n  }\\n\\n  var fromParts = trim(from.split('/'));\\n  var toParts = trim(to.split('/'));\\n\\n  var length = Math.min(fromParts.length, toParts.length);\\n  var samePartsLength = length;\\n  for (var i = 0; i < length; i++) {\\n    if (fromParts[i] !== toParts[i]) {\\n      samePartsLength = i;\\n      break;\\n    }\\n  }\\n\\n  var outputParts = [];\\n  for (var i = samePartsLength; i < fromParts.length; i++) {\\n    outputParts.push('..');\\n  }\\n\\n  outputParts = outputParts.concat(toParts.slice(samePartsLength));\\n\\n  return outputParts.join('/');\\n};\\n\\nexports.sep = '/';\\nexports.delimiter = ':';\\n\\nexports.dirname = function(path) {\\n  var result = splitPath(path),\\n      root = result[0],\\n      dir = result[1];\\n\\n  if (!root && !dir) {\\n    // No dirname whatsoever\\n    return '.';\\n  }\\n\\n  if (dir) {\\n    // It has a dirname, strip trailing slash\\n    dir = dir.substr(0, dir.length - 1);\\n  }\\n\\n  return root + dir;\\n};\\n\\n\\nexports.basename = function(path, ext) {\\n  var f = splitPath(path)[2];\\n  // TODO: make this comparison case-insensitive on windows?\\n  if (ext && f.substr(-1 * ext.length) === ext) {\\n    f = f.substr(0, f.length - ext.length);\\n  }\\n  return f;\\n};\\n\\n\\nexports.extname = function(path) {\\n  return splitPath(path)[3];\\n};\\n\\nfunction filter (xs, f) {\\n    if (xs.filter) return xs.filter(f);\\n    var res = [];\\n    for (var i = 0; i < xs.length; i++) {\\n        if (f(xs[i], i, xs)) res.push(xs[i]);\\n    }\\n    return res;\\n}\\n\\n// String.prototype.substr - negative index don't work in IE8\\nvar substr = 'ab'.substr(-1) === 'b'\\n    ? function (str, start, len) { return str.substr(start, len) }\\n    : function (str, start, len) {\\n        if (start < 0) start = str.length + start;\\n        return str.substr(start, len);\\n    }\\n;\\n\"\n        },\n        {\n          \"id\": 71,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/safe-buffer/index.js\",\n          \"name\": \"./node_modules/safe-buffer/index.js\",\n          \"index\": 243,\n          \"index2\": 231,\n          \"size\": 1529,\n          \"cacheable\": true,\n          \"built\": true,\n          \"optional\": false,\n          \"prefetched\": false,\n          \"chunks\": [\n            2\n          ],\n          \"issuer\": \"/Users/jarred/Code/styleurl/node_modules/string_decoder/lib/string_decoder.js\",\n          \"issuerId\": 60,\n          \"issuerName\": \"./node_modules/string_decoder/lib/string_decoder.js\",\n          \"issuerPath\": [\n            {\n              \"id\": 191,\n              \"identifier\": \"multi /Users/jarred/Code/styleurl/webpack/customPublicPath /Users/jarred/Code/styleurl/chrome/extension/background\",\n              \"name\": \"multi ./webpack/customPublicPath ./chrome/extension/background\",\n              \"profile\": {\n                \"factory\": 0,\n                \"building\": 0,\n                \"dependencies\": 54\n              }\n            },\n            {\n              \"id\": 192,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/background.js\",\n              \"name\": \"./chrome/extension/background.js\",\n              \"profile\": {\n                \"factory\": 54,\n                \"building\": 639,\n                \"dependencies\": 140\n              }\n            },\n            {\n              \"id\": 255,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/stylesheet-differ/lib/index.js\",\n              \"name\": \"./node_modules/stylesheet-differ/lib/index.js\",\n              \"profile\": {\n                \"factory\": 140,\n                \"building\": 568,\n                \"dependencies\": 1\n              }\n            },\n            {\n              \"id\": 256,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/native-css/index.js\",\n              \"name\": \"./node_modules/native-css/index.js\",\n              \"profile\": {\n                \"factory\": 189,\n                \"building\": 603,\n                \"dependencies\": 1\n              }\n            },\n            {\n              \"id\": 257,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/native-css/src/native-css.js\",\n              \"name\": \"./node_modules/native-css/src/native-css.js\",\n              \"profile\": {\n                \"factory\": 26,\n                \"building\": 63,\n                \"dependencies\": 14\n              }\n            },\n            {\n              \"id\": 293,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/fetch/lib/fetch.js\",\n              \"name\": \"./node_modules/fetch/lib/fetch.js\",\n              \"profile\": {\n                \"factory\": 117,\n                \"building\": 25,\n                \"dependencies\": 27\n              }\n            },\n            {\n              \"id\": 39,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/stream-browserify/index.js\",\n              \"name\": \"./node_modules/stream-browserify/index.js\",\n              \"profile\": {\n                \"factory\": 66,\n                \"building\": 38,\n                \"dependencies\": 20\n              }\n            },\n            {\n              \"id\": 132,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/readable-stream/readable-browser.js\",\n              \"name\": \"./node_modules/readable-stream/readable-browser.js\",\n              \"profile\": {\n                \"factory\": 83,\n                \"building\": 31,\n                \"dependencies\": 33\n              }\n            },\n            {\n              \"id\": 151,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/readable-stream/lib/_stream_readable.js\",\n              \"name\": \"./node_modules/readable-stream/lib/_stream_readable.js\",\n              \"profile\": {\n                \"factory\": 30,\n                \"building\": 90,\n                \"dependencies\": 58\n              }\n            },\n            {\n              \"id\": 60,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/string_decoder/lib/string_decoder.js\",\n              \"name\": \"./node_modules/string_decoder/lib/string_decoder.js\",\n              \"profile\": {\n                \"factory\": 43,\n                \"building\": 28,\n                \"dependencies\": 10\n              }\n            }\n          ],\n          \"profile\": {\n            \"factory\": 92,\n            \"building\": 23,\n            \"dependencies\": 0\n          },\n          \"failed\": false,\n          \"errors\": 0,\n          \"warnings\": 0,\n          \"assets\": [],\n          \"reasons\": [\n            {\n              \"moduleId\": 60,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/string_decoder/lib/string_decoder.js\",\n              \"module\": \"./node_modules/string_decoder/lib/string_decoder.js\",\n              \"moduleName\": \"./node_modules/string_decoder/lib/string_decoder.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"safe-buffer\",\n              \"loc\": \"3:13-35\"\n            },\n            {\n              \"moduleId\": 161,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/stream-http/node_modules/readable-stream/lib/_stream_readable.js\",\n              \"module\": \"./node_modules/stream-http/node_modules/readable-stream/lib/_stream_readable.js\",\n              \"moduleName\": \"./node_modules/stream-http/node_modules/readable-stream/lib/_stream_readable.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"safe-buffer\",\n              \"loc\": \"56:13-35\"\n            },\n            {\n              \"moduleId\": 164,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/stream-http/node_modules/readable-stream/lib/_stream_writable.js\",\n              \"module\": \"./node_modules/stream-http/node_modules/readable-stream/lib/_stream_writable.js\",\n              \"moduleName\": \"./node_modules/stream-http/node_modules/readable-stream/lib/_stream_writable.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"safe-buffer\",\n              \"loc\": \"82:13-35\"\n            },\n            {\n              \"moduleId\": 296,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/stream-http/node_modules/readable-stream/lib/internal/streams/BufferList.js\",\n              \"module\": \"./node_modules/stream-http/node_modules/readable-stream/lib/internal/streams/BufferList.js\",\n              \"moduleName\": \"./node_modules/stream-http/node_modules/readable-stream/lib/internal/streams/BufferList.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"safe-buffer\",\n              \"loc\": \"7:13-35\"\n            }\n          ],\n          \"usedExports\": true,\n          \"providedExports\": null,\n          \"optimizationBailout\": [\n            \"ModuleConcatenation bailout: Module is not an ECMAScript module\"\n          ],\n          \"depth\": 10,\n          \"source\": \"/* eslint-disable node/no-deprecated-api */\\nvar buffer = require('buffer')\\nvar Buffer = buffer.Buffer\\n\\n// alternative to using Object.keys for old browsers\\nfunction copyProps (src, dst) {\\n  for (var key in src) {\\n    dst[key] = src[key]\\n  }\\n}\\nif (Buffer.from && Buffer.alloc && Buffer.allocUnsafe && Buffer.allocUnsafeSlow) {\\n  module.exports = buffer\\n} else {\\n  // Copy properties from require('buffer')\\n  copyProps(buffer, exports)\\n  exports.Buffer = SafeBuffer\\n}\\n\\nfunction SafeBuffer (arg, encodingOrOffset, length) {\\n  return Buffer(arg, encodingOrOffset, length)\\n}\\n\\n// Copy static methods from Buffer\\ncopyProps(Buffer, SafeBuffer)\\n\\nSafeBuffer.from = function (arg, encodingOrOffset, length) {\\n  if (typeof arg === 'number') {\\n    throw new TypeError('Argument must not be a number')\\n  }\\n  return Buffer(arg, encodingOrOffset, length)\\n}\\n\\nSafeBuffer.alloc = function (size, fill, encoding) {\\n  if (typeof size !== 'number') {\\n    throw new TypeError('Argument must be a number')\\n  }\\n  var buf = Buffer(size)\\n  if (fill !== undefined) {\\n    if (typeof encoding === 'string') {\\n      buf.fill(fill, encoding)\\n    } else {\\n      buf.fill(fill)\\n    }\\n  } else {\\n    buf.fill(0)\\n  }\\n  return buf\\n}\\n\\nSafeBuffer.allocUnsafe = function (size) {\\n  if (typeof size !== 'number') {\\n    throw new TypeError('Argument must be a number')\\n  }\\n  return Buffer(size)\\n}\\n\\nSafeBuffer.allocUnsafeSlow = function (size) {\\n  if (typeof size !== 'number') {\\n    throw new TypeError('Argument must be a number')\\n  }\\n  return buffer.SlowBuffer(size)\\n}\\n\"\n        },\n        {\n          \"id\": 72,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/pako/lib/utils/common.js\",\n          \"name\": \"./node_modules/pako/lib/utils/common.js\",\n          \"index\": 298,\n          \"index2\": 289,\n          \"size\": 2444,\n          \"cacheable\": true,\n          \"built\": true,\n          \"optional\": false,\n          \"prefetched\": false,\n          \"chunks\": [\n            2\n          ],\n          \"issuer\": \"/Users/jarred/Code/styleurl/node_modules/pako/lib/zlib/inflate.js\",\n          \"issuerId\": 308,\n          \"issuerName\": \"./node_modules/pako/lib/zlib/inflate.js\",\n          \"issuerPath\": [\n            {\n              \"id\": 191,\n              \"identifier\": \"multi /Users/jarred/Code/styleurl/webpack/customPublicPath /Users/jarred/Code/styleurl/chrome/extension/background\",\n              \"name\": \"multi ./webpack/customPublicPath ./chrome/extension/background\",\n              \"profile\": {\n                \"factory\": 0,\n                \"building\": 0,\n                \"dependencies\": 54\n              }\n            },\n            {\n              \"id\": 192,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/background.js\",\n              \"name\": \"./chrome/extension/background.js\",\n              \"profile\": {\n                \"factory\": 54,\n                \"building\": 639,\n                \"dependencies\": 140\n              }\n            },\n            {\n              \"id\": 255,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/stylesheet-differ/lib/index.js\",\n              \"name\": \"./node_modules/stylesheet-differ/lib/index.js\",\n              \"profile\": {\n                \"factory\": 140,\n                \"building\": 568,\n                \"dependencies\": 1\n              }\n            },\n            {\n              \"id\": 256,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/native-css/index.js\",\n              \"name\": \"./node_modules/native-css/index.js\",\n              \"profile\": {\n                \"factory\": 189,\n                \"building\": 603,\n                \"dependencies\": 1\n              }\n            },\n            {\n              \"id\": 257,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/native-css/src/native-css.js\",\n              \"name\": \"./node_modules/native-css/src/native-css.js\",\n              \"profile\": {\n                \"factory\": 26,\n                \"building\": 63,\n                \"dependencies\": 14\n              }\n            },\n            {\n              \"id\": 293,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/fetch/lib/fetch.js\",\n              \"name\": \"./node_modules/fetch/lib/fetch.js\",\n              \"profile\": {\n                \"factory\": 117,\n                \"building\": 25,\n                \"dependencies\": 27\n              }\n            },\n            {\n              \"id\": 302,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/browserify-zlib/lib/index.js\",\n              \"name\": \"./node_modules/browserify-zlib/lib/index.js\",\n              \"profile\": {\n                \"factory\": 66,\n                \"building\": 38,\n                \"dependencies\": 20\n              }\n            },\n            {\n              \"id\": 303,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/browserify-zlib/lib/binding.js\",\n              \"name\": \"./node_modules/browserify-zlib/lib/binding.js\",\n              \"profile\": {\n                \"factory\": 46,\n                \"building\": 33,\n                \"dependencies\": 1\n              }\n            },\n            {\n              \"id\": 308,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/pako/lib/zlib/inflate.js\",\n              \"name\": \"./node_modules/pako/lib/zlib/inflate.js\",\n              \"profile\": {\n                \"factory\": 116,\n                \"building\": 47,\n                \"dependencies\": 38\n              }\n            }\n          ],\n          \"profile\": {\n            \"factory\": 51,\n            \"building\": 57,\n            \"dependencies\": 0\n          },\n          \"failed\": false,\n          \"errors\": 0,\n          \"warnings\": 0,\n          \"assets\": [],\n          \"reasons\": [\n            {\n              \"moduleId\": 305,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/pako/lib/zlib/deflate.js\",\n              \"module\": \"./node_modules/pako/lib/zlib/deflate.js\",\n              \"moduleName\": \"./node_modules/pako/lib/zlib/deflate.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"../utils/common\",\n              \"loc\": \"22:14-40\"\n            },\n            {\n              \"moduleId\": 306,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/pako/lib/zlib/trees.js\",\n              \"module\": \"./node_modules/pako/lib/zlib/trees.js\",\n              \"moduleName\": \"./node_modules/pako/lib/zlib/trees.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"../utils/common\",\n              \"loc\": \"22:12-38\"\n            },\n            {\n              \"moduleId\": 308,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/pako/lib/zlib/inflate.js\",\n              \"module\": \"./node_modules/pako/lib/zlib/inflate.js\",\n              \"moduleName\": \"./node_modules/pako/lib/zlib/inflate.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"../utils/common\",\n              \"loc\": \"22:20-46\"\n            },\n            {\n              \"moduleId\": 310,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/pako/lib/zlib/inftrees.js\",\n              \"module\": \"./node_modules/pako/lib/zlib/inftrees.js\",\n              \"moduleName\": \"./node_modules/pako/lib/zlib/inftrees.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"../utils/common\",\n              \"loc\": \"22:12-38\"\n            }\n          ],\n          \"usedExports\": true,\n          \"providedExports\": null,\n          \"optimizationBailout\": [\n            \"ModuleConcatenation bailout: Module is not an ECMAScript module\"\n          ],\n          \"depth\": 9,\n          \"source\": \"'use strict';\\n\\n\\nvar TYPED_OK =  (typeof Uint8Array !== 'undefined') &&\\n                (typeof Uint16Array !== 'undefined') &&\\n                (typeof Int32Array !== 'undefined');\\n\\nfunction _has(obj, key) {\\n  return Object.prototype.hasOwnProperty.call(obj, key);\\n}\\n\\nexports.assign = function (obj /*from1, from2, from3, ...*/) {\\n  var sources = Array.prototype.slice.call(arguments, 1);\\n  while (sources.length) {\\n    var source = sources.shift();\\n    if (!source) { continue; }\\n\\n    if (typeof source !== 'object') {\\n      throw new TypeError(source + 'must be non-object');\\n    }\\n\\n    for (var p in source) {\\n      if (_has(source, p)) {\\n        obj[p] = source[p];\\n      }\\n    }\\n  }\\n\\n  return obj;\\n};\\n\\n\\n// reduce buffer size, avoiding mem copy\\nexports.shrinkBuf = function (buf, size) {\\n  if (buf.length === size) { return buf; }\\n  if (buf.subarray) { return buf.subarray(0, size); }\\n  buf.length = size;\\n  return buf;\\n};\\n\\n\\nvar fnTyped = {\\n  arraySet: function (dest, src, src_offs, len, dest_offs) {\\n    if (src.subarray && dest.subarray) {\\n      dest.set(src.subarray(src_offs, src_offs + len), dest_offs);\\n      return;\\n    }\\n    // Fallback to ordinary array\\n    for (var i = 0; i < len; i++) {\\n      dest[dest_offs + i] = src[src_offs + i];\\n    }\\n  },\\n  // Join array of chunks to single array.\\n  flattenChunks: function (chunks) {\\n    var i, l, len, pos, chunk, result;\\n\\n    // calculate data length\\n    len = 0;\\n    for (i = 0, l = chunks.length; i < l; i++) {\\n      len += chunks[i].length;\\n    }\\n\\n    // join chunks\\n    result = new Uint8Array(len);\\n    pos = 0;\\n    for (i = 0, l = chunks.length; i < l; i++) {\\n      chunk = chunks[i];\\n      result.set(chunk, pos);\\n      pos += chunk.length;\\n    }\\n\\n    return result;\\n  }\\n};\\n\\nvar fnUntyped = {\\n  arraySet: function (dest, src, src_offs, len, dest_offs) {\\n    for (var i = 0; i < len; i++) {\\n      dest[dest_offs + i] = src[src_offs + i];\\n    }\\n  },\\n  // Join array of chunks to single array.\\n  flattenChunks: function (chunks) {\\n    return [].concat.apply([], chunks);\\n  }\\n};\\n\\n\\n// Enable/Disable typed arrays use, for testing\\n//\\nexports.setTyped = function (on) {\\n  if (on) {\\n    exports.Buf8  = Uint8Array;\\n    exports.Buf16 = Uint16Array;\\n    exports.Buf32 = Int32Array;\\n    exports.assign(exports, fnTyped);\\n  } else {\\n    exports.Buf8  = Array;\\n    exports.Buf16 = Array;\\n    exports.Buf32 = Array;\\n    exports.assign(exports, fnUntyped);\\n  }\\n};\\n\\nexports.setTyped(TYPED_OK);\\n\"\n        },\n        {\n          \"id\": 89,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_baseIsNative.js\",\n          \"name\": \"./node_modules/lodash/_baseIsNative.js\",\n          \"index\": 64,\n          \"index2\": 65,\n          \"size\": 1417,\n          \"cacheable\": true,\n          \"built\": true,\n          \"optional\": false,\n          \"prefetched\": false,\n          \"chunks\": [\n            2,\n            3\n          ],\n          \"issuer\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_getNative.js\",\n          \"issuerId\": 12,\n          \"issuerName\": \"./node_modules/lodash/_getNative.js\",\n          \"issuerPath\": [\n            {\n              \"id\": 342,\n              \"identifier\": \"multi /Users/jarred/Code/styleurl/webpack/customPublicPath /Users/jarred/Code/styleurl/chrome/extension/devtools\",\n              \"name\": \"multi ./webpack/customPublicPath ./chrome/extension/devtools\",\n              \"profile\": {\n                \"factory\": 0,\n                \"building\": 0,\n                \"dependencies\": 54\n              }\n            },\n            {\n              \"id\": 343,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/devtools.js\",\n              \"name\": \"./chrome/extension/devtools.js\",\n              \"profile\": {\n                \"factory\": 55,\n                \"building\": 548\n              }\n            },\n            {\n              \"id\": 345,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/isEmpty.js\",\n              \"name\": \"./node_modules/lodash/isEmpty.js\",\n              \"profile\": {\n                \"factory\": 230,\n                \"building\": 567,\n                \"dependencies\": 245\n              }\n            },\n            {\n              \"id\": 95,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_getTag.js\",\n              \"name\": \"./node_modules/lodash/_getTag.js\",\n              \"profile\": {\n                \"factory\": 247,\n                \"building\": 72,\n                \"dependencies\": 1\n              }\n            },\n            {\n              \"id\": 96,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_DataView.js\",\n              \"name\": \"./node_modules/lodash/_DataView.js\",\n              \"profile\": {\n                \"factory\": 89,\n                \"building\": 98,\n                \"dependencies\": 85\n              }\n            },\n            {\n              \"id\": 12,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_getNative.js\",\n              \"name\": \"./node_modules/lodash/_getNative.js\",\n              \"profile\": {\n                \"factory\": 85,\n                \"building\": 16\n              }\n            }\n          ],\n          \"profile\": {\n            \"factory\": 43,\n            \"building\": 35,\n            \"dependencies\": 0\n          },\n          \"failed\": false,\n          \"errors\": 0,\n          \"warnings\": 0,\n          \"assets\": [],\n          \"reasons\": [\n            {\n              \"moduleId\": 12,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_getNative.js\",\n              \"module\": \"./node_modules/lodash/_getNative.js\",\n              \"moduleName\": \"./node_modules/lodash/_getNative.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"./_baseIsNative\",\n              \"loc\": \"1:19-45\"\n            }\n          ],\n          \"usedExports\": true,\n          \"providedExports\": null,\n          \"optimizationBailout\": [\n            \"ModuleConcatenation bailout: Module is not an ECMAScript module\"\n          ],\n          \"depth\": 6,\n          \"source\": \"var isFunction = require('./isFunction'),\\n    isMasked = require('./_isMasked'),\\n    isObject = require('./isObject'),\\n    toSource = require('./_toSource');\\n\\n/**\\n * Used to match `RegExp`\\n * [syntax characters](http://ecma-international.org/ecma-262/7.0/#sec-patterns).\\n */\\nvar reRegExpChar = /[\\\\\\\\^$.*+?()[\\\\]{}|]/g;\\n\\n/** Used to detect host constructors (Safari). */\\nvar reIsHostCtor = /^\\\\[object .+?Constructor\\\\]$/;\\n\\n/** Used for built-in method references. */\\nvar funcProto = Function.prototype,\\n    objectProto = Object.prototype;\\n\\n/** Used to resolve the decompiled source of functions. */\\nvar funcToString = funcProto.toString;\\n\\n/** Used to check objects for own properties. */\\nvar hasOwnProperty = objectProto.hasOwnProperty;\\n\\n/** Used to detect if a method is native. */\\nvar reIsNative = RegExp('^' +\\n  funcToString.call(hasOwnProperty).replace(reRegExpChar, '\\\\\\\\$&')\\n  .replace(/hasOwnProperty|(function).*?(?=\\\\\\\\\\\\()| for .+?(?=\\\\\\\\\\\\])/g, '$1.*?') + '$'\\n);\\n\\n/**\\n * The base implementation of `_.isNative` without bad shim checks.\\n *\\n * @private\\n * @param {*} value The value to check.\\n * @returns {boolean} Returns `true` if `value` is a native function,\\n *  else `false`.\\n */\\nfunction baseIsNative(value) {\\n  if (!isObject(value) || isMasked(value)) {\\n    return false;\\n  }\\n  var pattern = isFunction(value) ? reIsNative : reIsHostCtor;\\n  return pattern.test(toSource(value));\\n}\\n\\nmodule.exports = baseIsNative;\\n\"\n        },\n        {\n          \"id\": 90,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_isMasked.js\",\n          \"name\": \"./node_modules/lodash/_isMasked.js\",\n          \"index\": 73,\n          \"index2\": 63,\n          \"size\": 564,\n          \"cacheable\": true,\n          \"built\": true,\n          \"optional\": false,\n          \"prefetched\": false,\n          \"chunks\": [\n            2,\n            3\n          ],\n          \"issuer\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_baseIsNative.js\",\n          \"issuerId\": 89,\n          \"issuerName\": \"./node_modules/lodash/_baseIsNative.js\",\n          \"issuerPath\": [\n            {\n              \"id\": 342,\n              \"identifier\": \"multi /Users/jarred/Code/styleurl/webpack/customPublicPath /Users/jarred/Code/styleurl/chrome/extension/devtools\",\n              \"name\": \"multi ./webpack/customPublicPath ./chrome/extension/devtools\",\n              \"profile\": {\n                \"factory\": 0,\n                \"building\": 0,\n                \"dependencies\": 54\n              }\n            },\n            {\n              \"id\": 343,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/devtools.js\",\n              \"name\": \"./chrome/extension/devtools.js\",\n              \"profile\": {\n                \"factory\": 55,\n                \"building\": 548\n              }\n            },\n            {\n              \"id\": 345,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/isEmpty.js\",\n              \"name\": \"./node_modules/lodash/isEmpty.js\",\n              \"profile\": {\n                \"factory\": 230,\n                \"building\": 567,\n                \"dependencies\": 245\n              }\n            },\n            {\n              \"id\": 95,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_getTag.js\",\n              \"name\": \"./node_modules/lodash/_getTag.js\",\n              \"profile\": {\n                \"factory\": 247,\n                \"building\": 72,\n                \"dependencies\": 1\n              }\n            },\n            {\n              \"id\": 96,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_DataView.js\",\n              \"name\": \"./node_modules/lodash/_DataView.js\",\n              \"profile\": {\n                \"factory\": 89,\n                \"building\": 98,\n                \"dependencies\": 85\n              }\n            },\n            {\n              \"id\": 12,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_getNative.js\",\n              \"name\": \"./node_modules/lodash/_getNative.js\",\n              \"profile\": {\n                \"factory\": 85,\n                \"building\": 16\n              }\n            },\n            {\n              \"id\": 89,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_baseIsNative.js\",\n              \"name\": \"./node_modules/lodash/_baseIsNative.js\",\n              \"profile\": {\n                \"factory\": 43,\n                \"building\": 35,\n                \"dependencies\": 0\n              }\n            }\n          ],\n          \"profile\": {\n            \"factory\": 41,\n            \"building\": 16\n          },\n          \"failed\": false,\n          \"errors\": 0,\n          \"warnings\": 0,\n          \"assets\": [],\n          \"reasons\": [\n            {\n              \"moduleId\": 89,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_baseIsNative.js\",\n              \"module\": \"./node_modules/lodash/_baseIsNative.js\",\n              \"moduleName\": \"./node_modules/lodash/_baseIsNative.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"./_isMasked\",\n              \"loc\": \"2:15-37\"\n            }\n          ],\n          \"usedExports\": true,\n          \"providedExports\": null,\n          \"optimizationBailout\": [\n            \"ModuleConcatenation bailout: Module is not an ECMAScript module\"\n          ],\n          \"depth\": 7,\n          \"source\": \"var coreJsData = require('./_coreJsData');\\n\\n/** Used to detect methods masquerading as native. */\\nvar maskSrcKey = (function() {\\n  var uid = /[^.]+$/.exec(coreJsData && coreJsData.keys && coreJsData.keys.IE_PROTO || '');\\n  return uid ? ('Symbol(src)_1.' + uid) : '';\\n}());\\n\\n/**\\n * Checks if `func` has its source masked.\\n *\\n * @private\\n * @param {Function} func The function to check.\\n * @returns {boolean} Returns `true` if `func` is masked, else `false`.\\n */\\nfunction isMasked(func) {\\n  return !!maskSrcKey && (maskSrcKey in func);\\n}\\n\\nmodule.exports = isMasked;\\n\"\n        },\n        {\n          \"id\": 91,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_coreJsData.js\",\n          \"name\": \"./node_modules/lodash/_coreJsData.js\",\n          \"index\": 74,\n          \"index2\": 62,\n          \"size\": 157,\n          \"cacheable\": true,\n          \"built\": true,\n          \"optional\": false,\n          \"prefetched\": false,\n          \"chunks\": [\n            2,\n            3\n          ],\n          \"issuer\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_isMasked.js\",\n          \"issuerId\": 90,\n          \"issuerName\": \"./node_modules/lodash/_isMasked.js\",\n          \"issuerPath\": [\n            {\n              \"id\": 342,\n              \"identifier\": \"multi /Users/jarred/Code/styleurl/webpack/customPublicPath /Users/jarred/Code/styleurl/chrome/extension/devtools\",\n              \"name\": \"multi ./webpack/customPublicPath ./chrome/extension/devtools\",\n              \"profile\": {\n                \"factory\": 0,\n                \"building\": 0,\n                \"dependencies\": 54\n              }\n            },\n            {\n              \"id\": 343,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/devtools.js\",\n              \"name\": \"./chrome/extension/devtools.js\",\n              \"profile\": {\n                \"factory\": 55,\n                \"building\": 548\n              }\n            },\n            {\n              \"id\": 345,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/isEmpty.js\",\n              \"name\": \"./node_modules/lodash/isEmpty.js\",\n              \"profile\": {\n                \"factory\": 230,\n                \"building\": 567,\n                \"dependencies\": 245\n              }\n            },\n            {\n              \"id\": 95,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_getTag.js\",\n              \"name\": \"./node_modules/lodash/_getTag.js\",\n              \"profile\": {\n                \"factory\": 247,\n                \"building\": 72,\n                \"dependencies\": 1\n              }\n            },\n            {\n              \"id\": 96,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_DataView.js\",\n              \"name\": \"./node_modules/lodash/_DataView.js\",\n              \"profile\": {\n                \"factory\": 89,\n                \"building\": 98,\n                \"dependencies\": 85\n              }\n            },\n            {\n              \"id\": 12,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_getNative.js\",\n              \"name\": \"./node_modules/lodash/_getNative.js\",\n              \"profile\": {\n                \"factory\": 85,\n                \"building\": 16\n              }\n            },\n            {\n              \"id\": 89,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_baseIsNative.js\",\n              \"name\": \"./node_modules/lodash/_baseIsNative.js\",\n              \"profile\": {\n                \"factory\": 43,\n                \"building\": 35,\n                \"dependencies\": 0\n              }\n            },\n            {\n              \"id\": 90,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_isMasked.js\",\n              \"name\": \"./node_modules/lodash/_isMasked.js\",\n              \"profile\": {\n                \"factory\": 41,\n                \"building\": 16\n              }\n            }\n          ],\n          \"profile\": {\n            \"factory\": 22,\n            \"building\": 37,\n            \"dependencies\": 0\n          },\n          \"failed\": false,\n          \"errors\": 0,\n          \"warnings\": 0,\n          \"assets\": [],\n          \"reasons\": [\n            {\n              \"moduleId\": 90,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_isMasked.js\",\n              \"module\": \"./node_modules/lodash/_isMasked.js\",\n              \"moduleName\": \"./node_modules/lodash/_isMasked.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"./_coreJsData\",\n              \"loc\": \"1:17-41\"\n            }\n          ],\n          \"usedExports\": true,\n          \"providedExports\": null,\n          \"optimizationBailout\": [\n            \"ModuleConcatenation bailout: Module is not an ECMAScript module\"\n          ],\n          \"depth\": 8,\n          \"source\": \"var root = require('./_root');\\n\\n/** Used to detect overreaching core-js shims. */\\nvar coreJsData = root['__core-js_shared__'];\\n\\nmodule.exports = coreJsData;\\n\"\n        },\n        {\n          \"id\": 92,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_getValue.js\",\n          \"name\": \"./node_modules/lodash/_getValue.js\",\n          \"index\": 76,\n          \"index2\": 66,\n          \"size\": 325,\n          \"cacheable\": true,\n          \"built\": true,\n          \"optional\": false,\n          \"prefetched\": false,\n          \"chunks\": [\n            2,\n            3\n          ],\n          \"issuer\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_getNative.js\",\n          \"issuerId\": 12,\n          \"issuerName\": \"./node_modules/lodash/_getNative.js\",\n          \"issuerPath\": [\n            {\n              \"id\": 342,\n              \"identifier\": \"multi /Users/jarred/Code/styleurl/webpack/customPublicPath /Users/jarred/Code/styleurl/chrome/extension/devtools\",\n              \"name\": \"multi ./webpack/customPublicPath ./chrome/extension/devtools\",\n              \"profile\": {\n                \"factory\": 0,\n                \"building\": 0,\n                \"dependencies\": 54\n              }\n            },\n            {\n              \"id\": 343,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/devtools.js\",\n              \"name\": \"./chrome/extension/devtools.js\",\n              \"profile\": {\n                \"factory\": 55,\n                \"building\": 548\n              }\n            },\n            {\n              \"id\": 345,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/isEmpty.js\",\n              \"name\": \"./node_modules/lodash/isEmpty.js\",\n              \"profile\": {\n                \"factory\": 230,\n                \"building\": 567,\n                \"dependencies\": 245\n              }\n            },\n            {\n              \"id\": 95,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_getTag.js\",\n              \"name\": \"./node_modules/lodash/_getTag.js\",\n              \"profile\": {\n                \"factory\": 247,\n                \"building\": 72,\n                \"dependencies\": 1\n              }\n            },\n            {\n              \"id\": 96,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_DataView.js\",\n              \"name\": \"./node_modules/lodash/_DataView.js\",\n              \"profile\": {\n                \"factory\": 89,\n                \"building\": 98,\n                \"dependencies\": 85\n              }\n            },\n            {\n              \"id\": 12,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_getNative.js\",\n              \"name\": \"./node_modules/lodash/_getNative.js\",\n              \"profile\": {\n                \"factory\": 85,\n                \"building\": 16\n              }\n            }\n          ],\n          \"profile\": {\n            \"factory\": 43,\n            \"building\": 35,\n            \"dependencies\": 0\n          },\n          \"failed\": false,\n          \"errors\": 0,\n          \"warnings\": 0,\n          \"assets\": [],\n          \"reasons\": [\n            {\n              \"moduleId\": 12,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_getNative.js\",\n              \"module\": \"./node_modules/lodash/_getNative.js\",\n              \"moduleName\": \"./node_modules/lodash/_getNative.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"./_getValue\",\n              \"loc\": \"2:15-37\"\n            }\n          ],\n          \"usedExports\": true,\n          \"providedExports\": null,\n          \"optimizationBailout\": [\n            \"ModuleConcatenation bailout: Module is not an ECMAScript module\"\n          ],\n          \"depth\": 6,\n          \"source\": \"/**\\n * Gets the value at `key` of `object`.\\n *\\n * @private\\n * @param {Object} [object] The object to query.\\n * @param {string} key The key of the property to get.\\n * @returns {*} Returns the property value.\\n */\\nfunction getValue(object, key) {\\n  return object == null ? undefined : object[key];\\n}\\n\\nmodule.exports = getValue;\\n\"\n        },\n        {\n          \"id\": 93,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_MapCache.js\",\n          \"name\": \"./node_modules/lodash/_MapCache.js\",\n          \"index\": 77,\n          \"index2\": 83,\n          \"size\": 869,\n          \"cacheable\": true,\n          \"built\": true,\n          \"optional\": false,\n          \"prefetched\": false,\n          \"chunks\": [\n            2\n          ],\n          \"issuer\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_stackSet.js\",\n          \"issuerId\": 207,\n          \"issuerName\": \"./node_modules/lodash/_stackSet.js\",\n          \"issuerPath\": [\n            {\n              \"id\": 191,\n              \"identifier\": \"multi /Users/jarred/Code/styleurl/webpack/customPublicPath /Users/jarred/Code/styleurl/chrome/extension/background\",\n              \"name\": \"multi ./webpack/customPublicPath ./chrome/extension/background\",\n              \"profile\": {\n                \"factory\": 0,\n                \"building\": 0,\n                \"dependencies\": 54\n              }\n            },\n            {\n              \"id\": 192,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/background.js\",\n              \"name\": \"./chrome/extension/background.js\",\n              \"profile\": {\n                \"factory\": 54,\n                \"building\": 639,\n                \"dependencies\": 140\n              }\n            },\n            {\n              \"id\": 193,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/findIndex.js\",\n              \"name\": \"./node_modules/lodash/findIndex.js\",\n              \"profile\": {\n                \"factory\": 140,\n                \"building\": 568,\n                \"dependencies\": 1\n              }\n            },\n            {\n              \"id\": 195,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_baseIteratee.js\",\n              \"name\": \"./node_modules/lodash/_baseIteratee.js\",\n              \"profile\": {\n                \"factory\": 245,\n                \"building\": 75,\n                \"dependencies\": 1\n              }\n            },\n            {\n              \"id\": 196,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_baseMatches.js\",\n              \"name\": \"./node_modules/lodash/_baseMatches.js\",\n              \"profile\": {\n                \"factory\": 82,\n                \"building\": 104,\n                \"dependencies\": 78\n              }\n            },\n            {\n              \"id\": 197,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_baseIsMatch.js\",\n              \"name\": \"./node_modules/lodash/_baseIsMatch.js\",\n              \"profile\": {\n                \"factory\": 78,\n                \"building\": 19,\n                \"dependencies\": 1\n              }\n            },\n            {\n              \"id\": 139,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_Stack.js\",\n              \"name\": \"./node_modules/lodash/_Stack.js\",\n              \"profile\": {\n                \"factory\": 41,\n                \"building\": 34\n              }\n            },\n            {\n              \"id\": 207,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_stackSet.js\",\n              \"name\": \"./node_modules/lodash/_stackSet.js\",\n              \"profile\": {\n                \"factory\": 41,\n                \"building\": 20,\n                \"dependencies\": 0\n              }\n            }\n          ],\n          \"profile\": {\n            \"factory\": 19,\n            \"building\": 39\n          },\n          \"failed\": false,\n          \"errors\": 0,\n          \"warnings\": 0,\n          \"assets\": [],\n          \"reasons\": [\n            {\n              \"moduleId\": 207,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_stackSet.js\",\n              \"module\": \"./node_modules/lodash/_stackSet.js\",\n              \"moduleName\": \"./node_modules/lodash/_stackSet.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"./_MapCache\",\n              \"loc\": \"3:15-37\"\n            },\n            {\n              \"moduleId\": 221,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_SetCache.js\",\n              \"module\": \"./node_modules/lodash/_SetCache.js\",\n              \"moduleName\": \"./node_modules/lodash/_SetCache.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"./_MapCache\",\n              \"loc\": \"1:15-37\"\n            },\n            {\n              \"moduleId\": 241,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/memoize.js\",\n              \"module\": \"./node_modules/lodash/memoize.js\",\n              \"moduleName\": \"./node_modules/lodash/memoize.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"./_MapCache\",\n              \"loc\": \"1:15-37\"\n            }\n          ],\n          \"usedExports\": true,\n          \"providedExports\": null,\n          \"optimizationBailout\": [\n            \"ModuleConcatenation bailout: Module is not an ECMAScript module\"\n          ],\n          \"depth\": 8,\n          \"source\": \"var mapCacheClear = require('./_mapCacheClear'),\\n    mapCacheDelete = require('./_mapCacheDelete'),\\n    mapCacheGet = require('./_mapCacheGet'),\\n    mapCacheHas = require('./_mapCacheHas'),\\n    mapCacheSet = require('./_mapCacheSet');\\n\\n/**\\n * Creates a map cache object to store key-value pairs.\\n *\\n * @private\\n * @constructor\\n * @param {Array} [entries] The key-value pairs to cache.\\n */\\nfunction MapCache(entries) {\\n  var index = -1,\\n      length = entries == null ? 0 : entries.length;\\n\\n  this.clear();\\n  while (++index < length) {\\n    var entry = entries[index];\\n    this.set(entry[0], entry[1]);\\n  }\\n}\\n\\n// Add methods to `MapCache`.\\nMapCache.prototype.clear = mapCacheClear;\\nMapCache.prototype['delete'] = mapCacheDelete;\\nMapCache.prototype.get = mapCacheGet;\\nMapCache.prototype.has = mapCacheHas;\\nMapCache.prototype.set = mapCacheSet;\\n\\nmodule.exports = MapCache;\\n\"\n        },\n        {\n          \"id\": 94,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_arrayPush.js\",\n          \"name\": \"./node_modules/lodash/_arrayPush.js\",\n          \"index\": 107,\n          \"index2\": 96,\n          \"size\": 437,\n          \"cacheable\": true,\n          \"built\": true,\n          \"optional\": false,\n          \"prefetched\": false,\n          \"chunks\": [\n            2,\n            3\n          ],\n          \"issuer\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_baseFlatten.js\",\n          \"issuerId\": 347,\n          \"issuerName\": \"./node_modules/lodash/_baseFlatten.js\",\n          \"issuerPath\": [\n            {\n              \"id\": 342,\n              \"identifier\": \"multi /Users/jarred/Code/styleurl/webpack/customPublicPath /Users/jarred/Code/styleurl/chrome/extension/devtools\",\n              \"name\": \"multi ./webpack/customPublicPath ./chrome/extension/devtools\",\n              \"profile\": {\n                \"factory\": 0,\n                \"building\": 0,\n                \"dependencies\": 54\n              }\n            },\n            {\n              \"id\": 343,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/devtools.js\",\n              \"name\": \"./chrome/extension/devtools.js\",\n              \"profile\": {\n                \"factory\": 55,\n                \"building\": 548\n              }\n            },\n            {\n              \"id\": 346,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/flatten.js\",\n              \"name\": \"./node_modules/lodash/flatten.js\",\n              \"profile\": {\n                \"factory\": 230,\n                \"building\": 567,\n                \"dependencies\": 245\n              }\n            },\n            {\n              \"id\": 347,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_baseFlatten.js\",\n              \"name\": \"./node_modules/lodash/_baseFlatten.js\",\n              \"profile\": {\n                \"factory\": 246,\n                \"building\": 73\n              }\n            }\n          ],\n          \"profile\": {\n            \"factory\": 84,\n            \"building\": 101,\n            \"dependencies\": 0\n          },\n          \"failed\": false,\n          \"errors\": 0,\n          \"warnings\": 0,\n          \"assets\": [],\n          \"reasons\": [\n            {\n              \"moduleId\": 232,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_baseGetAllKeys.js\",\n              \"module\": \"./node_modules/lodash/_baseGetAllKeys.js\",\n              \"moduleName\": \"./node_modules/lodash/_baseGetAllKeys.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"./_arrayPush\",\n              \"loc\": \"1:16-39\"\n            },\n            {\n              \"moduleId\": 347,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_baseFlatten.js\",\n              \"module\": \"./node_modules/lodash/_baseFlatten.js\",\n              \"moduleName\": \"./node_modules/lodash/_baseFlatten.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"./_arrayPush\",\n              \"loc\": \"1:16-39\"\n            }\n          ],\n          \"usedExports\": true,\n          \"providedExports\": null,\n          \"optimizationBailout\": [\n            \"ModuleConcatenation bailout: Module is not an ECMAScript module\"\n          ],\n          \"depth\": 4,\n          \"source\": \"/**\\n * Appends the elements of `values` to `array`.\\n *\\n * @private\\n * @param {Array} array The array to modify.\\n * @param {Array} values The values to append.\\n * @returns {Array} Returns `array`.\\n */\\nfunction arrayPush(array, values) {\\n  var index = -1,\\n      length = values.length,\\n      offset = array.length;\\n\\n  while (++index < length) {\\n    array[offset + index] = values[index];\\n  }\\n  return array;\\n}\\n\\nmodule.exports = arrayPush;\\n\"\n        },\n        {\n          \"id\": 95,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_getTag.js\",\n          \"name\": \"./node_modules/lodash/_getTag.js\",\n          \"index\": 132,\n          \"index2\": 128,\n          \"size\": 1838,\n          \"cacheable\": true,\n          \"built\": true,\n          \"optional\": false,\n          \"prefetched\": false,\n          \"chunks\": [\n            2,\n            3\n          ],\n          \"issuer\": \"/Users/jarred/Code/styleurl/node_modules/lodash/isEmpty.js\",\n          \"issuerId\": 345,\n          \"issuerName\": \"./node_modules/lodash/isEmpty.js\",\n          \"issuerPath\": [\n            {\n              \"id\": 342,\n              \"identifier\": \"multi /Users/jarred/Code/styleurl/webpack/customPublicPath /Users/jarred/Code/styleurl/chrome/extension/devtools\",\n              \"name\": \"multi ./webpack/customPublicPath ./chrome/extension/devtools\",\n              \"profile\": {\n                \"factory\": 0,\n                \"building\": 0,\n                \"dependencies\": 54\n              }\n            },\n            {\n              \"id\": 343,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/devtools.js\",\n              \"name\": \"./chrome/extension/devtools.js\",\n              \"profile\": {\n                \"factory\": 55,\n                \"building\": 548\n              }\n            },\n            {\n              \"id\": 345,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/isEmpty.js\",\n              \"name\": \"./node_modules/lodash/isEmpty.js\",\n              \"profile\": {\n                \"factory\": 230,\n                \"building\": 567,\n                \"dependencies\": 245\n              }\n            }\n          ],\n          \"profile\": {\n            \"factory\": 247,\n            \"building\": 72,\n            \"dependencies\": 1\n          },\n          \"failed\": false,\n          \"errors\": 0,\n          \"warnings\": 0,\n          \"assets\": [],\n          \"reasons\": [\n            {\n              \"moduleId\": 220,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_baseIsEqualDeep.js\",\n              \"module\": \"./node_modules/lodash/_baseIsEqualDeep.js\",\n              \"moduleName\": \"./node_modules/lodash/_baseIsEqualDeep.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"./_getTag\",\n              \"loc\": \"5:13-33\"\n            },\n            {\n              \"moduleId\": 345,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/isEmpty.js\",\n              \"module\": \"./node_modules/lodash/isEmpty.js\",\n              \"moduleName\": \"./node_modules/lodash/isEmpty.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"./_getTag\",\n              \"loc\": \"2:13-33\"\n            }\n          ],\n          \"usedExports\": true,\n          \"providedExports\": null,\n          \"optimizationBailout\": [\n            \"ModuleConcatenation bailout: Module is not an ECMAScript module\"\n          ],\n          \"depth\": 3,\n          \"source\": \"var DataView = require('./_DataView'),\\n    Map = require('./_Map'),\\n    Promise = require('./_Promise'),\\n    Set = require('./_Set'),\\n    WeakMap = require('./_WeakMap'),\\n    baseGetTag = require('./_baseGetTag'),\\n    toSource = require('./_toSource');\\n\\n/** `Object#toString` result references. */\\nvar mapTag = '[object Map]',\\n    objectTag = '[object Object]',\\n    promiseTag = '[object Promise]',\\n    setTag = '[object Set]',\\n    weakMapTag = '[object WeakMap]';\\n\\nvar dataViewTag = '[object DataView]';\\n\\n/** Used to detect maps, sets, and weakmaps. */\\nvar dataViewCtorString = toSource(DataView),\\n    mapCtorString = toSource(Map),\\n    promiseCtorString = toSource(Promise),\\n    setCtorString = toSource(Set),\\n    weakMapCtorString = toSource(WeakMap);\\n\\n/**\\n * Gets the `toStringTag` of `value`.\\n *\\n * @private\\n * @param {*} value The value to query.\\n * @returns {string} Returns the `toStringTag`.\\n */\\nvar getTag = baseGetTag;\\n\\n// Fallback for data views, maps, sets, and weak maps in IE 11 and promises in Node.js < 6.\\nif ((DataView && getTag(new DataView(new ArrayBuffer(1))) != dataViewTag) ||\\n    (Map && getTag(new Map) != mapTag) ||\\n    (Promise && getTag(Promise.resolve()) != promiseTag) ||\\n    (Set && getTag(new Set) != setTag) ||\\n    (WeakMap && getTag(new WeakMap) != weakMapTag)) {\\n  getTag = function(value) {\\n    var result = baseGetTag(value),\\n        Ctor = result == objectTag ? value.constructor : undefined,\\n        ctorString = Ctor ? toSource(Ctor) : '';\\n\\n    if (ctorString) {\\n      switch (ctorString) {\\n        case dataViewCtorString: return dataViewTag;\\n        case mapCtorString: return mapTag;\\n        case promiseCtorString: return promiseTag;\\n        case setCtorString: return setTag;\\n        case weakMapCtorString: return weakMapTag;\\n      }\\n    }\\n    return result;\\n  };\\n}\\n\\nmodule.exports = getTag;\\n\"\n        },\n        {\n          \"id\": 96,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_DataView.js\",\n          \"name\": \"./node_modules/lodash/_DataView.js\",\n          \"index\": 133,\n          \"index2\": 124,\n          \"size\": 210,\n          \"cacheable\": true,\n          \"built\": true,\n          \"optional\": false,\n          \"prefetched\": false,\n          \"chunks\": [\n            2,\n            3\n          ],\n          \"issuer\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_getTag.js\",\n          \"issuerId\": 95,\n          \"issuerName\": \"./node_modules/lodash/_getTag.js\",\n          \"issuerPath\": [\n            {\n              \"id\": 342,\n              \"identifier\": \"multi /Users/jarred/Code/styleurl/webpack/customPublicPath /Users/jarred/Code/styleurl/chrome/extension/devtools\",\n              \"name\": \"multi ./webpack/customPublicPath ./chrome/extension/devtools\",\n              \"profile\": {\n                \"factory\": 0,\n                \"building\": 0,\n                \"dependencies\": 54\n              }\n            },\n            {\n              \"id\": 343,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/devtools.js\",\n              \"name\": \"./chrome/extension/devtools.js\",\n              \"profile\": {\n                \"factory\": 55,\n                \"building\": 548\n              }\n            },\n            {\n              \"id\": 345,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/isEmpty.js\",\n              \"name\": \"./node_modules/lodash/isEmpty.js\",\n              \"profile\": {\n                \"factory\": 230,\n                \"building\": 567,\n                \"dependencies\": 245\n              }\n            },\n            {\n              \"id\": 95,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_getTag.js\",\n              \"name\": \"./node_modules/lodash/_getTag.js\",\n              \"profile\": {\n                \"factory\": 247,\n                \"building\": 72,\n                \"dependencies\": 1\n              }\n            }\n          ],\n          \"profile\": {\n            \"factory\": 89,\n            \"building\": 98,\n            \"dependencies\": 85\n          },\n          \"failed\": false,\n          \"errors\": 0,\n          \"warnings\": 0,\n          \"assets\": [],\n          \"reasons\": [\n            {\n              \"moduleId\": 95,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_getTag.js\",\n              \"module\": \"./node_modules/lodash/_getTag.js\",\n              \"moduleName\": \"./node_modules/lodash/_getTag.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"./_DataView\",\n              \"loc\": \"1:15-37\"\n            }\n          ],\n          \"usedExports\": true,\n          \"providedExports\": null,\n          \"optimizationBailout\": [\n            \"ModuleConcatenation bailout: Module is not an ECMAScript module\"\n          ],\n          \"depth\": 4,\n          \"source\": \"var getNative = require('./_getNative'),\\n    root = require('./_root');\\n\\n/* Built-in method references that are verified to be native. */\\nvar DataView = getNative(root, 'DataView');\\n\\nmodule.exports = DataView;\\n\"\n        },\n        {\n          \"id\": 97,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_Promise.js\",\n          \"name\": \"./node_modules/lodash/_Promise.js\",\n          \"index\": 134,\n          \"index2\": 125,\n          \"size\": 207,\n          \"cacheable\": true,\n          \"built\": true,\n          \"optional\": false,\n          \"prefetched\": false,\n          \"chunks\": [\n            2,\n            3\n          ],\n          \"issuer\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_getTag.js\",\n          \"issuerId\": 95,\n          \"issuerName\": \"./node_modules/lodash/_getTag.js\",\n          \"issuerPath\": [\n            {\n              \"id\": 342,\n              \"identifier\": \"multi /Users/jarred/Code/styleurl/webpack/customPublicPath /Users/jarred/Code/styleurl/chrome/extension/devtools\",\n              \"name\": \"multi ./webpack/customPublicPath ./chrome/extension/devtools\",\n              \"profile\": {\n                \"factory\": 0,\n                \"building\": 0,\n                \"dependencies\": 54\n              }\n            },\n            {\n              \"id\": 343,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/devtools.js\",\n              \"name\": \"./chrome/extension/devtools.js\",\n              \"profile\": {\n                \"factory\": 55,\n                \"building\": 548\n              }\n            },\n            {\n              \"id\": 345,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/isEmpty.js\",\n              \"name\": \"./node_modules/lodash/isEmpty.js\",\n              \"profile\": {\n                \"factory\": 230,\n                \"building\": 567,\n                \"dependencies\": 245\n              }\n            },\n            {\n              \"id\": 95,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_getTag.js\",\n              \"name\": \"./node_modules/lodash/_getTag.js\",\n              \"profile\": {\n                \"factory\": 247,\n                \"building\": 72,\n                \"dependencies\": 1\n              }\n            }\n          ],\n          \"profile\": {\n            \"factory\": 89,\n            \"building\": 98,\n            \"dependencies\": 85\n          },\n          \"failed\": false,\n          \"errors\": 0,\n          \"warnings\": 0,\n          \"assets\": [],\n          \"reasons\": [\n            {\n              \"moduleId\": 95,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_getTag.js\",\n              \"module\": \"./node_modules/lodash/_getTag.js\",\n              \"moduleName\": \"./node_modules/lodash/_getTag.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"./_Promise\",\n              \"loc\": \"3:14-35\"\n            }\n          ],\n          \"usedExports\": true,\n          \"providedExports\": null,\n          \"optimizationBailout\": [\n            \"ModuleConcatenation bailout: Module is not an ECMAScript module\"\n          ],\n          \"depth\": 4,\n          \"source\": \"var getNative = require('./_getNative'),\\n    root = require('./_root');\\n\\n/* Built-in method references that are verified to be native. */\\nvar Promise = getNative(root, 'Promise');\\n\\nmodule.exports = Promise;\\n\"\n        },\n        {\n          \"id\": 98,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_Set.js\",\n          \"name\": \"./node_modules/lodash/_Set.js\",\n          \"index\": 135,\n          \"index2\": 126,\n          \"size\": 195,\n          \"cacheable\": true,\n          \"built\": true,\n          \"optional\": false,\n          \"prefetched\": false,\n          \"chunks\": [\n            2,\n            3\n          ],\n          \"issuer\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_getTag.js\",\n          \"issuerId\": 95,\n          \"issuerName\": \"./node_modules/lodash/_getTag.js\",\n          \"issuerPath\": [\n            {\n              \"id\": 342,\n              \"identifier\": \"multi /Users/jarred/Code/styleurl/webpack/customPublicPath /Users/jarred/Code/styleurl/chrome/extension/devtools\",\n              \"name\": \"multi ./webpack/customPublicPath ./chrome/extension/devtools\",\n              \"profile\": {\n                \"factory\": 0,\n                \"building\": 0,\n                \"dependencies\": 54\n              }\n            },\n            {\n              \"id\": 343,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/devtools.js\",\n              \"name\": \"./chrome/extension/devtools.js\",\n              \"profile\": {\n                \"factory\": 55,\n                \"building\": 548\n              }\n            },\n            {\n              \"id\": 345,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/isEmpty.js\",\n              \"name\": \"./node_modules/lodash/isEmpty.js\",\n              \"profile\": {\n                \"factory\": 230,\n                \"building\": 567,\n                \"dependencies\": 245\n              }\n            },\n            {\n              \"id\": 95,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_getTag.js\",\n              \"name\": \"./node_modules/lodash/_getTag.js\",\n              \"profile\": {\n                \"factory\": 247,\n                \"building\": 72,\n                \"dependencies\": 1\n              }\n            }\n          ],\n          \"profile\": {\n            \"factory\": 89,\n            \"building\": 98,\n            \"dependencies\": 85\n          },\n          \"failed\": false,\n          \"errors\": 0,\n          \"warnings\": 0,\n          \"assets\": [],\n          \"reasons\": [\n            {\n              \"moduleId\": 95,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_getTag.js\",\n              \"module\": \"./node_modules/lodash/_getTag.js\",\n              \"moduleName\": \"./node_modules/lodash/_getTag.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"./_Set\",\n              \"loc\": \"4:10-27\"\n            }\n          ],\n          \"usedExports\": true,\n          \"providedExports\": null,\n          \"optimizationBailout\": [\n            \"ModuleConcatenation bailout: Module is not an ECMAScript module\"\n          ],\n          \"depth\": 4,\n          \"source\": \"var getNative = require('./_getNative'),\\n    root = require('./_root');\\n\\n/* Built-in method references that are verified to be native. */\\nvar Set = getNative(root, 'Set');\\n\\nmodule.exports = Set;\\n\"\n        },\n        {\n          \"id\": 99,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_WeakMap.js\",\n          \"name\": \"./node_modules/lodash/_WeakMap.js\",\n          \"index\": 136,\n          \"index2\": 127,\n          \"size\": 207,\n          \"cacheable\": true,\n          \"built\": true,\n          \"optional\": false,\n          \"prefetched\": false,\n          \"chunks\": [\n            2,\n            3\n          ],\n          \"issuer\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_getTag.js\",\n          \"issuerId\": 95,\n          \"issuerName\": \"./node_modules/lodash/_getTag.js\",\n          \"issuerPath\": [\n            {\n              \"id\": 342,\n              \"identifier\": \"multi /Users/jarred/Code/styleurl/webpack/customPublicPath /Users/jarred/Code/styleurl/chrome/extension/devtools\",\n              \"name\": \"multi ./webpack/customPublicPath ./chrome/extension/devtools\",\n              \"profile\": {\n                \"factory\": 0,\n                \"building\": 0,\n                \"dependencies\": 54\n              }\n            },\n            {\n              \"id\": 343,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/devtools.js\",\n              \"name\": \"./chrome/extension/devtools.js\",\n              \"profile\": {\n                \"factory\": 55,\n                \"building\": 548\n              }\n            },\n            {\n              \"id\": 345,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/isEmpty.js\",\n              \"name\": \"./node_modules/lodash/isEmpty.js\",\n              \"profile\": {\n                \"factory\": 230,\n                \"building\": 567,\n                \"dependencies\": 245\n              }\n            },\n            {\n              \"id\": 95,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_getTag.js\",\n              \"name\": \"./node_modules/lodash/_getTag.js\",\n              \"profile\": {\n                \"factory\": 247,\n                \"building\": 72,\n                \"dependencies\": 1\n              }\n            }\n          ],\n          \"profile\": {\n            \"factory\": 89,\n            \"building\": 98,\n            \"dependencies\": 85\n          },\n          \"failed\": false,\n          \"errors\": 0,\n          \"warnings\": 0,\n          \"assets\": [],\n          \"reasons\": [\n            {\n              \"moduleId\": 95,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_getTag.js\",\n              \"module\": \"./node_modules/lodash/_getTag.js\",\n              \"moduleName\": \"./node_modules/lodash/_getTag.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"./_WeakMap\",\n              \"loc\": \"5:14-35\"\n            }\n          ],\n          \"usedExports\": true,\n          \"providedExports\": null,\n          \"optimizationBailout\": [\n            \"ModuleConcatenation bailout: Module is not an ECMAScript module\"\n          ],\n          \"depth\": 4,\n          \"source\": \"var getNative = require('./_getNative'),\\n    root = require('./_root');\\n\\n/* Built-in method references that are verified to be native. */\\nvar WeakMap = getNative(root, 'WeakMap');\\n\\nmodule.exports = WeakMap;\\n\"\n        },\n        {\n          \"id\": 100,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_isKey.js\",\n          \"name\": \"./node_modules/lodash/_isKey.js\",\n          \"index\": 144,\n          \"index2\": 137,\n          \"size\": 880,\n          \"cacheable\": true,\n          \"built\": true,\n          \"optional\": false,\n          \"prefetched\": false,\n          \"chunks\": [\n            2\n          ],\n          \"issuer\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_baseMatchesProperty.js\",\n          \"issuerId\": 237,\n          \"issuerName\": \"./node_modules/lodash/_baseMatchesProperty.js\",\n          \"issuerPath\": [\n            {\n              \"id\": 191,\n              \"identifier\": \"multi /Users/jarred/Code/styleurl/webpack/customPublicPath /Users/jarred/Code/styleurl/chrome/extension/background\",\n              \"name\": \"multi ./webpack/customPublicPath ./chrome/extension/background\",\n              \"profile\": {\n                \"factory\": 0,\n                \"building\": 0,\n                \"dependencies\": 54\n              }\n            },\n            {\n              \"id\": 192,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/background.js\",\n              \"name\": \"./chrome/extension/background.js\",\n              \"profile\": {\n                \"factory\": 54,\n                \"building\": 639,\n                \"dependencies\": 140\n              }\n            },\n            {\n              \"id\": 193,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/findIndex.js\",\n              \"name\": \"./node_modules/lodash/findIndex.js\",\n              \"profile\": {\n                \"factory\": 140,\n                \"building\": 568,\n                \"dependencies\": 1\n              }\n            },\n            {\n              \"id\": 195,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_baseIteratee.js\",\n              \"name\": \"./node_modules/lodash/_baseIteratee.js\",\n              \"profile\": {\n                \"factory\": 245,\n                \"building\": 75,\n                \"dependencies\": 1\n              }\n            },\n            {\n              \"id\": 237,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_baseMatchesProperty.js\",\n              \"name\": \"./node_modules/lodash/_baseMatchesProperty.js\",\n              \"profile\": {\n                \"factory\": 82,\n                \"building\": 104,\n                \"dependencies\": 78\n              }\n            }\n          ],\n          \"profile\": {\n            \"factory\": 78,\n            \"building\": 20,\n            \"dependencies\": 38\n          },\n          \"failed\": false,\n          \"errors\": 0,\n          \"warnings\": 0,\n          \"assets\": [],\n          \"reasons\": [\n            {\n              \"moduleId\": 146,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_castPath.js\",\n              \"module\": \"./node_modules/lodash/_castPath.js\",\n              \"moduleName\": \"./node_modules/lodash/_castPath.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"./_isKey\",\n              \"loc\": \"2:12-31\"\n            },\n            {\n              \"moduleId\": 237,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_baseMatchesProperty.js\",\n              \"module\": \"./node_modules/lodash/_baseMatchesProperty.js\",\n              \"moduleName\": \"./node_modules/lodash/_baseMatchesProperty.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"./_isKey\",\n              \"loc\": \"4:12-31\"\n            },\n            {\n              \"moduleId\": 247,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/property.js\",\n              \"module\": \"./node_modules/lodash/property.js\",\n              \"moduleName\": \"./node_modules/lodash/property.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"./_isKey\",\n              \"loc\": \"3:12-31\"\n            }\n          ],\n          \"usedExports\": true,\n          \"providedExports\": null,\n          \"optimizationBailout\": [\n            \"ModuleConcatenation bailout: Module is not an ECMAScript module\"\n          ],\n          \"depth\": 5,\n          \"source\": \"var isArray = require('./isArray'),\\n    isSymbol = require('./isSymbol');\\n\\n/** Used to match property names within property paths. */\\nvar reIsDeepProp = /\\\\.|\\\\[(?:[^[\\\\]]*|([\\\"'])(?:(?!\\\\1)[^\\\\\\\\]|\\\\\\\\.)*?\\\\1)\\\\]/,\\n    reIsPlainProp = /^\\\\w*$/;\\n\\n/**\\n * Checks if `value` is a property name and not a property path.\\n *\\n * @private\\n * @param {*} value The value to check.\\n * @param {Object} [object] The object to query keys on.\\n * @returns {boolean} Returns `true` if `value` is a property name, else `false`.\\n */\\nfunction isKey(value, object) {\\n  if (isArray(value)) {\\n    return false;\\n  }\\n  var type = typeof value;\\n  if (type == 'number' || type == 'symbol' || type == 'boolean' ||\\n      value == null || isSymbol(value)) {\\n    return true;\\n  }\\n  return reIsPlainProp.test(value) || !reIsDeepProp.test(value) ||\\n    (object != null && value in Object(object));\\n}\\n\\nmodule.exports = isKey;\\n\"\n        },\n        {\n          \"id\": 101,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/lib/gists.js\",\n          \"name\": \"./chrome/extension/lib/gists.js\",\n          \"index\": 165,\n          \"index2\": 201,\n          \"size\": 2394,\n          \"cacheable\": true,\n          \"built\": true,\n          \"optional\": false,\n          \"prefetched\": false,\n          \"chunks\": [\n            2,\n            4\n          ],\n          \"issuer\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/github_gist_content_script.js\",\n          \"issuerId\": 351,\n          \"issuerName\": \"./chrome/extension/github_gist_content_script.js\",\n          \"issuerPath\": [\n            {\n              \"id\": 350,\n              \"identifier\": \"multi /Users/jarred/Code/styleurl/webpack/customPublicPath /Users/jarred/Code/styleurl/chrome/extension/github_gist_content_script\",\n              \"name\": \"multi ./webpack/customPublicPath ./chrome/extension/github_gist_content_script\",\n              \"profile\": {\n                \"factory\": 0,\n                \"building\": 0,\n                \"dependencies\": 53\n              }\n            },\n            {\n              \"id\": 351,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/github_gist_content_script.js\",\n              \"name\": \"./chrome/extension/github_gist_content_script.js\",\n              \"profile\": {\n                \"factory\": 54,\n                \"building\": 576,\n                \"dependencies\": 194\n              }\n            }\n          ],\n          \"profile\": {\n            \"factory\": 194,\n            \"building\": 246,\n            \"dependencies\": 40\n          },\n          \"failed\": false,\n          \"errors\": 0,\n          \"warnings\": 0,\n          \"assets\": [],\n          \"reasons\": [\n            {\n              \"moduleId\": 192,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/background.js\",\n              \"module\": \"./chrome/extension/background.js\",\n              \"moduleName\": \"./chrome/extension/background.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"./lib/gists\",\n              \"loc\": \"11:13-35\"\n            },\n            {\n              \"moduleId\": 351,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/github_gist_content_script.js\",\n              \"module\": \"./chrome/extension/github_gist_content_script.js\",\n              \"moduleName\": \"./chrome/extension/github_gist_content_script.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"./lib/gists\",\n              \"loc\": \"5:13-35\"\n            }\n          ],\n          \"usedExports\": true,\n          \"providedExports\": null,\n          \"optimizationBailout\": [\n            \"ModuleConcatenation bailout: Module is not an ECMAScript module\"\n          ],\n          \"depth\": 2,\n          \"source\": \"\\\"use strict\\\";\\n\\nObject.defineProperty(exports, \\\"__esModule\\\", {\\n  value: true\\n});\\nexports.applyStyleURLToTabID = exports.loadStylefileFromGist = exports.getStylesheetsFromGist = exports.getGistIDFromURL = exports.getGistById = exports.SPECIAL_QUERY_PARAMS = exports.STYLEFILE_NAMES = void 0;\\n\\nvar _keys2 = _interopRequireDefault(require(\\\"lodash/keys\\\"));\\n\\nvar _last2 = _interopRequireDefault(require(\\\"lodash/last\\\"));\\n\\nvar _stylefile = require(\\\"./stylefile\\\");\\n\\nfunction _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }\\n\\nconst STYLEFILE_NAMES = [\\\"Stylefile.yml\\\", \\\"Stylefile\\\"];\\nexports.STYLEFILE_NAMES = STYLEFILE_NAMES;\\nconst SPECIAL_QUERY_PARAMS = {\\n  gist_id: \\\"__styleurl\\\"\\n};\\nexports.SPECIAL_QUERY_PARAMS = SPECIAL_QUERY_PARAMS;\\n\\nconst getGistById = id => window.fetch(`https://api.github.com/gists/${id}`, {\\n  redirect: \\\"follow\\\",\\n  credentials: \\\"include\\\"\\n}).then(resp => {\\n  return resp.json();\\n});\\n\\nexports.getGistById = getGistById;\\n\\nconst getGistIDFromURL = url => {\\n  const queryString = (0, _last2.default)(url.split(\\\"?\\\"));\\n\\n  if (!queryString) {\\n    return null;\\n  }\\n\\n  const params = new URLSearchParams(queryString);\\n  return (0, _last2.default)(params.get(SPECIAL_QUERY_PARAMS.gist_id).split(\\\"gist_\\\"));\\n};\\n\\nexports.getGistIDFromURL = getGistIDFromURL;\\n\\nconst getStylesheetsFromGist = gist => {\\n  return (0, _keys2.default)(gist.files || []).filter(fileName => {\\n    const file = gist.files[fileName];\\n    return file.type === \\\"text/css\\\";\\n  }).map(filename => [filename, gist.files[filename].content]);\\n};\\n\\nexports.getStylesheetsFromGist = getStylesheetsFromGist;\\n\\nconst loadStylefileFromGist = gist => {\\n  const filename = (0, _keys2.default)(gist.files || []).find(fileName => {\\n    return STYLEFILE_NAMES.includes(fileName);\\n  });\\n\\n  if (!filename) {\\n    return null;\\n  }\\n\\n  return (0, _stylefile.loadStylefileFromString)(gist.files[filename].content);\\n};\\n\\nexports.loadStylefileFromGist = loadStylefileFromGist;\\n\\nconst applyStyleURLToTabID = async (gist, tabId) => {\\n  const stylesheets = getStylesheetsFromGist(gist);\\n  stylesheets.forEach(stylesheet => {\\n    const content = stylesheet[1];\\n    console.log(\\\"Inserting Stylesheet\\\", stylesheet, \\\"into tab\\\", tabId);\\n    chrome.tabs.insertCSS(tabId, {\\n      cssOrigin: \\\"author\\\",\\n      code: content,\\n      runAt: \\\"document_start\\\"\\n    });\\n  });\\n};\\n\\nexports.applyStyleURLToTabID = applyStyleURLToTabID;\"\n        },\n        {\n          \"id\": 102,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/url-pattern/lib/url-pattern.js\",\n          \"name\": \"./node_modules/url-pattern/lib/url-pattern.js\",\n          \"index\": 167,\n          \"index2\": 164,\n          \"size\": 13845,\n          \"cacheable\": true,\n          \"built\": true,\n          \"optional\": false,\n          \"prefetched\": false,\n          \"chunks\": [\n            2,\n            4\n          ],\n          \"issuer\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/lib/stylefile.js\",\n          \"issuerId\": 55,\n          \"issuerName\": \"./chrome/extension/lib/stylefile.js\",\n          \"issuerPath\": [\n            {\n              \"id\": 350,\n              \"identifier\": \"multi /Users/jarred/Code/styleurl/webpack/customPublicPath /Users/jarred/Code/styleurl/chrome/extension/github_gist_content_script\",\n              \"name\": \"multi ./webpack/customPublicPath ./chrome/extension/github_gist_content_script\",\n              \"profile\": {\n                \"factory\": 0,\n                \"building\": 0,\n                \"dependencies\": 53\n              }\n            },\n            {\n              \"id\": 351,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/github_gist_content_script.js\",\n              \"name\": \"./chrome/extension/github_gist_content_script.js\",\n              \"profile\": {\n                \"factory\": 54,\n                \"building\": 576,\n                \"dependencies\": 194\n              }\n            },\n            {\n              \"id\": 55,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/lib/stylefile.js\",\n              \"name\": \"./chrome/extension/lib/stylefile.js\",\n              \"profile\": {\n                \"factory\": 194,\n                \"building\": 246,\n                \"dependencies\": 40\n              }\n            }\n          ],\n          \"profile\": {\n            \"factory\": 408,\n            \"building\": 42\n          },\n          \"failed\": false,\n          \"errors\": 0,\n          \"warnings\": 0,\n          \"assets\": [],\n          \"reasons\": [\n            {\n              \"moduleId\": 55,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/lib/stylefile.js\",\n              \"module\": \"./chrome/extension/lib/stylefile.js\",\n              \"moduleName\": \"./chrome/extension/lib/stylefile.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"url-pattern\",\n              \"loc\": \"10:41-63\"\n            }\n          ],\n          \"usedExports\": true,\n          \"providedExports\": null,\n          \"optimizationBailout\": [\n            \"ModuleConcatenation bailout: Module is not an ECMAScript module\"\n          ],\n          \"depth\": 3,\n          \"source\": \"// Generated by CoffeeScript 1.10.0\\nvar slice = [].slice;\\n\\n(function(root, factory) {\\n  if (('function' === typeof define) && (define.amd != null)) {\\n    return define([], factory);\\n  } else if (typeof exports !== \\\"undefined\\\" && exports !== null) {\\n    return module.exports = factory();\\n  } else {\\n    return root.UrlPattern = factory();\\n  }\\n})(this, function() {\\n  var P, UrlPattern, astNodeContainsSegmentsForProvidedParams, astNodeToNames, astNodeToRegexString, baseAstNodeToRegexString, concatMap, defaultOptions, escapeForRegex, getParam, keysAndValuesToObject, newParser, regexGroupCount, stringConcatMap, stringify;\\n  escapeForRegex = function(string) {\\n    return string.replace(/[-\\\\/\\\\\\\\^$*+?.()|[\\\\]{}]/g, '\\\\\\\\$&');\\n  };\\n  concatMap = function(array, f) {\\n    var i, length, results;\\n    results = [];\\n    i = -1;\\n    length = array.length;\\n    while (++i < length) {\\n      results = results.concat(f(array[i]));\\n    }\\n    return results;\\n  };\\n  stringConcatMap = function(array, f) {\\n    var i, length, result;\\n    result = '';\\n    i = -1;\\n    length = array.length;\\n    while (++i < length) {\\n      result += f(array[i]);\\n    }\\n    return result;\\n  };\\n  regexGroupCount = function(regex) {\\n    return (new RegExp(regex.toString() + '|')).exec('').length - 1;\\n  };\\n  keysAndValuesToObject = function(keys, values) {\\n    var i, key, length, object, value;\\n    object = {};\\n    i = -1;\\n    length = keys.length;\\n    while (++i < length) {\\n      key = keys[i];\\n      value = values[i];\\n      if (value == null) {\\n        continue;\\n      }\\n      if (object[key] != null) {\\n        if (!Array.isArray(object[key])) {\\n          object[key] = [object[key]];\\n        }\\n        object[key].push(value);\\n      } else {\\n        object[key] = value;\\n      }\\n    }\\n    return object;\\n  };\\n  P = {};\\n  P.Result = function(value, rest) {\\n    this.value = value;\\n    this.rest = rest;\\n  };\\n  P.Tagged = function(tag, value) {\\n    this.tag = tag;\\n    this.value = value;\\n  };\\n  P.tag = function(tag, parser) {\\n    return function(input) {\\n      var result, tagged;\\n      result = parser(input);\\n      if (result == null) {\\n        return;\\n      }\\n      tagged = new P.Tagged(tag, result.value);\\n      return new P.Result(tagged, result.rest);\\n    };\\n  };\\n  P.regex = function(regex) {\\n    return function(input) {\\n      var matches, result;\\n      matches = regex.exec(input);\\n      if (matches == null) {\\n        return;\\n      }\\n      result = matches[0];\\n      return new P.Result(result, input.slice(result.length));\\n    };\\n  };\\n  P.sequence = function() {\\n    var parsers;\\n    parsers = 1 <= arguments.length ? slice.call(arguments, 0) : [];\\n    return function(input) {\\n      var i, length, parser, rest, result, values;\\n      i = -1;\\n      length = parsers.length;\\n      values = [];\\n      rest = input;\\n      while (++i < length) {\\n        parser = parsers[i];\\n        result = parser(rest);\\n        if (result == null) {\\n          return;\\n        }\\n        values.push(result.value);\\n        rest = result.rest;\\n      }\\n      return new P.Result(values, rest);\\n    };\\n  };\\n  P.pick = function() {\\n    var indexes, parsers;\\n    indexes = arguments[0], parsers = 2 <= arguments.length ? slice.call(arguments, 1) : [];\\n    return function(input) {\\n      var array, result;\\n      result = P.sequence.apply(P, parsers)(input);\\n      if (result == null) {\\n        return;\\n      }\\n      array = result.value;\\n      result.value = array[indexes];\\n      return result;\\n    };\\n  };\\n  P.string = function(string) {\\n    var length;\\n    length = string.length;\\n    return function(input) {\\n      if (input.slice(0, length) === string) {\\n        return new P.Result(string, input.slice(length));\\n      }\\n    };\\n  };\\n  P.lazy = function(fn) {\\n    var cached;\\n    cached = null;\\n    return function(input) {\\n      if (cached == null) {\\n        cached = fn();\\n      }\\n      return cached(input);\\n    };\\n  };\\n  P.baseMany = function(parser, end, stringResult, atLeastOneResultRequired, input) {\\n    var endResult, parserResult, rest, results;\\n    rest = input;\\n    results = stringResult ? '' : [];\\n    while (true) {\\n      if (end != null) {\\n        endResult = end(rest);\\n        if (endResult != null) {\\n          break;\\n        }\\n      }\\n      parserResult = parser(rest);\\n      if (parserResult == null) {\\n        break;\\n      }\\n      if (stringResult) {\\n        results += parserResult.value;\\n      } else {\\n        results.push(parserResult.value);\\n      }\\n      rest = parserResult.rest;\\n    }\\n    if (atLeastOneResultRequired && results.length === 0) {\\n      return;\\n    }\\n    return new P.Result(results, rest);\\n  };\\n  P.many1 = function(parser) {\\n    return function(input) {\\n      return P.baseMany(parser, null, false, true, input);\\n    };\\n  };\\n  P.concatMany1Till = function(parser, end) {\\n    return function(input) {\\n      return P.baseMany(parser, end, true, true, input);\\n    };\\n  };\\n  P.firstChoice = function() {\\n    var parsers;\\n    parsers = 1 <= arguments.length ? slice.call(arguments, 0) : [];\\n    return function(input) {\\n      var i, length, parser, result;\\n      i = -1;\\n      length = parsers.length;\\n      while (++i < length) {\\n        parser = parsers[i];\\n        result = parser(input);\\n        if (result != null) {\\n          return result;\\n        }\\n      }\\n    };\\n  };\\n  newParser = function(options) {\\n    var U;\\n    U = {};\\n    U.wildcard = P.tag('wildcard', P.string(options.wildcardChar));\\n    U.optional = P.tag('optional', P.pick(1, P.string(options.optionalSegmentStartChar), P.lazy(function() {\\n      return U.pattern;\\n    }), P.string(options.optionalSegmentEndChar)));\\n    U.name = P.regex(new RegExp(\\\"^[\\\" + options.segmentNameCharset + \\\"]+\\\"));\\n    U.named = P.tag('named', P.pick(1, P.string(options.segmentNameStartChar), P.lazy(function() {\\n      return U.name;\\n    })));\\n    U.escapedChar = P.pick(1, P.string(options.escapeChar), P.regex(/^./));\\n    U[\\\"static\\\"] = P.tag('static', P.concatMany1Till(P.firstChoice(P.lazy(function() {\\n      return U.escapedChar;\\n    }), P.regex(/^./)), P.firstChoice(P.string(options.segmentNameStartChar), P.string(options.optionalSegmentStartChar), P.string(options.optionalSegmentEndChar), U.wildcard)));\\n    U.token = P.lazy(function() {\\n      return P.firstChoice(U.wildcard, U.optional, U.named, U[\\\"static\\\"]);\\n    });\\n    U.pattern = P.many1(P.lazy(function() {\\n      return U.token;\\n    }));\\n    return U;\\n  };\\n  defaultOptions = {\\n    escapeChar: '\\\\\\\\',\\n    segmentNameStartChar: ':',\\n    segmentValueCharset: 'a-zA-Z0-9-_~ %',\\n    segmentNameCharset: 'a-zA-Z0-9',\\n    optionalSegmentStartChar: '(',\\n    optionalSegmentEndChar: ')',\\n    wildcardChar: '*'\\n  };\\n  baseAstNodeToRegexString = function(astNode, segmentValueCharset) {\\n    if (Array.isArray(astNode)) {\\n      return stringConcatMap(astNode, function(node) {\\n        return baseAstNodeToRegexString(node, segmentValueCharset);\\n      });\\n    }\\n    switch (astNode.tag) {\\n      case 'wildcard':\\n        return '(.*?)';\\n      case 'named':\\n        return \\\"([\\\" + segmentValueCharset + \\\"]+)\\\";\\n      case 'static':\\n        return escapeForRegex(astNode.value);\\n      case 'optional':\\n        return '(?:' + baseAstNodeToRegexString(astNode.value, segmentValueCharset) + ')?';\\n    }\\n  };\\n  astNodeToRegexString = function(astNode, segmentValueCharset) {\\n    if (segmentValueCharset == null) {\\n      segmentValueCharset = defaultOptions.segmentValueCharset;\\n    }\\n    return '^' + baseAstNodeToRegexString(astNode, segmentValueCharset) + '$';\\n  };\\n  astNodeToNames = function(astNode) {\\n    if (Array.isArray(astNode)) {\\n      return concatMap(astNode, astNodeToNames);\\n    }\\n    switch (astNode.tag) {\\n      case 'wildcard':\\n        return ['_'];\\n      case 'named':\\n        return [astNode.value];\\n      case 'static':\\n        return [];\\n      case 'optional':\\n        return astNodeToNames(astNode.value);\\n    }\\n  };\\n  getParam = function(params, key, nextIndexes, sideEffects) {\\n    var index, maxIndex, result, value;\\n    if (sideEffects == null) {\\n      sideEffects = false;\\n    }\\n    value = params[key];\\n    if (value == null) {\\n      if (sideEffects) {\\n        throw new Error(\\\"no values provided for key `\\\" + key + \\\"`\\\");\\n      } else {\\n        return;\\n      }\\n    }\\n    index = nextIndexes[key] || 0;\\n    maxIndex = Array.isArray(value) ? value.length - 1 : 0;\\n    if (index > maxIndex) {\\n      if (sideEffects) {\\n        throw new Error(\\\"too few values provided for key `\\\" + key + \\\"`\\\");\\n      } else {\\n        return;\\n      }\\n    }\\n    result = Array.isArray(value) ? value[index] : value;\\n    if (sideEffects) {\\n      nextIndexes[key] = index + 1;\\n    }\\n    return result;\\n  };\\n  astNodeContainsSegmentsForProvidedParams = function(astNode, params, nextIndexes) {\\n    var i, length;\\n    if (Array.isArray(astNode)) {\\n      i = -1;\\n      length = astNode.length;\\n      while (++i < length) {\\n        if (astNodeContainsSegmentsForProvidedParams(astNode[i], params, nextIndexes)) {\\n          return true;\\n        }\\n      }\\n      return false;\\n    }\\n    switch (astNode.tag) {\\n      case 'wildcard':\\n        return getParam(params, '_', nextIndexes, false) != null;\\n      case 'named':\\n        return getParam(params, astNode.value, nextIndexes, false) != null;\\n      case 'static':\\n        return false;\\n      case 'optional':\\n        return astNodeContainsSegmentsForProvidedParams(astNode.value, params, nextIndexes);\\n    }\\n  };\\n  stringify = function(astNode, params, nextIndexes) {\\n    if (Array.isArray(astNode)) {\\n      return stringConcatMap(astNode, function(node) {\\n        return stringify(node, params, nextIndexes);\\n      });\\n    }\\n    switch (astNode.tag) {\\n      case 'wildcard':\\n        return getParam(params, '_', nextIndexes, true);\\n      case 'named':\\n        return getParam(params, astNode.value, nextIndexes, true);\\n      case 'static':\\n        return astNode.value;\\n      case 'optional':\\n        if (astNodeContainsSegmentsForProvidedParams(astNode.value, params, nextIndexes)) {\\n          return stringify(astNode.value, params, nextIndexes);\\n        } else {\\n          return '';\\n        }\\n    }\\n  };\\n  UrlPattern = function(arg1, arg2) {\\n    var groupCount, options, parsed, parser, withoutWhitespace;\\n    if (arg1 instanceof UrlPattern) {\\n      this.isRegex = arg1.isRegex;\\n      this.regex = arg1.regex;\\n      this.ast = arg1.ast;\\n      this.names = arg1.names;\\n      return;\\n    }\\n    this.isRegex = arg1 instanceof RegExp;\\n    if (!(('string' === typeof arg1) || this.isRegex)) {\\n      throw new TypeError('argument must be a regex or a string');\\n    }\\n    if (this.isRegex) {\\n      this.regex = arg1;\\n      if (arg2 != null) {\\n        if (!Array.isArray(arg2)) {\\n          throw new Error('if first argument is a regex the second argument may be an array of group names but you provided something else');\\n        }\\n        groupCount = regexGroupCount(this.regex);\\n        if (arg2.length !== groupCount) {\\n          throw new Error(\\\"regex contains \\\" + groupCount + \\\" groups but array of group names contains \\\" + arg2.length);\\n        }\\n        this.names = arg2;\\n      }\\n      return;\\n    }\\n    if (arg1 === '') {\\n      throw new Error('argument must not be the empty string');\\n    }\\n    withoutWhitespace = arg1.replace(/\\\\s+/g, '');\\n    if (withoutWhitespace !== arg1) {\\n      throw new Error('argument must not contain whitespace');\\n    }\\n    options = {\\n      escapeChar: (arg2 != null ? arg2.escapeChar : void 0) || defaultOptions.escapeChar,\\n      segmentNameStartChar: (arg2 != null ? arg2.segmentNameStartChar : void 0) || defaultOptions.segmentNameStartChar,\\n      segmentNameCharset: (arg2 != null ? arg2.segmentNameCharset : void 0) || defaultOptions.segmentNameCharset,\\n      segmentValueCharset: (arg2 != null ? arg2.segmentValueCharset : void 0) || defaultOptions.segmentValueCharset,\\n      optionalSegmentStartChar: (arg2 != null ? arg2.optionalSegmentStartChar : void 0) || defaultOptions.optionalSegmentStartChar,\\n      optionalSegmentEndChar: (arg2 != null ? arg2.optionalSegmentEndChar : void 0) || defaultOptions.optionalSegmentEndChar,\\n      wildcardChar: (arg2 != null ? arg2.wildcardChar : void 0) || defaultOptions.wildcardChar\\n    };\\n    parser = newParser(options);\\n    parsed = parser.pattern(arg1);\\n    if (parsed == null) {\\n      throw new Error(\\\"couldn't parse pattern\\\");\\n    }\\n    if (parsed.rest !== '') {\\n      throw new Error(\\\"could only partially parse pattern\\\");\\n    }\\n    this.ast = parsed.value;\\n    this.regex = new RegExp(astNodeToRegexString(this.ast, options.segmentValueCharset));\\n    this.names = astNodeToNames(this.ast);\\n  };\\n  UrlPattern.prototype.match = function(url) {\\n    var groups, match;\\n    match = this.regex.exec(url);\\n    if (match == null) {\\n      return null;\\n    }\\n    groups = match.slice(1);\\n    if (this.names) {\\n      return keysAndValuesToObject(this.names, groups);\\n    } else {\\n      return groups;\\n    }\\n  };\\n  UrlPattern.prototype.stringify = function(params) {\\n    if (params == null) {\\n      params = {};\\n    }\\n    if (this.isRegex) {\\n      throw new Error(\\\"can't stringify patterns generated from a regex\\\");\\n    }\\n    if (params !== Object(params)) {\\n      throw new Error(\\\"argument must be an object or undefined\\\");\\n    }\\n    return stringify(this.ast, params, {});\\n  };\\n  UrlPattern.escapeForRegex = escapeForRegex;\\n  UrlPattern.concatMap = concatMap;\\n  UrlPattern.stringConcatMap = stringConcatMap;\\n  UrlPattern.regexGroupCount = regexGroupCount;\\n  UrlPattern.keysAndValuesToObject = keysAndValuesToObject;\\n  UrlPattern.P = P;\\n  UrlPattern.newParser = newParser;\\n  UrlPattern.defaultOptions = defaultOptions;\\n  UrlPattern.astNodeToRegexString = astNodeToRegexString;\\n  UrlPattern.astNodeToNames = astNodeToNames;\\n  UrlPattern.getParam = getParam;\\n  UrlPattern.astNodeContainsSegmentsForProvidedParams = astNodeContainsSegmentsForProvidedParams;\\n  UrlPattern.stringify = stringify;\\n  return UrlPattern;\\n});\\n\"\n        },\n        {\n          \"id\": 103,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/webpack/buildin/amd-options.js\",\n          \"name\": \"(webpack)/buildin/amd-options.js\",\n          \"index\": 168,\n          \"index2\": 163,\n          \"size\": 82,\n          \"cacheable\": true,\n          \"built\": true,\n          \"optional\": false,\n          \"prefetched\": false,\n          \"chunks\": [\n            2,\n            4\n          ],\n          \"issuer\": \"/Users/jarred/Code/styleurl/node_modules/url-pattern/lib/url-pattern.js\",\n          \"issuerId\": 102,\n          \"issuerName\": \"./node_modules/url-pattern/lib/url-pattern.js\",\n          \"issuerPath\": [\n            {\n              \"id\": 350,\n              \"identifier\": \"multi /Users/jarred/Code/styleurl/webpack/customPublicPath /Users/jarred/Code/styleurl/chrome/extension/github_gist_content_script\",\n              \"name\": \"multi ./webpack/customPublicPath ./chrome/extension/github_gist_content_script\",\n              \"profile\": {\n                \"factory\": 0,\n                \"building\": 0,\n                \"dependencies\": 53\n              }\n            },\n            {\n              \"id\": 351,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/github_gist_content_script.js\",\n              \"name\": \"./chrome/extension/github_gist_content_script.js\",\n              \"profile\": {\n                \"factory\": 54,\n                \"building\": 576,\n                \"dependencies\": 194\n              }\n            },\n            {\n              \"id\": 55,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/lib/stylefile.js\",\n              \"name\": \"./chrome/extension/lib/stylefile.js\",\n              \"profile\": {\n                \"factory\": 194,\n                \"building\": 246,\n                \"dependencies\": 40\n              }\n            },\n            {\n              \"id\": 102,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/url-pattern/lib/url-pattern.js\",\n              \"name\": \"./node_modules/url-pattern/lib/url-pattern.js\",\n              \"profile\": {\n                \"factory\": 408,\n                \"building\": 42\n              }\n            }\n          ],\n          \"profile\": {\n            \"factory\": 98,\n            \"building\": 62\n          },\n          \"failed\": false,\n          \"errors\": 0,\n          \"warnings\": 0,\n          \"assets\": [],\n          \"reasons\": [\n            {\n              \"moduleId\": 102,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/url-pattern/lib/url-pattern.js\",\n              \"module\": \"./node_modules/url-pattern/lib/url-pattern.js\",\n              \"moduleName\": \"./node_modules/url-pattern/lib/url-pattern.js\",\n              \"type\": \"amd require\",\n              \"userRequest\": \"define.amd\",\n              \"loc\": \"5:41-51\"\n            }\n          ],\n          \"usedExports\": true,\n          \"providedExports\": null,\n          \"optimizationBailout\": [\n            \"ModuleConcatenation bailout: Module is not an ECMAScript module\"\n          ],\n          \"depth\": 4,\n          \"source\": \"/* globals __webpack_amd_options__ */\\r\\nmodule.exports = __webpack_amd_options__;\\r\\n\"\n        },\n        {\n          \"id\": 104,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/js-yaml/index.js\",\n          \"name\": \"./node_modules/js-yaml/index.js\",\n          \"index\": 169,\n          \"index2\": 199,\n          \"size\": 81,\n          \"cacheable\": true,\n          \"built\": true,\n          \"optional\": false,\n          \"prefetched\": false,\n          \"chunks\": [\n            2,\n            4\n          ],\n          \"issuer\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/lib/stylefile.js\",\n          \"issuerId\": 55,\n          \"issuerName\": \"./chrome/extension/lib/stylefile.js\",\n          \"issuerPath\": [\n            {\n              \"id\": 350,\n              \"identifier\": \"multi /Users/jarred/Code/styleurl/webpack/customPublicPath /Users/jarred/Code/styleurl/chrome/extension/github_gist_content_script\",\n              \"name\": \"multi ./webpack/customPublicPath ./chrome/extension/github_gist_content_script\",\n              \"profile\": {\n                \"factory\": 0,\n                \"building\": 0,\n                \"dependencies\": 53\n              }\n            },\n            {\n              \"id\": 351,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/github_gist_content_script.js\",\n              \"name\": \"./chrome/extension/github_gist_content_script.js\",\n              \"profile\": {\n                \"factory\": 54,\n                \"building\": 576,\n                \"dependencies\": 194\n              }\n            },\n            {\n              \"id\": 55,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/lib/stylefile.js\",\n              \"name\": \"./chrome/extension/lib/stylefile.js\",\n              \"profile\": {\n                \"factory\": 194,\n                \"building\": 246,\n                \"dependencies\": 40\n              }\n            }\n          ],\n          \"profile\": {\n            \"factory\": 408,\n            \"building\": 42\n          },\n          \"failed\": false,\n          \"errors\": 0,\n          \"warnings\": 0,\n          \"assets\": [],\n          \"reasons\": [\n            {\n              \"moduleId\": 55,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/lib/stylefile.js\",\n              \"module\": \"./chrome/extension/lib/stylefile.js\",\n              \"moduleName\": \"./chrome/extension/lib/stylefile.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"js-yaml\",\n              \"loc\": \"12:37-55\"\n            }\n          ],\n          \"usedExports\": true,\n          \"providedExports\": null,\n          \"optimizationBailout\": [\n            \"ModuleConcatenation bailout: Module is not an ECMAScript module\"\n          ],\n          \"depth\": 3,\n          \"source\": \"'use strict';\\n\\n\\nvar yaml = require('./lib/js-yaml.js');\\n\\n\\nmodule.exports = yaml;\\n\"\n        },\n        {\n          \"id\": 105,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/js-yaml/lib/js-yaml.js\",\n          \"name\": \"./node_modules/js-yaml/lib/js-yaml.js\",\n          \"index\": 170,\n          \"index2\": 198,\n          \"size\": 1665,\n          \"cacheable\": true,\n          \"built\": true,\n          \"optional\": false,\n          \"prefetched\": false,\n          \"chunks\": [\n            2,\n            4\n          ],\n          \"issuer\": \"/Users/jarred/Code/styleurl/node_modules/js-yaml/index.js\",\n          \"issuerId\": 104,\n          \"issuerName\": \"./node_modules/js-yaml/index.js\",\n          \"issuerPath\": [\n            {\n              \"id\": 350,\n              \"identifier\": \"multi /Users/jarred/Code/styleurl/webpack/customPublicPath /Users/jarred/Code/styleurl/chrome/extension/github_gist_content_script\",\n              \"name\": \"multi ./webpack/customPublicPath ./chrome/extension/github_gist_content_script\",\n              \"profile\": {\n                \"factory\": 0,\n                \"building\": 0,\n                \"dependencies\": 53\n              }\n            },\n            {\n              \"id\": 351,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/github_gist_content_script.js\",\n              \"name\": \"./chrome/extension/github_gist_content_script.js\",\n              \"profile\": {\n                \"factory\": 54,\n                \"building\": 576,\n                \"dependencies\": 194\n              }\n            },\n            {\n              \"id\": 55,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/lib/stylefile.js\",\n              \"name\": \"./chrome/extension/lib/stylefile.js\",\n              \"profile\": {\n                \"factory\": 194,\n                \"building\": 246,\n                \"dependencies\": 40\n              }\n            },\n            {\n              \"id\": 104,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/js-yaml/index.js\",\n              \"name\": \"./node_modules/js-yaml/index.js\",\n              \"profile\": {\n                \"factory\": 408,\n                \"building\": 42\n              }\n            }\n          ],\n          \"profile\": {\n            \"factory\": 96,\n            \"building\": 77\n          },\n          \"failed\": false,\n          \"errors\": 0,\n          \"warnings\": 0,\n          \"assets\": [],\n          \"reasons\": [\n            {\n              \"moduleId\": 104,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/js-yaml/index.js\",\n              \"module\": \"./node_modules/js-yaml/index.js\",\n              \"moduleName\": \"./node_modules/js-yaml/index.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"./lib/js-yaml.js\",\n              \"loc\": \"4:11-38\"\n            }\n          ],\n          \"usedExports\": true,\n          \"providedExports\": null,\n          \"optimizationBailout\": [\n            \"ModuleConcatenation bailout: Module is not an ECMAScript module\"\n          ],\n          \"depth\": 4,\n          \"source\": \"'use strict';\\n\\n\\nvar loader = require('./js-yaml/loader');\\nvar dumper = require('./js-yaml/dumper');\\n\\n\\nfunction deprecated(name) {\\n  return function () {\\n    throw new Error('Function ' + name + ' is deprecated and cannot be used.');\\n  };\\n}\\n\\n\\nmodule.exports.Type                = require('./js-yaml/type');\\nmodule.exports.Schema              = require('./js-yaml/schema');\\nmodule.exports.FAILSAFE_SCHEMA     = require('./js-yaml/schema/failsafe');\\nmodule.exports.JSON_SCHEMA         = require('./js-yaml/schema/json');\\nmodule.exports.CORE_SCHEMA         = require('./js-yaml/schema/core');\\nmodule.exports.DEFAULT_SAFE_SCHEMA = require('./js-yaml/schema/default_safe');\\nmodule.exports.DEFAULT_FULL_SCHEMA = require('./js-yaml/schema/default_full');\\nmodule.exports.load                = loader.load;\\nmodule.exports.loadAll             = loader.loadAll;\\nmodule.exports.safeLoad            = loader.safeLoad;\\nmodule.exports.safeLoadAll         = loader.safeLoadAll;\\nmodule.exports.dump                = dumper.dump;\\nmodule.exports.safeDump            = dumper.safeDump;\\nmodule.exports.YAMLException       = require('./js-yaml/exception');\\n\\n// Deprecated schema names from JS-YAML 2.0.x\\nmodule.exports.MINIMAL_SCHEMA = require('./js-yaml/schema/failsafe');\\nmodule.exports.SAFE_SCHEMA    = require('./js-yaml/schema/default_safe');\\nmodule.exports.DEFAULT_SCHEMA = require('./js-yaml/schema/default_full');\\n\\n// Deprecated functions from JS-YAML 1.x.x\\nmodule.exports.scan           = deprecated('scan');\\nmodule.exports.parse          = deprecated('parse');\\nmodule.exports.compose        = deprecated('compose');\\nmodule.exports.addConstructor = deprecated('addConstructor');\\n\"\n        },\n        {\n          \"id\": 106,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/js-yaml/lib/js-yaml/loader.js\",\n          \"name\": \"./node_modules/js-yaml/lib/js-yaml/loader.js\",\n          \"index\": 171,\n          \"index2\": 196,\n          \"size\": 42739,\n          \"cacheable\": true,\n          \"built\": true,\n          \"optional\": false,\n          \"prefetched\": false,\n          \"chunks\": [\n            2,\n            4\n          ],\n          \"issuer\": \"/Users/jarred/Code/styleurl/node_modules/js-yaml/lib/js-yaml.js\",\n          \"issuerId\": 105,\n          \"issuerName\": \"./node_modules/js-yaml/lib/js-yaml.js\",\n          \"issuerPath\": [\n            {\n              \"id\": 350,\n              \"identifier\": \"multi /Users/jarred/Code/styleurl/webpack/customPublicPath /Users/jarred/Code/styleurl/chrome/extension/github_gist_content_script\",\n              \"name\": \"multi ./webpack/customPublicPath ./chrome/extension/github_gist_content_script\",\n              \"profile\": {\n                \"factory\": 0,\n                \"building\": 0,\n                \"dependencies\": 53\n              }\n            },\n            {\n              \"id\": 351,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/github_gist_content_script.js\",\n              \"name\": \"./chrome/extension/github_gist_content_script.js\",\n              \"profile\": {\n                \"factory\": 54,\n                \"building\": 576,\n                \"dependencies\": 194\n              }\n            },\n            {\n              \"id\": 55,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/lib/stylefile.js\",\n              \"name\": \"./chrome/extension/lib/stylefile.js\",\n              \"profile\": {\n                \"factory\": 194,\n                \"building\": 246,\n                \"dependencies\": 40\n              }\n            },\n            {\n              \"id\": 104,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/js-yaml/index.js\",\n              \"name\": \"./node_modules/js-yaml/index.js\",\n              \"profile\": {\n                \"factory\": 408,\n                \"building\": 42\n              }\n            },\n            {\n              \"id\": 105,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/js-yaml/lib/js-yaml.js\",\n              \"name\": \"./node_modules/js-yaml/lib/js-yaml.js\",\n              \"profile\": {\n                \"factory\": 96,\n                \"building\": 77\n              }\n            }\n          ],\n          \"profile\": {\n            \"factory\": 33,\n            \"building\": 66,\n            \"dependencies\": 42\n          },\n          \"failed\": false,\n          \"errors\": 0,\n          \"warnings\": 0,\n          \"assets\": [],\n          \"reasons\": [\n            {\n              \"moduleId\": 105,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/js-yaml/lib/js-yaml.js\",\n              \"module\": \"./node_modules/js-yaml/lib/js-yaml.js\",\n              \"moduleName\": \"./node_modules/js-yaml/lib/js-yaml.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"./js-yaml/loader\",\n              \"loc\": \"4:13-40\"\n            }\n          ],\n          \"usedExports\": true,\n          \"providedExports\": null,\n          \"optimizationBailout\": [\n            \"ModuleConcatenation bailout: Module is not an ECMAScript module\"\n          ],\n          \"depth\": 5,\n          \"source\": \"'use strict';\\n\\n/*eslint-disable max-len,no-use-before-define*/\\n\\nvar common              = require('./common');\\nvar YAMLException       = require('./exception');\\nvar Mark                = require('./mark');\\nvar DEFAULT_SAFE_SCHEMA = require('./schema/default_safe');\\nvar DEFAULT_FULL_SCHEMA = require('./schema/default_full');\\n\\n\\nvar _hasOwnProperty = Object.prototype.hasOwnProperty;\\n\\n\\nvar CONTEXT_FLOW_IN   = 1;\\nvar CONTEXT_FLOW_OUT  = 2;\\nvar CONTEXT_BLOCK_IN  = 3;\\nvar CONTEXT_BLOCK_OUT = 4;\\n\\n\\nvar CHOMPING_CLIP  = 1;\\nvar CHOMPING_STRIP = 2;\\nvar CHOMPING_KEEP  = 3;\\n\\n\\nvar PATTERN_NON_PRINTABLE         = /[\\\\x00-\\\\x08\\\\x0B\\\\x0C\\\\x0E-\\\\x1F\\\\x7F-\\\\x84\\\\x86-\\\\x9F\\\\uFFFE\\\\uFFFF]|[\\\\uD800-\\\\uDBFF](?![\\\\uDC00-\\\\uDFFF])|(?:[^\\\\uD800-\\\\uDBFF]|^)[\\\\uDC00-\\\\uDFFF]/;\\nvar PATTERN_NON_ASCII_LINE_BREAKS = /[\\\\x85\\\\u2028\\\\u2029]/;\\nvar PATTERN_FLOW_INDICATORS       = /[,\\\\[\\\\]\\\\{\\\\}]/;\\nvar PATTERN_TAG_HANDLE            = /^(?:!|!!|![a-z\\\\-]+!)$/i;\\nvar PATTERN_TAG_URI               = /^(?:!|[^,\\\\[\\\\]\\\\{\\\\}])(?:%[0-9a-f]{2}|[0-9a-z\\\\-#;\\\\/\\\\?:@&=\\\\+\\\\$,_\\\\.!~\\\\*'\\\\(\\\\)\\\\[\\\\]])*$/i;\\n\\n\\nfunction is_EOL(c) {\\n  return (c === 0x0A/* LF */) || (c === 0x0D/* CR */);\\n}\\n\\nfunction is_WHITE_SPACE(c) {\\n  return (c === 0x09/* Tab */) || (c === 0x20/* Space */);\\n}\\n\\nfunction is_WS_OR_EOL(c) {\\n  return (c === 0x09/* Tab */) ||\\n         (c === 0x20/* Space */) ||\\n         (c === 0x0A/* LF */) ||\\n         (c === 0x0D/* CR */);\\n}\\n\\nfunction is_FLOW_INDICATOR(c) {\\n  return c === 0x2C/* , */ ||\\n         c === 0x5B/* [ */ ||\\n         c === 0x5D/* ] */ ||\\n         c === 0x7B/* { */ ||\\n         c === 0x7D/* } */;\\n}\\n\\nfunction fromHexCode(c) {\\n  var lc;\\n\\n  if ((0x30/* 0 */ <= c) && (c <= 0x39/* 9 */)) {\\n    return c - 0x30;\\n  }\\n\\n  /*eslint-disable no-bitwise*/\\n  lc = c | 0x20;\\n\\n  if ((0x61/* a */ <= lc) && (lc <= 0x66/* f */)) {\\n    return lc - 0x61 + 10;\\n  }\\n\\n  return -1;\\n}\\n\\nfunction escapedHexLen(c) {\\n  if (c === 0x78/* x */) { return 2; }\\n  if (c === 0x75/* u */) { return 4; }\\n  if (c === 0x55/* U */) { return 8; }\\n  return 0;\\n}\\n\\nfunction fromDecimalCode(c) {\\n  if ((0x30/* 0 */ <= c) && (c <= 0x39/* 9 */)) {\\n    return c - 0x30;\\n  }\\n\\n  return -1;\\n}\\n\\nfunction simpleEscapeSequence(c) {\\n  /* eslint-disable indent */\\n  return (c === 0x30/* 0 */) ? '\\\\x00' :\\n        (c === 0x61/* a */) ? '\\\\x07' :\\n        (c === 0x62/* b */) ? '\\\\x08' :\\n        (c === 0x74/* t */) ? '\\\\x09' :\\n        (c === 0x09/* Tab */) ? '\\\\x09' :\\n        (c === 0x6E/* n */) ? '\\\\x0A' :\\n        (c === 0x76/* v */) ? '\\\\x0B' :\\n        (c === 0x66/* f */) ? '\\\\x0C' :\\n        (c === 0x72/* r */) ? '\\\\x0D' :\\n        (c === 0x65/* e */) ? '\\\\x1B' :\\n        (c === 0x20/* Space */) ? ' ' :\\n        (c === 0x22/* \\\" */) ? '\\\\x22' :\\n        (c === 0x2F/* / */) ? '/' :\\n        (c === 0x5C/* \\\\ */) ? '\\\\x5C' :\\n        (c === 0x4E/* N */) ? '\\\\x85' :\\n        (c === 0x5F/* _ */) ? '\\\\xA0' :\\n        (c === 0x4C/* L */) ? '\\\\u2028' :\\n        (c === 0x50/* P */) ? '\\\\u2029' : '';\\n}\\n\\nfunction charFromCodepoint(c) {\\n  if (c <= 0xFFFF) {\\n    return String.fromCharCode(c);\\n  }\\n  // Encode UTF-16 surrogate pair\\n  // https://en.wikipedia.org/wiki/UTF-16#Code_points_U.2B010000_to_U.2B10FFFF\\n  return String.fromCharCode(\\n    ((c - 0x010000) >> 10) + 0xD800,\\n    ((c - 0x010000) & 0x03FF) + 0xDC00\\n  );\\n}\\n\\nvar simpleEscapeCheck = new Array(256); // integer, for fast access\\nvar simpleEscapeMap = new Array(256);\\nfor (var i = 0; i < 256; i++) {\\n  simpleEscapeCheck[i] = simpleEscapeSequence(i) ? 1 : 0;\\n  simpleEscapeMap[i] = simpleEscapeSequence(i);\\n}\\n\\n\\nfunction State(input, options) {\\n  this.input = input;\\n\\n  this.filename  = options['filename']  || null;\\n  this.schema    = options['schema']    || DEFAULT_FULL_SCHEMA;\\n  this.onWarning = options['onWarning'] || null;\\n  this.legacy    = options['legacy']    || false;\\n  this.json      = options['json']      || false;\\n  this.listener  = options['listener']  || null;\\n\\n  this.implicitTypes = this.schema.compiledImplicit;\\n  this.typeMap       = this.schema.compiledTypeMap;\\n\\n  this.length     = input.length;\\n  this.position   = 0;\\n  this.line       = 0;\\n  this.lineStart  = 0;\\n  this.lineIndent = 0;\\n\\n  this.documents = [];\\n\\n  /*\\n  this.version;\\n  this.checkLineBreaks;\\n  this.tagMap;\\n  this.anchorMap;\\n  this.tag;\\n  this.anchor;\\n  this.kind;\\n  this.result;*/\\n\\n}\\n\\n\\nfunction generateError(state, message) {\\n  return new YAMLException(\\n    message,\\n    new Mark(state.filename, state.input, state.position, state.line, (state.position - state.lineStart)));\\n}\\n\\nfunction throwError(state, message) {\\n  throw generateError(state, message);\\n}\\n\\nfunction throwWarning(state, message) {\\n  if (state.onWarning) {\\n    state.onWarning.call(null, generateError(state, message));\\n  }\\n}\\n\\n\\nvar directiveHandlers = {\\n\\n  YAML: function handleYamlDirective(state, name, args) {\\n\\n    var match, major, minor;\\n\\n    if (state.version !== null) {\\n      throwError(state, 'duplication of %YAML directive');\\n    }\\n\\n    if (args.length !== 1) {\\n      throwError(state, 'YAML directive accepts exactly one argument');\\n    }\\n\\n    match = /^([0-9]+)\\\\.([0-9]+)$/.exec(args[0]);\\n\\n    if (match === null) {\\n      throwError(state, 'ill-formed argument of the YAML directive');\\n    }\\n\\n    major = parseInt(match[1], 10);\\n    minor = parseInt(match[2], 10);\\n\\n    if (major !== 1) {\\n      throwError(state, 'unacceptable YAML version of the document');\\n    }\\n\\n    state.version = args[0];\\n    state.checkLineBreaks = (minor < 2);\\n\\n    if (minor !== 1 && minor !== 2) {\\n      throwWarning(state, 'unsupported YAML version of the document');\\n    }\\n  },\\n\\n  TAG: function handleTagDirective(state, name, args) {\\n\\n    var handle, prefix;\\n\\n    if (args.length !== 2) {\\n      throwError(state, 'TAG directive accepts exactly two arguments');\\n    }\\n\\n    handle = args[0];\\n    prefix = args[1];\\n\\n    if (!PATTERN_TAG_HANDLE.test(handle)) {\\n      throwError(state, 'ill-formed tag handle (first argument) of the TAG directive');\\n    }\\n\\n    if (_hasOwnProperty.call(state.tagMap, handle)) {\\n      throwError(state, 'there is a previously declared suffix for \\\"' + handle + '\\\" tag handle');\\n    }\\n\\n    if (!PATTERN_TAG_URI.test(prefix)) {\\n      throwError(state, 'ill-formed tag prefix (second argument) of the TAG directive');\\n    }\\n\\n    state.tagMap[handle] = prefix;\\n  }\\n};\\n\\n\\nfunction captureSegment(state, start, end, checkJson) {\\n  var _position, _length, _character, _result;\\n\\n  if (start < end) {\\n    _result = state.input.slice(start, end);\\n\\n    if (checkJson) {\\n      for (_position = 0, _length = _result.length; _position < _length; _position += 1) {\\n        _character = _result.charCodeAt(_position);\\n        if (!(_character === 0x09 ||\\n              (0x20 <= _character && _character <= 0x10FFFF))) {\\n          throwError(state, 'expected valid JSON character');\\n        }\\n      }\\n    } else if (PATTERN_NON_PRINTABLE.test(_result)) {\\n      throwError(state, 'the stream contains non-printable characters');\\n    }\\n\\n    state.result += _result;\\n  }\\n}\\n\\nfunction mergeMappings(state, destination, source, overridableKeys) {\\n  var sourceKeys, key, index, quantity;\\n\\n  if (!common.isObject(source)) {\\n    throwError(state, 'cannot merge mappings; the provided source object is unacceptable');\\n  }\\n\\n  sourceKeys = Object.keys(source);\\n\\n  for (index = 0, quantity = sourceKeys.length; index < quantity; index += 1) {\\n    key = sourceKeys[index];\\n\\n    if (!_hasOwnProperty.call(destination, key)) {\\n      destination[key] = source[key];\\n      overridableKeys[key] = true;\\n    }\\n  }\\n}\\n\\nfunction storeMappingPair(state, _result, overridableKeys, keyTag, keyNode, valueNode, startLine, startPos) {\\n  var index, quantity;\\n\\n  keyNode = String(keyNode);\\n\\n  if (_result === null) {\\n    _result = {};\\n  }\\n\\n  if (keyTag === 'tag:yaml.org,2002:merge') {\\n    if (Array.isArray(valueNode)) {\\n      for (index = 0, quantity = valueNode.length; index < quantity; index += 1) {\\n        mergeMappings(state, _result, valueNode[index], overridableKeys);\\n      }\\n    } else {\\n      mergeMappings(state, _result, valueNode, overridableKeys);\\n    }\\n  } else {\\n    if (!state.json &&\\n        !_hasOwnProperty.call(overridableKeys, keyNode) &&\\n        _hasOwnProperty.call(_result, keyNode)) {\\n      state.line = startLine || state.line;\\n      state.position = startPos || state.position;\\n      throwError(state, 'duplicated mapping key');\\n    }\\n    _result[keyNode] = valueNode;\\n    delete overridableKeys[keyNode];\\n  }\\n\\n  return _result;\\n}\\n\\nfunction readLineBreak(state) {\\n  var ch;\\n\\n  ch = state.input.charCodeAt(state.position);\\n\\n  if (ch === 0x0A/* LF */) {\\n    state.position++;\\n  } else if (ch === 0x0D/* CR */) {\\n    state.position++;\\n    if (state.input.charCodeAt(state.position) === 0x0A/* LF */) {\\n      state.position++;\\n    }\\n  } else {\\n    throwError(state, 'a line break is expected');\\n  }\\n\\n  state.line += 1;\\n  state.lineStart = state.position;\\n}\\n\\nfunction skipSeparationSpace(state, allowComments, checkIndent) {\\n  var lineBreaks = 0,\\n      ch = state.input.charCodeAt(state.position);\\n\\n  while (ch !== 0) {\\n    while (is_WHITE_SPACE(ch)) {\\n      ch = state.input.charCodeAt(++state.position);\\n    }\\n\\n    if (allowComments && ch === 0x23/* # */) {\\n      do {\\n        ch = state.input.charCodeAt(++state.position);\\n      } while (ch !== 0x0A/* LF */ && ch !== 0x0D/* CR */ && ch !== 0);\\n    }\\n\\n    if (is_EOL(ch)) {\\n      readLineBreak(state);\\n\\n      ch = state.input.charCodeAt(state.position);\\n      lineBreaks++;\\n      state.lineIndent = 0;\\n\\n      while (ch === 0x20/* Space */) {\\n        state.lineIndent++;\\n        ch = state.input.charCodeAt(++state.position);\\n      }\\n    } else {\\n      break;\\n    }\\n  }\\n\\n  if (checkIndent !== -1 && lineBreaks !== 0 && state.lineIndent < checkIndent) {\\n    throwWarning(state, 'deficient indentation');\\n  }\\n\\n  return lineBreaks;\\n}\\n\\nfunction testDocumentSeparator(state) {\\n  var _position = state.position,\\n      ch;\\n\\n  ch = state.input.charCodeAt(_position);\\n\\n  // Condition state.position === state.lineStart is tested\\n  // in parent on each call, for efficiency. No needs to test here again.\\n  if ((ch === 0x2D/* - */ || ch === 0x2E/* . */) &&\\n      ch === state.input.charCodeAt(_position + 1) &&\\n      ch === state.input.charCodeAt(_position + 2)) {\\n\\n    _position += 3;\\n\\n    ch = state.input.charCodeAt(_position);\\n\\n    if (ch === 0 || is_WS_OR_EOL(ch)) {\\n      return true;\\n    }\\n  }\\n\\n  return false;\\n}\\n\\nfunction writeFoldedLines(state, count) {\\n  if (count === 1) {\\n    state.result += ' ';\\n  } else if (count > 1) {\\n    state.result += common.repeat('\\\\n', count - 1);\\n  }\\n}\\n\\n\\nfunction readPlainScalar(state, nodeIndent, withinFlowCollection) {\\n  var preceding,\\n      following,\\n      captureStart,\\n      captureEnd,\\n      hasPendingContent,\\n      _line,\\n      _lineStart,\\n      _lineIndent,\\n      _kind = state.kind,\\n      _result = state.result,\\n      ch;\\n\\n  ch = state.input.charCodeAt(state.position);\\n\\n  if (is_WS_OR_EOL(ch)      ||\\n      is_FLOW_INDICATOR(ch) ||\\n      ch === 0x23/* # */    ||\\n      ch === 0x26/* & */    ||\\n      ch === 0x2A/* * */    ||\\n      ch === 0x21/* ! */    ||\\n      ch === 0x7C/* | */    ||\\n      ch === 0x3E/* > */    ||\\n      ch === 0x27/* ' */    ||\\n      ch === 0x22/* \\\" */    ||\\n      ch === 0x25/* % */    ||\\n      ch === 0x40/* @ */    ||\\n      ch === 0x60/* ` */) {\\n    return false;\\n  }\\n\\n  if (ch === 0x3F/* ? */ || ch === 0x2D/* - */) {\\n    following = state.input.charCodeAt(state.position + 1);\\n\\n    if (is_WS_OR_EOL(following) ||\\n        withinFlowCollection && is_FLOW_INDICATOR(following)) {\\n      return false;\\n    }\\n  }\\n\\n  state.kind = 'scalar';\\n  state.result = '';\\n  captureStart = captureEnd = state.position;\\n  hasPendingContent = false;\\n\\n  while (ch !== 0) {\\n    if (ch === 0x3A/* : */) {\\n      following = state.input.charCodeAt(state.position + 1);\\n\\n      if (is_WS_OR_EOL(following) ||\\n          withinFlowCollection && is_FLOW_INDICATOR(following)) {\\n        break;\\n      }\\n\\n    } else if (ch === 0x23/* # */) {\\n      preceding = state.input.charCodeAt(state.position - 1);\\n\\n      if (is_WS_OR_EOL(preceding)) {\\n        break;\\n      }\\n\\n    } else if ((state.position === state.lineStart && testDocumentSeparator(state)) ||\\n               withinFlowCollection && is_FLOW_INDICATOR(ch)) {\\n      break;\\n\\n    } else if (is_EOL(ch)) {\\n      _line = state.line;\\n      _lineStart = state.lineStart;\\n      _lineIndent = state.lineIndent;\\n      skipSeparationSpace(state, false, -1);\\n\\n      if (state.lineIndent >= nodeIndent) {\\n        hasPendingContent = true;\\n        ch = state.input.charCodeAt(state.position);\\n        continue;\\n      } else {\\n        state.position = captureEnd;\\n        state.line = _line;\\n        state.lineStart = _lineStart;\\n        state.lineIndent = _lineIndent;\\n        break;\\n      }\\n    }\\n\\n    if (hasPendingContent) {\\n      captureSegment(state, captureStart, captureEnd, false);\\n      writeFoldedLines(state, state.line - _line);\\n      captureStart = captureEnd = state.position;\\n      hasPendingContent = false;\\n    }\\n\\n    if (!is_WHITE_SPACE(ch)) {\\n      captureEnd = state.position + 1;\\n    }\\n\\n    ch = state.input.charCodeAt(++state.position);\\n  }\\n\\n  captureSegment(state, captureStart, captureEnd, false);\\n\\n  if (state.result) {\\n    return true;\\n  }\\n\\n  state.kind = _kind;\\n  state.result = _result;\\n  return false;\\n}\\n\\nfunction readSingleQuotedScalar(state, nodeIndent) {\\n  var ch,\\n      captureStart, captureEnd;\\n\\n  ch = state.input.charCodeAt(state.position);\\n\\n  if (ch !== 0x27/* ' */) {\\n    return false;\\n  }\\n\\n  state.kind = 'scalar';\\n  state.result = '';\\n  state.position++;\\n  captureStart = captureEnd = state.position;\\n\\n  while ((ch = state.input.charCodeAt(state.position)) !== 0) {\\n    if (ch === 0x27/* ' */) {\\n      captureSegment(state, captureStart, state.position, true);\\n      ch = state.input.charCodeAt(++state.position);\\n\\n      if (ch === 0x27/* ' */) {\\n        captureStart = state.position;\\n        state.position++;\\n        captureEnd = state.position;\\n      } else {\\n        return true;\\n      }\\n\\n    } else if (is_EOL(ch)) {\\n      captureSegment(state, captureStart, captureEnd, true);\\n      writeFoldedLines(state, skipSeparationSpace(state, false, nodeIndent));\\n      captureStart = captureEnd = state.position;\\n\\n    } else if (state.position === state.lineStart && testDocumentSeparator(state)) {\\n      throwError(state, 'unexpected end of the document within a single quoted scalar');\\n\\n    } else {\\n      state.position++;\\n      captureEnd = state.position;\\n    }\\n  }\\n\\n  throwError(state, 'unexpected end of the stream within a single quoted scalar');\\n}\\n\\nfunction readDoubleQuotedScalar(state, nodeIndent) {\\n  var captureStart,\\n      captureEnd,\\n      hexLength,\\n      hexResult,\\n      tmp,\\n      ch;\\n\\n  ch = state.input.charCodeAt(state.position);\\n\\n  if (ch !== 0x22/* \\\" */) {\\n    return false;\\n  }\\n\\n  state.kind = 'scalar';\\n  state.result = '';\\n  state.position++;\\n  captureStart = captureEnd = state.position;\\n\\n  while ((ch = state.input.charCodeAt(state.position)) !== 0) {\\n    if (ch === 0x22/* \\\" */) {\\n      captureSegment(state, captureStart, state.position, true);\\n      state.position++;\\n      return true;\\n\\n    } else if (ch === 0x5C/* \\\\ */) {\\n      captureSegment(state, captureStart, state.position, true);\\n      ch = state.input.charCodeAt(++state.position);\\n\\n      if (is_EOL(ch)) {\\n        skipSeparationSpace(state, false, nodeIndent);\\n\\n        // TODO: rework to inline fn with no type cast?\\n      } else if (ch < 256 && simpleEscapeCheck[ch]) {\\n        state.result += simpleEscapeMap[ch];\\n        state.position++;\\n\\n      } else if ((tmp = escapedHexLen(ch)) > 0) {\\n        hexLength = tmp;\\n        hexResult = 0;\\n\\n        for (; hexLength > 0; hexLength--) {\\n          ch = state.input.charCodeAt(++state.position);\\n\\n          if ((tmp = fromHexCode(ch)) >= 0) {\\n            hexResult = (hexResult << 4) + tmp;\\n\\n          } else {\\n            throwError(state, 'expected hexadecimal character');\\n          }\\n        }\\n\\n        state.result += charFromCodepoint(hexResult);\\n\\n        state.position++;\\n\\n      } else {\\n        throwError(state, 'unknown escape sequence');\\n      }\\n\\n      captureStart = captureEnd = state.position;\\n\\n    } else if (is_EOL(ch)) {\\n      captureSegment(state, captureStart, captureEnd, true);\\n      writeFoldedLines(state, skipSeparationSpace(state, false, nodeIndent));\\n      captureStart = captureEnd = state.position;\\n\\n    } else if (state.position === state.lineStart && testDocumentSeparator(state)) {\\n      throwError(state, 'unexpected end of the document within a double quoted scalar');\\n\\n    } else {\\n      state.position++;\\n      captureEnd = state.position;\\n    }\\n  }\\n\\n  throwError(state, 'unexpected end of the stream within a double quoted scalar');\\n}\\n\\nfunction readFlowCollection(state, nodeIndent) {\\n  var readNext = true,\\n      _line,\\n      _tag     = state.tag,\\n      _result,\\n      _anchor  = state.anchor,\\n      following,\\n      terminator,\\n      isPair,\\n      isExplicitPair,\\n      isMapping,\\n      overridableKeys = {},\\n      keyNode,\\n      keyTag,\\n      valueNode,\\n      ch;\\n\\n  ch = state.input.charCodeAt(state.position);\\n\\n  if (ch === 0x5B/* [ */) {\\n    terminator = 0x5D;/* ] */\\n    isMapping = false;\\n    _result = [];\\n  } else if (ch === 0x7B/* { */) {\\n    terminator = 0x7D;/* } */\\n    isMapping = true;\\n    _result = {};\\n  } else {\\n    return false;\\n  }\\n\\n  if (state.anchor !== null) {\\n    state.anchorMap[state.anchor] = _result;\\n  }\\n\\n  ch = state.input.charCodeAt(++state.position);\\n\\n  while (ch !== 0) {\\n    skipSeparationSpace(state, true, nodeIndent);\\n\\n    ch = state.input.charCodeAt(state.position);\\n\\n    if (ch === terminator) {\\n      state.position++;\\n      state.tag = _tag;\\n      state.anchor = _anchor;\\n      state.kind = isMapping ? 'mapping' : 'sequence';\\n      state.result = _result;\\n      return true;\\n    } else if (!readNext) {\\n      throwError(state, 'missed comma between flow collection entries');\\n    }\\n\\n    keyTag = keyNode = valueNode = null;\\n    isPair = isExplicitPair = false;\\n\\n    if (ch === 0x3F/* ? */) {\\n      following = state.input.charCodeAt(state.position + 1);\\n\\n      if (is_WS_OR_EOL(following)) {\\n        isPair = isExplicitPair = true;\\n        state.position++;\\n        skipSeparationSpace(state, true, nodeIndent);\\n      }\\n    }\\n\\n    _line = state.line;\\n    composeNode(state, nodeIndent, CONTEXT_FLOW_IN, false, true);\\n    keyTag = state.tag;\\n    keyNode = state.result;\\n    skipSeparationSpace(state, true, nodeIndent);\\n\\n    ch = state.input.charCodeAt(state.position);\\n\\n    if ((isExplicitPair || state.line === _line) && ch === 0x3A/* : */) {\\n      isPair = true;\\n      ch = state.input.charCodeAt(++state.position);\\n      skipSeparationSpace(state, true, nodeIndent);\\n      composeNode(state, nodeIndent, CONTEXT_FLOW_IN, false, true);\\n      valueNode = state.result;\\n    }\\n\\n    if (isMapping) {\\n      storeMappingPair(state, _result, overridableKeys, keyTag, keyNode, valueNode);\\n    } else if (isPair) {\\n      _result.push(storeMappingPair(state, null, overridableKeys, keyTag, keyNode, valueNode));\\n    } else {\\n      _result.push(keyNode);\\n    }\\n\\n    skipSeparationSpace(state, true, nodeIndent);\\n\\n    ch = state.input.charCodeAt(state.position);\\n\\n    if (ch === 0x2C/* , */) {\\n      readNext = true;\\n      ch = state.input.charCodeAt(++state.position);\\n    } else {\\n      readNext = false;\\n    }\\n  }\\n\\n  throwError(state, 'unexpected end of the stream within a flow collection');\\n}\\n\\nfunction readBlockScalar(state, nodeIndent) {\\n  var captureStart,\\n      folding,\\n      chomping       = CHOMPING_CLIP,\\n      didReadContent = false,\\n      detectedIndent = false,\\n      textIndent     = nodeIndent,\\n      emptyLines     = 0,\\n      atMoreIndented = false,\\n      tmp,\\n      ch;\\n\\n  ch = state.input.charCodeAt(state.position);\\n\\n  if (ch === 0x7C/* | */) {\\n    folding = false;\\n  } else if (ch === 0x3E/* > */) {\\n    folding = true;\\n  } else {\\n    return false;\\n  }\\n\\n  state.kind = 'scalar';\\n  state.result = '';\\n\\n  while (ch !== 0) {\\n    ch = state.input.charCodeAt(++state.position);\\n\\n    if (ch === 0x2B/* + */ || ch === 0x2D/* - */) {\\n      if (CHOMPING_CLIP === chomping) {\\n        chomping = (ch === 0x2B/* + */) ? CHOMPING_KEEP : CHOMPING_STRIP;\\n      } else {\\n        throwError(state, 'repeat of a chomping mode identifier');\\n      }\\n\\n    } else if ((tmp = fromDecimalCode(ch)) >= 0) {\\n      if (tmp === 0) {\\n        throwError(state, 'bad explicit indentation width of a block scalar; it cannot be less than one');\\n      } else if (!detectedIndent) {\\n        textIndent = nodeIndent + tmp - 1;\\n        detectedIndent = true;\\n      } else {\\n        throwError(state, 'repeat of an indentation width identifier');\\n      }\\n\\n    } else {\\n      break;\\n    }\\n  }\\n\\n  if (is_WHITE_SPACE(ch)) {\\n    do { ch = state.input.charCodeAt(++state.position); }\\n    while (is_WHITE_SPACE(ch));\\n\\n    if (ch === 0x23/* # */) {\\n      do { ch = state.input.charCodeAt(++state.position); }\\n      while (!is_EOL(ch) && (ch !== 0));\\n    }\\n  }\\n\\n  while (ch !== 0) {\\n    readLineBreak(state);\\n    state.lineIndent = 0;\\n\\n    ch = state.input.charCodeAt(state.position);\\n\\n    while ((!detectedIndent || state.lineIndent < textIndent) &&\\n           (ch === 0x20/* Space */)) {\\n      state.lineIndent++;\\n      ch = state.input.charCodeAt(++state.position);\\n    }\\n\\n    if (!detectedIndent && state.lineIndent > textIndent) {\\n      textIndent = state.lineIndent;\\n    }\\n\\n    if (is_EOL(ch)) {\\n      emptyLines++;\\n      continue;\\n    }\\n\\n    // End of the scalar.\\n    if (state.lineIndent < textIndent) {\\n\\n      // Perform the chomping.\\n      if (chomping === CHOMPING_KEEP) {\\n        state.result += common.repeat('\\\\n', didReadContent ? 1 + emptyLines : emptyLines);\\n      } else if (chomping === CHOMPING_CLIP) {\\n        if (didReadContent) { // i.e. only if the scalar is not empty.\\n          state.result += '\\\\n';\\n        }\\n      }\\n\\n      // Break this `while` cycle and go to the funciton's epilogue.\\n      break;\\n    }\\n\\n    // Folded style: use fancy rules to handle line breaks.\\n    if (folding) {\\n\\n      // Lines starting with white space characters (more-indented lines) are not folded.\\n      if (is_WHITE_SPACE(ch)) {\\n        atMoreIndented = true;\\n        // except for the first content line (cf. Example 8.1)\\n        state.result += common.repeat('\\\\n', didReadContent ? 1 + emptyLines : emptyLines);\\n\\n      // End of more-indented block.\\n      } else if (atMoreIndented) {\\n        atMoreIndented = false;\\n        state.result += common.repeat('\\\\n', emptyLines + 1);\\n\\n      // Just one line break - perceive as the same line.\\n      } else if (emptyLines === 0) {\\n        if (didReadContent) { // i.e. only if we have already read some scalar content.\\n          state.result += ' ';\\n        }\\n\\n      // Several line breaks - perceive as different lines.\\n      } else {\\n        state.result += common.repeat('\\\\n', emptyLines);\\n      }\\n\\n    // Literal style: just add exact number of line breaks between content lines.\\n    } else {\\n      // Keep all line breaks except the header line break.\\n      state.result += common.repeat('\\\\n', didReadContent ? 1 + emptyLines : emptyLines);\\n    }\\n\\n    didReadContent = true;\\n    detectedIndent = true;\\n    emptyLines = 0;\\n    captureStart = state.position;\\n\\n    while (!is_EOL(ch) && (ch !== 0)) {\\n      ch = state.input.charCodeAt(++state.position);\\n    }\\n\\n    captureSegment(state, captureStart, state.position, false);\\n  }\\n\\n  return true;\\n}\\n\\nfunction readBlockSequence(state, nodeIndent) {\\n  var _line,\\n      _tag      = state.tag,\\n      _anchor   = state.anchor,\\n      _result   = [],\\n      following,\\n      detected  = false,\\n      ch;\\n\\n  if (state.anchor !== null) {\\n    state.anchorMap[state.anchor] = _result;\\n  }\\n\\n  ch = state.input.charCodeAt(state.position);\\n\\n  while (ch !== 0) {\\n\\n    if (ch !== 0x2D/* - */) {\\n      break;\\n    }\\n\\n    following = state.input.charCodeAt(state.position + 1);\\n\\n    if (!is_WS_OR_EOL(following)) {\\n      break;\\n    }\\n\\n    detected = true;\\n    state.position++;\\n\\n    if (skipSeparationSpace(state, true, -1)) {\\n      if (state.lineIndent <= nodeIndent) {\\n        _result.push(null);\\n        ch = state.input.charCodeAt(state.position);\\n        continue;\\n      }\\n    }\\n\\n    _line = state.line;\\n    composeNode(state, nodeIndent, CONTEXT_BLOCK_IN, false, true);\\n    _result.push(state.result);\\n    skipSeparationSpace(state, true, -1);\\n\\n    ch = state.input.charCodeAt(state.position);\\n\\n    if ((state.line === _line || state.lineIndent > nodeIndent) && (ch !== 0)) {\\n      throwError(state, 'bad indentation of a sequence entry');\\n    } else if (state.lineIndent < nodeIndent) {\\n      break;\\n    }\\n  }\\n\\n  if (detected) {\\n    state.tag = _tag;\\n    state.anchor = _anchor;\\n    state.kind = 'sequence';\\n    state.result = _result;\\n    return true;\\n  }\\n  return false;\\n}\\n\\nfunction readBlockMapping(state, nodeIndent, flowIndent) {\\n  var following,\\n      allowCompact,\\n      _line,\\n      _pos,\\n      _tag          = state.tag,\\n      _anchor       = state.anchor,\\n      _result       = {},\\n      overridableKeys = {},\\n      keyTag        = null,\\n      keyNode       = null,\\n      valueNode     = null,\\n      atExplicitKey = false,\\n      detected      = false,\\n      ch;\\n\\n  if (state.anchor !== null) {\\n    state.anchorMap[state.anchor] = _result;\\n  }\\n\\n  ch = state.input.charCodeAt(state.position);\\n\\n  while (ch !== 0) {\\n    following = state.input.charCodeAt(state.position + 1);\\n    _line = state.line; // Save the current line.\\n    _pos = state.position;\\n\\n    //\\n    // Explicit notation case. There are two separate blocks:\\n    // first for the key (denoted by \\\"?\\\") and second for the value (denoted by \\\":\\\")\\n    //\\n    if ((ch === 0x3F/* ? */ || ch === 0x3A/* : */) && is_WS_OR_EOL(following)) {\\n\\n      if (ch === 0x3F/* ? */) {\\n        if (atExplicitKey) {\\n          storeMappingPair(state, _result, overridableKeys, keyTag, keyNode, null);\\n          keyTag = keyNode = valueNode = null;\\n        }\\n\\n        detected = true;\\n        atExplicitKey = true;\\n        allowCompact = true;\\n\\n      } else if (atExplicitKey) {\\n        // i.e. 0x3A/* : */ === character after the explicit key.\\n        atExplicitKey = false;\\n        allowCompact = true;\\n\\n      } else {\\n        throwError(state, 'incomplete explicit mapping pair; a key node is missed; or followed by a non-tabulated empty line');\\n      }\\n\\n      state.position += 1;\\n      ch = following;\\n\\n    //\\n    // Implicit notation case. Flow-style node as the key first, then \\\":\\\", and the value.\\n    //\\n    } else if (composeNode(state, flowIndent, CONTEXT_FLOW_OUT, false, true)) {\\n\\n      if (state.line === _line) {\\n        ch = state.input.charCodeAt(state.position);\\n\\n        while (is_WHITE_SPACE(ch)) {\\n          ch = state.input.charCodeAt(++state.position);\\n        }\\n\\n        if (ch === 0x3A/* : */) {\\n          ch = state.input.charCodeAt(++state.position);\\n\\n          if (!is_WS_OR_EOL(ch)) {\\n            throwError(state, 'a whitespace character is expected after the key-value separator within a block mapping');\\n          }\\n\\n          if (atExplicitKey) {\\n            storeMappingPair(state, _result, overridableKeys, keyTag, keyNode, null);\\n            keyTag = keyNode = valueNode = null;\\n          }\\n\\n          detected = true;\\n          atExplicitKey = false;\\n          allowCompact = false;\\n          keyTag = state.tag;\\n          keyNode = state.result;\\n\\n        } else if (detected) {\\n          throwError(state, 'can not read an implicit mapping pair; a colon is missed');\\n\\n        } else {\\n          state.tag = _tag;\\n          state.anchor = _anchor;\\n          return true; // Keep the result of `composeNode`.\\n        }\\n\\n      } else if (detected) {\\n        throwError(state, 'can not read a block mapping entry; a multiline key may not be an implicit key');\\n\\n      } else {\\n        state.tag = _tag;\\n        state.anchor = _anchor;\\n        return true; // Keep the result of `composeNode`.\\n      }\\n\\n    } else {\\n      break; // Reading is done. Go to the epilogue.\\n    }\\n\\n    //\\n    // Common reading code for both explicit and implicit notations.\\n    //\\n    if (state.line === _line || state.lineIndent > nodeIndent) {\\n      if (composeNode(state, nodeIndent, CONTEXT_BLOCK_OUT, true, allowCompact)) {\\n        if (atExplicitKey) {\\n          keyNode = state.result;\\n        } else {\\n          valueNode = state.result;\\n        }\\n      }\\n\\n      if (!atExplicitKey) {\\n        storeMappingPair(state, _result, overridableKeys, keyTag, keyNode, valueNode, _line, _pos);\\n        keyTag = keyNode = valueNode = null;\\n      }\\n\\n      skipSeparationSpace(state, true, -1);\\n      ch = state.input.charCodeAt(state.position);\\n    }\\n\\n    if (state.lineIndent > nodeIndent && (ch !== 0)) {\\n      throwError(state, 'bad indentation of a mapping entry');\\n    } else if (state.lineIndent < nodeIndent) {\\n      break;\\n    }\\n  }\\n\\n  //\\n  // Epilogue.\\n  //\\n\\n  // Special case: last mapping's node contains only the key in explicit notation.\\n  if (atExplicitKey) {\\n    storeMappingPair(state, _result, overridableKeys, keyTag, keyNode, null);\\n  }\\n\\n  // Expose the resulting mapping.\\n  if (detected) {\\n    state.tag = _tag;\\n    state.anchor = _anchor;\\n    state.kind = 'mapping';\\n    state.result = _result;\\n  }\\n\\n  return detected;\\n}\\n\\nfunction readTagProperty(state) {\\n  var _position,\\n      isVerbatim = false,\\n      isNamed    = false,\\n      tagHandle,\\n      tagName,\\n      ch;\\n\\n  ch = state.input.charCodeAt(state.position);\\n\\n  if (ch !== 0x21/* ! */) return false;\\n\\n  if (state.tag !== null) {\\n    throwError(state, 'duplication of a tag property');\\n  }\\n\\n  ch = state.input.charCodeAt(++state.position);\\n\\n  if (ch === 0x3C/* < */) {\\n    isVerbatim = true;\\n    ch = state.input.charCodeAt(++state.position);\\n\\n  } else if (ch === 0x21/* ! */) {\\n    isNamed = true;\\n    tagHandle = '!!';\\n    ch = state.input.charCodeAt(++state.position);\\n\\n  } else {\\n    tagHandle = '!';\\n  }\\n\\n  _position = state.position;\\n\\n  if (isVerbatim) {\\n    do { ch = state.input.charCodeAt(++state.position); }\\n    while (ch !== 0 && ch !== 0x3E/* > */);\\n\\n    if (state.position < state.length) {\\n      tagName = state.input.slice(_position, state.position);\\n      ch = state.input.charCodeAt(++state.position);\\n    } else {\\n      throwError(state, 'unexpected end of the stream within a verbatim tag');\\n    }\\n  } else {\\n    while (ch !== 0 && !is_WS_OR_EOL(ch)) {\\n\\n      if (ch === 0x21/* ! */) {\\n        if (!isNamed) {\\n          tagHandle = state.input.slice(_position - 1, state.position + 1);\\n\\n          if (!PATTERN_TAG_HANDLE.test(tagHandle)) {\\n            throwError(state, 'named tag handle cannot contain such characters');\\n          }\\n\\n          isNamed = true;\\n          _position = state.position + 1;\\n        } else {\\n          throwError(state, 'tag suffix cannot contain exclamation marks');\\n        }\\n      }\\n\\n      ch = state.input.charCodeAt(++state.position);\\n    }\\n\\n    tagName = state.input.slice(_position, state.position);\\n\\n    if (PATTERN_FLOW_INDICATORS.test(tagName)) {\\n      throwError(state, 'tag suffix cannot contain flow indicator characters');\\n    }\\n  }\\n\\n  if (tagName && !PATTERN_TAG_URI.test(tagName)) {\\n    throwError(state, 'tag name cannot contain such characters: ' + tagName);\\n  }\\n\\n  if (isVerbatim) {\\n    state.tag = tagName;\\n\\n  } else if (_hasOwnProperty.call(state.tagMap, tagHandle)) {\\n    state.tag = state.tagMap[tagHandle] + tagName;\\n\\n  } else if (tagHandle === '!') {\\n    state.tag = '!' + tagName;\\n\\n  } else if (tagHandle === '!!') {\\n    state.tag = 'tag:yaml.org,2002:' + tagName;\\n\\n  } else {\\n    throwError(state, 'undeclared tag handle \\\"' + tagHandle + '\\\"');\\n  }\\n\\n  return true;\\n}\\n\\nfunction readAnchorProperty(state) {\\n  var _position,\\n      ch;\\n\\n  ch = state.input.charCodeAt(state.position);\\n\\n  if (ch !== 0x26/* & */) return false;\\n\\n  if (state.anchor !== null) {\\n    throwError(state, 'duplication of an anchor property');\\n  }\\n\\n  ch = state.input.charCodeAt(++state.position);\\n  _position = state.position;\\n\\n  while (ch !== 0 && !is_WS_OR_EOL(ch) && !is_FLOW_INDICATOR(ch)) {\\n    ch = state.input.charCodeAt(++state.position);\\n  }\\n\\n  if (state.position === _position) {\\n    throwError(state, 'name of an anchor node must contain at least one character');\\n  }\\n\\n  state.anchor = state.input.slice(_position, state.position);\\n  return true;\\n}\\n\\nfunction readAlias(state) {\\n  var _position, alias,\\n      ch;\\n\\n  ch = state.input.charCodeAt(state.position);\\n\\n  if (ch !== 0x2A/* * */) return false;\\n\\n  ch = state.input.charCodeAt(++state.position);\\n  _position = state.position;\\n\\n  while (ch !== 0 && !is_WS_OR_EOL(ch) && !is_FLOW_INDICATOR(ch)) {\\n    ch = state.input.charCodeAt(++state.position);\\n  }\\n\\n  if (state.position === _position) {\\n    throwError(state, 'name of an alias node must contain at least one character');\\n  }\\n\\n  alias = state.input.slice(_position, state.position);\\n\\n  if (!state.anchorMap.hasOwnProperty(alias)) {\\n    throwError(state, 'unidentified alias \\\"' + alias + '\\\"');\\n  }\\n\\n  state.result = state.anchorMap[alias];\\n  skipSeparationSpace(state, true, -1);\\n  return true;\\n}\\n\\nfunction composeNode(state, parentIndent, nodeContext, allowToSeek, allowCompact) {\\n  var allowBlockStyles,\\n      allowBlockScalars,\\n      allowBlockCollections,\\n      indentStatus = 1, // 1: this>parent, 0: this=parent, -1: this<parent\\n      atNewLine  = false,\\n      hasContent = false,\\n      typeIndex,\\n      typeQuantity,\\n      type,\\n      flowIndent,\\n      blockIndent;\\n\\n  if (state.listener !== null) {\\n    state.listener('open', state);\\n  }\\n\\n  state.tag    = null;\\n  state.anchor = null;\\n  state.kind   = null;\\n  state.result = null;\\n\\n  allowBlockStyles = allowBlockScalars = allowBlockCollections =\\n    CONTEXT_BLOCK_OUT === nodeContext ||\\n    CONTEXT_BLOCK_IN  === nodeContext;\\n\\n  if (allowToSeek) {\\n    if (skipSeparationSpace(state, true, -1)) {\\n      atNewLine = true;\\n\\n      if (state.lineIndent > parentIndent) {\\n        indentStatus = 1;\\n      } else if (state.lineIndent === parentIndent) {\\n        indentStatus = 0;\\n      } else if (state.lineIndent < parentIndent) {\\n        indentStatus = -1;\\n      }\\n    }\\n  }\\n\\n  if (indentStatus === 1) {\\n    while (readTagProperty(state) || readAnchorProperty(state)) {\\n      if (skipSeparationSpace(state, true, -1)) {\\n        atNewLine = true;\\n        allowBlockCollections = allowBlockStyles;\\n\\n        if (state.lineIndent > parentIndent) {\\n          indentStatus = 1;\\n        } else if (state.lineIndent === parentIndent) {\\n          indentStatus = 0;\\n        } else if (state.lineIndent < parentIndent) {\\n          indentStatus = -1;\\n        }\\n      } else {\\n        allowBlockCollections = false;\\n      }\\n    }\\n  }\\n\\n  if (allowBlockCollections) {\\n    allowBlockCollections = atNewLine || allowCompact;\\n  }\\n\\n  if (indentStatus === 1 || CONTEXT_BLOCK_OUT === nodeContext) {\\n    if (CONTEXT_FLOW_IN === nodeContext || CONTEXT_FLOW_OUT === nodeContext) {\\n      flowIndent = parentIndent;\\n    } else {\\n      flowIndent = parentIndent + 1;\\n    }\\n\\n    blockIndent = state.position - state.lineStart;\\n\\n    if (indentStatus === 1) {\\n      if (allowBlockCollections &&\\n          (readBlockSequence(state, blockIndent) ||\\n           readBlockMapping(state, blockIndent, flowIndent)) ||\\n          readFlowCollection(state, flowIndent)) {\\n        hasContent = true;\\n      } else {\\n        if ((allowBlockScalars && readBlockScalar(state, flowIndent)) ||\\n            readSingleQuotedScalar(state, flowIndent) ||\\n            readDoubleQuotedScalar(state, flowIndent)) {\\n          hasContent = true;\\n\\n        } else if (readAlias(state)) {\\n          hasContent = true;\\n\\n          if (state.tag !== null || state.anchor !== null) {\\n            throwError(state, 'alias node should not have any properties');\\n          }\\n\\n        } else if (readPlainScalar(state, flowIndent, CONTEXT_FLOW_IN === nodeContext)) {\\n          hasContent = true;\\n\\n          if (state.tag === null) {\\n            state.tag = '?';\\n          }\\n        }\\n\\n        if (state.anchor !== null) {\\n          state.anchorMap[state.anchor] = state.result;\\n        }\\n      }\\n    } else if (indentStatus === 0) {\\n      // Special case: block sequences are allowed to have same indentation level as the parent.\\n      // http://www.yaml.org/spec/1.2/spec.html#id2799784\\n      hasContent = allowBlockCollections && readBlockSequence(state, blockIndent);\\n    }\\n  }\\n\\n  if (state.tag !== null && state.tag !== '!') {\\n    if (state.tag === '?') {\\n      for (typeIndex = 0, typeQuantity = state.implicitTypes.length; typeIndex < typeQuantity; typeIndex += 1) {\\n        type = state.implicitTypes[typeIndex];\\n\\n        // Implicit resolving is not allowed for non-scalar types, and '?'\\n        // non-specific tag is only assigned to plain scalars. So, it isn't\\n        // needed to check for 'kind' conformity.\\n\\n        if (type.resolve(state.result)) { // `state.result` updated in resolver if matched\\n          state.result = type.construct(state.result);\\n          state.tag = type.tag;\\n          if (state.anchor !== null) {\\n            state.anchorMap[state.anchor] = state.result;\\n          }\\n          break;\\n        }\\n      }\\n    } else if (_hasOwnProperty.call(state.typeMap[state.kind || 'fallback'], state.tag)) {\\n      type = state.typeMap[state.kind || 'fallback'][state.tag];\\n\\n      if (state.result !== null && type.kind !== state.kind) {\\n        throwError(state, 'unacceptable node kind for !<' + state.tag + '> tag; it should be \\\"' + type.kind + '\\\", not \\\"' + state.kind + '\\\"');\\n      }\\n\\n      if (!type.resolve(state.result)) { // `state.result` updated in resolver if matched\\n        throwError(state, 'cannot resolve a node with !<' + state.tag + '> explicit tag');\\n      } else {\\n        state.result = type.construct(state.result);\\n        if (state.anchor !== null) {\\n          state.anchorMap[state.anchor] = state.result;\\n        }\\n      }\\n    } else {\\n      throwError(state, 'unknown tag !<' + state.tag + '>');\\n    }\\n  }\\n\\n  if (state.listener !== null) {\\n    state.listener('close', state);\\n  }\\n  return state.tag !== null ||  state.anchor !== null || hasContent;\\n}\\n\\nfunction readDocument(state) {\\n  var documentStart = state.position,\\n      _position,\\n      directiveName,\\n      directiveArgs,\\n      hasDirectives = false,\\n      ch;\\n\\n  state.version = null;\\n  state.checkLineBreaks = state.legacy;\\n  state.tagMap = {};\\n  state.anchorMap = {};\\n\\n  while ((ch = state.input.charCodeAt(state.position)) !== 0) {\\n    skipSeparationSpace(state, true, -1);\\n\\n    ch = state.input.charCodeAt(state.position);\\n\\n    if (state.lineIndent > 0 || ch !== 0x25/* % */) {\\n      break;\\n    }\\n\\n    hasDirectives = true;\\n    ch = state.input.charCodeAt(++state.position);\\n    _position = state.position;\\n\\n    while (ch !== 0 && !is_WS_OR_EOL(ch)) {\\n      ch = state.input.charCodeAt(++state.position);\\n    }\\n\\n    directiveName = state.input.slice(_position, state.position);\\n    directiveArgs = [];\\n\\n    if (directiveName.length < 1) {\\n      throwError(state, 'directive name must not be less than one character in length');\\n    }\\n\\n    while (ch !== 0) {\\n      while (is_WHITE_SPACE(ch)) {\\n        ch = state.input.charCodeAt(++state.position);\\n      }\\n\\n      if (ch === 0x23/* # */) {\\n        do { ch = state.input.charCodeAt(++state.position); }\\n        while (ch !== 0 && !is_EOL(ch));\\n        break;\\n      }\\n\\n      if (is_EOL(ch)) break;\\n\\n      _position = state.position;\\n\\n      while (ch !== 0 && !is_WS_OR_EOL(ch)) {\\n        ch = state.input.charCodeAt(++state.position);\\n      }\\n\\n      directiveArgs.push(state.input.slice(_position, state.position));\\n    }\\n\\n    if (ch !== 0) readLineBreak(state);\\n\\n    if (_hasOwnProperty.call(directiveHandlers, directiveName)) {\\n      directiveHandlers[directiveName](state, directiveName, directiveArgs);\\n    } else {\\n      throwWarning(state, 'unknown document directive \\\"' + directiveName + '\\\"');\\n    }\\n  }\\n\\n  skipSeparationSpace(state, true, -1);\\n\\n  if (state.lineIndent === 0 &&\\n      state.input.charCodeAt(state.position)     === 0x2D/* - */ &&\\n      state.input.charCodeAt(state.position + 1) === 0x2D/* - */ &&\\n      state.input.charCodeAt(state.position + 2) === 0x2D/* - */) {\\n    state.position += 3;\\n    skipSeparationSpace(state, true, -1);\\n\\n  } else if (hasDirectives) {\\n    throwError(state, 'directives end mark is expected');\\n  }\\n\\n  composeNode(state, state.lineIndent - 1, CONTEXT_BLOCK_OUT, false, true);\\n  skipSeparationSpace(state, true, -1);\\n\\n  if (state.checkLineBreaks &&\\n      PATTERN_NON_ASCII_LINE_BREAKS.test(state.input.slice(documentStart, state.position))) {\\n    throwWarning(state, 'non-ASCII line breaks are interpreted as content');\\n  }\\n\\n  state.documents.push(state.result);\\n\\n  if (state.position === state.lineStart && testDocumentSeparator(state)) {\\n\\n    if (state.input.charCodeAt(state.position) === 0x2E/* . */) {\\n      state.position += 3;\\n      skipSeparationSpace(state, true, -1);\\n    }\\n    return;\\n  }\\n\\n  if (state.position < (state.length - 1)) {\\n    throwError(state, 'end of the stream or a document separator is expected');\\n  } else {\\n    return;\\n  }\\n}\\n\\n\\nfunction loadDocuments(input, options) {\\n  input = String(input);\\n  options = options || {};\\n\\n  if (input.length !== 0) {\\n\\n    // Add tailing `\\\\n` if not exists\\n    if (input.charCodeAt(input.length - 1) !== 0x0A/* LF */ &&\\n        input.charCodeAt(input.length - 1) !== 0x0D/* CR */) {\\n      input += '\\\\n';\\n    }\\n\\n    // Strip BOM\\n    if (input.charCodeAt(0) === 0xFEFF) {\\n      input = input.slice(1);\\n    }\\n  }\\n\\n  var state = new State(input, options);\\n\\n  // Use 0 as string terminator. That significantly simplifies bounds check.\\n  state.input += '\\\\0';\\n\\n  while (state.input.charCodeAt(state.position) === 0x20/* Space */) {\\n    state.lineIndent += 1;\\n    state.position += 1;\\n  }\\n\\n  while (state.position < (state.length - 1)) {\\n    readDocument(state);\\n  }\\n\\n  return state.documents;\\n}\\n\\n\\nfunction loadAll(input, iterator, options) {\\n  var documents = loadDocuments(input, options), index, length;\\n\\n  if (typeof iterator !== 'function') {\\n    return documents;\\n  }\\n\\n  for (index = 0, length = documents.length; index < length; index += 1) {\\n    iterator(documents[index]);\\n  }\\n}\\n\\n\\nfunction load(input, options) {\\n  var documents = loadDocuments(input, options);\\n\\n  if (documents.length === 0) {\\n    /*eslint-disable no-undefined*/\\n    return undefined;\\n  } else if (documents.length === 1) {\\n    return documents[0];\\n  }\\n  throw new YAMLException('expected a single document in the stream, but found more');\\n}\\n\\n\\nfunction safeLoadAll(input, output, options) {\\n  if (typeof output === 'function') {\\n    loadAll(input, output, common.extend({ schema: DEFAULT_SAFE_SCHEMA }, options));\\n  } else {\\n    return loadAll(input, common.extend({ schema: DEFAULT_SAFE_SCHEMA }, options));\\n  }\\n}\\n\\n\\nfunction safeLoad(input, options) {\\n  return load(input, common.extend({ schema: DEFAULT_SAFE_SCHEMA }, options));\\n}\\n\\n\\nmodule.exports.loadAll     = loadAll;\\nmodule.exports.load        = load;\\nmodule.exports.safeLoadAll = safeLoadAll;\\nmodule.exports.safeLoad    = safeLoad;\\n\"\n        },\n        {\n          \"id\": 107,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/js-yaml/lib/js-yaml/mark.js\",\n          \"name\": \"./node_modules/js-yaml/lib/js-yaml/mark.js\",\n          \"index\": 174,\n          \"index2\": 167,\n          \"size\": 1562,\n          \"cacheable\": true,\n          \"built\": true,\n          \"optional\": false,\n          \"prefetched\": false,\n          \"chunks\": [\n            2,\n            4\n          ],\n          \"issuer\": \"/Users/jarred/Code/styleurl/node_modules/js-yaml/lib/js-yaml/loader.js\",\n          \"issuerId\": 106,\n          \"issuerName\": \"./node_modules/js-yaml/lib/js-yaml/loader.js\",\n          \"issuerPath\": [\n            {\n              \"id\": 350,\n              \"identifier\": \"multi /Users/jarred/Code/styleurl/webpack/customPublicPath /Users/jarred/Code/styleurl/chrome/extension/github_gist_content_script\",\n              \"name\": \"multi ./webpack/customPublicPath ./chrome/extension/github_gist_content_script\",\n              \"profile\": {\n                \"factory\": 0,\n                \"building\": 0,\n                \"dependencies\": 53\n              }\n            },\n            {\n              \"id\": 351,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/github_gist_content_script.js\",\n              \"name\": \"./chrome/extension/github_gist_content_script.js\",\n              \"profile\": {\n                \"factory\": 54,\n                \"building\": 576,\n                \"dependencies\": 194\n              }\n            },\n            {\n              \"id\": 55,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/lib/stylefile.js\",\n              \"name\": \"./chrome/extension/lib/stylefile.js\",\n              \"profile\": {\n                \"factory\": 194,\n                \"building\": 246,\n                \"dependencies\": 40\n              }\n            },\n            {\n              \"id\": 104,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/js-yaml/index.js\",\n              \"name\": \"./node_modules/js-yaml/index.js\",\n              \"profile\": {\n                \"factory\": 408,\n                \"building\": 42\n              }\n            },\n            {\n              \"id\": 105,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/js-yaml/lib/js-yaml.js\",\n              \"name\": \"./node_modules/js-yaml/lib/js-yaml.js\",\n              \"profile\": {\n                \"factory\": 96,\n                \"building\": 77\n              }\n            },\n            {\n              \"id\": 106,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/js-yaml/lib/js-yaml/loader.js\",\n              \"name\": \"./node_modules/js-yaml/lib/js-yaml/loader.js\",\n              \"profile\": {\n                \"factory\": 33,\n                \"building\": 66,\n                \"dependencies\": 42\n              }\n            }\n          ],\n          \"profile\": {\n            \"factory\": 41,\n            \"building\": 17,\n            \"dependencies\": 0\n          },\n          \"failed\": false,\n          \"errors\": 0,\n          \"warnings\": 0,\n          \"assets\": [],\n          \"reasons\": [\n            {\n              \"moduleId\": 106,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/js-yaml/lib/js-yaml/loader.js\",\n              \"module\": \"./node_modules/js-yaml/lib/js-yaml/loader.js\",\n              \"moduleName\": \"./node_modules/js-yaml/lib/js-yaml/loader.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"./mark\",\n              \"loc\": \"7:26-43\"\n            }\n          ],\n          \"usedExports\": true,\n          \"providedExports\": null,\n          \"optimizationBailout\": [\n            \"ModuleConcatenation bailout: Module is not an ECMAScript module\"\n          ],\n          \"depth\": 6,\n          \"source\": \"'use strict';\\n\\n\\nvar common = require('./common');\\n\\n\\nfunction Mark(name, buffer, position, line, column) {\\n  this.name     = name;\\n  this.buffer   = buffer;\\n  this.position = position;\\n  this.line     = line;\\n  this.column   = column;\\n}\\n\\n\\nMark.prototype.getSnippet = function getSnippet(indent, maxLength) {\\n  var head, start, tail, end, snippet;\\n\\n  if (!this.buffer) return null;\\n\\n  indent = indent || 4;\\n  maxLength = maxLength || 75;\\n\\n  head = '';\\n  start = this.position;\\n\\n  while (start > 0 && '\\\\x00\\\\r\\\\n\\\\x85\\\\u2028\\\\u2029'.indexOf(this.buffer.charAt(start - 1)) === -1) {\\n    start -= 1;\\n    if (this.position - start > (maxLength / 2 - 1)) {\\n      head = ' ... ';\\n      start += 5;\\n      break;\\n    }\\n  }\\n\\n  tail = '';\\n  end = this.position;\\n\\n  while (end < this.buffer.length && '\\\\x00\\\\r\\\\n\\\\x85\\\\u2028\\\\u2029'.indexOf(this.buffer.charAt(end)) === -1) {\\n    end += 1;\\n    if (end - this.position > (maxLength / 2 - 1)) {\\n      tail = ' ... ';\\n      end -= 5;\\n      break;\\n    }\\n  }\\n\\n  snippet = this.buffer.slice(start, end);\\n\\n  return common.repeat(' ', indent) + head + snippet + tail + '\\\\n' +\\n         common.repeat(' ', indent + this.position - start + head.length) + '^';\\n};\\n\\n\\nMark.prototype.toString = function toString(compact) {\\n  var snippet, where = '';\\n\\n  if (this.name) {\\n    where += 'in \\\"' + this.name + '\\\" ';\\n  }\\n\\n  where += 'at line ' + (this.line + 1) + ', column ' + (this.column + 1);\\n\\n  if (!compact) {\\n    snippet = this.getSnippet();\\n\\n    if (snippet) {\\n      where += ':\\\\n' + snippet;\\n    }\\n  }\\n\\n  return where;\\n};\\n\\n\\nmodule.exports = Mark;\\n\"\n        },\n        {\n          \"id\": 108,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/js-yaml/lib/js-yaml/type/str.js\",\n          \"name\": \"./node_modules/js-yaml/lib/js-yaml/type/str.js\",\n          \"index\": 181,\n          \"index2\": 170,\n          \"size\": 189,\n          \"cacheable\": true,\n          \"built\": true,\n          \"optional\": false,\n          \"prefetched\": false,\n          \"chunks\": [\n            2,\n            4\n          ],\n          \"issuer\": \"/Users/jarred/Code/styleurl/node_modules/js-yaml/lib/js-yaml/schema/failsafe.js\",\n          \"issuerId\": 30,\n          \"issuerName\": \"./node_modules/js-yaml/lib/js-yaml/schema/failsafe.js\",\n          \"issuerPath\": [\n            {\n              \"id\": 350,\n              \"identifier\": \"multi /Users/jarred/Code/styleurl/webpack/customPublicPath /Users/jarred/Code/styleurl/chrome/extension/github_gist_content_script\",\n              \"name\": \"multi ./webpack/customPublicPath ./chrome/extension/github_gist_content_script\",\n              \"profile\": {\n                \"factory\": 0,\n                \"building\": 0,\n                \"dependencies\": 53\n              }\n            },\n            {\n              \"id\": 351,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/github_gist_content_script.js\",\n              \"name\": \"./chrome/extension/github_gist_content_script.js\",\n              \"profile\": {\n                \"factory\": 54,\n                \"building\": 576,\n                \"dependencies\": 194\n              }\n            },\n            {\n              \"id\": 55,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/lib/stylefile.js\",\n              \"name\": \"./chrome/extension/lib/stylefile.js\",\n              \"profile\": {\n                \"factory\": 194,\n                \"building\": 246,\n                \"dependencies\": 40\n              }\n            },\n            {\n              \"id\": 104,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/js-yaml/index.js\",\n              \"name\": \"./node_modules/js-yaml/index.js\",\n              \"profile\": {\n                \"factory\": 408,\n                \"building\": 42\n              }\n            },\n            {\n              \"id\": 105,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/js-yaml/lib/js-yaml.js\",\n              \"name\": \"./node_modules/js-yaml/lib/js-yaml.js\",\n              \"profile\": {\n                \"factory\": 96,\n                \"building\": 77\n              }\n            },\n            {\n              \"id\": 30,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/js-yaml/lib/js-yaml/schema/failsafe.js\",\n              \"name\": \"./node_modules/js-yaml/lib/js-yaml/schema/failsafe.js\",\n              \"profile\": {\n                \"factory\": 33,\n                \"building\": 66,\n                \"dependencies\": 42\n              }\n            }\n          ],\n          \"profile\": {\n            \"factory\": 66,\n            \"building\": 9,\n            \"dependencies\": 0\n          },\n          \"failed\": false,\n          \"errors\": 0,\n          \"warnings\": 0,\n          \"assets\": [],\n          \"reasons\": [\n            {\n              \"moduleId\": 30,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/js-yaml/lib/js-yaml/schema/failsafe.js\",\n              \"module\": \"./node_modules/js-yaml/lib/js-yaml/schema/failsafe.js\",\n              \"moduleName\": \"./node_modules/js-yaml/lib/js-yaml/schema/failsafe.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"../type/str\",\n              \"loc\": \"13:4-26\"\n            }\n          ],\n          \"usedExports\": true,\n          \"providedExports\": null,\n          \"optimizationBailout\": [\n            \"ModuleConcatenation bailout: Module is not an ECMAScript module\"\n          ],\n          \"depth\": 6,\n          \"source\": \"'use strict';\\n\\nvar Type = require('../type');\\n\\nmodule.exports = new Type('tag:yaml.org,2002:str', {\\n  kind: 'scalar',\\n  construct: function (data) { return data !== null ? data : ''; }\\n});\\n\"\n        },\n        {\n          \"id\": 109,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/js-yaml/lib/js-yaml/type/seq.js\",\n          \"name\": \"./node_modules/js-yaml/lib/js-yaml/type/seq.js\",\n          \"index\": 182,\n          \"index2\": 171,\n          \"size\": 191,\n          \"cacheable\": true,\n          \"built\": true,\n          \"optional\": false,\n          \"prefetched\": false,\n          \"chunks\": [\n            2,\n            4\n          ],\n          \"issuer\": \"/Users/jarred/Code/styleurl/node_modules/js-yaml/lib/js-yaml/schema/failsafe.js\",\n          \"issuerId\": 30,\n          \"issuerName\": \"./node_modules/js-yaml/lib/js-yaml/schema/failsafe.js\",\n          \"issuerPath\": [\n            {\n              \"id\": 350,\n              \"identifier\": \"multi /Users/jarred/Code/styleurl/webpack/customPublicPath /Users/jarred/Code/styleurl/chrome/extension/github_gist_content_script\",\n              \"name\": \"multi ./webpack/customPublicPath ./chrome/extension/github_gist_content_script\",\n              \"profile\": {\n                \"factory\": 0,\n                \"building\": 0,\n                \"dependencies\": 53\n              }\n            },\n            {\n              \"id\": 351,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/github_gist_content_script.js\",\n              \"name\": \"./chrome/extension/github_gist_content_script.js\",\n              \"profile\": {\n                \"factory\": 54,\n                \"building\": 576,\n                \"dependencies\": 194\n              }\n            },\n            {\n              \"id\": 55,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/lib/stylefile.js\",\n              \"name\": \"./chrome/extension/lib/stylefile.js\",\n              \"profile\": {\n                \"factory\": 194,\n                \"building\": 246,\n                \"dependencies\": 40\n              }\n            },\n            {\n              \"id\": 104,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/js-yaml/index.js\",\n              \"name\": \"./node_modules/js-yaml/index.js\",\n              \"profile\": {\n                \"factory\": 408,\n                \"building\": 42\n              }\n            },\n            {\n              \"id\": 105,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/js-yaml/lib/js-yaml.js\",\n              \"name\": \"./node_modules/js-yaml/lib/js-yaml.js\",\n              \"profile\": {\n                \"factory\": 96,\n                \"building\": 77\n              }\n            },\n            {\n              \"id\": 30,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/js-yaml/lib/js-yaml/schema/failsafe.js\",\n              \"name\": \"./node_modules/js-yaml/lib/js-yaml/schema/failsafe.js\",\n              \"profile\": {\n                \"factory\": 33,\n                \"building\": 66,\n                \"dependencies\": 42\n              }\n            }\n          ],\n          \"profile\": {\n            \"factory\": 66,\n            \"building\": 9,\n            \"dependencies\": 0\n          },\n          \"failed\": false,\n          \"errors\": 0,\n          \"warnings\": 0,\n          \"assets\": [],\n          \"reasons\": [\n            {\n              \"moduleId\": 30,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/js-yaml/lib/js-yaml/schema/failsafe.js\",\n              \"module\": \"./node_modules/js-yaml/lib/js-yaml/schema/failsafe.js\",\n              \"moduleName\": \"./node_modules/js-yaml/lib/js-yaml/schema/failsafe.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"../type/seq\",\n              \"loc\": \"14:4-26\"\n            }\n          ],\n          \"usedExports\": true,\n          \"providedExports\": null,\n          \"optimizationBailout\": [\n            \"ModuleConcatenation bailout: Module is not an ECMAScript module\"\n          ],\n          \"depth\": 6,\n          \"source\": \"'use strict';\\n\\nvar Type = require('../type');\\n\\nmodule.exports = new Type('tag:yaml.org,2002:seq', {\\n  kind: 'sequence',\\n  construct: function (data) { return data !== null ? data : []; }\\n});\\n\"\n        },\n        {\n          \"id\": 110,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/js-yaml/lib/js-yaml/type/map.js\",\n          \"name\": \"./node_modules/js-yaml/lib/js-yaml/type/map.js\",\n          \"index\": 183,\n          \"index2\": 172,\n          \"size\": 190,\n          \"cacheable\": true,\n          \"built\": true,\n          \"optional\": false,\n          \"prefetched\": false,\n          \"chunks\": [\n            2,\n            4\n          ],\n          \"issuer\": \"/Users/jarred/Code/styleurl/node_modules/js-yaml/lib/js-yaml/schema/failsafe.js\",\n          \"issuerId\": 30,\n          \"issuerName\": \"./node_modules/js-yaml/lib/js-yaml/schema/failsafe.js\",\n          \"issuerPath\": [\n            {\n              \"id\": 350,\n              \"identifier\": \"multi /Users/jarred/Code/styleurl/webpack/customPublicPath /Users/jarred/Code/styleurl/chrome/extension/github_gist_content_script\",\n              \"name\": \"multi ./webpack/customPublicPath ./chrome/extension/github_gist_content_script\",\n              \"profile\": {\n                \"factory\": 0,\n                \"building\": 0,\n                \"dependencies\": 53\n              }\n            },\n            {\n              \"id\": 351,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/github_gist_content_script.js\",\n              \"name\": \"./chrome/extension/github_gist_content_script.js\",\n              \"profile\": {\n                \"factory\": 54,\n                \"building\": 576,\n                \"dependencies\": 194\n              }\n            },\n            {\n              \"id\": 55,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/lib/stylefile.js\",\n              \"name\": \"./chrome/extension/lib/stylefile.js\",\n              \"profile\": {\n                \"factory\": 194,\n                \"building\": 246,\n                \"dependencies\": 40\n              }\n            },\n            {\n              \"id\": 104,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/js-yaml/index.js\",\n              \"name\": \"./node_modules/js-yaml/index.js\",\n              \"profile\": {\n                \"factory\": 408,\n                \"building\": 42\n              }\n            },\n            {\n              \"id\": 105,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/js-yaml/lib/js-yaml.js\",\n              \"name\": \"./node_modules/js-yaml/lib/js-yaml.js\",\n              \"profile\": {\n                \"factory\": 96,\n                \"building\": 77\n              }\n            },\n            {\n              \"id\": 30,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/js-yaml/lib/js-yaml/schema/failsafe.js\",\n              \"name\": \"./node_modules/js-yaml/lib/js-yaml/schema/failsafe.js\",\n              \"profile\": {\n                \"factory\": 33,\n                \"building\": 66,\n                \"dependencies\": 42\n              }\n            }\n          ],\n          \"profile\": {\n            \"factory\": 66,\n            \"building\": 9,\n            \"dependencies\": 0\n          },\n          \"failed\": false,\n          \"errors\": 0,\n          \"warnings\": 0,\n          \"assets\": [],\n          \"reasons\": [\n            {\n              \"moduleId\": 30,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/js-yaml/lib/js-yaml/schema/failsafe.js\",\n              \"module\": \"./node_modules/js-yaml/lib/js-yaml/schema/failsafe.js\",\n              \"moduleName\": \"./node_modules/js-yaml/lib/js-yaml/schema/failsafe.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"../type/map\",\n              \"loc\": \"15:4-26\"\n            }\n          ],\n          \"usedExports\": true,\n          \"providedExports\": null,\n          \"optimizationBailout\": [\n            \"ModuleConcatenation bailout: Module is not an ECMAScript module\"\n          ],\n          \"depth\": 6,\n          \"source\": \"'use strict';\\n\\nvar Type = require('../type');\\n\\nmodule.exports = new Type('tag:yaml.org,2002:map', {\\n  kind: 'mapping',\\n  construct: function (data) { return data !== null ? data : {}; }\\n});\\n\"\n        },\n        {\n          \"id\": 111,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/js-yaml/lib/js-yaml/type/null.js\",\n          \"name\": \"./node_modules/js-yaml/lib/js-yaml/type/null.js\",\n          \"index\": 184,\n          \"index2\": 174,\n          \"size\": 761,\n          \"cacheable\": true,\n          \"built\": true,\n          \"optional\": false,\n          \"prefetched\": false,\n          \"chunks\": [\n            2,\n            4\n          ],\n          \"issuer\": \"/Users/jarred/Code/styleurl/node_modules/js-yaml/lib/js-yaml/schema/json.js\",\n          \"issuerId\": 57,\n          \"issuerName\": \"./node_modules/js-yaml/lib/js-yaml/schema/json.js\",\n          \"issuerPath\": [\n            {\n              \"id\": 350,\n              \"identifier\": \"multi /Users/jarred/Code/styleurl/webpack/customPublicPath /Users/jarred/Code/styleurl/chrome/extension/github_gist_content_script\",\n              \"name\": \"multi ./webpack/customPublicPath ./chrome/extension/github_gist_content_script\",\n              \"profile\": {\n                \"factory\": 0,\n                \"building\": 0,\n                \"dependencies\": 53\n              }\n            },\n            {\n              \"id\": 351,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/github_gist_content_script.js\",\n              \"name\": \"./chrome/extension/github_gist_content_script.js\",\n              \"profile\": {\n                \"factory\": 54,\n                \"building\": 576,\n                \"dependencies\": 194\n              }\n            },\n            {\n              \"id\": 55,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/lib/stylefile.js\",\n              \"name\": \"./chrome/extension/lib/stylefile.js\",\n              \"profile\": {\n                \"factory\": 194,\n                \"building\": 246,\n                \"dependencies\": 40\n              }\n            },\n            {\n              \"id\": 104,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/js-yaml/index.js\",\n              \"name\": \"./node_modules/js-yaml/index.js\",\n              \"profile\": {\n                \"factory\": 408,\n                \"building\": 42\n              }\n            },\n            {\n              \"id\": 105,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/js-yaml/lib/js-yaml.js\",\n              \"name\": \"./node_modules/js-yaml/lib/js-yaml.js\",\n              \"profile\": {\n                \"factory\": 96,\n                \"building\": 77\n              }\n            },\n            {\n              \"id\": 57,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/js-yaml/lib/js-yaml/schema/json.js\",\n              \"name\": \"./node_modules/js-yaml/lib/js-yaml/schema/json.js\",\n              \"profile\": {\n                \"factory\": 33,\n                \"building\": 66,\n                \"dependencies\": 42\n              }\n            }\n          ],\n          \"profile\": {\n            \"factory\": 66,\n            \"building\": 11,\n            \"dependencies\": 1\n          },\n          \"failed\": false,\n          \"errors\": 0,\n          \"warnings\": 0,\n          \"assets\": [],\n          \"reasons\": [\n            {\n              \"moduleId\": 57,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/js-yaml/lib/js-yaml/schema/json.js\",\n              \"module\": \"./node_modules/js-yaml/lib/js-yaml/schema/json.js\",\n              \"moduleName\": \"./node_modules/js-yaml/lib/js-yaml/schema/json.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"../type/null\",\n              \"loc\": \"20:4-27\"\n            }\n          ],\n          \"usedExports\": true,\n          \"providedExports\": null,\n          \"optimizationBailout\": [\n            \"ModuleConcatenation bailout: Module is not an ECMAScript module\"\n          ],\n          \"depth\": 6,\n          \"source\": \"'use strict';\\n\\nvar Type = require('../type');\\n\\nfunction resolveYamlNull(data) {\\n  if (data === null) return true;\\n\\n  var max = data.length;\\n\\n  return (max === 1 && data === '~') ||\\n         (max === 4 && (data === 'null' || data === 'Null' || data === 'NULL'));\\n}\\n\\nfunction constructYamlNull() {\\n  return null;\\n}\\n\\nfunction isNull(object) {\\n  return object === null;\\n}\\n\\nmodule.exports = new Type('tag:yaml.org,2002:null', {\\n  kind: 'scalar',\\n  resolve: resolveYamlNull,\\n  construct: constructYamlNull,\\n  predicate: isNull,\\n  represent: {\\n    canonical: function () { return '~';    },\\n    lowercase: function () { return 'null'; },\\n    uppercase: function () { return 'NULL'; },\\n    camelcase: function () { return 'Null'; }\\n  },\\n  defaultStyle: 'lowercase'\\n});\\n\"\n        },\n        {\n          \"id\": 112,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/js-yaml/lib/js-yaml/type/bool.js\",\n          \"name\": \"./node_modules/js-yaml/lib/js-yaml/type/bool.js\",\n          \"index\": 185,\n          \"index2\": 175,\n          \"size\": 971,\n          \"cacheable\": true,\n          \"built\": true,\n          \"optional\": false,\n          \"prefetched\": false,\n          \"chunks\": [\n            2,\n            4\n          ],\n          \"issuer\": \"/Users/jarred/Code/styleurl/node_modules/js-yaml/lib/js-yaml/schema/json.js\",\n          \"issuerId\": 57,\n          \"issuerName\": \"./node_modules/js-yaml/lib/js-yaml/schema/json.js\",\n          \"issuerPath\": [\n            {\n              \"id\": 350,\n              \"identifier\": \"multi /Users/jarred/Code/styleurl/webpack/customPublicPath /Users/jarred/Code/styleurl/chrome/extension/github_gist_content_script\",\n              \"name\": \"multi ./webpack/customPublicPath ./chrome/extension/github_gist_content_script\",\n              \"profile\": {\n                \"factory\": 0,\n                \"building\": 0,\n                \"dependencies\": 53\n              }\n            },\n            {\n              \"id\": 351,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/github_gist_content_script.js\",\n              \"name\": \"./chrome/extension/github_gist_content_script.js\",\n              \"profile\": {\n                \"factory\": 54,\n                \"building\": 576,\n                \"dependencies\": 194\n              }\n            },\n            {\n              \"id\": 55,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/lib/stylefile.js\",\n              \"name\": \"./chrome/extension/lib/stylefile.js\",\n              \"profile\": {\n                \"factory\": 194,\n                \"building\": 246,\n                \"dependencies\": 40\n              }\n            },\n            {\n              \"id\": 104,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/js-yaml/index.js\",\n              \"name\": \"./node_modules/js-yaml/index.js\",\n              \"profile\": {\n                \"factory\": 408,\n                \"building\": 42\n              }\n            },\n            {\n              \"id\": 105,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/js-yaml/lib/js-yaml.js\",\n              \"name\": \"./node_modules/js-yaml/lib/js-yaml.js\",\n              \"profile\": {\n                \"factory\": 96,\n                \"building\": 77\n              }\n            },\n            {\n              \"id\": 57,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/js-yaml/lib/js-yaml/schema/json.js\",\n              \"name\": \"./node_modules/js-yaml/lib/js-yaml/schema/json.js\",\n              \"profile\": {\n                \"factory\": 33,\n                \"building\": 66,\n                \"dependencies\": 42\n              }\n            }\n          ],\n          \"profile\": {\n            \"factory\": 66,\n            \"building\": 11,\n            \"dependencies\": 1\n          },\n          \"failed\": false,\n          \"errors\": 0,\n          \"warnings\": 0,\n          \"assets\": [],\n          \"reasons\": [\n            {\n              \"moduleId\": 57,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/js-yaml/lib/js-yaml/schema/json.js\",\n              \"module\": \"./node_modules/js-yaml/lib/js-yaml/schema/json.js\",\n              \"moduleName\": \"./node_modules/js-yaml/lib/js-yaml/schema/json.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"../type/bool\",\n              \"loc\": \"21:4-27\"\n            }\n          ],\n          \"usedExports\": true,\n          \"providedExports\": null,\n          \"optimizationBailout\": [\n            \"ModuleConcatenation bailout: Module is not an ECMAScript module\"\n          ],\n          \"depth\": 6,\n          \"source\": \"'use strict';\\n\\nvar Type = require('../type');\\n\\nfunction resolveYamlBoolean(data) {\\n  if (data === null) return false;\\n\\n  var max = data.length;\\n\\n  return (max === 4 && (data === 'true' || data === 'True' || data === 'TRUE')) ||\\n         (max === 5 && (data === 'false' || data === 'False' || data === 'FALSE'));\\n}\\n\\nfunction constructYamlBoolean(data) {\\n  return data === 'true' ||\\n         data === 'True' ||\\n         data === 'TRUE';\\n}\\n\\nfunction isBoolean(object) {\\n  return Object.prototype.toString.call(object) === '[object Boolean]';\\n}\\n\\nmodule.exports = new Type('tag:yaml.org,2002:bool', {\\n  kind: 'scalar',\\n  resolve: resolveYamlBoolean,\\n  construct: constructYamlBoolean,\\n  predicate: isBoolean,\\n  represent: {\\n    lowercase: function (object) { return object ? 'true' : 'false'; },\\n    uppercase: function (object) { return object ? 'TRUE' : 'FALSE'; },\\n    camelcase: function (object) { return object ? 'True' : 'False'; }\\n  },\\n  defaultStyle: 'lowercase'\\n});\\n\"\n        },\n        {\n          \"id\": 113,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/js-yaml/lib/js-yaml/type/int.js\",\n          \"name\": \"./node_modules/js-yaml/lib/js-yaml/type/int.js\",\n          \"index\": 186,\n          \"index2\": 176,\n          \"size\": 4066,\n          \"cacheable\": true,\n          \"built\": true,\n          \"optional\": false,\n          \"prefetched\": false,\n          \"chunks\": [\n            2,\n            4\n          ],\n          \"issuer\": \"/Users/jarred/Code/styleurl/node_modules/js-yaml/lib/js-yaml/schema/json.js\",\n          \"issuerId\": 57,\n          \"issuerName\": \"./node_modules/js-yaml/lib/js-yaml/schema/json.js\",\n          \"issuerPath\": [\n            {\n              \"id\": 350,\n              \"identifier\": \"multi /Users/jarred/Code/styleurl/webpack/customPublicPath /Users/jarred/Code/styleurl/chrome/extension/github_gist_content_script\",\n              \"name\": \"multi ./webpack/customPublicPath ./chrome/extension/github_gist_content_script\",\n              \"profile\": {\n                \"factory\": 0,\n                \"building\": 0,\n                \"dependencies\": 53\n              }\n            },\n            {\n              \"id\": 351,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/github_gist_content_script.js\",\n              \"name\": \"./chrome/extension/github_gist_content_script.js\",\n              \"profile\": {\n                \"factory\": 54,\n                \"building\": 576,\n                \"dependencies\": 194\n              }\n            },\n            {\n              \"id\": 55,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/lib/stylefile.js\",\n              \"name\": \"./chrome/extension/lib/stylefile.js\",\n              \"profile\": {\n                \"factory\": 194,\n                \"building\": 246,\n                \"dependencies\": 40\n              }\n            },\n            {\n              \"id\": 104,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/js-yaml/index.js\",\n              \"name\": \"./node_modules/js-yaml/index.js\",\n              \"profile\": {\n                \"factory\": 408,\n                \"building\": 42\n              }\n            },\n            {\n              \"id\": 105,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/js-yaml/lib/js-yaml.js\",\n              \"name\": \"./node_modules/js-yaml/lib/js-yaml.js\",\n              \"profile\": {\n                \"factory\": 96,\n                \"building\": 77\n              }\n            },\n            {\n              \"id\": 57,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/js-yaml/lib/js-yaml/schema/json.js\",\n              \"name\": \"./node_modules/js-yaml/lib/js-yaml/schema/json.js\",\n              \"profile\": {\n                \"factory\": 33,\n                \"building\": 66,\n                \"dependencies\": 42\n              }\n            }\n          ],\n          \"profile\": {\n            \"factory\": 66,\n            \"building\": 11,\n            \"dependencies\": 1\n          },\n          \"failed\": false,\n          \"errors\": 0,\n          \"warnings\": 0,\n          \"assets\": [],\n          \"reasons\": [\n            {\n              \"moduleId\": 57,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/js-yaml/lib/js-yaml/schema/json.js\",\n              \"module\": \"./node_modules/js-yaml/lib/js-yaml/schema/json.js\",\n              \"moduleName\": \"./node_modules/js-yaml/lib/js-yaml/schema/json.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"../type/int\",\n              \"loc\": \"22:4-26\"\n            }\n          ],\n          \"usedExports\": true,\n          \"providedExports\": null,\n          \"optimizationBailout\": [\n            \"ModuleConcatenation bailout: Module is not an ECMAScript module\"\n          ],\n          \"depth\": 6,\n          \"source\": \"'use strict';\\n\\nvar common = require('../common');\\nvar Type   = require('../type');\\n\\nfunction isHexCode(c) {\\n  return ((0x30/* 0 */ <= c) && (c <= 0x39/* 9 */)) ||\\n         ((0x41/* A */ <= c) && (c <= 0x46/* F */)) ||\\n         ((0x61/* a */ <= c) && (c <= 0x66/* f */));\\n}\\n\\nfunction isOctCode(c) {\\n  return ((0x30/* 0 */ <= c) && (c <= 0x37/* 7 */));\\n}\\n\\nfunction isDecCode(c) {\\n  return ((0x30/* 0 */ <= c) && (c <= 0x39/* 9 */));\\n}\\n\\nfunction resolveYamlInteger(data) {\\n  if (data === null) return false;\\n\\n  var max = data.length,\\n      index = 0,\\n      hasDigits = false,\\n      ch;\\n\\n  if (!max) return false;\\n\\n  ch = data[index];\\n\\n  // sign\\n  if (ch === '-' || ch === '+') {\\n    ch = data[++index];\\n  }\\n\\n  if (ch === '0') {\\n    // 0\\n    if (index + 1 === max) return true;\\n    ch = data[++index];\\n\\n    // base 2, base 8, base 16\\n\\n    if (ch === 'b') {\\n      // base 2\\n      index++;\\n\\n      for (; index < max; index++) {\\n        ch = data[index];\\n        if (ch === '_') continue;\\n        if (ch !== '0' && ch !== '1') return false;\\n        hasDigits = true;\\n      }\\n      return hasDigits && ch !== '_';\\n    }\\n\\n\\n    if (ch === 'x') {\\n      // base 16\\n      index++;\\n\\n      for (; index < max; index++) {\\n        ch = data[index];\\n        if (ch === '_') continue;\\n        if (!isHexCode(data.charCodeAt(index))) return false;\\n        hasDigits = true;\\n      }\\n      return hasDigits && ch !== '_';\\n    }\\n\\n    // base 8\\n    for (; index < max; index++) {\\n      ch = data[index];\\n      if (ch === '_') continue;\\n      if (!isOctCode(data.charCodeAt(index))) return false;\\n      hasDigits = true;\\n    }\\n    return hasDigits && ch !== '_';\\n  }\\n\\n  // base 10 (except 0) or base 60\\n\\n  // value should not start with `_`;\\n  if (ch === '_') return false;\\n\\n  for (; index < max; index++) {\\n    ch = data[index];\\n    if (ch === '_') continue;\\n    if (ch === ':') break;\\n    if (!isDecCode(data.charCodeAt(index))) {\\n      return false;\\n    }\\n    hasDigits = true;\\n  }\\n\\n  // Should have digits and should not end with `_`\\n  if (!hasDigits || ch === '_') return false;\\n\\n  // if !base60 - done;\\n  if (ch !== ':') return true;\\n\\n  // base60 almost not used, no needs to optimize\\n  return /^(:[0-5]?[0-9])+$/.test(data.slice(index));\\n}\\n\\nfunction constructYamlInteger(data) {\\n  var value = data, sign = 1, ch, base, digits = [];\\n\\n  if (value.indexOf('_') !== -1) {\\n    value = value.replace(/_/g, '');\\n  }\\n\\n  ch = value[0];\\n\\n  if (ch === '-' || ch === '+') {\\n    if (ch === '-') sign = -1;\\n    value = value.slice(1);\\n    ch = value[0];\\n  }\\n\\n  if (value === '0') return 0;\\n\\n  if (ch === '0') {\\n    if (value[1] === 'b') return sign * parseInt(value.slice(2), 2);\\n    if (value[1] === 'x') return sign * parseInt(value, 16);\\n    return sign * parseInt(value, 8);\\n  }\\n\\n  if (value.indexOf(':') !== -1) {\\n    value.split(':').forEach(function (v) {\\n      digits.unshift(parseInt(v, 10));\\n    });\\n\\n    value = 0;\\n    base = 1;\\n\\n    digits.forEach(function (d) {\\n      value += (d * base);\\n      base *= 60;\\n    });\\n\\n    return sign * value;\\n\\n  }\\n\\n  return sign * parseInt(value, 10);\\n}\\n\\nfunction isInteger(object) {\\n  return (Object.prototype.toString.call(object)) === '[object Number]' &&\\n         (object % 1 === 0 && !common.isNegativeZero(object));\\n}\\n\\nmodule.exports = new Type('tag:yaml.org,2002:int', {\\n  kind: 'scalar',\\n  resolve: resolveYamlInteger,\\n  construct: constructYamlInteger,\\n  predicate: isInteger,\\n  represent: {\\n    binary:      function (obj) { return obj >= 0 ? '0b' + obj.toString(2) : '-0b' + obj.toString(2).slice(1); },\\n    octal:       function (obj) { return obj >= 0 ? '0'  + obj.toString(8) : '-0'  + obj.toString(8).slice(1); },\\n    decimal:     function (obj) { return obj.toString(10); },\\n    /* eslint-disable max-len */\\n    hexadecimal: function (obj) { return obj >= 0 ? '0x' + obj.toString(16).toUpperCase() :  '-0x' + obj.toString(16).toUpperCase().slice(1); }\\n  },\\n  defaultStyle: 'decimal',\\n  styleAliases: {\\n    binary:      [ 2,  'bin' ],\\n    octal:       [ 8,  'oct' ],\\n    decimal:     [ 10, 'dec' ],\\n    hexadecimal: [ 16, 'hex' ]\\n  }\\n});\\n\"\n        },\n        {\n          \"id\": 114,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/js-yaml/lib/js-yaml/type/float.js\",\n          \"name\": \"./node_modules/js-yaml/lib/js-yaml/type/float.js\",\n          \"index\": 187,\n          \"index2\": 177,\n          \"size\": 2840,\n          \"cacheable\": true,\n          \"built\": true,\n          \"optional\": false,\n          \"prefetched\": false,\n          \"chunks\": [\n            2,\n            4\n          ],\n          \"issuer\": \"/Users/jarred/Code/styleurl/node_modules/js-yaml/lib/js-yaml/schema/json.js\",\n          \"issuerId\": 57,\n          \"issuerName\": \"./node_modules/js-yaml/lib/js-yaml/schema/json.js\",\n          \"issuerPath\": [\n            {\n              \"id\": 350,\n              \"identifier\": \"multi /Users/jarred/Code/styleurl/webpack/customPublicPath /Users/jarred/Code/styleurl/chrome/extension/github_gist_content_script\",\n              \"name\": \"multi ./webpack/customPublicPath ./chrome/extension/github_gist_content_script\",\n              \"profile\": {\n                \"factory\": 0,\n                \"building\": 0,\n                \"dependencies\": 53\n              }\n            },\n            {\n              \"id\": 351,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/github_gist_content_script.js\",\n              \"name\": \"./chrome/extension/github_gist_content_script.js\",\n              \"profile\": {\n                \"factory\": 54,\n                \"building\": 576,\n                \"dependencies\": 194\n              }\n            },\n            {\n              \"id\": 55,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/lib/stylefile.js\",\n              \"name\": \"./chrome/extension/lib/stylefile.js\",\n              \"profile\": {\n                \"factory\": 194,\n                \"building\": 246,\n                \"dependencies\": 40\n              }\n            },\n            {\n              \"id\": 104,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/js-yaml/index.js\",\n              \"name\": \"./node_modules/js-yaml/index.js\",\n              \"profile\": {\n                \"factory\": 408,\n                \"building\": 42\n              }\n            },\n            {\n              \"id\": 105,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/js-yaml/lib/js-yaml.js\",\n              \"name\": \"./node_modules/js-yaml/lib/js-yaml.js\",\n              \"profile\": {\n                \"factory\": 96,\n                \"building\": 77\n              }\n            },\n            {\n              \"id\": 57,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/js-yaml/lib/js-yaml/schema/json.js\",\n              \"name\": \"./node_modules/js-yaml/lib/js-yaml/schema/json.js\",\n              \"profile\": {\n                \"factory\": 33,\n                \"building\": 66,\n                \"dependencies\": 42\n              }\n            }\n          ],\n          \"profile\": {\n            \"factory\": 66,\n            \"building\": 11,\n            \"dependencies\": 1\n          },\n          \"failed\": false,\n          \"errors\": 0,\n          \"warnings\": 0,\n          \"assets\": [],\n          \"reasons\": [\n            {\n              \"moduleId\": 57,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/js-yaml/lib/js-yaml/schema/json.js\",\n              \"module\": \"./node_modules/js-yaml/lib/js-yaml/schema/json.js\",\n              \"moduleName\": \"./node_modules/js-yaml/lib/js-yaml/schema/json.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"../type/float\",\n              \"loc\": \"23:4-28\"\n            }\n          ],\n          \"usedExports\": true,\n          \"providedExports\": null,\n          \"optimizationBailout\": [\n            \"ModuleConcatenation bailout: Module is not an ECMAScript module\"\n          ],\n          \"depth\": 6,\n          \"source\": \"'use strict';\\n\\nvar common = require('../common');\\nvar Type   = require('../type');\\n\\nvar YAML_FLOAT_PATTERN = new RegExp(\\n  // 2.5e4, 2.5 and integers\\n  '^(?:[-+]?(?:0|[1-9][0-9_]*)(?:\\\\\\\\.[0-9_]*)?(?:[eE][-+]?[0-9]+)?' +\\n  // .2e4, .2\\n  // special case, seems not from spec\\n  '|\\\\\\\\.[0-9_]+(?:[eE][-+]?[0-9]+)?' +\\n  // 20:59\\n  '|[-+]?[0-9][0-9_]*(?::[0-5]?[0-9])+\\\\\\\\.[0-9_]*' +\\n  // .inf\\n  '|[-+]?\\\\\\\\.(?:inf|Inf|INF)' +\\n  // .nan\\n  '|\\\\\\\\.(?:nan|NaN|NAN))$');\\n\\nfunction resolveYamlFloat(data) {\\n  if (data === null) return false;\\n\\n  if (!YAML_FLOAT_PATTERN.test(data) ||\\n      // Quick hack to not allow integers end with `_`\\n      // Probably should update regexp & check speed\\n      data[data.length - 1] === '_') {\\n    return false;\\n  }\\n\\n  return true;\\n}\\n\\nfunction constructYamlFloat(data) {\\n  var value, sign, base, digits;\\n\\n  value  = data.replace(/_/g, '').toLowerCase();\\n  sign   = value[0] === '-' ? -1 : 1;\\n  digits = [];\\n\\n  if ('+-'.indexOf(value[0]) >= 0) {\\n    value = value.slice(1);\\n  }\\n\\n  if (value === '.inf') {\\n    return (sign === 1) ? Number.POSITIVE_INFINITY : Number.NEGATIVE_INFINITY;\\n\\n  } else if (value === '.nan') {\\n    return NaN;\\n\\n  } else if (value.indexOf(':') >= 0) {\\n    value.split(':').forEach(function (v) {\\n      digits.unshift(parseFloat(v, 10));\\n    });\\n\\n    value = 0.0;\\n    base = 1;\\n\\n    digits.forEach(function (d) {\\n      value += d * base;\\n      base *= 60;\\n    });\\n\\n    return sign * value;\\n\\n  }\\n  return sign * parseFloat(value, 10);\\n}\\n\\n\\nvar SCIENTIFIC_WITHOUT_DOT = /^[-+]?[0-9]+e/;\\n\\nfunction representYamlFloat(object, style) {\\n  var res;\\n\\n  if (isNaN(object)) {\\n    switch (style) {\\n      case 'lowercase': return '.nan';\\n      case 'uppercase': return '.NAN';\\n      case 'camelcase': return '.NaN';\\n    }\\n  } else if (Number.POSITIVE_INFINITY === object) {\\n    switch (style) {\\n      case 'lowercase': return '.inf';\\n      case 'uppercase': return '.INF';\\n      case 'camelcase': return '.Inf';\\n    }\\n  } else if (Number.NEGATIVE_INFINITY === object) {\\n    switch (style) {\\n      case 'lowercase': return '-.inf';\\n      case 'uppercase': return '-.INF';\\n      case 'camelcase': return '-.Inf';\\n    }\\n  } else if (common.isNegativeZero(object)) {\\n    return '-0.0';\\n  }\\n\\n  res = object.toString(10);\\n\\n  // JS stringifier can build scientific format without dots: 5e-100,\\n  // while YAML requres dot: 5.e-100. Fix it with simple hack\\n\\n  return SCIENTIFIC_WITHOUT_DOT.test(res) ? res.replace('e', '.e') : res;\\n}\\n\\nfunction isFloat(object) {\\n  return (Object.prototype.toString.call(object) === '[object Number]') &&\\n         (object % 1 !== 0 || common.isNegativeZero(object));\\n}\\n\\nmodule.exports = new Type('tag:yaml.org,2002:float', {\\n  kind: 'scalar',\\n  resolve: resolveYamlFloat,\\n  construct: constructYamlFloat,\\n  predicate: isFloat,\\n  represent: representYamlFloat,\\n  defaultStyle: 'lowercase'\\n});\\n\"\n        },\n        {\n          \"id\": 115,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/js-yaml/lib/js-yaml/type/timestamp.js\",\n          \"name\": \"./node_modules/js-yaml/lib/js-yaml/type/timestamp.js\",\n          \"index\": 188,\n          \"index2\": 180,\n          \"size\": 2571,\n          \"cacheable\": true,\n          \"built\": true,\n          \"optional\": false,\n          \"prefetched\": false,\n          \"chunks\": [\n            2,\n            4\n          ],\n          \"issuer\": \"/Users/jarred/Code/styleurl/node_modules/js-yaml/lib/js-yaml/schema/default_safe.js\",\n          \"issuerId\": 15,\n          \"issuerName\": \"./node_modules/js-yaml/lib/js-yaml/schema/default_safe.js\",\n          \"issuerPath\": [\n            {\n              \"id\": 350,\n              \"identifier\": \"multi /Users/jarred/Code/styleurl/webpack/customPublicPath /Users/jarred/Code/styleurl/chrome/extension/github_gist_content_script\",\n              \"name\": \"multi ./webpack/customPublicPath ./chrome/extension/github_gist_content_script\",\n              \"profile\": {\n                \"factory\": 0,\n                \"building\": 0,\n                \"dependencies\": 53\n              }\n            },\n            {\n              \"id\": 351,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/github_gist_content_script.js\",\n              \"name\": \"./chrome/extension/github_gist_content_script.js\",\n              \"profile\": {\n                \"factory\": 54,\n                \"building\": 576,\n                \"dependencies\": 194\n              }\n            },\n            {\n              \"id\": 55,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/lib/stylefile.js\",\n              \"name\": \"./chrome/extension/lib/stylefile.js\",\n              \"profile\": {\n                \"factory\": 194,\n                \"building\": 246,\n                \"dependencies\": 40\n              }\n            },\n            {\n              \"id\": 104,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/js-yaml/index.js\",\n              \"name\": \"./node_modules/js-yaml/index.js\",\n              \"profile\": {\n                \"factory\": 408,\n                \"building\": 42\n              }\n            },\n            {\n              \"id\": 105,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/js-yaml/lib/js-yaml.js\",\n              \"name\": \"./node_modules/js-yaml/lib/js-yaml.js\",\n              \"profile\": {\n                \"factory\": 96,\n                \"building\": 77\n              }\n            },\n            {\n              \"id\": 15,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/js-yaml/lib/js-yaml/schema/default_safe.js\",\n              \"name\": \"./node_modules/js-yaml/lib/js-yaml/schema/default_safe.js\",\n              \"profile\": {\n                \"factory\": 33,\n                \"building\": 66,\n                \"dependencies\": 42\n              }\n            }\n          ],\n          \"profile\": {\n            \"factory\": 64,\n            \"building\": 16,\n            \"dependencies\": 1\n          },\n          \"failed\": false,\n          \"errors\": 0,\n          \"warnings\": 0,\n          \"assets\": [],\n          \"reasons\": [\n            {\n              \"moduleId\": 15,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/js-yaml/lib/js-yaml/schema/default_safe.js\",\n              \"module\": \"./node_modules/js-yaml/lib/js-yaml/schema/default_safe.js\",\n              \"moduleName\": \"./node_modules/js-yaml/lib/js-yaml/schema/default_safe.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"../type/timestamp\",\n              \"loc\": \"19:4-32\"\n            }\n          ],\n          \"usedExports\": true,\n          \"providedExports\": null,\n          \"optimizationBailout\": [\n            \"ModuleConcatenation bailout: Module is not an ECMAScript module\"\n          ],\n          \"depth\": 6,\n          \"source\": \"'use strict';\\n\\nvar Type = require('../type');\\n\\nvar YAML_DATE_REGEXP = new RegExp(\\n  '^([0-9][0-9][0-9][0-9])'          + // [1] year\\n  '-([0-9][0-9])'                    + // [2] month\\n  '-([0-9][0-9])$');                   // [3] day\\n\\nvar YAML_TIMESTAMP_REGEXP = new RegExp(\\n  '^([0-9][0-9][0-9][0-9])'          + // [1] year\\n  '-([0-9][0-9]?)'                   + // [2] month\\n  '-([0-9][0-9]?)'                   + // [3] day\\n  '(?:[Tt]|[ \\\\\\\\t]+)'                 + // ...\\n  '([0-9][0-9]?)'                    + // [4] hour\\n  ':([0-9][0-9])'                    + // [5] minute\\n  ':([0-9][0-9])'                    + // [6] second\\n  '(?:\\\\\\\\.([0-9]*))?'                 + // [7] fraction\\n  '(?:[ \\\\\\\\t]*(Z|([-+])([0-9][0-9]?)' + // [8] tz [9] tz_sign [10] tz_hour\\n  '(?::([0-9][0-9]))?))?$');           // [11] tz_minute\\n\\nfunction resolveYamlTimestamp(data) {\\n  if (data === null) return false;\\n  if (YAML_DATE_REGEXP.exec(data) !== null) return true;\\n  if (YAML_TIMESTAMP_REGEXP.exec(data) !== null) return true;\\n  return false;\\n}\\n\\nfunction constructYamlTimestamp(data) {\\n  var match, year, month, day, hour, minute, second, fraction = 0,\\n      delta = null, tz_hour, tz_minute, date;\\n\\n  match = YAML_DATE_REGEXP.exec(data);\\n  if (match === null) match = YAML_TIMESTAMP_REGEXP.exec(data);\\n\\n  if (match === null) throw new Error('Date resolve error');\\n\\n  // match: [1] year [2] month [3] day\\n\\n  year = +(match[1]);\\n  month = +(match[2]) - 1; // JS month starts with 0\\n  day = +(match[3]);\\n\\n  if (!match[4]) { // no hour\\n    return new Date(Date.UTC(year, month, day));\\n  }\\n\\n  // match: [4] hour [5] minute [6] second [7] fraction\\n\\n  hour = +(match[4]);\\n  minute = +(match[5]);\\n  second = +(match[6]);\\n\\n  if (match[7]) {\\n    fraction = match[7].slice(0, 3);\\n    while (fraction.length < 3) { // milli-seconds\\n      fraction += '0';\\n    }\\n    fraction = +fraction;\\n  }\\n\\n  // match: [8] tz [9] tz_sign [10] tz_hour [11] tz_minute\\n\\n  if (match[9]) {\\n    tz_hour = +(match[10]);\\n    tz_minute = +(match[11] || 0);\\n    delta = (tz_hour * 60 + tz_minute) * 60000; // delta in mili-seconds\\n    if (match[9] === '-') delta = -delta;\\n  }\\n\\n  date = new Date(Date.UTC(year, month, day, hour, minute, second, fraction));\\n\\n  if (delta) date.setTime(date.getTime() - delta);\\n\\n  return date;\\n}\\n\\nfunction representYamlTimestamp(object /*, style*/) {\\n  return object.toISOString();\\n}\\n\\nmodule.exports = new Type('tag:yaml.org,2002:timestamp', {\\n  kind: 'scalar',\\n  resolve: resolveYamlTimestamp,\\n  construct: constructYamlTimestamp,\\n  instanceOf: Date,\\n  represent: representYamlTimestamp\\n});\\n\"\n        },\n        {\n          \"id\": 116,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/js-yaml/lib/js-yaml/type/merge.js\",\n          \"name\": \"./node_modules/js-yaml/lib/js-yaml/type/merge.js\",\n          \"index\": 189,\n          \"index2\": 181,\n          \"size\": 230,\n          \"cacheable\": true,\n          \"built\": true,\n          \"optional\": false,\n          \"prefetched\": false,\n          \"chunks\": [\n            2,\n            4\n          ],\n          \"issuer\": \"/Users/jarred/Code/styleurl/node_modules/js-yaml/lib/js-yaml/schema/default_safe.js\",\n          \"issuerId\": 15,\n          \"issuerName\": \"./node_modules/js-yaml/lib/js-yaml/schema/default_safe.js\",\n          \"issuerPath\": [\n            {\n              \"id\": 350,\n              \"identifier\": \"multi /Users/jarred/Code/styleurl/webpack/customPublicPath /Users/jarred/Code/styleurl/chrome/extension/github_gist_content_script\",\n              \"name\": \"multi ./webpack/customPublicPath ./chrome/extension/github_gist_content_script\",\n              \"profile\": {\n                \"factory\": 0,\n                \"building\": 0,\n                \"dependencies\": 53\n              }\n            },\n            {\n              \"id\": 351,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/github_gist_content_script.js\",\n              \"name\": \"./chrome/extension/github_gist_content_script.js\",\n              \"profile\": {\n                \"factory\": 54,\n                \"building\": 576,\n                \"dependencies\": 194\n              }\n            },\n            {\n              \"id\": 55,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/lib/stylefile.js\",\n              \"name\": \"./chrome/extension/lib/stylefile.js\",\n              \"profile\": {\n                \"factory\": 194,\n                \"building\": 246,\n                \"dependencies\": 40\n              }\n            },\n            {\n              \"id\": 104,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/js-yaml/index.js\",\n              \"name\": \"./node_modules/js-yaml/index.js\",\n              \"profile\": {\n                \"factory\": 408,\n                \"building\": 42\n              }\n            },\n            {\n              \"id\": 105,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/js-yaml/lib/js-yaml.js\",\n              \"name\": \"./node_modules/js-yaml/lib/js-yaml.js\",\n              \"profile\": {\n                \"factory\": 96,\n                \"building\": 77\n              }\n            },\n            {\n              \"id\": 15,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/js-yaml/lib/js-yaml/schema/default_safe.js\",\n              \"name\": \"./node_modules/js-yaml/lib/js-yaml/schema/default_safe.js\",\n              \"profile\": {\n                \"factory\": 33,\n                \"building\": 66,\n                \"dependencies\": 42\n              }\n            }\n          ],\n          \"profile\": {\n            \"factory\": 64,\n            \"building\": 16,\n            \"dependencies\": 1\n          },\n          \"failed\": false,\n          \"errors\": 0,\n          \"warnings\": 0,\n          \"assets\": [],\n          \"reasons\": [\n            {\n              \"moduleId\": 15,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/js-yaml/lib/js-yaml/schema/default_safe.js\",\n              \"module\": \"./node_modules/js-yaml/lib/js-yaml/schema/default_safe.js\",\n              \"moduleName\": \"./node_modules/js-yaml/lib/js-yaml/schema/default_safe.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"../type/merge\",\n              \"loc\": \"20:4-28\"\n            }\n          ],\n          \"usedExports\": true,\n          \"providedExports\": null,\n          \"optimizationBailout\": [\n            \"ModuleConcatenation bailout: Module is not an ECMAScript module\"\n          ],\n          \"depth\": 6,\n          \"source\": \"'use strict';\\n\\nvar Type = require('../type');\\n\\nfunction resolveYamlMerge(data) {\\n  return data === '<<' || data === null;\\n}\\n\\nmodule.exports = new Type('tag:yaml.org,2002:merge', {\\n  kind: 'scalar',\\n  resolve: resolveYamlMerge\\n});\\n\"\n        },\n        {\n          \"id\": 117,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/js-yaml/lib/js-yaml/type/binary.js\",\n          \"name\": \"./node_modules/js-yaml/lib/js-yaml/type/binary.js\",\n          \"index\": 190,\n          \"index2\": 186,\n          \"size\": 3274,\n          \"cacheable\": true,\n          \"built\": true,\n          \"optional\": false,\n          \"prefetched\": false,\n          \"chunks\": [\n            2,\n            4\n          ],\n          \"issuer\": \"/Users/jarred/Code/styleurl/node_modules/js-yaml/lib/js-yaml/schema/default_safe.js\",\n          \"issuerId\": 15,\n          \"issuerName\": \"./node_modules/js-yaml/lib/js-yaml/schema/default_safe.js\",\n          \"issuerPath\": [\n            {\n              \"id\": 350,\n              \"identifier\": \"multi /Users/jarred/Code/styleurl/webpack/customPublicPath /Users/jarred/Code/styleurl/chrome/extension/github_gist_content_script\",\n              \"name\": \"multi ./webpack/customPublicPath ./chrome/extension/github_gist_content_script\",\n              \"profile\": {\n                \"factory\": 0,\n                \"building\": 0,\n                \"dependencies\": 53\n              }\n            },\n            {\n              \"id\": 351,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/github_gist_content_script.js\",\n              \"name\": \"./chrome/extension/github_gist_content_script.js\",\n              \"profile\": {\n                \"factory\": 54,\n                \"building\": 576,\n                \"dependencies\": 194\n              }\n            },\n            {\n              \"id\": 55,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/lib/stylefile.js\",\n              \"name\": \"./chrome/extension/lib/stylefile.js\",\n              \"profile\": {\n                \"factory\": 194,\n                \"building\": 246,\n                \"dependencies\": 40\n              }\n            },\n            {\n              \"id\": 104,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/js-yaml/index.js\",\n              \"name\": \"./node_modules/js-yaml/index.js\",\n              \"profile\": {\n                \"factory\": 408,\n                \"building\": 42\n              }\n            },\n            {\n              \"id\": 105,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/js-yaml/lib/js-yaml.js\",\n              \"name\": \"./node_modules/js-yaml/lib/js-yaml.js\",\n              \"profile\": {\n                \"factory\": 96,\n                \"building\": 77\n              }\n            },\n            {\n              \"id\": 15,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/js-yaml/lib/js-yaml/schema/default_safe.js\",\n              \"name\": \"./node_modules/js-yaml/lib/js-yaml/schema/default_safe.js\",\n              \"profile\": {\n                \"factory\": 33,\n                \"building\": 66,\n                \"dependencies\": 42\n              }\n            }\n          ],\n          \"profile\": {\n            \"factory\": 64,\n            \"building\": 16,\n            \"dependencies\": 1\n          },\n          \"failed\": false,\n          \"errors\": 0,\n          \"warnings\": 0,\n          \"assets\": [],\n          \"reasons\": [\n            {\n              \"moduleId\": 15,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/js-yaml/lib/js-yaml/schema/default_safe.js\",\n              \"module\": \"./node_modules/js-yaml/lib/js-yaml/schema/default_safe.js\",\n              \"moduleName\": \"./node_modules/js-yaml/lib/js-yaml/schema/default_safe.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"../type/binary\",\n              \"loc\": \"23:4-29\"\n            }\n          ],\n          \"usedExports\": true,\n          \"providedExports\": null,\n          \"optimizationBailout\": [\n            \"ModuleConcatenation bailout: Module is not an ECMAScript module\"\n          ],\n          \"depth\": 6,\n          \"source\": \"'use strict';\\n\\n/*eslint-disable no-bitwise*/\\n\\nvar NodeBuffer;\\n\\ntry {\\n  // A trick for browserified version, to not include `Buffer` shim\\n  var _require = require;\\n  NodeBuffer = _require('buffer').Buffer;\\n} catch (__) {}\\n\\nvar Type       = require('../type');\\n\\n\\n// [ 64, 65, 66 ] -> [ padding, CR, LF ]\\nvar BASE64_MAP = 'ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/=\\\\n\\\\r';\\n\\n\\nfunction resolveYamlBinary(data) {\\n  if (data === null) return false;\\n\\n  var code, idx, bitlen = 0, max = data.length, map = BASE64_MAP;\\n\\n  // Convert one by one.\\n  for (idx = 0; idx < max; idx++) {\\n    code = map.indexOf(data.charAt(idx));\\n\\n    // Skip CR/LF\\n    if (code > 64) continue;\\n\\n    // Fail on illegal characters\\n    if (code < 0) return false;\\n\\n    bitlen += 6;\\n  }\\n\\n  // If there are any bits left, source was corrupted\\n  return (bitlen % 8) === 0;\\n}\\n\\nfunction constructYamlBinary(data) {\\n  var idx, tailbits,\\n      input = data.replace(/[\\\\r\\\\n=]/g, ''), // remove CR/LF & padding to simplify scan\\n      max = input.length,\\n      map = BASE64_MAP,\\n      bits = 0,\\n      result = [];\\n\\n  // Collect by 6*4 bits (3 bytes)\\n\\n  for (idx = 0; idx < max; idx++) {\\n    if ((idx % 4 === 0) && idx) {\\n      result.push((bits >> 16) & 0xFF);\\n      result.push((bits >> 8) & 0xFF);\\n      result.push(bits & 0xFF);\\n    }\\n\\n    bits = (bits << 6) | map.indexOf(input.charAt(idx));\\n  }\\n\\n  // Dump tail\\n\\n  tailbits = (max % 4) * 6;\\n\\n  if (tailbits === 0) {\\n    result.push((bits >> 16) & 0xFF);\\n    result.push((bits >> 8) & 0xFF);\\n    result.push(bits & 0xFF);\\n  } else if (tailbits === 18) {\\n    result.push((bits >> 10) & 0xFF);\\n    result.push((bits >> 2) & 0xFF);\\n  } else if (tailbits === 12) {\\n    result.push((bits >> 4) & 0xFF);\\n  }\\n\\n  // Wrap into Buffer for NodeJS and leave Array for browser\\n  if (NodeBuffer) {\\n    // Support node 6.+ Buffer API when available\\n    return NodeBuffer.from ? NodeBuffer.from(result) : new NodeBuffer(result);\\n  }\\n\\n  return result;\\n}\\n\\nfunction representYamlBinary(object /*, style*/) {\\n  var result = '', bits = 0, idx, tail,\\n      max = object.length,\\n      map = BASE64_MAP;\\n\\n  // Convert every three bytes to 4 ASCII characters.\\n\\n  for (idx = 0; idx < max; idx++) {\\n    if ((idx % 3 === 0) && idx) {\\n      result += map[(bits >> 18) & 0x3F];\\n      result += map[(bits >> 12) & 0x3F];\\n      result += map[(bits >> 6) & 0x3F];\\n      result += map[bits & 0x3F];\\n    }\\n\\n    bits = (bits << 8) + object[idx];\\n  }\\n\\n  // Dump tail\\n\\n  tail = max % 3;\\n\\n  if (tail === 0) {\\n    result += map[(bits >> 18) & 0x3F];\\n    result += map[(bits >> 12) & 0x3F];\\n    result += map[(bits >> 6) & 0x3F];\\n    result += map[bits & 0x3F];\\n  } else if (tail === 2) {\\n    result += map[(bits >> 10) & 0x3F];\\n    result += map[(bits >> 4) & 0x3F];\\n    result += map[(bits << 2) & 0x3F];\\n    result += map[64];\\n  } else if (tail === 1) {\\n    result += map[(bits >> 2) & 0x3F];\\n    result += map[(bits << 4) & 0x3F];\\n    result += map[64];\\n    result += map[64];\\n  }\\n\\n  return result;\\n}\\n\\nfunction isBinary(object) {\\n  return NodeBuffer && NodeBuffer.isBuffer(object);\\n}\\n\\nmodule.exports = new Type('tag:yaml.org,2002:binary', {\\n  kind: 'scalar',\\n  resolve: resolveYamlBinary,\\n  construct: constructYamlBinary,\\n  predicate: isBinary,\\n  represent: representYamlBinary\\n});\\n\"\n        },\n        {\n          \"id\": 118,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/base64-js/index.js\",\n          \"name\": \"./node_modules/base64-js/index.js\",\n          \"index\": 192,\n          \"index2\": 182,\n          \"size\": 3483,\n          \"cacheable\": true,\n          \"built\": true,\n          \"optional\": false,\n          \"prefetched\": false,\n          \"chunks\": [\n            2,\n            4\n          ],\n          \"issuer\": \"/Users/jarred/Code/styleurl/node_modules/buffer/index.js\",\n          \"issuerId\": 1,\n          \"issuerName\": \"./node_modules/buffer/index.js\",\n          \"issuerPath\": [\n            {\n              \"id\": 191,\n              \"identifier\": \"multi /Users/jarred/Code/styleurl/webpack/customPublicPath /Users/jarred/Code/styleurl/chrome/extension/background\",\n              \"name\": \"multi ./webpack/customPublicPath ./chrome/extension/background\",\n              \"profile\": {\n                \"factory\": 0,\n                \"building\": 0,\n                \"dependencies\": 54\n              }\n            },\n            {\n              \"id\": 192,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/background.js\",\n              \"name\": \"./chrome/extension/background.js\",\n              \"profile\": {\n                \"factory\": 54,\n                \"building\": 639,\n                \"dependencies\": 140\n              }\n            },\n            {\n              \"id\": 255,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/stylesheet-differ/lib/index.js\",\n              \"name\": \"./node_modules/stylesheet-differ/lib/index.js\",\n              \"profile\": {\n                \"factory\": 140,\n                \"building\": 568,\n                \"dependencies\": 1\n              }\n            },\n            {\n              \"id\": 256,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/native-css/index.js\",\n              \"name\": \"./node_modules/native-css/index.js\",\n              \"profile\": {\n                \"factory\": 189,\n                \"building\": 603,\n                \"dependencies\": 1\n              }\n            },\n            {\n              \"id\": 257,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/native-css/src/native-css.js\",\n              \"name\": \"./node_modules/native-css/src/native-css.js\",\n              \"profile\": {\n                \"factory\": 26,\n                \"building\": 63,\n                \"dependencies\": 14\n              }\n            },\n            {\n              \"id\": 1,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/buffer/index.js\",\n              \"name\": \"./node_modules/buffer/index.js\",\n              \"profile\": {\n                \"factory\": 117,\n                \"building\": 25,\n                \"dependencies\": 27\n              }\n            }\n          ],\n          \"profile\": {\n            \"factory\": 50,\n            \"building\": 14\n          },\n          \"failed\": false,\n          \"errors\": 0,\n          \"warnings\": 0,\n          \"assets\": [],\n          \"reasons\": [\n            {\n              \"moduleId\": 1,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/buffer/index.js\",\n              \"module\": \"./node_modules/buffer/index.js\",\n              \"moduleName\": \"./node_modules/buffer/index.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"base64-js\",\n              \"loc\": \"11:13-33\"\n            }\n          ],\n          \"usedExports\": true,\n          \"providedExports\": null,\n          \"optimizationBailout\": [\n            \"ModuleConcatenation bailout: Module is not an ECMAScript module\"\n          ],\n          \"depth\": 6,\n          \"source\": \"'use strict'\\n\\nexports.byteLength = byteLength\\nexports.toByteArray = toByteArray\\nexports.fromByteArray = fromByteArray\\n\\nvar lookup = []\\nvar revLookup = []\\nvar Arr = typeof Uint8Array !== 'undefined' ? Uint8Array : Array\\n\\nvar code = 'ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/'\\nfor (var i = 0, len = code.length; i < len; ++i) {\\n  lookup[i] = code[i]\\n  revLookup[code.charCodeAt(i)] = i\\n}\\n\\nrevLookup['-'.charCodeAt(0)] = 62\\nrevLookup['_'.charCodeAt(0)] = 63\\n\\nfunction placeHoldersCount (b64) {\\n  var len = b64.length\\n  if (len % 4 > 0) {\\n    throw new Error('Invalid string. Length must be a multiple of 4')\\n  }\\n\\n  // the number of equal signs (place holders)\\n  // if there are two placeholders, than the two characters before it\\n  // represent one byte\\n  // if there is only one, then the three characters before it represent 2 bytes\\n  // this is just a cheap hack to not do indexOf twice\\n  return b64[len - 2] === '=' ? 2 : b64[len - 1] === '=' ? 1 : 0\\n}\\n\\nfunction byteLength (b64) {\\n  // base64 is 4/3 + up to two characters of the original data\\n  return b64.length * 3 / 4 - placeHoldersCount(b64)\\n}\\n\\nfunction toByteArray (b64) {\\n  var i, j, l, tmp, placeHolders, arr\\n  var len = b64.length\\n  placeHolders = placeHoldersCount(b64)\\n\\n  arr = new Arr(len * 3 / 4 - placeHolders)\\n\\n  // if there are placeholders, only get up to the last complete 4 chars\\n  l = placeHolders > 0 ? len - 4 : len\\n\\n  var L = 0\\n\\n  for (i = 0, j = 0; i < l; i += 4, j += 3) {\\n    tmp = (revLookup[b64.charCodeAt(i)] << 18) | (revLookup[b64.charCodeAt(i + 1)] << 12) | (revLookup[b64.charCodeAt(i + 2)] << 6) | revLookup[b64.charCodeAt(i + 3)]\\n    arr[L++] = (tmp >> 16) & 0xFF\\n    arr[L++] = (tmp >> 8) & 0xFF\\n    arr[L++] = tmp & 0xFF\\n  }\\n\\n  if (placeHolders === 2) {\\n    tmp = (revLookup[b64.charCodeAt(i)] << 2) | (revLookup[b64.charCodeAt(i + 1)] >> 4)\\n    arr[L++] = tmp & 0xFF\\n  } else if (placeHolders === 1) {\\n    tmp = (revLookup[b64.charCodeAt(i)] << 10) | (revLookup[b64.charCodeAt(i + 1)] << 4) | (revLookup[b64.charCodeAt(i + 2)] >> 2)\\n    arr[L++] = (tmp >> 8) & 0xFF\\n    arr[L++] = tmp & 0xFF\\n  }\\n\\n  return arr\\n}\\n\\nfunction tripletToBase64 (num) {\\n  return lookup[num >> 18 & 0x3F] + lookup[num >> 12 & 0x3F] + lookup[num >> 6 & 0x3F] + lookup[num & 0x3F]\\n}\\n\\nfunction encodeChunk (uint8, start, end) {\\n  var tmp\\n  var output = []\\n  for (var i = start; i < end; i += 3) {\\n    tmp = (uint8[i] << 16) + (uint8[i + 1] << 8) + (uint8[i + 2])\\n    output.push(tripletToBase64(tmp))\\n  }\\n  return output.join('')\\n}\\n\\nfunction fromByteArray (uint8) {\\n  var tmp\\n  var len = uint8.length\\n  var extraBytes = len % 3 // if we have 1 byte left, pad 2 bytes\\n  var output = ''\\n  var parts = []\\n  var maxChunkLength = 16383 // must be multiple of 3\\n\\n  // go through the array every three bytes, we'll deal with trailing stuff later\\n  for (var i = 0, len2 = len - extraBytes; i < len2; i += maxChunkLength) {\\n    parts.push(encodeChunk(uint8, i, (i + maxChunkLength) > len2 ? len2 : (i + maxChunkLength)))\\n  }\\n\\n  // pad the end with zeros, but make sure to not forget the extra bytes\\n  if (extraBytes === 1) {\\n    tmp = uint8[len - 1]\\n    output += lookup[tmp >> 2]\\n    output += lookup[(tmp << 4) & 0x3F]\\n    output += '=='\\n  } else if (extraBytes === 2) {\\n    tmp = (uint8[len - 2] << 8) + (uint8[len - 1])\\n    output += lookup[tmp >> 10]\\n    output += lookup[(tmp >> 4) & 0x3F]\\n    output += lookup[(tmp << 2) & 0x3F]\\n    output += '='\\n  }\\n\\n  parts.push(output)\\n\\n  return parts.join('')\\n}\\n\"\n        },\n        {\n          \"id\": 119,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/ieee754/index.js\",\n          \"name\": \"./node_modules/ieee754/index.js\",\n          \"index\": 193,\n          \"index2\": 183,\n          \"size\": 2054,\n          \"cacheable\": true,\n          \"built\": true,\n          \"optional\": false,\n          \"prefetched\": false,\n          \"chunks\": [\n            2,\n            4\n          ],\n          \"issuer\": \"/Users/jarred/Code/styleurl/node_modules/buffer/index.js\",\n          \"issuerId\": 1,\n          \"issuerName\": \"./node_modules/buffer/index.js\",\n          \"issuerPath\": [\n            {\n              \"id\": 191,\n              \"identifier\": \"multi /Users/jarred/Code/styleurl/webpack/customPublicPath /Users/jarred/Code/styleurl/chrome/extension/background\",\n              \"name\": \"multi ./webpack/customPublicPath ./chrome/extension/background\",\n              \"profile\": {\n                \"factory\": 0,\n                \"building\": 0,\n                \"dependencies\": 54\n              }\n            },\n            {\n              \"id\": 192,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/background.js\",\n              \"name\": \"./chrome/extension/background.js\",\n              \"profile\": {\n                \"factory\": 54,\n                \"building\": 639,\n                \"dependencies\": 140\n              }\n            },\n            {\n              \"id\": 255,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/stylesheet-differ/lib/index.js\",\n              \"name\": \"./node_modules/stylesheet-differ/lib/index.js\",\n              \"profile\": {\n                \"factory\": 140,\n                \"building\": 568,\n                \"dependencies\": 1\n              }\n            },\n            {\n              \"id\": 256,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/native-css/index.js\",\n              \"name\": \"./node_modules/native-css/index.js\",\n              \"profile\": {\n                \"factory\": 189,\n                \"building\": 603,\n                \"dependencies\": 1\n              }\n            },\n            {\n              \"id\": 257,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/native-css/src/native-css.js\",\n              \"name\": \"./node_modules/native-css/src/native-css.js\",\n              \"profile\": {\n                \"factory\": 26,\n                \"building\": 63,\n                \"dependencies\": 14\n              }\n            },\n            {\n              \"id\": 1,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/buffer/index.js\",\n              \"name\": \"./node_modules/buffer/index.js\",\n              \"profile\": {\n                \"factory\": 117,\n                \"building\": 25,\n                \"dependencies\": 27\n              }\n            }\n          ],\n          \"profile\": {\n            \"factory\": 50,\n            \"building\": 14\n          },\n          \"failed\": false,\n          \"errors\": 0,\n          \"warnings\": 0,\n          \"assets\": [],\n          \"reasons\": [\n            {\n              \"moduleId\": 1,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/buffer/index.js\",\n              \"module\": \"./node_modules/buffer/index.js\",\n              \"moduleName\": \"./node_modules/buffer/index.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"ieee754\",\n              \"loc\": \"12:14-32\"\n            }\n          ],\n          \"usedExports\": true,\n          \"providedExports\": null,\n          \"optimizationBailout\": [\n            \"ModuleConcatenation bailout: Module is not an ECMAScript module\"\n          ],\n          \"depth\": 6,\n          \"source\": \"exports.read = function (buffer, offset, isLE, mLen, nBytes) {\\n  var e, m\\n  var eLen = nBytes * 8 - mLen - 1\\n  var eMax = (1 << eLen) - 1\\n  var eBias = eMax >> 1\\n  var nBits = -7\\n  var i = isLE ? (nBytes - 1) : 0\\n  var d = isLE ? -1 : 1\\n  var s = buffer[offset + i]\\n\\n  i += d\\n\\n  e = s & ((1 << (-nBits)) - 1)\\n  s >>= (-nBits)\\n  nBits += eLen\\n  for (; nBits > 0; e = e * 256 + buffer[offset + i], i += d, nBits -= 8) {}\\n\\n  m = e & ((1 << (-nBits)) - 1)\\n  e >>= (-nBits)\\n  nBits += mLen\\n  for (; nBits > 0; m = m * 256 + buffer[offset + i], i += d, nBits -= 8) {}\\n\\n  if (e === 0) {\\n    e = 1 - eBias\\n  } else if (e === eMax) {\\n    return m ? NaN : ((s ? -1 : 1) * Infinity)\\n  } else {\\n    m = m + Math.pow(2, mLen)\\n    e = e - eBias\\n  }\\n  return (s ? -1 : 1) * m * Math.pow(2, e - mLen)\\n}\\n\\nexports.write = function (buffer, value, offset, isLE, mLen, nBytes) {\\n  var e, m, c\\n  var eLen = nBytes * 8 - mLen - 1\\n  var eMax = (1 << eLen) - 1\\n  var eBias = eMax >> 1\\n  var rt = (mLen === 23 ? Math.pow(2, -24) - Math.pow(2, -77) : 0)\\n  var i = isLE ? 0 : (nBytes - 1)\\n  var d = isLE ? 1 : -1\\n  var s = value < 0 || (value === 0 && 1 / value < 0) ? 1 : 0\\n\\n  value = Math.abs(value)\\n\\n  if (isNaN(value) || value === Infinity) {\\n    m = isNaN(value) ? 1 : 0\\n    e = eMax\\n  } else {\\n    e = Math.floor(Math.log(value) / Math.LN2)\\n    if (value * (c = Math.pow(2, -e)) < 1) {\\n      e--\\n      c *= 2\\n    }\\n    if (e + eBias >= 1) {\\n      value += rt / c\\n    } else {\\n      value += rt * Math.pow(2, 1 - eBias)\\n    }\\n    if (value * c >= 2) {\\n      e++\\n      c /= 2\\n    }\\n\\n    if (e + eBias >= eMax) {\\n      m = 0\\n      e = eMax\\n    } else if (e + eBias >= 1) {\\n      m = (value * c - 1) * Math.pow(2, mLen)\\n      e = e + eBias\\n    } else {\\n      m = value * Math.pow(2, eBias - 1) * Math.pow(2, mLen)\\n      e = 0\\n    }\\n  }\\n\\n  for (; mLen >= 8; buffer[offset + i] = m & 0xff, i += d, m /= 256, mLen -= 8) {}\\n\\n  e = (e << mLen) | m\\n  eLen += mLen\\n  for (; eLen > 0; buffer[offset + i] = e & 0xff, i += d, e /= 256, eLen -= 8) {}\\n\\n  buffer[offset + i - d] |= s * 128\\n}\\n\"\n        },\n        {\n          \"id\": 120,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/js-yaml/lib/js-yaml/type/omap.js\",\n          \"name\": \"./node_modules/js-yaml/lib/js-yaml/type/omap.js\",\n          \"index\": 195,\n          \"index2\": 187,\n          \"size\": 1023,\n          \"cacheable\": true,\n          \"built\": true,\n          \"optional\": false,\n          \"prefetched\": false,\n          \"chunks\": [\n            2,\n            4\n          ],\n          \"issuer\": \"/Users/jarred/Code/styleurl/node_modules/js-yaml/lib/js-yaml/schema/default_safe.js\",\n          \"issuerId\": 15,\n          \"issuerName\": \"./node_modules/js-yaml/lib/js-yaml/schema/default_safe.js\",\n          \"issuerPath\": [\n            {\n              \"id\": 350,\n              \"identifier\": \"multi /Users/jarred/Code/styleurl/webpack/customPublicPath /Users/jarred/Code/styleurl/chrome/extension/github_gist_content_script\",\n              \"name\": \"multi ./webpack/customPublicPath ./chrome/extension/github_gist_content_script\",\n              \"profile\": {\n                \"factory\": 0,\n                \"building\": 0,\n                \"dependencies\": 53\n              }\n            },\n            {\n              \"id\": 351,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/github_gist_content_script.js\",\n              \"name\": \"./chrome/extension/github_gist_content_script.js\",\n              \"profile\": {\n                \"factory\": 54,\n                \"building\": 576,\n                \"dependencies\": 194\n              }\n            },\n            {\n              \"id\": 55,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/lib/stylefile.js\",\n              \"name\": \"./chrome/extension/lib/stylefile.js\",\n              \"profile\": {\n                \"factory\": 194,\n                \"building\": 246,\n                \"dependencies\": 40\n              }\n            },\n            {\n              \"id\": 104,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/js-yaml/index.js\",\n              \"name\": \"./node_modules/js-yaml/index.js\",\n              \"profile\": {\n                \"factory\": 408,\n                \"building\": 42\n              }\n            },\n            {\n              \"id\": 105,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/js-yaml/lib/js-yaml.js\",\n              \"name\": \"./node_modules/js-yaml/lib/js-yaml.js\",\n              \"profile\": {\n                \"factory\": 96,\n                \"building\": 77\n              }\n            },\n            {\n              \"id\": 15,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/js-yaml/lib/js-yaml/schema/default_safe.js\",\n              \"name\": \"./node_modules/js-yaml/lib/js-yaml/schema/default_safe.js\",\n              \"profile\": {\n                \"factory\": 33,\n                \"building\": 66,\n                \"dependencies\": 42\n              }\n            }\n          ],\n          \"profile\": {\n            \"factory\": 64,\n            \"building\": 16,\n            \"dependencies\": 1\n          },\n          \"failed\": false,\n          \"errors\": 0,\n          \"warnings\": 0,\n          \"assets\": [],\n          \"reasons\": [\n            {\n              \"moduleId\": 15,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/js-yaml/lib/js-yaml/schema/default_safe.js\",\n              \"module\": \"./node_modules/js-yaml/lib/js-yaml/schema/default_safe.js\",\n              \"moduleName\": \"./node_modules/js-yaml/lib/js-yaml/schema/default_safe.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"../type/omap\",\n              \"loc\": \"24:4-27\"\n            }\n          ],\n          \"usedExports\": true,\n          \"providedExports\": null,\n          \"optimizationBailout\": [\n            \"ModuleConcatenation bailout: Module is not an ECMAScript module\"\n          ],\n          \"depth\": 6,\n          \"source\": \"'use strict';\\n\\nvar Type = require('../type');\\n\\nvar _hasOwnProperty = Object.prototype.hasOwnProperty;\\nvar _toString       = Object.prototype.toString;\\n\\nfunction resolveYamlOmap(data) {\\n  if (data === null) return true;\\n\\n  var objectKeys = [], index, length, pair, pairKey, pairHasKey,\\n      object = data;\\n\\n  for (index = 0, length = object.length; index < length; index += 1) {\\n    pair = object[index];\\n    pairHasKey = false;\\n\\n    if (_toString.call(pair) !== '[object Object]') return false;\\n\\n    for (pairKey in pair) {\\n      if (_hasOwnProperty.call(pair, pairKey)) {\\n        if (!pairHasKey) pairHasKey = true;\\n        else return false;\\n      }\\n    }\\n\\n    if (!pairHasKey) return false;\\n\\n    if (objectKeys.indexOf(pairKey) === -1) objectKeys.push(pairKey);\\n    else return false;\\n  }\\n\\n  return true;\\n}\\n\\nfunction constructYamlOmap(data) {\\n  return data !== null ? data : [];\\n}\\n\\nmodule.exports = new Type('tag:yaml.org,2002:omap', {\\n  kind: 'sequence',\\n  resolve: resolveYamlOmap,\\n  construct: constructYamlOmap\\n});\\n\"\n        },\n        {\n          \"id\": 121,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/js-yaml/lib/js-yaml/type/pairs.js\",\n          \"name\": \"./node_modules/js-yaml/lib/js-yaml/type/pairs.js\",\n          \"index\": 196,\n          \"index2\": 188,\n          \"size\": 1084,\n          \"cacheable\": true,\n          \"built\": true,\n          \"optional\": false,\n          \"prefetched\": false,\n          \"chunks\": [\n            2,\n            4\n          ],\n          \"issuer\": \"/Users/jarred/Code/styleurl/node_modules/js-yaml/lib/js-yaml/schema/default_safe.js\",\n          \"issuerId\": 15,\n          \"issuerName\": \"./node_modules/js-yaml/lib/js-yaml/schema/default_safe.js\",\n          \"issuerPath\": [\n            {\n              \"id\": 350,\n              \"identifier\": \"multi /Users/jarred/Code/styleurl/webpack/customPublicPath /Users/jarred/Code/styleurl/chrome/extension/github_gist_content_script\",\n              \"name\": \"multi ./webpack/customPublicPath ./chrome/extension/github_gist_content_script\",\n              \"profile\": {\n                \"factory\": 0,\n                \"building\": 0,\n                \"dependencies\": 53\n              }\n            },\n            {\n              \"id\": 351,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/github_gist_content_script.js\",\n              \"name\": \"./chrome/extension/github_gist_content_script.js\",\n              \"profile\": {\n                \"factory\": 54,\n                \"building\": 576,\n                \"dependencies\": 194\n              }\n            },\n            {\n              \"id\": 55,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/lib/stylefile.js\",\n              \"name\": \"./chrome/extension/lib/stylefile.js\",\n              \"profile\": {\n                \"factory\": 194,\n                \"building\": 246,\n                \"dependencies\": 40\n              }\n            },\n            {\n              \"id\": 104,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/js-yaml/index.js\",\n              \"name\": \"./node_modules/js-yaml/index.js\",\n              \"profile\": {\n                \"factory\": 408,\n                \"building\": 42\n              }\n            },\n            {\n              \"id\": 105,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/js-yaml/lib/js-yaml.js\",\n              \"name\": \"./node_modules/js-yaml/lib/js-yaml.js\",\n              \"profile\": {\n                \"factory\": 96,\n                \"building\": 77\n              }\n            },\n            {\n              \"id\": 15,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/js-yaml/lib/js-yaml/schema/default_safe.js\",\n              \"name\": \"./node_modules/js-yaml/lib/js-yaml/schema/default_safe.js\",\n              \"profile\": {\n                \"factory\": 33,\n                \"building\": 66,\n                \"dependencies\": 42\n              }\n            }\n          ],\n          \"profile\": {\n            \"factory\": 64,\n            \"building\": 16,\n            \"dependencies\": 1\n          },\n          \"failed\": false,\n          \"errors\": 0,\n          \"warnings\": 0,\n          \"assets\": [],\n          \"reasons\": [\n            {\n              \"moduleId\": 15,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/js-yaml/lib/js-yaml/schema/default_safe.js\",\n              \"module\": \"./node_modules/js-yaml/lib/js-yaml/schema/default_safe.js\",\n              \"moduleName\": \"./node_modules/js-yaml/lib/js-yaml/schema/default_safe.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"../type/pairs\",\n              \"loc\": \"25:4-28\"\n            }\n          ],\n          \"usedExports\": true,\n          \"providedExports\": null,\n          \"optimizationBailout\": [\n            \"ModuleConcatenation bailout: Module is not an ECMAScript module\"\n          ],\n          \"depth\": 6,\n          \"source\": \"'use strict';\\n\\nvar Type = require('../type');\\n\\nvar _toString = Object.prototype.toString;\\n\\nfunction resolveYamlPairs(data) {\\n  if (data === null) return true;\\n\\n  var index, length, pair, keys, result,\\n      object = data;\\n\\n  result = new Array(object.length);\\n\\n  for (index = 0, length = object.length; index < length; index += 1) {\\n    pair = object[index];\\n\\n    if (_toString.call(pair) !== '[object Object]') return false;\\n\\n    keys = Object.keys(pair);\\n\\n    if (keys.length !== 1) return false;\\n\\n    result[index] = [ keys[0], pair[keys[0]] ];\\n  }\\n\\n  return true;\\n}\\n\\nfunction constructYamlPairs(data) {\\n  if (data === null) return [];\\n\\n  var index, length, pair, keys, result,\\n      object = data;\\n\\n  result = new Array(object.length);\\n\\n  for (index = 0, length = object.length; index < length; index += 1) {\\n    pair = object[index];\\n\\n    keys = Object.keys(pair);\\n\\n    result[index] = [ keys[0], pair[keys[0]] ];\\n  }\\n\\n  return result;\\n}\\n\\nmodule.exports = new Type('tag:yaml.org,2002:pairs', {\\n  kind: 'sequence',\\n  resolve: resolveYamlPairs,\\n  construct: constructYamlPairs\\n});\\n\"\n        },\n        {\n          \"id\": 122,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/js-yaml/lib/js-yaml/type/set.js\",\n          \"name\": \"./node_modules/js-yaml/lib/js-yaml/type/set.js\",\n          \"index\": 197,\n          \"index2\": 189,\n          \"size\": 547,\n          \"cacheable\": true,\n          \"built\": true,\n          \"optional\": false,\n          \"prefetched\": false,\n          \"chunks\": [\n            2,\n            4\n          ],\n          \"issuer\": \"/Users/jarred/Code/styleurl/node_modules/js-yaml/lib/js-yaml/schema/default_safe.js\",\n          \"issuerId\": 15,\n          \"issuerName\": \"./node_modules/js-yaml/lib/js-yaml/schema/default_safe.js\",\n          \"issuerPath\": [\n            {\n              \"id\": 350,\n              \"identifier\": \"multi /Users/jarred/Code/styleurl/webpack/customPublicPath /Users/jarred/Code/styleurl/chrome/extension/github_gist_content_script\",\n              \"name\": \"multi ./webpack/customPublicPath ./chrome/extension/github_gist_content_script\",\n              \"profile\": {\n                \"factory\": 0,\n                \"building\": 0,\n                \"dependencies\": 53\n              }\n            },\n            {\n              \"id\": 351,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/github_gist_content_script.js\",\n              \"name\": \"./chrome/extension/github_gist_content_script.js\",\n              \"profile\": {\n                \"factory\": 54,\n                \"building\": 576,\n                \"dependencies\": 194\n              }\n            },\n            {\n              \"id\": 55,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/lib/stylefile.js\",\n              \"name\": \"./chrome/extension/lib/stylefile.js\",\n              \"profile\": {\n                \"factory\": 194,\n                \"building\": 246,\n                \"dependencies\": 40\n              }\n            },\n            {\n              \"id\": 104,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/js-yaml/index.js\",\n              \"name\": \"./node_modules/js-yaml/index.js\",\n              \"profile\": {\n                \"factory\": 408,\n                \"building\": 42\n              }\n            },\n            {\n              \"id\": 105,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/js-yaml/lib/js-yaml.js\",\n              \"name\": \"./node_modules/js-yaml/lib/js-yaml.js\",\n              \"profile\": {\n                \"factory\": 96,\n                \"building\": 77\n              }\n            },\n            {\n              \"id\": 15,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/js-yaml/lib/js-yaml/schema/default_safe.js\",\n              \"name\": \"./node_modules/js-yaml/lib/js-yaml/schema/default_safe.js\",\n              \"profile\": {\n                \"factory\": 33,\n                \"building\": 66,\n                \"dependencies\": 42\n              }\n            }\n          ],\n          \"profile\": {\n            \"factory\": 64,\n            \"building\": 16,\n            \"dependencies\": 1\n          },\n          \"failed\": false,\n          \"errors\": 0,\n          \"warnings\": 0,\n          \"assets\": [],\n          \"reasons\": [\n            {\n              \"moduleId\": 15,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/js-yaml/lib/js-yaml/schema/default_safe.js\",\n              \"module\": \"./node_modules/js-yaml/lib/js-yaml/schema/default_safe.js\",\n              \"moduleName\": \"./node_modules/js-yaml/lib/js-yaml/schema/default_safe.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"../type/set\",\n              \"loc\": \"26:4-26\"\n            }\n          ],\n          \"usedExports\": true,\n          \"providedExports\": null,\n          \"optimizationBailout\": [\n            \"ModuleConcatenation bailout: Module is not an ECMAScript module\"\n          ],\n          \"depth\": 6,\n          \"source\": \"'use strict';\\n\\nvar Type = require('../type');\\n\\nvar _hasOwnProperty = Object.prototype.hasOwnProperty;\\n\\nfunction resolveYamlSet(data) {\\n  if (data === null) return true;\\n\\n  var key, object = data;\\n\\n  for (key in object) {\\n    if (_hasOwnProperty.call(object, key)) {\\n      if (object[key] !== null) return false;\\n    }\\n  }\\n\\n  return true;\\n}\\n\\nfunction constructYamlSet(data) {\\n  return data !== null ? data : {};\\n}\\n\\nmodule.exports = new Type('tag:yaml.org,2002:set', {\\n  kind: 'mapping',\\n  resolve: resolveYamlSet,\\n  construct: constructYamlSet\\n});\\n\"\n        },\n        {\n          \"id\": 123,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/js-yaml/lib/js-yaml/type/js/undefined.js\",\n          \"name\": \"./node_modules/js-yaml/lib/js-yaml/type/js/undefined.js\",\n          \"index\": 199,\n          \"index2\": 191,\n          \"size\": 573,\n          \"cacheable\": true,\n          \"built\": true,\n          \"optional\": false,\n          \"prefetched\": false,\n          \"chunks\": [\n            2,\n            4\n          ],\n          \"issuer\": \"/Users/jarred/Code/styleurl/node_modules/js-yaml/lib/js-yaml/schema/default_full.js\",\n          \"issuerId\": 21,\n          \"issuerName\": \"./node_modules/js-yaml/lib/js-yaml/schema/default_full.js\",\n          \"issuerPath\": [\n            {\n              \"id\": 350,\n              \"identifier\": \"multi /Users/jarred/Code/styleurl/webpack/customPublicPath /Users/jarred/Code/styleurl/chrome/extension/github_gist_content_script\",\n              \"name\": \"multi ./webpack/customPublicPath ./chrome/extension/github_gist_content_script\",\n              \"profile\": {\n                \"factory\": 0,\n                \"building\": 0,\n                \"dependencies\": 53\n              }\n            },\n            {\n              \"id\": 351,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/github_gist_content_script.js\",\n              \"name\": \"./chrome/extension/github_gist_content_script.js\",\n              \"profile\": {\n                \"factory\": 54,\n                \"building\": 576,\n                \"dependencies\": 194\n              }\n            },\n            {\n              \"id\": 55,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/lib/stylefile.js\",\n              \"name\": \"./chrome/extension/lib/stylefile.js\",\n              \"profile\": {\n                \"factory\": 194,\n                \"building\": 246,\n                \"dependencies\": 40\n              }\n            },\n            {\n              \"id\": 104,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/js-yaml/index.js\",\n              \"name\": \"./node_modules/js-yaml/index.js\",\n              \"profile\": {\n                \"factory\": 408,\n                \"building\": 42\n              }\n            },\n            {\n              \"id\": 105,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/js-yaml/lib/js-yaml.js\",\n              \"name\": \"./node_modules/js-yaml/lib/js-yaml.js\",\n              \"profile\": {\n                \"factory\": 96,\n                \"building\": 77\n              }\n            },\n            {\n              \"id\": 21,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/js-yaml/lib/js-yaml/schema/default_full.js\",\n              \"name\": \"./node_modules/js-yaml/lib/js-yaml/schema/default_full.js\",\n              \"profile\": {\n                \"factory\": 33,\n                \"building\": 66,\n                \"dependencies\": 42\n              }\n            }\n          ],\n          \"profile\": {\n            \"factory\": 65,\n            \"building\": 18,\n            \"dependencies\": 0\n          },\n          \"failed\": false,\n          \"errors\": 0,\n          \"warnings\": 0,\n          \"assets\": [],\n          \"reasons\": [\n            {\n              \"moduleId\": 21,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/js-yaml/lib/js-yaml/schema/default_full.js\",\n              \"module\": \"./node_modules/js-yaml/lib/js-yaml/schema/default_full.js\",\n              \"moduleName\": \"./node_modules/js-yaml/lib/js-yaml/schema/default_full.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"../type/js/undefined\",\n              \"loc\": \"21:4-35\"\n            }\n          ],\n          \"usedExports\": true,\n          \"providedExports\": null,\n          \"optimizationBailout\": [\n            \"ModuleConcatenation bailout: Module is not an ECMAScript module\"\n          ],\n          \"depth\": 6,\n          \"source\": \"'use strict';\\n\\nvar Type = require('../../type');\\n\\nfunction resolveJavascriptUndefined() {\\n  return true;\\n}\\n\\nfunction constructJavascriptUndefined() {\\n  /*eslint-disable no-undefined*/\\n  return undefined;\\n}\\n\\nfunction representJavascriptUndefined() {\\n  return '';\\n}\\n\\nfunction isUndefined(object) {\\n  return typeof object === 'undefined';\\n}\\n\\nmodule.exports = new Type('tag:yaml.org,2002:js/undefined', {\\n  kind: 'scalar',\\n  resolve: resolveJavascriptUndefined,\\n  construct: constructJavascriptUndefined,\\n  predicate: isUndefined,\\n  represent: representJavascriptUndefined\\n});\\n\"\n        },\n        {\n          \"id\": 124,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/js-yaml/lib/js-yaml/type/js/regexp.js\",\n          \"name\": \"./node_modules/js-yaml/lib/js-yaml/type/js/regexp.js\",\n          \"index\": 200,\n          \"index2\": 192,\n          \"size\": 1572,\n          \"cacheable\": true,\n          \"built\": true,\n          \"optional\": false,\n          \"prefetched\": false,\n          \"chunks\": [\n            2,\n            4\n          ],\n          \"issuer\": \"/Users/jarred/Code/styleurl/node_modules/js-yaml/lib/js-yaml/schema/default_full.js\",\n          \"issuerId\": 21,\n          \"issuerName\": \"./node_modules/js-yaml/lib/js-yaml/schema/default_full.js\",\n          \"issuerPath\": [\n            {\n              \"id\": 350,\n              \"identifier\": \"multi /Users/jarred/Code/styleurl/webpack/customPublicPath /Users/jarred/Code/styleurl/chrome/extension/github_gist_content_script\",\n              \"name\": \"multi ./webpack/customPublicPath ./chrome/extension/github_gist_content_script\",\n              \"profile\": {\n                \"factory\": 0,\n                \"building\": 0,\n                \"dependencies\": 53\n              }\n            },\n            {\n              \"id\": 351,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/github_gist_content_script.js\",\n              \"name\": \"./chrome/extension/github_gist_content_script.js\",\n              \"profile\": {\n                \"factory\": 54,\n                \"building\": 576,\n                \"dependencies\": 194\n              }\n            },\n            {\n              \"id\": 55,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/lib/stylefile.js\",\n              \"name\": \"./chrome/extension/lib/stylefile.js\",\n              \"profile\": {\n                \"factory\": 194,\n                \"building\": 246,\n                \"dependencies\": 40\n              }\n            },\n            {\n              \"id\": 104,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/js-yaml/index.js\",\n              \"name\": \"./node_modules/js-yaml/index.js\",\n              \"profile\": {\n                \"factory\": 408,\n                \"building\": 42\n              }\n            },\n            {\n              \"id\": 105,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/js-yaml/lib/js-yaml.js\",\n              \"name\": \"./node_modules/js-yaml/lib/js-yaml.js\",\n              \"profile\": {\n                \"factory\": 96,\n                \"building\": 77\n              }\n            },\n            {\n              \"id\": 21,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/js-yaml/lib/js-yaml/schema/default_full.js\",\n              \"name\": \"./node_modules/js-yaml/lib/js-yaml/schema/default_full.js\",\n              \"profile\": {\n                \"factory\": 33,\n                \"building\": 66,\n                \"dependencies\": 42\n              }\n            }\n          ],\n          \"profile\": {\n            \"factory\": 65,\n            \"building\": 18,\n            \"dependencies\": 0\n          },\n          \"failed\": false,\n          \"errors\": 0,\n          \"warnings\": 0,\n          \"assets\": [],\n          \"reasons\": [\n            {\n              \"moduleId\": 21,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/js-yaml/lib/js-yaml/schema/default_full.js\",\n              \"module\": \"./node_modules/js-yaml/lib/js-yaml/schema/default_full.js\",\n              \"moduleName\": \"./node_modules/js-yaml/lib/js-yaml/schema/default_full.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"../type/js/regexp\",\n              \"loc\": \"22:4-32\"\n            }\n          ],\n          \"usedExports\": true,\n          \"providedExports\": null,\n          \"optimizationBailout\": [\n            \"ModuleConcatenation bailout: Module is not an ECMAScript module\"\n          ],\n          \"depth\": 6,\n          \"source\": \"'use strict';\\n\\nvar Type = require('../../type');\\n\\nfunction resolveJavascriptRegExp(data) {\\n  if (data === null) return false;\\n  if (data.length === 0) return false;\\n\\n  var regexp = data,\\n      tail   = /\\\\/([gim]*)$/.exec(data),\\n      modifiers = '';\\n\\n  // if regexp starts with '/' it can have modifiers and must be properly closed\\n  // `/foo/gim` - modifiers tail can be maximum 3 chars\\n  if (regexp[0] === '/') {\\n    if (tail) modifiers = tail[1];\\n\\n    if (modifiers.length > 3) return false;\\n    // if expression starts with /, is should be properly terminated\\n    if (regexp[regexp.length - modifiers.length - 1] !== '/') return false;\\n  }\\n\\n  return true;\\n}\\n\\nfunction constructJavascriptRegExp(data) {\\n  var regexp = data,\\n      tail   = /\\\\/([gim]*)$/.exec(data),\\n      modifiers = '';\\n\\n  // `/foo/gim` - tail can be maximum 4 chars\\n  if (regexp[0] === '/') {\\n    if (tail) modifiers = tail[1];\\n    regexp = regexp.slice(1, regexp.length - modifiers.length - 1);\\n  }\\n\\n  return new RegExp(regexp, modifiers);\\n}\\n\\nfunction representJavascriptRegExp(object /*, style*/) {\\n  var result = '/' + object.source + '/';\\n\\n  if (object.global) result += 'g';\\n  if (object.multiline) result += 'm';\\n  if (object.ignoreCase) result += 'i';\\n\\n  return result;\\n}\\n\\nfunction isRegExp(object) {\\n  return Object.prototype.toString.call(object) === '[object RegExp]';\\n}\\n\\nmodule.exports = new Type('tag:yaml.org,2002:js/regexp', {\\n  kind: 'scalar',\\n  resolve: resolveJavascriptRegExp,\\n  construct: constructJavascriptRegExp,\\n  predicate: isRegExp,\\n  represent: representJavascriptRegExp\\n});\\n\"\n        },\n        {\n          \"id\": 125,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/js-yaml/lib/js-yaml/type/js/function.js\",\n          \"name\": \"./node_modules/js-yaml/lib/js-yaml/type/js/function.js\",\n          \"index\": 201,\n          \"index2\": 194,\n          \"size\": 2782,\n          \"cacheable\": true,\n          \"built\": true,\n          \"optional\": false,\n          \"prefetched\": false,\n          \"chunks\": [\n            2,\n            4\n          ],\n          \"issuer\": \"/Users/jarred/Code/styleurl/node_modules/js-yaml/lib/js-yaml/schema/default_full.js\",\n          \"issuerId\": 21,\n          \"issuerName\": \"./node_modules/js-yaml/lib/js-yaml/schema/default_full.js\",\n          \"issuerPath\": [\n            {\n              \"id\": 350,\n              \"identifier\": \"multi /Users/jarred/Code/styleurl/webpack/customPublicPath /Users/jarred/Code/styleurl/chrome/extension/github_gist_content_script\",\n              \"name\": \"multi ./webpack/customPublicPath ./chrome/extension/github_gist_content_script\",\n              \"profile\": {\n                \"factory\": 0,\n                \"building\": 0,\n                \"dependencies\": 53\n              }\n            },\n            {\n              \"id\": 351,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/github_gist_content_script.js\",\n              \"name\": \"./chrome/extension/github_gist_content_script.js\",\n              \"profile\": {\n                \"factory\": 54,\n                \"building\": 576,\n                \"dependencies\": 194\n              }\n            },\n            {\n              \"id\": 55,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/lib/stylefile.js\",\n              \"name\": \"./chrome/extension/lib/stylefile.js\",\n              \"profile\": {\n                \"factory\": 194,\n                \"building\": 246,\n                \"dependencies\": 40\n              }\n            },\n            {\n              \"id\": 104,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/js-yaml/index.js\",\n              \"name\": \"./node_modules/js-yaml/index.js\",\n              \"profile\": {\n                \"factory\": 408,\n                \"building\": 42\n              }\n            },\n            {\n              \"id\": 105,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/js-yaml/lib/js-yaml.js\",\n              \"name\": \"./node_modules/js-yaml/lib/js-yaml.js\",\n              \"profile\": {\n                \"factory\": 96,\n                \"building\": 77\n              }\n            },\n            {\n              \"id\": 21,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/js-yaml/lib/js-yaml/schema/default_full.js\",\n              \"name\": \"./node_modules/js-yaml/lib/js-yaml/schema/default_full.js\",\n              \"profile\": {\n                \"factory\": 33,\n                \"building\": 66,\n                \"dependencies\": 42\n              }\n            }\n          ],\n          \"profile\": {\n            \"factory\": 65,\n            \"building\": 18,\n            \"dependencies\": 0\n          },\n          \"failed\": false,\n          \"errors\": 0,\n          \"warnings\": 0,\n          \"assets\": [],\n          \"reasons\": [\n            {\n              \"moduleId\": 21,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/js-yaml/lib/js-yaml/schema/default_full.js\",\n              \"module\": \"./node_modules/js-yaml/lib/js-yaml/schema/default_full.js\",\n              \"moduleName\": \"./node_modules/js-yaml/lib/js-yaml/schema/default_full.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"../type/js/function\",\n              \"loc\": \"23:4-34\"\n            }\n          ],\n          \"usedExports\": true,\n          \"providedExports\": null,\n          \"optimizationBailout\": [\n            \"ModuleConcatenation bailout: Module is not an ECMAScript module\"\n          ],\n          \"depth\": 6,\n          \"source\": \"'use strict';\\n\\nvar esprima;\\n\\n// Browserified version does not have esprima\\n//\\n// 1. For node.js just require module as deps\\n// 2. For browser try to require mudule via external AMD system.\\n//    If not found - try to fallback to window.esprima. If not\\n//    found too - then fail to parse.\\n//\\ntry {\\n  // workaround to exclude package from browserify list.\\n  var _require = require;\\n  esprima = _require('esprima');\\n} catch (_) {\\n  /*global window */\\n  if (typeof window !== 'undefined') esprima = window.esprima;\\n}\\n\\nvar Type = require('../../type');\\n\\nfunction resolveJavascriptFunction(data) {\\n  if (data === null) return false;\\n\\n  try {\\n    var source = '(' + data + ')',\\n        ast    = esprima.parse(source, { range: true });\\n\\n    if (ast.type                    !== 'Program'             ||\\n        ast.body.length             !== 1                     ||\\n        ast.body[0].type            !== 'ExpressionStatement' ||\\n        (ast.body[0].expression.type !== 'ArrowFunctionExpression' &&\\n          ast.body[0].expression.type !== 'FunctionExpression')) {\\n      return false;\\n    }\\n\\n    return true;\\n  } catch (err) {\\n    return false;\\n  }\\n}\\n\\nfunction constructJavascriptFunction(data) {\\n  /*jslint evil:true*/\\n\\n  var source = '(' + data + ')',\\n      ast    = esprima.parse(source, { range: true }),\\n      params = [],\\n      body;\\n\\n  if (ast.type                    !== 'Program'             ||\\n      ast.body.length             !== 1                     ||\\n      ast.body[0].type            !== 'ExpressionStatement' ||\\n      (ast.body[0].expression.type !== 'ArrowFunctionExpression' &&\\n        ast.body[0].expression.type !== 'FunctionExpression')) {\\n    throw new Error('Failed to resolve function');\\n  }\\n\\n  ast.body[0].expression.params.forEach(function (param) {\\n    params.push(param.name);\\n  });\\n\\n  body = ast.body[0].expression.body.range;\\n\\n  // Esprima's ranges include the first '{' and the last '}' characters on\\n  // function expressions. So cut them out.\\n  if (ast.body[0].expression.body.type === 'BlockStatement') {\\n    /*eslint-disable no-new-func*/\\n    return new Function(params, source.slice(body[0] + 1, body[1] - 1));\\n  }\\n  // ES6 arrow functions can omit the BlockStatement. In that case, just return\\n  // the body.\\n  /*eslint-disable no-new-func*/\\n  return new Function(params, 'return ' + source.slice(body[0], body[1]));\\n}\\n\\nfunction representJavascriptFunction(object /*, style*/) {\\n  return object.toString();\\n}\\n\\nfunction isFunction(object) {\\n  return Object.prototype.toString.call(object) === '[object Function]';\\n}\\n\\nmodule.exports = new Type('tag:yaml.org,2002:js/function', {\\n  kind: 'scalar',\\n  resolve: resolveJavascriptFunction,\\n  construct: constructJavascriptFunction,\\n  predicate: isFunction,\\n  represent: representJavascriptFunction\\n});\\n\"\n        },\n        {\n          \"id\": 126,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/js-yaml/node_modules/esprima/dist/esprima.js\",\n          \"name\": \"./node_modules/js-yaml/node_modules/esprima/dist/esprima.js\",\n          \"index\": 202,\n          \"index2\": 193,\n          \"size\": 289689,\n          \"cacheable\": true,\n          \"built\": true,\n          \"optional\": true,\n          \"prefetched\": false,\n          \"chunks\": [\n            2,\n            4\n          ],\n          \"issuer\": \"/Users/jarred/Code/styleurl/node_modules/js-yaml/lib/js-yaml/type/js/function.js\",\n          \"issuerId\": 125,\n          \"issuerName\": \"./node_modules/js-yaml/lib/js-yaml/type/js/function.js\",\n          \"issuerPath\": [\n            {\n              \"id\": 350,\n              \"identifier\": \"multi /Users/jarred/Code/styleurl/webpack/customPublicPath /Users/jarred/Code/styleurl/chrome/extension/github_gist_content_script\",\n              \"name\": \"multi ./webpack/customPublicPath ./chrome/extension/github_gist_content_script\",\n              \"profile\": {\n                \"factory\": 0,\n                \"building\": 0,\n                \"dependencies\": 53\n              }\n            },\n            {\n              \"id\": 351,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/github_gist_content_script.js\",\n              \"name\": \"./chrome/extension/github_gist_content_script.js\",\n              \"profile\": {\n                \"factory\": 54,\n                \"building\": 576,\n                \"dependencies\": 194\n              }\n            },\n            {\n              \"id\": 55,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/lib/stylefile.js\",\n              \"name\": \"./chrome/extension/lib/stylefile.js\",\n              \"profile\": {\n                \"factory\": 194,\n                \"building\": 246,\n                \"dependencies\": 40\n              }\n            },\n            {\n              \"id\": 104,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/js-yaml/index.js\",\n              \"name\": \"./node_modules/js-yaml/index.js\",\n              \"profile\": {\n                \"factory\": 408,\n                \"building\": 42\n              }\n            },\n            {\n              \"id\": 105,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/js-yaml/lib/js-yaml.js\",\n              \"name\": \"./node_modules/js-yaml/lib/js-yaml.js\",\n              \"profile\": {\n                \"factory\": 96,\n                \"building\": 77\n              }\n            },\n            {\n              \"id\": 21,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/js-yaml/lib/js-yaml/schema/default_full.js\",\n              \"name\": \"./node_modules/js-yaml/lib/js-yaml/schema/default_full.js\",\n              \"profile\": {\n                \"factory\": 33,\n                \"building\": 66,\n                \"dependencies\": 42\n              }\n            },\n            {\n              \"id\": 125,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/js-yaml/lib/js-yaml/type/js/function.js\",\n              \"name\": \"./node_modules/js-yaml/lib/js-yaml/type/js/function.js\",\n              \"profile\": {\n                \"factory\": 65,\n                \"building\": 18,\n                \"dependencies\": 0\n              }\n            }\n          ],\n          \"profile\": {\n            \"factory\": 77,\n            \"building\": 304\n          },\n          \"failed\": false,\n          \"errors\": 0,\n          \"warnings\": 0,\n          \"assets\": [],\n          \"reasons\": [\n            {\n              \"moduleId\": 125,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/js-yaml/lib/js-yaml/type/js/function.js\",\n              \"module\": \"./node_modules/js-yaml/lib/js-yaml/type/js/function.js\",\n              \"moduleName\": \"./node_modules/js-yaml/lib/js-yaml/type/js/function.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"esprima\",\n              \"loc\": \"15:12-31\"\n            }\n          ],\n          \"usedExports\": true,\n          \"providedExports\": null,\n          \"optimizationBailout\": [\n            \"ModuleConcatenation bailout: Module is not an ECMAScript module\"\n          ],\n          \"depth\": 7,\n          \"source\": \"(function webpackUniversalModuleDefinition(root, factory) {\\n/* istanbul ignore next */\\n\\tif(typeof exports === 'object' && typeof module === 'object')\\n\\t\\tmodule.exports = factory();\\n\\telse if(typeof define === 'function' && define.amd)\\n\\t\\tdefine([], factory);\\n/* istanbul ignore next */\\n\\telse if(typeof exports === 'object')\\n\\t\\texports[\\\"esprima\\\"] = factory();\\n\\telse\\n\\t\\troot[\\\"esprima\\\"] = factory();\\n})(this, function() {\\nreturn /******/ (function(modules) { // webpackBootstrap\\n/******/ \\t// The module cache\\n/******/ \\tvar installedModules = {};\\n\\n/******/ \\t// The require function\\n/******/ \\tfunction __webpack_require__(moduleId) {\\n\\n/******/ \\t\\t// Check if module is in cache\\n/* istanbul ignore if */\\n/******/ \\t\\tif(installedModules[moduleId])\\n/******/ \\t\\t\\treturn installedModules[moduleId].exports;\\n\\n/******/ \\t\\t// Create a new module (and put it into the cache)\\n/******/ \\t\\tvar module = installedModules[moduleId] = {\\n/******/ \\t\\t\\texports: {},\\n/******/ \\t\\t\\tid: moduleId,\\n/******/ \\t\\t\\tloaded: false\\n/******/ \\t\\t};\\n\\n/******/ \\t\\t// Execute the module function\\n/******/ \\t\\tmodules[moduleId].call(module.exports, module, module.exports, __webpack_require__);\\n\\n/******/ \\t\\t// Flag the module as loaded\\n/******/ \\t\\tmodule.loaded = true;\\n\\n/******/ \\t\\t// Return the exports of the module\\n/******/ \\t\\treturn module.exports;\\n/******/ \\t}\\n\\n\\n/******/ \\t// expose the modules object (__webpack_modules__)\\n/******/ \\t__webpack_require__.m = modules;\\n\\n/******/ \\t// expose the module cache\\n/******/ \\t__webpack_require__.c = installedModules;\\n\\n/******/ \\t// __webpack_public_path__\\n/******/ \\t__webpack_require__.p = \\\"\\\";\\n\\n/******/ \\t// Load entry module and return exports\\n/******/ \\treturn __webpack_require__(0);\\n/******/ })\\n/************************************************************************/\\n/******/ ([\\n/* 0 */\\n/***/ function(module, exports, __webpack_require__) {\\n\\n\\t\\\"use strict\\\";\\r\\n\\t/*\\r\\n\\t  Copyright JS Foundation and other contributors, https://js.foundation/\\r\\n\\r\\n\\t  Redistribution and use in source and binary forms, with or without\\r\\n\\t  modification, are permitted provided that the following conditions are met:\\r\\n\\r\\n\\t    * Redistributions of source code must retain the above copyright\\r\\n\\t      notice, this list of conditions and the following disclaimer.\\r\\n\\t    * Redistributions in binary form must reproduce the above copyright\\r\\n\\t      notice, this list of conditions and the following disclaimer in the\\r\\n\\t      documentation and/or other materials provided with the distribution.\\r\\n\\r\\n\\t  THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS \\\"AS IS\\\"\\r\\n\\t  AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE\\r\\n\\t  IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE\\r\\n\\t  ARE DISCLAIMED. IN NO EVENT SHALL <COPYRIGHT HOLDER> BE LIABLE FOR ANY\\r\\n\\t  DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES\\r\\n\\t  (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;\\r\\n\\t  LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND\\r\\n\\t  ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT\\r\\n\\t  (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF\\r\\n\\t  THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.\\r\\n\\t*/\\r\\n\\tObject.defineProperty(exports, \\\"__esModule\\\", { value: true });\\r\\n\\tvar comment_handler_1 = __webpack_require__(1);\\r\\n\\tvar jsx_parser_1 = __webpack_require__(3);\\r\\n\\tvar parser_1 = __webpack_require__(8);\\r\\n\\tvar tokenizer_1 = __webpack_require__(15);\\r\\n\\tfunction parse(code, options, delegate) {\\r\\n\\t    var commentHandler = null;\\r\\n\\t    var proxyDelegate = function (node, metadata) {\\r\\n\\t        if (delegate) {\\r\\n\\t            delegate(node, metadata);\\r\\n\\t        }\\r\\n\\t        if (commentHandler) {\\r\\n\\t            commentHandler.visit(node, metadata);\\r\\n\\t        }\\r\\n\\t    };\\r\\n\\t    var parserDelegate = (typeof delegate === 'function') ? proxyDelegate : null;\\r\\n\\t    var collectComment = false;\\r\\n\\t    if (options) {\\r\\n\\t        collectComment = (typeof options.comment === 'boolean' && options.comment);\\r\\n\\t        var attachComment = (typeof options.attachComment === 'boolean' && options.attachComment);\\r\\n\\t        if (collectComment || attachComment) {\\r\\n\\t            commentHandler = new comment_handler_1.CommentHandler();\\r\\n\\t            commentHandler.attach = attachComment;\\r\\n\\t            options.comment = true;\\r\\n\\t            parserDelegate = proxyDelegate;\\r\\n\\t        }\\r\\n\\t    }\\r\\n\\t    var isModule = false;\\r\\n\\t    if (options && typeof options.sourceType === 'string') {\\r\\n\\t        isModule = (options.sourceType === 'module');\\r\\n\\t    }\\r\\n\\t    var parser;\\r\\n\\t    if (options && typeof options.jsx === 'boolean' && options.jsx) {\\r\\n\\t        parser = new jsx_parser_1.JSXParser(code, options, parserDelegate);\\r\\n\\t    }\\r\\n\\t    else {\\r\\n\\t        parser = new parser_1.Parser(code, options, parserDelegate);\\r\\n\\t    }\\r\\n\\t    var program = isModule ? parser.parseModule() : parser.parseScript();\\r\\n\\t    var ast = program;\\r\\n\\t    if (collectComment && commentHandler) {\\r\\n\\t        ast.comments = commentHandler.comments;\\r\\n\\t    }\\r\\n\\t    if (parser.config.tokens) {\\r\\n\\t        ast.tokens = parser.tokens;\\r\\n\\t    }\\r\\n\\t    if (parser.config.tolerant) {\\r\\n\\t        ast.errors = parser.errorHandler.errors;\\r\\n\\t    }\\r\\n\\t    return ast;\\r\\n\\t}\\r\\n\\texports.parse = parse;\\r\\n\\tfunction parseModule(code, options, delegate) {\\r\\n\\t    var parsingOptions = options || {};\\r\\n\\t    parsingOptions.sourceType = 'module';\\r\\n\\t    return parse(code, parsingOptions, delegate);\\r\\n\\t}\\r\\n\\texports.parseModule = parseModule;\\r\\n\\tfunction parseScript(code, options, delegate) {\\r\\n\\t    var parsingOptions = options || {};\\r\\n\\t    parsingOptions.sourceType = 'script';\\r\\n\\t    return parse(code, parsingOptions, delegate);\\r\\n\\t}\\r\\n\\texports.parseScript = parseScript;\\r\\n\\tfunction tokenize(code, options, delegate) {\\r\\n\\t    var tokenizer = new tokenizer_1.Tokenizer(code, options);\\r\\n\\t    var tokens;\\r\\n\\t    tokens = [];\\r\\n\\t    try {\\r\\n\\t        while (true) {\\r\\n\\t            var token = tokenizer.getNextToken();\\r\\n\\t            if (!token) {\\r\\n\\t                break;\\r\\n\\t            }\\r\\n\\t            if (delegate) {\\r\\n\\t                token = delegate(token);\\r\\n\\t            }\\r\\n\\t            tokens.push(token);\\r\\n\\t        }\\r\\n\\t    }\\r\\n\\t    catch (e) {\\r\\n\\t        tokenizer.errorHandler.tolerate(e);\\r\\n\\t    }\\r\\n\\t    if (tokenizer.errorHandler.tolerant) {\\r\\n\\t        tokens.errors = tokenizer.errors();\\r\\n\\t    }\\r\\n\\t    return tokens;\\r\\n\\t}\\r\\n\\texports.tokenize = tokenize;\\r\\n\\tvar syntax_1 = __webpack_require__(2);\\r\\n\\texports.Syntax = syntax_1.Syntax;\\r\\n\\t// Sync with *.json manifests.\\r\\n\\texports.version = '4.0.0';\\r\\n\\n\\n/***/ },\\n/* 1 */\\n/***/ function(module, exports, __webpack_require__) {\\n\\n\\t\\\"use strict\\\";\\r\\n\\tObject.defineProperty(exports, \\\"__esModule\\\", { value: true });\\r\\n\\tvar syntax_1 = __webpack_require__(2);\\r\\n\\tvar CommentHandler = (function () {\\r\\n\\t    function CommentHandler() {\\r\\n\\t        this.attach = false;\\r\\n\\t        this.comments = [];\\r\\n\\t        this.stack = [];\\r\\n\\t        this.leading = [];\\r\\n\\t        this.trailing = [];\\r\\n\\t    }\\r\\n\\t    CommentHandler.prototype.insertInnerComments = function (node, metadata) {\\r\\n\\t        //  innnerComments for properties empty block\\r\\n\\t        //  `function a() {/** comments **\\\\/}`\\r\\n\\t        if (node.type === syntax_1.Syntax.BlockStatement && node.body.length === 0) {\\r\\n\\t            var innerComments = [];\\r\\n\\t            for (var i = this.leading.length - 1; i >= 0; --i) {\\r\\n\\t                var entry = this.leading[i];\\r\\n\\t                if (metadata.end.offset >= entry.start) {\\r\\n\\t                    innerComments.unshift(entry.comment);\\r\\n\\t                    this.leading.splice(i, 1);\\r\\n\\t                    this.trailing.splice(i, 1);\\r\\n\\t                }\\r\\n\\t            }\\r\\n\\t            if (innerComments.length) {\\r\\n\\t                node.innerComments = innerComments;\\r\\n\\t            }\\r\\n\\t        }\\r\\n\\t    };\\r\\n\\t    CommentHandler.prototype.findTrailingComments = function (metadata) {\\r\\n\\t        var trailingComments = [];\\r\\n\\t        if (this.trailing.length > 0) {\\r\\n\\t            for (var i = this.trailing.length - 1; i >= 0; --i) {\\r\\n\\t                var entry_1 = this.trailing[i];\\r\\n\\t                if (entry_1.start >= metadata.end.offset) {\\r\\n\\t                    trailingComments.unshift(entry_1.comment);\\r\\n\\t                }\\r\\n\\t            }\\r\\n\\t            this.trailing.length = 0;\\r\\n\\t            return trailingComments;\\r\\n\\t        }\\r\\n\\t        var entry = this.stack[this.stack.length - 1];\\r\\n\\t        if (entry && entry.node.trailingComments) {\\r\\n\\t            var firstComment = entry.node.trailingComments[0];\\r\\n\\t            if (firstComment && firstComment.range[0] >= metadata.end.offset) {\\r\\n\\t                trailingComments = entry.node.trailingComments;\\r\\n\\t                delete entry.node.trailingComments;\\r\\n\\t            }\\r\\n\\t        }\\r\\n\\t        return trailingComments;\\r\\n\\t    };\\r\\n\\t    CommentHandler.prototype.findLeadingComments = function (metadata) {\\r\\n\\t        var leadingComments = [];\\r\\n\\t        var target;\\r\\n\\t        while (this.stack.length > 0) {\\r\\n\\t            var entry = this.stack[this.stack.length - 1];\\r\\n\\t            if (entry && entry.start >= metadata.start.offset) {\\r\\n\\t                target = entry.node;\\r\\n\\t                this.stack.pop();\\r\\n\\t            }\\r\\n\\t            else {\\r\\n\\t                break;\\r\\n\\t            }\\r\\n\\t        }\\r\\n\\t        if (target) {\\r\\n\\t            var count = target.leadingComments ? target.leadingComments.length : 0;\\r\\n\\t            for (var i = count - 1; i >= 0; --i) {\\r\\n\\t                var comment = target.leadingComments[i];\\r\\n\\t                if (comment.range[1] <= metadata.start.offset) {\\r\\n\\t                    leadingComments.unshift(comment);\\r\\n\\t                    target.leadingComments.splice(i, 1);\\r\\n\\t                }\\r\\n\\t            }\\r\\n\\t            if (target.leadingComments && target.leadingComments.length === 0) {\\r\\n\\t                delete target.leadingComments;\\r\\n\\t            }\\r\\n\\t            return leadingComments;\\r\\n\\t        }\\r\\n\\t        for (var i = this.leading.length - 1; i >= 0; --i) {\\r\\n\\t            var entry = this.leading[i];\\r\\n\\t            if (entry.start <= metadata.start.offset) {\\r\\n\\t                leadingComments.unshift(entry.comment);\\r\\n\\t                this.leading.splice(i, 1);\\r\\n\\t            }\\r\\n\\t        }\\r\\n\\t        return leadingComments;\\r\\n\\t    };\\r\\n\\t    CommentHandler.prototype.visitNode = function (node, metadata) {\\r\\n\\t        if (node.type === syntax_1.Syntax.Program && node.body.length > 0) {\\r\\n\\t            return;\\r\\n\\t        }\\r\\n\\t        this.insertInnerComments(node, metadata);\\r\\n\\t        var trailingComments = this.findTrailingComments(metadata);\\r\\n\\t        var leadingComments = this.findLeadingComments(metadata);\\r\\n\\t        if (leadingComments.length > 0) {\\r\\n\\t            node.leadingComments = leadingComments;\\r\\n\\t        }\\r\\n\\t        if (trailingComments.length > 0) {\\r\\n\\t            node.trailingComments = trailingComments;\\r\\n\\t        }\\r\\n\\t        this.stack.push({\\r\\n\\t            node: node,\\r\\n\\t            start: metadata.start.offset\\r\\n\\t        });\\r\\n\\t    };\\r\\n\\t    CommentHandler.prototype.visitComment = function (node, metadata) {\\r\\n\\t        var type = (node.type[0] === 'L') ? 'Line' : 'Block';\\r\\n\\t        var comment = {\\r\\n\\t            type: type,\\r\\n\\t            value: node.value\\r\\n\\t        };\\r\\n\\t        if (node.range) {\\r\\n\\t            comment.range = node.range;\\r\\n\\t        }\\r\\n\\t        if (node.loc) {\\r\\n\\t            comment.loc = node.loc;\\r\\n\\t        }\\r\\n\\t        this.comments.push(comment);\\r\\n\\t        if (this.attach) {\\r\\n\\t            var entry = {\\r\\n\\t                comment: {\\r\\n\\t                    type: type,\\r\\n\\t                    value: node.value,\\r\\n\\t                    range: [metadata.start.offset, metadata.end.offset]\\r\\n\\t                },\\r\\n\\t                start: metadata.start.offset\\r\\n\\t            };\\r\\n\\t            if (node.loc) {\\r\\n\\t                entry.comment.loc = node.loc;\\r\\n\\t            }\\r\\n\\t            node.type = type;\\r\\n\\t            this.leading.push(entry);\\r\\n\\t            this.trailing.push(entry);\\r\\n\\t        }\\r\\n\\t    };\\r\\n\\t    CommentHandler.prototype.visit = function (node, metadata) {\\r\\n\\t        if (node.type === 'LineComment') {\\r\\n\\t            this.visitComment(node, metadata);\\r\\n\\t        }\\r\\n\\t        else if (node.type === 'BlockComment') {\\r\\n\\t            this.visitComment(node, metadata);\\r\\n\\t        }\\r\\n\\t        else if (this.attach) {\\r\\n\\t            this.visitNode(node, metadata);\\r\\n\\t        }\\r\\n\\t    };\\r\\n\\t    return CommentHandler;\\r\\n\\t}());\\r\\n\\texports.CommentHandler = CommentHandler;\\r\\n\\n\\n/***/ },\\n/* 2 */\\n/***/ function(module, exports) {\\n\\n\\t\\\"use strict\\\";\\r\\n\\tObject.defineProperty(exports, \\\"__esModule\\\", { value: true });\\r\\n\\texports.Syntax = {\\r\\n\\t    AssignmentExpression: 'AssignmentExpression',\\r\\n\\t    AssignmentPattern: 'AssignmentPattern',\\r\\n\\t    ArrayExpression: 'ArrayExpression',\\r\\n\\t    ArrayPattern: 'ArrayPattern',\\r\\n\\t    ArrowFunctionExpression: 'ArrowFunctionExpression',\\r\\n\\t    AwaitExpression: 'AwaitExpression',\\r\\n\\t    BlockStatement: 'BlockStatement',\\r\\n\\t    BinaryExpression: 'BinaryExpression',\\r\\n\\t    BreakStatement: 'BreakStatement',\\r\\n\\t    CallExpression: 'CallExpression',\\r\\n\\t    CatchClause: 'CatchClause',\\r\\n\\t    ClassBody: 'ClassBody',\\r\\n\\t    ClassDeclaration: 'ClassDeclaration',\\r\\n\\t    ClassExpression: 'ClassExpression',\\r\\n\\t    ConditionalExpression: 'ConditionalExpression',\\r\\n\\t    ContinueStatement: 'ContinueStatement',\\r\\n\\t    DoWhileStatement: 'DoWhileStatement',\\r\\n\\t    DebuggerStatement: 'DebuggerStatement',\\r\\n\\t    EmptyStatement: 'EmptyStatement',\\r\\n\\t    ExportAllDeclaration: 'ExportAllDeclaration',\\r\\n\\t    ExportDefaultDeclaration: 'ExportDefaultDeclaration',\\r\\n\\t    ExportNamedDeclaration: 'ExportNamedDeclaration',\\r\\n\\t    ExportSpecifier: 'ExportSpecifier',\\r\\n\\t    ExpressionStatement: 'ExpressionStatement',\\r\\n\\t    ForStatement: 'ForStatement',\\r\\n\\t    ForOfStatement: 'ForOfStatement',\\r\\n\\t    ForInStatement: 'ForInStatement',\\r\\n\\t    FunctionDeclaration: 'FunctionDeclaration',\\r\\n\\t    FunctionExpression: 'FunctionExpression',\\r\\n\\t    Identifier: 'Identifier',\\r\\n\\t    IfStatement: 'IfStatement',\\r\\n\\t    ImportDeclaration: 'ImportDeclaration',\\r\\n\\t    ImportDefaultSpecifier: 'ImportDefaultSpecifier',\\r\\n\\t    ImportNamespaceSpecifier: 'ImportNamespaceSpecifier',\\r\\n\\t    ImportSpecifier: 'ImportSpecifier',\\r\\n\\t    Literal: 'Literal',\\r\\n\\t    LabeledStatement: 'LabeledStatement',\\r\\n\\t    LogicalExpression: 'LogicalExpression',\\r\\n\\t    MemberExpression: 'MemberExpression',\\r\\n\\t    MetaProperty: 'MetaProperty',\\r\\n\\t    MethodDefinition: 'MethodDefinition',\\r\\n\\t    NewExpression: 'NewExpression',\\r\\n\\t    ObjectExpression: 'ObjectExpression',\\r\\n\\t    ObjectPattern: 'ObjectPattern',\\r\\n\\t    Program: 'Program',\\r\\n\\t    Property: 'Property',\\r\\n\\t    RestElement: 'RestElement',\\r\\n\\t    ReturnStatement: 'ReturnStatement',\\r\\n\\t    SequenceExpression: 'SequenceExpression',\\r\\n\\t    SpreadElement: 'SpreadElement',\\r\\n\\t    Super: 'Super',\\r\\n\\t    SwitchCase: 'SwitchCase',\\r\\n\\t    SwitchStatement: 'SwitchStatement',\\r\\n\\t    TaggedTemplateExpression: 'TaggedTemplateExpression',\\r\\n\\t    TemplateElement: 'TemplateElement',\\r\\n\\t    TemplateLiteral: 'TemplateLiteral',\\r\\n\\t    ThisExpression: 'ThisExpression',\\r\\n\\t    ThrowStatement: 'ThrowStatement',\\r\\n\\t    TryStatement: 'TryStatement',\\r\\n\\t    UnaryExpression: 'UnaryExpression',\\r\\n\\t    UpdateExpression: 'UpdateExpression',\\r\\n\\t    VariableDeclaration: 'VariableDeclaration',\\r\\n\\t    VariableDeclarator: 'VariableDeclarator',\\r\\n\\t    WhileStatement: 'WhileStatement',\\r\\n\\t    WithStatement: 'WithStatement',\\r\\n\\t    YieldExpression: 'YieldExpression'\\r\\n\\t};\\r\\n\\n\\n/***/ },\\n/* 3 */\\n/***/ function(module, exports, __webpack_require__) {\\n\\n\\t\\\"use strict\\\";\\r\\n/* istanbul ignore next */\\n\\tvar __extends = (this && this.__extends) || (function () {\\r\\n\\t    var extendStatics = Object.setPrototypeOf ||\\r\\n\\t        ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||\\r\\n\\t        function (d, b) { for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; };\\r\\n\\t    return function (d, b) {\\r\\n\\t        extendStatics(d, b);\\r\\n\\t        function __() { this.constructor = d; }\\r\\n\\t        d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());\\r\\n\\t    };\\r\\n\\t})();\\r\\n\\tObject.defineProperty(exports, \\\"__esModule\\\", { value: true });\\r\\n\\tvar character_1 = __webpack_require__(4);\\r\\n\\tvar JSXNode = __webpack_require__(5);\\r\\n\\tvar jsx_syntax_1 = __webpack_require__(6);\\r\\n\\tvar Node = __webpack_require__(7);\\r\\n\\tvar parser_1 = __webpack_require__(8);\\r\\n\\tvar token_1 = __webpack_require__(13);\\r\\n\\tvar xhtml_entities_1 = __webpack_require__(14);\\r\\n\\ttoken_1.TokenName[100 /* Identifier */] = 'JSXIdentifier';\\r\\n\\ttoken_1.TokenName[101 /* Text */] = 'JSXText';\\r\\n\\t// Fully qualified element name, e.g. <svg:path> returns \\\"svg:path\\\"\\r\\n\\tfunction getQualifiedElementName(elementName) {\\r\\n\\t    var qualifiedName;\\r\\n\\t    switch (elementName.type) {\\r\\n\\t        case jsx_syntax_1.JSXSyntax.JSXIdentifier:\\r\\n\\t            var id = elementName;\\r\\n\\t            qualifiedName = id.name;\\r\\n\\t            break;\\r\\n\\t        case jsx_syntax_1.JSXSyntax.JSXNamespacedName:\\r\\n\\t            var ns = elementName;\\r\\n\\t            qualifiedName = getQualifiedElementName(ns.namespace) + ':' +\\r\\n\\t                getQualifiedElementName(ns.name);\\r\\n\\t            break;\\r\\n\\t        case jsx_syntax_1.JSXSyntax.JSXMemberExpression:\\r\\n\\t            var expr = elementName;\\r\\n\\t            qualifiedName = getQualifiedElementName(expr.object) + '.' +\\r\\n\\t                getQualifiedElementName(expr.property);\\r\\n\\t            break;\\r\\n\\t        /* istanbul ignore next */\\r\\n\\t        default:\\r\\n\\t            break;\\r\\n\\t    }\\r\\n\\t    return qualifiedName;\\r\\n\\t}\\r\\n\\tvar JSXParser = (function (_super) {\\r\\n\\t    __extends(JSXParser, _super);\\r\\n\\t    function JSXParser(code, options, delegate) {\\r\\n\\t        return _super.call(this, code, options, delegate) || this;\\r\\n\\t    }\\r\\n\\t    JSXParser.prototype.parsePrimaryExpression = function () {\\r\\n\\t        return this.match('<') ? this.parseJSXRoot() : _super.prototype.parsePrimaryExpression.call(this);\\r\\n\\t    };\\r\\n\\t    JSXParser.prototype.startJSX = function () {\\r\\n\\t        // Unwind the scanner before the lookahead token.\\r\\n\\t        this.scanner.index = this.startMarker.index;\\r\\n\\t        this.scanner.lineNumber = this.startMarker.line;\\r\\n\\t        this.scanner.lineStart = this.startMarker.index - this.startMarker.column;\\r\\n\\t    };\\r\\n\\t    JSXParser.prototype.finishJSX = function () {\\r\\n\\t        // Prime the next lookahead.\\r\\n\\t        this.nextToken();\\r\\n\\t    };\\r\\n\\t    JSXParser.prototype.reenterJSX = function () {\\r\\n\\t        this.startJSX();\\r\\n\\t        this.expectJSX('}');\\r\\n\\t        // Pop the closing '}' added from the lookahead.\\r\\n\\t        if (this.config.tokens) {\\r\\n\\t            this.tokens.pop();\\r\\n\\t        }\\r\\n\\t    };\\r\\n\\t    JSXParser.prototype.createJSXNode = function () {\\r\\n\\t        this.collectComments();\\r\\n\\t        return {\\r\\n\\t            index: this.scanner.index,\\r\\n\\t            line: this.scanner.lineNumber,\\r\\n\\t            column: this.scanner.index - this.scanner.lineStart\\r\\n\\t        };\\r\\n\\t    };\\r\\n\\t    JSXParser.prototype.createJSXChildNode = function () {\\r\\n\\t        return {\\r\\n\\t            index: this.scanner.index,\\r\\n\\t            line: this.scanner.lineNumber,\\r\\n\\t            column: this.scanner.index - this.scanner.lineStart\\r\\n\\t        };\\r\\n\\t    };\\r\\n\\t    JSXParser.prototype.scanXHTMLEntity = function (quote) {\\r\\n\\t        var result = '&';\\r\\n\\t        var valid = true;\\r\\n\\t        var terminated = false;\\r\\n\\t        var numeric = false;\\r\\n\\t        var hex = false;\\r\\n\\t        while (!this.scanner.eof() && valid && !terminated) {\\r\\n\\t            var ch = this.scanner.source[this.scanner.index];\\r\\n\\t            if (ch === quote) {\\r\\n\\t                break;\\r\\n\\t            }\\r\\n\\t            terminated = (ch === ';');\\r\\n\\t            result += ch;\\r\\n\\t            ++this.scanner.index;\\r\\n\\t            if (!terminated) {\\r\\n\\t                switch (result.length) {\\r\\n\\t                    case 2:\\r\\n\\t                        // e.g. '&#123;'\\r\\n\\t                        numeric = (ch === '#');\\r\\n\\t                        break;\\r\\n\\t                    case 3:\\r\\n\\t                        if (numeric) {\\r\\n\\t                            // e.g. '&#x41;'\\r\\n\\t                            hex = (ch === 'x');\\r\\n\\t                            valid = hex || character_1.Character.isDecimalDigit(ch.charCodeAt(0));\\r\\n\\t                            numeric = numeric && !hex;\\r\\n\\t                        }\\r\\n\\t                        break;\\r\\n\\t                    default:\\r\\n\\t                        valid = valid && !(numeric && !character_1.Character.isDecimalDigit(ch.charCodeAt(0)));\\r\\n\\t                        valid = valid && !(hex && !character_1.Character.isHexDigit(ch.charCodeAt(0)));\\r\\n\\t                        break;\\r\\n\\t                }\\r\\n\\t            }\\r\\n\\t        }\\r\\n\\t        if (valid && terminated && result.length > 2) {\\r\\n\\t            // e.g. '&#x41;' becomes just '#x41'\\r\\n\\t            var str = result.substr(1, result.length - 2);\\r\\n\\t            if (numeric && str.length > 1) {\\r\\n\\t                result = String.fromCharCode(parseInt(str.substr(1), 10));\\r\\n\\t            }\\r\\n\\t            else if (hex && str.length > 2) {\\r\\n\\t                result = String.fromCharCode(parseInt('0' + str.substr(1), 16));\\r\\n\\t            }\\r\\n\\t            else if (!numeric && !hex && xhtml_entities_1.XHTMLEntities[str]) {\\r\\n\\t                result = xhtml_entities_1.XHTMLEntities[str];\\r\\n\\t            }\\r\\n\\t        }\\r\\n\\t        return result;\\r\\n\\t    };\\r\\n\\t    // Scan the next JSX token. This replaces Scanner#lex when in JSX mode.\\r\\n\\t    JSXParser.prototype.lexJSX = function () {\\r\\n\\t        var cp = this.scanner.source.charCodeAt(this.scanner.index);\\r\\n\\t        // < > / : = { }\\r\\n\\t        if (cp === 60 || cp === 62 || cp === 47 || cp === 58 || cp === 61 || cp === 123 || cp === 125) {\\r\\n\\t            var value = this.scanner.source[this.scanner.index++];\\r\\n\\t            return {\\r\\n\\t                type: 7 /* Punctuator */,\\r\\n\\t                value: value,\\r\\n\\t                lineNumber: this.scanner.lineNumber,\\r\\n\\t                lineStart: this.scanner.lineStart,\\r\\n\\t                start: this.scanner.index - 1,\\r\\n\\t                end: this.scanner.index\\r\\n\\t            };\\r\\n\\t        }\\r\\n\\t        // \\\" '\\r\\n\\t        if (cp === 34 || cp === 39) {\\r\\n\\t            var start = this.scanner.index;\\r\\n\\t            var quote = this.scanner.source[this.scanner.index++];\\r\\n\\t            var str = '';\\r\\n\\t            while (!this.scanner.eof()) {\\r\\n\\t                var ch = this.scanner.source[this.scanner.index++];\\r\\n\\t                if (ch === quote) {\\r\\n\\t                    break;\\r\\n\\t                }\\r\\n\\t                else if (ch === '&') {\\r\\n\\t                    str += this.scanXHTMLEntity(quote);\\r\\n\\t                }\\r\\n\\t                else {\\r\\n\\t                    str += ch;\\r\\n\\t                }\\r\\n\\t            }\\r\\n\\t            return {\\r\\n\\t                type: 8 /* StringLiteral */,\\r\\n\\t                value: str,\\r\\n\\t                lineNumber: this.scanner.lineNumber,\\r\\n\\t                lineStart: this.scanner.lineStart,\\r\\n\\t                start: start,\\r\\n\\t                end: this.scanner.index\\r\\n\\t            };\\r\\n\\t        }\\r\\n\\t        // ... or .\\r\\n\\t        if (cp === 46) {\\r\\n\\t            var n1 = this.scanner.source.charCodeAt(this.scanner.index + 1);\\r\\n\\t            var n2 = this.scanner.source.charCodeAt(this.scanner.index + 2);\\r\\n\\t            var value = (n1 === 46 && n2 === 46) ? '...' : '.';\\r\\n\\t            var start = this.scanner.index;\\r\\n\\t            this.scanner.index += value.length;\\r\\n\\t            return {\\r\\n\\t                type: 7 /* Punctuator */,\\r\\n\\t                value: value,\\r\\n\\t                lineNumber: this.scanner.lineNumber,\\r\\n\\t                lineStart: this.scanner.lineStart,\\r\\n\\t                start: start,\\r\\n\\t                end: this.scanner.index\\r\\n\\t            };\\r\\n\\t        }\\r\\n\\t        // `\\r\\n\\t        if (cp === 96) {\\r\\n\\t            // Only placeholder, since it will be rescanned as a real assignment expression.\\r\\n\\t            return {\\r\\n\\t                type: 10 /* Template */,\\r\\n\\t                value: '',\\r\\n\\t                lineNumber: this.scanner.lineNumber,\\r\\n\\t                lineStart: this.scanner.lineStart,\\r\\n\\t                start: this.scanner.index,\\r\\n\\t                end: this.scanner.index\\r\\n\\t            };\\r\\n\\t        }\\r\\n\\t        // Identifer can not contain backslash (char code 92).\\r\\n\\t        if (character_1.Character.isIdentifierStart(cp) && (cp !== 92)) {\\r\\n\\t            var start = this.scanner.index;\\r\\n\\t            ++this.scanner.index;\\r\\n\\t            while (!this.scanner.eof()) {\\r\\n\\t                var ch = this.scanner.source.charCodeAt(this.scanner.index);\\r\\n\\t                if (character_1.Character.isIdentifierPart(ch) && (ch !== 92)) {\\r\\n\\t                    ++this.scanner.index;\\r\\n\\t                }\\r\\n\\t                else if (ch === 45) {\\r\\n\\t                    // Hyphen (char code 45) can be part of an identifier.\\r\\n\\t                    ++this.scanner.index;\\r\\n\\t                }\\r\\n\\t                else {\\r\\n\\t                    break;\\r\\n\\t                }\\r\\n\\t            }\\r\\n\\t            var id = this.scanner.source.slice(start, this.scanner.index);\\r\\n\\t            return {\\r\\n\\t                type: 100 /* Identifier */,\\r\\n\\t                value: id,\\r\\n\\t                lineNumber: this.scanner.lineNumber,\\r\\n\\t                lineStart: this.scanner.lineStart,\\r\\n\\t                start: start,\\r\\n\\t                end: this.scanner.index\\r\\n\\t            };\\r\\n\\t        }\\r\\n\\t        return this.scanner.lex();\\r\\n\\t    };\\r\\n\\t    JSXParser.prototype.nextJSXToken = function () {\\r\\n\\t        this.collectComments();\\r\\n\\t        this.startMarker.index = this.scanner.index;\\r\\n\\t        this.startMarker.line = this.scanner.lineNumber;\\r\\n\\t        this.startMarker.column = this.scanner.index - this.scanner.lineStart;\\r\\n\\t        var token = this.lexJSX();\\r\\n\\t        this.lastMarker.index = this.scanner.index;\\r\\n\\t        this.lastMarker.line = this.scanner.lineNumber;\\r\\n\\t        this.lastMarker.column = this.scanner.index - this.scanner.lineStart;\\r\\n\\t        if (this.config.tokens) {\\r\\n\\t            this.tokens.push(this.convertToken(token));\\r\\n\\t        }\\r\\n\\t        return token;\\r\\n\\t    };\\r\\n\\t    JSXParser.prototype.nextJSXText = function () {\\r\\n\\t        this.startMarker.index = this.scanner.index;\\r\\n\\t        this.startMarker.line = this.scanner.lineNumber;\\r\\n\\t        this.startMarker.column = this.scanner.index - this.scanner.lineStart;\\r\\n\\t        var start = this.scanner.index;\\r\\n\\t        var text = '';\\r\\n\\t        while (!this.scanner.eof()) {\\r\\n\\t            var ch = this.scanner.source[this.scanner.index];\\r\\n\\t            if (ch === '{' || ch === '<') {\\r\\n\\t                break;\\r\\n\\t            }\\r\\n\\t            ++this.scanner.index;\\r\\n\\t            text += ch;\\r\\n\\t            if (character_1.Character.isLineTerminator(ch.charCodeAt(0))) {\\r\\n\\t                ++this.scanner.lineNumber;\\r\\n\\t                if (ch === '\\\\r' && this.scanner.source[this.scanner.index] === '\\\\n') {\\r\\n\\t                    ++this.scanner.index;\\r\\n\\t                }\\r\\n\\t                this.scanner.lineStart = this.scanner.index;\\r\\n\\t            }\\r\\n\\t        }\\r\\n\\t        this.lastMarker.index = this.scanner.index;\\r\\n\\t        this.lastMarker.line = this.scanner.lineNumber;\\r\\n\\t        this.lastMarker.column = this.scanner.index - this.scanner.lineStart;\\r\\n\\t        var token = {\\r\\n\\t            type: 101 /* Text */,\\r\\n\\t            value: text,\\r\\n\\t            lineNumber: this.scanner.lineNumber,\\r\\n\\t            lineStart: this.scanner.lineStart,\\r\\n\\t            start: start,\\r\\n\\t            end: this.scanner.index\\r\\n\\t        };\\r\\n\\t        if ((text.length > 0) && this.config.tokens) {\\r\\n\\t            this.tokens.push(this.convertToken(token));\\r\\n\\t        }\\r\\n\\t        return token;\\r\\n\\t    };\\r\\n\\t    JSXParser.prototype.peekJSXToken = function () {\\r\\n\\t        var state = this.scanner.saveState();\\r\\n\\t        this.scanner.scanComments();\\r\\n\\t        var next = this.lexJSX();\\r\\n\\t        this.scanner.restoreState(state);\\r\\n\\t        return next;\\r\\n\\t    };\\r\\n\\t    // Expect the next JSX token to match the specified punctuator.\\r\\n\\t    // If not, an exception will be thrown.\\r\\n\\t    JSXParser.prototype.expectJSX = function (value) {\\r\\n\\t        var token = this.nextJSXToken();\\r\\n\\t        if (token.type !== 7 /* Punctuator */ || token.value !== value) {\\r\\n\\t            this.throwUnexpectedToken(token);\\r\\n\\t        }\\r\\n\\t    };\\r\\n\\t    // Return true if the next JSX token matches the specified punctuator.\\r\\n\\t    JSXParser.prototype.matchJSX = function (value) {\\r\\n\\t        var next = this.peekJSXToken();\\r\\n\\t        return next.type === 7 /* Punctuator */ && next.value === value;\\r\\n\\t    };\\r\\n\\t    JSXParser.prototype.parseJSXIdentifier = function () {\\r\\n\\t        var node = this.createJSXNode();\\r\\n\\t        var token = this.nextJSXToken();\\r\\n\\t        if (token.type !== 100 /* Identifier */) {\\r\\n\\t            this.throwUnexpectedToken(token);\\r\\n\\t        }\\r\\n\\t        return this.finalize(node, new JSXNode.JSXIdentifier(token.value));\\r\\n\\t    };\\r\\n\\t    JSXParser.prototype.parseJSXElementName = function () {\\r\\n\\t        var node = this.createJSXNode();\\r\\n\\t        var elementName = this.parseJSXIdentifier();\\r\\n\\t        if (this.matchJSX(':')) {\\r\\n\\t            var namespace = elementName;\\r\\n\\t            this.expectJSX(':');\\r\\n\\t            var name_1 = this.parseJSXIdentifier();\\r\\n\\t            elementName = this.finalize(node, new JSXNode.JSXNamespacedName(namespace, name_1));\\r\\n\\t        }\\r\\n\\t        else if (this.matchJSX('.')) {\\r\\n\\t            while (this.matchJSX('.')) {\\r\\n\\t                var object = elementName;\\r\\n\\t                this.expectJSX('.');\\r\\n\\t                var property = this.parseJSXIdentifier();\\r\\n\\t                elementName = this.finalize(node, new JSXNode.JSXMemberExpression(object, property));\\r\\n\\t            }\\r\\n\\t        }\\r\\n\\t        return elementName;\\r\\n\\t    };\\r\\n\\t    JSXParser.prototype.parseJSXAttributeName = function () {\\r\\n\\t        var node = this.createJSXNode();\\r\\n\\t        var attributeName;\\r\\n\\t        var identifier = this.parseJSXIdentifier();\\r\\n\\t        if (this.matchJSX(':')) {\\r\\n\\t            var namespace = identifier;\\r\\n\\t            this.expectJSX(':');\\r\\n\\t            var name_2 = this.parseJSXIdentifier();\\r\\n\\t            attributeName = this.finalize(node, new JSXNode.JSXNamespacedName(namespace, name_2));\\r\\n\\t        }\\r\\n\\t        else {\\r\\n\\t            attributeName = identifier;\\r\\n\\t        }\\r\\n\\t        return attributeName;\\r\\n\\t    };\\r\\n\\t    JSXParser.prototype.parseJSXStringLiteralAttribute = function () {\\r\\n\\t        var node = this.createJSXNode();\\r\\n\\t        var token = this.nextJSXToken();\\r\\n\\t        if (token.type !== 8 /* StringLiteral */) {\\r\\n\\t            this.throwUnexpectedToken(token);\\r\\n\\t        }\\r\\n\\t        var raw = this.getTokenRaw(token);\\r\\n\\t        return this.finalize(node, new Node.Literal(token.value, raw));\\r\\n\\t    };\\r\\n\\t    JSXParser.prototype.parseJSXExpressionAttribute = function () {\\r\\n\\t        var node = this.createJSXNode();\\r\\n\\t        this.expectJSX('{');\\r\\n\\t        this.finishJSX();\\r\\n\\t        if (this.match('}')) {\\r\\n\\t            this.tolerateError('JSX attributes must only be assigned a non-empty expression');\\r\\n\\t        }\\r\\n\\t        var expression = this.parseAssignmentExpression();\\r\\n\\t        this.reenterJSX();\\r\\n\\t        return this.finalize(node, new JSXNode.JSXExpressionContainer(expression));\\r\\n\\t    };\\r\\n\\t    JSXParser.prototype.parseJSXAttributeValue = function () {\\r\\n\\t        return this.matchJSX('{') ? this.parseJSXExpressionAttribute() :\\r\\n\\t            this.matchJSX('<') ? this.parseJSXElement() : this.parseJSXStringLiteralAttribute();\\r\\n\\t    };\\r\\n\\t    JSXParser.prototype.parseJSXNameValueAttribute = function () {\\r\\n\\t        var node = this.createJSXNode();\\r\\n\\t        var name = this.parseJSXAttributeName();\\r\\n\\t        var value = null;\\r\\n\\t        if (this.matchJSX('=')) {\\r\\n\\t            this.expectJSX('=');\\r\\n\\t            value = this.parseJSXAttributeValue();\\r\\n\\t        }\\r\\n\\t        return this.finalize(node, new JSXNode.JSXAttribute(name, value));\\r\\n\\t    };\\r\\n\\t    JSXParser.prototype.parseJSXSpreadAttribute = function () {\\r\\n\\t        var node = this.createJSXNode();\\r\\n\\t        this.expectJSX('{');\\r\\n\\t        this.expectJSX('...');\\r\\n\\t        this.finishJSX();\\r\\n\\t        var argument = this.parseAssignmentExpression();\\r\\n\\t        this.reenterJSX();\\r\\n\\t        return this.finalize(node, new JSXNode.JSXSpreadAttribute(argument));\\r\\n\\t    };\\r\\n\\t    JSXParser.prototype.parseJSXAttributes = function () {\\r\\n\\t        var attributes = [];\\r\\n\\t        while (!this.matchJSX('/') && !this.matchJSX('>')) {\\r\\n\\t            var attribute = this.matchJSX('{') ? this.parseJSXSpreadAttribute() :\\r\\n\\t                this.parseJSXNameValueAttribute();\\r\\n\\t            attributes.push(attribute);\\r\\n\\t        }\\r\\n\\t        return attributes;\\r\\n\\t    };\\r\\n\\t    JSXParser.prototype.parseJSXOpeningElement = function () {\\r\\n\\t        var node = this.createJSXNode();\\r\\n\\t        this.expectJSX('<');\\r\\n\\t        var name = this.parseJSXElementName();\\r\\n\\t        var attributes = this.parseJSXAttributes();\\r\\n\\t        var selfClosing = this.matchJSX('/');\\r\\n\\t        if (selfClosing) {\\r\\n\\t            this.expectJSX('/');\\r\\n\\t        }\\r\\n\\t        this.expectJSX('>');\\r\\n\\t        return this.finalize(node, new JSXNode.JSXOpeningElement(name, selfClosing, attributes));\\r\\n\\t    };\\r\\n\\t    JSXParser.prototype.parseJSXBoundaryElement = function () {\\r\\n\\t        var node = this.createJSXNode();\\r\\n\\t        this.expectJSX('<');\\r\\n\\t        if (this.matchJSX('/')) {\\r\\n\\t            this.expectJSX('/');\\r\\n\\t            var name_3 = this.parseJSXElementName();\\r\\n\\t            this.expectJSX('>');\\r\\n\\t            return this.finalize(node, new JSXNode.JSXClosingElement(name_3));\\r\\n\\t        }\\r\\n\\t        var name = this.parseJSXElementName();\\r\\n\\t        var attributes = this.parseJSXAttributes();\\r\\n\\t        var selfClosing = this.matchJSX('/');\\r\\n\\t        if (selfClosing) {\\r\\n\\t            this.expectJSX('/');\\r\\n\\t        }\\r\\n\\t        this.expectJSX('>');\\r\\n\\t        return this.finalize(node, new JSXNode.JSXOpeningElement(name, selfClosing, attributes));\\r\\n\\t    };\\r\\n\\t    JSXParser.prototype.parseJSXEmptyExpression = function () {\\r\\n\\t        var node = this.createJSXChildNode();\\r\\n\\t        this.collectComments();\\r\\n\\t        this.lastMarker.index = this.scanner.index;\\r\\n\\t        this.lastMarker.line = this.scanner.lineNumber;\\r\\n\\t        this.lastMarker.column = this.scanner.index - this.scanner.lineStart;\\r\\n\\t        return this.finalize(node, new JSXNode.JSXEmptyExpression());\\r\\n\\t    };\\r\\n\\t    JSXParser.prototype.parseJSXExpressionContainer = function () {\\r\\n\\t        var node = this.createJSXNode();\\r\\n\\t        this.expectJSX('{');\\r\\n\\t        var expression;\\r\\n\\t        if (this.matchJSX('}')) {\\r\\n\\t            expression = this.parseJSXEmptyExpression();\\r\\n\\t            this.expectJSX('}');\\r\\n\\t        }\\r\\n\\t        else {\\r\\n\\t            this.finishJSX();\\r\\n\\t            expression = this.parseAssignmentExpression();\\r\\n\\t            this.reenterJSX();\\r\\n\\t        }\\r\\n\\t        return this.finalize(node, new JSXNode.JSXExpressionContainer(expression));\\r\\n\\t    };\\r\\n\\t    JSXParser.prototype.parseJSXChildren = function () {\\r\\n\\t        var children = [];\\r\\n\\t        while (!this.scanner.eof()) {\\r\\n\\t            var node = this.createJSXChildNode();\\r\\n\\t            var token = this.nextJSXText();\\r\\n\\t            if (token.start < token.end) {\\r\\n\\t                var raw = this.getTokenRaw(token);\\r\\n\\t                var child = this.finalize(node, new JSXNode.JSXText(token.value, raw));\\r\\n\\t                children.push(child);\\r\\n\\t            }\\r\\n\\t            if (this.scanner.source[this.scanner.index] === '{') {\\r\\n\\t                var container = this.parseJSXExpressionContainer();\\r\\n\\t                children.push(container);\\r\\n\\t            }\\r\\n\\t            else {\\r\\n\\t                break;\\r\\n\\t            }\\r\\n\\t        }\\r\\n\\t        return children;\\r\\n\\t    };\\r\\n\\t    JSXParser.prototype.parseComplexJSXElement = function (el) {\\r\\n\\t        var stack = [];\\r\\n\\t        while (!this.scanner.eof()) {\\r\\n\\t            el.children = el.children.concat(this.parseJSXChildren());\\r\\n\\t            var node = this.createJSXChildNode();\\r\\n\\t            var element = this.parseJSXBoundaryElement();\\r\\n\\t            if (element.type === jsx_syntax_1.JSXSyntax.JSXOpeningElement) {\\r\\n\\t                var opening = element;\\r\\n\\t                if (opening.selfClosing) {\\r\\n\\t                    var child = this.finalize(node, new JSXNode.JSXElement(opening, [], null));\\r\\n\\t                    el.children.push(child);\\r\\n\\t                }\\r\\n\\t                else {\\r\\n\\t                    stack.push(el);\\r\\n\\t                    el = { node: node, opening: opening, closing: null, children: [] };\\r\\n\\t                }\\r\\n\\t            }\\r\\n\\t            if (element.type === jsx_syntax_1.JSXSyntax.JSXClosingElement) {\\r\\n\\t                el.closing = element;\\r\\n\\t                var open_1 = getQualifiedElementName(el.opening.name);\\r\\n\\t                var close_1 = getQualifiedElementName(el.closing.name);\\r\\n\\t                if (open_1 !== close_1) {\\r\\n\\t                    this.tolerateError('Expected corresponding JSX closing tag for %0', open_1);\\r\\n\\t                }\\r\\n\\t                if (stack.length > 0) {\\r\\n\\t                    var child = this.finalize(el.node, new JSXNode.JSXElement(el.opening, el.children, el.closing));\\r\\n\\t                    el = stack[stack.length - 1];\\r\\n\\t                    el.children.push(child);\\r\\n\\t                    stack.pop();\\r\\n\\t                }\\r\\n\\t                else {\\r\\n\\t                    break;\\r\\n\\t                }\\r\\n\\t            }\\r\\n\\t        }\\r\\n\\t        return el;\\r\\n\\t    };\\r\\n\\t    JSXParser.prototype.parseJSXElement = function () {\\r\\n\\t        var node = this.createJSXNode();\\r\\n\\t        var opening = this.parseJSXOpeningElement();\\r\\n\\t        var children = [];\\r\\n\\t        var closing = null;\\r\\n\\t        if (!opening.selfClosing) {\\r\\n\\t            var el = this.parseComplexJSXElement({ node: node, opening: opening, closing: closing, children: children });\\r\\n\\t            children = el.children;\\r\\n\\t            closing = el.closing;\\r\\n\\t        }\\r\\n\\t        return this.finalize(node, new JSXNode.JSXElement(opening, children, closing));\\r\\n\\t    };\\r\\n\\t    JSXParser.prototype.parseJSXRoot = function () {\\r\\n\\t        // Pop the opening '<' added from the lookahead.\\r\\n\\t        if (this.config.tokens) {\\r\\n\\t            this.tokens.pop();\\r\\n\\t        }\\r\\n\\t        this.startJSX();\\r\\n\\t        var element = this.parseJSXElement();\\r\\n\\t        this.finishJSX();\\r\\n\\t        return element;\\r\\n\\t    };\\r\\n\\t    JSXParser.prototype.isStartOfExpression = function () {\\r\\n\\t        return _super.prototype.isStartOfExpression.call(this) || this.match('<');\\r\\n\\t    };\\r\\n\\t    return JSXParser;\\r\\n\\t}(parser_1.Parser));\\r\\n\\texports.JSXParser = JSXParser;\\r\\n\\n\\n/***/ },\\n/* 4 */\\n/***/ function(module, exports) {\\n\\n\\t\\\"use strict\\\";\\r\\n\\tObject.defineProperty(exports, \\\"__esModule\\\", { value: true });\\r\\n\\t// See also tools/generate-unicode-regex.js.\\r\\n\\tvar Regex = {\\r\\n\\t    // Unicode v8.0.0 NonAsciiIdentifierStart:\\r\\n\\t    NonAsciiIdentifierStart: /[\\\\xAA\\\\xB5\\\\xBA\\\\xC0-\\\\xD6\\\\xD8-\\\\xF6\\\\xF8-\\\\u02C1\\\\u02C6-\\\\u02D1\\\\u02E0-\\\\u02E4\\\\u02EC\\\\u02EE\\\\u0370-\\\\u0374\\\\u0376\\\\u0377\\\\u037A-\\\\u037D\\\\u037F\\\\u0386\\\\u0388-\\\\u038A\\\\u038C\\\\u038E-\\\\u03A1\\\\u03A3-\\\\u03F5\\\\u03F7-\\\\u0481\\\\u048A-\\\\u052F\\\\u0531-\\\\u0556\\\\u0559\\\\u0561-\\\\u0587\\\\u05D0-\\\\u05EA\\\\u05F0-\\\\u05F2\\\\u0620-\\\\u064A\\\\u066E\\\\u066F\\\\u0671-\\\\u06D3\\\\u06D5\\\\u06E5\\\\u06E6\\\\u06EE\\\\u06EF\\\\u06FA-\\\\u06FC\\\\u06FF\\\\u0710\\\\u0712-\\\\u072F\\\\u074D-\\\\u07A5\\\\u07B1\\\\u07CA-\\\\u07EA\\\\u07F4\\\\u07F5\\\\u07FA\\\\u0800-\\\\u0815\\\\u081A\\\\u0824\\\\u0828\\\\u0840-\\\\u0858\\\\u08A0-\\\\u08B4\\\\u0904-\\\\u0939\\\\u093D\\\\u0950\\\\u0958-\\\\u0961\\\\u0971-\\\\u0980\\\\u0985-\\\\u098C\\\\u098F\\\\u0990\\\\u0993-\\\\u09A8\\\\u09AA-\\\\u09B0\\\\u09B2\\\\u09B6-\\\\u09B9\\\\u09BD\\\\u09CE\\\\u09DC\\\\u09DD\\\\u09DF-\\\\u09E1\\\\u09F0\\\\u09F1\\\\u0A05-\\\\u0A0A\\\\u0A0F\\\\u0A10\\\\u0A13-\\\\u0A28\\\\u0A2A-\\\\u0A30\\\\u0A32\\\\u0A33\\\\u0A35\\\\u0A36\\\\u0A38\\\\u0A39\\\\u0A59-\\\\u0A5C\\\\u0A5E\\\\u0A72-\\\\u0A74\\\\u0A85-\\\\u0A8D\\\\u0A8F-\\\\u0A91\\\\u0A93-\\\\u0AA8\\\\u0AAA-\\\\u0AB0\\\\u0AB2\\\\u0AB3\\\\u0AB5-\\\\u0AB9\\\\u0ABD\\\\u0AD0\\\\u0AE0\\\\u0AE1\\\\u0AF9\\\\u0B05-\\\\u0B0C\\\\u0B0F\\\\u0B10\\\\u0B13-\\\\u0B28\\\\u0B2A-\\\\u0B30\\\\u0B32\\\\u0B33\\\\u0B35-\\\\u0B39\\\\u0B3D\\\\u0B5C\\\\u0B5D\\\\u0B5F-\\\\u0B61\\\\u0B71\\\\u0B83\\\\u0B85-\\\\u0B8A\\\\u0B8E-\\\\u0B90\\\\u0B92-\\\\u0B95\\\\u0B99\\\\u0B9A\\\\u0B9C\\\\u0B9E\\\\u0B9F\\\\u0BA3\\\\u0BA4\\\\u0BA8-\\\\u0BAA\\\\u0BAE-\\\\u0BB9\\\\u0BD0\\\\u0C05-\\\\u0C0C\\\\u0C0E-\\\\u0C10\\\\u0C12-\\\\u0C28\\\\u0C2A-\\\\u0C39\\\\u0C3D\\\\u0C58-\\\\u0C5A\\\\u0C60\\\\u0C61\\\\u0C85-\\\\u0C8C\\\\u0C8E-\\\\u0C90\\\\u0C92-\\\\u0CA8\\\\u0CAA-\\\\u0CB3\\\\u0CB5-\\\\u0CB9\\\\u0CBD\\\\u0CDE\\\\u0CE0\\\\u0CE1\\\\u0CF1\\\\u0CF2\\\\u0D05-\\\\u0D0C\\\\u0D0E-\\\\u0D10\\\\u0D12-\\\\u0D3A\\\\u0D3D\\\\u0D4E\\\\u0D5F-\\\\u0D61\\\\u0D7A-\\\\u0D7F\\\\u0D85-\\\\u0D96\\\\u0D9A-\\\\u0DB1\\\\u0DB3-\\\\u0DBB\\\\u0DBD\\\\u0DC0-\\\\u0DC6\\\\u0E01-\\\\u0E30\\\\u0E32\\\\u0E33\\\\u0E40-\\\\u0E46\\\\u0E81\\\\u0E82\\\\u0E84\\\\u0E87\\\\u0E88\\\\u0E8A\\\\u0E8D\\\\u0E94-\\\\u0E97\\\\u0E99-\\\\u0E9F\\\\u0EA1-\\\\u0EA3\\\\u0EA5\\\\u0EA7\\\\u0EAA\\\\u0EAB\\\\u0EAD-\\\\u0EB0\\\\u0EB2\\\\u0EB3\\\\u0EBD\\\\u0EC0-\\\\u0EC4\\\\u0EC6\\\\u0EDC-\\\\u0EDF\\\\u0F00\\\\u0F40-\\\\u0F47\\\\u0F49-\\\\u0F6C\\\\u0F88-\\\\u0F8C\\\\u1000-\\\\u102A\\\\u103F\\\\u1050-\\\\u1055\\\\u105A-\\\\u105D\\\\u1061\\\\u1065\\\\u1066\\\\u106E-\\\\u1070\\\\u1075-\\\\u1081\\\\u108E\\\\u10A0-\\\\u10C5\\\\u10C7\\\\u10CD\\\\u10D0-\\\\u10FA\\\\u10FC-\\\\u1248\\\\u124A-\\\\u124D\\\\u1250-\\\\u1256\\\\u1258\\\\u125A-\\\\u125D\\\\u1260-\\\\u1288\\\\u128A-\\\\u128D\\\\u1290-\\\\u12B0\\\\u12B2-\\\\u12B5\\\\u12B8-\\\\u12BE\\\\u12C0\\\\u12C2-\\\\u12C5\\\\u12C8-\\\\u12D6\\\\u12D8-\\\\u1310\\\\u1312-\\\\u1315\\\\u1318-\\\\u135A\\\\u1380-\\\\u138F\\\\u13A0-\\\\u13F5\\\\u13F8-\\\\u13FD\\\\u1401-\\\\u166C\\\\u166F-\\\\u167F\\\\u1681-\\\\u169A\\\\u16A0-\\\\u16EA\\\\u16EE-\\\\u16F8\\\\u1700-\\\\u170C\\\\u170E-\\\\u1711\\\\u1720-\\\\u1731\\\\u1740-\\\\u1751\\\\u1760-\\\\u176C\\\\u176E-\\\\u1770\\\\u1780-\\\\u17B3\\\\u17D7\\\\u17DC\\\\u1820-\\\\u1877\\\\u1880-\\\\u18A8\\\\u18AA\\\\u18B0-\\\\u18F5\\\\u1900-\\\\u191E\\\\u1950-\\\\u196D\\\\u1970-\\\\u1974\\\\u1980-\\\\u19AB\\\\u19B0-\\\\u19C9\\\\u1A00-\\\\u1A16\\\\u1A20-\\\\u1A54\\\\u1AA7\\\\u1B05-\\\\u1B33\\\\u1B45-\\\\u1B4B\\\\u1B83-\\\\u1BA0\\\\u1BAE\\\\u1BAF\\\\u1BBA-\\\\u1BE5\\\\u1C00-\\\\u1C23\\\\u1C4D-\\\\u1C4F\\\\u1C5A-\\\\u1C7D\\\\u1CE9-\\\\u1CEC\\\\u1CEE-\\\\u1CF1\\\\u1CF5\\\\u1CF6\\\\u1D00-\\\\u1DBF\\\\u1E00-\\\\u1F15\\\\u1F18-\\\\u1F1D\\\\u1F20-\\\\u1F45\\\\u1F48-\\\\u1F4D\\\\u1F50-\\\\u1F57\\\\u1F59\\\\u1F5B\\\\u1F5D\\\\u1F5F-\\\\u1F7D\\\\u1F80-\\\\u1FB4\\\\u1FB6-\\\\u1FBC\\\\u1FBE\\\\u1FC2-\\\\u1FC4\\\\u1FC6-\\\\u1FCC\\\\u1FD0-\\\\u1FD3\\\\u1FD6-\\\\u1FDB\\\\u1FE0-\\\\u1FEC\\\\u1FF2-\\\\u1FF4\\\\u1FF6-\\\\u1FFC\\\\u2071\\\\u207F\\\\u2090-\\\\u209C\\\\u2102\\\\u2107\\\\u210A-\\\\u2113\\\\u2115\\\\u2118-\\\\u211D\\\\u2124\\\\u2126\\\\u2128\\\\u212A-\\\\u2139\\\\u213C-\\\\u213F\\\\u2145-\\\\u2149\\\\u214E\\\\u2160-\\\\u2188\\\\u2C00-\\\\u2C2E\\\\u2C30-\\\\u2C5E\\\\u2C60-\\\\u2CE4\\\\u2CEB-\\\\u2CEE\\\\u2CF2\\\\u2CF3\\\\u2D00-\\\\u2D25\\\\u2D27\\\\u2D2D\\\\u2D30-\\\\u2D67\\\\u2D6F\\\\u2D80-\\\\u2D96\\\\u2DA0-\\\\u2DA6\\\\u2DA8-\\\\u2DAE\\\\u2DB0-\\\\u2DB6\\\\u2DB8-\\\\u2DBE\\\\u2DC0-\\\\u2DC6\\\\u2DC8-\\\\u2DCE\\\\u2DD0-\\\\u2DD6\\\\u2DD8-\\\\u2DDE\\\\u3005-\\\\u3007\\\\u3021-\\\\u3029\\\\u3031-\\\\u3035\\\\u3038-\\\\u303C\\\\u3041-\\\\u3096\\\\u309B-\\\\u309F\\\\u30A1-\\\\u30FA\\\\u30FC-\\\\u30FF\\\\u3105-\\\\u312D\\\\u3131-\\\\u318E\\\\u31A0-\\\\u31BA\\\\u31F0-\\\\u31FF\\\\u3400-\\\\u4DB5\\\\u4E00-\\\\u9FD5\\\\uA000-\\\\uA48C\\\\uA4D0-\\\\uA4FD\\\\uA500-\\\\uA60C\\\\uA610-\\\\uA61F\\\\uA62A\\\\uA62B\\\\uA640-\\\\uA66E\\\\uA67F-\\\\uA69D\\\\uA6A0-\\\\uA6EF\\\\uA717-\\\\uA71F\\\\uA722-\\\\uA788\\\\uA78B-\\\\uA7AD\\\\uA7B0-\\\\uA7B7\\\\uA7F7-\\\\uA801\\\\uA803-\\\\uA805\\\\uA807-\\\\uA80A\\\\uA80C-\\\\uA822\\\\uA840-\\\\uA873\\\\uA882-\\\\uA8B3\\\\uA8F2-\\\\uA8F7\\\\uA8FB\\\\uA8FD\\\\uA90A-\\\\uA925\\\\uA930-\\\\uA946\\\\uA960-\\\\uA97C\\\\uA984-\\\\uA9B2\\\\uA9CF\\\\uA9E0-\\\\uA9E4\\\\uA9E6-\\\\uA9EF\\\\uA9FA-\\\\uA9FE\\\\uAA00-\\\\uAA28\\\\uAA40-\\\\uAA42\\\\uAA44-\\\\uAA4B\\\\uAA60-\\\\uAA76\\\\uAA7A\\\\uAA7E-\\\\uAAAF\\\\uAAB1\\\\uAAB5\\\\uAAB6\\\\uAAB9-\\\\uAABD\\\\uAAC0\\\\uAAC2\\\\uAADB-\\\\uAADD\\\\uAAE0-\\\\uAAEA\\\\uAAF2-\\\\uAAF4\\\\uAB01-\\\\uAB06\\\\uAB09-\\\\uAB0E\\\\uAB11-\\\\uAB16\\\\uAB20-\\\\uAB26\\\\uAB28-\\\\uAB2E\\\\uAB30-\\\\uAB5A\\\\uAB5C-\\\\uAB65\\\\uAB70-\\\\uABE2\\\\uAC00-\\\\uD7A3\\\\uD7B0-\\\\uD7C6\\\\uD7CB-\\\\uD7FB\\\\uF900-\\\\uFA6D\\\\uFA70-\\\\uFAD9\\\\uFB00-\\\\uFB06\\\\uFB13-\\\\uFB17\\\\uFB1D\\\\uFB1F-\\\\uFB28\\\\uFB2A-\\\\uFB36\\\\uFB38-\\\\uFB3C\\\\uFB3E\\\\uFB40\\\\uFB41\\\\uFB43\\\\uFB44\\\\uFB46-\\\\uFBB1\\\\uFBD3-\\\\uFD3D\\\\uFD50-\\\\uFD8F\\\\uFD92-\\\\uFDC7\\\\uFDF0-\\\\uFDFB\\\\uFE70-\\\\uFE74\\\\uFE76-\\\\uFEFC\\\\uFF21-\\\\uFF3A\\\\uFF41-\\\\uFF5A\\\\uFF66-\\\\uFFBE\\\\uFFC2-\\\\uFFC7\\\\uFFCA-\\\\uFFCF\\\\uFFD2-\\\\uFFD7\\\\uFFDA-\\\\uFFDC]|\\\\uD800[\\\\uDC00-\\\\uDC0B\\\\uDC0D-\\\\uDC26\\\\uDC28-\\\\uDC3A\\\\uDC3C\\\\uDC3D\\\\uDC3F-\\\\uDC4D\\\\uDC50-\\\\uDC5D\\\\uDC80-\\\\uDCFA\\\\uDD40-\\\\uDD74\\\\uDE80-\\\\uDE9C\\\\uDEA0-\\\\uDED0\\\\uDF00-\\\\uDF1F\\\\uDF30-\\\\uDF4A\\\\uDF50-\\\\uDF75\\\\uDF80-\\\\uDF9D\\\\uDFA0-\\\\uDFC3\\\\uDFC8-\\\\uDFCF\\\\uDFD1-\\\\uDFD5]|\\\\uD801[\\\\uDC00-\\\\uDC9D\\\\uDD00-\\\\uDD27\\\\uDD30-\\\\uDD63\\\\uDE00-\\\\uDF36\\\\uDF40-\\\\uDF55\\\\uDF60-\\\\uDF67]|\\\\uD802[\\\\uDC00-\\\\uDC05\\\\uDC08\\\\uDC0A-\\\\uDC35\\\\uDC37\\\\uDC38\\\\uDC3C\\\\uDC3F-\\\\uDC55\\\\uDC60-\\\\uDC76\\\\uDC80-\\\\uDC9E\\\\uDCE0-\\\\uDCF2\\\\uDCF4\\\\uDCF5\\\\uDD00-\\\\uDD15\\\\uDD20-\\\\uDD39\\\\uDD80-\\\\uDDB7\\\\uDDBE\\\\uDDBF\\\\uDE00\\\\uDE10-\\\\uDE13\\\\uDE15-\\\\uDE17\\\\uDE19-\\\\uDE33\\\\uDE60-\\\\uDE7C\\\\uDE80-\\\\uDE9C\\\\uDEC0-\\\\uDEC7\\\\uDEC9-\\\\uDEE4\\\\uDF00-\\\\uDF35\\\\uDF40-\\\\uDF55\\\\uDF60-\\\\uDF72\\\\uDF80-\\\\uDF91]|\\\\uD803[\\\\uDC00-\\\\uDC48\\\\uDC80-\\\\uDCB2\\\\uDCC0-\\\\uDCF2]|\\\\uD804[\\\\uDC03-\\\\uDC37\\\\uDC83-\\\\uDCAF\\\\uDCD0-\\\\uDCE8\\\\uDD03-\\\\uDD26\\\\uDD50-\\\\uDD72\\\\uDD76\\\\uDD83-\\\\uDDB2\\\\uDDC1-\\\\uDDC4\\\\uDDDA\\\\uDDDC\\\\uDE00-\\\\uDE11\\\\uDE13-\\\\uDE2B\\\\uDE80-\\\\uDE86\\\\uDE88\\\\uDE8A-\\\\uDE8D\\\\uDE8F-\\\\uDE9D\\\\uDE9F-\\\\uDEA8\\\\uDEB0-\\\\uDEDE\\\\uDF05-\\\\uDF0C\\\\uDF0F\\\\uDF10\\\\uDF13-\\\\uDF28\\\\uDF2A-\\\\uDF30\\\\uDF32\\\\uDF33\\\\uDF35-\\\\uDF39\\\\uDF3D\\\\uDF50\\\\uDF5D-\\\\uDF61]|\\\\uD805[\\\\uDC80-\\\\uDCAF\\\\uDCC4\\\\uDCC5\\\\uDCC7\\\\uDD80-\\\\uDDAE\\\\uDDD8-\\\\uDDDB\\\\uDE00-\\\\uDE2F\\\\uDE44\\\\uDE80-\\\\uDEAA\\\\uDF00-\\\\uDF19]|\\\\uD806[\\\\uDCA0-\\\\uDCDF\\\\uDCFF\\\\uDEC0-\\\\uDEF8]|\\\\uD808[\\\\uDC00-\\\\uDF99]|\\\\uD809[\\\\uDC00-\\\\uDC6E\\\\uDC80-\\\\uDD43]|[\\\\uD80C\\\\uD840-\\\\uD868\\\\uD86A-\\\\uD86C\\\\uD86F-\\\\uD872][\\\\uDC00-\\\\uDFFF]|\\\\uD80D[\\\\uDC00-\\\\uDC2E]|\\\\uD811[\\\\uDC00-\\\\uDE46]|\\\\uD81A[\\\\uDC00-\\\\uDE38\\\\uDE40-\\\\uDE5E\\\\uDED0-\\\\uDEED\\\\uDF00-\\\\uDF2F\\\\uDF40-\\\\uDF43\\\\uDF63-\\\\uDF77\\\\uDF7D-\\\\uDF8F]|\\\\uD81B[\\\\uDF00-\\\\uDF44\\\\uDF50\\\\uDF93-\\\\uDF9F]|\\\\uD82C[\\\\uDC00\\\\uDC01]|\\\\uD82F[\\\\uDC00-\\\\uDC6A\\\\uDC70-\\\\uDC7C\\\\uDC80-\\\\uDC88\\\\uDC90-\\\\uDC99]|\\\\uD835[\\\\uDC00-\\\\uDC54\\\\uDC56-\\\\uDC9C\\\\uDC9E\\\\uDC9F\\\\uDCA2\\\\uDCA5\\\\uDCA6\\\\uDCA9-\\\\uDCAC\\\\uDCAE-\\\\uDCB9\\\\uDCBB\\\\uDCBD-\\\\uDCC3\\\\uDCC5-\\\\uDD05\\\\uDD07-\\\\uDD0A\\\\uDD0D-\\\\uDD14\\\\uDD16-\\\\uDD1C\\\\uDD1E-\\\\uDD39\\\\uDD3B-\\\\uDD3E\\\\uDD40-\\\\uDD44\\\\uDD46\\\\uDD4A-\\\\uDD50\\\\uDD52-\\\\uDEA5\\\\uDEA8-\\\\uDEC0\\\\uDEC2-\\\\uDEDA\\\\uDEDC-\\\\uDEFA\\\\uDEFC-\\\\uDF14\\\\uDF16-\\\\uDF34\\\\uDF36-\\\\uDF4E\\\\uDF50-\\\\uDF6E\\\\uDF70-\\\\uDF88\\\\uDF8A-\\\\uDFA8\\\\uDFAA-\\\\uDFC2\\\\uDFC4-\\\\uDFCB]|\\\\uD83A[\\\\uDC00-\\\\uDCC4]|\\\\uD83B[\\\\uDE00-\\\\uDE03\\\\uDE05-\\\\uDE1F\\\\uDE21\\\\uDE22\\\\uDE24\\\\uDE27\\\\uDE29-\\\\uDE32\\\\uDE34-\\\\uDE37\\\\uDE39\\\\uDE3B\\\\uDE42\\\\uDE47\\\\uDE49\\\\uDE4B\\\\uDE4D-\\\\uDE4F\\\\uDE51\\\\uDE52\\\\uDE54\\\\uDE57\\\\uDE59\\\\uDE5B\\\\uDE5D\\\\uDE5F\\\\uDE61\\\\uDE62\\\\uDE64\\\\uDE67-\\\\uDE6A\\\\uDE6C-\\\\uDE72\\\\uDE74-\\\\uDE77\\\\uDE79-\\\\uDE7C\\\\uDE7E\\\\uDE80-\\\\uDE89\\\\uDE8B-\\\\uDE9B\\\\uDEA1-\\\\uDEA3\\\\uDEA5-\\\\uDEA9\\\\uDEAB-\\\\uDEBB]|\\\\uD869[\\\\uDC00-\\\\uDED6\\\\uDF00-\\\\uDFFF]|\\\\uD86D[\\\\uDC00-\\\\uDF34\\\\uDF40-\\\\uDFFF]|\\\\uD86E[\\\\uDC00-\\\\uDC1D\\\\uDC20-\\\\uDFFF]|\\\\uD873[\\\\uDC00-\\\\uDEA1]|\\\\uD87E[\\\\uDC00-\\\\uDE1D]/,\\r\\n\\t    // Unicode v8.0.0 NonAsciiIdentifierPart:\\r\\n\\t    NonAsciiIdentifierPart: /[\\\\xAA\\\\xB5\\\\xB7\\\\xBA\\\\xC0-\\\\xD6\\\\xD8-\\\\xF6\\\\xF8-\\\\u02C1\\\\u02C6-\\\\u02D1\\\\u02E0-\\\\u02E4\\\\u02EC\\\\u02EE\\\\u0300-\\\\u0374\\\\u0376\\\\u0377\\\\u037A-\\\\u037D\\\\u037F\\\\u0386-\\\\u038A\\\\u038C\\\\u038E-\\\\u03A1\\\\u03A3-\\\\u03F5\\\\u03F7-\\\\u0481\\\\u0483-\\\\u0487\\\\u048A-\\\\u052F\\\\u0531-\\\\u0556\\\\u0559\\\\u0561-\\\\u0587\\\\u0591-\\\\u05BD\\\\u05BF\\\\u05C1\\\\u05C2\\\\u05C4\\\\u05C5\\\\u05C7\\\\u05D0-\\\\u05EA\\\\u05F0-\\\\u05F2\\\\u0610-\\\\u061A\\\\u0620-\\\\u0669\\\\u066E-\\\\u06D3\\\\u06D5-\\\\u06DC\\\\u06DF-\\\\u06E8\\\\u06EA-\\\\u06FC\\\\u06FF\\\\u0710-\\\\u074A\\\\u074D-\\\\u07B1\\\\u07C0-\\\\u07F5\\\\u07FA\\\\u0800-\\\\u082D\\\\u0840-\\\\u085B\\\\u08A0-\\\\u08B4\\\\u08E3-\\\\u0963\\\\u0966-\\\\u096F\\\\u0971-\\\\u0983\\\\u0985-\\\\u098C\\\\u098F\\\\u0990\\\\u0993-\\\\u09A8\\\\u09AA-\\\\u09B0\\\\u09B2\\\\u09B6-\\\\u09B9\\\\u09BC-\\\\u09C4\\\\u09C7\\\\u09C8\\\\u09CB-\\\\u09CE\\\\u09D7\\\\u09DC\\\\u09DD\\\\u09DF-\\\\u09E3\\\\u09E6-\\\\u09F1\\\\u0A01-\\\\u0A03\\\\u0A05-\\\\u0A0A\\\\u0A0F\\\\u0A10\\\\u0A13-\\\\u0A28\\\\u0A2A-\\\\u0A30\\\\u0A32\\\\u0A33\\\\u0A35\\\\u0A36\\\\u0A38\\\\u0A39\\\\u0A3C\\\\u0A3E-\\\\u0A42\\\\u0A47\\\\u0A48\\\\u0A4B-\\\\u0A4D\\\\u0A51\\\\u0A59-\\\\u0A5C\\\\u0A5E\\\\u0A66-\\\\u0A75\\\\u0A81-\\\\u0A83\\\\u0A85-\\\\u0A8D\\\\u0A8F-\\\\u0A91\\\\u0A93-\\\\u0AA8\\\\u0AAA-\\\\u0AB0\\\\u0AB2\\\\u0AB3\\\\u0AB5-\\\\u0AB9\\\\u0ABC-\\\\u0AC5\\\\u0AC7-\\\\u0AC9\\\\u0ACB-\\\\u0ACD\\\\u0AD0\\\\u0AE0-\\\\u0AE3\\\\u0AE6-\\\\u0AEF\\\\u0AF9\\\\u0B01-\\\\u0B03\\\\u0B05-\\\\u0B0C\\\\u0B0F\\\\u0B10\\\\u0B13-\\\\u0B28\\\\u0B2A-\\\\u0B30\\\\u0B32\\\\u0B33\\\\u0B35-\\\\u0B39\\\\u0B3C-\\\\u0B44\\\\u0B47\\\\u0B48\\\\u0B4B-\\\\u0B4D\\\\u0B56\\\\u0B57\\\\u0B5C\\\\u0B5D\\\\u0B5F-\\\\u0B63\\\\u0B66-\\\\u0B6F\\\\u0B71\\\\u0B82\\\\u0B83\\\\u0B85-\\\\u0B8A\\\\u0B8E-\\\\u0B90\\\\u0B92-\\\\u0B95\\\\u0B99\\\\u0B9A\\\\u0B9C\\\\u0B9E\\\\u0B9F\\\\u0BA3\\\\u0BA4\\\\u0BA8-\\\\u0BAA\\\\u0BAE-\\\\u0BB9\\\\u0BBE-\\\\u0BC2\\\\u0BC6-\\\\u0BC8\\\\u0BCA-\\\\u0BCD\\\\u0BD0\\\\u0BD7\\\\u0BE6-\\\\u0BEF\\\\u0C00-\\\\u0C03\\\\u0C05-\\\\u0C0C\\\\u0C0E-\\\\u0C10\\\\u0C12-\\\\u0C28\\\\u0C2A-\\\\u0C39\\\\u0C3D-\\\\u0C44\\\\u0C46-\\\\u0C48\\\\u0C4A-\\\\u0C4D\\\\u0C55\\\\u0C56\\\\u0C58-\\\\u0C5A\\\\u0C60-\\\\u0C63\\\\u0C66-\\\\u0C6F\\\\u0C81-\\\\u0C83\\\\u0C85-\\\\u0C8C\\\\u0C8E-\\\\u0C90\\\\u0C92-\\\\u0CA8\\\\u0CAA-\\\\u0CB3\\\\u0CB5-\\\\u0CB9\\\\u0CBC-\\\\u0CC4\\\\u0CC6-\\\\u0CC8\\\\u0CCA-\\\\u0CCD\\\\u0CD5\\\\u0CD6\\\\u0CDE\\\\u0CE0-\\\\u0CE3\\\\u0CE6-\\\\u0CEF\\\\u0CF1\\\\u0CF2\\\\u0D01-\\\\u0D03\\\\u0D05-\\\\u0D0C\\\\u0D0E-\\\\u0D10\\\\u0D12-\\\\u0D3A\\\\u0D3D-\\\\u0D44\\\\u0D46-\\\\u0D48\\\\u0D4A-\\\\u0D4E\\\\u0D57\\\\u0D5F-\\\\u0D63\\\\u0D66-\\\\u0D6F\\\\u0D7A-\\\\u0D7F\\\\u0D82\\\\u0D83\\\\u0D85-\\\\u0D96\\\\u0D9A-\\\\u0DB1\\\\u0DB3-\\\\u0DBB\\\\u0DBD\\\\u0DC0-\\\\u0DC6\\\\u0DCA\\\\u0DCF-\\\\u0DD4\\\\u0DD6\\\\u0DD8-\\\\u0DDF\\\\u0DE6-\\\\u0DEF\\\\u0DF2\\\\u0DF3\\\\u0E01-\\\\u0E3A\\\\u0E40-\\\\u0E4E\\\\u0E50-\\\\u0E59\\\\u0E81\\\\u0E82\\\\u0E84\\\\u0E87\\\\u0E88\\\\u0E8A\\\\u0E8D\\\\u0E94-\\\\u0E97\\\\u0E99-\\\\u0E9F\\\\u0EA1-\\\\u0EA3\\\\u0EA5\\\\u0EA7\\\\u0EAA\\\\u0EAB\\\\u0EAD-\\\\u0EB9\\\\u0EBB-\\\\u0EBD\\\\u0EC0-\\\\u0EC4\\\\u0EC6\\\\u0EC8-\\\\u0ECD\\\\u0ED0-\\\\u0ED9\\\\u0EDC-\\\\u0EDF\\\\u0F00\\\\u0F18\\\\u0F19\\\\u0F20-\\\\u0F29\\\\u0F35\\\\u0F37\\\\u0F39\\\\u0F3E-\\\\u0F47\\\\u0F49-\\\\u0F6C\\\\u0F71-\\\\u0F84\\\\u0F86-\\\\u0F97\\\\u0F99-\\\\u0FBC\\\\u0FC6\\\\u1000-\\\\u1049\\\\u1050-\\\\u109D\\\\u10A0-\\\\u10C5\\\\u10C7\\\\u10CD\\\\u10D0-\\\\u10FA\\\\u10FC-\\\\u1248\\\\u124A-\\\\u124D\\\\u1250-\\\\u1256\\\\u1258\\\\u125A-\\\\u125D\\\\u1260-\\\\u1288\\\\u128A-\\\\u128D\\\\u1290-\\\\u12B0\\\\u12B2-\\\\u12B5\\\\u12B8-\\\\u12BE\\\\u12C0\\\\u12C2-\\\\u12C5\\\\u12C8-\\\\u12D6\\\\u12D8-\\\\u1310\\\\u1312-\\\\u1315\\\\u1318-\\\\u135A\\\\u135D-\\\\u135F\\\\u1369-\\\\u1371\\\\u1380-\\\\u138F\\\\u13A0-\\\\u13F5\\\\u13F8-\\\\u13FD\\\\u1401-\\\\u166C\\\\u166F-\\\\u167F\\\\u1681-\\\\u169A\\\\u16A0-\\\\u16EA\\\\u16EE-\\\\u16F8\\\\u1700-\\\\u170C\\\\u170E-\\\\u1714\\\\u1720-\\\\u1734\\\\u1740-\\\\u1753\\\\u1760-\\\\u176C\\\\u176E-\\\\u1770\\\\u1772\\\\u1773\\\\u1780-\\\\u17D3\\\\u17D7\\\\u17DC\\\\u17DD\\\\u17E0-\\\\u17E9\\\\u180B-\\\\u180D\\\\u1810-\\\\u1819\\\\u1820-\\\\u1877\\\\u1880-\\\\u18AA\\\\u18B0-\\\\u18F5\\\\u1900-\\\\u191E\\\\u1920-\\\\u192B\\\\u1930-\\\\u193B\\\\u1946-\\\\u196D\\\\u1970-\\\\u1974\\\\u1980-\\\\u19AB\\\\u19B0-\\\\u19C9\\\\u19D0-\\\\u19DA\\\\u1A00-\\\\u1A1B\\\\u1A20-\\\\u1A5E\\\\u1A60-\\\\u1A7C\\\\u1A7F-\\\\u1A89\\\\u1A90-\\\\u1A99\\\\u1AA7\\\\u1AB0-\\\\u1ABD\\\\u1B00-\\\\u1B4B\\\\u1B50-\\\\u1B59\\\\u1B6B-\\\\u1B73\\\\u1B80-\\\\u1BF3\\\\u1C00-\\\\u1C37\\\\u1C40-\\\\u1C49\\\\u1C4D-\\\\u1C7D\\\\u1CD0-\\\\u1CD2\\\\u1CD4-\\\\u1CF6\\\\u1CF8\\\\u1CF9\\\\u1D00-\\\\u1DF5\\\\u1DFC-\\\\u1F15\\\\u1F18-\\\\u1F1D\\\\u1F20-\\\\u1F45\\\\u1F48-\\\\u1F4D\\\\u1F50-\\\\u1F57\\\\u1F59\\\\u1F5B\\\\u1F5D\\\\u1F5F-\\\\u1F7D\\\\u1F80-\\\\u1FB4\\\\u1FB6-\\\\u1FBC\\\\u1FBE\\\\u1FC2-\\\\u1FC4\\\\u1FC6-\\\\u1FCC\\\\u1FD0-\\\\u1FD3\\\\u1FD6-\\\\u1FDB\\\\u1FE0-\\\\u1FEC\\\\u1FF2-\\\\u1FF4\\\\u1FF6-\\\\u1FFC\\\\u200C\\\\u200D\\\\u203F\\\\u2040\\\\u2054\\\\u2071\\\\u207F\\\\u2090-\\\\u209C\\\\u20D0-\\\\u20DC\\\\u20E1\\\\u20E5-\\\\u20F0\\\\u2102\\\\u2107\\\\u210A-\\\\u2113\\\\u2115\\\\u2118-\\\\u211D\\\\u2124\\\\u2126\\\\u2128\\\\u212A-\\\\u2139\\\\u213C-\\\\u213F\\\\u2145-\\\\u2149\\\\u214E\\\\u2160-\\\\u2188\\\\u2C00-\\\\u2C2E\\\\u2C30-\\\\u2C5E\\\\u2C60-\\\\u2CE4\\\\u2CEB-\\\\u2CF3\\\\u2D00-\\\\u2D25\\\\u2D27\\\\u2D2D\\\\u2D30-\\\\u2D67\\\\u2D6F\\\\u2D7F-\\\\u2D96\\\\u2DA0-\\\\u2DA6\\\\u2DA8-\\\\u2DAE\\\\u2DB0-\\\\u2DB6\\\\u2DB8-\\\\u2DBE\\\\u2DC0-\\\\u2DC6\\\\u2DC8-\\\\u2DCE\\\\u2DD0-\\\\u2DD6\\\\u2DD8-\\\\u2DDE\\\\u2DE0-\\\\u2DFF\\\\u3005-\\\\u3007\\\\u3021-\\\\u302F\\\\u3031-\\\\u3035\\\\u3038-\\\\u303C\\\\u3041-\\\\u3096\\\\u3099-\\\\u309F\\\\u30A1-\\\\u30FA\\\\u30FC-\\\\u30FF\\\\u3105-\\\\u312D\\\\u3131-\\\\u318E\\\\u31A0-\\\\u31BA\\\\u31F0-\\\\u31FF\\\\u3400-\\\\u4DB5\\\\u4E00-\\\\u9FD5\\\\uA000-\\\\uA48C\\\\uA4D0-\\\\uA4FD\\\\uA500-\\\\uA60C\\\\uA610-\\\\uA62B\\\\uA640-\\\\uA66F\\\\uA674-\\\\uA67D\\\\uA67F-\\\\uA6F1\\\\uA717-\\\\uA71F\\\\uA722-\\\\uA788\\\\uA78B-\\\\uA7AD\\\\uA7B0-\\\\uA7B7\\\\uA7F7-\\\\uA827\\\\uA840-\\\\uA873\\\\uA880-\\\\uA8C4\\\\uA8D0-\\\\uA8D9\\\\uA8E0-\\\\uA8F7\\\\uA8FB\\\\uA8FD\\\\uA900-\\\\uA92D\\\\uA930-\\\\uA953\\\\uA960-\\\\uA97C\\\\uA980-\\\\uA9C0\\\\uA9CF-\\\\uA9D9\\\\uA9E0-\\\\uA9FE\\\\uAA00-\\\\uAA36\\\\uAA40-\\\\uAA4D\\\\uAA50-\\\\uAA59\\\\uAA60-\\\\uAA76\\\\uAA7A-\\\\uAAC2\\\\uAADB-\\\\uAADD\\\\uAAE0-\\\\uAAEF\\\\uAAF2-\\\\uAAF6\\\\uAB01-\\\\uAB06\\\\uAB09-\\\\uAB0E\\\\uAB11-\\\\uAB16\\\\uAB20-\\\\uAB26\\\\uAB28-\\\\uAB2E\\\\uAB30-\\\\uAB5A\\\\uAB5C-\\\\uAB65\\\\uAB70-\\\\uABEA\\\\uABEC\\\\uABED\\\\uABF0-\\\\uABF9\\\\uAC00-\\\\uD7A3\\\\uD7B0-\\\\uD7C6\\\\uD7CB-\\\\uD7FB\\\\uF900-\\\\uFA6D\\\\uFA70-\\\\uFAD9\\\\uFB00-\\\\uFB06\\\\uFB13-\\\\uFB17\\\\uFB1D-\\\\uFB28\\\\uFB2A-\\\\uFB36\\\\uFB38-\\\\uFB3C\\\\uFB3E\\\\uFB40\\\\uFB41\\\\uFB43\\\\uFB44\\\\uFB46-\\\\uFBB1\\\\uFBD3-\\\\uFD3D\\\\uFD50-\\\\uFD8F\\\\uFD92-\\\\uFDC7\\\\uFDF0-\\\\uFDFB\\\\uFE00-\\\\uFE0F\\\\uFE20-\\\\uFE2F\\\\uFE33\\\\uFE34\\\\uFE4D-\\\\uFE4F\\\\uFE70-\\\\uFE74\\\\uFE76-\\\\uFEFC\\\\uFF10-\\\\uFF19\\\\uFF21-\\\\uFF3A\\\\uFF3F\\\\uFF41-\\\\uFF5A\\\\uFF66-\\\\uFFBE\\\\uFFC2-\\\\uFFC7\\\\uFFCA-\\\\uFFCF\\\\uFFD2-\\\\uFFD7\\\\uFFDA-\\\\uFFDC]|\\\\uD800[\\\\uDC00-\\\\uDC0B\\\\uDC0D-\\\\uDC26\\\\uDC28-\\\\uDC3A\\\\uDC3C\\\\uDC3D\\\\uDC3F-\\\\uDC4D\\\\uDC50-\\\\uDC5D\\\\uDC80-\\\\uDCFA\\\\uDD40-\\\\uDD74\\\\uDDFD\\\\uDE80-\\\\uDE9C\\\\uDEA0-\\\\uDED0\\\\uDEE0\\\\uDF00-\\\\uDF1F\\\\uDF30-\\\\uDF4A\\\\uDF50-\\\\uDF7A\\\\uDF80-\\\\uDF9D\\\\uDFA0-\\\\uDFC3\\\\uDFC8-\\\\uDFCF\\\\uDFD1-\\\\uDFD5]|\\\\uD801[\\\\uDC00-\\\\uDC9D\\\\uDCA0-\\\\uDCA9\\\\uDD00-\\\\uDD27\\\\uDD30-\\\\uDD63\\\\uDE00-\\\\uDF36\\\\uDF40-\\\\uDF55\\\\uDF60-\\\\uDF67]|\\\\uD802[\\\\uDC00-\\\\uDC05\\\\uDC08\\\\uDC0A-\\\\uDC35\\\\uDC37\\\\uDC38\\\\uDC3C\\\\uDC3F-\\\\uDC55\\\\uDC60-\\\\uDC76\\\\uDC80-\\\\uDC9E\\\\uDCE0-\\\\uDCF2\\\\uDCF4\\\\uDCF5\\\\uDD00-\\\\uDD15\\\\uDD20-\\\\uDD39\\\\uDD80-\\\\uDDB7\\\\uDDBE\\\\uDDBF\\\\uDE00-\\\\uDE03\\\\uDE05\\\\uDE06\\\\uDE0C-\\\\uDE13\\\\uDE15-\\\\uDE17\\\\uDE19-\\\\uDE33\\\\uDE38-\\\\uDE3A\\\\uDE3F\\\\uDE60-\\\\uDE7C\\\\uDE80-\\\\uDE9C\\\\uDEC0-\\\\uDEC7\\\\uDEC9-\\\\uDEE6\\\\uDF00-\\\\uDF35\\\\uDF40-\\\\uDF55\\\\uDF60-\\\\uDF72\\\\uDF80-\\\\uDF91]|\\\\uD803[\\\\uDC00-\\\\uDC48\\\\uDC80-\\\\uDCB2\\\\uDCC0-\\\\uDCF2]|\\\\uD804[\\\\uDC00-\\\\uDC46\\\\uDC66-\\\\uDC6F\\\\uDC7F-\\\\uDCBA\\\\uDCD0-\\\\uDCE8\\\\uDCF0-\\\\uDCF9\\\\uDD00-\\\\uDD34\\\\uDD36-\\\\uDD3F\\\\uDD50-\\\\uDD73\\\\uDD76\\\\uDD80-\\\\uDDC4\\\\uDDCA-\\\\uDDCC\\\\uDDD0-\\\\uDDDA\\\\uDDDC\\\\uDE00-\\\\uDE11\\\\uDE13-\\\\uDE37\\\\uDE80-\\\\uDE86\\\\uDE88\\\\uDE8A-\\\\uDE8D\\\\uDE8F-\\\\uDE9D\\\\uDE9F-\\\\uDEA8\\\\uDEB0-\\\\uDEEA\\\\uDEF0-\\\\uDEF9\\\\uDF00-\\\\uDF03\\\\uDF05-\\\\uDF0C\\\\uDF0F\\\\uDF10\\\\uDF13-\\\\uDF28\\\\uDF2A-\\\\uDF30\\\\uDF32\\\\uDF33\\\\uDF35-\\\\uDF39\\\\uDF3C-\\\\uDF44\\\\uDF47\\\\uDF48\\\\uDF4B-\\\\uDF4D\\\\uDF50\\\\uDF57\\\\uDF5D-\\\\uDF63\\\\uDF66-\\\\uDF6C\\\\uDF70-\\\\uDF74]|\\\\uD805[\\\\uDC80-\\\\uDCC5\\\\uDCC7\\\\uDCD0-\\\\uDCD9\\\\uDD80-\\\\uDDB5\\\\uDDB8-\\\\uDDC0\\\\uDDD8-\\\\uDDDD\\\\uDE00-\\\\uDE40\\\\uDE44\\\\uDE50-\\\\uDE59\\\\uDE80-\\\\uDEB7\\\\uDEC0-\\\\uDEC9\\\\uDF00-\\\\uDF19\\\\uDF1D-\\\\uDF2B\\\\uDF30-\\\\uDF39]|\\\\uD806[\\\\uDCA0-\\\\uDCE9\\\\uDCFF\\\\uDEC0-\\\\uDEF8]|\\\\uD808[\\\\uDC00-\\\\uDF99]|\\\\uD809[\\\\uDC00-\\\\uDC6E\\\\uDC80-\\\\uDD43]|[\\\\uD80C\\\\uD840-\\\\uD868\\\\uD86A-\\\\uD86C\\\\uD86F-\\\\uD872][\\\\uDC00-\\\\uDFFF]|\\\\uD80D[\\\\uDC00-\\\\uDC2E]|\\\\uD811[\\\\uDC00-\\\\uDE46]|\\\\uD81A[\\\\uDC00-\\\\uDE38\\\\uDE40-\\\\uDE5E\\\\uDE60-\\\\uDE69\\\\uDED0-\\\\uDEED\\\\uDEF0-\\\\uDEF4\\\\uDF00-\\\\uDF36\\\\uDF40-\\\\uDF43\\\\uDF50-\\\\uDF59\\\\uDF63-\\\\uDF77\\\\uDF7D-\\\\uDF8F]|\\\\uD81B[\\\\uDF00-\\\\uDF44\\\\uDF50-\\\\uDF7E\\\\uDF8F-\\\\uDF9F]|\\\\uD82C[\\\\uDC00\\\\uDC01]|\\\\uD82F[\\\\uDC00-\\\\uDC6A\\\\uDC70-\\\\uDC7C\\\\uDC80-\\\\uDC88\\\\uDC90-\\\\uDC99\\\\uDC9D\\\\uDC9E]|\\\\uD834[\\\\uDD65-\\\\uDD69\\\\uDD6D-\\\\uDD72\\\\uDD7B-\\\\uDD82\\\\uDD85-\\\\uDD8B\\\\uDDAA-\\\\uDDAD\\\\uDE42-\\\\uDE44]|\\\\uD835[\\\\uDC00-\\\\uDC54\\\\uDC56-\\\\uDC9C\\\\uDC9E\\\\uDC9F\\\\uDCA2\\\\uDCA5\\\\uDCA6\\\\uDCA9-\\\\uDCAC\\\\uDCAE-\\\\uDCB9\\\\uDCBB\\\\uDCBD-\\\\uDCC3\\\\uDCC5-\\\\uDD05\\\\uDD07-\\\\uDD0A\\\\uDD0D-\\\\uDD14\\\\uDD16-\\\\uDD1C\\\\uDD1E-\\\\uDD39\\\\uDD3B-\\\\uDD3E\\\\uDD40-\\\\uDD44\\\\uDD46\\\\uDD4A-\\\\uDD50\\\\uDD52-\\\\uDEA5\\\\uDEA8-\\\\uDEC0\\\\uDEC2-\\\\uDEDA\\\\uDEDC-\\\\uDEFA\\\\uDEFC-\\\\uDF14\\\\uDF16-\\\\uDF34\\\\uDF36-\\\\uDF4E\\\\uDF50-\\\\uDF6E\\\\uDF70-\\\\uDF88\\\\uDF8A-\\\\uDFA8\\\\uDFAA-\\\\uDFC2\\\\uDFC4-\\\\uDFCB\\\\uDFCE-\\\\uDFFF]|\\\\uD836[\\\\uDE00-\\\\uDE36\\\\uDE3B-\\\\uDE6C\\\\uDE75\\\\uDE84\\\\uDE9B-\\\\uDE9F\\\\uDEA1-\\\\uDEAF]|\\\\uD83A[\\\\uDC00-\\\\uDCC4\\\\uDCD0-\\\\uDCD6]|\\\\uD83B[\\\\uDE00-\\\\uDE03\\\\uDE05-\\\\uDE1F\\\\uDE21\\\\uDE22\\\\uDE24\\\\uDE27\\\\uDE29-\\\\uDE32\\\\uDE34-\\\\uDE37\\\\uDE39\\\\uDE3B\\\\uDE42\\\\uDE47\\\\uDE49\\\\uDE4B\\\\uDE4D-\\\\uDE4F\\\\uDE51\\\\uDE52\\\\uDE54\\\\uDE57\\\\uDE59\\\\uDE5B\\\\uDE5D\\\\uDE5F\\\\uDE61\\\\uDE62\\\\uDE64\\\\uDE67-\\\\uDE6A\\\\uDE6C-\\\\uDE72\\\\uDE74-\\\\uDE77\\\\uDE79-\\\\uDE7C\\\\uDE7E\\\\uDE80-\\\\uDE89\\\\uDE8B-\\\\uDE9B\\\\uDEA1-\\\\uDEA3\\\\uDEA5-\\\\uDEA9\\\\uDEAB-\\\\uDEBB]|\\\\uD869[\\\\uDC00-\\\\uDED6\\\\uDF00-\\\\uDFFF]|\\\\uD86D[\\\\uDC00-\\\\uDF34\\\\uDF40-\\\\uDFFF]|\\\\uD86E[\\\\uDC00-\\\\uDC1D\\\\uDC20-\\\\uDFFF]|\\\\uD873[\\\\uDC00-\\\\uDEA1]|\\\\uD87E[\\\\uDC00-\\\\uDE1D]|\\\\uDB40[\\\\uDD00-\\\\uDDEF]/\\r\\n\\t};\\r\\n\\texports.Character = {\\r\\n\\t    /* tslint:disable:no-bitwise */\\r\\n\\t    fromCodePoint: function (cp) {\\r\\n\\t        return (cp < 0x10000) ? String.fromCharCode(cp) :\\r\\n\\t            String.fromCharCode(0xD800 + ((cp - 0x10000) >> 10)) +\\r\\n\\t                String.fromCharCode(0xDC00 + ((cp - 0x10000) & 1023));\\r\\n\\t    },\\r\\n\\t    // https://tc39.github.io/ecma262/#sec-white-space\\r\\n\\t    isWhiteSpace: function (cp) {\\r\\n\\t        return (cp === 0x20) || (cp === 0x09) || (cp === 0x0B) || (cp === 0x0C) || (cp === 0xA0) ||\\r\\n\\t            (cp >= 0x1680 && [0x1680, 0x2000, 0x2001, 0x2002, 0x2003, 0x2004, 0x2005, 0x2006, 0x2007, 0x2008, 0x2009, 0x200A, 0x202F, 0x205F, 0x3000, 0xFEFF].indexOf(cp) >= 0);\\r\\n\\t    },\\r\\n\\t    // https://tc39.github.io/ecma262/#sec-line-terminators\\r\\n\\t    isLineTerminator: function (cp) {\\r\\n\\t        return (cp === 0x0A) || (cp === 0x0D) || (cp === 0x2028) || (cp === 0x2029);\\r\\n\\t    },\\r\\n\\t    // https://tc39.github.io/ecma262/#sec-names-and-keywords\\r\\n\\t    isIdentifierStart: function (cp) {\\r\\n\\t        return (cp === 0x24) || (cp === 0x5F) ||\\r\\n\\t            (cp >= 0x41 && cp <= 0x5A) ||\\r\\n\\t            (cp >= 0x61 && cp <= 0x7A) ||\\r\\n\\t            (cp === 0x5C) ||\\r\\n\\t            ((cp >= 0x80) && Regex.NonAsciiIdentifierStart.test(exports.Character.fromCodePoint(cp)));\\r\\n\\t    },\\r\\n\\t    isIdentifierPart: function (cp) {\\r\\n\\t        return (cp === 0x24) || (cp === 0x5F) ||\\r\\n\\t            (cp >= 0x41 && cp <= 0x5A) ||\\r\\n\\t            (cp >= 0x61 && cp <= 0x7A) ||\\r\\n\\t            (cp >= 0x30 && cp <= 0x39) ||\\r\\n\\t            (cp === 0x5C) ||\\r\\n\\t            ((cp >= 0x80) && Regex.NonAsciiIdentifierPart.test(exports.Character.fromCodePoint(cp)));\\r\\n\\t    },\\r\\n\\t    // https://tc39.github.io/ecma262/#sec-literals-numeric-literals\\r\\n\\t    isDecimalDigit: function (cp) {\\r\\n\\t        return (cp >= 0x30 && cp <= 0x39); // 0..9\\r\\n\\t    },\\r\\n\\t    isHexDigit: function (cp) {\\r\\n\\t        return (cp >= 0x30 && cp <= 0x39) ||\\r\\n\\t            (cp >= 0x41 && cp <= 0x46) ||\\r\\n\\t            (cp >= 0x61 && cp <= 0x66); // a..f\\r\\n\\t    },\\r\\n\\t    isOctalDigit: function (cp) {\\r\\n\\t        return (cp >= 0x30 && cp <= 0x37); // 0..7\\r\\n\\t    }\\r\\n\\t};\\r\\n\\n\\n/***/ },\\n/* 5 */\\n/***/ function(module, exports, __webpack_require__) {\\n\\n\\t\\\"use strict\\\";\\r\\n\\tObject.defineProperty(exports, \\\"__esModule\\\", { value: true });\\r\\n\\tvar jsx_syntax_1 = __webpack_require__(6);\\r\\n\\t/* tslint:disable:max-classes-per-file */\\r\\n\\tvar JSXClosingElement = (function () {\\r\\n\\t    function JSXClosingElement(name) {\\r\\n\\t        this.type = jsx_syntax_1.JSXSyntax.JSXClosingElement;\\r\\n\\t        this.name = name;\\r\\n\\t    }\\r\\n\\t    return JSXClosingElement;\\r\\n\\t}());\\r\\n\\texports.JSXClosingElement = JSXClosingElement;\\r\\n\\tvar JSXElement = (function () {\\r\\n\\t    function JSXElement(openingElement, children, closingElement) {\\r\\n\\t        this.type = jsx_syntax_1.JSXSyntax.JSXElement;\\r\\n\\t        this.openingElement = openingElement;\\r\\n\\t        this.children = children;\\r\\n\\t        this.closingElement = closingElement;\\r\\n\\t    }\\r\\n\\t    return JSXElement;\\r\\n\\t}());\\r\\n\\texports.JSXElement = JSXElement;\\r\\n\\tvar JSXEmptyExpression = (function () {\\r\\n\\t    function JSXEmptyExpression() {\\r\\n\\t        this.type = jsx_syntax_1.JSXSyntax.JSXEmptyExpression;\\r\\n\\t    }\\r\\n\\t    return JSXEmptyExpression;\\r\\n\\t}());\\r\\n\\texports.JSXEmptyExpression = JSXEmptyExpression;\\r\\n\\tvar JSXExpressionContainer = (function () {\\r\\n\\t    function JSXExpressionContainer(expression) {\\r\\n\\t        this.type = jsx_syntax_1.JSXSyntax.JSXExpressionContainer;\\r\\n\\t        this.expression = expression;\\r\\n\\t    }\\r\\n\\t    return JSXExpressionContainer;\\r\\n\\t}());\\r\\n\\texports.JSXExpressionContainer = JSXExpressionContainer;\\r\\n\\tvar JSXIdentifier = (function () {\\r\\n\\t    function JSXIdentifier(name) {\\r\\n\\t        this.type = jsx_syntax_1.JSXSyntax.JSXIdentifier;\\r\\n\\t        this.name = name;\\r\\n\\t    }\\r\\n\\t    return JSXIdentifier;\\r\\n\\t}());\\r\\n\\texports.JSXIdentifier = JSXIdentifier;\\r\\n\\tvar JSXMemberExpression = (function () {\\r\\n\\t    function JSXMemberExpression(object, property) {\\r\\n\\t        this.type = jsx_syntax_1.JSXSyntax.JSXMemberExpression;\\r\\n\\t        this.object = object;\\r\\n\\t        this.property = property;\\r\\n\\t    }\\r\\n\\t    return JSXMemberExpression;\\r\\n\\t}());\\r\\n\\texports.JSXMemberExpression = JSXMemberExpression;\\r\\n\\tvar JSXAttribute = (function () {\\r\\n\\t    function JSXAttribute(name, value) {\\r\\n\\t        this.type = jsx_syntax_1.JSXSyntax.JSXAttribute;\\r\\n\\t        this.name = name;\\r\\n\\t        this.value = value;\\r\\n\\t    }\\r\\n\\t    return JSXAttribute;\\r\\n\\t}());\\r\\n\\texports.JSXAttribute = JSXAttribute;\\r\\n\\tvar JSXNamespacedName = (function () {\\r\\n\\t    function JSXNamespacedName(namespace, name) {\\r\\n\\t        this.type = jsx_syntax_1.JSXSyntax.JSXNamespacedName;\\r\\n\\t        this.namespace = namespace;\\r\\n\\t        this.name = name;\\r\\n\\t    }\\r\\n\\t    return JSXNamespacedName;\\r\\n\\t}());\\r\\n\\texports.JSXNamespacedName = JSXNamespacedName;\\r\\n\\tvar JSXOpeningElement = (function () {\\r\\n\\t    function JSXOpeningElement(name, selfClosing, attributes) {\\r\\n\\t        this.type = jsx_syntax_1.JSXSyntax.JSXOpeningElement;\\r\\n\\t        this.name = name;\\r\\n\\t        this.selfClosing = selfClosing;\\r\\n\\t        this.attributes = attributes;\\r\\n\\t    }\\r\\n\\t    return JSXOpeningElement;\\r\\n\\t}());\\r\\n\\texports.JSXOpeningElement = JSXOpeningElement;\\r\\n\\tvar JSXSpreadAttribute = (function () {\\r\\n\\t    function JSXSpreadAttribute(argument) {\\r\\n\\t        this.type = jsx_syntax_1.JSXSyntax.JSXSpreadAttribute;\\r\\n\\t        this.argument = argument;\\r\\n\\t    }\\r\\n\\t    return JSXSpreadAttribute;\\r\\n\\t}());\\r\\n\\texports.JSXSpreadAttribute = JSXSpreadAttribute;\\r\\n\\tvar JSXText = (function () {\\r\\n\\t    function JSXText(value, raw) {\\r\\n\\t        this.type = jsx_syntax_1.JSXSyntax.JSXText;\\r\\n\\t        this.value = value;\\r\\n\\t        this.raw = raw;\\r\\n\\t    }\\r\\n\\t    return JSXText;\\r\\n\\t}());\\r\\n\\texports.JSXText = JSXText;\\r\\n\\n\\n/***/ },\\n/* 6 */\\n/***/ function(module, exports) {\\n\\n\\t\\\"use strict\\\";\\r\\n\\tObject.defineProperty(exports, \\\"__esModule\\\", { value: true });\\r\\n\\texports.JSXSyntax = {\\r\\n\\t    JSXAttribute: 'JSXAttribute',\\r\\n\\t    JSXClosingElement: 'JSXClosingElement',\\r\\n\\t    JSXElement: 'JSXElement',\\r\\n\\t    JSXEmptyExpression: 'JSXEmptyExpression',\\r\\n\\t    JSXExpressionContainer: 'JSXExpressionContainer',\\r\\n\\t    JSXIdentifier: 'JSXIdentifier',\\r\\n\\t    JSXMemberExpression: 'JSXMemberExpression',\\r\\n\\t    JSXNamespacedName: 'JSXNamespacedName',\\r\\n\\t    JSXOpeningElement: 'JSXOpeningElement',\\r\\n\\t    JSXSpreadAttribute: 'JSXSpreadAttribute',\\r\\n\\t    JSXText: 'JSXText'\\r\\n\\t};\\r\\n\\n\\n/***/ },\\n/* 7 */\\n/***/ function(module, exports, __webpack_require__) {\\n\\n\\t\\\"use strict\\\";\\r\\n\\tObject.defineProperty(exports, \\\"__esModule\\\", { value: true });\\r\\n\\tvar syntax_1 = __webpack_require__(2);\\r\\n\\t/* tslint:disable:max-classes-per-file */\\r\\n\\tvar ArrayExpression = (function () {\\r\\n\\t    function ArrayExpression(elements) {\\r\\n\\t        this.type = syntax_1.Syntax.ArrayExpression;\\r\\n\\t        this.elements = elements;\\r\\n\\t    }\\r\\n\\t    return ArrayExpression;\\r\\n\\t}());\\r\\n\\texports.ArrayExpression = ArrayExpression;\\r\\n\\tvar ArrayPattern = (function () {\\r\\n\\t    function ArrayPattern(elements) {\\r\\n\\t        this.type = syntax_1.Syntax.ArrayPattern;\\r\\n\\t        this.elements = elements;\\r\\n\\t    }\\r\\n\\t    return ArrayPattern;\\r\\n\\t}());\\r\\n\\texports.ArrayPattern = ArrayPattern;\\r\\n\\tvar ArrowFunctionExpression = (function () {\\r\\n\\t    function ArrowFunctionExpression(params, body, expression) {\\r\\n\\t        this.type = syntax_1.Syntax.ArrowFunctionExpression;\\r\\n\\t        this.id = null;\\r\\n\\t        this.params = params;\\r\\n\\t        this.body = body;\\r\\n\\t        this.generator = false;\\r\\n\\t        this.expression = expression;\\r\\n\\t        this.async = false;\\r\\n\\t    }\\r\\n\\t    return ArrowFunctionExpression;\\r\\n\\t}());\\r\\n\\texports.ArrowFunctionExpression = ArrowFunctionExpression;\\r\\n\\tvar AssignmentExpression = (function () {\\r\\n\\t    function AssignmentExpression(operator, left, right) {\\r\\n\\t        this.type = syntax_1.Syntax.AssignmentExpression;\\r\\n\\t        this.operator = operator;\\r\\n\\t        this.left = left;\\r\\n\\t        this.right = right;\\r\\n\\t    }\\r\\n\\t    return AssignmentExpression;\\r\\n\\t}());\\r\\n\\texports.AssignmentExpression = AssignmentExpression;\\r\\n\\tvar AssignmentPattern = (function () {\\r\\n\\t    function AssignmentPattern(left, right) {\\r\\n\\t        this.type = syntax_1.Syntax.AssignmentPattern;\\r\\n\\t        this.left = left;\\r\\n\\t        this.right = right;\\r\\n\\t    }\\r\\n\\t    return AssignmentPattern;\\r\\n\\t}());\\r\\n\\texports.AssignmentPattern = AssignmentPattern;\\r\\n\\tvar AsyncArrowFunctionExpression = (function () {\\r\\n\\t    function AsyncArrowFunctionExpression(params, body, expression) {\\r\\n\\t        this.type = syntax_1.Syntax.ArrowFunctionExpression;\\r\\n\\t        this.id = null;\\r\\n\\t        this.params = params;\\r\\n\\t        this.body = body;\\r\\n\\t        this.generator = false;\\r\\n\\t        this.expression = expression;\\r\\n\\t        this.async = true;\\r\\n\\t    }\\r\\n\\t    return AsyncArrowFunctionExpression;\\r\\n\\t}());\\r\\n\\texports.AsyncArrowFunctionExpression = AsyncArrowFunctionExpression;\\r\\n\\tvar AsyncFunctionDeclaration = (function () {\\r\\n\\t    function AsyncFunctionDeclaration(id, params, body) {\\r\\n\\t        this.type = syntax_1.Syntax.FunctionDeclaration;\\r\\n\\t        this.id = id;\\r\\n\\t        this.params = params;\\r\\n\\t        this.body = body;\\r\\n\\t        this.generator = false;\\r\\n\\t        this.expression = false;\\r\\n\\t        this.async = true;\\r\\n\\t    }\\r\\n\\t    return AsyncFunctionDeclaration;\\r\\n\\t}());\\r\\n\\texports.AsyncFunctionDeclaration = AsyncFunctionDeclaration;\\r\\n\\tvar AsyncFunctionExpression = (function () {\\r\\n\\t    function AsyncFunctionExpression(id, params, body) {\\r\\n\\t        this.type = syntax_1.Syntax.FunctionExpression;\\r\\n\\t        this.id = id;\\r\\n\\t        this.params = params;\\r\\n\\t        this.body = body;\\r\\n\\t        this.generator = false;\\r\\n\\t        this.expression = false;\\r\\n\\t        this.async = true;\\r\\n\\t    }\\r\\n\\t    return AsyncFunctionExpression;\\r\\n\\t}());\\r\\n\\texports.AsyncFunctionExpression = AsyncFunctionExpression;\\r\\n\\tvar AwaitExpression = (function () {\\r\\n\\t    function AwaitExpression(argument) {\\r\\n\\t        this.type = syntax_1.Syntax.AwaitExpression;\\r\\n\\t        this.argument = argument;\\r\\n\\t    }\\r\\n\\t    return AwaitExpression;\\r\\n\\t}());\\r\\n\\texports.AwaitExpression = AwaitExpression;\\r\\n\\tvar BinaryExpression = (function () {\\r\\n\\t    function BinaryExpression(operator, left, right) {\\r\\n\\t        var logical = (operator === '||' || operator === '&&');\\r\\n\\t        this.type = logical ? syntax_1.Syntax.LogicalExpression : syntax_1.Syntax.BinaryExpression;\\r\\n\\t        this.operator = operator;\\r\\n\\t        this.left = left;\\r\\n\\t        this.right = right;\\r\\n\\t    }\\r\\n\\t    return BinaryExpression;\\r\\n\\t}());\\r\\n\\texports.BinaryExpression = BinaryExpression;\\r\\n\\tvar BlockStatement = (function () {\\r\\n\\t    function BlockStatement(body) {\\r\\n\\t        this.type = syntax_1.Syntax.BlockStatement;\\r\\n\\t        this.body = body;\\r\\n\\t    }\\r\\n\\t    return BlockStatement;\\r\\n\\t}());\\r\\n\\texports.BlockStatement = BlockStatement;\\r\\n\\tvar BreakStatement = (function () {\\r\\n\\t    function BreakStatement(label) {\\r\\n\\t        this.type = syntax_1.Syntax.BreakStatement;\\r\\n\\t        this.label = label;\\r\\n\\t    }\\r\\n\\t    return BreakStatement;\\r\\n\\t}());\\r\\n\\texports.BreakStatement = BreakStatement;\\r\\n\\tvar CallExpression = (function () {\\r\\n\\t    function CallExpression(callee, args) {\\r\\n\\t        this.type = syntax_1.Syntax.CallExpression;\\r\\n\\t        this.callee = callee;\\r\\n\\t        this.arguments = args;\\r\\n\\t    }\\r\\n\\t    return CallExpression;\\r\\n\\t}());\\r\\n\\texports.CallExpression = CallExpression;\\r\\n\\tvar CatchClause = (function () {\\r\\n\\t    function CatchClause(param, body) {\\r\\n\\t        this.type = syntax_1.Syntax.CatchClause;\\r\\n\\t        this.param = param;\\r\\n\\t        this.body = body;\\r\\n\\t    }\\r\\n\\t    return CatchClause;\\r\\n\\t}());\\r\\n\\texports.CatchClause = CatchClause;\\r\\n\\tvar ClassBody = (function () {\\r\\n\\t    function ClassBody(body) {\\r\\n\\t        this.type = syntax_1.Syntax.ClassBody;\\r\\n\\t        this.body = body;\\r\\n\\t    }\\r\\n\\t    return ClassBody;\\r\\n\\t}());\\r\\n\\texports.ClassBody = ClassBody;\\r\\n\\tvar ClassDeclaration = (function () {\\r\\n\\t    function ClassDeclaration(id, superClass, body) {\\r\\n\\t        this.type = syntax_1.Syntax.ClassDeclaration;\\r\\n\\t        this.id = id;\\r\\n\\t        this.superClass = superClass;\\r\\n\\t        this.body = body;\\r\\n\\t    }\\r\\n\\t    return ClassDeclaration;\\r\\n\\t}());\\r\\n\\texports.ClassDeclaration = ClassDeclaration;\\r\\n\\tvar ClassExpression = (function () {\\r\\n\\t    function ClassExpression(id, superClass, body) {\\r\\n\\t        this.type = syntax_1.Syntax.ClassExpression;\\r\\n\\t        this.id = id;\\r\\n\\t        this.superClass = superClass;\\r\\n\\t        this.body = body;\\r\\n\\t    }\\r\\n\\t    return ClassExpression;\\r\\n\\t}());\\r\\n\\texports.ClassExpression = ClassExpression;\\r\\n\\tvar ComputedMemberExpression = (function () {\\r\\n\\t    function ComputedMemberExpression(object, property) {\\r\\n\\t        this.type = syntax_1.Syntax.MemberExpression;\\r\\n\\t        this.computed = true;\\r\\n\\t        this.object = object;\\r\\n\\t        this.property = property;\\r\\n\\t    }\\r\\n\\t    return ComputedMemberExpression;\\r\\n\\t}());\\r\\n\\texports.ComputedMemberExpression = ComputedMemberExpression;\\r\\n\\tvar ConditionalExpression = (function () {\\r\\n\\t    function ConditionalExpression(test, consequent, alternate) {\\r\\n\\t        this.type = syntax_1.Syntax.ConditionalExpression;\\r\\n\\t        this.test = test;\\r\\n\\t        this.consequent = consequent;\\r\\n\\t        this.alternate = alternate;\\r\\n\\t    }\\r\\n\\t    return ConditionalExpression;\\r\\n\\t}());\\r\\n\\texports.ConditionalExpression = ConditionalExpression;\\r\\n\\tvar ContinueStatement = (function () {\\r\\n\\t    function ContinueStatement(label) {\\r\\n\\t        this.type = syntax_1.Syntax.ContinueStatement;\\r\\n\\t        this.label = label;\\r\\n\\t    }\\r\\n\\t    return ContinueStatement;\\r\\n\\t}());\\r\\n\\texports.ContinueStatement = ContinueStatement;\\r\\n\\tvar DebuggerStatement = (function () {\\r\\n\\t    function DebuggerStatement() {\\r\\n\\t        this.type = syntax_1.Syntax.DebuggerStatement;\\r\\n\\t    }\\r\\n\\t    return DebuggerStatement;\\r\\n\\t}());\\r\\n\\texports.DebuggerStatement = DebuggerStatement;\\r\\n\\tvar Directive = (function () {\\r\\n\\t    function Directive(expression, directive) {\\r\\n\\t        this.type = syntax_1.Syntax.ExpressionStatement;\\r\\n\\t        this.expression = expression;\\r\\n\\t        this.directive = directive;\\r\\n\\t    }\\r\\n\\t    return Directive;\\r\\n\\t}());\\r\\n\\texports.Directive = Directive;\\r\\n\\tvar DoWhileStatement = (function () {\\r\\n\\t    function DoWhileStatement(body, test) {\\r\\n\\t        this.type = syntax_1.Syntax.DoWhileStatement;\\r\\n\\t        this.body = body;\\r\\n\\t        this.test = test;\\r\\n\\t    }\\r\\n\\t    return DoWhileStatement;\\r\\n\\t}());\\r\\n\\texports.DoWhileStatement = DoWhileStatement;\\r\\n\\tvar EmptyStatement = (function () {\\r\\n\\t    function EmptyStatement() {\\r\\n\\t        this.type = syntax_1.Syntax.EmptyStatement;\\r\\n\\t    }\\r\\n\\t    return EmptyStatement;\\r\\n\\t}());\\r\\n\\texports.EmptyStatement = EmptyStatement;\\r\\n\\tvar ExportAllDeclaration = (function () {\\r\\n\\t    function ExportAllDeclaration(source) {\\r\\n\\t        this.type = syntax_1.Syntax.ExportAllDeclaration;\\r\\n\\t        this.source = source;\\r\\n\\t    }\\r\\n\\t    return ExportAllDeclaration;\\r\\n\\t}());\\r\\n\\texports.ExportAllDeclaration = ExportAllDeclaration;\\r\\n\\tvar ExportDefaultDeclaration = (function () {\\r\\n\\t    function ExportDefaultDeclaration(declaration) {\\r\\n\\t        this.type = syntax_1.Syntax.ExportDefaultDeclaration;\\r\\n\\t        this.declaration = declaration;\\r\\n\\t    }\\r\\n\\t    return ExportDefaultDeclaration;\\r\\n\\t}());\\r\\n\\texports.ExportDefaultDeclaration = ExportDefaultDeclaration;\\r\\n\\tvar ExportNamedDeclaration = (function () {\\r\\n\\t    function ExportNamedDeclaration(declaration, specifiers, source) {\\r\\n\\t        this.type = syntax_1.Syntax.ExportNamedDeclaration;\\r\\n\\t        this.declaration = declaration;\\r\\n\\t        this.specifiers = specifiers;\\r\\n\\t        this.source = source;\\r\\n\\t    }\\r\\n\\t    return ExportNamedDeclaration;\\r\\n\\t}());\\r\\n\\texports.ExportNamedDeclaration = ExportNamedDeclaration;\\r\\n\\tvar ExportSpecifier = (function () {\\r\\n\\t    function ExportSpecifier(local, exported) {\\r\\n\\t        this.type = syntax_1.Syntax.ExportSpecifier;\\r\\n\\t        this.exported = exported;\\r\\n\\t        this.local = local;\\r\\n\\t    }\\r\\n\\t    return ExportSpecifier;\\r\\n\\t}());\\r\\n\\texports.ExportSpecifier = ExportSpecifier;\\r\\n\\tvar ExpressionStatement = (function () {\\r\\n\\t    function ExpressionStatement(expression) {\\r\\n\\t        this.type = syntax_1.Syntax.ExpressionStatement;\\r\\n\\t        this.expression = expression;\\r\\n\\t    }\\r\\n\\t    return ExpressionStatement;\\r\\n\\t}());\\r\\n\\texports.ExpressionStatement = ExpressionStatement;\\r\\n\\tvar ForInStatement = (function () {\\r\\n\\t    function ForInStatement(left, right, body) {\\r\\n\\t        this.type = syntax_1.Syntax.ForInStatement;\\r\\n\\t        this.left = left;\\r\\n\\t        this.right = right;\\r\\n\\t        this.body = body;\\r\\n\\t        this.each = false;\\r\\n\\t    }\\r\\n\\t    return ForInStatement;\\r\\n\\t}());\\r\\n\\texports.ForInStatement = ForInStatement;\\r\\n\\tvar ForOfStatement = (function () {\\r\\n\\t    function ForOfStatement(left, right, body) {\\r\\n\\t        this.type = syntax_1.Syntax.ForOfStatement;\\r\\n\\t        this.left = left;\\r\\n\\t        this.right = right;\\r\\n\\t        this.body = body;\\r\\n\\t    }\\r\\n\\t    return ForOfStatement;\\r\\n\\t}());\\r\\n\\texports.ForOfStatement = ForOfStatement;\\r\\n\\tvar ForStatement = (function () {\\r\\n\\t    function ForStatement(init, test, update, body) {\\r\\n\\t        this.type = syntax_1.Syntax.ForStatement;\\r\\n\\t        this.init = init;\\r\\n\\t        this.test = test;\\r\\n\\t        this.update = update;\\r\\n\\t        this.body = body;\\r\\n\\t    }\\r\\n\\t    return ForStatement;\\r\\n\\t}());\\r\\n\\texports.ForStatement = ForStatement;\\r\\n\\tvar FunctionDeclaration = (function () {\\r\\n\\t    function FunctionDeclaration(id, params, body, generator) {\\r\\n\\t        this.type = syntax_1.Syntax.FunctionDeclaration;\\r\\n\\t        this.id = id;\\r\\n\\t        this.params = params;\\r\\n\\t        this.body = body;\\r\\n\\t        this.generator = generator;\\r\\n\\t        this.expression = false;\\r\\n\\t        this.async = false;\\r\\n\\t    }\\r\\n\\t    return FunctionDeclaration;\\r\\n\\t}());\\r\\n\\texports.FunctionDeclaration = FunctionDeclaration;\\r\\n\\tvar FunctionExpression = (function () {\\r\\n\\t    function FunctionExpression(id, params, body, generator) {\\r\\n\\t        this.type = syntax_1.Syntax.FunctionExpression;\\r\\n\\t        this.id = id;\\r\\n\\t        this.params = params;\\r\\n\\t        this.body = body;\\r\\n\\t        this.generator = generator;\\r\\n\\t        this.expression = false;\\r\\n\\t        this.async = false;\\r\\n\\t    }\\r\\n\\t    return FunctionExpression;\\r\\n\\t}());\\r\\n\\texports.FunctionExpression = FunctionExpression;\\r\\n\\tvar Identifier = (function () {\\r\\n\\t    function Identifier(name) {\\r\\n\\t        this.type = syntax_1.Syntax.Identifier;\\r\\n\\t        this.name = name;\\r\\n\\t    }\\r\\n\\t    return Identifier;\\r\\n\\t}());\\r\\n\\texports.Identifier = Identifier;\\r\\n\\tvar IfStatement = (function () {\\r\\n\\t    function IfStatement(test, consequent, alternate) {\\r\\n\\t        this.type = syntax_1.Syntax.IfStatement;\\r\\n\\t        this.test = test;\\r\\n\\t        this.consequent = consequent;\\r\\n\\t        this.alternate = alternate;\\r\\n\\t    }\\r\\n\\t    return IfStatement;\\r\\n\\t}());\\r\\n\\texports.IfStatement = IfStatement;\\r\\n\\tvar ImportDeclaration = (function () {\\r\\n\\t    function ImportDeclaration(specifiers, source) {\\r\\n\\t        this.type = syntax_1.Syntax.ImportDeclaration;\\r\\n\\t        this.specifiers = specifiers;\\r\\n\\t        this.source = source;\\r\\n\\t    }\\r\\n\\t    return ImportDeclaration;\\r\\n\\t}());\\r\\n\\texports.ImportDeclaration = ImportDeclaration;\\r\\n\\tvar ImportDefaultSpecifier = (function () {\\r\\n\\t    function ImportDefaultSpecifier(local) {\\r\\n\\t        this.type = syntax_1.Syntax.ImportDefaultSpecifier;\\r\\n\\t        this.local = local;\\r\\n\\t    }\\r\\n\\t    return ImportDefaultSpecifier;\\r\\n\\t}());\\r\\n\\texports.ImportDefaultSpecifier = ImportDefaultSpecifier;\\r\\n\\tvar ImportNamespaceSpecifier = (function () {\\r\\n\\t    function ImportNamespaceSpecifier(local) {\\r\\n\\t        this.type = syntax_1.Syntax.ImportNamespaceSpecifier;\\r\\n\\t        this.local = local;\\r\\n\\t    }\\r\\n\\t    return ImportNamespaceSpecifier;\\r\\n\\t}());\\r\\n\\texports.ImportNamespaceSpecifier = ImportNamespaceSpecifier;\\r\\n\\tvar ImportSpecifier = (function () {\\r\\n\\t    function ImportSpecifier(local, imported) {\\r\\n\\t        this.type = syntax_1.Syntax.ImportSpecifier;\\r\\n\\t        this.local = local;\\r\\n\\t        this.imported = imported;\\r\\n\\t    }\\r\\n\\t    return ImportSpecifier;\\r\\n\\t}());\\r\\n\\texports.ImportSpecifier = ImportSpecifier;\\r\\n\\tvar LabeledStatement = (function () {\\r\\n\\t    function LabeledStatement(label, body) {\\r\\n\\t        this.type = syntax_1.Syntax.LabeledStatement;\\r\\n\\t        this.label = label;\\r\\n\\t        this.body = body;\\r\\n\\t    }\\r\\n\\t    return LabeledStatement;\\r\\n\\t}());\\r\\n\\texports.LabeledStatement = LabeledStatement;\\r\\n\\tvar Literal = (function () {\\r\\n\\t    function Literal(value, raw) {\\r\\n\\t        this.type = syntax_1.Syntax.Literal;\\r\\n\\t        this.value = value;\\r\\n\\t        this.raw = raw;\\r\\n\\t    }\\r\\n\\t    return Literal;\\r\\n\\t}());\\r\\n\\texports.Literal = Literal;\\r\\n\\tvar MetaProperty = (function () {\\r\\n\\t    function MetaProperty(meta, property) {\\r\\n\\t        this.type = syntax_1.Syntax.MetaProperty;\\r\\n\\t        this.meta = meta;\\r\\n\\t        this.property = property;\\r\\n\\t    }\\r\\n\\t    return MetaProperty;\\r\\n\\t}());\\r\\n\\texports.MetaProperty = MetaProperty;\\r\\n\\tvar MethodDefinition = (function () {\\r\\n\\t    function MethodDefinition(key, computed, value, kind, isStatic) {\\r\\n\\t        this.type = syntax_1.Syntax.MethodDefinition;\\r\\n\\t        this.key = key;\\r\\n\\t        this.computed = computed;\\r\\n\\t        this.value = value;\\r\\n\\t        this.kind = kind;\\r\\n\\t        this.static = isStatic;\\r\\n\\t    }\\r\\n\\t    return MethodDefinition;\\r\\n\\t}());\\r\\n\\texports.MethodDefinition = MethodDefinition;\\r\\n\\tvar Module = (function () {\\r\\n\\t    function Module(body) {\\r\\n\\t        this.type = syntax_1.Syntax.Program;\\r\\n\\t        this.body = body;\\r\\n\\t        this.sourceType = 'module';\\r\\n\\t    }\\r\\n\\t    return Module;\\r\\n\\t}());\\r\\n\\texports.Module = Module;\\r\\n\\tvar NewExpression = (function () {\\r\\n\\t    function NewExpression(callee, args) {\\r\\n\\t        this.type = syntax_1.Syntax.NewExpression;\\r\\n\\t        this.callee = callee;\\r\\n\\t        this.arguments = args;\\r\\n\\t    }\\r\\n\\t    return NewExpression;\\r\\n\\t}());\\r\\n\\texports.NewExpression = NewExpression;\\r\\n\\tvar ObjectExpression = (function () {\\r\\n\\t    function ObjectExpression(properties) {\\r\\n\\t        this.type = syntax_1.Syntax.ObjectExpression;\\r\\n\\t        this.properties = properties;\\r\\n\\t    }\\r\\n\\t    return ObjectExpression;\\r\\n\\t}());\\r\\n\\texports.ObjectExpression = ObjectExpression;\\r\\n\\tvar ObjectPattern = (function () {\\r\\n\\t    function ObjectPattern(properties) {\\r\\n\\t        this.type = syntax_1.Syntax.ObjectPattern;\\r\\n\\t        this.properties = properties;\\r\\n\\t    }\\r\\n\\t    return ObjectPattern;\\r\\n\\t}());\\r\\n\\texports.ObjectPattern = ObjectPattern;\\r\\n\\tvar Property = (function () {\\r\\n\\t    function Property(kind, key, computed, value, method, shorthand) {\\r\\n\\t        this.type = syntax_1.Syntax.Property;\\r\\n\\t        this.key = key;\\r\\n\\t        this.computed = computed;\\r\\n\\t        this.value = value;\\r\\n\\t        this.kind = kind;\\r\\n\\t        this.method = method;\\r\\n\\t        this.shorthand = shorthand;\\r\\n\\t    }\\r\\n\\t    return Property;\\r\\n\\t}());\\r\\n\\texports.Property = Property;\\r\\n\\tvar RegexLiteral = (function () {\\r\\n\\t    function RegexLiteral(value, raw, pattern, flags) {\\r\\n\\t        this.type = syntax_1.Syntax.Literal;\\r\\n\\t        this.value = value;\\r\\n\\t        this.raw = raw;\\r\\n\\t        this.regex = { pattern: pattern, flags: flags };\\r\\n\\t    }\\r\\n\\t    return RegexLiteral;\\r\\n\\t}());\\r\\n\\texports.RegexLiteral = RegexLiteral;\\r\\n\\tvar RestElement = (function () {\\r\\n\\t    function RestElement(argument) {\\r\\n\\t        this.type = syntax_1.Syntax.RestElement;\\r\\n\\t        this.argument = argument;\\r\\n\\t    }\\r\\n\\t    return RestElement;\\r\\n\\t}());\\r\\n\\texports.RestElement = RestElement;\\r\\n\\tvar ReturnStatement = (function () {\\r\\n\\t    function ReturnStatement(argument) {\\r\\n\\t        this.type = syntax_1.Syntax.ReturnStatement;\\r\\n\\t        this.argument = argument;\\r\\n\\t    }\\r\\n\\t    return ReturnStatement;\\r\\n\\t}());\\r\\n\\texports.ReturnStatement = ReturnStatement;\\r\\n\\tvar Script = (function () {\\r\\n\\t    function Script(body) {\\r\\n\\t        this.type = syntax_1.Syntax.Program;\\r\\n\\t        this.body = body;\\r\\n\\t        this.sourceType = 'script';\\r\\n\\t    }\\r\\n\\t    return Script;\\r\\n\\t}());\\r\\n\\texports.Script = Script;\\r\\n\\tvar SequenceExpression = (function () {\\r\\n\\t    function SequenceExpression(expressions) {\\r\\n\\t        this.type = syntax_1.Syntax.SequenceExpression;\\r\\n\\t        this.expressions = expressions;\\r\\n\\t    }\\r\\n\\t    return SequenceExpression;\\r\\n\\t}());\\r\\n\\texports.SequenceExpression = SequenceExpression;\\r\\n\\tvar SpreadElement = (function () {\\r\\n\\t    function SpreadElement(argument) {\\r\\n\\t        this.type = syntax_1.Syntax.SpreadElement;\\r\\n\\t        this.argument = argument;\\r\\n\\t    }\\r\\n\\t    return SpreadElement;\\r\\n\\t}());\\r\\n\\texports.SpreadElement = SpreadElement;\\r\\n\\tvar StaticMemberExpression = (function () {\\r\\n\\t    function StaticMemberExpression(object, property) {\\r\\n\\t        this.type = syntax_1.Syntax.MemberExpression;\\r\\n\\t        this.computed = false;\\r\\n\\t        this.object = object;\\r\\n\\t        this.property = property;\\r\\n\\t    }\\r\\n\\t    return StaticMemberExpression;\\r\\n\\t}());\\r\\n\\texports.StaticMemberExpression = StaticMemberExpression;\\r\\n\\tvar Super = (function () {\\r\\n\\t    function Super() {\\r\\n\\t        this.type = syntax_1.Syntax.Super;\\r\\n\\t    }\\r\\n\\t    return Super;\\r\\n\\t}());\\r\\n\\texports.Super = Super;\\r\\n\\tvar SwitchCase = (function () {\\r\\n\\t    function SwitchCase(test, consequent) {\\r\\n\\t        this.type = syntax_1.Syntax.SwitchCase;\\r\\n\\t        this.test = test;\\r\\n\\t        this.consequent = consequent;\\r\\n\\t    }\\r\\n\\t    return SwitchCase;\\r\\n\\t}());\\r\\n\\texports.SwitchCase = SwitchCase;\\r\\n\\tvar SwitchStatement = (function () {\\r\\n\\t    function SwitchStatement(discriminant, cases) {\\r\\n\\t        this.type = syntax_1.Syntax.SwitchStatement;\\r\\n\\t        this.discriminant = discriminant;\\r\\n\\t        this.cases = cases;\\r\\n\\t    }\\r\\n\\t    return SwitchStatement;\\r\\n\\t}());\\r\\n\\texports.SwitchStatement = SwitchStatement;\\r\\n\\tvar TaggedTemplateExpression = (function () {\\r\\n\\t    function TaggedTemplateExpression(tag, quasi) {\\r\\n\\t        this.type = syntax_1.Syntax.TaggedTemplateExpression;\\r\\n\\t        this.tag = tag;\\r\\n\\t        this.quasi = quasi;\\r\\n\\t    }\\r\\n\\t    return TaggedTemplateExpression;\\r\\n\\t}());\\r\\n\\texports.TaggedTemplateExpression = TaggedTemplateExpression;\\r\\n\\tvar TemplateElement = (function () {\\r\\n\\t    function TemplateElement(value, tail) {\\r\\n\\t        this.type = syntax_1.Syntax.TemplateElement;\\r\\n\\t        this.value = value;\\r\\n\\t        this.tail = tail;\\r\\n\\t    }\\r\\n\\t    return TemplateElement;\\r\\n\\t}());\\r\\n\\texports.TemplateElement = TemplateElement;\\r\\n\\tvar TemplateLiteral = (function () {\\r\\n\\t    function TemplateLiteral(quasis, expressions) {\\r\\n\\t        this.type = syntax_1.Syntax.TemplateLiteral;\\r\\n\\t        this.quasis = quasis;\\r\\n\\t        this.expressions = expressions;\\r\\n\\t    }\\r\\n\\t    return TemplateLiteral;\\r\\n\\t}());\\r\\n\\texports.TemplateLiteral = TemplateLiteral;\\r\\n\\tvar ThisExpression = (function () {\\r\\n\\t    function ThisExpression() {\\r\\n\\t        this.type = syntax_1.Syntax.ThisExpression;\\r\\n\\t    }\\r\\n\\t    return ThisExpression;\\r\\n\\t}());\\r\\n\\texports.ThisExpression = ThisExpression;\\r\\n\\tvar ThrowStatement = (function () {\\r\\n\\t    function ThrowStatement(argument) {\\r\\n\\t        this.type = syntax_1.Syntax.ThrowStatement;\\r\\n\\t        this.argument = argument;\\r\\n\\t    }\\r\\n\\t    return ThrowStatement;\\r\\n\\t}());\\r\\n\\texports.ThrowStatement = ThrowStatement;\\r\\n\\tvar TryStatement = (function () {\\r\\n\\t    function TryStatement(block, handler, finalizer) {\\r\\n\\t        this.type = syntax_1.Syntax.TryStatement;\\r\\n\\t        this.block = block;\\r\\n\\t        this.handler = handler;\\r\\n\\t        this.finalizer = finalizer;\\r\\n\\t    }\\r\\n\\t    return TryStatement;\\r\\n\\t}());\\r\\n\\texports.TryStatement = TryStatement;\\r\\n\\tvar UnaryExpression = (function () {\\r\\n\\t    function UnaryExpression(operator, argument) {\\r\\n\\t        this.type = syntax_1.Syntax.UnaryExpression;\\r\\n\\t        this.operator = operator;\\r\\n\\t        this.argument = argument;\\r\\n\\t        this.prefix = true;\\r\\n\\t    }\\r\\n\\t    return UnaryExpression;\\r\\n\\t}());\\r\\n\\texports.UnaryExpression = UnaryExpression;\\r\\n\\tvar UpdateExpression = (function () {\\r\\n\\t    function UpdateExpression(operator, argument, prefix) {\\r\\n\\t        this.type = syntax_1.Syntax.UpdateExpression;\\r\\n\\t        this.operator = operator;\\r\\n\\t        this.argument = argument;\\r\\n\\t        this.prefix = prefix;\\r\\n\\t    }\\r\\n\\t    return UpdateExpression;\\r\\n\\t}());\\r\\n\\texports.UpdateExpression = UpdateExpression;\\r\\n\\tvar VariableDeclaration = (function () {\\r\\n\\t    function VariableDeclaration(declarations, kind) {\\r\\n\\t        this.type = syntax_1.Syntax.VariableDeclaration;\\r\\n\\t        this.declarations = declarations;\\r\\n\\t        this.kind = kind;\\r\\n\\t    }\\r\\n\\t    return VariableDeclaration;\\r\\n\\t}());\\r\\n\\texports.VariableDeclaration = VariableDeclaration;\\r\\n\\tvar VariableDeclarator = (function () {\\r\\n\\t    function VariableDeclarator(id, init) {\\r\\n\\t        this.type = syntax_1.Syntax.VariableDeclarator;\\r\\n\\t        this.id = id;\\r\\n\\t        this.init = init;\\r\\n\\t    }\\r\\n\\t    return VariableDeclarator;\\r\\n\\t}());\\r\\n\\texports.VariableDeclarator = VariableDeclarator;\\r\\n\\tvar WhileStatement = (function () {\\r\\n\\t    function WhileStatement(test, body) {\\r\\n\\t        this.type = syntax_1.Syntax.WhileStatement;\\r\\n\\t        this.test = test;\\r\\n\\t        this.body = body;\\r\\n\\t    }\\r\\n\\t    return WhileStatement;\\r\\n\\t}());\\r\\n\\texports.WhileStatement = WhileStatement;\\r\\n\\tvar WithStatement = (function () {\\r\\n\\t    function WithStatement(object, body) {\\r\\n\\t        this.type = syntax_1.Syntax.WithStatement;\\r\\n\\t        this.object = object;\\r\\n\\t        this.body = body;\\r\\n\\t    }\\r\\n\\t    return WithStatement;\\r\\n\\t}());\\r\\n\\texports.WithStatement = WithStatement;\\r\\n\\tvar YieldExpression = (function () {\\r\\n\\t    function YieldExpression(argument, delegate) {\\r\\n\\t        this.type = syntax_1.Syntax.YieldExpression;\\r\\n\\t        this.argument = argument;\\r\\n\\t        this.delegate = delegate;\\r\\n\\t    }\\r\\n\\t    return YieldExpression;\\r\\n\\t}());\\r\\n\\texports.YieldExpression = YieldExpression;\\r\\n\\n\\n/***/ },\\n/* 8 */\\n/***/ function(module, exports, __webpack_require__) {\\n\\n\\t\\\"use strict\\\";\\r\\n\\tObject.defineProperty(exports, \\\"__esModule\\\", { value: true });\\r\\n\\tvar assert_1 = __webpack_require__(9);\\r\\n\\tvar error_handler_1 = __webpack_require__(10);\\r\\n\\tvar messages_1 = __webpack_require__(11);\\r\\n\\tvar Node = __webpack_require__(7);\\r\\n\\tvar scanner_1 = __webpack_require__(12);\\r\\n\\tvar syntax_1 = __webpack_require__(2);\\r\\n\\tvar token_1 = __webpack_require__(13);\\r\\n\\tvar ArrowParameterPlaceHolder = 'ArrowParameterPlaceHolder';\\r\\n\\tvar Parser = (function () {\\r\\n\\t    function Parser(code, options, delegate) {\\r\\n\\t        if (options === void 0) { options = {}; }\\r\\n\\t        this.config = {\\r\\n\\t            range: (typeof options.range === 'boolean') && options.range,\\r\\n\\t            loc: (typeof options.loc === 'boolean') && options.loc,\\r\\n\\t            source: null,\\r\\n\\t            tokens: (typeof options.tokens === 'boolean') && options.tokens,\\r\\n\\t            comment: (typeof options.comment === 'boolean') && options.comment,\\r\\n\\t            tolerant: (typeof options.tolerant === 'boolean') && options.tolerant\\r\\n\\t        };\\r\\n\\t        if (this.config.loc && options.source && options.source !== null) {\\r\\n\\t            this.config.source = String(options.source);\\r\\n\\t        }\\r\\n\\t        this.delegate = delegate;\\r\\n\\t        this.errorHandler = new error_handler_1.ErrorHandler();\\r\\n\\t        this.errorHandler.tolerant = this.config.tolerant;\\r\\n\\t        this.scanner = new scanner_1.Scanner(code, this.errorHandler);\\r\\n\\t        this.scanner.trackComment = this.config.comment;\\r\\n\\t        this.operatorPrecedence = {\\r\\n\\t            ')': 0,\\r\\n\\t            ';': 0,\\r\\n\\t            ',': 0,\\r\\n\\t            '=': 0,\\r\\n\\t            ']': 0,\\r\\n\\t            '||': 1,\\r\\n\\t            '&&': 2,\\r\\n\\t            '|': 3,\\r\\n\\t            '^': 4,\\r\\n\\t            '&': 5,\\r\\n\\t            '==': 6,\\r\\n\\t            '!=': 6,\\r\\n\\t            '===': 6,\\r\\n\\t            '!==': 6,\\r\\n\\t            '<': 7,\\r\\n\\t            '>': 7,\\r\\n\\t            '<=': 7,\\r\\n\\t            '>=': 7,\\r\\n\\t            '<<': 8,\\r\\n\\t            '>>': 8,\\r\\n\\t            '>>>': 8,\\r\\n\\t            '+': 9,\\r\\n\\t            '-': 9,\\r\\n\\t            '*': 11,\\r\\n\\t            '/': 11,\\r\\n\\t            '%': 11\\r\\n\\t        };\\r\\n\\t        this.lookahead = {\\r\\n\\t            type: 2 /* EOF */,\\r\\n\\t            value: '',\\r\\n\\t            lineNumber: this.scanner.lineNumber,\\r\\n\\t            lineStart: 0,\\r\\n\\t            start: 0,\\r\\n\\t            end: 0\\r\\n\\t        };\\r\\n\\t        this.hasLineTerminator = false;\\r\\n\\t        this.context = {\\r\\n\\t            isModule: false,\\r\\n\\t            await: false,\\r\\n\\t            allowIn: true,\\r\\n\\t            allowStrictDirective: true,\\r\\n\\t            allowYield: true,\\r\\n\\t            firstCoverInitializedNameError: null,\\r\\n\\t            isAssignmentTarget: false,\\r\\n\\t            isBindingElement: false,\\r\\n\\t            inFunctionBody: false,\\r\\n\\t            inIteration: false,\\r\\n\\t            inSwitch: false,\\r\\n\\t            labelSet: {},\\r\\n\\t            strict: false\\r\\n\\t        };\\r\\n\\t        this.tokens = [];\\r\\n\\t        this.startMarker = {\\r\\n\\t            index: 0,\\r\\n\\t            line: this.scanner.lineNumber,\\r\\n\\t            column: 0\\r\\n\\t        };\\r\\n\\t        this.lastMarker = {\\r\\n\\t            index: 0,\\r\\n\\t            line: this.scanner.lineNumber,\\r\\n\\t            column: 0\\r\\n\\t        };\\r\\n\\t        this.nextToken();\\r\\n\\t        this.lastMarker = {\\r\\n\\t            index: this.scanner.index,\\r\\n\\t            line: this.scanner.lineNumber,\\r\\n\\t            column: this.scanner.index - this.scanner.lineStart\\r\\n\\t        };\\r\\n\\t    }\\r\\n\\t    Parser.prototype.throwError = function (messageFormat) {\\r\\n\\t        var values = [];\\r\\n\\t        for (var _i = 1; _i < arguments.length; _i++) {\\r\\n\\t            values[_i - 1] = arguments[_i];\\r\\n\\t        }\\r\\n\\t        var args = Array.prototype.slice.call(arguments, 1);\\r\\n\\t        var msg = messageFormat.replace(/%(\\\\d)/g, function (whole, idx) {\\r\\n\\t            assert_1.assert(idx < args.length, 'Message reference must be in range');\\r\\n\\t            return args[idx];\\r\\n\\t        });\\r\\n\\t        var index = this.lastMarker.index;\\r\\n\\t        var line = this.lastMarker.line;\\r\\n\\t        var column = this.lastMarker.column + 1;\\r\\n\\t        throw this.errorHandler.createError(index, line, column, msg);\\r\\n\\t    };\\r\\n\\t    Parser.prototype.tolerateError = function (messageFormat) {\\r\\n\\t        var values = [];\\r\\n\\t        for (var _i = 1; _i < arguments.length; _i++) {\\r\\n\\t            values[_i - 1] = arguments[_i];\\r\\n\\t        }\\r\\n\\t        var args = Array.prototype.slice.call(arguments, 1);\\r\\n\\t        var msg = messageFormat.replace(/%(\\\\d)/g, function (whole, idx) {\\r\\n\\t            assert_1.assert(idx < args.length, 'Message reference must be in range');\\r\\n\\t            return args[idx];\\r\\n\\t        });\\r\\n\\t        var index = this.lastMarker.index;\\r\\n\\t        var line = this.scanner.lineNumber;\\r\\n\\t        var column = this.lastMarker.column + 1;\\r\\n\\t        this.errorHandler.tolerateError(index, line, column, msg);\\r\\n\\t    };\\r\\n\\t    // Throw an exception because of the token.\\r\\n\\t    Parser.prototype.unexpectedTokenError = function (token, message) {\\r\\n\\t        var msg = message || messages_1.Messages.UnexpectedToken;\\r\\n\\t        var value;\\r\\n\\t        if (token) {\\r\\n\\t            if (!message) {\\r\\n\\t                msg = (token.type === 2 /* EOF */) ? messages_1.Messages.UnexpectedEOS :\\r\\n\\t                    (token.type === 3 /* Identifier */) ? messages_1.Messages.UnexpectedIdentifier :\\r\\n\\t                        (token.type === 6 /* NumericLiteral */) ? messages_1.Messages.UnexpectedNumber :\\r\\n\\t                            (token.type === 8 /* StringLiteral */) ? messages_1.Messages.UnexpectedString :\\r\\n\\t                                (token.type === 10 /* Template */) ? messages_1.Messages.UnexpectedTemplate :\\r\\n\\t                                    messages_1.Messages.UnexpectedToken;\\r\\n\\t                if (token.type === 4 /* Keyword */) {\\r\\n\\t                    if (this.scanner.isFutureReservedWord(token.value)) {\\r\\n\\t                        msg = messages_1.Messages.UnexpectedReserved;\\r\\n\\t                    }\\r\\n\\t                    else if (this.context.strict && this.scanner.isStrictModeReservedWord(token.value)) {\\r\\n\\t                        msg = messages_1.Messages.StrictReservedWord;\\r\\n\\t                    }\\r\\n\\t                }\\r\\n\\t            }\\r\\n\\t            value = token.value;\\r\\n\\t        }\\r\\n\\t        else {\\r\\n\\t            value = 'ILLEGAL';\\r\\n\\t        }\\r\\n\\t        msg = msg.replace('%0', value);\\r\\n\\t        if (token && typeof token.lineNumber === 'number') {\\r\\n\\t            var index = token.start;\\r\\n\\t            var line = token.lineNumber;\\r\\n\\t            var lastMarkerLineStart = this.lastMarker.index - this.lastMarker.column;\\r\\n\\t            var column = token.start - lastMarkerLineStart + 1;\\r\\n\\t            return this.errorHandler.createError(index, line, column, msg);\\r\\n\\t        }\\r\\n\\t        else {\\r\\n\\t            var index = this.lastMarker.index;\\r\\n\\t            var line = this.lastMarker.line;\\r\\n\\t            var column = this.lastMarker.column + 1;\\r\\n\\t            return this.errorHandler.createError(index, line, column, msg);\\r\\n\\t        }\\r\\n\\t    };\\r\\n\\t    Parser.prototype.throwUnexpectedToken = function (token, message) {\\r\\n\\t        throw this.unexpectedTokenError(token, message);\\r\\n\\t    };\\r\\n\\t    Parser.prototype.tolerateUnexpectedToken = function (token, message) {\\r\\n\\t        this.errorHandler.tolerate(this.unexpectedTokenError(token, message));\\r\\n\\t    };\\r\\n\\t    Parser.prototype.collectComments = function () {\\r\\n\\t        if (!this.config.comment) {\\r\\n\\t            this.scanner.scanComments();\\r\\n\\t        }\\r\\n\\t        else {\\r\\n\\t            var comments = this.scanner.scanComments();\\r\\n\\t            if (comments.length > 0 && this.delegate) {\\r\\n\\t                for (var i = 0; i < comments.length; ++i) {\\r\\n\\t                    var e = comments[i];\\r\\n\\t                    var node = void 0;\\r\\n\\t                    node = {\\r\\n\\t                        type: e.multiLine ? 'BlockComment' : 'LineComment',\\r\\n\\t                        value: this.scanner.source.slice(e.slice[0], e.slice[1])\\r\\n\\t                    };\\r\\n\\t                    if (this.config.range) {\\r\\n\\t                        node.range = e.range;\\r\\n\\t                    }\\r\\n\\t                    if (this.config.loc) {\\r\\n\\t                        node.loc = e.loc;\\r\\n\\t                    }\\r\\n\\t                    var metadata = {\\r\\n\\t                        start: {\\r\\n\\t                            line: e.loc.start.line,\\r\\n\\t                            column: e.loc.start.column,\\r\\n\\t                            offset: e.range[0]\\r\\n\\t                        },\\r\\n\\t                        end: {\\r\\n\\t                            line: e.loc.end.line,\\r\\n\\t                            column: e.loc.end.column,\\r\\n\\t                            offset: e.range[1]\\r\\n\\t                        }\\r\\n\\t                    };\\r\\n\\t                    this.delegate(node, metadata);\\r\\n\\t                }\\r\\n\\t            }\\r\\n\\t        }\\r\\n\\t    };\\r\\n\\t    // From internal representation to an external structure\\r\\n\\t    Parser.prototype.getTokenRaw = function (token) {\\r\\n\\t        return this.scanner.source.slice(token.start, token.end);\\r\\n\\t    };\\r\\n\\t    Parser.prototype.convertToken = function (token) {\\r\\n\\t        var t = {\\r\\n\\t            type: token_1.TokenName[token.type],\\r\\n\\t            value: this.getTokenRaw(token)\\r\\n\\t        };\\r\\n\\t        if (this.config.range) {\\r\\n\\t            t.range = [token.start, token.end];\\r\\n\\t        }\\r\\n\\t        if (this.config.loc) {\\r\\n\\t            t.loc = {\\r\\n\\t                start: {\\r\\n\\t                    line: this.startMarker.line,\\r\\n\\t                    column: this.startMarker.column\\r\\n\\t                },\\r\\n\\t                end: {\\r\\n\\t                    line: this.scanner.lineNumber,\\r\\n\\t                    column: this.scanner.index - this.scanner.lineStart\\r\\n\\t                }\\r\\n\\t            };\\r\\n\\t        }\\r\\n\\t        if (token.type === 9 /* RegularExpression */) {\\r\\n\\t            var pattern = token.pattern;\\r\\n\\t            var flags = token.flags;\\r\\n\\t            t.regex = { pattern: pattern, flags: flags };\\r\\n\\t        }\\r\\n\\t        return t;\\r\\n\\t    };\\r\\n\\t    Parser.prototype.nextToken = function () {\\r\\n\\t        var token = this.lookahead;\\r\\n\\t        this.lastMarker.index = this.scanner.index;\\r\\n\\t        this.lastMarker.line = this.scanner.lineNumber;\\r\\n\\t        this.lastMarker.column = this.scanner.index - this.scanner.lineStart;\\r\\n\\t        this.collectComments();\\r\\n\\t        if (this.scanner.index !== this.startMarker.index) {\\r\\n\\t            this.startMarker.index = this.scanner.index;\\r\\n\\t            this.startMarker.line = this.scanner.lineNumber;\\r\\n\\t            this.startMarker.column = this.scanner.index - this.scanner.lineStart;\\r\\n\\t        }\\r\\n\\t        var next = this.scanner.lex();\\r\\n\\t        this.hasLineTerminator = (token.lineNumber !== next.lineNumber);\\r\\n\\t        if (next && this.context.strict && next.type === 3 /* Identifier */) {\\r\\n\\t            if (this.scanner.isStrictModeReservedWord(next.value)) {\\r\\n\\t                next.type = 4 /* Keyword */;\\r\\n\\t            }\\r\\n\\t        }\\r\\n\\t        this.lookahead = next;\\r\\n\\t        if (this.config.tokens && next.type !== 2 /* EOF */) {\\r\\n\\t            this.tokens.push(this.convertToken(next));\\r\\n\\t        }\\r\\n\\t        return token;\\r\\n\\t    };\\r\\n\\t    Parser.prototype.nextRegexToken = function () {\\r\\n\\t        this.collectComments();\\r\\n\\t        var token = this.scanner.scanRegExp();\\r\\n\\t        if (this.config.tokens) {\\r\\n\\t            // Pop the previous token, '/' or '/='\\r\\n\\t            // This is added from the lookahead token.\\r\\n\\t            this.tokens.pop();\\r\\n\\t            this.tokens.push(this.convertToken(token));\\r\\n\\t        }\\r\\n\\t        // Prime the next lookahead.\\r\\n\\t        this.lookahead = token;\\r\\n\\t        this.nextToken();\\r\\n\\t        return token;\\r\\n\\t    };\\r\\n\\t    Parser.prototype.createNode = function () {\\r\\n\\t        return {\\r\\n\\t            index: this.startMarker.index,\\r\\n\\t            line: this.startMarker.line,\\r\\n\\t            column: this.startMarker.column\\r\\n\\t        };\\r\\n\\t    };\\r\\n\\t    Parser.prototype.startNode = function (token) {\\r\\n\\t        return {\\r\\n\\t            index: token.start,\\r\\n\\t            line: token.lineNumber,\\r\\n\\t            column: token.start - token.lineStart\\r\\n\\t        };\\r\\n\\t    };\\r\\n\\t    Parser.prototype.finalize = function (marker, node) {\\r\\n\\t        if (this.config.range) {\\r\\n\\t            node.range = [marker.index, this.lastMarker.index];\\r\\n\\t        }\\r\\n\\t        if (this.config.loc) {\\r\\n\\t            node.loc = {\\r\\n\\t                start: {\\r\\n\\t                    line: marker.line,\\r\\n\\t                    column: marker.column,\\r\\n\\t                },\\r\\n\\t                end: {\\r\\n\\t                    line: this.lastMarker.line,\\r\\n\\t                    column: this.lastMarker.column\\r\\n\\t                }\\r\\n\\t            };\\r\\n\\t            if (this.config.source) {\\r\\n\\t                node.loc.source = this.config.source;\\r\\n\\t            }\\r\\n\\t        }\\r\\n\\t        if (this.delegate) {\\r\\n\\t            var metadata = {\\r\\n\\t                start: {\\r\\n\\t                    line: marker.line,\\r\\n\\t                    column: marker.column,\\r\\n\\t                    offset: marker.index\\r\\n\\t                },\\r\\n\\t                end: {\\r\\n\\t                    line: this.lastMarker.line,\\r\\n\\t                    column: this.lastMarker.column,\\r\\n\\t                    offset: this.lastMarker.index\\r\\n\\t                }\\r\\n\\t            };\\r\\n\\t            this.delegate(node, metadata);\\r\\n\\t        }\\r\\n\\t        return node;\\r\\n\\t    };\\r\\n\\t    // Expect the next token to match the specified punctuator.\\r\\n\\t    // If not, an exception will be thrown.\\r\\n\\t    Parser.prototype.expect = function (value) {\\r\\n\\t        var token = this.nextToken();\\r\\n\\t        if (token.type !== 7 /* Punctuator */ || token.value !== value) {\\r\\n\\t            this.throwUnexpectedToken(token);\\r\\n\\t        }\\r\\n\\t    };\\r\\n\\t    // Quietly expect a comma when in tolerant mode, otherwise delegates to expect().\\r\\n\\t    Parser.prototype.expectCommaSeparator = function () {\\r\\n\\t        if (this.config.tolerant) {\\r\\n\\t            var token = this.lookahead;\\r\\n\\t            if (token.type === 7 /* Punctuator */ && token.value === ',') {\\r\\n\\t                this.nextToken();\\r\\n\\t            }\\r\\n\\t            else if (token.type === 7 /* Punctuator */ && token.value === ';') {\\r\\n\\t                this.nextToken();\\r\\n\\t                this.tolerateUnexpectedToken(token);\\r\\n\\t            }\\r\\n\\t            else {\\r\\n\\t                this.tolerateUnexpectedToken(token, messages_1.Messages.UnexpectedToken);\\r\\n\\t            }\\r\\n\\t        }\\r\\n\\t        else {\\r\\n\\t            this.expect(',');\\r\\n\\t        }\\r\\n\\t    };\\r\\n\\t    // Expect the next token to match the specified keyword.\\r\\n\\t    // If not, an exception will be thrown.\\r\\n\\t    Parser.prototype.expectKeyword = function (keyword) {\\r\\n\\t        var token = this.nextToken();\\r\\n\\t        if (token.type !== 4 /* Keyword */ || token.value !== keyword) {\\r\\n\\t            this.throwUnexpectedToken(token);\\r\\n\\t        }\\r\\n\\t    };\\r\\n\\t    // Return true if the next token matches the specified punctuator.\\r\\n\\t    Parser.prototype.match = function (value) {\\r\\n\\t        return this.lookahead.type === 7 /* Punctuator */ && this.lookahead.value === value;\\r\\n\\t    };\\r\\n\\t    // Return true if the next token matches the specified keyword\\r\\n\\t    Parser.prototype.matchKeyword = function (keyword) {\\r\\n\\t        return this.lookahead.type === 4 /* Keyword */ && this.lookahead.value === keyword;\\r\\n\\t    };\\r\\n\\t    // Return true if the next token matches the specified contextual keyword\\r\\n\\t    // (where an identifier is sometimes a keyword depending on the context)\\r\\n\\t    Parser.prototype.matchContextualKeyword = function (keyword) {\\r\\n\\t        return this.lookahead.type === 3 /* Identifier */ && this.lookahead.value === keyword;\\r\\n\\t    };\\r\\n\\t    // Return true if the next token is an assignment operator\\r\\n\\t    Parser.prototype.matchAssign = function () {\\r\\n\\t        if (this.lookahead.type !== 7 /* Punctuator */) {\\r\\n\\t            return false;\\r\\n\\t        }\\r\\n\\t        var op = this.lookahead.value;\\r\\n\\t        return op === '=' ||\\r\\n\\t            op === '*=' ||\\r\\n\\t            op === '**=' ||\\r\\n\\t            op === '/=' ||\\r\\n\\t            op === '%=' ||\\r\\n\\t            op === '+=' ||\\r\\n\\t            op === '-=' ||\\r\\n\\t            op === '<<=' ||\\r\\n\\t            op === '>>=' ||\\r\\n\\t            op === '>>>=' ||\\r\\n\\t            op === '&=' ||\\r\\n\\t            op === '^=' ||\\r\\n\\t            op === '|=';\\r\\n\\t    };\\r\\n\\t    // Cover grammar support.\\r\\n\\t    //\\r\\n\\t    // When an assignment expression position starts with an left parenthesis, the determination of the type\\r\\n\\t    // of the syntax is to be deferred arbitrarily long until the end of the parentheses pair (plus a lookahead)\\r\\n\\t    // or the first comma. This situation also defers the determination of all the expressions nested in the pair.\\r\\n\\t    //\\r\\n\\t    // There are three productions that can be parsed in a parentheses pair that needs to be determined\\r\\n\\t    // after the outermost pair is closed. They are:\\r\\n\\t    //\\r\\n\\t    //   1. AssignmentExpression\\r\\n\\t    //   2. BindingElements\\r\\n\\t    //   3. AssignmentTargets\\r\\n\\t    //\\r\\n\\t    // In order to avoid exponential backtracking, we use two flags to denote if the production can be\\r\\n\\t    // binding element or assignment target.\\r\\n\\t    //\\r\\n\\t    // The three productions have the relationship:\\r\\n\\t    //\\r\\n\\t    //   BindingElements ⊆ AssignmentTargets ⊆ AssignmentExpression\\r\\n\\t    //\\r\\n\\t    // with a single exception that CoverInitializedName when used directly in an Expression, generates\\r\\n\\t    // an early error. Therefore, we need the third state, firstCoverInitializedNameError, to track the\\r\\n\\t    // first usage of CoverInitializedName and report it when we reached the end of the parentheses pair.\\r\\n\\t    //\\r\\n\\t    // isolateCoverGrammar function runs the given parser function with a new cover grammar context, and it does not\\r\\n\\t    // effect the current flags. This means the production the parser parses is only used as an expression. Therefore\\r\\n\\t    // the CoverInitializedName check is conducted.\\r\\n\\t    //\\r\\n\\t    // inheritCoverGrammar function runs the given parse function with a new cover grammar context, and it propagates\\r\\n\\t    // the flags outside of the parser. This means the production the parser parses is used as a part of a potential\\r\\n\\t    // pattern. The CoverInitializedName check is deferred.\\r\\n\\t    Parser.prototype.isolateCoverGrammar = function (parseFunction) {\\r\\n\\t        var previousIsBindingElement = this.context.isBindingElement;\\r\\n\\t        var previousIsAssignmentTarget = this.context.isAssignmentTarget;\\r\\n\\t        var previousFirstCoverInitializedNameError = this.context.firstCoverInitializedNameError;\\r\\n\\t        this.context.isBindingElement = true;\\r\\n\\t        this.context.isAssignmentTarget = true;\\r\\n\\t        this.context.firstCoverInitializedNameError = null;\\r\\n\\t        var result = parseFunction.call(this);\\r\\n\\t        if (this.context.firstCoverInitializedNameError !== null) {\\r\\n\\t            this.throwUnexpectedToken(this.context.firstCoverInitializedNameError);\\r\\n\\t        }\\r\\n\\t        this.context.isBindingElement = previousIsBindingElement;\\r\\n\\t        this.context.isAssignmentTarget = previousIsAssignmentTarget;\\r\\n\\t        this.context.firstCoverInitializedNameError = previousFirstCoverInitializedNameError;\\r\\n\\t        return result;\\r\\n\\t    };\\r\\n\\t    Parser.prototype.inheritCoverGrammar = function (parseFunction) {\\r\\n\\t        var previousIsBindingElement = this.context.isBindingElement;\\r\\n\\t        var previousIsAssignmentTarget = this.context.isAssignmentTarget;\\r\\n\\t        var previousFirstCoverInitializedNameError = this.context.firstCoverInitializedNameError;\\r\\n\\t        this.context.isBindingElement = true;\\r\\n\\t        this.context.isAssignmentTarget = true;\\r\\n\\t        this.context.firstCoverInitializedNameError = null;\\r\\n\\t        var result = parseFunction.call(this);\\r\\n\\t        this.context.isBindingElement = this.context.isBindingElement && previousIsBindingElement;\\r\\n\\t        this.context.isAssignmentTarget = this.context.isAssignmentTarget && previousIsAssignmentTarget;\\r\\n\\t        this.context.firstCoverInitializedNameError = previousFirstCoverInitializedNameError || this.context.firstCoverInitializedNameError;\\r\\n\\t        return result;\\r\\n\\t    };\\r\\n\\t    Parser.prototype.consumeSemicolon = function () {\\r\\n\\t        if (this.match(';')) {\\r\\n\\t            this.nextToken();\\r\\n\\t        }\\r\\n\\t        else if (!this.hasLineTerminator) {\\r\\n\\t            if (this.lookahead.type !== 2 /* EOF */ && !this.match('}')) {\\r\\n\\t                this.throwUnexpectedToken(this.lookahead);\\r\\n\\t            }\\r\\n\\t            this.lastMarker.index = this.startMarker.index;\\r\\n\\t            this.lastMarker.line = this.startMarker.line;\\r\\n\\t            this.lastMarker.column = this.startMarker.column;\\r\\n\\t        }\\r\\n\\t    };\\r\\n\\t    // https://tc39.github.io/ecma262/#sec-primary-expression\\r\\n\\t    Parser.prototype.parsePrimaryExpression = function () {\\r\\n\\t        var node = this.createNode();\\r\\n\\t        var expr;\\r\\n\\t        var token, raw;\\r\\n\\t        switch (this.lookahead.type) {\\r\\n\\t            case 3 /* Identifier */:\\r\\n\\t                if ((this.context.isModule || this.context.await) && this.lookahead.value === 'await') {\\r\\n\\t                    this.tolerateUnexpectedToken(this.lookahead);\\r\\n\\t                }\\r\\n\\t                expr = this.matchAsyncFunction() ? this.parseFunctionExpression() : this.finalize(node, new Node.Identifier(this.nextToken().value));\\r\\n\\t                break;\\r\\n\\t            case 6 /* NumericLiteral */:\\r\\n\\t            case 8 /* StringLiteral */:\\r\\n\\t                if (this.context.strict && this.lookahead.octal) {\\r\\n\\t                    this.tolerateUnexpectedToken(this.lookahead, messages_1.Messages.StrictOctalLiteral);\\r\\n\\t                }\\r\\n\\t                this.context.isAssignmentTarget = false;\\r\\n\\t                this.context.isBindingElement = false;\\r\\n\\t                token = this.nextToken();\\r\\n\\t                raw = this.getTokenRaw(token);\\r\\n\\t                expr = this.finalize(node, new Node.Literal(token.value, raw));\\r\\n\\t                break;\\r\\n\\t            case 1 /* BooleanLiteral */:\\r\\n\\t                this.context.isAssignmentTarget = false;\\r\\n\\t                this.context.isBindingElement = false;\\r\\n\\t                token = this.nextToken();\\r\\n\\t                raw = this.getTokenRaw(token);\\r\\n\\t                expr = this.finalize(node, new Node.Literal(token.value === 'true', raw));\\r\\n\\t                break;\\r\\n\\t            case 5 /* NullLiteral */:\\r\\n\\t                this.context.isAssignmentTarget = false;\\r\\n\\t                this.context.isBindingElement = false;\\r\\n\\t                token = this.nextToken();\\r\\n\\t                raw = this.getTokenRaw(token);\\r\\n\\t                expr = this.finalize(node, new Node.Literal(null, raw));\\r\\n\\t                break;\\r\\n\\t            case 10 /* Template */:\\r\\n\\t                expr = this.parseTemplateLiteral();\\r\\n\\t                break;\\r\\n\\t            case 7 /* Punctuator */:\\r\\n\\t                switch (this.lookahead.value) {\\r\\n\\t                    case '(':\\r\\n\\t                        this.context.isBindingElement = false;\\r\\n\\t                        expr = this.inheritCoverGrammar(this.parseGroupExpression);\\r\\n\\t                        break;\\r\\n\\t                    case '[':\\r\\n\\t                        expr = this.inheritCoverGrammar(this.parseArrayInitializer);\\r\\n\\t                        break;\\r\\n\\t                    case '{':\\r\\n\\t                        expr = this.inheritCoverGrammar(this.parseObjectInitializer);\\r\\n\\t                        break;\\r\\n\\t                    case '/':\\r\\n\\t                    case '/=':\\r\\n\\t                        this.context.isAssignmentTarget = false;\\r\\n\\t                        this.context.isBindingElement = false;\\r\\n\\t                        this.scanner.index = this.startMarker.index;\\r\\n\\t                        token = this.nextRegexToken();\\r\\n\\t                        raw = this.getTokenRaw(token);\\r\\n\\t                        expr = this.finalize(node, new Node.RegexLiteral(token.regex, raw, token.pattern, token.flags));\\r\\n\\t                        break;\\r\\n\\t                    default:\\r\\n\\t                        expr = this.throwUnexpectedToken(this.nextToken());\\r\\n\\t                }\\r\\n\\t                break;\\r\\n\\t            case 4 /* Keyword */:\\r\\n\\t                if (!this.context.strict && this.context.allowYield && this.matchKeyword('yield')) {\\r\\n\\t                    expr = this.parseIdentifierName();\\r\\n\\t                }\\r\\n\\t                else if (!this.context.strict && this.matchKeyword('let')) {\\r\\n\\t                    expr = this.finalize(node, new Node.Identifier(this.nextToken().value));\\r\\n\\t                }\\r\\n\\t                else {\\r\\n\\t                    this.context.isAssignmentTarget = false;\\r\\n\\t                    this.context.isBindingElement = false;\\r\\n\\t                    if (this.matchKeyword('function')) {\\r\\n\\t                        expr = this.parseFunctionExpression();\\r\\n\\t                    }\\r\\n\\t                    else if (this.matchKeyword('this')) {\\r\\n\\t                        this.nextToken();\\r\\n\\t                        expr = this.finalize(node, new Node.ThisExpression());\\r\\n\\t                    }\\r\\n\\t                    else if (this.matchKeyword('class')) {\\r\\n\\t                        expr = this.parseClassExpression();\\r\\n\\t                    }\\r\\n\\t                    else {\\r\\n\\t                        expr = this.throwUnexpectedToken(this.nextToken());\\r\\n\\t                    }\\r\\n\\t                }\\r\\n\\t                break;\\r\\n\\t            default:\\r\\n\\t                expr = this.throwUnexpectedToken(this.nextToken());\\r\\n\\t        }\\r\\n\\t        return expr;\\r\\n\\t    };\\r\\n\\t    // https://tc39.github.io/ecma262/#sec-array-initializer\\r\\n\\t    Parser.prototype.parseSpreadElement = function () {\\r\\n\\t        var node = this.createNode();\\r\\n\\t        this.expect('...');\\r\\n\\t        var arg = this.inheritCoverGrammar(this.parseAssignmentExpression);\\r\\n\\t        return this.finalize(node, new Node.SpreadElement(arg));\\r\\n\\t    };\\r\\n\\t    Parser.prototype.parseArrayInitializer = function () {\\r\\n\\t        var node = this.createNode();\\r\\n\\t        var elements = [];\\r\\n\\t        this.expect('[');\\r\\n\\t        while (!this.match(']')) {\\r\\n\\t            if (this.match(',')) {\\r\\n\\t                this.nextToken();\\r\\n\\t                elements.push(null);\\r\\n\\t            }\\r\\n\\t            else if (this.match('...')) {\\r\\n\\t                var element = this.parseSpreadElement();\\r\\n\\t                if (!this.match(']')) {\\r\\n\\t                    this.context.isAssignmentTarget = false;\\r\\n\\t                    this.context.isBindingElement = false;\\r\\n\\t                    this.expect(',');\\r\\n\\t                }\\r\\n\\t                elements.push(element);\\r\\n\\t            }\\r\\n\\t            else {\\r\\n\\t                elements.push(this.inheritCoverGrammar(this.parseAssignmentExpression));\\r\\n\\t                if (!this.match(']')) {\\r\\n\\t                    this.expect(',');\\r\\n\\t                }\\r\\n\\t            }\\r\\n\\t        }\\r\\n\\t        this.expect(']');\\r\\n\\t        return this.finalize(node, new Node.ArrayExpression(elements));\\r\\n\\t    };\\r\\n\\t    // https://tc39.github.io/ecma262/#sec-object-initializer\\r\\n\\t    Parser.prototype.parsePropertyMethod = function (params) {\\r\\n\\t        this.context.isAssignmentTarget = false;\\r\\n\\t        this.context.isBindingElement = false;\\r\\n\\t        var previousStrict = this.context.strict;\\r\\n\\t        var previousAllowStrictDirective = this.context.allowStrictDirective;\\r\\n\\t        this.context.allowStrictDirective = params.simple;\\r\\n\\t        var body = this.isolateCoverGrammar(this.parseFunctionSourceElements);\\r\\n\\t        if (this.context.strict && params.firstRestricted) {\\r\\n\\t            this.tolerateUnexpectedToken(params.firstRestricted, params.message);\\r\\n\\t        }\\r\\n\\t        if (this.context.strict && params.stricted) {\\r\\n\\t            this.tolerateUnexpectedToken(params.stricted, params.message);\\r\\n\\t        }\\r\\n\\t        this.context.strict = previousStrict;\\r\\n\\t        this.context.allowStrictDirective = previousAllowStrictDirective;\\r\\n\\t        return body;\\r\\n\\t    };\\r\\n\\t    Parser.prototype.parsePropertyMethodFunction = function () {\\r\\n\\t        var isGenerator = false;\\r\\n\\t        var node = this.createNode();\\r\\n\\t        var previousAllowYield = this.context.allowYield;\\r\\n\\t        this.context.allowYield = false;\\r\\n\\t        var params = this.parseFormalParameters();\\r\\n\\t        var method = this.parsePropertyMethod(params);\\r\\n\\t        this.context.allowYield = previousAllowYield;\\r\\n\\t        return this.finalize(node, new Node.FunctionExpression(null, params.params, method, isGenerator));\\r\\n\\t    };\\r\\n\\t    Parser.prototype.parsePropertyMethodAsyncFunction = function () {\\r\\n\\t        var node = this.createNode();\\r\\n\\t        var previousAllowYield = this.context.allowYield;\\r\\n\\t        var previousAwait = this.context.await;\\r\\n\\t        this.context.allowYield = false;\\r\\n\\t        this.context.await = true;\\r\\n\\t        var params = this.parseFormalParameters();\\r\\n\\t        var method = this.parsePropertyMethod(params);\\r\\n\\t        this.context.allowYield = previousAllowYield;\\r\\n\\t        this.context.await = previousAwait;\\r\\n\\t        return this.finalize(node, new Node.AsyncFunctionExpression(null, params.params, method));\\r\\n\\t    };\\r\\n\\t    Parser.prototype.parseObjectPropertyKey = function () {\\r\\n\\t        var node = this.createNode();\\r\\n\\t        var token = this.nextToken();\\r\\n\\t        var key;\\r\\n\\t        switch (token.type) {\\r\\n\\t            case 8 /* StringLiteral */:\\r\\n\\t            case 6 /* NumericLiteral */:\\r\\n\\t                if (this.context.strict && token.octal) {\\r\\n\\t                    this.tolerateUnexpectedToken(token, messages_1.Messages.StrictOctalLiteral);\\r\\n\\t                }\\r\\n\\t                var raw = this.getTokenRaw(token);\\r\\n\\t                key = this.finalize(node, new Node.Literal(token.value, raw));\\r\\n\\t                break;\\r\\n\\t            case 3 /* Identifier */:\\r\\n\\t            case 1 /* BooleanLiteral */:\\r\\n\\t            case 5 /* NullLiteral */:\\r\\n\\t            case 4 /* Keyword */:\\r\\n\\t                key = this.finalize(node, new Node.Identifier(token.value));\\r\\n\\t                break;\\r\\n\\t            case 7 /* Punctuator */:\\r\\n\\t                if (token.value === '[') {\\r\\n\\t                    key = this.isolateCoverGrammar(this.parseAssignmentExpression);\\r\\n\\t                    this.expect(']');\\r\\n\\t                }\\r\\n\\t                else {\\r\\n\\t                    key = this.throwUnexpectedToken(token);\\r\\n\\t                }\\r\\n\\t                break;\\r\\n\\t            default:\\r\\n\\t                key = this.throwUnexpectedToken(token);\\r\\n\\t        }\\r\\n\\t        return key;\\r\\n\\t    };\\r\\n\\t    Parser.prototype.isPropertyKey = function (key, value) {\\r\\n\\t        return (key.type === syntax_1.Syntax.Identifier && key.name === value) ||\\r\\n\\t            (key.type === syntax_1.Syntax.Literal && key.value === value);\\r\\n\\t    };\\r\\n\\t    Parser.prototype.parseObjectProperty = function (hasProto) {\\r\\n\\t        var node = this.createNode();\\r\\n\\t        var token = this.lookahead;\\r\\n\\t        var kind;\\r\\n\\t        var key = null;\\r\\n\\t        var value = null;\\r\\n\\t        var computed = false;\\r\\n\\t        var method = false;\\r\\n\\t        var shorthand = false;\\r\\n\\t        var isAsync = false;\\r\\n\\t        if (token.type === 3 /* Identifier */) {\\r\\n\\t            var id = token.value;\\r\\n\\t            this.nextToken();\\r\\n\\t            computed = this.match('[');\\r\\n\\t            isAsync = !this.hasLineTerminator && (id === 'async') &&\\r\\n\\t                !this.match(':') && !this.match('(') && !this.match('*');\\r\\n\\t            key = isAsync ? this.parseObjectPropertyKey() : this.finalize(node, new Node.Identifier(id));\\r\\n\\t        }\\r\\n\\t        else if (this.match('*')) {\\r\\n\\t            this.nextToken();\\r\\n\\t        }\\r\\n\\t        else {\\r\\n\\t            computed = this.match('[');\\r\\n\\t            key = this.parseObjectPropertyKey();\\r\\n\\t        }\\r\\n\\t        var lookaheadPropertyKey = this.qualifiedPropertyName(this.lookahead);\\r\\n\\t        if (token.type === 3 /* Identifier */ && !isAsync && token.value === 'get' && lookaheadPropertyKey) {\\r\\n\\t            kind = 'get';\\r\\n\\t            computed = this.match('[');\\r\\n\\t            key = this.parseObjectPropertyKey();\\r\\n\\t            this.context.allowYield = false;\\r\\n\\t            value = this.parseGetterMethod();\\r\\n\\t        }\\r\\n\\t        else if (token.type === 3 /* Identifier */ && !isAsync && token.value === 'set' && lookaheadPropertyKey) {\\r\\n\\t            kind = 'set';\\r\\n\\t            computed = this.match('[');\\r\\n\\t            key = this.parseObjectPropertyKey();\\r\\n\\t            value = this.parseSetterMethod();\\r\\n\\t        }\\r\\n\\t        else if (token.type === 7 /* Punctuator */ && token.value === '*' && lookaheadPropertyKey) {\\r\\n\\t            kind = 'init';\\r\\n\\t            computed = this.match('[');\\r\\n\\t            key = this.parseObjectPropertyKey();\\r\\n\\t            value = this.parseGeneratorMethod();\\r\\n\\t            method = true;\\r\\n\\t        }\\r\\n\\t        else {\\r\\n\\t            if (!key) {\\r\\n\\t                this.throwUnexpectedToken(this.lookahead);\\r\\n\\t            }\\r\\n\\t            kind = 'init';\\r\\n\\t            if (this.match(':') && !isAsync) {\\r\\n\\t                if (!computed && this.isPropertyKey(key, '__proto__')) {\\r\\n\\t                    if (hasProto.value) {\\r\\n\\t                        this.tolerateError(messages_1.Messages.DuplicateProtoProperty);\\r\\n\\t                    }\\r\\n\\t                    hasProto.value = true;\\r\\n\\t                }\\r\\n\\t                this.nextToken();\\r\\n\\t                value = this.inheritCoverGrammar(this.parseAssignmentExpression);\\r\\n\\t            }\\r\\n\\t            else if (this.match('(')) {\\r\\n\\t                value = isAsync ? this.parsePropertyMethodAsyncFunction() : this.parsePropertyMethodFunction();\\r\\n\\t                method = true;\\r\\n\\t            }\\r\\n\\t            else if (token.type === 3 /* Identifier */) {\\r\\n\\t                var id = this.finalize(node, new Node.Identifier(token.value));\\r\\n\\t                if (this.match('=')) {\\r\\n\\t                    this.context.firstCoverInitializedNameError = this.lookahead;\\r\\n\\t                    this.nextToken();\\r\\n\\t                    shorthand = true;\\r\\n\\t                    var init = this.isolateCoverGrammar(this.parseAssignmentExpression);\\r\\n\\t                    value = this.finalize(node, new Node.AssignmentPattern(id, init));\\r\\n\\t                }\\r\\n\\t                else {\\r\\n\\t                    shorthand = true;\\r\\n\\t                    value = id;\\r\\n\\t                }\\r\\n\\t            }\\r\\n\\t            else {\\r\\n\\t                this.throwUnexpectedToken(this.nextToken());\\r\\n\\t            }\\r\\n\\t        }\\r\\n\\t        return this.finalize(node, new Node.Property(kind, key, computed, value, method, shorthand));\\r\\n\\t    };\\r\\n\\t    Parser.prototype.parseObjectInitializer = function () {\\r\\n\\t        var node = this.createNode();\\r\\n\\t        this.expect('{');\\r\\n\\t        var properties = [];\\r\\n\\t        var hasProto = { value: false };\\r\\n\\t        while (!this.match('}')) {\\r\\n\\t            properties.push(this.parseObjectProperty(hasProto));\\r\\n\\t            if (!this.match('}')) {\\r\\n\\t                this.expectCommaSeparator();\\r\\n\\t            }\\r\\n\\t        }\\r\\n\\t        this.expect('}');\\r\\n\\t        return this.finalize(node, new Node.ObjectExpression(properties));\\r\\n\\t    };\\r\\n\\t    // https://tc39.github.io/ecma262/#sec-template-literals\\r\\n\\t    Parser.prototype.parseTemplateHead = function () {\\r\\n\\t        assert_1.assert(this.lookahead.head, 'Template literal must start with a template head');\\r\\n\\t        var node = this.createNode();\\r\\n\\t        var token = this.nextToken();\\r\\n\\t        var raw = token.value;\\r\\n\\t        var cooked = token.cooked;\\r\\n\\t        return this.finalize(node, new Node.TemplateElement({ raw: raw, cooked: cooked }, token.tail));\\r\\n\\t    };\\r\\n\\t    Parser.prototype.parseTemplateElement = function () {\\r\\n\\t        if (this.lookahead.type !== 10 /* Template */) {\\r\\n\\t            this.throwUnexpectedToken();\\r\\n\\t        }\\r\\n\\t        var node = this.createNode();\\r\\n\\t        var token = this.nextToken();\\r\\n\\t        var raw = token.value;\\r\\n\\t        var cooked = token.cooked;\\r\\n\\t        return this.finalize(node, new Node.TemplateElement({ raw: raw, cooked: cooked }, token.tail));\\r\\n\\t    };\\r\\n\\t    Parser.prototype.parseTemplateLiteral = function () {\\r\\n\\t        var node = this.createNode();\\r\\n\\t        var expressions = [];\\r\\n\\t        var quasis = [];\\r\\n\\t        var quasi = this.parseTemplateHead();\\r\\n\\t        quasis.push(quasi);\\r\\n\\t        while (!quasi.tail) {\\r\\n\\t            expressions.push(this.parseExpression());\\r\\n\\t            quasi = this.parseTemplateElement();\\r\\n\\t            quasis.push(quasi);\\r\\n\\t        }\\r\\n\\t        return this.finalize(node, new Node.TemplateLiteral(quasis, expressions));\\r\\n\\t    };\\r\\n\\t    // https://tc39.github.io/ecma262/#sec-grouping-operator\\r\\n\\t    Parser.prototype.reinterpretExpressionAsPattern = function (expr) {\\r\\n\\t        switch (expr.type) {\\r\\n\\t            case syntax_1.Syntax.Identifier:\\r\\n\\t            case syntax_1.Syntax.MemberExpression:\\r\\n\\t            case syntax_1.Syntax.RestElement:\\r\\n\\t            case syntax_1.Syntax.AssignmentPattern:\\r\\n\\t                break;\\r\\n\\t            case syntax_1.Syntax.SpreadElement:\\r\\n\\t                expr.type = syntax_1.Syntax.RestElement;\\r\\n\\t                this.reinterpretExpressionAsPattern(expr.argument);\\r\\n\\t                break;\\r\\n\\t            case syntax_1.Syntax.ArrayExpression:\\r\\n\\t                expr.type = syntax_1.Syntax.ArrayPattern;\\r\\n\\t                for (var i = 0; i < expr.elements.length; i++) {\\r\\n\\t                    if (expr.elements[i] !== null) {\\r\\n\\t                        this.reinterpretExpressionAsPattern(expr.elements[i]);\\r\\n\\t                    }\\r\\n\\t                }\\r\\n\\t                break;\\r\\n\\t            case syntax_1.Syntax.ObjectExpression:\\r\\n\\t                expr.type = syntax_1.Syntax.ObjectPattern;\\r\\n\\t                for (var i = 0; i < expr.properties.length; i++) {\\r\\n\\t                    this.reinterpretExpressionAsPattern(expr.properties[i].value);\\r\\n\\t                }\\r\\n\\t                break;\\r\\n\\t            case syntax_1.Syntax.AssignmentExpression:\\r\\n\\t                expr.type = syntax_1.Syntax.AssignmentPattern;\\r\\n\\t                delete expr.operator;\\r\\n\\t                this.reinterpretExpressionAsPattern(expr.left);\\r\\n\\t                break;\\r\\n\\t            default:\\r\\n\\t                // Allow other node type for tolerant parsing.\\r\\n\\t                break;\\r\\n\\t        }\\r\\n\\t    };\\r\\n\\t    Parser.prototype.parseGroupExpression = function () {\\r\\n\\t        var expr;\\r\\n\\t        this.expect('(');\\r\\n\\t        if (this.match(')')) {\\r\\n\\t            this.nextToken();\\r\\n\\t            if (!this.match('=>')) {\\r\\n\\t                this.expect('=>');\\r\\n\\t            }\\r\\n\\t            expr = {\\r\\n\\t                type: ArrowParameterPlaceHolder,\\r\\n\\t                params: [],\\r\\n\\t                async: false\\r\\n\\t            };\\r\\n\\t        }\\r\\n\\t        else {\\r\\n\\t            var startToken = this.lookahead;\\r\\n\\t            var params = [];\\r\\n\\t            if (this.match('...')) {\\r\\n\\t                expr = this.parseRestElement(params);\\r\\n\\t                this.expect(')');\\r\\n\\t                if (!this.match('=>')) {\\r\\n\\t                    this.expect('=>');\\r\\n\\t                }\\r\\n\\t                expr = {\\r\\n\\t                    type: ArrowParameterPlaceHolder,\\r\\n\\t                    params: [expr],\\r\\n\\t                    async: false\\r\\n\\t                };\\r\\n\\t            }\\r\\n\\t            else {\\r\\n\\t                var arrow = false;\\r\\n\\t                this.context.isBindingElement = true;\\r\\n\\t                expr = this.inheritCoverGrammar(this.parseAssignmentExpression);\\r\\n\\t                if (this.match(',')) {\\r\\n\\t                    var expressions = [];\\r\\n\\t                    this.context.isAssignmentTarget = false;\\r\\n\\t                    expressions.push(expr);\\r\\n\\t                    while (this.lookahead.type !== 2 /* EOF */) {\\r\\n\\t                        if (!this.match(',')) {\\r\\n\\t                            break;\\r\\n\\t                        }\\r\\n\\t                        this.nextToken();\\r\\n\\t                        if (this.match(')')) {\\r\\n\\t                            this.nextToken();\\r\\n\\t                            for (var i = 0; i < expressions.length; i++) {\\r\\n\\t                                this.reinterpretExpressionAsPattern(expressions[i]);\\r\\n\\t                            }\\r\\n\\t                            arrow = true;\\r\\n\\t                            expr = {\\r\\n\\t                                type: ArrowParameterPlaceHolder,\\r\\n\\t                                params: expressions,\\r\\n\\t                                async: false\\r\\n\\t                            };\\r\\n\\t                        }\\r\\n\\t                        else if (this.match('...')) {\\r\\n\\t                            if (!this.context.isBindingElement) {\\r\\n\\t                                this.throwUnexpectedToken(this.lookahead);\\r\\n\\t                            }\\r\\n\\t                            expressions.push(this.parseRestElement(params));\\r\\n\\t                            this.expect(')');\\r\\n\\t                            if (!this.match('=>')) {\\r\\n\\t                                this.expect('=>');\\r\\n\\t                            }\\r\\n\\t                            this.context.isBindingElement = false;\\r\\n\\t                            for (var i = 0; i < expressions.length; i++) {\\r\\n\\t                                this.reinterpretExpressionAsPattern(expressions[i]);\\r\\n\\t                            }\\r\\n\\t                            arrow = true;\\r\\n\\t                            expr = {\\r\\n\\t                                type: ArrowParameterPlaceHolder,\\r\\n\\t                                params: expressions,\\r\\n\\t                                async: false\\r\\n\\t                            };\\r\\n\\t                        }\\r\\n\\t                        else {\\r\\n\\t                            expressions.push(this.inheritCoverGrammar(this.parseAssignmentExpression));\\r\\n\\t                        }\\r\\n\\t                        if (arrow) {\\r\\n\\t                            break;\\r\\n\\t                        }\\r\\n\\t                    }\\r\\n\\t                    if (!arrow) {\\r\\n\\t                        expr = this.finalize(this.startNode(startToken), new Node.SequenceExpression(expressions));\\r\\n\\t                    }\\r\\n\\t                }\\r\\n\\t                if (!arrow) {\\r\\n\\t                    this.expect(')');\\r\\n\\t                    if (this.match('=>')) {\\r\\n\\t                        if (expr.type === syntax_1.Syntax.Identifier && expr.name === 'yield') {\\r\\n\\t                            arrow = true;\\r\\n\\t                            expr = {\\r\\n\\t                                type: ArrowParameterPlaceHolder,\\r\\n\\t                                params: [expr],\\r\\n\\t                                async: false\\r\\n\\t                            };\\r\\n\\t                        }\\r\\n\\t                        if (!arrow) {\\r\\n\\t                            if (!this.context.isBindingElement) {\\r\\n\\t                                this.throwUnexpectedToken(this.lookahead);\\r\\n\\t                            }\\r\\n\\t                            if (expr.type === syntax_1.Syntax.SequenceExpression) {\\r\\n\\t                                for (var i = 0; i < expr.expressions.length; i++) {\\r\\n\\t                                    this.reinterpretExpressionAsPattern(expr.expressions[i]);\\r\\n\\t                                }\\r\\n\\t                            }\\r\\n\\t                            else {\\r\\n\\t                                this.reinterpretExpressionAsPattern(expr);\\r\\n\\t                            }\\r\\n\\t                            var parameters = (expr.type === syntax_1.Syntax.SequenceExpression ? expr.expressions : [expr]);\\r\\n\\t                            expr = {\\r\\n\\t                                type: ArrowParameterPlaceHolder,\\r\\n\\t                                params: parameters,\\r\\n\\t                                async: false\\r\\n\\t                            };\\r\\n\\t                        }\\r\\n\\t                    }\\r\\n\\t                    this.context.isBindingElement = false;\\r\\n\\t                }\\r\\n\\t            }\\r\\n\\t        }\\r\\n\\t        return expr;\\r\\n\\t    };\\r\\n\\t    // https://tc39.github.io/ecma262/#sec-left-hand-side-expressions\\r\\n\\t    Parser.prototype.parseArguments = function () {\\r\\n\\t        this.expect('(');\\r\\n\\t        var args = [];\\r\\n\\t        if (!this.match(')')) {\\r\\n\\t            while (true) {\\r\\n\\t                var expr = this.match('...') ? this.parseSpreadElement() :\\r\\n\\t                    this.isolateCoverGrammar(this.parseAssignmentExpression);\\r\\n\\t                args.push(expr);\\r\\n\\t                if (this.match(')')) {\\r\\n\\t                    break;\\r\\n\\t                }\\r\\n\\t                this.expectCommaSeparator();\\r\\n\\t                if (this.match(')')) {\\r\\n\\t                    break;\\r\\n\\t                }\\r\\n\\t            }\\r\\n\\t        }\\r\\n\\t        this.expect(')');\\r\\n\\t        return args;\\r\\n\\t    };\\r\\n\\t    Parser.prototype.isIdentifierName = function (token) {\\r\\n\\t        return token.type === 3 /* Identifier */ ||\\r\\n\\t            token.type === 4 /* Keyword */ ||\\r\\n\\t            token.type === 1 /* BooleanLiteral */ ||\\r\\n\\t            token.type === 5 /* NullLiteral */;\\r\\n\\t    };\\r\\n\\t    Parser.prototype.parseIdentifierName = function () {\\r\\n\\t        var node = this.createNode();\\r\\n\\t        var token = this.nextToken();\\r\\n\\t        if (!this.isIdentifierName(token)) {\\r\\n\\t            this.throwUnexpectedToken(token);\\r\\n\\t        }\\r\\n\\t        return this.finalize(node, new Node.Identifier(token.value));\\r\\n\\t    };\\r\\n\\t    Parser.prototype.parseNewExpression = function () {\\r\\n\\t        var node = this.createNode();\\r\\n\\t        var id = this.parseIdentifierName();\\r\\n\\t        assert_1.assert(id.name === 'new', 'New expression must start with `new`');\\r\\n\\t        var expr;\\r\\n\\t        if (this.match('.')) {\\r\\n\\t            this.nextToken();\\r\\n\\t            if (this.lookahead.type === 3 /* Identifier */ && this.context.inFunctionBody && this.lookahead.value === 'target') {\\r\\n\\t                var property = this.parseIdentifierName();\\r\\n\\t                expr = new Node.MetaProperty(id, property);\\r\\n\\t            }\\r\\n\\t            else {\\r\\n\\t                this.throwUnexpectedToken(this.lookahead);\\r\\n\\t            }\\r\\n\\t        }\\r\\n\\t        else {\\r\\n\\t            var callee = this.isolateCoverGrammar(this.parseLeftHandSideExpression);\\r\\n\\t            var args = this.match('(') ? this.parseArguments() : [];\\r\\n\\t            expr = new Node.NewExpression(callee, args);\\r\\n\\t            this.context.isAssignmentTarget = false;\\r\\n\\t            this.context.isBindingElement = false;\\r\\n\\t        }\\r\\n\\t        return this.finalize(node, expr);\\r\\n\\t    };\\r\\n\\t    Parser.prototype.parseAsyncArgument = function () {\\r\\n\\t        var arg = this.parseAssignmentExpression();\\r\\n\\t        this.context.firstCoverInitializedNameError = null;\\r\\n\\t        return arg;\\r\\n\\t    };\\r\\n\\t    Parser.prototype.parseAsyncArguments = function () {\\r\\n\\t        this.expect('(');\\r\\n\\t        var args = [];\\r\\n\\t        if (!this.match(')')) {\\r\\n\\t            while (true) {\\r\\n\\t                var expr = this.match('...') ? this.parseSpreadElement() :\\r\\n\\t                    this.isolateCoverGrammar(this.parseAsyncArgument);\\r\\n\\t                args.push(expr);\\r\\n\\t                if (this.match(')')) {\\r\\n\\t                    break;\\r\\n\\t                }\\r\\n\\t                this.expectCommaSeparator();\\r\\n\\t                if (this.match(')')) {\\r\\n\\t                    break;\\r\\n\\t                }\\r\\n\\t            }\\r\\n\\t        }\\r\\n\\t        this.expect(')');\\r\\n\\t        return args;\\r\\n\\t    };\\r\\n\\t    Parser.prototype.parseLeftHandSideExpressionAllowCall = function () {\\r\\n\\t        var startToken = this.lookahead;\\r\\n\\t        var maybeAsync = this.matchContextualKeyword('async');\\r\\n\\t        var previousAllowIn = this.context.allowIn;\\r\\n\\t        this.context.allowIn = true;\\r\\n\\t        var expr;\\r\\n\\t        if (this.matchKeyword('super') && this.context.inFunctionBody) {\\r\\n\\t            expr = this.createNode();\\r\\n\\t            this.nextToken();\\r\\n\\t            expr = this.finalize(expr, new Node.Super());\\r\\n\\t            if (!this.match('(') && !this.match('.') && !this.match('[')) {\\r\\n\\t                this.throwUnexpectedToken(this.lookahead);\\r\\n\\t            }\\r\\n\\t        }\\r\\n\\t        else {\\r\\n\\t            expr = this.inheritCoverGrammar(this.matchKeyword('new') ? this.parseNewExpression : this.parsePrimaryExpression);\\r\\n\\t        }\\r\\n\\t        while (true) {\\r\\n\\t            if (this.match('.')) {\\r\\n\\t                this.context.isBindingElement = false;\\r\\n\\t                this.context.isAssignmentTarget = true;\\r\\n\\t                this.expect('.');\\r\\n\\t                var property = this.parseIdentifierName();\\r\\n\\t                expr = this.finalize(this.startNode(startToken), new Node.StaticMemberExpression(expr, property));\\r\\n\\t            }\\r\\n\\t            else if (this.match('(')) {\\r\\n\\t                var asyncArrow = maybeAsync && (startToken.lineNumber === this.lookahead.lineNumber);\\r\\n\\t                this.context.isBindingElement = false;\\r\\n\\t                this.context.isAssignmentTarget = false;\\r\\n\\t                var args = asyncArrow ? this.parseAsyncArguments() : this.parseArguments();\\r\\n\\t                expr = this.finalize(this.startNode(startToken), new Node.CallExpression(expr, args));\\r\\n\\t                if (asyncArrow && this.match('=>')) {\\r\\n\\t                    for (var i = 0; i < args.length; ++i) {\\r\\n\\t                        this.reinterpretExpressionAsPattern(args[i]);\\r\\n\\t                    }\\r\\n\\t                    expr = {\\r\\n\\t                        type: ArrowParameterPlaceHolder,\\r\\n\\t                        params: args,\\r\\n\\t                        async: true\\r\\n\\t                    };\\r\\n\\t                }\\r\\n\\t            }\\r\\n\\t            else if (this.match('[')) {\\r\\n\\t                this.context.isBindingElement = false;\\r\\n\\t                this.context.isAssignmentTarget = true;\\r\\n\\t                this.expect('[');\\r\\n\\t                var property = this.isolateCoverGrammar(this.parseExpression);\\r\\n\\t                this.expect(']');\\r\\n\\t                expr = this.finalize(this.startNode(startToken), new Node.ComputedMemberExpression(expr, property));\\r\\n\\t            }\\r\\n\\t            else if (this.lookahead.type === 10 /* Template */ && this.lookahead.head) {\\r\\n\\t                var quasi = this.parseTemplateLiteral();\\r\\n\\t                expr = this.finalize(this.startNode(startToken), new Node.TaggedTemplateExpression(expr, quasi));\\r\\n\\t            }\\r\\n\\t            else {\\r\\n\\t                break;\\r\\n\\t            }\\r\\n\\t        }\\r\\n\\t        this.context.allowIn = previousAllowIn;\\r\\n\\t        return expr;\\r\\n\\t    };\\r\\n\\t    Parser.prototype.parseSuper = function () {\\r\\n\\t        var node = this.createNode();\\r\\n\\t        this.expectKeyword('super');\\r\\n\\t        if (!this.match('[') && !this.match('.')) {\\r\\n\\t            this.throwUnexpectedToken(this.lookahead);\\r\\n\\t        }\\r\\n\\t        return this.finalize(node, new Node.Super());\\r\\n\\t    };\\r\\n\\t    Parser.prototype.parseLeftHandSideExpression = function () {\\r\\n\\t        assert_1.assert(this.context.allowIn, 'callee of new expression always allow in keyword.');\\r\\n\\t        var node = this.startNode(this.lookahead);\\r\\n\\t        var expr = (this.matchKeyword('super') && this.context.inFunctionBody) ? this.parseSuper() :\\r\\n\\t            this.inheritCoverGrammar(this.matchKeyword('new') ? this.parseNewExpression : this.parsePrimaryExpression);\\r\\n\\t        while (true) {\\r\\n\\t            if (this.match('[')) {\\r\\n\\t                this.context.isBindingElement = false;\\r\\n\\t                this.context.isAssignmentTarget = true;\\r\\n\\t                this.expect('[');\\r\\n\\t                var property = this.isolateCoverGrammar(this.parseExpression);\\r\\n\\t                this.expect(']');\\r\\n\\t                expr = this.finalize(node, new Node.ComputedMemberExpression(expr, property));\\r\\n\\t            }\\r\\n\\t            else if (this.match('.')) {\\r\\n\\t                this.context.isBindingElement = false;\\r\\n\\t                this.context.isAssignmentTarget = true;\\r\\n\\t                this.expect('.');\\r\\n\\t                var property = this.parseIdentifierName();\\r\\n\\t                expr = this.finalize(node, new Node.StaticMemberExpression(expr, property));\\r\\n\\t            }\\r\\n\\t            else if (this.lookahead.type === 10 /* Template */ && this.lookahead.head) {\\r\\n\\t                var quasi = this.parseTemplateLiteral();\\r\\n\\t                expr = this.finalize(node, new Node.TaggedTemplateExpression(expr, quasi));\\r\\n\\t            }\\r\\n\\t            else {\\r\\n\\t                break;\\r\\n\\t            }\\r\\n\\t        }\\r\\n\\t        return expr;\\r\\n\\t    };\\r\\n\\t    // https://tc39.github.io/ecma262/#sec-update-expressions\\r\\n\\t    Parser.prototype.parseUpdateExpression = function () {\\r\\n\\t        var expr;\\r\\n\\t        var startToken = this.lookahead;\\r\\n\\t        if (this.match('++') || this.match('--')) {\\r\\n\\t            var node = this.startNode(startToken);\\r\\n\\t            var token = this.nextToken();\\r\\n\\t            expr = this.inheritCoverGrammar(this.parseUnaryExpression);\\r\\n\\t            if (this.context.strict && expr.type === syntax_1.Syntax.Identifier && this.scanner.isRestrictedWord(expr.name)) {\\r\\n\\t                this.tolerateError(messages_1.Messages.StrictLHSPrefix);\\r\\n\\t            }\\r\\n\\t            if (!this.context.isAssignmentTarget) {\\r\\n\\t                this.tolerateError(messages_1.Messages.InvalidLHSInAssignment);\\r\\n\\t            }\\r\\n\\t            var prefix = true;\\r\\n\\t            expr = this.finalize(node, new Node.UpdateExpression(token.value, expr, prefix));\\r\\n\\t            this.context.isAssignmentTarget = false;\\r\\n\\t            this.context.isBindingElement = false;\\r\\n\\t        }\\r\\n\\t        else {\\r\\n\\t            expr = this.inheritCoverGrammar(this.parseLeftHandSideExpressionAllowCall);\\r\\n\\t            if (!this.hasLineTerminator && this.lookahead.type === 7 /* Punctuator */) {\\r\\n\\t                if (this.match('++') || this.match('--')) {\\r\\n\\t                    if (this.context.strict && expr.type === syntax_1.Syntax.Identifier && this.scanner.isRestrictedWord(expr.name)) {\\r\\n\\t                        this.tolerateError(messages_1.Messages.StrictLHSPostfix);\\r\\n\\t                    }\\r\\n\\t                    if (!this.context.isAssignmentTarget) {\\r\\n\\t                        this.tolerateError(messages_1.Messages.InvalidLHSInAssignment);\\r\\n\\t                    }\\r\\n\\t                    this.context.isAssignmentTarget = false;\\r\\n\\t                    this.context.isBindingElement = false;\\r\\n\\t                    var operator = this.nextToken().value;\\r\\n\\t                    var prefix = false;\\r\\n\\t                    expr = this.finalize(this.startNode(startToken), new Node.UpdateExpression(operator, expr, prefix));\\r\\n\\t                }\\r\\n\\t            }\\r\\n\\t        }\\r\\n\\t        return expr;\\r\\n\\t    };\\r\\n\\t    // https://tc39.github.io/ecma262/#sec-unary-operators\\r\\n\\t    Parser.prototype.parseAwaitExpression = function () {\\r\\n\\t        var node = this.createNode();\\r\\n\\t        this.nextToken();\\r\\n\\t        var argument = this.parseUnaryExpression();\\r\\n\\t        return this.finalize(node, new Node.AwaitExpression(argument));\\r\\n\\t    };\\r\\n\\t    Parser.prototype.parseUnaryExpression = function () {\\r\\n\\t        var expr;\\r\\n\\t        if (this.match('+') || this.match('-') || this.match('~') || this.match('!') ||\\r\\n\\t            this.matchKeyword('delete') || this.matchKeyword('void') || this.matchKeyword('typeof')) {\\r\\n\\t            var node = this.startNode(this.lookahead);\\r\\n\\t            var token = this.nextToken();\\r\\n\\t            expr = this.inheritCoverGrammar(this.parseUnaryExpression);\\r\\n\\t            expr = this.finalize(node, new Node.UnaryExpression(token.value, expr));\\r\\n\\t            if (this.context.strict && expr.operator === 'delete' && expr.argument.type === syntax_1.Syntax.Identifier) {\\r\\n\\t                this.tolerateError(messages_1.Messages.StrictDelete);\\r\\n\\t            }\\r\\n\\t            this.context.isAssignmentTarget = false;\\r\\n\\t            this.context.isBindingElement = false;\\r\\n\\t        }\\r\\n\\t        else if (this.context.await && this.matchContextualKeyword('await')) {\\r\\n\\t            expr = this.parseAwaitExpression();\\r\\n\\t        }\\r\\n\\t        else {\\r\\n\\t            expr = this.parseUpdateExpression();\\r\\n\\t        }\\r\\n\\t        return expr;\\r\\n\\t    };\\r\\n\\t    Parser.prototype.parseExponentiationExpression = function () {\\r\\n\\t        var startToken = this.lookahead;\\r\\n\\t        var expr = this.inheritCoverGrammar(this.parseUnaryExpression);\\r\\n\\t        if (expr.type !== syntax_1.Syntax.UnaryExpression && this.match('**')) {\\r\\n\\t            this.nextToken();\\r\\n\\t            this.context.isAssignmentTarget = false;\\r\\n\\t            this.context.isBindingElement = false;\\r\\n\\t            var left = expr;\\r\\n\\t            var right = this.isolateCoverGrammar(this.parseExponentiationExpression);\\r\\n\\t            expr = this.finalize(this.startNode(startToken), new Node.BinaryExpression('**', left, right));\\r\\n\\t        }\\r\\n\\t        return expr;\\r\\n\\t    };\\r\\n\\t    // https://tc39.github.io/ecma262/#sec-exp-operator\\r\\n\\t    // https://tc39.github.io/ecma262/#sec-multiplicative-operators\\r\\n\\t    // https://tc39.github.io/ecma262/#sec-additive-operators\\r\\n\\t    // https://tc39.github.io/ecma262/#sec-bitwise-shift-operators\\r\\n\\t    // https://tc39.github.io/ecma262/#sec-relational-operators\\r\\n\\t    // https://tc39.github.io/ecma262/#sec-equality-operators\\r\\n\\t    // https://tc39.github.io/ecma262/#sec-binary-bitwise-operators\\r\\n\\t    // https://tc39.github.io/ecma262/#sec-binary-logical-operators\\r\\n\\t    Parser.prototype.binaryPrecedence = function (token) {\\r\\n\\t        var op = token.value;\\r\\n\\t        var precedence;\\r\\n\\t        if (token.type === 7 /* Punctuator */) {\\r\\n\\t            precedence = this.operatorPrecedence[op] || 0;\\r\\n\\t        }\\r\\n\\t        else if (token.type === 4 /* Keyword */) {\\r\\n\\t            precedence = (op === 'instanceof' || (this.context.allowIn && op === 'in')) ? 7 : 0;\\r\\n\\t        }\\r\\n\\t        else {\\r\\n\\t            precedence = 0;\\r\\n\\t        }\\r\\n\\t        return precedence;\\r\\n\\t    };\\r\\n\\t    Parser.prototype.parseBinaryExpression = function () {\\r\\n\\t        var startToken = this.lookahead;\\r\\n\\t        var expr = this.inheritCoverGrammar(this.parseExponentiationExpression);\\r\\n\\t        var token = this.lookahead;\\r\\n\\t        var prec = this.binaryPrecedence(token);\\r\\n\\t        if (prec > 0) {\\r\\n\\t            this.nextToken();\\r\\n\\t            this.context.isAssignmentTarget = false;\\r\\n\\t            this.context.isBindingElement = false;\\r\\n\\t            var markers = [startToken, this.lookahead];\\r\\n\\t            var left = expr;\\r\\n\\t            var right = this.isolateCoverGrammar(this.parseExponentiationExpression);\\r\\n\\t            var stack = [left, token.value, right];\\r\\n\\t            var precedences = [prec];\\r\\n\\t            while (true) {\\r\\n\\t                prec = this.binaryPrecedence(this.lookahead);\\r\\n\\t                if (prec <= 0) {\\r\\n\\t                    break;\\r\\n\\t                }\\r\\n\\t                // Reduce: make a binary expression from the three topmost entries.\\r\\n\\t                while ((stack.length > 2) && (prec <= precedences[precedences.length - 1])) {\\r\\n\\t                    right = stack.pop();\\r\\n\\t                    var operator = stack.pop();\\r\\n\\t                    precedences.pop();\\r\\n\\t                    left = stack.pop();\\r\\n\\t                    markers.pop();\\r\\n\\t                    var node = this.startNode(markers[markers.length - 1]);\\r\\n\\t                    stack.push(this.finalize(node, new Node.BinaryExpression(operator, left, right)));\\r\\n\\t                }\\r\\n\\t                // Shift.\\r\\n\\t                stack.push(this.nextToken().value);\\r\\n\\t                precedences.push(prec);\\r\\n\\t                markers.push(this.lookahead);\\r\\n\\t                stack.push(this.isolateCoverGrammar(this.parseExponentiationExpression));\\r\\n\\t            }\\r\\n\\t            // Final reduce to clean-up the stack.\\r\\n\\t            var i = stack.length - 1;\\r\\n\\t            expr = stack[i];\\r\\n\\t            markers.pop();\\r\\n\\t            while (i > 1) {\\r\\n\\t                var node = this.startNode(markers.pop());\\r\\n\\t                var operator = stack[i - 1];\\r\\n\\t                expr = this.finalize(node, new Node.BinaryExpression(operator, stack[i - 2], expr));\\r\\n\\t                i -= 2;\\r\\n\\t            }\\r\\n\\t        }\\r\\n\\t        return expr;\\r\\n\\t    };\\r\\n\\t    // https://tc39.github.io/ecma262/#sec-conditional-operator\\r\\n\\t    Parser.prototype.parseConditionalExpression = function () {\\r\\n\\t        var startToken = this.lookahead;\\r\\n\\t        var expr = this.inheritCoverGrammar(this.parseBinaryExpression);\\r\\n\\t        if (this.match('?')) {\\r\\n\\t            this.nextToken();\\r\\n\\t            var previousAllowIn = this.context.allowIn;\\r\\n\\t            this.context.allowIn = true;\\r\\n\\t            var consequent = this.isolateCoverGrammar(this.parseAssignmentExpression);\\r\\n\\t            this.context.allowIn = previousAllowIn;\\r\\n\\t            this.expect(':');\\r\\n\\t            var alternate = this.isolateCoverGrammar(this.parseAssignmentExpression);\\r\\n\\t            expr = this.finalize(this.startNode(startToken), new Node.ConditionalExpression(expr, consequent, alternate));\\r\\n\\t            this.context.isAssignmentTarget = false;\\r\\n\\t            this.context.isBindingElement = false;\\r\\n\\t        }\\r\\n\\t        return expr;\\r\\n\\t    };\\r\\n\\t    // https://tc39.github.io/ecma262/#sec-assignment-operators\\r\\n\\t    Parser.prototype.checkPatternParam = function (options, param) {\\r\\n\\t        switch (param.type) {\\r\\n\\t            case syntax_1.Syntax.Identifier:\\r\\n\\t                this.validateParam(options, param, param.name);\\r\\n\\t                break;\\r\\n\\t            case syntax_1.Syntax.RestElement:\\r\\n\\t                this.checkPatternParam(options, param.argument);\\r\\n\\t                break;\\r\\n\\t            case syntax_1.Syntax.AssignmentPattern:\\r\\n\\t                this.checkPatternParam(options, param.left);\\r\\n\\t                break;\\r\\n\\t            case syntax_1.Syntax.ArrayPattern:\\r\\n\\t                for (var i = 0; i < param.elements.length; i++) {\\r\\n\\t                    if (param.elements[i] !== null) {\\r\\n\\t                        this.checkPatternParam(options, param.elements[i]);\\r\\n\\t                    }\\r\\n\\t                }\\r\\n\\t                break;\\r\\n\\t            case syntax_1.Syntax.ObjectPattern:\\r\\n\\t                for (var i = 0; i < param.properties.length; i++) {\\r\\n\\t                    this.checkPatternParam(options, param.properties[i].value);\\r\\n\\t                }\\r\\n\\t                break;\\r\\n\\t            default:\\r\\n\\t                break;\\r\\n\\t        }\\r\\n\\t        options.simple = options.simple && (param instanceof Node.Identifier);\\r\\n\\t    };\\r\\n\\t    Parser.prototype.reinterpretAsCoverFormalsList = function (expr) {\\r\\n\\t        var params = [expr];\\r\\n\\t        var options;\\r\\n\\t        var asyncArrow = false;\\r\\n\\t        switch (expr.type) {\\r\\n\\t            case syntax_1.Syntax.Identifier:\\r\\n\\t                break;\\r\\n\\t            case ArrowParameterPlaceHolder:\\r\\n\\t                params = expr.params;\\r\\n\\t                asyncArrow = expr.async;\\r\\n\\t                break;\\r\\n\\t            default:\\r\\n\\t                return null;\\r\\n\\t        }\\r\\n\\t        options = {\\r\\n\\t            simple: true,\\r\\n\\t            paramSet: {}\\r\\n\\t        };\\r\\n\\t        for (var i = 0; i < params.length; ++i) {\\r\\n\\t            var param = params[i];\\r\\n\\t            if (param.type === syntax_1.Syntax.AssignmentPattern) {\\r\\n\\t                if (param.right.type === syntax_1.Syntax.YieldExpression) {\\r\\n\\t                    if (param.right.argument) {\\r\\n\\t                        this.throwUnexpectedToken(this.lookahead);\\r\\n\\t                    }\\r\\n\\t                    param.right.type = syntax_1.Syntax.Identifier;\\r\\n\\t                    param.right.name = 'yield';\\r\\n\\t                    delete param.right.argument;\\r\\n\\t                    delete param.right.delegate;\\r\\n\\t                }\\r\\n\\t            }\\r\\n\\t            else if (asyncArrow && param.type === syntax_1.Syntax.Identifier && param.name === 'await') {\\r\\n\\t                this.throwUnexpectedToken(this.lookahead);\\r\\n\\t            }\\r\\n\\t            this.checkPatternParam(options, param);\\r\\n\\t            params[i] = param;\\r\\n\\t        }\\r\\n\\t        if (this.context.strict || !this.context.allowYield) {\\r\\n\\t            for (var i = 0; i < params.length; ++i) {\\r\\n\\t                var param = params[i];\\r\\n\\t                if (param.type === syntax_1.Syntax.YieldExpression) {\\r\\n\\t                    this.throwUnexpectedToken(this.lookahead);\\r\\n\\t                }\\r\\n\\t            }\\r\\n\\t        }\\r\\n\\t        if (options.message === messages_1.Messages.StrictParamDupe) {\\r\\n\\t            var token = this.context.strict ? options.stricted : options.firstRestricted;\\r\\n\\t            this.throwUnexpectedToken(token, options.message);\\r\\n\\t        }\\r\\n\\t        return {\\r\\n\\t            simple: options.simple,\\r\\n\\t            params: params,\\r\\n\\t            stricted: options.stricted,\\r\\n\\t            firstRestricted: options.firstRestricted,\\r\\n\\t            message: options.message\\r\\n\\t        };\\r\\n\\t    };\\r\\n\\t    Parser.prototype.parseAssignmentExpression = function () {\\r\\n\\t        var expr;\\r\\n\\t        if (!this.context.allowYield && this.matchKeyword('yield')) {\\r\\n\\t            expr = this.parseYieldExpression();\\r\\n\\t        }\\r\\n\\t        else {\\r\\n\\t            var startToken = this.lookahead;\\r\\n\\t            var token = startToken;\\r\\n\\t            expr = this.parseConditionalExpression();\\r\\n\\t            if (token.type === 3 /* Identifier */ && (token.lineNumber === this.lookahead.lineNumber) && token.value === 'async') {\\r\\n\\t                if (this.lookahead.type === 3 /* Identifier */ || this.matchKeyword('yield')) {\\r\\n\\t                    var arg = this.parsePrimaryExpression();\\r\\n\\t                    this.reinterpretExpressionAsPattern(arg);\\r\\n\\t                    expr = {\\r\\n\\t                        type: ArrowParameterPlaceHolder,\\r\\n\\t                        params: [arg],\\r\\n\\t                        async: true\\r\\n\\t                    };\\r\\n\\t                }\\r\\n\\t            }\\r\\n\\t            if (expr.type === ArrowParameterPlaceHolder || this.match('=>')) {\\r\\n\\t                // https://tc39.github.io/ecma262/#sec-arrow-function-definitions\\r\\n\\t                this.context.isAssignmentTarget = false;\\r\\n\\t                this.context.isBindingElement = false;\\r\\n\\t                var isAsync = expr.async;\\r\\n\\t                var list = this.reinterpretAsCoverFormalsList(expr);\\r\\n\\t                if (list) {\\r\\n\\t                    if (this.hasLineTerminator) {\\r\\n\\t                        this.tolerateUnexpectedToken(this.lookahead);\\r\\n\\t                    }\\r\\n\\t                    this.context.firstCoverInitializedNameError = null;\\r\\n\\t                    var previousStrict = this.context.strict;\\r\\n\\t                    var previousAllowStrictDirective = this.context.allowStrictDirective;\\r\\n\\t                    this.context.allowStrictDirective = list.simple;\\r\\n\\t                    var previousAllowYield = this.context.allowYield;\\r\\n\\t                    var previousAwait = this.context.await;\\r\\n\\t                    this.context.allowYield = true;\\r\\n\\t                    this.context.await = isAsync;\\r\\n\\t                    var node = this.startNode(startToken);\\r\\n\\t                    this.expect('=>');\\r\\n\\t                    var body = void 0;\\r\\n\\t                    if (this.match('{')) {\\r\\n\\t                        var previousAllowIn = this.context.allowIn;\\r\\n\\t                        this.context.allowIn = true;\\r\\n\\t                        body = this.parseFunctionSourceElements();\\r\\n\\t                        this.context.allowIn = previousAllowIn;\\r\\n\\t                    }\\r\\n\\t                    else {\\r\\n\\t                        body = this.isolateCoverGrammar(this.parseAssignmentExpression);\\r\\n\\t                    }\\r\\n\\t                    var expression = body.type !== syntax_1.Syntax.BlockStatement;\\r\\n\\t                    if (this.context.strict && list.firstRestricted) {\\r\\n\\t                        this.throwUnexpectedToken(list.firstRestricted, list.message);\\r\\n\\t                    }\\r\\n\\t                    if (this.context.strict && list.stricted) {\\r\\n\\t                        this.tolerateUnexpectedToken(list.stricted, list.message);\\r\\n\\t                    }\\r\\n\\t                    expr = isAsync ? this.finalize(node, new Node.AsyncArrowFunctionExpression(list.params, body, expression)) :\\r\\n\\t                        this.finalize(node, new Node.ArrowFunctionExpression(list.params, body, expression));\\r\\n\\t                    this.context.strict = previousStrict;\\r\\n\\t                    this.context.allowStrictDirective = previousAllowStrictDirective;\\r\\n\\t                    this.context.allowYield = previousAllowYield;\\r\\n\\t                    this.context.await = previousAwait;\\r\\n\\t                }\\r\\n\\t            }\\r\\n\\t            else {\\r\\n\\t                if (this.matchAssign()) {\\r\\n\\t                    if (!this.context.isAssignmentTarget) {\\r\\n\\t                        this.tolerateError(messages_1.Messages.InvalidLHSInAssignment);\\r\\n\\t                    }\\r\\n\\t                    if (this.context.strict && expr.type === syntax_1.Syntax.Identifier) {\\r\\n\\t                        var id = expr;\\r\\n\\t                        if (this.scanner.isRestrictedWord(id.name)) {\\r\\n\\t                            this.tolerateUnexpectedToken(token, messages_1.Messages.StrictLHSAssignment);\\r\\n\\t                        }\\r\\n\\t                        if (this.scanner.isStrictModeReservedWord(id.name)) {\\r\\n\\t                            this.tolerateUnexpectedToken(token, messages_1.Messages.StrictReservedWord);\\r\\n\\t                        }\\r\\n\\t                    }\\r\\n\\t                    if (!this.match('=')) {\\r\\n\\t                        this.context.isAssignmentTarget = false;\\r\\n\\t                        this.context.isBindingElement = false;\\r\\n\\t                    }\\r\\n\\t                    else {\\r\\n\\t                        this.reinterpretExpressionAsPattern(expr);\\r\\n\\t                    }\\r\\n\\t                    token = this.nextToken();\\r\\n\\t                    var operator = token.value;\\r\\n\\t                    var right = this.isolateCoverGrammar(this.parseAssignmentExpression);\\r\\n\\t                    expr = this.finalize(this.startNode(startToken), new Node.AssignmentExpression(operator, expr, right));\\r\\n\\t                    this.context.firstCoverInitializedNameError = null;\\r\\n\\t                }\\r\\n\\t            }\\r\\n\\t        }\\r\\n\\t        return expr;\\r\\n\\t    };\\r\\n\\t    // https://tc39.github.io/ecma262/#sec-comma-operator\\r\\n\\t    Parser.prototype.parseExpression = function () {\\r\\n\\t        var startToken = this.lookahead;\\r\\n\\t        var expr = this.isolateCoverGrammar(this.parseAssignmentExpression);\\r\\n\\t        if (this.match(',')) {\\r\\n\\t            var expressions = [];\\r\\n\\t            expressions.push(expr);\\r\\n\\t            while (this.lookahead.type !== 2 /* EOF */) {\\r\\n\\t                if (!this.match(',')) {\\r\\n\\t                    break;\\r\\n\\t                }\\r\\n\\t                this.nextToken();\\r\\n\\t                expressions.push(this.isolateCoverGrammar(this.parseAssignmentExpression));\\r\\n\\t            }\\r\\n\\t            expr = this.finalize(this.startNode(startToken), new Node.SequenceExpression(expressions));\\r\\n\\t        }\\r\\n\\t        return expr;\\r\\n\\t    };\\r\\n\\t    // https://tc39.github.io/ecma262/#sec-block\\r\\n\\t    Parser.prototype.parseStatementListItem = function () {\\r\\n\\t        var statement;\\r\\n\\t        this.context.isAssignmentTarget = true;\\r\\n\\t        this.context.isBindingElement = true;\\r\\n\\t        if (this.lookahead.type === 4 /* Keyword */) {\\r\\n\\t            switch (this.lookahead.value) {\\r\\n\\t                case 'export':\\r\\n\\t                    if (!this.context.isModule) {\\r\\n\\t                        this.tolerateUnexpectedToken(this.lookahead, messages_1.Messages.IllegalExportDeclaration);\\r\\n\\t                    }\\r\\n\\t                    statement = this.parseExportDeclaration();\\r\\n\\t                    break;\\r\\n\\t                case 'import':\\r\\n\\t                    if (!this.context.isModule) {\\r\\n\\t                        this.tolerateUnexpectedToken(this.lookahead, messages_1.Messages.IllegalImportDeclaration);\\r\\n\\t                    }\\r\\n\\t                    statement = this.parseImportDeclaration();\\r\\n\\t                    break;\\r\\n\\t                case 'const':\\r\\n\\t                    statement = this.parseLexicalDeclaration({ inFor: false });\\r\\n\\t                    break;\\r\\n\\t                case 'function':\\r\\n\\t                    statement = this.parseFunctionDeclaration();\\r\\n\\t                    break;\\r\\n\\t                case 'class':\\r\\n\\t                    statement = this.parseClassDeclaration();\\r\\n\\t                    break;\\r\\n\\t                case 'let':\\r\\n\\t                    statement = this.isLexicalDeclaration() ? this.parseLexicalDeclaration({ inFor: false }) : this.parseStatement();\\r\\n\\t                    break;\\r\\n\\t                default:\\r\\n\\t                    statement = this.parseStatement();\\r\\n\\t                    break;\\r\\n\\t            }\\r\\n\\t        }\\r\\n\\t        else {\\r\\n\\t            statement = this.parseStatement();\\r\\n\\t        }\\r\\n\\t        return statement;\\r\\n\\t    };\\r\\n\\t    Parser.prototype.parseBlock = function () {\\r\\n\\t        var node = this.createNode();\\r\\n\\t        this.expect('{');\\r\\n\\t        var block = [];\\r\\n\\t        while (true) {\\r\\n\\t            if (this.match('}')) {\\r\\n\\t                break;\\r\\n\\t            }\\r\\n\\t            block.push(this.parseStatementListItem());\\r\\n\\t        }\\r\\n\\t        this.expect('}');\\r\\n\\t        return this.finalize(node, new Node.BlockStatement(block));\\r\\n\\t    };\\r\\n\\t    // https://tc39.github.io/ecma262/#sec-let-and-const-declarations\\r\\n\\t    Parser.prototype.parseLexicalBinding = function (kind, options) {\\r\\n\\t        var node = this.createNode();\\r\\n\\t        var params = [];\\r\\n\\t        var id = this.parsePattern(params, kind);\\r\\n\\t        if (this.context.strict && id.type === syntax_1.Syntax.Identifier) {\\r\\n\\t            if (this.scanner.isRestrictedWord(id.name)) {\\r\\n\\t                this.tolerateError(messages_1.Messages.StrictVarName);\\r\\n\\t            }\\r\\n\\t        }\\r\\n\\t        var init = null;\\r\\n\\t        if (kind === 'const') {\\r\\n\\t            if (!this.matchKeyword('in') && !this.matchContextualKeyword('of')) {\\r\\n\\t                if (this.match('=')) {\\r\\n\\t                    this.nextToken();\\r\\n\\t                    init = this.isolateCoverGrammar(this.parseAssignmentExpression);\\r\\n\\t                }\\r\\n\\t                else {\\r\\n\\t                    this.throwError(messages_1.Messages.DeclarationMissingInitializer, 'const');\\r\\n\\t                }\\r\\n\\t            }\\r\\n\\t        }\\r\\n\\t        else if ((!options.inFor && id.type !== syntax_1.Syntax.Identifier) || this.match('=')) {\\r\\n\\t            this.expect('=');\\r\\n\\t            init = this.isolateCoverGrammar(this.parseAssignmentExpression);\\r\\n\\t        }\\r\\n\\t        return this.finalize(node, new Node.VariableDeclarator(id, init));\\r\\n\\t    };\\r\\n\\t    Parser.prototype.parseBindingList = function (kind, options) {\\r\\n\\t        var list = [this.parseLexicalBinding(kind, options)];\\r\\n\\t        while (this.match(',')) {\\r\\n\\t            this.nextToken();\\r\\n\\t            list.push(this.parseLexicalBinding(kind, options));\\r\\n\\t        }\\r\\n\\t        return list;\\r\\n\\t    };\\r\\n\\t    Parser.prototype.isLexicalDeclaration = function () {\\r\\n\\t        var state = this.scanner.saveState();\\r\\n\\t        this.scanner.scanComments();\\r\\n\\t        var next = this.scanner.lex();\\r\\n\\t        this.scanner.restoreState(state);\\r\\n\\t        return (next.type === 3 /* Identifier */) ||\\r\\n\\t            (next.type === 7 /* Punctuator */ && next.value === '[') ||\\r\\n\\t            (next.type === 7 /* Punctuator */ && next.value === '{') ||\\r\\n\\t            (next.type === 4 /* Keyword */ && next.value === 'let') ||\\r\\n\\t            (next.type === 4 /* Keyword */ && next.value === 'yield');\\r\\n\\t    };\\r\\n\\t    Parser.prototype.parseLexicalDeclaration = function (options) {\\r\\n\\t        var node = this.createNode();\\r\\n\\t        var kind = this.nextToken().value;\\r\\n\\t        assert_1.assert(kind === 'let' || kind === 'const', 'Lexical declaration must be either let or const');\\r\\n\\t        var declarations = this.parseBindingList(kind, options);\\r\\n\\t        this.consumeSemicolon();\\r\\n\\t        return this.finalize(node, new Node.VariableDeclaration(declarations, kind));\\r\\n\\t    };\\r\\n\\t    // https://tc39.github.io/ecma262/#sec-destructuring-binding-patterns\\r\\n\\t    Parser.prototype.parseBindingRestElement = function (params, kind) {\\r\\n\\t        var node = this.createNode();\\r\\n\\t        this.expect('...');\\r\\n\\t        var arg = this.parsePattern(params, kind);\\r\\n\\t        return this.finalize(node, new Node.RestElement(arg));\\r\\n\\t    };\\r\\n\\t    Parser.prototype.parseArrayPattern = function (params, kind) {\\r\\n\\t        var node = this.createNode();\\r\\n\\t        this.expect('[');\\r\\n\\t        var elements = [];\\r\\n\\t        while (!this.match(']')) {\\r\\n\\t            if (this.match(',')) {\\r\\n\\t                this.nextToken();\\r\\n\\t                elements.push(null);\\r\\n\\t            }\\r\\n\\t            else {\\r\\n\\t                if (this.match('...')) {\\r\\n\\t                    elements.push(this.parseBindingRestElement(params, kind));\\r\\n\\t                    break;\\r\\n\\t                }\\r\\n\\t                else {\\r\\n\\t                    elements.push(this.parsePatternWithDefault(params, kind));\\r\\n\\t                }\\r\\n\\t                if (!this.match(']')) {\\r\\n\\t                    this.expect(',');\\r\\n\\t                }\\r\\n\\t            }\\r\\n\\t        }\\r\\n\\t        this.expect(']');\\r\\n\\t        return this.finalize(node, new Node.ArrayPattern(elements));\\r\\n\\t    };\\r\\n\\t    Parser.prototype.parsePropertyPattern = function (params, kind) {\\r\\n\\t        var node = this.createNode();\\r\\n\\t        var computed = false;\\r\\n\\t        var shorthand = false;\\r\\n\\t        var method = false;\\r\\n\\t        var key;\\r\\n\\t        var value;\\r\\n\\t        if (this.lookahead.type === 3 /* Identifier */) {\\r\\n\\t            var keyToken = this.lookahead;\\r\\n\\t            key = this.parseVariableIdentifier();\\r\\n\\t            var init = this.finalize(node, new Node.Identifier(keyToken.value));\\r\\n\\t            if (this.match('=')) {\\r\\n\\t                params.push(keyToken);\\r\\n\\t                shorthand = true;\\r\\n\\t                this.nextToken();\\r\\n\\t                var expr = this.parseAssignmentExpression();\\r\\n\\t                value = this.finalize(this.startNode(keyToken), new Node.AssignmentPattern(init, expr));\\r\\n\\t            }\\r\\n\\t            else if (!this.match(':')) {\\r\\n\\t                params.push(keyToken);\\r\\n\\t                shorthand = true;\\r\\n\\t                value = init;\\r\\n\\t            }\\r\\n\\t            else {\\r\\n\\t                this.expect(':');\\r\\n\\t                value = this.parsePatternWithDefault(params, kind);\\r\\n\\t            }\\r\\n\\t        }\\r\\n\\t        else {\\r\\n\\t            computed = this.match('[');\\r\\n\\t            key = this.parseObjectPropertyKey();\\r\\n\\t            this.expect(':');\\r\\n\\t            value = this.parsePatternWithDefault(params, kind);\\r\\n\\t        }\\r\\n\\t        return this.finalize(node, new Node.Property('init', key, computed, value, method, shorthand));\\r\\n\\t    };\\r\\n\\t    Parser.prototype.parseObjectPattern = function (params, kind) {\\r\\n\\t        var node = this.createNode();\\r\\n\\t        var properties = [];\\r\\n\\t        this.expect('{');\\r\\n\\t        while (!this.match('}')) {\\r\\n\\t            properties.push(this.parsePropertyPattern(params, kind));\\r\\n\\t            if (!this.match('}')) {\\r\\n\\t                this.expect(',');\\r\\n\\t            }\\r\\n\\t        }\\r\\n\\t        this.expect('}');\\r\\n\\t        return this.finalize(node, new Node.ObjectPattern(properties));\\r\\n\\t    };\\r\\n\\t    Parser.prototype.parsePattern = function (params, kind) {\\r\\n\\t        var pattern;\\r\\n\\t        if (this.match('[')) {\\r\\n\\t            pattern = this.parseArrayPattern(params, kind);\\r\\n\\t        }\\r\\n\\t        else if (this.match('{')) {\\r\\n\\t            pattern = this.parseObjectPattern(params, kind);\\r\\n\\t        }\\r\\n\\t        else {\\r\\n\\t            if (this.matchKeyword('let') && (kind === 'const' || kind === 'let')) {\\r\\n\\t                this.tolerateUnexpectedToken(this.lookahead, messages_1.Messages.LetInLexicalBinding);\\r\\n\\t            }\\r\\n\\t            params.push(this.lookahead);\\r\\n\\t            pattern = this.parseVariableIdentifier(kind);\\r\\n\\t        }\\r\\n\\t        return pattern;\\r\\n\\t    };\\r\\n\\t    Parser.prototype.parsePatternWithDefault = function (params, kind) {\\r\\n\\t        var startToken = this.lookahead;\\r\\n\\t        var pattern = this.parsePattern(params, kind);\\r\\n\\t        if (this.match('=')) {\\r\\n\\t            this.nextToken();\\r\\n\\t            var previousAllowYield = this.context.allowYield;\\r\\n\\t            this.context.allowYield = true;\\r\\n\\t            var right = this.isolateCoverGrammar(this.parseAssignmentExpression);\\r\\n\\t            this.context.allowYield = previousAllowYield;\\r\\n\\t            pattern = this.finalize(this.startNode(startToken), new Node.AssignmentPattern(pattern, right));\\r\\n\\t        }\\r\\n\\t        return pattern;\\r\\n\\t    };\\r\\n\\t    // https://tc39.github.io/ecma262/#sec-variable-statement\\r\\n\\t    Parser.prototype.parseVariableIdentifier = function (kind) {\\r\\n\\t        var node = this.createNode();\\r\\n\\t        var token = this.nextToken();\\r\\n\\t        if (token.type === 4 /* Keyword */ && token.value === 'yield') {\\r\\n\\t            if (this.context.strict) {\\r\\n\\t                this.tolerateUnexpectedToken(token, messages_1.Messages.StrictReservedWord);\\r\\n\\t            }\\r\\n\\t            else if (!this.context.allowYield) {\\r\\n\\t                this.throwUnexpectedToken(token);\\r\\n\\t            }\\r\\n\\t        }\\r\\n\\t        else if (token.type !== 3 /* Identifier */) {\\r\\n\\t            if (this.context.strict && token.type === 4 /* Keyword */ && this.scanner.isStrictModeReservedWord(token.value)) {\\r\\n\\t                this.tolerateUnexpectedToken(token, messages_1.Messages.StrictReservedWord);\\r\\n\\t            }\\r\\n\\t            else {\\r\\n\\t                if (this.context.strict || token.value !== 'let' || kind !== 'var') {\\r\\n\\t                    this.throwUnexpectedToken(token);\\r\\n\\t                }\\r\\n\\t            }\\r\\n\\t        }\\r\\n\\t        else if ((this.context.isModule || this.context.await) && token.type === 3 /* Identifier */ && token.value === 'await') {\\r\\n\\t            this.tolerateUnexpectedToken(token);\\r\\n\\t        }\\r\\n\\t        return this.finalize(node, new Node.Identifier(token.value));\\r\\n\\t    };\\r\\n\\t    Parser.prototype.parseVariableDeclaration = function (options) {\\r\\n\\t        var node = this.createNode();\\r\\n\\t        var params = [];\\r\\n\\t        var id = this.parsePattern(params, 'var');\\r\\n\\t        if (this.context.strict && id.type === syntax_1.Syntax.Identifier) {\\r\\n\\t            if (this.scanner.isRestrictedWord(id.name)) {\\r\\n\\t                this.tolerateError(messages_1.Messages.StrictVarName);\\r\\n\\t            }\\r\\n\\t        }\\r\\n\\t        var init = null;\\r\\n\\t        if (this.match('=')) {\\r\\n\\t            this.nextToken();\\r\\n\\t            init = this.isolateCoverGrammar(this.parseAssignmentExpression);\\r\\n\\t        }\\r\\n\\t        else if (id.type !== syntax_1.Syntax.Identifier && !options.inFor) {\\r\\n\\t            this.expect('=');\\r\\n\\t        }\\r\\n\\t        return this.finalize(node, new Node.VariableDeclarator(id, init));\\r\\n\\t    };\\r\\n\\t    Parser.prototype.parseVariableDeclarationList = function (options) {\\r\\n\\t        var opt = { inFor: options.inFor };\\r\\n\\t        var list = [];\\r\\n\\t        list.push(this.parseVariableDeclaration(opt));\\r\\n\\t        while (this.match(',')) {\\r\\n\\t            this.nextToken();\\r\\n\\t            list.push(this.parseVariableDeclaration(opt));\\r\\n\\t        }\\r\\n\\t        return list;\\r\\n\\t    };\\r\\n\\t    Parser.prototype.parseVariableStatement = function () {\\r\\n\\t        var node = this.createNode();\\r\\n\\t        this.expectKeyword('var');\\r\\n\\t        var declarations = this.parseVariableDeclarationList({ inFor: false });\\r\\n\\t        this.consumeSemicolon();\\r\\n\\t        return this.finalize(node, new Node.VariableDeclaration(declarations, 'var'));\\r\\n\\t    };\\r\\n\\t    // https://tc39.github.io/ecma262/#sec-empty-statement\\r\\n\\t    Parser.prototype.parseEmptyStatement = function () {\\r\\n\\t        var node = this.createNode();\\r\\n\\t        this.expect(';');\\r\\n\\t        return this.finalize(node, new Node.EmptyStatement());\\r\\n\\t    };\\r\\n\\t    // https://tc39.github.io/ecma262/#sec-expression-statement\\r\\n\\t    Parser.prototype.parseExpressionStatement = function () {\\r\\n\\t        var node = this.createNode();\\r\\n\\t        var expr = this.parseExpression();\\r\\n\\t        this.consumeSemicolon();\\r\\n\\t        return this.finalize(node, new Node.ExpressionStatement(expr));\\r\\n\\t    };\\r\\n\\t    // https://tc39.github.io/ecma262/#sec-if-statement\\r\\n\\t    Parser.prototype.parseIfClause = function () {\\r\\n\\t        if (this.context.strict && this.matchKeyword('function')) {\\r\\n\\t            this.tolerateError(messages_1.Messages.StrictFunction);\\r\\n\\t        }\\r\\n\\t        return this.parseStatement();\\r\\n\\t    };\\r\\n\\t    Parser.prototype.parseIfStatement = function () {\\r\\n\\t        var node = this.createNode();\\r\\n\\t        var consequent;\\r\\n\\t        var alternate = null;\\r\\n\\t        this.expectKeyword('if');\\r\\n\\t        this.expect('(');\\r\\n\\t        var test = this.parseExpression();\\r\\n\\t        if (!this.match(')') && this.config.tolerant) {\\r\\n\\t            this.tolerateUnexpectedToken(this.nextToken());\\r\\n\\t            consequent = this.finalize(this.createNode(), new Node.EmptyStatement());\\r\\n\\t        }\\r\\n\\t        else {\\r\\n\\t            this.expect(')');\\r\\n\\t            consequent = this.parseIfClause();\\r\\n\\t            if (this.matchKeyword('else')) {\\r\\n\\t                this.nextToken();\\r\\n\\t                alternate = this.parseIfClause();\\r\\n\\t            }\\r\\n\\t        }\\r\\n\\t        return this.finalize(node, new Node.IfStatement(test, consequent, alternate));\\r\\n\\t    };\\r\\n\\t    // https://tc39.github.io/ecma262/#sec-do-while-statement\\r\\n\\t    Parser.prototype.parseDoWhileStatement = function () {\\r\\n\\t        var node = this.createNode();\\r\\n\\t        this.expectKeyword('do');\\r\\n\\t        var previousInIteration = this.context.inIteration;\\r\\n\\t        this.context.inIteration = true;\\r\\n\\t        var body = this.parseStatement();\\r\\n\\t        this.context.inIteration = previousInIteration;\\r\\n\\t        this.expectKeyword('while');\\r\\n\\t        this.expect('(');\\r\\n\\t        var test = this.parseExpression();\\r\\n\\t        if (!this.match(')') && this.config.tolerant) {\\r\\n\\t            this.tolerateUnexpectedToken(this.nextToken());\\r\\n\\t        }\\r\\n\\t        else {\\r\\n\\t            this.expect(')');\\r\\n\\t            if (this.match(';')) {\\r\\n\\t                this.nextToken();\\r\\n\\t            }\\r\\n\\t        }\\r\\n\\t        return this.finalize(node, new Node.DoWhileStatement(body, test));\\r\\n\\t    };\\r\\n\\t    // https://tc39.github.io/ecma262/#sec-while-statement\\r\\n\\t    Parser.prototype.parseWhileStatement = function () {\\r\\n\\t        var node = this.createNode();\\r\\n\\t        var body;\\r\\n\\t        this.expectKeyword('while');\\r\\n\\t        this.expect('(');\\r\\n\\t        var test = this.parseExpression();\\r\\n\\t        if (!this.match(')') && this.config.tolerant) {\\r\\n\\t            this.tolerateUnexpectedToken(this.nextToken());\\r\\n\\t            body = this.finalize(this.createNode(), new Node.EmptyStatement());\\r\\n\\t        }\\r\\n\\t        else {\\r\\n\\t            this.expect(')');\\r\\n\\t            var previousInIteration = this.context.inIteration;\\r\\n\\t            this.context.inIteration = true;\\r\\n\\t            body = this.parseStatement();\\r\\n\\t            this.context.inIteration = previousInIteration;\\r\\n\\t        }\\r\\n\\t        return this.finalize(node, new Node.WhileStatement(test, body));\\r\\n\\t    };\\r\\n\\t    // https://tc39.github.io/ecma262/#sec-for-statement\\r\\n\\t    // https://tc39.github.io/ecma262/#sec-for-in-and-for-of-statements\\r\\n\\t    Parser.prototype.parseForStatement = function () {\\r\\n\\t        var init = null;\\r\\n\\t        var test = null;\\r\\n\\t        var update = null;\\r\\n\\t        var forIn = true;\\r\\n\\t        var left, right;\\r\\n\\t        var node = this.createNode();\\r\\n\\t        this.expectKeyword('for');\\r\\n\\t        this.expect('(');\\r\\n\\t        if (this.match(';')) {\\r\\n\\t            this.nextToken();\\r\\n\\t        }\\r\\n\\t        else {\\r\\n\\t            if (this.matchKeyword('var')) {\\r\\n\\t                init = this.createNode();\\r\\n\\t                this.nextToken();\\r\\n\\t                var previousAllowIn = this.context.allowIn;\\r\\n\\t                this.context.allowIn = false;\\r\\n\\t                var declarations = this.parseVariableDeclarationList({ inFor: true });\\r\\n\\t                this.context.allowIn = previousAllowIn;\\r\\n\\t                if (declarations.length === 1 && this.matchKeyword('in')) {\\r\\n\\t                    var decl = declarations[0];\\r\\n\\t                    if (decl.init && (decl.id.type === syntax_1.Syntax.ArrayPattern || decl.id.type === syntax_1.Syntax.ObjectPattern || this.context.strict)) {\\r\\n\\t                        this.tolerateError(messages_1.Messages.ForInOfLoopInitializer, 'for-in');\\r\\n\\t                    }\\r\\n\\t                    init = this.finalize(init, new Node.VariableDeclaration(declarations, 'var'));\\r\\n\\t                    this.nextToken();\\r\\n\\t                    left = init;\\r\\n\\t                    right = this.parseExpression();\\r\\n\\t                    init = null;\\r\\n\\t                }\\r\\n\\t                else if (declarations.length === 1 && declarations[0].init === null && this.matchContextualKeyword('of')) {\\r\\n\\t                    init = this.finalize(init, new Node.VariableDeclaration(declarations, 'var'));\\r\\n\\t                    this.nextToken();\\r\\n\\t                    left = init;\\r\\n\\t                    right = this.parseAssignmentExpression();\\r\\n\\t                    init = null;\\r\\n\\t                    forIn = false;\\r\\n\\t                }\\r\\n\\t                else {\\r\\n\\t                    init = this.finalize(init, new Node.VariableDeclaration(declarations, 'var'));\\r\\n\\t                    this.expect(';');\\r\\n\\t                }\\r\\n\\t            }\\r\\n\\t            else if (this.matchKeyword('const') || this.matchKeyword('let')) {\\r\\n\\t                init = this.createNode();\\r\\n\\t                var kind = this.nextToken().value;\\r\\n\\t                if (!this.context.strict && this.lookahead.value === 'in') {\\r\\n\\t                    init = this.finalize(init, new Node.Identifier(kind));\\r\\n\\t                    this.nextToken();\\r\\n\\t                    left = init;\\r\\n\\t                    right = this.parseExpression();\\r\\n\\t                    init = null;\\r\\n\\t                }\\r\\n\\t                else {\\r\\n\\t                    var previousAllowIn = this.context.allowIn;\\r\\n\\t                    this.context.allowIn = false;\\r\\n\\t                    var declarations = this.parseBindingList(kind, { inFor: true });\\r\\n\\t                    this.context.allowIn = previousAllowIn;\\r\\n\\t                    if (declarations.length === 1 && declarations[0].init === null && this.matchKeyword('in')) {\\r\\n\\t                        init = this.finalize(init, new Node.VariableDeclaration(declarations, kind));\\r\\n\\t                        this.nextToken();\\r\\n\\t                        left = init;\\r\\n\\t                        right = this.parseExpression();\\r\\n\\t                        init = null;\\r\\n\\t                    }\\r\\n\\t                    else if (declarations.length === 1 && declarations[0].init === null && this.matchContextualKeyword('of')) {\\r\\n\\t                        init = this.finalize(init, new Node.VariableDeclaration(declarations, kind));\\r\\n\\t                        this.nextToken();\\r\\n\\t                        left = init;\\r\\n\\t                        right = this.parseAssignmentExpression();\\r\\n\\t                        init = null;\\r\\n\\t                        forIn = false;\\r\\n\\t                    }\\r\\n\\t                    else {\\r\\n\\t                        this.consumeSemicolon();\\r\\n\\t                        init = this.finalize(init, new Node.VariableDeclaration(declarations, kind));\\r\\n\\t                    }\\r\\n\\t                }\\r\\n\\t            }\\r\\n\\t            else {\\r\\n\\t                var initStartToken = this.lookahead;\\r\\n\\t                var previousAllowIn = this.context.allowIn;\\r\\n\\t                this.context.allowIn = false;\\r\\n\\t                init = this.inheritCoverGrammar(this.parseAssignmentExpression);\\r\\n\\t                this.context.allowIn = previousAllowIn;\\r\\n\\t                if (this.matchKeyword('in')) {\\r\\n\\t                    if (!this.context.isAssignmentTarget || init.type === syntax_1.Syntax.AssignmentExpression) {\\r\\n\\t                        this.tolerateError(messages_1.Messages.InvalidLHSInForIn);\\r\\n\\t                    }\\r\\n\\t                    this.nextToken();\\r\\n\\t                    this.reinterpretExpressionAsPattern(init);\\r\\n\\t                    left = init;\\r\\n\\t                    right = this.parseExpression();\\r\\n\\t                    init = null;\\r\\n\\t                }\\r\\n\\t                else if (this.matchContextualKeyword('of')) {\\r\\n\\t                    if (!this.context.isAssignmentTarget || init.type === syntax_1.Syntax.AssignmentExpression) {\\r\\n\\t                        this.tolerateError(messages_1.Messages.InvalidLHSInForLoop);\\r\\n\\t                    }\\r\\n\\t                    this.nextToken();\\r\\n\\t                    this.reinterpretExpressionAsPattern(init);\\r\\n\\t                    left = init;\\r\\n\\t                    right = this.parseAssignmentExpression();\\r\\n\\t                    init = null;\\r\\n\\t                    forIn = false;\\r\\n\\t                }\\r\\n\\t                else {\\r\\n\\t                    if (this.match(',')) {\\r\\n\\t                        var initSeq = [init];\\r\\n\\t                        while (this.match(',')) {\\r\\n\\t                            this.nextToken();\\r\\n\\t                            initSeq.push(this.isolateCoverGrammar(this.parseAssignmentExpression));\\r\\n\\t                        }\\r\\n\\t                        init = this.finalize(this.startNode(initStartToken), new Node.SequenceExpression(initSeq));\\r\\n\\t                    }\\r\\n\\t                    this.expect(';');\\r\\n\\t                }\\r\\n\\t            }\\r\\n\\t        }\\r\\n\\t        if (typeof left === 'undefined') {\\r\\n\\t            if (!this.match(';')) {\\r\\n\\t                test = this.parseExpression();\\r\\n\\t            }\\r\\n\\t            this.expect(';');\\r\\n\\t            if (!this.match(')')) {\\r\\n\\t                update = this.parseExpression();\\r\\n\\t            }\\r\\n\\t        }\\r\\n\\t        var body;\\r\\n\\t        if (!this.match(')') && this.config.tolerant) {\\r\\n\\t            this.tolerateUnexpectedToken(this.nextToken());\\r\\n\\t            body = this.finalize(this.createNode(), new Node.EmptyStatement());\\r\\n\\t        }\\r\\n\\t        else {\\r\\n\\t            this.expect(')');\\r\\n\\t            var previousInIteration = this.context.inIteration;\\r\\n\\t            this.context.inIteration = true;\\r\\n\\t            body = this.isolateCoverGrammar(this.parseStatement);\\r\\n\\t            this.context.inIteration = previousInIteration;\\r\\n\\t        }\\r\\n\\t        return (typeof left === 'undefined') ?\\r\\n\\t            this.finalize(node, new Node.ForStatement(init, test, update, body)) :\\r\\n\\t            forIn ? this.finalize(node, new Node.ForInStatement(left, right, body)) :\\r\\n\\t                this.finalize(node, new Node.ForOfStatement(left, right, body));\\r\\n\\t    };\\r\\n\\t    // https://tc39.github.io/ecma262/#sec-continue-statement\\r\\n\\t    Parser.prototype.parseContinueStatement = function () {\\r\\n\\t        var node = this.createNode();\\r\\n\\t        this.expectKeyword('continue');\\r\\n\\t        var label = null;\\r\\n\\t        if (this.lookahead.type === 3 /* Identifier */ && !this.hasLineTerminator) {\\r\\n\\t            var id = this.parseVariableIdentifier();\\r\\n\\t            label = id;\\r\\n\\t            var key = '$' + id.name;\\r\\n\\t            if (!Object.prototype.hasOwnProperty.call(this.context.labelSet, key)) {\\r\\n\\t                this.throwError(messages_1.Messages.UnknownLabel, id.name);\\r\\n\\t            }\\r\\n\\t        }\\r\\n\\t        this.consumeSemicolon();\\r\\n\\t        if (label === null && !this.context.inIteration) {\\r\\n\\t            this.throwError(messages_1.Messages.IllegalContinue);\\r\\n\\t        }\\r\\n\\t        return this.finalize(node, new Node.ContinueStatement(label));\\r\\n\\t    };\\r\\n\\t    // https://tc39.github.io/ecma262/#sec-break-statement\\r\\n\\t    Parser.prototype.parseBreakStatement = function () {\\r\\n\\t        var node = this.createNode();\\r\\n\\t        this.expectKeyword('break');\\r\\n\\t        var label = null;\\r\\n\\t        if (this.lookahead.type === 3 /* Identifier */ && !this.hasLineTerminator) {\\r\\n\\t            var id = this.parseVariableIdentifier();\\r\\n\\t            var key = '$' + id.name;\\r\\n\\t            if (!Object.prototype.hasOwnProperty.call(this.context.labelSet, key)) {\\r\\n\\t                this.throwError(messages_1.Messages.UnknownLabel, id.name);\\r\\n\\t            }\\r\\n\\t            label = id;\\r\\n\\t        }\\r\\n\\t        this.consumeSemicolon();\\r\\n\\t        if (label === null && !this.context.inIteration && !this.context.inSwitch) {\\r\\n\\t            this.throwError(messages_1.Messages.IllegalBreak);\\r\\n\\t        }\\r\\n\\t        return this.finalize(node, new Node.BreakStatement(label));\\r\\n\\t    };\\r\\n\\t    // https://tc39.github.io/ecma262/#sec-return-statement\\r\\n\\t    Parser.prototype.parseReturnStatement = function () {\\r\\n\\t        if (!this.context.inFunctionBody) {\\r\\n\\t            this.tolerateError(messages_1.Messages.IllegalReturn);\\r\\n\\t        }\\r\\n\\t        var node = this.createNode();\\r\\n\\t        this.expectKeyword('return');\\r\\n\\t        var hasArgument = !this.match(';') && !this.match('}') &&\\r\\n\\t            !this.hasLineTerminator && this.lookahead.type !== 2 /* EOF */;\\r\\n\\t        var argument = hasArgument ? this.parseExpression() : null;\\r\\n\\t        this.consumeSemicolon();\\r\\n\\t        return this.finalize(node, new Node.ReturnStatement(argument));\\r\\n\\t    };\\r\\n\\t    // https://tc39.github.io/ecma262/#sec-with-statement\\r\\n\\t    Parser.prototype.parseWithStatement = function () {\\r\\n\\t        if (this.context.strict) {\\r\\n\\t            this.tolerateError(messages_1.Messages.StrictModeWith);\\r\\n\\t        }\\r\\n\\t        var node = this.createNode();\\r\\n\\t        var body;\\r\\n\\t        this.expectKeyword('with');\\r\\n\\t        this.expect('(');\\r\\n\\t        var object = this.parseExpression();\\r\\n\\t        if (!this.match(')') && this.config.tolerant) {\\r\\n\\t            this.tolerateUnexpectedToken(this.nextToken());\\r\\n\\t            body = this.finalize(this.createNode(), new Node.EmptyStatement());\\r\\n\\t        }\\r\\n\\t        else {\\r\\n\\t            this.expect(')');\\r\\n\\t            body = this.parseStatement();\\r\\n\\t        }\\r\\n\\t        return this.finalize(node, new Node.WithStatement(object, body));\\r\\n\\t    };\\r\\n\\t    // https://tc39.github.io/ecma262/#sec-switch-statement\\r\\n\\t    Parser.prototype.parseSwitchCase = function () {\\r\\n\\t        var node = this.createNode();\\r\\n\\t        var test;\\r\\n\\t        if (this.matchKeyword('default')) {\\r\\n\\t            this.nextToken();\\r\\n\\t            test = null;\\r\\n\\t        }\\r\\n\\t        else {\\r\\n\\t            this.expectKeyword('case');\\r\\n\\t            test = this.parseExpression();\\r\\n\\t        }\\r\\n\\t        this.expect(':');\\r\\n\\t        var consequent = [];\\r\\n\\t        while (true) {\\r\\n\\t            if (this.match('}') || this.matchKeyword('default') || this.matchKeyword('case')) {\\r\\n\\t                break;\\r\\n\\t            }\\r\\n\\t            consequent.push(this.parseStatementListItem());\\r\\n\\t        }\\r\\n\\t        return this.finalize(node, new Node.SwitchCase(test, consequent));\\r\\n\\t    };\\r\\n\\t    Parser.prototype.parseSwitchStatement = function () {\\r\\n\\t        var node = this.createNode();\\r\\n\\t        this.expectKeyword('switch');\\r\\n\\t        this.expect('(');\\r\\n\\t        var discriminant = this.parseExpression();\\r\\n\\t        this.expect(')');\\r\\n\\t        var previousInSwitch = this.context.inSwitch;\\r\\n\\t        this.context.inSwitch = true;\\r\\n\\t        var cases = [];\\r\\n\\t        var defaultFound = false;\\r\\n\\t        this.expect('{');\\r\\n\\t        while (true) {\\r\\n\\t            if (this.match('}')) {\\r\\n\\t                break;\\r\\n\\t            }\\r\\n\\t            var clause = this.parseSwitchCase();\\r\\n\\t            if (clause.test === null) {\\r\\n\\t                if (defaultFound) {\\r\\n\\t                    this.throwError(messages_1.Messages.MultipleDefaultsInSwitch);\\r\\n\\t                }\\r\\n\\t                defaultFound = true;\\r\\n\\t            }\\r\\n\\t            cases.push(clause);\\r\\n\\t        }\\r\\n\\t        this.expect('}');\\r\\n\\t        this.context.inSwitch = previousInSwitch;\\r\\n\\t        return this.finalize(node, new Node.SwitchStatement(discriminant, cases));\\r\\n\\t    };\\r\\n\\t    // https://tc39.github.io/ecma262/#sec-labelled-statements\\r\\n\\t    Parser.prototype.parseLabelledStatement = function () {\\r\\n\\t        var node = this.createNode();\\r\\n\\t        var expr = this.parseExpression();\\r\\n\\t        var statement;\\r\\n\\t        if ((expr.type === syntax_1.Syntax.Identifier) && this.match(':')) {\\r\\n\\t            this.nextToken();\\r\\n\\t            var id = expr;\\r\\n\\t            var key = '$' + id.name;\\r\\n\\t            if (Object.prototype.hasOwnProperty.call(this.context.labelSet, key)) {\\r\\n\\t                this.throwError(messages_1.Messages.Redeclaration, 'Label', id.name);\\r\\n\\t            }\\r\\n\\t            this.context.labelSet[key] = true;\\r\\n\\t            var body = void 0;\\r\\n\\t            if (this.matchKeyword('class')) {\\r\\n\\t                this.tolerateUnexpectedToken(this.lookahead);\\r\\n\\t                body = this.parseClassDeclaration();\\r\\n\\t            }\\r\\n\\t            else if (this.matchKeyword('function')) {\\r\\n\\t                var token = this.lookahead;\\r\\n\\t                var declaration = this.parseFunctionDeclaration();\\r\\n\\t                if (this.context.strict) {\\r\\n\\t                    this.tolerateUnexpectedToken(token, messages_1.Messages.StrictFunction);\\r\\n\\t                }\\r\\n\\t                else if (declaration.generator) {\\r\\n\\t                    this.tolerateUnexpectedToken(token, messages_1.Messages.GeneratorInLegacyContext);\\r\\n\\t                }\\r\\n\\t                body = declaration;\\r\\n\\t            }\\r\\n\\t            else {\\r\\n\\t                body = this.parseStatement();\\r\\n\\t            }\\r\\n\\t            delete this.context.labelSet[key];\\r\\n\\t            statement = new Node.LabeledStatement(id, body);\\r\\n\\t        }\\r\\n\\t        else {\\r\\n\\t            this.consumeSemicolon();\\r\\n\\t            statement = new Node.ExpressionStatement(expr);\\r\\n\\t        }\\r\\n\\t        return this.finalize(node, statement);\\r\\n\\t    };\\r\\n\\t    // https://tc39.github.io/ecma262/#sec-throw-statement\\r\\n\\t    Parser.prototype.parseThrowStatement = function () {\\r\\n\\t        var node = this.createNode();\\r\\n\\t        this.expectKeyword('throw');\\r\\n\\t        if (this.hasLineTerminator) {\\r\\n\\t            this.throwError(messages_1.Messages.NewlineAfterThrow);\\r\\n\\t        }\\r\\n\\t        var argument = this.parseExpression();\\r\\n\\t        this.consumeSemicolon();\\r\\n\\t        return this.finalize(node, new Node.ThrowStatement(argument));\\r\\n\\t    };\\r\\n\\t    // https://tc39.github.io/ecma262/#sec-try-statement\\r\\n\\t    Parser.prototype.parseCatchClause = function () {\\r\\n\\t        var node = this.createNode();\\r\\n\\t        this.expectKeyword('catch');\\r\\n\\t        this.expect('(');\\r\\n\\t        if (this.match(')')) {\\r\\n\\t            this.throwUnexpectedToken(this.lookahead);\\r\\n\\t        }\\r\\n\\t        var params = [];\\r\\n\\t        var param = this.parsePattern(params);\\r\\n\\t        var paramMap = {};\\r\\n\\t        for (var i = 0; i < params.length; i++) {\\r\\n\\t            var key = '$' + params[i].value;\\r\\n\\t            if (Object.prototype.hasOwnProperty.call(paramMap, key)) {\\r\\n\\t                this.tolerateError(messages_1.Messages.DuplicateBinding, params[i].value);\\r\\n\\t            }\\r\\n\\t            paramMap[key] = true;\\r\\n\\t        }\\r\\n\\t        if (this.context.strict && param.type === syntax_1.Syntax.Identifier) {\\r\\n\\t            if (this.scanner.isRestrictedWord(param.name)) {\\r\\n\\t                this.tolerateError(messages_1.Messages.StrictCatchVariable);\\r\\n\\t            }\\r\\n\\t        }\\r\\n\\t        this.expect(')');\\r\\n\\t        var body = this.parseBlock();\\r\\n\\t        return this.finalize(node, new Node.CatchClause(param, body));\\r\\n\\t    };\\r\\n\\t    Parser.prototype.parseFinallyClause = function () {\\r\\n\\t        this.expectKeyword('finally');\\r\\n\\t        return this.parseBlock();\\r\\n\\t    };\\r\\n\\t    Parser.prototype.parseTryStatement = function () {\\r\\n\\t        var node = this.createNode();\\r\\n\\t        this.expectKeyword('try');\\r\\n\\t        var block = this.parseBlock();\\r\\n\\t        var handler = this.matchKeyword('catch') ? this.parseCatchClause() : null;\\r\\n\\t        var finalizer = this.matchKeyword('finally') ? this.parseFinallyClause() : null;\\r\\n\\t        if (!handler && !finalizer) {\\r\\n\\t            this.throwError(messages_1.Messages.NoCatchOrFinally);\\r\\n\\t        }\\r\\n\\t        return this.finalize(node, new Node.TryStatement(block, handler, finalizer));\\r\\n\\t    };\\r\\n\\t    // https://tc39.github.io/ecma262/#sec-debugger-statement\\r\\n\\t    Parser.prototype.parseDebuggerStatement = function () {\\r\\n\\t        var node = this.createNode();\\r\\n\\t        this.expectKeyword('debugger');\\r\\n\\t        this.consumeSemicolon();\\r\\n\\t        return this.finalize(node, new Node.DebuggerStatement());\\r\\n\\t    };\\r\\n\\t    // https://tc39.github.io/ecma262/#sec-ecmascript-language-statements-and-declarations\\r\\n\\t    Parser.prototype.parseStatement = function () {\\r\\n\\t        var statement;\\r\\n\\t        switch (this.lookahead.type) {\\r\\n\\t            case 1 /* BooleanLiteral */:\\r\\n\\t            case 5 /* NullLiteral */:\\r\\n\\t            case 6 /* NumericLiteral */:\\r\\n\\t            case 8 /* StringLiteral */:\\r\\n\\t            case 10 /* Template */:\\r\\n\\t            case 9 /* RegularExpression */:\\r\\n\\t                statement = this.parseExpressionStatement();\\r\\n\\t                break;\\r\\n\\t            case 7 /* Punctuator */:\\r\\n\\t                var value = this.lookahead.value;\\r\\n\\t                if (value === '{') {\\r\\n\\t                    statement = this.parseBlock();\\r\\n\\t                }\\r\\n\\t                else if (value === '(') {\\r\\n\\t                    statement = this.parseExpressionStatement();\\r\\n\\t                }\\r\\n\\t                else if (value === ';') {\\r\\n\\t                    statement = this.parseEmptyStatement();\\r\\n\\t                }\\r\\n\\t                else {\\r\\n\\t                    statement = this.parseExpressionStatement();\\r\\n\\t                }\\r\\n\\t                break;\\r\\n\\t            case 3 /* Identifier */:\\r\\n\\t                statement = this.matchAsyncFunction() ? this.parseFunctionDeclaration() : this.parseLabelledStatement();\\r\\n\\t                break;\\r\\n\\t            case 4 /* Keyword */:\\r\\n\\t                switch (this.lookahead.value) {\\r\\n\\t                    case 'break':\\r\\n\\t                        statement = this.parseBreakStatement();\\r\\n\\t                        break;\\r\\n\\t                    case 'continue':\\r\\n\\t                        statement = this.parseContinueStatement();\\r\\n\\t                        break;\\r\\n\\t                    case 'debugger':\\r\\n\\t                        statement = this.parseDebuggerStatement();\\r\\n\\t                        break;\\r\\n\\t                    case 'do':\\r\\n\\t                        statement = this.parseDoWhileStatement();\\r\\n\\t                        break;\\r\\n\\t                    case 'for':\\r\\n\\t                        statement = this.parseForStatement();\\r\\n\\t                        break;\\r\\n\\t                    case 'function':\\r\\n\\t                        statement = this.parseFunctionDeclaration();\\r\\n\\t                        break;\\r\\n\\t                    case 'if':\\r\\n\\t                        statement = this.parseIfStatement();\\r\\n\\t                        break;\\r\\n\\t                    case 'return':\\r\\n\\t                        statement = this.parseReturnStatement();\\r\\n\\t                        break;\\r\\n\\t                    case 'switch':\\r\\n\\t                        statement = this.parseSwitchStatement();\\r\\n\\t                        break;\\r\\n\\t                    case 'throw':\\r\\n\\t                        statement = this.parseThrowStatement();\\r\\n\\t                        break;\\r\\n\\t                    case 'try':\\r\\n\\t                        statement = this.parseTryStatement();\\r\\n\\t                        break;\\r\\n\\t                    case 'var':\\r\\n\\t                        statement = this.parseVariableStatement();\\r\\n\\t                        break;\\r\\n\\t                    case 'while':\\r\\n\\t                        statement = this.parseWhileStatement();\\r\\n\\t                        break;\\r\\n\\t                    case 'with':\\r\\n\\t                        statement = this.parseWithStatement();\\r\\n\\t                        break;\\r\\n\\t                    default:\\r\\n\\t                        statement = this.parseExpressionStatement();\\r\\n\\t                        break;\\r\\n\\t                }\\r\\n\\t                break;\\r\\n\\t            default:\\r\\n\\t                statement = this.throwUnexpectedToken(this.lookahead);\\r\\n\\t        }\\r\\n\\t        return statement;\\r\\n\\t    };\\r\\n\\t    // https://tc39.github.io/ecma262/#sec-function-definitions\\r\\n\\t    Parser.prototype.parseFunctionSourceElements = function () {\\r\\n\\t        var node = this.createNode();\\r\\n\\t        this.expect('{');\\r\\n\\t        var body = this.parseDirectivePrologues();\\r\\n\\t        var previousLabelSet = this.context.labelSet;\\r\\n\\t        var previousInIteration = this.context.inIteration;\\r\\n\\t        var previousInSwitch = this.context.inSwitch;\\r\\n\\t        var previousInFunctionBody = this.context.inFunctionBody;\\r\\n\\t        this.context.labelSet = {};\\r\\n\\t        this.context.inIteration = false;\\r\\n\\t        this.context.inSwitch = false;\\r\\n\\t        this.context.inFunctionBody = true;\\r\\n\\t        while (this.lookahead.type !== 2 /* EOF */) {\\r\\n\\t            if (this.match('}')) {\\r\\n\\t                break;\\r\\n\\t            }\\r\\n\\t            body.push(this.parseStatementListItem());\\r\\n\\t        }\\r\\n\\t        this.expect('}');\\r\\n\\t        this.context.labelSet = previousLabelSet;\\r\\n\\t        this.context.inIteration = previousInIteration;\\r\\n\\t        this.context.inSwitch = previousInSwitch;\\r\\n\\t        this.context.inFunctionBody = previousInFunctionBody;\\r\\n\\t        return this.finalize(node, new Node.BlockStatement(body));\\r\\n\\t    };\\r\\n\\t    Parser.prototype.validateParam = function (options, param, name) {\\r\\n\\t        var key = '$' + name;\\r\\n\\t        if (this.context.strict) {\\r\\n\\t            if (this.scanner.isRestrictedWord(name)) {\\r\\n\\t                options.stricted = param;\\r\\n\\t                options.message = messages_1.Messages.StrictParamName;\\r\\n\\t            }\\r\\n\\t            if (Object.prototype.hasOwnProperty.call(options.paramSet, key)) {\\r\\n\\t                options.stricted = param;\\r\\n\\t                options.message = messages_1.Messages.StrictParamDupe;\\r\\n\\t            }\\r\\n\\t        }\\r\\n\\t        else if (!options.firstRestricted) {\\r\\n\\t            if (this.scanner.isRestrictedWord(name)) {\\r\\n\\t                options.firstRestricted = param;\\r\\n\\t                options.message = messages_1.Messages.StrictParamName;\\r\\n\\t            }\\r\\n\\t            else if (this.scanner.isStrictModeReservedWord(name)) {\\r\\n\\t                options.firstRestricted = param;\\r\\n\\t                options.message = messages_1.Messages.StrictReservedWord;\\r\\n\\t            }\\r\\n\\t            else if (Object.prototype.hasOwnProperty.call(options.paramSet, key)) {\\r\\n\\t                options.stricted = param;\\r\\n\\t                options.message = messages_1.Messages.StrictParamDupe;\\r\\n\\t            }\\r\\n\\t        }\\r\\n\\t        /* istanbul ignore next */\\r\\n\\t        if (typeof Object.defineProperty === 'function') {\\r\\n\\t            Object.defineProperty(options.paramSet, key, { value: true, enumerable: true, writable: true, configurable: true });\\r\\n\\t        }\\r\\n\\t        else {\\r\\n\\t            options.paramSet[key] = true;\\r\\n\\t        }\\r\\n\\t    };\\r\\n\\t    Parser.prototype.parseRestElement = function (params) {\\r\\n\\t        var node = this.createNode();\\r\\n\\t        this.expect('...');\\r\\n\\t        var arg = this.parsePattern(params);\\r\\n\\t        if (this.match('=')) {\\r\\n\\t            this.throwError(messages_1.Messages.DefaultRestParameter);\\r\\n\\t        }\\r\\n\\t        if (!this.match(')')) {\\r\\n\\t            this.throwError(messages_1.Messages.ParameterAfterRestParameter);\\r\\n\\t        }\\r\\n\\t        return this.finalize(node, new Node.RestElement(arg));\\r\\n\\t    };\\r\\n\\t    Parser.prototype.parseFormalParameter = function (options) {\\r\\n\\t        var params = [];\\r\\n\\t        var param = this.match('...') ? this.parseRestElement(params) : this.parsePatternWithDefault(params);\\r\\n\\t        for (var i = 0; i < params.length; i++) {\\r\\n\\t            this.validateParam(options, params[i], params[i].value);\\r\\n\\t        }\\r\\n\\t        options.simple = options.simple && (param instanceof Node.Identifier);\\r\\n\\t        options.params.push(param);\\r\\n\\t    };\\r\\n\\t    Parser.prototype.parseFormalParameters = function (firstRestricted) {\\r\\n\\t        var options;\\r\\n\\t        options = {\\r\\n\\t            simple: true,\\r\\n\\t            params: [],\\r\\n\\t            firstRestricted: firstRestricted\\r\\n\\t        };\\r\\n\\t        this.expect('(');\\r\\n\\t        if (!this.match(')')) {\\r\\n\\t            options.paramSet = {};\\r\\n\\t            while (this.lookahead.type !== 2 /* EOF */) {\\r\\n\\t                this.parseFormalParameter(options);\\r\\n\\t                if (this.match(')')) {\\r\\n\\t                    break;\\r\\n\\t                }\\r\\n\\t                this.expect(',');\\r\\n\\t                if (this.match(')')) {\\r\\n\\t                    break;\\r\\n\\t                }\\r\\n\\t            }\\r\\n\\t        }\\r\\n\\t        this.expect(')');\\r\\n\\t        return {\\r\\n\\t            simple: options.simple,\\r\\n\\t            params: options.params,\\r\\n\\t            stricted: options.stricted,\\r\\n\\t            firstRestricted: options.firstRestricted,\\r\\n\\t            message: options.message\\r\\n\\t        };\\r\\n\\t    };\\r\\n\\t    Parser.prototype.matchAsyncFunction = function () {\\r\\n\\t        var match = this.matchContextualKeyword('async');\\r\\n\\t        if (match) {\\r\\n\\t            var state = this.scanner.saveState();\\r\\n\\t            this.scanner.scanComments();\\r\\n\\t            var next = this.scanner.lex();\\r\\n\\t            this.scanner.restoreState(state);\\r\\n\\t            match = (state.lineNumber === next.lineNumber) && (next.type === 4 /* Keyword */) && (next.value === 'function');\\r\\n\\t        }\\r\\n\\t        return match;\\r\\n\\t    };\\r\\n\\t    Parser.prototype.parseFunctionDeclaration = function (identifierIsOptional) {\\r\\n\\t        var node = this.createNode();\\r\\n\\t        var isAsync = this.matchContextualKeyword('async');\\r\\n\\t        if (isAsync) {\\r\\n\\t            this.nextToken();\\r\\n\\t        }\\r\\n\\t        this.expectKeyword('function');\\r\\n\\t        var isGenerator = isAsync ? false : this.match('*');\\r\\n\\t        if (isGenerator) {\\r\\n\\t            this.nextToken();\\r\\n\\t        }\\r\\n\\t        var message;\\r\\n\\t        var id = null;\\r\\n\\t        var firstRestricted = null;\\r\\n\\t        if (!identifierIsOptional || !this.match('(')) {\\r\\n\\t            var token = this.lookahead;\\r\\n\\t            id = this.parseVariableIdentifier();\\r\\n\\t            if (this.context.strict) {\\r\\n\\t                if (this.scanner.isRestrictedWord(token.value)) {\\r\\n\\t                    this.tolerateUnexpectedToken(token, messages_1.Messages.StrictFunctionName);\\r\\n\\t                }\\r\\n\\t            }\\r\\n\\t            else {\\r\\n\\t                if (this.scanner.isRestrictedWord(token.value)) {\\r\\n\\t                    firstRestricted = token;\\r\\n\\t                    message = messages_1.Messages.StrictFunctionName;\\r\\n\\t                }\\r\\n\\t                else if (this.scanner.isStrictModeReservedWord(token.value)) {\\r\\n\\t                    firstRestricted = token;\\r\\n\\t                    message = messages_1.Messages.StrictReservedWord;\\r\\n\\t                }\\r\\n\\t            }\\r\\n\\t        }\\r\\n\\t        var previousAllowAwait = this.context.await;\\r\\n\\t        var previousAllowYield = this.context.allowYield;\\r\\n\\t        this.context.await = isAsync;\\r\\n\\t        this.context.allowYield = !isGenerator;\\r\\n\\t        var formalParameters = this.parseFormalParameters(firstRestricted);\\r\\n\\t        var params = formalParameters.params;\\r\\n\\t        var stricted = formalParameters.stricted;\\r\\n\\t        firstRestricted = formalParameters.firstRestricted;\\r\\n\\t        if (formalParameters.message) {\\r\\n\\t            message = formalParameters.message;\\r\\n\\t        }\\r\\n\\t        var previousStrict = this.context.strict;\\r\\n\\t        var previousAllowStrictDirective = this.context.allowStrictDirective;\\r\\n\\t        this.context.allowStrictDirective = formalParameters.simple;\\r\\n\\t        var body = this.parseFunctionSourceElements();\\r\\n\\t        if (this.context.strict && firstRestricted) {\\r\\n\\t            this.throwUnexpectedToken(firstRestricted, message);\\r\\n\\t        }\\r\\n\\t        if (this.context.strict && stricted) {\\r\\n\\t            this.tolerateUnexpectedToken(stricted, message);\\r\\n\\t        }\\r\\n\\t        this.context.strict = previousStrict;\\r\\n\\t        this.context.allowStrictDirective = previousAllowStrictDirective;\\r\\n\\t        this.context.await = previousAllowAwait;\\r\\n\\t        this.context.allowYield = previousAllowYield;\\r\\n\\t        return isAsync ? this.finalize(node, new Node.AsyncFunctionDeclaration(id, params, body)) :\\r\\n\\t            this.finalize(node, new Node.FunctionDeclaration(id, params, body, isGenerator));\\r\\n\\t    };\\r\\n\\t    Parser.prototype.parseFunctionExpression = function () {\\r\\n\\t        var node = this.createNode();\\r\\n\\t        var isAsync = this.matchContextualKeyword('async');\\r\\n\\t        if (isAsync) {\\r\\n\\t            this.nextToken();\\r\\n\\t        }\\r\\n\\t        this.expectKeyword('function');\\r\\n\\t        var isGenerator = isAsync ? false : this.match('*');\\r\\n\\t        if (isGenerator) {\\r\\n\\t            this.nextToken();\\r\\n\\t        }\\r\\n\\t        var message;\\r\\n\\t        var id = null;\\r\\n\\t        var firstRestricted;\\r\\n\\t        var previousAllowAwait = this.context.await;\\r\\n\\t        var previousAllowYield = this.context.allowYield;\\r\\n\\t        this.context.await = isAsync;\\r\\n\\t        this.context.allowYield = !isGenerator;\\r\\n\\t        if (!this.match('(')) {\\r\\n\\t            var token = this.lookahead;\\r\\n\\t            id = (!this.context.strict && !isGenerator && this.matchKeyword('yield')) ? this.parseIdentifierName() : this.parseVariableIdentifier();\\r\\n\\t            if (this.context.strict) {\\r\\n\\t                if (this.scanner.isRestrictedWord(token.value)) {\\r\\n\\t                    this.tolerateUnexpectedToken(token, messages_1.Messages.StrictFunctionName);\\r\\n\\t                }\\r\\n\\t            }\\r\\n\\t            else {\\r\\n\\t                if (this.scanner.isRestrictedWord(token.value)) {\\r\\n\\t                    firstRestricted = token;\\r\\n\\t                    message = messages_1.Messages.StrictFunctionName;\\r\\n\\t                }\\r\\n\\t                else if (this.scanner.isStrictModeReservedWord(token.value)) {\\r\\n\\t                    firstRestricted = token;\\r\\n\\t                    message = messages_1.Messages.StrictReservedWord;\\r\\n\\t                }\\r\\n\\t            }\\r\\n\\t        }\\r\\n\\t        var formalParameters = this.parseFormalParameters(firstRestricted);\\r\\n\\t        var params = formalParameters.params;\\r\\n\\t        var stricted = formalParameters.stricted;\\r\\n\\t        firstRestricted = formalParameters.firstRestricted;\\r\\n\\t        if (formalParameters.message) {\\r\\n\\t            message = formalParameters.message;\\r\\n\\t        }\\r\\n\\t        var previousStrict = this.context.strict;\\r\\n\\t        var previousAllowStrictDirective = this.context.allowStrictDirective;\\r\\n\\t        this.context.allowStrictDirective = formalParameters.simple;\\r\\n\\t        var body = this.parseFunctionSourceElements();\\r\\n\\t        if (this.context.strict && firstRestricted) {\\r\\n\\t            this.throwUnexpectedToken(firstRestricted, message);\\r\\n\\t        }\\r\\n\\t        if (this.context.strict && stricted) {\\r\\n\\t            this.tolerateUnexpectedToken(stricted, message);\\r\\n\\t        }\\r\\n\\t        this.context.strict = previousStrict;\\r\\n\\t        this.context.allowStrictDirective = previousAllowStrictDirective;\\r\\n\\t        this.context.await = previousAllowAwait;\\r\\n\\t        this.context.allowYield = previousAllowYield;\\r\\n\\t        return isAsync ? this.finalize(node, new Node.AsyncFunctionExpression(id, params, body)) :\\r\\n\\t            this.finalize(node, new Node.FunctionExpression(id, params, body, isGenerator));\\r\\n\\t    };\\r\\n\\t    // https://tc39.github.io/ecma262/#sec-directive-prologues-and-the-use-strict-directive\\r\\n\\t    Parser.prototype.parseDirective = function () {\\r\\n\\t        var token = this.lookahead;\\r\\n\\t        var node = this.createNode();\\r\\n\\t        var expr = this.parseExpression();\\r\\n\\t        var directive = (expr.type === syntax_1.Syntax.Literal) ? this.getTokenRaw(token).slice(1, -1) : null;\\r\\n\\t        this.consumeSemicolon();\\r\\n\\t        return this.finalize(node, directive ? new Node.Directive(expr, directive) : new Node.ExpressionStatement(expr));\\r\\n\\t    };\\r\\n\\t    Parser.prototype.parseDirectivePrologues = function () {\\r\\n\\t        var firstRestricted = null;\\r\\n\\t        var body = [];\\r\\n\\t        while (true) {\\r\\n\\t            var token = this.lookahead;\\r\\n\\t            if (token.type !== 8 /* StringLiteral */) {\\r\\n\\t                break;\\r\\n\\t            }\\r\\n\\t            var statement = this.parseDirective();\\r\\n\\t            body.push(statement);\\r\\n\\t            var directive = statement.directive;\\r\\n\\t            if (typeof directive !== 'string') {\\r\\n\\t                break;\\r\\n\\t            }\\r\\n\\t            if (directive === 'use strict') {\\r\\n\\t                this.context.strict = true;\\r\\n\\t                if (firstRestricted) {\\r\\n\\t                    this.tolerateUnexpectedToken(firstRestricted, messages_1.Messages.StrictOctalLiteral);\\r\\n\\t                }\\r\\n\\t                if (!this.context.allowStrictDirective) {\\r\\n\\t                    this.tolerateUnexpectedToken(token, messages_1.Messages.IllegalLanguageModeDirective);\\r\\n\\t                }\\r\\n\\t            }\\r\\n\\t            else {\\r\\n\\t                if (!firstRestricted && token.octal) {\\r\\n\\t                    firstRestricted = token;\\r\\n\\t                }\\r\\n\\t            }\\r\\n\\t        }\\r\\n\\t        return body;\\r\\n\\t    };\\r\\n\\t    // https://tc39.github.io/ecma262/#sec-method-definitions\\r\\n\\t    Parser.prototype.qualifiedPropertyName = function (token) {\\r\\n\\t        switch (token.type) {\\r\\n\\t            case 3 /* Identifier */:\\r\\n\\t            case 8 /* StringLiteral */:\\r\\n\\t            case 1 /* BooleanLiteral */:\\r\\n\\t            case 5 /* NullLiteral */:\\r\\n\\t            case 6 /* NumericLiteral */:\\r\\n\\t            case 4 /* Keyword */:\\r\\n\\t                return true;\\r\\n\\t            case 7 /* Punctuator */:\\r\\n\\t                return token.value === '[';\\r\\n\\t            default:\\r\\n\\t                break;\\r\\n\\t        }\\r\\n\\t        return false;\\r\\n\\t    };\\r\\n\\t    Parser.prototype.parseGetterMethod = function () {\\r\\n\\t        var node = this.createNode();\\r\\n\\t        var isGenerator = false;\\r\\n\\t        var previousAllowYield = this.context.allowYield;\\r\\n\\t        this.context.allowYield = false;\\r\\n\\t        var formalParameters = this.parseFormalParameters();\\r\\n\\t        if (formalParameters.params.length > 0) {\\r\\n\\t            this.tolerateError(messages_1.Messages.BadGetterArity);\\r\\n\\t        }\\r\\n\\t        var method = this.parsePropertyMethod(formalParameters);\\r\\n\\t        this.context.allowYield = previousAllowYield;\\r\\n\\t        return this.finalize(node, new Node.FunctionExpression(null, formalParameters.params, method, isGenerator));\\r\\n\\t    };\\r\\n\\t    Parser.prototype.parseSetterMethod = function () {\\r\\n\\t        var node = this.createNode();\\r\\n\\t        var isGenerator = false;\\r\\n\\t        var previousAllowYield = this.context.allowYield;\\r\\n\\t        this.context.allowYield = false;\\r\\n\\t        var formalParameters = this.parseFormalParameters();\\r\\n\\t        if (formalParameters.params.length !== 1) {\\r\\n\\t            this.tolerateError(messages_1.Messages.BadSetterArity);\\r\\n\\t        }\\r\\n\\t        else if (formalParameters.params[0] instanceof Node.RestElement) {\\r\\n\\t            this.tolerateError(messages_1.Messages.BadSetterRestParameter);\\r\\n\\t        }\\r\\n\\t        var method = this.parsePropertyMethod(formalParameters);\\r\\n\\t        this.context.allowYield = previousAllowYield;\\r\\n\\t        return this.finalize(node, new Node.FunctionExpression(null, formalParameters.params, method, isGenerator));\\r\\n\\t    };\\r\\n\\t    Parser.prototype.parseGeneratorMethod = function () {\\r\\n\\t        var node = this.createNode();\\r\\n\\t        var isGenerator = true;\\r\\n\\t        var previousAllowYield = this.context.allowYield;\\r\\n\\t        this.context.allowYield = true;\\r\\n\\t        var params = this.parseFormalParameters();\\r\\n\\t        this.context.allowYield = false;\\r\\n\\t        var method = this.parsePropertyMethod(params);\\r\\n\\t        this.context.allowYield = previousAllowYield;\\r\\n\\t        return this.finalize(node, new Node.FunctionExpression(null, params.params, method, isGenerator));\\r\\n\\t    };\\r\\n\\t    // https://tc39.github.io/ecma262/#sec-generator-function-definitions\\r\\n\\t    Parser.prototype.isStartOfExpression = function () {\\r\\n\\t        var start = true;\\r\\n\\t        var value = this.lookahead.value;\\r\\n\\t        switch (this.lookahead.type) {\\r\\n\\t            case 7 /* Punctuator */:\\r\\n\\t                start = (value === '[') || (value === '(') || (value === '{') ||\\r\\n\\t                    (value === '+') || (value === '-') ||\\r\\n\\t                    (value === '!') || (value === '~') ||\\r\\n\\t                    (value === '++') || (value === '--') ||\\r\\n\\t                    (value === '/') || (value === '/='); // regular expression literal\\r\\n\\t                break;\\r\\n\\t            case 4 /* Keyword */:\\r\\n\\t                start = (value === 'class') || (value === 'delete') ||\\r\\n\\t                    (value === 'function') || (value === 'let') || (value === 'new') ||\\r\\n\\t                    (value === 'super') || (value === 'this') || (value === 'typeof') ||\\r\\n\\t                    (value === 'void') || (value === 'yield');\\r\\n\\t                break;\\r\\n\\t            default:\\r\\n\\t                break;\\r\\n\\t        }\\r\\n\\t        return start;\\r\\n\\t    };\\r\\n\\t    Parser.prototype.parseYieldExpression = function () {\\r\\n\\t        var node = this.createNode();\\r\\n\\t        this.expectKeyword('yield');\\r\\n\\t        var argument = null;\\r\\n\\t        var delegate = false;\\r\\n\\t        if (!this.hasLineTerminator) {\\r\\n\\t            var previousAllowYield = this.context.allowYield;\\r\\n\\t            this.context.allowYield = false;\\r\\n\\t            delegate = this.match('*');\\r\\n\\t            if (delegate) {\\r\\n\\t                this.nextToken();\\r\\n\\t                argument = this.parseAssignmentExpression();\\r\\n\\t            }\\r\\n\\t            else if (this.isStartOfExpression()) {\\r\\n\\t                argument = this.parseAssignmentExpression();\\r\\n\\t            }\\r\\n\\t            this.context.allowYield = previousAllowYield;\\r\\n\\t        }\\r\\n\\t        return this.finalize(node, new Node.YieldExpression(argument, delegate));\\r\\n\\t    };\\r\\n\\t    // https://tc39.github.io/ecma262/#sec-class-definitions\\r\\n\\t    Parser.prototype.parseClassElement = function (hasConstructor) {\\r\\n\\t        var token = this.lookahead;\\r\\n\\t        var node = this.createNode();\\r\\n\\t        var kind = '';\\r\\n\\t        var key = null;\\r\\n\\t        var value = null;\\r\\n\\t        var computed = false;\\r\\n\\t        var method = false;\\r\\n\\t        var isStatic = false;\\r\\n\\t        var isAsync = false;\\r\\n\\t        if (this.match('*')) {\\r\\n\\t            this.nextToken();\\r\\n\\t        }\\r\\n\\t        else {\\r\\n\\t            computed = this.match('[');\\r\\n\\t            key = this.parseObjectPropertyKey();\\r\\n\\t            var id = key;\\r\\n\\t            if (id.name === 'static' && (this.qualifiedPropertyName(this.lookahead) || this.match('*'))) {\\r\\n\\t                token = this.lookahead;\\r\\n\\t                isStatic = true;\\r\\n\\t                computed = this.match('[');\\r\\n\\t                if (this.match('*')) {\\r\\n\\t                    this.nextToken();\\r\\n\\t                }\\r\\n\\t                else {\\r\\n\\t                    key = this.parseObjectPropertyKey();\\r\\n\\t                }\\r\\n\\t            }\\r\\n\\t            if ((token.type === 3 /* Identifier */) && !this.hasLineTerminator && (token.value === 'async')) {\\r\\n\\t                var punctuator = this.lookahead.value;\\r\\n\\t                if (punctuator !== ':' && punctuator !== '(' && punctuator !== '*') {\\r\\n\\t                    isAsync = true;\\r\\n\\t                    token = this.lookahead;\\r\\n\\t                    key = this.parseObjectPropertyKey();\\r\\n\\t                    if (token.type === 3 /* Identifier */) {\\r\\n\\t                        if (token.value === 'get' || token.value === 'set') {\\r\\n\\t                            this.tolerateUnexpectedToken(token);\\r\\n\\t                        }\\r\\n\\t                        else if (token.value === 'constructor') {\\r\\n\\t                            this.tolerateUnexpectedToken(token, messages_1.Messages.ConstructorIsAsync);\\r\\n\\t                        }\\r\\n\\t                    }\\r\\n\\t                }\\r\\n\\t            }\\r\\n\\t        }\\r\\n\\t        var lookaheadPropertyKey = this.qualifiedPropertyName(this.lookahead);\\r\\n\\t        if (token.type === 3 /* Identifier */) {\\r\\n\\t            if (token.value === 'get' && lookaheadPropertyKey) {\\r\\n\\t                kind = 'get';\\r\\n\\t                computed = this.match('[');\\r\\n\\t                key = this.parseObjectPropertyKey();\\r\\n\\t                this.context.allowYield = false;\\r\\n\\t                value = this.parseGetterMethod();\\r\\n\\t            }\\r\\n\\t            else if (token.value === 'set' && lookaheadPropertyKey) {\\r\\n\\t                kind = 'set';\\r\\n\\t                computed = this.match('[');\\r\\n\\t                key = this.parseObjectPropertyKey();\\r\\n\\t                value = this.parseSetterMethod();\\r\\n\\t            }\\r\\n\\t        }\\r\\n\\t        else if (token.type === 7 /* Punctuator */ && token.value === '*' && lookaheadPropertyKey) {\\r\\n\\t            kind = 'init';\\r\\n\\t            computed = this.match('[');\\r\\n\\t            key = this.parseObjectPropertyKey();\\r\\n\\t            value = this.parseGeneratorMethod();\\r\\n\\t            method = true;\\r\\n\\t        }\\r\\n\\t        if (!kind && key && this.match('(')) {\\r\\n\\t            kind = 'init';\\r\\n\\t            value = isAsync ? this.parsePropertyMethodAsyncFunction() : this.parsePropertyMethodFunction();\\r\\n\\t            method = true;\\r\\n\\t        }\\r\\n\\t        if (!kind) {\\r\\n\\t            this.throwUnexpectedToken(this.lookahead);\\r\\n\\t        }\\r\\n\\t        if (kind === 'init') {\\r\\n\\t            kind = 'method';\\r\\n\\t        }\\r\\n\\t        if (!computed) {\\r\\n\\t            if (isStatic && this.isPropertyKey(key, 'prototype')) {\\r\\n\\t                this.throwUnexpectedToken(token, messages_1.Messages.StaticPrototype);\\r\\n\\t            }\\r\\n\\t            if (!isStatic && this.isPropertyKey(key, 'constructor')) {\\r\\n\\t                if (kind !== 'method' || !method || (value && value.generator)) {\\r\\n\\t                    this.throwUnexpectedToken(token, messages_1.Messages.ConstructorSpecialMethod);\\r\\n\\t                }\\r\\n\\t                if (hasConstructor.value) {\\r\\n\\t                    this.throwUnexpectedToken(token, messages_1.Messages.DuplicateConstructor);\\r\\n\\t                }\\r\\n\\t                else {\\r\\n\\t                    hasConstructor.value = true;\\r\\n\\t                }\\r\\n\\t                kind = 'constructor';\\r\\n\\t            }\\r\\n\\t        }\\r\\n\\t        return this.finalize(node, new Node.MethodDefinition(key, computed, value, kind, isStatic));\\r\\n\\t    };\\r\\n\\t    Parser.prototype.parseClassElementList = function () {\\r\\n\\t        var body = [];\\r\\n\\t        var hasConstructor = { value: false };\\r\\n\\t        this.expect('{');\\r\\n\\t        while (!this.match('}')) {\\r\\n\\t            if (this.match(';')) {\\r\\n\\t                this.nextToken();\\r\\n\\t            }\\r\\n\\t            else {\\r\\n\\t                body.push(this.parseClassElement(hasConstructor));\\r\\n\\t            }\\r\\n\\t        }\\r\\n\\t        this.expect('}');\\r\\n\\t        return body;\\r\\n\\t    };\\r\\n\\t    Parser.prototype.parseClassBody = function () {\\r\\n\\t        var node = this.createNode();\\r\\n\\t        var elementList = this.parseClassElementList();\\r\\n\\t        return this.finalize(node, new Node.ClassBody(elementList));\\r\\n\\t    };\\r\\n\\t    Parser.prototype.parseClassDeclaration = function (identifierIsOptional) {\\r\\n\\t        var node = this.createNode();\\r\\n\\t        var previousStrict = this.context.strict;\\r\\n\\t        this.context.strict = true;\\r\\n\\t        this.expectKeyword('class');\\r\\n\\t        var id = (identifierIsOptional && (this.lookahead.type !== 3 /* Identifier */)) ? null : this.parseVariableIdentifier();\\r\\n\\t        var superClass = null;\\r\\n\\t        if (this.matchKeyword('extends')) {\\r\\n\\t            this.nextToken();\\r\\n\\t            superClass = this.isolateCoverGrammar(this.parseLeftHandSideExpressionAllowCall);\\r\\n\\t        }\\r\\n\\t        var classBody = this.parseClassBody();\\r\\n\\t        this.context.strict = previousStrict;\\r\\n\\t        return this.finalize(node, new Node.ClassDeclaration(id, superClass, classBody));\\r\\n\\t    };\\r\\n\\t    Parser.prototype.parseClassExpression = function () {\\r\\n\\t        var node = this.createNode();\\r\\n\\t        var previousStrict = this.context.strict;\\r\\n\\t        this.context.strict = true;\\r\\n\\t        this.expectKeyword('class');\\r\\n\\t        var id = (this.lookahead.type === 3 /* Identifier */) ? this.parseVariableIdentifier() : null;\\r\\n\\t        var superClass = null;\\r\\n\\t        if (this.matchKeyword('extends')) {\\r\\n\\t            this.nextToken();\\r\\n\\t            superClass = this.isolateCoverGrammar(this.parseLeftHandSideExpressionAllowCall);\\r\\n\\t        }\\r\\n\\t        var classBody = this.parseClassBody();\\r\\n\\t        this.context.strict = previousStrict;\\r\\n\\t        return this.finalize(node, new Node.ClassExpression(id, superClass, classBody));\\r\\n\\t    };\\r\\n\\t    // https://tc39.github.io/ecma262/#sec-scripts\\r\\n\\t    // https://tc39.github.io/ecma262/#sec-modules\\r\\n\\t    Parser.prototype.parseModule = function () {\\r\\n\\t        this.context.strict = true;\\r\\n\\t        this.context.isModule = true;\\r\\n\\t        var node = this.createNode();\\r\\n\\t        var body = this.parseDirectivePrologues();\\r\\n\\t        while (this.lookahead.type !== 2 /* EOF */) {\\r\\n\\t            body.push(this.parseStatementListItem());\\r\\n\\t        }\\r\\n\\t        return this.finalize(node, new Node.Module(body));\\r\\n\\t    };\\r\\n\\t    Parser.prototype.parseScript = function () {\\r\\n\\t        var node = this.createNode();\\r\\n\\t        var body = this.parseDirectivePrologues();\\r\\n\\t        while (this.lookahead.type !== 2 /* EOF */) {\\r\\n\\t            body.push(this.parseStatementListItem());\\r\\n\\t        }\\r\\n\\t        return this.finalize(node, new Node.Script(body));\\r\\n\\t    };\\r\\n\\t    // https://tc39.github.io/ecma262/#sec-imports\\r\\n\\t    Parser.prototype.parseModuleSpecifier = function () {\\r\\n\\t        var node = this.createNode();\\r\\n\\t        if (this.lookahead.type !== 8 /* StringLiteral */) {\\r\\n\\t            this.throwError(messages_1.Messages.InvalidModuleSpecifier);\\r\\n\\t        }\\r\\n\\t        var token = this.nextToken();\\r\\n\\t        var raw = this.getTokenRaw(token);\\r\\n\\t        return this.finalize(node, new Node.Literal(token.value, raw));\\r\\n\\t    };\\r\\n\\t    // import {<foo as bar>} ...;\\r\\n\\t    Parser.prototype.parseImportSpecifier = function () {\\r\\n\\t        var node = this.createNode();\\r\\n\\t        var imported;\\r\\n\\t        var local;\\r\\n\\t        if (this.lookahead.type === 3 /* Identifier */) {\\r\\n\\t            imported = this.parseVariableIdentifier();\\r\\n\\t            local = imported;\\r\\n\\t            if (this.matchContextualKeyword('as')) {\\r\\n\\t                this.nextToken();\\r\\n\\t                local = this.parseVariableIdentifier();\\r\\n\\t            }\\r\\n\\t        }\\r\\n\\t        else {\\r\\n\\t            imported = this.parseIdentifierName();\\r\\n\\t            local = imported;\\r\\n\\t            if (this.matchContextualKeyword('as')) {\\r\\n\\t                this.nextToken();\\r\\n\\t                local = this.parseVariableIdentifier();\\r\\n\\t            }\\r\\n\\t            else {\\r\\n\\t                this.throwUnexpectedToken(this.nextToken());\\r\\n\\t            }\\r\\n\\t        }\\r\\n\\t        return this.finalize(node, new Node.ImportSpecifier(local, imported));\\r\\n\\t    };\\r\\n\\t    // {foo, bar as bas}\\r\\n\\t    Parser.prototype.parseNamedImports = function () {\\r\\n\\t        this.expect('{');\\r\\n\\t        var specifiers = [];\\r\\n\\t        while (!this.match('}')) {\\r\\n\\t            specifiers.push(this.parseImportSpecifier());\\r\\n\\t            if (!this.match('}')) {\\r\\n\\t                this.expect(',');\\r\\n\\t            }\\r\\n\\t        }\\r\\n\\t        this.expect('}');\\r\\n\\t        return specifiers;\\r\\n\\t    };\\r\\n\\t    // import <foo> ...;\\r\\n\\t    Parser.prototype.parseImportDefaultSpecifier = function () {\\r\\n\\t        var node = this.createNode();\\r\\n\\t        var local = this.parseIdentifierName();\\r\\n\\t        return this.finalize(node, new Node.ImportDefaultSpecifier(local));\\r\\n\\t    };\\r\\n\\t    // import <* as foo> ...;\\r\\n\\t    Parser.prototype.parseImportNamespaceSpecifier = function () {\\r\\n\\t        var node = this.createNode();\\r\\n\\t        this.expect('*');\\r\\n\\t        if (!this.matchContextualKeyword('as')) {\\r\\n\\t            this.throwError(messages_1.Messages.NoAsAfterImportNamespace);\\r\\n\\t        }\\r\\n\\t        this.nextToken();\\r\\n\\t        var local = this.parseIdentifierName();\\r\\n\\t        return this.finalize(node, new Node.ImportNamespaceSpecifier(local));\\r\\n\\t    };\\r\\n\\t    Parser.prototype.parseImportDeclaration = function () {\\r\\n\\t        if (this.context.inFunctionBody) {\\r\\n\\t            this.throwError(messages_1.Messages.IllegalImportDeclaration);\\r\\n\\t        }\\r\\n\\t        var node = this.createNode();\\r\\n\\t        this.expectKeyword('import');\\r\\n\\t        var src;\\r\\n\\t        var specifiers = [];\\r\\n\\t        if (this.lookahead.type === 8 /* StringLiteral */) {\\r\\n\\t            // import 'foo';\\r\\n\\t            src = this.parseModuleSpecifier();\\r\\n\\t        }\\r\\n\\t        else {\\r\\n\\t            if (this.match('{')) {\\r\\n\\t                // import {bar}\\r\\n\\t                specifiers = specifiers.concat(this.parseNamedImports());\\r\\n\\t            }\\r\\n\\t            else if (this.match('*')) {\\r\\n\\t                // import * as foo\\r\\n\\t                specifiers.push(this.parseImportNamespaceSpecifier());\\r\\n\\t            }\\r\\n\\t            else if (this.isIdentifierName(this.lookahead) && !this.matchKeyword('default')) {\\r\\n\\t                // import foo\\r\\n\\t                specifiers.push(this.parseImportDefaultSpecifier());\\r\\n\\t                if (this.match(',')) {\\r\\n\\t                    this.nextToken();\\r\\n\\t                    if (this.match('*')) {\\r\\n\\t                        // import foo, * as foo\\r\\n\\t                        specifiers.push(this.parseImportNamespaceSpecifier());\\r\\n\\t                    }\\r\\n\\t                    else if (this.match('{')) {\\r\\n\\t                        // import foo, {bar}\\r\\n\\t                        specifiers = specifiers.concat(this.parseNamedImports());\\r\\n\\t                    }\\r\\n\\t                    else {\\r\\n\\t                        this.throwUnexpectedToken(this.lookahead);\\r\\n\\t                    }\\r\\n\\t                }\\r\\n\\t            }\\r\\n\\t            else {\\r\\n\\t                this.throwUnexpectedToken(this.nextToken());\\r\\n\\t            }\\r\\n\\t            if (!this.matchContextualKeyword('from')) {\\r\\n\\t                var message = this.lookahead.value ? messages_1.Messages.UnexpectedToken : messages_1.Messages.MissingFromClause;\\r\\n\\t                this.throwError(message, this.lookahead.value);\\r\\n\\t            }\\r\\n\\t            this.nextToken();\\r\\n\\t            src = this.parseModuleSpecifier();\\r\\n\\t        }\\r\\n\\t        this.consumeSemicolon();\\r\\n\\t        return this.finalize(node, new Node.ImportDeclaration(specifiers, src));\\r\\n\\t    };\\r\\n\\t    // https://tc39.github.io/ecma262/#sec-exports\\r\\n\\t    Parser.prototype.parseExportSpecifier = function () {\\r\\n\\t        var node = this.createNode();\\r\\n\\t        var local = this.parseIdentifierName();\\r\\n\\t        var exported = local;\\r\\n\\t        if (this.matchContextualKeyword('as')) {\\r\\n\\t            this.nextToken();\\r\\n\\t            exported = this.parseIdentifierName();\\r\\n\\t        }\\r\\n\\t        return this.finalize(node, new Node.ExportSpecifier(local, exported));\\r\\n\\t    };\\r\\n\\t    Parser.prototype.parseExportDeclaration = function () {\\r\\n\\t        if (this.context.inFunctionBody) {\\r\\n\\t            this.throwError(messages_1.Messages.IllegalExportDeclaration);\\r\\n\\t        }\\r\\n\\t        var node = this.createNode();\\r\\n\\t        this.expectKeyword('export');\\r\\n\\t        var exportDeclaration;\\r\\n\\t        if (this.matchKeyword('default')) {\\r\\n\\t            // export default ...\\r\\n\\t            this.nextToken();\\r\\n\\t            if (this.matchKeyword('function')) {\\r\\n\\t                // export default function foo () {}\\r\\n\\t                // export default function () {}\\r\\n\\t                var declaration = this.parseFunctionDeclaration(true);\\r\\n\\t                exportDeclaration = this.finalize(node, new Node.ExportDefaultDeclaration(declaration));\\r\\n\\t            }\\r\\n\\t            else if (this.matchKeyword('class')) {\\r\\n\\t                // export default class foo {}\\r\\n\\t                var declaration = this.parseClassDeclaration(true);\\r\\n\\t                exportDeclaration = this.finalize(node, new Node.ExportDefaultDeclaration(declaration));\\r\\n\\t            }\\r\\n\\t            else if (this.matchContextualKeyword('async')) {\\r\\n\\t                // export default async function f () {}\\r\\n\\t                // export default async function () {}\\r\\n\\t                // export default async x => x\\r\\n\\t                var declaration = this.matchAsyncFunction() ? this.parseFunctionDeclaration(true) : this.parseAssignmentExpression();\\r\\n\\t                exportDeclaration = this.finalize(node, new Node.ExportDefaultDeclaration(declaration));\\r\\n\\t            }\\r\\n\\t            else {\\r\\n\\t                if (this.matchContextualKeyword('from')) {\\r\\n\\t                    this.throwError(messages_1.Messages.UnexpectedToken, this.lookahead.value);\\r\\n\\t                }\\r\\n\\t                // export default {};\\r\\n\\t                // export default [];\\r\\n\\t                // export default (1 + 2);\\r\\n\\t                var declaration = this.match('{') ? this.parseObjectInitializer() :\\r\\n\\t                    this.match('[') ? this.parseArrayInitializer() : this.parseAssignmentExpression();\\r\\n\\t                this.consumeSemicolon();\\r\\n\\t                exportDeclaration = this.finalize(node, new Node.ExportDefaultDeclaration(declaration));\\r\\n\\t            }\\r\\n\\t        }\\r\\n\\t        else if (this.match('*')) {\\r\\n\\t            // export * from 'foo';\\r\\n\\t            this.nextToken();\\r\\n\\t            if (!this.matchContextualKeyword('from')) {\\r\\n\\t                var message = this.lookahead.value ? messages_1.Messages.UnexpectedToken : messages_1.Messages.MissingFromClause;\\r\\n\\t                this.throwError(message, this.lookahead.value);\\r\\n\\t            }\\r\\n\\t            this.nextToken();\\r\\n\\t            var src = this.parseModuleSpecifier();\\r\\n\\t            this.consumeSemicolon();\\r\\n\\t            exportDeclaration = this.finalize(node, new Node.ExportAllDeclaration(src));\\r\\n\\t        }\\r\\n\\t        else if (this.lookahead.type === 4 /* Keyword */) {\\r\\n\\t            // export var f = 1;\\r\\n\\t            var declaration = void 0;\\r\\n\\t            switch (this.lookahead.value) {\\r\\n\\t                case 'let':\\r\\n\\t                case 'const':\\r\\n\\t                    declaration = this.parseLexicalDeclaration({ inFor: false });\\r\\n\\t                    break;\\r\\n\\t                case 'var':\\r\\n\\t                case 'class':\\r\\n\\t                case 'function':\\r\\n\\t                    declaration = this.parseStatementListItem();\\r\\n\\t                    break;\\r\\n\\t                default:\\r\\n\\t                    this.throwUnexpectedToken(this.lookahead);\\r\\n\\t            }\\r\\n\\t            exportDeclaration = this.finalize(node, new Node.ExportNamedDeclaration(declaration, [], null));\\r\\n\\t        }\\r\\n\\t        else if (this.matchAsyncFunction()) {\\r\\n\\t            var declaration = this.parseFunctionDeclaration();\\r\\n\\t            exportDeclaration = this.finalize(node, new Node.ExportNamedDeclaration(declaration, [], null));\\r\\n\\t        }\\r\\n\\t        else {\\r\\n\\t            var specifiers = [];\\r\\n\\t            var source = null;\\r\\n\\t            var isExportFromIdentifier = false;\\r\\n\\t            this.expect('{');\\r\\n\\t            while (!this.match('}')) {\\r\\n\\t                isExportFromIdentifier = isExportFromIdentifier || this.matchKeyword('default');\\r\\n\\t                specifiers.push(this.parseExportSpecifier());\\r\\n\\t                if (!this.match('}')) {\\r\\n\\t                    this.expect(',');\\r\\n\\t                }\\r\\n\\t            }\\r\\n\\t            this.expect('}');\\r\\n\\t            if (this.matchContextualKeyword('from')) {\\r\\n\\t                // export {default} from 'foo';\\r\\n\\t                // export {foo} from 'foo';\\r\\n\\t                this.nextToken();\\r\\n\\t                source = this.parseModuleSpecifier();\\r\\n\\t                this.consumeSemicolon();\\r\\n\\t            }\\r\\n\\t            else if (isExportFromIdentifier) {\\r\\n\\t                // export {default}; // missing fromClause\\r\\n\\t                var message = this.lookahead.value ? messages_1.Messages.UnexpectedToken : messages_1.Messages.MissingFromClause;\\r\\n\\t                this.throwError(message, this.lookahead.value);\\r\\n\\t            }\\r\\n\\t            else {\\r\\n\\t                // export {foo};\\r\\n\\t                this.consumeSemicolon();\\r\\n\\t            }\\r\\n\\t            exportDeclaration = this.finalize(node, new Node.ExportNamedDeclaration(null, specifiers, source));\\r\\n\\t        }\\r\\n\\t        return exportDeclaration;\\r\\n\\t    };\\r\\n\\t    return Parser;\\r\\n\\t}());\\r\\n\\texports.Parser = Parser;\\r\\n\\n\\n/***/ },\\n/* 9 */\\n/***/ function(module, exports) {\\n\\n\\t\\\"use strict\\\";\\r\\n\\t// Ensure the condition is true, otherwise throw an error.\\r\\n\\t// This is only to have a better contract semantic, i.e. another safety net\\r\\n\\t// to catch a logic error. The condition shall be fulfilled in normal case.\\r\\n\\t// Do NOT use this to enforce a certain condition on any user input.\\r\\n\\tObject.defineProperty(exports, \\\"__esModule\\\", { value: true });\\r\\n\\tfunction assert(condition, message) {\\r\\n\\t    /* istanbul ignore if */\\r\\n\\t    if (!condition) {\\r\\n\\t        throw new Error('ASSERT: ' + message);\\r\\n\\t    }\\r\\n\\t}\\r\\n\\texports.assert = assert;\\r\\n\\n\\n/***/ },\\n/* 10 */\\n/***/ function(module, exports) {\\n\\n\\t\\\"use strict\\\";\\r\\n\\t/* tslint:disable:max-classes-per-file */\\r\\n\\tObject.defineProperty(exports, \\\"__esModule\\\", { value: true });\\r\\n\\tvar ErrorHandler = (function () {\\r\\n\\t    function ErrorHandler() {\\r\\n\\t        this.errors = [];\\r\\n\\t        this.tolerant = false;\\r\\n\\t    }\\r\\n\\t    ErrorHandler.prototype.recordError = function (error) {\\r\\n\\t        this.errors.push(error);\\r\\n\\t    };\\r\\n\\t    ErrorHandler.prototype.tolerate = function (error) {\\r\\n\\t        if (this.tolerant) {\\r\\n\\t            this.recordError(error);\\r\\n\\t        }\\r\\n\\t        else {\\r\\n\\t            throw error;\\r\\n\\t        }\\r\\n\\t    };\\r\\n\\t    ErrorHandler.prototype.constructError = function (msg, column) {\\r\\n\\t        var error = new Error(msg);\\r\\n\\t        try {\\r\\n\\t            throw error;\\r\\n\\t        }\\r\\n\\t        catch (base) {\\r\\n\\t            /* istanbul ignore else */\\r\\n\\t            if (Object.create && Object.defineProperty) {\\r\\n\\t                error = Object.create(base);\\r\\n\\t                Object.defineProperty(error, 'column', { value: column });\\r\\n\\t            }\\r\\n\\t        }\\r\\n\\t        /* istanbul ignore next */\\r\\n\\t        return error;\\r\\n\\t    };\\r\\n\\t    ErrorHandler.prototype.createError = function (index, line, col, description) {\\r\\n\\t        var msg = 'Line ' + line + ': ' + description;\\r\\n\\t        var error = this.constructError(msg, col);\\r\\n\\t        error.index = index;\\r\\n\\t        error.lineNumber = line;\\r\\n\\t        error.description = description;\\r\\n\\t        return error;\\r\\n\\t    };\\r\\n\\t    ErrorHandler.prototype.throwError = function (index, line, col, description) {\\r\\n\\t        throw this.createError(index, line, col, description);\\r\\n\\t    };\\r\\n\\t    ErrorHandler.prototype.tolerateError = function (index, line, col, description) {\\r\\n\\t        var error = this.createError(index, line, col, description);\\r\\n\\t        if (this.tolerant) {\\r\\n\\t            this.recordError(error);\\r\\n\\t        }\\r\\n\\t        else {\\r\\n\\t            throw error;\\r\\n\\t        }\\r\\n\\t    };\\r\\n\\t    return ErrorHandler;\\r\\n\\t}());\\r\\n\\texports.ErrorHandler = ErrorHandler;\\r\\n\\n\\n/***/ },\\n/* 11 */\\n/***/ function(module, exports) {\\n\\n\\t\\\"use strict\\\";\\r\\n\\tObject.defineProperty(exports, \\\"__esModule\\\", { value: true });\\r\\n\\t// Error messages should be identical to V8.\\r\\n\\texports.Messages = {\\r\\n\\t    BadGetterArity: 'Getter must not have any formal parameters',\\r\\n\\t    BadSetterArity: 'Setter must have exactly one formal parameter',\\r\\n\\t    BadSetterRestParameter: 'Setter function argument must not be a rest parameter',\\r\\n\\t    ConstructorIsAsync: 'Class constructor may not be an async method',\\r\\n\\t    ConstructorSpecialMethod: 'Class constructor may not be an accessor',\\r\\n\\t    DeclarationMissingInitializer: 'Missing initializer in %0 declaration',\\r\\n\\t    DefaultRestParameter: 'Unexpected token =',\\r\\n\\t    DuplicateBinding: 'Duplicate binding %0',\\r\\n\\t    DuplicateConstructor: 'A class may only have one constructor',\\r\\n\\t    DuplicateProtoProperty: 'Duplicate __proto__ fields are not allowed in object literals',\\r\\n\\t    ForInOfLoopInitializer: '%0 loop variable declaration may not have an initializer',\\r\\n\\t    GeneratorInLegacyContext: 'Generator declarations are not allowed in legacy contexts',\\r\\n\\t    IllegalBreak: 'Illegal break statement',\\r\\n\\t    IllegalContinue: 'Illegal continue statement',\\r\\n\\t    IllegalExportDeclaration: 'Unexpected token',\\r\\n\\t    IllegalImportDeclaration: 'Unexpected token',\\r\\n\\t    IllegalLanguageModeDirective: 'Illegal \\\\'use strict\\\\' directive in function with non-simple parameter list',\\r\\n\\t    IllegalReturn: 'Illegal return statement',\\r\\n\\t    InvalidEscapedReservedWord: 'Keyword must not contain escaped characters',\\r\\n\\t    InvalidHexEscapeSequence: 'Invalid hexadecimal escape sequence',\\r\\n\\t    InvalidLHSInAssignment: 'Invalid left-hand side in assignment',\\r\\n\\t    InvalidLHSInForIn: 'Invalid left-hand side in for-in',\\r\\n\\t    InvalidLHSInForLoop: 'Invalid left-hand side in for-loop',\\r\\n\\t    InvalidModuleSpecifier: 'Unexpected token',\\r\\n\\t    InvalidRegExp: 'Invalid regular expression',\\r\\n\\t    LetInLexicalBinding: 'let is disallowed as a lexically bound name',\\r\\n\\t    MissingFromClause: 'Unexpected token',\\r\\n\\t    MultipleDefaultsInSwitch: 'More than one default clause in switch statement',\\r\\n\\t    NewlineAfterThrow: 'Illegal newline after throw',\\r\\n\\t    NoAsAfterImportNamespace: 'Unexpected token',\\r\\n\\t    NoCatchOrFinally: 'Missing catch or finally after try',\\r\\n\\t    ParameterAfterRestParameter: 'Rest parameter must be last formal parameter',\\r\\n\\t    Redeclaration: '%0 \\\\'%1\\\\' has already been declared',\\r\\n\\t    StaticPrototype: 'Classes may not have static property named prototype',\\r\\n\\t    StrictCatchVariable: 'Catch variable may not be eval or arguments in strict mode',\\r\\n\\t    StrictDelete: 'Delete of an unqualified identifier in strict mode.',\\r\\n\\t    StrictFunction: 'In strict mode code, functions can only be declared at top level or inside a block',\\r\\n\\t    StrictFunctionName: 'Function name may not be eval or arguments in strict mode',\\r\\n\\t    StrictLHSAssignment: 'Assignment to eval or arguments is not allowed in strict mode',\\r\\n\\t    StrictLHSPostfix: 'Postfix increment/decrement may not have eval or arguments operand in strict mode',\\r\\n\\t    StrictLHSPrefix: 'Prefix increment/decrement may not have eval or arguments operand in strict mode',\\r\\n\\t    StrictModeWith: 'Strict mode code may not include a with statement',\\r\\n\\t    StrictOctalLiteral: 'Octal literals are not allowed in strict mode.',\\r\\n\\t    StrictParamDupe: 'Strict mode function may not have duplicate parameter names',\\r\\n\\t    StrictParamName: 'Parameter name eval or arguments is not allowed in strict mode',\\r\\n\\t    StrictReservedWord: 'Use of future reserved word in strict mode',\\r\\n\\t    StrictVarName: 'Variable name may not be eval or arguments in strict mode',\\r\\n\\t    TemplateOctalLiteral: 'Octal literals are not allowed in template strings.',\\r\\n\\t    UnexpectedEOS: 'Unexpected end of input',\\r\\n\\t    UnexpectedIdentifier: 'Unexpected identifier',\\r\\n\\t    UnexpectedNumber: 'Unexpected number',\\r\\n\\t    UnexpectedReserved: 'Unexpected reserved word',\\r\\n\\t    UnexpectedString: 'Unexpected string',\\r\\n\\t    UnexpectedTemplate: 'Unexpected quasi %0',\\r\\n\\t    UnexpectedToken: 'Unexpected token %0',\\r\\n\\t    UnexpectedTokenIllegal: 'Unexpected token ILLEGAL',\\r\\n\\t    UnknownLabel: 'Undefined label \\\\'%0\\\\'',\\r\\n\\t    UnterminatedRegExp: 'Invalid regular expression: missing /'\\r\\n\\t};\\r\\n\\n\\n/***/ },\\n/* 12 */\\n/***/ function(module, exports, __webpack_require__) {\\n\\n\\t\\\"use strict\\\";\\r\\n\\tObject.defineProperty(exports, \\\"__esModule\\\", { value: true });\\r\\n\\tvar assert_1 = __webpack_require__(9);\\r\\n\\tvar character_1 = __webpack_require__(4);\\r\\n\\tvar messages_1 = __webpack_require__(11);\\r\\n\\tfunction hexValue(ch) {\\r\\n\\t    return '0123456789abcdef'.indexOf(ch.toLowerCase());\\r\\n\\t}\\r\\n\\tfunction octalValue(ch) {\\r\\n\\t    return '01234567'.indexOf(ch);\\r\\n\\t}\\r\\n\\tvar Scanner = (function () {\\r\\n\\t    function Scanner(code, handler) {\\r\\n\\t        this.source = code;\\r\\n\\t        this.errorHandler = handler;\\r\\n\\t        this.trackComment = false;\\r\\n\\t        this.length = code.length;\\r\\n\\t        this.index = 0;\\r\\n\\t        this.lineNumber = (code.length > 0) ? 1 : 0;\\r\\n\\t        this.lineStart = 0;\\r\\n\\t        this.curlyStack = [];\\r\\n\\t    }\\r\\n\\t    Scanner.prototype.saveState = function () {\\r\\n\\t        return {\\r\\n\\t            index: this.index,\\r\\n\\t            lineNumber: this.lineNumber,\\r\\n\\t            lineStart: this.lineStart\\r\\n\\t        };\\r\\n\\t    };\\r\\n\\t    Scanner.prototype.restoreState = function (state) {\\r\\n\\t        this.index = state.index;\\r\\n\\t        this.lineNumber = state.lineNumber;\\r\\n\\t        this.lineStart = state.lineStart;\\r\\n\\t    };\\r\\n\\t    Scanner.prototype.eof = function () {\\r\\n\\t        return this.index >= this.length;\\r\\n\\t    };\\r\\n\\t    Scanner.prototype.throwUnexpectedToken = function (message) {\\r\\n\\t        if (message === void 0) { message = messages_1.Messages.UnexpectedTokenIllegal; }\\r\\n\\t        return this.errorHandler.throwError(this.index, this.lineNumber, this.index - this.lineStart + 1, message);\\r\\n\\t    };\\r\\n\\t    Scanner.prototype.tolerateUnexpectedToken = function (message) {\\r\\n\\t        if (message === void 0) { message = messages_1.Messages.UnexpectedTokenIllegal; }\\r\\n\\t        this.errorHandler.tolerateError(this.index, this.lineNumber, this.index - this.lineStart + 1, message);\\r\\n\\t    };\\r\\n\\t    // https://tc39.github.io/ecma262/#sec-comments\\r\\n\\t    Scanner.prototype.skipSingleLineComment = function (offset) {\\r\\n\\t        var comments = [];\\r\\n\\t        var start, loc;\\r\\n\\t        if (this.trackComment) {\\r\\n\\t            comments = [];\\r\\n\\t            start = this.index - offset;\\r\\n\\t            loc = {\\r\\n\\t                start: {\\r\\n\\t                    line: this.lineNumber,\\r\\n\\t                    column: this.index - this.lineStart - offset\\r\\n\\t                },\\r\\n\\t                end: {}\\r\\n\\t            };\\r\\n\\t        }\\r\\n\\t        while (!this.eof()) {\\r\\n\\t            var ch = this.source.charCodeAt(this.index);\\r\\n\\t            ++this.index;\\r\\n\\t            if (character_1.Character.isLineTerminator(ch)) {\\r\\n\\t                if (this.trackComment) {\\r\\n\\t                    loc.end = {\\r\\n\\t                        line: this.lineNumber,\\r\\n\\t                        column: this.index - this.lineStart - 1\\r\\n\\t                    };\\r\\n\\t                    var entry = {\\r\\n\\t                        multiLine: false,\\r\\n\\t                        slice: [start + offset, this.index - 1],\\r\\n\\t                        range: [start, this.index - 1],\\r\\n\\t                        loc: loc\\r\\n\\t                    };\\r\\n\\t                    comments.push(entry);\\r\\n\\t                }\\r\\n\\t                if (ch === 13 && this.source.charCodeAt(this.index) === 10) {\\r\\n\\t                    ++this.index;\\r\\n\\t                }\\r\\n\\t                ++this.lineNumber;\\r\\n\\t                this.lineStart = this.index;\\r\\n\\t                return comments;\\r\\n\\t            }\\r\\n\\t        }\\r\\n\\t        if (this.trackComment) {\\r\\n\\t            loc.end = {\\r\\n\\t                line: this.lineNumber,\\r\\n\\t                column: this.index - this.lineStart\\r\\n\\t            };\\r\\n\\t            var entry = {\\r\\n\\t                multiLine: false,\\r\\n\\t                slice: [start + offset, this.index],\\r\\n\\t                range: [start, this.index],\\r\\n\\t                loc: loc\\r\\n\\t            };\\r\\n\\t            comments.push(entry);\\r\\n\\t        }\\r\\n\\t        return comments;\\r\\n\\t    };\\r\\n\\t    Scanner.prototype.skipMultiLineComment = function () {\\r\\n\\t        var comments = [];\\r\\n\\t        var start, loc;\\r\\n\\t        if (this.trackComment) {\\r\\n\\t            comments = [];\\r\\n\\t            start = this.index - 2;\\r\\n\\t            loc = {\\r\\n\\t                start: {\\r\\n\\t                    line: this.lineNumber,\\r\\n\\t                    column: this.index - this.lineStart - 2\\r\\n\\t                },\\r\\n\\t                end: {}\\r\\n\\t            };\\r\\n\\t        }\\r\\n\\t        while (!this.eof()) {\\r\\n\\t            var ch = this.source.charCodeAt(this.index);\\r\\n\\t            if (character_1.Character.isLineTerminator(ch)) {\\r\\n\\t                if (ch === 0x0D && this.source.charCodeAt(this.index + 1) === 0x0A) {\\r\\n\\t                    ++this.index;\\r\\n\\t                }\\r\\n\\t                ++this.lineNumber;\\r\\n\\t                ++this.index;\\r\\n\\t                this.lineStart = this.index;\\r\\n\\t            }\\r\\n\\t            else if (ch === 0x2A) {\\r\\n\\t                // Block comment ends with '*/'.\\r\\n\\t                if (this.source.charCodeAt(this.index + 1) === 0x2F) {\\r\\n\\t                    this.index += 2;\\r\\n\\t                    if (this.trackComment) {\\r\\n\\t                        loc.end = {\\r\\n\\t                            line: this.lineNumber,\\r\\n\\t                            column: this.index - this.lineStart\\r\\n\\t                        };\\r\\n\\t                        var entry = {\\r\\n\\t                            multiLine: true,\\r\\n\\t                            slice: [start + 2, this.index - 2],\\r\\n\\t                            range: [start, this.index],\\r\\n\\t                            loc: loc\\r\\n\\t                        };\\r\\n\\t                        comments.push(entry);\\r\\n\\t                    }\\r\\n\\t                    return comments;\\r\\n\\t                }\\r\\n\\t                ++this.index;\\r\\n\\t            }\\r\\n\\t            else {\\r\\n\\t                ++this.index;\\r\\n\\t            }\\r\\n\\t        }\\r\\n\\t        // Ran off the end of the file - the whole thing is a comment\\r\\n\\t        if (this.trackComment) {\\r\\n\\t            loc.end = {\\r\\n\\t                line: this.lineNumber,\\r\\n\\t                column: this.index - this.lineStart\\r\\n\\t            };\\r\\n\\t            var entry = {\\r\\n\\t                multiLine: true,\\r\\n\\t                slice: [start + 2, this.index],\\r\\n\\t                range: [start, this.index],\\r\\n\\t                loc: loc\\r\\n\\t            };\\r\\n\\t            comments.push(entry);\\r\\n\\t        }\\r\\n\\t        this.tolerateUnexpectedToken();\\r\\n\\t        return comments;\\r\\n\\t    };\\r\\n\\t    Scanner.prototype.scanComments = function () {\\r\\n\\t        var comments;\\r\\n\\t        if (this.trackComment) {\\r\\n\\t            comments = [];\\r\\n\\t        }\\r\\n\\t        var start = (this.index === 0);\\r\\n\\t        while (!this.eof()) {\\r\\n\\t            var ch = this.source.charCodeAt(this.index);\\r\\n\\t            if (character_1.Character.isWhiteSpace(ch)) {\\r\\n\\t                ++this.index;\\r\\n\\t            }\\r\\n\\t            else if (character_1.Character.isLineTerminator(ch)) {\\r\\n\\t                ++this.index;\\r\\n\\t                if (ch === 0x0D && this.source.charCodeAt(this.index) === 0x0A) {\\r\\n\\t                    ++this.index;\\r\\n\\t                }\\r\\n\\t                ++this.lineNumber;\\r\\n\\t                this.lineStart = this.index;\\r\\n\\t                start = true;\\r\\n\\t            }\\r\\n\\t            else if (ch === 0x2F) {\\r\\n\\t                ch = this.source.charCodeAt(this.index + 1);\\r\\n\\t                if (ch === 0x2F) {\\r\\n\\t                    this.index += 2;\\r\\n\\t                    var comment = this.skipSingleLineComment(2);\\r\\n\\t                    if (this.trackComment) {\\r\\n\\t                        comments = comments.concat(comment);\\r\\n\\t                    }\\r\\n\\t                    start = true;\\r\\n\\t                }\\r\\n\\t                else if (ch === 0x2A) {\\r\\n\\t                    this.index += 2;\\r\\n\\t                    var comment = this.skipMultiLineComment();\\r\\n\\t                    if (this.trackComment) {\\r\\n\\t                        comments = comments.concat(comment);\\r\\n\\t                    }\\r\\n\\t                }\\r\\n\\t                else {\\r\\n\\t                    break;\\r\\n\\t                }\\r\\n\\t            }\\r\\n\\t            else if (start && ch === 0x2D) {\\r\\n\\t                // U+003E is '>'\\r\\n\\t                if ((this.source.charCodeAt(this.index + 1) === 0x2D) && (this.source.charCodeAt(this.index + 2) === 0x3E)) {\\r\\n\\t                    // '-->' is a single-line comment\\r\\n\\t                    this.index += 3;\\r\\n\\t                    var comment = this.skipSingleLineComment(3);\\r\\n\\t                    if (this.trackComment) {\\r\\n\\t                        comments = comments.concat(comment);\\r\\n\\t                    }\\r\\n\\t                }\\r\\n\\t                else {\\r\\n\\t                    break;\\r\\n\\t                }\\r\\n\\t            }\\r\\n\\t            else if (ch === 0x3C) {\\r\\n\\t                if (this.source.slice(this.index + 1, this.index + 4) === '!--') {\\r\\n\\t                    this.index += 4; // `<!--`\\r\\n\\t                    var comment = this.skipSingleLineComment(4);\\r\\n\\t                    if (this.trackComment) {\\r\\n\\t                        comments = comments.concat(comment);\\r\\n\\t                    }\\r\\n\\t                }\\r\\n\\t                else {\\r\\n\\t                    break;\\r\\n\\t                }\\r\\n\\t            }\\r\\n\\t            else {\\r\\n\\t                break;\\r\\n\\t            }\\r\\n\\t        }\\r\\n\\t        return comments;\\r\\n\\t    };\\r\\n\\t    // https://tc39.github.io/ecma262/#sec-future-reserved-words\\r\\n\\t    Scanner.prototype.isFutureReservedWord = function (id) {\\r\\n\\t        switch (id) {\\r\\n\\t            case 'enum':\\r\\n\\t            case 'export':\\r\\n\\t            case 'import':\\r\\n\\t            case 'super':\\r\\n\\t                return true;\\r\\n\\t            default:\\r\\n\\t                return false;\\r\\n\\t        }\\r\\n\\t    };\\r\\n\\t    Scanner.prototype.isStrictModeReservedWord = function (id) {\\r\\n\\t        switch (id) {\\r\\n\\t            case 'implements':\\r\\n\\t            case 'interface':\\r\\n\\t            case 'package':\\r\\n\\t            case 'private':\\r\\n\\t            case 'protected':\\r\\n\\t            case 'public':\\r\\n\\t            case 'static':\\r\\n\\t            case 'yield':\\r\\n\\t            case 'let':\\r\\n\\t                return true;\\r\\n\\t            default:\\r\\n\\t                return false;\\r\\n\\t        }\\r\\n\\t    };\\r\\n\\t    Scanner.prototype.isRestrictedWord = function (id) {\\r\\n\\t        return id === 'eval' || id === 'arguments';\\r\\n\\t    };\\r\\n\\t    // https://tc39.github.io/ecma262/#sec-keywords\\r\\n\\t    Scanner.prototype.isKeyword = function (id) {\\r\\n\\t        switch (id.length) {\\r\\n\\t            case 2:\\r\\n\\t                return (id === 'if') || (id === 'in') || (id === 'do');\\r\\n\\t            case 3:\\r\\n\\t                return (id === 'var') || (id === 'for') || (id === 'new') ||\\r\\n\\t                    (id === 'try') || (id === 'let');\\r\\n\\t            case 4:\\r\\n\\t                return (id === 'this') || (id === 'else') || (id === 'case') ||\\r\\n\\t                    (id === 'void') || (id === 'with') || (id === 'enum');\\r\\n\\t            case 5:\\r\\n\\t                return (id === 'while') || (id === 'break') || (id === 'catch') ||\\r\\n\\t                    (id === 'throw') || (id === 'const') || (id === 'yield') ||\\r\\n\\t                    (id === 'class') || (id === 'super');\\r\\n\\t            case 6:\\r\\n\\t                return (id === 'return') || (id === 'typeof') || (id === 'delete') ||\\r\\n\\t                    (id === 'switch') || (id === 'export') || (id === 'import');\\r\\n\\t            case 7:\\r\\n\\t                return (id === 'default') || (id === 'finally') || (id === 'extends');\\r\\n\\t            case 8:\\r\\n\\t                return (id === 'function') || (id === 'continue') || (id === 'debugger');\\r\\n\\t            case 10:\\r\\n\\t                return (id === 'instanceof');\\r\\n\\t            default:\\r\\n\\t                return false;\\r\\n\\t        }\\r\\n\\t    };\\r\\n\\t    Scanner.prototype.codePointAt = function (i) {\\r\\n\\t        var cp = this.source.charCodeAt(i);\\r\\n\\t        if (cp >= 0xD800 && cp <= 0xDBFF) {\\r\\n\\t            var second = this.source.charCodeAt(i + 1);\\r\\n\\t            if (second >= 0xDC00 && second <= 0xDFFF) {\\r\\n\\t                var first = cp;\\r\\n\\t                cp = (first - 0xD800) * 0x400 + second - 0xDC00 + 0x10000;\\r\\n\\t            }\\r\\n\\t        }\\r\\n\\t        return cp;\\r\\n\\t    };\\r\\n\\t    Scanner.prototype.scanHexEscape = function (prefix) {\\r\\n\\t        var len = (prefix === 'u') ? 4 : 2;\\r\\n\\t        var code = 0;\\r\\n\\t        for (var i = 0; i < len; ++i) {\\r\\n\\t            if (!this.eof() && character_1.Character.isHexDigit(this.source.charCodeAt(this.index))) {\\r\\n\\t                code = code * 16 + hexValue(this.source[this.index++]);\\r\\n\\t            }\\r\\n\\t            else {\\r\\n\\t                return null;\\r\\n\\t            }\\r\\n\\t        }\\r\\n\\t        return String.fromCharCode(code);\\r\\n\\t    };\\r\\n\\t    Scanner.prototype.scanUnicodeCodePointEscape = function () {\\r\\n\\t        var ch = this.source[this.index];\\r\\n\\t        var code = 0;\\r\\n\\t        // At least, one hex digit is required.\\r\\n\\t        if (ch === '}') {\\r\\n\\t            this.throwUnexpectedToken();\\r\\n\\t        }\\r\\n\\t        while (!this.eof()) {\\r\\n\\t            ch = this.source[this.index++];\\r\\n\\t            if (!character_1.Character.isHexDigit(ch.charCodeAt(0))) {\\r\\n\\t                break;\\r\\n\\t            }\\r\\n\\t            code = code * 16 + hexValue(ch);\\r\\n\\t        }\\r\\n\\t        if (code > 0x10FFFF || ch !== '}') {\\r\\n\\t            this.throwUnexpectedToken();\\r\\n\\t        }\\r\\n\\t        return character_1.Character.fromCodePoint(code);\\r\\n\\t    };\\r\\n\\t    Scanner.prototype.getIdentifier = function () {\\r\\n\\t        var start = this.index++;\\r\\n\\t        while (!this.eof()) {\\r\\n\\t            var ch = this.source.charCodeAt(this.index);\\r\\n\\t            if (ch === 0x5C) {\\r\\n\\t                // Blackslash (U+005C) marks Unicode escape sequence.\\r\\n\\t                this.index = start;\\r\\n\\t                return this.getComplexIdentifier();\\r\\n\\t            }\\r\\n\\t            else if (ch >= 0xD800 && ch < 0xDFFF) {\\r\\n\\t                // Need to handle surrogate pairs.\\r\\n\\t                this.index = start;\\r\\n\\t                return this.getComplexIdentifier();\\r\\n\\t            }\\r\\n\\t            if (character_1.Character.isIdentifierPart(ch)) {\\r\\n\\t                ++this.index;\\r\\n\\t            }\\r\\n\\t            else {\\r\\n\\t                break;\\r\\n\\t            }\\r\\n\\t        }\\r\\n\\t        return this.source.slice(start, this.index);\\r\\n\\t    };\\r\\n\\t    Scanner.prototype.getComplexIdentifier = function () {\\r\\n\\t        var cp = this.codePointAt(this.index);\\r\\n\\t        var id = character_1.Character.fromCodePoint(cp);\\r\\n\\t        this.index += id.length;\\r\\n\\t        // '\\\\u' (U+005C, U+0075) denotes an escaped character.\\r\\n\\t        var ch;\\r\\n\\t        if (cp === 0x5C) {\\r\\n\\t            if (this.source.charCodeAt(this.index) !== 0x75) {\\r\\n\\t                this.throwUnexpectedToken();\\r\\n\\t            }\\r\\n\\t            ++this.index;\\r\\n\\t            if (this.source[this.index] === '{') {\\r\\n\\t                ++this.index;\\r\\n\\t                ch = this.scanUnicodeCodePointEscape();\\r\\n\\t            }\\r\\n\\t            else {\\r\\n\\t                ch = this.scanHexEscape('u');\\r\\n\\t                if (ch === null || ch === '\\\\\\\\' || !character_1.Character.isIdentifierStart(ch.charCodeAt(0))) {\\r\\n\\t                    this.throwUnexpectedToken();\\r\\n\\t                }\\r\\n\\t            }\\r\\n\\t            id = ch;\\r\\n\\t        }\\r\\n\\t        while (!this.eof()) {\\r\\n\\t            cp = this.codePointAt(this.index);\\r\\n\\t            if (!character_1.Character.isIdentifierPart(cp)) {\\r\\n\\t                break;\\r\\n\\t            }\\r\\n\\t            ch = character_1.Character.fromCodePoint(cp);\\r\\n\\t            id += ch;\\r\\n\\t            this.index += ch.length;\\r\\n\\t            // '\\\\u' (U+005C, U+0075) denotes an escaped character.\\r\\n\\t            if (cp === 0x5C) {\\r\\n\\t                id = id.substr(0, id.length - 1);\\r\\n\\t                if (this.source.charCodeAt(this.index) !== 0x75) {\\r\\n\\t                    this.throwUnexpectedToken();\\r\\n\\t                }\\r\\n\\t                ++this.index;\\r\\n\\t                if (this.source[this.index] === '{') {\\r\\n\\t                    ++this.index;\\r\\n\\t                    ch = this.scanUnicodeCodePointEscape();\\r\\n\\t                }\\r\\n\\t                else {\\r\\n\\t                    ch = this.scanHexEscape('u');\\r\\n\\t                    if (ch === null || ch === '\\\\\\\\' || !character_1.Character.isIdentifierPart(ch.charCodeAt(0))) {\\r\\n\\t                        this.throwUnexpectedToken();\\r\\n\\t                    }\\r\\n\\t                }\\r\\n\\t                id += ch;\\r\\n\\t            }\\r\\n\\t        }\\r\\n\\t        return id;\\r\\n\\t    };\\r\\n\\t    Scanner.prototype.octalToDecimal = function (ch) {\\r\\n\\t        // \\\\0 is not octal escape sequence\\r\\n\\t        var octal = (ch !== '0');\\r\\n\\t        var code = octalValue(ch);\\r\\n\\t        if (!this.eof() && character_1.Character.isOctalDigit(this.source.charCodeAt(this.index))) {\\r\\n\\t            octal = true;\\r\\n\\t            code = code * 8 + octalValue(this.source[this.index++]);\\r\\n\\t            // 3 digits are only allowed when string starts\\r\\n\\t            // with 0, 1, 2, 3\\r\\n\\t            if ('0123'.indexOf(ch) >= 0 && !this.eof() && character_1.Character.isOctalDigit(this.source.charCodeAt(this.index))) {\\r\\n\\t                code = code * 8 + octalValue(this.source[this.index++]);\\r\\n\\t            }\\r\\n\\t        }\\r\\n\\t        return {\\r\\n\\t            code: code,\\r\\n\\t            octal: octal\\r\\n\\t        };\\r\\n\\t    };\\r\\n\\t    // https://tc39.github.io/ecma262/#sec-names-and-keywords\\r\\n\\t    Scanner.prototype.scanIdentifier = function () {\\r\\n\\t        var type;\\r\\n\\t        var start = this.index;\\r\\n\\t        // Backslash (U+005C) starts an escaped character.\\r\\n\\t        var id = (this.source.charCodeAt(start) === 0x5C) ? this.getComplexIdentifier() : this.getIdentifier();\\r\\n\\t        // There is no keyword or literal with only one character.\\r\\n\\t        // Thus, it must be an identifier.\\r\\n\\t        if (id.length === 1) {\\r\\n\\t            type = 3 /* Identifier */;\\r\\n\\t        }\\r\\n\\t        else if (this.isKeyword(id)) {\\r\\n\\t            type = 4 /* Keyword */;\\r\\n\\t        }\\r\\n\\t        else if (id === 'null') {\\r\\n\\t            type = 5 /* NullLiteral */;\\r\\n\\t        }\\r\\n\\t        else if (id === 'true' || id === 'false') {\\r\\n\\t            type = 1 /* BooleanLiteral */;\\r\\n\\t        }\\r\\n\\t        else {\\r\\n\\t            type = 3 /* Identifier */;\\r\\n\\t        }\\r\\n\\t        if (type !== 3 /* Identifier */ && (start + id.length !== this.index)) {\\r\\n\\t            var restore = this.index;\\r\\n\\t            this.index = start;\\r\\n\\t            this.tolerateUnexpectedToken(messages_1.Messages.InvalidEscapedReservedWord);\\r\\n\\t            this.index = restore;\\r\\n\\t        }\\r\\n\\t        return {\\r\\n\\t            type: type,\\r\\n\\t            value: id,\\r\\n\\t            lineNumber: this.lineNumber,\\r\\n\\t            lineStart: this.lineStart,\\r\\n\\t            start: start,\\r\\n\\t            end: this.index\\r\\n\\t        };\\r\\n\\t    };\\r\\n\\t    // https://tc39.github.io/ecma262/#sec-punctuators\\r\\n\\t    Scanner.prototype.scanPunctuator = function () {\\r\\n\\t        var start = this.index;\\r\\n\\t        // Check for most common single-character punctuators.\\r\\n\\t        var str = this.source[this.index];\\r\\n\\t        switch (str) {\\r\\n\\t            case '(':\\r\\n\\t            case '{':\\r\\n\\t                if (str === '{') {\\r\\n\\t                    this.curlyStack.push('{');\\r\\n\\t                }\\r\\n\\t                ++this.index;\\r\\n\\t                break;\\r\\n\\t            case '.':\\r\\n\\t                ++this.index;\\r\\n\\t                if (this.source[this.index] === '.' && this.source[this.index + 1] === '.') {\\r\\n\\t                    // Spread operator: ...\\r\\n\\t                    this.index += 2;\\r\\n\\t                    str = '...';\\r\\n\\t                }\\r\\n\\t                break;\\r\\n\\t            case '}':\\r\\n\\t                ++this.index;\\r\\n\\t                this.curlyStack.pop();\\r\\n\\t                break;\\r\\n\\t            case ')':\\r\\n\\t            case ';':\\r\\n\\t            case ',':\\r\\n\\t            case '[':\\r\\n\\t            case ']':\\r\\n\\t            case ':':\\r\\n\\t            case '?':\\r\\n\\t            case '~':\\r\\n\\t                ++this.index;\\r\\n\\t                break;\\r\\n\\t            default:\\r\\n\\t                // 4-character punctuator.\\r\\n\\t                str = this.source.substr(this.index, 4);\\r\\n\\t                if (str === '>>>=') {\\r\\n\\t                    this.index += 4;\\r\\n\\t                }\\r\\n\\t                else {\\r\\n\\t                    // 3-character punctuators.\\r\\n\\t                    str = str.substr(0, 3);\\r\\n\\t                    if (str === '===' || str === '!==' || str === '>>>' ||\\r\\n\\t                        str === '<<=' || str === '>>=' || str === '**=') {\\r\\n\\t                        this.index += 3;\\r\\n\\t                    }\\r\\n\\t                    else {\\r\\n\\t                        // 2-character punctuators.\\r\\n\\t                        str = str.substr(0, 2);\\r\\n\\t                        if (str === '&&' || str === '||' || str === '==' || str === '!=' ||\\r\\n\\t                            str === '+=' || str === '-=' || str === '*=' || str === '/=' ||\\r\\n\\t                            str === '++' || str === '--' || str === '<<' || str === '>>' ||\\r\\n\\t                            str === '&=' || str === '|=' || str === '^=' || str === '%=' ||\\r\\n\\t                            str === '<=' || str === '>=' || str === '=>' || str === '**') {\\r\\n\\t                            this.index += 2;\\r\\n\\t                        }\\r\\n\\t                        else {\\r\\n\\t                            // 1-character punctuators.\\r\\n\\t                            str = this.source[this.index];\\r\\n\\t                            if ('<>=!+-*%&|^/'.indexOf(str) >= 0) {\\r\\n\\t                                ++this.index;\\r\\n\\t                            }\\r\\n\\t                        }\\r\\n\\t                    }\\r\\n\\t                }\\r\\n\\t        }\\r\\n\\t        if (this.index === start) {\\r\\n\\t            this.throwUnexpectedToken();\\r\\n\\t        }\\r\\n\\t        return {\\r\\n\\t            type: 7 /* Punctuator */,\\r\\n\\t            value: str,\\r\\n\\t            lineNumber: this.lineNumber,\\r\\n\\t            lineStart: this.lineStart,\\r\\n\\t            start: start,\\r\\n\\t            end: this.index\\r\\n\\t        };\\r\\n\\t    };\\r\\n\\t    // https://tc39.github.io/ecma262/#sec-literals-numeric-literals\\r\\n\\t    Scanner.prototype.scanHexLiteral = function (start) {\\r\\n\\t        var num = '';\\r\\n\\t        while (!this.eof()) {\\r\\n\\t            if (!character_1.Character.isHexDigit(this.source.charCodeAt(this.index))) {\\r\\n\\t                break;\\r\\n\\t            }\\r\\n\\t            num += this.source[this.index++];\\r\\n\\t        }\\r\\n\\t        if (num.length === 0) {\\r\\n\\t            this.throwUnexpectedToken();\\r\\n\\t        }\\r\\n\\t        if (character_1.Character.isIdentifierStart(this.source.charCodeAt(this.index))) {\\r\\n\\t            this.throwUnexpectedToken();\\r\\n\\t        }\\r\\n\\t        return {\\r\\n\\t            type: 6 /* NumericLiteral */,\\r\\n\\t            value: parseInt('0x' + num, 16),\\r\\n\\t            lineNumber: this.lineNumber,\\r\\n\\t            lineStart: this.lineStart,\\r\\n\\t            start: start,\\r\\n\\t            end: this.index\\r\\n\\t        };\\r\\n\\t    };\\r\\n\\t    Scanner.prototype.scanBinaryLiteral = function (start) {\\r\\n\\t        var num = '';\\r\\n\\t        var ch;\\r\\n\\t        while (!this.eof()) {\\r\\n\\t            ch = this.source[this.index];\\r\\n\\t            if (ch !== '0' && ch !== '1') {\\r\\n\\t                break;\\r\\n\\t            }\\r\\n\\t            num += this.source[this.index++];\\r\\n\\t        }\\r\\n\\t        if (num.length === 0) {\\r\\n\\t            // only 0b or 0B\\r\\n\\t            this.throwUnexpectedToken();\\r\\n\\t        }\\r\\n\\t        if (!this.eof()) {\\r\\n\\t            ch = this.source.charCodeAt(this.index);\\r\\n\\t            /* istanbul ignore else */\\r\\n\\t            if (character_1.Character.isIdentifierStart(ch) || character_1.Character.isDecimalDigit(ch)) {\\r\\n\\t                this.throwUnexpectedToken();\\r\\n\\t            }\\r\\n\\t        }\\r\\n\\t        return {\\r\\n\\t            type: 6 /* NumericLiteral */,\\r\\n\\t            value: parseInt(num, 2),\\r\\n\\t            lineNumber: this.lineNumber,\\r\\n\\t            lineStart: this.lineStart,\\r\\n\\t            start: start,\\r\\n\\t            end: this.index\\r\\n\\t        };\\r\\n\\t    };\\r\\n\\t    Scanner.prototype.scanOctalLiteral = function (prefix, start) {\\r\\n\\t        var num = '';\\r\\n\\t        var octal = false;\\r\\n\\t        if (character_1.Character.isOctalDigit(prefix.charCodeAt(0))) {\\r\\n\\t            octal = true;\\r\\n\\t            num = '0' + this.source[this.index++];\\r\\n\\t        }\\r\\n\\t        else {\\r\\n\\t            ++this.index;\\r\\n\\t        }\\r\\n\\t        while (!this.eof()) {\\r\\n\\t            if (!character_1.Character.isOctalDigit(this.source.charCodeAt(this.index))) {\\r\\n\\t                break;\\r\\n\\t            }\\r\\n\\t            num += this.source[this.index++];\\r\\n\\t        }\\r\\n\\t        if (!octal && num.length === 0) {\\r\\n\\t            // only 0o or 0O\\r\\n\\t            this.throwUnexpectedToken();\\r\\n\\t        }\\r\\n\\t        if (character_1.Character.isIdentifierStart(this.source.charCodeAt(this.index)) || character_1.Character.isDecimalDigit(this.source.charCodeAt(this.index))) {\\r\\n\\t            this.throwUnexpectedToken();\\r\\n\\t        }\\r\\n\\t        return {\\r\\n\\t            type: 6 /* NumericLiteral */,\\r\\n\\t            value: parseInt(num, 8),\\r\\n\\t            octal: octal,\\r\\n\\t            lineNumber: this.lineNumber,\\r\\n\\t            lineStart: this.lineStart,\\r\\n\\t            start: start,\\r\\n\\t            end: this.index\\r\\n\\t        };\\r\\n\\t    };\\r\\n\\t    Scanner.prototype.isImplicitOctalLiteral = function () {\\r\\n\\t        // Implicit octal, unless there is a non-octal digit.\\r\\n\\t        // (Annex B.1.1 on Numeric Literals)\\r\\n\\t        for (var i = this.index + 1; i < this.length; ++i) {\\r\\n\\t            var ch = this.source[i];\\r\\n\\t            if (ch === '8' || ch === '9') {\\r\\n\\t                return false;\\r\\n\\t            }\\r\\n\\t            if (!character_1.Character.isOctalDigit(ch.charCodeAt(0))) {\\r\\n\\t                return true;\\r\\n\\t            }\\r\\n\\t        }\\r\\n\\t        return true;\\r\\n\\t    };\\r\\n\\t    Scanner.prototype.scanNumericLiteral = function () {\\r\\n\\t        var start = this.index;\\r\\n\\t        var ch = this.source[start];\\r\\n\\t        assert_1.assert(character_1.Character.isDecimalDigit(ch.charCodeAt(0)) || (ch === '.'), 'Numeric literal must start with a decimal digit or a decimal point');\\r\\n\\t        var num = '';\\r\\n\\t        if (ch !== '.') {\\r\\n\\t            num = this.source[this.index++];\\r\\n\\t            ch = this.source[this.index];\\r\\n\\t            // Hex number starts with '0x'.\\r\\n\\t            // Octal number starts with '0'.\\r\\n\\t            // Octal number in ES6 starts with '0o'.\\r\\n\\t            // Binary number in ES6 starts with '0b'.\\r\\n\\t            if (num === '0') {\\r\\n\\t                if (ch === 'x' || ch === 'X') {\\r\\n\\t                    ++this.index;\\r\\n\\t                    return this.scanHexLiteral(start);\\r\\n\\t                }\\r\\n\\t                if (ch === 'b' || ch === 'B') {\\r\\n\\t                    ++this.index;\\r\\n\\t                    return this.scanBinaryLiteral(start);\\r\\n\\t                }\\r\\n\\t                if (ch === 'o' || ch === 'O') {\\r\\n\\t                    return this.scanOctalLiteral(ch, start);\\r\\n\\t                }\\r\\n\\t                if (ch && character_1.Character.isOctalDigit(ch.charCodeAt(0))) {\\r\\n\\t                    if (this.isImplicitOctalLiteral()) {\\r\\n\\t                        return this.scanOctalLiteral(ch, start);\\r\\n\\t                    }\\r\\n\\t                }\\r\\n\\t            }\\r\\n\\t            while (character_1.Character.isDecimalDigit(this.source.charCodeAt(this.index))) {\\r\\n\\t                num += this.source[this.index++];\\r\\n\\t            }\\r\\n\\t            ch = this.source[this.index];\\r\\n\\t        }\\r\\n\\t        if (ch === '.') {\\r\\n\\t            num += this.source[this.index++];\\r\\n\\t            while (character_1.Character.isDecimalDigit(this.source.charCodeAt(this.index))) {\\r\\n\\t                num += this.source[this.index++];\\r\\n\\t            }\\r\\n\\t            ch = this.source[this.index];\\r\\n\\t        }\\r\\n\\t        if (ch === 'e' || ch === 'E') {\\r\\n\\t            num += this.source[this.index++];\\r\\n\\t            ch = this.source[this.index];\\r\\n\\t            if (ch === '+' || ch === '-') {\\r\\n\\t                num += this.source[this.index++];\\r\\n\\t            }\\r\\n\\t            if (character_1.Character.isDecimalDigit(this.source.charCodeAt(this.index))) {\\r\\n\\t                while (character_1.Character.isDecimalDigit(this.source.charCodeAt(this.index))) {\\r\\n\\t                    num += this.source[this.index++];\\r\\n\\t                }\\r\\n\\t            }\\r\\n\\t            else {\\r\\n\\t                this.throwUnexpectedToken();\\r\\n\\t            }\\r\\n\\t        }\\r\\n\\t        if (character_1.Character.isIdentifierStart(this.source.charCodeAt(this.index))) {\\r\\n\\t            this.throwUnexpectedToken();\\r\\n\\t        }\\r\\n\\t        return {\\r\\n\\t            type: 6 /* NumericLiteral */,\\r\\n\\t            value: parseFloat(num),\\r\\n\\t            lineNumber: this.lineNumber,\\r\\n\\t            lineStart: this.lineStart,\\r\\n\\t            start: start,\\r\\n\\t            end: this.index\\r\\n\\t        };\\r\\n\\t    };\\r\\n\\t    // https://tc39.github.io/ecma262/#sec-literals-string-literals\\r\\n\\t    Scanner.prototype.scanStringLiteral = function () {\\r\\n\\t        var start = this.index;\\r\\n\\t        var quote = this.source[start];\\r\\n\\t        assert_1.assert((quote === '\\\\'' || quote === '\\\"'), 'String literal must starts with a quote');\\r\\n\\t        ++this.index;\\r\\n\\t        var octal = false;\\r\\n\\t        var str = '';\\r\\n\\t        while (!this.eof()) {\\r\\n\\t            var ch = this.source[this.index++];\\r\\n\\t            if (ch === quote) {\\r\\n\\t                quote = '';\\r\\n\\t                break;\\r\\n\\t            }\\r\\n\\t            else if (ch === '\\\\\\\\') {\\r\\n\\t                ch = this.source[this.index++];\\r\\n\\t                if (!ch || !character_1.Character.isLineTerminator(ch.charCodeAt(0))) {\\r\\n\\t                    switch (ch) {\\r\\n\\t                        case 'u':\\r\\n\\t                            if (this.source[this.index] === '{') {\\r\\n\\t                                ++this.index;\\r\\n\\t                                str += this.scanUnicodeCodePointEscape();\\r\\n\\t                            }\\r\\n\\t                            else {\\r\\n\\t                                var unescaped_1 = this.scanHexEscape(ch);\\r\\n\\t                                if (unescaped_1 === null) {\\r\\n\\t                                    this.throwUnexpectedToken();\\r\\n\\t                                }\\r\\n\\t                                str += unescaped_1;\\r\\n\\t                            }\\r\\n\\t                            break;\\r\\n\\t                        case 'x':\\r\\n\\t                            var unescaped = this.scanHexEscape(ch);\\r\\n\\t                            if (unescaped === null) {\\r\\n\\t                                this.throwUnexpectedToken(messages_1.Messages.InvalidHexEscapeSequence);\\r\\n\\t                            }\\r\\n\\t                            str += unescaped;\\r\\n\\t                            break;\\r\\n\\t                        case 'n':\\r\\n\\t                            str += '\\\\n';\\r\\n\\t                            break;\\r\\n\\t                        case 'r':\\r\\n\\t                            str += '\\\\r';\\r\\n\\t                            break;\\r\\n\\t                        case 't':\\r\\n\\t                            str += '\\\\t';\\r\\n\\t                            break;\\r\\n\\t                        case 'b':\\r\\n\\t                            str += '\\\\b';\\r\\n\\t                            break;\\r\\n\\t                        case 'f':\\r\\n\\t                            str += '\\\\f';\\r\\n\\t                            break;\\r\\n\\t                        case 'v':\\r\\n\\t                            str += '\\\\x0B';\\r\\n\\t                            break;\\r\\n\\t                        case '8':\\r\\n\\t                        case '9':\\r\\n\\t                            str += ch;\\r\\n\\t                            this.tolerateUnexpectedToken();\\r\\n\\t                            break;\\r\\n\\t                        default:\\r\\n\\t                            if (ch && character_1.Character.isOctalDigit(ch.charCodeAt(0))) {\\r\\n\\t                                var octToDec = this.octalToDecimal(ch);\\r\\n\\t                                octal = octToDec.octal || octal;\\r\\n\\t                                str += String.fromCharCode(octToDec.code);\\r\\n\\t                            }\\r\\n\\t                            else {\\r\\n\\t                                str += ch;\\r\\n\\t                            }\\r\\n\\t                            break;\\r\\n\\t                    }\\r\\n\\t                }\\r\\n\\t                else {\\r\\n\\t                    ++this.lineNumber;\\r\\n\\t                    if (ch === '\\\\r' && this.source[this.index] === '\\\\n') {\\r\\n\\t                        ++this.index;\\r\\n\\t                    }\\r\\n\\t                    this.lineStart = this.index;\\r\\n\\t                }\\r\\n\\t            }\\r\\n\\t            else if (character_1.Character.isLineTerminator(ch.charCodeAt(0))) {\\r\\n\\t                break;\\r\\n\\t            }\\r\\n\\t            else {\\r\\n\\t                str += ch;\\r\\n\\t            }\\r\\n\\t        }\\r\\n\\t        if (quote !== '') {\\r\\n\\t            this.index = start;\\r\\n\\t            this.throwUnexpectedToken();\\r\\n\\t        }\\r\\n\\t        return {\\r\\n\\t            type: 8 /* StringLiteral */,\\r\\n\\t            value: str,\\r\\n\\t            octal: octal,\\r\\n\\t            lineNumber: this.lineNumber,\\r\\n\\t            lineStart: this.lineStart,\\r\\n\\t            start: start,\\r\\n\\t            end: this.index\\r\\n\\t        };\\r\\n\\t    };\\r\\n\\t    // https://tc39.github.io/ecma262/#sec-template-literal-lexical-components\\r\\n\\t    Scanner.prototype.scanTemplate = function () {\\r\\n\\t        var cooked = '';\\r\\n\\t        var terminated = false;\\r\\n\\t        var start = this.index;\\r\\n\\t        var head = (this.source[start] === '`');\\r\\n\\t        var tail = false;\\r\\n\\t        var rawOffset = 2;\\r\\n\\t        ++this.index;\\r\\n\\t        while (!this.eof()) {\\r\\n\\t            var ch = this.source[this.index++];\\r\\n\\t            if (ch === '`') {\\r\\n\\t                rawOffset = 1;\\r\\n\\t                tail = true;\\r\\n\\t                terminated = true;\\r\\n\\t                break;\\r\\n\\t            }\\r\\n\\t            else if (ch === '$') {\\r\\n\\t                if (this.source[this.index] === '{') {\\r\\n\\t                    this.curlyStack.push('${');\\r\\n\\t                    ++this.index;\\r\\n\\t                    terminated = true;\\r\\n\\t                    break;\\r\\n\\t                }\\r\\n\\t                cooked += ch;\\r\\n\\t            }\\r\\n\\t            else if (ch === '\\\\\\\\') {\\r\\n\\t                ch = this.source[this.index++];\\r\\n\\t                if (!character_1.Character.isLineTerminator(ch.charCodeAt(0))) {\\r\\n\\t                    switch (ch) {\\r\\n\\t                        case 'n':\\r\\n\\t                            cooked += '\\\\n';\\r\\n\\t                            break;\\r\\n\\t                        case 'r':\\r\\n\\t                            cooked += '\\\\r';\\r\\n\\t                            break;\\r\\n\\t                        case 't':\\r\\n\\t                            cooked += '\\\\t';\\r\\n\\t                            break;\\r\\n\\t                        case 'u':\\r\\n\\t                            if (this.source[this.index] === '{') {\\r\\n\\t                                ++this.index;\\r\\n\\t                                cooked += this.scanUnicodeCodePointEscape();\\r\\n\\t                            }\\r\\n\\t                            else {\\r\\n\\t                                var restore = this.index;\\r\\n\\t                                var unescaped_2 = this.scanHexEscape(ch);\\r\\n\\t                                if (unescaped_2 !== null) {\\r\\n\\t                                    cooked += unescaped_2;\\r\\n\\t                                }\\r\\n\\t                                else {\\r\\n\\t                                    this.index = restore;\\r\\n\\t                                    cooked += ch;\\r\\n\\t                                }\\r\\n\\t                            }\\r\\n\\t                            break;\\r\\n\\t                        case 'x':\\r\\n\\t                            var unescaped = this.scanHexEscape(ch);\\r\\n\\t                            if (unescaped === null) {\\r\\n\\t                                this.throwUnexpectedToken(messages_1.Messages.InvalidHexEscapeSequence);\\r\\n\\t                            }\\r\\n\\t                            cooked += unescaped;\\r\\n\\t                            break;\\r\\n\\t                        case 'b':\\r\\n\\t                            cooked += '\\\\b';\\r\\n\\t                            break;\\r\\n\\t                        case 'f':\\r\\n\\t                            cooked += '\\\\f';\\r\\n\\t                            break;\\r\\n\\t                        case 'v':\\r\\n\\t                            cooked += '\\\\v';\\r\\n\\t                            break;\\r\\n\\t                        default:\\r\\n\\t                            if (ch === '0') {\\r\\n\\t                                if (character_1.Character.isDecimalDigit(this.source.charCodeAt(this.index))) {\\r\\n\\t                                    // Illegal: \\\\01 \\\\02 and so on\\r\\n\\t                                    this.throwUnexpectedToken(messages_1.Messages.TemplateOctalLiteral);\\r\\n\\t                                }\\r\\n\\t                                cooked += '\\\\0';\\r\\n\\t                            }\\r\\n\\t                            else if (character_1.Character.isOctalDigit(ch.charCodeAt(0))) {\\r\\n\\t                                // Illegal: \\\\1 \\\\2\\r\\n\\t                                this.throwUnexpectedToken(messages_1.Messages.TemplateOctalLiteral);\\r\\n\\t                            }\\r\\n\\t                            else {\\r\\n\\t                                cooked += ch;\\r\\n\\t                            }\\r\\n\\t                            break;\\r\\n\\t                    }\\r\\n\\t                }\\r\\n\\t                else {\\r\\n\\t                    ++this.lineNumber;\\r\\n\\t                    if (ch === '\\\\r' && this.source[this.index] === '\\\\n') {\\r\\n\\t                        ++this.index;\\r\\n\\t                    }\\r\\n\\t                    this.lineStart = this.index;\\r\\n\\t                }\\r\\n\\t            }\\r\\n\\t            else if (character_1.Character.isLineTerminator(ch.charCodeAt(0))) {\\r\\n\\t                ++this.lineNumber;\\r\\n\\t                if (ch === '\\\\r' && this.source[this.index] === '\\\\n') {\\r\\n\\t                    ++this.index;\\r\\n\\t                }\\r\\n\\t                this.lineStart = this.index;\\r\\n\\t                cooked += '\\\\n';\\r\\n\\t            }\\r\\n\\t            else {\\r\\n\\t                cooked += ch;\\r\\n\\t            }\\r\\n\\t        }\\r\\n\\t        if (!terminated) {\\r\\n\\t            this.throwUnexpectedToken();\\r\\n\\t        }\\r\\n\\t        if (!head) {\\r\\n\\t            this.curlyStack.pop();\\r\\n\\t        }\\r\\n\\t        return {\\r\\n\\t            type: 10 /* Template */,\\r\\n\\t            value: this.source.slice(start + 1, this.index - rawOffset),\\r\\n\\t            cooked: cooked,\\r\\n\\t            head: head,\\r\\n\\t            tail: tail,\\r\\n\\t            lineNumber: this.lineNumber,\\r\\n\\t            lineStart: this.lineStart,\\r\\n\\t            start: start,\\r\\n\\t            end: this.index\\r\\n\\t        };\\r\\n\\t    };\\r\\n\\t    // https://tc39.github.io/ecma262/#sec-literals-regular-expression-literals\\r\\n\\t    Scanner.prototype.testRegExp = function (pattern, flags) {\\r\\n\\t        // The BMP character to use as a replacement for astral symbols when\\r\\n\\t        // translating an ES6 \\\"u\\\"-flagged pattern to an ES5-compatible\\r\\n\\t        // approximation.\\r\\n\\t        // Note: replacing with '\\\\uFFFF' enables false positives in unlikely\\r\\n\\t        // scenarios. For example, `[\\\\u{1044f}-\\\\u{10440}]` is an invalid\\r\\n\\t        // pattern that would not be detected by this substitution.\\r\\n\\t        var astralSubstitute = '\\\\uFFFF';\\r\\n\\t        var tmp = pattern;\\r\\n\\t        var self = this;\\r\\n\\t        if (flags.indexOf('u') >= 0) {\\r\\n\\t            tmp = tmp\\r\\n\\t                .replace(/\\\\\\\\u\\\\{([0-9a-fA-F]+)\\\\}|\\\\\\\\u([a-fA-F0-9]{4})/g, function ($0, $1, $2) {\\r\\n\\t                var codePoint = parseInt($1 || $2, 16);\\r\\n\\t                if (codePoint > 0x10FFFF) {\\r\\n\\t                    self.throwUnexpectedToken(messages_1.Messages.InvalidRegExp);\\r\\n\\t                }\\r\\n\\t                if (codePoint <= 0xFFFF) {\\r\\n\\t                    return String.fromCharCode(codePoint);\\r\\n\\t                }\\r\\n\\t                return astralSubstitute;\\r\\n\\t            })\\r\\n\\t                .replace(/[\\\\uD800-\\\\uDBFF][\\\\uDC00-\\\\uDFFF]/g, astralSubstitute);\\r\\n\\t        }\\r\\n\\t        // First, detect invalid regular expressions.\\r\\n\\t        try {\\r\\n\\t            RegExp(tmp);\\r\\n\\t        }\\r\\n\\t        catch (e) {\\r\\n\\t            this.throwUnexpectedToken(messages_1.Messages.InvalidRegExp);\\r\\n\\t        }\\r\\n\\t        // Return a regular expression object for this pattern-flag pair, or\\r\\n\\t        // `null` in case the current environment doesn't support the flags it\\r\\n\\t        // uses.\\r\\n\\t        try {\\r\\n\\t            return new RegExp(pattern, flags);\\r\\n\\t        }\\r\\n\\t        catch (exception) {\\r\\n\\t            /* istanbul ignore next */\\r\\n\\t            return null;\\r\\n\\t        }\\r\\n\\t    };\\r\\n\\t    Scanner.prototype.scanRegExpBody = function () {\\r\\n\\t        var ch = this.source[this.index];\\r\\n\\t        assert_1.assert(ch === '/', 'Regular expression literal must start with a slash');\\r\\n\\t        var str = this.source[this.index++];\\r\\n\\t        var classMarker = false;\\r\\n\\t        var terminated = false;\\r\\n\\t        while (!this.eof()) {\\r\\n\\t            ch = this.source[this.index++];\\r\\n\\t            str += ch;\\r\\n\\t            if (ch === '\\\\\\\\') {\\r\\n\\t                ch = this.source[this.index++];\\r\\n\\t                // https://tc39.github.io/ecma262/#sec-literals-regular-expression-literals\\r\\n\\t                if (character_1.Character.isLineTerminator(ch.charCodeAt(0))) {\\r\\n\\t                    this.throwUnexpectedToken(messages_1.Messages.UnterminatedRegExp);\\r\\n\\t                }\\r\\n\\t                str += ch;\\r\\n\\t            }\\r\\n\\t            else if (character_1.Character.isLineTerminator(ch.charCodeAt(0))) {\\r\\n\\t                this.throwUnexpectedToken(messages_1.Messages.UnterminatedRegExp);\\r\\n\\t            }\\r\\n\\t            else if (classMarker) {\\r\\n\\t                if (ch === ']') {\\r\\n\\t                    classMarker = false;\\r\\n\\t                }\\r\\n\\t            }\\r\\n\\t            else {\\r\\n\\t                if (ch === '/') {\\r\\n\\t                    terminated = true;\\r\\n\\t                    break;\\r\\n\\t                }\\r\\n\\t                else if (ch === '[') {\\r\\n\\t                    classMarker = true;\\r\\n\\t                }\\r\\n\\t            }\\r\\n\\t        }\\r\\n\\t        if (!terminated) {\\r\\n\\t            this.throwUnexpectedToken(messages_1.Messages.UnterminatedRegExp);\\r\\n\\t        }\\r\\n\\t        // Exclude leading and trailing slash.\\r\\n\\t        return str.substr(1, str.length - 2);\\r\\n\\t    };\\r\\n\\t    Scanner.prototype.scanRegExpFlags = function () {\\r\\n\\t        var str = '';\\r\\n\\t        var flags = '';\\r\\n\\t        while (!this.eof()) {\\r\\n\\t            var ch = this.source[this.index];\\r\\n\\t            if (!character_1.Character.isIdentifierPart(ch.charCodeAt(0))) {\\r\\n\\t                break;\\r\\n\\t            }\\r\\n\\t            ++this.index;\\r\\n\\t            if (ch === '\\\\\\\\' && !this.eof()) {\\r\\n\\t                ch = this.source[this.index];\\r\\n\\t                if (ch === 'u') {\\r\\n\\t                    ++this.index;\\r\\n\\t                    var restore = this.index;\\r\\n\\t                    var char = this.scanHexEscape('u');\\r\\n\\t                    if (char !== null) {\\r\\n\\t                        flags += char;\\r\\n\\t                        for (str += '\\\\\\\\u'; restore < this.index; ++restore) {\\r\\n\\t                            str += this.source[restore];\\r\\n\\t                        }\\r\\n\\t                    }\\r\\n\\t                    else {\\r\\n\\t                        this.index = restore;\\r\\n\\t                        flags += 'u';\\r\\n\\t                        str += '\\\\\\\\u';\\r\\n\\t                    }\\r\\n\\t                    this.tolerateUnexpectedToken();\\r\\n\\t                }\\r\\n\\t                else {\\r\\n\\t                    str += '\\\\\\\\';\\r\\n\\t                    this.tolerateUnexpectedToken();\\r\\n\\t                }\\r\\n\\t            }\\r\\n\\t            else {\\r\\n\\t                flags += ch;\\r\\n\\t                str += ch;\\r\\n\\t            }\\r\\n\\t        }\\r\\n\\t        return flags;\\r\\n\\t    };\\r\\n\\t    Scanner.prototype.scanRegExp = function () {\\r\\n\\t        var start = this.index;\\r\\n\\t        var pattern = this.scanRegExpBody();\\r\\n\\t        var flags = this.scanRegExpFlags();\\r\\n\\t        var value = this.testRegExp(pattern, flags);\\r\\n\\t        return {\\r\\n\\t            type: 9 /* RegularExpression */,\\r\\n\\t            value: '',\\r\\n\\t            pattern: pattern,\\r\\n\\t            flags: flags,\\r\\n\\t            regex: value,\\r\\n\\t            lineNumber: this.lineNumber,\\r\\n\\t            lineStart: this.lineStart,\\r\\n\\t            start: start,\\r\\n\\t            end: this.index\\r\\n\\t        };\\r\\n\\t    };\\r\\n\\t    Scanner.prototype.lex = function () {\\r\\n\\t        if (this.eof()) {\\r\\n\\t            return {\\r\\n\\t                type: 2 /* EOF */,\\r\\n\\t                value: '',\\r\\n\\t                lineNumber: this.lineNumber,\\r\\n\\t                lineStart: this.lineStart,\\r\\n\\t                start: this.index,\\r\\n\\t                end: this.index\\r\\n\\t            };\\r\\n\\t        }\\r\\n\\t        var cp = this.source.charCodeAt(this.index);\\r\\n\\t        if (character_1.Character.isIdentifierStart(cp)) {\\r\\n\\t            return this.scanIdentifier();\\r\\n\\t        }\\r\\n\\t        // Very common: ( and ) and ;\\r\\n\\t        if (cp === 0x28 || cp === 0x29 || cp === 0x3B) {\\r\\n\\t            return this.scanPunctuator();\\r\\n\\t        }\\r\\n\\t        // String literal starts with single quote (U+0027) or double quote (U+0022).\\r\\n\\t        if (cp === 0x27 || cp === 0x22) {\\r\\n\\t            return this.scanStringLiteral();\\r\\n\\t        }\\r\\n\\t        // Dot (.) U+002E can also start a floating-point number, hence the need\\r\\n\\t        // to check the next character.\\r\\n\\t        if (cp === 0x2E) {\\r\\n\\t            if (character_1.Character.isDecimalDigit(this.source.charCodeAt(this.index + 1))) {\\r\\n\\t                return this.scanNumericLiteral();\\r\\n\\t            }\\r\\n\\t            return this.scanPunctuator();\\r\\n\\t        }\\r\\n\\t        if (character_1.Character.isDecimalDigit(cp)) {\\r\\n\\t            return this.scanNumericLiteral();\\r\\n\\t        }\\r\\n\\t        // Template literals start with ` (U+0060) for template head\\r\\n\\t        // or } (U+007D) for template middle or template tail.\\r\\n\\t        if (cp === 0x60 || (cp === 0x7D && this.curlyStack[this.curlyStack.length - 1] === '${')) {\\r\\n\\t            return this.scanTemplate();\\r\\n\\t        }\\r\\n\\t        // Possible identifier start in a surrogate pair.\\r\\n\\t        if (cp >= 0xD800 && cp < 0xDFFF) {\\r\\n\\t            if (character_1.Character.isIdentifierStart(this.codePointAt(this.index))) {\\r\\n\\t                return this.scanIdentifier();\\r\\n\\t            }\\r\\n\\t        }\\r\\n\\t        return this.scanPunctuator();\\r\\n\\t    };\\r\\n\\t    return Scanner;\\r\\n\\t}());\\r\\n\\texports.Scanner = Scanner;\\r\\n\\n\\n/***/ },\\n/* 13 */\\n/***/ function(module, exports) {\\n\\n\\t\\\"use strict\\\";\\r\\n\\tObject.defineProperty(exports, \\\"__esModule\\\", { value: true });\\r\\n\\texports.TokenName = {};\\r\\n\\texports.TokenName[1 /* BooleanLiteral */] = 'Boolean';\\r\\n\\texports.TokenName[2 /* EOF */] = '<end>';\\r\\n\\texports.TokenName[3 /* Identifier */] = 'Identifier';\\r\\n\\texports.TokenName[4 /* Keyword */] = 'Keyword';\\r\\n\\texports.TokenName[5 /* NullLiteral */] = 'Null';\\r\\n\\texports.TokenName[6 /* NumericLiteral */] = 'Numeric';\\r\\n\\texports.TokenName[7 /* Punctuator */] = 'Punctuator';\\r\\n\\texports.TokenName[8 /* StringLiteral */] = 'String';\\r\\n\\texports.TokenName[9 /* RegularExpression */] = 'RegularExpression';\\r\\n\\texports.TokenName[10 /* Template */] = 'Template';\\r\\n\\n\\n/***/ },\\n/* 14 */\\n/***/ function(module, exports) {\\n\\n\\t\\\"use strict\\\";\\r\\n\\t// Generated by generate-xhtml-entities.js. DO NOT MODIFY!\\r\\n\\tObject.defineProperty(exports, \\\"__esModule\\\", { value: true });\\r\\n\\texports.XHTMLEntities = {\\r\\n\\t    quot: '\\\\u0022',\\r\\n\\t    amp: '\\\\u0026',\\r\\n\\t    apos: '\\\\u0027',\\r\\n\\t    gt: '\\\\u003E',\\r\\n\\t    nbsp: '\\\\u00A0',\\r\\n\\t    iexcl: '\\\\u00A1',\\r\\n\\t    cent: '\\\\u00A2',\\r\\n\\t    pound: '\\\\u00A3',\\r\\n\\t    curren: '\\\\u00A4',\\r\\n\\t    yen: '\\\\u00A5',\\r\\n\\t    brvbar: '\\\\u00A6',\\r\\n\\t    sect: '\\\\u00A7',\\r\\n\\t    uml: '\\\\u00A8',\\r\\n\\t    copy: '\\\\u00A9',\\r\\n\\t    ordf: '\\\\u00AA',\\r\\n\\t    laquo: '\\\\u00AB',\\r\\n\\t    not: '\\\\u00AC',\\r\\n\\t    shy: '\\\\u00AD',\\r\\n\\t    reg: '\\\\u00AE',\\r\\n\\t    macr: '\\\\u00AF',\\r\\n\\t    deg: '\\\\u00B0',\\r\\n\\t    plusmn: '\\\\u00B1',\\r\\n\\t    sup2: '\\\\u00B2',\\r\\n\\t    sup3: '\\\\u00B3',\\r\\n\\t    acute: '\\\\u00B4',\\r\\n\\t    micro: '\\\\u00B5',\\r\\n\\t    para: '\\\\u00B6',\\r\\n\\t    middot: '\\\\u00B7',\\r\\n\\t    cedil: '\\\\u00B8',\\r\\n\\t    sup1: '\\\\u00B9',\\r\\n\\t    ordm: '\\\\u00BA',\\r\\n\\t    raquo: '\\\\u00BB',\\r\\n\\t    frac14: '\\\\u00BC',\\r\\n\\t    frac12: '\\\\u00BD',\\r\\n\\t    frac34: '\\\\u00BE',\\r\\n\\t    iquest: '\\\\u00BF',\\r\\n\\t    Agrave: '\\\\u00C0',\\r\\n\\t    Aacute: '\\\\u00C1',\\r\\n\\t    Acirc: '\\\\u00C2',\\r\\n\\t    Atilde: '\\\\u00C3',\\r\\n\\t    Auml: '\\\\u00C4',\\r\\n\\t    Aring: '\\\\u00C5',\\r\\n\\t    AElig: '\\\\u00C6',\\r\\n\\t    Ccedil: '\\\\u00C7',\\r\\n\\t    Egrave: '\\\\u00C8',\\r\\n\\t    Eacute: '\\\\u00C9',\\r\\n\\t    Ecirc: '\\\\u00CA',\\r\\n\\t    Euml: '\\\\u00CB',\\r\\n\\t    Igrave: '\\\\u00CC',\\r\\n\\t    Iacute: '\\\\u00CD',\\r\\n\\t    Icirc: '\\\\u00CE',\\r\\n\\t    Iuml: '\\\\u00CF',\\r\\n\\t    ETH: '\\\\u00D0',\\r\\n\\t    Ntilde: '\\\\u00D1',\\r\\n\\t    Ograve: '\\\\u00D2',\\r\\n\\t    Oacute: '\\\\u00D3',\\r\\n\\t    Ocirc: '\\\\u00D4',\\r\\n\\t    Otilde: '\\\\u00D5',\\r\\n\\t    Ouml: '\\\\u00D6',\\r\\n\\t    times: '\\\\u00D7',\\r\\n\\t    Oslash: '\\\\u00D8',\\r\\n\\t    Ugrave: '\\\\u00D9',\\r\\n\\t    Uacute: '\\\\u00DA',\\r\\n\\t    Ucirc: '\\\\u00DB',\\r\\n\\t    Uuml: '\\\\u00DC',\\r\\n\\t    Yacute: '\\\\u00DD',\\r\\n\\t    THORN: '\\\\u00DE',\\r\\n\\t    szlig: '\\\\u00DF',\\r\\n\\t    agrave: '\\\\u00E0',\\r\\n\\t    aacute: '\\\\u00E1',\\r\\n\\t    acirc: '\\\\u00E2',\\r\\n\\t    atilde: '\\\\u00E3',\\r\\n\\t    auml: '\\\\u00E4',\\r\\n\\t    aring: '\\\\u00E5',\\r\\n\\t    aelig: '\\\\u00E6',\\r\\n\\t    ccedil: '\\\\u00E7',\\r\\n\\t    egrave: '\\\\u00E8',\\r\\n\\t    eacute: '\\\\u00E9',\\r\\n\\t    ecirc: '\\\\u00EA',\\r\\n\\t    euml: '\\\\u00EB',\\r\\n\\t    igrave: '\\\\u00EC',\\r\\n\\t    iacute: '\\\\u00ED',\\r\\n\\t    icirc: '\\\\u00EE',\\r\\n\\t    iuml: '\\\\u00EF',\\r\\n\\t    eth: '\\\\u00F0',\\r\\n\\t    ntilde: '\\\\u00F1',\\r\\n\\t    ograve: '\\\\u00F2',\\r\\n\\t    oacute: '\\\\u00F3',\\r\\n\\t    ocirc: '\\\\u00F4',\\r\\n\\t    otilde: '\\\\u00F5',\\r\\n\\t    ouml: '\\\\u00F6',\\r\\n\\t    divide: '\\\\u00F7',\\r\\n\\t    oslash: '\\\\u00F8',\\r\\n\\t    ugrave: '\\\\u00F9',\\r\\n\\t    uacute: '\\\\u00FA',\\r\\n\\t    ucirc: '\\\\u00FB',\\r\\n\\t    uuml: '\\\\u00FC',\\r\\n\\t    yacute: '\\\\u00FD',\\r\\n\\t    thorn: '\\\\u00FE',\\r\\n\\t    yuml: '\\\\u00FF',\\r\\n\\t    OElig: '\\\\u0152',\\r\\n\\t    oelig: '\\\\u0153',\\r\\n\\t    Scaron: '\\\\u0160',\\r\\n\\t    scaron: '\\\\u0161',\\r\\n\\t    Yuml: '\\\\u0178',\\r\\n\\t    fnof: '\\\\u0192',\\r\\n\\t    circ: '\\\\u02C6',\\r\\n\\t    tilde: '\\\\u02DC',\\r\\n\\t    Alpha: '\\\\u0391',\\r\\n\\t    Beta: '\\\\u0392',\\r\\n\\t    Gamma: '\\\\u0393',\\r\\n\\t    Delta: '\\\\u0394',\\r\\n\\t    Epsilon: '\\\\u0395',\\r\\n\\t    Zeta: '\\\\u0396',\\r\\n\\t    Eta: '\\\\u0397',\\r\\n\\t    Theta: '\\\\u0398',\\r\\n\\t    Iota: '\\\\u0399',\\r\\n\\t    Kappa: '\\\\u039A',\\r\\n\\t    Lambda: '\\\\u039B',\\r\\n\\t    Mu: '\\\\u039C',\\r\\n\\t    Nu: '\\\\u039D',\\r\\n\\t    Xi: '\\\\u039E',\\r\\n\\t    Omicron: '\\\\u039F',\\r\\n\\t    Pi: '\\\\u03A0',\\r\\n\\t    Rho: '\\\\u03A1',\\r\\n\\t    Sigma: '\\\\u03A3',\\r\\n\\t    Tau: '\\\\u03A4',\\r\\n\\t    Upsilon: '\\\\u03A5',\\r\\n\\t    Phi: '\\\\u03A6',\\r\\n\\t    Chi: '\\\\u03A7',\\r\\n\\t    Psi: '\\\\u03A8',\\r\\n\\t    Omega: '\\\\u03A9',\\r\\n\\t    alpha: '\\\\u03B1',\\r\\n\\t    beta: '\\\\u03B2',\\r\\n\\t    gamma: '\\\\u03B3',\\r\\n\\t    delta: '\\\\u03B4',\\r\\n\\t    epsilon: '\\\\u03B5',\\r\\n\\t    zeta: '\\\\u03B6',\\r\\n\\t    eta: '\\\\u03B7',\\r\\n\\t    theta: '\\\\u03B8',\\r\\n\\t    iota: '\\\\u03B9',\\r\\n\\t    kappa: '\\\\u03BA',\\r\\n\\t    lambda: '\\\\u03BB',\\r\\n\\t    mu: '\\\\u03BC',\\r\\n\\t    nu: '\\\\u03BD',\\r\\n\\t    xi: '\\\\u03BE',\\r\\n\\t    omicron: '\\\\u03BF',\\r\\n\\t    pi: '\\\\u03C0',\\r\\n\\t    rho: '\\\\u03C1',\\r\\n\\t    sigmaf: '\\\\u03C2',\\r\\n\\t    sigma: '\\\\u03C3',\\r\\n\\t    tau: '\\\\u03C4',\\r\\n\\t    upsilon: '\\\\u03C5',\\r\\n\\t    phi: '\\\\u03C6',\\r\\n\\t    chi: '\\\\u03C7',\\r\\n\\t    psi: '\\\\u03C8',\\r\\n\\t    omega: '\\\\u03C9',\\r\\n\\t    thetasym: '\\\\u03D1',\\r\\n\\t    upsih: '\\\\u03D2',\\r\\n\\t    piv: '\\\\u03D6',\\r\\n\\t    ensp: '\\\\u2002',\\r\\n\\t    emsp: '\\\\u2003',\\r\\n\\t    thinsp: '\\\\u2009',\\r\\n\\t    zwnj: '\\\\u200C',\\r\\n\\t    zwj: '\\\\u200D',\\r\\n\\t    lrm: '\\\\u200E',\\r\\n\\t    rlm: '\\\\u200F',\\r\\n\\t    ndash: '\\\\u2013',\\r\\n\\t    mdash: '\\\\u2014',\\r\\n\\t    lsquo: '\\\\u2018',\\r\\n\\t    rsquo: '\\\\u2019',\\r\\n\\t    sbquo: '\\\\u201A',\\r\\n\\t    ldquo: '\\\\u201C',\\r\\n\\t    rdquo: '\\\\u201D',\\r\\n\\t    bdquo: '\\\\u201E',\\r\\n\\t    dagger: '\\\\u2020',\\r\\n\\t    Dagger: '\\\\u2021',\\r\\n\\t    bull: '\\\\u2022',\\r\\n\\t    hellip: '\\\\u2026',\\r\\n\\t    permil: '\\\\u2030',\\r\\n\\t    prime: '\\\\u2032',\\r\\n\\t    Prime: '\\\\u2033',\\r\\n\\t    lsaquo: '\\\\u2039',\\r\\n\\t    rsaquo: '\\\\u203A',\\r\\n\\t    oline: '\\\\u203E',\\r\\n\\t    frasl: '\\\\u2044',\\r\\n\\t    euro: '\\\\u20AC',\\r\\n\\t    image: '\\\\u2111',\\r\\n\\t    weierp: '\\\\u2118',\\r\\n\\t    real: '\\\\u211C',\\r\\n\\t    trade: '\\\\u2122',\\r\\n\\t    alefsym: '\\\\u2135',\\r\\n\\t    larr: '\\\\u2190',\\r\\n\\t    uarr: '\\\\u2191',\\r\\n\\t    rarr: '\\\\u2192',\\r\\n\\t    darr: '\\\\u2193',\\r\\n\\t    harr: '\\\\u2194',\\r\\n\\t    crarr: '\\\\u21B5',\\r\\n\\t    lArr: '\\\\u21D0',\\r\\n\\t    uArr: '\\\\u21D1',\\r\\n\\t    rArr: '\\\\u21D2',\\r\\n\\t    dArr: '\\\\u21D3',\\r\\n\\t    hArr: '\\\\u21D4',\\r\\n\\t    forall: '\\\\u2200',\\r\\n\\t    part: '\\\\u2202',\\r\\n\\t    exist: '\\\\u2203',\\r\\n\\t    empty: '\\\\u2205',\\r\\n\\t    nabla: '\\\\u2207',\\r\\n\\t    isin: '\\\\u2208',\\r\\n\\t    notin: '\\\\u2209',\\r\\n\\t    ni: '\\\\u220B',\\r\\n\\t    prod: '\\\\u220F',\\r\\n\\t    sum: '\\\\u2211',\\r\\n\\t    minus: '\\\\u2212',\\r\\n\\t    lowast: '\\\\u2217',\\r\\n\\t    radic: '\\\\u221A',\\r\\n\\t    prop: '\\\\u221D',\\r\\n\\t    infin: '\\\\u221E',\\r\\n\\t    ang: '\\\\u2220',\\r\\n\\t    and: '\\\\u2227',\\r\\n\\t    or: '\\\\u2228',\\r\\n\\t    cap: '\\\\u2229',\\r\\n\\t    cup: '\\\\u222A',\\r\\n\\t    int: '\\\\u222B',\\r\\n\\t    there4: '\\\\u2234',\\r\\n\\t    sim: '\\\\u223C',\\r\\n\\t    cong: '\\\\u2245',\\r\\n\\t    asymp: '\\\\u2248',\\r\\n\\t    ne: '\\\\u2260',\\r\\n\\t    equiv: '\\\\u2261',\\r\\n\\t    le: '\\\\u2264',\\r\\n\\t    ge: '\\\\u2265',\\r\\n\\t    sub: '\\\\u2282',\\r\\n\\t    sup: '\\\\u2283',\\r\\n\\t    nsub: '\\\\u2284',\\r\\n\\t    sube: '\\\\u2286',\\r\\n\\t    supe: '\\\\u2287',\\r\\n\\t    oplus: '\\\\u2295',\\r\\n\\t    otimes: '\\\\u2297',\\r\\n\\t    perp: '\\\\u22A5',\\r\\n\\t    sdot: '\\\\u22C5',\\r\\n\\t    lceil: '\\\\u2308',\\r\\n\\t    rceil: '\\\\u2309',\\r\\n\\t    lfloor: '\\\\u230A',\\r\\n\\t    rfloor: '\\\\u230B',\\r\\n\\t    loz: '\\\\u25CA',\\r\\n\\t    spades: '\\\\u2660',\\r\\n\\t    clubs: '\\\\u2663',\\r\\n\\t    hearts: '\\\\u2665',\\r\\n\\t    diams: '\\\\u2666',\\r\\n\\t    lang: '\\\\u27E8',\\r\\n\\t    rang: '\\\\u27E9'\\r\\n\\t};\\r\\n\\n\\n/***/ },\\n/* 15 */\\n/***/ function(module, exports, __webpack_require__) {\\n\\n\\t\\\"use strict\\\";\\r\\n\\tObject.defineProperty(exports, \\\"__esModule\\\", { value: true });\\r\\n\\tvar error_handler_1 = __webpack_require__(10);\\r\\n\\tvar scanner_1 = __webpack_require__(12);\\r\\n\\tvar token_1 = __webpack_require__(13);\\r\\n\\tvar Reader = (function () {\\r\\n\\t    function Reader() {\\r\\n\\t        this.values = [];\\r\\n\\t        this.curly = this.paren = -1;\\r\\n\\t    }\\r\\n\\t    // A function following one of those tokens is an expression.\\r\\n\\t    Reader.prototype.beforeFunctionExpression = function (t) {\\r\\n\\t        return ['(', '{', '[', 'in', 'typeof', 'instanceof', 'new',\\r\\n\\t            'return', 'case', 'delete', 'throw', 'void',\\r\\n\\t            // assignment operators\\r\\n\\t            '=', '+=', '-=', '*=', '**=', '/=', '%=', '<<=', '>>=', '>>>=',\\r\\n\\t            '&=', '|=', '^=', ',',\\r\\n\\t            // binary/unary operators\\r\\n\\t            '+', '-', '*', '**', '/', '%', '++', '--', '<<', '>>', '>>>', '&',\\r\\n\\t            '|', '^', '!', '~', '&&', '||', '?', ':', '===', '==', '>=',\\r\\n\\t            '<=', '<', '>', '!=', '!=='].indexOf(t) >= 0;\\r\\n\\t    };\\r\\n\\t    // Determine if forward slash (/) is an operator or part of a regular expression\\r\\n\\t    // https://github.com/mozilla/sweet.js/wiki/design\\r\\n\\t    Reader.prototype.isRegexStart = function () {\\r\\n\\t        var previous = this.values[this.values.length - 1];\\r\\n\\t        var regex = (previous !== null);\\r\\n\\t        switch (previous) {\\r\\n\\t            case 'this':\\r\\n\\t            case ']':\\r\\n\\t                regex = false;\\r\\n\\t                break;\\r\\n\\t            case ')':\\r\\n\\t                var keyword = this.values[this.paren - 1];\\r\\n\\t                regex = (keyword === 'if' || keyword === 'while' || keyword === 'for' || keyword === 'with');\\r\\n\\t                break;\\r\\n\\t            case '}':\\r\\n\\t                // Dividing a function by anything makes little sense,\\r\\n\\t                // but we have to check for that.\\r\\n\\t                regex = false;\\r\\n\\t                if (this.values[this.curly - 3] === 'function') {\\r\\n\\t                    // Anonymous function, e.g. function(){} /42\\r\\n\\t                    var check = this.values[this.curly - 4];\\r\\n\\t                    regex = check ? !this.beforeFunctionExpression(check) : false;\\r\\n\\t                }\\r\\n\\t                else if (this.values[this.curly - 4] === 'function') {\\r\\n\\t                    // Named function, e.g. function f(){} /42/\\r\\n\\t                    var check = this.values[this.curly - 5];\\r\\n\\t                    regex = check ? !this.beforeFunctionExpression(check) : true;\\r\\n\\t                }\\r\\n\\t                break;\\r\\n\\t            default:\\r\\n\\t                break;\\r\\n\\t        }\\r\\n\\t        return regex;\\r\\n\\t    };\\r\\n\\t    Reader.prototype.push = function (token) {\\r\\n\\t        if (token.type === 7 /* Punctuator */ || token.type === 4 /* Keyword */) {\\r\\n\\t            if (token.value === '{') {\\r\\n\\t                this.curly = this.values.length;\\r\\n\\t            }\\r\\n\\t            else if (token.value === '(') {\\r\\n\\t                this.paren = this.values.length;\\r\\n\\t            }\\r\\n\\t            this.values.push(token.value);\\r\\n\\t        }\\r\\n\\t        else {\\r\\n\\t            this.values.push(null);\\r\\n\\t        }\\r\\n\\t    };\\r\\n\\t    return Reader;\\r\\n\\t}());\\r\\n\\tvar Tokenizer = (function () {\\r\\n\\t    function Tokenizer(code, config) {\\r\\n\\t        this.errorHandler = new error_handler_1.ErrorHandler();\\r\\n\\t        this.errorHandler.tolerant = config ? (typeof config.tolerant === 'boolean' && config.tolerant) : false;\\r\\n\\t        this.scanner = new scanner_1.Scanner(code, this.errorHandler);\\r\\n\\t        this.scanner.trackComment = config ? (typeof config.comment === 'boolean' && config.comment) : false;\\r\\n\\t        this.trackRange = config ? (typeof config.range === 'boolean' && config.range) : false;\\r\\n\\t        this.trackLoc = config ? (typeof config.loc === 'boolean' && config.loc) : false;\\r\\n\\t        this.buffer = [];\\r\\n\\t        this.reader = new Reader();\\r\\n\\t    }\\r\\n\\t    Tokenizer.prototype.errors = function () {\\r\\n\\t        return this.errorHandler.errors;\\r\\n\\t    };\\r\\n\\t    Tokenizer.prototype.getNextToken = function () {\\r\\n\\t        if (this.buffer.length === 0) {\\r\\n\\t            var comments = this.scanner.scanComments();\\r\\n\\t            if (this.scanner.trackComment) {\\r\\n\\t                for (var i = 0; i < comments.length; ++i) {\\r\\n\\t                    var e = comments[i];\\r\\n\\t                    var value = this.scanner.source.slice(e.slice[0], e.slice[1]);\\r\\n\\t                    var comment = {\\r\\n\\t                        type: e.multiLine ? 'BlockComment' : 'LineComment',\\r\\n\\t                        value: value\\r\\n\\t                    };\\r\\n\\t                    if (this.trackRange) {\\r\\n\\t                        comment.range = e.range;\\r\\n\\t                    }\\r\\n\\t                    if (this.trackLoc) {\\r\\n\\t                        comment.loc = e.loc;\\r\\n\\t                    }\\r\\n\\t                    this.buffer.push(comment);\\r\\n\\t                }\\r\\n\\t            }\\r\\n\\t            if (!this.scanner.eof()) {\\r\\n\\t                var loc = void 0;\\r\\n\\t                if (this.trackLoc) {\\r\\n\\t                    loc = {\\r\\n\\t                        start: {\\r\\n\\t                            line: this.scanner.lineNumber,\\r\\n\\t                            column: this.scanner.index - this.scanner.lineStart\\r\\n\\t                        },\\r\\n\\t                        end: {}\\r\\n\\t                    };\\r\\n\\t                }\\r\\n\\t                var startRegex = (this.scanner.source[this.scanner.index] === '/') && this.reader.isRegexStart();\\r\\n\\t                var token = startRegex ? this.scanner.scanRegExp() : this.scanner.lex();\\r\\n\\t                this.reader.push(token);\\r\\n\\t                var entry = {\\r\\n\\t                    type: token_1.TokenName[token.type],\\r\\n\\t                    value: this.scanner.source.slice(token.start, token.end)\\r\\n\\t                };\\r\\n\\t                if (this.trackRange) {\\r\\n\\t                    entry.range = [token.start, token.end];\\r\\n\\t                }\\r\\n\\t                if (this.trackLoc) {\\r\\n\\t                    loc.end = {\\r\\n\\t                        line: this.scanner.lineNumber,\\r\\n\\t                        column: this.scanner.index - this.scanner.lineStart\\r\\n\\t                    };\\r\\n\\t                    entry.loc = loc;\\r\\n\\t                }\\r\\n\\t                if (token.type === 9 /* RegularExpression */) {\\r\\n\\t                    var pattern = token.pattern;\\r\\n\\t                    var flags = token.flags;\\r\\n\\t                    entry.regex = { pattern: pattern, flags: flags };\\r\\n\\t                }\\r\\n\\t                this.buffer.push(entry);\\r\\n\\t            }\\r\\n\\t        }\\r\\n\\t        return this.buffer.shift();\\r\\n\\t    };\\r\\n\\t    return Tokenizer;\\r\\n\\t}());\\r\\n\\texports.Tokenizer = Tokenizer;\\r\\n\\n\\n/***/ }\\n/******/ ])\\n});\\n;\"\n        },\n        {\n          \"id\": 127,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/js-yaml/lib/js-yaml/dumper.js\",\n          \"name\": \"./node_modules/js-yaml/lib/js-yaml/dumper.js\",\n          \"index\": 203,\n          \"index2\": 197,\n          \"size\": 26385,\n          \"cacheable\": true,\n          \"built\": true,\n          \"optional\": false,\n          \"prefetched\": false,\n          \"chunks\": [\n            2,\n            4\n          ],\n          \"issuer\": \"/Users/jarred/Code/styleurl/node_modules/js-yaml/lib/js-yaml.js\",\n          \"issuerId\": 105,\n          \"issuerName\": \"./node_modules/js-yaml/lib/js-yaml.js\",\n          \"issuerPath\": [\n            {\n              \"id\": 350,\n              \"identifier\": \"multi /Users/jarred/Code/styleurl/webpack/customPublicPath /Users/jarred/Code/styleurl/chrome/extension/github_gist_content_script\",\n              \"name\": \"multi ./webpack/customPublicPath ./chrome/extension/github_gist_content_script\",\n              \"profile\": {\n                \"factory\": 0,\n                \"building\": 0,\n                \"dependencies\": 53\n              }\n            },\n            {\n              \"id\": 351,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/github_gist_content_script.js\",\n              \"name\": \"./chrome/extension/github_gist_content_script.js\",\n              \"profile\": {\n                \"factory\": 54,\n                \"building\": 576,\n                \"dependencies\": 194\n              }\n            },\n            {\n              \"id\": 55,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/lib/stylefile.js\",\n              \"name\": \"./chrome/extension/lib/stylefile.js\",\n              \"profile\": {\n                \"factory\": 194,\n                \"building\": 246,\n                \"dependencies\": 40\n              }\n            },\n            {\n              \"id\": 104,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/js-yaml/index.js\",\n              \"name\": \"./node_modules/js-yaml/index.js\",\n              \"profile\": {\n                \"factory\": 408,\n                \"building\": 42\n              }\n            },\n            {\n              \"id\": 105,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/js-yaml/lib/js-yaml.js\",\n              \"name\": \"./node_modules/js-yaml/lib/js-yaml.js\",\n              \"profile\": {\n                \"factory\": 96,\n                \"building\": 77\n              }\n            }\n          ],\n          \"profile\": {\n            \"factory\": 33,\n            \"building\": 66,\n            \"dependencies\": 42\n          },\n          \"failed\": false,\n          \"errors\": 0,\n          \"warnings\": 0,\n          \"assets\": [],\n          \"reasons\": [\n            {\n              \"moduleId\": 105,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/js-yaml/lib/js-yaml.js\",\n              \"module\": \"./node_modules/js-yaml/lib/js-yaml.js\",\n              \"moduleName\": \"./node_modules/js-yaml/lib/js-yaml.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"./js-yaml/dumper\",\n              \"loc\": \"5:13-40\"\n            }\n          ],\n          \"usedExports\": true,\n          \"providedExports\": null,\n          \"optimizationBailout\": [\n            \"ModuleConcatenation bailout: Module is not an ECMAScript module\"\n          ],\n          \"depth\": 5,\n          \"source\": \"'use strict';\\n\\n/*eslint-disable no-use-before-define*/\\n\\nvar common              = require('./common');\\nvar YAMLException       = require('./exception');\\nvar DEFAULT_FULL_SCHEMA = require('./schema/default_full');\\nvar DEFAULT_SAFE_SCHEMA = require('./schema/default_safe');\\n\\nvar _toString       = Object.prototype.toString;\\nvar _hasOwnProperty = Object.prototype.hasOwnProperty;\\n\\nvar CHAR_TAB                  = 0x09; /* Tab */\\nvar CHAR_LINE_FEED            = 0x0A; /* LF */\\nvar CHAR_SPACE                = 0x20; /* Space */\\nvar CHAR_EXCLAMATION          = 0x21; /* ! */\\nvar CHAR_DOUBLE_QUOTE         = 0x22; /* \\\" */\\nvar CHAR_SHARP                = 0x23; /* # */\\nvar CHAR_PERCENT              = 0x25; /* % */\\nvar CHAR_AMPERSAND            = 0x26; /* & */\\nvar CHAR_SINGLE_QUOTE         = 0x27; /* ' */\\nvar CHAR_ASTERISK             = 0x2A; /* * */\\nvar CHAR_COMMA                = 0x2C; /* , */\\nvar CHAR_MINUS                = 0x2D; /* - */\\nvar CHAR_COLON                = 0x3A; /* : */\\nvar CHAR_GREATER_THAN         = 0x3E; /* > */\\nvar CHAR_QUESTION             = 0x3F; /* ? */\\nvar CHAR_COMMERCIAL_AT        = 0x40; /* @ */\\nvar CHAR_LEFT_SQUARE_BRACKET  = 0x5B; /* [ */\\nvar CHAR_RIGHT_SQUARE_BRACKET = 0x5D; /* ] */\\nvar CHAR_GRAVE_ACCENT         = 0x60; /* ` */\\nvar CHAR_LEFT_CURLY_BRACKET   = 0x7B; /* { */\\nvar CHAR_VERTICAL_LINE        = 0x7C; /* | */\\nvar CHAR_RIGHT_CURLY_BRACKET  = 0x7D; /* } */\\n\\nvar ESCAPE_SEQUENCES = {};\\n\\nESCAPE_SEQUENCES[0x00]   = '\\\\\\\\0';\\nESCAPE_SEQUENCES[0x07]   = '\\\\\\\\a';\\nESCAPE_SEQUENCES[0x08]   = '\\\\\\\\b';\\nESCAPE_SEQUENCES[0x09]   = '\\\\\\\\t';\\nESCAPE_SEQUENCES[0x0A]   = '\\\\\\\\n';\\nESCAPE_SEQUENCES[0x0B]   = '\\\\\\\\v';\\nESCAPE_SEQUENCES[0x0C]   = '\\\\\\\\f';\\nESCAPE_SEQUENCES[0x0D]   = '\\\\\\\\r';\\nESCAPE_SEQUENCES[0x1B]   = '\\\\\\\\e';\\nESCAPE_SEQUENCES[0x22]   = '\\\\\\\\\\\"';\\nESCAPE_SEQUENCES[0x5C]   = '\\\\\\\\\\\\\\\\';\\nESCAPE_SEQUENCES[0x85]   = '\\\\\\\\N';\\nESCAPE_SEQUENCES[0xA0]   = '\\\\\\\\_';\\nESCAPE_SEQUENCES[0x2028] = '\\\\\\\\L';\\nESCAPE_SEQUENCES[0x2029] = '\\\\\\\\P';\\n\\nvar DEPRECATED_BOOLEANS_SYNTAX = [\\n  'y', 'Y', 'yes', 'Yes', 'YES', 'on', 'On', 'ON',\\n  'n', 'N', 'no', 'No', 'NO', 'off', 'Off', 'OFF'\\n];\\n\\nfunction compileStyleMap(schema, map) {\\n  var result, keys, index, length, tag, style, type;\\n\\n  if (map === null) return {};\\n\\n  result = {};\\n  keys = Object.keys(map);\\n\\n  for (index = 0, length = keys.length; index < length; index += 1) {\\n    tag = keys[index];\\n    style = String(map[tag]);\\n\\n    if (tag.slice(0, 2) === '!!') {\\n      tag = 'tag:yaml.org,2002:' + tag.slice(2);\\n    }\\n    type = schema.compiledTypeMap['fallback'][tag];\\n\\n    if (type && _hasOwnProperty.call(type.styleAliases, style)) {\\n      style = type.styleAliases[style];\\n    }\\n\\n    result[tag] = style;\\n  }\\n\\n  return result;\\n}\\n\\nfunction encodeHex(character) {\\n  var string, handle, length;\\n\\n  string = character.toString(16).toUpperCase();\\n\\n  if (character <= 0xFF) {\\n    handle = 'x';\\n    length = 2;\\n  } else if (character <= 0xFFFF) {\\n    handle = 'u';\\n    length = 4;\\n  } else if (character <= 0xFFFFFFFF) {\\n    handle = 'U';\\n    length = 8;\\n  } else {\\n    throw new YAMLException('code point within a string may not be greater than 0xFFFFFFFF');\\n  }\\n\\n  return '\\\\\\\\' + handle + common.repeat('0', length - string.length) + string;\\n}\\n\\nfunction State(options) {\\n  this.schema       = options['schema'] || DEFAULT_FULL_SCHEMA;\\n  this.indent       = Math.max(1, (options['indent'] || 2));\\n  this.skipInvalid  = options['skipInvalid'] || false;\\n  this.flowLevel    = (common.isNothing(options['flowLevel']) ? -1 : options['flowLevel']);\\n  this.styleMap     = compileStyleMap(this.schema, options['styles'] || null);\\n  this.sortKeys     = options['sortKeys'] || false;\\n  this.lineWidth    = options['lineWidth'] || 80;\\n  this.noRefs       = options['noRefs'] || false;\\n  this.noCompatMode = options['noCompatMode'] || false;\\n  this.condenseFlow = options['condenseFlow'] || false;\\n\\n  this.implicitTypes = this.schema.compiledImplicit;\\n  this.explicitTypes = this.schema.compiledExplicit;\\n\\n  this.tag = null;\\n  this.result = '';\\n\\n  this.duplicates = [];\\n  this.usedDuplicates = null;\\n}\\n\\n// Indents every line in a string. Empty lines (\\\\n only) are not indented.\\nfunction indentString(string, spaces) {\\n  var ind = common.repeat(' ', spaces),\\n      position = 0,\\n      next = -1,\\n      result = '',\\n      line,\\n      length = string.length;\\n\\n  while (position < length) {\\n    next = string.indexOf('\\\\n', position);\\n    if (next === -1) {\\n      line = string.slice(position);\\n      position = length;\\n    } else {\\n      line = string.slice(position, next + 1);\\n      position = next + 1;\\n    }\\n\\n    if (line.length && line !== '\\\\n') result += ind;\\n\\n    result += line;\\n  }\\n\\n  return result;\\n}\\n\\nfunction generateNextLine(state, level) {\\n  return '\\\\n' + common.repeat(' ', state.indent * level);\\n}\\n\\nfunction testImplicitResolving(state, str) {\\n  var index, length, type;\\n\\n  for (index = 0, length = state.implicitTypes.length; index < length; index += 1) {\\n    type = state.implicitTypes[index];\\n\\n    if (type.resolve(str)) {\\n      return true;\\n    }\\n  }\\n\\n  return false;\\n}\\n\\n// [33] s-white ::= s-space | s-tab\\nfunction isWhitespace(c) {\\n  return c === CHAR_SPACE || c === CHAR_TAB;\\n}\\n\\n// Returns true if the character can be printed without escaping.\\n// From YAML 1.2: \\\"any allowed characters known to be non-printable\\n// should also be escaped. [However,] This isn’t mandatory\\\"\\n// Derived from nb-char - \\\\t - #x85 - #xA0 - #x2028 - #x2029.\\nfunction isPrintable(c) {\\n  return  (0x00020 <= c && c <= 0x00007E)\\n      || ((0x000A1 <= c && c <= 0x00D7FF) && c !== 0x2028 && c !== 0x2029)\\n      || ((0x0E000 <= c && c <= 0x00FFFD) && c !== 0xFEFF /* BOM */)\\n      ||  (0x10000 <= c && c <= 0x10FFFF);\\n}\\n\\n// Simplified test for values allowed after the first character in plain style.\\nfunction isPlainSafe(c) {\\n  // Uses a subset of nb-char - c-flow-indicator - \\\":\\\" - \\\"#\\\"\\n  // where nb-char ::= c-printable - b-char - c-byte-order-mark.\\n  return isPrintable(c) && c !== 0xFEFF\\n    // - c-flow-indicator\\n    && c !== CHAR_COMMA\\n    && c !== CHAR_LEFT_SQUARE_BRACKET\\n    && c !== CHAR_RIGHT_SQUARE_BRACKET\\n    && c !== CHAR_LEFT_CURLY_BRACKET\\n    && c !== CHAR_RIGHT_CURLY_BRACKET\\n    // - \\\":\\\" - \\\"#\\\"\\n    && c !== CHAR_COLON\\n    && c !== CHAR_SHARP;\\n}\\n\\n// Simplified test for values allowed as the first character in plain style.\\nfunction isPlainSafeFirst(c) {\\n  // Uses a subset of ns-char - c-indicator\\n  // where ns-char = nb-char - s-white.\\n  return isPrintable(c) && c !== 0xFEFF\\n    && !isWhitespace(c) // - s-white\\n    // - (c-indicator ::=\\n    // “-” | “?” | “:” | “,” | “[” | “]” | “{” | “}”\\n    && c !== CHAR_MINUS\\n    && c !== CHAR_QUESTION\\n    && c !== CHAR_COLON\\n    && c !== CHAR_COMMA\\n    && c !== CHAR_LEFT_SQUARE_BRACKET\\n    && c !== CHAR_RIGHT_SQUARE_BRACKET\\n    && c !== CHAR_LEFT_CURLY_BRACKET\\n    && c !== CHAR_RIGHT_CURLY_BRACKET\\n    // | “#” | “&” | “*” | “!” | “|” | “>” | “'” | “\\\"”\\n    && c !== CHAR_SHARP\\n    && c !== CHAR_AMPERSAND\\n    && c !== CHAR_ASTERISK\\n    && c !== CHAR_EXCLAMATION\\n    && c !== CHAR_VERTICAL_LINE\\n    && c !== CHAR_GREATER_THAN\\n    && c !== CHAR_SINGLE_QUOTE\\n    && c !== CHAR_DOUBLE_QUOTE\\n    // | “%” | “@” | “`”)\\n    && c !== CHAR_PERCENT\\n    && c !== CHAR_COMMERCIAL_AT\\n    && c !== CHAR_GRAVE_ACCENT;\\n}\\n\\n// Determines whether block indentation indicator is required.\\nfunction needIndentIndicator(string) {\\n  var leadingSpaceRe = /^\\\\n* /;\\n  return leadingSpaceRe.test(string);\\n}\\n\\nvar STYLE_PLAIN   = 1,\\n    STYLE_SINGLE  = 2,\\n    STYLE_LITERAL = 3,\\n    STYLE_FOLDED  = 4,\\n    STYLE_DOUBLE  = 5;\\n\\n// Determines which scalar styles are possible and returns the preferred style.\\n// lineWidth = -1 => no limit.\\n// Pre-conditions: str.length > 0.\\n// Post-conditions:\\n//    STYLE_PLAIN or STYLE_SINGLE => no \\\\n are in the string.\\n//    STYLE_LITERAL => no lines are suitable for folding (or lineWidth is -1).\\n//    STYLE_FOLDED => a line > lineWidth and can be folded (and lineWidth != -1).\\nfunction chooseScalarStyle(string, singleLineOnly, indentPerLevel, lineWidth, testAmbiguousType) {\\n  var i;\\n  var char;\\n  var hasLineBreak = false;\\n  var hasFoldableLine = false; // only checked if shouldTrackWidth\\n  var shouldTrackWidth = lineWidth !== -1;\\n  var previousLineBreak = -1; // count the first line correctly\\n  var plain = isPlainSafeFirst(string.charCodeAt(0))\\n          && !isWhitespace(string.charCodeAt(string.length - 1));\\n\\n  if (singleLineOnly) {\\n    // Case: no block styles.\\n    // Check for disallowed characters to rule out plain and single.\\n    for (i = 0; i < string.length; i++) {\\n      char = string.charCodeAt(i);\\n      if (!isPrintable(char)) {\\n        return STYLE_DOUBLE;\\n      }\\n      plain = plain && isPlainSafe(char);\\n    }\\n  } else {\\n    // Case: block styles permitted.\\n    for (i = 0; i < string.length; i++) {\\n      char = string.charCodeAt(i);\\n      if (char === CHAR_LINE_FEED) {\\n        hasLineBreak = true;\\n        // Check if any line can be folded.\\n        if (shouldTrackWidth) {\\n          hasFoldableLine = hasFoldableLine ||\\n            // Foldable line = too long, and not more-indented.\\n            (i - previousLineBreak - 1 > lineWidth &&\\n             string[previousLineBreak + 1] !== ' ');\\n          previousLineBreak = i;\\n        }\\n      } else if (!isPrintable(char)) {\\n        return STYLE_DOUBLE;\\n      }\\n      plain = plain && isPlainSafe(char);\\n    }\\n    // in case the end is missing a \\\\n\\n    hasFoldableLine = hasFoldableLine || (shouldTrackWidth &&\\n      (i - previousLineBreak - 1 > lineWidth &&\\n       string[previousLineBreak + 1] !== ' '));\\n  }\\n  // Although every style can represent \\\\n without escaping, prefer block styles\\n  // for multiline, since they're more readable and they don't add empty lines.\\n  // Also prefer folding a super-long line.\\n  if (!hasLineBreak && !hasFoldableLine) {\\n    // Strings interpretable as another type have to be quoted;\\n    // e.g. the string 'true' vs. the boolean true.\\n    return plain && !testAmbiguousType(string)\\n      ? STYLE_PLAIN : STYLE_SINGLE;\\n  }\\n  // Edge case: block indentation indicator can only have one digit.\\n  if (indentPerLevel > 9 && needIndentIndicator(string)) {\\n    return STYLE_DOUBLE;\\n  }\\n  // At this point we know block styles are valid.\\n  // Prefer literal style unless we want to fold.\\n  return hasFoldableLine ? STYLE_FOLDED : STYLE_LITERAL;\\n}\\n\\n// Note: line breaking/folding is implemented for only the folded style.\\n// NB. We drop the last trailing newline (if any) of a returned block scalar\\n//  since the dumper adds its own newline. This always works:\\n//    • No ending newline => unaffected; already using strip \\\"-\\\" chomping.\\n//    • Ending newline    => removed then restored.\\n//  Importantly, this keeps the \\\"+\\\" chomp indicator from gaining an extra line.\\nfunction writeScalar(state, string, level, iskey) {\\n  state.dump = (function () {\\n    if (string.length === 0) {\\n      return \\\"''\\\";\\n    }\\n    if (!state.noCompatMode &&\\n        DEPRECATED_BOOLEANS_SYNTAX.indexOf(string) !== -1) {\\n      return \\\"'\\\" + string + \\\"'\\\";\\n    }\\n\\n    var indent = state.indent * Math.max(1, level); // no 0-indent scalars\\n    // As indentation gets deeper, let the width decrease monotonically\\n    // to the lower bound min(state.lineWidth, 40).\\n    // Note that this implies\\n    //  state.lineWidth ≤ 40 + state.indent: width is fixed at the lower bound.\\n    //  state.lineWidth > 40 + state.indent: width decreases until the lower bound.\\n    // This behaves better than a constant minimum width which disallows narrower options,\\n    // or an indent threshold which causes the width to suddenly increase.\\n    var lineWidth = state.lineWidth === -1\\n      ? -1 : Math.max(Math.min(state.lineWidth, 40), state.lineWidth - indent);\\n\\n    // Without knowing if keys are implicit/explicit, assume implicit for safety.\\n    var singleLineOnly = iskey\\n      // No block styles in flow mode.\\n      || (state.flowLevel > -1 && level >= state.flowLevel);\\n    function testAmbiguity(string) {\\n      return testImplicitResolving(state, string);\\n    }\\n\\n    switch (chooseScalarStyle(string, singleLineOnly, state.indent, lineWidth, testAmbiguity)) {\\n      case STYLE_PLAIN:\\n        return string;\\n      case STYLE_SINGLE:\\n        return \\\"'\\\" + string.replace(/'/g, \\\"''\\\") + \\\"'\\\";\\n      case STYLE_LITERAL:\\n        return '|' + blockHeader(string, state.indent)\\n          + dropEndingNewline(indentString(string, indent));\\n      case STYLE_FOLDED:\\n        return '>' + blockHeader(string, state.indent)\\n          + dropEndingNewline(indentString(foldString(string, lineWidth), indent));\\n      case STYLE_DOUBLE:\\n        return '\\\"' + escapeString(string, lineWidth) + '\\\"';\\n      default:\\n        throw new YAMLException('impossible error: invalid scalar style');\\n    }\\n  }());\\n}\\n\\n// Pre-conditions: string is valid for a block scalar, 1 <= indentPerLevel <= 9.\\nfunction blockHeader(string, indentPerLevel) {\\n  var indentIndicator = needIndentIndicator(string) ? String(indentPerLevel) : '';\\n\\n  // note the special case: the string '\\\\n' counts as a \\\"trailing\\\" empty line.\\n  var clip =          string[string.length - 1] === '\\\\n';\\n  var keep = clip && (string[string.length - 2] === '\\\\n' || string === '\\\\n');\\n  var chomp = keep ? '+' : (clip ? '' : '-');\\n\\n  return indentIndicator + chomp + '\\\\n';\\n}\\n\\n// (See the note for writeScalar.)\\nfunction dropEndingNewline(string) {\\n  return string[string.length - 1] === '\\\\n' ? string.slice(0, -1) : string;\\n}\\n\\n// Note: a long line without a suitable break point will exceed the width limit.\\n// Pre-conditions: every char in str isPrintable, str.length > 0, width > 0.\\nfunction foldString(string, width) {\\n  // In folded style, $k$ consecutive newlines output as $k+1$ newlines—\\n  // unless they're before or after a more-indented line, or at the very\\n  // beginning or end, in which case $k$ maps to $k$.\\n  // Therefore, parse each chunk as newline(s) followed by a content line.\\n  var lineRe = /(\\\\n+)([^\\\\n]*)/g;\\n\\n  // first line (possibly an empty line)\\n  var result = (function () {\\n    var nextLF = string.indexOf('\\\\n');\\n    nextLF = nextLF !== -1 ? nextLF : string.length;\\n    lineRe.lastIndex = nextLF;\\n    return foldLine(string.slice(0, nextLF), width);\\n  }());\\n  // If we haven't reached the first content line yet, don't add an extra \\\\n.\\n  var prevMoreIndented = string[0] === '\\\\n' || string[0] === ' ';\\n  var moreIndented;\\n\\n  // rest of the lines\\n  var match;\\n  while ((match = lineRe.exec(string))) {\\n    var prefix = match[1], line = match[2];\\n    moreIndented = (line[0] === ' ');\\n    result += prefix\\n      + (!prevMoreIndented && !moreIndented && line !== ''\\n        ? '\\\\n' : '')\\n      + foldLine(line, width);\\n    prevMoreIndented = moreIndented;\\n  }\\n\\n  return result;\\n}\\n\\n// Greedy line breaking.\\n// Picks the longest line under the limit each time,\\n// otherwise settles for the shortest line over the limit.\\n// NB. More-indented lines *cannot* be folded, as that would add an extra \\\\n.\\nfunction foldLine(line, width) {\\n  if (line === '' || line[0] === ' ') return line;\\n\\n  // Since a more-indented line adds a \\\\n, breaks can't be followed by a space.\\n  var breakRe = / [^ ]/g; // note: the match index will always be <= length-2.\\n  var match;\\n  // start is an inclusive index. end, curr, and next are exclusive.\\n  var start = 0, end, curr = 0, next = 0;\\n  var result = '';\\n\\n  // Invariants: 0 <= start <= length-1.\\n  //   0 <= curr <= next <= max(0, length-2). curr - start <= width.\\n  // Inside the loop:\\n  //   A match implies length >= 2, so curr and next are <= length-2.\\n  while ((match = breakRe.exec(line))) {\\n    next = match.index;\\n    // maintain invariant: curr - start <= width\\n    if (next - start > width) {\\n      end = (curr > start) ? curr : next; // derive end <= length-2\\n      result += '\\\\n' + line.slice(start, end);\\n      // skip the space that was output as \\\\n\\n      start = end + 1;                    // derive start <= length-1\\n    }\\n    curr = next;\\n  }\\n\\n  // By the invariants, start <= length-1, so there is something left over.\\n  // It is either the whole string or a part starting from non-whitespace.\\n  result += '\\\\n';\\n  // Insert a break if the remainder is too long and there is a break available.\\n  if (line.length - start > width && curr > start) {\\n    result += line.slice(start, curr) + '\\\\n' + line.slice(curr + 1);\\n  } else {\\n    result += line.slice(start);\\n  }\\n\\n  return result.slice(1); // drop extra \\\\n joiner\\n}\\n\\n// Escapes a double-quoted string.\\nfunction escapeString(string) {\\n  var result = '';\\n  var char, nextChar;\\n  var escapeSeq;\\n\\n  for (var i = 0; i < string.length; i++) {\\n    char = string.charCodeAt(i);\\n    // Check for surrogate pairs (reference Unicode 3.0 section \\\"3.7 Surrogates\\\").\\n    if (char >= 0xD800 && char <= 0xDBFF/* high surrogate */) {\\n      nextChar = string.charCodeAt(i + 1);\\n      if (nextChar >= 0xDC00 && nextChar <= 0xDFFF/* low surrogate */) {\\n        // Combine the surrogate pair and store it escaped.\\n        result += encodeHex((char - 0xD800) * 0x400 + nextChar - 0xDC00 + 0x10000);\\n        // Advance index one extra since we already used that char here.\\n        i++; continue;\\n      }\\n    }\\n    escapeSeq = ESCAPE_SEQUENCES[char];\\n    result += !escapeSeq && isPrintable(char)\\n      ? string[i]\\n      : escapeSeq || encodeHex(char);\\n  }\\n\\n  return result;\\n}\\n\\nfunction writeFlowSequence(state, level, object) {\\n  var _result = '',\\n      _tag    = state.tag,\\n      index,\\n      length;\\n\\n  for (index = 0, length = object.length; index < length; index += 1) {\\n    // Write only valid elements.\\n    if (writeNode(state, level, object[index], false, false)) {\\n      if (index !== 0) _result += ',' + (!state.condenseFlow ? ' ' : '');\\n      _result += state.dump;\\n    }\\n  }\\n\\n  state.tag = _tag;\\n  state.dump = '[' + _result + ']';\\n}\\n\\nfunction writeBlockSequence(state, level, object, compact) {\\n  var _result = '',\\n      _tag    = state.tag,\\n      index,\\n      length;\\n\\n  for (index = 0, length = object.length; index < length; index += 1) {\\n    // Write only valid elements.\\n    if (writeNode(state, level + 1, object[index], true, true)) {\\n      if (!compact || index !== 0) {\\n        _result += generateNextLine(state, level);\\n      }\\n\\n      if (state.dump && CHAR_LINE_FEED === state.dump.charCodeAt(0)) {\\n        _result += '-';\\n      } else {\\n        _result += '- ';\\n      }\\n\\n      _result += state.dump;\\n    }\\n  }\\n\\n  state.tag = _tag;\\n  state.dump = _result || '[]'; // Empty sequence if no valid values.\\n}\\n\\nfunction writeFlowMapping(state, level, object) {\\n  var _result       = '',\\n      _tag          = state.tag,\\n      objectKeyList = Object.keys(object),\\n      index,\\n      length,\\n      objectKey,\\n      objectValue,\\n      pairBuffer;\\n\\n  for (index = 0, length = objectKeyList.length; index < length; index += 1) {\\n    pairBuffer = state.condenseFlow ? '\\\"' : '';\\n\\n    if (index !== 0) pairBuffer += ', ';\\n\\n    objectKey = objectKeyList[index];\\n    objectValue = object[objectKey];\\n\\n    if (!writeNode(state, level, objectKey, false, false)) {\\n      continue; // Skip this pair because of invalid key;\\n    }\\n\\n    if (state.dump.length > 1024) pairBuffer += '? ';\\n\\n    pairBuffer += state.dump + (state.condenseFlow ? '\\\"' : '') + ':' + (state.condenseFlow ? '' : ' ');\\n\\n    if (!writeNode(state, level, objectValue, false, false)) {\\n      continue; // Skip this pair because of invalid value.\\n    }\\n\\n    pairBuffer += state.dump;\\n\\n    // Both key and value are valid.\\n    _result += pairBuffer;\\n  }\\n\\n  state.tag = _tag;\\n  state.dump = '{' + _result + '}';\\n}\\n\\nfunction writeBlockMapping(state, level, object, compact) {\\n  var _result       = '',\\n      _tag          = state.tag,\\n      objectKeyList = Object.keys(object),\\n      index,\\n      length,\\n      objectKey,\\n      objectValue,\\n      explicitPair,\\n      pairBuffer;\\n\\n  // Allow sorting keys so that the output file is deterministic\\n  if (state.sortKeys === true) {\\n    // Default sorting\\n    objectKeyList.sort();\\n  } else if (typeof state.sortKeys === 'function') {\\n    // Custom sort function\\n    objectKeyList.sort(state.sortKeys);\\n  } else if (state.sortKeys) {\\n    // Something is wrong\\n    throw new YAMLException('sortKeys must be a boolean or a function');\\n  }\\n\\n  for (index = 0, length = objectKeyList.length; index < length; index += 1) {\\n    pairBuffer = '';\\n\\n    if (!compact || index !== 0) {\\n      pairBuffer += generateNextLine(state, level);\\n    }\\n\\n    objectKey = objectKeyList[index];\\n    objectValue = object[objectKey];\\n\\n    if (!writeNode(state, level + 1, objectKey, true, true, true)) {\\n      continue; // Skip this pair because of invalid key.\\n    }\\n\\n    explicitPair = (state.tag !== null && state.tag !== '?') ||\\n                   (state.dump && state.dump.length > 1024);\\n\\n    if (explicitPair) {\\n      if (state.dump && CHAR_LINE_FEED === state.dump.charCodeAt(0)) {\\n        pairBuffer += '?';\\n      } else {\\n        pairBuffer += '? ';\\n      }\\n    }\\n\\n    pairBuffer += state.dump;\\n\\n    if (explicitPair) {\\n      pairBuffer += generateNextLine(state, level);\\n    }\\n\\n    if (!writeNode(state, level + 1, objectValue, true, explicitPair)) {\\n      continue; // Skip this pair because of invalid value.\\n    }\\n\\n    if (state.dump && CHAR_LINE_FEED === state.dump.charCodeAt(0)) {\\n      pairBuffer += ':';\\n    } else {\\n      pairBuffer += ': ';\\n    }\\n\\n    pairBuffer += state.dump;\\n\\n    // Both key and value are valid.\\n    _result += pairBuffer;\\n  }\\n\\n  state.tag = _tag;\\n  state.dump = _result || '{}'; // Empty mapping if no valid pairs.\\n}\\n\\nfunction detectType(state, object, explicit) {\\n  var _result, typeList, index, length, type, style;\\n\\n  typeList = explicit ? state.explicitTypes : state.implicitTypes;\\n\\n  for (index = 0, length = typeList.length; index < length; index += 1) {\\n    type = typeList[index];\\n\\n    if ((type.instanceOf  || type.predicate) &&\\n        (!type.instanceOf || ((typeof object === 'object') && (object instanceof type.instanceOf))) &&\\n        (!type.predicate  || type.predicate(object))) {\\n\\n      state.tag = explicit ? type.tag : '?';\\n\\n      if (type.represent) {\\n        style = state.styleMap[type.tag] || type.defaultStyle;\\n\\n        if (_toString.call(type.represent) === '[object Function]') {\\n          _result = type.represent(object, style);\\n        } else if (_hasOwnProperty.call(type.represent, style)) {\\n          _result = type.represent[style](object, style);\\n        } else {\\n          throw new YAMLException('!<' + type.tag + '> tag resolver accepts not \\\"' + style + '\\\" style');\\n        }\\n\\n        state.dump = _result;\\n      }\\n\\n      return true;\\n    }\\n  }\\n\\n  return false;\\n}\\n\\n// Serializes `object` and writes it to global `result`.\\n// Returns true on success, or false on invalid object.\\n//\\nfunction writeNode(state, level, object, block, compact, iskey) {\\n  state.tag = null;\\n  state.dump = object;\\n\\n  if (!detectType(state, object, false)) {\\n    detectType(state, object, true);\\n  }\\n\\n  var type = _toString.call(state.dump);\\n\\n  if (block) {\\n    block = (state.flowLevel < 0 || state.flowLevel > level);\\n  }\\n\\n  var objectOrArray = type === '[object Object]' || type === '[object Array]',\\n      duplicateIndex,\\n      duplicate;\\n\\n  if (objectOrArray) {\\n    duplicateIndex = state.duplicates.indexOf(object);\\n    duplicate = duplicateIndex !== -1;\\n  }\\n\\n  if ((state.tag !== null && state.tag !== '?') || duplicate || (state.indent !== 2 && level > 0)) {\\n    compact = false;\\n  }\\n\\n  if (duplicate && state.usedDuplicates[duplicateIndex]) {\\n    state.dump = '*ref_' + duplicateIndex;\\n  } else {\\n    if (objectOrArray && duplicate && !state.usedDuplicates[duplicateIndex]) {\\n      state.usedDuplicates[duplicateIndex] = true;\\n    }\\n    if (type === '[object Object]') {\\n      if (block && (Object.keys(state.dump).length !== 0)) {\\n        writeBlockMapping(state, level, state.dump, compact);\\n        if (duplicate) {\\n          state.dump = '&ref_' + duplicateIndex + state.dump;\\n        }\\n      } else {\\n        writeFlowMapping(state, level, state.dump);\\n        if (duplicate) {\\n          state.dump = '&ref_' + duplicateIndex + ' ' + state.dump;\\n        }\\n      }\\n    } else if (type === '[object Array]') {\\n      if (block && (state.dump.length !== 0)) {\\n        writeBlockSequence(state, level, state.dump, compact);\\n        if (duplicate) {\\n          state.dump = '&ref_' + duplicateIndex + state.dump;\\n        }\\n      } else {\\n        writeFlowSequence(state, level, state.dump);\\n        if (duplicate) {\\n          state.dump = '&ref_' + duplicateIndex + ' ' + state.dump;\\n        }\\n      }\\n    } else if (type === '[object String]') {\\n      if (state.tag !== '?') {\\n        writeScalar(state, state.dump, level, iskey);\\n      }\\n    } else {\\n      if (state.skipInvalid) return false;\\n      throw new YAMLException('unacceptable kind of an object to dump ' + type);\\n    }\\n\\n    if (state.tag !== null && state.tag !== '?') {\\n      state.dump = '!<' + state.tag + '> ' + state.dump;\\n    }\\n  }\\n\\n  return true;\\n}\\n\\nfunction getDuplicateReferences(object, state) {\\n  var objects = [],\\n      duplicatesIndexes = [],\\n      index,\\n      length;\\n\\n  inspectNode(object, objects, duplicatesIndexes);\\n\\n  for (index = 0, length = duplicatesIndexes.length; index < length; index += 1) {\\n    state.duplicates.push(objects[duplicatesIndexes[index]]);\\n  }\\n  state.usedDuplicates = new Array(length);\\n}\\n\\nfunction inspectNode(object, objects, duplicatesIndexes) {\\n  var objectKeyList,\\n      index,\\n      length;\\n\\n  if (object !== null && typeof object === 'object') {\\n    index = objects.indexOf(object);\\n    if (index !== -1) {\\n      if (duplicatesIndexes.indexOf(index) === -1) {\\n        duplicatesIndexes.push(index);\\n      }\\n    } else {\\n      objects.push(object);\\n\\n      if (Array.isArray(object)) {\\n        for (index = 0, length = object.length; index < length; index += 1) {\\n          inspectNode(object[index], objects, duplicatesIndexes);\\n        }\\n      } else {\\n        objectKeyList = Object.keys(object);\\n\\n        for (index = 0, length = objectKeyList.length; index < length; index += 1) {\\n          inspectNode(object[objectKeyList[index]], objects, duplicatesIndexes);\\n        }\\n      }\\n    }\\n  }\\n}\\n\\nfunction dump(input, options) {\\n  options = options || {};\\n\\n  var state = new State(options);\\n\\n  if (!state.noRefs) getDuplicateReferences(input, state);\\n\\n  if (writeNode(state, 0, input, true, true)) return state.dump + '\\\\n';\\n\\n  return '';\\n}\\n\\nfunction safeDump(input, options) {\\n  return dump(input, common.extend({ schema: DEFAULT_SAFE_SCHEMA }, options));\\n}\\n\\nmodule.exports.dump     = dump;\\nmodule.exports.safeDump = safeDump;\\n\"\n        },\n        {\n          \"id\": 128,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/bluebird/js/browser/bluebird.js\",\n          \"name\": \"./node_modules/bluebird/js/browser/bluebird.js\",\n          \"index\": 205,\n          \"index2\": 206,\n          \"size\": 179169,\n          \"cacheable\": true,\n          \"built\": true,\n          \"optional\": false,\n          \"prefetched\": false,\n          \"chunks\": [\n            2,\n            3\n          ],\n          \"issuer\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/devtools.js\",\n          \"issuerId\": 343,\n          \"issuerName\": \"./chrome/extension/devtools.js\",\n          \"issuerPath\": [\n            {\n              \"id\": 342,\n              \"identifier\": \"multi /Users/jarred/Code/styleurl/webpack/customPublicPath /Users/jarred/Code/styleurl/chrome/extension/devtools\",\n              \"name\": \"multi ./webpack/customPublicPath ./chrome/extension/devtools\",\n              \"profile\": {\n                \"factory\": 0,\n                \"building\": 0,\n                \"dependencies\": 54\n              }\n            },\n            {\n              \"id\": 343,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/devtools.js\",\n              \"name\": \"./chrome/extension/devtools.js\",\n              \"profile\": {\n                \"factory\": 55,\n                \"building\": 548\n              }\n            }\n          ],\n          \"profile\": {\n            \"factory\": 230,\n            \"building\": 567,\n            \"dependencies\": 245\n          },\n          \"failed\": false,\n          \"errors\": 0,\n          \"warnings\": 0,\n          \"assets\": [],\n          \"reasons\": [\n            {\n              \"moduleId\": 192,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/background.js\",\n              \"module\": \"./chrome/extension/background.js\",\n              \"moduleName\": \"./chrome/extension/background.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"bluebird\",\n              \"loc\": \"17:39-58\"\n            },\n            {\n              \"moduleId\": 343,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/devtools.js\",\n              \"module\": \"./chrome/extension/devtools.js\",\n              \"moduleName\": \"./chrome/extension/devtools.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"bluebird\",\n              \"loc\": \"15:39-58\"\n            }\n          ],\n          \"usedExports\": true,\n          \"providedExports\": null,\n          \"optimizationBailout\": [\n            \"ModuleConcatenation bailout: Module is not an ECMAScript module\"\n          ],\n          \"depth\": 2,\n          \"source\": \"/* @preserve\\n * The MIT License (MIT)\\n * \\n * Copyright (c) 2013-2017 Petka Antonov\\n * \\n * Permission is hereby granted, free of charge, to any person obtaining a copy\\n * of this software and associated documentation files (the \\\"Software\\\"), to deal\\n * in the Software without restriction, including without limitation the rights\\n * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell\\n * copies of the Software, and to permit persons to whom the Software is\\n * furnished to do so, subject to the following conditions:\\n * \\n * The above copyright notice and this permission notice shall be included in\\n * all copies or substantial portions of the Software.\\n * \\n * THE SOFTWARE IS PROVIDED \\\"AS IS\\\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\\n * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL THE\\n * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\\n * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\\n * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN\\n * THE SOFTWARE.\\n * \\n */\\n/**\\n * bluebird build version 3.5.1\\n * Features enabled: core, race, call_get, generators, map, nodeify, promisify, props, reduce, settle, some, using, timers, filter, any, each\\n*/\\n!function(e){if(\\\"object\\\"==typeof exports&&\\\"undefined\\\"!=typeof module)module.exports=e();else if(\\\"function\\\"==typeof define&&define.amd)define([],e);else{var f;\\\"undefined\\\"!=typeof window?f=window:\\\"undefined\\\"!=typeof global?f=global:\\\"undefined\\\"!=typeof self&&(f=self),f.Promise=e()}}(function(){var define,module,exports;return (function e(t,n,r){function s(o,u){if(!n[o]){if(!t[o]){var a=typeof _dereq_==\\\"function\\\"&&_dereq_;if(!u&&a)return a(o,!0);if(i)return i(o,!0);var f=new Error(\\\"Cannot find module '\\\"+o+\\\"'\\\");throw f.code=\\\"MODULE_NOT_FOUND\\\",f}var l=n[o]={exports:{}};t[o][0].call(l.exports,function(e){var n=t[o][1][e];return s(n?n:e)},l,l.exports,e,t,n,r)}return n[o].exports}var i=typeof _dereq_==\\\"function\\\"&&_dereq_;for(var o=0;o<r.length;o++)s(r[o]);return s})({1:[function(_dereq_,module,exports){\\n\\\"use strict\\\";\\nmodule.exports = function(Promise) {\\nvar SomePromiseArray = Promise._SomePromiseArray;\\nfunction any(promises) {\\n    var ret = new SomePromiseArray(promises);\\n    var promise = ret.promise();\\n    ret.setHowMany(1);\\n    ret.setUnwrap();\\n    ret.init();\\n    return promise;\\n}\\n\\nPromise.any = function (promises) {\\n    return any(promises);\\n};\\n\\nPromise.prototype.any = function () {\\n    return any(this);\\n};\\n\\n};\\n\\n},{}],2:[function(_dereq_,module,exports){\\n\\\"use strict\\\";\\nvar firstLineError;\\ntry {throw new Error(); } catch (e) {firstLineError = e;}\\nvar schedule = _dereq_(\\\"./schedule\\\");\\nvar Queue = _dereq_(\\\"./queue\\\");\\nvar util = _dereq_(\\\"./util\\\");\\n\\nfunction Async() {\\n    this._customScheduler = false;\\n    this._isTickUsed = false;\\n    this._lateQueue = new Queue(16);\\n    this._normalQueue = new Queue(16);\\n    this._haveDrainedQueues = false;\\n    this._trampolineEnabled = true;\\n    var self = this;\\n    this.drainQueues = function () {\\n        self._drainQueues();\\n    };\\n    this._schedule = schedule;\\n}\\n\\nAsync.prototype.setScheduler = function(fn) {\\n    var prev = this._schedule;\\n    this._schedule = fn;\\n    this._customScheduler = true;\\n    return prev;\\n};\\n\\nAsync.prototype.hasCustomScheduler = function() {\\n    return this._customScheduler;\\n};\\n\\nAsync.prototype.enableTrampoline = function() {\\n    this._trampolineEnabled = true;\\n};\\n\\nAsync.prototype.disableTrampolineIfNecessary = function() {\\n    if (util.hasDevTools) {\\n        this._trampolineEnabled = false;\\n    }\\n};\\n\\nAsync.prototype.haveItemsQueued = function () {\\n    return this._isTickUsed || this._haveDrainedQueues;\\n};\\n\\n\\nAsync.prototype.fatalError = function(e, isNode) {\\n    if (isNode) {\\n        process.stderr.write(\\\"Fatal \\\" + (e instanceof Error ? e.stack : e) +\\n            \\\"\\\\n\\\");\\n        process.exit(2);\\n    } else {\\n        this.throwLater(e);\\n    }\\n};\\n\\nAsync.prototype.throwLater = function(fn, arg) {\\n    if (arguments.length === 1) {\\n        arg = fn;\\n        fn = function () { throw arg; };\\n    }\\n    if (typeof setTimeout !== \\\"undefined\\\") {\\n        setTimeout(function() {\\n            fn(arg);\\n        }, 0);\\n    } else try {\\n        this._schedule(function() {\\n            fn(arg);\\n        });\\n    } catch (e) {\\n        throw new Error(\\\"No async scheduler available\\\\u000a\\\\u000a    See http://goo.gl/MqrFmX\\\\u000a\\\");\\n    }\\n};\\n\\nfunction AsyncInvokeLater(fn, receiver, arg) {\\n    this._lateQueue.push(fn, receiver, arg);\\n    this._queueTick();\\n}\\n\\nfunction AsyncInvoke(fn, receiver, arg) {\\n    this._normalQueue.push(fn, receiver, arg);\\n    this._queueTick();\\n}\\n\\nfunction AsyncSettlePromises(promise) {\\n    this._normalQueue._pushOne(promise);\\n    this._queueTick();\\n}\\n\\nif (!util.hasDevTools) {\\n    Async.prototype.invokeLater = AsyncInvokeLater;\\n    Async.prototype.invoke = AsyncInvoke;\\n    Async.prototype.settlePromises = AsyncSettlePromises;\\n} else {\\n    Async.prototype.invokeLater = function (fn, receiver, arg) {\\n        if (this._trampolineEnabled) {\\n            AsyncInvokeLater.call(this, fn, receiver, arg);\\n        } else {\\n            this._schedule(function() {\\n                setTimeout(function() {\\n                    fn.call(receiver, arg);\\n                }, 100);\\n            });\\n        }\\n    };\\n\\n    Async.prototype.invoke = function (fn, receiver, arg) {\\n        if (this._trampolineEnabled) {\\n            AsyncInvoke.call(this, fn, receiver, arg);\\n        } else {\\n            this._schedule(function() {\\n                fn.call(receiver, arg);\\n            });\\n        }\\n    };\\n\\n    Async.prototype.settlePromises = function(promise) {\\n        if (this._trampolineEnabled) {\\n            AsyncSettlePromises.call(this, promise);\\n        } else {\\n            this._schedule(function() {\\n                promise._settlePromises();\\n            });\\n        }\\n    };\\n}\\n\\nAsync.prototype._drainQueue = function(queue) {\\n    while (queue.length() > 0) {\\n        var fn = queue.shift();\\n        if (typeof fn !== \\\"function\\\") {\\n            fn._settlePromises();\\n            continue;\\n        }\\n        var receiver = queue.shift();\\n        var arg = queue.shift();\\n        fn.call(receiver, arg);\\n    }\\n};\\n\\nAsync.prototype._drainQueues = function () {\\n    this._drainQueue(this._normalQueue);\\n    this._reset();\\n    this._haveDrainedQueues = true;\\n    this._drainQueue(this._lateQueue);\\n};\\n\\nAsync.prototype._queueTick = function () {\\n    if (!this._isTickUsed) {\\n        this._isTickUsed = true;\\n        this._schedule(this.drainQueues);\\n    }\\n};\\n\\nAsync.prototype._reset = function () {\\n    this._isTickUsed = false;\\n};\\n\\nmodule.exports = Async;\\nmodule.exports.firstLineError = firstLineError;\\n\\n},{\\\"./queue\\\":26,\\\"./schedule\\\":29,\\\"./util\\\":36}],3:[function(_dereq_,module,exports){\\n\\\"use strict\\\";\\nmodule.exports = function(Promise, INTERNAL, tryConvertToPromise, debug) {\\nvar calledBind = false;\\nvar rejectThis = function(_, e) {\\n    this._reject(e);\\n};\\n\\nvar targetRejected = function(e, context) {\\n    context.promiseRejectionQueued = true;\\n    context.bindingPromise._then(rejectThis, rejectThis, null, this, e);\\n};\\n\\nvar bindingResolved = function(thisArg, context) {\\n    if (((this._bitField & 50397184) === 0)) {\\n        this._resolveCallback(context.target);\\n    }\\n};\\n\\nvar bindingRejected = function(e, context) {\\n    if (!context.promiseRejectionQueued) this._reject(e);\\n};\\n\\nPromise.prototype.bind = function (thisArg) {\\n    if (!calledBind) {\\n        calledBind = true;\\n        Promise.prototype._propagateFrom = debug.propagateFromFunction();\\n        Promise.prototype._boundValue = debug.boundValueFunction();\\n    }\\n    var maybePromise = tryConvertToPromise(thisArg);\\n    var ret = new Promise(INTERNAL);\\n    ret._propagateFrom(this, 1);\\n    var target = this._target();\\n    ret._setBoundTo(maybePromise);\\n    if (maybePromise instanceof Promise) {\\n        var context = {\\n            promiseRejectionQueued: false,\\n            promise: ret,\\n            target: target,\\n            bindingPromise: maybePromise\\n        };\\n        target._then(INTERNAL, targetRejected, undefined, ret, context);\\n        maybePromise._then(\\n            bindingResolved, bindingRejected, undefined, ret, context);\\n        ret._setOnCancel(maybePromise);\\n    } else {\\n        ret._resolveCallback(target);\\n    }\\n    return ret;\\n};\\n\\nPromise.prototype._setBoundTo = function (obj) {\\n    if (obj !== undefined) {\\n        this._bitField = this._bitField | 2097152;\\n        this._boundTo = obj;\\n    } else {\\n        this._bitField = this._bitField & (~2097152);\\n    }\\n};\\n\\nPromise.prototype._isBound = function () {\\n    return (this._bitField & 2097152) === 2097152;\\n};\\n\\nPromise.bind = function (thisArg, value) {\\n    return Promise.resolve(value).bind(thisArg);\\n};\\n};\\n\\n},{}],4:[function(_dereq_,module,exports){\\n\\\"use strict\\\";\\nvar old;\\nif (typeof Promise !== \\\"undefined\\\") old = Promise;\\nfunction noConflict() {\\n    try { if (Promise === bluebird) Promise = old; }\\n    catch (e) {}\\n    return bluebird;\\n}\\nvar bluebird = _dereq_(\\\"./promise\\\")();\\nbluebird.noConflict = noConflict;\\nmodule.exports = bluebird;\\n\\n},{\\\"./promise\\\":22}],5:[function(_dereq_,module,exports){\\n\\\"use strict\\\";\\nvar cr = Object.create;\\nif (cr) {\\n    var callerCache = cr(null);\\n    var getterCache = cr(null);\\n    callerCache[\\\" size\\\"] = getterCache[\\\" size\\\"] = 0;\\n}\\n\\nmodule.exports = function(Promise) {\\nvar util = _dereq_(\\\"./util\\\");\\nvar canEvaluate = util.canEvaluate;\\nvar isIdentifier = util.isIdentifier;\\n\\nvar getMethodCaller;\\nvar getGetter;\\nif (!true) {\\nvar makeMethodCaller = function (methodName) {\\n    return new Function(\\\"ensureMethod\\\", \\\"                                    \\\\n\\\\\\n        return function(obj) {                                               \\\\n\\\\\\n            'use strict'                                                     \\\\n\\\\\\n            var len = this.length;                                           \\\\n\\\\\\n            ensureMethod(obj, 'methodName');                                 \\\\n\\\\\\n            switch(len) {                                                    \\\\n\\\\\\n                case 1: return obj.methodName(this[0]);                      \\\\n\\\\\\n                case 2: return obj.methodName(this[0], this[1]);             \\\\n\\\\\\n                case 3: return obj.methodName(this[0], this[1], this[2]);    \\\\n\\\\\\n                case 0: return obj.methodName();                             \\\\n\\\\\\n                default:                                                     \\\\n\\\\\\n                    return obj.methodName.apply(obj, this);                  \\\\n\\\\\\n            }                                                                \\\\n\\\\\\n        };                                                                   \\\\n\\\\\\n        \\\".replace(/methodName/g, methodName))(ensureMethod);\\n};\\n\\nvar makeGetter = function (propertyName) {\\n    return new Function(\\\"obj\\\", \\\"                                             \\\\n\\\\\\n        'use strict';                                                        \\\\n\\\\\\n        return obj.propertyName;                                             \\\\n\\\\\\n        \\\".replace(\\\"propertyName\\\", propertyName));\\n};\\n\\nvar getCompiled = function(name, compiler, cache) {\\n    var ret = cache[name];\\n    if (typeof ret !== \\\"function\\\") {\\n        if (!isIdentifier(name)) {\\n            return null;\\n        }\\n        ret = compiler(name);\\n        cache[name] = ret;\\n        cache[\\\" size\\\"]++;\\n        if (cache[\\\" size\\\"] > 512) {\\n            var keys = Object.keys(cache);\\n            for (var i = 0; i < 256; ++i) delete cache[keys[i]];\\n            cache[\\\" size\\\"] = keys.length - 256;\\n        }\\n    }\\n    return ret;\\n};\\n\\ngetMethodCaller = function(name) {\\n    return getCompiled(name, makeMethodCaller, callerCache);\\n};\\n\\ngetGetter = function(name) {\\n    return getCompiled(name, makeGetter, getterCache);\\n};\\n}\\n\\nfunction ensureMethod(obj, methodName) {\\n    var fn;\\n    if (obj != null) fn = obj[methodName];\\n    if (typeof fn !== \\\"function\\\") {\\n        var message = \\\"Object \\\" + util.classString(obj) + \\\" has no method '\\\" +\\n            util.toString(methodName) + \\\"'\\\";\\n        throw new Promise.TypeError(message);\\n    }\\n    return fn;\\n}\\n\\nfunction caller(obj) {\\n    var methodName = this.pop();\\n    var fn = ensureMethod(obj, methodName);\\n    return fn.apply(obj, this);\\n}\\nPromise.prototype.call = function (methodName) {\\n    var args = [].slice.call(arguments, 1);;\\n    if (!true) {\\n        if (canEvaluate) {\\n            var maybeCaller = getMethodCaller(methodName);\\n            if (maybeCaller !== null) {\\n                return this._then(\\n                    maybeCaller, undefined, undefined, args, undefined);\\n            }\\n        }\\n    }\\n    args.push(methodName);\\n    return this._then(caller, undefined, undefined, args, undefined);\\n};\\n\\nfunction namedGetter(obj) {\\n    return obj[this];\\n}\\nfunction indexedGetter(obj) {\\n    var index = +this;\\n    if (index < 0) index = Math.max(0, index + obj.length);\\n    return obj[index];\\n}\\nPromise.prototype.get = function (propertyName) {\\n    var isIndex = (typeof propertyName === \\\"number\\\");\\n    var getter;\\n    if (!isIndex) {\\n        if (canEvaluate) {\\n            var maybeGetter = getGetter(propertyName);\\n            getter = maybeGetter !== null ? maybeGetter : namedGetter;\\n        } else {\\n            getter = namedGetter;\\n        }\\n    } else {\\n        getter = indexedGetter;\\n    }\\n    return this._then(getter, undefined, undefined, propertyName, undefined);\\n};\\n};\\n\\n},{\\\"./util\\\":36}],6:[function(_dereq_,module,exports){\\n\\\"use strict\\\";\\nmodule.exports = function(Promise, PromiseArray, apiRejection, debug) {\\nvar util = _dereq_(\\\"./util\\\");\\nvar tryCatch = util.tryCatch;\\nvar errorObj = util.errorObj;\\nvar async = Promise._async;\\n\\nPromise.prototype[\\\"break\\\"] = Promise.prototype.cancel = function() {\\n    if (!debug.cancellation()) return this._warn(\\\"cancellation is disabled\\\");\\n\\n    var promise = this;\\n    var child = promise;\\n    while (promise._isCancellable()) {\\n        if (!promise._cancelBy(child)) {\\n            if (child._isFollowing()) {\\n                child._followee().cancel();\\n            } else {\\n                child._cancelBranched();\\n            }\\n            break;\\n        }\\n\\n        var parent = promise._cancellationParent;\\n        if (parent == null || !parent._isCancellable()) {\\n            if (promise._isFollowing()) {\\n                promise._followee().cancel();\\n            } else {\\n                promise._cancelBranched();\\n            }\\n            break;\\n        } else {\\n            if (promise._isFollowing()) promise._followee().cancel();\\n            promise._setWillBeCancelled();\\n            child = promise;\\n            promise = parent;\\n        }\\n    }\\n};\\n\\nPromise.prototype._branchHasCancelled = function() {\\n    this._branchesRemainingToCancel--;\\n};\\n\\nPromise.prototype._enoughBranchesHaveCancelled = function() {\\n    return this._branchesRemainingToCancel === undefined ||\\n           this._branchesRemainingToCancel <= 0;\\n};\\n\\nPromise.prototype._cancelBy = function(canceller) {\\n    if (canceller === this) {\\n        this._branchesRemainingToCancel = 0;\\n        this._invokeOnCancel();\\n        return true;\\n    } else {\\n        this._branchHasCancelled();\\n        if (this._enoughBranchesHaveCancelled()) {\\n            this._invokeOnCancel();\\n            return true;\\n        }\\n    }\\n    return false;\\n};\\n\\nPromise.prototype._cancelBranched = function() {\\n    if (this._enoughBranchesHaveCancelled()) {\\n        this._cancel();\\n    }\\n};\\n\\nPromise.prototype._cancel = function() {\\n    if (!this._isCancellable()) return;\\n    this._setCancelled();\\n    async.invoke(this._cancelPromises, this, undefined);\\n};\\n\\nPromise.prototype._cancelPromises = function() {\\n    if (this._length() > 0) this._settlePromises();\\n};\\n\\nPromise.prototype._unsetOnCancel = function() {\\n    this._onCancelField = undefined;\\n};\\n\\nPromise.prototype._isCancellable = function() {\\n    return this.isPending() && !this._isCancelled();\\n};\\n\\nPromise.prototype.isCancellable = function() {\\n    return this.isPending() && !this.isCancelled();\\n};\\n\\nPromise.prototype._doInvokeOnCancel = function(onCancelCallback, internalOnly) {\\n    if (util.isArray(onCancelCallback)) {\\n        for (var i = 0; i < onCancelCallback.length; ++i) {\\n            this._doInvokeOnCancel(onCancelCallback[i], internalOnly);\\n        }\\n    } else if (onCancelCallback !== undefined) {\\n        if (typeof onCancelCallback === \\\"function\\\") {\\n            if (!internalOnly) {\\n                var e = tryCatch(onCancelCallback).call(this._boundValue());\\n                if (e === errorObj) {\\n                    this._attachExtraTrace(e.e);\\n                    async.throwLater(e.e);\\n                }\\n            }\\n        } else {\\n            onCancelCallback._resultCancelled(this);\\n        }\\n    }\\n};\\n\\nPromise.prototype._invokeOnCancel = function() {\\n    var onCancelCallback = this._onCancel();\\n    this._unsetOnCancel();\\n    async.invoke(this._doInvokeOnCancel, this, onCancelCallback);\\n};\\n\\nPromise.prototype._invokeInternalOnCancel = function() {\\n    if (this._isCancellable()) {\\n        this._doInvokeOnCancel(this._onCancel(), true);\\n        this._unsetOnCancel();\\n    }\\n};\\n\\nPromise.prototype._resultCancelled = function() {\\n    this.cancel();\\n};\\n\\n};\\n\\n},{\\\"./util\\\":36}],7:[function(_dereq_,module,exports){\\n\\\"use strict\\\";\\nmodule.exports = function(NEXT_FILTER) {\\nvar util = _dereq_(\\\"./util\\\");\\nvar getKeys = _dereq_(\\\"./es5\\\").keys;\\nvar tryCatch = util.tryCatch;\\nvar errorObj = util.errorObj;\\n\\nfunction catchFilter(instances, cb, promise) {\\n    return function(e) {\\n        var boundTo = promise._boundValue();\\n        predicateLoop: for (var i = 0; i < instances.length; ++i) {\\n            var item = instances[i];\\n\\n            if (item === Error ||\\n                (item != null && item.prototype instanceof Error)) {\\n                if (e instanceof item) {\\n                    return tryCatch(cb).call(boundTo, e);\\n                }\\n            } else if (typeof item === \\\"function\\\") {\\n                var matchesPredicate = tryCatch(item).call(boundTo, e);\\n                if (matchesPredicate === errorObj) {\\n                    return matchesPredicate;\\n                } else if (matchesPredicate) {\\n                    return tryCatch(cb).call(boundTo, e);\\n                }\\n            } else if (util.isObject(e)) {\\n                var keys = getKeys(item);\\n                for (var j = 0; j < keys.length; ++j) {\\n                    var key = keys[j];\\n                    if (item[key] != e[key]) {\\n                        continue predicateLoop;\\n                    }\\n                }\\n                return tryCatch(cb).call(boundTo, e);\\n            }\\n        }\\n        return NEXT_FILTER;\\n    };\\n}\\n\\nreturn catchFilter;\\n};\\n\\n},{\\\"./es5\\\":13,\\\"./util\\\":36}],8:[function(_dereq_,module,exports){\\n\\\"use strict\\\";\\nmodule.exports = function(Promise) {\\nvar longStackTraces = false;\\nvar contextStack = [];\\n\\nPromise.prototype._promiseCreated = function() {};\\nPromise.prototype._pushContext = function() {};\\nPromise.prototype._popContext = function() {return null;};\\nPromise._peekContext = Promise.prototype._peekContext = function() {};\\n\\nfunction Context() {\\n    this._trace = new Context.CapturedTrace(peekContext());\\n}\\nContext.prototype._pushContext = function () {\\n    if (this._trace !== undefined) {\\n        this._trace._promiseCreated = null;\\n        contextStack.push(this._trace);\\n    }\\n};\\n\\nContext.prototype._popContext = function () {\\n    if (this._trace !== undefined) {\\n        var trace = contextStack.pop();\\n        var ret = trace._promiseCreated;\\n        trace._promiseCreated = null;\\n        return ret;\\n    }\\n    return null;\\n};\\n\\nfunction createContext() {\\n    if (longStackTraces) return new Context();\\n}\\n\\nfunction peekContext() {\\n    var lastIndex = contextStack.length - 1;\\n    if (lastIndex >= 0) {\\n        return contextStack[lastIndex];\\n    }\\n    return undefined;\\n}\\nContext.CapturedTrace = null;\\nContext.create = createContext;\\nContext.deactivateLongStackTraces = function() {};\\nContext.activateLongStackTraces = function() {\\n    var Promise_pushContext = Promise.prototype._pushContext;\\n    var Promise_popContext = Promise.prototype._popContext;\\n    var Promise_PeekContext = Promise._peekContext;\\n    var Promise_peekContext = Promise.prototype._peekContext;\\n    var Promise_promiseCreated = Promise.prototype._promiseCreated;\\n    Context.deactivateLongStackTraces = function() {\\n        Promise.prototype._pushContext = Promise_pushContext;\\n        Promise.prototype._popContext = Promise_popContext;\\n        Promise._peekContext = Promise_PeekContext;\\n        Promise.prototype._peekContext = Promise_peekContext;\\n        Promise.prototype._promiseCreated = Promise_promiseCreated;\\n        longStackTraces = false;\\n    };\\n    longStackTraces = true;\\n    Promise.prototype._pushContext = Context.prototype._pushContext;\\n    Promise.prototype._popContext = Context.prototype._popContext;\\n    Promise._peekContext = Promise.prototype._peekContext = peekContext;\\n    Promise.prototype._promiseCreated = function() {\\n        var ctx = this._peekContext();\\n        if (ctx && ctx._promiseCreated == null) ctx._promiseCreated = this;\\n    };\\n};\\nreturn Context;\\n};\\n\\n},{}],9:[function(_dereq_,module,exports){\\n\\\"use strict\\\";\\nmodule.exports = function(Promise, Context) {\\nvar getDomain = Promise._getDomain;\\nvar async = Promise._async;\\nvar Warning = _dereq_(\\\"./errors\\\").Warning;\\nvar util = _dereq_(\\\"./util\\\");\\nvar canAttachTrace = util.canAttachTrace;\\nvar unhandledRejectionHandled;\\nvar possiblyUnhandledRejection;\\nvar bluebirdFramePattern =\\n    /[\\\\\\\\\\\\/]bluebird[\\\\\\\\\\\\/]js[\\\\\\\\\\\\/](release|debug|instrumented)/;\\nvar nodeFramePattern = /\\\\((?:timers\\\\.js):\\\\d+:\\\\d+\\\\)/;\\nvar parseLinePattern = /[\\\\/<\\\\(](.+?):(\\\\d+):(\\\\d+)\\\\)?\\\\s*$/;\\nvar stackFramePattern = null;\\nvar formatStack = null;\\nvar indentStackFrames = false;\\nvar printWarning;\\nvar debugging = !!(util.env(\\\"BLUEBIRD_DEBUG\\\") != 0 &&\\n                        (true ||\\n                         util.env(\\\"BLUEBIRD_DEBUG\\\") ||\\n                         util.env(\\\"NODE_ENV\\\") === \\\"development\\\"));\\n\\nvar warnings = !!(util.env(\\\"BLUEBIRD_WARNINGS\\\") != 0 &&\\n    (debugging || util.env(\\\"BLUEBIRD_WARNINGS\\\")));\\n\\nvar longStackTraces = !!(util.env(\\\"BLUEBIRD_LONG_STACK_TRACES\\\") != 0 &&\\n    (debugging || util.env(\\\"BLUEBIRD_LONG_STACK_TRACES\\\")));\\n\\nvar wForgottenReturn = util.env(\\\"BLUEBIRD_W_FORGOTTEN_RETURN\\\") != 0 &&\\n    (warnings || !!util.env(\\\"BLUEBIRD_W_FORGOTTEN_RETURN\\\"));\\n\\nPromise.prototype.suppressUnhandledRejections = function() {\\n    var target = this._target();\\n    target._bitField = ((target._bitField & (~1048576)) |\\n                      524288);\\n};\\n\\nPromise.prototype._ensurePossibleRejectionHandled = function () {\\n    if ((this._bitField & 524288) !== 0) return;\\n    this._setRejectionIsUnhandled();\\n    var self = this;\\n    setTimeout(function() {\\n        self._notifyUnhandledRejection();\\n    }, 1);\\n};\\n\\nPromise.prototype._notifyUnhandledRejectionIsHandled = function () {\\n    fireRejectionEvent(\\\"rejectionHandled\\\",\\n                                  unhandledRejectionHandled, undefined, this);\\n};\\n\\nPromise.prototype._setReturnedNonUndefined = function() {\\n    this._bitField = this._bitField | 268435456;\\n};\\n\\nPromise.prototype._returnedNonUndefined = function() {\\n    return (this._bitField & 268435456) !== 0;\\n};\\n\\nPromise.prototype._notifyUnhandledRejection = function () {\\n    if (this._isRejectionUnhandled()) {\\n        var reason = this._settledValue();\\n        this._setUnhandledRejectionIsNotified();\\n        fireRejectionEvent(\\\"unhandledRejection\\\",\\n                                      possiblyUnhandledRejection, reason, this);\\n    }\\n};\\n\\nPromise.prototype._setUnhandledRejectionIsNotified = function () {\\n    this._bitField = this._bitField | 262144;\\n};\\n\\nPromise.prototype._unsetUnhandledRejectionIsNotified = function () {\\n    this._bitField = this._bitField & (~262144);\\n};\\n\\nPromise.prototype._isUnhandledRejectionNotified = function () {\\n    return (this._bitField & 262144) > 0;\\n};\\n\\nPromise.prototype._setRejectionIsUnhandled = function () {\\n    this._bitField = this._bitField | 1048576;\\n};\\n\\nPromise.prototype._unsetRejectionIsUnhandled = function () {\\n    this._bitField = this._bitField & (~1048576);\\n    if (this._isUnhandledRejectionNotified()) {\\n        this._unsetUnhandledRejectionIsNotified();\\n        this._notifyUnhandledRejectionIsHandled();\\n    }\\n};\\n\\nPromise.prototype._isRejectionUnhandled = function () {\\n    return (this._bitField & 1048576) > 0;\\n};\\n\\nPromise.prototype._warn = function(message, shouldUseOwnTrace, promise) {\\n    return warn(message, shouldUseOwnTrace, promise || this);\\n};\\n\\nPromise.onPossiblyUnhandledRejection = function (fn) {\\n    var domain = getDomain();\\n    possiblyUnhandledRejection =\\n        typeof fn === \\\"function\\\" ? (domain === null ?\\n                                            fn : util.domainBind(domain, fn))\\n                                 : undefined;\\n};\\n\\nPromise.onUnhandledRejectionHandled = function (fn) {\\n    var domain = getDomain();\\n    unhandledRejectionHandled =\\n        typeof fn === \\\"function\\\" ? (domain === null ?\\n                                            fn : util.domainBind(domain, fn))\\n                                 : undefined;\\n};\\n\\nvar disableLongStackTraces = function() {};\\nPromise.longStackTraces = function () {\\n    if (async.haveItemsQueued() && !config.longStackTraces) {\\n        throw new Error(\\\"cannot enable long stack traces after promises have been created\\\\u000a\\\\u000a    See http://goo.gl/MqrFmX\\\\u000a\\\");\\n    }\\n    if (!config.longStackTraces && longStackTracesIsSupported()) {\\n        var Promise_captureStackTrace = Promise.prototype._captureStackTrace;\\n        var Promise_attachExtraTrace = Promise.prototype._attachExtraTrace;\\n        config.longStackTraces = true;\\n        disableLongStackTraces = function() {\\n            if (async.haveItemsQueued() && !config.longStackTraces) {\\n                throw new Error(\\\"cannot enable long stack traces after promises have been created\\\\u000a\\\\u000a    See http://goo.gl/MqrFmX\\\\u000a\\\");\\n            }\\n            Promise.prototype._captureStackTrace = Promise_captureStackTrace;\\n            Promise.prototype._attachExtraTrace = Promise_attachExtraTrace;\\n            Context.deactivateLongStackTraces();\\n            async.enableTrampoline();\\n            config.longStackTraces = false;\\n        };\\n        Promise.prototype._captureStackTrace = longStackTracesCaptureStackTrace;\\n        Promise.prototype._attachExtraTrace = longStackTracesAttachExtraTrace;\\n        Context.activateLongStackTraces();\\n        async.disableTrampolineIfNecessary();\\n    }\\n};\\n\\nPromise.hasLongStackTraces = function () {\\n    return config.longStackTraces && longStackTracesIsSupported();\\n};\\n\\nvar fireDomEvent = (function() {\\n    try {\\n        if (typeof CustomEvent === \\\"function\\\") {\\n            var event = new CustomEvent(\\\"CustomEvent\\\");\\n            util.global.dispatchEvent(event);\\n            return function(name, event) {\\n                var domEvent = new CustomEvent(name.toLowerCase(), {\\n                    detail: event,\\n                    cancelable: true\\n                });\\n                return !util.global.dispatchEvent(domEvent);\\n            };\\n        } else if (typeof Event === \\\"function\\\") {\\n            var event = new Event(\\\"CustomEvent\\\");\\n            util.global.dispatchEvent(event);\\n            return function(name, event) {\\n                var domEvent = new Event(name.toLowerCase(), {\\n                    cancelable: true\\n                });\\n                domEvent.detail = event;\\n                return !util.global.dispatchEvent(domEvent);\\n            };\\n        } else {\\n            var event = document.createEvent(\\\"CustomEvent\\\");\\n            event.initCustomEvent(\\\"testingtheevent\\\", false, true, {});\\n            util.global.dispatchEvent(event);\\n            return function(name, event) {\\n                var domEvent = document.createEvent(\\\"CustomEvent\\\");\\n                domEvent.initCustomEvent(name.toLowerCase(), false, true,\\n                    event);\\n                return !util.global.dispatchEvent(domEvent);\\n            };\\n        }\\n    } catch (e) {}\\n    return function() {\\n        return false;\\n    };\\n})();\\n\\nvar fireGlobalEvent = (function() {\\n    if (util.isNode) {\\n        return function() {\\n            return process.emit.apply(process, arguments);\\n        };\\n    } else {\\n        if (!util.global) {\\n            return function() {\\n                return false;\\n            };\\n        }\\n        return function(name) {\\n            var methodName = \\\"on\\\" + name.toLowerCase();\\n            var method = util.global[methodName];\\n            if (!method) return false;\\n            method.apply(util.global, [].slice.call(arguments, 1));\\n            return true;\\n        };\\n    }\\n})();\\n\\nfunction generatePromiseLifecycleEventObject(name, promise) {\\n    return {promise: promise};\\n}\\n\\nvar eventToObjectGenerator = {\\n    promiseCreated: generatePromiseLifecycleEventObject,\\n    promiseFulfilled: generatePromiseLifecycleEventObject,\\n    promiseRejected: generatePromiseLifecycleEventObject,\\n    promiseResolved: generatePromiseLifecycleEventObject,\\n    promiseCancelled: generatePromiseLifecycleEventObject,\\n    promiseChained: function(name, promise, child) {\\n        return {promise: promise, child: child};\\n    },\\n    warning: function(name, warning) {\\n        return {warning: warning};\\n    },\\n    unhandledRejection: function (name, reason, promise) {\\n        return {reason: reason, promise: promise};\\n    },\\n    rejectionHandled: generatePromiseLifecycleEventObject\\n};\\n\\nvar activeFireEvent = function (name) {\\n    var globalEventFired = false;\\n    try {\\n        globalEventFired = fireGlobalEvent.apply(null, arguments);\\n    } catch (e) {\\n        async.throwLater(e);\\n        globalEventFired = true;\\n    }\\n\\n    var domEventFired = false;\\n    try {\\n        domEventFired = fireDomEvent(name,\\n                    eventToObjectGenerator[name].apply(null, arguments));\\n    } catch (e) {\\n        async.throwLater(e);\\n        domEventFired = true;\\n    }\\n\\n    return domEventFired || globalEventFired;\\n};\\n\\nPromise.config = function(opts) {\\n    opts = Object(opts);\\n    if (\\\"longStackTraces\\\" in opts) {\\n        if (opts.longStackTraces) {\\n            Promise.longStackTraces();\\n        } else if (!opts.longStackTraces && Promise.hasLongStackTraces()) {\\n            disableLongStackTraces();\\n        }\\n    }\\n    if (\\\"warnings\\\" in opts) {\\n        var warningsOption = opts.warnings;\\n        config.warnings = !!warningsOption;\\n        wForgottenReturn = config.warnings;\\n\\n        if (util.isObject(warningsOption)) {\\n            if (\\\"wForgottenReturn\\\" in warningsOption) {\\n                wForgottenReturn = !!warningsOption.wForgottenReturn;\\n            }\\n        }\\n    }\\n    if (\\\"cancellation\\\" in opts && opts.cancellation && !config.cancellation) {\\n        if (async.haveItemsQueued()) {\\n            throw new Error(\\n                \\\"cannot enable cancellation after promises are in use\\\");\\n        }\\n        Promise.prototype._clearCancellationData =\\n            cancellationClearCancellationData;\\n        Promise.prototype._propagateFrom = cancellationPropagateFrom;\\n        Promise.prototype._onCancel = cancellationOnCancel;\\n        Promise.prototype._setOnCancel = cancellationSetOnCancel;\\n        Promise.prototype._attachCancellationCallback =\\n            cancellationAttachCancellationCallback;\\n        Promise.prototype._execute = cancellationExecute;\\n        propagateFromFunction = cancellationPropagateFrom;\\n        config.cancellation = true;\\n    }\\n    if (\\\"monitoring\\\" in opts) {\\n        if (opts.monitoring && !config.monitoring) {\\n            config.monitoring = true;\\n            Promise.prototype._fireEvent = activeFireEvent;\\n        } else if (!opts.monitoring && config.monitoring) {\\n            config.monitoring = false;\\n            Promise.prototype._fireEvent = defaultFireEvent;\\n        }\\n    }\\n    return Promise;\\n};\\n\\nfunction defaultFireEvent() { return false; }\\n\\nPromise.prototype._fireEvent = defaultFireEvent;\\nPromise.prototype._execute = function(executor, resolve, reject) {\\n    try {\\n        executor(resolve, reject);\\n    } catch (e) {\\n        return e;\\n    }\\n};\\nPromise.prototype._onCancel = function () {};\\nPromise.prototype._setOnCancel = function (handler) { ; };\\nPromise.prototype._attachCancellationCallback = function(onCancel) {\\n    ;\\n};\\nPromise.prototype._captureStackTrace = function () {};\\nPromise.prototype._attachExtraTrace = function () {};\\nPromise.prototype._clearCancellationData = function() {};\\nPromise.prototype._propagateFrom = function (parent, flags) {\\n    ;\\n    ;\\n};\\n\\nfunction cancellationExecute(executor, resolve, reject) {\\n    var promise = this;\\n    try {\\n        executor(resolve, reject, function(onCancel) {\\n            if (typeof onCancel !== \\\"function\\\") {\\n                throw new TypeError(\\\"onCancel must be a function, got: \\\" +\\n                                    util.toString(onCancel));\\n            }\\n            promise._attachCancellationCallback(onCancel);\\n        });\\n    } catch (e) {\\n        return e;\\n    }\\n}\\n\\nfunction cancellationAttachCancellationCallback(onCancel) {\\n    if (!this._isCancellable()) return this;\\n\\n    var previousOnCancel = this._onCancel();\\n    if (previousOnCancel !== undefined) {\\n        if (util.isArray(previousOnCancel)) {\\n            previousOnCancel.push(onCancel);\\n        } else {\\n            this._setOnCancel([previousOnCancel, onCancel]);\\n        }\\n    } else {\\n        this._setOnCancel(onCancel);\\n    }\\n}\\n\\nfunction cancellationOnCancel() {\\n    return this._onCancelField;\\n}\\n\\nfunction cancellationSetOnCancel(onCancel) {\\n    this._onCancelField = onCancel;\\n}\\n\\nfunction cancellationClearCancellationData() {\\n    this._cancellationParent = undefined;\\n    this._onCancelField = undefined;\\n}\\n\\nfunction cancellationPropagateFrom(parent, flags) {\\n    if ((flags & 1) !== 0) {\\n        this._cancellationParent = parent;\\n        var branchesRemainingToCancel = parent._branchesRemainingToCancel;\\n        if (branchesRemainingToCancel === undefined) {\\n            branchesRemainingToCancel = 0;\\n        }\\n        parent._branchesRemainingToCancel = branchesRemainingToCancel + 1;\\n    }\\n    if ((flags & 2) !== 0 && parent._isBound()) {\\n        this._setBoundTo(parent._boundTo);\\n    }\\n}\\n\\nfunction bindingPropagateFrom(parent, flags) {\\n    if ((flags & 2) !== 0 && parent._isBound()) {\\n        this._setBoundTo(parent._boundTo);\\n    }\\n}\\nvar propagateFromFunction = bindingPropagateFrom;\\n\\nfunction boundValueFunction() {\\n    var ret = this._boundTo;\\n    if (ret !== undefined) {\\n        if (ret instanceof Promise) {\\n            if (ret.isFulfilled()) {\\n                return ret.value();\\n            } else {\\n                return undefined;\\n            }\\n        }\\n    }\\n    return ret;\\n}\\n\\nfunction longStackTracesCaptureStackTrace() {\\n    this._trace = new CapturedTrace(this._peekContext());\\n}\\n\\nfunction longStackTracesAttachExtraTrace(error, ignoreSelf) {\\n    if (canAttachTrace(error)) {\\n        var trace = this._trace;\\n        if (trace !== undefined) {\\n            if (ignoreSelf) trace = trace._parent;\\n        }\\n        if (trace !== undefined) {\\n            trace.attachExtraTrace(error);\\n        } else if (!error.__stackCleaned__) {\\n            var parsed = parseStackAndMessage(error);\\n            util.notEnumerableProp(error, \\\"stack\\\",\\n                parsed.message + \\\"\\\\n\\\" + parsed.stack.join(\\\"\\\\n\\\"));\\n            util.notEnumerableProp(error, \\\"__stackCleaned__\\\", true);\\n        }\\n    }\\n}\\n\\nfunction checkForgottenReturns(returnValue, promiseCreated, name, promise,\\n                               parent) {\\n    if (returnValue === undefined && promiseCreated !== null &&\\n        wForgottenReturn) {\\n        if (parent !== undefined && parent._returnedNonUndefined()) return;\\n        if ((promise._bitField & 65535) === 0) return;\\n\\n        if (name) name = name + \\\" \\\";\\n        var handlerLine = \\\"\\\";\\n        var creatorLine = \\\"\\\";\\n        if (promiseCreated._trace) {\\n            var traceLines = promiseCreated._trace.stack.split(\\\"\\\\n\\\");\\n            var stack = cleanStack(traceLines);\\n            for (var i = stack.length - 1; i >= 0; --i) {\\n                var line = stack[i];\\n                if (!nodeFramePattern.test(line)) {\\n                    var lineMatches = line.match(parseLinePattern);\\n                    if (lineMatches) {\\n                        handlerLine  = \\\"at \\\" + lineMatches[1] +\\n                            \\\":\\\" + lineMatches[2] + \\\":\\\" + lineMatches[3] + \\\" \\\";\\n                    }\\n                    break;\\n                }\\n            }\\n\\n            if (stack.length > 0) {\\n                var firstUserLine = stack[0];\\n                for (var i = 0; i < traceLines.length; ++i) {\\n\\n                    if (traceLines[i] === firstUserLine) {\\n                        if (i > 0) {\\n                            creatorLine = \\\"\\\\n\\\" + traceLines[i - 1];\\n                        }\\n                        break;\\n                    }\\n                }\\n\\n            }\\n        }\\n        var msg = \\\"a promise was created in a \\\" + name +\\n            \\\"handler \\\" + handlerLine + \\\"but was not returned from it, \\\" +\\n            \\\"see http://goo.gl/rRqMUw\\\" +\\n            creatorLine;\\n        promise._warn(msg, true, promiseCreated);\\n    }\\n}\\n\\nfunction deprecated(name, replacement) {\\n    var message = name +\\n        \\\" is deprecated and will be removed in a future version.\\\";\\n    if (replacement) message += \\\" Use \\\" + replacement + \\\" instead.\\\";\\n    return warn(message);\\n}\\n\\nfunction warn(message, shouldUseOwnTrace, promise) {\\n    if (!config.warnings) return;\\n    var warning = new Warning(message);\\n    var ctx;\\n    if (shouldUseOwnTrace) {\\n        promise._attachExtraTrace(warning);\\n    } else if (config.longStackTraces && (ctx = Promise._peekContext())) {\\n        ctx.attachExtraTrace(warning);\\n    } else {\\n        var parsed = parseStackAndMessage(warning);\\n        warning.stack = parsed.message + \\\"\\\\n\\\" + parsed.stack.join(\\\"\\\\n\\\");\\n    }\\n\\n    if (!activeFireEvent(\\\"warning\\\", warning)) {\\n        formatAndLogError(warning, \\\"\\\", true);\\n    }\\n}\\n\\nfunction reconstructStack(message, stacks) {\\n    for (var i = 0; i < stacks.length - 1; ++i) {\\n        stacks[i].push(\\\"From previous event:\\\");\\n        stacks[i] = stacks[i].join(\\\"\\\\n\\\");\\n    }\\n    if (i < stacks.length) {\\n        stacks[i] = stacks[i].join(\\\"\\\\n\\\");\\n    }\\n    return message + \\\"\\\\n\\\" + stacks.join(\\\"\\\\n\\\");\\n}\\n\\nfunction removeDuplicateOrEmptyJumps(stacks) {\\n    for (var i = 0; i < stacks.length; ++i) {\\n        if (stacks[i].length === 0 ||\\n            ((i + 1 < stacks.length) && stacks[i][0] === stacks[i+1][0])) {\\n            stacks.splice(i, 1);\\n            i--;\\n        }\\n    }\\n}\\n\\nfunction removeCommonRoots(stacks) {\\n    var current = stacks[0];\\n    for (var i = 1; i < stacks.length; ++i) {\\n        var prev = stacks[i];\\n        var currentLastIndex = current.length - 1;\\n        var currentLastLine = current[currentLastIndex];\\n        var commonRootMeetPoint = -1;\\n\\n        for (var j = prev.length - 1; j >= 0; --j) {\\n            if (prev[j] === currentLastLine) {\\n                commonRootMeetPoint = j;\\n                break;\\n            }\\n        }\\n\\n        for (var j = commonRootMeetPoint; j >= 0; --j) {\\n            var line = prev[j];\\n            if (current[currentLastIndex] === line) {\\n                current.pop();\\n                currentLastIndex--;\\n            } else {\\n                break;\\n            }\\n        }\\n        current = prev;\\n    }\\n}\\n\\nfunction cleanStack(stack) {\\n    var ret = [];\\n    for (var i = 0; i < stack.length; ++i) {\\n        var line = stack[i];\\n        var isTraceLine = \\\"    (No stack trace)\\\" === line ||\\n            stackFramePattern.test(line);\\n        var isInternalFrame = isTraceLine && shouldIgnore(line);\\n        if (isTraceLine && !isInternalFrame) {\\n            if (indentStackFrames && line.charAt(0) !== \\\" \\\") {\\n                line = \\\"    \\\" + line;\\n            }\\n            ret.push(line);\\n        }\\n    }\\n    return ret;\\n}\\n\\nfunction stackFramesAsArray(error) {\\n    var stack = error.stack.replace(/\\\\s+$/g, \\\"\\\").split(\\\"\\\\n\\\");\\n    for (var i = 0; i < stack.length; ++i) {\\n        var line = stack[i];\\n        if (\\\"    (No stack trace)\\\" === line || stackFramePattern.test(line)) {\\n            break;\\n        }\\n    }\\n    if (i > 0 && error.name != \\\"SyntaxError\\\") {\\n        stack = stack.slice(i);\\n    }\\n    return stack;\\n}\\n\\nfunction parseStackAndMessage(error) {\\n    var stack = error.stack;\\n    var message = error.toString();\\n    stack = typeof stack === \\\"string\\\" && stack.length > 0\\n                ? stackFramesAsArray(error) : [\\\"    (No stack trace)\\\"];\\n    return {\\n        message: message,\\n        stack: error.name == \\\"SyntaxError\\\" ? stack : cleanStack(stack)\\n    };\\n}\\n\\nfunction formatAndLogError(error, title, isSoft) {\\n    if (typeof console !== \\\"undefined\\\") {\\n        var message;\\n        if (util.isObject(error)) {\\n            var stack = error.stack;\\n            message = title + formatStack(stack, error);\\n        } else {\\n            message = title + String(error);\\n        }\\n        if (typeof printWarning === \\\"function\\\") {\\n            printWarning(message, isSoft);\\n        } else if (typeof console.log === \\\"function\\\" ||\\n            typeof console.log === \\\"object\\\") {\\n            console.log(message);\\n        }\\n    }\\n}\\n\\nfunction fireRejectionEvent(name, localHandler, reason, promise) {\\n    var localEventFired = false;\\n    try {\\n        if (typeof localHandler === \\\"function\\\") {\\n            localEventFired = true;\\n            if (name === \\\"rejectionHandled\\\") {\\n                localHandler(promise);\\n            } else {\\n                localHandler(reason, promise);\\n            }\\n        }\\n    } catch (e) {\\n        async.throwLater(e);\\n    }\\n\\n    if (name === \\\"unhandledRejection\\\") {\\n        if (!activeFireEvent(name, reason, promise) && !localEventFired) {\\n            formatAndLogError(reason, \\\"Unhandled rejection \\\");\\n        }\\n    } else {\\n        activeFireEvent(name, promise);\\n    }\\n}\\n\\nfunction formatNonError(obj) {\\n    var str;\\n    if (typeof obj === \\\"function\\\") {\\n        str = \\\"[function \\\" +\\n            (obj.name || \\\"anonymous\\\") +\\n            \\\"]\\\";\\n    } else {\\n        str = obj && typeof obj.toString === \\\"function\\\"\\n            ? obj.toString() : util.toString(obj);\\n        var ruselessToString = /\\\\[object [a-zA-Z0-9$_]+\\\\]/;\\n        if (ruselessToString.test(str)) {\\n            try {\\n                var newStr = JSON.stringify(obj);\\n                str = newStr;\\n            }\\n            catch(e) {\\n\\n            }\\n        }\\n        if (str.length === 0) {\\n            str = \\\"(empty array)\\\";\\n        }\\n    }\\n    return (\\\"(<\\\" + snip(str) + \\\">, no stack trace)\\\");\\n}\\n\\nfunction snip(str) {\\n    var maxChars = 41;\\n    if (str.length < maxChars) {\\n        return str;\\n    }\\n    return str.substr(0, maxChars - 3) + \\\"...\\\";\\n}\\n\\nfunction longStackTracesIsSupported() {\\n    return typeof captureStackTrace === \\\"function\\\";\\n}\\n\\nvar shouldIgnore = function() { return false; };\\nvar parseLineInfoRegex = /[\\\\/<\\\\(]([^:\\\\/]+):(\\\\d+):(?:\\\\d+)\\\\)?\\\\s*$/;\\nfunction parseLineInfo(line) {\\n    var matches = line.match(parseLineInfoRegex);\\n    if (matches) {\\n        return {\\n            fileName: matches[1],\\n            line: parseInt(matches[2], 10)\\n        };\\n    }\\n}\\n\\nfunction setBounds(firstLineError, lastLineError) {\\n    if (!longStackTracesIsSupported()) return;\\n    var firstStackLines = firstLineError.stack.split(\\\"\\\\n\\\");\\n    var lastStackLines = lastLineError.stack.split(\\\"\\\\n\\\");\\n    var firstIndex = -1;\\n    var lastIndex = -1;\\n    var firstFileName;\\n    var lastFileName;\\n    for (var i = 0; i < firstStackLines.length; ++i) {\\n        var result = parseLineInfo(firstStackLines[i]);\\n        if (result) {\\n            firstFileName = result.fileName;\\n            firstIndex = result.line;\\n            break;\\n        }\\n    }\\n    for (var i = 0; i < lastStackLines.length; ++i) {\\n        var result = parseLineInfo(lastStackLines[i]);\\n        if (result) {\\n            lastFileName = result.fileName;\\n            lastIndex = result.line;\\n            break;\\n        }\\n    }\\n    if (firstIndex < 0 || lastIndex < 0 || !firstFileName || !lastFileName ||\\n        firstFileName !== lastFileName || firstIndex >= lastIndex) {\\n        return;\\n    }\\n\\n    shouldIgnore = function(line) {\\n        if (bluebirdFramePattern.test(line)) return true;\\n        var info = parseLineInfo(line);\\n        if (info) {\\n            if (info.fileName === firstFileName &&\\n                (firstIndex <= info.line && info.line <= lastIndex)) {\\n                return true;\\n            }\\n        }\\n        return false;\\n    };\\n}\\n\\nfunction CapturedTrace(parent) {\\n    this._parent = parent;\\n    this._promisesCreated = 0;\\n    var length = this._length = 1 + (parent === undefined ? 0 : parent._length);\\n    captureStackTrace(this, CapturedTrace);\\n    if (length > 32) this.uncycle();\\n}\\nutil.inherits(CapturedTrace, Error);\\nContext.CapturedTrace = CapturedTrace;\\n\\nCapturedTrace.prototype.uncycle = function() {\\n    var length = this._length;\\n    if (length < 2) return;\\n    var nodes = [];\\n    var stackToIndex = {};\\n\\n    for (var i = 0, node = this; node !== undefined; ++i) {\\n        nodes.push(node);\\n        node = node._parent;\\n    }\\n    length = this._length = i;\\n    for (var i = length - 1; i >= 0; --i) {\\n        var stack = nodes[i].stack;\\n        if (stackToIndex[stack] === undefined) {\\n            stackToIndex[stack] = i;\\n        }\\n    }\\n    for (var i = 0; i < length; ++i) {\\n        var currentStack = nodes[i].stack;\\n        var index = stackToIndex[currentStack];\\n        if (index !== undefined && index !== i) {\\n            if (index > 0) {\\n                nodes[index - 1]._parent = undefined;\\n                nodes[index - 1]._length = 1;\\n            }\\n            nodes[i]._parent = undefined;\\n            nodes[i]._length = 1;\\n            var cycleEdgeNode = i > 0 ? nodes[i - 1] : this;\\n\\n            if (index < length - 1) {\\n                cycleEdgeNode._parent = nodes[index + 1];\\n                cycleEdgeNode._parent.uncycle();\\n                cycleEdgeNode._length =\\n                    cycleEdgeNode._parent._length + 1;\\n            } else {\\n                cycleEdgeNode._parent = undefined;\\n                cycleEdgeNode._length = 1;\\n            }\\n            var currentChildLength = cycleEdgeNode._length + 1;\\n            for (var j = i - 2; j >= 0; --j) {\\n                nodes[j]._length = currentChildLength;\\n                currentChildLength++;\\n            }\\n            return;\\n        }\\n    }\\n};\\n\\nCapturedTrace.prototype.attachExtraTrace = function(error) {\\n    if (error.__stackCleaned__) return;\\n    this.uncycle();\\n    var parsed = parseStackAndMessage(error);\\n    var message = parsed.message;\\n    var stacks = [parsed.stack];\\n\\n    var trace = this;\\n    while (trace !== undefined) {\\n        stacks.push(cleanStack(trace.stack.split(\\\"\\\\n\\\")));\\n        trace = trace._parent;\\n    }\\n    removeCommonRoots(stacks);\\n    removeDuplicateOrEmptyJumps(stacks);\\n    util.notEnumerableProp(error, \\\"stack\\\", reconstructStack(message, stacks));\\n    util.notEnumerableProp(error, \\\"__stackCleaned__\\\", true);\\n};\\n\\nvar captureStackTrace = (function stackDetection() {\\n    var v8stackFramePattern = /^\\\\s*at\\\\s*/;\\n    var v8stackFormatter = function(stack, error) {\\n        if (typeof stack === \\\"string\\\") return stack;\\n\\n        if (error.name !== undefined &&\\n            error.message !== undefined) {\\n            return error.toString();\\n        }\\n        return formatNonError(error);\\n    };\\n\\n    if (typeof Error.stackTraceLimit === \\\"number\\\" &&\\n        typeof Error.captureStackTrace === \\\"function\\\") {\\n        Error.stackTraceLimit += 6;\\n        stackFramePattern = v8stackFramePattern;\\n        formatStack = v8stackFormatter;\\n        var captureStackTrace = Error.captureStackTrace;\\n\\n        shouldIgnore = function(line) {\\n            return bluebirdFramePattern.test(line);\\n        };\\n        return function(receiver, ignoreUntil) {\\n            Error.stackTraceLimit += 6;\\n            captureStackTrace(receiver, ignoreUntil);\\n            Error.stackTraceLimit -= 6;\\n        };\\n    }\\n    var err = new Error();\\n\\n    if (typeof err.stack === \\\"string\\\" &&\\n        err.stack.split(\\\"\\\\n\\\")[0].indexOf(\\\"stackDetection@\\\") >= 0) {\\n        stackFramePattern = /@/;\\n        formatStack = v8stackFormatter;\\n        indentStackFrames = true;\\n        return function captureStackTrace(o) {\\n            o.stack = new Error().stack;\\n        };\\n    }\\n\\n    var hasStackAfterThrow;\\n    try { throw new Error(); }\\n    catch(e) {\\n        hasStackAfterThrow = (\\\"stack\\\" in e);\\n    }\\n    if (!(\\\"stack\\\" in err) && hasStackAfterThrow &&\\n        typeof Error.stackTraceLimit === \\\"number\\\") {\\n        stackFramePattern = v8stackFramePattern;\\n        formatStack = v8stackFormatter;\\n        return function captureStackTrace(o) {\\n            Error.stackTraceLimit += 6;\\n            try { throw new Error(); }\\n            catch(e) { o.stack = e.stack; }\\n            Error.stackTraceLimit -= 6;\\n        };\\n    }\\n\\n    formatStack = function(stack, error) {\\n        if (typeof stack === \\\"string\\\") return stack;\\n\\n        if ((typeof error === \\\"object\\\" ||\\n            typeof error === \\\"function\\\") &&\\n            error.name !== undefined &&\\n            error.message !== undefined) {\\n            return error.toString();\\n        }\\n        return formatNonError(error);\\n    };\\n\\n    return null;\\n\\n})([]);\\n\\nif (typeof console !== \\\"undefined\\\" && typeof console.warn !== \\\"undefined\\\") {\\n    printWarning = function (message) {\\n        console.warn(message);\\n    };\\n    if (util.isNode && process.stderr.isTTY) {\\n        printWarning = function(message, isSoft) {\\n            var color = isSoft ? \\\"\\\\u001b[33m\\\" : \\\"\\\\u001b[31m\\\";\\n            console.warn(color + message + \\\"\\\\u001b[0m\\\\n\\\");\\n        };\\n    } else if (!util.isNode && typeof (new Error().stack) === \\\"string\\\") {\\n        printWarning = function(message, isSoft) {\\n            console.warn(\\\"%c\\\" + message,\\n                        isSoft ? \\\"color: darkorange\\\" : \\\"color: red\\\");\\n        };\\n    }\\n}\\n\\nvar config = {\\n    warnings: warnings,\\n    longStackTraces: false,\\n    cancellation: false,\\n    monitoring: false\\n};\\n\\nif (longStackTraces) Promise.longStackTraces();\\n\\nreturn {\\n    longStackTraces: function() {\\n        return config.longStackTraces;\\n    },\\n    warnings: function() {\\n        return config.warnings;\\n    },\\n    cancellation: function() {\\n        return config.cancellation;\\n    },\\n    monitoring: function() {\\n        return config.monitoring;\\n    },\\n    propagateFromFunction: function() {\\n        return propagateFromFunction;\\n    },\\n    boundValueFunction: function() {\\n        return boundValueFunction;\\n    },\\n    checkForgottenReturns: checkForgottenReturns,\\n    setBounds: setBounds,\\n    warn: warn,\\n    deprecated: deprecated,\\n    CapturedTrace: CapturedTrace,\\n    fireDomEvent: fireDomEvent,\\n    fireGlobalEvent: fireGlobalEvent\\n};\\n};\\n\\n},{\\\"./errors\\\":12,\\\"./util\\\":36}],10:[function(_dereq_,module,exports){\\n\\\"use strict\\\";\\nmodule.exports = function(Promise) {\\nfunction returner() {\\n    return this.value;\\n}\\nfunction thrower() {\\n    throw this.reason;\\n}\\n\\nPromise.prototype[\\\"return\\\"] =\\nPromise.prototype.thenReturn = function (value) {\\n    if (value instanceof Promise) value.suppressUnhandledRejections();\\n    return this._then(\\n        returner, undefined, undefined, {value: value}, undefined);\\n};\\n\\nPromise.prototype[\\\"throw\\\"] =\\nPromise.prototype.thenThrow = function (reason) {\\n    return this._then(\\n        thrower, undefined, undefined, {reason: reason}, undefined);\\n};\\n\\nPromise.prototype.catchThrow = function (reason) {\\n    if (arguments.length <= 1) {\\n        return this._then(\\n            undefined, thrower, undefined, {reason: reason}, undefined);\\n    } else {\\n        var _reason = arguments[1];\\n        var handler = function() {throw _reason;};\\n        return this.caught(reason, handler);\\n    }\\n};\\n\\nPromise.prototype.catchReturn = function (value) {\\n    if (arguments.length <= 1) {\\n        if (value instanceof Promise) value.suppressUnhandledRejections();\\n        return this._then(\\n            undefined, returner, undefined, {value: value}, undefined);\\n    } else {\\n        var _value = arguments[1];\\n        if (_value instanceof Promise) _value.suppressUnhandledRejections();\\n        var handler = function() {return _value;};\\n        return this.caught(value, handler);\\n    }\\n};\\n};\\n\\n},{}],11:[function(_dereq_,module,exports){\\n\\\"use strict\\\";\\nmodule.exports = function(Promise, INTERNAL) {\\nvar PromiseReduce = Promise.reduce;\\nvar PromiseAll = Promise.all;\\n\\nfunction promiseAllThis() {\\n    return PromiseAll(this);\\n}\\n\\nfunction PromiseMapSeries(promises, fn) {\\n    return PromiseReduce(promises, fn, INTERNAL, INTERNAL);\\n}\\n\\nPromise.prototype.each = function (fn) {\\n    return PromiseReduce(this, fn, INTERNAL, 0)\\n              ._then(promiseAllThis, undefined, undefined, this, undefined);\\n};\\n\\nPromise.prototype.mapSeries = function (fn) {\\n    return PromiseReduce(this, fn, INTERNAL, INTERNAL);\\n};\\n\\nPromise.each = function (promises, fn) {\\n    return PromiseReduce(promises, fn, INTERNAL, 0)\\n              ._then(promiseAllThis, undefined, undefined, promises, undefined);\\n};\\n\\nPromise.mapSeries = PromiseMapSeries;\\n};\\n\\n\\n},{}],12:[function(_dereq_,module,exports){\\n\\\"use strict\\\";\\nvar es5 = _dereq_(\\\"./es5\\\");\\nvar Objectfreeze = es5.freeze;\\nvar util = _dereq_(\\\"./util\\\");\\nvar inherits = util.inherits;\\nvar notEnumerableProp = util.notEnumerableProp;\\n\\nfunction subError(nameProperty, defaultMessage) {\\n    function SubError(message) {\\n        if (!(this instanceof SubError)) return new SubError(message);\\n        notEnumerableProp(this, \\\"message\\\",\\n            typeof message === \\\"string\\\" ? message : defaultMessage);\\n        notEnumerableProp(this, \\\"name\\\", nameProperty);\\n        if (Error.captureStackTrace) {\\n            Error.captureStackTrace(this, this.constructor);\\n        } else {\\n            Error.call(this);\\n        }\\n    }\\n    inherits(SubError, Error);\\n    return SubError;\\n}\\n\\nvar _TypeError, _RangeError;\\nvar Warning = subError(\\\"Warning\\\", \\\"warning\\\");\\nvar CancellationError = subError(\\\"CancellationError\\\", \\\"cancellation error\\\");\\nvar TimeoutError = subError(\\\"TimeoutError\\\", \\\"timeout error\\\");\\nvar AggregateError = subError(\\\"AggregateError\\\", \\\"aggregate error\\\");\\ntry {\\n    _TypeError = TypeError;\\n    _RangeError = RangeError;\\n} catch(e) {\\n    _TypeError = subError(\\\"TypeError\\\", \\\"type error\\\");\\n    _RangeError = subError(\\\"RangeError\\\", \\\"range error\\\");\\n}\\n\\nvar methods = (\\\"join pop push shift unshift slice filter forEach some \\\" +\\n    \\\"every map indexOf lastIndexOf reduce reduceRight sort reverse\\\").split(\\\" \\\");\\n\\nfor (var i = 0; i < methods.length; ++i) {\\n    if (typeof Array.prototype[methods[i]] === \\\"function\\\") {\\n        AggregateError.prototype[methods[i]] = Array.prototype[methods[i]];\\n    }\\n}\\n\\nes5.defineProperty(AggregateError.prototype, \\\"length\\\", {\\n    value: 0,\\n    configurable: false,\\n    writable: true,\\n    enumerable: true\\n});\\nAggregateError.prototype[\\\"isOperational\\\"] = true;\\nvar level = 0;\\nAggregateError.prototype.toString = function() {\\n    var indent = Array(level * 4 + 1).join(\\\" \\\");\\n    var ret = \\\"\\\\n\\\" + indent + \\\"AggregateError of:\\\" + \\\"\\\\n\\\";\\n    level++;\\n    indent = Array(level * 4 + 1).join(\\\" \\\");\\n    for (var i = 0; i < this.length; ++i) {\\n        var str = this[i] === this ? \\\"[Circular AggregateError]\\\" : this[i] + \\\"\\\";\\n        var lines = str.split(\\\"\\\\n\\\");\\n        for (var j = 0; j < lines.length; ++j) {\\n            lines[j] = indent + lines[j];\\n        }\\n        str = lines.join(\\\"\\\\n\\\");\\n        ret += str + \\\"\\\\n\\\";\\n    }\\n    level--;\\n    return ret;\\n};\\n\\nfunction OperationalError(message) {\\n    if (!(this instanceof OperationalError))\\n        return new OperationalError(message);\\n    notEnumerableProp(this, \\\"name\\\", \\\"OperationalError\\\");\\n    notEnumerableProp(this, \\\"message\\\", message);\\n    this.cause = message;\\n    this[\\\"isOperational\\\"] = true;\\n\\n    if (message instanceof Error) {\\n        notEnumerableProp(this, \\\"message\\\", message.message);\\n        notEnumerableProp(this, \\\"stack\\\", message.stack);\\n    } else if (Error.captureStackTrace) {\\n        Error.captureStackTrace(this, this.constructor);\\n    }\\n\\n}\\ninherits(OperationalError, Error);\\n\\nvar errorTypes = Error[\\\"__BluebirdErrorTypes__\\\"];\\nif (!errorTypes) {\\n    errorTypes = Objectfreeze({\\n        CancellationError: CancellationError,\\n        TimeoutError: TimeoutError,\\n        OperationalError: OperationalError,\\n        RejectionError: OperationalError,\\n        AggregateError: AggregateError\\n    });\\n    es5.defineProperty(Error, \\\"__BluebirdErrorTypes__\\\", {\\n        value: errorTypes,\\n        writable: false,\\n        enumerable: false,\\n        configurable: false\\n    });\\n}\\n\\nmodule.exports = {\\n    Error: Error,\\n    TypeError: _TypeError,\\n    RangeError: _RangeError,\\n    CancellationError: errorTypes.CancellationError,\\n    OperationalError: errorTypes.OperationalError,\\n    TimeoutError: errorTypes.TimeoutError,\\n    AggregateError: errorTypes.AggregateError,\\n    Warning: Warning\\n};\\n\\n},{\\\"./es5\\\":13,\\\"./util\\\":36}],13:[function(_dereq_,module,exports){\\nvar isES5 = (function(){\\n    \\\"use strict\\\";\\n    return this === undefined;\\n})();\\n\\nif (isES5) {\\n    module.exports = {\\n        freeze: Object.freeze,\\n        defineProperty: Object.defineProperty,\\n        getDescriptor: Object.getOwnPropertyDescriptor,\\n        keys: Object.keys,\\n        names: Object.getOwnPropertyNames,\\n        getPrototypeOf: Object.getPrototypeOf,\\n        isArray: Array.isArray,\\n        isES5: isES5,\\n        propertyIsWritable: function(obj, prop) {\\n            var descriptor = Object.getOwnPropertyDescriptor(obj, prop);\\n            return !!(!descriptor || descriptor.writable || descriptor.set);\\n        }\\n    };\\n} else {\\n    var has = {}.hasOwnProperty;\\n    var str = {}.toString;\\n    var proto = {}.constructor.prototype;\\n\\n    var ObjectKeys = function (o) {\\n        var ret = [];\\n        for (var key in o) {\\n            if (has.call(o, key)) {\\n                ret.push(key);\\n            }\\n        }\\n        return ret;\\n    };\\n\\n    var ObjectGetDescriptor = function(o, key) {\\n        return {value: o[key]};\\n    };\\n\\n    var ObjectDefineProperty = function (o, key, desc) {\\n        o[key] = desc.value;\\n        return o;\\n    };\\n\\n    var ObjectFreeze = function (obj) {\\n        return obj;\\n    };\\n\\n    var ObjectGetPrototypeOf = function (obj) {\\n        try {\\n            return Object(obj).constructor.prototype;\\n        }\\n        catch (e) {\\n            return proto;\\n        }\\n    };\\n\\n    var ArrayIsArray = function (obj) {\\n        try {\\n            return str.call(obj) === \\\"[object Array]\\\";\\n        }\\n        catch(e) {\\n            return false;\\n        }\\n    };\\n\\n    module.exports = {\\n        isArray: ArrayIsArray,\\n        keys: ObjectKeys,\\n        names: ObjectKeys,\\n        defineProperty: ObjectDefineProperty,\\n        getDescriptor: ObjectGetDescriptor,\\n        freeze: ObjectFreeze,\\n        getPrototypeOf: ObjectGetPrototypeOf,\\n        isES5: isES5,\\n        propertyIsWritable: function() {\\n            return true;\\n        }\\n    };\\n}\\n\\n},{}],14:[function(_dereq_,module,exports){\\n\\\"use strict\\\";\\nmodule.exports = function(Promise, INTERNAL) {\\nvar PromiseMap = Promise.map;\\n\\nPromise.prototype.filter = function (fn, options) {\\n    return PromiseMap(this, fn, options, INTERNAL);\\n};\\n\\nPromise.filter = function (promises, fn, options) {\\n    return PromiseMap(promises, fn, options, INTERNAL);\\n};\\n};\\n\\n},{}],15:[function(_dereq_,module,exports){\\n\\\"use strict\\\";\\nmodule.exports = function(Promise, tryConvertToPromise, NEXT_FILTER) {\\nvar util = _dereq_(\\\"./util\\\");\\nvar CancellationError = Promise.CancellationError;\\nvar errorObj = util.errorObj;\\nvar catchFilter = _dereq_(\\\"./catch_filter\\\")(NEXT_FILTER);\\n\\nfunction PassThroughHandlerContext(promise, type, handler) {\\n    this.promise = promise;\\n    this.type = type;\\n    this.handler = handler;\\n    this.called = false;\\n    this.cancelPromise = null;\\n}\\n\\nPassThroughHandlerContext.prototype.isFinallyHandler = function() {\\n    return this.type === 0;\\n};\\n\\nfunction FinallyHandlerCancelReaction(finallyHandler) {\\n    this.finallyHandler = finallyHandler;\\n}\\n\\nFinallyHandlerCancelReaction.prototype._resultCancelled = function() {\\n    checkCancel(this.finallyHandler);\\n};\\n\\nfunction checkCancel(ctx, reason) {\\n    if (ctx.cancelPromise != null) {\\n        if (arguments.length > 1) {\\n            ctx.cancelPromise._reject(reason);\\n        } else {\\n            ctx.cancelPromise._cancel();\\n        }\\n        ctx.cancelPromise = null;\\n        return true;\\n    }\\n    return false;\\n}\\n\\nfunction succeed() {\\n    return finallyHandler.call(this, this.promise._target()._settledValue());\\n}\\nfunction fail(reason) {\\n    if (checkCancel(this, reason)) return;\\n    errorObj.e = reason;\\n    return errorObj;\\n}\\nfunction finallyHandler(reasonOrValue) {\\n    var promise = this.promise;\\n    var handler = this.handler;\\n\\n    if (!this.called) {\\n        this.called = true;\\n        var ret = this.isFinallyHandler()\\n            ? handler.call(promise._boundValue())\\n            : handler.call(promise._boundValue(), reasonOrValue);\\n        if (ret === NEXT_FILTER) {\\n            return ret;\\n        } else if (ret !== undefined) {\\n            promise._setReturnedNonUndefined();\\n            var maybePromise = tryConvertToPromise(ret, promise);\\n            if (maybePromise instanceof Promise) {\\n                if (this.cancelPromise != null) {\\n                    if (maybePromise._isCancelled()) {\\n                        var reason =\\n                            new CancellationError(\\\"late cancellation observer\\\");\\n                        promise._attachExtraTrace(reason);\\n                        errorObj.e = reason;\\n                        return errorObj;\\n                    } else if (maybePromise.isPending()) {\\n                        maybePromise._attachCancellationCallback(\\n                            new FinallyHandlerCancelReaction(this));\\n                    }\\n                }\\n                return maybePromise._then(\\n                    succeed, fail, undefined, this, undefined);\\n            }\\n        }\\n    }\\n\\n    if (promise.isRejected()) {\\n        checkCancel(this);\\n        errorObj.e = reasonOrValue;\\n        return errorObj;\\n    } else {\\n        checkCancel(this);\\n        return reasonOrValue;\\n    }\\n}\\n\\nPromise.prototype._passThrough = function(handler, type, success, fail) {\\n    if (typeof handler !== \\\"function\\\") return this.then();\\n    return this._then(success,\\n                      fail,\\n                      undefined,\\n                      new PassThroughHandlerContext(this, type, handler),\\n                      undefined);\\n};\\n\\nPromise.prototype.lastly =\\nPromise.prototype[\\\"finally\\\"] = function (handler) {\\n    return this._passThrough(handler,\\n                             0,\\n                             finallyHandler,\\n                             finallyHandler);\\n};\\n\\n\\nPromise.prototype.tap = function (handler) {\\n    return this._passThrough(handler, 1, finallyHandler);\\n};\\n\\nPromise.prototype.tapCatch = function (handlerOrPredicate) {\\n    var len = arguments.length;\\n    if(len === 1) {\\n        return this._passThrough(handlerOrPredicate,\\n                                 1,\\n                                 undefined,\\n                                 finallyHandler);\\n    } else {\\n         var catchInstances = new Array(len - 1),\\n            j = 0, i;\\n        for (i = 0; i < len - 1; ++i) {\\n            var item = arguments[i];\\n            if (util.isObject(item)) {\\n                catchInstances[j++] = item;\\n            } else {\\n                return Promise.reject(new TypeError(\\n                    \\\"tapCatch statement predicate: \\\"\\n                    + \\\"expecting an object but got \\\" + util.classString(item)\\n                ));\\n            }\\n        }\\n        catchInstances.length = j;\\n        var handler = arguments[i];\\n        return this._passThrough(catchFilter(catchInstances, handler, this),\\n                                 1,\\n                                 undefined,\\n                                 finallyHandler);\\n    }\\n\\n};\\n\\nreturn PassThroughHandlerContext;\\n};\\n\\n},{\\\"./catch_filter\\\":7,\\\"./util\\\":36}],16:[function(_dereq_,module,exports){\\n\\\"use strict\\\";\\nmodule.exports = function(Promise,\\n                          apiRejection,\\n                          INTERNAL,\\n                          tryConvertToPromise,\\n                          Proxyable,\\n                          debug) {\\nvar errors = _dereq_(\\\"./errors\\\");\\nvar TypeError = errors.TypeError;\\nvar util = _dereq_(\\\"./util\\\");\\nvar errorObj = util.errorObj;\\nvar tryCatch = util.tryCatch;\\nvar yieldHandlers = [];\\n\\nfunction promiseFromYieldHandler(value, yieldHandlers, traceParent) {\\n    for (var i = 0; i < yieldHandlers.length; ++i) {\\n        traceParent._pushContext();\\n        var result = tryCatch(yieldHandlers[i])(value);\\n        traceParent._popContext();\\n        if (result === errorObj) {\\n            traceParent._pushContext();\\n            var ret = Promise.reject(errorObj.e);\\n            traceParent._popContext();\\n            return ret;\\n        }\\n        var maybePromise = tryConvertToPromise(result, traceParent);\\n        if (maybePromise instanceof Promise) return maybePromise;\\n    }\\n    return null;\\n}\\n\\nfunction PromiseSpawn(generatorFunction, receiver, yieldHandler, stack) {\\n    if (debug.cancellation()) {\\n        var internal = new Promise(INTERNAL);\\n        var _finallyPromise = this._finallyPromise = new Promise(INTERNAL);\\n        this._promise = internal.lastly(function() {\\n            return _finallyPromise;\\n        });\\n        internal._captureStackTrace();\\n        internal._setOnCancel(this);\\n    } else {\\n        var promise = this._promise = new Promise(INTERNAL);\\n        promise._captureStackTrace();\\n    }\\n    this._stack = stack;\\n    this._generatorFunction = generatorFunction;\\n    this._receiver = receiver;\\n    this._generator = undefined;\\n    this._yieldHandlers = typeof yieldHandler === \\\"function\\\"\\n        ? [yieldHandler].concat(yieldHandlers)\\n        : yieldHandlers;\\n    this._yieldedPromise = null;\\n    this._cancellationPhase = false;\\n}\\nutil.inherits(PromiseSpawn, Proxyable);\\n\\nPromiseSpawn.prototype._isResolved = function() {\\n    return this._promise === null;\\n};\\n\\nPromiseSpawn.prototype._cleanup = function() {\\n    this._promise = this._generator = null;\\n    if (debug.cancellation() && this._finallyPromise !== null) {\\n        this._finallyPromise._fulfill();\\n        this._finallyPromise = null;\\n    }\\n};\\n\\nPromiseSpawn.prototype._promiseCancelled = function() {\\n    if (this._isResolved()) return;\\n    var implementsReturn = typeof this._generator[\\\"return\\\"] !== \\\"undefined\\\";\\n\\n    var result;\\n    if (!implementsReturn) {\\n        var reason = new Promise.CancellationError(\\n            \\\"generator .return() sentinel\\\");\\n        Promise.coroutine.returnSentinel = reason;\\n        this._promise._attachExtraTrace(reason);\\n        this._promise._pushContext();\\n        result = tryCatch(this._generator[\\\"throw\\\"]).call(this._generator,\\n                                                         reason);\\n        this._promise._popContext();\\n    } else {\\n        this._promise._pushContext();\\n        result = tryCatch(this._generator[\\\"return\\\"]).call(this._generator,\\n                                                          undefined);\\n        this._promise._popContext();\\n    }\\n    this._cancellationPhase = true;\\n    this._yieldedPromise = null;\\n    this._continue(result);\\n};\\n\\nPromiseSpawn.prototype._promiseFulfilled = function(value) {\\n    this._yieldedPromise = null;\\n    this._promise._pushContext();\\n    var result = tryCatch(this._generator.next).call(this._generator, value);\\n    this._promise._popContext();\\n    this._continue(result);\\n};\\n\\nPromiseSpawn.prototype._promiseRejected = function(reason) {\\n    this._yieldedPromise = null;\\n    this._promise._attachExtraTrace(reason);\\n    this._promise._pushContext();\\n    var result = tryCatch(this._generator[\\\"throw\\\"])\\n        .call(this._generator, reason);\\n    this._promise._popContext();\\n    this._continue(result);\\n};\\n\\nPromiseSpawn.prototype._resultCancelled = function() {\\n    if (this._yieldedPromise instanceof Promise) {\\n        var promise = this._yieldedPromise;\\n        this._yieldedPromise = null;\\n        promise.cancel();\\n    }\\n};\\n\\nPromiseSpawn.prototype.promise = function () {\\n    return this._promise;\\n};\\n\\nPromiseSpawn.prototype._run = function () {\\n    this._generator = this._generatorFunction.call(this._receiver);\\n    this._receiver =\\n        this._generatorFunction = undefined;\\n    this._promiseFulfilled(undefined);\\n};\\n\\nPromiseSpawn.prototype._continue = function (result) {\\n    var promise = this._promise;\\n    if (result === errorObj) {\\n        this._cleanup();\\n        if (this._cancellationPhase) {\\n            return promise.cancel();\\n        } else {\\n            return promise._rejectCallback(result.e, false);\\n        }\\n    }\\n\\n    var value = result.value;\\n    if (result.done === true) {\\n        this._cleanup();\\n        if (this._cancellationPhase) {\\n            return promise.cancel();\\n        } else {\\n            return promise._resolveCallback(value);\\n        }\\n    } else {\\n        var maybePromise = tryConvertToPromise(value, this._promise);\\n        if (!(maybePromise instanceof Promise)) {\\n            maybePromise =\\n                promiseFromYieldHandler(maybePromise,\\n                                        this._yieldHandlers,\\n                                        this._promise);\\n            if (maybePromise === null) {\\n                this._promiseRejected(\\n                    new TypeError(\\n                        \\\"A value %s was yielded that could not be treated as a promise\\\\u000a\\\\u000a    See http://goo.gl/MqrFmX\\\\u000a\\\\u000a\\\".replace(\\\"%s\\\", String(value)) +\\n                        \\\"From coroutine:\\\\u000a\\\" +\\n                        this._stack.split(\\\"\\\\n\\\").slice(1, -7).join(\\\"\\\\n\\\")\\n                    )\\n                );\\n                return;\\n            }\\n        }\\n        maybePromise = maybePromise._target();\\n        var bitField = maybePromise._bitField;\\n        ;\\n        if (((bitField & 50397184) === 0)) {\\n            this._yieldedPromise = maybePromise;\\n            maybePromise._proxy(this, null);\\n        } else if (((bitField & 33554432) !== 0)) {\\n            Promise._async.invoke(\\n                this._promiseFulfilled, this, maybePromise._value()\\n            );\\n        } else if (((bitField & 16777216) !== 0)) {\\n            Promise._async.invoke(\\n                this._promiseRejected, this, maybePromise._reason()\\n            );\\n        } else {\\n            this._promiseCancelled();\\n        }\\n    }\\n};\\n\\nPromise.coroutine = function (generatorFunction, options) {\\n    if (typeof generatorFunction !== \\\"function\\\") {\\n        throw new TypeError(\\\"generatorFunction must be a function\\\\u000a\\\\u000a    See http://goo.gl/MqrFmX\\\\u000a\\\");\\n    }\\n    var yieldHandler = Object(options).yieldHandler;\\n    var PromiseSpawn$ = PromiseSpawn;\\n    var stack = new Error().stack;\\n    return function () {\\n        var generator = generatorFunction.apply(this, arguments);\\n        var spawn = new PromiseSpawn$(undefined, undefined, yieldHandler,\\n                                      stack);\\n        var ret = spawn.promise();\\n        spawn._generator = generator;\\n        spawn._promiseFulfilled(undefined);\\n        return ret;\\n    };\\n};\\n\\nPromise.coroutine.addYieldHandler = function(fn) {\\n    if (typeof fn !== \\\"function\\\") {\\n        throw new TypeError(\\\"expecting a function but got \\\" + util.classString(fn));\\n    }\\n    yieldHandlers.push(fn);\\n};\\n\\nPromise.spawn = function (generatorFunction) {\\n    debug.deprecated(\\\"Promise.spawn()\\\", \\\"Promise.coroutine()\\\");\\n    if (typeof generatorFunction !== \\\"function\\\") {\\n        return apiRejection(\\\"generatorFunction must be a function\\\\u000a\\\\u000a    See http://goo.gl/MqrFmX\\\\u000a\\\");\\n    }\\n    var spawn = new PromiseSpawn(generatorFunction, this);\\n    var ret = spawn.promise();\\n    spawn._run(Promise.spawn);\\n    return ret;\\n};\\n};\\n\\n},{\\\"./errors\\\":12,\\\"./util\\\":36}],17:[function(_dereq_,module,exports){\\n\\\"use strict\\\";\\nmodule.exports =\\nfunction(Promise, PromiseArray, tryConvertToPromise, INTERNAL, async,\\n         getDomain) {\\nvar util = _dereq_(\\\"./util\\\");\\nvar canEvaluate = util.canEvaluate;\\nvar tryCatch = util.tryCatch;\\nvar errorObj = util.errorObj;\\nvar reject;\\n\\nif (!true) {\\nif (canEvaluate) {\\n    var thenCallback = function(i) {\\n        return new Function(\\\"value\\\", \\\"holder\\\", \\\"                             \\\\n\\\\\\n            'use strict';                                                    \\\\n\\\\\\n            holder.pIndex = value;                                           \\\\n\\\\\\n            holder.checkFulfillment(this);                                   \\\\n\\\\\\n            \\\".replace(/Index/g, i));\\n    };\\n\\n    var promiseSetter = function(i) {\\n        return new Function(\\\"promise\\\", \\\"holder\\\", \\\"                           \\\\n\\\\\\n            'use strict';                                                    \\\\n\\\\\\n            holder.pIndex = promise;                                         \\\\n\\\\\\n            \\\".replace(/Index/g, i));\\n    };\\n\\n    var generateHolderClass = function(total) {\\n        var props = new Array(total);\\n        for (var i = 0; i < props.length; ++i) {\\n            props[i] = \\\"this.p\\\" + (i+1);\\n        }\\n        var assignment = props.join(\\\" = \\\") + \\\" = null;\\\";\\n        var cancellationCode= \\\"var promise;\\\\n\\\" + props.map(function(prop) {\\n            return \\\"                                                         \\\\n\\\\\\n                promise = \\\" + prop + \\\";                                      \\\\n\\\\\\n                if (promise instanceof Promise) {                            \\\\n\\\\\\n                    promise.cancel();                                        \\\\n\\\\\\n                }                                                            \\\\n\\\\\\n            \\\";\\n        }).join(\\\"\\\\n\\\");\\n        var passedArguments = props.join(\\\", \\\");\\n        var name = \\\"Holder$\\\" + total;\\n\\n\\n        var code = \\\"return function(tryCatch, errorObj, Promise, async) {    \\\\n\\\\\\n            'use strict';                                                    \\\\n\\\\\\n            function [TheName](fn) {                                         \\\\n\\\\\\n                [TheProperties]                                              \\\\n\\\\\\n                this.fn = fn;                                                \\\\n\\\\\\n                this.asyncNeeded = true;                                     \\\\n\\\\\\n                this.now = 0;                                                \\\\n\\\\\\n            }                                                                \\\\n\\\\\\n                                                                             \\\\n\\\\\\n            [TheName].prototype._callFunction = function(promise) {          \\\\n\\\\\\n                promise._pushContext();                                      \\\\n\\\\\\n                var ret = tryCatch(this.fn)([ThePassedArguments]);           \\\\n\\\\\\n                promise._popContext();                                       \\\\n\\\\\\n                if (ret === errorObj) {                                      \\\\n\\\\\\n                    promise._rejectCallback(ret.e, false);                   \\\\n\\\\\\n                } else {                                                     \\\\n\\\\\\n                    promise._resolveCallback(ret);                           \\\\n\\\\\\n                }                                                            \\\\n\\\\\\n            };                                                               \\\\n\\\\\\n                                                                             \\\\n\\\\\\n            [TheName].prototype.checkFulfillment = function(promise) {       \\\\n\\\\\\n                var now = ++this.now;                                        \\\\n\\\\\\n                if (now === [TheTotal]) {                                    \\\\n\\\\\\n                    if (this.asyncNeeded) {                                  \\\\n\\\\\\n                        async.invoke(this._callFunction, this, promise);     \\\\n\\\\\\n                    } else {                                                 \\\\n\\\\\\n                        this._callFunction(promise);                         \\\\n\\\\\\n                    }                                                        \\\\n\\\\\\n                                                                             \\\\n\\\\\\n                }                                                            \\\\n\\\\\\n            };                                                               \\\\n\\\\\\n                                                                             \\\\n\\\\\\n            [TheName].prototype._resultCancelled = function() {              \\\\n\\\\\\n                [CancellationCode]                                           \\\\n\\\\\\n            };                                                               \\\\n\\\\\\n                                                                             \\\\n\\\\\\n            return [TheName];                                                \\\\n\\\\\\n        }(tryCatch, errorObj, Promise, async);                               \\\\n\\\\\\n        \\\";\\n\\n        code = code.replace(/\\\\[TheName\\\\]/g, name)\\n            .replace(/\\\\[TheTotal\\\\]/g, total)\\n            .replace(/\\\\[ThePassedArguments\\\\]/g, passedArguments)\\n            .replace(/\\\\[TheProperties\\\\]/g, assignment)\\n            .replace(/\\\\[CancellationCode\\\\]/g, cancellationCode);\\n\\n        return new Function(\\\"tryCatch\\\", \\\"errorObj\\\", \\\"Promise\\\", \\\"async\\\", code)\\n                           (tryCatch, errorObj, Promise, async);\\n    };\\n\\n    var holderClasses = [];\\n    var thenCallbacks = [];\\n    var promiseSetters = [];\\n\\n    for (var i = 0; i < 8; ++i) {\\n        holderClasses.push(generateHolderClass(i + 1));\\n        thenCallbacks.push(thenCallback(i + 1));\\n        promiseSetters.push(promiseSetter(i + 1));\\n    }\\n\\n    reject = function (reason) {\\n        this._reject(reason);\\n    };\\n}}\\n\\nPromise.join = function () {\\n    var last = arguments.length - 1;\\n    var fn;\\n    if (last > 0 && typeof arguments[last] === \\\"function\\\") {\\n        fn = arguments[last];\\n        if (!true) {\\n            if (last <= 8 && canEvaluate) {\\n                var ret = new Promise(INTERNAL);\\n                ret._captureStackTrace();\\n                var HolderClass = holderClasses[last - 1];\\n                var holder = new HolderClass(fn);\\n                var callbacks = thenCallbacks;\\n\\n                for (var i = 0; i < last; ++i) {\\n                    var maybePromise = tryConvertToPromise(arguments[i], ret);\\n                    if (maybePromise instanceof Promise) {\\n                        maybePromise = maybePromise._target();\\n                        var bitField = maybePromise._bitField;\\n                        ;\\n                        if (((bitField & 50397184) === 0)) {\\n                            maybePromise._then(callbacks[i], reject,\\n                                               undefined, ret, holder);\\n                            promiseSetters[i](maybePromise, holder);\\n                            holder.asyncNeeded = false;\\n                        } else if (((bitField & 33554432) !== 0)) {\\n                            callbacks[i].call(ret,\\n                                              maybePromise._value(), holder);\\n                        } else if (((bitField & 16777216) !== 0)) {\\n                            ret._reject(maybePromise._reason());\\n                        } else {\\n                            ret._cancel();\\n                        }\\n                    } else {\\n                        callbacks[i].call(ret, maybePromise, holder);\\n                    }\\n                }\\n\\n                if (!ret._isFateSealed()) {\\n                    if (holder.asyncNeeded) {\\n                        var domain = getDomain();\\n                        if (domain !== null) {\\n                            holder.fn = util.domainBind(domain, holder.fn);\\n                        }\\n                    }\\n                    ret._setAsyncGuaranteed();\\n                    ret._setOnCancel(holder);\\n                }\\n                return ret;\\n            }\\n        }\\n    }\\n    var args = [].slice.call(arguments);;\\n    if (fn) args.pop();\\n    var ret = new PromiseArray(args).promise();\\n    return fn !== undefined ? ret.spread(fn) : ret;\\n};\\n\\n};\\n\\n},{\\\"./util\\\":36}],18:[function(_dereq_,module,exports){\\n\\\"use strict\\\";\\nmodule.exports = function(Promise,\\n                          PromiseArray,\\n                          apiRejection,\\n                          tryConvertToPromise,\\n                          INTERNAL,\\n                          debug) {\\nvar getDomain = Promise._getDomain;\\nvar util = _dereq_(\\\"./util\\\");\\nvar tryCatch = util.tryCatch;\\nvar errorObj = util.errorObj;\\nvar async = Promise._async;\\n\\nfunction MappingPromiseArray(promises, fn, limit, _filter) {\\n    this.constructor$(promises);\\n    this._promise._captureStackTrace();\\n    var domain = getDomain();\\n    this._callback = domain === null ? fn : util.domainBind(domain, fn);\\n    this._preservedValues = _filter === INTERNAL\\n        ? new Array(this.length())\\n        : null;\\n    this._limit = limit;\\n    this._inFlight = 0;\\n    this._queue = [];\\n    async.invoke(this._asyncInit, this, undefined);\\n}\\nutil.inherits(MappingPromiseArray, PromiseArray);\\n\\nMappingPromiseArray.prototype._asyncInit = function() {\\n    this._init$(undefined, -2);\\n};\\n\\nMappingPromiseArray.prototype._init = function () {};\\n\\nMappingPromiseArray.prototype._promiseFulfilled = function (value, index) {\\n    var values = this._values;\\n    var length = this.length();\\n    var preservedValues = this._preservedValues;\\n    var limit = this._limit;\\n\\n    if (index < 0) {\\n        index = (index * -1) - 1;\\n        values[index] = value;\\n        if (limit >= 1) {\\n            this._inFlight--;\\n            this._drainQueue();\\n            if (this._isResolved()) return true;\\n        }\\n    } else {\\n        if (limit >= 1 && this._inFlight >= limit) {\\n            values[index] = value;\\n            this._queue.push(index);\\n            return false;\\n        }\\n        if (preservedValues !== null) preservedValues[index] = value;\\n\\n        var promise = this._promise;\\n        var callback = this._callback;\\n        var receiver = promise._boundValue();\\n        promise._pushContext();\\n        var ret = tryCatch(callback).call(receiver, value, index, length);\\n        var promiseCreated = promise._popContext();\\n        debug.checkForgottenReturns(\\n            ret,\\n            promiseCreated,\\n            preservedValues !== null ? \\\"Promise.filter\\\" : \\\"Promise.map\\\",\\n            promise\\n        );\\n        if (ret === errorObj) {\\n            this._reject(ret.e);\\n            return true;\\n        }\\n\\n        var maybePromise = tryConvertToPromise(ret, this._promise);\\n        if (maybePromise instanceof Promise) {\\n            maybePromise = maybePromise._target();\\n            var bitField = maybePromise._bitField;\\n            ;\\n            if (((bitField & 50397184) === 0)) {\\n                if (limit >= 1) this._inFlight++;\\n                values[index] = maybePromise;\\n                maybePromise._proxy(this, (index + 1) * -1);\\n                return false;\\n            } else if (((bitField & 33554432) !== 0)) {\\n                ret = maybePromise._value();\\n            } else if (((bitField & 16777216) !== 0)) {\\n                this._reject(maybePromise._reason());\\n                return true;\\n            } else {\\n                this._cancel();\\n                return true;\\n            }\\n        }\\n        values[index] = ret;\\n    }\\n    var totalResolved = ++this._totalResolved;\\n    if (totalResolved >= length) {\\n        if (preservedValues !== null) {\\n            this._filter(values, preservedValues);\\n        } else {\\n            this._resolve(values);\\n        }\\n        return true;\\n    }\\n    return false;\\n};\\n\\nMappingPromiseArray.prototype._drainQueue = function () {\\n    var queue = this._queue;\\n    var limit = this._limit;\\n    var values = this._values;\\n    while (queue.length > 0 && this._inFlight < limit) {\\n        if (this._isResolved()) return;\\n        var index = queue.pop();\\n        this._promiseFulfilled(values[index], index);\\n    }\\n};\\n\\nMappingPromiseArray.prototype._filter = function (booleans, values) {\\n    var len = values.length;\\n    var ret = new Array(len);\\n    var j = 0;\\n    for (var i = 0; i < len; ++i) {\\n        if (booleans[i]) ret[j++] = values[i];\\n    }\\n    ret.length = j;\\n    this._resolve(ret);\\n};\\n\\nMappingPromiseArray.prototype.preservedValues = function () {\\n    return this._preservedValues;\\n};\\n\\nfunction map(promises, fn, options, _filter) {\\n    if (typeof fn !== \\\"function\\\") {\\n        return apiRejection(\\\"expecting a function but got \\\" + util.classString(fn));\\n    }\\n\\n    var limit = 0;\\n    if (options !== undefined) {\\n        if (typeof options === \\\"object\\\" && options !== null) {\\n            if (typeof options.concurrency !== \\\"number\\\") {\\n                return Promise.reject(\\n                    new TypeError(\\\"'concurrency' must be a number but it is \\\" +\\n                                    util.classString(options.concurrency)));\\n            }\\n            limit = options.concurrency;\\n        } else {\\n            return Promise.reject(new TypeError(\\n                            \\\"options argument must be an object but it is \\\" +\\n                             util.classString(options)));\\n        }\\n    }\\n    limit = typeof limit === \\\"number\\\" &&\\n        isFinite(limit) && limit >= 1 ? limit : 0;\\n    return new MappingPromiseArray(promises, fn, limit, _filter).promise();\\n}\\n\\nPromise.prototype.map = function (fn, options) {\\n    return map(this, fn, options, null);\\n};\\n\\nPromise.map = function (promises, fn, options, _filter) {\\n    return map(promises, fn, options, _filter);\\n};\\n\\n\\n};\\n\\n},{\\\"./util\\\":36}],19:[function(_dereq_,module,exports){\\n\\\"use strict\\\";\\nmodule.exports =\\nfunction(Promise, INTERNAL, tryConvertToPromise, apiRejection, debug) {\\nvar util = _dereq_(\\\"./util\\\");\\nvar tryCatch = util.tryCatch;\\n\\nPromise.method = function (fn) {\\n    if (typeof fn !== \\\"function\\\") {\\n        throw new Promise.TypeError(\\\"expecting a function but got \\\" + util.classString(fn));\\n    }\\n    return function () {\\n        var ret = new Promise(INTERNAL);\\n        ret._captureStackTrace();\\n        ret._pushContext();\\n        var value = tryCatch(fn).apply(this, arguments);\\n        var promiseCreated = ret._popContext();\\n        debug.checkForgottenReturns(\\n            value, promiseCreated, \\\"Promise.method\\\", ret);\\n        ret._resolveFromSyncValue(value);\\n        return ret;\\n    };\\n};\\n\\nPromise.attempt = Promise[\\\"try\\\"] = function (fn) {\\n    if (typeof fn !== \\\"function\\\") {\\n        return apiRejection(\\\"expecting a function but got \\\" + util.classString(fn));\\n    }\\n    var ret = new Promise(INTERNAL);\\n    ret._captureStackTrace();\\n    ret._pushContext();\\n    var value;\\n    if (arguments.length > 1) {\\n        debug.deprecated(\\\"calling Promise.try with more than 1 argument\\\");\\n        var arg = arguments[1];\\n        var ctx = arguments[2];\\n        value = util.isArray(arg) ? tryCatch(fn).apply(ctx, arg)\\n                                  : tryCatch(fn).call(ctx, arg);\\n    } else {\\n        value = tryCatch(fn)();\\n    }\\n    var promiseCreated = ret._popContext();\\n    debug.checkForgottenReturns(\\n        value, promiseCreated, \\\"Promise.try\\\", ret);\\n    ret._resolveFromSyncValue(value);\\n    return ret;\\n};\\n\\nPromise.prototype._resolveFromSyncValue = function (value) {\\n    if (value === util.errorObj) {\\n        this._rejectCallback(value.e, false);\\n    } else {\\n        this._resolveCallback(value, true);\\n    }\\n};\\n};\\n\\n},{\\\"./util\\\":36}],20:[function(_dereq_,module,exports){\\n\\\"use strict\\\";\\nvar util = _dereq_(\\\"./util\\\");\\nvar maybeWrapAsError = util.maybeWrapAsError;\\nvar errors = _dereq_(\\\"./errors\\\");\\nvar OperationalError = errors.OperationalError;\\nvar es5 = _dereq_(\\\"./es5\\\");\\n\\nfunction isUntypedError(obj) {\\n    return obj instanceof Error &&\\n        es5.getPrototypeOf(obj) === Error.prototype;\\n}\\n\\nvar rErrorKey = /^(?:name|message|stack|cause)$/;\\nfunction wrapAsOperationalError(obj) {\\n    var ret;\\n    if (isUntypedError(obj)) {\\n        ret = new OperationalError(obj);\\n        ret.name = obj.name;\\n        ret.message = obj.message;\\n        ret.stack = obj.stack;\\n        var keys = es5.keys(obj);\\n        for (var i = 0; i < keys.length; ++i) {\\n            var key = keys[i];\\n            if (!rErrorKey.test(key)) {\\n                ret[key] = obj[key];\\n            }\\n        }\\n        return ret;\\n    }\\n    util.markAsOriginatingFromRejection(obj);\\n    return obj;\\n}\\n\\nfunction nodebackForPromise(promise, multiArgs) {\\n    return function(err, value) {\\n        if (promise === null) return;\\n        if (err) {\\n            var wrapped = wrapAsOperationalError(maybeWrapAsError(err));\\n            promise._attachExtraTrace(wrapped);\\n            promise._reject(wrapped);\\n        } else if (!multiArgs) {\\n            promise._fulfill(value);\\n        } else {\\n            var args = [].slice.call(arguments, 1);;\\n            promise._fulfill(args);\\n        }\\n        promise = null;\\n    };\\n}\\n\\nmodule.exports = nodebackForPromise;\\n\\n},{\\\"./errors\\\":12,\\\"./es5\\\":13,\\\"./util\\\":36}],21:[function(_dereq_,module,exports){\\n\\\"use strict\\\";\\nmodule.exports = function(Promise) {\\nvar util = _dereq_(\\\"./util\\\");\\nvar async = Promise._async;\\nvar tryCatch = util.tryCatch;\\nvar errorObj = util.errorObj;\\n\\nfunction spreadAdapter(val, nodeback) {\\n    var promise = this;\\n    if (!util.isArray(val)) return successAdapter.call(promise, val, nodeback);\\n    var ret =\\n        tryCatch(nodeback).apply(promise._boundValue(), [null].concat(val));\\n    if (ret === errorObj) {\\n        async.throwLater(ret.e);\\n    }\\n}\\n\\nfunction successAdapter(val, nodeback) {\\n    var promise = this;\\n    var receiver = promise._boundValue();\\n    var ret = val === undefined\\n        ? tryCatch(nodeback).call(receiver, null)\\n        : tryCatch(nodeback).call(receiver, null, val);\\n    if (ret === errorObj) {\\n        async.throwLater(ret.e);\\n    }\\n}\\nfunction errorAdapter(reason, nodeback) {\\n    var promise = this;\\n    if (!reason) {\\n        var newReason = new Error(reason + \\\"\\\");\\n        newReason.cause = reason;\\n        reason = newReason;\\n    }\\n    var ret = tryCatch(nodeback).call(promise._boundValue(), reason);\\n    if (ret === errorObj) {\\n        async.throwLater(ret.e);\\n    }\\n}\\n\\nPromise.prototype.asCallback = Promise.prototype.nodeify = function (nodeback,\\n                                                                     options) {\\n    if (typeof nodeback == \\\"function\\\") {\\n        var adapter = successAdapter;\\n        if (options !== undefined && Object(options).spread) {\\n            adapter = spreadAdapter;\\n        }\\n        this._then(\\n            adapter,\\n            errorAdapter,\\n            undefined,\\n            this,\\n            nodeback\\n        );\\n    }\\n    return this;\\n};\\n};\\n\\n},{\\\"./util\\\":36}],22:[function(_dereq_,module,exports){\\n\\\"use strict\\\";\\nmodule.exports = function() {\\nvar makeSelfResolutionError = function () {\\n    return new TypeError(\\\"circular promise resolution chain\\\\u000a\\\\u000a    See http://goo.gl/MqrFmX\\\\u000a\\\");\\n};\\nvar reflectHandler = function() {\\n    return new Promise.PromiseInspection(this._target());\\n};\\nvar apiRejection = function(msg) {\\n    return Promise.reject(new TypeError(msg));\\n};\\nfunction Proxyable() {}\\nvar UNDEFINED_BINDING = {};\\nvar util = _dereq_(\\\"./util\\\");\\n\\nvar getDomain;\\nif (util.isNode) {\\n    getDomain = function() {\\n        var ret = process.domain;\\n        if (ret === undefined) ret = null;\\n        return ret;\\n    };\\n} else {\\n    getDomain = function() {\\n        return null;\\n    };\\n}\\nutil.notEnumerableProp(Promise, \\\"_getDomain\\\", getDomain);\\n\\nvar es5 = _dereq_(\\\"./es5\\\");\\nvar Async = _dereq_(\\\"./async\\\");\\nvar async = new Async();\\nes5.defineProperty(Promise, \\\"_async\\\", {value: async});\\nvar errors = _dereq_(\\\"./errors\\\");\\nvar TypeError = Promise.TypeError = errors.TypeError;\\nPromise.RangeError = errors.RangeError;\\nvar CancellationError = Promise.CancellationError = errors.CancellationError;\\nPromise.TimeoutError = errors.TimeoutError;\\nPromise.OperationalError = errors.OperationalError;\\nPromise.RejectionError = errors.OperationalError;\\nPromise.AggregateError = errors.AggregateError;\\nvar INTERNAL = function(){};\\nvar APPLY = {};\\nvar NEXT_FILTER = {};\\nvar tryConvertToPromise = _dereq_(\\\"./thenables\\\")(Promise, INTERNAL);\\nvar PromiseArray =\\n    _dereq_(\\\"./promise_array\\\")(Promise, INTERNAL,\\n                               tryConvertToPromise, apiRejection, Proxyable);\\nvar Context = _dereq_(\\\"./context\\\")(Promise);\\n /*jshint unused:false*/\\nvar createContext = Context.create;\\nvar debug = _dereq_(\\\"./debuggability\\\")(Promise, Context);\\nvar CapturedTrace = debug.CapturedTrace;\\nvar PassThroughHandlerContext =\\n    _dereq_(\\\"./finally\\\")(Promise, tryConvertToPromise, NEXT_FILTER);\\nvar catchFilter = _dereq_(\\\"./catch_filter\\\")(NEXT_FILTER);\\nvar nodebackForPromise = _dereq_(\\\"./nodeback\\\");\\nvar errorObj = util.errorObj;\\nvar tryCatch = util.tryCatch;\\nfunction check(self, executor) {\\n    if (self == null || self.constructor !== Promise) {\\n        throw new TypeError(\\\"the promise constructor cannot be invoked directly\\\\u000a\\\\u000a    See http://goo.gl/MqrFmX\\\\u000a\\\");\\n    }\\n    if (typeof executor !== \\\"function\\\") {\\n        throw new TypeError(\\\"expecting a function but got \\\" + util.classString(executor));\\n    }\\n\\n}\\n\\nfunction Promise(executor) {\\n    if (executor !== INTERNAL) {\\n        check(this, executor);\\n    }\\n    this._bitField = 0;\\n    this._fulfillmentHandler0 = undefined;\\n    this._rejectionHandler0 = undefined;\\n    this._promise0 = undefined;\\n    this._receiver0 = undefined;\\n    this._resolveFromExecutor(executor);\\n    this._promiseCreated();\\n    this._fireEvent(\\\"promiseCreated\\\", this);\\n}\\n\\nPromise.prototype.toString = function () {\\n    return \\\"[object Promise]\\\";\\n};\\n\\nPromise.prototype.caught = Promise.prototype[\\\"catch\\\"] = function (fn) {\\n    var len = arguments.length;\\n    if (len > 1) {\\n        var catchInstances = new Array(len - 1),\\n            j = 0, i;\\n        for (i = 0; i < len - 1; ++i) {\\n            var item = arguments[i];\\n            if (util.isObject(item)) {\\n                catchInstances[j++] = item;\\n            } else {\\n                return apiRejection(\\\"Catch statement predicate: \\\" +\\n                    \\\"expecting an object but got \\\" + util.classString(item));\\n            }\\n        }\\n        catchInstances.length = j;\\n        fn = arguments[i];\\n        return this.then(undefined, catchFilter(catchInstances, fn, this));\\n    }\\n    return this.then(undefined, fn);\\n};\\n\\nPromise.prototype.reflect = function () {\\n    return this._then(reflectHandler,\\n        reflectHandler, undefined, this, undefined);\\n};\\n\\nPromise.prototype.then = function (didFulfill, didReject) {\\n    if (debug.warnings() && arguments.length > 0 &&\\n        typeof didFulfill !== \\\"function\\\" &&\\n        typeof didReject !== \\\"function\\\") {\\n        var msg = \\\".then() only accepts functions but was passed: \\\" +\\n                util.classString(didFulfill);\\n        if (arguments.length > 1) {\\n            msg += \\\", \\\" + util.classString(didReject);\\n        }\\n        this._warn(msg);\\n    }\\n    return this._then(didFulfill, didReject, undefined, undefined, undefined);\\n};\\n\\nPromise.prototype.done = function (didFulfill, didReject) {\\n    var promise =\\n        this._then(didFulfill, didReject, undefined, undefined, undefined);\\n    promise._setIsFinal();\\n};\\n\\nPromise.prototype.spread = function (fn) {\\n    if (typeof fn !== \\\"function\\\") {\\n        return apiRejection(\\\"expecting a function but got \\\" + util.classString(fn));\\n    }\\n    return this.all()._then(fn, undefined, undefined, APPLY, undefined);\\n};\\n\\nPromise.prototype.toJSON = function () {\\n    var ret = {\\n        isFulfilled: false,\\n        isRejected: false,\\n        fulfillmentValue: undefined,\\n        rejectionReason: undefined\\n    };\\n    if (this.isFulfilled()) {\\n        ret.fulfillmentValue = this.value();\\n        ret.isFulfilled = true;\\n    } else if (this.isRejected()) {\\n        ret.rejectionReason = this.reason();\\n        ret.isRejected = true;\\n    }\\n    return ret;\\n};\\n\\nPromise.prototype.all = function () {\\n    if (arguments.length > 0) {\\n        this._warn(\\\".all() was passed arguments but it does not take any\\\");\\n    }\\n    return new PromiseArray(this).promise();\\n};\\n\\nPromise.prototype.error = function (fn) {\\n    return this.caught(util.originatesFromRejection, fn);\\n};\\n\\nPromise.getNewLibraryCopy = module.exports;\\n\\nPromise.is = function (val) {\\n    return val instanceof Promise;\\n};\\n\\nPromise.fromNode = Promise.fromCallback = function(fn) {\\n    var ret = new Promise(INTERNAL);\\n    ret._captureStackTrace();\\n    var multiArgs = arguments.length > 1 ? !!Object(arguments[1]).multiArgs\\n                                         : false;\\n    var result = tryCatch(fn)(nodebackForPromise(ret, multiArgs));\\n    if (result === errorObj) {\\n        ret._rejectCallback(result.e, true);\\n    }\\n    if (!ret._isFateSealed()) ret._setAsyncGuaranteed();\\n    return ret;\\n};\\n\\nPromise.all = function (promises) {\\n    return new PromiseArray(promises).promise();\\n};\\n\\nPromise.cast = function (obj) {\\n    var ret = tryConvertToPromise(obj);\\n    if (!(ret instanceof Promise)) {\\n        ret = new Promise(INTERNAL);\\n        ret._captureStackTrace();\\n        ret._setFulfilled();\\n        ret._rejectionHandler0 = obj;\\n    }\\n    return ret;\\n};\\n\\nPromise.resolve = Promise.fulfilled = Promise.cast;\\n\\nPromise.reject = Promise.rejected = function (reason) {\\n    var ret = new Promise(INTERNAL);\\n    ret._captureStackTrace();\\n    ret._rejectCallback(reason, true);\\n    return ret;\\n};\\n\\nPromise.setScheduler = function(fn) {\\n    if (typeof fn !== \\\"function\\\") {\\n        throw new TypeError(\\\"expecting a function but got \\\" + util.classString(fn));\\n    }\\n    return async.setScheduler(fn);\\n};\\n\\nPromise.prototype._then = function (\\n    didFulfill,\\n    didReject,\\n    _,    receiver,\\n    internalData\\n) {\\n    var haveInternalData = internalData !== undefined;\\n    var promise = haveInternalData ? internalData : new Promise(INTERNAL);\\n    var target = this._target();\\n    var bitField = target._bitField;\\n\\n    if (!haveInternalData) {\\n        promise._propagateFrom(this, 3);\\n        promise._captureStackTrace();\\n        if (receiver === undefined &&\\n            ((this._bitField & 2097152) !== 0)) {\\n            if (!((bitField & 50397184) === 0)) {\\n                receiver = this._boundValue();\\n            } else {\\n                receiver = target === this ? undefined : this._boundTo;\\n            }\\n        }\\n        this._fireEvent(\\\"promiseChained\\\", this, promise);\\n    }\\n\\n    var domain = getDomain();\\n    if (!((bitField & 50397184) === 0)) {\\n        var handler, value, settler = target._settlePromiseCtx;\\n        if (((bitField & 33554432) !== 0)) {\\n            value = target._rejectionHandler0;\\n            handler = didFulfill;\\n        } else if (((bitField & 16777216) !== 0)) {\\n            value = target._fulfillmentHandler0;\\n            handler = didReject;\\n            target._unsetRejectionIsUnhandled();\\n        } else {\\n            settler = target._settlePromiseLateCancellationObserver;\\n            value = new CancellationError(\\\"late cancellation observer\\\");\\n            target._attachExtraTrace(value);\\n            handler = didReject;\\n        }\\n\\n        async.invoke(settler, target, {\\n            handler: domain === null ? handler\\n                : (typeof handler === \\\"function\\\" &&\\n                    util.domainBind(domain, handler)),\\n            promise: promise,\\n            receiver: receiver,\\n            value: value\\n        });\\n    } else {\\n        target._addCallbacks(didFulfill, didReject, promise, receiver, domain);\\n    }\\n\\n    return promise;\\n};\\n\\nPromise.prototype._length = function () {\\n    return this._bitField & 65535;\\n};\\n\\nPromise.prototype._isFateSealed = function () {\\n    return (this._bitField & 117506048) !== 0;\\n};\\n\\nPromise.prototype._isFollowing = function () {\\n    return (this._bitField & 67108864) === 67108864;\\n};\\n\\nPromise.prototype._setLength = function (len) {\\n    this._bitField = (this._bitField & -65536) |\\n        (len & 65535);\\n};\\n\\nPromise.prototype._setFulfilled = function () {\\n    this._bitField = this._bitField | 33554432;\\n    this._fireEvent(\\\"promiseFulfilled\\\", this);\\n};\\n\\nPromise.prototype._setRejected = function () {\\n    this._bitField = this._bitField | 16777216;\\n    this._fireEvent(\\\"promiseRejected\\\", this);\\n};\\n\\nPromise.prototype._setFollowing = function () {\\n    this._bitField = this._bitField | 67108864;\\n    this._fireEvent(\\\"promiseResolved\\\", this);\\n};\\n\\nPromise.prototype._setIsFinal = function () {\\n    this._bitField = this._bitField | 4194304;\\n};\\n\\nPromise.prototype._isFinal = function () {\\n    return (this._bitField & 4194304) > 0;\\n};\\n\\nPromise.prototype._unsetCancelled = function() {\\n    this._bitField = this._bitField & (~65536);\\n};\\n\\nPromise.prototype._setCancelled = function() {\\n    this._bitField = this._bitField | 65536;\\n    this._fireEvent(\\\"promiseCancelled\\\", this);\\n};\\n\\nPromise.prototype._setWillBeCancelled = function() {\\n    this._bitField = this._bitField | 8388608;\\n};\\n\\nPromise.prototype._setAsyncGuaranteed = function() {\\n    if (async.hasCustomScheduler()) return;\\n    this._bitField = this._bitField | 134217728;\\n};\\n\\nPromise.prototype._receiverAt = function (index) {\\n    var ret = index === 0 ? this._receiver0 : this[\\n            index * 4 - 4 + 3];\\n    if (ret === UNDEFINED_BINDING) {\\n        return undefined;\\n    } else if (ret === undefined && this._isBound()) {\\n        return this._boundValue();\\n    }\\n    return ret;\\n};\\n\\nPromise.prototype._promiseAt = function (index) {\\n    return this[\\n            index * 4 - 4 + 2];\\n};\\n\\nPromise.prototype._fulfillmentHandlerAt = function (index) {\\n    return this[\\n            index * 4 - 4 + 0];\\n};\\n\\nPromise.prototype._rejectionHandlerAt = function (index) {\\n    return this[\\n            index * 4 - 4 + 1];\\n};\\n\\nPromise.prototype._boundValue = function() {};\\n\\nPromise.prototype._migrateCallback0 = function (follower) {\\n    var bitField = follower._bitField;\\n    var fulfill = follower._fulfillmentHandler0;\\n    var reject = follower._rejectionHandler0;\\n    var promise = follower._promise0;\\n    var receiver = follower._receiverAt(0);\\n    if (receiver === undefined) receiver = UNDEFINED_BINDING;\\n    this._addCallbacks(fulfill, reject, promise, receiver, null);\\n};\\n\\nPromise.prototype._migrateCallbackAt = function (follower, index) {\\n    var fulfill = follower._fulfillmentHandlerAt(index);\\n    var reject = follower._rejectionHandlerAt(index);\\n    var promise = follower._promiseAt(index);\\n    var receiver = follower._receiverAt(index);\\n    if (receiver === undefined) receiver = UNDEFINED_BINDING;\\n    this._addCallbacks(fulfill, reject, promise, receiver, null);\\n};\\n\\nPromise.prototype._addCallbacks = function (\\n    fulfill,\\n    reject,\\n    promise,\\n    receiver,\\n    domain\\n) {\\n    var index = this._length();\\n\\n    if (index >= 65535 - 4) {\\n        index = 0;\\n        this._setLength(0);\\n    }\\n\\n    if (index === 0) {\\n        this._promise0 = promise;\\n        this._receiver0 = receiver;\\n        if (typeof fulfill === \\\"function\\\") {\\n            this._fulfillmentHandler0 =\\n                domain === null ? fulfill : util.domainBind(domain, fulfill);\\n        }\\n        if (typeof reject === \\\"function\\\") {\\n            this._rejectionHandler0 =\\n                domain === null ? reject : util.domainBind(domain, reject);\\n        }\\n    } else {\\n        var base = index * 4 - 4;\\n        this[base + 2] = promise;\\n        this[base + 3] = receiver;\\n        if (typeof fulfill === \\\"function\\\") {\\n            this[base + 0] =\\n                domain === null ? fulfill : util.domainBind(domain, fulfill);\\n        }\\n        if (typeof reject === \\\"function\\\") {\\n            this[base + 1] =\\n                domain === null ? reject : util.domainBind(domain, reject);\\n        }\\n    }\\n    this._setLength(index + 1);\\n    return index;\\n};\\n\\nPromise.prototype._proxy = function (proxyable, arg) {\\n    this._addCallbacks(undefined, undefined, arg, proxyable, null);\\n};\\n\\nPromise.prototype._resolveCallback = function(value, shouldBind) {\\n    if (((this._bitField & 117506048) !== 0)) return;\\n    if (value === this)\\n        return this._rejectCallback(makeSelfResolutionError(), false);\\n    var maybePromise = tryConvertToPromise(value, this);\\n    if (!(maybePromise instanceof Promise)) return this._fulfill(value);\\n\\n    if (shouldBind) this._propagateFrom(maybePromise, 2);\\n\\n    var promise = maybePromise._target();\\n\\n    if (promise === this) {\\n        this._reject(makeSelfResolutionError());\\n        return;\\n    }\\n\\n    var bitField = promise._bitField;\\n    if (((bitField & 50397184) === 0)) {\\n        var len = this._length();\\n        if (len > 0) promise._migrateCallback0(this);\\n        for (var i = 1; i < len; ++i) {\\n            promise._migrateCallbackAt(this, i);\\n        }\\n        this._setFollowing();\\n        this._setLength(0);\\n        this._setFollowee(promise);\\n    } else if (((bitField & 33554432) !== 0)) {\\n        this._fulfill(promise._value());\\n    } else if (((bitField & 16777216) !== 0)) {\\n        this._reject(promise._reason());\\n    } else {\\n        var reason = new CancellationError(\\\"late cancellation observer\\\");\\n        promise._attachExtraTrace(reason);\\n        this._reject(reason);\\n    }\\n};\\n\\nPromise.prototype._rejectCallback =\\nfunction(reason, synchronous, ignoreNonErrorWarnings) {\\n    var trace = util.ensureErrorObject(reason);\\n    var hasStack = trace === reason;\\n    if (!hasStack && !ignoreNonErrorWarnings && debug.warnings()) {\\n        var message = \\\"a promise was rejected with a non-error: \\\" +\\n            util.classString(reason);\\n        this._warn(message, true);\\n    }\\n    this._attachExtraTrace(trace, synchronous ? hasStack : false);\\n    this._reject(reason);\\n};\\n\\nPromise.prototype._resolveFromExecutor = function (executor) {\\n    if (executor === INTERNAL) return;\\n    var promise = this;\\n    this._captureStackTrace();\\n    this._pushContext();\\n    var synchronous = true;\\n    var r = this._execute(executor, function(value) {\\n        promise._resolveCallback(value);\\n    }, function (reason) {\\n        promise._rejectCallback(reason, synchronous);\\n    });\\n    synchronous = false;\\n    this._popContext();\\n\\n    if (r !== undefined) {\\n        promise._rejectCallback(r, true);\\n    }\\n};\\n\\nPromise.prototype._settlePromiseFromHandler = function (\\n    handler, receiver, value, promise\\n) {\\n    var bitField = promise._bitField;\\n    if (((bitField & 65536) !== 0)) return;\\n    promise._pushContext();\\n    var x;\\n    if (receiver === APPLY) {\\n        if (!value || typeof value.length !== \\\"number\\\") {\\n            x = errorObj;\\n            x.e = new TypeError(\\\"cannot .spread() a non-array: \\\" +\\n                                    util.classString(value));\\n        } else {\\n            x = tryCatch(handler).apply(this._boundValue(), value);\\n        }\\n    } else {\\n        x = tryCatch(handler).call(receiver, value);\\n    }\\n    var promiseCreated = promise._popContext();\\n    bitField = promise._bitField;\\n    if (((bitField & 65536) !== 0)) return;\\n\\n    if (x === NEXT_FILTER) {\\n        promise._reject(value);\\n    } else if (x === errorObj) {\\n        promise._rejectCallback(x.e, false);\\n    } else {\\n        debug.checkForgottenReturns(x, promiseCreated, \\\"\\\",  promise, this);\\n        promise._resolveCallback(x);\\n    }\\n};\\n\\nPromise.prototype._target = function() {\\n    var ret = this;\\n    while (ret._isFollowing()) ret = ret._followee();\\n    return ret;\\n};\\n\\nPromise.prototype._followee = function() {\\n    return this._rejectionHandler0;\\n};\\n\\nPromise.prototype._setFollowee = function(promise) {\\n    this._rejectionHandler0 = promise;\\n};\\n\\nPromise.prototype._settlePromise = function(promise, handler, receiver, value) {\\n    var isPromise = promise instanceof Promise;\\n    var bitField = this._bitField;\\n    var asyncGuaranteed = ((bitField & 134217728) !== 0);\\n    if (((bitField & 65536) !== 0)) {\\n        if (isPromise) promise._invokeInternalOnCancel();\\n\\n        if (receiver instanceof PassThroughHandlerContext &&\\n            receiver.isFinallyHandler()) {\\n            receiver.cancelPromise = promise;\\n            if (tryCatch(handler).call(receiver, value) === errorObj) {\\n                promise._reject(errorObj.e);\\n            }\\n        } else if (handler === reflectHandler) {\\n            promise._fulfill(reflectHandler.call(receiver));\\n        } else if (receiver instanceof Proxyable) {\\n            receiver._promiseCancelled(promise);\\n        } else if (isPromise || promise instanceof PromiseArray) {\\n            promise._cancel();\\n        } else {\\n            receiver.cancel();\\n        }\\n    } else if (typeof handler === \\\"function\\\") {\\n        if (!isPromise) {\\n            handler.call(receiver, value, promise);\\n        } else {\\n            if (asyncGuaranteed) promise._setAsyncGuaranteed();\\n            this._settlePromiseFromHandler(handler, receiver, value, promise);\\n        }\\n    } else if (receiver instanceof Proxyable) {\\n        if (!receiver._isResolved()) {\\n            if (((bitField & 33554432) !== 0)) {\\n                receiver._promiseFulfilled(value, promise);\\n            } else {\\n                receiver._promiseRejected(value, promise);\\n            }\\n        }\\n    } else if (isPromise) {\\n        if (asyncGuaranteed) promise._setAsyncGuaranteed();\\n        if (((bitField & 33554432) !== 0)) {\\n            promise._fulfill(value);\\n        } else {\\n            promise._reject(value);\\n        }\\n    }\\n};\\n\\nPromise.prototype._settlePromiseLateCancellationObserver = function(ctx) {\\n    var handler = ctx.handler;\\n    var promise = ctx.promise;\\n    var receiver = ctx.receiver;\\n    var value = ctx.value;\\n    if (typeof handler === \\\"function\\\") {\\n        if (!(promise instanceof Promise)) {\\n            handler.call(receiver, value, promise);\\n        } else {\\n            this._settlePromiseFromHandler(handler, receiver, value, promise);\\n        }\\n    } else if (promise instanceof Promise) {\\n        promise._reject(value);\\n    }\\n};\\n\\nPromise.prototype._settlePromiseCtx = function(ctx) {\\n    this._settlePromise(ctx.promise, ctx.handler, ctx.receiver, ctx.value);\\n};\\n\\nPromise.prototype._settlePromise0 = function(handler, value, bitField) {\\n    var promise = this._promise0;\\n    var receiver = this._receiverAt(0);\\n    this._promise0 = undefined;\\n    this._receiver0 = undefined;\\n    this._settlePromise(promise, handler, receiver, value);\\n};\\n\\nPromise.prototype._clearCallbackDataAtIndex = function(index) {\\n    var base = index * 4 - 4;\\n    this[base + 2] =\\n    this[base + 3] =\\n    this[base + 0] =\\n    this[base + 1] = undefined;\\n};\\n\\nPromise.prototype._fulfill = function (value) {\\n    var bitField = this._bitField;\\n    if (((bitField & 117506048) >>> 16)) return;\\n    if (value === this) {\\n        var err = makeSelfResolutionError();\\n        this._attachExtraTrace(err);\\n        return this._reject(err);\\n    }\\n    this._setFulfilled();\\n    this._rejectionHandler0 = value;\\n\\n    if ((bitField & 65535) > 0) {\\n        if (((bitField & 134217728) !== 0)) {\\n            this._settlePromises();\\n        } else {\\n            async.settlePromises(this);\\n        }\\n    }\\n};\\n\\nPromise.prototype._reject = function (reason) {\\n    var bitField = this._bitField;\\n    if (((bitField & 117506048) >>> 16)) return;\\n    this._setRejected();\\n    this._fulfillmentHandler0 = reason;\\n\\n    if (this._isFinal()) {\\n        return async.fatalError(reason, util.isNode);\\n    }\\n\\n    if ((bitField & 65535) > 0) {\\n        async.settlePromises(this);\\n    } else {\\n        this._ensurePossibleRejectionHandled();\\n    }\\n};\\n\\nPromise.prototype._fulfillPromises = function (len, value) {\\n    for (var i = 1; i < len; i++) {\\n        var handler = this._fulfillmentHandlerAt(i);\\n        var promise = this._promiseAt(i);\\n        var receiver = this._receiverAt(i);\\n        this._clearCallbackDataAtIndex(i);\\n        this._settlePromise(promise, handler, receiver, value);\\n    }\\n};\\n\\nPromise.prototype._rejectPromises = function (len, reason) {\\n    for (var i = 1; i < len; i++) {\\n        var handler = this._rejectionHandlerAt(i);\\n        var promise = this._promiseAt(i);\\n        var receiver = this._receiverAt(i);\\n        this._clearCallbackDataAtIndex(i);\\n        this._settlePromise(promise, handler, receiver, reason);\\n    }\\n};\\n\\nPromise.prototype._settlePromises = function () {\\n    var bitField = this._bitField;\\n    var len = (bitField & 65535);\\n\\n    if (len > 0) {\\n        if (((bitField & 16842752) !== 0)) {\\n            var reason = this._fulfillmentHandler0;\\n            this._settlePromise0(this._rejectionHandler0, reason, bitField);\\n            this._rejectPromises(len, reason);\\n        } else {\\n            var value = this._rejectionHandler0;\\n            this._settlePromise0(this._fulfillmentHandler0, value, bitField);\\n            this._fulfillPromises(len, value);\\n        }\\n        this._setLength(0);\\n    }\\n    this._clearCancellationData();\\n};\\n\\nPromise.prototype._settledValue = function() {\\n    var bitField = this._bitField;\\n    if (((bitField & 33554432) !== 0)) {\\n        return this._rejectionHandler0;\\n    } else if (((bitField & 16777216) !== 0)) {\\n        return this._fulfillmentHandler0;\\n    }\\n};\\n\\nfunction deferResolve(v) {this.promise._resolveCallback(v);}\\nfunction deferReject(v) {this.promise._rejectCallback(v, false);}\\n\\nPromise.defer = Promise.pending = function() {\\n    debug.deprecated(\\\"Promise.defer\\\", \\\"new Promise\\\");\\n    var promise = new Promise(INTERNAL);\\n    return {\\n        promise: promise,\\n        resolve: deferResolve,\\n        reject: deferReject\\n    };\\n};\\n\\nutil.notEnumerableProp(Promise,\\n                       \\\"_makeSelfResolutionError\\\",\\n                       makeSelfResolutionError);\\n\\n_dereq_(\\\"./method\\\")(Promise, INTERNAL, tryConvertToPromise, apiRejection,\\n    debug);\\n_dereq_(\\\"./bind\\\")(Promise, INTERNAL, tryConvertToPromise, debug);\\n_dereq_(\\\"./cancel\\\")(Promise, PromiseArray, apiRejection, debug);\\n_dereq_(\\\"./direct_resolve\\\")(Promise);\\n_dereq_(\\\"./synchronous_inspection\\\")(Promise);\\n_dereq_(\\\"./join\\\")(\\n    Promise, PromiseArray, tryConvertToPromise, INTERNAL, async, getDomain);\\nPromise.Promise = Promise;\\nPromise.version = \\\"3.5.1\\\";\\n_dereq_('./map.js')(Promise, PromiseArray, apiRejection, tryConvertToPromise, INTERNAL, debug);\\n_dereq_('./call_get.js')(Promise);\\n_dereq_('./using.js')(Promise, apiRejection, tryConvertToPromise, createContext, INTERNAL, debug);\\n_dereq_('./timers.js')(Promise, INTERNAL, debug);\\n_dereq_('./generators.js')(Promise, apiRejection, INTERNAL, tryConvertToPromise, Proxyable, debug);\\n_dereq_('./nodeify.js')(Promise);\\n_dereq_('./promisify.js')(Promise, INTERNAL);\\n_dereq_('./props.js')(Promise, PromiseArray, tryConvertToPromise, apiRejection);\\n_dereq_('./race.js')(Promise, INTERNAL, tryConvertToPromise, apiRejection);\\n_dereq_('./reduce.js')(Promise, PromiseArray, apiRejection, tryConvertToPromise, INTERNAL, debug);\\n_dereq_('./settle.js')(Promise, PromiseArray, debug);\\n_dereq_('./some.js')(Promise, PromiseArray, apiRejection);\\n_dereq_('./filter.js')(Promise, INTERNAL);\\n_dereq_('./each.js')(Promise, INTERNAL);\\n_dereq_('./any.js')(Promise);\\n                                                         \\n    util.toFastProperties(Promise);                                          \\n    util.toFastProperties(Promise.prototype);                                \\n    function fillTypes(value) {                                              \\n        var p = new Promise(INTERNAL);                                       \\n        p._fulfillmentHandler0 = value;                                      \\n        p._rejectionHandler0 = value;                                        \\n        p._promise0 = value;                                                 \\n        p._receiver0 = value;                                                \\n    }                                                                        \\n    // Complete slack tracking, opt out of field-type tracking and           \\n    // stabilize map                                                         \\n    fillTypes({a: 1});                                                       \\n    fillTypes({b: 2});                                                       \\n    fillTypes({c: 3});                                                       \\n    fillTypes(1);                                                            \\n    fillTypes(function(){});                                                 \\n    fillTypes(undefined);                                                    \\n    fillTypes(false);                                                        \\n    fillTypes(new Promise(INTERNAL));                                        \\n    debug.setBounds(Async.firstLineError, util.lastLineError);               \\n    return Promise;                                                          \\n\\n};\\n\\n},{\\\"./any.js\\\":1,\\\"./async\\\":2,\\\"./bind\\\":3,\\\"./call_get.js\\\":5,\\\"./cancel\\\":6,\\\"./catch_filter\\\":7,\\\"./context\\\":8,\\\"./debuggability\\\":9,\\\"./direct_resolve\\\":10,\\\"./each.js\\\":11,\\\"./errors\\\":12,\\\"./es5\\\":13,\\\"./filter.js\\\":14,\\\"./finally\\\":15,\\\"./generators.js\\\":16,\\\"./join\\\":17,\\\"./map.js\\\":18,\\\"./method\\\":19,\\\"./nodeback\\\":20,\\\"./nodeify.js\\\":21,\\\"./promise_array\\\":23,\\\"./promisify.js\\\":24,\\\"./props.js\\\":25,\\\"./race.js\\\":27,\\\"./reduce.js\\\":28,\\\"./settle.js\\\":30,\\\"./some.js\\\":31,\\\"./synchronous_inspection\\\":32,\\\"./thenables\\\":33,\\\"./timers.js\\\":34,\\\"./using.js\\\":35,\\\"./util\\\":36}],23:[function(_dereq_,module,exports){\\n\\\"use strict\\\";\\nmodule.exports = function(Promise, INTERNAL, tryConvertToPromise,\\n    apiRejection, Proxyable) {\\nvar util = _dereq_(\\\"./util\\\");\\nvar isArray = util.isArray;\\n\\nfunction toResolutionValue(val) {\\n    switch(val) {\\n    case -2: return [];\\n    case -3: return {};\\n    case -6: return new Map();\\n    }\\n}\\n\\nfunction PromiseArray(values) {\\n    var promise = this._promise = new Promise(INTERNAL);\\n    if (values instanceof Promise) {\\n        promise._propagateFrom(values, 3);\\n    }\\n    promise._setOnCancel(this);\\n    this._values = values;\\n    this._length = 0;\\n    this._totalResolved = 0;\\n    this._init(undefined, -2);\\n}\\nutil.inherits(PromiseArray, Proxyable);\\n\\nPromiseArray.prototype.length = function () {\\n    return this._length;\\n};\\n\\nPromiseArray.prototype.promise = function () {\\n    return this._promise;\\n};\\n\\nPromiseArray.prototype._init = function init(_, resolveValueIfEmpty) {\\n    var values = tryConvertToPromise(this._values, this._promise);\\n    if (values instanceof Promise) {\\n        values = values._target();\\n        var bitField = values._bitField;\\n        ;\\n        this._values = values;\\n\\n        if (((bitField & 50397184) === 0)) {\\n            this._promise._setAsyncGuaranteed();\\n            return values._then(\\n                init,\\n                this._reject,\\n                undefined,\\n                this,\\n                resolveValueIfEmpty\\n           );\\n        } else if (((bitField & 33554432) !== 0)) {\\n            values = values._value();\\n        } else if (((bitField & 16777216) !== 0)) {\\n            return this._reject(values._reason());\\n        } else {\\n            return this._cancel();\\n        }\\n    }\\n    values = util.asArray(values);\\n    if (values === null) {\\n        var err = apiRejection(\\n            \\\"expecting an array or an iterable object but got \\\" + util.classString(values)).reason();\\n        this._promise._rejectCallback(err, false);\\n        return;\\n    }\\n\\n    if (values.length === 0) {\\n        if (resolveValueIfEmpty === -5) {\\n            this._resolveEmptyArray();\\n        }\\n        else {\\n            this._resolve(toResolutionValue(resolveValueIfEmpty));\\n        }\\n        return;\\n    }\\n    this._iterate(values);\\n};\\n\\nPromiseArray.prototype._iterate = function(values) {\\n    var len = this.getActualLength(values.length);\\n    this._length = len;\\n    this._values = this.shouldCopyValues() ? new Array(len) : this._values;\\n    var result = this._promise;\\n    var isResolved = false;\\n    var bitField = null;\\n    for (var i = 0; i < len; ++i) {\\n        var maybePromise = tryConvertToPromise(values[i], result);\\n\\n        if (maybePromise instanceof Promise) {\\n            maybePromise = maybePromise._target();\\n            bitField = maybePromise._bitField;\\n        } else {\\n            bitField = null;\\n        }\\n\\n        if (isResolved) {\\n            if (bitField !== null) {\\n                maybePromise.suppressUnhandledRejections();\\n            }\\n        } else if (bitField !== null) {\\n            if (((bitField & 50397184) === 0)) {\\n                maybePromise._proxy(this, i);\\n                this._values[i] = maybePromise;\\n            } else if (((bitField & 33554432) !== 0)) {\\n                isResolved = this._promiseFulfilled(maybePromise._value(), i);\\n            } else if (((bitField & 16777216) !== 0)) {\\n                isResolved = this._promiseRejected(maybePromise._reason(), i);\\n            } else {\\n                isResolved = this._promiseCancelled(i);\\n            }\\n        } else {\\n            isResolved = this._promiseFulfilled(maybePromise, i);\\n        }\\n    }\\n    if (!isResolved) result._setAsyncGuaranteed();\\n};\\n\\nPromiseArray.prototype._isResolved = function () {\\n    return this._values === null;\\n};\\n\\nPromiseArray.prototype._resolve = function (value) {\\n    this._values = null;\\n    this._promise._fulfill(value);\\n};\\n\\nPromiseArray.prototype._cancel = function() {\\n    if (this._isResolved() || !this._promise._isCancellable()) return;\\n    this._values = null;\\n    this._promise._cancel();\\n};\\n\\nPromiseArray.prototype._reject = function (reason) {\\n    this._values = null;\\n    this._promise._rejectCallback(reason, false);\\n};\\n\\nPromiseArray.prototype._promiseFulfilled = function (value, index) {\\n    this._values[index] = value;\\n    var totalResolved = ++this._totalResolved;\\n    if (totalResolved >= this._length) {\\n        this._resolve(this._values);\\n        return true;\\n    }\\n    return false;\\n};\\n\\nPromiseArray.prototype._promiseCancelled = function() {\\n    this._cancel();\\n    return true;\\n};\\n\\nPromiseArray.prototype._promiseRejected = function (reason) {\\n    this._totalResolved++;\\n    this._reject(reason);\\n    return true;\\n};\\n\\nPromiseArray.prototype._resultCancelled = function() {\\n    if (this._isResolved()) return;\\n    var values = this._values;\\n    this._cancel();\\n    if (values instanceof Promise) {\\n        values.cancel();\\n    } else {\\n        for (var i = 0; i < values.length; ++i) {\\n            if (values[i] instanceof Promise) {\\n                values[i].cancel();\\n            }\\n        }\\n    }\\n};\\n\\nPromiseArray.prototype.shouldCopyValues = function () {\\n    return true;\\n};\\n\\nPromiseArray.prototype.getActualLength = function (len) {\\n    return len;\\n};\\n\\nreturn PromiseArray;\\n};\\n\\n},{\\\"./util\\\":36}],24:[function(_dereq_,module,exports){\\n\\\"use strict\\\";\\nmodule.exports = function(Promise, INTERNAL) {\\nvar THIS = {};\\nvar util = _dereq_(\\\"./util\\\");\\nvar nodebackForPromise = _dereq_(\\\"./nodeback\\\");\\nvar withAppended = util.withAppended;\\nvar maybeWrapAsError = util.maybeWrapAsError;\\nvar canEvaluate = util.canEvaluate;\\nvar TypeError = _dereq_(\\\"./errors\\\").TypeError;\\nvar defaultSuffix = \\\"Async\\\";\\nvar defaultPromisified = {__isPromisified__: true};\\nvar noCopyProps = [\\n    \\\"arity\\\",    \\\"length\\\",\\n    \\\"name\\\",\\n    \\\"arguments\\\",\\n    \\\"caller\\\",\\n    \\\"callee\\\",\\n    \\\"prototype\\\",\\n    \\\"__isPromisified__\\\"\\n];\\nvar noCopyPropsPattern = new RegExp(\\\"^(?:\\\" + noCopyProps.join(\\\"|\\\") + \\\")$\\\");\\n\\nvar defaultFilter = function(name) {\\n    return util.isIdentifier(name) &&\\n        name.charAt(0) !== \\\"_\\\" &&\\n        name !== \\\"constructor\\\";\\n};\\n\\nfunction propsFilter(key) {\\n    return !noCopyPropsPattern.test(key);\\n}\\n\\nfunction isPromisified(fn) {\\n    try {\\n        return fn.__isPromisified__ === true;\\n    }\\n    catch (e) {\\n        return false;\\n    }\\n}\\n\\nfunction hasPromisified(obj, key, suffix) {\\n    var val = util.getDataPropertyOrDefault(obj, key + suffix,\\n                                            defaultPromisified);\\n    return val ? isPromisified(val) : false;\\n}\\nfunction checkValid(ret, suffix, suffixRegexp) {\\n    for (var i = 0; i < ret.length; i += 2) {\\n        var key = ret[i];\\n        if (suffixRegexp.test(key)) {\\n            var keyWithoutAsyncSuffix = key.replace(suffixRegexp, \\\"\\\");\\n            for (var j = 0; j < ret.length; j += 2) {\\n                if (ret[j] === keyWithoutAsyncSuffix) {\\n                    throw new TypeError(\\\"Cannot promisify an API that has normal methods with '%s'-suffix\\\\u000a\\\\u000a    See http://goo.gl/MqrFmX\\\\u000a\\\"\\n                        .replace(\\\"%s\\\", suffix));\\n                }\\n            }\\n        }\\n    }\\n}\\n\\nfunction promisifiableMethods(obj, suffix, suffixRegexp, filter) {\\n    var keys = util.inheritedDataKeys(obj);\\n    var ret = [];\\n    for (var i = 0; i < keys.length; ++i) {\\n        var key = keys[i];\\n        var value = obj[key];\\n        var passesDefaultFilter = filter === defaultFilter\\n            ? true : defaultFilter(key, value, obj);\\n        if (typeof value === \\\"function\\\" &&\\n            !isPromisified(value) &&\\n            !hasPromisified(obj, key, suffix) &&\\n            filter(key, value, obj, passesDefaultFilter)) {\\n            ret.push(key, value);\\n        }\\n    }\\n    checkValid(ret, suffix, suffixRegexp);\\n    return ret;\\n}\\n\\nvar escapeIdentRegex = function(str) {\\n    return str.replace(/([$])/, \\\"\\\\\\\\$\\\");\\n};\\n\\nvar makeNodePromisifiedEval;\\nif (!true) {\\nvar switchCaseArgumentOrder = function(likelyArgumentCount) {\\n    var ret = [likelyArgumentCount];\\n    var min = Math.max(0, likelyArgumentCount - 1 - 3);\\n    for(var i = likelyArgumentCount - 1; i >= min; --i) {\\n        ret.push(i);\\n    }\\n    for(var i = likelyArgumentCount + 1; i <= 3; ++i) {\\n        ret.push(i);\\n    }\\n    return ret;\\n};\\n\\nvar argumentSequence = function(argumentCount) {\\n    return util.filledRange(argumentCount, \\\"_arg\\\", \\\"\\\");\\n};\\n\\nvar parameterDeclaration = function(parameterCount) {\\n    return util.filledRange(\\n        Math.max(parameterCount, 3), \\\"_arg\\\", \\\"\\\");\\n};\\n\\nvar parameterCount = function(fn) {\\n    if (typeof fn.length === \\\"number\\\") {\\n        return Math.max(Math.min(fn.length, 1023 + 1), 0);\\n    }\\n    return 0;\\n};\\n\\nmakeNodePromisifiedEval =\\nfunction(callback, receiver, originalName, fn, _, multiArgs) {\\n    var newParameterCount = Math.max(0, parameterCount(fn) - 1);\\n    var argumentOrder = switchCaseArgumentOrder(newParameterCount);\\n    var shouldProxyThis = typeof callback === \\\"string\\\" || receiver === THIS;\\n\\n    function generateCallForArgumentCount(count) {\\n        var args = argumentSequence(count).join(\\\", \\\");\\n        var comma = count > 0 ? \\\", \\\" : \\\"\\\";\\n        var ret;\\n        if (shouldProxyThis) {\\n            ret = \\\"ret = callback.call(this, {{args}}, nodeback); break;\\\\n\\\";\\n        } else {\\n            ret = receiver === undefined\\n                ? \\\"ret = callback({{args}}, nodeback); break;\\\\n\\\"\\n                : \\\"ret = callback.call(receiver, {{args}}, nodeback); break;\\\\n\\\";\\n        }\\n        return ret.replace(\\\"{{args}}\\\", args).replace(\\\", \\\", comma);\\n    }\\n\\n    function generateArgumentSwitchCase() {\\n        var ret = \\\"\\\";\\n        for (var i = 0; i < argumentOrder.length; ++i) {\\n            ret += \\\"case \\\" + argumentOrder[i] +\\\":\\\" +\\n                generateCallForArgumentCount(argumentOrder[i]);\\n        }\\n\\n        ret += \\\"                                                             \\\\n\\\\\\n        default:                                                             \\\\n\\\\\\n            var args = new Array(len + 1);                                   \\\\n\\\\\\n            var i = 0;                                                       \\\\n\\\\\\n            for (var i = 0; i < len; ++i) {                                  \\\\n\\\\\\n               args[i] = arguments[i];                                       \\\\n\\\\\\n            }                                                                \\\\n\\\\\\n            args[i] = nodeback;                                              \\\\n\\\\\\n            [CodeForCall]                                                    \\\\n\\\\\\n            break;                                                           \\\\n\\\\\\n        \\\".replace(\\\"[CodeForCall]\\\", (shouldProxyThis\\n                                ? \\\"ret = callback.apply(this, args);\\\\n\\\"\\n                                : \\\"ret = callback.apply(receiver, args);\\\\n\\\"));\\n        return ret;\\n    }\\n\\n    var getFunctionCode = typeof callback === \\\"string\\\"\\n                                ? (\\\"this != null ? this['\\\"+callback+\\\"'] : fn\\\")\\n                                : \\\"fn\\\";\\n    var body = \\\"'use strict';                                                \\\\n\\\\\\n        var ret = function (Parameters) {                                    \\\\n\\\\\\n            'use strict';                                                    \\\\n\\\\\\n            var len = arguments.length;                                      \\\\n\\\\\\n            var promise = new Promise(INTERNAL);                             \\\\n\\\\\\n            promise._captureStackTrace();                                    \\\\n\\\\\\n            var nodeback = nodebackForPromise(promise, \\\" + multiArgs + \\\");   \\\\n\\\\\\n            var ret;                                                         \\\\n\\\\\\n            var callback = tryCatch([GetFunctionCode]);                      \\\\n\\\\\\n            switch(len) {                                                    \\\\n\\\\\\n                [CodeForSwitchCase]                                          \\\\n\\\\\\n            }                                                                \\\\n\\\\\\n            if (ret === errorObj) {                                          \\\\n\\\\\\n                promise._rejectCallback(maybeWrapAsError(ret.e), true, true);\\\\n\\\\\\n            }                                                                \\\\n\\\\\\n            if (!promise._isFateSealed()) promise._setAsyncGuaranteed();     \\\\n\\\\\\n            return promise;                                                  \\\\n\\\\\\n        };                                                                   \\\\n\\\\\\n        notEnumerableProp(ret, '__isPromisified__', true);                   \\\\n\\\\\\n        return ret;                                                          \\\\n\\\\\\n    \\\".replace(\\\"[CodeForSwitchCase]\\\", generateArgumentSwitchCase())\\n        .replace(\\\"[GetFunctionCode]\\\", getFunctionCode);\\n    body = body.replace(\\\"Parameters\\\", parameterDeclaration(newParameterCount));\\n    return new Function(\\\"Promise\\\",\\n                        \\\"fn\\\",\\n                        \\\"receiver\\\",\\n                        \\\"withAppended\\\",\\n                        \\\"maybeWrapAsError\\\",\\n                        \\\"nodebackForPromise\\\",\\n                        \\\"tryCatch\\\",\\n                        \\\"errorObj\\\",\\n                        \\\"notEnumerableProp\\\",\\n                        \\\"INTERNAL\\\",\\n                        body)(\\n                    Promise,\\n                    fn,\\n                    receiver,\\n                    withAppended,\\n                    maybeWrapAsError,\\n                    nodebackForPromise,\\n                    util.tryCatch,\\n                    util.errorObj,\\n                    util.notEnumerableProp,\\n                    INTERNAL);\\n};\\n}\\n\\nfunction makeNodePromisifiedClosure(callback, receiver, _, fn, __, multiArgs) {\\n    var defaultThis = (function() {return this;})();\\n    var method = callback;\\n    if (typeof method === \\\"string\\\") {\\n        callback = fn;\\n    }\\n    function promisified() {\\n        var _receiver = receiver;\\n        if (receiver === THIS) _receiver = this;\\n        var promise = new Promise(INTERNAL);\\n        promise._captureStackTrace();\\n        var cb = typeof method === \\\"string\\\" && this !== defaultThis\\n            ? this[method] : callback;\\n        var fn = nodebackForPromise(promise, multiArgs);\\n        try {\\n            cb.apply(_receiver, withAppended(arguments, fn));\\n        } catch(e) {\\n            promise._rejectCallback(maybeWrapAsError(e), true, true);\\n        }\\n        if (!promise._isFateSealed()) promise._setAsyncGuaranteed();\\n        return promise;\\n    }\\n    util.notEnumerableProp(promisified, \\\"__isPromisified__\\\", true);\\n    return promisified;\\n}\\n\\nvar makeNodePromisified = canEvaluate\\n    ? makeNodePromisifiedEval\\n    : makeNodePromisifiedClosure;\\n\\nfunction promisifyAll(obj, suffix, filter, promisifier, multiArgs) {\\n    var suffixRegexp = new RegExp(escapeIdentRegex(suffix) + \\\"$\\\");\\n    var methods =\\n        promisifiableMethods(obj, suffix, suffixRegexp, filter);\\n\\n    for (var i = 0, len = methods.length; i < len; i+= 2) {\\n        var key = methods[i];\\n        var fn = methods[i+1];\\n        var promisifiedKey = key + suffix;\\n        if (promisifier === makeNodePromisified) {\\n            obj[promisifiedKey] =\\n                makeNodePromisified(key, THIS, key, fn, suffix, multiArgs);\\n        } else {\\n            var promisified = promisifier(fn, function() {\\n                return makeNodePromisified(key, THIS, key,\\n                                           fn, suffix, multiArgs);\\n            });\\n            util.notEnumerableProp(promisified, \\\"__isPromisified__\\\", true);\\n            obj[promisifiedKey] = promisified;\\n        }\\n    }\\n    util.toFastProperties(obj);\\n    return obj;\\n}\\n\\nfunction promisify(callback, receiver, multiArgs) {\\n    return makeNodePromisified(callback, receiver, undefined,\\n                                callback, null, multiArgs);\\n}\\n\\nPromise.promisify = function (fn, options) {\\n    if (typeof fn !== \\\"function\\\") {\\n        throw new TypeError(\\\"expecting a function but got \\\" + util.classString(fn));\\n    }\\n    if (isPromisified(fn)) {\\n        return fn;\\n    }\\n    options = Object(options);\\n    var receiver = options.context === undefined ? THIS : options.context;\\n    var multiArgs = !!options.multiArgs;\\n    var ret = promisify(fn, receiver, multiArgs);\\n    util.copyDescriptors(fn, ret, propsFilter);\\n    return ret;\\n};\\n\\nPromise.promisifyAll = function (target, options) {\\n    if (typeof target !== \\\"function\\\" && typeof target !== \\\"object\\\") {\\n        throw new TypeError(\\\"the target of promisifyAll must be an object or a function\\\\u000a\\\\u000a    See http://goo.gl/MqrFmX\\\\u000a\\\");\\n    }\\n    options = Object(options);\\n    var multiArgs = !!options.multiArgs;\\n    var suffix = options.suffix;\\n    if (typeof suffix !== \\\"string\\\") suffix = defaultSuffix;\\n    var filter = options.filter;\\n    if (typeof filter !== \\\"function\\\") filter = defaultFilter;\\n    var promisifier = options.promisifier;\\n    if (typeof promisifier !== \\\"function\\\") promisifier = makeNodePromisified;\\n\\n    if (!util.isIdentifier(suffix)) {\\n        throw new RangeError(\\\"suffix must be a valid identifier\\\\u000a\\\\u000a    See http://goo.gl/MqrFmX\\\\u000a\\\");\\n    }\\n\\n    var keys = util.inheritedDataKeys(target);\\n    for (var i = 0; i < keys.length; ++i) {\\n        var value = target[keys[i]];\\n        if (keys[i] !== \\\"constructor\\\" &&\\n            util.isClass(value)) {\\n            promisifyAll(value.prototype, suffix, filter, promisifier,\\n                multiArgs);\\n            promisifyAll(value, suffix, filter, promisifier, multiArgs);\\n        }\\n    }\\n\\n    return promisifyAll(target, suffix, filter, promisifier, multiArgs);\\n};\\n};\\n\\n\\n},{\\\"./errors\\\":12,\\\"./nodeback\\\":20,\\\"./util\\\":36}],25:[function(_dereq_,module,exports){\\n\\\"use strict\\\";\\nmodule.exports = function(\\n    Promise, PromiseArray, tryConvertToPromise, apiRejection) {\\nvar util = _dereq_(\\\"./util\\\");\\nvar isObject = util.isObject;\\nvar es5 = _dereq_(\\\"./es5\\\");\\nvar Es6Map;\\nif (typeof Map === \\\"function\\\") Es6Map = Map;\\n\\nvar mapToEntries = (function() {\\n    var index = 0;\\n    var size = 0;\\n\\n    function extractEntry(value, key) {\\n        this[index] = value;\\n        this[index + size] = key;\\n        index++;\\n    }\\n\\n    return function mapToEntries(map) {\\n        size = map.size;\\n        index = 0;\\n        var ret = new Array(map.size * 2);\\n        map.forEach(extractEntry, ret);\\n        return ret;\\n    };\\n})();\\n\\nvar entriesToMap = function(entries) {\\n    var ret = new Es6Map();\\n    var length = entries.length / 2 | 0;\\n    for (var i = 0; i < length; ++i) {\\n        var key = entries[length + i];\\n        var value = entries[i];\\n        ret.set(key, value);\\n    }\\n    return ret;\\n};\\n\\nfunction PropertiesPromiseArray(obj) {\\n    var isMap = false;\\n    var entries;\\n    if (Es6Map !== undefined && obj instanceof Es6Map) {\\n        entries = mapToEntries(obj);\\n        isMap = true;\\n    } else {\\n        var keys = es5.keys(obj);\\n        var len = keys.length;\\n        entries = new Array(len * 2);\\n        for (var i = 0; i < len; ++i) {\\n            var key = keys[i];\\n            entries[i] = obj[key];\\n            entries[i + len] = key;\\n        }\\n    }\\n    this.constructor$(entries);\\n    this._isMap = isMap;\\n    this._init$(undefined, isMap ? -6 : -3);\\n}\\nutil.inherits(PropertiesPromiseArray, PromiseArray);\\n\\nPropertiesPromiseArray.prototype._init = function () {};\\n\\nPropertiesPromiseArray.prototype._promiseFulfilled = function (value, index) {\\n    this._values[index] = value;\\n    var totalResolved = ++this._totalResolved;\\n    if (totalResolved >= this._length) {\\n        var val;\\n        if (this._isMap) {\\n            val = entriesToMap(this._values);\\n        } else {\\n            val = {};\\n            var keyOffset = this.length();\\n            for (var i = 0, len = this.length(); i < len; ++i) {\\n                val[this._values[i + keyOffset]] = this._values[i];\\n            }\\n        }\\n        this._resolve(val);\\n        return true;\\n    }\\n    return false;\\n};\\n\\nPropertiesPromiseArray.prototype.shouldCopyValues = function () {\\n    return false;\\n};\\n\\nPropertiesPromiseArray.prototype.getActualLength = function (len) {\\n    return len >> 1;\\n};\\n\\nfunction props(promises) {\\n    var ret;\\n    var castValue = tryConvertToPromise(promises);\\n\\n    if (!isObject(castValue)) {\\n        return apiRejection(\\\"cannot await properties of a non-object\\\\u000a\\\\u000a    See http://goo.gl/MqrFmX\\\\u000a\\\");\\n    } else if (castValue instanceof Promise) {\\n        ret = castValue._then(\\n            Promise.props, undefined, undefined, undefined, undefined);\\n    } else {\\n        ret = new PropertiesPromiseArray(castValue).promise();\\n    }\\n\\n    if (castValue instanceof Promise) {\\n        ret._propagateFrom(castValue, 2);\\n    }\\n    return ret;\\n}\\n\\nPromise.prototype.props = function () {\\n    return props(this);\\n};\\n\\nPromise.props = function (promises) {\\n    return props(promises);\\n};\\n};\\n\\n},{\\\"./es5\\\":13,\\\"./util\\\":36}],26:[function(_dereq_,module,exports){\\n\\\"use strict\\\";\\nfunction arrayMove(src, srcIndex, dst, dstIndex, len) {\\n    for (var j = 0; j < len; ++j) {\\n        dst[j + dstIndex] = src[j + srcIndex];\\n        src[j + srcIndex] = void 0;\\n    }\\n}\\n\\nfunction Queue(capacity) {\\n    this._capacity = capacity;\\n    this._length = 0;\\n    this._front = 0;\\n}\\n\\nQueue.prototype._willBeOverCapacity = function (size) {\\n    return this._capacity < size;\\n};\\n\\nQueue.prototype._pushOne = function (arg) {\\n    var length = this.length();\\n    this._checkCapacity(length + 1);\\n    var i = (this._front + length) & (this._capacity - 1);\\n    this[i] = arg;\\n    this._length = length + 1;\\n};\\n\\nQueue.prototype.push = function (fn, receiver, arg) {\\n    var length = this.length() + 3;\\n    if (this._willBeOverCapacity(length)) {\\n        this._pushOne(fn);\\n        this._pushOne(receiver);\\n        this._pushOne(arg);\\n        return;\\n    }\\n    var j = this._front + length - 3;\\n    this._checkCapacity(length);\\n    var wrapMask = this._capacity - 1;\\n    this[(j + 0) & wrapMask] = fn;\\n    this[(j + 1) & wrapMask] = receiver;\\n    this[(j + 2) & wrapMask] = arg;\\n    this._length = length;\\n};\\n\\nQueue.prototype.shift = function () {\\n    var front = this._front,\\n        ret = this[front];\\n\\n    this[front] = undefined;\\n    this._front = (front + 1) & (this._capacity - 1);\\n    this._length--;\\n    return ret;\\n};\\n\\nQueue.prototype.length = function () {\\n    return this._length;\\n};\\n\\nQueue.prototype._checkCapacity = function (size) {\\n    if (this._capacity < size) {\\n        this._resizeTo(this._capacity << 1);\\n    }\\n};\\n\\nQueue.prototype._resizeTo = function (capacity) {\\n    var oldCapacity = this._capacity;\\n    this._capacity = capacity;\\n    var front = this._front;\\n    var length = this._length;\\n    var moveItemsCount = (front + length) & (oldCapacity - 1);\\n    arrayMove(this, 0, this, oldCapacity, moveItemsCount);\\n};\\n\\nmodule.exports = Queue;\\n\\n},{}],27:[function(_dereq_,module,exports){\\n\\\"use strict\\\";\\nmodule.exports = function(\\n    Promise, INTERNAL, tryConvertToPromise, apiRejection) {\\nvar util = _dereq_(\\\"./util\\\");\\n\\nvar raceLater = function (promise) {\\n    return promise.then(function(array) {\\n        return race(array, promise);\\n    });\\n};\\n\\nfunction race(promises, parent) {\\n    var maybePromise = tryConvertToPromise(promises);\\n\\n    if (maybePromise instanceof Promise) {\\n        return raceLater(maybePromise);\\n    } else {\\n        promises = util.asArray(promises);\\n        if (promises === null)\\n            return apiRejection(\\\"expecting an array or an iterable object but got \\\" + util.classString(promises));\\n    }\\n\\n    var ret = new Promise(INTERNAL);\\n    if (parent !== undefined) {\\n        ret._propagateFrom(parent, 3);\\n    }\\n    var fulfill = ret._fulfill;\\n    var reject = ret._reject;\\n    for (var i = 0, len = promises.length; i < len; ++i) {\\n        var val = promises[i];\\n\\n        if (val === undefined && !(i in promises)) {\\n            continue;\\n        }\\n\\n        Promise.cast(val)._then(fulfill, reject, undefined, ret, null);\\n    }\\n    return ret;\\n}\\n\\nPromise.race = function (promises) {\\n    return race(promises, undefined);\\n};\\n\\nPromise.prototype.race = function () {\\n    return race(this, undefined);\\n};\\n\\n};\\n\\n},{\\\"./util\\\":36}],28:[function(_dereq_,module,exports){\\n\\\"use strict\\\";\\nmodule.exports = function(Promise,\\n                          PromiseArray,\\n                          apiRejection,\\n                          tryConvertToPromise,\\n                          INTERNAL,\\n                          debug) {\\nvar getDomain = Promise._getDomain;\\nvar util = _dereq_(\\\"./util\\\");\\nvar tryCatch = util.tryCatch;\\n\\nfunction ReductionPromiseArray(promises, fn, initialValue, _each) {\\n    this.constructor$(promises);\\n    var domain = getDomain();\\n    this._fn = domain === null ? fn : util.domainBind(domain, fn);\\n    if (initialValue !== undefined) {\\n        initialValue = Promise.resolve(initialValue);\\n        initialValue._attachCancellationCallback(this);\\n    }\\n    this._initialValue = initialValue;\\n    this._currentCancellable = null;\\n    if(_each === INTERNAL) {\\n        this._eachValues = Array(this._length);\\n    } else if (_each === 0) {\\n        this._eachValues = null;\\n    } else {\\n        this._eachValues = undefined;\\n    }\\n    this._promise._captureStackTrace();\\n    this._init$(undefined, -5);\\n}\\nutil.inherits(ReductionPromiseArray, PromiseArray);\\n\\nReductionPromiseArray.prototype._gotAccum = function(accum) {\\n    if (this._eachValues !== undefined && \\n        this._eachValues !== null && \\n        accum !== INTERNAL) {\\n        this._eachValues.push(accum);\\n    }\\n};\\n\\nReductionPromiseArray.prototype._eachComplete = function(value) {\\n    if (this._eachValues !== null) {\\n        this._eachValues.push(value);\\n    }\\n    return this._eachValues;\\n};\\n\\nReductionPromiseArray.prototype._init = function() {};\\n\\nReductionPromiseArray.prototype._resolveEmptyArray = function() {\\n    this._resolve(this._eachValues !== undefined ? this._eachValues\\n                                                 : this._initialValue);\\n};\\n\\nReductionPromiseArray.prototype.shouldCopyValues = function () {\\n    return false;\\n};\\n\\nReductionPromiseArray.prototype._resolve = function(value) {\\n    this._promise._resolveCallback(value);\\n    this._values = null;\\n};\\n\\nReductionPromiseArray.prototype._resultCancelled = function(sender) {\\n    if (sender === this._initialValue) return this._cancel();\\n    if (this._isResolved()) return;\\n    this._resultCancelled$();\\n    if (this._currentCancellable instanceof Promise) {\\n        this._currentCancellable.cancel();\\n    }\\n    if (this._initialValue instanceof Promise) {\\n        this._initialValue.cancel();\\n    }\\n};\\n\\nReductionPromiseArray.prototype._iterate = function (values) {\\n    this._values = values;\\n    var value;\\n    var i;\\n    var length = values.length;\\n    if (this._initialValue !== undefined) {\\n        value = this._initialValue;\\n        i = 0;\\n    } else {\\n        value = Promise.resolve(values[0]);\\n        i = 1;\\n    }\\n\\n    this._currentCancellable = value;\\n\\n    if (!value.isRejected()) {\\n        for (; i < length; ++i) {\\n            var ctx = {\\n                accum: null,\\n                value: values[i],\\n                index: i,\\n                length: length,\\n                array: this\\n            };\\n            value = value._then(gotAccum, undefined, undefined, ctx, undefined);\\n        }\\n    }\\n\\n    if (this._eachValues !== undefined) {\\n        value = value\\n            ._then(this._eachComplete, undefined, undefined, this, undefined);\\n    }\\n    value._then(completed, completed, undefined, value, this);\\n};\\n\\nPromise.prototype.reduce = function (fn, initialValue) {\\n    return reduce(this, fn, initialValue, null);\\n};\\n\\nPromise.reduce = function (promises, fn, initialValue, _each) {\\n    return reduce(promises, fn, initialValue, _each);\\n};\\n\\nfunction completed(valueOrReason, array) {\\n    if (this.isFulfilled()) {\\n        array._resolve(valueOrReason);\\n    } else {\\n        array._reject(valueOrReason);\\n    }\\n}\\n\\nfunction reduce(promises, fn, initialValue, _each) {\\n    if (typeof fn !== \\\"function\\\") {\\n        return apiRejection(\\\"expecting a function but got \\\" + util.classString(fn));\\n    }\\n    var array = new ReductionPromiseArray(promises, fn, initialValue, _each);\\n    return array.promise();\\n}\\n\\nfunction gotAccum(accum) {\\n    this.accum = accum;\\n    this.array._gotAccum(accum);\\n    var value = tryConvertToPromise(this.value, this.array._promise);\\n    if (value instanceof Promise) {\\n        this.array._currentCancellable = value;\\n        return value._then(gotValue, undefined, undefined, this, undefined);\\n    } else {\\n        return gotValue.call(this, value);\\n    }\\n}\\n\\nfunction gotValue(value) {\\n    var array = this.array;\\n    var promise = array._promise;\\n    var fn = tryCatch(array._fn);\\n    promise._pushContext();\\n    var ret;\\n    if (array._eachValues !== undefined) {\\n        ret = fn.call(promise._boundValue(), value, this.index, this.length);\\n    } else {\\n        ret = fn.call(promise._boundValue(),\\n                              this.accum, value, this.index, this.length);\\n    }\\n    if (ret instanceof Promise) {\\n        array._currentCancellable = ret;\\n    }\\n    var promiseCreated = promise._popContext();\\n    debug.checkForgottenReturns(\\n        ret,\\n        promiseCreated,\\n        array._eachValues !== undefined ? \\\"Promise.each\\\" : \\\"Promise.reduce\\\",\\n        promise\\n    );\\n    return ret;\\n}\\n};\\n\\n},{\\\"./util\\\":36}],29:[function(_dereq_,module,exports){\\n\\\"use strict\\\";\\nvar util = _dereq_(\\\"./util\\\");\\nvar schedule;\\nvar noAsyncScheduler = function() {\\n    throw new Error(\\\"No async scheduler available\\\\u000a\\\\u000a    See http://goo.gl/MqrFmX\\\\u000a\\\");\\n};\\nvar NativePromise = util.getNativePromise();\\nif (util.isNode && typeof MutationObserver === \\\"undefined\\\") {\\n    var GlobalSetImmediate = global.setImmediate;\\n    var ProcessNextTick = process.nextTick;\\n    schedule = util.isRecentNode\\n                ? function(fn) { GlobalSetImmediate.call(global, fn); }\\n                : function(fn) { ProcessNextTick.call(process, fn); };\\n} else if (typeof NativePromise === \\\"function\\\" &&\\n           typeof NativePromise.resolve === \\\"function\\\") {\\n    var nativePromise = NativePromise.resolve();\\n    schedule = function(fn) {\\n        nativePromise.then(fn);\\n    };\\n} else if ((typeof MutationObserver !== \\\"undefined\\\") &&\\n          !(typeof window !== \\\"undefined\\\" &&\\n            window.navigator &&\\n            (window.navigator.standalone || window.cordova))) {\\n    schedule = (function() {\\n        var div = document.createElement(\\\"div\\\");\\n        var opts = {attributes: true};\\n        var toggleScheduled = false;\\n        var div2 = document.createElement(\\\"div\\\");\\n        var o2 = new MutationObserver(function() {\\n            div.classList.toggle(\\\"foo\\\");\\n            toggleScheduled = false;\\n        });\\n        o2.observe(div2, opts);\\n\\n        var scheduleToggle = function() {\\n            if (toggleScheduled) return;\\n            toggleScheduled = true;\\n            div2.classList.toggle(\\\"foo\\\");\\n        };\\n\\n        return function schedule(fn) {\\n            var o = new MutationObserver(function() {\\n                o.disconnect();\\n                fn();\\n            });\\n            o.observe(div, opts);\\n            scheduleToggle();\\n        };\\n    })();\\n} else if (typeof setImmediate !== \\\"undefined\\\") {\\n    schedule = function (fn) {\\n        setImmediate(fn);\\n    };\\n} else if (typeof setTimeout !== \\\"undefined\\\") {\\n    schedule = function (fn) {\\n        setTimeout(fn, 0);\\n    };\\n} else {\\n    schedule = noAsyncScheduler;\\n}\\nmodule.exports = schedule;\\n\\n},{\\\"./util\\\":36}],30:[function(_dereq_,module,exports){\\n\\\"use strict\\\";\\nmodule.exports =\\n    function(Promise, PromiseArray, debug) {\\nvar PromiseInspection = Promise.PromiseInspection;\\nvar util = _dereq_(\\\"./util\\\");\\n\\nfunction SettledPromiseArray(values) {\\n    this.constructor$(values);\\n}\\nutil.inherits(SettledPromiseArray, PromiseArray);\\n\\nSettledPromiseArray.prototype._promiseResolved = function (index, inspection) {\\n    this._values[index] = inspection;\\n    var totalResolved = ++this._totalResolved;\\n    if (totalResolved >= this._length) {\\n        this._resolve(this._values);\\n        return true;\\n    }\\n    return false;\\n};\\n\\nSettledPromiseArray.prototype._promiseFulfilled = function (value, index) {\\n    var ret = new PromiseInspection();\\n    ret._bitField = 33554432;\\n    ret._settledValueField = value;\\n    return this._promiseResolved(index, ret);\\n};\\nSettledPromiseArray.prototype._promiseRejected = function (reason, index) {\\n    var ret = new PromiseInspection();\\n    ret._bitField = 16777216;\\n    ret._settledValueField = reason;\\n    return this._promiseResolved(index, ret);\\n};\\n\\nPromise.settle = function (promises) {\\n    debug.deprecated(\\\".settle()\\\", \\\".reflect()\\\");\\n    return new SettledPromiseArray(promises).promise();\\n};\\n\\nPromise.prototype.settle = function () {\\n    return Promise.settle(this);\\n};\\n};\\n\\n},{\\\"./util\\\":36}],31:[function(_dereq_,module,exports){\\n\\\"use strict\\\";\\nmodule.exports =\\nfunction(Promise, PromiseArray, apiRejection) {\\nvar util = _dereq_(\\\"./util\\\");\\nvar RangeError = _dereq_(\\\"./errors\\\").RangeError;\\nvar AggregateError = _dereq_(\\\"./errors\\\").AggregateError;\\nvar isArray = util.isArray;\\nvar CANCELLATION = {};\\n\\n\\nfunction SomePromiseArray(values) {\\n    this.constructor$(values);\\n    this._howMany = 0;\\n    this._unwrap = false;\\n    this._initialized = false;\\n}\\nutil.inherits(SomePromiseArray, PromiseArray);\\n\\nSomePromiseArray.prototype._init = function () {\\n    if (!this._initialized) {\\n        return;\\n    }\\n    if (this._howMany === 0) {\\n        this._resolve([]);\\n        return;\\n    }\\n    this._init$(undefined, -5);\\n    var isArrayResolved = isArray(this._values);\\n    if (!this._isResolved() &&\\n        isArrayResolved &&\\n        this._howMany > this._canPossiblyFulfill()) {\\n        this._reject(this._getRangeError(this.length()));\\n    }\\n};\\n\\nSomePromiseArray.prototype.init = function () {\\n    this._initialized = true;\\n    this._init();\\n};\\n\\nSomePromiseArray.prototype.setUnwrap = function () {\\n    this._unwrap = true;\\n};\\n\\nSomePromiseArray.prototype.howMany = function () {\\n    return this._howMany;\\n};\\n\\nSomePromiseArray.prototype.setHowMany = function (count) {\\n    this._howMany = count;\\n};\\n\\nSomePromiseArray.prototype._promiseFulfilled = function (value) {\\n    this._addFulfilled(value);\\n    if (this._fulfilled() === this.howMany()) {\\n        this._values.length = this.howMany();\\n        if (this.howMany() === 1 && this._unwrap) {\\n            this._resolve(this._values[0]);\\n        } else {\\n            this._resolve(this._values);\\n        }\\n        return true;\\n    }\\n    return false;\\n\\n};\\nSomePromiseArray.prototype._promiseRejected = function (reason) {\\n    this._addRejected(reason);\\n    return this._checkOutcome();\\n};\\n\\nSomePromiseArray.prototype._promiseCancelled = function () {\\n    if (this._values instanceof Promise || this._values == null) {\\n        return this._cancel();\\n    }\\n    this._addRejected(CANCELLATION);\\n    return this._checkOutcome();\\n};\\n\\nSomePromiseArray.prototype._checkOutcome = function() {\\n    if (this.howMany() > this._canPossiblyFulfill()) {\\n        var e = new AggregateError();\\n        for (var i = this.length(); i < this._values.length; ++i) {\\n            if (this._values[i] !== CANCELLATION) {\\n                e.push(this._values[i]);\\n            }\\n        }\\n        if (e.length > 0) {\\n            this._reject(e);\\n        } else {\\n            this._cancel();\\n        }\\n        return true;\\n    }\\n    return false;\\n};\\n\\nSomePromiseArray.prototype._fulfilled = function () {\\n    return this._totalResolved;\\n};\\n\\nSomePromiseArray.prototype._rejected = function () {\\n    return this._values.length - this.length();\\n};\\n\\nSomePromiseArray.prototype._addRejected = function (reason) {\\n    this._values.push(reason);\\n};\\n\\nSomePromiseArray.prototype._addFulfilled = function (value) {\\n    this._values[this._totalResolved++] = value;\\n};\\n\\nSomePromiseArray.prototype._canPossiblyFulfill = function () {\\n    return this.length() - this._rejected();\\n};\\n\\nSomePromiseArray.prototype._getRangeError = function (count) {\\n    var message = \\\"Input array must contain at least \\\" +\\n            this._howMany + \\\" items but contains only \\\" + count + \\\" items\\\";\\n    return new RangeError(message);\\n};\\n\\nSomePromiseArray.prototype._resolveEmptyArray = function () {\\n    this._reject(this._getRangeError(0));\\n};\\n\\nfunction some(promises, howMany) {\\n    if ((howMany | 0) !== howMany || howMany < 0) {\\n        return apiRejection(\\\"expecting a positive integer\\\\u000a\\\\u000a    See http://goo.gl/MqrFmX\\\\u000a\\\");\\n    }\\n    var ret = new SomePromiseArray(promises);\\n    var promise = ret.promise();\\n    ret.setHowMany(howMany);\\n    ret.init();\\n    return promise;\\n}\\n\\nPromise.some = function (promises, howMany) {\\n    return some(promises, howMany);\\n};\\n\\nPromise.prototype.some = function (howMany) {\\n    return some(this, howMany);\\n};\\n\\nPromise._SomePromiseArray = SomePromiseArray;\\n};\\n\\n},{\\\"./errors\\\":12,\\\"./util\\\":36}],32:[function(_dereq_,module,exports){\\n\\\"use strict\\\";\\nmodule.exports = function(Promise) {\\nfunction PromiseInspection(promise) {\\n    if (promise !== undefined) {\\n        promise = promise._target();\\n        this._bitField = promise._bitField;\\n        this._settledValueField = promise._isFateSealed()\\n            ? promise._settledValue() : undefined;\\n    }\\n    else {\\n        this._bitField = 0;\\n        this._settledValueField = undefined;\\n    }\\n}\\n\\nPromiseInspection.prototype._settledValue = function() {\\n    return this._settledValueField;\\n};\\n\\nvar value = PromiseInspection.prototype.value = function () {\\n    if (!this.isFulfilled()) {\\n        throw new TypeError(\\\"cannot get fulfillment value of a non-fulfilled promise\\\\u000a\\\\u000a    See http://goo.gl/MqrFmX\\\\u000a\\\");\\n    }\\n    return this._settledValue();\\n};\\n\\nvar reason = PromiseInspection.prototype.error =\\nPromiseInspection.prototype.reason = function () {\\n    if (!this.isRejected()) {\\n        throw new TypeError(\\\"cannot get rejection reason of a non-rejected promise\\\\u000a\\\\u000a    See http://goo.gl/MqrFmX\\\\u000a\\\");\\n    }\\n    return this._settledValue();\\n};\\n\\nvar isFulfilled = PromiseInspection.prototype.isFulfilled = function() {\\n    return (this._bitField & 33554432) !== 0;\\n};\\n\\nvar isRejected = PromiseInspection.prototype.isRejected = function () {\\n    return (this._bitField & 16777216) !== 0;\\n};\\n\\nvar isPending = PromiseInspection.prototype.isPending = function () {\\n    return (this._bitField & 50397184) === 0;\\n};\\n\\nvar isResolved = PromiseInspection.prototype.isResolved = function () {\\n    return (this._bitField & 50331648) !== 0;\\n};\\n\\nPromiseInspection.prototype.isCancelled = function() {\\n    return (this._bitField & 8454144) !== 0;\\n};\\n\\nPromise.prototype.__isCancelled = function() {\\n    return (this._bitField & 65536) === 65536;\\n};\\n\\nPromise.prototype._isCancelled = function() {\\n    return this._target().__isCancelled();\\n};\\n\\nPromise.prototype.isCancelled = function() {\\n    return (this._target()._bitField & 8454144) !== 0;\\n};\\n\\nPromise.prototype.isPending = function() {\\n    return isPending.call(this._target());\\n};\\n\\nPromise.prototype.isRejected = function() {\\n    return isRejected.call(this._target());\\n};\\n\\nPromise.prototype.isFulfilled = function() {\\n    return isFulfilled.call(this._target());\\n};\\n\\nPromise.prototype.isResolved = function() {\\n    return isResolved.call(this._target());\\n};\\n\\nPromise.prototype.value = function() {\\n    return value.call(this._target());\\n};\\n\\nPromise.prototype.reason = function() {\\n    var target = this._target();\\n    target._unsetRejectionIsUnhandled();\\n    return reason.call(target);\\n};\\n\\nPromise.prototype._value = function() {\\n    return this._settledValue();\\n};\\n\\nPromise.prototype._reason = function() {\\n    this._unsetRejectionIsUnhandled();\\n    return this._settledValue();\\n};\\n\\nPromise.PromiseInspection = PromiseInspection;\\n};\\n\\n},{}],33:[function(_dereq_,module,exports){\\n\\\"use strict\\\";\\nmodule.exports = function(Promise, INTERNAL) {\\nvar util = _dereq_(\\\"./util\\\");\\nvar errorObj = util.errorObj;\\nvar isObject = util.isObject;\\n\\nfunction tryConvertToPromise(obj, context) {\\n    if (isObject(obj)) {\\n        if (obj instanceof Promise) return obj;\\n        var then = getThen(obj);\\n        if (then === errorObj) {\\n            if (context) context._pushContext();\\n            var ret = Promise.reject(then.e);\\n            if (context) context._popContext();\\n            return ret;\\n        } else if (typeof then === \\\"function\\\") {\\n            if (isAnyBluebirdPromise(obj)) {\\n                var ret = new Promise(INTERNAL);\\n                obj._then(\\n                    ret._fulfill,\\n                    ret._reject,\\n                    undefined,\\n                    ret,\\n                    null\\n                );\\n                return ret;\\n            }\\n            return doThenable(obj, then, context);\\n        }\\n    }\\n    return obj;\\n}\\n\\nfunction doGetThen(obj) {\\n    return obj.then;\\n}\\n\\nfunction getThen(obj) {\\n    try {\\n        return doGetThen(obj);\\n    } catch (e) {\\n        errorObj.e = e;\\n        return errorObj;\\n    }\\n}\\n\\nvar hasProp = {}.hasOwnProperty;\\nfunction isAnyBluebirdPromise(obj) {\\n    try {\\n        return hasProp.call(obj, \\\"_promise0\\\");\\n    } catch (e) {\\n        return false;\\n    }\\n}\\n\\nfunction doThenable(x, then, context) {\\n    var promise = new Promise(INTERNAL);\\n    var ret = promise;\\n    if (context) context._pushContext();\\n    promise._captureStackTrace();\\n    if (context) context._popContext();\\n    var synchronous = true;\\n    var result = util.tryCatch(then).call(x, resolve, reject);\\n    synchronous = false;\\n\\n    if (promise && result === errorObj) {\\n        promise._rejectCallback(result.e, true, true);\\n        promise = null;\\n    }\\n\\n    function resolve(value) {\\n        if (!promise) return;\\n        promise._resolveCallback(value);\\n        promise = null;\\n    }\\n\\n    function reject(reason) {\\n        if (!promise) return;\\n        promise._rejectCallback(reason, synchronous, true);\\n        promise = null;\\n    }\\n    return ret;\\n}\\n\\nreturn tryConvertToPromise;\\n};\\n\\n},{\\\"./util\\\":36}],34:[function(_dereq_,module,exports){\\n\\\"use strict\\\";\\nmodule.exports = function(Promise, INTERNAL, debug) {\\nvar util = _dereq_(\\\"./util\\\");\\nvar TimeoutError = Promise.TimeoutError;\\n\\nfunction HandleWrapper(handle)  {\\n    this.handle = handle;\\n}\\n\\nHandleWrapper.prototype._resultCancelled = function() {\\n    clearTimeout(this.handle);\\n};\\n\\nvar afterValue = function(value) { return delay(+this).thenReturn(value); };\\nvar delay = Promise.delay = function (ms, value) {\\n    var ret;\\n    var handle;\\n    if (value !== undefined) {\\n        ret = Promise.resolve(value)\\n                ._then(afterValue, null, null, ms, undefined);\\n        if (debug.cancellation() && value instanceof Promise) {\\n            ret._setOnCancel(value);\\n        }\\n    } else {\\n        ret = new Promise(INTERNAL);\\n        handle = setTimeout(function() { ret._fulfill(); }, +ms);\\n        if (debug.cancellation()) {\\n            ret._setOnCancel(new HandleWrapper(handle));\\n        }\\n        ret._captureStackTrace();\\n    }\\n    ret._setAsyncGuaranteed();\\n    return ret;\\n};\\n\\nPromise.prototype.delay = function (ms) {\\n    return delay(ms, this);\\n};\\n\\nvar afterTimeout = function (promise, message, parent) {\\n    var err;\\n    if (typeof message !== \\\"string\\\") {\\n        if (message instanceof Error) {\\n            err = message;\\n        } else {\\n            err = new TimeoutError(\\\"operation timed out\\\");\\n        }\\n    } else {\\n        err = new TimeoutError(message);\\n    }\\n    util.markAsOriginatingFromRejection(err);\\n    promise._attachExtraTrace(err);\\n    promise._reject(err);\\n\\n    if (parent != null) {\\n        parent.cancel();\\n    }\\n};\\n\\nfunction successClear(value) {\\n    clearTimeout(this.handle);\\n    return value;\\n}\\n\\nfunction failureClear(reason) {\\n    clearTimeout(this.handle);\\n    throw reason;\\n}\\n\\nPromise.prototype.timeout = function (ms, message) {\\n    ms = +ms;\\n    var ret, parent;\\n\\n    var handleWrapper = new HandleWrapper(setTimeout(function timeoutTimeout() {\\n        if (ret.isPending()) {\\n            afterTimeout(ret, message, parent);\\n        }\\n    }, ms));\\n\\n    if (debug.cancellation()) {\\n        parent = this.then();\\n        ret = parent._then(successClear, failureClear,\\n                            undefined, handleWrapper, undefined);\\n        ret._setOnCancel(handleWrapper);\\n    } else {\\n        ret = this._then(successClear, failureClear,\\n                            undefined, handleWrapper, undefined);\\n    }\\n\\n    return ret;\\n};\\n\\n};\\n\\n},{\\\"./util\\\":36}],35:[function(_dereq_,module,exports){\\n\\\"use strict\\\";\\nmodule.exports = function (Promise, apiRejection, tryConvertToPromise,\\n    createContext, INTERNAL, debug) {\\n    var util = _dereq_(\\\"./util\\\");\\n    var TypeError = _dereq_(\\\"./errors\\\").TypeError;\\n    var inherits = _dereq_(\\\"./util\\\").inherits;\\n    var errorObj = util.errorObj;\\n    var tryCatch = util.tryCatch;\\n    var NULL = {};\\n\\n    function thrower(e) {\\n        setTimeout(function(){throw e;}, 0);\\n    }\\n\\n    function castPreservingDisposable(thenable) {\\n        var maybePromise = tryConvertToPromise(thenable);\\n        if (maybePromise !== thenable &&\\n            typeof thenable._isDisposable === \\\"function\\\" &&\\n            typeof thenable._getDisposer === \\\"function\\\" &&\\n            thenable._isDisposable()) {\\n            maybePromise._setDisposable(thenable._getDisposer());\\n        }\\n        return maybePromise;\\n    }\\n    function dispose(resources, inspection) {\\n        var i = 0;\\n        var len = resources.length;\\n        var ret = new Promise(INTERNAL);\\n        function iterator() {\\n            if (i >= len) return ret._fulfill();\\n            var maybePromise = castPreservingDisposable(resources[i++]);\\n            if (maybePromise instanceof Promise &&\\n                maybePromise._isDisposable()) {\\n                try {\\n                    maybePromise = tryConvertToPromise(\\n                        maybePromise._getDisposer().tryDispose(inspection),\\n                        resources.promise);\\n                } catch (e) {\\n                    return thrower(e);\\n                }\\n                if (maybePromise instanceof Promise) {\\n                    return maybePromise._then(iterator, thrower,\\n                                              null, null, null);\\n                }\\n            }\\n            iterator();\\n        }\\n        iterator();\\n        return ret;\\n    }\\n\\n    function Disposer(data, promise, context) {\\n        this._data = data;\\n        this._promise = promise;\\n        this._context = context;\\n    }\\n\\n    Disposer.prototype.data = function () {\\n        return this._data;\\n    };\\n\\n    Disposer.prototype.promise = function () {\\n        return this._promise;\\n    };\\n\\n    Disposer.prototype.resource = function () {\\n        if (this.promise().isFulfilled()) {\\n            return this.promise().value();\\n        }\\n        return NULL;\\n    };\\n\\n    Disposer.prototype.tryDispose = function(inspection) {\\n        var resource = this.resource();\\n        var context = this._context;\\n        if (context !== undefined) context._pushContext();\\n        var ret = resource !== NULL\\n            ? this.doDispose(resource, inspection) : null;\\n        if (context !== undefined) context._popContext();\\n        this._promise._unsetDisposable();\\n        this._data = null;\\n        return ret;\\n    };\\n\\n    Disposer.isDisposer = function (d) {\\n        return (d != null &&\\n                typeof d.resource === \\\"function\\\" &&\\n                typeof d.tryDispose === \\\"function\\\");\\n    };\\n\\n    function FunctionDisposer(fn, promise, context) {\\n        this.constructor$(fn, promise, context);\\n    }\\n    inherits(FunctionDisposer, Disposer);\\n\\n    FunctionDisposer.prototype.doDispose = function (resource, inspection) {\\n        var fn = this.data();\\n        return fn.call(resource, resource, inspection);\\n    };\\n\\n    function maybeUnwrapDisposer(value) {\\n        if (Disposer.isDisposer(value)) {\\n            this.resources[this.index]._setDisposable(value);\\n            return value.promise();\\n        }\\n        return value;\\n    }\\n\\n    function ResourceList(length) {\\n        this.length = length;\\n        this.promise = null;\\n        this[length-1] = null;\\n    }\\n\\n    ResourceList.prototype._resultCancelled = function() {\\n        var len = this.length;\\n        for (var i = 0; i < len; ++i) {\\n            var item = this[i];\\n            if (item instanceof Promise) {\\n                item.cancel();\\n            }\\n        }\\n    };\\n\\n    Promise.using = function () {\\n        var len = arguments.length;\\n        if (len < 2) return apiRejection(\\n                        \\\"you must pass at least 2 arguments to Promise.using\\\");\\n        var fn = arguments[len - 1];\\n        if (typeof fn !== \\\"function\\\") {\\n            return apiRejection(\\\"expecting a function but got \\\" + util.classString(fn));\\n        }\\n        var input;\\n        var spreadArgs = true;\\n        if (len === 2 && Array.isArray(arguments[0])) {\\n            input = arguments[0];\\n            len = input.length;\\n            spreadArgs = false;\\n        } else {\\n            input = arguments;\\n            len--;\\n        }\\n        var resources = new ResourceList(len);\\n        for (var i = 0; i < len; ++i) {\\n            var resource = input[i];\\n            if (Disposer.isDisposer(resource)) {\\n                var disposer = resource;\\n                resource = resource.promise();\\n                resource._setDisposable(disposer);\\n            } else {\\n                var maybePromise = tryConvertToPromise(resource);\\n                if (maybePromise instanceof Promise) {\\n                    resource =\\n                        maybePromise._then(maybeUnwrapDisposer, null, null, {\\n                            resources: resources,\\n                            index: i\\n                    }, undefined);\\n                }\\n            }\\n            resources[i] = resource;\\n        }\\n\\n        var reflectedResources = new Array(resources.length);\\n        for (var i = 0; i < reflectedResources.length; ++i) {\\n            reflectedResources[i] = Promise.resolve(resources[i]).reflect();\\n        }\\n\\n        var resultPromise = Promise.all(reflectedResources)\\n            .then(function(inspections) {\\n                for (var i = 0; i < inspections.length; ++i) {\\n                    var inspection = inspections[i];\\n                    if (inspection.isRejected()) {\\n                        errorObj.e = inspection.error();\\n                        return errorObj;\\n                    } else if (!inspection.isFulfilled()) {\\n                        resultPromise.cancel();\\n                        return;\\n                    }\\n                    inspections[i] = inspection.value();\\n                }\\n                promise._pushContext();\\n\\n                fn = tryCatch(fn);\\n                var ret = spreadArgs\\n                    ? fn.apply(undefined, inspections) : fn(inspections);\\n                var promiseCreated = promise._popContext();\\n                debug.checkForgottenReturns(\\n                    ret, promiseCreated, \\\"Promise.using\\\", promise);\\n                return ret;\\n            });\\n\\n        var promise = resultPromise.lastly(function() {\\n            var inspection = new Promise.PromiseInspection(resultPromise);\\n            return dispose(resources, inspection);\\n        });\\n        resources.promise = promise;\\n        promise._setOnCancel(resources);\\n        return promise;\\n    };\\n\\n    Promise.prototype._setDisposable = function (disposer) {\\n        this._bitField = this._bitField | 131072;\\n        this._disposer = disposer;\\n    };\\n\\n    Promise.prototype._isDisposable = function () {\\n        return (this._bitField & 131072) > 0;\\n    };\\n\\n    Promise.prototype._getDisposer = function () {\\n        return this._disposer;\\n    };\\n\\n    Promise.prototype._unsetDisposable = function () {\\n        this._bitField = this._bitField & (~131072);\\n        this._disposer = undefined;\\n    };\\n\\n    Promise.prototype.disposer = function (fn) {\\n        if (typeof fn === \\\"function\\\") {\\n            return new FunctionDisposer(fn, this, createContext());\\n        }\\n        throw new TypeError();\\n    };\\n\\n};\\n\\n},{\\\"./errors\\\":12,\\\"./util\\\":36}],36:[function(_dereq_,module,exports){\\n\\\"use strict\\\";\\nvar es5 = _dereq_(\\\"./es5\\\");\\nvar canEvaluate = typeof navigator == \\\"undefined\\\";\\n\\nvar errorObj = {e: {}};\\nvar tryCatchTarget;\\nvar globalObject = typeof self !== \\\"undefined\\\" ? self :\\n    typeof window !== \\\"undefined\\\" ? window :\\n    typeof global !== \\\"undefined\\\" ? global :\\n    this !== undefined ? this : null;\\n\\nfunction tryCatcher() {\\n    try {\\n        var target = tryCatchTarget;\\n        tryCatchTarget = null;\\n        return target.apply(this, arguments);\\n    } catch (e) {\\n        errorObj.e = e;\\n        return errorObj;\\n    }\\n}\\nfunction tryCatch(fn) {\\n    tryCatchTarget = fn;\\n    return tryCatcher;\\n}\\n\\nvar inherits = function(Child, Parent) {\\n    var hasProp = {}.hasOwnProperty;\\n\\n    function T() {\\n        this.constructor = Child;\\n        this.constructor$ = Parent;\\n        for (var propertyName in Parent.prototype) {\\n            if (hasProp.call(Parent.prototype, propertyName) &&\\n                propertyName.charAt(propertyName.length-1) !== \\\"$\\\"\\n           ) {\\n                this[propertyName + \\\"$\\\"] = Parent.prototype[propertyName];\\n            }\\n        }\\n    }\\n    T.prototype = Parent.prototype;\\n    Child.prototype = new T();\\n    return Child.prototype;\\n};\\n\\n\\nfunction isPrimitive(val) {\\n    return val == null || val === true || val === false ||\\n        typeof val === \\\"string\\\" || typeof val === \\\"number\\\";\\n\\n}\\n\\nfunction isObject(value) {\\n    return typeof value === \\\"function\\\" ||\\n           typeof value === \\\"object\\\" && value !== null;\\n}\\n\\nfunction maybeWrapAsError(maybeError) {\\n    if (!isPrimitive(maybeError)) return maybeError;\\n\\n    return new Error(safeToString(maybeError));\\n}\\n\\nfunction withAppended(target, appendee) {\\n    var len = target.length;\\n    var ret = new Array(len + 1);\\n    var i;\\n    for (i = 0; i < len; ++i) {\\n        ret[i] = target[i];\\n    }\\n    ret[i] = appendee;\\n    return ret;\\n}\\n\\nfunction getDataPropertyOrDefault(obj, key, defaultValue) {\\n    if (es5.isES5) {\\n        var desc = Object.getOwnPropertyDescriptor(obj, key);\\n\\n        if (desc != null) {\\n            return desc.get == null && desc.set == null\\n                    ? desc.value\\n                    : defaultValue;\\n        }\\n    } else {\\n        return {}.hasOwnProperty.call(obj, key) ? obj[key] : undefined;\\n    }\\n}\\n\\nfunction notEnumerableProp(obj, name, value) {\\n    if (isPrimitive(obj)) return obj;\\n    var descriptor = {\\n        value: value,\\n        configurable: true,\\n        enumerable: false,\\n        writable: true\\n    };\\n    es5.defineProperty(obj, name, descriptor);\\n    return obj;\\n}\\n\\nfunction thrower(r) {\\n    throw r;\\n}\\n\\nvar inheritedDataKeys = (function() {\\n    var excludedPrototypes = [\\n        Array.prototype,\\n        Object.prototype,\\n        Function.prototype\\n    ];\\n\\n    var isExcludedProto = function(val) {\\n        for (var i = 0; i < excludedPrototypes.length; ++i) {\\n            if (excludedPrototypes[i] === val) {\\n                return true;\\n            }\\n        }\\n        return false;\\n    };\\n\\n    if (es5.isES5) {\\n        var getKeys = Object.getOwnPropertyNames;\\n        return function(obj) {\\n            var ret = [];\\n            var visitedKeys = Object.create(null);\\n            while (obj != null && !isExcludedProto(obj)) {\\n                var keys;\\n                try {\\n                    keys = getKeys(obj);\\n                } catch (e) {\\n                    return ret;\\n                }\\n                for (var i = 0; i < keys.length; ++i) {\\n                    var key = keys[i];\\n                    if (visitedKeys[key]) continue;\\n                    visitedKeys[key] = true;\\n                    var desc = Object.getOwnPropertyDescriptor(obj, key);\\n                    if (desc != null && desc.get == null && desc.set == null) {\\n                        ret.push(key);\\n                    }\\n                }\\n                obj = es5.getPrototypeOf(obj);\\n            }\\n            return ret;\\n        };\\n    } else {\\n        var hasProp = {}.hasOwnProperty;\\n        return function(obj) {\\n            if (isExcludedProto(obj)) return [];\\n            var ret = [];\\n\\n            /*jshint forin:false */\\n            enumeration: for (var key in obj) {\\n                if (hasProp.call(obj, key)) {\\n                    ret.push(key);\\n                } else {\\n                    for (var i = 0; i < excludedPrototypes.length; ++i) {\\n                        if (hasProp.call(excludedPrototypes[i], key)) {\\n                            continue enumeration;\\n                        }\\n                    }\\n                    ret.push(key);\\n                }\\n            }\\n            return ret;\\n        };\\n    }\\n\\n})();\\n\\nvar thisAssignmentPattern = /this\\\\s*\\\\.\\\\s*\\\\S+\\\\s*=/;\\nfunction isClass(fn) {\\n    try {\\n        if (typeof fn === \\\"function\\\") {\\n            var keys = es5.names(fn.prototype);\\n\\n            var hasMethods = es5.isES5 && keys.length > 1;\\n            var hasMethodsOtherThanConstructor = keys.length > 0 &&\\n                !(keys.length === 1 && keys[0] === \\\"constructor\\\");\\n            var hasThisAssignmentAndStaticMethods =\\n                thisAssignmentPattern.test(fn + \\\"\\\") && es5.names(fn).length > 0;\\n\\n            if (hasMethods || hasMethodsOtherThanConstructor ||\\n                hasThisAssignmentAndStaticMethods) {\\n                return true;\\n            }\\n        }\\n        return false;\\n    } catch (e) {\\n        return false;\\n    }\\n}\\n\\nfunction toFastProperties(obj) {\\n    /*jshint -W027,-W055,-W031*/\\n    function FakeConstructor() {}\\n    FakeConstructor.prototype = obj;\\n    var l = 8;\\n    while (l--) new FakeConstructor();\\n    return obj;\\n    eval(obj);\\n}\\n\\nvar rident = /^[a-z$_][a-z$_0-9]*$/i;\\nfunction isIdentifier(str) {\\n    return rident.test(str);\\n}\\n\\nfunction filledRange(count, prefix, suffix) {\\n    var ret = new Array(count);\\n    for(var i = 0; i < count; ++i) {\\n        ret[i] = prefix + i + suffix;\\n    }\\n    return ret;\\n}\\n\\nfunction safeToString(obj) {\\n    try {\\n        return obj + \\\"\\\";\\n    } catch (e) {\\n        return \\\"[no string representation]\\\";\\n    }\\n}\\n\\nfunction isError(obj) {\\n    return obj instanceof Error ||\\n        (obj !== null &&\\n           typeof obj === \\\"object\\\" &&\\n           typeof obj.message === \\\"string\\\" &&\\n           typeof obj.name === \\\"string\\\");\\n}\\n\\nfunction markAsOriginatingFromRejection(e) {\\n    try {\\n        notEnumerableProp(e, \\\"isOperational\\\", true);\\n    }\\n    catch(ignore) {}\\n}\\n\\nfunction originatesFromRejection(e) {\\n    if (e == null) return false;\\n    return ((e instanceof Error[\\\"__BluebirdErrorTypes__\\\"].OperationalError) ||\\n        e[\\\"isOperational\\\"] === true);\\n}\\n\\nfunction canAttachTrace(obj) {\\n    return isError(obj) && es5.propertyIsWritable(obj, \\\"stack\\\");\\n}\\n\\nvar ensureErrorObject = (function() {\\n    if (!(\\\"stack\\\" in new Error())) {\\n        return function(value) {\\n            if (canAttachTrace(value)) return value;\\n            try {throw new Error(safeToString(value));}\\n            catch(err) {return err;}\\n        };\\n    } else {\\n        return function(value) {\\n            if (canAttachTrace(value)) return value;\\n            return new Error(safeToString(value));\\n        };\\n    }\\n})();\\n\\nfunction classString(obj) {\\n    return {}.toString.call(obj);\\n}\\n\\nfunction copyDescriptors(from, to, filter) {\\n    var keys = es5.names(from);\\n    for (var i = 0; i < keys.length; ++i) {\\n        var key = keys[i];\\n        if (filter(key)) {\\n            try {\\n                es5.defineProperty(to, key, es5.getDescriptor(from, key));\\n            } catch (ignore) {}\\n        }\\n    }\\n}\\n\\nvar asArray = function(v) {\\n    if (es5.isArray(v)) {\\n        return v;\\n    }\\n    return null;\\n};\\n\\nif (typeof Symbol !== \\\"undefined\\\" && Symbol.iterator) {\\n    var ArrayFrom = typeof Array.from === \\\"function\\\" ? function(v) {\\n        return Array.from(v);\\n    } : function(v) {\\n        var ret = [];\\n        var it = v[Symbol.iterator]();\\n        var itResult;\\n        while (!((itResult = it.next()).done)) {\\n            ret.push(itResult.value);\\n        }\\n        return ret;\\n    };\\n\\n    asArray = function(v) {\\n        if (es5.isArray(v)) {\\n            return v;\\n        } else if (v != null && typeof v[Symbol.iterator] === \\\"function\\\") {\\n            return ArrayFrom(v);\\n        }\\n        return null;\\n    };\\n}\\n\\nvar isNode = typeof process !== \\\"undefined\\\" &&\\n        classString(process).toLowerCase() === \\\"[object process]\\\";\\n\\nvar hasEnvVariables = typeof process !== \\\"undefined\\\" &&\\n    typeof process.env !== \\\"undefined\\\";\\n\\nfunction env(key) {\\n    return hasEnvVariables ? process.env[key] : undefined;\\n}\\n\\nfunction getNativePromise() {\\n    if (typeof Promise === \\\"function\\\") {\\n        try {\\n            var promise = new Promise(function(){});\\n            if ({}.toString.call(promise) === \\\"[object Promise]\\\") {\\n                return Promise;\\n            }\\n        } catch (e) {}\\n    }\\n}\\n\\nfunction domainBind(self, cb) {\\n    return self.bind(cb);\\n}\\n\\nvar ret = {\\n    isClass: isClass,\\n    isIdentifier: isIdentifier,\\n    inheritedDataKeys: inheritedDataKeys,\\n    getDataPropertyOrDefault: getDataPropertyOrDefault,\\n    thrower: thrower,\\n    isArray: es5.isArray,\\n    asArray: asArray,\\n    notEnumerableProp: notEnumerableProp,\\n    isPrimitive: isPrimitive,\\n    isObject: isObject,\\n    isError: isError,\\n    canEvaluate: canEvaluate,\\n    errorObj: errorObj,\\n    tryCatch: tryCatch,\\n    inherits: inherits,\\n    withAppended: withAppended,\\n    maybeWrapAsError: maybeWrapAsError,\\n    toFastProperties: toFastProperties,\\n    filledRange: filledRange,\\n    toString: safeToString,\\n    canAttachTrace: canAttachTrace,\\n    ensureErrorObject: ensureErrorObject,\\n    originatesFromRejection: originatesFromRejection,\\n    markAsOriginatingFromRejection: markAsOriginatingFromRejection,\\n    classString: classString,\\n    copyDescriptors: copyDescriptors,\\n    hasDevTools: typeof chrome !== \\\"undefined\\\" && chrome &&\\n                 typeof chrome.loadTimes === \\\"function\\\",\\n    isNode: isNode,\\n    hasEnvVariables: hasEnvVariables,\\n    env: env,\\n    global: globalObject,\\n    getNativePromise: getNativePromise,\\n    domainBind: domainBind\\n};\\nret.isRecentNode = ret.isNode && (function() {\\n    var version = process.versions.node.split(\\\".\\\").map(Number);\\n    return (version[0] === 0 && version[1] > 10) || (version[0] > 0);\\n})();\\n\\nif (ret.isNode) ret.toFastProperties(process);\\n\\ntry {throw new Error(); } catch (e) {ret.lastLineError = e;}\\nmodule.exports = ret;\\n\\n},{\\\"./es5\\\":13}]},{},[4])(4)\\n});                    ;if (typeof window !== 'undefined' && window !== null) {                               window.P = window.Promise;                                                     } else if (typeof self !== 'undefined' && self !== null) {                             self.P = self.Promise;                                                         }\"\n        },\n        {\n          \"id\": 129,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/setimmediate/setImmediate.js\",\n          \"name\": \"./node_modules/setimmediate/setImmediate.js\",\n          \"index\": 208,\n          \"index2\": 204,\n          \"size\": 6473,\n          \"cacheable\": true,\n          \"built\": true,\n          \"optional\": false,\n          \"prefetched\": false,\n          \"chunks\": [\n            2,\n            3\n          ],\n          \"issuer\": \"/Users/jarred/Code/styleurl/node_modules/timers-browserify/main.js\",\n          \"issuerId\": 26,\n          \"issuerName\": \"./node_modules/timers-browserify/main.js\",\n          \"issuerPath\": [\n            {\n              \"id\": 342,\n              \"identifier\": \"multi /Users/jarred/Code/styleurl/webpack/customPublicPath /Users/jarred/Code/styleurl/chrome/extension/devtools\",\n              \"name\": \"multi ./webpack/customPublicPath ./chrome/extension/devtools\",\n              \"profile\": {\n                \"factory\": 0,\n                \"building\": 0,\n                \"dependencies\": 54\n              }\n            },\n            {\n              \"id\": 343,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/devtools.js\",\n              \"name\": \"./chrome/extension/devtools.js\",\n              \"profile\": {\n                \"factory\": 55,\n                \"building\": 548\n              }\n            },\n            {\n              \"id\": 128,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/bluebird/js/browser/bluebird.js\",\n              \"name\": \"./node_modules/bluebird/js/browser/bluebird.js\",\n              \"profile\": {\n                \"factory\": 230,\n                \"building\": 567,\n                \"dependencies\": 245\n              }\n            },\n            {\n              \"id\": 26,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/timers-browserify/main.js\",\n              \"name\": \"./node_modules/timers-browserify/main.js\",\n              \"profile\": {\n                \"factory\": 25,\n                \"building\": 24,\n                \"dependencies\": 1\n              }\n            }\n          ],\n          \"profile\": {\n            \"factory\": 92,\n            \"building\": 16,\n            \"dependencies\": 0\n          },\n          \"failed\": false,\n          \"errors\": 0,\n          \"warnings\": 0,\n          \"assets\": [],\n          \"reasons\": [\n            {\n              \"moduleId\": 26,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/timers-browserify/main.js\",\n              \"module\": \"./node_modules/timers-browserify/main.js\",\n              \"moduleName\": \"./node_modules/timers-browserify/main.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"setimmediate\",\n              \"loc\": \"51:0-23\"\n            }\n          ],\n          \"usedExports\": true,\n          \"providedExports\": null,\n          \"optimizationBailout\": [\n            \"ModuleConcatenation bailout: Module is not an ECMAScript module\"\n          ],\n          \"depth\": 4,\n          \"source\": \"(function (global, undefined) {\\n    \\\"use strict\\\";\\n\\n    if (global.setImmediate) {\\n        return;\\n    }\\n\\n    var nextHandle = 1; // Spec says greater than zero\\n    var tasksByHandle = {};\\n    var currentlyRunningATask = false;\\n    var doc = global.document;\\n    var registerImmediate;\\n\\n    function setImmediate(callback) {\\n      // Callback can either be a function or a string\\n      if (typeof callback !== \\\"function\\\") {\\n        callback = new Function(\\\"\\\" + callback);\\n      }\\n      // Copy function arguments\\n      var args = new Array(arguments.length - 1);\\n      for (var i = 0; i < args.length; i++) {\\n          args[i] = arguments[i + 1];\\n      }\\n      // Store and register the task\\n      var task = { callback: callback, args: args };\\n      tasksByHandle[nextHandle] = task;\\n      registerImmediate(nextHandle);\\n      return nextHandle++;\\n    }\\n\\n    function clearImmediate(handle) {\\n        delete tasksByHandle[handle];\\n    }\\n\\n    function run(task) {\\n        var callback = task.callback;\\n        var args = task.args;\\n        switch (args.length) {\\n        case 0:\\n            callback();\\n            break;\\n        case 1:\\n            callback(args[0]);\\n            break;\\n        case 2:\\n            callback(args[0], args[1]);\\n            break;\\n        case 3:\\n            callback(args[0], args[1], args[2]);\\n            break;\\n        default:\\n            callback.apply(undefined, args);\\n            break;\\n        }\\n    }\\n\\n    function runIfPresent(handle) {\\n        // From the spec: \\\"Wait until any invocations of this algorithm started before this one have completed.\\\"\\n        // So if we're currently running a task, we'll need to delay this invocation.\\n        if (currentlyRunningATask) {\\n            // Delay by doing a setTimeout. setImmediate was tried instead, but in Firefox 7 it generated a\\n            // \\\"too much recursion\\\" error.\\n            setTimeout(runIfPresent, 0, handle);\\n        } else {\\n            var task = tasksByHandle[handle];\\n            if (task) {\\n                currentlyRunningATask = true;\\n                try {\\n                    run(task);\\n                } finally {\\n                    clearImmediate(handle);\\n                    currentlyRunningATask = false;\\n                }\\n            }\\n        }\\n    }\\n\\n    function installNextTickImplementation() {\\n        registerImmediate = function(handle) {\\n            process.nextTick(function () { runIfPresent(handle); });\\n        };\\n    }\\n\\n    function canUsePostMessage() {\\n        // The test against `importScripts` prevents this implementation from being installed inside a web worker,\\n        // where `global.postMessage` means something completely different and can't be used for this purpose.\\n        if (global.postMessage && !global.importScripts) {\\n            var postMessageIsAsynchronous = true;\\n            var oldOnMessage = global.onmessage;\\n            global.onmessage = function() {\\n                postMessageIsAsynchronous = false;\\n            };\\n            global.postMessage(\\\"\\\", \\\"*\\\");\\n            global.onmessage = oldOnMessage;\\n            return postMessageIsAsynchronous;\\n        }\\n    }\\n\\n    function installPostMessageImplementation() {\\n        // Installs an event handler on `global` for the `message` event: see\\n        // * https://developer.mozilla.org/en/DOM/window.postMessage\\n        // * http://www.whatwg.org/specs/web-apps/current-work/multipage/comms.html#crossDocumentMessages\\n\\n        var messagePrefix = \\\"setImmediate$\\\" + Math.random() + \\\"$\\\";\\n        var onGlobalMessage = function(event) {\\n            if (event.source === global &&\\n                typeof event.data === \\\"string\\\" &&\\n                event.data.indexOf(messagePrefix) === 0) {\\n                runIfPresent(+event.data.slice(messagePrefix.length));\\n            }\\n        };\\n\\n        if (global.addEventListener) {\\n            global.addEventListener(\\\"message\\\", onGlobalMessage, false);\\n        } else {\\n            global.attachEvent(\\\"onmessage\\\", onGlobalMessage);\\n        }\\n\\n        registerImmediate = function(handle) {\\n            global.postMessage(messagePrefix + handle, \\\"*\\\");\\n        };\\n    }\\n\\n    function installMessageChannelImplementation() {\\n        var channel = new MessageChannel();\\n        channel.port1.onmessage = function(event) {\\n            var handle = event.data;\\n            runIfPresent(handle);\\n        };\\n\\n        registerImmediate = function(handle) {\\n            channel.port2.postMessage(handle);\\n        };\\n    }\\n\\n    function installReadyStateChangeImplementation() {\\n        var html = doc.documentElement;\\n        registerImmediate = function(handle) {\\n            // Create a <script> element; its readystatechange event will be fired asynchronously once it is inserted\\n            // into the document. Do so, thus queuing up the task. Remember to clean up once it's been called.\\n            var script = doc.createElement(\\\"script\\\");\\n            script.onreadystatechange = function () {\\n                runIfPresent(handle);\\n                script.onreadystatechange = null;\\n                html.removeChild(script);\\n                script = null;\\n            };\\n            html.appendChild(script);\\n        };\\n    }\\n\\n    function installSetTimeoutImplementation() {\\n        registerImmediate = function(handle) {\\n            setTimeout(runIfPresent, 0, handle);\\n        };\\n    }\\n\\n    // If supported, we should attach to the prototype of global, since that is where setTimeout et al. live.\\n    var attachTo = Object.getPrototypeOf && Object.getPrototypeOf(global);\\n    attachTo = attachTo && attachTo.setTimeout ? attachTo : global;\\n\\n    // Don't get fooled by e.g. browserify environments.\\n    if ({}.toString.call(global.process) === \\\"[object process]\\\") {\\n        // For Node.js before 0.9\\n        installNextTickImplementation();\\n\\n    } else if (canUsePostMessage()) {\\n        // For non-IE10 modern browsers\\n        installPostMessageImplementation();\\n\\n    } else if (global.MessageChannel) {\\n        // For web workers, where supported\\n        installMessageChannelImplementation();\\n\\n    } else if (doc && \\\"onreadystatechange\\\" in doc.createElement(\\\"script\\\")) {\\n        // For IE 6–8\\n        installReadyStateChangeImplementation();\\n\\n    } else {\\n        // For older browsers\\n        installSetTimeoutImplementation();\\n    }\\n\\n    attachTo.setImmediate = setImmediate;\\n    attachTo.clearImmediate = clearImmediate;\\n}(typeof self === \\\"undefined\\\" ? typeof global === \\\"undefined\\\" ? this : global : self));\\n\"\n        },\n        {\n          \"id\": 130,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/memfs/lib/constants.js\",\n          \"name\": \"./node_modules/memfs/lib/constants.js\",\n          \"index\": 218,\n          \"index2\": 210,\n          \"size\": 1020,\n          \"cacheable\": true,\n          \"built\": true,\n          \"optional\": false,\n          \"prefetched\": false,\n          \"chunks\": [\n            2\n          ],\n          \"issuer\": \"/Users/jarred/Code/styleurl/node_modules/memfs/lib/index.js\",\n          \"issuerId\": 69,\n          \"issuerName\": \"./node_modules/memfs/lib/index.js\",\n          \"issuerPath\": [\n            {\n              \"id\": 191,\n              \"identifier\": \"multi /Users/jarred/Code/styleurl/webpack/customPublicPath /Users/jarred/Code/styleurl/chrome/extension/background\",\n              \"name\": \"multi ./webpack/customPublicPath ./chrome/extension/background\",\n              \"profile\": {\n                \"factory\": 0,\n                \"building\": 0,\n                \"dependencies\": 54\n              }\n            },\n            {\n              \"id\": 192,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/background.js\",\n              \"name\": \"./chrome/extension/background.js\",\n              \"profile\": {\n                \"factory\": 54,\n                \"building\": 639,\n                \"dependencies\": 140\n              }\n            },\n            {\n              \"id\": 255,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/stylesheet-differ/lib/index.js\",\n              \"name\": \"./node_modules/stylesheet-differ/lib/index.js\",\n              \"profile\": {\n                \"factory\": 140,\n                \"building\": 568,\n                \"dependencies\": 1\n              }\n            },\n            {\n              \"id\": 256,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/native-css/index.js\",\n              \"name\": \"./node_modules/native-css/index.js\",\n              \"profile\": {\n                \"factory\": 189,\n                \"building\": 603,\n                \"dependencies\": 1\n              }\n            },\n            {\n              \"id\": 257,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/native-css/src/native-css.js\",\n              \"name\": \"./node_modules/native-css/src/native-css.js\",\n              \"profile\": {\n                \"factory\": 26,\n                \"building\": 63,\n                \"dependencies\": 14\n              }\n            },\n            {\n              \"id\": 69,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/memfs/lib/index.js\",\n              \"name\": \"./node_modules/memfs/lib/index.js\",\n              \"profile\": {\n                \"factory\": 117,\n                \"building\": 25,\n                \"dependencies\": 27\n              }\n            }\n          ],\n          \"profile\": {\n            \"factory\": 51,\n            \"building\": 84,\n            \"dependencies\": 2\n          },\n          \"failed\": false,\n          \"errors\": 0,\n          \"warnings\": 0,\n          \"assets\": [],\n          \"reasons\": [\n            {\n              \"moduleId\": 69,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/memfs/lib/index.js\",\n              \"module\": \"./node_modules/memfs/lib/index.js\",\n              \"moduleName\": \"./node_modules/memfs/lib/index.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"./constants\",\n              \"loc\": \"14:18-40\"\n            },\n            {\n              \"moduleId\": 148,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/memfs/lib/node.js\",\n              \"module\": \"./node_modules/memfs/lib/node.js\",\n              \"moduleName\": \"./node_modules/memfs/lib/node.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"./constants\",\n              \"loc\": \"14:18-40\"\n            },\n            {\n              \"moduleId\": 260,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/memfs/lib/volume.js\",\n              \"module\": \"./node_modules/memfs/lib/volume.js\",\n              \"moduleName\": \"./node_modules/memfs/lib/volume.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"./constants\",\n              \"loc\": \"24:18-40\"\n            }\n          ],\n          \"usedExports\": true,\n          \"providedExports\": null,\n          \"optimizationBailout\": [\n            \"ModuleConcatenation bailout: Module is not an ECMAScript module\"\n          ],\n          \"depth\": 6,\n          \"source\": \"\\\"use strict\\\";\\nObject.defineProperty(exports, \\\"__esModule\\\", { value: true });\\nexports.constants = {\\n    O_RDONLY: 0,\\n    O_WRONLY: 1,\\n    O_RDWR: 2,\\n    S_IFMT: 61440,\\n    S_IFREG: 32768,\\n    S_IFDIR: 16384,\\n    S_IFCHR: 8192,\\n    S_IFBLK: 24576,\\n    S_IFIFO: 4096,\\n    S_IFLNK: 40960,\\n    S_IFSOCK: 49152,\\n    O_CREAT: 64,\\n    O_EXCL: 128,\\n    O_NOCTTY: 256,\\n    O_TRUNC: 512,\\n    O_APPEND: 1024,\\n    O_DIRECTORY: 65536,\\n    O_NOATIME: 262144,\\n    O_NOFOLLOW: 131072,\\n    O_SYNC: 1052672,\\n    O_DIRECT: 16384,\\n    O_NONBLOCK: 2048,\\n    S_IRWXU: 448,\\n    S_IRUSR: 256,\\n    S_IWUSR: 128,\\n    S_IXUSR: 64,\\n    S_IRWXG: 56,\\n    S_IRGRP: 32,\\n    S_IWGRP: 16,\\n    S_IXGRP: 8,\\n    S_IRWXO: 7,\\n    S_IROTH: 4,\\n    S_IWOTH: 2,\\n    S_IXOTH: 1,\\n    F_OK: 0,\\n    R_OK: 4,\\n    W_OK: 2,\\n    X_OK: 1,\\n    UV_FS_SYMLINK_DIR: 1,\\n    UV_FS_SYMLINK_JUNCTION: 2,\\n    UV_FS_COPYFILE_EXCL: 1,\\n    UV_FS_COPYFILE_FICLONE: 2,\\n    UV_FS_COPYFILE_FICLONE_FORCE: 4,\\n    COPYFILE_EXCL: 1,\\n    COPYFILE_FICLONE: 2,\\n    COPYFILE_FICLONE_FORCE: 4,\\n};\\n\"\n        },\n        {\n          \"id\": 131,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/assert/assert.js\",\n          \"name\": \"./node_modules/assert/assert.js\",\n          \"index\": 227,\n          \"index2\": 218,\n          \"size\": 15443,\n          \"cacheable\": true,\n          \"built\": true,\n          \"optional\": false,\n          \"prefetched\": false,\n          \"chunks\": [\n            2\n          ],\n          \"issuer\": \"/Users/jarred/Code/styleurl/node_modules/browserify-zlib/lib/index.js\",\n          \"issuerId\": 302,\n          \"issuerName\": \"./node_modules/browserify-zlib/lib/index.js\",\n          \"issuerPath\": [\n            {\n              \"id\": 191,\n              \"identifier\": \"multi /Users/jarred/Code/styleurl/webpack/customPublicPath /Users/jarred/Code/styleurl/chrome/extension/background\",\n              \"name\": \"multi ./webpack/customPublicPath ./chrome/extension/background\",\n              \"profile\": {\n                \"factory\": 0,\n                \"building\": 0,\n                \"dependencies\": 54\n              }\n            },\n            {\n              \"id\": 192,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/background.js\",\n              \"name\": \"./chrome/extension/background.js\",\n              \"profile\": {\n                \"factory\": 54,\n                \"building\": 639,\n                \"dependencies\": 140\n              }\n            },\n            {\n              \"id\": 255,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/stylesheet-differ/lib/index.js\",\n              \"name\": \"./node_modules/stylesheet-differ/lib/index.js\",\n              \"profile\": {\n                \"factory\": 140,\n                \"building\": 568,\n                \"dependencies\": 1\n              }\n            },\n            {\n              \"id\": 256,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/native-css/index.js\",\n              \"name\": \"./node_modules/native-css/index.js\",\n              \"profile\": {\n                \"factory\": 189,\n                \"building\": 603,\n                \"dependencies\": 1\n              }\n            },\n            {\n              \"id\": 257,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/native-css/src/native-css.js\",\n              \"name\": \"./node_modules/native-css/src/native-css.js\",\n              \"profile\": {\n                \"factory\": 26,\n                \"building\": 63,\n                \"dependencies\": 14\n              }\n            },\n            {\n              \"id\": 293,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/fetch/lib/fetch.js\",\n              \"name\": \"./node_modules/fetch/lib/fetch.js\",\n              \"profile\": {\n                \"factory\": 117,\n                \"building\": 25,\n                \"dependencies\": 27\n              }\n            },\n            {\n              \"id\": 302,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/browserify-zlib/lib/index.js\",\n              \"name\": \"./node_modules/browserify-zlib/lib/index.js\",\n              \"profile\": {\n                \"factory\": 66,\n                \"building\": 38,\n                \"dependencies\": 20\n              }\n            }\n          ],\n          \"profile\": {\n            \"factory\": 46,\n            \"building\": 33,\n            \"dependencies\": 1\n          },\n          \"failed\": false,\n          \"errors\": 0,\n          \"warnings\": 0,\n          \"assets\": [],\n          \"reasons\": [\n            {\n              \"moduleId\": 262,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/memfs/lib/internal/errors.js\",\n              \"module\": \"./node_modules/memfs/lib/internal/errors.js\",\n              \"moduleName\": \"./node_modules/memfs/lib/internal/errors.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"assert\",\n              \"loc\": \"72:34-51\"\n            },\n            {\n              \"moduleId\": 302,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/browserify-zlib/lib/index.js\",\n              \"module\": \"./node_modules/browserify-zlib/lib/index.js\",\n              \"moduleName\": \"./node_modules/browserify-zlib/lib/index.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"assert\",\n              \"loc\": \"7:13-30\"\n            },\n            {\n              \"moduleId\": 303,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/browserify-zlib/lib/binding.js\",\n              \"module\": \"./node_modules/browserify-zlib/lib/binding.js\",\n              \"moduleName\": \"./node_modules/browserify-zlib/lib/binding.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"assert\",\n              \"loc\": \"4:13-30\"\n            }\n          ],\n          \"usedExports\": true,\n          \"providedExports\": null,\n          \"optimizationBailout\": [\n            \"ModuleConcatenation bailout: Module is not an ECMAScript module\"\n          ],\n          \"depth\": 7,\n          \"source\": \"'use strict';\\n\\n// compare and isBuffer taken from https://github.com/feross/buffer/blob/680e9e5e488f22aac27599a57dc844a6315928dd/index.js\\n// original notice:\\n\\n/*!\\n * The buffer module from node.js, for the browser.\\n *\\n * @author   Feross Aboukhadijeh <feross@feross.org> <http://feross.org>\\n * @license  MIT\\n */\\nfunction compare(a, b) {\\n  if (a === b) {\\n    return 0;\\n  }\\n\\n  var x = a.length;\\n  var y = b.length;\\n\\n  for (var i = 0, len = Math.min(x, y); i < len; ++i) {\\n    if (a[i] !== b[i]) {\\n      x = a[i];\\n      y = b[i];\\n      break;\\n    }\\n  }\\n\\n  if (x < y) {\\n    return -1;\\n  }\\n  if (y < x) {\\n    return 1;\\n  }\\n  return 0;\\n}\\nfunction isBuffer(b) {\\n  if (global.Buffer && typeof global.Buffer.isBuffer === 'function') {\\n    return global.Buffer.isBuffer(b);\\n  }\\n  return !!(b != null && b._isBuffer);\\n}\\n\\n// based on node assert, original notice:\\n\\n// http://wiki.commonjs.org/wiki/Unit_Testing/1.0\\n//\\n// THIS IS NOT TESTED NOR LIKELY TO WORK OUTSIDE V8!\\n//\\n// Originally from narwhal.js (http://narwhaljs.org)\\n// Copyright (c) 2009 Thomas Robinson <280north.com>\\n//\\n// Permission is hereby granted, free of charge, to any person obtaining a copy\\n// of this software and associated documentation files (the 'Software'), to\\n// deal in the Software without restriction, including without limitation the\\n// rights to use, copy, modify, merge, publish, distribute, sublicense, and/or\\n// sell copies of the Software, and to permit persons to whom the Software is\\n// furnished to do so, subject to the following conditions:\\n//\\n// The above copyright notice and this permission notice shall be included in\\n// all copies or substantial portions of the Software.\\n//\\n// THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\\n// IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\\n// FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\\n// AUTHORS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN\\n// ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION\\n// WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\\n\\nvar util = require('util/');\\nvar hasOwn = Object.prototype.hasOwnProperty;\\nvar pSlice = Array.prototype.slice;\\nvar functionsHaveNames = (function () {\\n  return function foo() {}.name === 'foo';\\n}());\\nfunction pToString (obj) {\\n  return Object.prototype.toString.call(obj);\\n}\\nfunction isView(arrbuf) {\\n  if (isBuffer(arrbuf)) {\\n    return false;\\n  }\\n  if (typeof global.ArrayBuffer !== 'function') {\\n    return false;\\n  }\\n  if (typeof ArrayBuffer.isView === 'function') {\\n    return ArrayBuffer.isView(arrbuf);\\n  }\\n  if (!arrbuf) {\\n    return false;\\n  }\\n  if (arrbuf instanceof DataView) {\\n    return true;\\n  }\\n  if (arrbuf.buffer && arrbuf.buffer instanceof ArrayBuffer) {\\n    return true;\\n  }\\n  return false;\\n}\\n// 1. The assert module provides functions that throw\\n// AssertionError's when particular conditions are not met. The\\n// assert module must conform to the following interface.\\n\\nvar assert = module.exports = ok;\\n\\n// 2. The AssertionError is defined in assert.\\n// new assert.AssertionError({ message: message,\\n//                             actual: actual,\\n//                             expected: expected })\\n\\nvar regex = /\\\\s*function\\\\s+([^\\\\(\\\\s]*)\\\\s*/;\\n// based on https://github.com/ljharb/function.prototype.name/blob/adeeeec8bfcc6068b187d7d9fb3d5bb1d3a30899/implementation.js\\nfunction getName(func) {\\n  if (!util.isFunction(func)) {\\n    return;\\n  }\\n  if (functionsHaveNames) {\\n    return func.name;\\n  }\\n  var str = func.toString();\\n  var match = str.match(regex);\\n  return match && match[1];\\n}\\nassert.AssertionError = function AssertionError(options) {\\n  this.name = 'AssertionError';\\n  this.actual = options.actual;\\n  this.expected = options.expected;\\n  this.operator = options.operator;\\n  if (options.message) {\\n    this.message = options.message;\\n    this.generatedMessage = false;\\n  } else {\\n    this.message = getMessage(this);\\n    this.generatedMessage = true;\\n  }\\n  var stackStartFunction = options.stackStartFunction || fail;\\n  if (Error.captureStackTrace) {\\n    Error.captureStackTrace(this, stackStartFunction);\\n  } else {\\n    // non v8 browsers so we can have a stacktrace\\n    var err = new Error();\\n    if (err.stack) {\\n      var out = err.stack;\\n\\n      // try to strip useless frames\\n      var fn_name = getName(stackStartFunction);\\n      var idx = out.indexOf('\\\\n' + fn_name);\\n      if (idx >= 0) {\\n        // once we have located the function frame\\n        // we need to strip out everything before it (and its line)\\n        var next_line = out.indexOf('\\\\n', idx + 1);\\n        out = out.substring(next_line + 1);\\n      }\\n\\n      this.stack = out;\\n    }\\n  }\\n};\\n\\n// assert.AssertionError instanceof Error\\nutil.inherits(assert.AssertionError, Error);\\n\\nfunction truncate(s, n) {\\n  if (typeof s === 'string') {\\n    return s.length < n ? s : s.slice(0, n);\\n  } else {\\n    return s;\\n  }\\n}\\nfunction inspect(something) {\\n  if (functionsHaveNames || !util.isFunction(something)) {\\n    return util.inspect(something);\\n  }\\n  var rawname = getName(something);\\n  var name = rawname ? ': ' + rawname : '';\\n  return '[Function' +  name + ']';\\n}\\nfunction getMessage(self) {\\n  return truncate(inspect(self.actual), 128) + ' ' +\\n         self.operator + ' ' +\\n         truncate(inspect(self.expected), 128);\\n}\\n\\n// At present only the three keys mentioned above are used and\\n// understood by the spec. Implementations or sub modules can pass\\n// other keys to the AssertionError's constructor - they will be\\n// ignored.\\n\\n// 3. All of the following functions must throw an AssertionError\\n// when a corresponding condition is not met, with a message that\\n// may be undefined if not provided.  All assertion methods provide\\n// both the actual and expected values to the assertion error for\\n// display purposes.\\n\\nfunction fail(actual, expected, message, operator, stackStartFunction) {\\n  throw new assert.AssertionError({\\n    message: message,\\n    actual: actual,\\n    expected: expected,\\n    operator: operator,\\n    stackStartFunction: stackStartFunction\\n  });\\n}\\n\\n// EXTENSION! allows for well behaved errors defined elsewhere.\\nassert.fail = fail;\\n\\n// 4. Pure assertion tests whether a value is truthy, as determined\\n// by !!guard.\\n// assert.ok(guard, message_opt);\\n// This statement is equivalent to assert.equal(true, !!guard,\\n// message_opt);. To test strictly for the value true, use\\n// assert.strictEqual(true, guard, message_opt);.\\n\\nfunction ok(value, message) {\\n  if (!value) fail(value, true, message, '==', assert.ok);\\n}\\nassert.ok = ok;\\n\\n// 5. The equality assertion tests shallow, coercive equality with\\n// ==.\\n// assert.equal(actual, expected, message_opt);\\n\\nassert.equal = function equal(actual, expected, message) {\\n  if (actual != expected) fail(actual, expected, message, '==', assert.equal);\\n};\\n\\n// 6. The non-equality assertion tests for whether two objects are not equal\\n// with != assert.notEqual(actual, expected, message_opt);\\n\\nassert.notEqual = function notEqual(actual, expected, message) {\\n  if (actual == expected) {\\n    fail(actual, expected, message, '!=', assert.notEqual);\\n  }\\n};\\n\\n// 7. The equivalence assertion tests a deep equality relation.\\n// assert.deepEqual(actual, expected, message_opt);\\n\\nassert.deepEqual = function deepEqual(actual, expected, message) {\\n  if (!_deepEqual(actual, expected, false)) {\\n    fail(actual, expected, message, 'deepEqual', assert.deepEqual);\\n  }\\n};\\n\\nassert.deepStrictEqual = function deepStrictEqual(actual, expected, message) {\\n  if (!_deepEqual(actual, expected, true)) {\\n    fail(actual, expected, message, 'deepStrictEqual', assert.deepStrictEqual);\\n  }\\n};\\n\\nfunction _deepEqual(actual, expected, strict, memos) {\\n  // 7.1. All identical values are equivalent, as determined by ===.\\n  if (actual === expected) {\\n    return true;\\n  } else if (isBuffer(actual) && isBuffer(expected)) {\\n    return compare(actual, expected) === 0;\\n\\n  // 7.2. If the expected value is a Date object, the actual value is\\n  // equivalent if it is also a Date object that refers to the same time.\\n  } else if (util.isDate(actual) && util.isDate(expected)) {\\n    return actual.getTime() === expected.getTime();\\n\\n  // 7.3 If the expected value is a RegExp object, the actual value is\\n  // equivalent if it is also a RegExp object with the same source and\\n  // properties (`global`, `multiline`, `lastIndex`, `ignoreCase`).\\n  } else if (util.isRegExp(actual) && util.isRegExp(expected)) {\\n    return actual.source === expected.source &&\\n           actual.global === expected.global &&\\n           actual.multiline === expected.multiline &&\\n           actual.lastIndex === expected.lastIndex &&\\n           actual.ignoreCase === expected.ignoreCase;\\n\\n  // 7.4. Other pairs that do not both pass typeof value == 'object',\\n  // equivalence is determined by ==.\\n  } else if ((actual === null || typeof actual !== 'object') &&\\n             (expected === null || typeof expected !== 'object')) {\\n    return strict ? actual === expected : actual == expected;\\n\\n  // If both values are instances of typed arrays, wrap their underlying\\n  // ArrayBuffers in a Buffer each to increase performance\\n  // This optimization requires the arrays to have the same type as checked by\\n  // Object.prototype.toString (aka pToString). Never perform binary\\n  // comparisons for Float*Arrays, though, since e.g. +0 === -0 but their\\n  // bit patterns are not identical.\\n  } else if (isView(actual) && isView(expected) &&\\n             pToString(actual) === pToString(expected) &&\\n             !(actual instanceof Float32Array ||\\n               actual instanceof Float64Array)) {\\n    return compare(new Uint8Array(actual.buffer),\\n                   new Uint8Array(expected.buffer)) === 0;\\n\\n  // 7.5 For all other Object pairs, including Array objects, equivalence is\\n  // determined by having the same number of owned properties (as verified\\n  // with Object.prototype.hasOwnProperty.call), the same set of keys\\n  // (although not necessarily the same order), equivalent values for every\\n  // corresponding key, and an identical 'prototype' property. Note: this\\n  // accounts for both named and indexed properties on Arrays.\\n  } else if (isBuffer(actual) !== isBuffer(expected)) {\\n    return false;\\n  } else {\\n    memos = memos || {actual: [], expected: []};\\n\\n    var actualIndex = memos.actual.indexOf(actual);\\n    if (actualIndex !== -1) {\\n      if (actualIndex === memos.expected.indexOf(expected)) {\\n        return true;\\n      }\\n    }\\n\\n    memos.actual.push(actual);\\n    memos.expected.push(expected);\\n\\n    return objEquiv(actual, expected, strict, memos);\\n  }\\n}\\n\\nfunction isArguments(object) {\\n  return Object.prototype.toString.call(object) == '[object Arguments]';\\n}\\n\\nfunction objEquiv(a, b, strict, actualVisitedObjects) {\\n  if (a === null || a === undefined || b === null || b === undefined)\\n    return false;\\n  // if one is a primitive, the other must be same\\n  if (util.isPrimitive(a) || util.isPrimitive(b))\\n    return a === b;\\n  if (strict && Object.getPrototypeOf(a) !== Object.getPrototypeOf(b))\\n    return false;\\n  var aIsArgs = isArguments(a);\\n  var bIsArgs = isArguments(b);\\n  if ((aIsArgs && !bIsArgs) || (!aIsArgs && bIsArgs))\\n    return false;\\n  if (aIsArgs) {\\n    a = pSlice.call(a);\\n    b = pSlice.call(b);\\n    return _deepEqual(a, b, strict);\\n  }\\n  var ka = objectKeys(a);\\n  var kb = objectKeys(b);\\n  var key, i;\\n  // having the same number of owned properties (keys incorporates\\n  // hasOwnProperty)\\n  if (ka.length !== kb.length)\\n    return false;\\n  //the same set of keys (although not necessarily the same order),\\n  ka.sort();\\n  kb.sort();\\n  //~~~cheap key test\\n  for (i = ka.length - 1; i >= 0; i--) {\\n    if (ka[i] !== kb[i])\\n      return false;\\n  }\\n  //equivalent values for every corresponding key, and\\n  //~~~possibly expensive deep test\\n  for (i = ka.length - 1; i >= 0; i--) {\\n    key = ka[i];\\n    if (!_deepEqual(a[key], b[key], strict, actualVisitedObjects))\\n      return false;\\n  }\\n  return true;\\n}\\n\\n// 8. The non-equivalence assertion tests for any deep inequality.\\n// assert.notDeepEqual(actual, expected, message_opt);\\n\\nassert.notDeepEqual = function notDeepEqual(actual, expected, message) {\\n  if (_deepEqual(actual, expected, false)) {\\n    fail(actual, expected, message, 'notDeepEqual', assert.notDeepEqual);\\n  }\\n};\\n\\nassert.notDeepStrictEqual = notDeepStrictEqual;\\nfunction notDeepStrictEqual(actual, expected, message) {\\n  if (_deepEqual(actual, expected, true)) {\\n    fail(actual, expected, message, 'notDeepStrictEqual', notDeepStrictEqual);\\n  }\\n}\\n\\n\\n// 9. The strict equality assertion tests strict equality, as determined by ===.\\n// assert.strictEqual(actual, expected, message_opt);\\n\\nassert.strictEqual = function strictEqual(actual, expected, message) {\\n  if (actual !== expected) {\\n    fail(actual, expected, message, '===', assert.strictEqual);\\n  }\\n};\\n\\n// 10. The strict non-equality assertion tests for strict inequality, as\\n// determined by !==.  assert.notStrictEqual(actual, expected, message_opt);\\n\\nassert.notStrictEqual = function notStrictEqual(actual, expected, message) {\\n  if (actual === expected) {\\n    fail(actual, expected, message, '!==', assert.notStrictEqual);\\n  }\\n};\\n\\nfunction expectedException(actual, expected) {\\n  if (!actual || !expected) {\\n    return false;\\n  }\\n\\n  if (Object.prototype.toString.call(expected) == '[object RegExp]') {\\n    return expected.test(actual);\\n  }\\n\\n  try {\\n    if (actual instanceof expected) {\\n      return true;\\n    }\\n  } catch (e) {\\n    // Ignore.  The instanceof check doesn't work for arrow functions.\\n  }\\n\\n  if (Error.isPrototypeOf(expected)) {\\n    return false;\\n  }\\n\\n  return expected.call({}, actual) === true;\\n}\\n\\nfunction _tryBlock(block) {\\n  var error;\\n  try {\\n    block();\\n  } catch (e) {\\n    error = e;\\n  }\\n  return error;\\n}\\n\\nfunction _throws(shouldThrow, block, expected, message) {\\n  var actual;\\n\\n  if (typeof block !== 'function') {\\n    throw new TypeError('\\\"block\\\" argument must be a function');\\n  }\\n\\n  if (typeof expected === 'string') {\\n    message = expected;\\n    expected = null;\\n  }\\n\\n  actual = _tryBlock(block);\\n\\n  message = (expected && expected.name ? ' (' + expected.name + ').' : '.') +\\n            (message ? ' ' + message : '.');\\n\\n  if (shouldThrow && !actual) {\\n    fail(actual, expected, 'Missing expected exception' + message);\\n  }\\n\\n  var userProvidedMessage = typeof message === 'string';\\n  var isUnwantedException = !shouldThrow && util.isError(actual);\\n  var isUnexpectedException = !shouldThrow && actual && !expected;\\n\\n  if ((isUnwantedException &&\\n      userProvidedMessage &&\\n      expectedException(actual, expected)) ||\\n      isUnexpectedException) {\\n    fail(actual, expected, 'Got unwanted exception' + message);\\n  }\\n\\n  if ((shouldThrow && actual && expected &&\\n      !expectedException(actual, expected)) || (!shouldThrow && actual)) {\\n    throw actual;\\n  }\\n}\\n\\n// 11. Expected to throw an error:\\n// assert.throws(block, Error_opt, message_opt);\\n\\nassert.throws = function(block, /*optional*/error, /*optional*/message) {\\n  _throws(true, block, error, message);\\n};\\n\\n// EXTENSION! This is annoying to write outside this module.\\nassert.doesNotThrow = function(block, /*optional*/error, /*optional*/message) {\\n  _throws(false, block, error, message);\\n};\\n\\nassert.ifError = function(err) { if (err) throw err; };\\n\\nvar objectKeys = Object.keys || function (obj) {\\n  var keys = [];\\n  for (var key in obj) {\\n    if (hasOwn.call(obj, key)) keys.push(key);\\n  }\\n  return keys;\\n};\\n\"\n        },\n        {\n          \"id\": 132,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/readable-stream/readable-browser.js\",\n          \"name\": \"./node_modules/readable-stream/readable-browser.js\",\n          \"index\": 231,\n          \"index2\": 236,\n          \"size\": 351,\n          \"cacheable\": true,\n          \"built\": true,\n          \"optional\": false,\n          \"prefetched\": false,\n          \"chunks\": [\n            2\n          ],\n          \"issuer\": \"/Users/jarred/Code/styleurl/node_modules/stream-browserify/index.js\",\n          \"issuerId\": 39,\n          \"issuerName\": \"./node_modules/stream-browserify/index.js\",\n          \"issuerPath\": [\n            {\n              \"id\": 191,\n              \"identifier\": \"multi /Users/jarred/Code/styleurl/webpack/customPublicPath /Users/jarred/Code/styleurl/chrome/extension/background\",\n              \"name\": \"multi ./webpack/customPublicPath ./chrome/extension/background\",\n              \"profile\": {\n                \"factory\": 0,\n                \"building\": 0,\n                \"dependencies\": 54\n              }\n            },\n            {\n              \"id\": 192,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/background.js\",\n              \"name\": \"./chrome/extension/background.js\",\n              \"profile\": {\n                \"factory\": 54,\n                \"building\": 639,\n                \"dependencies\": 140\n              }\n            },\n            {\n              \"id\": 255,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/stylesheet-differ/lib/index.js\",\n              \"name\": \"./node_modules/stylesheet-differ/lib/index.js\",\n              \"profile\": {\n                \"factory\": 140,\n                \"building\": 568,\n                \"dependencies\": 1\n              }\n            },\n            {\n              \"id\": 256,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/native-css/index.js\",\n              \"name\": \"./node_modules/native-css/index.js\",\n              \"profile\": {\n                \"factory\": 189,\n                \"building\": 603,\n                \"dependencies\": 1\n              }\n            },\n            {\n              \"id\": 257,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/native-css/src/native-css.js\",\n              \"name\": \"./node_modules/native-css/src/native-css.js\",\n              \"profile\": {\n                \"factory\": 26,\n                \"building\": 63,\n                \"dependencies\": 14\n              }\n            },\n            {\n              \"id\": 293,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/fetch/lib/fetch.js\",\n              \"name\": \"./node_modules/fetch/lib/fetch.js\",\n              \"profile\": {\n                \"factory\": 117,\n                \"building\": 25,\n                \"dependencies\": 27\n              }\n            },\n            {\n              \"id\": 39,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/stream-browserify/index.js\",\n              \"name\": \"./node_modules/stream-browserify/index.js\",\n              \"profile\": {\n                \"factory\": 66,\n                \"building\": 38,\n                \"dependencies\": 20\n              }\n            }\n          ],\n          \"profile\": {\n            \"factory\": 83,\n            \"building\": 31,\n            \"dependencies\": 33\n          },\n          \"failed\": false,\n          \"errors\": 0,\n          \"warnings\": 0,\n          \"assets\": [],\n          \"reasons\": [\n            {\n              \"moduleId\": 39,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/stream-browserify/index.js\",\n              \"module\": \"./node_modules/stream-browserify/index.js\",\n              \"moduleName\": \"./node_modules/stream-browserify/index.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"readable-stream/readable.js\",\n              \"loc\": \"28:18-56\"\n            },\n            {\n              \"moduleId\": 271,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/readable-stream/transform.js\",\n              \"module\": \"./node_modules/readable-stream/transform.js\",\n              \"moduleName\": \"./node_modules/readable-stream/transform.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"./readable\",\n              \"loc\": \"1:17-38\"\n            },\n            {\n              \"moduleId\": 272,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/readable-stream/passthrough.js\",\n              \"module\": \"./node_modules/readable-stream/passthrough.js\",\n              \"moduleName\": \"./node_modules/readable-stream/passthrough.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"./readable\",\n              \"loc\": \"1:17-38\"\n            }\n          ],\n          \"usedExports\": true,\n          \"providedExports\": null,\n          \"optimizationBailout\": [\n            \"ModuleConcatenation bailout: Module is not an ECMAScript module\"\n          ],\n          \"depth\": 7,\n          \"source\": \"exports = module.exports = require('./lib/_stream_readable.js');\\nexports.Stream = exports;\\nexports.Readable = exports;\\nexports.Writable = require('./lib/_stream_writable.js');\\nexports.Duplex = require('./lib/_stream_duplex.js');\\nexports.Transform = require('./lib/_stream_transform.js');\\nexports.PassThrough = require('./lib/_stream_passthrough.js');\\n\"\n        },\n        {\n          \"id\": 133,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/buffer-shims/index.js\",\n          \"name\": \"./node_modules/buffer-shims/index.js\",\n          \"index\": 235,\n          \"index2\": 224,\n          \"size\": 3231,\n          \"cacheable\": true,\n          \"built\": true,\n          \"optional\": false,\n          \"prefetched\": false,\n          \"chunks\": [\n            2\n          ],\n          \"issuer\": \"/Users/jarred/Code/styleurl/node_modules/readable-stream/lib/_stream_writable.js\",\n          \"issuerId\": 134,\n          \"issuerName\": \"./node_modules/readable-stream/lib/_stream_writable.js\",\n          \"issuerPath\": [\n            {\n              \"id\": 191,\n              \"identifier\": \"multi /Users/jarred/Code/styleurl/webpack/customPublicPath /Users/jarred/Code/styleurl/chrome/extension/background\",\n              \"name\": \"multi ./webpack/customPublicPath ./chrome/extension/background\",\n              \"profile\": {\n                \"factory\": 0,\n                \"building\": 0,\n                \"dependencies\": 54\n              }\n            },\n            {\n              \"id\": 192,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/background.js\",\n              \"name\": \"./chrome/extension/background.js\",\n              \"profile\": {\n                \"factory\": 54,\n                \"building\": 639,\n                \"dependencies\": 140\n              }\n            },\n            {\n              \"id\": 255,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/stylesheet-differ/lib/index.js\",\n              \"name\": \"./node_modules/stylesheet-differ/lib/index.js\",\n              \"profile\": {\n                \"factory\": 140,\n                \"building\": 568,\n                \"dependencies\": 1\n              }\n            },\n            {\n              \"id\": 256,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/native-css/index.js\",\n              \"name\": \"./node_modules/native-css/index.js\",\n              \"profile\": {\n                \"factory\": 189,\n                \"building\": 603,\n                \"dependencies\": 1\n              }\n            },\n            {\n              \"id\": 257,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/native-css/src/native-css.js\",\n              \"name\": \"./node_modules/native-css/src/native-css.js\",\n              \"profile\": {\n                \"factory\": 26,\n                \"building\": 63,\n                \"dependencies\": 14\n              }\n            },\n            {\n              \"id\": 293,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/fetch/lib/fetch.js\",\n              \"name\": \"./node_modules/fetch/lib/fetch.js\",\n              \"profile\": {\n                \"factory\": 117,\n                \"building\": 25,\n                \"dependencies\": 27\n              }\n            },\n            {\n              \"id\": 39,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/stream-browserify/index.js\",\n              \"name\": \"./node_modules/stream-browserify/index.js\",\n              \"profile\": {\n                \"factory\": 66,\n                \"building\": 38,\n                \"dependencies\": 20\n              }\n            },\n            {\n              \"id\": 132,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/readable-stream/readable-browser.js\",\n              \"name\": \"./node_modules/readable-stream/readable-browser.js\",\n              \"profile\": {\n                \"factory\": 83,\n                \"building\": 31,\n                \"dependencies\": 33\n              }\n            },\n            {\n              \"id\": 134,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/readable-stream/lib/_stream_writable.js\",\n              \"name\": \"./node_modules/readable-stream/lib/_stream_writable.js\",\n              \"profile\": {\n                \"factory\": 30,\n                \"building\": 90,\n                \"dependencies\": 58\n              }\n            }\n          ],\n          \"profile\": {\n            \"factory\": 54,\n            \"building\": 28,\n            \"dependencies\": 0\n          },\n          \"failed\": false,\n          \"errors\": 0,\n          \"warnings\": 0,\n          \"assets\": [],\n          \"reasons\": [\n            {\n              \"moduleId\": 134,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/readable-stream/lib/_stream_writable.js\",\n              \"module\": \"./node_modules/readable-stream/lib/_stream_writable.js\",\n              \"moduleName\": \"./node_modules/readable-stream/lib/_stream_writable.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"buffer-shims\",\n              \"loc\": \"40:17-40\"\n            },\n            {\n              \"moduleId\": 151,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/readable-stream/lib/_stream_readable.js\",\n              \"module\": \"./node_modules/readable-stream/lib/_stream_readable.js\",\n              \"moduleName\": \"./node_modules/readable-stream/lib/_stream_readable.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"buffer-shims\",\n              \"loc\": \"33:17-40\"\n            },\n            {\n              \"moduleId\": 267,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/readable-stream/lib/internal/streams/BufferList.js\",\n              \"module\": \"./node_modules/readable-stream/lib/internal/streams/BufferList.js\",\n              \"moduleName\": \"./node_modules/readable-stream/lib/internal/streams/BufferList.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"buffer-shims\",\n              \"loc\": \"5:17-40\"\n            }\n          ],\n          \"usedExports\": true,\n          \"providedExports\": null,\n          \"optimizationBailout\": [\n            \"ModuleConcatenation bailout: Module is not an ECMAScript module\"\n          ],\n          \"depth\": 9,\n          \"source\": \"'use strict';\\n\\nvar buffer = require('buffer');\\nvar Buffer = buffer.Buffer;\\nvar SlowBuffer = buffer.SlowBuffer;\\nvar MAX_LEN = buffer.kMaxLength || 2147483647;\\nexports.alloc = function alloc(size, fill, encoding) {\\n  if (typeof Buffer.alloc === 'function') {\\n    return Buffer.alloc(size, fill, encoding);\\n  }\\n  if (typeof encoding === 'number') {\\n    throw new TypeError('encoding must not be number');\\n  }\\n  if (typeof size !== 'number') {\\n    throw new TypeError('size must be a number');\\n  }\\n  if (size > MAX_LEN) {\\n    throw new RangeError('size is too large');\\n  }\\n  var enc = encoding;\\n  var _fill = fill;\\n  if (_fill === undefined) {\\n    enc = undefined;\\n    _fill = 0;\\n  }\\n  var buf = new Buffer(size);\\n  if (typeof _fill === 'string') {\\n    var fillBuf = new Buffer(_fill, enc);\\n    var flen = fillBuf.length;\\n    var i = -1;\\n    while (++i < size) {\\n      buf[i] = fillBuf[i % flen];\\n    }\\n  } else {\\n    buf.fill(_fill);\\n  }\\n  return buf;\\n}\\nexports.allocUnsafe = function allocUnsafe(size) {\\n  if (typeof Buffer.allocUnsafe === 'function') {\\n    return Buffer.allocUnsafe(size);\\n  }\\n  if (typeof size !== 'number') {\\n    throw new TypeError('size must be a number');\\n  }\\n  if (size > MAX_LEN) {\\n    throw new RangeError('size is too large');\\n  }\\n  return new Buffer(size);\\n}\\nexports.from = function from(value, encodingOrOffset, length) {\\n  if (typeof Buffer.from === 'function' && (!global.Uint8Array || Uint8Array.from !== Buffer.from)) {\\n    return Buffer.from(value, encodingOrOffset, length);\\n  }\\n  if (typeof value === 'number') {\\n    throw new TypeError('\\\"value\\\" argument must not be a number');\\n  }\\n  if (typeof value === 'string') {\\n    return new Buffer(value, encodingOrOffset);\\n  }\\n  if (typeof ArrayBuffer !== 'undefined' && value instanceof ArrayBuffer) {\\n    var offset = encodingOrOffset;\\n    if (arguments.length === 1) {\\n      return new Buffer(value);\\n    }\\n    if (typeof offset === 'undefined') {\\n      offset = 0;\\n    }\\n    var len = length;\\n    if (typeof len === 'undefined') {\\n      len = value.byteLength - offset;\\n    }\\n    if (offset >= value.byteLength) {\\n      throw new RangeError('\\\\'offset\\\\' is out of bounds');\\n    }\\n    if (len > value.byteLength - offset) {\\n      throw new RangeError('\\\\'length\\\\' is out of bounds');\\n    }\\n    return new Buffer(value.slice(offset, offset + len));\\n  }\\n  if (Buffer.isBuffer(value)) {\\n    var out = new Buffer(value.length);\\n    value.copy(out, 0, 0, value.length);\\n    return out;\\n  }\\n  if (value) {\\n    if (Array.isArray(value) || (typeof ArrayBuffer !== 'undefined' && value.buffer instanceof ArrayBuffer) || 'length' in value) {\\n      return new Buffer(value);\\n    }\\n    if (value.type === 'Buffer' && Array.isArray(value.data)) {\\n      return new Buffer(value.data);\\n    }\\n  }\\n\\n  throw new TypeError('First argument must be a string, Buffer, ' + 'ArrayBuffer, Array, or array-like object.');\\n}\\nexports.allocUnsafeSlow = function allocUnsafeSlow(size) {\\n  if (typeof Buffer.allocUnsafeSlow === 'function') {\\n    return Buffer.allocUnsafeSlow(size);\\n  }\\n  if (typeof size !== 'number') {\\n    throw new TypeError('size must be a number');\\n  }\\n  if (size >= MAX_LEN) {\\n    throw new RangeError('size is too large');\\n  }\\n  return new SlowBuffer(size);\\n}\\n\"\n        },\n        {\n          \"id\": 134,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/readable-stream/lib/_stream_writable.js\",\n          \"name\": \"./node_modules/readable-stream/lib/_stream_writable.js\",\n          \"index\": 240,\n          \"index2\": 229,\n          \"size\": 15758,\n          \"cacheable\": true,\n          \"built\": true,\n          \"optional\": false,\n          \"prefetched\": false,\n          \"chunks\": [\n            2\n          ],\n          \"issuer\": \"/Users/jarred/Code/styleurl/node_modules/readable-stream/readable-browser.js\",\n          \"issuerId\": 132,\n          \"issuerName\": \"./node_modules/readable-stream/readable-browser.js\",\n          \"issuerPath\": [\n            {\n              \"id\": 191,\n              \"identifier\": \"multi /Users/jarred/Code/styleurl/webpack/customPublicPath /Users/jarred/Code/styleurl/chrome/extension/background\",\n              \"name\": \"multi ./webpack/customPublicPath ./chrome/extension/background\",\n              \"profile\": {\n                \"factory\": 0,\n                \"building\": 0,\n                \"dependencies\": 54\n              }\n            },\n            {\n              \"id\": 192,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/background.js\",\n              \"name\": \"./chrome/extension/background.js\",\n              \"profile\": {\n                \"factory\": 54,\n                \"building\": 639,\n                \"dependencies\": 140\n              }\n            },\n            {\n              \"id\": 255,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/stylesheet-differ/lib/index.js\",\n              \"name\": \"./node_modules/stylesheet-differ/lib/index.js\",\n              \"profile\": {\n                \"factory\": 140,\n                \"building\": 568,\n                \"dependencies\": 1\n              }\n            },\n            {\n              \"id\": 256,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/native-css/index.js\",\n              \"name\": \"./node_modules/native-css/index.js\",\n              \"profile\": {\n                \"factory\": 189,\n                \"building\": 603,\n                \"dependencies\": 1\n              }\n            },\n            {\n              \"id\": 257,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/native-css/src/native-css.js\",\n              \"name\": \"./node_modules/native-css/src/native-css.js\",\n              \"profile\": {\n                \"factory\": 26,\n                \"building\": 63,\n                \"dependencies\": 14\n              }\n            },\n            {\n              \"id\": 293,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/fetch/lib/fetch.js\",\n              \"name\": \"./node_modules/fetch/lib/fetch.js\",\n              \"profile\": {\n                \"factory\": 117,\n                \"building\": 25,\n                \"dependencies\": 27\n              }\n            },\n            {\n              \"id\": 39,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/stream-browserify/index.js\",\n              \"name\": \"./node_modules/stream-browserify/index.js\",\n              \"profile\": {\n                \"factory\": 66,\n                \"building\": 38,\n                \"dependencies\": 20\n              }\n            },\n            {\n              \"id\": 132,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/readable-stream/readable-browser.js\",\n              \"name\": \"./node_modules/readable-stream/readable-browser.js\",\n              \"profile\": {\n                \"factory\": 83,\n                \"building\": 31,\n                \"dependencies\": 33\n              }\n            }\n          ],\n          \"profile\": {\n            \"factory\": 30,\n            \"building\": 90,\n            \"dependencies\": 58\n          },\n          \"failed\": false,\n          \"errors\": 0,\n          \"warnings\": 0,\n          \"assets\": [],\n          \"reasons\": [\n            {\n              \"moduleId\": 33,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/readable-stream/lib/_stream_duplex.js\",\n              \"module\": \"./node_modules/readable-stream/lib/_stream_duplex.js\",\n              \"moduleName\": \"./node_modules/readable-stream/lib/_stream_duplex.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"./_stream_writable\",\n              \"loc\": \"30:15-44\"\n            },\n            {\n              \"moduleId\": 132,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/readable-stream/readable-browser.js\",\n              \"module\": \"./node_modules/readable-stream/readable-browser.js\",\n              \"moduleName\": \"./node_modules/readable-stream/readable-browser.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"./lib/_stream_writable.js\",\n              \"loc\": \"4:19-55\"\n            },\n            {\n              \"moduleId\": 269,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/readable-stream/writable-browser.js\",\n              \"module\": \"./node_modules/readable-stream/writable-browser.js\",\n              \"moduleName\": \"./node_modules/readable-stream/writable-browser.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"./lib/_stream_writable.js\",\n              \"loc\": \"1:17-53\"\n            }\n          ],\n          \"usedExports\": true,\n          \"providedExports\": null,\n          \"optimizationBailout\": [\n            \"ModuleConcatenation bailout: Module is not an ECMAScript module\"\n          ],\n          \"depth\": 8,\n          \"source\": \"// A bit simpler than readable streams.\\n// Implement an async ._write(chunk, encoding, cb), and it'll handle all\\n// the drain event emission and buffering.\\n\\n'use strict';\\n\\nmodule.exports = Writable;\\n\\n/*<replacement>*/\\nvar processNextTick = require('process-nextick-args');\\n/*</replacement>*/\\n\\n/*<replacement>*/\\nvar asyncWrite = !process.browser && ['v0.10', 'v0.9.'].indexOf(process.version.slice(0, 5)) > -1 ? setImmediate : processNextTick;\\n/*</replacement>*/\\n\\n/*<replacement>*/\\nvar Duplex;\\n/*</replacement>*/\\n\\nWritable.WritableState = WritableState;\\n\\n/*<replacement>*/\\nvar util = require('core-util-is');\\nutil.inherits = require('inherits');\\n/*</replacement>*/\\n\\n/*<replacement>*/\\nvar internalUtil = {\\n  deprecate: require('util-deprecate')\\n};\\n/*</replacement>*/\\n\\n/*<replacement>*/\\nvar Stream = require('./internal/streams/stream');\\n/*</replacement>*/\\n\\nvar Buffer = require('buffer').Buffer;\\n/*<replacement>*/\\nvar bufferShim = require('buffer-shims');\\n/*</replacement>*/\\n\\nutil.inherits(Writable, Stream);\\n\\nfunction nop() {}\\n\\nfunction WriteReq(chunk, encoding, cb) {\\n  this.chunk = chunk;\\n  this.encoding = encoding;\\n  this.callback = cb;\\n  this.next = null;\\n}\\n\\nfunction WritableState(options, stream) {\\n  Duplex = Duplex || require('./_stream_duplex');\\n\\n  options = options || {};\\n\\n  // object stream flag to indicate whether or not this stream\\n  // contains buffers or objects.\\n  this.objectMode = !!options.objectMode;\\n\\n  if (stream instanceof Duplex) this.objectMode = this.objectMode || !!options.writableObjectMode;\\n\\n  // the point at which write() starts returning false\\n  // Note: 0 is a valid value, means that we always return false if\\n  // the entire buffer is not flushed immediately on write()\\n  var hwm = options.highWaterMark;\\n  var defaultHwm = this.objectMode ? 16 : 16 * 1024;\\n  this.highWaterMark = hwm || hwm === 0 ? hwm : defaultHwm;\\n\\n  // cast to ints.\\n  this.highWaterMark = ~~this.highWaterMark;\\n\\n  // drain event flag.\\n  this.needDrain = false;\\n  // at the start of calling end()\\n  this.ending = false;\\n  // when end() has been called, and returned\\n  this.ended = false;\\n  // when 'finish' is emitted\\n  this.finished = false;\\n\\n  // should we decode strings into buffers before passing to _write?\\n  // this is here so that some node-core streams can optimize string\\n  // handling at a lower level.\\n  var noDecode = options.decodeStrings === false;\\n  this.decodeStrings = !noDecode;\\n\\n  // Crypto is kind of old and crusty.  Historically, its default string\\n  // encoding is 'binary' so we have to make this configurable.\\n  // Everything else in the universe uses 'utf8', though.\\n  this.defaultEncoding = options.defaultEncoding || 'utf8';\\n\\n  // not an actual buffer we keep track of, but a measurement\\n  // of how much we're waiting to get pushed to some underlying\\n  // socket or file.\\n  this.length = 0;\\n\\n  // a flag to see when we're in the middle of a write.\\n  this.writing = false;\\n\\n  // when true all writes will be buffered until .uncork() call\\n  this.corked = 0;\\n\\n  // a flag to be able to tell if the onwrite cb is called immediately,\\n  // or on a later tick.  We set this to true at first, because any\\n  // actions that shouldn't happen until \\\"later\\\" should generally also\\n  // not happen before the first write call.\\n  this.sync = true;\\n\\n  // a flag to know if we're processing previously buffered items, which\\n  // may call the _write() callback in the same tick, so that we don't\\n  // end up in an overlapped onwrite situation.\\n  this.bufferProcessing = false;\\n\\n  // the callback that's passed to _write(chunk,cb)\\n  this.onwrite = function (er) {\\n    onwrite(stream, er);\\n  };\\n\\n  // the callback that the user supplies to write(chunk,encoding,cb)\\n  this.writecb = null;\\n\\n  // the amount that is being written when _write is called.\\n  this.writelen = 0;\\n\\n  this.bufferedRequest = null;\\n  this.lastBufferedRequest = null;\\n\\n  // number of pending user-supplied write callbacks\\n  // this must be 0 before 'finish' can be emitted\\n  this.pendingcb = 0;\\n\\n  // emit prefinish if the only thing we're waiting for is _write cbs\\n  // This is relevant for synchronous Transform streams\\n  this.prefinished = false;\\n\\n  // True if the error was already emitted and should not be thrown again\\n  this.errorEmitted = false;\\n\\n  // count buffered requests\\n  this.bufferedRequestCount = 0;\\n\\n  // allocate the first CorkedRequest, there is always\\n  // one allocated and free to use, and we maintain at most two\\n  this.corkedRequestsFree = new CorkedRequest(this);\\n}\\n\\nWritableState.prototype.getBuffer = function getBuffer() {\\n  var current = this.bufferedRequest;\\n  var out = [];\\n  while (current) {\\n    out.push(current);\\n    current = current.next;\\n  }\\n  return out;\\n};\\n\\n(function () {\\n  try {\\n    Object.defineProperty(WritableState.prototype, 'buffer', {\\n      get: internalUtil.deprecate(function () {\\n        return this.getBuffer();\\n      }, '_writableState.buffer is deprecated. Use _writableState.getBuffer ' + 'instead.')\\n    });\\n  } catch (_) {}\\n})();\\n\\n// Test _writableState for inheritance to account for Duplex streams,\\n// whose prototype chain only points to Readable.\\nvar realHasInstance;\\nif (typeof Symbol === 'function' && Symbol.hasInstance && typeof Function.prototype[Symbol.hasInstance] === 'function') {\\n  realHasInstance = Function.prototype[Symbol.hasInstance];\\n  Object.defineProperty(Writable, Symbol.hasInstance, {\\n    value: function (object) {\\n      if (realHasInstance.call(this, object)) return true;\\n\\n      return object && object._writableState instanceof WritableState;\\n    }\\n  });\\n} else {\\n  realHasInstance = function (object) {\\n    return object instanceof this;\\n  };\\n}\\n\\nfunction Writable(options) {\\n  Duplex = Duplex || require('./_stream_duplex');\\n\\n  // Writable ctor is applied to Duplexes, too.\\n  // `realHasInstance` is necessary because using plain `instanceof`\\n  // would return false, as no `_writableState` property is attached.\\n\\n  // Trying to use the custom `instanceof` for Writable here will also break the\\n  // Node.js LazyTransform implementation, which has a non-trivial getter for\\n  // `_writableState` that would lead to infinite recursion.\\n  if (!realHasInstance.call(Writable, this) && !(this instanceof Duplex)) {\\n    return new Writable(options);\\n  }\\n\\n  this._writableState = new WritableState(options, this);\\n\\n  // legacy.\\n  this.writable = true;\\n\\n  if (options) {\\n    if (typeof options.write === 'function') this._write = options.write;\\n\\n    if (typeof options.writev === 'function') this._writev = options.writev;\\n  }\\n\\n  Stream.call(this);\\n}\\n\\n// Otherwise people can pipe Writable streams, which is just wrong.\\nWritable.prototype.pipe = function () {\\n  this.emit('error', new Error('Cannot pipe, not readable'));\\n};\\n\\nfunction writeAfterEnd(stream, cb) {\\n  var er = new Error('write after end');\\n  // TODO: defer error events consistently everywhere, not just the cb\\n  stream.emit('error', er);\\n  processNextTick(cb, er);\\n}\\n\\n// Checks that a user-supplied chunk is valid, especially for the particular\\n// mode the stream is in. Currently this means that `null` is never accepted\\n// and undefined/non-string values are only allowed in object mode.\\nfunction validChunk(stream, state, chunk, cb) {\\n  var valid = true;\\n  var er = false;\\n\\n  if (chunk === null) {\\n    er = new TypeError('May not write null values to stream');\\n  } else if (typeof chunk !== 'string' && chunk !== undefined && !state.objectMode) {\\n    er = new TypeError('Invalid non-string/buffer chunk');\\n  }\\n  if (er) {\\n    stream.emit('error', er);\\n    processNextTick(cb, er);\\n    valid = false;\\n  }\\n  return valid;\\n}\\n\\nWritable.prototype.write = function (chunk, encoding, cb) {\\n  var state = this._writableState;\\n  var ret = false;\\n  var isBuf = Buffer.isBuffer(chunk);\\n\\n  if (typeof encoding === 'function') {\\n    cb = encoding;\\n    encoding = null;\\n  }\\n\\n  if (isBuf) encoding = 'buffer';else if (!encoding) encoding = state.defaultEncoding;\\n\\n  if (typeof cb !== 'function') cb = nop;\\n\\n  if (state.ended) writeAfterEnd(this, cb);else if (isBuf || validChunk(this, state, chunk, cb)) {\\n    state.pendingcb++;\\n    ret = writeOrBuffer(this, state, isBuf, chunk, encoding, cb);\\n  }\\n\\n  return ret;\\n};\\n\\nWritable.prototype.cork = function () {\\n  var state = this._writableState;\\n\\n  state.corked++;\\n};\\n\\nWritable.prototype.uncork = function () {\\n  var state = this._writableState;\\n\\n  if (state.corked) {\\n    state.corked--;\\n\\n    if (!state.writing && !state.corked && !state.finished && !state.bufferProcessing && state.bufferedRequest) clearBuffer(this, state);\\n  }\\n};\\n\\nWritable.prototype.setDefaultEncoding = function setDefaultEncoding(encoding) {\\n  // node::ParseEncoding() requires lower case.\\n  if (typeof encoding === 'string') encoding = encoding.toLowerCase();\\n  if (!(['hex', 'utf8', 'utf-8', 'ascii', 'binary', 'base64', 'ucs2', 'ucs-2', 'utf16le', 'utf-16le', 'raw'].indexOf((encoding + '').toLowerCase()) > -1)) throw new TypeError('Unknown encoding: ' + encoding);\\n  this._writableState.defaultEncoding = encoding;\\n  return this;\\n};\\n\\nfunction decodeChunk(state, chunk, encoding) {\\n  if (!state.objectMode && state.decodeStrings !== false && typeof chunk === 'string') {\\n    chunk = bufferShim.from(chunk, encoding);\\n  }\\n  return chunk;\\n}\\n\\n// if we're already writing something, then just put this\\n// in the queue, and wait our turn.  Otherwise, call _write\\n// If we return false, then we need a drain event, so set that flag.\\nfunction writeOrBuffer(stream, state, isBuf, chunk, encoding, cb) {\\n  if (!isBuf) {\\n    chunk = decodeChunk(state, chunk, encoding);\\n    if (Buffer.isBuffer(chunk)) encoding = 'buffer';\\n  }\\n  var len = state.objectMode ? 1 : chunk.length;\\n\\n  state.length += len;\\n\\n  var ret = state.length < state.highWaterMark;\\n  // we must ensure that previous needDrain will not be reset to false.\\n  if (!ret) state.needDrain = true;\\n\\n  if (state.writing || state.corked) {\\n    var last = state.lastBufferedRequest;\\n    state.lastBufferedRequest = new WriteReq(chunk, encoding, cb);\\n    if (last) {\\n      last.next = state.lastBufferedRequest;\\n    } else {\\n      state.bufferedRequest = state.lastBufferedRequest;\\n    }\\n    state.bufferedRequestCount += 1;\\n  } else {\\n    doWrite(stream, state, false, len, chunk, encoding, cb);\\n  }\\n\\n  return ret;\\n}\\n\\nfunction doWrite(stream, state, writev, len, chunk, encoding, cb) {\\n  state.writelen = len;\\n  state.writecb = cb;\\n  state.writing = true;\\n  state.sync = true;\\n  if (writev) stream._writev(chunk, state.onwrite);else stream._write(chunk, encoding, state.onwrite);\\n  state.sync = false;\\n}\\n\\nfunction onwriteError(stream, state, sync, er, cb) {\\n  --state.pendingcb;\\n  if (sync) processNextTick(cb, er);else cb(er);\\n\\n  stream._writableState.errorEmitted = true;\\n  stream.emit('error', er);\\n}\\n\\nfunction onwriteStateUpdate(state) {\\n  state.writing = false;\\n  state.writecb = null;\\n  state.length -= state.writelen;\\n  state.writelen = 0;\\n}\\n\\nfunction onwrite(stream, er) {\\n  var state = stream._writableState;\\n  var sync = state.sync;\\n  var cb = state.writecb;\\n\\n  onwriteStateUpdate(state);\\n\\n  if (er) onwriteError(stream, state, sync, er, cb);else {\\n    // Check if we're actually ready to finish, but don't emit yet\\n    var finished = needFinish(state);\\n\\n    if (!finished && !state.corked && !state.bufferProcessing && state.bufferedRequest) {\\n      clearBuffer(stream, state);\\n    }\\n\\n    if (sync) {\\n      /*<replacement>*/\\n      asyncWrite(afterWrite, stream, state, finished, cb);\\n      /*</replacement>*/\\n    } else {\\n      afterWrite(stream, state, finished, cb);\\n    }\\n  }\\n}\\n\\nfunction afterWrite(stream, state, finished, cb) {\\n  if (!finished) onwriteDrain(stream, state);\\n  state.pendingcb--;\\n  cb();\\n  finishMaybe(stream, state);\\n}\\n\\n// Must force callback to be called on nextTick, so that we don't\\n// emit 'drain' before the write() consumer gets the 'false' return\\n// value, and has a chance to attach a 'drain' listener.\\nfunction onwriteDrain(stream, state) {\\n  if (state.length === 0 && state.needDrain) {\\n    state.needDrain = false;\\n    stream.emit('drain');\\n  }\\n}\\n\\n// if there's something in the buffer waiting, then process it\\nfunction clearBuffer(stream, state) {\\n  state.bufferProcessing = true;\\n  var entry = state.bufferedRequest;\\n\\n  if (stream._writev && entry && entry.next) {\\n    // Fast case, write everything using _writev()\\n    var l = state.bufferedRequestCount;\\n    var buffer = new Array(l);\\n    var holder = state.corkedRequestsFree;\\n    holder.entry = entry;\\n\\n    var count = 0;\\n    while (entry) {\\n      buffer[count] = entry;\\n      entry = entry.next;\\n      count += 1;\\n    }\\n\\n    doWrite(stream, state, true, state.length, buffer, '', holder.finish);\\n\\n    // doWrite is almost always async, defer these to save a bit of time\\n    // as the hot path ends with doWrite\\n    state.pendingcb++;\\n    state.lastBufferedRequest = null;\\n    if (holder.next) {\\n      state.corkedRequestsFree = holder.next;\\n      holder.next = null;\\n    } else {\\n      state.corkedRequestsFree = new CorkedRequest(state);\\n    }\\n  } else {\\n    // Slow case, write chunks one-by-one\\n    while (entry) {\\n      var chunk = entry.chunk;\\n      var encoding = entry.encoding;\\n      var cb = entry.callback;\\n      var len = state.objectMode ? 1 : chunk.length;\\n\\n      doWrite(stream, state, false, len, chunk, encoding, cb);\\n      entry = entry.next;\\n      // if we didn't call the onwrite immediately, then\\n      // it means that we need to wait until it does.\\n      // also, that means that the chunk and cb are currently\\n      // being processed, so move the buffer counter past them.\\n      if (state.writing) {\\n        break;\\n      }\\n    }\\n\\n    if (entry === null) state.lastBufferedRequest = null;\\n  }\\n\\n  state.bufferedRequestCount = 0;\\n  state.bufferedRequest = entry;\\n  state.bufferProcessing = false;\\n}\\n\\nWritable.prototype._write = function (chunk, encoding, cb) {\\n  cb(new Error('_write() is not implemented'));\\n};\\n\\nWritable.prototype._writev = null;\\n\\nWritable.prototype.end = function (chunk, encoding, cb) {\\n  var state = this._writableState;\\n\\n  if (typeof chunk === 'function') {\\n    cb = chunk;\\n    chunk = null;\\n    encoding = null;\\n  } else if (typeof encoding === 'function') {\\n    cb = encoding;\\n    encoding = null;\\n  }\\n\\n  if (chunk !== null && chunk !== undefined) this.write(chunk, encoding);\\n\\n  // .end() fully uncorks\\n  if (state.corked) {\\n    state.corked = 1;\\n    this.uncork();\\n  }\\n\\n  // ignore unnecessary end() calls.\\n  if (!state.ending && !state.finished) endWritable(this, state, cb);\\n};\\n\\nfunction needFinish(state) {\\n  return state.ending && state.length === 0 && state.bufferedRequest === null && !state.finished && !state.writing;\\n}\\n\\nfunction prefinish(stream, state) {\\n  if (!state.prefinished) {\\n    state.prefinished = true;\\n    stream.emit('prefinish');\\n  }\\n}\\n\\nfunction finishMaybe(stream, state) {\\n  var need = needFinish(state);\\n  if (need) {\\n    if (state.pendingcb === 0) {\\n      prefinish(stream, state);\\n      state.finished = true;\\n      stream.emit('finish');\\n    } else {\\n      prefinish(stream, state);\\n    }\\n  }\\n  return need;\\n}\\n\\nfunction endWritable(stream, state, cb) {\\n  state.ending = true;\\n  finishMaybe(stream, state);\\n  if (cb) {\\n    if (state.finished) processNextTick(cb);else stream.once('finish', cb);\\n  }\\n  state.ended = true;\\n  stream.writable = false;\\n}\\n\\n// It seems a linked list but it is not\\n// there will be only 2 of these for each stream\\nfunction CorkedRequest(state) {\\n  var _this = this;\\n\\n  this.next = null;\\n  this.entry = null;\\n  this.finish = function (err) {\\n    var entry = _this.entry;\\n    _this.entry = null;\\n    while (entry) {\\n      var cb = entry.callback;\\n      state.pendingcb--;\\n      cb(err);\\n      entry = entry.next;\\n    }\\n    if (state.corkedRequestsFree) {\\n      state.corkedRequestsFree.next = _this;\\n    } else {\\n      state.corkedRequestsFree = _this;\\n    }\\n  };\\n}\"\n        },\n        {\n          \"id\": 135,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/webpack/buildin/amd-define.js\",\n          \"name\": \"(webpack)/buildin/amd-define.js\",\n          \"index\": 267,\n          \"index2\": 257,\n          \"size\": 88,\n          \"cacheable\": true,\n          \"built\": true,\n          \"optional\": false,\n          \"prefetched\": false,\n          \"chunks\": [\n            2\n          ],\n          \"issuer\": \"/Users/jarred/Code/styleurl/node_modules/css/node_modules/source-map/lib/source-map/source-map-generator.js\",\n          \"issuerId\": 286,\n          \"issuerName\": \"./node_modules/css/node_modules/source-map/lib/source-map/source-map-generator.js\",\n          \"issuerPath\": [\n            {\n              \"id\": 191,\n              \"identifier\": \"multi /Users/jarred/Code/styleurl/webpack/customPublicPath /Users/jarred/Code/styleurl/chrome/extension/background\",\n              \"name\": \"multi ./webpack/customPublicPath ./chrome/extension/background\",\n              \"profile\": {\n                \"factory\": 0,\n                \"building\": 0,\n                \"dependencies\": 54\n              }\n            },\n            {\n              \"id\": 192,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/background.js\",\n              \"name\": \"./chrome/extension/background.js\",\n              \"profile\": {\n                \"factory\": 54,\n                \"building\": 639,\n                \"dependencies\": 140\n              }\n            },\n            {\n              \"id\": 255,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/stylesheet-differ/lib/index.js\",\n              \"name\": \"./node_modules/stylesheet-differ/lib/index.js\",\n              \"profile\": {\n                \"factory\": 140,\n                \"building\": 568,\n                \"dependencies\": 1\n              }\n            },\n            {\n              \"id\": 256,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/native-css/index.js\",\n              \"name\": \"./node_modules/native-css/index.js\",\n              \"profile\": {\n                \"factory\": 189,\n                \"building\": 603,\n                \"dependencies\": 1\n              }\n            },\n            {\n              \"id\": 257,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/native-css/src/native-css.js\",\n              \"name\": \"./node_modules/native-css/src/native-css.js\",\n              \"profile\": {\n                \"factory\": 26,\n                \"building\": 63,\n                \"dependencies\": 14\n              }\n            },\n            {\n              \"id\": 280,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/css/index.js\",\n              \"name\": \"./node_modules/css/index.js\",\n              \"profile\": {\n                \"factory\": 117,\n                \"building\": 25,\n                \"dependencies\": 27\n              }\n            },\n            {\n              \"id\": 282,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/css/lib/stringify/index.js\",\n              \"name\": \"./node_modules/css/lib/stringify/index.js\",\n              \"profile\": {\n                \"factory\": 71,\n                \"building\": 48\n              }\n            },\n            {\n              \"id\": 285,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/css/lib/stringify/source-map-support.js\",\n              \"name\": \"./node_modules/css/lib/stringify/source-map-support.js\",\n              \"profile\": {\n                \"factory\": 29,\n                \"building\": 30,\n                \"dependencies\": 102\n              }\n            },\n            {\n              \"id\": 156,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/css/node_modules/source-map/lib/source-map.js\",\n              \"name\": \"./node_modules/css/node_modules/source-map/lib/source-map.js\",\n              \"profile\": {\n                \"factory\": 112,\n                \"building\": 33,\n                \"dependencies\": 0\n              }\n            },\n            {\n              \"id\": 286,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/css/node_modules/source-map/lib/source-map/source-map-generator.js\",\n              \"name\": \"./node_modules/css/node_modules/source-map/lib/source-map/source-map-generator.js\",\n              \"profile\": {\n                \"factory\": 77,\n                \"building\": 26,\n                \"dependencies\": 16\n              }\n            }\n          ],\n          \"profile\": {\n            \"factory\": 18,\n            \"building\": 13\n          },\n          \"failed\": false,\n          \"errors\": 0,\n          \"warnings\": 0,\n          \"assets\": [],\n          \"reasons\": [\n            {\n              \"moduleId\": 286,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/css/node_modules/source-map/lib/source-map/source-map-generator.js\",\n              \"module\": \"./node_modules/css/node_modules/source-map/lib/source-map/source-map-generator.js\",\n              \"moduleName\": \"./node_modules/css/node_modules/source-map/lib/source-map/source-map-generator.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"amdefine\",\n              \"loc\": \"8:17-36\"\n            },\n            {\n              \"moduleId\": 287,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/css/node_modules/source-map/lib/source-map/source-map-consumer.js\",\n              \"module\": \"./node_modules/css/node_modules/source-map/lib/source-map/source-map-consumer.js\",\n              \"moduleName\": \"./node_modules/css/node_modules/source-map/lib/source-map/source-map-consumer.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"amdefine\",\n              \"loc\": \"8:17-36\"\n            },\n            {\n              \"moduleId\": 288,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/css/node_modules/source-map/lib/source-map/source-node.js\",\n              \"module\": \"./node_modules/css/node_modules/source-map/lib/source-map/source-node.js\",\n              \"moduleName\": \"./node_modules/css/node_modules/source-map/lib/source-map/source-node.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"amdefine\",\n              \"loc\": \"8:17-36\"\n            }\n          ],\n          \"usedExports\": true,\n          \"providedExports\": null,\n          \"optimizationBailout\": [\n            \"ModuleConcatenation bailout: Module is not an ECMAScript module\"\n          ],\n          \"depth\": 10,\n          \"source\": \"module.exports = function() {\\r\\n\\tthrow new Error(\\\"define cannot be used indirect\\\");\\r\\n};\\r\\n\"\n        },\n        {\n          \"id\": 136,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/css/node_modules/source-map/lib/source-map sync\",\n          \"name\": \"./node_modules/css/node_modules/source-map/lib/source-map sync\",\n          \"index\": 268,\n          \"index2\": 258,\n          \"size\": 160,\n          \"built\": true,\n          \"optional\": false,\n          \"prefetched\": false,\n          \"chunks\": [\n            2\n          ],\n          \"issuer\": \"/Users/jarred/Code/styleurl/node_modules/css/node_modules/source-map/lib/source-map/source-map-generator.js\",\n          \"issuerId\": 286,\n          \"issuerName\": \"./node_modules/css/node_modules/source-map/lib/source-map/source-map-generator.js\",\n          \"issuerPath\": [\n            {\n              \"id\": 191,\n              \"identifier\": \"multi /Users/jarred/Code/styleurl/webpack/customPublicPath /Users/jarred/Code/styleurl/chrome/extension/background\",\n              \"name\": \"multi ./webpack/customPublicPath ./chrome/extension/background\",\n              \"profile\": {\n                \"factory\": 0,\n                \"building\": 0,\n                \"dependencies\": 54\n              }\n            },\n            {\n              \"id\": 192,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/background.js\",\n              \"name\": \"./chrome/extension/background.js\",\n              \"profile\": {\n                \"factory\": 54,\n                \"building\": 639,\n                \"dependencies\": 140\n              }\n            },\n            {\n              \"id\": 255,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/stylesheet-differ/lib/index.js\",\n              \"name\": \"./node_modules/stylesheet-differ/lib/index.js\",\n              \"profile\": {\n                \"factory\": 140,\n                \"building\": 568,\n                \"dependencies\": 1\n              }\n            },\n            {\n              \"id\": 256,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/native-css/index.js\",\n              \"name\": \"./node_modules/native-css/index.js\",\n              \"profile\": {\n                \"factory\": 189,\n                \"building\": 603,\n                \"dependencies\": 1\n              }\n            },\n            {\n              \"id\": 257,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/native-css/src/native-css.js\",\n              \"name\": \"./node_modules/native-css/src/native-css.js\",\n              \"profile\": {\n                \"factory\": 26,\n                \"building\": 63,\n                \"dependencies\": 14\n              }\n            },\n            {\n              \"id\": 280,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/css/index.js\",\n              \"name\": \"./node_modules/css/index.js\",\n              \"profile\": {\n                \"factory\": 117,\n                \"building\": 25,\n                \"dependencies\": 27\n              }\n            },\n            {\n              \"id\": 282,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/css/lib/stringify/index.js\",\n              \"name\": \"./node_modules/css/lib/stringify/index.js\",\n              \"profile\": {\n                \"factory\": 71,\n                \"building\": 48\n              }\n            },\n            {\n              \"id\": 285,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/css/lib/stringify/source-map-support.js\",\n              \"name\": \"./node_modules/css/lib/stringify/source-map-support.js\",\n              \"profile\": {\n                \"factory\": 29,\n                \"building\": 30,\n                \"dependencies\": 102\n              }\n            },\n            {\n              \"id\": 156,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/css/node_modules/source-map/lib/source-map.js\",\n              \"name\": \"./node_modules/css/node_modules/source-map/lib/source-map.js\",\n              \"profile\": {\n                \"factory\": 112,\n                \"building\": 33,\n                \"dependencies\": 0\n              }\n            },\n            {\n              \"id\": 286,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/css/node_modules/source-map/lib/source-map/source-map-generator.js\",\n              \"name\": \"./node_modules/css/node_modules/source-map/lib/source-map/source-map-generator.js\",\n              \"profile\": {\n                \"factory\": 77,\n                \"building\": 26,\n                \"dependencies\": 16\n              }\n            }\n          ],\n          \"profile\": {\n            \"factory\": 18,\n            \"building\": 13\n          },\n          \"failed\": false,\n          \"errors\": 0,\n          \"warnings\": 0,\n          \"assets\": [],\n          \"reasons\": [\n            {\n              \"moduleId\": 286,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/css/node_modules/source-map/lib/source-map/source-map-generator.js\",\n              \"module\": \"./node_modules/css/node_modules/source-map/lib/source-map/source-map-generator.js\",\n              \"moduleName\": \"./node_modules/css/node_modules/source-map/lib/source-map/source-map-generator.js\",\n              \"type\": \"cjs require context\",\n              \"userRequest\": \".\",\n              \"loc\": \"8:45-52\"\n            },\n            {\n              \"moduleId\": 287,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/css/node_modules/source-map/lib/source-map/source-map-consumer.js\",\n              \"module\": \"./node_modules/css/node_modules/source-map/lib/source-map/source-map-consumer.js\",\n              \"moduleName\": \"./node_modules/css/node_modules/source-map/lib/source-map/source-map-consumer.js\",\n              \"type\": \"cjs require context\",\n              \"userRequest\": \".\",\n              \"loc\": \"8:45-52\"\n            },\n            {\n              \"moduleId\": 288,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/css/node_modules/source-map/lib/source-map/source-node.js\",\n              \"module\": \"./node_modules/css/node_modules/source-map/lib/source-map/source-node.js\",\n              \"moduleName\": \"./node_modules/css/node_modules/source-map/lib/source-map/source-node.js\",\n              \"type\": \"cjs require context\",\n              \"userRequest\": \".\",\n              \"loc\": \"8:45-52\"\n            }\n          ],\n          \"usedExports\": true,\n          \"providedExports\": null,\n          \"optimizationBailout\": [\n            \"ModuleConcatenation bailout: Module is not an ECMAScript module\"\n          ],\n          \"depth\": 10\n        },\n        {\n          \"id\": 137,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/iconv-lite/encodings/tables/cp936.json\",\n          \"name\": \"./node_modules/iconv-lite/encodings/tables/cp936.json\",\n          \"index\": 323,\n          \"index2\": 313,\n          \"size\": 20799,\n          \"cacheable\": true,\n          \"built\": true,\n          \"optional\": false,\n          \"prefetched\": false,\n          \"chunks\": [\n            2\n          ],\n          \"issuer\": \"/Users/jarred/Code/styleurl/node_modules/iconv-lite/encodings/dbcs-data.js\",\n          \"issuerId\": 324,\n          \"issuerName\": \"./node_modules/iconv-lite/encodings/dbcs-data.js\",\n          \"issuerPath\": [\n            {\n              \"id\": 191,\n              \"identifier\": \"multi /Users/jarred/Code/styleurl/webpack/customPublicPath /Users/jarred/Code/styleurl/chrome/extension/background\",\n              \"name\": \"multi ./webpack/customPublicPath ./chrome/extension/background\",\n              \"profile\": {\n                \"factory\": 0,\n                \"building\": 0,\n                \"dependencies\": 54\n              }\n            },\n            {\n              \"id\": 192,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/background.js\",\n              \"name\": \"./chrome/extension/background.js\",\n              \"profile\": {\n                \"factory\": 54,\n                \"building\": 639,\n                \"dependencies\": 140\n              }\n            },\n            {\n              \"id\": 255,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/stylesheet-differ/lib/index.js\",\n              \"name\": \"./node_modules/stylesheet-differ/lib/index.js\",\n              \"profile\": {\n                \"factory\": 140,\n                \"building\": 568,\n                \"dependencies\": 1\n              }\n            },\n            {\n              \"id\": 256,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/native-css/index.js\",\n              \"name\": \"./node_modules/native-css/index.js\",\n              \"profile\": {\n                \"factory\": 189,\n                \"building\": 603,\n                \"dependencies\": 1\n              }\n            },\n            {\n              \"id\": 257,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/native-css/src/native-css.js\",\n              \"name\": \"./node_modules/native-css/src/native-css.js\",\n              \"profile\": {\n                \"factory\": 26,\n                \"building\": 63,\n                \"dependencies\": 14\n              }\n            },\n            {\n              \"id\": 293,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/fetch/lib/fetch.js\",\n              \"name\": \"./node_modules/fetch/lib/fetch.js\",\n              \"profile\": {\n                \"factory\": 117,\n                \"building\": 25,\n                \"dependencies\": 27\n              }\n            },\n            {\n              \"id\": 313,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/encoding/lib/encoding.js\",\n              \"name\": \"./node_modules/encoding/lib/encoding.js\",\n              \"profile\": {\n                \"factory\": 66,\n                \"building\": 38,\n                \"dependencies\": 20\n              }\n            },\n            {\n              \"id\": 314,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/iconv-lite/lib/index.js\",\n              \"name\": \"./node_modules/iconv-lite/lib/index.js\",\n              \"profile\": {\n                \"factory\": 123,\n                \"building\": 23,\n                \"dependencies\": 1\n              }\n            },\n            {\n              \"id\": 316,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/iconv-lite/encodings/index.js\",\n              \"name\": \"./node_modules/iconv-lite/encodings/index.js\",\n              \"profile\": {\n                \"factory\": 62,\n                \"building\": 61,\n                \"dependencies\": 1\n              }\n            },\n            {\n              \"id\": 324,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/iconv-lite/encodings/dbcs-data.js\",\n              \"name\": \"./node_modules/iconv-lite/encodings/dbcs-data.js\",\n              \"profile\": {\n                \"factory\": 26,\n                \"building\": 20,\n                \"dependencies\": 1\n              }\n            }\n          ],\n          \"profile\": {\n            \"factory\": 9,\n            \"building\": 6\n          },\n          \"failed\": false,\n          \"errors\": 0,\n          \"warnings\": 0,\n          \"assets\": [],\n          \"reasons\": [\n            {\n              \"moduleId\": 324,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/iconv-lite/encodings/dbcs-data.js\",\n              \"module\": \"./node_modules/iconv-lite/encodings/dbcs-data.js\",\n              \"moduleName\": \"./node_modules/iconv-lite/encodings/dbcs-data.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"./tables/cp936.json\",\n              \"loc\": \"85:35-65\"\n            },\n            {\n              \"moduleId\": 324,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/iconv-lite/encodings/dbcs-data.js\",\n              \"module\": \"./node_modules/iconv-lite/encodings/dbcs-data.js\",\n              \"moduleName\": \"./node_modules/iconv-lite/encodings/dbcs-data.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"./tables/cp936.json\",\n              \"loc\": \"91:35-65\"\n            },\n            {\n              \"moduleId\": 324,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/iconv-lite/encodings/dbcs-data.js\",\n              \"module\": \"./node_modules/iconv-lite/encodings/dbcs-data.js\",\n              \"moduleName\": \"./node_modules/iconv-lite/encodings/dbcs-data.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"./tables/cp936.json\",\n              \"loc\": \"98:35-65\"\n            }\n          ],\n          \"usedExports\": true,\n          \"providedExports\": [\n            \"0\",\n            \"1\",\n            \"2\",\n            \"3\",\n            \"4\",\n            \"5\",\n            \"6\",\n            \"7\",\n            \"8\",\n            \"9\",\n            \"10\",\n            \"11\",\n            \"12\",\n            \"13\",\n            \"14\",\n            \"15\",\n            \"16\",\n            \"17\",\n            \"18\",\n            \"19\",\n            \"20\",\n            \"21\",\n            \"22\",\n            \"23\",\n            \"24\",\n            \"25\",\n            \"26\",\n            \"27\",\n            \"28\",\n            \"29\",\n            \"30\",\n            \"31\",\n            \"32\",\n            \"33\",\n            \"34\",\n            \"35\",\n            \"36\",\n            \"37\",\n            \"38\",\n            \"39\",\n            \"40\",\n            \"41\",\n            \"42\",\n            \"43\",\n            \"44\",\n            \"45\",\n            \"46\",\n            \"47\",\n            \"48\",\n            \"49\",\n            \"50\",\n            \"51\",\n            \"52\",\n            \"53\",\n            \"54\",\n            \"55\",\n            \"56\",\n            \"57\",\n            \"58\",\n            \"59\",\n            \"60\",\n            \"61\",\n            \"62\",\n            \"63\",\n            \"64\",\n            \"65\",\n            \"66\",\n            \"67\",\n            \"68\",\n            \"69\",\n            \"70\",\n            \"71\",\n            \"72\",\n            \"73\",\n            \"74\",\n            \"75\",\n            \"76\",\n            \"77\",\n            \"78\",\n            \"79\",\n            \"80\",\n            \"81\",\n            \"82\",\n            \"83\",\n            \"84\",\n            \"85\",\n            \"86\",\n            \"87\",\n            \"88\",\n            \"89\",\n            \"90\",\n            \"91\",\n            \"92\",\n            \"93\",\n            \"94\",\n            \"95\",\n            \"96\",\n            \"97\",\n            \"98\",\n            \"99\",\n            \"100\",\n            \"101\",\n            \"102\",\n            \"103\",\n            \"104\",\n            \"105\",\n            \"106\",\n            \"107\",\n            \"108\",\n            \"109\",\n            \"110\",\n            \"111\",\n            \"112\",\n            \"113\",\n            \"114\",\n            \"115\",\n            \"116\",\n            \"117\",\n            \"118\",\n            \"119\",\n            \"120\",\n            \"121\",\n            \"122\",\n            \"123\",\n            \"124\",\n            \"125\",\n            \"126\",\n            \"127\",\n            \"128\",\n            \"129\",\n            \"130\",\n            \"131\",\n            \"132\",\n            \"133\",\n            \"134\",\n            \"135\",\n            \"136\",\n            \"137\",\n            \"138\",\n            \"139\",\n            \"140\",\n            \"141\",\n            \"142\",\n            \"143\",\n            \"144\",\n            \"145\",\n            \"146\",\n            \"147\",\n            \"148\",\n            \"149\",\n            \"150\",\n            \"151\",\n            \"152\",\n            \"153\",\n            \"154\",\n            \"155\",\n            \"156\",\n            \"157\",\n            \"158\",\n            \"159\",\n            \"160\",\n            \"161\",\n            \"162\",\n            \"163\",\n            \"164\",\n            \"165\",\n            \"166\",\n            \"167\",\n            \"168\",\n            \"169\",\n            \"170\",\n            \"171\",\n            \"172\",\n            \"173\",\n            \"174\",\n            \"175\",\n            \"176\",\n            \"177\",\n            \"178\",\n            \"179\",\n            \"180\",\n            \"181\",\n            \"182\",\n            \"183\",\n            \"184\",\n            \"185\",\n            \"186\",\n            \"187\",\n            \"188\",\n            \"189\",\n            \"190\",\n            \"191\",\n            \"192\",\n            \"193\",\n            \"194\",\n            \"195\",\n            \"196\",\n            \"197\",\n            \"198\",\n            \"199\",\n            \"200\",\n            \"201\",\n            \"202\",\n            \"203\",\n            \"204\",\n            \"205\",\n            \"206\",\n            \"207\",\n            \"208\",\n            \"209\",\n            \"210\",\n            \"211\",\n            \"212\",\n            \"213\",\n            \"214\",\n            \"215\",\n            \"216\",\n            \"217\",\n            \"218\",\n            \"219\",\n            \"220\",\n            \"221\",\n            \"222\",\n            \"223\",\n            \"224\",\n            \"225\",\n            \"226\",\n            \"227\",\n            \"228\",\n            \"229\",\n            \"230\",\n            \"231\",\n            \"232\",\n            \"233\",\n            \"234\",\n            \"235\",\n            \"236\",\n            \"237\",\n            \"238\",\n            \"239\",\n            \"240\",\n            \"241\",\n            \"242\",\n            \"243\",\n            \"244\",\n            \"245\",\n            \"246\",\n            \"247\",\n            \"248\",\n            \"249\",\n            \"250\",\n            \"251\",\n            \"252\",\n            \"253\",\n            \"254\",\n            \"255\",\n            \"256\",\n            \"257\",\n            \"258\",\n            \"259\",\n            \"260\",\n            \"261\",\n            \"default\"\n          ],\n          \"optimizationBailout\": [\n            \"ModuleConcatenation bailout: Module is not an ECMAScript module\"\n          ],\n          \"depth\": 10,\n          \"source\": \"[\\n[\\\"0\\\",\\\"\\\\u0000\\\",127,\\\"€\\\"],\\n[\\\"8140\\\",\\\"丂丄丅丆丏丒丗丟丠両丣並丩丮丯丱丳丵丷丼乀乁乂乄乆乊乑乕乗乚乛乢乣乤乥乧乨乪\\\",5,\\\"乲乴\\\",9,\\\"乿\\\",6,\\\"亇亊\\\"],\\n[\\\"8180\\\",\\\"亐亖亗亙亜亝亞亣亪亯亰亱亴亶亷亸亹亼亽亾仈仌仏仐仒仚仛仜仠仢仦仧仩仭仮仯仱仴仸仹仺仼仾伀伂\\\",6,\\\"伋伌伒\\\",4,\\\"伜伝伡伣伨伩伬伭伮伱伳伵伷伹伻伾\\\",4,\\\"佄佅佇\\\",5,\\\"佒佔佖佡佢佦佨佪佫佭佮佱佲併佷佸佹佺佽侀侁侂侅來侇侊侌侎侐侒侓侕侖侘侙侚侜侞侟価侢\\\"],\\n[\\\"8240\\\",\\\"侤侫侭侰\\\",4,\\\"侶\\\",8,\\\"俀俁係俆俇俈俉俋俌俍俒\\\",4,\\\"俙俛俠俢俤俥俧俫俬俰俲俴俵俶俷俹俻俼俽俿\\\",11],\\n[\\\"8280\\\",\\\"個倎倐們倓倕倖倗倛倝倞倠倢倣値倧倫倯\\\",10,\\\"倻倽倿偀偁偂偄偅偆偉偊偋偍偐\\\",4,\\\"偖偗偘偙偛偝\\\",7,\\\"偦\\\",5,\\\"偭\\\",8,\\\"偸偹偺偼偽傁傂傃傄傆傇傉傊傋傌傎\\\",20,\\\"傤傦傪傫傭\\\",4,\\\"傳\\\",6,\\\"傼\\\"],\\n[\\\"8340\\\",\\\"傽\\\",17,\\\"僐\\\",5,\\\"僗僘僙僛\\\",10,\\\"僨僩僪僫僯僰僱僲僴僶\\\",4,\\\"僼\\\",9,\\\"儈\\\"],\\n[\\\"8380\\\",\\\"儉儊儌\\\",5,\\\"儓\\\",13,\\\"儢\\\",28,\\\"兂兇兊兌兎兏児兒兓兗兘兙兛兝\\\",4,\\\"兣兤兦內兩兪兯兲兺兾兿冃冄円冇冊冋冎冏冐冑冓冔冘冚冝冞冟冡冣冦\\\",4,\\\"冭冮冴冸冹冺冾冿凁凂凃凅凈凊凍凎凐凒\\\",5],\\n[\\\"8440\\\",\\\"凘凙凚凜凞凟凢凣凥\\\",5,\\\"凬凮凱凲凴凷凾刄刅刉刋刌刏刐刓刔刕刜刞刟刡刢刣別刦刧刪刬刯刱刲刴刵刼刾剄\\\",5,\\\"剋剎剏剒剓剕剗剘\\\"],\\n[\\\"8480\\\",\\\"剙剚剛剝剟剠剢剣剤剦剨剫剬剭剮剰剱剳\\\",9,\\\"剾劀劃\\\",4,\\\"劉\\\",6,\\\"劑劒劔\\\",6,\\\"劜劤劥劦劧劮劯劰労\\\",9,\\\"勀勁勂勄勅勆勈勊勌勍勎勏勑勓勔動勗務\\\",5,\\\"勠勡勢勣勥\\\",10,\\\"勱\\\",7,\\\"勻勼勽匁匂匃匄匇匉匊匋匌匎\\\"],\\n[\\\"8540\\\",\\\"匑匒匓匔匘匛匜匞匟匢匤匥匧匨匩匫匬匭匯\\\",9,\\\"匼匽區卂卄卆卋卌卍卐協単卙卛卝卥卨卪卬卭卲卶卹卻卼卽卾厀厁厃厇厈厊厎厏\\\"],\\n[\\\"8580\\\",\\\"厐\\\",4,\\\"厖厗厙厛厜厞厠厡厤厧厪厫厬厭厯\\\",6,\\\"厷厸厹厺厼厽厾叀參\\\",4,\\\"収叏叐叒叓叕叚叜叝叞叡叢叧叴叺叾叿吀吂吅吇吋吔吘吙吚吜吢吤吥吪吰吳吶吷吺吽吿呁呂呄呅呇呉呌呍呎呏呑呚呝\\\",4,\\\"呣呥呧呩\\\",7,\\\"呴呹呺呾呿咁咃咅咇咈咉咊咍咑咓咗咘咜咞咟咠咡\\\"],\\n[\\\"8640\\\",\\\"咢咥咮咰咲咵咶咷咹咺咼咾哃哅哊哋哖哘哛哠\\\",4,\\\"哫哬哯哰哱哴\\\",5,\\\"哻哾唀唂唃唄唅唈唊\\\",4,\\\"唒唓唕\\\",5,\\\"唜唝唞唟唡唥唦\\\"],\\n[\\\"8680\\\",\\\"唨唩唫唭唲唴唵唶唸唹唺唻唽啀啂啅啇啈啋\\\",4,\\\"啑啒啓啔啗\\\",4,\\\"啝啞啟啠啢啣啨啩啫啯\\\",5,\\\"啹啺啽啿喅喆喌喍喎喐喒喓喕喖喗喚喛喞喠\\\",6,\\\"喨\\\",8,\\\"喲喴営喸喺喼喿\\\",4,\\\"嗆嗇嗈嗊嗋嗎嗏嗐嗕嗗\\\",4,\\\"嗞嗠嗢嗧嗩嗭嗮嗰嗱嗴嗶嗸\\\",4,\\\"嗿嘂嘃嘄嘅\\\"],\\n[\\\"8740\\\",\\\"嘆嘇嘊嘋嘍嘐\\\",7,\\\"嘙嘚嘜嘝嘠嘡嘢嘥嘦嘨嘩嘪嘫嘮嘯嘰嘳嘵嘷嘸嘺嘼嘽嘾噀\\\",11,\\\"噏\\\",4,\\\"噕噖噚噛噝\\\",4],\\n[\\\"8780\\\",\\\"噣噥噦噧噭噮噯噰噲噳噴噵噷噸噹噺噽\\\",7,\\\"嚇\\\",6,\\\"嚐嚑嚒嚔\\\",14,\\\"嚤\\\",10,\\\"嚰\\\",6,\\\"嚸嚹嚺嚻嚽\\\",12,\\\"囋\\\",8,\\\"囕囖囘囙囜団囥\\\",5,\\\"囬囮囯囲図囶囷囸囻囼圀圁圂圅圇國\\\",6],\\n[\\\"8840\\\",\\\"園\\\",9,\\\"圝圞圠圡圢圤圥圦圧圫圱圲圴\\\",4,\\\"圼圽圿坁坃坄坅坆坈坉坋坒\\\",4,\\\"坘坙坢坣坥坧坬坮坰坱坲坴坵坸坹坺坽坾坿垀\\\"],\\n[\\\"8880\\\",\\\"垁垇垈垉垊垍\\\",4,\\\"垔\\\",6,\\\"垜垝垞垟垥垨垪垬垯垰垱垳垵垶垷垹\\\",8,\\\"埄\\\",6,\\\"埌埍埐埑埓埖埗埛埜埞埡埢埣埥\\\",7,\\\"埮埰埱埲埳埵埶執埻埼埾埿堁堃堄堅堈堉堊堌堎堏堐堒堓堔堖堗堘堚堛堜堝堟堢堣堥\\\",4,\\\"堫\\\",4,\\\"報堲堳場堶\\\",7],\\n[\\\"8940\\\",\\\"堾\\\",5,\\\"塅\\\",6,\\\"塎塏塐塒塓塕塖塗塙\\\",4,\\\"塟\\\",5,\\\"塦\\\",4,\\\"塭\\\",16,\\\"塿墂墄墆墇墈墊墋墌\\\"],\\n[\\\"8980\\\",\\\"墍\\\",4,\\\"墔\\\",4,\\\"墛墜墝墠\\\",7,\\\"墪\\\",17,\\\"墽墾墿壀壂壃壄壆\\\",10,\\\"壒壓壔壖\\\",13,\\\"壥\\\",5,\\\"壭壯壱売壴壵壷壸壺\\\",7,\\\"夃夅夆夈\\\",4,\\\"夎夐夑夒夓夗夘夛夝夞夠夡夢夣夦夨夬夰夲夳夵夶夻\\\"],\\n[\\\"8a40\\\",\\\"夽夾夿奀奃奅奆奊奌奍奐奒奓奙奛\\\",4,\\\"奡奣奤奦\\\",12,\\\"奵奷奺奻奼奾奿妀妅妉妋妌妎妏妐妑妔妕妘妚妛妜妝妟妠妡妢妦\\\"],\\n[\\\"8a80\\\",\\\"妧妬妭妰妱妳\\\",5,\\\"妺妼妽妿\\\",6,\\\"姇姈姉姌姍姎姏姕姖姙姛姞\\\",4,\\\"姤姦姧姩姪姫姭\\\",11,\\\"姺姼姽姾娀娂娊娋娍娎娏娐娒娔娕娖娗娙娚娛娝娞娡娢娤娦娧娨娪\\\",6,\\\"娳娵娷\\\",4,\\\"娽娾娿婁\\\",4,\\\"婇婈婋\\\",9,\\\"婖婗婘婙婛\\\",5],\\n[\\\"8b40\\\",\\\"婡婣婤婥婦婨婩婫\\\",8,\\\"婸婹婻婼婽婾媀\\\",17,\\\"媓\\\",6,\\\"媜\\\",13,\\\"媫媬\\\"],\\n[\\\"8b80\\\",\\\"媭\\\",4,\\\"媴媶媷媹\\\",4,\\\"媿嫀嫃\\\",5,\\\"嫊嫋嫍\\\",4,\\\"嫓嫕嫗嫙嫚嫛嫝嫞嫟嫢嫤嫥嫧嫨嫪嫬\\\",4,\\\"嫲\\\",22,\\\"嬊\\\",11,\\\"嬘\\\",25,\\\"嬳嬵嬶嬸\\\",7,\\\"孁\\\",6],\\n[\\\"8c40\\\",\\\"孈\\\",7,\\\"孒孖孞孠孡孧孨孫孭孮孯孲孴孶孷學孹孻孼孾孿宂宆宊宍宎宐宑宒宔宖実宧宨宩宬宭宮宯宱宲宷宺宻宼寀寁寃寈寉寊寋寍寎寏\\\"],\\n[\\\"8c80\\\",\\\"寑寔\\\",8,\\\"寠寢寣實寧審\\\",4,\\\"寯寱\\\",6,\\\"寽対尀専尃尅將專尋尌對導尐尒尓尗尙尛尞尟尠尡尣尦尨尩尪尫尭尮尯尰尲尳尵尶尷屃屄屆屇屌屍屒屓屔屖屗屘屚屛屜屝屟屢層屧\\\",6,\\\"屰屲\\\",6,\\\"屻屼屽屾岀岃\\\",4,\\\"岉岊岋岎岏岒岓岕岝\\\",4,\\\"岤\\\",4],\\n[\\\"8d40\\\",\\\"岪岮岯岰岲岴岶岹岺岻岼岾峀峂峃峅\\\",5,\\\"峌\\\",5,\\\"峓\\\",5,\\\"峚\\\",6,\\\"峢峣峧峩峫峬峮峯峱\\\",9,\\\"峼\\\",4],\\n[\\\"8d80\\\",\\\"崁崄崅崈\\\",5,\\\"崏\\\",4,\\\"崕崗崘崙崚崜崝崟\\\",4,\\\"崥崨崪崫崬崯\\\",4,\\\"崵\\\",7,\\\"崿\\\",7,\\\"嵈嵉嵍\\\",10,\\\"嵙嵚嵜嵞\\\",10,\\\"嵪嵭嵮嵰嵱嵲嵳嵵\\\",12,\\\"嶃\\\",21,\\\"嶚嶛嶜嶞嶟嶠\\\"],\\n[\\\"8e40\\\",\\\"嶡\\\",21,\\\"嶸\\\",12,\\\"巆\\\",6,\\\"巎\\\",12,\\\"巜巟巠巣巤巪巬巭\\\"],\\n[\\\"8e80\\\",\\\"巰巵巶巸\\\",4,\\\"巿帀帄帇帉帊帋帍帎帒帓帗帞\\\",7,\\\"帨\\\",4,\\\"帯帰帲\\\",4,\\\"帹帺帾帿幀幁幃幆\\\",5,\\\"幍\\\",6,\\\"幖\\\",4,\\\"幜幝幟幠幣\\\",14,\\\"幵幷幹幾庁庂広庅庈庉庌庍庎庒庘庛庝庡庢庣庤庨\\\",4,\\\"庮\\\",4,\\\"庴庺庻庼庽庿\\\",6],\\n[\\\"8f40\\\",\\\"廆廇廈廋\\\",5,\\\"廔廕廗廘廙廚廜\\\",11,\\\"廩廫\\\",8,\\\"廵廸廹廻廼廽弅弆弇弉弌弍弎弐弒弔弖弙弚弜弝弞弡弢弣弤\\\"],\\n[\\\"8f80\\\",\\\"弨弫弬弮弰弲\\\",6,\\\"弻弽弾弿彁\\\",14,\\\"彑彔彙彚彛彜彞彟彠彣彥彧彨彫彮彯彲彴彵彶彸彺彽彾彿徃徆徍徎徏徑従徔徖徚徛徝從徟徠徢\\\",5,\\\"復徫徬徯\\\",5,\\\"徶徸徹徺徻徾\\\",4,\\\"忇忈忊忋忎忓忔忕忚忛応忞忟忢忣忥忦忨忩忬忯忰忲忳忴忶忷忹忺忼怇\\\"],\\n[\\\"9040\\\",\\\"怈怉怋怌怐怑怓怗怘怚怞怟怢怣怤怬怭怮怰\\\",4,\\\"怶\\\",4,\\\"怽怾恀恄\\\",6,\\\"恌恎恏恑恓恔恖恗恘恛恜恞恟恠恡恥恦恮恱恲恴恵恷恾悀\\\"],\\n[\\\"9080\\\",\\\"悁悂悅悆悇悈悊悋悎悏悐悑悓悕悗悘悙悜悞悡悢悤悥悧悩悪悮悰悳悵悶悷悹悺悽\\\",7,\\\"惇惈惉惌\\\",4,\\\"惒惓惔惖惗惙惛惞惡\\\",4,\\\"惪惱惲惵惷惸惻\\\",4,\\\"愂愃愄愅愇愊愋愌愐\\\",4,\\\"愖愗愘愙愛愜愝愞愡愢愥愨愩愪愬\\\",18,\\\"慀\\\",6],\\n[\\\"9140\\\",\\\"慇慉態慍慏慐慒慓慔慖\\\",6,\\\"慞慟慠慡慣慤慥慦慩\\\",6,\\\"慱慲慳慴慶慸\\\",18,\\\"憌憍憏\\\",4,\\\"憕\\\"],\\n[\\\"9180\\\",\\\"憖\\\",6,\\\"憞\\\",8,\\\"憪憫憭\\\",9,\\\"憸\\\",5,\\\"憿懀懁懃\\\",4,\\\"應懌\\\",4,\\\"懓懕\\\",16,\\\"懧\\\",13,\\\"懶\\\",8,\\\"戀\\\",5,\\\"戇戉戓戔戙戜戝戞戠戣戦戧戨戩戫戭戯戰戱戲戵戶戸\\\",4,\\\"扂扄扅扆扊\\\"],\\n[\\\"9240\\\",\\\"扏扐払扖扗扙扚扜\\\",6,\\\"扤扥扨扱扲扴扵扷扸扺扻扽抁抂抃抅抆抇抈抋\\\",5,\\\"抔抙抜抝択抣抦抧抩抪抭抮抯抰抲抳抴抶抷抸抺抾拀拁\\\"],\\n[\\\"9280\\\",\\\"拃拋拏拑拕拝拞拠拡拤拪拫拰拲拵拸拹拺拻挀挃挄挅挆挊挋挌挍挏挐挒挓挔挕挗挘挙挜挦挧挩挬挭挮挰挱挳\\\",5,\\\"挻挼挾挿捀捁捄捇捈捊捑捒捓捔捖\\\",7,\\\"捠捤捥捦捨捪捫捬捯捰捲捳捴捵捸捹捼捽捾捿掁掃掄掅掆掋掍掑掓掔掕掗掙\\\",6,\\\"採掤掦掫掯掱掲掵掶掹掻掽掿揀\\\"],\\n[\\\"9340\\\",\\\"揁揂揃揅揇揈揊揋揌揑揓揔揕揗\\\",6,\\\"揟揢揤\\\",4,\\\"揫揬揮揯揰揱揳揵揷揹揺揻揼揾搃搄搆\\\",4,\\\"損搎搑搒搕\\\",5,\\\"搝搟搢搣搤\\\"],\\n[\\\"9380\\\",\\\"搥搧搨搩搫搮\\\",5,\\\"搵\\\",4,\\\"搻搼搾摀摂摃摉摋\\\",6,\\\"摓摕摖摗摙\\\",4,\\\"摟\\\",7,\\\"摨摪摫摬摮\\\",9,\\\"摻\\\",6,\\\"撃撆撈\\\",8,\\\"撓撔撗撘撚撛撜撝撟\\\",4,\\\"撥撦撧撨撪撫撯撱撲撳撴撶撹撻撽撾撿擁擃擄擆\\\",6,\\\"擏擑擓擔擕擖擙據\\\"],\\n[\\\"9440\\\",\\\"擛擜擝擟擠擡擣擥擧\\\",24,\\\"攁\\\",7,\\\"攊\\\",7,\\\"攓\\\",4,\\\"攙\\\",8],\\n[\\\"9480\\\",\\\"攢攣攤攦\\\",4,\\\"攬攭攰攱攲攳攷攺攼攽敀\\\",4,\\\"敆敇敊敋敍敎敐敒敓敔敗敘敚敜敟敠敡敤敥敧敨敩敪敭敮敯敱敳敵敶數\\\",14,\\\"斈斉斊斍斎斏斒斔斕斖斘斚斝斞斠斢斣斦斨斪斬斮斱\\\",7,\\\"斺斻斾斿旀旂旇旈旉旊旍旐旑旓旔旕旘\\\",7,\\\"旡旣旤旪旫\\\"],\\n[\\\"9540\\\",\\\"旲旳旴旵旸旹旻\\\",4,\\\"昁昄昅昇昈昉昋昍昐昑昒昖昗昘昚昛昜昞昡昢昣昤昦昩昪昫昬昮昰昲昳昷\\\",4,\\\"昽昿晀時晄\\\",6,\\\"晍晎晐晑晘\\\"],\\n[\\\"9580\\\",\\\"晙晛晜晝晞晠晢晣晥晧晩\\\",4,\\\"晱晲晳晵晸晹晻晼晽晿暀暁暃暅暆暈暉暊暋暍暎暏暐暒暓暔暕暘\\\",4,\\\"暞\\\",8,\\\"暩\\\",4,\\\"暯\\\",4,\\\"暵暶暷暸暺暻暼暽暿\\\",25,\\\"曚曞\\\",7,\\\"曧曨曪\\\",5,\\\"曱曵曶書曺曻曽朁朂會\\\"],\\n[\\\"9640\\\",\\\"朄朅朆朇朌朎朏朑朒朓朖朘朙朚朜朞朠\\\",5,\\\"朧朩朮朰朲朳朶朷朸朹朻朼朾朿杁杄杅杇杊杋杍杒杔杕杗\\\",4,\\\"杝杢杣杤杦杧杫杬杮東杴杶\\\"],\\n[\\\"9680\\\",\\\"杸杹杺杻杽枀枂枃枅枆枈枊枌枍枎枏枑枒枓枔枖枙枛枟枠枡枤枦枩枬枮枱枲枴枹\\\",7,\\\"柂柅\\\",9,\\\"柕柖柗柛柟柡柣柤柦柧柨柪柫柭柮柲柵\\\",7,\\\"柾栁栂栃栄栆栍栐栒栔栕栘\\\",4,\\\"栞栟栠栢\\\",6,\\\"栫\\\",6,\\\"栴栵栶栺栻栿桇桋桍桏桒桖\\\",5],\\n[\\\"9740\\\",\\\"桜桝桞桟桪桬\\\",7,\\\"桵桸\\\",8,\\\"梂梄梇\\\",7,\\\"梐梑梒梔梕梖梘\\\",9,\\\"梣梤梥梩梪梫梬梮梱梲梴梶梷梸\\\"],\\n[\\\"9780\\\",\\\"梹\\\",6,\\\"棁棃\\\",5,\\\"棊棌棎棏棐棑棓棔棖棗棙棛\\\",4,\\\"棡棢棤\\\",9,\\\"棯棲棳棴棶棷棸棻棽棾棿椀椂椃椄椆\\\",4,\\\"椌椏椑椓\\\",11,\\\"椡椢椣椥\\\",7,\\\"椮椯椱椲椳椵椶椷椸椺椻椼椾楀楁楃\\\",16,\\\"楕楖楘楙楛楜楟\\\"],\\n[\\\"9840\\\",\\\"楡楢楤楥楧楨楩楪楬業楯楰楲\\\",4,\\\"楺楻楽楾楿榁榃榅榊榋榌榎\\\",5,\\\"榖榗榙榚榝\\\",9,\\\"榩榪榬榮榯榰榲榳榵榶榸榹榺榼榽\\\"],\\n[\\\"9880\\\",\\\"榾榿槀槂\\\",7,\\\"構槍槏槑槒槓槕\\\",5,\\\"槜槝槞槡\\\",11,\\\"槮槯槰槱槳\\\",9,\\\"槾樀\\\",9,\\\"樋\\\",11,\\\"標\\\",5,\\\"樠樢\\\",5,\\\"権樫樬樭樮樰樲樳樴樶\\\",6,\\\"樿\\\",4,\\\"橅橆橈\\\",7,\\\"橑\\\",6,\\\"橚\\\"],\\n[\\\"9940\\\",\\\"橜\\\",4,\\\"橢橣橤橦\\\",10,\\\"橲\\\",6,\\\"橺橻橽橾橿檁檂檃檅\\\",8,\\\"檏檒\\\",4,\\\"檘\\\",7,\\\"檡\\\",5],\\n[\\\"9980\\\",\\\"檧檨檪檭\\\",114,\\\"欥欦欨\\\",6],\\n[\\\"9a40\\\",\\\"欯欰欱欳欴欵欶欸欻欼欽欿歀歁歂歄歅歈歊歋歍\\\",11,\\\"歚\\\",7,\\\"歨歩歫\\\",13,\\\"歺歽歾歿殀殅殈\\\"],\\n[\\\"9a80\\\",\\\"殌殎殏殐殑殔殕殗殘殙殜\\\",4,\\\"殢\\\",7,\\\"殫\\\",7,\\\"殶殸\\\",6,\\\"毀毃毄毆\\\",4,\\\"毌毎毐毑毘毚毜\\\",4,\\\"毢\\\",7,\\\"毬毭毮毰毱毲毴毶毷毸毺毻毼毾\\\",6,\\\"氈\\\",4,\\\"氎氒気氜氝氞氠氣氥氫氬氭氱氳氶氷氹氺氻氼氾氿汃汄汅汈汋\\\",4,\\\"汑汒汓汖汘\\\"],\\n[\\\"9b40\\\",\\\"汙汚汢汣汥汦汧汫\\\",4,\\\"汱汳汵汷汸決汻汼汿沀沄沇沊沋沍沎沑沒沕沖沗沘沚沜沝沞沠沢沨沬沯沰沴沵沶沷沺泀況泂泃泆泇泈泋泍泎泏泑泒泘\\\"],\\n[\\\"9b80\\\",\\\"泙泚泜泝泟泤泦泧泩泬泭泲泴泹泿洀洂洃洅洆洈洉洊洍洏洐洑洓洔洕洖洘洜洝洟\\\",5,\\\"洦洨洩洬洭洯洰洴洶洷洸洺洿浀浂浄浉浌浐浕浖浗浘浛浝浟浡浢浤浥浧浨浫浬浭浰浱浲浳浵浶浹浺浻浽\\\",4,\\\"涃涄涆涇涊涋涍涏涐涒涖\\\",4,\\\"涜涢涥涬涭涰涱涳涴涶涷涹\\\",5,\\\"淁淂淃淈淉淊\\\"],\\n[\\\"9c40\\\",\\\"淍淎淏淐淒淓淔淕淗淚淛淜淟淢淣淥淧淨淩淪淭淯淰淲淴淵淶淸淺淽\\\",7,\\\"渆渇済渉渋渏渒渓渕渘渙減渜渞渟渢渦渧渨渪測渮渰渱渳渵\\\"],\\n[\\\"9c80\\\",\\\"渶渷渹渻\\\",7,\\\"湅\\\",7,\\\"湏湐湑湒湕湗湙湚湜湝湞湠\\\",10,\\\"湬湭湯\\\",14,\\\"満溁溂溄溇溈溊\\\",4,\\\"溑\\\",6,\\\"溙溚溛溝溞溠溡溣溤溦溨溩溫溬溭溮溰溳溵溸溹溼溾溿滀滃滄滅滆滈滉滊滌滍滎滐滒滖滘滙滛滜滝滣滧滪\\\",5],\\n[\\\"9d40\\\",\\\"滰滱滲滳滵滶滷滸滺\\\",7,\\\"漃漄漅漇漈漊\\\",4,\\\"漐漑漒漖\\\",9,\\\"漡漢漣漥漦漧漨漬漮漰漲漴漵漷\\\",6,\\\"漿潀潁潂\\\"],\\n[\\\"9d80\\\",\\\"潃潄潅潈潉潊潌潎\\\",9,\\\"潙潚潛潝潟潠潡潣潤潥潧\\\",5,\\\"潯潰潱潳潵潶潷潹潻潽\\\",6,\\\"澅澆澇澊澋澏\\\",12,\\\"澝澞澟澠澢\\\",4,\\\"澨\\\",10,\\\"澴澵澷澸澺\\\",5,\\\"濁濃\\\",5,\\\"濊\\\",6,\\\"濓\\\",10,\\\"濟濢濣濤濥\\\"],\\n[\\\"9e40\\\",\\\"濦\\\",7,\\\"濰\\\",32,\\\"瀒\\\",7,\\\"瀜\\\",6,\\\"瀤\\\",6],\\n[\\\"9e80\\\",\\\"瀫\\\",9,\\\"瀶瀷瀸瀺\\\",17,\\\"灍灎灐\\\",13,\\\"灟\\\",11,\\\"灮灱灲灳灴灷灹灺灻災炁炂炃炄炆炇炈炋炌炍炏炐炑炓炗炘炚炛炞\\\",12,\\\"炰炲炴炵炶為炾炿烄烅烆烇烉烋\\\",12,\\\"烚\\\"],\\n[\\\"9f40\\\",\\\"烜烝烞烠烡烢烣烥烪烮烰\\\",6,\\\"烸烺烻烼烾\\\",10,\\\"焋\\\",4,\\\"焑焒焔焗焛\\\",10,\\\"焧\\\",7,\\\"焲焳焴\\\"],\\n[\\\"9f80\\\",\\\"焵焷\\\",13,\\\"煆煇煈煉煋煍煏\\\",12,\\\"煝煟\\\",4,\\\"煥煩\\\",4,\\\"煯煰煱煴煵煶煷煹煻煼煾\\\",5,\\\"熅\\\",4,\\\"熋熌熍熎熐熑熒熓熕熖熗熚\\\",4,\\\"熡\\\",6,\\\"熩熪熫熭\\\",5,\\\"熴熶熷熸熺\\\",8,\\\"燄\\\",9,\\\"燏\\\",4],\\n[\\\"a040\\\",\\\"燖\\\",9,\\\"燡燢燣燤燦燨\\\",5,\\\"燯\\\",9,\\\"燺\\\",11,\\\"爇\\\",19],\\n[\\\"a080\\\",\\\"爛爜爞\\\",9,\\\"爩爫爭爮爯爲爳爴爺爼爾牀\\\",6,\\\"牉牊牋牎牏牐牑牓牔牕牗牘牚牜牞牠牣牤牥牨牪牫牬牭牰牱牳牴牶牷牸牻牼牽犂犃犅\\\",4,\\\"犌犎犐犑犓\\\",11,\\\"犠\\\",11,\\\"犮犱犲犳犵犺\\\",6,\\\"狅狆狇狉狊狋狌狏狑狓狔狕狖狘狚狛\\\"],\\n[\\\"a1a1\\\",\\\"　、。·ˉˇ¨〃々—～‖…‘’“”〔〕〈\\\",7,\\\"〖〗【】±×÷∶∧∨∑∏∪∩∈∷√⊥∥∠⌒⊙∫∮≡≌≈∽∝≠≮≯≤≥∞∵∴♂♀°′″℃＄¤￠￡‰§№☆★○●◎◇◆□■△▲※→←↑↓〓\\\"],\\n[\\\"a2a1\\\",\\\"ⅰ\\\",9],\\n[\\\"a2b1\\\",\\\"⒈\\\",19,\\\"⑴\\\",19,\\\"①\\\",9],\\n[\\\"a2e5\\\",\\\"㈠\\\",9],\\n[\\\"a2f1\\\",\\\"Ⅰ\\\",11],\\n[\\\"a3a1\\\",\\\"！＂＃￥％\\\",88,\\\"￣\\\"],\\n[\\\"a4a1\\\",\\\"ぁ\\\",82],\\n[\\\"a5a1\\\",\\\"ァ\\\",85],\\n[\\\"a6a1\\\",\\\"Α\\\",16,\\\"Σ\\\",6],\\n[\\\"a6c1\\\",\\\"α\\\",16,\\\"σ\\\",6],\\n[\\\"a6e0\\\",\\\"︵︶︹︺︿﹀︽︾﹁﹂﹃﹄\\\"],\\n[\\\"a6ee\\\",\\\"︻︼︷︸︱\\\"],\\n[\\\"a6f4\\\",\\\"︳︴\\\"],\\n[\\\"a7a1\\\",\\\"А\\\",5,\\\"ЁЖ\\\",25],\\n[\\\"a7d1\\\",\\\"а\\\",5,\\\"ёж\\\",25],\\n[\\\"a840\\\",\\\"ˊˋ˙–―‥‵℅℉↖↗↘↙∕∟∣≒≦≧⊿═\\\",35,\\\"▁\\\",6],\\n[\\\"a880\\\",\\\"█\\\",7,\\\"▓▔▕▼▽◢◣◤◥☉⊕〒〝〞\\\"],\\n[\\\"a8a1\\\",\\\"āáǎàēéěèīíǐìōóǒòūúǔùǖǘǚǜüêɑ\\\"],\\n[\\\"a8bd\\\",\\\"ńň\\\"],\\n[\\\"a8c0\\\",\\\"ɡ\\\"],\\n[\\\"a8c5\\\",\\\"ㄅ\\\",36],\\n[\\\"a940\\\",\\\"〡\\\",8,\\\"㊣㎎㎏㎜㎝㎞㎡㏄㏎㏑㏒㏕︰￢￤\\\"],\\n[\\\"a959\\\",\\\"℡㈱\\\"],\\n[\\\"a95c\\\",\\\"‐\\\"],\\n[\\\"a960\\\",\\\"ー゛゜ヽヾ〆ゝゞ﹉\\\",9,\\\"﹔﹕﹖﹗﹙\\\",8],\\n[\\\"a980\\\",\\\"﹢\\\",4,\\\"﹨﹩﹪﹫\\\"],\\n[\\\"a996\\\",\\\"〇\\\"],\\n[\\\"a9a4\\\",\\\"─\\\",75],\\n[\\\"aa40\\\",\\\"狜狝狟狢\\\",5,\\\"狪狫狵狶狹狽狾狿猀猂猄\\\",5,\\\"猋猌猍猏猐猑猒猔猘猙猚猟猠猣猤猦猧猨猭猯猰猲猳猵猶猺猻猼猽獀\\\",8],\\n[\\\"aa80\\\",\\\"獉獊獋獌獎獏獑獓獔獕獖獘\\\",7,\\\"獡\\\",10,\\\"獮獰獱\\\"],\\n[\\\"ab40\\\",\\\"獲\\\",11,\\\"獿\\\",4,\\\"玅玆玈玊玌玍玏玐玒玓玔玕玗玘玙玚玜玝玞玠玡玣\\\",5,\\\"玪玬玭玱玴玵玶玸玹玼玽玾玿珁珃\\\",4],\\n[\\\"ab80\\\",\\\"珋珌珎珒\\\",6,\\\"珚珛珜珝珟珡珢珣珤珦珨珪珫珬珮珯珰珱珳\\\",4],\\n[\\\"ac40\\\",\\\"珸\\\",10,\\\"琄琇琈琋琌琍琎琑\\\",8,\\\"琜\\\",5,\\\"琣琤琧琩琫琭琯琱琲琷\\\",4,\\\"琽琾琿瑀瑂\\\",11],\\n[\\\"ac80\\\",\\\"瑎\\\",6,\\\"瑖瑘瑝瑠\\\",12,\\\"瑮瑯瑱\\\",4,\\\"瑸瑹瑺\\\"],\\n[\\\"ad40\\\",\\\"瑻瑼瑽瑿璂璄璅璆璈璉璊璌璍璏璑\\\",10,\\\"璝璟\\\",7,\\\"璪\\\",15,\\\"璻\\\",12],\\n[\\\"ad80\\\",\\\"瓈\\\",9,\\\"瓓\\\",8,\\\"瓝瓟瓡瓥瓧\\\",6,\\\"瓰瓱瓲\\\"],\\n[\\\"ae40\\\",\\\"瓳瓵瓸\\\",6,\\\"甀甁甂甃甅\\\",7,\\\"甎甐甒甔甕甖甗甛甝甞甠\\\",4,\\\"甦甧甪甮甴甶甹甼甽甿畁畂畃畄畆畇畉畊畍畐畑畒畓畕畖畗畘\\\"],\\n[\\\"ae80\\\",\\\"畝\\\",7,\\\"畧畨畩畫\\\",6,\\\"畳畵當畷畺\\\",4,\\\"疀疁疂疄疅疇\\\"],\\n[\\\"af40\\\",\\\"疈疉疊疌疍疎疐疓疕疘疛疜疞疢疦\\\",4,\\\"疭疶疷疺疻疿痀痁痆痋痌痎痏痐痑痓痗痙痚痜痝痟痠痡痥痩痬痭痮痯痲痳痵痶痷痸痺痻痽痾瘂瘄瘆瘇\\\"],\\n[\\\"af80\\\",\\\"瘈瘉瘋瘍瘎瘏瘑瘒瘓瘔瘖瘚瘜瘝瘞瘡瘣瘧瘨瘬瘮瘯瘱瘲瘶瘷瘹瘺瘻瘽癁療癄\\\"],\\n[\\\"b040\\\",\\\"癅\\\",6,\\\"癎\\\",5,\\\"癕癗\\\",4,\\\"癝癟癠癡癢癤\\\",6,\\\"癬癭癮癰\\\",7,\\\"癹発發癿皀皁皃皅皉皊皌皍皏皐皒皔皕皗皘皚皛\\\"],\\n[\\\"b080\\\",\\\"皜\\\",7,\\\"皥\\\",8,\\\"皯皰皳皵\\\",9,\\\"盀盁盃啊阿埃挨哎唉哀皑癌蔼矮艾碍爱隘鞍氨安俺按暗岸胺案肮昂盎凹敖熬翱袄傲奥懊澳芭捌扒叭吧笆八疤巴拔跋靶把耙坝霸罢爸白柏百摆佰败拜稗斑班搬扳般颁板版扮拌伴瓣半办绊邦帮梆榜膀绑棒磅蚌镑傍谤苞胞包褒剥\\\"],\\n[\\\"b140\\\",\\\"盄盇盉盋盌盓盕盙盚盜盝盞盠\\\",4,\\\"盦\\\",7,\\\"盰盳盵盶盷盺盻盽盿眀眂眃眅眆眊県眎\\\",10,\\\"眛眜眝眞眡眣眤眥眧眪眫\\\"],\\n[\\\"b180\\\",\\\"眬眮眰\\\",4,\\\"眹眻眽眾眿睂睄睅睆睈\\\",7,\\\"睒\\\",7,\\\"睜薄雹保堡饱宝抱报暴豹鲍爆杯碑悲卑北辈背贝钡倍狈备惫焙被奔苯本笨崩绷甭泵蹦迸逼鼻比鄙笔彼碧蓖蔽毕毙毖币庇痹闭敝弊必辟壁臂避陛鞭边编贬扁便变卞辨辩辫遍标彪膘表鳖憋别瘪彬斌濒滨宾摈兵冰柄丙秉饼炳\\\"],\\n[\\\"b240\\\",\\\"睝睞睟睠睤睧睩睪睭\\\",11,\\\"睺睻睼瞁瞂瞃瞆\\\",5,\\\"瞏瞐瞓\\\",11,\\\"瞡瞣瞤瞦瞨瞫瞭瞮瞯瞱瞲瞴瞶\\\",4],\\n[\\\"b280\\\",\\\"瞼瞾矀\\\",12,\\\"矎\\\",8,\\\"矘矙矚矝\\\",4,\\\"矤病并玻菠播拨钵波博勃搏铂箔伯帛舶脖膊渤泊驳捕卜哺补埠不布步簿部怖擦猜裁材才财睬踩采彩菜蔡餐参蚕残惭惨灿苍舱仓沧藏操糙槽曹草厕策侧册测层蹭插叉茬茶查碴搽察岔差诧拆柴豺搀掺蝉馋谗缠铲产阐颤昌猖\\\"],\\n[\\\"b340\\\",\\\"矦矨矪矯矰矱矲矴矵矷矹矺矻矼砃\\\",5,\\\"砊砋砎砏砐砓砕砙砛砞砠砡砢砤砨砪砫砮砯砱砲砳砵砶砽砿硁硂硃硄硆硈硉硊硋硍硏硑硓硔硘硙硚\\\"],\\n[\\\"b380\\\",\\\"硛硜硞\\\",11,\\\"硯\\\",7,\\\"硸硹硺硻硽\\\",6,\\\"场尝常长偿肠厂敞畅唱倡超抄钞朝嘲潮巢吵炒车扯撤掣彻澈郴臣辰尘晨忱沉陈趁衬撑称城橙成呈乘程惩澄诚承逞骋秤吃痴持匙池迟弛驰耻齿侈尺赤翅斥炽充冲虫崇宠抽酬畴踌稠愁筹仇绸瞅丑臭初出橱厨躇锄雏滁除楚\\\"],\\n[\\\"b440\\\",\\\"碄碅碆碈碊碋碏碐碒碔碕碖碙碝碞碠碢碤碦碨\\\",7,\\\"碵碶碷碸確碻碼碽碿磀磂磃磄磆磇磈磌磍磎磏磑磒磓磖磗磘磚\\\",9],\\n[\\\"b480\\\",\\\"磤磥磦磧磩磪磫磭\\\",4,\\\"磳磵磶磸磹磻\\\",5,\\\"礂礃礄礆\\\",6,\\\"础储矗搐触处揣川穿椽传船喘串疮窗幢床闯创吹炊捶锤垂春椿醇唇淳纯蠢戳绰疵茨磁雌辞慈瓷词此刺赐次聪葱囱匆从丛凑粗醋簇促蹿篡窜摧崔催脆瘁粹淬翠村存寸磋撮搓措挫错搭达答瘩打大呆歹傣戴带殆代贷袋待逮\\\"],\\n[\\\"b540\\\",\\\"礍\\\",5,\\\"礔\\\",9,\\\"礟\\\",4,\\\"礥\\\",14,\\\"礵\\\",4,\\\"礽礿祂祃祄祅祇祊\\\",8,\\\"祔祕祘祙祡祣\\\"],\\n[\\\"b580\\\",\\\"祤祦祩祪祫祬祮祰\\\",6,\\\"祹祻\\\",4,\\\"禂禃禆禇禈禉禋禌禍禎禐禑禒怠耽担丹单郸掸胆旦氮但惮淡诞弹蛋当挡党荡档刀捣蹈倒岛祷导到稻悼道盗德得的蹬灯登等瞪凳邓堤低滴迪敌笛狄涤翟嫡抵底地蒂第帝弟递缔颠掂滇碘点典靛垫电佃甸店惦奠淀殿碉叼雕凋刁掉吊钓调跌爹碟蝶迭谍叠\\\"],\\n[\\\"b640\\\",\\\"禓\\\",6,\\\"禛\\\",11,\\\"禨\\\",10,\\\"禴\\\",4,\\\"禼禿秂秄秅秇秈秊秌秎秏秐秓秔秖秗秙\\\",5,\\\"秠秡秢秥秨秪\\\"],\\n[\\\"b680\\\",\\\"秬秮秱\\\",6,\\\"秹秺秼秾秿稁稄稅稇稈稉稊稌稏\\\",4,\\\"稕稖稘稙稛稜丁盯叮钉顶鼎锭定订丢东冬董懂动栋侗恫冻洞兜抖斗陡豆逗痘都督毒犊独读堵睹赌杜镀肚度渡妒端短锻段断缎堆兑队对墩吨蹲敦顿囤钝盾遁掇哆多夺垛躲朵跺舵剁惰堕蛾峨鹅俄额讹娥恶厄扼遏鄂饿恩而儿耳尔饵洱二\\\"],\\n[\\\"b740\\\",\\\"稝稟稡稢稤\\\",14,\\\"稴稵稶稸稺稾穀\\\",5,\\\"穇\\\",9,\\\"穒\\\",4,\\\"穘\\\",16],\\n[\\\"b780\\\",\\\"穩\\\",6,\\\"穱穲穳穵穻穼穽穾窂窅窇窉窊窋窌窎窏窐窓窔窙窚窛窞窡窢贰发罚筏伐乏阀法珐藩帆番翻樊矾钒繁凡烦反返范贩犯饭泛坊芳方肪房防妨仿访纺放菲非啡飞肥匪诽吠肺废沸费芬酚吩氛分纷坟焚汾粉奋份忿愤粪丰封枫蜂峰锋风疯烽逢冯缝讽奉凤佛否夫敷肤孵扶拂辐幅氟符伏俘服\\\"],\\n[\\\"b840\\\",\\\"窣窤窧窩窪窫窮\\\",4,\\\"窴\\\",10,\\\"竀\\\",10,\\\"竌\\\",9,\\\"竗竘竚竛竜竝竡竢竤竧\\\",5,\\\"竮竰竱竲竳\\\"],\\n[\\\"b880\\\",\\\"竴\\\",4,\\\"竻竼竾笀笁笂笅笇笉笌笍笎笐笒笓笖笗笘笚笜笝笟笡笢笣笧笩笭浮涪福袱弗甫抚辅俯釜斧脯腑府腐赴副覆赋复傅付阜父腹负富讣附妇缚咐噶嘎该改概钙盖溉干甘杆柑竿肝赶感秆敢赣冈刚钢缸肛纲岗港杠篙皋高膏羔糕搞镐稿告哥歌搁戈鸽胳疙割革葛格蛤阁隔铬个各给根跟耕更庚羹\\\"],\\n[\\\"b940\\\",\\\"笯笰笲笴笵笶笷笹笻笽笿\\\",5,\\\"筆筈筊筍筎筓筕筗筙筜筞筟筡筣\\\",10,\\\"筯筰筳筴筶筸筺筼筽筿箁箂箃箄箆\\\",6,\\\"箎箏\\\"],\\n[\\\"b980\\\",\\\"箑箒箓箖箘箙箚箛箞箟箠箣箤箥箮箯箰箲箳箵箶箷箹\\\",7,\\\"篂篃範埂耿梗工攻功恭龚供躬公宫弓巩汞拱贡共钩勾沟苟狗垢构购够辜菇咕箍估沽孤姑鼓古蛊骨谷股故顾固雇刮瓜剐寡挂褂乖拐怪棺关官冠观管馆罐惯灌贯光广逛瑰规圭硅归龟闺轨鬼诡癸桂柜跪贵刽辊滚棍锅郭国果裹过哈\\\"],\\n[\\\"ba40\\\",\\\"篅篈築篊篋篍篎篏篐篒篔\\\",4,\\\"篛篜篞篟篠篢篣篤篧篨篩篫篬篭篯篰篲\\\",4,\\\"篸篹篺篻篽篿\\\",7,\\\"簈簉簊簍簎簐\\\",5,\\\"簗簘簙\\\"],\\n[\\\"ba80\\\",\\\"簚\\\",4,\\\"簠\\\",5,\\\"簨簩簫\\\",12,\\\"簹\\\",5,\\\"籂骸孩海氦亥害骇酣憨邯韩含涵寒函喊罕翰撼捍旱憾悍焊汗汉夯杭航壕嚎豪毫郝好耗号浩呵喝荷菏核禾和何合盒貉阂河涸赫褐鹤贺嘿黑痕很狠恨哼亨横衡恒轰哄烘虹鸿洪宏弘红喉侯猴吼厚候后呼乎忽瑚壶葫胡蝴狐糊湖\\\"],\\n[\\\"bb40\\\",\\\"籃\\\",9,\\\"籎\\\",36,\\\"籵\\\",5,\\\"籾\\\",9],\\n[\\\"bb80\\\",\\\"粈粊\\\",6,\\\"粓粔粖粙粚粛粠粡粣粦粧粨粩粫粬粭粯粰粴\\\",4,\\\"粺粻弧虎唬护互沪户花哗华猾滑画划化话槐徊怀淮坏欢环桓还缓换患唤痪豢焕涣宦幻荒慌黄磺蝗簧皇凰惶煌晃幌恍谎灰挥辉徽恢蛔回毁悔慧卉惠晦贿秽会烩汇讳诲绘荤昏婚魂浑混豁活伙火获或惑霍货祸击圾基机畸稽积箕\\\"],\\n[\\\"bc40\\\",\\\"粿糀糂糃糄糆糉糋糎\\\",6,\\\"糘糚糛糝糞糡\\\",6,\\\"糩\\\",5,\\\"糰\\\",7,\\\"糹糺糼\\\",13,\\\"紋\\\",5],\\n[\\\"bc80\\\",\\\"紑\\\",14,\\\"紡紣紤紥紦紨紩紪紬紭紮細\\\",6,\\\"肌饥迹激讥鸡姬绩缉吉极棘辑籍集及急疾汲即嫉级挤几脊己蓟技冀季伎祭剂悸济寄寂计记既忌际妓继纪嘉枷夹佳家加荚颊贾甲钾假稼价架驾嫁歼监坚尖笺间煎兼肩艰奸缄茧检柬碱硷拣捡简俭剪减荐槛鉴践贱见键箭件\\\"],\\n[\\\"bd40\\\",\\\"紷\\\",54,\\\"絯\\\",7],\\n[\\\"bd80\\\",\\\"絸\\\",32,\\\"健舰剑饯渐溅涧建僵姜将浆江疆蒋桨奖讲匠酱降蕉椒礁焦胶交郊浇骄娇嚼搅铰矫侥脚狡角饺缴绞剿教酵轿较叫窖揭接皆秸街阶截劫节桔杰捷睫竭洁结解姐戒藉芥界借介疥诫届巾筋斤金今津襟紧锦仅谨进靳晋禁近烬浸\\\"],\\n[\\\"be40\\\",\\\"継\\\",12,\\\"綧\\\",6,\\\"綯\\\",42],\\n[\\\"be80\\\",\\\"線\\\",32,\\\"尽劲荆兢茎睛晶鲸京惊精粳经井警景颈静境敬镜径痉靖竟竞净炯窘揪究纠玖韭久灸九酒厩救旧臼舅咎就疚鞠拘狙疽居驹菊局咀矩举沮聚拒据巨具距踞锯俱句惧炬剧捐鹃娟倦眷卷绢撅攫抉掘倔爵觉决诀绝均菌钧军君峻\\\"],\\n[\\\"bf40\\\",\\\"緻\\\",62],\\n[\\\"bf80\\\",\\\"縺縼\\\",4,\\\"繂\\\",4,\\\"繈\\\",21,\\\"俊竣浚郡骏喀咖卡咯开揩楷凯慨刊堪勘坎砍看康慷糠扛抗亢炕考拷烤靠坷苛柯棵磕颗科壳咳可渴克刻客课肯啃垦恳坑吭空恐孔控抠口扣寇枯哭窟苦酷库裤夸垮挎跨胯块筷侩快宽款匡筐狂框矿眶旷况亏盔岿窥葵奎魁傀\\\"],\\n[\\\"c040\\\",\\\"繞\\\",35,\\\"纃\\\",23,\\\"纜纝纞\\\"],\\n[\\\"c080\\\",\\\"纮纴纻纼绖绤绬绹缊缐缞缷缹缻\\\",6,\\\"罃罆\\\",9,\\\"罒罓馈愧溃坤昆捆困括扩廓阔垃拉喇蜡腊辣啦莱来赖蓝婪栏拦篮阑兰澜谰揽览懒缆烂滥琅榔狼廊郎朗浪捞劳牢老佬姥酪烙涝勒乐雷镭蕾磊累儡垒擂肋类泪棱楞冷厘梨犁黎篱狸离漓理李里鲤礼莉荔吏栗丽厉励砾历利傈例俐\\\"],\\n[\\\"c140\\\",\\\"罖罙罛罜罝罞罠罣\\\",4,\\\"罫罬罭罯罰罳罵罶罷罸罺罻罼罽罿羀羂\\\",7,\\\"羋羍羏\\\",4,\\\"羕\\\",4,\\\"羛羜羠羢羣羥羦羨\\\",6,\\\"羱\\\"],\\n[\\\"c180\\\",\\\"羳\\\",4,\\\"羺羻羾翀翂翃翄翆翇翈翉翋翍翏\\\",4,\\\"翖翗翙\\\",5,\\\"翢翣痢立粒沥隶力璃哩俩联莲连镰廉怜涟帘敛脸链恋炼练粮凉梁粱良两辆量晾亮谅撩聊僚疗燎寥辽潦了撂镣廖料列裂烈劣猎琳林磷霖临邻鳞淋凛赁吝拎玲菱零龄铃伶羚凌灵陵岭领另令溜琉榴硫馏留刘瘤流柳六龙聋咙笼窿\\\"],\\n[\\\"c240\\\",\\\"翤翧翨翪翫翬翭翯翲翴\\\",6,\\\"翽翾翿耂耇耈耉耊耎耏耑耓耚耛耝耞耟耡耣耤耫\\\",5,\\\"耲耴耹耺耼耾聀聁聄聅聇聈聉聎聏聐聑聓聕聖聗\\\"],\\n[\\\"c280\\\",\\\"聙聛\\\",13,\\\"聫\\\",5,\\\"聲\\\",11,\\\"隆垄拢陇楼娄搂篓漏陋芦卢颅庐炉掳卤虏鲁麓碌露路赂鹿潞禄录陆戮驴吕铝侣旅履屡缕虑氯律率滤绿峦挛孪滦卵乱掠略抡轮伦仑沦纶论萝螺罗逻锣箩骡裸落洛骆络妈麻玛码蚂马骂嘛吗埋买麦卖迈脉瞒馒蛮满蔓曼慢漫\\\"],\\n[\\\"c340\\\",\\\"聾肁肂肅肈肊肍\\\",5,\\\"肔肕肗肙肞肣肦肧肨肬肰肳肵肶肸肹肻胅胇\\\",4,\\\"胏\\\",6,\\\"胘胟胠胢胣胦胮胵胷胹胻胾胿脀脁脃脄脅脇脈脋\\\"],\\n[\\\"c380\\\",\\\"脌脕脗脙脛脜脝脟\\\",12,\\\"脭脮脰脳脴脵脷脹\\\",4,\\\"脿谩芒茫盲氓忙莽猫茅锚毛矛铆卯茂冒帽貌贸么玫枚梅酶霉煤没眉媒镁每美昧寐妹媚门闷们萌蒙檬盟锰猛梦孟眯醚靡糜迷谜弥米秘觅泌蜜密幂棉眠绵冕免勉娩缅面苗描瞄藐秒渺庙妙蔑灭民抿皿敏悯闽明螟鸣铭名命谬摸\\\"],\\n[\\\"c440\\\",\\\"腀\\\",5,\\\"腇腉腍腎腏腒腖腗腘腛\\\",4,\\\"腡腢腣腤腦腨腪腫腬腯腲腳腵腶腷腸膁膃\\\",4,\\\"膉膋膌膍膎膐膒\\\",5,\\\"膙膚膞\\\",4,\\\"膤膥\\\"],\\n[\\\"c480\\\",\\\"膧膩膫\\\",7,\\\"膴\\\",5,\\\"膼膽膾膿臄臅臇臈臉臋臍\\\",6,\\\"摹蘑模膜磨摩魔抹末莫墨默沫漠寞陌谋牟某拇牡亩姆母墓暮幕募慕木目睦牧穆拿哪呐钠那娜纳氖乃奶耐奈南男难囊挠脑恼闹淖呢馁内嫩能妮霓倪泥尼拟你匿腻逆溺蔫拈年碾撵捻念娘酿鸟尿捏聂孽啮镊镍涅您柠狞凝宁\\\"],\\n[\\\"c540\\\",\\\"臔\\\",14,\\\"臤臥臦臨臩臫臮\\\",4,\\\"臵\\\",5,\\\"臽臿舃與\\\",4,\\\"舎舏舑舓舕\\\",5,\\\"舝舠舤舥舦舧舩舮舲舺舼舽舿\\\"],\\n[\\\"c580\\\",\\\"艀艁艂艃艅艆艈艊艌艍艎艐\\\",7,\\\"艙艛艜艝艞艠\\\",7,\\\"艩拧泞牛扭钮纽脓浓农弄奴努怒女暖虐疟挪懦糯诺哦欧鸥殴藕呕偶沤啪趴爬帕怕琶拍排牌徘湃派攀潘盘磐盼畔判叛乓庞旁耪胖抛咆刨炮袍跑泡呸胚培裴赔陪配佩沛喷盆砰抨烹澎彭蓬棚硼篷膨朋鹏捧碰坯砒霹批披劈琵毗\\\"],\\n[\\\"c640\\\",\\\"艪艫艬艭艱艵艶艷艸艻艼芀芁芃芅芆芇芉芌芐芓芔芕芖芚芛芞芠芢芣芧芲芵芶芺芻芼芿苀苂苃苅苆苉苐苖苙苚苝苢苧苨苩苪苬苭苮苰苲苳苵苶苸\\\"],\\n[\\\"c680\\\",\\\"苺苼\\\",4,\\\"茊茋茍茐茒茓茖茘茙茝\\\",9,\\\"茩茪茮茰茲茷茻茽啤脾疲皮匹痞僻屁譬篇偏片骗飘漂瓢票撇瞥拼频贫品聘乒坪苹萍平凭瓶评屏坡泼颇婆破魄迫粕剖扑铺仆莆葡菩蒲埔朴圃普浦谱曝瀑期欺栖戚妻七凄漆柒沏其棋奇歧畦崎脐齐旗祈祁骑起岂乞企启契砌器气迄弃汽泣讫掐\\\"],\\n[\\\"c740\\\",\\\"茾茿荁荂荄荅荈荊\\\",4,\\\"荓荕\\\",4,\\\"荝荢荰\\\",6,\\\"荹荺荾\\\",6,\\\"莇莈莊莋莌莍莏莐莑莔莕莖莗莙莚莝莟莡\\\",6,\\\"莬莭莮\\\"],\\n[\\\"c780\\\",\\\"莯莵莻莾莿菂菃菄菆菈菉菋菍菎菐菑菒菓菕菗菙菚菛菞菢菣菤菦菧菨菫菬菭恰洽牵扦钎铅千迁签仟谦乾黔钱钳前潜遣浅谴堑嵌欠歉枪呛腔羌墙蔷强抢橇锹敲悄桥瞧乔侨巧鞘撬翘峭俏窍切茄且怯窃钦侵亲秦琴勤芹擒禽寝沁青轻氢倾卿清擎晴氰情顷请庆琼穷秋丘邱球求囚酋泅趋区蛆曲躯屈驱渠\\\"],\\n[\\\"c840\\\",\\\"菮華菳\\\",4,\\\"菺菻菼菾菿萀萂萅萇萈萉萊萐萒\\\",5,\\\"萙萚萛萞\\\",5,\\\"萩\\\",7,\\\"萲\\\",5,\\\"萹萺萻萾\\\",7,\\\"葇葈葉\\\"],\\n[\\\"c880\\\",\\\"葊\\\",6,\\\"葒\\\",4,\\\"葘葝葞葟葠葢葤\\\",4,\\\"葪葮葯葰葲葴葷葹葻葼取娶龋趣去圈颧权醛泉全痊拳犬券劝缺炔瘸却鹊榷确雀裙群然燃冉染瓤壤攘嚷让饶扰绕惹热壬仁人忍韧任认刃妊纫扔仍日戎茸蓉荣融熔溶容绒冗揉柔肉茹蠕儒孺如辱乳汝入褥软阮蕊瑞锐闰润若弱撒洒萨腮鳃塞赛三叁\\\"],\\n[\\\"c940\\\",\\\"葽\\\",4,\\\"蒃蒄蒅蒆蒊蒍蒏\\\",7,\\\"蒘蒚蒛蒝蒞蒟蒠蒢\\\",12,\\\"蒰蒱蒳蒵蒶蒷蒻蒼蒾蓀蓂蓃蓅蓆蓇蓈蓋蓌蓎蓏蓒蓔蓕蓗\\\"],\\n[\\\"c980\\\",\\\"蓘\\\",4,\\\"蓞蓡蓢蓤蓧\\\",4,\\\"蓭蓮蓯蓱\\\",10,\\\"蓽蓾蔀蔁蔂伞散桑嗓丧搔骚扫嫂瑟色涩森僧莎砂杀刹沙纱傻啥煞筛晒珊苫杉山删煽衫闪陕擅赡膳善汕扇缮墒伤商赏晌上尚裳梢捎稍烧芍勺韶少哨邵绍奢赊蛇舌舍赦摄射慑涉社设砷申呻伸身深娠绅神沈审婶甚肾慎渗声生甥牲升绳\\\"],\\n[\\\"ca40\\\",\\\"蔃\\\",8,\\\"蔍蔎蔏蔐蔒蔔蔕蔖蔘蔙蔛蔜蔝蔞蔠蔢\\\",8,\\\"蔭\\\",9,\\\"蔾\\\",4,\\\"蕄蕅蕆蕇蕋\\\",10],\\n[\\\"ca80\\\",\\\"蕗蕘蕚蕛蕜蕝蕟\\\",4,\\\"蕥蕦蕧蕩\\\",8,\\\"蕳蕵蕶蕷蕸蕼蕽蕿薀薁省盛剩胜圣师失狮施湿诗尸虱十石拾时什食蚀实识史矢使屎驶始式示士世柿事拭誓逝势是嗜噬适仕侍释饰氏市恃室视试收手首守寿授售受瘦兽蔬枢梳殊抒输叔舒淑疏书赎孰熟薯暑曙署蜀黍鼠属术述树束戍竖墅庶数漱\\\"],\\n[\\\"cb40\\\",\\\"薂薃薆薈\\\",6,\\\"薐\\\",10,\\\"薝\\\",6,\\\"薥薦薧薩薫薬薭薱\\\",5,\\\"薸薺\\\",6,\\\"藂\\\",6,\\\"藊\\\",4,\\\"藑藒\\\"],\\n[\\\"cb80\\\",\\\"藔藖\\\",5,\\\"藝\\\",6,\\\"藥藦藧藨藪\\\",14,\\\"恕刷耍摔衰甩帅栓拴霜双爽谁水睡税吮瞬顺舜说硕朔烁斯撕嘶思私司丝死肆寺嗣四伺似饲巳松耸怂颂送宋讼诵搜艘擞嗽苏酥俗素速粟僳塑溯宿诉肃酸蒜算虽隋随绥髓碎岁穗遂隧祟孙损笋蓑梭唆缩琐索锁所塌他它她塔\\\"],\\n[\\\"cc40\\\",\\\"藹藺藼藽藾蘀\\\",4,\\\"蘆\\\",10,\\\"蘒蘓蘔蘕蘗\\\",15,\\\"蘨蘪\\\",13,\\\"蘹蘺蘻蘽蘾蘿虀\\\"],\\n[\\\"cc80\\\",\\\"虁\\\",11,\\\"虒虓處\\\",4,\\\"虛虜虝號虠虡虣\\\",7,\\\"獭挞蹋踏胎苔抬台泰酞太态汰坍摊贪瘫滩坛檀痰潭谭谈坦毯袒碳探叹炭汤塘搪堂棠膛唐糖倘躺淌趟烫掏涛滔绦萄桃逃淘陶讨套特藤腾疼誊梯剔踢锑提题蹄啼体替嚏惕涕剃屉天添填田甜恬舔腆挑条迢眺跳贴铁帖厅听烃\\\"],\\n[\\\"cd40\\\",\\\"虭虯虰虲\\\",6,\\\"蚃\\\",6,\\\"蚎\\\",4,\\\"蚔蚖\\\",5,\\\"蚞\\\",4,\\\"蚥蚦蚫蚭蚮蚲蚳蚷蚸蚹蚻\\\",4,\\\"蛁蛂蛃蛅蛈蛌蛍蛒蛓蛕蛖蛗蛚蛜\\\"],\\n[\\\"cd80\\\",\\\"蛝蛠蛡蛢蛣蛥蛦蛧蛨蛪蛫蛬蛯蛵蛶蛷蛺蛻蛼蛽蛿蜁蜄蜅蜆蜋蜌蜎蜏蜐蜑蜔蜖汀廷停亭庭挺艇通桐酮瞳同铜彤童桶捅筒统痛偷投头透凸秃突图徒途涂屠土吐兔湍团推颓腿蜕褪退吞屯臀拖托脱鸵陀驮驼椭妥拓唾挖哇蛙洼娃瓦袜歪外豌弯湾玩顽丸烷完碗挽晚皖惋宛婉万腕汪王亡枉网往旺望忘妄威\\\"],\\n[\\\"ce40\\\",\\\"蜙蜛蜝蜟蜠蜤蜦蜧蜨蜪蜫蜬蜭蜯蜰蜲蜳蜵蜶蜸蜹蜺蜼蜽蝀\\\",6,\\\"蝊蝋蝍蝏蝐蝑蝒蝔蝕蝖蝘蝚\\\",5,\\\"蝡蝢蝦\\\",7,\\\"蝯蝱蝲蝳蝵\\\"],\\n[\\\"ce80\\\",\\\"蝷蝸蝹蝺蝿螀螁螄螆螇螉螊螌螎\\\",4,\\\"螔螕螖螘\\\",6,\\\"螠\\\",4,\\\"巍微危韦违桅围唯惟为潍维苇萎委伟伪尾纬未蔚味畏胃喂魏位渭谓尉慰卫瘟温蚊文闻纹吻稳紊问嗡翁瓮挝蜗涡窝我斡卧握沃巫呜钨乌污诬屋无芜梧吾吴毋武五捂午舞伍侮坞戊雾晤物勿务悟误昔熙析西硒矽晰嘻吸锡牺\\\"],\\n[\\\"cf40\\\",\\\"螥螦螧螩螪螮螰螱螲螴螶螷螸螹螻螼螾螿蟁\\\",4,\\\"蟇蟈蟉蟌\\\",4,\\\"蟔\\\",6,\\\"蟜蟝蟞蟟蟡蟢蟣蟤蟦蟧蟨蟩蟫蟬蟭蟯\\\",9],\\n[\\\"cf80\\\",\\\"蟺蟻蟼蟽蟿蠀蠁蠂蠄\\\",5,\\\"蠋\\\",7,\\\"蠔蠗蠘蠙蠚蠜\\\",4,\\\"蠣稀息希悉膝夕惜熄烯溪汐犀檄袭席习媳喜铣洗系隙戏细瞎虾匣霞辖暇峡侠狭下厦夏吓掀锨先仙鲜纤咸贤衔舷闲涎弦嫌显险现献县腺馅羡宪陷限线相厢镶香箱襄湘乡翔祥详想响享项巷橡像向象萧硝霄削哮嚣销消宵淆晓\\\"],\\n[\\\"d040\\\",\\\"蠤\\\",13,\\\"蠳\\\",5,\\\"蠺蠻蠽蠾蠿衁衂衃衆\\\",5,\\\"衎\\\",5,\\\"衕衖衘衚\\\",6,\\\"衦衧衪衭衯衱衳衴衵衶衸衹衺\\\"],\\n[\\\"d080\\\",\\\"衻衼袀袃袆袇袉袊袌袎袏袐袑袓袔袕袗\\\",4,\\\"袝\\\",4,\\\"袣袥\\\",5,\\\"小孝校肖啸笑效楔些歇蝎鞋协挟携邪斜胁谐写械卸蟹懈泄泻谢屑薪芯锌欣辛新忻心信衅星腥猩惺兴刑型形邢行醒幸杏性姓兄凶胸匈汹雄熊休修羞朽嗅锈秀袖绣墟戌需虚嘘须徐许蓄酗叙旭序畜恤絮婿绪续轩喧宣悬旋玄\\\"],\\n[\\\"d140\\\",\\\"袬袮袯袰袲\\\",4,\\\"袸袹袺袻袽袾袿裀裃裄裇裈裊裋裌裍裏裐裑裓裖裗裚\\\",4,\\\"裠裡裦裧裩\\\",6,\\\"裲裵裶裷裺裻製裿褀褁褃\\\",5],\\n[\\\"d180\\\",\\\"褉褋\\\",4,\\\"褑褔\\\",4,\\\"褜\\\",4,\\\"褢褣褤褦褧褨褩褬褭褮褯褱褲褳褵褷选癣眩绚靴薛学穴雪血勋熏循旬询寻驯巡殉汛训讯逊迅压押鸦鸭呀丫芽牙蚜崖衙涯雅哑亚讶焉咽阉烟淹盐严研蜒岩延言颜阎炎沿奄掩眼衍演艳堰燕厌砚雁唁彦焰宴谚验殃央鸯秧杨扬佯疡羊洋阳氧仰痒养样漾邀腰妖瑶\\\"],\\n[\\\"d240\\\",\\\"褸\\\",8,\\\"襂襃襅\\\",24,\\\"襠\\\",5,\\\"襧\\\",19,\\\"襼\\\"],\\n[\\\"d280\\\",\\\"襽襾覀覂覄覅覇\\\",26,\\\"摇尧遥窑谣姚咬舀药要耀椰噎耶爷野冶也页掖业叶曳腋夜液一壹医揖铱依伊衣颐夷遗移仪胰疑沂宜姨彝椅蚁倚已乙矣以艺抑易邑屹亿役臆逸肄疫亦裔意毅忆义益溢诣议谊译异翼翌绎茵荫因殷音阴姻吟银淫寅饮尹引隐\\\"],\\n[\\\"d340\\\",\\\"覢\\\",30,\\\"觃觍觓觔觕觗觘觙觛觝觟觠觡觢觤觧觨觩觪觬觭觮觰觱觲觴\\\",6],\\n[\\\"d380\\\",\\\"觻\\\",4,\\\"訁\\\",5,\\\"計\\\",21,\\\"印英樱婴鹰应缨莹萤营荧蝇迎赢盈影颖硬映哟拥佣臃痈庸雍踊蛹咏泳涌永恿勇用幽优悠忧尤由邮铀犹油游酉有友右佑釉诱又幼迂淤于盂榆虞愚舆余俞逾鱼愉渝渔隅予娱雨与屿禹宇语羽玉域芋郁吁遇喻峪御愈欲狱育誉\\\"],\\n[\\\"d440\\\",\\\"訞\\\",31,\\\"訿\\\",8,\\\"詉\\\",21],\\n[\\\"d480\\\",\\\"詟\\\",25,\\\"詺\\\",6,\\\"浴寓裕预豫驭鸳渊冤元垣袁原援辕园员圆猿源缘远苑愿怨院曰约越跃钥岳粤月悦阅耘云郧匀陨允运蕴酝晕韵孕匝砸杂栽哉灾宰载再在咱攒暂赞赃脏葬遭糟凿藻枣早澡蚤躁噪造皂灶燥责择则泽贼怎增憎曾赠扎喳渣札轧\\\"],\\n[\\\"d540\\\",\\\"誁\\\",7,\\\"誋\\\",7,\\\"誔\\\",46],\\n[\\\"d580\\\",\\\"諃\\\",32,\\\"铡闸眨栅榨咋乍炸诈摘斋宅窄债寨瞻毡詹粘沾盏斩辗崭展蘸栈占战站湛绽樟章彰漳张掌涨杖丈帐账仗胀瘴障招昭找沼赵照罩兆肇召遮折哲蛰辙者锗蔗这浙珍斟真甄砧臻贞针侦枕疹诊震振镇阵蒸挣睁征狰争怔整拯正政\\\"],\\n[\\\"d640\\\",\\\"諤\\\",34,\\\"謈\\\",27],\\n[\\\"d680\\\",\\\"謤謥謧\\\",30,\\\"帧症郑证芝枝支吱蜘知肢脂汁之织职直植殖执值侄址指止趾只旨纸志挚掷至致置帜峙制智秩稚质炙痔滞治窒中盅忠钟衷终种肿重仲众舟周州洲诌粥轴肘帚咒皱宙昼骤珠株蛛朱猪诸诛逐竹烛煮拄瞩嘱主著柱助蛀贮铸筑\\\"],\\n[\\\"d740\\\",\\\"譆\\\",31,\\\"譧\\\",4,\\\"譭\\\",25],\\n[\\\"d780\\\",\\\"讇\\\",24,\\\"讬讱讻诇诐诪谉谞住注祝驻抓爪拽专砖转撰赚篆桩庄装妆撞壮状椎锥追赘坠缀谆准捉拙卓桌琢茁酌啄着灼浊兹咨资姿滋淄孜紫仔籽滓子自渍字鬃棕踪宗综总纵邹走奏揍租足卒族祖诅阻组钻纂嘴醉最罪尊遵昨左佐柞做作坐座\\\"],\\n[\\\"d840\\\",\\\"谸\\\",8,\\\"豂豃豄豅豈豊豋豍\\\",7,\\\"豖豗豘豙豛\\\",5,\\\"豣\\\",6,\\\"豬\\\",6,\\\"豴豵豶豷豻\\\",6,\\\"貃貄貆貇\\\"],\\n[\\\"d880\\\",\\\"貈貋貍\\\",6,\\\"貕貖貗貙\\\",20,\\\"亍丌兀丐廿卅丕亘丞鬲孬噩丨禺丿匕乇夭爻卮氐囟胤馗毓睾鼗丶亟鼐乜乩亓芈孛啬嘏仄厍厝厣厥厮靥赝匚叵匦匮匾赜卦卣刂刈刎刭刳刿剀剌剞剡剜蒯剽劂劁劐劓冂罔亻仃仉仂仨仡仫仞伛仳伢佤仵伥伧伉伫佞佧攸佚佝\\\"],\\n[\\\"d940\\\",\\\"貮\\\",62],\\n[\\\"d980\\\",\\\"賭\\\",32,\\\"佟佗伲伽佶佴侑侉侃侏佾佻侪佼侬侔俦俨俪俅俚俣俜俑俟俸倩偌俳倬倏倮倭俾倜倌倥倨偾偃偕偈偎偬偻傥傧傩傺僖儆僭僬僦僮儇儋仝氽佘佥俎龠汆籴兮巽黉馘冁夔勹匍訇匐凫夙兕亠兖亳衮袤亵脔裒禀嬴蠃羸冫冱冽冼\\\"],\\n[\\\"da40\\\",\\\"贎\\\",14,\\\"贠赑赒赗赟赥赨赩赪赬赮赯赱赲赸\\\",8,\\\"趂趃趆趇趈趉趌\\\",4,\\\"趒趓趕\\\",9,\\\"趠趡\\\"],\\n[\\\"da80\\\",\\\"趢趤\\\",12,\\\"趲趶趷趹趻趽跀跁跂跅跇跈跉跊跍跐跒跓跔凇冖冢冥讠讦讧讪讴讵讷诂诃诋诏诎诒诓诔诖诘诙诜诟诠诤诨诩诮诰诳诶诹诼诿谀谂谄谇谌谏谑谒谔谕谖谙谛谘谝谟谠谡谥谧谪谫谮谯谲谳谵谶卩卺阝阢阡阱阪阽阼陂陉陔陟陧陬陲陴隈隍隗隰邗邛邝邙邬邡邴邳邶邺\\\"],\\n[\\\"db40\\\",\\\"跕跘跙跜跠跡跢跥跦跧跩跭跮跰跱跲跴跶跼跾\\\",6,\\\"踆踇踈踋踍踎踐踑踒踓踕\\\",7,\\\"踠踡踤\\\",4,\\\"踫踭踰踲踳踴踶踷踸踻踼踾\\\"],\\n[\\\"db80\\\",\\\"踿蹃蹅蹆蹌\\\",4,\\\"蹓\\\",5,\\\"蹚\\\",11,\\\"蹧蹨蹪蹫蹮蹱邸邰郏郅邾郐郄郇郓郦郢郜郗郛郫郯郾鄄鄢鄞鄣鄱鄯鄹酃酆刍奂劢劬劭劾哿勐勖勰叟燮矍廴凵凼鬯厶弁畚巯坌垩垡塾墼壅壑圩圬圪圳圹圮圯坜圻坂坩垅坫垆坼坻坨坭坶坳垭垤垌垲埏垧垴垓垠埕埘埚埙埒垸埴埯埸埤埝\\\"],\\n[\\\"dc40\\\",\\\"蹳蹵蹷\\\",4,\\\"蹽蹾躀躂躃躄躆躈\\\",6,\\\"躑躒躓躕\\\",6,\\\"躝躟\\\",11,\\\"躭躮躰躱躳\\\",6,\\\"躻\\\",7],\\n[\\\"dc80\\\",\\\"軃\\\",10,\\\"軏\\\",21,\\\"堋堍埽埭堀堞堙塄堠塥塬墁墉墚墀馨鼙懿艹艽艿芏芊芨芄芎芑芗芙芫芸芾芰苈苊苣芘芷芮苋苌苁芩芴芡芪芟苄苎芤苡茉苷苤茏茇苜苴苒苘茌苻苓茑茚茆茔茕苠苕茜荑荛荜茈莒茼茴茱莛荞茯荏荇荃荟荀茗荠茭茺茳荦荥\\\"],\\n[\\\"dd40\\\",\\\"軥\\\",62],\\n[\\\"dd80\\\",\\\"輤\\\",32,\\\"荨茛荩荬荪荭荮莰荸莳莴莠莪莓莜莅荼莶莩荽莸荻莘莞莨莺莼菁萁菥菘堇萘萋菝菽菖萜萸萑萆菔菟萏萃菸菹菪菅菀萦菰菡葜葑葚葙葳蒇蒈葺蒉葸萼葆葩葶蒌蒎萱葭蓁蓍蓐蓦蒽蓓蓊蒿蒺蓠蒡蒹蒴蒗蓥蓣蔌甍蔸蓰蔹蔟蔺\\\"],\\n[\\\"de40\\\",\\\"轅\\\",32,\\\"轪辀辌辒辝辠辡辢辤辥辦辧辪辬辭辮辯農辳辴辵辷辸辺辻込辿迀迃迆\\\"],\\n[\\\"de80\\\",\\\"迉\\\",4,\\\"迏迒迖迗迚迠迡迣迧迬迯迱迲迴迵迶迺迻迼迾迿逇逈逌逎逓逕逘蕖蔻蓿蓼蕙蕈蕨蕤蕞蕺瞢蕃蕲蕻薤薨薇薏蕹薮薜薅薹薷薰藓藁藜藿蘧蘅蘩蘖蘼廾弈夼奁耷奕奚奘匏尢尥尬尴扌扪抟抻拊拚拗拮挢拶挹捋捃掭揶捱捺掎掴捭掬掊捩掮掼揲揸揠揿揄揞揎摒揆掾摅摁搋搛搠搌搦搡摞撄摭撖\\\"],\\n[\\\"df40\\\",\\\"這逜連逤逥逧\\\",5,\\\"逰\\\",4,\\\"逷逹逺逽逿遀遃遅遆遈\\\",4,\\\"過達違遖遙遚遜\\\",5,\\\"遤遦遧適遪遫遬遯\\\",4,\\\"遶\\\",6,\\\"遾邁\\\"],\\n[\\\"df80\\\",\\\"還邅邆邇邉邊邌\\\",4,\\\"邒邔邖邘邚邜邞邟邠邤邥邧邨邩邫邭邲邷邼邽邿郀摺撷撸撙撺擀擐擗擤擢攉攥攮弋忒甙弑卟叱叽叩叨叻吒吖吆呋呒呓呔呖呃吡呗呙吣吲咂咔呷呱呤咚咛咄呶呦咝哐咭哂咴哒咧咦哓哔呲咣哕咻咿哌哙哚哜咩咪咤哝哏哞唛哧唠哽唔哳唢唣唏唑唧唪啧喏喵啉啭啁啕唿啐唼\\\"],\\n[\\\"e040\\\",\\\"郂郃郆郈郉郋郌郍郒郔郕郖郘郙郚郞郟郠郣郤郥郩郪郬郮郰郱郲郳郵郶郷郹郺郻郼郿鄀鄁鄃鄅\\\",19,\\\"鄚鄛鄜\\\"],\\n[\\\"e080\\\",\\\"鄝鄟鄠鄡鄤\\\",10,\\\"鄰鄲\\\",6,\\\"鄺\\\",8,\\\"酄唷啖啵啶啷唳唰啜喋嗒喃喱喹喈喁喟啾嗖喑啻嗟喽喾喔喙嗪嗷嗉嘟嗑嗫嗬嗔嗦嗝嗄嗯嗥嗲嗳嗌嗍嗨嗵嗤辔嘞嘈嘌嘁嘤嘣嗾嘀嘧嘭噘嘹噗嘬噍噢噙噜噌噔嚆噤噱噫噻噼嚅嚓嚯囔囗囝囡囵囫囹囿圄圊圉圜帏帙帔帑帱帻帼\\\"],\\n[\\\"e140\\\",\\\"酅酇酈酑酓酔酕酖酘酙酛酜酟酠酦酧酨酫酭酳酺酻酼醀\\\",4,\\\"醆醈醊醎醏醓\\\",6,\\\"醜\\\",5,\\\"醤\\\",5,\\\"醫醬醰醱醲醳醶醷醸醹醻\\\"],\\n[\\\"e180\\\",\\\"醼\\\",10,\\\"釈釋釐釒\\\",9,\\\"針\\\",8,\\\"帷幄幔幛幞幡岌屺岍岐岖岈岘岙岑岚岜岵岢岽岬岫岱岣峁岷峄峒峤峋峥崂崃崧崦崮崤崞崆崛嵘崾崴崽嵬嵛嵯嵝嵫嵋嵊嵩嵴嶂嶙嶝豳嶷巅彳彷徂徇徉後徕徙徜徨徭徵徼衢彡犭犰犴犷犸狃狁狎狍狒狨狯狩狲狴狷猁狳猃狺\\\"],\\n[\\\"e240\\\",\\\"釦\\\",62],\\n[\\\"e280\\\",\\\"鈥\\\",32,\\\"狻猗猓猡猊猞猝猕猢猹猥猬猸猱獐獍獗獠獬獯獾舛夥飧夤夂饣饧\\\",5,\\\"饴饷饽馀馄馇馊馍馐馑馓馔馕庀庑庋庖庥庠庹庵庾庳赓廒廑廛廨廪膺忄忉忖忏怃忮怄忡忤忾怅怆忪忭忸怙怵怦怛怏怍怩怫怊怿怡恸恹恻恺恂\\\"],\\n[\\\"e340\\\",\\\"鉆\\\",45,\\\"鉵\\\",16],\\n[\\\"e380\\\",\\\"銆\\\",7,\\\"銏\\\",24,\\\"恪恽悖悚悭悝悃悒悌悛惬悻悱惝惘惆惚悴愠愦愕愣惴愀愎愫慊慵憬憔憧憷懔懵忝隳闩闫闱闳闵闶闼闾阃阄阆阈阊阋阌阍阏阒阕阖阗阙阚丬爿戕氵汔汜汊沣沅沐沔沌汨汩汴汶沆沩泐泔沭泷泸泱泗沲泠泖泺泫泮沱泓泯泾\\\"],\\n[\\\"e440\\\",\\\"銨\\\",5,\\\"銯\\\",24,\\\"鋉\\\",31],\\n[\\\"e480\\\",\\\"鋩\\\",32,\\\"洹洧洌浃浈洇洄洙洎洫浍洮洵洚浏浒浔洳涑浯涞涠浞涓涔浜浠浼浣渚淇淅淞渎涿淠渑淦淝淙渖涫渌涮渫湮湎湫溲湟溆湓湔渲渥湄滟溱溘滠漭滢溥溧溽溻溷滗溴滏溏滂溟潢潆潇漤漕滹漯漶潋潴漪漉漩澉澍澌潸潲潼潺濑\\\"],\\n[\\\"e540\\\",\\\"錊\\\",51,\\\"錿\\\",10],\\n[\\\"e580\\\",\\\"鍊\\\",31,\\\"鍫濉澧澹澶濂濡濮濞濠濯瀚瀣瀛瀹瀵灏灞宀宄宕宓宥宸甯骞搴寤寮褰寰蹇謇辶迓迕迥迮迤迩迦迳迨逅逄逋逦逑逍逖逡逵逶逭逯遄遑遒遐遨遘遢遛暹遴遽邂邈邃邋彐彗彖彘尻咫屐屙孱屣屦羼弪弩弭艴弼鬻屮妁妃妍妩妪妣\\\"],\\n[\\\"e640\\\",\\\"鍬\\\",34,\\\"鎐\\\",27],\\n[\\\"e680\\\",\\\"鎬\\\",29,\\\"鏋鏌鏍妗姊妫妞妤姒妲妯姗妾娅娆姝娈姣姘姹娌娉娲娴娑娣娓婀婧婊婕娼婢婵胬媪媛婷婺媾嫫媲嫒嫔媸嫠嫣嫱嫖嫦嫘嫜嬉嬗嬖嬲嬷孀尕尜孚孥孳孑孓孢驵驷驸驺驿驽骀骁骅骈骊骐骒骓骖骘骛骜骝骟骠骢骣骥骧纟纡纣纥纨纩\\\"],\\n[\\\"e740\\\",\\\"鏎\\\",7,\\\"鏗\\\",54],\\n[\\\"e780\\\",\\\"鐎\\\",32,\\\"纭纰纾绀绁绂绉绋绌绐绔绗绛绠绡绨绫绮绯绱绲缍绶绺绻绾缁缂缃缇缈缋缌缏缑缒缗缙缜缛缟缡\\\",6,\\\"缪缫缬缭缯\\\",4,\\\"缵幺畿巛甾邕玎玑玮玢玟珏珂珑玷玳珀珉珈珥珙顼琊珩珧珞玺珲琏琪瑛琦琥琨琰琮琬\\\"],\\n[\\\"e840\\\",\\\"鐯\\\",14,\\\"鐿\\\",43,\\\"鑬鑭鑮鑯\\\"],\\n[\\\"e880\\\",\\\"鑰\\\",20,\\\"钑钖钘铇铏铓铔铚铦铻锜锠琛琚瑁瑜瑗瑕瑙瑷瑭瑾璜璎璀璁璇璋璞璨璩璐璧瓒璺韪韫韬杌杓杞杈杩枥枇杪杳枘枧杵枨枞枭枋杷杼柰栉柘栊柩枰栌柙枵柚枳柝栀柃枸柢栎柁柽栲栳桠桡桎桢桄桤梃栝桕桦桁桧桀栾桊桉栩梵梏桴桷梓桫棂楮棼椟椠棹\\\"],\\n[\\\"e940\\\",\\\"锧锳锽镃镈镋镕镚镠镮镴镵長\\\",7,\\\"門\\\",42],\\n[\\\"e980\\\",\\\"閫\\\",32,\\\"椤棰椋椁楗棣椐楱椹楠楂楝榄楫榀榘楸椴槌榇榈槎榉楦楣楹榛榧榻榫榭槔榱槁槊槟榕槠榍槿樯槭樗樘橥槲橄樾檠橐橛樵檎橹樽樨橘橼檑檐檩檗檫猷獒殁殂殇殄殒殓殍殚殛殡殪轫轭轱轲轳轵轶轸轷轹轺轼轾辁辂辄辇辋\\\"],\\n[\\\"ea40\\\",\\\"闌\\\",27,\\\"闬闿阇阓阘阛阞阠阣\\\",6,\\\"阫阬阭阯阰阷阸阹阺阾陁陃陊陎陏陑陒陓陖陗\\\"],\\n[\\\"ea80\\\",\\\"陘陙陚陜陝陞陠陣陥陦陫陭\\\",4,\\\"陳陸\\\",12,\\\"隇隉隊辍辎辏辘辚軎戋戗戛戟戢戡戥戤戬臧瓯瓴瓿甏甑甓攴旮旯旰昊昙杲昃昕昀炅曷昝昴昱昶昵耆晟晔晁晏晖晡晗晷暄暌暧暝暾曛曜曦曩贲贳贶贻贽赀赅赆赈赉赇赍赕赙觇觊觋觌觎觏觐觑牮犟牝牦牯牾牿犄犋犍犏犒挈挲掰\\\"],\\n[\\\"eb40\\\",\\\"隌階隑隒隓隕隖隚際隝\\\",9,\\\"隨\\\",7,\\\"隱隲隴隵隷隸隺隻隿雂雃雈雊雋雐雑雓雔雖\\\",9,\\\"雡\\\",6,\\\"雫\\\"],\\n[\\\"eb80\\\",\\\"雬雭雮雰雱雲雴雵雸雺電雼雽雿霂霃霅霊霋霌霐霑霒霔霕霗\\\",4,\\\"霝霟霠搿擘耄毪毳毽毵毹氅氇氆氍氕氘氙氚氡氩氤氪氲攵敕敫牍牒牖爰虢刖肟肜肓肼朊肽肱肫肭肴肷胧胨胩胪胛胂胄胙胍胗朐胝胫胱胴胭脍脎胲胼朕脒豚脶脞脬脘脲腈腌腓腴腙腚腱腠腩腼腽腭腧塍媵膈膂膑滕膣膪臌朦臊膻\\\"],\\n[\\\"ec40\\\",\\\"霡\\\",8,\\\"霫霬霮霯霱霳\\\",4,\\\"霺霻霼霽霿\\\",18,\\\"靔靕靗靘靚靜靝靟靣靤靦靧靨靪\\\",7],\\n[\\\"ec80\\\",\\\"靲靵靷\\\",4,\\\"靽\\\",7,\\\"鞆\\\",4,\\\"鞌鞎鞏鞐鞓鞕鞖鞗鞙\\\",4,\\\"臁膦欤欷欹歃歆歙飑飒飓飕飙飚殳彀毂觳斐齑斓於旆旄旃旌旎旒旖炀炜炖炝炻烀炷炫炱烨烊焐焓焖焯焱煳煜煨煅煲煊煸煺熘熳熵熨熠燠燔燧燹爝爨灬焘煦熹戾戽扃扈扉礻祀祆祉祛祜祓祚祢祗祠祯祧祺禅禊禚禧禳忑忐\\\"],\\n[\\\"ed40\\\",\\\"鞞鞟鞡鞢鞤\\\",6,\\\"鞬鞮鞰鞱鞳鞵\\\",46],\\n[\\\"ed80\\\",\\\"韤韥韨韮\\\",4,\\\"韴韷\\\",23,\\\"怼恝恚恧恁恙恣悫愆愍慝憩憝懋懑戆肀聿沓泶淼矶矸砀砉砗砘砑斫砭砜砝砹砺砻砟砼砥砬砣砩硎硭硖硗砦硐硇硌硪碛碓碚碇碜碡碣碲碹碥磔磙磉磬磲礅磴礓礤礞礴龛黹黻黼盱眄眍盹眇眈眚眢眙眭眦眵眸睐睑睇睃睚睨\\\"],\\n[\\\"ee40\\\",\\\"頏\\\",62],\\n[\\\"ee80\\\",\\\"顎\\\",32,\\\"睢睥睿瞍睽瞀瞌瞑瞟瞠瞰瞵瞽町畀畎畋畈畛畲畹疃罘罡罟詈罨罴罱罹羁罾盍盥蠲钅钆钇钋钊钌钍钏钐钔钗钕钚钛钜钣钤钫钪钭钬钯钰钲钴钶\\\",4,\\\"钼钽钿铄铈\\\",6,\\\"铐铑铒铕铖铗铙铘铛铞铟铠铢铤铥铧铨铪\\\"],\\n[\\\"ef40\\\",\\\"顯\\\",5,\\\"颋颎颒颕颙颣風\\\",37,\\\"飏飐飔飖飗飛飜飝飠\\\",4],\\n[\\\"ef80\\\",\\\"飥飦飩\\\",30,\\\"铩铫铮铯铳铴铵铷铹铼铽铿锃锂锆锇锉锊锍锎锏锒\\\",4,\\\"锘锛锝锞锟锢锪锫锩锬锱锲锴锶锷锸锼锾锿镂锵镄镅镆镉镌镎镏镒镓镔镖镗镘镙镛镞镟镝镡镢镤\\\",8,\\\"镯镱镲镳锺矧矬雉秕秭秣秫稆嵇稃稂稞稔\\\"],\\n[\\\"f040\\\",\\\"餈\\\",4,\\\"餎餏餑\\\",28,\\\"餯\\\",26],\\n[\\\"f080\\\",\\\"饊\\\",9,\\\"饖\\\",12,\\\"饤饦饳饸饹饻饾馂馃馉稹稷穑黏馥穰皈皎皓皙皤瓞瓠甬鸠鸢鸨\\\",4,\\\"鸲鸱鸶鸸鸷鸹鸺鸾鹁鹂鹄鹆鹇鹈鹉鹋鹌鹎鹑鹕鹗鹚鹛鹜鹞鹣鹦\\\",6,\\\"鹱鹭鹳疒疔疖疠疝疬疣疳疴疸痄疱疰痃痂痖痍痣痨痦痤痫痧瘃痱痼痿瘐瘀瘅瘌瘗瘊瘥瘘瘕瘙\\\"],\\n[\\\"f140\\\",\\\"馌馎馚\\\",10,\\\"馦馧馩\\\",47],\\n[\\\"f180\\\",\\\"駙\\\",32,\\\"瘛瘼瘢瘠癀瘭瘰瘿瘵癃瘾瘳癍癞癔癜癖癫癯翊竦穸穹窀窆窈窕窦窠窬窨窭窳衤衩衲衽衿袂袢裆袷袼裉裢裎裣裥裱褚裼裨裾裰褡褙褓褛褊褴褫褶襁襦襻疋胥皲皴矜耒耔耖耜耠耢耥耦耧耩耨耱耋耵聃聆聍聒聩聱覃顸颀颃\\\"],\\n[\\\"f240\\\",\\\"駺\\\",62],\\n[\\\"f280\\\",\\\"騹\\\",32,\\\"颉颌颍颏颔颚颛颞颟颡颢颥颦虍虔虬虮虿虺虼虻蚨蚍蚋蚬蚝蚧蚣蚪蚓蚩蚶蛄蚵蛎蚰蚺蚱蚯蛉蛏蚴蛩蛱蛲蛭蛳蛐蜓蛞蛴蛟蛘蛑蜃蜇蛸蜈蜊蜍蜉蜣蜻蜞蜥蜮蜚蜾蝈蜴蜱蜩蜷蜿螂蜢蝽蝾蝻蝠蝰蝌蝮螋蝓蝣蝼蝤蝙蝥螓螯螨蟒\\\"],\\n[\\\"f340\\\",\\\"驚\\\",17,\\\"驲骃骉骍骎骔骕骙骦骩\\\",6,\\\"骲骳骴骵骹骻骽骾骿髃髄髆\\\",4,\\\"髍髎髏髐髒體髕髖髗髙髚髛髜\\\"],\\n[\\\"f380\\\",\\\"髝髞髠髢髣髤髥髧髨髩髪髬髮髰\\\",8,\\\"髺髼\\\",6,\\\"鬄鬅鬆蟆螈螅螭螗螃螫蟥螬螵螳蟋蟓螽蟑蟀蟊蟛蟪蟠蟮蠖蠓蟾蠊蠛蠡蠹蠼缶罂罄罅舐竺竽笈笃笄笕笊笫笏筇笸笪笙笮笱笠笥笤笳笾笞筘筚筅筵筌筝筠筮筻筢筲筱箐箦箧箸箬箝箨箅箪箜箢箫箴篑篁篌篝篚篥篦篪簌篾篼簏簖簋\\\"],\\n[\\\"f440\\\",\\\"鬇鬉\\\",5,\\\"鬐鬑鬒鬔\\\",10,\\\"鬠鬡鬢鬤\\\",10,\\\"鬰鬱鬳\\\",7,\\\"鬽鬾鬿魀魆魊魋魌魎魐魒魓魕\\\",5],\\n[\\\"f480\\\",\\\"魛\\\",32,\\\"簟簪簦簸籁籀臾舁舂舄臬衄舡舢舣舭舯舨舫舸舻舳舴舾艄艉艋艏艚艟艨衾袅袈裘裟襞羝羟羧羯羰羲籼敉粑粝粜粞粢粲粼粽糁糇糌糍糈糅糗糨艮暨羿翎翕翥翡翦翩翮翳糸絷綦綮繇纛麸麴赳趄趔趑趱赧赭豇豉酊酐酎酏酤\\\"],\\n[\\\"f540\\\",\\\"魼\\\",62],\\n[\\\"f580\\\",\\\"鮻\\\",32,\\\"酢酡酰酩酯酽酾酲酴酹醌醅醐醍醑醢醣醪醭醮醯醵醴醺豕鹾趸跫踅蹙蹩趵趿趼趺跄跖跗跚跞跎跏跛跆跬跷跸跣跹跻跤踉跽踔踝踟踬踮踣踯踺蹀踹踵踽踱蹉蹁蹂蹑蹒蹊蹰蹶蹼蹯蹴躅躏躔躐躜躞豸貂貊貅貘貔斛觖觞觚觜\\\"],\\n[\\\"f640\\\",\\\"鯜\\\",62],\\n[\\\"f680\\\",\\\"鰛\\\",32,\\\"觥觫觯訾謦靓雩雳雯霆霁霈霏霎霪霭霰霾龀龃龅\\\",5,\\\"龌黾鼋鼍隹隼隽雎雒瞿雠銎銮鋈錾鍪鏊鎏鐾鑫鱿鲂鲅鲆鲇鲈稣鲋鲎鲐鲑鲒鲔鲕鲚鲛鲞\\\",5,\\\"鲥\\\",4,\\\"鲫鲭鲮鲰\\\",7,\\\"鲺鲻鲼鲽鳄鳅鳆鳇鳊鳋\\\"],\\n[\\\"f740\\\",\\\"鰼\\\",62],\\n[\\\"f780\\\",\\\"鱻鱽鱾鲀鲃鲄鲉鲊鲌鲏鲓鲖鲗鲘鲙鲝鲪鲬鲯鲹鲾\\\",4,\\\"鳈鳉鳑鳒鳚鳛鳠鳡鳌\\\",4,\\\"鳓鳔鳕鳗鳘鳙鳜鳝鳟鳢靼鞅鞑鞒鞔鞯鞫鞣鞲鞴骱骰骷鹘骶骺骼髁髀髅髂髋髌髑魅魃魇魉魈魍魑飨餍餮饕饔髟髡髦髯髫髻髭髹鬈鬏鬓鬟鬣麽麾縻麂麇麈麋麒鏖麝麟黛黜黝黠黟黢黩黧黥黪黯鼢鼬鼯鼹鼷鼽鼾齄\\\"],\\n[\\\"f840\\\",\\\"鳣\\\",62],\\n[\\\"f880\\\",\\\"鴢\\\",32],\\n[\\\"f940\\\",\\\"鵃\\\",62],\\n[\\\"f980\\\",\\\"鶂\\\",32],\\n[\\\"fa40\\\",\\\"鶣\\\",62],\\n[\\\"fa80\\\",\\\"鷢\\\",32],\\n[\\\"fb40\\\",\\\"鸃\\\",27,\\\"鸤鸧鸮鸰鸴鸻鸼鹀鹍鹐鹒鹓鹔鹖鹙鹝鹟鹠鹡鹢鹥鹮鹯鹲鹴\\\",9,\\\"麀\\\"],\\n[\\\"fb80\\\",\\\"麁麃麄麅麆麉麊麌\\\",5,\\\"麔\\\",8,\\\"麞麠\\\",5,\\\"麧麨麩麪\\\"],\\n[\\\"fc40\\\",\\\"麫\\\",8,\\\"麵麶麷麹麺麼麿\\\",4,\\\"黅黆黇黈黊黋黌黐黒黓黕黖黗黙黚點黡黣黤黦黨黫黬黭黮黰\\\",8,\\\"黺黽黿\\\",6],\\n[\\\"fc80\\\",\\\"鼆\\\",4,\\\"鼌鼏鼑鼒鼔鼕鼖鼘鼚\\\",5,\\\"鼡鼣\\\",8,\\\"鼭鼮鼰鼱\\\"],\\n[\\\"fd40\\\",\\\"鼲\\\",4,\\\"鼸鼺鼼鼿\\\",4,\\\"齅\\\",10,\\\"齒\\\",38],\\n[\\\"fd80\\\",\\\"齹\\\",5,\\\"龁龂龍\\\",11,\\\"龜龝龞龡\\\",4,\\\"郎凉秊裏隣\\\"],\\n[\\\"fe40\\\",\\\"兀嗀﨎﨏﨑﨓﨔礼﨟蘒﨡﨣﨤﨧﨨﨩\\\"]\\n]\\n\"\n        },\n        {\n          \"id\": 138,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/identity.js\",\n          \"name\": \"./node_modules/lodash/identity.js\",\n          \"index\": 42,\n          \"index2\": 40,\n          \"size\": 370,\n          \"cacheable\": true,\n          \"built\": true,\n          \"optional\": false,\n          \"prefetched\": false,\n          \"chunks\": [\n            2\n          ],\n          \"issuer\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/background.js\",\n          \"issuerId\": 192,\n          \"issuerName\": \"./chrome/extension/background.js\",\n          \"issuerPath\": [\n            {\n              \"id\": 191,\n              \"identifier\": \"multi /Users/jarred/Code/styleurl/webpack/customPublicPath /Users/jarred/Code/styleurl/chrome/extension/background\",\n              \"name\": \"multi ./webpack/customPublicPath ./chrome/extension/background\",\n              \"profile\": {\n                \"factory\": 0,\n                \"building\": 0,\n                \"dependencies\": 54\n              }\n            },\n            {\n              \"id\": 192,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/background.js\",\n              \"name\": \"./chrome/extension/background.js\",\n              \"profile\": {\n                \"factory\": 54,\n                \"building\": 639,\n                \"dependencies\": 140\n              }\n            }\n          ],\n          \"profile\": {\n            \"factory\": 140,\n            \"building\": 568,\n            \"dependencies\": 1\n          },\n          \"failed\": false,\n          \"errors\": 0,\n          \"warnings\": 0,\n          \"assets\": [],\n          \"reasons\": [\n            {\n              \"moduleId\": 192,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/background.js\",\n              \"module\": \"./chrome/extension/background.js\",\n              \"moduleName\": \"./chrome/extension/background.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"lodash/identity\",\n              \"loc\": \"3:40-66\"\n            },\n            {\n              \"moduleId\": 195,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_baseIteratee.js\",\n              \"module\": \"./node_modules/lodash/_baseIteratee.js\",\n              \"moduleName\": \"./node_modules/lodash/_baseIteratee.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"./identity\",\n              \"loc\": \"3:15-36\"\n            }\n          ],\n          \"usedExports\": true,\n          \"providedExports\": null,\n          \"optimizationBailout\": [\n            \"ModuleConcatenation bailout: Module is not an ECMAScript module\"\n          ],\n          \"depth\": 2,\n          \"source\": \"/**\\n * This method returns the first argument it receives.\\n *\\n * @static\\n * @since 0.1.0\\n * @memberOf _\\n * @category Util\\n * @param {*} value Any value.\\n * @returns {*} Returns `value`.\\n * @example\\n *\\n * var object = { 'a': 1 };\\n *\\n * console.log(_.identity(object) === object);\\n * // => true\\n */\\nfunction identity(value) {\\n  return value;\\n}\\n\\nmodule.exports = identity;\\n\"\n        },\n        {\n          \"id\": 139,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_Stack.js\",\n          \"name\": \"./node_modules/lodash/_Stack.js\",\n          \"index\": 48,\n          \"index2\": 85,\n          \"size\": 734,\n          \"cacheable\": true,\n          \"built\": true,\n          \"optional\": false,\n          \"prefetched\": false,\n          \"chunks\": [\n            2\n          ],\n          \"issuer\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_baseIsMatch.js\",\n          \"issuerId\": 197,\n          \"issuerName\": \"./node_modules/lodash/_baseIsMatch.js\",\n          \"issuerPath\": [\n            {\n              \"id\": 191,\n              \"identifier\": \"multi /Users/jarred/Code/styleurl/webpack/customPublicPath /Users/jarred/Code/styleurl/chrome/extension/background\",\n              \"name\": \"multi ./webpack/customPublicPath ./chrome/extension/background\",\n              \"profile\": {\n                \"factory\": 0,\n                \"building\": 0,\n                \"dependencies\": 54\n              }\n            },\n            {\n              \"id\": 192,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/background.js\",\n              \"name\": \"./chrome/extension/background.js\",\n              \"profile\": {\n                \"factory\": 54,\n                \"building\": 639,\n                \"dependencies\": 140\n              }\n            },\n            {\n              \"id\": 193,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/findIndex.js\",\n              \"name\": \"./node_modules/lodash/findIndex.js\",\n              \"profile\": {\n                \"factory\": 140,\n                \"building\": 568,\n                \"dependencies\": 1\n              }\n            },\n            {\n              \"id\": 195,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_baseIteratee.js\",\n              \"name\": \"./node_modules/lodash/_baseIteratee.js\",\n              \"profile\": {\n                \"factory\": 245,\n                \"building\": 75,\n                \"dependencies\": 1\n              }\n            },\n            {\n              \"id\": 196,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_baseMatches.js\",\n              \"name\": \"./node_modules/lodash/_baseMatches.js\",\n              \"profile\": {\n                \"factory\": 82,\n                \"building\": 104,\n                \"dependencies\": 78\n              }\n            },\n            {\n              \"id\": 197,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_baseIsMatch.js\",\n              \"name\": \"./node_modules/lodash/_baseIsMatch.js\",\n              \"profile\": {\n                \"factory\": 78,\n                \"building\": 19,\n                \"dependencies\": 1\n              }\n            }\n          ],\n          \"profile\": {\n            \"factory\": 41,\n            \"building\": 34\n          },\n          \"failed\": false,\n          \"errors\": 0,\n          \"warnings\": 0,\n          \"assets\": [],\n          \"reasons\": [\n            {\n              \"moduleId\": 197,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_baseIsMatch.js\",\n              \"module\": \"./node_modules/lodash/_baseIsMatch.js\",\n              \"moduleName\": \"./node_modules/lodash/_baseIsMatch.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"./_Stack\",\n              \"loc\": \"1:12-31\"\n            },\n            {\n              \"moduleId\": 220,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_baseIsEqualDeep.js\",\n              \"module\": \"./node_modules/lodash/_baseIsEqualDeep.js\",\n              \"moduleName\": \"./node_modules/lodash/_baseIsEqualDeep.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"./_Stack\",\n              \"loc\": \"1:12-31\"\n            }\n          ],\n          \"usedExports\": true,\n          \"providedExports\": null,\n          \"optimizationBailout\": [\n            \"ModuleConcatenation bailout: Module is not an ECMAScript module\"\n          ],\n          \"depth\": 6,\n          \"source\": \"var ListCache = require('./_ListCache'),\\n    stackClear = require('./_stackClear'),\\n    stackDelete = require('./_stackDelete'),\\n    stackGet = require('./_stackGet'),\\n    stackHas = require('./_stackHas'),\\n    stackSet = require('./_stackSet');\\n\\n/**\\n * Creates a stack cache object to store key-value pairs.\\n *\\n * @private\\n * @constructor\\n * @param {Array} [entries] The key-value pairs to cache.\\n */\\nfunction Stack(entries) {\\n  var data = this.__data__ = new ListCache(entries);\\n  this.size = data.size;\\n}\\n\\n// Add methods to `Stack`.\\nStack.prototype.clear = stackClear;\\nStack.prototype['delete'] = stackDelete;\\nStack.prototype.get = stackGet;\\nStack.prototype.has = stackHas;\\nStack.prototype.set = stackSet;\\n\\nmodule.exports = Stack;\\n\"\n        },\n        {\n          \"id\": 140,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/eq.js\",\n          \"name\": \"./node_modules/lodash/eq.js\",\n          \"index\": 53,\n          \"index2\": 43,\n          \"size\": 799,\n          \"cacheable\": true,\n          \"built\": true,\n          \"optional\": false,\n          \"prefetched\": false,\n          \"chunks\": [\n            2\n          ],\n          \"issuer\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_equalByTag.js\",\n          \"issuerId\": 226,\n          \"issuerName\": \"./node_modules/lodash/_equalByTag.js\",\n          \"issuerPath\": [\n            {\n              \"id\": 191,\n              \"identifier\": \"multi /Users/jarred/Code/styleurl/webpack/customPublicPath /Users/jarred/Code/styleurl/chrome/extension/background\",\n              \"name\": \"multi ./webpack/customPublicPath ./chrome/extension/background\",\n              \"profile\": {\n                \"factory\": 0,\n                \"building\": 0,\n                \"dependencies\": 54\n              }\n            },\n            {\n              \"id\": 192,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/background.js\",\n              \"name\": \"./chrome/extension/background.js\",\n              \"profile\": {\n                \"factory\": 54,\n                \"building\": 639,\n                \"dependencies\": 140\n              }\n            },\n            {\n              \"id\": 193,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/findIndex.js\",\n              \"name\": \"./node_modules/lodash/findIndex.js\",\n              \"profile\": {\n                \"factory\": 140,\n                \"building\": 568,\n                \"dependencies\": 1\n              }\n            },\n            {\n              \"id\": 195,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_baseIteratee.js\",\n              \"name\": \"./node_modules/lodash/_baseIteratee.js\",\n              \"profile\": {\n                \"factory\": 245,\n                \"building\": 75,\n                \"dependencies\": 1\n              }\n            },\n            {\n              \"id\": 237,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_baseMatchesProperty.js\",\n              \"name\": \"./node_modules/lodash/_baseMatchesProperty.js\",\n              \"profile\": {\n                \"factory\": 82,\n                \"building\": 104,\n                \"dependencies\": 78\n              }\n            },\n            {\n              \"id\": 141,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_baseIsEqual.js\",\n              \"name\": \"./node_modules/lodash/_baseIsEqual.js\",\n              \"profile\": {\n                \"factory\": 78,\n                \"building\": 20,\n                \"dependencies\": 38\n              }\n            },\n            {\n              \"id\": 220,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_baseIsEqualDeep.js\",\n              \"name\": \"./node_modules/lodash/_baseIsEqualDeep.js\",\n              \"profile\": {\n                \"factory\": 40,\n                \"building\": 33,\n                \"dependencies\": 0\n              }\n            },\n            {\n              \"id\": 226,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_equalByTag.js\",\n              \"name\": \"./node_modules/lodash/_equalByTag.js\",\n              \"profile\": {\n                \"factory\": 42,\n                \"building\": 17,\n                \"dependencies\": 0\n              }\n            }\n          ],\n          \"profile\": {\n            \"factory\": 22,\n            \"building\": 36,\n            \"dependencies\": 1\n          },\n          \"failed\": false,\n          \"errors\": 0,\n          \"warnings\": 0,\n          \"assets\": [],\n          \"reasons\": [\n            {\n              \"moduleId\": 64,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_assocIndexOf.js\",\n              \"module\": \"./node_modules/lodash/_assocIndexOf.js\",\n              \"moduleName\": \"./node_modules/lodash/_assocIndexOf.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"./eq\",\n              \"loc\": \"1:9-24\"\n            },\n            {\n              \"moduleId\": 226,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_equalByTag.js\",\n              \"module\": \"./node_modules/lodash/_equalByTag.js\",\n              \"moduleName\": \"./node_modules/lodash/_equalByTag.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"./eq\",\n              \"loc\": \"3:9-24\"\n            }\n          ],\n          \"usedExports\": true,\n          \"providedExports\": null,\n          \"optimizationBailout\": [\n            \"ModuleConcatenation bailout: Module is not an ECMAScript module\"\n          ],\n          \"depth\": 8,\n          \"source\": \"/**\\n * Performs a\\n * [`SameValueZero`](http://ecma-international.org/ecma-262/7.0/#sec-samevaluezero)\\n * comparison between two values to determine if they are equivalent.\\n *\\n * @static\\n * @memberOf _\\n * @since 4.0.0\\n * @category Lang\\n * @param {*} value The value to compare.\\n * @param {*} other The other value to compare.\\n * @returns {boolean} Returns `true` if the values are equivalent, else `false`.\\n * @example\\n *\\n * var object = { 'a': 1 };\\n * var other = { 'a': 1 };\\n *\\n * _.eq(object, object);\\n * // => true\\n *\\n * _.eq(object, other);\\n * // => false\\n *\\n * _.eq('a', 'a');\\n * // => true\\n *\\n * _.eq('a', Object('a'));\\n * // => false\\n *\\n * _.eq(NaN, NaN);\\n * // => true\\n */\\nfunction eq(value, other) {\\n  return value === other || (value !== value && other !== other);\\n}\\n\\nmodule.exports = eq;\\n\"\n        },\n        {\n          \"id\": 141,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_baseIsEqual.js\",\n          \"name\": \"./node_modules/lodash/_baseIsEqual.js\",\n          \"index\": 92,\n          \"index2\": 130,\n          \"size\": 1019,\n          \"cacheable\": true,\n          \"built\": true,\n          \"optional\": false,\n          \"prefetched\": false,\n          \"chunks\": [\n            2\n          ],\n          \"issuer\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_baseMatchesProperty.js\",\n          \"issuerId\": 237,\n          \"issuerName\": \"./node_modules/lodash/_baseMatchesProperty.js\",\n          \"issuerPath\": [\n            {\n              \"id\": 191,\n              \"identifier\": \"multi /Users/jarred/Code/styleurl/webpack/customPublicPath /Users/jarred/Code/styleurl/chrome/extension/background\",\n              \"name\": \"multi ./webpack/customPublicPath ./chrome/extension/background\",\n              \"profile\": {\n                \"factory\": 0,\n                \"building\": 0,\n                \"dependencies\": 54\n              }\n            },\n            {\n              \"id\": 192,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/background.js\",\n              \"name\": \"./chrome/extension/background.js\",\n              \"profile\": {\n                \"factory\": 54,\n                \"building\": 639,\n                \"dependencies\": 140\n              }\n            },\n            {\n              \"id\": 193,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/findIndex.js\",\n              \"name\": \"./node_modules/lodash/findIndex.js\",\n              \"profile\": {\n                \"factory\": 140,\n                \"building\": 568,\n                \"dependencies\": 1\n              }\n            },\n            {\n              \"id\": 195,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_baseIteratee.js\",\n              \"name\": \"./node_modules/lodash/_baseIteratee.js\",\n              \"profile\": {\n                \"factory\": 245,\n                \"building\": 75,\n                \"dependencies\": 1\n              }\n            },\n            {\n              \"id\": 237,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_baseMatchesProperty.js\",\n              \"name\": \"./node_modules/lodash/_baseMatchesProperty.js\",\n              \"profile\": {\n                \"factory\": 82,\n                \"building\": 104,\n                \"dependencies\": 78\n              }\n            }\n          ],\n          \"profile\": {\n            \"factory\": 78,\n            \"building\": 20,\n            \"dependencies\": 38\n          },\n          \"failed\": false,\n          \"errors\": 0,\n          \"warnings\": 0,\n          \"assets\": [],\n          \"reasons\": [\n            {\n              \"moduleId\": 197,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_baseIsMatch.js\",\n              \"module\": \"./node_modules/lodash/_baseIsMatch.js\",\n              \"moduleName\": \"./node_modules/lodash/_baseIsMatch.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"./_baseIsEqual\",\n              \"loc\": \"2:18-43\"\n            },\n            {\n              \"moduleId\": 237,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_baseMatchesProperty.js\",\n              \"module\": \"./node_modules/lodash/_baseMatchesProperty.js\",\n              \"moduleName\": \"./node_modules/lodash/_baseMatchesProperty.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"./_baseIsEqual\",\n              \"loc\": \"1:18-43\"\n            }\n          ],\n          \"usedExports\": true,\n          \"providedExports\": null,\n          \"optimizationBailout\": [\n            \"ModuleConcatenation bailout: Module is not an ECMAScript module\"\n          ],\n          \"depth\": 5,\n          \"source\": \"var baseIsEqualDeep = require('./_baseIsEqualDeep'),\\n    isObjectLike = require('./isObjectLike');\\n\\n/**\\n * The base implementation of `_.isEqual` which supports partial comparisons\\n * and tracks traversed objects.\\n *\\n * @private\\n * @param {*} value The value to compare.\\n * @param {*} other The other value to compare.\\n * @param {boolean} bitmask The bitmask flags.\\n *  1 - Unordered comparison\\n *  2 - Partial comparison\\n * @param {Function} [customizer] The function to customize comparisons.\\n * @param {Object} [stack] Tracks traversed `value` and `other` objects.\\n * @returns {boolean} Returns `true` if the values are equivalent, else `false`.\\n */\\nfunction baseIsEqual(value, other, bitmask, customizer, stack) {\\n  if (value === other) {\\n    return true;\\n  }\\n  if (value == null || other == null || (!isObjectLike(value) && !isObjectLike(other))) {\\n    return value !== value && other !== other;\\n  }\\n  return baseIsEqualDeep(value, other, bitmask, customizer, baseIsEqual, stack);\\n}\\n\\nmodule.exports = baseIsEqual;\\n\"\n        },\n        {\n          \"id\": 142,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_equalArrays.js\",\n          \"name\": \"./node_modules/lodash/_equalArrays.js\",\n          \"index\": 94,\n          \"index2\": 91,\n          \"size\": 2595,\n          \"cacheable\": true,\n          \"built\": true,\n          \"optional\": false,\n          \"prefetched\": false,\n          \"chunks\": [\n            2\n          ],\n          \"issuer\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_baseIsEqualDeep.js\",\n          \"issuerId\": 220,\n          \"issuerName\": \"./node_modules/lodash/_baseIsEqualDeep.js\",\n          \"issuerPath\": [\n            {\n              \"id\": 191,\n              \"identifier\": \"multi /Users/jarred/Code/styleurl/webpack/customPublicPath /Users/jarred/Code/styleurl/chrome/extension/background\",\n              \"name\": \"multi ./webpack/customPublicPath ./chrome/extension/background\",\n              \"profile\": {\n                \"factory\": 0,\n                \"building\": 0,\n                \"dependencies\": 54\n              }\n            },\n            {\n              \"id\": 192,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/background.js\",\n              \"name\": \"./chrome/extension/background.js\",\n              \"profile\": {\n                \"factory\": 54,\n                \"building\": 639,\n                \"dependencies\": 140\n              }\n            },\n            {\n              \"id\": 193,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/findIndex.js\",\n              \"name\": \"./node_modules/lodash/findIndex.js\",\n              \"profile\": {\n                \"factory\": 140,\n                \"building\": 568,\n                \"dependencies\": 1\n              }\n            },\n            {\n              \"id\": 195,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_baseIteratee.js\",\n              \"name\": \"./node_modules/lodash/_baseIteratee.js\",\n              \"profile\": {\n                \"factory\": 245,\n                \"building\": 75,\n                \"dependencies\": 1\n              }\n            },\n            {\n              \"id\": 237,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_baseMatchesProperty.js\",\n              \"name\": \"./node_modules/lodash/_baseMatchesProperty.js\",\n              \"profile\": {\n                \"factory\": 82,\n                \"building\": 104,\n                \"dependencies\": 78\n              }\n            },\n            {\n              \"id\": 141,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_baseIsEqual.js\",\n              \"name\": \"./node_modules/lodash/_baseIsEqual.js\",\n              \"profile\": {\n                \"factory\": 78,\n                \"building\": 20,\n                \"dependencies\": 38\n              }\n            },\n            {\n              \"id\": 220,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_baseIsEqualDeep.js\",\n              \"name\": \"./node_modules/lodash/_baseIsEqualDeep.js\",\n              \"profile\": {\n                \"factory\": 40,\n                \"building\": 33,\n                \"dependencies\": 0\n              }\n            }\n          ],\n          \"profile\": {\n            \"factory\": 42,\n            \"building\": 17,\n            \"dependencies\": 0\n          },\n          \"failed\": false,\n          \"errors\": 0,\n          \"warnings\": 0,\n          \"assets\": [],\n          \"reasons\": [\n            {\n              \"moduleId\": 220,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_baseIsEqualDeep.js\",\n              \"module\": \"./node_modules/lodash/_baseIsEqualDeep.js\",\n              \"moduleName\": \"./node_modules/lodash/_baseIsEqualDeep.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"./_equalArrays\",\n              \"loc\": \"2:18-43\"\n            },\n            {\n              \"moduleId\": 226,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_equalByTag.js\",\n              \"module\": \"./node_modules/lodash/_equalByTag.js\",\n              \"moduleName\": \"./node_modules/lodash/_equalByTag.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"./_equalArrays\",\n              \"loc\": \"4:18-43\"\n            }\n          ],\n          \"usedExports\": true,\n          \"providedExports\": null,\n          \"optimizationBailout\": [\n            \"ModuleConcatenation bailout: Module is not an ECMAScript module\"\n          ],\n          \"depth\": 7,\n          \"source\": \"var SetCache = require('./_SetCache'),\\n    arraySome = require('./_arraySome'),\\n    cacheHas = require('./_cacheHas');\\n\\n/** Used to compose bitmasks for value comparisons. */\\nvar COMPARE_PARTIAL_FLAG = 1,\\n    COMPARE_UNORDERED_FLAG = 2;\\n\\n/**\\n * A specialized version of `baseIsEqualDeep` for arrays with support for\\n * partial deep comparisons.\\n *\\n * @private\\n * @param {Array} array The array to compare.\\n * @param {Array} other The other array to compare.\\n * @param {number} bitmask The bitmask flags. See `baseIsEqual` for more details.\\n * @param {Function} customizer The function to customize comparisons.\\n * @param {Function} equalFunc The function to determine equivalents of values.\\n * @param {Object} stack Tracks traversed `array` and `other` objects.\\n * @returns {boolean} Returns `true` if the arrays are equivalent, else `false`.\\n */\\nfunction equalArrays(array, other, bitmask, customizer, equalFunc, stack) {\\n  var isPartial = bitmask & COMPARE_PARTIAL_FLAG,\\n      arrLength = array.length,\\n      othLength = other.length;\\n\\n  if (arrLength != othLength && !(isPartial && othLength > arrLength)) {\\n    return false;\\n  }\\n  // Assume cyclic values are equal.\\n  var stacked = stack.get(array);\\n  if (stacked && stack.get(other)) {\\n    return stacked == other;\\n  }\\n  var index = -1,\\n      result = true,\\n      seen = (bitmask & COMPARE_UNORDERED_FLAG) ? new SetCache : undefined;\\n\\n  stack.set(array, other);\\n  stack.set(other, array);\\n\\n  // Ignore non-index properties.\\n  while (++index < arrLength) {\\n    var arrValue = array[index],\\n        othValue = other[index];\\n\\n    if (customizer) {\\n      var compared = isPartial\\n        ? customizer(othValue, arrValue, index, other, array, stack)\\n        : customizer(arrValue, othValue, index, array, other, stack);\\n    }\\n    if (compared !== undefined) {\\n      if (compared) {\\n        continue;\\n      }\\n      result = false;\\n      break;\\n    }\\n    // Recursively compare arrays (susceptible to call stack limits).\\n    if (seen) {\\n      if (!arraySome(other, function(othValue, othIndex) {\\n            if (!cacheHas(seen, othIndex) &&\\n                (arrValue === othValue || equalFunc(arrValue, othValue, bitmask, customizer, stack))) {\\n              return seen.push(othIndex);\\n            }\\n          })) {\\n        result = false;\\n        break;\\n      }\\n    } else if (!(\\n          arrValue === othValue ||\\n            equalFunc(arrValue, othValue, bitmask, customizer, stack)\\n        )) {\\n      result = false;\\n      break;\\n    }\\n  }\\n  stack['delete'](array);\\n  stack['delete'](other);\\n  return result;\\n}\\n\\nmodule.exports = equalArrays;\\n\"\n        },\n        {\n          \"id\": 143,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_isStrictComparable.js\",\n          \"name\": \"./node_modules/lodash/_isStrictComparable.js\",\n          \"index\": 138,\n          \"index2\": 132,\n          \"size\": 414,\n          \"cacheable\": true,\n          \"built\": true,\n          \"optional\": false,\n          \"prefetched\": false,\n          \"chunks\": [\n            2\n          ],\n          \"issuer\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_baseMatchesProperty.js\",\n          \"issuerId\": 237,\n          \"issuerName\": \"./node_modules/lodash/_baseMatchesProperty.js\",\n          \"issuerPath\": [\n            {\n              \"id\": 191,\n              \"identifier\": \"multi /Users/jarred/Code/styleurl/webpack/customPublicPath /Users/jarred/Code/styleurl/chrome/extension/background\",\n              \"name\": \"multi ./webpack/customPublicPath ./chrome/extension/background\",\n              \"profile\": {\n                \"factory\": 0,\n                \"building\": 0,\n                \"dependencies\": 54\n              }\n            },\n            {\n              \"id\": 192,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/background.js\",\n              \"name\": \"./chrome/extension/background.js\",\n              \"profile\": {\n                \"factory\": 54,\n                \"building\": 639,\n                \"dependencies\": 140\n              }\n            },\n            {\n              \"id\": 193,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/findIndex.js\",\n              \"name\": \"./node_modules/lodash/findIndex.js\",\n              \"profile\": {\n                \"factory\": 140,\n                \"building\": 568,\n                \"dependencies\": 1\n              }\n            },\n            {\n              \"id\": 195,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_baseIteratee.js\",\n              \"name\": \"./node_modules/lodash/_baseIteratee.js\",\n              \"profile\": {\n                \"factory\": 245,\n                \"building\": 75,\n                \"dependencies\": 1\n              }\n            },\n            {\n              \"id\": 237,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_baseMatchesProperty.js\",\n              \"name\": \"./node_modules/lodash/_baseMatchesProperty.js\",\n              \"profile\": {\n                \"factory\": 82,\n                \"building\": 104,\n                \"dependencies\": 78\n              }\n            }\n          ],\n          \"profile\": {\n            \"factory\": 78,\n            \"building\": 20,\n            \"dependencies\": 38\n          },\n          \"failed\": false,\n          \"errors\": 0,\n          \"warnings\": 0,\n          \"assets\": [],\n          \"reasons\": [\n            {\n              \"moduleId\": 236,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_getMatchData.js\",\n              \"module\": \"./node_modules/lodash/_getMatchData.js\",\n              \"moduleName\": \"./node_modules/lodash/_getMatchData.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"./_isStrictComparable\",\n              \"loc\": \"1:25-57\"\n            },\n            {\n              \"moduleId\": 237,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_baseMatchesProperty.js\",\n              \"module\": \"./node_modules/lodash/_baseMatchesProperty.js\",\n              \"moduleName\": \"./node_modules/lodash/_baseMatchesProperty.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"./_isStrictComparable\",\n              \"loc\": \"5:25-57\"\n            }\n          ],\n          \"usedExports\": true,\n          \"providedExports\": null,\n          \"optimizationBailout\": [\n            \"ModuleConcatenation bailout: Module is not an ECMAScript module\"\n          ],\n          \"depth\": 5,\n          \"source\": \"var isObject = require('./isObject');\\n\\n/**\\n * Checks if `value` is suitable for strict equality comparisons, i.e. `===`.\\n *\\n * @private\\n * @param {*} value The value to check.\\n * @returns {boolean} Returns `true` if `value` if suitable for strict\\n *  equality comparisons, else `false`.\\n */\\nfunction isStrictComparable(value) {\\n  return value === value && !isObject(value);\\n}\\n\\nmodule.exports = isStrictComparable;\\n\"\n        },\n        {\n          \"id\": 144,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_matchesStrictComparable.js\",\n          \"name\": \"./node_modules/lodash/_matchesStrictComparable.js\",\n          \"index\": 139,\n          \"index2\": 134,\n          \"size\": 574,\n          \"cacheable\": true,\n          \"built\": true,\n          \"optional\": false,\n          \"prefetched\": false,\n          \"chunks\": [\n            2\n          ],\n          \"issuer\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_baseMatches.js\",\n          \"issuerId\": 196,\n          \"issuerName\": \"./node_modules/lodash/_baseMatches.js\",\n          \"issuerPath\": [\n            {\n              \"id\": 191,\n              \"identifier\": \"multi /Users/jarred/Code/styleurl/webpack/customPublicPath /Users/jarred/Code/styleurl/chrome/extension/background\",\n              \"name\": \"multi ./webpack/customPublicPath ./chrome/extension/background\",\n              \"profile\": {\n                \"factory\": 0,\n                \"building\": 0,\n                \"dependencies\": 54\n              }\n            },\n            {\n              \"id\": 192,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/background.js\",\n              \"name\": \"./chrome/extension/background.js\",\n              \"profile\": {\n                \"factory\": 54,\n                \"building\": 639,\n                \"dependencies\": 140\n              }\n            },\n            {\n              \"id\": 193,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/findIndex.js\",\n              \"name\": \"./node_modules/lodash/findIndex.js\",\n              \"profile\": {\n                \"factory\": 140,\n                \"building\": 568,\n                \"dependencies\": 1\n              }\n            },\n            {\n              \"id\": 195,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_baseIteratee.js\",\n              \"name\": \"./node_modules/lodash/_baseIteratee.js\",\n              \"profile\": {\n                \"factory\": 245,\n                \"building\": 75,\n                \"dependencies\": 1\n              }\n            },\n            {\n              \"id\": 196,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_baseMatches.js\",\n              \"name\": \"./node_modules/lodash/_baseMatches.js\",\n              \"profile\": {\n                \"factory\": 82,\n                \"building\": 104,\n                \"dependencies\": 78\n              }\n            }\n          ],\n          \"profile\": {\n            \"factory\": 78,\n            \"building\": 19,\n            \"dependencies\": 1\n          },\n          \"failed\": false,\n          \"errors\": 0,\n          \"warnings\": 0,\n          \"assets\": [],\n          \"reasons\": [\n            {\n              \"moduleId\": 196,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_baseMatches.js\",\n              \"module\": \"./node_modules/lodash/_baseMatches.js\",\n              \"moduleName\": \"./node_modules/lodash/_baseMatches.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"./_matchesStrictComparable\",\n              \"loc\": \"3:30-67\"\n            },\n            {\n              \"moduleId\": 237,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_baseMatchesProperty.js\",\n              \"module\": \"./node_modules/lodash/_baseMatchesProperty.js\",\n              \"moduleName\": \"./node_modules/lodash/_baseMatchesProperty.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"./_matchesStrictComparable\",\n              \"loc\": \"6:30-67\"\n            }\n          ],\n          \"usedExports\": true,\n          \"providedExports\": null,\n          \"optimizationBailout\": [\n            \"ModuleConcatenation bailout: Module is not an ECMAScript module\"\n          ],\n          \"depth\": 5,\n          \"source\": \"/**\\n * A specialized version of `matchesProperty` for source values suitable\\n * for strict equality comparisons, i.e. `===`.\\n *\\n * @private\\n * @param {string} key The key of the property to get.\\n * @param {*} srcValue The value to match.\\n * @returns {Function} Returns the new spec function.\\n */\\nfunction matchesStrictComparable(key, srcValue) {\\n  return function(object) {\\n    if (object == null) {\\n      return false;\\n    }\\n    return object[key] === srcValue &&\\n      (srcValue !== undefined || (key in Object(object)));\\n  };\\n}\\n\\nmodule.exports = matchesStrictComparable;\\n\"\n        },\n        {\n          \"id\": 145,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_baseGet.js\",\n          \"name\": \"./node_modules/lodash/_baseGet.js\",\n          \"index\": 142,\n          \"index2\": 146,\n          \"size\": 616,\n          \"cacheable\": true,\n          \"built\": true,\n          \"optional\": false,\n          \"prefetched\": false,\n          \"chunks\": [\n            2\n          ],\n          \"issuer\": \"/Users/jarred/Code/styleurl/node_modules/lodash/get.js\",\n          \"issuerId\": 238,\n          \"issuerName\": \"./node_modules/lodash/get.js\",\n          \"issuerPath\": [\n            {\n              \"id\": 191,\n              \"identifier\": \"multi /Users/jarred/Code/styleurl/webpack/customPublicPath /Users/jarred/Code/styleurl/chrome/extension/background\",\n              \"name\": \"multi ./webpack/customPublicPath ./chrome/extension/background\",\n              \"profile\": {\n                \"factory\": 0,\n                \"building\": 0,\n                \"dependencies\": 54\n              }\n            },\n            {\n              \"id\": 192,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/background.js\",\n              \"name\": \"./chrome/extension/background.js\",\n              \"profile\": {\n                \"factory\": 54,\n                \"building\": 639,\n                \"dependencies\": 140\n              }\n            },\n            {\n              \"id\": 193,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/findIndex.js\",\n              \"name\": \"./node_modules/lodash/findIndex.js\",\n              \"profile\": {\n                \"factory\": 140,\n                \"building\": 568,\n                \"dependencies\": 1\n              }\n            },\n            {\n              \"id\": 195,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_baseIteratee.js\",\n              \"name\": \"./node_modules/lodash/_baseIteratee.js\",\n              \"profile\": {\n                \"factory\": 245,\n                \"building\": 75,\n                \"dependencies\": 1\n              }\n            },\n            {\n              \"id\": 237,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_baseMatchesProperty.js\",\n              \"name\": \"./node_modules/lodash/_baseMatchesProperty.js\",\n              \"profile\": {\n                \"factory\": 82,\n                \"building\": 104,\n                \"dependencies\": 78\n              }\n            },\n            {\n              \"id\": 238,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/get.js\",\n              \"name\": \"./node_modules/lodash/get.js\",\n              \"profile\": {\n                \"factory\": 78,\n                \"building\": 20,\n                \"dependencies\": 38\n              }\n            }\n          ],\n          \"profile\": {\n            \"factory\": 39,\n            \"building\": 35,\n            \"dependencies\": 0\n          },\n          \"failed\": false,\n          \"errors\": 0,\n          \"warnings\": 0,\n          \"assets\": [],\n          \"reasons\": [\n            {\n              \"moduleId\": 238,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/get.js\",\n              \"module\": \"./node_modules/lodash/get.js\",\n              \"moduleName\": \"./node_modules/lodash/get.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"./_baseGet\",\n              \"loc\": \"1:14-35\"\n            },\n            {\n              \"moduleId\": 249,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_basePropertyDeep.js\",\n              \"module\": \"./node_modules/lodash/_basePropertyDeep.js\",\n              \"moduleName\": \"./node_modules/lodash/_basePropertyDeep.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"./_baseGet\",\n              \"loc\": \"1:14-35\"\n            }\n          ],\n          \"usedExports\": true,\n          \"providedExports\": null,\n          \"optimizationBailout\": [\n            \"ModuleConcatenation bailout: Module is not an ECMAScript module\"\n          ],\n          \"depth\": 6,\n          \"source\": \"var castPath = require('./_castPath'),\\n    toKey = require('./_toKey');\\n\\n/**\\n * The base implementation of `_.get` without support for default values.\\n *\\n * @private\\n * @param {Object} object The object to query.\\n * @param {Array|string} path The path of the property to get.\\n * @returns {*} Returns the resolved value.\\n */\\nfunction baseGet(object, path) {\\n  path = castPath(path, object);\\n\\n  var index = 0,\\n      length = path.length;\\n\\n  while (object != null && index < length) {\\n    object = object[toKey(path[index++])];\\n  }\\n  return (index && index == length) ? object : undefined;\\n}\\n\\nmodule.exports = baseGet;\\n\"\n        },\n        {\n          \"id\": 146,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_castPath.js\",\n          \"name\": \"./node_modules/lodash/_castPath.js\",\n          \"index\": 143,\n          \"index2\": 144,\n          \"size\": 569,\n          \"cacheable\": true,\n          \"built\": true,\n          \"optional\": false,\n          \"prefetched\": false,\n          \"chunks\": [\n            2\n          ],\n          \"issuer\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_baseGet.js\",\n          \"issuerId\": 145,\n          \"issuerName\": \"./node_modules/lodash/_baseGet.js\",\n          \"issuerPath\": [\n            {\n              \"id\": 191,\n              \"identifier\": \"multi /Users/jarred/Code/styleurl/webpack/customPublicPath /Users/jarred/Code/styleurl/chrome/extension/background\",\n              \"name\": \"multi ./webpack/customPublicPath ./chrome/extension/background\",\n              \"profile\": {\n                \"factory\": 0,\n                \"building\": 0,\n                \"dependencies\": 54\n              }\n            },\n            {\n              \"id\": 192,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/background.js\",\n              \"name\": \"./chrome/extension/background.js\",\n              \"profile\": {\n                \"factory\": 54,\n                \"building\": 639,\n                \"dependencies\": 140\n              }\n            },\n            {\n              \"id\": 193,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/findIndex.js\",\n              \"name\": \"./node_modules/lodash/findIndex.js\",\n              \"profile\": {\n                \"factory\": 140,\n                \"building\": 568,\n                \"dependencies\": 1\n              }\n            },\n            {\n              \"id\": 195,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_baseIteratee.js\",\n              \"name\": \"./node_modules/lodash/_baseIteratee.js\",\n              \"profile\": {\n                \"factory\": 245,\n                \"building\": 75,\n                \"dependencies\": 1\n              }\n            },\n            {\n              \"id\": 237,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_baseMatchesProperty.js\",\n              \"name\": \"./node_modules/lodash/_baseMatchesProperty.js\",\n              \"profile\": {\n                \"factory\": 82,\n                \"building\": 104,\n                \"dependencies\": 78\n              }\n            },\n            {\n              \"id\": 238,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/get.js\",\n              \"name\": \"./node_modules/lodash/get.js\",\n              \"profile\": {\n                \"factory\": 78,\n                \"building\": 20,\n                \"dependencies\": 38\n              }\n            },\n            {\n              \"id\": 145,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_baseGet.js\",\n              \"name\": \"./node_modules/lodash/_baseGet.js\",\n              \"profile\": {\n                \"factory\": 39,\n                \"building\": 35,\n                \"dependencies\": 0\n              }\n            }\n          ],\n          \"profile\": {\n            \"factory\": 40,\n            \"building\": 19,\n            \"dependencies\": 0\n          },\n          \"failed\": false,\n          \"errors\": 0,\n          \"warnings\": 0,\n          \"assets\": [],\n          \"reasons\": [\n            {\n              \"moduleId\": 145,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_baseGet.js\",\n              \"module\": \"./node_modules/lodash/_baseGet.js\",\n              \"moduleName\": \"./node_modules/lodash/_baseGet.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"./_castPath\",\n              \"loc\": \"1:15-37\"\n            },\n            {\n              \"moduleId\": 246,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_hasPath.js\",\n              \"module\": \"./node_modules/lodash/_hasPath.js\",\n              \"moduleName\": \"./node_modules/lodash/_hasPath.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"./_castPath\",\n              \"loc\": \"1:15-37\"\n            }\n          ],\n          \"usedExports\": true,\n          \"providedExports\": null,\n          \"optimizationBailout\": [\n            \"ModuleConcatenation bailout: Module is not an ECMAScript module\"\n          ],\n          \"depth\": 7,\n          \"source\": \"var isArray = require('./isArray'),\\n    isKey = require('./_isKey'),\\n    stringToPath = require('./_stringToPath'),\\n    toString = require('./toString');\\n\\n/**\\n * Casts `value` to a path array if it's not one.\\n *\\n * @private\\n * @param {*} value The value to inspect.\\n * @param {Object} [object] The object to query keys on.\\n * @returns {Array} Returns the cast property path array.\\n */\\nfunction castPath(value, object) {\\n  if (isArray(value)) {\\n    return value;\\n  }\\n  return isKey(value, object) ? [value] : stringToPath(toString(value));\\n}\\n\\nmodule.exports = castPath;\\n\"\n        },\n        {\n          \"id\": 147,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_arrayMap.js\",\n          \"name\": \"./node_modules/lodash/_arrayMap.js\",\n          \"index\": 151,\n          \"index2\": 141,\n          \"size\": 556,\n          \"cacheable\": true,\n          \"built\": true,\n          \"optional\": false,\n          \"prefetched\": false,\n          \"chunks\": [\n            2\n          ],\n          \"issuer\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_baseValues.js\",\n          \"issuerId\": 254,\n          \"issuerName\": \"./node_modules/lodash/_baseValues.js\",\n          \"issuerPath\": [\n            {\n              \"id\": 191,\n              \"identifier\": \"multi /Users/jarred/Code/styleurl/webpack/customPublicPath /Users/jarred/Code/styleurl/chrome/extension/background\",\n              \"name\": \"multi ./webpack/customPublicPath ./chrome/extension/background\",\n              \"profile\": {\n                \"factory\": 0,\n                \"building\": 0,\n                \"dependencies\": 54\n              }\n            },\n            {\n              \"id\": 192,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/background.js\",\n              \"name\": \"./chrome/extension/background.js\",\n              \"profile\": {\n                \"factory\": 54,\n                \"building\": 639,\n                \"dependencies\": 140\n              }\n            },\n            {\n              \"id\": 253,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/values.js\",\n              \"name\": \"./node_modules/lodash/values.js\",\n              \"profile\": {\n                \"factory\": 140,\n                \"building\": 568,\n                \"dependencies\": 1\n              }\n            },\n            {\n              \"id\": 254,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_baseValues.js\",\n              \"name\": \"./node_modules/lodash/_baseValues.js\",\n              \"profile\": {\n                \"factory\": 261,\n                \"building\": 58\n              }\n            }\n          ],\n          \"profile\": {\n            \"factory\": 82,\n            \"building\": 104\n          },\n          \"failed\": false,\n          \"errors\": 0,\n          \"warnings\": 0,\n          \"assets\": [],\n          \"reasons\": [\n            {\n              \"moduleId\": 243,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_baseToString.js\",\n              \"module\": \"./node_modules/lodash/_baseToString.js\",\n              \"moduleName\": \"./node_modules/lodash/_baseToString.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"./_arrayMap\",\n              \"loc\": \"2:15-37\"\n            },\n            {\n              \"moduleId\": 254,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_baseValues.js\",\n              \"module\": \"./node_modules/lodash/_baseValues.js\",\n              \"moduleName\": \"./node_modules/lodash/_baseValues.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"./_arrayMap\",\n              \"loc\": \"1:15-37\"\n            }\n          ],\n          \"usedExports\": true,\n          \"providedExports\": null,\n          \"optimizationBailout\": [\n            \"ModuleConcatenation bailout: Module is not an ECMAScript module\"\n          ],\n          \"depth\": 4,\n          \"source\": \"/**\\n * A specialized version of `_.map` for arrays without support for iteratee\\n * shorthands.\\n *\\n * @private\\n * @param {Array} [array] The array to iterate over.\\n * @param {Function} iteratee The function invoked per iteration.\\n * @returns {Array} Returns the new mapped array.\\n */\\nfunction arrayMap(array, iteratee) {\\n  var index = -1,\\n      length = array == null ? 0 : array.length,\\n      result = Array(length);\\n\\n  while (++index < length) {\\n    result[index] = iteratee(array[index], index, array);\\n  }\\n  return result;\\n}\\n\\nmodule.exports = arrayMap;\\n\"\n        },\n        {\n          \"id\": 148,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/memfs/lib/node.js\",\n          \"name\": \"./node_modules/memfs/lib/node.js\",\n          \"index\": 215,\n          \"index2\": 212,\n          \"size\": 15805,\n          \"cacheable\": true,\n          \"built\": true,\n          \"optional\": false,\n          \"prefetched\": false,\n          \"chunks\": [\n            2\n          ],\n          \"issuer\": \"/Users/jarred/Code/styleurl/node_modules/memfs/lib/index.js\",\n          \"issuerId\": 69,\n          \"issuerName\": \"./node_modules/memfs/lib/index.js\",\n          \"issuerPath\": [\n            {\n              \"id\": 191,\n              \"identifier\": \"multi /Users/jarred/Code/styleurl/webpack/customPublicPath /Users/jarred/Code/styleurl/chrome/extension/background\",\n              \"name\": \"multi ./webpack/customPublicPath ./chrome/extension/background\",\n              \"profile\": {\n                \"factory\": 0,\n                \"building\": 0,\n                \"dependencies\": 54\n              }\n            },\n            {\n              \"id\": 192,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/background.js\",\n              \"name\": \"./chrome/extension/background.js\",\n              \"profile\": {\n                \"factory\": 54,\n                \"building\": 639,\n                \"dependencies\": 140\n              }\n            },\n            {\n              \"id\": 255,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/stylesheet-differ/lib/index.js\",\n              \"name\": \"./node_modules/stylesheet-differ/lib/index.js\",\n              \"profile\": {\n                \"factory\": 140,\n                \"building\": 568,\n                \"dependencies\": 1\n              }\n            },\n            {\n              \"id\": 256,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/native-css/index.js\",\n              \"name\": \"./node_modules/native-css/index.js\",\n              \"profile\": {\n                \"factory\": 189,\n                \"building\": 603,\n                \"dependencies\": 1\n              }\n            },\n            {\n              \"id\": 257,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/native-css/src/native-css.js\",\n              \"name\": \"./node_modules/native-css/src/native-css.js\",\n              \"profile\": {\n                \"factory\": 26,\n                \"building\": 63,\n                \"dependencies\": 14\n              }\n            },\n            {\n              \"id\": 69,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/memfs/lib/index.js\",\n              \"name\": \"./node_modules/memfs/lib/index.js\",\n              \"profile\": {\n                \"factory\": 117,\n                \"building\": 25,\n                \"dependencies\": 27\n              }\n            }\n          ],\n          \"profile\": {\n            \"factory\": 51,\n            \"building\": 84,\n            \"dependencies\": 2\n          },\n          \"failed\": false,\n          \"errors\": 0,\n          \"warnings\": 0,\n          \"assets\": [],\n          \"reasons\": [\n            {\n              \"moduleId\": 69,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/memfs/lib/index.js\",\n              \"module\": \"./node_modules/memfs/lib/index.js\",\n              \"moduleName\": \"./node_modules/memfs/lib/index.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"./node\",\n              \"loc\": \"11:13-30\"\n            },\n            {\n              \"moduleId\": 260,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/memfs/lib/volume.js\",\n              \"module\": \"./node_modules/memfs/lib/volume.js\",\n              \"moduleName\": \"./node_modules/memfs/lib/volume.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"./node\",\n              \"loc\": \"15:13-30\"\n            }\n          ],\n          \"usedExports\": true,\n          \"providedExports\": null,\n          \"optimizationBailout\": [\n            \"ModuleConcatenation bailout: Module is not an ECMAScript module\"\n          ],\n          \"depth\": 6,\n          \"source\": \"\\\"use strict\\\";\\nvar __extends = (this && this.__extends) || (function () {\\n    var extendStatics = Object.setPrototypeOf ||\\n        ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||\\n        function (d, b) { for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; };\\n    return function (d, b) {\\n        extendStatics(d, b);\\n        function __() { this.constructor = d; }\\n        d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());\\n    };\\n})();\\nObject.defineProperty(exports, \\\"__esModule\\\", { value: true });\\nvar process_1 = require(\\\"./process\\\");\\nvar constants_1 = require(\\\"./constants\\\");\\nvar events_1 = require(\\\"events\\\");\\nvar S_IFMT = constants_1.constants.S_IFMT, S_IFDIR = constants_1.constants.S_IFDIR, S_IFREG = constants_1.constants.S_IFREG, S_IFBLK = constants_1.constants.S_IFBLK, S_IFCHR = constants_1.constants.S_IFCHR, S_IFLNK = constants_1.constants.S_IFLNK, S_IFIFO = constants_1.constants.S_IFIFO, S_IFSOCK = constants_1.constants.S_IFSOCK, O_APPEND = constants_1.constants.O_APPEND;\\nexports.SEP = '/';\\n/**\\n * Node in a file system (like i-node, v-node).\\n */\\nvar Node = /** @class */ (function (_super) {\\n    __extends(Node, _super);\\n    function Node(ino, perm) {\\n        if (perm === void 0) { perm = 438; }\\n        var _this = _super.call(this) || this;\\n        // User ID and group ID.\\n        _this.uid = process_1.default.getuid();\\n        _this.gid = process_1.default.getgid();\\n        _this.atime = new Date;\\n        _this.mtime = new Date;\\n        _this.ctime = new Date;\\n        // data: string = '';\\n        _this.buf = null;\\n        _this.perm = 438; // Permissions `chmod`, `fchmod`\\n        _this.mode = S_IFREG; // S_IFDIR, S_IFREG, etc.. (file by default?)\\n        // Number of hard links pointing at this Node.\\n        _this.nlink = 1;\\n        // Steps to another node, if this node is a symlink.\\n        _this.symlink = null;\\n        _this.perm = perm;\\n        _this.mode |= perm;\\n        _this.ino = ino;\\n        return _this;\\n    }\\n    Node.prototype.getString = function (encoding) {\\n        if (encoding === void 0) { encoding = 'utf8'; }\\n        return this.getBuffer().toString(encoding);\\n    };\\n    Node.prototype.setString = function (str) {\\n        // this.setBuffer(Buffer.from(str, 'utf8'));\\n        this.buf = Buffer.from(str, 'utf8');\\n        this.touch();\\n    };\\n    Node.prototype.getBuffer = function () {\\n        if (!this.buf)\\n            this.setBuffer(Buffer.allocUnsafe(0));\\n        return Buffer.from(this.buf); // Return a copy.\\n    };\\n    Node.prototype.setBuffer = function (buf) {\\n        this.buf = Buffer.from(buf); // Creates a copy of data.\\n        this.touch();\\n    };\\n    Node.prototype.getSize = function () {\\n        return this.buf ? this.buf.length : 0;\\n    };\\n    Node.prototype.setModeProperty = function (property) {\\n        this.mode = (this.mode & ~S_IFMT) | property;\\n    };\\n    Node.prototype.setIsFile = function () {\\n        this.setModeProperty(S_IFREG);\\n    };\\n    Node.prototype.setIsDirectory = function () {\\n        this.setModeProperty(S_IFDIR);\\n    };\\n    Node.prototype.setIsSymlink = function () {\\n        this.setModeProperty(S_IFLNK);\\n    };\\n    Node.prototype.isFile = function () {\\n        return (this.mode & S_IFMT) === S_IFREG;\\n    };\\n    Node.prototype.isDirectory = function () {\\n        return (this.mode & S_IFMT) === S_IFDIR;\\n    };\\n    Node.prototype.isSymlink = function () {\\n        // return !!this.symlink;\\n        return (this.mode & S_IFMT) === S_IFLNK;\\n    };\\n    Node.prototype.makeSymlink = function (steps) {\\n        this.symlink = steps;\\n        this.setIsSymlink();\\n    };\\n    Node.prototype.write = function (buf, off, len, pos) {\\n        if (off === void 0) { off = 0; }\\n        if (len === void 0) { len = buf.length; }\\n        if (pos === void 0) { pos = 0; }\\n        if (!this.buf)\\n            this.buf = Buffer.allocUnsafe(0);\\n        if (pos + len > this.buf.length) {\\n            var newBuf = Buffer.allocUnsafe(pos + len);\\n            this.buf.copy(newBuf, 0, 0, this.buf.length);\\n            this.buf = newBuf;\\n        }\\n        buf.copy(this.buf, pos, off, off + len);\\n        this.touch();\\n        return len;\\n    };\\n    // Returns the number of bytes read.\\n    Node.prototype.read = function (buf, off, len, pos) {\\n        if (off === void 0) { off = 0; }\\n        if (len === void 0) { len = buf.byteLength; }\\n        if (pos === void 0) { pos = 0; }\\n        if (!this.buf)\\n            this.buf = Buffer.allocUnsafe(0);\\n        var actualLen = len;\\n        if (actualLen > buf.byteLength) {\\n            actualLen = buf.byteLength;\\n        }\\n        if (actualLen + pos > this.buf.length) {\\n            actualLen = this.buf.length - pos;\\n        }\\n        this.buf.copy(buf, off, pos, pos + actualLen);\\n        return actualLen;\\n    };\\n    Node.prototype.truncate = function (len) {\\n        if (len === void 0) { len = 0; }\\n        if (!len)\\n            this.buf = Buffer.allocUnsafe(0);\\n        else {\\n            if (!this.buf)\\n                this.buf = Buffer.allocUnsafe(0);\\n            if (len <= this.buf.length) {\\n                this.buf = this.buf.slice(0, len);\\n            }\\n            else {\\n                var buf = Buffer.allocUnsafe(0);\\n                this.buf.copy(buf);\\n                buf.fill(0, len);\\n            }\\n        }\\n        this.touch();\\n    };\\n    Node.prototype.chmod = function (perm) {\\n        this.perm = perm;\\n        this.mode |= perm;\\n        this.touch();\\n    };\\n    Node.prototype.chown = function (uid, gid) {\\n        this.uid = uid;\\n        this.gid = gid;\\n        this.touch();\\n    };\\n    Node.prototype.touch = function () {\\n        this.mtime = new Date;\\n        this.emit('change', this);\\n    };\\n    Node.prototype.canRead = function (uid, gid) {\\n        if (uid === void 0) { uid = process_1.default.getuid(); }\\n        if (gid === void 0) { gid = process_1.default.getgid(); }\\n        if (this.perm & 4 /* IROTH */) {\\n            return true;\\n        }\\n        if (gid === this.gid) {\\n            if (this.perm & 32 /* IRGRP */) {\\n                return true;\\n            }\\n        }\\n        if (uid === this.uid) {\\n            if (this.perm & 256 /* IRUSR */) {\\n                return true;\\n            }\\n        }\\n        return false;\\n    };\\n    Node.prototype.canWrite = function (uid, gid) {\\n        if (uid === void 0) { uid = process_1.default.getuid(); }\\n        if (gid === void 0) { gid = process_1.default.getgid(); }\\n        if (this.perm & 2 /* IWOTH */) {\\n            return true;\\n        }\\n        if (gid === this.gid) {\\n            if (this.perm & 16 /* IWGRP */) {\\n                return true;\\n            }\\n        }\\n        if (uid === this.uid) {\\n            if (this.perm & 128 /* IWUSR */) {\\n                return true;\\n            }\\n        }\\n        return false;\\n    };\\n    Node.prototype.del = function () {\\n        this.emit('delete', this);\\n    };\\n    Node.prototype.toJSON = function () {\\n        return {\\n            ino: this.ino,\\n            uid: this.uid,\\n            gid: this.gid,\\n            atime: this.atime.getTime(),\\n            mtime: this.mtime.getTime(),\\n            ctime: this.ctime.getTime(),\\n            perm: this.perm,\\n            mode: this.mode,\\n            nlink: this.nlink,\\n            symlink: this.symlink,\\n            data: this.getString(),\\n        };\\n    };\\n    return Node;\\n}(events_1.EventEmitter));\\nexports.Node = Node;\\n/**\\n * Represents a hard link that points to an i-node `node`.\\n */\\nvar Link = /** @class */ (function (_super) {\\n    __extends(Link, _super);\\n    function Link(vol, parent, name) {\\n        var _this = _super.call(this) || this;\\n        _this.parent = null;\\n        _this.children = {};\\n        // Path to this node as Array: ['usr', 'bin', 'node'].\\n        _this.steps = [];\\n        // \\\"i-node\\\" of this hard link.\\n        _this.node = null;\\n        // \\\"i-node\\\" number of the node.\\n        _this.ino = 0;\\n        // Number of children.\\n        _this.length = 0;\\n        _this.vol = vol;\\n        _this.parent = parent;\\n        _this.steps = parent ? parent.steps.concat([name]) : [name];\\n        return _this;\\n    }\\n    Link.prototype.setNode = function (node) {\\n        this.node = node;\\n        this.ino = node.ino;\\n    };\\n    Link.prototype.getNode = function () {\\n        return this.node;\\n    };\\n    Link.prototype.createChild = function (name, node) {\\n        if (node === void 0) { node = this.vol.createNode(); }\\n        var link = new Link(this.vol, this, name);\\n        link.setNode(node);\\n        if (node.isDirectory()) {\\n            // link.setChild('.', link);\\n            // link.getNode().nlink++;\\n            // link.setChild('..', this);\\n            // this.getNode().nlink++;\\n        }\\n        this.setChild(name, link);\\n        return link;\\n    };\\n    Link.prototype.setChild = function (name, link) {\\n        if (link === void 0) { link = new Link(this.vol, this, name); }\\n        this.children[name] = link;\\n        link.parent = this;\\n        this.length++;\\n        this.emit('child:add', link, this);\\n        return link;\\n    };\\n    Link.prototype.deleteChild = function (link) {\\n        delete this.children[link.getName()];\\n        this.length--;\\n        this.emit('child:delete', link, this);\\n    };\\n    Link.prototype.getChild = function (name) {\\n        return this.children[name];\\n    };\\n    Link.prototype.getPath = function () {\\n        return this.steps.join(exports.SEP);\\n    };\\n    Link.prototype.getName = function () {\\n        return this.steps[this.steps.length - 1];\\n    };\\n    // del() {\\n    //     const parent = this.parent;\\n    //     if(parent) {\\n    //         parent.deleteChild(link);\\n    //     }\\n    //     this.parent = null;\\n    //     this.vol = null;\\n    // }\\n    /**\\n     * Walk the tree path and return the `Link` at that location, if any.\\n     * @param steps {string[]} Desired location.\\n     * @param stop {number} Max steps to go into.\\n     * @param i {number} Current step in the `steps` array.\\n     * @returns {any}\\n     */\\n    Link.prototype.walk = function (steps, stop, i) {\\n        if (stop === void 0) { stop = steps.length; }\\n        if (i === void 0) { i = 0; }\\n        if (i >= steps.length)\\n            return this;\\n        if (i >= stop)\\n            return this;\\n        var step = steps[i];\\n        var link = this.getChild(step);\\n        if (!link)\\n            return null;\\n        return link.walk(steps, stop, i + 1);\\n    };\\n    Link.prototype.toJSON = function () {\\n        for (var ch in this.children) {\\n            console.log('ch', ch);\\n        }\\n        return {\\n            steps: this.steps,\\n            ino: this.ino,\\n            children: Object.keys(this.children),\\n        };\\n    };\\n    return Link;\\n}(events_1.EventEmitter));\\nexports.Link = Link;\\n/**\\n * Represents an open file (file descriptor) that points to a `Link` (Hard-link) and a `Node`.\\n */\\nvar File = /** @class */ (function () {\\n    /**\\n     * Open a Link-Node pair. `node` is provided separately as that might be a different node\\n     * rather the one `link` points to, because it might be a symlink.\\n     * @param link\\n     * @param node\\n     * @param flags\\n     * @param fd\\n     */\\n    function File(link, node, flags, fd) {\\n        /**\\n         * Hard link that this file opened.\\n         * @type {any}\\n         */\\n        this.link = null;\\n        /**\\n         * Reference to a `Node`.\\n         * @type {Node}\\n         */\\n        this.node = null;\\n        /**\\n         * A cursor/offset position in a file, where data will be written on write.\\n         * User can \\\"seek\\\" this position.\\n         */\\n        this.position = 0;\\n        this.link = link;\\n        this.node = node;\\n        this.flags = flags;\\n        this.fd = fd;\\n    }\\n    File.prototype.getString = function (encoding) {\\n        if (encoding === void 0) { encoding = 'utf8'; }\\n        return this.node.getString();\\n    };\\n    File.prototype.setString = function (str) {\\n        this.node.setString(str);\\n    };\\n    File.prototype.getBuffer = function () {\\n        return this.node.getBuffer();\\n    };\\n    File.prototype.setBuffer = function (buf) {\\n        this.node.setBuffer(buf);\\n    };\\n    File.prototype.getSize = function () {\\n        return this.node.getSize();\\n    };\\n    File.prototype.truncate = function (len) {\\n        this.node.truncate(len);\\n    };\\n    File.prototype.seekTo = function (position) {\\n        this.position = position;\\n    };\\n    File.prototype.stats = function () {\\n        return Stats.build(this.node);\\n    };\\n    File.prototype.write = function (buf, offset, length, position) {\\n        if (offset === void 0) { offset = 0; }\\n        if (length === void 0) { length = buf.length; }\\n        if (typeof position !== 'number')\\n            position = this.position;\\n        if (this.flags & O_APPEND)\\n            position = this.getSize();\\n        var bytes = this.node.write(buf, offset, length, position);\\n        this.position = position + bytes;\\n        return bytes;\\n    };\\n    File.prototype.read = function (buf, offset, length, position) {\\n        if (offset === void 0) { offset = 0; }\\n        if (length === void 0) { length = buf.byteLength; }\\n        if (typeof position !== 'number')\\n            position = this.position;\\n        var bytes = this.node.read(buf, offset, length, position);\\n        this.position = position + bytes;\\n        return bytes;\\n    };\\n    File.prototype.chmod = function (perm) {\\n        this.node.chmod(perm);\\n    };\\n    File.prototype.chown = function (uid, gid) {\\n        this.node.chown(uid, gid);\\n    };\\n    return File;\\n}());\\nexports.File = File;\\n/**\\n * Statistics about a file/directory, like `fs.Stats`.\\n */\\nvar Stats = /** @class */ (function () {\\n    function Stats() {\\n        // User ID and group ID.\\n        this.uid = 0;\\n        this.gid = 0;\\n        this.rdev = 0;\\n        this.blksize = 4096;\\n        this.ino = 0;\\n        this.size = 0;\\n        this.blocks = 1;\\n        this.atime = null;\\n        this.mtime = null;\\n        this.ctime = null;\\n        this.birthtime = null;\\n        this.atimeMs = 0.0;\\n        this.mtimeMs = 0.0;\\n        this.ctimeMs = 0.0;\\n        this.birthtimeMs = 0.0;\\n        this.dev = 0;\\n        this.mode = 0;\\n        this.nlink = 0;\\n    }\\n    Stats.build = function (node) {\\n        var stats = new Stats;\\n        var uid = node.uid, gid = node.gid, atime = node.atime, mtime = node.mtime, ctime = node.ctime, mode = node.mode, ino = node.ino;\\n        stats.uid = uid;\\n        stats.gid = gid;\\n        stats.atime = atime;\\n        stats.mtime = mtime;\\n        stats.ctime = ctime;\\n        stats.birthtime = ctime;\\n        stats.atimeMs = atime.getTime();\\n        stats.mtimeMs = mtime.getTime();\\n        var ctimeMs = ctime.getTime();\\n        stats.ctimeMs = ctimeMs;\\n        stats.birthtimeMs = ctimeMs;\\n        stats.size = node.getSize();\\n        stats.mode = node.mode;\\n        stats.ino = node.ino;\\n        stats.nlink = node.nlink;\\n        return stats;\\n    };\\n    Stats.prototype._checkModeProperty = function (property) {\\n        return (this.mode & S_IFMT) === property;\\n    };\\n    Stats.prototype.isDirectory = function () {\\n        return this._checkModeProperty(S_IFDIR);\\n    };\\n    Stats.prototype.isFile = function () {\\n        return this._checkModeProperty(S_IFREG);\\n    };\\n    Stats.prototype.isBlockDevice = function () {\\n        return this._checkModeProperty(S_IFBLK);\\n    };\\n    Stats.prototype.isCharacterDevice = function () {\\n        return this._checkModeProperty(S_IFCHR);\\n    };\\n    Stats.prototype.isSymbolicLink = function () {\\n        return this._checkModeProperty(S_IFLNK);\\n    };\\n    Stats.prototype.isFIFO = function () {\\n        return this._checkModeProperty(S_IFIFO);\\n    };\\n    Stats.prototype.isSocket = function () {\\n        return this._checkModeProperty(S_IFSOCK);\\n    };\\n    return Stats;\\n}());\\nexports.Stats = Stats;\\n\"\n        },\n        {\n          \"id\": 149,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/memfs/lib/process.js\",\n          \"name\": \"./node_modules/memfs/lib/process.js\",\n          \"index\": 216,\n          \"index2\": 209,\n          \"size\": 720,\n          \"cacheable\": true,\n          \"built\": true,\n          \"optional\": false,\n          \"prefetched\": false,\n          \"chunks\": [\n            2\n          ],\n          \"issuer\": \"/Users/jarred/Code/styleurl/node_modules/memfs/lib/node.js\",\n          \"issuerId\": 148,\n          \"issuerName\": \"./node_modules/memfs/lib/node.js\",\n          \"issuerPath\": [\n            {\n              \"id\": 191,\n              \"identifier\": \"multi /Users/jarred/Code/styleurl/webpack/customPublicPath /Users/jarred/Code/styleurl/chrome/extension/background\",\n              \"name\": \"multi ./webpack/customPublicPath ./chrome/extension/background\",\n              \"profile\": {\n                \"factory\": 0,\n                \"building\": 0,\n                \"dependencies\": 54\n              }\n            },\n            {\n              \"id\": 192,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/background.js\",\n              \"name\": \"./chrome/extension/background.js\",\n              \"profile\": {\n                \"factory\": 54,\n                \"building\": 639,\n                \"dependencies\": 140\n              }\n            },\n            {\n              \"id\": 255,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/stylesheet-differ/lib/index.js\",\n              \"name\": \"./node_modules/stylesheet-differ/lib/index.js\",\n              \"profile\": {\n                \"factory\": 140,\n                \"building\": 568,\n                \"dependencies\": 1\n              }\n            },\n            {\n              \"id\": 256,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/native-css/index.js\",\n              \"name\": \"./node_modules/native-css/index.js\",\n              \"profile\": {\n                \"factory\": 189,\n                \"building\": 603,\n                \"dependencies\": 1\n              }\n            },\n            {\n              \"id\": 257,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/native-css/src/native-css.js\",\n              \"name\": \"./node_modules/native-css/src/native-css.js\",\n              \"profile\": {\n                \"factory\": 26,\n                \"building\": 63,\n                \"dependencies\": 14\n              }\n            },\n            {\n              \"id\": 69,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/memfs/lib/index.js\",\n              \"name\": \"./node_modules/memfs/lib/index.js\",\n              \"profile\": {\n                \"factory\": 117,\n                \"building\": 25,\n                \"dependencies\": 27\n              }\n            },\n            {\n              \"id\": 148,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/memfs/lib/node.js\",\n              \"name\": \"./node_modules/memfs/lib/node.js\",\n              \"profile\": {\n                \"factory\": 51,\n                \"building\": 84,\n                \"dependencies\": 2\n              }\n            }\n          ],\n          \"profile\": {\n            \"factory\": 37,\n            \"building\": 45,\n            \"dependencies\": 15\n          },\n          \"failed\": false,\n          \"errors\": 0,\n          \"warnings\": 0,\n          \"assets\": [],\n          \"reasons\": [\n            {\n              \"moduleId\": 148,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/memfs/lib/node.js\",\n              \"module\": \"./node_modules/memfs/lib/node.js\",\n              \"moduleName\": \"./node_modules/memfs/lib/node.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"./process\",\n              \"loc\": \"13:16-36\"\n            },\n            {\n              \"moduleId\": 260,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/memfs/lib/volume.js\",\n              \"module\": \"./node_modules/memfs/lib/volume.js\",\n              \"moduleName\": \"./node_modules/memfs/lib/volume.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"./process\",\n              \"loc\": \"18:16-36\"\n            }\n          ],\n          \"usedExports\": true,\n          \"providedExports\": null,\n          \"optimizationBailout\": [\n            \"ModuleConcatenation bailout: Module is not an ECMAScript module\"\n          ],\n          \"depth\": 7,\n          \"source\": \"\\\"use strict\\\";\\n// Here we mock the global `process` variable in case we are not in Node's environment.\\nObject.defineProperty(exports, \\\"__esModule\\\", { value: true });\\nfunction createProcess(p) {\\n    if (p === void 0) { p = process; }\\n    if (!p) {\\n        try {\\n            p = require('process');\\n        }\\n        catch (e) { }\\n    }\\n    if (!p)\\n        p = {};\\n    if (!p.getuid)\\n        p.getuid = function () { return 0; };\\n    if (!p.getgid)\\n        p.getgid = function () { return 0; };\\n    if (!p.cwd)\\n        p.cwd = function () { return '/'; };\\n    if (!p.nextTick)\\n        p.nextTick = require('./setImmediate').default;\\n    return p;\\n}\\nexports.createProcess = createProcess;\\nexports.default = createProcess();\\n\"\n        },\n        {\n          \"id\": 150,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/memfs/lib/setImmediate.js\",\n          \"name\": \"./node_modules/memfs/lib/setImmediate.js\",\n          \"index\": 217,\n          \"index2\": 208,\n          \"size\": 294,\n          \"cacheable\": true,\n          \"built\": true,\n          \"optional\": false,\n          \"prefetched\": false,\n          \"chunks\": [\n            2\n          ],\n          \"issuer\": \"/Users/jarred/Code/styleurl/node_modules/memfs/lib/volume.js\",\n          \"issuerId\": 260,\n          \"issuerName\": \"./node_modules/memfs/lib/volume.js\",\n          \"issuerPath\": [\n            {\n              \"id\": 191,\n              \"identifier\": \"multi /Users/jarred/Code/styleurl/webpack/customPublicPath /Users/jarred/Code/styleurl/chrome/extension/background\",\n              \"name\": \"multi ./webpack/customPublicPath ./chrome/extension/background\",\n              \"profile\": {\n                \"factory\": 0,\n                \"building\": 0,\n                \"dependencies\": 54\n              }\n            },\n            {\n              \"id\": 192,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/background.js\",\n              \"name\": \"./chrome/extension/background.js\",\n              \"profile\": {\n                \"factory\": 54,\n                \"building\": 639,\n                \"dependencies\": 140\n              }\n            },\n            {\n              \"id\": 255,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/stylesheet-differ/lib/index.js\",\n              \"name\": \"./node_modules/stylesheet-differ/lib/index.js\",\n              \"profile\": {\n                \"factory\": 140,\n                \"building\": 568,\n                \"dependencies\": 1\n              }\n            },\n            {\n              \"id\": 256,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/native-css/index.js\",\n              \"name\": \"./node_modules/native-css/index.js\",\n              \"profile\": {\n                \"factory\": 189,\n                \"building\": 603,\n                \"dependencies\": 1\n              }\n            },\n            {\n              \"id\": 257,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/native-css/src/native-css.js\",\n              \"name\": \"./node_modules/native-css/src/native-css.js\",\n              \"profile\": {\n                \"factory\": 26,\n                \"building\": 63,\n                \"dependencies\": 14\n              }\n            },\n            {\n              \"id\": 69,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/memfs/lib/index.js\",\n              \"name\": \"./node_modules/memfs/lib/index.js\",\n              \"profile\": {\n                \"factory\": 117,\n                \"building\": 25,\n                \"dependencies\": 27\n              }\n            },\n            {\n              \"id\": 260,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/memfs/lib/volume.js\",\n              \"name\": \"./node_modules/memfs/lib/volume.js\",\n              \"profile\": {\n                \"factory\": 51,\n                \"building\": 84,\n                \"dependencies\": 2\n              }\n            }\n          ],\n          \"profile\": {\n            \"factory\": 133,\n            \"building\": 20,\n            \"dependencies\": 1\n          },\n          \"failed\": false,\n          \"errors\": 0,\n          \"warnings\": 0,\n          \"assets\": [],\n          \"reasons\": [\n            {\n              \"moduleId\": 149,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/memfs/lib/process.js\",\n              \"module\": \"./node_modules/memfs/lib/process.js\",\n              \"moduleName\": \"./node_modules/memfs/lib/process.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"./setImmediate\",\n              \"loc\": \"21:21-46\"\n            },\n            {\n              \"moduleId\": 260,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/memfs/lib/volume.js\",\n              \"module\": \"./node_modules/memfs/lib/volume.js\",\n              \"moduleName\": \"./node_modules/memfs/lib/volume.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"./setImmediate\",\n              \"loc\": \"17:21-46\"\n            }\n          ],\n          \"usedExports\": true,\n          \"providedExports\": null,\n          \"optimizationBailout\": [\n            \"ModuleConcatenation bailout: Module is not an ECMAScript module\"\n          ],\n          \"depth\": 7,\n          \"source\": \"\\\"use strict\\\";\\nObject.defineProperty(exports, \\\"__esModule\\\", { value: true });\\nvar _setImmediate;\\n/* istanbul ignore next */\\nif (typeof setImmediate === 'function')\\n    _setImmediate = setImmediate;\\n/* istanbul ignore next */\\nelse\\n    _setImmediate = setTimeout;\\nexports.default = _setImmediate;\\n\"\n        },\n        {\n          \"id\": 151,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/readable-stream/lib/_stream_readable.js\",\n          \"name\": \"./node_modules/readable-stream/lib/_stream_readable.js\",\n          \"index\": 232,\n          \"index2\": 233,\n          \"size\": 28188,\n          \"cacheable\": true,\n          \"built\": true,\n          \"optional\": false,\n          \"prefetched\": false,\n          \"chunks\": [\n            2\n          ],\n          \"issuer\": \"/Users/jarred/Code/styleurl/node_modules/readable-stream/readable-browser.js\",\n          \"issuerId\": 132,\n          \"issuerName\": \"./node_modules/readable-stream/readable-browser.js\",\n          \"issuerPath\": [\n            {\n              \"id\": 191,\n              \"identifier\": \"multi /Users/jarred/Code/styleurl/webpack/customPublicPath /Users/jarred/Code/styleurl/chrome/extension/background\",\n              \"name\": \"multi ./webpack/customPublicPath ./chrome/extension/background\",\n              \"profile\": {\n                \"factory\": 0,\n                \"building\": 0,\n                \"dependencies\": 54\n              }\n            },\n            {\n              \"id\": 192,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/background.js\",\n              \"name\": \"./chrome/extension/background.js\",\n              \"profile\": {\n                \"factory\": 54,\n                \"building\": 639,\n                \"dependencies\": 140\n              }\n            },\n            {\n              \"id\": 255,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/stylesheet-differ/lib/index.js\",\n              \"name\": \"./node_modules/stylesheet-differ/lib/index.js\",\n              \"profile\": {\n                \"factory\": 140,\n                \"building\": 568,\n                \"dependencies\": 1\n              }\n            },\n            {\n              \"id\": 256,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/native-css/index.js\",\n              \"name\": \"./node_modules/native-css/index.js\",\n              \"profile\": {\n                \"factory\": 189,\n                \"building\": 603,\n                \"dependencies\": 1\n              }\n            },\n            {\n              \"id\": 257,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/native-css/src/native-css.js\",\n              \"name\": \"./node_modules/native-css/src/native-css.js\",\n              \"profile\": {\n                \"factory\": 26,\n                \"building\": 63,\n                \"dependencies\": 14\n              }\n            },\n            {\n              \"id\": 293,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/fetch/lib/fetch.js\",\n              \"name\": \"./node_modules/fetch/lib/fetch.js\",\n              \"profile\": {\n                \"factory\": 117,\n                \"building\": 25,\n                \"dependencies\": 27\n              }\n            },\n            {\n              \"id\": 39,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/stream-browserify/index.js\",\n              \"name\": \"./node_modules/stream-browserify/index.js\",\n              \"profile\": {\n                \"factory\": 66,\n                \"building\": 38,\n                \"dependencies\": 20\n              }\n            },\n            {\n              \"id\": 132,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/readable-stream/readable-browser.js\",\n              \"name\": \"./node_modules/readable-stream/readable-browser.js\",\n              \"profile\": {\n                \"factory\": 83,\n                \"building\": 31,\n                \"dependencies\": 33\n              }\n            }\n          ],\n          \"profile\": {\n            \"factory\": 30,\n            \"building\": 90,\n            \"dependencies\": 58\n          },\n          \"failed\": false,\n          \"errors\": 0,\n          \"warnings\": 0,\n          \"assets\": [],\n          \"reasons\": [\n            {\n              \"moduleId\": 33,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/readable-stream/lib/_stream_duplex.js\",\n              \"module\": \"./node_modules/readable-stream/lib/_stream_duplex.js\",\n              \"moduleName\": \"./node_modules/readable-stream/lib/_stream_duplex.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"./_stream_readable\",\n              \"loc\": \"29:15-44\"\n            },\n            {\n              \"moduleId\": 132,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/readable-stream/readable-browser.js\",\n              \"module\": \"./node_modules/readable-stream/readable-browser.js\",\n              \"moduleName\": \"./node_modules/readable-stream/readable-browser.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"./lib/_stream_readable.js\",\n              \"loc\": \"1:27-63\"\n            }\n          ],\n          \"usedExports\": true,\n          \"providedExports\": null,\n          \"optimizationBailout\": [\n            \"ModuleConcatenation bailout: Module is not an ECMAScript module\"\n          ],\n          \"depth\": 8,\n          \"source\": \"'use strict';\\n\\nmodule.exports = Readable;\\n\\n/*<replacement>*/\\nvar processNextTick = require('process-nextick-args');\\n/*</replacement>*/\\n\\n/*<replacement>*/\\nvar isArray = require('isarray');\\n/*</replacement>*/\\n\\n/*<replacement>*/\\nvar Duplex;\\n/*</replacement>*/\\n\\nReadable.ReadableState = ReadableState;\\n\\n/*<replacement>*/\\nvar EE = require('events').EventEmitter;\\n\\nvar EElistenerCount = function (emitter, type) {\\n  return emitter.listeners(type).length;\\n};\\n/*</replacement>*/\\n\\n/*<replacement>*/\\nvar Stream = require('./internal/streams/stream');\\n/*</replacement>*/\\n\\nvar Buffer = require('buffer').Buffer;\\n/*<replacement>*/\\nvar bufferShim = require('buffer-shims');\\n/*</replacement>*/\\n\\n/*<replacement>*/\\nvar util = require('core-util-is');\\nutil.inherits = require('inherits');\\n/*</replacement>*/\\n\\n/*<replacement>*/\\nvar debugUtil = require('util');\\nvar debug = void 0;\\nif (debugUtil && debugUtil.debuglog) {\\n  debug = debugUtil.debuglog('stream');\\n} else {\\n  debug = function () {};\\n}\\n/*</replacement>*/\\n\\nvar BufferList = require('./internal/streams/BufferList');\\nvar StringDecoder;\\n\\nutil.inherits(Readable, Stream);\\n\\nvar kProxyEvents = ['error', 'close', 'destroy', 'pause', 'resume'];\\n\\nfunction prependListener(emitter, event, fn) {\\n  // Sadly this is not cacheable as some libraries bundle their own\\n  // event emitter implementation with them.\\n  if (typeof emitter.prependListener === 'function') {\\n    return emitter.prependListener(event, fn);\\n  } else {\\n    // This is a hack to make sure that our error handler is attached before any\\n    // userland ones.  NEVER DO THIS. This is here only because this code needs\\n    // to continue to work with older versions of Node.js that do not include\\n    // the prependListener() method. The goal is to eventually remove this hack.\\n    if (!emitter._events || !emitter._events[event]) emitter.on(event, fn);else if (isArray(emitter._events[event])) emitter._events[event].unshift(fn);else emitter._events[event] = [fn, emitter._events[event]];\\n  }\\n}\\n\\nfunction ReadableState(options, stream) {\\n  Duplex = Duplex || require('./_stream_duplex');\\n\\n  options = options || {};\\n\\n  // object stream flag. Used to make read(n) ignore n and to\\n  // make all the buffer merging and length checks go away\\n  this.objectMode = !!options.objectMode;\\n\\n  if (stream instanceof Duplex) this.objectMode = this.objectMode || !!options.readableObjectMode;\\n\\n  // the point at which it stops calling _read() to fill the buffer\\n  // Note: 0 is a valid value, means \\\"don't call _read preemptively ever\\\"\\n  var hwm = options.highWaterMark;\\n  var defaultHwm = this.objectMode ? 16 : 16 * 1024;\\n  this.highWaterMark = hwm || hwm === 0 ? hwm : defaultHwm;\\n\\n  // cast to ints.\\n  this.highWaterMark = ~~this.highWaterMark;\\n\\n  // A linked list is used to store data chunks instead of an array because the\\n  // linked list can remove elements from the beginning faster than\\n  // array.shift()\\n  this.buffer = new BufferList();\\n  this.length = 0;\\n  this.pipes = null;\\n  this.pipesCount = 0;\\n  this.flowing = null;\\n  this.ended = false;\\n  this.endEmitted = false;\\n  this.reading = false;\\n\\n  // a flag to be able to tell if the onwrite cb is called immediately,\\n  // or on a later tick.  We set this to true at first, because any\\n  // actions that shouldn't happen until \\\"later\\\" should generally also\\n  // not happen before the first write call.\\n  this.sync = true;\\n\\n  // whenever we return null, then we set a flag to say\\n  // that we're awaiting a 'readable' event emission.\\n  this.needReadable = false;\\n  this.emittedReadable = false;\\n  this.readableListening = false;\\n  this.resumeScheduled = false;\\n\\n  // Crypto is kind of old and crusty.  Historically, its default string\\n  // encoding is 'binary' so we have to make this configurable.\\n  // Everything else in the universe uses 'utf8', though.\\n  this.defaultEncoding = options.defaultEncoding || 'utf8';\\n\\n  // when piping, we only care about 'readable' events that happen\\n  // after read()ing all the bytes and not getting any pushback.\\n  this.ranOut = false;\\n\\n  // the number of writers that are awaiting a drain event in .pipe()s\\n  this.awaitDrain = 0;\\n\\n  // if true, a maybeReadMore has been scheduled\\n  this.readingMore = false;\\n\\n  this.decoder = null;\\n  this.encoding = null;\\n  if (options.encoding) {\\n    if (!StringDecoder) StringDecoder = require('string_decoder/').StringDecoder;\\n    this.decoder = new StringDecoder(options.encoding);\\n    this.encoding = options.encoding;\\n  }\\n}\\n\\nfunction Readable(options) {\\n  Duplex = Duplex || require('./_stream_duplex');\\n\\n  if (!(this instanceof Readable)) return new Readable(options);\\n\\n  this._readableState = new ReadableState(options, this);\\n\\n  // legacy\\n  this.readable = true;\\n\\n  if (options && typeof options.read === 'function') this._read = options.read;\\n\\n  Stream.call(this);\\n}\\n\\n// Manually shove something into the read() buffer.\\n// This returns true if the highWaterMark has not been hit yet,\\n// similar to how Writable.write() returns true if you should\\n// write() some more.\\nReadable.prototype.push = function (chunk, encoding) {\\n  var state = this._readableState;\\n\\n  if (!state.objectMode && typeof chunk === 'string') {\\n    encoding = encoding || state.defaultEncoding;\\n    if (encoding !== state.encoding) {\\n      chunk = bufferShim.from(chunk, encoding);\\n      encoding = '';\\n    }\\n  }\\n\\n  return readableAddChunk(this, state, chunk, encoding, false);\\n};\\n\\n// Unshift should *always* be something directly out of read()\\nReadable.prototype.unshift = function (chunk) {\\n  var state = this._readableState;\\n  return readableAddChunk(this, state, chunk, '', true);\\n};\\n\\nReadable.prototype.isPaused = function () {\\n  return this._readableState.flowing === false;\\n};\\n\\nfunction readableAddChunk(stream, state, chunk, encoding, addToFront) {\\n  var er = chunkInvalid(state, chunk);\\n  if (er) {\\n    stream.emit('error', er);\\n  } else if (chunk === null) {\\n    state.reading = false;\\n    onEofChunk(stream, state);\\n  } else if (state.objectMode || chunk && chunk.length > 0) {\\n    if (state.ended && !addToFront) {\\n      var e = new Error('stream.push() after EOF');\\n      stream.emit('error', e);\\n    } else if (state.endEmitted && addToFront) {\\n      var _e = new Error('stream.unshift() after end event');\\n      stream.emit('error', _e);\\n    } else {\\n      var skipAdd;\\n      if (state.decoder && !addToFront && !encoding) {\\n        chunk = state.decoder.write(chunk);\\n        skipAdd = !state.objectMode && chunk.length === 0;\\n      }\\n\\n      if (!addToFront) state.reading = false;\\n\\n      // Don't add to the buffer if we've decoded to an empty string chunk and\\n      // we're not in object mode\\n      if (!skipAdd) {\\n        // if we want the data now, just emit it.\\n        if (state.flowing && state.length === 0 && !state.sync) {\\n          stream.emit('data', chunk);\\n          stream.read(0);\\n        } else {\\n          // update the buffer info.\\n          state.length += state.objectMode ? 1 : chunk.length;\\n          if (addToFront) state.buffer.unshift(chunk);else state.buffer.push(chunk);\\n\\n          if (state.needReadable) emitReadable(stream);\\n        }\\n      }\\n\\n      maybeReadMore(stream, state);\\n    }\\n  } else if (!addToFront) {\\n    state.reading = false;\\n  }\\n\\n  return needMoreData(state);\\n}\\n\\n// if it's past the high water mark, we can push in some more.\\n// Also, if we have no data yet, we can stand some\\n// more bytes.  This is to work around cases where hwm=0,\\n// such as the repl.  Also, if the push() triggered a\\n// readable event, and the user called read(largeNumber) such that\\n// needReadable was set, then we ought to push more, so that another\\n// 'readable' event will be triggered.\\nfunction needMoreData(state) {\\n  return !state.ended && (state.needReadable || state.length < state.highWaterMark || state.length === 0);\\n}\\n\\n// backwards compatibility.\\nReadable.prototype.setEncoding = function (enc) {\\n  if (!StringDecoder) StringDecoder = require('string_decoder/').StringDecoder;\\n  this._readableState.decoder = new StringDecoder(enc);\\n  this._readableState.encoding = enc;\\n  return this;\\n};\\n\\n// Don't raise the hwm > 8MB\\nvar MAX_HWM = 0x800000;\\nfunction computeNewHighWaterMark(n) {\\n  if (n >= MAX_HWM) {\\n    n = MAX_HWM;\\n  } else {\\n    // Get the next highest power of 2 to prevent increasing hwm excessively in\\n    // tiny amounts\\n    n--;\\n    n |= n >>> 1;\\n    n |= n >>> 2;\\n    n |= n >>> 4;\\n    n |= n >>> 8;\\n    n |= n >>> 16;\\n    n++;\\n  }\\n  return n;\\n}\\n\\n// This function is designed to be inlinable, so please take care when making\\n// changes to the function body.\\nfunction howMuchToRead(n, state) {\\n  if (n <= 0 || state.length === 0 && state.ended) return 0;\\n  if (state.objectMode) return 1;\\n  if (n !== n) {\\n    // Only flow one buffer at a time\\n    if (state.flowing && state.length) return state.buffer.head.data.length;else return state.length;\\n  }\\n  // If we're asking for more than the current hwm, then raise the hwm.\\n  if (n > state.highWaterMark) state.highWaterMark = computeNewHighWaterMark(n);\\n  if (n <= state.length) return n;\\n  // Don't have enough\\n  if (!state.ended) {\\n    state.needReadable = true;\\n    return 0;\\n  }\\n  return state.length;\\n}\\n\\n// you can override either this method, or the async _read(n) below.\\nReadable.prototype.read = function (n) {\\n  debug('read', n);\\n  n = parseInt(n, 10);\\n  var state = this._readableState;\\n  var nOrig = n;\\n\\n  if (n !== 0) state.emittedReadable = false;\\n\\n  // if we're doing read(0) to trigger a readable event, but we\\n  // already have a bunch of data in the buffer, then just trigger\\n  // the 'readable' event and move on.\\n  if (n === 0 && state.needReadable && (state.length >= state.highWaterMark || state.ended)) {\\n    debug('read: emitReadable', state.length, state.ended);\\n    if (state.length === 0 && state.ended) endReadable(this);else emitReadable(this);\\n    return null;\\n  }\\n\\n  n = howMuchToRead(n, state);\\n\\n  // if we've ended, and we're now clear, then finish it up.\\n  if (n === 0 && state.ended) {\\n    if (state.length === 0) endReadable(this);\\n    return null;\\n  }\\n\\n  // All the actual chunk generation logic needs to be\\n  // *below* the call to _read.  The reason is that in certain\\n  // synthetic stream cases, such as passthrough streams, _read\\n  // may be a completely synchronous operation which may change\\n  // the state of the read buffer, providing enough data when\\n  // before there was *not* enough.\\n  //\\n  // So, the steps are:\\n  // 1. Figure out what the state of things will be after we do\\n  // a read from the buffer.\\n  //\\n  // 2. If that resulting state will trigger a _read, then call _read.\\n  // Note that this may be asynchronous, or synchronous.  Yes, it is\\n  // deeply ugly to write APIs this way, but that still doesn't mean\\n  // that the Readable class should behave improperly, as streams are\\n  // designed to be sync/async agnostic.\\n  // Take note if the _read call is sync or async (ie, if the read call\\n  // has returned yet), so that we know whether or not it's safe to emit\\n  // 'readable' etc.\\n  //\\n  // 3. Actually pull the requested chunks out of the buffer and return.\\n\\n  // if we need a readable event, then we need to do some reading.\\n  var doRead = state.needReadable;\\n  debug('need readable', doRead);\\n\\n  // if we currently have less than the highWaterMark, then also read some\\n  if (state.length === 0 || state.length - n < state.highWaterMark) {\\n    doRead = true;\\n    debug('length less than watermark', doRead);\\n  }\\n\\n  // however, if we've ended, then there's no point, and if we're already\\n  // reading, then it's unnecessary.\\n  if (state.ended || state.reading) {\\n    doRead = false;\\n    debug('reading or ended', doRead);\\n  } else if (doRead) {\\n    debug('do read');\\n    state.reading = true;\\n    state.sync = true;\\n    // if the length is currently zero, then we *need* a readable event.\\n    if (state.length === 0) state.needReadable = true;\\n    // call internal read method\\n    this._read(state.highWaterMark);\\n    state.sync = false;\\n    // If _read pushed data synchronously, then `reading` will be false,\\n    // and we need to re-evaluate how much data we can return to the user.\\n    if (!state.reading) n = howMuchToRead(nOrig, state);\\n  }\\n\\n  var ret;\\n  if (n > 0) ret = fromList(n, state);else ret = null;\\n\\n  if (ret === null) {\\n    state.needReadable = true;\\n    n = 0;\\n  } else {\\n    state.length -= n;\\n  }\\n\\n  if (state.length === 0) {\\n    // If we have nothing in the buffer, then we want to know\\n    // as soon as we *do* get something into the buffer.\\n    if (!state.ended) state.needReadable = true;\\n\\n    // If we tried to read() past the EOF, then emit end on the next tick.\\n    if (nOrig !== n && state.ended) endReadable(this);\\n  }\\n\\n  if (ret !== null) this.emit('data', ret);\\n\\n  return ret;\\n};\\n\\nfunction chunkInvalid(state, chunk) {\\n  var er = null;\\n  if (!Buffer.isBuffer(chunk) && typeof chunk !== 'string' && chunk !== null && chunk !== undefined && !state.objectMode) {\\n    er = new TypeError('Invalid non-string/buffer chunk');\\n  }\\n  return er;\\n}\\n\\nfunction onEofChunk(stream, state) {\\n  if (state.ended) return;\\n  if (state.decoder) {\\n    var chunk = state.decoder.end();\\n    if (chunk && chunk.length) {\\n      state.buffer.push(chunk);\\n      state.length += state.objectMode ? 1 : chunk.length;\\n    }\\n  }\\n  state.ended = true;\\n\\n  // emit 'readable' now to make sure it gets picked up.\\n  emitReadable(stream);\\n}\\n\\n// Don't emit readable right away in sync mode, because this can trigger\\n// another read() call => stack overflow.  This way, it might trigger\\n// a nextTick recursion warning, but that's not so bad.\\nfunction emitReadable(stream) {\\n  var state = stream._readableState;\\n  state.needReadable = false;\\n  if (!state.emittedReadable) {\\n    debug('emitReadable', state.flowing);\\n    state.emittedReadable = true;\\n    if (state.sync) processNextTick(emitReadable_, stream);else emitReadable_(stream);\\n  }\\n}\\n\\nfunction emitReadable_(stream) {\\n  debug('emit readable');\\n  stream.emit('readable');\\n  flow(stream);\\n}\\n\\n// at this point, the user has presumably seen the 'readable' event,\\n// and called read() to consume some data.  that may have triggered\\n// in turn another _read(n) call, in which case reading = true if\\n// it's in progress.\\n// However, if we're not ended, or reading, and the length < hwm,\\n// then go ahead and try to read some more preemptively.\\nfunction maybeReadMore(stream, state) {\\n  if (!state.readingMore) {\\n    state.readingMore = true;\\n    processNextTick(maybeReadMore_, stream, state);\\n  }\\n}\\n\\nfunction maybeReadMore_(stream, state) {\\n  var len = state.length;\\n  while (!state.reading && !state.flowing && !state.ended && state.length < state.highWaterMark) {\\n    debug('maybeReadMore read 0');\\n    stream.read(0);\\n    if (len === state.length)\\n      // didn't get any data, stop spinning.\\n      break;else len = state.length;\\n  }\\n  state.readingMore = false;\\n}\\n\\n// abstract method.  to be overridden in specific implementation classes.\\n// call cb(er, data) where data is <= n in length.\\n// for virtual (non-string, non-buffer) streams, \\\"length\\\" is somewhat\\n// arbitrary, and perhaps not very meaningful.\\nReadable.prototype._read = function (n) {\\n  this.emit('error', new Error('_read() is not implemented'));\\n};\\n\\nReadable.prototype.pipe = function (dest, pipeOpts) {\\n  var src = this;\\n  var state = this._readableState;\\n\\n  switch (state.pipesCount) {\\n    case 0:\\n      state.pipes = dest;\\n      break;\\n    case 1:\\n      state.pipes = [state.pipes, dest];\\n      break;\\n    default:\\n      state.pipes.push(dest);\\n      break;\\n  }\\n  state.pipesCount += 1;\\n  debug('pipe count=%d opts=%j', state.pipesCount, pipeOpts);\\n\\n  var doEnd = (!pipeOpts || pipeOpts.end !== false) && dest !== process.stdout && dest !== process.stderr;\\n\\n  var endFn = doEnd ? onend : cleanup;\\n  if (state.endEmitted) processNextTick(endFn);else src.once('end', endFn);\\n\\n  dest.on('unpipe', onunpipe);\\n  function onunpipe(readable) {\\n    debug('onunpipe');\\n    if (readable === src) {\\n      cleanup();\\n    }\\n  }\\n\\n  function onend() {\\n    debug('onend');\\n    dest.end();\\n  }\\n\\n  // when the dest drains, it reduces the awaitDrain counter\\n  // on the source.  This would be more elegant with a .once()\\n  // handler in flow(), but adding and removing repeatedly is\\n  // too slow.\\n  var ondrain = pipeOnDrain(src);\\n  dest.on('drain', ondrain);\\n\\n  var cleanedUp = false;\\n  function cleanup() {\\n    debug('cleanup');\\n    // cleanup event handlers once the pipe is broken\\n    dest.removeListener('close', onclose);\\n    dest.removeListener('finish', onfinish);\\n    dest.removeListener('drain', ondrain);\\n    dest.removeListener('error', onerror);\\n    dest.removeListener('unpipe', onunpipe);\\n    src.removeListener('end', onend);\\n    src.removeListener('end', cleanup);\\n    src.removeListener('data', ondata);\\n\\n    cleanedUp = true;\\n\\n    // if the reader is waiting for a drain event from this\\n    // specific writer, then it would cause it to never start\\n    // flowing again.\\n    // So, if this is awaiting a drain, then we just call it now.\\n    // If we don't know, then assume that we are waiting for one.\\n    if (state.awaitDrain && (!dest._writableState || dest._writableState.needDrain)) ondrain();\\n  }\\n\\n  // If the user pushes more data while we're writing to dest then we'll end up\\n  // in ondata again. However, we only want to increase awaitDrain once because\\n  // dest will only emit one 'drain' event for the multiple writes.\\n  // => Introduce a guard on increasing awaitDrain.\\n  var increasedAwaitDrain = false;\\n  src.on('data', ondata);\\n  function ondata(chunk) {\\n    debug('ondata');\\n    increasedAwaitDrain = false;\\n    var ret = dest.write(chunk);\\n    if (false === ret && !increasedAwaitDrain) {\\n      // If the user unpiped during `dest.write()`, it is possible\\n      // to get stuck in a permanently paused state if that write\\n      // also returned false.\\n      // => Check whether `dest` is still a piping destination.\\n      if ((state.pipesCount === 1 && state.pipes === dest || state.pipesCount > 1 && indexOf(state.pipes, dest) !== -1) && !cleanedUp) {\\n        debug('false write response, pause', src._readableState.awaitDrain);\\n        src._readableState.awaitDrain++;\\n        increasedAwaitDrain = true;\\n      }\\n      src.pause();\\n    }\\n  }\\n\\n  // if the dest has an error, then stop piping into it.\\n  // however, don't suppress the throwing behavior for this.\\n  function onerror(er) {\\n    debug('onerror', er);\\n    unpipe();\\n    dest.removeListener('error', onerror);\\n    if (EElistenerCount(dest, 'error') === 0) dest.emit('error', er);\\n  }\\n\\n  // Make sure our error handler is attached before userland ones.\\n  prependListener(dest, 'error', onerror);\\n\\n  // Both close and finish should trigger unpipe, but only once.\\n  function onclose() {\\n    dest.removeListener('finish', onfinish);\\n    unpipe();\\n  }\\n  dest.once('close', onclose);\\n  function onfinish() {\\n    debug('onfinish');\\n    dest.removeListener('close', onclose);\\n    unpipe();\\n  }\\n  dest.once('finish', onfinish);\\n\\n  function unpipe() {\\n    debug('unpipe');\\n    src.unpipe(dest);\\n  }\\n\\n  // tell the dest that it's being piped to\\n  dest.emit('pipe', src);\\n\\n  // start the flow if it hasn't been started already.\\n  if (!state.flowing) {\\n    debug('pipe resume');\\n    src.resume();\\n  }\\n\\n  return dest;\\n};\\n\\nfunction pipeOnDrain(src) {\\n  return function () {\\n    var state = src._readableState;\\n    debug('pipeOnDrain', state.awaitDrain);\\n    if (state.awaitDrain) state.awaitDrain--;\\n    if (state.awaitDrain === 0 && EElistenerCount(src, 'data')) {\\n      state.flowing = true;\\n      flow(src);\\n    }\\n  };\\n}\\n\\nReadable.prototype.unpipe = function (dest) {\\n  var state = this._readableState;\\n\\n  // if we're not piping anywhere, then do nothing.\\n  if (state.pipesCount === 0) return this;\\n\\n  // just one destination.  most common case.\\n  if (state.pipesCount === 1) {\\n    // passed in one, but it's not the right one.\\n    if (dest && dest !== state.pipes) return this;\\n\\n    if (!dest) dest = state.pipes;\\n\\n    // got a match.\\n    state.pipes = null;\\n    state.pipesCount = 0;\\n    state.flowing = false;\\n    if (dest) dest.emit('unpipe', this);\\n    return this;\\n  }\\n\\n  // slow case. multiple pipe destinations.\\n\\n  if (!dest) {\\n    // remove all.\\n    var dests = state.pipes;\\n    var len = state.pipesCount;\\n    state.pipes = null;\\n    state.pipesCount = 0;\\n    state.flowing = false;\\n\\n    for (var i = 0; i < len; i++) {\\n      dests[i].emit('unpipe', this);\\n    }return this;\\n  }\\n\\n  // try to find the right one.\\n  var index = indexOf(state.pipes, dest);\\n  if (index === -1) return this;\\n\\n  state.pipes.splice(index, 1);\\n  state.pipesCount -= 1;\\n  if (state.pipesCount === 1) state.pipes = state.pipes[0];\\n\\n  dest.emit('unpipe', this);\\n\\n  return this;\\n};\\n\\n// set up data events if they are asked for\\n// Ensure readable listeners eventually get something\\nReadable.prototype.on = function (ev, fn) {\\n  var res = Stream.prototype.on.call(this, ev, fn);\\n\\n  if (ev === 'data') {\\n    // Start flowing on next tick if stream isn't explicitly paused\\n    if (this._readableState.flowing !== false) this.resume();\\n  } else if (ev === 'readable') {\\n    var state = this._readableState;\\n    if (!state.endEmitted && !state.readableListening) {\\n      state.readableListening = state.needReadable = true;\\n      state.emittedReadable = false;\\n      if (!state.reading) {\\n        processNextTick(nReadingNextTick, this);\\n      } else if (state.length) {\\n        emitReadable(this, state);\\n      }\\n    }\\n  }\\n\\n  return res;\\n};\\nReadable.prototype.addListener = Readable.prototype.on;\\n\\nfunction nReadingNextTick(self) {\\n  debug('readable nexttick read 0');\\n  self.read(0);\\n}\\n\\n// pause() and resume() are remnants of the legacy readable stream API\\n// If the user uses them, then switch into old mode.\\nReadable.prototype.resume = function () {\\n  var state = this._readableState;\\n  if (!state.flowing) {\\n    debug('resume');\\n    state.flowing = true;\\n    resume(this, state);\\n  }\\n  return this;\\n};\\n\\nfunction resume(stream, state) {\\n  if (!state.resumeScheduled) {\\n    state.resumeScheduled = true;\\n    processNextTick(resume_, stream, state);\\n  }\\n}\\n\\nfunction resume_(stream, state) {\\n  if (!state.reading) {\\n    debug('resume read 0');\\n    stream.read(0);\\n  }\\n\\n  state.resumeScheduled = false;\\n  state.awaitDrain = 0;\\n  stream.emit('resume');\\n  flow(stream);\\n  if (state.flowing && !state.reading) stream.read(0);\\n}\\n\\nReadable.prototype.pause = function () {\\n  debug('call pause flowing=%j', this._readableState.flowing);\\n  if (false !== this._readableState.flowing) {\\n    debug('pause');\\n    this._readableState.flowing = false;\\n    this.emit('pause');\\n  }\\n  return this;\\n};\\n\\nfunction flow(stream) {\\n  var state = stream._readableState;\\n  debug('flow', state.flowing);\\n  while (state.flowing && stream.read() !== null) {}\\n}\\n\\n// wrap an old-style stream as the async data source.\\n// This is *not* part of the readable stream interface.\\n// It is an ugly unfortunate mess of history.\\nReadable.prototype.wrap = function (stream) {\\n  var state = this._readableState;\\n  var paused = false;\\n\\n  var self = this;\\n  stream.on('end', function () {\\n    debug('wrapped end');\\n    if (state.decoder && !state.ended) {\\n      var chunk = state.decoder.end();\\n      if (chunk && chunk.length) self.push(chunk);\\n    }\\n\\n    self.push(null);\\n  });\\n\\n  stream.on('data', function (chunk) {\\n    debug('wrapped data');\\n    if (state.decoder) chunk = state.decoder.write(chunk);\\n\\n    // don't skip over falsy values in objectMode\\n    if (state.objectMode && (chunk === null || chunk === undefined)) return;else if (!state.objectMode && (!chunk || !chunk.length)) return;\\n\\n    var ret = self.push(chunk);\\n    if (!ret) {\\n      paused = true;\\n      stream.pause();\\n    }\\n  });\\n\\n  // proxy all the other methods.\\n  // important when wrapping filters and duplexes.\\n  for (var i in stream) {\\n    if (this[i] === undefined && typeof stream[i] === 'function') {\\n      this[i] = function (method) {\\n        return function () {\\n          return stream[method].apply(stream, arguments);\\n        };\\n      }(i);\\n    }\\n  }\\n\\n  // proxy certain important events.\\n  for (var n = 0; n < kProxyEvents.length; n++) {\\n    stream.on(kProxyEvents[n], self.emit.bind(self, kProxyEvents[n]));\\n  }\\n\\n  // when we try to consume some more bytes, simply unpause the\\n  // underlying stream.\\n  self._read = function (n) {\\n    debug('wrapped _read', n);\\n    if (paused) {\\n      paused = false;\\n      stream.resume();\\n    }\\n  };\\n\\n  return self;\\n};\\n\\n// exposed for testing purposes only.\\nReadable._fromList = fromList;\\n\\n// Pluck off n bytes from an array of buffers.\\n// Length is the combined lengths of all the buffers in the list.\\n// This function is designed to be inlinable, so please take care when making\\n// changes to the function body.\\nfunction fromList(n, state) {\\n  // nothing buffered\\n  if (state.length === 0) return null;\\n\\n  var ret;\\n  if (state.objectMode) ret = state.buffer.shift();else if (!n || n >= state.length) {\\n    // read it all, truncate the list\\n    if (state.decoder) ret = state.buffer.join('');else if (state.buffer.length === 1) ret = state.buffer.head.data;else ret = state.buffer.concat(state.length);\\n    state.buffer.clear();\\n  } else {\\n    // read part of list\\n    ret = fromListPartial(n, state.buffer, state.decoder);\\n  }\\n\\n  return ret;\\n}\\n\\n// Extracts only enough buffered data to satisfy the amount requested.\\n// This function is designed to be inlinable, so please take care when making\\n// changes to the function body.\\nfunction fromListPartial(n, list, hasStrings) {\\n  var ret;\\n  if (n < list.head.data.length) {\\n    // slice is the same for buffers and strings\\n    ret = list.head.data.slice(0, n);\\n    list.head.data = list.head.data.slice(n);\\n  } else if (n === list.head.data.length) {\\n    // first chunk is a perfect match\\n    ret = list.shift();\\n  } else {\\n    // result spans more than one buffer\\n    ret = hasStrings ? copyFromBufferString(n, list) : copyFromBuffer(n, list);\\n  }\\n  return ret;\\n}\\n\\n// Copies a specified amount of characters from the list of buffered data\\n// chunks.\\n// This function is designed to be inlinable, so please take care when making\\n// changes to the function body.\\nfunction copyFromBufferString(n, list) {\\n  var p = list.head;\\n  var c = 1;\\n  var ret = p.data;\\n  n -= ret.length;\\n  while (p = p.next) {\\n    var str = p.data;\\n    var nb = n > str.length ? str.length : n;\\n    if (nb === str.length) ret += str;else ret += str.slice(0, n);\\n    n -= nb;\\n    if (n === 0) {\\n      if (nb === str.length) {\\n        ++c;\\n        if (p.next) list.head = p.next;else list.head = list.tail = null;\\n      } else {\\n        list.head = p;\\n        p.data = str.slice(nb);\\n      }\\n      break;\\n    }\\n    ++c;\\n  }\\n  list.length -= c;\\n  return ret;\\n}\\n\\n// Copies a specified amount of bytes from the list of buffered data chunks.\\n// This function is designed to be inlinable, so please take care when making\\n// changes to the function body.\\nfunction copyFromBuffer(n, list) {\\n  var ret = bufferShim.allocUnsafe(n);\\n  var p = list.head;\\n  var c = 1;\\n  p.data.copy(ret);\\n  n -= p.data.length;\\n  while (p = p.next) {\\n    var buf = p.data;\\n    var nb = n > buf.length ? buf.length : n;\\n    buf.copy(ret, ret.length - n, 0, nb);\\n    n -= nb;\\n    if (n === 0) {\\n      if (nb === buf.length) {\\n        ++c;\\n        if (p.next) list.head = p.next;else list.head = list.tail = null;\\n      } else {\\n        list.head = p;\\n        p.data = buf.slice(nb);\\n      }\\n      break;\\n    }\\n    ++c;\\n  }\\n  list.length -= c;\\n  return ret;\\n}\\n\\nfunction endReadable(stream) {\\n  var state = stream._readableState;\\n\\n  // If we get here before consuming all the bytes, then that is a\\n  // bug in node.  Should never happen.\\n  if (state.length > 0) throw new Error('\\\"endReadable()\\\" called on non-empty stream');\\n\\n  if (!state.endEmitted) {\\n    state.ended = true;\\n    processNextTick(endReadableNT, state, stream);\\n  }\\n}\\n\\nfunction endReadableNT(state, stream) {\\n  // Check that we didn't get one last unshift.\\n  if (!state.endEmitted && state.length === 0) {\\n    state.endEmitted = true;\\n    stream.readable = false;\\n    stream.emit('end');\\n  }\\n}\\n\\nfunction forEach(xs, f) {\\n  for (var i = 0, l = xs.length; i < l; i++) {\\n    f(xs[i], i);\\n  }\\n}\\n\\nfunction indexOf(xs, x) {\\n  for (var i = 0, l = xs.length; i < l; i++) {\\n    if (xs[i] === x) return i;\\n  }\\n  return -1;\\n}\"\n        },\n        {\n          \"id\": 152,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/readable-stream/lib/internal/streams/stream-browser.js\",\n          \"name\": \"./node_modules/readable-stream/lib/internal/streams/stream-browser.js\",\n          \"index\": 234,\n          \"index2\": 223,\n          \"size\": 49,\n          \"cacheable\": true,\n          \"built\": true,\n          \"optional\": false,\n          \"prefetched\": false,\n          \"chunks\": [\n            2\n          ],\n          \"issuer\": \"/Users/jarred/Code/styleurl/node_modules/readable-stream/lib/_stream_writable.js\",\n          \"issuerId\": 134,\n          \"issuerName\": \"./node_modules/readable-stream/lib/_stream_writable.js\",\n          \"issuerPath\": [\n            {\n              \"id\": 191,\n              \"identifier\": \"multi /Users/jarred/Code/styleurl/webpack/customPublicPath /Users/jarred/Code/styleurl/chrome/extension/background\",\n              \"name\": \"multi ./webpack/customPublicPath ./chrome/extension/background\",\n              \"profile\": {\n                \"factory\": 0,\n                \"building\": 0,\n                \"dependencies\": 54\n              }\n            },\n            {\n              \"id\": 192,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/background.js\",\n              \"name\": \"./chrome/extension/background.js\",\n              \"profile\": {\n                \"factory\": 54,\n                \"building\": 639,\n                \"dependencies\": 140\n              }\n            },\n            {\n              \"id\": 255,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/stylesheet-differ/lib/index.js\",\n              \"name\": \"./node_modules/stylesheet-differ/lib/index.js\",\n              \"profile\": {\n                \"factory\": 140,\n                \"building\": 568,\n                \"dependencies\": 1\n              }\n            },\n            {\n              \"id\": 256,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/native-css/index.js\",\n              \"name\": \"./node_modules/native-css/index.js\",\n              \"profile\": {\n                \"factory\": 189,\n                \"building\": 603,\n                \"dependencies\": 1\n              }\n            },\n            {\n              \"id\": 257,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/native-css/src/native-css.js\",\n              \"name\": \"./node_modules/native-css/src/native-css.js\",\n              \"profile\": {\n                \"factory\": 26,\n                \"building\": 63,\n                \"dependencies\": 14\n              }\n            },\n            {\n              \"id\": 293,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/fetch/lib/fetch.js\",\n              \"name\": \"./node_modules/fetch/lib/fetch.js\",\n              \"profile\": {\n                \"factory\": 117,\n                \"building\": 25,\n                \"dependencies\": 27\n              }\n            },\n            {\n              \"id\": 39,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/stream-browserify/index.js\",\n              \"name\": \"./node_modules/stream-browserify/index.js\",\n              \"profile\": {\n                \"factory\": 66,\n                \"building\": 38,\n                \"dependencies\": 20\n              }\n            },\n            {\n              \"id\": 132,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/readable-stream/readable-browser.js\",\n              \"name\": \"./node_modules/readable-stream/readable-browser.js\",\n              \"profile\": {\n                \"factory\": 83,\n                \"building\": 31,\n                \"dependencies\": 33\n              }\n            },\n            {\n              \"id\": 134,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/readable-stream/lib/_stream_writable.js\",\n              \"name\": \"./node_modules/readable-stream/lib/_stream_writable.js\",\n              \"profile\": {\n                \"factory\": 30,\n                \"building\": 90,\n                \"dependencies\": 58\n              }\n            }\n          ],\n          \"profile\": {\n            \"factory\": 54,\n            \"building\": 28,\n            \"dependencies\": 0\n          },\n          \"failed\": false,\n          \"errors\": 0,\n          \"warnings\": 0,\n          \"assets\": [],\n          \"reasons\": [\n            {\n              \"moduleId\": 134,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/readable-stream/lib/_stream_writable.js\",\n              \"module\": \"./node_modules/readable-stream/lib/_stream_writable.js\",\n              \"moduleName\": \"./node_modules/readable-stream/lib/_stream_writable.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"./internal/streams/stream\",\n              \"loc\": \"35:13-49\"\n            },\n            {\n              \"moduleId\": 151,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/readable-stream/lib/_stream_readable.js\",\n              \"module\": \"./node_modules/readable-stream/lib/_stream_readable.js\",\n              \"moduleName\": \"./node_modules/readable-stream/lib/_stream_readable.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"./internal/streams/stream\",\n              \"loc\": \"28:13-49\"\n            }\n          ],\n          \"usedExports\": true,\n          \"providedExports\": null,\n          \"optimizationBailout\": [\n            \"ModuleConcatenation bailout: Module is not an ECMAScript module\"\n          ],\n          \"depth\": 9,\n          \"source\": \"module.exports = require('events').EventEmitter;\\n\"\n        },\n        {\n          \"id\": 153,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/util-deprecate/browser.js\",\n          \"name\": \"./node_modules/util-deprecate/browser.js\",\n          \"index\": 241,\n          \"index2\": 228,\n          \"size\": 1614,\n          \"cacheable\": true,\n          \"built\": true,\n          \"optional\": false,\n          \"prefetched\": false,\n          \"chunks\": [\n            2\n          ],\n          \"issuer\": \"/Users/jarred/Code/styleurl/node_modules/readable-stream/lib/_stream_writable.js\",\n          \"issuerId\": 134,\n          \"issuerName\": \"./node_modules/readable-stream/lib/_stream_writable.js\",\n          \"issuerPath\": [\n            {\n              \"id\": 191,\n              \"identifier\": \"multi /Users/jarred/Code/styleurl/webpack/customPublicPath /Users/jarred/Code/styleurl/chrome/extension/background\",\n              \"name\": \"multi ./webpack/customPublicPath ./chrome/extension/background\",\n              \"profile\": {\n                \"factory\": 0,\n                \"building\": 0,\n                \"dependencies\": 54\n              }\n            },\n            {\n              \"id\": 192,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/background.js\",\n              \"name\": \"./chrome/extension/background.js\",\n              \"profile\": {\n                \"factory\": 54,\n                \"building\": 639,\n                \"dependencies\": 140\n              }\n            },\n            {\n              \"id\": 255,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/stylesheet-differ/lib/index.js\",\n              \"name\": \"./node_modules/stylesheet-differ/lib/index.js\",\n              \"profile\": {\n                \"factory\": 140,\n                \"building\": 568,\n                \"dependencies\": 1\n              }\n            },\n            {\n              \"id\": 256,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/native-css/index.js\",\n              \"name\": \"./node_modules/native-css/index.js\",\n              \"profile\": {\n                \"factory\": 189,\n                \"building\": 603,\n                \"dependencies\": 1\n              }\n            },\n            {\n              \"id\": 257,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/native-css/src/native-css.js\",\n              \"name\": \"./node_modules/native-css/src/native-css.js\",\n              \"profile\": {\n                \"factory\": 26,\n                \"building\": 63,\n                \"dependencies\": 14\n              }\n            },\n            {\n              \"id\": 293,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/fetch/lib/fetch.js\",\n              \"name\": \"./node_modules/fetch/lib/fetch.js\",\n              \"profile\": {\n                \"factory\": 117,\n                \"building\": 25,\n                \"dependencies\": 27\n              }\n            },\n            {\n              \"id\": 39,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/stream-browserify/index.js\",\n              \"name\": \"./node_modules/stream-browserify/index.js\",\n              \"profile\": {\n                \"factory\": 66,\n                \"building\": 38,\n                \"dependencies\": 20\n              }\n            },\n            {\n              \"id\": 132,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/readable-stream/readable-browser.js\",\n              \"name\": \"./node_modules/readable-stream/readable-browser.js\",\n              \"profile\": {\n                \"factory\": 83,\n                \"building\": 31,\n                \"dependencies\": 33\n              }\n            },\n            {\n              \"id\": 134,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/readable-stream/lib/_stream_writable.js\",\n              \"name\": \"./node_modules/readable-stream/lib/_stream_writable.js\",\n              \"profile\": {\n                \"factory\": 30,\n                \"building\": 90,\n                \"dependencies\": 58\n              }\n            }\n          ],\n          \"profile\": {\n            \"factory\": 54,\n            \"building\": 28,\n            \"dependencies\": 0\n          },\n          \"failed\": false,\n          \"errors\": 0,\n          \"warnings\": 0,\n          \"assets\": [],\n          \"reasons\": [\n            {\n              \"moduleId\": 134,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/readable-stream/lib/_stream_writable.js\",\n              \"module\": \"./node_modules/readable-stream/lib/_stream_writable.js\",\n              \"moduleName\": \"./node_modules/readable-stream/lib/_stream_writable.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"util-deprecate\",\n              \"loc\": \"30:13-38\"\n            },\n            {\n              \"moduleId\": 164,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/stream-http/node_modules/readable-stream/lib/_stream_writable.js\",\n              \"module\": \"./node_modules/stream-http/node_modules/readable-stream/lib/_stream_writable.js\",\n              \"moduleName\": \"./node_modules/stream-http/node_modules/readable-stream/lib/_stream_writable.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"util-deprecate\",\n              \"loc\": \"73:13-38\"\n            }\n          ],\n          \"usedExports\": true,\n          \"providedExports\": null,\n          \"optimizationBailout\": [\n            \"ModuleConcatenation bailout: Module is not an ECMAScript module\"\n          ],\n          \"depth\": 9,\n          \"source\": \"\\n/**\\n * Module exports.\\n */\\n\\nmodule.exports = deprecate;\\n\\n/**\\n * Mark that a method should not be used.\\n * Returns a modified function which warns once by default.\\n *\\n * If `localStorage.noDeprecation = true` is set, then it is a no-op.\\n *\\n * If `localStorage.throwDeprecation = true` is set, then deprecated functions\\n * will throw an Error when invoked.\\n *\\n * If `localStorage.traceDeprecation = true` is set, then deprecated functions\\n * will invoke `console.trace()` instead of `console.error()`.\\n *\\n * @param {Function} fn - the function to deprecate\\n * @param {String} msg - the string to print to the console when `fn` is invoked\\n * @returns {Function} a new \\\"deprecated\\\" version of `fn`\\n * @api public\\n */\\n\\nfunction deprecate (fn, msg) {\\n  if (config('noDeprecation')) {\\n    return fn;\\n  }\\n\\n  var warned = false;\\n  function deprecated() {\\n    if (!warned) {\\n      if (config('throwDeprecation')) {\\n        throw new Error(msg);\\n      } else if (config('traceDeprecation')) {\\n        console.trace(msg);\\n      } else {\\n        console.warn(msg);\\n      }\\n      warned = true;\\n    }\\n    return fn.apply(this, arguments);\\n  }\\n\\n  return deprecated;\\n}\\n\\n/**\\n * Checks `localStorage` for boolean values for the given `name`.\\n *\\n * @param {String} name\\n * @returns {Boolean}\\n * @api private\\n */\\n\\nfunction config (name) {\\n  // accessing global.localStorage can trigger a DOMException in sandboxed iframes\\n  try {\\n    if (!global.localStorage) return false;\\n  } catch (_) {\\n    return false;\\n  }\\n  var val = global.localStorage[name];\\n  if (null == val) return false;\\n  return String(val).toLowerCase() === 'true';\\n}\\n\"\n        },\n        {\n          \"id\": 154,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/readable-stream/lib/_stream_transform.js\",\n          \"name\": \"./node_modules/readable-stream/lib/_stream_transform.js\",\n          \"index\": 244,\n          \"index2\": 234,\n          \"size\": 6451,\n          \"cacheable\": true,\n          \"built\": true,\n          \"optional\": false,\n          \"prefetched\": false,\n          \"chunks\": [\n            2\n          ],\n          \"issuer\": \"/Users/jarred/Code/styleurl/node_modules/readable-stream/readable-browser.js\",\n          \"issuerId\": 132,\n          \"issuerName\": \"./node_modules/readable-stream/readable-browser.js\",\n          \"issuerPath\": [\n            {\n              \"id\": 191,\n              \"identifier\": \"multi /Users/jarred/Code/styleurl/webpack/customPublicPath /Users/jarred/Code/styleurl/chrome/extension/background\",\n              \"name\": \"multi ./webpack/customPublicPath ./chrome/extension/background\",\n              \"profile\": {\n                \"factory\": 0,\n                \"building\": 0,\n                \"dependencies\": 54\n              }\n            },\n            {\n              \"id\": 192,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/background.js\",\n              \"name\": \"./chrome/extension/background.js\",\n              \"profile\": {\n                \"factory\": 54,\n                \"building\": 639,\n                \"dependencies\": 140\n              }\n            },\n            {\n              \"id\": 255,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/stylesheet-differ/lib/index.js\",\n              \"name\": \"./node_modules/stylesheet-differ/lib/index.js\",\n              \"profile\": {\n                \"factory\": 140,\n                \"building\": 568,\n                \"dependencies\": 1\n              }\n            },\n            {\n              \"id\": 256,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/native-css/index.js\",\n              \"name\": \"./node_modules/native-css/index.js\",\n              \"profile\": {\n                \"factory\": 189,\n                \"building\": 603,\n                \"dependencies\": 1\n              }\n            },\n            {\n              \"id\": 257,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/native-css/src/native-css.js\",\n              \"name\": \"./node_modules/native-css/src/native-css.js\",\n              \"profile\": {\n                \"factory\": 26,\n                \"building\": 63,\n                \"dependencies\": 14\n              }\n            },\n            {\n              \"id\": 293,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/fetch/lib/fetch.js\",\n              \"name\": \"./node_modules/fetch/lib/fetch.js\",\n              \"profile\": {\n                \"factory\": 117,\n                \"building\": 25,\n                \"dependencies\": 27\n              }\n            },\n            {\n              \"id\": 39,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/stream-browserify/index.js\",\n              \"name\": \"./node_modules/stream-browserify/index.js\",\n              \"profile\": {\n                \"factory\": 66,\n                \"building\": 38,\n                \"dependencies\": 20\n              }\n            },\n            {\n              \"id\": 132,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/readable-stream/readable-browser.js\",\n              \"name\": \"./node_modules/readable-stream/readable-browser.js\",\n              \"profile\": {\n                \"factory\": 83,\n                \"building\": 31,\n                \"dependencies\": 33\n              }\n            }\n          ],\n          \"profile\": {\n            \"factory\": 30,\n            \"building\": 90,\n            \"dependencies\": 58\n          },\n          \"failed\": false,\n          \"errors\": 0,\n          \"warnings\": 0,\n          \"assets\": [],\n          \"reasons\": [\n            {\n              \"moduleId\": 132,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/readable-stream/readable-browser.js\",\n              \"module\": \"./node_modules/readable-stream/readable-browser.js\",\n              \"moduleName\": \"./node_modules/readable-stream/readable-browser.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"./lib/_stream_transform.js\",\n              \"loc\": \"6:20-57\"\n            },\n            {\n              \"moduleId\": 268,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/readable-stream/lib/_stream_passthrough.js\",\n              \"module\": \"./node_modules/readable-stream/lib/_stream_passthrough.js\",\n              \"moduleName\": \"./node_modules/readable-stream/lib/_stream_passthrough.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"./_stream_transform\",\n              \"loc\": \"9:16-46\"\n            }\n          ],\n          \"usedExports\": true,\n          \"providedExports\": null,\n          \"optimizationBailout\": [\n            \"ModuleConcatenation bailout: Module is not an ECMAScript module\"\n          ],\n          \"depth\": 8,\n          \"source\": \"// a transform stream is a readable/writable stream where you do\\n// something with the data.  Sometimes it's called a \\\"filter\\\",\\n// but that's not a great name for it, since that implies a thing where\\n// some bits pass through, and others are simply ignored.  (That would\\n// be a valid example of a transform, of course.)\\n//\\n// While the output is causally related to the input, it's not a\\n// necessarily symmetric or synchronous transformation.  For example,\\n// a zlib stream might take multiple plain-text writes(), and then\\n// emit a single compressed chunk some time in the future.\\n//\\n// Here's how this works:\\n//\\n// The Transform stream has all the aspects of the readable and writable\\n// stream classes.  When you write(chunk), that calls _write(chunk,cb)\\n// internally, and returns false if there's a lot of pending writes\\n// buffered up.  When you call read(), that calls _read(n) until\\n// there's enough pending readable data buffered up.\\n//\\n// In a transform stream, the written data is placed in a buffer.  When\\n// _read(n) is called, it transforms the queued up data, calling the\\n// buffered _write cb's as it consumes chunks.  If consuming a single\\n// written chunk would result in multiple output chunks, then the first\\n// outputted bit calls the readcb, and subsequent chunks just go into\\n// the read buffer, and will cause it to emit 'readable' if necessary.\\n//\\n// This way, back-pressure is actually determined by the reading side,\\n// since _read has to be called to start processing a new chunk.  However,\\n// a pathological inflate type of transform can cause excessive buffering\\n// here.  For example, imagine a stream where every byte of input is\\n// interpreted as an integer from 0-255, and then results in that many\\n// bytes of output.  Writing the 4 bytes {ff,ff,ff,ff} would result in\\n// 1kb of data being output.  In this case, you could write a very small\\n// amount of input, and end up with a very large amount of output.  In\\n// such a pathological inflating mechanism, there'd be no way to tell\\n// the system to stop doing the transform.  A single 4MB write could\\n// cause the system to run out of memory.\\n//\\n// However, even in such a pathological case, only a single written chunk\\n// would be consumed, and then the rest would wait (un-transformed) until\\n// the results of the previous transformed chunk were consumed.\\n\\n'use strict';\\n\\nmodule.exports = Transform;\\n\\nvar Duplex = require('./_stream_duplex');\\n\\n/*<replacement>*/\\nvar util = require('core-util-is');\\nutil.inherits = require('inherits');\\n/*</replacement>*/\\n\\nutil.inherits(Transform, Duplex);\\n\\nfunction TransformState(stream) {\\n  this.afterTransform = function (er, data) {\\n    return afterTransform(stream, er, data);\\n  };\\n\\n  this.needTransform = false;\\n  this.transforming = false;\\n  this.writecb = null;\\n  this.writechunk = null;\\n  this.writeencoding = null;\\n}\\n\\nfunction afterTransform(stream, er, data) {\\n  var ts = stream._transformState;\\n  ts.transforming = false;\\n\\n  var cb = ts.writecb;\\n\\n  if (!cb) return stream.emit('error', new Error('no writecb in Transform class'));\\n\\n  ts.writechunk = null;\\n  ts.writecb = null;\\n\\n  if (data !== null && data !== undefined) stream.push(data);\\n\\n  cb(er);\\n\\n  var rs = stream._readableState;\\n  rs.reading = false;\\n  if (rs.needReadable || rs.length < rs.highWaterMark) {\\n    stream._read(rs.highWaterMark);\\n  }\\n}\\n\\nfunction Transform(options) {\\n  if (!(this instanceof Transform)) return new Transform(options);\\n\\n  Duplex.call(this, options);\\n\\n  this._transformState = new TransformState(this);\\n\\n  var stream = this;\\n\\n  // start out asking for a readable event once data is transformed.\\n  this._readableState.needReadable = true;\\n\\n  // we have implemented the _read method, and done the other things\\n  // that Readable wants before the first _read call, so unset the\\n  // sync guard flag.\\n  this._readableState.sync = false;\\n\\n  if (options) {\\n    if (typeof options.transform === 'function') this._transform = options.transform;\\n\\n    if (typeof options.flush === 'function') this._flush = options.flush;\\n  }\\n\\n  // When the writable side finishes, then flush out anything remaining.\\n  this.once('prefinish', function () {\\n    if (typeof this._flush === 'function') this._flush(function (er, data) {\\n      done(stream, er, data);\\n    });else done(stream);\\n  });\\n}\\n\\nTransform.prototype.push = function (chunk, encoding) {\\n  this._transformState.needTransform = false;\\n  return Duplex.prototype.push.call(this, chunk, encoding);\\n};\\n\\n// This is the part where you do stuff!\\n// override this function in implementation classes.\\n// 'chunk' is an input chunk.\\n//\\n// Call `push(newChunk)` to pass along transformed output\\n// to the readable side.  You may call 'push' zero or more times.\\n//\\n// Call `cb(err)` when you are done with this chunk.  If you pass\\n// an error, then that'll put the hurt on the whole operation.  If you\\n// never call cb(), then you'll never get another chunk.\\nTransform.prototype._transform = function (chunk, encoding, cb) {\\n  throw new Error('_transform() is not implemented');\\n};\\n\\nTransform.prototype._write = function (chunk, encoding, cb) {\\n  var ts = this._transformState;\\n  ts.writecb = cb;\\n  ts.writechunk = chunk;\\n  ts.writeencoding = encoding;\\n  if (!ts.transforming) {\\n    var rs = this._readableState;\\n    if (ts.needTransform || rs.needReadable || rs.length < rs.highWaterMark) this._read(rs.highWaterMark);\\n  }\\n};\\n\\n// Doesn't matter what the args are here.\\n// _transform does all the work.\\n// That we got here means that the readable side wants more data.\\nTransform.prototype._read = function (n) {\\n  var ts = this._transformState;\\n\\n  if (ts.writechunk !== null && ts.writecb && !ts.transforming) {\\n    ts.transforming = true;\\n    this._transform(ts.writechunk, ts.writeencoding, ts.afterTransform);\\n  } else {\\n    // mark that we need a transform, so that any data that comes in\\n    // will get processed, now that we've asked for it.\\n    ts.needTransform = true;\\n  }\\n};\\n\\nfunction done(stream, er, data) {\\n  if (er) return stream.emit('error', er);\\n\\n  if (data !== null && data !== undefined) stream.push(data);\\n\\n  // if there's nothing in the write buffer, then that means\\n  // that nothing more will ever be provided\\n  var ws = stream._writableState;\\n  var ts = stream._transformState;\\n\\n  if (ws.length) throw new Error('Calling transform done when ws.length != 0');\\n\\n  if (ts.transforming) throw new Error('Calling transform done when still transforming');\\n\\n  return stream.push(null);\\n}\"\n        },\n        {\n          \"id\": 155,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/css/lib/stringify/compiler.js\",\n          \"name\": \"./node_modules/css/lib/stringify/compiler.js\",\n          \"index\": 262,\n          \"index2\": 254,\n          \"size\": 738,\n          \"cacheable\": true,\n          \"built\": true,\n          \"optional\": false,\n          \"prefetched\": false,\n          \"chunks\": [\n            2\n          ],\n          \"issuer\": \"/Users/jarred/Code/styleurl/node_modules/css/lib/stringify/compress.js\",\n          \"issuerId\": 283,\n          \"issuerName\": \"./node_modules/css/lib/stringify/compress.js\",\n          \"issuerPath\": [\n            {\n              \"id\": 191,\n              \"identifier\": \"multi /Users/jarred/Code/styleurl/webpack/customPublicPath /Users/jarred/Code/styleurl/chrome/extension/background\",\n              \"name\": \"multi ./webpack/customPublicPath ./chrome/extension/background\",\n              \"profile\": {\n                \"factory\": 0,\n                \"building\": 0,\n                \"dependencies\": 54\n              }\n            },\n            {\n              \"id\": 192,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/background.js\",\n              \"name\": \"./chrome/extension/background.js\",\n              \"profile\": {\n                \"factory\": 54,\n                \"building\": 639,\n                \"dependencies\": 140\n              }\n            },\n            {\n              \"id\": 255,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/stylesheet-differ/lib/index.js\",\n              \"name\": \"./node_modules/stylesheet-differ/lib/index.js\",\n              \"profile\": {\n                \"factory\": 140,\n                \"building\": 568,\n                \"dependencies\": 1\n              }\n            },\n            {\n              \"id\": 256,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/native-css/index.js\",\n              \"name\": \"./node_modules/native-css/index.js\",\n              \"profile\": {\n                \"factory\": 189,\n                \"building\": 603,\n                \"dependencies\": 1\n              }\n            },\n            {\n              \"id\": 257,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/native-css/src/native-css.js\",\n              \"name\": \"./node_modules/native-css/src/native-css.js\",\n              \"profile\": {\n                \"factory\": 26,\n                \"building\": 63,\n                \"dependencies\": 14\n              }\n            },\n            {\n              \"id\": 280,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/css/index.js\",\n              \"name\": \"./node_modules/css/index.js\",\n              \"profile\": {\n                \"factory\": 117,\n                \"building\": 25,\n                \"dependencies\": 27\n              }\n            },\n            {\n              \"id\": 282,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/css/lib/stringify/index.js\",\n              \"name\": \"./node_modules/css/lib/stringify/index.js\",\n              \"profile\": {\n                \"factory\": 71,\n                \"building\": 48\n              }\n            },\n            {\n              \"id\": 283,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/css/lib/stringify/compress.js\",\n              \"name\": \"./node_modules/css/lib/stringify/compress.js\",\n              \"profile\": {\n                \"factory\": 29,\n                \"building\": 30,\n                \"dependencies\": 102\n              }\n            }\n          ],\n          \"profile\": {\n            \"factory\": 102,\n            \"building\": 16\n          },\n          \"failed\": false,\n          \"errors\": 0,\n          \"warnings\": 0,\n          \"assets\": [],\n          \"reasons\": [\n            {\n              \"moduleId\": 283,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/css/lib/stringify/compress.js\",\n              \"module\": \"./node_modules/css/lib/stringify/compress.js\",\n              \"moduleName\": \"./node_modules/css/lib/stringify/compress.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"./compiler\",\n              \"loc\": \"6:11-32\"\n            },\n            {\n              \"moduleId\": 284,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/css/lib/stringify/identity.js\",\n              \"module\": \"./node_modules/css/lib/stringify/identity.js\",\n              \"moduleName\": \"./node_modules/css/lib/stringify/identity.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"./compiler\",\n              \"loc\": \"6:11-32\"\n            }\n          ],\n          \"usedExports\": true,\n          \"providedExports\": null,\n          \"optimizationBailout\": [\n            \"ModuleConcatenation bailout: Module is not an ECMAScript module\"\n          ],\n          \"depth\": 8,\n          \"source\": \"\\n/**\\n * Expose `Compiler`.\\n */\\n\\nmodule.exports = Compiler;\\n\\n/**\\n * Initialize a compiler.\\n *\\n * @param {Type} name\\n * @return {Type}\\n * @api public\\n */\\n\\nfunction Compiler(opts) {\\n  this.options = opts || {};\\n}\\n\\n/**\\n * Emit `str`\\n */\\n\\nCompiler.prototype.emit = function(str) {\\n  return str;\\n};\\n\\n/**\\n * Visit `node`.\\n */\\n\\nCompiler.prototype.visit = function(node){\\n  return this[node.type](node);\\n};\\n\\n/**\\n * Map visit over array of `nodes`, optionally using a `delim`\\n */\\n\\nCompiler.prototype.mapVisit = function(nodes, delim){\\n  var buf = '';\\n  delim = delim || '';\\n\\n  for (var i = 0, length = nodes.length; i < length; i++) {\\n    buf += this.visit(nodes[i]);\\n    if (delim && i < length - 1) buf += this.emit(delim);\\n  }\\n\\n  return buf;\\n};\\n\"\n        },\n        {\n          \"id\": 156,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/css/node_modules/source-map/lib/source-map.js\",\n          \"name\": \"./node_modules/css/node_modules/source-map/lib/source-map.js\",\n          \"index\": 265,\n          \"index2\": 262,\n          \"size\": 426,\n          \"cacheable\": true,\n          \"built\": true,\n          \"optional\": false,\n          \"prefetched\": false,\n          \"chunks\": [\n            2\n          ],\n          \"issuer\": \"/Users/jarred/Code/styleurl/node_modules/css/lib/stringify/source-map-support.js\",\n          \"issuerId\": 285,\n          \"issuerName\": \"./node_modules/css/lib/stringify/source-map-support.js\",\n          \"issuerPath\": [\n            {\n              \"id\": 191,\n              \"identifier\": \"multi /Users/jarred/Code/styleurl/webpack/customPublicPath /Users/jarred/Code/styleurl/chrome/extension/background\",\n              \"name\": \"multi ./webpack/customPublicPath ./chrome/extension/background\",\n              \"profile\": {\n                \"factory\": 0,\n                \"building\": 0,\n                \"dependencies\": 54\n              }\n            },\n            {\n              \"id\": 192,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/background.js\",\n              \"name\": \"./chrome/extension/background.js\",\n              \"profile\": {\n                \"factory\": 54,\n                \"building\": 639,\n                \"dependencies\": 140\n              }\n            },\n            {\n              \"id\": 255,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/stylesheet-differ/lib/index.js\",\n              \"name\": \"./node_modules/stylesheet-differ/lib/index.js\",\n              \"profile\": {\n                \"factory\": 140,\n                \"building\": 568,\n                \"dependencies\": 1\n              }\n            },\n            {\n              \"id\": 256,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/native-css/index.js\",\n              \"name\": \"./node_modules/native-css/index.js\",\n              \"profile\": {\n                \"factory\": 189,\n                \"building\": 603,\n                \"dependencies\": 1\n              }\n            },\n            {\n              \"id\": 257,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/native-css/src/native-css.js\",\n              \"name\": \"./node_modules/native-css/src/native-css.js\",\n              \"profile\": {\n                \"factory\": 26,\n                \"building\": 63,\n                \"dependencies\": 14\n              }\n            },\n            {\n              \"id\": 280,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/css/index.js\",\n              \"name\": \"./node_modules/css/index.js\",\n              \"profile\": {\n                \"factory\": 117,\n                \"building\": 25,\n                \"dependencies\": 27\n              }\n            },\n            {\n              \"id\": 282,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/css/lib/stringify/index.js\",\n              \"name\": \"./node_modules/css/lib/stringify/index.js\",\n              \"profile\": {\n                \"factory\": 71,\n                \"building\": 48\n              }\n            },\n            {\n              \"id\": 285,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/css/lib/stringify/source-map-support.js\",\n              \"name\": \"./node_modules/css/lib/stringify/source-map-support.js\",\n              \"profile\": {\n                \"factory\": 29,\n                \"building\": 30,\n                \"dependencies\": 102\n              }\n            }\n          ],\n          \"profile\": {\n            \"factory\": 112,\n            \"building\": 33,\n            \"dependencies\": 0\n          },\n          \"failed\": false,\n          \"errors\": 0,\n          \"warnings\": 0,\n          \"assets\": [],\n          \"reasons\": [\n            {\n              \"moduleId\": 285,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/css/lib/stringify/source-map-support.js\",\n              \"module\": \"./node_modules/css/lib/stringify/source-map-support.js\",\n              \"moduleName\": \"./node_modules/css/lib/stringify/source-map-support.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"source-map\",\n              \"loc\": \"6:16-37\"\n            },\n            {\n              \"moduleId\": 285,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/css/lib/stringify/source-map-support.js\",\n              \"module\": \"./node_modules/css/lib/stringify/source-map-support.js\",\n              \"moduleName\": \"./node_modules/css/lib/stringify/source-map-support.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"source-map\",\n              \"loc\": \"7:24-45\"\n            }\n          ],\n          \"usedExports\": true,\n          \"providedExports\": null,\n          \"optimizationBailout\": [\n            \"ModuleConcatenation bailout: Module is not an ECMAScript module\"\n          ],\n          \"depth\": 8,\n          \"source\": \"/*\\n * Copyright 2009-2011 Mozilla Foundation and contributors\\n * Licensed under the New BSD license. See LICENSE.txt or:\\n * http://opensource.org/licenses/BSD-3-Clause\\n */\\nexports.SourceMapGenerator = require('./source-map/source-map-generator').SourceMapGenerator;\\nexports.SourceMapConsumer = require('./source-map/source-map-consumer').SourceMapConsumer;\\nexports.SourceNode = require('./source-map/source-node').SourceNode;\\n\"\n        },\n        {\n          \"id\": 157,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/stream-http/index.js\",\n          \"name\": \"./node_modules/stream-http/index.js\",\n          \"index\": 276,\n          \"index2\": 286,\n          \"size\": 1841,\n          \"cacheable\": true,\n          \"built\": true,\n          \"optional\": false,\n          \"prefetched\": false,\n          \"chunks\": [\n            2\n          ],\n          \"issuer\": \"/Users/jarred/Code/styleurl/node_modules/fetch/lib/fetch.js\",\n          \"issuerId\": 293,\n          \"issuerName\": \"./node_modules/fetch/lib/fetch.js\",\n          \"issuerPath\": [\n            {\n              \"id\": 191,\n              \"identifier\": \"multi /Users/jarred/Code/styleurl/webpack/customPublicPath /Users/jarred/Code/styleurl/chrome/extension/background\",\n              \"name\": \"multi ./webpack/customPublicPath ./chrome/extension/background\",\n              \"profile\": {\n                \"factory\": 0,\n                \"building\": 0,\n                \"dependencies\": 54\n              }\n            },\n            {\n              \"id\": 192,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/background.js\",\n              \"name\": \"./chrome/extension/background.js\",\n              \"profile\": {\n                \"factory\": 54,\n                \"building\": 639,\n                \"dependencies\": 140\n              }\n            },\n            {\n              \"id\": 255,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/stylesheet-differ/lib/index.js\",\n              \"name\": \"./node_modules/stylesheet-differ/lib/index.js\",\n              \"profile\": {\n                \"factory\": 140,\n                \"building\": 568,\n                \"dependencies\": 1\n              }\n            },\n            {\n              \"id\": 256,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/native-css/index.js\",\n              \"name\": \"./node_modules/native-css/index.js\",\n              \"profile\": {\n                \"factory\": 189,\n                \"building\": 603,\n                \"dependencies\": 1\n              }\n            },\n            {\n              \"id\": 257,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/native-css/src/native-css.js\",\n              \"name\": \"./node_modules/native-css/src/native-css.js\",\n              \"profile\": {\n                \"factory\": 26,\n                \"building\": 63,\n                \"dependencies\": 14\n              }\n            },\n            {\n              \"id\": 293,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/fetch/lib/fetch.js\",\n              \"name\": \"./node_modules/fetch/lib/fetch.js\",\n              \"profile\": {\n                \"factory\": 117,\n                \"building\": 25,\n                \"dependencies\": 27\n              }\n            }\n          ],\n          \"profile\": {\n            \"factory\": 66,\n            \"building\": 38,\n            \"dependencies\": 20\n          },\n          \"failed\": false,\n          \"errors\": 0,\n          \"warnings\": 0,\n          \"assets\": [],\n          \"reasons\": [\n            {\n              \"moduleId\": 293,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/fetch/lib/fetch.js\",\n              \"module\": \"./node_modules/fetch/lib/fetch.js\",\n              \"moduleName\": \"./node_modules/fetch/lib/fetch.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"http\",\n              \"loc\": \"3:11-26\"\n            },\n            {\n              \"moduleId\": 301,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/https-browserify/index.js\",\n              \"module\": \"./node_modules/https-browserify/index.js\",\n              \"moduleName\": \"./node_modules/https-browserify/index.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"http\",\n              \"loc\": \"1:11-26\"\n            }\n          ],\n          \"usedExports\": true,\n          \"providedExports\": null,\n          \"optimizationBailout\": [\n            \"ModuleConcatenation bailout: Module is not an ECMAScript module\"\n          ],\n          \"depth\": 6,\n          \"source\": \"var ClientRequest = require('./lib/request')\\nvar IncomingMessage = require('./lib/response')\\nvar extend = require('xtend')\\nvar statusCodes = require('builtin-status-codes')\\nvar url = require('url')\\n\\nvar http = exports\\n\\nhttp.request = function (opts, cb) {\\n\\tif (typeof opts === 'string')\\n\\t\\topts = url.parse(opts)\\n\\telse\\n\\t\\topts = extend(opts)\\n\\n\\t// Normally, the page is loaded from http or https, so not specifying a protocol\\n\\t// will result in a (valid) protocol-relative url. However, this won't work if\\n\\t// the protocol is something else, like 'file:'\\n\\tvar defaultProtocol = global.location.protocol.search(/^https?:$/) === -1 ? 'http:' : ''\\n\\n\\tvar protocol = opts.protocol || defaultProtocol\\n\\tvar host = opts.hostname || opts.host\\n\\tvar port = opts.port\\n\\tvar path = opts.path || '/'\\n\\n\\t// Necessary for IPv6 addresses\\n\\tif (host && host.indexOf(':') !== -1)\\n\\t\\thost = '[' + host + ']'\\n\\n\\t// This may be a relative url. The browser should always be able to interpret it correctly.\\n\\topts.url = (host ? (protocol + '//' + host) : '') + (port ? ':' + port : '') + path\\n\\topts.method = (opts.method || 'GET').toUpperCase()\\n\\topts.headers = opts.headers || {}\\n\\n\\t// Also valid opts.auth, opts.mode\\n\\n\\tvar req = new ClientRequest(opts)\\n\\tif (cb)\\n\\t\\treq.on('response', cb)\\n\\treturn req\\n}\\n\\nhttp.get = function get (opts, cb) {\\n\\tvar req = http.request(opts, cb)\\n\\treq.end()\\n\\treturn req\\n}\\n\\nhttp.ClientRequest = ClientRequest\\nhttp.IncomingMessage = IncomingMessage\\n\\nhttp.Agent = function () {}\\nhttp.Agent.defaultMaxSockets = 4\\n\\nhttp.STATUS_CODES = statusCodes\\n\\nhttp.METHODS = [\\n\\t'CHECKOUT',\\n\\t'CONNECT',\\n\\t'COPY',\\n\\t'DELETE',\\n\\t'GET',\\n\\t'HEAD',\\n\\t'LOCK',\\n\\t'M-SEARCH',\\n\\t'MERGE',\\n\\t'MKACTIVITY',\\n\\t'MKCOL',\\n\\t'MOVE',\\n\\t'NOTIFY',\\n\\t'OPTIONS',\\n\\t'PATCH',\\n\\t'POST',\\n\\t'PROPFIND',\\n\\t'PROPPATCH',\\n\\t'PURGE',\\n\\t'PUT',\\n\\t'REPORT',\\n\\t'SEARCH',\\n\\t'SUBSCRIBE',\\n\\t'TRACE',\\n\\t'UNLOCK',\\n\\t'UNSUBSCRIBE'\\n]\"\n        },\n        {\n          \"id\": 158,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/stream-http/lib/capability.js\",\n          \"name\": \"./node_modules/stream-http/lib/capability.js\",\n          \"index\": 278,\n          \"index2\": 270,\n          \"size\": 2455,\n          \"cacheable\": true,\n          \"built\": true,\n          \"optional\": false,\n          \"prefetched\": false,\n          \"chunks\": [\n            2\n          ],\n          \"issuer\": \"/Users/jarred/Code/styleurl/node_modules/stream-http/lib/response.js\",\n          \"issuerId\": 159,\n          \"issuerName\": \"./node_modules/stream-http/lib/response.js\",\n          \"issuerPath\": [\n            {\n              \"id\": 191,\n              \"identifier\": \"multi /Users/jarred/Code/styleurl/webpack/customPublicPath /Users/jarred/Code/styleurl/chrome/extension/background\",\n              \"name\": \"multi ./webpack/customPublicPath ./chrome/extension/background\",\n              \"profile\": {\n                \"factory\": 0,\n                \"building\": 0,\n                \"dependencies\": 54\n              }\n            },\n            {\n              \"id\": 192,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/background.js\",\n              \"name\": \"./chrome/extension/background.js\",\n              \"profile\": {\n                \"factory\": 54,\n                \"building\": 639,\n                \"dependencies\": 140\n              }\n            },\n            {\n              \"id\": 255,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/stylesheet-differ/lib/index.js\",\n              \"name\": \"./node_modules/stylesheet-differ/lib/index.js\",\n              \"profile\": {\n                \"factory\": 140,\n                \"building\": 568,\n                \"dependencies\": 1\n              }\n            },\n            {\n              \"id\": 256,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/native-css/index.js\",\n              \"name\": \"./node_modules/native-css/index.js\",\n              \"profile\": {\n                \"factory\": 189,\n                \"building\": 603,\n                \"dependencies\": 1\n              }\n            },\n            {\n              \"id\": 257,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/native-css/src/native-css.js\",\n              \"name\": \"./node_modules/native-css/src/native-css.js\",\n              \"profile\": {\n                \"factory\": 26,\n                \"building\": 63,\n                \"dependencies\": 14\n              }\n            },\n            {\n              \"id\": 293,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/fetch/lib/fetch.js\",\n              \"name\": \"./node_modules/fetch/lib/fetch.js\",\n              \"profile\": {\n                \"factory\": 117,\n                \"building\": 25,\n                \"dependencies\": 27\n              }\n            },\n            {\n              \"id\": 157,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/stream-http/index.js\",\n              \"name\": \"./node_modules/stream-http/index.js\",\n              \"profile\": {\n                \"factory\": 66,\n                \"building\": 38,\n                \"dependencies\": 20\n              }\n            },\n            {\n              \"id\": 159,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/stream-http/lib/response.js\",\n              \"name\": \"./node_modules/stream-http/lib/response.js\",\n              \"profile\": {\n                \"factory\": 114,\n                \"building\": 71,\n                \"dependencies\": 122\n              }\n            }\n          ],\n          \"profile\": {\n            \"factory\": 127,\n            \"building\": 15,\n            \"dependencies\": 0\n          },\n          \"failed\": false,\n          \"errors\": 0,\n          \"warnings\": 0,\n          \"assets\": [],\n          \"reasons\": [\n            {\n              \"moduleId\": 159,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/stream-http/lib/response.js\",\n              \"module\": \"./node_modules/stream-http/lib/response.js\",\n              \"moduleName\": \"./node_modules/stream-http/lib/response.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"./capability\",\n              \"loc\": \"1:17-40\"\n            },\n            {\n              \"moduleId\": 294,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/stream-http/lib/request.js\",\n              \"module\": \"./node_modules/stream-http/lib/request.js\",\n              \"moduleName\": \"./node_modules/stream-http/lib/request.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"./capability\",\n              \"loc\": \"1:17-40\"\n            }\n          ],\n          \"usedExports\": true,\n          \"providedExports\": null,\n          \"optimizationBailout\": [\n            \"ModuleConcatenation bailout: Module is not an ECMAScript module\"\n          ],\n          \"depth\": 8,\n          \"source\": \"exports.fetch = isFunction(global.fetch) && isFunction(global.ReadableStream)\\n\\nexports.writableStream = isFunction(global.WritableStream)\\n\\nexports.abortController = isFunction(global.AbortController)\\n\\nexports.blobConstructor = false\\ntry {\\n\\tnew Blob([new ArrayBuffer(1)])\\n\\texports.blobConstructor = true\\n} catch (e) {}\\n\\n// The xhr request to example.com may violate some restrictive CSP configurations,\\n// so if we're running in a browser that supports `fetch`, avoid calling getXHR()\\n// and assume support for certain features below.\\nvar xhr\\nfunction getXHR () {\\n\\t// Cache the xhr value\\n\\tif (xhr !== undefined) return xhr\\n\\n\\tif (global.XMLHttpRequest) {\\n\\t\\txhr = new global.XMLHttpRequest()\\n\\t\\t// If XDomainRequest is available (ie only, where xhr might not work\\n\\t\\t// cross domain), use the page location. Otherwise use example.com\\n\\t\\t// Note: this doesn't actually make an http request.\\n\\t\\ttry {\\n\\t\\t\\txhr.open('GET', global.XDomainRequest ? '/' : 'https://example.com')\\n\\t\\t} catch(e) {\\n\\t\\t\\txhr = null\\n\\t\\t}\\n\\t} else {\\n\\t\\t// Service workers don't have XHR\\n\\t\\txhr = null\\n\\t}\\n\\treturn xhr\\n}\\n\\nfunction checkTypeSupport (type) {\\n\\tvar xhr = getXHR()\\n\\tif (!xhr) return false\\n\\ttry {\\n\\t\\txhr.responseType = type\\n\\t\\treturn xhr.responseType === type\\n\\t} catch (e) {}\\n\\treturn false\\n}\\n\\n// For some strange reason, Safari 7.0 reports typeof global.ArrayBuffer === 'object'.\\n// Safari 7.1 appears to have fixed this bug.\\nvar haveArrayBuffer = typeof global.ArrayBuffer !== 'undefined'\\nvar haveSlice = haveArrayBuffer && isFunction(global.ArrayBuffer.prototype.slice)\\n\\n// If fetch is supported, then arraybuffer will be supported too. Skip calling\\n// checkTypeSupport(), since that calls getXHR().\\nexports.arraybuffer = exports.fetch || (haveArrayBuffer && checkTypeSupport('arraybuffer'))\\n\\n// These next two tests unavoidably show warnings in Chrome. Since fetch will always\\n// be used if it's available, just return false for these to avoid the warnings.\\nexports.msstream = !exports.fetch && haveSlice && checkTypeSupport('ms-stream')\\nexports.mozchunkedarraybuffer = !exports.fetch && haveArrayBuffer &&\\n\\tcheckTypeSupport('moz-chunked-arraybuffer')\\n\\n// If fetch is supported, then overrideMimeType will be supported too. Skip calling\\n// getXHR().\\nexports.overrideMimeType = exports.fetch || (getXHR() ? isFunction(getXHR().overrideMimeType) : false)\\n\\nexports.vbArray = isFunction(global.VBArray)\\n\\nfunction isFunction (value) {\\n\\treturn typeof value === 'function'\\n}\\n\\nxhr = null // Help gc\\n\"\n        },\n        {\n          \"id\": 159,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/stream-http/lib/response.js\",\n          \"name\": \"./node_modules/stream-http/lib/response.js\",\n          \"index\": 279,\n          \"index2\": 281,\n          \"size\": 5468,\n          \"cacheable\": true,\n          \"built\": true,\n          \"optional\": false,\n          \"prefetched\": false,\n          \"chunks\": [\n            2\n          ],\n          \"issuer\": \"/Users/jarred/Code/styleurl/node_modules/stream-http/index.js\",\n          \"issuerId\": 157,\n          \"issuerName\": \"./node_modules/stream-http/index.js\",\n          \"issuerPath\": [\n            {\n              \"id\": 191,\n              \"identifier\": \"multi /Users/jarred/Code/styleurl/webpack/customPublicPath /Users/jarred/Code/styleurl/chrome/extension/background\",\n              \"name\": \"multi ./webpack/customPublicPath ./chrome/extension/background\",\n              \"profile\": {\n                \"factory\": 0,\n                \"building\": 0,\n                \"dependencies\": 54\n              }\n            },\n            {\n              \"id\": 192,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/background.js\",\n              \"name\": \"./chrome/extension/background.js\",\n              \"profile\": {\n                \"factory\": 54,\n                \"building\": 639,\n                \"dependencies\": 140\n              }\n            },\n            {\n              \"id\": 255,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/stylesheet-differ/lib/index.js\",\n              \"name\": \"./node_modules/stylesheet-differ/lib/index.js\",\n              \"profile\": {\n                \"factory\": 140,\n                \"building\": 568,\n                \"dependencies\": 1\n              }\n            },\n            {\n              \"id\": 256,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/native-css/index.js\",\n              \"name\": \"./node_modules/native-css/index.js\",\n              \"profile\": {\n                \"factory\": 189,\n                \"building\": 603,\n                \"dependencies\": 1\n              }\n            },\n            {\n              \"id\": 257,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/native-css/src/native-css.js\",\n              \"name\": \"./node_modules/native-css/src/native-css.js\",\n              \"profile\": {\n                \"factory\": 26,\n                \"building\": 63,\n                \"dependencies\": 14\n              }\n            },\n            {\n              \"id\": 293,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/fetch/lib/fetch.js\",\n              \"name\": \"./node_modules/fetch/lib/fetch.js\",\n              \"profile\": {\n                \"factory\": 117,\n                \"building\": 25,\n                \"dependencies\": 27\n              }\n            },\n            {\n              \"id\": 157,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/stream-http/index.js\",\n              \"name\": \"./node_modules/stream-http/index.js\",\n              \"profile\": {\n                \"factory\": 66,\n                \"building\": 38,\n                \"dependencies\": 20\n              }\n            }\n          ],\n          \"profile\": {\n            \"factory\": 114,\n            \"building\": 71,\n            \"dependencies\": 122\n          },\n          \"failed\": false,\n          \"errors\": 0,\n          \"warnings\": 0,\n          \"assets\": [],\n          \"reasons\": [\n            {\n              \"moduleId\": 157,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/stream-http/index.js\",\n              \"module\": \"./node_modules/stream-http/index.js\",\n              \"moduleName\": \"./node_modules/stream-http/index.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"./lib/response\",\n              \"loc\": \"2:22-47\"\n            },\n            {\n              \"moduleId\": 294,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/stream-http/lib/request.js\",\n              \"module\": \"./node_modules/stream-http/lib/request.js\",\n              \"moduleName\": \"./node_modules/stream-http/lib/request.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"./response\",\n              \"loc\": \"3:15-36\"\n            }\n          ],\n          \"usedExports\": true,\n          \"providedExports\": null,\n          \"optimizationBailout\": [\n            \"ModuleConcatenation bailout: Module is not an ECMAScript module\"\n          ],\n          \"depth\": 7,\n          \"source\": \"var capability = require('./capability')\\nvar inherits = require('inherits')\\nvar stream = require('readable-stream')\\n\\nvar rStates = exports.readyStates = {\\n\\tUNSENT: 0,\\n\\tOPENED: 1,\\n\\tHEADERS_RECEIVED: 2,\\n\\tLOADING: 3,\\n\\tDONE: 4\\n}\\n\\nvar IncomingMessage = exports.IncomingMessage = function (xhr, response, mode) {\\n\\tvar self = this\\n\\tstream.Readable.call(self)\\n\\n\\tself._mode = mode\\n\\tself.headers = {}\\n\\tself.rawHeaders = []\\n\\tself.trailers = {}\\n\\tself.rawTrailers = []\\n\\n\\t// Fake the 'close' event, but only once 'end' fires\\n\\tself.on('end', function () {\\n\\t\\t// The nextTick is necessary to prevent the 'request' module from causing an infinite loop\\n\\t\\tprocess.nextTick(function () {\\n\\t\\t\\tself.emit('close')\\n\\t\\t})\\n\\t})\\n\\n\\tif (mode === 'fetch') {\\n\\t\\tself._fetchResponse = response\\n\\n\\t\\tself.url = response.url\\n\\t\\tself.statusCode = response.status\\n\\t\\tself.statusMessage = response.statusText\\n\\t\\t\\n\\t\\tresponse.headers.forEach(function (header, key){\\n\\t\\t\\tself.headers[key.toLowerCase()] = header\\n\\t\\t\\tself.rawHeaders.push(key, header)\\n\\t\\t})\\n\\n\\t\\tif (capability.writableStream) {\\n\\t\\t\\tvar writable = new WritableStream({\\n\\t\\t\\t\\twrite: function (chunk) {\\n\\t\\t\\t\\t\\treturn new Promise(function (resolve, reject) {\\n\\t\\t\\t\\t\\t\\tif (self._destroyed) {\\n\\t\\t\\t\\t\\t\\t\\treturn\\n\\t\\t\\t\\t\\t\\t} else if(self.push(new Buffer(chunk))) {\\n\\t\\t\\t\\t\\t\\t\\tresolve()\\n\\t\\t\\t\\t\\t\\t} else {\\n\\t\\t\\t\\t\\t\\t\\tself._resumeFetch = resolve\\n\\t\\t\\t\\t\\t\\t}\\n\\t\\t\\t\\t\\t})\\n\\t\\t\\t\\t},\\n\\t\\t\\t\\tclose: function () {\\n\\t\\t\\t\\t\\tif (!self._destroyed)\\n\\t\\t\\t\\t\\t\\tself.push(null)\\n\\t\\t\\t\\t},\\n\\t\\t\\t\\tabort: function (err) {\\n\\t\\t\\t\\t\\tif (!self._destroyed)\\n\\t\\t\\t\\t\\t\\tself.emit('error', err)\\n\\t\\t\\t\\t}\\n\\t\\t\\t})\\n\\n\\t\\t\\ttry {\\n\\t\\t\\t\\tresponse.body.pipeTo(writable)\\n\\t\\t\\t\\treturn\\n\\t\\t\\t} catch (e) {} // pipeTo method isn't defined. Can't find a better way to feature test this\\n\\t\\t}\\n\\t\\t// fallback for when writableStream or pipeTo aren't available\\n\\t\\tvar reader = response.body.getReader()\\n\\t\\tfunction read () {\\n\\t\\t\\treader.read().then(function (result) {\\n\\t\\t\\t\\tif (self._destroyed)\\n\\t\\t\\t\\t\\treturn\\n\\t\\t\\t\\tif (result.done) {\\n\\t\\t\\t\\t\\tself.push(null)\\n\\t\\t\\t\\t\\treturn\\n\\t\\t\\t\\t}\\n\\t\\t\\t\\tself.push(new Buffer(result.value))\\n\\t\\t\\t\\tread()\\n\\t\\t\\t}).catch(function(err) {\\n\\t\\t\\t\\tif (!self._destroyed)\\n\\t\\t\\t\\t\\tself.emit('error', err)\\n\\t\\t\\t})\\n\\t\\t}\\n\\t\\tread()\\n\\t} else {\\n\\t\\tself._xhr = xhr\\n\\t\\tself._pos = 0\\n\\n\\t\\tself.url = xhr.responseURL\\n\\t\\tself.statusCode = xhr.status\\n\\t\\tself.statusMessage = xhr.statusText\\n\\t\\tvar headers = xhr.getAllResponseHeaders().split(/\\\\r?\\\\n/)\\n\\t\\theaders.forEach(function (header) {\\n\\t\\t\\tvar matches = header.match(/^([^:]+):\\\\s*(.*)/)\\n\\t\\t\\tif (matches) {\\n\\t\\t\\t\\tvar key = matches[1].toLowerCase()\\n\\t\\t\\t\\tif (key === 'set-cookie') {\\n\\t\\t\\t\\t\\tif (self.headers[key] === undefined) {\\n\\t\\t\\t\\t\\t\\tself.headers[key] = []\\n\\t\\t\\t\\t\\t}\\n\\t\\t\\t\\t\\tself.headers[key].push(matches[2])\\n\\t\\t\\t\\t} else if (self.headers[key] !== undefined) {\\n\\t\\t\\t\\t\\tself.headers[key] += ', ' + matches[2]\\n\\t\\t\\t\\t} else {\\n\\t\\t\\t\\t\\tself.headers[key] = matches[2]\\n\\t\\t\\t\\t}\\n\\t\\t\\t\\tself.rawHeaders.push(matches[1], matches[2])\\n\\t\\t\\t}\\n\\t\\t})\\n\\n\\t\\tself._charset = 'x-user-defined'\\n\\t\\tif (!capability.overrideMimeType) {\\n\\t\\t\\tvar mimeType = self.rawHeaders['mime-type']\\n\\t\\t\\tif (mimeType) {\\n\\t\\t\\t\\tvar charsetMatch = mimeType.match(/;\\\\s*charset=([^;])(;|$)/)\\n\\t\\t\\t\\tif (charsetMatch) {\\n\\t\\t\\t\\t\\tself._charset = charsetMatch[1].toLowerCase()\\n\\t\\t\\t\\t}\\n\\t\\t\\t}\\n\\t\\t\\tif (!self._charset)\\n\\t\\t\\t\\tself._charset = 'utf-8' // best guess\\n\\t\\t}\\n\\t}\\n}\\n\\ninherits(IncomingMessage, stream.Readable)\\n\\nIncomingMessage.prototype._read = function () {\\n\\tvar self = this\\n\\n\\tvar resolve = self._resumeFetch\\n\\tif (resolve) {\\n\\t\\tself._resumeFetch = null\\n\\t\\tresolve()\\n\\t}\\n}\\n\\nIncomingMessage.prototype._onXHRProgress = function () {\\n\\tvar self = this\\n\\n\\tvar xhr = self._xhr\\n\\n\\tvar response = null\\n\\tswitch (self._mode) {\\n\\t\\tcase 'text:vbarray': // For IE9\\n\\t\\t\\tif (xhr.readyState !== rStates.DONE)\\n\\t\\t\\t\\tbreak\\n\\t\\t\\ttry {\\n\\t\\t\\t\\t// This fails in IE8\\n\\t\\t\\t\\tresponse = new global.VBArray(xhr.responseBody).toArray()\\n\\t\\t\\t} catch (e) {}\\n\\t\\t\\tif (response !== null) {\\n\\t\\t\\t\\tself.push(new Buffer(response))\\n\\t\\t\\t\\tbreak\\n\\t\\t\\t}\\n\\t\\t\\t// Falls through in IE8\\t\\n\\t\\tcase 'text':\\n\\t\\t\\ttry { // This will fail when readyState = 3 in IE9. Switch mode and wait for readyState = 4\\n\\t\\t\\t\\tresponse = xhr.responseText\\n\\t\\t\\t} catch (e) {\\n\\t\\t\\t\\tself._mode = 'text:vbarray'\\n\\t\\t\\t\\tbreak\\n\\t\\t\\t}\\n\\t\\t\\tif (response.length > self._pos) {\\n\\t\\t\\t\\tvar newData = response.substr(self._pos)\\n\\t\\t\\t\\tif (self._charset === 'x-user-defined') {\\n\\t\\t\\t\\t\\tvar buffer = new Buffer(newData.length)\\n\\t\\t\\t\\t\\tfor (var i = 0; i < newData.length; i++)\\n\\t\\t\\t\\t\\t\\tbuffer[i] = newData.charCodeAt(i) & 0xff\\n\\n\\t\\t\\t\\t\\tself.push(buffer)\\n\\t\\t\\t\\t} else {\\n\\t\\t\\t\\t\\tself.push(newData, self._charset)\\n\\t\\t\\t\\t}\\n\\t\\t\\t\\tself._pos = response.length\\n\\t\\t\\t}\\n\\t\\t\\tbreak\\n\\t\\tcase 'arraybuffer':\\n\\t\\t\\tif (xhr.readyState !== rStates.DONE || !xhr.response)\\n\\t\\t\\t\\tbreak\\n\\t\\t\\tresponse = xhr.response\\n\\t\\t\\tself.push(new Buffer(new Uint8Array(response)))\\n\\t\\t\\tbreak\\n\\t\\tcase 'moz-chunked-arraybuffer': // take whole\\n\\t\\t\\tresponse = xhr.response\\n\\t\\t\\tif (xhr.readyState !== rStates.LOADING || !response)\\n\\t\\t\\t\\tbreak\\n\\t\\t\\tself.push(new Buffer(new Uint8Array(response)))\\n\\t\\t\\tbreak\\n\\t\\tcase 'ms-stream':\\n\\t\\t\\tresponse = xhr.response\\n\\t\\t\\tif (xhr.readyState !== rStates.LOADING)\\n\\t\\t\\t\\tbreak\\n\\t\\t\\tvar reader = new global.MSStreamReader()\\n\\t\\t\\treader.onprogress = function () {\\n\\t\\t\\t\\tif (reader.result.byteLength > self._pos) {\\n\\t\\t\\t\\t\\tself.push(new Buffer(new Uint8Array(reader.result.slice(self._pos))))\\n\\t\\t\\t\\t\\tself._pos = reader.result.byteLength\\n\\t\\t\\t\\t}\\n\\t\\t\\t}\\n\\t\\t\\treader.onload = function () {\\n\\t\\t\\t\\tself.push(null)\\n\\t\\t\\t}\\n\\t\\t\\t// reader.onerror = ??? // TODO: this\\n\\t\\t\\treader.readAsArrayBuffer(response)\\n\\t\\t\\tbreak\\n\\t}\\n\\n\\t// The ms-stream case handles end separately in reader.onload()\\n\\tif (self._xhr.readyState === rStates.DONE && self._mode !== 'ms-stream') {\\n\\t\\tself.push(null)\\n\\t}\\n}\\n\"\n        },\n        {\n          \"id\": 160,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/stream-http/node_modules/readable-stream/readable-browser.js\",\n          \"name\": \"./node_modules/stream-http/node_modules/readable-stream/readable-browser.js\",\n          \"index\": 280,\n          \"index2\": 280,\n          \"size\": 351,\n          \"cacheable\": true,\n          \"built\": true,\n          \"optional\": false,\n          \"prefetched\": false,\n          \"chunks\": [\n            2\n          ],\n          \"issuer\": \"/Users/jarred/Code/styleurl/node_modules/stream-http/lib/response.js\",\n          \"issuerId\": 159,\n          \"issuerName\": \"./node_modules/stream-http/lib/response.js\",\n          \"issuerPath\": [\n            {\n              \"id\": 191,\n              \"identifier\": \"multi /Users/jarred/Code/styleurl/webpack/customPublicPath /Users/jarred/Code/styleurl/chrome/extension/background\",\n              \"name\": \"multi ./webpack/customPublicPath ./chrome/extension/background\",\n              \"profile\": {\n                \"factory\": 0,\n                \"building\": 0,\n                \"dependencies\": 54\n              }\n            },\n            {\n              \"id\": 192,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/background.js\",\n              \"name\": \"./chrome/extension/background.js\",\n              \"profile\": {\n                \"factory\": 54,\n                \"building\": 639,\n                \"dependencies\": 140\n              }\n            },\n            {\n              \"id\": 255,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/stylesheet-differ/lib/index.js\",\n              \"name\": \"./node_modules/stylesheet-differ/lib/index.js\",\n              \"profile\": {\n                \"factory\": 140,\n                \"building\": 568,\n                \"dependencies\": 1\n              }\n            },\n            {\n              \"id\": 256,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/native-css/index.js\",\n              \"name\": \"./node_modules/native-css/index.js\",\n              \"profile\": {\n                \"factory\": 189,\n                \"building\": 603,\n                \"dependencies\": 1\n              }\n            },\n            {\n              \"id\": 257,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/native-css/src/native-css.js\",\n              \"name\": \"./node_modules/native-css/src/native-css.js\",\n              \"profile\": {\n                \"factory\": 26,\n                \"building\": 63,\n                \"dependencies\": 14\n              }\n            },\n            {\n              \"id\": 293,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/fetch/lib/fetch.js\",\n              \"name\": \"./node_modules/fetch/lib/fetch.js\",\n              \"profile\": {\n                \"factory\": 117,\n                \"building\": 25,\n                \"dependencies\": 27\n              }\n            },\n            {\n              \"id\": 157,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/stream-http/index.js\",\n              \"name\": \"./node_modules/stream-http/index.js\",\n              \"profile\": {\n                \"factory\": 66,\n                \"building\": 38,\n                \"dependencies\": 20\n              }\n            },\n            {\n              \"id\": 159,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/stream-http/lib/response.js\",\n              \"name\": \"./node_modules/stream-http/lib/response.js\",\n              \"profile\": {\n                \"factory\": 114,\n                \"building\": 71,\n                \"dependencies\": 122\n              }\n            }\n          ],\n          \"profile\": {\n            \"factory\": 127,\n            \"building\": 15,\n            \"dependencies\": 0\n          },\n          \"failed\": false,\n          \"errors\": 0,\n          \"warnings\": 0,\n          \"assets\": [],\n          \"reasons\": [\n            {\n              \"moduleId\": 159,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/stream-http/lib/response.js\",\n              \"module\": \"./node_modules/stream-http/lib/response.js\",\n              \"moduleName\": \"./node_modules/stream-http/lib/response.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"readable-stream\",\n              \"loc\": \"3:13-39\"\n            },\n            {\n              \"moduleId\": 294,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/stream-http/lib/request.js\",\n              \"module\": \"./node_modules/stream-http/lib/request.js\",\n              \"moduleName\": \"./node_modules/stream-http/lib/request.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"readable-stream\",\n              \"loc\": \"4:13-39\"\n            }\n          ],\n          \"usedExports\": true,\n          \"providedExports\": null,\n          \"optimizationBailout\": [\n            \"ModuleConcatenation bailout: Module is not an ECMAScript module\"\n          ],\n          \"depth\": 8,\n          \"source\": \"exports = module.exports = require('./lib/_stream_readable.js');\\nexports.Stream = exports;\\nexports.Readable = exports;\\nexports.Writable = require('./lib/_stream_writable.js');\\nexports.Duplex = require('./lib/_stream_duplex.js');\\nexports.Transform = require('./lib/_stream_transform.js');\\nexports.PassThrough = require('./lib/_stream_passthrough.js');\\n\"\n        },\n        {\n          \"id\": 161,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/stream-http/node_modules/readable-stream/lib/_stream_readable.js\",\n          \"name\": \"./node_modules/stream-http/node_modules/readable-stream/lib/_stream_readable.js\",\n          \"index\": 281,\n          \"index2\": 277,\n          \"size\": 30776,\n          \"cacheable\": true,\n          \"built\": true,\n          \"optional\": false,\n          \"prefetched\": false,\n          \"chunks\": [\n            2\n          ],\n          \"issuer\": \"/Users/jarred/Code/styleurl/node_modules/stream-http/node_modules/readable-stream/readable-browser.js\",\n          \"issuerId\": 160,\n          \"issuerName\": \"./node_modules/stream-http/node_modules/readable-stream/readable-browser.js\",\n          \"issuerPath\": [\n            {\n              \"id\": 191,\n              \"identifier\": \"multi /Users/jarred/Code/styleurl/webpack/customPublicPath /Users/jarred/Code/styleurl/chrome/extension/background\",\n              \"name\": \"multi ./webpack/customPublicPath ./chrome/extension/background\",\n              \"profile\": {\n                \"factory\": 0,\n                \"building\": 0,\n                \"dependencies\": 54\n              }\n            },\n            {\n              \"id\": 192,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/background.js\",\n              \"name\": \"./chrome/extension/background.js\",\n              \"profile\": {\n                \"factory\": 54,\n                \"building\": 639,\n                \"dependencies\": 140\n              }\n            },\n            {\n              \"id\": 255,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/stylesheet-differ/lib/index.js\",\n              \"name\": \"./node_modules/stylesheet-differ/lib/index.js\",\n              \"profile\": {\n                \"factory\": 140,\n                \"building\": 568,\n                \"dependencies\": 1\n              }\n            },\n            {\n              \"id\": 256,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/native-css/index.js\",\n              \"name\": \"./node_modules/native-css/index.js\",\n              \"profile\": {\n                \"factory\": 189,\n                \"building\": 603,\n                \"dependencies\": 1\n              }\n            },\n            {\n              \"id\": 257,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/native-css/src/native-css.js\",\n              \"name\": \"./node_modules/native-css/src/native-css.js\",\n              \"profile\": {\n                \"factory\": 26,\n                \"building\": 63,\n                \"dependencies\": 14\n              }\n            },\n            {\n              \"id\": 293,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/fetch/lib/fetch.js\",\n              \"name\": \"./node_modules/fetch/lib/fetch.js\",\n              \"profile\": {\n                \"factory\": 117,\n                \"building\": 25,\n                \"dependencies\": 27\n              }\n            },\n            {\n              \"id\": 157,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/stream-http/index.js\",\n              \"name\": \"./node_modules/stream-http/index.js\",\n              \"profile\": {\n                \"factory\": 66,\n                \"building\": 38,\n                \"dependencies\": 20\n              }\n            },\n            {\n              \"id\": 159,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/stream-http/lib/response.js\",\n              \"name\": \"./node_modules/stream-http/lib/response.js\",\n              \"profile\": {\n                \"factory\": 114,\n                \"building\": 71,\n                \"dependencies\": 122\n              }\n            },\n            {\n              \"id\": 160,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/stream-http/node_modules/readable-stream/readable-browser.js\",\n              \"name\": \"./node_modules/stream-http/node_modules/readable-stream/readable-browser.js\",\n              \"profile\": {\n                \"factory\": 127,\n                \"building\": 15,\n                \"dependencies\": 0\n              }\n            }\n          ],\n          \"profile\": {\n            \"factory\": 8,\n            \"building\": 54,\n            \"dependencies\": 78\n          },\n          \"failed\": false,\n          \"errors\": 0,\n          \"warnings\": 0,\n          \"assets\": [],\n          \"reasons\": [\n            {\n              \"moduleId\": 40,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/stream-http/node_modules/readable-stream/lib/_stream_duplex.js\",\n              \"module\": \"./node_modules/stream-http/node_modules/readable-stream/lib/_stream_duplex.js\",\n              \"moduleName\": \"./node_modules/stream-http/node_modules/readable-stream/lib/_stream_duplex.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"./_stream_readable\",\n              \"loc\": \"50:15-44\"\n            },\n            {\n              \"moduleId\": 160,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/stream-http/node_modules/readable-stream/readable-browser.js\",\n              \"module\": \"./node_modules/stream-http/node_modules/readable-stream/readable-browser.js\",\n              \"moduleName\": \"./node_modules/stream-http/node_modules/readable-stream/readable-browser.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"./lib/_stream_readable.js\",\n              \"loc\": \"1:27-63\"\n            }\n          ],\n          \"usedExports\": true,\n          \"providedExports\": null,\n          \"optimizationBailout\": [\n            \"ModuleConcatenation bailout: Module is not an ECMAScript module\"\n          ],\n          \"depth\": 9,\n          \"source\": \"// Copyright Joyent, Inc. and other Node contributors.\\n//\\n// Permission is hereby granted, free of charge, to any person obtaining a\\n// copy of this software and associated documentation files (the\\n// \\\"Software\\\"), to deal in the Software without restriction, including\\n// without limitation the rights to use, copy, modify, merge, publish,\\n// distribute, sublicense, and/or sell copies of the Software, and to permit\\n// persons to whom the Software is furnished to do so, subject to the\\n// following conditions:\\n//\\n// The above copyright notice and this permission notice shall be included\\n// in all copies or substantial portions of the Software.\\n//\\n// THE SOFTWARE IS PROVIDED \\\"AS IS\\\", WITHOUT WARRANTY OF ANY KIND, EXPRESS\\n// OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\\n// MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN\\n// NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM,\\n// DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR\\n// OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE\\n// USE OR OTHER DEALINGS IN THE SOFTWARE.\\n\\n'use strict';\\n\\n/*<replacement>*/\\n\\nvar processNextTick = require('process-nextick-args');\\n/*</replacement>*/\\n\\nmodule.exports = Readable;\\n\\n/*<replacement>*/\\nvar isArray = require('isarray');\\n/*</replacement>*/\\n\\n/*<replacement>*/\\nvar Duplex;\\n/*</replacement>*/\\n\\nReadable.ReadableState = ReadableState;\\n\\n/*<replacement>*/\\nvar EE = require('events').EventEmitter;\\n\\nvar EElistenerCount = function (emitter, type) {\\n  return emitter.listeners(type).length;\\n};\\n/*</replacement>*/\\n\\n/*<replacement>*/\\nvar Stream = require('./internal/streams/stream');\\n/*</replacement>*/\\n\\n// TODO(bmeurer): Change this back to const once hole checks are\\n// properly optimized away early in Ignition+TurboFan.\\n/*<replacement>*/\\nvar Buffer = require('safe-buffer').Buffer;\\nvar OurUint8Array = global.Uint8Array || function () {};\\nfunction _uint8ArrayToBuffer(chunk) {\\n  return Buffer.from(chunk);\\n}\\nfunction _isUint8Array(obj) {\\n  return Buffer.isBuffer(obj) || obj instanceof OurUint8Array;\\n}\\n/*</replacement>*/\\n\\n/*<replacement>*/\\nvar util = require('core-util-is');\\nutil.inherits = require('inherits');\\n/*</replacement>*/\\n\\n/*<replacement>*/\\nvar debugUtil = require('util');\\nvar debug = void 0;\\nif (debugUtil && debugUtil.debuglog) {\\n  debug = debugUtil.debuglog('stream');\\n} else {\\n  debug = function () {};\\n}\\n/*</replacement>*/\\n\\nvar BufferList = require('./internal/streams/BufferList');\\nvar destroyImpl = require('./internal/streams/destroy');\\nvar StringDecoder;\\n\\nutil.inherits(Readable, Stream);\\n\\nvar kProxyEvents = ['error', 'close', 'destroy', 'pause', 'resume'];\\n\\nfunction prependListener(emitter, event, fn) {\\n  // Sadly this is not cacheable as some libraries bundle their own\\n  // event emitter implementation with them.\\n  if (typeof emitter.prependListener === 'function') {\\n    return emitter.prependListener(event, fn);\\n  } else {\\n    // This is a hack to make sure that our error handler is attached before any\\n    // userland ones.  NEVER DO THIS. This is here only because this code needs\\n    // to continue to work with older versions of Node.js that do not include\\n    // the prependListener() method. The goal is to eventually remove this hack.\\n    if (!emitter._events || !emitter._events[event]) emitter.on(event, fn);else if (isArray(emitter._events[event])) emitter._events[event].unshift(fn);else emitter._events[event] = [fn, emitter._events[event]];\\n  }\\n}\\n\\nfunction ReadableState(options, stream) {\\n  Duplex = Duplex || require('./_stream_duplex');\\n\\n  options = options || {};\\n\\n  // object stream flag. Used to make read(n) ignore n and to\\n  // make all the buffer merging and length checks go away\\n  this.objectMode = !!options.objectMode;\\n\\n  if (stream instanceof Duplex) this.objectMode = this.objectMode || !!options.readableObjectMode;\\n\\n  // the point at which it stops calling _read() to fill the buffer\\n  // Note: 0 is a valid value, means \\\"don't call _read preemptively ever\\\"\\n  var hwm = options.highWaterMark;\\n  var defaultHwm = this.objectMode ? 16 : 16 * 1024;\\n  this.highWaterMark = hwm || hwm === 0 ? hwm : defaultHwm;\\n\\n  // cast to ints.\\n  this.highWaterMark = Math.floor(this.highWaterMark);\\n\\n  // A linked list is used to store data chunks instead of an array because the\\n  // linked list can remove elements from the beginning faster than\\n  // array.shift()\\n  this.buffer = new BufferList();\\n  this.length = 0;\\n  this.pipes = null;\\n  this.pipesCount = 0;\\n  this.flowing = null;\\n  this.ended = false;\\n  this.endEmitted = false;\\n  this.reading = false;\\n\\n  // a flag to be able to tell if the event 'readable'/'data' is emitted\\n  // immediately, or on a later tick.  We set this to true at first, because\\n  // any actions that shouldn't happen until \\\"later\\\" should generally also\\n  // not happen before the first read call.\\n  this.sync = true;\\n\\n  // whenever we return null, then we set a flag to say\\n  // that we're awaiting a 'readable' event emission.\\n  this.needReadable = false;\\n  this.emittedReadable = false;\\n  this.readableListening = false;\\n  this.resumeScheduled = false;\\n\\n  // has it been destroyed\\n  this.destroyed = false;\\n\\n  // Crypto is kind of old and crusty.  Historically, its default string\\n  // encoding is 'binary' so we have to make this configurable.\\n  // Everything else in the universe uses 'utf8', though.\\n  this.defaultEncoding = options.defaultEncoding || 'utf8';\\n\\n  // the number of writers that are awaiting a drain event in .pipe()s\\n  this.awaitDrain = 0;\\n\\n  // if true, a maybeReadMore has been scheduled\\n  this.readingMore = false;\\n\\n  this.decoder = null;\\n  this.encoding = null;\\n  if (options.encoding) {\\n    if (!StringDecoder) StringDecoder = require('string_decoder/').StringDecoder;\\n    this.decoder = new StringDecoder(options.encoding);\\n    this.encoding = options.encoding;\\n  }\\n}\\n\\nfunction Readable(options) {\\n  Duplex = Duplex || require('./_stream_duplex');\\n\\n  if (!(this instanceof Readable)) return new Readable(options);\\n\\n  this._readableState = new ReadableState(options, this);\\n\\n  // legacy\\n  this.readable = true;\\n\\n  if (options) {\\n    if (typeof options.read === 'function') this._read = options.read;\\n\\n    if (typeof options.destroy === 'function') this._destroy = options.destroy;\\n  }\\n\\n  Stream.call(this);\\n}\\n\\nObject.defineProperty(Readable.prototype, 'destroyed', {\\n  get: function () {\\n    if (this._readableState === undefined) {\\n      return false;\\n    }\\n    return this._readableState.destroyed;\\n  },\\n  set: function (value) {\\n    // we ignore the value if the stream\\n    // has not been initialized yet\\n    if (!this._readableState) {\\n      return;\\n    }\\n\\n    // backward compatibility, the user is explicitly\\n    // managing destroyed\\n    this._readableState.destroyed = value;\\n  }\\n});\\n\\nReadable.prototype.destroy = destroyImpl.destroy;\\nReadable.prototype._undestroy = destroyImpl.undestroy;\\nReadable.prototype._destroy = function (err, cb) {\\n  this.push(null);\\n  cb(err);\\n};\\n\\n// Manually shove something into the read() buffer.\\n// This returns true if the highWaterMark has not been hit yet,\\n// similar to how Writable.write() returns true if you should\\n// write() some more.\\nReadable.prototype.push = function (chunk, encoding) {\\n  var state = this._readableState;\\n  var skipChunkCheck;\\n\\n  if (!state.objectMode) {\\n    if (typeof chunk === 'string') {\\n      encoding = encoding || state.defaultEncoding;\\n      if (encoding !== state.encoding) {\\n        chunk = Buffer.from(chunk, encoding);\\n        encoding = '';\\n      }\\n      skipChunkCheck = true;\\n    }\\n  } else {\\n    skipChunkCheck = true;\\n  }\\n\\n  return readableAddChunk(this, chunk, encoding, false, skipChunkCheck);\\n};\\n\\n// Unshift should *always* be something directly out of read()\\nReadable.prototype.unshift = function (chunk) {\\n  return readableAddChunk(this, chunk, null, true, false);\\n};\\n\\nfunction readableAddChunk(stream, chunk, encoding, addToFront, skipChunkCheck) {\\n  var state = stream._readableState;\\n  if (chunk === null) {\\n    state.reading = false;\\n    onEofChunk(stream, state);\\n  } else {\\n    var er;\\n    if (!skipChunkCheck) er = chunkInvalid(state, chunk);\\n    if (er) {\\n      stream.emit('error', er);\\n    } else if (state.objectMode || chunk && chunk.length > 0) {\\n      if (typeof chunk !== 'string' && !state.objectMode && Object.getPrototypeOf(chunk) !== Buffer.prototype) {\\n        chunk = _uint8ArrayToBuffer(chunk);\\n      }\\n\\n      if (addToFront) {\\n        if (state.endEmitted) stream.emit('error', new Error('stream.unshift() after end event'));else addChunk(stream, state, chunk, true);\\n      } else if (state.ended) {\\n        stream.emit('error', new Error('stream.push() after EOF'));\\n      } else {\\n        state.reading = false;\\n        if (state.decoder && !encoding) {\\n          chunk = state.decoder.write(chunk);\\n          if (state.objectMode || chunk.length !== 0) addChunk(stream, state, chunk, false);else maybeReadMore(stream, state);\\n        } else {\\n          addChunk(stream, state, chunk, false);\\n        }\\n      }\\n    } else if (!addToFront) {\\n      state.reading = false;\\n    }\\n  }\\n\\n  return needMoreData(state);\\n}\\n\\nfunction addChunk(stream, state, chunk, addToFront) {\\n  if (state.flowing && state.length === 0 && !state.sync) {\\n    stream.emit('data', chunk);\\n    stream.read(0);\\n  } else {\\n    // update the buffer info.\\n    state.length += state.objectMode ? 1 : chunk.length;\\n    if (addToFront) state.buffer.unshift(chunk);else state.buffer.push(chunk);\\n\\n    if (state.needReadable) emitReadable(stream);\\n  }\\n  maybeReadMore(stream, state);\\n}\\n\\nfunction chunkInvalid(state, chunk) {\\n  var er;\\n  if (!_isUint8Array(chunk) && typeof chunk !== 'string' && chunk !== undefined && !state.objectMode) {\\n    er = new TypeError('Invalid non-string/buffer chunk');\\n  }\\n  return er;\\n}\\n\\n// if it's past the high water mark, we can push in some more.\\n// Also, if we have no data yet, we can stand some\\n// more bytes.  This is to work around cases where hwm=0,\\n// such as the repl.  Also, if the push() triggered a\\n// readable event, and the user called read(largeNumber) such that\\n// needReadable was set, then we ought to push more, so that another\\n// 'readable' event will be triggered.\\nfunction needMoreData(state) {\\n  return !state.ended && (state.needReadable || state.length < state.highWaterMark || state.length === 0);\\n}\\n\\nReadable.prototype.isPaused = function () {\\n  return this._readableState.flowing === false;\\n};\\n\\n// backwards compatibility.\\nReadable.prototype.setEncoding = function (enc) {\\n  if (!StringDecoder) StringDecoder = require('string_decoder/').StringDecoder;\\n  this._readableState.decoder = new StringDecoder(enc);\\n  this._readableState.encoding = enc;\\n  return this;\\n};\\n\\n// Don't raise the hwm > 8MB\\nvar MAX_HWM = 0x800000;\\nfunction computeNewHighWaterMark(n) {\\n  if (n >= MAX_HWM) {\\n    n = MAX_HWM;\\n  } else {\\n    // Get the next highest power of 2 to prevent increasing hwm excessively in\\n    // tiny amounts\\n    n--;\\n    n |= n >>> 1;\\n    n |= n >>> 2;\\n    n |= n >>> 4;\\n    n |= n >>> 8;\\n    n |= n >>> 16;\\n    n++;\\n  }\\n  return n;\\n}\\n\\n// This function is designed to be inlinable, so please take care when making\\n// changes to the function body.\\nfunction howMuchToRead(n, state) {\\n  if (n <= 0 || state.length === 0 && state.ended) return 0;\\n  if (state.objectMode) return 1;\\n  if (n !== n) {\\n    // Only flow one buffer at a time\\n    if (state.flowing && state.length) return state.buffer.head.data.length;else return state.length;\\n  }\\n  // If we're asking for more than the current hwm, then raise the hwm.\\n  if (n > state.highWaterMark) state.highWaterMark = computeNewHighWaterMark(n);\\n  if (n <= state.length) return n;\\n  // Don't have enough\\n  if (!state.ended) {\\n    state.needReadable = true;\\n    return 0;\\n  }\\n  return state.length;\\n}\\n\\n// you can override either this method, or the async _read(n) below.\\nReadable.prototype.read = function (n) {\\n  debug('read', n);\\n  n = parseInt(n, 10);\\n  var state = this._readableState;\\n  var nOrig = n;\\n\\n  if (n !== 0) state.emittedReadable = false;\\n\\n  // if we're doing read(0) to trigger a readable event, but we\\n  // already have a bunch of data in the buffer, then just trigger\\n  // the 'readable' event and move on.\\n  if (n === 0 && state.needReadable && (state.length >= state.highWaterMark || state.ended)) {\\n    debug('read: emitReadable', state.length, state.ended);\\n    if (state.length === 0 && state.ended) endReadable(this);else emitReadable(this);\\n    return null;\\n  }\\n\\n  n = howMuchToRead(n, state);\\n\\n  // if we've ended, and we're now clear, then finish it up.\\n  if (n === 0 && state.ended) {\\n    if (state.length === 0) endReadable(this);\\n    return null;\\n  }\\n\\n  // All the actual chunk generation logic needs to be\\n  // *below* the call to _read.  The reason is that in certain\\n  // synthetic stream cases, such as passthrough streams, _read\\n  // may be a completely synchronous operation which may change\\n  // the state of the read buffer, providing enough data when\\n  // before there was *not* enough.\\n  //\\n  // So, the steps are:\\n  // 1. Figure out what the state of things will be after we do\\n  // a read from the buffer.\\n  //\\n  // 2. If that resulting state will trigger a _read, then call _read.\\n  // Note that this may be asynchronous, or synchronous.  Yes, it is\\n  // deeply ugly to write APIs this way, but that still doesn't mean\\n  // that the Readable class should behave improperly, as streams are\\n  // designed to be sync/async agnostic.\\n  // Take note if the _read call is sync or async (ie, if the read call\\n  // has returned yet), so that we know whether or not it's safe to emit\\n  // 'readable' etc.\\n  //\\n  // 3. Actually pull the requested chunks out of the buffer and return.\\n\\n  // if we need a readable event, then we need to do some reading.\\n  var doRead = state.needReadable;\\n  debug('need readable', doRead);\\n\\n  // if we currently have less than the highWaterMark, then also read some\\n  if (state.length === 0 || state.length - n < state.highWaterMark) {\\n    doRead = true;\\n    debug('length less than watermark', doRead);\\n  }\\n\\n  // however, if we've ended, then there's no point, and if we're already\\n  // reading, then it's unnecessary.\\n  if (state.ended || state.reading) {\\n    doRead = false;\\n    debug('reading or ended', doRead);\\n  } else if (doRead) {\\n    debug('do read');\\n    state.reading = true;\\n    state.sync = true;\\n    // if the length is currently zero, then we *need* a readable event.\\n    if (state.length === 0) state.needReadable = true;\\n    // call internal read method\\n    this._read(state.highWaterMark);\\n    state.sync = false;\\n    // If _read pushed data synchronously, then `reading` will be false,\\n    // and we need to re-evaluate how much data we can return to the user.\\n    if (!state.reading) n = howMuchToRead(nOrig, state);\\n  }\\n\\n  var ret;\\n  if (n > 0) ret = fromList(n, state);else ret = null;\\n\\n  if (ret === null) {\\n    state.needReadable = true;\\n    n = 0;\\n  } else {\\n    state.length -= n;\\n  }\\n\\n  if (state.length === 0) {\\n    // If we have nothing in the buffer, then we want to know\\n    // as soon as we *do* get something into the buffer.\\n    if (!state.ended) state.needReadable = true;\\n\\n    // If we tried to read() past the EOF, then emit end on the next tick.\\n    if (nOrig !== n && state.ended) endReadable(this);\\n  }\\n\\n  if (ret !== null) this.emit('data', ret);\\n\\n  return ret;\\n};\\n\\nfunction onEofChunk(stream, state) {\\n  if (state.ended) return;\\n  if (state.decoder) {\\n    var chunk = state.decoder.end();\\n    if (chunk && chunk.length) {\\n      state.buffer.push(chunk);\\n      state.length += state.objectMode ? 1 : chunk.length;\\n    }\\n  }\\n  state.ended = true;\\n\\n  // emit 'readable' now to make sure it gets picked up.\\n  emitReadable(stream);\\n}\\n\\n// Don't emit readable right away in sync mode, because this can trigger\\n// another read() call => stack overflow.  This way, it might trigger\\n// a nextTick recursion warning, but that's not so bad.\\nfunction emitReadable(stream) {\\n  var state = stream._readableState;\\n  state.needReadable = false;\\n  if (!state.emittedReadable) {\\n    debug('emitReadable', state.flowing);\\n    state.emittedReadable = true;\\n    if (state.sync) processNextTick(emitReadable_, stream);else emitReadable_(stream);\\n  }\\n}\\n\\nfunction emitReadable_(stream) {\\n  debug('emit readable');\\n  stream.emit('readable');\\n  flow(stream);\\n}\\n\\n// at this point, the user has presumably seen the 'readable' event,\\n// and called read() to consume some data.  that may have triggered\\n// in turn another _read(n) call, in which case reading = true if\\n// it's in progress.\\n// However, if we're not ended, or reading, and the length < hwm,\\n// then go ahead and try to read some more preemptively.\\nfunction maybeReadMore(stream, state) {\\n  if (!state.readingMore) {\\n    state.readingMore = true;\\n    processNextTick(maybeReadMore_, stream, state);\\n  }\\n}\\n\\nfunction maybeReadMore_(stream, state) {\\n  var len = state.length;\\n  while (!state.reading && !state.flowing && !state.ended && state.length < state.highWaterMark) {\\n    debug('maybeReadMore read 0');\\n    stream.read(0);\\n    if (len === state.length)\\n      // didn't get any data, stop spinning.\\n      break;else len = state.length;\\n  }\\n  state.readingMore = false;\\n}\\n\\n// abstract method.  to be overridden in specific implementation classes.\\n// call cb(er, data) where data is <= n in length.\\n// for virtual (non-string, non-buffer) streams, \\\"length\\\" is somewhat\\n// arbitrary, and perhaps not very meaningful.\\nReadable.prototype._read = function (n) {\\n  this.emit('error', new Error('_read() is not implemented'));\\n};\\n\\nReadable.prototype.pipe = function (dest, pipeOpts) {\\n  var src = this;\\n  var state = this._readableState;\\n\\n  switch (state.pipesCount) {\\n    case 0:\\n      state.pipes = dest;\\n      break;\\n    case 1:\\n      state.pipes = [state.pipes, dest];\\n      break;\\n    default:\\n      state.pipes.push(dest);\\n      break;\\n  }\\n  state.pipesCount += 1;\\n  debug('pipe count=%d opts=%j', state.pipesCount, pipeOpts);\\n\\n  var doEnd = (!pipeOpts || pipeOpts.end !== false) && dest !== process.stdout && dest !== process.stderr;\\n\\n  var endFn = doEnd ? onend : unpipe;\\n  if (state.endEmitted) processNextTick(endFn);else src.once('end', endFn);\\n\\n  dest.on('unpipe', onunpipe);\\n  function onunpipe(readable, unpipeInfo) {\\n    debug('onunpipe');\\n    if (readable === src) {\\n      if (unpipeInfo && unpipeInfo.hasUnpiped === false) {\\n        unpipeInfo.hasUnpiped = true;\\n        cleanup();\\n      }\\n    }\\n  }\\n\\n  function onend() {\\n    debug('onend');\\n    dest.end();\\n  }\\n\\n  // when the dest drains, it reduces the awaitDrain counter\\n  // on the source.  This would be more elegant with a .once()\\n  // handler in flow(), but adding and removing repeatedly is\\n  // too slow.\\n  var ondrain = pipeOnDrain(src);\\n  dest.on('drain', ondrain);\\n\\n  var cleanedUp = false;\\n  function cleanup() {\\n    debug('cleanup');\\n    // cleanup event handlers once the pipe is broken\\n    dest.removeListener('close', onclose);\\n    dest.removeListener('finish', onfinish);\\n    dest.removeListener('drain', ondrain);\\n    dest.removeListener('error', onerror);\\n    dest.removeListener('unpipe', onunpipe);\\n    src.removeListener('end', onend);\\n    src.removeListener('end', unpipe);\\n    src.removeListener('data', ondata);\\n\\n    cleanedUp = true;\\n\\n    // if the reader is waiting for a drain event from this\\n    // specific writer, then it would cause it to never start\\n    // flowing again.\\n    // So, if this is awaiting a drain, then we just call it now.\\n    // If we don't know, then assume that we are waiting for one.\\n    if (state.awaitDrain && (!dest._writableState || dest._writableState.needDrain)) ondrain();\\n  }\\n\\n  // If the user pushes more data while we're writing to dest then we'll end up\\n  // in ondata again. However, we only want to increase awaitDrain once because\\n  // dest will only emit one 'drain' event for the multiple writes.\\n  // => Introduce a guard on increasing awaitDrain.\\n  var increasedAwaitDrain = false;\\n  src.on('data', ondata);\\n  function ondata(chunk) {\\n    debug('ondata');\\n    increasedAwaitDrain = false;\\n    var ret = dest.write(chunk);\\n    if (false === ret && !increasedAwaitDrain) {\\n      // If the user unpiped during `dest.write()`, it is possible\\n      // to get stuck in a permanently paused state if that write\\n      // also returned false.\\n      // => Check whether `dest` is still a piping destination.\\n      if ((state.pipesCount === 1 && state.pipes === dest || state.pipesCount > 1 && indexOf(state.pipes, dest) !== -1) && !cleanedUp) {\\n        debug('false write response, pause', src._readableState.awaitDrain);\\n        src._readableState.awaitDrain++;\\n        increasedAwaitDrain = true;\\n      }\\n      src.pause();\\n    }\\n  }\\n\\n  // if the dest has an error, then stop piping into it.\\n  // however, don't suppress the throwing behavior for this.\\n  function onerror(er) {\\n    debug('onerror', er);\\n    unpipe();\\n    dest.removeListener('error', onerror);\\n    if (EElistenerCount(dest, 'error') === 0) dest.emit('error', er);\\n  }\\n\\n  // Make sure our error handler is attached before userland ones.\\n  prependListener(dest, 'error', onerror);\\n\\n  // Both close and finish should trigger unpipe, but only once.\\n  function onclose() {\\n    dest.removeListener('finish', onfinish);\\n    unpipe();\\n  }\\n  dest.once('close', onclose);\\n  function onfinish() {\\n    debug('onfinish');\\n    dest.removeListener('close', onclose);\\n    unpipe();\\n  }\\n  dest.once('finish', onfinish);\\n\\n  function unpipe() {\\n    debug('unpipe');\\n    src.unpipe(dest);\\n  }\\n\\n  // tell the dest that it's being piped to\\n  dest.emit('pipe', src);\\n\\n  // start the flow if it hasn't been started already.\\n  if (!state.flowing) {\\n    debug('pipe resume');\\n    src.resume();\\n  }\\n\\n  return dest;\\n};\\n\\nfunction pipeOnDrain(src) {\\n  return function () {\\n    var state = src._readableState;\\n    debug('pipeOnDrain', state.awaitDrain);\\n    if (state.awaitDrain) state.awaitDrain--;\\n    if (state.awaitDrain === 0 && EElistenerCount(src, 'data')) {\\n      state.flowing = true;\\n      flow(src);\\n    }\\n  };\\n}\\n\\nReadable.prototype.unpipe = function (dest) {\\n  var state = this._readableState;\\n  var unpipeInfo = { hasUnpiped: false };\\n\\n  // if we're not piping anywhere, then do nothing.\\n  if (state.pipesCount === 0) return this;\\n\\n  // just one destination.  most common case.\\n  if (state.pipesCount === 1) {\\n    // passed in one, but it's not the right one.\\n    if (dest && dest !== state.pipes) return this;\\n\\n    if (!dest) dest = state.pipes;\\n\\n    // got a match.\\n    state.pipes = null;\\n    state.pipesCount = 0;\\n    state.flowing = false;\\n    if (dest) dest.emit('unpipe', this, unpipeInfo);\\n    return this;\\n  }\\n\\n  // slow case. multiple pipe destinations.\\n\\n  if (!dest) {\\n    // remove all.\\n    var dests = state.pipes;\\n    var len = state.pipesCount;\\n    state.pipes = null;\\n    state.pipesCount = 0;\\n    state.flowing = false;\\n\\n    for (var i = 0; i < len; i++) {\\n      dests[i].emit('unpipe', this, unpipeInfo);\\n    }return this;\\n  }\\n\\n  // try to find the right one.\\n  var index = indexOf(state.pipes, dest);\\n  if (index === -1) return this;\\n\\n  state.pipes.splice(index, 1);\\n  state.pipesCount -= 1;\\n  if (state.pipesCount === 1) state.pipes = state.pipes[0];\\n\\n  dest.emit('unpipe', this, unpipeInfo);\\n\\n  return this;\\n};\\n\\n// set up data events if they are asked for\\n// Ensure readable listeners eventually get something\\nReadable.prototype.on = function (ev, fn) {\\n  var res = Stream.prototype.on.call(this, ev, fn);\\n\\n  if (ev === 'data') {\\n    // Start flowing on next tick if stream isn't explicitly paused\\n    if (this._readableState.flowing !== false) this.resume();\\n  } else if (ev === 'readable') {\\n    var state = this._readableState;\\n    if (!state.endEmitted && !state.readableListening) {\\n      state.readableListening = state.needReadable = true;\\n      state.emittedReadable = false;\\n      if (!state.reading) {\\n        processNextTick(nReadingNextTick, this);\\n      } else if (state.length) {\\n        emitReadable(this);\\n      }\\n    }\\n  }\\n\\n  return res;\\n};\\nReadable.prototype.addListener = Readable.prototype.on;\\n\\nfunction nReadingNextTick(self) {\\n  debug('readable nexttick read 0');\\n  self.read(0);\\n}\\n\\n// pause() and resume() are remnants of the legacy readable stream API\\n// If the user uses them, then switch into old mode.\\nReadable.prototype.resume = function () {\\n  var state = this._readableState;\\n  if (!state.flowing) {\\n    debug('resume');\\n    state.flowing = true;\\n    resume(this, state);\\n  }\\n  return this;\\n};\\n\\nfunction resume(stream, state) {\\n  if (!state.resumeScheduled) {\\n    state.resumeScheduled = true;\\n    processNextTick(resume_, stream, state);\\n  }\\n}\\n\\nfunction resume_(stream, state) {\\n  if (!state.reading) {\\n    debug('resume read 0');\\n    stream.read(0);\\n  }\\n\\n  state.resumeScheduled = false;\\n  state.awaitDrain = 0;\\n  stream.emit('resume');\\n  flow(stream);\\n  if (state.flowing && !state.reading) stream.read(0);\\n}\\n\\nReadable.prototype.pause = function () {\\n  debug('call pause flowing=%j', this._readableState.flowing);\\n  if (false !== this._readableState.flowing) {\\n    debug('pause');\\n    this._readableState.flowing = false;\\n    this.emit('pause');\\n  }\\n  return this;\\n};\\n\\nfunction flow(stream) {\\n  var state = stream._readableState;\\n  debug('flow', state.flowing);\\n  while (state.flowing && stream.read() !== null) {}\\n}\\n\\n// wrap an old-style stream as the async data source.\\n// This is *not* part of the readable stream interface.\\n// It is an ugly unfortunate mess of history.\\nReadable.prototype.wrap = function (stream) {\\n  var state = this._readableState;\\n  var paused = false;\\n\\n  var self = this;\\n  stream.on('end', function () {\\n    debug('wrapped end');\\n    if (state.decoder && !state.ended) {\\n      var chunk = state.decoder.end();\\n      if (chunk && chunk.length) self.push(chunk);\\n    }\\n\\n    self.push(null);\\n  });\\n\\n  stream.on('data', function (chunk) {\\n    debug('wrapped data');\\n    if (state.decoder) chunk = state.decoder.write(chunk);\\n\\n    // don't skip over falsy values in objectMode\\n    if (state.objectMode && (chunk === null || chunk === undefined)) return;else if (!state.objectMode && (!chunk || !chunk.length)) return;\\n\\n    var ret = self.push(chunk);\\n    if (!ret) {\\n      paused = true;\\n      stream.pause();\\n    }\\n  });\\n\\n  // proxy all the other methods.\\n  // important when wrapping filters and duplexes.\\n  for (var i in stream) {\\n    if (this[i] === undefined && typeof stream[i] === 'function') {\\n      this[i] = function (method) {\\n        return function () {\\n          return stream[method].apply(stream, arguments);\\n        };\\n      }(i);\\n    }\\n  }\\n\\n  // proxy certain important events.\\n  for (var n = 0; n < kProxyEvents.length; n++) {\\n    stream.on(kProxyEvents[n], self.emit.bind(self, kProxyEvents[n]));\\n  }\\n\\n  // when we try to consume some more bytes, simply unpause the\\n  // underlying stream.\\n  self._read = function (n) {\\n    debug('wrapped _read', n);\\n    if (paused) {\\n      paused = false;\\n      stream.resume();\\n    }\\n  };\\n\\n  return self;\\n};\\n\\n// exposed for testing purposes only.\\nReadable._fromList = fromList;\\n\\n// Pluck off n bytes from an array of buffers.\\n// Length is the combined lengths of all the buffers in the list.\\n// This function is designed to be inlinable, so please take care when making\\n// changes to the function body.\\nfunction fromList(n, state) {\\n  // nothing buffered\\n  if (state.length === 0) return null;\\n\\n  var ret;\\n  if (state.objectMode) ret = state.buffer.shift();else if (!n || n >= state.length) {\\n    // read it all, truncate the list\\n    if (state.decoder) ret = state.buffer.join('');else if (state.buffer.length === 1) ret = state.buffer.head.data;else ret = state.buffer.concat(state.length);\\n    state.buffer.clear();\\n  } else {\\n    // read part of list\\n    ret = fromListPartial(n, state.buffer, state.decoder);\\n  }\\n\\n  return ret;\\n}\\n\\n// Extracts only enough buffered data to satisfy the amount requested.\\n// This function is designed to be inlinable, so please take care when making\\n// changes to the function body.\\nfunction fromListPartial(n, list, hasStrings) {\\n  var ret;\\n  if (n < list.head.data.length) {\\n    // slice is the same for buffers and strings\\n    ret = list.head.data.slice(0, n);\\n    list.head.data = list.head.data.slice(n);\\n  } else if (n === list.head.data.length) {\\n    // first chunk is a perfect match\\n    ret = list.shift();\\n  } else {\\n    // result spans more than one buffer\\n    ret = hasStrings ? copyFromBufferString(n, list) : copyFromBuffer(n, list);\\n  }\\n  return ret;\\n}\\n\\n// Copies a specified amount of characters from the list of buffered data\\n// chunks.\\n// This function is designed to be inlinable, so please take care when making\\n// changes to the function body.\\nfunction copyFromBufferString(n, list) {\\n  var p = list.head;\\n  var c = 1;\\n  var ret = p.data;\\n  n -= ret.length;\\n  while (p = p.next) {\\n    var str = p.data;\\n    var nb = n > str.length ? str.length : n;\\n    if (nb === str.length) ret += str;else ret += str.slice(0, n);\\n    n -= nb;\\n    if (n === 0) {\\n      if (nb === str.length) {\\n        ++c;\\n        if (p.next) list.head = p.next;else list.head = list.tail = null;\\n      } else {\\n        list.head = p;\\n        p.data = str.slice(nb);\\n      }\\n      break;\\n    }\\n    ++c;\\n  }\\n  list.length -= c;\\n  return ret;\\n}\\n\\n// Copies a specified amount of bytes from the list of buffered data chunks.\\n// This function is designed to be inlinable, so please take care when making\\n// changes to the function body.\\nfunction copyFromBuffer(n, list) {\\n  var ret = Buffer.allocUnsafe(n);\\n  var p = list.head;\\n  var c = 1;\\n  p.data.copy(ret);\\n  n -= p.data.length;\\n  while (p = p.next) {\\n    var buf = p.data;\\n    var nb = n > buf.length ? buf.length : n;\\n    buf.copy(ret, ret.length - n, 0, nb);\\n    n -= nb;\\n    if (n === 0) {\\n      if (nb === buf.length) {\\n        ++c;\\n        if (p.next) list.head = p.next;else list.head = list.tail = null;\\n      } else {\\n        list.head = p;\\n        p.data = buf.slice(nb);\\n      }\\n      break;\\n    }\\n    ++c;\\n  }\\n  list.length -= c;\\n  return ret;\\n}\\n\\nfunction endReadable(stream) {\\n  var state = stream._readableState;\\n\\n  // If we get here before consuming all the bytes, then that is a\\n  // bug in node.  Should never happen.\\n  if (state.length > 0) throw new Error('\\\"endReadable()\\\" called on non-empty stream');\\n\\n  if (!state.endEmitted) {\\n    state.ended = true;\\n    processNextTick(endReadableNT, state, stream);\\n  }\\n}\\n\\nfunction endReadableNT(state, stream) {\\n  // Check that we didn't get one last unshift.\\n  if (!state.endEmitted && state.length === 0) {\\n    state.endEmitted = true;\\n    stream.readable = false;\\n    stream.emit('end');\\n  }\\n}\\n\\nfunction forEach(xs, f) {\\n  for (var i = 0, l = xs.length; i < l; i++) {\\n    f(xs[i], i);\\n  }\\n}\\n\\nfunction indexOf(xs, x) {\\n  for (var i = 0, l = xs.length; i < l; i++) {\\n    if (xs[i] === x) return i;\\n  }\\n  return -1;\\n}\"\n        },\n        {\n          \"id\": 162,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/stream-http/node_modules/readable-stream/lib/internal/streams/stream-browser.js\",\n          \"name\": \"./node_modules/stream-http/node_modules/readable-stream/lib/internal/streams/stream-browser.js\",\n          \"index\": 282,\n          \"index2\": 271,\n          \"size\": 49,\n          \"cacheable\": true,\n          \"built\": true,\n          \"optional\": false,\n          \"prefetched\": false,\n          \"chunks\": [\n            2\n          ],\n          \"issuer\": \"/Users/jarred/Code/styleurl/node_modules/stream-http/node_modules/readable-stream/lib/_stream_writable.js\",\n          \"issuerId\": 164,\n          \"issuerName\": \"./node_modules/stream-http/node_modules/readable-stream/lib/_stream_writable.js\",\n          \"issuerPath\": [\n            {\n              \"id\": 191,\n              \"identifier\": \"multi /Users/jarred/Code/styleurl/webpack/customPublicPath /Users/jarred/Code/styleurl/chrome/extension/background\",\n              \"name\": \"multi ./webpack/customPublicPath ./chrome/extension/background\",\n              \"profile\": {\n                \"factory\": 0,\n                \"building\": 0,\n                \"dependencies\": 54\n              }\n            },\n            {\n              \"id\": 192,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/background.js\",\n              \"name\": \"./chrome/extension/background.js\",\n              \"profile\": {\n                \"factory\": 54,\n                \"building\": 639,\n                \"dependencies\": 140\n              }\n            },\n            {\n              \"id\": 255,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/stylesheet-differ/lib/index.js\",\n              \"name\": \"./node_modules/stylesheet-differ/lib/index.js\",\n              \"profile\": {\n                \"factory\": 140,\n                \"building\": 568,\n                \"dependencies\": 1\n              }\n            },\n            {\n              \"id\": 256,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/native-css/index.js\",\n              \"name\": \"./node_modules/native-css/index.js\",\n              \"profile\": {\n                \"factory\": 189,\n                \"building\": 603,\n                \"dependencies\": 1\n              }\n            },\n            {\n              \"id\": 257,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/native-css/src/native-css.js\",\n              \"name\": \"./node_modules/native-css/src/native-css.js\",\n              \"profile\": {\n                \"factory\": 26,\n                \"building\": 63,\n                \"dependencies\": 14\n              }\n            },\n            {\n              \"id\": 293,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/fetch/lib/fetch.js\",\n              \"name\": \"./node_modules/fetch/lib/fetch.js\",\n              \"profile\": {\n                \"factory\": 117,\n                \"building\": 25,\n                \"dependencies\": 27\n              }\n            },\n            {\n              \"id\": 157,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/stream-http/index.js\",\n              \"name\": \"./node_modules/stream-http/index.js\",\n              \"profile\": {\n                \"factory\": 66,\n                \"building\": 38,\n                \"dependencies\": 20\n              }\n            },\n            {\n              \"id\": 159,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/stream-http/lib/response.js\",\n              \"name\": \"./node_modules/stream-http/lib/response.js\",\n              \"profile\": {\n                \"factory\": 114,\n                \"building\": 71,\n                \"dependencies\": 122\n              }\n            },\n            {\n              \"id\": 160,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/stream-http/node_modules/readable-stream/readable-browser.js\",\n              \"name\": \"./node_modules/stream-http/node_modules/readable-stream/readable-browser.js\",\n              \"profile\": {\n                \"factory\": 127,\n                \"building\": 15,\n                \"dependencies\": 0\n              }\n            },\n            {\n              \"id\": 164,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/stream-http/node_modules/readable-stream/lib/_stream_writable.js\",\n              \"name\": \"./node_modules/stream-http/node_modules/readable-stream/lib/_stream_writable.js\",\n              \"profile\": {\n                \"factory\": 8,\n                \"building\": 54,\n                \"dependencies\": 78\n              }\n            }\n          ],\n          \"profile\": {\n            \"factory\": 73,\n            \"building\": 23,\n            \"dependencies\": 2\n          },\n          \"failed\": false,\n          \"errors\": 0,\n          \"warnings\": 0,\n          \"assets\": [],\n          \"reasons\": [\n            {\n              \"moduleId\": 161,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/stream-http/node_modules/readable-stream/lib/_stream_readable.js\",\n              \"module\": \"./node_modules/stream-http/node_modules/readable-stream/lib/_stream_readable.js\",\n              \"moduleName\": \"./node_modules/stream-http/node_modules/readable-stream/lib/_stream_readable.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"./internal/streams/stream\",\n              \"loc\": \"50:13-49\"\n            },\n            {\n              \"moduleId\": 164,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/stream-http/node_modules/readable-stream/lib/_stream_writable.js\",\n              \"module\": \"./node_modules/stream-http/node_modules/readable-stream/lib/_stream_writable.js\",\n              \"moduleName\": \"./node_modules/stream-http/node_modules/readable-stream/lib/_stream_writable.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"./internal/streams/stream\",\n              \"loc\": \"78:13-49\"\n            }\n          ],\n          \"usedExports\": true,\n          \"providedExports\": null,\n          \"optimizationBailout\": [\n            \"ModuleConcatenation bailout: Module is not an ECMAScript module\"\n          ],\n          \"depth\": 10,\n          \"source\": \"module.exports = require('events').EventEmitter;\\n\"\n        },\n        {\n          \"id\": 163,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/stream-http/node_modules/readable-stream/lib/internal/streams/destroy.js\",\n          \"name\": \"./node_modules/stream-http/node_modules/readable-stream/lib/internal/streams/destroy.js\",\n          \"index\": 285,\n          \"index2\": 274,\n          \"size\": 1846,\n          \"cacheable\": true,\n          \"built\": true,\n          \"optional\": false,\n          \"prefetched\": false,\n          \"chunks\": [\n            2\n          ],\n          \"issuer\": \"/Users/jarred/Code/styleurl/node_modules/stream-http/node_modules/readable-stream/lib/_stream_writable.js\",\n          \"issuerId\": 164,\n          \"issuerName\": \"./node_modules/stream-http/node_modules/readable-stream/lib/_stream_writable.js\",\n          \"issuerPath\": [\n            {\n              \"id\": 191,\n              \"identifier\": \"multi /Users/jarred/Code/styleurl/webpack/customPublicPath /Users/jarred/Code/styleurl/chrome/extension/background\",\n              \"name\": \"multi ./webpack/customPublicPath ./chrome/extension/background\",\n              \"profile\": {\n                \"factory\": 0,\n                \"building\": 0,\n                \"dependencies\": 54\n              }\n            },\n            {\n              \"id\": 192,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/background.js\",\n              \"name\": \"./chrome/extension/background.js\",\n              \"profile\": {\n                \"factory\": 54,\n                \"building\": 639,\n                \"dependencies\": 140\n              }\n            },\n            {\n              \"id\": 255,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/stylesheet-differ/lib/index.js\",\n              \"name\": \"./node_modules/stylesheet-differ/lib/index.js\",\n              \"profile\": {\n                \"factory\": 140,\n                \"building\": 568,\n                \"dependencies\": 1\n              }\n            },\n            {\n              \"id\": 256,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/native-css/index.js\",\n              \"name\": \"./node_modules/native-css/index.js\",\n              \"profile\": {\n                \"factory\": 189,\n                \"building\": 603,\n                \"dependencies\": 1\n              }\n            },\n            {\n              \"id\": 257,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/native-css/src/native-css.js\",\n              \"name\": \"./node_modules/native-css/src/native-css.js\",\n              \"profile\": {\n                \"factory\": 26,\n                \"building\": 63,\n                \"dependencies\": 14\n              }\n            },\n            {\n              \"id\": 293,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/fetch/lib/fetch.js\",\n              \"name\": \"./node_modules/fetch/lib/fetch.js\",\n              \"profile\": {\n                \"factory\": 117,\n                \"building\": 25,\n                \"dependencies\": 27\n              }\n            },\n            {\n              \"id\": 157,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/stream-http/index.js\",\n              \"name\": \"./node_modules/stream-http/index.js\",\n              \"profile\": {\n                \"factory\": 66,\n                \"building\": 38,\n                \"dependencies\": 20\n              }\n            },\n            {\n              \"id\": 159,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/stream-http/lib/response.js\",\n              \"name\": \"./node_modules/stream-http/lib/response.js\",\n              \"profile\": {\n                \"factory\": 114,\n                \"building\": 71,\n                \"dependencies\": 122\n              }\n            },\n            {\n              \"id\": 160,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/stream-http/node_modules/readable-stream/readable-browser.js\",\n              \"name\": \"./node_modules/stream-http/node_modules/readable-stream/readable-browser.js\",\n              \"profile\": {\n                \"factory\": 127,\n                \"building\": 15,\n                \"dependencies\": 0\n              }\n            },\n            {\n              \"id\": 164,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/stream-http/node_modules/readable-stream/lib/_stream_writable.js\",\n              \"name\": \"./node_modules/stream-http/node_modules/readable-stream/lib/_stream_writable.js\",\n              \"profile\": {\n                \"factory\": 8,\n                \"building\": 54,\n                \"dependencies\": 78\n              }\n            }\n          ],\n          \"profile\": {\n            \"factory\": 73,\n            \"building\": 23,\n            \"dependencies\": 2\n          },\n          \"failed\": false,\n          \"errors\": 0,\n          \"warnings\": 0,\n          \"assets\": [],\n          \"reasons\": [\n            {\n              \"moduleId\": 161,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/stream-http/node_modules/readable-stream/lib/_stream_readable.js\",\n              \"module\": \"./node_modules/stream-http/node_modules/readable-stream/lib/_stream_readable.js\",\n              \"moduleName\": \"./node_modules/stream-http/node_modules/readable-stream/lib/_stream_readable.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"./internal/streams/destroy\",\n              \"loc\": \"82:18-55\"\n            },\n            {\n              \"moduleId\": 164,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/stream-http/node_modules/readable-stream/lib/_stream_writable.js\",\n              \"module\": \"./node_modules/stream-http/node_modules/readable-stream/lib/_stream_writable.js\",\n              \"moduleName\": \"./node_modules/stream-http/node_modules/readable-stream/lib/_stream_writable.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"./internal/streams/destroy\",\n              \"loc\": \"92:18-55\"\n            }\n          ],\n          \"usedExports\": true,\n          \"providedExports\": null,\n          \"optimizationBailout\": [\n            \"ModuleConcatenation bailout: Module is not an ECMAScript module\"\n          ],\n          \"depth\": 10,\n          \"source\": \"'use strict';\\n\\n/*<replacement>*/\\n\\nvar processNextTick = require('process-nextick-args');\\n/*</replacement>*/\\n\\n// undocumented cb() API, needed for core, not for public API\\nfunction destroy(err, cb) {\\n  var _this = this;\\n\\n  var readableDestroyed = this._readableState && this._readableState.destroyed;\\n  var writableDestroyed = this._writableState && this._writableState.destroyed;\\n\\n  if (readableDestroyed || writableDestroyed) {\\n    if (cb) {\\n      cb(err);\\n    } else if (err && (!this._writableState || !this._writableState.errorEmitted)) {\\n      processNextTick(emitErrorNT, this, err);\\n    }\\n    return;\\n  }\\n\\n  // we set destroyed to true before firing error callbacks in order\\n  // to make it re-entrance safe in case destroy() is called within callbacks\\n\\n  if (this._readableState) {\\n    this._readableState.destroyed = true;\\n  }\\n\\n  // if this is a duplex stream mark the writable part as destroyed as well\\n  if (this._writableState) {\\n    this._writableState.destroyed = true;\\n  }\\n\\n  this._destroy(err || null, function (err) {\\n    if (!cb && err) {\\n      processNextTick(emitErrorNT, _this, err);\\n      if (_this._writableState) {\\n        _this._writableState.errorEmitted = true;\\n      }\\n    } else if (cb) {\\n      cb(err);\\n    }\\n  });\\n}\\n\\nfunction undestroy() {\\n  if (this._readableState) {\\n    this._readableState.destroyed = false;\\n    this._readableState.reading = false;\\n    this._readableState.ended = false;\\n    this._readableState.endEmitted = false;\\n  }\\n\\n  if (this._writableState) {\\n    this._writableState.destroyed = false;\\n    this._writableState.ended = false;\\n    this._writableState.ending = false;\\n    this._writableState.finished = false;\\n    this._writableState.errorEmitted = false;\\n  }\\n}\\n\\nfunction emitErrorNT(self, err) {\\n  self.emit('error', err);\\n}\\n\\nmodule.exports = {\\n  destroy: destroy,\\n  undestroy: undestroy\\n};\"\n        },\n        {\n          \"id\": 164,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/stream-http/node_modules/readable-stream/lib/_stream_writable.js\",\n          \"name\": \"./node_modules/stream-http/node_modules/readable-stream/lib/_stream_writable.js\",\n          \"index\": 287,\n          \"index2\": 275,\n          \"size\": 19449,\n          \"cacheable\": true,\n          \"built\": true,\n          \"optional\": false,\n          \"prefetched\": false,\n          \"chunks\": [\n            2\n          ],\n          \"issuer\": \"/Users/jarred/Code/styleurl/node_modules/stream-http/node_modules/readable-stream/readable-browser.js\",\n          \"issuerId\": 160,\n          \"issuerName\": \"./node_modules/stream-http/node_modules/readable-stream/readable-browser.js\",\n          \"issuerPath\": [\n            {\n              \"id\": 191,\n              \"identifier\": \"multi /Users/jarred/Code/styleurl/webpack/customPublicPath /Users/jarred/Code/styleurl/chrome/extension/background\",\n              \"name\": \"multi ./webpack/customPublicPath ./chrome/extension/background\",\n              \"profile\": {\n                \"factory\": 0,\n                \"building\": 0,\n                \"dependencies\": 54\n              }\n            },\n            {\n              \"id\": 192,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/background.js\",\n              \"name\": \"./chrome/extension/background.js\",\n              \"profile\": {\n                \"factory\": 54,\n                \"building\": 639,\n                \"dependencies\": 140\n              }\n            },\n            {\n              \"id\": 255,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/stylesheet-differ/lib/index.js\",\n              \"name\": \"./node_modules/stylesheet-differ/lib/index.js\",\n              \"profile\": {\n                \"factory\": 140,\n                \"building\": 568,\n                \"dependencies\": 1\n              }\n            },\n            {\n              \"id\": 256,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/native-css/index.js\",\n              \"name\": \"./node_modules/native-css/index.js\",\n              \"profile\": {\n                \"factory\": 189,\n                \"building\": 603,\n                \"dependencies\": 1\n              }\n            },\n            {\n              \"id\": 257,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/native-css/src/native-css.js\",\n              \"name\": \"./node_modules/native-css/src/native-css.js\",\n              \"profile\": {\n                \"factory\": 26,\n                \"building\": 63,\n                \"dependencies\": 14\n              }\n            },\n            {\n              \"id\": 293,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/fetch/lib/fetch.js\",\n              \"name\": \"./node_modules/fetch/lib/fetch.js\",\n              \"profile\": {\n                \"factory\": 117,\n                \"building\": 25,\n                \"dependencies\": 27\n              }\n            },\n            {\n              \"id\": 157,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/stream-http/index.js\",\n              \"name\": \"./node_modules/stream-http/index.js\",\n              \"profile\": {\n                \"factory\": 66,\n                \"building\": 38,\n                \"dependencies\": 20\n              }\n            },\n            {\n              \"id\": 159,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/stream-http/lib/response.js\",\n              \"name\": \"./node_modules/stream-http/lib/response.js\",\n              \"profile\": {\n                \"factory\": 114,\n                \"building\": 71,\n                \"dependencies\": 122\n              }\n            },\n            {\n              \"id\": 160,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/stream-http/node_modules/readable-stream/readable-browser.js\",\n              \"name\": \"./node_modules/stream-http/node_modules/readable-stream/readable-browser.js\",\n              \"profile\": {\n                \"factory\": 127,\n                \"building\": 15,\n                \"dependencies\": 0\n              }\n            }\n          ],\n          \"profile\": {\n            \"factory\": 8,\n            \"building\": 54,\n            \"dependencies\": 78\n          },\n          \"failed\": false,\n          \"errors\": 0,\n          \"warnings\": 0,\n          \"assets\": [],\n          \"reasons\": [\n            {\n              \"moduleId\": 40,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/stream-http/node_modules/readable-stream/lib/_stream_duplex.js\",\n              \"module\": \"./node_modules/stream-http/node_modules/readable-stream/lib/_stream_duplex.js\",\n              \"moduleName\": \"./node_modules/stream-http/node_modules/readable-stream/lib/_stream_duplex.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"./_stream_writable\",\n              \"loc\": \"51:15-44\"\n            },\n            {\n              \"moduleId\": 160,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/stream-http/node_modules/readable-stream/readable-browser.js\",\n              \"module\": \"./node_modules/stream-http/node_modules/readable-stream/readable-browser.js\",\n              \"moduleName\": \"./node_modules/stream-http/node_modules/readable-stream/readable-browser.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"./lib/_stream_writable.js\",\n              \"loc\": \"4:19-55\"\n            }\n          ],\n          \"usedExports\": true,\n          \"providedExports\": null,\n          \"optimizationBailout\": [\n            \"ModuleConcatenation bailout: Module is not an ECMAScript module\"\n          ],\n          \"depth\": 9,\n          \"source\": \"// Copyright Joyent, Inc. and other Node contributors.\\n//\\n// Permission is hereby granted, free of charge, to any person obtaining a\\n// copy of this software and associated documentation files (the\\n// \\\"Software\\\"), to deal in the Software without restriction, including\\n// without limitation the rights to use, copy, modify, merge, publish,\\n// distribute, sublicense, and/or sell copies of the Software, and to permit\\n// persons to whom the Software is furnished to do so, subject to the\\n// following conditions:\\n//\\n// The above copyright notice and this permission notice shall be included\\n// in all copies or substantial portions of the Software.\\n//\\n// THE SOFTWARE IS PROVIDED \\\"AS IS\\\", WITHOUT WARRANTY OF ANY KIND, EXPRESS\\n// OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\\n// MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN\\n// NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM,\\n// DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR\\n// OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE\\n// USE OR OTHER DEALINGS IN THE SOFTWARE.\\n\\n// A bit simpler than readable streams.\\n// Implement an async ._write(chunk, encoding, cb), and it'll handle all\\n// the drain event emission and buffering.\\n\\n'use strict';\\n\\n/*<replacement>*/\\n\\nvar processNextTick = require('process-nextick-args');\\n/*</replacement>*/\\n\\nmodule.exports = Writable;\\n\\n/* <replacement> */\\nfunction WriteReq(chunk, encoding, cb) {\\n  this.chunk = chunk;\\n  this.encoding = encoding;\\n  this.callback = cb;\\n  this.next = null;\\n}\\n\\n// It seems a linked list but it is not\\n// there will be only 2 of these for each stream\\nfunction CorkedRequest(state) {\\n  var _this = this;\\n\\n  this.next = null;\\n  this.entry = null;\\n  this.finish = function () {\\n    onCorkedFinish(_this, state);\\n  };\\n}\\n/* </replacement> */\\n\\n/*<replacement>*/\\nvar asyncWrite = !process.browser && ['v0.10', 'v0.9.'].indexOf(process.version.slice(0, 5)) > -1 ? setImmediate : processNextTick;\\n/*</replacement>*/\\n\\n/*<replacement>*/\\nvar Duplex;\\n/*</replacement>*/\\n\\nWritable.WritableState = WritableState;\\n\\n/*<replacement>*/\\nvar util = require('core-util-is');\\nutil.inherits = require('inherits');\\n/*</replacement>*/\\n\\n/*<replacement>*/\\nvar internalUtil = {\\n  deprecate: require('util-deprecate')\\n};\\n/*</replacement>*/\\n\\n/*<replacement>*/\\nvar Stream = require('./internal/streams/stream');\\n/*</replacement>*/\\n\\n/*<replacement>*/\\nvar Buffer = require('safe-buffer').Buffer;\\nvar OurUint8Array = global.Uint8Array || function () {};\\nfunction _uint8ArrayToBuffer(chunk) {\\n  return Buffer.from(chunk);\\n}\\nfunction _isUint8Array(obj) {\\n  return Buffer.isBuffer(obj) || obj instanceof OurUint8Array;\\n}\\n/*</replacement>*/\\n\\nvar destroyImpl = require('./internal/streams/destroy');\\n\\nutil.inherits(Writable, Stream);\\n\\nfunction nop() {}\\n\\nfunction WritableState(options, stream) {\\n  Duplex = Duplex || require('./_stream_duplex');\\n\\n  options = options || {};\\n\\n  // object stream flag to indicate whether or not this stream\\n  // contains buffers or objects.\\n  this.objectMode = !!options.objectMode;\\n\\n  if (stream instanceof Duplex) this.objectMode = this.objectMode || !!options.writableObjectMode;\\n\\n  // the point at which write() starts returning false\\n  // Note: 0 is a valid value, means that we always return false if\\n  // the entire buffer is not flushed immediately on write()\\n  var hwm = options.highWaterMark;\\n  var defaultHwm = this.objectMode ? 16 : 16 * 1024;\\n  this.highWaterMark = hwm || hwm === 0 ? hwm : defaultHwm;\\n\\n  // cast to ints.\\n  this.highWaterMark = Math.floor(this.highWaterMark);\\n\\n  // if _final has been called\\n  this.finalCalled = false;\\n\\n  // drain event flag.\\n  this.needDrain = false;\\n  // at the start of calling end()\\n  this.ending = false;\\n  // when end() has been called, and returned\\n  this.ended = false;\\n  // when 'finish' is emitted\\n  this.finished = false;\\n\\n  // has it been destroyed\\n  this.destroyed = false;\\n\\n  // should we decode strings into buffers before passing to _write?\\n  // this is here so that some node-core streams can optimize string\\n  // handling at a lower level.\\n  var noDecode = options.decodeStrings === false;\\n  this.decodeStrings = !noDecode;\\n\\n  // Crypto is kind of old and crusty.  Historically, its default string\\n  // encoding is 'binary' so we have to make this configurable.\\n  // Everything else in the universe uses 'utf8', though.\\n  this.defaultEncoding = options.defaultEncoding || 'utf8';\\n\\n  // not an actual buffer we keep track of, but a measurement\\n  // of how much we're waiting to get pushed to some underlying\\n  // socket or file.\\n  this.length = 0;\\n\\n  // a flag to see when we're in the middle of a write.\\n  this.writing = false;\\n\\n  // when true all writes will be buffered until .uncork() call\\n  this.corked = 0;\\n\\n  // a flag to be able to tell if the onwrite cb is called immediately,\\n  // or on a later tick.  We set this to true at first, because any\\n  // actions that shouldn't happen until \\\"later\\\" should generally also\\n  // not happen before the first write call.\\n  this.sync = true;\\n\\n  // a flag to know if we're processing previously buffered items, which\\n  // may call the _write() callback in the same tick, so that we don't\\n  // end up in an overlapped onwrite situation.\\n  this.bufferProcessing = false;\\n\\n  // the callback that's passed to _write(chunk,cb)\\n  this.onwrite = function (er) {\\n    onwrite(stream, er);\\n  };\\n\\n  // the callback that the user supplies to write(chunk,encoding,cb)\\n  this.writecb = null;\\n\\n  // the amount that is being written when _write is called.\\n  this.writelen = 0;\\n\\n  this.bufferedRequest = null;\\n  this.lastBufferedRequest = null;\\n\\n  // number of pending user-supplied write callbacks\\n  // this must be 0 before 'finish' can be emitted\\n  this.pendingcb = 0;\\n\\n  // emit prefinish if the only thing we're waiting for is _write cbs\\n  // This is relevant for synchronous Transform streams\\n  this.prefinished = false;\\n\\n  // True if the error was already emitted and should not be thrown again\\n  this.errorEmitted = false;\\n\\n  // count buffered requests\\n  this.bufferedRequestCount = 0;\\n\\n  // allocate the first CorkedRequest, there is always\\n  // one allocated and free to use, and we maintain at most two\\n  this.corkedRequestsFree = new CorkedRequest(this);\\n}\\n\\nWritableState.prototype.getBuffer = function getBuffer() {\\n  var current = this.bufferedRequest;\\n  var out = [];\\n  while (current) {\\n    out.push(current);\\n    current = current.next;\\n  }\\n  return out;\\n};\\n\\n(function () {\\n  try {\\n    Object.defineProperty(WritableState.prototype, 'buffer', {\\n      get: internalUtil.deprecate(function () {\\n        return this.getBuffer();\\n      }, '_writableState.buffer is deprecated. Use _writableState.getBuffer ' + 'instead.', 'DEP0003')\\n    });\\n  } catch (_) {}\\n})();\\n\\n// Test _writableState for inheritance to account for Duplex streams,\\n// whose prototype chain only points to Readable.\\nvar realHasInstance;\\nif (typeof Symbol === 'function' && Symbol.hasInstance && typeof Function.prototype[Symbol.hasInstance] === 'function') {\\n  realHasInstance = Function.prototype[Symbol.hasInstance];\\n  Object.defineProperty(Writable, Symbol.hasInstance, {\\n    value: function (object) {\\n      if (realHasInstance.call(this, object)) return true;\\n\\n      return object && object._writableState instanceof WritableState;\\n    }\\n  });\\n} else {\\n  realHasInstance = function (object) {\\n    return object instanceof this;\\n  };\\n}\\n\\nfunction Writable(options) {\\n  Duplex = Duplex || require('./_stream_duplex');\\n\\n  // Writable ctor is applied to Duplexes, too.\\n  // `realHasInstance` is necessary because using plain `instanceof`\\n  // would return false, as no `_writableState` property is attached.\\n\\n  // Trying to use the custom `instanceof` for Writable here will also break the\\n  // Node.js LazyTransform implementation, which has a non-trivial getter for\\n  // `_writableState` that would lead to infinite recursion.\\n  if (!realHasInstance.call(Writable, this) && !(this instanceof Duplex)) {\\n    return new Writable(options);\\n  }\\n\\n  this._writableState = new WritableState(options, this);\\n\\n  // legacy.\\n  this.writable = true;\\n\\n  if (options) {\\n    if (typeof options.write === 'function') this._write = options.write;\\n\\n    if (typeof options.writev === 'function') this._writev = options.writev;\\n\\n    if (typeof options.destroy === 'function') this._destroy = options.destroy;\\n\\n    if (typeof options.final === 'function') this._final = options.final;\\n  }\\n\\n  Stream.call(this);\\n}\\n\\n// Otherwise people can pipe Writable streams, which is just wrong.\\nWritable.prototype.pipe = function () {\\n  this.emit('error', new Error('Cannot pipe, not readable'));\\n};\\n\\nfunction writeAfterEnd(stream, cb) {\\n  var er = new Error('write after end');\\n  // TODO: defer error events consistently everywhere, not just the cb\\n  stream.emit('error', er);\\n  processNextTick(cb, er);\\n}\\n\\n// Checks that a user-supplied chunk is valid, especially for the particular\\n// mode the stream is in. Currently this means that `null` is never accepted\\n// and undefined/non-string values are only allowed in object mode.\\nfunction validChunk(stream, state, chunk, cb) {\\n  var valid = true;\\n  var er = false;\\n\\n  if (chunk === null) {\\n    er = new TypeError('May not write null values to stream');\\n  } else if (typeof chunk !== 'string' && chunk !== undefined && !state.objectMode) {\\n    er = new TypeError('Invalid non-string/buffer chunk');\\n  }\\n  if (er) {\\n    stream.emit('error', er);\\n    processNextTick(cb, er);\\n    valid = false;\\n  }\\n  return valid;\\n}\\n\\nWritable.prototype.write = function (chunk, encoding, cb) {\\n  var state = this._writableState;\\n  var ret = false;\\n  var isBuf = _isUint8Array(chunk) && !state.objectMode;\\n\\n  if (isBuf && !Buffer.isBuffer(chunk)) {\\n    chunk = _uint8ArrayToBuffer(chunk);\\n  }\\n\\n  if (typeof encoding === 'function') {\\n    cb = encoding;\\n    encoding = null;\\n  }\\n\\n  if (isBuf) encoding = 'buffer';else if (!encoding) encoding = state.defaultEncoding;\\n\\n  if (typeof cb !== 'function') cb = nop;\\n\\n  if (state.ended) writeAfterEnd(this, cb);else if (isBuf || validChunk(this, state, chunk, cb)) {\\n    state.pendingcb++;\\n    ret = writeOrBuffer(this, state, isBuf, chunk, encoding, cb);\\n  }\\n\\n  return ret;\\n};\\n\\nWritable.prototype.cork = function () {\\n  var state = this._writableState;\\n\\n  state.corked++;\\n};\\n\\nWritable.prototype.uncork = function () {\\n  var state = this._writableState;\\n\\n  if (state.corked) {\\n    state.corked--;\\n\\n    if (!state.writing && !state.corked && !state.finished && !state.bufferProcessing && state.bufferedRequest) clearBuffer(this, state);\\n  }\\n};\\n\\nWritable.prototype.setDefaultEncoding = function setDefaultEncoding(encoding) {\\n  // node::ParseEncoding() requires lower case.\\n  if (typeof encoding === 'string') encoding = encoding.toLowerCase();\\n  if (!(['hex', 'utf8', 'utf-8', 'ascii', 'binary', 'base64', 'ucs2', 'ucs-2', 'utf16le', 'utf-16le', 'raw'].indexOf((encoding + '').toLowerCase()) > -1)) throw new TypeError('Unknown encoding: ' + encoding);\\n  this._writableState.defaultEncoding = encoding;\\n  return this;\\n};\\n\\nfunction decodeChunk(state, chunk, encoding) {\\n  if (!state.objectMode && state.decodeStrings !== false && typeof chunk === 'string') {\\n    chunk = Buffer.from(chunk, encoding);\\n  }\\n  return chunk;\\n}\\n\\n// if we're already writing something, then just put this\\n// in the queue, and wait our turn.  Otherwise, call _write\\n// If we return false, then we need a drain event, so set that flag.\\nfunction writeOrBuffer(stream, state, isBuf, chunk, encoding, cb) {\\n  if (!isBuf) {\\n    var newChunk = decodeChunk(state, chunk, encoding);\\n    if (chunk !== newChunk) {\\n      isBuf = true;\\n      encoding = 'buffer';\\n      chunk = newChunk;\\n    }\\n  }\\n  var len = state.objectMode ? 1 : chunk.length;\\n\\n  state.length += len;\\n\\n  var ret = state.length < state.highWaterMark;\\n  // we must ensure that previous needDrain will not be reset to false.\\n  if (!ret) state.needDrain = true;\\n\\n  if (state.writing || state.corked) {\\n    var last = state.lastBufferedRequest;\\n    state.lastBufferedRequest = {\\n      chunk: chunk,\\n      encoding: encoding,\\n      isBuf: isBuf,\\n      callback: cb,\\n      next: null\\n    };\\n    if (last) {\\n      last.next = state.lastBufferedRequest;\\n    } else {\\n      state.bufferedRequest = state.lastBufferedRequest;\\n    }\\n    state.bufferedRequestCount += 1;\\n  } else {\\n    doWrite(stream, state, false, len, chunk, encoding, cb);\\n  }\\n\\n  return ret;\\n}\\n\\nfunction doWrite(stream, state, writev, len, chunk, encoding, cb) {\\n  state.writelen = len;\\n  state.writecb = cb;\\n  state.writing = true;\\n  state.sync = true;\\n  if (writev) stream._writev(chunk, state.onwrite);else stream._write(chunk, encoding, state.onwrite);\\n  state.sync = false;\\n}\\n\\nfunction onwriteError(stream, state, sync, er, cb) {\\n  --state.pendingcb;\\n\\n  if (sync) {\\n    // defer the callback if we are being called synchronously\\n    // to avoid piling up things on the stack\\n    processNextTick(cb, er);\\n    // this can emit finish, and it will always happen\\n    // after error\\n    processNextTick(finishMaybe, stream, state);\\n    stream._writableState.errorEmitted = true;\\n    stream.emit('error', er);\\n  } else {\\n    // the caller expect this to happen before if\\n    // it is async\\n    cb(er);\\n    stream._writableState.errorEmitted = true;\\n    stream.emit('error', er);\\n    // this can emit finish, but finish must\\n    // always follow error\\n    finishMaybe(stream, state);\\n  }\\n}\\n\\nfunction onwriteStateUpdate(state) {\\n  state.writing = false;\\n  state.writecb = null;\\n  state.length -= state.writelen;\\n  state.writelen = 0;\\n}\\n\\nfunction onwrite(stream, er) {\\n  var state = stream._writableState;\\n  var sync = state.sync;\\n  var cb = state.writecb;\\n\\n  onwriteStateUpdate(state);\\n\\n  if (er) onwriteError(stream, state, sync, er, cb);else {\\n    // Check if we're actually ready to finish, but don't emit yet\\n    var finished = needFinish(state);\\n\\n    if (!finished && !state.corked && !state.bufferProcessing && state.bufferedRequest) {\\n      clearBuffer(stream, state);\\n    }\\n\\n    if (sync) {\\n      /*<replacement>*/\\n      asyncWrite(afterWrite, stream, state, finished, cb);\\n      /*</replacement>*/\\n    } else {\\n      afterWrite(stream, state, finished, cb);\\n    }\\n  }\\n}\\n\\nfunction afterWrite(stream, state, finished, cb) {\\n  if (!finished) onwriteDrain(stream, state);\\n  state.pendingcb--;\\n  cb();\\n  finishMaybe(stream, state);\\n}\\n\\n// Must force callback to be called on nextTick, so that we don't\\n// emit 'drain' before the write() consumer gets the 'false' return\\n// value, and has a chance to attach a 'drain' listener.\\nfunction onwriteDrain(stream, state) {\\n  if (state.length === 0 && state.needDrain) {\\n    state.needDrain = false;\\n    stream.emit('drain');\\n  }\\n}\\n\\n// if there's something in the buffer waiting, then process it\\nfunction clearBuffer(stream, state) {\\n  state.bufferProcessing = true;\\n  var entry = state.bufferedRequest;\\n\\n  if (stream._writev && entry && entry.next) {\\n    // Fast case, write everything using _writev()\\n    var l = state.bufferedRequestCount;\\n    var buffer = new Array(l);\\n    var holder = state.corkedRequestsFree;\\n    holder.entry = entry;\\n\\n    var count = 0;\\n    var allBuffers = true;\\n    while (entry) {\\n      buffer[count] = entry;\\n      if (!entry.isBuf) allBuffers = false;\\n      entry = entry.next;\\n      count += 1;\\n    }\\n    buffer.allBuffers = allBuffers;\\n\\n    doWrite(stream, state, true, state.length, buffer, '', holder.finish);\\n\\n    // doWrite is almost always async, defer these to save a bit of time\\n    // as the hot path ends with doWrite\\n    state.pendingcb++;\\n    state.lastBufferedRequest = null;\\n    if (holder.next) {\\n      state.corkedRequestsFree = holder.next;\\n      holder.next = null;\\n    } else {\\n      state.corkedRequestsFree = new CorkedRequest(state);\\n    }\\n  } else {\\n    // Slow case, write chunks one-by-one\\n    while (entry) {\\n      var chunk = entry.chunk;\\n      var encoding = entry.encoding;\\n      var cb = entry.callback;\\n      var len = state.objectMode ? 1 : chunk.length;\\n\\n      doWrite(stream, state, false, len, chunk, encoding, cb);\\n      entry = entry.next;\\n      // if we didn't call the onwrite immediately, then\\n      // it means that we need to wait until it does.\\n      // also, that means that the chunk and cb are currently\\n      // being processed, so move the buffer counter past them.\\n      if (state.writing) {\\n        break;\\n      }\\n    }\\n\\n    if (entry === null) state.lastBufferedRequest = null;\\n  }\\n\\n  state.bufferedRequestCount = 0;\\n  state.bufferedRequest = entry;\\n  state.bufferProcessing = false;\\n}\\n\\nWritable.prototype._write = function (chunk, encoding, cb) {\\n  cb(new Error('_write() is not implemented'));\\n};\\n\\nWritable.prototype._writev = null;\\n\\nWritable.prototype.end = function (chunk, encoding, cb) {\\n  var state = this._writableState;\\n\\n  if (typeof chunk === 'function') {\\n    cb = chunk;\\n    chunk = null;\\n    encoding = null;\\n  } else if (typeof encoding === 'function') {\\n    cb = encoding;\\n    encoding = null;\\n  }\\n\\n  if (chunk !== null && chunk !== undefined) this.write(chunk, encoding);\\n\\n  // .end() fully uncorks\\n  if (state.corked) {\\n    state.corked = 1;\\n    this.uncork();\\n  }\\n\\n  // ignore unnecessary end() calls.\\n  if (!state.ending && !state.finished) endWritable(this, state, cb);\\n};\\n\\nfunction needFinish(state) {\\n  return state.ending && state.length === 0 && state.bufferedRequest === null && !state.finished && !state.writing;\\n}\\nfunction callFinal(stream, state) {\\n  stream._final(function (err) {\\n    state.pendingcb--;\\n    if (err) {\\n      stream.emit('error', err);\\n    }\\n    state.prefinished = true;\\n    stream.emit('prefinish');\\n    finishMaybe(stream, state);\\n  });\\n}\\nfunction prefinish(stream, state) {\\n  if (!state.prefinished && !state.finalCalled) {\\n    if (typeof stream._final === 'function') {\\n      state.pendingcb++;\\n      state.finalCalled = true;\\n      processNextTick(callFinal, stream, state);\\n    } else {\\n      state.prefinished = true;\\n      stream.emit('prefinish');\\n    }\\n  }\\n}\\n\\nfunction finishMaybe(stream, state) {\\n  var need = needFinish(state);\\n  if (need) {\\n    prefinish(stream, state);\\n    if (state.pendingcb === 0) {\\n      state.finished = true;\\n      stream.emit('finish');\\n    }\\n  }\\n  return need;\\n}\\n\\nfunction endWritable(stream, state, cb) {\\n  state.ending = true;\\n  finishMaybe(stream, state);\\n  if (cb) {\\n    if (state.finished) processNextTick(cb);else stream.once('finish', cb);\\n  }\\n  state.ended = true;\\n  stream.writable = false;\\n}\\n\\nfunction onCorkedFinish(corkReq, state, err) {\\n  var entry = corkReq.entry;\\n  corkReq.entry = null;\\n  while (entry) {\\n    var cb = entry.callback;\\n    state.pendingcb--;\\n    cb(err);\\n    entry = entry.next;\\n  }\\n  if (state.corkedRequestsFree) {\\n    state.corkedRequestsFree.next = corkReq;\\n  } else {\\n    state.corkedRequestsFree = corkReq;\\n  }\\n}\\n\\nObject.defineProperty(Writable.prototype, 'destroyed', {\\n  get: function () {\\n    if (this._writableState === undefined) {\\n      return false;\\n    }\\n    return this._writableState.destroyed;\\n  },\\n  set: function (value) {\\n    // we ignore the value if the stream\\n    // has not been initialized yet\\n    if (!this._writableState) {\\n      return;\\n    }\\n\\n    // backward compatibility, the user is explicitly\\n    // managing destroyed\\n    this._writableState.destroyed = value;\\n  }\\n});\\n\\nWritable.prototype.destroy = destroyImpl.destroy;\\nWritable.prototype._undestroy = destroyImpl.undestroy;\\nWritable.prototype._destroy = function (err, cb) {\\n  this.end();\\n  cb(err);\\n};\"\n        },\n        {\n          \"id\": 165,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/stream-http/node_modules/readable-stream/lib/_stream_transform.js\",\n          \"name\": \"./node_modules/stream-http/node_modules/readable-stream/lib/_stream_transform.js\",\n          \"index\": 288,\n          \"index2\": 278,\n          \"size\": 7786,\n          \"cacheable\": true,\n          \"built\": true,\n          \"optional\": false,\n          \"prefetched\": false,\n          \"chunks\": [\n            2\n          ],\n          \"issuer\": \"/Users/jarred/Code/styleurl/node_modules/stream-http/node_modules/readable-stream/readable-browser.js\",\n          \"issuerId\": 160,\n          \"issuerName\": \"./node_modules/stream-http/node_modules/readable-stream/readable-browser.js\",\n          \"issuerPath\": [\n            {\n              \"id\": 191,\n              \"identifier\": \"multi /Users/jarred/Code/styleurl/webpack/customPublicPath /Users/jarred/Code/styleurl/chrome/extension/background\",\n              \"name\": \"multi ./webpack/customPublicPath ./chrome/extension/background\",\n              \"profile\": {\n                \"factory\": 0,\n                \"building\": 0,\n                \"dependencies\": 54\n              }\n            },\n            {\n              \"id\": 192,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/background.js\",\n              \"name\": \"./chrome/extension/background.js\",\n              \"profile\": {\n                \"factory\": 54,\n                \"building\": 639,\n                \"dependencies\": 140\n              }\n            },\n            {\n              \"id\": 255,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/stylesheet-differ/lib/index.js\",\n              \"name\": \"./node_modules/stylesheet-differ/lib/index.js\",\n              \"profile\": {\n                \"factory\": 140,\n                \"building\": 568,\n                \"dependencies\": 1\n              }\n            },\n            {\n              \"id\": 256,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/native-css/index.js\",\n              \"name\": \"./node_modules/native-css/index.js\",\n              \"profile\": {\n                \"factory\": 189,\n                \"building\": 603,\n                \"dependencies\": 1\n              }\n            },\n            {\n              \"id\": 257,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/native-css/src/native-css.js\",\n              \"name\": \"./node_modules/native-css/src/native-css.js\",\n              \"profile\": {\n                \"factory\": 26,\n                \"building\": 63,\n                \"dependencies\": 14\n              }\n            },\n            {\n              \"id\": 293,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/fetch/lib/fetch.js\",\n              \"name\": \"./node_modules/fetch/lib/fetch.js\",\n              \"profile\": {\n                \"factory\": 117,\n                \"building\": 25,\n                \"dependencies\": 27\n              }\n            },\n            {\n              \"id\": 157,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/stream-http/index.js\",\n              \"name\": \"./node_modules/stream-http/index.js\",\n              \"profile\": {\n                \"factory\": 66,\n                \"building\": 38,\n                \"dependencies\": 20\n              }\n            },\n            {\n              \"id\": 159,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/stream-http/lib/response.js\",\n              \"name\": \"./node_modules/stream-http/lib/response.js\",\n              \"profile\": {\n                \"factory\": 114,\n                \"building\": 71,\n                \"dependencies\": 122\n              }\n            },\n            {\n              \"id\": 160,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/stream-http/node_modules/readable-stream/readable-browser.js\",\n              \"name\": \"./node_modules/stream-http/node_modules/readable-stream/readable-browser.js\",\n              \"profile\": {\n                \"factory\": 127,\n                \"building\": 15,\n                \"dependencies\": 0\n              }\n            }\n          ],\n          \"profile\": {\n            \"factory\": 8,\n            \"building\": 54,\n            \"dependencies\": 78\n          },\n          \"failed\": false,\n          \"errors\": 0,\n          \"warnings\": 0,\n          \"assets\": [],\n          \"reasons\": [\n            {\n              \"moduleId\": 160,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/stream-http/node_modules/readable-stream/readable-browser.js\",\n              \"module\": \"./node_modules/stream-http/node_modules/readable-stream/readable-browser.js\",\n              \"moduleName\": \"./node_modules/stream-http/node_modules/readable-stream/readable-browser.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"./lib/_stream_transform.js\",\n              \"loc\": \"6:20-57\"\n            },\n            {\n              \"moduleId\": 297,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/stream-http/node_modules/readable-stream/lib/_stream_passthrough.js\",\n              \"module\": \"./node_modules/stream-http/node_modules/readable-stream/lib/_stream_passthrough.js\",\n              \"moduleName\": \"./node_modules/stream-http/node_modules/readable-stream/lib/_stream_passthrough.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"./_stream_transform\",\n              \"loc\": \"30:16-46\"\n            }\n          ],\n          \"usedExports\": true,\n          \"providedExports\": null,\n          \"optimizationBailout\": [\n            \"ModuleConcatenation bailout: Module is not an ECMAScript module\"\n          ],\n          \"depth\": 9,\n          \"source\": \"// Copyright Joyent, Inc. and other Node contributors.\\n//\\n// Permission is hereby granted, free of charge, to any person obtaining a\\n// copy of this software and associated documentation files (the\\n// \\\"Software\\\"), to deal in the Software without restriction, including\\n// without limitation the rights to use, copy, modify, merge, publish,\\n// distribute, sublicense, and/or sell copies of the Software, and to permit\\n// persons to whom the Software is furnished to do so, subject to the\\n// following conditions:\\n//\\n// The above copyright notice and this permission notice shall be included\\n// in all copies or substantial portions of the Software.\\n//\\n// THE SOFTWARE IS PROVIDED \\\"AS IS\\\", WITHOUT WARRANTY OF ANY KIND, EXPRESS\\n// OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\\n// MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN\\n// NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM,\\n// DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR\\n// OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE\\n// USE OR OTHER DEALINGS IN THE SOFTWARE.\\n\\n// a transform stream is a readable/writable stream where you do\\n// something with the data.  Sometimes it's called a \\\"filter\\\",\\n// but that's not a great name for it, since that implies a thing where\\n// some bits pass through, and others are simply ignored.  (That would\\n// be a valid example of a transform, of course.)\\n//\\n// While the output is causally related to the input, it's not a\\n// necessarily symmetric or synchronous transformation.  For example,\\n// a zlib stream might take multiple plain-text writes(), and then\\n// emit a single compressed chunk some time in the future.\\n//\\n// Here's how this works:\\n//\\n// The Transform stream has all the aspects of the readable and writable\\n// stream classes.  When you write(chunk), that calls _write(chunk,cb)\\n// internally, and returns false if there's a lot of pending writes\\n// buffered up.  When you call read(), that calls _read(n) until\\n// there's enough pending readable data buffered up.\\n//\\n// In a transform stream, the written data is placed in a buffer.  When\\n// _read(n) is called, it transforms the queued up data, calling the\\n// buffered _write cb's as it consumes chunks.  If consuming a single\\n// written chunk would result in multiple output chunks, then the first\\n// outputted bit calls the readcb, and subsequent chunks just go into\\n// the read buffer, and will cause it to emit 'readable' if necessary.\\n//\\n// This way, back-pressure is actually determined by the reading side,\\n// since _read has to be called to start processing a new chunk.  However,\\n// a pathological inflate type of transform can cause excessive buffering\\n// here.  For example, imagine a stream where every byte of input is\\n// interpreted as an integer from 0-255, and then results in that many\\n// bytes of output.  Writing the 4 bytes {ff,ff,ff,ff} would result in\\n// 1kb of data being output.  In this case, you could write a very small\\n// amount of input, and end up with a very large amount of output.  In\\n// such a pathological inflating mechanism, there'd be no way to tell\\n// the system to stop doing the transform.  A single 4MB write could\\n// cause the system to run out of memory.\\n//\\n// However, even in such a pathological case, only a single written chunk\\n// would be consumed, and then the rest would wait (un-transformed) until\\n// the results of the previous transformed chunk were consumed.\\n\\n'use strict';\\n\\nmodule.exports = Transform;\\n\\nvar Duplex = require('./_stream_duplex');\\n\\n/*<replacement>*/\\nvar util = require('core-util-is');\\nutil.inherits = require('inherits');\\n/*</replacement>*/\\n\\nutil.inherits(Transform, Duplex);\\n\\nfunction TransformState(stream) {\\n  this.afterTransform = function (er, data) {\\n    return afterTransform(stream, er, data);\\n  };\\n\\n  this.needTransform = false;\\n  this.transforming = false;\\n  this.writecb = null;\\n  this.writechunk = null;\\n  this.writeencoding = null;\\n}\\n\\nfunction afterTransform(stream, er, data) {\\n  var ts = stream._transformState;\\n  ts.transforming = false;\\n\\n  var cb = ts.writecb;\\n\\n  if (!cb) {\\n    return stream.emit('error', new Error('write callback called multiple times'));\\n  }\\n\\n  ts.writechunk = null;\\n  ts.writecb = null;\\n\\n  if (data !== null && data !== undefined) stream.push(data);\\n\\n  cb(er);\\n\\n  var rs = stream._readableState;\\n  rs.reading = false;\\n  if (rs.needReadable || rs.length < rs.highWaterMark) {\\n    stream._read(rs.highWaterMark);\\n  }\\n}\\n\\nfunction Transform(options) {\\n  if (!(this instanceof Transform)) return new Transform(options);\\n\\n  Duplex.call(this, options);\\n\\n  this._transformState = new TransformState(this);\\n\\n  var stream = this;\\n\\n  // start out asking for a readable event once data is transformed.\\n  this._readableState.needReadable = true;\\n\\n  // we have implemented the _read method, and done the other things\\n  // that Readable wants before the first _read call, so unset the\\n  // sync guard flag.\\n  this._readableState.sync = false;\\n\\n  if (options) {\\n    if (typeof options.transform === 'function') this._transform = options.transform;\\n\\n    if (typeof options.flush === 'function') this._flush = options.flush;\\n  }\\n\\n  // When the writable side finishes, then flush out anything remaining.\\n  this.once('prefinish', function () {\\n    if (typeof this._flush === 'function') this._flush(function (er, data) {\\n      done(stream, er, data);\\n    });else done(stream);\\n  });\\n}\\n\\nTransform.prototype.push = function (chunk, encoding) {\\n  this._transformState.needTransform = false;\\n  return Duplex.prototype.push.call(this, chunk, encoding);\\n};\\n\\n// This is the part where you do stuff!\\n// override this function in implementation classes.\\n// 'chunk' is an input chunk.\\n//\\n// Call `push(newChunk)` to pass along transformed output\\n// to the readable side.  You may call 'push' zero or more times.\\n//\\n// Call `cb(err)` when you are done with this chunk.  If you pass\\n// an error, then that'll put the hurt on the whole operation.  If you\\n// never call cb(), then you'll never get another chunk.\\nTransform.prototype._transform = function (chunk, encoding, cb) {\\n  throw new Error('_transform() is not implemented');\\n};\\n\\nTransform.prototype._write = function (chunk, encoding, cb) {\\n  var ts = this._transformState;\\n  ts.writecb = cb;\\n  ts.writechunk = chunk;\\n  ts.writeencoding = encoding;\\n  if (!ts.transforming) {\\n    var rs = this._readableState;\\n    if (ts.needTransform || rs.needReadable || rs.length < rs.highWaterMark) this._read(rs.highWaterMark);\\n  }\\n};\\n\\n// Doesn't matter what the args are here.\\n// _transform does all the work.\\n// That we got here means that the readable side wants more data.\\nTransform.prototype._read = function (n) {\\n  var ts = this._transformState;\\n\\n  if (ts.writechunk !== null && ts.writecb && !ts.transforming) {\\n    ts.transforming = true;\\n    this._transform(ts.writechunk, ts.writeencoding, ts.afterTransform);\\n  } else {\\n    // mark that we need a transform, so that any data that comes in\\n    // will get processed, now that we've asked for it.\\n    ts.needTransform = true;\\n  }\\n};\\n\\nTransform.prototype._destroy = function (err, cb) {\\n  var _this = this;\\n\\n  Duplex.prototype._destroy.call(this, err, function (err2) {\\n    cb(err2);\\n    _this.emit('close');\\n  });\\n};\\n\\nfunction done(stream, er, data) {\\n  if (er) return stream.emit('error', er);\\n\\n  if (data !== null && data !== undefined) stream.push(data);\\n\\n  // if there's nothing in the write buffer, then that means\\n  // that nothing more will ever be provided\\n  var ws = stream._writableState;\\n  var ts = stream._transformState;\\n\\n  if (ws.length) throw new Error('Calling transform done when ws.length != 0');\\n\\n  if (ts.transforming) throw new Error('Calling transform done when still transforming');\\n\\n  return stream.push(null);\\n}\"\n        },\n        {\n          \"id\": 166,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/pako/lib/zlib/adler32.js\",\n          \"name\": \"./node_modules/pako/lib/zlib/adler32.js\",\n          \"index\": 300,\n          \"index2\": 291,\n          \"size\": 1656,\n          \"cacheable\": true,\n          \"built\": true,\n          \"optional\": false,\n          \"prefetched\": false,\n          \"chunks\": [\n            2\n          ],\n          \"issuer\": \"/Users/jarred/Code/styleurl/node_modules/pako/lib/zlib/inflate.js\",\n          \"issuerId\": 308,\n          \"issuerName\": \"./node_modules/pako/lib/zlib/inflate.js\",\n          \"issuerPath\": [\n            {\n              \"id\": 191,\n              \"identifier\": \"multi /Users/jarred/Code/styleurl/webpack/customPublicPath /Users/jarred/Code/styleurl/chrome/extension/background\",\n              \"name\": \"multi ./webpack/customPublicPath ./chrome/extension/background\",\n              \"profile\": {\n                \"factory\": 0,\n                \"building\": 0,\n                \"dependencies\": 54\n              }\n            },\n            {\n              \"id\": 192,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/background.js\",\n              \"name\": \"./chrome/extension/background.js\",\n              \"profile\": {\n                \"factory\": 54,\n                \"building\": 639,\n                \"dependencies\": 140\n              }\n            },\n            {\n              \"id\": 255,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/stylesheet-differ/lib/index.js\",\n              \"name\": \"./node_modules/stylesheet-differ/lib/index.js\",\n              \"profile\": {\n                \"factory\": 140,\n                \"building\": 568,\n                \"dependencies\": 1\n              }\n            },\n            {\n              \"id\": 256,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/native-css/index.js\",\n              \"name\": \"./node_modules/native-css/index.js\",\n              \"profile\": {\n                \"factory\": 189,\n                \"building\": 603,\n                \"dependencies\": 1\n              }\n            },\n            {\n              \"id\": 257,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/native-css/src/native-css.js\",\n              \"name\": \"./node_modules/native-css/src/native-css.js\",\n              \"profile\": {\n                \"factory\": 26,\n                \"building\": 63,\n                \"dependencies\": 14\n              }\n            },\n            {\n              \"id\": 293,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/fetch/lib/fetch.js\",\n              \"name\": \"./node_modules/fetch/lib/fetch.js\",\n              \"profile\": {\n                \"factory\": 117,\n                \"building\": 25,\n                \"dependencies\": 27\n              }\n            },\n            {\n              \"id\": 302,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/browserify-zlib/lib/index.js\",\n              \"name\": \"./node_modules/browserify-zlib/lib/index.js\",\n              \"profile\": {\n                \"factory\": 66,\n                \"building\": 38,\n                \"dependencies\": 20\n              }\n            },\n            {\n              \"id\": 303,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/browserify-zlib/lib/binding.js\",\n              \"name\": \"./node_modules/browserify-zlib/lib/binding.js\",\n              \"profile\": {\n                \"factory\": 46,\n                \"building\": 33,\n                \"dependencies\": 1\n              }\n            },\n            {\n              \"id\": 308,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/pako/lib/zlib/inflate.js\",\n              \"name\": \"./node_modules/pako/lib/zlib/inflate.js\",\n              \"profile\": {\n                \"factory\": 116,\n                \"building\": 47,\n                \"dependencies\": 38\n              }\n            }\n          ],\n          \"profile\": {\n            \"factory\": 51,\n            \"building\": 57,\n            \"dependencies\": 0\n          },\n          \"failed\": false,\n          \"errors\": 0,\n          \"warnings\": 0,\n          \"assets\": [],\n          \"reasons\": [\n            {\n              \"moduleId\": 305,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/pako/lib/zlib/deflate.js\",\n              \"module\": \"./node_modules/pako/lib/zlib/deflate.js\",\n              \"moduleName\": \"./node_modules/pako/lib/zlib/deflate.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"./adler32\",\n              \"loc\": \"24:14-34\"\n            },\n            {\n              \"moduleId\": 308,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/pako/lib/zlib/inflate.js\",\n              \"module\": \"./node_modules/pako/lib/zlib/inflate.js\",\n              \"moduleName\": \"./node_modules/pako/lib/zlib/inflate.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"./adler32\",\n              \"loc\": \"23:20-40\"\n            }\n          ],\n          \"usedExports\": true,\n          \"providedExports\": null,\n          \"optimizationBailout\": [\n            \"ModuleConcatenation bailout: Module is not an ECMAScript module\"\n          ],\n          \"depth\": 9,\n          \"source\": \"'use strict';\\n\\n// Note: adler32 takes 12% for level 0 and 2% for level 6.\\n// It isn't worth it to make additional optimizations as in original.\\n// Small size is preferable.\\n\\n// (C) 1995-2013 Jean-loup Gailly and Mark Adler\\n// (C) 2014-2017 Vitaly Puzrin and Andrey Tupitsin\\n//\\n// This software is provided 'as-is', without any express or implied\\n// warranty. In no event will the authors be held liable for any damages\\n// arising from the use of this software.\\n//\\n// Permission is granted to anyone to use this software for any purpose,\\n// including commercial applications, and to alter it and redistribute it\\n// freely, subject to the following restrictions:\\n//\\n// 1. The origin of this software must not be misrepresented; you must not\\n//   claim that you wrote the original software. If you use this software\\n//   in a product, an acknowledgment in the product documentation would be\\n//   appreciated but is not required.\\n// 2. Altered source versions must be plainly marked as such, and must not be\\n//   misrepresented as being the original software.\\n// 3. This notice may not be removed or altered from any source distribution.\\n\\nfunction adler32(adler, buf, len, pos) {\\n  var s1 = (adler & 0xffff) |0,\\n      s2 = ((adler >>> 16) & 0xffff) |0,\\n      n = 0;\\n\\n  while (len !== 0) {\\n    // Set limit ~ twice less than 5552, to keep\\n    // s2 in 31-bits, because we force signed ints.\\n    // in other case %= will fail.\\n    n = len > 2000 ? 2000 : len;\\n    len -= n;\\n\\n    do {\\n      s1 = (s1 + buf[pos++]) |0;\\n      s2 = (s2 + s1) |0;\\n    } while (--n);\\n\\n    s1 %= 65521;\\n    s2 %= 65521;\\n  }\\n\\n  return (s1 | (s2 << 16)) |0;\\n}\\n\\n\\nmodule.exports = adler32;\\n\"\n        },\n        {\n          \"id\": 167,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/pako/lib/zlib/crc32.js\",\n          \"name\": \"./node_modules/pako/lib/zlib/crc32.js\",\n          \"index\": 301,\n          \"index2\": 292,\n          \"size\": 1750,\n          \"cacheable\": true,\n          \"built\": true,\n          \"optional\": false,\n          \"prefetched\": false,\n          \"chunks\": [\n            2\n          ],\n          \"issuer\": \"/Users/jarred/Code/styleurl/node_modules/pako/lib/zlib/inflate.js\",\n          \"issuerId\": 308,\n          \"issuerName\": \"./node_modules/pako/lib/zlib/inflate.js\",\n          \"issuerPath\": [\n            {\n              \"id\": 191,\n              \"identifier\": \"multi /Users/jarred/Code/styleurl/webpack/customPublicPath /Users/jarred/Code/styleurl/chrome/extension/background\",\n              \"name\": \"multi ./webpack/customPublicPath ./chrome/extension/background\",\n              \"profile\": {\n                \"factory\": 0,\n                \"building\": 0,\n                \"dependencies\": 54\n              }\n            },\n            {\n              \"id\": 192,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/background.js\",\n              \"name\": \"./chrome/extension/background.js\",\n              \"profile\": {\n                \"factory\": 54,\n                \"building\": 639,\n                \"dependencies\": 140\n              }\n            },\n            {\n              \"id\": 255,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/stylesheet-differ/lib/index.js\",\n              \"name\": \"./node_modules/stylesheet-differ/lib/index.js\",\n              \"profile\": {\n                \"factory\": 140,\n                \"building\": 568,\n                \"dependencies\": 1\n              }\n            },\n            {\n              \"id\": 256,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/native-css/index.js\",\n              \"name\": \"./node_modules/native-css/index.js\",\n              \"profile\": {\n                \"factory\": 189,\n                \"building\": 603,\n                \"dependencies\": 1\n              }\n            },\n            {\n              \"id\": 257,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/native-css/src/native-css.js\",\n              \"name\": \"./node_modules/native-css/src/native-css.js\",\n              \"profile\": {\n                \"factory\": 26,\n                \"building\": 63,\n                \"dependencies\": 14\n              }\n            },\n            {\n              \"id\": 293,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/fetch/lib/fetch.js\",\n              \"name\": \"./node_modules/fetch/lib/fetch.js\",\n              \"profile\": {\n                \"factory\": 117,\n                \"building\": 25,\n                \"dependencies\": 27\n              }\n            },\n            {\n              \"id\": 302,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/browserify-zlib/lib/index.js\",\n              \"name\": \"./node_modules/browserify-zlib/lib/index.js\",\n              \"profile\": {\n                \"factory\": 66,\n                \"building\": 38,\n                \"dependencies\": 20\n              }\n            },\n            {\n              \"id\": 303,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/browserify-zlib/lib/binding.js\",\n              \"name\": \"./node_modules/browserify-zlib/lib/binding.js\",\n              \"profile\": {\n                \"factory\": 46,\n                \"building\": 33,\n                \"dependencies\": 1\n              }\n            },\n            {\n              \"id\": 308,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/pako/lib/zlib/inflate.js\",\n              \"name\": \"./node_modules/pako/lib/zlib/inflate.js\",\n              \"profile\": {\n                \"factory\": 116,\n                \"building\": 47,\n                \"dependencies\": 38\n              }\n            }\n          ],\n          \"profile\": {\n            \"factory\": 51,\n            \"building\": 57,\n            \"dependencies\": 0\n          },\n          \"failed\": false,\n          \"errors\": 0,\n          \"warnings\": 0,\n          \"assets\": [],\n          \"reasons\": [\n            {\n              \"moduleId\": 305,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/pako/lib/zlib/deflate.js\",\n              \"module\": \"./node_modules/pako/lib/zlib/deflate.js\",\n              \"moduleName\": \"./node_modules/pako/lib/zlib/deflate.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"./crc32\",\n              \"loc\": \"25:14-32\"\n            },\n            {\n              \"moduleId\": 308,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/pako/lib/zlib/inflate.js\",\n              \"module\": \"./node_modules/pako/lib/zlib/inflate.js\",\n              \"moduleName\": \"./node_modules/pako/lib/zlib/inflate.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"./crc32\",\n              \"loc\": \"24:20-38\"\n            }\n          ],\n          \"usedExports\": true,\n          \"providedExports\": null,\n          \"optimizationBailout\": [\n            \"ModuleConcatenation bailout: Module is not an ECMAScript module\"\n          ],\n          \"depth\": 9,\n          \"source\": \"'use strict';\\n\\n// Note: we can't get significant speed boost here.\\n// So write code to minimize size - no pregenerated tables\\n// and array tools dependencies.\\n\\n// (C) 1995-2013 Jean-loup Gailly and Mark Adler\\n// (C) 2014-2017 Vitaly Puzrin and Andrey Tupitsin\\n//\\n// This software is provided 'as-is', without any express or implied\\n// warranty. In no event will the authors be held liable for any damages\\n// arising from the use of this software.\\n//\\n// Permission is granted to anyone to use this software for any purpose,\\n// including commercial applications, and to alter it and redistribute it\\n// freely, subject to the following restrictions:\\n//\\n// 1. The origin of this software must not be misrepresented; you must not\\n//   claim that you wrote the original software. If you use this software\\n//   in a product, an acknowledgment in the product documentation would be\\n//   appreciated but is not required.\\n// 2. Altered source versions must be plainly marked as such, and must not be\\n//   misrepresented as being the original software.\\n// 3. This notice may not be removed or altered from any source distribution.\\n\\n// Use ordinary array, since untyped makes no boost here\\nfunction makeTable() {\\n  var c, table = [];\\n\\n  for (var n = 0; n < 256; n++) {\\n    c = n;\\n    for (var k = 0; k < 8; k++) {\\n      c = ((c & 1) ? (0xEDB88320 ^ (c >>> 1)) : (c >>> 1));\\n    }\\n    table[n] = c;\\n  }\\n\\n  return table;\\n}\\n\\n// Create table on load. Just 255 signed longs. Not a problem.\\nvar crcTable = makeTable();\\n\\n\\nfunction crc32(crc, buf, len, pos) {\\n  var t = crcTable,\\n      end = pos + len;\\n\\n  crc ^= -1;\\n\\n  for (var i = pos; i < end; i++) {\\n    crc = (crc >>> 8) ^ t[(crc ^ buf[i]) & 0xFF];\\n  }\\n\\n  return (crc ^ (-1)); // >>> 0;\\n}\\n\\n\\nmodule.exports = crc32;\\n\"\n        },\n        {\n          \"id\": 168,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/node-libs-browser/mock/empty.js\",\n          \"name\": \"./node_modules/node-libs-browser/mock/empty.js\",\n          \"index\": 307,\n          \"index2\": 301,\n          \"size\": 0,\n          \"cacheable\": true,\n          \"built\": true,\n          \"optional\": false,\n          \"prefetched\": false,\n          \"chunks\": [\n            2\n          ],\n          \"issuer\": \"/Users/jarred/Code/styleurl/node_modules/fetch/lib/fetch.js\",\n          \"issuerId\": 293,\n          \"issuerName\": \"./node_modules/fetch/lib/fetch.js\",\n          \"issuerPath\": [\n            {\n              \"id\": 191,\n              \"identifier\": \"multi /Users/jarred/Code/styleurl/webpack/customPublicPath /Users/jarred/Code/styleurl/chrome/extension/background\",\n              \"name\": \"multi ./webpack/customPublicPath ./chrome/extension/background\",\n              \"profile\": {\n                \"factory\": 0,\n                \"building\": 0,\n                \"dependencies\": 54\n              }\n            },\n            {\n              \"id\": 192,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/background.js\",\n              \"name\": \"./chrome/extension/background.js\",\n              \"profile\": {\n                \"factory\": 54,\n                \"building\": 639,\n                \"dependencies\": 140\n              }\n            },\n            {\n              \"id\": 255,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/stylesheet-differ/lib/index.js\",\n              \"name\": \"./node_modules/stylesheet-differ/lib/index.js\",\n              \"profile\": {\n                \"factory\": 140,\n                \"building\": 568,\n                \"dependencies\": 1\n              }\n            },\n            {\n              \"id\": 256,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/native-css/index.js\",\n              \"name\": \"./node_modules/native-css/index.js\",\n              \"profile\": {\n                \"factory\": 189,\n                \"building\": 603,\n                \"dependencies\": 1\n              }\n            },\n            {\n              \"id\": 257,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/native-css/src/native-css.js\",\n              \"name\": \"./node_modules/native-css/src/native-css.js\",\n              \"profile\": {\n                \"factory\": 26,\n                \"building\": 63,\n                \"dependencies\": 14\n              }\n            },\n            {\n              \"id\": 293,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/fetch/lib/fetch.js\",\n              \"name\": \"./node_modules/fetch/lib/fetch.js\",\n              \"profile\": {\n                \"factory\": 117,\n                \"building\": 25,\n                \"dependencies\": 27\n              }\n            }\n          ],\n          \"profile\": {\n            \"factory\": 66,\n            \"building\": 38,\n            \"dependencies\": 20\n          },\n          \"failed\": false,\n          \"errors\": 0,\n          \"warnings\": 0,\n          \"assets\": [],\n          \"reasons\": [\n            {\n              \"moduleId\": 293,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/fetch/lib/fetch.js\",\n              \"module\": \"./node_modules/fetch/lib/fetch.js\",\n              \"moduleName\": \"./node_modules/fetch/lib/fetch.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"dns\",\n              \"loc\": \"8:10-24\"\n            },\n            {\n              \"moduleId\": 293,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/fetch/lib/fetch.js\",\n              \"module\": \"./node_modules/fetch/lib/fetch.js\",\n              \"moduleName\": \"./node_modules/fetch/lib/fetch.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"net\",\n              \"loc\": \"12:10-24\"\n            }\n          ],\n          \"usedExports\": true,\n          \"providedExports\": null,\n          \"optimizationBailout\": [\n            \"ModuleConcatenation bailout: Module is not an ECMAScript module\"\n          ],\n          \"depth\": 6,\n          \"source\": \"\"\n        },\n        {\n          \"id\": 169,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/iconv-lite/encodings/tables/gbk-added.json\",\n          \"name\": \"./node_modules/iconv-lite/encodings/tables/gbk-added.json\",\n          \"index\": 324,\n          \"index2\": 314,\n          \"size\": 954,\n          \"cacheable\": true,\n          \"built\": true,\n          \"optional\": false,\n          \"prefetched\": false,\n          \"chunks\": [\n            2\n          ],\n          \"issuer\": \"/Users/jarred/Code/styleurl/node_modules/iconv-lite/encodings/dbcs-data.js\",\n          \"issuerId\": 324,\n          \"issuerName\": \"./node_modules/iconv-lite/encodings/dbcs-data.js\",\n          \"issuerPath\": [\n            {\n              \"id\": 191,\n              \"identifier\": \"multi /Users/jarred/Code/styleurl/webpack/customPublicPath /Users/jarred/Code/styleurl/chrome/extension/background\",\n              \"name\": \"multi ./webpack/customPublicPath ./chrome/extension/background\",\n              \"profile\": {\n                \"factory\": 0,\n                \"building\": 0,\n                \"dependencies\": 54\n              }\n            },\n            {\n              \"id\": 192,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/background.js\",\n              \"name\": \"./chrome/extension/background.js\",\n              \"profile\": {\n                \"factory\": 54,\n                \"building\": 639,\n                \"dependencies\": 140\n              }\n            },\n            {\n              \"id\": 255,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/stylesheet-differ/lib/index.js\",\n              \"name\": \"./node_modules/stylesheet-differ/lib/index.js\",\n              \"profile\": {\n                \"factory\": 140,\n                \"building\": 568,\n                \"dependencies\": 1\n              }\n            },\n            {\n              \"id\": 256,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/native-css/index.js\",\n              \"name\": \"./node_modules/native-css/index.js\",\n              \"profile\": {\n                \"factory\": 189,\n                \"building\": 603,\n                \"dependencies\": 1\n              }\n            },\n            {\n              \"id\": 257,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/native-css/src/native-css.js\",\n              \"name\": \"./node_modules/native-css/src/native-css.js\",\n              \"profile\": {\n                \"factory\": 26,\n                \"building\": 63,\n                \"dependencies\": 14\n              }\n            },\n            {\n              \"id\": 293,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/fetch/lib/fetch.js\",\n              \"name\": \"./node_modules/fetch/lib/fetch.js\",\n              \"profile\": {\n                \"factory\": 117,\n                \"building\": 25,\n                \"dependencies\": 27\n              }\n            },\n            {\n              \"id\": 313,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/encoding/lib/encoding.js\",\n              \"name\": \"./node_modules/encoding/lib/encoding.js\",\n              \"profile\": {\n                \"factory\": 66,\n                \"building\": 38,\n                \"dependencies\": 20\n              }\n            },\n            {\n              \"id\": 314,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/iconv-lite/lib/index.js\",\n              \"name\": \"./node_modules/iconv-lite/lib/index.js\",\n              \"profile\": {\n                \"factory\": 123,\n                \"building\": 23,\n                \"dependencies\": 1\n              }\n            },\n            {\n              \"id\": 316,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/iconv-lite/encodings/index.js\",\n              \"name\": \"./node_modules/iconv-lite/encodings/index.js\",\n              \"profile\": {\n                \"factory\": 62,\n                \"building\": 61,\n                \"dependencies\": 1\n              }\n            },\n            {\n              \"id\": 324,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/iconv-lite/encodings/dbcs-data.js\",\n              \"name\": \"./node_modules/iconv-lite/encodings/dbcs-data.js\",\n              \"profile\": {\n                \"factory\": 26,\n                \"building\": 20,\n                \"dependencies\": 1\n              }\n            }\n          ],\n          \"profile\": {\n            \"factory\": 9,\n            \"building\": 6\n          },\n          \"failed\": false,\n          \"errors\": 0,\n          \"warnings\": 0,\n          \"assets\": [],\n          \"reasons\": [\n            {\n              \"moduleId\": 324,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/iconv-lite/encodings/dbcs-data.js\",\n              \"module\": \"./node_modules/iconv-lite/encodings/dbcs-data.js\",\n              \"moduleName\": \"./node_modules/iconv-lite/encodings/dbcs-data.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"./tables/gbk-added.json\",\n              \"loc\": \"91:73-107\"\n            },\n            {\n              \"moduleId\": 324,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/iconv-lite/encodings/dbcs-data.js\",\n              \"module\": \"./node_modules/iconv-lite/encodings/dbcs-data.js\",\n              \"moduleName\": \"./node_modules/iconv-lite/encodings/dbcs-data.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"./tables/gbk-added.json\",\n              \"loc\": \"98:73-107\"\n            }\n          ],\n          \"usedExports\": true,\n          \"providedExports\": [\n            \"0\",\n            \"1\",\n            \"2\",\n            \"3\",\n            \"4\",\n            \"5\",\n            \"6\",\n            \"7\",\n            \"8\",\n            \"9\",\n            \"10\",\n            \"11\",\n            \"12\",\n            \"13\",\n            \"14\",\n            \"15\",\n            \"16\",\n            \"17\",\n            \"18\",\n            \"19\",\n            \"20\",\n            \"21\",\n            \"22\",\n            \"23\",\n            \"24\",\n            \"25\",\n            \"26\",\n            \"27\",\n            \"28\",\n            \"29\",\n            \"30\",\n            \"31\",\n            \"32\",\n            \"33\",\n            \"34\",\n            \"35\",\n            \"36\",\n            \"37\",\n            \"38\",\n            \"39\",\n            \"40\",\n            \"41\",\n            \"42\",\n            \"43\",\n            \"44\",\n            \"45\",\n            \"46\",\n            \"47\",\n            \"48\",\n            \"49\",\n            \"50\",\n            \"51\",\n            \"52\",\n            \"default\"\n          ],\n          \"optimizationBailout\": [\n            \"ModuleConcatenation bailout: Module is not an ECMAScript module\"\n          ],\n          \"depth\": 10,\n          \"source\": \"[\\n[\\\"a140\\\",\\\"\\\",62],\\n[\\\"a180\\\",\\\"\\\",32],\\n[\\\"a240\\\",\\\"\\\",62],\\n[\\\"a280\\\",\\\"\\\",32],\\n[\\\"a2ab\\\",\\\"\\\",5],\\n[\\\"a2e3\\\",\\\"€\\\"],\\n[\\\"a2ef\\\",\\\"\\\"],\\n[\\\"a2fd\\\",\\\"\\\"],\\n[\\\"a340\\\",\\\"\\\",62],\\n[\\\"a380\\\",\\\"\\\",31,\\\"　\\\"],\\n[\\\"a440\\\",\\\"\\\",62],\\n[\\\"a480\\\",\\\"\\\",32],\\n[\\\"a4f4\\\",\\\"\\\",10],\\n[\\\"a540\\\",\\\"\\\",62],\\n[\\\"a580\\\",\\\"\\\",32],\\n[\\\"a5f7\\\",\\\"\\\",7],\\n[\\\"a640\\\",\\\"\\\",62],\\n[\\\"a680\\\",\\\"\\\",32],\\n[\\\"a6b9\\\",\\\"\\\",7],\\n[\\\"a6d9\\\",\\\"\\\",6],\\n[\\\"a6ec\\\",\\\"\\\"],\\n[\\\"a6f3\\\",\\\"\\\"],\\n[\\\"a6f6\\\",\\\"\\\",8],\\n[\\\"a740\\\",\\\"\\\",62],\\n[\\\"a780\\\",\\\"\\\",32],\\n[\\\"a7c2\\\",\\\"\\\",14],\\n[\\\"a7f2\\\",\\\"\\\",12],\\n[\\\"a896\\\",\\\"\\\",10],\\n[\\\"a8bc\\\",\\\"\\\"],\\n[\\\"a8bf\\\",\\\"ǹ\\\"],\\n[\\\"a8c1\\\",\\\"\\\"],\\n[\\\"a8ea\\\",\\\"\\\",20],\\n[\\\"a958\\\",\\\"\\\"],\\n[\\\"a95b\\\",\\\"\\\"],\\n[\\\"a95d\\\",\\\"\\\"],\\n[\\\"a989\\\",\\\"〾⿰\\\",11],\\n[\\\"a997\\\",\\\"\\\",12],\\n[\\\"a9f0\\\",\\\"\\\",14],\\n[\\\"aaa1\\\",\\\"\\\",93],\\n[\\\"aba1\\\",\\\"\\\",93],\\n[\\\"aca1\\\",\\\"\\\",93],\\n[\\\"ada1\\\",\\\"\\\",93],\\n[\\\"aea1\\\",\\\"\\\",93],\\n[\\\"afa1\\\",\\\"\\\",93],\\n[\\\"d7fa\\\",\\\"\\\",4],\\n[\\\"f8a1\\\",\\\"\\\",93],\\n[\\\"f9a1\\\",\\\"\\\",93],\\n[\\\"faa1\\\",\\\"\\\",93],\\n[\\\"fba1\\\",\\\"\\\",93],\\n[\\\"fca1\\\",\\\"\\\",93],\\n[\\\"fda1\\\",\\\"\\\",93],\\n[\\\"fe50\\\",\\\"⺁⺄㑳㑇⺈⺋㖞㘚㘎⺌⺗㥮㤘㧏㧟㩳㧐㭎㱮㳠⺧⺪䁖䅟⺮䌷⺳⺶⺷䎱䎬⺻䏝䓖䙡䙌\\\"],\\n[\\\"fe80\\\",\\\"䜣䜩䝼䞍⻊䥇䥺䥽䦂䦃䦅䦆䦟䦛䦷䦶䲣䲟䲠䲡䱷䲢䴓\\\",6,\\\"䶮\\\",93]\\n]\\n\"\n        },\n        {\n          \"id\": 170,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/iconv-lite/encodings/tables/cp950.json\",\n          \"name\": \"./node_modules/iconv-lite/encodings/tables/cp950.json\",\n          \"index\": 327,\n          \"index2\": 317,\n          \"size\": 15691,\n          \"cacheable\": true,\n          \"built\": true,\n          \"optional\": false,\n          \"prefetched\": false,\n          \"chunks\": [\n            2\n          ],\n          \"issuer\": \"/Users/jarred/Code/styleurl/node_modules/iconv-lite/encodings/dbcs-data.js\",\n          \"issuerId\": 324,\n          \"issuerName\": \"./node_modules/iconv-lite/encodings/dbcs-data.js\",\n          \"issuerPath\": [\n            {\n              \"id\": 191,\n              \"identifier\": \"multi /Users/jarred/Code/styleurl/webpack/customPublicPath /Users/jarred/Code/styleurl/chrome/extension/background\",\n              \"name\": \"multi ./webpack/customPublicPath ./chrome/extension/background\",\n              \"profile\": {\n                \"factory\": 0,\n                \"building\": 0,\n                \"dependencies\": 54\n              }\n            },\n            {\n              \"id\": 192,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/background.js\",\n              \"name\": \"./chrome/extension/background.js\",\n              \"profile\": {\n                \"factory\": 54,\n                \"building\": 639,\n                \"dependencies\": 140\n              }\n            },\n            {\n              \"id\": 255,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/stylesheet-differ/lib/index.js\",\n              \"name\": \"./node_modules/stylesheet-differ/lib/index.js\",\n              \"profile\": {\n                \"factory\": 140,\n                \"building\": 568,\n                \"dependencies\": 1\n              }\n            },\n            {\n              \"id\": 256,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/native-css/index.js\",\n              \"name\": \"./node_modules/native-css/index.js\",\n              \"profile\": {\n                \"factory\": 189,\n                \"building\": 603,\n                \"dependencies\": 1\n              }\n            },\n            {\n              \"id\": 257,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/native-css/src/native-css.js\",\n              \"name\": \"./node_modules/native-css/src/native-css.js\",\n              \"profile\": {\n                \"factory\": 26,\n                \"building\": 63,\n                \"dependencies\": 14\n              }\n            },\n            {\n              \"id\": 293,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/fetch/lib/fetch.js\",\n              \"name\": \"./node_modules/fetch/lib/fetch.js\",\n              \"profile\": {\n                \"factory\": 117,\n                \"building\": 25,\n                \"dependencies\": 27\n              }\n            },\n            {\n              \"id\": 313,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/encoding/lib/encoding.js\",\n              \"name\": \"./node_modules/encoding/lib/encoding.js\",\n              \"profile\": {\n                \"factory\": 66,\n                \"building\": 38,\n                \"dependencies\": 20\n              }\n            },\n            {\n              \"id\": 314,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/iconv-lite/lib/index.js\",\n              \"name\": \"./node_modules/iconv-lite/lib/index.js\",\n              \"profile\": {\n                \"factory\": 123,\n                \"building\": 23,\n                \"dependencies\": 1\n              }\n            },\n            {\n              \"id\": 316,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/iconv-lite/encodings/index.js\",\n              \"name\": \"./node_modules/iconv-lite/encodings/index.js\",\n              \"profile\": {\n                \"factory\": 62,\n                \"building\": 61,\n                \"dependencies\": 1\n              }\n            },\n            {\n              \"id\": 324,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/iconv-lite/encodings/dbcs-data.js\",\n              \"name\": \"./node_modules/iconv-lite/encodings/dbcs-data.js\",\n              \"profile\": {\n                \"factory\": 26,\n                \"building\": 20,\n                \"dependencies\": 1\n              }\n            }\n          ],\n          \"profile\": {\n            \"factory\": 9,\n            \"building\": 6\n          },\n          \"failed\": false,\n          \"errors\": 0,\n          \"warnings\": 0,\n          \"assets\": [],\n          \"reasons\": [\n            {\n              \"moduleId\": 324,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/iconv-lite/encodings/dbcs-data.js\",\n              \"module\": \"./node_modules/iconv-lite/encodings/dbcs-data.js\",\n              \"moduleName\": \"./node_modules/iconv-lite/encodings/dbcs-data.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"./tables/cp950.json\",\n              \"loc\": \"155:35-65\"\n            },\n            {\n              \"moduleId\": 324,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/iconv-lite/encodings/dbcs-data.js\",\n              \"module\": \"./node_modules/iconv-lite/encodings/dbcs-data.js\",\n              \"moduleName\": \"./node_modules/iconv-lite/encodings/dbcs-data.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"./tables/cp950.json\",\n              \"loc\": \"162:35-65\"\n            }\n          ],\n          \"usedExports\": true,\n          \"providedExports\": [\n            \"0\",\n            \"1\",\n            \"2\",\n            \"3\",\n            \"4\",\n            \"5\",\n            \"6\",\n            \"7\",\n            \"8\",\n            \"9\",\n            \"10\",\n            \"11\",\n            \"12\",\n            \"13\",\n            \"14\",\n            \"15\",\n            \"16\",\n            \"17\",\n            \"18\",\n            \"19\",\n            \"20\",\n            \"21\",\n            \"22\",\n            \"23\",\n            \"24\",\n            \"25\",\n            \"26\",\n            \"27\",\n            \"28\",\n            \"29\",\n            \"30\",\n            \"31\",\n            \"32\",\n            \"33\",\n            \"34\",\n            \"35\",\n            \"36\",\n            \"37\",\n            \"38\",\n            \"39\",\n            \"40\",\n            \"41\",\n            \"42\",\n            \"43\",\n            \"44\",\n            \"45\",\n            \"46\",\n            \"47\",\n            \"48\",\n            \"49\",\n            \"50\",\n            \"51\",\n            \"52\",\n            \"53\",\n            \"54\",\n            \"55\",\n            \"56\",\n            \"57\",\n            \"58\",\n            \"59\",\n            \"60\",\n            \"61\",\n            \"62\",\n            \"63\",\n            \"64\",\n            \"65\",\n            \"66\",\n            \"67\",\n            \"68\",\n            \"69\",\n            \"70\",\n            \"71\",\n            \"72\",\n            \"73\",\n            \"74\",\n            \"75\",\n            \"76\",\n            \"77\",\n            \"78\",\n            \"79\",\n            \"80\",\n            \"81\",\n            \"82\",\n            \"83\",\n            \"84\",\n            \"85\",\n            \"86\",\n            \"87\",\n            \"88\",\n            \"89\",\n            \"90\",\n            \"91\",\n            \"92\",\n            \"93\",\n            \"94\",\n            \"95\",\n            \"96\",\n            \"97\",\n            \"98\",\n            \"99\",\n            \"100\",\n            \"101\",\n            \"102\",\n            \"103\",\n            \"104\",\n            \"105\",\n            \"106\",\n            \"107\",\n            \"108\",\n            \"109\",\n            \"110\",\n            \"111\",\n            \"112\",\n            \"113\",\n            \"114\",\n            \"115\",\n            \"116\",\n            \"117\",\n            \"118\",\n            \"119\",\n            \"120\",\n            \"121\",\n            \"122\",\n            \"123\",\n            \"124\",\n            \"125\",\n            \"126\",\n            \"127\",\n            \"128\",\n            \"129\",\n            \"130\",\n            \"131\",\n            \"132\",\n            \"133\",\n            \"134\",\n            \"135\",\n            \"136\",\n            \"137\",\n            \"138\",\n            \"139\",\n            \"140\",\n            \"141\",\n            \"142\",\n            \"143\",\n            \"144\",\n            \"145\",\n            \"146\",\n            \"147\",\n            \"148\",\n            \"149\",\n            \"150\",\n            \"151\",\n            \"152\",\n            \"153\",\n            \"154\",\n            \"155\",\n            \"156\",\n            \"157\",\n            \"158\",\n            \"159\",\n            \"160\",\n            \"161\",\n            \"162\",\n            \"163\",\n            \"164\",\n            \"165\",\n            \"166\",\n            \"167\",\n            \"168\",\n            \"169\",\n            \"170\",\n            \"171\",\n            \"172\",\n            \"173\",\n            \"174\",\n            \"default\"\n          ],\n          \"optimizationBailout\": [\n            \"ModuleConcatenation bailout: Module is not an ECMAScript module\"\n          ],\n          \"depth\": 10,\n          \"source\": \"[\\n[\\\"0\\\",\\\"\\\\u0000\\\",127],\\n[\\\"a140\\\",\\\"　，、。．‧；：？！︰…‥﹐﹑﹒·﹔﹕﹖﹗｜–︱—︳╴︴﹏（）︵︶｛｝︷︸〔〕︹︺【】︻︼《》︽︾〈〉︿﹀「」﹁﹂『』﹃﹄﹙﹚\\\"],\\n[\\\"a1a1\\\",\\\"﹛﹜﹝﹞‘’“”〝〞‵′＃＆＊※§〃○●△▲◎☆★◇◆□■▽▼㊣℅¯￣＿ˍ﹉﹊﹍﹎﹋﹌﹟﹠﹡＋－×÷±√＜＞＝≦≧≠∞≒≡﹢\\\",4,\\\"～∩∪⊥∠∟⊿㏒㏑∫∮∵∴♀♂⊕⊙↑↓←→↖↗↙↘∥∣／\\\"],\\n[\\\"a240\\\",\\\"＼∕﹨＄￥〒￠￡％＠℃℉﹩﹪﹫㏕㎜㎝㎞㏎㎡㎎㎏㏄°兙兛兞兝兡兣嗧瓩糎▁\\\",7,\\\"▏▎▍▌▋▊▉┼┴┬┤├▔─│▕┌┐└┘╭\\\"],\\n[\\\"a2a1\\\",\\\"╮╰╯═╞╪╡◢◣◥◤╱╲╳０\\\",9,\\\"Ⅰ\\\",9,\\\"〡\\\",8,\\\"十卄卅Ａ\\\",25,\\\"ａ\\\",21],\\n[\\\"a340\\\",\\\"ｗｘｙｚΑ\\\",16,\\\"Σ\\\",6,\\\"α\\\",16,\\\"σ\\\",6,\\\"ㄅ\\\",10],\\n[\\\"a3a1\\\",\\\"ㄐ\\\",25,\\\"˙ˉˊˇˋ\\\"],\\n[\\\"a3e1\\\",\\\"€\\\"],\\n[\\\"a440\\\",\\\"一乙丁七乃九了二人儿入八几刀刁力匕十卜又三下丈上丫丸凡久么也乞于亡兀刃勺千叉口土士夕大女子孑孓寸小尢尸山川工己已巳巾干廾弋弓才\\\"],\\n[\\\"a4a1\\\",\\\"丑丐不中丰丹之尹予云井互五亢仁什仃仆仇仍今介仄元允內六兮公冗凶分切刈勻勾勿化匹午升卅卞厄友及反壬天夫太夭孔少尤尺屯巴幻廿弔引心戈戶手扎支文斗斤方日曰月木欠止歹毋比毛氏水火爪父爻片牙牛犬王丙\\\"],\\n[\\\"a540\\\",\\\"世丕且丘主乍乏乎以付仔仕他仗代令仙仞充兄冉冊冬凹出凸刊加功包匆北匝仟半卉卡占卯卮去可古右召叮叩叨叼司叵叫另只史叱台句叭叻四囚外\\\"],\\n[\\\"a5a1\\\",\\\"央失奴奶孕它尼巨巧左市布平幼弁弘弗必戊打扔扒扑斥旦朮本未末札正母民氐永汁汀氾犯玄玉瓜瓦甘生用甩田由甲申疋白皮皿目矛矢石示禾穴立丞丟乒乓乩亙交亦亥仿伉伙伊伕伍伐休伏仲件任仰仳份企伋光兇兆先全\\\"],\\n[\\\"a640\\\",\\\"共再冰列刑划刎刖劣匈匡匠印危吉吏同吊吐吁吋各向名合吃后吆吒因回囝圳地在圭圬圯圩夙多夷夸妄奸妃好她如妁字存宇守宅安寺尖屹州帆并年\\\"],\\n[\\\"a6a1\\\",\\\"式弛忙忖戎戌戍成扣扛托收早旨旬旭曲曳有朽朴朱朵次此死氖汝汗汙江池汐汕污汛汍汎灰牟牝百竹米糸缶羊羽老考而耒耳聿肉肋肌臣自至臼舌舛舟艮色艾虫血行衣西阡串亨位住佇佗佞伴佛何估佐佑伽伺伸佃佔似但佣\\\"],\\n[\\\"a740\\\",\\\"作你伯低伶余佝佈佚兌克免兵冶冷別判利刪刨劫助努劬匣即卵吝吭吞吾否呎吧呆呃吳呈呂君吩告吹吻吸吮吵吶吠吼呀吱含吟听囪困囤囫坊坑址坍\\\"],\\n[\\\"a7a1\\\",\\\"均坎圾坐坏圻壯夾妝妒妨妞妣妙妖妍妤妓妊妥孝孜孚孛完宋宏尬局屁尿尾岐岑岔岌巫希序庇床廷弄弟彤形彷役忘忌志忍忱快忸忪戒我抄抗抖技扶抉扭把扼找批扳抒扯折扮投抓抑抆改攻攸旱更束李杏材村杜杖杞杉杆杠\\\"],\\n[\\\"a840\\\",\\\"杓杗步每求汞沙沁沈沉沅沛汪決沐汰沌汨沖沒汽沃汲汾汴沆汶沍沔沘沂灶灼災灸牢牡牠狄狂玖甬甫男甸皂盯矣私秀禿究系罕肖肓肝肘肛肚育良芒\\\"],\\n[\\\"a8a1\\\",\\\"芋芍見角言谷豆豕貝赤走足身車辛辰迂迆迅迄巡邑邢邪邦那酉釆里防阮阱阪阬並乖乳事些亞享京佯依侍佳使佬供例來侃佰併侈佩佻侖佾侏侑佺兔兒兕兩具其典冽函刻券刷刺到刮制剁劾劻卒協卓卑卦卷卸卹取叔受味呵\\\"],\\n[\\\"a940\\\",\\\"咖呸咕咀呻呷咄咒咆呼咐呱呶和咚呢周咋命咎固垃坷坪坩坡坦坤坼夜奉奇奈奄奔妾妻委妹妮姑姆姐姍始姓姊妯妳姒姅孟孤季宗定官宜宙宛尚屈居\\\"],\\n[\\\"a9a1\\\",\\\"屆岷岡岸岩岫岱岳帘帚帖帕帛帑幸庚店府底庖延弦弧弩往征彿彼忝忠忽念忿怏怔怯怵怖怪怕怡性怩怫怛或戕房戾所承拉拌拄抿拂抹拒招披拓拔拋拈抨抽押拐拙拇拍抵拚抱拘拖拗拆抬拎放斧於旺昔易昌昆昂明昀昏昕昊\\\"],\\n[\\\"aa40\\\",\\\"昇服朋杭枋枕東果杳杷枇枝林杯杰板枉松析杵枚枓杼杪杲欣武歧歿氓氛泣注泳沱泌泥河沽沾沼波沫法泓沸泄油況沮泗泅泱沿治泡泛泊沬泯泜泖泠\\\"],\\n[\\\"aaa1\\\",\\\"炕炎炒炊炙爬爭爸版牧物狀狎狙狗狐玩玨玟玫玥甽疝疙疚的盂盲直知矽社祀祁秉秈空穹竺糾罔羌羋者肺肥肢肱股肫肩肴肪肯臥臾舍芳芝芙芭芽芟芹花芬芥芯芸芣芰芾芷虎虱初表軋迎返近邵邸邱邶采金長門阜陀阿阻附\\\"],\\n[\\\"ab40\\\",\\\"陂隹雨青非亟亭亮信侵侯便俠俑俏保促侶俘俟俊俗侮俐俄係俚俎俞侷兗冒冑冠剎剃削前剌剋則勇勉勃勁匍南卻厚叛咬哀咨哎哉咸咦咳哇哂咽咪品\\\"],\\n[\\\"aba1\\\",\\\"哄哈咯咫咱咻咩咧咿囿垂型垠垣垢城垮垓奕契奏奎奐姜姘姿姣姨娃姥姪姚姦威姻孩宣宦室客宥封屎屏屍屋峙峒巷帝帥帟幽庠度建弈弭彥很待徊律徇後徉怒思怠急怎怨恍恰恨恢恆恃恬恫恪恤扁拜挖按拼拭持拮拽指拱拷\\\"],\\n[\\\"ac40\\\",\\\"拯括拾拴挑挂政故斫施既春昭映昧是星昨昱昤曷柿染柱柔某柬架枯柵柩柯柄柑枴柚查枸柏柞柳枰柙柢柝柒歪殃殆段毒毗氟泉洋洲洪流津洌洱洞洗\\\"],\\n[\\\"aca1\\\",\\\"活洽派洶洛泵洹洧洸洩洮洵洎洫炫為炳炬炯炭炸炮炤爰牲牯牴狩狠狡玷珊玻玲珍珀玳甚甭畏界畎畋疫疤疥疢疣癸皆皇皈盈盆盃盅省盹相眉看盾盼眇矜砂研砌砍祆祉祈祇禹禺科秒秋穿突竿竽籽紂紅紀紉紇約紆缸美羿耄\\\"],\\n[\\\"ad40\\\",\\\"耐耍耑耶胖胥胚胃胄背胡胛胎胞胤胝致舢苧范茅苣苛苦茄若茂茉苒苗英茁苜苔苑苞苓苟苯茆虐虹虻虺衍衫要觔計訂訃貞負赴赳趴軍軌述迦迢迪迥\\\"],\\n[\\\"ada1\\\",\\\"迭迫迤迨郊郎郁郃酋酊重閂限陋陌降面革韋韭音頁風飛食首香乘亳倌倍倣俯倦倥俸倩倖倆值借倚倒們俺倀倔倨俱倡個候倘俳修倭倪俾倫倉兼冤冥冢凍凌准凋剖剜剔剛剝匪卿原厝叟哨唐唁唷哼哥哲唆哺唔哩哭員唉哮哪\\\"],\\n[\\\"ae40\\\",\\\"哦唧唇哽唏圃圄埂埔埋埃堉夏套奘奚娑娘娜娟娛娓姬娠娣娩娥娌娉孫屘宰害家宴宮宵容宸射屑展屐峭峽峻峪峨峰島崁峴差席師庫庭座弱徒徑徐恙\\\"],\\n[\\\"aea1\\\",\\\"恣恥恐恕恭恩息悄悟悚悍悔悌悅悖扇拳挈拿捎挾振捕捂捆捏捉挺捐挽挪挫挨捍捌效敉料旁旅時晉晏晃晒晌晅晁書朔朕朗校核案框桓根桂桔栩梳栗桌桑栽柴桐桀格桃株桅栓栘桁殊殉殷氣氧氨氦氤泰浪涕消涇浦浸海浙涓\\\"],\\n[\\\"af40\\\",\\\"浬涉浮浚浴浩涌涊浹涅浥涔烊烘烤烙烈烏爹特狼狹狽狸狷玆班琉珮珠珪珞畔畝畜畚留疾病症疲疳疽疼疹痂疸皋皰益盍盎眩真眠眨矩砰砧砸砝破砷\\\"],\\n[\\\"afa1\\\",\\\"砥砭砠砟砲祕祐祠祟祖神祝祗祚秤秣秧租秦秩秘窄窈站笆笑粉紡紗紋紊素索純紐紕級紜納紙紛缺罟羔翅翁耆耘耕耙耗耽耿胱脂胰脅胭胴脆胸胳脈能脊胼胯臭臬舀舐航舫舨般芻茫荒荔荊茸荐草茵茴荏茲茹茶茗荀茱茨荃\\\"],\\n[\\\"b040\\\",\\\"虔蚊蚪蚓蚤蚩蚌蚣蚜衰衷袁袂衽衹記訐討訌訕訊託訓訖訏訑豈豺豹財貢起躬軒軔軏辱送逆迷退迺迴逃追逅迸邕郡郝郢酒配酌釘針釗釜釙閃院陣陡\\\"],\\n[\\\"b0a1\\\",\\\"陛陝除陘陞隻飢馬骨高鬥鬲鬼乾偺偽停假偃偌做偉健偶偎偕偵側偷偏倏偯偭兜冕凰剪副勒務勘動匐匏匙匿區匾參曼商啪啦啄啞啡啃啊唱啖問啕唯啤唸售啜唬啣唳啁啗圈國圉域堅堊堆埠埤基堂堵執培夠奢娶婁婉婦婪婀\\\"],\\n[\\\"b140\\\",\\\"娼婢婚婆婊孰寇寅寄寂宿密尉專將屠屜屝崇崆崎崛崖崢崑崩崔崙崤崧崗巢常帶帳帷康庸庶庵庾張強彗彬彩彫得徙從徘御徠徜恿患悉悠您惋悴惦悽\\\"],\\n[\\\"b1a1\\\",\\\"情悻悵惜悼惘惕惆惟悸惚惇戚戛扈掠控捲掖探接捷捧掘措捱掩掉掃掛捫推掄授掙採掬排掏掀捻捩捨捺敝敖救教敗啟敏敘敕敔斜斛斬族旋旌旎晝晚晤晨晦晞曹勗望梁梯梢梓梵桿桶梱梧梗械梃棄梭梆梅梔條梨梟梡梂欲殺\\\"],\\n[\\\"b240\\\",\\\"毫毬氫涎涼淳淙液淡淌淤添淺清淇淋涯淑涮淞淹涸混淵淅淒渚涵淚淫淘淪深淮淨淆淄涪淬涿淦烹焉焊烽烯爽牽犁猜猛猖猓猙率琅琊球理現琍瓠瓶\\\"],\\n[\\\"b2a1\\\",\\\"瓷甜產略畦畢異疏痔痕疵痊痍皎盔盒盛眷眾眼眶眸眺硫硃硎祥票祭移窒窕笠笨笛第符笙笞笮粒粗粕絆絃統紮紹紼絀細紳組累終紲紱缽羞羚翌翎習耜聊聆脯脖脣脫脩脰脤舂舵舷舶船莎莞莘荸莢莖莽莫莒莊莓莉莠荷荻荼\\\"],\\n[\\\"b340\\\",\\\"莆莧處彪蛇蛀蚶蛄蚵蛆蛋蚱蚯蛉術袞袈被袒袖袍袋覓規訪訝訣訥許設訟訛訢豉豚販責貫貨貪貧赧赦趾趺軛軟這逍通逗連速逝逐逕逞造透逢逖逛途\\\"],\\n[\\\"b3a1\\\",\\\"部郭都酗野釵釦釣釧釭釩閉陪陵陳陸陰陴陶陷陬雀雪雩章竟頂頃魚鳥鹵鹿麥麻傢傍傅備傑傀傖傘傚最凱割剴創剩勞勝勛博厥啻喀喧啼喊喝喘喂喜喪喔喇喋喃喳單喟唾喲喚喻喬喱啾喉喫喙圍堯堪場堤堰報堡堝堠壹壺奠\\\"],\\n[\\\"b440\\\",\\\"婷媚婿媒媛媧孳孱寒富寓寐尊尋就嵌嵐崴嵇巽幅帽幀幃幾廊廁廂廄弼彭復循徨惑惡悲悶惠愜愣惺愕惰惻惴慨惱愎惶愉愀愒戟扉掣掌描揀揩揉揆揍\\\"],\\n[\\\"b4a1\\\",\\\"插揣提握揖揭揮捶援揪換摒揚揹敞敦敢散斑斐斯普晰晴晶景暑智晾晷曾替期朝棺棕棠棘棗椅棟棵森棧棹棒棲棣棋棍植椒椎棉棚楮棻款欺欽殘殖殼毯氮氯氬港游湔渡渲湧湊渠渥渣減湛湘渤湖湮渭渦湯渴湍渺測湃渝渾滋\\\"],\\n[\\\"b540\\\",\\\"溉渙湎湣湄湲湩湟焙焚焦焰無然煮焜牌犄犀猶猥猴猩琺琪琳琢琥琵琶琴琯琛琦琨甥甦畫番痢痛痣痙痘痞痠登發皖皓皴盜睏短硝硬硯稍稈程稅稀窘\\\"],\\n[\\\"b5a1\\\",\\\"窗窖童竣等策筆筐筒答筍筋筏筑粟粥絞結絨絕紫絮絲絡給絢絰絳善翔翕耋聒肅腕腔腋腑腎脹腆脾腌腓腴舒舜菩萃菸萍菠菅萋菁華菱菴著萊菰萌菌菽菲菊萸萎萄菜萇菔菟虛蛟蛙蛭蛔蛛蛤蛐蛞街裁裂袱覃視註詠評詞証詁\\\"],\\n[\\\"b640\\\",\\\"詔詛詐詆訴診訶詖象貂貯貼貳貽賁費賀貴買貶貿貸越超趁跎距跋跚跑跌跛跆軻軸軼辜逮逵週逸進逶鄂郵鄉郾酣酥量鈔鈕鈣鈉鈞鈍鈐鈇鈑閔閏開閑\\\"],\\n[\\\"b6a1\\\",\\\"間閒閎隊階隋陽隅隆隍陲隄雁雅雄集雇雯雲韌項順須飧飪飯飩飲飭馮馭黃黍黑亂傭債傲傳僅傾催傷傻傯僇剿剷剽募勦勤勢勣匯嗟嗨嗓嗦嗎嗜嗇嗑嗣嗤嗯嗚嗡嗅嗆嗥嗉園圓塞塑塘塗塚塔填塌塭塊塢塒塋奧嫁嫉嫌媾媽媼\\\"],\\n[\\\"b740\\\",\\\"媳嫂媲嵩嵯幌幹廉廈弒彙徬微愚意慈感想愛惹愁愈慎慌慄慍愾愴愧愍愆愷戡戢搓搾搞搪搭搽搬搏搜搔損搶搖搗搆敬斟新暗暉暇暈暖暄暘暍會榔業\\\"],\\n[\\\"b7a1\\\",\\\"楚楷楠楔極椰概楊楨楫楞楓楹榆楝楣楛歇歲毀殿毓毽溢溯滓溶滂源溝滇滅溥溘溼溺溫滑準溜滄滔溪溧溴煎煙煩煤煉照煜煬煦煌煥煞煆煨煖爺牒猷獅猿猾瑯瑚瑕瑟瑞瑁琿瑙瑛瑜當畸瘀痰瘁痲痱痺痿痴痳盞盟睛睫睦睞督\\\"],\\n[\\\"b840\\\",\\\"睹睪睬睜睥睨睢矮碎碰碗碘碌碉硼碑碓硿祺祿禁萬禽稜稚稠稔稟稞窟窠筷節筠筮筧粱粳粵經絹綑綁綏絛置罩罪署義羨群聖聘肆肄腱腰腸腥腮腳腫\\\"],\\n[\\\"b8a1\\\",\\\"腹腺腦舅艇蒂葷落萱葵葦葫葉葬葛萼萵葡董葩葭葆虞虜號蛹蜓蜈蜇蜀蛾蛻蜂蜃蜆蜊衙裟裔裙補裘裝裡裊裕裒覜解詫該詳試詩詰誇詼詣誠話誅詭詢詮詬詹詻訾詨豢貊貉賊資賈賄貲賃賂賅跡跟跨路跳跺跪跤跦躲較載軾輊\\\"],\\n[\\\"b940\\\",\\\"辟農運遊道遂達逼違遐遇遏過遍遑逾遁鄒鄗酬酪酩釉鈷鉗鈸鈽鉀鈾鉛鉋鉤鉑鈴鉉鉍鉅鈹鈿鉚閘隘隔隕雍雋雉雊雷電雹零靖靴靶預頑頓頊頒頌飼飴\\\"],\\n[\\\"b9a1\\\",\\\"飽飾馳馱馴髡鳩麂鼎鼓鼠僧僮僥僖僭僚僕像僑僱僎僩兢凳劃劂匱厭嗾嘀嘛嘗嗽嘔嘆嘉嘍嘎嗷嘖嘟嘈嘐嗶團圖塵塾境墓墊塹墅塽壽夥夢夤奪奩嫡嫦嫩嫗嫖嫘嫣孵寞寧寡寥實寨寢寤察對屢嶄嶇幛幣幕幗幔廓廖弊彆彰徹慇\\\"],\\n[\\\"ba40\\\",\\\"愿態慷慢慣慟慚慘慵截撇摘摔撤摸摟摺摑摧搴摭摻敲斡旗旖暢暨暝榜榨榕槁榮槓構榛榷榻榫榴槐槍榭槌榦槃榣歉歌氳漳演滾漓滴漩漾漠漬漏漂漢\\\"],\\n[\\\"baa1\\\",\\\"滿滯漆漱漸漲漣漕漫漯澈漪滬漁滲滌滷熔熙煽熊熄熒爾犒犖獄獐瑤瑣瑪瑰瑭甄疑瘧瘍瘋瘉瘓盡監瞄睽睿睡磁碟碧碳碩碣禎福禍種稱窪窩竭端管箕箋筵算箝箔箏箸箇箄粹粽精綻綰綜綽綾綠緊綴網綱綺綢綿綵綸維緒緇綬\\\"],\\n[\\\"bb40\\\",\\\"罰翠翡翟聞聚肇腐膀膏膈膊腿膂臧臺與舔舞艋蓉蒿蓆蓄蒙蒞蒲蒜蓋蒸蓀蓓蒐蒼蓑蓊蜿蜜蜻蜢蜥蜴蜘蝕蜷蜩裳褂裴裹裸製裨褚裯誦誌語誣認誡誓誤\\\"],\\n[\\\"bba1\\\",\\\"說誥誨誘誑誚誧豪貍貌賓賑賒赫趙趕跼輔輒輕輓辣遠遘遜遣遙遞遢遝遛鄙鄘鄞酵酸酷酴鉸銀銅銘銖鉻銓銜銨鉼銑閡閨閩閣閥閤隙障際雌雒需靼鞅韶頗領颯颱餃餅餌餉駁骯骰髦魁魂鳴鳶鳳麼鼻齊億儀僻僵價儂儈儉儅凜\\\"],\\n[\\\"bc40\\\",\\\"劇劈劉劍劊勰厲嘮嘻嘹嘲嘿嘴嘩噓噎噗噴嘶嘯嘰墀墟增墳墜墮墩墦奭嬉嫻嬋嫵嬌嬈寮寬審寫層履嶝嶔幢幟幡廢廚廟廝廣廠彈影德徵慶慧慮慝慕憂\\\"],\\n[\\\"bca1\\\",\\\"慼慰慫慾憧憐憫憎憬憚憤憔憮戮摩摯摹撞撲撈撐撰撥撓撕撩撒撮播撫撚撬撙撢撳敵敷數暮暫暴暱樣樟槨樁樞標槽模樓樊槳樂樅槭樑歐歎殤毅毆漿潼澄潑潦潔澆潭潛潸潮澎潺潰潤澗潘滕潯潠潟熟熬熱熨牖犛獎獗瑩璋璃\\\"],\\n[\\\"bd40\\\",\\\"瑾璀畿瘠瘩瘟瘤瘦瘡瘢皚皺盤瞎瞇瞌瞑瞋磋磅確磊碾磕碼磐稿稼穀稽稷稻窯窮箭箱範箴篆篇篁箠篌糊締練緯緻緘緬緝編緣線緞緩綞緙緲緹罵罷羯\\\"],\\n[\\\"bda1\\\",\\\"翩耦膛膜膝膠膚膘蔗蔽蔚蓮蔬蔭蔓蔑蔣蔡蔔蓬蔥蓿蔆螂蝴蝶蝠蝦蝸蝨蝙蝗蝌蝓衛衝褐複褒褓褕褊誼諒談諄誕請諸課諉諂調誰論諍誶誹諛豌豎豬賠賞賦賤賬賭賢賣賜質賡赭趟趣踫踐踝踢踏踩踟踡踞躺輝輛輟輩輦輪輜輞\\\"],\\n[\\\"be40\\\",\\\"輥適遮遨遭遷鄰鄭鄧鄱醇醉醋醃鋅銻銷鋪銬鋤鋁銳銼鋒鋇鋰銲閭閱霄霆震霉靠鞍鞋鞏頡頫頜颳養餓餒餘駝駐駟駛駑駕駒駙骷髮髯鬧魅魄魷魯鴆鴉\\\"],\\n[\\\"bea1\\\",\\\"鴃麩麾黎墨齒儒儘儔儐儕冀冪凝劑劓勳噙噫噹噩噤噸噪器噥噱噯噬噢噶壁墾壇壅奮嬝嬴學寰導彊憲憑憩憊懍憶憾懊懈戰擅擁擋撻撼據擄擇擂操撿擒擔撾整曆曉暹曄曇暸樽樸樺橙橫橘樹橄橢橡橋橇樵機橈歙歷氅濂澱澡\\\"],\\n[\\\"bf40\\\",\\\"濃澤濁澧澳激澹澶澦澠澴熾燉燐燒燈燕熹燎燙燜燃燄獨璜璣璘璟璞瓢甌甍瘴瘸瘺盧盥瞠瞞瞟瞥磨磚磬磧禦積穎穆穌穋窺篙簑築篤篛篡篩篦糕糖縊\\\"],\\n[\\\"bfa1\\\",\\\"縑縈縛縣縞縝縉縐罹羲翰翱翮耨膳膩膨臻興艘艙蕊蕙蕈蕨蕩蕃蕉蕭蕪蕞螃螟螞螢融衡褪褲褥褫褡親覦諦諺諫諱謀諜諧諮諾謁謂諷諭諳諶諼豫豭貓賴蹄踱踴蹂踹踵輻輯輸輳辨辦遵遴選遲遼遺鄴醒錠錶鋸錳錯錢鋼錫錄錚\\\"],\\n[\\\"c040\\\",\\\"錐錦錡錕錮錙閻隧隨險雕霎霑霖霍霓霏靛靜靦鞘頰頸頻頷頭頹頤餐館餞餛餡餚駭駢駱骸骼髻髭鬨鮑鴕鴣鴦鴨鴒鴛默黔龍龜優償儡儲勵嚎嚀嚐嚅嚇\\\"],\\n[\\\"c0a1\\\",\\\"嚏壕壓壑壎嬰嬪嬤孺尷屨嶼嶺嶽嶸幫彌徽應懂懇懦懋戲戴擎擊擘擠擰擦擬擱擢擭斂斃曙曖檀檔檄檢檜櫛檣橾檗檐檠歜殮毚氈濘濱濟濠濛濤濫濯澀濬濡濩濕濮濰燧營燮燦燥燭燬燴燠爵牆獰獲璩環璦璨癆療癌盪瞳瞪瞰瞬\\\"],\\n[\\\"c140\\\",\\\"瞧瞭矯磷磺磴磯礁禧禪穗窿簇簍篾篷簌篠糠糜糞糢糟糙糝縮績繆縷縲繃縫總縱繅繁縴縹繈縵縿縯罄翳翼聱聲聰聯聳臆臃膺臂臀膿膽臉膾臨舉艱薪\\\"],\\n[\\\"c1a1\\\",\\\"薄蕾薜薑薔薯薛薇薨薊虧蟀蟑螳蟒蟆螫螻螺蟈蟋褻褶襄褸褽覬謎謗謙講謊謠謝謄謐豁谿豳賺賽購賸賻趨蹉蹋蹈蹊轄輾轂轅輿避遽還邁邂邀鄹醣醞醜鍍鎂錨鍵鍊鍥鍋錘鍾鍬鍛鍰鍚鍔闊闋闌闈闆隱隸雖霜霞鞠韓顆颶餵騁\\\"],\\n[\\\"c240\\\",\\\"駿鮮鮫鮪鮭鴻鴿麋黏點黜黝黛鼾齋叢嚕嚮壙壘嬸彝懣戳擴擲擾攆擺擻擷斷曜朦檳檬櫃檻檸櫂檮檯歟歸殯瀉瀋濾瀆濺瀑瀏燻燼燾燸獷獵璧璿甕癖癘\\\"],\\n[\\\"c2a1\\\",\\\"癒瞽瞿瞻瞼礎禮穡穢穠竄竅簫簧簪簞簣簡糧織繕繞繚繡繒繙罈翹翻職聶臍臏舊藏薩藍藐藉薰薺薹薦蟯蟬蟲蟠覆覲觴謨謹謬謫豐贅蹙蹣蹦蹤蹟蹕軀轉轍邇邃邈醫醬釐鎔鎊鎖鎢鎳鎮鎬鎰鎘鎚鎗闔闖闐闕離雜雙雛雞霤鞣鞦\\\"],\\n[\\\"c340\\\",\\\"鞭韹額顏題顎顓颺餾餿餽餮馥騎髁鬃鬆魏魎魍鯊鯉鯽鯈鯀鵑鵝鵠黠鼕鼬儳嚥壞壟壢寵龐廬懲懷懶懵攀攏曠曝櫥櫝櫚櫓瀛瀟瀨瀚瀝瀕瀘爆爍牘犢獸\\\"],\\n[\\\"c3a1\\\",\\\"獺璽瓊瓣疇疆癟癡矇礙禱穫穩簾簿簸簽簷籀繫繭繹繩繪羅繳羶羹羸臘藩藝藪藕藤藥藷蟻蠅蠍蟹蟾襠襟襖襞譁譜識證譚譎譏譆譙贈贊蹼蹲躇蹶蹬蹺蹴轔轎辭邊邋醱醮鏡鏑鏟鏃鏈鏜鏝鏖鏢鏍鏘鏤鏗鏨關隴難霪霧靡韜韻類\\\"],\\n[\\\"c440\\\",\\\"願顛颼饅饉騖騙鬍鯨鯧鯖鯛鶉鵡鵲鵪鵬麒麗麓麴勸嚨嚷嚶嚴嚼壤孀孃孽寶巉懸懺攘攔攙曦朧櫬瀾瀰瀲爐獻瓏癢癥礦礪礬礫竇競籌籃籍糯糰辮繽繼\\\"],\\n[\\\"c4a1\\\",\\\"纂罌耀臚艦藻藹蘑藺蘆蘋蘇蘊蠔蠕襤覺觸議譬警譯譟譫贏贍躉躁躅躂醴釋鐘鐃鏽闡霰飄饒饑馨騫騰騷騵鰓鰍鹹麵黨鼯齟齣齡儷儸囁囀囂夔屬巍懼懾攝攜斕曩櫻欄櫺殲灌爛犧瓖瓔癩矓籐纏續羼蘗蘭蘚蠣蠢蠡蠟襪襬覽譴\\\"],\\n[\\\"c540\\\",\\\"護譽贓躊躍躋轟辯醺鐮鐳鐵鐺鐸鐲鐫闢霸霹露響顧顥饗驅驃驀騾髏魔魑鰭鰥鶯鶴鷂鶸麝黯鼙齜齦齧儼儻囈囊囉孿巔巒彎懿攤權歡灑灘玀瓤疊癮癬\\\"],\\n[\\\"c5a1\\\",\\\"禳籠籟聾聽臟襲襯觼讀贖贗躑躓轡酈鑄鑑鑒霽霾韃韁顫饕驕驍髒鬚鱉鰱鰾鰻鷓鷗鼴齬齪龔囌巖戀攣攫攪曬欐瓚竊籤籣籥纓纖纔臢蘸蘿蠱變邐邏鑣鑠鑤靨顯饜驚驛驗髓體髑鱔鱗鱖鷥麟黴囑壩攬灞癱癲矗罐羈蠶蠹衢讓讒\\\"],\\n[\\\"c640\\\",\\\"讖艷贛釀鑪靂靈靄韆顰驟鬢魘鱟鷹鷺鹼鹽鼇齷齲廳欖灣籬籮蠻觀躡釁鑲鑰顱饞髖鬣黌灤矚讚鑷韉驢驥纜讜躪釅鑽鑾鑼鱷鱸黷豔鑿鸚爨驪鬱鸛鸞籲\\\"],\\n[\\\"c940\\\",\\\"乂乜凵匚厂万丌乇亍囗兀屮彳丏冇与丮亓仂仉仈冘勼卬厹圠夃夬尐巿旡殳毌气爿丱丼仨仜仩仡仝仚刌匜卌圢圣夗夯宁宄尒尻屴屳帄庀庂忉戉扐氕\\\"],\\n[\\\"c9a1\\\",\\\"氶汃氿氻犮犰玊禸肊阞伎优伬仵伔仱伀价伈伝伂伅伢伓伄仴伒冱刓刉刐劦匢匟卍厊吇囡囟圮圪圴夼妀奼妅奻奾奷奿孖尕尥屼屺屻屾巟幵庄异弚彴忕忔忏扜扞扤扡扦扢扙扠扚扥旯旮朾朹朸朻机朿朼朳氘汆汒汜汏汊汔汋\\\"],\\n[\\\"ca40\\\",\\\"汌灱牞犴犵玎甪癿穵网艸艼芀艽艿虍襾邙邗邘邛邔阢阤阠阣佖伻佢佉体佤伾佧佒佟佁佘伭伳伿佡冏冹刜刞刡劭劮匉卣卲厎厏吰吷吪呔呅吙吜吥吘\\\"],\\n[\\\"caa1\\\",\\\"吽呏呁吨吤呇囮囧囥坁坅坌坉坋坒夆奀妦妘妠妗妎妢妐妏妧妡宎宒尨尪岍岏岈岋岉岒岊岆岓岕巠帊帎庋庉庌庈庍弅弝彸彶忒忑忐忭忨忮忳忡忤忣忺忯忷忻怀忴戺抃抌抎抏抔抇扱扻扺扰抁抈扷扽扲扴攷旰旴旳旲旵杅杇\\\"],\\n[\\\"cb40\\\",\\\"杙杕杌杈杝杍杚杋毐氙氚汸汧汫沄沋沏汱汯汩沚汭沇沕沜汦汳汥汻沎灴灺牣犿犽狃狆狁犺狅玕玗玓玔玒町甹疔疕皁礽耴肕肙肐肒肜芐芏芅芎芑芓\\\"],\\n[\\\"cba1\\\",\\\"芊芃芄豸迉辿邟邡邥邞邧邠阰阨阯阭丳侘佼侅佽侀侇佶佴侉侄佷佌侗佪侚佹侁佸侐侜侔侞侒侂侕佫佮冞冼冾刵刲刳剆刱劼匊匋匼厒厔咇呿咁咑咂咈呫呺呾呥呬呴呦咍呯呡呠咘呣呧呤囷囹坯坲坭坫坱坰坶垀坵坻坳坴坢\\\"],\\n[\\\"cc40\\\",\\\"坨坽夌奅妵妺姏姎妲姌姁妶妼姃姖妱妽姀姈妴姇孢孥宓宕屄屇岮岤岠岵岯岨岬岟岣岭岢岪岧岝岥岶岰岦帗帔帙弨弢弣弤彔徂彾彽忞忥怭怦怙怲怋\\\"],\\n[\\\"cca1\\\",\\\"怴怊怗怳怚怞怬怢怍怐怮怓怑怌怉怜戔戽抭抴拑抾抪抶拊抮抳抯抻抩抰抸攽斨斻昉旼昄昒昈旻昃昋昍昅旽昑昐曶朊枅杬枎枒杶杻枘枆构杴枍枌杺枟枑枙枃杽极杸杹枔欥殀歾毞氝沓泬泫泮泙沶泔沭泧沷泐泂沺泃泆泭泲\\\"],\\n[\\\"cd40\\\",\\\"泒泝沴沊沝沀泞泀洰泍泇沰泹泏泩泑炔炘炅炓炆炄炑炖炂炚炃牪狖狋狘狉狜狒狔狚狌狑玤玡玭玦玢玠玬玝瓝瓨甿畀甾疌疘皯盳盱盰盵矸矼矹矻矺\\\"],\\n[\\\"cda1\\\",\\\"矷祂礿秅穸穻竻籵糽耵肏肮肣肸肵肭舠芠苀芫芚芘芛芵芧芮芼芞芺芴芨芡芩苂芤苃芶芢虰虯虭虮豖迒迋迓迍迖迕迗邲邴邯邳邰阹阽阼阺陃俍俅俓侲俉俋俁俔俜俙侻侳俛俇俖侺俀侹俬剄剉勀勂匽卼厗厖厙厘咺咡咭咥哏\\\"],\\n[\\\"ce40\\\",\\\"哃茍咷咮哖咶哅哆咠呰咼咢咾呲哞咰垵垞垟垤垌垗垝垛垔垘垏垙垥垚垕壴复奓姡姞姮娀姱姝姺姽姼姶姤姲姷姛姩姳姵姠姾姴姭宨屌峐峘峌峗峋峛\\\"],\\n[\\\"cea1\\\",\\\"峞峚峉峇峊峖峓峔峏峈峆峎峟峸巹帡帢帣帠帤庰庤庢庛庣庥弇弮彖徆怷怹恔恲恞恅恓恇恉恛恌恀恂恟怤恄恘恦恮扂扃拏挍挋拵挎挃拫拹挏挌拸拶挀挓挔拺挕拻拰敁敃斪斿昶昡昲昵昜昦昢昳昫昺昝昴昹昮朏朐柁柲柈枺\\\"],\\n[\\\"cf40\\\",\\\"柜枻柸柘柀枷柅柫柤柟枵柍枳柷柶柮柣柂枹柎柧柰枲柼柆柭柌枮柦柛柺柉柊柃柪柋欨殂殄殶毖毘毠氠氡洨洴洭洟洼洿洒洊泚洳洄洙洺洚洑洀洝浂\\\"],\\n[\\\"cfa1\\\",\\\"洁洘洷洃洏浀洇洠洬洈洢洉洐炷炟炾炱炰炡炴炵炩牁牉牊牬牰牳牮狊狤狨狫狟狪狦狣玅珌珂珈珅玹玶玵玴珫玿珇玾珃珆玸珋瓬瓮甮畇畈疧疪癹盄眈眃眄眅眊盷盻盺矧矨砆砑砒砅砐砏砎砉砃砓祊祌祋祅祄秕种秏秖秎窀\\\"],\\n[\\\"d040\\\",\\\"穾竑笀笁籺籸籹籿粀粁紃紈紁罘羑羍羾耇耎耏耔耷胘胇胠胑胈胂胐胅胣胙胜胊胕胉胏胗胦胍臿舡芔苙苾苹茇苨茀苕茺苫苖苴苬苡苲苵茌苻苶苰苪\\\"],\\n[\\\"d0a1\\\",\\\"苤苠苺苳苭虷虴虼虳衁衎衧衪衩觓訄訇赲迣迡迮迠郱邽邿郕郅邾郇郋郈釔釓陔陏陑陓陊陎倞倅倇倓倢倰倛俵俴倳倷倬俶俷倗倜倠倧倵倯倱倎党冔冓凊凄凅凈凎剡剚剒剞剟剕剢勍匎厞唦哢唗唒哧哳哤唚哿唄唈哫唑唅哱\\\"],\\n[\\\"d140\\\",\\\"唊哻哷哸哠唎唃唋圁圂埌堲埕埒垺埆垽垼垸垶垿埇埐垹埁夎奊娙娖娭娮娕娏娗娊娞娳孬宧宭宬尃屖屔峬峿峮峱峷崀峹帩帨庨庮庪庬弳弰彧恝恚恧\\\"],\\n[\\\"d1a1\\\",\\\"恁悢悈悀悒悁悝悃悕悛悗悇悜悎戙扆拲挐捖挬捄捅挶捃揤挹捋捊挼挩捁挴捘捔捙挭捇挳捚捑挸捗捀捈敊敆旆旃旄旂晊晟晇晑朒朓栟栚桉栲栳栻桋桏栖栱栜栵栫栭栯桎桄栴栝栒栔栦栨栮桍栺栥栠欬欯欭欱欴歭肂殈毦毤\\\"],\\n[\\\"d240\\\",\\\"毨毣毢毧氥浺浣浤浶洍浡涒浘浢浭浯涑涍淯浿涆浞浧浠涗浰浼浟涂涘洯浨涋浾涀涄洖涃浻浽浵涐烜烓烑烝烋缹烢烗烒烞烠烔烍烅烆烇烚烎烡牂牸\\\"],\\n[\\\"d2a1\\\",\\\"牷牶猀狺狴狾狶狳狻猁珓珙珥珖玼珧珣珩珜珒珛珔珝珚珗珘珨瓞瓟瓴瓵甡畛畟疰痁疻痄痀疿疶疺皊盉眝眛眐眓眒眣眑眕眙眚眢眧砣砬砢砵砯砨砮砫砡砩砳砪砱祔祛祏祜祓祒祑秫秬秠秮秭秪秜秞秝窆窉窅窋窌窊窇竘笐\\\"],\\n[\\\"d340\\\",\\\"笄笓笅笏笈笊笎笉笒粄粑粊粌粈粍粅紞紝紑紎紘紖紓紟紒紏紌罜罡罞罠罝罛羖羒翃翂翀耖耾耹胺胲胹胵脁胻脀舁舯舥茳茭荄茙荑茥荖茿荁茦茜茢\\\"],\\n[\\\"d3a1\\\",\\\"荂荎茛茪茈茼荍茖茤茠茷茯茩荇荅荌荓茞茬荋茧荈虓虒蚢蚨蚖蚍蚑蚞蚇蚗蚆蚋蚚蚅蚥蚙蚡蚧蚕蚘蚎蚝蚐蚔衃衄衭衵衶衲袀衱衿衯袃衾衴衼訒豇豗豻貤貣赶赸趵趷趶軑軓迾迵适迿迻逄迼迶郖郠郙郚郣郟郥郘郛郗郜郤酐\\\"],\\n[\\\"d440\\\",\\\"酎酏釕釢釚陜陟隼飣髟鬯乿偰偪偡偞偠偓偋偝偲偈偍偁偛偊偢倕偅偟偩偫偣偤偆偀偮偳偗偑凐剫剭剬剮勖勓匭厜啵啶唼啍啐唴唪啑啢唶唵唰啒啅\\\"],\\n[\\\"d4a1\\\",\\\"唌唲啥啎唹啈唭唻啀啋圊圇埻堔埢埶埜埴堀埭埽堈埸堋埳埏堇埮埣埲埥埬埡堎埼堐埧堁堌埱埩埰堍堄奜婠婘婕婧婞娸娵婭婐婟婥婬婓婤婗婃婝婒婄婛婈媎娾婍娹婌婰婩婇婑婖婂婜孲孮寁寀屙崞崋崝崚崠崌崨崍崦崥崏\\\"],\\n[\\\"d540\\\",\\\"崰崒崣崟崮帾帴庱庴庹庲庳弶弸徛徖徟悊悐悆悾悰悺惓惔惏惤惙惝惈悱惛悷惊悿惃惍惀挲捥掊掂捽掽掞掭掝掗掫掎捯掇掐据掯捵掜捭掮捼掤挻掟\\\"],\\n[\\\"d5a1\\\",\\\"捸掅掁掑掍捰敓旍晥晡晛晙晜晢朘桹梇梐梜桭桮梮梫楖桯梣梬梩桵桴梲梏桷梒桼桫桲梪梀桱桾梛梖梋梠梉梤桸桻梑梌梊桽欶欳欷欸殑殏殍殎殌氪淀涫涴涳湴涬淩淢涷淶淔渀淈淠淟淖涾淥淜淝淛淴淊涽淭淰涺淕淂淏淉\\\"],\\n[\\\"d640\\\",\\\"淐淲淓淽淗淍淣涻烺焍烷焗烴焌烰焄烳焐烼烿焆焓焀烸烶焋焂焎牾牻牼牿猝猗猇猑猘猊猈狿猏猞玈珶珸珵琄琁珽琇琀珺珼珿琌琋珴琈畤畣痎痒痏\\\"],\\n[\\\"d6a1\\\",\\\"痋痌痑痐皏皉盓眹眯眭眱眲眴眳眽眥眻眵硈硒硉硍硊硌砦硅硐祤祧祩祪祣祫祡离秺秸秶秷窏窔窐笵筇笴笥笰笢笤笳笘笪笝笱笫笭笯笲笸笚笣粔粘粖粣紵紽紸紶紺絅紬紩絁絇紾紿絊紻紨罣羕羜羝羛翊翋翍翐翑翇翏翉耟\\\"],\\n[\\\"d740\\\",\\\"耞耛聇聃聈脘脥脙脛脭脟脬脞脡脕脧脝脢舑舸舳舺舴舲艴莐莣莨莍荺荳莤荴莏莁莕莙荵莔莩荽莃莌莝莛莪莋荾莥莯莈莗莰荿莦莇莮荶莚虙虖蚿蚷\\\"],\\n[\\\"d7a1\\\",\\\"蛂蛁蛅蚺蚰蛈蚹蚳蚸蛌蚴蚻蚼蛃蚽蚾衒袉袕袨袢袪袚袑袡袟袘袧袙袛袗袤袬袌袓袎覂觖觙觕訰訧訬訞谹谻豜豝豽貥赽赻赹趼跂趹趿跁軘軞軝軜軗軠軡逤逋逑逜逌逡郯郪郰郴郲郳郔郫郬郩酖酘酚酓酕釬釴釱釳釸釤釹釪\\\"],\\n[\\\"d840\\\",\\\"釫釷釨釮镺閆閈陼陭陫陱陯隿靪頄飥馗傛傕傔傞傋傣傃傌傎傝偨傜傒傂傇兟凔匒匑厤厧喑喨喥喭啷噅喢喓喈喏喵喁喣喒喤啽喌喦啿喕喡喎圌堩堷\\\"],\\n[\\\"d8a1\\\",\\\"堙堞堧堣堨埵塈堥堜堛堳堿堶堮堹堸堭堬堻奡媯媔媟婺媢媞婸媦婼媥媬媕媮娷媄媊媗媃媋媩婻婽媌媜媏媓媝寪寍寋寔寑寊寎尌尰崷嵃嵫嵁嵋崿崵嵑嵎嵕崳崺嵒崽崱嵙嵂崹嵉崸崼崲崶嵀嵅幄幁彘徦徥徫惉悹惌惢惎惄愔\\\"],\\n[\\\"d940\\\",\\\"惲愊愖愅惵愓惸惼惾惁愃愘愝愐惿愄愋扊掔掱掰揎揥揨揯揃撝揳揊揠揶揕揲揵摡揟掾揝揜揄揘揓揂揇揌揋揈揰揗揙攲敧敪敤敜敨敥斌斝斞斮旐旒\\\"],\\n[\\\"d9a1\\\",\\\"晼晬晻暀晱晹晪晲朁椌棓椄棜椪棬棪棱椏棖棷棫棤棶椓椐棳棡椇棌椈楰梴椑棯棆椔棸棐棽棼棨椋椊椗棎棈棝棞棦棴棑椆棔棩椕椥棇欹欻欿欼殔殗殙殕殽毰毲毳氰淼湆湇渟湉溈渼渽湅湢渫渿湁湝湳渜渳湋湀湑渻渃渮湞\\\"],\\n[\\\"da40\\\",\\\"湨湜湡渱渨湠湱湫渹渢渰湓湥渧湸湤湷湕湹湒湦渵渶湚焠焞焯烻焮焱焣焥焢焲焟焨焺焛牋牚犈犉犆犅犋猒猋猰猢猱猳猧猲猭猦猣猵猌琮琬琰琫琖\\\"],\\n[\\\"daa1\\\",\\\"琚琡琭琱琤琣琝琩琠琲瓻甯畯畬痧痚痡痦痝痟痤痗皕皒盚睆睇睄睍睅睊睎睋睌矞矬硠硤硥硜硭硱硪确硰硩硨硞硢祴祳祲祰稂稊稃稌稄窙竦竤筊笻筄筈筌筎筀筘筅粢粞粨粡絘絯絣絓絖絧絪絏絭絜絫絒絔絩絑絟絎缾缿罥\\\"],\\n[\\\"db40\\\",\\\"罦羢羠羡翗聑聏聐胾胔腃腊腒腏腇脽腍脺臦臮臷臸臹舄舼舽舿艵茻菏菹萣菀菨萒菧菤菼菶萐菆菈菫菣莿萁菝菥菘菿菡菋菎菖菵菉萉萏菞萑萆菂菳\\\"],\\n[\\\"dba1\\\",\\\"菕菺菇菑菪萓菃菬菮菄菻菗菢萛菛菾蛘蛢蛦蛓蛣蛚蛪蛝蛫蛜蛬蛩蛗蛨蛑衈衖衕袺裗袹袸裀袾袶袼袷袽袲褁裉覕覘覗觝觚觛詎詍訹詙詀詗詘詄詅詒詈詑詊詌詏豟貁貀貺貾貰貹貵趄趀趉跘跓跍跇跖跜跏跕跙跈跗跅軯軷軺\\\"],\\n[\\\"dc40\\\",\\\"軹軦軮軥軵軧軨軶軫軱軬軴軩逭逴逯鄆鄬鄄郿郼鄈郹郻鄁鄀鄇鄅鄃酡酤酟酢酠鈁鈊鈥鈃鈚鈦鈏鈌鈀鈒釿釽鈆鈄鈧鈂鈜鈤鈙鈗鈅鈖镻閍閌閐隇陾隈\\\"],\\n[\\\"dca1\\\",\\\"隉隃隀雂雈雃雱雰靬靰靮頇颩飫鳦黹亃亄亶傽傿僆傮僄僊傴僈僂傰僁傺傱僋僉傶傸凗剺剸剻剼嗃嗛嗌嗐嗋嗊嗝嗀嗔嗄嗩喿嗒喍嗏嗕嗢嗖嗈嗲嗍嗙嗂圔塓塨塤塏塍塉塯塕塎塝塙塥塛堽塣塱壼嫇嫄嫋媺媸媱媵媰媿嫈媻嫆\\\"],\\n[\\\"dd40\\\",\\\"媷嫀嫊媴媶嫍媹媐寖寘寙尟尳嵱嵣嵊嵥嵲嵬嵞嵨嵧嵢巰幏幎幊幍幋廅廌廆廋廇彀徯徭惷慉慊愫慅愶愲愮慆愯慏愩慀戠酨戣戥戤揅揱揫搐搒搉搠搤\\\"],\\n[\\\"dda1\\\",\\\"搳摃搟搕搘搹搷搢搣搌搦搰搨摁搵搯搊搚摀搥搧搋揧搛搮搡搎敯斒旓暆暌暕暐暋暊暙暔晸朠楦楟椸楎楢楱椿楅楪椹楂楗楙楺楈楉椵楬椳椽楥棰楸椴楩楀楯楄楶楘楁楴楌椻楋椷楜楏楑椲楒椯楻椼歆歅歃歂歈歁殛嗀毻毼\\\"],\\n[\\\"de40\\\",\\\"毹毷毸溛滖滈溏滀溟溓溔溠溱溹滆滒溽滁溞滉溷溰滍溦滏溲溾滃滜滘溙溒溎溍溤溡溿溳滐滊溗溮溣煇煔煒煣煠煁煝煢煲煸煪煡煂煘煃煋煰煟煐煓\\\"],\\n[\\\"dea1\\\",\\\"煄煍煚牏犍犌犑犐犎猼獂猻猺獀獊獉瑄瑊瑋瑒瑑瑗瑀瑏瑐瑎瑂瑆瑍瑔瓡瓿瓾瓽甝畹畷榃痯瘏瘃痷痾痼痹痸瘐痻痶痭痵痽皙皵盝睕睟睠睒睖睚睩睧睔睙睭矠碇碚碔碏碄碕碅碆碡碃硹碙碀碖硻祼禂祽祹稑稘稙稒稗稕稢稓\\\"],\\n[\\\"df40\\\",\\\"稛稐窣窢窞竫筦筤筭筴筩筲筥筳筱筰筡筸筶筣粲粴粯綈綆綀綍絿綅絺綎絻綃絼綌綔綄絽綒罭罫罧罨罬羦羥羧翛翜耡腤腠腷腜腩腛腢腲朡腞腶腧腯\\\"],\\n[\\\"dfa1\\\",\\\"腄腡舝艉艄艀艂艅蓱萿葖葶葹蒏蒍葥葑葀蒆葧萰葍葽葚葙葴葳葝蔇葞萷萺萴葺葃葸萲葅萩菙葋萯葂萭葟葰萹葎葌葒葯蓅蒎萻葇萶萳葨葾葄萫葠葔葮葐蜋蜄蛷蜌蛺蛖蛵蝍蛸蜎蜉蜁蛶蜍蜅裖裋裍裎裞裛裚裌裐覅覛觟觥觤\\\"],\\n[\\\"e040\\\",\\\"觡觠觢觜触詶誆詿詡訿詷誂誄詵誃誁詴詺谼豋豊豥豤豦貆貄貅賌赨赩趑趌趎趏趍趓趔趐趒跰跠跬跱跮跐跩跣跢跧跲跫跴輆軿輁輀輅輇輈輂輋遒逿\\\"],\\n[\\\"e0a1\\\",\\\"遄遉逽鄐鄍鄏鄑鄖鄔鄋鄎酮酯鉈鉒鈰鈺鉦鈳鉥鉞銃鈮鉊鉆鉭鉬鉏鉠鉧鉯鈶鉡鉰鈱鉔鉣鉐鉲鉎鉓鉌鉖鈲閟閜閞閛隒隓隑隗雎雺雽雸雵靳靷靸靲頏頍頎颬飶飹馯馲馰馵骭骫魛鳪鳭鳧麀黽僦僔僗僨僳僛僪僝僤僓僬僰僯僣僠\\\"],\\n[\\\"e140\\\",\\\"凘劀劁勩勫匰厬嘧嘕嘌嘒嗼嘏嘜嘁嘓嘂嗺嘝嘄嗿嗹墉塼墐墘墆墁塿塴墋塺墇墑墎塶墂墈塻墔墏壾奫嫜嫮嫥嫕嫪嫚嫭嫫嫳嫢嫠嫛嫬嫞嫝嫙嫨嫟孷寠\\\"],\\n[\\\"e1a1\\\",\\\"寣屣嶂嶀嵽嶆嵺嶁嵷嶊嶉嶈嵾嵼嶍嵹嵿幘幙幓廘廑廗廎廜廕廙廒廔彄彃彯徶愬愨慁慞慱慳慒慓慲慬憀慴慔慺慛慥愻慪慡慖戩戧戫搫摍摛摝摴摶摲摳摽摵摦撦摎撂摞摜摋摓摠摐摿搿摬摫摙摥摷敳斠暡暠暟朅朄朢榱榶槉\\\"],\\n[\\\"e240\\\",\\\"榠槎榖榰榬榼榑榙榎榧榍榩榾榯榿槄榽榤槔榹槊榚槏榳榓榪榡榞槙榗榐槂榵榥槆歊歍歋殞殟殠毃毄毾滎滵滱漃漥滸漷滻漮漉潎漙漚漧漘漻漒滭漊\\\"],\\n[\\\"e2a1\\\",\\\"漶潳滹滮漭潀漰漼漵滫漇漎潃漅滽滶漹漜滼漺漟漍漞漈漡熇熐熉熀熅熂熏煻熆熁熗牄牓犗犕犓獃獍獑獌瑢瑳瑱瑵瑲瑧瑮甀甂甃畽疐瘖瘈瘌瘕瘑瘊瘔皸瞁睼瞅瞂睮瞀睯睾瞃碲碪碴碭碨硾碫碞碥碠碬碢碤禘禊禋禖禕禔禓\\\"],\\n[\\\"e340\\\",\\\"禗禈禒禐稫穊稰稯稨稦窨窫窬竮箈箜箊箑箐箖箍箌箛箎箅箘劄箙箤箂粻粿粼粺綧綷緂綣綪緁緀緅綝緎緄緆緋緌綯綹綖綼綟綦綮綩綡緉罳翢翣翥翞\\\"],\\n[\\\"e3a1\\\",\\\"耤聝聜膉膆膃膇膍膌膋舕蒗蒤蒡蒟蒺蓎蓂蒬蒮蒫蒹蒴蓁蓍蒪蒚蒱蓐蒝蒧蒻蒢蒔蓇蓌蒛蒩蒯蒨蓖蒘蒶蓏蒠蓗蓔蓒蓛蒰蒑虡蜳蜣蜨蝫蝀蜮蜞蜡蜙蜛蝃蜬蝁蜾蝆蜠蜲蜪蜭蜼蜒蜺蜱蜵蝂蜦蜧蜸蜤蜚蜰蜑裷裧裱裲裺裾裮裼裶裻\\\"],\\n[\\\"e440\\\",\\\"裰裬裫覝覡覟覞觩觫觨誫誙誋誒誏誖谽豨豩賕賏賗趖踉踂跿踍跽踊踃踇踆踅跾踀踄輐輑輎輍鄣鄜鄠鄢鄟鄝鄚鄤鄡鄛酺酲酹酳銥銤鉶銛鉺銠銔銪銍\\\"],\\n[\\\"e4a1\\\",\\\"銦銚銫鉹銗鉿銣鋮銎銂銕銢鉽銈銡銊銆銌銙銧鉾銇銩銝銋鈭隞隡雿靘靽靺靾鞃鞀鞂靻鞄鞁靿韎韍頖颭颮餂餀餇馝馜駃馹馻馺駂馽駇骱髣髧鬾鬿魠魡魟鳱鳲鳵麧僿儃儰僸儆儇僶僾儋儌僽儊劋劌勱勯噈噂噌嘵噁噊噉噆噘\\\"],\\n[\\\"e540\\\",\\\"噚噀嘳嘽嘬嘾嘸嘪嘺圚墫墝墱墠墣墯墬墥墡壿嫿嫴嫽嫷嫶嬃嫸嬂嫹嬁嬇嬅嬏屧嶙嶗嶟嶒嶢嶓嶕嶠嶜嶡嶚嶞幩幝幠幜緳廛廞廡彉徲憋憃慹憱憰憢憉\\\"],\\n[\\\"e5a1\\\",\\\"憛憓憯憭憟憒憪憡憍慦憳戭摮摰撖撠撅撗撜撏撋撊撌撣撟摨撱撘敶敺敹敻斲斳暵暰暩暲暷暪暯樀樆樗槥槸樕槱槤樠槿槬槢樛樝槾樧槲槮樔槷槧橀樈槦槻樍槼槫樉樄樘樥樏槶樦樇槴樖歑殥殣殢殦氁氀毿氂潁漦潾澇濆澒\\\"],\\n[\\\"e640\\\",\\\"澍澉澌潢潏澅潚澖潶潬澂潕潲潒潐潗澔澓潝漀潡潫潽潧澐潓澋潩潿澕潣潷潪潻熲熯熛熰熠熚熩熵熝熥熞熤熡熪熜熧熳犘犚獘獒獞獟獠獝獛獡獚獙\\\"],\\n[\\\"e6a1\\\",\\\"獢璇璉璊璆璁瑽璅璈瑼瑹甈甇畾瘥瘞瘙瘝瘜瘣瘚瘨瘛皜皝皞皛瞍瞏瞉瞈磍碻磏磌磑磎磔磈磃磄磉禚禡禠禜禢禛歶稹窲窴窳箷篋箾箬篎箯箹篊箵糅糈糌糋緷緛緪緧緗緡縃緺緦緶緱緰緮緟罶羬羰羭翭翫翪翬翦翨聤聧膣膟\\\"],\\n[\\\"e740\\\",\\\"膞膕膢膙膗舖艏艓艒艐艎艑蔤蔻蔏蔀蔩蔎蔉蔍蔟蔊蔧蔜蓻蔫蓺蔈蔌蓴蔪蓲蔕蓷蓫蓳蓼蔒蓪蓩蔖蓾蔨蔝蔮蔂蓽蔞蓶蔱蔦蓧蓨蓰蓯蓹蔘蔠蔰蔋蔙蔯虢\\\"],\\n[\\\"e7a1\\\",\\\"蝖蝣蝤蝷蟡蝳蝘蝔蝛蝒蝡蝚蝑蝞蝭蝪蝐蝎蝟蝝蝯蝬蝺蝮蝜蝥蝏蝻蝵蝢蝧蝩衚褅褌褔褋褗褘褙褆褖褑褎褉覢覤覣觭觰觬諏諆誸諓諑諔諕誻諗誾諀諅諘諃誺誽諙谾豍貏賥賟賙賨賚賝賧趠趜趡趛踠踣踥踤踮踕踛踖踑踙踦踧\\\"],\\n[\\\"e840\\\",\\\"踔踒踘踓踜踗踚輬輤輘輚輠輣輖輗遳遰遯遧遫鄯鄫鄩鄪鄲鄦鄮醅醆醊醁醂醄醀鋐鋃鋄鋀鋙銶鋏鋱鋟鋘鋩鋗鋝鋌鋯鋂鋨鋊鋈鋎鋦鋍鋕鋉鋠鋞鋧鋑鋓\\\"],\\n[\\\"e8a1\\\",\\\"銵鋡鋆銴镼閬閫閮閰隤隢雓霅霈霂靚鞊鞎鞈韐韏頞頝頦頩頨頠頛頧颲餈飺餑餔餖餗餕駜駍駏駓駔駎駉駖駘駋駗駌骳髬髫髳髲髱魆魃魧魴魱魦魶魵魰魨魤魬鳼鳺鳽鳿鳷鴇鴀鳹鳻鴈鴅鴄麃黓鼏鼐儜儓儗儚儑凞匴叡噰噠噮\\\"],\\n[\\\"e940\\\",\\\"噳噦噣噭噲噞噷圜圛壈墽壉墿墺壂墼壆嬗嬙嬛嬡嬔嬓嬐嬖嬨嬚嬠嬞寯嶬嶱嶩嶧嶵嶰嶮嶪嶨嶲嶭嶯嶴幧幨幦幯廩廧廦廨廥彋徼憝憨憖懅憴懆懁懌憺\\\"],\\n[\\\"e9a1\\\",\\\"憿憸憌擗擖擐擏擉撽撉擃擛擳擙攳敿敼斢曈暾曀曊曋曏暽暻暺曌朣樴橦橉橧樲橨樾橝橭橶橛橑樨橚樻樿橁橪橤橐橏橔橯橩橠樼橞橖橕橍橎橆歕歔歖殧殪殫毈毇氄氃氆澭濋澣濇澼濎濈潞濄澽澞濊澨瀄澥澮澺澬澪濏澿澸\\\"],\\n[\\\"ea40\\\",\\\"澢濉澫濍澯澲澰燅燂熿熸燖燀燁燋燔燊燇燏熽燘熼燆燚燛犝犞獩獦獧獬獥獫獪瑿璚璠璔璒璕璡甋疀瘯瘭瘱瘽瘳瘼瘵瘲瘰皻盦瞚瞝瞡瞜瞛瞢瞣瞕瞙\\\"],\\n[\\\"eaa1\\\",\\\"瞗磝磩磥磪磞磣磛磡磢磭磟磠禤穄穈穇窶窸窵窱窷篞篣篧篝篕篥篚篨篹篔篪篢篜篫篘篟糒糔糗糐糑縒縡縗縌縟縠縓縎縜縕縚縢縋縏縖縍縔縥縤罃罻罼罺羱翯耪耩聬膱膦膮膹膵膫膰膬膴膲膷膧臲艕艖艗蕖蕅蕫蕍蕓蕡蕘\\\"],\\n[\\\"eb40\\\",\\\"蕀蕆蕤蕁蕢蕄蕑蕇蕣蔾蕛蕱蕎蕮蕵蕕蕧蕠薌蕦蕝蕔蕥蕬虣虥虤螛螏螗螓螒螈螁螖螘蝹螇螣螅螐螑螝螄螔螜螚螉褞褦褰褭褮褧褱褢褩褣褯褬褟觱諠\\\"],\\n[\\\"eba1\\\",\\\"諢諲諴諵諝謔諤諟諰諈諞諡諨諿諯諻貑貒貐賵賮賱賰賳赬赮趥趧踳踾踸蹀蹅踶踼踽蹁踰踿躽輶輮輵輲輹輷輴遶遹遻邆郺鄳鄵鄶醓醐醑醍醏錧錞錈錟錆錏鍺錸錼錛錣錒錁鍆錭錎錍鋋錝鋺錥錓鋹鋷錴錂錤鋿錩錹錵錪錔錌\\\"],\\n[\\\"ec40\\\",\\\"錋鋾錉錀鋻錖閼闍閾閹閺閶閿閵閽隩雔霋霒霐鞙鞗鞔韰韸頵頯頲餤餟餧餩馞駮駬駥駤駰駣駪駩駧骹骿骴骻髶髺髹髷鬳鮀鮅鮇魼魾魻鮂鮓鮒鮐魺鮕\\\"],\\n[\\\"eca1\\\",\\\"魽鮈鴥鴗鴠鴞鴔鴩鴝鴘鴢鴐鴙鴟麈麆麇麮麭黕黖黺鼒鼽儦儥儢儤儠儩勴嚓嚌嚍嚆嚄嚃噾嚂噿嚁壖壔壏壒嬭嬥嬲嬣嬬嬧嬦嬯嬮孻寱寲嶷幬幪徾徻懃憵憼懧懠懥懤懨懞擯擩擣擫擤擨斁斀斶旚曒檍檖檁檥檉檟檛檡檞檇檓檎\\\"],\\n[\\\"ed40\\\",\\\"檕檃檨檤檑橿檦檚檅檌檒歛殭氉濌澩濴濔濣濜濭濧濦濞濲濝濢濨燡燱燨燲燤燰燢獳獮獯璗璲璫璐璪璭璱璥璯甐甑甒甏疄癃癈癉癇皤盩瞵瞫瞲瞷瞶\\\"],\\n[\\\"eda1\\\",\\\"瞴瞱瞨矰磳磽礂磻磼磲礅磹磾礄禫禨穜穛穖穘穔穚窾竀竁簅簏篲簀篿篻簎篴簋篳簂簉簃簁篸篽簆篰篱簐簊糨縭縼繂縳顈縸縪繉繀繇縩繌縰縻縶繄縺罅罿罾罽翴翲耬膻臄臌臊臅臇膼臩艛艚艜薃薀薏薧薕薠薋薣蕻薤薚薞\\\"],\\n[\\\"ee40\\\",\\\"蕷蕼薉薡蕺蕸蕗薎薖薆薍薙薝薁薢薂薈薅蕹蕶薘薐薟虨螾螪螭蟅螰螬螹螵螼螮蟉蟃蟂蟌螷螯蟄蟊螴螶螿螸螽蟞螲褵褳褼褾襁襒褷襂覭覯覮觲觳謞\\\"],\\n[\\\"eea1\\\",\\\"謘謖謑謅謋謢謏謒謕謇謍謈謆謜謓謚豏豰豲豱豯貕貔賹赯蹎蹍蹓蹐蹌蹇轃轀邅遾鄸醚醢醛醙醟醡醝醠鎡鎃鎯鍤鍖鍇鍼鍘鍜鍶鍉鍐鍑鍠鍭鎏鍌鍪鍹鍗鍕鍒鍏鍱鍷鍻鍡鍞鍣鍧鎀鍎鍙闇闀闉闃闅閷隮隰隬霠霟霘霝霙鞚鞡鞜\\\"],\\n[\\\"ef40\\\",\\\"鞞鞝韕韔韱顁顄顊顉顅顃餥餫餬餪餳餲餯餭餱餰馘馣馡騂駺駴駷駹駸駶駻駽駾駼騃骾髾髽鬁髼魈鮚鮨鮞鮛鮦鮡鮥鮤鮆鮢鮠鮯鴳鵁鵧鴶鴮鴯鴱鴸鴰\\\"],\\n[\\\"efa1\\\",\\\"鵅鵂鵃鴾鴷鵀鴽翵鴭麊麉麍麰黈黚黻黿鼤鼣鼢齔龠儱儭儮嚘嚜嚗嚚嚝嚙奰嬼屩屪巀幭幮懘懟懭懮懱懪懰懫懖懩擿攄擽擸攁攃擼斔旛曚曛曘櫅檹檽櫡櫆檺檶檷櫇檴檭歞毉氋瀇瀌瀍瀁瀅瀔瀎濿瀀濻瀦濼濷瀊爁燿燹爃燽獶\\\"],\\n[\\\"f040\\\",\\\"璸瓀璵瓁璾璶璻瓂甔甓癜癤癙癐癓癗癚皦皽盬矂瞺磿礌礓礔礉礐礒礑禭禬穟簜簩簙簠簟簭簝簦簨簢簥簰繜繐繖繣繘繢繟繑繠繗繓羵羳翷翸聵臑臒\\\"],\\n[\\\"f0a1\\\",\\\"臐艟艞薴藆藀藃藂薳薵薽藇藄薿藋藎藈藅薱薶藒蘤薸薷薾虩蟧蟦蟢蟛蟫蟪蟥蟟蟳蟤蟔蟜蟓蟭蟘蟣螤蟗蟙蠁蟴蟨蟝襓襋襏襌襆襐襑襉謪謧謣謳謰謵譇謯謼謾謱謥謷謦謶謮謤謻謽謺豂豵貙貘貗賾贄贂贀蹜蹢蹠蹗蹖蹞蹥蹧\\\"],\\n[\\\"f140\\\",\\\"蹛蹚蹡蹝蹩蹔轆轇轈轋鄨鄺鄻鄾醨醥醧醯醪鎵鎌鎒鎷鎛鎝鎉鎧鎎鎪鎞鎦鎕鎈鎙鎟鎍鎱鎑鎲鎤鎨鎴鎣鎥闒闓闑隳雗雚巂雟雘雝霣霢霥鞬鞮鞨鞫鞤鞪\\\"],\\n[\\\"f1a1\\\",\\\"鞢鞥韗韙韖韘韺顐顑顒颸饁餼餺騏騋騉騍騄騑騊騅騇騆髀髜鬈鬄鬅鬩鬵魊魌魋鯇鯆鯃鮿鯁鮵鮸鯓鮶鯄鮹鮽鵜鵓鵏鵊鵛鵋鵙鵖鵌鵗鵒鵔鵟鵘鵚麎麌黟鼁鼀鼖鼥鼫鼪鼩鼨齌齕儴儵劖勷厴嚫嚭嚦嚧嚪嚬壚壝壛夒嬽嬾嬿巃幰\\\"],\\n[\\\"f240\\\",\\\"徿懻攇攐攍攉攌攎斄旞旝曞櫧櫠櫌櫑櫙櫋櫟櫜櫐櫫櫏櫍櫞歠殰氌瀙瀧瀠瀖瀫瀡瀢瀣瀩瀗瀤瀜瀪爌爊爇爂爅犥犦犤犣犡瓋瓅璷瓃甖癠矉矊矄矱礝礛\\\"],\\n[\\\"f2a1\\\",\\\"礡礜礗礞禰穧穨簳簼簹簬簻糬糪繶繵繸繰繷繯繺繲繴繨罋罊羃羆羷翽翾聸臗臕艤艡艣藫藱藭藙藡藨藚藗藬藲藸藘藟藣藜藑藰藦藯藞藢蠀蟺蠃蟶蟷蠉蠌蠋蠆蟼蠈蟿蠊蠂襢襚襛襗襡襜襘襝襙覈覷覶觶譐譈譊譀譓譖譔譋譕\\\"],\\n[\\\"f340\\\",\\\"譑譂譒譗豃豷豶貚贆贇贉趬趪趭趫蹭蹸蹳蹪蹯蹻軂轒轑轏轐轓辴酀鄿醰醭鏞鏇鏏鏂鏚鏐鏹鏬鏌鏙鎩鏦鏊鏔鏮鏣鏕鏄鏎鏀鏒鏧镽闚闛雡霩霫霬霨霦\\\"],\\n[\\\"f3a1\\\",\\\"鞳鞷鞶韝韞韟顜顙顝顗颿颽颻颾饈饇饃馦馧騚騕騥騝騤騛騢騠騧騣騞騜騔髂鬋鬊鬎鬌鬷鯪鯫鯠鯞鯤鯦鯢鯰鯔鯗鯬鯜鯙鯥鯕鯡鯚鵷鶁鶊鶄鶈鵱鶀鵸鶆鶋鶌鵽鵫鵴鵵鵰鵩鶅鵳鵻鶂鵯鵹鵿鶇鵨麔麑黀黼鼭齀齁齍齖齗齘匷嚲\\\"],\\n[\\\"f440\\\",\\\"嚵嚳壣孅巆巇廮廯忀忁懹攗攖攕攓旟曨曣曤櫳櫰櫪櫨櫹櫱櫮櫯瀼瀵瀯瀷瀴瀱灂瀸瀿瀺瀹灀瀻瀳灁爓爔犨獽獼璺皫皪皾盭矌矎矏矍矲礥礣礧礨礤礩\\\"],\\n[\\\"f4a1\\\",\\\"禲穮穬穭竷籉籈籊籇籅糮繻繾纁纀羺翿聹臛臙舋艨艩蘢藿蘁藾蘛蘀藶蘄蘉蘅蘌藽蠙蠐蠑蠗蠓蠖襣襦覹觷譠譪譝譨譣譥譧譭趮躆躈躄轙轖轗轕轘轚邍酃酁醷醵醲醳鐋鐓鏻鐠鐏鐔鏾鐕鐐鐨鐙鐍鏵鐀鏷鐇鐎鐖鐒鏺鐉鏸鐊鏿\\\"],\\n[\\\"f540\\\",\\\"鏼鐌鏶鐑鐆闞闠闟霮霯鞹鞻韽韾顠顢顣顟飁飂饐饎饙饌饋饓騲騴騱騬騪騶騩騮騸騭髇髊髆鬐鬒鬑鰋鰈鯷鰅鰒鯸鱀鰇鰎鰆鰗鰔鰉鶟鶙鶤鶝鶒鶘鶐鶛\\\"],\\n[\\\"f5a1\\\",\\\"鶠鶔鶜鶪鶗鶡鶚鶢鶨鶞鶣鶿鶩鶖鶦鶧麙麛麚黥黤黧黦鼰鼮齛齠齞齝齙龑儺儹劘劗囃嚽嚾孈孇巋巏廱懽攛欂櫼欃櫸欀灃灄灊灈灉灅灆爝爚爙獾甗癪矐礭礱礯籔籓糲纊纇纈纋纆纍罍羻耰臝蘘蘪蘦蘟蘣蘜蘙蘧蘮蘡蘠蘩蘞蘥\\\"],\\n[\\\"f640\\\",\\\"蠩蠝蠛蠠蠤蠜蠫衊襭襩襮襫觺譹譸譅譺譻贐贔趯躎躌轞轛轝酆酄酅醹鐿鐻鐶鐩鐽鐼鐰鐹鐪鐷鐬鑀鐱闥闤闣霵霺鞿韡顤飉飆飀饘饖騹騽驆驄驂驁騺\\\"],\\n[\\\"f6a1\\\",\\\"騿髍鬕鬗鬘鬖鬺魒鰫鰝鰜鰬鰣鰨鰩鰤鰡鶷鶶鶼鷁鷇鷊鷏鶾鷅鷃鶻鶵鷎鶹鶺鶬鷈鶱鶭鷌鶳鷍鶲鹺麜黫黮黭鼛鼘鼚鼱齎齥齤龒亹囆囅囋奱孋孌巕巑廲攡攠攦攢欋欈欉氍灕灖灗灒爞爟犩獿瓘瓕瓙瓗癭皭礵禴穰穱籗籜籙籛籚\\\"],\\n[\\\"f740\\\",\\\"糴糱纑罏羇臞艫蘴蘵蘳蘬蘲蘶蠬蠨蠦蠪蠥襱覿覾觻譾讄讂讆讅譿贕躕躔躚躒躐躖躗轠轢酇鑌鑐鑊鑋鑏鑇鑅鑈鑉鑆霿韣顪顩飋饔饛驎驓驔驌驏驈驊\\\"],\\n[\\\"f7a1\\\",\\\"驉驒驐髐鬙鬫鬻魖魕鱆鱈鰿鱄鰹鰳鱁鰼鰷鰴鰲鰽鰶鷛鷒鷞鷚鷋鷐鷜鷑鷟鷩鷙鷘鷖鷵鷕鷝麶黰鼵鼳鼲齂齫龕龢儽劙壨壧奲孍巘蠯彏戁戃戄攩攥斖曫欑欒欏毊灛灚爢玂玁玃癰矔籧籦纕艬蘺虀蘹蘼蘱蘻蘾蠰蠲蠮蠳襶襴襳觾\\\"],\\n[\\\"f840\\\",\\\"讌讎讋讈豅贙躘轤轣醼鑢鑕鑝鑗鑞韄韅頀驖驙鬞鬟鬠鱒鱘鱐鱊鱍鱋鱕鱙鱌鱎鷻鷷鷯鷣鷫鷸鷤鷶鷡鷮鷦鷲鷰鷢鷬鷴鷳鷨鷭黂黐黲黳鼆鼜鼸鼷鼶齃齏\\\"],\\n[\\\"f8a1\\\",\\\"齱齰齮齯囓囍孎屭攭曭曮欓灟灡灝灠爣瓛瓥矕礸禷禶籪纗羉艭虃蠸蠷蠵衋讔讕躞躟躠躝醾醽釂鑫鑨鑩雥靆靃靇韇韥驞髕魙鱣鱧鱦鱢鱞鱠鸂鷾鸇鸃鸆鸅鸀鸁鸉鷿鷽鸄麠鼞齆齴齵齶囔攮斸欘欙欗欚灢爦犪矘矙礹籩籫糶纚\\\"],\\n[\\\"f940\\\",\\\"纘纛纙臠臡虆虇虈襹襺襼襻觿讘讙躥躤躣鑮鑭鑯鑱鑳靉顲饟鱨鱮鱭鸋鸍鸐鸏鸒鸑麡黵鼉齇齸齻齺齹圞灦籯蠼趲躦釃鑴鑸鑶鑵驠鱴鱳鱱鱵鸔鸓黶鼊\\\"],\\n[\\\"f9a1\\\",\\\"龤灨灥糷虪蠾蠽蠿讞貜躩軉靋顳顴飌饡馫驤驦驧鬤鸕鸗齈戇欞爧虌躨钂钀钁驩驨鬮鸙爩虋讟钃鱹麷癵驫鱺鸝灩灪麤齾齉龘碁銹裏墻恒粧嫺╔╦╗╠╬╣╚╩╝╒╤╕╞╪╡╘╧╛╓╥╖╟╫╢╙╨╜║═╭╮╰╯▓\\\"]\\n]\\n\"\n        },\n        {\n          \"id\": 191,\n          \"identifier\": \"multi /Users/jarred/Code/styleurl/webpack/customPublicPath /Users/jarred/Code/styleurl/chrome/extension/background\",\n          \"name\": \"multi ./webpack/customPublicPath ./chrome/extension/background\",\n          \"index\": 39,\n          \"index2\": 341,\n          \"size\": 40,\n          \"built\": true,\n          \"optional\": false,\n          \"prefetched\": false,\n          \"chunks\": [\n            2\n          ],\n          \"issuer\": null,\n          \"issuerId\": null,\n          \"issuerName\": null,\n          \"issuerPath\": null,\n          \"profile\": {\n            \"factory\": 0,\n            \"building\": 0,\n            \"dependencies\": 54\n          },\n          \"failed\": false,\n          \"errors\": 0,\n          \"warnings\": 0,\n          \"assets\": [],\n          \"reasons\": [\n            {\n              \"moduleId\": null,\n              \"moduleIdentifier\": null,\n              \"module\": null,\n              \"moduleName\": null,\n              \"type\": \"multi entry\"\n            }\n          ],\n          \"usedExports\": true,\n          \"providedExports\": null,\n          \"optimizationBailout\": [\n            \"ModuleConcatenation bailout: Module is not an ECMAScript module\"\n          ],\n          \"depth\": 0\n        },\n        {\n          \"id\": 192,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/background.js\",\n          \"name\": \"./chrome/extension/background.js\",\n          \"index\": 40,\n          \"index2\": 340,\n          \"size\": 9000,\n          \"cacheable\": true,\n          \"built\": true,\n          \"optional\": false,\n          \"prefetched\": false,\n          \"chunks\": [\n            2\n          ],\n          \"issuer\": \"multi /Users/jarred/Code/styleurl/webpack/customPublicPath /Users/jarred/Code/styleurl/chrome/extension/background\",\n          \"issuerId\": 191,\n          \"issuerName\": \"multi ./webpack/customPublicPath ./chrome/extension/background\",\n          \"issuerPath\": [\n            {\n              \"id\": 191,\n              \"identifier\": \"multi /Users/jarred/Code/styleurl/webpack/customPublicPath /Users/jarred/Code/styleurl/chrome/extension/background\",\n              \"name\": \"multi ./webpack/customPublicPath ./chrome/extension/background\",\n              \"profile\": {\n                \"factory\": 0,\n                \"building\": 0,\n                \"dependencies\": 54\n              }\n            }\n          ],\n          \"profile\": {\n            \"factory\": 54,\n            \"building\": 639,\n            \"dependencies\": 140\n          },\n          \"failed\": false,\n          \"errors\": 0,\n          \"warnings\": 0,\n          \"assets\": [],\n          \"reasons\": [\n            {\n              \"moduleId\": 191,\n              \"moduleIdentifier\": \"multi /Users/jarred/Code/styleurl/webpack/customPublicPath /Users/jarred/Code/styleurl/chrome/extension/background\",\n              \"module\": \"multi ./webpack/customPublicPath ./chrome/extension/background\",\n              \"moduleName\": \"multi ./webpack/customPublicPath ./chrome/extension/background\",\n              \"type\": \"single entry\",\n              \"userRequest\": \"/Users/jarred/Code/styleurl/chrome/extension/background\",\n              \"loc\": \"+1\"\n            }\n          ],\n          \"usedExports\": true,\n          \"providedExports\": null,\n          \"optimizationBailout\": [\n            \"ModuleConcatenation bailout: Module is not an ECMAScript module\"\n          ],\n          \"depth\": 1,\n          \"source\": \"\\\"use strict\\\";\\n\\nvar _identity2 = _interopRequireDefault(require(\\\"lodash/identity\\\"));\\n\\nvar _findIndex2 = _interopRequireDefault(require(\\\"lodash/findIndex\\\"));\\n\\nvar _values2 = _interopRequireDefault(require(\\\"lodash/values\\\"));\\n\\nvar _last2 = _interopRequireDefault(require(\\\"lodash/last\\\"));\\n\\nvar _gists = require(\\\"./lib/gists\\\");\\n\\nvar _port = require(\\\"./lib/port\\\");\\n\\nvar _stylefile = require(\\\"./lib/stylefile\\\");\\n\\nvar _bluebird = _interopRequireDefault(require(\\\"bluebird\\\"));\\n\\nvar _stylesheetDiffer = _interopRequireDefault(require(\\\"stylesheet-differ\\\"));\\n\\nvar _inject = require(\\\"./background/inject\\\");\\n\\nvar _chromeExtMessenger = _interopRequireDefault(require(\\\"chrome-ext-messenger\\\"));\\n\\nvar _toFile = require(\\\"./lib/toFile\\\");\\n\\nvar _api = require(\\\"./lib/api\\\");\\n\\nvar _browserAction = require(\\\"./lib/browserAction\\\");\\n\\nfunction _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }\\n\\nglobal.Promise = _bluebird.default;\\nlet devtoolConnection;\\nlet gistConnection;\\nconst messenger = new _chromeExtMessenger.default();\\nmessenger.initBackgroundHub({\\n  connectedHandler: function (extensionPart, connectionName, tabId) {},\\n  disconnectedHandler: function (extensionPart, connectionName, tabId) {\\n    if (extensionPart === \\\"devtool\\\" && (0, _browserAction.getBrowserActionState)() === _browserAction.BROWSER_ACTION_STATES.upload_style) {\\n      (0, _browserAction.setBrowserActionToDefault)({\\n        tabId\\n      });\\n    }\\n  }\\n});\\n\\nconst log = (...messages) => console.log.apply(console, [\\\"[Background]\\\", ...messages]);\\n\\nconst TAB_IDS_TO_APPLY_STYLES = {};\\nconst TAB_ORIGINAL_STYLES = {};\\n\\nconst startMonitoringTabID = (tabId, gistId) => {\\n  if (!TAB_IDS_TO_APPLY_STYLES[tabId]) {\\n    TAB_IDS_TO_APPLY_STYLES[tabId] = [];\\n  }\\n\\n  if (!TAB_IDS_TO_APPLY_STYLES[tabId].includes(gistId)) {\\n    TAB_IDS_TO_APPLY_STYLES[tabId].push(gistId);\\n  }\\n};\\n\\nconst stopMonitoringTabID = (tabId, gistId) => {\\n  if (TAB_IDS_TO_APPLY_STYLES[tabId] && TAB_IDS_TO_APPLY_STYLES[tabId].includes(gistId)) {\\n    TAB_IDS_TO_APPLY_STYLES[tabId].splice(TAB_IDS_TO_APPLY_STYLES[tabId].indexOf(gistId), 1);\\n\\n    if (TAB_IDS_TO_APPLY_STYLES[tabId].length === 0) {\\n      delete TAB_IDS_TO_APPLY_STYLES[tabId];\\n    }\\n  }\\n};\\n\\nconst getTab = tabId => new Promise((resolve, reject) => {\\n  chrome.tabs.get(tabId, resolve);\\n});\\n\\nconst getTabId = sender => parseInt((0, _last2.default)(sender.split(\\\"::\\\")), 10);\\n\\nconst handleGistContentScriptMessages = async (request, from, sender, sendResponse) => {\\n  const {\\n    type = null\\n  } = request;\\n  const types = _port.MESSAGE_TYPES;\\n\\n  if (!type) {\\n    return;\\n  }\\n\\n  if (!(0, _values2.default)(types).includes(type)) {\\n    console.error(\\\"[background] request type must be one of\\\", (0, _values2.default)(types));\\n    return;\\n  }\\n\\n  if (type === types.get_gist_content) {\\n    if (!request.url) {\\n      console.error(\\\"[background] invalid get_gist_content: missing url\\\");\\n      sendResponse({\\n        success: false\\n      });\\n      return;\\n    }\\n\\n    return window.fetch(request.url, {\\n      redirect: \\\"follow\\\",\\n      credentials: \\\"include\\\"\\n    }).then(response => response.text()).then(value => {\\n      return sendResponse({\\n        url: request.url,\\n        response: true,\\n        value\\n      });\\n    });\\n  }\\n};\\n\\nconst handleDevtoolMessages = async (request, from, sender, sendResponse) => {\\n  const {\\n    type = null\\n  } = request;\\n  const types = _port.MESSAGE_TYPES;\\n\\n  if (!type) {\\n    return;\\n  }\\n\\n  if (!(0, _values2.default)(types).includes(type)) {\\n    console.error(\\\"[background] request type must be one of\\\", (0, _values2.default)(types));\\n    return;\\n  }\\n\\n  const tabId = getTabId(from);\\n  const tab = await getTab(tabId);\\n\\n  if (type === types.log) {\\n    console.log.apply(console, request.value);\\n  } else if (type === types.send_content_stylesheets) {\\n    log(\\\"Received content stylesheets\\\", request.value);\\n\\n    if (!TAB_ORIGINAL_STYLES[tabId]) {\\n      TAB_ORIGINAL_STYLES[tabId] = request.value;\\n    } else {\\n      const contentStyles = request.value;\\n      const existingSheets = TAB_ORIGINAL_STYLES[tabId];\\n      contentStyles.forEach(style => {\\n        const index = (0, _findIndex2.default)(existingSheets, sheet => sheet.url === style.url);\\n\\n        if (index === -1) {\\n          TAB_ORIGINAL_STYLES[tabId][sUrl] = contentStyles[sUrl];\\n        }\\n      });\\n    }\\n  } else if (type === types.style_diff_changed) {\\n    if (request.value.stylesheets.length > 0) {\\n      (0, _browserAction.setBrowserActionToUploadStyle)({\\n        tabId: tabId,\\n        styleCount: request.value.stylesheets.length\\n      }); // chrome.browserAction.setPopup({ tabId: tabId, popup: \\\"\\\" });\\n    } else {\\n      (0, _browserAction.setBrowserActionToDefault)({\\n        tabId: tabId\\n      }); // chrome.browserAction.setPopup({ tabId, popup: \\\"popup.html\\\" });\\n    }\\n  } else if (type === types.get_styles_diff) {\\n    log(\\\"Received styles!\\\");\\n\\n    if (!tab || !tab.url) {\\n      alert(\\\"Something didnt work quite right. Please try again!\\\");\\n    }\\n\\n    let modifiedSheets = request.value.stylesheets.slice();\\n    const currentStyles = request.value.general_stylesheets;\\n    const oldStyles = TAB_ORIGINAL_STYLES[tabId];\\n\\n    if (oldStyles) {\\n      oldStyles.forEach(oldStyle => {\\n        const newStyle = currentStyles.find(style => style.url === oldStyle.url);\\n        const diffedStyle = (0, _stylesheetDiffer.default)(oldStyle.content, newStyle.content);\\n\\n        if (diffedStyle && diffedStyle.trim().length > 0) {\\n          modifiedSheets.push({\\n            url: oldStyle.url,\\n            content: diffedStyle\\n          });\\n        }\\n      });\\n    }\\n\\n    return (0, _api.uploadStylesheets)({\\n      stylesheets: modifiedSheets,\\n      url: tab.url\\n    }).then(stylesheetResponse => {\\n      if (stylesheetResponse.success) {\\n        chrome.tabs.captureVisibleTab(null, {\\n          format: \\\"png\\\"\\n        }, async function (photo) {\\n          chrome.tabs.create({\\n            url: stylesheetResponse.data.url\\n          }); // Capturing the photo fails sometimes shrug\\n\\n          if (photo) {\\n            (0, _api.uploadScreenshot)({\\n              photo: await (0, _toFile.toFile)(photo, _api.SCREENSHOT_CONTENT_TYPE),\\n              key: stylesheetResponse.data.id,\\n              domain: stylesheetResponse.data.domain\\n            });\\n          }\\n        });\\n      } else {\\n        alert(\\\"Something didnt work quite right. Please try again!\\\");\\n      }\\n    });\\n  }\\n};\\n\\nconst createStyleURL = tab => {\\n  return devtoolConnection.sendMessage(`devtool:${_port.PORT_TYPES.devtool_widget}:${tab.id}`, {\\n    type: _port.MESSAGE_TYPES.get_styles_diff\\n  });\\n};\\n\\nchrome.browserAction.onClicked.addListener(tab => {\\n  console.log(\\\"Clicked Browser Action\\\", (0, _browserAction.getBrowserActionState)());\\n\\n  if ((0, _browserAction.getBrowserActionState)() === _browserAction.BROWSER_ACTION_STATES.default) {} else if ((0, _browserAction.getBrowserActionState)() === _browserAction.BROWSER_ACTION_STATES.upload_style) {\\n    createStyleURL(tab);\\n  } else if ((0, _browserAction.getBrowserActionState)() === _browserAction.BROWSER_ACTION_STATES.style_applied) {\\n    chrome.tabs.query({\\n      active: true,\\n      lastFocusedWindow: true\\n    }, function (tabs) {\\n      const tab = tabs[0];\\n\\n      if (!tab) {\\n        return;\\n      }\\n\\n      (0, _inject.loadScript)(\\\"inject\\\", tab.id);\\n    });\\n  }\\n});\\nchrome.webNavigation.onBeforeNavigate.addListener(async ({\\n  tabId,\\n  url\\n}) => {\\n  const gistID = (0, _gists.getGistIDFromURL)(url);\\n\\n  if (!gistID) {\\n    log(\\\"Gist ID not found\\\");\\n    return;\\n  }\\n\\n  startMonitoringTabID(tabId, gistID);\\n}, {\\n  url: Object.values(_gists.SPECIAL_QUERY_PARAMS).map(queryContains => ({\\n    queryContains\\n  }))\\n});\\nchrome.tabs.onUpdated.addListener(async (tabId, changeInfo, tab) => {\\n  if (!TAB_IDS_TO_APPLY_STYLES[tabId]) {\\n    return;\\n  }\\n\\n  if (!tab.url) {\\n    return;\\n  }\\n\\n  if (changeInfo.status !== \\\"loading\\\") {\\n    return;\\n  }\\n\\n  Promise.all(TAB_IDS_TO_APPLY_STYLES[tabId].map(async gistId => {\\n    const gist = await (0, _gists.getGistById)(gistId);\\n    const stylefile = (0, _gists.loadStylefileFromGist)(gist);\\n\\n    if (!stylefile) {\\n      return false;\\n    }\\n\\n    if (!(0, _stylefile.shouldApplyStyleToURL)(stylefile, tab.url)) {\\n      return false;\\n    }\\n\\n    (0, _gists.applyStyleURLToTabID)(gist, tabId);\\n    return true;\\n  })).then(appliedStyles => appliedStyles.filter(_identity2.default)).then(appliedStyles => {\\n    const styleCount = appliedStyles.length;\\n\\n    if (styleCount > 0) {\\n      (0, _browserAction.setBrowserActionToStyleApplied)({\\n        tabId,\\n        styleCount\\n      });\\n    } else {\\n      // TODO: see if this is too aggro\\n      (0, _browserAction.setBrowserActionToDefault)({\\n        tabId\\n      });\\n    }\\n  });\\n});\\nchrome.tabs.onRemoved.addListener(tabId => {\\n  if (TAB_IDS_TO_APPLY_STYLES[tabId]) {\\n    stopMonitoringTabID(tabId);\\n  }\\n});\\ndevtoolConnection = messenger.initConnection(_port.PORT_TYPES.devtool_widget, handleDevtoolMessages);\\ngistConnection = messenger.initConnection(_port.PORT_TYPES.github_gist, handleGistContentScriptMessages);\"\n        },\n        {\n          \"id\": 193,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/findIndex.js\",\n          \"name\": \"./node_modules/lodash/findIndex.js\",\n          \"index\": 43,\n          \"index2\": 159,\n          \"size\": 1654,\n          \"cacheable\": true,\n          \"built\": true,\n          \"optional\": false,\n          \"prefetched\": false,\n          \"chunks\": [\n            2\n          ],\n          \"issuer\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/background.js\",\n          \"issuerId\": 192,\n          \"issuerName\": \"./chrome/extension/background.js\",\n          \"issuerPath\": [\n            {\n              \"id\": 191,\n              \"identifier\": \"multi /Users/jarred/Code/styleurl/webpack/customPublicPath /Users/jarred/Code/styleurl/chrome/extension/background\",\n              \"name\": \"multi ./webpack/customPublicPath ./chrome/extension/background\",\n              \"profile\": {\n                \"factory\": 0,\n                \"building\": 0,\n                \"dependencies\": 54\n              }\n            },\n            {\n              \"id\": 192,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/background.js\",\n              \"name\": \"./chrome/extension/background.js\",\n              \"profile\": {\n                \"factory\": 54,\n                \"building\": 639,\n                \"dependencies\": 140\n              }\n            }\n          ],\n          \"profile\": {\n            \"factory\": 140,\n            \"building\": 568,\n            \"dependencies\": 1\n          },\n          \"failed\": false,\n          \"errors\": 0,\n          \"warnings\": 0,\n          \"assets\": [],\n          \"reasons\": [\n            {\n              \"moduleId\": 192,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/background.js\",\n              \"module\": \"./chrome/extension/background.js\",\n              \"moduleName\": \"./chrome/extension/background.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"lodash/findIndex\",\n              \"loc\": \"5:41-68\"\n            }\n          ],\n          \"usedExports\": true,\n          \"providedExports\": null,\n          \"optimizationBailout\": [\n            \"ModuleConcatenation bailout: Module is not an ECMAScript module\"\n          ],\n          \"depth\": 2,\n          \"source\": \"var baseFindIndex = require('./_baseFindIndex'),\\n    baseIteratee = require('./_baseIteratee'),\\n    toInteger = require('./toInteger');\\n\\n/* Built-in method references for those with the same name as other `lodash` methods. */\\nvar nativeMax = Math.max;\\n\\n/**\\n * This method is like `_.find` except that it returns the index of the first\\n * element `predicate` returns truthy for instead of the element itself.\\n *\\n * @static\\n * @memberOf _\\n * @since 1.1.0\\n * @category Array\\n * @param {Array} array The array to inspect.\\n * @param {Function} [predicate=_.identity] The function invoked per iteration.\\n * @param {number} [fromIndex=0] The index to search from.\\n * @returns {number} Returns the index of the found element, else `-1`.\\n * @example\\n *\\n * var users = [\\n *   { 'user': 'barney',  'active': false },\\n *   { 'user': 'fred',    'active': false },\\n *   { 'user': 'pebbles', 'active': true }\\n * ];\\n *\\n * _.findIndex(users, function(o) { return o.user == 'barney'; });\\n * // => 0\\n *\\n * // The `_.matches` iteratee shorthand.\\n * _.findIndex(users, { 'user': 'fred', 'active': false });\\n * // => 1\\n *\\n * // The `_.matchesProperty` iteratee shorthand.\\n * _.findIndex(users, ['active', false]);\\n * // => 0\\n *\\n * // The `_.property` iteratee shorthand.\\n * _.findIndex(users, 'active');\\n * // => 2\\n */\\nfunction findIndex(array, predicate, fromIndex) {\\n  var length = array == null ? 0 : array.length;\\n  if (!length) {\\n    return -1;\\n  }\\n  var index = fromIndex == null ? 0 : toInteger(fromIndex);\\n  if (index < 0) {\\n    index = nativeMax(length + index, 0);\\n  }\\n  return baseFindIndex(array, baseIteratee(predicate, 3), index);\\n}\\n\\nmodule.exports = findIndex;\\n\"\n        },\n        {\n          \"id\": 194,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_baseFindIndex.js\",\n          \"name\": \"./node_modules/lodash/_baseFindIndex.js\",\n          \"index\": 44,\n          \"index2\": 41,\n          \"size\": 766,\n          \"cacheable\": true,\n          \"built\": true,\n          \"optional\": false,\n          \"prefetched\": false,\n          \"chunks\": [\n            2\n          ],\n          \"issuer\": \"/Users/jarred/Code/styleurl/node_modules/lodash/findIndex.js\",\n          \"issuerId\": 193,\n          \"issuerName\": \"./node_modules/lodash/findIndex.js\",\n          \"issuerPath\": [\n            {\n              \"id\": 191,\n              \"identifier\": \"multi /Users/jarred/Code/styleurl/webpack/customPublicPath /Users/jarred/Code/styleurl/chrome/extension/background\",\n              \"name\": \"multi ./webpack/customPublicPath ./chrome/extension/background\",\n              \"profile\": {\n                \"factory\": 0,\n                \"building\": 0,\n                \"dependencies\": 54\n              }\n            },\n            {\n              \"id\": 192,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/background.js\",\n              \"name\": \"./chrome/extension/background.js\",\n              \"profile\": {\n                \"factory\": 54,\n                \"building\": 639,\n                \"dependencies\": 140\n              }\n            },\n            {\n              \"id\": 193,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/findIndex.js\",\n              \"name\": \"./node_modules/lodash/findIndex.js\",\n              \"profile\": {\n                \"factory\": 140,\n                \"building\": 568,\n                \"dependencies\": 1\n              }\n            }\n          ],\n          \"profile\": {\n            \"factory\": 245,\n            \"building\": 75,\n            \"dependencies\": 1\n          },\n          \"failed\": false,\n          \"errors\": 0,\n          \"warnings\": 0,\n          \"assets\": [],\n          \"reasons\": [\n            {\n              \"moduleId\": 193,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/findIndex.js\",\n              \"module\": \"./node_modules/lodash/findIndex.js\",\n              \"moduleName\": \"./node_modules/lodash/findIndex.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"./_baseFindIndex\",\n              \"loc\": \"1:20-47\"\n            }\n          ],\n          \"usedExports\": true,\n          \"providedExports\": null,\n          \"optimizationBailout\": [\n            \"ModuleConcatenation bailout: Module is not an ECMAScript module\"\n          ],\n          \"depth\": 3,\n          \"source\": \"/**\\n * The base implementation of `_.findIndex` and `_.findLastIndex` without\\n * support for iteratee shorthands.\\n *\\n * @private\\n * @param {Array} array The array to inspect.\\n * @param {Function} predicate The function invoked per iteration.\\n * @param {number} fromIndex The index to search from.\\n * @param {boolean} [fromRight] Specify iterating from right to left.\\n * @returns {number} Returns the index of the matched value, else `-1`.\\n */\\nfunction baseFindIndex(array, predicate, fromIndex, fromRight) {\\n  var length = array.length,\\n      index = fromIndex + (fromRight ? 1 : -1);\\n\\n  while ((fromRight ? index-- : ++index < length)) {\\n    if (predicate(array[index], index, array)) {\\n      return index;\\n    }\\n  }\\n  return -1;\\n}\\n\\nmodule.exports = baseFindIndex;\\n\"\n        },\n        {\n          \"id\": 195,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_baseIteratee.js\",\n          \"name\": \"./node_modules/lodash/_baseIteratee.js\",\n          \"index\": 45,\n          \"index2\": 155,\n          \"size\": 895,\n          \"cacheable\": true,\n          \"built\": true,\n          \"optional\": false,\n          \"prefetched\": false,\n          \"chunks\": [\n            2\n          ],\n          \"issuer\": \"/Users/jarred/Code/styleurl/node_modules/lodash/findIndex.js\",\n          \"issuerId\": 193,\n          \"issuerName\": \"./node_modules/lodash/findIndex.js\",\n          \"issuerPath\": [\n            {\n              \"id\": 191,\n              \"identifier\": \"multi /Users/jarred/Code/styleurl/webpack/customPublicPath /Users/jarred/Code/styleurl/chrome/extension/background\",\n              \"name\": \"multi ./webpack/customPublicPath ./chrome/extension/background\",\n              \"profile\": {\n                \"factory\": 0,\n                \"building\": 0,\n                \"dependencies\": 54\n              }\n            },\n            {\n              \"id\": 192,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/background.js\",\n              \"name\": \"./chrome/extension/background.js\",\n              \"profile\": {\n                \"factory\": 54,\n                \"building\": 639,\n                \"dependencies\": 140\n              }\n            },\n            {\n              \"id\": 193,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/findIndex.js\",\n              \"name\": \"./node_modules/lodash/findIndex.js\",\n              \"profile\": {\n                \"factory\": 140,\n                \"building\": 568,\n                \"dependencies\": 1\n              }\n            }\n          ],\n          \"profile\": {\n            \"factory\": 245,\n            \"building\": 75,\n            \"dependencies\": 1\n          },\n          \"failed\": false,\n          \"errors\": 0,\n          \"warnings\": 0,\n          \"assets\": [],\n          \"reasons\": [\n            {\n              \"moduleId\": 193,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/findIndex.js\",\n              \"module\": \"./node_modules/lodash/findIndex.js\",\n              \"moduleName\": \"./node_modules/lodash/findIndex.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"./_baseIteratee\",\n              \"loc\": \"2:19-45\"\n            }\n          ],\n          \"usedExports\": true,\n          \"providedExports\": null,\n          \"optimizationBailout\": [\n            \"ModuleConcatenation bailout: Module is not an ECMAScript module\"\n          ],\n          \"depth\": 3,\n          \"source\": \"var baseMatches = require('./_baseMatches'),\\n    baseMatchesProperty = require('./_baseMatchesProperty'),\\n    identity = require('./identity'),\\n    isArray = require('./isArray'),\\n    property = require('./property');\\n\\n/**\\n * The base implementation of `_.iteratee`.\\n *\\n * @private\\n * @param {*} [value=_.identity] The value to convert to an iteratee.\\n * @returns {Function} Returns the iteratee.\\n */\\nfunction baseIteratee(value) {\\n  // Don't store the `typeof` result in a variable to avoid a JIT bug in Safari 9.\\n  // See https://bugs.webkit.org/show_bug.cgi?id=156034 for more details.\\n  if (typeof value == 'function') {\\n    return value;\\n  }\\n  if (value == null) {\\n    return identity;\\n  }\\n  if (typeof value == 'object') {\\n    return isArray(value)\\n      ? baseMatchesProperty(value[0], value[1])\\n      : baseMatches(value);\\n  }\\n  return property(value);\\n}\\n\\nmodule.exports = baseIteratee;\\n\"\n        },\n        {\n          \"id\": 196,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_baseMatches.js\",\n          \"name\": \"./node_modules/lodash/_baseMatches.js\",\n          \"index\": 46,\n          \"index2\": 135,\n          \"size\": 710,\n          \"cacheable\": true,\n          \"built\": true,\n          \"optional\": false,\n          \"prefetched\": false,\n          \"chunks\": [\n            2\n          ],\n          \"issuer\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_baseIteratee.js\",\n          \"issuerId\": 195,\n          \"issuerName\": \"./node_modules/lodash/_baseIteratee.js\",\n          \"issuerPath\": [\n            {\n              \"id\": 191,\n              \"identifier\": \"multi /Users/jarred/Code/styleurl/webpack/customPublicPath /Users/jarred/Code/styleurl/chrome/extension/background\",\n              \"name\": \"multi ./webpack/customPublicPath ./chrome/extension/background\",\n              \"profile\": {\n                \"factory\": 0,\n                \"building\": 0,\n                \"dependencies\": 54\n              }\n            },\n            {\n              \"id\": 192,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/background.js\",\n              \"name\": \"./chrome/extension/background.js\",\n              \"profile\": {\n                \"factory\": 54,\n                \"building\": 639,\n                \"dependencies\": 140\n              }\n            },\n            {\n              \"id\": 193,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/findIndex.js\",\n              \"name\": \"./node_modules/lodash/findIndex.js\",\n              \"profile\": {\n                \"factory\": 140,\n                \"building\": 568,\n                \"dependencies\": 1\n              }\n            },\n            {\n              \"id\": 195,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_baseIteratee.js\",\n              \"name\": \"./node_modules/lodash/_baseIteratee.js\",\n              \"profile\": {\n                \"factory\": 245,\n                \"building\": 75,\n                \"dependencies\": 1\n              }\n            }\n          ],\n          \"profile\": {\n            \"factory\": 82,\n            \"building\": 104,\n            \"dependencies\": 78\n          },\n          \"failed\": false,\n          \"errors\": 0,\n          \"warnings\": 0,\n          \"assets\": [],\n          \"reasons\": [\n            {\n              \"moduleId\": 195,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_baseIteratee.js\",\n              \"module\": \"./node_modules/lodash/_baseIteratee.js\",\n              \"moduleName\": \"./node_modules/lodash/_baseIteratee.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"./_baseMatches\",\n              \"loc\": \"1:18-43\"\n            }\n          ],\n          \"usedExports\": true,\n          \"providedExports\": null,\n          \"optimizationBailout\": [\n            \"ModuleConcatenation bailout: Module is not an ECMAScript module\"\n          ],\n          \"depth\": 4,\n          \"source\": \"var baseIsMatch = require('./_baseIsMatch'),\\n    getMatchData = require('./_getMatchData'),\\n    matchesStrictComparable = require('./_matchesStrictComparable');\\n\\n/**\\n * The base implementation of `_.matches` which doesn't clone `source`.\\n *\\n * @private\\n * @param {Object} source The object of property values to match.\\n * @returns {Function} Returns the new spec function.\\n */\\nfunction baseMatches(source) {\\n  var matchData = getMatchData(source);\\n  if (matchData.length == 1 && matchData[0][2]) {\\n    return matchesStrictComparable(matchData[0][0], matchData[0][1]);\\n  }\\n  return function(object) {\\n    return object === source || baseIsMatch(object, source, matchData);\\n  };\\n}\\n\\nmodule.exports = baseMatches;\\n\"\n        },\n        {\n          \"id\": 197,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_baseIsMatch.js\",\n          \"name\": \"./node_modules/lodash/_baseIsMatch.js\",\n          \"index\": 47,\n          \"index2\": 131,\n          \"size\": 1765,\n          \"cacheable\": true,\n          \"built\": true,\n          \"optional\": false,\n          \"prefetched\": false,\n          \"chunks\": [\n            2\n          ],\n          \"issuer\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_baseMatches.js\",\n          \"issuerId\": 196,\n          \"issuerName\": \"./node_modules/lodash/_baseMatches.js\",\n          \"issuerPath\": [\n            {\n              \"id\": 191,\n              \"identifier\": \"multi /Users/jarred/Code/styleurl/webpack/customPublicPath /Users/jarred/Code/styleurl/chrome/extension/background\",\n              \"name\": \"multi ./webpack/customPublicPath ./chrome/extension/background\",\n              \"profile\": {\n                \"factory\": 0,\n                \"building\": 0,\n                \"dependencies\": 54\n              }\n            },\n            {\n              \"id\": 192,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/background.js\",\n              \"name\": \"./chrome/extension/background.js\",\n              \"profile\": {\n                \"factory\": 54,\n                \"building\": 639,\n                \"dependencies\": 140\n              }\n            },\n            {\n              \"id\": 193,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/findIndex.js\",\n              \"name\": \"./node_modules/lodash/findIndex.js\",\n              \"profile\": {\n                \"factory\": 140,\n                \"building\": 568,\n                \"dependencies\": 1\n              }\n            },\n            {\n              \"id\": 195,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_baseIteratee.js\",\n              \"name\": \"./node_modules/lodash/_baseIteratee.js\",\n              \"profile\": {\n                \"factory\": 245,\n                \"building\": 75,\n                \"dependencies\": 1\n              }\n            },\n            {\n              \"id\": 196,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_baseMatches.js\",\n              \"name\": \"./node_modules/lodash/_baseMatches.js\",\n              \"profile\": {\n                \"factory\": 82,\n                \"building\": 104,\n                \"dependencies\": 78\n              }\n            }\n          ],\n          \"profile\": {\n            \"factory\": 78,\n            \"building\": 19,\n            \"dependencies\": 1\n          },\n          \"failed\": false,\n          \"errors\": 0,\n          \"warnings\": 0,\n          \"assets\": [],\n          \"reasons\": [\n            {\n              \"moduleId\": 196,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_baseMatches.js\",\n              \"module\": \"./node_modules/lodash/_baseMatches.js\",\n              \"moduleName\": \"./node_modules/lodash/_baseMatches.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"./_baseIsMatch\",\n              \"loc\": \"1:18-43\"\n            }\n          ],\n          \"usedExports\": true,\n          \"providedExports\": null,\n          \"optimizationBailout\": [\n            \"ModuleConcatenation bailout: Module is not an ECMAScript module\"\n          ],\n          \"depth\": 5,\n          \"source\": \"var Stack = require('./_Stack'),\\n    baseIsEqual = require('./_baseIsEqual');\\n\\n/** Used to compose bitmasks for value comparisons. */\\nvar COMPARE_PARTIAL_FLAG = 1,\\n    COMPARE_UNORDERED_FLAG = 2;\\n\\n/**\\n * The base implementation of `_.isMatch` without support for iteratee shorthands.\\n *\\n * @private\\n * @param {Object} object The object to inspect.\\n * @param {Object} source The object of property values to match.\\n * @param {Array} matchData The property names, values, and compare flags to match.\\n * @param {Function} [customizer] The function to customize comparisons.\\n * @returns {boolean} Returns `true` if `object` is a match, else `false`.\\n */\\nfunction baseIsMatch(object, source, matchData, customizer) {\\n  var index = matchData.length,\\n      length = index,\\n      noCustomizer = !customizer;\\n\\n  if (object == null) {\\n    return !length;\\n  }\\n  object = Object(object);\\n  while (index--) {\\n    var data = matchData[index];\\n    if ((noCustomizer && data[2])\\n          ? data[1] !== object[data[0]]\\n          : !(data[0] in object)\\n        ) {\\n      return false;\\n    }\\n  }\\n  while (++index < length) {\\n    data = matchData[index];\\n    var key = data[0],\\n        objValue = object[key],\\n        srcValue = data[1];\\n\\n    if (noCustomizer && data[2]) {\\n      if (objValue === undefined && !(key in object)) {\\n        return false;\\n      }\\n    } else {\\n      var stack = new Stack;\\n      if (customizer) {\\n        var result = customizer(objValue, srcValue, key, object, source, stack);\\n      }\\n      if (!(result === undefined\\n            ? baseIsEqual(srcValue, objValue, COMPARE_PARTIAL_FLAG | COMPARE_UNORDERED_FLAG, customizer, stack)\\n            : result\\n          )) {\\n        return false;\\n      }\\n    }\\n  }\\n  return true;\\n}\\n\\nmodule.exports = baseIsMatch;\\n\"\n        },\n        {\n          \"id\": 198,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_listCacheClear.js\",\n          \"name\": \"./node_modules/lodash/_listCacheClear.js\",\n          \"index\": 50,\n          \"index2\": 42,\n          \"size\": 218,\n          \"cacheable\": true,\n          \"built\": true,\n          \"optional\": false,\n          \"prefetched\": false,\n          \"chunks\": [\n            2\n          ],\n          \"issuer\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_ListCache.js\",\n          \"issuerId\": 63,\n          \"issuerName\": \"./node_modules/lodash/_ListCache.js\",\n          \"issuerPath\": [\n            {\n              \"id\": 191,\n              \"identifier\": \"multi /Users/jarred/Code/styleurl/webpack/customPublicPath /Users/jarred/Code/styleurl/chrome/extension/background\",\n              \"name\": \"multi ./webpack/customPublicPath ./chrome/extension/background\",\n              \"profile\": {\n                \"factory\": 0,\n                \"building\": 0,\n                \"dependencies\": 54\n              }\n            },\n            {\n              \"id\": 192,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/background.js\",\n              \"name\": \"./chrome/extension/background.js\",\n              \"profile\": {\n                \"factory\": 54,\n                \"building\": 639,\n                \"dependencies\": 140\n              }\n            },\n            {\n              \"id\": 193,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/findIndex.js\",\n              \"name\": \"./node_modules/lodash/findIndex.js\",\n              \"profile\": {\n                \"factory\": 140,\n                \"building\": 568,\n                \"dependencies\": 1\n              }\n            },\n            {\n              \"id\": 195,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_baseIteratee.js\",\n              \"name\": \"./node_modules/lodash/_baseIteratee.js\",\n              \"profile\": {\n                \"factory\": 245,\n                \"building\": 75,\n                \"dependencies\": 1\n              }\n            },\n            {\n              \"id\": 196,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_baseMatches.js\",\n              \"name\": \"./node_modules/lodash/_baseMatches.js\",\n              \"profile\": {\n                \"factory\": 82,\n                \"building\": 104,\n                \"dependencies\": 78\n              }\n            },\n            {\n              \"id\": 197,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_baseIsMatch.js\",\n              \"name\": \"./node_modules/lodash/_baseIsMatch.js\",\n              \"profile\": {\n                \"factory\": 78,\n                \"building\": 19,\n                \"dependencies\": 1\n              }\n            },\n            {\n              \"id\": 139,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_Stack.js\",\n              \"name\": \"./node_modules/lodash/_Stack.js\",\n              \"profile\": {\n                \"factory\": 41,\n                \"building\": 34\n              }\n            },\n            {\n              \"id\": 63,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_ListCache.js\",\n              \"name\": \"./node_modules/lodash/_ListCache.js\",\n              \"profile\": {\n                \"factory\": 41,\n                \"building\": 20,\n                \"dependencies\": 0\n              }\n            }\n          ],\n          \"profile\": {\n            \"factory\": 21,\n            \"building\": 38,\n            \"dependencies\": 42\n          },\n          \"failed\": false,\n          \"errors\": 0,\n          \"warnings\": 0,\n          \"assets\": [],\n          \"reasons\": [\n            {\n              \"moduleId\": 63,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_ListCache.js\",\n              \"module\": \"./node_modules/lodash/_ListCache.js\",\n              \"moduleName\": \"./node_modules/lodash/_ListCache.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"./_listCacheClear\",\n              \"loc\": \"1:21-49\"\n            }\n          ],\n          \"usedExports\": true,\n          \"providedExports\": null,\n          \"optimizationBailout\": [\n            \"ModuleConcatenation bailout: Module is not an ECMAScript module\"\n          ],\n          \"depth\": 8,\n          \"source\": \"/**\\n * Removes all key-value entries from the list cache.\\n *\\n * @private\\n * @name clear\\n * @memberOf ListCache\\n */\\nfunction listCacheClear() {\\n  this.__data__ = [];\\n  this.size = 0;\\n}\\n\\nmodule.exports = listCacheClear;\\n\"\n        },\n        {\n          \"id\": 199,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_listCacheDelete.js\",\n          \"name\": \"./node_modules/lodash/_listCacheDelete.js\",\n          \"index\": 51,\n          \"index2\": 45,\n          \"size\": 775,\n          \"cacheable\": true,\n          \"built\": true,\n          \"optional\": false,\n          \"prefetched\": false,\n          \"chunks\": [\n            2\n          ],\n          \"issuer\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_ListCache.js\",\n          \"issuerId\": 63,\n          \"issuerName\": \"./node_modules/lodash/_ListCache.js\",\n          \"issuerPath\": [\n            {\n              \"id\": 191,\n              \"identifier\": \"multi /Users/jarred/Code/styleurl/webpack/customPublicPath /Users/jarred/Code/styleurl/chrome/extension/background\",\n              \"name\": \"multi ./webpack/customPublicPath ./chrome/extension/background\",\n              \"profile\": {\n                \"factory\": 0,\n                \"building\": 0,\n                \"dependencies\": 54\n              }\n            },\n            {\n              \"id\": 192,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/background.js\",\n              \"name\": \"./chrome/extension/background.js\",\n              \"profile\": {\n                \"factory\": 54,\n                \"building\": 639,\n                \"dependencies\": 140\n              }\n            },\n            {\n              \"id\": 193,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/findIndex.js\",\n              \"name\": \"./node_modules/lodash/findIndex.js\",\n              \"profile\": {\n                \"factory\": 140,\n                \"building\": 568,\n                \"dependencies\": 1\n              }\n            },\n            {\n              \"id\": 195,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_baseIteratee.js\",\n              \"name\": \"./node_modules/lodash/_baseIteratee.js\",\n              \"profile\": {\n                \"factory\": 245,\n                \"building\": 75,\n                \"dependencies\": 1\n              }\n            },\n            {\n              \"id\": 196,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_baseMatches.js\",\n              \"name\": \"./node_modules/lodash/_baseMatches.js\",\n              \"profile\": {\n                \"factory\": 82,\n                \"building\": 104,\n                \"dependencies\": 78\n              }\n            },\n            {\n              \"id\": 197,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_baseIsMatch.js\",\n              \"name\": \"./node_modules/lodash/_baseIsMatch.js\",\n              \"profile\": {\n                \"factory\": 78,\n                \"building\": 19,\n                \"dependencies\": 1\n              }\n            },\n            {\n              \"id\": 139,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_Stack.js\",\n              \"name\": \"./node_modules/lodash/_Stack.js\",\n              \"profile\": {\n                \"factory\": 41,\n                \"building\": 34\n              }\n            },\n            {\n              \"id\": 63,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_ListCache.js\",\n              \"name\": \"./node_modules/lodash/_ListCache.js\",\n              \"profile\": {\n                \"factory\": 41,\n                \"building\": 20,\n                \"dependencies\": 0\n              }\n            }\n          ],\n          \"profile\": {\n            \"factory\": 21,\n            \"building\": 38,\n            \"dependencies\": 42\n          },\n          \"failed\": false,\n          \"errors\": 0,\n          \"warnings\": 0,\n          \"assets\": [],\n          \"reasons\": [\n            {\n              \"moduleId\": 63,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_ListCache.js\",\n              \"module\": \"./node_modules/lodash/_ListCache.js\",\n              \"moduleName\": \"./node_modules/lodash/_ListCache.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"./_listCacheDelete\",\n              \"loc\": \"2:22-51\"\n            }\n          ],\n          \"usedExports\": true,\n          \"providedExports\": null,\n          \"optimizationBailout\": [\n            \"ModuleConcatenation bailout: Module is not an ECMAScript module\"\n          ],\n          \"depth\": 8,\n          \"source\": \"var assocIndexOf = require('./_assocIndexOf');\\n\\n/** Used for built-in method references. */\\nvar arrayProto = Array.prototype;\\n\\n/** Built-in value references. */\\nvar splice = arrayProto.splice;\\n\\n/**\\n * Removes `key` and its value from the list cache.\\n *\\n * @private\\n * @name delete\\n * @memberOf ListCache\\n * @param {string} key The key of the value to remove.\\n * @returns {boolean} Returns `true` if the entry was removed, else `false`.\\n */\\nfunction listCacheDelete(key) {\\n  var data = this.__data__,\\n      index = assocIndexOf(data, key);\\n\\n  if (index < 0) {\\n    return false;\\n  }\\n  var lastIndex = data.length - 1;\\n  if (index == lastIndex) {\\n    data.pop();\\n  } else {\\n    splice.call(data, index, 1);\\n  }\\n  --this.size;\\n  return true;\\n}\\n\\nmodule.exports = listCacheDelete;\\n\"\n        },\n        {\n          \"id\": 200,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_listCacheGet.js\",\n          \"name\": \"./node_modules/lodash/_listCacheGet.js\",\n          \"index\": 54,\n          \"index2\": 46,\n          \"size\": 420,\n          \"cacheable\": true,\n          \"built\": true,\n          \"optional\": false,\n          \"prefetched\": false,\n          \"chunks\": [\n            2\n          ],\n          \"issuer\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_ListCache.js\",\n          \"issuerId\": 63,\n          \"issuerName\": \"./node_modules/lodash/_ListCache.js\",\n          \"issuerPath\": [\n            {\n              \"id\": 191,\n              \"identifier\": \"multi /Users/jarred/Code/styleurl/webpack/customPublicPath /Users/jarred/Code/styleurl/chrome/extension/background\",\n              \"name\": \"multi ./webpack/customPublicPath ./chrome/extension/background\",\n              \"profile\": {\n                \"factory\": 0,\n                \"building\": 0,\n                \"dependencies\": 54\n              }\n            },\n            {\n              \"id\": 192,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/background.js\",\n              \"name\": \"./chrome/extension/background.js\",\n              \"profile\": {\n                \"factory\": 54,\n                \"building\": 639,\n                \"dependencies\": 140\n              }\n            },\n            {\n              \"id\": 193,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/findIndex.js\",\n              \"name\": \"./node_modules/lodash/findIndex.js\",\n              \"profile\": {\n                \"factory\": 140,\n                \"building\": 568,\n                \"dependencies\": 1\n              }\n            },\n            {\n              \"id\": 195,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_baseIteratee.js\",\n              \"name\": \"./node_modules/lodash/_baseIteratee.js\",\n              \"profile\": {\n                \"factory\": 245,\n                \"building\": 75,\n                \"dependencies\": 1\n              }\n            },\n            {\n              \"id\": 196,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_baseMatches.js\",\n              \"name\": \"./node_modules/lodash/_baseMatches.js\",\n              \"profile\": {\n                \"factory\": 82,\n                \"building\": 104,\n                \"dependencies\": 78\n              }\n            },\n            {\n              \"id\": 197,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_baseIsMatch.js\",\n              \"name\": \"./node_modules/lodash/_baseIsMatch.js\",\n              \"profile\": {\n                \"factory\": 78,\n                \"building\": 19,\n                \"dependencies\": 1\n              }\n            },\n            {\n              \"id\": 139,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_Stack.js\",\n              \"name\": \"./node_modules/lodash/_Stack.js\",\n              \"profile\": {\n                \"factory\": 41,\n                \"building\": 34\n              }\n            },\n            {\n              \"id\": 63,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_ListCache.js\",\n              \"name\": \"./node_modules/lodash/_ListCache.js\",\n              \"profile\": {\n                \"factory\": 41,\n                \"building\": 20,\n                \"dependencies\": 0\n              }\n            }\n          ],\n          \"profile\": {\n            \"factory\": 21,\n            \"building\": 38,\n            \"dependencies\": 42\n          },\n          \"failed\": false,\n          \"errors\": 0,\n          \"warnings\": 0,\n          \"assets\": [],\n          \"reasons\": [\n            {\n              \"moduleId\": 63,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_ListCache.js\",\n              \"module\": \"./node_modules/lodash/_ListCache.js\",\n              \"moduleName\": \"./node_modules/lodash/_ListCache.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"./_listCacheGet\",\n              \"loc\": \"3:19-45\"\n            }\n          ],\n          \"usedExports\": true,\n          \"providedExports\": null,\n          \"optimizationBailout\": [\n            \"ModuleConcatenation bailout: Module is not an ECMAScript module\"\n          ],\n          \"depth\": 8,\n          \"source\": \"var assocIndexOf = require('./_assocIndexOf');\\n\\n/**\\n * Gets the list cache value for `key`.\\n *\\n * @private\\n * @name get\\n * @memberOf ListCache\\n * @param {string} key The key of the value to get.\\n * @returns {*} Returns the entry value.\\n */\\nfunction listCacheGet(key) {\\n  var data = this.__data__,\\n      index = assocIndexOf(data, key);\\n\\n  return index < 0 ? undefined : data[index][1];\\n}\\n\\nmodule.exports = listCacheGet;\\n\"\n        },\n        {\n          \"id\": 201,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_listCacheHas.js\",\n          \"name\": \"./node_modules/lodash/_listCacheHas.js\",\n          \"index\": 55,\n          \"index2\": 47,\n          \"size\": 403,\n          \"cacheable\": true,\n          \"built\": true,\n          \"optional\": false,\n          \"prefetched\": false,\n          \"chunks\": [\n            2\n          ],\n          \"issuer\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_ListCache.js\",\n          \"issuerId\": 63,\n          \"issuerName\": \"./node_modules/lodash/_ListCache.js\",\n          \"issuerPath\": [\n            {\n              \"id\": 191,\n              \"identifier\": \"multi /Users/jarred/Code/styleurl/webpack/customPublicPath /Users/jarred/Code/styleurl/chrome/extension/background\",\n              \"name\": \"multi ./webpack/customPublicPath ./chrome/extension/background\",\n              \"profile\": {\n                \"factory\": 0,\n                \"building\": 0,\n                \"dependencies\": 54\n              }\n            },\n            {\n              \"id\": 192,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/background.js\",\n              \"name\": \"./chrome/extension/background.js\",\n              \"profile\": {\n                \"factory\": 54,\n                \"building\": 639,\n                \"dependencies\": 140\n              }\n            },\n            {\n              \"id\": 193,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/findIndex.js\",\n              \"name\": \"./node_modules/lodash/findIndex.js\",\n              \"profile\": {\n                \"factory\": 140,\n                \"building\": 568,\n                \"dependencies\": 1\n              }\n            },\n            {\n              \"id\": 195,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_baseIteratee.js\",\n              \"name\": \"./node_modules/lodash/_baseIteratee.js\",\n              \"profile\": {\n                \"factory\": 245,\n                \"building\": 75,\n                \"dependencies\": 1\n              }\n            },\n            {\n              \"id\": 196,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_baseMatches.js\",\n              \"name\": \"./node_modules/lodash/_baseMatches.js\",\n              \"profile\": {\n                \"factory\": 82,\n                \"building\": 104,\n                \"dependencies\": 78\n              }\n            },\n            {\n              \"id\": 197,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_baseIsMatch.js\",\n              \"name\": \"./node_modules/lodash/_baseIsMatch.js\",\n              \"profile\": {\n                \"factory\": 78,\n                \"building\": 19,\n                \"dependencies\": 1\n              }\n            },\n            {\n              \"id\": 139,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_Stack.js\",\n              \"name\": \"./node_modules/lodash/_Stack.js\",\n              \"profile\": {\n                \"factory\": 41,\n                \"building\": 34\n              }\n            },\n            {\n              \"id\": 63,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_ListCache.js\",\n              \"name\": \"./node_modules/lodash/_ListCache.js\",\n              \"profile\": {\n                \"factory\": 41,\n                \"building\": 20,\n                \"dependencies\": 0\n              }\n            }\n          ],\n          \"profile\": {\n            \"factory\": 21,\n            \"building\": 38,\n            \"dependencies\": 42\n          },\n          \"failed\": false,\n          \"errors\": 0,\n          \"warnings\": 0,\n          \"assets\": [],\n          \"reasons\": [\n            {\n              \"moduleId\": 63,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_ListCache.js\",\n              \"module\": \"./node_modules/lodash/_ListCache.js\",\n              \"moduleName\": \"./node_modules/lodash/_ListCache.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"./_listCacheHas\",\n              \"loc\": \"4:19-45\"\n            }\n          ],\n          \"usedExports\": true,\n          \"providedExports\": null,\n          \"optimizationBailout\": [\n            \"ModuleConcatenation bailout: Module is not an ECMAScript module\"\n          ],\n          \"depth\": 8,\n          \"source\": \"var assocIndexOf = require('./_assocIndexOf');\\n\\n/**\\n * Checks if a list cache value for `key` exists.\\n *\\n * @private\\n * @name has\\n * @memberOf ListCache\\n * @param {string} key The key of the entry to check.\\n * @returns {boolean} Returns `true` if an entry for `key` exists, else `false`.\\n */\\nfunction listCacheHas(key) {\\n  return assocIndexOf(this.__data__, key) > -1;\\n}\\n\\nmodule.exports = listCacheHas;\\n\"\n        },\n        {\n          \"id\": 202,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_listCacheSet.js\",\n          \"name\": \"./node_modules/lodash/_listCacheSet.js\",\n          \"index\": 56,\n          \"index2\": 48,\n          \"size\": 553,\n          \"cacheable\": true,\n          \"built\": true,\n          \"optional\": false,\n          \"prefetched\": false,\n          \"chunks\": [\n            2\n          ],\n          \"issuer\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_ListCache.js\",\n          \"issuerId\": 63,\n          \"issuerName\": \"./node_modules/lodash/_ListCache.js\",\n          \"issuerPath\": [\n            {\n              \"id\": 191,\n              \"identifier\": \"multi /Users/jarred/Code/styleurl/webpack/customPublicPath /Users/jarred/Code/styleurl/chrome/extension/background\",\n              \"name\": \"multi ./webpack/customPublicPath ./chrome/extension/background\",\n              \"profile\": {\n                \"factory\": 0,\n                \"building\": 0,\n                \"dependencies\": 54\n              }\n            },\n            {\n              \"id\": 192,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/background.js\",\n              \"name\": \"./chrome/extension/background.js\",\n              \"profile\": {\n                \"factory\": 54,\n                \"building\": 639,\n                \"dependencies\": 140\n              }\n            },\n            {\n              \"id\": 193,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/findIndex.js\",\n              \"name\": \"./node_modules/lodash/findIndex.js\",\n              \"profile\": {\n                \"factory\": 140,\n                \"building\": 568,\n                \"dependencies\": 1\n              }\n            },\n            {\n              \"id\": 195,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_baseIteratee.js\",\n              \"name\": \"./node_modules/lodash/_baseIteratee.js\",\n              \"profile\": {\n                \"factory\": 245,\n                \"building\": 75,\n                \"dependencies\": 1\n              }\n            },\n            {\n              \"id\": 196,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_baseMatches.js\",\n              \"name\": \"./node_modules/lodash/_baseMatches.js\",\n              \"profile\": {\n                \"factory\": 82,\n                \"building\": 104,\n                \"dependencies\": 78\n              }\n            },\n            {\n              \"id\": 197,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_baseIsMatch.js\",\n              \"name\": \"./node_modules/lodash/_baseIsMatch.js\",\n              \"profile\": {\n                \"factory\": 78,\n                \"building\": 19,\n                \"dependencies\": 1\n              }\n            },\n            {\n              \"id\": 139,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_Stack.js\",\n              \"name\": \"./node_modules/lodash/_Stack.js\",\n              \"profile\": {\n                \"factory\": 41,\n                \"building\": 34\n              }\n            },\n            {\n              \"id\": 63,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_ListCache.js\",\n              \"name\": \"./node_modules/lodash/_ListCache.js\",\n              \"profile\": {\n                \"factory\": 41,\n                \"building\": 20,\n                \"dependencies\": 0\n              }\n            }\n          ],\n          \"profile\": {\n            \"factory\": 21,\n            \"building\": 38,\n            \"dependencies\": 42\n          },\n          \"failed\": false,\n          \"errors\": 0,\n          \"warnings\": 0,\n          \"assets\": [],\n          \"reasons\": [\n            {\n              \"moduleId\": 63,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_ListCache.js\",\n              \"module\": \"./node_modules/lodash/_ListCache.js\",\n              \"moduleName\": \"./node_modules/lodash/_ListCache.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"./_listCacheSet\",\n              \"loc\": \"5:19-45\"\n            }\n          ],\n          \"usedExports\": true,\n          \"providedExports\": null,\n          \"optimizationBailout\": [\n            \"ModuleConcatenation bailout: Module is not an ECMAScript module\"\n          ],\n          \"depth\": 8,\n          \"source\": \"var assocIndexOf = require('./_assocIndexOf');\\n\\n/**\\n * Sets the list cache `key` to `value`.\\n *\\n * @private\\n * @name set\\n * @memberOf ListCache\\n * @param {string} key The key of the value to set.\\n * @param {*} value The value to set.\\n * @returns {Object} Returns the list cache instance.\\n */\\nfunction listCacheSet(key, value) {\\n  var data = this.__data__,\\n      index = assocIndexOf(data, key);\\n\\n  if (index < 0) {\\n    ++this.size;\\n    data.push([key, value]);\\n  } else {\\n    data[index][1] = value;\\n  }\\n  return this;\\n}\\n\\nmodule.exports = listCacheSet;\\n\"\n        },\n        {\n          \"id\": 203,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_stackClear.js\",\n          \"name\": \"./node_modules/lodash/_stackClear.js\",\n          \"index\": 57,\n          \"index2\": 50,\n          \"size\": 254,\n          \"cacheable\": true,\n          \"built\": true,\n          \"optional\": false,\n          \"prefetched\": false,\n          \"chunks\": [\n            2\n          ],\n          \"issuer\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_Stack.js\",\n          \"issuerId\": 139,\n          \"issuerName\": \"./node_modules/lodash/_Stack.js\",\n          \"issuerPath\": [\n            {\n              \"id\": 191,\n              \"identifier\": \"multi /Users/jarred/Code/styleurl/webpack/customPublicPath /Users/jarred/Code/styleurl/chrome/extension/background\",\n              \"name\": \"multi ./webpack/customPublicPath ./chrome/extension/background\",\n              \"profile\": {\n                \"factory\": 0,\n                \"building\": 0,\n                \"dependencies\": 54\n              }\n            },\n            {\n              \"id\": 192,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/background.js\",\n              \"name\": \"./chrome/extension/background.js\",\n              \"profile\": {\n                \"factory\": 54,\n                \"building\": 639,\n                \"dependencies\": 140\n              }\n            },\n            {\n              \"id\": 193,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/findIndex.js\",\n              \"name\": \"./node_modules/lodash/findIndex.js\",\n              \"profile\": {\n                \"factory\": 140,\n                \"building\": 568,\n                \"dependencies\": 1\n              }\n            },\n            {\n              \"id\": 195,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_baseIteratee.js\",\n              \"name\": \"./node_modules/lodash/_baseIteratee.js\",\n              \"profile\": {\n                \"factory\": 245,\n                \"building\": 75,\n                \"dependencies\": 1\n              }\n            },\n            {\n              \"id\": 196,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_baseMatches.js\",\n              \"name\": \"./node_modules/lodash/_baseMatches.js\",\n              \"profile\": {\n                \"factory\": 82,\n                \"building\": 104,\n                \"dependencies\": 78\n              }\n            },\n            {\n              \"id\": 197,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_baseIsMatch.js\",\n              \"name\": \"./node_modules/lodash/_baseIsMatch.js\",\n              \"profile\": {\n                \"factory\": 78,\n                \"building\": 19,\n                \"dependencies\": 1\n              }\n            },\n            {\n              \"id\": 139,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_Stack.js\",\n              \"name\": \"./node_modules/lodash/_Stack.js\",\n              \"profile\": {\n                \"factory\": 41,\n                \"building\": 34\n              }\n            }\n          ],\n          \"profile\": {\n            \"factory\": 41,\n            \"building\": 20,\n            \"dependencies\": 0\n          },\n          \"failed\": false,\n          \"errors\": 0,\n          \"warnings\": 0,\n          \"assets\": [],\n          \"reasons\": [\n            {\n              \"moduleId\": 139,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_Stack.js\",\n              \"module\": \"./node_modules/lodash/_Stack.js\",\n              \"moduleName\": \"./node_modules/lodash/_Stack.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"./_stackClear\",\n              \"loc\": \"2:17-41\"\n            }\n          ],\n          \"usedExports\": true,\n          \"providedExports\": null,\n          \"optimizationBailout\": [\n            \"ModuleConcatenation bailout: Module is not an ECMAScript module\"\n          ],\n          \"depth\": 7,\n          \"source\": \"var ListCache = require('./_ListCache');\\n\\n/**\\n * Removes all key-value entries from the stack.\\n *\\n * @private\\n * @name clear\\n * @memberOf Stack\\n */\\nfunction stackClear() {\\n  this.__data__ = new ListCache;\\n  this.size = 0;\\n}\\n\\nmodule.exports = stackClear;\\n\"\n        },\n        {\n          \"id\": 204,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_stackDelete.js\",\n          \"name\": \"./node_modules/lodash/_stackDelete.js\",\n          \"index\": 58,\n          \"index2\": 51,\n          \"size\": 405,\n          \"cacheable\": true,\n          \"built\": true,\n          \"optional\": false,\n          \"prefetched\": false,\n          \"chunks\": [\n            2\n          ],\n          \"issuer\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_Stack.js\",\n          \"issuerId\": 139,\n          \"issuerName\": \"./node_modules/lodash/_Stack.js\",\n          \"issuerPath\": [\n            {\n              \"id\": 191,\n              \"identifier\": \"multi /Users/jarred/Code/styleurl/webpack/customPublicPath /Users/jarred/Code/styleurl/chrome/extension/background\",\n              \"name\": \"multi ./webpack/customPublicPath ./chrome/extension/background\",\n              \"profile\": {\n                \"factory\": 0,\n                \"building\": 0,\n                \"dependencies\": 54\n              }\n            },\n            {\n              \"id\": 192,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/background.js\",\n              \"name\": \"./chrome/extension/background.js\",\n              \"profile\": {\n                \"factory\": 54,\n                \"building\": 639,\n                \"dependencies\": 140\n              }\n            },\n            {\n              \"id\": 193,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/findIndex.js\",\n              \"name\": \"./node_modules/lodash/findIndex.js\",\n              \"profile\": {\n                \"factory\": 140,\n                \"building\": 568,\n                \"dependencies\": 1\n              }\n            },\n            {\n              \"id\": 195,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_baseIteratee.js\",\n              \"name\": \"./node_modules/lodash/_baseIteratee.js\",\n              \"profile\": {\n                \"factory\": 245,\n                \"building\": 75,\n                \"dependencies\": 1\n              }\n            },\n            {\n              \"id\": 196,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_baseMatches.js\",\n              \"name\": \"./node_modules/lodash/_baseMatches.js\",\n              \"profile\": {\n                \"factory\": 82,\n                \"building\": 104,\n                \"dependencies\": 78\n              }\n            },\n            {\n              \"id\": 197,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_baseIsMatch.js\",\n              \"name\": \"./node_modules/lodash/_baseIsMatch.js\",\n              \"profile\": {\n                \"factory\": 78,\n                \"building\": 19,\n                \"dependencies\": 1\n              }\n            },\n            {\n              \"id\": 139,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_Stack.js\",\n              \"name\": \"./node_modules/lodash/_Stack.js\",\n              \"profile\": {\n                \"factory\": 41,\n                \"building\": 34\n              }\n            }\n          ],\n          \"profile\": {\n            \"factory\": 41,\n            \"building\": 20,\n            \"dependencies\": 0\n          },\n          \"failed\": false,\n          \"errors\": 0,\n          \"warnings\": 0,\n          \"assets\": [],\n          \"reasons\": [\n            {\n              \"moduleId\": 139,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_Stack.js\",\n              \"module\": \"./node_modules/lodash/_Stack.js\",\n              \"moduleName\": \"./node_modules/lodash/_Stack.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"./_stackDelete\",\n              \"loc\": \"3:18-43\"\n            }\n          ],\n          \"usedExports\": true,\n          \"providedExports\": null,\n          \"optimizationBailout\": [\n            \"ModuleConcatenation bailout: Module is not an ECMAScript module\"\n          ],\n          \"depth\": 7,\n          \"source\": \"/**\\n * Removes `key` and its value from the stack.\\n *\\n * @private\\n * @name delete\\n * @memberOf Stack\\n * @param {string} key The key of the value to remove.\\n * @returns {boolean} Returns `true` if the entry was removed, else `false`.\\n */\\nfunction stackDelete(key) {\\n  var data = this.__data__,\\n      result = data['delete'](key);\\n\\n  this.size = data.size;\\n  return result;\\n}\\n\\nmodule.exports = stackDelete;\\n\"\n        },\n        {\n          \"id\": 205,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_stackGet.js\",\n          \"name\": \"./node_modules/lodash/_stackGet.js\",\n          \"index\": 59,\n          \"index2\": 52,\n          \"size\": 271,\n          \"cacheable\": true,\n          \"built\": true,\n          \"optional\": false,\n          \"prefetched\": false,\n          \"chunks\": [\n            2\n          ],\n          \"issuer\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_Stack.js\",\n          \"issuerId\": 139,\n          \"issuerName\": \"./node_modules/lodash/_Stack.js\",\n          \"issuerPath\": [\n            {\n              \"id\": 191,\n              \"identifier\": \"multi /Users/jarred/Code/styleurl/webpack/customPublicPath /Users/jarred/Code/styleurl/chrome/extension/background\",\n              \"name\": \"multi ./webpack/customPublicPath ./chrome/extension/background\",\n              \"profile\": {\n                \"factory\": 0,\n                \"building\": 0,\n                \"dependencies\": 54\n              }\n            },\n            {\n              \"id\": 192,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/background.js\",\n              \"name\": \"./chrome/extension/background.js\",\n              \"profile\": {\n                \"factory\": 54,\n                \"building\": 639,\n                \"dependencies\": 140\n              }\n            },\n            {\n              \"id\": 193,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/findIndex.js\",\n              \"name\": \"./node_modules/lodash/findIndex.js\",\n              \"profile\": {\n                \"factory\": 140,\n                \"building\": 568,\n                \"dependencies\": 1\n              }\n            },\n            {\n              \"id\": 195,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_baseIteratee.js\",\n              \"name\": \"./node_modules/lodash/_baseIteratee.js\",\n              \"profile\": {\n                \"factory\": 245,\n                \"building\": 75,\n                \"dependencies\": 1\n              }\n            },\n            {\n              \"id\": 196,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_baseMatches.js\",\n              \"name\": \"./node_modules/lodash/_baseMatches.js\",\n              \"profile\": {\n                \"factory\": 82,\n                \"building\": 104,\n                \"dependencies\": 78\n              }\n            },\n            {\n              \"id\": 197,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_baseIsMatch.js\",\n              \"name\": \"./node_modules/lodash/_baseIsMatch.js\",\n              \"profile\": {\n                \"factory\": 78,\n                \"building\": 19,\n                \"dependencies\": 1\n              }\n            },\n            {\n              \"id\": 139,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_Stack.js\",\n              \"name\": \"./node_modules/lodash/_Stack.js\",\n              \"profile\": {\n                \"factory\": 41,\n                \"building\": 34\n              }\n            }\n          ],\n          \"profile\": {\n            \"factory\": 41,\n            \"building\": 20,\n            \"dependencies\": 0\n          },\n          \"failed\": false,\n          \"errors\": 0,\n          \"warnings\": 0,\n          \"assets\": [],\n          \"reasons\": [\n            {\n              \"moduleId\": 139,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_Stack.js\",\n              \"module\": \"./node_modules/lodash/_Stack.js\",\n              \"moduleName\": \"./node_modules/lodash/_Stack.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"./_stackGet\",\n              \"loc\": \"4:15-37\"\n            }\n          ],\n          \"usedExports\": true,\n          \"providedExports\": null,\n          \"optimizationBailout\": [\n            \"ModuleConcatenation bailout: Module is not an ECMAScript module\"\n          ],\n          \"depth\": 7,\n          \"source\": \"/**\\n * Gets the stack value for `key`.\\n *\\n * @private\\n * @name get\\n * @memberOf Stack\\n * @param {string} key The key of the value to get.\\n * @returns {*} Returns the entry value.\\n */\\nfunction stackGet(key) {\\n  return this.__data__.get(key);\\n}\\n\\nmodule.exports = stackGet;\\n\"\n        },\n        {\n          \"id\": 206,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_stackHas.js\",\n          \"name\": \"./node_modules/lodash/_stackHas.js\",\n          \"index\": 60,\n          \"index2\": 53,\n          \"size\": 323,\n          \"cacheable\": true,\n          \"built\": true,\n          \"optional\": false,\n          \"prefetched\": false,\n          \"chunks\": [\n            2\n          ],\n          \"issuer\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_Stack.js\",\n          \"issuerId\": 139,\n          \"issuerName\": \"./node_modules/lodash/_Stack.js\",\n          \"issuerPath\": [\n            {\n              \"id\": 191,\n              \"identifier\": \"multi /Users/jarred/Code/styleurl/webpack/customPublicPath /Users/jarred/Code/styleurl/chrome/extension/background\",\n              \"name\": \"multi ./webpack/customPublicPath ./chrome/extension/background\",\n              \"profile\": {\n                \"factory\": 0,\n                \"building\": 0,\n                \"dependencies\": 54\n              }\n            },\n            {\n              \"id\": 192,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/background.js\",\n              \"name\": \"./chrome/extension/background.js\",\n              \"profile\": {\n                \"factory\": 54,\n                \"building\": 639,\n                \"dependencies\": 140\n              }\n            },\n            {\n              \"id\": 193,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/findIndex.js\",\n              \"name\": \"./node_modules/lodash/findIndex.js\",\n              \"profile\": {\n                \"factory\": 140,\n                \"building\": 568,\n                \"dependencies\": 1\n              }\n            },\n            {\n              \"id\": 195,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_baseIteratee.js\",\n              \"name\": \"./node_modules/lodash/_baseIteratee.js\",\n              \"profile\": {\n                \"factory\": 245,\n                \"building\": 75,\n                \"dependencies\": 1\n              }\n            },\n            {\n              \"id\": 196,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_baseMatches.js\",\n              \"name\": \"./node_modules/lodash/_baseMatches.js\",\n              \"profile\": {\n                \"factory\": 82,\n                \"building\": 104,\n                \"dependencies\": 78\n              }\n            },\n            {\n              \"id\": 197,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_baseIsMatch.js\",\n              \"name\": \"./node_modules/lodash/_baseIsMatch.js\",\n              \"profile\": {\n                \"factory\": 78,\n                \"building\": 19,\n                \"dependencies\": 1\n              }\n            },\n            {\n              \"id\": 139,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_Stack.js\",\n              \"name\": \"./node_modules/lodash/_Stack.js\",\n              \"profile\": {\n                \"factory\": 41,\n                \"building\": 34\n              }\n            }\n          ],\n          \"profile\": {\n            \"factory\": 41,\n            \"building\": 20,\n            \"dependencies\": 0\n          },\n          \"failed\": false,\n          \"errors\": 0,\n          \"warnings\": 0,\n          \"assets\": [],\n          \"reasons\": [\n            {\n              \"moduleId\": 139,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_Stack.js\",\n              \"module\": \"./node_modules/lodash/_Stack.js\",\n              \"moduleName\": \"./node_modules/lodash/_Stack.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"./_stackHas\",\n              \"loc\": \"5:15-37\"\n            }\n          ],\n          \"usedExports\": true,\n          \"providedExports\": null,\n          \"optimizationBailout\": [\n            \"ModuleConcatenation bailout: Module is not an ECMAScript module\"\n          ],\n          \"depth\": 7,\n          \"source\": \"/**\\n * Checks if a stack value for `key` exists.\\n *\\n * @private\\n * @name has\\n * @memberOf Stack\\n * @param {string} key The key of the entry to check.\\n * @returns {boolean} Returns `true` if an entry for `key` exists, else `false`.\\n */\\nfunction stackHas(key) {\\n  return this.__data__.has(key);\\n}\\n\\nmodule.exports = stackHas;\\n\"\n        },\n        {\n          \"id\": 207,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_stackSet.js\",\n          \"name\": \"./node_modules/lodash/_stackSet.js\",\n          \"index\": 61,\n          \"index2\": 84,\n          \"size\": 853,\n          \"cacheable\": true,\n          \"built\": true,\n          \"optional\": false,\n          \"prefetched\": false,\n          \"chunks\": [\n            2\n          ],\n          \"issuer\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_Stack.js\",\n          \"issuerId\": 139,\n          \"issuerName\": \"./node_modules/lodash/_Stack.js\",\n          \"issuerPath\": [\n            {\n              \"id\": 191,\n              \"identifier\": \"multi /Users/jarred/Code/styleurl/webpack/customPublicPath /Users/jarred/Code/styleurl/chrome/extension/background\",\n              \"name\": \"multi ./webpack/customPublicPath ./chrome/extension/background\",\n              \"profile\": {\n                \"factory\": 0,\n                \"building\": 0,\n                \"dependencies\": 54\n              }\n            },\n            {\n              \"id\": 192,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/background.js\",\n              \"name\": \"./chrome/extension/background.js\",\n              \"profile\": {\n                \"factory\": 54,\n                \"building\": 639,\n                \"dependencies\": 140\n              }\n            },\n            {\n              \"id\": 193,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/findIndex.js\",\n              \"name\": \"./node_modules/lodash/findIndex.js\",\n              \"profile\": {\n                \"factory\": 140,\n                \"building\": 568,\n                \"dependencies\": 1\n              }\n            },\n            {\n              \"id\": 195,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_baseIteratee.js\",\n              \"name\": \"./node_modules/lodash/_baseIteratee.js\",\n              \"profile\": {\n                \"factory\": 245,\n                \"building\": 75,\n                \"dependencies\": 1\n              }\n            },\n            {\n              \"id\": 196,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_baseMatches.js\",\n              \"name\": \"./node_modules/lodash/_baseMatches.js\",\n              \"profile\": {\n                \"factory\": 82,\n                \"building\": 104,\n                \"dependencies\": 78\n              }\n            },\n            {\n              \"id\": 197,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_baseIsMatch.js\",\n              \"name\": \"./node_modules/lodash/_baseIsMatch.js\",\n              \"profile\": {\n                \"factory\": 78,\n                \"building\": 19,\n                \"dependencies\": 1\n              }\n            },\n            {\n              \"id\": 139,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_Stack.js\",\n              \"name\": \"./node_modules/lodash/_Stack.js\",\n              \"profile\": {\n                \"factory\": 41,\n                \"building\": 34\n              }\n            }\n          ],\n          \"profile\": {\n            \"factory\": 41,\n            \"building\": 20,\n            \"dependencies\": 0\n          },\n          \"failed\": false,\n          \"errors\": 0,\n          \"warnings\": 0,\n          \"assets\": [],\n          \"reasons\": [\n            {\n              \"moduleId\": 139,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_Stack.js\",\n              \"module\": \"./node_modules/lodash/_Stack.js\",\n              \"moduleName\": \"./node_modules/lodash/_Stack.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"./_stackSet\",\n              \"loc\": \"6:15-37\"\n            }\n          ],\n          \"usedExports\": true,\n          \"providedExports\": null,\n          \"optimizationBailout\": [\n            \"ModuleConcatenation bailout: Module is not an ECMAScript module\"\n          ],\n          \"depth\": 7,\n          \"source\": \"var ListCache = require('./_ListCache'),\\n    Map = require('./_Map'),\\n    MapCache = require('./_MapCache');\\n\\n/** Used as the size to enable large array optimizations. */\\nvar LARGE_ARRAY_SIZE = 200;\\n\\n/**\\n * Sets the stack `key` to `value`.\\n *\\n * @private\\n * @name set\\n * @memberOf Stack\\n * @param {string} key The key of the value to set.\\n * @param {*} value The value to set.\\n * @returns {Object} Returns the stack cache instance.\\n */\\nfunction stackSet(key, value) {\\n  var data = this.__data__;\\n  if (data instanceof ListCache) {\\n    var pairs = data.__data__;\\n    if (!Map || (pairs.length < LARGE_ARRAY_SIZE - 1)) {\\n      pairs.push([key, value]);\\n      this.size = ++data.size;\\n      return this;\\n    }\\n    data = this.__data__ = new MapCache(pairs);\\n  }\\n  data.set(key, value);\\n  this.size = data.size;\\n  return this;\\n}\\n\\nmodule.exports = stackSet;\\n\"\n        },\n        {\n          \"id\": 208,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_mapCacheClear.js\",\n          \"name\": \"./node_modules/lodash/_mapCacheClear.js\",\n          \"index\": 78,\n          \"index2\": 76,\n          \"size\": 393,\n          \"cacheable\": true,\n          \"built\": true,\n          \"optional\": false,\n          \"prefetched\": false,\n          \"chunks\": [\n            2\n          ],\n          \"issuer\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_MapCache.js\",\n          \"issuerId\": 93,\n          \"issuerName\": \"./node_modules/lodash/_MapCache.js\",\n          \"issuerPath\": [\n            {\n              \"id\": 191,\n              \"identifier\": \"multi /Users/jarred/Code/styleurl/webpack/customPublicPath /Users/jarred/Code/styleurl/chrome/extension/background\",\n              \"name\": \"multi ./webpack/customPublicPath ./chrome/extension/background\",\n              \"profile\": {\n                \"factory\": 0,\n                \"building\": 0,\n                \"dependencies\": 54\n              }\n            },\n            {\n              \"id\": 192,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/background.js\",\n              \"name\": \"./chrome/extension/background.js\",\n              \"profile\": {\n                \"factory\": 54,\n                \"building\": 639,\n                \"dependencies\": 140\n              }\n            },\n            {\n              \"id\": 193,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/findIndex.js\",\n              \"name\": \"./node_modules/lodash/findIndex.js\",\n              \"profile\": {\n                \"factory\": 140,\n                \"building\": 568,\n                \"dependencies\": 1\n              }\n            },\n            {\n              \"id\": 195,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_baseIteratee.js\",\n              \"name\": \"./node_modules/lodash/_baseIteratee.js\",\n              \"profile\": {\n                \"factory\": 245,\n                \"building\": 75,\n                \"dependencies\": 1\n              }\n            },\n            {\n              \"id\": 196,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_baseMatches.js\",\n              \"name\": \"./node_modules/lodash/_baseMatches.js\",\n              \"profile\": {\n                \"factory\": 82,\n                \"building\": 104,\n                \"dependencies\": 78\n              }\n            },\n            {\n              \"id\": 197,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_baseIsMatch.js\",\n              \"name\": \"./node_modules/lodash/_baseIsMatch.js\",\n              \"profile\": {\n                \"factory\": 78,\n                \"building\": 19,\n                \"dependencies\": 1\n              }\n            },\n            {\n              \"id\": 139,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_Stack.js\",\n              \"name\": \"./node_modules/lodash/_Stack.js\",\n              \"profile\": {\n                \"factory\": 41,\n                \"building\": 34\n              }\n            },\n            {\n              \"id\": 207,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_stackSet.js\",\n              \"name\": \"./node_modules/lodash/_stackSet.js\",\n              \"profile\": {\n                \"factory\": 41,\n                \"building\": 20,\n                \"dependencies\": 0\n              }\n            },\n            {\n              \"id\": 93,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_MapCache.js\",\n              \"name\": \"./node_modules/lodash/_MapCache.js\",\n              \"profile\": {\n                \"factory\": 19,\n                \"building\": 39\n              }\n            }\n          ],\n          \"profile\": {\n            \"factory\": 41,\n            \"building\": 23,\n            \"dependencies\": 94\n          },\n          \"failed\": false,\n          \"errors\": 0,\n          \"warnings\": 0,\n          \"assets\": [],\n          \"reasons\": [\n            {\n              \"moduleId\": 93,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_MapCache.js\",\n              \"module\": \"./node_modules/lodash/_MapCache.js\",\n              \"moduleName\": \"./node_modules/lodash/_MapCache.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"./_mapCacheClear\",\n              \"loc\": \"1:20-47\"\n            }\n          ],\n          \"usedExports\": true,\n          \"providedExports\": null,\n          \"optimizationBailout\": [\n            \"ModuleConcatenation bailout: Module is not an ECMAScript module\"\n          ],\n          \"depth\": 9,\n          \"source\": \"var Hash = require('./_Hash'),\\n    ListCache = require('./_ListCache'),\\n    Map = require('./_Map');\\n\\n/**\\n * Removes all key-value entries from the map.\\n *\\n * @private\\n * @name clear\\n * @memberOf MapCache\\n */\\nfunction mapCacheClear() {\\n  this.size = 0;\\n  this.__data__ = {\\n    'hash': new Hash,\\n    'map': new (Map || ListCache),\\n    'string': new Hash\\n  };\\n}\\n\\nmodule.exports = mapCacheClear;\\n\"\n        },\n        {\n          \"id\": 209,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_Hash.js\",\n          \"name\": \"./node_modules/lodash/_Hash.js\",\n          \"index\": 79,\n          \"index2\": 75,\n          \"size\": 747,\n          \"cacheable\": true,\n          \"built\": true,\n          \"optional\": false,\n          \"prefetched\": false,\n          \"chunks\": [\n            2\n          ],\n          \"issuer\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_mapCacheClear.js\",\n          \"issuerId\": 208,\n          \"issuerName\": \"./node_modules/lodash/_mapCacheClear.js\",\n          \"issuerPath\": [\n            {\n              \"id\": 191,\n              \"identifier\": \"multi /Users/jarred/Code/styleurl/webpack/customPublicPath /Users/jarred/Code/styleurl/chrome/extension/background\",\n              \"name\": \"multi ./webpack/customPublicPath ./chrome/extension/background\",\n              \"profile\": {\n                \"factory\": 0,\n                \"building\": 0,\n                \"dependencies\": 54\n              }\n            },\n            {\n              \"id\": 192,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/background.js\",\n              \"name\": \"./chrome/extension/background.js\",\n              \"profile\": {\n                \"factory\": 54,\n                \"building\": 639,\n                \"dependencies\": 140\n              }\n            },\n            {\n              \"id\": 193,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/findIndex.js\",\n              \"name\": \"./node_modules/lodash/findIndex.js\",\n              \"profile\": {\n                \"factory\": 140,\n                \"building\": 568,\n                \"dependencies\": 1\n              }\n            },\n            {\n              \"id\": 195,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_baseIteratee.js\",\n              \"name\": \"./node_modules/lodash/_baseIteratee.js\",\n              \"profile\": {\n                \"factory\": 245,\n                \"building\": 75,\n                \"dependencies\": 1\n              }\n            },\n            {\n              \"id\": 196,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_baseMatches.js\",\n              \"name\": \"./node_modules/lodash/_baseMatches.js\",\n              \"profile\": {\n                \"factory\": 82,\n                \"building\": 104,\n                \"dependencies\": 78\n              }\n            },\n            {\n              \"id\": 197,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_baseIsMatch.js\",\n              \"name\": \"./node_modules/lodash/_baseIsMatch.js\",\n              \"profile\": {\n                \"factory\": 78,\n                \"building\": 19,\n                \"dependencies\": 1\n              }\n            },\n            {\n              \"id\": 139,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_Stack.js\",\n              \"name\": \"./node_modules/lodash/_Stack.js\",\n              \"profile\": {\n                \"factory\": 41,\n                \"building\": 34\n              }\n            },\n            {\n              \"id\": 207,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_stackSet.js\",\n              \"name\": \"./node_modules/lodash/_stackSet.js\",\n              \"profile\": {\n                \"factory\": 41,\n                \"building\": 20,\n                \"dependencies\": 0\n              }\n            },\n            {\n              \"id\": 93,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_MapCache.js\",\n              \"name\": \"./node_modules/lodash/_MapCache.js\",\n              \"profile\": {\n                \"factory\": 19,\n                \"building\": 39\n              }\n            },\n            {\n              \"id\": 208,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_mapCacheClear.js\",\n              \"name\": \"./node_modules/lodash/_mapCacheClear.js\",\n              \"profile\": {\n                \"factory\": 41,\n                \"building\": 23,\n                \"dependencies\": 94\n              }\n            }\n          ],\n          \"profile\": {\n            \"factory\": 95,\n            \"building\": 24\n          },\n          \"failed\": false,\n          \"errors\": 0,\n          \"warnings\": 0,\n          \"assets\": [],\n          \"reasons\": [\n            {\n              \"moduleId\": 208,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_mapCacheClear.js\",\n              \"module\": \"./node_modules/lodash/_mapCacheClear.js\",\n              \"moduleName\": \"./node_modules/lodash/_mapCacheClear.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"./_Hash\",\n              \"loc\": \"1:11-29\"\n            }\n          ],\n          \"usedExports\": true,\n          \"providedExports\": null,\n          \"optimizationBailout\": [\n            \"ModuleConcatenation bailout: Module is not an ECMAScript module\"\n          ],\n          \"depth\": 10,\n          \"source\": \"var hashClear = require('./_hashClear'),\\n    hashDelete = require('./_hashDelete'),\\n    hashGet = require('./_hashGet'),\\n    hashHas = require('./_hashHas'),\\n    hashSet = require('./_hashSet');\\n\\n/**\\n * Creates a hash object.\\n *\\n * @private\\n * @constructor\\n * @param {Array} [entries] The key-value pairs to cache.\\n */\\nfunction Hash(entries) {\\n  var index = -1,\\n      length = entries == null ? 0 : entries.length;\\n\\n  this.clear();\\n  while (++index < length) {\\n    var entry = entries[index];\\n    this.set(entry[0], entry[1]);\\n  }\\n}\\n\\n// Add methods to `Hash`.\\nHash.prototype.clear = hashClear;\\nHash.prototype['delete'] = hashDelete;\\nHash.prototype.get = hashGet;\\nHash.prototype.has = hashHas;\\nHash.prototype.set = hashSet;\\n\\nmodule.exports = Hash;\\n\"\n        },\n        {\n          \"id\": 210,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_hashClear.js\",\n          \"name\": \"./node_modules/lodash/_hashClear.js\",\n          \"index\": 80,\n          \"index2\": 70,\n          \"size\": 281,\n          \"cacheable\": true,\n          \"built\": true,\n          \"optional\": false,\n          \"prefetched\": false,\n          \"chunks\": [\n            2\n          ],\n          \"issuer\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_Hash.js\",\n          \"issuerId\": 209,\n          \"issuerName\": \"./node_modules/lodash/_Hash.js\",\n          \"issuerPath\": [\n            {\n              \"id\": 191,\n              \"identifier\": \"multi /Users/jarred/Code/styleurl/webpack/customPublicPath /Users/jarred/Code/styleurl/chrome/extension/background\",\n              \"name\": \"multi ./webpack/customPublicPath ./chrome/extension/background\",\n              \"profile\": {\n                \"factory\": 0,\n                \"building\": 0,\n                \"dependencies\": 54\n              }\n            },\n            {\n              \"id\": 192,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/background.js\",\n              \"name\": \"./chrome/extension/background.js\",\n              \"profile\": {\n                \"factory\": 54,\n                \"building\": 639,\n                \"dependencies\": 140\n              }\n            },\n            {\n              \"id\": 193,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/findIndex.js\",\n              \"name\": \"./node_modules/lodash/findIndex.js\",\n              \"profile\": {\n                \"factory\": 140,\n                \"building\": 568,\n                \"dependencies\": 1\n              }\n            },\n            {\n              \"id\": 195,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_baseIteratee.js\",\n              \"name\": \"./node_modules/lodash/_baseIteratee.js\",\n              \"profile\": {\n                \"factory\": 245,\n                \"building\": 75,\n                \"dependencies\": 1\n              }\n            },\n            {\n              \"id\": 196,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_baseMatches.js\",\n              \"name\": \"./node_modules/lodash/_baseMatches.js\",\n              \"profile\": {\n                \"factory\": 82,\n                \"building\": 104,\n                \"dependencies\": 78\n              }\n            },\n            {\n              \"id\": 197,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_baseIsMatch.js\",\n              \"name\": \"./node_modules/lodash/_baseIsMatch.js\",\n              \"profile\": {\n                \"factory\": 78,\n                \"building\": 19,\n                \"dependencies\": 1\n              }\n            },\n            {\n              \"id\": 139,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_Stack.js\",\n              \"name\": \"./node_modules/lodash/_Stack.js\",\n              \"profile\": {\n                \"factory\": 41,\n                \"building\": 34\n              }\n            },\n            {\n              \"id\": 207,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_stackSet.js\",\n              \"name\": \"./node_modules/lodash/_stackSet.js\",\n              \"profile\": {\n                \"factory\": 41,\n                \"building\": 20,\n                \"dependencies\": 0\n              }\n            },\n            {\n              \"id\": 93,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_MapCache.js\",\n              \"name\": \"./node_modules/lodash/_MapCache.js\",\n              \"profile\": {\n                \"factory\": 19,\n                \"building\": 39\n              }\n            },\n            {\n              \"id\": 208,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_mapCacheClear.js\",\n              \"name\": \"./node_modules/lodash/_mapCacheClear.js\",\n              \"profile\": {\n                \"factory\": 41,\n                \"building\": 23,\n                \"dependencies\": 94\n              }\n            },\n            {\n              \"id\": 209,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_Hash.js\",\n              \"name\": \"./node_modules/lodash/_Hash.js\",\n              \"profile\": {\n                \"factory\": 95,\n                \"building\": 24\n              }\n            }\n          ],\n          \"profile\": {\n            \"factory\": 13,\n            \"building\": 30,\n            \"dependencies\": 80\n          },\n          \"failed\": false,\n          \"errors\": 0,\n          \"warnings\": 0,\n          \"assets\": [],\n          \"reasons\": [\n            {\n              \"moduleId\": 209,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_Hash.js\",\n              \"module\": \"./node_modules/lodash/_Hash.js\",\n              \"moduleName\": \"./node_modules/lodash/_Hash.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"./_hashClear\",\n              \"loc\": \"1:16-39\"\n            }\n          ],\n          \"usedExports\": true,\n          \"providedExports\": null,\n          \"optimizationBailout\": [\n            \"ModuleConcatenation bailout: Module is not an ECMAScript module\"\n          ],\n          \"depth\": 11,\n          \"source\": \"var nativeCreate = require('./_nativeCreate');\\n\\n/**\\n * Removes all key-value entries from the hash.\\n *\\n * @private\\n * @name clear\\n * @memberOf Hash\\n */\\nfunction hashClear() {\\n  this.__data__ = nativeCreate ? nativeCreate(null) : {};\\n  this.size = 0;\\n}\\n\\nmodule.exports = hashClear;\\n\"\n        },\n        {\n          \"id\": 211,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_hashDelete.js\",\n          \"name\": \"./node_modules/lodash/_hashDelete.js\",\n          \"index\": 82,\n          \"index2\": 71,\n          \"size\": 445,\n          \"cacheable\": true,\n          \"built\": true,\n          \"optional\": false,\n          \"prefetched\": false,\n          \"chunks\": [\n            2\n          ],\n          \"issuer\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_Hash.js\",\n          \"issuerId\": 209,\n          \"issuerName\": \"./node_modules/lodash/_Hash.js\",\n          \"issuerPath\": [\n            {\n              \"id\": 191,\n              \"identifier\": \"multi /Users/jarred/Code/styleurl/webpack/customPublicPath /Users/jarred/Code/styleurl/chrome/extension/background\",\n              \"name\": \"multi ./webpack/customPublicPath ./chrome/extension/background\",\n              \"profile\": {\n                \"factory\": 0,\n                \"building\": 0,\n                \"dependencies\": 54\n              }\n            },\n            {\n              \"id\": 192,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/background.js\",\n              \"name\": \"./chrome/extension/background.js\",\n              \"profile\": {\n                \"factory\": 54,\n                \"building\": 639,\n                \"dependencies\": 140\n              }\n            },\n            {\n              \"id\": 193,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/findIndex.js\",\n              \"name\": \"./node_modules/lodash/findIndex.js\",\n              \"profile\": {\n                \"factory\": 140,\n                \"building\": 568,\n                \"dependencies\": 1\n              }\n            },\n            {\n              \"id\": 195,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_baseIteratee.js\",\n              \"name\": \"./node_modules/lodash/_baseIteratee.js\",\n              \"profile\": {\n                \"factory\": 245,\n                \"building\": 75,\n                \"dependencies\": 1\n              }\n            },\n            {\n              \"id\": 196,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_baseMatches.js\",\n              \"name\": \"./node_modules/lodash/_baseMatches.js\",\n              \"profile\": {\n                \"factory\": 82,\n                \"building\": 104,\n                \"dependencies\": 78\n              }\n            },\n            {\n              \"id\": 197,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_baseIsMatch.js\",\n              \"name\": \"./node_modules/lodash/_baseIsMatch.js\",\n              \"profile\": {\n                \"factory\": 78,\n                \"building\": 19,\n                \"dependencies\": 1\n              }\n            },\n            {\n              \"id\": 139,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_Stack.js\",\n              \"name\": \"./node_modules/lodash/_Stack.js\",\n              \"profile\": {\n                \"factory\": 41,\n                \"building\": 34\n              }\n            },\n            {\n              \"id\": 207,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_stackSet.js\",\n              \"name\": \"./node_modules/lodash/_stackSet.js\",\n              \"profile\": {\n                \"factory\": 41,\n                \"building\": 20,\n                \"dependencies\": 0\n              }\n            },\n            {\n              \"id\": 93,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_MapCache.js\",\n              \"name\": \"./node_modules/lodash/_MapCache.js\",\n              \"profile\": {\n                \"factory\": 19,\n                \"building\": 39\n              }\n            },\n            {\n              \"id\": 208,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_mapCacheClear.js\",\n              \"name\": \"./node_modules/lodash/_mapCacheClear.js\",\n              \"profile\": {\n                \"factory\": 41,\n                \"building\": 23,\n                \"dependencies\": 94\n              }\n            },\n            {\n              \"id\": 209,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_Hash.js\",\n              \"name\": \"./node_modules/lodash/_Hash.js\",\n              \"profile\": {\n                \"factory\": 95,\n                \"building\": 24\n              }\n            }\n          ],\n          \"profile\": {\n            \"factory\": 13,\n            \"building\": 30,\n            \"dependencies\": 80\n          },\n          \"failed\": false,\n          \"errors\": 0,\n          \"warnings\": 0,\n          \"assets\": [],\n          \"reasons\": [\n            {\n              \"moduleId\": 209,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_Hash.js\",\n              \"module\": \"./node_modules/lodash/_Hash.js\",\n              \"moduleName\": \"./node_modules/lodash/_Hash.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"./_hashDelete\",\n              \"loc\": \"2:17-41\"\n            }\n          ],\n          \"usedExports\": true,\n          \"providedExports\": null,\n          \"optimizationBailout\": [\n            \"ModuleConcatenation bailout: Module is not an ECMAScript module\"\n          ],\n          \"depth\": 11,\n          \"source\": \"/**\\n * Removes `key` and its value from the hash.\\n *\\n * @private\\n * @name delete\\n * @memberOf Hash\\n * @param {Object} hash The hash to modify.\\n * @param {string} key The key of the value to remove.\\n * @returns {boolean} Returns `true` if the entry was removed, else `false`.\\n */\\nfunction hashDelete(key) {\\n  var result = this.has(key) && delete this.__data__[key];\\n  this.size -= result ? 1 : 0;\\n  return result;\\n}\\n\\nmodule.exports = hashDelete;\\n\"\n        },\n        {\n          \"id\": 212,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_hashGet.js\",\n          \"name\": \"./node_modules/lodash/_hashGet.js\",\n          \"index\": 83,\n          \"index2\": 72,\n          \"size\": 772,\n          \"cacheable\": true,\n          \"built\": true,\n          \"optional\": false,\n          \"prefetched\": false,\n          \"chunks\": [\n            2\n          ],\n          \"issuer\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_Hash.js\",\n          \"issuerId\": 209,\n          \"issuerName\": \"./node_modules/lodash/_Hash.js\",\n          \"issuerPath\": [\n            {\n              \"id\": 191,\n              \"identifier\": \"multi /Users/jarred/Code/styleurl/webpack/customPublicPath /Users/jarred/Code/styleurl/chrome/extension/background\",\n              \"name\": \"multi ./webpack/customPublicPath ./chrome/extension/background\",\n              \"profile\": {\n                \"factory\": 0,\n                \"building\": 0,\n                \"dependencies\": 54\n              }\n            },\n            {\n              \"id\": 192,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/background.js\",\n              \"name\": \"./chrome/extension/background.js\",\n              \"profile\": {\n                \"factory\": 54,\n                \"building\": 639,\n                \"dependencies\": 140\n              }\n            },\n            {\n              \"id\": 193,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/findIndex.js\",\n              \"name\": \"./node_modules/lodash/findIndex.js\",\n              \"profile\": {\n                \"factory\": 140,\n                \"building\": 568,\n                \"dependencies\": 1\n              }\n            },\n            {\n              \"id\": 195,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_baseIteratee.js\",\n              \"name\": \"./node_modules/lodash/_baseIteratee.js\",\n              \"profile\": {\n                \"factory\": 245,\n                \"building\": 75,\n                \"dependencies\": 1\n              }\n            },\n            {\n              \"id\": 196,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_baseMatches.js\",\n              \"name\": \"./node_modules/lodash/_baseMatches.js\",\n              \"profile\": {\n                \"factory\": 82,\n                \"building\": 104,\n                \"dependencies\": 78\n              }\n            },\n            {\n              \"id\": 197,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_baseIsMatch.js\",\n              \"name\": \"./node_modules/lodash/_baseIsMatch.js\",\n              \"profile\": {\n                \"factory\": 78,\n                \"building\": 19,\n                \"dependencies\": 1\n              }\n            },\n            {\n              \"id\": 139,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_Stack.js\",\n              \"name\": \"./node_modules/lodash/_Stack.js\",\n              \"profile\": {\n                \"factory\": 41,\n                \"building\": 34\n              }\n            },\n            {\n              \"id\": 207,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_stackSet.js\",\n              \"name\": \"./node_modules/lodash/_stackSet.js\",\n              \"profile\": {\n                \"factory\": 41,\n                \"building\": 20,\n                \"dependencies\": 0\n              }\n            },\n            {\n              \"id\": 93,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_MapCache.js\",\n              \"name\": \"./node_modules/lodash/_MapCache.js\",\n              \"profile\": {\n                \"factory\": 19,\n                \"building\": 39\n              }\n            },\n            {\n              \"id\": 208,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_mapCacheClear.js\",\n              \"name\": \"./node_modules/lodash/_mapCacheClear.js\",\n              \"profile\": {\n                \"factory\": 41,\n                \"building\": 23,\n                \"dependencies\": 94\n              }\n            },\n            {\n              \"id\": 209,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_Hash.js\",\n              \"name\": \"./node_modules/lodash/_Hash.js\",\n              \"profile\": {\n                \"factory\": 95,\n                \"building\": 24\n              }\n            }\n          ],\n          \"profile\": {\n            \"factory\": 13,\n            \"building\": 30,\n            \"dependencies\": 80\n          },\n          \"failed\": false,\n          \"errors\": 0,\n          \"warnings\": 0,\n          \"assets\": [],\n          \"reasons\": [\n            {\n              \"moduleId\": 209,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_Hash.js\",\n              \"module\": \"./node_modules/lodash/_Hash.js\",\n              \"moduleName\": \"./node_modules/lodash/_Hash.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"./_hashGet\",\n              \"loc\": \"3:14-35\"\n            }\n          ],\n          \"usedExports\": true,\n          \"providedExports\": null,\n          \"optimizationBailout\": [\n            \"ModuleConcatenation bailout: Module is not an ECMAScript module\"\n          ],\n          \"depth\": 11,\n          \"source\": \"var nativeCreate = require('./_nativeCreate');\\n\\n/** Used to stand-in for `undefined` hash values. */\\nvar HASH_UNDEFINED = '__lodash_hash_undefined__';\\n\\n/** Used for built-in method references. */\\nvar objectProto = Object.prototype;\\n\\n/** Used to check objects for own properties. */\\nvar hasOwnProperty = objectProto.hasOwnProperty;\\n\\n/**\\n * Gets the hash value for `key`.\\n *\\n * @private\\n * @name get\\n * @memberOf Hash\\n * @param {string} key The key of the value to get.\\n * @returns {*} Returns the entry value.\\n */\\nfunction hashGet(key) {\\n  var data = this.__data__;\\n  if (nativeCreate) {\\n    var result = data[key];\\n    return result === HASH_UNDEFINED ? undefined : result;\\n  }\\n  return hasOwnProperty.call(data, key) ? data[key] : undefined;\\n}\\n\\nmodule.exports = hashGet;\\n\"\n        },\n        {\n          \"id\": 213,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_hashHas.js\",\n          \"name\": \"./node_modules/lodash/_hashHas.js\",\n          \"index\": 84,\n          \"index2\": 73,\n          \"size\": 626,\n          \"cacheable\": true,\n          \"built\": true,\n          \"optional\": false,\n          \"prefetched\": false,\n          \"chunks\": [\n            2\n          ],\n          \"issuer\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_Hash.js\",\n          \"issuerId\": 209,\n          \"issuerName\": \"./node_modules/lodash/_Hash.js\",\n          \"issuerPath\": [\n            {\n              \"id\": 191,\n              \"identifier\": \"multi /Users/jarred/Code/styleurl/webpack/customPublicPath /Users/jarred/Code/styleurl/chrome/extension/background\",\n              \"name\": \"multi ./webpack/customPublicPath ./chrome/extension/background\",\n              \"profile\": {\n                \"factory\": 0,\n                \"building\": 0,\n                \"dependencies\": 54\n              }\n            },\n            {\n              \"id\": 192,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/background.js\",\n              \"name\": \"./chrome/extension/background.js\",\n              \"profile\": {\n                \"factory\": 54,\n                \"building\": 639,\n                \"dependencies\": 140\n              }\n            },\n            {\n              \"id\": 193,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/findIndex.js\",\n              \"name\": \"./node_modules/lodash/findIndex.js\",\n              \"profile\": {\n                \"factory\": 140,\n                \"building\": 568,\n                \"dependencies\": 1\n              }\n            },\n            {\n              \"id\": 195,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_baseIteratee.js\",\n              \"name\": \"./node_modules/lodash/_baseIteratee.js\",\n              \"profile\": {\n                \"factory\": 245,\n                \"building\": 75,\n                \"dependencies\": 1\n              }\n            },\n            {\n              \"id\": 196,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_baseMatches.js\",\n              \"name\": \"./node_modules/lodash/_baseMatches.js\",\n              \"profile\": {\n                \"factory\": 82,\n                \"building\": 104,\n                \"dependencies\": 78\n              }\n            },\n            {\n              \"id\": 197,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_baseIsMatch.js\",\n              \"name\": \"./node_modules/lodash/_baseIsMatch.js\",\n              \"profile\": {\n                \"factory\": 78,\n                \"building\": 19,\n                \"dependencies\": 1\n              }\n            },\n            {\n              \"id\": 139,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_Stack.js\",\n              \"name\": \"./node_modules/lodash/_Stack.js\",\n              \"profile\": {\n                \"factory\": 41,\n                \"building\": 34\n              }\n            },\n            {\n              \"id\": 207,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_stackSet.js\",\n              \"name\": \"./node_modules/lodash/_stackSet.js\",\n              \"profile\": {\n                \"factory\": 41,\n                \"building\": 20,\n                \"dependencies\": 0\n              }\n            },\n            {\n              \"id\": 93,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_MapCache.js\",\n              \"name\": \"./node_modules/lodash/_MapCache.js\",\n              \"profile\": {\n                \"factory\": 19,\n                \"building\": 39\n              }\n            },\n            {\n              \"id\": 208,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_mapCacheClear.js\",\n              \"name\": \"./node_modules/lodash/_mapCacheClear.js\",\n              \"profile\": {\n                \"factory\": 41,\n                \"building\": 23,\n                \"dependencies\": 94\n              }\n            },\n            {\n              \"id\": 209,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_Hash.js\",\n              \"name\": \"./node_modules/lodash/_Hash.js\",\n              \"profile\": {\n                \"factory\": 95,\n                \"building\": 24\n              }\n            }\n          ],\n          \"profile\": {\n            \"factory\": 13,\n            \"building\": 30,\n            \"dependencies\": 80\n          },\n          \"failed\": false,\n          \"errors\": 0,\n          \"warnings\": 0,\n          \"assets\": [],\n          \"reasons\": [\n            {\n              \"moduleId\": 209,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_Hash.js\",\n              \"module\": \"./node_modules/lodash/_Hash.js\",\n              \"moduleName\": \"./node_modules/lodash/_Hash.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"./_hashHas\",\n              \"loc\": \"4:14-35\"\n            }\n          ],\n          \"usedExports\": true,\n          \"providedExports\": null,\n          \"optimizationBailout\": [\n            \"ModuleConcatenation bailout: Module is not an ECMAScript module\"\n          ],\n          \"depth\": 11,\n          \"source\": \"var nativeCreate = require('./_nativeCreate');\\n\\n/** Used for built-in method references. */\\nvar objectProto = Object.prototype;\\n\\n/** Used to check objects for own properties. */\\nvar hasOwnProperty = objectProto.hasOwnProperty;\\n\\n/**\\n * Checks if a hash value for `key` exists.\\n *\\n * @private\\n * @name has\\n * @memberOf Hash\\n * @param {string} key The key of the entry to check.\\n * @returns {boolean} Returns `true` if an entry for `key` exists, else `false`.\\n */\\nfunction hashHas(key) {\\n  var data = this.__data__;\\n  return nativeCreate ? (data[key] !== undefined) : hasOwnProperty.call(data, key);\\n}\\n\\nmodule.exports = hashHas;\\n\"\n        },\n        {\n          \"id\": 214,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_hashSet.js\",\n          \"name\": \"./node_modules/lodash/_hashSet.js\",\n          \"index\": 85,\n          \"index2\": 74,\n          \"size\": 598,\n          \"cacheable\": true,\n          \"built\": true,\n          \"optional\": false,\n          \"prefetched\": false,\n          \"chunks\": [\n            2\n          ],\n          \"issuer\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_Hash.js\",\n          \"issuerId\": 209,\n          \"issuerName\": \"./node_modules/lodash/_Hash.js\",\n          \"issuerPath\": [\n            {\n              \"id\": 191,\n              \"identifier\": \"multi /Users/jarred/Code/styleurl/webpack/customPublicPath /Users/jarred/Code/styleurl/chrome/extension/background\",\n              \"name\": \"multi ./webpack/customPublicPath ./chrome/extension/background\",\n              \"profile\": {\n                \"factory\": 0,\n                \"building\": 0,\n                \"dependencies\": 54\n              }\n            },\n            {\n              \"id\": 192,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/background.js\",\n              \"name\": \"./chrome/extension/background.js\",\n              \"profile\": {\n                \"factory\": 54,\n                \"building\": 639,\n                \"dependencies\": 140\n              }\n            },\n            {\n              \"id\": 193,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/findIndex.js\",\n              \"name\": \"./node_modules/lodash/findIndex.js\",\n              \"profile\": {\n                \"factory\": 140,\n                \"building\": 568,\n                \"dependencies\": 1\n              }\n            },\n            {\n              \"id\": 195,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_baseIteratee.js\",\n              \"name\": \"./node_modules/lodash/_baseIteratee.js\",\n              \"profile\": {\n                \"factory\": 245,\n                \"building\": 75,\n                \"dependencies\": 1\n              }\n            },\n            {\n              \"id\": 196,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_baseMatches.js\",\n              \"name\": \"./node_modules/lodash/_baseMatches.js\",\n              \"profile\": {\n                \"factory\": 82,\n                \"building\": 104,\n                \"dependencies\": 78\n              }\n            },\n            {\n              \"id\": 197,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_baseIsMatch.js\",\n              \"name\": \"./node_modules/lodash/_baseIsMatch.js\",\n              \"profile\": {\n                \"factory\": 78,\n                \"building\": 19,\n                \"dependencies\": 1\n              }\n            },\n            {\n              \"id\": 139,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_Stack.js\",\n              \"name\": \"./node_modules/lodash/_Stack.js\",\n              \"profile\": {\n                \"factory\": 41,\n                \"building\": 34\n              }\n            },\n            {\n              \"id\": 207,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_stackSet.js\",\n              \"name\": \"./node_modules/lodash/_stackSet.js\",\n              \"profile\": {\n                \"factory\": 41,\n                \"building\": 20,\n                \"dependencies\": 0\n              }\n            },\n            {\n              \"id\": 93,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_MapCache.js\",\n              \"name\": \"./node_modules/lodash/_MapCache.js\",\n              \"profile\": {\n                \"factory\": 19,\n                \"building\": 39\n              }\n            },\n            {\n              \"id\": 208,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_mapCacheClear.js\",\n              \"name\": \"./node_modules/lodash/_mapCacheClear.js\",\n              \"profile\": {\n                \"factory\": 41,\n                \"building\": 23,\n                \"dependencies\": 94\n              }\n            },\n            {\n              \"id\": 209,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_Hash.js\",\n              \"name\": \"./node_modules/lodash/_Hash.js\",\n              \"profile\": {\n                \"factory\": 95,\n                \"building\": 24\n              }\n            }\n          ],\n          \"profile\": {\n            \"factory\": 13,\n            \"building\": 30,\n            \"dependencies\": 80\n          },\n          \"failed\": false,\n          \"errors\": 0,\n          \"warnings\": 0,\n          \"assets\": [],\n          \"reasons\": [\n            {\n              \"moduleId\": 209,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_Hash.js\",\n              \"module\": \"./node_modules/lodash/_Hash.js\",\n              \"moduleName\": \"./node_modules/lodash/_Hash.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"./_hashSet\",\n              \"loc\": \"5:14-35\"\n            }\n          ],\n          \"usedExports\": true,\n          \"providedExports\": null,\n          \"optimizationBailout\": [\n            \"ModuleConcatenation bailout: Module is not an ECMAScript module\"\n          ],\n          \"depth\": 11,\n          \"source\": \"var nativeCreate = require('./_nativeCreate');\\n\\n/** Used to stand-in for `undefined` hash values. */\\nvar HASH_UNDEFINED = '__lodash_hash_undefined__';\\n\\n/**\\n * Sets the hash `key` to `value`.\\n *\\n * @private\\n * @name set\\n * @memberOf Hash\\n * @param {string} key The key of the value to set.\\n * @param {*} value The value to set.\\n * @returns {Object} Returns the hash instance.\\n */\\nfunction hashSet(key, value) {\\n  var data = this.__data__;\\n  this.size += this.has(key) ? 0 : 1;\\n  data[key] = (nativeCreate && value === undefined) ? HASH_UNDEFINED : value;\\n  return this;\\n}\\n\\nmodule.exports = hashSet;\\n\"\n        },\n        {\n          \"id\": 215,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_mapCacheDelete.js\",\n          \"name\": \"./node_modules/lodash/_mapCacheDelete.js\",\n          \"index\": 86,\n          \"index2\": 79,\n          \"size\": 450,\n          \"cacheable\": true,\n          \"built\": true,\n          \"optional\": false,\n          \"prefetched\": false,\n          \"chunks\": [\n            2\n          ],\n          \"issuer\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_MapCache.js\",\n          \"issuerId\": 93,\n          \"issuerName\": \"./node_modules/lodash/_MapCache.js\",\n          \"issuerPath\": [\n            {\n              \"id\": 191,\n              \"identifier\": \"multi /Users/jarred/Code/styleurl/webpack/customPublicPath /Users/jarred/Code/styleurl/chrome/extension/background\",\n              \"name\": \"multi ./webpack/customPublicPath ./chrome/extension/background\",\n              \"profile\": {\n                \"factory\": 0,\n                \"building\": 0,\n                \"dependencies\": 54\n              }\n            },\n            {\n              \"id\": 192,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/background.js\",\n              \"name\": \"./chrome/extension/background.js\",\n              \"profile\": {\n                \"factory\": 54,\n                \"building\": 639,\n                \"dependencies\": 140\n              }\n            },\n            {\n              \"id\": 193,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/findIndex.js\",\n              \"name\": \"./node_modules/lodash/findIndex.js\",\n              \"profile\": {\n                \"factory\": 140,\n                \"building\": 568,\n                \"dependencies\": 1\n              }\n            },\n            {\n              \"id\": 195,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_baseIteratee.js\",\n              \"name\": \"./node_modules/lodash/_baseIteratee.js\",\n              \"profile\": {\n                \"factory\": 245,\n                \"building\": 75,\n                \"dependencies\": 1\n              }\n            },\n            {\n              \"id\": 196,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_baseMatches.js\",\n              \"name\": \"./node_modules/lodash/_baseMatches.js\",\n              \"profile\": {\n                \"factory\": 82,\n                \"building\": 104,\n                \"dependencies\": 78\n              }\n            },\n            {\n              \"id\": 197,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_baseIsMatch.js\",\n              \"name\": \"./node_modules/lodash/_baseIsMatch.js\",\n              \"profile\": {\n                \"factory\": 78,\n                \"building\": 19,\n                \"dependencies\": 1\n              }\n            },\n            {\n              \"id\": 139,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_Stack.js\",\n              \"name\": \"./node_modules/lodash/_Stack.js\",\n              \"profile\": {\n                \"factory\": 41,\n                \"building\": 34\n              }\n            },\n            {\n              \"id\": 207,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_stackSet.js\",\n              \"name\": \"./node_modules/lodash/_stackSet.js\",\n              \"profile\": {\n                \"factory\": 41,\n                \"building\": 20,\n                \"dependencies\": 0\n              }\n            },\n            {\n              \"id\": 93,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_MapCache.js\",\n              \"name\": \"./node_modules/lodash/_MapCache.js\",\n              \"profile\": {\n                \"factory\": 19,\n                \"building\": 39\n              }\n            }\n          ],\n          \"profile\": {\n            \"factory\": 41,\n            \"building\": 23,\n            \"dependencies\": 94\n          },\n          \"failed\": false,\n          \"errors\": 0,\n          \"warnings\": 0,\n          \"assets\": [],\n          \"reasons\": [\n            {\n              \"moduleId\": 93,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_MapCache.js\",\n              \"module\": \"./node_modules/lodash/_MapCache.js\",\n              \"moduleName\": \"./node_modules/lodash/_MapCache.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"./_mapCacheDelete\",\n              \"loc\": \"2:21-49\"\n            }\n          ],\n          \"usedExports\": true,\n          \"providedExports\": null,\n          \"optimizationBailout\": [\n            \"ModuleConcatenation bailout: Module is not an ECMAScript module\"\n          ],\n          \"depth\": 9,\n          \"source\": \"var getMapData = require('./_getMapData');\\n\\n/**\\n * Removes `key` and its value from the map.\\n *\\n * @private\\n * @name delete\\n * @memberOf MapCache\\n * @param {string} key The key of the value to remove.\\n * @returns {boolean} Returns `true` if the entry was removed, else `false`.\\n */\\nfunction mapCacheDelete(key) {\\n  var result = getMapData(this, key)['delete'](key);\\n  this.size -= result ? 1 : 0;\\n  return result;\\n}\\n\\nmodule.exports = mapCacheDelete;\\n\"\n        },\n        {\n          \"id\": 216,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_isKeyable.js\",\n          \"name\": \"./node_modules/lodash/_isKeyable.js\",\n          \"index\": 88,\n          \"index2\": 77,\n          \"size\": 430,\n          \"cacheable\": true,\n          \"built\": true,\n          \"optional\": false,\n          \"prefetched\": false,\n          \"chunks\": [\n            2\n          ],\n          \"issuer\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_getMapData.js\",\n          \"issuerId\": 66,\n          \"issuerName\": \"./node_modules/lodash/_getMapData.js\",\n          \"issuerPath\": [\n            {\n              \"id\": 191,\n              \"identifier\": \"multi /Users/jarred/Code/styleurl/webpack/customPublicPath /Users/jarred/Code/styleurl/chrome/extension/background\",\n              \"name\": \"multi ./webpack/customPublicPath ./chrome/extension/background\",\n              \"profile\": {\n                \"factory\": 0,\n                \"building\": 0,\n                \"dependencies\": 54\n              }\n            },\n            {\n              \"id\": 192,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/background.js\",\n              \"name\": \"./chrome/extension/background.js\",\n              \"profile\": {\n                \"factory\": 54,\n                \"building\": 639,\n                \"dependencies\": 140\n              }\n            },\n            {\n              \"id\": 193,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/findIndex.js\",\n              \"name\": \"./node_modules/lodash/findIndex.js\",\n              \"profile\": {\n                \"factory\": 140,\n                \"building\": 568,\n                \"dependencies\": 1\n              }\n            },\n            {\n              \"id\": 195,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_baseIteratee.js\",\n              \"name\": \"./node_modules/lodash/_baseIteratee.js\",\n              \"profile\": {\n                \"factory\": 245,\n                \"building\": 75,\n                \"dependencies\": 1\n              }\n            },\n            {\n              \"id\": 196,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_baseMatches.js\",\n              \"name\": \"./node_modules/lodash/_baseMatches.js\",\n              \"profile\": {\n                \"factory\": 82,\n                \"building\": 104,\n                \"dependencies\": 78\n              }\n            },\n            {\n              \"id\": 197,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_baseIsMatch.js\",\n              \"name\": \"./node_modules/lodash/_baseIsMatch.js\",\n              \"profile\": {\n                \"factory\": 78,\n                \"building\": 19,\n                \"dependencies\": 1\n              }\n            },\n            {\n              \"id\": 139,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_Stack.js\",\n              \"name\": \"./node_modules/lodash/_Stack.js\",\n              \"profile\": {\n                \"factory\": 41,\n                \"building\": 34\n              }\n            },\n            {\n              \"id\": 207,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_stackSet.js\",\n              \"name\": \"./node_modules/lodash/_stackSet.js\",\n              \"profile\": {\n                \"factory\": 41,\n                \"building\": 20,\n                \"dependencies\": 0\n              }\n            },\n            {\n              \"id\": 93,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_MapCache.js\",\n              \"name\": \"./node_modules/lodash/_MapCache.js\",\n              \"profile\": {\n                \"factory\": 19,\n                \"building\": 39\n              }\n            },\n            {\n              \"id\": 215,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_mapCacheDelete.js\",\n              \"name\": \"./node_modules/lodash/_mapCacheDelete.js\",\n              \"profile\": {\n                \"factory\": 41,\n                \"building\": 23,\n                \"dependencies\": 94\n              }\n            },\n            {\n              \"id\": 66,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_getMapData.js\",\n              \"name\": \"./node_modules/lodash/_getMapData.js\",\n              \"profile\": {\n                \"factory\": 94,\n                \"building\": 24\n              }\n            }\n          ],\n          \"profile\": {\n            \"factory\": 13,\n            \"building\": 31\n          },\n          \"failed\": false,\n          \"errors\": 0,\n          \"warnings\": 0,\n          \"assets\": [],\n          \"reasons\": [\n            {\n              \"moduleId\": 66,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_getMapData.js\",\n              \"module\": \"./node_modules/lodash/_getMapData.js\",\n              \"moduleName\": \"./node_modules/lodash/_getMapData.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"./_isKeyable\",\n              \"loc\": \"1:16-39\"\n            }\n          ],\n          \"usedExports\": true,\n          \"providedExports\": null,\n          \"optimizationBailout\": [\n            \"ModuleConcatenation bailout: Module is not an ECMAScript module\"\n          ],\n          \"depth\": 11,\n          \"source\": \"/**\\n * Checks if `value` is suitable for use as unique object key.\\n *\\n * @private\\n * @param {*} value The value to check.\\n * @returns {boolean} Returns `true` if `value` is suitable, else `false`.\\n */\\nfunction isKeyable(value) {\\n  var type = typeof value;\\n  return (type == 'string' || type == 'number' || type == 'symbol' || type == 'boolean')\\n    ? (value !== '__proto__')\\n    : (value === null);\\n}\\n\\nmodule.exports = isKeyable;\\n\"\n        },\n        {\n          \"id\": 217,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_mapCacheGet.js\",\n          \"name\": \"./node_modules/lodash/_mapCacheGet.js\",\n          \"index\": 89,\n          \"index2\": 80,\n          \"size\": 330,\n          \"cacheable\": true,\n          \"built\": true,\n          \"optional\": false,\n          \"prefetched\": false,\n          \"chunks\": [\n            2\n          ],\n          \"issuer\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_MapCache.js\",\n          \"issuerId\": 93,\n          \"issuerName\": \"./node_modules/lodash/_MapCache.js\",\n          \"issuerPath\": [\n            {\n              \"id\": 191,\n              \"identifier\": \"multi /Users/jarred/Code/styleurl/webpack/customPublicPath /Users/jarred/Code/styleurl/chrome/extension/background\",\n              \"name\": \"multi ./webpack/customPublicPath ./chrome/extension/background\",\n              \"profile\": {\n                \"factory\": 0,\n                \"building\": 0,\n                \"dependencies\": 54\n              }\n            },\n            {\n              \"id\": 192,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/background.js\",\n              \"name\": \"./chrome/extension/background.js\",\n              \"profile\": {\n                \"factory\": 54,\n                \"building\": 639,\n                \"dependencies\": 140\n              }\n            },\n            {\n              \"id\": 193,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/findIndex.js\",\n              \"name\": \"./node_modules/lodash/findIndex.js\",\n              \"profile\": {\n                \"factory\": 140,\n                \"building\": 568,\n                \"dependencies\": 1\n              }\n            },\n            {\n              \"id\": 195,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_baseIteratee.js\",\n              \"name\": \"./node_modules/lodash/_baseIteratee.js\",\n              \"profile\": {\n                \"factory\": 245,\n                \"building\": 75,\n                \"dependencies\": 1\n              }\n            },\n            {\n              \"id\": 196,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_baseMatches.js\",\n              \"name\": \"./node_modules/lodash/_baseMatches.js\",\n              \"profile\": {\n                \"factory\": 82,\n                \"building\": 104,\n                \"dependencies\": 78\n              }\n            },\n            {\n              \"id\": 197,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_baseIsMatch.js\",\n              \"name\": \"./node_modules/lodash/_baseIsMatch.js\",\n              \"profile\": {\n                \"factory\": 78,\n                \"building\": 19,\n                \"dependencies\": 1\n              }\n            },\n            {\n              \"id\": 139,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_Stack.js\",\n              \"name\": \"./node_modules/lodash/_Stack.js\",\n              \"profile\": {\n                \"factory\": 41,\n                \"building\": 34\n              }\n            },\n            {\n              \"id\": 207,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_stackSet.js\",\n              \"name\": \"./node_modules/lodash/_stackSet.js\",\n              \"profile\": {\n                \"factory\": 41,\n                \"building\": 20,\n                \"dependencies\": 0\n              }\n            },\n            {\n              \"id\": 93,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_MapCache.js\",\n              \"name\": \"./node_modules/lodash/_MapCache.js\",\n              \"profile\": {\n                \"factory\": 19,\n                \"building\": 39\n              }\n            }\n          ],\n          \"profile\": {\n            \"factory\": 41,\n            \"building\": 23,\n            \"dependencies\": 94\n          },\n          \"failed\": false,\n          \"errors\": 0,\n          \"warnings\": 0,\n          \"assets\": [],\n          \"reasons\": [\n            {\n              \"moduleId\": 93,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_MapCache.js\",\n              \"module\": \"./node_modules/lodash/_MapCache.js\",\n              \"moduleName\": \"./node_modules/lodash/_MapCache.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"./_mapCacheGet\",\n              \"loc\": \"3:18-43\"\n            }\n          ],\n          \"usedExports\": true,\n          \"providedExports\": null,\n          \"optimizationBailout\": [\n            \"ModuleConcatenation bailout: Module is not an ECMAScript module\"\n          ],\n          \"depth\": 9,\n          \"source\": \"var getMapData = require('./_getMapData');\\n\\n/**\\n * Gets the map value for `key`.\\n *\\n * @private\\n * @name get\\n * @memberOf MapCache\\n * @param {string} key The key of the value to get.\\n * @returns {*} Returns the entry value.\\n */\\nfunction mapCacheGet(key) {\\n  return getMapData(this, key).get(key);\\n}\\n\\nmodule.exports = mapCacheGet;\\n\"\n        },\n        {\n          \"id\": 218,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_mapCacheHas.js\",\n          \"name\": \"./node_modules/lodash/_mapCacheHas.js\",\n          \"index\": 90,\n          \"index2\": 81,\n          \"size\": 382,\n          \"cacheable\": true,\n          \"built\": true,\n          \"optional\": false,\n          \"prefetched\": false,\n          \"chunks\": [\n            2\n          ],\n          \"issuer\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_MapCache.js\",\n          \"issuerId\": 93,\n          \"issuerName\": \"./node_modules/lodash/_MapCache.js\",\n          \"issuerPath\": [\n            {\n              \"id\": 191,\n              \"identifier\": \"multi /Users/jarred/Code/styleurl/webpack/customPublicPath /Users/jarred/Code/styleurl/chrome/extension/background\",\n              \"name\": \"multi ./webpack/customPublicPath ./chrome/extension/background\",\n              \"profile\": {\n                \"factory\": 0,\n                \"building\": 0,\n                \"dependencies\": 54\n              }\n            },\n            {\n              \"id\": 192,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/background.js\",\n              \"name\": \"./chrome/extension/background.js\",\n              \"profile\": {\n                \"factory\": 54,\n                \"building\": 639,\n                \"dependencies\": 140\n              }\n            },\n            {\n              \"id\": 193,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/findIndex.js\",\n              \"name\": \"./node_modules/lodash/findIndex.js\",\n              \"profile\": {\n                \"factory\": 140,\n                \"building\": 568,\n                \"dependencies\": 1\n              }\n            },\n            {\n              \"id\": 195,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_baseIteratee.js\",\n              \"name\": \"./node_modules/lodash/_baseIteratee.js\",\n              \"profile\": {\n                \"factory\": 245,\n                \"building\": 75,\n                \"dependencies\": 1\n              }\n            },\n            {\n              \"id\": 196,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_baseMatches.js\",\n              \"name\": \"./node_modules/lodash/_baseMatches.js\",\n              \"profile\": {\n                \"factory\": 82,\n                \"building\": 104,\n                \"dependencies\": 78\n              }\n            },\n            {\n              \"id\": 197,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_baseIsMatch.js\",\n              \"name\": \"./node_modules/lodash/_baseIsMatch.js\",\n              \"profile\": {\n                \"factory\": 78,\n                \"building\": 19,\n                \"dependencies\": 1\n              }\n            },\n            {\n              \"id\": 139,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_Stack.js\",\n              \"name\": \"./node_modules/lodash/_Stack.js\",\n              \"profile\": {\n                \"factory\": 41,\n                \"building\": 34\n              }\n            },\n            {\n              \"id\": 207,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_stackSet.js\",\n              \"name\": \"./node_modules/lodash/_stackSet.js\",\n              \"profile\": {\n                \"factory\": 41,\n                \"building\": 20,\n                \"dependencies\": 0\n              }\n            },\n            {\n              \"id\": 93,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_MapCache.js\",\n              \"name\": \"./node_modules/lodash/_MapCache.js\",\n              \"profile\": {\n                \"factory\": 19,\n                \"building\": 39\n              }\n            }\n          ],\n          \"profile\": {\n            \"factory\": 41,\n            \"building\": 23,\n            \"dependencies\": 94\n          },\n          \"failed\": false,\n          \"errors\": 0,\n          \"warnings\": 0,\n          \"assets\": [],\n          \"reasons\": [\n            {\n              \"moduleId\": 93,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_MapCache.js\",\n              \"module\": \"./node_modules/lodash/_MapCache.js\",\n              \"moduleName\": \"./node_modules/lodash/_MapCache.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"./_mapCacheHas\",\n              \"loc\": \"4:18-43\"\n            }\n          ],\n          \"usedExports\": true,\n          \"providedExports\": null,\n          \"optimizationBailout\": [\n            \"ModuleConcatenation bailout: Module is not an ECMAScript module\"\n          ],\n          \"depth\": 9,\n          \"source\": \"var getMapData = require('./_getMapData');\\n\\n/**\\n * Checks if a map value for `key` exists.\\n *\\n * @private\\n * @name has\\n * @memberOf MapCache\\n * @param {string} key The key of the entry to check.\\n * @returns {boolean} Returns `true` if an entry for `key` exists, else `false`.\\n */\\nfunction mapCacheHas(key) {\\n  return getMapData(this, key).has(key);\\n}\\n\\nmodule.exports = mapCacheHas;\\n\"\n        },\n        {\n          \"id\": 219,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_mapCacheSet.js\",\n          \"name\": \"./node_modules/lodash/_mapCacheSet.js\",\n          \"index\": 91,\n          \"index2\": 82,\n          \"size\": 489,\n          \"cacheable\": true,\n          \"built\": true,\n          \"optional\": false,\n          \"prefetched\": false,\n          \"chunks\": [\n            2\n          ],\n          \"issuer\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_MapCache.js\",\n          \"issuerId\": 93,\n          \"issuerName\": \"./node_modules/lodash/_MapCache.js\",\n          \"issuerPath\": [\n            {\n              \"id\": 191,\n              \"identifier\": \"multi /Users/jarred/Code/styleurl/webpack/customPublicPath /Users/jarred/Code/styleurl/chrome/extension/background\",\n              \"name\": \"multi ./webpack/customPublicPath ./chrome/extension/background\",\n              \"profile\": {\n                \"factory\": 0,\n                \"building\": 0,\n                \"dependencies\": 54\n              }\n            },\n            {\n              \"id\": 192,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/background.js\",\n              \"name\": \"./chrome/extension/background.js\",\n              \"profile\": {\n                \"factory\": 54,\n                \"building\": 639,\n                \"dependencies\": 140\n              }\n            },\n            {\n              \"id\": 193,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/findIndex.js\",\n              \"name\": \"./node_modules/lodash/findIndex.js\",\n              \"profile\": {\n                \"factory\": 140,\n                \"building\": 568,\n                \"dependencies\": 1\n              }\n            },\n            {\n              \"id\": 195,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_baseIteratee.js\",\n              \"name\": \"./node_modules/lodash/_baseIteratee.js\",\n              \"profile\": {\n                \"factory\": 245,\n                \"building\": 75,\n                \"dependencies\": 1\n              }\n            },\n            {\n              \"id\": 196,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_baseMatches.js\",\n              \"name\": \"./node_modules/lodash/_baseMatches.js\",\n              \"profile\": {\n                \"factory\": 82,\n                \"building\": 104,\n                \"dependencies\": 78\n              }\n            },\n            {\n              \"id\": 197,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_baseIsMatch.js\",\n              \"name\": \"./node_modules/lodash/_baseIsMatch.js\",\n              \"profile\": {\n                \"factory\": 78,\n                \"building\": 19,\n                \"dependencies\": 1\n              }\n            },\n            {\n              \"id\": 139,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_Stack.js\",\n              \"name\": \"./node_modules/lodash/_Stack.js\",\n              \"profile\": {\n                \"factory\": 41,\n                \"building\": 34\n              }\n            },\n            {\n              \"id\": 207,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_stackSet.js\",\n              \"name\": \"./node_modules/lodash/_stackSet.js\",\n              \"profile\": {\n                \"factory\": 41,\n                \"building\": 20,\n                \"dependencies\": 0\n              }\n            },\n            {\n              \"id\": 93,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_MapCache.js\",\n              \"name\": \"./node_modules/lodash/_MapCache.js\",\n              \"profile\": {\n                \"factory\": 19,\n                \"building\": 39\n              }\n            }\n          ],\n          \"profile\": {\n            \"factory\": 41,\n            \"building\": 23,\n            \"dependencies\": 94\n          },\n          \"failed\": false,\n          \"errors\": 0,\n          \"warnings\": 0,\n          \"assets\": [],\n          \"reasons\": [\n            {\n              \"moduleId\": 93,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_MapCache.js\",\n              \"module\": \"./node_modules/lodash/_MapCache.js\",\n              \"moduleName\": \"./node_modules/lodash/_MapCache.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"./_mapCacheSet\",\n              \"loc\": \"5:18-43\"\n            }\n          ],\n          \"usedExports\": true,\n          \"providedExports\": null,\n          \"optimizationBailout\": [\n            \"ModuleConcatenation bailout: Module is not an ECMAScript module\"\n          ],\n          \"depth\": 9,\n          \"source\": \"var getMapData = require('./_getMapData');\\n\\n/**\\n * Sets the map `key` to `value`.\\n *\\n * @private\\n * @name set\\n * @memberOf MapCache\\n * @param {string} key The key of the value to set.\\n * @param {*} value The value to set.\\n * @returns {Object} Returns the map cache instance.\\n */\\nfunction mapCacheSet(key, value) {\\n  var data = getMapData(this, key),\\n      size = data.size;\\n\\n  data.set(key, value);\\n  this.size += data.size == size ? 0 : 1;\\n  return this;\\n}\\n\\nmodule.exports = mapCacheSet;\\n\"\n        },\n        {\n          \"id\": 220,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_baseIsEqualDeep.js\",\n          \"name\": \"./node_modules/lodash/_baseIsEqualDeep.js\",\n          \"index\": 93,\n          \"index2\": 129,\n          \"size\": 3010,\n          \"cacheable\": true,\n          \"built\": true,\n          \"optional\": false,\n          \"prefetched\": false,\n          \"chunks\": [\n            2\n          ],\n          \"issuer\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_baseIsEqual.js\",\n          \"issuerId\": 141,\n          \"issuerName\": \"./node_modules/lodash/_baseIsEqual.js\",\n          \"issuerPath\": [\n            {\n              \"id\": 191,\n              \"identifier\": \"multi /Users/jarred/Code/styleurl/webpack/customPublicPath /Users/jarred/Code/styleurl/chrome/extension/background\",\n              \"name\": \"multi ./webpack/customPublicPath ./chrome/extension/background\",\n              \"profile\": {\n                \"factory\": 0,\n                \"building\": 0,\n                \"dependencies\": 54\n              }\n            },\n            {\n              \"id\": 192,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/background.js\",\n              \"name\": \"./chrome/extension/background.js\",\n              \"profile\": {\n                \"factory\": 54,\n                \"building\": 639,\n                \"dependencies\": 140\n              }\n            },\n            {\n              \"id\": 193,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/findIndex.js\",\n              \"name\": \"./node_modules/lodash/findIndex.js\",\n              \"profile\": {\n                \"factory\": 140,\n                \"building\": 568,\n                \"dependencies\": 1\n              }\n            },\n            {\n              \"id\": 195,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_baseIteratee.js\",\n              \"name\": \"./node_modules/lodash/_baseIteratee.js\",\n              \"profile\": {\n                \"factory\": 245,\n                \"building\": 75,\n                \"dependencies\": 1\n              }\n            },\n            {\n              \"id\": 237,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_baseMatchesProperty.js\",\n              \"name\": \"./node_modules/lodash/_baseMatchesProperty.js\",\n              \"profile\": {\n                \"factory\": 82,\n                \"building\": 104,\n                \"dependencies\": 78\n              }\n            },\n            {\n              \"id\": 141,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_baseIsEqual.js\",\n              \"name\": \"./node_modules/lodash/_baseIsEqual.js\",\n              \"profile\": {\n                \"factory\": 78,\n                \"building\": 20,\n                \"dependencies\": 38\n              }\n            }\n          ],\n          \"profile\": {\n            \"factory\": 40,\n            \"building\": 33,\n            \"dependencies\": 0\n          },\n          \"failed\": false,\n          \"errors\": 0,\n          \"warnings\": 0,\n          \"assets\": [],\n          \"reasons\": [\n            {\n              \"moduleId\": 141,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_baseIsEqual.js\",\n              \"module\": \"./node_modules/lodash/_baseIsEqual.js\",\n              \"moduleName\": \"./node_modules/lodash/_baseIsEqual.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"./_baseIsEqualDeep\",\n              \"loc\": \"1:22-51\"\n            }\n          ],\n          \"usedExports\": true,\n          \"providedExports\": null,\n          \"optimizationBailout\": [\n            \"ModuleConcatenation bailout: Module is not an ECMAScript module\"\n          ],\n          \"depth\": 6,\n          \"source\": \"var Stack = require('./_Stack'),\\n    equalArrays = require('./_equalArrays'),\\n    equalByTag = require('./_equalByTag'),\\n    equalObjects = require('./_equalObjects'),\\n    getTag = require('./_getTag'),\\n    isArray = require('./isArray'),\\n    isBuffer = require('./isBuffer'),\\n    isTypedArray = require('./isTypedArray');\\n\\n/** Used to compose bitmasks for value comparisons. */\\nvar COMPARE_PARTIAL_FLAG = 1;\\n\\n/** `Object#toString` result references. */\\nvar argsTag = '[object Arguments]',\\n    arrayTag = '[object Array]',\\n    objectTag = '[object Object]';\\n\\n/** Used for built-in method references. */\\nvar objectProto = Object.prototype;\\n\\n/** Used to check objects for own properties. */\\nvar hasOwnProperty = objectProto.hasOwnProperty;\\n\\n/**\\n * A specialized version of `baseIsEqual` for arrays and objects which performs\\n * deep comparisons and tracks traversed objects enabling objects with circular\\n * references to be compared.\\n *\\n * @private\\n * @param {Object} object The object to compare.\\n * @param {Object} other The other object to compare.\\n * @param {number} bitmask The bitmask flags. See `baseIsEqual` for more details.\\n * @param {Function} customizer The function to customize comparisons.\\n * @param {Function} equalFunc The function to determine equivalents of values.\\n * @param {Object} [stack] Tracks traversed `object` and `other` objects.\\n * @returns {boolean} Returns `true` if the objects are equivalent, else `false`.\\n */\\nfunction baseIsEqualDeep(object, other, bitmask, customizer, equalFunc, stack) {\\n  var objIsArr = isArray(object),\\n      othIsArr = isArray(other),\\n      objTag = objIsArr ? arrayTag : getTag(object),\\n      othTag = othIsArr ? arrayTag : getTag(other);\\n\\n  objTag = objTag == argsTag ? objectTag : objTag;\\n  othTag = othTag == argsTag ? objectTag : othTag;\\n\\n  var objIsObj = objTag == objectTag,\\n      othIsObj = othTag == objectTag,\\n      isSameTag = objTag == othTag;\\n\\n  if (isSameTag && isBuffer(object)) {\\n    if (!isBuffer(other)) {\\n      return false;\\n    }\\n    objIsArr = true;\\n    objIsObj = false;\\n  }\\n  if (isSameTag && !objIsObj) {\\n    stack || (stack = new Stack);\\n    return (objIsArr || isTypedArray(object))\\n      ? equalArrays(object, other, bitmask, customizer, equalFunc, stack)\\n      : equalByTag(object, other, objTag, bitmask, customizer, equalFunc, stack);\\n  }\\n  if (!(bitmask & COMPARE_PARTIAL_FLAG)) {\\n    var objIsWrapped = objIsObj && hasOwnProperty.call(object, '__wrapped__'),\\n        othIsWrapped = othIsObj && hasOwnProperty.call(other, '__wrapped__');\\n\\n    if (objIsWrapped || othIsWrapped) {\\n      var objUnwrapped = objIsWrapped ? object.value() : object,\\n          othUnwrapped = othIsWrapped ? other.value() : other;\\n\\n      stack || (stack = new Stack);\\n      return equalFunc(objUnwrapped, othUnwrapped, bitmask, customizer, stack);\\n    }\\n  }\\n  if (!isSameTag) {\\n    return false;\\n  }\\n  stack || (stack = new Stack);\\n  return equalObjects(object, other, bitmask, customizer, equalFunc, stack);\\n}\\n\\nmodule.exports = baseIsEqualDeep;\\n\"\n        },\n        {\n          \"id\": 221,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_SetCache.js\",\n          \"name\": \"./node_modules/lodash/_SetCache.js\",\n          \"index\": 95,\n          \"index2\": 88,\n          \"size\": 632,\n          \"cacheable\": true,\n          \"built\": true,\n          \"optional\": false,\n          \"prefetched\": false,\n          \"chunks\": [\n            2\n          ],\n          \"issuer\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_equalArrays.js\",\n          \"issuerId\": 142,\n          \"issuerName\": \"./node_modules/lodash/_equalArrays.js\",\n          \"issuerPath\": [\n            {\n              \"id\": 191,\n              \"identifier\": \"multi /Users/jarred/Code/styleurl/webpack/customPublicPath /Users/jarred/Code/styleurl/chrome/extension/background\",\n              \"name\": \"multi ./webpack/customPublicPath ./chrome/extension/background\",\n              \"profile\": {\n                \"factory\": 0,\n                \"building\": 0,\n                \"dependencies\": 54\n              }\n            },\n            {\n              \"id\": 192,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/background.js\",\n              \"name\": \"./chrome/extension/background.js\",\n              \"profile\": {\n                \"factory\": 54,\n                \"building\": 639,\n                \"dependencies\": 140\n              }\n            },\n            {\n              \"id\": 193,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/findIndex.js\",\n              \"name\": \"./node_modules/lodash/findIndex.js\",\n              \"profile\": {\n                \"factory\": 140,\n                \"building\": 568,\n                \"dependencies\": 1\n              }\n            },\n            {\n              \"id\": 195,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_baseIteratee.js\",\n              \"name\": \"./node_modules/lodash/_baseIteratee.js\",\n              \"profile\": {\n                \"factory\": 245,\n                \"building\": 75,\n                \"dependencies\": 1\n              }\n            },\n            {\n              \"id\": 237,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_baseMatchesProperty.js\",\n              \"name\": \"./node_modules/lodash/_baseMatchesProperty.js\",\n              \"profile\": {\n                \"factory\": 82,\n                \"building\": 104,\n                \"dependencies\": 78\n              }\n            },\n            {\n              \"id\": 141,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_baseIsEqual.js\",\n              \"name\": \"./node_modules/lodash/_baseIsEqual.js\",\n              \"profile\": {\n                \"factory\": 78,\n                \"building\": 20,\n                \"dependencies\": 38\n              }\n            },\n            {\n              \"id\": 220,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_baseIsEqualDeep.js\",\n              \"name\": \"./node_modules/lodash/_baseIsEqualDeep.js\",\n              \"profile\": {\n                \"factory\": 40,\n                \"building\": 33,\n                \"dependencies\": 0\n              }\n            },\n            {\n              \"id\": 142,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_equalArrays.js\",\n              \"name\": \"./node_modules/lodash/_equalArrays.js\",\n              \"profile\": {\n                \"factory\": 42,\n                \"building\": 17,\n                \"dependencies\": 0\n              }\n            }\n          ],\n          \"profile\": {\n            \"factory\": 23,\n            \"building\": 36,\n            \"dependencies\": 0\n          },\n          \"failed\": false,\n          \"errors\": 0,\n          \"warnings\": 0,\n          \"assets\": [],\n          \"reasons\": [\n            {\n              \"moduleId\": 142,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_equalArrays.js\",\n              \"module\": \"./node_modules/lodash/_equalArrays.js\",\n              \"moduleName\": \"./node_modules/lodash/_equalArrays.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"./_SetCache\",\n              \"loc\": \"1:15-37\"\n            }\n          ],\n          \"usedExports\": true,\n          \"providedExports\": null,\n          \"optimizationBailout\": [\n            \"ModuleConcatenation bailout: Module is not an ECMAScript module\"\n          ],\n          \"depth\": 8,\n          \"source\": \"var MapCache = require('./_MapCache'),\\n    setCacheAdd = require('./_setCacheAdd'),\\n    setCacheHas = require('./_setCacheHas');\\n\\n/**\\n *\\n * Creates an array cache object to store unique values.\\n *\\n * @private\\n * @constructor\\n * @param {Array} [values] The values to cache.\\n */\\nfunction SetCache(values) {\\n  var index = -1,\\n      length = values == null ? 0 : values.length;\\n\\n  this.__data__ = new MapCache;\\n  while (++index < length) {\\n    this.add(values[index]);\\n  }\\n}\\n\\n// Add methods to `SetCache`.\\nSetCache.prototype.add = SetCache.prototype.push = setCacheAdd;\\nSetCache.prototype.has = setCacheHas;\\n\\nmodule.exports = SetCache;\\n\"\n        },\n        {\n          \"id\": 222,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_setCacheAdd.js\",\n          \"name\": \"./node_modules/lodash/_setCacheAdd.js\",\n          \"index\": 96,\n          \"index2\": 86,\n          \"size\": 424,\n          \"cacheable\": true,\n          \"built\": true,\n          \"optional\": false,\n          \"prefetched\": false,\n          \"chunks\": [\n            2\n          ],\n          \"issuer\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_SetCache.js\",\n          \"issuerId\": 221,\n          \"issuerName\": \"./node_modules/lodash/_SetCache.js\",\n          \"issuerPath\": [\n            {\n              \"id\": 191,\n              \"identifier\": \"multi /Users/jarred/Code/styleurl/webpack/customPublicPath /Users/jarred/Code/styleurl/chrome/extension/background\",\n              \"name\": \"multi ./webpack/customPublicPath ./chrome/extension/background\",\n              \"profile\": {\n                \"factory\": 0,\n                \"building\": 0,\n                \"dependencies\": 54\n              }\n            },\n            {\n              \"id\": 192,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/background.js\",\n              \"name\": \"./chrome/extension/background.js\",\n              \"profile\": {\n                \"factory\": 54,\n                \"building\": 639,\n                \"dependencies\": 140\n              }\n            },\n            {\n              \"id\": 193,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/findIndex.js\",\n              \"name\": \"./node_modules/lodash/findIndex.js\",\n              \"profile\": {\n                \"factory\": 140,\n                \"building\": 568,\n                \"dependencies\": 1\n              }\n            },\n            {\n              \"id\": 195,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_baseIteratee.js\",\n              \"name\": \"./node_modules/lodash/_baseIteratee.js\",\n              \"profile\": {\n                \"factory\": 245,\n                \"building\": 75,\n                \"dependencies\": 1\n              }\n            },\n            {\n              \"id\": 237,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_baseMatchesProperty.js\",\n              \"name\": \"./node_modules/lodash/_baseMatchesProperty.js\",\n              \"profile\": {\n                \"factory\": 82,\n                \"building\": 104,\n                \"dependencies\": 78\n              }\n            },\n            {\n              \"id\": 141,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_baseIsEqual.js\",\n              \"name\": \"./node_modules/lodash/_baseIsEqual.js\",\n              \"profile\": {\n                \"factory\": 78,\n                \"building\": 20,\n                \"dependencies\": 38\n              }\n            },\n            {\n              \"id\": 220,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_baseIsEqualDeep.js\",\n              \"name\": \"./node_modules/lodash/_baseIsEqualDeep.js\",\n              \"profile\": {\n                \"factory\": 40,\n                \"building\": 33,\n                \"dependencies\": 0\n              }\n            },\n            {\n              \"id\": 142,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_equalArrays.js\",\n              \"name\": \"./node_modules/lodash/_equalArrays.js\",\n              \"profile\": {\n                \"factory\": 42,\n                \"building\": 17,\n                \"dependencies\": 0\n              }\n            },\n            {\n              \"id\": 221,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_SetCache.js\",\n              \"name\": \"./node_modules/lodash/_SetCache.js\",\n              \"profile\": {\n                \"factory\": 23,\n                \"building\": 36,\n                \"dependencies\": 0\n              }\n            }\n          ],\n          \"profile\": {\n            \"factory\": 45,\n            \"building\": 20\n          },\n          \"failed\": false,\n          \"errors\": 0,\n          \"warnings\": 0,\n          \"assets\": [],\n          \"reasons\": [\n            {\n              \"moduleId\": 221,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_SetCache.js\",\n              \"module\": \"./node_modules/lodash/_SetCache.js\",\n              \"moduleName\": \"./node_modules/lodash/_SetCache.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"./_setCacheAdd\",\n              \"loc\": \"2:18-43\"\n            }\n          ],\n          \"usedExports\": true,\n          \"providedExports\": null,\n          \"optimizationBailout\": [\n            \"ModuleConcatenation bailout: Module is not an ECMAScript module\"\n          ],\n          \"depth\": 9,\n          \"source\": \"/** Used to stand-in for `undefined` hash values. */\\nvar HASH_UNDEFINED = '__lodash_hash_undefined__';\\n\\n/**\\n * Adds `value` to the array cache.\\n *\\n * @private\\n * @name add\\n * @memberOf SetCache\\n * @alias push\\n * @param {*} value The value to cache.\\n * @returns {Object} Returns the cache instance.\\n */\\nfunction setCacheAdd(value) {\\n  this.__data__.set(value, HASH_UNDEFINED);\\n  return this;\\n}\\n\\nmodule.exports = setCacheAdd;\\n\"\n        },\n        {\n          \"id\": 223,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_setCacheHas.js\",\n          \"name\": \"./node_modules/lodash/_setCacheHas.js\",\n          \"index\": 97,\n          \"index2\": 87,\n          \"size\": 316,\n          \"cacheable\": true,\n          \"built\": true,\n          \"optional\": false,\n          \"prefetched\": false,\n          \"chunks\": [\n            2\n          ],\n          \"issuer\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_SetCache.js\",\n          \"issuerId\": 221,\n          \"issuerName\": \"./node_modules/lodash/_SetCache.js\",\n          \"issuerPath\": [\n            {\n              \"id\": 191,\n              \"identifier\": \"multi /Users/jarred/Code/styleurl/webpack/customPublicPath /Users/jarred/Code/styleurl/chrome/extension/background\",\n              \"name\": \"multi ./webpack/customPublicPath ./chrome/extension/background\",\n              \"profile\": {\n                \"factory\": 0,\n                \"building\": 0,\n                \"dependencies\": 54\n              }\n            },\n            {\n              \"id\": 192,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/background.js\",\n              \"name\": \"./chrome/extension/background.js\",\n              \"profile\": {\n                \"factory\": 54,\n                \"building\": 639,\n                \"dependencies\": 140\n              }\n            },\n            {\n              \"id\": 193,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/findIndex.js\",\n              \"name\": \"./node_modules/lodash/findIndex.js\",\n              \"profile\": {\n                \"factory\": 140,\n                \"building\": 568,\n                \"dependencies\": 1\n              }\n            },\n            {\n              \"id\": 195,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_baseIteratee.js\",\n              \"name\": \"./node_modules/lodash/_baseIteratee.js\",\n              \"profile\": {\n                \"factory\": 245,\n                \"building\": 75,\n                \"dependencies\": 1\n              }\n            },\n            {\n              \"id\": 237,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_baseMatchesProperty.js\",\n              \"name\": \"./node_modules/lodash/_baseMatchesProperty.js\",\n              \"profile\": {\n                \"factory\": 82,\n                \"building\": 104,\n                \"dependencies\": 78\n              }\n            },\n            {\n              \"id\": 141,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_baseIsEqual.js\",\n              \"name\": \"./node_modules/lodash/_baseIsEqual.js\",\n              \"profile\": {\n                \"factory\": 78,\n                \"building\": 20,\n                \"dependencies\": 38\n              }\n            },\n            {\n              \"id\": 220,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_baseIsEqualDeep.js\",\n              \"name\": \"./node_modules/lodash/_baseIsEqualDeep.js\",\n              \"profile\": {\n                \"factory\": 40,\n                \"building\": 33,\n                \"dependencies\": 0\n              }\n            },\n            {\n              \"id\": 142,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_equalArrays.js\",\n              \"name\": \"./node_modules/lodash/_equalArrays.js\",\n              \"profile\": {\n                \"factory\": 42,\n                \"building\": 17,\n                \"dependencies\": 0\n              }\n            },\n            {\n              \"id\": 221,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_SetCache.js\",\n              \"name\": \"./node_modules/lodash/_SetCache.js\",\n              \"profile\": {\n                \"factory\": 23,\n                \"building\": 36,\n                \"dependencies\": 0\n              }\n            }\n          ],\n          \"profile\": {\n            \"factory\": 45,\n            \"building\": 20\n          },\n          \"failed\": false,\n          \"errors\": 0,\n          \"warnings\": 0,\n          \"assets\": [],\n          \"reasons\": [\n            {\n              \"moduleId\": 221,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_SetCache.js\",\n              \"module\": \"./node_modules/lodash/_SetCache.js\",\n              \"moduleName\": \"./node_modules/lodash/_SetCache.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"./_setCacheHas\",\n              \"loc\": \"3:18-43\"\n            }\n          ],\n          \"usedExports\": true,\n          \"providedExports\": null,\n          \"optimizationBailout\": [\n            \"ModuleConcatenation bailout: Module is not an ECMAScript module\"\n          ],\n          \"depth\": 9,\n          \"source\": \"/**\\n * Checks if `value` is in the array cache.\\n *\\n * @private\\n * @name has\\n * @memberOf SetCache\\n * @param {*} value The value to search for.\\n * @returns {number} Returns `true` if `value` is found, else `false`.\\n */\\nfunction setCacheHas(value) {\\n  return this.__data__.has(value);\\n}\\n\\nmodule.exports = setCacheHas;\\n\"\n        },\n        {\n          \"id\": 224,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_arraySome.js\",\n          \"name\": \"./node_modules/lodash/_arraySome.js\",\n          \"index\": 98,\n          \"index2\": 89,\n          \"size\": 594,\n          \"cacheable\": true,\n          \"built\": true,\n          \"optional\": false,\n          \"prefetched\": false,\n          \"chunks\": [\n            2\n          ],\n          \"issuer\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_equalArrays.js\",\n          \"issuerId\": 142,\n          \"issuerName\": \"./node_modules/lodash/_equalArrays.js\",\n          \"issuerPath\": [\n            {\n              \"id\": 191,\n              \"identifier\": \"multi /Users/jarred/Code/styleurl/webpack/customPublicPath /Users/jarred/Code/styleurl/chrome/extension/background\",\n              \"name\": \"multi ./webpack/customPublicPath ./chrome/extension/background\",\n              \"profile\": {\n                \"factory\": 0,\n                \"building\": 0,\n                \"dependencies\": 54\n              }\n            },\n            {\n              \"id\": 192,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/background.js\",\n              \"name\": \"./chrome/extension/background.js\",\n              \"profile\": {\n                \"factory\": 54,\n                \"building\": 639,\n                \"dependencies\": 140\n              }\n            },\n            {\n              \"id\": 193,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/findIndex.js\",\n              \"name\": \"./node_modules/lodash/findIndex.js\",\n              \"profile\": {\n                \"factory\": 140,\n                \"building\": 568,\n                \"dependencies\": 1\n              }\n            },\n            {\n              \"id\": 195,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_baseIteratee.js\",\n              \"name\": \"./node_modules/lodash/_baseIteratee.js\",\n              \"profile\": {\n                \"factory\": 245,\n                \"building\": 75,\n                \"dependencies\": 1\n              }\n            },\n            {\n              \"id\": 237,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_baseMatchesProperty.js\",\n              \"name\": \"./node_modules/lodash/_baseMatchesProperty.js\",\n              \"profile\": {\n                \"factory\": 82,\n                \"building\": 104,\n                \"dependencies\": 78\n              }\n            },\n            {\n              \"id\": 141,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_baseIsEqual.js\",\n              \"name\": \"./node_modules/lodash/_baseIsEqual.js\",\n              \"profile\": {\n                \"factory\": 78,\n                \"building\": 20,\n                \"dependencies\": 38\n              }\n            },\n            {\n              \"id\": 220,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_baseIsEqualDeep.js\",\n              \"name\": \"./node_modules/lodash/_baseIsEqualDeep.js\",\n              \"profile\": {\n                \"factory\": 40,\n                \"building\": 33,\n                \"dependencies\": 0\n              }\n            },\n            {\n              \"id\": 142,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_equalArrays.js\",\n              \"name\": \"./node_modules/lodash/_equalArrays.js\",\n              \"profile\": {\n                \"factory\": 42,\n                \"building\": 17,\n                \"dependencies\": 0\n              }\n            }\n          ],\n          \"profile\": {\n            \"factory\": 23,\n            \"building\": 36,\n            \"dependencies\": 0\n          },\n          \"failed\": false,\n          \"errors\": 0,\n          \"warnings\": 0,\n          \"assets\": [],\n          \"reasons\": [\n            {\n              \"moduleId\": 142,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_equalArrays.js\",\n              \"module\": \"./node_modules/lodash/_equalArrays.js\",\n              \"moduleName\": \"./node_modules/lodash/_equalArrays.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"./_arraySome\",\n              \"loc\": \"2:16-39\"\n            }\n          ],\n          \"usedExports\": true,\n          \"providedExports\": null,\n          \"optimizationBailout\": [\n            \"ModuleConcatenation bailout: Module is not an ECMAScript module\"\n          ],\n          \"depth\": 8,\n          \"source\": \"/**\\n * A specialized version of `_.some` for arrays without support for iteratee\\n * shorthands.\\n *\\n * @private\\n * @param {Array} [array] The array to iterate over.\\n * @param {Function} predicate The function invoked per iteration.\\n * @returns {boolean} Returns `true` if any element passes the predicate check,\\n *  else `false`.\\n */\\nfunction arraySome(array, predicate) {\\n  var index = -1,\\n      length = array == null ? 0 : array.length;\\n\\n  while (++index < length) {\\n    if (predicate(array[index], index, array)) {\\n      return true;\\n    }\\n  }\\n  return false;\\n}\\n\\nmodule.exports = arraySome;\\n\"\n        },\n        {\n          \"id\": 225,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_cacheHas.js\",\n          \"name\": \"./node_modules/lodash/_cacheHas.js\",\n          \"index\": 99,\n          \"index2\": 90,\n          \"size\": 337,\n          \"cacheable\": true,\n          \"built\": true,\n          \"optional\": false,\n          \"prefetched\": false,\n          \"chunks\": [\n            2\n          ],\n          \"issuer\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_equalArrays.js\",\n          \"issuerId\": 142,\n          \"issuerName\": \"./node_modules/lodash/_equalArrays.js\",\n          \"issuerPath\": [\n            {\n              \"id\": 191,\n              \"identifier\": \"multi /Users/jarred/Code/styleurl/webpack/customPublicPath /Users/jarred/Code/styleurl/chrome/extension/background\",\n              \"name\": \"multi ./webpack/customPublicPath ./chrome/extension/background\",\n              \"profile\": {\n                \"factory\": 0,\n                \"building\": 0,\n                \"dependencies\": 54\n              }\n            },\n            {\n              \"id\": 192,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/background.js\",\n              \"name\": \"./chrome/extension/background.js\",\n              \"profile\": {\n                \"factory\": 54,\n                \"building\": 639,\n                \"dependencies\": 140\n              }\n            },\n            {\n              \"id\": 193,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/findIndex.js\",\n              \"name\": \"./node_modules/lodash/findIndex.js\",\n              \"profile\": {\n                \"factory\": 140,\n                \"building\": 568,\n                \"dependencies\": 1\n              }\n            },\n            {\n              \"id\": 195,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_baseIteratee.js\",\n              \"name\": \"./node_modules/lodash/_baseIteratee.js\",\n              \"profile\": {\n                \"factory\": 245,\n                \"building\": 75,\n                \"dependencies\": 1\n              }\n            },\n            {\n              \"id\": 237,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_baseMatchesProperty.js\",\n              \"name\": \"./node_modules/lodash/_baseMatchesProperty.js\",\n              \"profile\": {\n                \"factory\": 82,\n                \"building\": 104,\n                \"dependencies\": 78\n              }\n            },\n            {\n              \"id\": 141,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_baseIsEqual.js\",\n              \"name\": \"./node_modules/lodash/_baseIsEqual.js\",\n              \"profile\": {\n                \"factory\": 78,\n                \"building\": 20,\n                \"dependencies\": 38\n              }\n            },\n            {\n              \"id\": 220,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_baseIsEqualDeep.js\",\n              \"name\": \"./node_modules/lodash/_baseIsEqualDeep.js\",\n              \"profile\": {\n                \"factory\": 40,\n                \"building\": 33,\n                \"dependencies\": 0\n              }\n            },\n            {\n              \"id\": 142,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_equalArrays.js\",\n              \"name\": \"./node_modules/lodash/_equalArrays.js\",\n              \"profile\": {\n                \"factory\": 42,\n                \"building\": 17,\n                \"dependencies\": 0\n              }\n            }\n          ],\n          \"profile\": {\n            \"factory\": 23,\n            \"building\": 36,\n            \"dependencies\": 0\n          },\n          \"failed\": false,\n          \"errors\": 0,\n          \"warnings\": 0,\n          \"assets\": [],\n          \"reasons\": [\n            {\n              \"moduleId\": 142,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_equalArrays.js\",\n              \"module\": \"./node_modules/lodash/_equalArrays.js\",\n              \"moduleName\": \"./node_modules/lodash/_equalArrays.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"./_cacheHas\",\n              \"loc\": \"3:15-37\"\n            }\n          ],\n          \"usedExports\": true,\n          \"providedExports\": null,\n          \"optimizationBailout\": [\n            \"ModuleConcatenation bailout: Module is not an ECMAScript module\"\n          ],\n          \"depth\": 8,\n          \"source\": \"/**\\n * Checks if a `cache` value for `key` exists.\\n *\\n * @private\\n * @param {Object} cache The cache to query.\\n * @param {string} key The key of the entry to check.\\n * @returns {boolean} Returns `true` if an entry for `key` exists, else `false`.\\n */\\nfunction cacheHas(cache, key) {\\n  return cache.has(key);\\n}\\n\\nmodule.exports = cacheHas;\\n\"\n        },\n        {\n          \"id\": 226,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_equalByTag.js\",\n          \"name\": \"./node_modules/lodash/_equalByTag.js\",\n          \"index\": 100,\n          \"index2\": 95,\n          \"size\": 3746,\n          \"cacheable\": true,\n          \"built\": true,\n          \"optional\": false,\n          \"prefetched\": false,\n          \"chunks\": [\n            2\n          ],\n          \"issuer\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_baseIsEqualDeep.js\",\n          \"issuerId\": 220,\n          \"issuerName\": \"./node_modules/lodash/_baseIsEqualDeep.js\",\n          \"issuerPath\": [\n            {\n              \"id\": 191,\n              \"identifier\": \"multi /Users/jarred/Code/styleurl/webpack/customPublicPath /Users/jarred/Code/styleurl/chrome/extension/background\",\n              \"name\": \"multi ./webpack/customPublicPath ./chrome/extension/background\",\n              \"profile\": {\n                \"factory\": 0,\n                \"building\": 0,\n                \"dependencies\": 54\n              }\n            },\n            {\n              \"id\": 192,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/background.js\",\n              \"name\": \"./chrome/extension/background.js\",\n              \"profile\": {\n                \"factory\": 54,\n                \"building\": 639,\n                \"dependencies\": 140\n              }\n            },\n            {\n              \"id\": 193,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/findIndex.js\",\n              \"name\": \"./node_modules/lodash/findIndex.js\",\n              \"profile\": {\n                \"factory\": 140,\n                \"building\": 568,\n                \"dependencies\": 1\n              }\n            },\n            {\n              \"id\": 195,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_baseIteratee.js\",\n              \"name\": \"./node_modules/lodash/_baseIteratee.js\",\n              \"profile\": {\n                \"factory\": 245,\n                \"building\": 75,\n                \"dependencies\": 1\n              }\n            },\n            {\n              \"id\": 237,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_baseMatchesProperty.js\",\n              \"name\": \"./node_modules/lodash/_baseMatchesProperty.js\",\n              \"profile\": {\n                \"factory\": 82,\n                \"building\": 104,\n                \"dependencies\": 78\n              }\n            },\n            {\n              \"id\": 141,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_baseIsEqual.js\",\n              \"name\": \"./node_modules/lodash/_baseIsEqual.js\",\n              \"profile\": {\n                \"factory\": 78,\n                \"building\": 20,\n                \"dependencies\": 38\n              }\n            },\n            {\n              \"id\": 220,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_baseIsEqualDeep.js\",\n              \"name\": \"./node_modules/lodash/_baseIsEqualDeep.js\",\n              \"profile\": {\n                \"factory\": 40,\n                \"building\": 33,\n                \"dependencies\": 0\n              }\n            }\n          ],\n          \"profile\": {\n            \"factory\": 42,\n            \"building\": 17,\n            \"dependencies\": 0\n          },\n          \"failed\": false,\n          \"errors\": 0,\n          \"warnings\": 0,\n          \"assets\": [],\n          \"reasons\": [\n            {\n              \"moduleId\": 220,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_baseIsEqualDeep.js\",\n              \"module\": \"./node_modules/lodash/_baseIsEqualDeep.js\",\n              \"moduleName\": \"./node_modules/lodash/_baseIsEqualDeep.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"./_equalByTag\",\n              \"loc\": \"3:17-41\"\n            }\n          ],\n          \"usedExports\": true,\n          \"providedExports\": null,\n          \"optimizationBailout\": [\n            \"ModuleConcatenation bailout: Module is not an ECMAScript module\"\n          ],\n          \"depth\": 7,\n          \"source\": \"var Symbol = require('./_Symbol'),\\n    Uint8Array = require('./_Uint8Array'),\\n    eq = require('./eq'),\\n    equalArrays = require('./_equalArrays'),\\n    mapToArray = require('./_mapToArray'),\\n    setToArray = require('./_setToArray');\\n\\n/** Used to compose bitmasks for value comparisons. */\\nvar COMPARE_PARTIAL_FLAG = 1,\\n    COMPARE_UNORDERED_FLAG = 2;\\n\\n/** `Object#toString` result references. */\\nvar boolTag = '[object Boolean]',\\n    dateTag = '[object Date]',\\n    errorTag = '[object Error]',\\n    mapTag = '[object Map]',\\n    numberTag = '[object Number]',\\n    regexpTag = '[object RegExp]',\\n    setTag = '[object Set]',\\n    stringTag = '[object String]',\\n    symbolTag = '[object Symbol]';\\n\\nvar arrayBufferTag = '[object ArrayBuffer]',\\n    dataViewTag = '[object DataView]';\\n\\n/** Used to convert symbols to primitives and strings. */\\nvar symbolProto = Symbol ? Symbol.prototype : undefined,\\n    symbolValueOf = symbolProto ? symbolProto.valueOf : undefined;\\n\\n/**\\n * A specialized version of `baseIsEqualDeep` for comparing objects of\\n * the same `toStringTag`.\\n *\\n * **Note:** This function only supports comparing values with tags of\\n * `Boolean`, `Date`, `Error`, `Number`, `RegExp`, or `String`.\\n *\\n * @private\\n * @param {Object} object The object to compare.\\n * @param {Object} other The other object to compare.\\n * @param {string} tag The `toStringTag` of the objects to compare.\\n * @param {number} bitmask The bitmask flags. See `baseIsEqual` for more details.\\n * @param {Function} customizer The function to customize comparisons.\\n * @param {Function} equalFunc The function to determine equivalents of values.\\n * @param {Object} stack Tracks traversed `object` and `other` objects.\\n * @returns {boolean} Returns `true` if the objects are equivalent, else `false`.\\n */\\nfunction equalByTag(object, other, tag, bitmask, customizer, equalFunc, stack) {\\n  switch (tag) {\\n    case dataViewTag:\\n      if ((object.byteLength != other.byteLength) ||\\n          (object.byteOffset != other.byteOffset)) {\\n        return false;\\n      }\\n      object = object.buffer;\\n      other = other.buffer;\\n\\n    case arrayBufferTag:\\n      if ((object.byteLength != other.byteLength) ||\\n          !equalFunc(new Uint8Array(object), new Uint8Array(other))) {\\n        return false;\\n      }\\n      return true;\\n\\n    case boolTag:\\n    case dateTag:\\n    case numberTag:\\n      // Coerce booleans to `1` or `0` and dates to milliseconds.\\n      // Invalid dates are coerced to `NaN`.\\n      return eq(+object, +other);\\n\\n    case errorTag:\\n      return object.name == other.name && object.message == other.message;\\n\\n    case regexpTag:\\n    case stringTag:\\n      // Coerce regexes to strings and treat strings, primitives and objects,\\n      // as equal. See http://www.ecma-international.org/ecma-262/7.0/#sec-regexp.prototype.tostring\\n      // for more details.\\n      return object == (other + '');\\n\\n    case mapTag:\\n      var convert = mapToArray;\\n\\n    case setTag:\\n      var isPartial = bitmask & COMPARE_PARTIAL_FLAG;\\n      convert || (convert = setToArray);\\n\\n      if (object.size != other.size && !isPartial) {\\n        return false;\\n      }\\n      // Assume cyclic values are equal.\\n      var stacked = stack.get(object);\\n      if (stacked) {\\n        return stacked == other;\\n      }\\n      bitmask |= COMPARE_UNORDERED_FLAG;\\n\\n      // Recursively compare objects (susceptible to call stack limits).\\n      stack.set(object, other);\\n      var result = equalArrays(convert(object), convert(other), bitmask, customizer, equalFunc, stack);\\n      stack['delete'](object);\\n      return result;\\n\\n    case symbolTag:\\n      if (symbolValueOf) {\\n        return symbolValueOf.call(object) == symbolValueOf.call(other);\\n      }\\n  }\\n  return false;\\n}\\n\\nmodule.exports = equalByTag;\\n\"\n        },\n        {\n          \"id\": 227,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_Uint8Array.js\",\n          \"name\": \"./node_modules/lodash/_Uint8Array.js\",\n          \"index\": 101,\n          \"index2\": 92,\n          \"size\": 130,\n          \"cacheable\": true,\n          \"built\": true,\n          \"optional\": false,\n          \"prefetched\": false,\n          \"chunks\": [\n            2\n          ],\n          \"issuer\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_equalByTag.js\",\n          \"issuerId\": 226,\n          \"issuerName\": \"./node_modules/lodash/_equalByTag.js\",\n          \"issuerPath\": [\n            {\n              \"id\": 191,\n              \"identifier\": \"multi /Users/jarred/Code/styleurl/webpack/customPublicPath /Users/jarred/Code/styleurl/chrome/extension/background\",\n              \"name\": \"multi ./webpack/customPublicPath ./chrome/extension/background\",\n              \"profile\": {\n                \"factory\": 0,\n                \"building\": 0,\n                \"dependencies\": 54\n              }\n            },\n            {\n              \"id\": 192,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/background.js\",\n              \"name\": \"./chrome/extension/background.js\",\n              \"profile\": {\n                \"factory\": 54,\n                \"building\": 639,\n                \"dependencies\": 140\n              }\n            },\n            {\n              \"id\": 193,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/findIndex.js\",\n              \"name\": \"./node_modules/lodash/findIndex.js\",\n              \"profile\": {\n                \"factory\": 140,\n                \"building\": 568,\n                \"dependencies\": 1\n              }\n            },\n            {\n              \"id\": 195,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_baseIteratee.js\",\n              \"name\": \"./node_modules/lodash/_baseIteratee.js\",\n              \"profile\": {\n                \"factory\": 245,\n                \"building\": 75,\n                \"dependencies\": 1\n              }\n            },\n            {\n              \"id\": 237,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_baseMatchesProperty.js\",\n              \"name\": \"./node_modules/lodash/_baseMatchesProperty.js\",\n              \"profile\": {\n                \"factory\": 82,\n                \"building\": 104,\n                \"dependencies\": 78\n              }\n            },\n            {\n              \"id\": 141,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_baseIsEqual.js\",\n              \"name\": \"./node_modules/lodash/_baseIsEqual.js\",\n              \"profile\": {\n                \"factory\": 78,\n                \"building\": 20,\n                \"dependencies\": 38\n              }\n            },\n            {\n              \"id\": 220,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_baseIsEqualDeep.js\",\n              \"name\": \"./node_modules/lodash/_baseIsEqualDeep.js\",\n              \"profile\": {\n                \"factory\": 40,\n                \"building\": 33,\n                \"dependencies\": 0\n              }\n            },\n            {\n              \"id\": 226,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_equalByTag.js\",\n              \"name\": \"./node_modules/lodash/_equalByTag.js\",\n              \"profile\": {\n                \"factory\": 42,\n                \"building\": 17,\n                \"dependencies\": 0\n              }\n            }\n          ],\n          \"profile\": {\n            \"factory\": 22,\n            \"building\": 36,\n            \"dependencies\": 1\n          },\n          \"failed\": false,\n          \"errors\": 0,\n          \"warnings\": 0,\n          \"assets\": [],\n          \"reasons\": [\n            {\n              \"moduleId\": 226,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_equalByTag.js\",\n              \"module\": \"./node_modules/lodash/_equalByTag.js\",\n              \"moduleName\": \"./node_modules/lodash/_equalByTag.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"./_Uint8Array\",\n              \"loc\": \"2:17-41\"\n            }\n          ],\n          \"usedExports\": true,\n          \"providedExports\": null,\n          \"optimizationBailout\": [\n            \"ModuleConcatenation bailout: Module is not an ECMAScript module\"\n          ],\n          \"depth\": 8,\n          \"source\": \"var root = require('./_root');\\n\\n/** Built-in value references. */\\nvar Uint8Array = root.Uint8Array;\\n\\nmodule.exports = Uint8Array;\\n\"\n        },\n        {\n          \"id\": 228,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_mapToArray.js\",\n          \"name\": \"./node_modules/lodash/_mapToArray.js\",\n          \"index\": 102,\n          \"index2\": 93,\n          \"size\": 363,\n          \"cacheable\": true,\n          \"built\": true,\n          \"optional\": false,\n          \"prefetched\": false,\n          \"chunks\": [\n            2\n          ],\n          \"issuer\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_equalByTag.js\",\n          \"issuerId\": 226,\n          \"issuerName\": \"./node_modules/lodash/_equalByTag.js\",\n          \"issuerPath\": [\n            {\n              \"id\": 191,\n              \"identifier\": \"multi /Users/jarred/Code/styleurl/webpack/customPublicPath /Users/jarred/Code/styleurl/chrome/extension/background\",\n              \"name\": \"multi ./webpack/customPublicPath ./chrome/extension/background\",\n              \"profile\": {\n                \"factory\": 0,\n                \"building\": 0,\n                \"dependencies\": 54\n              }\n            },\n            {\n              \"id\": 192,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/background.js\",\n              \"name\": \"./chrome/extension/background.js\",\n              \"profile\": {\n                \"factory\": 54,\n                \"building\": 639,\n                \"dependencies\": 140\n              }\n            },\n            {\n              \"id\": 193,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/findIndex.js\",\n              \"name\": \"./node_modules/lodash/findIndex.js\",\n              \"profile\": {\n                \"factory\": 140,\n                \"building\": 568,\n                \"dependencies\": 1\n              }\n            },\n            {\n              \"id\": 195,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_baseIteratee.js\",\n              \"name\": \"./node_modules/lodash/_baseIteratee.js\",\n              \"profile\": {\n                \"factory\": 245,\n                \"building\": 75,\n                \"dependencies\": 1\n              }\n            },\n            {\n              \"id\": 237,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_baseMatchesProperty.js\",\n              \"name\": \"./node_modules/lodash/_baseMatchesProperty.js\",\n              \"profile\": {\n                \"factory\": 82,\n                \"building\": 104,\n                \"dependencies\": 78\n              }\n            },\n            {\n              \"id\": 141,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_baseIsEqual.js\",\n              \"name\": \"./node_modules/lodash/_baseIsEqual.js\",\n              \"profile\": {\n                \"factory\": 78,\n                \"building\": 20,\n                \"dependencies\": 38\n              }\n            },\n            {\n              \"id\": 220,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_baseIsEqualDeep.js\",\n              \"name\": \"./node_modules/lodash/_baseIsEqualDeep.js\",\n              \"profile\": {\n                \"factory\": 40,\n                \"building\": 33,\n                \"dependencies\": 0\n              }\n            },\n            {\n              \"id\": 226,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_equalByTag.js\",\n              \"name\": \"./node_modules/lodash/_equalByTag.js\",\n              \"profile\": {\n                \"factory\": 42,\n                \"building\": 17,\n                \"dependencies\": 0\n              }\n            }\n          ],\n          \"profile\": {\n            \"factory\": 22,\n            \"building\": 36,\n            \"dependencies\": 1\n          },\n          \"failed\": false,\n          \"errors\": 0,\n          \"warnings\": 0,\n          \"assets\": [],\n          \"reasons\": [\n            {\n              \"moduleId\": 226,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_equalByTag.js\",\n              \"module\": \"./node_modules/lodash/_equalByTag.js\",\n              \"moduleName\": \"./node_modules/lodash/_equalByTag.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"./_mapToArray\",\n              \"loc\": \"5:17-41\"\n            }\n          ],\n          \"usedExports\": true,\n          \"providedExports\": null,\n          \"optimizationBailout\": [\n            \"ModuleConcatenation bailout: Module is not an ECMAScript module\"\n          ],\n          \"depth\": 8,\n          \"source\": \"/**\\n * Converts `map` to its key-value pairs.\\n *\\n * @private\\n * @param {Object} map The map to convert.\\n * @returns {Array} Returns the key-value pairs.\\n */\\nfunction mapToArray(map) {\\n  var index = -1,\\n      result = Array(map.size);\\n\\n  map.forEach(function(value, key) {\\n    result[++index] = [key, value];\\n  });\\n  return result;\\n}\\n\\nmodule.exports = mapToArray;\\n\"\n        },\n        {\n          \"id\": 229,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_setToArray.js\",\n          \"name\": \"./node_modules/lodash/_setToArray.js\",\n          \"index\": 103,\n          \"index2\": 94,\n          \"size\": 345,\n          \"cacheable\": true,\n          \"built\": true,\n          \"optional\": false,\n          \"prefetched\": false,\n          \"chunks\": [\n            2\n          ],\n          \"issuer\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_equalByTag.js\",\n          \"issuerId\": 226,\n          \"issuerName\": \"./node_modules/lodash/_equalByTag.js\",\n          \"issuerPath\": [\n            {\n              \"id\": 191,\n              \"identifier\": \"multi /Users/jarred/Code/styleurl/webpack/customPublicPath /Users/jarred/Code/styleurl/chrome/extension/background\",\n              \"name\": \"multi ./webpack/customPublicPath ./chrome/extension/background\",\n              \"profile\": {\n                \"factory\": 0,\n                \"building\": 0,\n                \"dependencies\": 54\n              }\n            },\n            {\n              \"id\": 192,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/background.js\",\n              \"name\": \"./chrome/extension/background.js\",\n              \"profile\": {\n                \"factory\": 54,\n                \"building\": 639,\n                \"dependencies\": 140\n              }\n            },\n            {\n              \"id\": 193,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/findIndex.js\",\n              \"name\": \"./node_modules/lodash/findIndex.js\",\n              \"profile\": {\n                \"factory\": 140,\n                \"building\": 568,\n                \"dependencies\": 1\n              }\n            },\n            {\n              \"id\": 195,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_baseIteratee.js\",\n              \"name\": \"./node_modules/lodash/_baseIteratee.js\",\n              \"profile\": {\n                \"factory\": 245,\n                \"building\": 75,\n                \"dependencies\": 1\n              }\n            },\n            {\n              \"id\": 237,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_baseMatchesProperty.js\",\n              \"name\": \"./node_modules/lodash/_baseMatchesProperty.js\",\n              \"profile\": {\n                \"factory\": 82,\n                \"building\": 104,\n                \"dependencies\": 78\n              }\n            },\n            {\n              \"id\": 141,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_baseIsEqual.js\",\n              \"name\": \"./node_modules/lodash/_baseIsEqual.js\",\n              \"profile\": {\n                \"factory\": 78,\n                \"building\": 20,\n                \"dependencies\": 38\n              }\n            },\n            {\n              \"id\": 220,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_baseIsEqualDeep.js\",\n              \"name\": \"./node_modules/lodash/_baseIsEqualDeep.js\",\n              \"profile\": {\n                \"factory\": 40,\n                \"building\": 33,\n                \"dependencies\": 0\n              }\n            },\n            {\n              \"id\": 226,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_equalByTag.js\",\n              \"name\": \"./node_modules/lodash/_equalByTag.js\",\n              \"profile\": {\n                \"factory\": 42,\n                \"building\": 17,\n                \"dependencies\": 0\n              }\n            }\n          ],\n          \"profile\": {\n            \"factory\": 22,\n            \"building\": 36,\n            \"dependencies\": 1\n          },\n          \"failed\": false,\n          \"errors\": 0,\n          \"warnings\": 0,\n          \"assets\": [],\n          \"reasons\": [\n            {\n              \"moduleId\": 226,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_equalByTag.js\",\n              \"module\": \"./node_modules/lodash/_equalByTag.js\",\n              \"moduleName\": \"./node_modules/lodash/_equalByTag.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"./_setToArray\",\n              \"loc\": \"6:17-41\"\n            }\n          ],\n          \"usedExports\": true,\n          \"providedExports\": null,\n          \"optimizationBailout\": [\n            \"ModuleConcatenation bailout: Module is not an ECMAScript module\"\n          ],\n          \"depth\": 8,\n          \"source\": \"/**\\n * Converts `set` to an array of its values.\\n *\\n * @private\\n * @param {Object} set The set to convert.\\n * @returns {Array} Returns the values.\\n */\\nfunction setToArray(set) {\\n  var index = -1,\\n      result = Array(set.size);\\n\\n  set.forEach(function(value) {\\n    result[++index] = value;\\n  });\\n  return result;\\n}\\n\\nmodule.exports = setToArray;\\n\"\n        },\n        {\n          \"id\": 230,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_equalObjects.js\",\n          \"name\": \"./node_modules/lodash/_equalObjects.js\",\n          \"index\": 104,\n          \"index2\": 123,\n          \"size\": 2903,\n          \"cacheable\": true,\n          \"built\": true,\n          \"optional\": false,\n          \"prefetched\": false,\n          \"chunks\": [\n            2\n          ],\n          \"issuer\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_baseIsEqualDeep.js\",\n          \"issuerId\": 220,\n          \"issuerName\": \"./node_modules/lodash/_baseIsEqualDeep.js\",\n          \"issuerPath\": [\n            {\n              \"id\": 191,\n              \"identifier\": \"multi /Users/jarred/Code/styleurl/webpack/customPublicPath /Users/jarred/Code/styleurl/chrome/extension/background\",\n              \"name\": \"multi ./webpack/customPublicPath ./chrome/extension/background\",\n              \"profile\": {\n                \"factory\": 0,\n                \"building\": 0,\n                \"dependencies\": 54\n              }\n            },\n            {\n              \"id\": 192,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/background.js\",\n              \"name\": \"./chrome/extension/background.js\",\n              \"profile\": {\n                \"factory\": 54,\n                \"building\": 639,\n                \"dependencies\": 140\n              }\n            },\n            {\n              \"id\": 193,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/findIndex.js\",\n              \"name\": \"./node_modules/lodash/findIndex.js\",\n              \"profile\": {\n                \"factory\": 140,\n                \"building\": 568,\n                \"dependencies\": 1\n              }\n            },\n            {\n              \"id\": 195,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_baseIteratee.js\",\n              \"name\": \"./node_modules/lodash/_baseIteratee.js\",\n              \"profile\": {\n                \"factory\": 245,\n                \"building\": 75,\n                \"dependencies\": 1\n              }\n            },\n            {\n              \"id\": 237,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_baseMatchesProperty.js\",\n              \"name\": \"./node_modules/lodash/_baseMatchesProperty.js\",\n              \"profile\": {\n                \"factory\": 82,\n                \"building\": 104,\n                \"dependencies\": 78\n              }\n            },\n            {\n              \"id\": 141,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_baseIsEqual.js\",\n              \"name\": \"./node_modules/lodash/_baseIsEqual.js\",\n              \"profile\": {\n                \"factory\": 78,\n                \"building\": 20,\n                \"dependencies\": 38\n              }\n            },\n            {\n              \"id\": 220,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_baseIsEqualDeep.js\",\n              \"name\": \"./node_modules/lodash/_baseIsEqualDeep.js\",\n              \"profile\": {\n                \"factory\": 40,\n                \"building\": 33,\n                \"dependencies\": 0\n              }\n            }\n          ],\n          \"profile\": {\n            \"factory\": 42,\n            \"building\": 17,\n            \"dependencies\": 0\n          },\n          \"failed\": false,\n          \"errors\": 0,\n          \"warnings\": 0,\n          \"assets\": [],\n          \"reasons\": [\n            {\n              \"moduleId\": 220,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_baseIsEqualDeep.js\",\n              \"module\": \"./node_modules/lodash/_baseIsEqualDeep.js\",\n              \"moduleName\": \"./node_modules/lodash/_baseIsEqualDeep.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"./_equalObjects\",\n              \"loc\": \"4:19-45\"\n            }\n          ],\n          \"usedExports\": true,\n          \"providedExports\": null,\n          \"optimizationBailout\": [\n            \"ModuleConcatenation bailout: Module is not an ECMAScript module\"\n          ],\n          \"depth\": 7,\n          \"source\": \"var getAllKeys = require('./_getAllKeys');\\n\\n/** Used to compose bitmasks for value comparisons. */\\nvar COMPARE_PARTIAL_FLAG = 1;\\n\\n/** Used for built-in method references. */\\nvar objectProto = Object.prototype;\\n\\n/** Used to check objects for own properties. */\\nvar hasOwnProperty = objectProto.hasOwnProperty;\\n\\n/**\\n * A specialized version of `baseIsEqualDeep` for objects with support for\\n * partial deep comparisons.\\n *\\n * @private\\n * @param {Object} object The object to compare.\\n * @param {Object} other The other object to compare.\\n * @param {number} bitmask The bitmask flags. See `baseIsEqual` for more details.\\n * @param {Function} customizer The function to customize comparisons.\\n * @param {Function} equalFunc The function to determine equivalents of values.\\n * @param {Object} stack Tracks traversed `object` and `other` objects.\\n * @returns {boolean} Returns `true` if the objects are equivalent, else `false`.\\n */\\nfunction equalObjects(object, other, bitmask, customizer, equalFunc, stack) {\\n  var isPartial = bitmask & COMPARE_PARTIAL_FLAG,\\n      objProps = getAllKeys(object),\\n      objLength = objProps.length,\\n      othProps = getAllKeys(other),\\n      othLength = othProps.length;\\n\\n  if (objLength != othLength && !isPartial) {\\n    return false;\\n  }\\n  var index = objLength;\\n  while (index--) {\\n    var key = objProps[index];\\n    if (!(isPartial ? key in other : hasOwnProperty.call(other, key))) {\\n      return false;\\n    }\\n  }\\n  // Assume cyclic values are equal.\\n  var stacked = stack.get(object);\\n  if (stacked && stack.get(other)) {\\n    return stacked == other;\\n  }\\n  var result = true;\\n  stack.set(object, other);\\n  stack.set(other, object);\\n\\n  var skipCtor = isPartial;\\n  while (++index < objLength) {\\n    key = objProps[index];\\n    var objValue = object[key],\\n        othValue = other[key];\\n\\n    if (customizer) {\\n      var compared = isPartial\\n        ? customizer(othValue, objValue, key, other, object, stack)\\n        : customizer(objValue, othValue, key, object, other, stack);\\n    }\\n    // Recursively compare objects (susceptible to call stack limits).\\n    if (!(compared === undefined\\n          ? (objValue === othValue || equalFunc(objValue, othValue, bitmask, customizer, stack))\\n          : compared\\n        )) {\\n      result = false;\\n      break;\\n    }\\n    skipCtor || (skipCtor = key == 'constructor');\\n  }\\n  if (result && !skipCtor) {\\n    var objCtor = object.constructor,\\n        othCtor = other.constructor;\\n\\n    // Non `Object` object instances with different constructors are not equal.\\n    if (objCtor != othCtor &&\\n        ('constructor' in object && 'constructor' in other) &&\\n        !(typeof objCtor == 'function' && objCtor instanceof objCtor &&\\n          typeof othCtor == 'function' && othCtor instanceof othCtor)) {\\n      result = false;\\n    }\\n  }\\n  stack['delete'](object);\\n  stack['delete'](other);\\n  return result;\\n}\\n\\nmodule.exports = equalObjects;\\n\"\n        },\n        {\n          \"id\": 231,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_getAllKeys.js\",\n          \"name\": \"./node_modules/lodash/_getAllKeys.js\",\n          \"index\": 105,\n          \"index2\": 122,\n          \"size\": 455,\n          \"cacheable\": true,\n          \"built\": true,\n          \"optional\": false,\n          \"prefetched\": false,\n          \"chunks\": [\n            2\n          ],\n          \"issuer\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_equalObjects.js\",\n          \"issuerId\": 230,\n          \"issuerName\": \"./node_modules/lodash/_equalObjects.js\",\n          \"issuerPath\": [\n            {\n              \"id\": 191,\n              \"identifier\": \"multi /Users/jarred/Code/styleurl/webpack/customPublicPath /Users/jarred/Code/styleurl/chrome/extension/background\",\n              \"name\": \"multi ./webpack/customPublicPath ./chrome/extension/background\",\n              \"profile\": {\n                \"factory\": 0,\n                \"building\": 0,\n                \"dependencies\": 54\n              }\n            },\n            {\n              \"id\": 192,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/background.js\",\n              \"name\": \"./chrome/extension/background.js\",\n              \"profile\": {\n                \"factory\": 54,\n                \"building\": 639,\n                \"dependencies\": 140\n              }\n            },\n            {\n              \"id\": 193,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/findIndex.js\",\n              \"name\": \"./node_modules/lodash/findIndex.js\",\n              \"profile\": {\n                \"factory\": 140,\n                \"building\": 568,\n                \"dependencies\": 1\n              }\n            },\n            {\n              \"id\": 195,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_baseIteratee.js\",\n              \"name\": \"./node_modules/lodash/_baseIteratee.js\",\n              \"profile\": {\n                \"factory\": 245,\n                \"building\": 75,\n                \"dependencies\": 1\n              }\n            },\n            {\n              \"id\": 237,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_baseMatchesProperty.js\",\n              \"name\": \"./node_modules/lodash/_baseMatchesProperty.js\",\n              \"profile\": {\n                \"factory\": 82,\n                \"building\": 104,\n                \"dependencies\": 78\n              }\n            },\n            {\n              \"id\": 141,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_baseIsEqual.js\",\n              \"name\": \"./node_modules/lodash/_baseIsEqual.js\",\n              \"profile\": {\n                \"factory\": 78,\n                \"building\": 20,\n                \"dependencies\": 38\n              }\n            },\n            {\n              \"id\": 220,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_baseIsEqualDeep.js\",\n              \"name\": \"./node_modules/lodash/_baseIsEqualDeep.js\",\n              \"profile\": {\n                \"factory\": 40,\n                \"building\": 33,\n                \"dependencies\": 0\n              }\n            },\n            {\n              \"id\": 230,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_equalObjects.js\",\n              \"name\": \"./node_modules/lodash/_equalObjects.js\",\n              \"profile\": {\n                \"factory\": 42,\n                \"building\": 17,\n                \"dependencies\": 0\n              }\n            }\n          ],\n          \"profile\": {\n            \"factory\": 22,\n            \"building\": 36,\n            \"dependencies\": 0\n          },\n          \"failed\": false,\n          \"errors\": 0,\n          \"warnings\": 0,\n          \"assets\": [],\n          \"reasons\": [\n            {\n              \"moduleId\": 230,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_equalObjects.js\",\n              \"module\": \"./node_modules/lodash/_equalObjects.js\",\n              \"moduleName\": \"./node_modules/lodash/_equalObjects.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"./_getAllKeys\",\n              \"loc\": \"1:17-41\"\n            }\n          ],\n          \"usedExports\": true,\n          \"providedExports\": null,\n          \"optimizationBailout\": [\n            \"ModuleConcatenation bailout: Module is not an ECMAScript module\"\n          ],\n          \"depth\": 8,\n          \"source\": \"var baseGetAllKeys = require('./_baseGetAllKeys'),\\n    getSymbols = require('./_getSymbols'),\\n    keys = require('./keys');\\n\\n/**\\n * Creates an array of own enumerable property names and symbols of `object`.\\n *\\n * @private\\n * @param {Object} object The object to query.\\n * @returns {Array} Returns the array of property names and symbols.\\n */\\nfunction getAllKeys(object) {\\n  return baseGetAllKeys(object, keys, getSymbols);\\n}\\n\\nmodule.exports = getAllKeys;\\n\"\n        },\n        {\n          \"id\": 232,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_baseGetAllKeys.js\",\n          \"name\": \"./node_modules/lodash/_baseGetAllKeys.js\",\n          \"index\": 106,\n          \"index2\": 98,\n          \"size\": 739,\n          \"cacheable\": true,\n          \"built\": true,\n          \"optional\": false,\n          \"prefetched\": false,\n          \"chunks\": [\n            2\n          ],\n          \"issuer\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_getAllKeys.js\",\n          \"issuerId\": 231,\n          \"issuerName\": \"./node_modules/lodash/_getAllKeys.js\",\n          \"issuerPath\": [\n            {\n              \"id\": 191,\n              \"identifier\": \"multi /Users/jarred/Code/styleurl/webpack/customPublicPath /Users/jarred/Code/styleurl/chrome/extension/background\",\n              \"name\": \"multi ./webpack/customPublicPath ./chrome/extension/background\",\n              \"profile\": {\n                \"factory\": 0,\n                \"building\": 0,\n                \"dependencies\": 54\n              }\n            },\n            {\n              \"id\": 192,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/background.js\",\n              \"name\": \"./chrome/extension/background.js\",\n              \"profile\": {\n                \"factory\": 54,\n                \"building\": 639,\n                \"dependencies\": 140\n              }\n            },\n            {\n              \"id\": 193,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/findIndex.js\",\n              \"name\": \"./node_modules/lodash/findIndex.js\",\n              \"profile\": {\n                \"factory\": 140,\n                \"building\": 568,\n                \"dependencies\": 1\n              }\n            },\n            {\n              \"id\": 195,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_baseIteratee.js\",\n              \"name\": \"./node_modules/lodash/_baseIteratee.js\",\n              \"profile\": {\n                \"factory\": 245,\n                \"building\": 75,\n                \"dependencies\": 1\n              }\n            },\n            {\n              \"id\": 237,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_baseMatchesProperty.js\",\n              \"name\": \"./node_modules/lodash/_baseMatchesProperty.js\",\n              \"profile\": {\n                \"factory\": 82,\n                \"building\": 104,\n                \"dependencies\": 78\n              }\n            },\n            {\n              \"id\": 141,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_baseIsEqual.js\",\n              \"name\": \"./node_modules/lodash/_baseIsEqual.js\",\n              \"profile\": {\n                \"factory\": 78,\n                \"building\": 20,\n                \"dependencies\": 38\n              }\n            },\n            {\n              \"id\": 220,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_baseIsEqualDeep.js\",\n              \"name\": \"./node_modules/lodash/_baseIsEqualDeep.js\",\n              \"profile\": {\n                \"factory\": 40,\n                \"building\": 33,\n                \"dependencies\": 0\n              }\n            },\n            {\n              \"id\": 230,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_equalObjects.js\",\n              \"name\": \"./node_modules/lodash/_equalObjects.js\",\n              \"profile\": {\n                \"factory\": 42,\n                \"building\": 17,\n                \"dependencies\": 0\n              }\n            },\n            {\n              \"id\": 231,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_getAllKeys.js\",\n              \"name\": \"./node_modules/lodash/_getAllKeys.js\",\n              \"profile\": {\n                \"factory\": 22,\n                \"building\": 36,\n                \"dependencies\": 0\n              }\n            }\n          ],\n          \"profile\": {\n            \"factory\": 44,\n            \"building\": 21,\n            \"dependencies\": 0\n          },\n          \"failed\": false,\n          \"errors\": 0,\n          \"warnings\": 0,\n          \"assets\": [],\n          \"reasons\": [\n            {\n              \"moduleId\": 231,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_getAllKeys.js\",\n              \"module\": \"./node_modules/lodash/_getAllKeys.js\",\n              \"moduleName\": \"./node_modules/lodash/_getAllKeys.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"./_baseGetAllKeys\",\n              \"loc\": \"1:21-49\"\n            }\n          ],\n          \"usedExports\": true,\n          \"providedExports\": null,\n          \"optimizationBailout\": [\n            \"ModuleConcatenation bailout: Module is not an ECMAScript module\"\n          ],\n          \"depth\": 9,\n          \"source\": \"var arrayPush = require('./_arrayPush'),\\n    isArray = require('./isArray');\\n\\n/**\\n * The base implementation of `getAllKeys` and `getAllKeysIn` which uses\\n * `keysFunc` and `symbolsFunc` to get the enumerable property names and\\n * symbols of `object`.\\n *\\n * @private\\n * @param {Object} object The object to query.\\n * @param {Function} keysFunc The function to get the keys of `object`.\\n * @param {Function} symbolsFunc The function to get the symbols of `object`.\\n * @returns {Array} Returns the array of property names and symbols.\\n */\\nfunction baseGetAllKeys(object, keysFunc, symbolsFunc) {\\n  var result = keysFunc(object);\\n  return isArray(object) ? result : arrayPush(result, symbolsFunc(object));\\n}\\n\\nmodule.exports = baseGetAllKeys;\\n\"\n        },\n        {\n          \"id\": 233,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_getSymbols.js\",\n          \"name\": \"./node_modules/lodash/_getSymbols.js\",\n          \"index\": 109,\n          \"index2\": 101,\n          \"size\": 886,\n          \"cacheable\": true,\n          \"built\": true,\n          \"optional\": false,\n          \"prefetched\": false,\n          \"chunks\": [\n            2\n          ],\n          \"issuer\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_getAllKeys.js\",\n          \"issuerId\": 231,\n          \"issuerName\": \"./node_modules/lodash/_getAllKeys.js\",\n          \"issuerPath\": [\n            {\n              \"id\": 191,\n              \"identifier\": \"multi /Users/jarred/Code/styleurl/webpack/customPublicPath /Users/jarred/Code/styleurl/chrome/extension/background\",\n              \"name\": \"multi ./webpack/customPublicPath ./chrome/extension/background\",\n              \"profile\": {\n                \"factory\": 0,\n                \"building\": 0,\n                \"dependencies\": 54\n              }\n            },\n            {\n              \"id\": 192,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/background.js\",\n              \"name\": \"./chrome/extension/background.js\",\n              \"profile\": {\n                \"factory\": 54,\n                \"building\": 639,\n                \"dependencies\": 140\n              }\n            },\n            {\n              \"id\": 193,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/findIndex.js\",\n              \"name\": \"./node_modules/lodash/findIndex.js\",\n              \"profile\": {\n                \"factory\": 140,\n                \"building\": 568,\n                \"dependencies\": 1\n              }\n            },\n            {\n              \"id\": 195,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_baseIteratee.js\",\n              \"name\": \"./node_modules/lodash/_baseIteratee.js\",\n              \"profile\": {\n                \"factory\": 245,\n                \"building\": 75,\n                \"dependencies\": 1\n              }\n            },\n            {\n              \"id\": 237,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_baseMatchesProperty.js\",\n              \"name\": \"./node_modules/lodash/_baseMatchesProperty.js\",\n              \"profile\": {\n                \"factory\": 82,\n                \"building\": 104,\n                \"dependencies\": 78\n              }\n            },\n            {\n              \"id\": 141,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_baseIsEqual.js\",\n              \"name\": \"./node_modules/lodash/_baseIsEqual.js\",\n              \"profile\": {\n                \"factory\": 78,\n                \"building\": 20,\n                \"dependencies\": 38\n              }\n            },\n            {\n              \"id\": 220,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_baseIsEqualDeep.js\",\n              \"name\": \"./node_modules/lodash/_baseIsEqualDeep.js\",\n              \"profile\": {\n                \"factory\": 40,\n                \"building\": 33,\n                \"dependencies\": 0\n              }\n            },\n            {\n              \"id\": 230,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_equalObjects.js\",\n              \"name\": \"./node_modules/lodash/_equalObjects.js\",\n              \"profile\": {\n                \"factory\": 42,\n                \"building\": 17,\n                \"dependencies\": 0\n              }\n            },\n            {\n              \"id\": 231,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_getAllKeys.js\",\n              \"name\": \"./node_modules/lodash/_getAllKeys.js\",\n              \"profile\": {\n                \"factory\": 22,\n                \"building\": 36,\n                \"dependencies\": 0\n              }\n            }\n          ],\n          \"profile\": {\n            \"factory\": 44,\n            \"building\": 21,\n            \"dependencies\": 0\n          },\n          \"failed\": false,\n          \"errors\": 0,\n          \"warnings\": 0,\n          \"assets\": [],\n          \"reasons\": [\n            {\n              \"moduleId\": 231,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_getAllKeys.js\",\n              \"module\": \"./node_modules/lodash/_getAllKeys.js\",\n              \"moduleName\": \"./node_modules/lodash/_getAllKeys.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"./_getSymbols\",\n              \"loc\": \"2:17-41\"\n            }\n          ],\n          \"usedExports\": true,\n          \"providedExports\": null,\n          \"optimizationBailout\": [\n            \"ModuleConcatenation bailout: Module is not an ECMAScript module\"\n          ],\n          \"depth\": 9,\n          \"source\": \"var arrayFilter = require('./_arrayFilter'),\\n    stubArray = require('./stubArray');\\n\\n/** Used for built-in method references. */\\nvar objectProto = Object.prototype;\\n\\n/** Built-in value references. */\\nvar propertyIsEnumerable = objectProto.propertyIsEnumerable;\\n\\n/* Built-in method references for those with the same name as other `lodash` methods. */\\nvar nativeGetSymbols = Object.getOwnPropertySymbols;\\n\\n/**\\n * Creates an array of the own enumerable symbols of `object`.\\n *\\n * @private\\n * @param {Object} object The object to query.\\n * @returns {Array} Returns the array of symbols.\\n */\\nvar getSymbols = !nativeGetSymbols ? stubArray : function(object) {\\n  if (object == null) {\\n    return [];\\n  }\\n  object = Object(object);\\n  return arrayFilter(nativeGetSymbols(object), function(symbol) {\\n    return propertyIsEnumerable.call(object, symbol);\\n  });\\n};\\n\\nmodule.exports = getSymbols;\\n\"\n        },\n        {\n          \"id\": 234,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_arrayFilter.js\",\n          \"name\": \"./node_modules/lodash/_arrayFilter.js\",\n          \"index\": 110,\n          \"index2\": 99,\n          \"size\": 632,\n          \"cacheable\": true,\n          \"built\": true,\n          \"optional\": false,\n          \"prefetched\": false,\n          \"chunks\": [\n            2\n          ],\n          \"issuer\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_getSymbols.js\",\n          \"issuerId\": 233,\n          \"issuerName\": \"./node_modules/lodash/_getSymbols.js\",\n          \"issuerPath\": [\n            {\n              \"id\": 191,\n              \"identifier\": \"multi /Users/jarred/Code/styleurl/webpack/customPublicPath /Users/jarred/Code/styleurl/chrome/extension/background\",\n              \"name\": \"multi ./webpack/customPublicPath ./chrome/extension/background\",\n              \"profile\": {\n                \"factory\": 0,\n                \"building\": 0,\n                \"dependencies\": 54\n              }\n            },\n            {\n              \"id\": 192,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/background.js\",\n              \"name\": \"./chrome/extension/background.js\",\n              \"profile\": {\n                \"factory\": 54,\n                \"building\": 639,\n                \"dependencies\": 140\n              }\n            },\n            {\n              \"id\": 193,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/findIndex.js\",\n              \"name\": \"./node_modules/lodash/findIndex.js\",\n              \"profile\": {\n                \"factory\": 140,\n                \"building\": 568,\n                \"dependencies\": 1\n              }\n            },\n            {\n              \"id\": 195,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_baseIteratee.js\",\n              \"name\": \"./node_modules/lodash/_baseIteratee.js\",\n              \"profile\": {\n                \"factory\": 245,\n                \"building\": 75,\n                \"dependencies\": 1\n              }\n            },\n            {\n              \"id\": 237,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_baseMatchesProperty.js\",\n              \"name\": \"./node_modules/lodash/_baseMatchesProperty.js\",\n              \"profile\": {\n                \"factory\": 82,\n                \"building\": 104,\n                \"dependencies\": 78\n              }\n            },\n            {\n              \"id\": 141,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_baseIsEqual.js\",\n              \"name\": \"./node_modules/lodash/_baseIsEqual.js\",\n              \"profile\": {\n                \"factory\": 78,\n                \"building\": 20,\n                \"dependencies\": 38\n              }\n            },\n            {\n              \"id\": 220,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_baseIsEqualDeep.js\",\n              \"name\": \"./node_modules/lodash/_baseIsEqualDeep.js\",\n              \"profile\": {\n                \"factory\": 40,\n                \"building\": 33,\n                \"dependencies\": 0\n              }\n            },\n            {\n              \"id\": 230,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_equalObjects.js\",\n              \"name\": \"./node_modules/lodash/_equalObjects.js\",\n              \"profile\": {\n                \"factory\": 42,\n                \"building\": 17,\n                \"dependencies\": 0\n              }\n            },\n            {\n              \"id\": 231,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_getAllKeys.js\",\n              \"name\": \"./node_modules/lodash/_getAllKeys.js\",\n              \"profile\": {\n                \"factory\": 22,\n                \"building\": 36,\n                \"dependencies\": 0\n              }\n            },\n            {\n              \"id\": 233,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_getSymbols.js\",\n              \"name\": \"./node_modules/lodash/_getSymbols.js\",\n              \"profile\": {\n                \"factory\": 44,\n                \"building\": 21,\n                \"dependencies\": 0\n              }\n            }\n          ],\n          \"profile\": {\n            \"factory\": 95,\n            \"building\": 24\n          },\n          \"failed\": false,\n          \"errors\": 0,\n          \"warnings\": 0,\n          \"assets\": [],\n          \"reasons\": [\n            {\n              \"moduleId\": 233,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_getSymbols.js\",\n              \"module\": \"./node_modules/lodash/_getSymbols.js\",\n              \"moduleName\": \"./node_modules/lodash/_getSymbols.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"./_arrayFilter\",\n              \"loc\": \"1:18-43\"\n            }\n          ],\n          \"usedExports\": true,\n          \"providedExports\": null,\n          \"optimizationBailout\": [\n            \"ModuleConcatenation bailout: Module is not an ECMAScript module\"\n          ],\n          \"depth\": 10,\n          \"source\": \"/**\\n * A specialized version of `_.filter` for arrays without support for\\n * iteratee shorthands.\\n *\\n * @private\\n * @param {Array} [array] The array to iterate over.\\n * @param {Function} predicate The function invoked per iteration.\\n * @returns {Array} Returns the new filtered array.\\n */\\nfunction arrayFilter(array, predicate) {\\n  var index = -1,\\n      length = array == null ? 0 : array.length,\\n      resIndex = 0,\\n      result = [];\\n\\n  while (++index < length) {\\n    var value = array[index];\\n    if (predicate(value, index, array)) {\\n      result[resIndex++] = value;\\n    }\\n  }\\n  return result;\\n}\\n\\nmodule.exports = arrayFilter;\\n\"\n        },\n        {\n          \"id\": 235,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/stubArray.js\",\n          \"name\": \"./node_modules/lodash/stubArray.js\",\n          \"index\": 111,\n          \"index2\": 100,\n          \"size\": 390,\n          \"cacheable\": true,\n          \"built\": true,\n          \"optional\": false,\n          \"prefetched\": false,\n          \"chunks\": [\n            2\n          ],\n          \"issuer\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_getSymbols.js\",\n          \"issuerId\": 233,\n          \"issuerName\": \"./node_modules/lodash/_getSymbols.js\",\n          \"issuerPath\": [\n            {\n              \"id\": 191,\n              \"identifier\": \"multi /Users/jarred/Code/styleurl/webpack/customPublicPath /Users/jarred/Code/styleurl/chrome/extension/background\",\n              \"name\": \"multi ./webpack/customPublicPath ./chrome/extension/background\",\n              \"profile\": {\n                \"factory\": 0,\n                \"building\": 0,\n                \"dependencies\": 54\n              }\n            },\n            {\n              \"id\": 192,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/background.js\",\n              \"name\": \"./chrome/extension/background.js\",\n              \"profile\": {\n                \"factory\": 54,\n                \"building\": 639,\n                \"dependencies\": 140\n              }\n            },\n            {\n              \"id\": 193,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/findIndex.js\",\n              \"name\": \"./node_modules/lodash/findIndex.js\",\n              \"profile\": {\n                \"factory\": 140,\n                \"building\": 568,\n                \"dependencies\": 1\n              }\n            },\n            {\n              \"id\": 195,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_baseIteratee.js\",\n              \"name\": \"./node_modules/lodash/_baseIteratee.js\",\n              \"profile\": {\n                \"factory\": 245,\n                \"building\": 75,\n                \"dependencies\": 1\n              }\n            },\n            {\n              \"id\": 237,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_baseMatchesProperty.js\",\n              \"name\": \"./node_modules/lodash/_baseMatchesProperty.js\",\n              \"profile\": {\n                \"factory\": 82,\n                \"building\": 104,\n                \"dependencies\": 78\n              }\n            },\n            {\n              \"id\": 141,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_baseIsEqual.js\",\n              \"name\": \"./node_modules/lodash/_baseIsEqual.js\",\n              \"profile\": {\n                \"factory\": 78,\n                \"building\": 20,\n                \"dependencies\": 38\n              }\n            },\n            {\n              \"id\": 220,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_baseIsEqualDeep.js\",\n              \"name\": \"./node_modules/lodash/_baseIsEqualDeep.js\",\n              \"profile\": {\n                \"factory\": 40,\n                \"building\": 33,\n                \"dependencies\": 0\n              }\n            },\n            {\n              \"id\": 230,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_equalObjects.js\",\n              \"name\": \"./node_modules/lodash/_equalObjects.js\",\n              \"profile\": {\n                \"factory\": 42,\n                \"building\": 17,\n                \"dependencies\": 0\n              }\n            },\n            {\n              \"id\": 231,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_getAllKeys.js\",\n              \"name\": \"./node_modules/lodash/_getAllKeys.js\",\n              \"profile\": {\n                \"factory\": 22,\n                \"building\": 36,\n                \"dependencies\": 0\n              }\n            },\n            {\n              \"id\": 233,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_getSymbols.js\",\n              \"name\": \"./node_modules/lodash/_getSymbols.js\",\n              \"profile\": {\n                \"factory\": 44,\n                \"building\": 21,\n                \"dependencies\": 0\n              }\n            }\n          ],\n          \"profile\": {\n            \"factory\": 95,\n            \"building\": 24\n          },\n          \"failed\": false,\n          \"errors\": 0,\n          \"warnings\": 0,\n          \"assets\": [],\n          \"reasons\": [\n            {\n              \"moduleId\": 233,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_getSymbols.js\",\n              \"module\": \"./node_modules/lodash/_getSymbols.js\",\n              \"moduleName\": \"./node_modules/lodash/_getSymbols.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"./stubArray\",\n              \"loc\": \"2:16-38\"\n            }\n          ],\n          \"usedExports\": true,\n          \"providedExports\": null,\n          \"optimizationBailout\": [\n            \"ModuleConcatenation bailout: Module is not an ECMAScript module\"\n          ],\n          \"depth\": 10,\n          \"source\": \"/**\\n * This method returns a new empty array.\\n *\\n * @static\\n * @memberOf _\\n * @since 4.13.0\\n * @category Util\\n * @returns {Array} Returns the new empty array.\\n * @example\\n *\\n * var arrays = _.times(2, _.stubArray);\\n *\\n * console.log(arrays);\\n * // => [[], []]\\n *\\n * console.log(arrays[0] === arrays[1]);\\n * // => false\\n */\\nfunction stubArray() {\\n  return [];\\n}\\n\\nmodule.exports = stubArray;\\n\"\n        },\n        {\n          \"id\": 236,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_getMatchData.js\",\n          \"name\": \"./node_modules/lodash/_getMatchData.js\",\n          \"index\": 137,\n          \"index2\": 133,\n          \"size\": 573,\n          \"cacheable\": true,\n          \"built\": true,\n          \"optional\": false,\n          \"prefetched\": false,\n          \"chunks\": [\n            2\n          ],\n          \"issuer\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_baseMatches.js\",\n          \"issuerId\": 196,\n          \"issuerName\": \"./node_modules/lodash/_baseMatches.js\",\n          \"issuerPath\": [\n            {\n              \"id\": 191,\n              \"identifier\": \"multi /Users/jarred/Code/styleurl/webpack/customPublicPath /Users/jarred/Code/styleurl/chrome/extension/background\",\n              \"name\": \"multi ./webpack/customPublicPath ./chrome/extension/background\",\n              \"profile\": {\n                \"factory\": 0,\n                \"building\": 0,\n                \"dependencies\": 54\n              }\n            },\n            {\n              \"id\": 192,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/background.js\",\n              \"name\": \"./chrome/extension/background.js\",\n              \"profile\": {\n                \"factory\": 54,\n                \"building\": 639,\n                \"dependencies\": 140\n              }\n            },\n            {\n              \"id\": 193,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/findIndex.js\",\n              \"name\": \"./node_modules/lodash/findIndex.js\",\n              \"profile\": {\n                \"factory\": 140,\n                \"building\": 568,\n                \"dependencies\": 1\n              }\n            },\n            {\n              \"id\": 195,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_baseIteratee.js\",\n              \"name\": \"./node_modules/lodash/_baseIteratee.js\",\n              \"profile\": {\n                \"factory\": 245,\n                \"building\": 75,\n                \"dependencies\": 1\n              }\n            },\n            {\n              \"id\": 196,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_baseMatches.js\",\n              \"name\": \"./node_modules/lodash/_baseMatches.js\",\n              \"profile\": {\n                \"factory\": 82,\n                \"building\": 104,\n                \"dependencies\": 78\n              }\n            }\n          ],\n          \"profile\": {\n            \"factory\": 78,\n            \"building\": 19,\n            \"dependencies\": 1\n          },\n          \"failed\": false,\n          \"errors\": 0,\n          \"warnings\": 0,\n          \"assets\": [],\n          \"reasons\": [\n            {\n              \"moduleId\": 196,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_baseMatches.js\",\n              \"module\": \"./node_modules/lodash/_baseMatches.js\",\n              \"moduleName\": \"./node_modules/lodash/_baseMatches.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"./_getMatchData\",\n              \"loc\": \"2:19-45\"\n            }\n          ],\n          \"usedExports\": true,\n          \"providedExports\": null,\n          \"optimizationBailout\": [\n            \"ModuleConcatenation bailout: Module is not an ECMAScript module\"\n          ],\n          \"depth\": 5,\n          \"source\": \"var isStrictComparable = require('./_isStrictComparable'),\\n    keys = require('./keys');\\n\\n/**\\n * Gets the property names, values, and compare flags of `object`.\\n *\\n * @private\\n * @param {Object} object The object to query.\\n * @returns {Array} Returns the match data of `object`.\\n */\\nfunction getMatchData(object) {\\n  var result = keys(object),\\n      length = result.length;\\n\\n  while (length--) {\\n    var key = result[length],\\n        value = object[key];\\n\\n    result[length] = [key, value, isStrictComparable(value)];\\n  }\\n  return result;\\n}\\n\\nmodule.exports = getMatchData;\\n\"\n        },\n        {\n          \"id\": 237,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_baseMatchesProperty.js\",\n          \"name\": \"./node_modules/lodash/_baseMatchesProperty.js\",\n          \"index\": 140,\n          \"index2\": 151,\n          \"size\": 1129,\n          \"cacheable\": true,\n          \"built\": true,\n          \"optional\": false,\n          \"prefetched\": false,\n          \"chunks\": [\n            2\n          ],\n          \"issuer\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_baseIteratee.js\",\n          \"issuerId\": 195,\n          \"issuerName\": \"./node_modules/lodash/_baseIteratee.js\",\n          \"issuerPath\": [\n            {\n              \"id\": 191,\n              \"identifier\": \"multi /Users/jarred/Code/styleurl/webpack/customPublicPath /Users/jarred/Code/styleurl/chrome/extension/background\",\n              \"name\": \"multi ./webpack/customPublicPath ./chrome/extension/background\",\n              \"profile\": {\n                \"factory\": 0,\n                \"building\": 0,\n                \"dependencies\": 54\n              }\n            },\n            {\n              \"id\": 192,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/background.js\",\n              \"name\": \"./chrome/extension/background.js\",\n              \"profile\": {\n                \"factory\": 54,\n                \"building\": 639,\n                \"dependencies\": 140\n              }\n            },\n            {\n              \"id\": 193,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/findIndex.js\",\n              \"name\": \"./node_modules/lodash/findIndex.js\",\n              \"profile\": {\n                \"factory\": 140,\n                \"building\": 568,\n                \"dependencies\": 1\n              }\n            },\n            {\n              \"id\": 195,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_baseIteratee.js\",\n              \"name\": \"./node_modules/lodash/_baseIteratee.js\",\n              \"profile\": {\n                \"factory\": 245,\n                \"building\": 75,\n                \"dependencies\": 1\n              }\n            }\n          ],\n          \"profile\": {\n            \"factory\": 82,\n            \"building\": 104,\n            \"dependencies\": 78\n          },\n          \"failed\": false,\n          \"errors\": 0,\n          \"warnings\": 0,\n          \"assets\": [],\n          \"reasons\": [\n            {\n              \"moduleId\": 195,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_baseIteratee.js\",\n              \"module\": \"./node_modules/lodash/_baseIteratee.js\",\n              \"moduleName\": \"./node_modules/lodash/_baseIteratee.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"./_baseMatchesProperty\",\n              \"loc\": \"2:26-59\"\n            }\n          ],\n          \"usedExports\": true,\n          \"providedExports\": null,\n          \"optimizationBailout\": [\n            \"ModuleConcatenation bailout: Module is not an ECMAScript module\"\n          ],\n          \"depth\": 4,\n          \"source\": \"var baseIsEqual = require('./_baseIsEqual'),\\n    get = require('./get'),\\n    hasIn = require('./hasIn'),\\n    isKey = require('./_isKey'),\\n    isStrictComparable = require('./_isStrictComparable'),\\n    matchesStrictComparable = require('./_matchesStrictComparable'),\\n    toKey = require('./_toKey');\\n\\n/** Used to compose bitmasks for value comparisons. */\\nvar COMPARE_PARTIAL_FLAG = 1,\\n    COMPARE_UNORDERED_FLAG = 2;\\n\\n/**\\n * The base implementation of `_.matchesProperty` which doesn't clone `srcValue`.\\n *\\n * @private\\n * @param {string} path The path of the property to get.\\n * @param {*} srcValue The value to match.\\n * @returns {Function} Returns the new spec function.\\n */\\nfunction baseMatchesProperty(path, srcValue) {\\n  if (isKey(path) && isStrictComparable(srcValue)) {\\n    return matchesStrictComparable(toKey(path), srcValue);\\n  }\\n  return function(object) {\\n    var objValue = get(object, path);\\n    return (objValue === undefined && objValue === srcValue)\\n      ? hasIn(object, path)\\n      : baseIsEqual(srcValue, objValue, COMPARE_PARTIAL_FLAG | COMPARE_UNORDERED_FLAG);\\n  };\\n}\\n\\nmodule.exports = baseMatchesProperty;\\n\"\n        },\n        {\n          \"id\": 238,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/get.js\",\n          \"name\": \"./node_modules/lodash/get.js\",\n          \"index\": 141,\n          \"index2\": 147,\n          \"size\": 884,\n          \"cacheable\": true,\n          \"built\": true,\n          \"optional\": false,\n          \"prefetched\": false,\n          \"chunks\": [\n            2\n          ],\n          \"issuer\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_baseMatchesProperty.js\",\n          \"issuerId\": 237,\n          \"issuerName\": \"./node_modules/lodash/_baseMatchesProperty.js\",\n          \"issuerPath\": [\n            {\n              \"id\": 191,\n              \"identifier\": \"multi /Users/jarred/Code/styleurl/webpack/customPublicPath /Users/jarred/Code/styleurl/chrome/extension/background\",\n              \"name\": \"multi ./webpack/customPublicPath ./chrome/extension/background\",\n              \"profile\": {\n                \"factory\": 0,\n                \"building\": 0,\n                \"dependencies\": 54\n              }\n            },\n            {\n              \"id\": 192,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/background.js\",\n              \"name\": \"./chrome/extension/background.js\",\n              \"profile\": {\n                \"factory\": 54,\n                \"building\": 639,\n                \"dependencies\": 140\n              }\n            },\n            {\n              \"id\": 193,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/findIndex.js\",\n              \"name\": \"./node_modules/lodash/findIndex.js\",\n              \"profile\": {\n                \"factory\": 140,\n                \"building\": 568,\n                \"dependencies\": 1\n              }\n            },\n            {\n              \"id\": 195,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_baseIteratee.js\",\n              \"name\": \"./node_modules/lodash/_baseIteratee.js\",\n              \"profile\": {\n                \"factory\": 245,\n                \"building\": 75,\n                \"dependencies\": 1\n              }\n            },\n            {\n              \"id\": 237,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_baseMatchesProperty.js\",\n              \"name\": \"./node_modules/lodash/_baseMatchesProperty.js\",\n              \"profile\": {\n                \"factory\": 82,\n                \"building\": 104,\n                \"dependencies\": 78\n              }\n            }\n          ],\n          \"profile\": {\n            \"factory\": 78,\n            \"building\": 20,\n            \"dependencies\": 38\n          },\n          \"failed\": false,\n          \"errors\": 0,\n          \"warnings\": 0,\n          \"assets\": [],\n          \"reasons\": [\n            {\n              \"moduleId\": 237,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_baseMatchesProperty.js\",\n              \"module\": \"./node_modules/lodash/_baseMatchesProperty.js\",\n              \"moduleName\": \"./node_modules/lodash/_baseMatchesProperty.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"./get\",\n              \"loc\": \"2:10-26\"\n            }\n          ],\n          \"usedExports\": true,\n          \"providedExports\": null,\n          \"optimizationBailout\": [\n            \"ModuleConcatenation bailout: Module is not an ECMAScript module\"\n          ],\n          \"depth\": 5,\n          \"source\": \"var baseGet = require('./_baseGet');\\n\\n/**\\n * Gets the value at `path` of `object`. If the resolved value is\\n * `undefined`, the `defaultValue` is returned in its place.\\n *\\n * @static\\n * @memberOf _\\n * @since 3.7.0\\n * @category Object\\n * @param {Object} object The object to query.\\n * @param {Array|string} path The path of the property to get.\\n * @param {*} [defaultValue] The value returned for `undefined` resolved values.\\n * @returns {*} Returns the resolved value.\\n * @example\\n *\\n * var object = { 'a': [{ 'b': { 'c': 3 } }] };\\n *\\n * _.get(object, 'a[0].b.c');\\n * // => 3\\n *\\n * _.get(object, ['a', '0', 'b', 'c']);\\n * // => 3\\n *\\n * _.get(object, 'a.b.c', 'default');\\n * // => 'default'\\n */\\nfunction get(object, path, defaultValue) {\\n  var result = object == null ? undefined : baseGet(object, path);\\n  return result === undefined ? defaultValue : result;\\n}\\n\\nmodule.exports = get;\\n\"\n        },\n        {\n          \"id\": 239,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_stringToPath.js\",\n          \"name\": \"./node_modules/lodash/_stringToPath.js\",\n          \"index\": 146,\n          \"index2\": 140,\n          \"size\": 840,\n          \"cacheable\": true,\n          \"built\": true,\n          \"optional\": false,\n          \"prefetched\": false,\n          \"chunks\": [\n            2\n          ],\n          \"issuer\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_castPath.js\",\n          \"issuerId\": 146,\n          \"issuerName\": \"./node_modules/lodash/_castPath.js\",\n          \"issuerPath\": [\n            {\n              \"id\": 191,\n              \"identifier\": \"multi /Users/jarred/Code/styleurl/webpack/customPublicPath /Users/jarred/Code/styleurl/chrome/extension/background\",\n              \"name\": \"multi ./webpack/customPublicPath ./chrome/extension/background\",\n              \"profile\": {\n                \"factory\": 0,\n                \"building\": 0,\n                \"dependencies\": 54\n              }\n            },\n            {\n              \"id\": 192,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/background.js\",\n              \"name\": \"./chrome/extension/background.js\",\n              \"profile\": {\n                \"factory\": 54,\n                \"building\": 639,\n                \"dependencies\": 140\n              }\n            },\n            {\n              \"id\": 193,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/findIndex.js\",\n              \"name\": \"./node_modules/lodash/findIndex.js\",\n              \"profile\": {\n                \"factory\": 140,\n                \"building\": 568,\n                \"dependencies\": 1\n              }\n            },\n            {\n              \"id\": 195,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_baseIteratee.js\",\n              \"name\": \"./node_modules/lodash/_baseIteratee.js\",\n              \"profile\": {\n                \"factory\": 245,\n                \"building\": 75,\n                \"dependencies\": 1\n              }\n            },\n            {\n              \"id\": 237,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_baseMatchesProperty.js\",\n              \"name\": \"./node_modules/lodash/_baseMatchesProperty.js\",\n              \"profile\": {\n                \"factory\": 82,\n                \"building\": 104,\n                \"dependencies\": 78\n              }\n            },\n            {\n              \"id\": 238,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/get.js\",\n              \"name\": \"./node_modules/lodash/get.js\",\n              \"profile\": {\n                \"factory\": 78,\n                \"building\": 20,\n                \"dependencies\": 38\n              }\n            },\n            {\n              \"id\": 145,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_baseGet.js\",\n              \"name\": \"./node_modules/lodash/_baseGet.js\",\n              \"profile\": {\n                \"factory\": 39,\n                \"building\": 35,\n                \"dependencies\": 0\n              }\n            },\n            {\n              \"id\": 146,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_castPath.js\",\n              \"name\": \"./node_modules/lodash/_castPath.js\",\n              \"profile\": {\n                \"factory\": 40,\n                \"building\": 19,\n                \"dependencies\": 0\n              }\n            }\n          ],\n          \"profile\": {\n            \"factory\": 20,\n            \"building\": 38\n          },\n          \"failed\": false,\n          \"errors\": 0,\n          \"warnings\": 0,\n          \"assets\": [],\n          \"reasons\": [\n            {\n              \"moduleId\": 146,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_castPath.js\",\n              \"module\": \"./node_modules/lodash/_castPath.js\",\n              \"moduleName\": \"./node_modules/lodash/_castPath.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"./_stringToPath\",\n              \"loc\": \"3:19-45\"\n            }\n          ],\n          \"usedExports\": true,\n          \"providedExports\": null,\n          \"optimizationBailout\": [\n            \"ModuleConcatenation bailout: Module is not an ECMAScript module\"\n          ],\n          \"depth\": 8,\n          \"source\": \"var memoizeCapped = require('./_memoizeCapped');\\n\\n/** Used to match property names within property paths. */\\nvar rePropName = /[^.[\\\\]]+|\\\\[(?:(-?\\\\d+(?:\\\\.\\\\d+)?)|([\\\"'])((?:(?!\\\\2)[^\\\\\\\\]|\\\\\\\\.)*?)\\\\2)\\\\]|(?=(?:\\\\.|\\\\[\\\\])(?:\\\\.|\\\\[\\\\]|$))/g;\\n\\n/** Used to match backslashes in property paths. */\\nvar reEscapeChar = /\\\\\\\\(\\\\\\\\)?/g;\\n\\n/**\\n * Converts `string` to a property path array.\\n *\\n * @private\\n * @param {string} string The string to convert.\\n * @returns {Array} Returns the property path array.\\n */\\nvar stringToPath = memoizeCapped(function(string) {\\n  var result = [];\\n  if (string.charCodeAt(0) === 46 /* . */) {\\n    result.push('');\\n  }\\n  string.replace(rePropName, function(match, number, quote, subString) {\\n    result.push(quote ? subString.replace(reEscapeChar, '$1') : (number || match));\\n  });\\n  return result;\\n});\\n\\nmodule.exports = stringToPath;\\n\"\n        },\n        {\n          \"id\": 240,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_memoizeCapped.js\",\n          \"name\": \"./node_modules/lodash/_memoizeCapped.js\",\n          \"index\": 147,\n          \"index2\": 139,\n          \"size\": 633,\n          \"cacheable\": true,\n          \"built\": true,\n          \"optional\": false,\n          \"prefetched\": false,\n          \"chunks\": [\n            2\n          ],\n          \"issuer\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_stringToPath.js\",\n          \"issuerId\": 239,\n          \"issuerName\": \"./node_modules/lodash/_stringToPath.js\",\n          \"issuerPath\": [\n            {\n              \"id\": 191,\n              \"identifier\": \"multi /Users/jarred/Code/styleurl/webpack/customPublicPath /Users/jarred/Code/styleurl/chrome/extension/background\",\n              \"name\": \"multi ./webpack/customPublicPath ./chrome/extension/background\",\n              \"profile\": {\n                \"factory\": 0,\n                \"building\": 0,\n                \"dependencies\": 54\n              }\n            },\n            {\n              \"id\": 192,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/background.js\",\n              \"name\": \"./chrome/extension/background.js\",\n              \"profile\": {\n                \"factory\": 54,\n                \"building\": 639,\n                \"dependencies\": 140\n              }\n            },\n            {\n              \"id\": 193,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/findIndex.js\",\n              \"name\": \"./node_modules/lodash/findIndex.js\",\n              \"profile\": {\n                \"factory\": 140,\n                \"building\": 568,\n                \"dependencies\": 1\n              }\n            },\n            {\n              \"id\": 195,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_baseIteratee.js\",\n              \"name\": \"./node_modules/lodash/_baseIteratee.js\",\n              \"profile\": {\n                \"factory\": 245,\n                \"building\": 75,\n                \"dependencies\": 1\n              }\n            },\n            {\n              \"id\": 237,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_baseMatchesProperty.js\",\n              \"name\": \"./node_modules/lodash/_baseMatchesProperty.js\",\n              \"profile\": {\n                \"factory\": 82,\n                \"building\": 104,\n                \"dependencies\": 78\n              }\n            },\n            {\n              \"id\": 238,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/get.js\",\n              \"name\": \"./node_modules/lodash/get.js\",\n              \"profile\": {\n                \"factory\": 78,\n                \"building\": 20,\n                \"dependencies\": 38\n              }\n            },\n            {\n              \"id\": 145,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_baseGet.js\",\n              \"name\": \"./node_modules/lodash/_baseGet.js\",\n              \"profile\": {\n                \"factory\": 39,\n                \"building\": 35,\n                \"dependencies\": 0\n              }\n            },\n            {\n              \"id\": 146,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_castPath.js\",\n              \"name\": \"./node_modules/lodash/_castPath.js\",\n              \"profile\": {\n                \"factory\": 40,\n                \"building\": 19,\n                \"dependencies\": 0\n              }\n            },\n            {\n              \"id\": 239,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_stringToPath.js\",\n              \"name\": \"./node_modules/lodash/_stringToPath.js\",\n              \"profile\": {\n                \"factory\": 20,\n                \"building\": 38\n              }\n            }\n          ],\n          \"profile\": {\n            \"factory\": 42,\n            \"building\": 21\n          },\n          \"failed\": false,\n          \"errors\": 0,\n          \"warnings\": 0,\n          \"assets\": [],\n          \"reasons\": [\n            {\n              \"moduleId\": 239,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_stringToPath.js\",\n              \"module\": \"./node_modules/lodash/_stringToPath.js\",\n              \"moduleName\": \"./node_modules/lodash/_stringToPath.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"./_memoizeCapped\",\n              \"loc\": \"1:20-47\"\n            }\n          ],\n          \"usedExports\": true,\n          \"providedExports\": null,\n          \"optimizationBailout\": [\n            \"ModuleConcatenation bailout: Module is not an ECMAScript module\"\n          ],\n          \"depth\": 9,\n          \"source\": \"var memoize = require('./memoize');\\n\\n/** Used as the maximum memoize cache size. */\\nvar MAX_MEMOIZE_SIZE = 500;\\n\\n/**\\n * A specialized version of `_.memoize` which clears the memoized function's\\n * cache when it exceeds `MAX_MEMOIZE_SIZE`.\\n *\\n * @private\\n * @param {Function} func The function to have its output memoized.\\n * @returns {Function} Returns the new memoized function.\\n */\\nfunction memoizeCapped(func) {\\n  var result = memoize(func, function(key) {\\n    if (cache.size === MAX_MEMOIZE_SIZE) {\\n      cache.clear();\\n    }\\n    return key;\\n  });\\n\\n  var cache = result.cache;\\n  return result;\\n}\\n\\nmodule.exports = memoizeCapped;\\n\"\n        },\n        {\n          \"id\": 241,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/memoize.js\",\n          \"name\": \"./node_modules/lodash/memoize.js\",\n          \"index\": 148,\n          \"index2\": 138,\n          \"size\": 2224,\n          \"cacheable\": true,\n          \"built\": true,\n          \"optional\": false,\n          \"prefetched\": false,\n          \"chunks\": [\n            2\n          ],\n          \"issuer\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_memoizeCapped.js\",\n          \"issuerId\": 240,\n          \"issuerName\": \"./node_modules/lodash/_memoizeCapped.js\",\n          \"issuerPath\": [\n            {\n              \"id\": 191,\n              \"identifier\": \"multi /Users/jarred/Code/styleurl/webpack/customPublicPath /Users/jarred/Code/styleurl/chrome/extension/background\",\n              \"name\": \"multi ./webpack/customPublicPath ./chrome/extension/background\",\n              \"profile\": {\n                \"factory\": 0,\n                \"building\": 0,\n                \"dependencies\": 54\n              }\n            },\n            {\n              \"id\": 192,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/background.js\",\n              \"name\": \"./chrome/extension/background.js\",\n              \"profile\": {\n                \"factory\": 54,\n                \"building\": 639,\n                \"dependencies\": 140\n              }\n            },\n            {\n              \"id\": 193,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/findIndex.js\",\n              \"name\": \"./node_modules/lodash/findIndex.js\",\n              \"profile\": {\n                \"factory\": 140,\n                \"building\": 568,\n                \"dependencies\": 1\n              }\n            },\n            {\n              \"id\": 195,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_baseIteratee.js\",\n              \"name\": \"./node_modules/lodash/_baseIteratee.js\",\n              \"profile\": {\n                \"factory\": 245,\n                \"building\": 75,\n                \"dependencies\": 1\n              }\n            },\n            {\n              \"id\": 237,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_baseMatchesProperty.js\",\n              \"name\": \"./node_modules/lodash/_baseMatchesProperty.js\",\n              \"profile\": {\n                \"factory\": 82,\n                \"building\": 104,\n                \"dependencies\": 78\n              }\n            },\n            {\n              \"id\": 238,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/get.js\",\n              \"name\": \"./node_modules/lodash/get.js\",\n              \"profile\": {\n                \"factory\": 78,\n                \"building\": 20,\n                \"dependencies\": 38\n              }\n            },\n            {\n              \"id\": 145,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_baseGet.js\",\n              \"name\": \"./node_modules/lodash/_baseGet.js\",\n              \"profile\": {\n                \"factory\": 39,\n                \"building\": 35,\n                \"dependencies\": 0\n              }\n            },\n            {\n              \"id\": 146,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_castPath.js\",\n              \"name\": \"./node_modules/lodash/_castPath.js\",\n              \"profile\": {\n                \"factory\": 40,\n                \"building\": 19,\n                \"dependencies\": 0\n              }\n            },\n            {\n              \"id\": 239,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_stringToPath.js\",\n              \"name\": \"./node_modules/lodash/_stringToPath.js\",\n              \"profile\": {\n                \"factory\": 20,\n                \"building\": 38\n              }\n            },\n            {\n              \"id\": 240,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_memoizeCapped.js\",\n              \"name\": \"./node_modules/lodash/_memoizeCapped.js\",\n              \"profile\": {\n                \"factory\": 42,\n                \"building\": 21\n              }\n            }\n          ],\n          \"profile\": {\n            \"factory\": 94,\n            \"building\": 24,\n            \"dependencies\": 0\n          },\n          \"failed\": false,\n          \"errors\": 0,\n          \"warnings\": 0,\n          \"assets\": [],\n          \"reasons\": [\n            {\n              \"moduleId\": 240,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_memoizeCapped.js\",\n              \"module\": \"./node_modules/lodash/_memoizeCapped.js\",\n              \"moduleName\": \"./node_modules/lodash/_memoizeCapped.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"./memoize\",\n              \"loc\": \"1:14-34\"\n            }\n          ],\n          \"usedExports\": true,\n          \"providedExports\": null,\n          \"optimizationBailout\": [\n            \"ModuleConcatenation bailout: Module is not an ECMAScript module\"\n          ],\n          \"depth\": 10,\n          \"source\": \"var MapCache = require('./_MapCache');\\n\\n/** Error message constants. */\\nvar FUNC_ERROR_TEXT = 'Expected a function';\\n\\n/**\\n * Creates a function that memoizes the result of `func`. If `resolver` is\\n * provided, it determines the cache key for storing the result based on the\\n * arguments provided to the memoized function. By default, the first argument\\n * provided to the memoized function is used as the map cache key. The `func`\\n * is invoked with the `this` binding of the memoized function.\\n *\\n * **Note:** The cache is exposed as the `cache` property on the memoized\\n * function. Its creation may be customized by replacing the `_.memoize.Cache`\\n * constructor with one whose instances implement the\\n * [`Map`](http://ecma-international.org/ecma-262/7.0/#sec-properties-of-the-map-prototype-object)\\n * method interface of `clear`, `delete`, `get`, `has`, and `set`.\\n *\\n * @static\\n * @memberOf _\\n * @since 0.1.0\\n * @category Function\\n * @param {Function} func The function to have its output memoized.\\n * @param {Function} [resolver] The function to resolve the cache key.\\n * @returns {Function} Returns the new memoized function.\\n * @example\\n *\\n * var object = { 'a': 1, 'b': 2 };\\n * var other = { 'c': 3, 'd': 4 };\\n *\\n * var values = _.memoize(_.values);\\n * values(object);\\n * // => [1, 2]\\n *\\n * values(other);\\n * // => [3, 4]\\n *\\n * object.a = 2;\\n * values(object);\\n * // => [1, 2]\\n *\\n * // Modify the result cache.\\n * values.cache.set(object, ['a', 'b']);\\n * values(object);\\n * // => ['a', 'b']\\n *\\n * // Replace `_.memoize.Cache`.\\n * _.memoize.Cache = WeakMap;\\n */\\nfunction memoize(func, resolver) {\\n  if (typeof func != 'function' || (resolver != null && typeof resolver != 'function')) {\\n    throw new TypeError(FUNC_ERROR_TEXT);\\n  }\\n  var memoized = function() {\\n    var args = arguments,\\n        key = resolver ? resolver.apply(this, args) : args[0],\\n        cache = memoized.cache;\\n\\n    if (cache.has(key)) {\\n      return cache.get(key);\\n    }\\n    var result = func.apply(this, args);\\n    memoized.cache = cache.set(key, result) || cache;\\n    return result;\\n  };\\n  memoized.cache = new (memoize.Cache || MapCache);\\n  return memoized;\\n}\\n\\n// Expose `MapCache`.\\nmemoize.Cache = MapCache;\\n\\nmodule.exports = memoize;\\n\"\n        },\n        {\n          \"id\": 242,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/toString.js\",\n          \"name\": \"./node_modules/lodash/toString.js\",\n          \"index\": 149,\n          \"index2\": 143,\n          \"size\": 580,\n          \"cacheable\": true,\n          \"built\": true,\n          \"optional\": false,\n          \"prefetched\": false,\n          \"chunks\": [\n            2\n          ],\n          \"issuer\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_castPath.js\",\n          \"issuerId\": 146,\n          \"issuerName\": \"./node_modules/lodash/_castPath.js\",\n          \"issuerPath\": [\n            {\n              \"id\": 191,\n              \"identifier\": \"multi /Users/jarred/Code/styleurl/webpack/customPublicPath /Users/jarred/Code/styleurl/chrome/extension/background\",\n              \"name\": \"multi ./webpack/customPublicPath ./chrome/extension/background\",\n              \"profile\": {\n                \"factory\": 0,\n                \"building\": 0,\n                \"dependencies\": 54\n              }\n            },\n            {\n              \"id\": 192,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/background.js\",\n              \"name\": \"./chrome/extension/background.js\",\n              \"profile\": {\n                \"factory\": 54,\n                \"building\": 639,\n                \"dependencies\": 140\n              }\n            },\n            {\n              \"id\": 193,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/findIndex.js\",\n              \"name\": \"./node_modules/lodash/findIndex.js\",\n              \"profile\": {\n                \"factory\": 140,\n                \"building\": 568,\n                \"dependencies\": 1\n              }\n            },\n            {\n              \"id\": 195,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_baseIteratee.js\",\n              \"name\": \"./node_modules/lodash/_baseIteratee.js\",\n              \"profile\": {\n                \"factory\": 245,\n                \"building\": 75,\n                \"dependencies\": 1\n              }\n            },\n            {\n              \"id\": 237,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_baseMatchesProperty.js\",\n              \"name\": \"./node_modules/lodash/_baseMatchesProperty.js\",\n              \"profile\": {\n                \"factory\": 82,\n                \"building\": 104,\n                \"dependencies\": 78\n              }\n            },\n            {\n              \"id\": 238,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/get.js\",\n              \"name\": \"./node_modules/lodash/get.js\",\n              \"profile\": {\n                \"factory\": 78,\n                \"building\": 20,\n                \"dependencies\": 38\n              }\n            },\n            {\n              \"id\": 145,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_baseGet.js\",\n              \"name\": \"./node_modules/lodash/_baseGet.js\",\n              \"profile\": {\n                \"factory\": 39,\n                \"building\": 35,\n                \"dependencies\": 0\n              }\n            },\n            {\n              \"id\": 146,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_castPath.js\",\n              \"name\": \"./node_modules/lodash/_castPath.js\",\n              \"profile\": {\n                \"factory\": 40,\n                \"building\": 19,\n                \"dependencies\": 0\n              }\n            }\n          ],\n          \"profile\": {\n            \"factory\": 20,\n            \"building\": 38\n          },\n          \"failed\": false,\n          \"errors\": 0,\n          \"warnings\": 0,\n          \"assets\": [],\n          \"reasons\": [\n            {\n              \"moduleId\": 146,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_castPath.js\",\n              \"module\": \"./node_modules/lodash/_castPath.js\",\n              \"moduleName\": \"./node_modules/lodash/_castPath.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"./toString\",\n              \"loc\": \"4:15-36\"\n            }\n          ],\n          \"usedExports\": true,\n          \"providedExports\": null,\n          \"optimizationBailout\": [\n            \"ModuleConcatenation bailout: Module is not an ECMAScript module\"\n          ],\n          \"depth\": 8,\n          \"source\": \"var baseToString = require('./_baseToString');\\n\\n/**\\n * Converts `value` to a string. An empty string is returned for `null`\\n * and `undefined` values. The sign of `-0` is preserved.\\n *\\n * @static\\n * @memberOf _\\n * @since 4.0.0\\n * @category Lang\\n * @param {*} value The value to convert.\\n * @returns {string} Returns the converted string.\\n * @example\\n *\\n * _.toString(null);\\n * // => ''\\n *\\n * _.toString(-0);\\n * // => '-0'\\n *\\n * _.toString([1, 2, 3]);\\n * // => '1,2,3'\\n */\\nfunction toString(value) {\\n  return value == null ? '' : baseToString(value);\\n}\\n\\nmodule.exports = toString;\\n\"\n        },\n        {\n          \"id\": 243,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_baseToString.js\",\n          \"name\": \"./node_modules/lodash/_baseToString.js\",\n          \"index\": 150,\n          \"index2\": 142,\n          \"size\": 1154,\n          \"cacheable\": true,\n          \"built\": true,\n          \"optional\": false,\n          \"prefetched\": false,\n          \"chunks\": [\n            2\n          ],\n          \"issuer\": \"/Users/jarred/Code/styleurl/node_modules/lodash/toString.js\",\n          \"issuerId\": 242,\n          \"issuerName\": \"./node_modules/lodash/toString.js\",\n          \"issuerPath\": [\n            {\n              \"id\": 191,\n              \"identifier\": \"multi /Users/jarred/Code/styleurl/webpack/customPublicPath /Users/jarred/Code/styleurl/chrome/extension/background\",\n              \"name\": \"multi ./webpack/customPublicPath ./chrome/extension/background\",\n              \"profile\": {\n                \"factory\": 0,\n                \"building\": 0,\n                \"dependencies\": 54\n              }\n            },\n            {\n              \"id\": 192,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/background.js\",\n              \"name\": \"./chrome/extension/background.js\",\n              \"profile\": {\n                \"factory\": 54,\n                \"building\": 639,\n                \"dependencies\": 140\n              }\n            },\n            {\n              \"id\": 193,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/findIndex.js\",\n              \"name\": \"./node_modules/lodash/findIndex.js\",\n              \"profile\": {\n                \"factory\": 140,\n                \"building\": 568,\n                \"dependencies\": 1\n              }\n            },\n            {\n              \"id\": 195,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_baseIteratee.js\",\n              \"name\": \"./node_modules/lodash/_baseIteratee.js\",\n              \"profile\": {\n                \"factory\": 245,\n                \"building\": 75,\n                \"dependencies\": 1\n              }\n            },\n            {\n              \"id\": 237,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_baseMatchesProperty.js\",\n              \"name\": \"./node_modules/lodash/_baseMatchesProperty.js\",\n              \"profile\": {\n                \"factory\": 82,\n                \"building\": 104,\n                \"dependencies\": 78\n              }\n            },\n            {\n              \"id\": 238,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/get.js\",\n              \"name\": \"./node_modules/lodash/get.js\",\n              \"profile\": {\n                \"factory\": 78,\n                \"building\": 20,\n                \"dependencies\": 38\n              }\n            },\n            {\n              \"id\": 145,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_baseGet.js\",\n              \"name\": \"./node_modules/lodash/_baseGet.js\",\n              \"profile\": {\n                \"factory\": 39,\n                \"building\": 35,\n                \"dependencies\": 0\n              }\n            },\n            {\n              \"id\": 146,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_castPath.js\",\n              \"name\": \"./node_modules/lodash/_castPath.js\",\n              \"profile\": {\n                \"factory\": 40,\n                \"building\": 19,\n                \"dependencies\": 0\n              }\n            },\n            {\n              \"id\": 242,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/toString.js\",\n              \"name\": \"./node_modules/lodash/toString.js\",\n              \"profile\": {\n                \"factory\": 20,\n                \"building\": 38\n              }\n            }\n          ],\n          \"profile\": {\n            \"factory\": 42,\n            \"building\": 21,\n            \"dependencies\": 0\n          },\n          \"failed\": false,\n          \"errors\": 0,\n          \"warnings\": 0,\n          \"assets\": [],\n          \"reasons\": [\n            {\n              \"moduleId\": 242,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/toString.js\",\n              \"module\": \"./node_modules/lodash/toString.js\",\n              \"moduleName\": \"./node_modules/lodash/toString.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"./_baseToString\",\n              \"loc\": \"1:19-45\"\n            }\n          ],\n          \"usedExports\": true,\n          \"providedExports\": null,\n          \"optimizationBailout\": [\n            \"ModuleConcatenation bailout: Module is not an ECMAScript module\"\n          ],\n          \"depth\": 9,\n          \"source\": \"var Symbol = require('./_Symbol'),\\n    arrayMap = require('./_arrayMap'),\\n    isArray = require('./isArray'),\\n    isSymbol = require('./isSymbol');\\n\\n/** Used as references for various `Number` constants. */\\nvar INFINITY = 1 / 0;\\n\\n/** Used to convert symbols to primitives and strings. */\\nvar symbolProto = Symbol ? Symbol.prototype : undefined,\\n    symbolToString = symbolProto ? symbolProto.toString : undefined;\\n\\n/**\\n * The base implementation of `_.toString` which doesn't convert nullish\\n * values to empty strings.\\n *\\n * @private\\n * @param {*} value The value to process.\\n * @returns {string} Returns the string.\\n */\\nfunction baseToString(value) {\\n  // Exit early for strings to avoid a performance hit in some environments.\\n  if (typeof value == 'string') {\\n    return value;\\n  }\\n  if (isArray(value)) {\\n    // Recursively convert values (susceptible to call stack limits).\\n    return arrayMap(value, baseToString) + '';\\n  }\\n  if (isSymbol(value)) {\\n    return symbolToString ? symbolToString.call(value) : '';\\n  }\\n  var result = (value + '');\\n  return (result == '0' && (1 / value) == -INFINITY) ? '-0' : result;\\n}\\n\\nmodule.exports = baseToString;\\n\"\n        },\n        {\n          \"id\": 244,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/hasIn.js\",\n          \"name\": \"./node_modules/lodash/hasIn.js\",\n          \"index\": 153,\n          \"index2\": 150,\n          \"size\": 753,\n          \"cacheable\": true,\n          \"built\": true,\n          \"optional\": false,\n          \"prefetched\": false,\n          \"chunks\": [\n            2\n          ],\n          \"issuer\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_baseMatchesProperty.js\",\n          \"issuerId\": 237,\n          \"issuerName\": \"./node_modules/lodash/_baseMatchesProperty.js\",\n          \"issuerPath\": [\n            {\n              \"id\": 191,\n              \"identifier\": \"multi /Users/jarred/Code/styleurl/webpack/customPublicPath /Users/jarred/Code/styleurl/chrome/extension/background\",\n              \"name\": \"multi ./webpack/customPublicPath ./chrome/extension/background\",\n              \"profile\": {\n                \"factory\": 0,\n                \"building\": 0,\n                \"dependencies\": 54\n              }\n            },\n            {\n              \"id\": 192,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/background.js\",\n              \"name\": \"./chrome/extension/background.js\",\n              \"profile\": {\n                \"factory\": 54,\n                \"building\": 639,\n                \"dependencies\": 140\n              }\n            },\n            {\n              \"id\": 193,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/findIndex.js\",\n              \"name\": \"./node_modules/lodash/findIndex.js\",\n              \"profile\": {\n                \"factory\": 140,\n                \"building\": 568,\n                \"dependencies\": 1\n              }\n            },\n            {\n              \"id\": 195,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_baseIteratee.js\",\n              \"name\": \"./node_modules/lodash/_baseIteratee.js\",\n              \"profile\": {\n                \"factory\": 245,\n                \"building\": 75,\n                \"dependencies\": 1\n              }\n            },\n            {\n              \"id\": 237,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_baseMatchesProperty.js\",\n              \"name\": \"./node_modules/lodash/_baseMatchesProperty.js\",\n              \"profile\": {\n                \"factory\": 82,\n                \"building\": 104,\n                \"dependencies\": 78\n              }\n            }\n          ],\n          \"profile\": {\n            \"factory\": 78,\n            \"building\": 20,\n            \"dependencies\": 38\n          },\n          \"failed\": false,\n          \"errors\": 0,\n          \"warnings\": 0,\n          \"assets\": [],\n          \"reasons\": [\n            {\n              \"moduleId\": 237,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_baseMatchesProperty.js\",\n              \"module\": \"./node_modules/lodash/_baseMatchesProperty.js\",\n              \"moduleName\": \"./node_modules/lodash/_baseMatchesProperty.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"./hasIn\",\n              \"loc\": \"3:12-30\"\n            }\n          ],\n          \"usedExports\": true,\n          \"providedExports\": null,\n          \"optimizationBailout\": [\n            \"ModuleConcatenation bailout: Module is not an ECMAScript module\"\n          ],\n          \"depth\": 5,\n          \"source\": \"var baseHasIn = require('./_baseHasIn'),\\n    hasPath = require('./_hasPath');\\n\\n/**\\n * Checks if `path` is a direct or inherited property of `object`.\\n *\\n * @static\\n * @memberOf _\\n * @since 4.0.0\\n * @category Object\\n * @param {Object} object The object to query.\\n * @param {Array|string} path The path to check.\\n * @returns {boolean} Returns `true` if `path` exists, else `false`.\\n * @example\\n *\\n * var object = _.create({ 'a': _.create({ 'b': 2 }) });\\n *\\n * _.hasIn(object, 'a');\\n * // => true\\n *\\n * _.hasIn(object, 'a.b');\\n * // => true\\n *\\n * _.hasIn(object, ['a', 'b']);\\n * // => true\\n *\\n * _.hasIn(object, 'b');\\n * // => false\\n */\\nfunction hasIn(object, path) {\\n  return object != null && hasPath(object, path, baseHasIn);\\n}\\n\\nmodule.exports = hasIn;\\n\"\n        },\n        {\n          \"id\": 245,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_baseHasIn.js\",\n          \"name\": \"./node_modules/lodash/_baseHasIn.js\",\n          \"index\": 154,\n          \"index2\": 148,\n          \"size\": 374,\n          \"cacheable\": true,\n          \"built\": true,\n          \"optional\": false,\n          \"prefetched\": false,\n          \"chunks\": [\n            2\n          ],\n          \"issuer\": \"/Users/jarred/Code/styleurl/node_modules/lodash/hasIn.js\",\n          \"issuerId\": 244,\n          \"issuerName\": \"./node_modules/lodash/hasIn.js\",\n          \"issuerPath\": [\n            {\n              \"id\": 191,\n              \"identifier\": \"multi /Users/jarred/Code/styleurl/webpack/customPublicPath /Users/jarred/Code/styleurl/chrome/extension/background\",\n              \"name\": \"multi ./webpack/customPublicPath ./chrome/extension/background\",\n              \"profile\": {\n                \"factory\": 0,\n                \"building\": 0,\n                \"dependencies\": 54\n              }\n            },\n            {\n              \"id\": 192,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/background.js\",\n              \"name\": \"./chrome/extension/background.js\",\n              \"profile\": {\n                \"factory\": 54,\n                \"building\": 639,\n                \"dependencies\": 140\n              }\n            },\n            {\n              \"id\": 193,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/findIndex.js\",\n              \"name\": \"./node_modules/lodash/findIndex.js\",\n              \"profile\": {\n                \"factory\": 140,\n                \"building\": 568,\n                \"dependencies\": 1\n              }\n            },\n            {\n              \"id\": 195,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_baseIteratee.js\",\n              \"name\": \"./node_modules/lodash/_baseIteratee.js\",\n              \"profile\": {\n                \"factory\": 245,\n                \"building\": 75,\n                \"dependencies\": 1\n              }\n            },\n            {\n              \"id\": 237,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_baseMatchesProperty.js\",\n              \"name\": \"./node_modules/lodash/_baseMatchesProperty.js\",\n              \"profile\": {\n                \"factory\": 82,\n                \"building\": 104,\n                \"dependencies\": 78\n              }\n            },\n            {\n              \"id\": 244,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/hasIn.js\",\n              \"name\": \"./node_modules/lodash/hasIn.js\",\n              \"profile\": {\n                \"factory\": 78,\n                \"building\": 20,\n                \"dependencies\": 38\n              }\n            }\n          ],\n          \"profile\": {\n            \"factory\": 39,\n            \"building\": 36,\n            \"dependencies\": 39\n          },\n          \"failed\": false,\n          \"errors\": 0,\n          \"warnings\": 0,\n          \"assets\": [],\n          \"reasons\": [\n            {\n              \"moduleId\": 244,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/hasIn.js\",\n              \"module\": \"./node_modules/lodash/hasIn.js\",\n              \"moduleName\": \"./node_modules/lodash/hasIn.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"./_baseHasIn\",\n              \"loc\": \"1:16-39\"\n            }\n          ],\n          \"usedExports\": true,\n          \"providedExports\": null,\n          \"optimizationBailout\": [\n            \"ModuleConcatenation bailout: Module is not an ECMAScript module\"\n          ],\n          \"depth\": 6,\n          \"source\": \"/**\\n * The base implementation of `_.hasIn` without support for deep paths.\\n *\\n * @private\\n * @param {Object} [object] The object to query.\\n * @param {Array|string} key The key to check.\\n * @returns {boolean} Returns `true` if `key` exists, else `false`.\\n */\\nfunction baseHasIn(object, key) {\\n  return object != null && key in Object(object);\\n}\\n\\nmodule.exports = baseHasIn;\\n\"\n        },\n        {\n          \"id\": 246,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_hasPath.js\",\n          \"name\": \"./node_modules/lodash/_hasPath.js\",\n          \"index\": 155,\n          \"index2\": 149,\n          \"size\": 1085,\n          \"cacheable\": true,\n          \"built\": true,\n          \"optional\": false,\n          \"prefetched\": false,\n          \"chunks\": [\n            2\n          ],\n          \"issuer\": \"/Users/jarred/Code/styleurl/node_modules/lodash/hasIn.js\",\n          \"issuerId\": 244,\n          \"issuerName\": \"./node_modules/lodash/hasIn.js\",\n          \"issuerPath\": [\n            {\n              \"id\": 191,\n              \"identifier\": \"multi /Users/jarred/Code/styleurl/webpack/customPublicPath /Users/jarred/Code/styleurl/chrome/extension/background\",\n              \"name\": \"multi ./webpack/customPublicPath ./chrome/extension/background\",\n              \"profile\": {\n                \"factory\": 0,\n                \"building\": 0,\n                \"dependencies\": 54\n              }\n            },\n            {\n              \"id\": 192,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/background.js\",\n              \"name\": \"./chrome/extension/background.js\",\n              \"profile\": {\n                \"factory\": 54,\n                \"building\": 639,\n                \"dependencies\": 140\n              }\n            },\n            {\n              \"id\": 193,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/findIndex.js\",\n              \"name\": \"./node_modules/lodash/findIndex.js\",\n              \"profile\": {\n                \"factory\": 140,\n                \"building\": 568,\n                \"dependencies\": 1\n              }\n            },\n            {\n              \"id\": 195,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_baseIteratee.js\",\n              \"name\": \"./node_modules/lodash/_baseIteratee.js\",\n              \"profile\": {\n                \"factory\": 245,\n                \"building\": 75,\n                \"dependencies\": 1\n              }\n            },\n            {\n              \"id\": 237,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_baseMatchesProperty.js\",\n              \"name\": \"./node_modules/lodash/_baseMatchesProperty.js\",\n              \"profile\": {\n                \"factory\": 82,\n                \"building\": 104,\n                \"dependencies\": 78\n              }\n            },\n            {\n              \"id\": 244,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/hasIn.js\",\n              \"name\": \"./node_modules/lodash/hasIn.js\",\n              \"profile\": {\n                \"factory\": 78,\n                \"building\": 20,\n                \"dependencies\": 38\n              }\n            }\n          ],\n          \"profile\": {\n            \"factory\": 39,\n            \"building\": 36,\n            \"dependencies\": 39\n          },\n          \"failed\": false,\n          \"errors\": 0,\n          \"warnings\": 0,\n          \"assets\": [],\n          \"reasons\": [\n            {\n              \"moduleId\": 244,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/hasIn.js\",\n              \"module\": \"./node_modules/lodash/hasIn.js\",\n              \"moduleName\": \"./node_modules/lodash/hasIn.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"./_hasPath\",\n              \"loc\": \"2:14-35\"\n            }\n          ],\n          \"usedExports\": true,\n          \"providedExports\": null,\n          \"optimizationBailout\": [\n            \"ModuleConcatenation bailout: Module is not an ECMAScript module\"\n          ],\n          \"depth\": 6,\n          \"source\": \"var castPath = require('./_castPath'),\\n    isArguments = require('./isArguments'),\\n    isArray = require('./isArray'),\\n    isIndex = require('./_isIndex'),\\n    isLength = require('./isLength'),\\n    toKey = require('./_toKey');\\n\\n/**\\n * Checks if `path` exists on `object`.\\n *\\n * @private\\n * @param {Object} object The object to query.\\n * @param {Array|string} path The path to check.\\n * @param {Function} hasFunc The function to check properties.\\n * @returns {boolean} Returns `true` if `path` exists, else `false`.\\n */\\nfunction hasPath(object, path, hasFunc) {\\n  path = castPath(path, object);\\n\\n  var index = -1,\\n      length = path.length,\\n      result = false;\\n\\n  while (++index < length) {\\n    var key = toKey(path[index]);\\n    if (!(result = object != null && hasFunc(object, key))) {\\n      break;\\n    }\\n    object = object[key];\\n  }\\n  if (result || ++index != length) {\\n    return result;\\n  }\\n  length = object == null ? 0 : object.length;\\n  return !!length && isLength(length) && isIndex(key, length) &&\\n    (isArray(object) || isArguments(object));\\n}\\n\\nmodule.exports = hasPath;\\n\"\n        },\n        {\n          \"id\": 247,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/property.js\",\n          \"name\": \"./node_modules/lodash/property.js\",\n          \"index\": 156,\n          \"index2\": 154,\n          \"size\": 793,\n          \"cacheable\": true,\n          \"built\": true,\n          \"optional\": false,\n          \"prefetched\": false,\n          \"chunks\": [\n            2\n          ],\n          \"issuer\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_baseIteratee.js\",\n          \"issuerId\": 195,\n          \"issuerName\": \"./node_modules/lodash/_baseIteratee.js\",\n          \"issuerPath\": [\n            {\n              \"id\": 191,\n              \"identifier\": \"multi /Users/jarred/Code/styleurl/webpack/customPublicPath /Users/jarred/Code/styleurl/chrome/extension/background\",\n              \"name\": \"multi ./webpack/customPublicPath ./chrome/extension/background\",\n              \"profile\": {\n                \"factory\": 0,\n                \"building\": 0,\n                \"dependencies\": 54\n              }\n            },\n            {\n              \"id\": 192,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/background.js\",\n              \"name\": \"./chrome/extension/background.js\",\n              \"profile\": {\n                \"factory\": 54,\n                \"building\": 639,\n                \"dependencies\": 140\n              }\n            },\n            {\n              \"id\": 193,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/findIndex.js\",\n              \"name\": \"./node_modules/lodash/findIndex.js\",\n              \"profile\": {\n                \"factory\": 140,\n                \"building\": 568,\n                \"dependencies\": 1\n              }\n            },\n            {\n              \"id\": 195,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_baseIteratee.js\",\n              \"name\": \"./node_modules/lodash/_baseIteratee.js\",\n              \"profile\": {\n                \"factory\": 245,\n                \"building\": 75,\n                \"dependencies\": 1\n              }\n            }\n          ],\n          \"profile\": {\n            \"factory\": 82,\n            \"building\": 104,\n            \"dependencies\": 78\n          },\n          \"failed\": false,\n          \"errors\": 0,\n          \"warnings\": 0,\n          \"assets\": [],\n          \"reasons\": [\n            {\n              \"moduleId\": 195,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_baseIteratee.js\",\n              \"module\": \"./node_modules/lodash/_baseIteratee.js\",\n              \"moduleName\": \"./node_modules/lodash/_baseIteratee.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"./property\",\n              \"loc\": \"5:15-36\"\n            }\n          ],\n          \"usedExports\": true,\n          \"providedExports\": null,\n          \"optimizationBailout\": [\n            \"ModuleConcatenation bailout: Module is not an ECMAScript module\"\n          ],\n          \"depth\": 4,\n          \"source\": \"var baseProperty = require('./_baseProperty'),\\n    basePropertyDeep = require('./_basePropertyDeep'),\\n    isKey = require('./_isKey'),\\n    toKey = require('./_toKey');\\n\\n/**\\n * Creates a function that returns the value at `path` of a given object.\\n *\\n * @static\\n * @memberOf _\\n * @since 2.4.0\\n * @category Util\\n * @param {Array|string} path The path of the property to get.\\n * @returns {Function} Returns the new accessor function.\\n * @example\\n *\\n * var objects = [\\n *   { 'a': { 'b': 2 } },\\n *   { 'a': { 'b': 1 } }\\n * ];\\n *\\n * _.map(objects, _.property('a.b'));\\n * // => [2, 1]\\n *\\n * _.map(_.sortBy(objects, _.property(['a', 'b'])), 'a.b');\\n * // => [1, 2]\\n */\\nfunction property(path) {\\n  return isKey(path) ? baseProperty(toKey(path)) : basePropertyDeep(path);\\n}\\n\\nmodule.exports = property;\\n\"\n        },\n        {\n          \"id\": 248,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_baseProperty.js\",\n          \"name\": \"./node_modules/lodash/_baseProperty.js\",\n          \"index\": 157,\n          \"index2\": 152,\n          \"size\": 360,\n          \"cacheable\": true,\n          \"built\": true,\n          \"optional\": false,\n          \"prefetched\": false,\n          \"chunks\": [\n            2\n          ],\n          \"issuer\": \"/Users/jarred/Code/styleurl/node_modules/lodash/property.js\",\n          \"issuerId\": 247,\n          \"issuerName\": \"./node_modules/lodash/property.js\",\n          \"issuerPath\": [\n            {\n              \"id\": 191,\n              \"identifier\": \"multi /Users/jarred/Code/styleurl/webpack/customPublicPath /Users/jarred/Code/styleurl/chrome/extension/background\",\n              \"name\": \"multi ./webpack/customPublicPath ./chrome/extension/background\",\n              \"profile\": {\n                \"factory\": 0,\n                \"building\": 0,\n                \"dependencies\": 54\n              }\n            },\n            {\n              \"id\": 192,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/background.js\",\n              \"name\": \"./chrome/extension/background.js\",\n              \"profile\": {\n                \"factory\": 54,\n                \"building\": 639,\n                \"dependencies\": 140\n              }\n            },\n            {\n              \"id\": 193,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/findIndex.js\",\n              \"name\": \"./node_modules/lodash/findIndex.js\",\n              \"profile\": {\n                \"factory\": 140,\n                \"building\": 568,\n                \"dependencies\": 1\n              }\n            },\n            {\n              \"id\": 195,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_baseIteratee.js\",\n              \"name\": \"./node_modules/lodash/_baseIteratee.js\",\n              \"profile\": {\n                \"factory\": 245,\n                \"building\": 75,\n                \"dependencies\": 1\n              }\n            },\n            {\n              \"id\": 247,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/property.js\",\n              \"name\": \"./node_modules/lodash/property.js\",\n              \"profile\": {\n                \"factory\": 82,\n                \"building\": 104,\n                \"dependencies\": 78\n              }\n            }\n          ],\n          \"profile\": {\n            \"factory\": 77,\n            \"building\": 21,\n            \"dependencies\": 37\n          },\n          \"failed\": false,\n          \"errors\": 0,\n          \"warnings\": 0,\n          \"assets\": [],\n          \"reasons\": [\n            {\n              \"moduleId\": 247,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/property.js\",\n              \"module\": \"./node_modules/lodash/property.js\",\n              \"moduleName\": \"./node_modules/lodash/property.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"./_baseProperty\",\n              \"loc\": \"1:19-45\"\n            }\n          ],\n          \"usedExports\": true,\n          \"providedExports\": null,\n          \"optimizationBailout\": [\n            \"ModuleConcatenation bailout: Module is not an ECMAScript module\"\n          ],\n          \"depth\": 5,\n          \"source\": \"/**\\n * The base implementation of `_.property` without support for deep paths.\\n *\\n * @private\\n * @param {string} key The key of the property to get.\\n * @returns {Function} Returns the new accessor function.\\n */\\nfunction baseProperty(key) {\\n  return function(object) {\\n    return object == null ? undefined : object[key];\\n  };\\n}\\n\\nmodule.exports = baseProperty;\\n\"\n        },\n        {\n          \"id\": 249,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_basePropertyDeep.js\",\n          \"name\": \"./node_modules/lodash/_basePropertyDeep.js\",\n          \"index\": 158,\n          \"index2\": 153,\n          \"size\": 391,\n          \"cacheable\": true,\n          \"built\": true,\n          \"optional\": false,\n          \"prefetched\": false,\n          \"chunks\": [\n            2\n          ],\n          \"issuer\": \"/Users/jarred/Code/styleurl/node_modules/lodash/property.js\",\n          \"issuerId\": 247,\n          \"issuerName\": \"./node_modules/lodash/property.js\",\n          \"issuerPath\": [\n            {\n              \"id\": 191,\n              \"identifier\": \"multi /Users/jarred/Code/styleurl/webpack/customPublicPath /Users/jarred/Code/styleurl/chrome/extension/background\",\n              \"name\": \"multi ./webpack/customPublicPath ./chrome/extension/background\",\n              \"profile\": {\n                \"factory\": 0,\n                \"building\": 0,\n                \"dependencies\": 54\n              }\n            },\n            {\n              \"id\": 192,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/background.js\",\n              \"name\": \"./chrome/extension/background.js\",\n              \"profile\": {\n                \"factory\": 54,\n                \"building\": 639,\n                \"dependencies\": 140\n              }\n            },\n            {\n              \"id\": 193,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/findIndex.js\",\n              \"name\": \"./node_modules/lodash/findIndex.js\",\n              \"profile\": {\n                \"factory\": 140,\n                \"building\": 568,\n                \"dependencies\": 1\n              }\n            },\n            {\n              \"id\": 195,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_baseIteratee.js\",\n              \"name\": \"./node_modules/lodash/_baseIteratee.js\",\n              \"profile\": {\n                \"factory\": 245,\n                \"building\": 75,\n                \"dependencies\": 1\n              }\n            },\n            {\n              \"id\": 247,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/property.js\",\n              \"name\": \"./node_modules/lodash/property.js\",\n              \"profile\": {\n                \"factory\": 82,\n                \"building\": 104,\n                \"dependencies\": 78\n              }\n            }\n          ],\n          \"profile\": {\n            \"factory\": 77,\n            \"building\": 21,\n            \"dependencies\": 37\n          },\n          \"failed\": false,\n          \"errors\": 0,\n          \"warnings\": 0,\n          \"assets\": [],\n          \"reasons\": [\n            {\n              \"moduleId\": 247,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/property.js\",\n              \"module\": \"./node_modules/lodash/property.js\",\n              \"moduleName\": \"./node_modules/lodash/property.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"./_basePropertyDeep\",\n              \"loc\": \"2:23-53\"\n            }\n          ],\n          \"usedExports\": true,\n          \"providedExports\": null,\n          \"optimizationBailout\": [\n            \"ModuleConcatenation bailout: Module is not an ECMAScript module\"\n          ],\n          \"depth\": 5,\n          \"source\": \"var baseGet = require('./_baseGet');\\n\\n/**\\n * A specialized version of `baseProperty` which supports deep paths.\\n *\\n * @private\\n * @param {Array|string} path The path of the property to get.\\n * @returns {Function} Returns the new accessor function.\\n */\\nfunction basePropertyDeep(path) {\\n  return function(object) {\\n    return baseGet(object, path);\\n  };\\n}\\n\\nmodule.exports = basePropertyDeep;\\n\"\n        },\n        {\n          \"id\": 250,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/toInteger.js\",\n          \"name\": \"./node_modules/lodash/toInteger.js\",\n          \"index\": 159,\n          \"index2\": 158,\n          \"size\": 760,\n          \"cacheable\": true,\n          \"built\": true,\n          \"optional\": false,\n          \"prefetched\": false,\n          \"chunks\": [\n            2\n          ],\n          \"issuer\": \"/Users/jarred/Code/styleurl/node_modules/lodash/findIndex.js\",\n          \"issuerId\": 193,\n          \"issuerName\": \"./node_modules/lodash/findIndex.js\",\n          \"issuerPath\": [\n            {\n              \"id\": 191,\n              \"identifier\": \"multi /Users/jarred/Code/styleurl/webpack/customPublicPath /Users/jarred/Code/styleurl/chrome/extension/background\",\n              \"name\": \"multi ./webpack/customPublicPath ./chrome/extension/background\",\n              \"profile\": {\n                \"factory\": 0,\n                \"building\": 0,\n                \"dependencies\": 54\n              }\n            },\n            {\n              \"id\": 192,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/background.js\",\n              \"name\": \"./chrome/extension/background.js\",\n              \"profile\": {\n                \"factory\": 54,\n                \"building\": 639,\n                \"dependencies\": 140\n              }\n            },\n            {\n              \"id\": 193,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/findIndex.js\",\n              \"name\": \"./node_modules/lodash/findIndex.js\",\n              \"profile\": {\n                \"factory\": 140,\n                \"building\": 568,\n                \"dependencies\": 1\n              }\n            }\n          ],\n          \"profile\": {\n            \"factory\": 245,\n            \"building\": 75,\n            \"dependencies\": 1\n          },\n          \"failed\": false,\n          \"errors\": 0,\n          \"warnings\": 0,\n          \"assets\": [],\n          \"reasons\": [\n            {\n              \"moduleId\": 193,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/findIndex.js\",\n              \"module\": \"./node_modules/lodash/findIndex.js\",\n              \"moduleName\": \"./node_modules/lodash/findIndex.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"./toInteger\",\n              \"loc\": \"3:16-38\"\n            }\n          ],\n          \"usedExports\": true,\n          \"providedExports\": null,\n          \"optimizationBailout\": [\n            \"ModuleConcatenation bailout: Module is not an ECMAScript module\"\n          ],\n          \"depth\": 3,\n          \"source\": \"var toFinite = require('./toFinite');\\n\\n/**\\n * Converts `value` to an integer.\\n *\\n * **Note:** This method is loosely based on\\n * [`ToInteger`](http://www.ecma-international.org/ecma-262/7.0/#sec-tointeger).\\n *\\n * @static\\n * @memberOf _\\n * @since 4.0.0\\n * @category Lang\\n * @param {*} value The value to convert.\\n * @returns {number} Returns the converted integer.\\n * @example\\n *\\n * _.toInteger(3.2);\\n * // => 3\\n *\\n * _.toInteger(Number.MIN_VALUE);\\n * // => 0\\n *\\n * _.toInteger(Infinity);\\n * // => 1.7976931348623157e+308\\n *\\n * _.toInteger('3.2');\\n * // => 3\\n */\\nfunction toInteger(value) {\\n  var result = toFinite(value),\\n      remainder = result % 1;\\n\\n  return result === result ? (remainder ? result - remainder : result) : 0;\\n}\\n\\nmodule.exports = toInteger;\\n\"\n        },\n        {\n          \"id\": 251,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/toFinite.js\",\n          \"name\": \"./node_modules/lodash/toFinite.js\",\n          \"index\": 160,\n          \"index2\": 157,\n          \"size\": 868,\n          \"cacheable\": true,\n          \"built\": true,\n          \"optional\": false,\n          \"prefetched\": false,\n          \"chunks\": [\n            2\n          ],\n          \"issuer\": \"/Users/jarred/Code/styleurl/node_modules/lodash/toInteger.js\",\n          \"issuerId\": 250,\n          \"issuerName\": \"./node_modules/lodash/toInteger.js\",\n          \"issuerPath\": [\n            {\n              \"id\": 191,\n              \"identifier\": \"multi /Users/jarred/Code/styleurl/webpack/customPublicPath /Users/jarred/Code/styleurl/chrome/extension/background\",\n              \"name\": \"multi ./webpack/customPublicPath ./chrome/extension/background\",\n              \"profile\": {\n                \"factory\": 0,\n                \"building\": 0,\n                \"dependencies\": 54\n              }\n            },\n            {\n              \"id\": 192,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/background.js\",\n              \"name\": \"./chrome/extension/background.js\",\n              \"profile\": {\n                \"factory\": 54,\n                \"building\": 639,\n                \"dependencies\": 140\n              }\n            },\n            {\n              \"id\": 193,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/findIndex.js\",\n              \"name\": \"./node_modules/lodash/findIndex.js\",\n              \"profile\": {\n                \"factory\": 140,\n                \"building\": 568,\n                \"dependencies\": 1\n              }\n            },\n            {\n              \"id\": 250,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/toInteger.js\",\n              \"name\": \"./node_modules/lodash/toInteger.js\",\n              \"profile\": {\n                \"factory\": 245,\n                \"building\": 75,\n                \"dependencies\": 1\n              }\n            }\n          ],\n          \"profile\": {\n            \"factory\": 82,\n            \"building\": 103\n          },\n          \"failed\": false,\n          \"errors\": 0,\n          \"warnings\": 0,\n          \"assets\": [],\n          \"reasons\": [\n            {\n              \"moduleId\": 250,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/toInteger.js\",\n              \"module\": \"./node_modules/lodash/toInteger.js\",\n              \"moduleName\": \"./node_modules/lodash/toInteger.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"./toFinite\",\n              \"loc\": \"1:15-36\"\n            }\n          ],\n          \"usedExports\": true,\n          \"providedExports\": null,\n          \"optimizationBailout\": [\n            \"ModuleConcatenation bailout: Module is not an ECMAScript module\"\n          ],\n          \"depth\": 4,\n          \"source\": \"var toNumber = require('./toNumber');\\n\\n/** Used as references for various `Number` constants. */\\nvar INFINITY = 1 / 0,\\n    MAX_INTEGER = 1.7976931348623157e+308;\\n\\n/**\\n * Converts `value` to a finite number.\\n *\\n * @static\\n * @memberOf _\\n * @since 4.12.0\\n * @category Lang\\n * @param {*} value The value to convert.\\n * @returns {number} Returns the converted number.\\n * @example\\n *\\n * _.toFinite(3.2);\\n * // => 3.2\\n *\\n * _.toFinite(Number.MIN_VALUE);\\n * // => 5e-324\\n *\\n * _.toFinite(Infinity);\\n * // => 1.7976931348623157e+308\\n *\\n * _.toFinite('3.2');\\n * // => 3.2\\n */\\nfunction toFinite(value) {\\n  if (!value) {\\n    return value === 0 ? value : 0;\\n  }\\n  value = toNumber(value);\\n  if (value === INFINITY || value === -INFINITY) {\\n    var sign = (value < 0 ? -1 : 1);\\n    return sign * MAX_INTEGER;\\n  }\\n  return value === value ? value : 0;\\n}\\n\\nmodule.exports = toFinite;\\n\"\n        },\n        {\n          \"id\": 252,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/toNumber.js\",\n          \"name\": \"./node_modules/lodash/toNumber.js\",\n          \"index\": 161,\n          \"index2\": 156,\n          \"size\": 1572,\n          \"cacheable\": true,\n          \"built\": true,\n          \"optional\": false,\n          \"prefetched\": false,\n          \"chunks\": [\n            2\n          ],\n          \"issuer\": \"/Users/jarred/Code/styleurl/node_modules/lodash/toFinite.js\",\n          \"issuerId\": 251,\n          \"issuerName\": \"./node_modules/lodash/toFinite.js\",\n          \"issuerPath\": [\n            {\n              \"id\": 191,\n              \"identifier\": \"multi /Users/jarred/Code/styleurl/webpack/customPublicPath /Users/jarred/Code/styleurl/chrome/extension/background\",\n              \"name\": \"multi ./webpack/customPublicPath ./chrome/extension/background\",\n              \"profile\": {\n                \"factory\": 0,\n                \"building\": 0,\n                \"dependencies\": 54\n              }\n            },\n            {\n              \"id\": 192,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/background.js\",\n              \"name\": \"./chrome/extension/background.js\",\n              \"profile\": {\n                \"factory\": 54,\n                \"building\": 639,\n                \"dependencies\": 140\n              }\n            },\n            {\n              \"id\": 193,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/findIndex.js\",\n              \"name\": \"./node_modules/lodash/findIndex.js\",\n              \"profile\": {\n                \"factory\": 140,\n                \"building\": 568,\n                \"dependencies\": 1\n              }\n            },\n            {\n              \"id\": 250,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/toInteger.js\",\n              \"name\": \"./node_modules/lodash/toInteger.js\",\n              \"profile\": {\n                \"factory\": 245,\n                \"building\": 75,\n                \"dependencies\": 1\n              }\n            },\n            {\n              \"id\": 251,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/toFinite.js\",\n              \"name\": \"./node_modules/lodash/toFinite.js\",\n              \"profile\": {\n                \"factory\": 82,\n                \"building\": 103\n              }\n            }\n          ],\n          \"profile\": {\n            \"factory\": 77,\n            \"building\": 21,\n            \"dependencies\": 37\n          },\n          \"failed\": false,\n          \"errors\": 0,\n          \"warnings\": 0,\n          \"assets\": [],\n          \"reasons\": [\n            {\n              \"moduleId\": 251,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/toFinite.js\",\n              \"module\": \"./node_modules/lodash/toFinite.js\",\n              \"moduleName\": \"./node_modules/lodash/toFinite.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"./toNumber\",\n              \"loc\": \"1:15-36\"\n            }\n          ],\n          \"usedExports\": true,\n          \"providedExports\": null,\n          \"optimizationBailout\": [\n            \"ModuleConcatenation bailout: Module is not an ECMAScript module\"\n          ],\n          \"depth\": 5,\n          \"source\": \"var isObject = require('./isObject'),\\n    isSymbol = require('./isSymbol');\\n\\n/** Used as references for various `Number` constants. */\\nvar NAN = 0 / 0;\\n\\n/** Used to match leading and trailing whitespace. */\\nvar reTrim = /^\\\\s+|\\\\s+$/g;\\n\\n/** Used to detect bad signed hexadecimal string values. */\\nvar reIsBadHex = /^[-+]0x[0-9a-f]+$/i;\\n\\n/** Used to detect binary string values. */\\nvar reIsBinary = /^0b[01]+$/i;\\n\\n/** Used to detect octal string values. */\\nvar reIsOctal = /^0o[0-7]+$/i;\\n\\n/** Built-in method references without a dependency on `root`. */\\nvar freeParseInt = parseInt;\\n\\n/**\\n * Converts `value` to a number.\\n *\\n * @static\\n * @memberOf _\\n * @since 4.0.0\\n * @category Lang\\n * @param {*} value The value to process.\\n * @returns {number} Returns the number.\\n * @example\\n *\\n * _.toNumber(3.2);\\n * // => 3.2\\n *\\n * _.toNumber(Number.MIN_VALUE);\\n * // => 5e-324\\n *\\n * _.toNumber(Infinity);\\n * // => Infinity\\n *\\n * _.toNumber('3.2');\\n * // => 3.2\\n */\\nfunction toNumber(value) {\\n  if (typeof value == 'number') {\\n    return value;\\n  }\\n  if (isSymbol(value)) {\\n    return NAN;\\n  }\\n  if (isObject(value)) {\\n    var other = typeof value.valueOf == 'function' ? value.valueOf() : value;\\n    value = isObject(other) ? (other + '') : other;\\n  }\\n  if (typeof value != 'string') {\\n    return value === 0 ? value : +value;\\n  }\\n  value = value.replace(reTrim, '');\\n  var isBinary = reIsBinary.test(value);\\n  return (isBinary || reIsOctal.test(value))\\n    ? freeParseInt(value.slice(2), isBinary ? 2 : 8)\\n    : (reIsBadHex.test(value) ? NAN : +value);\\n}\\n\\nmodule.exports = toNumber;\\n\"\n        },\n        {\n          \"id\": 253,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/values.js\",\n          \"name\": \"./node_modules/lodash/values.js\",\n          \"index\": 162,\n          \"index2\": 161,\n          \"size\": 733,\n          \"cacheable\": true,\n          \"built\": true,\n          \"optional\": false,\n          \"prefetched\": false,\n          \"chunks\": [\n            2\n          ],\n          \"issuer\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/background.js\",\n          \"issuerId\": 192,\n          \"issuerName\": \"./chrome/extension/background.js\",\n          \"issuerPath\": [\n            {\n              \"id\": 191,\n              \"identifier\": \"multi /Users/jarred/Code/styleurl/webpack/customPublicPath /Users/jarred/Code/styleurl/chrome/extension/background\",\n              \"name\": \"multi ./webpack/customPublicPath ./chrome/extension/background\",\n              \"profile\": {\n                \"factory\": 0,\n                \"building\": 0,\n                \"dependencies\": 54\n              }\n            },\n            {\n              \"id\": 192,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/background.js\",\n              \"name\": \"./chrome/extension/background.js\",\n              \"profile\": {\n                \"factory\": 54,\n                \"building\": 639,\n                \"dependencies\": 140\n              }\n            }\n          ],\n          \"profile\": {\n            \"factory\": 140,\n            \"building\": 568,\n            \"dependencies\": 1\n          },\n          \"failed\": false,\n          \"errors\": 0,\n          \"warnings\": 0,\n          \"assets\": [],\n          \"reasons\": [\n            {\n              \"moduleId\": 192,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/background.js\",\n              \"module\": \"./chrome/extension/background.js\",\n              \"moduleName\": \"./chrome/extension/background.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"lodash/values\",\n              \"loc\": \"7:38-62\"\n            }\n          ],\n          \"usedExports\": true,\n          \"providedExports\": null,\n          \"optimizationBailout\": [\n            \"ModuleConcatenation bailout: Module is not an ECMAScript module\"\n          ],\n          \"depth\": 2,\n          \"source\": \"var baseValues = require('./_baseValues'),\\n    keys = require('./keys');\\n\\n/**\\n * Creates an array of the own enumerable string keyed property values of `object`.\\n *\\n * **Note:** Non-object values are coerced to objects.\\n *\\n * @static\\n * @since 0.1.0\\n * @memberOf _\\n * @category Object\\n * @param {Object} object The object to query.\\n * @returns {Array} Returns the array of property values.\\n * @example\\n *\\n * function Foo() {\\n *   this.a = 1;\\n *   this.b = 2;\\n * }\\n *\\n * Foo.prototype.c = 3;\\n *\\n * _.values(new Foo);\\n * // => [1, 2] (iteration order is not guaranteed)\\n *\\n * _.values('hi');\\n * // => ['h', 'i']\\n */\\nfunction values(object) {\\n  return object == null ? [] : baseValues(object, keys(object));\\n}\\n\\nmodule.exports = values;\\n\"\n        },\n        {\n          \"id\": 254,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_baseValues.js\",\n          \"name\": \"./node_modules/lodash/_baseValues.js\",\n          \"index\": 163,\n          \"index2\": 160,\n          \"size\": 534,\n          \"cacheable\": true,\n          \"built\": true,\n          \"optional\": false,\n          \"prefetched\": false,\n          \"chunks\": [\n            2\n          ],\n          \"issuer\": \"/Users/jarred/Code/styleurl/node_modules/lodash/values.js\",\n          \"issuerId\": 253,\n          \"issuerName\": \"./node_modules/lodash/values.js\",\n          \"issuerPath\": [\n            {\n              \"id\": 191,\n              \"identifier\": \"multi /Users/jarred/Code/styleurl/webpack/customPublicPath /Users/jarred/Code/styleurl/chrome/extension/background\",\n              \"name\": \"multi ./webpack/customPublicPath ./chrome/extension/background\",\n              \"profile\": {\n                \"factory\": 0,\n                \"building\": 0,\n                \"dependencies\": 54\n              }\n            },\n            {\n              \"id\": 192,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/background.js\",\n              \"name\": \"./chrome/extension/background.js\",\n              \"profile\": {\n                \"factory\": 54,\n                \"building\": 639,\n                \"dependencies\": 140\n              }\n            },\n            {\n              \"id\": 253,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/values.js\",\n              \"name\": \"./node_modules/lodash/values.js\",\n              \"profile\": {\n                \"factory\": 140,\n                \"building\": 568,\n                \"dependencies\": 1\n              }\n            }\n          ],\n          \"profile\": {\n            \"factory\": 261,\n            \"building\": 58\n          },\n          \"failed\": false,\n          \"errors\": 0,\n          \"warnings\": 0,\n          \"assets\": [],\n          \"reasons\": [\n            {\n              \"moduleId\": 253,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/values.js\",\n              \"module\": \"./node_modules/lodash/values.js\",\n              \"moduleName\": \"./node_modules/lodash/values.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"./_baseValues\",\n              \"loc\": \"1:17-41\"\n            }\n          ],\n          \"usedExports\": true,\n          \"providedExports\": null,\n          \"optimizationBailout\": [\n            \"ModuleConcatenation bailout: Module is not an ECMAScript module\"\n          ],\n          \"depth\": 3,\n          \"source\": \"var arrayMap = require('./_arrayMap');\\n\\n/**\\n * The base implementation of `_.values` and `_.valuesIn` which creates an\\n * array of `object` property values corresponding to the property names\\n * of `props`.\\n *\\n * @private\\n * @param {Object} object The object to query.\\n * @param {Array} props The property names to get values for.\\n * @returns {Object} Returns the array of property values.\\n */\\nfunction baseValues(object, props) {\\n  return arrayMap(props, function(key) {\\n    return object[key];\\n  });\\n}\\n\\nmodule.exports = baseValues;\\n\"\n        },\n        {\n          \"id\": 255,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/stylesheet-differ/lib/index.js\",\n          \"name\": \"./node_modules/stylesheet-differ/lib/index.js\",\n          \"index\": 209,\n          \"index2\": 333,\n          \"size\": 873,\n          \"cacheable\": true,\n          \"built\": true,\n          \"optional\": false,\n          \"prefetched\": false,\n          \"chunks\": [\n            2\n          ],\n          \"issuer\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/background.js\",\n          \"issuerId\": 192,\n          \"issuerName\": \"./chrome/extension/background.js\",\n          \"issuerPath\": [\n            {\n              \"id\": 191,\n              \"identifier\": \"multi /Users/jarred/Code/styleurl/webpack/customPublicPath /Users/jarred/Code/styleurl/chrome/extension/background\",\n              \"name\": \"multi ./webpack/customPublicPath ./chrome/extension/background\",\n              \"profile\": {\n                \"factory\": 0,\n                \"building\": 0,\n                \"dependencies\": 54\n              }\n            },\n            {\n              \"id\": 192,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/background.js\",\n              \"name\": \"./chrome/extension/background.js\",\n              \"profile\": {\n                \"factory\": 54,\n                \"building\": 639,\n                \"dependencies\": 140\n              }\n            }\n          ],\n          \"profile\": {\n            \"factory\": 140,\n            \"building\": 568,\n            \"dependencies\": 1\n          },\n          \"failed\": false,\n          \"errors\": 0,\n          \"warnings\": 0,\n          \"assets\": [],\n          \"reasons\": [\n            {\n              \"moduleId\": 192,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/background.js\",\n              \"module\": \"./chrome/extension/background.js\",\n              \"moduleName\": \"./chrome/extension/background.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"stylesheet-differ\",\n              \"loc\": \"19:47-75\"\n            }\n          ],\n          \"usedExports\": true,\n          \"providedExports\": null,\n          \"optimizationBailout\": [\n            \"ModuleConcatenation bailout: Module is not an ECMAScript module\"\n          ],\n          \"depth\": 2,\n          \"source\": \"const nativeCSS = require('native-css')\\nconst cssobj_core = require('cssobj-core')\\nconst cssobj_plugin_gencss = require('cssobj-plugin-gencss')\\nconst _ = require('lodash')\\n\\nconst cssobj = cssobj_core({\\n  plugins: [cssobj_plugin_gencss({ indent: '  ', newLine: '\\\\n' })],\\n})\\n\\nconst stylemapper = d => {\\n  const key = d.key === '' ? '*' : d.key\\n\\n  const map = {\\n    [key]: d.obj,\\n  }\\n\\n  const oldProps = Object.keys(d.lastRaw)\\n  const newProps = Object.keys(d.obj)\\n\\n  _.difference(oldProps, newProps).forEach(prop => {\\n    map[key][prop] = 'unset'\\n  })\\n\\n  return cssobj(map).css\\n}\\n\\nmodule.exports = (style, change) => {\\n  const obj = cssobj(nativeCSS.convert(style))\\n  const diff = obj.update(nativeCSS.convert(change)).diff\\n  let styles = []\\n\\n  Object.keys(diff).forEach(dk => {\\n    styles = styles.concat(diff[dk].map(stylemapper))\\n  })\\n\\n  return styles.join(`\\\\n`).trim()\\n}\\n\"\n        },\n        {\n          \"id\": 256,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/native-css/index.js\",\n          \"name\": \"./node_modules/native-css/index.js\",\n          \"index\": 210,\n          \"index2\": 329,\n          \"size\": 49,\n          \"cacheable\": true,\n          \"built\": true,\n          \"optional\": false,\n          \"prefetched\": false,\n          \"chunks\": [\n            2\n          ],\n          \"issuer\": \"/Users/jarred/Code/styleurl/node_modules/stylesheet-differ/lib/index.js\",\n          \"issuerId\": 255,\n          \"issuerName\": \"./node_modules/stylesheet-differ/lib/index.js\",\n          \"issuerPath\": [\n            {\n              \"id\": 191,\n              \"identifier\": \"multi /Users/jarred/Code/styleurl/webpack/customPublicPath /Users/jarred/Code/styleurl/chrome/extension/background\",\n              \"name\": \"multi ./webpack/customPublicPath ./chrome/extension/background\",\n              \"profile\": {\n                \"factory\": 0,\n                \"building\": 0,\n                \"dependencies\": 54\n              }\n            },\n            {\n              \"id\": 192,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/background.js\",\n              \"name\": \"./chrome/extension/background.js\",\n              \"profile\": {\n                \"factory\": 54,\n                \"building\": 639,\n                \"dependencies\": 140\n              }\n            },\n            {\n              \"id\": 255,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/stylesheet-differ/lib/index.js\",\n              \"name\": \"./node_modules/stylesheet-differ/lib/index.js\",\n              \"profile\": {\n                \"factory\": 140,\n                \"building\": 568,\n                \"dependencies\": 1\n              }\n            }\n          ],\n          \"profile\": {\n            \"factory\": 189,\n            \"building\": 603,\n            \"dependencies\": 1\n          },\n          \"failed\": false,\n          \"errors\": 0,\n          \"warnings\": 0,\n          \"assets\": [],\n          \"reasons\": [\n            {\n              \"moduleId\": 255,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/stylesheet-differ/lib/index.js\",\n              \"module\": \"./node_modules/stylesheet-differ/lib/index.js\",\n              \"moduleName\": \"./node_modules/stylesheet-differ/lib/index.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"native-css\",\n              \"loc\": \"1:18-39\"\n            }\n          ],\n          \"usedExports\": true,\n          \"providedExports\": null,\n          \"optimizationBailout\": [\n            \"ModuleConcatenation bailout: Module is not an ECMAScript module\"\n          ],\n          \"depth\": 3,\n          \"source\": \"module.exports = require('./src/native-css.js');\\n\"\n        },\n        {\n          \"id\": 257,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/native-css/src/native-css.js\",\n          \"name\": \"./node_modules/native-css/src/native-css.js\",\n          \"index\": 211,\n          \"index2\": 328,\n          \"size\": 4680,\n          \"cacheable\": true,\n          \"built\": true,\n          \"optional\": false,\n          \"prefetched\": false,\n          \"chunks\": [\n            2\n          ],\n          \"issuer\": \"/Users/jarred/Code/styleurl/node_modules/native-css/index.js\",\n          \"issuerId\": 256,\n          \"issuerName\": \"./node_modules/native-css/index.js\",\n          \"issuerPath\": [\n            {\n              \"id\": 191,\n              \"identifier\": \"multi /Users/jarred/Code/styleurl/webpack/customPublicPath /Users/jarred/Code/styleurl/chrome/extension/background\",\n              \"name\": \"multi ./webpack/customPublicPath ./chrome/extension/background\",\n              \"profile\": {\n                \"factory\": 0,\n                \"building\": 0,\n                \"dependencies\": 54\n              }\n            },\n            {\n              \"id\": 192,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/background.js\",\n              \"name\": \"./chrome/extension/background.js\",\n              \"profile\": {\n                \"factory\": 54,\n                \"building\": 639,\n                \"dependencies\": 140\n              }\n            },\n            {\n              \"id\": 255,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/stylesheet-differ/lib/index.js\",\n              \"name\": \"./node_modules/stylesheet-differ/lib/index.js\",\n              \"profile\": {\n                \"factory\": 140,\n                \"building\": 568,\n                \"dependencies\": 1\n              }\n            },\n            {\n              \"id\": 256,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/native-css/index.js\",\n              \"name\": \"./node_modules/native-css/index.js\",\n              \"profile\": {\n                \"factory\": 189,\n                \"building\": 603,\n                \"dependencies\": 1\n              }\n            }\n          ],\n          \"profile\": {\n            \"factory\": 26,\n            \"building\": 63,\n            \"dependencies\": 14\n          },\n          \"failed\": false,\n          \"errors\": 0,\n          \"warnings\": 0,\n          \"assets\": [],\n          \"reasons\": [\n            {\n              \"moduleId\": 256,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/native-css/index.js\",\n              \"module\": \"./node_modules/native-css/index.js\",\n              \"moduleName\": \"./node_modules/native-css/index.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"./src/native-css.js\",\n              \"loc\": \"1:17-47\"\n            }\n          ],\n          \"usedExports\": true,\n          \"providedExports\": null,\n          \"optimizationBailout\": [\n            \"ModuleConcatenation bailout: Module is not an ECMAScript module\"\n          ],\n          \"depth\": 4,\n          \"source\": \"'use strict';\\n\\nvar packageJson = require('../package.json'),\\n  lib = require('../lib'),\\n  cssParser = require('css'),\\n  fetchUrl = require('fetch').fetchUrl;\\n\\nvar nativeCSS = function() {};\\n\\nnativeCSS.prototype.version = function() {\\n  return ('native-css version: ' + packageJson.version)\\n}\\n\\nnativeCSS.prototype.help = function() {\\n  return lib.readFile(__dirname + '/../docs/help.md')\\n}\\n\\nnativeCSS.prototype.indentObject = function(obj, indent) {\\n  var self = this,\\n    result = '';\\n  return JSON.stringify(obj, null, indent || 0);\\n}\\n\\nnativeCSS.prototype.nameGenerator = function(name) {\\n  name = name.replace(/\\\\s\\\\s+/g, ' ');\\n  name = name.replace(/[^a-zA-Z0-9]/g, '_');\\n  name = name.replace(/^_+/g, '');\\n  name = name.replace(/_+$/g, '');\\n  return name;\\n}\\n\\nnativeCSS.prototype.mediaNameGenerator = function(name) {\\n  return '@media ' + name;\\n}\\n\\nfunction transformRules(self, rules, result) {\\n  rules.forEach(function(rule) {\\n    var obj = {};\\n    if (rule.type === 'media') {\\n      var name = self.mediaNameGenerator(rule.media);\\n      var media = result[name] = result[name] || {\\n        \\\"__expression__\\\": rule.media\\n      };\\n      transformRules(self, rule.rules, media)\\n    } else if (rule.type === 'rule') {\\n      rule.declarations.forEach(function(declaration) {\\n        if (declaration.type === 'declaration') {\\n          var cssProperty = lib.camelize(declaration.property)\\n          obj[cssProperty] = declaration.value;\\n        }\\n      });\\n      rule.selectors.forEach(function(selector) {\\n        var name = self.nameGenerator(selector.trim());\\n        result[name] = obj;\\n      });\\n    }\\n  });\\n}\\n\\nnativeCSS.prototype.transform = function(css) {\\n  var result = {};\\n  transformRules(this, css.stylesheet.rules, result);\\n  return result;\\n}\\n\\nnativeCSS.prototype.isUrl = function(str) {\\n  // feel free to use a better pattern\\n  var pattern = new RegExp('^(?:(?:http|https|ftp)://)(?:\\\\\\\\S+(?::\\\\\\\\S*)?@)?(?:(?:(?:[1-9]\\\\\\\\d?|1\\\\\\\\d\\\\\\\\d|2[01]\\\\\\\\d|22[0-3])(?:\\\\\\\\.(?:1?\\\\\\\\d{1,2}|2[0-4]\\\\\\\\d|25[0-5])){2}(?:\\\\\\\\.(?:[0-9]\\\\\\\\d?|1\\\\\\\\d\\\\\\\\d|2[0-4]\\\\\\\\d|25[0-4]))|(?:(?:[a-z\\\\\\\\u00a1-\\\\\\\\uffff0-9]+-?)*[a-z\\\\\\\\u00a1-\\\\\\\\uffff0-9]+)(?:\\\\\\\\.(?:[a-z\\\\\\\\u00a1-\\\\\\\\uffff0-9]+-?)*[a-z\\\\\\\\u00a1-\\\\\\\\uffff0-9]+)*(?:\\\\\\\\.(?:[a-z\\\\\\\\u00a1-\\\\\\\\uffff]{2,})))|localhost)(?::\\\\\\\\d{2,5})?(?:(/|\\\\\\\\?|#)[^\\\\\\\\s]*)?$', 'i');\\n  if (!pattern.test(str)) {\\n    return false;\\n  }\\n  return true;\\n}\\n\\nnativeCSS.prototype.fetchUrlAsync = function(cssFile) {\\n  return new Promise(function(resolve, reject) {\\n    fetchUrl(cssFile, function(err, meta, body) {\\n      if (err) throw err;\\n      try {\\n        resolve(body.toString());\\n      } catch (err) {\\n        reject(err);\\n      }\\n    });\\n  });\\n}\\n\\nnativeCSS.prototype.convertAsync = function(cssFile) {\\n  var self = this,\\n    path = process.cwd() + '/' + cssFile,\\n    error;\\n\\n  return new Promise(function(resolve, reject) {\\n    if (!self.isUrl(cssFile)) {\\n      if ((require('fs').existsSync(path))) {\\n        var css = lib.readFile(path);\\n        css = cssParser.parse(css, {\\n          silent: false,\\n          source: path\\n        });\\n        return resolve(self.transform.apply(self, css));\\n      } else {\\n        reject(new Error('Ooops!\\\\nError: CSS file not found!'));\\n      }\\n    } else {\\n      return self.fetchUrlAsync(cssFile)\\n        .catch(function(err) {\\n          reject(err);\\n        })\\n        .then(function(css) {\\n          var css = cssParser.parse(css, {\\n            silent: false,\\n            source: path\\n          });\\n          resolve(self.transform(css));\\n        });\\n    }\\n  });\\n};\\n\\nnativeCSS.prototype.convert = function(cssFile) {\\n  var self = this,\\n    path = process.cwd() + '/' + cssFile,\\n    css;\\n  // PATH given\\n  if ((require('fs').existsSync(path))) {\\n    css = lib.readFile(path);\\n  }\\n  // STRING given\\n  else if (typeof cssFile === 'string') {\\n    css = cssFile;\\n  }\\n  // Buffer given\\n  else if (cssFile instanceof Buffer) {\\n    css = cssFile.toString();\\n  }\\n  // URL given\\n  else if (this.isUrl(cssFile)) {\\n    return this.convertAsync(cssFile);\\n  }\\n  // unknown format\\n  else {\\n    return 'Ooops!\\\\nError: CSS file not found!';\\n  }\\n  css = cssParser.parse(css, {\\n    silent: false,\\n    source: path\\n  });\\n  return self.transform(css);\\n}\\n\\nnativeCSS.prototype.generateFile = function(obj, where, react) {\\n  if (!where || where.indexOf('--') > -1)\\n    return console.log('Please, set a output path!');\\n\\n  var self = this,\\n    body;\\n\\n  where = process.cwd() + '/' + where;\\n\\n  if (react) {\\n    lib.writeFile(where, 'var styles = StyleSheet.create({\\\\n');\\n    body = self.indentObject(obj, 2);\\n    lib.appendFile(where, body + '\\\\n});');\\n    return;\\n  }\\n\\n  body = self.indentObject({\\n    'styles': obj\\n  }, 2);\\n  lib.writeFile(where, body);\\n}\\n\\nmodule.exports = new nativeCSS();\\n\"\n        },\n        {\n          \"id\": 258,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/native-css/package.json\",\n          \"name\": \"./node_modules/native-css/package.json\",\n          \"index\": 212,\n          \"index2\": 207,\n          \"size\": 826,\n          \"cacheable\": true,\n          \"built\": true,\n          \"optional\": false,\n          \"prefetched\": false,\n          \"chunks\": [\n            2\n          ],\n          \"issuer\": \"/Users/jarred/Code/styleurl/node_modules/native-css/src/native-css.js\",\n          \"issuerId\": 257,\n          \"issuerName\": \"./node_modules/native-css/src/native-css.js\",\n          \"issuerPath\": [\n            {\n              \"id\": 191,\n              \"identifier\": \"multi /Users/jarred/Code/styleurl/webpack/customPublicPath /Users/jarred/Code/styleurl/chrome/extension/background\",\n              \"name\": \"multi ./webpack/customPublicPath ./chrome/extension/background\",\n              \"profile\": {\n                \"factory\": 0,\n                \"building\": 0,\n                \"dependencies\": 54\n              }\n            },\n            {\n              \"id\": 192,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/background.js\",\n              \"name\": \"./chrome/extension/background.js\",\n              \"profile\": {\n                \"factory\": 54,\n                \"building\": 639,\n                \"dependencies\": 140\n              }\n            },\n            {\n              \"id\": 255,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/stylesheet-differ/lib/index.js\",\n              \"name\": \"./node_modules/stylesheet-differ/lib/index.js\",\n              \"profile\": {\n                \"factory\": 140,\n                \"building\": 568,\n                \"dependencies\": 1\n              }\n            },\n            {\n              \"id\": 256,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/native-css/index.js\",\n              \"name\": \"./node_modules/native-css/index.js\",\n              \"profile\": {\n                \"factory\": 189,\n                \"building\": 603,\n                \"dependencies\": 1\n              }\n            },\n            {\n              \"id\": 257,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/native-css/src/native-css.js\",\n              \"name\": \"./node_modules/native-css/src/native-css.js\",\n              \"profile\": {\n                \"factory\": 26,\n                \"building\": 63,\n                \"dependencies\": 14\n              }\n            }\n          ],\n          \"profile\": {\n            \"factory\": 117,\n            \"building\": 25,\n            \"dependencies\": 27\n          },\n          \"failed\": false,\n          \"errors\": 0,\n          \"warnings\": 0,\n          \"assets\": [],\n          \"reasons\": [\n            {\n              \"moduleId\": 257,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/native-css/src/native-css.js\",\n              \"module\": \"./node_modules/native-css/src/native-css.js\",\n              \"moduleName\": \"./node_modules/native-css/src/native-css.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"../package.json\",\n              \"loc\": \"3:18-44\"\n            }\n          ],\n          \"usedExports\": true,\n          \"providedExports\": [\n            \"name\",\n            \"version\",\n            \"description\",\n            \"main\",\n            \"bin\",\n            \"directories\",\n            \"scripts\",\n            \"repository\",\n            \"keywords\",\n            \"author\",\n            \"license\",\n            \"preferGlobal\",\n            \"bugs\",\n            \"engines\",\n            \"homepage\",\n            \"devDependencies\",\n            \"dependencies\",\n            \"default\"\n          ],\n          \"optimizationBailout\": [\n            \"ModuleConcatenation bailout: Module is not an ECMAScript module\"\n          ],\n          \"depth\": 5,\n          \"source\": \"{\\n  \\\"name\\\": \\\"native-css\\\",\\n  \\\"version\\\": \\\"2.0.0\\\",\\n  \\\"description\\\": \\\"Convert pure CSS to javascript literal objects or React Style\\\",\\n  \\\"main\\\": \\\"index.js\\\",\\n  \\\"bin\\\": \\\"./bin/native-css.js\\\",\\n  \\\"directories\\\": {\\n    \\\"doc\\\": \\\"docs\\\"\\n  },\\n  \\\"scripts\\\": {\\n    \\\"test\\\": \\\"make test\\\"\\n  },\\n  \\\"repository\\\": {\\n    \\\"type\\\": \\\"git\\\",\\n    \\\"url\\\": \\\"https://github.com/raphamorim/native-css\\\"\\n  },\\n  \\\"keywords\\\": [\\n    \\\"react\\\",\\n    \\\"css\\\",\\n    \\\"react\\\",\\n    \\\"native\\\",\\n    \\\"convert\\\"\\n  ],\\n  \\\"author\\\": \\\"Raphael Amorim\\\",\\n  \\\"license\\\": \\\"MIT\\\",\\n  \\\"preferGlobal\\\": \\\"true\\\",\\n  \\\"bugs\\\": {\\n    \\\"url\\\": \\\"https://github.com/raphamorim/native-css/issues\\\"\\n  },\\n  \\\"engines\\\": {\\n    \\\"node\\\": \\\">=0.12.18\\\"\\n  },\\n  \\\"homepage\\\": \\\"https://github.com/raphamorim/native-css\\\",\\n  \\\"devDependencies\\\": {\\n    \\\"mocha\\\": \\\"^2.2.1\\\"\\n  },\\n  \\\"dependencies\\\": {\\n    \\\"css\\\": \\\"2.2.1\\\",\\n    \\\"fetch\\\": \\\"^1.0.1\\\"\\n  }\\n}\\n\"\n        },\n        {\n          \"id\": 259,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/native-css/lib/index.js\",\n          \"name\": \"./node_modules/native-css/lib/index.js\",\n          \"index\": 213,\n          \"index2\": 252,\n          \"size\": 651,\n          \"cacheable\": true,\n          \"built\": true,\n          \"optional\": false,\n          \"prefetched\": false,\n          \"chunks\": [\n            2\n          ],\n          \"issuer\": \"/Users/jarred/Code/styleurl/node_modules/native-css/src/native-css.js\",\n          \"issuerId\": 257,\n          \"issuerName\": \"./node_modules/native-css/src/native-css.js\",\n          \"issuerPath\": [\n            {\n              \"id\": 191,\n              \"identifier\": \"multi /Users/jarred/Code/styleurl/webpack/customPublicPath /Users/jarred/Code/styleurl/chrome/extension/background\",\n              \"name\": \"multi ./webpack/customPublicPath ./chrome/extension/background\",\n              \"profile\": {\n                \"factory\": 0,\n                \"building\": 0,\n                \"dependencies\": 54\n              }\n            },\n            {\n              \"id\": 192,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/background.js\",\n              \"name\": \"./chrome/extension/background.js\",\n              \"profile\": {\n                \"factory\": 54,\n                \"building\": 639,\n                \"dependencies\": 140\n              }\n            },\n            {\n              \"id\": 255,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/stylesheet-differ/lib/index.js\",\n              \"name\": \"./node_modules/stylesheet-differ/lib/index.js\",\n              \"profile\": {\n                \"factory\": 140,\n                \"building\": 568,\n                \"dependencies\": 1\n              }\n            },\n            {\n              \"id\": 256,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/native-css/index.js\",\n              \"name\": \"./node_modules/native-css/index.js\",\n              \"profile\": {\n                \"factory\": 189,\n                \"building\": 603,\n                \"dependencies\": 1\n              }\n            },\n            {\n              \"id\": 257,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/native-css/src/native-css.js\",\n              \"name\": \"./node_modules/native-css/src/native-css.js\",\n              \"profile\": {\n                \"factory\": 26,\n                \"building\": 63,\n                \"dependencies\": 14\n              }\n            }\n          ],\n          \"profile\": {\n            \"factory\": 117,\n            \"building\": 25,\n            \"dependencies\": 27\n          },\n          \"failed\": false,\n          \"errors\": 0,\n          \"warnings\": 0,\n          \"assets\": [],\n          \"reasons\": [\n            {\n              \"moduleId\": 257,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/native-css/src/native-css.js\",\n              \"module\": \"./node_modules/native-css/src/native-css.js\",\n              \"moduleName\": \"./node_modules/native-css/src/native-css.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"../lib\",\n              \"loc\": \"4:8-25\"\n            }\n          ],\n          \"usedExports\": true,\n          \"providedExports\": null,\n          \"optimizationBailout\": [\n            \"ModuleConcatenation bailout: Module is not an ECMAScript module\"\n          ],\n          \"depth\": 5,\n          \"source\": \"var fs = require('fs'),\\n  input = process.argv[2];\\n\\nexports.readFile = function(path) {\\n  return fs.readFileSync(path, 'utf8');\\n};\\n\\nexports.writeFile = function(path, body) {\\n  return fs.writeFileSync(path, body);\\n};\\n\\nexports.appendFile = function(path, body) {\\n  return fs.appendFileSync(path, body);\\n};\\n\\nexports.verify = function(args) {\\n  if (typeof args === 'object') {\\n    if (args.indexOf(input) == -1)\\n      return false;\\n\\n    return true;\\n  } else {\\n    if (args != input)\\n      return false;\\n\\n    return true;\\n  }\\n};\\n\\nexports.camelize = function(str) {\\n  return str.replace(/-([a-z])/g, function (g) {\\n    return g[1].toUpperCase();\\n  });\\n};\\n\"\n        },\n        {\n          \"id\": 260,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/memfs/lib/volume.js\",\n          \"name\": \"./node_modules/memfs/lib/volume.js\",\n          \"index\": 220,\n          \"index2\": 249,\n          \"size\": 79226,\n          \"cacheable\": true,\n          \"built\": true,\n          \"optional\": false,\n          \"prefetched\": false,\n          \"chunks\": [\n            2\n          ],\n          \"issuer\": \"/Users/jarred/Code/styleurl/node_modules/memfs/lib/index.js\",\n          \"issuerId\": 69,\n          \"issuerName\": \"./node_modules/memfs/lib/index.js\",\n          \"issuerPath\": [\n            {\n              \"id\": 191,\n              \"identifier\": \"multi /Users/jarred/Code/styleurl/webpack/customPublicPath /Users/jarred/Code/styleurl/chrome/extension/background\",\n              \"name\": \"multi ./webpack/customPublicPath ./chrome/extension/background\",\n              \"profile\": {\n                \"factory\": 0,\n                \"building\": 0,\n                \"dependencies\": 54\n              }\n            },\n            {\n              \"id\": 192,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/background.js\",\n              \"name\": \"./chrome/extension/background.js\",\n              \"profile\": {\n                \"factory\": 54,\n                \"building\": 639,\n                \"dependencies\": 140\n              }\n            },\n            {\n              \"id\": 255,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/stylesheet-differ/lib/index.js\",\n              \"name\": \"./node_modules/stylesheet-differ/lib/index.js\",\n              \"profile\": {\n                \"factory\": 140,\n                \"building\": 568,\n                \"dependencies\": 1\n              }\n            },\n            {\n              \"id\": 256,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/native-css/index.js\",\n              \"name\": \"./node_modules/native-css/index.js\",\n              \"profile\": {\n                \"factory\": 189,\n                \"building\": 603,\n                \"dependencies\": 1\n              }\n            },\n            {\n              \"id\": 257,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/native-css/src/native-css.js\",\n              \"name\": \"./node_modules/native-css/src/native-css.js\",\n              \"profile\": {\n                \"factory\": 26,\n                \"building\": 63,\n                \"dependencies\": 14\n              }\n            },\n            {\n              \"id\": 69,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/memfs/lib/index.js\",\n              \"name\": \"./node_modules/memfs/lib/index.js\",\n              \"profile\": {\n                \"factory\": 117,\n                \"building\": 25,\n                \"dependencies\": 27\n              }\n            }\n          ],\n          \"profile\": {\n            \"factory\": 51,\n            \"building\": 84,\n            \"dependencies\": 2\n          },\n          \"failed\": false,\n          \"errors\": 0,\n          \"warnings\": 0,\n          \"assets\": [],\n          \"reasons\": [\n            {\n              \"moduleId\": 69,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/memfs/lib/index.js\",\n              \"module\": \"./node_modules/memfs/lib/index.js\",\n              \"moduleName\": \"./node_modules/memfs/lib/index.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"./volume\",\n              \"loc\": \"12:15-34\"\n            }\n          ],\n          \"usedExports\": true,\n          \"providedExports\": null,\n          \"optimizationBailout\": [\n            \"ModuleConcatenation bailout: Module is not an ECMAScript module\"\n          ],\n          \"depth\": 6,\n          \"source\": \"\\\"use strict\\\";\\nvar __extends = (this && this.__extends) || (function () {\\n    var extendStatics = Object.setPrototypeOf ||\\n        ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||\\n        function (d, b) { for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; };\\n    return function (d, b) {\\n        extendStatics(d, b);\\n        function __() { this.constructor = d; }\\n        d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());\\n    };\\n})();\\nObject.defineProperty(exports, \\\"__esModule\\\", { value: true });\\nvar path_1 = require(\\\"path\\\");\\nvar pathModule = require(\\\"path\\\");\\nvar node_1 = require(\\\"./node\\\");\\nvar buffer_1 = require(\\\"buffer\\\");\\nvar setImmediate_1 = require(\\\"./setImmediate\\\");\\nvar process_1 = require(\\\"./process\\\");\\nvar extend = require('fast-extend');\\nvar errors = require('./internal/errors');\\nvar setTimeoutUnref_1 = require(\\\"./setTimeoutUnref\\\");\\nvar stream_1 = require(\\\"stream\\\");\\nvar util = require('util');\\nvar constants_1 = require(\\\"./constants\\\");\\nvar events_1 = require(\\\"events\\\");\\nvar O_RDONLY = constants_1.constants.O_RDONLY, O_WRONLY = constants_1.constants.O_WRONLY, O_RDWR = constants_1.constants.O_RDWR, O_CREAT = constants_1.constants.O_CREAT, O_EXCL = constants_1.constants.O_EXCL, O_NOCTTY = constants_1.constants.O_NOCTTY, O_TRUNC = constants_1.constants.O_TRUNC, O_APPEND = constants_1.constants.O_APPEND, O_DIRECTORY = constants_1.constants.O_DIRECTORY, O_NOATIME = constants_1.constants.O_NOATIME, O_NOFOLLOW = constants_1.constants.O_NOFOLLOW, O_SYNC = constants_1.constants.O_SYNC, O_DIRECT = constants_1.constants.O_DIRECT, O_NONBLOCK = constants_1.constants.O_NONBLOCK, F_OK = constants_1.constants.F_OK, R_OK = constants_1.constants.R_OK, W_OK = constants_1.constants.W_OK, X_OK = constants_1.constants.X_OK, COPYFILE_EXCL = constants_1.constants.COPYFILE_EXCL, COPYFILE_FICLONE = constants_1.constants.COPYFILE_FICLONE, COPYFILE_FICLONE_FORCE = constants_1.constants.COPYFILE_FICLONE_FORCE;\\nvar sep, relative;\\nif (pathModule.posix) {\\n    var posix = pathModule.posix;\\n    sep = posix.sep;\\n    relative = posix.relative;\\n}\\nelse {\\n    sep = pathModule.sep;\\n    relative = pathModule.relative;\\n}\\nvar isWin = process_1.default.platform === 'win32';\\n// type TCallbackWrite = (err?: IError, bytesWritten?: number, source?: Buffer) => void;\\n// type TCallbackWriteStr = (err?: IError, written?: number, str?: string) => void;\\n// ---------------------------------------- Constants\\nvar ENCODING_UTF8 = 'utf8';\\nvar kMinPoolSpace = 128;\\n// const kMaxLength = require('buffer').kMaxLength;\\n// ---------------------------------------- Error messages\\n// TODO: Use `internal/errors.js` in the future.\\nvar ERRSTR = {\\n    PATH_STR: 'path must be a string or Buffer',\\n    // FD:             'file descriptor must be a unsigned 32-bit integer',\\n    FD: 'fd must be a file descriptor',\\n    MODE_INT: 'mode must be an int',\\n    CB: 'callback must be a function',\\n    UID: 'uid must be an unsigned int',\\n    GID: 'gid must be an unsigned int',\\n    LEN: 'len must be an integer',\\n    ATIME: 'atime must be an integer',\\n    MTIME: 'mtime must be an integer',\\n    PREFIX: 'filename prefix is required',\\n    BUFFER: 'buffer must be an instance of Buffer or StaticBuffer',\\n    OFFSET: 'offset must be an integer',\\n    LENGTH: 'length must be an integer',\\n    POSITION: 'position must be an integer',\\n};\\nvar ERRSTR_OPTS = function (tipeof) { return \\\"Expected options to be either an object or a string, but got \\\" + tipeof + \\\" instead\\\"; };\\n// const ERRSTR_FLAG = flag => `Unknown file open flag: ${flag}`;\\nvar ENOENT = 'ENOENT';\\nvar EBADF = 'EBADF';\\nvar EINVAL = 'EINVAL';\\nvar EPERM = 'EPERM';\\nvar EPROTO = 'EPROTO';\\nvar EEXIST = 'EEXIST';\\nvar ENOTDIR = 'ENOTDIR';\\nvar EMFILE = 'EMFILE';\\nvar EACCES = 'EACCES';\\nvar EISDIR = 'EISDIR';\\nvar ENOTEMPTY = 'ENOTEMPTY';\\nvar ENOSYS = 'ENOSYS';\\nfunction formatError(errorCode, func, path, path2) {\\n    if (func === void 0) { func = ''; }\\n    if (path === void 0) { path = ''; }\\n    if (path2 === void 0) { path2 = ''; }\\n    var pathFormatted = '';\\n    if (path)\\n        pathFormatted = \\\" '\\\" + path + \\\"'\\\";\\n    if (path2)\\n        pathFormatted += \\\" -> '\\\" + path2 + \\\"'\\\";\\n    switch (errorCode) {\\n        case ENOENT: return \\\"ENOENT: no such file or directory, \\\" + func + pathFormatted;\\n        case EBADF: return \\\"EBADF: bad file descriptor, \\\" + func + pathFormatted;\\n        case EINVAL: return \\\"EINVAL: invalid argument, \\\" + func + pathFormatted;\\n        case EPERM: return \\\"EPERM: operation not permitted, \\\" + func + pathFormatted;\\n        case EPROTO: return \\\"EPROTO: protocol error, \\\" + func + pathFormatted;\\n        case EEXIST: return \\\"EEXIST: file already exists, \\\" + func + pathFormatted;\\n        case ENOTDIR: return \\\"ENOTDIR: not a directory, \\\" + func + pathFormatted;\\n        case EISDIR: return \\\"EISDIR: illegal operation on a directory, \\\" + func + pathFormatted;\\n        case EACCES: return \\\"EACCES: permission denied, \\\" + func + pathFormatted;\\n        case ENOTEMPTY: return \\\"ENOTEMPTY: directory not empty, \\\" + func + pathFormatted;\\n        case EMFILE: return \\\"EMFILE: too many open files, \\\" + func + pathFormatted;\\n        case ENOSYS: return \\\"ENOSYS: function not implemented, \\\" + func + pathFormatted;\\n        default: return errorCode + \\\": error occurred, \\\" + func + pathFormatted;\\n    }\\n}\\nfunction createError(errorCode, func, path, path2, Constructor) {\\n    if (func === void 0) { func = ''; }\\n    if (path === void 0) { path = ''; }\\n    if (path2 === void 0) { path2 = ''; }\\n    if (Constructor === void 0) { Constructor = Error; }\\n    var error = new Constructor(formatError(errorCode, func, path, path2));\\n    error.code = errorCode;\\n    return error;\\n}\\nfunction throwError(errorCode, func, path, path2, Constructor) {\\n    if (func === void 0) { func = ''; }\\n    if (path === void 0) { path = ''; }\\n    if (path2 === void 0) { path2 = ''; }\\n    if (Constructor === void 0) { Constructor = Error; }\\n    throw createError(errorCode, func, path, path2, Constructor);\\n}\\n// ---------------------------------------- Flags\\n// List of file `flags` as defined by Node.\\nvar FLAGS;\\n(function (FLAGS) {\\n    // Open file for reading. An exception occurs if the file does not exist.\\n    FLAGS[FLAGS[\\\"r\\\"] = O_RDONLY] = \\\"r\\\";\\n    // Open file for reading and writing. An exception occurs if the file does not exist.\\n    FLAGS[FLAGS[\\\"r+\\\"] = O_RDWR] = \\\"r+\\\";\\n    // Open file for reading in synchronous mode. Instructs the operating system to bypass the local file system cache.\\n    FLAGS[FLAGS[\\\"rs\\\"] = O_RDONLY | O_SYNC] = \\\"rs\\\";\\n    FLAGS[FLAGS[\\\"sr\\\"] = FLAGS.rs] = \\\"sr\\\";\\n    // Open file for reading and writing, telling the OS to open it synchronously. See notes for 'rs' about using this with caution.\\n    FLAGS[FLAGS[\\\"rs+\\\"] = O_RDWR | O_SYNC] = \\\"rs+\\\";\\n    FLAGS[FLAGS[\\\"sr+\\\"] = FLAGS['rs+']] = \\\"sr+\\\";\\n    // Open file for writing. The file is created (if it does not exist) or truncated (if it exists).\\n    FLAGS[FLAGS[\\\"w\\\"] = O_WRONLY | O_CREAT | O_TRUNC] = \\\"w\\\";\\n    // Like 'w' but fails if path exists.\\n    FLAGS[FLAGS[\\\"wx\\\"] = O_WRONLY | O_CREAT | O_TRUNC | O_EXCL] = \\\"wx\\\";\\n    FLAGS[FLAGS[\\\"xw\\\"] = FLAGS.wx] = \\\"xw\\\";\\n    // Open file for reading and writing. The file is created (if it does not exist) or truncated (if it exists).\\n    FLAGS[FLAGS[\\\"w+\\\"] = O_RDWR | O_CREAT | O_TRUNC] = \\\"w+\\\";\\n    // Like 'w+' but fails if path exists.\\n    FLAGS[FLAGS[\\\"wx+\\\"] = O_RDWR | O_CREAT | O_TRUNC | O_EXCL] = \\\"wx+\\\";\\n    FLAGS[FLAGS[\\\"xw+\\\"] = FLAGS['wx+']] = \\\"xw+\\\";\\n    // Open file for appending. The file is created if it does not exist.\\n    FLAGS[FLAGS[\\\"a\\\"] = O_WRONLY | O_APPEND | O_CREAT] = \\\"a\\\";\\n    // Like 'a' but fails if path exists.\\n    FLAGS[FLAGS[\\\"ax\\\"] = O_WRONLY | O_APPEND | O_CREAT | O_EXCL] = \\\"ax\\\";\\n    FLAGS[FLAGS[\\\"xa\\\"] = FLAGS.ax] = \\\"xa\\\";\\n    // Open file for reading and appending. The file is created if it does not exist.\\n    FLAGS[FLAGS[\\\"a+\\\"] = O_RDWR | O_APPEND | O_CREAT] = \\\"a+\\\";\\n    // Like 'a+' but fails if path exists.\\n    FLAGS[FLAGS[\\\"ax+\\\"] = O_RDWR | O_APPEND | O_CREAT | O_EXCL] = \\\"ax+\\\";\\n    FLAGS[FLAGS[\\\"xa+\\\"] = FLAGS['ax+']] = \\\"xa+\\\";\\n})(FLAGS = exports.FLAGS || (exports.FLAGS = {}));\\nfunction flagsToNumber(flags) {\\n    if (typeof flags === 'number')\\n        return flags;\\n    if (typeof flags === 'string') {\\n        var flagsNum = FLAGS[flags];\\n        if (typeof flagsNum !== 'undefined')\\n            return flagsNum;\\n    }\\n    // throw new TypeError(formatError(ERRSTR_FLAG(flags)));\\n    throw new errors.TypeError('ERR_INVALID_OPT_VALUE', 'flags', flags);\\n}\\nexports.flagsToNumber = flagsToNumber;\\n// ---------------------------------------- Options\\nfunction assertEncoding(encoding) {\\n    if (encoding && !buffer_1.Buffer.isEncoding(encoding))\\n        throw new errors.TypeError('ERR_INVALID_OPT_VALUE_ENCODING', encoding);\\n}\\nfunction getOptions(defaults, options) {\\n    var opts;\\n    if (!options)\\n        return defaults;\\n    else {\\n        var tipeof = typeof options;\\n        switch (tipeof) {\\n            case 'string':\\n                opts = extend({}, defaults, { encoding: options });\\n                break;\\n            case 'object':\\n                opts = extend({}, defaults, options);\\n                break;\\n            default: throw TypeError(ERRSTR_OPTS(tipeof));\\n        }\\n    }\\n    if (opts.encoding !== 'buffer')\\n        assertEncoding(opts.encoding);\\n    return opts;\\n}\\nfunction optsGenerator(defaults) {\\n    return function (options) { return getOptions(defaults, options); };\\n}\\nfunction validateCallback(callback) {\\n    if (typeof callback !== 'function')\\n        throw TypeError(ERRSTR.CB);\\n    return callback;\\n}\\nfunction optsAndCbGenerator(getOpts) {\\n    return function (options, callback) { return typeof options === 'function'\\n        ? [getOpts(), options]\\n        : [getOpts(options), validateCallback(callback)]; };\\n}\\nvar optsDefaults = {\\n    encoding: 'utf8',\\n};\\nvar getDefaultOpts = optsGenerator(optsDefaults);\\nvar getDefaultOptsAndCb = optsAndCbGenerator(getDefaultOpts);\\nvar readFileOptsDefaults = {\\n    flag: 'r',\\n};\\nvar getReadFileOptions = optsGenerator(readFileOptsDefaults);\\nvar writeFileDefaults = {\\n    encoding: 'utf8',\\n    mode: 438 /* DEFAULT */,\\n    flag: FLAGS[FLAGS.w],\\n};\\nvar getWriteFileOptions = optsGenerator(writeFileDefaults);\\nvar appendFileDefaults = {\\n    encoding: 'utf8',\\n    mode: 438 /* DEFAULT */,\\n    flag: FLAGS[FLAGS.a],\\n};\\nvar getAppendFileOpts = optsGenerator(appendFileDefaults);\\nvar getAppendFileOptsAndCb = optsAndCbGenerator(getAppendFileOpts);\\nvar realpathDefaults = optsDefaults;\\nvar getRealpathOptions = optsGenerator(realpathDefaults);\\nvar getRealpathOptsAndCb = optsAndCbGenerator(getRealpathOptions);\\n// ---------------------------------------- Utility functions\\nfunction getPathFromURLPosix(url) {\\n    if (url.hostname !== '') {\\n        return new errors.TypeError('ERR_INVALID_FILE_URL_HOST', process_1.default.platform);\\n    }\\n    var pathname = url.pathname;\\n    for (var n = 0; n < pathname.length; n++) {\\n        if (pathname[n] === '%') {\\n            var third = pathname.codePointAt(n + 2) | 0x20;\\n            if (pathname[n + 1] === '2' && third === 102) {\\n                return new errors.TypeError('ERR_INVALID_FILE_URL_PATH', 'must not include encoded / characters');\\n            }\\n        }\\n    }\\n    return decodeURIComponent(pathname);\\n}\\nfunction pathToFilename(path) {\\n    if ((typeof path !== 'string') && !buffer_1.Buffer.isBuffer(path)) {\\n        try {\\n            if (!(path instanceof require('url').URL))\\n                throw new TypeError(ERRSTR.PATH_STR);\\n        }\\n        catch (err) {\\n            throw new TypeError(ERRSTR.PATH_STR);\\n        }\\n        path = getPathFromURLPosix(path);\\n    }\\n    var pathString = String(path);\\n    nullCheck(pathString);\\n    // return slash(pathString);\\n    return pathString;\\n}\\nexports.pathToFilename = pathToFilename;\\nvar resolve = function (filename, base) {\\n    if (base === void 0) { base = process_1.default.cwd(); }\\n    return path_1.resolve(base, filename);\\n};\\nif (isWin) {\\n    var _resolve_1 = resolve;\\n    var unixify_1 = require(\\\"fs-monkey/lib/correctPath\\\").unixify;\\n    resolve = function (filename, base) { return unixify_1(_resolve_1(filename, base)); };\\n}\\nfunction filenameToSteps(filename, base) {\\n    var fullPath = resolve(filename, base);\\n    var fullPathSansSlash = fullPath.substr(1);\\n    if (!fullPathSansSlash)\\n        return [];\\n    return fullPathSansSlash.split(sep);\\n}\\nexports.filenameToSteps = filenameToSteps;\\nfunction pathToSteps(path) {\\n    return filenameToSteps(pathToFilename(path));\\n}\\nexports.pathToSteps = pathToSteps;\\nfunction dataToStr(data, encoding) {\\n    if (encoding === void 0) { encoding = ENCODING_UTF8; }\\n    if (buffer_1.Buffer.isBuffer(data))\\n        return data.toString(encoding);\\n    else if (data instanceof Uint8Array)\\n        return buffer_1.Buffer.from(data).toString(encoding);\\n    else\\n        return String(data);\\n}\\nexports.dataToStr = dataToStr;\\nfunction dataToBuffer(data, encoding) {\\n    if (encoding === void 0) { encoding = ENCODING_UTF8; }\\n    if (buffer_1.Buffer.isBuffer(data))\\n        return data;\\n    else if (data instanceof Uint8Array)\\n        return buffer_1.Buffer.from(data);\\n    else\\n        return buffer_1.Buffer.from(String(data), encoding);\\n}\\nexports.dataToBuffer = dataToBuffer;\\nfunction strToEncoding(str, encoding) {\\n    if (!encoding || (encoding === ENCODING_UTF8))\\n        return str; // UTF-8\\n    if (encoding === 'buffer')\\n        return new buffer_1.Buffer(str); // `buffer` encoding\\n    return (new buffer_1.Buffer(str)).toString(encoding); // Custom encoding\\n}\\nexports.strToEncoding = strToEncoding;\\nfunction bufferToEncoding(buffer, encoding) {\\n    if (!encoding || (encoding === 'buffer'))\\n        return buffer;\\n    else\\n        return buffer.toString(encoding);\\n}\\nexports.bufferToEncoding = bufferToEncoding;\\nfunction nullCheck(path, callback) {\\n    if (('' + path).indexOf('\\\\u0000') !== -1) {\\n        var er = new Error('Path must be a string without null bytes');\\n        er.code = ENOENT;\\n        if (typeof callback !== 'function')\\n            throw er;\\n        process_1.default.nextTick(callback, er);\\n        return false;\\n    }\\n    return true;\\n}\\nfunction _modeToNumber(mode, def) {\\n    if (typeof mode === 'number')\\n        return mode;\\n    if (typeof mode === 'string')\\n        return parseInt(mode, 8);\\n    if (def)\\n        return modeToNumber(def);\\n    return undefined;\\n}\\nfunction modeToNumber(mode, def) {\\n    var result = _modeToNumber(mode, def);\\n    if ((typeof result !== 'number') || isNaN(result))\\n        throw new TypeError(ERRSTR.MODE_INT);\\n    return result;\\n}\\nfunction isFd(path) {\\n    return (path >>> 0) === path;\\n}\\nfunction validateFd(fd) {\\n    if (!isFd(fd))\\n        throw TypeError(ERRSTR.FD);\\n}\\n// converts Date or number to a fractional UNIX timestamp\\nfunction toUnixTimestamp(time) {\\n    if (typeof time === 'string' && (+time == time)) {\\n        return +time;\\n    }\\n    if (isFinite(time)) {\\n        if (time < 0) {\\n            return Date.now() / 1000;\\n        }\\n        return time;\\n    }\\n    if (time instanceof Date) {\\n        return time.getTime() / 1000;\\n    }\\n    throw new Error('Cannot parse time: ' + time);\\n}\\nexports.toUnixTimestamp = toUnixTimestamp;\\n/**\\n * Returns optional argument and callback\\n * @param arg Argument or callback value\\n * @param callback Callback or undefined\\n * @param def Default argument value\\n */\\nfunction getArgAndCb(arg, callback, def) {\\n    return typeof arg === 'function'\\n        ? [def, arg]\\n        : [arg, callback];\\n}\\nfunction validateUid(uid) {\\n    if (typeof uid !== 'number')\\n        throw TypeError(ERRSTR.UID);\\n}\\nfunction validateGid(gid) {\\n    if (typeof gid !== 'number')\\n        throw TypeError(ERRSTR.GID);\\n}\\n// ---------------------------------------- Volume\\n/**\\n * `Volume` represents a file system.\\n */\\nvar Volume = /** @class */ (function () {\\n    function Volume(props) {\\n        if (props === void 0) { props = {}; }\\n        // I-node number counter.\\n        this.ino = 0;\\n        // A mapping for i-node numbers to i-nodes (`Node`);\\n        this.inodes = {};\\n        // List of released i-node numbers, for reuse.\\n        this.releasedInos = [];\\n        // A mapping for file descriptors to `File`s.\\n        this.fds = {};\\n        // A list of reusable (opened and closed) file descriptors, that should be\\n        // used first before creating a new file descriptor.\\n        this.releasedFds = [];\\n        // Max number of open files.\\n        this.maxFiles = 10000;\\n        // Current number of open files.\\n        this.openFiles = 0;\\n        this.statWatchers = {};\\n        this.props = extend({ Node: node_1.Node, Link: node_1.Link, File: node_1.File }, props);\\n        var root = this.createLink();\\n        root.setNode(this.createNode(true));\\n        var self = this;\\n        this.StatWatcher = /** @class */ (function (_super) {\\n            __extends(StatWatcher, _super);\\n            function StatWatcher() {\\n                return _super.call(this, self) || this;\\n            }\\n            return StatWatcher;\\n        }(StatWatcher));\\n        var _ReadStream = FsReadStream;\\n        this.ReadStream = /** @class */ (function (_super) {\\n            __extends(class_1, _super);\\n            function class_1() {\\n                var args = [];\\n                for (var _i = 0; _i < arguments.length; _i++) {\\n                    args[_i] = arguments[_i];\\n                }\\n                return _super.apply(this, [self].concat(args)) || this;\\n            }\\n            return class_1;\\n        }(_ReadStream));\\n        var _WriteStream = FsWriteStream;\\n        this.WriteStream = /** @class */ (function (_super) {\\n            __extends(class_2, _super);\\n            function class_2() {\\n                var args = [];\\n                for (var _i = 0; _i < arguments.length; _i++) {\\n                    args[_i] = arguments[_i];\\n                }\\n                return _super.apply(this, [self].concat(args)) || this;\\n            }\\n            return class_2;\\n        }(_WriteStream));\\n        this.FSWatcher = /** @class */ (function (_super) {\\n            __extends(FSWatcher, _super);\\n            function FSWatcher() {\\n                return _super.call(this, self) || this;\\n            }\\n            return FSWatcher;\\n        }(FSWatcher));\\n        // root.setChild('.', root);\\n        // root.getNode().nlink++;\\n        // root.setChild('..', root);\\n        // root.getNode().nlink++;\\n        this.root = root;\\n    }\\n    Volume.fromJSON = function (json, cwd) {\\n        var vol = new Volume;\\n        vol.fromJSON(json, cwd);\\n        return vol;\\n    };\\n    Volume.prototype.createLink = function (parent, name, isDirectory, perm) {\\n        if (isDirectory === void 0) { isDirectory = false; }\\n        return parent\\n            ? parent.createChild(name, this.createNode(isDirectory, perm))\\n            : new this.props.Link(this, null, '');\\n    };\\n    Volume.prototype.deleteLink = function (link) {\\n        var parent = link.parent;\\n        if (parent) {\\n            parent.deleteChild(link);\\n            link.vol = null;\\n            link.parent = null;\\n            return true;\\n        }\\n        return false;\\n    };\\n    Volume.prototype.newInoNumber = function () {\\n        if (this.releasedInos.length)\\n            return this.releasedInos.pop();\\n        else {\\n            this.ino = (this.ino + 1) % 0xFFFFFFFF;\\n            return this.ino;\\n        }\\n    };\\n    Volume.prototype.newFdNumber = function () {\\n        return this.releasedFds.length ? this.releasedFds.pop() : Volume.fd--;\\n    };\\n    Volume.prototype.createNode = function (isDirectory, perm) {\\n        if (isDirectory === void 0) { isDirectory = false; }\\n        var node = new this.props.Node(this.newInoNumber(), perm);\\n        if (isDirectory)\\n            node.setIsDirectory();\\n        this.inodes[node.ino] = node;\\n        return node;\\n    };\\n    Volume.prototype.getNode = function (ino) {\\n        return this.inodes[ino];\\n    };\\n    Volume.prototype.deleteNode = function (node) {\\n        node.del();\\n        delete this.inodes[node.ino];\\n        this.releasedInos.push(node.ino);\\n    };\\n    // Generates 6 character long random string, used by `mkdtemp`.\\n    Volume.prototype.genRndStr = function () {\\n        var str = (Math.random() + 1).toString(36).substr(2, 6);\\n        if (str.length === 6)\\n            return str;\\n        else\\n            return this.genRndStr();\\n    };\\n    // Returns a `Link` (hard link) referenced by path \\\"split\\\" into steps.\\n    Volume.prototype.getLink = function (steps) {\\n        return this.root.walk(steps);\\n    };\\n    // Just link `getLink`, but throws a correct user error, if link to found.\\n    Volume.prototype.getLinkOrThrow = function (filename, funcName) {\\n        var steps = filenameToSteps(filename);\\n        var link = this.getLink(steps);\\n        if (!link)\\n            throwError(ENOENT, funcName, filename);\\n        return link;\\n    };\\n    // Just like `getLink`, but also dereference/resolves symbolic links.\\n    Volume.prototype.getResolvedLink = function (filenameOrSteps) {\\n        var steps = typeof filenameOrSteps === 'string'\\n            ? filenameToSteps(filenameOrSteps)\\n            : filenameOrSteps;\\n        var link = this.root;\\n        var i = 0;\\n        while (i < steps.length) {\\n            var step = steps[i];\\n            link = link.getChild(step);\\n            if (!link)\\n                return null;\\n            var node = link.getNode();\\n            if (node.isSymlink()) {\\n                steps = node.symlink.concat(steps.slice(i + 1));\\n                link = this.root;\\n                i = 0;\\n                continue;\\n            }\\n            i++;\\n        }\\n        return link;\\n    };\\n    // Just like `getLinkOrThrow`, but also dereference/resolves symbolic links.\\n    Volume.prototype.getResolvedLinkOrThrow = function (filename, funcName) {\\n        var link = this.getResolvedLink(filename);\\n        if (!link)\\n            throwError(ENOENT, funcName, filename);\\n        return link;\\n    };\\n    Volume.prototype.resolveSymlinks = function (link) {\\n        // let node: Node = link.getNode();\\n        // while(link && node.isSymlink()) {\\n        //     link = this.getLink(node.symlink);\\n        //     if(!link) return null;\\n        //     node = link.getNode();\\n        // }\\n        // return link;\\n        return this.getResolvedLink(link.steps.slice(1));\\n    };\\n    // Just like `getLinkOrThrow`, but also verifies that the link is a directory.\\n    Volume.prototype.getLinkAsDirOrThrow = function (filename, funcName) {\\n        var link = this.getLinkOrThrow(filename, funcName);\\n        if (!link.getNode().isDirectory())\\n            throwError(ENOTDIR, funcName, filename);\\n        return link;\\n    };\\n    // Get the immediate parent directory of the link.\\n    Volume.prototype.getLinkParent = function (steps) {\\n        return this.root.walk(steps, steps.length - 1);\\n    };\\n    Volume.prototype.getLinkParentAsDirOrThrow = function (filenameOrSteps, funcName) {\\n        var steps = filenameOrSteps instanceof Array ? filenameOrSteps : filenameToSteps(filenameOrSteps);\\n        var link = this.getLinkParent(steps);\\n        if (!link)\\n            throwError(ENOENT, funcName, sep + steps.join(sep));\\n        if (!link.getNode().isDirectory())\\n            throwError(ENOTDIR, funcName, sep + steps.join(sep));\\n        return link;\\n    };\\n    Volume.prototype.getFileByFd = function (fd) {\\n        return this.fds[String(fd)];\\n    };\\n    Volume.prototype.getFileByFdOrThrow = function (fd, funcName) {\\n        if (!isFd(fd))\\n            throw TypeError(ERRSTR.FD);\\n        var file = this.getFileByFd(fd);\\n        if (!file)\\n            throwError(EBADF, funcName);\\n        return file;\\n    };\\n    Volume.prototype.getNodeByIdOrCreate = function (id, flags, perm) {\\n        if (typeof id === 'number') {\\n            var file = this.getFileByFd(id);\\n            if (!file)\\n                throw Error('File nto found');\\n            return file.node;\\n        }\\n        else {\\n            var steps = pathToSteps(id);\\n            var link = this.getLink(steps);\\n            if (link)\\n                return link.getNode();\\n            // Try creating a node if not found.\\n            if (flags & O_CREAT) {\\n                var dirLink = this.getLinkParent(steps);\\n                if (dirLink) {\\n                    var name_1 = steps[steps.length - 1];\\n                    link = this.createLink(dirLink, name_1, false, perm);\\n                    return link.getNode();\\n                }\\n            }\\n            throwError(ENOENT, 'getNodeByIdOrCreate', pathToFilename(id));\\n        }\\n    };\\n    Volume.prototype.wrapAsync = function (method, args, callback) {\\n        var _this = this;\\n        validateCallback(callback);\\n        setImmediate_1.default(function () {\\n            try {\\n                callback(null, method.apply(_this, args));\\n            }\\n            catch (err) {\\n                callback(err);\\n            }\\n        });\\n    };\\n    Volume.prototype._toJSON = function (link, json, path) {\\n        if (link === void 0) { link = this.root; }\\n        if (json === void 0) { json = {}; }\\n        var isEmpty = true;\\n        for (var name_2 in link.children) {\\n            isEmpty = false;\\n            var child = link.getChild(name_2);\\n            var node = child.getNode();\\n            if (node.isFile()) {\\n                var filename = child.getPath();\\n                if (path)\\n                    filename = relative(path, filename);\\n                json[filename] = node.getString();\\n            }\\n            else if (node.isDirectory()) {\\n                this._toJSON(child, json, path);\\n            }\\n        }\\n        var dirPath = link.getPath();\\n        if (path)\\n            dirPath = relative(path, dirPath);\\n        if (dirPath && isEmpty) {\\n            json[dirPath] = null;\\n        }\\n        return json;\\n    };\\n    Volume.prototype.toJSON = function (paths, json, isRelative) {\\n        if (json === void 0) { json = {}; }\\n        if (isRelative === void 0) { isRelative = false; }\\n        var links = [];\\n        if (paths) {\\n            if (!(paths instanceof Array))\\n                paths = [paths];\\n            for (var _i = 0, paths_1 = paths; _i < paths_1.length; _i++) {\\n                var path = paths_1[_i];\\n                var filename = pathToFilename(path);\\n                var link = this.getResolvedLink(filename);\\n                if (!link)\\n                    continue;\\n                links.push(link);\\n            }\\n        }\\n        else {\\n            links.push(this.root);\\n        }\\n        if (!links.length)\\n            return json;\\n        for (var _a = 0, links_1 = links; _a < links_1.length; _a++) {\\n            var link = links_1[_a];\\n            this._toJSON(link, json, isRelative ? link.getPath() : '');\\n        }\\n        return json;\\n    };\\n    // fromJSON(json: {[filename: string]: string}, cwd: string = '/') {\\n    Volume.prototype.fromJSON = function (json, cwd) {\\n        if (cwd === void 0) { cwd = process_1.default.cwd(); }\\n        for (var filename in json) {\\n            var data = json[filename];\\n            if (typeof data === 'string') {\\n                filename = resolve(filename, cwd);\\n                var steps = filenameToSteps(filename);\\n                if (steps.length > 1) {\\n                    var dirname = sep + steps.slice(0, steps.length - 1).join(sep);\\n                    this.mkdirpBase(dirname, 511 /* DIR */);\\n                }\\n                this.writeFileSync(filename, data);\\n            }\\n            else {\\n                this.mkdirpBase(filename, 511 /* DIR */);\\n            }\\n        }\\n    };\\n    Volume.prototype.reset = function () {\\n        this.ino = 0;\\n        this.inodes = {};\\n        this.releasedInos = [];\\n        this.fds = {};\\n        this.releasedFds = [];\\n        this.openFiles = 0;\\n        this.root = this.createLink();\\n        this.root.setNode(this.createNode(true));\\n    };\\n    // Legacy interface\\n    Volume.prototype.mountSync = function (mountpoint, json) {\\n        this.fromJSON(json, mountpoint);\\n    };\\n    Volume.prototype.openLink = function (link, flagsNum, resolveSymlinks) {\\n        if (resolveSymlinks === void 0) { resolveSymlinks = true; }\\n        if (this.openFiles >= this.maxFiles) { // Too many open files.\\n            throw createError(EMFILE, 'open', link.getPath());\\n        }\\n        // Resolve symlinks.\\n        var realLink = link;\\n        if (resolveSymlinks)\\n            realLink = this.resolveSymlinks(link);\\n        if (!realLink)\\n            throwError(ENOENT, 'open', link.getPath());\\n        var node = realLink.getNode();\\n        if (node.isDirectory() && (flagsNum !== FLAGS.r))\\n            throwError(EISDIR, 'open', link.getPath());\\n        // Check node permissions\\n        if (!(flagsNum & O_WRONLY)) {\\n            if (!node.canRead()) {\\n                throwError(EACCES, 'open', link.getPath());\\n            }\\n        }\\n        if (flagsNum & O_RDWR) {\\n        }\\n        var file = new this.props.File(link, node, flagsNum, this.newFdNumber());\\n        this.fds[file.fd] = file;\\n        this.openFiles++;\\n        if (flagsNum & O_TRUNC)\\n            file.truncate();\\n        return file;\\n    };\\n    Volume.prototype.openFile = function (filename, flagsNum, modeNum, resolveSymlinks) {\\n        if (resolveSymlinks === void 0) { resolveSymlinks = true; }\\n        var steps = filenameToSteps(filename);\\n        var link = this.getResolvedLink(steps);\\n        // Try creating a new file, if it does not exist.\\n        if (!link) {\\n            // const dirLink: Link = this.getLinkParent(steps);\\n            var dirLink = this.getResolvedLink(steps.slice(0, steps.length - 1));\\n            // if(!dirLink) throwError(ENOENT, 'open', filename);\\n            if (!dirLink)\\n                throwError(ENOENT, 'open', sep + steps.join(sep));\\n            if ((flagsNum & O_CREAT) && (typeof modeNum === 'number')) {\\n                link = this.createLink(dirLink, steps[steps.length - 1], false, modeNum);\\n            }\\n        }\\n        if (link)\\n            return this.openLink(link, flagsNum, resolveSymlinks);\\n    };\\n    Volume.prototype.openBase = function (filename, flagsNum, modeNum, resolveSymlinks) {\\n        if (resolveSymlinks === void 0) { resolveSymlinks = true; }\\n        var file = this.openFile(filename, flagsNum, modeNum, resolveSymlinks);\\n        if (!file)\\n            throwError(ENOENT, 'open', filename);\\n        return file.fd;\\n    };\\n    Volume.prototype.openSync = function (path, flags, mode) {\\n        if (mode === void 0) { mode = 438 /* DEFAULT */; }\\n        // Validate (1) mode; (2) path; (3) flags - in that order.\\n        var modeNum = modeToNumber(mode);\\n        var fileName = pathToFilename(path);\\n        var flagsNum = flagsToNumber(flags);\\n        return this.openBase(fileName, flagsNum, modeNum);\\n    };\\n    Volume.prototype.open = function (path, flags, a, b) {\\n        var mode = a;\\n        var callback = b;\\n        if (typeof a === 'function') {\\n            mode = 438 /* DEFAULT */;\\n            callback = a;\\n        }\\n        mode = mode || 438 /* DEFAULT */;\\n        var modeNum = modeToNumber(mode);\\n        var fileName = pathToFilename(path);\\n        var flagsNum = flagsToNumber(flags);\\n        this.wrapAsync(this.openBase, [fileName, flagsNum, modeNum], callback);\\n    };\\n    Volume.prototype.closeFile = function (file) {\\n        if (!this.fds[file.fd])\\n            return;\\n        this.openFiles--;\\n        delete this.fds[file.fd];\\n        this.releasedFds.push(file.fd);\\n    };\\n    Volume.prototype.closeSync = function (fd) {\\n        validateFd(fd);\\n        var file = this.getFileByFdOrThrow(fd, 'close');\\n        this.closeFile(file);\\n    };\\n    Volume.prototype.close = function (fd, callback) {\\n        validateFd(fd);\\n        this.wrapAsync(this.closeSync, [fd], callback);\\n    };\\n    Volume.prototype.openFileOrGetById = function (id, flagsNum, modeNum) {\\n        if (typeof id === 'number') {\\n            var file = this.fds[id];\\n            if (!file)\\n                throw createError(ENOENT);\\n            return file;\\n        }\\n        else {\\n            return this.openFile(pathToFilename(id), flagsNum, modeNum);\\n        }\\n    };\\n    Volume.prototype.readBase = function (fd, buffer, offset, length, position) {\\n        var file = this.getFileByFdOrThrow(fd);\\n        return file.read(buffer, Number(offset), Number(length), position);\\n    };\\n    Volume.prototype.readSync = function (fd, buffer, offset, length, position) {\\n        validateFd(fd);\\n        return this.readBase(fd, buffer, offset, length, position);\\n    };\\n    Volume.prototype.read = function (fd, buffer, offset, length, position, callback) {\\n        var _this = this;\\n        validateCallback(callback);\\n        // This `if` branch is from Node.js\\n        if (length === 0) {\\n            return process_1.default.nextTick(function () {\\n                callback && callback(null, 0, buffer);\\n            });\\n        }\\n        setImmediate_1.default(function () {\\n            try {\\n                var bytes = _this.readBase(fd, buffer, offset, length, position);\\n                callback(null, bytes, buffer);\\n            }\\n            catch (err) {\\n                callback(err);\\n            }\\n        });\\n    };\\n    Volume.prototype.readFileBase = function (id, flagsNum, encoding) {\\n        var result;\\n        var userOwnsFd = isFd(id);\\n        var fd;\\n        if (userOwnsFd) {\\n            fd = id;\\n        }\\n        else {\\n            var steps = filenameToSteps(id);\\n            var link = this.getResolvedLink(steps);\\n            if (link) {\\n                var node = link.getNode();\\n                if (node.isDirectory())\\n                    throwError(EISDIR, 'open', link.getPath());\\n            }\\n            fd = this.openSync(id, flagsNum);\\n        }\\n        try {\\n            result = bufferToEncoding(this.getFileByFdOrThrow(fd).getBuffer(), encoding);\\n        }\\n        finally {\\n            if (!userOwnsFd) {\\n                this.closeSync(fd);\\n            }\\n        }\\n        return result;\\n    };\\n    Volume.prototype.readFileSync = function (file, options) {\\n        var opts = getReadFileOptions(options);\\n        var flagsNum = flagsToNumber(opts.flag);\\n        return this.readFileBase(file, flagsNum, opts.encoding);\\n    };\\n    Volume.prototype.readFile = function (id, a, b) {\\n        var _a = optsAndCbGenerator(getReadFileOptions)(a, b), opts = _a[0], callback = _a[1];\\n        var flagsNum = flagsToNumber(opts.flag);\\n        this.wrapAsync(this.readFileBase, [id, flagsNum, opts.encoding], callback);\\n    };\\n    Volume.prototype.writeBase = function (fd, buf, offset, length, position) {\\n        var file = this.getFileByFdOrThrow(fd, 'write');\\n        return file.write(buf, offset, length, position);\\n    };\\n    Volume.prototype.writeSync = function (fd, a, b, c, d) {\\n        validateFd(fd);\\n        var encoding;\\n        var offset;\\n        var length;\\n        var position;\\n        var isBuffer = typeof a !== 'string';\\n        if (isBuffer) {\\n            offset = b | 0;\\n            length = c;\\n            position = d;\\n        }\\n        else {\\n            position = b;\\n            encoding = c;\\n        }\\n        var buf = dataToBuffer(a, encoding);\\n        if (isBuffer) {\\n            if (typeof length === 'undefined') {\\n                length = buf.length;\\n            }\\n        }\\n        else {\\n            offset = 0;\\n            length = buf.length;\\n        }\\n        return this.writeBase(fd, buf, offset, length, position);\\n    };\\n    Volume.prototype.write = function (fd, a, b, c, d, e) {\\n        var _this = this;\\n        validateFd(fd);\\n        var offset;\\n        var length;\\n        var position;\\n        var encoding;\\n        var callback;\\n        var tipa = typeof a;\\n        var tipb = typeof b;\\n        var tipc = typeof c;\\n        var tipd = typeof d;\\n        if (tipa !== 'string') {\\n            if (tipb === 'function') {\\n                callback = b;\\n            }\\n            else if (tipc === 'function') {\\n                offset = b | 0;\\n                callback = c;\\n            }\\n            else if (tipd === 'function') {\\n                offset = b | 0;\\n                length = c;\\n                callback = d;\\n            }\\n            else {\\n                offset = b | 0;\\n                length = c;\\n                position = d;\\n                callback = e;\\n            }\\n        }\\n        else {\\n            if (tipb === 'function') {\\n                callback = b;\\n            }\\n            else if (tipc === 'function') {\\n                position = b;\\n                callback = c;\\n            }\\n            else if (tipd === 'function') {\\n                position = b;\\n                encoding = c;\\n                callback = d;\\n            }\\n        }\\n        var buf = dataToBuffer(a, encoding);\\n        if (tipa !== 'string') {\\n            if (typeof length === 'undefined')\\n                length = buf.length;\\n        }\\n        else {\\n            offset = 0;\\n            length = buf.length;\\n        }\\n        validateCallback(callback);\\n        setImmediate_1.default(function () {\\n            try {\\n                var bytes = _this.writeBase(fd, buf, offset, length, position);\\n                if (tipa !== 'string') {\\n                    callback(null, bytes, buf);\\n                }\\n                else {\\n                    callback(null, bytes, a);\\n                }\\n            }\\n            catch (err) {\\n                callback(err);\\n            }\\n        });\\n    };\\n    Volume.prototype.writeFileBase = function (id, buf, flagsNum, modeNum) {\\n        // console.log('writeFileBase', id, buf, flagsNum, modeNum);\\n        // const node = this.getNodeByIdOrCreate(id, flagsNum, modeNum);\\n        // node.setBuffer(buf);\\n        var isUserFd = typeof id === 'number';\\n        var fd;\\n        if (isUserFd)\\n            fd = id;\\n        else {\\n            fd = this.openBase(pathToFilename(id), flagsNum, modeNum);\\n            // fd = this.openSync(id as TFilePath, flagsNum, modeNum);\\n        }\\n        var offset = 0;\\n        var length = buf.length;\\n        var position = (flagsNum & O_APPEND) ? null : 0;\\n        try {\\n            while (length > 0) {\\n                var written = this.writeSync(fd, buf, offset, length, position);\\n                offset += written;\\n                length -= written;\\n                if (position !== null)\\n                    position += written;\\n            }\\n        }\\n        finally {\\n            if (!isUserFd)\\n                this.closeSync(fd);\\n        }\\n    };\\n    Volume.prototype.writeFileSync = function (id, data, options) {\\n        var opts = getWriteFileOptions(options);\\n        var flagsNum = flagsToNumber(opts.flag);\\n        var modeNum = modeToNumber(opts.mode);\\n        var buf = dataToBuffer(data, opts.encoding);\\n        this.writeFileBase(id, buf, flagsNum, modeNum);\\n    };\\n    Volume.prototype.writeFile = function (id, data, a, b) {\\n        var options = a;\\n        var callback = b;\\n        if (typeof a === 'function') {\\n            options = writeFileDefaults;\\n            callback = a;\\n        }\\n        var opts = getWriteFileOptions(options);\\n        var flagsNum = flagsToNumber(opts.flag);\\n        var modeNum = modeToNumber(opts.mode);\\n        var buf = dataToBuffer(data, opts.encoding);\\n        this.wrapAsync(this.writeFileBase, [id, buf, flagsNum, modeNum], callback);\\n    };\\n    Volume.prototype.linkBase = function (filename1, filename2) {\\n        var steps1 = filenameToSteps(filename1);\\n        var link1 = this.getLink(steps1);\\n        if (!link1)\\n            throwError(ENOENT, 'link', filename1, filename2);\\n        var steps2 = filenameToSteps(filename2);\\n        // Check new link directory exists.\\n        var dir2 = this.getLinkParent(steps2);\\n        if (!dir2)\\n            throwError(ENOENT, 'link', filename1, filename2);\\n        var name = steps2[steps2.length - 1];\\n        // Check if new file already exists.\\n        if (dir2.getChild(name))\\n            throwError(EEXIST, 'link', filename1, filename2);\\n        var node = link1.getNode();\\n        node.nlink++;\\n        dir2.createChild(name, node);\\n    };\\n    Volume.prototype.copyFileBase = function (src, dest, flags) {\\n        var buf = this.readFileSync(src);\\n        if (flags & COPYFILE_EXCL) {\\n            if (this.existsSync(dest)) {\\n                throwError(EEXIST, 'copyFile', src, dest);\\n            }\\n        }\\n        if (flags & COPYFILE_FICLONE_FORCE) {\\n            throwError(ENOSYS, 'copyFile', src, dest);\\n        }\\n        this.writeFileBase(dest, buf, FLAGS.w, 438 /* DEFAULT */);\\n    };\\n    Volume.prototype.copyFileSync = function (src, dest, flags) {\\n        var srcFilename = pathToFilename(src);\\n        var destFilename = pathToFilename(dest);\\n        return this.copyFileBase(srcFilename, destFilename, flags | 0);\\n    };\\n    Volume.prototype.copyFile = function (src, dest, a, b) {\\n        var srcFilename = pathToFilename(src);\\n        var destFilename = pathToFilename(dest);\\n        var flags;\\n        var callback;\\n        if (typeof a === 'function') {\\n            flags = 0;\\n            callback = a;\\n        }\\n        else {\\n            flags = a;\\n            callback = b;\\n        }\\n        validateCallback(callback);\\n        this.wrapAsync(this.copyFileBase, [srcFilename, destFilename, flags], callback);\\n    };\\n    Volume.prototype.linkSync = function (existingPath, newPath) {\\n        var existingPathFilename = pathToFilename(existingPath);\\n        var newPathFilename = pathToFilename(newPath);\\n        this.linkBase(existingPathFilename, newPathFilename);\\n    };\\n    Volume.prototype.link = function (existingPath, newPath, callback) {\\n        var existingPathFilename = pathToFilename(existingPath);\\n        var newPathFilename = pathToFilename(newPath);\\n        this.wrapAsync(this.linkBase, [existingPathFilename, newPathFilename], callback);\\n    };\\n    Volume.prototype.unlinkBase = function (filename) {\\n        var steps = filenameToSteps(filename);\\n        var link = this.getLink(steps);\\n        if (!link)\\n            throwError(ENOENT, 'unlink', filename);\\n        // TODO: Check if it is file, dir, other...\\n        if (link.length)\\n            throw Error('Dir not empty...');\\n        this.deleteLink(link);\\n        var node = link.getNode();\\n        node.nlink--;\\n        // When all hard links to i-node are deleted, remove the i-node, too.\\n        if (node.nlink <= 0) {\\n            this.deleteNode(node);\\n        }\\n    };\\n    Volume.prototype.unlinkSync = function (path) {\\n        var filename = pathToFilename(path);\\n        this.unlinkBase(filename);\\n    };\\n    Volume.prototype.unlink = function (path, callback) {\\n        var filename = pathToFilename(path);\\n        this.wrapAsync(this.unlinkBase, [filename], callback);\\n    };\\n    Volume.prototype.symlinkBase = function (targetFilename, pathFilename) {\\n        var pathSteps = filenameToSteps(pathFilename);\\n        // Check if directory exists, where we about to create a symlink.\\n        var dirLink = this.getLinkParent(pathSteps);\\n        if (!dirLink)\\n            throwError(ENOENT, 'symlink', targetFilename, pathFilename);\\n        var name = pathSteps[pathSteps.length - 1];\\n        // Check if new file already exists.\\n        if (dirLink.getChild(name))\\n            throwError(EEXIST, 'symlink', targetFilename, pathFilename);\\n        // Create symlink.\\n        var symlink = dirLink.createChild(name);\\n        symlink.getNode().makeSymlink(filenameToSteps(targetFilename));\\n        return symlink;\\n    };\\n    // `type` argument works only on Windows.\\n    Volume.prototype.symlinkSync = function (target, path, type) {\\n        var targetFilename = pathToFilename(target);\\n        var pathFilename = pathToFilename(path);\\n        this.symlinkBase(targetFilename, pathFilename);\\n    };\\n    Volume.prototype.symlink = function (target, path, a, b) {\\n        var _a = getArgAndCb(a, b), type = _a[0], callback = _a[1];\\n        var targetFilename = pathToFilename(target);\\n        var pathFilename = pathToFilename(path);\\n        this.wrapAsync(this.symlinkBase, [targetFilename, pathFilename], callback);\\n    };\\n    Volume.prototype.realpathBase = function (filename, encoding) {\\n        var steps = filenameToSteps(filename);\\n        var link = this.getLink(steps);\\n        // TODO: this check has to be perfomed by `lstat`.\\n        if (!link)\\n            throwError(ENOENT, 'realpath', filename);\\n        // Resolve symlinks.\\n        var realLink = this.resolveSymlinks(link);\\n        if (!realLink)\\n            throwError(ENOENT, 'realpath', filename);\\n        return strToEncoding(realLink.getPath(), encoding);\\n    };\\n    Volume.prototype.realpathSync = function (path, options) {\\n        return this.realpathBase(pathToFilename(path), getRealpathOptions(options).encoding);\\n    };\\n    Volume.prototype.realpath = function (path, a, b) {\\n        var _a = getRealpathOptsAndCb(a, b), opts = _a[0], callback = _a[1];\\n        var pathFilename = pathToFilename(path);\\n        this.wrapAsync(this.realpathBase, [pathFilename, opts.encoding], callback);\\n    };\\n    Volume.prototype.lstatBase = function (filename) {\\n        var link = this.getLink(filenameToSteps(filename));\\n        if (!link)\\n            throwError(ENOENT, 'lstat', filename);\\n        return node_1.Stats.build(link.getNode());\\n    };\\n    Volume.prototype.lstatSync = function (path) {\\n        return this.lstatBase(pathToFilename(path));\\n    };\\n    Volume.prototype.lstat = function (path, callback) {\\n        this.wrapAsync(this.lstatBase, [pathToFilename(path)], callback);\\n    };\\n    Volume.prototype.statBase = function (filename) {\\n        var link = this.getLink(filenameToSteps(filename));\\n        if (!link)\\n            throwError(ENOENT, 'stat', filename);\\n        // Resolve symlinks.\\n        link = this.resolveSymlinks(link);\\n        if (!link)\\n            throwError(ENOENT, 'stat', filename);\\n        return node_1.Stats.build(link.getNode());\\n    };\\n    Volume.prototype.statSync = function (path) {\\n        return this.statBase(pathToFilename(path));\\n    };\\n    Volume.prototype.stat = function (path, callback) {\\n        this.wrapAsync(this.statBase, [pathToFilename(path)], callback);\\n    };\\n    Volume.prototype.fstatBase = function (fd) {\\n        var file = this.getFileByFd(fd);\\n        if (!file)\\n            throwError(EBADF, 'fstat');\\n        return node_1.Stats.build(file.node);\\n    };\\n    Volume.prototype.fstatSync = function (fd) {\\n        return this.fstatBase(fd);\\n    };\\n    Volume.prototype.fstat = function (fd, callback) {\\n        this.wrapAsync(this.fstatBase, [fd], callback);\\n    };\\n    Volume.prototype.renameBase = function (oldPathFilename, newPathFilename) {\\n        var link = this.getLink(filenameToSteps(oldPathFilename));\\n        if (!link)\\n            throwError(ENOENT, 'rename', oldPathFilename, newPathFilename);\\n        // TODO: Check if it is directory, if non-empty, we cannot move it, right?\\n        var newPathSteps = filenameToSteps(newPathFilename);\\n        // Check directory exists for the new location.\\n        var newPathDirLink = this.getLinkParent(newPathSteps);\\n        if (!newPathDirLink)\\n            throwError(ENOENT, 'rename', oldPathFilename, newPathFilename);\\n        // TODO: Also treat cases with directories and symbolic links.\\n        // TODO: See: http://man7.org/linux/man-pages/man2/rename.2.html\\n        // Remove hard link from old folder.\\n        var oldLinkParent = link.parent;\\n        if (oldLinkParent) {\\n            oldLinkParent.deleteChild(link);\\n        }\\n        // Rename should overwrite the new path, if that exists.\\n        var name = newPathSteps[newPathSteps.length - 1];\\n        link.steps = newPathDirLink.steps.concat([name]);\\n        newPathDirLink.setChild(link.getName(), link);\\n    };\\n    Volume.prototype.renameSync = function (oldPath, newPath) {\\n        var oldPathFilename = pathToFilename(oldPath);\\n        var newPathFilename = pathToFilename(newPath);\\n        this.renameBase(oldPathFilename, newPathFilename);\\n    };\\n    Volume.prototype.rename = function (oldPath, newPath, callback) {\\n        var oldPathFilename = pathToFilename(oldPath);\\n        var newPathFilename = pathToFilename(newPath);\\n        this.wrapAsync(this.renameBase, [oldPathFilename, newPathFilename], callback);\\n    };\\n    Volume.prototype.existsBase = function (filename) {\\n        return !!this.statBase(filename);\\n    };\\n    Volume.prototype.existsSync = function (path) {\\n        try {\\n            return this.existsBase(pathToFilename(path));\\n        }\\n        catch (err) {\\n            return false;\\n        }\\n    };\\n    Volume.prototype.exists = function (path, callback) {\\n        var _this = this;\\n        var filename = pathToFilename(path);\\n        if (typeof callback !== 'function')\\n            throw Error(ERRSTR.CB);\\n        setImmediate_1.default(function () {\\n            try {\\n                callback(_this.existsBase(filename));\\n            }\\n            catch (err) {\\n                callback(false);\\n            }\\n        });\\n    };\\n    Volume.prototype.accessBase = function (filename, mode) {\\n        var link = this.getLinkOrThrow(filename, 'access');\\n        // TODO: Verify permissions\\n    };\\n    Volume.prototype.accessSync = function (path, mode) {\\n        if (mode === void 0) { mode = F_OK; }\\n        var filename = pathToFilename(path);\\n        mode = mode | 0;\\n        this.accessBase(filename, mode);\\n    };\\n    Volume.prototype.access = function (path, a, b) {\\n        var mode = a;\\n        var callback = b;\\n        if (typeof mode === 'function') {\\n            mode = F_OK;\\n            callback = a;\\n        }\\n        var filename = pathToFilename(path);\\n        mode = mode | 0;\\n        this.wrapAsync(this.accessBase, [filename, mode], callback);\\n    };\\n    Volume.prototype.appendFileSync = function (id, data, options) {\\n        if (options === void 0) { options = appendFileDefaults; }\\n        var opts = getAppendFileOpts(options);\\n        // force append behavior when using a supplied file descriptor\\n        if (!opts.flag || isFd(id))\\n            opts.flag = 'a';\\n        this.writeFileSync(id, data, opts);\\n    };\\n    Volume.prototype.appendFile = function (id, data, a, b) {\\n        var _a = getAppendFileOptsAndCb(a, b), opts = _a[0], callback = _a[1];\\n        // force append behavior when using a supplied file descriptor\\n        if (!opts.flag || isFd(id))\\n            opts.flag = 'a';\\n        this.writeFile(id, data, opts, callback);\\n    };\\n    Volume.prototype.readdirBase = function (filename, encoding) {\\n        var steps = filenameToSteps(filename);\\n        var link = this.getResolvedLink(steps);\\n        if (!link)\\n            throwError(ENOENT, 'readdir', filename);\\n        var node = link.getNode();\\n        if (!node.isDirectory())\\n            throwError(ENOTDIR, 'scandir', filename);\\n        var list = [];\\n        for (var name_3 in link.children)\\n            list.push(strToEncoding(name_3, encoding));\\n        if (!isWin && encoding !== 'buffer')\\n            list.sort();\\n        return list;\\n    };\\n    Volume.prototype.readdirSync = function (path, options) {\\n        var opts = getDefaultOpts(options);\\n        var filename = pathToFilename(path);\\n        return this.readdirBase(filename, opts.encoding);\\n    };\\n    Volume.prototype.readdir = function (path, a, b) {\\n        var options = a;\\n        var callback = b;\\n        if (typeof a === 'function') {\\n            callback = a;\\n            options = optsDefaults;\\n        }\\n        var opts = getDefaultOpts(options);\\n        var filename = pathToFilename(path);\\n        this.wrapAsync(this.readdirBase, [filename, opts.encoding], callback);\\n    };\\n    Volume.prototype.readlinkBase = function (filename, encoding) {\\n        var link = this.getLinkOrThrow(filename, 'readlink');\\n        var node = link.getNode();\\n        if (!node.isSymlink())\\n            throwError(EINVAL, 'readlink', filename);\\n        var str = sep + node.symlink.join(sep);\\n        return strToEncoding(str, encoding);\\n    };\\n    Volume.prototype.readlinkSync = function (path, options) {\\n        var opts = getDefaultOpts(options);\\n        var filename = pathToFilename(path);\\n        return this.readlinkBase(filename, opts.encoding);\\n    };\\n    Volume.prototype.readlink = function (path, a, b) {\\n        var _a = getDefaultOptsAndCb(a, b), opts = _a[0], callback = _a[1];\\n        var filename = pathToFilename(path);\\n        this.wrapAsync(this.readlinkBase, [filename, opts.encoding], callback);\\n    };\\n    Volume.prototype.fsyncBase = function (fd) {\\n        this.getFileByFdOrThrow(fd, 'fsync');\\n    };\\n    Volume.prototype.fsyncSync = function (fd) {\\n        this.fsyncBase(fd);\\n    };\\n    Volume.prototype.fsync = function (fd, callback) {\\n        this.wrapAsync(this.fsyncBase, [fd], callback);\\n    };\\n    Volume.prototype.fdatasyncBase = function (fd) {\\n        this.getFileByFdOrThrow(fd, 'fdatasync');\\n    };\\n    Volume.prototype.fdatasyncSync = function (fd) {\\n        this.fdatasyncBase(fd);\\n    };\\n    Volume.prototype.fdatasync = function (fd, callback) {\\n        this.wrapAsync(this.fdatasyncBase, [fd], callback);\\n    };\\n    Volume.prototype.ftruncateBase = function (fd, len) {\\n        var file = this.getFileByFdOrThrow(fd, 'ftruncate');\\n        file.truncate(len);\\n    };\\n    Volume.prototype.ftruncateSync = function (fd, len) {\\n        this.ftruncateBase(fd, len);\\n    };\\n    Volume.prototype.ftruncate = function (fd, a, b) {\\n        var _a = getArgAndCb(a, b), len = _a[0], callback = _a[1];\\n        this.wrapAsync(this.ftruncateBase, [fd, len], callback);\\n    };\\n    Volume.prototype.truncateBase = function (path, len) {\\n        var fd = this.openSync(path, 'r+');\\n        try {\\n            this.ftruncateSync(fd, len);\\n        }\\n        finally {\\n            this.closeSync(fd);\\n        }\\n    };\\n    Volume.prototype.truncateSync = function (id, len) {\\n        if (isFd(id))\\n            return this.ftruncateSync(id, len);\\n        this.truncateBase(id, len);\\n    };\\n    Volume.prototype.truncate = function (id, a, b) {\\n        if (isFd(id))\\n            return this.ftruncate(id, a, b);\\n        var _a = getArgAndCb(a, b, 0), len = _a[0], callback = _a[1];\\n        this.wrapAsync(this.truncateBase, [id, len], callback);\\n    };\\n    Volume.prototype.futimesBase = function (fd, atime, mtime) {\\n        var file = this.getFileByFdOrThrow(fd, 'futimes');\\n        var node = file.node;\\n        node.atime = new Date(atime * 1000);\\n        node.mtime = new Date(mtime * 1000);\\n    };\\n    Volume.prototype.futimesSync = function (fd, atime, mtime) {\\n        this.futimesBase(fd, toUnixTimestamp(atime), toUnixTimestamp(mtime));\\n    };\\n    Volume.prototype.futimes = function (fd, atime, mtime, callback) {\\n        this.wrapAsync(this.futimesBase, [fd, toUnixTimestamp(atime), toUnixTimestamp(mtime)], callback);\\n    };\\n    Volume.prototype.utimesBase = function (filename, atime, mtime) {\\n        var fd = this.openSync(filename, 'r+');\\n        try {\\n            this.futimesBase(fd, atime, mtime);\\n        }\\n        finally {\\n            this.closeSync(fd);\\n        }\\n    };\\n    Volume.prototype.utimesSync = function (path, atime, mtime) {\\n        this.utimesBase(pathToFilename(path), toUnixTimestamp(atime), toUnixTimestamp(mtime));\\n    };\\n    Volume.prototype.utimes = function (path, atime, mtime, callback) {\\n        this.wrapAsync(this.utimesBase, [pathToFilename(path), toUnixTimestamp(atime), toUnixTimestamp(mtime)], callback);\\n    };\\n    Volume.prototype.mkdirBase = function (filename, modeNum) {\\n        var steps = filenameToSteps(filename);\\n        var dir = this.getLinkParentAsDirOrThrow(filename, 'mkdir');\\n        // Check path already exists.\\n        var name = steps[steps.length - 1];\\n        if (dir.getChild(name))\\n            throwError(EEXIST, 'mkdir', filename);\\n        dir.createChild(name, this.createNode(true, modeNum));\\n    };\\n    Volume.prototype.mkdirSync = function (path, mode) {\\n        var modeNum = modeToNumber(mode, 511);\\n        var filename = pathToFilename(path);\\n        this.mkdirBase(filename, modeNum);\\n    };\\n    Volume.prototype.mkdir = function (path, a, b) {\\n        var _a = getArgAndCb(a, b), mode = _a[0], callback = _a[1];\\n        var modeNum = modeToNumber(mode, 511);\\n        var filename = pathToFilename(path);\\n        this.wrapAsync(this.mkdirBase, [filename, modeNum], callback);\\n    };\\n    Volume.prototype.mkdtempBase = function (prefix, encoding, retry) {\\n        if (retry === void 0) { retry = 5; }\\n        var filename = prefix + this.genRndStr();\\n        try {\\n            this.mkdirBase(filename, 511 /* DIR */);\\n            return strToEncoding(filename, encoding);\\n        }\\n        catch (err) {\\n            if (err.code === EEXIST) {\\n                if (retry > 1)\\n                    this.mkdtempBase(prefix, encoding, retry - 1);\\n                else\\n                    throw Error('Could not create temp dir.');\\n            }\\n            else\\n                throw err;\\n        }\\n    };\\n    Volume.prototype.mkdtempSync = function (prefix, options) {\\n        var encoding = getDefaultOpts(options).encoding;\\n        if (!prefix || typeof prefix !== 'string')\\n            throw new TypeError('filename prefix is required');\\n        if (!nullCheck(prefix))\\n            return;\\n        return this.mkdtempBase(prefix, encoding);\\n    };\\n    Volume.prototype.mkdtemp = function (prefix, a, b) {\\n        var _a = getDefaultOptsAndCb(a, b), encoding = _a[0].encoding, callback = _a[1];\\n        if (!prefix || typeof prefix !== 'string')\\n            throw new TypeError('filename prefix is required');\\n        if (!nullCheck(prefix))\\n            return;\\n        this.wrapAsync(this.mkdtempBase, [prefix, encoding], callback);\\n    };\\n    /**\\n     * Creates directory tree recursively.\\n     * @param filename\\n     * @param modeNum\\n     */\\n    Volume.prototype.mkdirpBase = function (filename, modeNum) {\\n        var steps = filenameToSteps(filename);\\n        var link = this.root;\\n        for (var i = 0; i < steps.length; i++) {\\n            var step = steps[i];\\n            if (!link.getNode().isDirectory())\\n                throwError(ENOTDIR, 'mkdirp', link.getPath());\\n            var child = link.getChild(step);\\n            if (child) {\\n                if (child.getNode().isDirectory())\\n                    link = child;\\n                else\\n                    throwError(ENOTDIR, 'mkdirp', child.getPath());\\n            }\\n            else {\\n                link = link.createChild(step, this.createNode(true, modeNum));\\n            }\\n        }\\n    };\\n    Volume.prototype.mkdirpSync = function (path, mode) {\\n        var modeNum = modeToNumber(mode, 511);\\n        var filename = pathToFilename(path);\\n        this.mkdirpBase(filename, modeNum);\\n    };\\n    Volume.prototype.mkdirp = function (path, a, b) {\\n        var _a = getArgAndCb(a, b), mode = _a[0], callback = _a[1];\\n        var modeNum = modeToNumber(mode, 511);\\n        var filename = pathToFilename(path);\\n        this.wrapAsync(this.mkdirpBase, [filename, modeNum], callback);\\n    };\\n    Volume.prototype.rmdirBase = function (filename) {\\n        var link = this.getLinkAsDirOrThrow(filename, 'rmdir');\\n        // Check directory is empty.\\n        if (link.length)\\n            throwError(ENOTEMPTY, 'rmdir', filename);\\n        this.deleteLink(link);\\n    };\\n    Volume.prototype.rmdirSync = function (path) {\\n        this.rmdirBase(pathToFilename(path));\\n    };\\n    Volume.prototype.rmdir = function (path, callback) {\\n        this.wrapAsync(this.rmdirBase, [pathToFilename(path)], callback);\\n    };\\n    Volume.prototype.fchmodBase = function (fd, modeNum) {\\n        var file = this.getFileByFdOrThrow(fd, 'fchmod');\\n        file.chmod(modeNum);\\n    };\\n    Volume.prototype.fchmodSync = function (fd, mode) {\\n        this.fchmodBase(fd, modeToNumber(mode));\\n    };\\n    Volume.prototype.fchmod = function (fd, mode, callback) {\\n        this.wrapAsync(this.fchmodBase, [fd, modeToNumber(mode)], callback);\\n    };\\n    Volume.prototype.chmodBase = function (filename, modeNum) {\\n        var fd = this.openSync(filename, 'r+');\\n        try {\\n            this.fchmodBase(fd, modeNum);\\n        }\\n        finally {\\n            this.closeSync(fd);\\n        }\\n    };\\n    Volume.prototype.chmodSync = function (path, mode) {\\n        var modeNum = modeToNumber(mode);\\n        var filename = pathToFilename(path);\\n        this.chmodBase(filename, modeNum);\\n    };\\n    Volume.prototype.chmod = function (path, mode, callback) {\\n        var modeNum = modeToNumber(mode);\\n        var filename = pathToFilename(path);\\n        this.wrapAsync(this.chmodBase, [filename, modeNum], callback);\\n    };\\n    Volume.prototype.lchmodBase = function (filename, modeNum) {\\n        var fd = this.openBase(filename, O_RDWR, 0, false);\\n        try {\\n            this.fchmodBase(fd, modeNum);\\n        }\\n        finally {\\n            this.closeSync(fd);\\n        }\\n    };\\n    Volume.prototype.lchmodSync = function (path, mode) {\\n        var modeNum = modeToNumber(mode);\\n        var filename = pathToFilename(path);\\n        this.lchmodBase(filename, modeNum);\\n    };\\n    Volume.prototype.lchmod = function (path, mode, callback) {\\n        var modeNum = modeToNumber(mode);\\n        var filename = pathToFilename(path);\\n        this.wrapAsync(this.lchmodBase, [filename, modeNum], callback);\\n    };\\n    Volume.prototype.fchownBase = function (fd, uid, gid) {\\n        this.getFileByFdOrThrow(fd, 'fchown').chown(uid, gid);\\n    };\\n    Volume.prototype.fchownSync = function (fd, uid, gid) {\\n        validateUid(uid);\\n        validateGid(gid);\\n        this.fchownBase(fd, uid, gid);\\n    };\\n    Volume.prototype.fchown = function (fd, uid, gid, callback) {\\n        validateUid(uid);\\n        validateGid(gid);\\n        this.wrapAsync(this.fchownBase, [fd, uid, gid], callback);\\n    };\\n    Volume.prototype.chownBase = function (filename, uid, gid) {\\n        var link = this.getResolvedLinkOrThrow(filename, 'chown');\\n        var node = link.getNode();\\n        node.chown(uid, gid);\\n        // if(node.isFile() || node.isSymlink()) {\\n        //\\n        // } else if(node.isDirectory()) {\\n        //\\n        // } else {\\n        // TODO: What do we do here?\\n        // }\\n    };\\n    Volume.prototype.chownSync = function (path, uid, gid) {\\n        validateUid(uid);\\n        validateGid(gid);\\n        this.chownBase(pathToFilename(path), uid, gid);\\n    };\\n    Volume.prototype.chown = function (path, uid, gid, callback) {\\n        validateUid(uid);\\n        validateGid(gid);\\n        this.wrapAsync(this.chownBase, [pathToFilename(path), uid, gid], callback);\\n    };\\n    Volume.prototype.lchownBase = function (filename, uid, gid) {\\n        this.getLinkOrThrow(filename, 'lchown').getNode().chown(uid, gid);\\n    };\\n    Volume.prototype.lchownSync = function (path, uid, gid) {\\n        validateUid(uid);\\n        validateGid(gid);\\n        this.lchownBase(pathToFilename(path), uid, gid);\\n    };\\n    Volume.prototype.lchown = function (path, uid, gid, callback) {\\n        validateUid(uid);\\n        validateGid(gid);\\n        this.wrapAsync(this.lchownBase, [pathToFilename(path), uid, gid], callback);\\n    };\\n    Volume.prototype.watchFile = function (path, a, b) {\\n        var filename = pathToFilename(path);\\n        var options = a;\\n        var listener = b;\\n        if (typeof options === 'function') {\\n            listener = a;\\n            options = null;\\n        }\\n        if (typeof listener !== 'function') {\\n            throw Error('\\\"watchFile()\\\" requires a listener function');\\n        }\\n        var interval = 5007;\\n        var persistent = true;\\n        if (options && (typeof options === 'object')) {\\n            if (typeof options.interval === 'number')\\n                interval = options.interval;\\n            if (typeof options.persistent === 'boolean')\\n                persistent = options.persistent;\\n        }\\n        var watcher = this.statWatchers[filename];\\n        if (!watcher) {\\n            watcher = new this.StatWatcher;\\n            watcher.start(filename, persistent, interval);\\n            this.statWatchers[filename] = watcher;\\n        }\\n        watcher.addListener('change', listener);\\n        return watcher;\\n    };\\n    Volume.prototype.unwatchFile = function (path, listener) {\\n        var filename = pathToFilename(path);\\n        var watcher = this.statWatchers[filename];\\n        if (!watcher)\\n            return;\\n        if (typeof listener === 'function') {\\n            watcher.removeListener('change', listener);\\n        }\\n        else {\\n            watcher.removeAllListeners('change');\\n        }\\n        if (watcher.listenerCount('change') === 0) {\\n            watcher.stop();\\n            delete this.statWatchers[filename];\\n        }\\n    };\\n    Volume.prototype.createReadStream = function (path, options) {\\n        return new this.ReadStream(path, options);\\n    };\\n    Volume.prototype.createWriteStream = function (path, options) {\\n        return new this.WriteStream(path, options);\\n    };\\n    // watch(path: TFilePath): FSWatcher;\\n    // watch(path: TFilePath, options?: IWatchOptions | string): FSWatcher;\\n    Volume.prototype.watch = function (path, options, listener) {\\n        var filename = pathToFilename(path);\\n        if (typeof options === 'function') {\\n            listener = options;\\n            options = null;\\n        }\\n        var _a = getDefaultOpts(options), persistent = _a.persistent, recursive = _a.recursive, encoding = _a.encoding;\\n        if (persistent === undefined)\\n            persistent = true;\\n        if (recursive === undefined)\\n            recursive = false;\\n        var watcher = new this.FSWatcher;\\n        watcher.start(filename, persistent, recursive, encoding);\\n        if (listener) {\\n            watcher.addListener('change', listener);\\n        }\\n        return watcher;\\n    };\\n    /**\\n     * Global file descriptor counter. UNIX file descriptors start from 0 and go sequentially\\n     * up, so here, in order not to conflict with them, we choose some big number and descrease\\n     * the file descriptor of every new opened file.\\n     * @type {number}\\n     * @todo This should not be static, right?\\n     */\\n    Volume.fd = 0xFFFFFFFF;\\n    return Volume;\\n}());\\nexports.Volume = Volume;\\nfunction emitStop(self) {\\n    self.emit('stop');\\n}\\nvar StatWatcher = /** @class */ (function (_super) {\\n    __extends(StatWatcher, _super);\\n    function StatWatcher(vol) {\\n        var _this = _super.call(this) || this;\\n        _this.vol = null;\\n        _this.timeoutRef = null;\\n        _this.prev = null;\\n        _this.onInterval = function () {\\n            try {\\n                var stats = _this.vol.statSync(_this.filename);\\n                if (_this.hasChanged(stats)) {\\n                    _this.emit('change', stats, _this.prev);\\n                    _this.prev = stats;\\n                }\\n            }\\n            finally {\\n                _this.loop();\\n            }\\n        };\\n        _this.vol = vol;\\n        return _this;\\n    }\\n    StatWatcher.prototype.loop = function () {\\n        this.timeoutRef = this.setTimeout(this.onInterval, this.interval);\\n    };\\n    StatWatcher.prototype.hasChanged = function (stats) {\\n        // if(!this.prev) return false;\\n        if (stats.mtimeMs > this.prev.mtimeMs)\\n            return true;\\n        if (stats.nlink !== this.prev.nlink)\\n            return true;\\n        return false;\\n    };\\n    StatWatcher.prototype.start = function (path, persistent, interval) {\\n        if (persistent === void 0) { persistent = true; }\\n        if (interval === void 0) { interval = 5007; }\\n        this.filename = pathToFilename(path);\\n        this.setTimeout = persistent ? setTimeout : setTimeoutUnref_1.default;\\n        this.interval = interval;\\n        this.prev = this.vol.statSync(this.filename);\\n        this.loop();\\n    };\\n    StatWatcher.prototype.stop = function () {\\n        clearTimeout(this.timeoutRef);\\n        process_1.default.nextTick(emitStop, this);\\n    };\\n    return StatWatcher;\\n}(events_1.EventEmitter));\\nexports.StatWatcher = StatWatcher;\\nvar pool;\\nfunction allocNewPool(poolSize) {\\n    pool = buffer_1.Buffer.allocUnsafe(poolSize);\\n    pool.used = 0;\\n}\\nutil.inherits(FsReadStream, stream_1.Readable);\\nexports.ReadStream = FsReadStream;\\nfunction FsReadStream(vol, path, options) {\\n    if (!(this instanceof FsReadStream))\\n        return new FsReadStream(vol, path, options);\\n    this._vol = vol;\\n    // a little bit bigger buffer and water marks by default\\n    options = extend({}, getOptions(options, {}));\\n    if (options.highWaterMark === undefined)\\n        options.highWaterMark = 64 * 1024;\\n    stream_1.Readable.call(this, options);\\n    this.path = pathToFilename(path);\\n    this.fd = options.fd === undefined ? null : options.fd;\\n    this.flags = options.flags === undefined ? 'r' : options.flags;\\n    this.mode = options.mode === undefined ? 438 : options.mode;\\n    this.start = options.start;\\n    this.end = options.end;\\n    this.autoClose = options.autoClose === undefined ? true : options.autoClose;\\n    this.pos = undefined;\\n    this.bytesRead = 0;\\n    if (this.start !== undefined) {\\n        if (typeof this.start !== 'number') {\\n            throw new TypeError('\\\"start\\\" option must be a Number');\\n        }\\n        if (this.end === undefined) {\\n            this.end = Infinity;\\n        }\\n        else if (typeof this.end !== 'number') {\\n            throw new TypeError('\\\"end\\\" option must be a Number');\\n        }\\n        if (this.start > this.end) {\\n            throw new Error('\\\"start\\\" option must be <= \\\"end\\\" option');\\n        }\\n        this.pos = this.start;\\n    }\\n    if (typeof this.fd !== 'number')\\n        this.open();\\n    this.on('end', function () {\\n        if (this.autoClose) {\\n            if (this.destroy)\\n                this.destroy();\\n        }\\n    });\\n}\\nFsReadStream.prototype.open = function () {\\n    var self = this;\\n    this._vol.open(this.path, this.flags, this.mode, function (er, fd) {\\n        if (er) {\\n            if (self.autoClose) {\\n                if (self.destroy)\\n                    self.destroy();\\n            }\\n            self.emit('error', er);\\n            return;\\n        }\\n        self.fd = fd;\\n        self.emit('open', fd);\\n        // start the flow of data.\\n        self.read();\\n    });\\n};\\nFsReadStream.prototype._read = function (n) {\\n    if (typeof this.fd !== 'number') {\\n        return this.once('open', function () {\\n            this._read(n);\\n        });\\n    }\\n    if (this.destroyed)\\n        return;\\n    if (!pool || pool.length - pool.used < kMinPoolSpace) {\\n        // discard the old pool.\\n        allocNewPool(this._readableState.highWaterMark);\\n    }\\n    // Grab another reference to the pool in the case that while we're\\n    // in the thread pool another read() finishes up the pool, and\\n    // allocates a new one.\\n    var thisPool = pool;\\n    var toRead = Math.min(pool.length - pool.used, n);\\n    var start = pool.used;\\n    if (this.pos !== undefined)\\n        toRead = Math.min(this.end - this.pos + 1, toRead);\\n    // already read everything we were supposed to read!\\n    // treat as EOF.\\n    if (toRead <= 0)\\n        return this.push(null);\\n    // the actual read.\\n    var self = this;\\n    this._vol.read(this.fd, pool, pool.used, toRead, this.pos, onread);\\n    // move the pool positions, and internal position for reading.\\n    if (this.pos !== undefined)\\n        this.pos += toRead;\\n    pool.used += toRead;\\n    function onread(er, bytesRead) {\\n        if (er) {\\n            if (self.autoClose && self.destroy) {\\n                self.destroy();\\n            }\\n            self.emit('error', er);\\n        }\\n        else {\\n            var b = null;\\n            if (bytesRead > 0) {\\n                self.bytesRead += bytesRead;\\n                b = thisPool.slice(start, start + bytesRead);\\n            }\\n            self.push(b);\\n        }\\n    }\\n};\\nFsReadStream.prototype._destroy = function (err, cb) {\\n    this.close(function (err2) {\\n        cb(err || err2);\\n    });\\n};\\nFsReadStream.prototype.close = function (cb) {\\n    var _this = this;\\n    if (cb)\\n        this.once('close', cb);\\n    if (this.closed || typeof this.fd !== 'number') {\\n        if (typeof this.fd !== 'number') {\\n            this.once('open', closeOnOpen);\\n            return;\\n        }\\n        return process_1.default.nextTick(function () { return _this.emit('close'); });\\n    }\\n    this.closed = true;\\n    this._vol.close(this.fd, function (er) {\\n        if (er)\\n            _this.emit('error', er);\\n        else\\n            _this.emit('close');\\n    });\\n    this.fd = null;\\n};\\n// needed because as it will be called with arguments\\n// that does not match this.close() signature\\nfunction closeOnOpen(fd) {\\n    this.close();\\n}\\nutil.inherits(FsWriteStream, stream_1.Writable);\\nexports.WriteStream = FsWriteStream;\\nfunction FsWriteStream(vol, path, options) {\\n    if (!(this instanceof FsWriteStream))\\n        return new FsWriteStream(vol, path, options);\\n    this._vol = vol;\\n    options = extend({}, getOptions(options, {}));\\n    stream_1.Writable.call(this, options);\\n    this.path = pathToFilename(path);\\n    this.fd = options.fd === undefined ? null : options.fd;\\n    this.flags = options.flags === undefined ? 'w' : options.flags;\\n    this.mode = options.mode === undefined ? 438 : options.mode;\\n    this.start = options.start;\\n    this.autoClose = options.autoClose === undefined ? true : !!options.autoClose;\\n    this.pos = undefined;\\n    this.bytesWritten = 0;\\n    if (this.start !== undefined) {\\n        if (typeof this.start !== 'number') {\\n            throw new TypeError('\\\"start\\\" option must be a Number');\\n        }\\n        if (this.start < 0) {\\n            throw new Error('\\\"start\\\" must be >= zero');\\n        }\\n        this.pos = this.start;\\n    }\\n    if (options.encoding)\\n        this.setDefaultEncoding(options.encoding);\\n    if (typeof this.fd !== 'number')\\n        this.open();\\n    // dispose on finish.\\n    this.once('finish', function () {\\n        if (this.autoClose) {\\n            this.close();\\n        }\\n    });\\n}\\nFsWriteStream.prototype.open = function () {\\n    this._vol.open(this.path, this.flags, this.mode, function (er, fd) {\\n        if (er) {\\n            if (this.autoClose && this.destroy) {\\n                this.destroy();\\n            }\\n            this.emit('error', er);\\n            return;\\n        }\\n        this.fd = fd;\\n        this.emit('open', fd);\\n    }.bind(this));\\n};\\nFsWriteStream.prototype._write = function (data, encoding, cb) {\\n    if (!(data instanceof buffer_1.Buffer))\\n        return this.emit('error', new Error('Invalid data'));\\n    if (typeof this.fd !== 'number') {\\n        return this.once('open', function () {\\n            this._write(data, encoding, cb);\\n        });\\n    }\\n    var self = this;\\n    this._vol.write(this.fd, data, 0, data.length, this.pos, function (er, bytes) {\\n        if (er) {\\n            if (self.autoClose && self.destroy) {\\n                self.destroy();\\n            }\\n            return cb(er);\\n        }\\n        self.bytesWritten += bytes;\\n        cb();\\n    });\\n    if (this.pos !== undefined)\\n        this.pos += data.length;\\n};\\nFsWriteStream.prototype._writev = function (data, cb) {\\n    if (typeof this.fd !== 'number') {\\n        return this.once('open', function () {\\n            this._writev(data, cb);\\n        });\\n    }\\n    var self = this;\\n    var len = data.length;\\n    var chunks = new Array(len);\\n    var size = 0;\\n    for (var i = 0; i < len; i++) {\\n        var chunk = data[i].chunk;\\n        chunks[i] = chunk;\\n        size += chunk.length;\\n    }\\n    var buf = buffer_1.Buffer.concat(chunks);\\n    this._vol.write(this.fd, buf, 0, buf.length, this.pos, function (er, bytes) {\\n        if (er) {\\n            if (self.destroy)\\n                self.destroy();\\n            return cb(er);\\n        }\\n        self.bytesWritten += bytes;\\n        cb();\\n    });\\n    if (this.pos !== undefined)\\n        this.pos += size;\\n};\\nFsWriteStream.prototype._destroy = FsReadStream.prototype._destroy;\\nFsWriteStream.prototype.close = FsReadStream.prototype.close;\\n// There is no shutdown() for files.\\nFsWriteStream.prototype.destroySoon = FsWriteStream.prototype.end;\\n// ---------------------------------------- FSWatcher\\nvar FSWatcher = /** @class */ (function (_super) {\\n    __extends(FSWatcher, _super);\\n    function FSWatcher(vol) {\\n        var _this = _super.call(this) || this;\\n        _this._filename = '';\\n        _this._steps = null;\\n        _this._filenameEncoded = '';\\n        // _persistent: boolean = true;\\n        _this._recursive = false;\\n        _this._encoding = ENCODING_UTF8;\\n        _this._link = null;\\n        _this._onNodeChange = function () {\\n            _this._emit('change');\\n        };\\n        _this._onParentChild = function (link) {\\n            if (link.getName() === _this._getName()) {\\n                _this._emit('rename');\\n            }\\n        };\\n        _this._emit = function (type) {\\n            _this.emit('change', type, _this._filenameEncoded);\\n        };\\n        _this._persist = function () {\\n            _this._timer = setTimeout(_this._persist, 1e6);\\n        };\\n        _this._vol = vol;\\n        return _this;\\n        // TODO: Emit \\\"error\\\" messages when watching.\\n        // this._handle.onchange = function(status, eventType, filename) {\\n        //     if (status < 0) {\\n        //         self._handle.close();\\n        //         const error = !filename ?\\n        //             errnoException(status, 'Error watching file for changes:') :\\n        //             errnoException(status, `Error watching file ${filename} for changes:`);\\n        //         error.filename = filename;\\n        //         self.emit('error', error);\\n        //     } else {\\n        //         self.emit('change', eventType, filename);\\n        //     }\\n        // };\\n    }\\n    FSWatcher.prototype._getName = function () {\\n        return this._steps[this._steps.length - 1];\\n    };\\n    FSWatcher.prototype.start = function (path, persistent, recursive, encoding) {\\n        if (persistent === void 0) { persistent = true; }\\n        if (recursive === void 0) { recursive = false; }\\n        if (encoding === void 0) { encoding = ENCODING_UTF8; }\\n        this._filename = pathToFilename(path);\\n        this._steps = filenameToSteps(this._filename);\\n        this._filenameEncoded = strToEncoding(this._filename);\\n        // this._persistent = persistent;\\n        this._recursive = recursive;\\n        this._encoding = encoding;\\n        try {\\n            this._link = this._vol.getLinkOrThrow(this._filename, 'FSWatcher');\\n        }\\n        catch (err) {\\n            var error = new Error(\\\"watch \\\" + this._filename + \\\" \\\" + err.code);\\n            error.code = err.code;\\n            error.errno = err.code;\\n            throw error;\\n        }\\n        this._link.getNode().on('change', this._onNodeChange);\\n        var parent = this._link.parent;\\n        if (parent) {\\n            // parent.on('child:add', this._onParentChild);\\n            parent.on('child:delete', this._onParentChild);\\n        }\\n        if (persistent)\\n            this._persist();\\n    };\\n    FSWatcher.prototype.close = function () {\\n        clearTimeout(this._timer);\\n        this._link.getNode().removeListener('change', this._onNodeChange);\\n        var parent = this._link.parent;\\n        if (parent) {\\n            // parent.removeListener('child:add', this._onParentChild);\\n            parent.removeListener('child:delete', this._onParentChild);\\n        }\\n    };\\n    return FSWatcher;\\n}(events_1.EventEmitter));\\nexports.FSWatcher = FSWatcher;\\n\"\n        },\n        {\n          \"id\": 261,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/fast-extend/index.js\",\n          \"name\": \"./node_modules/fast-extend/index.js\",\n          \"index\": 222,\n          \"index2\": 214,\n          \"size\": 243,\n          \"cacheable\": true,\n          \"built\": true,\n          \"optional\": false,\n          \"prefetched\": false,\n          \"chunks\": [\n            2\n          ],\n          \"issuer\": \"/Users/jarred/Code/styleurl/node_modules/memfs/lib/volume.js\",\n          \"issuerId\": 260,\n          \"issuerName\": \"./node_modules/memfs/lib/volume.js\",\n          \"issuerPath\": [\n            {\n              \"id\": 191,\n              \"identifier\": \"multi /Users/jarred/Code/styleurl/webpack/customPublicPath /Users/jarred/Code/styleurl/chrome/extension/background\",\n              \"name\": \"multi ./webpack/customPublicPath ./chrome/extension/background\",\n              \"profile\": {\n                \"factory\": 0,\n                \"building\": 0,\n                \"dependencies\": 54\n              }\n            },\n            {\n              \"id\": 192,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/background.js\",\n              \"name\": \"./chrome/extension/background.js\",\n              \"profile\": {\n                \"factory\": 54,\n                \"building\": 639,\n                \"dependencies\": 140\n              }\n            },\n            {\n              \"id\": 255,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/stylesheet-differ/lib/index.js\",\n              \"name\": \"./node_modules/stylesheet-differ/lib/index.js\",\n              \"profile\": {\n                \"factory\": 140,\n                \"building\": 568,\n                \"dependencies\": 1\n              }\n            },\n            {\n              \"id\": 256,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/native-css/index.js\",\n              \"name\": \"./node_modules/native-css/index.js\",\n              \"profile\": {\n                \"factory\": 189,\n                \"building\": 603,\n                \"dependencies\": 1\n              }\n            },\n            {\n              \"id\": 257,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/native-css/src/native-css.js\",\n              \"name\": \"./node_modules/native-css/src/native-css.js\",\n              \"profile\": {\n                \"factory\": 26,\n                \"building\": 63,\n                \"dependencies\": 14\n              }\n            },\n            {\n              \"id\": 69,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/memfs/lib/index.js\",\n              \"name\": \"./node_modules/memfs/lib/index.js\",\n              \"profile\": {\n                \"factory\": 117,\n                \"building\": 25,\n                \"dependencies\": 27\n              }\n            },\n            {\n              \"id\": 260,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/memfs/lib/volume.js\",\n              \"name\": \"./node_modules/memfs/lib/volume.js\",\n              \"profile\": {\n                \"factory\": 51,\n                \"building\": 84,\n                \"dependencies\": 2\n              }\n            }\n          ],\n          \"profile\": {\n            \"factory\": 133,\n            \"building\": 20,\n            \"dependencies\": 1\n          },\n          \"failed\": false,\n          \"errors\": 0,\n          \"warnings\": 0,\n          \"assets\": [],\n          \"reasons\": [\n            {\n              \"moduleId\": 260,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/memfs/lib/volume.js\",\n              \"module\": \"./node_modules/memfs/lib/volume.js\",\n              \"moduleName\": \"./node_modules/memfs/lib/volume.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"fast-extend\",\n              \"loc\": \"19:13-35\"\n            }\n          ],\n          \"usedExports\": true,\n          \"providedExports\": null,\n          \"optimizationBailout\": [\n            \"ModuleConcatenation bailout: Module is not an ECMAScript module\"\n          ],\n          \"depth\": 7,\n          \"source\": \"\\n\\nvar slice = Array.prototype.slice;\\n\\n\\nfunction extend(a, b) {\\n    for(var key in b) a[key] = b[key];\\n\\n    return arguments.length < 3\\n        ? a\\n        : extend.apply(null, [a].concat(slice.call(arguments, 2)));\\n}\\n\\n\\nmodule.exports = extend;\"\n        },\n        {\n          \"id\": 262,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/memfs/lib/internal/errors.js\",\n          \"name\": \"./node_modules/memfs/lib/internal/errors.js\",\n          \"index\": 223,\n          \"index2\": 219,\n          \"size\": 12556,\n          \"cacheable\": true,\n          \"built\": true,\n          \"optional\": false,\n          \"prefetched\": false,\n          \"chunks\": [\n            2\n          ],\n          \"issuer\": \"/Users/jarred/Code/styleurl/node_modules/memfs/lib/volume.js\",\n          \"issuerId\": 260,\n          \"issuerName\": \"./node_modules/memfs/lib/volume.js\",\n          \"issuerPath\": [\n            {\n              \"id\": 191,\n              \"identifier\": \"multi /Users/jarred/Code/styleurl/webpack/customPublicPath /Users/jarred/Code/styleurl/chrome/extension/background\",\n              \"name\": \"multi ./webpack/customPublicPath ./chrome/extension/background\",\n              \"profile\": {\n                \"factory\": 0,\n                \"building\": 0,\n                \"dependencies\": 54\n              }\n            },\n            {\n              \"id\": 192,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/background.js\",\n              \"name\": \"./chrome/extension/background.js\",\n              \"profile\": {\n                \"factory\": 54,\n                \"building\": 639,\n                \"dependencies\": 140\n              }\n            },\n            {\n              \"id\": 255,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/stylesheet-differ/lib/index.js\",\n              \"name\": \"./node_modules/stylesheet-differ/lib/index.js\",\n              \"profile\": {\n                \"factory\": 140,\n                \"building\": 568,\n                \"dependencies\": 1\n              }\n            },\n            {\n              \"id\": 256,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/native-css/index.js\",\n              \"name\": \"./node_modules/native-css/index.js\",\n              \"profile\": {\n                \"factory\": 189,\n                \"building\": 603,\n                \"dependencies\": 1\n              }\n            },\n            {\n              \"id\": 257,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/native-css/src/native-css.js\",\n              \"name\": \"./node_modules/native-css/src/native-css.js\",\n              \"profile\": {\n                \"factory\": 26,\n                \"building\": 63,\n                \"dependencies\": 14\n              }\n            },\n            {\n              \"id\": 69,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/memfs/lib/index.js\",\n              \"name\": \"./node_modules/memfs/lib/index.js\",\n              \"profile\": {\n                \"factory\": 117,\n                \"building\": 25,\n                \"dependencies\": 27\n              }\n            },\n            {\n              \"id\": 260,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/memfs/lib/volume.js\",\n              \"name\": \"./node_modules/memfs/lib/volume.js\",\n              \"profile\": {\n                \"factory\": 51,\n                \"building\": 84,\n                \"dependencies\": 2\n              }\n            }\n          ],\n          \"profile\": {\n            \"factory\": 133,\n            \"building\": 20,\n            \"dependencies\": 1\n          },\n          \"failed\": false,\n          \"errors\": 0,\n          \"warnings\": 0,\n          \"assets\": [],\n          \"reasons\": [\n            {\n              \"moduleId\": 260,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/memfs/lib/volume.js\",\n              \"module\": \"./node_modules/memfs/lib/volume.js\",\n              \"moduleName\": \"./node_modules/memfs/lib/volume.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"./internal/errors\",\n              \"loc\": \"20:13-41\"\n            }\n          ],\n          \"usedExports\": true,\n          \"providedExports\": null,\n          \"optimizationBailout\": [\n            \"ModuleConcatenation bailout: Module is not an ECMAScript module\"\n          ],\n          \"depth\": 7,\n          \"source\": \"'use strict';\\n\\nvar _typeof = typeof Symbol === \\\"function\\\" && typeof Symbol.iterator === \\\"symbol\\\" ? function (obj) { return typeof obj; } : function (obj) { return obj && typeof Symbol === \\\"function\\\" && obj.constructor === Symbol && obj !== Symbol.prototype ? \\\"symbol\\\" : typeof obj; };\\n\\nvar _get = function get(object, property, receiver) { if (object === null) object = Function.prototype; var desc = Object.getOwnPropertyDescriptor(object, property); if (desc === undefined) { var parent = Object.getPrototypeOf(object); if (parent === null) { return undefined; } else { return get(parent, property, receiver); } } else if (\\\"value\\\" in desc) { return desc.value; } else { var getter = desc.get; if (getter === undefined) { return undefined; } return getter.call(receiver); } };\\n\\nfunction _classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw new TypeError(\\\"Cannot call a class as a function\\\"); } }\\n\\nfunction _possibleConstructorReturn(self, call) { if (!self) { throw new ReferenceError(\\\"this hasn't been initialised - super() hasn't been called\\\"); } return call && (typeof call === \\\"object\\\" || typeof call === \\\"function\\\") ? call : self; }\\n\\nfunction _inherits(subClass, superClass) { if (typeof superClass !== \\\"function\\\" && superClass !== null) { throw new TypeError(\\\"Super expression must either be null or a function, not \\\" + typeof superClass); } subClass.prototype = Object.create(superClass && superClass.prototype, { constructor: { value: subClass, enumerable: false, writable: true, configurable: true } }); if (superClass) Object.setPrototypeOf ? Object.setPrototypeOf(subClass, superClass) : subClass.__proto__ = superClass; }\\n\\nvar kCode = typeof Symbol === 'undefined' ? '_kCode' : Symbol('code');\\nvar messages = {};\\nvar assert = null;\\nvar util = null;\\n\\nfunction makeNodeError(Base) {\\n    return function (_Base) {\\n        _inherits(NodeError, _Base);\\n\\n        function NodeError(key) {\\n            _classCallCheck(this, NodeError);\\n\\n            for (var _len = arguments.length, args = Array(_len > 1 ? _len - 1 : 0), _key = 1; _key < _len; _key++) {\\n                args[_key - 1] = arguments[_key];\\n            }\\n\\n            var _this = _possibleConstructorReturn(this, (NodeError.__proto__ || Object.getPrototypeOf(NodeError)).call(this, message(key, args)));\\n\\n            _this.code = key;\\n            _this[kCode] = key;\\n            _this.name = _get(NodeError.prototype.__proto__ || Object.getPrototypeOf(NodeError.prototype), 'name', _this) + ' [' + _this[kCode] + ']';\\n            return _this;\\n        }\\n\\n        return NodeError;\\n    }(Base);\\n}\\n\\nvar AssertionError = function (_Error) {\\n    _inherits(AssertionError, _Error);\\n\\n    function AssertionError(options) {\\n        _classCallCheck(this, AssertionError);\\n\\n        if ((typeof options === 'undefined' ? 'undefined' : _typeof(options)) !== 'object' || options === null) {\\n            throw new exports.TypeError('ERR_INVALID_ARG_TYPE', 'options', 'object');\\n        }\\n        if (options.message) {\\n            var _this2 = _possibleConstructorReturn(this, (AssertionError.__proto__ || Object.getPrototypeOf(AssertionError)).call(this, options.message));\\n        } else {\\n            if (util === null) util = require('util');\\n\\n            var _this2 = _possibleConstructorReturn(this, (AssertionError.__proto__ || Object.getPrototypeOf(AssertionError)).call(this, util.inspect(options.actual).slice(0, 128) + ' ' + (options.operator + ' ' + util.inspect(options.expected).slice(0, 128))));\\n        }\\n\\n        _this2.generatedMessage = !options.message;\\n        _this2.name = 'AssertionError [ERR_ASSERTION]';\\n        _this2.code = 'ERR_ASSERTION';\\n        _this2.actual = options.actual;\\n        _this2.expected = options.expected;\\n        _this2.operator = options.operator;\\n        Error.captureStackTrace(_this2, options.stackStartFunction);\\n        return _possibleConstructorReturn(_this2);\\n    }\\n\\n    return AssertionError;\\n}(Error);\\n\\nfunction message(key, args) {\\n    if (assert === null) assert = require('assert');\\n    assert.strictEqual(typeof key === 'undefined' ? 'undefined' : _typeof(key), 'string');\\n\\n    var msg = messages[key];\\n    assert(msg, 'An invalid error message key was used: ' + key + '.');\\n    var fmt = void 0;\\n    if (typeof msg === 'function') {\\n        fmt = msg;\\n    } else {\\n        if (util === null) util = require('util');\\n        fmt = util.format;\\n        if (args === undefined || args.length === 0) return msg;\\n        args.unshift(msg);\\n    }\\n    return String(fmt.apply(null, args));\\n}\\n\\nfunction E(sym, val) {\\n    messages[sym] = typeof val === 'function' ? val : String(val);\\n}\\n\\nmodule.exports = exports = {\\n    message: message,\\n    Error: makeNodeError(Error),\\n    TypeError: makeNodeError(TypeError),\\n    RangeError: makeNodeError(RangeError),\\n    AssertionError: AssertionError,\\n    E: E };\\n\\nE('ERR_ARG_NOT_ITERABLE', '%s must be iterable');\\nE('ERR_ASSERTION', '%s');\\nE('ERR_BUFFER_OUT_OF_BOUNDS', bufferOutOfBounds);\\nE('ERR_CHILD_CLOSED_BEFORE_REPLY', 'Child closed before reply received');\\nE('ERR_CONSOLE_WRITABLE_STREAM', 'Console expects a writable stream instance for %s');\\nE('ERR_CPU_USAGE', 'Unable to obtain cpu usage %s');\\nE('ERR_DNS_SET_SERVERS_FAILED', function (err, servers) {\\n    return 'c-ares failed to set servers: \\\"' + err + '\\\" [' + servers + ']';\\n});\\nE('ERR_FALSY_VALUE_REJECTION', 'Promise was rejected with falsy value');\\nE('ERR_ENCODING_NOT_SUPPORTED', function (enc) {\\n    return 'The \\\"' + enc + '\\\" encoding is not supported';\\n});\\nE('ERR_ENCODING_INVALID_ENCODED_DATA', function (enc) {\\n    return 'The encoded data was not valid for encoding ' + enc;\\n});\\nE('ERR_HTTP_HEADERS_SENT', 'Cannot render headers after they are sent to the client');\\nE('ERR_HTTP_INVALID_STATUS_CODE', 'Invalid status code: %s');\\nE('ERR_HTTP_TRAILER_INVALID', 'Trailers are invalid with this transfer encoding');\\nE('ERR_INDEX_OUT_OF_RANGE', 'Index out of range');\\nE('ERR_INVALID_ARG_TYPE', invalidArgType);\\nE('ERR_INVALID_ARRAY_LENGTH', function (name, len, actual) {\\n    assert.strictEqual(typeof actual === 'undefined' ? 'undefined' : _typeof(actual), 'number');\\n    return 'The array \\\"' + name + '\\\" (length ' + actual + ') must be of length ' + len + '.';\\n});\\nE('ERR_INVALID_BUFFER_SIZE', 'Buffer size must be a multiple of %s');\\nE('ERR_INVALID_CALLBACK', 'Callback must be a function');\\nE('ERR_INVALID_CHAR', 'Invalid character in %s');\\nE('ERR_INVALID_CURSOR_POS', 'Cannot set cursor row without setting its column');\\nE('ERR_INVALID_FD', '\\\"fd\\\" must be a positive integer: %s');\\nE('ERR_INVALID_FILE_URL_HOST', 'File URL host must be \\\"localhost\\\" or empty on %s');\\nE('ERR_INVALID_FILE_URL_PATH', 'File URL path %s');\\nE('ERR_INVALID_HANDLE_TYPE', 'This handle type cannot be sent');\\nE('ERR_INVALID_IP_ADDRESS', 'Invalid IP address: %s');\\nE('ERR_INVALID_OPT_VALUE', function (name, value) {\\n    return 'The value \\\"' + String(value) + '\\\" is invalid for option \\\"' + name + '\\\"';\\n});\\nE('ERR_INVALID_OPT_VALUE_ENCODING', function (value) {\\n    return 'The value \\\"' + String(value) + '\\\" is invalid for option \\\"encoding\\\"';\\n});\\nE('ERR_INVALID_REPL_EVAL_CONFIG', 'Cannot specify both \\\"breakEvalOnSigint\\\" and \\\"eval\\\" for REPL');\\nE('ERR_INVALID_SYNC_FORK_INPUT', 'Asynchronous forks do not support Buffer, Uint8Array or string input: %s');\\nE('ERR_INVALID_THIS', 'Value of \\\"this\\\" must be of type %s');\\nE('ERR_INVALID_TUPLE', '%s must be an iterable %s tuple');\\nE('ERR_INVALID_URL', 'Invalid URL: %s');\\nE('ERR_INVALID_URL_SCHEME', function (expected) {\\n    return 'The URL must be ' + oneOf(expected, 'scheme');\\n});\\nE('ERR_IPC_CHANNEL_CLOSED', 'Channel closed');\\nE('ERR_IPC_DISCONNECTED', 'IPC channel is already disconnected');\\nE('ERR_IPC_ONE_PIPE', 'Child process can have only one IPC pipe');\\nE('ERR_IPC_SYNC_FORK', 'IPC cannot be used with synchronous forks');\\nE('ERR_MISSING_ARGS', missingArgs);\\nE('ERR_MULTIPLE_CALLBACK', 'Callback called multiple times');\\nE('ERR_NAPI_CONS_FUNCTION', 'Constructor must be a function');\\nE('ERR_NAPI_CONS_PROTOTYPE_OBJECT', 'Constructor.prototype must be an object');\\nE('ERR_NO_CRYPTO', 'Node.js is not compiled with OpenSSL crypto support');\\nE('ERR_NO_LONGER_SUPPORTED', '%s is no longer supported');\\nE('ERR_PARSE_HISTORY_DATA', 'Could not parse history data in %s');\\nE('ERR_SOCKET_ALREADY_BOUND', 'Socket is already bound');\\nE('ERR_SOCKET_BAD_PORT', 'Port should be > 0 and < 65536');\\nE('ERR_SOCKET_BAD_TYPE', 'Bad socket type specified. Valid types are: udp4, udp6');\\nE('ERR_SOCKET_CANNOT_SEND', 'Unable to send data');\\nE('ERR_SOCKET_CLOSED', 'Socket is closed');\\nE('ERR_SOCKET_DGRAM_NOT_RUNNING', 'Not running');\\nE('ERR_STDERR_CLOSE', 'process.stderr cannot be closed');\\nE('ERR_STDOUT_CLOSE', 'process.stdout cannot be closed');\\nE('ERR_STREAM_WRAP', 'Stream has StringDecoder set or is in objectMode');\\nE('ERR_TLS_CERT_ALTNAME_INVALID', 'Hostname/IP does not match certificate\\\\'s altnames: %s');\\nE('ERR_TLS_DH_PARAM_SIZE', function (size) {\\n    return 'DH parameter size ' + size + ' is less than 2048';\\n});\\nE('ERR_TLS_HANDSHAKE_TIMEOUT', 'TLS handshake timeout');\\nE('ERR_TLS_RENEGOTIATION_FAILED', 'Failed to renegotiate');\\nE('ERR_TLS_REQUIRED_SERVER_NAME', '\\\"servername\\\" is required parameter for Server.addContext');\\nE('ERR_TLS_SESSION_ATTACK', 'TSL session renegotiation attack detected');\\nE('ERR_TRANSFORM_ALREADY_TRANSFORMING', 'Calling transform done when still transforming');\\nE('ERR_TRANSFORM_WITH_LENGTH_0', 'Calling transform done when writableState.length != 0');\\nE('ERR_UNKNOWN_ENCODING', 'Unknown encoding: %s');\\nE('ERR_UNKNOWN_SIGNAL', 'Unknown signal: %s');\\nE('ERR_UNKNOWN_STDIN_TYPE', 'Unknown stdin file type');\\nE('ERR_UNKNOWN_STREAM_TYPE', 'Unknown stream file type');\\nE('ERR_V8BREAKITERATOR', 'Full ICU data not installed. ' + 'See https://github.com/nodejs/node/wiki/Intl');\\n\\nfunction invalidArgType(name, expected, actual) {\\n    assert(name, 'name is required');\\n\\n    var determiner = void 0;\\n    if (expected.includes('not ')) {\\n        determiner = 'must not be';\\n        expected = expected.split('not ')[1];\\n    } else {\\n        determiner = 'must be';\\n    }\\n\\n    var msg = void 0;\\n    if (Array.isArray(name)) {\\n        var names = name.map(function (val) {\\n            return '\\\"' + val + '\\\"';\\n        }).join(', ');\\n        msg = 'The ' + names + ' arguments ' + determiner + ' ' + oneOf(expected, 'type');\\n    } else if (name.includes(' argument')) {\\n        msg = 'The ' + name + ' ' + determiner + ' ' + oneOf(expected, 'type');\\n    } else {\\n        var type = name.includes('.') ? 'property' : 'argument';\\n        msg = 'The \\\"' + name + '\\\" ' + type + ' ' + determiner + ' ' + oneOf(expected, 'type');\\n    }\\n\\n    if (arguments.length >= 3) {\\n        msg += '. Received type ' + (actual !== null ? typeof actual === 'undefined' ? 'undefined' : _typeof(actual) : 'null');\\n    }\\n    return msg;\\n}\\n\\nfunction missingArgs() {\\n    for (var _len2 = arguments.length, args = Array(_len2), _key2 = 0; _key2 < _len2; _key2++) {\\n        args[_key2] = arguments[_key2];\\n    }\\n\\n    assert(args.length > 0, 'At least one arg needs to be specified');\\n    var msg = 'The ';\\n    var len = args.length;\\n    args = args.map(function (a) {\\n        return '\\\"' + a + '\\\"';\\n    });\\n    switch (len) {\\n        case 1:\\n            msg += args[0] + ' argument';\\n            break;\\n        case 2:\\n            msg += args[0] + ' and ' + args[1] + ' arguments';\\n            break;\\n        default:\\n            msg += args.slice(0, len - 1).join(', ');\\n            msg += ', and ' + args[len - 1] + ' arguments';\\n            break;\\n    }\\n    return msg + ' must be specified';\\n}\\n\\nfunction oneOf(expected, thing) {\\n    assert(expected, 'expected is required');\\n    assert(typeof thing === 'string', 'thing is required');\\n    if (Array.isArray(expected)) {\\n        var len = expected.length;\\n        assert(len > 0, 'At least one expected value needs to be specified');\\n        expected = expected.map(function (i) {\\n            return String(i);\\n        });\\n        if (len > 2) {\\n            return 'one of ' + thing + ' ' + expected.slice(0, len - 1).join(', ') + ', or ' + expected[len - 1];\\n        } else if (len === 2) {\\n            return 'one of ' + thing + ' ' + expected[0] + ' or ' + expected[1];\\n        } else {\\n            return 'of ' + thing + ' ' + expected[0];\\n        }\\n    } else {\\n        return 'of ' + thing + ' ' + String(expected);\\n    }\\n}\\n\\nfunction bufferOutOfBounds(name, isWriting) {\\n    if (isWriting) {\\n        return 'Attempt to write outside buffer bounds';\\n    } else {\\n        return '\\\"' + name + '\\\" is outside of buffer bounds';\\n    }\\n}\"\n        },\n        {\n          \"id\": 263,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/util/support/isBufferBrowser.js\",\n          \"name\": \"./node_modules/util/support/isBufferBrowser.js\",\n          \"index\": 225,\n          \"index2\": 215,\n          \"size\": 203,\n          \"cacheable\": true,\n          \"built\": true,\n          \"optional\": false,\n          \"prefetched\": false,\n          \"chunks\": [\n            2\n          ],\n          \"issuer\": \"/Users/jarred/Code/styleurl/node_modules/util/util.js\",\n          \"issuerId\": 38,\n          \"issuerName\": \"./node_modules/util/util.js\",\n          \"issuerPath\": [\n            {\n              \"id\": 191,\n              \"identifier\": \"multi /Users/jarred/Code/styleurl/webpack/customPublicPath /Users/jarred/Code/styleurl/chrome/extension/background\",\n              \"name\": \"multi ./webpack/customPublicPath ./chrome/extension/background\",\n              \"profile\": {\n                \"factory\": 0,\n                \"building\": 0,\n                \"dependencies\": 54\n              }\n            },\n            {\n              \"id\": 192,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/background.js\",\n              \"name\": \"./chrome/extension/background.js\",\n              \"profile\": {\n                \"factory\": 54,\n                \"building\": 639,\n                \"dependencies\": 140\n              }\n            },\n            {\n              \"id\": 255,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/stylesheet-differ/lib/index.js\",\n              \"name\": \"./node_modules/stylesheet-differ/lib/index.js\",\n              \"profile\": {\n                \"factory\": 140,\n                \"building\": 568,\n                \"dependencies\": 1\n              }\n            },\n            {\n              \"id\": 256,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/native-css/index.js\",\n              \"name\": \"./node_modules/native-css/index.js\",\n              \"profile\": {\n                \"factory\": 189,\n                \"building\": 603,\n                \"dependencies\": 1\n              }\n            },\n            {\n              \"id\": 257,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/native-css/src/native-css.js\",\n              \"name\": \"./node_modules/native-css/src/native-css.js\",\n              \"profile\": {\n                \"factory\": 26,\n                \"building\": 63,\n                \"dependencies\": 14\n              }\n            },\n            {\n              \"id\": 293,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/fetch/lib/fetch.js\",\n              \"name\": \"./node_modules/fetch/lib/fetch.js\",\n              \"profile\": {\n                \"factory\": 117,\n                \"building\": 25,\n                \"dependencies\": 27\n              }\n            },\n            {\n              \"id\": 38,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/util/util.js\",\n              \"name\": \"./node_modules/util/util.js\",\n              \"profile\": {\n                \"factory\": 66,\n                \"building\": 38,\n                \"dependencies\": 20\n              }\n            }\n          ],\n          \"profile\": {\n            \"factory\": 94,\n            \"building\": 73\n          },\n          \"failed\": false,\n          \"errors\": 0,\n          \"warnings\": 0,\n          \"assets\": [],\n          \"reasons\": [\n            {\n              \"moduleId\": 38,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/util/util.js\",\n              \"module\": \"./node_modules/util/util.js\",\n              \"moduleName\": \"./node_modules/util/util.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"./support/isBuffer\",\n              \"loc\": \"526:19-48\"\n            }\n          ],\n          \"usedExports\": true,\n          \"providedExports\": null,\n          \"optimizationBailout\": [\n            \"ModuleConcatenation bailout: Module is not an ECMAScript module\"\n          ],\n          \"depth\": 7,\n          \"source\": \"module.exports = function isBuffer(arg) {\\n  return arg && typeof arg === 'object'\\n    && typeof arg.copy === 'function'\\n    && typeof arg.fill === 'function'\\n    && typeof arg.readUInt8 === 'function';\\n}\"\n        },\n        {\n          \"id\": 264,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/util/node_modules/inherits/inherits_browser.js\",\n          \"name\": \"./node_modules/util/node_modules/inherits/inherits_browser.js\",\n          \"index\": 226,\n          \"index2\": 216,\n          \"size\": 672,\n          \"cacheable\": true,\n          \"built\": true,\n          \"optional\": false,\n          \"prefetched\": false,\n          \"chunks\": [\n            2\n          ],\n          \"issuer\": \"/Users/jarred/Code/styleurl/node_modules/util/util.js\",\n          \"issuerId\": 38,\n          \"issuerName\": \"./node_modules/util/util.js\",\n          \"issuerPath\": [\n            {\n              \"id\": 191,\n              \"identifier\": \"multi /Users/jarred/Code/styleurl/webpack/customPublicPath /Users/jarred/Code/styleurl/chrome/extension/background\",\n              \"name\": \"multi ./webpack/customPublicPath ./chrome/extension/background\",\n              \"profile\": {\n                \"factory\": 0,\n                \"building\": 0,\n                \"dependencies\": 54\n              }\n            },\n            {\n              \"id\": 192,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/background.js\",\n              \"name\": \"./chrome/extension/background.js\",\n              \"profile\": {\n                \"factory\": 54,\n                \"building\": 639,\n                \"dependencies\": 140\n              }\n            },\n            {\n              \"id\": 255,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/stylesheet-differ/lib/index.js\",\n              \"name\": \"./node_modules/stylesheet-differ/lib/index.js\",\n              \"profile\": {\n                \"factory\": 140,\n                \"building\": 568,\n                \"dependencies\": 1\n              }\n            },\n            {\n              \"id\": 256,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/native-css/index.js\",\n              \"name\": \"./node_modules/native-css/index.js\",\n              \"profile\": {\n                \"factory\": 189,\n                \"building\": 603,\n                \"dependencies\": 1\n              }\n            },\n            {\n              \"id\": 257,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/native-css/src/native-css.js\",\n              \"name\": \"./node_modules/native-css/src/native-css.js\",\n              \"profile\": {\n                \"factory\": 26,\n                \"building\": 63,\n                \"dependencies\": 14\n              }\n            },\n            {\n              \"id\": 293,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/fetch/lib/fetch.js\",\n              \"name\": \"./node_modules/fetch/lib/fetch.js\",\n              \"profile\": {\n                \"factory\": 117,\n                \"building\": 25,\n                \"dependencies\": 27\n              }\n            },\n            {\n              \"id\": 38,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/util/util.js\",\n              \"name\": \"./node_modules/util/util.js\",\n              \"profile\": {\n                \"factory\": 66,\n                \"building\": 38,\n                \"dependencies\": 20\n              }\n            }\n          ],\n          \"profile\": {\n            \"factory\": 94,\n            \"building\": 73\n          },\n          \"failed\": false,\n          \"errors\": 0,\n          \"warnings\": 0,\n          \"assets\": [],\n          \"reasons\": [\n            {\n              \"moduleId\": 38,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/util/util.js\",\n              \"module\": \"./node_modules/util/util.js\",\n              \"moduleName\": \"./node_modules/util/util.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"inherits\",\n              \"loc\": \"570:19-38\"\n            }\n          ],\n          \"usedExports\": true,\n          \"providedExports\": null,\n          \"optimizationBailout\": [\n            \"ModuleConcatenation bailout: Module is not an ECMAScript module\"\n          ],\n          \"depth\": 7,\n          \"source\": \"if (typeof Object.create === 'function') {\\n  // implementation from standard node.js 'util' module\\n  module.exports = function inherits(ctor, superCtor) {\\n    ctor.super_ = superCtor\\n    ctor.prototype = Object.create(superCtor.prototype, {\\n      constructor: {\\n        value: ctor,\\n        enumerable: false,\\n        writable: true,\\n        configurable: true\\n      }\\n    });\\n  };\\n} else {\\n  // old school shim for old browsers\\n  module.exports = function inherits(ctor, superCtor) {\\n    ctor.super_ = superCtor\\n    var TempCtor = function () {}\\n    TempCtor.prototype = superCtor.prototype\\n    ctor.prototype = new TempCtor()\\n    ctor.prototype.constructor = ctor\\n  }\\n}\\n\"\n        },\n        {\n          \"id\": 265,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/memfs/lib/setTimeoutUnref.js\",\n          \"name\": \"./node_modules/memfs/lib/setTimeoutUnref.js\",\n          \"index\": 228,\n          \"index2\": 220,\n          \"size\": 541,\n          \"cacheable\": true,\n          \"built\": true,\n          \"optional\": false,\n          \"prefetched\": false,\n          \"chunks\": [\n            2\n          ],\n          \"issuer\": \"/Users/jarred/Code/styleurl/node_modules/memfs/lib/volume.js\",\n          \"issuerId\": 260,\n          \"issuerName\": \"./node_modules/memfs/lib/volume.js\",\n          \"issuerPath\": [\n            {\n              \"id\": 191,\n              \"identifier\": \"multi /Users/jarred/Code/styleurl/webpack/customPublicPath /Users/jarred/Code/styleurl/chrome/extension/background\",\n              \"name\": \"multi ./webpack/customPublicPath ./chrome/extension/background\",\n              \"profile\": {\n                \"factory\": 0,\n                \"building\": 0,\n                \"dependencies\": 54\n              }\n            },\n            {\n              \"id\": 192,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/background.js\",\n              \"name\": \"./chrome/extension/background.js\",\n              \"profile\": {\n                \"factory\": 54,\n                \"building\": 639,\n                \"dependencies\": 140\n              }\n            },\n            {\n              \"id\": 255,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/stylesheet-differ/lib/index.js\",\n              \"name\": \"./node_modules/stylesheet-differ/lib/index.js\",\n              \"profile\": {\n                \"factory\": 140,\n                \"building\": 568,\n                \"dependencies\": 1\n              }\n            },\n            {\n              \"id\": 256,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/native-css/index.js\",\n              \"name\": \"./node_modules/native-css/index.js\",\n              \"profile\": {\n                \"factory\": 189,\n                \"building\": 603,\n                \"dependencies\": 1\n              }\n            },\n            {\n              \"id\": 257,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/native-css/src/native-css.js\",\n              \"name\": \"./node_modules/native-css/src/native-css.js\",\n              \"profile\": {\n                \"factory\": 26,\n                \"building\": 63,\n                \"dependencies\": 14\n              }\n            },\n            {\n              \"id\": 69,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/memfs/lib/index.js\",\n              \"name\": \"./node_modules/memfs/lib/index.js\",\n              \"profile\": {\n                \"factory\": 117,\n                \"building\": 25,\n                \"dependencies\": 27\n              }\n            },\n            {\n              \"id\": 260,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/memfs/lib/volume.js\",\n              \"name\": \"./node_modules/memfs/lib/volume.js\",\n              \"profile\": {\n                \"factory\": 51,\n                \"building\": 84,\n                \"dependencies\": 2\n              }\n            }\n          ],\n          \"profile\": {\n            \"factory\": 133,\n            \"building\": 20,\n            \"dependencies\": 1\n          },\n          \"failed\": false,\n          \"errors\": 0,\n          \"warnings\": 0,\n          \"assets\": [],\n          \"reasons\": [\n            {\n              \"moduleId\": 260,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/memfs/lib/volume.js\",\n              \"module\": \"./node_modules/memfs/lib/volume.js\",\n              \"moduleName\": \"./node_modules/memfs/lib/volume.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"./setTimeoutUnref\",\n              \"loc\": \"21:24-52\"\n            }\n          ],\n          \"usedExports\": true,\n          \"providedExports\": null,\n          \"optimizationBailout\": [\n            \"ModuleConcatenation bailout: Module is not an ECMAScript module\"\n          ],\n          \"depth\": 7,\n          \"source\": \"\\\"use strict\\\";\\nObject.defineProperty(exports, \\\"__esModule\\\", { value: true });\\n/**\\n * `setTimeoutUnref` is just like `setTimeout`, only in Node's environment it will \\\"unref\\\" its macro task.\\n * @param callback\\n * @param time\\n * @param args\\n * @returns {any}\\n */\\nfunction setTimeoutUnref(callback, time, args) {\\n    var ref = setTimeout.apply(null, arguments);\\n    /* istanbul ignore next */\\n    if (ref && (typeof ref === 'object') && (typeof ref.unref === 'function'))\\n        ref.unref();\\n    return ref;\\n}\\nexports.default = setTimeoutUnref;\\n\"\n        },\n        {\n          \"id\": 266,\n          \"identifier\": \"ignored /Users/jarred/Code/styleurl/node_modules/readable-stream/lib util\",\n          \"name\": \"util (ignored)\",\n          \"index\": 237,\n          \"index2\": 226,\n          \"size\": 15,\n          \"cacheable\": true,\n          \"built\": true,\n          \"optional\": false,\n          \"prefetched\": false,\n          \"chunks\": [\n            2\n          ],\n          \"issuer\": \"/Users/jarred/Code/styleurl/node_modules/readable-stream/lib/_stream_readable.js\",\n          \"issuerId\": 151,\n          \"issuerName\": \"./node_modules/readable-stream/lib/_stream_readable.js\",\n          \"issuerPath\": [\n            {\n              \"id\": 191,\n              \"identifier\": \"multi /Users/jarred/Code/styleurl/webpack/customPublicPath /Users/jarred/Code/styleurl/chrome/extension/background\",\n              \"name\": \"multi ./webpack/customPublicPath ./chrome/extension/background\",\n              \"profile\": {\n                \"factory\": 0,\n                \"building\": 0,\n                \"dependencies\": 54\n              }\n            },\n            {\n              \"id\": 192,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/background.js\",\n              \"name\": \"./chrome/extension/background.js\",\n              \"profile\": {\n                \"factory\": 54,\n                \"building\": 639,\n                \"dependencies\": 140\n              }\n            },\n            {\n              \"id\": 255,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/stylesheet-differ/lib/index.js\",\n              \"name\": \"./node_modules/stylesheet-differ/lib/index.js\",\n              \"profile\": {\n                \"factory\": 140,\n                \"building\": 568,\n                \"dependencies\": 1\n              }\n            },\n            {\n              \"id\": 256,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/native-css/index.js\",\n              \"name\": \"./node_modules/native-css/index.js\",\n              \"profile\": {\n                \"factory\": 189,\n                \"building\": 603,\n                \"dependencies\": 1\n              }\n            },\n            {\n              \"id\": 257,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/native-css/src/native-css.js\",\n              \"name\": \"./node_modules/native-css/src/native-css.js\",\n              \"profile\": {\n                \"factory\": 26,\n                \"building\": 63,\n                \"dependencies\": 14\n              }\n            },\n            {\n              \"id\": 293,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/fetch/lib/fetch.js\",\n              \"name\": \"./node_modules/fetch/lib/fetch.js\",\n              \"profile\": {\n                \"factory\": 117,\n                \"building\": 25,\n                \"dependencies\": 27\n              }\n            },\n            {\n              \"id\": 39,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/stream-browserify/index.js\",\n              \"name\": \"./node_modules/stream-browserify/index.js\",\n              \"profile\": {\n                \"factory\": 66,\n                \"building\": 38,\n                \"dependencies\": 20\n              }\n            },\n            {\n              \"id\": 132,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/readable-stream/readable-browser.js\",\n              \"name\": \"./node_modules/readable-stream/readable-browser.js\",\n              \"profile\": {\n                \"factory\": 83,\n                \"building\": 31,\n                \"dependencies\": 33\n              }\n            },\n            {\n              \"id\": 151,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/readable-stream/lib/_stream_readable.js\",\n              \"name\": \"./node_modules/readable-stream/lib/_stream_readable.js\",\n              \"profile\": {\n                \"factory\": 30,\n                \"building\": 90,\n                \"dependencies\": 58\n              }\n            }\n          ],\n          \"profile\": {\n            \"factory\": 43,\n            \"building\": 28,\n            \"dependencies\": 10\n          },\n          \"failed\": false,\n          \"errors\": 0,\n          \"warnings\": 0,\n          \"assets\": [],\n          \"reasons\": [\n            {\n              \"moduleId\": 151,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/readable-stream/lib/_stream_readable.js\",\n              \"module\": \"./node_modules/readable-stream/lib/_stream_readable.js\",\n              \"moduleName\": \"./node_modules/readable-stream/lib/_stream_readable.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"util\",\n              \"loc\": \"42:16-31\"\n            }\n          ],\n          \"usedExports\": true,\n          \"providedExports\": null,\n          \"optimizationBailout\": [\n            \"ModuleConcatenation bailout: Module is not an ECMAScript module\"\n          ],\n          \"depth\": 9\n        },\n        {\n          \"id\": 267,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/readable-stream/lib/internal/streams/BufferList.js\",\n          \"name\": \"./node_modules/readable-stream/lib/internal/streams/BufferList.js\",\n          \"index\": 238,\n          \"index2\": 227,\n          \"size\": 1458,\n          \"cacheable\": true,\n          \"built\": true,\n          \"optional\": false,\n          \"prefetched\": false,\n          \"chunks\": [\n            2\n          ],\n          \"issuer\": \"/Users/jarred/Code/styleurl/node_modules/readable-stream/lib/_stream_readable.js\",\n          \"issuerId\": 151,\n          \"issuerName\": \"./node_modules/readable-stream/lib/_stream_readable.js\",\n          \"issuerPath\": [\n            {\n              \"id\": 191,\n              \"identifier\": \"multi /Users/jarred/Code/styleurl/webpack/customPublicPath /Users/jarred/Code/styleurl/chrome/extension/background\",\n              \"name\": \"multi ./webpack/customPublicPath ./chrome/extension/background\",\n              \"profile\": {\n                \"factory\": 0,\n                \"building\": 0,\n                \"dependencies\": 54\n              }\n            },\n            {\n              \"id\": 192,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/background.js\",\n              \"name\": \"./chrome/extension/background.js\",\n              \"profile\": {\n                \"factory\": 54,\n                \"building\": 639,\n                \"dependencies\": 140\n              }\n            },\n            {\n              \"id\": 255,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/stylesheet-differ/lib/index.js\",\n              \"name\": \"./node_modules/stylesheet-differ/lib/index.js\",\n              \"profile\": {\n                \"factory\": 140,\n                \"building\": 568,\n                \"dependencies\": 1\n              }\n            },\n            {\n              \"id\": 256,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/native-css/index.js\",\n              \"name\": \"./node_modules/native-css/index.js\",\n              \"profile\": {\n                \"factory\": 189,\n                \"building\": 603,\n                \"dependencies\": 1\n              }\n            },\n            {\n              \"id\": 257,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/native-css/src/native-css.js\",\n              \"name\": \"./node_modules/native-css/src/native-css.js\",\n              \"profile\": {\n                \"factory\": 26,\n                \"building\": 63,\n                \"dependencies\": 14\n              }\n            },\n            {\n              \"id\": 293,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/fetch/lib/fetch.js\",\n              \"name\": \"./node_modules/fetch/lib/fetch.js\",\n              \"profile\": {\n                \"factory\": 117,\n                \"building\": 25,\n                \"dependencies\": 27\n              }\n            },\n            {\n              \"id\": 39,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/stream-browserify/index.js\",\n              \"name\": \"./node_modules/stream-browserify/index.js\",\n              \"profile\": {\n                \"factory\": 66,\n                \"building\": 38,\n                \"dependencies\": 20\n              }\n            },\n            {\n              \"id\": 132,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/readable-stream/readable-browser.js\",\n              \"name\": \"./node_modules/readable-stream/readable-browser.js\",\n              \"profile\": {\n                \"factory\": 83,\n                \"building\": 31,\n                \"dependencies\": 33\n              }\n            },\n            {\n              \"id\": 151,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/readable-stream/lib/_stream_readable.js\",\n              \"name\": \"./node_modules/readable-stream/lib/_stream_readable.js\",\n              \"profile\": {\n                \"factory\": 30,\n                \"building\": 90,\n                \"dependencies\": 58\n              }\n            }\n          ],\n          \"profile\": {\n            \"factory\": 43,\n            \"building\": 28,\n            \"dependencies\": 10\n          },\n          \"failed\": false,\n          \"errors\": 0,\n          \"warnings\": 0,\n          \"assets\": [],\n          \"reasons\": [\n            {\n              \"moduleId\": 151,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/readable-stream/lib/_stream_readable.js\",\n              \"module\": \"./node_modules/readable-stream/lib/_stream_readable.js\",\n              \"moduleName\": \"./node_modules/readable-stream/lib/_stream_readable.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"./internal/streams/BufferList\",\n              \"loc\": \"51:17-57\"\n            }\n          ],\n          \"usedExports\": true,\n          \"providedExports\": null,\n          \"optimizationBailout\": [\n            \"ModuleConcatenation bailout: Module is not an ECMAScript module\"\n          ],\n          \"depth\": 9,\n          \"source\": \"'use strict';\\n\\nvar Buffer = require('buffer').Buffer;\\n/*<replacement>*/\\nvar bufferShim = require('buffer-shims');\\n/*</replacement>*/\\n\\nmodule.exports = BufferList;\\n\\nfunction BufferList() {\\n  this.head = null;\\n  this.tail = null;\\n  this.length = 0;\\n}\\n\\nBufferList.prototype.push = function (v) {\\n  var entry = { data: v, next: null };\\n  if (this.length > 0) this.tail.next = entry;else this.head = entry;\\n  this.tail = entry;\\n  ++this.length;\\n};\\n\\nBufferList.prototype.unshift = function (v) {\\n  var entry = { data: v, next: this.head };\\n  if (this.length === 0) this.tail = entry;\\n  this.head = entry;\\n  ++this.length;\\n};\\n\\nBufferList.prototype.shift = function () {\\n  if (this.length === 0) return;\\n  var ret = this.head.data;\\n  if (this.length === 1) this.head = this.tail = null;else this.head = this.head.next;\\n  --this.length;\\n  return ret;\\n};\\n\\nBufferList.prototype.clear = function () {\\n  this.head = this.tail = null;\\n  this.length = 0;\\n};\\n\\nBufferList.prototype.join = function (s) {\\n  if (this.length === 0) return '';\\n  var p = this.head;\\n  var ret = '' + p.data;\\n  while (p = p.next) {\\n    ret += s + p.data;\\n  }return ret;\\n};\\n\\nBufferList.prototype.concat = function (n) {\\n  if (this.length === 0) return bufferShim.alloc(0);\\n  if (this.length === 1) return this.head.data;\\n  var ret = bufferShim.allocUnsafe(n >>> 0);\\n  var p = this.head;\\n  var i = 0;\\n  while (p) {\\n    p.data.copy(ret, i);\\n    i += p.data.length;\\n    p = p.next;\\n  }\\n  return ret;\\n};\"\n        },\n        {\n          \"id\": 268,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/readable-stream/lib/_stream_passthrough.js\",\n          \"name\": \"./node_modules/readable-stream/lib/_stream_passthrough.js\",\n          \"index\": 245,\n          \"index2\": 235,\n          \"size\": 604,\n          \"cacheable\": true,\n          \"built\": true,\n          \"optional\": false,\n          \"prefetched\": false,\n          \"chunks\": [\n            2\n          ],\n          \"issuer\": \"/Users/jarred/Code/styleurl/node_modules/readable-stream/readable-browser.js\",\n          \"issuerId\": 132,\n          \"issuerName\": \"./node_modules/readable-stream/readable-browser.js\",\n          \"issuerPath\": [\n            {\n              \"id\": 191,\n              \"identifier\": \"multi /Users/jarred/Code/styleurl/webpack/customPublicPath /Users/jarred/Code/styleurl/chrome/extension/background\",\n              \"name\": \"multi ./webpack/customPublicPath ./chrome/extension/background\",\n              \"profile\": {\n                \"factory\": 0,\n                \"building\": 0,\n                \"dependencies\": 54\n              }\n            },\n            {\n              \"id\": 192,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/background.js\",\n              \"name\": \"./chrome/extension/background.js\",\n              \"profile\": {\n                \"factory\": 54,\n                \"building\": 639,\n                \"dependencies\": 140\n              }\n            },\n            {\n              \"id\": 255,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/stylesheet-differ/lib/index.js\",\n              \"name\": \"./node_modules/stylesheet-differ/lib/index.js\",\n              \"profile\": {\n                \"factory\": 140,\n                \"building\": 568,\n                \"dependencies\": 1\n              }\n            },\n            {\n              \"id\": 256,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/native-css/index.js\",\n              \"name\": \"./node_modules/native-css/index.js\",\n              \"profile\": {\n                \"factory\": 189,\n                \"building\": 603,\n                \"dependencies\": 1\n              }\n            },\n            {\n              \"id\": 257,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/native-css/src/native-css.js\",\n              \"name\": \"./node_modules/native-css/src/native-css.js\",\n              \"profile\": {\n                \"factory\": 26,\n                \"building\": 63,\n                \"dependencies\": 14\n              }\n            },\n            {\n              \"id\": 293,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/fetch/lib/fetch.js\",\n              \"name\": \"./node_modules/fetch/lib/fetch.js\",\n              \"profile\": {\n                \"factory\": 117,\n                \"building\": 25,\n                \"dependencies\": 27\n              }\n            },\n            {\n              \"id\": 39,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/stream-browserify/index.js\",\n              \"name\": \"./node_modules/stream-browserify/index.js\",\n              \"profile\": {\n                \"factory\": 66,\n                \"building\": 38,\n                \"dependencies\": 20\n              }\n            },\n            {\n              \"id\": 132,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/readable-stream/readable-browser.js\",\n              \"name\": \"./node_modules/readable-stream/readable-browser.js\",\n              \"profile\": {\n                \"factory\": 83,\n                \"building\": 31,\n                \"dependencies\": 33\n              }\n            }\n          ],\n          \"profile\": {\n            \"factory\": 30,\n            \"building\": 90,\n            \"dependencies\": 58\n          },\n          \"failed\": false,\n          \"errors\": 0,\n          \"warnings\": 0,\n          \"assets\": [],\n          \"reasons\": [\n            {\n              \"moduleId\": 132,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/readable-stream/readable-browser.js\",\n              \"module\": \"./node_modules/readable-stream/readable-browser.js\",\n              \"moduleName\": \"./node_modules/readable-stream/readable-browser.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"./lib/_stream_passthrough.js\",\n              \"loc\": \"7:22-61\"\n            }\n          ],\n          \"usedExports\": true,\n          \"providedExports\": null,\n          \"optimizationBailout\": [\n            \"ModuleConcatenation bailout: Module is not an ECMAScript module\"\n          ],\n          \"depth\": 8,\n          \"source\": \"// a passthrough stream.\\n// basically just the most minimal sort of Transform stream.\\n// Every written chunk gets output as-is.\\n\\n'use strict';\\n\\nmodule.exports = PassThrough;\\n\\nvar Transform = require('./_stream_transform');\\n\\n/*<replacement>*/\\nvar util = require('core-util-is');\\nutil.inherits = require('inherits');\\n/*</replacement>*/\\n\\nutil.inherits(PassThrough, Transform);\\n\\nfunction PassThrough(options) {\\n  if (!(this instanceof PassThrough)) return new PassThrough(options);\\n\\n  Transform.call(this, options);\\n}\\n\\nPassThrough.prototype._transform = function (chunk, encoding, cb) {\\n  cb(null, chunk);\\n};\"\n        },\n        {\n          \"id\": 269,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/readable-stream/writable-browser.js\",\n          \"name\": \"./node_modules/readable-stream/writable-browser.js\",\n          \"index\": 246,\n          \"index2\": 237,\n          \"size\": 55,\n          \"cacheable\": true,\n          \"built\": true,\n          \"optional\": false,\n          \"prefetched\": false,\n          \"chunks\": [\n            2\n          ],\n          \"issuer\": \"/Users/jarred/Code/styleurl/node_modules/stream-browserify/index.js\",\n          \"issuerId\": 39,\n          \"issuerName\": \"./node_modules/stream-browserify/index.js\",\n          \"issuerPath\": [\n            {\n              \"id\": 191,\n              \"identifier\": \"multi /Users/jarred/Code/styleurl/webpack/customPublicPath /Users/jarred/Code/styleurl/chrome/extension/background\",\n              \"name\": \"multi ./webpack/customPublicPath ./chrome/extension/background\",\n              \"profile\": {\n                \"factory\": 0,\n                \"building\": 0,\n                \"dependencies\": 54\n              }\n            },\n            {\n              \"id\": 192,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/background.js\",\n              \"name\": \"./chrome/extension/background.js\",\n              \"profile\": {\n                \"factory\": 54,\n                \"building\": 639,\n                \"dependencies\": 140\n              }\n            },\n            {\n              \"id\": 255,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/stylesheet-differ/lib/index.js\",\n              \"name\": \"./node_modules/stylesheet-differ/lib/index.js\",\n              \"profile\": {\n                \"factory\": 140,\n                \"building\": 568,\n                \"dependencies\": 1\n              }\n            },\n            {\n              \"id\": 256,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/native-css/index.js\",\n              \"name\": \"./node_modules/native-css/index.js\",\n              \"profile\": {\n                \"factory\": 189,\n                \"building\": 603,\n                \"dependencies\": 1\n              }\n            },\n            {\n              \"id\": 257,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/native-css/src/native-css.js\",\n              \"name\": \"./node_modules/native-css/src/native-css.js\",\n              \"profile\": {\n                \"factory\": 26,\n                \"building\": 63,\n                \"dependencies\": 14\n              }\n            },\n            {\n              \"id\": 293,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/fetch/lib/fetch.js\",\n              \"name\": \"./node_modules/fetch/lib/fetch.js\",\n              \"profile\": {\n                \"factory\": 117,\n                \"building\": 25,\n                \"dependencies\": 27\n              }\n            },\n            {\n              \"id\": 39,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/stream-browserify/index.js\",\n              \"name\": \"./node_modules/stream-browserify/index.js\",\n              \"profile\": {\n                \"factory\": 66,\n                \"building\": 38,\n                \"dependencies\": 20\n              }\n            }\n          ],\n          \"profile\": {\n            \"factory\": 83,\n            \"building\": 31,\n            \"dependencies\": 33\n          },\n          \"failed\": false,\n          \"errors\": 0,\n          \"warnings\": 0,\n          \"assets\": [],\n          \"reasons\": [\n            {\n              \"moduleId\": 39,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/stream-browserify/index.js\",\n              \"module\": \"./node_modules/stream-browserify/index.js\",\n              \"moduleName\": \"./node_modules/stream-browserify/index.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"readable-stream/writable.js\",\n              \"loc\": \"29:18-56\"\n            }\n          ],\n          \"usedExports\": true,\n          \"providedExports\": null,\n          \"optimizationBailout\": [\n            \"ModuleConcatenation bailout: Module is not an ECMAScript module\"\n          ],\n          \"depth\": 7,\n          \"source\": \"module.exports = require('./lib/_stream_writable.js');\\n\"\n        },\n        {\n          \"id\": 270,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/readable-stream/duplex-browser.js\",\n          \"name\": \"./node_modules/readable-stream/duplex-browser.js\",\n          \"index\": 247,\n          \"index2\": 238,\n          \"size\": 53,\n          \"cacheable\": true,\n          \"built\": true,\n          \"optional\": false,\n          \"prefetched\": false,\n          \"chunks\": [\n            2\n          ],\n          \"issuer\": \"/Users/jarred/Code/styleurl/node_modules/stream-browserify/index.js\",\n          \"issuerId\": 39,\n          \"issuerName\": \"./node_modules/stream-browserify/index.js\",\n          \"issuerPath\": [\n            {\n              \"id\": 191,\n              \"identifier\": \"multi /Users/jarred/Code/styleurl/webpack/customPublicPath /Users/jarred/Code/styleurl/chrome/extension/background\",\n              \"name\": \"multi ./webpack/customPublicPath ./chrome/extension/background\",\n              \"profile\": {\n                \"factory\": 0,\n                \"building\": 0,\n                \"dependencies\": 54\n              }\n            },\n            {\n              \"id\": 192,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/background.js\",\n              \"name\": \"./chrome/extension/background.js\",\n              \"profile\": {\n                \"factory\": 54,\n                \"building\": 639,\n                \"dependencies\": 140\n              }\n            },\n            {\n              \"id\": 255,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/stylesheet-differ/lib/index.js\",\n              \"name\": \"./node_modules/stylesheet-differ/lib/index.js\",\n              \"profile\": {\n                \"factory\": 140,\n                \"building\": 568,\n                \"dependencies\": 1\n              }\n            },\n            {\n              \"id\": 256,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/native-css/index.js\",\n              \"name\": \"./node_modules/native-css/index.js\",\n              \"profile\": {\n                \"factory\": 189,\n                \"building\": 603,\n                \"dependencies\": 1\n              }\n            },\n            {\n              \"id\": 257,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/native-css/src/native-css.js\",\n              \"name\": \"./node_modules/native-css/src/native-css.js\",\n              \"profile\": {\n                \"factory\": 26,\n                \"building\": 63,\n                \"dependencies\": 14\n              }\n            },\n            {\n              \"id\": 293,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/fetch/lib/fetch.js\",\n              \"name\": \"./node_modules/fetch/lib/fetch.js\",\n              \"profile\": {\n                \"factory\": 117,\n                \"building\": 25,\n                \"dependencies\": 27\n              }\n            },\n            {\n              \"id\": 39,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/stream-browserify/index.js\",\n              \"name\": \"./node_modules/stream-browserify/index.js\",\n              \"profile\": {\n                \"factory\": 66,\n                \"building\": 38,\n                \"dependencies\": 20\n              }\n            }\n          ],\n          \"profile\": {\n            \"factory\": 83,\n            \"building\": 31,\n            \"dependencies\": 33\n          },\n          \"failed\": false,\n          \"errors\": 0,\n          \"warnings\": 0,\n          \"assets\": [],\n          \"reasons\": [\n            {\n              \"moduleId\": 39,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/stream-browserify/index.js\",\n              \"module\": \"./node_modules/stream-browserify/index.js\",\n              \"moduleName\": \"./node_modules/stream-browserify/index.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"readable-stream/duplex.js\",\n              \"loc\": \"30:16-52\"\n            }\n          ],\n          \"usedExports\": true,\n          \"providedExports\": null,\n          \"optimizationBailout\": [\n            \"ModuleConcatenation bailout: Module is not an ECMAScript module\"\n          ],\n          \"depth\": 7,\n          \"source\": \"module.exports = require('./lib/_stream_duplex.js');\\n\"\n        },\n        {\n          \"id\": 271,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/readable-stream/transform.js\",\n          \"name\": \"./node_modules/readable-stream/transform.js\",\n          \"index\": 248,\n          \"index2\": 239,\n          \"size\": 49,\n          \"cacheable\": true,\n          \"built\": true,\n          \"optional\": false,\n          \"prefetched\": false,\n          \"chunks\": [\n            2\n          ],\n          \"issuer\": \"/Users/jarred/Code/styleurl/node_modules/stream-browserify/index.js\",\n          \"issuerId\": 39,\n          \"issuerName\": \"./node_modules/stream-browserify/index.js\",\n          \"issuerPath\": [\n            {\n              \"id\": 191,\n              \"identifier\": \"multi /Users/jarred/Code/styleurl/webpack/customPublicPath /Users/jarred/Code/styleurl/chrome/extension/background\",\n              \"name\": \"multi ./webpack/customPublicPath ./chrome/extension/background\",\n              \"profile\": {\n                \"factory\": 0,\n                \"building\": 0,\n                \"dependencies\": 54\n              }\n            },\n            {\n              \"id\": 192,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/background.js\",\n              \"name\": \"./chrome/extension/background.js\",\n              \"profile\": {\n                \"factory\": 54,\n                \"building\": 639,\n                \"dependencies\": 140\n              }\n            },\n            {\n              \"id\": 255,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/stylesheet-differ/lib/index.js\",\n              \"name\": \"./node_modules/stylesheet-differ/lib/index.js\",\n              \"profile\": {\n                \"factory\": 140,\n                \"building\": 568,\n                \"dependencies\": 1\n              }\n            },\n            {\n              \"id\": 256,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/native-css/index.js\",\n              \"name\": \"./node_modules/native-css/index.js\",\n              \"profile\": {\n                \"factory\": 189,\n                \"building\": 603,\n                \"dependencies\": 1\n              }\n            },\n            {\n              \"id\": 257,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/native-css/src/native-css.js\",\n              \"name\": \"./node_modules/native-css/src/native-css.js\",\n              \"profile\": {\n                \"factory\": 26,\n                \"building\": 63,\n                \"dependencies\": 14\n              }\n            },\n            {\n              \"id\": 293,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/fetch/lib/fetch.js\",\n              \"name\": \"./node_modules/fetch/lib/fetch.js\",\n              \"profile\": {\n                \"factory\": 117,\n                \"building\": 25,\n                \"dependencies\": 27\n              }\n            },\n            {\n              \"id\": 39,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/stream-browserify/index.js\",\n              \"name\": \"./node_modules/stream-browserify/index.js\",\n              \"profile\": {\n                \"factory\": 66,\n                \"building\": 38,\n                \"dependencies\": 20\n              }\n            }\n          ],\n          \"profile\": {\n            \"factory\": 83,\n            \"building\": 31,\n            \"dependencies\": 33\n          },\n          \"failed\": false,\n          \"errors\": 0,\n          \"warnings\": 0,\n          \"assets\": [],\n          \"reasons\": [\n            {\n              \"moduleId\": 39,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/stream-browserify/index.js\",\n              \"module\": \"./node_modules/stream-browserify/index.js\",\n              \"moduleName\": \"./node_modules/stream-browserify/index.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"readable-stream/transform.js\",\n              \"loc\": \"31:19-58\"\n            }\n          ],\n          \"usedExports\": true,\n          \"providedExports\": null,\n          \"optimizationBailout\": [\n            \"ModuleConcatenation bailout: Module is not an ECMAScript module\"\n          ],\n          \"depth\": 7,\n          \"source\": \"module.exports = require('./readable').Transform\\n\"\n        },\n        {\n          \"id\": 272,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/readable-stream/passthrough.js\",\n          \"name\": \"./node_modules/readable-stream/passthrough.js\",\n          \"index\": 249,\n          \"index2\": 240,\n          \"size\": 51,\n          \"cacheable\": true,\n          \"built\": true,\n          \"optional\": false,\n          \"prefetched\": false,\n          \"chunks\": [\n            2\n          ],\n          \"issuer\": \"/Users/jarred/Code/styleurl/node_modules/stream-browserify/index.js\",\n          \"issuerId\": 39,\n          \"issuerName\": \"./node_modules/stream-browserify/index.js\",\n          \"issuerPath\": [\n            {\n              \"id\": 191,\n              \"identifier\": \"multi /Users/jarred/Code/styleurl/webpack/customPublicPath /Users/jarred/Code/styleurl/chrome/extension/background\",\n              \"name\": \"multi ./webpack/customPublicPath ./chrome/extension/background\",\n              \"profile\": {\n                \"factory\": 0,\n                \"building\": 0,\n                \"dependencies\": 54\n              }\n            },\n            {\n              \"id\": 192,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/background.js\",\n              \"name\": \"./chrome/extension/background.js\",\n              \"profile\": {\n                \"factory\": 54,\n                \"building\": 639,\n                \"dependencies\": 140\n              }\n            },\n            {\n              \"id\": 255,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/stylesheet-differ/lib/index.js\",\n              \"name\": \"./node_modules/stylesheet-differ/lib/index.js\",\n              \"profile\": {\n                \"factory\": 140,\n                \"building\": 568,\n                \"dependencies\": 1\n              }\n            },\n            {\n              \"id\": 256,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/native-css/index.js\",\n              \"name\": \"./node_modules/native-css/index.js\",\n              \"profile\": {\n                \"factory\": 189,\n                \"building\": 603,\n                \"dependencies\": 1\n              }\n            },\n            {\n              \"id\": 257,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/native-css/src/native-css.js\",\n              \"name\": \"./node_modules/native-css/src/native-css.js\",\n              \"profile\": {\n                \"factory\": 26,\n                \"building\": 63,\n                \"dependencies\": 14\n              }\n            },\n            {\n              \"id\": 293,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/fetch/lib/fetch.js\",\n              \"name\": \"./node_modules/fetch/lib/fetch.js\",\n              \"profile\": {\n                \"factory\": 117,\n                \"building\": 25,\n                \"dependencies\": 27\n              }\n            },\n            {\n              \"id\": 39,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/stream-browserify/index.js\",\n              \"name\": \"./node_modules/stream-browserify/index.js\",\n              \"profile\": {\n                \"factory\": 66,\n                \"building\": 38,\n                \"dependencies\": 20\n              }\n            }\n          ],\n          \"profile\": {\n            \"factory\": 83,\n            \"building\": 31,\n            \"dependencies\": 33\n          },\n          \"failed\": false,\n          \"errors\": 0,\n          \"warnings\": 0,\n          \"assets\": [],\n          \"reasons\": [\n            {\n              \"moduleId\": 39,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/stream-browserify/index.js\",\n              \"module\": \"./node_modules/stream-browserify/index.js\",\n              \"moduleName\": \"./node_modules/stream-browserify/index.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"readable-stream/passthrough.js\",\n              \"loc\": \"32:21-62\"\n            }\n          ],\n          \"usedExports\": true,\n          \"providedExports\": null,\n          \"optimizationBailout\": [\n            \"ModuleConcatenation bailout: Module is not an ECMAScript module\"\n          ],\n          \"depth\": 7,\n          \"source\": \"module.exports = require('./readable').PassThrough\\n\"\n        },\n        {\n          \"id\": 273,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/punycode/punycode.js\",\n          \"name\": \"./node_modules/punycode/punycode.js\",\n          \"index\": 251,\n          \"index2\": 242,\n          \"size\": 14670,\n          \"cacheable\": true,\n          \"built\": true,\n          \"optional\": false,\n          \"prefetched\": false,\n          \"chunks\": [\n            2\n          ],\n          \"issuer\": \"/Users/jarred/Code/styleurl/node_modules/node-libs-browser/node_modules/url/url.js\",\n          \"issuerId\": 61,\n          \"issuerName\": \"./node_modules/node-libs-browser/node_modules/url/url.js\",\n          \"issuerPath\": [\n            {\n              \"id\": 191,\n              \"identifier\": \"multi /Users/jarred/Code/styleurl/webpack/customPublicPath /Users/jarred/Code/styleurl/chrome/extension/background\",\n              \"name\": \"multi ./webpack/customPublicPath ./chrome/extension/background\",\n              \"profile\": {\n                \"factory\": 0,\n                \"building\": 0,\n                \"dependencies\": 54\n              }\n            },\n            {\n              \"id\": 192,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/background.js\",\n              \"name\": \"./chrome/extension/background.js\",\n              \"profile\": {\n                \"factory\": 54,\n                \"building\": 639,\n                \"dependencies\": 140\n              }\n            },\n            {\n              \"id\": 255,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/stylesheet-differ/lib/index.js\",\n              \"name\": \"./node_modules/stylesheet-differ/lib/index.js\",\n              \"profile\": {\n                \"factory\": 140,\n                \"building\": 568,\n                \"dependencies\": 1\n              }\n            },\n            {\n              \"id\": 256,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/native-css/index.js\",\n              \"name\": \"./node_modules/native-css/index.js\",\n              \"profile\": {\n                \"factory\": 189,\n                \"building\": 603,\n                \"dependencies\": 1\n              }\n            },\n            {\n              \"id\": 257,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/native-css/src/native-css.js\",\n              \"name\": \"./node_modules/native-css/src/native-css.js\",\n              \"profile\": {\n                \"factory\": 26,\n                \"building\": 63,\n                \"dependencies\": 14\n              }\n            },\n            {\n              \"id\": 293,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/fetch/lib/fetch.js\",\n              \"name\": \"./node_modules/fetch/lib/fetch.js\",\n              \"profile\": {\n                \"factory\": 117,\n                \"building\": 25,\n                \"dependencies\": 27\n              }\n            },\n            {\n              \"id\": 61,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/node-libs-browser/node_modules/url/url.js\",\n              \"name\": \"./node_modules/node-libs-browser/node_modules/url/url.js\",\n              \"profile\": {\n                \"factory\": 66,\n                \"building\": 38,\n                \"dependencies\": 20\n              }\n            }\n          ],\n          \"profile\": {\n            \"factory\": 49,\n            \"building\": 21,\n            \"dependencies\": 0\n          },\n          \"failed\": false,\n          \"errors\": 0,\n          \"warnings\": 0,\n          \"assets\": [],\n          \"reasons\": [\n            {\n              \"moduleId\": 61,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/node-libs-browser/node_modules/url/url.js\",\n              \"module\": \"./node_modules/node-libs-browser/node_modules/url/url.js\",\n              \"moduleName\": \"./node_modules/node-libs-browser/node_modules/url/url.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"punycode\",\n              \"loc\": \"24:15-34\"\n            }\n          ],\n          \"usedExports\": true,\n          \"providedExports\": null,\n          \"optimizationBailout\": [\n            \"ModuleConcatenation bailout: Module is not an ECMAScript module\"\n          ],\n          \"depth\": 7,\n          \"source\": \"/*! https://mths.be/punycode v1.4.1 by @mathias */\\n;(function(root) {\\n\\n\\t/** Detect free variables */\\n\\tvar freeExports = typeof exports == 'object' && exports &&\\n\\t\\t!exports.nodeType && exports;\\n\\tvar freeModule = typeof module == 'object' && module &&\\n\\t\\t!module.nodeType && module;\\n\\tvar freeGlobal = typeof global == 'object' && global;\\n\\tif (\\n\\t\\tfreeGlobal.global === freeGlobal ||\\n\\t\\tfreeGlobal.window === freeGlobal ||\\n\\t\\tfreeGlobal.self === freeGlobal\\n\\t) {\\n\\t\\troot = freeGlobal;\\n\\t}\\n\\n\\t/**\\n\\t * The `punycode` object.\\n\\t * @name punycode\\n\\t * @type Object\\n\\t */\\n\\tvar punycode,\\n\\n\\t/** Highest positive signed 32-bit float value */\\n\\tmaxInt = 2147483647, // aka. 0x7FFFFFFF or 2^31-1\\n\\n\\t/** Bootstring parameters */\\n\\tbase = 36,\\n\\ttMin = 1,\\n\\ttMax = 26,\\n\\tskew = 38,\\n\\tdamp = 700,\\n\\tinitialBias = 72,\\n\\tinitialN = 128, // 0x80\\n\\tdelimiter = '-', // '\\\\x2D'\\n\\n\\t/** Regular expressions */\\n\\tregexPunycode = /^xn--/,\\n\\tregexNonASCII = /[^\\\\x20-\\\\x7E]/, // unprintable ASCII chars + non-ASCII chars\\n\\tregexSeparators = /[\\\\x2E\\\\u3002\\\\uFF0E\\\\uFF61]/g, // RFC 3490 separators\\n\\n\\t/** Error messages */\\n\\terrors = {\\n\\t\\t'overflow': 'Overflow: input needs wider integers to process',\\n\\t\\t'not-basic': 'Illegal input >= 0x80 (not a basic code point)',\\n\\t\\t'invalid-input': 'Invalid input'\\n\\t},\\n\\n\\t/** Convenience shortcuts */\\n\\tbaseMinusTMin = base - tMin,\\n\\tfloor = Math.floor,\\n\\tstringFromCharCode = String.fromCharCode,\\n\\n\\t/** Temporary variable */\\n\\tkey;\\n\\n\\t/*--------------------------------------------------------------------------*/\\n\\n\\t/**\\n\\t * A generic error utility function.\\n\\t * @private\\n\\t * @param {String} type The error type.\\n\\t * @returns {Error} Throws a `RangeError` with the applicable error message.\\n\\t */\\n\\tfunction error(type) {\\n\\t\\tthrow new RangeError(errors[type]);\\n\\t}\\n\\n\\t/**\\n\\t * A generic `Array#map` utility function.\\n\\t * @private\\n\\t * @param {Array} array The array to iterate over.\\n\\t * @param {Function} callback The function that gets called for every array\\n\\t * item.\\n\\t * @returns {Array} A new array of values returned by the callback function.\\n\\t */\\n\\tfunction map(array, fn) {\\n\\t\\tvar length = array.length;\\n\\t\\tvar result = [];\\n\\t\\twhile (length--) {\\n\\t\\t\\tresult[length] = fn(array[length]);\\n\\t\\t}\\n\\t\\treturn result;\\n\\t}\\n\\n\\t/**\\n\\t * A simple `Array#map`-like wrapper to work with domain name strings or email\\n\\t * addresses.\\n\\t * @private\\n\\t * @param {String} domain The domain name or email address.\\n\\t * @param {Function} callback The function that gets called for every\\n\\t * character.\\n\\t * @returns {Array} A new string of characters returned by the callback\\n\\t * function.\\n\\t */\\n\\tfunction mapDomain(string, fn) {\\n\\t\\tvar parts = string.split('@');\\n\\t\\tvar result = '';\\n\\t\\tif (parts.length > 1) {\\n\\t\\t\\t// In email addresses, only the domain name should be punycoded. Leave\\n\\t\\t\\t// the local part (i.e. everything up to `@`) intact.\\n\\t\\t\\tresult = parts[0] + '@';\\n\\t\\t\\tstring = parts[1];\\n\\t\\t}\\n\\t\\t// Avoid `split(regex)` for IE8 compatibility. See #17.\\n\\t\\tstring = string.replace(regexSeparators, '\\\\x2E');\\n\\t\\tvar labels = string.split('.');\\n\\t\\tvar encoded = map(labels, fn).join('.');\\n\\t\\treturn result + encoded;\\n\\t}\\n\\n\\t/**\\n\\t * Creates an array containing the numeric code points of each Unicode\\n\\t * character in the string. While JavaScript uses UCS-2 internally,\\n\\t * this function will convert a pair of surrogate halves (each of which\\n\\t * UCS-2 exposes as separate characters) into a single code point,\\n\\t * matching UTF-16.\\n\\t * @see `punycode.ucs2.encode`\\n\\t * @see <https://mathiasbynens.be/notes/javascript-encoding>\\n\\t * @memberOf punycode.ucs2\\n\\t * @name decode\\n\\t * @param {String} string The Unicode input string (UCS-2).\\n\\t * @returns {Array} The new array of code points.\\n\\t */\\n\\tfunction ucs2decode(string) {\\n\\t\\tvar output = [],\\n\\t\\t    counter = 0,\\n\\t\\t    length = string.length,\\n\\t\\t    value,\\n\\t\\t    extra;\\n\\t\\twhile (counter < length) {\\n\\t\\t\\tvalue = string.charCodeAt(counter++);\\n\\t\\t\\tif (value >= 0xD800 && value <= 0xDBFF && counter < length) {\\n\\t\\t\\t\\t// high surrogate, and there is a next character\\n\\t\\t\\t\\textra = string.charCodeAt(counter++);\\n\\t\\t\\t\\tif ((extra & 0xFC00) == 0xDC00) { // low surrogate\\n\\t\\t\\t\\t\\toutput.push(((value & 0x3FF) << 10) + (extra & 0x3FF) + 0x10000);\\n\\t\\t\\t\\t} else {\\n\\t\\t\\t\\t\\t// unmatched surrogate; only append this code unit, in case the next\\n\\t\\t\\t\\t\\t// code unit is the high surrogate of a surrogate pair\\n\\t\\t\\t\\t\\toutput.push(value);\\n\\t\\t\\t\\t\\tcounter--;\\n\\t\\t\\t\\t}\\n\\t\\t\\t} else {\\n\\t\\t\\t\\toutput.push(value);\\n\\t\\t\\t}\\n\\t\\t}\\n\\t\\treturn output;\\n\\t}\\n\\n\\t/**\\n\\t * Creates a string based on an array of numeric code points.\\n\\t * @see `punycode.ucs2.decode`\\n\\t * @memberOf punycode.ucs2\\n\\t * @name encode\\n\\t * @param {Array} codePoints The array of numeric code points.\\n\\t * @returns {String} The new Unicode string (UCS-2).\\n\\t */\\n\\tfunction ucs2encode(array) {\\n\\t\\treturn map(array, function(value) {\\n\\t\\t\\tvar output = '';\\n\\t\\t\\tif (value > 0xFFFF) {\\n\\t\\t\\t\\tvalue -= 0x10000;\\n\\t\\t\\t\\toutput += stringFromCharCode(value >>> 10 & 0x3FF | 0xD800);\\n\\t\\t\\t\\tvalue = 0xDC00 | value & 0x3FF;\\n\\t\\t\\t}\\n\\t\\t\\toutput += stringFromCharCode(value);\\n\\t\\t\\treturn output;\\n\\t\\t}).join('');\\n\\t}\\n\\n\\t/**\\n\\t * Converts a basic code point into a digit/integer.\\n\\t * @see `digitToBasic()`\\n\\t * @private\\n\\t * @param {Number} codePoint The basic numeric code point value.\\n\\t * @returns {Number} The numeric value of a basic code point (for use in\\n\\t * representing integers) in the range `0` to `base - 1`, or `base` if\\n\\t * the code point does not represent a value.\\n\\t */\\n\\tfunction basicToDigit(codePoint) {\\n\\t\\tif (codePoint - 48 < 10) {\\n\\t\\t\\treturn codePoint - 22;\\n\\t\\t}\\n\\t\\tif (codePoint - 65 < 26) {\\n\\t\\t\\treturn codePoint - 65;\\n\\t\\t}\\n\\t\\tif (codePoint - 97 < 26) {\\n\\t\\t\\treturn codePoint - 97;\\n\\t\\t}\\n\\t\\treturn base;\\n\\t}\\n\\n\\t/**\\n\\t * Converts a digit/integer into a basic code point.\\n\\t * @see `basicToDigit()`\\n\\t * @private\\n\\t * @param {Number} digit The numeric value of a basic code point.\\n\\t * @returns {Number} The basic code point whose value (when used for\\n\\t * representing integers) is `digit`, which needs to be in the range\\n\\t * `0` to `base - 1`. If `flag` is non-zero, the uppercase form is\\n\\t * used; else, the lowercase form is used. The behavior is undefined\\n\\t * if `flag` is non-zero and `digit` has no uppercase form.\\n\\t */\\n\\tfunction digitToBasic(digit, flag) {\\n\\t\\t//  0..25 map to ASCII a..z or A..Z\\n\\t\\t// 26..35 map to ASCII 0..9\\n\\t\\treturn digit + 22 + 75 * (digit < 26) - ((flag != 0) << 5);\\n\\t}\\n\\n\\t/**\\n\\t * Bias adaptation function as per section 3.4 of RFC 3492.\\n\\t * https://tools.ietf.org/html/rfc3492#section-3.4\\n\\t * @private\\n\\t */\\n\\tfunction adapt(delta, numPoints, firstTime) {\\n\\t\\tvar k = 0;\\n\\t\\tdelta = firstTime ? floor(delta / damp) : delta >> 1;\\n\\t\\tdelta += floor(delta / numPoints);\\n\\t\\tfor (/* no initialization */; delta > baseMinusTMin * tMax >> 1; k += base) {\\n\\t\\t\\tdelta = floor(delta / baseMinusTMin);\\n\\t\\t}\\n\\t\\treturn floor(k + (baseMinusTMin + 1) * delta / (delta + skew));\\n\\t}\\n\\n\\t/**\\n\\t * Converts a Punycode string of ASCII-only symbols to a string of Unicode\\n\\t * symbols.\\n\\t * @memberOf punycode\\n\\t * @param {String} input The Punycode string of ASCII-only symbols.\\n\\t * @returns {String} The resulting string of Unicode symbols.\\n\\t */\\n\\tfunction decode(input) {\\n\\t\\t// Don't use UCS-2\\n\\t\\tvar output = [],\\n\\t\\t    inputLength = input.length,\\n\\t\\t    out,\\n\\t\\t    i = 0,\\n\\t\\t    n = initialN,\\n\\t\\t    bias = initialBias,\\n\\t\\t    basic,\\n\\t\\t    j,\\n\\t\\t    index,\\n\\t\\t    oldi,\\n\\t\\t    w,\\n\\t\\t    k,\\n\\t\\t    digit,\\n\\t\\t    t,\\n\\t\\t    /** Cached calculation results */\\n\\t\\t    baseMinusT;\\n\\n\\t\\t// Handle the basic code points: let `basic` be the number of input code\\n\\t\\t// points before the last delimiter, or `0` if there is none, then copy\\n\\t\\t// the first basic code points to the output.\\n\\n\\t\\tbasic = input.lastIndexOf(delimiter);\\n\\t\\tif (basic < 0) {\\n\\t\\t\\tbasic = 0;\\n\\t\\t}\\n\\n\\t\\tfor (j = 0; j < basic; ++j) {\\n\\t\\t\\t// if it's not a basic code point\\n\\t\\t\\tif (input.charCodeAt(j) >= 0x80) {\\n\\t\\t\\t\\terror('not-basic');\\n\\t\\t\\t}\\n\\t\\t\\toutput.push(input.charCodeAt(j));\\n\\t\\t}\\n\\n\\t\\t// Main decoding loop: start just after the last delimiter if any basic code\\n\\t\\t// points were copied; start at the beginning otherwise.\\n\\n\\t\\tfor (index = basic > 0 ? basic + 1 : 0; index < inputLength; /* no final expression */) {\\n\\n\\t\\t\\t// `index` is the index of the next character to be consumed.\\n\\t\\t\\t// Decode a generalized variable-length integer into `delta`,\\n\\t\\t\\t// which gets added to `i`. The overflow checking is easier\\n\\t\\t\\t// if we increase `i` as we go, then subtract off its starting\\n\\t\\t\\t// value at the end to obtain `delta`.\\n\\t\\t\\tfor (oldi = i, w = 1, k = base; /* no condition */; k += base) {\\n\\n\\t\\t\\t\\tif (index >= inputLength) {\\n\\t\\t\\t\\t\\terror('invalid-input');\\n\\t\\t\\t\\t}\\n\\n\\t\\t\\t\\tdigit = basicToDigit(input.charCodeAt(index++));\\n\\n\\t\\t\\t\\tif (digit >= base || digit > floor((maxInt - i) / w)) {\\n\\t\\t\\t\\t\\terror('overflow');\\n\\t\\t\\t\\t}\\n\\n\\t\\t\\t\\ti += digit * w;\\n\\t\\t\\t\\tt = k <= bias ? tMin : (k >= bias + tMax ? tMax : k - bias);\\n\\n\\t\\t\\t\\tif (digit < t) {\\n\\t\\t\\t\\t\\tbreak;\\n\\t\\t\\t\\t}\\n\\n\\t\\t\\t\\tbaseMinusT = base - t;\\n\\t\\t\\t\\tif (w > floor(maxInt / baseMinusT)) {\\n\\t\\t\\t\\t\\terror('overflow');\\n\\t\\t\\t\\t}\\n\\n\\t\\t\\t\\tw *= baseMinusT;\\n\\n\\t\\t\\t}\\n\\n\\t\\t\\tout = output.length + 1;\\n\\t\\t\\tbias = adapt(i - oldi, out, oldi == 0);\\n\\n\\t\\t\\t// `i` was supposed to wrap around from `out` to `0`,\\n\\t\\t\\t// incrementing `n` each time, so we'll fix that now:\\n\\t\\t\\tif (floor(i / out) > maxInt - n) {\\n\\t\\t\\t\\terror('overflow');\\n\\t\\t\\t}\\n\\n\\t\\t\\tn += floor(i / out);\\n\\t\\t\\ti %= out;\\n\\n\\t\\t\\t// Insert `n` at position `i` of the output\\n\\t\\t\\toutput.splice(i++, 0, n);\\n\\n\\t\\t}\\n\\n\\t\\treturn ucs2encode(output);\\n\\t}\\n\\n\\t/**\\n\\t * Converts a string of Unicode symbols (e.g. a domain name label) to a\\n\\t * Punycode string of ASCII-only symbols.\\n\\t * @memberOf punycode\\n\\t * @param {String} input The string of Unicode symbols.\\n\\t * @returns {String} The resulting Punycode string of ASCII-only symbols.\\n\\t */\\n\\tfunction encode(input) {\\n\\t\\tvar n,\\n\\t\\t    delta,\\n\\t\\t    handledCPCount,\\n\\t\\t    basicLength,\\n\\t\\t    bias,\\n\\t\\t    j,\\n\\t\\t    m,\\n\\t\\t    q,\\n\\t\\t    k,\\n\\t\\t    t,\\n\\t\\t    currentValue,\\n\\t\\t    output = [],\\n\\t\\t    /** `inputLength` will hold the number of code points in `input`. */\\n\\t\\t    inputLength,\\n\\t\\t    /** Cached calculation results */\\n\\t\\t    handledCPCountPlusOne,\\n\\t\\t    baseMinusT,\\n\\t\\t    qMinusT;\\n\\n\\t\\t// Convert the input in UCS-2 to Unicode\\n\\t\\tinput = ucs2decode(input);\\n\\n\\t\\t// Cache the length\\n\\t\\tinputLength = input.length;\\n\\n\\t\\t// Initialize the state\\n\\t\\tn = initialN;\\n\\t\\tdelta = 0;\\n\\t\\tbias = initialBias;\\n\\n\\t\\t// Handle the basic code points\\n\\t\\tfor (j = 0; j < inputLength; ++j) {\\n\\t\\t\\tcurrentValue = input[j];\\n\\t\\t\\tif (currentValue < 0x80) {\\n\\t\\t\\t\\toutput.push(stringFromCharCode(currentValue));\\n\\t\\t\\t}\\n\\t\\t}\\n\\n\\t\\thandledCPCount = basicLength = output.length;\\n\\n\\t\\t// `handledCPCount` is the number of code points that have been handled;\\n\\t\\t// `basicLength` is the number of basic code points.\\n\\n\\t\\t// Finish the basic string - if it is not empty - with a delimiter\\n\\t\\tif (basicLength) {\\n\\t\\t\\toutput.push(delimiter);\\n\\t\\t}\\n\\n\\t\\t// Main encoding loop:\\n\\t\\twhile (handledCPCount < inputLength) {\\n\\n\\t\\t\\t// All non-basic code points < n have been handled already. Find the next\\n\\t\\t\\t// larger one:\\n\\t\\t\\tfor (m = maxInt, j = 0; j < inputLength; ++j) {\\n\\t\\t\\t\\tcurrentValue = input[j];\\n\\t\\t\\t\\tif (currentValue >= n && currentValue < m) {\\n\\t\\t\\t\\t\\tm = currentValue;\\n\\t\\t\\t\\t}\\n\\t\\t\\t}\\n\\n\\t\\t\\t// Increase `delta` enough to advance the decoder's <n,i> state to <m,0>,\\n\\t\\t\\t// but guard against overflow\\n\\t\\t\\thandledCPCountPlusOne = handledCPCount + 1;\\n\\t\\t\\tif (m - n > floor((maxInt - delta) / handledCPCountPlusOne)) {\\n\\t\\t\\t\\terror('overflow');\\n\\t\\t\\t}\\n\\n\\t\\t\\tdelta += (m - n) * handledCPCountPlusOne;\\n\\t\\t\\tn = m;\\n\\n\\t\\t\\tfor (j = 0; j < inputLength; ++j) {\\n\\t\\t\\t\\tcurrentValue = input[j];\\n\\n\\t\\t\\t\\tif (currentValue < n && ++delta > maxInt) {\\n\\t\\t\\t\\t\\terror('overflow');\\n\\t\\t\\t\\t}\\n\\n\\t\\t\\t\\tif (currentValue == n) {\\n\\t\\t\\t\\t\\t// Represent delta as a generalized variable-length integer\\n\\t\\t\\t\\t\\tfor (q = delta, k = base; /* no condition */; k += base) {\\n\\t\\t\\t\\t\\t\\tt = k <= bias ? tMin : (k >= bias + tMax ? tMax : k - bias);\\n\\t\\t\\t\\t\\t\\tif (q < t) {\\n\\t\\t\\t\\t\\t\\t\\tbreak;\\n\\t\\t\\t\\t\\t\\t}\\n\\t\\t\\t\\t\\t\\tqMinusT = q - t;\\n\\t\\t\\t\\t\\t\\tbaseMinusT = base - t;\\n\\t\\t\\t\\t\\t\\toutput.push(\\n\\t\\t\\t\\t\\t\\t\\tstringFromCharCode(digitToBasic(t + qMinusT % baseMinusT, 0))\\n\\t\\t\\t\\t\\t\\t);\\n\\t\\t\\t\\t\\t\\tq = floor(qMinusT / baseMinusT);\\n\\t\\t\\t\\t\\t}\\n\\n\\t\\t\\t\\t\\toutput.push(stringFromCharCode(digitToBasic(q, 0)));\\n\\t\\t\\t\\t\\tbias = adapt(delta, handledCPCountPlusOne, handledCPCount == basicLength);\\n\\t\\t\\t\\t\\tdelta = 0;\\n\\t\\t\\t\\t\\t++handledCPCount;\\n\\t\\t\\t\\t}\\n\\t\\t\\t}\\n\\n\\t\\t\\t++delta;\\n\\t\\t\\t++n;\\n\\n\\t\\t}\\n\\t\\treturn output.join('');\\n\\t}\\n\\n\\t/**\\n\\t * Converts a Punycode string representing a domain name or an email address\\n\\t * to Unicode. Only the Punycoded parts of the input will be converted, i.e.\\n\\t * it doesn't matter if you call it on a string that has already been\\n\\t * converted to Unicode.\\n\\t * @memberOf punycode\\n\\t * @param {String} input The Punycoded domain name or email address to\\n\\t * convert to Unicode.\\n\\t * @returns {String} The Unicode representation of the given Punycode\\n\\t * string.\\n\\t */\\n\\tfunction toUnicode(input) {\\n\\t\\treturn mapDomain(input, function(string) {\\n\\t\\t\\treturn regexPunycode.test(string)\\n\\t\\t\\t\\t? decode(string.slice(4).toLowerCase())\\n\\t\\t\\t\\t: string;\\n\\t\\t});\\n\\t}\\n\\n\\t/**\\n\\t * Converts a Unicode string representing a domain name or an email address to\\n\\t * Punycode. Only the non-ASCII parts of the domain name will be converted,\\n\\t * i.e. it doesn't matter if you call it with a domain that's already in\\n\\t * ASCII.\\n\\t * @memberOf punycode\\n\\t * @param {String} input The domain name or email address to convert, as a\\n\\t * Unicode string.\\n\\t * @returns {String} The Punycode representation of the given domain name or\\n\\t * email address.\\n\\t */\\n\\tfunction toASCII(input) {\\n\\t\\treturn mapDomain(input, function(string) {\\n\\t\\t\\treturn regexNonASCII.test(string)\\n\\t\\t\\t\\t? 'xn--' + encode(string)\\n\\t\\t\\t\\t: string;\\n\\t\\t});\\n\\t}\\n\\n\\t/*--------------------------------------------------------------------------*/\\n\\n\\t/** Define the public API */\\n\\tpunycode = {\\n\\t\\t/**\\n\\t\\t * A string representing the current Punycode.js version number.\\n\\t\\t * @memberOf punycode\\n\\t\\t * @type String\\n\\t\\t */\\n\\t\\t'version': '1.4.1',\\n\\t\\t/**\\n\\t\\t * An object of methods to convert from JavaScript's internal character\\n\\t\\t * representation (UCS-2) to Unicode code points, and back.\\n\\t\\t * @see <https://mathiasbynens.be/notes/javascript-encoding>\\n\\t\\t * @memberOf punycode\\n\\t\\t * @type Object\\n\\t\\t */\\n\\t\\t'ucs2': {\\n\\t\\t\\t'decode': ucs2decode,\\n\\t\\t\\t'encode': ucs2encode\\n\\t\\t},\\n\\t\\t'decode': decode,\\n\\t\\t'encode': encode,\\n\\t\\t'toASCII': toASCII,\\n\\t\\t'toUnicode': toUnicode\\n\\t};\\n\\n\\t/** Expose `punycode` */\\n\\t// Some AMD build optimizers, like r.js, check for specific condition patterns\\n\\t// like the following:\\n\\tif (\\n\\t\\ttypeof define == 'function' &&\\n\\t\\ttypeof define.amd == 'object' &&\\n\\t\\tdefine.amd\\n\\t) {\\n\\t\\tdefine('punycode', function() {\\n\\t\\t\\treturn punycode;\\n\\t\\t});\\n\\t} else if (freeExports && freeModule) {\\n\\t\\tif (module.exports == freeExports) {\\n\\t\\t\\t// in Node.js, io.js, or RingoJS v0.8.0+\\n\\t\\t\\tfreeModule.exports = punycode;\\n\\t\\t} else {\\n\\t\\t\\t// in Narwhal or RingoJS v0.7.0-\\n\\t\\t\\tfor (key in punycode) {\\n\\t\\t\\t\\tpunycode.hasOwnProperty(key) && (freeExports[key] = punycode[key]);\\n\\t\\t\\t}\\n\\t\\t}\\n\\t} else {\\n\\t\\t// in Rhino or a web browser\\n\\t\\troot.punycode = punycode;\\n\\t}\\n\\n}(this));\\n\"\n        },\n        {\n          \"id\": 274,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/node-libs-browser/node_modules/url/util.js\",\n          \"name\": \"./node_modules/node-libs-browser/node_modules/url/util.js\",\n          \"index\": 252,\n          \"index2\": 243,\n          \"size\": 314,\n          \"cacheable\": true,\n          \"built\": true,\n          \"optional\": false,\n          \"prefetched\": false,\n          \"chunks\": [\n            2\n          ],\n          \"issuer\": \"/Users/jarred/Code/styleurl/node_modules/node-libs-browser/node_modules/url/url.js\",\n          \"issuerId\": 61,\n          \"issuerName\": \"./node_modules/node-libs-browser/node_modules/url/url.js\",\n          \"issuerPath\": [\n            {\n              \"id\": 191,\n              \"identifier\": \"multi /Users/jarred/Code/styleurl/webpack/customPublicPath /Users/jarred/Code/styleurl/chrome/extension/background\",\n              \"name\": \"multi ./webpack/customPublicPath ./chrome/extension/background\",\n              \"profile\": {\n                \"factory\": 0,\n                \"building\": 0,\n                \"dependencies\": 54\n              }\n            },\n            {\n              \"id\": 192,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/background.js\",\n              \"name\": \"./chrome/extension/background.js\",\n              \"profile\": {\n                \"factory\": 54,\n                \"building\": 639,\n                \"dependencies\": 140\n              }\n            },\n            {\n              \"id\": 255,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/stylesheet-differ/lib/index.js\",\n              \"name\": \"./node_modules/stylesheet-differ/lib/index.js\",\n              \"profile\": {\n                \"factory\": 140,\n                \"building\": 568,\n                \"dependencies\": 1\n              }\n            },\n            {\n              \"id\": 256,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/native-css/index.js\",\n              \"name\": \"./node_modules/native-css/index.js\",\n              \"profile\": {\n                \"factory\": 189,\n                \"building\": 603,\n                \"dependencies\": 1\n              }\n            },\n            {\n              \"id\": 257,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/native-css/src/native-css.js\",\n              \"name\": \"./node_modules/native-css/src/native-css.js\",\n              \"profile\": {\n                \"factory\": 26,\n                \"building\": 63,\n                \"dependencies\": 14\n              }\n            },\n            {\n              \"id\": 293,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/fetch/lib/fetch.js\",\n              \"name\": \"./node_modules/fetch/lib/fetch.js\",\n              \"profile\": {\n                \"factory\": 117,\n                \"building\": 25,\n                \"dependencies\": 27\n              }\n            },\n            {\n              \"id\": 61,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/node-libs-browser/node_modules/url/url.js\",\n              \"name\": \"./node_modules/node-libs-browser/node_modules/url/url.js\",\n              \"profile\": {\n                \"factory\": 66,\n                \"building\": 38,\n                \"dependencies\": 20\n              }\n            }\n          ],\n          \"profile\": {\n            \"factory\": 49,\n            \"building\": 21,\n            \"dependencies\": 0\n          },\n          \"failed\": false,\n          \"errors\": 0,\n          \"warnings\": 0,\n          \"assets\": [],\n          \"reasons\": [\n            {\n              \"moduleId\": 61,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/node-libs-browser/node_modules/url/url.js\",\n              \"module\": \"./node_modules/node-libs-browser/node_modules/url/url.js\",\n              \"moduleName\": \"./node_modules/node-libs-browser/node_modules/url/url.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"./util\",\n              \"loc\": \"25:11-28\"\n            }\n          ],\n          \"usedExports\": true,\n          \"providedExports\": null,\n          \"optimizationBailout\": [\n            \"ModuleConcatenation bailout: Module is not an ECMAScript module\"\n          ],\n          \"depth\": 7,\n          \"source\": \"'use strict';\\n\\nmodule.exports = {\\n  isString: function(arg) {\\n    return typeof(arg) === 'string';\\n  },\\n  isObject: function(arg) {\\n    return typeof(arg) === 'object' && arg !== null;\\n  },\\n  isNull: function(arg) {\\n    return arg === null;\\n  },\\n  isNullOrUndefined: function(arg) {\\n    return arg == null;\\n  }\\n};\\n\"\n        },\n        {\n          \"id\": 275,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/querystring-es3/index.js\",\n          \"name\": \"./node_modules/querystring-es3/index.js\",\n          \"index\": 253,\n          \"index2\": 246,\n          \"size\": 127,\n          \"cacheable\": true,\n          \"built\": true,\n          \"optional\": false,\n          \"prefetched\": false,\n          \"chunks\": [\n            2\n          ],\n          \"issuer\": \"/Users/jarred/Code/styleurl/node_modules/node-libs-browser/node_modules/url/url.js\",\n          \"issuerId\": 61,\n          \"issuerName\": \"./node_modules/node-libs-browser/node_modules/url/url.js\",\n          \"issuerPath\": [\n            {\n              \"id\": 191,\n              \"identifier\": \"multi /Users/jarred/Code/styleurl/webpack/customPublicPath /Users/jarred/Code/styleurl/chrome/extension/background\",\n              \"name\": \"multi ./webpack/customPublicPath ./chrome/extension/background\",\n              \"profile\": {\n                \"factory\": 0,\n                \"building\": 0,\n                \"dependencies\": 54\n              }\n            },\n            {\n              \"id\": 192,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/background.js\",\n              \"name\": \"./chrome/extension/background.js\",\n              \"profile\": {\n                \"factory\": 54,\n                \"building\": 639,\n                \"dependencies\": 140\n              }\n            },\n            {\n              \"id\": 255,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/stylesheet-differ/lib/index.js\",\n              \"name\": \"./node_modules/stylesheet-differ/lib/index.js\",\n              \"profile\": {\n                \"factory\": 140,\n                \"building\": 568,\n                \"dependencies\": 1\n              }\n            },\n            {\n              \"id\": 256,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/native-css/index.js\",\n              \"name\": \"./node_modules/native-css/index.js\",\n              \"profile\": {\n                \"factory\": 189,\n                \"building\": 603,\n                \"dependencies\": 1\n              }\n            },\n            {\n              \"id\": 257,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/native-css/src/native-css.js\",\n              \"name\": \"./node_modules/native-css/src/native-css.js\",\n              \"profile\": {\n                \"factory\": 26,\n                \"building\": 63,\n                \"dependencies\": 14\n              }\n            },\n            {\n              \"id\": 293,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/fetch/lib/fetch.js\",\n              \"name\": \"./node_modules/fetch/lib/fetch.js\",\n              \"profile\": {\n                \"factory\": 117,\n                \"building\": 25,\n                \"dependencies\": 27\n              }\n            },\n            {\n              \"id\": 61,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/node-libs-browser/node_modules/url/url.js\",\n              \"name\": \"./node_modules/node-libs-browser/node_modules/url/url.js\",\n              \"profile\": {\n                \"factory\": 66,\n                \"building\": 38,\n                \"dependencies\": 20\n              }\n            }\n          ],\n          \"profile\": {\n            \"factory\": 49,\n            \"building\": 21,\n            \"dependencies\": 0\n          },\n          \"failed\": false,\n          \"errors\": 0,\n          \"warnings\": 0,\n          \"assets\": [],\n          \"reasons\": [\n            {\n              \"moduleId\": 61,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/node-libs-browser/node_modules/url/url.js\",\n              \"module\": \"./node_modules/node-libs-browser/node_modules/url/url.js\",\n              \"moduleName\": \"./node_modules/node-libs-browser/node_modules/url/url.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"querystring\",\n              \"loc\": \"100:18-40\"\n            }\n          ],\n          \"usedExports\": true,\n          \"providedExports\": null,\n          \"optimizationBailout\": [\n            \"ModuleConcatenation bailout: Module is not an ECMAScript module\"\n          ],\n          \"depth\": 7,\n          \"source\": \"'use strict';\\n\\nexports.decode = exports.parse = require('./decode');\\nexports.encode = exports.stringify = require('./encode');\\n\"\n        },\n        {\n          \"id\": 276,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/querystring-es3/decode.js\",\n          \"name\": \"./node_modules/querystring-es3/decode.js\",\n          \"index\": 254,\n          \"index2\": 244,\n          \"size\": 2510,\n          \"cacheable\": true,\n          \"built\": true,\n          \"optional\": false,\n          \"prefetched\": false,\n          \"chunks\": [\n            2\n          ],\n          \"issuer\": \"/Users/jarred/Code/styleurl/node_modules/querystring-es3/index.js\",\n          \"issuerId\": 275,\n          \"issuerName\": \"./node_modules/querystring-es3/index.js\",\n          \"issuerPath\": [\n            {\n              \"id\": 191,\n              \"identifier\": \"multi /Users/jarred/Code/styleurl/webpack/customPublicPath /Users/jarred/Code/styleurl/chrome/extension/background\",\n              \"name\": \"multi ./webpack/customPublicPath ./chrome/extension/background\",\n              \"profile\": {\n                \"factory\": 0,\n                \"building\": 0,\n                \"dependencies\": 54\n              }\n            },\n            {\n              \"id\": 192,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/background.js\",\n              \"name\": \"./chrome/extension/background.js\",\n              \"profile\": {\n                \"factory\": 54,\n                \"building\": 639,\n                \"dependencies\": 140\n              }\n            },\n            {\n              \"id\": 255,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/stylesheet-differ/lib/index.js\",\n              \"name\": \"./node_modules/stylesheet-differ/lib/index.js\",\n              \"profile\": {\n                \"factory\": 140,\n                \"building\": 568,\n                \"dependencies\": 1\n              }\n            },\n            {\n              \"id\": 256,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/native-css/index.js\",\n              \"name\": \"./node_modules/native-css/index.js\",\n              \"profile\": {\n                \"factory\": 189,\n                \"building\": 603,\n                \"dependencies\": 1\n              }\n            },\n            {\n              \"id\": 257,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/native-css/src/native-css.js\",\n              \"name\": \"./node_modules/native-css/src/native-css.js\",\n              \"profile\": {\n                \"factory\": 26,\n                \"building\": 63,\n                \"dependencies\": 14\n              }\n            },\n            {\n              \"id\": 293,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/fetch/lib/fetch.js\",\n              \"name\": \"./node_modules/fetch/lib/fetch.js\",\n              \"profile\": {\n                \"factory\": 117,\n                \"building\": 25,\n                \"dependencies\": 27\n              }\n            },\n            {\n              \"id\": 61,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/node-libs-browser/node_modules/url/url.js\",\n              \"name\": \"./node_modules/node-libs-browser/node_modules/url/url.js\",\n              \"profile\": {\n                \"factory\": 66,\n                \"building\": 38,\n                \"dependencies\": 20\n              }\n            },\n            {\n              \"id\": 275,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/querystring-es3/index.js\",\n              \"name\": \"./node_modules/querystring-es3/index.js\",\n              \"profile\": {\n                \"factory\": 49,\n                \"building\": 21,\n                \"dependencies\": 0\n              }\n            }\n          ],\n          \"profile\": {\n            \"factory\": 95,\n            \"building\": 23\n          },\n          \"failed\": false,\n          \"errors\": 0,\n          \"warnings\": 0,\n          \"assets\": [],\n          \"reasons\": [\n            {\n              \"moduleId\": 275,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/querystring-es3/index.js\",\n              \"module\": \"./node_modules/querystring-es3/index.js\",\n              \"moduleName\": \"./node_modules/querystring-es3/index.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"./decode\",\n              \"loc\": \"3:33-52\"\n            }\n          ],\n          \"usedExports\": true,\n          \"providedExports\": null,\n          \"optimizationBailout\": [\n            \"ModuleConcatenation bailout: Module is not an ECMAScript module\"\n          ],\n          \"depth\": 8,\n          \"source\": \"// Copyright Joyent, Inc. and other Node contributors.\\n//\\n// Permission is hereby granted, free of charge, to any person obtaining a\\n// copy of this software and associated documentation files (the\\n// \\\"Software\\\"), to deal in the Software without restriction, including\\n// without limitation the rights to use, copy, modify, merge, publish,\\n// distribute, sublicense, and/or sell copies of the Software, and to permit\\n// persons to whom the Software is furnished to do so, subject to the\\n// following conditions:\\n//\\n// The above copyright notice and this permission notice shall be included\\n// in all copies or substantial portions of the Software.\\n//\\n// THE SOFTWARE IS PROVIDED \\\"AS IS\\\", WITHOUT WARRANTY OF ANY KIND, EXPRESS\\n// OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\\n// MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN\\n// NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM,\\n// DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR\\n// OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE\\n// USE OR OTHER DEALINGS IN THE SOFTWARE.\\n\\n'use strict';\\n\\n// If obj.hasOwnProperty has been overridden, then calling\\n// obj.hasOwnProperty(prop) will break.\\n// See: https://github.com/joyent/node/issues/1707\\nfunction hasOwnProperty(obj, prop) {\\n  return Object.prototype.hasOwnProperty.call(obj, prop);\\n}\\n\\nmodule.exports = function(qs, sep, eq, options) {\\n  sep = sep || '&';\\n  eq = eq || '=';\\n  var obj = {};\\n\\n  if (typeof qs !== 'string' || qs.length === 0) {\\n    return obj;\\n  }\\n\\n  var regexp = /\\\\+/g;\\n  qs = qs.split(sep);\\n\\n  var maxKeys = 1000;\\n  if (options && typeof options.maxKeys === 'number') {\\n    maxKeys = options.maxKeys;\\n  }\\n\\n  var len = qs.length;\\n  // maxKeys <= 0 means that we should not limit keys count\\n  if (maxKeys > 0 && len > maxKeys) {\\n    len = maxKeys;\\n  }\\n\\n  for (var i = 0; i < len; ++i) {\\n    var x = qs[i].replace(regexp, '%20'),\\n        idx = x.indexOf(eq),\\n        kstr, vstr, k, v;\\n\\n    if (idx >= 0) {\\n      kstr = x.substr(0, idx);\\n      vstr = x.substr(idx + 1);\\n    } else {\\n      kstr = x;\\n      vstr = '';\\n    }\\n\\n    k = decodeURIComponent(kstr);\\n    v = decodeURIComponent(vstr);\\n\\n    if (!hasOwnProperty(obj, k)) {\\n      obj[k] = v;\\n    } else if (isArray(obj[k])) {\\n      obj[k].push(v);\\n    } else {\\n      obj[k] = [obj[k], v];\\n    }\\n  }\\n\\n  return obj;\\n};\\n\\nvar isArray = Array.isArray || function (xs) {\\n  return Object.prototype.toString.call(xs) === '[object Array]';\\n};\\n\"\n        },\n        {\n          \"id\": 277,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/querystring-es3/encode.js\",\n          \"name\": \"./node_modules/querystring-es3/encode.js\",\n          \"index\": 255,\n          \"index2\": 245,\n          \"size\": 2544,\n          \"cacheable\": true,\n          \"built\": true,\n          \"optional\": false,\n          \"prefetched\": false,\n          \"chunks\": [\n            2\n          ],\n          \"issuer\": \"/Users/jarred/Code/styleurl/node_modules/querystring-es3/index.js\",\n          \"issuerId\": 275,\n          \"issuerName\": \"./node_modules/querystring-es3/index.js\",\n          \"issuerPath\": [\n            {\n              \"id\": 191,\n              \"identifier\": \"multi /Users/jarred/Code/styleurl/webpack/customPublicPath /Users/jarred/Code/styleurl/chrome/extension/background\",\n              \"name\": \"multi ./webpack/customPublicPath ./chrome/extension/background\",\n              \"profile\": {\n                \"factory\": 0,\n                \"building\": 0,\n                \"dependencies\": 54\n              }\n            },\n            {\n              \"id\": 192,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/background.js\",\n              \"name\": \"./chrome/extension/background.js\",\n              \"profile\": {\n                \"factory\": 54,\n                \"building\": 639,\n                \"dependencies\": 140\n              }\n            },\n            {\n              \"id\": 255,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/stylesheet-differ/lib/index.js\",\n              \"name\": \"./node_modules/stylesheet-differ/lib/index.js\",\n              \"profile\": {\n                \"factory\": 140,\n                \"building\": 568,\n                \"dependencies\": 1\n              }\n            },\n            {\n              \"id\": 256,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/native-css/index.js\",\n              \"name\": \"./node_modules/native-css/index.js\",\n              \"profile\": {\n                \"factory\": 189,\n                \"building\": 603,\n                \"dependencies\": 1\n              }\n            },\n            {\n              \"id\": 257,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/native-css/src/native-css.js\",\n              \"name\": \"./node_modules/native-css/src/native-css.js\",\n              \"profile\": {\n                \"factory\": 26,\n                \"building\": 63,\n                \"dependencies\": 14\n              }\n            },\n            {\n              \"id\": 293,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/fetch/lib/fetch.js\",\n              \"name\": \"./node_modules/fetch/lib/fetch.js\",\n              \"profile\": {\n                \"factory\": 117,\n                \"building\": 25,\n                \"dependencies\": 27\n              }\n            },\n            {\n              \"id\": 61,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/node-libs-browser/node_modules/url/url.js\",\n              \"name\": \"./node_modules/node-libs-browser/node_modules/url/url.js\",\n              \"profile\": {\n                \"factory\": 66,\n                \"building\": 38,\n                \"dependencies\": 20\n              }\n            },\n            {\n              \"id\": 275,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/querystring-es3/index.js\",\n              \"name\": \"./node_modules/querystring-es3/index.js\",\n              \"profile\": {\n                \"factory\": 49,\n                \"building\": 21,\n                \"dependencies\": 0\n              }\n            }\n          ],\n          \"profile\": {\n            \"factory\": 95,\n            \"building\": 23\n          },\n          \"failed\": false,\n          \"errors\": 0,\n          \"warnings\": 0,\n          \"assets\": [],\n          \"reasons\": [\n            {\n              \"moduleId\": 275,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/querystring-es3/index.js\",\n              \"module\": \"./node_modules/querystring-es3/index.js\",\n              \"moduleName\": \"./node_modules/querystring-es3/index.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"./encode\",\n              \"loc\": \"4:37-56\"\n            }\n          ],\n          \"usedExports\": true,\n          \"providedExports\": null,\n          \"optimizationBailout\": [\n            \"ModuleConcatenation bailout: Module is not an ECMAScript module\"\n          ],\n          \"depth\": 8,\n          \"source\": \"// Copyright Joyent, Inc. and other Node contributors.\\n//\\n// Permission is hereby granted, free of charge, to any person obtaining a\\n// copy of this software and associated documentation files (the\\n// \\\"Software\\\"), to deal in the Software without restriction, including\\n// without limitation the rights to use, copy, modify, merge, publish,\\n// distribute, sublicense, and/or sell copies of the Software, and to permit\\n// persons to whom the Software is furnished to do so, subject to the\\n// following conditions:\\n//\\n// The above copyright notice and this permission notice shall be included\\n// in all copies or substantial portions of the Software.\\n//\\n// THE SOFTWARE IS PROVIDED \\\"AS IS\\\", WITHOUT WARRANTY OF ANY KIND, EXPRESS\\n// OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\\n// MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN\\n// NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM,\\n// DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR\\n// OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE\\n// USE OR OTHER DEALINGS IN THE SOFTWARE.\\n\\n'use strict';\\n\\nvar stringifyPrimitive = function(v) {\\n  switch (typeof v) {\\n    case 'string':\\n      return v;\\n\\n    case 'boolean':\\n      return v ? 'true' : 'false';\\n\\n    case 'number':\\n      return isFinite(v) ? v : '';\\n\\n    default:\\n      return '';\\n  }\\n};\\n\\nmodule.exports = function(obj, sep, eq, name) {\\n  sep = sep || '&';\\n  eq = eq || '=';\\n  if (obj === null) {\\n    obj = undefined;\\n  }\\n\\n  if (typeof obj === 'object') {\\n    return map(objectKeys(obj), function(k) {\\n      var ks = encodeURIComponent(stringifyPrimitive(k)) + eq;\\n      if (isArray(obj[k])) {\\n        return map(obj[k], function(v) {\\n          return ks + encodeURIComponent(stringifyPrimitive(v));\\n        }).join(sep);\\n      } else {\\n        return ks + encodeURIComponent(stringifyPrimitive(obj[k]));\\n      }\\n    }).join(sep);\\n\\n  }\\n\\n  if (!name) return '';\\n  return encodeURIComponent(stringifyPrimitive(name)) + eq +\\n         encodeURIComponent(stringifyPrimitive(obj));\\n};\\n\\nvar isArray = Array.isArray || function (xs) {\\n  return Object.prototype.toString.call(xs) === '[object Array]';\\n};\\n\\nfunction map (xs, f) {\\n  if (xs.map) return xs.map(f);\\n  var res = [];\\n  for (var i = 0; i < xs.length; i++) {\\n    res.push(f(xs[i], i));\\n  }\\n  return res;\\n}\\n\\nvar objectKeys = Object.keys || function (obj) {\\n  var res = [];\\n  for (var key in obj) {\\n    if (Object.prototype.hasOwnProperty.call(obj, key)) res.push(key);\\n  }\\n  return res;\\n};\\n\"\n        },\n        {\n          \"id\": 278,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/fs-monkey/lib/correctPath.js\",\n          \"name\": \"./node_modules/fs-monkey/lib/correctPath.js\",\n          \"index\": 256,\n          \"index2\": 248,\n          \"size\": 1110,\n          \"cacheable\": true,\n          \"built\": true,\n          \"optional\": false,\n          \"prefetched\": false,\n          \"chunks\": [\n            2\n          ],\n          \"issuer\": \"/Users/jarred/Code/styleurl/node_modules/memfs/lib/volume.js\",\n          \"issuerId\": 260,\n          \"issuerName\": \"./node_modules/memfs/lib/volume.js\",\n          \"issuerPath\": [\n            {\n              \"id\": 191,\n              \"identifier\": \"multi /Users/jarred/Code/styleurl/webpack/customPublicPath /Users/jarred/Code/styleurl/chrome/extension/background\",\n              \"name\": \"multi ./webpack/customPublicPath ./chrome/extension/background\",\n              \"profile\": {\n                \"factory\": 0,\n                \"building\": 0,\n                \"dependencies\": 54\n              }\n            },\n            {\n              \"id\": 192,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/background.js\",\n              \"name\": \"./chrome/extension/background.js\",\n              \"profile\": {\n                \"factory\": 54,\n                \"building\": 639,\n                \"dependencies\": 140\n              }\n            },\n            {\n              \"id\": 255,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/stylesheet-differ/lib/index.js\",\n              \"name\": \"./node_modules/stylesheet-differ/lib/index.js\",\n              \"profile\": {\n                \"factory\": 140,\n                \"building\": 568,\n                \"dependencies\": 1\n              }\n            },\n            {\n              \"id\": 256,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/native-css/index.js\",\n              \"name\": \"./node_modules/native-css/index.js\",\n              \"profile\": {\n                \"factory\": 189,\n                \"building\": 603,\n                \"dependencies\": 1\n              }\n            },\n            {\n              \"id\": 257,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/native-css/src/native-css.js\",\n              \"name\": \"./node_modules/native-css/src/native-css.js\",\n              \"profile\": {\n                \"factory\": 26,\n                \"building\": 63,\n                \"dependencies\": 14\n              }\n            },\n            {\n              \"id\": 69,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/memfs/lib/index.js\",\n              \"name\": \"./node_modules/memfs/lib/index.js\",\n              \"profile\": {\n                \"factory\": 117,\n                \"building\": 25,\n                \"dependencies\": 27\n              }\n            },\n            {\n              \"id\": 260,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/memfs/lib/volume.js\",\n              \"name\": \"./node_modules/memfs/lib/volume.js\",\n              \"profile\": {\n                \"factory\": 51,\n                \"building\": 84,\n                \"dependencies\": 2\n              }\n            }\n          ],\n          \"profile\": {\n            \"factory\": 133,\n            \"building\": 20,\n            \"dependencies\": 1\n          },\n          \"failed\": false,\n          \"errors\": 0,\n          \"warnings\": 0,\n          \"assets\": [],\n          \"reasons\": [\n            {\n              \"moduleId\": 260,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/memfs/lib/volume.js\",\n              \"module\": \"./node_modules/memfs/lib/volume.js\",\n              \"moduleName\": \"./node_modules/memfs/lib/volume.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"fs-monkey/lib/correctPath\",\n              \"loc\": \"267:20-56\"\n            }\n          ],\n          \"usedExports\": true,\n          \"providedExports\": null,\n          \"optimizationBailout\": [\n            \"ModuleConcatenation bailout: Module is not an ECMAScript module\"\n          ],\n          \"depth\": 7,\n          \"source\": \"'use strict';\\n\\nObject.defineProperty(exports, \\\"__esModule\\\", {\\n  value: true\\n});\\nexports.unixify = unixify;\\nexports.correctPath = correctPath;\\nvar isWin = process.platform === 'win32';\\n\\nfunction removeTrailingSeparator(str) {\\n  var i = str.length - 1;\\n  if (i < 2) {\\n    return str;\\n  }\\n  while (isSeparator(str, i)) {\\n    i--;\\n  }\\n  return str.substr(0, i + 1);\\n}\\n\\nfunction isSeparator(str, i) {\\n  var char = str[i];\\n  return i > 0 && (char === '/' || isWin && char === '\\\\\\\\');\\n}\\n\\nfunction normalizePath(str, stripTrailing) {\\n  if (typeof str !== 'string') {\\n    throw new TypeError('expected a string');\\n  }\\n  str = str.replace(/[\\\\\\\\\\\\/]+/g, '/');\\n  if (stripTrailing !== false) {\\n    str = removeTrailingSeparator(str);\\n  }\\n  return str;\\n}\\n\\nfunction unixify(filepath) {\\n  var stripTrailing = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : true;\\n\\n  if (isWin) {\\n    filepath = normalizePath(filepath, stripTrailing);\\n    return filepath.replace(/^([a-zA-Z]+:|\\\\.\\\\/)/, '');\\n  }\\n  return filepath;\\n}\\n\\nfunction correctPath(filepath) {\\n  return unixify(filepath.replace(/^\\\\\\\\\\\\\\\\\\\\?\\\\\\\\.:\\\\\\\\/, '\\\\\\\\'));\\n}\"\n        },\n        {\n          \"id\": 279,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/fs-monkey/lib/util/lists.js\",\n          \"name\": \"./node_modules/fs-monkey/lib/util/lists.js\",\n          \"index\": 257,\n          \"index2\": 250,\n          \"size\": 1227,\n          \"cacheable\": true,\n          \"built\": true,\n          \"optional\": false,\n          \"prefetched\": false,\n          \"chunks\": [\n            2\n          ],\n          \"issuer\": \"/Users/jarred/Code/styleurl/node_modules/memfs/lib/index.js\",\n          \"issuerId\": 69,\n          \"issuerName\": \"./node_modules/memfs/lib/index.js\",\n          \"issuerPath\": [\n            {\n              \"id\": 191,\n              \"identifier\": \"multi /Users/jarred/Code/styleurl/webpack/customPublicPath /Users/jarred/Code/styleurl/chrome/extension/background\",\n              \"name\": \"multi ./webpack/customPublicPath ./chrome/extension/background\",\n              \"profile\": {\n                \"factory\": 0,\n                \"building\": 0,\n                \"dependencies\": 54\n              }\n            },\n            {\n              \"id\": 192,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/background.js\",\n              \"name\": \"./chrome/extension/background.js\",\n              \"profile\": {\n                \"factory\": 54,\n                \"building\": 639,\n                \"dependencies\": 140\n              }\n            },\n            {\n              \"id\": 255,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/stylesheet-differ/lib/index.js\",\n              \"name\": \"./node_modules/stylesheet-differ/lib/index.js\",\n              \"profile\": {\n                \"factory\": 140,\n                \"building\": 568,\n                \"dependencies\": 1\n              }\n            },\n            {\n              \"id\": 256,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/native-css/index.js\",\n              \"name\": \"./node_modules/native-css/index.js\",\n              \"profile\": {\n                \"factory\": 189,\n                \"building\": 603,\n                \"dependencies\": 1\n              }\n            },\n            {\n              \"id\": 257,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/native-css/src/native-css.js\",\n              \"name\": \"./node_modules/native-css/src/native-css.js\",\n              \"profile\": {\n                \"factory\": 26,\n                \"building\": 63,\n                \"dependencies\": 14\n              }\n            },\n            {\n              \"id\": 69,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/memfs/lib/index.js\",\n              \"name\": \"./node_modules/memfs/lib/index.js\",\n              \"profile\": {\n                \"factory\": 117,\n                \"building\": 25,\n                \"dependencies\": 27\n              }\n            }\n          ],\n          \"profile\": {\n            \"factory\": 51,\n            \"building\": 84,\n            \"dependencies\": 2\n          },\n          \"failed\": false,\n          \"errors\": 0,\n          \"warnings\": 0,\n          \"assets\": [],\n          \"reasons\": [\n            {\n              \"moduleId\": 69,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/memfs/lib/index.js\",\n              \"module\": \"./node_modules/memfs/lib/index.js\",\n              \"moduleName\": \"./node_modules/memfs/lib/index.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"fs-monkey/lib/util/lists\",\n              \"loc\": \"13:9-44\"\n            }\n          ],\n          \"usedExports\": true,\n          \"providedExports\": null,\n          \"optimizationBailout\": [\n            \"ModuleConcatenation bailout: Module is not an ECMAScript module\"\n          ],\n          \"depth\": 6,\n          \"source\": \"'use strict';\\n\\nObject.defineProperty(exports, \\\"__esModule\\\", {\\n    value: true\\n});\\nvar fsProps = exports.fsProps = ['constants', 'F_OK', 'R_OK', 'W_OK', 'X_OK', 'Stats'];\\n\\nvar fsSyncMethods = exports.fsSyncMethods = ['renameSync', 'ftruncateSync', 'truncateSync', 'chownSync', 'fchownSync', 'lchownSync', 'chmodSync', 'fchmodSync', 'lchmodSync', 'statSync', 'lstatSync', 'fstatSync', 'linkSync', 'symlinkSync', 'readlinkSync', 'realpathSync', 'unlinkSync', 'rmdirSync', 'mkdirSync', 'mkdirpSync', 'readdirSync', 'closeSync', 'openSync', 'utimesSync', 'futimesSync', 'fsyncSync', 'writeSync', 'readSync', 'readFileSync', 'writeFileSync', 'appendFileSync', 'existsSync', 'accessSync', 'fdatasyncSync', 'mkdtempSync', 'copyFileSync', 'createReadStream', 'createWriteStream'];\\n\\nvar fsAsyncMethods = exports.fsAsyncMethods = ['rename', 'ftruncate', 'truncate', 'chown', 'fchown', 'lchown', 'chmod', 'fchmod', 'lchmod', 'stat', 'lstat', 'fstat', 'link', 'symlink', 'readlink', 'realpath', 'unlink', 'rmdir', 'mkdir', 'mkdirp', 'readdir', 'close', 'open', 'utimes', 'futimes', 'fsync', 'write', 'read', 'readFile', 'writeFile', 'appendFile', 'exists', 'access', 'fdatasync', 'mkdtemp', 'copyFile', 'watchFile', 'unwatchFile', 'watch'];\"\n        },\n        {\n          \"id\": 280,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/css/index.js\",\n          \"name\": \"./node_modules/css/index.js\",\n          \"index\": 258,\n          \"index2\": 269,\n          \"size\": 88,\n          \"cacheable\": true,\n          \"built\": true,\n          \"optional\": false,\n          \"prefetched\": false,\n          \"chunks\": [\n            2\n          ],\n          \"issuer\": \"/Users/jarred/Code/styleurl/node_modules/native-css/src/native-css.js\",\n          \"issuerId\": 257,\n          \"issuerName\": \"./node_modules/native-css/src/native-css.js\",\n          \"issuerPath\": [\n            {\n              \"id\": 191,\n              \"identifier\": \"multi /Users/jarred/Code/styleurl/webpack/customPublicPath /Users/jarred/Code/styleurl/chrome/extension/background\",\n              \"name\": \"multi ./webpack/customPublicPath ./chrome/extension/background\",\n              \"profile\": {\n                \"factory\": 0,\n                \"building\": 0,\n                \"dependencies\": 54\n              }\n            },\n            {\n              \"id\": 192,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/background.js\",\n              \"name\": \"./chrome/extension/background.js\",\n              \"profile\": {\n                \"factory\": 54,\n                \"building\": 639,\n                \"dependencies\": 140\n              }\n            },\n            {\n              \"id\": 255,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/stylesheet-differ/lib/index.js\",\n              \"name\": \"./node_modules/stylesheet-differ/lib/index.js\",\n              \"profile\": {\n                \"factory\": 140,\n                \"building\": 568,\n                \"dependencies\": 1\n              }\n            },\n            {\n              \"id\": 256,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/native-css/index.js\",\n              \"name\": \"./node_modules/native-css/index.js\",\n              \"profile\": {\n                \"factory\": 189,\n                \"building\": 603,\n                \"dependencies\": 1\n              }\n            },\n            {\n              \"id\": 257,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/native-css/src/native-css.js\",\n              \"name\": \"./node_modules/native-css/src/native-css.js\",\n              \"profile\": {\n                \"factory\": 26,\n                \"building\": 63,\n                \"dependencies\": 14\n              }\n            }\n          ],\n          \"profile\": {\n            \"factory\": 117,\n            \"building\": 25,\n            \"dependencies\": 27\n          },\n          \"failed\": false,\n          \"errors\": 0,\n          \"warnings\": 0,\n          \"assets\": [],\n          \"reasons\": [\n            {\n              \"moduleId\": 257,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/native-css/src/native-css.js\",\n              \"module\": \"./node_modules/native-css/src/native-css.js\",\n              \"moduleName\": \"./node_modules/native-css/src/native-css.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"css\",\n              \"loc\": \"5:14-28\"\n            }\n          ],\n          \"usedExports\": true,\n          \"providedExports\": null,\n          \"optimizationBailout\": [\n            \"ModuleConcatenation bailout: Module is not an ECMAScript module\"\n          ],\n          \"depth\": 5,\n          \"source\": \"exports.parse = require('./lib/parse');\\nexports.stringify = require('./lib/stringify');\\n\"\n        },\n        {\n          \"id\": 281,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/css/lib/parse/index.js\",\n          \"name\": \"./node_modules/css/lib/parse/index.js\",\n          \"index\": 259,\n          \"index2\": 253,\n          \"size\": 10812,\n          \"cacheable\": true,\n          \"built\": true,\n          \"optional\": false,\n          \"prefetched\": false,\n          \"chunks\": [\n            2\n          ],\n          \"issuer\": \"/Users/jarred/Code/styleurl/node_modules/css/index.js\",\n          \"issuerId\": 280,\n          \"issuerName\": \"./node_modules/css/index.js\",\n          \"issuerPath\": [\n            {\n              \"id\": 191,\n              \"identifier\": \"multi /Users/jarred/Code/styleurl/webpack/customPublicPath /Users/jarred/Code/styleurl/chrome/extension/background\",\n              \"name\": \"multi ./webpack/customPublicPath ./chrome/extension/background\",\n              \"profile\": {\n                \"factory\": 0,\n                \"building\": 0,\n                \"dependencies\": 54\n              }\n            },\n            {\n              \"id\": 192,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/background.js\",\n              \"name\": \"./chrome/extension/background.js\",\n              \"profile\": {\n                \"factory\": 54,\n                \"building\": 639,\n                \"dependencies\": 140\n              }\n            },\n            {\n              \"id\": 255,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/stylesheet-differ/lib/index.js\",\n              \"name\": \"./node_modules/stylesheet-differ/lib/index.js\",\n              \"profile\": {\n                \"factory\": 140,\n                \"building\": 568,\n                \"dependencies\": 1\n              }\n            },\n            {\n              \"id\": 256,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/native-css/index.js\",\n              \"name\": \"./node_modules/native-css/index.js\",\n              \"profile\": {\n                \"factory\": 189,\n                \"building\": 603,\n                \"dependencies\": 1\n              }\n            },\n            {\n              \"id\": 257,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/native-css/src/native-css.js\",\n              \"name\": \"./node_modules/native-css/src/native-css.js\",\n              \"profile\": {\n                \"factory\": 26,\n                \"building\": 63,\n                \"dependencies\": 14\n              }\n            },\n            {\n              \"id\": 280,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/css/index.js\",\n              \"name\": \"./node_modules/css/index.js\",\n              \"profile\": {\n                \"factory\": 117,\n                \"building\": 25,\n                \"dependencies\": 27\n              }\n            }\n          ],\n          \"profile\": {\n            \"factory\": 71,\n            \"building\": 48\n          },\n          \"failed\": false,\n          \"errors\": 0,\n          \"warnings\": 0,\n          \"assets\": [],\n          \"reasons\": [\n            {\n              \"moduleId\": 280,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/css/index.js\",\n              \"module\": \"./node_modules/css/index.js\",\n              \"moduleName\": \"./node_modules/css/index.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"./lib/parse\",\n              \"loc\": \"1:16-38\"\n            }\n          ],\n          \"usedExports\": true,\n          \"providedExports\": null,\n          \"optimizationBailout\": [\n            \"ModuleConcatenation bailout: Module is not an ECMAScript module\"\n          ],\n          \"depth\": 6,\n          \"source\": \"// http://www.w3.org/TR/CSS21/grammar.html\\n// https://github.com/visionmedia/css-parse/pull/49#issuecomment-30088027\\nvar commentre = /\\\\/\\\\*[^*]*\\\\*+([^/*][^*]*\\\\*+)*\\\\//g\\n\\nmodule.exports = function(css, options){\\n  options = options || {};\\n\\n  /**\\n   * Positional.\\n   */\\n\\n  var lineno = 1;\\n  var column = 1;\\n\\n  /**\\n   * Update lineno and column based on `str`.\\n   */\\n\\n  function updatePosition(str) {\\n    var lines = str.match(/\\\\n/g);\\n    if (lines) lineno += lines.length;\\n    var i = str.lastIndexOf('\\\\n');\\n    column = ~i ? str.length - i : column + str.length;\\n  }\\n\\n  /**\\n   * Mark position and patch `node.position`.\\n   */\\n\\n  function position() {\\n    var start = { line: lineno, column: column };\\n    return function(node){\\n      node.position = new Position(start);\\n      whitespace();\\n      return node;\\n    };\\n  }\\n\\n  /**\\n   * Store position information for a node\\n   */\\n\\n  function Position(start) {\\n    this.start = start;\\n    this.end = { line: lineno, column: column };\\n    this.source = options.source;\\n  }\\n\\n  /**\\n   * Non-enumerable source string\\n   */\\n\\n  Position.prototype.content = css;\\n\\n  /**\\n   * Error `msg`.\\n   */\\n\\n  var errorsList = [];\\n\\n  function error(msg) {\\n    var err = new Error(options.source + ':' + lineno + ':' + column + ': ' + msg);\\n    err.reason = msg;\\n    err.filename = options.source;\\n    err.line = lineno;\\n    err.column = column;\\n    err.source = css;\\n\\n    if (options.silent) {\\n      errorsList.push(err);\\n    } else {\\n      throw err;\\n    }\\n  }\\n\\n  /**\\n   * Parse stylesheet.\\n   */\\n\\n  function stylesheet() {\\n    var rulesList = rules();\\n\\n    return {\\n      type: 'stylesheet',\\n      stylesheet: {\\n        rules: rulesList,\\n        parsingErrors: errorsList\\n      }\\n    };\\n  }\\n\\n  /**\\n   * Opening brace.\\n   */\\n\\n  function open() {\\n    return match(/^{\\\\s*/);\\n  }\\n\\n  /**\\n   * Closing brace.\\n   */\\n\\n  function close() {\\n    return match(/^}/);\\n  }\\n\\n  /**\\n   * Parse ruleset.\\n   */\\n\\n  function rules() {\\n    var node;\\n    var rules = [];\\n    whitespace();\\n    comments(rules);\\n    while (css.length && css.charAt(0) != '}' && (node = atrule() || rule())) {\\n      if (node !== false) {\\n        rules.push(node);\\n        comments(rules);\\n      }\\n    }\\n    return rules;\\n  }\\n\\n  /**\\n   * Match `re` and return captures.\\n   */\\n\\n  function match(re) {\\n    var m = re.exec(css);\\n    if (!m) return;\\n    var str = m[0];\\n    updatePosition(str);\\n    css = css.slice(str.length);\\n    return m;\\n  }\\n\\n  /**\\n   * Parse whitespace.\\n   */\\n\\n  function whitespace() {\\n    match(/^\\\\s*/);\\n  }\\n\\n  /**\\n   * Parse comments;\\n   */\\n\\n  function comments(rules) {\\n    var c;\\n    rules = rules || [];\\n    while (c = comment()) {\\n      if (c !== false) {\\n        rules.push(c);\\n      }\\n    }\\n    return rules;\\n  }\\n\\n  /**\\n   * Parse comment.\\n   */\\n\\n  function comment() {\\n    var pos = position();\\n    if ('/' != css.charAt(0) || '*' != css.charAt(1)) return;\\n\\n    var i = 2;\\n    while (\\\"\\\" != css.charAt(i) && ('*' != css.charAt(i) || '/' != css.charAt(i + 1))) ++i;\\n    i += 2;\\n\\n    if (\\\"\\\" === css.charAt(i-1)) {\\n      return error('End of comment missing');\\n    }\\n\\n    var str = css.slice(2, i - 2);\\n    column += 2;\\n    updatePosition(str);\\n    css = css.slice(i);\\n    column += 2;\\n\\n    return pos({\\n      type: 'comment',\\n      comment: str\\n    });\\n  }\\n\\n  /**\\n   * Parse selector.\\n   */\\n\\n  function selector() {\\n    var m = match(/^([^{]+)/);\\n    if (!m) return;\\n    /* @fix Remove all comments from selectors\\n     * http://ostermiller.org/findcomment.html */\\n    return trim(m[0])\\n      .replace(/\\\\/\\\\*([^*]|[\\\\r\\\\n]|(\\\\*+([^*/]|[\\\\r\\\\n])))*\\\\*\\\\/+/g, '')\\n      .replace(/\\\"(?:\\\\\\\\\\\"|[^\\\"])*\\\"|'(?:\\\\\\\\'|[^'])*'/g, function(m) {\\n        return m.replace(/,/g, '\\\\u200C');\\n      })\\n      .split(/\\\\s*(?![^(]*\\\\)),\\\\s*/)\\n      .map(function(s) {\\n        return s.replace(/\\\\u200C/g, ',');\\n      });\\n  }\\n\\n  /**\\n   * Parse declaration.\\n   */\\n\\n  function declaration() {\\n    var pos = position();\\n\\n    // prop\\n    var prop = match(/^(\\\\*?[-#\\\\/\\\\*\\\\\\\\\\\\w]+(\\\\[[0-9a-z_-]+\\\\])?)\\\\s*/);\\n    if (!prop) return;\\n    prop = trim(prop[0]);\\n\\n    // :\\n    if (!match(/^:\\\\s*/)) return error(\\\"property missing ':'\\\");\\n\\n    // val\\n    var val = match(/^((?:'(?:\\\\\\\\'|.)*?'|\\\"(?:\\\\\\\\\\\"|.)*?\\\"|\\\\([^\\\\)]*?\\\\)|[^};])+)/);\\n\\n    var ret = pos({\\n      type: 'declaration',\\n      property: prop.replace(commentre, ''),\\n      value: val ? trim(val[0]).replace(commentre, '') : ''\\n    });\\n\\n    // ;\\n    match(/^[;\\\\s]*/);\\n\\n    return ret;\\n  }\\n\\n  /**\\n   * Parse declarations.\\n   */\\n\\n  function declarations() {\\n    var decls = [];\\n\\n    if (!open()) return error(\\\"missing '{'\\\");\\n    comments(decls);\\n\\n    // declarations\\n    var decl;\\n    while (decl = declaration()) {\\n      if (decl !== false) {\\n        decls.push(decl);\\n        comments(decls);\\n      }\\n    }\\n\\n    if (!close()) return error(\\\"missing '}'\\\");\\n    return decls;\\n  }\\n\\n  /**\\n   * Parse keyframe.\\n   */\\n\\n  function keyframe() {\\n    var m;\\n    var vals = [];\\n    var pos = position();\\n\\n    while (m = match(/^((\\\\d+\\\\.\\\\d+|\\\\.\\\\d+|\\\\d+)%?|[a-z]+)\\\\s*/)) {\\n      vals.push(m[1]);\\n      match(/^,\\\\s*/);\\n    }\\n\\n    if (!vals.length) return;\\n\\n    return pos({\\n      type: 'keyframe',\\n      values: vals,\\n      declarations: declarations()\\n    });\\n  }\\n\\n  /**\\n   * Parse keyframes.\\n   */\\n\\n  function atkeyframes() {\\n    var pos = position();\\n    var m = match(/^@([-\\\\w]+)?keyframes\\\\s*/);\\n\\n    if (!m) return;\\n    var vendor = m[1];\\n\\n    // identifier\\n    var m = match(/^([-\\\\w]+)\\\\s*/);\\n    if (!m) return error(\\\"@keyframes missing name\\\");\\n    var name = m[1];\\n\\n    if (!open()) return error(\\\"@keyframes missing '{'\\\");\\n\\n    var frame;\\n    var frames = comments();\\n    while (frame = keyframe()) {\\n      frames.push(frame);\\n      frames = frames.concat(comments());\\n    }\\n\\n    if (!close()) return error(\\\"@keyframes missing '}'\\\");\\n\\n    return pos({\\n      type: 'keyframes',\\n      name: name,\\n      vendor: vendor,\\n      keyframes: frames\\n    });\\n  }\\n\\n  /**\\n   * Parse supports.\\n   */\\n\\n  function atsupports() {\\n    var pos = position();\\n    var m = match(/^@supports *([^{]+)/);\\n\\n    if (!m) return;\\n    var supports = trim(m[1]);\\n\\n    if (!open()) return error(\\\"@supports missing '{'\\\");\\n\\n    var style = comments().concat(rules());\\n\\n    if (!close()) return error(\\\"@supports missing '}'\\\");\\n\\n    return pos({\\n      type: 'supports',\\n      supports: supports,\\n      rules: style\\n    });\\n  }\\n\\n  /**\\n   * Parse host.\\n   */\\n\\n  function athost() {\\n    var pos = position();\\n    var m = match(/^@host\\\\s*/);\\n\\n    if (!m) return;\\n\\n    if (!open()) return error(\\\"@host missing '{'\\\");\\n\\n    var style = comments().concat(rules());\\n\\n    if (!close()) return error(\\\"@host missing '}'\\\");\\n\\n    return pos({\\n      type: 'host',\\n      rules: style\\n    });\\n  }\\n\\n  /**\\n   * Parse media.\\n   */\\n\\n  function atmedia() {\\n    var pos = position();\\n    var m = match(/^@media *([^{]+)/);\\n\\n    if (!m) return;\\n    var media = trim(m[1]);\\n\\n    if (!open()) return error(\\\"@media missing '{'\\\");\\n\\n    var style = comments().concat(rules());\\n\\n    if (!close()) return error(\\\"@media missing '}'\\\");\\n\\n    return pos({\\n      type: 'media',\\n      media: media,\\n      rules: style\\n    });\\n  }\\n\\n\\n  /**\\n   * Parse custom-media.\\n   */\\n\\n  function atcustommedia() {\\n    var pos = position();\\n    var m = match(/^@custom-media\\\\s+(--[^\\\\s]+)\\\\s*([^{;]+);/);\\n    if (!m) return;\\n\\n    return pos({\\n      type: 'custom-media',\\n      name: trim(m[1]),\\n      media: trim(m[2])\\n    });\\n  }\\n\\n  /**\\n   * Parse paged media.\\n   */\\n\\n  function atpage() {\\n    var pos = position();\\n    var m = match(/^@page */);\\n    if (!m) return;\\n\\n    var sel = selector() || [];\\n\\n    if (!open()) return error(\\\"@page missing '{'\\\");\\n    var decls = comments();\\n\\n    // declarations\\n    var decl;\\n    while (decl = declaration()) {\\n      decls.push(decl);\\n      decls = decls.concat(comments());\\n    }\\n\\n    if (!close()) return error(\\\"@page missing '}'\\\");\\n\\n    return pos({\\n      type: 'page',\\n      selectors: sel,\\n      declarations: decls\\n    });\\n  }\\n\\n  /**\\n   * Parse document.\\n   */\\n\\n  function atdocument() {\\n    var pos = position();\\n    var m = match(/^@([-\\\\w]+)?document *([^{]+)/);\\n    if (!m) return;\\n\\n    var vendor = trim(m[1]);\\n    var doc = trim(m[2]);\\n\\n    if (!open()) return error(\\\"@document missing '{'\\\");\\n\\n    var style = comments().concat(rules());\\n\\n    if (!close()) return error(\\\"@document missing '}'\\\");\\n\\n    return pos({\\n      type: 'document',\\n      document: doc,\\n      vendor: vendor,\\n      rules: style\\n    });\\n  }\\n\\n  /**\\n   * Parse font-face.\\n   */\\n\\n  function atfontface() {\\n    var pos = position();\\n    var m = match(/^@font-face\\\\s*/);\\n    if (!m) return;\\n\\n    if (!open()) return error(\\\"@font-face missing '{'\\\");\\n    var decls = comments();\\n\\n    // declarations\\n    var decl;\\n    while (decl = declaration()) {\\n      decls.push(decl);\\n      decls = decls.concat(comments());\\n    }\\n\\n    if (!close()) return error(\\\"@font-face missing '}'\\\");\\n\\n    return pos({\\n      type: 'font-face',\\n      declarations: decls\\n    });\\n  }\\n\\n  /**\\n   * Parse import\\n   */\\n\\n  var atimport = _compileAtrule('import');\\n\\n  /**\\n   * Parse charset\\n   */\\n\\n  var atcharset = _compileAtrule('charset');\\n\\n  /**\\n   * Parse namespace\\n   */\\n\\n  var atnamespace = _compileAtrule('namespace');\\n\\n  /**\\n   * Parse non-block at-rules\\n   */\\n\\n\\n  function _compileAtrule(name) {\\n    var re = new RegExp('^@' + name + '\\\\\\\\s*([^;]+);');\\n    return function() {\\n      var pos = position();\\n      var m = match(re);\\n      if (!m) return;\\n      var ret = { type: name };\\n      ret[name] = m[1].trim();\\n      return pos(ret);\\n    }\\n  }\\n\\n  /**\\n   * Parse at rule.\\n   */\\n\\n  function atrule() {\\n    if (css[0] != '@') return;\\n\\n    return atkeyframes()\\n      || atmedia()\\n      || atcustommedia()\\n      || atsupports()\\n      || atimport()\\n      || atcharset()\\n      || atnamespace()\\n      || atdocument()\\n      || atpage()\\n      || athost()\\n      || atfontface();\\n  }\\n\\n  /**\\n   * Parse rule.\\n   */\\n\\n  function rule() {\\n    var pos = position();\\n    var sel = selector();\\n\\n    if (!sel) return error('selector missing');\\n    comments();\\n\\n    return pos({\\n      type: 'rule',\\n      selectors: sel,\\n      declarations: declarations()\\n    });\\n  }\\n\\n  return addParent(stylesheet());\\n};\\n\\n/**\\n * Trim `str`.\\n */\\n\\nfunction trim(str) {\\n  return str ? str.replace(/^\\\\s+|\\\\s+$/g, '') : '';\\n}\\n\\n/**\\n * Adds non-enumerable parent node reference to each node.\\n */\\n\\nfunction addParent(obj, parent) {\\n  var isNode = obj && typeof obj.type === 'string';\\n  var childParent = isNode ? obj : parent;\\n\\n  for (var k in obj) {\\n    var value = obj[k];\\n    if (Array.isArray(value)) {\\n      value.forEach(function(v) { addParent(v, childParent); });\\n    } else if (value && typeof value === 'object') {\\n      addParent(value, childParent);\\n    }\\n  }\\n\\n  if (isNode) {\\n    Object.defineProperty(obj, 'parent', {\\n      configurable: true,\\n      writable: true,\\n      enumerable: false,\\n      value: parent || null\\n    });\\n  }\\n\\n  return obj;\\n}\\n\"\n        },\n        {\n          \"id\": 282,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/css/lib/stringify/index.js\",\n          \"name\": \"./node_modules/css/lib/stringify/index.js\",\n          \"index\": 260,\n          \"index2\": 268,\n          \"size\": 923,\n          \"cacheable\": true,\n          \"built\": true,\n          \"optional\": false,\n          \"prefetched\": false,\n          \"chunks\": [\n            2\n          ],\n          \"issuer\": \"/Users/jarred/Code/styleurl/node_modules/css/index.js\",\n          \"issuerId\": 280,\n          \"issuerName\": \"./node_modules/css/index.js\",\n          \"issuerPath\": [\n            {\n              \"id\": 191,\n              \"identifier\": \"multi /Users/jarred/Code/styleurl/webpack/customPublicPath /Users/jarred/Code/styleurl/chrome/extension/background\",\n              \"name\": \"multi ./webpack/customPublicPath ./chrome/extension/background\",\n              \"profile\": {\n                \"factory\": 0,\n                \"building\": 0,\n                \"dependencies\": 54\n              }\n            },\n            {\n              \"id\": 192,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/background.js\",\n              \"name\": \"./chrome/extension/background.js\",\n              \"profile\": {\n                \"factory\": 54,\n                \"building\": 639,\n                \"dependencies\": 140\n              }\n            },\n            {\n              \"id\": 255,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/stylesheet-differ/lib/index.js\",\n              \"name\": \"./node_modules/stylesheet-differ/lib/index.js\",\n              \"profile\": {\n                \"factory\": 140,\n                \"building\": 568,\n                \"dependencies\": 1\n              }\n            },\n            {\n              \"id\": 256,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/native-css/index.js\",\n              \"name\": \"./node_modules/native-css/index.js\",\n              \"profile\": {\n                \"factory\": 189,\n                \"building\": 603,\n                \"dependencies\": 1\n              }\n            },\n            {\n              \"id\": 257,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/native-css/src/native-css.js\",\n              \"name\": \"./node_modules/native-css/src/native-css.js\",\n              \"profile\": {\n                \"factory\": 26,\n                \"building\": 63,\n                \"dependencies\": 14\n              }\n            },\n            {\n              \"id\": 280,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/css/index.js\",\n              \"name\": \"./node_modules/css/index.js\",\n              \"profile\": {\n                \"factory\": 117,\n                \"building\": 25,\n                \"dependencies\": 27\n              }\n            }\n          ],\n          \"profile\": {\n            \"factory\": 71,\n            \"building\": 48\n          },\n          \"failed\": false,\n          \"errors\": 0,\n          \"warnings\": 0,\n          \"assets\": [],\n          \"reasons\": [\n            {\n              \"moduleId\": 280,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/css/index.js\",\n              \"module\": \"./node_modules/css/index.js\",\n              \"moduleName\": \"./node_modules/css/index.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"./lib/stringify\",\n              \"loc\": \"2:20-46\"\n            }\n          ],\n          \"usedExports\": true,\n          \"providedExports\": null,\n          \"optimizationBailout\": [\n            \"ModuleConcatenation bailout: Module is not an ECMAScript module\"\n          ],\n          \"depth\": 6,\n          \"source\": \"\\n/**\\n * Module dependencies.\\n */\\n\\nvar Compressed = require('./compress');\\nvar Identity = require('./identity');\\n\\n/**\\n * Stringfy the given AST `node`.\\n *\\n * Options:\\n *\\n *  - `compress` space-optimized output\\n *  - `sourcemap` return an object with `.code` and `.map`\\n *\\n * @param {Object} node\\n * @param {Object} [options]\\n * @return {String}\\n * @api public\\n */\\n\\nmodule.exports = function(node, options){\\n  options = options || {};\\n\\n  var compiler = options.compress\\n    ? new Compressed(options)\\n    : new Identity(options);\\n\\n  // source maps\\n  if (options.sourcemap) {\\n    var sourcemaps = require('./source-map-support');\\n    sourcemaps(compiler);\\n\\n    var code = compiler.compile(node);\\n    compiler.applySourceMaps();\\n\\n    var map = options.sourcemap === 'generator'\\n      ? compiler.map\\n      : compiler.map.toJSON();\\n\\n    return { code: code, map: map };\\n  }\\n\\n  var code = compiler.compile(node);\\n  return code;\\n};\\n\"\n        },\n        {\n          \"id\": 283,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/css/lib/stringify/compress.js\",\n          \"name\": \"./node_modules/css/lib/stringify/compress.js\",\n          \"index\": 261,\n          \"index2\": 255,\n          \"size\": 3589,\n          \"cacheable\": true,\n          \"built\": true,\n          \"optional\": false,\n          \"prefetched\": false,\n          \"chunks\": [\n            2\n          ],\n          \"issuer\": \"/Users/jarred/Code/styleurl/node_modules/css/lib/stringify/index.js\",\n          \"issuerId\": 282,\n          \"issuerName\": \"./node_modules/css/lib/stringify/index.js\",\n          \"issuerPath\": [\n            {\n              \"id\": 191,\n              \"identifier\": \"multi /Users/jarred/Code/styleurl/webpack/customPublicPath /Users/jarred/Code/styleurl/chrome/extension/background\",\n              \"name\": \"multi ./webpack/customPublicPath ./chrome/extension/background\",\n              \"profile\": {\n                \"factory\": 0,\n                \"building\": 0,\n                \"dependencies\": 54\n              }\n            },\n            {\n              \"id\": 192,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/background.js\",\n              \"name\": \"./chrome/extension/background.js\",\n              \"profile\": {\n                \"factory\": 54,\n                \"building\": 639,\n                \"dependencies\": 140\n              }\n            },\n            {\n              \"id\": 255,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/stylesheet-differ/lib/index.js\",\n              \"name\": \"./node_modules/stylesheet-differ/lib/index.js\",\n              \"profile\": {\n                \"factory\": 140,\n                \"building\": 568,\n                \"dependencies\": 1\n              }\n            },\n            {\n              \"id\": 256,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/native-css/index.js\",\n              \"name\": \"./node_modules/native-css/index.js\",\n              \"profile\": {\n                \"factory\": 189,\n                \"building\": 603,\n                \"dependencies\": 1\n              }\n            },\n            {\n              \"id\": 257,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/native-css/src/native-css.js\",\n              \"name\": \"./node_modules/native-css/src/native-css.js\",\n              \"profile\": {\n                \"factory\": 26,\n                \"building\": 63,\n                \"dependencies\": 14\n              }\n            },\n            {\n              \"id\": 280,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/css/index.js\",\n              \"name\": \"./node_modules/css/index.js\",\n              \"profile\": {\n                \"factory\": 117,\n                \"building\": 25,\n                \"dependencies\": 27\n              }\n            },\n            {\n              \"id\": 282,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/css/lib/stringify/index.js\",\n              \"name\": \"./node_modules/css/lib/stringify/index.js\",\n              \"profile\": {\n                \"factory\": 71,\n                \"building\": 48\n              }\n            }\n          ],\n          \"profile\": {\n            \"factory\": 29,\n            \"building\": 30,\n            \"dependencies\": 102\n          },\n          \"failed\": false,\n          \"errors\": 0,\n          \"warnings\": 0,\n          \"assets\": [],\n          \"reasons\": [\n            {\n              \"moduleId\": 282,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/css/lib/stringify/index.js\",\n              \"module\": \"./node_modules/css/lib/stringify/index.js\",\n              \"moduleName\": \"./node_modules/css/lib/stringify/index.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"./compress\",\n              \"loc\": \"6:17-38\"\n            }\n          ],\n          \"usedExports\": true,\n          \"providedExports\": null,\n          \"optimizationBailout\": [\n            \"ModuleConcatenation bailout: Module is not an ECMAScript module\"\n          ],\n          \"depth\": 7,\n          \"source\": \"\\n/**\\n * Module dependencies.\\n */\\n\\nvar Base = require('./compiler');\\nvar inherits = require('inherits');\\n\\n/**\\n * Expose compiler.\\n */\\n\\nmodule.exports = Compiler;\\n\\n/**\\n * Initialize a new `Compiler`.\\n */\\n\\nfunction Compiler(options) {\\n  Base.call(this, options);\\n}\\n\\n/**\\n * Inherit from `Base.prototype`.\\n */\\n\\ninherits(Compiler, Base);\\n\\n/**\\n * Compile `node`.\\n */\\n\\nCompiler.prototype.compile = function(node){\\n  return node.stylesheet\\n    .rules.map(this.visit, this)\\n    .join('');\\n};\\n\\n/**\\n * Visit comment node.\\n */\\n\\nCompiler.prototype.comment = function(node){\\n  return this.emit('', node.position);\\n};\\n\\n/**\\n * Visit import node.\\n */\\n\\nCompiler.prototype.import = function(node){\\n  return this.emit('@import ' + node.import + ';', node.position);\\n};\\n\\n/**\\n * Visit media node.\\n */\\n\\nCompiler.prototype.media = function(node){\\n  return this.emit('@media ' + node.media, node.position)\\n    + this.emit('{')\\n    + this.mapVisit(node.rules)\\n    + this.emit('}');\\n};\\n\\n/**\\n * Visit document node.\\n */\\n\\nCompiler.prototype.document = function(node){\\n  var doc = '@' + (node.vendor || '') + 'document ' + node.document;\\n\\n  return this.emit(doc, node.position)\\n    + this.emit('{')\\n    + this.mapVisit(node.rules)\\n    + this.emit('}');\\n};\\n\\n/**\\n * Visit charset node.\\n */\\n\\nCompiler.prototype.charset = function(node){\\n  return this.emit('@charset ' + node.charset + ';', node.position);\\n};\\n\\n/**\\n * Visit namespace node.\\n */\\n\\nCompiler.prototype.namespace = function(node){\\n  return this.emit('@namespace ' + node.namespace + ';', node.position);\\n};\\n\\n/**\\n * Visit supports node.\\n */\\n\\nCompiler.prototype.supports = function(node){\\n  return this.emit('@supports ' + node.supports, node.position)\\n    + this.emit('{')\\n    + this.mapVisit(node.rules)\\n    + this.emit('}');\\n};\\n\\n/**\\n * Visit keyframes node.\\n */\\n\\nCompiler.prototype.keyframes = function(node){\\n  return this.emit('@'\\n    + (node.vendor || '')\\n    + 'keyframes '\\n    + node.name, node.position)\\n    + this.emit('{')\\n    + this.mapVisit(node.keyframes)\\n    + this.emit('}');\\n};\\n\\n/**\\n * Visit keyframe node.\\n */\\n\\nCompiler.prototype.keyframe = function(node){\\n  var decls = node.declarations;\\n\\n  return this.emit(node.values.join(','), node.position)\\n    + this.emit('{')\\n    + this.mapVisit(decls)\\n    + this.emit('}');\\n};\\n\\n/**\\n * Visit page node.\\n */\\n\\nCompiler.prototype.page = function(node){\\n  var sel = node.selectors.length\\n    ? node.selectors.join(', ')\\n    : '';\\n\\n  return this.emit('@page ' + sel, node.position)\\n    + this.emit('{')\\n    + this.mapVisit(node.declarations)\\n    + this.emit('}');\\n};\\n\\n/**\\n * Visit font-face node.\\n */\\n\\nCompiler.prototype['font-face'] = function(node){\\n  return this.emit('@font-face', node.position)\\n    + this.emit('{')\\n    + this.mapVisit(node.declarations)\\n    + this.emit('}');\\n};\\n\\n/**\\n * Visit host node.\\n */\\n\\nCompiler.prototype.host = function(node){\\n  return this.emit('@host', node.position)\\n    + this.emit('{')\\n    + this.mapVisit(node.rules)\\n    + this.emit('}');\\n};\\n\\n/**\\n * Visit custom-media node.\\n */\\n\\nCompiler.prototype['custom-media'] = function(node){\\n  return this.emit('@custom-media ' + node.name + ' ' + node.media + ';', node.position);\\n};\\n\\n/**\\n * Visit rule node.\\n */\\n\\nCompiler.prototype.rule = function(node){\\n  var decls = node.declarations;\\n  if (!decls.length) return '';\\n\\n  return this.emit(node.selectors.join(','), node.position)\\n    + this.emit('{')\\n    + this.mapVisit(decls)\\n    + this.emit('}');\\n};\\n\\n/**\\n * Visit declaration node.\\n */\\n\\nCompiler.prototype.declaration = function(node){\\n  return this.emit(node.property + ':' + node.value, node.position) + this.emit(';');\\n};\\n\\n\"\n        },\n        {\n          \"id\": 284,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/css/lib/stringify/identity.js\",\n          \"name\": \"./node_modules/css/lib/stringify/identity.js\",\n          \"index\": 263,\n          \"index2\": 256,\n          \"size\": 4954,\n          \"cacheable\": true,\n          \"built\": true,\n          \"optional\": false,\n          \"prefetched\": false,\n          \"chunks\": [\n            2\n          ],\n          \"issuer\": \"/Users/jarred/Code/styleurl/node_modules/css/lib/stringify/index.js\",\n          \"issuerId\": 282,\n          \"issuerName\": \"./node_modules/css/lib/stringify/index.js\",\n          \"issuerPath\": [\n            {\n              \"id\": 191,\n              \"identifier\": \"multi /Users/jarred/Code/styleurl/webpack/customPublicPath /Users/jarred/Code/styleurl/chrome/extension/background\",\n              \"name\": \"multi ./webpack/customPublicPath ./chrome/extension/background\",\n              \"profile\": {\n                \"factory\": 0,\n                \"building\": 0,\n                \"dependencies\": 54\n              }\n            },\n            {\n              \"id\": 192,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/background.js\",\n              \"name\": \"./chrome/extension/background.js\",\n              \"profile\": {\n                \"factory\": 54,\n                \"building\": 639,\n                \"dependencies\": 140\n              }\n            },\n            {\n              \"id\": 255,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/stylesheet-differ/lib/index.js\",\n              \"name\": \"./node_modules/stylesheet-differ/lib/index.js\",\n              \"profile\": {\n                \"factory\": 140,\n                \"building\": 568,\n                \"dependencies\": 1\n              }\n            },\n            {\n              \"id\": 256,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/native-css/index.js\",\n              \"name\": \"./node_modules/native-css/index.js\",\n              \"profile\": {\n                \"factory\": 189,\n                \"building\": 603,\n                \"dependencies\": 1\n              }\n            },\n            {\n              \"id\": 257,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/native-css/src/native-css.js\",\n              \"name\": \"./node_modules/native-css/src/native-css.js\",\n              \"profile\": {\n                \"factory\": 26,\n                \"building\": 63,\n                \"dependencies\": 14\n              }\n            },\n            {\n              \"id\": 280,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/css/index.js\",\n              \"name\": \"./node_modules/css/index.js\",\n              \"profile\": {\n                \"factory\": 117,\n                \"building\": 25,\n                \"dependencies\": 27\n              }\n            },\n            {\n              \"id\": 282,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/css/lib/stringify/index.js\",\n              \"name\": \"./node_modules/css/lib/stringify/index.js\",\n              \"profile\": {\n                \"factory\": 71,\n                \"building\": 48\n              }\n            }\n          ],\n          \"profile\": {\n            \"factory\": 29,\n            \"building\": 30,\n            \"dependencies\": 102\n          },\n          \"failed\": false,\n          \"errors\": 0,\n          \"warnings\": 0,\n          \"assets\": [],\n          \"reasons\": [\n            {\n              \"moduleId\": 282,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/css/lib/stringify/index.js\",\n              \"module\": \"./node_modules/css/lib/stringify/index.js\",\n              \"moduleName\": \"./node_modules/css/lib/stringify/index.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"./identity\",\n              \"loc\": \"7:15-36\"\n            }\n          ],\n          \"usedExports\": true,\n          \"providedExports\": null,\n          \"optimizationBailout\": [\n            \"ModuleConcatenation bailout: Module is not an ECMAScript module\"\n          ],\n          \"depth\": 7,\n          \"source\": \"\\n/**\\n * Module dependencies.\\n */\\n\\nvar Base = require('./compiler');\\nvar inherits = require('inherits');\\n\\n/**\\n * Expose compiler.\\n */\\n\\nmodule.exports = Compiler;\\n\\n/**\\n * Initialize a new `Compiler`.\\n */\\n\\nfunction Compiler(options) {\\n  options = options || {};\\n  Base.call(this, options);\\n  this.indentation = options.indent;\\n}\\n\\n/**\\n * Inherit from `Base.prototype`.\\n */\\n\\ninherits(Compiler, Base);\\n\\n/**\\n * Compile `node`.\\n */\\n\\nCompiler.prototype.compile = function(node){\\n  return this.stylesheet(node);\\n};\\n\\n/**\\n * Visit stylesheet node.\\n */\\n\\nCompiler.prototype.stylesheet = function(node){\\n  return this.mapVisit(node.stylesheet.rules, '\\\\n\\\\n');\\n};\\n\\n/**\\n * Visit comment node.\\n */\\n\\nCompiler.prototype.comment = function(node){\\n  return this.emit(this.indent() + '/*' + node.comment + '*/', node.position);\\n};\\n\\n/**\\n * Visit import node.\\n */\\n\\nCompiler.prototype.import = function(node){\\n  return this.emit('@import ' + node.import + ';', node.position);\\n};\\n\\n/**\\n * Visit media node.\\n */\\n\\nCompiler.prototype.media = function(node){\\n  return this.emit('@media ' + node.media, node.position)\\n    + this.emit(\\n        ' {\\\\n'\\n        + this.indent(1))\\n    + this.mapVisit(node.rules, '\\\\n\\\\n')\\n    + this.emit(\\n        this.indent(-1)\\n        + '\\\\n}');\\n};\\n\\n/**\\n * Visit document node.\\n */\\n\\nCompiler.prototype.document = function(node){\\n  var doc = '@' + (node.vendor || '') + 'document ' + node.document;\\n\\n  return this.emit(doc, node.position)\\n    + this.emit(\\n        ' '\\n      + ' {\\\\n'\\n      + this.indent(1))\\n    + this.mapVisit(node.rules, '\\\\n\\\\n')\\n    + this.emit(\\n        this.indent(-1)\\n        + '\\\\n}');\\n};\\n\\n/**\\n * Visit charset node.\\n */\\n\\nCompiler.prototype.charset = function(node){\\n  return this.emit('@charset ' + node.charset + ';', node.position);\\n};\\n\\n/**\\n * Visit namespace node.\\n */\\n\\nCompiler.prototype.namespace = function(node){\\n  return this.emit('@namespace ' + node.namespace + ';', node.position);\\n};\\n\\n/**\\n * Visit supports node.\\n */\\n\\nCompiler.prototype.supports = function(node){\\n  return this.emit('@supports ' + node.supports, node.position)\\n    + this.emit(\\n      ' {\\\\n'\\n      + this.indent(1))\\n    + this.mapVisit(node.rules, '\\\\n\\\\n')\\n    + this.emit(\\n        this.indent(-1)\\n        + '\\\\n}');\\n};\\n\\n/**\\n * Visit keyframes node.\\n */\\n\\nCompiler.prototype.keyframes = function(node){\\n  return this.emit('@' + (node.vendor || '') + 'keyframes ' + node.name, node.position)\\n    + this.emit(\\n      ' {\\\\n'\\n      + this.indent(1))\\n    + this.mapVisit(node.keyframes, '\\\\n')\\n    + this.emit(\\n        this.indent(-1)\\n        + '}');\\n};\\n\\n/**\\n * Visit keyframe node.\\n */\\n\\nCompiler.prototype.keyframe = function(node){\\n  var decls = node.declarations;\\n\\n  return this.emit(this.indent())\\n    + this.emit(node.values.join(', '), node.position)\\n    + this.emit(\\n      ' {\\\\n'\\n      + this.indent(1))\\n    + this.mapVisit(decls, '\\\\n')\\n    + this.emit(\\n      this.indent(-1)\\n      + '\\\\n'\\n      + this.indent() + '}\\\\n');\\n};\\n\\n/**\\n * Visit page node.\\n */\\n\\nCompiler.prototype.page = function(node){\\n  var sel = node.selectors.length\\n    ? node.selectors.join(', ') + ' '\\n    : '';\\n\\n  return this.emit('@page ' + sel, node.position)\\n    + this.emit('{\\\\n')\\n    + this.emit(this.indent(1))\\n    + this.mapVisit(node.declarations, '\\\\n')\\n    + this.emit(this.indent(-1))\\n    + this.emit('\\\\n}');\\n};\\n\\n/**\\n * Visit font-face node.\\n */\\n\\nCompiler.prototype['font-face'] = function(node){\\n  return this.emit('@font-face ', node.position)\\n    + this.emit('{\\\\n')\\n    + this.emit(this.indent(1))\\n    + this.mapVisit(node.declarations, '\\\\n')\\n    + this.emit(this.indent(-1))\\n    + this.emit('\\\\n}');\\n};\\n\\n/**\\n * Visit host node.\\n */\\n\\nCompiler.prototype.host = function(node){\\n  return this.emit('@host', node.position)\\n    + this.emit(\\n        ' {\\\\n'\\n        + this.indent(1))\\n    + this.mapVisit(node.rules, '\\\\n\\\\n')\\n    + this.emit(\\n        this.indent(-1)\\n        + '\\\\n}');\\n};\\n\\n/**\\n * Visit custom-media node.\\n */\\n\\nCompiler.prototype['custom-media'] = function(node){\\n  return this.emit('@custom-media ' + node.name + ' ' + node.media + ';', node.position);\\n};\\n\\n/**\\n * Visit rule node.\\n */\\n\\nCompiler.prototype.rule = function(node){\\n  var indent = this.indent();\\n  var decls = node.declarations;\\n  if (!decls.length) return '';\\n\\n  return this.emit(node.selectors.map(function(s){ return indent + s }).join(',\\\\n'), node.position)\\n    + this.emit(' {\\\\n')\\n    + this.emit(this.indent(1))\\n    + this.mapVisit(decls, '\\\\n')\\n    + this.emit(this.indent(-1))\\n    + this.emit('\\\\n' + this.indent() + '}');\\n};\\n\\n/**\\n * Visit declaration node.\\n */\\n\\nCompiler.prototype.declaration = function(node){\\n  return this.emit(this.indent())\\n    + this.emit(node.property + ': ' + node.value, node.position)\\n    + this.emit(';');\\n};\\n\\n/**\\n * Increase, decrease or return current indentation.\\n */\\n\\nCompiler.prototype.indent = function(level) {\\n  this.level = this.level || 1;\\n\\n  if (null != level) {\\n    this.level += level;\\n    return '';\\n  }\\n\\n  return Array(this.level).join(this.indentation || '  ');\\n};\\n\"\n        },\n        {\n          \"id\": 285,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/css/lib/stringify/source-map-support.js\",\n          \"name\": \"./node_modules/css/lib/stringify/source-map-support.js\",\n          \"index\": 264,\n          \"index2\": 267,\n          \"size\": 2810,\n          \"cacheable\": true,\n          \"built\": true,\n          \"optional\": false,\n          \"prefetched\": false,\n          \"chunks\": [\n            2\n          ],\n          \"issuer\": \"/Users/jarred/Code/styleurl/node_modules/css/lib/stringify/index.js\",\n          \"issuerId\": 282,\n          \"issuerName\": \"./node_modules/css/lib/stringify/index.js\",\n          \"issuerPath\": [\n            {\n              \"id\": 191,\n              \"identifier\": \"multi /Users/jarred/Code/styleurl/webpack/customPublicPath /Users/jarred/Code/styleurl/chrome/extension/background\",\n              \"name\": \"multi ./webpack/customPublicPath ./chrome/extension/background\",\n              \"profile\": {\n                \"factory\": 0,\n                \"building\": 0,\n                \"dependencies\": 54\n              }\n            },\n            {\n              \"id\": 192,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/background.js\",\n              \"name\": \"./chrome/extension/background.js\",\n              \"profile\": {\n                \"factory\": 54,\n                \"building\": 639,\n                \"dependencies\": 140\n              }\n            },\n            {\n              \"id\": 255,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/stylesheet-differ/lib/index.js\",\n              \"name\": \"./node_modules/stylesheet-differ/lib/index.js\",\n              \"profile\": {\n                \"factory\": 140,\n                \"building\": 568,\n                \"dependencies\": 1\n              }\n            },\n            {\n              \"id\": 256,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/native-css/index.js\",\n              \"name\": \"./node_modules/native-css/index.js\",\n              \"profile\": {\n                \"factory\": 189,\n                \"building\": 603,\n                \"dependencies\": 1\n              }\n            },\n            {\n              \"id\": 257,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/native-css/src/native-css.js\",\n              \"name\": \"./node_modules/native-css/src/native-css.js\",\n              \"profile\": {\n                \"factory\": 26,\n                \"building\": 63,\n                \"dependencies\": 14\n              }\n            },\n            {\n              \"id\": 280,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/css/index.js\",\n              \"name\": \"./node_modules/css/index.js\",\n              \"profile\": {\n                \"factory\": 117,\n                \"building\": 25,\n                \"dependencies\": 27\n              }\n            },\n            {\n              \"id\": 282,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/css/lib/stringify/index.js\",\n              \"name\": \"./node_modules/css/lib/stringify/index.js\",\n              \"profile\": {\n                \"factory\": 71,\n                \"building\": 48\n              }\n            }\n          ],\n          \"profile\": {\n            \"factory\": 29,\n            \"building\": 30,\n            \"dependencies\": 102\n          },\n          \"failed\": false,\n          \"errors\": 0,\n          \"warnings\": 0,\n          \"assets\": [],\n          \"reasons\": [\n            {\n              \"moduleId\": 282,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/css/lib/stringify/index.js\",\n              \"module\": \"./node_modules/css/lib/stringify/index.js\",\n              \"moduleName\": \"./node_modules/css/lib/stringify/index.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"./source-map-support\",\n              \"loc\": \"32:21-52\"\n            }\n          ],\n          \"usedExports\": true,\n          \"providedExports\": null,\n          \"optimizationBailout\": [\n            \"ModuleConcatenation bailout: Module is not an ECMAScript module\"\n          ],\n          \"depth\": 7,\n          \"source\": \"\\n/**\\n * Module dependencies.\\n */\\n\\nvar SourceMap = require('source-map').SourceMapGenerator;\\nvar SourceMapConsumer = require('source-map').SourceMapConsumer;\\nvar sourceMapResolve = require('source-map-resolve');\\nvar urix = require('urix');\\nvar fs = require('fs');\\nvar path = require('path');\\n\\n/**\\n * Expose `mixin()`.\\n */\\n\\nmodule.exports = mixin;\\n\\n/**\\n * Mixin source map support into `compiler`.\\n *\\n * @param {Compiler} compiler\\n * @api public\\n */\\n\\nfunction mixin(compiler) {\\n  compiler._comment = compiler.comment;\\n  compiler.map = new SourceMap();\\n  compiler.position = { line: 1, column: 1 };\\n  compiler.files = {};\\n  for (var k in exports) compiler[k] = exports[k];\\n}\\n\\n/**\\n * Update position.\\n *\\n * @param {String} str\\n * @api private\\n */\\n\\nexports.updatePosition = function(str) {\\n  var lines = str.match(/\\\\n/g);\\n  if (lines) this.position.line += lines.length;\\n  var i = str.lastIndexOf('\\\\n');\\n  this.position.column = ~i ? str.length - i : this.position.column + str.length;\\n};\\n\\n/**\\n * Emit `str`.\\n *\\n * @param {String} str\\n * @param {Object} [pos]\\n * @return {String}\\n * @api private\\n */\\n\\nexports.emit = function(str, pos) {\\n  if (pos) {\\n    var sourceFile = urix(pos.source || 'source.css');\\n\\n    this.map.addMapping({\\n      source: sourceFile,\\n      generated: {\\n        line: this.position.line,\\n        column: Math.max(this.position.column - 1, 0)\\n      },\\n      original: {\\n        line: pos.start.line,\\n        column: pos.start.column - 1\\n      }\\n    });\\n\\n    this.addFile(sourceFile, pos);\\n  }\\n\\n  this.updatePosition(str);\\n\\n  return str;\\n};\\n\\n/**\\n * Adds a file to the source map output if it has not already been added\\n * @param {String} file\\n * @param {Object} pos\\n */\\n\\nexports.addFile = function(file, pos) {\\n  if (typeof pos.content !== 'string') return;\\n  if (Object.prototype.hasOwnProperty.call(this.files, file)) return;\\n\\n  this.files[file] = pos.content;\\n};\\n\\n/**\\n * Applies any original source maps to the output and embeds the source file\\n * contents in the source map.\\n */\\n\\nexports.applySourceMaps = function() {\\n  Object.keys(this.files).forEach(function(file) {\\n    var content = this.files[file];\\n    this.map.setSourceContent(file, content);\\n\\n    if (this.options.inputSourcemaps !== false) {\\n      var originalMap = sourceMapResolve.resolveSync(\\n        content, file, fs.readFileSync);\\n      if (originalMap) {\\n        var map = new SourceMapConsumer(originalMap.map);\\n        var relativeTo = originalMap.sourcesRelativeTo;\\n        this.map.applySourceMap(map, file, urix(path.dirname(relativeTo)));\\n      }\\n    }\\n  }, this);\\n};\\n\\n/**\\n * Process comments, drops sourceMap comments.\\n * @param {Object} node\\n */\\n\\nexports.comment = function(node) {\\n  if (/^# sourceMappingURL=/.test(node.comment))\\n    return this.emit('', node.position);\\n  else\\n    return this._comment(node);\\n};\\n\"\n        },\n        {\n          \"id\": 286,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/css/node_modules/source-map/lib/source-map/source-map-generator.js\",\n          \"name\": \"./node_modules/css/node_modules/source-map/lib/source-map/source-map-generator.js\",\n          \"index\": 266,\n          \"index2\": 259,\n          \"size\": 14141,\n          \"cacheable\": true,\n          \"built\": true,\n          \"optional\": false,\n          \"prefetched\": false,\n          \"chunks\": [\n            2\n          ],\n          \"issuer\": \"/Users/jarred/Code/styleurl/node_modules/css/node_modules/source-map/lib/source-map.js\",\n          \"issuerId\": 156,\n          \"issuerName\": \"./node_modules/css/node_modules/source-map/lib/source-map.js\",\n          \"issuerPath\": [\n            {\n              \"id\": 191,\n              \"identifier\": \"multi /Users/jarred/Code/styleurl/webpack/customPublicPath /Users/jarred/Code/styleurl/chrome/extension/background\",\n              \"name\": \"multi ./webpack/customPublicPath ./chrome/extension/background\",\n              \"profile\": {\n                \"factory\": 0,\n                \"building\": 0,\n                \"dependencies\": 54\n              }\n            },\n            {\n              \"id\": 192,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/background.js\",\n              \"name\": \"./chrome/extension/background.js\",\n              \"profile\": {\n                \"factory\": 54,\n                \"building\": 639,\n                \"dependencies\": 140\n              }\n            },\n            {\n              \"id\": 255,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/stylesheet-differ/lib/index.js\",\n              \"name\": \"./node_modules/stylesheet-differ/lib/index.js\",\n              \"profile\": {\n                \"factory\": 140,\n                \"building\": 568,\n                \"dependencies\": 1\n              }\n            },\n            {\n              \"id\": 256,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/native-css/index.js\",\n              \"name\": \"./node_modules/native-css/index.js\",\n              \"profile\": {\n                \"factory\": 189,\n                \"building\": 603,\n                \"dependencies\": 1\n              }\n            },\n            {\n              \"id\": 257,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/native-css/src/native-css.js\",\n              \"name\": \"./node_modules/native-css/src/native-css.js\",\n              \"profile\": {\n                \"factory\": 26,\n                \"building\": 63,\n                \"dependencies\": 14\n              }\n            },\n            {\n              \"id\": 280,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/css/index.js\",\n              \"name\": \"./node_modules/css/index.js\",\n              \"profile\": {\n                \"factory\": 117,\n                \"building\": 25,\n                \"dependencies\": 27\n              }\n            },\n            {\n              \"id\": 282,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/css/lib/stringify/index.js\",\n              \"name\": \"./node_modules/css/lib/stringify/index.js\",\n              \"profile\": {\n                \"factory\": 71,\n                \"building\": 48\n              }\n            },\n            {\n              \"id\": 285,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/css/lib/stringify/source-map-support.js\",\n              \"name\": \"./node_modules/css/lib/stringify/source-map-support.js\",\n              \"profile\": {\n                \"factory\": 29,\n                \"building\": 30,\n                \"dependencies\": 102\n              }\n            },\n            {\n              \"id\": 156,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/css/node_modules/source-map/lib/source-map.js\",\n              \"name\": \"./node_modules/css/node_modules/source-map/lib/source-map.js\",\n              \"profile\": {\n                \"factory\": 112,\n                \"building\": 33,\n                \"dependencies\": 0\n              }\n            }\n          ],\n          \"profile\": {\n            \"factory\": 77,\n            \"building\": 26,\n            \"dependencies\": 16\n          },\n          \"failed\": false,\n          \"errors\": 0,\n          \"warnings\": 0,\n          \"assets\": [],\n          \"reasons\": [\n            {\n              \"moduleId\": 156,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/css/node_modules/source-map/lib/source-map.js\",\n              \"module\": \"./node_modules/css/node_modules/source-map/lib/source-map.js\",\n              \"moduleName\": \"./node_modules/css/node_modules/source-map/lib/source-map.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"./source-map/source-map-generator\",\n              \"loc\": \"6:29-73\"\n            }\n          ],\n          \"usedExports\": true,\n          \"providedExports\": null,\n          \"optimizationBailout\": [\n            \"ModuleConcatenation bailout: Module is not an ECMAScript module\"\n          ],\n          \"depth\": 9,\n          \"source\": \"/* -*- Mode: js; js-indent-level: 2; -*- */\\n/*\\n * Copyright 2011 Mozilla Foundation and contributors\\n * Licensed under the New BSD license. See LICENSE or:\\n * http://opensource.org/licenses/BSD-3-Clause\\n */\\nif (typeof define !== 'function') {\\n    var define = require('amdefine')(module, require);\\n}\\ndefine(function (require, exports, module) {\\n\\n  var base64VLQ = require('./base64-vlq');\\n  var util = require('./util');\\n  var ArraySet = require('./array-set').ArraySet;\\n  var MappingList = require('./mapping-list').MappingList;\\n\\n  /**\\n   * An instance of the SourceMapGenerator represents a source map which is\\n   * being built incrementally. You may pass an object with the following\\n   * properties:\\n   *\\n   *   - file: The filename of the generated source.\\n   *   - sourceRoot: A root for all relative URLs in this source map.\\n   */\\n  function SourceMapGenerator(aArgs) {\\n    if (!aArgs) {\\n      aArgs = {};\\n    }\\n    this._file = util.getArg(aArgs, 'file', null);\\n    this._sourceRoot = util.getArg(aArgs, 'sourceRoot', null);\\n    this._skipValidation = util.getArg(aArgs, 'skipValidation', false);\\n    this._sources = new ArraySet();\\n    this._names = new ArraySet();\\n    this._mappings = new MappingList();\\n    this._sourcesContents = null;\\n  }\\n\\n  SourceMapGenerator.prototype._version = 3;\\n\\n  /**\\n   * Creates a new SourceMapGenerator based on a SourceMapConsumer\\n   *\\n   * @param aSourceMapConsumer The SourceMap.\\n   */\\n  SourceMapGenerator.fromSourceMap =\\n    function SourceMapGenerator_fromSourceMap(aSourceMapConsumer) {\\n      var sourceRoot = aSourceMapConsumer.sourceRoot;\\n      var generator = new SourceMapGenerator({\\n        file: aSourceMapConsumer.file,\\n        sourceRoot: sourceRoot\\n      });\\n      aSourceMapConsumer.eachMapping(function (mapping) {\\n        var newMapping = {\\n          generated: {\\n            line: mapping.generatedLine,\\n            column: mapping.generatedColumn\\n          }\\n        };\\n\\n        if (mapping.source != null) {\\n          newMapping.source = mapping.source;\\n          if (sourceRoot != null) {\\n            newMapping.source = util.relative(sourceRoot, newMapping.source);\\n          }\\n\\n          newMapping.original = {\\n            line: mapping.originalLine,\\n            column: mapping.originalColumn\\n          };\\n\\n          if (mapping.name != null) {\\n            newMapping.name = mapping.name;\\n          }\\n        }\\n\\n        generator.addMapping(newMapping);\\n      });\\n      aSourceMapConsumer.sources.forEach(function (sourceFile) {\\n        var content = aSourceMapConsumer.sourceContentFor(sourceFile);\\n        if (content != null) {\\n          generator.setSourceContent(sourceFile, content);\\n        }\\n      });\\n      return generator;\\n    };\\n\\n  /**\\n   * Add a single mapping from original source line and column to the generated\\n   * source's line and column for this source map being created. The mapping\\n   * object should have the following properties:\\n   *\\n   *   - generated: An object with the generated line and column positions.\\n   *   - original: An object with the original line and column positions.\\n   *   - source: The original source file (relative to the sourceRoot).\\n   *   - name: An optional original token name for this mapping.\\n   */\\n  SourceMapGenerator.prototype.addMapping =\\n    function SourceMapGenerator_addMapping(aArgs) {\\n      var generated = util.getArg(aArgs, 'generated');\\n      var original = util.getArg(aArgs, 'original', null);\\n      var source = util.getArg(aArgs, 'source', null);\\n      var name = util.getArg(aArgs, 'name', null);\\n\\n      if (!this._skipValidation) {\\n        this._validateMapping(generated, original, source, name);\\n      }\\n\\n      if (source != null && !this._sources.has(source)) {\\n        this._sources.add(source);\\n      }\\n\\n      if (name != null && !this._names.has(name)) {\\n        this._names.add(name);\\n      }\\n\\n      this._mappings.add({\\n        generatedLine: generated.line,\\n        generatedColumn: generated.column,\\n        originalLine: original != null && original.line,\\n        originalColumn: original != null && original.column,\\n        source: source,\\n        name: name\\n      });\\n    };\\n\\n  /**\\n   * Set the source content for a source file.\\n   */\\n  SourceMapGenerator.prototype.setSourceContent =\\n    function SourceMapGenerator_setSourceContent(aSourceFile, aSourceContent) {\\n      var source = aSourceFile;\\n      if (this._sourceRoot != null) {\\n        source = util.relative(this._sourceRoot, source);\\n      }\\n\\n      if (aSourceContent != null) {\\n        // Add the source content to the _sourcesContents map.\\n        // Create a new _sourcesContents map if the property is null.\\n        if (!this._sourcesContents) {\\n          this._sourcesContents = {};\\n        }\\n        this._sourcesContents[util.toSetString(source)] = aSourceContent;\\n      } else if (this._sourcesContents) {\\n        // Remove the source file from the _sourcesContents map.\\n        // If the _sourcesContents map is empty, set the property to null.\\n        delete this._sourcesContents[util.toSetString(source)];\\n        if (Object.keys(this._sourcesContents).length === 0) {\\n          this._sourcesContents = null;\\n        }\\n      }\\n    };\\n\\n  /**\\n   * Applies the mappings of a sub-source-map for a specific source file to the\\n   * source map being generated. Each mapping to the supplied source file is\\n   * rewritten using the supplied source map. Note: The resolution for the\\n   * resulting mappings is the minimium of this map and the supplied map.\\n   *\\n   * @param aSourceMapConsumer The source map to be applied.\\n   * @param aSourceFile Optional. The filename of the source file.\\n   *        If omitted, SourceMapConsumer's file property will be used.\\n   * @param aSourceMapPath Optional. The dirname of the path to the source map\\n   *        to be applied. If relative, it is relative to the SourceMapConsumer.\\n   *        This parameter is needed when the two source maps aren't in the same\\n   *        directory, and the source map to be applied contains relative source\\n   *        paths. If so, those relative source paths need to be rewritten\\n   *        relative to the SourceMapGenerator.\\n   */\\n  SourceMapGenerator.prototype.applySourceMap =\\n    function SourceMapGenerator_applySourceMap(aSourceMapConsumer, aSourceFile, aSourceMapPath) {\\n      var sourceFile = aSourceFile;\\n      // If aSourceFile is omitted, we will use the file property of the SourceMap\\n      if (aSourceFile == null) {\\n        if (aSourceMapConsumer.file == null) {\\n          throw new Error(\\n            'SourceMapGenerator.prototype.applySourceMap requires either an explicit source file, ' +\\n            'or the source map\\\\'s \\\"file\\\" property. Both were omitted.'\\n          );\\n        }\\n        sourceFile = aSourceMapConsumer.file;\\n      }\\n      var sourceRoot = this._sourceRoot;\\n      // Make \\\"sourceFile\\\" relative if an absolute Url is passed.\\n      if (sourceRoot != null) {\\n        sourceFile = util.relative(sourceRoot, sourceFile);\\n      }\\n      // Applying the SourceMap can add and remove items from the sources and\\n      // the names array.\\n      var newSources = new ArraySet();\\n      var newNames = new ArraySet();\\n\\n      // Find mappings for the \\\"sourceFile\\\"\\n      this._mappings.unsortedForEach(function (mapping) {\\n        if (mapping.source === sourceFile && mapping.originalLine != null) {\\n          // Check if it can be mapped by the source map, then update the mapping.\\n          var original = aSourceMapConsumer.originalPositionFor({\\n            line: mapping.originalLine,\\n            column: mapping.originalColumn\\n          });\\n          if (original.source != null) {\\n            // Copy mapping\\n            mapping.source = original.source;\\n            if (aSourceMapPath != null) {\\n              mapping.source = util.join(aSourceMapPath, mapping.source)\\n            }\\n            if (sourceRoot != null) {\\n              mapping.source = util.relative(sourceRoot, mapping.source);\\n            }\\n            mapping.originalLine = original.line;\\n            mapping.originalColumn = original.column;\\n            if (original.name != null) {\\n              mapping.name = original.name;\\n            }\\n          }\\n        }\\n\\n        var source = mapping.source;\\n        if (source != null && !newSources.has(source)) {\\n          newSources.add(source);\\n        }\\n\\n        var name = mapping.name;\\n        if (name != null && !newNames.has(name)) {\\n          newNames.add(name);\\n        }\\n\\n      }, this);\\n      this._sources = newSources;\\n      this._names = newNames;\\n\\n      // Copy sourcesContents of applied map.\\n      aSourceMapConsumer.sources.forEach(function (sourceFile) {\\n        var content = aSourceMapConsumer.sourceContentFor(sourceFile);\\n        if (content != null) {\\n          if (aSourceMapPath != null) {\\n            sourceFile = util.join(aSourceMapPath, sourceFile);\\n          }\\n          if (sourceRoot != null) {\\n            sourceFile = util.relative(sourceRoot, sourceFile);\\n          }\\n          this.setSourceContent(sourceFile, content);\\n        }\\n      }, this);\\n    };\\n\\n  /**\\n   * A mapping can have one of the three levels of data:\\n   *\\n   *   1. Just the generated position.\\n   *   2. The Generated position, original position, and original source.\\n   *   3. Generated and original position, original source, as well as a name\\n   *      token.\\n   *\\n   * To maintain consistency, we validate that any new mapping being added falls\\n   * in to one of these categories.\\n   */\\n  SourceMapGenerator.prototype._validateMapping =\\n    function SourceMapGenerator_validateMapping(aGenerated, aOriginal, aSource,\\n                                                aName) {\\n      if (aGenerated && 'line' in aGenerated && 'column' in aGenerated\\n          && aGenerated.line > 0 && aGenerated.column >= 0\\n          && !aOriginal && !aSource && !aName) {\\n        // Case 1.\\n        return;\\n      }\\n      else if (aGenerated && 'line' in aGenerated && 'column' in aGenerated\\n               && aOriginal && 'line' in aOriginal && 'column' in aOriginal\\n               && aGenerated.line > 0 && aGenerated.column >= 0\\n               && aOriginal.line > 0 && aOriginal.column >= 0\\n               && aSource) {\\n        // Cases 2 and 3.\\n        return;\\n      }\\n      else {\\n        throw new Error('Invalid mapping: ' + JSON.stringify({\\n          generated: aGenerated,\\n          source: aSource,\\n          original: aOriginal,\\n          name: aName\\n        }));\\n      }\\n    };\\n\\n  /**\\n   * Serialize the accumulated mappings in to the stream of base 64 VLQs\\n   * specified by the source map format.\\n   */\\n  SourceMapGenerator.prototype._serializeMappings =\\n    function SourceMapGenerator_serializeMappings() {\\n      var previousGeneratedColumn = 0;\\n      var previousGeneratedLine = 1;\\n      var previousOriginalColumn = 0;\\n      var previousOriginalLine = 0;\\n      var previousName = 0;\\n      var previousSource = 0;\\n      var result = '';\\n      var mapping;\\n\\n      var mappings = this._mappings.toArray();\\n\\n      for (var i = 0, len = mappings.length; i < len; i++) {\\n        mapping = mappings[i];\\n\\n        if (mapping.generatedLine !== previousGeneratedLine) {\\n          previousGeneratedColumn = 0;\\n          while (mapping.generatedLine !== previousGeneratedLine) {\\n            result += ';';\\n            previousGeneratedLine++;\\n          }\\n        }\\n        else {\\n          if (i > 0) {\\n            if (!util.compareByGeneratedPositions(mapping, mappings[i - 1])) {\\n              continue;\\n            }\\n            result += ',';\\n          }\\n        }\\n\\n        result += base64VLQ.encode(mapping.generatedColumn\\n                                   - previousGeneratedColumn);\\n        previousGeneratedColumn = mapping.generatedColumn;\\n\\n        if (mapping.source != null) {\\n          result += base64VLQ.encode(this._sources.indexOf(mapping.source)\\n                                     - previousSource);\\n          previousSource = this._sources.indexOf(mapping.source);\\n\\n          // lines are stored 0-based in SourceMap spec version 3\\n          result += base64VLQ.encode(mapping.originalLine - 1\\n                                     - previousOriginalLine);\\n          previousOriginalLine = mapping.originalLine - 1;\\n\\n          result += base64VLQ.encode(mapping.originalColumn\\n                                     - previousOriginalColumn);\\n          previousOriginalColumn = mapping.originalColumn;\\n\\n          if (mapping.name != null) {\\n            result += base64VLQ.encode(this._names.indexOf(mapping.name)\\n                                       - previousName);\\n            previousName = this._names.indexOf(mapping.name);\\n          }\\n        }\\n      }\\n\\n      return result;\\n    };\\n\\n  SourceMapGenerator.prototype._generateSourcesContent =\\n    function SourceMapGenerator_generateSourcesContent(aSources, aSourceRoot) {\\n      return aSources.map(function (source) {\\n        if (!this._sourcesContents) {\\n          return null;\\n        }\\n        if (aSourceRoot != null) {\\n          source = util.relative(aSourceRoot, source);\\n        }\\n        var key = util.toSetString(source);\\n        return Object.prototype.hasOwnProperty.call(this._sourcesContents,\\n                                                    key)\\n          ? this._sourcesContents[key]\\n          : null;\\n      }, this);\\n    };\\n\\n  /**\\n   * Externalize the source map.\\n   */\\n  SourceMapGenerator.prototype.toJSON =\\n    function SourceMapGenerator_toJSON() {\\n      var map = {\\n        version: this._version,\\n        sources: this._sources.toArray(),\\n        names: this._names.toArray(),\\n        mappings: this._serializeMappings()\\n      };\\n      if (this._file != null) {\\n        map.file = this._file;\\n      }\\n      if (this._sourceRoot != null) {\\n        map.sourceRoot = this._sourceRoot;\\n      }\\n      if (this._sourcesContents) {\\n        map.sourcesContent = this._generateSourcesContent(map.sources, map.sourceRoot);\\n      }\\n\\n      return map;\\n    };\\n\\n  /**\\n   * Render the source map being generated to a string.\\n   */\\n  SourceMapGenerator.prototype.toString =\\n    function SourceMapGenerator_toString() {\\n      return JSON.stringify(this);\\n    };\\n\\n  exports.SourceMapGenerator = SourceMapGenerator;\\n\\n});\\n\"\n        },\n        {\n          \"id\": 287,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/css/node_modules/source-map/lib/source-map/source-map-consumer.js\",\n          \"name\": \"./node_modules/css/node_modules/source-map/lib/source-map/source-map-consumer.js\",\n          \"index\": 269,\n          \"index2\": 260,\n          \"size\": 21648,\n          \"cacheable\": true,\n          \"built\": true,\n          \"optional\": false,\n          \"prefetched\": false,\n          \"chunks\": [\n            2\n          ],\n          \"issuer\": \"/Users/jarred/Code/styleurl/node_modules/css/node_modules/source-map/lib/source-map.js\",\n          \"issuerId\": 156,\n          \"issuerName\": \"./node_modules/css/node_modules/source-map/lib/source-map.js\",\n          \"issuerPath\": [\n            {\n              \"id\": 191,\n              \"identifier\": \"multi /Users/jarred/Code/styleurl/webpack/customPublicPath /Users/jarred/Code/styleurl/chrome/extension/background\",\n              \"name\": \"multi ./webpack/customPublicPath ./chrome/extension/background\",\n              \"profile\": {\n                \"factory\": 0,\n                \"building\": 0,\n                \"dependencies\": 54\n              }\n            },\n            {\n              \"id\": 192,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/background.js\",\n              \"name\": \"./chrome/extension/background.js\",\n              \"profile\": {\n                \"factory\": 54,\n                \"building\": 639,\n                \"dependencies\": 140\n              }\n            },\n            {\n              \"id\": 255,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/stylesheet-differ/lib/index.js\",\n              \"name\": \"./node_modules/stylesheet-differ/lib/index.js\",\n              \"profile\": {\n                \"factory\": 140,\n                \"building\": 568,\n                \"dependencies\": 1\n              }\n            },\n            {\n              \"id\": 256,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/native-css/index.js\",\n              \"name\": \"./node_modules/native-css/index.js\",\n              \"profile\": {\n                \"factory\": 189,\n                \"building\": 603,\n                \"dependencies\": 1\n              }\n            },\n            {\n              \"id\": 257,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/native-css/src/native-css.js\",\n              \"name\": \"./node_modules/native-css/src/native-css.js\",\n              \"profile\": {\n                \"factory\": 26,\n                \"building\": 63,\n                \"dependencies\": 14\n              }\n            },\n            {\n              \"id\": 280,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/css/index.js\",\n              \"name\": \"./node_modules/css/index.js\",\n              \"profile\": {\n                \"factory\": 117,\n                \"building\": 25,\n                \"dependencies\": 27\n              }\n            },\n            {\n              \"id\": 282,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/css/lib/stringify/index.js\",\n              \"name\": \"./node_modules/css/lib/stringify/index.js\",\n              \"profile\": {\n                \"factory\": 71,\n                \"building\": 48\n              }\n            },\n            {\n              \"id\": 285,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/css/lib/stringify/source-map-support.js\",\n              \"name\": \"./node_modules/css/lib/stringify/source-map-support.js\",\n              \"profile\": {\n                \"factory\": 29,\n                \"building\": 30,\n                \"dependencies\": 102\n              }\n            },\n            {\n              \"id\": 156,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/css/node_modules/source-map/lib/source-map.js\",\n              \"name\": \"./node_modules/css/node_modules/source-map/lib/source-map.js\",\n              \"profile\": {\n                \"factory\": 112,\n                \"building\": 33,\n                \"dependencies\": 0\n              }\n            }\n          ],\n          \"profile\": {\n            \"factory\": 77,\n            \"building\": 26,\n            \"dependencies\": 16\n          },\n          \"failed\": false,\n          \"errors\": 0,\n          \"warnings\": 0,\n          \"assets\": [],\n          \"reasons\": [\n            {\n              \"moduleId\": 156,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/css/node_modules/source-map/lib/source-map.js\",\n              \"module\": \"./node_modules/css/node_modules/source-map/lib/source-map.js\",\n              \"moduleName\": \"./node_modules/css/node_modules/source-map/lib/source-map.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"./source-map/source-map-consumer\",\n              \"loc\": \"7:28-71\"\n            }\n          ],\n          \"usedExports\": true,\n          \"providedExports\": null,\n          \"optimizationBailout\": [\n            \"ModuleConcatenation bailout: Module is not an ECMAScript module\"\n          ],\n          \"depth\": 9,\n          \"source\": \"/* -*- Mode: js; js-indent-level: 2; -*- */\\n/*\\n * Copyright 2011 Mozilla Foundation and contributors\\n * Licensed under the New BSD license. See LICENSE or:\\n * http://opensource.org/licenses/BSD-3-Clause\\n */\\nif (typeof define !== 'function') {\\n    var define = require('amdefine')(module, require);\\n}\\ndefine(function (require, exports, module) {\\n\\n  var util = require('./util');\\n  var binarySearch = require('./binary-search');\\n  var ArraySet = require('./array-set').ArraySet;\\n  var base64VLQ = require('./base64-vlq');\\n\\n  /**\\n   * A SourceMapConsumer instance represents a parsed source map which we can\\n   * query for information about the original file positions by giving it a file\\n   * position in the generated source.\\n   *\\n   * The only parameter is the raw source map (either as a JSON string, or\\n   * already parsed to an object). According to the spec, source maps have the\\n   * following attributes:\\n   *\\n   *   - version: Which version of the source map spec this map is following.\\n   *   - sources: An array of URLs to the original source files.\\n   *   - names: An array of identifiers which can be referrenced by individual mappings.\\n   *   - sourceRoot: Optional. The URL root from which all sources are relative.\\n   *   - sourcesContent: Optional. An array of contents of the original source files.\\n   *   - mappings: A string of base64 VLQs which contain the actual mappings.\\n   *   - file: Optional. The generated file this source map is associated with.\\n   *\\n   * Here is an example source map, taken from the source map spec[0]:\\n   *\\n   *     {\\n   *       version : 3,\\n   *       file: \\\"out.js\\\",\\n   *       sourceRoot : \\\"\\\",\\n   *       sources: [\\\"foo.js\\\", \\\"bar.js\\\"],\\n   *       names: [\\\"src\\\", \\\"maps\\\", \\\"are\\\", \\\"fun\\\"],\\n   *       mappings: \\\"AA,AB;;ABCDE;\\\"\\n   *     }\\n   *\\n   * [0]: https://docs.google.com/document/d/1U1RGAehQwRypUTovF1KRlpiOFze0b-_2gc6fAH0KY0k/edit?pli=1#\\n   */\\n  function SourceMapConsumer(aSourceMap) {\\n    var sourceMap = aSourceMap;\\n    if (typeof aSourceMap === 'string') {\\n      sourceMap = JSON.parse(aSourceMap.replace(/^\\\\)\\\\]\\\\}'/, ''));\\n    }\\n\\n    var version = util.getArg(sourceMap, 'version');\\n    var sources = util.getArg(sourceMap, 'sources');\\n    // Sass 3.3 leaves out the 'names' array, so we deviate from the spec (which\\n    // requires the array) to play nice here.\\n    var names = util.getArg(sourceMap, 'names', []);\\n    var sourceRoot = util.getArg(sourceMap, 'sourceRoot', null);\\n    var sourcesContent = util.getArg(sourceMap, 'sourcesContent', null);\\n    var mappings = util.getArg(sourceMap, 'mappings');\\n    var file = util.getArg(sourceMap, 'file', null);\\n\\n    // Once again, Sass deviates from the spec and supplies the version as a\\n    // string rather than a number, so we use loose equality checking here.\\n    if (version != this._version) {\\n      throw new Error('Unsupported version: ' + version);\\n    }\\n\\n    // Some source maps produce relative source paths like \\\"./foo.js\\\" instead of\\n    // \\\"foo.js\\\".  Normalize these first so that future comparisons will succeed.\\n    // See bugzil.la/1090768.\\n    sources = sources.map(util.normalize);\\n\\n    // Pass `true` below to allow duplicate names and sources. While source maps\\n    // are intended to be compressed and deduplicated, the TypeScript compiler\\n    // sometimes generates source maps with duplicates in them. See Github issue\\n    // #72 and bugzil.la/889492.\\n    this._names = ArraySet.fromArray(names, true);\\n    this._sources = ArraySet.fromArray(sources, true);\\n\\n    this.sourceRoot = sourceRoot;\\n    this.sourcesContent = sourcesContent;\\n    this._mappings = mappings;\\n    this.file = file;\\n  }\\n\\n  /**\\n   * Create a SourceMapConsumer from a SourceMapGenerator.\\n   *\\n   * @param SourceMapGenerator aSourceMap\\n   *        The source map that will be consumed.\\n   * @returns SourceMapConsumer\\n   */\\n  SourceMapConsumer.fromSourceMap =\\n    function SourceMapConsumer_fromSourceMap(aSourceMap) {\\n      var smc = Object.create(SourceMapConsumer.prototype);\\n\\n      smc._names = ArraySet.fromArray(aSourceMap._names.toArray(), true);\\n      smc._sources = ArraySet.fromArray(aSourceMap._sources.toArray(), true);\\n      smc.sourceRoot = aSourceMap._sourceRoot;\\n      smc.sourcesContent = aSourceMap._generateSourcesContent(smc._sources.toArray(),\\n                                                              smc.sourceRoot);\\n      smc.file = aSourceMap._file;\\n\\n      smc.__generatedMappings = aSourceMap._mappings.toArray().slice();\\n      smc.__originalMappings = aSourceMap._mappings.toArray().slice()\\n        .sort(util.compareByOriginalPositions);\\n\\n      return smc;\\n    };\\n\\n  /**\\n   * The version of the source mapping spec that we are consuming.\\n   */\\n  SourceMapConsumer.prototype._version = 3;\\n\\n  /**\\n   * The list of original sources.\\n   */\\n  Object.defineProperty(SourceMapConsumer.prototype, 'sources', {\\n    get: function () {\\n      return this._sources.toArray().map(function (s) {\\n        return this.sourceRoot != null ? util.join(this.sourceRoot, s) : s;\\n      }, this);\\n    }\\n  });\\n\\n  // `__generatedMappings` and `__originalMappings` are arrays that hold the\\n  // parsed mapping coordinates from the source map's \\\"mappings\\\" attribute. They\\n  // are lazily instantiated, accessed via the `_generatedMappings` and\\n  // `_originalMappings` getters respectively, and we only parse the mappings\\n  // and create these arrays once queried for a source location. We jump through\\n  // these hoops because there can be many thousands of mappings, and parsing\\n  // them is expensive, so we only want to do it if we must.\\n  //\\n  // Each object in the arrays is of the form:\\n  //\\n  //     {\\n  //       generatedLine: The line number in the generated code,\\n  //       generatedColumn: The column number in the generated code,\\n  //       source: The path to the original source file that generated this\\n  //               chunk of code,\\n  //       originalLine: The line number in the original source that\\n  //                     corresponds to this chunk of generated code,\\n  //       originalColumn: The column number in the original source that\\n  //                       corresponds to this chunk of generated code,\\n  //       name: The name of the original symbol which generated this chunk of\\n  //             code.\\n  //     }\\n  //\\n  // All properties except for `generatedLine` and `generatedColumn` can be\\n  // `null`.\\n  //\\n  // `_generatedMappings` is ordered by the generated positions.\\n  //\\n  // `_originalMappings` is ordered by the original positions.\\n\\n  SourceMapConsumer.prototype.__generatedMappings = null;\\n  Object.defineProperty(SourceMapConsumer.prototype, '_generatedMappings', {\\n    get: function () {\\n      if (!this.__generatedMappings) {\\n        this.__generatedMappings = [];\\n        this.__originalMappings = [];\\n        this._parseMappings(this._mappings, this.sourceRoot);\\n      }\\n\\n      return this.__generatedMappings;\\n    }\\n  });\\n\\n  SourceMapConsumer.prototype.__originalMappings = null;\\n  Object.defineProperty(SourceMapConsumer.prototype, '_originalMappings', {\\n    get: function () {\\n      if (!this.__originalMappings) {\\n        this.__generatedMappings = [];\\n        this.__originalMappings = [];\\n        this._parseMappings(this._mappings, this.sourceRoot);\\n      }\\n\\n      return this.__originalMappings;\\n    }\\n  });\\n\\n  SourceMapConsumer.prototype._nextCharIsMappingSeparator =\\n    function SourceMapConsumer_nextCharIsMappingSeparator(aStr) {\\n      var c = aStr.charAt(0);\\n      return c === \\\";\\\" || c === \\\",\\\";\\n    };\\n\\n  /**\\n   * Parse the mappings in a string in to a data structure which we can easily\\n   * query (the ordered arrays in the `this.__generatedMappings` and\\n   * `this.__originalMappings` properties).\\n   */\\n  SourceMapConsumer.prototype._parseMappings =\\n    function SourceMapConsumer_parseMappings(aStr, aSourceRoot) {\\n      var generatedLine = 1;\\n      var previousGeneratedColumn = 0;\\n      var previousOriginalLine = 0;\\n      var previousOriginalColumn = 0;\\n      var previousSource = 0;\\n      var previousName = 0;\\n      var str = aStr;\\n      var temp = {};\\n      var mapping;\\n\\n      while (str.length > 0) {\\n        if (str.charAt(0) === ';') {\\n          generatedLine++;\\n          str = str.slice(1);\\n          previousGeneratedColumn = 0;\\n        }\\n        else if (str.charAt(0) === ',') {\\n          str = str.slice(1);\\n        }\\n        else {\\n          mapping = {};\\n          mapping.generatedLine = generatedLine;\\n\\n          // Generated column.\\n          base64VLQ.decode(str, temp);\\n          mapping.generatedColumn = previousGeneratedColumn + temp.value;\\n          previousGeneratedColumn = mapping.generatedColumn;\\n          str = temp.rest;\\n\\n          if (str.length > 0 && !this._nextCharIsMappingSeparator(str)) {\\n            // Original source.\\n            base64VLQ.decode(str, temp);\\n            mapping.source = this._sources.at(previousSource + temp.value);\\n            previousSource += temp.value;\\n            str = temp.rest;\\n            if (str.length === 0 || this._nextCharIsMappingSeparator(str)) {\\n              throw new Error('Found a source, but no line and column');\\n            }\\n\\n            // Original line.\\n            base64VLQ.decode(str, temp);\\n            mapping.originalLine = previousOriginalLine + temp.value;\\n            previousOriginalLine = mapping.originalLine;\\n            // Lines are stored 0-based\\n            mapping.originalLine += 1;\\n            str = temp.rest;\\n            if (str.length === 0 || this._nextCharIsMappingSeparator(str)) {\\n              throw new Error('Found a source and line, but no column');\\n            }\\n\\n            // Original column.\\n            base64VLQ.decode(str, temp);\\n            mapping.originalColumn = previousOriginalColumn + temp.value;\\n            previousOriginalColumn = mapping.originalColumn;\\n            str = temp.rest;\\n\\n            if (str.length > 0 && !this._nextCharIsMappingSeparator(str)) {\\n              // Original name.\\n              base64VLQ.decode(str, temp);\\n              mapping.name = this._names.at(previousName + temp.value);\\n              previousName += temp.value;\\n              str = temp.rest;\\n            }\\n          }\\n\\n          this.__generatedMappings.push(mapping);\\n          if (typeof mapping.originalLine === 'number') {\\n            this.__originalMappings.push(mapping);\\n          }\\n        }\\n      }\\n\\n      this.__generatedMappings.sort(util.compareByGeneratedPositions);\\n      this.__originalMappings.sort(util.compareByOriginalPositions);\\n    };\\n\\n  /**\\n   * Find the mapping that best matches the hypothetical \\\"needle\\\" mapping that\\n   * we are searching for in the given \\\"haystack\\\" of mappings.\\n   */\\n  SourceMapConsumer.prototype._findMapping =\\n    function SourceMapConsumer_findMapping(aNeedle, aMappings, aLineName,\\n                                           aColumnName, aComparator) {\\n      // To return the position we are searching for, we must first find the\\n      // mapping for the given position and then return the opposite position it\\n      // points to. Because the mappings are sorted, we can use binary search to\\n      // find the best mapping.\\n\\n      if (aNeedle[aLineName] <= 0) {\\n        throw new TypeError('Line must be greater than or equal to 1, got '\\n                            + aNeedle[aLineName]);\\n      }\\n      if (aNeedle[aColumnName] < 0) {\\n        throw new TypeError('Column must be greater than or equal to 0, got '\\n                            + aNeedle[aColumnName]);\\n      }\\n\\n      return binarySearch.search(aNeedle, aMappings, aComparator);\\n    };\\n\\n  /**\\n   * Compute the last column for each generated mapping. The last column is\\n   * inclusive.\\n   */\\n  SourceMapConsumer.prototype.computeColumnSpans =\\n    function SourceMapConsumer_computeColumnSpans() {\\n      for (var index = 0; index < this._generatedMappings.length; ++index) {\\n        var mapping = this._generatedMappings[index];\\n\\n        // Mappings do not contain a field for the last generated columnt. We\\n        // can come up with an optimistic estimate, however, by assuming that\\n        // mappings are contiguous (i.e. given two consecutive mappings, the\\n        // first mapping ends where the second one starts).\\n        if (index + 1 < this._generatedMappings.length) {\\n          var nextMapping = this._generatedMappings[index + 1];\\n\\n          if (mapping.generatedLine === nextMapping.generatedLine) {\\n            mapping.lastGeneratedColumn = nextMapping.generatedColumn - 1;\\n            continue;\\n          }\\n        }\\n\\n        // The last mapping for each line spans the entire line.\\n        mapping.lastGeneratedColumn = Infinity;\\n      }\\n    };\\n\\n  /**\\n   * Returns the original source, line, and column information for the generated\\n   * source's line and column positions provided. The only argument is an object\\n   * with the following properties:\\n   *\\n   *   - line: The line number in the generated source.\\n   *   - column: The column number in the generated source.\\n   *\\n   * and an object is returned with the following properties:\\n   *\\n   *   - source: The original source file, or null.\\n   *   - line: The line number in the original source, or null.\\n   *   - column: The column number in the original source, or null.\\n   *   - name: The original identifier, or null.\\n   */\\n  SourceMapConsumer.prototype.originalPositionFor =\\n    function SourceMapConsumer_originalPositionFor(aArgs) {\\n      var needle = {\\n        generatedLine: util.getArg(aArgs, 'line'),\\n        generatedColumn: util.getArg(aArgs, 'column')\\n      };\\n\\n      var index = this._findMapping(needle,\\n                                    this._generatedMappings,\\n                                    \\\"generatedLine\\\",\\n                                    \\\"generatedColumn\\\",\\n                                    util.compareByGeneratedPositions);\\n\\n      if (index >= 0) {\\n        var mapping = this._generatedMappings[index];\\n\\n        if (mapping.generatedLine === needle.generatedLine) {\\n          var source = util.getArg(mapping, 'source', null);\\n          if (source != null && this.sourceRoot != null) {\\n            source = util.join(this.sourceRoot, source);\\n          }\\n          return {\\n            source: source,\\n            line: util.getArg(mapping, 'originalLine', null),\\n            column: util.getArg(mapping, 'originalColumn', null),\\n            name: util.getArg(mapping, 'name', null)\\n          };\\n        }\\n      }\\n\\n      return {\\n        source: null,\\n        line: null,\\n        column: null,\\n        name: null\\n      };\\n    };\\n\\n  /**\\n   * Returns the original source content. The only argument is the url of the\\n   * original source file. Returns null if no original source content is\\n   * availible.\\n   */\\n  SourceMapConsumer.prototype.sourceContentFor =\\n    function SourceMapConsumer_sourceContentFor(aSource) {\\n      if (!this.sourcesContent) {\\n        return null;\\n      }\\n\\n      if (this.sourceRoot != null) {\\n        aSource = util.relative(this.sourceRoot, aSource);\\n      }\\n\\n      if (this._sources.has(aSource)) {\\n        return this.sourcesContent[this._sources.indexOf(aSource)];\\n      }\\n\\n      var url;\\n      if (this.sourceRoot != null\\n          && (url = util.urlParse(this.sourceRoot))) {\\n        // XXX: file:// URIs and absolute paths lead to unexpected behavior for\\n        // many users. We can help them out when they expect file:// URIs to\\n        // behave like it would if they were running a local HTTP server. See\\n        // https://bugzilla.mozilla.org/show_bug.cgi?id=885597.\\n        var fileUriAbsPath = aSource.replace(/^file:\\\\/\\\\//, \\\"\\\");\\n        if (url.scheme == \\\"file\\\"\\n            && this._sources.has(fileUriAbsPath)) {\\n          return this.sourcesContent[this._sources.indexOf(fileUriAbsPath)]\\n        }\\n\\n        if ((!url.path || url.path == \\\"/\\\")\\n            && this._sources.has(\\\"/\\\" + aSource)) {\\n          return this.sourcesContent[this._sources.indexOf(\\\"/\\\" + aSource)];\\n        }\\n      }\\n\\n      throw new Error('\\\"' + aSource + '\\\" is not in the SourceMap.');\\n    };\\n\\n  /**\\n   * Returns the generated line and column information for the original source,\\n   * line, and column positions provided. The only argument is an object with\\n   * the following properties:\\n   *\\n   *   - source: The filename of the original source.\\n   *   - line: The line number in the original source.\\n   *   - column: The column number in the original source.\\n   *\\n   * and an object is returned with the following properties:\\n   *\\n   *   - line: The line number in the generated source, or null.\\n   *   - column: The column number in the generated source, or null.\\n   */\\n  SourceMapConsumer.prototype.generatedPositionFor =\\n    function SourceMapConsumer_generatedPositionFor(aArgs) {\\n      var needle = {\\n        source: util.getArg(aArgs, 'source'),\\n        originalLine: util.getArg(aArgs, 'line'),\\n        originalColumn: util.getArg(aArgs, 'column')\\n      };\\n\\n      if (this.sourceRoot != null) {\\n        needle.source = util.relative(this.sourceRoot, needle.source);\\n      }\\n\\n      var index = this._findMapping(needle,\\n                                    this._originalMappings,\\n                                    \\\"originalLine\\\",\\n                                    \\\"originalColumn\\\",\\n                                    util.compareByOriginalPositions);\\n\\n      if (index >= 0) {\\n        var mapping = this._originalMappings[index];\\n\\n        return {\\n          line: util.getArg(mapping, 'generatedLine', null),\\n          column: util.getArg(mapping, 'generatedColumn', null),\\n          lastColumn: util.getArg(mapping, 'lastGeneratedColumn', null)\\n        };\\n      }\\n\\n      return {\\n        line: null,\\n        column: null,\\n        lastColumn: null\\n      };\\n    };\\n\\n  /**\\n   * Returns all generated line and column information for the original source\\n   * and line provided. The only argument is an object with the following\\n   * properties:\\n   *\\n   *   - source: The filename of the original source.\\n   *   - line: The line number in the original source.\\n   *\\n   * and an array of objects is returned, each with the following properties:\\n   *\\n   *   - line: The line number in the generated source, or null.\\n   *   - column: The column number in the generated source, or null.\\n   */\\n  SourceMapConsumer.prototype.allGeneratedPositionsFor =\\n    function SourceMapConsumer_allGeneratedPositionsFor(aArgs) {\\n      // When there is no exact match, SourceMapConsumer.prototype._findMapping\\n      // returns the index of the closest mapping less than the needle. By\\n      // setting needle.originalColumn to Infinity, we thus find the last\\n      // mapping for the given line, provided such a mapping exists.\\n      var needle = {\\n        source: util.getArg(aArgs, 'source'),\\n        originalLine: util.getArg(aArgs, 'line'),\\n        originalColumn: Infinity\\n      };\\n\\n      if (this.sourceRoot != null) {\\n        needle.source = util.relative(this.sourceRoot, needle.source);\\n      }\\n\\n      var mappings = [];\\n\\n      var index = this._findMapping(needle,\\n                                    this._originalMappings,\\n                                    \\\"originalLine\\\",\\n                                    \\\"originalColumn\\\",\\n                                    util.compareByOriginalPositions);\\n      if (index >= 0) {\\n        var mapping = this._originalMappings[index];\\n\\n        while (mapping && mapping.originalLine === needle.originalLine) {\\n          mappings.push({\\n            line: util.getArg(mapping, 'generatedLine', null),\\n            column: util.getArg(mapping, 'generatedColumn', null),\\n            lastColumn: util.getArg(mapping, 'lastGeneratedColumn', null)\\n          });\\n\\n          mapping = this._originalMappings[--index];\\n        }\\n      }\\n\\n      return mappings.reverse();\\n    };\\n\\n  SourceMapConsumer.GENERATED_ORDER = 1;\\n  SourceMapConsumer.ORIGINAL_ORDER = 2;\\n\\n  /**\\n   * Iterate over each mapping between an original source/line/column and a\\n   * generated line/column in this source map.\\n   *\\n   * @param Function aCallback\\n   *        The function that is called with each mapping.\\n   * @param Object aContext\\n   *        Optional. If specified, this object will be the value of `this` every\\n   *        time that `aCallback` is called.\\n   * @param aOrder\\n   *        Either `SourceMapConsumer.GENERATED_ORDER` or\\n   *        `SourceMapConsumer.ORIGINAL_ORDER`. Specifies whether you want to\\n   *        iterate over the mappings sorted by the generated file's line/column\\n   *        order or the original's source/line/column order, respectively. Defaults to\\n   *        `SourceMapConsumer.GENERATED_ORDER`.\\n   */\\n  SourceMapConsumer.prototype.eachMapping =\\n    function SourceMapConsumer_eachMapping(aCallback, aContext, aOrder) {\\n      var context = aContext || null;\\n      var order = aOrder || SourceMapConsumer.GENERATED_ORDER;\\n\\n      var mappings;\\n      switch (order) {\\n      case SourceMapConsumer.GENERATED_ORDER:\\n        mappings = this._generatedMappings;\\n        break;\\n      case SourceMapConsumer.ORIGINAL_ORDER:\\n        mappings = this._originalMappings;\\n        break;\\n      default:\\n        throw new Error(\\\"Unknown order of iteration.\\\");\\n      }\\n\\n      var sourceRoot = this.sourceRoot;\\n      mappings.map(function (mapping) {\\n        var source = mapping.source;\\n        if (source != null && sourceRoot != null) {\\n          source = util.join(sourceRoot, source);\\n        }\\n        return {\\n          source: source,\\n          generatedLine: mapping.generatedLine,\\n          generatedColumn: mapping.generatedColumn,\\n          originalLine: mapping.originalLine,\\n          originalColumn: mapping.originalColumn,\\n          name: mapping.name\\n        };\\n      }).forEach(aCallback, context);\\n    };\\n\\n  exports.SourceMapConsumer = SourceMapConsumer;\\n\\n});\\n\"\n        },\n        {\n          \"id\": 288,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/css/node_modules/source-map/lib/source-map/source-node.js\",\n          \"name\": \"./node_modules/css/node_modules/source-map/lib/source-map/source-node.js\",\n          \"index\": 270,\n          \"index2\": 261,\n          \"size\": 14437,\n          \"cacheable\": true,\n          \"built\": true,\n          \"optional\": false,\n          \"prefetched\": false,\n          \"chunks\": [\n            2\n          ],\n          \"issuer\": \"/Users/jarred/Code/styleurl/node_modules/css/node_modules/source-map/lib/source-map.js\",\n          \"issuerId\": 156,\n          \"issuerName\": \"./node_modules/css/node_modules/source-map/lib/source-map.js\",\n          \"issuerPath\": [\n            {\n              \"id\": 191,\n              \"identifier\": \"multi /Users/jarred/Code/styleurl/webpack/customPublicPath /Users/jarred/Code/styleurl/chrome/extension/background\",\n              \"name\": \"multi ./webpack/customPublicPath ./chrome/extension/background\",\n              \"profile\": {\n                \"factory\": 0,\n                \"building\": 0,\n                \"dependencies\": 54\n              }\n            },\n            {\n              \"id\": 192,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/background.js\",\n              \"name\": \"./chrome/extension/background.js\",\n              \"profile\": {\n                \"factory\": 54,\n                \"building\": 639,\n                \"dependencies\": 140\n              }\n            },\n            {\n              \"id\": 255,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/stylesheet-differ/lib/index.js\",\n              \"name\": \"./node_modules/stylesheet-differ/lib/index.js\",\n              \"profile\": {\n                \"factory\": 140,\n                \"building\": 568,\n                \"dependencies\": 1\n              }\n            },\n            {\n              \"id\": 256,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/native-css/index.js\",\n              \"name\": \"./node_modules/native-css/index.js\",\n              \"profile\": {\n                \"factory\": 189,\n                \"building\": 603,\n                \"dependencies\": 1\n              }\n            },\n            {\n              \"id\": 257,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/native-css/src/native-css.js\",\n              \"name\": \"./node_modules/native-css/src/native-css.js\",\n              \"profile\": {\n                \"factory\": 26,\n                \"building\": 63,\n                \"dependencies\": 14\n              }\n            },\n            {\n              \"id\": 280,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/css/index.js\",\n              \"name\": \"./node_modules/css/index.js\",\n              \"profile\": {\n                \"factory\": 117,\n                \"building\": 25,\n                \"dependencies\": 27\n              }\n            },\n            {\n              \"id\": 282,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/css/lib/stringify/index.js\",\n              \"name\": \"./node_modules/css/lib/stringify/index.js\",\n              \"profile\": {\n                \"factory\": 71,\n                \"building\": 48\n              }\n            },\n            {\n              \"id\": 285,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/css/lib/stringify/source-map-support.js\",\n              \"name\": \"./node_modules/css/lib/stringify/source-map-support.js\",\n              \"profile\": {\n                \"factory\": 29,\n                \"building\": 30,\n                \"dependencies\": 102\n              }\n            },\n            {\n              \"id\": 156,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/css/node_modules/source-map/lib/source-map.js\",\n              \"name\": \"./node_modules/css/node_modules/source-map/lib/source-map.js\",\n              \"profile\": {\n                \"factory\": 112,\n                \"building\": 33,\n                \"dependencies\": 0\n              }\n            }\n          ],\n          \"profile\": {\n            \"factory\": 77,\n            \"building\": 26,\n            \"dependencies\": 16\n          },\n          \"failed\": false,\n          \"errors\": 0,\n          \"warnings\": 0,\n          \"assets\": [],\n          \"reasons\": [\n            {\n              \"moduleId\": 156,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/css/node_modules/source-map/lib/source-map.js\",\n              \"module\": \"./node_modules/css/node_modules/source-map/lib/source-map.js\",\n              \"moduleName\": \"./node_modules/css/node_modules/source-map/lib/source-map.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"./source-map/source-node\",\n              \"loc\": \"8:21-56\"\n            }\n          ],\n          \"usedExports\": true,\n          \"providedExports\": null,\n          \"optimizationBailout\": [\n            \"ModuleConcatenation bailout: Module is not an ECMAScript module\"\n          ],\n          \"depth\": 9,\n          \"source\": \"/* -*- Mode: js; js-indent-level: 2; -*- */\\n/*\\n * Copyright 2011 Mozilla Foundation and contributors\\n * Licensed under the New BSD license. See LICENSE or:\\n * http://opensource.org/licenses/BSD-3-Clause\\n */\\nif (typeof define !== 'function') {\\n    var define = require('amdefine')(module, require);\\n}\\ndefine(function (require, exports, module) {\\n\\n  var SourceMapGenerator = require('./source-map-generator').SourceMapGenerator;\\n  var util = require('./util');\\n\\n  // Matches a Windows-style `\\\\r\\\\n` newline or a `\\\\n` newline used by all other\\n  // operating systems these days (capturing the result).\\n  var REGEX_NEWLINE = /(\\\\r?\\\\n)/;\\n\\n  // Newline character code for charCodeAt() comparisons\\n  var NEWLINE_CODE = 10;\\n\\n  // Private symbol for identifying `SourceNode`s when multiple versions of\\n  // the source-map library are loaded. This MUST NOT CHANGE across\\n  // versions!\\n  var isSourceNode = \\\"$$$isSourceNode$$$\\\";\\n\\n  /**\\n   * SourceNodes provide a way to abstract over interpolating/concatenating\\n   * snippets of generated JavaScript source code while maintaining the line and\\n   * column information associated with the original source code.\\n   *\\n   * @param aLine The original line number.\\n   * @param aColumn The original column number.\\n   * @param aSource The original source's filename.\\n   * @param aChunks Optional. An array of strings which are snippets of\\n   *        generated JS, or other SourceNodes.\\n   * @param aName The original identifier.\\n   */\\n  function SourceNode(aLine, aColumn, aSource, aChunks, aName) {\\n    this.children = [];\\n    this.sourceContents = {};\\n    this.line = aLine == null ? null : aLine;\\n    this.column = aColumn == null ? null : aColumn;\\n    this.source = aSource == null ? null : aSource;\\n    this.name = aName == null ? null : aName;\\n    this[isSourceNode] = true;\\n    if (aChunks != null) this.add(aChunks);\\n  }\\n\\n  /**\\n   * Creates a SourceNode from generated code and a SourceMapConsumer.\\n   *\\n   * @param aGeneratedCode The generated code\\n   * @param aSourceMapConsumer The SourceMap for the generated code\\n   * @param aRelativePath Optional. The path that relative sources in the\\n   *        SourceMapConsumer should be relative to.\\n   */\\n  SourceNode.fromStringWithSourceMap =\\n    function SourceNode_fromStringWithSourceMap(aGeneratedCode, aSourceMapConsumer, aRelativePath) {\\n      // The SourceNode we want to fill with the generated code\\n      // and the SourceMap\\n      var node = new SourceNode();\\n\\n      // All even indices of this array are one line of the generated code,\\n      // while all odd indices are the newlines between two adjacent lines\\n      // (since `REGEX_NEWLINE` captures its match).\\n      // Processed fragments are removed from this array, by calling `shiftNextLine`.\\n      var remainingLines = aGeneratedCode.split(REGEX_NEWLINE);\\n      var shiftNextLine = function() {\\n        var lineContents = remainingLines.shift();\\n        // The last line of a file might not have a newline.\\n        var newLine = remainingLines.shift() || \\\"\\\";\\n        return lineContents + newLine;\\n      };\\n\\n      // We need to remember the position of \\\"remainingLines\\\"\\n      var lastGeneratedLine = 1, lastGeneratedColumn = 0;\\n\\n      // The generate SourceNodes we need a code range.\\n      // To extract it current and last mapping is used.\\n      // Here we store the last mapping.\\n      var lastMapping = null;\\n\\n      aSourceMapConsumer.eachMapping(function (mapping) {\\n        if (lastMapping !== null) {\\n          // We add the code from \\\"lastMapping\\\" to \\\"mapping\\\":\\n          // First check if there is a new line in between.\\n          if (lastGeneratedLine < mapping.generatedLine) {\\n            var code = \\\"\\\";\\n            // Associate first line with \\\"lastMapping\\\"\\n            addMappingWithCode(lastMapping, shiftNextLine());\\n            lastGeneratedLine++;\\n            lastGeneratedColumn = 0;\\n            // The remaining code is added without mapping\\n          } else {\\n            // There is no new line in between.\\n            // Associate the code between \\\"lastGeneratedColumn\\\" and\\n            // \\\"mapping.generatedColumn\\\" with \\\"lastMapping\\\"\\n            var nextLine = remainingLines[0];\\n            var code = nextLine.substr(0, mapping.generatedColumn -\\n                                          lastGeneratedColumn);\\n            remainingLines[0] = nextLine.substr(mapping.generatedColumn -\\n                                                lastGeneratedColumn);\\n            lastGeneratedColumn = mapping.generatedColumn;\\n            addMappingWithCode(lastMapping, code);\\n            // No more remaining code, continue\\n            lastMapping = mapping;\\n            return;\\n          }\\n        }\\n        // We add the generated code until the first mapping\\n        // to the SourceNode without any mapping.\\n        // Each line is added as separate string.\\n        while (lastGeneratedLine < mapping.generatedLine) {\\n          node.add(shiftNextLine());\\n          lastGeneratedLine++;\\n        }\\n        if (lastGeneratedColumn < mapping.generatedColumn) {\\n          var nextLine = remainingLines[0];\\n          node.add(nextLine.substr(0, mapping.generatedColumn));\\n          remainingLines[0] = nextLine.substr(mapping.generatedColumn);\\n          lastGeneratedColumn = mapping.generatedColumn;\\n        }\\n        lastMapping = mapping;\\n      }, this);\\n      // We have processed all mappings.\\n      if (remainingLines.length > 0) {\\n        if (lastMapping) {\\n          // Associate the remaining code in the current line with \\\"lastMapping\\\"\\n          addMappingWithCode(lastMapping, shiftNextLine());\\n        }\\n        // and add the remaining lines without any mapping\\n        node.add(remainingLines.join(\\\"\\\"));\\n      }\\n\\n      // Copy sourcesContent into SourceNode\\n      aSourceMapConsumer.sources.forEach(function (sourceFile) {\\n        var content = aSourceMapConsumer.sourceContentFor(sourceFile);\\n        if (content != null) {\\n          if (aRelativePath != null) {\\n            sourceFile = util.join(aRelativePath, sourceFile);\\n          }\\n          node.setSourceContent(sourceFile, content);\\n        }\\n      });\\n\\n      return node;\\n\\n      function addMappingWithCode(mapping, code) {\\n        if (mapping === null || mapping.source === undefined) {\\n          node.add(code);\\n        } else {\\n          var source = aRelativePath\\n            ? util.join(aRelativePath, mapping.source)\\n            : mapping.source;\\n          node.add(new SourceNode(mapping.originalLine,\\n                                  mapping.originalColumn,\\n                                  source,\\n                                  code,\\n                                  mapping.name));\\n        }\\n      }\\n    };\\n\\n  /**\\n   * Add a chunk of generated JS to this source node.\\n   *\\n   * @param aChunk A string snippet of generated JS code, another instance of\\n   *        SourceNode, or an array where each member is one of those things.\\n   */\\n  SourceNode.prototype.add = function SourceNode_add(aChunk) {\\n    if (Array.isArray(aChunk)) {\\n      aChunk.forEach(function (chunk) {\\n        this.add(chunk);\\n      }, this);\\n    }\\n    else if (aChunk[isSourceNode] || typeof aChunk === \\\"string\\\") {\\n      if (aChunk) {\\n        this.children.push(aChunk);\\n      }\\n    }\\n    else {\\n      throw new TypeError(\\n        \\\"Expected a SourceNode, string, or an array of SourceNodes and strings. Got \\\" + aChunk\\n      );\\n    }\\n    return this;\\n  };\\n\\n  /**\\n   * Add a chunk of generated JS to the beginning of this source node.\\n   *\\n   * @param aChunk A string snippet of generated JS code, another instance of\\n   *        SourceNode, or an array where each member is one of those things.\\n   */\\n  SourceNode.prototype.prepend = function SourceNode_prepend(aChunk) {\\n    if (Array.isArray(aChunk)) {\\n      for (var i = aChunk.length-1; i >= 0; i--) {\\n        this.prepend(aChunk[i]);\\n      }\\n    }\\n    else if (aChunk[isSourceNode] || typeof aChunk === \\\"string\\\") {\\n      this.children.unshift(aChunk);\\n    }\\n    else {\\n      throw new TypeError(\\n        \\\"Expected a SourceNode, string, or an array of SourceNodes and strings. Got \\\" + aChunk\\n      );\\n    }\\n    return this;\\n  };\\n\\n  /**\\n   * Walk over the tree of JS snippets in this node and its children. The\\n   * walking function is called once for each snippet of JS and is passed that\\n   * snippet and the its original associated source's line/column location.\\n   *\\n   * @param aFn The traversal function.\\n   */\\n  SourceNode.prototype.walk = function SourceNode_walk(aFn) {\\n    var chunk;\\n    for (var i = 0, len = this.children.length; i < len; i++) {\\n      chunk = this.children[i];\\n      if (chunk[isSourceNode]) {\\n        chunk.walk(aFn);\\n      }\\n      else {\\n        if (chunk !== '') {\\n          aFn(chunk, { source: this.source,\\n                       line: this.line,\\n                       column: this.column,\\n                       name: this.name });\\n        }\\n      }\\n    }\\n  };\\n\\n  /**\\n   * Like `String.prototype.join` except for SourceNodes. Inserts `aStr` between\\n   * each of `this.children`.\\n   *\\n   * @param aSep The separator.\\n   */\\n  SourceNode.prototype.join = function SourceNode_join(aSep) {\\n    var newChildren;\\n    var i;\\n    var len = this.children.length;\\n    if (len > 0) {\\n      newChildren = [];\\n      for (i = 0; i < len-1; i++) {\\n        newChildren.push(this.children[i]);\\n        newChildren.push(aSep);\\n      }\\n      newChildren.push(this.children[i]);\\n      this.children = newChildren;\\n    }\\n    return this;\\n  };\\n\\n  /**\\n   * Call String.prototype.replace on the very right-most source snippet. Useful\\n   * for trimming whitespace from the end of a source node, etc.\\n   *\\n   * @param aPattern The pattern to replace.\\n   * @param aReplacement The thing to replace the pattern with.\\n   */\\n  SourceNode.prototype.replaceRight = function SourceNode_replaceRight(aPattern, aReplacement) {\\n    var lastChild = this.children[this.children.length - 1];\\n    if (lastChild[isSourceNode]) {\\n      lastChild.replaceRight(aPattern, aReplacement);\\n    }\\n    else if (typeof lastChild === 'string') {\\n      this.children[this.children.length - 1] = lastChild.replace(aPattern, aReplacement);\\n    }\\n    else {\\n      this.children.push(''.replace(aPattern, aReplacement));\\n    }\\n    return this;\\n  };\\n\\n  /**\\n   * Set the source content for a source file. This will be added to the SourceMapGenerator\\n   * in the sourcesContent field.\\n   *\\n   * @param aSourceFile The filename of the source file\\n   * @param aSourceContent The content of the source file\\n   */\\n  SourceNode.prototype.setSourceContent =\\n    function SourceNode_setSourceContent(aSourceFile, aSourceContent) {\\n      this.sourceContents[util.toSetString(aSourceFile)] = aSourceContent;\\n    };\\n\\n  /**\\n   * Walk over the tree of SourceNodes. The walking function is called for each\\n   * source file content and is passed the filename and source content.\\n   *\\n   * @param aFn The traversal function.\\n   */\\n  SourceNode.prototype.walkSourceContents =\\n    function SourceNode_walkSourceContents(aFn) {\\n      for (var i = 0, len = this.children.length; i < len; i++) {\\n        if (this.children[i][isSourceNode]) {\\n          this.children[i].walkSourceContents(aFn);\\n        }\\n      }\\n\\n      var sources = Object.keys(this.sourceContents);\\n      for (var i = 0, len = sources.length; i < len; i++) {\\n        aFn(util.fromSetString(sources[i]), this.sourceContents[sources[i]]);\\n      }\\n    };\\n\\n  /**\\n   * Return the string representation of this source node. Walks over the tree\\n   * and concatenates all the various snippets together to one string.\\n   */\\n  SourceNode.prototype.toString = function SourceNode_toString() {\\n    var str = \\\"\\\";\\n    this.walk(function (chunk) {\\n      str += chunk;\\n    });\\n    return str;\\n  };\\n\\n  /**\\n   * Returns the string representation of this source node along with a source\\n   * map.\\n   */\\n  SourceNode.prototype.toStringWithSourceMap = function SourceNode_toStringWithSourceMap(aArgs) {\\n    var generated = {\\n      code: \\\"\\\",\\n      line: 1,\\n      column: 0\\n    };\\n    var map = new SourceMapGenerator(aArgs);\\n    var sourceMappingActive = false;\\n    var lastOriginalSource = null;\\n    var lastOriginalLine = null;\\n    var lastOriginalColumn = null;\\n    var lastOriginalName = null;\\n    this.walk(function (chunk, original) {\\n      generated.code += chunk;\\n      if (original.source !== null\\n          && original.line !== null\\n          && original.column !== null) {\\n        if(lastOriginalSource !== original.source\\n           || lastOriginalLine !== original.line\\n           || lastOriginalColumn !== original.column\\n           || lastOriginalName !== original.name) {\\n          map.addMapping({\\n            source: original.source,\\n            original: {\\n              line: original.line,\\n              column: original.column\\n            },\\n            generated: {\\n              line: generated.line,\\n              column: generated.column\\n            },\\n            name: original.name\\n          });\\n        }\\n        lastOriginalSource = original.source;\\n        lastOriginalLine = original.line;\\n        lastOriginalColumn = original.column;\\n        lastOriginalName = original.name;\\n        sourceMappingActive = true;\\n      } else if (sourceMappingActive) {\\n        map.addMapping({\\n          generated: {\\n            line: generated.line,\\n            column: generated.column\\n          }\\n        });\\n        lastOriginalSource = null;\\n        sourceMappingActive = false;\\n      }\\n      for (var idx = 0, length = chunk.length; idx < length; idx++) {\\n        if (chunk.charCodeAt(idx) === NEWLINE_CODE) {\\n          generated.line++;\\n          generated.column = 0;\\n          // Mappings end at eol\\n          if (idx + 1 === length) {\\n            lastOriginalSource = null;\\n            sourceMappingActive = false;\\n          } else if (sourceMappingActive) {\\n            map.addMapping({\\n              source: original.source,\\n              original: {\\n                line: original.line,\\n                column: original.column\\n              },\\n              generated: {\\n                line: generated.line,\\n                column: generated.column\\n              },\\n              name: original.name\\n            });\\n          }\\n        } else {\\n          generated.column++;\\n        }\\n      }\\n    });\\n    this.walkSourceContents(function (sourceFile, sourceContent) {\\n      map.setSourceContent(sourceFile, sourceContent);\\n    });\\n\\n    return { code: generated.code, map: map };\\n  };\\n\\n  exports.SourceNode = SourceNode;\\n\\n});\\n\"\n        },\n        {\n          \"id\": 289,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/source-map-resolve/source-map-resolve.js\",\n          \"name\": \"./node_modules/source-map-resolve/source-map-resolve.js\",\n          \"index\": 271,\n          \"index2\": 265,\n          \"size\": 6368,\n          \"cacheable\": true,\n          \"built\": true,\n          \"optional\": false,\n          \"prefetched\": false,\n          \"chunks\": [\n            2\n          ],\n          \"issuer\": \"/Users/jarred/Code/styleurl/node_modules/css/lib/stringify/source-map-support.js\",\n          \"issuerId\": 285,\n          \"issuerName\": \"./node_modules/css/lib/stringify/source-map-support.js\",\n          \"issuerPath\": [\n            {\n              \"id\": 191,\n              \"identifier\": \"multi /Users/jarred/Code/styleurl/webpack/customPublicPath /Users/jarred/Code/styleurl/chrome/extension/background\",\n              \"name\": \"multi ./webpack/customPublicPath ./chrome/extension/background\",\n              \"profile\": {\n                \"factory\": 0,\n                \"building\": 0,\n                \"dependencies\": 54\n              }\n            },\n            {\n              \"id\": 192,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/background.js\",\n              \"name\": \"./chrome/extension/background.js\",\n              \"profile\": {\n                \"factory\": 54,\n                \"building\": 639,\n                \"dependencies\": 140\n              }\n            },\n            {\n              \"id\": 255,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/stylesheet-differ/lib/index.js\",\n              \"name\": \"./node_modules/stylesheet-differ/lib/index.js\",\n              \"profile\": {\n                \"factory\": 140,\n                \"building\": 568,\n                \"dependencies\": 1\n              }\n            },\n            {\n              \"id\": 256,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/native-css/index.js\",\n              \"name\": \"./node_modules/native-css/index.js\",\n              \"profile\": {\n                \"factory\": 189,\n                \"building\": 603,\n                \"dependencies\": 1\n              }\n            },\n            {\n              \"id\": 257,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/native-css/src/native-css.js\",\n              \"name\": \"./node_modules/native-css/src/native-css.js\",\n              \"profile\": {\n                \"factory\": 26,\n                \"building\": 63,\n                \"dependencies\": 14\n              }\n            },\n            {\n              \"id\": 280,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/css/index.js\",\n              \"name\": \"./node_modules/css/index.js\",\n              \"profile\": {\n                \"factory\": 117,\n                \"building\": 25,\n                \"dependencies\": 27\n              }\n            },\n            {\n              \"id\": 282,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/css/lib/stringify/index.js\",\n              \"name\": \"./node_modules/css/lib/stringify/index.js\",\n              \"profile\": {\n                \"factory\": 71,\n                \"building\": 48\n              }\n            },\n            {\n              \"id\": 285,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/css/lib/stringify/source-map-support.js\",\n              \"name\": \"./node_modules/css/lib/stringify/source-map-support.js\",\n              \"profile\": {\n                \"factory\": 29,\n                \"building\": 30,\n                \"dependencies\": 102\n              }\n            }\n          ],\n          \"profile\": {\n            \"factory\": 112,\n            \"building\": 33,\n            \"dependencies\": 0\n          },\n          \"failed\": false,\n          \"errors\": 0,\n          \"warnings\": 0,\n          \"assets\": [],\n          \"reasons\": [\n            {\n              \"moduleId\": 285,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/css/lib/stringify/source-map-support.js\",\n              \"module\": \"./node_modules/css/lib/stringify/source-map-support.js\",\n              \"moduleName\": \"./node_modules/css/lib/stringify/source-map-support.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"source-map-resolve\",\n              \"loc\": \"8:23-52\"\n            }\n          ],\n          \"usedExports\": true,\n          \"providedExports\": null,\n          \"optimizationBailout\": [\n            \"ModuleConcatenation bailout: Module is not an ECMAScript module\"\n          ],\n          \"depth\": 8,\n          \"source\": \"// Copyright 2014 Simon Lydell\\n// X11 (“MIT”) Licensed. (See LICENSE.)\\n\\n// Note: source-map-resolve.js is generated from source-map-resolve-node.js and\\n// source-map-resolve-template.js. Only edit the two latter files, _not_\\n// source-map-resolve.js!\\n\\nvoid (function(root, factory) {\\n  if (typeof define === \\\"function\\\" && define.amd) {\\n    define([\\\"source-map-url\\\", \\\"resolve-url\\\"], factory)\\n  } else if (typeof exports === \\\"object\\\") {\\n    var sourceMappingURL = require(\\\"source-map-url\\\")\\n    var resolveUrl = require(\\\"resolve-url\\\")\\n    module.exports = factory(sourceMappingURL, resolveUrl)\\n  } else {\\n    root.sourceMapResolve = factory(root.sourceMappingURL, root.resolveUrl)\\n  }\\n}(this, function(sourceMappingURL, resolveUrl) {\\n\\n  function callbackAsync(callback, error, result) {\\n    setImmediate(function() { callback(error, result) })\\n  }\\n\\n  function parseMapToJSON(string) {\\n    return JSON.parse(string.replace(/^\\\\)\\\\]\\\\}'/, \\\"\\\"))\\n  }\\n\\n\\n\\n  function resolveSourceMap(code, codeUrl, read, callback) {\\n    var mapData\\n    try {\\n      mapData = resolveSourceMapHelper(code, codeUrl)\\n    } catch (error) {\\n      return callbackAsync(callback, error)\\n    }\\n    if (!mapData || mapData.map) {\\n      return callbackAsync(callback, null, mapData)\\n    }\\n    read(mapData.url, function(error, result) {\\n      if (error) {\\n        return callback(error)\\n      }\\n      try {\\n        mapData.map = parseMapToJSON(String(result))\\n      } catch (error) {\\n        return callback(error)\\n      }\\n      callback(null, mapData)\\n    })\\n  }\\n\\n  function resolveSourceMapSync(code, codeUrl, read) {\\n    var mapData = resolveSourceMapHelper(code, codeUrl)\\n    if (!mapData || mapData.map) {\\n      return mapData\\n    }\\n    mapData.map = parseMapToJSON(String(read(mapData.url)))\\n    return mapData\\n  }\\n\\n  var dataUriRegex = /^data:([^,;]*)(;[^,;]*)*(?:,(.*))?$/\\n  var jsonMimeTypeRegex = /^(?:application|text)\\\\/json$/\\n\\n  function resolveSourceMapHelper(code, codeUrl) {\\n    var url = sourceMappingURL.getFrom(code)\\n    if (!url) {\\n      return null\\n    }\\n\\n    var dataUri = url.match(dataUriRegex)\\n    if (dataUri) {\\n      var mimeType = dataUri[1]\\n      var lastParameter = dataUri[2]\\n      var encoded = dataUri[3]\\n      if (!jsonMimeTypeRegex.test(mimeType)) {\\n        throw new Error(\\\"Unuseful data uri mime type: \\\" + (mimeType || \\\"text/plain\\\"))\\n      }\\n      return {\\n        sourceMappingURL: url,\\n        url: null,\\n        sourcesRelativeTo: codeUrl,\\n        map: parseMapToJSON(lastParameter === \\\";base64\\\" ? atob(encoded) : decodeURIComponent(encoded))\\n      }\\n    }\\n\\n    var mapUrl = resolveUrl(codeUrl, url)\\n    return {\\n      sourceMappingURL: url,\\n      url: mapUrl,\\n      sourcesRelativeTo: mapUrl,\\n      map: null\\n    }\\n  }\\n\\n\\n\\n  function resolveSources(map, mapUrl, read, options, callback) {\\n    if (typeof options === \\\"function\\\") {\\n      callback = options\\n      options = {}\\n    }\\n    var pending = map.sources.length\\n    var errored = false\\n    var result = {\\n      sourcesResolved: [],\\n      sourcesContent:  []\\n    }\\n\\n    var done = function(error) {\\n      if (errored) {\\n        return\\n      }\\n      if (error) {\\n        errored = true\\n        return callback(error)\\n      }\\n      pending--\\n      if (pending === 0) {\\n        callback(null, result)\\n      }\\n    }\\n\\n    resolveSourcesHelper(map, mapUrl, options, function(fullUrl, sourceContent, index) {\\n      result.sourcesResolved[index] = fullUrl\\n      if (typeof sourceContent === \\\"string\\\") {\\n        result.sourcesContent[index] = sourceContent\\n        callbackAsync(done, null)\\n      } else {\\n        read(fullUrl, function(error, source) {\\n          result.sourcesContent[index] = String(source)\\n          done(error)\\n        })\\n      }\\n    })\\n  }\\n\\n  function resolveSourcesSync(map, mapUrl, read, options) {\\n    var result = {\\n      sourcesResolved: [],\\n      sourcesContent:  []\\n    }\\n    resolveSourcesHelper(map, mapUrl, options, function(fullUrl, sourceContent, index) {\\n      result.sourcesResolved[index] = fullUrl\\n      if (read !== null) {\\n        if (typeof sourceContent === \\\"string\\\") {\\n          result.sourcesContent[index] = sourceContent\\n        } else {\\n          result.sourcesContent[index] = String(read(fullUrl))\\n        }\\n      }\\n    })\\n    return result\\n  }\\n\\n  var endingSlash = /\\\\/?$/\\n\\n  function resolveSourcesHelper(map, mapUrl, options, fn) {\\n    options = options || {}\\n    var fullUrl\\n    var sourceContent\\n    for (var index = 0, len = map.sources.length; index < len; index++) {\\n      if (map.sourceRoot && !options.ignoreSourceRoot) {\\n        // Make sure that the sourceRoot ends with a slash, so that `/scripts/subdir` becomes\\n        // `/scripts/subdir/<source>`, not `/scripts/<source>`. Pointing to a file as source root\\n        // does not make sense.\\n        fullUrl = resolveUrl(mapUrl, map.sourceRoot.replace(endingSlash, \\\"/\\\"), map.sources[index])\\n      } else {\\n        fullUrl = resolveUrl(mapUrl, map.sources[index])\\n      }\\n      sourceContent = (map.sourcesContent || [])[index]\\n      fn(fullUrl, sourceContent, index)\\n    }\\n  }\\n\\n\\n\\n  function resolve(code, codeUrl, read, options, callback) {\\n    if (typeof options === \\\"function\\\") {\\n      callback = options\\n      options = {}\\n    }\\n    resolveSourceMap(code, codeUrl, read, function(error, mapData) {\\n      if (error) {\\n        return callback(error)\\n      }\\n      if (!mapData) {\\n        return callback(null, null)\\n      }\\n      resolveSources(mapData.map, mapData.sourcesRelativeTo, read, options, function(error, result) {\\n        if (error) {\\n          return callback(error)\\n        }\\n        mapData.sourcesResolved = result.sourcesResolved\\n        mapData.sourcesContent  = result.sourcesContent\\n        callback(null, mapData)\\n      })\\n    })\\n  }\\n\\n  function resolveSync(code, codeUrl, read, options) {\\n    var mapData = resolveSourceMapSync(code, codeUrl, read)\\n    if (!mapData) {\\n      return null\\n    }\\n    var result = resolveSourcesSync(mapData.map, mapData.sourcesRelativeTo, read, options)\\n    mapData.sourcesResolved = result.sourcesResolved\\n    mapData.sourcesContent  = result.sourcesContent\\n    return mapData\\n  }\\n\\n\\n\\n  return {\\n    resolveSourceMap:     resolveSourceMap,\\n    resolveSourceMapSync: resolveSourceMapSync,\\n    resolveSources:       resolveSources,\\n    resolveSourcesSync:   resolveSourcesSync,\\n    resolve:              resolve,\\n    resolveSync:          resolveSync\\n  }\\n\\n}));\\n\"\n        },\n        {\n          \"id\": 290,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/source-map-resolve/node_modules/source-map-url/source-map-url.js\",\n          \"name\": \"./node_modules/source-map-resolve/node_modules/source-map-url/source-map-url.js\",\n          \"index\": 272,\n          \"index2\": 263,\n          \"size\": 1194,\n          \"cacheable\": true,\n          \"built\": true,\n          \"optional\": false,\n          \"prefetched\": false,\n          \"chunks\": [\n            2\n          ],\n          \"issuer\": \"/Users/jarred/Code/styleurl/node_modules/source-map-resolve/source-map-resolve.js\",\n          \"issuerId\": 289,\n          \"issuerName\": \"./node_modules/source-map-resolve/source-map-resolve.js\",\n          \"issuerPath\": [\n            {\n              \"id\": 191,\n              \"identifier\": \"multi /Users/jarred/Code/styleurl/webpack/customPublicPath /Users/jarred/Code/styleurl/chrome/extension/background\",\n              \"name\": \"multi ./webpack/customPublicPath ./chrome/extension/background\",\n              \"profile\": {\n                \"factory\": 0,\n                \"building\": 0,\n                \"dependencies\": 54\n              }\n            },\n            {\n              \"id\": 192,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/background.js\",\n              \"name\": \"./chrome/extension/background.js\",\n              \"profile\": {\n                \"factory\": 54,\n                \"building\": 639,\n                \"dependencies\": 140\n              }\n            },\n            {\n              \"id\": 255,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/stylesheet-differ/lib/index.js\",\n              \"name\": \"./node_modules/stylesheet-differ/lib/index.js\",\n              \"profile\": {\n                \"factory\": 140,\n                \"building\": 568,\n                \"dependencies\": 1\n              }\n            },\n            {\n              \"id\": 256,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/native-css/index.js\",\n              \"name\": \"./node_modules/native-css/index.js\",\n              \"profile\": {\n                \"factory\": 189,\n                \"building\": 603,\n                \"dependencies\": 1\n              }\n            },\n            {\n              \"id\": 257,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/native-css/src/native-css.js\",\n              \"name\": \"./node_modules/native-css/src/native-css.js\",\n              \"profile\": {\n                \"factory\": 26,\n                \"building\": 63,\n                \"dependencies\": 14\n              }\n            },\n            {\n              \"id\": 280,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/css/index.js\",\n              \"name\": \"./node_modules/css/index.js\",\n              \"profile\": {\n                \"factory\": 117,\n                \"building\": 25,\n                \"dependencies\": 27\n              }\n            },\n            {\n              \"id\": 282,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/css/lib/stringify/index.js\",\n              \"name\": \"./node_modules/css/lib/stringify/index.js\",\n              \"profile\": {\n                \"factory\": 71,\n                \"building\": 48\n              }\n            },\n            {\n              \"id\": 285,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/css/lib/stringify/source-map-support.js\",\n              \"name\": \"./node_modules/css/lib/stringify/source-map-support.js\",\n              \"profile\": {\n                \"factory\": 29,\n                \"building\": 30,\n                \"dependencies\": 102\n              }\n            },\n            {\n              \"id\": 289,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/source-map-resolve/source-map-resolve.js\",\n              \"name\": \"./node_modules/source-map-resolve/source-map-resolve.js\",\n              \"profile\": {\n                \"factory\": 112,\n                \"building\": 33,\n                \"dependencies\": 0\n              }\n            }\n          ],\n          \"profile\": {\n            \"factory\": 106,\n            \"building\": 22\n          },\n          \"failed\": false,\n          \"errors\": 0,\n          \"warnings\": 0,\n          \"assets\": [],\n          \"reasons\": [\n            {\n              \"moduleId\": 289,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/source-map-resolve/source-map-resolve.js\",\n              \"module\": \"./node_modules/source-map-resolve/source-map-resolve.js\",\n              \"moduleName\": \"./node_modules/source-map-resolve/source-map-resolve.js\",\n              \"type\": \"amd require\",\n              \"userRequest\": \"source-map-url\",\n              \"loc\": \"10:4-54\"\n            }\n          ],\n          \"usedExports\": true,\n          \"providedExports\": null,\n          \"optimizationBailout\": [\n            \"ModuleConcatenation bailout: Module is not an ECMAScript module\"\n          ],\n          \"depth\": 9,\n          \"source\": \"// Copyright 2014 Simon Lydell\\n// X11 (“MIT”) Licensed. (See LICENSE.)\\n\\nvoid (function(root, factory) {\\n  if (typeof define === \\\"function\\\" && define.amd) {\\n    define(factory)\\n  } else if (typeof exports === \\\"object\\\") {\\n    module.exports = factory()\\n  } else {\\n    root.sourceMappingURL = factory()\\n  }\\n}(this, function() {\\n\\n  var innerRegex = /[#@] sourceMappingURL=([^\\\\s'\\\"]*)/\\n\\n  var regex = RegExp(\\n    \\\"(?:\\\" +\\n      \\\"/\\\\\\\\*\\\" +\\n      \\\"(?:\\\\\\\\s*\\\\r?\\\\n(?://)?)?\\\" +\\n      \\\"(?:\\\" + innerRegex.source + \\\")\\\" +\\n      \\\"\\\\\\\\s*\\\" +\\n      \\\"\\\\\\\\*/\\\" +\\n      \\\"|\\\" +\\n      \\\"//(?:\\\" + innerRegex.source + \\\")\\\" +\\n    \\\")\\\" +\\n    \\\"\\\\\\\\s*$\\\"\\n  )\\n\\n  return {\\n\\n    regex: regex,\\n    _innerRegex: innerRegex,\\n\\n    getFrom: function(code) {\\n      var match = code.match(regex)\\n      return (match ? match[1] || match[2] || \\\"\\\" : null)\\n    },\\n\\n    existsIn: function(code) {\\n      return regex.test(code)\\n    },\\n\\n    removeFrom: function(code) {\\n      return code.replace(regex, \\\"\\\")\\n    },\\n\\n    insertBefore: function(code, string) {\\n      var match = code.match(regex)\\n      if (match) {\\n        return code.slice(0, match.index) + string + code.slice(match.index)\\n      } else {\\n        return code + string\\n      }\\n    }\\n  }\\n\\n}));\\n\"\n        },\n        {\n          \"id\": 291,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/resolve-url/resolve-url.js\",\n          \"name\": \"./node_modules/resolve-url/resolve-url.js\",\n          \"index\": 273,\n          \"index2\": 264,\n          \"size\": 1064,\n          \"cacheable\": true,\n          \"built\": true,\n          \"optional\": false,\n          \"prefetched\": false,\n          \"chunks\": [\n            2\n          ],\n          \"issuer\": \"/Users/jarred/Code/styleurl/node_modules/source-map-resolve/source-map-resolve.js\",\n          \"issuerId\": 289,\n          \"issuerName\": \"./node_modules/source-map-resolve/source-map-resolve.js\",\n          \"issuerPath\": [\n            {\n              \"id\": 191,\n              \"identifier\": \"multi /Users/jarred/Code/styleurl/webpack/customPublicPath /Users/jarred/Code/styleurl/chrome/extension/background\",\n              \"name\": \"multi ./webpack/customPublicPath ./chrome/extension/background\",\n              \"profile\": {\n                \"factory\": 0,\n                \"building\": 0,\n                \"dependencies\": 54\n              }\n            },\n            {\n              \"id\": 192,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/background.js\",\n              \"name\": \"./chrome/extension/background.js\",\n              \"profile\": {\n                \"factory\": 54,\n                \"building\": 639,\n                \"dependencies\": 140\n              }\n            },\n            {\n              \"id\": 255,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/stylesheet-differ/lib/index.js\",\n              \"name\": \"./node_modules/stylesheet-differ/lib/index.js\",\n              \"profile\": {\n                \"factory\": 140,\n                \"building\": 568,\n                \"dependencies\": 1\n              }\n            },\n            {\n              \"id\": 256,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/native-css/index.js\",\n              \"name\": \"./node_modules/native-css/index.js\",\n              \"profile\": {\n                \"factory\": 189,\n                \"building\": 603,\n                \"dependencies\": 1\n              }\n            },\n            {\n              \"id\": 257,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/native-css/src/native-css.js\",\n              \"name\": \"./node_modules/native-css/src/native-css.js\",\n              \"profile\": {\n                \"factory\": 26,\n                \"building\": 63,\n                \"dependencies\": 14\n              }\n            },\n            {\n              \"id\": 280,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/css/index.js\",\n              \"name\": \"./node_modules/css/index.js\",\n              \"profile\": {\n                \"factory\": 117,\n                \"building\": 25,\n                \"dependencies\": 27\n              }\n            },\n            {\n              \"id\": 282,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/css/lib/stringify/index.js\",\n              \"name\": \"./node_modules/css/lib/stringify/index.js\",\n              \"profile\": {\n                \"factory\": 71,\n                \"building\": 48\n              }\n            },\n            {\n              \"id\": 285,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/css/lib/stringify/source-map-support.js\",\n              \"name\": \"./node_modules/css/lib/stringify/source-map-support.js\",\n              \"profile\": {\n                \"factory\": 29,\n                \"building\": 30,\n                \"dependencies\": 102\n              }\n            },\n            {\n              \"id\": 289,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/source-map-resolve/source-map-resolve.js\",\n              \"name\": \"./node_modules/source-map-resolve/source-map-resolve.js\",\n              \"profile\": {\n                \"factory\": 112,\n                \"building\": 33,\n                \"dependencies\": 0\n              }\n            }\n          ],\n          \"profile\": {\n            \"factory\": 106,\n            \"building\": 22\n          },\n          \"failed\": false,\n          \"errors\": 0,\n          \"warnings\": 0,\n          \"assets\": [],\n          \"reasons\": [\n            {\n              \"moduleId\": 289,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/source-map-resolve/source-map-resolve.js\",\n              \"module\": \"./node_modules/source-map-resolve/source-map-resolve.js\",\n              \"moduleName\": \"./node_modules/source-map-resolve/source-map-resolve.js\",\n              \"type\": \"amd require\",\n              \"userRequest\": \"resolve-url\",\n              \"loc\": \"10:4-54\"\n            }\n          ],\n          \"usedExports\": true,\n          \"providedExports\": null,\n          \"optimizationBailout\": [\n            \"ModuleConcatenation bailout: Module is not an ECMAScript module\"\n          ],\n          \"depth\": 9,\n          \"source\": \"// Copyright 2014 Simon Lydell\\r\\n// X11 (“MIT”) Licensed. (See LICENSE.)\\r\\n\\r\\nvoid (function(root, factory) {\\r\\n  if (typeof define === \\\"function\\\" && define.amd) {\\r\\n    define(factory)\\r\\n  } else if (typeof exports === \\\"object\\\") {\\r\\n    module.exports = factory()\\r\\n  } else {\\r\\n    root.resolveUrl = factory()\\r\\n  }\\r\\n}(this, function() {\\r\\n\\r\\n  function resolveUrl(/* ...urls */) {\\r\\n    var numUrls = arguments.length\\r\\n\\r\\n    if (numUrls === 0) {\\r\\n      throw new Error(\\\"resolveUrl requires at least one argument; got none.\\\")\\r\\n    }\\r\\n\\r\\n    var base = document.createElement(\\\"base\\\")\\r\\n    base.href = arguments[0]\\r\\n\\r\\n    if (numUrls === 1) {\\r\\n      return base.href\\r\\n    }\\r\\n\\r\\n    var head = document.getElementsByTagName(\\\"head\\\")[0]\\r\\n    head.insertBefore(base, head.firstChild)\\r\\n\\r\\n    var a = document.createElement(\\\"a\\\")\\r\\n    var resolved\\r\\n\\r\\n    for (var index = 1; index < numUrls; index++) {\\r\\n      a.href = arguments[index]\\r\\n      resolved = a.href\\r\\n      base.href = resolved\\r\\n    }\\r\\n\\r\\n    head.removeChild(base)\\r\\n\\r\\n    return resolved\\r\\n  }\\r\\n\\r\\n  return resolveUrl\\r\\n\\r\\n}));\\r\\n\"\n        },\n        {\n          \"id\": 292,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/urix/index.js\",\n          \"name\": \"./node_modules/urix/index.js\",\n          \"index\": 274,\n          \"index2\": 266,\n          \"size\": 304,\n          \"cacheable\": true,\n          \"built\": true,\n          \"optional\": false,\n          \"prefetched\": false,\n          \"chunks\": [\n            2\n          ],\n          \"issuer\": \"/Users/jarred/Code/styleurl/node_modules/css/lib/stringify/source-map-support.js\",\n          \"issuerId\": 285,\n          \"issuerName\": \"./node_modules/css/lib/stringify/source-map-support.js\",\n          \"issuerPath\": [\n            {\n              \"id\": 191,\n              \"identifier\": \"multi /Users/jarred/Code/styleurl/webpack/customPublicPath /Users/jarred/Code/styleurl/chrome/extension/background\",\n              \"name\": \"multi ./webpack/customPublicPath ./chrome/extension/background\",\n              \"profile\": {\n                \"factory\": 0,\n                \"building\": 0,\n                \"dependencies\": 54\n              }\n            },\n            {\n              \"id\": 192,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/background.js\",\n              \"name\": \"./chrome/extension/background.js\",\n              \"profile\": {\n                \"factory\": 54,\n                \"building\": 639,\n                \"dependencies\": 140\n              }\n            },\n            {\n              \"id\": 255,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/stylesheet-differ/lib/index.js\",\n              \"name\": \"./node_modules/stylesheet-differ/lib/index.js\",\n              \"profile\": {\n                \"factory\": 140,\n                \"building\": 568,\n                \"dependencies\": 1\n              }\n            },\n            {\n              \"id\": 256,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/native-css/index.js\",\n              \"name\": \"./node_modules/native-css/index.js\",\n              \"profile\": {\n                \"factory\": 189,\n                \"building\": 603,\n                \"dependencies\": 1\n              }\n            },\n            {\n              \"id\": 257,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/native-css/src/native-css.js\",\n              \"name\": \"./node_modules/native-css/src/native-css.js\",\n              \"profile\": {\n                \"factory\": 26,\n                \"building\": 63,\n                \"dependencies\": 14\n              }\n            },\n            {\n              \"id\": 280,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/css/index.js\",\n              \"name\": \"./node_modules/css/index.js\",\n              \"profile\": {\n                \"factory\": 117,\n                \"building\": 25,\n                \"dependencies\": 27\n              }\n            },\n            {\n              \"id\": 282,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/css/lib/stringify/index.js\",\n              \"name\": \"./node_modules/css/lib/stringify/index.js\",\n              \"profile\": {\n                \"factory\": 71,\n                \"building\": 48\n              }\n            },\n            {\n              \"id\": 285,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/css/lib/stringify/source-map-support.js\",\n              \"name\": \"./node_modules/css/lib/stringify/source-map-support.js\",\n              \"profile\": {\n                \"factory\": 29,\n                \"building\": 30,\n                \"dependencies\": 102\n              }\n            }\n          ],\n          \"profile\": {\n            \"factory\": 112,\n            \"building\": 33,\n            \"dependencies\": 0\n          },\n          \"failed\": false,\n          \"errors\": 0,\n          \"warnings\": 0,\n          \"assets\": [],\n          \"reasons\": [\n            {\n              \"moduleId\": 285,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/css/lib/stringify/source-map-support.js\",\n              \"module\": \"./node_modules/css/lib/stringify/source-map-support.js\",\n              \"moduleName\": \"./node_modules/css/lib/stringify/source-map-support.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"urix\",\n              \"loc\": \"9:11-26\"\n            }\n          ],\n          \"usedExports\": true,\n          \"providedExports\": null,\n          \"optimizationBailout\": [\n            \"ModuleConcatenation bailout: Module is not an ECMAScript module\"\n          ],\n          \"depth\": 8,\n          \"source\": \"// Copyright 2014 Simon Lydell\\r\\n// X11 (“MIT”) Licensed. (See LICENSE.)\\r\\n\\r\\nvar path = require(\\\"path\\\")\\r\\n\\r\\n\\\"use strict\\\"\\r\\n\\r\\nfunction urix(aPath) {\\r\\n  if (path.sep === \\\"\\\\\\\\\\\") {\\r\\n    return aPath\\r\\n      .replace(/\\\\\\\\/g, \\\"/\\\")\\r\\n      .replace(/^[a-z]:\\\\/?/i, \\\"/\\\")\\r\\n  }\\r\\n  return aPath\\r\\n}\\r\\n\\r\\nmodule.exports = urix\\r\\n\"\n        },\n        {\n          \"id\": 293,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/fetch/lib/fetch.js\",\n          \"name\": \"./node_modules/fetch/lib/fetch.js\",\n          \"index\": 275,\n          \"index2\": 327,\n          \"size\": 14956,\n          \"cacheable\": true,\n          \"built\": true,\n          \"optional\": false,\n          \"prefetched\": false,\n          \"chunks\": [\n            2\n          ],\n          \"issuer\": \"/Users/jarred/Code/styleurl/node_modules/native-css/src/native-css.js\",\n          \"issuerId\": 257,\n          \"issuerName\": \"./node_modules/native-css/src/native-css.js\",\n          \"issuerPath\": [\n            {\n              \"id\": 191,\n              \"identifier\": \"multi /Users/jarred/Code/styleurl/webpack/customPublicPath /Users/jarred/Code/styleurl/chrome/extension/background\",\n              \"name\": \"multi ./webpack/customPublicPath ./chrome/extension/background\",\n              \"profile\": {\n                \"factory\": 0,\n                \"building\": 0,\n                \"dependencies\": 54\n              }\n            },\n            {\n              \"id\": 192,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/background.js\",\n              \"name\": \"./chrome/extension/background.js\",\n              \"profile\": {\n                \"factory\": 54,\n                \"building\": 639,\n                \"dependencies\": 140\n              }\n            },\n            {\n              \"id\": 255,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/stylesheet-differ/lib/index.js\",\n              \"name\": \"./node_modules/stylesheet-differ/lib/index.js\",\n              \"profile\": {\n                \"factory\": 140,\n                \"building\": 568,\n                \"dependencies\": 1\n              }\n            },\n            {\n              \"id\": 256,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/native-css/index.js\",\n              \"name\": \"./node_modules/native-css/index.js\",\n              \"profile\": {\n                \"factory\": 189,\n                \"building\": 603,\n                \"dependencies\": 1\n              }\n            },\n            {\n              \"id\": 257,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/native-css/src/native-css.js\",\n              \"name\": \"./node_modules/native-css/src/native-css.js\",\n              \"profile\": {\n                \"factory\": 26,\n                \"building\": 63,\n                \"dependencies\": 14\n              }\n            }\n          ],\n          \"profile\": {\n            \"factory\": 117,\n            \"building\": 25,\n            \"dependencies\": 27\n          },\n          \"failed\": false,\n          \"errors\": 0,\n          \"warnings\": 0,\n          \"assets\": [],\n          \"reasons\": [\n            {\n              \"moduleId\": 257,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/native-css/src/native-css.js\",\n              \"module\": \"./node_modules/native-css/src/native-css.js\",\n              \"moduleName\": \"./node_modules/native-css/src/native-css.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"fetch\",\n              \"loc\": \"6:13-29\"\n            }\n          ],\n          \"usedExports\": true,\n          \"providedExports\": null,\n          \"optimizationBailout\": [\n            \"ModuleConcatenation bailout: Module is not an ECMAScript module\"\n          ],\n          \"depth\": 5,\n          \"source\": \"'use strict';\\n\\nvar http = require('http');\\nvar https = require('https');\\nvar urllib = require('url');\\nvar utillib = require('util');\\nvar zlib = require('zlib');\\nvar dns = require('dns');\\nvar Stream = require('stream').Readable;\\nvar CookieJar = require('./cookiejar').CookieJar;\\nvar encodinglib = require('encoding');\\nvar net = require('net');\\n\\nvar USE_ALLOC = typeof Buffer.alloc === 'function';\\n\\nexports.FetchStream = FetchStream;\\nexports.CookieJar = CookieJar;\\nexports.fetchUrl = fetchUrl;\\n\\nfunction FetchStream(url, options) {\\n    Stream.call(this);\\n\\n    options = options || {};\\n\\n    this.url = url;\\n    if (!this.url) {\\n        return this.emit('error', new Error('url not defined'));\\n    }\\n\\n    this.userAgent = options.userAgent || 'FetchStream';\\n\\n    this._redirect_count = 0;\\n\\n    this.options = options || {};\\n    this.normalizeOptions();\\n\\n    // prevent errors before 'error' handler is set by defferring actions\\n    if (typeof setImmediate !== 'undefined') {\\n        setImmediate(this.runStream.bind(this, url));\\n    } else {\\n        process.nextTick(this.runStream.bind(this, url));\\n    }\\n    this.responseBuffer = USE_ALLOC ? Buffer.alloc(0, '', 'binary') : new Buffer(0, 'binary');\\n    this.ended = false;\\n    this.readyToRead = 0;\\n}\\nutillib.inherits(FetchStream, Stream);\\n\\nFetchStream.prototype._read = function (size) {\\n    if (this.ended && this.responseBuffer.length === 0) {\\n        this.push(null);\\n        return;\\n    }\\n    this.readyToRead += size;\\n    this.drainBuffer();\\n};\\n\\nFetchStream.prototype.drainBuffer = function () {\\n    if (this.readyToRead === 0) {\\n        return;\\n    }\\n    if (this.responseBuffer.length === 0) {\\n        return;\\n    }\\n    var push;\\n    var rest;\\n    var restSize;\\n\\n    if (this.responseBuffer.length > this.readyToRead) {\\n        push = USE_ALLOC ? Buffer.alloc(this.readyToRead, '', 'binary') : new Buffer(this.readyToRead, 'binary');\\n        this.responseBuffer.copy(push, 0, 0, this.readyToRead);\\n        restSize = this.responseBuffer.length - this.readyToRead;\\n        rest = USE_ALLOC ? Buffer.alloc(restSize, '', 'binary') : new Buffer(restSize, 'binary');\\n        this.responseBuffer.copy(rest, 0, this.readyToRead);\\n    } else {\\n        push = this.responseBuffer;\\n        rest = USE_ALLOC ? Buffer.alloc(0, '', 'binary') : new Buffer(0, 'binary');\\n    }\\n    this.responseBuffer = rest;\\n    this.readyToRead = 0;\\n    if (this.options.encoding) {\\n        this.push(push, this.options.encoding);\\n    } else {\\n        this.push(push);\\n    }\\n};\\n\\nFetchStream.prototype.destroy = function (ex) {\\n    this.emit('destroy', ex);\\n};\\n\\nFetchStream.prototype.normalizeOptions = function () {\\n\\n    // cookiejar\\n    this.cookieJar = this.options.cookieJar || new CookieJar();\\n\\n    // default redirects - 10\\n    // if disableRedirect is set, then 0\\n    if (!this.options.disableRedirect && typeof this.options.maxRedirects !== 'number' &&\\n        !(this.options.maxRedirects instanceof Number)) {\\n        this.options.maxRedirects = 10;\\n    } else if (this.options.disableRedirects) {\\n        this.options.maxRedirects = 0;\\n    }\\n\\n    // normalize header keys\\n    // HTTP and HTTPS takes in key names in case insensitive but to find\\n    // an exact value from an object key name needs to be case sensitive\\n    // so we're just lowercasing all input keys\\n    this.options.headers = this.options.headers || {};\\n\\n    var keys = Object.keys(this.options.headers);\\n    var newheaders = {};\\n    var i;\\n\\n    for (i = keys.length - 1; i >= 0; i--) {\\n        newheaders[keys[i].toLowerCase().trim()] = this.options.headers[keys[i]];\\n    }\\n\\n    this.options.headers = newheaders;\\n\\n    if (!this.options.headers['user-agent']) {\\n        this.options.headers['user-agent'] = this.userAgent;\\n    }\\n\\n    if (!this.options.headers.pragma) {\\n        this.options.headers.pragma = 'no-cache';\\n    }\\n\\n    if (!this.options.headers['cache-control']) {\\n        this.options.headers['cache-control'] = 'no-cache';\\n    }\\n\\n    if (!this.options.disableGzip) {\\n        this.options.headers['accept-encoding'] = 'gzip, deflate';\\n    } else {\\n        delete this.options.headers['accept-encoding'];\\n    }\\n\\n    // max length for the response,\\n    // if not set, default is Infinity\\n    if (!this.options.maxResponseLength) {\\n        this.options.maxResponseLength = Infinity;\\n    }\\n\\n    // method:\\n    // defaults to GET, or when payload present to POST\\n    if (!this.options.method) {\\n        this.options.method = this.options.payload || this.options.payloadSize ? 'POST' : 'GET';\\n    }\\n\\n    // set cookies\\n    // takes full cookie definition strings as params\\n    if (this.options.cookies) {\\n        for (i = 0; i < this.options.cookies.length; i++) {\\n            this.cookieJar.setCookie(this.options.cookies[i], this.url);\\n        }\\n    }\\n\\n    // rejectUnauthorized\\n    if (typeof this.options.rejectUnauthorized === 'undefined') {\\n        this.options.rejectUnauthorized = true;\\n    }\\n};\\n\\nFetchStream.prototype.parseUrl = function (url) {\\n    var urlparts = urllib.parse(url, false, true),\\n        transport,\\n        urloptions = {\\n            host: urlparts.hostname || urlparts.host,\\n            port: urlparts.port,\\n            path: urlparts.pathname + (urlparts.search || '') || '/',\\n            method: this.options.method,\\n            rejectUnauthorized: this.options.rejectUnauthorized\\n        };\\n\\n    switch (urlparts.protocol) {\\n        case 'https:':\\n            transport = https;\\n            break;\\n        case 'http:':\\n        default:\\n            transport = http;\\n            break;\\n    }\\n\\n    if (transport === https) {\\n        if('agentHttps' in this.options){\\n            urloptions.agent = this.options.agentHttps;\\n        }\\n        if('agent' in this.options){\\n            urloptions.agent = this.options.agent;\\n        }\\n    } else {\\n        if('agentHttp' in this.options){\\n            urloptions.agent = this.options.agentHttp;\\n        }\\n        if('agent' in this.options){\\n            urloptions.agent = this.options.agent;\\n        }\\n    }\\n\\n    if (!urloptions.port) {\\n        switch (urlparts.protocol) {\\n            case 'https:':\\n                urloptions.port = 443;\\n                break;\\n            case 'http:':\\n            default:\\n                urloptions.port = 80;\\n                break;\\n        }\\n    }\\n\\n    urloptions.headers = this.options.headers || {};\\n\\n    if (urlparts.auth) {\\n        var buf = USE_ALLOC ? Buffer.alloc(Buffer.byteLength(urlparts.auth), urlparts.auth) : new Buffer(urlparts.auth);\\n        urloptions.headers.Authorization = 'Basic ' + buf.toString('base64');\\n    }\\n\\n    return {\\n        urloptions: urloptions,\\n        transport: transport\\n    };\\n};\\n\\nFetchStream.prototype.setEncoding = function (encoding) {\\n    this.options.encoding = encoding;\\n};\\n\\nFetchStream.prototype.runStream = function (url) {\\n    var url_data = this.parseUrl(url),\\n        cookies = this.cookieJar.getCookies(url);\\n\\n    if (cookies) {\\n        url_data.urloptions.headers.cookie = cookies;\\n    } else {\\n        delete url_data.urloptions.headers.cookie;\\n    }\\n\\n    if (this.options.payload) {\\n        url_data.urloptions.headers['content-length'] = Buffer.byteLength(this.options.payload || '', 'utf-8');\\n    }\\n\\n    if (this.options.payloadSize) {\\n        url_data.urloptions.headers['content-length'] = this.options.payloadSize;\\n    }\\n\\n    if (this.options.asyncDnsLoookup) {\\n        var dnsCallback = (function (err, addresses) {\\n            if (err) {\\n                this.emit('error', err);\\n                return;\\n            }\\n\\n            url_data.urloptions.headers.host = url_data.urloptions.hostname || url_data.urloptions.host;\\n            url_data.urloptions.hostname = addresses[0];\\n            url_data.urloptions.host = url_data.urloptions.headers.host + (url_data.urloptions.port ? ':' + url_data.urloptions.port : '');\\n\\n            this._runStream(url_data, url);\\n        }).bind(this);\\n\\n        if (net.isIP(url_data.urloptions.host)) {\\n            dnsCallback(null, [url_data.urloptions.host]);\\n        } else {\\n            dns.resolve4(url_data.urloptions.host, dnsCallback);\\n        }\\n    } else {\\n        this._runStream(url_data, url);\\n    }\\n};\\n\\nFetchStream.prototype._runStream = function (url_data, url) {\\n\\n    var req = url_data.transport.request(url_data.urloptions, (function (res) {\\n\\n        // catch new cookies before potential redirect\\n        if (Array.isArray(res.headers['set-cookie'])) {\\n            for (var i = 0; i < res.headers['set-cookie'].length; i++) {\\n                this.cookieJar.setCookie(res.headers['set-cookie'][i], url);\\n            }\\n        }\\n\\n        if ([301, 302, 303, 307, 308].indexOf(res.statusCode) >= 0) {\\n            if (!this.options.disableRedirects && this.options.maxRedirects > this._redirect_count && res.headers.location) {\\n                this._redirect_count++;\\n                req.destroy();\\n                this.runStream(urllib.resolve(url, res.headers.location));\\n                return;\\n            }\\n        }\\n\\n        this.meta = {\\n            status: res.statusCode,\\n            responseHeaders: res.headers,\\n            finalUrl: url,\\n            redirectCount: this._redirect_count,\\n            cookieJar: this.cookieJar\\n        };\\n\\n        var curlen = 0,\\n            maxlen,\\n\\n            receive = (function (chunk) {\\n                if (curlen + chunk.length > this.options.maxResponseLength) {\\n                    maxlen = this.options.maxResponseLength - curlen;\\n                } else {\\n                    maxlen = chunk.length;\\n                }\\n\\n                if (maxlen <= 0) {\\n                    return;\\n                }\\n\\n                curlen += Math.min(maxlen, chunk.length);\\n                if (maxlen >= chunk.length) {\\n                    if (this.responseBuffer.length === 0) {\\n                        this.responseBuffer = chunk;\\n                    } else {\\n                        this.responseBuffer = Buffer.concat([this.responseBuffer, chunk]);\\n                    }\\n                } else {\\n                    this.responseBuffer = Buffer.concat([this.responseBuffer, chunk], this.responseBuffer.length + maxlen);\\n                }\\n                this.drainBuffer();\\n            }).bind(this),\\n\\n            error = (function (e) {\\n                this.ended = true;\\n                this.emit('error', e);\\n                this.drainBuffer();\\n            }).bind(this),\\n\\n            end = (function () {\\n                this.ended = true;\\n                if (this.responseBuffer.length === 0) {\\n                    this.push(null);\\n                }\\n            }).bind(this),\\n\\n            unpack = (function (type, res) {\\n                var z = zlib['create' + type]();\\n                z.on('data', receive);\\n                z.on('error', error);\\n                z.on('end', end);\\n                res.pipe(z);\\n            }).bind(this);\\n\\n        this.emit('meta', this.meta);\\n\\n        if (res.headers['content-encoding']) {\\n            switch (res.headers['content-encoding'].toLowerCase().trim()) {\\n                case 'gzip':\\n                    return unpack('Gunzip', res);\\n                case 'deflate':\\n                    return unpack('InflateRaw', res);\\n            }\\n        }\\n\\n        res.on('data', receive);\\n        res.on('end', end);\\n\\n    }).bind(this));\\n\\n    req.on('error', (function (e) {\\n        this.emit('error', e);\\n    }).bind(this));\\n\\n    if (this.options.timeout) {\\n        req.setTimeout(this.options.timeout, req.abort.bind(req));\\n    }\\n    this.on('destroy', req.abort.bind(req));\\n\\n    if (this.options.payload) {\\n        req.end(this.options.payload);\\n    } else if (this.options.payloadStream) {\\n        this.options.payloadStream.pipe(req);\\n        this.options.payloadStream.resume();\\n    } else {\\n        req.end();\\n    }\\n};\\n\\nfunction fetchUrl(url, options, callback) {\\n    if (!callback && typeof options === 'function') {\\n        callback = options;\\n        options = undefined;\\n    }\\n    options = options || {};\\n\\n    var fetchstream = new FetchStream(url, options),\\n        response_data, chunks = [],\\n        length = 0,\\n        curpos = 0,\\n        buffer,\\n        content_type,\\n        callbackFired = false;\\n\\n    fetchstream.on('meta', function (meta) {\\n        response_data = meta;\\n        content_type = _parseContentType(meta.responseHeaders['content-type']);\\n    });\\n\\n    fetchstream.on('data', function (chunk) {\\n        if (chunk) {\\n            chunks.push(chunk);\\n            length += chunk.length;\\n        }\\n    });\\n\\n    fetchstream.on('error', function (error) {\\n        if (error && error.code === 'HPE_INVALID_CONSTANT') {\\n            // skip invalid formatting errors\\n            return;\\n        }\\n        if (callbackFired) {\\n            return;\\n        }\\n        callbackFired = true;\\n        callback(error);\\n    });\\n\\n    fetchstream.on('end', function () {\\n        if (callbackFired) {\\n            return;\\n        }\\n        callbackFired = true;\\n\\n        buffer = USE_ALLOC ? Buffer.alloc(length) : new Buffer(length);\\n        for (var i = 0, len = chunks.length; i < len; i++) {\\n            chunks[i].copy(buffer, curpos);\\n            curpos += chunks[i].length;\\n        }\\n\\n        if (content_type.mimeType === 'text/html') {\\n            content_type.charset = _findHTMLCharset(buffer) || content_type.charset;\\n        }\\n\\n        content_type.charset = (options.overrideCharset || content_type.charset || 'utf-8').trim().toLowerCase();\\n\\n\\n        if (!options.disableDecoding && !content_type.charset.match(/^utf-?8$/i)) {\\n            buffer = encodinglib.convert(buffer, 'UTF-8', content_type.charset);\\n        }\\n\\n        if (options.outputEncoding) {\\n            return callback(null, response_data, buffer.toString(options.outputEncoding));\\n        } else {\\n            return callback(null, response_data, buffer);\\n        }\\n\\n    });\\n}\\n\\nfunction _parseContentType(str) {\\n    if (!str) {\\n        return {};\\n    }\\n    var parts = str.split(';'),\\n        mimeType = parts.shift(),\\n        charset, chparts;\\n\\n    for (var i = 0, len = parts.length; i < len; i++) {\\n        chparts = parts[i].split('=');\\n        if (chparts.length > 1) {\\n            if (chparts[0].trim().toLowerCase() === 'charset') {\\n                charset = chparts[1];\\n            }\\n        }\\n    }\\n\\n    return {\\n        mimeType: (mimeType || '').trim().toLowerCase(),\\n        charset: (charset || 'UTF-8').trim().toLowerCase() // defaults to UTF-8\\n    };\\n}\\n\\nfunction _findHTMLCharset(htmlbuffer) {\\n\\n    var body = htmlbuffer.toString('ascii'),\\n        input, meta, charset;\\n\\n    if ((meta = body.match(/<meta\\\\s+http-equiv=[\\\"']content-type[\\\"'][^>]*?>/i))) {\\n        input = meta[0];\\n    }\\n\\n    if (input) {\\n        charset = input.match(/charset\\\\s?=\\\\s?([a-zA-Z\\\\-0-9]*);?/);\\n        if (charset) {\\n            charset = (charset[1] || '').trim().toLowerCase();\\n        }\\n    }\\n\\n    if (!charset && (meta = body.match(/<meta\\\\s+charset=[\\\"'](.*?)[\\\"']/i))) {\\n        charset = (meta[1] || '').trim().toLowerCase();\\n    }\\n\\n    return charset;\\n}\\n\"\n        },\n        {\n          \"id\": 294,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/stream-http/lib/request.js\",\n          \"name\": \"./node_modules/stream-http/lib/request.js\",\n          \"index\": 277,\n          \"index2\": 283,\n          \"size\": 8198,\n          \"cacheable\": true,\n          \"built\": true,\n          \"optional\": false,\n          \"prefetched\": false,\n          \"chunks\": [\n            2\n          ],\n          \"issuer\": \"/Users/jarred/Code/styleurl/node_modules/stream-http/index.js\",\n          \"issuerId\": 157,\n          \"issuerName\": \"./node_modules/stream-http/index.js\",\n          \"issuerPath\": [\n            {\n              \"id\": 191,\n              \"identifier\": \"multi /Users/jarred/Code/styleurl/webpack/customPublicPath /Users/jarred/Code/styleurl/chrome/extension/background\",\n              \"name\": \"multi ./webpack/customPublicPath ./chrome/extension/background\",\n              \"profile\": {\n                \"factory\": 0,\n                \"building\": 0,\n                \"dependencies\": 54\n              }\n            },\n            {\n              \"id\": 192,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/background.js\",\n              \"name\": \"./chrome/extension/background.js\",\n              \"profile\": {\n                \"factory\": 54,\n                \"building\": 639,\n                \"dependencies\": 140\n              }\n            },\n            {\n              \"id\": 255,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/stylesheet-differ/lib/index.js\",\n              \"name\": \"./node_modules/stylesheet-differ/lib/index.js\",\n              \"profile\": {\n                \"factory\": 140,\n                \"building\": 568,\n                \"dependencies\": 1\n              }\n            },\n            {\n              \"id\": 256,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/native-css/index.js\",\n              \"name\": \"./node_modules/native-css/index.js\",\n              \"profile\": {\n                \"factory\": 189,\n                \"building\": 603,\n                \"dependencies\": 1\n              }\n            },\n            {\n              \"id\": 257,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/native-css/src/native-css.js\",\n              \"name\": \"./node_modules/native-css/src/native-css.js\",\n              \"profile\": {\n                \"factory\": 26,\n                \"building\": 63,\n                \"dependencies\": 14\n              }\n            },\n            {\n              \"id\": 293,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/fetch/lib/fetch.js\",\n              \"name\": \"./node_modules/fetch/lib/fetch.js\",\n              \"profile\": {\n                \"factory\": 117,\n                \"building\": 25,\n                \"dependencies\": 27\n              }\n            },\n            {\n              \"id\": 157,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/stream-http/index.js\",\n              \"name\": \"./node_modules/stream-http/index.js\",\n              \"profile\": {\n                \"factory\": 66,\n                \"building\": 38,\n                \"dependencies\": 20\n              }\n            }\n          ],\n          \"profile\": {\n            \"factory\": 114,\n            \"building\": 71,\n            \"dependencies\": 122\n          },\n          \"failed\": false,\n          \"errors\": 0,\n          \"warnings\": 0,\n          \"assets\": [],\n          \"reasons\": [\n            {\n              \"moduleId\": 157,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/stream-http/index.js\",\n              \"module\": \"./node_modules/stream-http/index.js\",\n              \"moduleName\": \"./node_modules/stream-http/index.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"./lib/request\",\n              \"loc\": \"1:20-44\"\n            }\n          ],\n          \"usedExports\": true,\n          \"providedExports\": null,\n          \"optimizationBailout\": [\n            \"ModuleConcatenation bailout: Module is not an ECMAScript module\"\n          ],\n          \"depth\": 7,\n          \"source\": \"var capability = require('./capability')\\nvar inherits = require('inherits')\\nvar response = require('./response')\\nvar stream = require('readable-stream')\\nvar toArrayBuffer = require('to-arraybuffer')\\n\\nvar IncomingMessage = response.IncomingMessage\\nvar rStates = response.readyStates\\n\\nfunction decideMode (preferBinary, useFetch) {\\n\\tif (capability.fetch && useFetch) {\\n\\t\\treturn 'fetch'\\n\\t} else if (capability.mozchunkedarraybuffer) {\\n\\t\\treturn 'moz-chunked-arraybuffer'\\n\\t} else if (capability.msstream) {\\n\\t\\treturn 'ms-stream'\\n\\t} else if (capability.arraybuffer && preferBinary) {\\n\\t\\treturn 'arraybuffer'\\n\\t} else if (capability.vbArray && preferBinary) {\\n\\t\\treturn 'text:vbarray'\\n\\t} else {\\n\\t\\treturn 'text'\\n\\t}\\n}\\n\\nvar ClientRequest = module.exports = function (opts) {\\n\\tvar self = this\\n\\tstream.Writable.call(self)\\n\\n\\tself._opts = opts\\n\\tself._body = []\\n\\tself._headers = {}\\n\\tif (opts.auth)\\n\\t\\tself.setHeader('Authorization', 'Basic ' + new Buffer(opts.auth).toString('base64'))\\n\\tObject.keys(opts.headers).forEach(function (name) {\\n\\t\\tself.setHeader(name, opts.headers[name])\\n\\t})\\n\\n\\tvar preferBinary\\n\\tvar useFetch = true\\n\\tif (opts.mode === 'disable-fetch' || ('requestTimeout' in opts && !capability.abortController)) {\\n\\t\\t// If the use of XHR should be preferred. Not typically needed.\\n\\t\\tuseFetch = false\\n\\t\\tpreferBinary = true\\n\\t} else if (opts.mode === 'prefer-streaming') {\\n\\t\\t// If streaming is a high priority but binary compatibility and\\n\\t\\t// the accuracy of the 'content-type' header aren't\\n\\t\\tpreferBinary = false\\n\\t} else if (opts.mode === 'allow-wrong-content-type') {\\n\\t\\t// If streaming is more important than preserving the 'content-type' header\\n\\t\\tpreferBinary = !capability.overrideMimeType\\n\\t} else if (!opts.mode || opts.mode === 'default' || opts.mode === 'prefer-fast') {\\n\\t\\t// Use binary if text streaming may corrupt data or the content-type header, or for speed\\n\\t\\tpreferBinary = true\\n\\t} else {\\n\\t\\tthrow new Error('Invalid value for opts.mode')\\n\\t}\\n\\tself._mode = decideMode(preferBinary, useFetch)\\n\\n\\tself.on('finish', function () {\\n\\t\\tself._onFinish()\\n\\t})\\n}\\n\\ninherits(ClientRequest, stream.Writable)\\n\\nClientRequest.prototype.setHeader = function (name, value) {\\n\\tvar self = this\\n\\tvar lowerName = name.toLowerCase()\\n\\t// This check is not necessary, but it prevents warnings from browsers about setting unsafe\\n\\t// headers. To be honest I'm not entirely sure hiding these warnings is a good thing, but\\n\\t// http-browserify did it, so I will too.\\n\\tif (unsafeHeaders.indexOf(lowerName) !== -1)\\n\\t\\treturn\\n\\n\\tself._headers[lowerName] = {\\n\\t\\tname: name,\\n\\t\\tvalue: value\\n\\t}\\n}\\n\\nClientRequest.prototype.getHeader = function (name) {\\n\\tvar header = this._headers[name.toLowerCase()]\\n\\tif (header)\\n\\t\\treturn header.value\\n\\treturn null\\n}\\n\\nClientRequest.prototype.removeHeader = function (name) {\\n\\tvar self = this\\n\\tdelete self._headers[name.toLowerCase()]\\n}\\n\\nClientRequest.prototype._onFinish = function () {\\n\\tvar self = this\\n\\n\\tif (self._destroyed)\\n\\t\\treturn\\n\\tvar opts = self._opts\\n\\n\\tvar headersObj = self._headers\\n\\tvar body = null\\n\\tif (opts.method !== 'GET' && opts.method !== 'HEAD') {\\n\\t\\tif (capability.arraybuffer) {\\n\\t\\t\\tbody = toArrayBuffer(Buffer.concat(self._body))\\n\\t\\t} else if (capability.blobConstructor) {\\n\\t\\t\\tbody = new global.Blob(self._body.map(function (buffer) {\\n\\t\\t\\t\\treturn toArrayBuffer(buffer)\\n\\t\\t\\t}), {\\n\\t\\t\\t\\ttype: (headersObj['content-type'] || {}).value || ''\\n\\t\\t\\t})\\n\\t\\t} else {\\n\\t\\t\\t// get utf8 string\\n\\t\\t\\tbody = Buffer.concat(self._body).toString()\\n\\t\\t}\\n\\t}\\n\\n\\t// create flattened list of headers\\n\\tvar headersList = []\\n\\tObject.keys(headersObj).forEach(function (keyName) {\\n\\t\\tvar name = headersObj[keyName].name\\n\\t\\tvar value = headersObj[keyName].value\\n\\t\\tif (Array.isArray(value)) {\\n\\t\\t\\tvalue.forEach(function (v) {\\n\\t\\t\\t\\theadersList.push([name, v])\\n\\t\\t\\t})\\n\\t\\t} else {\\n\\t\\t\\theadersList.push([name, value])\\n\\t\\t}\\n\\t})\\n\\n\\tif (self._mode === 'fetch') {\\n\\t\\tvar signal = null\\n\\t\\tif (capability.abortController) {\\n\\t\\t\\tvar controller = new AbortController()\\n\\t\\t\\tsignal = controller.signal\\n\\t\\t\\tself._fetchAbortController = controller\\n\\n\\t\\t\\tif ('requestTimeout' in opts && opts.requestTimeout !== 0) {\\n\\t\\t\\t\\tglobal.setTimeout(function () {\\n\\t\\t\\t\\t\\tself.emit('requestTimeout')\\n\\t\\t\\t\\t\\tif (self._fetchAbortController)\\n\\t\\t\\t\\t\\t\\tself._fetchAbortController.abort()\\n\\t\\t\\t\\t}, opts.requestTimeout)\\n\\t\\t\\t}\\n\\t\\t}\\n\\n\\t\\tglobal.fetch(self._opts.url, {\\n\\t\\t\\tmethod: self._opts.method,\\n\\t\\t\\theaders: headersList,\\n\\t\\t\\tbody: body || undefined,\\n\\t\\t\\tmode: 'cors',\\n\\t\\t\\tcredentials: opts.withCredentials ? 'include' : 'same-origin',\\n\\t\\t\\tsignal: signal\\n\\t\\t}).then(function (response) {\\n\\t\\t\\tself._fetchResponse = response\\n\\t\\t\\tself._connect()\\n\\t\\t}, function (reason) {\\n\\t\\t\\tself.emit('error', reason)\\n\\t\\t})\\n\\t} else {\\n\\t\\tvar xhr = self._xhr = new global.XMLHttpRequest()\\n\\t\\ttry {\\n\\t\\t\\txhr.open(self._opts.method, self._opts.url, true)\\n\\t\\t} catch (err) {\\n\\t\\t\\tprocess.nextTick(function () {\\n\\t\\t\\t\\tself.emit('error', err)\\n\\t\\t\\t})\\n\\t\\t\\treturn\\n\\t\\t}\\n\\n\\t\\t// Can't set responseType on really old browsers\\n\\t\\tif ('responseType' in xhr)\\n\\t\\t\\txhr.responseType = self._mode.split(':')[0]\\n\\n\\t\\tif ('withCredentials' in xhr)\\n\\t\\t\\txhr.withCredentials = !!opts.withCredentials\\n\\n\\t\\tif (self._mode === 'text' && 'overrideMimeType' in xhr)\\n\\t\\t\\txhr.overrideMimeType('text/plain; charset=x-user-defined')\\n\\n\\t\\tif ('requestTimeout' in opts) {\\n\\t\\t\\txhr.timeout = opts.requestTimeout\\n\\t\\t\\txhr.ontimeout = function () {\\n\\t\\t\\t\\tself.emit('requestTimeout')\\n\\t\\t\\t}\\n\\t\\t}\\n\\n\\t\\theadersList.forEach(function (header) {\\n\\t\\t\\txhr.setRequestHeader(header[0], header[1])\\n\\t\\t})\\n\\n\\t\\tself._response = null\\n\\t\\txhr.onreadystatechange = function () {\\n\\t\\t\\tswitch (xhr.readyState) {\\n\\t\\t\\t\\tcase rStates.LOADING:\\n\\t\\t\\t\\tcase rStates.DONE:\\n\\t\\t\\t\\t\\tself._onXHRProgress()\\n\\t\\t\\t\\t\\tbreak\\n\\t\\t\\t}\\n\\t\\t}\\n\\t\\t// Necessary for streaming in Firefox, since xhr.response is ONLY defined\\n\\t\\t// in onprogress, not in onreadystatechange with xhr.readyState = 3\\n\\t\\tif (self._mode === 'moz-chunked-arraybuffer') {\\n\\t\\t\\txhr.onprogress = function () {\\n\\t\\t\\t\\tself._onXHRProgress()\\n\\t\\t\\t}\\n\\t\\t}\\n\\n\\t\\txhr.onerror = function () {\\n\\t\\t\\tif (self._destroyed)\\n\\t\\t\\t\\treturn\\n\\t\\t\\tself.emit('error', new Error('XHR error'))\\n\\t\\t}\\n\\n\\t\\ttry {\\n\\t\\t\\txhr.send(body)\\n\\t\\t} catch (err) {\\n\\t\\t\\tprocess.nextTick(function () {\\n\\t\\t\\t\\tself.emit('error', err)\\n\\t\\t\\t})\\n\\t\\t\\treturn\\n\\t\\t}\\n\\t}\\n}\\n\\n/**\\n * Checks if xhr.status is readable and non-zero, indicating no error.\\n * Even though the spec says it should be available in readyState 3,\\n * accessing it throws an exception in IE8\\n */\\nfunction statusValid (xhr) {\\n\\ttry {\\n\\t\\tvar status = xhr.status\\n\\t\\treturn (status !== null && status !== 0)\\n\\t} catch (e) {\\n\\t\\treturn false\\n\\t}\\n}\\n\\nClientRequest.prototype._onXHRProgress = function () {\\n\\tvar self = this\\n\\n\\tif (!statusValid(self._xhr) || self._destroyed)\\n\\t\\treturn\\n\\n\\tif (!self._response)\\n\\t\\tself._connect()\\n\\n\\tself._response._onXHRProgress()\\n}\\n\\nClientRequest.prototype._connect = function () {\\n\\tvar self = this\\n\\n\\tif (self._destroyed)\\n\\t\\treturn\\n\\n\\tself._response = new IncomingMessage(self._xhr, self._fetchResponse, self._mode)\\n\\tself._response.on('error', function(err) {\\n\\t\\tself.emit('error', err)\\n\\t})\\n\\n\\tself.emit('response', self._response)\\n}\\n\\nClientRequest.prototype._write = function (chunk, encoding, cb) {\\n\\tvar self = this\\n\\n\\tself._body.push(chunk)\\n\\tcb()\\n}\\n\\nClientRequest.prototype.abort = ClientRequest.prototype.destroy = function () {\\n\\tvar self = this\\n\\tself._destroyed = true\\n\\tif (self._response)\\n\\t\\tself._response._destroyed = true\\n\\tif (self._xhr)\\n\\t\\tself._xhr.abort()\\n\\telse if (self._fetchAbortController)\\n\\t\\tself._fetchAbortController.abort()\\n}\\n\\nClientRequest.prototype.end = function (data, encoding, cb) {\\n\\tvar self = this\\n\\tif (typeof data === 'function') {\\n\\t\\tcb = data\\n\\t\\tdata = undefined\\n\\t}\\n\\n\\tstream.Writable.prototype.end.call(self, data, encoding, cb)\\n}\\n\\nClientRequest.prototype.flushHeaders = function () {}\\nClientRequest.prototype.setTimeout = function () {}\\nClientRequest.prototype.setNoDelay = function () {}\\nClientRequest.prototype.setSocketKeepAlive = function () {}\\n\\n// Taken from http://www.w3.org/TR/XMLHttpRequest/#the-setrequestheader%28%29-method\\nvar unsafeHeaders = [\\n\\t'accept-charset',\\n\\t'accept-encoding',\\n\\t'access-control-request-headers',\\n\\t'access-control-request-method',\\n\\t'connection',\\n\\t'content-length',\\n\\t'cookie',\\n\\t'cookie2',\\n\\t'date',\\n\\t'dnt',\\n\\t'expect',\\n\\t'host',\\n\\t'keep-alive',\\n\\t'origin',\\n\\t'referer',\\n\\t'te',\\n\\t'trailer',\\n\\t'transfer-encoding',\\n\\t'upgrade',\\n\\t'user-agent',\\n\\t'via'\\n]\\n\"\n        },\n        {\n          \"id\": 295,\n          \"identifier\": \"ignored /Users/jarred/Code/styleurl/node_modules/stream-http/node_modules/readable-stream/lib util\",\n          \"name\": \"util (ignored)\",\n          \"index\": 283,\n          \"index2\": 272,\n          \"size\": 15,\n          \"cacheable\": true,\n          \"built\": true,\n          \"optional\": false,\n          \"prefetched\": false,\n          \"chunks\": [\n            2\n          ],\n          \"issuer\": \"/Users/jarred/Code/styleurl/node_modules/stream-http/node_modules/readable-stream/lib/_stream_readable.js\",\n          \"issuerId\": 161,\n          \"issuerName\": \"./node_modules/stream-http/node_modules/readable-stream/lib/_stream_readable.js\",\n          \"issuerPath\": [\n            {\n              \"id\": 191,\n              \"identifier\": \"multi /Users/jarred/Code/styleurl/webpack/customPublicPath /Users/jarred/Code/styleurl/chrome/extension/background\",\n              \"name\": \"multi ./webpack/customPublicPath ./chrome/extension/background\",\n              \"profile\": {\n                \"factory\": 0,\n                \"building\": 0,\n                \"dependencies\": 54\n              }\n            },\n            {\n              \"id\": 192,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/background.js\",\n              \"name\": \"./chrome/extension/background.js\",\n              \"profile\": {\n                \"factory\": 54,\n                \"building\": 639,\n                \"dependencies\": 140\n              }\n            },\n            {\n              \"id\": 255,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/stylesheet-differ/lib/index.js\",\n              \"name\": \"./node_modules/stylesheet-differ/lib/index.js\",\n              \"profile\": {\n                \"factory\": 140,\n                \"building\": 568,\n                \"dependencies\": 1\n              }\n            },\n            {\n              \"id\": 256,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/native-css/index.js\",\n              \"name\": \"./node_modules/native-css/index.js\",\n              \"profile\": {\n                \"factory\": 189,\n                \"building\": 603,\n                \"dependencies\": 1\n              }\n            },\n            {\n              \"id\": 257,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/native-css/src/native-css.js\",\n              \"name\": \"./node_modules/native-css/src/native-css.js\",\n              \"profile\": {\n                \"factory\": 26,\n                \"building\": 63,\n                \"dependencies\": 14\n              }\n            },\n            {\n              \"id\": 293,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/fetch/lib/fetch.js\",\n              \"name\": \"./node_modules/fetch/lib/fetch.js\",\n              \"profile\": {\n                \"factory\": 117,\n                \"building\": 25,\n                \"dependencies\": 27\n              }\n            },\n            {\n              \"id\": 157,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/stream-http/index.js\",\n              \"name\": \"./node_modules/stream-http/index.js\",\n              \"profile\": {\n                \"factory\": 66,\n                \"building\": 38,\n                \"dependencies\": 20\n              }\n            },\n            {\n              \"id\": 159,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/stream-http/lib/response.js\",\n              \"name\": \"./node_modules/stream-http/lib/response.js\",\n              \"profile\": {\n                \"factory\": 114,\n                \"building\": 71,\n                \"dependencies\": 122\n              }\n            },\n            {\n              \"id\": 160,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/stream-http/node_modules/readable-stream/readable-browser.js\",\n              \"name\": \"./node_modules/stream-http/node_modules/readable-stream/readable-browser.js\",\n              \"profile\": {\n                \"factory\": 127,\n                \"building\": 15,\n                \"dependencies\": 0\n              }\n            },\n            {\n              \"id\": 161,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/stream-http/node_modules/readable-stream/lib/_stream_readable.js\",\n              \"name\": \"./node_modules/stream-http/node_modules/readable-stream/lib/_stream_readable.js\",\n              \"profile\": {\n                \"factory\": 8,\n                \"building\": 54,\n                \"dependencies\": 78\n              }\n            }\n          ],\n          \"profile\": {\n            \"factory\": 64,\n            \"building\": 23,\n            \"dependencies\": 1\n          },\n          \"failed\": false,\n          \"errors\": 0,\n          \"warnings\": 0,\n          \"assets\": [],\n          \"reasons\": [\n            {\n              \"moduleId\": 161,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/stream-http/node_modules/readable-stream/lib/_stream_readable.js\",\n              \"module\": \"./node_modules/stream-http/node_modules/readable-stream/lib/_stream_readable.js\",\n              \"moduleName\": \"./node_modules/stream-http/node_modules/readable-stream/lib/_stream_readable.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"util\",\n              \"loc\": \"72:16-31\"\n            }\n          ],\n          \"usedExports\": true,\n          \"providedExports\": null,\n          \"optimizationBailout\": [\n            \"ModuleConcatenation bailout: Module is not an ECMAScript module\"\n          ],\n          \"depth\": 10\n        },\n        {\n          \"id\": 296,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/stream-http/node_modules/readable-stream/lib/internal/streams/BufferList.js\",\n          \"name\": \"./node_modules/stream-http/node_modules/readable-stream/lib/internal/streams/BufferList.js\",\n          \"index\": 284,\n          \"index2\": 273,\n          \"size\": 1847,\n          \"cacheable\": true,\n          \"built\": true,\n          \"optional\": false,\n          \"prefetched\": false,\n          \"chunks\": [\n            2\n          ],\n          \"issuer\": \"/Users/jarred/Code/styleurl/node_modules/stream-http/node_modules/readable-stream/lib/_stream_readable.js\",\n          \"issuerId\": 161,\n          \"issuerName\": \"./node_modules/stream-http/node_modules/readable-stream/lib/_stream_readable.js\",\n          \"issuerPath\": [\n            {\n              \"id\": 191,\n              \"identifier\": \"multi /Users/jarred/Code/styleurl/webpack/customPublicPath /Users/jarred/Code/styleurl/chrome/extension/background\",\n              \"name\": \"multi ./webpack/customPublicPath ./chrome/extension/background\",\n              \"profile\": {\n                \"factory\": 0,\n                \"building\": 0,\n                \"dependencies\": 54\n              }\n            },\n            {\n              \"id\": 192,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/background.js\",\n              \"name\": \"./chrome/extension/background.js\",\n              \"profile\": {\n                \"factory\": 54,\n                \"building\": 639,\n                \"dependencies\": 140\n              }\n            },\n            {\n              \"id\": 255,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/stylesheet-differ/lib/index.js\",\n              \"name\": \"./node_modules/stylesheet-differ/lib/index.js\",\n              \"profile\": {\n                \"factory\": 140,\n                \"building\": 568,\n                \"dependencies\": 1\n              }\n            },\n            {\n              \"id\": 256,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/native-css/index.js\",\n              \"name\": \"./node_modules/native-css/index.js\",\n              \"profile\": {\n                \"factory\": 189,\n                \"building\": 603,\n                \"dependencies\": 1\n              }\n            },\n            {\n              \"id\": 257,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/native-css/src/native-css.js\",\n              \"name\": \"./node_modules/native-css/src/native-css.js\",\n              \"profile\": {\n                \"factory\": 26,\n                \"building\": 63,\n                \"dependencies\": 14\n              }\n            },\n            {\n              \"id\": 293,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/fetch/lib/fetch.js\",\n              \"name\": \"./node_modules/fetch/lib/fetch.js\",\n              \"profile\": {\n                \"factory\": 117,\n                \"building\": 25,\n                \"dependencies\": 27\n              }\n            },\n            {\n              \"id\": 157,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/stream-http/index.js\",\n              \"name\": \"./node_modules/stream-http/index.js\",\n              \"profile\": {\n                \"factory\": 66,\n                \"building\": 38,\n                \"dependencies\": 20\n              }\n            },\n            {\n              \"id\": 159,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/stream-http/lib/response.js\",\n              \"name\": \"./node_modules/stream-http/lib/response.js\",\n              \"profile\": {\n                \"factory\": 114,\n                \"building\": 71,\n                \"dependencies\": 122\n              }\n            },\n            {\n              \"id\": 160,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/stream-http/node_modules/readable-stream/readable-browser.js\",\n              \"name\": \"./node_modules/stream-http/node_modules/readable-stream/readable-browser.js\",\n              \"profile\": {\n                \"factory\": 127,\n                \"building\": 15,\n                \"dependencies\": 0\n              }\n            },\n            {\n              \"id\": 161,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/stream-http/node_modules/readable-stream/lib/_stream_readable.js\",\n              \"name\": \"./node_modules/stream-http/node_modules/readable-stream/lib/_stream_readable.js\",\n              \"profile\": {\n                \"factory\": 8,\n                \"building\": 54,\n                \"dependencies\": 78\n              }\n            }\n          ],\n          \"profile\": {\n            \"factory\": 64,\n            \"building\": 23,\n            \"dependencies\": 1\n          },\n          \"failed\": false,\n          \"errors\": 0,\n          \"warnings\": 0,\n          \"assets\": [],\n          \"reasons\": [\n            {\n              \"moduleId\": 161,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/stream-http/node_modules/readable-stream/lib/_stream_readable.js\",\n              \"module\": \"./node_modules/stream-http/node_modules/readable-stream/lib/_stream_readable.js\",\n              \"moduleName\": \"./node_modules/stream-http/node_modules/readable-stream/lib/_stream_readable.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"./internal/streams/BufferList\",\n              \"loc\": \"81:17-57\"\n            }\n          ],\n          \"usedExports\": true,\n          \"providedExports\": null,\n          \"optimizationBailout\": [\n            \"ModuleConcatenation bailout: Module is not an ECMAScript module\"\n          ],\n          \"depth\": 10,\n          \"source\": \"'use strict';\\n\\n/*<replacement>*/\\n\\nfunction _classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw new TypeError(\\\"Cannot call a class as a function\\\"); } }\\n\\nvar Buffer = require('safe-buffer').Buffer;\\n/*</replacement>*/\\n\\nfunction copyBuffer(src, target, offset) {\\n  src.copy(target, offset);\\n}\\n\\nmodule.exports = function () {\\n  function BufferList() {\\n    _classCallCheck(this, BufferList);\\n\\n    this.head = null;\\n    this.tail = null;\\n    this.length = 0;\\n  }\\n\\n  BufferList.prototype.push = function push(v) {\\n    var entry = { data: v, next: null };\\n    if (this.length > 0) this.tail.next = entry;else this.head = entry;\\n    this.tail = entry;\\n    ++this.length;\\n  };\\n\\n  BufferList.prototype.unshift = function unshift(v) {\\n    var entry = { data: v, next: this.head };\\n    if (this.length === 0) this.tail = entry;\\n    this.head = entry;\\n    ++this.length;\\n  };\\n\\n  BufferList.prototype.shift = function shift() {\\n    if (this.length === 0) return;\\n    var ret = this.head.data;\\n    if (this.length === 1) this.head = this.tail = null;else this.head = this.head.next;\\n    --this.length;\\n    return ret;\\n  };\\n\\n  BufferList.prototype.clear = function clear() {\\n    this.head = this.tail = null;\\n    this.length = 0;\\n  };\\n\\n  BufferList.prototype.join = function join(s) {\\n    if (this.length === 0) return '';\\n    var p = this.head;\\n    var ret = '' + p.data;\\n    while (p = p.next) {\\n      ret += s + p.data;\\n    }return ret;\\n  };\\n\\n  BufferList.prototype.concat = function concat(n) {\\n    if (this.length === 0) return Buffer.alloc(0);\\n    if (this.length === 1) return this.head.data;\\n    var ret = Buffer.allocUnsafe(n >>> 0);\\n    var p = this.head;\\n    var i = 0;\\n    while (p) {\\n      copyBuffer(p.data, ret, i);\\n      i += p.data.length;\\n      p = p.next;\\n    }\\n    return ret;\\n  };\\n\\n  return BufferList;\\n}();\"\n        },\n        {\n          \"id\": 297,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/stream-http/node_modules/readable-stream/lib/_stream_passthrough.js\",\n          \"name\": \"./node_modules/stream-http/node_modules/readable-stream/lib/_stream_passthrough.js\",\n          \"index\": 289,\n          \"index2\": 279,\n          \"size\": 1738,\n          \"cacheable\": true,\n          \"built\": true,\n          \"optional\": false,\n          \"prefetched\": false,\n          \"chunks\": [\n            2\n          ],\n          \"issuer\": \"/Users/jarred/Code/styleurl/node_modules/stream-http/node_modules/readable-stream/readable-browser.js\",\n          \"issuerId\": 160,\n          \"issuerName\": \"./node_modules/stream-http/node_modules/readable-stream/readable-browser.js\",\n          \"issuerPath\": [\n            {\n              \"id\": 191,\n              \"identifier\": \"multi /Users/jarred/Code/styleurl/webpack/customPublicPath /Users/jarred/Code/styleurl/chrome/extension/background\",\n              \"name\": \"multi ./webpack/customPublicPath ./chrome/extension/background\",\n              \"profile\": {\n                \"factory\": 0,\n                \"building\": 0,\n                \"dependencies\": 54\n              }\n            },\n            {\n              \"id\": 192,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/background.js\",\n              \"name\": \"./chrome/extension/background.js\",\n              \"profile\": {\n                \"factory\": 54,\n                \"building\": 639,\n                \"dependencies\": 140\n              }\n            },\n            {\n              \"id\": 255,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/stylesheet-differ/lib/index.js\",\n              \"name\": \"./node_modules/stylesheet-differ/lib/index.js\",\n              \"profile\": {\n                \"factory\": 140,\n                \"building\": 568,\n                \"dependencies\": 1\n              }\n            },\n            {\n              \"id\": 256,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/native-css/index.js\",\n              \"name\": \"./node_modules/native-css/index.js\",\n              \"profile\": {\n                \"factory\": 189,\n                \"building\": 603,\n                \"dependencies\": 1\n              }\n            },\n            {\n              \"id\": 257,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/native-css/src/native-css.js\",\n              \"name\": \"./node_modules/native-css/src/native-css.js\",\n              \"profile\": {\n                \"factory\": 26,\n                \"building\": 63,\n                \"dependencies\": 14\n              }\n            },\n            {\n              \"id\": 293,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/fetch/lib/fetch.js\",\n              \"name\": \"./node_modules/fetch/lib/fetch.js\",\n              \"profile\": {\n                \"factory\": 117,\n                \"building\": 25,\n                \"dependencies\": 27\n              }\n            },\n            {\n              \"id\": 157,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/stream-http/index.js\",\n              \"name\": \"./node_modules/stream-http/index.js\",\n              \"profile\": {\n                \"factory\": 66,\n                \"building\": 38,\n                \"dependencies\": 20\n              }\n            },\n            {\n              \"id\": 159,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/stream-http/lib/response.js\",\n              \"name\": \"./node_modules/stream-http/lib/response.js\",\n              \"profile\": {\n                \"factory\": 114,\n                \"building\": 71,\n                \"dependencies\": 122\n              }\n            },\n            {\n              \"id\": 160,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/stream-http/node_modules/readable-stream/readable-browser.js\",\n              \"name\": \"./node_modules/stream-http/node_modules/readable-stream/readable-browser.js\",\n              \"profile\": {\n                \"factory\": 127,\n                \"building\": 15,\n                \"dependencies\": 0\n              }\n            }\n          ],\n          \"profile\": {\n            \"factory\": 8,\n            \"building\": 54,\n            \"dependencies\": 78\n          },\n          \"failed\": false,\n          \"errors\": 0,\n          \"warnings\": 0,\n          \"assets\": [],\n          \"reasons\": [\n            {\n              \"moduleId\": 160,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/stream-http/node_modules/readable-stream/readable-browser.js\",\n              \"module\": \"./node_modules/stream-http/node_modules/readable-stream/readable-browser.js\",\n              \"moduleName\": \"./node_modules/stream-http/node_modules/readable-stream/readable-browser.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"./lib/_stream_passthrough.js\",\n              \"loc\": \"7:22-61\"\n            }\n          ],\n          \"usedExports\": true,\n          \"providedExports\": null,\n          \"optimizationBailout\": [\n            \"ModuleConcatenation bailout: Module is not an ECMAScript module\"\n          ],\n          \"depth\": 9,\n          \"source\": \"// Copyright Joyent, Inc. and other Node contributors.\\n//\\n// Permission is hereby granted, free of charge, to any person obtaining a\\n// copy of this software and associated documentation files (the\\n// \\\"Software\\\"), to deal in the Software without restriction, including\\n// without limitation the rights to use, copy, modify, merge, publish,\\n// distribute, sublicense, and/or sell copies of the Software, and to permit\\n// persons to whom the Software is furnished to do so, subject to the\\n// following conditions:\\n//\\n// The above copyright notice and this permission notice shall be included\\n// in all copies or substantial portions of the Software.\\n//\\n// THE SOFTWARE IS PROVIDED \\\"AS IS\\\", WITHOUT WARRANTY OF ANY KIND, EXPRESS\\n// OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\\n// MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN\\n// NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM,\\n// DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR\\n// OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE\\n// USE OR OTHER DEALINGS IN THE SOFTWARE.\\n\\n// a passthrough stream.\\n// basically just the most minimal sort of Transform stream.\\n// Every written chunk gets output as-is.\\n\\n'use strict';\\n\\nmodule.exports = PassThrough;\\n\\nvar Transform = require('./_stream_transform');\\n\\n/*<replacement>*/\\nvar util = require('core-util-is');\\nutil.inherits = require('inherits');\\n/*</replacement>*/\\n\\nutil.inherits(PassThrough, Transform);\\n\\nfunction PassThrough(options) {\\n  if (!(this instanceof PassThrough)) return new PassThrough(options);\\n\\n  Transform.call(this, options);\\n}\\n\\nPassThrough.prototype._transform = function (chunk, encoding, cb) {\\n  cb(null, chunk);\\n};\"\n        },\n        {\n          \"id\": 298,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/to-arraybuffer/index.js\",\n          \"name\": \"./node_modules/to-arraybuffer/index.js\",\n          \"index\": 290,\n          \"index2\": 282,\n          \"size\": 881,\n          \"cacheable\": true,\n          \"built\": true,\n          \"optional\": false,\n          \"prefetched\": false,\n          \"chunks\": [\n            2\n          ],\n          \"issuer\": \"/Users/jarred/Code/styleurl/node_modules/stream-http/lib/request.js\",\n          \"issuerId\": 294,\n          \"issuerName\": \"./node_modules/stream-http/lib/request.js\",\n          \"issuerPath\": [\n            {\n              \"id\": 191,\n              \"identifier\": \"multi /Users/jarred/Code/styleurl/webpack/customPublicPath /Users/jarred/Code/styleurl/chrome/extension/background\",\n              \"name\": \"multi ./webpack/customPublicPath ./chrome/extension/background\",\n              \"profile\": {\n                \"factory\": 0,\n                \"building\": 0,\n                \"dependencies\": 54\n              }\n            },\n            {\n              \"id\": 192,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/background.js\",\n              \"name\": \"./chrome/extension/background.js\",\n              \"profile\": {\n                \"factory\": 54,\n                \"building\": 639,\n                \"dependencies\": 140\n              }\n            },\n            {\n              \"id\": 255,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/stylesheet-differ/lib/index.js\",\n              \"name\": \"./node_modules/stylesheet-differ/lib/index.js\",\n              \"profile\": {\n                \"factory\": 140,\n                \"building\": 568,\n                \"dependencies\": 1\n              }\n            },\n            {\n              \"id\": 256,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/native-css/index.js\",\n              \"name\": \"./node_modules/native-css/index.js\",\n              \"profile\": {\n                \"factory\": 189,\n                \"building\": 603,\n                \"dependencies\": 1\n              }\n            },\n            {\n              \"id\": 257,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/native-css/src/native-css.js\",\n              \"name\": \"./node_modules/native-css/src/native-css.js\",\n              \"profile\": {\n                \"factory\": 26,\n                \"building\": 63,\n                \"dependencies\": 14\n              }\n            },\n            {\n              \"id\": 293,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/fetch/lib/fetch.js\",\n              \"name\": \"./node_modules/fetch/lib/fetch.js\",\n              \"profile\": {\n                \"factory\": 117,\n                \"building\": 25,\n                \"dependencies\": 27\n              }\n            },\n            {\n              \"id\": 157,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/stream-http/index.js\",\n              \"name\": \"./node_modules/stream-http/index.js\",\n              \"profile\": {\n                \"factory\": 66,\n                \"building\": 38,\n                \"dependencies\": 20\n              }\n            },\n            {\n              \"id\": 294,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/stream-http/lib/request.js\",\n              \"name\": \"./node_modules/stream-http/lib/request.js\",\n              \"profile\": {\n                \"factory\": 114,\n                \"building\": 71,\n                \"dependencies\": 122\n              }\n            }\n          ],\n          \"profile\": {\n            \"factory\": 132,\n            \"building\": 6,\n            \"dependencies\": 1\n          },\n          \"failed\": false,\n          \"errors\": 0,\n          \"warnings\": 0,\n          \"assets\": [],\n          \"reasons\": [\n            {\n              \"moduleId\": 294,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/stream-http/lib/request.js\",\n              \"module\": \"./node_modules/stream-http/lib/request.js\",\n              \"moduleName\": \"./node_modules/stream-http/lib/request.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"to-arraybuffer\",\n              \"loc\": \"5:20-45\"\n            }\n          ],\n          \"usedExports\": true,\n          \"providedExports\": null,\n          \"optimizationBailout\": [\n            \"ModuleConcatenation bailout: Module is not an ECMAScript module\"\n          ],\n          \"depth\": 8,\n          \"source\": \"var Buffer = require('buffer').Buffer\\n\\nmodule.exports = function (buf) {\\n\\t// If the buffer is backed by a Uint8Array, a faster version will work\\n\\tif (buf instanceof Uint8Array) {\\n\\t\\t// If the buffer isn't a subarray, return the underlying ArrayBuffer\\n\\t\\tif (buf.byteOffset === 0 && buf.byteLength === buf.buffer.byteLength) {\\n\\t\\t\\treturn buf.buffer\\n\\t\\t} else if (typeof buf.buffer.slice === 'function') {\\n\\t\\t\\t// Otherwise we need to get a proper copy\\n\\t\\t\\treturn buf.buffer.slice(buf.byteOffset, buf.byteOffset + buf.byteLength)\\n\\t\\t}\\n\\t}\\n\\n\\tif (Buffer.isBuffer(buf)) {\\n\\t\\t// This is the slow version that will work with any Buffer\\n\\t\\t// implementation (even in old browsers)\\n\\t\\tvar arrayCopy = new Uint8Array(buf.length)\\n\\t\\tvar len = buf.length\\n\\t\\tfor (var i = 0; i < len; i++) {\\n\\t\\t\\tarrayCopy[i] = buf[i]\\n\\t\\t}\\n\\t\\treturn arrayCopy.buffer\\n\\t} else {\\n\\t\\tthrow new Error('Argument must be a Buffer')\\n\\t}\\n}\\n\"\n        },\n        {\n          \"id\": 299,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/xtend/immutable.js\",\n          \"name\": \"./node_modules/xtend/immutable.js\",\n          \"index\": 291,\n          \"index2\": 284,\n          \"size\": 384,\n          \"cacheable\": true,\n          \"built\": true,\n          \"optional\": false,\n          \"prefetched\": false,\n          \"chunks\": [\n            2\n          ],\n          \"issuer\": \"/Users/jarred/Code/styleurl/node_modules/stream-http/index.js\",\n          \"issuerId\": 157,\n          \"issuerName\": \"./node_modules/stream-http/index.js\",\n          \"issuerPath\": [\n            {\n              \"id\": 191,\n              \"identifier\": \"multi /Users/jarred/Code/styleurl/webpack/customPublicPath /Users/jarred/Code/styleurl/chrome/extension/background\",\n              \"name\": \"multi ./webpack/customPublicPath ./chrome/extension/background\",\n              \"profile\": {\n                \"factory\": 0,\n                \"building\": 0,\n                \"dependencies\": 54\n              }\n            },\n            {\n              \"id\": 192,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/background.js\",\n              \"name\": \"./chrome/extension/background.js\",\n              \"profile\": {\n                \"factory\": 54,\n                \"building\": 639,\n                \"dependencies\": 140\n              }\n            },\n            {\n              \"id\": 255,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/stylesheet-differ/lib/index.js\",\n              \"name\": \"./node_modules/stylesheet-differ/lib/index.js\",\n              \"profile\": {\n                \"factory\": 140,\n                \"building\": 568,\n                \"dependencies\": 1\n              }\n            },\n            {\n              \"id\": 256,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/native-css/index.js\",\n              \"name\": \"./node_modules/native-css/index.js\",\n              \"profile\": {\n                \"factory\": 189,\n                \"building\": 603,\n                \"dependencies\": 1\n              }\n            },\n            {\n              \"id\": 257,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/native-css/src/native-css.js\",\n              \"name\": \"./node_modules/native-css/src/native-css.js\",\n              \"profile\": {\n                \"factory\": 26,\n                \"building\": 63,\n                \"dependencies\": 14\n              }\n            },\n            {\n              \"id\": 293,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/fetch/lib/fetch.js\",\n              \"name\": \"./node_modules/fetch/lib/fetch.js\",\n              \"profile\": {\n                \"factory\": 117,\n                \"building\": 25,\n                \"dependencies\": 27\n              }\n            },\n            {\n              \"id\": 157,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/stream-http/index.js\",\n              \"name\": \"./node_modules/stream-http/index.js\",\n              \"profile\": {\n                \"factory\": 66,\n                \"building\": 38,\n                \"dependencies\": 20\n              }\n            }\n          ],\n          \"profile\": {\n            \"factory\": 114,\n            \"building\": 71,\n            \"dependencies\": 122\n          },\n          \"failed\": false,\n          \"errors\": 0,\n          \"warnings\": 0,\n          \"assets\": [],\n          \"reasons\": [\n            {\n              \"moduleId\": 157,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/stream-http/index.js\",\n              \"module\": \"./node_modules/stream-http/index.js\",\n              \"moduleName\": \"./node_modules/stream-http/index.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"xtend\",\n              \"loc\": \"3:13-29\"\n            }\n          ],\n          \"usedExports\": true,\n          \"providedExports\": null,\n          \"optimizationBailout\": [\n            \"ModuleConcatenation bailout: Module is not an ECMAScript module\"\n          ],\n          \"depth\": 7,\n          \"source\": \"module.exports = extend\\n\\nvar hasOwnProperty = Object.prototype.hasOwnProperty;\\n\\nfunction extend() {\\n    var target = {}\\n\\n    for (var i = 0; i < arguments.length; i++) {\\n        var source = arguments[i]\\n\\n        for (var key in source) {\\n            if (hasOwnProperty.call(source, key)) {\\n                target[key] = source[key]\\n            }\\n        }\\n    }\\n\\n    return target\\n}\\n\"\n        },\n        {\n          \"id\": 300,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/builtin-status-codes/browser.js\",\n          \"name\": \"./node_modules/builtin-status-codes/browser.js\",\n          \"index\": 292,\n          \"index2\": 285,\n          \"size\": 1793,\n          \"cacheable\": true,\n          \"built\": true,\n          \"optional\": false,\n          \"prefetched\": false,\n          \"chunks\": [\n            2\n          ],\n          \"issuer\": \"/Users/jarred/Code/styleurl/node_modules/stream-http/index.js\",\n          \"issuerId\": 157,\n          \"issuerName\": \"./node_modules/stream-http/index.js\",\n          \"issuerPath\": [\n            {\n              \"id\": 191,\n              \"identifier\": \"multi /Users/jarred/Code/styleurl/webpack/customPublicPath /Users/jarred/Code/styleurl/chrome/extension/background\",\n              \"name\": \"multi ./webpack/customPublicPath ./chrome/extension/background\",\n              \"profile\": {\n                \"factory\": 0,\n                \"building\": 0,\n                \"dependencies\": 54\n              }\n            },\n            {\n              \"id\": 192,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/background.js\",\n              \"name\": \"./chrome/extension/background.js\",\n              \"profile\": {\n                \"factory\": 54,\n                \"building\": 639,\n                \"dependencies\": 140\n              }\n            },\n            {\n              \"id\": 255,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/stylesheet-differ/lib/index.js\",\n              \"name\": \"./node_modules/stylesheet-differ/lib/index.js\",\n              \"profile\": {\n                \"factory\": 140,\n                \"building\": 568,\n                \"dependencies\": 1\n              }\n            },\n            {\n              \"id\": 256,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/native-css/index.js\",\n              \"name\": \"./node_modules/native-css/index.js\",\n              \"profile\": {\n                \"factory\": 189,\n                \"building\": 603,\n                \"dependencies\": 1\n              }\n            },\n            {\n              \"id\": 257,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/native-css/src/native-css.js\",\n              \"name\": \"./node_modules/native-css/src/native-css.js\",\n              \"profile\": {\n                \"factory\": 26,\n                \"building\": 63,\n                \"dependencies\": 14\n              }\n            },\n            {\n              \"id\": 293,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/fetch/lib/fetch.js\",\n              \"name\": \"./node_modules/fetch/lib/fetch.js\",\n              \"profile\": {\n                \"factory\": 117,\n                \"building\": 25,\n                \"dependencies\": 27\n              }\n            },\n            {\n              \"id\": 157,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/stream-http/index.js\",\n              \"name\": \"./node_modules/stream-http/index.js\",\n              \"profile\": {\n                \"factory\": 66,\n                \"building\": 38,\n                \"dependencies\": 20\n              }\n            }\n          ],\n          \"profile\": {\n            \"factory\": 114,\n            \"building\": 71,\n            \"dependencies\": 122\n          },\n          \"failed\": false,\n          \"errors\": 0,\n          \"warnings\": 0,\n          \"assets\": [],\n          \"reasons\": [\n            {\n              \"moduleId\": 157,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/stream-http/index.js\",\n              \"module\": \"./node_modules/stream-http/index.js\",\n              \"moduleName\": \"./node_modules/stream-http/index.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"builtin-status-codes\",\n              \"loc\": \"4:18-49\"\n            }\n          ],\n          \"usedExports\": true,\n          \"providedExports\": null,\n          \"optimizationBailout\": [\n            \"ModuleConcatenation bailout: Module is not an ECMAScript module\"\n          ],\n          \"depth\": 7,\n          \"source\": \"module.exports = {\\n  \\\"100\\\": \\\"Continue\\\",\\n  \\\"101\\\": \\\"Switching Protocols\\\",\\n  \\\"102\\\": \\\"Processing\\\",\\n  \\\"200\\\": \\\"OK\\\",\\n  \\\"201\\\": \\\"Created\\\",\\n  \\\"202\\\": \\\"Accepted\\\",\\n  \\\"203\\\": \\\"Non-Authoritative Information\\\",\\n  \\\"204\\\": \\\"No Content\\\",\\n  \\\"205\\\": \\\"Reset Content\\\",\\n  \\\"206\\\": \\\"Partial Content\\\",\\n  \\\"207\\\": \\\"Multi-Status\\\",\\n  \\\"208\\\": \\\"Already Reported\\\",\\n  \\\"226\\\": \\\"IM Used\\\",\\n  \\\"300\\\": \\\"Multiple Choices\\\",\\n  \\\"301\\\": \\\"Moved Permanently\\\",\\n  \\\"302\\\": \\\"Found\\\",\\n  \\\"303\\\": \\\"See Other\\\",\\n  \\\"304\\\": \\\"Not Modified\\\",\\n  \\\"305\\\": \\\"Use Proxy\\\",\\n  \\\"307\\\": \\\"Temporary Redirect\\\",\\n  \\\"308\\\": \\\"Permanent Redirect\\\",\\n  \\\"400\\\": \\\"Bad Request\\\",\\n  \\\"401\\\": \\\"Unauthorized\\\",\\n  \\\"402\\\": \\\"Payment Required\\\",\\n  \\\"403\\\": \\\"Forbidden\\\",\\n  \\\"404\\\": \\\"Not Found\\\",\\n  \\\"405\\\": \\\"Method Not Allowed\\\",\\n  \\\"406\\\": \\\"Not Acceptable\\\",\\n  \\\"407\\\": \\\"Proxy Authentication Required\\\",\\n  \\\"408\\\": \\\"Request Timeout\\\",\\n  \\\"409\\\": \\\"Conflict\\\",\\n  \\\"410\\\": \\\"Gone\\\",\\n  \\\"411\\\": \\\"Length Required\\\",\\n  \\\"412\\\": \\\"Precondition Failed\\\",\\n  \\\"413\\\": \\\"Payload Too Large\\\",\\n  \\\"414\\\": \\\"URI Too Long\\\",\\n  \\\"415\\\": \\\"Unsupported Media Type\\\",\\n  \\\"416\\\": \\\"Range Not Satisfiable\\\",\\n  \\\"417\\\": \\\"Expectation Failed\\\",\\n  \\\"418\\\": \\\"I'm a teapot\\\",\\n  \\\"421\\\": \\\"Misdirected Request\\\",\\n  \\\"422\\\": \\\"Unprocessable Entity\\\",\\n  \\\"423\\\": \\\"Locked\\\",\\n  \\\"424\\\": \\\"Failed Dependency\\\",\\n  \\\"425\\\": \\\"Unordered Collection\\\",\\n  \\\"426\\\": \\\"Upgrade Required\\\",\\n  \\\"428\\\": \\\"Precondition Required\\\",\\n  \\\"429\\\": \\\"Too Many Requests\\\",\\n  \\\"431\\\": \\\"Request Header Fields Too Large\\\",\\n  \\\"451\\\": \\\"Unavailable For Legal Reasons\\\",\\n  \\\"500\\\": \\\"Internal Server Error\\\",\\n  \\\"501\\\": \\\"Not Implemented\\\",\\n  \\\"502\\\": \\\"Bad Gateway\\\",\\n  \\\"503\\\": \\\"Service Unavailable\\\",\\n  \\\"504\\\": \\\"Gateway Timeout\\\",\\n  \\\"505\\\": \\\"HTTP Version Not Supported\\\",\\n  \\\"506\\\": \\\"Variant Also Negotiates\\\",\\n  \\\"507\\\": \\\"Insufficient Storage\\\",\\n  \\\"508\\\": \\\"Loop Detected\\\",\\n  \\\"509\\\": \\\"Bandwidth Limit Exceeded\\\",\\n  \\\"510\\\": \\\"Not Extended\\\",\\n  \\\"511\\\": \\\"Network Authentication Required\\\"\\n}\\n\"\n        },\n        {\n          \"id\": 301,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/https-browserify/index.js\",\n          \"name\": \"./node_modules/https-browserify/index.js\",\n          \"index\": 293,\n          \"index2\": 287,\n          \"size\": 717,\n          \"cacheable\": true,\n          \"built\": true,\n          \"optional\": false,\n          \"prefetched\": false,\n          \"chunks\": [\n            2\n          ],\n          \"issuer\": \"/Users/jarred/Code/styleurl/node_modules/fetch/lib/fetch.js\",\n          \"issuerId\": 293,\n          \"issuerName\": \"./node_modules/fetch/lib/fetch.js\",\n          \"issuerPath\": [\n            {\n              \"id\": 191,\n              \"identifier\": \"multi /Users/jarred/Code/styleurl/webpack/customPublicPath /Users/jarred/Code/styleurl/chrome/extension/background\",\n              \"name\": \"multi ./webpack/customPublicPath ./chrome/extension/background\",\n              \"profile\": {\n                \"factory\": 0,\n                \"building\": 0,\n                \"dependencies\": 54\n              }\n            },\n            {\n              \"id\": 192,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/background.js\",\n              \"name\": \"./chrome/extension/background.js\",\n              \"profile\": {\n                \"factory\": 54,\n                \"building\": 639,\n                \"dependencies\": 140\n              }\n            },\n            {\n              \"id\": 255,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/stylesheet-differ/lib/index.js\",\n              \"name\": \"./node_modules/stylesheet-differ/lib/index.js\",\n              \"profile\": {\n                \"factory\": 140,\n                \"building\": 568,\n                \"dependencies\": 1\n              }\n            },\n            {\n              \"id\": 256,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/native-css/index.js\",\n              \"name\": \"./node_modules/native-css/index.js\",\n              \"profile\": {\n                \"factory\": 189,\n                \"building\": 603,\n                \"dependencies\": 1\n              }\n            },\n            {\n              \"id\": 257,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/native-css/src/native-css.js\",\n              \"name\": \"./node_modules/native-css/src/native-css.js\",\n              \"profile\": {\n                \"factory\": 26,\n                \"building\": 63,\n                \"dependencies\": 14\n              }\n            },\n            {\n              \"id\": 293,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/fetch/lib/fetch.js\",\n              \"name\": \"./node_modules/fetch/lib/fetch.js\",\n              \"profile\": {\n                \"factory\": 117,\n                \"building\": 25,\n                \"dependencies\": 27\n              }\n            }\n          ],\n          \"profile\": {\n            \"factory\": 66,\n            \"building\": 38,\n            \"dependencies\": 20\n          },\n          \"failed\": false,\n          \"errors\": 0,\n          \"warnings\": 0,\n          \"assets\": [],\n          \"reasons\": [\n            {\n              \"moduleId\": 293,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/fetch/lib/fetch.js\",\n              \"module\": \"./node_modules/fetch/lib/fetch.js\",\n              \"moduleName\": \"./node_modules/fetch/lib/fetch.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"https\",\n              \"loc\": \"4:12-28\"\n            }\n          ],\n          \"usedExports\": true,\n          \"providedExports\": null,\n          \"optimizationBailout\": [\n            \"ModuleConcatenation bailout: Module is not an ECMAScript module\"\n          ],\n          \"depth\": 6,\n          \"source\": \"var http = require('http')\\nvar url = require('url')\\n\\nvar https = module.exports\\n\\nfor (var key in http) {\\n  if (http.hasOwnProperty(key)) https[key] = http[key]\\n}\\n\\nhttps.request = function (params, cb) {\\n  params = validateParams(params)\\n  return http.request.call(this, params, cb)\\n}\\n\\nhttps.get = function (params, cb) {\\n  params = validateParams(params)\\n  return http.get.call(this, params, cb)\\n}\\n\\nfunction validateParams (params) {\\n  if (typeof params === 'string') {\\n    params = url.parse(params)\\n  }\\n  if (!params.protocol) {\\n    params.protocol = 'https:'\\n  }\\n  if (params.protocol !== 'https:') {\\n    throw new Error('Protocol \\\"' + params.protocol + '\\\" not supported. Expected \\\"https:\\\"')\\n  }\\n  return params\\n}\\n\"\n        },\n        {\n          \"id\": 302,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/browserify-zlib/lib/index.js\",\n          \"name\": \"./node_modules/browserify-zlib/lib/index.js\",\n          \"index\": 294,\n          \"index2\": 300,\n          \"size\": 16698,\n          \"cacheable\": true,\n          \"built\": true,\n          \"optional\": false,\n          \"prefetched\": false,\n          \"chunks\": [\n            2\n          ],\n          \"issuer\": \"/Users/jarred/Code/styleurl/node_modules/fetch/lib/fetch.js\",\n          \"issuerId\": 293,\n          \"issuerName\": \"./node_modules/fetch/lib/fetch.js\",\n          \"issuerPath\": [\n            {\n              \"id\": 191,\n              \"identifier\": \"multi /Users/jarred/Code/styleurl/webpack/customPublicPath /Users/jarred/Code/styleurl/chrome/extension/background\",\n              \"name\": \"multi ./webpack/customPublicPath ./chrome/extension/background\",\n              \"profile\": {\n                \"factory\": 0,\n                \"building\": 0,\n                \"dependencies\": 54\n              }\n            },\n            {\n              \"id\": 192,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/background.js\",\n              \"name\": \"./chrome/extension/background.js\",\n              \"profile\": {\n                \"factory\": 54,\n                \"building\": 639,\n                \"dependencies\": 140\n              }\n            },\n            {\n              \"id\": 255,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/stylesheet-differ/lib/index.js\",\n              \"name\": \"./node_modules/stylesheet-differ/lib/index.js\",\n              \"profile\": {\n                \"factory\": 140,\n                \"building\": 568,\n                \"dependencies\": 1\n              }\n            },\n            {\n              \"id\": 256,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/native-css/index.js\",\n              \"name\": \"./node_modules/native-css/index.js\",\n              \"profile\": {\n                \"factory\": 189,\n                \"building\": 603,\n                \"dependencies\": 1\n              }\n            },\n            {\n              \"id\": 257,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/native-css/src/native-css.js\",\n              \"name\": \"./node_modules/native-css/src/native-css.js\",\n              \"profile\": {\n                \"factory\": 26,\n                \"building\": 63,\n                \"dependencies\": 14\n              }\n            },\n            {\n              \"id\": 293,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/fetch/lib/fetch.js\",\n              \"name\": \"./node_modules/fetch/lib/fetch.js\",\n              \"profile\": {\n                \"factory\": 117,\n                \"building\": 25,\n                \"dependencies\": 27\n              }\n            }\n          ],\n          \"profile\": {\n            \"factory\": 66,\n            \"building\": 38,\n            \"dependencies\": 20\n          },\n          \"failed\": false,\n          \"errors\": 0,\n          \"warnings\": 0,\n          \"assets\": [],\n          \"reasons\": [\n            {\n              \"moduleId\": 293,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/fetch/lib/fetch.js\",\n              \"module\": \"./node_modules/fetch/lib/fetch.js\",\n              \"moduleName\": \"./node_modules/fetch/lib/fetch.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"zlib\",\n              \"loc\": \"7:11-26\"\n            }\n          ],\n          \"usedExports\": true,\n          \"providedExports\": null,\n          \"optimizationBailout\": [\n            \"ModuleConcatenation bailout: Module is not an ECMAScript module\"\n          ],\n          \"depth\": 6,\n          \"source\": \"'use strict';\\n\\nvar Buffer = require('buffer').Buffer;\\nvar Transform = require('stream').Transform;\\nvar binding = require('./binding');\\nvar util = require('util');\\nvar assert = require('assert').ok;\\nvar kMaxLength = require('buffer').kMaxLength;\\nvar kRangeErrorMessage = 'Cannot create final Buffer. It would be larger ' + 'than 0x' + kMaxLength.toString(16) + ' bytes';\\n\\n// zlib doesn't provide these, so kludge them in following the same\\n// const naming scheme zlib uses.\\nbinding.Z_MIN_WINDOWBITS = 8;\\nbinding.Z_MAX_WINDOWBITS = 15;\\nbinding.Z_DEFAULT_WINDOWBITS = 15;\\n\\n// fewer than 64 bytes per chunk is stupid.\\n// technically it could work with as few as 8, but even 64 bytes\\n// is absurdly low.  Usually a MB or more is best.\\nbinding.Z_MIN_CHUNK = 64;\\nbinding.Z_MAX_CHUNK = Infinity;\\nbinding.Z_DEFAULT_CHUNK = 16 * 1024;\\n\\nbinding.Z_MIN_MEMLEVEL = 1;\\nbinding.Z_MAX_MEMLEVEL = 9;\\nbinding.Z_DEFAULT_MEMLEVEL = 8;\\n\\nbinding.Z_MIN_LEVEL = -1;\\nbinding.Z_MAX_LEVEL = 9;\\nbinding.Z_DEFAULT_LEVEL = binding.Z_DEFAULT_COMPRESSION;\\n\\n// expose all the zlib constants\\nvar bkeys = Object.keys(binding);\\nfor (var bk = 0; bk < bkeys.length; bk++) {\\n  var bkey = bkeys[bk];\\n  if (bkey.match(/^Z/)) {\\n    Object.defineProperty(exports, bkey, {\\n      enumerable: true, value: binding[bkey], writable: false\\n    });\\n  }\\n}\\n\\n// translation table for return codes.\\nvar codes = {\\n  Z_OK: binding.Z_OK,\\n  Z_STREAM_END: binding.Z_STREAM_END,\\n  Z_NEED_DICT: binding.Z_NEED_DICT,\\n  Z_ERRNO: binding.Z_ERRNO,\\n  Z_STREAM_ERROR: binding.Z_STREAM_ERROR,\\n  Z_DATA_ERROR: binding.Z_DATA_ERROR,\\n  Z_MEM_ERROR: binding.Z_MEM_ERROR,\\n  Z_BUF_ERROR: binding.Z_BUF_ERROR,\\n  Z_VERSION_ERROR: binding.Z_VERSION_ERROR\\n};\\n\\nvar ckeys = Object.keys(codes);\\nfor (var ck = 0; ck < ckeys.length; ck++) {\\n  var ckey = ckeys[ck];\\n  codes[codes[ckey]] = ckey;\\n}\\n\\nObject.defineProperty(exports, 'codes', {\\n  enumerable: true, value: Object.freeze(codes), writable: false\\n});\\n\\nexports.Deflate = Deflate;\\nexports.Inflate = Inflate;\\nexports.Gzip = Gzip;\\nexports.Gunzip = Gunzip;\\nexports.DeflateRaw = DeflateRaw;\\nexports.InflateRaw = InflateRaw;\\nexports.Unzip = Unzip;\\n\\nexports.createDeflate = function (o) {\\n  return new Deflate(o);\\n};\\n\\nexports.createInflate = function (o) {\\n  return new Inflate(o);\\n};\\n\\nexports.createDeflateRaw = function (o) {\\n  return new DeflateRaw(o);\\n};\\n\\nexports.createInflateRaw = function (o) {\\n  return new InflateRaw(o);\\n};\\n\\nexports.createGzip = function (o) {\\n  return new Gzip(o);\\n};\\n\\nexports.createGunzip = function (o) {\\n  return new Gunzip(o);\\n};\\n\\nexports.createUnzip = function (o) {\\n  return new Unzip(o);\\n};\\n\\n// Convenience methods.\\n// compress/decompress a string or buffer in one step.\\nexports.deflate = function (buffer, opts, callback) {\\n  if (typeof opts === 'function') {\\n    callback = opts;\\n    opts = {};\\n  }\\n  return zlibBuffer(new Deflate(opts), buffer, callback);\\n};\\n\\nexports.deflateSync = function (buffer, opts) {\\n  return zlibBufferSync(new Deflate(opts), buffer);\\n};\\n\\nexports.gzip = function (buffer, opts, callback) {\\n  if (typeof opts === 'function') {\\n    callback = opts;\\n    opts = {};\\n  }\\n  return zlibBuffer(new Gzip(opts), buffer, callback);\\n};\\n\\nexports.gzipSync = function (buffer, opts) {\\n  return zlibBufferSync(new Gzip(opts), buffer);\\n};\\n\\nexports.deflateRaw = function (buffer, opts, callback) {\\n  if (typeof opts === 'function') {\\n    callback = opts;\\n    opts = {};\\n  }\\n  return zlibBuffer(new DeflateRaw(opts), buffer, callback);\\n};\\n\\nexports.deflateRawSync = function (buffer, opts) {\\n  return zlibBufferSync(new DeflateRaw(opts), buffer);\\n};\\n\\nexports.unzip = function (buffer, opts, callback) {\\n  if (typeof opts === 'function') {\\n    callback = opts;\\n    opts = {};\\n  }\\n  return zlibBuffer(new Unzip(opts), buffer, callback);\\n};\\n\\nexports.unzipSync = function (buffer, opts) {\\n  return zlibBufferSync(new Unzip(opts), buffer);\\n};\\n\\nexports.inflate = function (buffer, opts, callback) {\\n  if (typeof opts === 'function') {\\n    callback = opts;\\n    opts = {};\\n  }\\n  return zlibBuffer(new Inflate(opts), buffer, callback);\\n};\\n\\nexports.inflateSync = function (buffer, opts) {\\n  return zlibBufferSync(new Inflate(opts), buffer);\\n};\\n\\nexports.gunzip = function (buffer, opts, callback) {\\n  if (typeof opts === 'function') {\\n    callback = opts;\\n    opts = {};\\n  }\\n  return zlibBuffer(new Gunzip(opts), buffer, callback);\\n};\\n\\nexports.gunzipSync = function (buffer, opts) {\\n  return zlibBufferSync(new Gunzip(opts), buffer);\\n};\\n\\nexports.inflateRaw = function (buffer, opts, callback) {\\n  if (typeof opts === 'function') {\\n    callback = opts;\\n    opts = {};\\n  }\\n  return zlibBuffer(new InflateRaw(opts), buffer, callback);\\n};\\n\\nexports.inflateRawSync = function (buffer, opts) {\\n  return zlibBufferSync(new InflateRaw(opts), buffer);\\n};\\n\\nfunction zlibBuffer(engine, buffer, callback) {\\n  var buffers = [];\\n  var nread = 0;\\n\\n  engine.on('error', onError);\\n  engine.on('end', onEnd);\\n\\n  engine.end(buffer);\\n  flow();\\n\\n  function flow() {\\n    var chunk;\\n    while (null !== (chunk = engine.read())) {\\n      buffers.push(chunk);\\n      nread += chunk.length;\\n    }\\n    engine.once('readable', flow);\\n  }\\n\\n  function onError(err) {\\n    engine.removeListener('end', onEnd);\\n    engine.removeListener('readable', flow);\\n    callback(err);\\n  }\\n\\n  function onEnd() {\\n    var buf;\\n    var err = null;\\n\\n    if (nread >= kMaxLength) {\\n      err = new RangeError(kRangeErrorMessage);\\n    } else {\\n      buf = Buffer.concat(buffers, nread);\\n    }\\n\\n    buffers = [];\\n    engine.close();\\n    callback(err, buf);\\n  }\\n}\\n\\nfunction zlibBufferSync(engine, buffer) {\\n  if (typeof buffer === 'string') buffer = Buffer.from(buffer);\\n\\n  if (!Buffer.isBuffer(buffer)) throw new TypeError('Not a string or buffer');\\n\\n  var flushFlag = engine._finishFlushFlag;\\n\\n  return engine._processChunk(buffer, flushFlag);\\n}\\n\\n// generic zlib\\n// minimal 2-byte header\\nfunction Deflate(opts) {\\n  if (!(this instanceof Deflate)) return new Deflate(opts);\\n  Zlib.call(this, opts, binding.DEFLATE);\\n}\\n\\nfunction Inflate(opts) {\\n  if (!(this instanceof Inflate)) return new Inflate(opts);\\n  Zlib.call(this, opts, binding.INFLATE);\\n}\\n\\n// gzip - bigger header, same deflate compression\\nfunction Gzip(opts) {\\n  if (!(this instanceof Gzip)) return new Gzip(opts);\\n  Zlib.call(this, opts, binding.GZIP);\\n}\\n\\nfunction Gunzip(opts) {\\n  if (!(this instanceof Gunzip)) return new Gunzip(opts);\\n  Zlib.call(this, opts, binding.GUNZIP);\\n}\\n\\n// raw - no header\\nfunction DeflateRaw(opts) {\\n  if (!(this instanceof DeflateRaw)) return new DeflateRaw(opts);\\n  Zlib.call(this, opts, binding.DEFLATERAW);\\n}\\n\\nfunction InflateRaw(opts) {\\n  if (!(this instanceof InflateRaw)) return new InflateRaw(opts);\\n  Zlib.call(this, opts, binding.INFLATERAW);\\n}\\n\\n// auto-detect header.\\nfunction Unzip(opts) {\\n  if (!(this instanceof Unzip)) return new Unzip(opts);\\n  Zlib.call(this, opts, binding.UNZIP);\\n}\\n\\nfunction isValidFlushFlag(flag) {\\n  return flag === binding.Z_NO_FLUSH || flag === binding.Z_PARTIAL_FLUSH || flag === binding.Z_SYNC_FLUSH || flag === binding.Z_FULL_FLUSH || flag === binding.Z_FINISH || flag === binding.Z_BLOCK;\\n}\\n\\n// the Zlib class they all inherit from\\n// This thing manages the queue of requests, and returns\\n// true or false if there is anything in the queue when\\n// you call the .write() method.\\n\\nfunction Zlib(opts, mode) {\\n  var _this = this;\\n\\n  this._opts = opts = opts || {};\\n  this._chunkSize = opts.chunkSize || exports.Z_DEFAULT_CHUNK;\\n\\n  Transform.call(this, opts);\\n\\n  if (opts.flush && !isValidFlushFlag(opts.flush)) {\\n    throw new Error('Invalid flush flag: ' + opts.flush);\\n  }\\n  if (opts.finishFlush && !isValidFlushFlag(opts.finishFlush)) {\\n    throw new Error('Invalid flush flag: ' + opts.finishFlush);\\n  }\\n\\n  this._flushFlag = opts.flush || binding.Z_NO_FLUSH;\\n  this._finishFlushFlag = typeof opts.finishFlush !== 'undefined' ? opts.finishFlush : binding.Z_FINISH;\\n\\n  if (opts.chunkSize) {\\n    if (opts.chunkSize < exports.Z_MIN_CHUNK || opts.chunkSize > exports.Z_MAX_CHUNK) {\\n      throw new Error('Invalid chunk size: ' + opts.chunkSize);\\n    }\\n  }\\n\\n  if (opts.windowBits) {\\n    if (opts.windowBits < exports.Z_MIN_WINDOWBITS || opts.windowBits > exports.Z_MAX_WINDOWBITS) {\\n      throw new Error('Invalid windowBits: ' + opts.windowBits);\\n    }\\n  }\\n\\n  if (opts.level) {\\n    if (opts.level < exports.Z_MIN_LEVEL || opts.level > exports.Z_MAX_LEVEL) {\\n      throw new Error('Invalid compression level: ' + opts.level);\\n    }\\n  }\\n\\n  if (opts.memLevel) {\\n    if (opts.memLevel < exports.Z_MIN_MEMLEVEL || opts.memLevel > exports.Z_MAX_MEMLEVEL) {\\n      throw new Error('Invalid memLevel: ' + opts.memLevel);\\n    }\\n  }\\n\\n  if (opts.strategy) {\\n    if (opts.strategy != exports.Z_FILTERED && opts.strategy != exports.Z_HUFFMAN_ONLY && opts.strategy != exports.Z_RLE && opts.strategy != exports.Z_FIXED && opts.strategy != exports.Z_DEFAULT_STRATEGY) {\\n      throw new Error('Invalid strategy: ' + opts.strategy);\\n    }\\n  }\\n\\n  if (opts.dictionary) {\\n    if (!Buffer.isBuffer(opts.dictionary)) {\\n      throw new Error('Invalid dictionary: it should be a Buffer instance');\\n    }\\n  }\\n\\n  this._handle = new binding.Zlib(mode);\\n\\n  var self = this;\\n  this._hadError = false;\\n  this._handle.onerror = function (message, errno) {\\n    // there is no way to cleanly recover.\\n    // continuing only obscures problems.\\n    _close(self);\\n    self._hadError = true;\\n\\n    var error = new Error(message);\\n    error.errno = errno;\\n    error.code = exports.codes[errno];\\n    self.emit('error', error);\\n  };\\n\\n  var level = exports.Z_DEFAULT_COMPRESSION;\\n  if (typeof opts.level === 'number') level = opts.level;\\n\\n  var strategy = exports.Z_DEFAULT_STRATEGY;\\n  if (typeof opts.strategy === 'number') strategy = opts.strategy;\\n\\n  this._handle.init(opts.windowBits || exports.Z_DEFAULT_WINDOWBITS, level, opts.memLevel || exports.Z_DEFAULT_MEMLEVEL, strategy, opts.dictionary);\\n\\n  this._buffer = Buffer.allocUnsafe(this._chunkSize);\\n  this._offset = 0;\\n  this._level = level;\\n  this._strategy = strategy;\\n\\n  this.once('end', this.close);\\n\\n  Object.defineProperty(this, '_closed', {\\n    get: function () {\\n      return !_this._handle;\\n    },\\n    configurable: true,\\n    enumerable: true\\n  });\\n}\\n\\nutil.inherits(Zlib, Transform);\\n\\nZlib.prototype.params = function (level, strategy, callback) {\\n  if (level < exports.Z_MIN_LEVEL || level > exports.Z_MAX_LEVEL) {\\n    throw new RangeError('Invalid compression level: ' + level);\\n  }\\n  if (strategy != exports.Z_FILTERED && strategy != exports.Z_HUFFMAN_ONLY && strategy != exports.Z_RLE && strategy != exports.Z_FIXED && strategy != exports.Z_DEFAULT_STRATEGY) {\\n    throw new TypeError('Invalid strategy: ' + strategy);\\n  }\\n\\n  if (this._level !== level || this._strategy !== strategy) {\\n    var self = this;\\n    this.flush(binding.Z_SYNC_FLUSH, function () {\\n      assert(self._handle, 'zlib binding closed');\\n      self._handle.params(level, strategy);\\n      if (!self._hadError) {\\n        self._level = level;\\n        self._strategy = strategy;\\n        if (callback) callback();\\n      }\\n    });\\n  } else {\\n    process.nextTick(callback);\\n  }\\n};\\n\\nZlib.prototype.reset = function () {\\n  assert(this._handle, 'zlib binding closed');\\n  return this._handle.reset();\\n};\\n\\n// This is the _flush function called by the transform class,\\n// internally, when the last chunk has been written.\\nZlib.prototype._flush = function (callback) {\\n  this._transform(Buffer.alloc(0), '', callback);\\n};\\n\\nZlib.prototype.flush = function (kind, callback) {\\n  var _this2 = this;\\n\\n  var ws = this._writableState;\\n\\n  if (typeof kind === 'function' || kind === undefined && !callback) {\\n    callback = kind;\\n    kind = binding.Z_FULL_FLUSH;\\n  }\\n\\n  if (ws.ended) {\\n    if (callback) process.nextTick(callback);\\n  } else if (ws.ending) {\\n    if (callback) this.once('end', callback);\\n  } else if (ws.needDrain) {\\n    if (callback) {\\n      this.once('drain', function () {\\n        return _this2.flush(kind, callback);\\n      });\\n    }\\n  } else {\\n    this._flushFlag = kind;\\n    this.write(Buffer.alloc(0), '', callback);\\n  }\\n};\\n\\nZlib.prototype.close = function (callback) {\\n  _close(this, callback);\\n  process.nextTick(emitCloseNT, this);\\n};\\n\\nfunction _close(engine, callback) {\\n  if (callback) process.nextTick(callback);\\n\\n  // Caller may invoke .close after a zlib error (which will null _handle).\\n  if (!engine._handle) return;\\n\\n  engine._handle.close();\\n  engine._handle = null;\\n}\\n\\nfunction emitCloseNT(self) {\\n  self.emit('close');\\n}\\n\\nZlib.prototype._transform = function (chunk, encoding, cb) {\\n  var flushFlag;\\n  var ws = this._writableState;\\n  var ending = ws.ending || ws.ended;\\n  var last = ending && (!chunk || ws.length === chunk.length);\\n\\n  if (chunk !== null && !Buffer.isBuffer(chunk)) return cb(new Error('invalid input'));\\n\\n  if (!this._handle) return cb(new Error('zlib binding closed'));\\n\\n  // If it's the last chunk, or a final flush, we use the Z_FINISH flush flag\\n  // (or whatever flag was provided using opts.finishFlush).\\n  // If it's explicitly flushing at some other time, then we use\\n  // Z_FULL_FLUSH. Otherwise, use Z_NO_FLUSH for maximum compression\\n  // goodness.\\n  if (last) flushFlag = this._finishFlushFlag;else {\\n    flushFlag = this._flushFlag;\\n    // once we've flushed the last of the queue, stop flushing and\\n    // go back to the normal behavior.\\n    if (chunk.length >= ws.length) {\\n      this._flushFlag = this._opts.flush || binding.Z_NO_FLUSH;\\n    }\\n  }\\n\\n  this._processChunk(chunk, flushFlag, cb);\\n};\\n\\nZlib.prototype._processChunk = function (chunk, flushFlag, cb) {\\n  var availInBefore = chunk && chunk.length;\\n  var availOutBefore = this._chunkSize - this._offset;\\n  var inOff = 0;\\n\\n  var self = this;\\n\\n  var async = typeof cb === 'function';\\n\\n  if (!async) {\\n    var buffers = [];\\n    var nread = 0;\\n\\n    var error;\\n    this.on('error', function (er) {\\n      error = er;\\n    });\\n\\n    assert(this._handle, 'zlib binding closed');\\n    do {\\n      var res = this._handle.writeSync(flushFlag, chunk, // in\\n      inOff, // in_off\\n      availInBefore, // in_len\\n      this._buffer, // out\\n      this._offset, //out_off\\n      availOutBefore); // out_len\\n    } while (!this._hadError && callback(res[0], res[1]));\\n\\n    if (this._hadError) {\\n      throw error;\\n    }\\n\\n    if (nread >= kMaxLength) {\\n      _close(this);\\n      throw new RangeError(kRangeErrorMessage);\\n    }\\n\\n    var buf = Buffer.concat(buffers, nread);\\n    _close(this);\\n\\n    return buf;\\n  }\\n\\n  assert(this._handle, 'zlib binding closed');\\n  var req = this._handle.write(flushFlag, chunk, // in\\n  inOff, // in_off\\n  availInBefore, // in_len\\n  this._buffer, // out\\n  this._offset, //out_off\\n  availOutBefore); // out_len\\n\\n  req.buffer = chunk;\\n  req.callback = callback;\\n\\n  function callback(availInAfter, availOutAfter) {\\n    // When the callback is used in an async write, the callback's\\n    // context is the `req` object that was created. The req object\\n    // is === this._handle, and that's why it's important to null\\n    // out the values after they are done being used. `this._handle`\\n    // can stay in memory longer than the callback and buffer are needed.\\n    if (this) {\\n      this.buffer = null;\\n      this.callback = null;\\n    }\\n\\n    if (self._hadError) return;\\n\\n    var have = availOutBefore - availOutAfter;\\n    assert(have >= 0, 'have should not go down');\\n\\n    if (have > 0) {\\n      var out = self._buffer.slice(self._offset, self._offset + have);\\n      self._offset += have;\\n      // serve some output to the consumer.\\n      if (async) {\\n        self.push(out);\\n      } else {\\n        buffers.push(out);\\n        nread += out.length;\\n      }\\n    }\\n\\n    // exhausted the output buffer, or used all the input create a new one.\\n    if (availOutAfter === 0 || self._offset >= self._chunkSize) {\\n      availOutBefore = self._chunkSize;\\n      self._offset = 0;\\n      self._buffer = Buffer.allocUnsafe(self._chunkSize);\\n    }\\n\\n    if (availOutAfter === 0) {\\n      // Not actually done.  Need to reprocess.\\n      // Also, update the availInBefore to the availInAfter value,\\n      // so that if we have to hit it a third (fourth, etc.) time,\\n      // it'll have the correct byte counts.\\n      inOff += availInBefore - availInAfter;\\n      availInBefore = availInAfter;\\n\\n      if (!async) return true;\\n\\n      var newReq = self._handle.write(flushFlag, chunk, inOff, availInBefore, self._buffer, self._offset, self._chunkSize);\\n      newReq.callback = callback; // this same function\\n      newReq.buffer = chunk;\\n      return;\\n    }\\n\\n    if (!async) return false;\\n\\n    // finished with the chunk.\\n    cb();\\n  }\\n};\\n\\nutil.inherits(Deflate, Zlib);\\nutil.inherits(Inflate, Zlib);\\nutil.inherits(Gzip, Zlib);\\nutil.inherits(Gunzip, Zlib);\\nutil.inherits(DeflateRaw, Zlib);\\nutil.inherits(InflateRaw, Zlib);\\nutil.inherits(Unzip, Zlib);\"\n        },\n        {\n          \"id\": 303,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/browserify-zlib/lib/binding.js\",\n          \"name\": \"./node_modules/browserify-zlib/lib/binding.js\",\n          \"index\": 295,\n          \"index2\": 299,\n          \"size\": 11044,\n          \"cacheable\": true,\n          \"built\": true,\n          \"optional\": false,\n          \"prefetched\": false,\n          \"chunks\": [\n            2\n          ],\n          \"issuer\": \"/Users/jarred/Code/styleurl/node_modules/browserify-zlib/lib/index.js\",\n          \"issuerId\": 302,\n          \"issuerName\": \"./node_modules/browserify-zlib/lib/index.js\",\n          \"issuerPath\": [\n            {\n              \"id\": 191,\n              \"identifier\": \"multi /Users/jarred/Code/styleurl/webpack/customPublicPath /Users/jarred/Code/styleurl/chrome/extension/background\",\n              \"name\": \"multi ./webpack/customPublicPath ./chrome/extension/background\",\n              \"profile\": {\n                \"factory\": 0,\n                \"building\": 0,\n                \"dependencies\": 54\n              }\n            },\n            {\n              \"id\": 192,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/background.js\",\n              \"name\": \"./chrome/extension/background.js\",\n              \"profile\": {\n                \"factory\": 54,\n                \"building\": 639,\n                \"dependencies\": 140\n              }\n            },\n            {\n              \"id\": 255,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/stylesheet-differ/lib/index.js\",\n              \"name\": \"./node_modules/stylesheet-differ/lib/index.js\",\n              \"profile\": {\n                \"factory\": 140,\n                \"building\": 568,\n                \"dependencies\": 1\n              }\n            },\n            {\n              \"id\": 256,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/native-css/index.js\",\n              \"name\": \"./node_modules/native-css/index.js\",\n              \"profile\": {\n                \"factory\": 189,\n                \"building\": 603,\n                \"dependencies\": 1\n              }\n            },\n            {\n              \"id\": 257,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/native-css/src/native-css.js\",\n              \"name\": \"./node_modules/native-css/src/native-css.js\",\n              \"profile\": {\n                \"factory\": 26,\n                \"building\": 63,\n                \"dependencies\": 14\n              }\n            },\n            {\n              \"id\": 293,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/fetch/lib/fetch.js\",\n              \"name\": \"./node_modules/fetch/lib/fetch.js\",\n              \"profile\": {\n                \"factory\": 117,\n                \"building\": 25,\n                \"dependencies\": 27\n              }\n            },\n            {\n              \"id\": 302,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/browserify-zlib/lib/index.js\",\n              \"name\": \"./node_modules/browserify-zlib/lib/index.js\",\n              \"profile\": {\n                \"factory\": 66,\n                \"building\": 38,\n                \"dependencies\": 20\n              }\n            }\n          ],\n          \"profile\": {\n            \"factory\": 46,\n            \"building\": 33,\n            \"dependencies\": 1\n          },\n          \"failed\": false,\n          \"errors\": 0,\n          \"warnings\": 0,\n          \"assets\": [],\n          \"reasons\": [\n            {\n              \"moduleId\": 302,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/browserify-zlib/lib/index.js\",\n              \"module\": \"./node_modules/browserify-zlib/lib/index.js\",\n              \"moduleName\": \"./node_modules/browserify-zlib/lib/index.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"./binding\",\n              \"loc\": \"5:14-34\"\n            }\n          ],\n          \"usedExports\": true,\n          \"providedExports\": null,\n          \"optimizationBailout\": [\n            \"ModuleConcatenation bailout: Module is not an ECMAScript module\"\n          ],\n          \"depth\": 7,\n          \"source\": \"'use strict';\\n/* eslint camelcase: \\\"off\\\" */\\n\\nvar assert = require('assert');\\n\\nvar Zstream = require('pako/lib/zlib/zstream');\\nvar zlib_deflate = require('pako/lib/zlib/deflate.js');\\nvar zlib_inflate = require('pako/lib/zlib/inflate.js');\\nvar constants = require('pako/lib/zlib/constants');\\n\\nfor (var key in constants) {\\n  exports[key] = constants[key];\\n}\\n\\n// zlib modes\\nexports.NONE = 0;\\nexports.DEFLATE = 1;\\nexports.INFLATE = 2;\\nexports.GZIP = 3;\\nexports.GUNZIP = 4;\\nexports.DEFLATERAW = 5;\\nexports.INFLATERAW = 6;\\nexports.UNZIP = 7;\\n\\nvar GZIP_HEADER_ID1 = 0x1f;\\nvar GZIP_HEADER_ID2 = 0x8b;\\n\\n/**\\n * Emulate Node's zlib C++ layer for use by the JS layer in index.js\\n */\\nfunction Zlib(mode) {\\n  if (typeof mode !== 'number' || mode < exports.DEFLATE || mode > exports.UNZIP) {\\n    throw new TypeError('Bad argument');\\n  }\\n\\n  this.dictionary = null;\\n  this.err = 0;\\n  this.flush = 0;\\n  this.init_done = false;\\n  this.level = 0;\\n  this.memLevel = 0;\\n  this.mode = mode;\\n  this.strategy = 0;\\n  this.windowBits = 0;\\n  this.write_in_progress = false;\\n  this.pending_close = false;\\n  this.gzip_id_bytes_read = 0;\\n}\\n\\nZlib.prototype.close = function () {\\n  if (this.write_in_progress) {\\n    this.pending_close = true;\\n    return;\\n  }\\n\\n  this.pending_close = false;\\n\\n  assert(this.init_done, 'close before init');\\n  assert(this.mode <= exports.UNZIP);\\n\\n  if (this.mode === exports.DEFLATE || this.mode === exports.GZIP || this.mode === exports.DEFLATERAW) {\\n    zlib_deflate.deflateEnd(this.strm);\\n  } else if (this.mode === exports.INFLATE || this.mode === exports.GUNZIP || this.mode === exports.INFLATERAW || this.mode === exports.UNZIP) {\\n    zlib_inflate.inflateEnd(this.strm);\\n  }\\n\\n  this.mode = exports.NONE;\\n\\n  this.dictionary = null;\\n};\\n\\nZlib.prototype.write = function (flush, input, in_off, in_len, out, out_off, out_len) {\\n  return this._write(true, flush, input, in_off, in_len, out, out_off, out_len);\\n};\\n\\nZlib.prototype.writeSync = function (flush, input, in_off, in_len, out, out_off, out_len) {\\n  return this._write(false, flush, input, in_off, in_len, out, out_off, out_len);\\n};\\n\\nZlib.prototype._write = function (async, flush, input, in_off, in_len, out, out_off, out_len) {\\n  assert.equal(arguments.length, 8);\\n\\n  assert(this.init_done, 'write before init');\\n  assert(this.mode !== exports.NONE, 'already finalized');\\n  assert.equal(false, this.write_in_progress, 'write already in progress');\\n  assert.equal(false, this.pending_close, 'close is pending');\\n\\n  this.write_in_progress = true;\\n\\n  assert.equal(false, flush === undefined, 'must provide flush value');\\n\\n  this.write_in_progress = true;\\n\\n  if (flush !== exports.Z_NO_FLUSH && flush !== exports.Z_PARTIAL_FLUSH && flush !== exports.Z_SYNC_FLUSH && flush !== exports.Z_FULL_FLUSH && flush !== exports.Z_FINISH && flush !== exports.Z_BLOCK) {\\n    throw new Error('Invalid flush value');\\n  }\\n\\n  if (input == null) {\\n    input = Buffer.alloc(0);\\n    in_len = 0;\\n    in_off = 0;\\n  }\\n\\n  this.strm.avail_in = in_len;\\n  this.strm.input = input;\\n  this.strm.next_in = in_off;\\n  this.strm.avail_out = out_len;\\n  this.strm.output = out;\\n  this.strm.next_out = out_off;\\n  this.flush = flush;\\n\\n  if (!async) {\\n    // sync version\\n    this._process();\\n\\n    if (this._checkError()) {\\n      return this._afterSync();\\n    }\\n    return;\\n  }\\n\\n  // async version\\n  var self = this;\\n  process.nextTick(function () {\\n    self._process();\\n    self._after();\\n  });\\n\\n  return this;\\n};\\n\\nZlib.prototype._afterSync = function () {\\n  var avail_out = this.strm.avail_out;\\n  var avail_in = this.strm.avail_in;\\n\\n  this.write_in_progress = false;\\n\\n  return [avail_in, avail_out];\\n};\\n\\nZlib.prototype._process = function () {\\n  var next_expected_header_byte = null;\\n\\n  // If the avail_out is left at 0, then it means that it ran out\\n  // of room.  If there was avail_out left over, then it means\\n  // that all of the input was consumed.\\n  switch (this.mode) {\\n    case exports.DEFLATE:\\n    case exports.GZIP:\\n    case exports.DEFLATERAW:\\n      this.err = zlib_deflate.deflate(this.strm, this.flush);\\n      break;\\n    case exports.UNZIP:\\n      if (this.strm.avail_in > 0) {\\n        next_expected_header_byte = this.strm.next_in;\\n      }\\n\\n      switch (this.gzip_id_bytes_read) {\\n        case 0:\\n          if (next_expected_header_byte === null) {\\n            break;\\n          }\\n\\n          if (this.strm.input[next_expected_header_byte] === GZIP_HEADER_ID1) {\\n            this.gzip_id_bytes_read = 1;\\n            next_expected_header_byte++;\\n\\n            if (this.strm.avail_in === 1) {\\n              // The only available byte was already read.\\n              break;\\n            }\\n          } else {\\n            this.mode = exports.INFLATE;\\n            break;\\n          }\\n\\n        // fallthrough\\n        case 1:\\n          if (next_expected_header_byte === null) {\\n            break;\\n          }\\n\\n          if (this.strm.input[next_expected_header_byte] === GZIP_HEADER_ID2) {\\n            this.gzip_id_bytes_read = 2;\\n            this.mode = exports.GUNZIP;\\n          } else {\\n            // There is no actual difference between INFLATE and INFLATERAW\\n            // (after initialization).\\n            this.mode = exports.INFLATE;\\n          }\\n\\n          break;\\n        default:\\n          throw new Error('invalid number of gzip magic number bytes read');\\n      }\\n\\n    // fallthrough\\n    case exports.INFLATE:\\n    case exports.GUNZIP:\\n    case exports.INFLATERAW:\\n      this.err = zlib_inflate.inflate(this.strm, this.flush\\n\\n      // If data was encoded with dictionary\\n      );if (this.err === exports.Z_NEED_DICT && this.dictionary) {\\n        // Load it\\n        this.err = zlib_inflate.inflateSetDictionary(this.strm, this.dictionary);\\n        if (this.err === exports.Z_OK) {\\n          // And try to decode again\\n          this.err = zlib_inflate.inflate(this.strm, this.flush);\\n        } else if (this.err === exports.Z_DATA_ERROR) {\\n          // Both inflateSetDictionary() and inflate() return Z_DATA_ERROR.\\n          // Make it possible for After() to tell a bad dictionary from bad\\n          // input.\\n          this.err = exports.Z_NEED_DICT;\\n        }\\n      }\\n      while (this.strm.avail_in > 0 && this.mode === exports.GUNZIP && this.err === exports.Z_STREAM_END && this.strm.next_in[0] !== 0x00) {\\n        // Bytes remain in input buffer. Perhaps this is another compressed\\n        // member in the same archive, or just trailing garbage.\\n        // Trailing zero bytes are okay, though, since they are frequently\\n        // used for padding.\\n\\n        this.reset();\\n        this.err = zlib_inflate.inflate(this.strm, this.flush);\\n      }\\n      break;\\n    default:\\n      throw new Error('Unknown mode ' + this.mode);\\n  }\\n};\\n\\nZlib.prototype._checkError = function () {\\n  // Acceptable error states depend on the type of zlib stream.\\n  switch (this.err) {\\n    case exports.Z_OK:\\n    case exports.Z_BUF_ERROR:\\n      if (this.strm.avail_out !== 0 && this.flush === exports.Z_FINISH) {\\n        this._error('unexpected end of file');\\n        return false;\\n      }\\n      break;\\n    case exports.Z_STREAM_END:\\n      // normal statuses, not fatal\\n      break;\\n    case exports.Z_NEED_DICT:\\n      if (this.dictionary == null) {\\n        this._error('Missing dictionary');\\n      } else {\\n        this._error('Bad dictionary');\\n      }\\n      return false;\\n    default:\\n      // something else.\\n      this._error('Zlib error');\\n      return false;\\n  }\\n\\n  return true;\\n};\\n\\nZlib.prototype._after = function () {\\n  if (!this._checkError()) {\\n    return;\\n  }\\n\\n  var avail_out = this.strm.avail_out;\\n  var avail_in = this.strm.avail_in;\\n\\n  this.write_in_progress = false;\\n\\n  // call the write() cb\\n  this.callback(avail_in, avail_out);\\n\\n  if (this.pending_close) {\\n    this.close();\\n  }\\n};\\n\\nZlib.prototype._error = function (message) {\\n  if (this.strm.msg) {\\n    message = this.strm.msg;\\n  }\\n  this.onerror(message, this.err\\n\\n  // no hope of rescue.\\n  );this.write_in_progress = false;\\n  if (this.pending_close) {\\n    this.close();\\n  }\\n};\\n\\nZlib.prototype.init = function (windowBits, level, memLevel, strategy, dictionary) {\\n  assert(arguments.length === 4 || arguments.length === 5, 'init(windowBits, level, memLevel, strategy, [dictionary])');\\n\\n  assert(windowBits >= 8 && windowBits <= 15, 'invalid windowBits');\\n  assert(level >= -1 && level <= 9, 'invalid compression level');\\n\\n  assert(memLevel >= 1 && memLevel <= 9, 'invalid memlevel');\\n\\n  assert(strategy === exports.Z_FILTERED || strategy === exports.Z_HUFFMAN_ONLY || strategy === exports.Z_RLE || strategy === exports.Z_FIXED || strategy === exports.Z_DEFAULT_STRATEGY, 'invalid strategy');\\n\\n  this._init(level, windowBits, memLevel, strategy, dictionary);\\n  this._setDictionary();\\n};\\n\\nZlib.prototype.params = function () {\\n  throw new Error('deflateParams Not supported');\\n};\\n\\nZlib.prototype.reset = function () {\\n  this._reset();\\n  this._setDictionary();\\n};\\n\\nZlib.prototype._init = function (level, windowBits, memLevel, strategy, dictionary) {\\n  this.level = level;\\n  this.windowBits = windowBits;\\n  this.memLevel = memLevel;\\n  this.strategy = strategy;\\n\\n  this.flush = exports.Z_NO_FLUSH;\\n\\n  this.err = exports.Z_OK;\\n\\n  if (this.mode === exports.GZIP || this.mode === exports.GUNZIP) {\\n    this.windowBits += 16;\\n  }\\n\\n  if (this.mode === exports.UNZIP) {\\n    this.windowBits += 32;\\n  }\\n\\n  if (this.mode === exports.DEFLATERAW || this.mode === exports.INFLATERAW) {\\n    this.windowBits = -1 * this.windowBits;\\n  }\\n\\n  this.strm = new Zstream();\\n\\n  switch (this.mode) {\\n    case exports.DEFLATE:\\n    case exports.GZIP:\\n    case exports.DEFLATERAW:\\n      this.err = zlib_deflate.deflateInit2(this.strm, this.level, exports.Z_DEFLATED, this.windowBits, this.memLevel, this.strategy);\\n      break;\\n    case exports.INFLATE:\\n    case exports.GUNZIP:\\n    case exports.INFLATERAW:\\n    case exports.UNZIP:\\n      this.err = zlib_inflate.inflateInit2(this.strm, this.windowBits);\\n      break;\\n    default:\\n      throw new Error('Unknown mode ' + this.mode);\\n  }\\n\\n  if (this.err !== exports.Z_OK) {\\n    this._error('Init error');\\n  }\\n\\n  this.dictionary = dictionary;\\n\\n  this.write_in_progress = false;\\n  this.init_done = true;\\n};\\n\\nZlib.prototype._setDictionary = function () {\\n  if (this.dictionary == null) {\\n    return;\\n  }\\n\\n  this.err = exports.Z_OK;\\n\\n  switch (this.mode) {\\n    case exports.DEFLATE:\\n    case exports.DEFLATERAW:\\n      this.err = zlib_deflate.deflateSetDictionary(this.strm, this.dictionary);\\n      break;\\n    default:\\n      break;\\n  }\\n\\n  if (this.err !== exports.Z_OK) {\\n    this._error('Failed to set dictionary');\\n  }\\n};\\n\\nZlib.prototype._reset = function () {\\n  this.err = exports.Z_OK;\\n\\n  switch (this.mode) {\\n    case exports.DEFLATE:\\n    case exports.DEFLATERAW:\\n    case exports.GZIP:\\n      this.err = zlib_deflate.deflateReset(this.strm);\\n      break;\\n    case exports.INFLATE:\\n    case exports.INFLATERAW:\\n    case exports.GUNZIP:\\n      this.err = zlib_inflate.inflateReset(this.strm);\\n      break;\\n    default:\\n      break;\\n  }\\n\\n  if (this.err !== exports.Z_OK) {\\n    this._error('Failed to reset stream');\\n  }\\n};\\n\\nexports.Zlib = Zlib;\"\n        },\n        {\n          \"id\": 304,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/pako/lib/zlib/zstream.js\",\n          \"name\": \"./node_modules/pako/lib/zlib/zstream.js\",\n          \"index\": 296,\n          \"index2\": 288,\n          \"size\": 1811,\n          \"cacheable\": true,\n          \"built\": true,\n          \"optional\": false,\n          \"prefetched\": false,\n          \"chunks\": [\n            2\n          ],\n          \"issuer\": \"/Users/jarred/Code/styleurl/node_modules/browserify-zlib/lib/binding.js\",\n          \"issuerId\": 303,\n          \"issuerName\": \"./node_modules/browserify-zlib/lib/binding.js\",\n          \"issuerPath\": [\n            {\n              \"id\": 191,\n              \"identifier\": \"multi /Users/jarred/Code/styleurl/webpack/customPublicPath /Users/jarred/Code/styleurl/chrome/extension/background\",\n              \"name\": \"multi ./webpack/customPublicPath ./chrome/extension/background\",\n              \"profile\": {\n                \"factory\": 0,\n                \"building\": 0,\n                \"dependencies\": 54\n              }\n            },\n            {\n              \"id\": 192,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/background.js\",\n              \"name\": \"./chrome/extension/background.js\",\n              \"profile\": {\n                \"factory\": 54,\n                \"building\": 639,\n                \"dependencies\": 140\n              }\n            },\n            {\n              \"id\": 255,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/stylesheet-differ/lib/index.js\",\n              \"name\": \"./node_modules/stylesheet-differ/lib/index.js\",\n              \"profile\": {\n                \"factory\": 140,\n                \"building\": 568,\n                \"dependencies\": 1\n              }\n            },\n            {\n              \"id\": 256,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/native-css/index.js\",\n              \"name\": \"./node_modules/native-css/index.js\",\n              \"profile\": {\n                \"factory\": 189,\n                \"building\": 603,\n                \"dependencies\": 1\n              }\n            },\n            {\n              \"id\": 257,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/native-css/src/native-css.js\",\n              \"name\": \"./node_modules/native-css/src/native-css.js\",\n              \"profile\": {\n                \"factory\": 26,\n                \"building\": 63,\n                \"dependencies\": 14\n              }\n            },\n            {\n              \"id\": 293,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/fetch/lib/fetch.js\",\n              \"name\": \"./node_modules/fetch/lib/fetch.js\",\n              \"profile\": {\n                \"factory\": 117,\n                \"building\": 25,\n                \"dependencies\": 27\n              }\n            },\n            {\n              \"id\": 302,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/browserify-zlib/lib/index.js\",\n              \"name\": \"./node_modules/browserify-zlib/lib/index.js\",\n              \"profile\": {\n                \"factory\": 66,\n                \"building\": 38,\n                \"dependencies\": 20\n              }\n            },\n            {\n              \"id\": 303,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/browserify-zlib/lib/binding.js\",\n              \"name\": \"./node_modules/browserify-zlib/lib/binding.js\",\n              \"profile\": {\n                \"factory\": 46,\n                \"building\": 33,\n                \"dependencies\": 1\n              }\n            }\n          ],\n          \"profile\": {\n            \"factory\": 116,\n            \"building\": 47,\n            \"dependencies\": 38\n          },\n          \"failed\": false,\n          \"errors\": 0,\n          \"warnings\": 0,\n          \"assets\": [],\n          \"reasons\": [\n            {\n              \"moduleId\": 303,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/browserify-zlib/lib/binding.js\",\n              \"module\": \"./node_modules/browserify-zlib/lib/binding.js\",\n              \"moduleName\": \"./node_modules/browserify-zlib/lib/binding.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"pako/lib/zlib/zstream\",\n              \"loc\": \"6:14-46\"\n            }\n          ],\n          \"usedExports\": true,\n          \"providedExports\": null,\n          \"optimizationBailout\": [\n            \"ModuleConcatenation bailout: Module is not an ECMAScript module\"\n          ],\n          \"depth\": 8,\n          \"source\": \"'use strict';\\n\\n// (C) 1995-2013 Jean-loup Gailly and Mark Adler\\n// (C) 2014-2017 Vitaly Puzrin and Andrey Tupitsin\\n//\\n// This software is provided 'as-is', without any express or implied\\n// warranty. In no event will the authors be held liable for any damages\\n// arising from the use of this software.\\n//\\n// Permission is granted to anyone to use this software for any purpose,\\n// including commercial applications, and to alter it and redistribute it\\n// freely, subject to the following restrictions:\\n//\\n// 1. The origin of this software must not be misrepresented; you must not\\n//   claim that you wrote the original software. If you use this software\\n//   in a product, an acknowledgment in the product documentation would be\\n//   appreciated but is not required.\\n// 2. Altered source versions must be plainly marked as such, and must not be\\n//   misrepresented as being the original software.\\n// 3. This notice may not be removed or altered from any source distribution.\\n\\nfunction ZStream() {\\n  /* next input byte */\\n  this.input = null; // JS specific, because we have no pointers\\n  this.next_in = 0;\\n  /* number of bytes available at input */\\n  this.avail_in = 0;\\n  /* total number of input bytes read so far */\\n  this.total_in = 0;\\n  /* next output byte should be put there */\\n  this.output = null; // JS specific, because we have no pointers\\n  this.next_out = 0;\\n  /* remaining free space at output */\\n  this.avail_out = 0;\\n  /* total number of bytes output so far */\\n  this.total_out = 0;\\n  /* last error message, NULL if no error */\\n  this.msg = ''/*Z_NULL*/;\\n  /* not visible by applications */\\n  this.state = null;\\n  /* best guess about the data type: binary or text */\\n  this.data_type = 2/*Z_UNKNOWN*/;\\n  /* adler32 value of the uncompressed data */\\n  this.adler = 0;\\n}\\n\\nmodule.exports = ZStream;\\n\"\n        },\n        {\n          \"id\": 305,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/pako/lib/zlib/deflate.js\",\n          \"name\": \"./node_modules/pako/lib/zlib/deflate.js\",\n          \"index\": 297,\n          \"index2\": 294,\n          \"size\": 61192,\n          \"cacheable\": true,\n          \"built\": true,\n          \"optional\": false,\n          \"prefetched\": false,\n          \"chunks\": [\n            2\n          ],\n          \"issuer\": \"/Users/jarred/Code/styleurl/node_modules/browserify-zlib/lib/binding.js\",\n          \"issuerId\": 303,\n          \"issuerName\": \"./node_modules/browserify-zlib/lib/binding.js\",\n          \"issuerPath\": [\n            {\n              \"id\": 191,\n              \"identifier\": \"multi /Users/jarred/Code/styleurl/webpack/customPublicPath /Users/jarred/Code/styleurl/chrome/extension/background\",\n              \"name\": \"multi ./webpack/customPublicPath ./chrome/extension/background\",\n              \"profile\": {\n                \"factory\": 0,\n                \"building\": 0,\n                \"dependencies\": 54\n              }\n            },\n            {\n              \"id\": 192,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/background.js\",\n              \"name\": \"./chrome/extension/background.js\",\n              \"profile\": {\n                \"factory\": 54,\n                \"building\": 639,\n                \"dependencies\": 140\n              }\n            },\n            {\n              \"id\": 255,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/stylesheet-differ/lib/index.js\",\n              \"name\": \"./node_modules/stylesheet-differ/lib/index.js\",\n              \"profile\": {\n                \"factory\": 140,\n                \"building\": 568,\n                \"dependencies\": 1\n              }\n            },\n            {\n              \"id\": 256,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/native-css/index.js\",\n              \"name\": \"./node_modules/native-css/index.js\",\n              \"profile\": {\n                \"factory\": 189,\n                \"building\": 603,\n                \"dependencies\": 1\n              }\n            },\n            {\n              \"id\": 257,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/native-css/src/native-css.js\",\n              \"name\": \"./node_modules/native-css/src/native-css.js\",\n              \"profile\": {\n                \"factory\": 26,\n                \"building\": 63,\n                \"dependencies\": 14\n              }\n            },\n            {\n              \"id\": 293,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/fetch/lib/fetch.js\",\n              \"name\": \"./node_modules/fetch/lib/fetch.js\",\n              \"profile\": {\n                \"factory\": 117,\n                \"building\": 25,\n                \"dependencies\": 27\n              }\n            },\n            {\n              \"id\": 302,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/browserify-zlib/lib/index.js\",\n              \"name\": \"./node_modules/browserify-zlib/lib/index.js\",\n              \"profile\": {\n                \"factory\": 66,\n                \"building\": 38,\n                \"dependencies\": 20\n              }\n            },\n            {\n              \"id\": 303,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/browserify-zlib/lib/binding.js\",\n              \"name\": \"./node_modules/browserify-zlib/lib/binding.js\",\n              \"profile\": {\n                \"factory\": 46,\n                \"building\": 33,\n                \"dependencies\": 1\n              }\n            }\n          ],\n          \"profile\": {\n            \"factory\": 116,\n            \"building\": 47,\n            \"dependencies\": 38\n          },\n          \"failed\": false,\n          \"errors\": 0,\n          \"warnings\": 0,\n          \"assets\": [],\n          \"reasons\": [\n            {\n              \"moduleId\": 303,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/browserify-zlib/lib/binding.js\",\n              \"module\": \"./node_modules/browserify-zlib/lib/binding.js\",\n              \"moduleName\": \"./node_modules/browserify-zlib/lib/binding.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"pako/lib/zlib/deflate.js\",\n              \"loc\": \"7:19-54\"\n            }\n          ],\n          \"usedExports\": true,\n          \"providedExports\": null,\n          \"optimizationBailout\": [\n            \"ModuleConcatenation bailout: Module is not an ECMAScript module\"\n          ],\n          \"depth\": 8,\n          \"source\": \"'use strict';\\n\\n// (C) 1995-2013 Jean-loup Gailly and Mark Adler\\n// (C) 2014-2017 Vitaly Puzrin and Andrey Tupitsin\\n//\\n// This software is provided 'as-is', without any express or implied\\n// warranty. In no event will the authors be held liable for any damages\\n// arising from the use of this software.\\n//\\n// Permission is granted to anyone to use this software for any purpose,\\n// including commercial applications, and to alter it and redistribute it\\n// freely, subject to the following restrictions:\\n//\\n// 1. The origin of this software must not be misrepresented; you must not\\n//   claim that you wrote the original software. If you use this software\\n//   in a product, an acknowledgment in the product documentation would be\\n//   appreciated but is not required.\\n// 2. Altered source versions must be plainly marked as such, and must not be\\n//   misrepresented as being the original software.\\n// 3. This notice may not be removed or altered from any source distribution.\\n\\nvar utils   = require('../utils/common');\\nvar trees   = require('./trees');\\nvar adler32 = require('./adler32');\\nvar crc32   = require('./crc32');\\nvar msg     = require('./messages');\\n\\n/* Public constants ==========================================================*/\\n/* ===========================================================================*/\\n\\n\\n/* Allowed flush values; see deflate() and inflate() below for details */\\nvar Z_NO_FLUSH      = 0;\\nvar Z_PARTIAL_FLUSH = 1;\\n//var Z_SYNC_FLUSH    = 2;\\nvar Z_FULL_FLUSH    = 3;\\nvar Z_FINISH        = 4;\\nvar Z_BLOCK         = 5;\\n//var Z_TREES         = 6;\\n\\n\\n/* Return codes for the compression/decompression functions. Negative values\\n * are errors, positive values are used for special but normal events.\\n */\\nvar Z_OK            = 0;\\nvar Z_STREAM_END    = 1;\\n//var Z_NEED_DICT     = 2;\\n//var Z_ERRNO         = -1;\\nvar Z_STREAM_ERROR  = -2;\\nvar Z_DATA_ERROR    = -3;\\n//var Z_MEM_ERROR     = -4;\\nvar Z_BUF_ERROR     = -5;\\n//var Z_VERSION_ERROR = -6;\\n\\n\\n/* compression levels */\\n//var Z_NO_COMPRESSION      = 0;\\n//var Z_BEST_SPEED          = 1;\\n//var Z_BEST_COMPRESSION    = 9;\\nvar Z_DEFAULT_COMPRESSION = -1;\\n\\n\\nvar Z_FILTERED            = 1;\\nvar Z_HUFFMAN_ONLY        = 2;\\nvar Z_RLE                 = 3;\\nvar Z_FIXED               = 4;\\nvar Z_DEFAULT_STRATEGY    = 0;\\n\\n/* Possible values of the data_type field (though see inflate()) */\\n//var Z_BINARY              = 0;\\n//var Z_TEXT                = 1;\\n//var Z_ASCII               = 1; // = Z_TEXT\\nvar Z_UNKNOWN             = 2;\\n\\n\\n/* The deflate compression method */\\nvar Z_DEFLATED  = 8;\\n\\n/*============================================================================*/\\n\\n\\nvar MAX_MEM_LEVEL = 9;\\n/* Maximum value for memLevel in deflateInit2 */\\nvar MAX_WBITS = 15;\\n/* 32K LZ77 window */\\nvar DEF_MEM_LEVEL = 8;\\n\\n\\nvar LENGTH_CODES  = 29;\\n/* number of length codes, not counting the special END_BLOCK code */\\nvar LITERALS      = 256;\\n/* number of literal bytes 0..255 */\\nvar L_CODES       = LITERALS + 1 + LENGTH_CODES;\\n/* number of Literal or Length codes, including the END_BLOCK code */\\nvar D_CODES       = 30;\\n/* number of distance codes */\\nvar BL_CODES      = 19;\\n/* number of codes used to transfer the bit lengths */\\nvar HEAP_SIZE     = 2 * L_CODES + 1;\\n/* maximum heap size */\\nvar MAX_BITS  = 15;\\n/* All codes must not exceed MAX_BITS bits */\\n\\nvar MIN_MATCH = 3;\\nvar MAX_MATCH = 258;\\nvar MIN_LOOKAHEAD = (MAX_MATCH + MIN_MATCH + 1);\\n\\nvar PRESET_DICT = 0x20;\\n\\nvar INIT_STATE = 42;\\nvar EXTRA_STATE = 69;\\nvar NAME_STATE = 73;\\nvar COMMENT_STATE = 91;\\nvar HCRC_STATE = 103;\\nvar BUSY_STATE = 113;\\nvar FINISH_STATE = 666;\\n\\nvar BS_NEED_MORE      = 1; /* block not completed, need more input or more output */\\nvar BS_BLOCK_DONE     = 2; /* block flush performed */\\nvar BS_FINISH_STARTED = 3; /* finish started, need only more output at next deflate */\\nvar BS_FINISH_DONE    = 4; /* finish done, accept no more input or output */\\n\\nvar OS_CODE = 0x03; // Unix :) . Don't detect, use this default.\\n\\nfunction err(strm, errorCode) {\\n  strm.msg = msg[errorCode];\\n  return errorCode;\\n}\\n\\nfunction rank(f) {\\n  return ((f) << 1) - ((f) > 4 ? 9 : 0);\\n}\\n\\nfunction zero(buf) { var len = buf.length; while (--len >= 0) { buf[len] = 0; } }\\n\\n\\n/* =========================================================================\\n * Flush as much pending output as possible. All deflate() output goes\\n * through this function so some applications may wish to modify it\\n * to avoid allocating a large strm->output buffer and copying into it.\\n * (See also read_buf()).\\n */\\nfunction flush_pending(strm) {\\n  var s = strm.state;\\n\\n  //_tr_flush_bits(s);\\n  var len = s.pending;\\n  if (len > strm.avail_out) {\\n    len = strm.avail_out;\\n  }\\n  if (len === 0) { return; }\\n\\n  utils.arraySet(strm.output, s.pending_buf, s.pending_out, len, strm.next_out);\\n  strm.next_out += len;\\n  s.pending_out += len;\\n  strm.total_out += len;\\n  strm.avail_out -= len;\\n  s.pending -= len;\\n  if (s.pending === 0) {\\n    s.pending_out = 0;\\n  }\\n}\\n\\n\\nfunction flush_block_only(s, last) {\\n  trees._tr_flush_block(s, (s.block_start >= 0 ? s.block_start : -1), s.strstart - s.block_start, last);\\n  s.block_start = s.strstart;\\n  flush_pending(s.strm);\\n}\\n\\n\\nfunction put_byte(s, b) {\\n  s.pending_buf[s.pending++] = b;\\n}\\n\\n\\n/* =========================================================================\\n * Put a short in the pending buffer. The 16-bit value is put in MSB order.\\n * IN assertion: the stream state is correct and there is enough room in\\n * pending_buf.\\n */\\nfunction putShortMSB(s, b) {\\n//  put_byte(s, (Byte)(b >> 8));\\n//  put_byte(s, (Byte)(b & 0xff));\\n  s.pending_buf[s.pending++] = (b >>> 8) & 0xff;\\n  s.pending_buf[s.pending++] = b & 0xff;\\n}\\n\\n\\n/* ===========================================================================\\n * Read a new buffer from the current input stream, update the adler32\\n * and total number of bytes read.  All deflate() input goes through\\n * this function so some applications may wish to modify it to avoid\\n * allocating a large strm->input buffer and copying from it.\\n * (See also flush_pending()).\\n */\\nfunction read_buf(strm, buf, start, size) {\\n  var len = strm.avail_in;\\n\\n  if (len > size) { len = size; }\\n  if (len === 0) { return 0; }\\n\\n  strm.avail_in -= len;\\n\\n  // zmemcpy(buf, strm->next_in, len);\\n  utils.arraySet(buf, strm.input, strm.next_in, len, start);\\n  if (strm.state.wrap === 1) {\\n    strm.adler = adler32(strm.adler, buf, len, start);\\n  }\\n\\n  else if (strm.state.wrap === 2) {\\n    strm.adler = crc32(strm.adler, buf, len, start);\\n  }\\n\\n  strm.next_in += len;\\n  strm.total_in += len;\\n\\n  return len;\\n}\\n\\n\\n/* ===========================================================================\\n * Set match_start to the longest match starting at the given string and\\n * return its length. Matches shorter or equal to prev_length are discarded,\\n * in which case the result is equal to prev_length and match_start is\\n * garbage.\\n * IN assertions: cur_match is the head of the hash chain for the current\\n *   string (strstart) and its distance is <= MAX_DIST, and prev_length >= 1\\n * OUT assertion: the match length is not greater than s->lookahead.\\n */\\nfunction longest_match(s, cur_match) {\\n  var chain_length = s.max_chain_length;      /* max hash chain length */\\n  var scan = s.strstart; /* current string */\\n  var match;                       /* matched string */\\n  var len;                           /* length of current match */\\n  var best_len = s.prev_length;              /* best match length so far */\\n  var nice_match = s.nice_match;             /* stop if match long enough */\\n  var limit = (s.strstart > (s.w_size - MIN_LOOKAHEAD)) ?\\n      s.strstart - (s.w_size - MIN_LOOKAHEAD) : 0/*NIL*/;\\n\\n  var _win = s.window; // shortcut\\n\\n  var wmask = s.w_mask;\\n  var prev  = s.prev;\\n\\n  /* Stop when cur_match becomes <= limit. To simplify the code,\\n   * we prevent matches with the string of window index 0.\\n   */\\n\\n  var strend = s.strstart + MAX_MATCH;\\n  var scan_end1  = _win[scan + best_len - 1];\\n  var scan_end   = _win[scan + best_len];\\n\\n  /* The code is optimized for HASH_BITS >= 8 and MAX_MATCH-2 multiple of 16.\\n   * It is easy to get rid of this optimization if necessary.\\n   */\\n  // Assert(s->hash_bits >= 8 && MAX_MATCH == 258, \\\"Code too clever\\\");\\n\\n  /* Do not waste too much time if we already have a good match: */\\n  if (s.prev_length >= s.good_match) {\\n    chain_length >>= 2;\\n  }\\n  /* Do not look for matches beyond the end of the input. This is necessary\\n   * to make deflate deterministic.\\n   */\\n  if (nice_match > s.lookahead) { nice_match = s.lookahead; }\\n\\n  // Assert((ulg)s->strstart <= s->window_size-MIN_LOOKAHEAD, \\\"need lookahead\\\");\\n\\n  do {\\n    // Assert(cur_match < s->strstart, \\\"no future\\\");\\n    match = cur_match;\\n\\n    /* Skip to next match if the match length cannot increase\\n     * or if the match length is less than 2.  Note that the checks below\\n     * for insufficient lookahead only occur occasionally for performance\\n     * reasons.  Therefore uninitialized memory will be accessed, and\\n     * conditional jumps will be made that depend on those values.\\n     * However the length of the match is limited to the lookahead, so\\n     * the output of deflate is not affected by the uninitialized values.\\n     */\\n\\n    if (_win[match + best_len]     !== scan_end  ||\\n        _win[match + best_len - 1] !== scan_end1 ||\\n        _win[match]                !== _win[scan] ||\\n        _win[++match]              !== _win[scan + 1]) {\\n      continue;\\n    }\\n\\n    /* The check at best_len-1 can be removed because it will be made\\n     * again later. (This heuristic is not always a win.)\\n     * It is not necessary to compare scan[2] and match[2] since they\\n     * are always equal when the other bytes match, given that\\n     * the hash keys are equal and that HASH_BITS >= 8.\\n     */\\n    scan += 2;\\n    match++;\\n    // Assert(*scan == *match, \\\"match[2]?\\\");\\n\\n    /* We check for insufficient lookahead only every 8th comparison;\\n     * the 256th check will be made at strstart+258.\\n     */\\n    do {\\n      /*jshint noempty:false*/\\n    } while (_win[++scan] === _win[++match] && _win[++scan] === _win[++match] &&\\n             _win[++scan] === _win[++match] && _win[++scan] === _win[++match] &&\\n             _win[++scan] === _win[++match] && _win[++scan] === _win[++match] &&\\n             _win[++scan] === _win[++match] && _win[++scan] === _win[++match] &&\\n             scan < strend);\\n\\n    // Assert(scan <= s->window+(unsigned)(s->window_size-1), \\\"wild scan\\\");\\n\\n    len = MAX_MATCH - (strend - scan);\\n    scan = strend - MAX_MATCH;\\n\\n    if (len > best_len) {\\n      s.match_start = cur_match;\\n      best_len = len;\\n      if (len >= nice_match) {\\n        break;\\n      }\\n      scan_end1  = _win[scan + best_len - 1];\\n      scan_end   = _win[scan + best_len];\\n    }\\n  } while ((cur_match = prev[cur_match & wmask]) > limit && --chain_length !== 0);\\n\\n  if (best_len <= s.lookahead) {\\n    return best_len;\\n  }\\n  return s.lookahead;\\n}\\n\\n\\n/* ===========================================================================\\n * Fill the window when the lookahead becomes insufficient.\\n * Updates strstart and lookahead.\\n *\\n * IN assertion: lookahead < MIN_LOOKAHEAD\\n * OUT assertions: strstart <= window_size-MIN_LOOKAHEAD\\n *    At least one byte has been read, or avail_in == 0; reads are\\n *    performed for at least two bytes (required for the zip translate_eol\\n *    option -- not supported here).\\n */\\nfunction fill_window(s) {\\n  var _w_size = s.w_size;\\n  var p, n, m, more, str;\\n\\n  //Assert(s->lookahead < MIN_LOOKAHEAD, \\\"already enough lookahead\\\");\\n\\n  do {\\n    more = s.window_size - s.lookahead - s.strstart;\\n\\n    // JS ints have 32 bit, block below not needed\\n    /* Deal with !@#$% 64K limit: */\\n    //if (sizeof(int) <= 2) {\\n    //    if (more == 0 && s->strstart == 0 && s->lookahead == 0) {\\n    //        more = wsize;\\n    //\\n    //  } else if (more == (unsigned)(-1)) {\\n    //        /* Very unlikely, but possible on 16 bit machine if\\n    //         * strstart == 0 && lookahead == 1 (input done a byte at time)\\n    //         */\\n    //        more--;\\n    //    }\\n    //}\\n\\n\\n    /* If the window is almost full and there is insufficient lookahead,\\n     * move the upper half to the lower one to make room in the upper half.\\n     */\\n    if (s.strstart >= _w_size + (_w_size - MIN_LOOKAHEAD)) {\\n\\n      utils.arraySet(s.window, s.window, _w_size, _w_size, 0);\\n      s.match_start -= _w_size;\\n      s.strstart -= _w_size;\\n      /* we now have strstart >= MAX_DIST */\\n      s.block_start -= _w_size;\\n\\n      /* Slide the hash table (could be avoided with 32 bit values\\n       at the expense of memory usage). We slide even when level == 0\\n       to keep the hash table consistent if we switch back to level > 0\\n       later. (Using level 0 permanently is not an optimal usage of\\n       zlib, so we don't care about this pathological case.)\\n       */\\n\\n      n = s.hash_size;\\n      p = n;\\n      do {\\n        m = s.head[--p];\\n        s.head[p] = (m >= _w_size ? m - _w_size : 0);\\n      } while (--n);\\n\\n      n = _w_size;\\n      p = n;\\n      do {\\n        m = s.prev[--p];\\n        s.prev[p] = (m >= _w_size ? m - _w_size : 0);\\n        /* If n is not on any hash chain, prev[n] is garbage but\\n         * its value will never be used.\\n         */\\n      } while (--n);\\n\\n      more += _w_size;\\n    }\\n    if (s.strm.avail_in === 0) {\\n      break;\\n    }\\n\\n    /* If there was no sliding:\\n     *    strstart <= WSIZE+MAX_DIST-1 && lookahead <= MIN_LOOKAHEAD - 1 &&\\n     *    more == window_size - lookahead - strstart\\n     * => more >= window_size - (MIN_LOOKAHEAD-1 + WSIZE + MAX_DIST-1)\\n     * => more >= window_size - 2*WSIZE + 2\\n     * In the BIG_MEM or MMAP case (not yet supported),\\n     *   window_size == input_size + MIN_LOOKAHEAD  &&\\n     *   strstart + s->lookahead <= input_size => more >= MIN_LOOKAHEAD.\\n     * Otherwise, window_size == 2*WSIZE so more >= 2.\\n     * If there was sliding, more >= WSIZE. So in all cases, more >= 2.\\n     */\\n    //Assert(more >= 2, \\\"more < 2\\\");\\n    n = read_buf(s.strm, s.window, s.strstart + s.lookahead, more);\\n    s.lookahead += n;\\n\\n    /* Initialize the hash value now that we have some input: */\\n    if (s.lookahead + s.insert >= MIN_MATCH) {\\n      str = s.strstart - s.insert;\\n      s.ins_h = s.window[str];\\n\\n      /* UPDATE_HASH(s, s->ins_h, s->window[str + 1]); */\\n      s.ins_h = ((s.ins_h << s.hash_shift) ^ s.window[str + 1]) & s.hash_mask;\\n//#if MIN_MATCH != 3\\n//        Call update_hash() MIN_MATCH-3 more times\\n//#endif\\n      while (s.insert) {\\n        /* UPDATE_HASH(s, s->ins_h, s->window[str + MIN_MATCH-1]); */\\n        s.ins_h = ((s.ins_h << s.hash_shift) ^ s.window[str + MIN_MATCH - 1]) & s.hash_mask;\\n\\n        s.prev[str & s.w_mask] = s.head[s.ins_h];\\n        s.head[s.ins_h] = str;\\n        str++;\\n        s.insert--;\\n        if (s.lookahead + s.insert < MIN_MATCH) {\\n          break;\\n        }\\n      }\\n    }\\n    /* If the whole input has less than MIN_MATCH bytes, ins_h is garbage,\\n     * but this is not important since only literal bytes will be emitted.\\n     */\\n\\n  } while (s.lookahead < MIN_LOOKAHEAD && s.strm.avail_in !== 0);\\n\\n  /* If the WIN_INIT bytes after the end of the current data have never been\\n   * written, then zero those bytes in order to avoid memory check reports of\\n   * the use of uninitialized (or uninitialised as Julian writes) bytes by\\n   * the longest match routines.  Update the high water mark for the next\\n   * time through here.  WIN_INIT is set to MAX_MATCH since the longest match\\n   * routines allow scanning to strstart + MAX_MATCH, ignoring lookahead.\\n   */\\n//  if (s.high_water < s.window_size) {\\n//    var curr = s.strstart + s.lookahead;\\n//    var init = 0;\\n//\\n//    if (s.high_water < curr) {\\n//      /* Previous high water mark below current data -- zero WIN_INIT\\n//       * bytes or up to end of window, whichever is less.\\n//       */\\n//      init = s.window_size - curr;\\n//      if (init > WIN_INIT)\\n//        init = WIN_INIT;\\n//      zmemzero(s->window + curr, (unsigned)init);\\n//      s->high_water = curr + init;\\n//    }\\n//    else if (s->high_water < (ulg)curr + WIN_INIT) {\\n//      /* High water mark at or above current data, but below current data\\n//       * plus WIN_INIT -- zero out to current data plus WIN_INIT, or up\\n//       * to end of window, whichever is less.\\n//       */\\n//      init = (ulg)curr + WIN_INIT - s->high_water;\\n//      if (init > s->window_size - s->high_water)\\n//        init = s->window_size - s->high_water;\\n//      zmemzero(s->window + s->high_water, (unsigned)init);\\n//      s->high_water += init;\\n//    }\\n//  }\\n//\\n//  Assert((ulg)s->strstart <= s->window_size - MIN_LOOKAHEAD,\\n//    \\\"not enough room for search\\\");\\n}\\n\\n/* ===========================================================================\\n * Copy without compression as much as possible from the input stream, return\\n * the current block state.\\n * This function does not insert new strings in the dictionary since\\n * uncompressible data is probably not useful. This function is used\\n * only for the level=0 compression option.\\n * NOTE: this function should be optimized to avoid extra copying from\\n * window to pending_buf.\\n */\\nfunction deflate_stored(s, flush) {\\n  /* Stored blocks are limited to 0xffff bytes, pending_buf is limited\\n   * to pending_buf_size, and each stored block has a 5 byte header:\\n   */\\n  var max_block_size = 0xffff;\\n\\n  if (max_block_size > s.pending_buf_size - 5) {\\n    max_block_size = s.pending_buf_size - 5;\\n  }\\n\\n  /* Copy as much as possible from input to output: */\\n  for (;;) {\\n    /* Fill the window as much as possible: */\\n    if (s.lookahead <= 1) {\\n\\n      //Assert(s->strstart < s->w_size+MAX_DIST(s) ||\\n      //  s->block_start >= (long)s->w_size, \\\"slide too late\\\");\\n//      if (!(s.strstart < s.w_size + (s.w_size - MIN_LOOKAHEAD) ||\\n//        s.block_start >= s.w_size)) {\\n//        throw  new Error(\\\"slide too late\\\");\\n//      }\\n\\n      fill_window(s);\\n      if (s.lookahead === 0 && flush === Z_NO_FLUSH) {\\n        return BS_NEED_MORE;\\n      }\\n\\n      if (s.lookahead === 0) {\\n        break;\\n      }\\n      /* flush the current block */\\n    }\\n    //Assert(s->block_start >= 0L, \\\"block gone\\\");\\n//    if (s.block_start < 0) throw new Error(\\\"block gone\\\");\\n\\n    s.strstart += s.lookahead;\\n    s.lookahead = 0;\\n\\n    /* Emit a stored block if pending_buf will be full: */\\n    var max_start = s.block_start + max_block_size;\\n\\n    if (s.strstart === 0 || s.strstart >= max_start) {\\n      /* strstart == 0 is possible when wraparound on 16-bit machine */\\n      s.lookahead = s.strstart - max_start;\\n      s.strstart = max_start;\\n      /*** FLUSH_BLOCK(s, 0); ***/\\n      flush_block_only(s, false);\\n      if (s.strm.avail_out === 0) {\\n        return BS_NEED_MORE;\\n      }\\n      /***/\\n\\n\\n    }\\n    /* Flush if we may have to slide, otherwise block_start may become\\n     * negative and the data will be gone:\\n     */\\n    if (s.strstart - s.block_start >= (s.w_size - MIN_LOOKAHEAD)) {\\n      /*** FLUSH_BLOCK(s, 0); ***/\\n      flush_block_only(s, false);\\n      if (s.strm.avail_out === 0) {\\n        return BS_NEED_MORE;\\n      }\\n      /***/\\n    }\\n  }\\n\\n  s.insert = 0;\\n\\n  if (flush === Z_FINISH) {\\n    /*** FLUSH_BLOCK(s, 1); ***/\\n    flush_block_only(s, true);\\n    if (s.strm.avail_out === 0) {\\n      return BS_FINISH_STARTED;\\n    }\\n    /***/\\n    return BS_FINISH_DONE;\\n  }\\n\\n  if (s.strstart > s.block_start) {\\n    /*** FLUSH_BLOCK(s, 0); ***/\\n    flush_block_only(s, false);\\n    if (s.strm.avail_out === 0) {\\n      return BS_NEED_MORE;\\n    }\\n    /***/\\n  }\\n\\n  return BS_NEED_MORE;\\n}\\n\\n/* ===========================================================================\\n * Compress as much as possible from the input stream, return the current\\n * block state.\\n * This function does not perform lazy evaluation of matches and inserts\\n * new strings in the dictionary only for unmatched strings or for short\\n * matches. It is used only for the fast compression options.\\n */\\nfunction deflate_fast(s, flush) {\\n  var hash_head;        /* head of the hash chain */\\n  var bflush;           /* set if current block must be flushed */\\n\\n  for (;;) {\\n    /* Make sure that we always have enough lookahead, except\\n     * at the end of the input file. We need MAX_MATCH bytes\\n     * for the next match, plus MIN_MATCH bytes to insert the\\n     * string following the next match.\\n     */\\n    if (s.lookahead < MIN_LOOKAHEAD) {\\n      fill_window(s);\\n      if (s.lookahead < MIN_LOOKAHEAD && flush === Z_NO_FLUSH) {\\n        return BS_NEED_MORE;\\n      }\\n      if (s.lookahead === 0) {\\n        break; /* flush the current block */\\n      }\\n    }\\n\\n    /* Insert the string window[strstart .. strstart+2] in the\\n     * dictionary, and set hash_head to the head of the hash chain:\\n     */\\n    hash_head = 0/*NIL*/;\\n    if (s.lookahead >= MIN_MATCH) {\\n      /*** INSERT_STRING(s, s.strstart, hash_head); ***/\\n      s.ins_h = ((s.ins_h << s.hash_shift) ^ s.window[s.strstart + MIN_MATCH - 1]) & s.hash_mask;\\n      hash_head = s.prev[s.strstart & s.w_mask] = s.head[s.ins_h];\\n      s.head[s.ins_h] = s.strstart;\\n      /***/\\n    }\\n\\n    /* Find the longest match, discarding those <= prev_length.\\n     * At this point we have always match_length < MIN_MATCH\\n     */\\n    if (hash_head !== 0/*NIL*/ && ((s.strstart - hash_head) <= (s.w_size - MIN_LOOKAHEAD))) {\\n      /* To simplify the code, we prevent matches with the string\\n       * of window index 0 (in particular we have to avoid a match\\n       * of the string with itself at the start of the input file).\\n       */\\n      s.match_length = longest_match(s, hash_head);\\n      /* longest_match() sets match_start */\\n    }\\n    if (s.match_length >= MIN_MATCH) {\\n      // check_match(s, s.strstart, s.match_start, s.match_length); // for debug only\\n\\n      /*** _tr_tally_dist(s, s.strstart - s.match_start,\\n                     s.match_length - MIN_MATCH, bflush); ***/\\n      bflush = trees._tr_tally(s, s.strstart - s.match_start, s.match_length - MIN_MATCH);\\n\\n      s.lookahead -= s.match_length;\\n\\n      /* Insert new strings in the hash table only if the match length\\n       * is not too large. This saves time but degrades compression.\\n       */\\n      if (s.match_length <= s.max_lazy_match/*max_insert_length*/ && s.lookahead >= MIN_MATCH) {\\n        s.match_length--; /* string at strstart already in table */\\n        do {\\n          s.strstart++;\\n          /*** INSERT_STRING(s, s.strstart, hash_head); ***/\\n          s.ins_h = ((s.ins_h << s.hash_shift) ^ s.window[s.strstart + MIN_MATCH - 1]) & s.hash_mask;\\n          hash_head = s.prev[s.strstart & s.w_mask] = s.head[s.ins_h];\\n          s.head[s.ins_h] = s.strstart;\\n          /***/\\n          /* strstart never exceeds WSIZE-MAX_MATCH, so there are\\n           * always MIN_MATCH bytes ahead.\\n           */\\n        } while (--s.match_length !== 0);\\n        s.strstart++;\\n      } else\\n      {\\n        s.strstart += s.match_length;\\n        s.match_length = 0;\\n        s.ins_h = s.window[s.strstart];\\n        /* UPDATE_HASH(s, s.ins_h, s.window[s.strstart+1]); */\\n        s.ins_h = ((s.ins_h << s.hash_shift) ^ s.window[s.strstart + 1]) & s.hash_mask;\\n\\n//#if MIN_MATCH != 3\\n//                Call UPDATE_HASH() MIN_MATCH-3 more times\\n//#endif\\n        /* If lookahead < MIN_MATCH, ins_h is garbage, but it does not\\n         * matter since it will be recomputed at next deflate call.\\n         */\\n      }\\n    } else {\\n      /* No match, output a literal byte */\\n      //Tracevv((stderr,\\\"%c\\\", s.window[s.strstart]));\\n      /*** _tr_tally_lit(s, s.window[s.strstart], bflush); ***/\\n      bflush = trees._tr_tally(s, 0, s.window[s.strstart]);\\n\\n      s.lookahead--;\\n      s.strstart++;\\n    }\\n    if (bflush) {\\n      /*** FLUSH_BLOCK(s, 0); ***/\\n      flush_block_only(s, false);\\n      if (s.strm.avail_out === 0) {\\n        return BS_NEED_MORE;\\n      }\\n      /***/\\n    }\\n  }\\n  s.insert = ((s.strstart < (MIN_MATCH - 1)) ? s.strstart : MIN_MATCH - 1);\\n  if (flush === Z_FINISH) {\\n    /*** FLUSH_BLOCK(s, 1); ***/\\n    flush_block_only(s, true);\\n    if (s.strm.avail_out === 0) {\\n      return BS_FINISH_STARTED;\\n    }\\n    /***/\\n    return BS_FINISH_DONE;\\n  }\\n  if (s.last_lit) {\\n    /*** FLUSH_BLOCK(s, 0); ***/\\n    flush_block_only(s, false);\\n    if (s.strm.avail_out === 0) {\\n      return BS_NEED_MORE;\\n    }\\n    /***/\\n  }\\n  return BS_BLOCK_DONE;\\n}\\n\\n/* ===========================================================================\\n * Same as above, but achieves better compression. We use a lazy\\n * evaluation for matches: a match is finally adopted only if there is\\n * no better match at the next window position.\\n */\\nfunction deflate_slow(s, flush) {\\n  var hash_head;          /* head of hash chain */\\n  var bflush;              /* set if current block must be flushed */\\n\\n  var max_insert;\\n\\n  /* Process the input block. */\\n  for (;;) {\\n    /* Make sure that we always have enough lookahead, except\\n     * at the end of the input file. We need MAX_MATCH bytes\\n     * for the next match, plus MIN_MATCH bytes to insert the\\n     * string following the next match.\\n     */\\n    if (s.lookahead < MIN_LOOKAHEAD) {\\n      fill_window(s);\\n      if (s.lookahead < MIN_LOOKAHEAD && flush === Z_NO_FLUSH) {\\n        return BS_NEED_MORE;\\n      }\\n      if (s.lookahead === 0) { break; } /* flush the current block */\\n    }\\n\\n    /* Insert the string window[strstart .. strstart+2] in the\\n     * dictionary, and set hash_head to the head of the hash chain:\\n     */\\n    hash_head = 0/*NIL*/;\\n    if (s.lookahead >= MIN_MATCH) {\\n      /*** INSERT_STRING(s, s.strstart, hash_head); ***/\\n      s.ins_h = ((s.ins_h << s.hash_shift) ^ s.window[s.strstart + MIN_MATCH - 1]) & s.hash_mask;\\n      hash_head = s.prev[s.strstart & s.w_mask] = s.head[s.ins_h];\\n      s.head[s.ins_h] = s.strstart;\\n      /***/\\n    }\\n\\n    /* Find the longest match, discarding those <= prev_length.\\n     */\\n    s.prev_length = s.match_length;\\n    s.prev_match = s.match_start;\\n    s.match_length = MIN_MATCH - 1;\\n\\n    if (hash_head !== 0/*NIL*/ && s.prev_length < s.max_lazy_match &&\\n        s.strstart - hash_head <= (s.w_size - MIN_LOOKAHEAD)/*MAX_DIST(s)*/) {\\n      /* To simplify the code, we prevent matches with the string\\n       * of window index 0 (in particular we have to avoid a match\\n       * of the string with itself at the start of the input file).\\n       */\\n      s.match_length = longest_match(s, hash_head);\\n      /* longest_match() sets match_start */\\n\\n      if (s.match_length <= 5 &&\\n         (s.strategy === Z_FILTERED || (s.match_length === MIN_MATCH && s.strstart - s.match_start > 4096/*TOO_FAR*/))) {\\n\\n        /* If prev_match is also MIN_MATCH, match_start is garbage\\n         * but we will ignore the current match anyway.\\n         */\\n        s.match_length = MIN_MATCH - 1;\\n      }\\n    }\\n    /* If there was a match at the previous step and the current\\n     * match is not better, output the previous match:\\n     */\\n    if (s.prev_length >= MIN_MATCH && s.match_length <= s.prev_length) {\\n      max_insert = s.strstart + s.lookahead - MIN_MATCH;\\n      /* Do not insert strings in hash table beyond this. */\\n\\n      //check_match(s, s.strstart-1, s.prev_match, s.prev_length);\\n\\n      /***_tr_tally_dist(s, s.strstart - 1 - s.prev_match,\\n                     s.prev_length - MIN_MATCH, bflush);***/\\n      bflush = trees._tr_tally(s, s.strstart - 1 - s.prev_match, s.prev_length - MIN_MATCH);\\n      /* Insert in hash table all strings up to the end of the match.\\n       * strstart-1 and strstart are already inserted. If there is not\\n       * enough lookahead, the last two strings are not inserted in\\n       * the hash table.\\n       */\\n      s.lookahead -= s.prev_length - 1;\\n      s.prev_length -= 2;\\n      do {\\n        if (++s.strstart <= max_insert) {\\n          /*** INSERT_STRING(s, s.strstart, hash_head); ***/\\n          s.ins_h = ((s.ins_h << s.hash_shift) ^ s.window[s.strstart + MIN_MATCH - 1]) & s.hash_mask;\\n          hash_head = s.prev[s.strstart & s.w_mask] = s.head[s.ins_h];\\n          s.head[s.ins_h] = s.strstart;\\n          /***/\\n        }\\n      } while (--s.prev_length !== 0);\\n      s.match_available = 0;\\n      s.match_length = MIN_MATCH - 1;\\n      s.strstart++;\\n\\n      if (bflush) {\\n        /*** FLUSH_BLOCK(s, 0); ***/\\n        flush_block_only(s, false);\\n        if (s.strm.avail_out === 0) {\\n          return BS_NEED_MORE;\\n        }\\n        /***/\\n      }\\n\\n    } else if (s.match_available) {\\n      /* If there was no match at the previous position, output a\\n       * single literal. If there was a match but the current match\\n       * is longer, truncate the previous match to a single literal.\\n       */\\n      //Tracevv((stderr,\\\"%c\\\", s->window[s->strstart-1]));\\n      /*** _tr_tally_lit(s, s.window[s.strstart-1], bflush); ***/\\n      bflush = trees._tr_tally(s, 0, s.window[s.strstart - 1]);\\n\\n      if (bflush) {\\n        /*** FLUSH_BLOCK_ONLY(s, 0) ***/\\n        flush_block_only(s, false);\\n        /***/\\n      }\\n      s.strstart++;\\n      s.lookahead--;\\n      if (s.strm.avail_out === 0) {\\n        return BS_NEED_MORE;\\n      }\\n    } else {\\n      /* There is no previous match to compare with, wait for\\n       * the next step to decide.\\n       */\\n      s.match_available = 1;\\n      s.strstart++;\\n      s.lookahead--;\\n    }\\n  }\\n  //Assert (flush != Z_NO_FLUSH, \\\"no flush?\\\");\\n  if (s.match_available) {\\n    //Tracevv((stderr,\\\"%c\\\", s->window[s->strstart-1]));\\n    /*** _tr_tally_lit(s, s.window[s.strstart-1], bflush); ***/\\n    bflush = trees._tr_tally(s, 0, s.window[s.strstart - 1]);\\n\\n    s.match_available = 0;\\n  }\\n  s.insert = s.strstart < MIN_MATCH - 1 ? s.strstart : MIN_MATCH - 1;\\n  if (flush === Z_FINISH) {\\n    /*** FLUSH_BLOCK(s, 1); ***/\\n    flush_block_only(s, true);\\n    if (s.strm.avail_out === 0) {\\n      return BS_FINISH_STARTED;\\n    }\\n    /***/\\n    return BS_FINISH_DONE;\\n  }\\n  if (s.last_lit) {\\n    /*** FLUSH_BLOCK(s, 0); ***/\\n    flush_block_only(s, false);\\n    if (s.strm.avail_out === 0) {\\n      return BS_NEED_MORE;\\n    }\\n    /***/\\n  }\\n\\n  return BS_BLOCK_DONE;\\n}\\n\\n\\n/* ===========================================================================\\n * For Z_RLE, simply look for runs of bytes, generate matches only of distance\\n * one.  Do not maintain a hash table.  (It will be regenerated if this run of\\n * deflate switches away from Z_RLE.)\\n */\\nfunction deflate_rle(s, flush) {\\n  var bflush;            /* set if current block must be flushed */\\n  var prev;              /* byte at distance one to match */\\n  var scan, strend;      /* scan goes up to strend for length of run */\\n\\n  var _win = s.window;\\n\\n  for (;;) {\\n    /* Make sure that we always have enough lookahead, except\\n     * at the end of the input file. We need MAX_MATCH bytes\\n     * for the longest run, plus one for the unrolled loop.\\n     */\\n    if (s.lookahead <= MAX_MATCH) {\\n      fill_window(s);\\n      if (s.lookahead <= MAX_MATCH && flush === Z_NO_FLUSH) {\\n        return BS_NEED_MORE;\\n      }\\n      if (s.lookahead === 0) { break; } /* flush the current block */\\n    }\\n\\n    /* See how many times the previous byte repeats */\\n    s.match_length = 0;\\n    if (s.lookahead >= MIN_MATCH && s.strstart > 0) {\\n      scan = s.strstart - 1;\\n      prev = _win[scan];\\n      if (prev === _win[++scan] && prev === _win[++scan] && prev === _win[++scan]) {\\n        strend = s.strstart + MAX_MATCH;\\n        do {\\n          /*jshint noempty:false*/\\n        } while (prev === _win[++scan] && prev === _win[++scan] &&\\n                 prev === _win[++scan] && prev === _win[++scan] &&\\n                 prev === _win[++scan] && prev === _win[++scan] &&\\n                 prev === _win[++scan] && prev === _win[++scan] &&\\n                 scan < strend);\\n        s.match_length = MAX_MATCH - (strend - scan);\\n        if (s.match_length > s.lookahead) {\\n          s.match_length = s.lookahead;\\n        }\\n      }\\n      //Assert(scan <= s->window+(uInt)(s->window_size-1), \\\"wild scan\\\");\\n    }\\n\\n    /* Emit match if have run of MIN_MATCH or longer, else emit literal */\\n    if (s.match_length >= MIN_MATCH) {\\n      //check_match(s, s.strstart, s.strstart - 1, s.match_length);\\n\\n      /*** _tr_tally_dist(s, 1, s.match_length - MIN_MATCH, bflush); ***/\\n      bflush = trees._tr_tally(s, 1, s.match_length - MIN_MATCH);\\n\\n      s.lookahead -= s.match_length;\\n      s.strstart += s.match_length;\\n      s.match_length = 0;\\n    } else {\\n      /* No match, output a literal byte */\\n      //Tracevv((stderr,\\\"%c\\\", s->window[s->strstart]));\\n      /*** _tr_tally_lit(s, s.window[s.strstart], bflush); ***/\\n      bflush = trees._tr_tally(s, 0, s.window[s.strstart]);\\n\\n      s.lookahead--;\\n      s.strstart++;\\n    }\\n    if (bflush) {\\n      /*** FLUSH_BLOCK(s, 0); ***/\\n      flush_block_only(s, false);\\n      if (s.strm.avail_out === 0) {\\n        return BS_NEED_MORE;\\n      }\\n      /***/\\n    }\\n  }\\n  s.insert = 0;\\n  if (flush === Z_FINISH) {\\n    /*** FLUSH_BLOCK(s, 1); ***/\\n    flush_block_only(s, true);\\n    if (s.strm.avail_out === 0) {\\n      return BS_FINISH_STARTED;\\n    }\\n    /***/\\n    return BS_FINISH_DONE;\\n  }\\n  if (s.last_lit) {\\n    /*** FLUSH_BLOCK(s, 0); ***/\\n    flush_block_only(s, false);\\n    if (s.strm.avail_out === 0) {\\n      return BS_NEED_MORE;\\n    }\\n    /***/\\n  }\\n  return BS_BLOCK_DONE;\\n}\\n\\n/* ===========================================================================\\n * For Z_HUFFMAN_ONLY, do not look for matches.  Do not maintain a hash table.\\n * (It will be regenerated if this run of deflate switches away from Huffman.)\\n */\\nfunction deflate_huff(s, flush) {\\n  var bflush;             /* set if current block must be flushed */\\n\\n  for (;;) {\\n    /* Make sure that we have a literal to write. */\\n    if (s.lookahead === 0) {\\n      fill_window(s);\\n      if (s.lookahead === 0) {\\n        if (flush === Z_NO_FLUSH) {\\n          return BS_NEED_MORE;\\n        }\\n        break;      /* flush the current block */\\n      }\\n    }\\n\\n    /* Output a literal byte */\\n    s.match_length = 0;\\n    //Tracevv((stderr,\\\"%c\\\", s->window[s->strstart]));\\n    /*** _tr_tally_lit(s, s.window[s.strstart], bflush); ***/\\n    bflush = trees._tr_tally(s, 0, s.window[s.strstart]);\\n    s.lookahead--;\\n    s.strstart++;\\n    if (bflush) {\\n      /*** FLUSH_BLOCK(s, 0); ***/\\n      flush_block_only(s, false);\\n      if (s.strm.avail_out === 0) {\\n        return BS_NEED_MORE;\\n      }\\n      /***/\\n    }\\n  }\\n  s.insert = 0;\\n  if (flush === Z_FINISH) {\\n    /*** FLUSH_BLOCK(s, 1); ***/\\n    flush_block_only(s, true);\\n    if (s.strm.avail_out === 0) {\\n      return BS_FINISH_STARTED;\\n    }\\n    /***/\\n    return BS_FINISH_DONE;\\n  }\\n  if (s.last_lit) {\\n    /*** FLUSH_BLOCK(s, 0); ***/\\n    flush_block_only(s, false);\\n    if (s.strm.avail_out === 0) {\\n      return BS_NEED_MORE;\\n    }\\n    /***/\\n  }\\n  return BS_BLOCK_DONE;\\n}\\n\\n/* Values for max_lazy_match, good_match and max_chain_length, depending on\\n * the desired pack level (0..9). The values given below have been tuned to\\n * exclude worst case performance for pathological files. Better values may be\\n * found for specific files.\\n */\\nfunction Config(good_length, max_lazy, nice_length, max_chain, func) {\\n  this.good_length = good_length;\\n  this.max_lazy = max_lazy;\\n  this.nice_length = nice_length;\\n  this.max_chain = max_chain;\\n  this.func = func;\\n}\\n\\nvar configuration_table;\\n\\nconfiguration_table = [\\n  /*      good lazy nice chain */\\n  new Config(0, 0, 0, 0, deflate_stored),          /* 0 store only */\\n  new Config(4, 4, 8, 4, deflate_fast),            /* 1 max speed, no lazy matches */\\n  new Config(4, 5, 16, 8, deflate_fast),           /* 2 */\\n  new Config(4, 6, 32, 32, deflate_fast),          /* 3 */\\n\\n  new Config(4, 4, 16, 16, deflate_slow),          /* 4 lazy matches */\\n  new Config(8, 16, 32, 32, deflate_slow),         /* 5 */\\n  new Config(8, 16, 128, 128, deflate_slow),       /* 6 */\\n  new Config(8, 32, 128, 256, deflate_slow),       /* 7 */\\n  new Config(32, 128, 258, 1024, deflate_slow),    /* 8 */\\n  new Config(32, 258, 258, 4096, deflate_slow)     /* 9 max compression */\\n];\\n\\n\\n/* ===========================================================================\\n * Initialize the \\\"longest match\\\" routines for a new zlib stream\\n */\\nfunction lm_init(s) {\\n  s.window_size = 2 * s.w_size;\\n\\n  /*** CLEAR_HASH(s); ***/\\n  zero(s.head); // Fill with NIL (= 0);\\n\\n  /* Set the default configuration parameters:\\n   */\\n  s.max_lazy_match = configuration_table[s.level].max_lazy;\\n  s.good_match = configuration_table[s.level].good_length;\\n  s.nice_match = configuration_table[s.level].nice_length;\\n  s.max_chain_length = configuration_table[s.level].max_chain;\\n\\n  s.strstart = 0;\\n  s.block_start = 0;\\n  s.lookahead = 0;\\n  s.insert = 0;\\n  s.match_length = s.prev_length = MIN_MATCH - 1;\\n  s.match_available = 0;\\n  s.ins_h = 0;\\n}\\n\\n\\nfunction DeflateState() {\\n  this.strm = null;            /* pointer back to this zlib stream */\\n  this.status = 0;            /* as the name implies */\\n  this.pending_buf = null;      /* output still pending */\\n  this.pending_buf_size = 0;  /* size of pending_buf */\\n  this.pending_out = 0;       /* next pending byte to output to the stream */\\n  this.pending = 0;           /* nb of bytes in the pending buffer */\\n  this.wrap = 0;              /* bit 0 true for zlib, bit 1 true for gzip */\\n  this.gzhead = null;         /* gzip header information to write */\\n  this.gzindex = 0;           /* where in extra, name, or comment */\\n  this.method = Z_DEFLATED; /* can only be DEFLATED */\\n  this.last_flush = -1;   /* value of flush param for previous deflate call */\\n\\n  this.w_size = 0;  /* LZ77 window size (32K by default) */\\n  this.w_bits = 0;  /* log2(w_size)  (8..16) */\\n  this.w_mask = 0;  /* w_size - 1 */\\n\\n  this.window = null;\\n  /* Sliding window. Input bytes are read into the second half of the window,\\n   * and move to the first half later to keep a dictionary of at least wSize\\n   * bytes. With this organization, matches are limited to a distance of\\n   * wSize-MAX_MATCH bytes, but this ensures that IO is always\\n   * performed with a length multiple of the block size.\\n   */\\n\\n  this.window_size = 0;\\n  /* Actual size of window: 2*wSize, except when the user input buffer\\n   * is directly used as sliding window.\\n   */\\n\\n  this.prev = null;\\n  /* Link to older string with same hash index. To limit the size of this\\n   * array to 64K, this link is maintained only for the last 32K strings.\\n   * An index in this array is thus a window index modulo 32K.\\n   */\\n\\n  this.head = null;   /* Heads of the hash chains or NIL. */\\n\\n  this.ins_h = 0;       /* hash index of string to be inserted */\\n  this.hash_size = 0;   /* number of elements in hash table */\\n  this.hash_bits = 0;   /* log2(hash_size) */\\n  this.hash_mask = 0;   /* hash_size-1 */\\n\\n  this.hash_shift = 0;\\n  /* Number of bits by which ins_h must be shifted at each input\\n   * step. It must be such that after MIN_MATCH steps, the oldest\\n   * byte no longer takes part in the hash key, that is:\\n   *   hash_shift * MIN_MATCH >= hash_bits\\n   */\\n\\n  this.block_start = 0;\\n  /* Window position at the beginning of the current output block. Gets\\n   * negative when the window is moved backwards.\\n   */\\n\\n  this.match_length = 0;      /* length of best match */\\n  this.prev_match = 0;        /* previous match */\\n  this.match_available = 0;   /* set if previous match exists */\\n  this.strstart = 0;          /* start of string to insert */\\n  this.match_start = 0;       /* start of matching string */\\n  this.lookahead = 0;         /* number of valid bytes ahead in window */\\n\\n  this.prev_length = 0;\\n  /* Length of the best match at previous step. Matches not greater than this\\n   * are discarded. This is used in the lazy match evaluation.\\n   */\\n\\n  this.max_chain_length = 0;\\n  /* To speed up deflation, hash chains are never searched beyond this\\n   * length.  A higher limit improves compression ratio but degrades the\\n   * speed.\\n   */\\n\\n  this.max_lazy_match = 0;\\n  /* Attempt to find a better match only when the current match is strictly\\n   * smaller than this value. This mechanism is used only for compression\\n   * levels >= 4.\\n   */\\n  // That's alias to max_lazy_match, don't use directly\\n  //this.max_insert_length = 0;\\n  /* Insert new strings in the hash table only if the match length is not\\n   * greater than this length. This saves time but degrades compression.\\n   * max_insert_length is used only for compression levels <= 3.\\n   */\\n\\n  this.level = 0;     /* compression level (1..9) */\\n  this.strategy = 0;  /* favor or force Huffman coding*/\\n\\n  this.good_match = 0;\\n  /* Use a faster search when the previous match is longer than this */\\n\\n  this.nice_match = 0; /* Stop searching when current match exceeds this */\\n\\n              /* used by trees.c: */\\n\\n  /* Didn't use ct_data typedef below to suppress compiler warning */\\n\\n  // struct ct_data_s dyn_ltree[HEAP_SIZE];   /* literal and length tree */\\n  // struct ct_data_s dyn_dtree[2*D_CODES+1]; /* distance tree */\\n  // struct ct_data_s bl_tree[2*BL_CODES+1];  /* Huffman tree for bit lengths */\\n\\n  // Use flat array of DOUBLE size, with interleaved fata,\\n  // because JS does not support effective\\n  this.dyn_ltree  = new utils.Buf16(HEAP_SIZE * 2);\\n  this.dyn_dtree  = new utils.Buf16((2 * D_CODES + 1) * 2);\\n  this.bl_tree    = new utils.Buf16((2 * BL_CODES + 1) * 2);\\n  zero(this.dyn_ltree);\\n  zero(this.dyn_dtree);\\n  zero(this.bl_tree);\\n\\n  this.l_desc   = null;         /* desc. for literal tree */\\n  this.d_desc   = null;         /* desc. for distance tree */\\n  this.bl_desc  = null;         /* desc. for bit length tree */\\n\\n  //ush bl_count[MAX_BITS+1];\\n  this.bl_count = new utils.Buf16(MAX_BITS + 1);\\n  /* number of codes at each bit length for an optimal tree */\\n\\n  //int heap[2*L_CODES+1];      /* heap used to build the Huffman trees */\\n  this.heap = new utils.Buf16(2 * L_CODES + 1);  /* heap used to build the Huffman trees */\\n  zero(this.heap);\\n\\n  this.heap_len = 0;               /* number of elements in the heap */\\n  this.heap_max = 0;               /* element of largest frequency */\\n  /* The sons of heap[n] are heap[2*n] and heap[2*n+1]. heap[0] is not used.\\n   * The same heap array is used to build all trees.\\n   */\\n\\n  this.depth = new utils.Buf16(2 * L_CODES + 1); //uch depth[2*L_CODES+1];\\n  zero(this.depth);\\n  /* Depth of each subtree used as tie breaker for trees of equal frequency\\n   */\\n\\n  this.l_buf = 0;          /* buffer index for literals or lengths */\\n\\n  this.lit_bufsize = 0;\\n  /* Size of match buffer for literals/lengths.  There are 4 reasons for\\n   * limiting lit_bufsize to 64K:\\n   *   - frequencies can be kept in 16 bit counters\\n   *   - if compression is not successful for the first block, all input\\n   *     data is still in the window so we can still emit a stored block even\\n   *     when input comes from standard input.  (This can also be done for\\n   *     all blocks if lit_bufsize is not greater than 32K.)\\n   *   - if compression is not successful for a file smaller than 64K, we can\\n   *     even emit a stored file instead of a stored block (saving 5 bytes).\\n   *     This is applicable only for zip (not gzip or zlib).\\n   *   - creating new Huffman trees less frequently may not provide fast\\n   *     adaptation to changes in the input data statistics. (Take for\\n   *     example a binary file with poorly compressible code followed by\\n   *     a highly compressible string table.) Smaller buffer sizes give\\n   *     fast adaptation but have of course the overhead of transmitting\\n   *     trees more frequently.\\n   *   - I can't count above 4\\n   */\\n\\n  this.last_lit = 0;      /* running index in l_buf */\\n\\n  this.d_buf = 0;\\n  /* Buffer index for distances. To simplify the code, d_buf and l_buf have\\n   * the same number of elements. To use different lengths, an extra flag\\n   * array would be necessary.\\n   */\\n\\n  this.opt_len = 0;       /* bit length of current block with optimal trees */\\n  this.static_len = 0;    /* bit length of current block with static trees */\\n  this.matches = 0;       /* number of string matches in current block */\\n  this.insert = 0;        /* bytes at end of window left to insert */\\n\\n\\n  this.bi_buf = 0;\\n  /* Output buffer. bits are inserted starting at the bottom (least\\n   * significant bits).\\n   */\\n  this.bi_valid = 0;\\n  /* Number of valid bits in bi_buf.  All bits above the last valid bit\\n   * are always zero.\\n   */\\n\\n  // Used for window memory init. We safely ignore it for JS. That makes\\n  // sense only for pointers and memory check tools.\\n  //this.high_water = 0;\\n  /* High water mark offset in window for initialized bytes -- bytes above\\n   * this are set to zero in order to avoid memory check warnings when\\n   * longest match routines access bytes past the input.  This is then\\n   * updated to the new high water mark.\\n   */\\n}\\n\\n\\nfunction deflateResetKeep(strm) {\\n  var s;\\n\\n  if (!strm || !strm.state) {\\n    return err(strm, Z_STREAM_ERROR);\\n  }\\n\\n  strm.total_in = strm.total_out = 0;\\n  strm.data_type = Z_UNKNOWN;\\n\\n  s = strm.state;\\n  s.pending = 0;\\n  s.pending_out = 0;\\n\\n  if (s.wrap < 0) {\\n    s.wrap = -s.wrap;\\n    /* was made negative by deflate(..., Z_FINISH); */\\n  }\\n  s.status = (s.wrap ? INIT_STATE : BUSY_STATE);\\n  strm.adler = (s.wrap === 2) ?\\n    0  // crc32(0, Z_NULL, 0)\\n  :\\n    1; // adler32(0, Z_NULL, 0)\\n  s.last_flush = Z_NO_FLUSH;\\n  trees._tr_init(s);\\n  return Z_OK;\\n}\\n\\n\\nfunction deflateReset(strm) {\\n  var ret = deflateResetKeep(strm);\\n  if (ret === Z_OK) {\\n    lm_init(strm.state);\\n  }\\n  return ret;\\n}\\n\\n\\nfunction deflateSetHeader(strm, head) {\\n  if (!strm || !strm.state) { return Z_STREAM_ERROR; }\\n  if (strm.state.wrap !== 2) { return Z_STREAM_ERROR; }\\n  strm.state.gzhead = head;\\n  return Z_OK;\\n}\\n\\n\\nfunction deflateInit2(strm, level, method, windowBits, memLevel, strategy) {\\n  if (!strm) { // === Z_NULL\\n    return Z_STREAM_ERROR;\\n  }\\n  var wrap = 1;\\n\\n  if (level === Z_DEFAULT_COMPRESSION) {\\n    level = 6;\\n  }\\n\\n  if (windowBits < 0) { /* suppress zlib wrapper */\\n    wrap = 0;\\n    windowBits = -windowBits;\\n  }\\n\\n  else if (windowBits > 15) {\\n    wrap = 2;           /* write gzip wrapper instead */\\n    windowBits -= 16;\\n  }\\n\\n\\n  if (memLevel < 1 || memLevel > MAX_MEM_LEVEL || method !== Z_DEFLATED ||\\n    windowBits < 8 || windowBits > 15 || level < 0 || level > 9 ||\\n    strategy < 0 || strategy > Z_FIXED) {\\n    return err(strm, Z_STREAM_ERROR);\\n  }\\n\\n\\n  if (windowBits === 8) {\\n    windowBits = 9;\\n  }\\n  /* until 256-byte window bug fixed */\\n\\n  var s = new DeflateState();\\n\\n  strm.state = s;\\n  s.strm = strm;\\n\\n  s.wrap = wrap;\\n  s.gzhead = null;\\n  s.w_bits = windowBits;\\n  s.w_size = 1 << s.w_bits;\\n  s.w_mask = s.w_size - 1;\\n\\n  s.hash_bits = memLevel + 7;\\n  s.hash_size = 1 << s.hash_bits;\\n  s.hash_mask = s.hash_size - 1;\\n  s.hash_shift = ~~((s.hash_bits + MIN_MATCH - 1) / MIN_MATCH);\\n\\n  s.window = new utils.Buf8(s.w_size * 2);\\n  s.head = new utils.Buf16(s.hash_size);\\n  s.prev = new utils.Buf16(s.w_size);\\n\\n  // Don't need mem init magic for JS.\\n  //s.high_water = 0;  /* nothing written to s->window yet */\\n\\n  s.lit_bufsize = 1 << (memLevel + 6); /* 16K elements by default */\\n\\n  s.pending_buf_size = s.lit_bufsize * 4;\\n\\n  //overlay = (ushf *) ZALLOC(strm, s->lit_bufsize, sizeof(ush)+2);\\n  //s->pending_buf = (uchf *) overlay;\\n  s.pending_buf = new utils.Buf8(s.pending_buf_size);\\n\\n  // It is offset from `s.pending_buf` (size is `s.lit_bufsize * 2`)\\n  //s->d_buf = overlay + s->lit_bufsize/sizeof(ush);\\n  s.d_buf = 1 * s.lit_bufsize;\\n\\n  //s->l_buf = s->pending_buf + (1+sizeof(ush))*s->lit_bufsize;\\n  s.l_buf = (1 + 2) * s.lit_bufsize;\\n\\n  s.level = level;\\n  s.strategy = strategy;\\n  s.method = method;\\n\\n  return deflateReset(strm);\\n}\\n\\nfunction deflateInit(strm, level) {\\n  return deflateInit2(strm, level, Z_DEFLATED, MAX_WBITS, DEF_MEM_LEVEL, Z_DEFAULT_STRATEGY);\\n}\\n\\n\\nfunction deflate(strm, flush) {\\n  var old_flush, s;\\n  var beg, val; // for gzip header write only\\n\\n  if (!strm || !strm.state ||\\n    flush > Z_BLOCK || flush < 0) {\\n    return strm ? err(strm, Z_STREAM_ERROR) : Z_STREAM_ERROR;\\n  }\\n\\n  s = strm.state;\\n\\n  if (!strm.output ||\\n      (!strm.input && strm.avail_in !== 0) ||\\n      (s.status === FINISH_STATE && flush !== Z_FINISH)) {\\n    return err(strm, (strm.avail_out === 0) ? Z_BUF_ERROR : Z_STREAM_ERROR);\\n  }\\n\\n  s.strm = strm; /* just in case */\\n  old_flush = s.last_flush;\\n  s.last_flush = flush;\\n\\n  /* Write the header */\\n  if (s.status === INIT_STATE) {\\n\\n    if (s.wrap === 2) { // GZIP header\\n      strm.adler = 0;  //crc32(0L, Z_NULL, 0);\\n      put_byte(s, 31);\\n      put_byte(s, 139);\\n      put_byte(s, 8);\\n      if (!s.gzhead) { // s->gzhead == Z_NULL\\n        put_byte(s, 0);\\n        put_byte(s, 0);\\n        put_byte(s, 0);\\n        put_byte(s, 0);\\n        put_byte(s, 0);\\n        put_byte(s, s.level === 9 ? 2 :\\n                    (s.strategy >= Z_HUFFMAN_ONLY || s.level < 2 ?\\n                     4 : 0));\\n        put_byte(s, OS_CODE);\\n        s.status = BUSY_STATE;\\n      }\\n      else {\\n        put_byte(s, (s.gzhead.text ? 1 : 0) +\\n                    (s.gzhead.hcrc ? 2 : 0) +\\n                    (!s.gzhead.extra ? 0 : 4) +\\n                    (!s.gzhead.name ? 0 : 8) +\\n                    (!s.gzhead.comment ? 0 : 16)\\n                );\\n        put_byte(s, s.gzhead.time & 0xff);\\n        put_byte(s, (s.gzhead.time >> 8) & 0xff);\\n        put_byte(s, (s.gzhead.time >> 16) & 0xff);\\n        put_byte(s, (s.gzhead.time >> 24) & 0xff);\\n        put_byte(s, s.level === 9 ? 2 :\\n                    (s.strategy >= Z_HUFFMAN_ONLY || s.level < 2 ?\\n                     4 : 0));\\n        put_byte(s, s.gzhead.os & 0xff);\\n        if (s.gzhead.extra && s.gzhead.extra.length) {\\n          put_byte(s, s.gzhead.extra.length & 0xff);\\n          put_byte(s, (s.gzhead.extra.length >> 8) & 0xff);\\n        }\\n        if (s.gzhead.hcrc) {\\n          strm.adler = crc32(strm.adler, s.pending_buf, s.pending, 0);\\n        }\\n        s.gzindex = 0;\\n        s.status = EXTRA_STATE;\\n      }\\n    }\\n    else // DEFLATE header\\n    {\\n      var header = (Z_DEFLATED + ((s.w_bits - 8) << 4)) << 8;\\n      var level_flags = -1;\\n\\n      if (s.strategy >= Z_HUFFMAN_ONLY || s.level < 2) {\\n        level_flags = 0;\\n      } else if (s.level < 6) {\\n        level_flags = 1;\\n      } else if (s.level === 6) {\\n        level_flags = 2;\\n      } else {\\n        level_flags = 3;\\n      }\\n      header |= (level_flags << 6);\\n      if (s.strstart !== 0) { header |= PRESET_DICT; }\\n      header += 31 - (header % 31);\\n\\n      s.status = BUSY_STATE;\\n      putShortMSB(s, header);\\n\\n      /* Save the adler32 of the preset dictionary: */\\n      if (s.strstart !== 0) {\\n        putShortMSB(s, strm.adler >>> 16);\\n        putShortMSB(s, strm.adler & 0xffff);\\n      }\\n      strm.adler = 1; // adler32(0L, Z_NULL, 0);\\n    }\\n  }\\n\\n//#ifdef GZIP\\n  if (s.status === EXTRA_STATE) {\\n    if (s.gzhead.extra/* != Z_NULL*/) {\\n      beg = s.pending;  /* start of bytes to update crc */\\n\\n      while (s.gzindex < (s.gzhead.extra.length & 0xffff)) {\\n        if (s.pending === s.pending_buf_size) {\\n          if (s.gzhead.hcrc && s.pending > beg) {\\n            strm.adler = crc32(strm.adler, s.pending_buf, s.pending - beg, beg);\\n          }\\n          flush_pending(strm);\\n          beg = s.pending;\\n          if (s.pending === s.pending_buf_size) {\\n            break;\\n          }\\n        }\\n        put_byte(s, s.gzhead.extra[s.gzindex] & 0xff);\\n        s.gzindex++;\\n      }\\n      if (s.gzhead.hcrc && s.pending > beg) {\\n        strm.adler = crc32(strm.adler, s.pending_buf, s.pending - beg, beg);\\n      }\\n      if (s.gzindex === s.gzhead.extra.length) {\\n        s.gzindex = 0;\\n        s.status = NAME_STATE;\\n      }\\n    }\\n    else {\\n      s.status = NAME_STATE;\\n    }\\n  }\\n  if (s.status === NAME_STATE) {\\n    if (s.gzhead.name/* != Z_NULL*/) {\\n      beg = s.pending;  /* start of bytes to update crc */\\n      //int val;\\n\\n      do {\\n        if (s.pending === s.pending_buf_size) {\\n          if (s.gzhead.hcrc && s.pending > beg) {\\n            strm.adler = crc32(strm.adler, s.pending_buf, s.pending - beg, beg);\\n          }\\n          flush_pending(strm);\\n          beg = s.pending;\\n          if (s.pending === s.pending_buf_size) {\\n            val = 1;\\n            break;\\n          }\\n        }\\n        // JS specific: little magic to add zero terminator to end of string\\n        if (s.gzindex < s.gzhead.name.length) {\\n          val = s.gzhead.name.charCodeAt(s.gzindex++) & 0xff;\\n        } else {\\n          val = 0;\\n        }\\n        put_byte(s, val);\\n      } while (val !== 0);\\n\\n      if (s.gzhead.hcrc && s.pending > beg) {\\n        strm.adler = crc32(strm.adler, s.pending_buf, s.pending - beg, beg);\\n      }\\n      if (val === 0) {\\n        s.gzindex = 0;\\n        s.status = COMMENT_STATE;\\n      }\\n    }\\n    else {\\n      s.status = COMMENT_STATE;\\n    }\\n  }\\n  if (s.status === COMMENT_STATE) {\\n    if (s.gzhead.comment/* != Z_NULL*/) {\\n      beg = s.pending;  /* start of bytes to update crc */\\n      //int val;\\n\\n      do {\\n        if (s.pending === s.pending_buf_size) {\\n          if (s.gzhead.hcrc && s.pending > beg) {\\n            strm.adler = crc32(strm.adler, s.pending_buf, s.pending - beg, beg);\\n          }\\n          flush_pending(strm);\\n          beg = s.pending;\\n          if (s.pending === s.pending_buf_size) {\\n            val = 1;\\n            break;\\n          }\\n        }\\n        // JS specific: little magic to add zero terminator to end of string\\n        if (s.gzindex < s.gzhead.comment.length) {\\n          val = s.gzhead.comment.charCodeAt(s.gzindex++) & 0xff;\\n        } else {\\n          val = 0;\\n        }\\n        put_byte(s, val);\\n      } while (val !== 0);\\n\\n      if (s.gzhead.hcrc && s.pending > beg) {\\n        strm.adler = crc32(strm.adler, s.pending_buf, s.pending - beg, beg);\\n      }\\n      if (val === 0) {\\n        s.status = HCRC_STATE;\\n      }\\n    }\\n    else {\\n      s.status = HCRC_STATE;\\n    }\\n  }\\n  if (s.status === HCRC_STATE) {\\n    if (s.gzhead.hcrc) {\\n      if (s.pending + 2 > s.pending_buf_size) {\\n        flush_pending(strm);\\n      }\\n      if (s.pending + 2 <= s.pending_buf_size) {\\n        put_byte(s, strm.adler & 0xff);\\n        put_byte(s, (strm.adler >> 8) & 0xff);\\n        strm.adler = 0; //crc32(0L, Z_NULL, 0);\\n        s.status = BUSY_STATE;\\n      }\\n    }\\n    else {\\n      s.status = BUSY_STATE;\\n    }\\n  }\\n//#endif\\n\\n  /* Flush as much pending output as possible */\\n  if (s.pending !== 0) {\\n    flush_pending(strm);\\n    if (strm.avail_out === 0) {\\n      /* Since avail_out is 0, deflate will be called again with\\n       * more output space, but possibly with both pending and\\n       * avail_in equal to zero. There won't be anything to do,\\n       * but this is not an error situation so make sure we\\n       * return OK instead of BUF_ERROR at next call of deflate:\\n       */\\n      s.last_flush = -1;\\n      return Z_OK;\\n    }\\n\\n    /* Make sure there is something to do and avoid duplicate consecutive\\n     * flushes. For repeated and useless calls with Z_FINISH, we keep\\n     * returning Z_STREAM_END instead of Z_BUF_ERROR.\\n     */\\n  } else if (strm.avail_in === 0 && rank(flush) <= rank(old_flush) &&\\n    flush !== Z_FINISH) {\\n    return err(strm, Z_BUF_ERROR);\\n  }\\n\\n  /* User must not provide more input after the first FINISH: */\\n  if (s.status === FINISH_STATE && strm.avail_in !== 0) {\\n    return err(strm, Z_BUF_ERROR);\\n  }\\n\\n  /* Start a new block or continue the current one.\\n   */\\n  if (strm.avail_in !== 0 || s.lookahead !== 0 ||\\n    (flush !== Z_NO_FLUSH && s.status !== FINISH_STATE)) {\\n    var bstate = (s.strategy === Z_HUFFMAN_ONLY) ? deflate_huff(s, flush) :\\n      (s.strategy === Z_RLE ? deflate_rle(s, flush) :\\n        configuration_table[s.level].func(s, flush));\\n\\n    if (bstate === BS_FINISH_STARTED || bstate === BS_FINISH_DONE) {\\n      s.status = FINISH_STATE;\\n    }\\n    if (bstate === BS_NEED_MORE || bstate === BS_FINISH_STARTED) {\\n      if (strm.avail_out === 0) {\\n        s.last_flush = -1;\\n        /* avoid BUF_ERROR next call, see above */\\n      }\\n      return Z_OK;\\n      /* If flush != Z_NO_FLUSH && avail_out == 0, the next call\\n       * of deflate should use the same flush parameter to make sure\\n       * that the flush is complete. So we don't have to output an\\n       * empty block here, this will be done at next call. This also\\n       * ensures that for a very small output buffer, we emit at most\\n       * one empty block.\\n       */\\n    }\\n    if (bstate === BS_BLOCK_DONE) {\\n      if (flush === Z_PARTIAL_FLUSH) {\\n        trees._tr_align(s);\\n      }\\n      else if (flush !== Z_BLOCK) { /* FULL_FLUSH or SYNC_FLUSH */\\n\\n        trees._tr_stored_block(s, 0, 0, false);\\n        /* For a full flush, this empty block will be recognized\\n         * as a special marker by inflate_sync().\\n         */\\n        if (flush === Z_FULL_FLUSH) {\\n          /*** CLEAR_HASH(s); ***/             /* forget history */\\n          zero(s.head); // Fill with NIL (= 0);\\n\\n          if (s.lookahead === 0) {\\n            s.strstart = 0;\\n            s.block_start = 0;\\n            s.insert = 0;\\n          }\\n        }\\n      }\\n      flush_pending(strm);\\n      if (strm.avail_out === 0) {\\n        s.last_flush = -1; /* avoid BUF_ERROR at next call, see above */\\n        return Z_OK;\\n      }\\n    }\\n  }\\n  //Assert(strm->avail_out > 0, \\\"bug2\\\");\\n  //if (strm.avail_out <= 0) { throw new Error(\\\"bug2\\\");}\\n\\n  if (flush !== Z_FINISH) { return Z_OK; }\\n  if (s.wrap <= 0) { return Z_STREAM_END; }\\n\\n  /* Write the trailer */\\n  if (s.wrap === 2) {\\n    put_byte(s, strm.adler & 0xff);\\n    put_byte(s, (strm.adler >> 8) & 0xff);\\n    put_byte(s, (strm.adler >> 16) & 0xff);\\n    put_byte(s, (strm.adler >> 24) & 0xff);\\n    put_byte(s, strm.total_in & 0xff);\\n    put_byte(s, (strm.total_in >> 8) & 0xff);\\n    put_byte(s, (strm.total_in >> 16) & 0xff);\\n    put_byte(s, (strm.total_in >> 24) & 0xff);\\n  }\\n  else\\n  {\\n    putShortMSB(s, strm.adler >>> 16);\\n    putShortMSB(s, strm.adler & 0xffff);\\n  }\\n\\n  flush_pending(strm);\\n  /* If avail_out is zero, the application will call deflate again\\n   * to flush the rest.\\n   */\\n  if (s.wrap > 0) { s.wrap = -s.wrap; }\\n  /* write the trailer only once! */\\n  return s.pending !== 0 ? Z_OK : Z_STREAM_END;\\n}\\n\\nfunction deflateEnd(strm) {\\n  var status;\\n\\n  if (!strm/*== Z_NULL*/ || !strm.state/*== Z_NULL*/) {\\n    return Z_STREAM_ERROR;\\n  }\\n\\n  status = strm.state.status;\\n  if (status !== INIT_STATE &&\\n    status !== EXTRA_STATE &&\\n    status !== NAME_STATE &&\\n    status !== COMMENT_STATE &&\\n    status !== HCRC_STATE &&\\n    status !== BUSY_STATE &&\\n    status !== FINISH_STATE\\n  ) {\\n    return err(strm, Z_STREAM_ERROR);\\n  }\\n\\n  strm.state = null;\\n\\n  return status === BUSY_STATE ? err(strm, Z_DATA_ERROR) : Z_OK;\\n}\\n\\n\\n/* =========================================================================\\n * Initializes the compression dictionary from the given byte\\n * sequence without producing any compressed output.\\n */\\nfunction deflateSetDictionary(strm, dictionary) {\\n  var dictLength = dictionary.length;\\n\\n  var s;\\n  var str, n;\\n  var wrap;\\n  var avail;\\n  var next;\\n  var input;\\n  var tmpDict;\\n\\n  if (!strm/*== Z_NULL*/ || !strm.state/*== Z_NULL*/) {\\n    return Z_STREAM_ERROR;\\n  }\\n\\n  s = strm.state;\\n  wrap = s.wrap;\\n\\n  if (wrap === 2 || (wrap === 1 && s.status !== INIT_STATE) || s.lookahead) {\\n    return Z_STREAM_ERROR;\\n  }\\n\\n  /* when using zlib wrappers, compute Adler-32 for provided dictionary */\\n  if (wrap === 1) {\\n    /* adler32(strm->adler, dictionary, dictLength); */\\n    strm.adler = adler32(strm.adler, dictionary, dictLength, 0);\\n  }\\n\\n  s.wrap = 0;   /* avoid computing Adler-32 in read_buf */\\n\\n  /* if dictionary would fill window, just replace the history */\\n  if (dictLength >= s.w_size) {\\n    if (wrap === 0) {            /* already empty otherwise */\\n      /*** CLEAR_HASH(s); ***/\\n      zero(s.head); // Fill with NIL (= 0);\\n      s.strstart = 0;\\n      s.block_start = 0;\\n      s.insert = 0;\\n    }\\n    /* use the tail */\\n    // dictionary = dictionary.slice(dictLength - s.w_size);\\n    tmpDict = new utils.Buf8(s.w_size);\\n    utils.arraySet(tmpDict, dictionary, dictLength - s.w_size, s.w_size, 0);\\n    dictionary = tmpDict;\\n    dictLength = s.w_size;\\n  }\\n  /* insert dictionary into window and hash */\\n  avail = strm.avail_in;\\n  next = strm.next_in;\\n  input = strm.input;\\n  strm.avail_in = dictLength;\\n  strm.next_in = 0;\\n  strm.input = dictionary;\\n  fill_window(s);\\n  while (s.lookahead >= MIN_MATCH) {\\n    str = s.strstart;\\n    n = s.lookahead - (MIN_MATCH - 1);\\n    do {\\n      /* UPDATE_HASH(s, s->ins_h, s->window[str + MIN_MATCH-1]); */\\n      s.ins_h = ((s.ins_h << s.hash_shift) ^ s.window[str + MIN_MATCH - 1]) & s.hash_mask;\\n\\n      s.prev[str & s.w_mask] = s.head[s.ins_h];\\n\\n      s.head[s.ins_h] = str;\\n      str++;\\n    } while (--n);\\n    s.strstart = str;\\n    s.lookahead = MIN_MATCH - 1;\\n    fill_window(s);\\n  }\\n  s.strstart += s.lookahead;\\n  s.block_start = s.strstart;\\n  s.insert = s.lookahead;\\n  s.lookahead = 0;\\n  s.match_length = s.prev_length = MIN_MATCH - 1;\\n  s.match_available = 0;\\n  strm.next_in = next;\\n  strm.input = input;\\n  strm.avail_in = avail;\\n  s.wrap = wrap;\\n  return Z_OK;\\n}\\n\\n\\nexports.deflateInit = deflateInit;\\nexports.deflateInit2 = deflateInit2;\\nexports.deflateReset = deflateReset;\\nexports.deflateResetKeep = deflateResetKeep;\\nexports.deflateSetHeader = deflateSetHeader;\\nexports.deflate = deflate;\\nexports.deflateEnd = deflateEnd;\\nexports.deflateSetDictionary = deflateSetDictionary;\\nexports.deflateInfo = 'pako deflate (from Nodeca project)';\\n\\n/* Not implemented\\nexports.deflateBound = deflateBound;\\nexports.deflateCopy = deflateCopy;\\nexports.deflateParams = deflateParams;\\nexports.deflatePending = deflatePending;\\nexports.deflatePrime = deflatePrime;\\nexports.deflateTune = deflateTune;\\n*/\\n\"\n        },\n        {\n          \"id\": 306,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/pako/lib/zlib/trees.js\",\n          \"name\": \"./node_modules/pako/lib/zlib/trees.js\",\n          \"index\": 299,\n          \"index2\": 290,\n          \"size\": 39841,\n          \"cacheable\": true,\n          \"built\": true,\n          \"optional\": false,\n          \"prefetched\": false,\n          \"chunks\": [\n            2\n          ],\n          \"issuer\": \"/Users/jarred/Code/styleurl/node_modules/pako/lib/zlib/deflate.js\",\n          \"issuerId\": 305,\n          \"issuerName\": \"./node_modules/pako/lib/zlib/deflate.js\",\n          \"issuerPath\": [\n            {\n              \"id\": 191,\n              \"identifier\": \"multi /Users/jarred/Code/styleurl/webpack/customPublicPath /Users/jarred/Code/styleurl/chrome/extension/background\",\n              \"name\": \"multi ./webpack/customPublicPath ./chrome/extension/background\",\n              \"profile\": {\n                \"factory\": 0,\n                \"building\": 0,\n                \"dependencies\": 54\n              }\n            },\n            {\n              \"id\": 192,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/background.js\",\n              \"name\": \"./chrome/extension/background.js\",\n              \"profile\": {\n                \"factory\": 54,\n                \"building\": 639,\n                \"dependencies\": 140\n              }\n            },\n            {\n              \"id\": 255,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/stylesheet-differ/lib/index.js\",\n              \"name\": \"./node_modules/stylesheet-differ/lib/index.js\",\n              \"profile\": {\n                \"factory\": 140,\n                \"building\": 568,\n                \"dependencies\": 1\n              }\n            },\n            {\n              \"id\": 256,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/native-css/index.js\",\n              \"name\": \"./node_modules/native-css/index.js\",\n              \"profile\": {\n                \"factory\": 189,\n                \"building\": 603,\n                \"dependencies\": 1\n              }\n            },\n            {\n              \"id\": 257,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/native-css/src/native-css.js\",\n              \"name\": \"./node_modules/native-css/src/native-css.js\",\n              \"profile\": {\n                \"factory\": 26,\n                \"building\": 63,\n                \"dependencies\": 14\n              }\n            },\n            {\n              \"id\": 293,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/fetch/lib/fetch.js\",\n              \"name\": \"./node_modules/fetch/lib/fetch.js\",\n              \"profile\": {\n                \"factory\": 117,\n                \"building\": 25,\n                \"dependencies\": 27\n              }\n            },\n            {\n              \"id\": 302,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/browserify-zlib/lib/index.js\",\n              \"name\": \"./node_modules/browserify-zlib/lib/index.js\",\n              \"profile\": {\n                \"factory\": 66,\n                \"building\": 38,\n                \"dependencies\": 20\n              }\n            },\n            {\n              \"id\": 303,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/browserify-zlib/lib/binding.js\",\n              \"name\": \"./node_modules/browserify-zlib/lib/binding.js\",\n              \"profile\": {\n                \"factory\": 46,\n                \"building\": 33,\n                \"dependencies\": 1\n              }\n            },\n            {\n              \"id\": 305,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/pako/lib/zlib/deflate.js\",\n              \"name\": \"./node_modules/pako/lib/zlib/deflate.js\",\n              \"profile\": {\n                \"factory\": 116,\n                \"building\": 47,\n                \"dependencies\": 38\n              }\n            }\n          ],\n          \"profile\": {\n            \"factory\": 38,\n            \"building\": 73,\n            \"dependencies\": 0\n          },\n          \"failed\": false,\n          \"errors\": 0,\n          \"warnings\": 0,\n          \"assets\": [],\n          \"reasons\": [\n            {\n              \"moduleId\": 305,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/pako/lib/zlib/deflate.js\",\n              \"module\": \"./node_modules/pako/lib/zlib/deflate.js\",\n              \"moduleName\": \"./node_modules/pako/lib/zlib/deflate.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"./trees\",\n              \"loc\": \"23:14-32\"\n            }\n          ],\n          \"usedExports\": true,\n          \"providedExports\": null,\n          \"optimizationBailout\": [\n            \"ModuleConcatenation bailout: Module is not an ECMAScript module\"\n          ],\n          \"depth\": 9,\n          \"source\": \"'use strict';\\n\\n// (C) 1995-2013 Jean-loup Gailly and Mark Adler\\n// (C) 2014-2017 Vitaly Puzrin and Andrey Tupitsin\\n//\\n// This software is provided 'as-is', without any express or implied\\n// warranty. In no event will the authors be held liable for any damages\\n// arising from the use of this software.\\n//\\n// Permission is granted to anyone to use this software for any purpose,\\n// including commercial applications, and to alter it and redistribute it\\n// freely, subject to the following restrictions:\\n//\\n// 1. The origin of this software must not be misrepresented; you must not\\n//   claim that you wrote the original software. If you use this software\\n//   in a product, an acknowledgment in the product documentation would be\\n//   appreciated but is not required.\\n// 2. Altered source versions must be plainly marked as such, and must not be\\n//   misrepresented as being the original software.\\n// 3. This notice may not be removed or altered from any source distribution.\\n\\nvar utils = require('../utils/common');\\n\\n/* Public constants ==========================================================*/\\n/* ===========================================================================*/\\n\\n\\n//var Z_FILTERED          = 1;\\n//var Z_HUFFMAN_ONLY      = 2;\\n//var Z_RLE               = 3;\\nvar Z_FIXED               = 4;\\n//var Z_DEFAULT_STRATEGY  = 0;\\n\\n/* Possible values of the data_type field (though see inflate()) */\\nvar Z_BINARY              = 0;\\nvar Z_TEXT                = 1;\\n//var Z_ASCII             = 1; // = Z_TEXT\\nvar Z_UNKNOWN             = 2;\\n\\n/*============================================================================*/\\n\\n\\nfunction zero(buf) { var len = buf.length; while (--len >= 0) { buf[len] = 0; } }\\n\\n// From zutil.h\\n\\nvar STORED_BLOCK = 0;\\nvar STATIC_TREES = 1;\\nvar DYN_TREES    = 2;\\n/* The three kinds of block type */\\n\\nvar MIN_MATCH    = 3;\\nvar MAX_MATCH    = 258;\\n/* The minimum and maximum match lengths */\\n\\n// From deflate.h\\n/* ===========================================================================\\n * Internal compression state.\\n */\\n\\nvar LENGTH_CODES  = 29;\\n/* number of length codes, not counting the special END_BLOCK code */\\n\\nvar LITERALS      = 256;\\n/* number of literal bytes 0..255 */\\n\\nvar L_CODES       = LITERALS + 1 + LENGTH_CODES;\\n/* number of Literal or Length codes, including the END_BLOCK code */\\n\\nvar D_CODES       = 30;\\n/* number of distance codes */\\n\\nvar BL_CODES      = 19;\\n/* number of codes used to transfer the bit lengths */\\n\\nvar HEAP_SIZE     = 2 * L_CODES + 1;\\n/* maximum heap size */\\n\\nvar MAX_BITS      = 15;\\n/* All codes must not exceed MAX_BITS bits */\\n\\nvar Buf_size      = 16;\\n/* size of bit buffer in bi_buf */\\n\\n\\n/* ===========================================================================\\n * Constants\\n */\\n\\nvar MAX_BL_BITS = 7;\\n/* Bit length codes must not exceed MAX_BL_BITS bits */\\n\\nvar END_BLOCK   = 256;\\n/* end of block literal code */\\n\\nvar REP_3_6     = 16;\\n/* repeat previous bit length 3-6 times (2 bits of repeat count) */\\n\\nvar REPZ_3_10   = 17;\\n/* repeat a zero length 3-10 times  (3 bits of repeat count) */\\n\\nvar REPZ_11_138 = 18;\\n/* repeat a zero length 11-138 times  (7 bits of repeat count) */\\n\\n/* eslint-disable comma-spacing,array-bracket-spacing */\\nvar extra_lbits =   /* extra bits for each length code */\\n  [0,0,0,0,0,0,0,0,1,1,1,1,2,2,2,2,3,3,3,3,4,4,4,4,5,5,5,5,0];\\n\\nvar extra_dbits =   /* extra bits for each distance code */\\n  [0,0,0,0,1,1,2,2,3,3,4,4,5,5,6,6,7,7,8,8,9,9,10,10,11,11,12,12,13,13];\\n\\nvar extra_blbits =  /* extra bits for each bit length code */\\n  [0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,3,7];\\n\\nvar bl_order =\\n  [16,17,18,0,8,7,9,6,10,5,11,4,12,3,13,2,14,1,15];\\n/* eslint-enable comma-spacing,array-bracket-spacing */\\n\\n/* The lengths of the bit length codes are sent in order of decreasing\\n * probability, to avoid transmitting the lengths for unused bit length codes.\\n */\\n\\n/* ===========================================================================\\n * Local data. These are initialized only once.\\n */\\n\\n// We pre-fill arrays with 0 to avoid uninitialized gaps\\n\\nvar DIST_CODE_LEN = 512; /* see definition of array dist_code below */\\n\\n// !!!! Use flat array instead of structure, Freq = i*2, Len = i*2+1\\nvar static_ltree  = new Array((L_CODES + 2) * 2);\\nzero(static_ltree);\\n/* The static literal tree. Since the bit lengths are imposed, there is no\\n * need for the L_CODES extra codes used during heap construction. However\\n * The codes 286 and 287 are needed to build a canonical tree (see _tr_init\\n * below).\\n */\\n\\nvar static_dtree  = new Array(D_CODES * 2);\\nzero(static_dtree);\\n/* The static distance tree. (Actually a trivial tree since all codes use\\n * 5 bits.)\\n */\\n\\nvar _dist_code    = new Array(DIST_CODE_LEN);\\nzero(_dist_code);\\n/* Distance codes. The first 256 values correspond to the distances\\n * 3 .. 258, the last 256 values correspond to the top 8 bits of\\n * the 15 bit distances.\\n */\\n\\nvar _length_code  = new Array(MAX_MATCH - MIN_MATCH + 1);\\nzero(_length_code);\\n/* length code for each normalized match length (0 == MIN_MATCH) */\\n\\nvar base_length   = new Array(LENGTH_CODES);\\nzero(base_length);\\n/* First normalized length for each code (0 = MIN_MATCH) */\\n\\nvar base_dist     = new Array(D_CODES);\\nzero(base_dist);\\n/* First normalized distance for each code (0 = distance of 1) */\\n\\n\\nfunction StaticTreeDesc(static_tree, extra_bits, extra_base, elems, max_length) {\\n\\n  this.static_tree  = static_tree;  /* static tree or NULL */\\n  this.extra_bits   = extra_bits;   /* extra bits for each code or NULL */\\n  this.extra_base   = extra_base;   /* base index for extra_bits */\\n  this.elems        = elems;        /* max number of elements in the tree */\\n  this.max_length   = max_length;   /* max bit length for the codes */\\n\\n  // show if `static_tree` has data or dummy - needed for monomorphic objects\\n  this.has_stree    = static_tree && static_tree.length;\\n}\\n\\n\\nvar static_l_desc;\\nvar static_d_desc;\\nvar static_bl_desc;\\n\\n\\nfunction TreeDesc(dyn_tree, stat_desc) {\\n  this.dyn_tree = dyn_tree;     /* the dynamic tree */\\n  this.max_code = 0;            /* largest code with non zero frequency */\\n  this.stat_desc = stat_desc;   /* the corresponding static tree */\\n}\\n\\n\\n\\nfunction d_code(dist) {\\n  return dist < 256 ? _dist_code[dist] : _dist_code[256 + (dist >>> 7)];\\n}\\n\\n\\n/* ===========================================================================\\n * Output a short LSB first on the stream.\\n * IN assertion: there is enough room in pendingBuf.\\n */\\nfunction put_short(s, w) {\\n//    put_byte(s, (uch)((w) & 0xff));\\n//    put_byte(s, (uch)((ush)(w) >> 8));\\n  s.pending_buf[s.pending++] = (w) & 0xff;\\n  s.pending_buf[s.pending++] = (w >>> 8) & 0xff;\\n}\\n\\n\\n/* ===========================================================================\\n * Send a value on a given number of bits.\\n * IN assertion: length <= 16 and value fits in length bits.\\n */\\nfunction send_bits(s, value, length) {\\n  if (s.bi_valid > (Buf_size - length)) {\\n    s.bi_buf |= (value << s.bi_valid) & 0xffff;\\n    put_short(s, s.bi_buf);\\n    s.bi_buf = value >> (Buf_size - s.bi_valid);\\n    s.bi_valid += length - Buf_size;\\n  } else {\\n    s.bi_buf |= (value << s.bi_valid) & 0xffff;\\n    s.bi_valid += length;\\n  }\\n}\\n\\n\\nfunction send_code(s, c, tree) {\\n  send_bits(s, tree[c * 2]/*.Code*/, tree[c * 2 + 1]/*.Len*/);\\n}\\n\\n\\n/* ===========================================================================\\n * Reverse the first len bits of a code, using straightforward code (a faster\\n * method would use a table)\\n * IN assertion: 1 <= len <= 15\\n */\\nfunction bi_reverse(code, len) {\\n  var res = 0;\\n  do {\\n    res |= code & 1;\\n    code >>>= 1;\\n    res <<= 1;\\n  } while (--len > 0);\\n  return res >>> 1;\\n}\\n\\n\\n/* ===========================================================================\\n * Flush the bit buffer, keeping at most 7 bits in it.\\n */\\nfunction bi_flush(s) {\\n  if (s.bi_valid === 16) {\\n    put_short(s, s.bi_buf);\\n    s.bi_buf = 0;\\n    s.bi_valid = 0;\\n\\n  } else if (s.bi_valid >= 8) {\\n    s.pending_buf[s.pending++] = s.bi_buf & 0xff;\\n    s.bi_buf >>= 8;\\n    s.bi_valid -= 8;\\n  }\\n}\\n\\n\\n/* ===========================================================================\\n * Compute the optimal bit lengths for a tree and update the total bit length\\n * for the current block.\\n * IN assertion: the fields freq and dad are set, heap[heap_max] and\\n *    above are the tree nodes sorted by increasing frequency.\\n * OUT assertions: the field len is set to the optimal bit length, the\\n *     array bl_count contains the frequencies for each bit length.\\n *     The length opt_len is updated; static_len is also updated if stree is\\n *     not null.\\n */\\nfunction gen_bitlen(s, desc)\\n//    deflate_state *s;\\n//    tree_desc *desc;    /* the tree descriptor */\\n{\\n  var tree            = desc.dyn_tree;\\n  var max_code        = desc.max_code;\\n  var stree           = desc.stat_desc.static_tree;\\n  var has_stree       = desc.stat_desc.has_stree;\\n  var extra           = desc.stat_desc.extra_bits;\\n  var base            = desc.stat_desc.extra_base;\\n  var max_length      = desc.stat_desc.max_length;\\n  var h;              /* heap index */\\n  var n, m;           /* iterate over the tree elements */\\n  var bits;           /* bit length */\\n  var xbits;          /* extra bits */\\n  var f;              /* frequency */\\n  var overflow = 0;   /* number of elements with bit length too large */\\n\\n  for (bits = 0; bits <= MAX_BITS; bits++) {\\n    s.bl_count[bits] = 0;\\n  }\\n\\n  /* In a first pass, compute the optimal bit lengths (which may\\n   * overflow in the case of the bit length tree).\\n   */\\n  tree[s.heap[s.heap_max] * 2 + 1]/*.Len*/ = 0; /* root of the heap */\\n\\n  for (h = s.heap_max + 1; h < HEAP_SIZE; h++) {\\n    n = s.heap[h];\\n    bits = tree[tree[n * 2 + 1]/*.Dad*/ * 2 + 1]/*.Len*/ + 1;\\n    if (bits > max_length) {\\n      bits = max_length;\\n      overflow++;\\n    }\\n    tree[n * 2 + 1]/*.Len*/ = bits;\\n    /* We overwrite tree[n].Dad which is no longer needed */\\n\\n    if (n > max_code) { continue; } /* not a leaf node */\\n\\n    s.bl_count[bits]++;\\n    xbits = 0;\\n    if (n >= base) {\\n      xbits = extra[n - base];\\n    }\\n    f = tree[n * 2]/*.Freq*/;\\n    s.opt_len += f * (bits + xbits);\\n    if (has_stree) {\\n      s.static_len += f * (stree[n * 2 + 1]/*.Len*/ + xbits);\\n    }\\n  }\\n  if (overflow === 0) { return; }\\n\\n  // Trace((stderr,\\\"\\\\nbit length overflow\\\\n\\\"));\\n  /* This happens for example on obj2 and pic of the Calgary corpus */\\n\\n  /* Find the first bit length which could increase: */\\n  do {\\n    bits = max_length - 1;\\n    while (s.bl_count[bits] === 0) { bits--; }\\n    s.bl_count[bits]--;      /* move one leaf down the tree */\\n    s.bl_count[bits + 1] += 2; /* move one overflow item as its brother */\\n    s.bl_count[max_length]--;\\n    /* The brother of the overflow item also moves one step up,\\n     * but this does not affect bl_count[max_length]\\n     */\\n    overflow -= 2;\\n  } while (overflow > 0);\\n\\n  /* Now recompute all bit lengths, scanning in increasing frequency.\\n   * h is still equal to HEAP_SIZE. (It is simpler to reconstruct all\\n   * lengths instead of fixing only the wrong ones. This idea is taken\\n   * from 'ar' written by Haruhiko Okumura.)\\n   */\\n  for (bits = max_length; bits !== 0; bits--) {\\n    n = s.bl_count[bits];\\n    while (n !== 0) {\\n      m = s.heap[--h];\\n      if (m > max_code) { continue; }\\n      if (tree[m * 2 + 1]/*.Len*/ !== bits) {\\n        // Trace((stderr,\\\"code %d bits %d->%d\\\\n\\\", m, tree[m].Len, bits));\\n        s.opt_len += (bits - tree[m * 2 + 1]/*.Len*/) * tree[m * 2]/*.Freq*/;\\n        tree[m * 2 + 1]/*.Len*/ = bits;\\n      }\\n      n--;\\n    }\\n  }\\n}\\n\\n\\n/* ===========================================================================\\n * Generate the codes for a given tree and bit counts (which need not be\\n * optimal).\\n * IN assertion: the array bl_count contains the bit length statistics for\\n * the given tree and the field len is set for all tree elements.\\n * OUT assertion: the field code is set for all tree elements of non\\n *     zero code length.\\n */\\nfunction gen_codes(tree, max_code, bl_count)\\n//    ct_data *tree;             /* the tree to decorate */\\n//    int max_code;              /* largest code with non zero frequency */\\n//    ushf *bl_count;            /* number of codes at each bit length */\\n{\\n  var next_code = new Array(MAX_BITS + 1); /* next code value for each bit length */\\n  var code = 0;              /* running code value */\\n  var bits;                  /* bit index */\\n  var n;                     /* code index */\\n\\n  /* The distribution counts are first used to generate the code values\\n   * without bit reversal.\\n   */\\n  for (bits = 1; bits <= MAX_BITS; bits++) {\\n    next_code[bits] = code = (code + bl_count[bits - 1]) << 1;\\n  }\\n  /* Check that the bit counts in bl_count are consistent. The last code\\n   * must be all ones.\\n   */\\n  //Assert (code + bl_count[MAX_BITS]-1 == (1<<MAX_BITS)-1,\\n  //        \\\"inconsistent bit counts\\\");\\n  //Tracev((stderr,\\\"\\\\ngen_codes: max_code %d \\\", max_code));\\n\\n  for (n = 0;  n <= max_code; n++) {\\n    var len = tree[n * 2 + 1]/*.Len*/;\\n    if (len === 0) { continue; }\\n    /* Now reverse the bits */\\n    tree[n * 2]/*.Code*/ = bi_reverse(next_code[len]++, len);\\n\\n    //Tracecv(tree != static_ltree, (stderr,\\\"\\\\nn %3d %c l %2d c %4x (%x) \\\",\\n    //     n, (isgraph(n) ? n : ' '), len, tree[n].Code, next_code[len]-1));\\n  }\\n}\\n\\n\\n/* ===========================================================================\\n * Initialize the various 'constant' tables.\\n */\\nfunction tr_static_init() {\\n  var n;        /* iterates over tree elements */\\n  var bits;     /* bit counter */\\n  var length;   /* length value */\\n  var code;     /* code value */\\n  var dist;     /* distance index */\\n  var bl_count = new Array(MAX_BITS + 1);\\n  /* number of codes at each bit length for an optimal tree */\\n\\n  // do check in _tr_init()\\n  //if (static_init_done) return;\\n\\n  /* For some embedded targets, global variables are not initialized: */\\n/*#ifdef NO_INIT_GLOBAL_POINTERS\\n  static_l_desc.static_tree = static_ltree;\\n  static_l_desc.extra_bits = extra_lbits;\\n  static_d_desc.static_tree = static_dtree;\\n  static_d_desc.extra_bits = extra_dbits;\\n  static_bl_desc.extra_bits = extra_blbits;\\n#endif*/\\n\\n  /* Initialize the mapping length (0..255) -> length code (0..28) */\\n  length = 0;\\n  for (code = 0; code < LENGTH_CODES - 1; code++) {\\n    base_length[code] = length;\\n    for (n = 0; n < (1 << extra_lbits[code]); n++) {\\n      _length_code[length++] = code;\\n    }\\n  }\\n  //Assert (length == 256, \\\"tr_static_init: length != 256\\\");\\n  /* Note that the length 255 (match length 258) can be represented\\n   * in two different ways: code 284 + 5 bits or code 285, so we\\n   * overwrite length_code[255] to use the best encoding:\\n   */\\n  _length_code[length - 1] = code;\\n\\n  /* Initialize the mapping dist (0..32K) -> dist code (0..29) */\\n  dist = 0;\\n  for (code = 0; code < 16; code++) {\\n    base_dist[code] = dist;\\n    for (n = 0; n < (1 << extra_dbits[code]); n++) {\\n      _dist_code[dist++] = code;\\n    }\\n  }\\n  //Assert (dist == 256, \\\"tr_static_init: dist != 256\\\");\\n  dist >>= 7; /* from now on, all distances are divided by 128 */\\n  for (; code < D_CODES; code++) {\\n    base_dist[code] = dist << 7;\\n    for (n = 0; n < (1 << (extra_dbits[code] - 7)); n++) {\\n      _dist_code[256 + dist++] = code;\\n    }\\n  }\\n  //Assert (dist == 256, \\\"tr_static_init: 256+dist != 512\\\");\\n\\n  /* Construct the codes of the static literal tree */\\n  for (bits = 0; bits <= MAX_BITS; bits++) {\\n    bl_count[bits] = 0;\\n  }\\n\\n  n = 0;\\n  while (n <= 143) {\\n    static_ltree[n * 2 + 1]/*.Len*/ = 8;\\n    n++;\\n    bl_count[8]++;\\n  }\\n  while (n <= 255) {\\n    static_ltree[n * 2 + 1]/*.Len*/ = 9;\\n    n++;\\n    bl_count[9]++;\\n  }\\n  while (n <= 279) {\\n    static_ltree[n * 2 + 1]/*.Len*/ = 7;\\n    n++;\\n    bl_count[7]++;\\n  }\\n  while (n <= 287) {\\n    static_ltree[n * 2 + 1]/*.Len*/ = 8;\\n    n++;\\n    bl_count[8]++;\\n  }\\n  /* Codes 286 and 287 do not exist, but we must include them in the\\n   * tree construction to get a canonical Huffman tree (longest code\\n   * all ones)\\n   */\\n  gen_codes(static_ltree, L_CODES + 1, bl_count);\\n\\n  /* The static distance tree is trivial: */\\n  for (n = 0; n < D_CODES; n++) {\\n    static_dtree[n * 2 + 1]/*.Len*/ = 5;\\n    static_dtree[n * 2]/*.Code*/ = bi_reverse(n, 5);\\n  }\\n\\n  // Now data ready and we can init static trees\\n  static_l_desc = new StaticTreeDesc(static_ltree, extra_lbits, LITERALS + 1, L_CODES, MAX_BITS);\\n  static_d_desc = new StaticTreeDesc(static_dtree, extra_dbits, 0,          D_CODES, MAX_BITS);\\n  static_bl_desc = new StaticTreeDesc(new Array(0), extra_blbits, 0,         BL_CODES, MAX_BL_BITS);\\n\\n  //static_init_done = true;\\n}\\n\\n\\n/* ===========================================================================\\n * Initialize a new block.\\n */\\nfunction init_block(s) {\\n  var n; /* iterates over tree elements */\\n\\n  /* Initialize the trees. */\\n  for (n = 0; n < L_CODES;  n++) { s.dyn_ltree[n * 2]/*.Freq*/ = 0; }\\n  for (n = 0; n < D_CODES;  n++) { s.dyn_dtree[n * 2]/*.Freq*/ = 0; }\\n  for (n = 0; n < BL_CODES; n++) { s.bl_tree[n * 2]/*.Freq*/ = 0; }\\n\\n  s.dyn_ltree[END_BLOCK * 2]/*.Freq*/ = 1;\\n  s.opt_len = s.static_len = 0;\\n  s.last_lit = s.matches = 0;\\n}\\n\\n\\n/* ===========================================================================\\n * Flush the bit buffer and align the output on a byte boundary\\n */\\nfunction bi_windup(s)\\n{\\n  if (s.bi_valid > 8) {\\n    put_short(s, s.bi_buf);\\n  } else if (s.bi_valid > 0) {\\n    //put_byte(s, (Byte)s->bi_buf);\\n    s.pending_buf[s.pending++] = s.bi_buf;\\n  }\\n  s.bi_buf = 0;\\n  s.bi_valid = 0;\\n}\\n\\n/* ===========================================================================\\n * Copy a stored block, storing first the length and its\\n * one's complement if requested.\\n */\\nfunction copy_block(s, buf, len, header)\\n//DeflateState *s;\\n//charf    *buf;    /* the input data */\\n//unsigned len;     /* its length */\\n//int      header;  /* true if block header must be written */\\n{\\n  bi_windup(s);        /* align on byte boundary */\\n\\n  if (header) {\\n    put_short(s, len);\\n    put_short(s, ~len);\\n  }\\n//  while (len--) {\\n//    put_byte(s, *buf++);\\n//  }\\n  utils.arraySet(s.pending_buf, s.window, buf, len, s.pending);\\n  s.pending += len;\\n}\\n\\n/* ===========================================================================\\n * Compares to subtrees, using the tree depth as tie breaker when\\n * the subtrees have equal frequency. This minimizes the worst case length.\\n */\\nfunction smaller(tree, n, m, depth) {\\n  var _n2 = n * 2;\\n  var _m2 = m * 2;\\n  return (tree[_n2]/*.Freq*/ < tree[_m2]/*.Freq*/ ||\\n         (tree[_n2]/*.Freq*/ === tree[_m2]/*.Freq*/ && depth[n] <= depth[m]));\\n}\\n\\n/* ===========================================================================\\n * Restore the heap property by moving down the tree starting at node k,\\n * exchanging a node with the smallest of its two sons if necessary, stopping\\n * when the heap property is re-established (each father smaller than its\\n * two sons).\\n */\\nfunction pqdownheap(s, tree, k)\\n//    deflate_state *s;\\n//    ct_data *tree;  /* the tree to restore */\\n//    int k;               /* node to move down */\\n{\\n  var v = s.heap[k];\\n  var j = k << 1;  /* left son of k */\\n  while (j <= s.heap_len) {\\n    /* Set j to the smallest of the two sons: */\\n    if (j < s.heap_len &&\\n      smaller(tree, s.heap[j + 1], s.heap[j], s.depth)) {\\n      j++;\\n    }\\n    /* Exit if v is smaller than both sons */\\n    if (smaller(tree, v, s.heap[j], s.depth)) { break; }\\n\\n    /* Exchange v with the smallest son */\\n    s.heap[k] = s.heap[j];\\n    k = j;\\n\\n    /* And continue down the tree, setting j to the left son of k */\\n    j <<= 1;\\n  }\\n  s.heap[k] = v;\\n}\\n\\n\\n// inlined manually\\n// var SMALLEST = 1;\\n\\n/* ===========================================================================\\n * Send the block data compressed using the given Huffman trees\\n */\\nfunction compress_block(s, ltree, dtree)\\n//    deflate_state *s;\\n//    const ct_data *ltree; /* literal tree */\\n//    const ct_data *dtree; /* distance tree */\\n{\\n  var dist;           /* distance of matched string */\\n  var lc;             /* match length or unmatched char (if dist == 0) */\\n  var lx = 0;         /* running index in l_buf */\\n  var code;           /* the code to send */\\n  var extra;          /* number of extra bits to send */\\n\\n  if (s.last_lit !== 0) {\\n    do {\\n      dist = (s.pending_buf[s.d_buf + lx * 2] << 8) | (s.pending_buf[s.d_buf + lx * 2 + 1]);\\n      lc = s.pending_buf[s.l_buf + lx];\\n      lx++;\\n\\n      if (dist === 0) {\\n        send_code(s, lc, ltree); /* send a literal byte */\\n        //Tracecv(isgraph(lc), (stderr,\\\" '%c' \\\", lc));\\n      } else {\\n        /* Here, lc is the match length - MIN_MATCH */\\n        code = _length_code[lc];\\n        send_code(s, code + LITERALS + 1, ltree); /* send the length code */\\n        extra = extra_lbits[code];\\n        if (extra !== 0) {\\n          lc -= base_length[code];\\n          send_bits(s, lc, extra);       /* send the extra length bits */\\n        }\\n        dist--; /* dist is now the match distance - 1 */\\n        code = d_code(dist);\\n        //Assert (code < D_CODES, \\\"bad d_code\\\");\\n\\n        send_code(s, code, dtree);       /* send the distance code */\\n        extra = extra_dbits[code];\\n        if (extra !== 0) {\\n          dist -= base_dist[code];\\n          send_bits(s, dist, extra);   /* send the extra distance bits */\\n        }\\n      } /* literal or match pair ? */\\n\\n      /* Check that the overlay between pending_buf and d_buf+l_buf is ok: */\\n      //Assert((uInt)(s->pending) < s->lit_bufsize + 2*lx,\\n      //       \\\"pendingBuf overflow\\\");\\n\\n    } while (lx < s.last_lit);\\n  }\\n\\n  send_code(s, END_BLOCK, ltree);\\n}\\n\\n\\n/* ===========================================================================\\n * Construct one Huffman tree and assigns the code bit strings and lengths.\\n * Update the total bit length for the current block.\\n * IN assertion: the field freq is set for all tree elements.\\n * OUT assertions: the fields len and code are set to the optimal bit length\\n *     and corresponding code. The length opt_len is updated; static_len is\\n *     also updated if stree is not null. The field max_code is set.\\n */\\nfunction build_tree(s, desc)\\n//    deflate_state *s;\\n//    tree_desc *desc; /* the tree descriptor */\\n{\\n  var tree     = desc.dyn_tree;\\n  var stree    = desc.stat_desc.static_tree;\\n  var has_stree = desc.stat_desc.has_stree;\\n  var elems    = desc.stat_desc.elems;\\n  var n, m;          /* iterate over heap elements */\\n  var max_code = -1; /* largest code with non zero frequency */\\n  var node;          /* new node being created */\\n\\n  /* Construct the initial heap, with least frequent element in\\n   * heap[SMALLEST]. The sons of heap[n] are heap[2*n] and heap[2*n+1].\\n   * heap[0] is not used.\\n   */\\n  s.heap_len = 0;\\n  s.heap_max = HEAP_SIZE;\\n\\n  for (n = 0; n < elems; n++) {\\n    if (tree[n * 2]/*.Freq*/ !== 0) {\\n      s.heap[++s.heap_len] = max_code = n;\\n      s.depth[n] = 0;\\n\\n    } else {\\n      tree[n * 2 + 1]/*.Len*/ = 0;\\n    }\\n  }\\n\\n  /* The pkzip format requires that at least one distance code exists,\\n   * and that at least one bit should be sent even if there is only one\\n   * possible code. So to avoid special checks later on we force at least\\n   * two codes of non zero frequency.\\n   */\\n  while (s.heap_len < 2) {\\n    node = s.heap[++s.heap_len] = (max_code < 2 ? ++max_code : 0);\\n    tree[node * 2]/*.Freq*/ = 1;\\n    s.depth[node] = 0;\\n    s.opt_len--;\\n\\n    if (has_stree) {\\n      s.static_len -= stree[node * 2 + 1]/*.Len*/;\\n    }\\n    /* node is 0 or 1 so it does not have extra bits */\\n  }\\n  desc.max_code = max_code;\\n\\n  /* The elements heap[heap_len/2+1 .. heap_len] are leaves of the tree,\\n   * establish sub-heaps of increasing lengths:\\n   */\\n  for (n = (s.heap_len >> 1/*int /2*/); n >= 1; n--) { pqdownheap(s, tree, n); }\\n\\n  /* Construct the Huffman tree by repeatedly combining the least two\\n   * frequent nodes.\\n   */\\n  node = elems;              /* next internal node of the tree */\\n  do {\\n    //pqremove(s, tree, n);  /* n = node of least frequency */\\n    /*** pqremove ***/\\n    n = s.heap[1/*SMALLEST*/];\\n    s.heap[1/*SMALLEST*/] = s.heap[s.heap_len--];\\n    pqdownheap(s, tree, 1/*SMALLEST*/);\\n    /***/\\n\\n    m = s.heap[1/*SMALLEST*/]; /* m = node of next least frequency */\\n\\n    s.heap[--s.heap_max] = n; /* keep the nodes sorted by frequency */\\n    s.heap[--s.heap_max] = m;\\n\\n    /* Create a new node father of n and m */\\n    tree[node * 2]/*.Freq*/ = tree[n * 2]/*.Freq*/ + tree[m * 2]/*.Freq*/;\\n    s.depth[node] = (s.depth[n] >= s.depth[m] ? s.depth[n] : s.depth[m]) + 1;\\n    tree[n * 2 + 1]/*.Dad*/ = tree[m * 2 + 1]/*.Dad*/ = node;\\n\\n    /* and insert the new node in the heap */\\n    s.heap[1/*SMALLEST*/] = node++;\\n    pqdownheap(s, tree, 1/*SMALLEST*/);\\n\\n  } while (s.heap_len >= 2);\\n\\n  s.heap[--s.heap_max] = s.heap[1/*SMALLEST*/];\\n\\n  /* At this point, the fields freq and dad are set. We can now\\n   * generate the bit lengths.\\n   */\\n  gen_bitlen(s, desc);\\n\\n  /* The field len is now set, we can generate the bit codes */\\n  gen_codes(tree, max_code, s.bl_count);\\n}\\n\\n\\n/* ===========================================================================\\n * Scan a literal or distance tree to determine the frequencies of the codes\\n * in the bit length tree.\\n */\\nfunction scan_tree(s, tree, max_code)\\n//    deflate_state *s;\\n//    ct_data *tree;   /* the tree to be scanned */\\n//    int max_code;    /* and its largest code of non zero frequency */\\n{\\n  var n;                     /* iterates over all tree elements */\\n  var prevlen = -1;          /* last emitted length */\\n  var curlen;                /* length of current code */\\n\\n  var nextlen = tree[0 * 2 + 1]/*.Len*/; /* length of next code */\\n\\n  var count = 0;             /* repeat count of the current code */\\n  var max_count = 7;         /* max repeat count */\\n  var min_count = 4;         /* min repeat count */\\n\\n  if (nextlen === 0) {\\n    max_count = 138;\\n    min_count = 3;\\n  }\\n  tree[(max_code + 1) * 2 + 1]/*.Len*/ = 0xffff; /* guard */\\n\\n  for (n = 0; n <= max_code; n++) {\\n    curlen = nextlen;\\n    nextlen = tree[(n + 1) * 2 + 1]/*.Len*/;\\n\\n    if (++count < max_count && curlen === nextlen) {\\n      continue;\\n\\n    } else if (count < min_count) {\\n      s.bl_tree[curlen * 2]/*.Freq*/ += count;\\n\\n    } else if (curlen !== 0) {\\n\\n      if (curlen !== prevlen) { s.bl_tree[curlen * 2]/*.Freq*/++; }\\n      s.bl_tree[REP_3_6 * 2]/*.Freq*/++;\\n\\n    } else if (count <= 10) {\\n      s.bl_tree[REPZ_3_10 * 2]/*.Freq*/++;\\n\\n    } else {\\n      s.bl_tree[REPZ_11_138 * 2]/*.Freq*/++;\\n    }\\n\\n    count = 0;\\n    prevlen = curlen;\\n\\n    if (nextlen === 0) {\\n      max_count = 138;\\n      min_count = 3;\\n\\n    } else if (curlen === nextlen) {\\n      max_count = 6;\\n      min_count = 3;\\n\\n    } else {\\n      max_count = 7;\\n      min_count = 4;\\n    }\\n  }\\n}\\n\\n\\n/* ===========================================================================\\n * Send a literal or distance tree in compressed form, using the codes in\\n * bl_tree.\\n */\\nfunction send_tree(s, tree, max_code)\\n//    deflate_state *s;\\n//    ct_data *tree; /* the tree to be scanned */\\n//    int max_code;       /* and its largest code of non zero frequency */\\n{\\n  var n;                     /* iterates over all tree elements */\\n  var prevlen = -1;          /* last emitted length */\\n  var curlen;                /* length of current code */\\n\\n  var nextlen = tree[0 * 2 + 1]/*.Len*/; /* length of next code */\\n\\n  var count = 0;             /* repeat count of the current code */\\n  var max_count = 7;         /* max repeat count */\\n  var min_count = 4;         /* min repeat count */\\n\\n  /* tree[max_code+1].Len = -1; */  /* guard already set */\\n  if (nextlen === 0) {\\n    max_count = 138;\\n    min_count = 3;\\n  }\\n\\n  for (n = 0; n <= max_code; n++) {\\n    curlen = nextlen;\\n    nextlen = tree[(n + 1) * 2 + 1]/*.Len*/;\\n\\n    if (++count < max_count && curlen === nextlen) {\\n      continue;\\n\\n    } else if (count < min_count) {\\n      do { send_code(s, curlen, s.bl_tree); } while (--count !== 0);\\n\\n    } else if (curlen !== 0) {\\n      if (curlen !== prevlen) {\\n        send_code(s, curlen, s.bl_tree);\\n        count--;\\n      }\\n      //Assert(count >= 3 && count <= 6, \\\" 3_6?\\\");\\n      send_code(s, REP_3_6, s.bl_tree);\\n      send_bits(s, count - 3, 2);\\n\\n    } else if (count <= 10) {\\n      send_code(s, REPZ_3_10, s.bl_tree);\\n      send_bits(s, count - 3, 3);\\n\\n    } else {\\n      send_code(s, REPZ_11_138, s.bl_tree);\\n      send_bits(s, count - 11, 7);\\n    }\\n\\n    count = 0;\\n    prevlen = curlen;\\n    if (nextlen === 0) {\\n      max_count = 138;\\n      min_count = 3;\\n\\n    } else if (curlen === nextlen) {\\n      max_count = 6;\\n      min_count = 3;\\n\\n    } else {\\n      max_count = 7;\\n      min_count = 4;\\n    }\\n  }\\n}\\n\\n\\n/* ===========================================================================\\n * Construct the Huffman tree for the bit lengths and return the index in\\n * bl_order of the last bit length code to send.\\n */\\nfunction build_bl_tree(s) {\\n  var max_blindex;  /* index of last bit length code of non zero freq */\\n\\n  /* Determine the bit length frequencies for literal and distance trees */\\n  scan_tree(s, s.dyn_ltree, s.l_desc.max_code);\\n  scan_tree(s, s.dyn_dtree, s.d_desc.max_code);\\n\\n  /* Build the bit length tree: */\\n  build_tree(s, s.bl_desc);\\n  /* opt_len now includes the length of the tree representations, except\\n   * the lengths of the bit lengths codes and the 5+5+4 bits for the counts.\\n   */\\n\\n  /* Determine the number of bit length codes to send. The pkzip format\\n   * requires that at least 4 bit length codes be sent. (appnote.txt says\\n   * 3 but the actual value used is 4.)\\n   */\\n  for (max_blindex = BL_CODES - 1; max_blindex >= 3; max_blindex--) {\\n    if (s.bl_tree[bl_order[max_blindex] * 2 + 1]/*.Len*/ !== 0) {\\n      break;\\n    }\\n  }\\n  /* Update opt_len to include the bit length tree and counts */\\n  s.opt_len += 3 * (max_blindex + 1) + 5 + 5 + 4;\\n  //Tracev((stderr, \\\"\\\\ndyn trees: dyn %ld, stat %ld\\\",\\n  //        s->opt_len, s->static_len));\\n\\n  return max_blindex;\\n}\\n\\n\\n/* ===========================================================================\\n * Send the header for a block using dynamic Huffman trees: the counts, the\\n * lengths of the bit length codes, the literal tree and the distance tree.\\n * IN assertion: lcodes >= 257, dcodes >= 1, blcodes >= 4.\\n */\\nfunction send_all_trees(s, lcodes, dcodes, blcodes)\\n//    deflate_state *s;\\n//    int lcodes, dcodes, blcodes; /* number of codes for each tree */\\n{\\n  var rank;                    /* index in bl_order */\\n\\n  //Assert (lcodes >= 257 && dcodes >= 1 && blcodes >= 4, \\\"not enough codes\\\");\\n  //Assert (lcodes <= L_CODES && dcodes <= D_CODES && blcodes <= BL_CODES,\\n  //        \\\"too many codes\\\");\\n  //Tracev((stderr, \\\"\\\\nbl counts: \\\"));\\n  send_bits(s, lcodes - 257, 5); /* not +255 as stated in appnote.txt */\\n  send_bits(s, dcodes - 1,   5);\\n  send_bits(s, blcodes - 4,  4); /* not -3 as stated in appnote.txt */\\n  for (rank = 0; rank < blcodes; rank++) {\\n    //Tracev((stderr, \\\"\\\\nbl code %2d \\\", bl_order[rank]));\\n    send_bits(s, s.bl_tree[bl_order[rank] * 2 + 1]/*.Len*/, 3);\\n  }\\n  //Tracev((stderr, \\\"\\\\nbl tree: sent %ld\\\", s->bits_sent));\\n\\n  send_tree(s, s.dyn_ltree, lcodes - 1); /* literal tree */\\n  //Tracev((stderr, \\\"\\\\nlit tree: sent %ld\\\", s->bits_sent));\\n\\n  send_tree(s, s.dyn_dtree, dcodes - 1); /* distance tree */\\n  //Tracev((stderr, \\\"\\\\ndist tree: sent %ld\\\", s->bits_sent));\\n}\\n\\n\\n/* ===========================================================================\\n * Check if the data type is TEXT or BINARY, using the following algorithm:\\n * - TEXT if the two conditions below are satisfied:\\n *    a) There are no non-portable control characters belonging to the\\n *       \\\"black list\\\" (0..6, 14..25, 28..31).\\n *    b) There is at least one printable character belonging to the\\n *       \\\"white list\\\" (9 {TAB}, 10 {LF}, 13 {CR}, 32..255).\\n * - BINARY otherwise.\\n * - The following partially-portable control characters form a\\n *   \\\"gray list\\\" that is ignored in this detection algorithm:\\n *   (7 {BEL}, 8 {BS}, 11 {VT}, 12 {FF}, 26 {SUB}, 27 {ESC}).\\n * IN assertion: the fields Freq of dyn_ltree are set.\\n */\\nfunction detect_data_type(s) {\\n  /* black_mask is the bit mask of black-listed bytes\\n   * set bits 0..6, 14..25, and 28..31\\n   * 0xf3ffc07f = binary 11110011111111111100000001111111\\n   */\\n  var black_mask = 0xf3ffc07f;\\n  var n;\\n\\n  /* Check for non-textual (\\\"black-listed\\\") bytes. */\\n  for (n = 0; n <= 31; n++, black_mask >>>= 1) {\\n    if ((black_mask & 1) && (s.dyn_ltree[n * 2]/*.Freq*/ !== 0)) {\\n      return Z_BINARY;\\n    }\\n  }\\n\\n  /* Check for textual (\\\"white-listed\\\") bytes. */\\n  if (s.dyn_ltree[9 * 2]/*.Freq*/ !== 0 || s.dyn_ltree[10 * 2]/*.Freq*/ !== 0 ||\\n      s.dyn_ltree[13 * 2]/*.Freq*/ !== 0) {\\n    return Z_TEXT;\\n  }\\n  for (n = 32; n < LITERALS; n++) {\\n    if (s.dyn_ltree[n * 2]/*.Freq*/ !== 0) {\\n      return Z_TEXT;\\n    }\\n  }\\n\\n  /* There are no \\\"black-listed\\\" or \\\"white-listed\\\" bytes:\\n   * this stream either is empty or has tolerated (\\\"gray-listed\\\") bytes only.\\n   */\\n  return Z_BINARY;\\n}\\n\\n\\nvar static_init_done = false;\\n\\n/* ===========================================================================\\n * Initialize the tree data structures for a new zlib stream.\\n */\\nfunction _tr_init(s)\\n{\\n\\n  if (!static_init_done) {\\n    tr_static_init();\\n    static_init_done = true;\\n  }\\n\\n  s.l_desc  = new TreeDesc(s.dyn_ltree, static_l_desc);\\n  s.d_desc  = new TreeDesc(s.dyn_dtree, static_d_desc);\\n  s.bl_desc = new TreeDesc(s.bl_tree, static_bl_desc);\\n\\n  s.bi_buf = 0;\\n  s.bi_valid = 0;\\n\\n  /* Initialize the first block of the first file: */\\n  init_block(s);\\n}\\n\\n\\n/* ===========================================================================\\n * Send a stored block\\n */\\nfunction _tr_stored_block(s, buf, stored_len, last)\\n//DeflateState *s;\\n//charf *buf;       /* input block */\\n//ulg stored_len;   /* length of input block */\\n//int last;         /* one if this is the last block for a file */\\n{\\n  send_bits(s, (STORED_BLOCK << 1) + (last ? 1 : 0), 3);    /* send block type */\\n  copy_block(s, buf, stored_len, true); /* with header */\\n}\\n\\n\\n/* ===========================================================================\\n * Send one empty static block to give enough lookahead for inflate.\\n * This takes 10 bits, of which 7 may remain in the bit buffer.\\n */\\nfunction _tr_align(s) {\\n  send_bits(s, STATIC_TREES << 1, 3);\\n  send_code(s, END_BLOCK, static_ltree);\\n  bi_flush(s);\\n}\\n\\n\\n/* ===========================================================================\\n * Determine the best encoding for the current block: dynamic trees, static\\n * trees or store, and output the encoded block to the zip file.\\n */\\nfunction _tr_flush_block(s, buf, stored_len, last)\\n//DeflateState *s;\\n//charf *buf;       /* input block, or NULL if too old */\\n//ulg stored_len;   /* length of input block */\\n//int last;         /* one if this is the last block for a file */\\n{\\n  var opt_lenb, static_lenb;  /* opt_len and static_len in bytes */\\n  var max_blindex = 0;        /* index of last bit length code of non zero freq */\\n\\n  /* Build the Huffman trees unless a stored block is forced */\\n  if (s.level > 0) {\\n\\n    /* Check if the file is binary or text */\\n    if (s.strm.data_type === Z_UNKNOWN) {\\n      s.strm.data_type = detect_data_type(s);\\n    }\\n\\n    /* Construct the literal and distance trees */\\n    build_tree(s, s.l_desc);\\n    // Tracev((stderr, \\\"\\\\nlit data: dyn %ld, stat %ld\\\", s->opt_len,\\n    //        s->static_len));\\n\\n    build_tree(s, s.d_desc);\\n    // Tracev((stderr, \\\"\\\\ndist data: dyn %ld, stat %ld\\\", s->opt_len,\\n    //        s->static_len));\\n    /* At this point, opt_len and static_len are the total bit lengths of\\n     * the compressed block data, excluding the tree representations.\\n     */\\n\\n    /* Build the bit length tree for the above two trees, and get the index\\n     * in bl_order of the last bit length code to send.\\n     */\\n    max_blindex = build_bl_tree(s);\\n\\n    /* Determine the best encoding. Compute the block lengths in bytes. */\\n    opt_lenb = (s.opt_len + 3 + 7) >>> 3;\\n    static_lenb = (s.static_len + 3 + 7) >>> 3;\\n\\n    // Tracev((stderr, \\\"\\\\nopt %lu(%lu) stat %lu(%lu) stored %lu lit %u \\\",\\n    //        opt_lenb, s->opt_len, static_lenb, s->static_len, stored_len,\\n    //        s->last_lit));\\n\\n    if (static_lenb <= opt_lenb) { opt_lenb = static_lenb; }\\n\\n  } else {\\n    // Assert(buf != (char*)0, \\\"lost buf\\\");\\n    opt_lenb = static_lenb = stored_len + 5; /* force a stored block */\\n  }\\n\\n  if ((stored_len + 4 <= opt_lenb) && (buf !== -1)) {\\n    /* 4: two words for the lengths */\\n\\n    /* The test buf != NULL is only necessary if LIT_BUFSIZE > WSIZE.\\n     * Otherwise we can't have processed more than WSIZE input bytes since\\n     * the last block flush, because compression would have been\\n     * successful. If LIT_BUFSIZE <= WSIZE, it is never too late to\\n     * transform a block into a stored block.\\n     */\\n    _tr_stored_block(s, buf, stored_len, last);\\n\\n  } else if (s.strategy === Z_FIXED || static_lenb === opt_lenb) {\\n\\n    send_bits(s, (STATIC_TREES << 1) + (last ? 1 : 0), 3);\\n    compress_block(s, static_ltree, static_dtree);\\n\\n  } else {\\n    send_bits(s, (DYN_TREES << 1) + (last ? 1 : 0), 3);\\n    send_all_trees(s, s.l_desc.max_code + 1, s.d_desc.max_code + 1, max_blindex + 1);\\n    compress_block(s, s.dyn_ltree, s.dyn_dtree);\\n  }\\n  // Assert (s->compressed_len == s->bits_sent, \\\"bad compressed size\\\");\\n  /* The above check is made mod 2^32, for files larger than 512 MB\\n   * and uLong implemented on 32 bits.\\n   */\\n  init_block(s);\\n\\n  if (last) {\\n    bi_windup(s);\\n  }\\n  // Tracev((stderr,\\\"\\\\ncomprlen %lu(%lu) \\\", s->compressed_len>>3,\\n  //       s->compressed_len-7*last));\\n}\\n\\n/* ===========================================================================\\n * Save the match info and tally the frequency counts. Return true if\\n * the current block must be flushed.\\n */\\nfunction _tr_tally(s, dist, lc)\\n//    deflate_state *s;\\n//    unsigned dist;  /* distance of matched string */\\n//    unsigned lc;    /* match length-MIN_MATCH or unmatched char (if dist==0) */\\n{\\n  //var out_length, in_length, dcode;\\n\\n  s.pending_buf[s.d_buf + s.last_lit * 2]     = (dist >>> 8) & 0xff;\\n  s.pending_buf[s.d_buf + s.last_lit * 2 + 1] = dist & 0xff;\\n\\n  s.pending_buf[s.l_buf + s.last_lit] = lc & 0xff;\\n  s.last_lit++;\\n\\n  if (dist === 0) {\\n    /* lc is the unmatched char */\\n    s.dyn_ltree[lc * 2]/*.Freq*/++;\\n  } else {\\n    s.matches++;\\n    /* Here, lc is the match length - MIN_MATCH */\\n    dist--;             /* dist = match distance - 1 */\\n    //Assert((ush)dist < (ush)MAX_DIST(s) &&\\n    //       (ush)lc <= (ush)(MAX_MATCH-MIN_MATCH) &&\\n    //       (ush)d_code(dist) < (ush)D_CODES,  \\\"_tr_tally: bad match\\\");\\n\\n    s.dyn_ltree[(_length_code[lc] + LITERALS + 1) * 2]/*.Freq*/++;\\n    s.dyn_dtree[d_code(dist) * 2]/*.Freq*/++;\\n  }\\n\\n// (!) This block is disabled in zlib defaults,\\n// don't enable it for binary compatibility\\n\\n//#ifdef TRUNCATE_BLOCK\\n//  /* Try to guess if it is profitable to stop the current block here */\\n//  if ((s.last_lit & 0x1fff) === 0 && s.level > 2) {\\n//    /* Compute an upper bound for the compressed length */\\n//    out_length = s.last_lit*8;\\n//    in_length = s.strstart - s.block_start;\\n//\\n//    for (dcode = 0; dcode < D_CODES; dcode++) {\\n//      out_length += s.dyn_dtree[dcode*2]/*.Freq*/ * (5 + extra_dbits[dcode]);\\n//    }\\n//    out_length >>>= 3;\\n//    //Tracev((stderr,\\\"\\\\nlast_lit %u, in %ld, out ~%ld(%ld%%) \\\",\\n//    //       s->last_lit, in_length, out_length,\\n//    //       100L - out_length*100L/in_length));\\n//    if (s.matches < (s.last_lit>>1)/*int /2*/ && out_length < (in_length>>1)/*int /2*/) {\\n//      return true;\\n//    }\\n//  }\\n//#endif\\n\\n  return (s.last_lit === s.lit_bufsize - 1);\\n  /* We avoid equality with lit_bufsize because of wraparound at 64K\\n   * on 16 bit machines and because stored blocks are restricted to\\n   * 64K-1 bytes.\\n   */\\n}\\n\\nexports._tr_init  = _tr_init;\\nexports._tr_stored_block = _tr_stored_block;\\nexports._tr_flush_block  = _tr_flush_block;\\nexports._tr_tally = _tr_tally;\\nexports._tr_align = _tr_align;\\n\"\n        },\n        {\n          \"id\": 307,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/pako/lib/zlib/messages.js\",\n          \"name\": \"./node_modules/pako/lib/zlib/messages.js\",\n          \"index\": 302,\n          \"index2\": 293,\n          \"size\": 1538,\n          \"cacheable\": true,\n          \"built\": true,\n          \"optional\": false,\n          \"prefetched\": false,\n          \"chunks\": [\n            2\n          ],\n          \"issuer\": \"/Users/jarred/Code/styleurl/node_modules/pako/lib/zlib/deflate.js\",\n          \"issuerId\": 305,\n          \"issuerName\": \"./node_modules/pako/lib/zlib/deflate.js\",\n          \"issuerPath\": [\n            {\n              \"id\": 191,\n              \"identifier\": \"multi /Users/jarred/Code/styleurl/webpack/customPublicPath /Users/jarred/Code/styleurl/chrome/extension/background\",\n              \"name\": \"multi ./webpack/customPublicPath ./chrome/extension/background\",\n              \"profile\": {\n                \"factory\": 0,\n                \"building\": 0,\n                \"dependencies\": 54\n              }\n            },\n            {\n              \"id\": 192,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/background.js\",\n              \"name\": \"./chrome/extension/background.js\",\n              \"profile\": {\n                \"factory\": 54,\n                \"building\": 639,\n                \"dependencies\": 140\n              }\n            },\n            {\n              \"id\": 255,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/stylesheet-differ/lib/index.js\",\n              \"name\": \"./node_modules/stylesheet-differ/lib/index.js\",\n              \"profile\": {\n                \"factory\": 140,\n                \"building\": 568,\n                \"dependencies\": 1\n              }\n            },\n            {\n              \"id\": 256,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/native-css/index.js\",\n              \"name\": \"./node_modules/native-css/index.js\",\n              \"profile\": {\n                \"factory\": 189,\n                \"building\": 603,\n                \"dependencies\": 1\n              }\n            },\n            {\n              \"id\": 257,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/native-css/src/native-css.js\",\n              \"name\": \"./node_modules/native-css/src/native-css.js\",\n              \"profile\": {\n                \"factory\": 26,\n                \"building\": 63,\n                \"dependencies\": 14\n              }\n            },\n            {\n              \"id\": 293,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/fetch/lib/fetch.js\",\n              \"name\": \"./node_modules/fetch/lib/fetch.js\",\n              \"profile\": {\n                \"factory\": 117,\n                \"building\": 25,\n                \"dependencies\": 27\n              }\n            },\n            {\n              \"id\": 302,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/browserify-zlib/lib/index.js\",\n              \"name\": \"./node_modules/browserify-zlib/lib/index.js\",\n              \"profile\": {\n                \"factory\": 66,\n                \"building\": 38,\n                \"dependencies\": 20\n              }\n            },\n            {\n              \"id\": 303,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/browserify-zlib/lib/binding.js\",\n              \"name\": \"./node_modules/browserify-zlib/lib/binding.js\",\n              \"profile\": {\n                \"factory\": 46,\n                \"building\": 33,\n                \"dependencies\": 1\n              }\n            },\n            {\n              \"id\": 305,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/pako/lib/zlib/deflate.js\",\n              \"name\": \"./node_modules/pako/lib/zlib/deflate.js\",\n              \"profile\": {\n                \"factory\": 116,\n                \"building\": 47,\n                \"dependencies\": 38\n              }\n            }\n          ],\n          \"profile\": {\n            \"factory\": 38,\n            \"building\": 73,\n            \"dependencies\": 0\n          },\n          \"failed\": false,\n          \"errors\": 0,\n          \"warnings\": 0,\n          \"assets\": [],\n          \"reasons\": [\n            {\n              \"moduleId\": 305,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/pako/lib/zlib/deflate.js\",\n              \"module\": \"./node_modules/pako/lib/zlib/deflate.js\",\n              \"moduleName\": \"./node_modules/pako/lib/zlib/deflate.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"./messages\",\n              \"loc\": \"26:14-35\"\n            }\n          ],\n          \"usedExports\": true,\n          \"providedExports\": null,\n          \"optimizationBailout\": [\n            \"ModuleConcatenation bailout: Module is not an ECMAScript module\"\n          ],\n          \"depth\": 9,\n          \"source\": \"'use strict';\\n\\n// (C) 1995-2013 Jean-loup Gailly and Mark Adler\\n// (C) 2014-2017 Vitaly Puzrin and Andrey Tupitsin\\n//\\n// This software is provided 'as-is', without any express or implied\\n// warranty. In no event will the authors be held liable for any damages\\n// arising from the use of this software.\\n//\\n// Permission is granted to anyone to use this software for any purpose,\\n// including commercial applications, and to alter it and redistribute it\\n// freely, subject to the following restrictions:\\n//\\n// 1. The origin of this software must not be misrepresented; you must not\\n//   claim that you wrote the original software. If you use this software\\n//   in a product, an acknowledgment in the product documentation would be\\n//   appreciated but is not required.\\n// 2. Altered source versions must be plainly marked as such, and must not be\\n//   misrepresented as being the original software.\\n// 3. This notice may not be removed or altered from any source distribution.\\n\\nmodule.exports = {\\n  2:      'need dictionary',     /* Z_NEED_DICT       2  */\\n  1:      'stream end',          /* Z_STREAM_END      1  */\\n  0:      '',                    /* Z_OK              0  */\\n  '-1':   'file error',          /* Z_ERRNO         (-1) */\\n  '-2':   'stream error',        /* Z_STREAM_ERROR  (-2) */\\n  '-3':   'data error',          /* Z_DATA_ERROR    (-3) */\\n  '-4':   'insufficient memory', /* Z_MEM_ERROR     (-4) */\\n  '-5':   'buffer error',        /* Z_BUF_ERROR     (-5) */\\n  '-6':   'incompatible version' /* Z_VERSION_ERROR (-6) */\\n};\\n\"\n        },\n        {\n          \"id\": 308,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/pako/lib/zlib/inflate.js\",\n          \"name\": \"./node_modules/pako/lib/zlib/inflate.js\",\n          \"index\": 303,\n          \"index2\": 297,\n          \"size\": 50284,\n          \"cacheable\": true,\n          \"built\": true,\n          \"optional\": false,\n          \"prefetched\": false,\n          \"chunks\": [\n            2\n          ],\n          \"issuer\": \"/Users/jarred/Code/styleurl/node_modules/browserify-zlib/lib/binding.js\",\n          \"issuerId\": 303,\n          \"issuerName\": \"./node_modules/browserify-zlib/lib/binding.js\",\n          \"issuerPath\": [\n            {\n              \"id\": 191,\n              \"identifier\": \"multi /Users/jarred/Code/styleurl/webpack/customPublicPath /Users/jarred/Code/styleurl/chrome/extension/background\",\n              \"name\": \"multi ./webpack/customPublicPath ./chrome/extension/background\",\n              \"profile\": {\n                \"factory\": 0,\n                \"building\": 0,\n                \"dependencies\": 54\n              }\n            },\n            {\n              \"id\": 192,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/background.js\",\n              \"name\": \"./chrome/extension/background.js\",\n              \"profile\": {\n                \"factory\": 54,\n                \"building\": 639,\n                \"dependencies\": 140\n              }\n            },\n            {\n              \"id\": 255,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/stylesheet-differ/lib/index.js\",\n              \"name\": \"./node_modules/stylesheet-differ/lib/index.js\",\n              \"profile\": {\n                \"factory\": 140,\n                \"building\": 568,\n                \"dependencies\": 1\n              }\n            },\n            {\n              \"id\": 256,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/native-css/index.js\",\n              \"name\": \"./node_modules/native-css/index.js\",\n              \"profile\": {\n                \"factory\": 189,\n                \"building\": 603,\n                \"dependencies\": 1\n              }\n            },\n            {\n              \"id\": 257,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/native-css/src/native-css.js\",\n              \"name\": \"./node_modules/native-css/src/native-css.js\",\n              \"profile\": {\n                \"factory\": 26,\n                \"building\": 63,\n                \"dependencies\": 14\n              }\n            },\n            {\n              \"id\": 293,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/fetch/lib/fetch.js\",\n              \"name\": \"./node_modules/fetch/lib/fetch.js\",\n              \"profile\": {\n                \"factory\": 117,\n                \"building\": 25,\n                \"dependencies\": 27\n              }\n            },\n            {\n              \"id\": 302,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/browserify-zlib/lib/index.js\",\n              \"name\": \"./node_modules/browserify-zlib/lib/index.js\",\n              \"profile\": {\n                \"factory\": 66,\n                \"building\": 38,\n                \"dependencies\": 20\n              }\n            },\n            {\n              \"id\": 303,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/browserify-zlib/lib/binding.js\",\n              \"name\": \"./node_modules/browserify-zlib/lib/binding.js\",\n              \"profile\": {\n                \"factory\": 46,\n                \"building\": 33,\n                \"dependencies\": 1\n              }\n            }\n          ],\n          \"profile\": {\n            \"factory\": 116,\n            \"building\": 47,\n            \"dependencies\": 38\n          },\n          \"failed\": false,\n          \"errors\": 0,\n          \"warnings\": 0,\n          \"assets\": [],\n          \"reasons\": [\n            {\n              \"moduleId\": 303,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/browserify-zlib/lib/binding.js\",\n              \"module\": \"./node_modules/browserify-zlib/lib/binding.js\",\n              \"moduleName\": \"./node_modules/browserify-zlib/lib/binding.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"pako/lib/zlib/inflate.js\",\n              \"loc\": \"8:19-54\"\n            }\n          ],\n          \"usedExports\": true,\n          \"providedExports\": null,\n          \"optimizationBailout\": [\n            \"ModuleConcatenation bailout: Module is not an ECMAScript module\"\n          ],\n          \"depth\": 8,\n          \"source\": \"'use strict';\\n\\n// (C) 1995-2013 Jean-loup Gailly and Mark Adler\\n// (C) 2014-2017 Vitaly Puzrin and Andrey Tupitsin\\n//\\n// This software is provided 'as-is', without any express or implied\\n// warranty. In no event will the authors be held liable for any damages\\n// arising from the use of this software.\\n//\\n// Permission is granted to anyone to use this software for any purpose,\\n// including commercial applications, and to alter it and redistribute it\\n// freely, subject to the following restrictions:\\n//\\n// 1. The origin of this software must not be misrepresented; you must not\\n//   claim that you wrote the original software. If you use this software\\n//   in a product, an acknowledgment in the product documentation would be\\n//   appreciated but is not required.\\n// 2. Altered source versions must be plainly marked as such, and must not be\\n//   misrepresented as being the original software.\\n// 3. This notice may not be removed or altered from any source distribution.\\n\\nvar utils         = require('../utils/common');\\nvar adler32       = require('./adler32');\\nvar crc32         = require('./crc32');\\nvar inflate_fast  = require('./inffast');\\nvar inflate_table = require('./inftrees');\\n\\nvar CODES = 0;\\nvar LENS = 1;\\nvar DISTS = 2;\\n\\n/* Public constants ==========================================================*/\\n/* ===========================================================================*/\\n\\n\\n/* Allowed flush values; see deflate() and inflate() below for details */\\n//var Z_NO_FLUSH      = 0;\\n//var Z_PARTIAL_FLUSH = 1;\\n//var Z_SYNC_FLUSH    = 2;\\n//var Z_FULL_FLUSH    = 3;\\nvar Z_FINISH        = 4;\\nvar Z_BLOCK         = 5;\\nvar Z_TREES         = 6;\\n\\n\\n/* Return codes for the compression/decompression functions. Negative values\\n * are errors, positive values are used for special but normal events.\\n */\\nvar Z_OK            = 0;\\nvar Z_STREAM_END    = 1;\\nvar Z_NEED_DICT     = 2;\\n//var Z_ERRNO         = -1;\\nvar Z_STREAM_ERROR  = -2;\\nvar Z_DATA_ERROR    = -3;\\nvar Z_MEM_ERROR     = -4;\\nvar Z_BUF_ERROR     = -5;\\n//var Z_VERSION_ERROR = -6;\\n\\n/* The deflate compression method */\\nvar Z_DEFLATED  = 8;\\n\\n\\n/* STATES ====================================================================*/\\n/* ===========================================================================*/\\n\\n\\nvar    HEAD = 1;       /* i: waiting for magic header */\\nvar    FLAGS = 2;      /* i: waiting for method and flags (gzip) */\\nvar    TIME = 3;       /* i: waiting for modification time (gzip) */\\nvar    OS = 4;         /* i: waiting for extra flags and operating system (gzip) */\\nvar    EXLEN = 5;      /* i: waiting for extra length (gzip) */\\nvar    EXTRA = 6;      /* i: waiting for extra bytes (gzip) */\\nvar    NAME = 7;       /* i: waiting for end of file name (gzip) */\\nvar    COMMENT = 8;    /* i: waiting for end of comment (gzip) */\\nvar    HCRC = 9;       /* i: waiting for header crc (gzip) */\\nvar    DICTID = 10;    /* i: waiting for dictionary check value */\\nvar    DICT = 11;      /* waiting for inflateSetDictionary() call */\\nvar        TYPE = 12;      /* i: waiting for type bits, including last-flag bit */\\nvar        TYPEDO = 13;    /* i: same, but skip check to exit inflate on new block */\\nvar        STORED = 14;    /* i: waiting for stored size (length and complement) */\\nvar        COPY_ = 15;     /* i/o: same as COPY below, but only first time in */\\nvar        COPY = 16;      /* i/o: waiting for input or output to copy stored block */\\nvar        TABLE = 17;     /* i: waiting for dynamic block table lengths */\\nvar        LENLENS = 18;   /* i: waiting for code length code lengths */\\nvar        CODELENS = 19;  /* i: waiting for length/lit and distance code lengths */\\nvar            LEN_ = 20;      /* i: same as LEN below, but only first time in */\\nvar            LEN = 21;       /* i: waiting for length/lit/eob code */\\nvar            LENEXT = 22;    /* i: waiting for length extra bits */\\nvar            DIST = 23;      /* i: waiting for distance code */\\nvar            DISTEXT = 24;   /* i: waiting for distance extra bits */\\nvar            MATCH = 25;     /* o: waiting for output space to copy string */\\nvar            LIT = 26;       /* o: waiting for output space to write literal */\\nvar    CHECK = 27;     /* i: waiting for 32-bit check value */\\nvar    LENGTH = 28;    /* i: waiting for 32-bit length (gzip) */\\nvar    DONE = 29;      /* finished check, done -- remain here until reset */\\nvar    BAD = 30;       /* got a data error -- remain here until reset */\\nvar    MEM = 31;       /* got an inflate() memory error -- remain here until reset */\\nvar    SYNC = 32;      /* looking for synchronization bytes to restart inflate() */\\n\\n/* ===========================================================================*/\\n\\n\\n\\nvar ENOUGH_LENS = 852;\\nvar ENOUGH_DISTS = 592;\\n//var ENOUGH =  (ENOUGH_LENS+ENOUGH_DISTS);\\n\\nvar MAX_WBITS = 15;\\n/* 32K LZ77 window */\\nvar DEF_WBITS = MAX_WBITS;\\n\\n\\nfunction zswap32(q) {\\n  return  (((q >>> 24) & 0xff) +\\n          ((q >>> 8) & 0xff00) +\\n          ((q & 0xff00) << 8) +\\n          ((q & 0xff) << 24));\\n}\\n\\n\\nfunction InflateState() {\\n  this.mode = 0;             /* current inflate mode */\\n  this.last = false;          /* true if processing last block */\\n  this.wrap = 0;              /* bit 0 true for zlib, bit 1 true for gzip */\\n  this.havedict = false;      /* true if dictionary provided */\\n  this.flags = 0;             /* gzip header method and flags (0 if zlib) */\\n  this.dmax = 0;              /* zlib header max distance (INFLATE_STRICT) */\\n  this.check = 0;             /* protected copy of check value */\\n  this.total = 0;             /* protected copy of output count */\\n  // TODO: may be {}\\n  this.head = null;           /* where to save gzip header information */\\n\\n  /* sliding window */\\n  this.wbits = 0;             /* log base 2 of requested window size */\\n  this.wsize = 0;             /* window size or zero if not using window */\\n  this.whave = 0;             /* valid bytes in the window */\\n  this.wnext = 0;             /* window write index */\\n  this.window = null;         /* allocated sliding window, if needed */\\n\\n  /* bit accumulator */\\n  this.hold = 0;              /* input bit accumulator */\\n  this.bits = 0;              /* number of bits in \\\"in\\\" */\\n\\n  /* for string and stored block copying */\\n  this.length = 0;            /* literal or length of data to copy */\\n  this.offset = 0;            /* distance back to copy string from */\\n\\n  /* for table and code decoding */\\n  this.extra = 0;             /* extra bits needed */\\n\\n  /* fixed and dynamic code tables */\\n  this.lencode = null;          /* starting table for length/literal codes */\\n  this.distcode = null;         /* starting table for distance codes */\\n  this.lenbits = 0;           /* index bits for lencode */\\n  this.distbits = 0;          /* index bits for distcode */\\n\\n  /* dynamic table building */\\n  this.ncode = 0;             /* number of code length code lengths */\\n  this.nlen = 0;              /* number of length code lengths */\\n  this.ndist = 0;             /* number of distance code lengths */\\n  this.have = 0;              /* number of code lengths in lens[] */\\n  this.next = null;              /* next available space in codes[] */\\n\\n  this.lens = new utils.Buf16(320); /* temporary storage for code lengths */\\n  this.work = new utils.Buf16(288); /* work area for code table building */\\n\\n  /*\\n   because we don't have pointers in js, we use lencode and distcode directly\\n   as buffers so we don't need codes\\n  */\\n  //this.codes = new utils.Buf32(ENOUGH);       /* space for code tables */\\n  this.lendyn = null;              /* dynamic table for length/literal codes (JS specific) */\\n  this.distdyn = null;             /* dynamic table for distance codes (JS specific) */\\n  this.sane = 0;                   /* if false, allow invalid distance too far */\\n  this.back = 0;                   /* bits back of last unprocessed length/lit */\\n  this.was = 0;                    /* initial length of match */\\n}\\n\\nfunction inflateResetKeep(strm) {\\n  var state;\\n\\n  if (!strm || !strm.state) { return Z_STREAM_ERROR; }\\n  state = strm.state;\\n  strm.total_in = strm.total_out = state.total = 0;\\n  strm.msg = ''; /*Z_NULL*/\\n  if (state.wrap) {       /* to support ill-conceived Java test suite */\\n    strm.adler = state.wrap & 1;\\n  }\\n  state.mode = HEAD;\\n  state.last = 0;\\n  state.havedict = 0;\\n  state.dmax = 32768;\\n  state.head = null/*Z_NULL*/;\\n  state.hold = 0;\\n  state.bits = 0;\\n  //state.lencode = state.distcode = state.next = state.codes;\\n  state.lencode = state.lendyn = new utils.Buf32(ENOUGH_LENS);\\n  state.distcode = state.distdyn = new utils.Buf32(ENOUGH_DISTS);\\n\\n  state.sane = 1;\\n  state.back = -1;\\n  //Tracev((stderr, \\\"inflate: reset\\\\n\\\"));\\n  return Z_OK;\\n}\\n\\nfunction inflateReset(strm) {\\n  var state;\\n\\n  if (!strm || !strm.state) { return Z_STREAM_ERROR; }\\n  state = strm.state;\\n  state.wsize = 0;\\n  state.whave = 0;\\n  state.wnext = 0;\\n  return inflateResetKeep(strm);\\n\\n}\\n\\nfunction inflateReset2(strm, windowBits) {\\n  var wrap;\\n  var state;\\n\\n  /* get the state */\\n  if (!strm || !strm.state) { return Z_STREAM_ERROR; }\\n  state = strm.state;\\n\\n  /* extract wrap request from windowBits parameter */\\n  if (windowBits < 0) {\\n    wrap = 0;\\n    windowBits = -windowBits;\\n  }\\n  else {\\n    wrap = (windowBits >> 4) + 1;\\n    if (windowBits < 48) {\\n      windowBits &= 15;\\n    }\\n  }\\n\\n  /* set number of window bits, free window if different */\\n  if (windowBits && (windowBits < 8 || windowBits > 15)) {\\n    return Z_STREAM_ERROR;\\n  }\\n  if (state.window !== null && state.wbits !== windowBits) {\\n    state.window = null;\\n  }\\n\\n  /* update state and reset the rest of it */\\n  state.wrap = wrap;\\n  state.wbits = windowBits;\\n  return inflateReset(strm);\\n}\\n\\nfunction inflateInit2(strm, windowBits) {\\n  var ret;\\n  var state;\\n\\n  if (!strm) { return Z_STREAM_ERROR; }\\n  //strm.msg = Z_NULL;                 /* in case we return an error */\\n\\n  state = new InflateState();\\n\\n  //if (state === Z_NULL) return Z_MEM_ERROR;\\n  //Tracev((stderr, \\\"inflate: allocated\\\\n\\\"));\\n  strm.state = state;\\n  state.window = null/*Z_NULL*/;\\n  ret = inflateReset2(strm, windowBits);\\n  if (ret !== Z_OK) {\\n    strm.state = null/*Z_NULL*/;\\n  }\\n  return ret;\\n}\\n\\nfunction inflateInit(strm) {\\n  return inflateInit2(strm, DEF_WBITS);\\n}\\n\\n\\n/*\\n Return state with length and distance decoding tables and index sizes set to\\n fixed code decoding.  Normally this returns fixed tables from inffixed.h.\\n If BUILDFIXED is defined, then instead this routine builds the tables the\\n first time it's called, and returns those tables the first time and\\n thereafter.  This reduces the size of the code by about 2K bytes, in\\n exchange for a little execution time.  However, BUILDFIXED should not be\\n used for threaded applications, since the rewriting of the tables and virgin\\n may not be thread-safe.\\n */\\nvar virgin = true;\\n\\nvar lenfix, distfix; // We have no pointers in JS, so keep tables separate\\n\\nfunction fixedtables(state) {\\n  /* build fixed huffman tables if first call (may not be thread safe) */\\n  if (virgin) {\\n    var sym;\\n\\n    lenfix = new utils.Buf32(512);\\n    distfix = new utils.Buf32(32);\\n\\n    /* literal/length table */\\n    sym = 0;\\n    while (sym < 144) { state.lens[sym++] = 8; }\\n    while (sym < 256) { state.lens[sym++] = 9; }\\n    while (sym < 280) { state.lens[sym++] = 7; }\\n    while (sym < 288) { state.lens[sym++] = 8; }\\n\\n    inflate_table(LENS,  state.lens, 0, 288, lenfix,   0, state.work, { bits: 9 });\\n\\n    /* distance table */\\n    sym = 0;\\n    while (sym < 32) { state.lens[sym++] = 5; }\\n\\n    inflate_table(DISTS, state.lens, 0, 32,   distfix, 0, state.work, { bits: 5 });\\n\\n    /* do this just once */\\n    virgin = false;\\n  }\\n\\n  state.lencode = lenfix;\\n  state.lenbits = 9;\\n  state.distcode = distfix;\\n  state.distbits = 5;\\n}\\n\\n\\n/*\\n Update the window with the last wsize (normally 32K) bytes written before\\n returning.  If window does not exist yet, create it.  This is only called\\n when a window is already in use, or when output has been written during this\\n inflate call, but the end of the deflate stream has not been reached yet.\\n It is also called to create a window for dictionary data when a dictionary\\n is loaded.\\n\\n Providing output buffers larger than 32K to inflate() should provide a speed\\n advantage, since only the last 32K of output is copied to the sliding window\\n upon return from inflate(), and since all distances after the first 32K of\\n output will fall in the output data, making match copies simpler and faster.\\n The advantage may be dependent on the size of the processor's data caches.\\n */\\nfunction updatewindow(strm, src, end, copy) {\\n  var dist;\\n  var state = strm.state;\\n\\n  /* if it hasn't been done already, allocate space for the window */\\n  if (state.window === null) {\\n    state.wsize = 1 << state.wbits;\\n    state.wnext = 0;\\n    state.whave = 0;\\n\\n    state.window = new utils.Buf8(state.wsize);\\n  }\\n\\n  /* copy state->wsize or less output bytes into the circular window */\\n  if (copy >= state.wsize) {\\n    utils.arraySet(state.window, src, end - state.wsize, state.wsize, 0);\\n    state.wnext = 0;\\n    state.whave = state.wsize;\\n  }\\n  else {\\n    dist = state.wsize - state.wnext;\\n    if (dist > copy) {\\n      dist = copy;\\n    }\\n    //zmemcpy(state->window + state->wnext, end - copy, dist);\\n    utils.arraySet(state.window, src, end - copy, dist, state.wnext);\\n    copy -= dist;\\n    if (copy) {\\n      //zmemcpy(state->window, end - copy, copy);\\n      utils.arraySet(state.window, src, end - copy, copy, 0);\\n      state.wnext = copy;\\n      state.whave = state.wsize;\\n    }\\n    else {\\n      state.wnext += dist;\\n      if (state.wnext === state.wsize) { state.wnext = 0; }\\n      if (state.whave < state.wsize) { state.whave += dist; }\\n    }\\n  }\\n  return 0;\\n}\\n\\nfunction inflate(strm, flush) {\\n  var state;\\n  var input, output;          // input/output buffers\\n  var next;                   /* next input INDEX */\\n  var put;                    /* next output INDEX */\\n  var have, left;             /* available input and output */\\n  var hold;                   /* bit buffer */\\n  var bits;                   /* bits in bit buffer */\\n  var _in, _out;              /* save starting available input and output */\\n  var copy;                   /* number of stored or match bytes to copy */\\n  var from;                   /* where to copy match bytes from */\\n  var from_source;\\n  var here = 0;               /* current decoding table entry */\\n  var here_bits, here_op, here_val; // paked \\\"here\\\" denormalized (JS specific)\\n  //var last;                   /* parent table entry */\\n  var last_bits, last_op, last_val; // paked \\\"last\\\" denormalized (JS specific)\\n  var len;                    /* length to copy for repeats, bits to drop */\\n  var ret;                    /* return code */\\n  var hbuf = new utils.Buf8(4);    /* buffer for gzip header crc calculation */\\n  var opts;\\n\\n  var n; // temporary var for NEED_BITS\\n\\n  var order = /* permutation of code lengths */\\n    [ 16, 17, 18, 0, 8, 7, 9, 6, 10, 5, 11, 4, 12, 3, 13, 2, 14, 1, 15 ];\\n\\n\\n  if (!strm || !strm.state || !strm.output ||\\n      (!strm.input && strm.avail_in !== 0)) {\\n    return Z_STREAM_ERROR;\\n  }\\n\\n  state = strm.state;\\n  if (state.mode === TYPE) { state.mode = TYPEDO; }    /* skip check */\\n\\n\\n  //--- LOAD() ---\\n  put = strm.next_out;\\n  output = strm.output;\\n  left = strm.avail_out;\\n  next = strm.next_in;\\n  input = strm.input;\\n  have = strm.avail_in;\\n  hold = state.hold;\\n  bits = state.bits;\\n  //---\\n\\n  _in = have;\\n  _out = left;\\n  ret = Z_OK;\\n\\n  inf_leave: // goto emulation\\n  for (;;) {\\n    switch (state.mode) {\\n      case HEAD:\\n        if (state.wrap === 0) {\\n          state.mode = TYPEDO;\\n          break;\\n        }\\n        //=== NEEDBITS(16);\\n        while (bits < 16) {\\n          if (have === 0) { break inf_leave; }\\n          have--;\\n          hold += input[next++] << bits;\\n          bits += 8;\\n        }\\n        //===//\\n        if ((state.wrap & 2) && hold === 0x8b1f) {  /* gzip header */\\n          state.check = 0/*crc32(0L, Z_NULL, 0)*/;\\n          //=== CRC2(state.check, hold);\\n          hbuf[0] = hold & 0xff;\\n          hbuf[1] = (hold >>> 8) & 0xff;\\n          state.check = crc32(state.check, hbuf, 2, 0);\\n          //===//\\n\\n          //=== INITBITS();\\n          hold = 0;\\n          bits = 0;\\n          //===//\\n          state.mode = FLAGS;\\n          break;\\n        }\\n        state.flags = 0;           /* expect zlib header */\\n        if (state.head) {\\n          state.head.done = false;\\n        }\\n        if (!(state.wrap & 1) ||   /* check if zlib header allowed */\\n          (((hold & 0xff)/*BITS(8)*/ << 8) + (hold >> 8)) % 31) {\\n          strm.msg = 'incorrect header check';\\n          state.mode = BAD;\\n          break;\\n        }\\n        if ((hold & 0x0f)/*BITS(4)*/ !== Z_DEFLATED) {\\n          strm.msg = 'unknown compression method';\\n          state.mode = BAD;\\n          break;\\n        }\\n        //--- DROPBITS(4) ---//\\n        hold >>>= 4;\\n        bits -= 4;\\n        //---//\\n        len = (hold & 0x0f)/*BITS(4)*/ + 8;\\n        if (state.wbits === 0) {\\n          state.wbits = len;\\n        }\\n        else if (len > state.wbits) {\\n          strm.msg = 'invalid window size';\\n          state.mode = BAD;\\n          break;\\n        }\\n        state.dmax = 1 << len;\\n        //Tracev((stderr, \\\"inflate:   zlib header ok\\\\n\\\"));\\n        strm.adler = state.check = 1/*adler32(0L, Z_NULL, 0)*/;\\n        state.mode = hold & 0x200 ? DICTID : TYPE;\\n        //=== INITBITS();\\n        hold = 0;\\n        bits = 0;\\n        //===//\\n        break;\\n      case FLAGS:\\n        //=== NEEDBITS(16); */\\n        while (bits < 16) {\\n          if (have === 0) { break inf_leave; }\\n          have--;\\n          hold += input[next++] << bits;\\n          bits += 8;\\n        }\\n        //===//\\n        state.flags = hold;\\n        if ((state.flags & 0xff) !== Z_DEFLATED) {\\n          strm.msg = 'unknown compression method';\\n          state.mode = BAD;\\n          break;\\n        }\\n        if (state.flags & 0xe000) {\\n          strm.msg = 'unknown header flags set';\\n          state.mode = BAD;\\n          break;\\n        }\\n        if (state.head) {\\n          state.head.text = ((hold >> 8) & 1);\\n        }\\n        if (state.flags & 0x0200) {\\n          //=== CRC2(state.check, hold);\\n          hbuf[0] = hold & 0xff;\\n          hbuf[1] = (hold >>> 8) & 0xff;\\n          state.check = crc32(state.check, hbuf, 2, 0);\\n          //===//\\n        }\\n        //=== INITBITS();\\n        hold = 0;\\n        bits = 0;\\n        //===//\\n        state.mode = TIME;\\n        /* falls through */\\n      case TIME:\\n        //=== NEEDBITS(32); */\\n        while (bits < 32) {\\n          if (have === 0) { break inf_leave; }\\n          have--;\\n          hold += input[next++] << bits;\\n          bits += 8;\\n        }\\n        //===//\\n        if (state.head) {\\n          state.head.time = hold;\\n        }\\n        if (state.flags & 0x0200) {\\n          //=== CRC4(state.check, hold)\\n          hbuf[0] = hold & 0xff;\\n          hbuf[1] = (hold >>> 8) & 0xff;\\n          hbuf[2] = (hold >>> 16) & 0xff;\\n          hbuf[3] = (hold >>> 24) & 0xff;\\n          state.check = crc32(state.check, hbuf, 4, 0);\\n          //===\\n        }\\n        //=== INITBITS();\\n        hold = 0;\\n        bits = 0;\\n        //===//\\n        state.mode = OS;\\n        /* falls through */\\n      case OS:\\n        //=== NEEDBITS(16); */\\n        while (bits < 16) {\\n          if (have === 0) { break inf_leave; }\\n          have--;\\n          hold += input[next++] << bits;\\n          bits += 8;\\n        }\\n        //===//\\n        if (state.head) {\\n          state.head.xflags = (hold & 0xff);\\n          state.head.os = (hold >> 8);\\n        }\\n        if (state.flags & 0x0200) {\\n          //=== CRC2(state.check, hold);\\n          hbuf[0] = hold & 0xff;\\n          hbuf[1] = (hold >>> 8) & 0xff;\\n          state.check = crc32(state.check, hbuf, 2, 0);\\n          //===//\\n        }\\n        //=== INITBITS();\\n        hold = 0;\\n        bits = 0;\\n        //===//\\n        state.mode = EXLEN;\\n        /* falls through */\\n      case EXLEN:\\n        if (state.flags & 0x0400) {\\n          //=== NEEDBITS(16); */\\n          while (bits < 16) {\\n            if (have === 0) { break inf_leave; }\\n            have--;\\n            hold += input[next++] << bits;\\n            bits += 8;\\n          }\\n          //===//\\n          state.length = hold;\\n          if (state.head) {\\n            state.head.extra_len = hold;\\n          }\\n          if (state.flags & 0x0200) {\\n            //=== CRC2(state.check, hold);\\n            hbuf[0] = hold & 0xff;\\n            hbuf[1] = (hold >>> 8) & 0xff;\\n            state.check = crc32(state.check, hbuf, 2, 0);\\n            //===//\\n          }\\n          //=== INITBITS();\\n          hold = 0;\\n          bits = 0;\\n          //===//\\n        }\\n        else if (state.head) {\\n          state.head.extra = null/*Z_NULL*/;\\n        }\\n        state.mode = EXTRA;\\n        /* falls through */\\n      case EXTRA:\\n        if (state.flags & 0x0400) {\\n          copy = state.length;\\n          if (copy > have) { copy = have; }\\n          if (copy) {\\n            if (state.head) {\\n              len = state.head.extra_len - state.length;\\n              if (!state.head.extra) {\\n                // Use untyped array for more convenient processing later\\n                state.head.extra = new Array(state.head.extra_len);\\n              }\\n              utils.arraySet(\\n                state.head.extra,\\n                input,\\n                next,\\n                // extra field is limited to 65536 bytes\\n                // - no need for additional size check\\n                copy,\\n                /*len + copy > state.head.extra_max - len ? state.head.extra_max : copy,*/\\n                len\\n              );\\n              //zmemcpy(state.head.extra + len, next,\\n              //        len + copy > state.head.extra_max ?\\n              //        state.head.extra_max - len : copy);\\n            }\\n            if (state.flags & 0x0200) {\\n              state.check = crc32(state.check, input, copy, next);\\n            }\\n            have -= copy;\\n            next += copy;\\n            state.length -= copy;\\n          }\\n          if (state.length) { break inf_leave; }\\n        }\\n        state.length = 0;\\n        state.mode = NAME;\\n        /* falls through */\\n      case NAME:\\n        if (state.flags & 0x0800) {\\n          if (have === 0) { break inf_leave; }\\n          copy = 0;\\n          do {\\n            // TODO: 2 or 1 bytes?\\n            len = input[next + copy++];\\n            /* use constant limit because in js we should not preallocate memory */\\n            if (state.head && len &&\\n                (state.length < 65536 /*state.head.name_max*/)) {\\n              state.head.name += String.fromCharCode(len);\\n            }\\n          } while (len && copy < have);\\n\\n          if (state.flags & 0x0200) {\\n            state.check = crc32(state.check, input, copy, next);\\n          }\\n          have -= copy;\\n          next += copy;\\n          if (len) { break inf_leave; }\\n        }\\n        else if (state.head) {\\n          state.head.name = null;\\n        }\\n        state.length = 0;\\n        state.mode = COMMENT;\\n        /* falls through */\\n      case COMMENT:\\n        if (state.flags & 0x1000) {\\n          if (have === 0) { break inf_leave; }\\n          copy = 0;\\n          do {\\n            len = input[next + copy++];\\n            /* use constant limit because in js we should not preallocate memory */\\n            if (state.head && len &&\\n                (state.length < 65536 /*state.head.comm_max*/)) {\\n              state.head.comment += String.fromCharCode(len);\\n            }\\n          } while (len && copy < have);\\n          if (state.flags & 0x0200) {\\n            state.check = crc32(state.check, input, copy, next);\\n          }\\n          have -= copy;\\n          next += copy;\\n          if (len) { break inf_leave; }\\n        }\\n        else if (state.head) {\\n          state.head.comment = null;\\n        }\\n        state.mode = HCRC;\\n        /* falls through */\\n      case HCRC:\\n        if (state.flags & 0x0200) {\\n          //=== NEEDBITS(16); */\\n          while (bits < 16) {\\n            if (have === 0) { break inf_leave; }\\n            have--;\\n            hold += input[next++] << bits;\\n            bits += 8;\\n          }\\n          //===//\\n          if (hold !== (state.check & 0xffff)) {\\n            strm.msg = 'header crc mismatch';\\n            state.mode = BAD;\\n            break;\\n          }\\n          //=== INITBITS();\\n          hold = 0;\\n          bits = 0;\\n          //===//\\n        }\\n        if (state.head) {\\n          state.head.hcrc = ((state.flags >> 9) & 1);\\n          state.head.done = true;\\n        }\\n        strm.adler = state.check = 0;\\n        state.mode = TYPE;\\n        break;\\n      case DICTID:\\n        //=== NEEDBITS(32); */\\n        while (bits < 32) {\\n          if (have === 0) { break inf_leave; }\\n          have--;\\n          hold += input[next++] << bits;\\n          bits += 8;\\n        }\\n        //===//\\n        strm.adler = state.check = zswap32(hold);\\n        //=== INITBITS();\\n        hold = 0;\\n        bits = 0;\\n        //===//\\n        state.mode = DICT;\\n        /* falls through */\\n      case DICT:\\n        if (state.havedict === 0) {\\n          //--- RESTORE() ---\\n          strm.next_out = put;\\n          strm.avail_out = left;\\n          strm.next_in = next;\\n          strm.avail_in = have;\\n          state.hold = hold;\\n          state.bits = bits;\\n          //---\\n          return Z_NEED_DICT;\\n        }\\n        strm.adler = state.check = 1/*adler32(0L, Z_NULL, 0)*/;\\n        state.mode = TYPE;\\n        /* falls through */\\n      case TYPE:\\n        if (flush === Z_BLOCK || flush === Z_TREES) { break inf_leave; }\\n        /* falls through */\\n      case TYPEDO:\\n        if (state.last) {\\n          //--- BYTEBITS() ---//\\n          hold >>>= bits & 7;\\n          bits -= bits & 7;\\n          //---//\\n          state.mode = CHECK;\\n          break;\\n        }\\n        //=== NEEDBITS(3); */\\n        while (bits < 3) {\\n          if (have === 0) { break inf_leave; }\\n          have--;\\n          hold += input[next++] << bits;\\n          bits += 8;\\n        }\\n        //===//\\n        state.last = (hold & 0x01)/*BITS(1)*/;\\n        //--- DROPBITS(1) ---//\\n        hold >>>= 1;\\n        bits -= 1;\\n        //---//\\n\\n        switch ((hold & 0x03)/*BITS(2)*/) {\\n          case 0:                             /* stored block */\\n            //Tracev((stderr, \\\"inflate:     stored block%s\\\\n\\\",\\n            //        state.last ? \\\" (last)\\\" : \\\"\\\"));\\n            state.mode = STORED;\\n            break;\\n          case 1:                             /* fixed block */\\n            fixedtables(state);\\n            //Tracev((stderr, \\\"inflate:     fixed codes block%s\\\\n\\\",\\n            //        state.last ? \\\" (last)\\\" : \\\"\\\"));\\n            state.mode = LEN_;             /* decode codes */\\n            if (flush === Z_TREES) {\\n              //--- DROPBITS(2) ---//\\n              hold >>>= 2;\\n              bits -= 2;\\n              //---//\\n              break inf_leave;\\n            }\\n            break;\\n          case 2:                             /* dynamic block */\\n            //Tracev((stderr, \\\"inflate:     dynamic codes block%s\\\\n\\\",\\n            //        state.last ? \\\" (last)\\\" : \\\"\\\"));\\n            state.mode = TABLE;\\n            break;\\n          case 3:\\n            strm.msg = 'invalid block type';\\n            state.mode = BAD;\\n        }\\n        //--- DROPBITS(2) ---//\\n        hold >>>= 2;\\n        bits -= 2;\\n        //---//\\n        break;\\n      case STORED:\\n        //--- BYTEBITS() ---// /* go to byte boundary */\\n        hold >>>= bits & 7;\\n        bits -= bits & 7;\\n        //---//\\n        //=== NEEDBITS(32); */\\n        while (bits < 32) {\\n          if (have === 0) { break inf_leave; }\\n          have--;\\n          hold += input[next++] << bits;\\n          bits += 8;\\n        }\\n        //===//\\n        if ((hold & 0xffff) !== ((hold >>> 16) ^ 0xffff)) {\\n          strm.msg = 'invalid stored block lengths';\\n          state.mode = BAD;\\n          break;\\n        }\\n        state.length = hold & 0xffff;\\n        //Tracev((stderr, \\\"inflate:       stored length %u\\\\n\\\",\\n        //        state.length));\\n        //=== INITBITS();\\n        hold = 0;\\n        bits = 0;\\n        //===//\\n        state.mode = COPY_;\\n        if (flush === Z_TREES) { break inf_leave; }\\n        /* falls through */\\n      case COPY_:\\n        state.mode = COPY;\\n        /* falls through */\\n      case COPY:\\n        copy = state.length;\\n        if (copy) {\\n          if (copy > have) { copy = have; }\\n          if (copy > left) { copy = left; }\\n          if (copy === 0) { break inf_leave; }\\n          //--- zmemcpy(put, next, copy); ---\\n          utils.arraySet(output, input, next, copy, put);\\n          //---//\\n          have -= copy;\\n          next += copy;\\n          left -= copy;\\n          put += copy;\\n          state.length -= copy;\\n          break;\\n        }\\n        //Tracev((stderr, \\\"inflate:       stored end\\\\n\\\"));\\n        state.mode = TYPE;\\n        break;\\n      case TABLE:\\n        //=== NEEDBITS(14); */\\n        while (bits < 14) {\\n          if (have === 0) { break inf_leave; }\\n          have--;\\n          hold += input[next++] << bits;\\n          bits += 8;\\n        }\\n        //===//\\n        state.nlen = (hold & 0x1f)/*BITS(5)*/ + 257;\\n        //--- DROPBITS(5) ---//\\n        hold >>>= 5;\\n        bits -= 5;\\n        //---//\\n        state.ndist = (hold & 0x1f)/*BITS(5)*/ + 1;\\n        //--- DROPBITS(5) ---//\\n        hold >>>= 5;\\n        bits -= 5;\\n        //---//\\n        state.ncode = (hold & 0x0f)/*BITS(4)*/ + 4;\\n        //--- DROPBITS(4) ---//\\n        hold >>>= 4;\\n        bits -= 4;\\n        //---//\\n//#ifndef PKZIP_BUG_WORKAROUND\\n        if (state.nlen > 286 || state.ndist > 30) {\\n          strm.msg = 'too many length or distance symbols';\\n          state.mode = BAD;\\n          break;\\n        }\\n//#endif\\n        //Tracev((stderr, \\\"inflate:       table sizes ok\\\\n\\\"));\\n        state.have = 0;\\n        state.mode = LENLENS;\\n        /* falls through */\\n      case LENLENS:\\n        while (state.have < state.ncode) {\\n          //=== NEEDBITS(3);\\n          while (bits < 3) {\\n            if (have === 0) { break inf_leave; }\\n            have--;\\n            hold += input[next++] << bits;\\n            bits += 8;\\n          }\\n          //===//\\n          state.lens[order[state.have++]] = (hold & 0x07);//BITS(3);\\n          //--- DROPBITS(3) ---//\\n          hold >>>= 3;\\n          bits -= 3;\\n          //---//\\n        }\\n        while (state.have < 19) {\\n          state.lens[order[state.have++]] = 0;\\n        }\\n        // We have separate tables & no pointers. 2 commented lines below not needed.\\n        //state.next = state.codes;\\n        //state.lencode = state.next;\\n        // Switch to use dynamic table\\n        state.lencode = state.lendyn;\\n        state.lenbits = 7;\\n\\n        opts = { bits: state.lenbits };\\n        ret = inflate_table(CODES, state.lens, 0, 19, state.lencode, 0, state.work, opts);\\n        state.lenbits = opts.bits;\\n\\n        if (ret) {\\n          strm.msg = 'invalid code lengths set';\\n          state.mode = BAD;\\n          break;\\n        }\\n        //Tracev((stderr, \\\"inflate:       code lengths ok\\\\n\\\"));\\n        state.have = 0;\\n        state.mode = CODELENS;\\n        /* falls through */\\n      case CODELENS:\\n        while (state.have < state.nlen + state.ndist) {\\n          for (;;) {\\n            here = state.lencode[hold & ((1 << state.lenbits) - 1)];/*BITS(state.lenbits)*/\\n            here_bits = here >>> 24;\\n            here_op = (here >>> 16) & 0xff;\\n            here_val = here & 0xffff;\\n\\n            if ((here_bits) <= bits) { break; }\\n            //--- PULLBYTE() ---//\\n            if (have === 0) { break inf_leave; }\\n            have--;\\n            hold += input[next++] << bits;\\n            bits += 8;\\n            //---//\\n          }\\n          if (here_val < 16) {\\n            //--- DROPBITS(here.bits) ---//\\n            hold >>>= here_bits;\\n            bits -= here_bits;\\n            //---//\\n            state.lens[state.have++] = here_val;\\n          }\\n          else {\\n            if (here_val === 16) {\\n              //=== NEEDBITS(here.bits + 2);\\n              n = here_bits + 2;\\n              while (bits < n) {\\n                if (have === 0) { break inf_leave; }\\n                have--;\\n                hold += input[next++] << bits;\\n                bits += 8;\\n              }\\n              //===//\\n              //--- DROPBITS(here.bits) ---//\\n              hold >>>= here_bits;\\n              bits -= here_bits;\\n              //---//\\n              if (state.have === 0) {\\n                strm.msg = 'invalid bit length repeat';\\n                state.mode = BAD;\\n                break;\\n              }\\n              len = state.lens[state.have - 1];\\n              copy = 3 + (hold & 0x03);//BITS(2);\\n              //--- DROPBITS(2) ---//\\n              hold >>>= 2;\\n              bits -= 2;\\n              //---//\\n            }\\n            else if (here_val === 17) {\\n              //=== NEEDBITS(here.bits + 3);\\n              n = here_bits + 3;\\n              while (bits < n) {\\n                if (have === 0) { break inf_leave; }\\n                have--;\\n                hold += input[next++] << bits;\\n                bits += 8;\\n              }\\n              //===//\\n              //--- DROPBITS(here.bits) ---//\\n              hold >>>= here_bits;\\n              bits -= here_bits;\\n              //---//\\n              len = 0;\\n              copy = 3 + (hold & 0x07);//BITS(3);\\n              //--- DROPBITS(3) ---//\\n              hold >>>= 3;\\n              bits -= 3;\\n              //---//\\n            }\\n            else {\\n              //=== NEEDBITS(here.bits + 7);\\n              n = here_bits + 7;\\n              while (bits < n) {\\n                if (have === 0) { break inf_leave; }\\n                have--;\\n                hold += input[next++] << bits;\\n                bits += 8;\\n              }\\n              //===//\\n              //--- DROPBITS(here.bits) ---//\\n              hold >>>= here_bits;\\n              bits -= here_bits;\\n              //---//\\n              len = 0;\\n              copy = 11 + (hold & 0x7f);//BITS(7);\\n              //--- DROPBITS(7) ---//\\n              hold >>>= 7;\\n              bits -= 7;\\n              //---//\\n            }\\n            if (state.have + copy > state.nlen + state.ndist) {\\n              strm.msg = 'invalid bit length repeat';\\n              state.mode = BAD;\\n              break;\\n            }\\n            while (copy--) {\\n              state.lens[state.have++] = len;\\n            }\\n          }\\n        }\\n\\n        /* handle error breaks in while */\\n        if (state.mode === BAD) { break; }\\n\\n        /* check for end-of-block code (better have one) */\\n        if (state.lens[256] === 0) {\\n          strm.msg = 'invalid code -- missing end-of-block';\\n          state.mode = BAD;\\n          break;\\n        }\\n\\n        /* build code tables -- note: do not change the lenbits or distbits\\n           values here (9 and 6) without reading the comments in inftrees.h\\n           concerning the ENOUGH constants, which depend on those values */\\n        state.lenbits = 9;\\n\\n        opts = { bits: state.lenbits };\\n        ret = inflate_table(LENS, state.lens, 0, state.nlen, state.lencode, 0, state.work, opts);\\n        // We have separate tables & no pointers. 2 commented lines below not needed.\\n        // state.next_index = opts.table_index;\\n        state.lenbits = opts.bits;\\n        // state.lencode = state.next;\\n\\n        if (ret) {\\n          strm.msg = 'invalid literal/lengths set';\\n          state.mode = BAD;\\n          break;\\n        }\\n\\n        state.distbits = 6;\\n        //state.distcode.copy(state.codes);\\n        // Switch to use dynamic table\\n        state.distcode = state.distdyn;\\n        opts = { bits: state.distbits };\\n        ret = inflate_table(DISTS, state.lens, state.nlen, state.ndist, state.distcode, 0, state.work, opts);\\n        // We have separate tables & no pointers. 2 commented lines below not needed.\\n        // state.next_index = opts.table_index;\\n        state.distbits = opts.bits;\\n        // state.distcode = state.next;\\n\\n        if (ret) {\\n          strm.msg = 'invalid distances set';\\n          state.mode = BAD;\\n          break;\\n        }\\n        //Tracev((stderr, 'inflate:       codes ok\\\\n'));\\n        state.mode = LEN_;\\n        if (flush === Z_TREES) { break inf_leave; }\\n        /* falls through */\\n      case LEN_:\\n        state.mode = LEN;\\n        /* falls through */\\n      case LEN:\\n        if (have >= 6 && left >= 258) {\\n          //--- RESTORE() ---\\n          strm.next_out = put;\\n          strm.avail_out = left;\\n          strm.next_in = next;\\n          strm.avail_in = have;\\n          state.hold = hold;\\n          state.bits = bits;\\n          //---\\n          inflate_fast(strm, _out);\\n          //--- LOAD() ---\\n          put = strm.next_out;\\n          output = strm.output;\\n          left = strm.avail_out;\\n          next = strm.next_in;\\n          input = strm.input;\\n          have = strm.avail_in;\\n          hold = state.hold;\\n          bits = state.bits;\\n          //---\\n\\n          if (state.mode === TYPE) {\\n            state.back = -1;\\n          }\\n          break;\\n        }\\n        state.back = 0;\\n        for (;;) {\\n          here = state.lencode[hold & ((1 << state.lenbits) - 1)];  /*BITS(state.lenbits)*/\\n          here_bits = here >>> 24;\\n          here_op = (here >>> 16) & 0xff;\\n          here_val = here & 0xffff;\\n\\n          if (here_bits <= bits) { break; }\\n          //--- PULLBYTE() ---//\\n          if (have === 0) { break inf_leave; }\\n          have--;\\n          hold += input[next++] << bits;\\n          bits += 8;\\n          //---//\\n        }\\n        if (here_op && (here_op & 0xf0) === 0) {\\n          last_bits = here_bits;\\n          last_op = here_op;\\n          last_val = here_val;\\n          for (;;) {\\n            here = state.lencode[last_val +\\n                    ((hold & ((1 << (last_bits + last_op)) - 1))/*BITS(last.bits + last.op)*/ >> last_bits)];\\n            here_bits = here >>> 24;\\n            here_op = (here >>> 16) & 0xff;\\n            here_val = here & 0xffff;\\n\\n            if ((last_bits + here_bits) <= bits) { break; }\\n            //--- PULLBYTE() ---//\\n            if (have === 0) { break inf_leave; }\\n            have--;\\n            hold += input[next++] << bits;\\n            bits += 8;\\n            //---//\\n          }\\n          //--- DROPBITS(last.bits) ---//\\n          hold >>>= last_bits;\\n          bits -= last_bits;\\n          //---//\\n          state.back += last_bits;\\n        }\\n        //--- DROPBITS(here.bits) ---//\\n        hold >>>= here_bits;\\n        bits -= here_bits;\\n        //---//\\n        state.back += here_bits;\\n        state.length = here_val;\\n        if (here_op === 0) {\\n          //Tracevv((stderr, here.val >= 0x20 && here.val < 0x7f ?\\n          //        \\\"inflate:         literal '%c'\\\\n\\\" :\\n          //        \\\"inflate:         literal 0x%02x\\\\n\\\", here.val));\\n          state.mode = LIT;\\n          break;\\n        }\\n        if (here_op & 32) {\\n          //Tracevv((stderr, \\\"inflate:         end of block\\\\n\\\"));\\n          state.back = -1;\\n          state.mode = TYPE;\\n          break;\\n        }\\n        if (here_op & 64) {\\n          strm.msg = 'invalid literal/length code';\\n          state.mode = BAD;\\n          break;\\n        }\\n        state.extra = here_op & 15;\\n        state.mode = LENEXT;\\n        /* falls through */\\n      case LENEXT:\\n        if (state.extra) {\\n          //=== NEEDBITS(state.extra);\\n          n = state.extra;\\n          while (bits < n) {\\n            if (have === 0) { break inf_leave; }\\n            have--;\\n            hold += input[next++] << bits;\\n            bits += 8;\\n          }\\n          //===//\\n          state.length += hold & ((1 << state.extra) - 1)/*BITS(state.extra)*/;\\n          //--- DROPBITS(state.extra) ---//\\n          hold >>>= state.extra;\\n          bits -= state.extra;\\n          //---//\\n          state.back += state.extra;\\n        }\\n        //Tracevv((stderr, \\\"inflate:         length %u\\\\n\\\", state.length));\\n        state.was = state.length;\\n        state.mode = DIST;\\n        /* falls through */\\n      case DIST:\\n        for (;;) {\\n          here = state.distcode[hold & ((1 << state.distbits) - 1)];/*BITS(state.distbits)*/\\n          here_bits = here >>> 24;\\n          here_op = (here >>> 16) & 0xff;\\n          here_val = here & 0xffff;\\n\\n          if ((here_bits) <= bits) { break; }\\n          //--- PULLBYTE() ---//\\n          if (have === 0) { break inf_leave; }\\n          have--;\\n          hold += input[next++] << bits;\\n          bits += 8;\\n          //---//\\n        }\\n        if ((here_op & 0xf0) === 0) {\\n          last_bits = here_bits;\\n          last_op = here_op;\\n          last_val = here_val;\\n          for (;;) {\\n            here = state.distcode[last_val +\\n                    ((hold & ((1 << (last_bits + last_op)) - 1))/*BITS(last.bits + last.op)*/ >> last_bits)];\\n            here_bits = here >>> 24;\\n            here_op = (here >>> 16) & 0xff;\\n            here_val = here & 0xffff;\\n\\n            if ((last_bits + here_bits) <= bits) { break; }\\n            //--- PULLBYTE() ---//\\n            if (have === 0) { break inf_leave; }\\n            have--;\\n            hold += input[next++] << bits;\\n            bits += 8;\\n            //---//\\n          }\\n          //--- DROPBITS(last.bits) ---//\\n          hold >>>= last_bits;\\n          bits -= last_bits;\\n          //---//\\n          state.back += last_bits;\\n        }\\n        //--- DROPBITS(here.bits) ---//\\n        hold >>>= here_bits;\\n        bits -= here_bits;\\n        //---//\\n        state.back += here_bits;\\n        if (here_op & 64) {\\n          strm.msg = 'invalid distance code';\\n          state.mode = BAD;\\n          break;\\n        }\\n        state.offset = here_val;\\n        state.extra = (here_op) & 15;\\n        state.mode = DISTEXT;\\n        /* falls through */\\n      case DISTEXT:\\n        if (state.extra) {\\n          //=== NEEDBITS(state.extra);\\n          n = state.extra;\\n          while (bits < n) {\\n            if (have === 0) { break inf_leave; }\\n            have--;\\n            hold += input[next++] << bits;\\n            bits += 8;\\n          }\\n          //===//\\n          state.offset += hold & ((1 << state.extra) - 1)/*BITS(state.extra)*/;\\n          //--- DROPBITS(state.extra) ---//\\n          hold >>>= state.extra;\\n          bits -= state.extra;\\n          //---//\\n          state.back += state.extra;\\n        }\\n//#ifdef INFLATE_STRICT\\n        if (state.offset > state.dmax) {\\n          strm.msg = 'invalid distance too far back';\\n          state.mode = BAD;\\n          break;\\n        }\\n//#endif\\n        //Tracevv((stderr, \\\"inflate:         distance %u\\\\n\\\", state.offset));\\n        state.mode = MATCH;\\n        /* falls through */\\n      case MATCH:\\n        if (left === 0) { break inf_leave; }\\n        copy = _out - left;\\n        if (state.offset > copy) {         /* copy from window */\\n          copy = state.offset - copy;\\n          if (copy > state.whave) {\\n            if (state.sane) {\\n              strm.msg = 'invalid distance too far back';\\n              state.mode = BAD;\\n              break;\\n            }\\n// (!) This block is disabled in zlib defaults,\\n// don't enable it for binary compatibility\\n//#ifdef INFLATE_ALLOW_INVALID_DISTANCE_TOOFAR_ARRR\\n//          Trace((stderr, \\\"inflate.c too far\\\\n\\\"));\\n//          copy -= state.whave;\\n//          if (copy > state.length) { copy = state.length; }\\n//          if (copy > left) { copy = left; }\\n//          left -= copy;\\n//          state.length -= copy;\\n//          do {\\n//            output[put++] = 0;\\n//          } while (--copy);\\n//          if (state.length === 0) { state.mode = LEN; }\\n//          break;\\n//#endif\\n          }\\n          if (copy > state.wnext) {\\n            copy -= state.wnext;\\n            from = state.wsize - copy;\\n          }\\n          else {\\n            from = state.wnext - copy;\\n          }\\n          if (copy > state.length) { copy = state.length; }\\n          from_source = state.window;\\n        }\\n        else {                              /* copy from output */\\n          from_source = output;\\n          from = put - state.offset;\\n          copy = state.length;\\n        }\\n        if (copy > left) { copy = left; }\\n        left -= copy;\\n        state.length -= copy;\\n        do {\\n          output[put++] = from_source[from++];\\n        } while (--copy);\\n        if (state.length === 0) { state.mode = LEN; }\\n        break;\\n      case LIT:\\n        if (left === 0) { break inf_leave; }\\n        output[put++] = state.length;\\n        left--;\\n        state.mode = LEN;\\n        break;\\n      case CHECK:\\n        if (state.wrap) {\\n          //=== NEEDBITS(32);\\n          while (bits < 32) {\\n            if (have === 0) { break inf_leave; }\\n            have--;\\n            // Use '|' instead of '+' to make sure that result is signed\\n            hold |= input[next++] << bits;\\n            bits += 8;\\n          }\\n          //===//\\n          _out -= left;\\n          strm.total_out += _out;\\n          state.total += _out;\\n          if (_out) {\\n            strm.adler = state.check =\\n                /*UPDATE(state.check, put - _out, _out);*/\\n                (state.flags ? crc32(state.check, output, _out, put - _out) : adler32(state.check, output, _out, put - _out));\\n\\n          }\\n          _out = left;\\n          // NB: crc32 stored as signed 32-bit int, zswap32 returns signed too\\n          if ((state.flags ? hold : zswap32(hold)) !== state.check) {\\n            strm.msg = 'incorrect data check';\\n            state.mode = BAD;\\n            break;\\n          }\\n          //=== INITBITS();\\n          hold = 0;\\n          bits = 0;\\n          //===//\\n          //Tracev((stderr, \\\"inflate:   check matches trailer\\\\n\\\"));\\n        }\\n        state.mode = LENGTH;\\n        /* falls through */\\n      case LENGTH:\\n        if (state.wrap && state.flags) {\\n          //=== NEEDBITS(32);\\n          while (bits < 32) {\\n            if (have === 0) { break inf_leave; }\\n            have--;\\n            hold += input[next++] << bits;\\n            bits += 8;\\n          }\\n          //===//\\n          if (hold !== (state.total & 0xffffffff)) {\\n            strm.msg = 'incorrect length check';\\n            state.mode = BAD;\\n            break;\\n          }\\n          //=== INITBITS();\\n          hold = 0;\\n          bits = 0;\\n          //===//\\n          //Tracev((stderr, \\\"inflate:   length matches trailer\\\\n\\\"));\\n        }\\n        state.mode = DONE;\\n        /* falls through */\\n      case DONE:\\n        ret = Z_STREAM_END;\\n        break inf_leave;\\n      case BAD:\\n        ret = Z_DATA_ERROR;\\n        break inf_leave;\\n      case MEM:\\n        return Z_MEM_ERROR;\\n      case SYNC:\\n        /* falls through */\\n      default:\\n        return Z_STREAM_ERROR;\\n    }\\n  }\\n\\n  // inf_leave <- here is real place for \\\"goto inf_leave\\\", emulated via \\\"break inf_leave\\\"\\n\\n  /*\\n     Return from inflate(), updating the total counts and the check value.\\n     If there was no progress during the inflate() call, return a buffer\\n     error.  Call updatewindow() to create and/or update the window state.\\n     Note: a memory error from inflate() is non-recoverable.\\n   */\\n\\n  //--- RESTORE() ---\\n  strm.next_out = put;\\n  strm.avail_out = left;\\n  strm.next_in = next;\\n  strm.avail_in = have;\\n  state.hold = hold;\\n  state.bits = bits;\\n  //---\\n\\n  if (state.wsize || (_out !== strm.avail_out && state.mode < BAD &&\\n                      (state.mode < CHECK || flush !== Z_FINISH))) {\\n    if (updatewindow(strm, strm.output, strm.next_out, _out - strm.avail_out)) {\\n      state.mode = MEM;\\n      return Z_MEM_ERROR;\\n    }\\n  }\\n  _in -= strm.avail_in;\\n  _out -= strm.avail_out;\\n  strm.total_in += _in;\\n  strm.total_out += _out;\\n  state.total += _out;\\n  if (state.wrap && _out) {\\n    strm.adler = state.check = /*UPDATE(state.check, strm.next_out - _out, _out);*/\\n      (state.flags ? crc32(state.check, output, _out, strm.next_out - _out) : adler32(state.check, output, _out, strm.next_out - _out));\\n  }\\n  strm.data_type = state.bits + (state.last ? 64 : 0) +\\n                    (state.mode === TYPE ? 128 : 0) +\\n                    (state.mode === LEN_ || state.mode === COPY_ ? 256 : 0);\\n  if (((_in === 0 && _out === 0) || flush === Z_FINISH) && ret === Z_OK) {\\n    ret = Z_BUF_ERROR;\\n  }\\n  return ret;\\n}\\n\\nfunction inflateEnd(strm) {\\n\\n  if (!strm || !strm.state /*|| strm->zfree == (free_func)0*/) {\\n    return Z_STREAM_ERROR;\\n  }\\n\\n  var state = strm.state;\\n  if (state.window) {\\n    state.window = null;\\n  }\\n  strm.state = null;\\n  return Z_OK;\\n}\\n\\nfunction inflateGetHeader(strm, head) {\\n  var state;\\n\\n  /* check state */\\n  if (!strm || !strm.state) { return Z_STREAM_ERROR; }\\n  state = strm.state;\\n  if ((state.wrap & 2) === 0) { return Z_STREAM_ERROR; }\\n\\n  /* save header structure */\\n  state.head = head;\\n  head.done = false;\\n  return Z_OK;\\n}\\n\\nfunction inflateSetDictionary(strm, dictionary) {\\n  var dictLength = dictionary.length;\\n\\n  var state;\\n  var dictid;\\n  var ret;\\n\\n  /* check state */\\n  if (!strm /* == Z_NULL */ || !strm.state /* == Z_NULL */) { return Z_STREAM_ERROR; }\\n  state = strm.state;\\n\\n  if (state.wrap !== 0 && state.mode !== DICT) {\\n    return Z_STREAM_ERROR;\\n  }\\n\\n  /* check for correct dictionary identifier */\\n  if (state.mode === DICT) {\\n    dictid = 1; /* adler32(0, null, 0)*/\\n    /* dictid = adler32(dictid, dictionary, dictLength); */\\n    dictid = adler32(dictid, dictionary, dictLength, 0);\\n    if (dictid !== state.check) {\\n      return Z_DATA_ERROR;\\n    }\\n  }\\n  /* copy dictionary to window using updatewindow(), which will amend the\\n   existing dictionary if appropriate */\\n  ret = updatewindow(strm, dictionary, dictLength, dictLength);\\n  if (ret) {\\n    state.mode = MEM;\\n    return Z_MEM_ERROR;\\n  }\\n  state.havedict = 1;\\n  // Tracev((stderr, \\\"inflate:   dictionary set\\\\n\\\"));\\n  return Z_OK;\\n}\\n\\nexports.inflateReset = inflateReset;\\nexports.inflateReset2 = inflateReset2;\\nexports.inflateResetKeep = inflateResetKeep;\\nexports.inflateInit = inflateInit;\\nexports.inflateInit2 = inflateInit2;\\nexports.inflate = inflate;\\nexports.inflateEnd = inflateEnd;\\nexports.inflateGetHeader = inflateGetHeader;\\nexports.inflateSetDictionary = inflateSetDictionary;\\nexports.inflateInfo = 'pako inflate (from Nodeca project)';\\n\\n/* Not implemented\\nexports.inflateCopy = inflateCopy;\\nexports.inflateGetDictionary = inflateGetDictionary;\\nexports.inflateMark = inflateMark;\\nexports.inflatePrime = inflatePrime;\\nexports.inflateSync = inflateSync;\\nexports.inflateSyncPoint = inflateSyncPoint;\\nexports.inflateUndermine = inflateUndermine;\\n*/\\n\"\n        },\n        {\n          \"id\": 309,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/pako/lib/zlib/inffast.js\",\n          \"name\": \"./node_modules/pako/lib/zlib/inffast.js\",\n          \"index\": 304,\n          \"index2\": 295,\n          \"size\": 12668,\n          \"cacheable\": true,\n          \"built\": true,\n          \"optional\": false,\n          \"prefetched\": false,\n          \"chunks\": [\n            2\n          ],\n          \"issuer\": \"/Users/jarred/Code/styleurl/node_modules/pako/lib/zlib/inflate.js\",\n          \"issuerId\": 308,\n          \"issuerName\": \"./node_modules/pako/lib/zlib/inflate.js\",\n          \"issuerPath\": [\n            {\n              \"id\": 191,\n              \"identifier\": \"multi /Users/jarred/Code/styleurl/webpack/customPublicPath /Users/jarred/Code/styleurl/chrome/extension/background\",\n              \"name\": \"multi ./webpack/customPublicPath ./chrome/extension/background\",\n              \"profile\": {\n                \"factory\": 0,\n                \"building\": 0,\n                \"dependencies\": 54\n              }\n            },\n            {\n              \"id\": 192,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/background.js\",\n              \"name\": \"./chrome/extension/background.js\",\n              \"profile\": {\n                \"factory\": 54,\n                \"building\": 639,\n                \"dependencies\": 140\n              }\n            },\n            {\n              \"id\": 255,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/stylesheet-differ/lib/index.js\",\n              \"name\": \"./node_modules/stylesheet-differ/lib/index.js\",\n              \"profile\": {\n                \"factory\": 140,\n                \"building\": 568,\n                \"dependencies\": 1\n              }\n            },\n            {\n              \"id\": 256,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/native-css/index.js\",\n              \"name\": \"./node_modules/native-css/index.js\",\n              \"profile\": {\n                \"factory\": 189,\n                \"building\": 603,\n                \"dependencies\": 1\n              }\n            },\n            {\n              \"id\": 257,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/native-css/src/native-css.js\",\n              \"name\": \"./node_modules/native-css/src/native-css.js\",\n              \"profile\": {\n                \"factory\": 26,\n                \"building\": 63,\n                \"dependencies\": 14\n              }\n            },\n            {\n              \"id\": 293,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/fetch/lib/fetch.js\",\n              \"name\": \"./node_modules/fetch/lib/fetch.js\",\n              \"profile\": {\n                \"factory\": 117,\n                \"building\": 25,\n                \"dependencies\": 27\n              }\n            },\n            {\n              \"id\": 302,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/browserify-zlib/lib/index.js\",\n              \"name\": \"./node_modules/browserify-zlib/lib/index.js\",\n              \"profile\": {\n                \"factory\": 66,\n                \"building\": 38,\n                \"dependencies\": 20\n              }\n            },\n            {\n              \"id\": 303,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/browserify-zlib/lib/binding.js\",\n              \"name\": \"./node_modules/browserify-zlib/lib/binding.js\",\n              \"profile\": {\n                \"factory\": 46,\n                \"building\": 33,\n                \"dependencies\": 1\n              }\n            },\n            {\n              \"id\": 308,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/pako/lib/zlib/inflate.js\",\n              \"name\": \"./node_modules/pako/lib/zlib/inflate.js\",\n              \"profile\": {\n                \"factory\": 116,\n                \"building\": 47,\n                \"dependencies\": 38\n              }\n            }\n          ],\n          \"profile\": {\n            \"factory\": 51,\n            \"building\": 57,\n            \"dependencies\": 0\n          },\n          \"failed\": false,\n          \"errors\": 0,\n          \"warnings\": 0,\n          \"assets\": [],\n          \"reasons\": [\n            {\n              \"moduleId\": 308,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/pako/lib/zlib/inflate.js\",\n              \"module\": \"./node_modules/pako/lib/zlib/inflate.js\",\n              \"moduleName\": \"./node_modules/pako/lib/zlib/inflate.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"./inffast\",\n              \"loc\": \"25:20-40\"\n            }\n          ],\n          \"usedExports\": true,\n          \"providedExports\": null,\n          \"optimizationBailout\": [\n            \"ModuleConcatenation bailout: Module is not an ECMAScript module\"\n          ],\n          \"depth\": 9,\n          \"source\": \"'use strict';\\n\\n// (C) 1995-2013 Jean-loup Gailly and Mark Adler\\n// (C) 2014-2017 Vitaly Puzrin and Andrey Tupitsin\\n//\\n// This software is provided 'as-is', without any express or implied\\n// warranty. In no event will the authors be held liable for any damages\\n// arising from the use of this software.\\n//\\n// Permission is granted to anyone to use this software for any purpose,\\n// including commercial applications, and to alter it and redistribute it\\n// freely, subject to the following restrictions:\\n//\\n// 1. The origin of this software must not be misrepresented; you must not\\n//   claim that you wrote the original software. If you use this software\\n//   in a product, an acknowledgment in the product documentation would be\\n//   appreciated but is not required.\\n// 2. Altered source versions must be plainly marked as such, and must not be\\n//   misrepresented as being the original software.\\n// 3. This notice may not be removed or altered from any source distribution.\\n\\n// See state defs from inflate.js\\nvar BAD = 30;       /* got a data error -- remain here until reset */\\nvar TYPE = 12;      /* i: waiting for type bits, including last-flag bit */\\n\\n/*\\n   Decode literal, length, and distance codes and write out the resulting\\n   literal and match bytes until either not enough input or output is\\n   available, an end-of-block is encountered, or a data error is encountered.\\n   When large enough input and output buffers are supplied to inflate(), for\\n   example, a 16K input buffer and a 64K output buffer, more than 95% of the\\n   inflate execution time is spent in this routine.\\n\\n   Entry assumptions:\\n\\n        state.mode === LEN\\n        strm.avail_in >= 6\\n        strm.avail_out >= 258\\n        start >= strm.avail_out\\n        state.bits < 8\\n\\n   On return, state.mode is one of:\\n\\n        LEN -- ran out of enough output space or enough available input\\n        TYPE -- reached end of block code, inflate() to interpret next block\\n        BAD -- error in block data\\n\\n   Notes:\\n\\n    - The maximum input bits used by a length/distance pair is 15 bits for the\\n      length code, 5 bits for the length extra, 15 bits for the distance code,\\n      and 13 bits for the distance extra.  This totals 48 bits, or six bytes.\\n      Therefore if strm.avail_in >= 6, then there is enough input to avoid\\n      checking for available input while decoding.\\n\\n    - The maximum bytes that a single length/distance pair can output is 258\\n      bytes, which is the maximum length that can be coded.  inflate_fast()\\n      requires strm.avail_out >= 258 for each loop to avoid checking for\\n      output space.\\n */\\nmodule.exports = function inflate_fast(strm, start) {\\n  var state;\\n  var _in;                    /* local strm.input */\\n  var last;                   /* have enough input while in < last */\\n  var _out;                   /* local strm.output */\\n  var beg;                    /* inflate()'s initial strm.output */\\n  var end;                    /* while out < end, enough space available */\\n//#ifdef INFLATE_STRICT\\n  var dmax;                   /* maximum distance from zlib header */\\n//#endif\\n  var wsize;                  /* window size or zero if not using window */\\n  var whave;                  /* valid bytes in the window */\\n  var wnext;                  /* window write index */\\n  // Use `s_window` instead `window`, avoid conflict with instrumentation tools\\n  var s_window;               /* allocated sliding window, if wsize != 0 */\\n  var hold;                   /* local strm.hold */\\n  var bits;                   /* local strm.bits */\\n  var lcode;                  /* local strm.lencode */\\n  var dcode;                  /* local strm.distcode */\\n  var lmask;                  /* mask for first level of length codes */\\n  var dmask;                  /* mask for first level of distance codes */\\n  var here;                   /* retrieved table entry */\\n  var op;                     /* code bits, operation, extra bits, or */\\n                              /*  window position, window bytes to copy */\\n  var len;                    /* match length, unused bytes */\\n  var dist;                   /* match distance */\\n  var from;                   /* where to copy match from */\\n  var from_source;\\n\\n\\n  var input, output; // JS specific, because we have no pointers\\n\\n  /* copy state to local variables */\\n  state = strm.state;\\n  //here = state.here;\\n  _in = strm.next_in;\\n  input = strm.input;\\n  last = _in + (strm.avail_in - 5);\\n  _out = strm.next_out;\\n  output = strm.output;\\n  beg = _out - (start - strm.avail_out);\\n  end = _out + (strm.avail_out - 257);\\n//#ifdef INFLATE_STRICT\\n  dmax = state.dmax;\\n//#endif\\n  wsize = state.wsize;\\n  whave = state.whave;\\n  wnext = state.wnext;\\n  s_window = state.window;\\n  hold = state.hold;\\n  bits = state.bits;\\n  lcode = state.lencode;\\n  dcode = state.distcode;\\n  lmask = (1 << state.lenbits) - 1;\\n  dmask = (1 << state.distbits) - 1;\\n\\n\\n  /* decode literals and length/distances until end-of-block or not enough\\n     input data or output space */\\n\\n  top:\\n  do {\\n    if (bits < 15) {\\n      hold += input[_in++] << bits;\\n      bits += 8;\\n      hold += input[_in++] << bits;\\n      bits += 8;\\n    }\\n\\n    here = lcode[hold & lmask];\\n\\n    dolen:\\n    for (;;) { // Goto emulation\\n      op = here >>> 24/*here.bits*/;\\n      hold >>>= op;\\n      bits -= op;\\n      op = (here >>> 16) & 0xff/*here.op*/;\\n      if (op === 0) {                          /* literal */\\n        //Tracevv((stderr, here.val >= 0x20 && here.val < 0x7f ?\\n        //        \\\"inflate:         literal '%c'\\\\n\\\" :\\n        //        \\\"inflate:         literal 0x%02x\\\\n\\\", here.val));\\n        output[_out++] = here & 0xffff/*here.val*/;\\n      }\\n      else if (op & 16) {                     /* length base */\\n        len = here & 0xffff/*here.val*/;\\n        op &= 15;                           /* number of extra bits */\\n        if (op) {\\n          if (bits < op) {\\n            hold += input[_in++] << bits;\\n            bits += 8;\\n          }\\n          len += hold & ((1 << op) - 1);\\n          hold >>>= op;\\n          bits -= op;\\n        }\\n        //Tracevv((stderr, \\\"inflate:         length %u\\\\n\\\", len));\\n        if (bits < 15) {\\n          hold += input[_in++] << bits;\\n          bits += 8;\\n          hold += input[_in++] << bits;\\n          bits += 8;\\n        }\\n        here = dcode[hold & dmask];\\n\\n        dodist:\\n        for (;;) { // goto emulation\\n          op = here >>> 24/*here.bits*/;\\n          hold >>>= op;\\n          bits -= op;\\n          op = (here >>> 16) & 0xff/*here.op*/;\\n\\n          if (op & 16) {                      /* distance base */\\n            dist = here & 0xffff/*here.val*/;\\n            op &= 15;                       /* number of extra bits */\\n            if (bits < op) {\\n              hold += input[_in++] << bits;\\n              bits += 8;\\n              if (bits < op) {\\n                hold += input[_in++] << bits;\\n                bits += 8;\\n              }\\n            }\\n            dist += hold & ((1 << op) - 1);\\n//#ifdef INFLATE_STRICT\\n            if (dist > dmax) {\\n              strm.msg = 'invalid distance too far back';\\n              state.mode = BAD;\\n              break top;\\n            }\\n//#endif\\n            hold >>>= op;\\n            bits -= op;\\n            //Tracevv((stderr, \\\"inflate:         distance %u\\\\n\\\", dist));\\n            op = _out - beg;                /* max distance in output */\\n            if (dist > op) {                /* see if copy from window */\\n              op = dist - op;               /* distance back in window */\\n              if (op > whave) {\\n                if (state.sane) {\\n                  strm.msg = 'invalid distance too far back';\\n                  state.mode = BAD;\\n                  break top;\\n                }\\n\\n// (!) This block is disabled in zlib defaults,\\n// don't enable it for binary compatibility\\n//#ifdef INFLATE_ALLOW_INVALID_DISTANCE_TOOFAR_ARRR\\n//                if (len <= op - whave) {\\n//                  do {\\n//                    output[_out++] = 0;\\n//                  } while (--len);\\n//                  continue top;\\n//                }\\n//                len -= op - whave;\\n//                do {\\n//                  output[_out++] = 0;\\n//                } while (--op > whave);\\n//                if (op === 0) {\\n//                  from = _out - dist;\\n//                  do {\\n//                    output[_out++] = output[from++];\\n//                  } while (--len);\\n//                  continue top;\\n//                }\\n//#endif\\n              }\\n              from = 0; // window index\\n              from_source = s_window;\\n              if (wnext === 0) {           /* very common case */\\n                from += wsize - op;\\n                if (op < len) {         /* some from window */\\n                  len -= op;\\n                  do {\\n                    output[_out++] = s_window[from++];\\n                  } while (--op);\\n                  from = _out - dist;  /* rest from output */\\n                  from_source = output;\\n                }\\n              }\\n              else if (wnext < op) {      /* wrap around window */\\n                from += wsize + wnext - op;\\n                op -= wnext;\\n                if (op < len) {         /* some from end of window */\\n                  len -= op;\\n                  do {\\n                    output[_out++] = s_window[from++];\\n                  } while (--op);\\n                  from = 0;\\n                  if (wnext < len) {  /* some from start of window */\\n                    op = wnext;\\n                    len -= op;\\n                    do {\\n                      output[_out++] = s_window[from++];\\n                    } while (--op);\\n                    from = _out - dist;      /* rest from output */\\n                    from_source = output;\\n                  }\\n                }\\n              }\\n              else {                      /* contiguous in window */\\n                from += wnext - op;\\n                if (op < len) {         /* some from window */\\n                  len -= op;\\n                  do {\\n                    output[_out++] = s_window[from++];\\n                  } while (--op);\\n                  from = _out - dist;  /* rest from output */\\n                  from_source = output;\\n                }\\n              }\\n              while (len > 2) {\\n                output[_out++] = from_source[from++];\\n                output[_out++] = from_source[from++];\\n                output[_out++] = from_source[from++];\\n                len -= 3;\\n              }\\n              if (len) {\\n                output[_out++] = from_source[from++];\\n                if (len > 1) {\\n                  output[_out++] = from_source[from++];\\n                }\\n              }\\n            }\\n            else {\\n              from = _out - dist;          /* copy direct from output */\\n              do {                        /* minimum length is three */\\n                output[_out++] = output[from++];\\n                output[_out++] = output[from++];\\n                output[_out++] = output[from++];\\n                len -= 3;\\n              } while (len > 2);\\n              if (len) {\\n                output[_out++] = output[from++];\\n                if (len > 1) {\\n                  output[_out++] = output[from++];\\n                }\\n              }\\n            }\\n          }\\n          else if ((op & 64) === 0) {          /* 2nd level distance code */\\n            here = dcode[(here & 0xffff)/*here.val*/ + (hold & ((1 << op) - 1))];\\n            continue dodist;\\n          }\\n          else {\\n            strm.msg = 'invalid distance code';\\n            state.mode = BAD;\\n            break top;\\n          }\\n\\n          break; // need to emulate goto via \\\"continue\\\"\\n        }\\n      }\\n      else if ((op & 64) === 0) {              /* 2nd level length code */\\n        here = lcode[(here & 0xffff)/*here.val*/ + (hold & ((1 << op) - 1))];\\n        continue dolen;\\n      }\\n      else if (op & 32) {                     /* end-of-block */\\n        //Tracevv((stderr, \\\"inflate:         end of block\\\\n\\\"));\\n        state.mode = TYPE;\\n        break top;\\n      }\\n      else {\\n        strm.msg = 'invalid literal/length code';\\n        state.mode = BAD;\\n        break top;\\n      }\\n\\n      break; // need to emulate goto via \\\"continue\\\"\\n    }\\n  } while (_in < last && _out < end);\\n\\n  /* return unused bytes (on entry, bits < 8, so in won't go too far back) */\\n  len = bits >> 3;\\n  _in -= len;\\n  bits -= len << 3;\\n  hold &= (1 << bits) - 1;\\n\\n  /* update state and return */\\n  strm.next_in = _in;\\n  strm.next_out = _out;\\n  strm.avail_in = (_in < last ? 5 + (last - _in) : 5 - (_in - last));\\n  strm.avail_out = (_out < end ? 257 + (end - _out) : 257 - (_out - end));\\n  state.hold = hold;\\n  state.bits = bits;\\n  return;\\n};\\n\"\n        },\n        {\n          \"id\": 310,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/pako/lib/zlib/inftrees.js\",\n          \"name\": \"./node_modules/pako/lib/zlib/inftrees.js\",\n          \"index\": 305,\n          \"index2\": 296,\n          \"size\": 12500,\n          \"cacheable\": true,\n          \"built\": true,\n          \"optional\": false,\n          \"prefetched\": false,\n          \"chunks\": [\n            2\n          ],\n          \"issuer\": \"/Users/jarred/Code/styleurl/node_modules/pako/lib/zlib/inflate.js\",\n          \"issuerId\": 308,\n          \"issuerName\": \"./node_modules/pako/lib/zlib/inflate.js\",\n          \"issuerPath\": [\n            {\n              \"id\": 191,\n              \"identifier\": \"multi /Users/jarred/Code/styleurl/webpack/customPublicPath /Users/jarred/Code/styleurl/chrome/extension/background\",\n              \"name\": \"multi ./webpack/customPublicPath ./chrome/extension/background\",\n              \"profile\": {\n                \"factory\": 0,\n                \"building\": 0,\n                \"dependencies\": 54\n              }\n            },\n            {\n              \"id\": 192,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/background.js\",\n              \"name\": \"./chrome/extension/background.js\",\n              \"profile\": {\n                \"factory\": 54,\n                \"building\": 639,\n                \"dependencies\": 140\n              }\n            },\n            {\n              \"id\": 255,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/stylesheet-differ/lib/index.js\",\n              \"name\": \"./node_modules/stylesheet-differ/lib/index.js\",\n              \"profile\": {\n                \"factory\": 140,\n                \"building\": 568,\n                \"dependencies\": 1\n              }\n            },\n            {\n              \"id\": 256,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/native-css/index.js\",\n              \"name\": \"./node_modules/native-css/index.js\",\n              \"profile\": {\n                \"factory\": 189,\n                \"building\": 603,\n                \"dependencies\": 1\n              }\n            },\n            {\n              \"id\": 257,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/native-css/src/native-css.js\",\n              \"name\": \"./node_modules/native-css/src/native-css.js\",\n              \"profile\": {\n                \"factory\": 26,\n                \"building\": 63,\n                \"dependencies\": 14\n              }\n            },\n            {\n              \"id\": 293,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/fetch/lib/fetch.js\",\n              \"name\": \"./node_modules/fetch/lib/fetch.js\",\n              \"profile\": {\n                \"factory\": 117,\n                \"building\": 25,\n                \"dependencies\": 27\n              }\n            },\n            {\n              \"id\": 302,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/browserify-zlib/lib/index.js\",\n              \"name\": \"./node_modules/browserify-zlib/lib/index.js\",\n              \"profile\": {\n                \"factory\": 66,\n                \"building\": 38,\n                \"dependencies\": 20\n              }\n            },\n            {\n              \"id\": 303,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/browserify-zlib/lib/binding.js\",\n              \"name\": \"./node_modules/browserify-zlib/lib/binding.js\",\n              \"profile\": {\n                \"factory\": 46,\n                \"building\": 33,\n                \"dependencies\": 1\n              }\n            },\n            {\n              \"id\": 308,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/pako/lib/zlib/inflate.js\",\n              \"name\": \"./node_modules/pako/lib/zlib/inflate.js\",\n              \"profile\": {\n                \"factory\": 116,\n                \"building\": 47,\n                \"dependencies\": 38\n              }\n            }\n          ],\n          \"profile\": {\n            \"factory\": 51,\n            \"building\": 57,\n            \"dependencies\": 0\n          },\n          \"failed\": false,\n          \"errors\": 0,\n          \"warnings\": 0,\n          \"assets\": [],\n          \"reasons\": [\n            {\n              \"moduleId\": 308,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/pako/lib/zlib/inflate.js\",\n              \"module\": \"./node_modules/pako/lib/zlib/inflate.js\",\n              \"moduleName\": \"./node_modules/pako/lib/zlib/inflate.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"./inftrees\",\n              \"loc\": \"26:20-41\"\n            }\n          ],\n          \"usedExports\": true,\n          \"providedExports\": null,\n          \"optimizationBailout\": [\n            \"ModuleConcatenation bailout: Module is not an ECMAScript module\"\n          ],\n          \"depth\": 9,\n          \"source\": \"'use strict';\\n\\n// (C) 1995-2013 Jean-loup Gailly and Mark Adler\\n// (C) 2014-2017 Vitaly Puzrin and Andrey Tupitsin\\n//\\n// This software is provided 'as-is', without any express or implied\\n// warranty. In no event will the authors be held liable for any damages\\n// arising from the use of this software.\\n//\\n// Permission is granted to anyone to use this software for any purpose,\\n// including commercial applications, and to alter it and redistribute it\\n// freely, subject to the following restrictions:\\n//\\n// 1. The origin of this software must not be misrepresented; you must not\\n//   claim that you wrote the original software. If you use this software\\n//   in a product, an acknowledgment in the product documentation would be\\n//   appreciated but is not required.\\n// 2. Altered source versions must be plainly marked as such, and must not be\\n//   misrepresented as being the original software.\\n// 3. This notice may not be removed or altered from any source distribution.\\n\\nvar utils = require('../utils/common');\\n\\nvar MAXBITS = 15;\\nvar ENOUGH_LENS = 852;\\nvar ENOUGH_DISTS = 592;\\n//var ENOUGH = (ENOUGH_LENS+ENOUGH_DISTS);\\n\\nvar CODES = 0;\\nvar LENS = 1;\\nvar DISTS = 2;\\n\\nvar lbase = [ /* Length codes 257..285 base */\\n  3, 4, 5, 6, 7, 8, 9, 10, 11, 13, 15, 17, 19, 23, 27, 31,\\n  35, 43, 51, 59, 67, 83, 99, 115, 131, 163, 195, 227, 258, 0, 0\\n];\\n\\nvar lext = [ /* Length codes 257..285 extra */\\n  16, 16, 16, 16, 16, 16, 16, 16, 17, 17, 17, 17, 18, 18, 18, 18,\\n  19, 19, 19, 19, 20, 20, 20, 20, 21, 21, 21, 21, 16, 72, 78\\n];\\n\\nvar dbase = [ /* Distance codes 0..29 base */\\n  1, 2, 3, 4, 5, 7, 9, 13, 17, 25, 33, 49, 65, 97, 129, 193,\\n  257, 385, 513, 769, 1025, 1537, 2049, 3073, 4097, 6145,\\n  8193, 12289, 16385, 24577, 0, 0\\n];\\n\\nvar dext = [ /* Distance codes 0..29 extra */\\n  16, 16, 16, 16, 17, 17, 18, 18, 19, 19, 20, 20, 21, 21, 22, 22,\\n  23, 23, 24, 24, 25, 25, 26, 26, 27, 27,\\n  28, 28, 29, 29, 64, 64\\n];\\n\\nmodule.exports = function inflate_table(type, lens, lens_index, codes, table, table_index, work, opts)\\n{\\n  var bits = opts.bits;\\n      //here = opts.here; /* table entry for duplication */\\n\\n  var len = 0;               /* a code's length in bits */\\n  var sym = 0;               /* index of code symbols */\\n  var min = 0, max = 0;          /* minimum and maximum code lengths */\\n  var root = 0;              /* number of index bits for root table */\\n  var curr = 0;              /* number of index bits for current table */\\n  var drop = 0;              /* code bits to drop for sub-table */\\n  var left = 0;                   /* number of prefix codes available */\\n  var used = 0;              /* code entries in table used */\\n  var huff = 0;              /* Huffman code */\\n  var incr;              /* for incrementing code, index */\\n  var fill;              /* index for replicating entries */\\n  var low;               /* low bits for current root entry */\\n  var mask;              /* mask for low root bits */\\n  var next;             /* next available space in table */\\n  var base = null;     /* base value table to use */\\n  var base_index = 0;\\n//  var shoextra;    /* extra bits table to use */\\n  var end;                    /* use base and extra for symbol > end */\\n  var count = new utils.Buf16(MAXBITS + 1); //[MAXBITS+1];    /* number of codes of each length */\\n  var offs = new utils.Buf16(MAXBITS + 1); //[MAXBITS+1];     /* offsets in table for each length */\\n  var extra = null;\\n  var extra_index = 0;\\n\\n  var here_bits, here_op, here_val;\\n\\n  /*\\n   Process a set of code lengths to create a canonical Huffman code.  The\\n   code lengths are lens[0..codes-1].  Each length corresponds to the\\n   symbols 0..codes-1.  The Huffman code is generated by first sorting the\\n   symbols by length from short to long, and retaining the symbol order\\n   for codes with equal lengths.  Then the code starts with all zero bits\\n   for the first code of the shortest length, and the codes are integer\\n   increments for the same length, and zeros are appended as the length\\n   increases.  For the deflate format, these bits are stored backwards\\n   from their more natural integer increment ordering, and so when the\\n   decoding tables are built in the large loop below, the integer codes\\n   are incremented backwards.\\n\\n   This routine assumes, but does not check, that all of the entries in\\n   lens[] are in the range 0..MAXBITS.  The caller must assure this.\\n   1..MAXBITS is interpreted as that code length.  zero means that that\\n   symbol does not occur in this code.\\n\\n   The codes are sorted by computing a count of codes for each length,\\n   creating from that a table of starting indices for each length in the\\n   sorted table, and then entering the symbols in order in the sorted\\n   table.  The sorted table is work[], with that space being provided by\\n   the caller.\\n\\n   The length counts are used for other purposes as well, i.e. finding\\n   the minimum and maximum length codes, determining if there are any\\n   codes at all, checking for a valid set of lengths, and looking ahead\\n   at length counts to determine sub-table sizes when building the\\n   decoding tables.\\n   */\\n\\n  /* accumulate lengths for codes (assumes lens[] all in 0..MAXBITS) */\\n  for (len = 0; len <= MAXBITS; len++) {\\n    count[len] = 0;\\n  }\\n  for (sym = 0; sym < codes; sym++) {\\n    count[lens[lens_index + sym]]++;\\n  }\\n\\n  /* bound code lengths, force root to be within code lengths */\\n  root = bits;\\n  for (max = MAXBITS; max >= 1; max--) {\\n    if (count[max] !== 0) { break; }\\n  }\\n  if (root > max) {\\n    root = max;\\n  }\\n  if (max === 0) {                     /* no symbols to code at all */\\n    //table.op[opts.table_index] = 64;  //here.op = (var char)64;    /* invalid code marker */\\n    //table.bits[opts.table_index] = 1;   //here.bits = (var char)1;\\n    //table.val[opts.table_index++] = 0;   //here.val = (var short)0;\\n    table[table_index++] = (1 << 24) | (64 << 16) | 0;\\n\\n\\n    //table.op[opts.table_index] = 64;\\n    //table.bits[opts.table_index] = 1;\\n    //table.val[opts.table_index++] = 0;\\n    table[table_index++] = (1 << 24) | (64 << 16) | 0;\\n\\n    opts.bits = 1;\\n    return 0;     /* no symbols, but wait for decoding to report error */\\n  }\\n  for (min = 1; min < max; min++) {\\n    if (count[min] !== 0) { break; }\\n  }\\n  if (root < min) {\\n    root = min;\\n  }\\n\\n  /* check for an over-subscribed or incomplete set of lengths */\\n  left = 1;\\n  for (len = 1; len <= MAXBITS; len++) {\\n    left <<= 1;\\n    left -= count[len];\\n    if (left < 0) {\\n      return -1;\\n    }        /* over-subscribed */\\n  }\\n  if (left > 0 && (type === CODES || max !== 1)) {\\n    return -1;                      /* incomplete set */\\n  }\\n\\n  /* generate offsets into symbol table for each length for sorting */\\n  offs[1] = 0;\\n  for (len = 1; len < MAXBITS; len++) {\\n    offs[len + 1] = offs[len] + count[len];\\n  }\\n\\n  /* sort symbols by length, by symbol order within each length */\\n  for (sym = 0; sym < codes; sym++) {\\n    if (lens[lens_index + sym] !== 0) {\\n      work[offs[lens[lens_index + sym]]++] = sym;\\n    }\\n  }\\n\\n  /*\\n   Create and fill in decoding tables.  In this loop, the table being\\n   filled is at next and has curr index bits.  The code being used is huff\\n   with length len.  That code is converted to an index by dropping drop\\n   bits off of the bottom.  For codes where len is less than drop + curr,\\n   those top drop + curr - len bits are incremented through all values to\\n   fill the table with replicated entries.\\n\\n   root is the number of index bits for the root table.  When len exceeds\\n   root, sub-tables are created pointed to by the root entry with an index\\n   of the low root bits of huff.  This is saved in low to check for when a\\n   new sub-table should be started.  drop is zero when the root table is\\n   being filled, and drop is root when sub-tables are being filled.\\n\\n   When a new sub-table is needed, it is necessary to look ahead in the\\n   code lengths to determine what size sub-table is needed.  The length\\n   counts are used for this, and so count[] is decremented as codes are\\n   entered in the tables.\\n\\n   used keeps track of how many table entries have been allocated from the\\n   provided *table space.  It is checked for LENS and DIST tables against\\n   the constants ENOUGH_LENS and ENOUGH_DISTS to guard against changes in\\n   the initial root table size constants.  See the comments in inftrees.h\\n   for more information.\\n\\n   sym increments through all symbols, and the loop terminates when\\n   all codes of length max, i.e. all codes, have been processed.  This\\n   routine permits incomplete codes, so another loop after this one fills\\n   in the rest of the decoding tables with invalid code markers.\\n   */\\n\\n  /* set up for code type */\\n  // poor man optimization - use if-else instead of switch,\\n  // to avoid deopts in old v8\\n  if (type === CODES) {\\n    base = extra = work;    /* dummy value--not used */\\n    end = 19;\\n\\n  } else if (type === LENS) {\\n    base = lbase;\\n    base_index -= 257;\\n    extra = lext;\\n    extra_index -= 257;\\n    end = 256;\\n\\n  } else {                    /* DISTS */\\n    base = dbase;\\n    extra = dext;\\n    end = -1;\\n  }\\n\\n  /* initialize opts for loop */\\n  huff = 0;                   /* starting code */\\n  sym = 0;                    /* starting code symbol */\\n  len = min;                  /* starting code length */\\n  next = table_index;              /* current table to fill in */\\n  curr = root;                /* current table index bits */\\n  drop = 0;                   /* current bits to drop from code for index */\\n  low = -1;                   /* trigger new sub-table when len > root */\\n  used = 1 << root;          /* use root table entries */\\n  mask = used - 1;            /* mask for comparing low */\\n\\n  /* check available table space */\\n  if ((type === LENS && used > ENOUGH_LENS) ||\\n    (type === DISTS && used > ENOUGH_DISTS)) {\\n    return 1;\\n  }\\n\\n  /* process all codes and make table entries */\\n  for (;;) {\\n    /* create table entry */\\n    here_bits = len - drop;\\n    if (work[sym] < end) {\\n      here_op = 0;\\n      here_val = work[sym];\\n    }\\n    else if (work[sym] > end) {\\n      here_op = extra[extra_index + work[sym]];\\n      here_val = base[base_index + work[sym]];\\n    }\\n    else {\\n      here_op = 32 + 64;         /* end of block */\\n      here_val = 0;\\n    }\\n\\n    /* replicate for those indices with low len bits equal to huff */\\n    incr = 1 << (len - drop);\\n    fill = 1 << curr;\\n    min = fill;                 /* save offset to next table */\\n    do {\\n      fill -= incr;\\n      table[next + (huff >> drop) + fill] = (here_bits << 24) | (here_op << 16) | here_val |0;\\n    } while (fill !== 0);\\n\\n    /* backwards increment the len-bit code huff */\\n    incr = 1 << (len - 1);\\n    while (huff & incr) {\\n      incr >>= 1;\\n    }\\n    if (incr !== 0) {\\n      huff &= incr - 1;\\n      huff += incr;\\n    } else {\\n      huff = 0;\\n    }\\n\\n    /* go to next symbol, update count, len */\\n    sym++;\\n    if (--count[len] === 0) {\\n      if (len === max) { break; }\\n      len = lens[lens_index + work[sym]];\\n    }\\n\\n    /* create new sub-table if needed */\\n    if (len > root && (huff & mask) !== low) {\\n      /* if first time, transition to sub-tables */\\n      if (drop === 0) {\\n        drop = root;\\n      }\\n\\n      /* increment past last table */\\n      next += min;            /* here min is 1 << curr */\\n\\n      /* determine length of next table */\\n      curr = len - drop;\\n      left = 1 << curr;\\n      while (curr + drop < max) {\\n        left -= count[curr + drop];\\n        if (left <= 0) { break; }\\n        curr++;\\n        left <<= 1;\\n      }\\n\\n      /* check for enough space */\\n      used += 1 << curr;\\n      if ((type === LENS && used > ENOUGH_LENS) ||\\n        (type === DISTS && used > ENOUGH_DISTS)) {\\n        return 1;\\n      }\\n\\n      /* point entry in root table to sub-table */\\n      low = huff & mask;\\n      /*table.op[low] = curr;\\n      table.bits[low] = root;\\n      table.val[low] = next - opts.table_index;*/\\n      table[low] = (root << 24) | (curr << 16) | (next - table_index) |0;\\n    }\\n  }\\n\\n  /* fill in remaining table entry if code is incomplete (guaranteed to have\\n   at most one remaining entry, since if the code is incomplete, the\\n   maximum code length that was allowed to get this far is one bit) */\\n  if (huff !== 0) {\\n    //table.op[next + huff] = 64;            /* invalid code marker */\\n    //table.bits[next + huff] = len - drop;\\n    //table.val[next + huff] = 0;\\n    table[next + huff] = ((len - drop) << 24) | (64 << 16) |0;\\n  }\\n\\n  /* set return parameters */\\n  //opts.table_index += used;\\n  opts.bits = root;\\n  return 0;\\n};\\n\"\n        },\n        {\n          \"id\": 311,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/pako/lib/zlib/constants.js\",\n          \"name\": \"./node_modules/pako/lib/zlib/constants.js\",\n          \"index\": 306,\n          \"index2\": 298,\n          \"size\": 2312,\n          \"cacheable\": true,\n          \"built\": true,\n          \"optional\": false,\n          \"prefetched\": false,\n          \"chunks\": [\n            2\n          ],\n          \"issuer\": \"/Users/jarred/Code/styleurl/node_modules/browserify-zlib/lib/binding.js\",\n          \"issuerId\": 303,\n          \"issuerName\": \"./node_modules/browserify-zlib/lib/binding.js\",\n          \"issuerPath\": [\n            {\n              \"id\": 191,\n              \"identifier\": \"multi /Users/jarred/Code/styleurl/webpack/customPublicPath /Users/jarred/Code/styleurl/chrome/extension/background\",\n              \"name\": \"multi ./webpack/customPublicPath ./chrome/extension/background\",\n              \"profile\": {\n                \"factory\": 0,\n                \"building\": 0,\n                \"dependencies\": 54\n              }\n            },\n            {\n              \"id\": 192,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/background.js\",\n              \"name\": \"./chrome/extension/background.js\",\n              \"profile\": {\n                \"factory\": 54,\n                \"building\": 639,\n                \"dependencies\": 140\n              }\n            },\n            {\n              \"id\": 255,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/stylesheet-differ/lib/index.js\",\n              \"name\": \"./node_modules/stylesheet-differ/lib/index.js\",\n              \"profile\": {\n                \"factory\": 140,\n                \"building\": 568,\n                \"dependencies\": 1\n              }\n            },\n            {\n              \"id\": 256,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/native-css/index.js\",\n              \"name\": \"./node_modules/native-css/index.js\",\n              \"profile\": {\n                \"factory\": 189,\n                \"building\": 603,\n                \"dependencies\": 1\n              }\n            },\n            {\n              \"id\": 257,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/native-css/src/native-css.js\",\n              \"name\": \"./node_modules/native-css/src/native-css.js\",\n              \"profile\": {\n                \"factory\": 26,\n                \"building\": 63,\n                \"dependencies\": 14\n              }\n            },\n            {\n              \"id\": 293,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/fetch/lib/fetch.js\",\n              \"name\": \"./node_modules/fetch/lib/fetch.js\",\n              \"profile\": {\n                \"factory\": 117,\n                \"building\": 25,\n                \"dependencies\": 27\n              }\n            },\n            {\n              \"id\": 302,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/browserify-zlib/lib/index.js\",\n              \"name\": \"./node_modules/browserify-zlib/lib/index.js\",\n              \"profile\": {\n                \"factory\": 66,\n                \"building\": 38,\n                \"dependencies\": 20\n              }\n            },\n            {\n              \"id\": 303,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/browserify-zlib/lib/binding.js\",\n              \"name\": \"./node_modules/browserify-zlib/lib/binding.js\",\n              \"profile\": {\n                \"factory\": 46,\n                \"building\": 33,\n                \"dependencies\": 1\n              }\n            }\n          ],\n          \"profile\": {\n            \"factory\": 116,\n            \"building\": 47,\n            \"dependencies\": 38\n          },\n          \"failed\": false,\n          \"errors\": 0,\n          \"warnings\": 0,\n          \"assets\": [],\n          \"reasons\": [\n            {\n              \"moduleId\": 303,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/browserify-zlib/lib/binding.js\",\n              \"module\": \"./node_modules/browserify-zlib/lib/binding.js\",\n              \"moduleName\": \"./node_modules/browserify-zlib/lib/binding.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"pako/lib/zlib/constants\",\n              \"loc\": \"9:16-50\"\n            }\n          ],\n          \"usedExports\": true,\n          \"providedExports\": null,\n          \"optimizationBailout\": [\n            \"ModuleConcatenation bailout: Module is not an ECMAScript module\"\n          ],\n          \"depth\": 8,\n          \"source\": \"'use strict';\\n\\n// (C) 1995-2013 Jean-loup Gailly and Mark Adler\\n// (C) 2014-2017 Vitaly Puzrin and Andrey Tupitsin\\n//\\n// This software is provided 'as-is', without any express or implied\\n// warranty. In no event will the authors be held liable for any damages\\n// arising from the use of this software.\\n//\\n// Permission is granted to anyone to use this software for any purpose,\\n// including commercial applications, and to alter it and redistribute it\\n// freely, subject to the following restrictions:\\n//\\n// 1. The origin of this software must not be misrepresented; you must not\\n//   claim that you wrote the original software. If you use this software\\n//   in a product, an acknowledgment in the product documentation would be\\n//   appreciated but is not required.\\n// 2. Altered source versions must be plainly marked as such, and must not be\\n//   misrepresented as being the original software.\\n// 3. This notice may not be removed or altered from any source distribution.\\n\\nmodule.exports = {\\n\\n  /* Allowed flush values; see deflate() and inflate() below for details */\\n  Z_NO_FLUSH:         0,\\n  Z_PARTIAL_FLUSH:    1,\\n  Z_SYNC_FLUSH:       2,\\n  Z_FULL_FLUSH:       3,\\n  Z_FINISH:           4,\\n  Z_BLOCK:            5,\\n  Z_TREES:            6,\\n\\n  /* Return codes for the compression/decompression functions. Negative values\\n  * are errors, positive values are used for special but normal events.\\n  */\\n  Z_OK:               0,\\n  Z_STREAM_END:       1,\\n  Z_NEED_DICT:        2,\\n  Z_ERRNO:           -1,\\n  Z_STREAM_ERROR:    -2,\\n  Z_DATA_ERROR:      -3,\\n  //Z_MEM_ERROR:     -4,\\n  Z_BUF_ERROR:       -5,\\n  //Z_VERSION_ERROR: -6,\\n\\n  /* compression levels */\\n  Z_NO_COMPRESSION:         0,\\n  Z_BEST_SPEED:             1,\\n  Z_BEST_COMPRESSION:       9,\\n  Z_DEFAULT_COMPRESSION:   -1,\\n\\n\\n  Z_FILTERED:               1,\\n  Z_HUFFMAN_ONLY:           2,\\n  Z_RLE:                    3,\\n  Z_FIXED:                  4,\\n  Z_DEFAULT_STRATEGY:       0,\\n\\n  /* Possible values of the data_type field (though see inflate()) */\\n  Z_BINARY:                 0,\\n  Z_TEXT:                   1,\\n  //Z_ASCII:                1, // = Z_TEXT (deprecated)\\n  Z_UNKNOWN:                2,\\n\\n  /* The deflate compression method */\\n  Z_DEFLATED:               8\\n  //Z_NULL:                 null // Use -1 or null inline, depending on var type\\n};\\n\"\n        },\n        {\n          \"id\": 312,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/fetch/lib/cookiejar.js\",\n          \"name\": \"./node_modules/fetch/lib/cookiejar.js\",\n          \"index\": 308,\n          \"index2\": 302,\n          \"size\": 4953,\n          \"cacheable\": true,\n          \"built\": true,\n          \"optional\": false,\n          \"prefetched\": false,\n          \"chunks\": [\n            2\n          ],\n          \"issuer\": \"/Users/jarred/Code/styleurl/node_modules/fetch/lib/fetch.js\",\n          \"issuerId\": 293,\n          \"issuerName\": \"./node_modules/fetch/lib/fetch.js\",\n          \"issuerPath\": [\n            {\n              \"id\": 191,\n              \"identifier\": \"multi /Users/jarred/Code/styleurl/webpack/customPublicPath /Users/jarred/Code/styleurl/chrome/extension/background\",\n              \"name\": \"multi ./webpack/customPublicPath ./chrome/extension/background\",\n              \"profile\": {\n                \"factory\": 0,\n                \"building\": 0,\n                \"dependencies\": 54\n              }\n            },\n            {\n              \"id\": 192,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/background.js\",\n              \"name\": \"./chrome/extension/background.js\",\n              \"profile\": {\n                \"factory\": 54,\n                \"building\": 639,\n                \"dependencies\": 140\n              }\n            },\n            {\n              \"id\": 255,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/stylesheet-differ/lib/index.js\",\n              \"name\": \"./node_modules/stylesheet-differ/lib/index.js\",\n              \"profile\": {\n                \"factory\": 140,\n                \"building\": 568,\n                \"dependencies\": 1\n              }\n            },\n            {\n              \"id\": 256,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/native-css/index.js\",\n              \"name\": \"./node_modules/native-css/index.js\",\n              \"profile\": {\n                \"factory\": 189,\n                \"building\": 603,\n                \"dependencies\": 1\n              }\n            },\n            {\n              \"id\": 257,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/native-css/src/native-css.js\",\n              \"name\": \"./node_modules/native-css/src/native-css.js\",\n              \"profile\": {\n                \"factory\": 26,\n                \"building\": 63,\n                \"dependencies\": 14\n              }\n            },\n            {\n              \"id\": 293,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/fetch/lib/fetch.js\",\n              \"name\": \"./node_modules/fetch/lib/fetch.js\",\n              \"profile\": {\n                \"factory\": 117,\n                \"building\": 25,\n                \"dependencies\": 27\n              }\n            }\n          ],\n          \"profile\": {\n            \"factory\": 66,\n            \"building\": 38,\n            \"dependencies\": 20\n          },\n          \"failed\": false,\n          \"errors\": 0,\n          \"warnings\": 0,\n          \"assets\": [],\n          \"reasons\": [\n            {\n              \"moduleId\": 293,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/fetch/lib/fetch.js\",\n              \"module\": \"./node_modules/fetch/lib/fetch.js\",\n              \"moduleName\": \"./node_modules/fetch/lib/fetch.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"./cookiejar\",\n              \"loc\": \"10:16-38\"\n            }\n          ],\n          \"usedExports\": true,\n          \"providedExports\": null,\n          \"optimizationBailout\": [\n            \"ModuleConcatenation bailout: Module is not an ECMAScript module\"\n          ],\n          \"depth\": 6,\n          \"source\": \"'use strict';\\n\\nvar urllib = require('url');\\n\\nmodule.exports.CookieJar = CookieJar;\\n\\nfunction CookieJar(options) {\\n    this.options = options || {};\\n    this.options.sessionTimeout = this.options.sessionTimeout || 1800; // 30min\\n\\n    this.cookies = {};\\n}\\n\\nCookieJar.prototype.addCookie = function (cookie) {\\n\\n    if (!cookie || !cookie.name) {\\n        return;\\n    }\\n\\n    var lcookie;\\n\\n    if (!this.cookies[cookie.name]) {\\n        this.cookies[cookie.name] = [];\\n    }\\n\\n    // overwrite if has same params\\n    for (var i = 0, len = this.cookies[cookie.name].length; i < len; i++) {\\n        lcookie = this.cookies[cookie.name][i];\\n        if (\\n            lcookie.path === cookie.path &&\\n            lcookie.domain === cookie.domain &&\\n            lcookie.secure === cookie.secure &&\\n            lcookie.httponly === cookie.httponly\\n        ) {\\n            this.cookies[cookie.name][i] = cookie;\\n            return;\\n        }\\n    }\\n\\n    this.cookies[cookie.name].push(cookie);\\n};\\n\\nCookieJar.prototype.getCookies = function (url) {\\n    var keys = Object.keys(this.cookies),\\n        cookie, cookies = [];\\n\\n    for (var i = 0, len = keys.length; i < len; i++) {\\n        if (Array.isArray(this.cookies[keys[i]])) {\\n            for (var j = 0, lenj = this.cookies[keys[i]].length; j < lenj; j++) {\\n                cookie = this.cookies[keys[i]][j];\\n                if (this.matchCookie(cookie, url)) {\\n                    cookies.push(cookie.name + '=' + cookie.value);\\n                }\\n            }\\n        }\\n    }\\n    return cookies.join('; ');\\n};\\n\\nCookieJar.prototype.matchCookie = function (cookie, url) {\\n    var urlparts = urllib.parse(url || '', false, true),\\n        path;\\n\\n    // check expire\\n    if (cookie.expire) {\\n        if (cookie.expire.getTime() < Date.now()) {\\n            return;\\n        }\\n    }\\n\\n    // check if hostname matches\\n    if (urlparts.hostname && cookie._domain) {\\n        if (!(urlparts.hostname === cookie._domain || urlparts.hostname.substr(-(cookie._domain.length + 1)) === '.' + cookie._domain)) {\\n            return false;\\n        }\\n    }\\n\\n    // check if path matches\\n    if (cookie.path && urlparts.pathname) {\\n\\n        path = (urlparts.pathname || '/').split('/');\\n        path.pop();\\n        path = path.join('/').trim();\\n        if (path.substr(0, 1) !== '/') {\\n            path = '/' + path;\\n        }\\n        if (path.substr(-1) !== '/') {\\n            path += '/';\\n        }\\n\\n        if (path.substr(0, cookie.path.length) !== cookie.path) {\\n            return false;\\n        }\\n    }\\n\\n    // check secure\\n    if (cookie.secure && urlparts.protocol) {\\n        if (urlparts.protocol !== 'https:') {\\n            return false;\\n        }\\n    }\\n\\n    // check httponly\\n    if (cookie.httponly && urlparts.protocol) {\\n        if (urlparts.protocol !== 'http:') {\\n            return false;\\n        }\\n    }\\n\\n    return true;\\n};\\n\\nCookieJar.prototype.setCookie = function (cookie_str, url) {\\n    var parts = (cookie_str || '').split(';'),\\n        cookie = {},\\n        urlparts = urllib.parse(url || '', false, true),\\n        path;\\n\\n    parts.forEach((function (part) {\\n        var key, val;\\n        part = part.split('=');\\n        key = part.shift().trim();\\n        val = part.join('=').trim();\\n\\n        if (!key) {\\n            return;\\n        }\\n\\n        switch (key.toLowerCase()) {\\n\\n            case 'expires':\\n\\n                cookie.expires = new Date(val);\\n                break;\\n\\n            case 'path':\\n                cookie.path = val.trim();\\n                break;\\n\\n            case 'domain':\\n                cookie.domain = val.toLowerCase();\\n                break;\\n\\n            case 'max-age':\\n                cookie.expires = new Date(Date.now() + (Number(val) || 0) * 1000);\\n                break;\\n\\n            case 'secure':\\n                cookie.secure = true;\\n                break;\\n\\n            case 'httponly':\\n                cookie.httponly = true;\\n                break;\\n\\n            default:\\n                if (!cookie.name) {\\n                    cookie.name = key;\\n                    cookie.value = val;\\n                }\\n        }\\n    }).bind(this));\\n\\n    // use current path when path is not specified\\n    if (!cookie.path) {\\n        path = (urlparts.pathname || '/').split('/');\\n        path.pop();\\n        cookie.path = path.join('/').trim();\\n        if (cookie.path.substr(0, 1) !== '/') {\\n            cookie.path = '/' + cookie.path;\\n        }\\n        if (cookie.path.substr(-1) !== '/') {\\n            cookie.path += '/';\\n        }\\n    }\\n\\n    // if no expire date, then use sessionTimeout value\\n    if (!cookie.expires) {\\n        cookie._expires = new Date(Date.now() + (Number(this.options.sessionTimeout) || 0) * 1000);\\n    } else {\\n        cookie._expires = cookie.expires;\\n    }\\n\\n    if (!cookie.domain) {\\n        if (urlparts.hostname) {\\n            cookie._domain = urlparts.hostname;\\n        }\\n    } else {\\n        cookie._domain = cookie.domain;\\n    }\\n\\n    this.addCookie(cookie);\\n};\\n\"\n        },\n        {\n          \"id\": 313,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/encoding/lib/encoding.js\",\n          \"name\": \"./node_modules/encoding/lib/encoding.js\",\n          \"index\": 309,\n          \"index2\": 326,\n          \"size\": 3148,\n          \"cacheable\": true,\n          \"built\": true,\n          \"optional\": false,\n          \"prefetched\": false,\n          \"chunks\": [\n            2\n          ],\n          \"issuer\": \"/Users/jarred/Code/styleurl/node_modules/fetch/lib/fetch.js\",\n          \"issuerId\": 293,\n          \"issuerName\": \"./node_modules/fetch/lib/fetch.js\",\n          \"issuerPath\": [\n            {\n              \"id\": 191,\n              \"identifier\": \"multi /Users/jarred/Code/styleurl/webpack/customPublicPath /Users/jarred/Code/styleurl/chrome/extension/background\",\n              \"name\": \"multi ./webpack/customPublicPath ./chrome/extension/background\",\n              \"profile\": {\n                \"factory\": 0,\n                \"building\": 0,\n                \"dependencies\": 54\n              }\n            },\n            {\n              \"id\": 192,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/background.js\",\n              \"name\": \"./chrome/extension/background.js\",\n              \"profile\": {\n                \"factory\": 54,\n                \"building\": 639,\n                \"dependencies\": 140\n              }\n            },\n            {\n              \"id\": 255,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/stylesheet-differ/lib/index.js\",\n              \"name\": \"./node_modules/stylesheet-differ/lib/index.js\",\n              \"profile\": {\n                \"factory\": 140,\n                \"building\": 568,\n                \"dependencies\": 1\n              }\n            },\n            {\n              \"id\": 256,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/native-css/index.js\",\n              \"name\": \"./node_modules/native-css/index.js\",\n              \"profile\": {\n                \"factory\": 189,\n                \"building\": 603,\n                \"dependencies\": 1\n              }\n            },\n            {\n              \"id\": 257,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/native-css/src/native-css.js\",\n              \"name\": \"./node_modules/native-css/src/native-css.js\",\n              \"profile\": {\n                \"factory\": 26,\n                \"building\": 63,\n                \"dependencies\": 14\n              }\n            },\n            {\n              \"id\": 293,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/fetch/lib/fetch.js\",\n              \"name\": \"./node_modules/fetch/lib/fetch.js\",\n              \"profile\": {\n                \"factory\": 117,\n                \"building\": 25,\n                \"dependencies\": 27\n              }\n            }\n          ],\n          \"profile\": {\n            \"factory\": 66,\n            \"building\": 38,\n            \"dependencies\": 20\n          },\n          \"failed\": false,\n          \"errors\": 0,\n          \"warnings\": 0,\n          \"assets\": [],\n          \"reasons\": [\n            {\n              \"moduleId\": 293,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/fetch/lib/fetch.js\",\n              \"module\": \"./node_modules/fetch/lib/fetch.js\",\n              \"moduleName\": \"./node_modules/fetch/lib/fetch.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"encoding\",\n              \"loc\": \"11:18-37\"\n            }\n          ],\n          \"usedExports\": true,\n          \"providedExports\": null,\n          \"optimizationBailout\": [\n            \"ModuleConcatenation bailout: Module is not an ECMAScript module\"\n          ],\n          \"depth\": 6,\n          \"source\": \"'use strict';\\n\\nvar iconvLite = require('iconv-lite');\\n// Load Iconv from an external file to be able to disable Iconv for webpack\\n// Add /\\\\/iconv-loader$/ to webpack.IgnorePlugin to ignore it\\nvar Iconv = require('./iconv-loader');\\n\\n// Expose to the world\\nmodule.exports.convert = convert;\\n\\n/**\\n * Convert encoding of an UTF-8 string or a buffer\\n *\\n * @param {String|Buffer} str String to be converted\\n * @param {String} to Encoding to be converted to\\n * @param {String} [from='UTF-8'] Encoding to be converted from\\n * @param {Boolean} useLite If set to ture, force to use iconvLite\\n * @return {Buffer} Encoded string\\n */\\nfunction convert(str, to, from, useLite) {\\n    from = checkEncoding(from || 'UTF-8');\\n    to = checkEncoding(to || 'UTF-8');\\n    str = str || '';\\n\\n    var result;\\n\\n    if (from !== 'UTF-8' && typeof str === 'string') {\\n        str = new Buffer(str, 'binary');\\n    }\\n\\n    if (from === to) {\\n        if (typeof str === 'string') {\\n            result = new Buffer(str);\\n        } else {\\n            result = str;\\n        }\\n    } else if (Iconv && !useLite) {\\n        try {\\n            result = convertIconv(str, to, from);\\n        } catch (E) {\\n            console.error(E);\\n            try {\\n                result = convertIconvLite(str, to, from);\\n            } catch (E) {\\n                console.error(E);\\n                result = str;\\n            }\\n        }\\n    } else {\\n        try {\\n            result = convertIconvLite(str, to, from);\\n        } catch (E) {\\n            console.error(E);\\n            result = str;\\n        }\\n    }\\n\\n\\n    if (typeof result === 'string') {\\n        result = new Buffer(result, 'utf-8');\\n    }\\n\\n    return result;\\n}\\n\\n/**\\n * Convert encoding of a string with node-iconv (if available)\\n *\\n * @param {String|Buffer} str String to be converted\\n * @param {String} to Encoding to be converted to\\n * @param {String} [from='UTF-8'] Encoding to be converted from\\n * @return {Buffer} Encoded string\\n */\\nfunction convertIconv(str, to, from) {\\n    var response, iconv;\\n    iconv = new Iconv(from, to + '//TRANSLIT//IGNORE');\\n    response = iconv.convert(str);\\n    return response.slice(0, response.length);\\n}\\n\\n/**\\n * Convert encoding of astring with iconv-lite\\n *\\n * @param {String|Buffer} str String to be converted\\n * @param {String} to Encoding to be converted to\\n * @param {String} [from='UTF-8'] Encoding to be converted from\\n * @return {Buffer} Encoded string\\n */\\nfunction convertIconvLite(str, to, from) {\\n    if (to === 'UTF-8') {\\n        return iconvLite.decode(str, from);\\n    } else if (from === 'UTF-8') {\\n        return iconvLite.encode(str, to);\\n    } else {\\n        return iconvLite.encode(iconvLite.decode(str, from), to);\\n    }\\n}\\n\\n/**\\n * Converts charset name if needed\\n *\\n * @param {String} name Character set\\n * @return {String} Character set name\\n */\\nfunction checkEncoding(name) {\\n    return (name || '').toString().trim().\\n    replace(/^latin[\\\\-_]?(\\\\d+)$/i, 'ISO-8859-$1').\\n    replace(/^win(?:dows)?[\\\\-_]?(\\\\d+)$/i, 'WINDOWS-$1').\\n    replace(/^utf[\\\\-_]?(\\\\d+)$/i, 'UTF-$1').\\n    replace(/^ks_c_5601\\\\-1987$/i, 'CP949').\\n    replace(/^us[\\\\-_]?ascii$/i, 'ASCII').\\n    toUpperCase();\\n}\\n\"\n        },\n        {\n          \"id\": 314,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/iconv-lite/lib/index.js\",\n          \"name\": \"./node_modules/iconv-lite/lib/index.js\",\n          \"index\": 310,\n          \"index2\": 323,\n          \"size\": 4519,\n          \"cacheable\": true,\n          \"built\": true,\n          \"optional\": false,\n          \"prefetched\": false,\n          \"chunks\": [\n            2\n          ],\n          \"issuer\": \"/Users/jarred/Code/styleurl/node_modules/encoding/lib/encoding.js\",\n          \"issuerId\": 313,\n          \"issuerName\": \"./node_modules/encoding/lib/encoding.js\",\n          \"issuerPath\": [\n            {\n              \"id\": 191,\n              \"identifier\": \"multi /Users/jarred/Code/styleurl/webpack/customPublicPath /Users/jarred/Code/styleurl/chrome/extension/background\",\n              \"name\": \"multi ./webpack/customPublicPath ./chrome/extension/background\",\n              \"profile\": {\n                \"factory\": 0,\n                \"building\": 0,\n                \"dependencies\": 54\n              }\n            },\n            {\n              \"id\": 192,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/background.js\",\n              \"name\": \"./chrome/extension/background.js\",\n              \"profile\": {\n                \"factory\": 54,\n                \"building\": 639,\n                \"dependencies\": 140\n              }\n            },\n            {\n              \"id\": 255,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/stylesheet-differ/lib/index.js\",\n              \"name\": \"./node_modules/stylesheet-differ/lib/index.js\",\n              \"profile\": {\n                \"factory\": 140,\n                \"building\": 568,\n                \"dependencies\": 1\n              }\n            },\n            {\n              \"id\": 256,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/native-css/index.js\",\n              \"name\": \"./node_modules/native-css/index.js\",\n              \"profile\": {\n                \"factory\": 189,\n                \"building\": 603,\n                \"dependencies\": 1\n              }\n            },\n            {\n              \"id\": 257,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/native-css/src/native-css.js\",\n              \"name\": \"./node_modules/native-css/src/native-css.js\",\n              \"profile\": {\n                \"factory\": 26,\n                \"building\": 63,\n                \"dependencies\": 14\n              }\n            },\n            {\n              \"id\": 293,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/fetch/lib/fetch.js\",\n              \"name\": \"./node_modules/fetch/lib/fetch.js\",\n              \"profile\": {\n                \"factory\": 117,\n                \"building\": 25,\n                \"dependencies\": 27\n              }\n            },\n            {\n              \"id\": 313,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/encoding/lib/encoding.js\",\n              \"name\": \"./node_modules/encoding/lib/encoding.js\",\n              \"profile\": {\n                \"factory\": 66,\n                \"building\": 38,\n                \"dependencies\": 20\n              }\n            }\n          ],\n          \"profile\": {\n            \"factory\": 123,\n            \"building\": 23,\n            \"dependencies\": 1\n          },\n          \"failed\": false,\n          \"errors\": 0,\n          \"warnings\": 0,\n          \"assets\": [],\n          \"reasons\": [\n            {\n              \"moduleId\": 313,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/encoding/lib/encoding.js\",\n              \"module\": \"./node_modules/encoding/lib/encoding.js\",\n              \"moduleName\": \"./node_modules/encoding/lib/encoding.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"iconv-lite\",\n              \"loc\": \"3:16-37\"\n            }\n          ],\n          \"usedExports\": true,\n          \"providedExports\": null,\n          \"optimizationBailout\": [\n            \"ModuleConcatenation bailout: Module is not an ECMAScript module\"\n          ],\n          \"depth\": 7,\n          \"source\": \"\\\"use strict\\\"\\n\\nvar bomHandling = require('./bom-handling'),\\n    iconv = module.exports;\\n\\n// All codecs and aliases are kept here, keyed by encoding name/alias.\\n// They are lazy loaded in `iconv.getCodec` from `encodings/index.js`.\\niconv.encodings = null;\\n\\n// Characters emitted in case of error.\\niconv.defaultCharUnicode = '�';\\niconv.defaultCharSingleByte = '?';\\n\\n// Public API.\\niconv.encode = function encode(str, encoding, options) {\\n    str = \\\"\\\" + (str || \\\"\\\"); // Ensure string.\\n\\n    var encoder = iconv.getEncoder(encoding, options);\\n\\n    var res = encoder.write(str);\\n    var trail = encoder.end();\\n    \\n    return (trail && trail.length > 0) ? Buffer.concat([res, trail]) : res;\\n}\\n\\niconv.decode = function decode(buf, encoding, options) {\\n    if (typeof buf === 'string') {\\n        if (!iconv.skipDecodeWarning) {\\n            console.error('Iconv-lite warning: decode()-ing strings is deprecated. Refer to https://github.com/ashtuchkin/iconv-lite/wiki/Use-Buffers-when-decoding');\\n            iconv.skipDecodeWarning = true;\\n        }\\n\\n        buf = new Buffer(\\\"\\\" + (buf || \\\"\\\"), \\\"binary\\\"); // Ensure buffer.\\n    }\\n\\n    var decoder = iconv.getDecoder(encoding, options);\\n\\n    var res = decoder.write(buf);\\n    var trail = decoder.end();\\n\\n    return trail ? (res + trail) : res;\\n}\\n\\niconv.encodingExists = function encodingExists(enc) {\\n    try {\\n        iconv.getCodec(enc);\\n        return true;\\n    } catch (e) {\\n        return false;\\n    }\\n}\\n\\n// Legacy aliases to convert functions\\niconv.toEncoding = iconv.encode;\\niconv.fromEncoding = iconv.decode;\\n\\n// Search for a codec in iconv.encodings. Cache codec data in iconv._codecDataCache.\\niconv._codecDataCache = {};\\niconv.getCodec = function getCodec(encoding) {\\n    if (!iconv.encodings)\\n        iconv.encodings = require(\\\"../encodings\\\"); // Lazy load all encoding definitions.\\n    \\n    // Canonicalize encoding name: strip all non-alphanumeric chars and appended year.\\n    var enc = (''+encoding).toLowerCase().replace(/[^0-9a-z]|:\\\\d{4}$/g, \\\"\\\");\\n\\n    // Traverse iconv.encodings to find actual codec.\\n    var codecOptions = {};\\n    while (true) {\\n        var codec = iconv._codecDataCache[enc];\\n        if (codec)\\n            return codec;\\n\\n        var codecDef = iconv.encodings[enc];\\n\\n        switch (typeof codecDef) {\\n            case \\\"string\\\": // Direct alias to other encoding.\\n                enc = codecDef;\\n                break;\\n\\n            case \\\"object\\\": // Alias with options. Can be layered.\\n                for (var key in codecDef)\\n                    codecOptions[key] = codecDef[key];\\n\\n                if (!codecOptions.encodingName)\\n                    codecOptions.encodingName = enc;\\n                \\n                enc = codecDef.type;\\n                break;\\n\\n            case \\\"function\\\": // Codec itself.\\n                if (!codecOptions.encodingName)\\n                    codecOptions.encodingName = enc;\\n\\n                // The codec function must load all tables and return object with .encoder and .decoder methods.\\n                // It'll be called only once (for each different options object).\\n                codec = new codecDef(codecOptions, iconv);\\n\\n                iconv._codecDataCache[codecOptions.encodingName] = codec; // Save it to be reused later.\\n                return codec;\\n\\n            default:\\n                throw new Error(\\\"Encoding not recognized: '\\\" + encoding + \\\"' (searched as: '\\\"+enc+\\\"')\\\");\\n        }\\n    }\\n}\\n\\niconv.getEncoder = function getEncoder(encoding, options) {\\n    var codec = iconv.getCodec(encoding),\\n        encoder = new codec.encoder(options, codec);\\n\\n    if (codec.bomAware && options && options.addBOM)\\n        encoder = new bomHandling.PrependBOM(encoder, options);\\n\\n    return encoder;\\n}\\n\\niconv.getDecoder = function getDecoder(encoding, options) {\\n    var codec = iconv.getCodec(encoding),\\n        decoder = new codec.decoder(options, codec);\\n\\n    if (codec.bomAware && !(options && options.stripBOM === false))\\n        decoder = new bomHandling.StripBOM(decoder, options);\\n\\n    return decoder;\\n}\\n\\n\\n// Load extensions in Node. All of them are omitted in Browserify build via 'browser' field in package.json.\\nvar nodeVer = typeof process !== 'undefined' && process.versions && process.versions.node;\\nif (nodeVer) {\\n\\n    // Load streaming support in Node v0.10+\\n    var nodeVerArr = nodeVer.split(\\\".\\\").map(Number);\\n    if (nodeVerArr[0] > 0 || nodeVerArr[1] >= 10) {\\n        require(\\\"./streams\\\")(iconv);\\n    }\\n\\n    // Load Node primitive extensions.\\n    require(\\\"./extend-node\\\")(iconv);\\n}\\n\\n\"\n        },\n        {\n          \"id\": 315,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/iconv-lite/lib/bom-handling.js\",\n          \"name\": \"./node_modules/iconv-lite/lib/bom-handling.js\",\n          \"index\": 311,\n          \"index2\": 303,\n          \"size\": 1108,\n          \"cacheable\": true,\n          \"built\": true,\n          \"optional\": false,\n          \"prefetched\": false,\n          \"chunks\": [\n            2\n          ],\n          \"issuer\": \"/Users/jarred/Code/styleurl/node_modules/iconv-lite/lib/index.js\",\n          \"issuerId\": 314,\n          \"issuerName\": \"./node_modules/iconv-lite/lib/index.js\",\n          \"issuerPath\": [\n            {\n              \"id\": 191,\n              \"identifier\": \"multi /Users/jarred/Code/styleurl/webpack/customPublicPath /Users/jarred/Code/styleurl/chrome/extension/background\",\n              \"name\": \"multi ./webpack/customPublicPath ./chrome/extension/background\",\n              \"profile\": {\n                \"factory\": 0,\n                \"building\": 0,\n                \"dependencies\": 54\n              }\n            },\n            {\n              \"id\": 192,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/background.js\",\n              \"name\": \"./chrome/extension/background.js\",\n              \"profile\": {\n                \"factory\": 54,\n                \"building\": 639,\n                \"dependencies\": 140\n              }\n            },\n            {\n              \"id\": 255,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/stylesheet-differ/lib/index.js\",\n              \"name\": \"./node_modules/stylesheet-differ/lib/index.js\",\n              \"profile\": {\n                \"factory\": 140,\n                \"building\": 568,\n                \"dependencies\": 1\n              }\n            },\n            {\n              \"id\": 256,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/native-css/index.js\",\n              \"name\": \"./node_modules/native-css/index.js\",\n              \"profile\": {\n                \"factory\": 189,\n                \"building\": 603,\n                \"dependencies\": 1\n              }\n            },\n            {\n              \"id\": 257,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/native-css/src/native-css.js\",\n              \"name\": \"./node_modules/native-css/src/native-css.js\",\n              \"profile\": {\n                \"factory\": 26,\n                \"building\": 63,\n                \"dependencies\": 14\n              }\n            },\n            {\n              \"id\": 293,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/fetch/lib/fetch.js\",\n              \"name\": \"./node_modules/fetch/lib/fetch.js\",\n              \"profile\": {\n                \"factory\": 117,\n                \"building\": 25,\n                \"dependencies\": 27\n              }\n            },\n            {\n              \"id\": 313,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/encoding/lib/encoding.js\",\n              \"name\": \"./node_modules/encoding/lib/encoding.js\",\n              \"profile\": {\n                \"factory\": 66,\n                \"building\": 38,\n                \"dependencies\": 20\n              }\n            },\n            {\n              \"id\": 314,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/iconv-lite/lib/index.js\",\n              \"name\": \"./node_modules/iconv-lite/lib/index.js\",\n              \"profile\": {\n                \"factory\": 123,\n                \"building\": 23,\n                \"dependencies\": 1\n              }\n            }\n          ],\n          \"profile\": {\n            \"factory\": 62,\n            \"building\": 61,\n            \"dependencies\": 1\n          },\n          \"failed\": false,\n          \"errors\": 0,\n          \"warnings\": 0,\n          \"assets\": [],\n          \"reasons\": [\n            {\n              \"moduleId\": 314,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/iconv-lite/lib/index.js\",\n              \"module\": \"./node_modules/iconv-lite/lib/index.js\",\n              \"moduleName\": \"./node_modules/iconv-lite/lib/index.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"./bom-handling\",\n              \"loc\": \"3:18-43\"\n            }\n          ],\n          \"usedExports\": true,\n          \"providedExports\": null,\n          \"optimizationBailout\": [\n            \"ModuleConcatenation bailout: Module is not an ECMAScript module\"\n          ],\n          \"depth\": 8,\n          \"source\": \"\\\"use strict\\\"\\n\\nvar BOMChar = '\\\\uFEFF';\\n\\nexports.PrependBOM = PrependBOMWrapper\\nfunction PrependBOMWrapper(encoder, options) {\\n    this.encoder = encoder;\\n    this.addBOM = true;\\n}\\n\\nPrependBOMWrapper.prototype.write = function(str) {\\n    if (this.addBOM) {\\n        str = BOMChar + str;\\n        this.addBOM = false;\\n    }\\n\\n    return this.encoder.write(str);\\n}\\n\\nPrependBOMWrapper.prototype.end = function() {\\n    return this.encoder.end();\\n}\\n\\n\\n//------------------------------------------------------------------------------\\n\\nexports.StripBOM = StripBOMWrapper;\\nfunction StripBOMWrapper(decoder, options) {\\n    this.decoder = decoder;\\n    this.pass = false;\\n    this.options = options || {};\\n}\\n\\nStripBOMWrapper.prototype.write = function(buf) {\\n    var res = this.decoder.write(buf);\\n    if (this.pass || !res)\\n        return res;\\n\\n    if (res[0] === BOMChar) {\\n        res = res.slice(1);\\n        if (typeof this.options.stripBOM === 'function')\\n            this.options.stripBOM();\\n    }\\n\\n    this.pass = true;\\n    return res;\\n}\\n\\nStripBOMWrapper.prototype.end = function() {\\n    return this.decoder.end();\\n}\\n\\n\"\n        },\n        {\n          \"id\": 316,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/iconv-lite/encodings/index.js\",\n          \"name\": \"./node_modules/iconv-lite/encodings/index.js\",\n          \"index\": 312,\n          \"index2\": 320,\n          \"size\": 709,\n          \"cacheable\": true,\n          \"built\": true,\n          \"optional\": false,\n          \"prefetched\": false,\n          \"chunks\": [\n            2\n          ],\n          \"issuer\": \"/Users/jarred/Code/styleurl/node_modules/iconv-lite/lib/index.js\",\n          \"issuerId\": 314,\n          \"issuerName\": \"./node_modules/iconv-lite/lib/index.js\",\n          \"issuerPath\": [\n            {\n              \"id\": 191,\n              \"identifier\": \"multi /Users/jarred/Code/styleurl/webpack/customPublicPath /Users/jarred/Code/styleurl/chrome/extension/background\",\n              \"name\": \"multi ./webpack/customPublicPath ./chrome/extension/background\",\n              \"profile\": {\n                \"factory\": 0,\n                \"building\": 0,\n                \"dependencies\": 54\n              }\n            },\n            {\n              \"id\": 192,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/background.js\",\n              \"name\": \"./chrome/extension/background.js\",\n              \"profile\": {\n                \"factory\": 54,\n                \"building\": 639,\n                \"dependencies\": 140\n              }\n            },\n            {\n              \"id\": 255,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/stylesheet-differ/lib/index.js\",\n              \"name\": \"./node_modules/stylesheet-differ/lib/index.js\",\n              \"profile\": {\n                \"factory\": 140,\n                \"building\": 568,\n                \"dependencies\": 1\n              }\n            },\n            {\n              \"id\": 256,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/native-css/index.js\",\n              \"name\": \"./node_modules/native-css/index.js\",\n              \"profile\": {\n                \"factory\": 189,\n                \"building\": 603,\n                \"dependencies\": 1\n              }\n            },\n            {\n              \"id\": 257,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/native-css/src/native-css.js\",\n              \"name\": \"./node_modules/native-css/src/native-css.js\",\n              \"profile\": {\n                \"factory\": 26,\n                \"building\": 63,\n                \"dependencies\": 14\n              }\n            },\n            {\n              \"id\": 293,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/fetch/lib/fetch.js\",\n              \"name\": \"./node_modules/fetch/lib/fetch.js\",\n              \"profile\": {\n                \"factory\": 117,\n                \"building\": 25,\n                \"dependencies\": 27\n              }\n            },\n            {\n              \"id\": 313,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/encoding/lib/encoding.js\",\n              \"name\": \"./node_modules/encoding/lib/encoding.js\",\n              \"profile\": {\n                \"factory\": 66,\n                \"building\": 38,\n                \"dependencies\": 20\n              }\n            },\n            {\n              \"id\": 314,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/iconv-lite/lib/index.js\",\n              \"name\": \"./node_modules/iconv-lite/lib/index.js\",\n              \"profile\": {\n                \"factory\": 123,\n                \"building\": 23,\n                \"dependencies\": 1\n              }\n            }\n          ],\n          \"profile\": {\n            \"factory\": 62,\n            \"building\": 61,\n            \"dependencies\": 1\n          },\n          \"failed\": false,\n          \"errors\": 0,\n          \"warnings\": 0,\n          \"assets\": [],\n          \"reasons\": [\n            {\n              \"moduleId\": 314,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/iconv-lite/lib/index.js\",\n              \"module\": \"./node_modules/iconv-lite/lib/index.js\",\n              \"moduleName\": \"./node_modules/iconv-lite/lib/index.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"../encodings\",\n              \"loc\": \"61:26-49\"\n            }\n          ],\n          \"usedExports\": true,\n          \"providedExports\": null,\n          \"optimizationBailout\": [\n            \"ModuleConcatenation bailout: Module is not an ECMAScript module\"\n          ],\n          \"depth\": 8,\n          \"source\": \"\\\"use strict\\\"\\n\\n// Update this array if you add/rename/remove files in this directory.\\n// We support Browserify by skipping automatic module discovery and requiring modules directly.\\nvar modules = [\\n    require(\\\"./internal\\\"),\\n    require(\\\"./utf16\\\"),\\n    require(\\\"./utf7\\\"),\\n    require(\\\"./sbcs-codec\\\"),\\n    require(\\\"./sbcs-data\\\"),\\n    require(\\\"./sbcs-data-generated\\\"),\\n    require(\\\"./dbcs-codec\\\"),\\n    require(\\\"./dbcs-data\\\"),\\n];\\n\\n// Put all encoding/alias/codec definitions to single object and export it. \\nfor (var i = 0; i < modules.length; i++) {\\n    var module = modules[i];\\n    for (var enc in module)\\n        if (Object.prototype.hasOwnProperty.call(module, enc))\\n            exports[enc] = module[enc];\\n}\\n\"\n        },\n        {\n          \"id\": 317,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/iconv-lite/encodings/internal.js\",\n          \"name\": \"./node_modules/iconv-lite/encodings/internal.js\",\n          \"index\": 313,\n          \"index2\": 304,\n          \"size\": 6058,\n          \"cacheable\": true,\n          \"built\": true,\n          \"optional\": false,\n          \"prefetched\": false,\n          \"chunks\": [\n            2\n          ],\n          \"issuer\": \"/Users/jarred/Code/styleurl/node_modules/iconv-lite/encodings/index.js\",\n          \"issuerId\": 316,\n          \"issuerName\": \"./node_modules/iconv-lite/encodings/index.js\",\n          \"issuerPath\": [\n            {\n              \"id\": 191,\n              \"identifier\": \"multi /Users/jarred/Code/styleurl/webpack/customPublicPath /Users/jarred/Code/styleurl/chrome/extension/background\",\n              \"name\": \"multi ./webpack/customPublicPath ./chrome/extension/background\",\n              \"profile\": {\n                \"factory\": 0,\n                \"building\": 0,\n                \"dependencies\": 54\n              }\n            },\n            {\n              \"id\": 192,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/background.js\",\n              \"name\": \"./chrome/extension/background.js\",\n              \"profile\": {\n                \"factory\": 54,\n                \"building\": 639,\n                \"dependencies\": 140\n              }\n            },\n            {\n              \"id\": 255,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/stylesheet-differ/lib/index.js\",\n              \"name\": \"./node_modules/stylesheet-differ/lib/index.js\",\n              \"profile\": {\n                \"factory\": 140,\n                \"building\": 568,\n                \"dependencies\": 1\n              }\n            },\n            {\n              \"id\": 256,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/native-css/index.js\",\n              \"name\": \"./node_modules/native-css/index.js\",\n              \"profile\": {\n                \"factory\": 189,\n                \"building\": 603,\n                \"dependencies\": 1\n              }\n            },\n            {\n              \"id\": 257,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/native-css/src/native-css.js\",\n              \"name\": \"./node_modules/native-css/src/native-css.js\",\n              \"profile\": {\n                \"factory\": 26,\n                \"building\": 63,\n                \"dependencies\": 14\n              }\n            },\n            {\n              \"id\": 293,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/fetch/lib/fetch.js\",\n              \"name\": \"./node_modules/fetch/lib/fetch.js\",\n              \"profile\": {\n                \"factory\": 117,\n                \"building\": 25,\n                \"dependencies\": 27\n              }\n            },\n            {\n              \"id\": 313,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/encoding/lib/encoding.js\",\n              \"name\": \"./node_modules/encoding/lib/encoding.js\",\n              \"profile\": {\n                \"factory\": 66,\n                \"building\": 38,\n                \"dependencies\": 20\n              }\n            },\n            {\n              \"id\": 314,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/iconv-lite/lib/index.js\",\n              \"name\": \"./node_modules/iconv-lite/lib/index.js\",\n              \"profile\": {\n                \"factory\": 123,\n                \"building\": 23,\n                \"dependencies\": 1\n              }\n            },\n            {\n              \"id\": 316,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/iconv-lite/encodings/index.js\",\n              \"name\": \"./node_modules/iconv-lite/encodings/index.js\",\n              \"profile\": {\n                \"factory\": 62,\n                \"building\": 61,\n                \"dependencies\": 1\n              }\n            }\n          ],\n          \"profile\": {\n            \"factory\": 26,\n            \"building\": 20,\n            \"dependencies\": 1\n          },\n          \"failed\": false,\n          \"errors\": 0,\n          \"warnings\": 0,\n          \"assets\": [],\n          \"reasons\": [\n            {\n              \"moduleId\": 316,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/iconv-lite/encodings/index.js\",\n              \"module\": \"./node_modules/iconv-lite/encodings/index.js\",\n              \"moduleName\": \"./node_modules/iconv-lite/encodings/index.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"./internal\",\n              \"loc\": \"6:4-25\"\n            }\n          ],\n          \"usedExports\": true,\n          \"providedExports\": null,\n          \"optimizationBailout\": [\n            \"ModuleConcatenation bailout: Module is not an ECMAScript module\"\n          ],\n          \"depth\": 9,\n          \"source\": \"\\\"use strict\\\"\\n\\n// Export Node.js internal encodings.\\n\\nmodule.exports = {\\n    // Encodings\\n    utf8:   { type: \\\"_internal\\\", bomAware: true},\\n    cesu8:  { type: \\\"_internal\\\", bomAware: true},\\n    unicode11utf8: \\\"utf8\\\",\\n\\n    ucs2:   { type: \\\"_internal\\\", bomAware: true},\\n    utf16le: \\\"ucs2\\\",\\n\\n    binary: { type: \\\"_internal\\\" },\\n    base64: { type: \\\"_internal\\\" },\\n    hex:    { type: \\\"_internal\\\" },\\n\\n    // Codec.\\n    _internal: InternalCodec,\\n};\\n\\n//------------------------------------------------------------------------------\\n\\nfunction InternalCodec(codecOptions, iconv) {\\n    this.enc = codecOptions.encodingName;\\n    this.bomAware = codecOptions.bomAware;\\n\\n    if (this.enc === \\\"base64\\\")\\n        this.encoder = InternalEncoderBase64;\\n    else if (this.enc === \\\"cesu8\\\") {\\n        this.enc = \\\"utf8\\\"; // Use utf8 for decoding.\\n        this.encoder = InternalEncoderCesu8;\\n\\n        // Add decoder for versions of Node not supporting CESU-8\\n        if (new Buffer(\\\"eda080\\\", 'hex').toString().length == 3) {\\n            this.decoder = InternalDecoderCesu8;\\n            this.defaultCharUnicode = iconv.defaultCharUnicode;\\n        }\\n    }\\n}\\n\\nInternalCodec.prototype.encoder = InternalEncoder;\\nInternalCodec.prototype.decoder = InternalDecoder;\\n\\n//------------------------------------------------------------------------------\\n\\n// We use node.js internal decoder. Its signature is the same as ours.\\nvar StringDecoder = require('string_decoder').StringDecoder;\\n\\nif (!StringDecoder.prototype.end) // Node v0.8 doesn't have this method.\\n    StringDecoder.prototype.end = function() {};\\n\\n\\nfunction InternalDecoder(options, codec) {\\n    StringDecoder.call(this, codec.enc);\\n}\\n\\nInternalDecoder.prototype = StringDecoder.prototype;\\n\\n\\n//------------------------------------------------------------------------------\\n// Encoder is mostly trivial\\n\\nfunction InternalEncoder(options, codec) {\\n    this.enc = codec.enc;\\n}\\n\\nInternalEncoder.prototype.write = function(str) {\\n    return new Buffer(str, this.enc);\\n}\\n\\nInternalEncoder.prototype.end = function() {\\n}\\n\\n\\n//------------------------------------------------------------------------------\\n// Except base64 encoder, which must keep its state.\\n\\nfunction InternalEncoderBase64(options, codec) {\\n    this.prevStr = '';\\n}\\n\\nInternalEncoderBase64.prototype.write = function(str) {\\n    str = this.prevStr + str;\\n    var completeQuads = str.length - (str.length % 4);\\n    this.prevStr = str.slice(completeQuads);\\n    str = str.slice(0, completeQuads);\\n\\n    return new Buffer(str, \\\"base64\\\");\\n}\\n\\nInternalEncoderBase64.prototype.end = function() {\\n    return new Buffer(this.prevStr, \\\"base64\\\");\\n}\\n\\n\\n//------------------------------------------------------------------------------\\n// CESU-8 encoder is also special.\\n\\nfunction InternalEncoderCesu8(options, codec) {\\n}\\n\\nInternalEncoderCesu8.prototype.write = function(str) {\\n    var buf = new Buffer(str.length * 3), bufIdx = 0;\\n    for (var i = 0; i < str.length; i++) {\\n        var charCode = str.charCodeAt(i);\\n        // Naive implementation, but it works because CESU-8 is especially easy\\n        // to convert from UTF-16 (which all JS strings are encoded in).\\n        if (charCode < 0x80)\\n            buf[bufIdx++] = charCode;\\n        else if (charCode < 0x800) {\\n            buf[bufIdx++] = 0xC0 + (charCode >>> 6);\\n            buf[bufIdx++] = 0x80 + (charCode & 0x3f);\\n        }\\n        else { // charCode will always be < 0x10000 in javascript.\\n            buf[bufIdx++] = 0xE0 + (charCode >>> 12);\\n            buf[bufIdx++] = 0x80 + ((charCode >>> 6) & 0x3f);\\n            buf[bufIdx++] = 0x80 + (charCode & 0x3f);\\n        }\\n    }\\n    return buf.slice(0, bufIdx);\\n}\\n\\nInternalEncoderCesu8.prototype.end = function() {\\n}\\n\\n//------------------------------------------------------------------------------\\n// CESU-8 decoder is not implemented in Node v4.0+\\n\\nfunction InternalDecoderCesu8(options, codec) {\\n    this.acc = 0;\\n    this.contBytes = 0;\\n    this.accBytes = 0;\\n    this.defaultCharUnicode = codec.defaultCharUnicode;\\n}\\n\\nInternalDecoderCesu8.prototype.write = function(buf) {\\n    var acc = this.acc, contBytes = this.contBytes, accBytes = this.accBytes, \\n        res = '';\\n    for (var i = 0; i < buf.length; i++) {\\n        var curByte = buf[i];\\n        if ((curByte & 0xC0) !== 0x80) { // Leading byte\\n            if (contBytes > 0) { // Previous code is invalid\\n                res += this.defaultCharUnicode;\\n                contBytes = 0;\\n            }\\n\\n            if (curByte < 0x80) { // Single-byte code\\n                res += String.fromCharCode(curByte);\\n            } else if (curByte < 0xE0) { // Two-byte code\\n                acc = curByte & 0x1F;\\n                contBytes = 1; accBytes = 1;\\n            } else if (curByte < 0xF0) { // Three-byte code\\n                acc = curByte & 0x0F;\\n                contBytes = 2; accBytes = 1;\\n            } else { // Four or more are not supported for CESU-8.\\n                res += this.defaultCharUnicode;\\n            }\\n        } else { // Continuation byte\\n            if (contBytes > 0) { // We're waiting for it.\\n                acc = (acc << 6) | (curByte & 0x3f);\\n                contBytes--; accBytes++;\\n                if (contBytes === 0) {\\n                    // Check for overlong encoding, but support Modified UTF-8 (encoding NULL as C0 80)\\n                    if (accBytes === 2 && acc < 0x80 && acc > 0)\\n                        res += this.defaultCharUnicode;\\n                    else if (accBytes === 3 && acc < 0x800)\\n                        res += this.defaultCharUnicode;\\n                    else\\n                        // Actually add character.\\n                        res += String.fromCharCode(acc);\\n                }\\n            } else { // Unexpected continuation byte\\n                res += this.defaultCharUnicode;\\n            }\\n        }\\n    }\\n    this.acc = acc; this.contBytes = contBytes; this.accBytes = accBytes;\\n    return res;\\n}\\n\\nInternalDecoderCesu8.prototype.end = function() {\\n    var res = 0;\\n    if (this.contBytes > 0)\\n        res += this.defaultCharUnicode;\\n    return res;\\n}\\n\"\n        },\n        {\n          \"id\": 318,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/iconv-lite/encodings/utf16.js\",\n          \"name\": \"./node_modules/iconv-lite/encodings/utf16.js\",\n          \"index\": 314,\n          \"index2\": 305,\n          \"size\": 4882,\n          \"cacheable\": true,\n          \"built\": true,\n          \"optional\": false,\n          \"prefetched\": false,\n          \"chunks\": [\n            2\n          ],\n          \"issuer\": \"/Users/jarred/Code/styleurl/node_modules/iconv-lite/encodings/index.js\",\n          \"issuerId\": 316,\n          \"issuerName\": \"./node_modules/iconv-lite/encodings/index.js\",\n          \"issuerPath\": [\n            {\n              \"id\": 191,\n              \"identifier\": \"multi /Users/jarred/Code/styleurl/webpack/customPublicPath /Users/jarred/Code/styleurl/chrome/extension/background\",\n              \"name\": \"multi ./webpack/customPublicPath ./chrome/extension/background\",\n              \"profile\": {\n                \"factory\": 0,\n                \"building\": 0,\n                \"dependencies\": 54\n              }\n            },\n            {\n              \"id\": 192,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/background.js\",\n              \"name\": \"./chrome/extension/background.js\",\n              \"profile\": {\n                \"factory\": 54,\n                \"building\": 639,\n                \"dependencies\": 140\n              }\n            },\n            {\n              \"id\": 255,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/stylesheet-differ/lib/index.js\",\n              \"name\": \"./node_modules/stylesheet-differ/lib/index.js\",\n              \"profile\": {\n                \"factory\": 140,\n                \"building\": 568,\n                \"dependencies\": 1\n              }\n            },\n            {\n              \"id\": 256,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/native-css/index.js\",\n              \"name\": \"./node_modules/native-css/index.js\",\n              \"profile\": {\n                \"factory\": 189,\n                \"building\": 603,\n                \"dependencies\": 1\n              }\n            },\n            {\n              \"id\": 257,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/native-css/src/native-css.js\",\n              \"name\": \"./node_modules/native-css/src/native-css.js\",\n              \"profile\": {\n                \"factory\": 26,\n                \"building\": 63,\n                \"dependencies\": 14\n              }\n            },\n            {\n              \"id\": 293,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/fetch/lib/fetch.js\",\n              \"name\": \"./node_modules/fetch/lib/fetch.js\",\n              \"profile\": {\n                \"factory\": 117,\n                \"building\": 25,\n                \"dependencies\": 27\n              }\n            },\n            {\n              \"id\": 313,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/encoding/lib/encoding.js\",\n              \"name\": \"./node_modules/encoding/lib/encoding.js\",\n              \"profile\": {\n                \"factory\": 66,\n                \"building\": 38,\n                \"dependencies\": 20\n              }\n            },\n            {\n              \"id\": 314,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/iconv-lite/lib/index.js\",\n              \"name\": \"./node_modules/iconv-lite/lib/index.js\",\n              \"profile\": {\n                \"factory\": 123,\n                \"building\": 23,\n                \"dependencies\": 1\n              }\n            },\n            {\n              \"id\": 316,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/iconv-lite/encodings/index.js\",\n              \"name\": \"./node_modules/iconv-lite/encodings/index.js\",\n              \"profile\": {\n                \"factory\": 62,\n                \"building\": 61,\n                \"dependencies\": 1\n              }\n            }\n          ],\n          \"profile\": {\n            \"factory\": 26,\n            \"building\": 20,\n            \"dependencies\": 1\n          },\n          \"failed\": false,\n          \"errors\": 0,\n          \"warnings\": 0,\n          \"assets\": [],\n          \"reasons\": [\n            {\n              \"moduleId\": 316,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/iconv-lite/encodings/index.js\",\n              \"module\": \"./node_modules/iconv-lite/encodings/index.js\",\n              \"moduleName\": \"./node_modules/iconv-lite/encodings/index.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"./utf16\",\n              \"loc\": \"7:4-22\"\n            }\n          ],\n          \"usedExports\": true,\n          \"providedExports\": null,\n          \"optimizationBailout\": [\n            \"ModuleConcatenation bailout: Module is not an ECMAScript module\"\n          ],\n          \"depth\": 9,\n          \"source\": \"\\\"use strict\\\"\\n\\n// == UTF16-BE codec. ==========================================================\\n\\nexports.utf16be = Utf16BECodec;\\nfunction Utf16BECodec() {\\n}\\n\\nUtf16BECodec.prototype.encoder = Utf16BEEncoder;\\nUtf16BECodec.prototype.decoder = Utf16BEDecoder;\\nUtf16BECodec.prototype.bomAware = true;\\n\\n\\n// -- Encoding\\n\\nfunction Utf16BEEncoder() {\\n}\\n\\nUtf16BEEncoder.prototype.write = function(str) {\\n    var buf = new Buffer(str, 'ucs2');\\n    for (var i = 0; i < buf.length; i += 2) {\\n        var tmp = buf[i]; buf[i] = buf[i+1]; buf[i+1] = tmp;\\n    }\\n    return buf;\\n}\\n\\nUtf16BEEncoder.prototype.end = function() {\\n}\\n\\n\\n// -- Decoding\\n\\nfunction Utf16BEDecoder() {\\n    this.overflowByte = -1;\\n}\\n\\nUtf16BEDecoder.prototype.write = function(buf) {\\n    if (buf.length == 0)\\n        return '';\\n\\n    var buf2 = new Buffer(buf.length + 1),\\n        i = 0, j = 0;\\n\\n    if (this.overflowByte !== -1) {\\n        buf2[0] = buf[0];\\n        buf2[1] = this.overflowByte;\\n        i = 1; j = 2;\\n    }\\n\\n    for (; i < buf.length-1; i += 2, j+= 2) {\\n        buf2[j] = buf[i+1];\\n        buf2[j+1] = buf[i];\\n    }\\n\\n    this.overflowByte = (i == buf.length-1) ? buf[buf.length-1] : -1;\\n\\n    return buf2.slice(0, j).toString('ucs2');\\n}\\n\\nUtf16BEDecoder.prototype.end = function() {\\n}\\n\\n\\n// == UTF-16 codec =============================================================\\n// Decoder chooses automatically from UTF-16LE and UTF-16BE using BOM and space-based heuristic.\\n// Defaults to UTF-16LE, as it's prevalent and default in Node.\\n// http://en.wikipedia.org/wiki/UTF-16 and http://encoding.spec.whatwg.org/#utf-16le\\n// Decoder default can be changed: iconv.decode(buf, 'utf16', {defaultEncoding: 'utf-16be'});\\n\\n// Encoder uses UTF-16LE and prepends BOM (which can be overridden with addBOM: false).\\n\\nexports.utf16 = Utf16Codec;\\nfunction Utf16Codec(codecOptions, iconv) {\\n    this.iconv = iconv;\\n}\\n\\nUtf16Codec.prototype.encoder = Utf16Encoder;\\nUtf16Codec.prototype.decoder = Utf16Decoder;\\n\\n\\n// -- Encoding (pass-through)\\n\\nfunction Utf16Encoder(options, codec) {\\n    options = options || {};\\n    if (options.addBOM === undefined)\\n        options.addBOM = true;\\n    this.encoder = codec.iconv.getEncoder('utf-16le', options);\\n}\\n\\nUtf16Encoder.prototype.write = function(str) {\\n    return this.encoder.write(str);\\n}\\n\\nUtf16Encoder.prototype.end = function() {\\n    return this.encoder.end();\\n}\\n\\n\\n// -- Decoding\\n\\nfunction Utf16Decoder(options, codec) {\\n    this.decoder = null;\\n    this.initialBytes = [];\\n    this.initialBytesLen = 0;\\n\\n    this.options = options || {};\\n    this.iconv = codec.iconv;\\n}\\n\\nUtf16Decoder.prototype.write = function(buf) {\\n    if (!this.decoder) {\\n        // Codec is not chosen yet. Accumulate initial bytes.\\n        this.initialBytes.push(buf);\\n        this.initialBytesLen += buf.length;\\n        \\n        if (this.initialBytesLen < 16) // We need more bytes to use space heuristic (see below)\\n            return '';\\n\\n        // We have enough bytes -> detect endianness.\\n        var buf = Buffer.concat(this.initialBytes),\\n            encoding = detectEncoding(buf, this.options.defaultEncoding);\\n        this.decoder = this.iconv.getDecoder(encoding, this.options);\\n        this.initialBytes.length = this.initialBytesLen = 0;\\n    }\\n\\n    return this.decoder.write(buf);\\n}\\n\\nUtf16Decoder.prototype.end = function() {\\n    if (!this.decoder) {\\n        var buf = Buffer.concat(this.initialBytes),\\n            encoding = detectEncoding(buf, this.options.defaultEncoding);\\n        this.decoder = this.iconv.getDecoder(encoding, this.options);\\n\\n        var res = this.decoder.write(buf),\\n            trail = this.decoder.end();\\n\\n        return trail ? (res + trail) : res;\\n    }\\n    return this.decoder.end();\\n}\\n\\nfunction detectEncoding(buf, defaultEncoding) {\\n    var enc = defaultEncoding || 'utf-16le';\\n\\n    if (buf.length >= 2) {\\n        // Check BOM.\\n        if (buf[0] == 0xFE && buf[1] == 0xFF) // UTF-16BE BOM\\n            enc = 'utf-16be';\\n        else if (buf[0] == 0xFF && buf[1] == 0xFE) // UTF-16LE BOM\\n            enc = 'utf-16le';\\n        else {\\n            // No BOM found. Try to deduce encoding from initial content.\\n            // Most of the time, the content has ASCII chars (U+00**), but the opposite (U+**00) is uncommon.\\n            // So, we count ASCII as if it was LE or BE, and decide from that.\\n            var asciiCharsLE = 0, asciiCharsBE = 0, // Counts of chars in both positions\\n                _len = Math.min(buf.length - (buf.length % 2), 64); // Len is always even.\\n\\n            for (var i = 0; i < _len; i += 2) {\\n                if (buf[i] === 0 && buf[i+1] !== 0) asciiCharsBE++;\\n                if (buf[i] !== 0 && buf[i+1] === 0) asciiCharsLE++;\\n            }\\n\\n            if (asciiCharsBE > asciiCharsLE)\\n                enc = 'utf-16be';\\n            else if (asciiCharsBE < asciiCharsLE)\\n                enc = 'utf-16le';\\n        }\\n    }\\n\\n    return enc;\\n}\\n\\n\\n\"\n        },\n        {\n          \"id\": 319,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/iconv-lite/encodings/utf7.js\",\n          \"name\": \"./node_modules/iconv-lite/encodings/utf7.js\",\n          \"index\": 315,\n          \"index2\": 306,\n          \"size\": 9156,\n          \"cacheable\": true,\n          \"built\": true,\n          \"optional\": false,\n          \"prefetched\": false,\n          \"chunks\": [\n            2\n          ],\n          \"issuer\": \"/Users/jarred/Code/styleurl/node_modules/iconv-lite/encodings/index.js\",\n          \"issuerId\": 316,\n          \"issuerName\": \"./node_modules/iconv-lite/encodings/index.js\",\n          \"issuerPath\": [\n            {\n              \"id\": 191,\n              \"identifier\": \"multi /Users/jarred/Code/styleurl/webpack/customPublicPath /Users/jarred/Code/styleurl/chrome/extension/background\",\n              \"name\": \"multi ./webpack/customPublicPath ./chrome/extension/background\",\n              \"profile\": {\n                \"factory\": 0,\n                \"building\": 0,\n                \"dependencies\": 54\n              }\n            },\n            {\n              \"id\": 192,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/background.js\",\n              \"name\": \"./chrome/extension/background.js\",\n              \"profile\": {\n                \"factory\": 54,\n                \"building\": 639,\n                \"dependencies\": 140\n              }\n            },\n            {\n              \"id\": 255,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/stylesheet-differ/lib/index.js\",\n              \"name\": \"./node_modules/stylesheet-differ/lib/index.js\",\n              \"profile\": {\n                \"factory\": 140,\n                \"building\": 568,\n                \"dependencies\": 1\n              }\n            },\n            {\n              \"id\": 256,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/native-css/index.js\",\n              \"name\": \"./node_modules/native-css/index.js\",\n              \"profile\": {\n                \"factory\": 189,\n                \"building\": 603,\n                \"dependencies\": 1\n              }\n            },\n            {\n              \"id\": 257,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/native-css/src/native-css.js\",\n              \"name\": \"./node_modules/native-css/src/native-css.js\",\n              \"profile\": {\n                \"factory\": 26,\n                \"building\": 63,\n                \"dependencies\": 14\n              }\n            },\n            {\n              \"id\": 293,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/fetch/lib/fetch.js\",\n              \"name\": \"./node_modules/fetch/lib/fetch.js\",\n              \"profile\": {\n                \"factory\": 117,\n                \"building\": 25,\n                \"dependencies\": 27\n              }\n            },\n            {\n              \"id\": 313,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/encoding/lib/encoding.js\",\n              \"name\": \"./node_modules/encoding/lib/encoding.js\",\n              \"profile\": {\n                \"factory\": 66,\n                \"building\": 38,\n                \"dependencies\": 20\n              }\n            },\n            {\n              \"id\": 314,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/iconv-lite/lib/index.js\",\n              \"name\": \"./node_modules/iconv-lite/lib/index.js\",\n              \"profile\": {\n                \"factory\": 123,\n                \"building\": 23,\n                \"dependencies\": 1\n              }\n            },\n            {\n              \"id\": 316,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/iconv-lite/encodings/index.js\",\n              \"name\": \"./node_modules/iconv-lite/encodings/index.js\",\n              \"profile\": {\n                \"factory\": 62,\n                \"building\": 61,\n                \"dependencies\": 1\n              }\n            }\n          ],\n          \"profile\": {\n            \"factory\": 26,\n            \"building\": 20,\n            \"dependencies\": 1\n          },\n          \"failed\": false,\n          \"errors\": 0,\n          \"warnings\": 0,\n          \"assets\": [],\n          \"reasons\": [\n            {\n              \"moduleId\": 316,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/iconv-lite/encodings/index.js\",\n              \"module\": \"./node_modules/iconv-lite/encodings/index.js\",\n              \"moduleName\": \"./node_modules/iconv-lite/encodings/index.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"./utf7\",\n              \"loc\": \"8:4-21\"\n            }\n          ],\n          \"usedExports\": true,\n          \"providedExports\": null,\n          \"optimizationBailout\": [\n            \"ModuleConcatenation bailout: Module is not an ECMAScript module\"\n          ],\n          \"depth\": 9,\n          \"source\": \"\\\"use strict\\\"\\n\\n// UTF-7 codec, according to https://tools.ietf.org/html/rfc2152\\n// See also below a UTF-7-IMAP codec, according to http://tools.ietf.org/html/rfc3501#section-5.1.3\\n\\nexports.utf7 = Utf7Codec;\\nexports.unicode11utf7 = 'utf7'; // Alias UNICODE-1-1-UTF-7\\nfunction Utf7Codec(codecOptions, iconv) {\\n    this.iconv = iconv;\\n};\\n\\nUtf7Codec.prototype.encoder = Utf7Encoder;\\nUtf7Codec.prototype.decoder = Utf7Decoder;\\nUtf7Codec.prototype.bomAware = true;\\n\\n\\n// -- Encoding\\n\\nvar nonDirectChars = /[^A-Za-z0-9'\\\\(\\\\),-\\\\.\\\\/:\\\\? \\\\n\\\\r\\\\t]+/g;\\n\\nfunction Utf7Encoder(options, codec) {\\n    this.iconv = codec.iconv;\\n}\\n\\nUtf7Encoder.prototype.write = function(str) {\\n    // Naive implementation.\\n    // Non-direct chars are encoded as \\\"+<base64>-\\\"; single \\\"+\\\" char is encoded as \\\"+-\\\".\\n    return new Buffer(str.replace(nonDirectChars, function(chunk) {\\n        return \\\"+\\\" + (chunk === '+' ? '' : \\n            this.iconv.encode(chunk, 'utf16-be').toString('base64').replace(/=+$/, '')) \\n            + \\\"-\\\";\\n    }.bind(this)));\\n}\\n\\nUtf7Encoder.prototype.end = function() {\\n}\\n\\n\\n// -- Decoding\\n\\nfunction Utf7Decoder(options, codec) {\\n    this.iconv = codec.iconv;\\n    this.inBase64 = false;\\n    this.base64Accum = '';\\n}\\n\\nvar base64Regex = /[A-Za-z0-9\\\\/+]/;\\nvar base64Chars = [];\\nfor (var i = 0; i < 256; i++)\\n    base64Chars[i] = base64Regex.test(String.fromCharCode(i));\\n\\nvar plusChar = '+'.charCodeAt(0), \\n    minusChar = '-'.charCodeAt(0),\\n    andChar = '&'.charCodeAt(0);\\n\\nUtf7Decoder.prototype.write = function(buf) {\\n    var res = \\\"\\\", lastI = 0,\\n        inBase64 = this.inBase64,\\n        base64Accum = this.base64Accum;\\n\\n    // The decoder is more involved as we must handle chunks in stream.\\n\\n    for (var i = 0; i < buf.length; i++) {\\n        if (!inBase64) { // We're in direct mode.\\n            // Write direct chars until '+'\\n            if (buf[i] == plusChar) {\\n                res += this.iconv.decode(buf.slice(lastI, i), \\\"ascii\\\"); // Write direct chars.\\n                lastI = i+1;\\n                inBase64 = true;\\n            }\\n        } else { // We decode base64.\\n            if (!base64Chars[buf[i]]) { // Base64 ended.\\n                if (i == lastI && buf[i] == minusChar) {// \\\"+-\\\" -> \\\"+\\\"\\n                    res += \\\"+\\\";\\n                } else {\\n                    var b64str = base64Accum + buf.slice(lastI, i).toString();\\n                    res += this.iconv.decode(new Buffer(b64str, 'base64'), \\\"utf16-be\\\");\\n                }\\n\\n                if (buf[i] != minusChar) // Minus is absorbed after base64.\\n                    i--;\\n\\n                lastI = i+1;\\n                inBase64 = false;\\n                base64Accum = '';\\n            }\\n        }\\n    }\\n\\n    if (!inBase64) {\\n        res += this.iconv.decode(buf.slice(lastI), \\\"ascii\\\"); // Write direct chars.\\n    } else {\\n        var b64str = base64Accum + buf.slice(lastI).toString();\\n\\n        var canBeDecoded = b64str.length - (b64str.length % 8); // Minimal chunk: 2 quads -> 2x3 bytes -> 3 chars.\\n        base64Accum = b64str.slice(canBeDecoded); // The rest will be decoded in future.\\n        b64str = b64str.slice(0, canBeDecoded);\\n\\n        res += this.iconv.decode(new Buffer(b64str, 'base64'), \\\"utf16-be\\\");\\n    }\\n\\n    this.inBase64 = inBase64;\\n    this.base64Accum = base64Accum;\\n\\n    return res;\\n}\\n\\nUtf7Decoder.prototype.end = function() {\\n    var res = \\\"\\\";\\n    if (this.inBase64 && this.base64Accum.length > 0)\\n        res = this.iconv.decode(new Buffer(this.base64Accum, 'base64'), \\\"utf16-be\\\");\\n\\n    this.inBase64 = false;\\n    this.base64Accum = '';\\n    return res;\\n}\\n\\n\\n// UTF-7-IMAP codec.\\n// RFC3501 Sec. 5.1.3 Modified UTF-7 (http://tools.ietf.org/html/rfc3501#section-5.1.3)\\n// Differences:\\n//  * Base64 part is started by \\\"&\\\" instead of \\\"+\\\"\\n//  * Direct characters are 0x20-0x7E, except \\\"&\\\" (0x26)\\n//  * In Base64, \\\",\\\" is used instead of \\\"/\\\"\\n//  * Base64 must not be used to represent direct characters.\\n//  * No implicit shift back from Base64 (should always end with '-')\\n//  * String must end in non-shifted position.\\n//  * \\\"-&\\\" while in base64 is not allowed.\\n\\n\\nexports.utf7imap = Utf7IMAPCodec;\\nfunction Utf7IMAPCodec(codecOptions, iconv) {\\n    this.iconv = iconv;\\n};\\n\\nUtf7IMAPCodec.prototype.encoder = Utf7IMAPEncoder;\\nUtf7IMAPCodec.prototype.decoder = Utf7IMAPDecoder;\\nUtf7IMAPCodec.prototype.bomAware = true;\\n\\n\\n// -- Encoding\\n\\nfunction Utf7IMAPEncoder(options, codec) {\\n    this.iconv = codec.iconv;\\n    this.inBase64 = false;\\n    this.base64Accum = new Buffer(6);\\n    this.base64AccumIdx = 0;\\n}\\n\\nUtf7IMAPEncoder.prototype.write = function(str) {\\n    var inBase64 = this.inBase64,\\n        base64Accum = this.base64Accum,\\n        base64AccumIdx = this.base64AccumIdx,\\n        buf = new Buffer(str.length*5 + 10), bufIdx = 0;\\n\\n    for (var i = 0; i < str.length; i++) {\\n        var uChar = str.charCodeAt(i);\\n        if (0x20 <= uChar && uChar <= 0x7E) { // Direct character or '&'.\\n            if (inBase64) {\\n                if (base64AccumIdx > 0) {\\n                    bufIdx += buf.write(base64Accum.slice(0, base64AccumIdx).toString('base64').replace(/\\\\//g, ',').replace(/=+$/, ''), bufIdx);\\n                    base64AccumIdx = 0;\\n                }\\n\\n                buf[bufIdx++] = minusChar; // Write '-', then go to direct mode.\\n                inBase64 = false;\\n            }\\n\\n            if (!inBase64) {\\n                buf[bufIdx++] = uChar; // Write direct character\\n\\n                if (uChar === andChar)  // Ampersand -> '&-'\\n                    buf[bufIdx++] = minusChar;\\n            }\\n\\n        } else { // Non-direct character\\n            if (!inBase64) {\\n                buf[bufIdx++] = andChar; // Write '&', then go to base64 mode.\\n                inBase64 = true;\\n            }\\n            if (inBase64) {\\n                base64Accum[base64AccumIdx++] = uChar >> 8;\\n                base64Accum[base64AccumIdx++] = uChar & 0xFF;\\n\\n                if (base64AccumIdx == base64Accum.length) {\\n                    bufIdx += buf.write(base64Accum.toString('base64').replace(/\\\\//g, ','), bufIdx);\\n                    base64AccumIdx = 0;\\n                }\\n            }\\n        }\\n    }\\n\\n    this.inBase64 = inBase64;\\n    this.base64AccumIdx = base64AccumIdx;\\n\\n    return buf.slice(0, bufIdx);\\n}\\n\\nUtf7IMAPEncoder.prototype.end = function() {\\n    var buf = new Buffer(10), bufIdx = 0;\\n    if (this.inBase64) {\\n        if (this.base64AccumIdx > 0) {\\n            bufIdx += buf.write(this.base64Accum.slice(0, this.base64AccumIdx).toString('base64').replace(/\\\\//g, ',').replace(/=+$/, ''), bufIdx);\\n            this.base64AccumIdx = 0;\\n        }\\n\\n        buf[bufIdx++] = minusChar; // Write '-', then go to direct mode.\\n        this.inBase64 = false;\\n    }\\n\\n    return buf.slice(0, bufIdx);\\n}\\n\\n\\n// -- Decoding\\n\\nfunction Utf7IMAPDecoder(options, codec) {\\n    this.iconv = codec.iconv;\\n    this.inBase64 = false;\\n    this.base64Accum = '';\\n}\\n\\nvar base64IMAPChars = base64Chars.slice();\\nbase64IMAPChars[','.charCodeAt(0)] = true;\\n\\nUtf7IMAPDecoder.prototype.write = function(buf) {\\n    var res = \\\"\\\", lastI = 0,\\n        inBase64 = this.inBase64,\\n        base64Accum = this.base64Accum;\\n\\n    // The decoder is more involved as we must handle chunks in stream.\\n    // It is forgiving, closer to standard UTF-7 (for example, '-' is optional at the end).\\n\\n    for (var i = 0; i < buf.length; i++) {\\n        if (!inBase64) { // We're in direct mode.\\n            // Write direct chars until '&'\\n            if (buf[i] == andChar) {\\n                res += this.iconv.decode(buf.slice(lastI, i), \\\"ascii\\\"); // Write direct chars.\\n                lastI = i+1;\\n                inBase64 = true;\\n            }\\n        } else { // We decode base64.\\n            if (!base64IMAPChars[buf[i]]) { // Base64 ended.\\n                if (i == lastI && buf[i] == minusChar) { // \\\"&-\\\" -> \\\"&\\\"\\n                    res += \\\"&\\\";\\n                } else {\\n                    var b64str = base64Accum + buf.slice(lastI, i).toString().replace(/,/g, '/');\\n                    res += this.iconv.decode(new Buffer(b64str, 'base64'), \\\"utf16-be\\\");\\n                }\\n\\n                if (buf[i] != minusChar) // Minus may be absorbed after base64.\\n                    i--;\\n\\n                lastI = i+1;\\n                inBase64 = false;\\n                base64Accum = '';\\n            }\\n        }\\n    }\\n\\n    if (!inBase64) {\\n        res += this.iconv.decode(buf.slice(lastI), \\\"ascii\\\"); // Write direct chars.\\n    } else {\\n        var b64str = base64Accum + buf.slice(lastI).toString().replace(/,/g, '/');\\n\\n        var canBeDecoded = b64str.length - (b64str.length % 8); // Minimal chunk: 2 quads -> 2x3 bytes -> 3 chars.\\n        base64Accum = b64str.slice(canBeDecoded); // The rest will be decoded in future.\\n        b64str = b64str.slice(0, canBeDecoded);\\n\\n        res += this.iconv.decode(new Buffer(b64str, 'base64'), \\\"utf16-be\\\");\\n    }\\n\\n    this.inBase64 = inBase64;\\n    this.base64Accum = base64Accum;\\n\\n    return res;\\n}\\n\\nUtf7IMAPDecoder.prototype.end = function() {\\n    var res = \\\"\\\";\\n    if (this.inBase64 && this.base64Accum.length > 0)\\n        res = this.iconv.decode(new Buffer(this.base64Accum, 'base64'), \\\"utf16-be\\\");\\n\\n    this.inBase64 = false;\\n    this.base64Accum = '';\\n    return res;\\n}\\n\\n\\n\"\n        },\n        {\n          \"id\": 320,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/iconv-lite/encodings/sbcs-codec.js\",\n          \"name\": \"./node_modules/iconv-lite/encodings/sbcs-codec.js\",\n          \"index\": 316,\n          \"index2\": 307,\n          \"size\": 2158,\n          \"cacheable\": true,\n          \"built\": true,\n          \"optional\": false,\n          \"prefetched\": false,\n          \"chunks\": [\n            2\n          ],\n          \"issuer\": \"/Users/jarred/Code/styleurl/node_modules/iconv-lite/encodings/index.js\",\n          \"issuerId\": 316,\n          \"issuerName\": \"./node_modules/iconv-lite/encodings/index.js\",\n          \"issuerPath\": [\n            {\n              \"id\": 191,\n              \"identifier\": \"multi /Users/jarred/Code/styleurl/webpack/customPublicPath /Users/jarred/Code/styleurl/chrome/extension/background\",\n              \"name\": \"multi ./webpack/customPublicPath ./chrome/extension/background\",\n              \"profile\": {\n                \"factory\": 0,\n                \"building\": 0,\n                \"dependencies\": 54\n              }\n            },\n            {\n              \"id\": 192,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/background.js\",\n              \"name\": \"./chrome/extension/background.js\",\n              \"profile\": {\n                \"factory\": 54,\n                \"building\": 639,\n                \"dependencies\": 140\n              }\n            },\n            {\n              \"id\": 255,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/stylesheet-differ/lib/index.js\",\n              \"name\": \"./node_modules/stylesheet-differ/lib/index.js\",\n              \"profile\": {\n                \"factory\": 140,\n                \"building\": 568,\n                \"dependencies\": 1\n              }\n            },\n            {\n              \"id\": 256,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/native-css/index.js\",\n              \"name\": \"./node_modules/native-css/index.js\",\n              \"profile\": {\n                \"factory\": 189,\n                \"building\": 603,\n                \"dependencies\": 1\n              }\n            },\n            {\n              \"id\": 257,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/native-css/src/native-css.js\",\n              \"name\": \"./node_modules/native-css/src/native-css.js\",\n              \"profile\": {\n                \"factory\": 26,\n                \"building\": 63,\n                \"dependencies\": 14\n              }\n            },\n            {\n              \"id\": 293,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/fetch/lib/fetch.js\",\n              \"name\": \"./node_modules/fetch/lib/fetch.js\",\n              \"profile\": {\n                \"factory\": 117,\n                \"building\": 25,\n                \"dependencies\": 27\n              }\n            },\n            {\n              \"id\": 313,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/encoding/lib/encoding.js\",\n              \"name\": \"./node_modules/encoding/lib/encoding.js\",\n              \"profile\": {\n                \"factory\": 66,\n                \"building\": 38,\n                \"dependencies\": 20\n              }\n            },\n            {\n              \"id\": 314,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/iconv-lite/lib/index.js\",\n              \"name\": \"./node_modules/iconv-lite/lib/index.js\",\n              \"profile\": {\n                \"factory\": 123,\n                \"building\": 23,\n                \"dependencies\": 1\n              }\n            },\n            {\n              \"id\": 316,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/iconv-lite/encodings/index.js\",\n              \"name\": \"./node_modules/iconv-lite/encodings/index.js\",\n              \"profile\": {\n                \"factory\": 62,\n                \"building\": 61,\n                \"dependencies\": 1\n              }\n            }\n          ],\n          \"profile\": {\n            \"factory\": 26,\n            \"building\": 20,\n            \"dependencies\": 1\n          },\n          \"failed\": false,\n          \"errors\": 0,\n          \"warnings\": 0,\n          \"assets\": [],\n          \"reasons\": [\n            {\n              \"moduleId\": 316,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/iconv-lite/encodings/index.js\",\n              \"module\": \"./node_modules/iconv-lite/encodings/index.js\",\n              \"moduleName\": \"./node_modules/iconv-lite/encodings/index.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"./sbcs-codec\",\n              \"loc\": \"9:4-27\"\n            }\n          ],\n          \"usedExports\": true,\n          \"providedExports\": null,\n          \"optimizationBailout\": [\n            \"ModuleConcatenation bailout: Module is not an ECMAScript module\"\n          ],\n          \"depth\": 9,\n          \"source\": \"\\\"use strict\\\"\\n\\n// Single-byte codec. Needs a 'chars' string parameter that contains 256 or 128 chars that\\n// correspond to encoded bytes (if 128 - then lower half is ASCII). \\n\\nexports._sbcs = SBCSCodec;\\nfunction SBCSCodec(codecOptions, iconv) {\\n    if (!codecOptions)\\n        throw new Error(\\\"SBCS codec is called without the data.\\\")\\n    \\n    // Prepare char buffer for decoding.\\n    if (!codecOptions.chars || (codecOptions.chars.length !== 128 && codecOptions.chars.length !== 256))\\n        throw new Error(\\\"Encoding '\\\"+codecOptions.type+\\\"' has incorrect 'chars' (must be of len 128 or 256)\\\");\\n    \\n    if (codecOptions.chars.length === 128) {\\n        var asciiString = \\\"\\\";\\n        for (var i = 0; i < 128; i++)\\n            asciiString += String.fromCharCode(i);\\n        codecOptions.chars = asciiString + codecOptions.chars;\\n    }\\n\\n    this.decodeBuf = new Buffer(codecOptions.chars, 'ucs2');\\n    \\n    // Encoding buffer.\\n    var encodeBuf = new Buffer(65536);\\n    encodeBuf.fill(iconv.defaultCharSingleByte.charCodeAt(0));\\n\\n    for (var i = 0; i < codecOptions.chars.length; i++)\\n        encodeBuf[codecOptions.chars.charCodeAt(i)] = i;\\n\\n    this.encodeBuf = encodeBuf;\\n}\\n\\nSBCSCodec.prototype.encoder = SBCSEncoder;\\nSBCSCodec.prototype.decoder = SBCSDecoder;\\n\\n\\nfunction SBCSEncoder(options, codec) {\\n    this.encodeBuf = codec.encodeBuf;\\n}\\n\\nSBCSEncoder.prototype.write = function(str) {\\n    var buf = new Buffer(str.length);\\n    for (var i = 0; i < str.length; i++)\\n        buf[i] = this.encodeBuf[str.charCodeAt(i)];\\n    \\n    return buf;\\n}\\n\\nSBCSEncoder.prototype.end = function() {\\n}\\n\\n\\nfunction SBCSDecoder(options, codec) {\\n    this.decodeBuf = codec.decodeBuf;\\n}\\n\\nSBCSDecoder.prototype.write = function(buf) {\\n    // Strings are immutable in JS -> we use ucs2 buffer to speed up computations.\\n    var decodeBuf = this.decodeBuf;\\n    var newBuf = new Buffer(buf.length*2);\\n    var idx1 = 0, idx2 = 0;\\n    for (var i = 0; i < buf.length; i++) {\\n        idx1 = buf[i]*2; idx2 = i*2;\\n        newBuf[idx2] = decodeBuf[idx1];\\n        newBuf[idx2+1] = decodeBuf[idx1+1];\\n    }\\n    return newBuf.toString('ucs2');\\n}\\n\\nSBCSDecoder.prototype.end = function() {\\n}\\n\"\n        },\n        {\n          \"id\": 321,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/iconv-lite/encodings/sbcs-data.js\",\n          \"name\": \"./node_modules/iconv-lite/encodings/sbcs-data.js\",\n          \"index\": 317,\n          \"index2\": 308,\n          \"size\": 3989,\n          \"cacheable\": true,\n          \"built\": true,\n          \"optional\": false,\n          \"prefetched\": false,\n          \"chunks\": [\n            2\n          ],\n          \"issuer\": \"/Users/jarred/Code/styleurl/node_modules/iconv-lite/encodings/index.js\",\n          \"issuerId\": 316,\n          \"issuerName\": \"./node_modules/iconv-lite/encodings/index.js\",\n          \"issuerPath\": [\n            {\n              \"id\": 191,\n              \"identifier\": \"multi /Users/jarred/Code/styleurl/webpack/customPublicPath /Users/jarred/Code/styleurl/chrome/extension/background\",\n              \"name\": \"multi ./webpack/customPublicPath ./chrome/extension/background\",\n              \"profile\": {\n                \"factory\": 0,\n                \"building\": 0,\n                \"dependencies\": 54\n              }\n            },\n            {\n              \"id\": 192,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/background.js\",\n              \"name\": \"./chrome/extension/background.js\",\n              \"profile\": {\n                \"factory\": 54,\n                \"building\": 639,\n                \"dependencies\": 140\n              }\n            },\n            {\n              \"id\": 255,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/stylesheet-differ/lib/index.js\",\n              \"name\": \"./node_modules/stylesheet-differ/lib/index.js\",\n              \"profile\": {\n                \"factory\": 140,\n                \"building\": 568,\n                \"dependencies\": 1\n              }\n            },\n            {\n              \"id\": 256,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/native-css/index.js\",\n              \"name\": \"./node_modules/native-css/index.js\",\n              \"profile\": {\n                \"factory\": 189,\n                \"building\": 603,\n                \"dependencies\": 1\n              }\n            },\n            {\n              \"id\": 257,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/native-css/src/native-css.js\",\n              \"name\": \"./node_modules/native-css/src/native-css.js\",\n              \"profile\": {\n                \"factory\": 26,\n                \"building\": 63,\n                \"dependencies\": 14\n              }\n            },\n            {\n              \"id\": 293,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/fetch/lib/fetch.js\",\n              \"name\": \"./node_modules/fetch/lib/fetch.js\",\n              \"profile\": {\n                \"factory\": 117,\n                \"building\": 25,\n                \"dependencies\": 27\n              }\n            },\n            {\n              \"id\": 313,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/encoding/lib/encoding.js\",\n              \"name\": \"./node_modules/encoding/lib/encoding.js\",\n              \"profile\": {\n                \"factory\": 66,\n                \"building\": 38,\n                \"dependencies\": 20\n              }\n            },\n            {\n              \"id\": 314,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/iconv-lite/lib/index.js\",\n              \"name\": \"./node_modules/iconv-lite/lib/index.js\",\n              \"profile\": {\n                \"factory\": 123,\n                \"building\": 23,\n                \"dependencies\": 1\n              }\n            },\n            {\n              \"id\": 316,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/iconv-lite/encodings/index.js\",\n              \"name\": \"./node_modules/iconv-lite/encodings/index.js\",\n              \"profile\": {\n                \"factory\": 62,\n                \"building\": 61,\n                \"dependencies\": 1\n              }\n            }\n          ],\n          \"profile\": {\n            \"factory\": 26,\n            \"building\": 20,\n            \"dependencies\": 1\n          },\n          \"failed\": false,\n          \"errors\": 0,\n          \"warnings\": 0,\n          \"assets\": [],\n          \"reasons\": [\n            {\n              \"moduleId\": 316,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/iconv-lite/encodings/index.js\",\n              \"module\": \"./node_modules/iconv-lite/encodings/index.js\",\n              \"moduleName\": \"./node_modules/iconv-lite/encodings/index.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"./sbcs-data\",\n              \"loc\": \"10:4-26\"\n            }\n          ],\n          \"usedExports\": true,\n          \"providedExports\": null,\n          \"optimizationBailout\": [\n            \"ModuleConcatenation bailout: Module is not an ECMAScript module\"\n          ],\n          \"depth\": 9,\n          \"source\": \"\\\"use strict\\\"\\n\\n// Manually added data to be used by sbcs codec in addition to generated one.\\n\\nmodule.exports = {\\n    // Not supported by iconv, not sure why.\\n    \\\"10029\\\": \\\"maccenteuro\\\",\\n    \\\"maccenteuro\\\": {\\n        \\\"type\\\": \\\"_sbcs\\\",\\n        \\\"chars\\\": \\\"ÄĀāÉĄÖÜáąČäčĆćéŹźĎíďĒēĖóėôöõúĚěü†°Ę£§•¶ß®©™ę¨≠ģĮįĪ≤≥īĶ∂∑łĻļĽľĹĺŅņŃ¬√ńŇ∆«»… ňŐÕőŌ–—“”‘’÷◊ōŔŕŘ‹›řŖŗŠ‚„šŚśÁŤťÍŽžŪÓÔūŮÚůŰűŲųÝýķŻŁżĢˇ\\\"\\n    },\\n\\n    \\\"808\\\": \\\"cp808\\\",\\n    \\\"ibm808\\\": \\\"cp808\\\",\\n    \\\"cp808\\\": {\\n        \\\"type\\\": \\\"_sbcs\\\",\\n        \\\"chars\\\": \\\"АБВГДЕЖЗИЙКЛМНОПРСТУФХЦЧШЩЪЫЬЭЮЯабвгдежзийклмноп░▒▓│┤╡╢╖╕╣║╗╝╜╛┐└┴┬├─┼╞╟╚╔╩╦╠═╬╧╨╤╥╙╘╒╓╫╪┘┌█▄▌▐▀рстуфхцчшщъыьэюяЁёЄєЇїЎў°∙·√№€■ \\\"\\n    },\\n\\n    // Aliases of generated encodings.\\n    \\\"ascii8bit\\\": \\\"ascii\\\",\\n    \\\"usascii\\\": \\\"ascii\\\",\\n    \\\"ansix34\\\": \\\"ascii\\\",\\n    \\\"ansix341968\\\": \\\"ascii\\\",\\n    \\\"ansix341986\\\": \\\"ascii\\\",\\n    \\\"csascii\\\": \\\"ascii\\\",\\n    \\\"cp367\\\": \\\"ascii\\\",\\n    \\\"ibm367\\\": \\\"ascii\\\",\\n    \\\"isoir6\\\": \\\"ascii\\\",\\n    \\\"iso646us\\\": \\\"ascii\\\",\\n    \\\"iso646irv\\\": \\\"ascii\\\",\\n    \\\"us\\\": \\\"ascii\\\",\\n\\n    \\\"latin1\\\": \\\"iso88591\\\",\\n    \\\"latin2\\\": \\\"iso88592\\\",\\n    \\\"latin3\\\": \\\"iso88593\\\",\\n    \\\"latin4\\\": \\\"iso88594\\\",\\n    \\\"latin5\\\": \\\"iso88599\\\",\\n    \\\"latin6\\\": \\\"iso885910\\\",\\n    \\\"latin7\\\": \\\"iso885913\\\",\\n    \\\"latin8\\\": \\\"iso885914\\\",\\n    \\\"latin9\\\": \\\"iso885915\\\",\\n    \\\"latin10\\\": \\\"iso885916\\\",\\n\\n    \\\"csisolatin1\\\": \\\"iso88591\\\",\\n    \\\"csisolatin2\\\": \\\"iso88592\\\",\\n    \\\"csisolatin3\\\": \\\"iso88593\\\",\\n    \\\"csisolatin4\\\": \\\"iso88594\\\",\\n    \\\"csisolatincyrillic\\\": \\\"iso88595\\\",\\n    \\\"csisolatinarabic\\\": \\\"iso88596\\\",\\n    \\\"csisolatingreek\\\" : \\\"iso88597\\\",\\n    \\\"csisolatinhebrew\\\": \\\"iso88598\\\",\\n    \\\"csisolatin5\\\": \\\"iso88599\\\",\\n    \\\"csisolatin6\\\": \\\"iso885910\\\",\\n\\n    \\\"l1\\\": \\\"iso88591\\\",\\n    \\\"l2\\\": \\\"iso88592\\\",\\n    \\\"l3\\\": \\\"iso88593\\\",\\n    \\\"l4\\\": \\\"iso88594\\\",\\n    \\\"l5\\\": \\\"iso88599\\\",\\n    \\\"l6\\\": \\\"iso885910\\\",\\n    \\\"l7\\\": \\\"iso885913\\\",\\n    \\\"l8\\\": \\\"iso885914\\\",\\n    \\\"l9\\\": \\\"iso885915\\\",\\n    \\\"l10\\\": \\\"iso885916\\\",\\n\\n    \\\"isoir14\\\": \\\"iso646jp\\\",\\n    \\\"isoir57\\\": \\\"iso646cn\\\",\\n    \\\"isoir100\\\": \\\"iso88591\\\",\\n    \\\"isoir101\\\": \\\"iso88592\\\",\\n    \\\"isoir109\\\": \\\"iso88593\\\",\\n    \\\"isoir110\\\": \\\"iso88594\\\",\\n    \\\"isoir144\\\": \\\"iso88595\\\",\\n    \\\"isoir127\\\": \\\"iso88596\\\",\\n    \\\"isoir126\\\": \\\"iso88597\\\",\\n    \\\"isoir138\\\": \\\"iso88598\\\",\\n    \\\"isoir148\\\": \\\"iso88599\\\",\\n    \\\"isoir157\\\": \\\"iso885910\\\",\\n    \\\"isoir166\\\": \\\"tis620\\\",\\n    \\\"isoir179\\\": \\\"iso885913\\\",\\n    \\\"isoir199\\\": \\\"iso885914\\\",\\n    \\\"isoir203\\\": \\\"iso885915\\\",\\n    \\\"isoir226\\\": \\\"iso885916\\\",\\n\\n    \\\"cp819\\\": \\\"iso88591\\\",\\n    \\\"ibm819\\\": \\\"iso88591\\\",\\n\\n    \\\"cyrillic\\\": \\\"iso88595\\\",\\n\\n    \\\"arabic\\\": \\\"iso88596\\\",\\n    \\\"arabic8\\\": \\\"iso88596\\\",\\n    \\\"ecma114\\\": \\\"iso88596\\\",\\n    \\\"asmo708\\\": \\\"iso88596\\\",\\n\\n    \\\"greek\\\" : \\\"iso88597\\\",\\n    \\\"greek8\\\" : \\\"iso88597\\\",\\n    \\\"ecma118\\\" : \\\"iso88597\\\",\\n    \\\"elot928\\\" : \\\"iso88597\\\",\\n\\n    \\\"hebrew\\\": \\\"iso88598\\\",\\n    \\\"hebrew8\\\": \\\"iso88598\\\",\\n\\n    \\\"turkish\\\": \\\"iso88599\\\",\\n    \\\"turkish8\\\": \\\"iso88599\\\",\\n\\n    \\\"thai\\\": \\\"iso885911\\\",\\n    \\\"thai8\\\": \\\"iso885911\\\",\\n\\n    \\\"celtic\\\": \\\"iso885914\\\",\\n    \\\"celtic8\\\": \\\"iso885914\\\",\\n    \\\"isoceltic\\\": \\\"iso885914\\\",\\n\\n    \\\"tis6200\\\": \\\"tis620\\\",\\n    \\\"tis62025291\\\": \\\"tis620\\\",\\n    \\\"tis62025330\\\": \\\"tis620\\\",\\n\\n    \\\"10000\\\": \\\"macroman\\\",\\n    \\\"10006\\\": \\\"macgreek\\\",\\n    \\\"10007\\\": \\\"maccyrillic\\\",\\n    \\\"10079\\\": \\\"maciceland\\\",\\n    \\\"10081\\\": \\\"macturkish\\\",\\n\\n    \\\"cspc8codepage437\\\": \\\"cp437\\\",\\n    \\\"cspc775baltic\\\": \\\"cp775\\\",\\n    \\\"cspc850multilingual\\\": \\\"cp850\\\",\\n    \\\"cspcp852\\\": \\\"cp852\\\",\\n    \\\"cspc862latinhebrew\\\": \\\"cp862\\\",\\n    \\\"cpgr\\\": \\\"cp869\\\",\\n\\n    \\\"msee\\\": \\\"cp1250\\\",\\n    \\\"mscyrl\\\": \\\"cp1251\\\",\\n    \\\"msansi\\\": \\\"cp1252\\\",\\n    \\\"msgreek\\\": \\\"cp1253\\\",\\n    \\\"msturk\\\": \\\"cp1254\\\",\\n    \\\"mshebr\\\": \\\"cp1255\\\",\\n    \\\"msarab\\\": \\\"cp1256\\\",\\n    \\\"winbaltrim\\\": \\\"cp1257\\\",\\n\\n    \\\"cp20866\\\": \\\"koi8r\\\",\\n    \\\"20866\\\": \\\"koi8r\\\",\\n    \\\"ibm878\\\": \\\"koi8r\\\",\\n    \\\"cskoi8r\\\": \\\"koi8r\\\",\\n\\n    \\\"cp21866\\\": \\\"koi8u\\\",\\n    \\\"21866\\\": \\\"koi8u\\\",\\n    \\\"ibm1168\\\": \\\"koi8u\\\",\\n\\n    \\\"strk10482002\\\": \\\"rk1048\\\",\\n\\n    \\\"tcvn5712\\\": \\\"tcvn\\\",\\n    \\\"tcvn57121\\\": \\\"tcvn\\\",\\n\\n    \\\"gb198880\\\": \\\"iso646cn\\\",\\n    \\\"cn\\\": \\\"iso646cn\\\",\\n\\n    \\\"csiso14jisc6220ro\\\": \\\"iso646jp\\\",\\n    \\\"jisc62201969ro\\\": \\\"iso646jp\\\",\\n    \\\"jp\\\": \\\"iso646jp\\\",\\n\\n    \\\"cshproman8\\\": \\\"hproman8\\\",\\n    \\\"r8\\\": \\\"hproman8\\\",\\n    \\\"roman8\\\": \\\"hproman8\\\",\\n    \\\"xroman8\\\": \\\"hproman8\\\",\\n    \\\"ibm1051\\\": \\\"hproman8\\\",\\n\\n    \\\"mac\\\": \\\"macintosh\\\",\\n    \\\"csmacintosh\\\": \\\"macintosh\\\",\\n};\\n\\n\"\n        },\n        {\n          \"id\": 322,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/iconv-lite/encodings/sbcs-data-generated.js\",\n          \"name\": \"./node_modules/iconv-lite/encodings/sbcs-data-generated.js\",\n          \"index\": 318,\n          \"index2\": 309,\n          \"size\": 18864,\n          \"cacheable\": true,\n          \"built\": true,\n          \"optional\": false,\n          \"prefetched\": false,\n          \"chunks\": [\n            2\n          ],\n          \"issuer\": \"/Users/jarred/Code/styleurl/node_modules/iconv-lite/encodings/index.js\",\n          \"issuerId\": 316,\n          \"issuerName\": \"./node_modules/iconv-lite/encodings/index.js\",\n          \"issuerPath\": [\n            {\n              \"id\": 191,\n              \"identifier\": \"multi /Users/jarred/Code/styleurl/webpack/customPublicPath /Users/jarred/Code/styleurl/chrome/extension/background\",\n              \"name\": \"multi ./webpack/customPublicPath ./chrome/extension/background\",\n              \"profile\": {\n                \"factory\": 0,\n                \"building\": 0,\n                \"dependencies\": 54\n              }\n            },\n            {\n              \"id\": 192,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/background.js\",\n              \"name\": \"./chrome/extension/background.js\",\n              \"profile\": {\n                \"factory\": 54,\n                \"building\": 639,\n                \"dependencies\": 140\n              }\n            },\n            {\n              \"id\": 255,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/stylesheet-differ/lib/index.js\",\n              \"name\": \"./node_modules/stylesheet-differ/lib/index.js\",\n              \"profile\": {\n                \"factory\": 140,\n                \"building\": 568,\n                \"dependencies\": 1\n              }\n            },\n            {\n              \"id\": 256,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/native-css/index.js\",\n              \"name\": \"./node_modules/native-css/index.js\",\n              \"profile\": {\n                \"factory\": 189,\n                \"building\": 603,\n                \"dependencies\": 1\n              }\n            },\n            {\n              \"id\": 257,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/native-css/src/native-css.js\",\n              \"name\": \"./node_modules/native-css/src/native-css.js\",\n              \"profile\": {\n                \"factory\": 26,\n                \"building\": 63,\n                \"dependencies\": 14\n              }\n            },\n            {\n              \"id\": 293,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/fetch/lib/fetch.js\",\n              \"name\": \"./node_modules/fetch/lib/fetch.js\",\n              \"profile\": {\n                \"factory\": 117,\n                \"building\": 25,\n                \"dependencies\": 27\n              }\n            },\n            {\n              \"id\": 313,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/encoding/lib/encoding.js\",\n              \"name\": \"./node_modules/encoding/lib/encoding.js\",\n              \"profile\": {\n                \"factory\": 66,\n                \"building\": 38,\n                \"dependencies\": 20\n              }\n            },\n            {\n              \"id\": 314,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/iconv-lite/lib/index.js\",\n              \"name\": \"./node_modules/iconv-lite/lib/index.js\",\n              \"profile\": {\n                \"factory\": 123,\n                \"building\": 23,\n                \"dependencies\": 1\n              }\n            },\n            {\n              \"id\": 316,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/iconv-lite/encodings/index.js\",\n              \"name\": \"./node_modules/iconv-lite/encodings/index.js\",\n              \"profile\": {\n                \"factory\": 62,\n                \"building\": 61,\n                \"dependencies\": 1\n              }\n            }\n          ],\n          \"profile\": {\n            \"factory\": 26,\n            \"building\": 20,\n            \"dependencies\": 1\n          },\n          \"failed\": false,\n          \"errors\": 0,\n          \"warnings\": 0,\n          \"assets\": [],\n          \"reasons\": [\n            {\n              \"moduleId\": 316,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/iconv-lite/encodings/index.js\",\n              \"module\": \"./node_modules/iconv-lite/encodings/index.js\",\n              \"moduleName\": \"./node_modules/iconv-lite/encodings/index.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"./sbcs-data-generated\",\n              \"loc\": \"11:4-36\"\n            }\n          ],\n          \"usedExports\": true,\n          \"providedExports\": null,\n          \"optimizationBailout\": [\n            \"ModuleConcatenation bailout: Module is not an ECMAScript module\"\n          ],\n          \"depth\": 9,\n          \"source\": \"\\\"use strict\\\"\\n\\n// Generated data for sbcs codec. Don't edit manually. Regenerate using generation/gen-sbcs.js script.\\nmodule.exports = {\\n  \\\"437\\\": \\\"cp437\\\",\\n  \\\"737\\\": \\\"cp737\\\",\\n  \\\"775\\\": \\\"cp775\\\",\\n  \\\"850\\\": \\\"cp850\\\",\\n  \\\"852\\\": \\\"cp852\\\",\\n  \\\"855\\\": \\\"cp855\\\",\\n  \\\"856\\\": \\\"cp856\\\",\\n  \\\"857\\\": \\\"cp857\\\",\\n  \\\"858\\\": \\\"cp858\\\",\\n  \\\"860\\\": \\\"cp860\\\",\\n  \\\"861\\\": \\\"cp861\\\",\\n  \\\"862\\\": \\\"cp862\\\",\\n  \\\"863\\\": \\\"cp863\\\",\\n  \\\"864\\\": \\\"cp864\\\",\\n  \\\"865\\\": \\\"cp865\\\",\\n  \\\"866\\\": \\\"cp866\\\",\\n  \\\"869\\\": \\\"cp869\\\",\\n  \\\"874\\\": \\\"windows874\\\",\\n  \\\"922\\\": \\\"cp922\\\",\\n  \\\"1046\\\": \\\"cp1046\\\",\\n  \\\"1124\\\": \\\"cp1124\\\",\\n  \\\"1125\\\": \\\"cp1125\\\",\\n  \\\"1129\\\": \\\"cp1129\\\",\\n  \\\"1133\\\": \\\"cp1133\\\",\\n  \\\"1161\\\": \\\"cp1161\\\",\\n  \\\"1162\\\": \\\"cp1162\\\",\\n  \\\"1163\\\": \\\"cp1163\\\",\\n  \\\"1250\\\": \\\"windows1250\\\",\\n  \\\"1251\\\": \\\"windows1251\\\",\\n  \\\"1252\\\": \\\"windows1252\\\",\\n  \\\"1253\\\": \\\"windows1253\\\",\\n  \\\"1254\\\": \\\"windows1254\\\",\\n  \\\"1255\\\": \\\"windows1255\\\",\\n  \\\"1256\\\": \\\"windows1256\\\",\\n  \\\"1257\\\": \\\"windows1257\\\",\\n  \\\"1258\\\": \\\"windows1258\\\",\\n  \\\"28591\\\": \\\"iso88591\\\",\\n  \\\"28592\\\": \\\"iso88592\\\",\\n  \\\"28593\\\": \\\"iso88593\\\",\\n  \\\"28594\\\": \\\"iso88594\\\",\\n  \\\"28595\\\": \\\"iso88595\\\",\\n  \\\"28596\\\": \\\"iso88596\\\",\\n  \\\"28597\\\": \\\"iso88597\\\",\\n  \\\"28598\\\": \\\"iso88598\\\",\\n  \\\"28599\\\": \\\"iso88599\\\",\\n  \\\"28600\\\": \\\"iso885910\\\",\\n  \\\"28601\\\": \\\"iso885911\\\",\\n  \\\"28603\\\": \\\"iso885913\\\",\\n  \\\"28604\\\": \\\"iso885914\\\",\\n  \\\"28605\\\": \\\"iso885915\\\",\\n  \\\"28606\\\": \\\"iso885916\\\",\\n  \\\"windows874\\\": {\\n    \\\"type\\\": \\\"_sbcs\\\",\\n    \\\"chars\\\": \\\"€����…�����������‘’“”•–—�������� กขฃคฅฆงจฉชซฌญฎฏฐฑฒณดตถทธนบปผฝพฟภมยรฤลฦวศษสหฬอฮฯะัาำิีึืฺุู����฿เแโใไๅๆ็่้๊๋์ํ๎๏๐๑๒๓๔๕๖๗๘๙๚๛����\\\"\\n  },\\n  \\\"win874\\\": \\\"windows874\\\",\\n  \\\"cp874\\\": \\\"windows874\\\",\\n  \\\"windows1250\\\": {\\n    \\\"type\\\": \\\"_sbcs\\\",\\n    \\\"chars\\\": \\\"€�‚�„…†‡�‰Š‹ŚŤŽŹ�‘’“”•–—�™š›śťžź ˇ˘Ł¤Ą¦§¨©Ş«¬­®Ż°±˛ł´µ¶·¸ąş»Ľ˝ľżŔÁÂĂÄĹĆÇČÉĘËĚÍÎĎĐŃŇÓÔŐÖ×ŘŮÚŰÜÝŢßŕáâăäĺćçčéęëěíîďđńňóôőö÷řůúűüýţ˙\\\"\\n  },\\n  \\\"win1250\\\": \\\"windows1250\\\",\\n  \\\"cp1250\\\": \\\"windows1250\\\",\\n  \\\"windows1251\\\": {\\n    \\\"type\\\": \\\"_sbcs\\\",\\n    \\\"chars\\\": \\\"ЂЃ‚ѓ„…†‡€‰Љ‹ЊЌЋЏђ‘’“”•–—�™љ›њќћџ ЎўЈ¤Ґ¦§Ё©Є«¬­®Ї°±Ііґµ¶·ё№є»јЅѕїАБВГДЕЖЗИЙКЛМНОПРСТУФХЦЧШЩЪЫЬЭЮЯабвгдежзийклмнопрстуфхцчшщъыьэюя\\\"\\n  },\\n  \\\"win1251\\\": \\\"windows1251\\\",\\n  \\\"cp1251\\\": \\\"windows1251\\\",\\n  \\\"windows1252\\\": {\\n    \\\"type\\\": \\\"_sbcs\\\",\\n    \\\"chars\\\": \\\"€�‚ƒ„…†‡ˆ‰Š‹Œ�Ž��‘’“”•–—˜™š›œ�žŸ ¡¢£¤¥¦§¨©ª«¬­®¯°±²³´µ¶·¸¹º»¼½¾¿ÀÁÂÃÄÅÆÇÈÉÊËÌÍÎÏÐÑÒÓÔÕÖ×ØÙÚÛÜÝÞßàáâãäåæçèéêëìíîïðñòóôõö÷øùúûüýþÿ\\\"\\n  },\\n  \\\"win1252\\\": \\\"windows1252\\\",\\n  \\\"cp1252\\\": \\\"windows1252\\\",\\n  \\\"windows1253\\\": {\\n    \\\"type\\\": \\\"_sbcs\\\",\\n    \\\"chars\\\": \\\"€�‚ƒ„…†‡�‰�‹�����‘’“”•–—�™�›���� ΅Ά£¤¥¦§¨©�«¬­®―°±²³΄µ¶·ΈΉΊ»Ό½ΎΏΐΑΒΓΔΕΖΗΘΙΚΛΜΝΞΟΠΡ�ΣΤΥΦΧΨΩΪΫάέήίΰαβγδεζηθικλμνξοπρςστυφχψωϊϋόύώ�\\\"\\n  },\\n  \\\"win1253\\\": \\\"windows1253\\\",\\n  \\\"cp1253\\\": \\\"windows1253\\\",\\n  \\\"windows1254\\\": {\\n    \\\"type\\\": \\\"_sbcs\\\",\\n    \\\"chars\\\": \\\"€�‚ƒ„…†‡ˆ‰Š‹Œ����‘’“”•–—˜™š›œ��Ÿ ¡¢£¤¥¦§¨©ª«¬­®¯°±²³´µ¶·¸¹º»¼½¾¿ÀÁÂÃÄÅÆÇÈÉÊËÌÍÎÏĞÑÒÓÔÕÖ×ØÙÚÛÜİŞßàáâãäåæçèéêëìíîïğñòóôõö÷øùúûüışÿ\\\"\\n  },\\n  \\\"win1254\\\": \\\"windows1254\\\",\\n  \\\"cp1254\\\": \\\"windows1254\\\",\\n  \\\"windows1255\\\": {\\n    \\\"type\\\": \\\"_sbcs\\\",\\n    \\\"chars\\\": \\\"€�‚ƒ„…†‡ˆ‰�‹�����‘’“”•–—˜™�›���� ¡¢£₪¥¦§¨©×«¬­®¯°±²³´µ¶·¸¹÷»¼½¾¿ְֱֲֳִֵֶַָֹ�ֻּֽ־ֿ׀ׁׂ׃װױײ׳״�������אבגדהוזחטיךכלםמןנסעףפץצקרשת��‎‏�\\\"\\n  },\\n  \\\"win1255\\\": \\\"windows1255\\\",\\n  \\\"cp1255\\\": \\\"windows1255\\\",\\n  \\\"windows1256\\\": {\\n    \\\"type\\\": \\\"_sbcs\\\",\\n    \\\"chars\\\": \\\"€پ‚ƒ„…†‡ˆ‰ٹ‹Œچژڈگ‘’“”•–—ک™ڑ›œ‌‍ں ،¢£¤¥¦§¨©ھ«¬­®¯°±²³´µ¶·¸¹؛»¼½¾؟ہءآأؤإئابةتثجحخدذرزسشصض×طظعغـفقكàلâمنهوçèéêëىيîïًٌٍَôُِ÷ّùْûü‎‏ے\\\"\\n  },\\n  \\\"win1256\\\": \\\"windows1256\\\",\\n  \\\"cp1256\\\": \\\"windows1256\\\",\\n  \\\"windows1257\\\": {\\n    \\\"type\\\": \\\"_sbcs\\\",\\n    \\\"chars\\\": \\\"€�‚�„…†‡�‰�‹�¨ˇ¸�‘’“”•–—�™�›�¯˛� �¢£¤�¦§Ø©Ŗ«¬­®Æ°±²³´µ¶·ø¹ŗ»¼½¾æĄĮĀĆÄÅĘĒČÉŹĖĢĶĪĻŠŃŅÓŌÕÖ×ŲŁŚŪÜŻŽßąįāćäåęēčéźėģķīļšńņóōõö÷ųłśūüżž˙\\\"\\n  },\\n  \\\"win1257\\\": \\\"windows1257\\\",\\n  \\\"cp1257\\\": \\\"windows1257\\\",\\n  \\\"windows1258\\\": {\\n    \\\"type\\\": \\\"_sbcs\\\",\\n    \\\"chars\\\": \\\"€�‚ƒ„…†‡ˆ‰�‹Œ����‘’“”•–—˜™�›œ��Ÿ ¡¢£¤¥¦§¨©ª«¬­®¯°±²³´µ¶·¸¹º»¼½¾¿ÀÁÂĂÄÅÆÇÈÉÊË̀ÍÎÏĐÑ̉ÓÔƠÖ×ØÙÚÛÜỮßàáâăäåæçèéêë́íîïđṇ̃óôơö÷øùúûüư₫ÿ\\\"\\n  },\\n  \\\"win1258\\\": \\\"windows1258\\\",\\n  \\\"cp1258\\\": \\\"windows1258\\\",\\n  \\\"iso88591\\\": {\\n    \\\"type\\\": \\\"_sbcs\\\",\\n    \\\"chars\\\": \\\" ¡¢£¤¥¦§¨©ª«¬­®¯°±²³´µ¶·¸¹º»¼½¾¿ÀÁÂÃÄÅÆÇÈÉÊËÌÍÎÏÐÑÒÓÔÕÖ×ØÙÚÛÜÝÞßàáâãäåæçèéêëìíîïðñòóôõö÷øùúûüýþÿ\\\"\\n  },\\n  \\\"cp28591\\\": \\\"iso88591\\\",\\n  \\\"iso88592\\\": {\\n    \\\"type\\\": \\\"_sbcs\\\",\\n    \\\"chars\\\": \\\" Ą˘Ł¤ĽŚ§¨ŠŞŤŹ­ŽŻ°ą˛ł´ľśˇ¸šşťź˝žżŔÁÂĂÄĹĆÇČÉĘËĚÍÎĎĐŃŇÓÔŐÖ×ŘŮÚŰÜÝŢßŕáâăäĺćçčéęëěíîďđńňóôőö÷řůúűüýţ˙\\\"\\n  },\\n  \\\"cp28592\\\": \\\"iso88592\\\",\\n  \\\"iso88593\\\": {\\n    \\\"type\\\": \\\"_sbcs\\\",\\n    \\\"chars\\\": \\\" Ħ˘£¤�Ĥ§¨İŞĞĴ­�Ż°ħ²³´µĥ·¸ışğĵ½�żÀÁÂ�ÄĊĈÇÈÉÊËÌÍÎÏ�ÑÒÓÔĠÖ×ĜÙÚÛÜŬŜßàáâ�äċĉçèéêëìíîï�ñòóôġö÷ĝùúûüŭŝ˙\\\"\\n  },\\n  \\\"cp28593\\\": \\\"iso88593\\\",\\n  \\\"iso88594\\\": {\\n    \\\"type\\\": \\\"_sbcs\\\",\\n    \\\"chars\\\": \\\" ĄĸŖ¤ĨĻ§¨ŠĒĢŦ­Ž¯°ą˛ŗ´ĩļˇ¸šēģŧŊžŋĀÁÂÃÄÅÆĮČÉĘËĖÍÎĪĐŅŌĶÔÕÖ×ØŲÚÛÜŨŪßāáâãäåæįčéęëėíîīđņōķôõö÷øųúûüũū˙\\\"\\n  },\\n  \\\"cp28594\\\": \\\"iso88594\\\",\\n  \\\"iso88595\\\": {\\n    \\\"type\\\": \\\"_sbcs\\\",\\n    \\\"chars\\\": \\\" ЁЂЃЄЅІЇЈЉЊЋЌ­ЎЏАБВГДЕЖЗИЙКЛМНОПРСТУФХЦЧШЩЪЫЬЭЮЯабвгдежзийклмнопрстуфхцчшщъыьэюя№ёђѓєѕіїјљњћќ§ўџ\\\"\\n  },\\n  \\\"cp28595\\\": \\\"iso88595\\\",\\n  \\\"iso88596\\\": {\\n    \\\"type\\\": \\\"_sbcs\\\",\\n    \\\"chars\\\": \\\" ���¤�������،­�������������؛���؟�ءآأؤإئابةتثجحخدذرزسشصضطظعغ�����ـفقكلمنهوىيًٌٍَُِّْ�������������\\\"\\n  },\\n  \\\"cp28596\\\": \\\"iso88596\\\",\\n  \\\"iso88597\\\": {\\n    \\\"type\\\": \\\"_sbcs\\\",\\n    \\\"chars\\\": \\\" ‘’£€₯¦§¨©ͺ«¬­�―°±²³΄΅Ά·ΈΉΊ»Ό½ΎΏΐΑΒΓΔΕΖΗΘΙΚΛΜΝΞΟΠΡ�ΣΤΥΦΧΨΩΪΫάέήίΰαβγδεζηθικλμνξοπρςστυφχψωϊϋόύώ�\\\"\\n  },\\n  \\\"cp28597\\\": \\\"iso88597\\\",\\n  \\\"iso88598\\\": {\\n    \\\"type\\\": \\\"_sbcs\\\",\\n    \\\"chars\\\": \\\" �¢£¤¥¦§¨©×«¬­®¯°±²³´µ¶·¸¹÷»¼½¾��������������������������������‗אבגדהוזחטיךכלםמןנסעףפץצקרשת��‎‏�\\\"\\n  },\\n  \\\"cp28598\\\": \\\"iso88598\\\",\\n  \\\"iso88599\\\": {\\n    \\\"type\\\": \\\"_sbcs\\\",\\n    \\\"chars\\\": \\\" ¡¢£¤¥¦§¨©ª«¬­®¯°±²³´µ¶·¸¹º»¼½¾¿ÀÁÂÃÄÅÆÇÈÉÊËÌÍÎÏĞÑÒÓÔÕÖ×ØÙÚÛÜİŞßàáâãäåæçèéêëìíîïğñòóôõö÷øùúûüışÿ\\\"\\n  },\\n  \\\"cp28599\\\": \\\"iso88599\\\",\\n  \\\"iso885910\\\": {\\n    \\\"type\\\": \\\"_sbcs\\\",\\n    \\\"chars\\\": \\\" ĄĒĢĪĨĶ§ĻĐŠŦŽ­ŪŊ°ąēģīĩķ·ļđšŧž―ūŋĀÁÂÃÄÅÆĮČÉĘËĖÍÎÏÐŅŌÓÔÕÖŨØŲÚÛÜÝÞßāáâãäåæįčéęëėíîïðņōóôõöũøųúûüýþĸ\\\"\\n  },\\n  \\\"cp28600\\\": \\\"iso885910\\\",\\n  \\\"iso885911\\\": {\\n    \\\"type\\\": \\\"_sbcs\\\",\\n    \\\"chars\\\": \\\" กขฃคฅฆงจฉชซฌญฎฏฐฑฒณดตถทธนบปผฝพฟภมยรฤลฦวศษสหฬอฮฯะัาำิีึืฺุู����฿เแโใไๅๆ็่้๊๋์ํ๎๏๐๑๒๓๔๕๖๗๘๙๚๛����\\\"\\n  },\\n  \\\"cp28601\\\": \\\"iso885911\\\",\\n  \\\"iso885913\\\": {\\n    \\\"type\\\": \\\"_sbcs\\\",\\n    \\\"chars\\\": \\\" ”¢£¤„¦§Ø©Ŗ«¬­®Æ°±²³“µ¶·ø¹ŗ»¼½¾æĄĮĀĆÄÅĘĒČÉŹĖĢĶĪĻŠŃŅÓŌÕÖ×ŲŁŚŪÜŻŽßąįāćäåęēčéźėģķīļšńņóōõö÷ųłśūüżž’\\\"\\n  },\\n  \\\"cp28603\\\": \\\"iso885913\\\",\\n  \\\"iso885914\\\": {\\n    \\\"type\\\": \\\"_sbcs\\\",\\n    \\\"chars\\\": \\\" Ḃḃ£ĊċḊ§Ẁ©ẂḋỲ­®ŸḞḟĠġṀṁ¶ṖẁṗẃṠỳẄẅṡÀÁÂÃÄÅÆÇÈÉÊËÌÍÎÏŴÑÒÓÔÕÖṪØÙÚÛÜÝŶßàáâãäåæçèéêëìíîïŵñòóôõöṫøùúûüýŷÿ\\\"\\n  },\\n  \\\"cp28604\\\": \\\"iso885914\\\",\\n  \\\"iso885915\\\": {\\n    \\\"type\\\": \\\"_sbcs\\\",\\n    \\\"chars\\\": \\\" ¡¢£€¥Š§š©ª«¬­®¯°±²³Žµ¶·ž¹º»ŒœŸ¿ÀÁÂÃÄÅÆÇÈÉÊËÌÍÎÏÐÑÒÓÔÕÖ×ØÙÚÛÜÝÞßàáâãäåæçèéêëìíîïðñòóôõö÷øùúûüýþÿ\\\"\\n  },\\n  \\\"cp28605\\\": \\\"iso885915\\\",\\n  \\\"iso885916\\\": {\\n    \\\"type\\\": \\\"_sbcs\\\",\\n    \\\"chars\\\": \\\" ĄąŁ€„Š§š©Ș«Ź­źŻ°±ČłŽ”¶·žčș»ŒœŸżÀÁÂĂÄĆÆÇÈÉÊËÌÍÎÏĐŃÒÓÔŐÖŚŰÙÚÛÜĘȚßàáâăäćæçèéêëìíîïđńòóôőöśűùúûüęțÿ\\\"\\n  },\\n  \\\"cp28606\\\": \\\"iso885916\\\",\\n  \\\"cp437\\\": {\\n    \\\"type\\\": \\\"_sbcs\\\",\\n    \\\"chars\\\": \\\"ÇüéâäàåçêëèïîìÄÅÉæÆôöòûùÿÖÜ¢£¥₧ƒáíóúñÑªº¿⌐¬½¼¡«»░▒▓│┤╡╢╖╕╣║╗╝╜╛┐└┴┬├─┼╞╟╚╔╩╦╠═╬╧╨╤╥╙╘╒╓╫╪┘┌█▄▌▐▀αßΓπΣσµτΦΘΩδ∞φε∩≡±≥≤⌠⌡÷≈°∙·√ⁿ²■ \\\"\\n  },\\n  \\\"ibm437\\\": \\\"cp437\\\",\\n  \\\"csibm437\\\": \\\"cp437\\\",\\n  \\\"cp737\\\": {\\n    \\\"type\\\": \\\"_sbcs\\\",\\n    \\\"chars\\\": \\\"ΑΒΓΔΕΖΗΘΙΚΛΜΝΞΟΠΡΣΤΥΦΧΨΩαβγδεζηθικλμνξοπρσςτυφχψ░▒▓│┤╡╢╖╕╣║╗╝╜╛┐└┴┬├─┼╞╟╚╔╩╦╠═╬╧╨╤╥╙╘╒╓╫╪┘┌█▄▌▐▀ωάέήϊίόύϋώΆΈΉΊΌΎΏ±≥≤ΪΫ÷≈°∙·√ⁿ²■ \\\"\\n  },\\n  \\\"ibm737\\\": \\\"cp737\\\",\\n  \\\"csibm737\\\": \\\"cp737\\\",\\n  \\\"cp775\\\": {\\n    \\\"type\\\": \\\"_sbcs\\\",\\n    \\\"chars\\\": \\\"ĆüéāäģåćłēŖŗīŹÄÅÉæÆōöĢ¢ŚśÖÜø£Ø×¤ĀĪóŻżź”¦©®¬½¼Ł«»░▒▓│┤ĄČĘĖ╣║╗╝ĮŠ┐└┴┬├─┼ŲŪ╚╔╩╦╠═╬Žąčęėįšųūž┘┌█▄▌▐▀ÓßŌŃõÕµńĶķĻļņĒŅ’­±“¾¶§÷„°∙·¹³²■ \\\"\\n  },\\n  \\\"ibm775\\\": \\\"cp775\\\",\\n  \\\"csibm775\\\": \\\"cp775\\\",\\n  \\\"cp850\\\": {\\n    \\\"type\\\": \\\"_sbcs\\\",\\n    \\\"chars\\\": \\\"ÇüéâäàåçêëèïîìÄÅÉæÆôöòûùÿÖÜø£Ø×ƒáíóúñÑªº¿®¬½¼¡«»░▒▓│┤ÁÂÀ©╣║╗╝¢¥┐└┴┬├─┼ãÃ╚╔╩╦╠═╬¤ðÐÊËÈıÍÎÏ┘┌█▄¦Ì▀ÓßÔÒõÕµþÞÚÛÙýÝ¯´­±‗¾¶§÷¸°¨·¹³²■ \\\"\\n  },\\n  \\\"ibm850\\\": \\\"cp850\\\",\\n  \\\"csibm850\\\": \\\"cp850\\\",\\n  \\\"cp852\\\": {\\n    \\\"type\\\": \\\"_sbcs\\\",\\n    \\\"chars\\\": \\\"ÇüéâäůćçłëŐőîŹÄĆÉĹĺôöĽľŚśÖÜŤťŁ×čáíóúĄąŽžĘę¬źČş«»░▒▓│┤ÁÂĚŞ╣║╗╝Żż┐└┴┬├─┼Ăă╚╔╩╦╠═╬¤đĐĎËďŇÍÎě┘┌█▄ŢŮ▀ÓßÔŃńňŠšŔÚŕŰýÝţ´­˝˛ˇ˘§÷¸°¨˙űŘř■ \\\"\\n  },\\n  \\\"ibm852\\\": \\\"cp852\\\",\\n  \\\"csibm852\\\": \\\"cp852\\\",\\n  \\\"cp855\\\": {\\n    \\\"type\\\": \\\"_sbcs\\\",\\n    \\\"chars\\\": \\\"ђЂѓЃёЁєЄѕЅіІїЇјЈљЉњЊћЋќЌўЎџЏюЮъЪаАбБцЦдДеЕфФгГ«»░▒▓│┤хХиИ╣║╗╝йЙ┐└┴┬├─┼кК╚╔╩╦╠═╬¤лЛмМнНоОп┘┌█▄Пя▀ЯрРсСтТуУжЖвВьЬ№­ыЫзЗшШэЭщЩчЧ§■ \\\"\\n  },\\n  \\\"ibm855\\\": \\\"cp855\\\",\\n  \\\"csibm855\\\": \\\"cp855\\\",\\n  \\\"cp856\\\": {\\n    \\\"type\\\": \\\"_sbcs\\\",\\n    \\\"chars\\\": \\\"אבגדהוזחטיךכלםמןנסעףפץצקרשת�£�×����������®¬½¼�«»░▒▓│┤���©╣║╗╝¢¥┐└┴┬├─┼��╚╔╩╦╠═╬¤���������┘┌█▄¦�▀������µ�������¯´­±‗¾¶§÷¸°¨·¹³²■ \\\"\\n  },\\n  \\\"ibm856\\\": \\\"cp856\\\",\\n  \\\"csibm856\\\": \\\"cp856\\\",\\n  \\\"cp857\\\": {\\n    \\\"type\\\": \\\"_sbcs\\\",\\n    \\\"chars\\\": \\\"ÇüéâäàåçêëèïîıÄÅÉæÆôöòûùİÖÜø£ØŞşáíóúñÑĞğ¿®¬½¼¡«»░▒▓│┤ÁÂÀ©╣║╗╝¢¥┐└┴┬├─┼ãÃ╚╔╩╦╠═╬¤ºªÊËÈ�ÍÎÏ┘┌█▄¦Ì▀ÓßÔÒõÕµ�×ÚÛÙìÿ¯´­±�¾¶§÷¸°¨·¹³²■ \\\"\\n  },\\n  \\\"ibm857\\\": \\\"cp857\\\",\\n  \\\"csibm857\\\": \\\"cp857\\\",\\n  \\\"cp858\\\": {\\n    \\\"type\\\": \\\"_sbcs\\\",\\n    \\\"chars\\\": \\\"ÇüéâäàåçêëèïîìÄÅÉæÆôöòûùÿÖÜø£Ø×ƒáíóúñÑªº¿®¬½¼¡«»░▒▓│┤ÁÂÀ©╣║╗╝¢¥┐└┴┬├─┼ãÃ╚╔╩╦╠═╬¤ðÐÊËÈ€ÍÎÏ┘┌█▄¦Ì▀ÓßÔÒõÕµþÞÚÛÙýÝ¯´­±‗¾¶§÷¸°¨·¹³²■ \\\"\\n  },\\n  \\\"ibm858\\\": \\\"cp858\\\",\\n  \\\"csibm858\\\": \\\"cp858\\\",\\n  \\\"cp860\\\": {\\n    \\\"type\\\": \\\"_sbcs\\\",\\n    \\\"chars\\\": \\\"ÇüéâãàÁçêÊèÍÔìÃÂÉÀÈôõòÚùÌÕÜ¢£Ù₧ÓáíóúñÑªº¿Ò¬½¼¡«»░▒▓│┤╡╢╖╕╣║╗╝╜╛┐└┴┬├─┼╞╟╚╔╩╦╠═╬╧╨╤╥╙╘╒╓╫╪┘┌█▄▌▐▀αßΓπΣσµτΦΘΩδ∞φε∩≡±≥≤⌠⌡÷≈°∙·√ⁿ²■ \\\"\\n  },\\n  \\\"ibm860\\\": \\\"cp860\\\",\\n  \\\"csibm860\\\": \\\"cp860\\\",\\n  \\\"cp861\\\": {\\n    \\\"type\\\": \\\"_sbcs\\\",\\n    \\\"chars\\\": \\\"ÇüéâäàåçêëèÐðÞÄÅÉæÆôöþûÝýÖÜø£Ø₧ƒáíóúÁÍÓÚ¿⌐¬½¼¡«»░▒▓│┤╡╢╖╕╣║╗╝╜╛┐└┴┬├─┼╞╟╚╔╩╦╠═╬╧╨╤╥╙╘╒╓╫╪┘┌█▄▌▐▀αßΓπΣσµτΦΘΩδ∞φε∩≡±≥≤⌠⌡÷≈°∙·√ⁿ²■ \\\"\\n  },\\n  \\\"ibm861\\\": \\\"cp861\\\",\\n  \\\"csibm861\\\": \\\"cp861\\\",\\n  \\\"cp862\\\": {\\n    \\\"type\\\": \\\"_sbcs\\\",\\n    \\\"chars\\\": \\\"אבגדהוזחטיךכלםמןנסעףפץצקרשת¢£¥₧ƒáíóúñÑªº¿⌐¬½¼¡«»░▒▓│┤╡╢╖╕╣║╗╝╜╛┐└┴┬├─┼╞╟╚╔╩╦╠═╬╧╨╤╥╙╘╒╓╫╪┘┌█▄▌▐▀αßΓπΣσµτΦΘΩδ∞φε∩≡±≥≤⌠⌡÷≈°∙·√ⁿ²■ \\\"\\n  },\\n  \\\"ibm862\\\": \\\"cp862\\\",\\n  \\\"csibm862\\\": \\\"cp862\\\",\\n  \\\"cp863\\\": {\\n    \\\"type\\\": \\\"_sbcs\\\",\\n    \\\"chars\\\": \\\"ÇüéâÂà¶çêëèïî‗À§ÉÈÊôËÏûù¤ÔÜ¢£ÙÛƒ¦´óú¨¸³¯Î⌐¬½¼¾«»░▒▓│┤╡╢╖╕╣║╗╝╜╛┐└┴┬├─┼╞╟╚╔╩╦╠═╬╧╨╤╥╙╘╒╓╫╪┘┌█▄▌▐▀αßΓπΣσµτΦΘΩδ∞φε∩≡±≥≤⌠⌡÷≈°∙·√ⁿ²■ \\\"\\n  },\\n  \\\"ibm863\\\": \\\"cp863\\\",\\n  \\\"csibm863\\\": \\\"cp863\\\",\\n  \\\"cp864\\\": {\\n    \\\"type\\\": \\\"_sbcs\\\",\\n    \\\"chars\\\": \\\"\\\\u0000\\\\u0001\\\\u0002\\\\u0003\\\\u0004\\\\u0005\\\\u0006\\\\u0007\\\\b\\\\t\\\\n\\\\u000b\\\\f\\\\r\\\\u000e\\\\u000f\\\\u0010\\\\u0011\\\\u0012\\\\u0013\\\\u0014\\\\u0015\\\\u0016\\\\u0017\\\\u0018\\\\u0019\\\\u001a\\\\u001b\\\\u001c\\\\u001d\\\\u001e\\\\u001f !\\\\\\\"#$٪&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\\\\\\\\]^_`abcdefghijklmnopqrstuvwxyz{|}~°·∙√▒─│┼┤┬├┴┐┌└┘β∞φ±½¼≈«»ﻷﻸ��ﻻﻼ� ­ﺂ£¤ﺄ��ﺎﺏﺕﺙ،ﺝﺡﺥ٠١٢٣٤٥٦٧٨٩ﻑ؛ﺱﺵﺹ؟¢ﺀﺁﺃﺅﻊﺋﺍﺑﺓﺗﺛﺟﺣﺧﺩﺫﺭﺯﺳﺷﺻﺿﻁﻅﻋﻏ¦¬÷×ﻉـﻓﻗﻛﻟﻣﻧﻫﻭﻯﻳﺽﻌﻎﻍﻡﹽّﻥﻩﻬﻰﻲﻐﻕﻵﻶﻝﻙﻱ■�\\\"\\n  },\\n  \\\"ibm864\\\": \\\"cp864\\\",\\n  \\\"csibm864\\\": \\\"cp864\\\",\\n  \\\"cp865\\\": {\\n    \\\"type\\\": \\\"_sbcs\\\",\\n    \\\"chars\\\": \\\"ÇüéâäàåçêëèïîìÄÅÉæÆôöòûùÿÖÜø£Ø₧ƒáíóúñÑªº¿⌐¬½¼¡«¤░▒▓│┤╡╢╖╕╣║╗╝╜╛┐└┴┬├─┼╞╟╚╔╩╦╠═╬╧╨╤╥╙╘╒╓╫╪┘┌█▄▌▐▀αßΓπΣσµτΦΘΩδ∞φε∩≡±≥≤⌠⌡÷≈°∙·√ⁿ²■ \\\"\\n  },\\n  \\\"ibm865\\\": \\\"cp865\\\",\\n  \\\"csibm865\\\": \\\"cp865\\\",\\n  \\\"cp866\\\": {\\n    \\\"type\\\": \\\"_sbcs\\\",\\n    \\\"chars\\\": \\\"АБВГДЕЖЗИЙКЛМНОПРСТУФХЦЧШЩЪЫЬЭЮЯабвгдежзийклмноп░▒▓│┤╡╢╖╕╣║╗╝╜╛┐└┴┬├─┼╞╟╚╔╩╦╠═╬╧╨╤╥╙╘╒╓╫╪┘┌█▄▌▐▀рстуфхцчшщъыьэюяЁёЄєЇїЎў°∙·√№¤■ \\\"\\n  },\\n  \\\"ibm866\\\": \\\"cp866\\\",\\n  \\\"csibm866\\\": \\\"cp866\\\",\\n  \\\"cp869\\\": {\\n    \\\"type\\\": \\\"_sbcs\\\",\\n    \\\"chars\\\": \\\"������Ά�·¬¦‘’Έ―ΉΊΪΌ��ΎΫ©Ώ²³ά£έήίϊΐόύΑΒΓΔΕΖΗ½ΘΙ«»░▒▓│┤ΚΛΜΝ╣║╗╝ΞΟ┐└┴┬├─┼ΠΡ╚╔╩╦╠═╬ΣΤΥΦΧΨΩαβγ┘┌█▄δε▀ζηθικλμνξοπρσςτ΄­±υφχ§ψ΅°¨ωϋΰώ■ \\\"\\n  },\\n  \\\"ibm869\\\": \\\"cp869\\\",\\n  \\\"csibm869\\\": \\\"cp869\\\",\\n  \\\"cp922\\\": {\\n    \\\"type\\\": \\\"_sbcs\\\",\\n    \\\"chars\\\": \\\" ¡¢£¤¥¦§¨©ª«¬­®‾°±²³´µ¶·¸¹º»¼½¾¿ÀÁÂÃÄÅÆÇÈÉÊËÌÍÎÏŠÑÒÓÔÕÖ×ØÙÚÛÜÝŽßàáâãäåæçèéêëìíîïšñòóôõö÷øùúûüýžÿ\\\"\\n  },\\n  \\\"ibm922\\\": \\\"cp922\\\",\\n  \\\"csibm922\\\": \\\"cp922\\\",\\n  \\\"cp1046\\\": {\\n    \\\"type\\\": \\\"_sbcs\\\",\\n    \\\"chars\\\": \\\"ﺈ×÷ﹱ■│─┐┌└┘ﹹﹻﹽﹿﹷﺊﻰﻳﻲﻎﻏﻐﻶﻸﻺﻼ ¤ﺋﺑﺗﺛﺟﺣ،­ﺧﺳ٠١٢٣٤٥٦٧٨٩ﺷ؛ﺻﺿﻊ؟ﻋءآأؤإئابةتثجحخدذرزسشصضطﻇعغﻌﺂﺄﺎﻓـفقكلمنهوىيًٌٍَُِّْﻗﻛﻟﻵﻷﻹﻻﻣﻧﻬﻩ�\\\"\\n  },\\n  \\\"ibm1046\\\": \\\"cp1046\\\",\\n  \\\"csibm1046\\\": \\\"cp1046\\\",\\n  \\\"cp1124\\\": {\\n    \\\"type\\\": \\\"_sbcs\\\",\\n    \\\"chars\\\": \\\" ЁЂҐЄЅІЇЈЉЊЋЌ­ЎЏАБВГДЕЖЗИЙКЛМНОПРСТУФХЦЧШЩЪЫЬЭЮЯабвгдежзийклмнопрстуфхцчшщъыьэюя№ёђґєѕіїјљњћќ§ўџ\\\"\\n  },\\n  \\\"ibm1124\\\": \\\"cp1124\\\",\\n  \\\"csibm1124\\\": \\\"cp1124\\\",\\n  \\\"cp1125\\\": {\\n    \\\"type\\\": \\\"_sbcs\\\",\\n    \\\"chars\\\": \\\"АБВГДЕЖЗИЙКЛМНОПРСТУФХЦЧШЩЪЫЬЭЮЯабвгдежзийклмноп░▒▓│┤╡╢╖╕╣║╗╝╜╛┐└┴┬├─┼╞╟╚╔╩╦╠═╬╧╨╤╥╙╘╒╓╫╪┘┌█▄▌▐▀рстуфхцчшщъыьэюяЁёҐґЄєІіЇї·√№¤■ \\\"\\n  },\\n  \\\"ibm1125\\\": \\\"cp1125\\\",\\n  \\\"csibm1125\\\": \\\"cp1125\\\",\\n  \\\"cp1129\\\": {\\n    \\\"type\\\": \\\"_sbcs\\\",\\n    \\\"chars\\\": \\\" ¡¢£¤¥¦§œ©ª«¬­®¯°±²³Ÿµ¶·Œ¹º»¼½¾¿ÀÁÂĂÄÅÆÇÈÉÊË̀ÍÎÏĐÑ̉ÓÔƠÖ×ØÙÚÛÜỮßàáâăäåæçèéêë́íîïđṇ̃óôơö÷øùúûüư₫ÿ\\\"\\n  },\\n  \\\"ibm1129\\\": \\\"cp1129\\\",\\n  \\\"csibm1129\\\": \\\"cp1129\\\",\\n  \\\"cp1133\\\": {\\n    \\\"type\\\": \\\"_sbcs\\\",\\n    \\\"chars\\\": \\\" ກຂຄງຈສຊຍດຕຖທນບປຜຝພຟມຢຣລວຫອຮ���ຯະາຳິີຶືຸູຼັົຽ���ເແໂໃໄ່້໊໋໌ໍໆ�ໜໝ₭����������������໐໑໒໓໔໕໖໗໘໙��¢¬¦�\\\"\\n  },\\n  \\\"ibm1133\\\": \\\"cp1133\\\",\\n  \\\"csibm1133\\\": \\\"cp1133\\\",\\n  \\\"cp1161\\\": {\\n    \\\"type\\\": \\\"_sbcs\\\",\\n    \\\"chars\\\": \\\"��������������������������������่กขฃคฅฆงจฉชซฌญฎฏฐฑฒณดตถทธนบปผฝพฟภมยรฤลฦวศษสหฬอฮฯะัาำิีึืฺุู้๊๋€฿เแโใไๅๆ็่้๊๋์ํ๎๏๐๑๒๓๔๕๖๗๘๙๚๛¢¬¦ \\\"\\n  },\\n  \\\"ibm1161\\\": \\\"cp1161\\\",\\n  \\\"csibm1161\\\": \\\"cp1161\\\",\\n  \\\"cp1162\\\": {\\n    \\\"type\\\": \\\"_sbcs\\\",\\n    \\\"chars\\\": \\\"€…‘’“”•–— กขฃคฅฆงจฉชซฌญฎฏฐฑฒณดตถทธนบปผฝพฟภมยรฤลฦวศษสหฬอฮฯะัาำิีึืฺุู����฿เแโใไๅๆ็่้๊๋์ํ๎๏๐๑๒๓๔๕๖๗๘๙๚๛����\\\"\\n  },\\n  \\\"ibm1162\\\": \\\"cp1162\\\",\\n  \\\"csibm1162\\\": \\\"cp1162\\\",\\n  \\\"cp1163\\\": {\\n    \\\"type\\\": \\\"_sbcs\\\",\\n    \\\"chars\\\": \\\" ¡¢£€¥¦§œ©ª«¬­®¯°±²³Ÿµ¶·Œ¹º»¼½¾¿ÀÁÂĂÄÅÆÇÈÉÊË̀ÍÎÏĐÑ̉ÓÔƠÖ×ØÙÚÛÜỮßàáâăäåæçèéêë́íîïđṇ̃óôơö÷øùúûüư₫ÿ\\\"\\n  },\\n  \\\"ibm1163\\\": \\\"cp1163\\\",\\n  \\\"csibm1163\\\": \\\"cp1163\\\",\\n  \\\"maccroatian\\\": {\\n    \\\"type\\\": \\\"_sbcs\\\",\\n    \\\"chars\\\": \\\"ÄÅÇÉÑÖÜáàâäãåçéèêëíìîïñóòôöõúùûü†°¢£§•¶ß®Š™´¨≠ŽØ∞±≤≥∆µ∂∑∏š∫ªºΩžø¿¡¬√ƒ≈Ć«Č… ÀÃÕŒœĐ—“”‘’÷◊�©⁄¤‹›Æ»–·‚„‰ÂćÁčÈÍÎÏÌÓÔđÒÚÛÙıˆ˜¯πË˚¸Êæˇ\\\"\\n  },\\n  \\\"maccyrillic\\\": {\\n    \\\"type\\\": \\\"_sbcs\\\",\\n    \\\"chars\\\": \\\"АБВГДЕЖЗИЙКЛМНОПРСТУФХЦЧШЩЪЫЬЭЮЯ†°¢£§•¶І®©™Ђђ≠Ѓѓ∞±≤≥іµ∂ЈЄєЇїЉљЊњјЅ¬√ƒ≈∆«»… ЋћЌќѕ–—“”‘’÷„ЎўЏџ№Ёёяабвгдежзийклмнопрстуфхцчшщъыьэю¤\\\"\\n  },\\n  \\\"macgreek\\\": {\\n    \\\"type\\\": \\\"_sbcs\\\",\\n    \\\"chars\\\": \\\"Ä¹²É³ÖÜ΅àâä΄¨çéèêë£™îï•½‰ôö¦­ùûü†ΓΔΘΛΞΠß®©ΣΪ§≠°·Α±≤≥¥ΒΕΖΗΙΚΜΦΫΨΩάΝ¬ΟΡ≈Τ«»… ΥΧΆΈœ–―“”‘’÷ΉΊΌΎέήίόΏύαβψδεφγηιξκλμνοπώρστθωςχυζϊϋΐΰ�\\\"\\n  },\\n  \\\"maciceland\\\": {\\n    \\\"type\\\": \\\"_sbcs\\\",\\n    \\\"chars\\\": \\\"ÄÅÇÉÑÖÜáàâäãåçéèêëíìîïñóòôöõúùûüÝ°¢£§•¶ß®©™´¨≠ÆØ∞±≤≥¥µ∂∑∏π∫ªºΩæø¿¡¬√ƒ≈∆«»… ÀÃÕŒœ–—“”‘’÷◊ÿŸ⁄¤ÐðÞþý·‚„‰ÂÊÁËÈÍÎÏÌÓÔ�ÒÚÛÙıˆ˜¯˘˙˚¸˝˛ˇ\\\"\\n  },\\n  \\\"macroman\\\": {\\n    \\\"type\\\": \\\"_sbcs\\\",\\n    \\\"chars\\\": \\\"ÄÅÇÉÑÖÜáàâäãåçéèêëíìîïñóòôöõúùûü†°¢£§•¶ß®©™´¨≠ÆØ∞±≤≥¥µ∂∑∏π∫ªºΩæø¿¡¬√ƒ≈∆«»… ÀÃÕŒœ–—“”‘’÷◊ÿŸ⁄¤‹›ﬁﬂ‡·‚„‰ÂÊÁËÈÍÎÏÌÓÔ�ÒÚÛÙıˆ˜¯˘˙˚¸˝˛ˇ\\\"\\n  },\\n  \\\"macromania\\\": {\\n    \\\"type\\\": \\\"_sbcs\\\",\\n    \\\"chars\\\": \\\"ÄÅÇÉÑÖÜáàâäãåçéèêëíìîïñóòôöõúùûü†°¢£§•¶ß®©™´¨≠ĂŞ∞±≤≥¥µ∂∑∏π∫ªºΩăş¿¡¬√ƒ≈∆«»… ÀÃÕŒœ–—“”‘’÷◊ÿŸ⁄¤‹›Ţţ‡·‚„‰ÂÊÁËÈÍÎÏÌÓÔ�ÒÚÛÙıˆ˜¯˘˙˚¸˝˛ˇ\\\"\\n  },\\n  \\\"macthai\\\": {\\n    \\\"type\\\": \\\"_sbcs\\\",\\n    \\\"chars\\\": \\\"«»…“”�•‘’� กขฃคฅฆงจฉชซฌญฎฏฐฑฒณดตถทธนบปผฝพฟภมยรฤลฦวศษสหฬอฮฯะัาำิีึืฺุู﻿​–—฿เแโใไๅๆ็่้๊๋์ํ™๏๐๑๒๓๔๕๖๗๘๙®©����\\\"\\n  },\\n  \\\"macturkish\\\": {\\n    \\\"type\\\": \\\"_sbcs\\\",\\n    \\\"chars\\\": \\\"ÄÅÇÉÑÖÜáàâäãåçéèêëíìîïñóòôöõúùûü†°¢£§•¶ß®©™´¨≠ÆØ∞±≤≥¥µ∂∑∏π∫ªºΩæø¿¡¬√ƒ≈∆«»… ÀÃÕŒœ–—“”‘’÷◊ÿŸĞğİıŞş‡·‚„‰ÂÊÁËÈÍÎÏÌÓÔ�ÒÚÛÙ�ˆ˜¯˘˙˚¸˝˛ˇ\\\"\\n  },\\n  \\\"macukraine\\\": {\\n    \\\"type\\\": \\\"_sbcs\\\",\\n    \\\"chars\\\": \\\"АБВГДЕЖЗИЙКЛМНОПРСТУФХЦЧШЩЪЫЬЭЮЯ†°Ґ£§•¶І®©™Ђђ≠Ѓѓ∞±≤≥іµґЈЄєЇїЉљЊњјЅ¬√ƒ≈∆«»… ЋћЌќѕ–—“”‘’÷„ЎўЏџ№Ёёяабвгдежзийклмнопрстуфхцчшщъыьэю¤\\\"\\n  },\\n  \\\"koi8r\\\": {\\n    \\\"type\\\": \\\"_sbcs\\\",\\n    \\\"chars\\\": \\\"─│┌┐└┘├┤┬┴┼▀▄█▌▐░▒▓⌠■∙√≈≤≥ ⌡°²·÷═║╒ё╓╔╕╖╗╘╙╚╛╜╝╞╟╠╡Ё╢╣╤╥╦╧╨╩╪╫╬©юабцдефгхийклмнопярстужвьызшэщчъЮАБЦДЕФГХИЙКЛМНОПЯРСТУЖВЬЫЗШЭЩЧЪ\\\"\\n  },\\n  \\\"koi8u\\\": {\\n    \\\"type\\\": \\\"_sbcs\\\",\\n    \\\"chars\\\": \\\"─│┌┐└┘├┤┬┴┼▀▄█▌▐░▒▓⌠■∙√≈≤≥ ⌡°²·÷═║╒ёє╔ії╗╘╙╚╛ґ╝╞╟╠╡ЁЄ╣ІЇ╦╧╨╩╪Ґ╬©юабцдефгхийклмнопярстужвьызшэщчъЮАБЦДЕФГХИЙКЛМНОПЯРСТУЖВЬЫЗШЭЩЧЪ\\\"\\n  },\\n  \\\"koi8ru\\\": {\\n    \\\"type\\\": \\\"_sbcs\\\",\\n    \\\"chars\\\": \\\"─│┌┐└┘├┤┬┴┼▀▄█▌▐░▒▓⌠■∙√≈≤≥ ⌡°²·÷═║╒ёє╔ії╗╘╙╚╛ґў╞╟╠╡ЁЄ╣ІЇ╦╧╨╩╪ҐЎ©юабцдефгхийклмнопярстужвьызшэщчъЮАБЦДЕФГХИЙКЛМНОПЯРСТУЖВЬЫЗШЭЩЧЪ\\\"\\n  },\\n  \\\"koi8t\\\": {\\n    \\\"type\\\": \\\"_sbcs\\\",\\n    \\\"chars\\\": \\\"қғ‚Ғ„…†‡�‰ҳ‹ҲҷҶ�Қ‘’“”•–—�™�›�����ӯӮё¤ӣ¦§���«¬­®�°±²Ё�Ӣ¶·�№�»���©юабцдефгхийклмнопярстужвьызшэщчъЮАБЦДЕФГХИЙКЛМНОПЯРСТУЖВЬЫЗШЭЩЧЪ\\\"\\n  },\\n  \\\"armscii8\\\": {\\n    \\\"type\\\": \\\"_sbcs\\\",\\n    \\\"chars\\\": \\\" �և։)(»«—.՝,-֊…՜՛՞ԱաԲբԳգԴդԵեԶզԷէԸըԹթԺժԻիԼլԽխԾծԿկՀհՁձՂղՃճՄմՅյՆնՇշՈոՉչՊպՋջՌռՍսՎվՏտՐրՑցՒւՓփՔքՕօՖֆ՚�\\\"\\n  },\\n  \\\"rk1048\\\": {\\n    \\\"type\\\": \\\"_sbcs\\\",\\n    \\\"chars\\\": \\\"ЂЃ‚ѓ„…†‡€‰Љ‹ЊҚҺЏђ‘’“”•–—�™љ›њқһџ ҰұӘ¤Ө¦§Ё©Ғ«¬­®Ү°±Ііөµ¶·ё№ғ»әҢңүАБВГДЕЖЗИЙКЛМНОПРСТУФХЦЧШЩЪЫЬЭЮЯабвгдежзийклмнопрстуфхцчшщъыьэюя\\\"\\n  },\\n  \\\"tcvn\\\": {\\n    \\\"type\\\": \\\"_sbcs\\\",\\n    \\\"chars\\\": \\\"\\\\u0000ÚỤ\\\\u0003ỪỬỮ\\\\u0007\\\\b\\\\t\\\\n\\\\u000b\\\\f\\\\r\\\\u000e\\\\u000f\\\\u0010ỨỰỲỶỸÝỴ\\\\u0018\\\\u0019\\\\u001a\\\\u001b\\\\u001c\\\\u001d\\\\u001e\\\\u001f !\\\\\\\"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\\\\\\\\]^_`abcdefghijklmnopqrstuvwxyz{|}~ÀẢÃÁẠẶẬÈẺẼÉẸỆÌỈĨÍỊÒỎÕÓỌỘỜỞỠỚỢÙỦŨ ĂÂÊÔƠƯĐăâêôơưđẶ̀̀̉̃́àảãáạẲằẳẵắẴẮẦẨẪẤỀặầẩẫấậèỂẻẽéẹềểễếệìỉỄẾỒĩíịòỔỏõóọồổỗốộờởỡớợùỖủũúụừửữứựỳỷỹýỵỐ\\\"\\n  },\\n  \\\"georgianacademy\\\": {\\n    \\\"type\\\": \\\"_sbcs\\\",\\n    \\\"chars\\\": \\\"‚ƒ„…†‡ˆ‰Š‹Œ‘’“”•–—˜™š›œŸ ¡¢£¤¥¦§¨©ª«¬­®¯°±²³´µ¶·¸¹º»¼½¾¿აბგდევზთიკლმნოპჟრსტუფქღყშჩცძწჭხჯჰჱჲჳჴჵჶçèéêëìíîïðñòóôõö÷øùúûüýþÿ\\\"\\n  },\\n  \\\"georgianps\\\": {\\n    \\\"type\\\": \\\"_sbcs\\\",\\n    \\\"chars\\\": \\\"‚ƒ„…†‡ˆ‰Š‹Œ‘’“”•–—˜™š›œŸ ¡¢£¤¥¦§¨©ª«¬­®¯°±²³´µ¶·¸¹º»¼½¾¿აბგდევზჱთიკლმნჲოპჟრსტჳუფქღყშჩცძწჭხჴჯჰჵæçèéêëìíîïðñòóôõö÷øùúûüýþÿ\\\"\\n  },\\n  \\\"pt154\\\": {\\n    \\\"type\\\": \\\"_sbcs\\\",\\n    \\\"chars\\\": \\\"ҖҒӮғ„…ҶҮҲүҠӢҢҚҺҸҗ‘’“”•–—ҳҷҡӣңқһҹ ЎўЈӨҘҰ§Ё©Ә«¬ӯ®Ҝ°ұІіҙө¶·ё№ә»јҪҫҝАБВГДЕЖЗИЙКЛМНОПРСТУФХЦЧШЩЪЫЬЭЮЯабвгдежзийклмнопрстуфхцчшщъыьэюя\\\"\\n  },\\n  \\\"viscii\\\": {\\n    \\\"type\\\": \\\"_sbcs\\\",\\n    \\\"chars\\\": \\\"\\\\u0000\\\\u0001Ẳ\\\\u0003\\\\u0004ẴẪ\\\\u0007\\\\b\\\\t\\\\n\\\\u000b\\\\f\\\\r\\\\u000e\\\\u000f\\\\u0010\\\\u0011\\\\u0012\\\\u0013Ỷ\\\\u0015\\\\u0016\\\\u0017\\\\u0018Ỹ\\\\u001a\\\\u001b\\\\u001c\\\\u001dỴ\\\\u001f !\\\\\\\"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\\\\\\\\]^_`abcdefghijklmnopqrstuvwxyz{|}~ẠẮẰẶẤẦẨẬẼẸẾỀỂỄỆỐỒỔỖỘỢỚỜỞỊỎỌỈỦŨỤỲÕắằặấầẩậẽẹếềểễệốồổỗỠƠộờởịỰỨỪỬơớƯÀÁÂÃẢĂẳẵÈÉÊẺÌÍĨỳĐứÒÓÔạỷừửÙÚỹỵÝỡưàáâãảăữẫèéêẻìíĩỉđựòóôõỏọụùúũủýợỮ\\\"\\n  },\\n  \\\"iso646cn\\\": {\\n    \\\"type\\\": \\\"_sbcs\\\",\\n    \\\"chars\\\": \\\"\\\\u0000\\\\u0001\\\\u0002\\\\u0003\\\\u0004\\\\u0005\\\\u0006\\\\u0007\\\\b\\\\t\\\\n\\\\u000b\\\\f\\\\r\\\\u000e\\\\u000f\\\\u0010\\\\u0011\\\\u0012\\\\u0013\\\\u0014\\\\u0015\\\\u0016\\\\u0017\\\\u0018\\\\u0019\\\\u001a\\\\u001b\\\\u001c\\\\u001d\\\\u001e\\\\u001f !\\\\\\\"#¥%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\\\\\\\\]^_`abcdefghijklmnopqrstuvwxyz{|}‾��������������������������������������������������������������������������������������������������������������������������������\\\"\\n  },\\n  \\\"iso646jp\\\": {\\n    \\\"type\\\": \\\"_sbcs\\\",\\n    \\\"chars\\\": \\\"\\\\u0000\\\\u0001\\\\u0002\\\\u0003\\\\u0004\\\\u0005\\\\u0006\\\\u0007\\\\b\\\\t\\\\n\\\\u000b\\\\f\\\\r\\\\u000e\\\\u000f\\\\u0010\\\\u0011\\\\u0012\\\\u0013\\\\u0014\\\\u0015\\\\u0016\\\\u0017\\\\u0018\\\\u0019\\\\u001a\\\\u001b\\\\u001c\\\\u001d\\\\u001e\\\\u001f !\\\\\\\"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[¥]^_`abcdefghijklmnopqrstuvwxyz{|}‾��������������������������������������������������������������������������������������������������������������������������������\\\"\\n  },\\n  \\\"hproman8\\\": {\\n    \\\"type\\\": \\\"_sbcs\\\",\\n    \\\"chars\\\": \\\" ÀÂÈÊËÎÏ´ˋˆ¨˜ÙÛ₤¯Ýý°ÇçÑñ¡¿¤£¥§ƒ¢âêôûáéóúàèòùäëöüÅîØÆåíøæÄìÖÜÉïßÔÁÃãÐðÍÌÓÒÕõŠšÚŸÿÞþ·µ¶¾—¼½ªº«■»±�\\\"\\n  },\\n  \\\"macintosh\\\": {\\n    \\\"type\\\": \\\"_sbcs\\\",\\n    \\\"chars\\\": \\\"ÄÅÇÉÑÖÜáàâäãåçéèêëíìîïñóòôöõúùûü†°¢£§•¶ß®©™´¨≠ÆØ∞±≤≥¥µ∂∑∏π∫ªºΩæø¿¡¬√ƒ≈∆«»… ÀÃÕŒœ–—“”‘’÷◊ÿŸ⁄¤‹›ﬁﬂ‡·‚„‰ÂÊÁËÈÍÎÏÌÓÔ�ÒÚÛÙıˆ˜¯˘˙˚¸˝˛ˇ\\\"\\n  },\\n  \\\"ascii\\\": {\\n    \\\"type\\\": \\\"_sbcs\\\",\\n    \\\"chars\\\": \\\"��������������������������������������������������������������������������������������������������������������������������������\\\"\\n  },\\n  \\\"tis620\\\": {\\n    \\\"type\\\": \\\"_sbcs\\\",\\n    \\\"chars\\\": \\\"���������������������������������กขฃคฅฆงจฉชซฌญฎฏฐฑฒณดตถทธนบปผฝพฟภมยรฤลฦวศษสหฬอฮฯะัาำิีึืฺุู����฿เแโใไๅๆ็่้๊๋์ํ๎๏๐๑๒๓๔๕๖๗๘๙๚๛����\\\"\\n  }\\n}\"\n        },\n        {\n          \"id\": 323,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/iconv-lite/encodings/dbcs-codec.js\",\n          \"name\": \"./node_modules/iconv-lite/encodings/dbcs-codec.js\",\n          \"index\": 319,\n          \"index2\": 310,\n          \"size\": 21360,\n          \"cacheable\": true,\n          \"built\": true,\n          \"optional\": false,\n          \"prefetched\": false,\n          \"chunks\": [\n            2\n          ],\n          \"issuer\": \"/Users/jarred/Code/styleurl/node_modules/iconv-lite/encodings/index.js\",\n          \"issuerId\": 316,\n          \"issuerName\": \"./node_modules/iconv-lite/encodings/index.js\",\n          \"issuerPath\": [\n            {\n              \"id\": 191,\n              \"identifier\": \"multi /Users/jarred/Code/styleurl/webpack/customPublicPath /Users/jarred/Code/styleurl/chrome/extension/background\",\n              \"name\": \"multi ./webpack/customPublicPath ./chrome/extension/background\",\n              \"profile\": {\n                \"factory\": 0,\n                \"building\": 0,\n                \"dependencies\": 54\n              }\n            },\n            {\n              \"id\": 192,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/background.js\",\n              \"name\": \"./chrome/extension/background.js\",\n              \"profile\": {\n                \"factory\": 54,\n                \"building\": 639,\n                \"dependencies\": 140\n              }\n            },\n            {\n              \"id\": 255,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/stylesheet-differ/lib/index.js\",\n              \"name\": \"./node_modules/stylesheet-differ/lib/index.js\",\n              \"profile\": {\n                \"factory\": 140,\n                \"building\": 568,\n                \"dependencies\": 1\n              }\n            },\n            {\n              \"id\": 256,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/native-css/index.js\",\n              \"name\": \"./node_modules/native-css/index.js\",\n              \"profile\": {\n                \"factory\": 189,\n                \"building\": 603,\n                \"dependencies\": 1\n              }\n            },\n            {\n              \"id\": 257,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/native-css/src/native-css.js\",\n              \"name\": \"./node_modules/native-css/src/native-css.js\",\n              \"profile\": {\n                \"factory\": 26,\n                \"building\": 63,\n                \"dependencies\": 14\n              }\n            },\n            {\n              \"id\": 293,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/fetch/lib/fetch.js\",\n              \"name\": \"./node_modules/fetch/lib/fetch.js\",\n              \"profile\": {\n                \"factory\": 117,\n                \"building\": 25,\n                \"dependencies\": 27\n              }\n            },\n            {\n              \"id\": 313,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/encoding/lib/encoding.js\",\n              \"name\": \"./node_modules/encoding/lib/encoding.js\",\n              \"profile\": {\n                \"factory\": 66,\n                \"building\": 38,\n                \"dependencies\": 20\n              }\n            },\n            {\n              \"id\": 314,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/iconv-lite/lib/index.js\",\n              \"name\": \"./node_modules/iconv-lite/lib/index.js\",\n              \"profile\": {\n                \"factory\": 123,\n                \"building\": 23,\n                \"dependencies\": 1\n              }\n            },\n            {\n              \"id\": 316,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/iconv-lite/encodings/index.js\",\n              \"name\": \"./node_modules/iconv-lite/encodings/index.js\",\n              \"profile\": {\n                \"factory\": 62,\n                \"building\": 61,\n                \"dependencies\": 1\n              }\n            }\n          ],\n          \"profile\": {\n            \"factory\": 26,\n            \"building\": 20,\n            \"dependencies\": 1\n          },\n          \"failed\": false,\n          \"errors\": 0,\n          \"warnings\": 0,\n          \"assets\": [],\n          \"reasons\": [\n            {\n              \"moduleId\": 316,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/iconv-lite/encodings/index.js\",\n              \"module\": \"./node_modules/iconv-lite/encodings/index.js\",\n              \"moduleName\": \"./node_modules/iconv-lite/encodings/index.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"./dbcs-codec\",\n              \"loc\": \"12:4-27\"\n            }\n          ],\n          \"usedExports\": true,\n          \"providedExports\": null,\n          \"optimizationBailout\": [\n            \"ModuleConcatenation bailout: Module is not an ECMAScript module\"\n          ],\n          \"depth\": 9,\n          \"source\": \"\\\"use strict\\\"\\n\\n// Multibyte codec. In this scheme, a character is represented by 1 or more bytes.\\n// Our codec supports UTF-16 surrogates, extensions for GB18030 and unicode sequences.\\n// To save memory and loading time, we read table files only when requested.\\n\\nexports._dbcs = DBCSCodec;\\n\\nvar UNASSIGNED = -1,\\n    GB18030_CODE = -2,\\n    SEQ_START  = -10,\\n    NODE_START = -1000,\\n    UNASSIGNED_NODE = new Array(0x100),\\n    DEF_CHAR = -1;\\n\\nfor (var i = 0; i < 0x100; i++)\\n    UNASSIGNED_NODE[i] = UNASSIGNED;\\n\\n\\n// Class DBCSCodec reads and initializes mapping tables.\\nfunction DBCSCodec(codecOptions, iconv) {\\n    this.encodingName = codecOptions.encodingName;\\n    if (!codecOptions)\\n        throw new Error(\\\"DBCS codec is called without the data.\\\")\\n    if (!codecOptions.table)\\n        throw new Error(\\\"Encoding '\\\" + this.encodingName + \\\"' has no data.\\\");\\n\\n    // Load tables.\\n    var mappingTable = codecOptions.table();\\n\\n\\n    // Decode tables: MBCS -> Unicode.\\n\\n    // decodeTables is a trie, encoded as an array of arrays of integers. Internal arrays are trie nodes and all have len = 256.\\n    // Trie root is decodeTables[0].\\n    // Values: >=  0 -> unicode character code. can be > 0xFFFF\\n    //         == UNASSIGNED -> unknown/unassigned sequence.\\n    //         == GB18030_CODE -> this is the end of a GB18030 4-byte sequence.\\n    //         <= NODE_START -> index of the next node in our trie to process next byte.\\n    //         <= SEQ_START  -> index of the start of a character code sequence, in decodeTableSeq.\\n    this.decodeTables = [];\\n    this.decodeTables[0] = UNASSIGNED_NODE.slice(0); // Create root node.\\n\\n    // Sometimes a MBCS char corresponds to a sequence of unicode chars. We store them as arrays of integers here. \\n    this.decodeTableSeq = [];\\n\\n    // Actual mapping tables consist of chunks. Use them to fill up decode tables.\\n    for (var i = 0; i < mappingTable.length; i++)\\n        this._addDecodeChunk(mappingTable[i]);\\n\\n    this.defaultCharUnicode = iconv.defaultCharUnicode;\\n\\n    \\n    // Encode tables: Unicode -> DBCS.\\n\\n    // `encodeTable` is array mapping from unicode char to encoded char. All its values are integers for performance.\\n    // Because it can be sparse, it is represented as array of buckets by 256 chars each. Bucket can be null.\\n    // Values: >=  0 -> it is a normal char. Write the value (if <=256 then 1 byte, if <=65536 then 2 bytes, etc.).\\n    //         == UNASSIGNED -> no conversion found. Output a default char.\\n    //         <= SEQ_START  -> it's an index in encodeTableSeq, see below. The character starts a sequence.\\n    this.encodeTable = [];\\n    \\n    // `encodeTableSeq` is used when a sequence of unicode characters is encoded as a single code. We use a tree of\\n    // objects where keys correspond to characters in sequence and leafs are the encoded dbcs values. A special DEF_CHAR key\\n    // means end of sequence (needed when one sequence is a strict subsequence of another).\\n    // Objects are kept separately from encodeTable to increase performance.\\n    this.encodeTableSeq = [];\\n\\n    // Some chars can be decoded, but need not be encoded.\\n    var skipEncodeChars = {};\\n    if (codecOptions.encodeSkipVals)\\n        for (var i = 0; i < codecOptions.encodeSkipVals.length; i++) {\\n            var val = codecOptions.encodeSkipVals[i];\\n            if (typeof val === 'number')\\n                skipEncodeChars[val] = true;\\n            else\\n                for (var j = val.from; j <= val.to; j++)\\n                    skipEncodeChars[j] = true;\\n        }\\n        \\n    // Use decode trie to recursively fill out encode tables.\\n    this._fillEncodeTable(0, 0, skipEncodeChars);\\n\\n    // Add more encoding pairs when needed.\\n    if (codecOptions.encodeAdd) {\\n        for (var uChar in codecOptions.encodeAdd)\\n            if (Object.prototype.hasOwnProperty.call(codecOptions.encodeAdd, uChar))\\n                this._setEncodeChar(uChar.charCodeAt(0), codecOptions.encodeAdd[uChar]);\\n    }\\n\\n    this.defCharSB  = this.encodeTable[0][iconv.defaultCharSingleByte.charCodeAt(0)];\\n    if (this.defCharSB === UNASSIGNED) this.defCharSB = this.encodeTable[0]['?'];\\n    if (this.defCharSB === UNASSIGNED) this.defCharSB = \\\"?\\\".charCodeAt(0);\\n\\n\\n    // Load & create GB18030 tables when needed.\\n    if (typeof codecOptions.gb18030 === 'function') {\\n        this.gb18030 = codecOptions.gb18030(); // Load GB18030 ranges.\\n\\n        // Add GB18030 decode tables.\\n        var thirdByteNodeIdx = this.decodeTables.length;\\n        var thirdByteNode = this.decodeTables[thirdByteNodeIdx] = UNASSIGNED_NODE.slice(0);\\n\\n        var fourthByteNodeIdx = this.decodeTables.length;\\n        var fourthByteNode = this.decodeTables[fourthByteNodeIdx] = UNASSIGNED_NODE.slice(0);\\n\\n        for (var i = 0x81; i <= 0xFE; i++) {\\n            var secondByteNodeIdx = NODE_START - this.decodeTables[0][i];\\n            var secondByteNode = this.decodeTables[secondByteNodeIdx];\\n            for (var j = 0x30; j <= 0x39; j++)\\n                secondByteNode[j] = NODE_START - thirdByteNodeIdx;\\n        }\\n        for (var i = 0x81; i <= 0xFE; i++)\\n            thirdByteNode[i] = NODE_START - fourthByteNodeIdx;\\n        for (var i = 0x30; i <= 0x39; i++)\\n            fourthByteNode[i] = GB18030_CODE\\n    }        \\n}\\n\\nDBCSCodec.prototype.encoder = DBCSEncoder;\\nDBCSCodec.prototype.decoder = DBCSDecoder;\\n\\n// Decoder helpers\\nDBCSCodec.prototype._getDecodeTrieNode = function(addr) {\\n    var bytes = [];\\n    for (; addr > 0; addr >>= 8)\\n        bytes.push(addr & 0xFF);\\n    if (bytes.length == 0)\\n        bytes.push(0);\\n\\n    var node = this.decodeTables[0];\\n    for (var i = bytes.length-1; i > 0; i--) { // Traverse nodes deeper into the trie.\\n        var val = node[bytes[i]];\\n\\n        if (val == UNASSIGNED) { // Create new node.\\n            node[bytes[i]] = NODE_START - this.decodeTables.length;\\n            this.decodeTables.push(node = UNASSIGNED_NODE.slice(0));\\n        }\\n        else if (val <= NODE_START) { // Existing node.\\n            node = this.decodeTables[NODE_START - val];\\n        }\\n        else\\n            throw new Error(\\\"Overwrite byte in \\\" + this.encodingName + \\\", addr: \\\" + addr.toString(16));\\n    }\\n    return node;\\n}\\n\\n\\nDBCSCodec.prototype._addDecodeChunk = function(chunk) {\\n    // First element of chunk is the hex mbcs code where we start.\\n    var curAddr = parseInt(chunk[0], 16);\\n\\n    // Choose the decoding node where we'll write our chars.\\n    var writeTable = this._getDecodeTrieNode(curAddr);\\n    curAddr = curAddr & 0xFF;\\n\\n    // Write all other elements of the chunk to the table.\\n    for (var k = 1; k < chunk.length; k++) {\\n        var part = chunk[k];\\n        if (typeof part === \\\"string\\\") { // String, write as-is.\\n            for (var l = 0; l < part.length;) {\\n                var code = part.charCodeAt(l++);\\n                if (0xD800 <= code && code < 0xDC00) { // Decode surrogate\\n                    var codeTrail = part.charCodeAt(l++);\\n                    if (0xDC00 <= codeTrail && codeTrail < 0xE000)\\n                        writeTable[curAddr++] = 0x10000 + (code - 0xD800) * 0x400 + (codeTrail - 0xDC00);\\n                    else\\n                        throw new Error(\\\"Incorrect surrogate pair in \\\"  + this.encodingName + \\\" at chunk \\\" + chunk[0]);\\n                }\\n                else if (0x0FF0 < code && code <= 0x0FFF) { // Character sequence (our own encoding used)\\n                    var len = 0xFFF - code + 2;\\n                    var seq = [];\\n                    for (var m = 0; m < len; m++)\\n                        seq.push(part.charCodeAt(l++)); // Simple variation: don't support surrogates or subsequences in seq.\\n\\n                    writeTable[curAddr++] = SEQ_START - this.decodeTableSeq.length;\\n                    this.decodeTableSeq.push(seq);\\n                }\\n                else\\n                    writeTable[curAddr++] = code; // Basic char\\n            }\\n        } \\n        else if (typeof part === \\\"number\\\") { // Integer, meaning increasing sequence starting with prev character.\\n            var charCode = writeTable[curAddr - 1] + 1;\\n            for (var l = 0; l < part; l++)\\n                writeTable[curAddr++] = charCode++;\\n        }\\n        else\\n            throw new Error(\\\"Incorrect type '\\\" + typeof part + \\\"' given in \\\"  + this.encodingName + \\\" at chunk \\\" + chunk[0]);\\n    }\\n    if (curAddr > 0xFF)\\n        throw new Error(\\\"Incorrect chunk in \\\"  + this.encodingName + \\\" at addr \\\" + chunk[0] + \\\": too long\\\" + curAddr);\\n}\\n\\n// Encoder helpers\\nDBCSCodec.prototype._getEncodeBucket = function(uCode) {\\n    var high = uCode >> 8; // This could be > 0xFF because of astral characters.\\n    if (this.encodeTable[high] === undefined)\\n        this.encodeTable[high] = UNASSIGNED_NODE.slice(0); // Create bucket on demand.\\n    return this.encodeTable[high];\\n}\\n\\nDBCSCodec.prototype._setEncodeChar = function(uCode, dbcsCode) {\\n    var bucket = this._getEncodeBucket(uCode);\\n    var low = uCode & 0xFF;\\n    if (bucket[low] <= SEQ_START)\\n        this.encodeTableSeq[SEQ_START-bucket[low]][DEF_CHAR] = dbcsCode; // There's already a sequence, set a single-char subsequence of it.\\n    else if (bucket[low] == UNASSIGNED)\\n        bucket[low] = dbcsCode;\\n}\\n\\nDBCSCodec.prototype._setEncodeSequence = function(seq, dbcsCode) {\\n    \\n    // Get the root of character tree according to first character of the sequence.\\n    var uCode = seq[0];\\n    var bucket = this._getEncodeBucket(uCode);\\n    var low = uCode & 0xFF;\\n\\n    var node;\\n    if (bucket[low] <= SEQ_START) {\\n        // There's already a sequence with  - use it.\\n        node = this.encodeTableSeq[SEQ_START-bucket[low]];\\n    }\\n    else {\\n        // There was no sequence object - allocate a new one.\\n        node = {};\\n        if (bucket[low] !== UNASSIGNED) node[DEF_CHAR] = bucket[low]; // If a char was set before - make it a single-char subsequence.\\n        bucket[low] = SEQ_START - this.encodeTableSeq.length;\\n        this.encodeTableSeq.push(node);\\n    }\\n\\n    // Traverse the character tree, allocating new nodes as needed.\\n    for (var j = 1; j < seq.length-1; j++) {\\n        var oldVal = node[uCode];\\n        if (typeof oldVal === 'object')\\n            node = oldVal;\\n        else {\\n            node = node[uCode] = {}\\n            if (oldVal !== undefined)\\n                node[DEF_CHAR] = oldVal\\n        }\\n    }\\n\\n    // Set the leaf to given dbcsCode.\\n    uCode = seq[seq.length-1];\\n    node[uCode] = dbcsCode;\\n}\\n\\nDBCSCodec.prototype._fillEncodeTable = function(nodeIdx, prefix, skipEncodeChars) {\\n    var node = this.decodeTables[nodeIdx];\\n    for (var i = 0; i < 0x100; i++) {\\n        var uCode = node[i];\\n        var mbCode = prefix + i;\\n        if (skipEncodeChars[mbCode])\\n            continue;\\n\\n        if (uCode >= 0)\\n            this._setEncodeChar(uCode, mbCode);\\n        else if (uCode <= NODE_START)\\n            this._fillEncodeTable(NODE_START - uCode, mbCode << 8, skipEncodeChars);\\n        else if (uCode <= SEQ_START)\\n            this._setEncodeSequence(this.decodeTableSeq[SEQ_START - uCode], mbCode);\\n    }\\n}\\n\\n\\n\\n// == Encoder ==================================================================\\n\\nfunction DBCSEncoder(options, codec) {\\n    // Encoder state\\n    this.leadSurrogate = -1;\\n    this.seqObj = undefined;\\n    \\n    // Static data\\n    this.encodeTable = codec.encodeTable;\\n    this.encodeTableSeq = codec.encodeTableSeq;\\n    this.defaultCharSingleByte = codec.defCharSB;\\n    this.gb18030 = codec.gb18030;\\n}\\n\\nDBCSEncoder.prototype.write = function(str) {\\n    var newBuf = new Buffer(str.length * (this.gb18030 ? 4 : 3)), \\n        leadSurrogate = this.leadSurrogate,\\n        seqObj = this.seqObj, nextChar = -1,\\n        i = 0, j = 0;\\n\\n    while (true) {\\n        // 0. Get next character.\\n        if (nextChar === -1) {\\n            if (i == str.length) break;\\n            var uCode = str.charCodeAt(i++);\\n        }\\n        else {\\n            var uCode = nextChar;\\n            nextChar = -1;    \\n        }\\n\\n        // 1. Handle surrogates.\\n        if (0xD800 <= uCode && uCode < 0xE000) { // Char is one of surrogates.\\n            if (uCode < 0xDC00) { // We've got lead surrogate.\\n                if (leadSurrogate === -1) {\\n                    leadSurrogate = uCode;\\n                    continue;\\n                } else {\\n                    leadSurrogate = uCode;\\n                    // Double lead surrogate found.\\n                    uCode = UNASSIGNED;\\n                }\\n            } else { // We've got trail surrogate.\\n                if (leadSurrogate !== -1) {\\n                    uCode = 0x10000 + (leadSurrogate - 0xD800) * 0x400 + (uCode - 0xDC00);\\n                    leadSurrogate = -1;\\n                } else {\\n                    // Incomplete surrogate pair - only trail surrogate found.\\n                    uCode = UNASSIGNED;\\n                }\\n                \\n            }\\n        }\\n        else if (leadSurrogate !== -1) {\\n            // Incomplete surrogate pair - only lead surrogate found.\\n            nextChar = uCode; uCode = UNASSIGNED; // Write an error, then current char.\\n            leadSurrogate = -1;\\n        }\\n\\n        // 2. Convert uCode character.\\n        var dbcsCode = UNASSIGNED;\\n        if (seqObj !== undefined && uCode != UNASSIGNED) { // We are in the middle of the sequence\\n            var resCode = seqObj[uCode];\\n            if (typeof resCode === 'object') { // Sequence continues.\\n                seqObj = resCode;\\n                continue;\\n\\n            } else if (typeof resCode == 'number') { // Sequence finished. Write it.\\n                dbcsCode = resCode;\\n\\n            } else if (resCode == undefined) { // Current character is not part of the sequence.\\n\\n                // Try default character for this sequence\\n                resCode = seqObj[DEF_CHAR];\\n                if (resCode !== undefined) {\\n                    dbcsCode = resCode; // Found. Write it.\\n                    nextChar = uCode; // Current character will be written too in the next iteration.\\n\\n                } else {\\n                    // TODO: What if we have no default? (resCode == undefined)\\n                    // Then, we should write first char of the sequence as-is and try the rest recursively.\\n                    // Didn't do it for now because no encoding has this situation yet.\\n                    // Currently, just skip the sequence and write current char.\\n                }\\n            }\\n            seqObj = undefined;\\n        }\\n        else if (uCode >= 0) {  // Regular character\\n            var subtable = this.encodeTable[uCode >> 8];\\n            if (subtable !== undefined)\\n                dbcsCode = subtable[uCode & 0xFF];\\n            \\n            if (dbcsCode <= SEQ_START) { // Sequence start\\n                seqObj = this.encodeTableSeq[SEQ_START-dbcsCode];\\n                continue;\\n            }\\n\\n            if (dbcsCode == UNASSIGNED && this.gb18030) {\\n                // Use GB18030 algorithm to find character(s) to write.\\n                var idx = findIdx(this.gb18030.uChars, uCode);\\n                if (idx != -1) {\\n                    var dbcsCode = this.gb18030.gbChars[idx] + (uCode - this.gb18030.uChars[idx]);\\n                    newBuf[j++] = 0x81 + Math.floor(dbcsCode / 12600); dbcsCode = dbcsCode % 12600;\\n                    newBuf[j++] = 0x30 + Math.floor(dbcsCode / 1260); dbcsCode = dbcsCode % 1260;\\n                    newBuf[j++] = 0x81 + Math.floor(dbcsCode / 10); dbcsCode = dbcsCode % 10;\\n                    newBuf[j++] = 0x30 + dbcsCode;\\n                    continue;\\n                }\\n            }\\n        }\\n\\n        // 3. Write dbcsCode character.\\n        if (dbcsCode === UNASSIGNED)\\n            dbcsCode = this.defaultCharSingleByte;\\n        \\n        if (dbcsCode < 0x100) {\\n            newBuf[j++] = dbcsCode;\\n        }\\n        else if (dbcsCode < 0x10000) {\\n            newBuf[j++] = dbcsCode >> 8;   // high byte\\n            newBuf[j++] = dbcsCode & 0xFF; // low byte\\n        }\\n        else {\\n            newBuf[j++] = dbcsCode >> 16;\\n            newBuf[j++] = (dbcsCode >> 8) & 0xFF;\\n            newBuf[j++] = dbcsCode & 0xFF;\\n        }\\n    }\\n\\n    this.seqObj = seqObj;\\n    this.leadSurrogate = leadSurrogate;\\n    return newBuf.slice(0, j);\\n}\\n\\nDBCSEncoder.prototype.end = function() {\\n    if (this.leadSurrogate === -1 && this.seqObj === undefined)\\n        return; // All clean. Most often case.\\n\\n    var newBuf = new Buffer(10), j = 0;\\n\\n    if (this.seqObj) { // We're in the sequence.\\n        var dbcsCode = this.seqObj[DEF_CHAR];\\n        if (dbcsCode !== undefined) { // Write beginning of the sequence.\\n            if (dbcsCode < 0x100) {\\n                newBuf[j++] = dbcsCode;\\n            }\\n            else {\\n                newBuf[j++] = dbcsCode >> 8;   // high byte\\n                newBuf[j++] = dbcsCode & 0xFF; // low byte\\n            }\\n        } else {\\n            // See todo above.\\n        }\\n        this.seqObj = undefined;\\n    }\\n\\n    if (this.leadSurrogate !== -1) {\\n        // Incomplete surrogate pair - only lead surrogate found.\\n        newBuf[j++] = this.defaultCharSingleByte;\\n        this.leadSurrogate = -1;\\n    }\\n    \\n    return newBuf.slice(0, j);\\n}\\n\\n// Export for testing\\nDBCSEncoder.prototype.findIdx = findIdx;\\n\\n\\n// == Decoder ==================================================================\\n\\nfunction DBCSDecoder(options, codec) {\\n    // Decoder state\\n    this.nodeIdx = 0;\\n    this.prevBuf = new Buffer(0);\\n\\n    // Static data\\n    this.decodeTables = codec.decodeTables;\\n    this.decodeTableSeq = codec.decodeTableSeq;\\n    this.defaultCharUnicode = codec.defaultCharUnicode;\\n    this.gb18030 = codec.gb18030;\\n}\\n\\nDBCSDecoder.prototype.write = function(buf) {\\n    var newBuf = new Buffer(buf.length*2),\\n        nodeIdx = this.nodeIdx, \\n        prevBuf = this.prevBuf, prevBufOffset = this.prevBuf.length,\\n        seqStart = -this.prevBuf.length, // idx of the start of current parsed sequence.\\n        uCode;\\n\\n    if (prevBufOffset > 0) // Make prev buf overlap a little to make it easier to slice later.\\n        prevBuf = Buffer.concat([prevBuf, buf.slice(0, 10)]);\\n    \\n    for (var i = 0, j = 0; i < buf.length; i++) {\\n        var curByte = (i >= 0) ? buf[i] : prevBuf[i + prevBufOffset];\\n\\n        // Lookup in current trie node.\\n        var uCode = this.decodeTables[nodeIdx][curByte];\\n\\n        if (uCode >= 0) { \\n            // Normal character, just use it.\\n        }\\n        else if (uCode === UNASSIGNED) { // Unknown char.\\n            // TODO: Callback with seq.\\n            //var curSeq = (seqStart >= 0) ? buf.slice(seqStart, i+1) : prevBuf.slice(seqStart + prevBufOffset, i+1 + prevBufOffset);\\n            i = seqStart; // Try to parse again, after skipping first byte of the sequence ('i' will be incremented by 'for' cycle).\\n            uCode = this.defaultCharUnicode.charCodeAt(0);\\n        }\\n        else if (uCode === GB18030_CODE) {\\n            var curSeq = (seqStart >= 0) ? buf.slice(seqStart, i+1) : prevBuf.slice(seqStart + prevBufOffset, i+1 + prevBufOffset);\\n            var ptr = (curSeq[0]-0x81)*12600 + (curSeq[1]-0x30)*1260 + (curSeq[2]-0x81)*10 + (curSeq[3]-0x30);\\n            var idx = findIdx(this.gb18030.gbChars, ptr);\\n            uCode = this.gb18030.uChars[idx] + ptr - this.gb18030.gbChars[idx];\\n        }\\n        else if (uCode <= NODE_START) { // Go to next trie node.\\n            nodeIdx = NODE_START - uCode;\\n            continue;\\n        }\\n        else if (uCode <= SEQ_START) { // Output a sequence of chars.\\n            var seq = this.decodeTableSeq[SEQ_START - uCode];\\n            for (var k = 0; k < seq.length - 1; k++) {\\n                uCode = seq[k];\\n                newBuf[j++] = uCode & 0xFF;\\n                newBuf[j++] = uCode >> 8;\\n            }\\n            uCode = seq[seq.length-1];\\n        }\\n        else\\n            throw new Error(\\\"iconv-lite internal error: invalid decoding table value \\\" + uCode + \\\" at \\\" + nodeIdx + \\\"/\\\" + curByte);\\n\\n        // Write the character to buffer, handling higher planes using surrogate pair.\\n        if (uCode > 0xFFFF) { \\n            uCode -= 0x10000;\\n            var uCodeLead = 0xD800 + Math.floor(uCode / 0x400);\\n            newBuf[j++] = uCodeLead & 0xFF;\\n            newBuf[j++] = uCodeLead >> 8;\\n\\n            uCode = 0xDC00 + uCode % 0x400;\\n        }\\n        newBuf[j++] = uCode & 0xFF;\\n        newBuf[j++] = uCode >> 8;\\n\\n        // Reset trie node.\\n        nodeIdx = 0; seqStart = i+1;\\n    }\\n\\n    this.nodeIdx = nodeIdx;\\n    this.prevBuf = (seqStart >= 0) ? buf.slice(seqStart) : prevBuf.slice(seqStart + prevBufOffset);\\n    return newBuf.slice(0, j).toString('ucs2');\\n}\\n\\nDBCSDecoder.prototype.end = function() {\\n    var ret = '';\\n\\n    // Try to parse all remaining chars.\\n    while (this.prevBuf.length > 0) {\\n        // Skip 1 character in the buffer.\\n        ret += this.defaultCharUnicode;\\n        var buf = this.prevBuf.slice(1);\\n\\n        // Parse remaining as usual.\\n        this.prevBuf = new Buffer(0);\\n        this.nodeIdx = 0;\\n        if (buf.length > 0)\\n            ret += this.write(buf);\\n    }\\n\\n    this.nodeIdx = 0;\\n    return ret;\\n}\\n\\n// Binary search for GB18030. Returns largest i such that table[i] <= val.\\nfunction findIdx(table, val) {\\n    if (table[0] > val)\\n        return -1;\\n\\n    var l = 0, r = table.length;\\n    while (l < r-1) { // always table[l] <= val < table[r]\\n        var mid = l + Math.floor((r-l+1)/2);\\n        if (table[mid] <= val)\\n            l = mid;\\n        else\\n            r = mid;\\n    }\\n    return l;\\n}\\n\\n\"\n        },\n        {\n          \"id\": 324,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/iconv-lite/encodings/dbcs-data.js\",\n          \"name\": \"./node_modules/iconv-lite/encodings/dbcs-data.js\",\n          \"index\": 320,\n          \"index2\": 319,\n          \"size\": 8111,\n          \"cacheable\": true,\n          \"built\": true,\n          \"optional\": false,\n          \"prefetched\": false,\n          \"chunks\": [\n            2\n          ],\n          \"issuer\": \"/Users/jarred/Code/styleurl/node_modules/iconv-lite/encodings/index.js\",\n          \"issuerId\": 316,\n          \"issuerName\": \"./node_modules/iconv-lite/encodings/index.js\",\n          \"issuerPath\": [\n            {\n              \"id\": 191,\n              \"identifier\": \"multi /Users/jarred/Code/styleurl/webpack/customPublicPath /Users/jarred/Code/styleurl/chrome/extension/background\",\n              \"name\": \"multi ./webpack/customPublicPath ./chrome/extension/background\",\n              \"profile\": {\n                \"factory\": 0,\n                \"building\": 0,\n                \"dependencies\": 54\n              }\n            },\n            {\n              \"id\": 192,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/background.js\",\n              \"name\": \"./chrome/extension/background.js\",\n              \"profile\": {\n                \"factory\": 54,\n                \"building\": 639,\n                \"dependencies\": 140\n              }\n            },\n            {\n              \"id\": 255,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/stylesheet-differ/lib/index.js\",\n              \"name\": \"./node_modules/stylesheet-differ/lib/index.js\",\n              \"profile\": {\n                \"factory\": 140,\n                \"building\": 568,\n                \"dependencies\": 1\n              }\n            },\n            {\n              \"id\": 256,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/native-css/index.js\",\n              \"name\": \"./node_modules/native-css/index.js\",\n              \"profile\": {\n                \"factory\": 189,\n                \"building\": 603,\n                \"dependencies\": 1\n              }\n            },\n            {\n              \"id\": 257,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/native-css/src/native-css.js\",\n              \"name\": \"./node_modules/native-css/src/native-css.js\",\n              \"profile\": {\n                \"factory\": 26,\n                \"building\": 63,\n                \"dependencies\": 14\n              }\n            },\n            {\n              \"id\": 293,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/fetch/lib/fetch.js\",\n              \"name\": \"./node_modules/fetch/lib/fetch.js\",\n              \"profile\": {\n                \"factory\": 117,\n                \"building\": 25,\n                \"dependencies\": 27\n              }\n            },\n            {\n              \"id\": 313,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/encoding/lib/encoding.js\",\n              \"name\": \"./node_modules/encoding/lib/encoding.js\",\n              \"profile\": {\n                \"factory\": 66,\n                \"building\": 38,\n                \"dependencies\": 20\n              }\n            },\n            {\n              \"id\": 314,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/iconv-lite/lib/index.js\",\n              \"name\": \"./node_modules/iconv-lite/lib/index.js\",\n              \"profile\": {\n                \"factory\": 123,\n                \"building\": 23,\n                \"dependencies\": 1\n              }\n            },\n            {\n              \"id\": 316,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/iconv-lite/encodings/index.js\",\n              \"name\": \"./node_modules/iconv-lite/encodings/index.js\",\n              \"profile\": {\n                \"factory\": 62,\n                \"building\": 61,\n                \"dependencies\": 1\n              }\n            }\n          ],\n          \"profile\": {\n            \"factory\": 26,\n            \"building\": 20,\n            \"dependencies\": 1\n          },\n          \"failed\": false,\n          \"errors\": 0,\n          \"warnings\": 0,\n          \"assets\": [],\n          \"reasons\": [\n            {\n              \"moduleId\": 316,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/iconv-lite/encodings/index.js\",\n              \"module\": \"./node_modules/iconv-lite/encodings/index.js\",\n              \"moduleName\": \"./node_modules/iconv-lite/encodings/index.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"./dbcs-data\",\n              \"loc\": \"13:4-26\"\n            }\n          ],\n          \"usedExports\": true,\n          \"providedExports\": null,\n          \"optimizationBailout\": [\n            \"ModuleConcatenation bailout: Module is not an ECMAScript module\"\n          ],\n          \"depth\": 9,\n          \"source\": \"\\\"use strict\\\"\\n\\n// Description of supported double byte encodings and aliases.\\n// Tables are not require()-d until they are needed to speed up library load.\\n// require()-s are direct to support Browserify.\\n\\nmodule.exports = {\\n    \\n    // == Japanese/ShiftJIS ====================================================\\n    // All japanese encodings are based on JIS X set of standards:\\n    // JIS X 0201 - Single-byte encoding of ASCII + ¥ + Kana chars at 0xA1-0xDF.\\n    // JIS X 0208 - Main set of 6879 characters, placed in 94x94 plane, to be encoded by 2 bytes. \\n    //              Has several variations in 1978, 1983, 1990 and 1997.\\n    // JIS X 0212 - Supplementary plane of 6067 chars in 94x94 plane. 1990. Effectively dead.\\n    // JIS X 0213 - Extension and modern replacement of 0208 and 0212. Total chars: 11233.\\n    //              2 planes, first is superset of 0208, second - revised 0212.\\n    //              Introduced in 2000, revised 2004. Some characters are in Unicode Plane 2 (0x2xxxx)\\n\\n    // Byte encodings are:\\n    //  * Shift_JIS: Compatible with 0201, uses not defined chars in top half as lead bytes for double-byte\\n    //               encoding of 0208. Lead byte ranges: 0x81-0x9F, 0xE0-0xEF; Trail byte ranges: 0x40-0x7E, 0x80-0x9E, 0x9F-0xFC.\\n    //               Windows CP932 is a superset of Shift_JIS. Some companies added more chars, notably KDDI.\\n    //  * EUC-JP:    Up to 3 bytes per character. Used mostly on *nixes.\\n    //               0x00-0x7F       - lower part of 0201\\n    //               0x8E, 0xA1-0xDF - upper part of 0201\\n    //               (0xA1-0xFE)x2   - 0208 plane (94x94).\\n    //               0x8F, (0xA1-0xFE)x2 - 0212 plane (94x94).\\n    //  * JIS X 208: 7-bit, direct encoding of 0208. Byte ranges: 0x21-0x7E (94 values). Uncommon.\\n    //               Used as-is in ISO2022 family.\\n    //  * ISO2022-JP: Stateful encoding, with escape sequences to switch between ASCII, \\n    //                0201-1976 Roman, 0208-1978, 0208-1983.\\n    //  * ISO2022-JP-1: Adds esc seq for 0212-1990.\\n    //  * ISO2022-JP-2: Adds esc seq for GB2313-1980, KSX1001-1992, ISO8859-1, ISO8859-7.\\n    //  * ISO2022-JP-3: Adds esc seq for 0201-1976 Kana set, 0213-2000 Planes 1, 2.\\n    //  * ISO2022-JP-2004: Adds 0213-2004 Plane 1.\\n    //\\n    // After JIS X 0213 appeared, Shift_JIS-2004, EUC-JISX0213 and ISO2022-JP-2004 followed, with just changing the planes.\\n    //\\n    // Overall, it seems that it's a mess :( http://www8.plala.or.jp/tkubota1/unicode-symbols-map2.html\\n\\n\\n    'shiftjis': {\\n        type: '_dbcs',\\n        table: function() { return require('./tables/shiftjis.json') },\\n        encodeAdd: {'\\\\u00a5': 0x5C, '\\\\u203E': 0x7E},\\n        encodeSkipVals: [{from: 0xED40, to: 0xF940}],\\n    },\\n    'csshiftjis': 'shiftjis',\\n    'mskanji': 'shiftjis',\\n    'sjis': 'shiftjis',\\n    'windows31j': 'shiftjis',\\n    'xsjis': 'shiftjis',\\n    'windows932': 'shiftjis',\\n    '932': 'shiftjis',\\n    'cp932': 'shiftjis',\\n\\n    'eucjp': {\\n        type: '_dbcs',\\n        table: function() { return require('./tables/eucjp.json') },\\n        encodeAdd: {'\\\\u00a5': 0x5C, '\\\\u203E': 0x7E},\\n    },\\n\\n    // TODO: KDDI extension to Shift_JIS\\n    // TODO: IBM CCSID 942 = CP932, but F0-F9 custom chars and other char changes.\\n    // TODO: IBM CCSID 943 = Shift_JIS = CP932 with original Shift_JIS lower 128 chars.\\n\\n    // == Chinese/GBK ==========================================================\\n    // http://en.wikipedia.org/wiki/GBK\\n\\n    // Oldest GB2312 (1981, ~7600 chars) is a subset of CP936\\n    'gb2312': 'cp936',\\n    'gb231280': 'cp936',\\n    'gb23121980': 'cp936',\\n    'csgb2312': 'cp936',\\n    'csiso58gb231280': 'cp936',\\n    'euccn': 'cp936',\\n    'isoir58': 'gbk',\\n\\n    // Microsoft's CP936 is a subset and approximation of GBK.\\n    // TODO: Euro = 0x80 in cp936, but not in GBK (where it's valid but undefined)\\n    'windows936': 'cp936',\\n    '936': 'cp936',\\n    'cp936': {\\n        type: '_dbcs',\\n        table: function() { return require('./tables/cp936.json') },\\n    },\\n\\n    // GBK (~22000 chars) is an extension of CP936 that added user-mapped chars and some other.\\n    'gbk': {\\n        type: '_dbcs',\\n        table: function() { return require('./tables/cp936.json').concat(require('./tables/gbk-added.json')) },\\n    },\\n    'xgbk': 'gbk',\\n\\n    // GB18030 is an algorithmic extension of GBK.\\n    'gb18030': {\\n        type: '_dbcs',\\n        table: function() { return require('./tables/cp936.json').concat(require('./tables/gbk-added.json')) },\\n        gb18030: function() { return require('./tables/gb18030-ranges.json') },\\n    },\\n\\n    'chinese': 'gb18030',\\n\\n    // TODO: Support GB18030 (~27000 chars + whole unicode mapping, cp54936)\\n    // http://icu-project.org/docs/papers/gb18030.html\\n    // http://source.icu-project.org/repos/icu/data/trunk/charset/data/xml/gb-18030-2000.xml\\n    // http://www.khngai.com/chinese/charmap/tblgbk.php?page=0\\n\\n    // == Korean ===============================================================\\n    // EUC-KR, KS_C_5601 and KS X 1001 are exactly the same.\\n    'windows949': 'cp949',\\n    '949': 'cp949',\\n    'cp949': {\\n        type: '_dbcs',\\n        table: function() { return require('./tables/cp949.json') },\\n    },\\n\\n    'cseuckr': 'cp949',\\n    'csksc56011987': 'cp949',\\n    'euckr': 'cp949',\\n    'isoir149': 'cp949',\\n    'korean': 'cp949',\\n    'ksc56011987': 'cp949',\\n    'ksc56011989': 'cp949',\\n    'ksc5601': 'cp949',\\n\\n\\n    // == Big5/Taiwan/Hong Kong ================================================\\n    // There are lots of tables for Big5 and cp950. Please see the following links for history:\\n    // http://moztw.org/docs/big5/  http://www.haible.de/bruno/charsets/conversion-tables/Big5.html\\n    // Variations, in roughly number of defined chars:\\n    //  * Windows CP 950: Microsoft variant of Big5. Canonical: http://www.unicode.org/Public/MAPPINGS/VENDORS/MICSFT/WINDOWS/CP950.TXT\\n    //  * Windows CP 951: Microsoft variant of Big5-HKSCS-2001. Seems to be never public. http://me.abelcheung.org/articles/research/what-is-cp951/\\n    //  * Big5-2003 (Taiwan standard) almost superset of cp950.\\n    //  * Unicode-at-on (UAO) / Mozilla 1.8. Falling out of use on the Web. Not supported by other browsers.\\n    //  * Big5-HKSCS (-2001, -2004, -2008). Hong Kong standard. \\n    //    many unicode code points moved from PUA to Supplementary plane (U+2XXXX) over the years.\\n    //    Plus, it has 4 combining sequences.\\n    //    Seems that Mozilla refused to support it for 10 yrs. https://bugzilla.mozilla.org/show_bug.cgi?id=162431 https://bugzilla.mozilla.org/show_bug.cgi?id=310299\\n    //    because big5-hkscs is the only encoding to include astral characters in non-algorithmic way.\\n    //    Implementations are not consistent within browsers; sometimes labeled as just big5.\\n    //    MS Internet Explorer switches from big5 to big5-hkscs when a patch applied.\\n    //    Great discussion & recap of what's going on https://bugzilla.mozilla.org/show_bug.cgi?id=912470#c31\\n    //    In the encoder, it might make sense to support encoding old PUA mappings to Big5 bytes seq-s.\\n    //    Official spec: http://www.ogcio.gov.hk/en/business/tech_promotion/ccli/terms/doc/2003cmp_2008.txt\\n    //                   http://www.ogcio.gov.hk/tc/business/tech_promotion/ccli/terms/doc/hkscs-2008-big5-iso.txt\\n    // \\n    // Current understanding of how to deal with Big5(-HKSCS) is in the Encoding Standard, http://encoding.spec.whatwg.org/#big5-encoder\\n    // Unicode mapping (http://www.unicode.org/Public/MAPPINGS/OBSOLETE/EASTASIA/OTHER/BIG5.TXT) is said to be wrong.\\n\\n    'windows950': 'cp950',\\n    '950': 'cp950',\\n    'cp950': {\\n        type: '_dbcs',\\n        table: function() { return require('./tables/cp950.json') },\\n    },\\n\\n    // Big5 has many variations and is an extension of cp950. We use Encoding Standard's as a consensus.\\n    'big5': 'big5hkscs',\\n    'big5hkscs': {\\n        type: '_dbcs',\\n        table: function() { return require('./tables/cp950.json').concat(require('./tables/big5-added.json')) },\\n        encodeSkipVals: [0xa2cc],\\n    },\\n\\n    'cnbig5': 'big5hkscs',\\n    'csbig5': 'big5hkscs',\\n    'xxbig5': 'big5hkscs',\\n\\n};\\n\"\n        },\n        {\n          \"id\": 325,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/iconv-lite/encodings/tables/shiftjis.json\",\n          \"name\": \"./node_modules/iconv-lite/encodings/tables/shiftjis.json\",\n          \"index\": 321,\n          \"index2\": 311,\n          \"size\": 9105,\n          \"cacheable\": true,\n          \"built\": true,\n          \"optional\": false,\n          \"prefetched\": false,\n          \"chunks\": [\n            2\n          ],\n          \"issuer\": \"/Users/jarred/Code/styleurl/node_modules/iconv-lite/encodings/dbcs-data.js\",\n          \"issuerId\": 324,\n          \"issuerName\": \"./node_modules/iconv-lite/encodings/dbcs-data.js\",\n          \"issuerPath\": [\n            {\n              \"id\": 191,\n              \"identifier\": \"multi /Users/jarred/Code/styleurl/webpack/customPublicPath /Users/jarred/Code/styleurl/chrome/extension/background\",\n              \"name\": \"multi ./webpack/customPublicPath ./chrome/extension/background\",\n              \"profile\": {\n                \"factory\": 0,\n                \"building\": 0,\n                \"dependencies\": 54\n              }\n            },\n            {\n              \"id\": 192,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/background.js\",\n              \"name\": \"./chrome/extension/background.js\",\n              \"profile\": {\n                \"factory\": 54,\n                \"building\": 639,\n                \"dependencies\": 140\n              }\n            },\n            {\n              \"id\": 255,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/stylesheet-differ/lib/index.js\",\n              \"name\": \"./node_modules/stylesheet-differ/lib/index.js\",\n              \"profile\": {\n                \"factory\": 140,\n                \"building\": 568,\n                \"dependencies\": 1\n              }\n            },\n            {\n              \"id\": 256,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/native-css/index.js\",\n              \"name\": \"./node_modules/native-css/index.js\",\n              \"profile\": {\n                \"factory\": 189,\n                \"building\": 603,\n                \"dependencies\": 1\n              }\n            },\n            {\n              \"id\": 257,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/native-css/src/native-css.js\",\n              \"name\": \"./node_modules/native-css/src/native-css.js\",\n              \"profile\": {\n                \"factory\": 26,\n                \"building\": 63,\n                \"dependencies\": 14\n              }\n            },\n            {\n              \"id\": 293,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/fetch/lib/fetch.js\",\n              \"name\": \"./node_modules/fetch/lib/fetch.js\",\n              \"profile\": {\n                \"factory\": 117,\n                \"building\": 25,\n                \"dependencies\": 27\n              }\n            },\n            {\n              \"id\": 313,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/encoding/lib/encoding.js\",\n              \"name\": \"./node_modules/encoding/lib/encoding.js\",\n              \"profile\": {\n                \"factory\": 66,\n                \"building\": 38,\n                \"dependencies\": 20\n              }\n            },\n            {\n              \"id\": 314,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/iconv-lite/lib/index.js\",\n              \"name\": \"./node_modules/iconv-lite/lib/index.js\",\n              \"profile\": {\n                \"factory\": 123,\n                \"building\": 23,\n                \"dependencies\": 1\n              }\n            },\n            {\n              \"id\": 316,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/iconv-lite/encodings/index.js\",\n              \"name\": \"./node_modules/iconv-lite/encodings/index.js\",\n              \"profile\": {\n                \"factory\": 62,\n                \"building\": 61,\n                \"dependencies\": 1\n              }\n            },\n            {\n              \"id\": 324,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/iconv-lite/encodings/dbcs-data.js\",\n              \"name\": \"./node_modules/iconv-lite/encodings/dbcs-data.js\",\n              \"profile\": {\n                \"factory\": 26,\n                \"building\": 20,\n                \"dependencies\": 1\n              }\n            }\n          ],\n          \"profile\": {\n            \"factory\": 9,\n            \"building\": 6\n          },\n          \"failed\": false,\n          \"errors\": 0,\n          \"warnings\": 0,\n          \"assets\": [],\n          \"reasons\": [\n            {\n              \"moduleId\": 324,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/iconv-lite/encodings/dbcs-data.js\",\n              \"module\": \"./node_modules/iconv-lite/encodings/dbcs-data.js\",\n              \"moduleName\": \"./node_modules/iconv-lite/encodings/dbcs-data.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"./tables/shiftjis.json\",\n              \"loc\": \"44:35-68\"\n            }\n          ],\n          \"usedExports\": true,\n          \"providedExports\": [\n            \"0\",\n            \"1\",\n            \"2\",\n            \"3\",\n            \"4\",\n            \"5\",\n            \"6\",\n            \"7\",\n            \"8\",\n            \"9\",\n            \"10\",\n            \"11\",\n            \"12\",\n            \"13\",\n            \"14\",\n            \"15\",\n            \"16\",\n            \"17\",\n            \"18\",\n            \"19\",\n            \"20\",\n            \"21\",\n            \"22\",\n            \"23\",\n            \"24\",\n            \"25\",\n            \"26\",\n            \"27\",\n            \"28\",\n            \"29\",\n            \"30\",\n            \"31\",\n            \"32\",\n            \"33\",\n            \"34\",\n            \"35\",\n            \"36\",\n            \"37\",\n            \"38\",\n            \"39\",\n            \"40\",\n            \"41\",\n            \"42\",\n            \"43\",\n            \"44\",\n            \"45\",\n            \"46\",\n            \"47\",\n            \"48\",\n            \"49\",\n            \"50\",\n            \"51\",\n            \"52\",\n            \"53\",\n            \"54\",\n            \"55\",\n            \"56\",\n            \"57\",\n            \"58\",\n            \"59\",\n            \"60\",\n            \"61\",\n            \"62\",\n            \"63\",\n            \"64\",\n            \"65\",\n            \"66\",\n            \"67\",\n            \"68\",\n            \"69\",\n            \"70\",\n            \"71\",\n            \"72\",\n            \"73\",\n            \"74\",\n            \"75\",\n            \"76\",\n            \"77\",\n            \"78\",\n            \"79\",\n            \"80\",\n            \"81\",\n            \"82\",\n            \"83\",\n            \"84\",\n            \"85\",\n            \"86\",\n            \"87\",\n            \"88\",\n            \"89\",\n            \"90\",\n            \"91\",\n            \"92\",\n            \"93\",\n            \"94\",\n            \"95\",\n            \"96\",\n            \"97\",\n            \"98\",\n            \"99\",\n            \"100\",\n            \"101\",\n            \"102\",\n            \"103\",\n            \"104\",\n            \"105\",\n            \"106\",\n            \"107\",\n            \"108\",\n            \"109\",\n            \"110\",\n            \"111\",\n            \"112\",\n            \"113\",\n            \"114\",\n            \"115\",\n            \"116\",\n            \"117\",\n            \"118\",\n            \"119\",\n            \"120\",\n            \"121\",\n            \"122\",\n            \"default\"\n          ],\n          \"optimizationBailout\": [\n            \"ModuleConcatenation bailout: Module is not an ECMAScript module\"\n          ],\n          \"depth\": 10,\n          \"source\": \"[\\n[\\\"0\\\",\\\"\\\\u0000\\\",128],\\n[\\\"a1\\\",\\\"｡\\\",62],\\n[\\\"8140\\\",\\\"　、。，．・：；？！゛゜´｀¨＾￣＿ヽヾゝゞ〃仝々〆〇ー―‐／＼～∥｜…‥‘’“”（）〔〕［］｛｝〈\\\",9,\\\"＋－±×\\\"],\\n[\\\"8180\\\",\\\"÷＝≠＜＞≦≧∞∴♂♀°′″℃￥＄￠￡％＃＆＊＠§☆★○●◎◇◆□■△▲▽▼※〒→←↑↓〓\\\"],\\n[\\\"81b8\\\",\\\"∈∋⊆⊇⊂⊃∪∩\\\"],\\n[\\\"81c8\\\",\\\"∧∨￢⇒⇔∀∃\\\"],\\n[\\\"81da\\\",\\\"∠⊥⌒∂∇≡≒≪≫√∽∝∵∫∬\\\"],\\n[\\\"81f0\\\",\\\"Å‰♯♭♪†‡¶\\\"],\\n[\\\"81fc\\\",\\\"◯\\\"],\\n[\\\"824f\\\",\\\"０\\\",9],\\n[\\\"8260\\\",\\\"Ａ\\\",25],\\n[\\\"8281\\\",\\\"ａ\\\",25],\\n[\\\"829f\\\",\\\"ぁ\\\",82],\\n[\\\"8340\\\",\\\"ァ\\\",62],\\n[\\\"8380\\\",\\\"ム\\\",22],\\n[\\\"839f\\\",\\\"Α\\\",16,\\\"Σ\\\",6],\\n[\\\"83bf\\\",\\\"α\\\",16,\\\"σ\\\",6],\\n[\\\"8440\\\",\\\"А\\\",5,\\\"ЁЖ\\\",25],\\n[\\\"8470\\\",\\\"а\\\",5,\\\"ёж\\\",7],\\n[\\\"8480\\\",\\\"о\\\",17],\\n[\\\"849f\\\",\\\"─│┌┐┘└├┬┤┴┼━┃┏┓┛┗┣┳┫┻╋┠┯┨┷┿┝┰┥┸╂\\\"],\\n[\\\"8740\\\",\\\"①\\\",19,\\\"Ⅰ\\\",9],\\n[\\\"875f\\\",\\\"㍉㌔㌢㍍㌘㌧㌃㌶㍑㍗㌍㌦㌣㌫㍊㌻㎜㎝㎞㎎㎏㏄㎡\\\"],\\n[\\\"877e\\\",\\\"㍻\\\"],\\n[\\\"8780\\\",\\\"〝〟№㏍℡㊤\\\",4,\\\"㈱㈲㈹㍾㍽㍼≒≡∫∮∑√⊥∠∟⊿∵∩∪\\\"],\\n[\\\"889f\\\",\\\"亜唖娃阿哀愛挨姶逢葵茜穐悪握渥旭葦芦鯵梓圧斡扱宛姐虻飴絢綾鮎或粟袷安庵按暗案闇鞍杏以伊位依偉囲夷委威尉惟意慰易椅為畏異移維緯胃萎衣謂違遺医井亥域育郁磯一壱溢逸稲茨芋鰯允印咽員因姻引飲淫胤蔭\\\"],\\n[\\\"8940\\\",\\\"院陰隠韻吋右宇烏羽迂雨卯鵜窺丑碓臼渦嘘唄欝蔚鰻姥厩浦瓜閏噂云運雲荏餌叡営嬰影映曳栄永泳洩瑛盈穎頴英衛詠鋭液疫益駅悦謁越閲榎厭円\\\"],\\n[\\\"8980\\\",\\\"園堰奄宴延怨掩援沿演炎焔煙燕猿縁艶苑薗遠鉛鴛塩於汚甥凹央奥往応押旺横欧殴王翁襖鴬鴎黄岡沖荻億屋憶臆桶牡乙俺卸恩温穏音下化仮何伽価佳加可嘉夏嫁家寡科暇果架歌河火珂禍禾稼箇花苛茄荷華菓蝦課嘩貨迦過霞蚊俄峨我牙画臥芽蛾賀雅餓駕介会解回塊壊廻快怪悔恢懐戒拐改\\\"],\\n[\\\"8a40\\\",\\\"魁晦械海灰界皆絵芥蟹開階貝凱劾外咳害崖慨概涯碍蓋街該鎧骸浬馨蛙垣柿蛎鈎劃嚇各廓拡撹格核殻獲確穫覚角赫較郭閣隔革学岳楽額顎掛笠樫\\\"],\\n[\\\"8a80\\\",\\\"橿梶鰍潟割喝恰括活渇滑葛褐轄且鰹叶椛樺鞄株兜竃蒲釜鎌噛鴨栢茅萱粥刈苅瓦乾侃冠寒刊勘勧巻喚堪姦完官寛干幹患感慣憾換敢柑桓棺款歓汗漢澗潅環甘監看竿管簡緩缶翰肝艦莞観諌貫還鑑間閑関陥韓館舘丸含岸巌玩癌眼岩翫贋雁頑顔願企伎危喜器基奇嬉寄岐希幾忌揮机旗既期棋棄\\\"],\\n[\\\"8b40\\\",\\\"機帰毅気汽畿祈季稀紀徽規記貴起軌輝飢騎鬼亀偽儀妓宜戯技擬欺犠疑祇義蟻誼議掬菊鞠吉吃喫桔橘詰砧杵黍却客脚虐逆丘久仇休及吸宮弓急救\\\"],\\n[\\\"8b80\\\",\\\"朽求汲泣灸球究窮笈級糾給旧牛去居巨拒拠挙渠虚許距鋸漁禦魚亨享京供侠僑兇競共凶協匡卿叫喬境峡強彊怯恐恭挟教橋況狂狭矯胸脅興蕎郷鏡響饗驚仰凝尭暁業局曲極玉桐粁僅勤均巾錦斤欣欽琴禁禽筋緊芹菌衿襟謹近金吟銀九倶句区狗玖矩苦躯駆駈駒具愚虞喰空偶寓遇隅串櫛釧屑屈\\\"],\\n[\\\"8c40\\\",\\\"掘窟沓靴轡窪熊隈粂栗繰桑鍬勲君薫訓群軍郡卦袈祁係傾刑兄啓圭珪型契形径恵慶慧憩掲携敬景桂渓畦稽系経継繋罫茎荊蛍計詣警軽頚鶏芸迎鯨\\\"],\\n[\\\"8c80\\\",\\\"劇戟撃激隙桁傑欠決潔穴結血訣月件倹倦健兼券剣喧圏堅嫌建憲懸拳捲検権牽犬献研硯絹県肩見謙賢軒遣鍵険顕験鹸元原厳幻弦減源玄現絃舷言諺限乎個古呼固姑孤己庫弧戸故枯湖狐糊袴股胡菰虎誇跨鈷雇顧鼓五互伍午呉吾娯後御悟梧檎瑚碁語誤護醐乞鯉交佼侯候倖光公功効勾厚口向\\\"],\\n[\\\"8d40\\\",\\\"后喉坑垢好孔孝宏工巧巷幸広庚康弘恒慌抗拘控攻昂晃更杭校梗構江洪浩港溝甲皇硬稿糠紅紘絞綱耕考肯肱腔膏航荒行衡講貢購郊酵鉱砿鋼閤降\\\"],\\n[\\\"8d80\\\",\\\"項香高鴻剛劫号合壕拷濠豪轟麹克刻告国穀酷鵠黒獄漉腰甑忽惚骨狛込此頃今困坤墾婚恨懇昏昆根梱混痕紺艮魂些佐叉唆嵯左差査沙瑳砂詐鎖裟坐座挫債催再最哉塞妻宰彩才採栽歳済災采犀砕砦祭斎細菜裁載際剤在材罪財冴坂阪堺榊肴咲崎埼碕鷺作削咋搾昨朔柵窄策索錯桜鮭笹匙冊刷\\\"],\\n[\\\"8e40\\\",\\\"察拶撮擦札殺薩雑皐鯖捌錆鮫皿晒三傘参山惨撒散桟燦珊産算纂蚕讃賛酸餐斬暫残仕仔伺使刺司史嗣四士始姉姿子屍市師志思指支孜斯施旨枝止\\\"],\\n[\\\"8e80\\\",\\\"死氏獅祉私糸紙紫肢脂至視詞詩試誌諮資賜雌飼歯事似侍児字寺慈持時次滋治爾璽痔磁示而耳自蒔辞汐鹿式識鴫竺軸宍雫七叱執失嫉室悉湿漆疾質実蔀篠偲柴芝屡蕊縞舎写射捨赦斜煮社紗者謝車遮蛇邪借勺尺杓灼爵酌釈錫若寂弱惹主取守手朱殊狩珠種腫趣酒首儒受呪寿授樹綬需囚収周\\\"],\\n[\\\"8f40\\\",\\\"宗就州修愁拾洲秀秋終繍習臭舟蒐衆襲讐蹴輯週酋酬集醜什住充十従戎柔汁渋獣縦重銃叔夙宿淑祝縮粛塾熟出術述俊峻春瞬竣舜駿准循旬楯殉淳\\\"],\\n[\\\"8f80\\\",\\\"準潤盾純巡遵醇順処初所暑曙渚庶緒署書薯藷諸助叙女序徐恕鋤除傷償勝匠升召哨商唱嘗奨妾娼宵将小少尚庄床廠彰承抄招掌捷昇昌昭晶松梢樟樵沼消渉湘焼焦照症省硝礁祥称章笑粧紹肖菖蒋蕉衝裳訟証詔詳象賞醤鉦鍾鐘障鞘上丈丞乗冗剰城場壌嬢常情擾条杖浄状畳穣蒸譲醸錠嘱埴飾\\\"],\\n[\\\"9040\\\",\\\"拭植殖燭織職色触食蝕辱尻伸信侵唇娠寝審心慎振新晋森榛浸深申疹真神秦紳臣芯薪親診身辛進針震人仁刃塵壬尋甚尽腎訊迅陣靭笥諏須酢図厨\\\"],\\n[\\\"9080\\\",\\\"逗吹垂帥推水炊睡粋翠衰遂酔錐錘随瑞髄崇嵩数枢趨雛据杉椙菅頗雀裾澄摺寸世瀬畝是凄制勢姓征性成政整星晴棲栖正清牲生盛精聖声製西誠誓請逝醒青静斉税脆隻席惜戚斥昔析石積籍績脊責赤跡蹟碩切拙接摂折設窃節説雪絶舌蝉仙先千占宣専尖川戦扇撰栓栴泉浅洗染潜煎煽旋穿箭線\\\"],\\n[\\\"9140\\\",\\\"繊羨腺舛船薦詮賎践選遷銭銑閃鮮前善漸然全禅繕膳糎噌塑岨措曾曽楚狙疏疎礎祖租粗素組蘇訴阻遡鼠僧創双叢倉喪壮奏爽宋層匝惣想捜掃挿掻\\\"],\\n[\\\"9180\\\",\\\"操早曹巣槍槽漕燥争痩相窓糟総綜聡草荘葬蒼藻装走送遭鎗霜騒像増憎臓蔵贈造促側則即息捉束測足速俗属賊族続卒袖其揃存孫尊損村遜他多太汰詑唾堕妥惰打柁舵楕陀駄騨体堆対耐岱帯待怠態戴替泰滞胎腿苔袋貸退逮隊黛鯛代台大第醍題鷹滝瀧卓啄宅托択拓沢濯琢託鐸濁諾茸凧蛸只\\\"],\\n[\\\"9240\\\",\\\"叩但達辰奪脱巽竪辿棚谷狸鱈樽誰丹単嘆坦担探旦歎淡湛炭短端箪綻耽胆蛋誕鍛団壇弾断暖檀段男談値知地弛恥智池痴稚置致蜘遅馳築畜竹筑蓄\\\"],\\n[\\\"9280\\\",\\\"逐秩窒茶嫡着中仲宙忠抽昼柱注虫衷註酎鋳駐樗瀦猪苧著貯丁兆凋喋寵帖帳庁弔張彫徴懲挑暢朝潮牒町眺聴脹腸蝶調諜超跳銚長頂鳥勅捗直朕沈珍賃鎮陳津墜椎槌追鎚痛通塚栂掴槻佃漬柘辻蔦綴鍔椿潰坪壷嬬紬爪吊釣鶴亭低停偵剃貞呈堤定帝底庭廷弟悌抵挺提梯汀碇禎程締艇訂諦蹄逓\\\"],\\n[\\\"9340\\\",\\\"邸鄭釘鼎泥摘擢敵滴的笛適鏑溺哲徹撤轍迭鉄典填天展店添纏甜貼転顛点伝殿澱田電兎吐堵塗妬屠徒斗杜渡登菟賭途都鍍砥砺努度土奴怒倒党冬\\\"],\\n[\\\"9380\\\",\\\"凍刀唐塔塘套宕島嶋悼投搭東桃梼棟盗淘湯涛灯燈当痘祷等答筒糖統到董蕩藤討謄豆踏逃透鐙陶頭騰闘働動同堂導憧撞洞瞳童胴萄道銅峠鴇匿得徳涜特督禿篤毒独読栃橡凸突椴届鳶苫寅酉瀞噸屯惇敦沌豚遁頓呑曇鈍奈那内乍凪薙謎灘捺鍋楢馴縄畷南楠軟難汝二尼弐迩匂賑肉虹廿日乳入\\\"],\\n[\\\"9440\\\",\\\"如尿韮任妊忍認濡禰祢寧葱猫熱年念捻撚燃粘乃廼之埜嚢悩濃納能脳膿農覗蚤巴把播覇杷波派琶破婆罵芭馬俳廃拝排敗杯盃牌背肺輩配倍培媒梅\\\"],\\n[\\\"9480\\\",\\\"楳煤狽買売賠陪這蝿秤矧萩伯剥博拍柏泊白箔粕舶薄迫曝漠爆縛莫駁麦函箱硲箸肇筈櫨幡肌畑畠八鉢溌発醗髪伐罰抜筏閥鳩噺塙蛤隼伴判半反叛帆搬斑板氾汎版犯班畔繁般藩販範釆煩頒飯挽晩番盤磐蕃蛮匪卑否妃庇彼悲扉批披斐比泌疲皮碑秘緋罷肥被誹費避非飛樋簸備尾微枇毘琵眉美\\\"],\\n[\\\"9540\\\",\\\"鼻柊稗匹疋髭彦膝菱肘弼必畢筆逼桧姫媛紐百謬俵彪標氷漂瓢票表評豹廟描病秒苗錨鋲蒜蛭鰭品彬斌浜瀕貧賓頻敏瓶不付埠夫婦富冨布府怖扶敷\\\"],\\n[\\\"9580\\\",\\\"斧普浮父符腐膚芙譜負賦赴阜附侮撫武舞葡蕪部封楓風葺蕗伏副復幅服福腹複覆淵弗払沸仏物鮒分吻噴墳憤扮焚奮粉糞紛雰文聞丙併兵塀幣平弊柄並蔽閉陛米頁僻壁癖碧別瞥蔑箆偏変片篇編辺返遍便勉娩弁鞭保舗鋪圃捕歩甫補輔穂募墓慕戊暮母簿菩倣俸包呆報奉宝峰峯崩庖抱捧放方朋\\\"],\\n[\\\"9640\\\",\\\"法泡烹砲縫胞芳萌蓬蜂褒訪豊邦鋒飽鳳鵬乏亡傍剖坊妨帽忘忙房暴望某棒冒紡肪膨謀貌貿鉾防吠頬北僕卜墨撲朴牧睦穆釦勃没殆堀幌奔本翻凡盆\\\"],\\n[\\\"9680\\\",\\\"摩磨魔麻埋妹昧枚毎哩槙幕膜枕鮪柾鱒桝亦俣又抹末沫迄侭繭麿万慢満漫蔓味未魅巳箕岬密蜜湊蓑稔脈妙粍民眠務夢無牟矛霧鵡椋婿娘冥名命明盟迷銘鳴姪牝滅免棉綿緬面麺摸模茂妄孟毛猛盲網耗蒙儲木黙目杢勿餅尤戻籾貰問悶紋門匁也冶夜爺耶野弥矢厄役約薬訳躍靖柳薮鑓愉愈油癒\\\"],\\n[\\\"9740\\\",\\\"諭輸唯佑優勇友宥幽悠憂揖有柚湧涌猶猷由祐裕誘遊邑郵雄融夕予余与誉輿預傭幼妖容庸揚揺擁曜楊様洋溶熔用窯羊耀葉蓉要謡踊遥陽養慾抑欲\\\"],\\n[\\\"9780\\\",\\\"沃浴翌翼淀羅螺裸来莱頼雷洛絡落酪乱卵嵐欄濫藍蘭覧利吏履李梨理璃痢裏裡里離陸律率立葎掠略劉流溜琉留硫粒隆竜龍侶慮旅虜了亮僚両凌寮料梁涼猟療瞭稜糧良諒遼量陵領力緑倫厘林淋燐琳臨輪隣鱗麟瑠塁涙累類令伶例冷励嶺怜玲礼苓鈴隷零霊麗齢暦歴列劣烈裂廉恋憐漣煉簾練聯\\\"],\\n[\\\"9840\\\",\\\"蓮連錬呂魯櫓炉賂路露労婁廊弄朗楼榔浪漏牢狼篭老聾蝋郎六麓禄肋録論倭和話歪賄脇惑枠鷲亙亘鰐詫藁蕨椀湾碗腕\\\"],\\n[\\\"989f\\\",\\\"弌丐丕个丱丶丼丿乂乖乘亂亅豫亊舒弍于亞亟亠亢亰亳亶从仍仄仆仂仗仞仭仟价伉佚估佛佝佗佇佶侈侏侘佻佩佰侑佯來侖儘俔俟俎俘俛俑俚俐俤俥倚倨倔倪倥倅伜俶倡倩倬俾俯們倆偃假會偕偐偈做偖偬偸傀傚傅傴傲\\\"],\\n[\\\"9940\\\",\\\"僉僊傳僂僖僞僥僭僣僮價僵儉儁儂儖儕儔儚儡儺儷儼儻儿兀兒兌兔兢竸兩兪兮冀冂囘册冉冏冑冓冕冖冤冦冢冩冪冫决冱冲冰况冽凅凉凛几處凩凭\\\"],\\n[\\\"9980\\\",\\\"凰凵凾刄刋刔刎刧刪刮刳刹剏剄剋剌剞剔剪剴剩剳剿剽劍劔劒剱劈劑辨辧劬劭劼劵勁勍勗勞勣勦飭勠勳勵勸勹匆匈甸匍匐匏匕匚匣匯匱匳匸區卆卅丗卉卍凖卞卩卮夘卻卷厂厖厠厦厥厮厰厶參簒雙叟曼燮叮叨叭叺吁吽呀听吭吼吮吶吩吝呎咏呵咎呟呱呷呰咒呻咀呶咄咐咆哇咢咸咥咬哄哈咨\\\"],\\n[\\\"9a40\\\",\\\"咫哂咤咾咼哘哥哦唏唔哽哮哭哺哢唹啀啣啌售啜啅啖啗唸唳啝喙喀咯喊喟啻啾喘喞單啼喃喩喇喨嗚嗅嗟嗄嗜嗤嗔嘔嗷嘖嗾嗽嘛嗹噎噐營嘴嘶嘲嘸\\\"],\\n[\\\"9a80\\\",\\\"噫噤嘯噬噪嚆嚀嚊嚠嚔嚏嚥嚮嚶嚴囂嚼囁囃囀囈囎囑囓囗囮囹圀囿圄圉圈國圍圓團圖嗇圜圦圷圸坎圻址坏坩埀垈坡坿垉垓垠垳垤垪垰埃埆埔埒埓堊埖埣堋堙堝塲堡塢塋塰毀塒堽塹墅墹墟墫墺壞墻墸墮壅壓壑壗壙壘壥壜壤壟壯壺壹壻壼壽夂夊夐夛梦夥夬夭夲夸夾竒奕奐奎奚奘奢奠奧奬奩\\\"],\\n[\\\"9b40\\\",\\\"奸妁妝佞侫妣妲姆姨姜妍姙姚娥娟娑娜娉娚婀婬婉娵娶婢婪媚媼媾嫋嫂媽嫣嫗嫦嫩嫖嫺嫻嬌嬋嬖嬲嫐嬪嬶嬾孃孅孀孑孕孚孛孥孩孰孳孵學斈孺宀\\\"],\\n[\\\"9b80\\\",\\\"它宦宸寃寇寉寔寐寤實寢寞寥寫寰寶寳尅將專對尓尠尢尨尸尹屁屆屎屓屐屏孱屬屮乢屶屹岌岑岔妛岫岻岶岼岷峅岾峇峙峩峽峺峭嶌峪崋崕崗嵜崟崛崑崔崢崚崙崘嵌嵒嵎嵋嵬嵳嵶嶇嶄嶂嶢嶝嶬嶮嶽嶐嶷嶼巉巍巓巒巖巛巫已巵帋帚帙帑帛帶帷幄幃幀幎幗幔幟幢幤幇幵并幺麼广庠廁廂廈廐廏\\\"],\\n[\\\"9c40\\\",\\\"廖廣廝廚廛廢廡廨廩廬廱廳廰廴廸廾弃弉彝彜弋弑弖弩弭弸彁彈彌彎弯彑彖彗彙彡彭彳彷徃徂彿徊很徑徇從徙徘徠徨徭徼忖忻忤忸忱忝悳忿怡恠\\\"],\\n[\\\"9c80\\\",\\\"怙怐怩怎怱怛怕怫怦怏怺恚恁恪恷恟恊恆恍恣恃恤恂恬恫恙悁悍惧悃悚悄悛悖悗悒悧悋惡悸惠惓悴忰悽惆悵惘慍愕愆惶惷愀惴惺愃愡惻惱愍愎慇愾愨愧慊愿愼愬愴愽慂慄慳慷慘慙慚慫慴慯慥慱慟慝慓慵憙憖憇憬憔憚憊憑憫憮懌懊應懷懈懃懆憺懋罹懍懦懣懶懺懴懿懽懼懾戀戈戉戍戌戔戛\\\"],\\n[\\\"9d40\\\",\\\"戞戡截戮戰戲戳扁扎扞扣扛扠扨扼抂抉找抒抓抖拔抃抔拗拑抻拏拿拆擔拈拜拌拊拂拇抛拉挌拮拱挧挂挈拯拵捐挾捍搜捏掖掎掀掫捶掣掏掉掟掵捫\\\"],\\n[\\\"9d80\\\",\\\"捩掾揩揀揆揣揉插揶揄搖搴搆搓搦搶攝搗搨搏摧摯摶摎攪撕撓撥撩撈撼據擒擅擇撻擘擂擱擧舉擠擡抬擣擯攬擶擴擲擺攀擽攘攜攅攤攣攫攴攵攷收攸畋效敖敕敍敘敞敝敲數斂斃變斛斟斫斷旃旆旁旄旌旒旛旙无旡旱杲昊昃旻杳昵昶昴昜晏晄晉晁晞晝晤晧晨晟晢晰暃暈暎暉暄暘暝曁暹曉暾暼\\\"],\\n[\\\"9e40\\\",\\\"曄暸曖曚曠昿曦曩曰曵曷朏朖朞朦朧霸朮朿朶杁朸朷杆杞杠杙杣杤枉杰枩杼杪枌枋枦枡枅枷柯枴柬枳柩枸柤柞柝柢柮枹柎柆柧檜栞框栩桀桍栲桎\\\"],\\n[\\\"9e80\\\",\\\"梳栫桙档桷桿梟梏梭梔條梛梃檮梹桴梵梠梺椏梍桾椁棊椈棘椢椦棡椌棍棔棧棕椶椒椄棗棣椥棹棠棯椨椪椚椣椡棆楹楷楜楸楫楔楾楮椹楴椽楙椰楡楞楝榁楪榲榮槐榿槁槓榾槎寨槊槝榻槃榧樮榑榠榜榕榴槞槨樂樛槿權槹槲槧樅榱樞槭樔槫樊樒櫁樣樓橄樌橲樶橸橇橢橙橦橈樸樢檐檍檠檄檢檣\\\"],\\n[\\\"9f40\\\",\\\"檗蘗檻櫃櫂檸檳檬櫞櫑櫟檪櫚櫪櫻欅蘖櫺欒欖鬱欟欸欷盜欹飮歇歃歉歐歙歔歛歟歡歸歹歿殀殄殃殍殘殕殞殤殪殫殯殲殱殳殷殼毆毋毓毟毬毫毳毯\\\"],\\n[\\\"9f80\\\",\\\"麾氈氓气氛氤氣汞汕汢汪沂沍沚沁沛汾汨汳沒沐泄泱泓沽泗泅泝沮沱沾沺泛泯泙泪洟衍洶洫洽洸洙洵洳洒洌浣涓浤浚浹浙涎涕濤涅淹渕渊涵淇淦涸淆淬淞淌淨淒淅淺淙淤淕淪淮渭湮渮渙湲湟渾渣湫渫湶湍渟湃渺湎渤滿渝游溂溪溘滉溷滓溽溯滄溲滔滕溏溥滂溟潁漑灌滬滸滾漿滲漱滯漲滌\\\"],\\n[\\\"e040\\\",\\\"漾漓滷澆潺潸澁澀潯潛濳潭澂潼潘澎澑濂潦澳澣澡澤澹濆澪濟濕濬濔濘濱濮濛瀉瀋濺瀑瀁瀏濾瀛瀚潴瀝瀘瀟瀰瀾瀲灑灣炙炒炯烱炬炸炳炮烟烋烝\\\"],\\n[\\\"e080\\\",\\\"烙焉烽焜焙煥煕熈煦煢煌煖煬熏燻熄熕熨熬燗熹熾燒燉燔燎燠燬燧燵燼燹燿爍爐爛爨爭爬爰爲爻爼爿牀牆牋牘牴牾犂犁犇犒犖犢犧犹犲狃狆狄狎狒狢狠狡狹狷倏猗猊猜猖猝猴猯猩猥猾獎獏默獗獪獨獰獸獵獻獺珈玳珎玻珀珥珮珞璢琅瑯琥珸琲琺瑕琿瑟瑙瑁瑜瑩瑰瑣瑪瑶瑾璋璞璧瓊瓏瓔珱\\\"],\\n[\\\"e140\\\",\\\"瓠瓣瓧瓩瓮瓲瓰瓱瓸瓷甄甃甅甌甎甍甕甓甞甦甬甼畄畍畊畉畛畆畚畩畤畧畫畭畸當疆疇畴疊疉疂疔疚疝疥疣痂疳痃疵疽疸疼疱痍痊痒痙痣痞痾痿\\\"],\\n[\\\"e180\\\",\\\"痼瘁痰痺痲痳瘋瘍瘉瘟瘧瘠瘡瘢瘤瘴瘰瘻癇癈癆癜癘癡癢癨癩癪癧癬癰癲癶癸發皀皃皈皋皎皖皓皙皚皰皴皸皹皺盂盍盖盒盞盡盥盧盪蘯盻眈眇眄眩眤眞眥眦眛眷眸睇睚睨睫睛睥睿睾睹瞎瞋瞑瞠瞞瞰瞶瞹瞿瞼瞽瞻矇矍矗矚矜矣矮矼砌砒礦砠礪硅碎硴碆硼碚碌碣碵碪碯磑磆磋磔碾碼磅磊磬\\\"],\\n[\\\"e240\\\",\\\"磧磚磽磴礇礒礑礙礬礫祀祠祗祟祚祕祓祺祿禊禝禧齋禪禮禳禹禺秉秕秧秬秡秣稈稍稘稙稠稟禀稱稻稾稷穃穗穉穡穢穩龝穰穹穽窈窗窕窘窖窩竈窰\\\"],\\n[\\\"e280\\\",\\\"窶竅竄窿邃竇竊竍竏竕竓站竚竝竡竢竦竭竰笂笏笊笆笳笘笙笞笵笨笶筐筺笄筍笋筌筅筵筥筴筧筰筱筬筮箝箘箟箍箜箚箋箒箏筝箙篋篁篌篏箴篆篝篩簑簔篦篥籠簀簇簓篳篷簗簍篶簣簧簪簟簷簫簽籌籃籔籏籀籐籘籟籤籖籥籬籵粃粐粤粭粢粫粡粨粳粲粱粮粹粽糀糅糂糘糒糜糢鬻糯糲糴糶糺紆\\\"],\\n[\\\"e340\\\",\\\"紂紜紕紊絅絋紮紲紿紵絆絳絖絎絲絨絮絏絣經綉絛綏絽綛綺綮綣綵緇綽綫總綢綯緜綸綟綰緘緝緤緞緻緲緡縅縊縣縡縒縱縟縉縋縢繆繦縻縵縹繃縷\\\"],\\n[\\\"e380\\\",\\\"縲縺繧繝繖繞繙繚繹繪繩繼繻纃緕繽辮繿纈纉續纒纐纓纔纖纎纛纜缸缺罅罌罍罎罐网罕罔罘罟罠罨罩罧罸羂羆羃羈羇羌羔羞羝羚羣羯羲羹羮羶羸譱翅翆翊翕翔翡翦翩翳翹飜耆耄耋耒耘耙耜耡耨耿耻聊聆聒聘聚聟聢聨聳聲聰聶聹聽聿肄肆肅肛肓肚肭冐肬胛胥胙胝胄胚胖脉胯胱脛脩脣脯腋\\\"],\\n[\\\"e440\\\",\\\"隋腆脾腓腑胼腱腮腥腦腴膃膈膊膀膂膠膕膤膣腟膓膩膰膵膾膸膽臀臂膺臉臍臑臙臘臈臚臟臠臧臺臻臾舁舂舅與舊舍舐舖舩舫舸舳艀艙艘艝艚艟艤\\\"],\\n[\\\"e480\\\",\\\"艢艨艪艫舮艱艷艸艾芍芒芫芟芻芬苡苣苟苒苴苳苺莓范苻苹苞茆苜茉苙茵茴茖茲茱荀茹荐荅茯茫茗茘莅莚莪莟莢莖茣莎莇莊荼莵荳荵莠莉莨菴萓菫菎菽萃菘萋菁菷萇菠菲萍萢萠莽萸蔆菻葭萪萼蕚蒄葷葫蒭葮蒂葩葆萬葯葹萵蓊葢蒹蒿蒟蓙蓍蒻蓚蓐蓁蓆蓖蒡蔡蓿蓴蔗蔘蔬蔟蔕蔔蓼蕀蕣蕘蕈\\\"],\\n[\\\"e540\\\",\\\"蕁蘂蕋蕕薀薤薈薑薊薨蕭薔薛藪薇薜蕷蕾薐藉薺藏薹藐藕藝藥藜藹蘊蘓蘋藾藺蘆蘢蘚蘰蘿虍乕虔號虧虱蚓蚣蚩蚪蚋蚌蚶蚯蛄蛆蚰蛉蠣蚫蛔蛞蛩蛬\\\"],\\n[\\\"e580\\\",\\\"蛟蛛蛯蜒蜆蜈蜀蜃蛻蜑蜉蜍蛹蜊蜴蜿蜷蜻蜥蜩蜚蝠蝟蝸蝌蝎蝴蝗蝨蝮蝙蝓蝣蝪蠅螢螟螂螯蟋螽蟀蟐雖螫蟄螳蟇蟆螻蟯蟲蟠蠏蠍蟾蟶蟷蠎蟒蠑蠖蠕蠢蠡蠱蠶蠹蠧蠻衄衂衒衙衞衢衫袁衾袞衵衽袵衲袂袗袒袮袙袢袍袤袰袿袱裃裄裔裘裙裝裹褂裼裴裨裲褄褌褊褓襃褞褥褪褫襁襄褻褶褸襌褝襠襞\\\"],\\n[\\\"e640\\\",\\\"襦襤襭襪襯襴襷襾覃覈覊覓覘覡覩覦覬覯覲覺覽覿觀觚觜觝觧觴觸訃訖訐訌訛訝訥訶詁詛詒詆詈詼詭詬詢誅誂誄誨誡誑誥誦誚誣諄諍諂諚諫諳諧\\\"],\\n[\\\"e680\\\",\\\"諤諱謔諠諢諷諞諛謌謇謚諡謖謐謗謠謳鞫謦謫謾謨譁譌譏譎證譖譛譚譫譟譬譯譴譽讀讌讎讒讓讖讙讚谺豁谿豈豌豎豐豕豢豬豸豺貂貉貅貊貍貎貔豼貘戝貭貪貽貲貳貮貶賈賁賤賣賚賽賺賻贄贅贊贇贏贍贐齎贓賍贔贖赧赭赱赳趁趙跂趾趺跏跚跖跌跛跋跪跫跟跣跼踈踉跿踝踞踐踟蹂踵踰踴蹊\\\"],\\n[\\\"e740\\\",\\\"蹇蹉蹌蹐蹈蹙蹤蹠踪蹣蹕蹶蹲蹼躁躇躅躄躋躊躓躑躔躙躪躡躬躰軆躱躾軅軈軋軛軣軼軻軫軾輊輅輕輒輙輓輜輟輛輌輦輳輻輹轅轂輾轌轉轆轎轗轜\\\"],\\n[\\\"e780\\\",\\\"轢轣轤辜辟辣辭辯辷迚迥迢迪迯邇迴逅迹迺逑逕逡逍逞逖逋逧逶逵逹迸遏遐遑遒逎遉逾遖遘遞遨遯遶隨遲邂遽邁邀邊邉邏邨邯邱邵郢郤扈郛鄂鄒鄙鄲鄰酊酖酘酣酥酩酳酲醋醉醂醢醫醯醪醵醴醺釀釁釉釋釐釖釟釡釛釼釵釶鈞釿鈔鈬鈕鈑鉞鉗鉅鉉鉤鉈銕鈿鉋鉐銜銖銓銛鉚鋏銹銷鋩錏鋺鍄錮\\\"],\\n[\\\"e840\\\",\\\"錙錢錚錣錺錵錻鍜鍠鍼鍮鍖鎰鎬鎭鎔鎹鏖鏗鏨鏥鏘鏃鏝鏐鏈鏤鐚鐔鐓鐃鐇鐐鐶鐫鐵鐡鐺鑁鑒鑄鑛鑠鑢鑞鑪鈩鑰鑵鑷鑽鑚鑼鑾钁鑿閂閇閊閔閖閘閙\\\"],\\n[\\\"e880\\\",\\\"閠閨閧閭閼閻閹閾闊濶闃闍闌闕闔闖關闡闥闢阡阨阮阯陂陌陏陋陷陜陞陝陟陦陲陬隍隘隕隗險隧隱隲隰隴隶隸隹雎雋雉雍襍雜霍雕雹霄霆霈霓霎霑霏霖霙霤霪霰霹霽霾靄靆靈靂靉靜靠靤靦靨勒靫靱靹鞅靼鞁靺鞆鞋鞏鞐鞜鞨鞦鞣鞳鞴韃韆韈韋韜韭齏韲竟韶韵頏頌頸頤頡頷頽顆顏顋顫顯顰\\\"],\\n[\\\"e940\\\",\\\"顱顴顳颪颯颱颶飄飃飆飩飫餃餉餒餔餘餡餝餞餤餠餬餮餽餾饂饉饅饐饋饑饒饌饕馗馘馥馭馮馼駟駛駝駘駑駭駮駱駲駻駸騁騏騅駢騙騫騷驅驂驀驃\\\"],\\n[\\\"e980\\\",\\\"騾驕驍驛驗驟驢驥驤驩驫驪骭骰骼髀髏髑髓體髞髟髢髣髦髯髫髮髴髱髷髻鬆鬘鬚鬟鬢鬣鬥鬧鬨鬩鬪鬮鬯鬲魄魃魏魍魎魑魘魴鮓鮃鮑鮖鮗鮟鮠鮨鮴鯀鯊鮹鯆鯏鯑鯒鯣鯢鯤鯔鯡鰺鯲鯱鯰鰕鰔鰉鰓鰌鰆鰈鰒鰊鰄鰮鰛鰥鰤鰡鰰鱇鰲鱆鰾鱚鱠鱧鱶鱸鳧鳬鳰鴉鴈鳫鴃鴆鴪鴦鶯鴣鴟鵄鴕鴒鵁鴿鴾鵆鵈\\\"],\\n[\\\"ea40\\\",\\\"鵝鵞鵤鵑鵐鵙鵲鶉鶇鶫鵯鵺鶚鶤鶩鶲鷄鷁鶻鶸鶺鷆鷏鷂鷙鷓鷸鷦鷭鷯鷽鸚鸛鸞鹵鹹鹽麁麈麋麌麒麕麑麝麥麩麸麪麭靡黌黎黏黐黔黜點黝黠黥黨黯\\\"],\\n[\\\"ea80\\\",\\\"黴黶黷黹黻黼黽鼇鼈皷鼕鼡鼬鼾齊齒齔齣齟齠齡齦齧齬齪齷齲齶龕龜龠堯槇遙瑤凜熙\\\"],\\n[\\\"ed40\\\",\\\"纊褜鍈銈蓜俉炻昱棈鋹曻彅丨仡仼伀伃伹佖侒侊侚侔俍偀倢俿倞偆偰偂傔僴僘兊兤冝冾凬刕劜劦勀勛匀匇匤卲厓厲叝﨎咜咊咩哿喆坙坥垬埈埇﨏\\\"],\\n[\\\"ed80\\\",\\\"塚增墲夋奓奛奝奣妤妺孖寀甯寘寬尞岦岺峵崧嵓﨑嵂嵭嶸嶹巐弡弴彧德忞恝悅悊惞惕愠惲愑愷愰憘戓抦揵摠撝擎敎昀昕昻昉昮昞昤晥晗晙晴晳暙暠暲暿曺朎朗杦枻桒柀栁桄棏﨓楨﨔榘槢樰橫橆橳橾櫢櫤毖氿汜沆汯泚洄涇浯涖涬淏淸淲淼渹湜渧渼溿澈澵濵瀅瀇瀨炅炫焏焄煜煆煇凞燁燾犱\\\"],\\n[\\\"ee40\\\",\\\"犾猤猪獷玽珉珖珣珒琇珵琦琪琩琮瑢璉璟甁畯皂皜皞皛皦益睆劯砡硎硤硺礰礼神祥禔福禛竑竧靖竫箞精絈絜綷綠緖繒罇羡羽茁荢荿菇菶葈蒴蕓蕙\\\"],\\n[\\\"ee80\\\",\\\"蕫﨟薰蘒﨡蠇裵訒訷詹誧誾諟諸諶譓譿賰賴贒赶﨣軏﨤逸遧郞都鄕鄧釚釗釞釭釮釤釥鈆鈐鈊鈺鉀鈼鉎鉙鉑鈹鉧銧鉷鉸鋧鋗鋙鋐﨧鋕鋠鋓錥錡鋻﨨錞鋿錝錂鍰鍗鎤鏆鏞鏸鐱鑅鑈閒隆﨩隝隯霳霻靃靍靏靑靕顗顥飯飼餧館馞驎髙髜魵魲鮏鮱鮻鰀鵰鵫鶴鸙黑\\\"],\\n[\\\"eeef\\\",\\\"ⅰ\\\",9,\\\"￢￤＇＂\\\"],\\n[\\\"f040\\\",\\\"\\\",62],\\n[\\\"f080\\\",\\\"\\\",124],\\n[\\\"f140\\\",\\\"\\\",62],\\n[\\\"f180\\\",\\\"\\\",124],\\n[\\\"f240\\\",\\\"\\\",62],\\n[\\\"f280\\\",\\\"\\\",124],\\n[\\\"f340\\\",\\\"\\\",62],\\n[\\\"f380\\\",\\\"\\\",124],\\n[\\\"f440\\\",\\\"\\\",62],\\n[\\\"f480\\\",\\\"\\\",124],\\n[\\\"f540\\\",\\\"\\\",62],\\n[\\\"f580\\\",\\\"\\\",124],\\n[\\\"f640\\\",\\\"\\\",62],\\n[\\\"f680\\\",\\\"\\\",124],\\n[\\\"f740\\\",\\\"\\\",62],\\n[\\\"f780\\\",\\\"\\\",124],\\n[\\\"f840\\\",\\\"\\\",62],\\n[\\\"f880\\\",\\\"\\\",124],\\n[\\\"f940\\\",\\\"\\\"],\\n[\\\"fa40\\\",\\\"ⅰ\\\",9,\\\"Ⅰ\\\",9,\\\"￢￤＇＂㈱№℡∵纊褜鍈銈蓜俉炻昱棈鋹曻彅丨仡仼伀伃伹佖侒侊侚侔俍偀倢俿倞偆偰偂傔僴僘兊\\\"],\\n[\\\"fa80\\\",\\\"兤冝冾凬刕劜劦勀勛匀匇匤卲厓厲叝﨎咜咊咩哿喆坙坥垬埈埇﨏塚增墲夋奓奛奝奣妤妺孖寀甯寘寬尞岦岺峵崧嵓﨑嵂嵭嶸嶹巐弡弴彧德忞恝悅悊惞惕愠惲愑愷愰憘戓抦揵摠撝擎敎昀昕昻昉昮昞昤晥晗晙晴晳暙暠暲暿曺朎朗杦枻桒柀栁桄棏﨓楨﨔榘槢樰橫橆橳橾櫢櫤毖氿汜沆汯泚洄涇浯\\\"],\\n[\\\"fb40\\\",\\\"涖涬淏淸淲淼渹湜渧渼溿澈澵濵瀅瀇瀨炅炫焏焄煜煆煇凞燁燾犱犾猤猪獷玽珉珖珣珒琇珵琦琪琩琮瑢璉璟甁畯皂皜皞皛皦益睆劯砡硎硤硺礰礼神\\\"],\\n[\\\"fb80\\\",\\\"祥禔福禛竑竧靖竫箞精絈絜綷綠緖繒罇羡羽茁荢荿菇菶葈蒴蕓蕙蕫﨟薰蘒﨡蠇裵訒訷詹誧誾諟諸諶譓譿賰賴贒赶﨣軏﨤逸遧郞都鄕鄧釚釗釞釭釮釤釥鈆鈐鈊鈺鉀鈼鉎鉙鉑鈹鉧銧鉷鉸鋧鋗鋙鋐﨧鋕鋠鋓錥錡鋻﨨錞鋿錝錂鍰鍗鎤鏆鏞鏸鐱鑅鑈閒隆﨩隝隯霳霻靃靍靏靑靕顗顥飯飼餧館馞驎髙\\\"],\\n[\\\"fc40\\\",\\\"髜魵魲鮏鮱鮻鰀鵰鵫鶴鸙黑\\\"]\\n]\\n\"\n        },\n        {\n          \"id\": 326,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/iconv-lite/encodings/tables/eucjp.json\",\n          \"name\": \"./node_modules/iconv-lite/encodings/tables/eucjp.json\",\n          \"index\": 322,\n          \"index2\": 312,\n          \"size\": 15619,\n          \"cacheable\": true,\n          \"built\": true,\n          \"optional\": false,\n          \"prefetched\": false,\n          \"chunks\": [\n            2\n          ],\n          \"issuer\": \"/Users/jarred/Code/styleurl/node_modules/iconv-lite/encodings/dbcs-data.js\",\n          \"issuerId\": 324,\n          \"issuerName\": \"./node_modules/iconv-lite/encodings/dbcs-data.js\",\n          \"issuerPath\": [\n            {\n              \"id\": 191,\n              \"identifier\": \"multi /Users/jarred/Code/styleurl/webpack/customPublicPath /Users/jarred/Code/styleurl/chrome/extension/background\",\n              \"name\": \"multi ./webpack/customPublicPath ./chrome/extension/background\",\n              \"profile\": {\n                \"factory\": 0,\n                \"building\": 0,\n                \"dependencies\": 54\n              }\n            },\n            {\n              \"id\": 192,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/background.js\",\n              \"name\": \"./chrome/extension/background.js\",\n              \"profile\": {\n                \"factory\": 54,\n                \"building\": 639,\n                \"dependencies\": 140\n              }\n            },\n            {\n              \"id\": 255,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/stylesheet-differ/lib/index.js\",\n              \"name\": \"./node_modules/stylesheet-differ/lib/index.js\",\n              \"profile\": {\n                \"factory\": 140,\n                \"building\": 568,\n                \"dependencies\": 1\n              }\n            },\n            {\n              \"id\": 256,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/native-css/index.js\",\n              \"name\": \"./node_modules/native-css/index.js\",\n              \"profile\": {\n                \"factory\": 189,\n                \"building\": 603,\n                \"dependencies\": 1\n              }\n            },\n            {\n              \"id\": 257,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/native-css/src/native-css.js\",\n              \"name\": \"./node_modules/native-css/src/native-css.js\",\n              \"profile\": {\n                \"factory\": 26,\n                \"building\": 63,\n                \"dependencies\": 14\n              }\n            },\n            {\n              \"id\": 293,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/fetch/lib/fetch.js\",\n              \"name\": \"./node_modules/fetch/lib/fetch.js\",\n              \"profile\": {\n                \"factory\": 117,\n                \"building\": 25,\n                \"dependencies\": 27\n              }\n            },\n            {\n              \"id\": 313,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/encoding/lib/encoding.js\",\n              \"name\": \"./node_modules/encoding/lib/encoding.js\",\n              \"profile\": {\n                \"factory\": 66,\n                \"building\": 38,\n                \"dependencies\": 20\n              }\n            },\n            {\n              \"id\": 314,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/iconv-lite/lib/index.js\",\n              \"name\": \"./node_modules/iconv-lite/lib/index.js\",\n              \"profile\": {\n                \"factory\": 123,\n                \"building\": 23,\n                \"dependencies\": 1\n              }\n            },\n            {\n              \"id\": 316,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/iconv-lite/encodings/index.js\",\n              \"name\": \"./node_modules/iconv-lite/encodings/index.js\",\n              \"profile\": {\n                \"factory\": 62,\n                \"building\": 61,\n                \"dependencies\": 1\n              }\n            },\n            {\n              \"id\": 324,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/iconv-lite/encodings/dbcs-data.js\",\n              \"name\": \"./node_modules/iconv-lite/encodings/dbcs-data.js\",\n              \"profile\": {\n                \"factory\": 26,\n                \"building\": 20,\n                \"dependencies\": 1\n              }\n            }\n          ],\n          \"profile\": {\n            \"factory\": 9,\n            \"building\": 6\n          },\n          \"failed\": false,\n          \"errors\": 0,\n          \"warnings\": 0,\n          \"assets\": [],\n          \"reasons\": [\n            {\n              \"moduleId\": 324,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/iconv-lite/encodings/dbcs-data.js\",\n              \"module\": \"./node_modules/iconv-lite/encodings/dbcs-data.js\",\n              \"moduleName\": \"./node_modules/iconv-lite/encodings/dbcs-data.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"./tables/eucjp.json\",\n              \"loc\": \"59:35-65\"\n            }\n          ],\n          \"usedExports\": true,\n          \"providedExports\": [\n            \"0\",\n            \"1\",\n            \"2\",\n            \"3\",\n            \"4\",\n            \"5\",\n            \"6\",\n            \"7\",\n            \"8\",\n            \"9\",\n            \"10\",\n            \"11\",\n            \"12\",\n            \"13\",\n            \"14\",\n            \"15\",\n            \"16\",\n            \"17\",\n            \"18\",\n            \"19\",\n            \"20\",\n            \"21\",\n            \"22\",\n            \"23\",\n            \"24\",\n            \"25\",\n            \"26\",\n            \"27\",\n            \"28\",\n            \"29\",\n            \"30\",\n            \"31\",\n            \"32\",\n            \"33\",\n            \"34\",\n            \"35\",\n            \"36\",\n            \"37\",\n            \"38\",\n            \"39\",\n            \"40\",\n            \"41\",\n            \"42\",\n            \"43\",\n            \"44\",\n            \"45\",\n            \"46\",\n            \"47\",\n            \"48\",\n            \"49\",\n            \"50\",\n            \"51\",\n            \"52\",\n            \"53\",\n            \"54\",\n            \"55\",\n            \"56\",\n            \"57\",\n            \"58\",\n            \"59\",\n            \"60\",\n            \"61\",\n            \"62\",\n            \"63\",\n            \"64\",\n            \"65\",\n            \"66\",\n            \"67\",\n            \"68\",\n            \"69\",\n            \"70\",\n            \"71\",\n            \"72\",\n            \"73\",\n            \"74\",\n            \"75\",\n            \"76\",\n            \"77\",\n            \"78\",\n            \"79\",\n            \"80\",\n            \"81\",\n            \"82\",\n            \"83\",\n            \"84\",\n            \"85\",\n            \"86\",\n            \"87\",\n            \"88\",\n            \"89\",\n            \"90\",\n            \"91\",\n            \"92\",\n            \"93\",\n            \"94\",\n            \"95\",\n            \"96\",\n            \"97\",\n            \"98\",\n            \"99\",\n            \"100\",\n            \"101\",\n            \"102\",\n            \"103\",\n            \"104\",\n            \"105\",\n            \"106\",\n            \"107\",\n            \"108\",\n            \"109\",\n            \"110\",\n            \"111\",\n            \"112\",\n            \"113\",\n            \"114\",\n            \"115\",\n            \"116\",\n            \"117\",\n            \"118\",\n            \"119\",\n            \"120\",\n            \"121\",\n            \"122\",\n            \"123\",\n            \"124\",\n            \"125\",\n            \"126\",\n            \"127\",\n            \"128\",\n            \"129\",\n            \"130\",\n            \"131\",\n            \"132\",\n            \"133\",\n            \"134\",\n            \"135\",\n            \"136\",\n            \"137\",\n            \"138\",\n            \"139\",\n            \"140\",\n            \"141\",\n            \"142\",\n            \"143\",\n            \"144\",\n            \"145\",\n            \"146\",\n            \"147\",\n            \"148\",\n            \"149\",\n            \"150\",\n            \"151\",\n            \"152\",\n            \"153\",\n            \"154\",\n            \"155\",\n            \"156\",\n            \"157\",\n            \"158\",\n            \"159\",\n            \"160\",\n            \"161\",\n            \"162\",\n            \"163\",\n            \"164\",\n            \"165\",\n            \"166\",\n            \"167\",\n            \"168\",\n            \"169\",\n            \"170\",\n            \"171\",\n            \"172\",\n            \"173\",\n            \"174\",\n            \"175\",\n            \"176\",\n            \"177\",\n            \"178\",\n            \"179\",\n            \"default\"\n          ],\n          \"optimizationBailout\": [\n            \"ModuleConcatenation bailout: Module is not an ECMAScript module\"\n          ],\n          \"depth\": 10,\n          \"source\": \"[\\n[\\\"0\\\",\\\"\\\\u0000\\\",127],\\n[\\\"8ea1\\\",\\\"｡\\\",62],\\n[\\\"a1a1\\\",\\\"　、。，．・：；？！゛゜´｀¨＾￣＿ヽヾゝゞ〃仝々〆〇ー―‐／＼～∥｜…‥‘’“”（）〔〕［］｛｝〈\\\",9,\\\"＋－±×÷＝≠＜＞≦≧∞∴♂♀°′″℃￥＄￠￡％＃＆＊＠§☆★○●◎◇\\\"],\\n[\\\"a2a1\\\",\\\"◆□■△▲▽▼※〒→←↑↓〓\\\"],\\n[\\\"a2ba\\\",\\\"∈∋⊆⊇⊂⊃∪∩\\\"],\\n[\\\"a2ca\\\",\\\"∧∨￢⇒⇔∀∃\\\"],\\n[\\\"a2dc\\\",\\\"∠⊥⌒∂∇≡≒≪≫√∽∝∵∫∬\\\"],\\n[\\\"a2f2\\\",\\\"Å‰♯♭♪†‡¶\\\"],\\n[\\\"a2fe\\\",\\\"◯\\\"],\\n[\\\"a3b0\\\",\\\"０\\\",9],\\n[\\\"a3c1\\\",\\\"Ａ\\\",25],\\n[\\\"a3e1\\\",\\\"ａ\\\",25],\\n[\\\"a4a1\\\",\\\"ぁ\\\",82],\\n[\\\"a5a1\\\",\\\"ァ\\\",85],\\n[\\\"a6a1\\\",\\\"Α\\\",16,\\\"Σ\\\",6],\\n[\\\"a6c1\\\",\\\"α\\\",16,\\\"σ\\\",6],\\n[\\\"a7a1\\\",\\\"А\\\",5,\\\"ЁЖ\\\",25],\\n[\\\"a7d1\\\",\\\"а\\\",5,\\\"ёж\\\",25],\\n[\\\"a8a1\\\",\\\"─│┌┐┘└├┬┤┴┼━┃┏┓┛┗┣┳┫┻╋┠┯┨┷┿┝┰┥┸╂\\\"],\\n[\\\"ada1\\\",\\\"①\\\",19,\\\"Ⅰ\\\",9],\\n[\\\"adc0\\\",\\\"㍉㌔㌢㍍㌘㌧㌃㌶㍑㍗㌍㌦㌣㌫㍊㌻㎜㎝㎞㎎㎏㏄㎡\\\"],\\n[\\\"addf\\\",\\\"㍻〝〟№㏍℡㊤\\\",4,\\\"㈱㈲㈹㍾㍽㍼≒≡∫∮∑√⊥∠∟⊿∵∩∪\\\"],\\n[\\\"b0a1\\\",\\\"亜唖娃阿哀愛挨姶逢葵茜穐悪握渥旭葦芦鯵梓圧斡扱宛姐虻飴絢綾鮎或粟袷安庵按暗案闇鞍杏以伊位依偉囲夷委威尉惟意慰易椅為畏異移維緯胃萎衣謂違遺医井亥域育郁磯一壱溢逸稲茨芋鰯允印咽員因姻引飲淫胤蔭\\\"],\\n[\\\"b1a1\\\",\\\"院陰隠韻吋右宇烏羽迂雨卯鵜窺丑碓臼渦嘘唄欝蔚鰻姥厩浦瓜閏噂云運雲荏餌叡営嬰影映曳栄永泳洩瑛盈穎頴英衛詠鋭液疫益駅悦謁越閲榎厭円園堰奄宴延怨掩援沿演炎焔煙燕猿縁艶苑薗遠鉛鴛塩於汚甥凹央奥往応\\\"],\\n[\\\"b2a1\\\",\\\"押旺横欧殴王翁襖鴬鴎黄岡沖荻億屋憶臆桶牡乙俺卸恩温穏音下化仮何伽価佳加可嘉夏嫁家寡科暇果架歌河火珂禍禾稼箇花苛茄荷華菓蝦課嘩貨迦過霞蚊俄峨我牙画臥芽蛾賀雅餓駕介会解回塊壊廻快怪悔恢懐戒拐改\\\"],\\n[\\\"b3a1\\\",\\\"魁晦械海灰界皆絵芥蟹開階貝凱劾外咳害崖慨概涯碍蓋街該鎧骸浬馨蛙垣柿蛎鈎劃嚇各廓拡撹格核殻獲確穫覚角赫較郭閣隔革学岳楽額顎掛笠樫橿梶鰍潟割喝恰括活渇滑葛褐轄且鰹叶椛樺鞄株兜竃蒲釜鎌噛鴨栢茅萱\\\"],\\n[\\\"b4a1\\\",\\\"粥刈苅瓦乾侃冠寒刊勘勧巻喚堪姦完官寛干幹患感慣憾換敢柑桓棺款歓汗漢澗潅環甘監看竿管簡緩缶翰肝艦莞観諌貫還鑑間閑関陥韓館舘丸含岸巌玩癌眼岩翫贋雁頑顔願企伎危喜器基奇嬉寄岐希幾忌揮机旗既期棋棄\\\"],\\n[\\\"b5a1\\\",\\\"機帰毅気汽畿祈季稀紀徽規記貴起軌輝飢騎鬼亀偽儀妓宜戯技擬欺犠疑祇義蟻誼議掬菊鞠吉吃喫桔橘詰砧杵黍却客脚虐逆丘久仇休及吸宮弓急救朽求汲泣灸球究窮笈級糾給旧牛去居巨拒拠挙渠虚許距鋸漁禦魚亨享京\\\"],\\n[\\\"b6a1\\\",\\\"供侠僑兇競共凶協匡卿叫喬境峡強彊怯恐恭挟教橋況狂狭矯胸脅興蕎郷鏡響饗驚仰凝尭暁業局曲極玉桐粁僅勤均巾錦斤欣欽琴禁禽筋緊芹菌衿襟謹近金吟銀九倶句区狗玖矩苦躯駆駈駒具愚虞喰空偶寓遇隅串櫛釧屑屈\\\"],\\n[\\\"b7a1\\\",\\\"掘窟沓靴轡窪熊隈粂栗繰桑鍬勲君薫訓群軍郡卦袈祁係傾刑兄啓圭珪型契形径恵慶慧憩掲携敬景桂渓畦稽系経継繋罫茎荊蛍計詣警軽頚鶏芸迎鯨劇戟撃激隙桁傑欠決潔穴結血訣月件倹倦健兼券剣喧圏堅嫌建憲懸拳捲\\\"],\\n[\\\"b8a1\\\",\\\"検権牽犬献研硯絹県肩見謙賢軒遣鍵険顕験鹸元原厳幻弦減源玄現絃舷言諺限乎個古呼固姑孤己庫弧戸故枯湖狐糊袴股胡菰虎誇跨鈷雇顧鼓五互伍午呉吾娯後御悟梧檎瑚碁語誤護醐乞鯉交佼侯候倖光公功効勾厚口向\\\"],\\n[\\\"b9a1\\\",\\\"后喉坑垢好孔孝宏工巧巷幸広庚康弘恒慌抗拘控攻昂晃更杭校梗構江洪浩港溝甲皇硬稿糠紅紘絞綱耕考肯肱腔膏航荒行衡講貢購郊酵鉱砿鋼閤降項香高鴻剛劫号合壕拷濠豪轟麹克刻告国穀酷鵠黒獄漉腰甑忽惚骨狛込\\\"],\\n[\\\"baa1\\\",\\\"此頃今困坤墾婚恨懇昏昆根梱混痕紺艮魂些佐叉唆嵯左差査沙瑳砂詐鎖裟坐座挫債催再最哉塞妻宰彩才採栽歳済災采犀砕砦祭斎細菜裁載際剤在材罪財冴坂阪堺榊肴咲崎埼碕鷺作削咋搾昨朔柵窄策索錯桜鮭笹匙冊刷\\\"],\\n[\\\"bba1\\\",\\\"察拶撮擦札殺薩雑皐鯖捌錆鮫皿晒三傘参山惨撒散桟燦珊産算纂蚕讃賛酸餐斬暫残仕仔伺使刺司史嗣四士始姉姿子屍市師志思指支孜斯施旨枝止死氏獅祉私糸紙紫肢脂至視詞詩試誌諮資賜雌飼歯事似侍児字寺慈持時\\\"],\\n[\\\"bca1\\\",\\\"次滋治爾璽痔磁示而耳自蒔辞汐鹿式識鴫竺軸宍雫七叱執失嫉室悉湿漆疾質実蔀篠偲柴芝屡蕊縞舎写射捨赦斜煮社紗者謝車遮蛇邪借勺尺杓灼爵酌釈錫若寂弱惹主取守手朱殊狩珠種腫趣酒首儒受呪寿授樹綬需囚収周\\\"],\\n[\\\"bda1\\\",\\\"宗就州修愁拾洲秀秋終繍習臭舟蒐衆襲讐蹴輯週酋酬集醜什住充十従戎柔汁渋獣縦重銃叔夙宿淑祝縮粛塾熟出術述俊峻春瞬竣舜駿准循旬楯殉淳準潤盾純巡遵醇順処初所暑曙渚庶緒署書薯藷諸助叙女序徐恕鋤除傷償\\\"],\\n[\\\"bea1\\\",\\\"勝匠升召哨商唱嘗奨妾娼宵将小少尚庄床廠彰承抄招掌捷昇昌昭晶松梢樟樵沼消渉湘焼焦照症省硝礁祥称章笑粧紹肖菖蒋蕉衝裳訟証詔詳象賞醤鉦鍾鐘障鞘上丈丞乗冗剰城場壌嬢常情擾条杖浄状畳穣蒸譲醸錠嘱埴飾\\\"],\\n[\\\"bfa1\\\",\\\"拭植殖燭織職色触食蝕辱尻伸信侵唇娠寝審心慎振新晋森榛浸深申疹真神秦紳臣芯薪親診身辛進針震人仁刃塵壬尋甚尽腎訊迅陣靭笥諏須酢図厨逗吹垂帥推水炊睡粋翠衰遂酔錐錘随瑞髄崇嵩数枢趨雛据杉椙菅頗雀裾\\\"],\\n[\\\"c0a1\\\",\\\"澄摺寸世瀬畝是凄制勢姓征性成政整星晴棲栖正清牲生盛精聖声製西誠誓請逝醒青静斉税脆隻席惜戚斥昔析石積籍績脊責赤跡蹟碩切拙接摂折設窃節説雪絶舌蝉仙先千占宣専尖川戦扇撰栓栴泉浅洗染潜煎煽旋穿箭線\\\"],\\n[\\\"c1a1\\\",\\\"繊羨腺舛船薦詮賎践選遷銭銑閃鮮前善漸然全禅繕膳糎噌塑岨措曾曽楚狙疏疎礎祖租粗素組蘇訴阻遡鼠僧創双叢倉喪壮奏爽宋層匝惣想捜掃挿掻操早曹巣槍槽漕燥争痩相窓糟総綜聡草荘葬蒼藻装走送遭鎗霜騒像増憎\\\"],\\n[\\\"c2a1\\\",\\\"臓蔵贈造促側則即息捉束測足速俗属賊族続卒袖其揃存孫尊損村遜他多太汰詑唾堕妥惰打柁舵楕陀駄騨体堆対耐岱帯待怠態戴替泰滞胎腿苔袋貸退逮隊黛鯛代台大第醍題鷹滝瀧卓啄宅托択拓沢濯琢託鐸濁諾茸凧蛸只\\\"],\\n[\\\"c3a1\\\",\\\"叩但達辰奪脱巽竪辿棚谷狸鱈樽誰丹単嘆坦担探旦歎淡湛炭短端箪綻耽胆蛋誕鍛団壇弾断暖檀段男談値知地弛恥智池痴稚置致蜘遅馳築畜竹筑蓄逐秩窒茶嫡着中仲宙忠抽昼柱注虫衷註酎鋳駐樗瀦猪苧著貯丁兆凋喋寵\\\"],\\n[\\\"c4a1\\\",\\\"帖帳庁弔張彫徴懲挑暢朝潮牒町眺聴脹腸蝶調諜超跳銚長頂鳥勅捗直朕沈珍賃鎮陳津墜椎槌追鎚痛通塚栂掴槻佃漬柘辻蔦綴鍔椿潰坪壷嬬紬爪吊釣鶴亭低停偵剃貞呈堤定帝底庭廷弟悌抵挺提梯汀碇禎程締艇訂諦蹄逓\\\"],\\n[\\\"c5a1\\\",\\\"邸鄭釘鼎泥摘擢敵滴的笛適鏑溺哲徹撤轍迭鉄典填天展店添纏甜貼転顛点伝殿澱田電兎吐堵塗妬屠徒斗杜渡登菟賭途都鍍砥砺努度土奴怒倒党冬凍刀唐塔塘套宕島嶋悼投搭東桃梼棟盗淘湯涛灯燈当痘祷等答筒糖統到\\\"],\\n[\\\"c6a1\\\",\\\"董蕩藤討謄豆踏逃透鐙陶頭騰闘働動同堂導憧撞洞瞳童胴萄道銅峠鴇匿得徳涜特督禿篤毒独読栃橡凸突椴届鳶苫寅酉瀞噸屯惇敦沌豚遁頓呑曇鈍奈那内乍凪薙謎灘捺鍋楢馴縄畷南楠軟難汝二尼弐迩匂賑肉虹廿日乳入\\\"],\\n[\\\"c7a1\\\",\\\"如尿韮任妊忍認濡禰祢寧葱猫熱年念捻撚燃粘乃廼之埜嚢悩濃納能脳膿農覗蚤巴把播覇杷波派琶破婆罵芭馬俳廃拝排敗杯盃牌背肺輩配倍培媒梅楳煤狽買売賠陪這蝿秤矧萩伯剥博拍柏泊白箔粕舶薄迫曝漠爆縛莫駁麦\\\"],\\n[\\\"c8a1\\\",\\\"函箱硲箸肇筈櫨幡肌畑畠八鉢溌発醗髪伐罰抜筏閥鳩噺塙蛤隼伴判半反叛帆搬斑板氾汎版犯班畔繁般藩販範釆煩頒飯挽晩番盤磐蕃蛮匪卑否妃庇彼悲扉批披斐比泌疲皮碑秘緋罷肥被誹費避非飛樋簸備尾微枇毘琵眉美\\\"],\\n[\\\"c9a1\\\",\\\"鼻柊稗匹疋髭彦膝菱肘弼必畢筆逼桧姫媛紐百謬俵彪標氷漂瓢票表評豹廟描病秒苗錨鋲蒜蛭鰭品彬斌浜瀕貧賓頻敏瓶不付埠夫婦富冨布府怖扶敷斧普浮父符腐膚芙譜負賦赴阜附侮撫武舞葡蕪部封楓風葺蕗伏副復幅服\\\"],\\n[\\\"caa1\\\",\\\"福腹複覆淵弗払沸仏物鮒分吻噴墳憤扮焚奮粉糞紛雰文聞丙併兵塀幣平弊柄並蔽閉陛米頁僻壁癖碧別瞥蔑箆偏変片篇編辺返遍便勉娩弁鞭保舗鋪圃捕歩甫補輔穂募墓慕戊暮母簿菩倣俸包呆報奉宝峰峯崩庖抱捧放方朋\\\"],\\n[\\\"cba1\\\",\\\"法泡烹砲縫胞芳萌蓬蜂褒訪豊邦鋒飽鳳鵬乏亡傍剖坊妨帽忘忙房暴望某棒冒紡肪膨謀貌貿鉾防吠頬北僕卜墨撲朴牧睦穆釦勃没殆堀幌奔本翻凡盆摩磨魔麻埋妹昧枚毎哩槙幕膜枕鮪柾鱒桝亦俣又抹末沫迄侭繭麿万慢満\\\"],\\n[\\\"cca1\\\",\\\"漫蔓味未魅巳箕岬密蜜湊蓑稔脈妙粍民眠務夢無牟矛霧鵡椋婿娘冥名命明盟迷銘鳴姪牝滅免棉綿緬面麺摸模茂妄孟毛猛盲網耗蒙儲木黙目杢勿餅尤戻籾貰問悶紋門匁也冶夜爺耶野弥矢厄役約薬訳躍靖柳薮鑓愉愈油癒\\\"],\\n[\\\"cda1\\\",\\\"諭輸唯佑優勇友宥幽悠憂揖有柚湧涌猶猷由祐裕誘遊邑郵雄融夕予余与誉輿預傭幼妖容庸揚揺擁曜楊様洋溶熔用窯羊耀葉蓉要謡踊遥陽養慾抑欲沃浴翌翼淀羅螺裸来莱頼雷洛絡落酪乱卵嵐欄濫藍蘭覧利吏履李梨理璃\\\"],\\n[\\\"cea1\\\",\\\"痢裏裡里離陸律率立葎掠略劉流溜琉留硫粒隆竜龍侶慮旅虜了亮僚両凌寮料梁涼猟療瞭稜糧良諒遼量陵領力緑倫厘林淋燐琳臨輪隣鱗麟瑠塁涙累類令伶例冷励嶺怜玲礼苓鈴隷零霊麗齢暦歴列劣烈裂廉恋憐漣煉簾練聯\\\"],\\n[\\\"cfa1\\\",\\\"蓮連錬呂魯櫓炉賂路露労婁廊弄朗楼榔浪漏牢狼篭老聾蝋郎六麓禄肋録論倭和話歪賄脇惑枠鷲亙亘鰐詫藁蕨椀湾碗腕\\\"],\\n[\\\"d0a1\\\",\\\"弌丐丕个丱丶丼丿乂乖乘亂亅豫亊舒弍于亞亟亠亢亰亳亶从仍仄仆仂仗仞仭仟价伉佚估佛佝佗佇佶侈侏侘佻佩佰侑佯來侖儘俔俟俎俘俛俑俚俐俤俥倚倨倔倪倥倅伜俶倡倩倬俾俯們倆偃假會偕偐偈做偖偬偸傀傚傅傴傲\\\"],\\n[\\\"d1a1\\\",\\\"僉僊傳僂僖僞僥僭僣僮價僵儉儁儂儖儕儔儚儡儺儷儼儻儿兀兒兌兔兢竸兩兪兮冀冂囘册冉冏冑冓冕冖冤冦冢冩冪冫决冱冲冰况冽凅凉凛几處凩凭凰凵凾刄刋刔刎刧刪刮刳刹剏剄剋剌剞剔剪剴剩剳剿剽劍劔劒剱劈劑辨\\\"],\\n[\\\"d2a1\\\",\\\"辧劬劭劼劵勁勍勗勞勣勦飭勠勳勵勸勹匆匈甸匍匐匏匕匚匣匯匱匳匸區卆卅丗卉卍凖卞卩卮夘卻卷厂厖厠厦厥厮厰厶參簒雙叟曼燮叮叨叭叺吁吽呀听吭吼吮吶吩吝呎咏呵咎呟呱呷呰咒呻咀呶咄咐咆哇咢咸咥咬哄哈咨\\\"],\\n[\\\"d3a1\\\",\\\"咫哂咤咾咼哘哥哦唏唔哽哮哭哺哢唹啀啣啌售啜啅啖啗唸唳啝喙喀咯喊喟啻啾喘喞單啼喃喩喇喨嗚嗅嗟嗄嗜嗤嗔嘔嗷嘖嗾嗽嘛嗹噎噐營嘴嘶嘲嘸噫噤嘯噬噪嚆嚀嚊嚠嚔嚏嚥嚮嚶嚴囂嚼囁囃囀囈囎囑囓囗囮囹圀囿圄圉\\\"],\\n[\\\"d4a1\\\",\\\"圈國圍圓團圖嗇圜圦圷圸坎圻址坏坩埀垈坡坿垉垓垠垳垤垪垰埃埆埔埒埓堊埖埣堋堙堝塲堡塢塋塰毀塒堽塹墅墹墟墫墺壞墻墸墮壅壓壑壗壙壘壥壜壤壟壯壺壹壻壼壽夂夊夐夛梦夥夬夭夲夸夾竒奕奐奎奚奘奢奠奧奬奩\\\"],\\n[\\\"d5a1\\\",\\\"奸妁妝佞侫妣妲姆姨姜妍姙姚娥娟娑娜娉娚婀婬婉娵娶婢婪媚媼媾嫋嫂媽嫣嫗嫦嫩嫖嫺嫻嬌嬋嬖嬲嫐嬪嬶嬾孃孅孀孑孕孚孛孥孩孰孳孵學斈孺宀它宦宸寃寇寉寔寐寤實寢寞寥寫寰寶寳尅將專對尓尠尢尨尸尹屁屆屎屓\\\"],\\n[\\\"d6a1\\\",\\\"屐屏孱屬屮乢屶屹岌岑岔妛岫岻岶岼岷峅岾峇峙峩峽峺峭嶌峪崋崕崗嵜崟崛崑崔崢崚崙崘嵌嵒嵎嵋嵬嵳嵶嶇嶄嶂嶢嶝嶬嶮嶽嶐嶷嶼巉巍巓巒巖巛巫已巵帋帚帙帑帛帶帷幄幃幀幎幗幔幟幢幤幇幵并幺麼广庠廁廂廈廐廏\\\"],\\n[\\\"d7a1\\\",\\\"廖廣廝廚廛廢廡廨廩廬廱廳廰廴廸廾弃弉彝彜弋弑弖弩弭弸彁彈彌彎弯彑彖彗彙彡彭彳彷徃徂彿徊很徑徇從徙徘徠徨徭徼忖忻忤忸忱忝悳忿怡恠怙怐怩怎怱怛怕怫怦怏怺恚恁恪恷恟恊恆恍恣恃恤恂恬恫恙悁悍惧悃悚\\\"],\\n[\\\"d8a1\\\",\\\"悄悛悖悗悒悧悋惡悸惠惓悴忰悽惆悵惘慍愕愆惶惷愀惴惺愃愡惻惱愍愎慇愾愨愧慊愿愼愬愴愽慂慄慳慷慘慙慚慫慴慯慥慱慟慝慓慵憙憖憇憬憔憚憊憑憫憮懌懊應懷懈懃懆憺懋罹懍懦懣懶懺懴懿懽懼懾戀戈戉戍戌戔戛\\\"],\\n[\\\"d9a1\\\",\\\"戞戡截戮戰戲戳扁扎扞扣扛扠扨扼抂抉找抒抓抖拔抃抔拗拑抻拏拿拆擔拈拜拌拊拂拇抛拉挌拮拱挧挂挈拯拵捐挾捍搜捏掖掎掀掫捶掣掏掉掟掵捫捩掾揩揀揆揣揉插揶揄搖搴搆搓搦搶攝搗搨搏摧摯摶摎攪撕撓撥撩撈撼\\\"],\\n[\\\"daa1\\\",\\\"據擒擅擇撻擘擂擱擧舉擠擡抬擣擯攬擶擴擲擺攀擽攘攜攅攤攣攫攴攵攷收攸畋效敖敕敍敘敞敝敲數斂斃變斛斟斫斷旃旆旁旄旌旒旛旙无旡旱杲昊昃旻杳昵昶昴昜晏晄晉晁晞晝晤晧晨晟晢晰暃暈暎暉暄暘暝曁暹曉暾暼\\\"],\\n[\\\"dba1\\\",\\\"曄暸曖曚曠昿曦曩曰曵曷朏朖朞朦朧霸朮朿朶杁朸朷杆杞杠杙杣杤枉杰枩杼杪枌枋枦枡枅枷柯枴柬枳柩枸柤柞柝柢柮枹柎柆柧檜栞框栩桀桍栲桎梳栫桙档桷桿梟梏梭梔條梛梃檮梹桴梵梠梺椏梍桾椁棊椈棘椢椦棡椌棍\\\"],\\n[\\\"dca1\\\",\\\"棔棧棕椶椒椄棗棣椥棹棠棯椨椪椚椣椡棆楹楷楜楸楫楔楾楮椹楴椽楙椰楡楞楝榁楪榲榮槐榿槁槓榾槎寨槊槝榻槃榧樮榑榠榜榕榴槞槨樂樛槿權槹槲槧樅榱樞槭樔槫樊樒櫁樣樓橄樌橲樶橸橇橢橙橦橈樸樢檐檍檠檄檢檣\\\"],\\n[\\\"dda1\\\",\\\"檗蘗檻櫃櫂檸檳檬櫞櫑櫟檪櫚櫪櫻欅蘖櫺欒欖鬱欟欸欷盜欹飮歇歃歉歐歙歔歛歟歡歸歹歿殀殄殃殍殘殕殞殤殪殫殯殲殱殳殷殼毆毋毓毟毬毫毳毯麾氈氓气氛氤氣汞汕汢汪沂沍沚沁沛汾汨汳沒沐泄泱泓沽泗泅泝沮沱沾\\\"],\\n[\\\"dea1\\\",\\\"沺泛泯泙泪洟衍洶洫洽洸洙洵洳洒洌浣涓浤浚浹浙涎涕濤涅淹渕渊涵淇淦涸淆淬淞淌淨淒淅淺淙淤淕淪淮渭湮渮渙湲湟渾渣湫渫湶湍渟湃渺湎渤滿渝游溂溪溘滉溷滓溽溯滄溲滔滕溏溥滂溟潁漑灌滬滸滾漿滲漱滯漲滌\\\"],\\n[\\\"dfa1\\\",\\\"漾漓滷澆潺潸澁澀潯潛濳潭澂潼潘澎澑濂潦澳澣澡澤澹濆澪濟濕濬濔濘濱濮濛瀉瀋濺瀑瀁瀏濾瀛瀚潴瀝瀘瀟瀰瀾瀲灑灣炙炒炯烱炬炸炳炮烟烋烝烙焉烽焜焙煥煕熈煦煢煌煖煬熏燻熄熕熨熬燗熹熾燒燉燔燎燠燬燧燵燼\\\"],\\n[\\\"e0a1\\\",\\\"燹燿爍爐爛爨爭爬爰爲爻爼爿牀牆牋牘牴牾犂犁犇犒犖犢犧犹犲狃狆狄狎狒狢狠狡狹狷倏猗猊猜猖猝猴猯猩猥猾獎獏默獗獪獨獰獸獵獻獺珈玳珎玻珀珥珮珞璢琅瑯琥珸琲琺瑕琿瑟瑙瑁瑜瑩瑰瑣瑪瑶瑾璋璞璧瓊瓏瓔珱\\\"],\\n[\\\"e1a1\\\",\\\"瓠瓣瓧瓩瓮瓲瓰瓱瓸瓷甄甃甅甌甎甍甕甓甞甦甬甼畄畍畊畉畛畆畚畩畤畧畫畭畸當疆疇畴疊疉疂疔疚疝疥疣痂疳痃疵疽疸疼疱痍痊痒痙痣痞痾痿痼瘁痰痺痲痳瘋瘍瘉瘟瘧瘠瘡瘢瘤瘴瘰瘻癇癈癆癜癘癡癢癨癩癪癧癬癰\\\"],\\n[\\\"e2a1\\\",\\\"癲癶癸發皀皃皈皋皎皖皓皙皚皰皴皸皹皺盂盍盖盒盞盡盥盧盪蘯盻眈眇眄眩眤眞眥眦眛眷眸睇睚睨睫睛睥睿睾睹瞎瞋瞑瞠瞞瞰瞶瞹瞿瞼瞽瞻矇矍矗矚矜矣矮矼砌砒礦砠礪硅碎硴碆硼碚碌碣碵碪碯磑磆磋磔碾碼磅磊磬\\\"],\\n[\\\"e3a1\\\",\\\"磧磚磽磴礇礒礑礙礬礫祀祠祗祟祚祕祓祺祿禊禝禧齋禪禮禳禹禺秉秕秧秬秡秣稈稍稘稙稠稟禀稱稻稾稷穃穗穉穡穢穩龝穰穹穽窈窗窕窘窖窩竈窰窶竅竄窿邃竇竊竍竏竕竓站竚竝竡竢竦竭竰笂笏笊笆笳笘笙笞笵笨笶筐\\\"],\\n[\\\"e4a1\\\",\\\"筺笄筍笋筌筅筵筥筴筧筰筱筬筮箝箘箟箍箜箚箋箒箏筝箙篋篁篌篏箴篆篝篩簑簔篦篥籠簀簇簓篳篷簗簍篶簣簧簪簟簷簫簽籌籃籔籏籀籐籘籟籤籖籥籬籵粃粐粤粭粢粫粡粨粳粲粱粮粹粽糀糅糂糘糒糜糢鬻糯糲糴糶糺紆\\\"],\\n[\\\"e5a1\\\",\\\"紂紜紕紊絅絋紮紲紿紵絆絳絖絎絲絨絮絏絣經綉絛綏絽綛綺綮綣綵緇綽綫總綢綯緜綸綟綰緘緝緤緞緻緲緡縅縊縣縡縒縱縟縉縋縢繆繦縻縵縹繃縷縲縺繧繝繖繞繙繚繹繪繩繼繻纃緕繽辮繿纈纉續纒纐纓纔纖纎纛纜缸缺\\\"],\\n[\\\"e6a1\\\",\\\"罅罌罍罎罐网罕罔罘罟罠罨罩罧罸羂羆羃羈羇羌羔羞羝羚羣羯羲羹羮羶羸譱翅翆翊翕翔翡翦翩翳翹飜耆耄耋耒耘耙耜耡耨耿耻聊聆聒聘聚聟聢聨聳聲聰聶聹聽聿肄肆肅肛肓肚肭冐肬胛胥胙胝胄胚胖脉胯胱脛脩脣脯腋\\\"],\\n[\\\"e7a1\\\",\\\"隋腆脾腓腑胼腱腮腥腦腴膃膈膊膀膂膠膕膤膣腟膓膩膰膵膾膸膽臀臂膺臉臍臑臙臘臈臚臟臠臧臺臻臾舁舂舅與舊舍舐舖舩舫舸舳艀艙艘艝艚艟艤艢艨艪艫舮艱艷艸艾芍芒芫芟芻芬苡苣苟苒苴苳苺莓范苻苹苞茆苜茉苙\\\"],\\n[\\\"e8a1\\\",\\\"茵茴茖茲茱荀茹荐荅茯茫茗茘莅莚莪莟莢莖茣莎莇莊荼莵荳荵莠莉莨菴萓菫菎菽萃菘萋菁菷萇菠菲萍萢萠莽萸蔆菻葭萪萼蕚蒄葷葫蒭葮蒂葩葆萬葯葹萵蓊葢蒹蒿蒟蓙蓍蒻蓚蓐蓁蓆蓖蒡蔡蓿蓴蔗蔘蔬蔟蔕蔔蓼蕀蕣蕘蕈\\\"],\\n[\\\"e9a1\\\",\\\"蕁蘂蕋蕕薀薤薈薑薊薨蕭薔薛藪薇薜蕷蕾薐藉薺藏薹藐藕藝藥藜藹蘊蘓蘋藾藺蘆蘢蘚蘰蘿虍乕虔號虧虱蚓蚣蚩蚪蚋蚌蚶蚯蛄蛆蚰蛉蠣蚫蛔蛞蛩蛬蛟蛛蛯蜒蜆蜈蜀蜃蛻蜑蜉蜍蛹蜊蜴蜿蜷蜻蜥蜩蜚蝠蝟蝸蝌蝎蝴蝗蝨蝮蝙\\\"],\\n[\\\"eaa1\\\",\\\"蝓蝣蝪蠅螢螟螂螯蟋螽蟀蟐雖螫蟄螳蟇蟆螻蟯蟲蟠蠏蠍蟾蟶蟷蠎蟒蠑蠖蠕蠢蠡蠱蠶蠹蠧蠻衄衂衒衙衞衢衫袁衾袞衵衽袵衲袂袗袒袮袙袢袍袤袰袿袱裃裄裔裘裙裝裹褂裼裴裨裲褄褌褊褓襃褞褥褪褫襁襄褻褶褸襌褝襠襞\\\"],\\n[\\\"eba1\\\",\\\"襦襤襭襪襯襴襷襾覃覈覊覓覘覡覩覦覬覯覲覺覽覿觀觚觜觝觧觴觸訃訖訐訌訛訝訥訶詁詛詒詆詈詼詭詬詢誅誂誄誨誡誑誥誦誚誣諄諍諂諚諫諳諧諤諱謔諠諢諷諞諛謌謇謚諡謖謐謗謠謳鞫謦謫謾謨譁譌譏譎證譖譛譚譫\\\"],\\n[\\\"eca1\\\",\\\"譟譬譯譴譽讀讌讎讒讓讖讙讚谺豁谿豈豌豎豐豕豢豬豸豺貂貉貅貊貍貎貔豼貘戝貭貪貽貲貳貮貶賈賁賤賣賚賽賺賻贄贅贊贇贏贍贐齎贓賍贔贖赧赭赱赳趁趙跂趾趺跏跚跖跌跛跋跪跫跟跣跼踈踉跿踝踞踐踟蹂踵踰踴蹊\\\"],\\n[\\\"eda1\\\",\\\"蹇蹉蹌蹐蹈蹙蹤蹠踪蹣蹕蹶蹲蹼躁躇躅躄躋躊躓躑躔躙躪躡躬躰軆躱躾軅軈軋軛軣軼軻軫軾輊輅輕輒輙輓輜輟輛輌輦輳輻輹轅轂輾轌轉轆轎轗轜轢轣轤辜辟辣辭辯辷迚迥迢迪迯邇迴逅迹迺逑逕逡逍逞逖逋逧逶逵逹迸\\\"],\\n[\\\"eea1\\\",\\\"遏遐遑遒逎遉逾遖遘遞遨遯遶隨遲邂遽邁邀邊邉邏邨邯邱邵郢郤扈郛鄂鄒鄙鄲鄰酊酖酘酣酥酩酳酲醋醉醂醢醫醯醪醵醴醺釀釁釉釋釐釖釟釡釛釼釵釶鈞釿鈔鈬鈕鈑鉞鉗鉅鉉鉤鉈銕鈿鉋鉐銜銖銓銛鉚鋏銹銷鋩錏鋺鍄錮\\\"],\\n[\\\"efa1\\\",\\\"錙錢錚錣錺錵錻鍜鍠鍼鍮鍖鎰鎬鎭鎔鎹鏖鏗鏨鏥鏘鏃鏝鏐鏈鏤鐚鐔鐓鐃鐇鐐鐶鐫鐵鐡鐺鑁鑒鑄鑛鑠鑢鑞鑪鈩鑰鑵鑷鑽鑚鑼鑾钁鑿閂閇閊閔閖閘閙閠閨閧閭閼閻閹閾闊濶闃闍闌闕闔闖關闡闥闢阡阨阮阯陂陌陏陋陷陜陞\\\"],\\n[\\\"f0a1\\\",\\\"陝陟陦陲陬隍隘隕隗險隧隱隲隰隴隶隸隹雎雋雉雍襍雜霍雕雹霄霆霈霓霎霑霏霖霙霤霪霰霹霽霾靄靆靈靂靉靜靠靤靦靨勒靫靱靹鞅靼鞁靺鞆鞋鞏鞐鞜鞨鞦鞣鞳鞴韃韆韈韋韜韭齏韲竟韶韵頏頌頸頤頡頷頽顆顏顋顫顯顰\\\"],\\n[\\\"f1a1\\\",\\\"顱顴顳颪颯颱颶飄飃飆飩飫餃餉餒餔餘餡餝餞餤餠餬餮餽餾饂饉饅饐饋饑饒饌饕馗馘馥馭馮馼駟駛駝駘駑駭駮駱駲駻駸騁騏騅駢騙騫騷驅驂驀驃騾驕驍驛驗驟驢驥驤驩驫驪骭骰骼髀髏髑髓體髞髟髢髣髦髯髫髮髴髱髷\\\"],\\n[\\\"f2a1\\\",\\\"髻鬆鬘鬚鬟鬢鬣鬥鬧鬨鬩鬪鬮鬯鬲魄魃魏魍魎魑魘魴鮓鮃鮑鮖鮗鮟鮠鮨鮴鯀鯊鮹鯆鯏鯑鯒鯣鯢鯤鯔鯡鰺鯲鯱鯰鰕鰔鰉鰓鰌鰆鰈鰒鰊鰄鰮鰛鰥鰤鰡鰰鱇鰲鱆鰾鱚鱠鱧鱶鱸鳧鳬鳰鴉鴈鳫鴃鴆鴪鴦鶯鴣鴟鵄鴕鴒鵁鴿鴾鵆鵈\\\"],\\n[\\\"f3a1\\\",\\\"鵝鵞鵤鵑鵐鵙鵲鶉鶇鶫鵯鵺鶚鶤鶩鶲鷄鷁鶻鶸鶺鷆鷏鷂鷙鷓鷸鷦鷭鷯鷽鸚鸛鸞鹵鹹鹽麁麈麋麌麒麕麑麝麥麩麸麪麭靡黌黎黏黐黔黜點黝黠黥黨黯黴黶黷黹黻黼黽鼇鼈皷鼕鼡鼬鼾齊齒齔齣齟齠齡齦齧齬齪齷齲齶龕龜龠\\\"],\\n[\\\"f4a1\\\",\\\"堯槇遙瑤凜熙\\\"],\\n[\\\"f9a1\\\",\\\"纊褜鍈銈蓜俉炻昱棈鋹曻彅丨仡仼伀伃伹佖侒侊侚侔俍偀倢俿倞偆偰偂傔僴僘兊兤冝冾凬刕劜劦勀勛匀匇匤卲厓厲叝﨎咜咊咩哿喆坙坥垬埈埇﨏塚增墲夋奓奛奝奣妤妺孖寀甯寘寬尞岦岺峵崧嵓﨑嵂嵭嶸嶹巐弡弴彧德\\\"],\\n[\\\"faa1\\\",\\\"忞恝悅悊惞惕愠惲愑愷愰憘戓抦揵摠撝擎敎昀昕昻昉昮昞昤晥晗晙晴晳暙暠暲暿曺朎朗杦枻桒柀栁桄棏﨓楨﨔榘槢樰橫橆橳橾櫢櫤毖氿汜沆汯泚洄涇浯涖涬淏淸淲淼渹湜渧渼溿澈澵濵瀅瀇瀨炅炫焏焄煜煆煇凞燁燾犱\\\"],\\n[\\\"fba1\\\",\\\"犾猤猪獷玽珉珖珣珒琇珵琦琪琩琮瑢璉璟甁畯皂皜皞皛皦益睆劯砡硎硤硺礰礼神祥禔福禛竑竧靖竫箞精絈絜綷綠緖繒罇羡羽茁荢荿菇菶葈蒴蕓蕙蕫﨟薰蘒﨡蠇裵訒訷詹誧誾諟諸諶譓譿賰賴贒赶﨣軏﨤逸遧郞都鄕鄧釚\\\"],\\n[\\\"fca1\\\",\\\"釗釞釭釮釤釥鈆鈐鈊鈺鉀鈼鉎鉙鉑鈹鉧銧鉷鉸鋧鋗鋙鋐﨧鋕鋠鋓錥錡鋻﨨錞鋿錝錂鍰鍗鎤鏆鏞鏸鐱鑅鑈閒隆﨩隝隯霳霻靃靍靏靑靕顗顥飯飼餧館馞驎髙髜魵魲鮏鮱鮻鰀鵰鵫鶴鸙黑\\\"],\\n[\\\"fcf1\\\",\\\"ⅰ\\\",9,\\\"￢￤＇＂\\\"],\\n[\\\"8fa2af\\\",\\\"˘ˇ¸˙˝¯˛˚～΄΅\\\"],\\n[\\\"8fa2c2\\\",\\\"¡¦¿\\\"],\\n[\\\"8fa2eb\\\",\\\"ºª©®™¤№\\\"],\\n[\\\"8fa6e1\\\",\\\"ΆΈΉΊΪ\\\"],\\n[\\\"8fa6e7\\\",\\\"Ό\\\"],\\n[\\\"8fa6e9\\\",\\\"ΎΫ\\\"],\\n[\\\"8fa6ec\\\",\\\"Ώ\\\"],\\n[\\\"8fa6f1\\\",\\\"άέήίϊΐόςύϋΰώ\\\"],\\n[\\\"8fa7c2\\\",\\\"Ђ\\\",10,\\\"ЎЏ\\\"],\\n[\\\"8fa7f2\\\",\\\"ђ\\\",10,\\\"ўџ\\\"],\\n[\\\"8fa9a1\\\",\\\"ÆĐ\\\"],\\n[\\\"8fa9a4\\\",\\\"Ħ\\\"],\\n[\\\"8fa9a6\\\",\\\"Ĳ\\\"],\\n[\\\"8fa9a8\\\",\\\"ŁĿ\\\"],\\n[\\\"8fa9ab\\\",\\\"ŊØŒ\\\"],\\n[\\\"8fa9af\\\",\\\"ŦÞ\\\"],\\n[\\\"8fa9c1\\\",\\\"æđðħıĳĸłŀŉŋøœßŧþ\\\"],\\n[\\\"8faaa1\\\",\\\"ÁÀÄÂĂǍĀĄÅÃĆĈČÇĊĎÉÈËÊĚĖĒĘ\\\"],\\n[\\\"8faaba\\\",\\\"ĜĞĢĠĤÍÌÏÎǏİĪĮĨĴĶĹĽĻŃŇŅÑÓÒÖÔǑŐŌÕŔŘŖŚŜŠŞŤŢÚÙÜÛŬǓŰŪŲŮŨǗǛǙǕŴÝŸŶŹŽŻ\\\"],\\n[\\\"8faba1\\\",\\\"áàäâăǎāąåãćĉčçċďéèëêěėēęǵĝğ\\\"],\\n[\\\"8fabbd\\\",\\\"ġĥíìïîǐ\\\"],\\n[\\\"8fabc5\\\",\\\"īįĩĵķĺľļńňņñóòöôǒőōõŕřŗśŝšşťţúùüûŭǔűūųůũǘǜǚǖŵýÿŷźžż\\\"],\\n[\\\"8fb0a1\\\",\\\"丂丄丅丌丒丟丣两丨丫丮丯丰丵乀乁乄乇乑乚乜乣乨乩乴乵乹乿亍亖亗亝亯亹仃仐仚仛仠仡仢仨仯仱仳仵份仾仿伀伂伃伈伋伌伒伕伖众伙伮伱你伳伵伷伹伻伾佀佂佈佉佋佌佒佔佖佘佟佣佪佬佮佱佷佸佹佺佽佾侁侂侄\\\"],\\n[\\\"8fb1a1\\\",\\\"侅侉侊侌侎侐侒侓侔侗侙侚侞侟侲侷侹侻侼侽侾俀俁俅俆俈俉俋俌俍俏俒俜俠俢俰俲俼俽俿倀倁倄倇倊倌倎倐倓倗倘倛倜倝倞倢倧倮倰倲倳倵偀偁偂偅偆偊偌偎偑偒偓偗偙偟偠偢偣偦偧偪偭偰偱倻傁傃傄傆傊傎傏傐\\\"],\\n[\\\"8fb2a1\\\",\\\"傒傓傔傖傛傜傞\\\",4,\\\"傪傯傰傹傺傽僀僃僄僇僌僎僐僓僔僘僜僝僟僢僤僦僨僩僯僱僶僺僾儃儆儇儈儋儌儍儎僲儐儗儙儛儜儝儞儣儧儨儬儭儯儱儳儴儵儸儹兂兊兏兓兕兗兘兟兤兦兾冃冄冋冎冘冝冡冣冭冸冺冼冾冿凂\\\"],\\n[\\\"8fb3a1\\\",\\\"凈减凑凒凓凕凘凞凢凥凮凲凳凴凷刁刂刅划刓刕刖刘刢刨刱刲刵刼剅剉剕剗剘剚剜剟剠剡剦剮剷剸剹劀劂劅劊劌劓劕劖劗劘劚劜劤劥劦劧劯劰劶劷劸劺劻劽勀勄勆勈勌勏勑勔勖勛勜勡勥勨勩勪勬勰勱勴勶勷匀匃匊匋\\\"],\\n[\\\"8fb4a1\\\",\\\"匌匑匓匘匛匜匞匟匥匧匨匩匫匬匭匰匲匵匼匽匾卂卌卋卙卛卡卣卥卬卭卲卹卾厃厇厈厎厓厔厙厝厡厤厪厫厯厲厴厵厷厸厺厽叀叅叏叒叓叕叚叝叞叠另叧叵吂吓吚吡吧吨吪启吱吴吵呃呄呇呍呏呞呢呤呦呧呩呫呭呮呴呿\\\"],\\n[\\\"8fb5a1\\\",\\\"咁咃咅咈咉咍咑咕咖咜咟咡咦咧咩咪咭咮咱咷咹咺咻咿哆哊响哎哠哪哬哯哶哼哾哿唀唁唅唈唉唌唍唎唕唪唫唲唵唶唻唼唽啁啇啉啊啍啐啑啘啚啛啞啠啡啤啦啿喁喂喆喈喎喏喑喒喓喔喗喣喤喭喲喿嗁嗃嗆嗉嗋嗌嗎嗑嗒\\\"],\\n[\\\"8fb6a1\\\",\\\"嗓嗗嗘嗛嗞嗢嗩嗶嗿嘅嘈嘊嘍\\\",5,\\\"嘙嘬嘰嘳嘵嘷嘹嘻嘼嘽嘿噀噁噃噄噆噉噋噍噏噔噞噠噡噢噣噦噩噭噯噱噲噵嚄嚅嚈嚋嚌嚕嚙嚚嚝嚞嚟嚦嚧嚨嚩嚫嚬嚭嚱嚳嚷嚾囅囉囊囋囏囐囌囍囙囜囝囟囡囤\\\",4,\\\"囱囫园\\\"],\\n[\\\"8fb7a1\\\",\\\"囶囷圁圂圇圊圌圑圕圚圛圝圠圢圣圤圥圩圪圬圮圯圳圴圽圾圿坅坆坌坍坒坢坥坧坨坫坭\\\",4,\\\"坳坴坵坷坹坺坻坼坾垁垃垌垔垗垙垚垜垝垞垟垡垕垧垨垩垬垸垽埇埈埌埏埕埝埞埤埦埧埩埭埰埵埶埸埽埾埿堃堄堈堉埡\\\"],\\n[\\\"8fb8a1\\\",\\\"堌堍堛堞堟堠堦堧堭堲堹堿塉塌塍塏塐塕塟塡塤塧塨塸塼塿墀墁墇墈墉墊墌墍墏墐墔墖墝墠墡墢墦墩墱墲壄墼壂壈壍壎壐壒壔壖壚壝壡壢壩壳夅夆夋夌夒夓夔虁夝夡夣夤夨夯夰夳夵夶夿奃奆奒奓奙奛奝奞奟奡奣奫奭\\\"],\\n[\\\"8fb9a1\\\",\\\"奯奲奵奶她奻奼妋妌妎妒妕妗妟妤妧妭妮妯妰妳妷妺妼姁姃姄姈姊姍姒姝姞姟姣姤姧姮姯姱姲姴姷娀娄娌娍娎娒娓娞娣娤娧娨娪娭娰婄婅婇婈婌婐婕婞婣婥婧婭婷婺婻婾媋媐媓媖媙媜媞媟媠媢媧媬媱媲媳媵媸媺媻媿\\\"],\\n[\\\"8fbaa1\\\",\\\"嫄嫆嫈嫏嫚嫜嫠嫥嫪嫮嫵嫶嫽嬀嬁嬈嬗嬴嬙嬛嬝嬡嬥嬭嬸孁孋孌孒孖孞孨孮孯孼孽孾孿宁宄宆宊宎宐宑宓宔宖宨宩宬宭宯宱宲宷宺宼寀寁寍寏寖\\\",4,\\\"寠寯寱寴寽尌尗尞尟尣尦尩尫尬尮尰尲尵尶屙屚屜屢屣屧屨屩\\\"],\\n[\\\"8fbba1\\\",\\\"屭屰屴屵屺屻屼屽岇岈岊岏岒岝岟岠岢岣岦岪岲岴岵岺峉峋峒峝峗峮峱峲峴崁崆崍崒崫崣崤崦崧崱崴崹崽崿嵂嵃嵆嵈嵕嵑嵙嵊嵟嵠嵡嵢嵤嵪嵭嵰嵹嵺嵾嵿嶁嶃嶈嶊嶒嶓嶔嶕嶙嶛嶟嶠嶧嶫嶰嶴嶸嶹巃巇巋巐巎巘巙巠巤\\\"],\\n[\\\"8fbca1\\\",\\\"巩巸巹帀帇帍帒帔帕帘帟帠帮帨帲帵帾幋幐幉幑幖幘幛幜幞幨幪\\\",4,\\\"幰庀庋庎庢庤庥庨庪庬庱庳庽庾庿廆廌廋廎廑廒廔廕廜廞廥廫异弆弇弈弎弙弜弝弡弢弣弤弨弫弬弮弰弴弶弻弽弿彀彄彅彇彍彐彔彘彛彠彣彤彧\\\"],\\n[\\\"8fbda1\\\",\\\"彯彲彴彵彸彺彽彾徉徍徏徖徜徝徢徧徫徤徬徯徰徱徸忄忇忈忉忋忐\\\",4,\\\"忞忡忢忨忩忪忬忭忮忯忲忳忶忺忼怇怊怍怓怔怗怘怚怟怤怭怳怵恀恇恈恉恌恑恔恖恗恝恡恧恱恾恿悂悆悈悊悎悑悓悕悘悝悞悢悤悥您悰悱悷\\\"],\\n[\\\"8fbea1\\\",\\\"悻悾惂惄惈惉惊惋惎惏惔惕惙惛惝惞惢惥惲惵惸惼惽愂愇愊愌愐\\\",4,\\\"愖愗愙愜愞愢愪愫愰愱愵愶愷愹慁慅慆慉慞慠慬慲慸慻慼慿憀憁憃憄憋憍憒憓憗憘憜憝憟憠憥憨憪憭憸憹憼懀懁懂懎懏懕懜懝懞懟懡懢懧懩懥\\\"],\\n[\\\"8fbfa1\\\",\\\"懬懭懯戁戃戄戇戓戕戜戠戢戣戧戩戫戹戽扂扃扄扆扌扐扑扒扔扖扚扜扤扭扯扳扺扽抍抎抏抐抦抨抳抶抷抺抾抿拄拎拕拖拚拪拲拴拼拽挃挄挊挋挍挐挓挖挘挩挪挭挵挶挹挼捁捂捃捄捆捊捋捎捒捓捔捘捛捥捦捬捭捱捴捵\\\"],\\n[\\\"8fc0a1\\\",\\\"捸捼捽捿掂掄掇掊掐掔掕掙掚掞掤掦掭掮掯掽揁揅揈揎揑揓揔揕揜揠揥揪揬揲揳揵揸揹搉搊搐搒搔搘搞搠搢搤搥搩搪搯搰搵搽搿摋摏摑摒摓摔摚摛摜摝摟摠摡摣摭摳摴摻摽撅撇撏撐撑撘撙撛撝撟撡撣撦撨撬撳撽撾撿\\\"],\\n[\\\"8fc1a1\\\",\\\"擄擉擊擋擌擎擐擑擕擗擤擥擩擪擭擰擵擷擻擿攁攄攈攉攊攏攓攔攖攙攛攞攟攢攦攩攮攱攺攼攽敃敇敉敐敒敔敟敠敧敫敺敽斁斅斊斒斕斘斝斠斣斦斮斲斳斴斿旂旈旉旎旐旔旖旘旟旰旲旴旵旹旾旿昀昄昈昉昍昑昒昕昖昝\\\"],\\n[\\\"8fc2a1\\\",\\\"昞昡昢昣昤昦昩昪昫昬昮昰昱昳昹昷晀晅晆晊晌晑晎晗晘晙晛晜晠晡曻晪晫晬晾晳晵晿晷晸晹晻暀晼暋暌暍暐暒暙暚暛暜暟暠暤暭暱暲暵暻暿曀曂曃曈曌曎曏曔曛曟曨曫曬曮曺朅朇朎朓朙朜朠朢朳朾杅杇杈杌杔杕杝\\\"],\\n[\\\"8fc3a1\\\",\\\"杦杬杮杴杶杻极构枎枏枑枓枖枘枙枛枰枱枲枵枻枼枽柹柀柂柃柅柈柉柒柗柙柜柡柦柰柲柶柷桒栔栙栝栟栨栧栬栭栯栰栱栳栻栿桄桅桊桌桕桗桘桛桫桮\\\",4,\\\"桵桹桺桻桼梂梄梆梈梖梘梚梜梡梣梥梩梪梮梲梻棅棈棌棏\\\"],\\n[\\\"8fc4a1\\\",\\\"棐棑棓棖棙棜棝棥棨棪棫棬棭棰棱棵棶棻棼棽椆椉椊椐椑椓椖椗椱椳椵椸椻楂楅楉楎楗楛楣楤楥楦楨楩楬楰楱楲楺楻楿榀榍榒榖榘榡榥榦榨榫榭榯榷榸榺榼槅槈槑槖槗槢槥槮槯槱槳槵槾樀樁樃樏樑樕樚樝樠樤樨樰樲\\\"],\\n[\\\"8fc5a1\\\",\\\"樴樷樻樾樿橅橆橉橊橎橐橑橒橕橖橛橤橧橪橱橳橾檁檃檆檇檉檋檑檛檝檞檟檥檫檯檰檱檴檽檾檿櫆櫉櫈櫌櫐櫔櫕櫖櫜櫝櫤櫧櫬櫰櫱櫲櫼櫽欂欃欆欇欉欏欐欑欗欛欞欤欨欫欬欯欵欶欻欿歆歊歍歒歖歘歝歠歧歫歮歰歵歽\\\"],\\n[\\\"8fc6a1\\\",\\\"歾殂殅殗殛殟殠殢殣殨殩殬殭殮殰殸殹殽殾毃毄毉毌毖毚毡毣毦毧毮毱毷毹毿氂氄氅氉氍氎氐氒氙氟氦氧氨氬氮氳氵氶氺氻氿汊汋汍汏汒汔汙汛汜汫汭汯汴汶汸汹汻沅沆沇沉沔沕沗沘沜沟沰沲沴泂泆泍泏泐泑泒泔泖\\\"],\\n[\\\"8fc7a1\\\",\\\"泚泜泠泧泩泫泬泮泲泴洄洇洊洎洏洑洓洚洦洧洨汧洮洯洱洹洼洿浗浞浟浡浥浧浯浰浼涂涇涑涒涔涖涗涘涪涬涴涷涹涽涿淄淈淊淎淏淖淛淝淟淠淢淥淩淯淰淴淶淼渀渄渞渢渧渲渶渹渻渼湄湅湈湉湋湏湑湒湓湔湗湜湝湞\\\"],\\n[\\\"8fc8a1\\\",\\\"湢湣湨湳湻湽溍溓溙溠溧溭溮溱溳溻溿滀滁滃滇滈滊滍滎滏滫滭滮滹滻滽漄漈漊漌漍漖漘漚漛漦漩漪漯漰漳漶漻漼漭潏潑潒潓潗潙潚潝潞潡潢潨潬潽潾澃澇澈澋澌澍澐澒澓澔澖澚澟澠澥澦澧澨澮澯澰澵澶澼濅濇濈濊\\\"],\\n[\\\"8fc9a1\\\",\\\"濚濞濨濩濰濵濹濼濽瀀瀅瀆瀇瀍瀗瀠瀣瀯瀴瀷瀹瀼灃灄灈灉灊灋灔灕灝灞灎灤灥灬灮灵灶灾炁炅炆炔\\\",4,\\\"炛炤炫炰炱炴炷烊烑烓烔烕烖烘烜烤烺焃\\\",4,\\\"焋焌焏焞焠焫焭焯焰焱焸煁煅煆煇煊煋煐煒煗煚煜煞煠\\\"],\\n[\\\"8fcaa1\\\",\\\"煨煹熀熅熇熌熒熚熛熠熢熯熰熲熳熺熿燀燁燄燋燌燓燖燙燚燜燸燾爀爇爈爉爓爗爚爝爟爤爫爯爴爸爹牁牂牃牅牎牏牐牓牕牖牚牜牞牠牣牨牫牮牯牱牷牸牻牼牿犄犉犍犎犓犛犨犭犮犱犴犾狁狇狉狌狕狖狘狟狥狳狴狺狻\\\"],\\n[\\\"8fcba1\\\",\\\"狾猂猄猅猇猋猍猒猓猘猙猞猢猤猧猨猬猱猲猵猺猻猽獃獍獐獒獖獘獝獞獟獠獦獧獩獫獬獮獯獱獷獹獼玀玁玃玅玆玎玐玓玕玗玘玜玞玟玠玢玥玦玪玫玭玵玷玹玼玽玿珅珆珉珋珌珏珒珓珖珙珝珡珣珦珧珩珴珵珷珹珺珻珽\\\"],\\n[\\\"8fcca1\\\",\\\"珿琀琁琄琇琊琑琚琛琤琦琨\\\",9,\\\"琹瑀瑃瑄瑆瑇瑋瑍瑑瑒瑗瑝瑢瑦瑧瑨瑫瑭瑮瑱瑲璀璁璅璆璇璉璏璐璑璒璘璙璚璜璟璠璡璣璦璨璩璪璫璮璯璱璲璵璹璻璿瓈瓉瓌瓐瓓瓘瓚瓛瓞瓟瓤瓨瓪瓫瓯瓴瓺瓻瓼瓿甆\\\"],\\n[\\\"8fcda1\\\",\\\"甒甖甗甠甡甤甧甩甪甯甶甹甽甾甿畀畃畇畈畎畐畒畗畞畟畡畯畱畹\\\",5,\\\"疁疅疐疒疓疕疙疜疢疤疴疺疿痀痁痄痆痌痎痏痗痜痟痠痡痤痧痬痮痯痱痹瘀瘂瘃瘄瘇瘈瘊瘌瘏瘒瘓瘕瘖瘙瘛瘜瘝瘞瘣瘥瘦瘩瘭瘲瘳瘵瘸瘹\\\"],\\n[\\\"8fcea1\\\",\\\"瘺瘼癊癀癁癃癄癅癉癋癕癙癟癤癥癭癮癯癱癴皁皅皌皍皕皛皜皝皟皠皢\\\",6,\\\"皪皭皽盁盅盉盋盌盎盔盙盠盦盨盬盰盱盶盹盼眀眆眊眎眒眔眕眗眙眚眜眢眨眭眮眯眴眵眶眹眽眾睂睅睆睊睍睎睏睒睖睗睜睞睟睠睢\\\"],\\n[\\\"8fcfa1\\\",\\\"睤睧睪睬睰睲睳睴睺睽瞀瞄瞌瞍瞔瞕瞖瞚瞟瞢瞧瞪瞮瞯瞱瞵瞾矃矉矑矒矕矙矞矟矠矤矦矪矬矰矱矴矸矻砅砆砉砍砎砑砝砡砢砣砭砮砰砵砷硃硄硇硈硌硎硒硜硞硠硡硣硤硨硪确硺硾碊碏碔碘碡碝碞碟碤碨碬碭碰碱碲碳\\\"],\\n[\\\"8fd0a1\\\",\\\"碻碽碿磇磈磉磌磎磒磓磕磖磤磛磟磠磡磦磪磲磳礀磶磷磺磻磿礆礌礐礚礜礞礟礠礥礧礩礭礱礴礵礻礽礿祄祅祆祊祋祏祑祔祘祛祜祧祩祫祲祹祻祼祾禋禌禑禓禔禕禖禘禛禜禡禨禩禫禯禱禴禸离秂秄秇秈秊秏秔秖秚秝秞\\\"],\\n[\\\"8fd1a1\\\",\\\"秠秢秥秪秫秭秱秸秼稂稃稇稉稊稌稑稕稛稞稡稧稫稭稯稰稴稵稸稹稺穄穅穇穈穌穕穖穙穜穝穟穠穥穧穪穭穵穸穾窀窂窅窆窊窋窐窑窔窞窠窣窬窳窵窹窻窼竆竉竌竎竑竛竨竩竫竬竱竴竻竽竾笇笔笟笣笧笩笪笫笭笮笯笰\\\"],\\n[\\\"8fd2a1\\\",\\\"笱笴笽笿筀筁筇筎筕筠筤筦筩筪筭筯筲筳筷箄箉箎箐箑箖箛箞箠箥箬箯箰箲箵箶箺箻箼箽篂篅篈篊篔篖篗篙篚篛篨篪篲篴篵篸篹篺篼篾簁簂簃簄簆簉簋簌簎簏簙簛簠簥簦簨簬簱簳簴簶簹簺籆籊籕籑籒籓籙\\\",5],\\n[\\\"8fd3a1\\\",\\\"籡籣籧籩籭籮籰籲籹籼籽粆粇粏粔粞粠粦粰粶粷粺粻粼粿糄糇糈糉糍糏糓糔糕糗糙糚糝糦糩糫糵紃紇紈紉紏紑紒紓紖紝紞紣紦紪紭紱紼紽紾絀絁絇絈絍絑絓絗絙絚絜絝絥絧絪絰絸絺絻絿綁綂綃綅綆綈綋綌綍綑綖綗綝\\\"],\\n[\\\"8fd4a1\\\",\\\"綞綦綧綪綳綶綷綹緂\\\",4,\\\"緌緍緎緗緙縀緢緥緦緪緫緭緱緵緶緹緺縈縐縑縕縗縜縝縠縧縨縬縭縯縳縶縿繄繅繇繎繐繒繘繟繡繢繥繫繮繯繳繸繾纁纆纇纊纍纑纕纘纚纝纞缼缻缽缾缿罃罄罇罏罒罓罛罜罝罡罣罤罥罦罭\\\"],\\n[\\\"8fd5a1\\\",\\\"罱罽罾罿羀羋羍羏羐羑羖羗羜羡羢羦羪羭羴羼羿翀翃翈翎翏翛翟翣翥翨翬翮翯翲翺翽翾翿耇耈耊耍耎耏耑耓耔耖耝耞耟耠耤耦耬耮耰耴耵耷耹耺耼耾聀聄聠聤聦聭聱聵肁肈肎肜肞肦肧肫肸肹胈胍胏胒胔胕胗胘胠胭胮\\\"],\\n[\\\"8fd6a1\\\",\\\"胰胲胳胶胹胺胾脃脋脖脗脘脜脞脠脤脧脬脰脵脺脼腅腇腊腌腒腗腠腡腧腨腩腭腯腷膁膐膄膅膆膋膎膖膘膛膞膢膮膲膴膻臋臃臅臊臎臏臕臗臛臝臞臡臤臫臬臰臱臲臵臶臸臹臽臿舀舃舏舓舔舙舚舝舡舢舨舲舴舺艃艄艅艆\\\"],\\n[\\\"8fd7a1\\\",\\\"艋艎艏艑艖艜艠艣艧艭艴艻艽艿芀芁芃芄芇芉芊芎芑芔芖芘芚芛芠芡芣芤芧芨芩芪芮芰芲芴芷芺芼芾芿苆苐苕苚苠苢苤苨苪苭苯苶苷苽苾茀茁茇茈茊茋荔茛茝茞茟茡茢茬茭茮茰茳茷茺茼茽荂荃荄荇荍荎荑荕荖荗荰荸\\\"],\\n[\\\"8fd8a1\\\",\\\"荽荿莀莂莄莆莍莒莔莕莘莙莛莜莝莦莧莩莬莾莿菀菇菉菏菐菑菔菝荓菨菪菶菸菹菼萁萆萊萏萑萕萙莭萯萹葅葇葈葊葍葏葑葒葖葘葙葚葜葠葤葥葧葪葰葳葴葶葸葼葽蒁蒅蒒蒓蒕蒞蒦蒨蒩蒪蒯蒱蒴蒺蒽蒾蓀蓂蓇蓈蓌蓏蓓\\\"],\\n[\\\"8fd9a1\\\",\\\"蓜蓧蓪蓯蓰蓱蓲蓷蔲蓺蓻蓽蔂蔃蔇蔌蔎蔐蔜蔞蔢蔣蔤蔥蔧蔪蔫蔯蔳蔴蔶蔿蕆蕏\\\",4,\\\"蕖蕙蕜\\\",6,\\\"蕤蕫蕯蕹蕺蕻蕽蕿薁薅薆薉薋薌薏薓薘薝薟薠薢薥薧薴薶薷薸薼薽薾薿藂藇藊藋藎薭藘藚藟藠藦藨藭藳藶藼\\\"],\\n[\\\"8fdaa1\\\",\\\"藿蘀蘄蘅蘍蘎蘐蘑蘒蘘蘙蘛蘞蘡蘧蘩蘶蘸蘺蘼蘽虀虂虆虒虓虖虗虘虙虝虠\\\",4,\\\"虩虬虯虵虶虷虺蚍蚑蚖蚘蚚蚜蚡蚦蚧蚨蚭蚱蚳蚴蚵蚷蚸蚹蚿蛀蛁蛃蛅蛑蛒蛕蛗蛚蛜蛠蛣蛥蛧蚈蛺蛼蛽蜄蜅蜇蜋蜎蜏蜐蜓蜔蜙蜞蜟蜡蜣\\\"],\\n[\\\"8fdba1\\\",\\\"蜨蜮蜯蜱蜲蜹蜺蜼蜽蜾蝀蝃蝅蝍蝘蝝蝡蝤蝥蝯蝱蝲蝻螃\\\",6,\\\"螋螌螐螓螕螗螘螙螞螠螣螧螬螭螮螱螵螾螿蟁蟈蟉蟊蟎蟕蟖蟙蟚蟜蟟蟢蟣蟤蟪蟫蟭蟱蟳蟸蟺蟿蠁蠃蠆蠉蠊蠋蠐蠙蠒蠓蠔蠘蠚蠛蠜蠞蠟蠨蠭蠮蠰蠲蠵\\\"],\\n[\\\"8fdca1\\\",\\\"蠺蠼衁衃衅衈衉衊衋衎衑衕衖衘衚衜衟衠衤衩衱衹衻袀袘袚袛袜袟袠袨袪袺袽袾裀裊\\\",4,\\\"裑裒裓裛裞裧裯裰裱裵裷褁褆褍褎褏褕褖褘褙褚褜褠褦褧褨褰褱褲褵褹褺褾襀襂襅襆襉襏襒襗襚襛襜襡襢襣襫襮襰襳襵襺\\\"],\\n[\\\"8fdda1\\\",\\\"襻襼襽覉覍覐覔覕覛覜覟覠覥覰覴覵覶覷覼觔\\\",4,\\\"觥觩觫觭觱觳觶觹觽觿訄訅訇訏訑訒訔訕訞訠訢訤訦訫訬訯訵訷訽訾詀詃詅詇詉詍詎詓詖詗詘詜詝詡詥詧詵詶詷詹詺詻詾詿誀誃誆誋誏誐誒誖誗誙誟誧誩誮誯誳\\\"],\\n[\\\"8fdea1\\\",\\\"誶誷誻誾諃諆諈諉諊諑諓諔諕諗諝諟諬諰諴諵諶諼諿謅謆謋謑謜謞謟謊謭謰謷謼譂\\\",4,\\\"譈譒譓譔譙譍譞譣譭譶譸譹譼譾讁讄讅讋讍讏讔讕讜讞讟谸谹谽谾豅豇豉豋豏豑豓豔豗豘豛豝豙豣豤豦豨豩豭豳豵豶豻豾貆\\\"],\\n[\\\"8fdfa1\\\",\\\"貇貋貐貒貓貙貛貜貤貹貺賅賆賉賋賏賖賕賙賝賡賨賬賯賰賲賵賷賸賾賿贁贃贉贒贗贛赥赩赬赮赿趂趄趈趍趐趑趕趞趟趠趦趫趬趯趲趵趷趹趻跀跅跆跇跈跊跎跑跔跕跗跙跤跥跧跬跰趼跱跲跴跽踁踄踅踆踋踑踔踖踠踡踢\\\"],\\n[\\\"8fe0a1\\\",\\\"踣踦踧踱踳踶踷踸踹踽蹀蹁蹋蹍蹎蹏蹔蹛蹜蹝蹞蹡蹢蹩蹬蹭蹯蹰蹱蹹蹺蹻躂躃躉躐躒躕躚躛躝躞躢躧躩躭躮躳躵躺躻軀軁軃軄軇軏軑軔軜軨軮軰軱軷軹軺軭輀輂輇輈輏輐輖輗輘輞輠輡輣輥輧輨輬輭輮輴輵輶輷輺轀轁\\\"],\\n[\\\"8fe1a1\\\",\\\"轃轇轏轑\\\",4,\\\"轘轝轞轥辝辠辡辤辥辦辵辶辸达迀迁迆迊迋迍运迒迓迕迠迣迤迨迮迱迵迶迻迾适逄逈逌逘逛逨逩逯逪逬逭逳逴逷逿遃遄遌遛遝遢遦遧遬遰遴遹邅邈邋邌邎邐邕邗邘邙邛邠邡邢邥邰邲邳邴邶邽郌邾郃\\\"],\\n[\\\"8fe2a1\\\",\\\"郄郅郇郈郕郗郘郙郜郝郟郥郒郶郫郯郰郴郾郿鄀鄄鄅鄆鄈鄍鄐鄔鄖鄗鄘鄚鄜鄞鄠鄥鄢鄣鄧鄩鄮鄯鄱鄴鄶鄷鄹鄺鄼鄽酃酇酈酏酓酗酙酚酛酡酤酧酭酴酹酺酻醁醃醅醆醊醎醑醓醔醕醘醞醡醦醨醬醭醮醰醱醲醳醶醻醼醽醿\\\"],\\n[\\\"8fe3a1\\\",\\\"釂釃釅釓釔釗釙釚釞釤釥釩釪釬\\\",5,\\\"釷釹釻釽鈀鈁鈄鈅鈆鈇鈉鈊鈌鈐鈒鈓鈖鈘鈜鈝鈣鈤鈥鈦鈨鈮鈯鈰鈳鈵鈶鈸鈹鈺鈼鈾鉀鉂鉃鉆鉇鉊鉍鉎鉏鉑鉘鉙鉜鉝鉠鉡鉥鉧鉨鉩鉮鉯鉰鉵\\\",4,\\\"鉻鉼鉽鉿銈銉銊銍銎銒銗\\\"],\\n[\\\"8fe4a1\\\",\\\"銙銟銠銤銥銧銨銫銯銲銶銸銺銻銼銽銿\\\",4,\\\"鋅鋆鋇鋈鋋鋌鋍鋎鋐鋓鋕鋗鋘鋙鋜鋝鋟鋠鋡鋣鋥鋧鋨鋬鋮鋰鋹鋻鋿錀錂錈錍錑錔錕錜錝錞錟錡錤錥錧錩錪錳錴錶錷鍇鍈鍉鍐鍑鍒鍕鍗鍘鍚鍞鍤鍥鍧鍩鍪鍭鍯鍰鍱鍳鍴鍶\\\"],\\n[\\\"8fe5a1\\\",\\\"鍺鍽鍿鎀鎁鎂鎈鎊鎋鎍鎏鎒鎕鎘鎛鎞鎡鎣鎤鎦鎨鎫鎴鎵鎶鎺鎩鏁鏄鏅鏆鏇鏉\\\",4,\\\"鏓鏙鏜鏞鏟鏢鏦鏧鏹鏷鏸鏺鏻鏽鐁鐂鐄鐈鐉鐍鐎鐏鐕鐖鐗鐟鐮鐯鐱鐲鐳鐴鐻鐿鐽鑃鑅鑈鑊鑌鑕鑙鑜鑟鑡鑣鑨鑫鑭鑮鑯鑱鑲钄钃镸镹\\\"],\\n[\\\"8fe6a1\\\",\\\"镾閄閈閌閍閎閝閞閟閡閦閩閫閬閴閶閺閽閿闆闈闉闋闐闑闒闓闙闚闝闞闟闠闤闦阝阞阢阤阥阦阬阱阳阷阸阹阺阼阽陁陒陔陖陗陘陡陮陴陻陼陾陿隁隂隃隄隉隑隖隚隝隟隤隥隦隩隮隯隳隺雊雒嶲雘雚雝雞雟雩雯雱雺霂\\\"],\\n[\\\"8fe7a1\\\",\\\"霃霅霉霚霛霝霡霢霣霨霱霳靁靃靊靎靏靕靗靘靚靛靣靧靪靮靳靶靷靸靻靽靿鞀鞉鞕鞖鞗鞙鞚鞞鞟鞢鞬鞮鞱鞲鞵鞶鞸鞹鞺鞼鞾鞿韁韄韅韇韉韊韌韍韎韐韑韔韗韘韙韝韞韠韛韡韤韯韱韴韷韸韺頇頊頙頍頎頔頖頜頞頠頣頦\\\"],\\n[\\\"8fe8a1\\\",\\\"頫頮頯頰頲頳頵頥頾顄顇顊顑顒顓顖顗顙顚顢顣顥顦顪顬颫颭颮颰颴颷颸颺颻颿飂飅飈飌飡飣飥飦飧飪飳飶餂餇餈餑餕餖餗餚餛餜餟餢餦餧餫餱\\\",4,\\\"餹餺餻餼饀饁饆饇饈饍饎饔饘饙饛饜饞饟饠馛馝馟馦馰馱馲馵\\\"],\\n[\\\"8fe9a1\\\",\\\"馹馺馽馿駃駉駓駔駙駚駜駞駧駪駫駬駰駴駵駹駽駾騂騃騄騋騌騐騑騖騞騠騢騣騤騧騭騮騳騵騶騸驇驁驄驊驋驌驎驑驔驖驝骪骬骮骯骲骴骵骶骹骻骾骿髁髃髆髈髎髐髒髕髖髗髛髜髠髤髥髧髩髬髲髳髵髹髺髽髿\\\",4],\\n[\\\"8feaa1\\\",\\\"鬄鬅鬈鬉鬋鬌鬍鬎鬐鬒鬖鬙鬛鬜鬠鬦鬫鬭鬳鬴鬵鬷鬹鬺鬽魈魋魌魕魖魗魛魞魡魣魥魦魨魪\\\",4,\\\"魳魵魷魸魹魿鮀鮄鮅鮆鮇鮉鮊鮋鮍鮏鮐鮔鮚鮝鮞鮦鮧鮩鮬鮰鮱鮲鮷鮸鮻鮼鮾鮿鯁鯇鯈鯎鯐鯗鯘鯝鯟鯥鯧鯪鯫鯯鯳鯷鯸\\\"],\\n[\\\"8feba1\\\",\\\"鯹鯺鯽鯿鰀鰂鰋鰏鰑鰖鰘鰙鰚鰜鰞鰢鰣鰦\\\",4,\\\"鰱鰵鰶鰷鰽鱁鱃鱄鱅鱉鱊鱎鱏鱐鱓鱔鱖鱘鱛鱝鱞鱟鱣鱩鱪鱜鱫鱨鱮鱰鱲鱵鱷鱻鳦鳲鳷鳹鴋鴂鴑鴗鴘鴜鴝鴞鴯鴰鴲鴳鴴鴺鴼鵅鴽鵂鵃鵇鵊鵓鵔鵟鵣鵢鵥鵩鵪鵫鵰鵶鵷鵻\\\"],\\n[\\\"8feca1\\\",\\\"鵼鵾鶃鶄鶆鶊鶍鶎鶒鶓鶕鶖鶗鶘鶡鶪鶬鶮鶱鶵鶹鶼鶿鷃鷇鷉鷊鷔鷕鷖鷗鷚鷞鷟鷠鷥鷧鷩鷫鷮鷰鷳鷴鷾鸊鸂鸇鸎鸐鸑鸒鸕鸖鸙鸜鸝鹺鹻鹼麀麂麃麄麅麇麎麏麖麘麛麞麤麨麬麮麯麰麳麴麵黆黈黋黕黟黤黧黬黭黮黰黱黲黵\\\"],\\n[\\\"8feda1\\\",\\\"黸黿鼂鼃鼉鼏鼐鼑鼒鼔鼖鼗鼙鼚鼛鼟鼢鼦鼪鼫鼯鼱鼲鼴鼷鼹鼺鼼鼽鼿齁齃\\\",4,\\\"齓齕齖齗齘齚齝齞齨齩齭\\\",4,\\\"齳齵齺齽龏龐龑龒龔龖龗龞龡龢龣龥\\\"]\\n]\\n\"\n        },\n        {\n          \"id\": 327,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/iconv-lite/encodings/tables/gb18030-ranges.json\",\n          \"name\": \"./node_modules/iconv-lite/encodings/tables/gb18030-ranges.json\",\n          \"index\": 325,\n          \"index2\": 315,\n          \"size\": 2216,\n          \"cacheable\": true,\n          \"built\": true,\n          \"optional\": false,\n          \"prefetched\": false,\n          \"chunks\": [\n            2\n          ],\n          \"issuer\": \"/Users/jarred/Code/styleurl/node_modules/iconv-lite/encodings/dbcs-data.js\",\n          \"issuerId\": 324,\n          \"issuerName\": \"./node_modules/iconv-lite/encodings/dbcs-data.js\",\n          \"issuerPath\": [\n            {\n              \"id\": 191,\n              \"identifier\": \"multi /Users/jarred/Code/styleurl/webpack/customPublicPath /Users/jarred/Code/styleurl/chrome/extension/background\",\n              \"name\": \"multi ./webpack/customPublicPath ./chrome/extension/background\",\n              \"profile\": {\n                \"factory\": 0,\n                \"building\": 0,\n                \"dependencies\": 54\n              }\n            },\n            {\n              \"id\": 192,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/background.js\",\n              \"name\": \"./chrome/extension/background.js\",\n              \"profile\": {\n                \"factory\": 54,\n                \"building\": 639,\n                \"dependencies\": 140\n              }\n            },\n            {\n              \"id\": 255,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/stylesheet-differ/lib/index.js\",\n              \"name\": \"./node_modules/stylesheet-differ/lib/index.js\",\n              \"profile\": {\n                \"factory\": 140,\n                \"building\": 568,\n                \"dependencies\": 1\n              }\n            },\n            {\n              \"id\": 256,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/native-css/index.js\",\n              \"name\": \"./node_modules/native-css/index.js\",\n              \"profile\": {\n                \"factory\": 189,\n                \"building\": 603,\n                \"dependencies\": 1\n              }\n            },\n            {\n              \"id\": 257,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/native-css/src/native-css.js\",\n              \"name\": \"./node_modules/native-css/src/native-css.js\",\n              \"profile\": {\n                \"factory\": 26,\n                \"building\": 63,\n                \"dependencies\": 14\n              }\n            },\n            {\n              \"id\": 293,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/fetch/lib/fetch.js\",\n              \"name\": \"./node_modules/fetch/lib/fetch.js\",\n              \"profile\": {\n                \"factory\": 117,\n                \"building\": 25,\n                \"dependencies\": 27\n              }\n            },\n            {\n              \"id\": 313,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/encoding/lib/encoding.js\",\n              \"name\": \"./node_modules/encoding/lib/encoding.js\",\n              \"profile\": {\n                \"factory\": 66,\n                \"building\": 38,\n                \"dependencies\": 20\n              }\n            },\n            {\n              \"id\": 314,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/iconv-lite/lib/index.js\",\n              \"name\": \"./node_modules/iconv-lite/lib/index.js\",\n              \"profile\": {\n                \"factory\": 123,\n                \"building\": 23,\n                \"dependencies\": 1\n              }\n            },\n            {\n              \"id\": 316,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/iconv-lite/encodings/index.js\",\n              \"name\": \"./node_modules/iconv-lite/encodings/index.js\",\n              \"profile\": {\n                \"factory\": 62,\n                \"building\": 61,\n                \"dependencies\": 1\n              }\n            },\n            {\n              \"id\": 324,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/iconv-lite/encodings/dbcs-data.js\",\n              \"name\": \"./node_modules/iconv-lite/encodings/dbcs-data.js\",\n              \"profile\": {\n                \"factory\": 26,\n                \"building\": 20,\n                \"dependencies\": 1\n              }\n            }\n          ],\n          \"profile\": {\n            \"factory\": 9,\n            \"building\": 6\n          },\n          \"failed\": false,\n          \"errors\": 0,\n          \"warnings\": 0,\n          \"assets\": [],\n          \"reasons\": [\n            {\n              \"moduleId\": 324,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/iconv-lite/encodings/dbcs-data.js\",\n              \"module\": \"./node_modules/iconv-lite/encodings/dbcs-data.js\",\n              \"moduleName\": \"./node_modules/iconv-lite/encodings/dbcs-data.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"./tables/gb18030-ranges.json\",\n              \"loc\": \"99:37-76\"\n            }\n          ],\n          \"usedExports\": true,\n          \"providedExports\": [\n            \"uChars\",\n            \"gbChars\",\n            \"default\"\n          ],\n          \"optimizationBailout\": [\n            \"ModuleConcatenation bailout: Module is not an ECMAScript module\"\n          ],\n          \"depth\": 10,\n          \"source\": \"{\\\"uChars\\\":[128,165,169,178,184,216,226,235,238,244,248,251,253,258,276,284,300,325,329,334,364,463,465,467,469,471,473,475,477,506,594,610,712,716,730,930,938,962,970,1026,1104,1106,8209,8215,8218,8222,8231,8241,8244,8246,8252,8365,8452,8454,8458,8471,8482,8556,8570,8596,8602,8713,8720,8722,8726,8731,8737,8740,8742,8748,8751,8760,8766,8777,8781,8787,8802,8808,8816,8854,8858,8870,8896,8979,9322,9372,9548,9588,9616,9622,9634,9652,9662,9672,9676,9680,9702,9735,9738,9793,9795,11906,11909,11913,11917,11928,11944,11947,11951,11956,11960,11964,11979,12284,12292,12312,12319,12330,12351,12436,12447,12535,12543,12586,12842,12850,12964,13200,13215,13218,13253,13263,13267,13270,13384,13428,13727,13839,13851,14617,14703,14801,14816,14964,15183,15471,15585,16471,16736,17208,17325,17330,17374,17623,17997,18018,18212,18218,18301,18318,18760,18811,18814,18820,18823,18844,18848,18872,19576,19620,19738,19887,40870,59244,59336,59367,59413,59417,59423,59431,59437,59443,59452,59460,59478,59493,63789,63866,63894,63976,63986,64016,64018,64021,64025,64034,64037,64042,65074,65093,65107,65112,65127,65132,65375,65510,65536],\\\"gbChars\\\":[0,36,38,45,50,81,89,95,96,100,103,104,105,109,126,133,148,172,175,179,208,306,307,308,309,310,311,312,313,341,428,443,544,545,558,741,742,749,750,805,819,820,7922,7924,7925,7927,7934,7943,7944,7945,7950,8062,8148,8149,8152,8164,8174,8236,8240,8262,8264,8374,8380,8381,8384,8388,8390,8392,8393,8394,8396,8401,8406,8416,8419,8424,8437,8439,8445,8482,8485,8496,8521,8603,8936,8946,9046,9050,9063,9066,9076,9092,9100,9108,9111,9113,9131,9162,9164,9218,9219,11329,11331,11334,11336,11346,11361,11363,11366,11370,11372,11375,11389,11682,11686,11687,11692,11694,11714,11716,11723,11725,11730,11736,11982,11989,12102,12336,12348,12350,12384,12393,12395,12397,12510,12553,12851,12962,12973,13738,13823,13919,13933,14080,14298,14585,14698,15583,15847,16318,16434,16438,16481,16729,17102,17122,17315,17320,17402,17418,17859,17909,17911,17915,17916,17936,17939,17961,18664,18703,18814,18962,19043,33469,33470,33471,33484,33485,33490,33497,33501,33505,33513,33520,33536,33550,37845,37921,37948,38029,38038,38064,38065,38066,38069,38075,38076,38078,39108,39109,39113,39114,39115,39116,39265,39394,189000]}\"\n        },\n        {\n          \"id\": 328,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/iconv-lite/encodings/tables/cp949.json\",\n          \"name\": \"./node_modules/iconv-lite/encodings/tables/cp949.json\",\n          \"index\": 326,\n          \"index2\": 316,\n          \"size\": 17325,\n          \"cacheable\": true,\n          \"built\": true,\n          \"optional\": false,\n          \"prefetched\": false,\n          \"chunks\": [\n            2\n          ],\n          \"issuer\": \"/Users/jarred/Code/styleurl/node_modules/iconv-lite/encodings/dbcs-data.js\",\n          \"issuerId\": 324,\n          \"issuerName\": \"./node_modules/iconv-lite/encodings/dbcs-data.js\",\n          \"issuerPath\": [\n            {\n              \"id\": 191,\n              \"identifier\": \"multi /Users/jarred/Code/styleurl/webpack/customPublicPath /Users/jarred/Code/styleurl/chrome/extension/background\",\n              \"name\": \"multi ./webpack/customPublicPath ./chrome/extension/background\",\n              \"profile\": {\n                \"factory\": 0,\n                \"building\": 0,\n                \"dependencies\": 54\n              }\n            },\n            {\n              \"id\": 192,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/background.js\",\n              \"name\": \"./chrome/extension/background.js\",\n              \"profile\": {\n                \"factory\": 54,\n                \"building\": 639,\n                \"dependencies\": 140\n              }\n            },\n            {\n              \"id\": 255,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/stylesheet-differ/lib/index.js\",\n              \"name\": \"./node_modules/stylesheet-differ/lib/index.js\",\n              \"profile\": {\n                \"factory\": 140,\n                \"building\": 568,\n                \"dependencies\": 1\n              }\n            },\n            {\n              \"id\": 256,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/native-css/index.js\",\n              \"name\": \"./node_modules/native-css/index.js\",\n              \"profile\": {\n                \"factory\": 189,\n                \"building\": 603,\n                \"dependencies\": 1\n              }\n            },\n            {\n              \"id\": 257,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/native-css/src/native-css.js\",\n              \"name\": \"./node_modules/native-css/src/native-css.js\",\n              \"profile\": {\n                \"factory\": 26,\n                \"building\": 63,\n                \"dependencies\": 14\n              }\n            },\n            {\n              \"id\": 293,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/fetch/lib/fetch.js\",\n              \"name\": \"./node_modules/fetch/lib/fetch.js\",\n              \"profile\": {\n                \"factory\": 117,\n                \"building\": 25,\n                \"dependencies\": 27\n              }\n            },\n            {\n              \"id\": 313,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/encoding/lib/encoding.js\",\n              \"name\": \"./node_modules/encoding/lib/encoding.js\",\n              \"profile\": {\n                \"factory\": 66,\n                \"building\": 38,\n                \"dependencies\": 20\n              }\n            },\n            {\n              \"id\": 314,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/iconv-lite/lib/index.js\",\n              \"name\": \"./node_modules/iconv-lite/lib/index.js\",\n              \"profile\": {\n                \"factory\": 123,\n                \"building\": 23,\n                \"dependencies\": 1\n              }\n            },\n            {\n              \"id\": 316,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/iconv-lite/encodings/index.js\",\n              \"name\": \"./node_modules/iconv-lite/encodings/index.js\",\n              \"profile\": {\n                \"factory\": 62,\n                \"building\": 61,\n                \"dependencies\": 1\n              }\n            },\n            {\n              \"id\": 324,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/iconv-lite/encodings/dbcs-data.js\",\n              \"name\": \"./node_modules/iconv-lite/encodings/dbcs-data.js\",\n              \"profile\": {\n                \"factory\": 26,\n                \"building\": 20,\n                \"dependencies\": 1\n              }\n            }\n          ],\n          \"profile\": {\n            \"factory\": 9,\n            \"building\": 6\n          },\n          \"failed\": false,\n          \"errors\": 0,\n          \"warnings\": 0,\n          \"assets\": [],\n          \"reasons\": [\n            {\n              \"moduleId\": 324,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/iconv-lite/encodings/dbcs-data.js\",\n              \"module\": \"./node_modules/iconv-lite/encodings/dbcs-data.js\",\n              \"moduleName\": \"./node_modules/iconv-lite/encodings/dbcs-data.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"./tables/cp949.json\",\n              \"loc\": \"115:35-65\"\n            }\n          ],\n          \"usedExports\": true,\n          \"providedExports\": [\n            \"0\",\n            \"1\",\n            \"2\",\n            \"3\",\n            \"4\",\n            \"5\",\n            \"6\",\n            \"7\",\n            \"8\",\n            \"9\",\n            \"10\",\n            \"11\",\n            \"12\",\n            \"13\",\n            \"14\",\n            \"15\",\n            \"16\",\n            \"17\",\n            \"18\",\n            \"19\",\n            \"20\",\n            \"21\",\n            \"22\",\n            \"23\",\n            \"24\",\n            \"25\",\n            \"26\",\n            \"27\",\n            \"28\",\n            \"29\",\n            \"30\",\n            \"31\",\n            \"32\",\n            \"33\",\n            \"34\",\n            \"35\",\n            \"36\",\n            \"37\",\n            \"38\",\n            \"39\",\n            \"40\",\n            \"41\",\n            \"42\",\n            \"43\",\n            \"44\",\n            \"45\",\n            \"46\",\n            \"47\",\n            \"48\",\n            \"49\",\n            \"50\",\n            \"51\",\n            \"52\",\n            \"53\",\n            \"54\",\n            \"55\",\n            \"56\",\n            \"57\",\n            \"58\",\n            \"59\",\n            \"60\",\n            \"61\",\n            \"62\",\n            \"63\",\n            \"64\",\n            \"65\",\n            \"66\",\n            \"67\",\n            \"68\",\n            \"69\",\n            \"70\",\n            \"71\",\n            \"72\",\n            \"73\",\n            \"74\",\n            \"75\",\n            \"76\",\n            \"77\",\n            \"78\",\n            \"79\",\n            \"80\",\n            \"81\",\n            \"82\",\n            \"83\",\n            \"84\",\n            \"85\",\n            \"86\",\n            \"87\",\n            \"88\",\n            \"89\",\n            \"90\",\n            \"91\",\n            \"92\",\n            \"93\",\n            \"94\",\n            \"95\",\n            \"96\",\n            \"97\",\n            \"98\",\n            \"99\",\n            \"100\",\n            \"101\",\n            \"102\",\n            \"103\",\n            \"104\",\n            \"105\",\n            \"106\",\n            \"107\",\n            \"108\",\n            \"109\",\n            \"110\",\n            \"111\",\n            \"112\",\n            \"113\",\n            \"114\",\n            \"115\",\n            \"116\",\n            \"117\",\n            \"118\",\n            \"119\",\n            \"120\",\n            \"121\",\n            \"122\",\n            \"123\",\n            \"124\",\n            \"125\",\n            \"126\",\n            \"127\",\n            \"128\",\n            \"129\",\n            \"130\",\n            \"131\",\n            \"132\",\n            \"133\",\n            \"134\",\n            \"135\",\n            \"136\",\n            \"137\",\n            \"138\",\n            \"139\",\n            \"140\",\n            \"141\",\n            \"142\",\n            \"143\",\n            \"144\",\n            \"145\",\n            \"146\",\n            \"147\",\n            \"148\",\n            \"149\",\n            \"150\",\n            \"151\",\n            \"152\",\n            \"153\",\n            \"154\",\n            \"155\",\n            \"156\",\n            \"157\",\n            \"158\",\n            \"159\",\n            \"160\",\n            \"161\",\n            \"162\",\n            \"163\",\n            \"164\",\n            \"165\",\n            \"166\",\n            \"167\",\n            \"168\",\n            \"169\",\n            \"170\",\n            \"171\",\n            \"172\",\n            \"173\",\n            \"174\",\n            \"175\",\n            \"176\",\n            \"177\",\n            \"178\",\n            \"179\",\n            \"180\",\n            \"181\",\n            \"182\",\n            \"183\",\n            \"184\",\n            \"185\",\n            \"186\",\n            \"187\",\n            \"188\",\n            \"189\",\n            \"190\",\n            \"191\",\n            \"192\",\n            \"193\",\n            \"194\",\n            \"195\",\n            \"196\",\n            \"197\",\n            \"198\",\n            \"199\",\n            \"200\",\n            \"201\",\n            \"202\",\n            \"203\",\n            \"204\",\n            \"205\",\n            \"206\",\n            \"207\",\n            \"208\",\n            \"209\",\n            \"210\",\n            \"211\",\n            \"212\",\n            \"213\",\n            \"214\",\n            \"215\",\n            \"216\",\n            \"217\",\n            \"218\",\n            \"219\",\n            \"220\",\n            \"221\",\n            \"222\",\n            \"223\",\n            \"224\",\n            \"225\",\n            \"226\",\n            \"227\",\n            \"228\",\n            \"229\",\n            \"230\",\n            \"231\",\n            \"232\",\n            \"233\",\n            \"234\",\n            \"235\",\n            \"236\",\n            \"237\",\n            \"238\",\n            \"239\",\n            \"240\",\n            \"241\",\n            \"242\",\n            \"243\",\n            \"244\",\n            \"245\",\n            \"246\",\n            \"247\",\n            \"248\",\n            \"249\",\n            \"250\",\n            \"251\",\n            \"252\",\n            \"253\",\n            \"254\",\n            \"255\",\n            \"256\",\n            \"257\",\n            \"258\",\n            \"259\",\n            \"260\",\n            \"261\",\n            \"262\",\n            \"263\",\n            \"264\",\n            \"265\",\n            \"266\",\n            \"267\",\n            \"268\",\n            \"269\",\n            \"270\",\n            \"default\"\n          ],\n          \"optimizationBailout\": [\n            \"ModuleConcatenation bailout: Module is not an ECMAScript module\"\n          ],\n          \"depth\": 10,\n          \"source\": \"[\\n[\\\"0\\\",\\\"\\\\u0000\\\",127],\\n[\\\"8141\\\",\\\"갂갃갅갆갋\\\",4,\\\"갘갞갟갡갢갣갥\\\",6,\\\"갮갲갳갴\\\"],\\n[\\\"8161\\\",\\\"갵갶갷갺갻갽갾갿걁\\\",9,\\\"걌걎\\\",5,\\\"걕\\\"],\\n[\\\"8181\\\",\\\"걖걗걙걚걛걝\\\",18,\\\"걲걳걵걶걹걻\\\",4,\\\"겂겇겈겍겎겏겑겒겓겕\\\",6,\\\"겞겢\\\",5,\\\"겫겭겮겱\\\",6,\\\"겺겾겿곀곂곃곅곆곇곉곊곋곍\\\",7,\\\"곖곘\\\",7,\\\"곢곣곥곦곩곫곭곮곲곴곷\\\",4,\\\"곾곿괁괂괃괅괇\\\",4,\\\"괎괐괒괓\\\"],\\n[\\\"8241\\\",\\\"괔괕괖괗괙괚괛괝괞괟괡\\\",7,\\\"괪괫괮\\\",5],\\n[\\\"8261\\\",\\\"괶괷괹괺괻괽\\\",6,\\\"굆굈굊\\\",5,\\\"굑굒굓굕굖굗\\\"],\\n[\\\"8281\\\",\\\"굙\\\",7,\\\"굢굤\\\",7,\\\"굮굯굱굲굷굸굹굺굾궀궃\\\",4,\\\"궊궋궍궎궏궑\\\",10,\\\"궞\\\",5,\\\"궥\\\",17,\\\"궸\\\",7,\\\"귂귃귅귆귇귉\\\",6,\\\"귒귔\\\",7,\\\"귝귞귟귡귢귣귥\\\",18],\\n[\\\"8341\\\",\\\"귺귻귽귾긂\\\",5,\\\"긊긌긎\\\",5,\\\"긕\\\",7],\\n[\\\"8361\\\",\\\"긝\\\",18,\\\"긲긳긵긶긹긻긼\\\"],\\n[\\\"8381\\\",\\\"긽긾긿깂깄깇깈깉깋깏깑깒깓깕깗\\\",4,\\\"깞깢깣깤깦깧깪깫깭깮깯깱\\\",6,\\\"깺깾\\\",5,\\\"꺆\\\",5,\\\"꺍\\\",46,\\\"꺿껁껂껃껅\\\",6,\\\"껎껒\\\",5,\\\"껚껛껝\\\",8],\\n[\\\"8441\\\",\\\"껦껧껩껪껬껮\\\",5,\\\"껵껶껷껹껺껻껽\\\",8],\\n[\\\"8461\\\",\\\"꼆꼉꼊꼋꼌꼎꼏꼑\\\",18],\\n[\\\"8481\\\",\\\"꼤\\\",7,\\\"꼮꼯꼱꼳꼵\\\",6,\\\"꼾꽀꽄꽅꽆꽇꽊\\\",5,\\\"꽑\\\",10,\\\"꽞\\\",5,\\\"꽦\\\",18,\\\"꽺\\\",5,\\\"꾁꾂꾃꾅꾆꾇꾉\\\",6,\\\"꾒꾓꾔꾖\\\",5,\\\"꾝\\\",26,\\\"꾺꾻꾽꾾\\\"],\\n[\\\"8541\\\",\\\"꾿꿁\\\",5,\\\"꿊꿌꿏\\\",4,\\\"꿕\\\",6,\\\"꿝\\\",4],\\n[\\\"8561\\\",\\\"꿢\\\",5,\\\"꿪\\\",5,\\\"꿲꿳꿵꿶꿷꿹\\\",6,\\\"뀂뀃\\\"],\\n[\\\"8581\\\",\\\"뀅\\\",6,\\\"뀍뀎뀏뀑뀒뀓뀕\\\",6,\\\"뀞\\\",9,\\\"뀩\\\",26,\\\"끆끇끉끋끍끏끐끑끒끖끘끚끛끜끞\\\",29,\\\"끾끿낁낂낃낅\\\",6,\\\"낎낐낒\\\",5,\\\"낛낝낞낣낤\\\"],\\n[\\\"8641\\\",\\\"낥낦낧낪낰낲낶낷낹낺낻낽\\\",6,\\\"냆냊\\\",5,\\\"냒\\\"],\\n[\\\"8661\\\",\\\"냓냕냖냗냙\\\",6,\\\"냡냢냣냤냦\\\",10],\\n[\\\"8681\\\",\\\"냱\\\",22,\\\"넊넍넎넏넑넔넕넖넗넚넞\\\",4,\\\"넦넧넩넪넫넭\\\",6,\\\"넶넺\\\",5,\\\"녂녃녅녆녇녉\\\",6,\\\"녒녓녖녗녙녚녛녝녞녟녡\\\",22,\\\"녺녻녽녾녿놁놃\\\",4,\\\"놊놌놎놏놐놑놕놖놗놙놚놛놝\\\"],\\n[\\\"8741\\\",\\\"놞\\\",9,\\\"놩\\\",15],\\n[\\\"8761\\\",\\\"놹\\\",18,\\\"뇍뇎뇏뇑뇒뇓뇕\\\"],\\n[\\\"8781\\\",\\\"뇖\\\",5,\\\"뇞뇠\\\",7,\\\"뇪뇫뇭뇮뇯뇱\\\",7,\\\"뇺뇼뇾\\\",5,\\\"눆눇눉눊눍\\\",6,\\\"눖눘눚\\\",5,\\\"눡\\\",18,\\\"눵\\\",6,\\\"눽\\\",26,\\\"뉙뉚뉛뉝뉞뉟뉡\\\",6,\\\"뉪\\\",4],\\n[\\\"8841\\\",\\\"뉯\\\",4,\\\"뉶\\\",5,\\\"뉽\\\",6,\\\"늆늇늈늊\\\",4],\\n[\\\"8861\\\",\\\"늏늒늓늕늖늗늛\\\",4,\\\"늢늤늧늨늩늫늭늮늯늱늲늳늵늶늷\\\"],\\n[\\\"8881\\\",\\\"늸\\\",15,\\\"닊닋닍닎닏닑닓\\\",4,\\\"닚닜닞닟닠닡닣닧닩닪닰닱닲닶닼닽닾댂댃댅댆댇댉\\\",6,\\\"댒댖\\\",5,\\\"댝\\\",54,\\\"덗덙덚덝덠덡덢덣\\\"],\\n[\\\"8941\\\",\\\"덦덨덪덬덭덯덲덳덵덶덷덹\\\",6,\\\"뎂뎆\\\",5,\\\"뎍\\\"],\\n[\\\"8961\\\",\\\"뎎뎏뎑뎒뎓뎕\\\",10,\\\"뎢\\\",5,\\\"뎩뎪뎫뎭\\\"],\\n[\\\"8981\\\",\\\"뎮\\\",21,\\\"돆돇돉돊돍돏돑돒돓돖돘돚돜돞돟돡돢돣돥돦돧돩\\\",18,\\\"돽\\\",18,\\\"됑\\\",6,\\\"됙됚됛됝됞됟됡\\\",6,\\\"됪됬\\\",7,\\\"됵\\\",15],\\n[\\\"8a41\\\",\\\"둅\\\",10,\\\"둒둓둕둖둗둙\\\",6,\\\"둢둤둦\\\"],\\n[\\\"8a61\\\",\\\"둧\\\",4,\\\"둭\\\",18,\\\"뒁뒂\\\"],\\n[\\\"8a81\\\",\\\"뒃\\\",4,\\\"뒉\\\",19,\\\"뒞\\\",5,\\\"뒥뒦뒧뒩뒪뒫뒭\\\",7,\\\"뒶뒸뒺\\\",5,\\\"듁듂듃듅듆듇듉\\\",6,\\\"듑듒듓듔듖\\\",5,\\\"듞듟듡듢듥듧\\\",4,\\\"듮듰듲\\\",5,\\\"듹\\\",26,\\\"딖딗딙딚딝\\\"],\\n[\\\"8b41\\\",\\\"딞\\\",5,\\\"딦딫\\\",4,\\\"딲딳딵딶딷딹\\\",6,\\\"땂땆\\\"],\\n[\\\"8b61\\\",\\\"땇땈땉땊땎땏땑땒땓땕\\\",6,\\\"땞땢\\\",8],\\n[\\\"8b81\\\",\\\"땫\\\",52,\\\"떢떣떥떦떧떩떬떭떮떯떲떶\\\",4,\\\"떾떿뗁뗂뗃뗅\\\",6,\\\"뗎뗒\\\",5,\\\"뗙\\\",18,\\\"뗭\\\",18],\\n[\\\"8c41\\\",\\\"똀\\\",15,\\\"똒똓똕똖똗똙\\\",4],\\n[\\\"8c61\\\",\\\"똞\\\",6,\\\"똦\\\",5,\\\"똭\\\",6,\\\"똵\\\",5],\\n[\\\"8c81\\\",\\\"똻\\\",12,\\\"뙉\\\",26,\\\"뙥뙦뙧뙩\\\",50,\\\"뚞뚟뚡뚢뚣뚥\\\",5,\\\"뚭뚮뚯뚰뚲\\\",16],\\n[\\\"8d41\\\",\\\"뛃\\\",16,\\\"뛕\\\",8],\\n[\\\"8d61\\\",\\\"뛞\\\",17,\\\"뛱뛲뛳뛵뛶뛷뛹뛺\\\"],\\n[\\\"8d81\\\",\\\"뛻\\\",4,\\\"뜂뜃뜄뜆\\\",33,\\\"뜪뜫뜭뜮뜱\\\",6,\\\"뜺뜼\\\",7,\\\"띅띆띇띉띊띋띍\\\",6,\\\"띖\\\",9,\\\"띡띢띣띥띦띧띩\\\",6,\\\"띲띴띶\\\",5,\\\"띾띿랁랂랃랅\\\",6,\\\"랎랓랔랕랚랛랝랞\\\"],\\n[\\\"8e41\\\",\\\"랟랡\\\",6,\\\"랪랮\\\",5,\\\"랶랷랹\\\",8],\\n[\\\"8e61\\\",\\\"럂\\\",4,\\\"럈럊\\\",19],\\n[\\\"8e81\\\",\\\"럞\\\",13,\\\"럮럯럱럲럳럵\\\",6,\\\"럾렂\\\",4,\\\"렊렋렍렎렏렑\\\",6,\\\"렚렜렞\\\",5,\\\"렦렧렩렪렫렭\\\",6,\\\"렶렺\\\",5,\\\"롁롂롃롅\\\",11,\\\"롒롔\\\",7,\\\"롞롟롡롢롣롥\\\",6,\\\"롮롰롲\\\",5,\\\"롹롺롻롽\\\",7],\\n[\\\"8f41\\\",\\\"뢅\\\",7,\\\"뢎\\\",17],\\n[\\\"8f61\\\",\\\"뢠\\\",7,\\\"뢩\\\",6,\\\"뢱뢲뢳뢵뢶뢷뢹\\\",4],\\n[\\\"8f81\\\",\\\"뢾뢿룂룄룆\\\",5,\\\"룍룎룏룑룒룓룕\\\",7,\\\"룞룠룢\\\",5,\\\"룪룫룭룮룯룱\\\",6,\\\"룺룼룾\\\",5,\\\"뤅\\\",18,\\\"뤙\\\",6,\\\"뤡\\\",26,\\\"뤾뤿륁륂륃륅\\\",6,\\\"륍륎륐륒\\\",5],\\n[\\\"9041\\\",\\\"륚륛륝륞륟륡\\\",6,\\\"륪륬륮\\\",5,\\\"륶륷륹륺륻륽\\\"],\\n[\\\"9061\\\",\\\"륾\\\",5,\\\"릆릈릋릌릏\\\",15],\\n[\\\"9081\\\",\\\"릟\\\",12,\\\"릮릯릱릲릳릵\\\",6,\\\"릾맀맂\\\",5,\\\"맊맋맍맓\\\",4,\\\"맚맜맟맠맢맦맧맩맪맫맭\\\",6,\\\"맶맻\\\",4,\\\"먂\\\",5,\\\"먉\\\",11,\\\"먖\\\",33,\\\"먺먻먽먾먿멁멃멄멅멆\\\"],\\n[\\\"9141\\\",\\\"멇멊멌멏멐멑멒멖멗멙멚멛멝\\\",6,\\\"멦멪\\\",5],\\n[\\\"9161\\\",\\\"멲멳멵멶멷멹\\\",9,\\\"몆몈몉몊몋몍\\\",5],\\n[\\\"9181\\\",\\\"몓\\\",20,\\\"몪몭몮몯몱몳\\\",4,\\\"몺몼몾\\\",5,\\\"뫅뫆뫇뫉\\\",14,\\\"뫚\\\",33,\\\"뫽뫾뫿묁묂묃묅\\\",7,\\\"묎묐묒\\\",5,\\\"묙묚묛묝묞묟묡\\\",6],\\n[\\\"9241\\\",\\\"묨묪묬\\\",7,\\\"묷묹묺묿\\\",4,\\\"뭆뭈뭊뭋뭌뭎뭑뭒\\\"],\\n[\\\"9261\\\",\\\"뭓뭕뭖뭗뭙\\\",7,\\\"뭢뭤\\\",7,\\\"뭭\\\",4],\\n[\\\"9281\\\",\\\"뭲\\\",21,\\\"뮉뮊뮋뮍뮎뮏뮑\\\",18,\\\"뮥뮦뮧뮩뮪뮫뮭\\\",6,\\\"뮵뮶뮸\\\",7,\\\"믁믂믃믅믆믇믉\\\",6,\\\"믑믒믔\\\",35,\\\"믺믻믽믾밁\\\"],\\n[\\\"9341\\\",\\\"밃\\\",4,\\\"밊밎밐밒밓밙밚밠밡밢밣밦밨밪밫밬밮밯밲밳밵\\\"],\\n[\\\"9361\\\",\\\"밶밷밹\\\",6,\\\"뱂뱆뱇뱈뱊뱋뱎뱏뱑\\\",8],\\n[\\\"9381\\\",\\\"뱚뱛뱜뱞\\\",37,\\\"벆벇벉벊벍벏\\\",4,\\\"벖벘벛\\\",4,\\\"벢벣벥벦벩\\\",6,\\\"벲벶\\\",5,\\\"벾벿볁볂볃볅\\\",7,\\\"볎볒볓볔볖볗볙볚볛볝\\\",22,\\\"볷볹볺볻볽\\\"],\\n[\\\"9441\\\",\\\"볾\\\",5,\\\"봆봈봊\\\",5,\\\"봑봒봓봕\\\",8],\\n[\\\"9461\\\",\\\"봞\\\",5,\\\"봥\\\",6,\\\"봭\\\",12],\\n[\\\"9481\\\",\\\"봺\\\",5,\\\"뵁\\\",6,\\\"뵊뵋뵍뵎뵏뵑\\\",6,\\\"뵚\\\",9,\\\"뵥뵦뵧뵩\\\",22,\\\"붂붃붅붆붋\\\",4,\\\"붒붔붖붗붘붛붝\\\",6,\\\"붥\\\",10,\\\"붱\\\",6,\\\"붹\\\",24],\\n[\\\"9541\\\",\\\"뷒뷓뷖뷗뷙뷚뷛뷝\\\",11,\\\"뷪\\\",5,\\\"뷱\\\"],\\n[\\\"9561\\\",\\\"뷲뷳뷵뷶뷷뷹\\\",6,\\\"븁븂븄븆\\\",5,\\\"븎븏븑븒븓\\\"],\\n[\\\"9581\\\",\\\"븕\\\",6,\\\"븞븠\\\",35,\\\"빆빇빉빊빋빍빏\\\",4,\\\"빖빘빜빝빞빟빢빣빥빦빧빩빫\\\",4,\\\"빲빶\\\",4,\\\"빾빿뺁뺂뺃뺅\\\",6,\\\"뺎뺒\\\",5,\\\"뺚\\\",13,\\\"뺩\\\",14],\\n[\\\"9641\\\",\\\"뺸\\\",23,\\\"뻒뻓\\\"],\\n[\\\"9661\\\",\\\"뻕뻖뻙\\\",6,\\\"뻡뻢뻦\\\",5,\\\"뻭\\\",8],\\n[\\\"9681\\\",\\\"뻶\\\",10,\\\"뼂\\\",5,\\\"뼊\\\",13,\\\"뼚뼞\\\",33,\\\"뽂뽃뽅뽆뽇뽉\\\",6,\\\"뽒뽓뽔뽖\\\",44],\\n[\\\"9741\\\",\\\"뾃\\\",16,\\\"뾕\\\",8],\\n[\\\"9761\\\",\\\"뾞\\\",17,\\\"뾱\\\",7],\\n[\\\"9781\\\",\\\"뾹\\\",11,\\\"뿆\\\",5,\\\"뿎뿏뿑뿒뿓뿕\\\",6,\\\"뿝뿞뿠뿢\\\",89,\\\"쀽쀾쀿\\\"],\\n[\\\"9841\\\",\\\"쁀\\\",16,\\\"쁒\\\",5,\\\"쁙쁚쁛\\\"],\\n[\\\"9861\\\",\\\"쁝쁞쁟쁡\\\",6,\\\"쁪\\\",15],\\n[\\\"9881\\\",\\\"쁺\\\",21,\\\"삒삓삕삖삗삙\\\",6,\\\"삢삤삦\\\",5,\\\"삮삱삲삷\\\",4,\\\"삾샂샃샄샆샇샊샋샍샎샏샑\\\",6,\\\"샚샞\\\",5,\\\"샦샧샩샪샫샭\\\",6,\\\"샶샸샺\\\",5,\\\"섁섂섃섅섆섇섉\\\",6,\\\"섑섒섓섔섖\\\",5,\\\"섡섢섥섨섩섪섫섮\\\"],\\n[\\\"9941\\\",\\\"섲섳섴섵섷섺섻섽섾섿셁\\\",6,\\\"셊셎\\\",5,\\\"셖셗\\\"],\\n[\\\"9961\\\",\\\"셙셚셛셝\\\",6,\\\"셦셪\\\",5,\\\"셱셲셳셵셶셷셹셺셻\\\"],\\n[\\\"9981\\\",\\\"셼\\\",8,\\\"솆\\\",5,\\\"솏솑솒솓솕솗\\\",4,\\\"솞솠솢솣솤솦솧솪솫솭솮솯솱\\\",11,\\\"솾\\\",5,\\\"쇅쇆쇇쇉쇊쇋쇍\\\",6,\\\"쇕쇖쇙\\\",6,\\\"쇡쇢쇣쇥쇦쇧쇩\\\",6,\\\"쇲쇴\\\",7,\\\"쇾쇿숁숂숃숅\\\",6,\\\"숎숐숒\\\",5,\\\"숚숛숝숞숡숢숣\\\"],\\n[\\\"9a41\\\",\\\"숤숥숦숧숪숬숮숰숳숵\\\",16],\\n[\\\"9a61\\\",\\\"쉆쉇쉉\\\",6,\\\"쉒쉓쉕쉖쉗쉙\\\",6,\\\"쉡쉢쉣쉤쉦\\\"],\\n[\\\"9a81\\\",\\\"쉧\\\",4,\\\"쉮쉯쉱쉲쉳쉵\\\",6,\\\"쉾슀슂\\\",5,\\\"슊\\\",5,\\\"슑\\\",6,\\\"슙슚슜슞\\\",5,\\\"슦슧슩슪슫슮\\\",5,\\\"슶슸슺\\\",33,\\\"싞싟싡싢싥\\\",5,\\\"싮싰싲싳싴싵싷싺싽싾싿쌁\\\",6,\\\"쌊쌋쌎쌏\\\"],\\n[\\\"9b41\\\",\\\"쌐쌑쌒쌖쌗쌙쌚쌛쌝\\\",6,\\\"쌦쌧쌪\\\",8],\\n[\\\"9b61\\\",\\\"쌳\\\",17,\\\"썆\\\",7],\\n[\\\"9b81\\\",\\\"썎\\\",25,\\\"썪썫썭썮썯썱썳\\\",4,\\\"썺썻썾\\\",5,\\\"쎅쎆쎇쎉쎊쎋쎍\\\",50,\\\"쏁\\\",22,\\\"쏚\\\"],\\n[\\\"9c41\\\",\\\"쏛쏝쏞쏡쏣\\\",4,\\\"쏪쏫쏬쏮\\\",5,\\\"쏶쏷쏹\\\",5],\\n[\\\"9c61\\\",\\\"쏿\\\",8,\\\"쐉\\\",6,\\\"쐑\\\",9],\\n[\\\"9c81\\\",\\\"쐛\\\",8,\\\"쐥\\\",6,\\\"쐭쐮쐯쐱쐲쐳쐵\\\",6,\\\"쐾\\\",9,\\\"쑉\\\",26,\\\"쑦쑧쑩쑪쑫쑭\\\",6,\\\"쑶쑷쑸쑺\\\",5,\\\"쒁\\\",18,\\\"쒕\\\",6,\\\"쒝\\\",12],\\n[\\\"9d41\\\",\\\"쒪\\\",13,\\\"쒹쒺쒻쒽\\\",8],\\n[\\\"9d61\\\",\\\"쓆\\\",25],\\n[\\\"9d81\\\",\\\"쓠\\\",8,\\\"쓪\\\",5,\\\"쓲쓳쓵쓶쓷쓹쓻쓼쓽쓾씂\\\",9,\\\"씍씎씏씑씒씓씕\\\",6,\\\"씝\\\",10,\\\"씪씫씭씮씯씱\\\",6,\\\"씺씼씾\\\",5,\\\"앆앇앋앏앐앑앒앖앚앛앜앟앢앣앥앦앧앩\\\",6,\\\"앲앶\\\",5,\\\"앾앿얁얂얃얅얆얈얉얊얋얎얐얒얓얔\\\"],\\n[\\\"9e41\\\",\\\"얖얙얚얛얝얞얟얡\\\",7,\\\"얪\\\",9,\\\"얶\\\"],\\n[\\\"9e61\\\",\\\"얷얺얿\\\",4,\\\"엋엍엏엒엓엕엖엗엙\\\",6,\\\"엢엤엦엧\\\"],\\n[\\\"9e81\\\",\\\"엨엩엪엫엯엱엲엳엵엸엹엺엻옂옃옄옉옊옋옍옎옏옑\\\",6,\\\"옚옝\\\",6,\\\"옦옧옩옪옫옯옱옲옶옸옺옼옽옾옿왂왃왅왆왇왉\\\",6,\\\"왒왖\\\",5,\\\"왞왟왡\\\",10,\\\"왭왮왰왲\\\",5,\\\"왺왻왽왾왿욁\\\",6,\\\"욊욌욎\\\",5,\\\"욖욗욙욚욛욝\\\",6,\\\"욦\\\"],\\n[\\\"9f41\\\",\\\"욨욪\\\",5,\\\"욲욳욵욶욷욻\\\",4,\\\"웂웄웆\\\",5,\\\"웎\\\"],\\n[\\\"9f61\\\",\\\"웏웑웒웓웕\\\",6,\\\"웞웟웢\\\",5,\\\"웪웫웭웮웯웱웲\\\"],\\n[\\\"9f81\\\",\\\"웳\\\",4,\\\"웺웻웼웾\\\",5,\\\"윆윇윉윊윋윍\\\",6,\\\"윖윘윚\\\",5,\\\"윢윣윥윦윧윩\\\",6,\\\"윲윴윶윸윹윺윻윾윿읁읂읃읅\\\",4,\\\"읋읎읐읙읚읛읝읞읟읡\\\",6,\\\"읩읪읬\\\",7,\\\"읶읷읹읺읻읿잀잁잂잆잋잌잍잏잒잓잕잙잛\\\",4,\\\"잢잧\\\",4,\\\"잮잯잱잲잳잵잶잷\\\"],\\n[\\\"a041\\\",\\\"잸잹잺잻잾쟂\\\",5,\\\"쟊쟋쟍쟏쟑\\\",6,\\\"쟙쟚쟛쟜\\\"],\\n[\\\"a061\\\",\\\"쟞\\\",5,\\\"쟥쟦쟧쟩쟪쟫쟭\\\",13],\\n[\\\"a081\\\",\\\"쟻\\\",4,\\\"젂젃젅젆젇젉젋\\\",4,\\\"젒젔젗\\\",4,\\\"젞젟젡젢젣젥\\\",6,\\\"젮젰젲\\\",5,\\\"젹젺젻젽젾젿졁\\\",6,\\\"졊졋졎\\\",5,\\\"졕\\\",26,\\\"졲졳졵졶졷졹졻\\\",4,\\\"좂좄좈좉좊좎\\\",5,\\\"좕\\\",7,\\\"좞좠좢좣좤\\\"],\\n[\\\"a141\\\",\\\"좥좦좧좩\\\",18,\\\"좾좿죀죁\\\"],\\n[\\\"a161\\\",\\\"죂죃죅죆죇죉죊죋죍\\\",6,\\\"죖죘죚\\\",5,\\\"죢죣죥\\\"],\\n[\\\"a181\\\",\\\"죦\\\",14,\\\"죶\\\",5,\\\"죾죿줁줂줃줇\\\",4,\\\"줎　、。·‥…¨〃­―∥＼∼‘’“”〔〕〈\\\",9,\\\"±×÷≠≤≥∞∴°′″℃Å￠￡￥♂♀∠⊥⌒∂∇≡≒§※☆★○●◎◇◆□■△▲▽▼→←↑↓↔〓≪≫√∽∝∵∫∬∈∋⊆⊇⊂⊃∪∩∧∨￢\\\"],\\n[\\\"a241\\\",\\\"줐줒\\\",5,\\\"줙\\\",18],\\n[\\\"a261\\\",\\\"줭\\\",6,\\\"줵\\\",18],\\n[\\\"a281\\\",\\\"쥈\\\",7,\\\"쥒쥓쥕쥖쥗쥙\\\",6,\\\"쥢쥤\\\",7,\\\"쥭쥮쥯⇒⇔∀∃´～ˇ˘˝˚˙¸˛¡¿ː∮∑∏¤℉‰◁◀▷▶♤♠♡♥♧♣⊙◈▣◐◑▒▤▥▨▧▦▩♨☏☎☜☞¶†‡↕↗↙↖↘♭♩♪♬㉿㈜№㏇™㏂㏘℡€®\\\"],\\n[\\\"a341\\\",\\\"쥱쥲쥳쥵\\\",6,\\\"쥽\\\",10,\\\"즊즋즍즎즏\\\"],\\n[\\\"a361\\\",\\\"즑\\\",6,\\\"즚즜즞\\\",16],\\n[\\\"a381\\\",\\\"즯\\\",16,\\\"짂짃짅짆짉짋\\\",4,\\\"짒짔짗짘짛！\\\",58,\\\"￦］\\\",32,\\\"￣\\\"],\\n[\\\"a441\\\",\\\"짞짟짡짣짥짦짨짩짪짫짮짲\\\",5,\\\"짺짻짽짾짿쨁쨂쨃쨄\\\"],\\n[\\\"a461\\\",\\\"쨅쨆쨇쨊쨎\\\",5,\\\"쨕쨖쨗쨙\\\",12],\\n[\\\"a481\\\",\\\"쨦쨧쨨쨪\\\",28,\\\"ㄱ\\\",93],\\n[\\\"a541\\\",\\\"쩇\\\",4,\\\"쩎쩏쩑쩒쩓쩕\\\",6,\\\"쩞쩢\\\",5,\\\"쩩쩪\\\"],\\n[\\\"a561\\\",\\\"쩫\\\",17,\\\"쩾\\\",5,\\\"쪅쪆\\\"],\\n[\\\"a581\\\",\\\"쪇\\\",16,\\\"쪙\\\",14,\\\"ⅰ\\\",9],\\n[\\\"a5b0\\\",\\\"Ⅰ\\\",9],\\n[\\\"a5c1\\\",\\\"Α\\\",16,\\\"Σ\\\",6],\\n[\\\"a5e1\\\",\\\"α\\\",16,\\\"σ\\\",6],\\n[\\\"a641\\\",\\\"쪨\\\",19,\\\"쪾쪿쫁쫂쫃쫅\\\"],\\n[\\\"a661\\\",\\\"쫆\\\",5,\\\"쫎쫐쫒쫔쫕쫖쫗쫚\\\",5,\\\"쫡\\\",6],\\n[\\\"a681\\\",\\\"쫨쫩쫪쫫쫭\\\",6,\\\"쫵\\\",18,\\\"쬉쬊─│┌┐┘└├┬┤┴┼━┃┏┓┛┗┣┳┫┻╋┠┯┨┷┿┝┰┥┸╂┒┑┚┙┖┕┎┍┞┟┡┢┦┧┩┪┭┮┱┲┵┶┹┺┽┾╀╁╃\\\",7],\\n[\\\"a741\\\",\\\"쬋\\\",4,\\\"쬑쬒쬓쬕쬖쬗쬙\\\",6,\\\"쬢\\\",7],\\n[\\\"a761\\\",\\\"쬪\\\",22,\\\"쭂쭃쭄\\\"],\\n[\\\"a781\\\",\\\"쭅쭆쭇쭊쭋쭍쭎쭏쭑\\\",6,\\\"쭚쭛쭜쭞\\\",5,\\\"쭥\\\",7,\\\"㎕㎖㎗ℓ㎘㏄㎣㎤㎥㎦㎙\\\",9,\\\"㏊㎍㎎㎏㏏㎈㎉㏈㎧㎨㎰\\\",9,\\\"㎀\\\",4,\\\"㎺\\\",5,\\\"㎐\\\",4,\\\"Ω㏀㏁㎊㎋㎌㏖㏅㎭㎮㎯㏛㎩㎪㎫㎬㏝㏐㏓㏃㏉㏜㏆\\\"],\\n[\\\"a841\\\",\\\"쭭\\\",10,\\\"쭺\\\",14],\\n[\\\"a861\\\",\\\"쮉\\\",18,\\\"쮝\\\",6],\\n[\\\"a881\\\",\\\"쮤\\\",19,\\\"쮹\\\",11,\\\"ÆÐªĦ\\\"],\\n[\\\"a8a6\\\",\\\"Ĳ\\\"],\\n[\\\"a8a8\\\",\\\"ĿŁØŒºÞŦŊ\\\"],\\n[\\\"a8b1\\\",\\\"㉠\\\",27,\\\"ⓐ\\\",25,\\\"①\\\",14,\\\"½⅓⅔¼¾⅛⅜⅝⅞\\\"],\\n[\\\"a941\\\",\\\"쯅\\\",14,\\\"쯕\\\",10],\\n[\\\"a961\\\",\\\"쯠쯡쯢쯣쯥쯦쯨쯪\\\",18],\\n[\\\"a981\\\",\\\"쯽\\\",14,\\\"찎찏찑찒찓찕\\\",6,\\\"찞찟찠찣찤æđðħıĳĸŀłøœßþŧŋŉ㈀\\\",27,\\\"⒜\\\",25,\\\"⑴\\\",14,\\\"¹²³⁴ⁿ₁₂₃₄\\\"],\\n[\\\"aa41\\\",\\\"찥찦찪찫찭찯찱\\\",6,\\\"찺찿\\\",4,\\\"챆챇챉챊챋챍챎\\\"],\\n[\\\"aa61\\\",\\\"챏\\\",4,\\\"챖챚\\\",5,\\\"챡챢챣챥챧챩\\\",6,\\\"챱챲\\\"],\\n[\\\"aa81\\\",\\\"챳챴챶\\\",29,\\\"ぁ\\\",82],\\n[\\\"ab41\\\",\\\"첔첕첖첗첚첛첝첞첟첡\\\",6,\\\"첪첮\\\",5,\\\"첶첷첹\\\"],\\n[\\\"ab61\\\",\\\"첺첻첽\\\",6,\\\"쳆쳈쳊\\\",5,\\\"쳑쳒쳓쳕\\\",5],\\n[\\\"ab81\\\",\\\"쳛\\\",8,\\\"쳥\\\",6,\\\"쳭쳮쳯쳱\\\",12,\\\"ァ\\\",85],\\n[\\\"ac41\\\",\\\"쳾쳿촀촂\\\",5,\\\"촊촋촍촎촏촑\\\",6,\\\"촚촜촞촟촠\\\"],\\n[\\\"ac61\\\",\\\"촡촢촣촥촦촧촩촪촫촭\\\",11,\\\"촺\\\",4],\\n[\\\"ac81\\\",\\\"촿\\\",28,\\\"쵝쵞쵟А\\\",5,\\\"ЁЖ\\\",25],\\n[\\\"acd1\\\",\\\"а\\\",5,\\\"ёж\\\",25],\\n[\\\"ad41\\\",\\\"쵡쵢쵣쵥\\\",6,\\\"쵮쵰쵲\\\",5,\\\"쵹\\\",7],\\n[\\\"ad61\\\",\\\"춁\\\",6,\\\"춉\\\",10,\\\"춖춗춙춚춛춝춞춟\\\"],\\n[\\\"ad81\\\",\\\"춠춡춢춣춦춨춪\\\",5,\\\"춱\\\",18,\\\"췅\\\"],\\n[\\\"ae41\\\",\\\"췆\\\",5,\\\"췍췎췏췑\\\",16],\\n[\\\"ae61\\\",\\\"췢\\\",5,\\\"췩췪췫췭췮췯췱\\\",6,\\\"췺췼췾\\\",4],\\n[\\\"ae81\\\",\\\"츃츅츆츇츉츊츋츍\\\",6,\\\"츕츖츗츘츚\\\",5,\\\"츢츣츥츦츧츩츪츫\\\"],\\n[\\\"af41\\\",\\\"츬츭츮츯츲츴츶\\\",19],\\n[\\\"af61\\\",\\\"칊\\\",13,\\\"칚칛칝칞칢\\\",5,\\\"칪칬\\\"],\\n[\\\"af81\\\",\\\"칮\\\",5,\\\"칶칷칹칺칻칽\\\",6,\\\"캆캈캊\\\",5,\\\"캒캓캕캖캗캙\\\"],\\n[\\\"b041\\\",\\\"캚\\\",5,\\\"캢캦\\\",5,\\\"캮\\\",12],\\n[\\\"b061\\\",\\\"캻\\\",5,\\\"컂\\\",19],\\n[\\\"b081\\\",\\\"컖\\\",13,\\\"컦컧컩컪컭\\\",6,\\\"컶컺\\\",5,\\\"가각간갇갈갉갊감\\\",7,\\\"같\\\",4,\\\"갠갤갬갭갯갰갱갸갹갼걀걋걍걔걘걜거걱건걷걸걺검겁것겄겅겆겉겊겋게겐겔겜겝겟겠겡겨격겪견겯결겸겹겻겼경곁계곈곌곕곗고곡곤곧골곪곬곯곰곱곳공곶과곽관괄괆\\\"],\\n[\\\"b141\\\",\\\"켂켃켅켆켇켉\\\",6,\\\"켒켔켖\\\",5,\\\"켝켞켟켡켢켣\\\"],\\n[\\\"b161\\\",\\\"켥\\\",6,\\\"켮켲\\\",5,\\\"켹\\\",11],\\n[\\\"b181\\\",\\\"콅\\\",14,\\\"콖콗콙콚콛콝\\\",6,\\\"콦콨콪콫콬괌괍괏광괘괜괠괩괬괭괴괵괸괼굄굅굇굉교굔굘굡굣구국군굳굴굵굶굻굼굽굿궁궂궈궉권궐궜궝궤궷귀귁귄귈귐귑귓규균귤그극근귿글긁금급긋긍긔기긱긴긷길긺김깁깃깅깆깊까깍깎깐깔깖깜깝깟깠깡깥깨깩깬깰깸\\\"],\\n[\\\"b241\\\",\\\"콭콮콯콲콳콵콶콷콹\\\",6,\\\"쾁쾂쾃쾄쾆\\\",5,\\\"쾍\\\"],\\n[\\\"b261\\\",\\\"쾎\\\",18,\\\"쾢\\\",5,\\\"쾩\\\"],\\n[\\\"b281\\\",\\\"쾪\\\",5,\\\"쾱\\\",18,\\\"쿅\\\",6,\\\"깹깻깼깽꺄꺅꺌꺼꺽꺾껀껄껌껍껏껐껑께껙껜껨껫껭껴껸껼꼇꼈꼍꼐꼬꼭꼰꼲꼴꼼꼽꼿꽁꽂꽃꽈꽉꽐꽜꽝꽤꽥꽹꾀꾄꾈꾐꾑꾕꾜꾸꾹꾼꿀꿇꿈꿉꿋꿍꿎꿔꿜꿨꿩꿰꿱꿴꿸뀀뀁뀄뀌뀐뀔뀜뀝뀨끄끅끈끊끌끎끓끔끕끗끙\\\"],\\n[\\\"b341\\\",\\\"쿌\\\",19,\\\"쿢쿣쿥쿦쿧쿩\\\"],\\n[\\\"b361\\\",\\\"쿪\\\",5,\\\"쿲쿴쿶\\\",5,\\\"쿽쿾쿿퀁퀂퀃퀅\\\",5],\\n[\\\"b381\\\",\\\"퀋\\\",5,\\\"퀒\\\",5,\\\"퀙\\\",19,\\\"끝끼끽낀낄낌낍낏낑나낙낚난낟날낡낢남납낫\\\",4,\\\"낱낳내낵낸낼냄냅냇냈냉냐냑냔냘냠냥너넉넋넌널넒넓넘넙넛넜넝넣네넥넨넬넴넵넷넸넹녀녁년녈념녑녔녕녘녜녠노녹논놀놂놈놉놋농높놓놔놘놜놨뇌뇐뇔뇜뇝\\\"],\\n[\\\"b441\\\",\\\"퀮\\\",5,\\\"퀶퀷퀹퀺퀻퀽\\\",6,\\\"큆큈큊\\\",5],\\n[\\\"b461\\\",\\\"큑큒큓큕큖큗큙\\\",6,\\\"큡\\\",10,\\\"큮큯\\\"],\\n[\\\"b481\\\",\\\"큱큲큳큵\\\",6,\\\"큾큿킀킂\\\",18,\\\"뇟뇨뇩뇬뇰뇹뇻뇽누눅눈눋눌눔눕눗눙눠눴눼뉘뉜뉠뉨뉩뉴뉵뉼늄늅늉느늑는늘늙늚늠늡늣능늦늪늬늰늴니닉닌닐닒님닙닛닝닢다닥닦단닫\\\",4,\\\"닳담답닷\\\",4,\\\"닿대댁댄댈댐댑댓댔댕댜더덕덖던덛덜덞덟덤덥\\\"],\\n[\\\"b541\\\",\\\"킕\\\",14,\\\"킦킧킩킪킫킭\\\",5],\\n[\\\"b561\\\",\\\"킳킶킸킺\\\",5,\\\"탂탃탅탆탇탊\\\",5,\\\"탒탖\\\",4],\\n[\\\"b581\\\",\\\"탛탞탟탡탢탣탥\\\",6,\\\"탮탲\\\",5,\\\"탹\\\",11,\\\"덧덩덫덮데덱덴델뎀뎁뎃뎄뎅뎌뎐뎔뎠뎡뎨뎬도독돈돋돌돎돐돔돕돗동돛돝돠돤돨돼됐되된될됨됩됫됴두둑둔둘둠둡둣둥둬뒀뒈뒝뒤뒨뒬뒵뒷뒹듀듄듈듐듕드득든듣들듦듬듭듯등듸디딕딘딛딜딤딥딧딨딩딪따딱딴딸\\\"],\\n[\\\"b641\\\",\\\"턅\\\",7,\\\"턎\\\",17],\\n[\\\"b661\\\",\\\"턠\\\",15,\\\"턲턳턵턶턷턹턻턼턽턾\\\"],\\n[\\\"b681\\\",\\\"턿텂텆\\\",5,\\\"텎텏텑텒텓텕\\\",6,\\\"텞텠텢\\\",5,\\\"텩텪텫텭땀땁땃땄땅땋때땍땐땔땜땝땟땠땡떠떡떤떨떪떫떰떱떳떴떵떻떼떽뗀뗄뗌뗍뗏뗐뗑뗘뗬또똑똔똘똥똬똴뙈뙤뙨뚜뚝뚠뚤뚫뚬뚱뛔뛰뛴뛸뜀뜁뜅뜨뜩뜬뜯뜰뜸뜹뜻띄띈띌띔띕띠띤띨띰띱띳띵라락란랄람랍랏랐랑랒랖랗\\\"],\\n[\\\"b741\\\",\\\"텮\\\",13,\\\"텽\\\",6,\\\"톅톆톇톉톊\\\"],\\n[\\\"b761\\\",\\\"톋\\\",20,\\\"톢톣톥톦톧\\\"],\\n[\\\"b781\\\",\\\"톩\\\",6,\\\"톲톴톶톷톸톹톻톽톾톿퇁\\\",14,\\\"래랙랜랠램랩랫랬랭랴략랸럇량러럭런럴럼럽럿렀렁렇레렉렌렐렘렙렛렝려력련렬렴렵렷렸령례롄롑롓로록론롤롬롭롯롱롸롼뢍뢨뢰뢴뢸룀룁룃룅료룐룔룝룟룡루룩룬룰룸룹룻룽뤄뤘뤠뤼뤽륀륄륌륏륑류륙륜률륨륩\\\"],\\n[\\\"b841\\\",\\\"퇐\\\",7,\\\"퇙\\\",17],\\n[\\\"b861\\\",\\\"퇫\\\",8,\\\"퇵퇶퇷퇹\\\",13],\\n[\\\"b881\\\",\\\"툈툊\\\",5,\\\"툑\\\",24,\\\"륫륭르륵른를름릅릇릉릊릍릎리릭린릴림립릿링마막만많\\\",4,\\\"맘맙맛망맞맡맣매맥맨맬맴맵맷맸맹맺먀먁먈먕머먹먼멀멂멈멉멋멍멎멓메멕멘멜멤멥멧멨멩며멱면멸몃몄명몇몌모목몫몬몰몲몸몹못몽뫄뫈뫘뫙뫼\\\"],\\n[\\\"b941\\\",\\\"툪툫툮툯툱툲툳툵\\\",6,\\\"툾퉀퉂\\\",5,\\\"퉉퉊퉋퉌\\\"],\\n[\\\"b961\\\",\\\"퉍\\\",14,\\\"퉝\\\",6,\\\"퉥퉦퉧퉨\\\"],\\n[\\\"b981\\\",\\\"퉩\\\",22,\\\"튂튃튅튆튇튉튊튋튌묀묄묍묏묑묘묜묠묩묫무묵묶문묻물묽묾뭄뭅뭇뭉뭍뭏뭐뭔뭘뭡뭣뭬뮈뮌뮐뮤뮨뮬뮴뮷므믄믈믐믓미믹민믿밀밂밈밉밋밌밍및밑바\\\",4,\\\"받\\\",4,\\\"밤밥밧방밭배백밴밸뱀뱁뱃뱄뱅뱉뱌뱍뱐뱝버벅번벋벌벎범법벗\\\"],\\n[\\\"ba41\\\",\\\"튍튎튏튒튓튔튖\\\",5,\\\"튝튞튟튡튢튣튥\\\",6,\\\"튭\\\"],\\n[\\\"ba61\\\",\\\"튮튯튰튲\\\",5,\\\"튺튻튽튾틁틃\\\",4,\\\"틊틌\\\",5],\\n[\\\"ba81\\\",\\\"틒틓틕틖틗틙틚틛틝\\\",6,\\\"틦\\\",9,\\\"틲틳틵틶틷틹틺벙벚베벡벤벧벨벰벱벳벴벵벼벽변별볍볏볐병볕볘볜보복볶본볼봄봅봇봉봐봔봤봬뵀뵈뵉뵌뵐뵘뵙뵤뵨부북분붇불붉붊붐붑붓붕붙붚붜붤붰붸뷔뷕뷘뷜뷩뷰뷴뷸븀븃븅브븍븐블븜븝븟비빅빈빌빎빔빕빗빙빚빛빠빡빤\\\"],\\n[\\\"bb41\\\",\\\"틻\\\",4,\\\"팂팄팆\\\",5,\\\"팏팑팒팓팕팗\\\",4,\\\"팞팢팣\\\"],\\n[\\\"bb61\\\",\\\"팤팦팧팪팫팭팮팯팱\\\",6,\\\"팺팾\\\",5,\\\"퍆퍇퍈퍉\\\"],\\n[\\\"bb81\\\",\\\"퍊\\\",31,\\\"빨빪빰빱빳빴빵빻빼빽뺀뺄뺌뺍뺏뺐뺑뺘뺙뺨뻐뻑뻔뻗뻘뻠뻣뻤뻥뻬뼁뼈뼉뼘뼙뼛뼜뼝뽀뽁뽄뽈뽐뽑뽕뾔뾰뿅뿌뿍뿐뿔뿜뿟뿡쀼쁑쁘쁜쁠쁨쁩삐삑삔삘삠삡삣삥사삭삯산삳살삵삶삼삽삿샀상샅새색샌샐샘샙샛샜생샤\\\"],\\n[\\\"bc41\\\",\\\"퍪\\\",17,\\\"퍾퍿펁펂펃펅펆펇\\\"],\\n[\\\"bc61\\\",\\\"펈펉펊펋펎펒\\\",5,\\\"펚펛펝펞펟펡\\\",6,\\\"펪펬펮\\\"],\\n[\\\"bc81\\\",\\\"펯\\\",4,\\\"펵펶펷펹펺펻펽\\\",6,\\\"폆폇폊\\\",5,\\\"폑\\\",5,\\\"샥샨샬샴샵샷샹섀섄섈섐섕서\\\",4,\\\"섣설섦섧섬섭섯섰성섶세섹센셀셈셉셋셌셍셔셕션셜셤셥셧셨셩셰셴셸솅소속솎손솔솖솜솝솟송솥솨솩솬솰솽쇄쇈쇌쇔쇗쇘쇠쇤쇨쇰쇱쇳쇼쇽숀숄숌숍숏숑수숙순숟술숨숩숫숭\\\"],\\n[\\\"bd41\\\",\\\"폗폙\\\",7,\\\"폢폤\\\",7,\\\"폮폯폱폲폳폵폶폷\\\"],\\n[\\\"bd61\\\",\\\"폸폹폺폻폾퐀퐂\\\",5,\\\"퐉\\\",13],\\n[\\\"bd81\\\",\\\"퐗\\\",5,\\\"퐞\\\",25,\\\"숯숱숲숴쉈쉐쉑쉔쉘쉠쉥쉬쉭쉰쉴쉼쉽쉿슁슈슉슐슘슛슝스슥슨슬슭슴습슷승시식신싣실싫심십싯싱싶싸싹싻싼쌀쌈쌉쌌쌍쌓쌔쌕쌘쌜쌤쌥쌨쌩썅써썩썬썰썲썸썹썼썽쎄쎈쎌쏀쏘쏙쏜쏟쏠쏢쏨쏩쏭쏴쏵쏸쐈쐐쐤쐬쐰\\\"],\\n[\\\"be41\\\",\\\"퐸\\\",7,\\\"푁푂푃푅\\\",14],\\n[\\\"be61\\\",\\\"푔\\\",7,\\\"푝푞푟푡푢푣푥\\\",7,\\\"푮푰푱푲\\\"],\\n[\\\"be81\\\",\\\"푳\\\",4,\\\"푺푻푽푾풁풃\\\",4,\\\"풊풌풎\\\",5,\\\"풕\\\",8,\\\"쐴쐼쐽쑈쑤쑥쑨쑬쑴쑵쑹쒀쒔쒜쒸쒼쓩쓰쓱쓴쓸쓺쓿씀씁씌씐씔씜씨씩씬씰씸씹씻씽아악안앉않알앍앎앓암압앗았앙앝앞애액앤앨앰앱앳앴앵야약얀얄얇얌얍얏양얕얗얘얜얠얩어억언얹얻얼얽얾엄\\\",6,\\\"엌엎\\\"],\\n[\\\"bf41\\\",\\\"풞\\\",10,\\\"풪\\\",14],\\n[\\\"bf61\\\",\\\"풹\\\",18,\\\"퓍퓎퓏퓑퓒퓓퓕\\\"],\\n[\\\"bf81\\\",\\\"퓖\\\",5,\\\"퓝퓞퓠\\\",7,\\\"퓩퓪퓫퓭퓮퓯퓱\\\",6,\\\"퓹퓺퓼에엑엔엘엠엡엣엥여역엮연열엶엷염\\\",5,\\\"옅옆옇예옌옐옘옙옛옜오옥온올옭옮옰옳옴옵옷옹옻와왁완왈왐왑왓왔왕왜왝왠왬왯왱외왹왼욀욈욉욋욍요욕욘욜욤욥욧용우욱운울욹욺움웁웃웅워웍원월웜웝웠웡웨\\\"],\\n[\\\"c041\\\",\\\"퓾\\\",5,\\\"픅픆픇픉픊픋픍\\\",6,\\\"픖픘\\\",5],\\n[\\\"c061\\\",\\\"픞\\\",25],\\n[\\\"c081\\\",\\\"픸픹픺픻픾픿핁핂핃핅\\\",6,\\\"핎핐핒\\\",5,\\\"핚핛핝핞핟핡핢핣웩웬웰웸웹웽위윅윈윌윔윕윗윙유육윤율윰윱윳융윷으윽은을읊음읍읏응\\\",7,\\\"읜읠읨읫이익인일읽읾잃임입잇있잉잊잎자작잔잖잗잘잚잠잡잣잤장잦재잭잰잴잼잽잿쟀쟁쟈쟉쟌쟎쟐쟘쟝쟤쟨쟬저적전절젊\\\"],\\n[\\\"c141\\\",\\\"핤핦핧핪핬핮\\\",5,\\\"핶핷핹핺핻핽\\\",6,\\\"햆햊햋\\\"],\\n[\\\"c161\\\",\\\"햌햍햎햏햑\\\",19,\\\"햦햧\\\"],\\n[\\\"c181\\\",\\\"햨\\\",31,\\\"점접젓정젖제젝젠젤젬젭젯젱져젼졀졈졉졌졍졔조족존졸졺좀좁좃종좆좇좋좌좍좔좝좟좡좨좼좽죄죈죌죔죕죗죙죠죡죤죵주죽준줄줅줆줌줍줏중줘줬줴쥐쥑쥔쥘쥠쥡쥣쥬쥰쥴쥼즈즉즌즐즘즙즛증지직진짇질짊짐집짓\\\"],\\n[\\\"c241\\\",\\\"헊헋헍헎헏헑헓\\\",4,\\\"헚헜헞\\\",5,\\\"헦헧헩헪헫헭헮\\\"],\\n[\\\"c261\\\",\\\"헯\\\",4,\\\"헶헸헺\\\",5,\\\"혂혃혅혆혇혉\\\",6,\\\"혒\\\"],\\n[\\\"c281\\\",\\\"혖\\\",5,\\\"혝혞혟혡혢혣혥\\\",7,\\\"혮\\\",9,\\\"혺혻징짖짙짚짜짝짠짢짤짧짬짭짯짰짱째짹짼쨀쨈쨉쨋쨌쨍쨔쨘쨩쩌쩍쩐쩔쩜쩝쩟쩠쩡쩨쩽쪄쪘쪼쪽쫀쫄쫌쫍쫏쫑쫓쫘쫙쫠쫬쫴쬈쬐쬔쬘쬠쬡쭁쭈쭉쭌쭐쭘쭙쭝쭤쭸쭹쮜쮸쯔쯤쯧쯩찌찍찐찔찜찝찡찢찧차착찬찮찰참찹찻\\\"],\\n[\\\"c341\\\",\\\"혽혾혿홁홂홃홄홆홇홊홌홎홏홐홒홓홖홗홙홚홛홝\\\",4],\\n[\\\"c361\\\",\\\"홢\\\",4,\\\"홨홪\\\",5,\\\"홲홳홵\\\",11],\\n[\\\"c381\\\",\\\"횁횂횄횆\\\",5,\\\"횎횏횑횒횓횕\\\",7,\\\"횞횠횢\\\",5,\\\"횩횪찼창찾채책챈챌챔챕챗챘챙챠챤챦챨챰챵처척천철첨첩첫첬청체첵첸첼쳄쳅쳇쳉쳐쳔쳤쳬쳰촁초촉촌촐촘촙촛총촤촨촬촹최쵠쵤쵬쵭쵯쵱쵸춈추축춘출춤춥춧충춰췄췌췐취췬췰췸췹췻췽츄츈츌츔츙츠측츤츨츰츱츳층\\\"],\\n[\\\"c441\\\",\\\"횫횭횮횯횱\\\",7,\\\"횺횼\\\",7,\\\"훆훇훉훊훋\\\"],\\n[\\\"c461\\\",\\\"훍훎훏훐훒훓훕훖훘훚\\\",5,\\\"훡훢훣훥훦훧훩\\\",4],\\n[\\\"c481\\\",\\\"훮훯훱훲훳훴훶\\\",5,\\\"훾훿휁휂휃휅\\\",11,\\\"휒휓휔치칙친칟칠칡침칩칫칭카칵칸칼캄캅캇캉캐캑캔캘캠캡캣캤캥캬캭컁커컥컨컫컬컴컵컷컸컹케켁켄켈켐켑켓켕켜켠켤켬켭켯켰켱켸코콕콘콜콤콥콧콩콰콱콴콸쾀쾅쾌쾡쾨쾰쿄쿠쿡쿤쿨쿰쿱쿳쿵쿼퀀퀄퀑퀘퀭퀴퀵퀸퀼\\\"],\\n[\\\"c541\\\",\\\"휕휖휗휚휛휝휞휟휡\\\",6,\\\"휪휬휮\\\",5,\\\"휶휷휹\\\"],\\n[\\\"c561\\\",\\\"휺휻휽\\\",6,\\\"흅흆흈흊\\\",5,\\\"흒흓흕흚\\\",4],\\n[\\\"c581\\\",\\\"흟흢흤흦흧흨흪흫흭흮흯흱흲흳흵\\\",6,\\\"흾흿힀힂\\\",5,\\\"힊힋큄큅큇큉큐큔큘큠크큭큰클큼큽킁키킥킨킬킴킵킷킹타탁탄탈탉탐탑탓탔탕태택탠탤탬탭탯탰탱탸턍터턱턴털턺텀텁텃텄텅테텍텐텔템텝텟텡텨텬텼톄톈토톡톤톨톰톱톳통톺톼퇀퇘퇴퇸툇툉툐투툭툰툴툼툽툿퉁퉈퉜\\\"],\\n[\\\"c641\\\",\\\"힍힎힏힑\\\",6,\\\"힚힜힞\\\",5],\\n[\\\"c6a1\\\",\\\"퉤튀튁튄튈튐튑튕튜튠튤튬튱트특튼튿틀틂틈틉틋틔틘틜틤틥티틱틴틸팀팁팃팅파팍팎판팔팖팜팝팟팠팡팥패팩팬팰팸팹팻팼팽퍄퍅퍼퍽펀펄펌펍펏펐펑페펙펜펠펨펩펫펭펴편펼폄폅폈평폐폘폡폣포폭폰폴폼폽폿퐁\\\"],\\n[\\\"c7a1\\\",\\\"퐈퐝푀푄표푠푤푭푯푸푹푼푿풀풂품풉풋풍풔풩퓌퓐퓔퓜퓟퓨퓬퓰퓸퓻퓽프픈플픔픕픗피픽핀필핌핍핏핑하학한할핥함합핫항해핵핸핼햄햅햇했행햐향허헉헌헐헒험헙헛헝헤헥헨헬헴헵헷헹혀혁현혈혐협혓혔형혜혠\\\"],\\n[\\\"c8a1\\\",\\\"혤혭호혹혼홀홅홈홉홋홍홑화확환활홧황홰홱홴횃횅회획횐횔횝횟횡효횬횰횹횻후훅훈훌훑훔훗훙훠훤훨훰훵훼훽휀휄휑휘휙휜휠휨휩휫휭휴휵휸휼흄흇흉흐흑흔흖흗흘흙흠흡흣흥흩희흰흴흼흽힁히힉힌힐힘힙힛힝\\\"],\\n[\\\"caa1\\\",\\\"伽佳假價加可呵哥嘉嫁家暇架枷柯歌珂痂稼苛茄街袈訶賈跏軻迦駕刻却各恪慤殼珏脚覺角閣侃刊墾奸姦干幹懇揀杆柬桿澗癎看磵稈竿簡肝艮艱諫間乫喝曷渴碣竭葛褐蝎鞨勘坎堪嵌感憾戡敢柑橄減甘疳監瞰紺邯鑑鑒龕\\\"],\\n[\\\"cba1\\\",\\\"匣岬甲胛鉀閘剛堈姜岡崗康强彊慷江畺疆糠絳綱羌腔舡薑襁講鋼降鱇介价個凱塏愷愾慨改槪漑疥皆盖箇芥蓋豈鎧開喀客坑更粳羹醵倨去居巨拒据據擧渠炬祛距踞車遽鉅鋸乾件健巾建愆楗腱虔蹇鍵騫乞傑杰桀儉劍劒檢\\\"],\\n[\\\"cca1\\\",\\\"瞼鈐黔劫怯迲偈憩揭擊格檄激膈覡隔堅牽犬甄絹繭肩見譴遣鵑抉決潔結缺訣兼慊箝謙鉗鎌京俓倞傾儆勁勍卿坰境庚徑慶憬擎敬景暻更梗涇炅烱璟璥瓊痙硬磬竟競絅經耕耿脛莖警輕逕鏡頃頸驚鯨係啓堺契季屆悸戒桂械\\\"],\\n[\\\"cda1\\\",\\\"棨溪界癸磎稽系繫繼計誡谿階鷄古叩告呱固姑孤尻庫拷攷故敲暠枯槁沽痼皐睾稿羔考股膏苦苽菰藁蠱袴誥賈辜錮雇顧高鼓哭斛曲梏穀谷鵠困坤崑昆梱棍滾琨袞鯤汨滑骨供公共功孔工恐恭拱控攻珙空蚣貢鞏串寡戈果瓜\\\"],\\n[\\\"cea1\\\",\\\"科菓誇課跨過鍋顆廓槨藿郭串冠官寬慣棺款灌琯瓘管罐菅觀貫關館刮恝括适侊光匡壙廣曠洸炚狂珖筐胱鑛卦掛罫乖傀塊壞怪愧拐槐魁宏紘肱轟交僑咬喬嬌嶠巧攪敎校橋狡皎矯絞翹膠蕎蛟較轎郊餃驕鮫丘久九仇俱具勾\\\"],\\n[\\\"cfa1\\\",\\\"區口句咎嘔坵垢寇嶇廐懼拘救枸柩構歐毆毬求溝灸狗玖球瞿矩究絿耉臼舅舊苟衢謳購軀逑邱鉤銶駒驅鳩鷗龜國局菊鞠鞫麴君窘群裙軍郡堀屈掘窟宮弓穹窮芎躬倦券勸卷圈拳捲權淃眷厥獗蕨蹶闕机櫃潰詭軌饋句晷歸貴\\\"],\\n[\\\"d0a1\\\",\\\"鬼龜叫圭奎揆槻珪硅窺竅糾葵規赳逵閨勻均畇筠菌鈞龜橘克剋劇戟棘極隙僅劤勤懃斤根槿瑾筋芹菫覲謹近饉契今妗擒昑檎琴禁禽芩衾衿襟金錦伋及急扱汲級給亘兢矜肯企伎其冀嗜器圻基埼夔奇妓寄岐崎己幾忌技旗旣\\\"],\\n[\\\"d1a1\\\",\\\"朞期杞棋棄機欺氣汽沂淇玘琦琪璂璣畸畿碁磯祁祇祈祺箕紀綺羈耆耭肌記譏豈起錡錤飢饑騎騏驥麒緊佶吉拮桔金喫儺喇奈娜懦懶拏拿癩\\\",5,\\\"那樂\\\",4,\\\"諾酪駱亂卵暖欄煖爛蘭難鸞捏捺南嵐枏楠湳濫男藍襤拉\\\"],\\n[\\\"d2a1\\\",\\\"納臘蠟衲囊娘廊\\\",4,\\\"乃來內奈柰耐冷女年撚秊念恬拈捻寧寗努勞奴弩怒擄櫓爐瑙盧\\\",5,\\\"駑魯\\\",10,\\\"濃籠聾膿農惱牢磊腦賂雷尿壘\\\",7,\\\"嫩訥杻紐勒\\\",5,\\\"能菱陵尼泥匿溺多茶\\\"],\\n[\\\"d3a1\\\",\\\"丹亶但單團壇彖斷旦檀段湍短端簞緞蛋袒鄲鍛撻澾獺疸達啖坍憺擔曇淡湛潭澹痰聃膽蕁覃談譚錟沓畓答踏遝唐堂塘幢戇撞棠當糖螳黨代垈坮大對岱帶待戴擡玳臺袋貸隊黛宅德悳倒刀到圖堵塗導屠島嶋度徒悼挑掉搗桃\\\"],\\n[\\\"d4a1\\\",\\\"棹櫂淘渡滔濤燾盜睹禱稻萄覩賭跳蹈逃途道都鍍陶韜毒瀆牘犢獨督禿篤纛讀墩惇敦旽暾沌焞燉豚頓乭突仝冬凍動同憧東桐棟洞潼疼瞳童胴董銅兜斗杜枓痘竇荳讀豆逗頭屯臀芚遁遯鈍得嶝橙燈登等藤謄鄧騰喇懶拏癩羅\\\"],\\n[\\\"d5a1\\\",\\\"蘿螺裸邏樂洛烙珞絡落諾酪駱丹亂卵欄欒瀾爛蘭鸞剌辣嵐擥攬欖濫籃纜藍襤覽拉臘蠟廊朗浪狼琅瑯螂郞來崍徠萊冷掠略亮倆兩凉梁樑粮粱糧良諒輛量侶儷勵呂廬慮戾旅櫚濾礪藜蠣閭驢驪麗黎力曆歷瀝礫轢靂憐戀攣漣\\\"],\\n[\\\"d6a1\\\",\\\"煉璉練聯蓮輦連鍊冽列劣洌烈裂廉斂殮濂簾獵令伶囹寧岺嶺怜玲笭羚翎聆逞鈴零靈領齡例澧禮醴隷勞怒撈擄櫓潞瀘爐盧老蘆虜路輅露魯鷺鹵碌祿綠菉錄鹿麓論壟弄朧瀧瓏籠聾儡瀨牢磊賂賚賴雷了僚寮廖料燎療瞭聊蓼\\\"],\\n[\\\"d7a1\\\",\\\"遼鬧龍壘婁屢樓淚漏瘻累縷蔞褸鏤陋劉旒柳榴流溜瀏琉瑠留瘤硫謬類六戮陸侖倫崙淪綸輪律慄栗率隆勒肋凜凌楞稜綾菱陵俚利厘吏唎履悧李梨浬犁狸理璃異痢籬罹羸莉裏裡里釐離鯉吝潾燐璘藺躪隣鱗麟林淋琳臨霖砬\\\"],\\n[\\\"d8a1\\\",\\\"立笠粒摩瑪痲碼磨馬魔麻寞幕漠膜莫邈万卍娩巒彎慢挽晩曼滿漫灣瞞萬蔓蠻輓饅鰻唜抹末沫茉襪靺亡妄忘忙望網罔芒茫莽輞邙埋妹媒寐昧枚梅每煤罵買賣邁魅脈貊陌驀麥孟氓猛盲盟萌冪覓免冕勉棉沔眄眠綿緬面麵滅\\\"],\\n[\\\"d9a1\\\",\\\"蔑冥名命明暝椧溟皿瞑茗蓂螟酩銘鳴袂侮冒募姆帽慕摸摹暮某模母毛牟牡瑁眸矛耗芼茅謀謨貌木沐牧目睦穆鶩歿沒夢朦蒙卯墓妙廟描昴杳渺猫竗苗錨務巫憮懋戊拇撫无楙武毋無珷畝繆舞茂蕪誣貿霧鵡墨默們刎吻問文\\\"],\\n[\\\"daa1\\\",\\\"汶紊紋聞蚊門雯勿沕物味媚尾嵋彌微未梶楣渼湄眉米美薇謎迷靡黴岷悶愍憫敏旻旼民泯玟珉緡閔密蜜謐剝博拍搏撲朴樸泊珀璞箔粕縛膊舶薄迫雹駁伴半反叛拌搬攀斑槃泮潘班畔瘢盤盼磐磻礬絆般蟠返頒飯勃拔撥渤潑\\\"],\\n[\\\"dba1\\\",\\\"發跋醱鉢髮魃倣傍坊妨尨幇彷房放方旁昉枋榜滂磅紡肪膀舫芳蒡蚌訪謗邦防龐倍俳北培徘拜排杯湃焙盃背胚裴裵褙賠輩配陪伯佰帛柏栢白百魄幡樊煩燔番磻繁蕃藩飜伐筏罰閥凡帆梵氾汎泛犯範范法琺僻劈壁擘檗璧癖\\\"],\\n[\\\"dca1\\\",\\\"碧蘗闢霹便卞弁變辨辯邊別瞥鱉鼈丙倂兵屛幷昞昺柄棅炳甁病秉竝輧餠騈保堡報寶普步洑湺潽珤甫菩補褓譜輔伏僕匐卜宓復服福腹茯蔔複覆輹輻馥鰒本乶俸奉封峯峰捧棒烽熢琫縫蓬蜂逢鋒鳳不付俯傅剖副否咐埠夫婦\\\"],\\n[\\\"dda1\\\",\\\"孚孵富府復扶敷斧浮溥父符簿缶腐腑膚艀芙莩訃負賦賻赴趺部釜阜附駙鳧北分吩噴墳奔奮忿憤扮昐汾焚盆粉糞紛芬賁雰不佛弗彿拂崩朋棚硼繃鵬丕備匕匪卑妃婢庇悲憊扉批斐枇榧比毖毗毘沸泌琵痺砒碑秕秘粃緋翡肥\\\"],\\n[\\\"dea1\\\",\\\"脾臂菲蜚裨誹譬費鄙非飛鼻嚬嬪彬斌檳殯浜濱瀕牝玭貧賓頻憑氷聘騁乍事些仕伺似使俟僿史司唆嗣四士奢娑寫寺射巳師徙思捨斜斯柶査梭死沙泗渣瀉獅砂社祀祠私篩紗絲肆舍莎蓑蛇裟詐詞謝賜赦辭邪飼駟麝削數朔索\\\"],\\n[\\\"dfa1\\\",\\\"傘刪山散汕珊産疝算蒜酸霰乷撒殺煞薩三參杉森渗芟蔘衫揷澁鈒颯上傷像償商喪嘗孀尙峠常床庠廂想桑橡湘爽牀狀相祥箱翔裳觴詳象賞霜塞璽賽嗇塞穡索色牲生甥省笙墅壻嶼序庶徐恕抒捿敍暑曙書栖棲犀瑞筮絮緖署\\\"],\\n[\\\"e0a1\\\",\\\"胥舒薯西誓逝鋤黍鼠夕奭席惜昔晳析汐淅潟石碩蓆釋錫仙僊先善嬋宣扇敾旋渲煽琁瑄璇璿癬禪線繕羨腺膳船蘚蟬詵跣選銑鐥饍鮮卨屑楔泄洩渫舌薛褻設說雪齧剡暹殲纖蟾贍閃陝攝涉燮葉城姓宬性惺成星晟猩珹盛省筬\\\"],\\n[\\\"e1a1\\\",\\\"聖聲腥誠醒世勢歲洗稅笹細說貰召嘯塑宵小少巢所掃搔昭梳沼消溯瀟炤燒甦疏疎瘙笑篠簫素紹蔬蕭蘇訴逍遡邵銷韶騷俗屬束涑粟續謖贖速孫巽損蓀遜飡率宋悚松淞訟誦送頌刷殺灑碎鎖衰釗修受嗽囚垂壽嫂守岫峀帥愁\\\"],\\n[\\\"e2a1\\\",\\\"戍手授搜收數樹殊水洙漱燧狩獸琇璲瘦睡秀穗竪粹綏綬繡羞脩茱蒐蓚藪袖誰讐輸遂邃酬銖銹隋隧隨雖需須首髓鬚叔塾夙孰宿淑潚熟琡璹肅菽巡徇循恂旬栒楯橓殉洵淳珣盾瞬筍純脣舜荀蓴蕣詢諄醇錞順馴戌術述鉥崇崧\\\"],\\n[\\\"e3a1\\\",\\\"嵩瑟膝蝨濕拾習褶襲丞乘僧勝升承昇繩蠅陞侍匙嘶始媤尸屎屍市弑恃施是時枾柴猜矢示翅蒔蓍視試詩諡豕豺埴寔式息拭植殖湜熄篒蝕識軾食飾伸侁信呻娠宸愼新晨燼申神紳腎臣莘薪藎蜃訊身辛辰迅失室實悉審尋心沁\\\"],\\n[\\\"e4a1\\\",\\\"沈深瀋甚芯諶什十拾雙氏亞俄兒啞娥峨我牙芽莪蛾衙訝阿雅餓鴉鵝堊岳嶽幄惡愕握樂渥鄂鍔顎鰐齷安岸按晏案眼雁鞍顔鮟斡謁軋閼唵岩巖庵暗癌菴闇壓押狎鴨仰央怏昻殃秧鴦厓哀埃崖愛曖涯碍艾隘靄厄扼掖液縊腋額\\\"],\\n[\\\"e5a1\\\",\\\"櫻罌鶯鸚也倻冶夜惹揶椰爺耶若野弱掠略約若葯蒻藥躍亮佯兩凉壤孃恙揚攘敭暘梁楊樣洋瀁煬痒瘍禳穰糧羊良襄諒讓釀陽量養圄御於漁瘀禦語馭魚齬億憶抑檍臆偃堰彦焉言諺孼蘖俺儼嚴奄掩淹嶪業円予余勵呂女如廬\\\"],\\n[\\\"e6a1\\\",\\\"旅歟汝濾璵礖礪與艅茹輿轝閭餘驪麗黎亦力域役易曆歷疫繹譯轢逆驛嚥堧姸娟宴年延憐戀捐挻撚椽沇沿涎涓淵演漣烟然煙煉燃燕璉硏硯秊筵緣練縯聯衍軟輦蓮連鉛鍊鳶列劣咽悅涅烈熱裂說閱厭廉念捻染殮炎焰琰艶苒\\\"],\\n[\\\"e7a1\\\",\\\"簾閻髥鹽曄獵燁葉令囹塋寧嶺嶸影怜映暎楹榮永泳渶潁濚瀛瀯煐營獰玲瑛瑩瓔盈穎纓羚聆英詠迎鈴鍈零霙靈領乂倪例刈叡曳汭濊猊睿穢芮藝蘂禮裔詣譽豫醴銳隸霓預五伍俉傲午吾吳嗚塢墺奧娛寤悟惡懊敖旿晤梧汚澳\\\"],\\n[\\\"e8a1\\\",\\\"烏熬獒筽蜈誤鰲鼇屋沃獄玉鈺溫瑥瘟穩縕蘊兀壅擁瓮甕癰翁邕雍饔渦瓦窩窪臥蛙蝸訛婉完宛梡椀浣玩琓琬碗緩翫脘腕莞豌阮頑曰往旺枉汪王倭娃歪矮外嵬巍猥畏了僚僥凹堯夭妖姚寥寮尿嶢拗搖撓擾料曜樂橈燎燿瑤療\\\"],\\n[\\\"e9a1\\\",\\\"窈窯繇繞耀腰蓼蟯要謠遙遼邀饒慾欲浴縟褥辱俑傭冗勇埇墉容庸慂榕涌湧溶熔瑢用甬聳茸蓉踊鎔鏞龍于佑偶優又友右宇寓尤愚憂旴牛玗瑀盂祐禑禹紆羽芋藕虞迂遇郵釪隅雨雩勖彧旭昱栯煜稶郁頊云暈橒殞澐熉耘芸蕓\\\"],\\n[\\\"eaa1\\\",\\\"運隕雲韻蔚鬱亐熊雄元原員圓園垣媛嫄寃怨愿援沅洹湲源爰猿瑗苑袁轅遠阮院願鴛月越鉞位偉僞危圍委威尉慰暐渭爲瑋緯胃萎葦蔿蝟衛褘謂違韋魏乳侑儒兪劉唯喩孺宥幼幽庾悠惟愈愉揄攸有杻柔柚柳楡楢油洧流游溜\\\"],\\n[\\\"eba1\\\",\\\"濡猶猷琉瑜由留癒硫紐維臾萸裕誘諛諭踰蹂遊逾遺酉釉鍮類六堉戮毓肉育陸倫允奫尹崙淪潤玧胤贇輪鈗閏律慄栗率聿戎瀜絨融隆垠恩慇殷誾銀隱乙吟淫蔭陰音飮揖泣邑凝應膺鷹依倚儀宜意懿擬椅毅疑矣義艤薏蟻衣誼\\\"],\\n[\\\"eca1\\\",\\\"議醫二以伊利吏夷姨履已弛彛怡易李梨泥爾珥理異痍痢移罹而耳肄苡荑裏裡貽貳邇里離飴餌匿溺瀷益翊翌翼謚人仁刃印吝咽因姻寅引忍湮燐璘絪茵藺蚓認隣靭靷鱗麟一佚佾壹日溢逸鎰馹任壬妊姙恁林淋稔臨荏賃入卄\\\"],\\n[\\\"eda1\\\",\\\"立笠粒仍剩孕芿仔刺咨姉姿子字孜恣慈滋炙煮玆瓷疵磁紫者自茨蔗藉諮資雌作勺嚼斫昨灼炸爵綽芍酌雀鵲孱棧殘潺盞岑暫潛箴簪蠶雜丈仗匠場墻壯奬將帳庄張掌暲杖樟檣欌漿牆狀獐璋章粧腸臟臧莊葬蔣薔藏裝贓醬長\\\"],\\n[\\\"eea1\\\",\\\"障再哉在宰才材栽梓渽滓災縡裁財載齋齎爭箏諍錚佇低儲咀姐底抵杵楮樗沮渚狙猪疽箸紵苧菹著藷詛貯躇這邸雎齟勣吊嫡寂摘敵滴狄炙的積笛籍績翟荻謫賊赤跡蹟迪迹適鏑佃佺傳全典前剪塡塼奠專展廛悛戰栓殿氈澱\\\"],\\n[\\\"efa1\\\",\\\"煎琠田甸畑癲筌箋箭篆纏詮輾轉鈿銓錢鐫電顚顫餞切截折浙癤竊節絶占岾店漸点粘霑鮎點接摺蝶丁井亭停偵呈姃定幀庭廷征情挺政整旌晶晸柾楨檉正汀淀淨渟湞瀞炡玎珽町睛碇禎程穽精綎艇訂諪貞鄭酊釘鉦鋌錠霆靖\\\"],\\n[\\\"f0a1\\\",\\\"靜頂鼎制劑啼堤帝弟悌提梯濟祭第臍薺製諸蹄醍除際霽題齊俎兆凋助嘲弔彫措操早晁曺曹朝條棗槽漕潮照燥爪璪眺祖祚租稠窕粗糟組繰肇藻蚤詔調趙躁造遭釣阻雕鳥族簇足鏃存尊卒拙猝倧宗從悰慫棕淙琮種終綜縱腫\\\"],\\n[\\\"f1a1\\\",\\\"踪踵鍾鐘佐坐左座挫罪主住侏做姝胄呪周嗾奏宙州廚晝朱柱株注洲湊澍炷珠疇籌紂紬綢舟蛛註誅走躊輳週酎酒鑄駐竹粥俊儁准埈寯峻晙樽浚準濬焌畯竣蠢逡遵雋駿茁中仲衆重卽櫛楫汁葺增憎曾拯烝甑症繒蒸證贈之只\\\"],\\n[\\\"f2a1\\\",\\\"咫地址志持指摯支旨智枝枳止池沚漬知砥祉祗紙肢脂至芝芷蜘誌識贄趾遲直稙稷織職唇嗔塵振搢晉晋桭榛殄津溱珍瑨璡畛疹盡眞瞋秦縉縝臻蔯袗診賑軫辰進鎭陣陳震侄叱姪嫉帙桎瓆疾秩窒膣蛭質跌迭斟朕什執潗緝輯\\\"],\\n[\\\"f3a1\\\",\\\"鏶集徵懲澄且侘借叉嗟嵯差次此磋箚茶蹉車遮捉搾着窄錯鑿齪撰澯燦璨瓚竄簒纂粲纘讚贊鑽餐饌刹察擦札紮僭參塹慘慙懺斬站讒讖倉倡創唱娼廠彰愴敞昌昶暢槍滄漲猖瘡窓脹艙菖蒼債埰寀寨彩採砦綵菜蔡采釵冊柵策\\\"],\\n[\\\"f4a1\\\",\\\"責凄妻悽處倜刺剔尺慽戚拓擲斥滌瘠脊蹠陟隻仟千喘天川擅泉淺玔穿舛薦賤踐遷釧闡阡韆凸哲喆徹撤澈綴輟轍鐵僉尖沾添甛瞻簽籤詹諂堞妾帖捷牒疊睫諜貼輒廳晴淸聽菁請靑鯖切剃替涕滯締諦逮遞體初剿哨憔抄招梢\\\"],\\n[\\\"f5a1\\\",\\\"椒楚樵炒焦硝礁礎秒稍肖艸苕草蕉貂超酢醋醮促囑燭矗蜀觸寸忖村邨叢塚寵悤憁摠總聰蔥銃撮催崔最墜抽推椎楸樞湫皺秋芻萩諏趨追鄒酋醜錐錘鎚雛騶鰍丑畜祝竺筑築縮蓄蹙蹴軸逐春椿瑃出朮黜充忠沖蟲衝衷悴膵萃\\\"],\\n[\\\"f6a1\\\",\\\"贅取吹嘴娶就炊翠聚脆臭趣醉驟鷲側仄厠惻測層侈値嗤峙幟恥梔治淄熾痔痴癡稚穉緇緻置致蚩輜雉馳齒則勅飭親七柒漆侵寢枕沈浸琛砧針鍼蟄秤稱快他咤唾墮妥惰打拖朶楕舵陀馱駝倬卓啄坼度托拓擢晫柝濁濯琢琸託\\\"],\\n[\\\"f7a1\\\",\\\"鐸呑嘆坦彈憚歎灘炭綻誕奪脫探眈耽貪塔搭榻宕帑湯糖蕩兌台太怠態殆汰泰笞胎苔跆邰颱宅擇澤撑攄兎吐土討慟桶洞痛筒統通堆槌腿褪退頹偸套妬投透鬪慝特闖坡婆巴把播擺杷波派爬琶破罷芭跛頗判坂板版瓣販辦鈑\\\"],\\n[\\\"f8a1\\\",\\\"阪八叭捌佩唄悖敗沛浿牌狽稗覇貝彭澎烹膨愎便偏扁片篇編翩遍鞭騙貶坪平枰萍評吠嬖幣廢弊斃肺蔽閉陛佈包匍匏咆哺圃布怖抛抱捕暴泡浦疱砲胞脯苞葡蒲袍褒逋鋪飽鮑幅暴曝瀑爆輻俵剽彪慓杓標漂瓢票表豹飇飄驃\\\"],\\n[\\\"f9a1\\\",\\\"品稟楓諷豊風馮彼披疲皮被避陂匹弼必泌珌畢疋筆苾馝乏逼下何厦夏廈昰河瑕荷蝦賀遐霞鰕壑學虐謔鶴寒恨悍旱汗漢澣瀚罕翰閑閒限韓割轄函含咸啣喊檻涵緘艦銜陷鹹合哈盒蛤閤闔陜亢伉姮嫦巷恒抗杭桁沆港缸肛航\\\"],\\n[\\\"faa1\\\",\\\"行降項亥偕咳垓奚孩害懈楷海瀣蟹解該諧邂駭骸劾核倖幸杏荇行享向嚮珦鄕響餉饗香噓墟虛許憲櫶獻軒歇險驗奕爀赫革俔峴弦懸晛泫炫玄玹現眩睍絃絢縣舷衒見賢鉉顯孑穴血頁嫌俠協夾峽挾浹狹脅脇莢鋏頰亨兄刑型\\\"],\\n[\\\"fba1\\\",\\\"形泂滎瀅灐炯熒珩瑩荊螢衡逈邢鎣馨兮彗惠慧暳蕙蹊醯鞋乎互呼壕壺好岵弧戶扈昊晧毫浩淏湖滸澔濠濩灝狐琥瑚瓠皓祜糊縞胡芦葫蒿虎號蝴護豪鎬頀顥惑或酷婚昏混渾琿魂忽惚笏哄弘汞泓洪烘紅虹訌鴻化和嬅樺火畵\\\"],\\n[\\\"fca1\\\",\\\"禍禾花華話譁貨靴廓擴攫確碻穫丸喚奐宦幻患換歡晥桓渙煥環紈還驩鰥活滑猾豁闊凰幌徨恍惶愰慌晃晄榥況湟滉潢煌璜皇篁簧荒蝗遑隍黃匯回廻徊恢悔懷晦會檜淮澮灰獪繪膾茴蛔誨賄劃獲宖橫鐄哮嚆孝效斅曉梟涍淆\\\"],\\n[\\\"fda1\\\",\\\"爻肴酵驍侯候厚后吼喉嗅帿後朽煦珝逅勛勳塤壎焄熏燻薰訓暈薨喧暄煊萱卉喙毁彙徽揮暉煇諱輝麾休携烋畦虧恤譎鷸兇凶匈洶胸黑昕欣炘痕吃屹紇訖欠欽歆吸恰洽翕興僖凞喜噫囍姬嬉希憙憘戱晞曦熙熹熺犧禧稀羲詰\\\"]\\n]\\n\"\n        },\n        {\n          \"id\": 329,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/iconv-lite/encodings/tables/big5-added.json\",\n          \"name\": \"./node_modules/iconv-lite/encodings/tables/big5-added.json\",\n          \"index\": 328,\n          \"index2\": 318,\n          \"size\": 8152,\n          \"cacheable\": true,\n          \"built\": true,\n          \"optional\": false,\n          \"prefetched\": false,\n          \"chunks\": [\n            2\n          ],\n          \"issuer\": \"/Users/jarred/Code/styleurl/node_modules/iconv-lite/encodings/dbcs-data.js\",\n          \"issuerId\": 324,\n          \"issuerName\": \"./node_modules/iconv-lite/encodings/dbcs-data.js\",\n          \"issuerPath\": [\n            {\n              \"id\": 191,\n              \"identifier\": \"multi /Users/jarred/Code/styleurl/webpack/customPublicPath /Users/jarred/Code/styleurl/chrome/extension/background\",\n              \"name\": \"multi ./webpack/customPublicPath ./chrome/extension/background\",\n              \"profile\": {\n                \"factory\": 0,\n                \"building\": 0,\n                \"dependencies\": 54\n              }\n            },\n            {\n              \"id\": 192,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/background.js\",\n              \"name\": \"./chrome/extension/background.js\",\n              \"profile\": {\n                \"factory\": 54,\n                \"building\": 639,\n                \"dependencies\": 140\n              }\n            },\n            {\n              \"id\": 255,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/stylesheet-differ/lib/index.js\",\n              \"name\": \"./node_modules/stylesheet-differ/lib/index.js\",\n              \"profile\": {\n                \"factory\": 140,\n                \"building\": 568,\n                \"dependencies\": 1\n              }\n            },\n            {\n              \"id\": 256,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/native-css/index.js\",\n              \"name\": \"./node_modules/native-css/index.js\",\n              \"profile\": {\n                \"factory\": 189,\n                \"building\": 603,\n                \"dependencies\": 1\n              }\n            },\n            {\n              \"id\": 257,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/native-css/src/native-css.js\",\n              \"name\": \"./node_modules/native-css/src/native-css.js\",\n              \"profile\": {\n                \"factory\": 26,\n                \"building\": 63,\n                \"dependencies\": 14\n              }\n            },\n            {\n              \"id\": 293,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/fetch/lib/fetch.js\",\n              \"name\": \"./node_modules/fetch/lib/fetch.js\",\n              \"profile\": {\n                \"factory\": 117,\n                \"building\": 25,\n                \"dependencies\": 27\n              }\n            },\n            {\n              \"id\": 313,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/encoding/lib/encoding.js\",\n              \"name\": \"./node_modules/encoding/lib/encoding.js\",\n              \"profile\": {\n                \"factory\": 66,\n                \"building\": 38,\n                \"dependencies\": 20\n              }\n            },\n            {\n              \"id\": 314,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/iconv-lite/lib/index.js\",\n              \"name\": \"./node_modules/iconv-lite/lib/index.js\",\n              \"profile\": {\n                \"factory\": 123,\n                \"building\": 23,\n                \"dependencies\": 1\n              }\n            },\n            {\n              \"id\": 316,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/iconv-lite/encodings/index.js\",\n              \"name\": \"./node_modules/iconv-lite/encodings/index.js\",\n              \"profile\": {\n                \"factory\": 62,\n                \"building\": 61,\n                \"dependencies\": 1\n              }\n            },\n            {\n              \"id\": 324,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/iconv-lite/encodings/dbcs-data.js\",\n              \"name\": \"./node_modules/iconv-lite/encodings/dbcs-data.js\",\n              \"profile\": {\n                \"factory\": 26,\n                \"building\": 20,\n                \"dependencies\": 1\n              }\n            }\n          ],\n          \"profile\": {\n            \"factory\": 9,\n            \"building\": 6\n          },\n          \"failed\": false,\n          \"errors\": 0,\n          \"warnings\": 0,\n          \"assets\": [],\n          \"reasons\": [\n            {\n              \"moduleId\": 324,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/iconv-lite/encodings/dbcs-data.js\",\n              \"module\": \"./node_modules/iconv-lite/encodings/dbcs-data.js\",\n              \"moduleName\": \"./node_modules/iconv-lite/encodings/dbcs-data.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"./tables/big5-added.json\",\n              \"loc\": \"162:73-108\"\n            }\n          ],\n          \"usedExports\": true,\n          \"providedExports\": [\n            \"0\",\n            \"1\",\n            \"2\",\n            \"3\",\n            \"4\",\n            \"5\",\n            \"6\",\n            \"7\",\n            \"8\",\n            \"9\",\n            \"10\",\n            \"11\",\n            \"12\",\n            \"13\",\n            \"14\",\n            \"15\",\n            \"16\",\n            \"17\",\n            \"18\",\n            \"19\",\n            \"20\",\n            \"21\",\n            \"22\",\n            \"23\",\n            \"24\",\n            \"25\",\n            \"26\",\n            \"27\",\n            \"28\",\n            \"29\",\n            \"30\",\n            \"31\",\n            \"32\",\n            \"33\",\n            \"34\",\n            \"35\",\n            \"36\",\n            \"37\",\n            \"38\",\n            \"39\",\n            \"40\",\n            \"41\",\n            \"42\",\n            \"43\",\n            \"44\",\n            \"45\",\n            \"46\",\n            \"47\",\n            \"48\",\n            \"49\",\n            \"50\",\n            \"51\",\n            \"52\",\n            \"53\",\n            \"54\",\n            \"55\",\n            \"56\",\n            \"57\",\n            \"58\",\n            \"59\",\n            \"60\",\n            \"61\",\n            \"62\",\n            \"63\",\n            \"64\",\n            \"65\",\n            \"66\",\n            \"67\",\n            \"68\",\n            \"69\",\n            \"70\",\n            \"71\",\n            \"72\",\n            \"73\",\n            \"74\",\n            \"75\",\n            \"76\",\n            \"77\",\n            \"78\",\n            \"79\",\n            \"80\",\n            \"81\",\n            \"82\",\n            \"83\",\n            \"84\",\n            \"85\",\n            \"86\",\n            \"87\",\n            \"88\",\n            \"89\",\n            \"90\",\n            \"91\",\n            \"92\",\n            \"93\",\n            \"94\",\n            \"95\",\n            \"96\",\n            \"97\",\n            \"98\",\n            \"99\",\n            \"100\",\n            \"101\",\n            \"102\",\n            \"103\",\n            \"104\",\n            \"105\",\n            \"106\",\n            \"107\",\n            \"108\",\n            \"109\",\n            \"110\",\n            \"111\",\n            \"112\",\n            \"113\",\n            \"114\",\n            \"115\",\n            \"116\",\n            \"117\",\n            \"118\",\n            \"119\",\n            \"default\"\n          ],\n          \"optimizationBailout\": [\n            \"ModuleConcatenation bailout: Module is not an ECMAScript module\"\n          ],\n          \"depth\": 10,\n          \"source\": \"[\\n[\\\"8740\\\",\\\"䏰䰲䘃䖦䕸𧉧䵷䖳𧲱䳢𧳅㮕䜶䝄䱇䱀𤊿𣘗𧍒𦺋𧃒䱗𪍑䝏䗚䲅𧱬䴇䪤䚡𦬣爥𥩔𡩣𣸆𣽡晍囻\\\"],\\n[\\\"8767\\\",\\\"綕夝𨮹㷴霴𧯯寛𡵞媤㘥𩺰嫑宷峼杮薓𩥅瑡璝㡵𡵓𣚞𦀡㻬\\\"],\\n[\\\"87a1\\\",\\\"𥣞㫵竼龗𤅡𨤍𣇪𠪊𣉞䌊蒄龖鐯䤰蘓墖靊鈘秐稲晠権袝瑌篅枂稬剏遆㓦珄𥶹瓆鿇垳䤯呌䄱𣚎堘穲𧭥讏䚮𦺈䆁𥶙箮𢒼鿈𢓁𢓉𢓌鿉蔄𣖻䂴鿊䓡𪷿拁灮鿋\\\"],\\n[\\\"8840\\\",\\\"㇀\\\",4,\\\"𠄌㇅𠃑𠃍㇆㇇𠃋𡿨㇈𠃊㇉㇊㇋㇌𠄎㇍㇎ĀÁǍÀĒÉĚÈŌÓǑÒ࿿Ê̄Ế࿿Ê̌ỀÊāáǎàɑēéěèīíǐìōóǒòūúǔùǖǘǚ\\\"],\\n[\\\"88a1\\\",\\\"ǜü࿿ê̄ế࿿ê̌ềêɡ⏚⏛\\\"],\\n[\\\"8940\\\",\\\"𪎩𡅅\\\"],\\n[\\\"8943\\\",\\\"攊\\\"],\\n[\\\"8946\\\",\\\"丽滝鵎釟\\\"],\\n[\\\"894c\\\",\\\"𧜵撑会伨侨兖兴农凤务动医华发变团声处备夲头学实実岚庆总斉柾栄桥济炼电纤纬纺织经统缆缷艺苏药视设询车轧轮\\\"],\\n[\\\"89a1\\\",\\\"琑糼緍楆竉刧\\\"],\\n[\\\"89ab\\\",\\\"醌碸酞肼\\\"],\\n[\\\"89b0\\\",\\\"贋胶𠧧\\\"],\\n[\\\"89b5\\\",\\\"肟黇䳍鷉鸌䰾𩷶𧀎鸊𪄳㗁\\\"],\\n[\\\"89c1\\\",\\\"溚舾甙\\\"],\\n[\\\"89c5\\\",\\\"䤑马骏龙禇𨑬𡷊𠗐𢫦两亁亀亇亿仫伷㑌侽㹈倃傈㑽㒓㒥円夅凛凼刅争剹劐匧㗇厩㕑厰㕓参吣㕭㕲㚁咓咣咴咹哐哯唘唣唨㖘唿㖥㖿嗗㗅\\\"],\\n[\\\"8a40\\\",\\\"𧶄唥\\\"],\\n[\\\"8a43\\\",\\\"𠱂𠴕𥄫喐𢳆㧬𠍁蹆𤶸𩓥䁓𨂾睺𢰸㨴䟕𨅝𦧲𤷪擝𠵼𠾴𠳕𡃴撍蹾𠺖𠰋𠽤𢲩𨉖𤓓\\\"],\\n[\\\"8a64\\\",\\\"𠵆𩩍𨃩䟴𤺧𢳂骲㩧𩗴㿭㔆𥋇𩟔𧣈𢵄鵮頕\\\"],\\n[\\\"8a76\\\",\\\"䏙𦂥撴哣𢵌𢯊𡁷㧻𡁯\\\"],\\n[\\\"8aa1\\\",\\\"𦛚𦜖𧦠擪𥁒𠱃蹨𢆡𨭌𠜱\\\"],\\n[\\\"8aac\\\",\\\"䠋𠆩㿺塳𢶍\\\"],\\n[\\\"8ab2\\\",\\\"𤗈𠓼𦂗𠽌𠶖啹䂻䎺\\\"],\\n[\\\"8abb\\\",\\\"䪴𢩦𡂝膪飵𠶜捹㧾𢝵跀嚡摼㹃\\\"],\\n[\\\"8ac9\\\",\\\"𪘁𠸉𢫏𢳉\\\"],\\n[\\\"8ace\\\",\\\"𡃈𣧂㦒㨆𨊛㕸𥹉𢃇噒𠼱𢲲𩜠㒼氽𤸻\\\"],\\n[\\\"8adf\\\",\\\"𧕴𢺋𢈈𪙛𨳍𠹺𠰴𦠜羓𡃏𢠃𢤹㗻𥇣𠺌𠾍𠺪㾓𠼰𠵇𡅏𠹌\\\"],\\n[\\\"8af6\\\",\\\"𠺫𠮩𠵈𡃀𡄽㿹𢚖搲𠾭\\\"],\\n[\\\"8b40\\\",\\\"𣏴𧘹𢯎𠵾𠵿𢱑𢱕㨘𠺘𡃇𠼮𪘲𦭐𨳒𨶙𨳊閪哌苄喹\\\"],\\n[\\\"8b55\\\",\\\"𩻃鰦骶𧝞𢷮煀腭胬尜𦕲脴㞗卟𨂽醶𠻺𠸏𠹷𠻻㗝𤷫㘉𠳖嚯𢞵𡃉𠸐𠹸𡁸𡅈𨈇𡑕𠹹𤹐𢶤婔𡀝𡀞𡃵𡃶垜𠸑\\\"],\\n[\\\"8ba1\\\",\\\"𧚔𨋍𠾵𠹻𥅾㜃𠾶𡆀𥋘𪊽𤧚𡠺𤅷𨉼墙剨㘚𥜽箲孨䠀䬬鼧䧧鰟鮍𥭴𣄽嗻㗲嚉丨夂𡯁屮靑𠂆乛亻㔾尣彑忄㣺扌攵歺氵氺灬爫丬犭𤣩罒礻糹罓𦉪㓁\\\"],\\n[\\\"8bde\\\",\\\"𦍋耂肀𦘒𦥑卝衤见𧢲讠贝钅镸长门𨸏韦页风飞饣𩠐鱼鸟黄歯龜丷𠂇阝户钢\\\"],\\n[\\\"8c40\\\",\\\"倻淾𩱳龦㷉袏𤅎灷峵䬠𥇍㕙𥴰愢𨨲辧釶熑朙玺𣊁𪄇㲋𡦀䬐磤琂冮𨜏䀉橣𪊺䈣蘏𠩯稪𩥇𨫪靕灍匤𢁾鏴盙𨧣龧矝亣俰傼丯众龨吴綋墒壐𡶶庒庙忂𢜒斋\\\"],\\n[\\\"8ca1\\\",\\\"𣏹椙橃𣱣泿\\\"],\\n[\\\"8ca7\\\",\\\"爀𤔅玌㻛𤨓嬕璹讃𥲤𥚕窓篬糃繬苸薗龩袐龪躹龫迏蕟駠鈡龬𨶹𡐿䁱䊢娚\\\"],\\n[\\\"8cc9\\\",\\\"顨杫䉶圽\\\"],\\n[\\\"8cce\\\",\\\"藖𤥻芿𧄍䲁𦵴嵻𦬕𦾾龭龮宖龯曧繛湗秊㶈䓃𣉖𢞖䎚䔶\\\"],\\n[\\\"8ce6\\\",\\\"峕𣬚諹屸㴒𣕑嵸龲煗䕘𤃬𡸣䱷㥸㑊𠆤𦱁諌侴𠈹妿腬顖𩣺弻\\\"],\\n[\\\"8d40\\\",\\\"𠮟\\\"],\\n[\\\"8d42\\\",\\\"𢇁𨥭䄂䚻𩁹㼇龳𪆵䃸㟖䛷𦱆䅼𨚲𧏿䕭㣔𥒚䕡䔛䶉䱻䵶䗪㿈𤬏㙡䓞䒽䇭崾嵈嵖㷼㠏嶤嶹㠠㠸幂庽弥徃㤈㤔㤿㥍惗愽峥㦉憷憹懏㦸戬抐拥挘㧸嚱\\\"],\\n[\\\"8da1\\\",\\\"㨃揢揻搇摚㩋擀崕嘡龟㪗斆㪽旿晓㫲暒㬢朖㭂枤栀㭘桊梄㭲㭱㭻椉楃牜楤榟榅㮼槖㯝橥橴橱檂㯬檙㯲檫檵櫔櫶殁毁毪汵沪㳋洂洆洦涁㳯涤涱渕渘温溆𨧀溻滢滚齿滨滩漤漴㵆𣽁澁澾㵪㵵熷岙㶊瀬㶑灐灔灯灿炉𠌥䏁㗱𠻘\\\"],\\n[\\\"8e40\\\",\\\"𣻗垾𦻓焾𥟠㙎榢𨯩孴穉𥣡𩓙穥穽𥦬窻窰竂竃燑𦒍䇊竚竝竪䇯咲𥰁笋筕笩𥌎𥳾箢筯莜𥮴𦱿篐萡箒箸𥴠㶭𥱥蒒篺簆簵𥳁籄粃𤢂粦晽𤕸糉糇糦籴糳糵糎\\\"],\\n[\\\"8ea1\\\",\\\"繧䔝𦹄絝𦻖璍綉綫焵綳緒𤁗𦀩緤㴓緵𡟹緥𨍭縝𦄡𦅚繮纒䌫鑬縧罀罁罇礶𦋐駡羗𦍑羣𡙡𠁨䕜𣝦䔃𨌺翺𦒉者耈耝耨耯𪂇𦳃耻耼聡𢜔䦉𦘦𣷣𦛨朥肧𨩈脇脚墰𢛶汿𦒘𤾸擧𡒊舘𡡞橓𤩥𤪕䑺舩𠬍𦩒𣵾俹𡓽蓢荢𦬊𤦧𣔰𡝳𣷸芪椛芳䇛\\\"],\\n[\\\"8f40\\\",\\\"蕋苐茚𠸖𡞴㛁𣅽𣕚艻苢茘𣺋𦶣𦬅𦮗𣗎㶿茝嗬莅䔋𦶥莬菁菓㑾𦻔橗蕚㒖𦹂𢻯葘𥯤葱㷓䓤檧葊𣲵祘蒨𦮖𦹷𦹃蓞萏莑䒠蒓蓤𥲑䉀𥳀䕃蔴嫲𦺙䔧蕳䔖枿蘖\\\"],\\n[\\\"8fa1\\\",\\\"𨘥𨘻藁𧂈蘂𡖂𧃍䕫䕪蘨㙈𡢢号𧎚虾蝱𪃸蟮𢰧螱蟚蠏噡虬桖䘏衅衆𧗠𣶹𧗤衞袜䙛袴袵揁装睷𧜏覇覊覦覩覧覼𨨥觧𧤤𧪽誜瞓釾誐𧩙竩𧬺𣾏䜓𧬸煼謌謟𥐰𥕥謿譌譍誩𤩺讐讛誯𡛟䘕衏貛𧵔𧶏貫㜥𧵓賖𧶘𧶽贒贃𡤐賛灜贑𤳉㻐起\\\"],\\n[\\\"9040\\\",\\\"趩𨀂𡀔𤦊㭼𨆼𧄌竧躭躶軃鋔輙輭𨍥𨐒辥錃𪊟𠩐辳䤪𨧞𨔽𣶻廸𣉢迹𪀔𨚼𨔁𢌥㦀𦻗逷𨔼𧪾遡𨕬𨘋邨𨜓郄𨛦邮都酧㫰醩釄粬𨤳𡺉鈎沟鉁鉢𥖹銹𨫆𣲛𨬌𥗛\\\"],\\n[\\\"90a1\\\",\\\"𠴱錬鍫𨫡𨯫炏嫃𨫢𨫥䥥鉄𨯬𨰹𨯿鍳鑛躼閅閦鐦閠濶䊹𢙺𨛘𡉼𣸮䧟氜陻隖䅬隣𦻕懚隶磵𨫠隽双䦡𦲸𠉴𦐐𩂯𩃥𤫑𡤕𣌊霱虂霶䨏䔽䖅𤫩灵孁霛靜𩇕靗孊𩇫靟鐥僐𣂷𣂼鞉鞟鞱鞾韀韒韠𥑬韮琜𩐳響韵𩐝𧥺䫑頴頳顋顦㬎𧅵㵑𠘰𤅜\\\"],\\n[\\\"9140\\\",\\\"𥜆飊颷飈飇䫿𦴧𡛓喰飡飦飬鍸餹𤨩䭲𩡗𩤅駵騌騻騐驘𥜥㛄𩂱𩯕髠髢𩬅髴䰎鬔鬭𨘀倴鬴𦦨㣃𣁽魐魀𩴾婅𡡣鮎𤉋鰂鯿鰌𩹨鷔𩾷𪆒𪆫𪃡𪄣𪇟鵾鶃𪄴鸎梈\\\"],\\n[\\\"91a1\\\",\\\"鷄𢅛𪆓𪈠𡤻𪈳鴹𪂹𪊴麐麕麞麢䴴麪麯𤍤黁㭠㧥㴝伲㞾𨰫鼂鼈䮖鐤𦶢鼗鼖鼹嚟嚊齅馸𩂋韲葿齢齩竜龎爖䮾𤥵𤦻煷𤧸𤍈𤩑玞𨯚𡣺禟𨥾𨸶鍩鏳𨩄鋬鎁鏋𨥬𤒹爗㻫睲穃烐𤑳𤏸煾𡟯炣𡢾𣖙㻇𡢅𥐯𡟸㜢𡛻𡠹㛡𡝴𡣑𥽋㜣𡛀坛𤨥𡏾𡊨\\\"],\\n[\\\"9240\\\",\\\"𡏆𡒶蔃𣚦蔃葕𤦔𧅥𣸱𥕜𣻻𧁒䓴𣛮𩦝𦼦柹㜳㰕㷧塬𡤢栐䁗𣜿𤃡𤂋𤄏𦰡哋嚞𦚱嚒𠿟𠮨𠸍鏆𨬓鎜仸儫㠙𤐶亼𠑥𠍿佋侊𥙑婨𠆫𠏋㦙𠌊𠐔㐵伩𠋀𨺳𠉵諚𠈌亘\\\"],\\n[\\\"92a1\\\",\\\"働儍侢伃𤨎𣺊佂倮偬傁俌俥偘僼兙兛兝兞湶𣖕𣸹𣺿浲𡢄𣺉冨凃𠗠䓝𠒣𠒒𠒑赺𨪜𠜎剙劤𠡳勡鍮䙺熌𤎌𠰠𤦬𡃤槑𠸝瑹㻞璙琔瑖玘䮎𤪼𤂍叐㖄爏𤃉喴𠍅响𠯆圝鉝雴鍦埝垍坿㘾壋媙𨩆𡛺𡝯𡜐娬妸銏婾嫏娒𥥆𡧳𡡡𤊕㛵洅瑃娡𥺃\\\"],\\n[\\\"9340\\\",\\\"媁𨯗𠐓鏠璌𡌃焅䥲鐈𨧻鎽㞠尞岞幞幈𡦖𡥼𣫮廍孏𡤃𡤄㜁𡢠㛝𡛾㛓脪𨩇𡶺𣑲𨦨弌弎𡤧𡞫婫𡜻孄蘔𧗽衠恾𢡠𢘫忛㺸𢖯𢖾𩂈𦽳懀𠀾𠁆𢘛憙憘恵𢲛𢴇𤛔𩅍\\\"],\\n[\\\"93a1\\\",\\\"摱𤙥𢭪㨩𢬢𣑐𩣪𢹸挷𪑛撶挱揑𤧣𢵧护𢲡搻敫楲㯴𣂎𣊭𤦉𣊫唍𣋠𡣙𩐿曎𣊉𣆳㫠䆐𥖄𨬢𥖏𡛼𥕛𥐥磮𣄃𡠪𣈴㑤𣈏𣆂𤋉暎𦴤晫䮓昰𧡰𡷫晣𣋒𣋡昞𥡲㣑𣠺𣞼㮙𣞢𣏾瓐㮖枏𤘪梶栞㯄檾㡣𣟕𤒇樳橒櫉欅𡤒攑梘橌㯗橺歗𣿀𣲚鎠鋲𨯪𨫋\\\"],\\n[\\\"9440\\\",\\\"銉𨀞𨧜鑧涥漋𤧬浧𣽿㶏渄𤀼娽渊塇洤硂焻𤌚𤉶烱牐犇犔𤞏𤜥兹𤪤𠗫瑺𣻸𣙟𤩊𤤗𥿡㼆㺱𤫟𨰣𣼵悧㻳瓌琼鎇琷䒟𦷪䕑疃㽣𤳙𤴆㽘畕癳𪗆㬙瑨𨫌𤦫𤦎㫻\\\"],\\n[\\\"94a1\\\",\\\"㷍𤩎㻿𤧅𤣳釺圲鍂𨫣𡡤僟𥈡𥇧睸𣈲眎眏睻𤚗𣞁㩞𤣰琸璛㺿𤪺𤫇䃈𤪖𦆮錇𥖁砞碍碈磒珐祙𧝁𥛣䄎禛蒖禥樭𣻺稺秴䅮𡛦䄲鈵秱𠵌𤦌𠊙𣶺𡝮㖗啫㕰㚪𠇔𠰍竢婙𢛵𥪯𥪜娍𠉛磰娪𥯆竾䇹籝籭䈑𥮳𥺼𥺦糍𤧹𡞰粎籼粮檲緜縇緓罎𦉡\\\"],\\n[\\\"9540\\\",\\\"𦅜𧭈綗𥺂䉪𦭵𠤖柖𠁎𣗏埄𦐒𦏸𤥢翝笧𠠬𥫩𥵃笌𥸎駦虅驣樜𣐿㧢𤧷𦖭騟𦖠蒀𧄧𦳑䓪脷䐂胆脉腂𦞴飃𦩂艢艥𦩑葓𦶧蘐𧈛媆䅿𡡀嬫𡢡嫤𡣘蚠蜨𣶏蠭𧐢娂\\\"],\\n[\\\"95a1\\\",\\\"衮佅袇袿裦襥襍𥚃襔𧞅𧞄𨯵𨯙𨮜𨧹㺭蒣䛵䛏㟲訽訜𩑈彍鈫𤊄旔焩烄𡡅鵭貟賩𧷜妚矃姰䍮㛔踪躧𤰉輰轊䋴汘澻𢌡䢛潹溋𡟚鯩㚵𤤯邻邗啱䤆醻鐄𨩋䁢𨫼鐧𨰝𨰻蓥訫閙閧閗閖𨴴瑅㻂𤣿𤩂𤏪㻧𣈥随𨻧𨹦𨹥㻌𤧭𤩸𣿮琒瑫㻼靁𩂰\\\"],\\n[\\\"9640\\\",\\\"桇䨝𩂓𥟟靝鍨𨦉𨰦𨬯𦎾銺嬑譩䤼珹𤈛鞛靱餸𠼦巁𨯅𤪲頟𩓚鋶𩗗釥䓀𨭐𤩧𨭤飜𨩅㼀鈪䤥萔餻饍𧬆㷽馛䭯馪驜𨭥𥣈檏騡嫾騯𩣱䮐𩥈馼䮽䮗鍽塲𡌂堢𤦸\\\"],\\n[\\\"96a1\\\",\\\"𡓨硄𢜟𣶸棅㵽鑘㤧慐𢞁𢥫愇鱏鱓鱻鰵鰐魿鯏𩸭鮟𪇵𪃾鴡䲮𤄄鸘䲰鴌𪆴𪃭𪃳𩤯鶥蒽𦸒𦿟𦮂藼䔳𦶤𦺄𦷰萠藮𦸀𣟗𦁤秢𣖜𣙀䤭𤧞㵢鏛銾鍈𠊿碹鉷鑍俤㑀遤𥕝砽硔碶硋𡝗𣇉𤥁㚚佲濚濙瀞瀞吔𤆵垻壳垊鴖埗焴㒯𤆬燫𦱀𤾗嬨𡞵𨩉\\\"],\\n[\\\"9740\\\",\\\"愌嫎娋䊼𤒈㜬䭻𨧼鎻鎸𡣖𠼝葲𦳀𡐓𤋺𢰦𤏁妔𣶷𦝁綨𦅛𦂤𤦹𤦋𨧺鋥珢㻩璴𨭣𡢟㻡𤪳櫘珳珻㻖𤨾𤪔𡟙𤩦𠎧𡐤𤧥瑈𤤖炥𤥶銄珦鍟𠓾錱𨫎𨨖鎆𨯧𥗕䤵𨪂煫\\\"],\\n[\\\"97a1\\\",\\\"𤥃𠳿嚤𠘚𠯫𠲸唂秄𡟺緾𡛂𤩐𡡒䔮鐁㜊𨫀𤦭妰𡢿𡢃𧒄媡㛢𣵛㚰鉟婹𨪁𡡢鍴㳍𠪴䪖㦊僴㵩㵌𡎜煵䋻𨈘渏𩃤䓫浗𧹏灧沯㳖𣿭𣸭渂漌㵯𠏵畑㚼㓈䚀㻚䡱姄鉮䤾轁𨰜𦯀堒埈㛖𡑒烾𤍢𤩱𢿣𡊰𢎽梹楧𡎘𣓥𧯴𣛟𨪃𣟖𣏺𤲟樚𣚭𦲷萾䓟䓎\\\"],\\n[\\\"9840\\\",\\\"𦴦𦵑𦲂𦿞漗𧄉茽𡜺菭𦲀𧁓𡟛妉媂𡞳婡婱𡤅𤇼㜭姯𡜼㛇熎鎐暚𤊥婮娫𤊓樫𣻹𧜶𤑛𤋊焝𤉙𨧡侰𦴨峂𤓎𧹍𤎽樌𤉖𡌄炦焳𤏩㶥泟勇𤩏繥姫崯㷳彜𤩝𡟟綤萦\\\"],\\n[\\\"98a1\\\",\\\"咅𣫺𣌀𠈔坾𠣕𠘙㿥𡾞𪊶瀃𩅛嵰玏糓𨩙𩐠俈翧狍猐𧫴猸猹𥛶獁獈㺩𧬘遬燵𤣲珡臶㻊県㻑沢国琙琞琟㻢㻰㻴㻺瓓㼎㽓畂畭畲疍㽼痈痜㿀癍㿗癴㿜発𤽜熈嘣覀塩䀝睃䀹条䁅㗛瞘䁪䁯属瞾矋売砘点砜䂨砹硇硑硦葈𥔵礳栃礲䄃\\\"],\\n[\\\"9940\\\",\\\"䄉禑禙辻稆込䅧窑䆲窼艹䇄竏竛䇏両筢筬筻簒簛䉠䉺类粜䊌粸䊔糭输烀𠳏総緔緐緽羮羴犟䎗耠耥笹耮耱联㷌垴炠肷胩䏭脌猪脎脒畠脔䐁㬹腖腙腚\\\"],\\n[\\\"99a1\\\",\\\"䐓堺腼膄䐥膓䐭膥埯臁臤艔䒏芦艶苊苘苿䒰荗险榊萅烵葤惣蒈䔄蒾蓡蓸蔐蔸蕒䔻蕯蕰藠䕷虲蚒蚲蛯际螋䘆䘗袮裿褤襇覑𧥧訩訸誔誴豑賔賲贜䞘塟跃䟭仮踺嗘坔蹱嗵躰䠷軎転軤軭軲辷迁迊迌逳駄䢭飠鈓䤞鈨鉘鉫銱銮銿\\\"],\\n[\\\"9a40\\\",\\\"鋣鋫鋳鋴鋽鍃鎄鎭䥅䥑麿鐗匁鐝鐭鐾䥪鑔鑹锭関䦧间阳䧥枠䨤靀䨵鞲韂噔䫤惨颹䬙飱塄餎餙冴餜餷饂饝饢䭰駅䮝騼鬏窃魩鮁鯝鯱鯴䱭鰠㝯𡯂鵉鰺\\\"],\\n[\\\"9aa1\\\",\\\"黾噐鶓鶽鷀鷼银辶鹻麬麱麽黆铜黢黱黸竈齄𠂔𠊷𠎠椚铃妬𠓗塀铁㞹𠗕𠘕𠙶𡚺块煳𠫂𠫍𠮿呪吆𠯋咞𠯻𠰻𠱓𠱥𠱼惧𠲍噺𠲵𠳝𠳭𠵯𠶲𠷈楕鰯螥𠸄𠸎𠻗𠾐𠼭𠹳尠𠾼帋𡁜𡁏𡁶朞𡁻𡂈𡂖㙇𡂿𡃓𡄯𡄻卤蒭𡋣𡍵𡌶讁𡕷𡘙𡟃𡟇乸炻𡠭𡥪\\\"],\\n[\\\"9b40\\\",\\\"𡨭𡩅𡰪𡱰𡲬𡻈拃𡻕𡼕熘桕𢁅槩㛈𢉼𢏗𢏺𢜪𢡱𢥏苽𢥧𢦓𢫕覥𢫨辠𢬎鞸𢬿顇骽𢱌\\\"],\\n[\\\"9b62\\\",\\\"𢲈𢲷𥯨𢴈𢴒𢶷𢶕𢹂𢽴𢿌𣀳𣁦𣌟𣏞徱晈暿𧩹𣕧𣗳爁𤦺矗𣘚𣜖纇𠍆墵朎\\\"],\\n[\\\"9ba1\\\",\\\"椘𣪧𧙗𥿢𣸑𣺹𧗾𢂚䣐䪸𤄙𨪚𤋮𤌍𤀻𤌴𤎖𤩅𠗊凒𠘑妟𡺨㮾𣳿𤐄𤓖垈𤙴㦛𤜯𨗨𩧉㝢𢇃譞𨭎駖𤠒𤣻𤨕爉𤫀𠱸奥𤺥𤾆𠝹軚𥀬劏圿煱𥊙𥐙𣽊𤪧喼𥑆𥑮𦭒釔㑳𥔿𧘲𥕞䜘𥕢𥕦𥟇𤤿𥡝偦㓻𣏌惞𥤃䝼𨥈𥪮𥮉𥰆𡶐垡煑澶𦄂𧰒遖𦆲𤾚譢𦐂𦑊\\\"],\\n[\\\"9c40\\\",\\\"嵛𦯷輶𦒄𡤜諪𤧶𦒈𣿯𦔒䯀𦖿𦚵𢜛鑥𥟡憕娧晉侻嚹𤔡𦛼乪𤤴陖涏𦲽㘘襷𦞙𦡮𦐑𦡞營𦣇筂𩃀𠨑𦤦鄄𦤹穅鷰𦧺騦𦨭㙟𦑩𠀡禃𦨴𦭛崬𣔙菏𦮝䛐𦲤画补𦶮墶\\\"],\\n[\\\"9ca1\\\",\\\"㜜𢖍𧁋𧇍㱔𧊀𧊅銁𢅺𧊋錰𧋦𤧐氹钟𧑐𠻸蠧裵𢤦𨑳𡞱溸𤨪𡠠㦤㚹尐秣䔿暶𩲭𩢤襃𧟌𧡘囖䃟𡘊㦡𣜯𨃨𡏅熭荦𧧝𩆨婧䲷𧂯𨦫𧧽𧨊𧬋𧵦𤅺筃祾𨀉澵𪋟樃𨌘厢𦸇鎿栶靝𨅯𨀣𦦵𡏭𣈯𨁈嶅𨰰𨂃圕頣𨥉嶫𤦈斾槕叒𤪥𣾁㰑朶𨂐𨃴𨄮𡾡𨅏\\\"],\\n[\\\"9d40\\\",\\\"𨆉𨆯𨈚𨌆𨌯𨎊㗊𨑨𨚪䣺揦𨥖砈鉕𨦸䏲𨧧䏟𨧨𨭆𨯔姸𨰉輋𨿅𩃬筑𩄐𩄼㷷𩅞𤫊运犏嚋𩓧𩗩𩖰𩖸𩜲𩣑𩥉𩥪𩧃𩨨𩬎𩵚𩶛纟𩻸𩼣䲤镇𪊓熢𪋿䶑递𪗋䶜𠲜达嗁\\\"],\\n[\\\"9da1\\\",\\\"辺𢒰边𤪓䔉繿潖檱仪㓤𨬬𧢝㜺躀𡟵𨀤𨭬𨮙𧨾𦚯㷫𧙕𣲷𥘵𥥖亚𥺁𦉘嚿𠹭踎孭𣺈𤲞揞拐𡟶𡡻攰嘭𥱊吚𥌑㷆𩶘䱽嘢嘞罉𥻘奵𣵀蝰东𠿪𠵉𣚺脗鵞贘瘻鱅癎瞹鍅吲腈苷嘥脲萘肽嗪祢噃吖𠺝㗎嘅嗱曱𨋢㘭甴嗰喺咗啲𠱁𠲖廐𥅈𠹶𢱢\\\"],\\n[\\\"9e40\\\",\\\"𠺢麫絚嗞𡁵抝靭咔賍燶酶揼掹揾啩𢭃鱲𢺳冚㓟𠶧冧呍唞唓癦踭𦢊疱肶蠄螆裇膶萜𡃁䓬猄𤜆宐茋𦢓噻𢛴𧴯𤆣𧵳𦻐𧊶酰𡇙鈈𣳼𪚩𠺬𠻹牦𡲢䝎𤿂𧿹𠿫䃺\\\"],\\n[\\\"9ea1\\\",\\\"鱝攟𢶠䣳𤟠𩵼𠿬𠸊恢𧖣𠿭\\\"],\\n[\\\"9ead\\\",\\\"𦁈𡆇熣纎鵐业丄㕷嬍沲卧㚬㧜卽㚥𤘘墚𤭮舭呋垪𥪕𠥹\\\"],\\n[\\\"9ec5\\\",\\\"㩒𢑥獴𩺬䴉鯭𣳾𩼰䱛𤾩𩖞𩿞葜𣶶𧊲𦞳𣜠挮紥𣻷𣸬㨪逈勌㹴㙺䗩𠒎癀嫰𠺶硺𧼮墧䂿噼鮋嵴癔𪐴麅䳡痹㟻愙𣃚𤏲\\\"],\\n[\\\"9ef5\\\",\\\"噝𡊩垧𤥣𩸆刴𧂮㖭汊鵼\\\"],\\n[\\\"9f40\\\",\\\"籖鬹埞𡝬屓擓𩓐𦌵𧅤蚭𠴨𦴢𤫢𠵱\\\"],\\n[\\\"9f4f\\\",\\\"凾𡼏嶎霃𡷑麁遌笟鬂峑箣扨挵髿篏鬪籾鬮籂粆鰕篼鬉鼗鰛𤤾齚啳寃俽麘俲剠㸆勑坧偖妷帒韈鶫轜呩鞴饀鞺匬愰\\\"],\\n[\\\"9fa1\\\",\\\"椬叚鰊鴂䰻陁榀傦畆𡝭駚剳\\\"],\\n[\\\"9fae\\\",\\\"酙隁酜\\\"],\\n[\\\"9fb2\\\",\\\"酑𨺗捿𦴣櫊嘑醎畺抅𠏼獏籰𥰡𣳽\\\"],\\n[\\\"9fc1\\\",\\\"𤤙盖鮝个𠳔莾衂\\\"],\\n[\\\"9fc9\\\",\\\"届槀僭坺刟巵从氱𠇲伹咜哚劚趂㗾弌㗳\\\"],\\n[\\\"9fdb\\\",\\\"歒酼龥鮗頮颴骺麨麄煺笔\\\"],\\n[\\\"9fe7\\\",\\\"毺蠘罸\\\"],\\n[\\\"9feb\\\",\\\"嘠𪙊蹷齓\\\"],\\n[\\\"9ff0\\\",\\\"跔蹏鸜踁抂𨍽踨蹵竓𤩷稾磘泪詧瘇\\\"],\\n[\\\"a040\\\",\\\"𨩚鼦泎蟖痃𪊲硓咢贌狢獱謭猂瓱賫𤪻蘯徺袠䒷\\\"],\\n[\\\"a055\\\",\\\"𡠻𦸅\\\"],\\n[\\\"a058\\\",\\\"詾𢔛\\\"],\\n[\\\"a05b\\\",\\\"惽癧髗鵄鍮鮏蟵\\\"],\\n[\\\"a063\\\",\\\"蠏賷猬霡鮰㗖犲䰇籑饊𦅙慙䰄麖慽\\\"],\\n[\\\"a073\\\",\\\"坟慯抦戹拎㩜懢厪𣏵捤栂㗒\\\"],\\n[\\\"a0a1\\\",\\\"嵗𨯂迚𨸹\\\"],\\n[\\\"a0a6\\\",\\\"僙𡵆礆匲阸𠼻䁥\\\"],\\n[\\\"a0ae\\\",\\\"矾\\\"],\\n[\\\"a0b0\\\",\\\"糂𥼚糚稭聦聣絍甅瓲覔舚朌聢𧒆聛瓰脃眤覉𦟌畓𦻑螩蟎臈螌詉貭譃眫瓸蓚㘵榲趦\\\"],\\n[\\\"a0d4\\\",\\\"覩瑨涹蟁𤀑瓧㷛煶悤憜㳑煢恷\\\"],\\n[\\\"a0e2\\\",\\\"罱𨬭牐惩䭾删㰘𣳇𥻗𧙖𥔱𡥄𡋾𩤃𦷜𧂭峁𦆭𨨏𣙷𠃮𦡆𤼎䕢嬟𦍌齐麦𦉫\\\"],\\n[\\\"a3c0\\\",\\\"␀\\\",31,\\\"␡\\\"],\\n[\\\"c6a1\\\",\\\"①\\\",9,\\\"⑴\\\",9,\\\"ⅰ\\\",9,\\\"丶丿亅亠冂冖冫勹匸卩厶夊宀巛⼳广廴彐彡攴无疒癶辵隶¨ˆヽヾゝゞ〃仝々〆〇ー［］✽ぁ\\\",23],\\n[\\\"c740\\\",\\\"す\\\",58,\\\"ァアィイ\\\"],\\n[\\\"c7a1\\\",\\\"ゥ\\\",81,\\\"А\\\",5,\\\"ЁЖ\\\",4],\\n[\\\"c840\\\",\\\"Л\\\",26,\\\"ёж\\\",25,\\\"⇧↸↹㇏𠃌乚𠂊刂䒑\\\"],\\n[\\\"c8a1\\\",\\\"龰冈龱𧘇\\\"],\\n[\\\"c8cd\\\",\\\"￢￤＇＂㈱№℡゛゜⺀⺄⺆⺇⺈⺊⺌⺍⺕⺜⺝⺥⺧⺪⺬⺮⺶⺼⺾⻆⻊⻌⻍⻏⻖⻗⻞⻣\\\"],\\n[\\\"c8f5\\\",\\\"ʃɐɛɔɵœøŋʊɪ\\\"],\\n[\\\"f9fe\\\",\\\"￭\\\"],\\n[\\\"fa40\\\",\\\"𠕇鋛𠗟𣿅蕌䊵珯况㙉𤥂𨧤鍄𡧛苮𣳈砼杄拟𤤳𨦪𠊠𦮳𡌅侫𢓭倈𦴩𧪄𣘀𤪱𢔓倩𠍾徤𠎀𠍇滛𠐟偽儁㑺儎顬㝃萖𤦤𠒇兠𣎴兪𠯿𢃼𠋥𢔰𠖎𣈳𡦃宂蝽𠖳𣲙冲冸\\\"],\\n[\\\"faa1\\\",\\\"鴴凉减凑㳜凓𤪦决凢卂凭菍椾𣜭彻刋刦刼劵剗劔効勅簕蕂勠蘍𦬓包𨫞啉滙𣾀𠥔𣿬匳卄𠯢泋𡜦栛珕恊㺪㣌𡛨燝䒢卭却𨚫卾卿𡖖𡘓矦厓𨪛厠厫厮玧𥝲㽙玜叁叅汉义埾叙㪫𠮏叠𣿫𢶣叶𠱷吓灹唫晗浛呭𦭓𠵴啝咏咤䞦𡜍𠻝㶴𠵍\\\"],\\n[\\\"fb40\\\",\\\"𨦼𢚘啇䳭启琗喆喩嘅𡣗𤀺䕒𤐵暳𡂴嘷曍𣊊暤暭噍噏磱囱鞇叾圀囯园𨭦㘣𡉏坆𤆥汮炋坂㚱𦱾埦𡐖堃𡑔𤍣堦𤯵塜墪㕡壠壜𡈼壻寿坃𪅐𤉸鏓㖡够梦㛃湙\\\"],\\n[\\\"fba1\\\",\\\"𡘾娤啓𡚒蔅姉𠵎𦲁𦴪𡟜姙𡟻𡞲𦶦浱𡠨𡛕姹𦹅媫婣㛦𤦩婷㜈媖瑥嫓𦾡𢕔㶅𡤑㜲𡚸広勐孶斈孼𧨎䀄䡝𠈄寕慠𡨴𥧌𠖥寳宝䴐尅𡭄尓珎尔𡲥𦬨屉䣝岅峩峯嶋𡷹𡸷崐崘嵆𡺤岺巗苼㠭𤤁𢁉𢅳芇㠶㯂帮檊幵幺𤒼𠳓厦亷廐厨𡝱帉廴𨒂\\\"],\\n[\\\"fc40\\\",\\\"廹廻㢠廼栾鐛弍𠇁弢㫞䢮𡌺强𦢈𢏐彘𢑱彣鞽𦹮彲鍀𨨶徧嶶㵟𥉐𡽪𧃸𢙨釖𠊞𨨩怱暅𡡷㥣㷇㘹垐𢞴祱㹀悞悤悳𤦂𤦏𧩓璤僡媠慤萤慂慈𦻒憁凴𠙖憇宪𣾷\\\"],\\n[\\\"fca1\\\",\\\"𢡟懓𨮝𩥝懐㤲𢦀𢣁怣慜攞掋𠄘担𡝰拕𢸍捬𤧟㨗搸揸𡎎𡟼撐澊𢸶頔𤂌𥜝擡擥鑻㩦携㩗敍漖𤨨𤨣斅敭敟𣁾斵𤥀䬷旑䃘𡠩无旣忟𣐀昘𣇷𣇸晄𣆤𣆥晋𠹵晧𥇦晳晴𡸽𣈱𨗴𣇈𥌓矅𢣷馤朂𤎜𤨡㬫槺𣟂杞杧杢𤇍𩃭柗䓩栢湐鈼栁𣏦𦶠桝\\\"],\\n[\\\"fd40\\\",\\\"𣑯槡樋𨫟楳棃𣗍椁椀㴲㨁𣘼㮀枬楡𨩊䋼椶榘㮡𠏉荣傐槹𣙙𢄪橅𣜃檝㯳枱櫈𩆜㰍欝𠤣惞欵歴𢟍溵𣫛𠎵𡥘㝀吡𣭚毡𣻼毜氷𢒋𤣱𦭑汚舦汹𣶼䓅𣶽𤆤𤤌𤤀\\\"],\\n[\\\"fda1\\\",\\\"𣳉㛥㳫𠴲鮃𣇹𢒑羏样𦴥𦶡𦷫涖浜湼漄𤥿𤂅𦹲蔳𦽴凇沜渝萮𨬡港𣸯瑓𣾂秌湏媑𣁋濸㜍澝𣸰滺𡒗𤀽䕕鏰潄潜㵎潴𩅰㴻澟𤅄濓𤂑𤅕𤀹𣿰𣾴𤄿凟𤅖𤅗𤅀𦇝灋灾炧炁烌烕烖烟䄄㷨熴熖𤉷焫煅媈煊煮岜𤍥煏鍢𤋁焬𤑚𤨧𤨢熺𨯨炽爎\\\"],\\n[\\\"fe40\\\",\\\"鑂爕夑鑃爤鍁𥘅爮牀𤥴梽牕牗㹕𣁄栍漽犂猪猫𤠣𨠫䣭𨠄猨献珏玪𠰺𦨮珉瑉𤇢𡛧𤨤昣㛅𤦷𤦍𤧻珷琕椃𤨦琹𠗃㻗瑜𢢭瑠𨺲瑇珤瑶莹瑬㜰瑴鏱樬璂䥓𤪌\\\"],\\n[\\\"fea1\\\",\\\"𤅟𤩹𨮏孆𨰃𡢞瓈𡦈甎瓩甞𨻙𡩋寗𨺬鎅畍畊畧畮𤾂㼄𤴓疎瑝疞疴瘂瘬癑癏癯癶𦏵皐臯㟸𦤑𦤎皡皥皷盌𦾟葢𥂝𥅽𡸜眞眦着撯𥈠睘𣊬瞯𨥤𨥨𡛁矴砉𡍶𤨒棊碯磇磓隥礮𥗠磗礴碱𧘌辸袄𨬫𦂃𢘜禆褀椂禀𥡗禝𧬹礼禩渪𧄦㺨秆𩄍秔\\\"]\\n]\\n\"\n        },\n        {\n          \"id\": 330,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/iconv-lite/lib/streams.js\",\n          \"name\": \"./node_modules/iconv-lite/lib/streams.js\",\n          \"index\": 329,\n          \"index2\": 321,\n          \"size\": 3347,\n          \"cacheable\": true,\n          \"built\": true,\n          \"optional\": false,\n          \"prefetched\": false,\n          \"chunks\": [\n            2\n          ],\n          \"issuer\": \"/Users/jarred/Code/styleurl/node_modules/iconv-lite/lib/index.js\",\n          \"issuerId\": 314,\n          \"issuerName\": \"./node_modules/iconv-lite/lib/index.js\",\n          \"issuerPath\": [\n            {\n              \"id\": 191,\n              \"identifier\": \"multi /Users/jarred/Code/styleurl/webpack/customPublicPath /Users/jarred/Code/styleurl/chrome/extension/background\",\n              \"name\": \"multi ./webpack/customPublicPath ./chrome/extension/background\",\n              \"profile\": {\n                \"factory\": 0,\n                \"building\": 0,\n                \"dependencies\": 54\n              }\n            },\n            {\n              \"id\": 192,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/background.js\",\n              \"name\": \"./chrome/extension/background.js\",\n              \"profile\": {\n                \"factory\": 54,\n                \"building\": 639,\n                \"dependencies\": 140\n              }\n            },\n            {\n              \"id\": 255,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/stylesheet-differ/lib/index.js\",\n              \"name\": \"./node_modules/stylesheet-differ/lib/index.js\",\n              \"profile\": {\n                \"factory\": 140,\n                \"building\": 568,\n                \"dependencies\": 1\n              }\n            },\n            {\n              \"id\": 256,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/native-css/index.js\",\n              \"name\": \"./node_modules/native-css/index.js\",\n              \"profile\": {\n                \"factory\": 189,\n                \"building\": 603,\n                \"dependencies\": 1\n              }\n            },\n            {\n              \"id\": 257,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/native-css/src/native-css.js\",\n              \"name\": \"./node_modules/native-css/src/native-css.js\",\n              \"profile\": {\n                \"factory\": 26,\n                \"building\": 63,\n                \"dependencies\": 14\n              }\n            },\n            {\n              \"id\": 293,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/fetch/lib/fetch.js\",\n              \"name\": \"./node_modules/fetch/lib/fetch.js\",\n              \"profile\": {\n                \"factory\": 117,\n                \"building\": 25,\n                \"dependencies\": 27\n              }\n            },\n            {\n              \"id\": 313,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/encoding/lib/encoding.js\",\n              \"name\": \"./node_modules/encoding/lib/encoding.js\",\n              \"profile\": {\n                \"factory\": 66,\n                \"building\": 38,\n                \"dependencies\": 20\n              }\n            },\n            {\n              \"id\": 314,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/iconv-lite/lib/index.js\",\n              \"name\": \"./node_modules/iconv-lite/lib/index.js\",\n              \"profile\": {\n                \"factory\": 123,\n                \"building\": 23,\n                \"dependencies\": 1\n              }\n            }\n          ],\n          \"profile\": {\n            \"factory\": 62,\n            \"building\": 61,\n            \"dependencies\": 1\n          },\n          \"failed\": false,\n          \"errors\": 0,\n          \"warnings\": 0,\n          \"assets\": [],\n          \"reasons\": [\n            {\n              \"moduleId\": 314,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/iconv-lite/lib/index.js\",\n              \"module\": \"./node_modules/iconv-lite/lib/index.js\",\n              \"moduleName\": \"./node_modules/iconv-lite/lib/index.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"./streams\",\n              \"loc\": \"135:8-28\"\n            }\n          ],\n          \"usedExports\": true,\n          \"providedExports\": null,\n          \"optimizationBailout\": [\n            \"ModuleConcatenation bailout: Module is not an ECMAScript module\"\n          ],\n          \"depth\": 8,\n          \"source\": \"\\\"use strict\\\"\\n\\nvar Transform = require(\\\"stream\\\").Transform;\\n\\n\\n// == Exports ==================================================================\\nmodule.exports = function(iconv) {\\n    \\n    // Additional Public API.\\n    iconv.encodeStream = function encodeStream(encoding, options) {\\n        return new IconvLiteEncoderStream(iconv.getEncoder(encoding, options), options);\\n    }\\n\\n    iconv.decodeStream = function decodeStream(encoding, options) {\\n        return new IconvLiteDecoderStream(iconv.getDecoder(encoding, options), options);\\n    }\\n\\n    iconv.supportsStreams = true;\\n\\n\\n    // Not published yet.\\n    iconv.IconvLiteEncoderStream = IconvLiteEncoderStream;\\n    iconv.IconvLiteDecoderStream = IconvLiteDecoderStream;\\n    iconv._collect = IconvLiteDecoderStream.prototype.collect;\\n};\\n\\n\\n// == Encoder stream =======================================================\\nfunction IconvLiteEncoderStream(conv, options) {\\n    this.conv = conv;\\n    options = options || {};\\n    options.decodeStrings = false; // We accept only strings, so we don't need to decode them.\\n    Transform.call(this, options);\\n}\\n\\nIconvLiteEncoderStream.prototype = Object.create(Transform.prototype, {\\n    constructor: { value: IconvLiteEncoderStream }\\n});\\n\\nIconvLiteEncoderStream.prototype._transform = function(chunk, encoding, done) {\\n    if (typeof chunk != 'string')\\n        return done(new Error(\\\"Iconv encoding stream needs strings as its input.\\\"));\\n    try {\\n        var res = this.conv.write(chunk);\\n        if (res && res.length) this.push(res);\\n        done();\\n    }\\n    catch (e) {\\n        done(e);\\n    }\\n}\\n\\nIconvLiteEncoderStream.prototype._flush = function(done) {\\n    try {\\n        var res = this.conv.end();\\n        if (res && res.length) this.push(res);\\n        done();\\n    }\\n    catch (e) {\\n        done(e);\\n    }\\n}\\n\\nIconvLiteEncoderStream.prototype.collect = function(cb) {\\n    var chunks = [];\\n    this.on('error', cb);\\n    this.on('data', function(chunk) { chunks.push(chunk); });\\n    this.on('end', function() {\\n        cb(null, Buffer.concat(chunks));\\n    });\\n    return this;\\n}\\n\\n\\n// == Decoder stream =======================================================\\nfunction IconvLiteDecoderStream(conv, options) {\\n    this.conv = conv;\\n    options = options || {};\\n    options.encoding = this.encoding = 'utf8'; // We output strings.\\n    Transform.call(this, options);\\n}\\n\\nIconvLiteDecoderStream.prototype = Object.create(Transform.prototype, {\\n    constructor: { value: IconvLiteDecoderStream }\\n});\\n\\nIconvLiteDecoderStream.prototype._transform = function(chunk, encoding, done) {\\n    if (!Buffer.isBuffer(chunk))\\n        return done(new Error(\\\"Iconv decoding stream needs buffers as its input.\\\"));\\n    try {\\n        var res = this.conv.write(chunk);\\n        if (res && res.length) this.push(res, this.encoding);\\n        done();\\n    }\\n    catch (e) {\\n        done(e);\\n    }\\n}\\n\\nIconvLiteDecoderStream.prototype._flush = function(done) {\\n    try {\\n        var res = this.conv.end();\\n        if (res && res.length) this.push(res, this.encoding);                \\n        done();\\n    }\\n    catch (e) {\\n        done(e);\\n    }\\n}\\n\\nIconvLiteDecoderStream.prototype.collect = function(cb) {\\n    var res = '';\\n    this.on('error', cb);\\n    this.on('data', function(chunk) { res += chunk; });\\n    this.on('end', function() {\\n        cb(null, res);\\n    });\\n    return this;\\n}\\n\\n\"\n        },\n        {\n          \"id\": 331,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/iconv-lite/lib/extend-node.js\",\n          \"name\": \"./node_modules/iconv-lite/lib/extend-node.js\",\n          \"index\": 330,\n          \"index2\": 322,\n          \"size\": 8513,\n          \"cacheable\": true,\n          \"built\": true,\n          \"optional\": false,\n          \"prefetched\": false,\n          \"chunks\": [\n            2\n          ],\n          \"issuer\": \"/Users/jarred/Code/styleurl/node_modules/iconv-lite/lib/index.js\",\n          \"issuerId\": 314,\n          \"issuerName\": \"./node_modules/iconv-lite/lib/index.js\",\n          \"issuerPath\": [\n            {\n              \"id\": 191,\n              \"identifier\": \"multi /Users/jarred/Code/styleurl/webpack/customPublicPath /Users/jarred/Code/styleurl/chrome/extension/background\",\n              \"name\": \"multi ./webpack/customPublicPath ./chrome/extension/background\",\n              \"profile\": {\n                \"factory\": 0,\n                \"building\": 0,\n                \"dependencies\": 54\n              }\n            },\n            {\n              \"id\": 192,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/background.js\",\n              \"name\": \"./chrome/extension/background.js\",\n              \"profile\": {\n                \"factory\": 54,\n                \"building\": 639,\n                \"dependencies\": 140\n              }\n            },\n            {\n              \"id\": 255,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/stylesheet-differ/lib/index.js\",\n              \"name\": \"./node_modules/stylesheet-differ/lib/index.js\",\n              \"profile\": {\n                \"factory\": 140,\n                \"building\": 568,\n                \"dependencies\": 1\n              }\n            },\n            {\n              \"id\": 256,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/native-css/index.js\",\n              \"name\": \"./node_modules/native-css/index.js\",\n              \"profile\": {\n                \"factory\": 189,\n                \"building\": 603,\n                \"dependencies\": 1\n              }\n            },\n            {\n              \"id\": 257,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/native-css/src/native-css.js\",\n              \"name\": \"./node_modules/native-css/src/native-css.js\",\n              \"profile\": {\n                \"factory\": 26,\n                \"building\": 63,\n                \"dependencies\": 14\n              }\n            },\n            {\n              \"id\": 293,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/fetch/lib/fetch.js\",\n              \"name\": \"./node_modules/fetch/lib/fetch.js\",\n              \"profile\": {\n                \"factory\": 117,\n                \"building\": 25,\n                \"dependencies\": 27\n              }\n            },\n            {\n              \"id\": 313,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/encoding/lib/encoding.js\",\n              \"name\": \"./node_modules/encoding/lib/encoding.js\",\n              \"profile\": {\n                \"factory\": 66,\n                \"building\": 38,\n                \"dependencies\": 20\n              }\n            },\n            {\n              \"id\": 314,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/iconv-lite/lib/index.js\",\n              \"name\": \"./node_modules/iconv-lite/lib/index.js\",\n              \"profile\": {\n                \"factory\": 123,\n                \"building\": 23,\n                \"dependencies\": 1\n              }\n            }\n          ],\n          \"profile\": {\n            \"factory\": 62,\n            \"building\": 61,\n            \"dependencies\": 1\n          },\n          \"failed\": false,\n          \"errors\": 0,\n          \"warnings\": 0,\n          \"assets\": [],\n          \"reasons\": [\n            {\n              \"moduleId\": 314,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/iconv-lite/lib/index.js\",\n              \"module\": \"./node_modules/iconv-lite/lib/index.js\",\n              \"moduleName\": \"./node_modules/iconv-lite/lib/index.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"./extend-node\",\n              \"loc\": \"139:4-28\"\n            }\n          ],\n          \"usedExports\": true,\n          \"providedExports\": null,\n          \"optimizationBailout\": [\n            \"ModuleConcatenation bailout: Module is not an ECMAScript module\"\n          ],\n          \"depth\": 8,\n          \"source\": \"\\\"use strict\\\"\\n\\n// == Extend Node primitives to use iconv-lite =================================\\n\\nmodule.exports = function (iconv) {\\n    var original = undefined; // Place to keep original methods.\\n\\n    // Node authors rewrote Buffer internals to make it compatible with\\n    // Uint8Array and we cannot patch key functions since then.\\n    iconv.supportsNodeEncodingsExtension = !(new Buffer(0) instanceof Uint8Array);\\n\\n    iconv.extendNodeEncodings = function extendNodeEncodings() {\\n        if (original) return;\\n        original = {};\\n\\n        if (!iconv.supportsNodeEncodingsExtension) {\\n            console.error(\\\"ACTION NEEDED: require('iconv-lite').extendNodeEncodings() is not supported in your version of Node\\\");\\n            console.error(\\\"See more info at https://github.com/ashtuchkin/iconv-lite/wiki/Node-v4-compatibility\\\");\\n            return;\\n        }\\n\\n        var nodeNativeEncodings = {\\n            'hex': true, 'utf8': true, 'utf-8': true, 'ascii': true, 'binary': true, \\n            'base64': true, 'ucs2': true, 'ucs-2': true, 'utf16le': true, 'utf-16le': true,\\n        };\\n\\n        Buffer.isNativeEncoding = function(enc) {\\n            return enc && nodeNativeEncodings[enc.toLowerCase()];\\n        }\\n\\n        // -- SlowBuffer -----------------------------------------------------------\\n        var SlowBuffer = require('buffer').SlowBuffer;\\n\\n        original.SlowBufferToString = SlowBuffer.prototype.toString;\\n        SlowBuffer.prototype.toString = function(encoding, start, end) {\\n            encoding = String(encoding || 'utf8').toLowerCase();\\n\\n            // Use native conversion when possible\\n            if (Buffer.isNativeEncoding(encoding))\\n                return original.SlowBufferToString.call(this, encoding, start, end);\\n\\n            // Otherwise, use our decoding method.\\n            if (typeof start == 'undefined') start = 0;\\n            if (typeof end == 'undefined') end = this.length;\\n            return iconv.decode(this.slice(start, end), encoding);\\n        }\\n\\n        original.SlowBufferWrite = SlowBuffer.prototype.write;\\n        SlowBuffer.prototype.write = function(string, offset, length, encoding) {\\n            // Support both (string, offset, length, encoding)\\n            // and the legacy (string, encoding, offset, length)\\n            if (isFinite(offset)) {\\n                if (!isFinite(length)) {\\n                    encoding = length;\\n                    length = undefined;\\n                }\\n            } else {  // legacy\\n                var swap = encoding;\\n                encoding = offset;\\n                offset = length;\\n                length = swap;\\n            }\\n\\n            offset = +offset || 0;\\n            var remaining = this.length - offset;\\n            if (!length) {\\n                length = remaining;\\n            } else {\\n                length = +length;\\n                if (length > remaining) {\\n                    length = remaining;\\n                }\\n            }\\n            encoding = String(encoding || 'utf8').toLowerCase();\\n\\n            // Use native conversion when possible\\n            if (Buffer.isNativeEncoding(encoding))\\n                return original.SlowBufferWrite.call(this, string, offset, length, encoding);\\n\\n            if (string.length > 0 && (length < 0 || offset < 0))\\n                throw new RangeError('attempt to write beyond buffer bounds');\\n\\n            // Otherwise, use our encoding method.\\n            var buf = iconv.encode(string, encoding);\\n            if (buf.length < length) length = buf.length;\\n            buf.copy(this, offset, 0, length);\\n            return length;\\n        }\\n\\n        // -- Buffer ---------------------------------------------------------------\\n\\n        original.BufferIsEncoding = Buffer.isEncoding;\\n        Buffer.isEncoding = function(encoding) {\\n            return Buffer.isNativeEncoding(encoding) || iconv.encodingExists(encoding);\\n        }\\n\\n        original.BufferByteLength = Buffer.byteLength;\\n        Buffer.byteLength = SlowBuffer.byteLength = function(str, encoding) {\\n            encoding = String(encoding || 'utf8').toLowerCase();\\n\\n            // Use native conversion when possible\\n            if (Buffer.isNativeEncoding(encoding))\\n                return original.BufferByteLength.call(this, str, encoding);\\n\\n            // Slow, I know, but we don't have a better way yet.\\n            return iconv.encode(str, encoding).length;\\n        }\\n\\n        original.BufferToString = Buffer.prototype.toString;\\n        Buffer.prototype.toString = function(encoding, start, end) {\\n            encoding = String(encoding || 'utf8').toLowerCase();\\n\\n            // Use native conversion when possible\\n            if (Buffer.isNativeEncoding(encoding))\\n                return original.BufferToString.call(this, encoding, start, end);\\n\\n            // Otherwise, use our decoding method.\\n            if (typeof start == 'undefined') start = 0;\\n            if (typeof end == 'undefined') end = this.length;\\n            return iconv.decode(this.slice(start, end), encoding);\\n        }\\n\\n        original.BufferWrite = Buffer.prototype.write;\\n        Buffer.prototype.write = function(string, offset, length, encoding) {\\n            var _offset = offset, _length = length, _encoding = encoding;\\n            // Support both (string, offset, length, encoding)\\n            // and the legacy (string, encoding, offset, length)\\n            if (isFinite(offset)) {\\n                if (!isFinite(length)) {\\n                    encoding = length;\\n                    length = undefined;\\n                }\\n            } else {  // legacy\\n                var swap = encoding;\\n                encoding = offset;\\n                offset = length;\\n                length = swap;\\n            }\\n\\n            encoding = String(encoding || 'utf8').toLowerCase();\\n\\n            // Use native conversion when possible\\n            if (Buffer.isNativeEncoding(encoding))\\n                return original.BufferWrite.call(this, string, _offset, _length, _encoding);\\n\\n            offset = +offset || 0;\\n            var remaining = this.length - offset;\\n            if (!length) {\\n                length = remaining;\\n            } else {\\n                length = +length;\\n                if (length > remaining) {\\n                    length = remaining;\\n                }\\n            }\\n\\n            if (string.length > 0 && (length < 0 || offset < 0))\\n                throw new RangeError('attempt to write beyond buffer bounds');\\n\\n            // Otherwise, use our encoding method.\\n            var buf = iconv.encode(string, encoding);\\n            if (buf.length < length) length = buf.length;\\n            buf.copy(this, offset, 0, length);\\n            return length;\\n\\n            // TODO: Set _charsWritten.\\n        }\\n\\n\\n        // -- Readable -------------------------------------------------------------\\n        if (iconv.supportsStreams) {\\n            var Readable = require('stream').Readable;\\n\\n            original.ReadableSetEncoding = Readable.prototype.setEncoding;\\n            Readable.prototype.setEncoding = function setEncoding(enc, options) {\\n                // Use our own decoder, it has the same interface.\\n                // We cannot use original function as it doesn't handle BOM-s.\\n                this._readableState.decoder = iconv.getDecoder(enc, options);\\n                this._readableState.encoding = enc;\\n            }\\n\\n            Readable.prototype.collect = iconv._collect;\\n        }\\n    }\\n\\n    // Remove iconv-lite Node primitive extensions.\\n    iconv.undoExtendNodeEncodings = function undoExtendNodeEncodings() {\\n        if (!iconv.supportsNodeEncodingsExtension)\\n            return;\\n        if (!original)\\n            throw new Error(\\\"require('iconv-lite').undoExtendNodeEncodings(): Nothing to undo; extendNodeEncodings() is not called.\\\")\\n\\n        delete Buffer.isNativeEncoding;\\n\\n        var SlowBuffer = require('buffer').SlowBuffer;\\n\\n        SlowBuffer.prototype.toString = original.SlowBufferToString;\\n        SlowBuffer.prototype.write = original.SlowBufferWrite;\\n\\n        Buffer.isEncoding = original.BufferIsEncoding;\\n        Buffer.byteLength = original.BufferByteLength;\\n        Buffer.prototype.toString = original.BufferToString;\\n        Buffer.prototype.write = original.BufferWrite;\\n\\n        if (iconv.supportsStreams) {\\n            var Readable = require('stream').Readable;\\n\\n            Readable.prototype.setEncoding = original.ReadableSetEncoding;\\n            delete Readable.prototype.collect;\\n        }\\n\\n        original = undefined;\\n    }\\n}\\n\"\n        },\n        {\n          \"id\": 332,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/encoding/lib/iconv-loader.js\",\n          \"name\": \"./node_modules/encoding/lib/iconv-loader.js\",\n          \"index\": 331,\n          \"index2\": 325,\n          \"size\": 274,\n          \"cacheable\": true,\n          \"built\": true,\n          \"optional\": false,\n          \"prefetched\": false,\n          \"chunks\": [\n            2\n          ],\n          \"issuer\": \"/Users/jarred/Code/styleurl/node_modules/encoding/lib/encoding.js\",\n          \"issuerId\": 313,\n          \"issuerName\": \"./node_modules/encoding/lib/encoding.js\",\n          \"issuerPath\": [\n            {\n              \"id\": 191,\n              \"identifier\": \"multi /Users/jarred/Code/styleurl/webpack/customPublicPath /Users/jarred/Code/styleurl/chrome/extension/background\",\n              \"name\": \"multi ./webpack/customPublicPath ./chrome/extension/background\",\n              \"profile\": {\n                \"factory\": 0,\n                \"building\": 0,\n                \"dependencies\": 54\n              }\n            },\n            {\n              \"id\": 192,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/background.js\",\n              \"name\": \"./chrome/extension/background.js\",\n              \"profile\": {\n                \"factory\": 54,\n                \"building\": 639,\n                \"dependencies\": 140\n              }\n            },\n            {\n              \"id\": 255,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/stylesheet-differ/lib/index.js\",\n              \"name\": \"./node_modules/stylesheet-differ/lib/index.js\",\n              \"profile\": {\n                \"factory\": 140,\n                \"building\": 568,\n                \"dependencies\": 1\n              }\n            },\n            {\n              \"id\": 256,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/native-css/index.js\",\n              \"name\": \"./node_modules/native-css/index.js\",\n              \"profile\": {\n                \"factory\": 189,\n                \"building\": 603,\n                \"dependencies\": 1\n              }\n            },\n            {\n              \"id\": 257,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/native-css/src/native-css.js\",\n              \"name\": \"./node_modules/native-css/src/native-css.js\",\n              \"profile\": {\n                \"factory\": 26,\n                \"building\": 63,\n                \"dependencies\": 14\n              }\n            },\n            {\n              \"id\": 293,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/fetch/lib/fetch.js\",\n              \"name\": \"./node_modules/fetch/lib/fetch.js\",\n              \"profile\": {\n                \"factory\": 117,\n                \"building\": 25,\n                \"dependencies\": 27\n              }\n            },\n            {\n              \"id\": 313,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/encoding/lib/encoding.js\",\n              \"name\": \"./node_modules/encoding/lib/encoding.js\",\n              \"profile\": {\n                \"factory\": 66,\n                \"building\": 38,\n                \"dependencies\": 20\n              }\n            }\n          ],\n          \"profile\": {\n            \"factory\": 123,\n            \"building\": 23,\n            \"dependencies\": 1\n          },\n          \"failed\": false,\n          \"errors\": 0,\n          \"warnings\": 0,\n          \"assets\": [],\n          \"reasons\": [\n            {\n              \"moduleId\": 313,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/encoding/lib/encoding.js\",\n              \"module\": \"./node_modules/encoding/lib/encoding.js\",\n              \"moduleName\": \"./node_modules/encoding/lib/encoding.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"./iconv-loader\",\n              \"loc\": \"6:12-37\"\n            }\n          ],\n          \"usedExports\": true,\n          \"providedExports\": null,\n          \"optimizationBailout\": [\n            \"ModuleConcatenation bailout: Module is not an ECMAScript module\"\n          ],\n          \"depth\": 7,\n          \"source\": \"'use strict';\\n\\nvar iconv_package;\\nvar Iconv;\\n\\ntry {\\n    // this is to fool browserify so it doesn't try (in vain) to install iconv.\\n    iconv_package = 'iconv';\\n    Iconv = require(iconv_package).Iconv;\\n} catch (E) {\\n    // node-iconv not present\\n}\\n\\nmodule.exports = Iconv;\\n\"\n        },\n        {\n          \"id\": 333,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/encoding/lib sync\",\n          \"name\": \"./node_modules/encoding/lib sync\",\n          \"index\": 332,\n          \"index2\": 324,\n          \"size\": 160,\n          \"built\": true,\n          \"optional\": true,\n          \"prefetched\": false,\n          \"chunks\": [\n            2\n          ],\n          \"issuer\": \"/Users/jarred/Code/styleurl/node_modules/encoding/lib/iconv-loader.js\",\n          \"issuerId\": 332,\n          \"issuerName\": \"./node_modules/encoding/lib/iconv-loader.js\",\n          \"issuerPath\": [\n            {\n              \"id\": 191,\n              \"identifier\": \"multi /Users/jarred/Code/styleurl/webpack/customPublicPath /Users/jarred/Code/styleurl/chrome/extension/background\",\n              \"name\": \"multi ./webpack/customPublicPath ./chrome/extension/background\",\n              \"profile\": {\n                \"factory\": 0,\n                \"building\": 0,\n                \"dependencies\": 54\n              }\n            },\n            {\n              \"id\": 192,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/background.js\",\n              \"name\": \"./chrome/extension/background.js\",\n              \"profile\": {\n                \"factory\": 54,\n                \"building\": 639,\n                \"dependencies\": 140\n              }\n            },\n            {\n              \"id\": 255,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/stylesheet-differ/lib/index.js\",\n              \"name\": \"./node_modules/stylesheet-differ/lib/index.js\",\n              \"profile\": {\n                \"factory\": 140,\n                \"building\": 568,\n                \"dependencies\": 1\n              }\n            },\n            {\n              \"id\": 256,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/native-css/index.js\",\n              \"name\": \"./node_modules/native-css/index.js\",\n              \"profile\": {\n                \"factory\": 189,\n                \"building\": 603,\n                \"dependencies\": 1\n              }\n            },\n            {\n              \"id\": 257,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/native-css/src/native-css.js\",\n              \"name\": \"./node_modules/native-css/src/native-css.js\",\n              \"profile\": {\n                \"factory\": 26,\n                \"building\": 63,\n                \"dependencies\": 14\n              }\n            },\n            {\n              \"id\": 293,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/fetch/lib/fetch.js\",\n              \"name\": \"./node_modules/fetch/lib/fetch.js\",\n              \"profile\": {\n                \"factory\": 117,\n                \"building\": 25,\n                \"dependencies\": 27\n              }\n            },\n            {\n              \"id\": 313,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/encoding/lib/encoding.js\",\n              \"name\": \"./node_modules/encoding/lib/encoding.js\",\n              \"profile\": {\n                \"factory\": 66,\n                \"building\": 38,\n                \"dependencies\": 20\n              }\n            },\n            {\n              \"id\": 332,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/encoding/lib/iconv-loader.js\",\n              \"name\": \"./node_modules/encoding/lib/iconv-loader.js\",\n              \"profile\": {\n                \"factory\": 123,\n                \"building\": 23,\n                \"dependencies\": 1\n              }\n            }\n          ],\n          \"profile\": {\n            \"factory\": 59,\n            \"building\": 1\n          },\n          \"failed\": false,\n          \"errors\": 0,\n          \"warnings\": 0,\n          \"assets\": [],\n          \"reasons\": [\n            {\n              \"moduleId\": 332,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/encoding/lib/iconv-loader.js\",\n              \"module\": \"./node_modules/encoding/lib/iconv-loader.js\",\n              \"moduleName\": \"./node_modules/encoding/lib/iconv-loader.js\",\n              \"type\": \"cjs require context\",\n              \"userRequest\": \".\",\n              \"loc\": \"9:12-34\"\n            }\n          ],\n          \"usedExports\": true,\n          \"providedExports\": null,\n          \"optimizationBailout\": [\n            \"ModuleConcatenation bailout: Module is not an ECMAScript module\"\n          ],\n          \"depth\": 8\n        },\n        {\n          \"id\": 334,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/cssobj-core/dist/cssobj-core.umd.js\",\n          \"name\": \"./node_modules/cssobj-core/dist/cssobj-core.umd.js\",\n          \"index\": 333,\n          \"index2\": 330,\n          \"size\": 15605,\n          \"cacheable\": true,\n          \"built\": true,\n          \"optional\": false,\n          \"prefetched\": false,\n          \"chunks\": [\n            2\n          ],\n          \"issuer\": \"/Users/jarred/Code/styleurl/node_modules/stylesheet-differ/lib/index.js\",\n          \"issuerId\": 255,\n          \"issuerName\": \"./node_modules/stylesheet-differ/lib/index.js\",\n          \"issuerPath\": [\n            {\n              \"id\": 191,\n              \"identifier\": \"multi /Users/jarred/Code/styleurl/webpack/customPublicPath /Users/jarred/Code/styleurl/chrome/extension/background\",\n              \"name\": \"multi ./webpack/customPublicPath ./chrome/extension/background\",\n              \"profile\": {\n                \"factory\": 0,\n                \"building\": 0,\n                \"dependencies\": 54\n              }\n            },\n            {\n              \"id\": 192,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/background.js\",\n              \"name\": \"./chrome/extension/background.js\",\n              \"profile\": {\n                \"factory\": 54,\n                \"building\": 639,\n                \"dependencies\": 140\n              }\n            },\n            {\n              \"id\": 255,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/stylesheet-differ/lib/index.js\",\n              \"name\": \"./node_modules/stylesheet-differ/lib/index.js\",\n              \"profile\": {\n                \"factory\": 140,\n                \"building\": 568,\n                \"dependencies\": 1\n              }\n            }\n          ],\n          \"profile\": {\n            \"factory\": 189,\n            \"building\": 603,\n            \"dependencies\": 1\n          },\n          \"failed\": false,\n          \"errors\": 0,\n          \"warnings\": 0,\n          \"assets\": [],\n          \"reasons\": [\n            {\n              \"moduleId\": 255,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/stylesheet-differ/lib/index.js\",\n              \"module\": \"./node_modules/stylesheet-differ/lib/index.js\",\n              \"moduleName\": \"./node_modules/stylesheet-differ/lib/index.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"cssobj-core\",\n              \"loc\": \"2:20-42\"\n            }\n          ],\n          \"usedExports\": true,\n          \"providedExports\": null,\n          \"optimizationBailout\": [\n            \"ModuleConcatenation bailout: Module is not an ECMAScript module\"\n          ],\n          \"depth\": 3,\n          \"source\": \"/**\\n  cssobj-core 1.1.8\\n  Fri Mar 16 2018 16:19:39 GMT+0800 (CST)\\n  commit 319d94d9d6c0ee455ed0dfe0c7f796298a145250\\n\\n IE ES3 need below polyfills:\\n\\n * Array.prototype.forEach\\n * Array.prototype.indexOf\\n * Array.prototype.map\\n * Array.prototype.some\\n * Array.prototype.reduce\\n * Object.keys\\n **/\\n\\n(function (global, factory) {\\n\\ttypeof exports === 'object' && typeof module !== 'undefined' ? module.exports = factory() :\\n\\ttypeof define === 'function' && define.amd ? define('cssobj_core', factory) :\\n\\t(global.cssobj_core = factory());\\n}(this, (function () { 'use strict';\\n\\n// helper functions for cssobj\\n\\n// check n is numeric, or string of numeric\\nfunction isNumeric(n) {\\n  return !isNaN(parseFloat(n)) && isFinite(n)\\n}\\n\\n\\n\\nfunction own(o, k) {\\n  return {}.hasOwnProperty.call(o, k)\\n}\\n\\n// set default option (not deeply)\\nfunction defaults(options, defaultOption) {\\n  options = options || {};\\n  for (var i in defaultOption) {\\n    if (own(defaultOption, i) && !(i in options)) options[i] = defaultOption[i];\\n  }\\n  return options\\n}\\n\\n// Object.assgin polyfill\\n\\n\\n// console.log(assign({}, {a:1}, {a:2}, {b:3}))\\n\\n// convert js prop into css prop (dashified)\\n\\n\\n// capitalize str\\n\\n\\n// repeat str for num times\\n\\n\\n// random string, should used across all cssobj plugins\\n\\n\\n\\n\\n// console.log(isEmpty([]), isEmpty(), isEmpty(null), isEmpty(''), isEmpty({}), isEmpty(23))\\n\\n// set object path value, any Primitive/Non-exists will be set to {}\\n\\n// var obj={a:{b:{c:1}}};\\n// objSet(obj, {} ,{x:1});\\n// objSet(obj,'a.b.c.d.e',{x:1});\\n// objSet(obj,'a.f.d.s'.split('.'), {y:1});\\n// console.log(JSON.stringify(obj))\\n\\n\\n// return object path with only object type\\n\\n// var obj={a:{b:{c:1}}};\\n// console.log(objGetObj(obj))\\n// console.log(objGetObj(obj, []))\\n// console.log(objGetObj(obj, 'a'))\\n// console.log(objGetObj(obj, 'a.b'))\\n// console.log(objGetObj(obj, 'a.b.c.e'))\\n\\n// extend obj from source, if it's no key in obj, create one\\nfunction extendObj (obj, key, source) {\\n  obj[key] = obj[key] || {};\\n  for(var args = arguments, i = 2; i < args.length; i++) {\\n    source = args[i];\\n    for (var k in source)\\n      if (own(source, k)) obj[key][k] = source[k];\\n  }\\n  return obj[key]\\n}\\n\\n// ensure obj[k] as array, then push v into it\\nfunction arrayKV (obj, k, v, reverse, unique) {\\n  var d = obj[k];\\n  d = obj[k] = k in obj ? (Array.isArray(d) ? d : [d]) : [];\\n  if(unique && d.indexOf(v)>-1) return\\n  reverse ? d.unshift(v) : d.push(v);\\n}\\n// var d={}; arrayKV(d,'a',1)\\n// console.log(d)\\n// var d={a:2}; arrayKV(d,'a',1)\\n// console.log(d)\\n// var d={a:[2]}; arrayKV(d,'a',1)\\n// console.log(d)\\n\\n// replace find in str, with rep function result\\n\\n\\n// get parents array from node (when it's passed the test)\\nfunction getParents (node, test, key, childrenKey, parentKey) {\\n  var i, v, p = node, path = [];\\n  while (p) {\\n    if (test(p)) {\\n      if (childrenKey) {\\n        for (i = 0; i < path.length; i++) {\\n          arrayKV(p, childrenKey, path[i], false, true);\\n        }\\n      }\\n      if (path[0] && parentKey) {\\n        path[0][parentKey] = p;\\n      }\\n      path.unshift(p);\\n    }\\n    p = p.parent;\\n  }\\n  for (i = 0; i < path.length; i++) {\\n    v = path[i];\\n    path[i] = key ? v[key] : v;\\n  }\\n\\n  return path\\n}\\n\\n// split selector with comma, aware of css attributes\\n\\n\\n// split selector with splitter, aware of css attributes\\nfunction splitSelector (sel, splitter) {\\n  if (sel.indexOf(splitter) < 0) return [sel]\\n  for (var c, i = 0, n = 0, instr = '', prev = 0, d = []; c = sel.charAt(i); i++) {\\n    if (instr) {\\n      if (c == instr) instr = '';\\n      continue\\n    }\\n    if (c == '\\\"' || c == '\\\\'') instr = c;\\n    if (c == '(' || c == '[') n++;\\n    if (c == ')' || c == ']') n--;\\n    if (!n && c == splitter) d.push(sel.substring(prev, i)), prev = i + 1;\\n  }\\n  return d.concat(sel.substring(prev))\\n}\\n\\n// split char aware of syntax\\n\\n\\n// checking for valid css value\\nfunction isValidCSSValue (val) {\\n  // falsy: '', NaN, Infinity, [], {}\\n  return typeof val=='string' && val || typeof val=='number' && isFinite(val)\\n}\\n\\n// using var as iteral to help optimize\\nvar KEY_ID = '$id';\\nvar KEY_ORDER = '$order';\\nvar KEY_TEST = '$test';\\n\\nvar TYPE_GROUP = 'group';\\n\\n// helper function\\nvar keys = Object.keys;\\n\\n// type check helpers\\nvar type = {}.toString;\\nvar ARRAY = type.call([]);\\nvar OBJECT = type.call({});\\n\\n// only array, object now treated as iterable\\nfunction isIterable (v) {\\n  return type.call(v) == OBJECT || type.call(v) == ARRAY\\n}\\n\\n// check if it's function\\nfunction isFunction (v) {\\n  return typeof v == 'function'\\n}\\n\\n// regexp constants\\n// @page rule: CSSOM:\\n//   IE returned: not implemented error\\n//   FF, Chrome actually is not groupRule(not cssRules), same as @font-face rule\\n//   https://developer.mozilla.org/en-US/docs/Web/API/CSSGroupingRule\\n//   CSSPageRule is listed as derived from CSSGroupingRule, but not implemented yet.\\n//   Here added @page as GroupRule, but plugin should take care of this.\\nvar reGroupRule = /^@(media|document|supports|page|[\\\\w-]*keyframes)/i;\\nvar reAtRule = /^\\\\s*@/i;\\n\\n/**\\n * convert simple Object into node data\\n *\\n input data format:\\n {\\\"a\\\":{\\\"b\\\":{\\\"c\\\":{\\\"\\\":[{color:1}]}}}, \\\"abc\\\":123, '@import':[2,3,4], '@media (min-width:320px)':{ d:{ok:1} }}\\n *        1. every key is folder node\\n *        2. \\\"\\\":[{rule1}, {rule2}] will split into several rules\\n *        3. & will replaced by parent, \\\\\\\\& will escape\\n *        4. all prop should be in dom.style camelCase\\n *\\n * @param {object|array} d - simple object data, or array\\n * @param {object} result - the reulst object to store config and root node\\n * @param {object} [previousNode] - also act as parent for next node\\n * @param {boolean} init whether it's the root call\\n * @returns {object} node data object\\n */\\nfunction parseObj (d, result, node, init) {\\n  if (init) {\\n    result.nodes = [];\\n    result.ref = {};\\n    if (node) result.diff = {};\\n  }\\n\\n  node = node || {};\\n\\n  node.obj = d;\\n\\n  if (type.call(d) == ARRAY) {\\n    var nodes = [];\\n    /* for array type, each children have a parent that not on the virtual tree,\\n       see test case of @media-array for example, the array node obj=Array, but have node.selPart(no selText)\\n       So have to set the right node.at/node.type from the node.key, to get right selText for children */\\n    node.at = reAtRule.exec(node.key);\\n    for(var i = 0; i < d.length; i++) {\\n      var prev = node[i];\\n      var n = parseObj(d[i], result, node[i] || {parent: node, src: d, parentNode: nodes, index: i});\\n      if(result.diff && prev!=n) arrayKV(result.diff, n ? 'added' : 'removed', n||prev);\\n      nodes.push(n);\\n    }\\n    return nodes\\n  } else {\\n    if (d[KEY_ID]) result.ref[d[KEY_ID]] = node;\\n    // it's no need to check (type.call(d) == OBJECT)\\n    // isIterable will filter only ARRAY/OBJECT\\n    // other types will goto parseProp function\\n    var prevVal = node.prevVal = node.lastVal;\\n    // at first stage check $test\\n    if (KEY_TEST in d) {\\n      var test = isFunction(d[KEY_TEST]) ? d[KEY_TEST](!node.disabled, node, result) : d[KEY_TEST];\\n      // if test false, remove node completely\\n      // if it's return function, going to stage 2 where all prop rendered\\n      if(!test) {\\n        return\\n      }\\n      node.test = test;\\n    }\\n    var children = node.children = node.children || {};\\n    node.lastRaw = node.rawVal || {};\\n    node.lastVal = {};\\n    node.rawVal = {};\\n    node.prop = {};\\n    node.diff = {};\\n    var order = d[KEY_ORDER] | 0;\\n    var funcArr = [];\\n\\n    var processObj = function (obj, k, nodeObj) {\\n      var haveOldChild = k in children;\\n      var newNode = extendObj(children, k, nodeObj);\\n      // don't overwrite selPart for previous node\\n      newNode.selPart = newNode.selPart || splitSelector(k, ',');\\n      var n = parseObj(obj, result, newNode);\\n      if(n) children[k] = n;\\n      // it's new added node\\n      if (prevVal) !haveOldChild\\n        ? n && arrayKV(result.diff, 'added', n)\\n        : !n && arrayKV(result.diff, 'removed', children[k]);\\n      // for first time check, remove from parent (no diff)\\n      if(!n) delete nodeObj.parent.children[k];\\n    };\\n\\n    // only there's no selText, getSel\\n    if(!('selText' in node)) getSel(node, result);\\n\\n    for (var k in d) {\\n      // here $key start with $ is special\\n      // k[0] == '$' ... but the core will calc it into node.\\n      // Plugins should take $ with care and mark as a special case. e.g. ignore it\\n      if (!own(d, k)) continue\\n      if (!isIterable(d[k]) || type.call(d[k]) == ARRAY && !isIterable(d[k][0])) {\\n\\n        // it's inline at-rule: @import etc.\\n        if (k[0]=='@') {\\n          processObj(\\n            // map @import: [a,b,c] into {a:1, b:1, c:1}\\n            [].concat(d[k]).reduce(function(prev, cur) {\\n              prev[cur] = ';';\\n              return prev\\n            }, {}), k, {parent: node, src: d, key: k, inline:true});\\n          continue\\n        }\\n\\n        var r = function (_k) {\\n          // skip $test key\\n          if(_k != KEY_TEST) parseProp(node, d, _k, result);\\n        };\\n        order\\n          ? funcArr.push([r, k])\\n          : r(k);\\n      } else {\\n        processObj(d[k], k, {parent: node, src: d, key: k});\\n      }\\n    }\\n\\n    // when it's second time visit node\\n    if (prevVal) {\\n      // children removed\\n      for (k in children) {\\n        if (!(k in d)) {\\n          arrayKV(result.diff, 'removed', children[k]);\\n          delete children[k];\\n        }\\n      }\\n\\n      // prop changed\\n      var diffProp = function () {\\n        var newKeys = keys(node.lastVal);\\n        var removed = keys(prevVal).filter(function (x) { return newKeys.indexOf(x) < 0 });\\n        if (removed.length) node.diff.removed = removed;\\n        if (keys(node.diff).length) arrayKV(result.diff, 'changed', node);\\n      };\\n      order\\n        ? funcArr.push([diffProp, null])\\n        : diffProp();\\n    }\\n\\n    if (order) arrayKV(result, '_order', {order: order, func: funcArr});\\n    result.nodes.push(node);\\n    return node\\n  }\\n\\n}\\n\\nfunction getSel(node, result) {\\n\\n  var opt = result.config;\\n\\n  // array index don't have key,\\n  // fetch parent key as ruleNode\\n  var ruleNode = getParents(node, function (v) {\\n    return v.key\\n  }).pop();\\n\\n  node.parentRule = getParents(node.parent, function (n) {\\n    return n.type == TYPE_GROUP\\n  }).pop() || null;\\n\\n  if (ruleNode) {\\n    var isMedia, sel = ruleNode.key;\\n    var groupRule = sel.match(reGroupRule);\\n    if (groupRule) {\\n      node.type = TYPE_GROUP;\\n      node.at = groupRule.pop();\\n      isMedia = node.at == 'media';\\n\\n      // only media allow nested and join, and have node.selPart\\n      if (isMedia) node.selPart = splitSelector(sel.replace(reGroupRule, ''), ',');\\n\\n      // combinePath is array, 'str' + array instead of array.join(',')\\n      node.groupText = isMedia\\n        ? '@' + node.at + combinePath(getParents(node, function (v) {\\n          return v.type == TYPE_GROUP\\n        }, 'selPart', 'selChild', 'selParent'), '', ' and')\\n      : sel;\\n\\n      node.selText = getParents(node, function (v) {\\n        return v.selText && !v.at\\n      }, 'selText').pop() || '';\\n    } else if (reAtRule.test(sel)) {\\n      node.type = 'at';\\n      node.selText = sel;\\n    } else {\\n      node.selText = '' + combinePath(getParents(ruleNode, function (v) {\\n        return v.selPart && !v.at\\n      }, 'selPart', 'selChild', 'selParent'), '', ' ', true), opt;\\n    }\\n\\n    node.selText = applyPlugins(opt, 'selector', node.selText, node, result);\\n    if (node.selText) node.selTextPart = splitSelector(node.selText, ',');\\n\\n    if (node !== ruleNode) node.ruleNode = ruleNode;\\n  }\\n\\n}\\n\\n/**\\n * Parse property of object d's key, with propKey as a candidate key name\\n * @param {} node: v-node of cssobj\\n * @param {} d: source object\\n * @param {} key: any numeric will be ignored, then converted to string\\n * @param {} result: cssobj result object\\n * @param {} propKey: candidate prop key name\\n\\n Accept only key as string, numeric will be ignored\\n\\n color: function(){return ['red', 'blue']} will expand\\n color: function(){return {fontSize: '12px', float:'right'}} will be replaced\\n\\n */\\nfunction parseProp (node, d, key, result, propKey) {\\n  var prevVal = node.prevVal;\\n  var lastVal = node.lastVal;\\n\\n  // the prop name get from object key or candidate key\\n  var propName = isNumeric(key) ? propKey : key;\\n\\n  // NEXT: propName can be changed by user\\n  // now it's not used, since propName ensure exists\\n  // corner case: propKey==='' ?? below line will do wrong!!\\n  // if(!propName) return\\n\\n  var raw = node.lastRaw[propName],\\n      prev = prevVal && prevVal[propName],\\n      argObj = {node:node, result:result};\\n\\n  if (raw) argObj.raw = raw[0];\\n\\n  ![].concat(d[key]).forEach(function (v) {\\n    // prepare value function args\\n    argObj.cooked = prev;\\n\\n    // pass lastVal if it's function\\n    argObj.raw = raw = isFunction(v)\\n        ? v(argObj)\\n        : v;\\n\\n    var val = applyPlugins(result.config, 'value', raw, propName, node, result, propKey);\\n\\n    // check and merge only format as Object || Array of Object, other format not accepted!\\n    if (isIterable(val)) {\\n      for (var k in val) {\\n        if (own(val, k)) parseProp(node, val, k, result, propName);\\n      }\\n    } else {\\n      arrayKV (\\n        node.rawVal,\\n        propName,\\n        raw,\\n        true\\n      );\\n      if (isValidCSSValue(val)) {\\n        // only valid val can enter node.prop and lastVal\\n        // push every val to prop\\n        arrayKV(\\n          node.prop,\\n          propName,\\n          val,\\n          true\\n        );\\n        prev = lastVal[propName] = val;\\n      }\\n    }\\n  });\\n  if (prevVal) {\\n    if (!(propName in prevVal)) {\\n      arrayKV(node.diff, 'added', propName);\\n    } else if (prevVal[propName] != lastVal[propName]) {\\n      arrayKV(node.diff, 'changed', propName);\\n    }\\n  }\\n}\\n\\nfunction combinePath (array, parentSel, seperator, replaceAmpersand) {\\n  return !array.length ? parentSel : array[0].reduce(function (result, value) {\\n    var part, str = parentSel ? parentSel + seperator : parentSel;\\n    if (replaceAmpersand) {\\n      part = splitSelector( value, '&' );\\n      str = part.length > 1 ? part.join(parentSel) : str + value;\\n    } else {\\n      str += value;\\n    }\\n    return result.concat(combinePath(array.slice(1), str, seperator, replaceAmpersand))\\n  }, [])\\n}\\n\\nfunction applyPlugins (opt, type) {\\n  var args = [].slice.call(arguments, 2);\\n  var plugin = opt.plugins;\\n  // plugin is always Array, so here we don't check it\\n  return [].concat(plugin).reduce(\\n    function (pre, plugin) { return plugin[type] ? plugin[type].apply(null, [pre].concat(args)) : pre },\\n    args.shift()\\n  )\\n}\\n\\nfunction applyOrder (opt) {\\n  if (opt._order==null) return\\n  opt._order\\n    .sort(function (a, b) {\\n      return a.order - b.order\\n    })\\n    .forEach(function (v) {\\n      v.func.forEach(function (f) {\\n        f[0](f[1]);\\n      });\\n    });\\n  opt._order = [];\\n}\\n\\nfunction cssobj (config) {\\n\\n  config = defaults(config, {\\n    plugins: [],\\n    intros: []\\n  });\\n\\n  return function (initObj, initState) {\\n    var updater = function (obj, state) {\\n      if (arguments.length>1) result.state = state || {};\\n      if (obj) result.obj = isFunction(obj) ? obj() : obj;\\n      result.root = parseObj(extendObj({}, '', result.intro, result.obj), result, result.root, true);\\n      applyOrder(result);\\n      result = applyPlugins(config, 'post', result);\\n      isFunction(config.onUpdate) && config.onUpdate(result);\\n      return result\\n    };\\n\\n    var result = {\\n      intro: {},\\n      update: updater,\\n      config: config\\n    };\\n\\n    ![].concat(config.intros).forEach(\\n      function(v) {\\n        extendObj(result, 'intro', isFunction(v) ? v(result) : v);\\n      }\\n    );\\n\\n    updater(initObj, initState || config.state);\\n\\n    return result\\n  }\\n}\\n\\nreturn cssobj;\\n\\n})));\\n\"\n        },\n        {\n          \"id\": 335,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/cssobj-plugin-gencss/dist/cssobj-plugin-gencss.umd.js\",\n          \"name\": \"./node_modules/cssobj-plugin-gencss/dist/cssobj-plugin-gencss.umd.js\",\n          \"index\": 334,\n          \"index2\": 331,\n          \"size\": 4353,\n          \"cacheable\": true,\n          \"built\": true,\n          \"optional\": false,\n          \"prefetched\": false,\n          \"chunks\": [\n            2\n          ],\n          \"issuer\": \"/Users/jarred/Code/styleurl/node_modules/stylesheet-differ/lib/index.js\",\n          \"issuerId\": 255,\n          \"issuerName\": \"./node_modules/stylesheet-differ/lib/index.js\",\n          \"issuerPath\": [\n            {\n              \"id\": 191,\n              \"identifier\": \"multi /Users/jarred/Code/styleurl/webpack/customPublicPath /Users/jarred/Code/styleurl/chrome/extension/background\",\n              \"name\": \"multi ./webpack/customPublicPath ./chrome/extension/background\",\n              \"profile\": {\n                \"factory\": 0,\n                \"building\": 0,\n                \"dependencies\": 54\n              }\n            },\n            {\n              \"id\": 192,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/background.js\",\n              \"name\": \"./chrome/extension/background.js\",\n              \"profile\": {\n                \"factory\": 54,\n                \"building\": 639,\n                \"dependencies\": 140\n              }\n            },\n            {\n              \"id\": 255,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/stylesheet-differ/lib/index.js\",\n              \"name\": \"./node_modules/stylesheet-differ/lib/index.js\",\n              \"profile\": {\n                \"factory\": 140,\n                \"building\": 568,\n                \"dependencies\": 1\n              }\n            }\n          ],\n          \"profile\": {\n            \"factory\": 189,\n            \"building\": 603,\n            \"dependencies\": 1\n          },\n          \"failed\": false,\n          \"errors\": 0,\n          \"warnings\": 0,\n          \"assets\": [],\n          \"reasons\": [\n            {\n              \"moduleId\": 255,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/stylesheet-differ/lib/index.js\",\n              \"module\": \"./node_modules/stylesheet-differ/lib/index.js\",\n              \"moduleName\": \"./node_modules/stylesheet-differ/lib/index.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"cssobj-plugin-gencss\",\n              \"loc\": \"3:29-60\"\n            }\n          ],\n          \"usedExports\": true,\n          \"providedExports\": null,\n          \"optimizationBailout\": [\n            \"ModuleConcatenation bailout: Module is not an ECMAScript module\"\n          ],\n          \"depth\": 3,\n          \"source\": \"(function (global, factory) {\\n\\ttypeof exports === 'object' && typeof module !== 'undefined' ? module.exports = factory() :\\n\\ttypeof define === 'function' && define.amd ? define('cssobj_plugin_gencss', factory) :\\n\\t(global.cssobj_plugin_gencss = factory());\\n}(this, (function () { 'use strict';\\n\\n// helper functions for cssobj\\n\\n// check n is numeric, or string of numeric\\n\\n\\nfunction own(o, k) {\\n  return {}.hasOwnProperty.call(o, k)\\n}\\n\\n// set default option (not deeply)\\nfunction defaults(options, defaultOption) {\\n  options = options || {};\\n  for (var i in defaultOption) {\\n    if (own(defaultOption, i) && !(i in options)) options[i] = defaultOption[i];\\n  }\\n  return options\\n}\\n\\n// convert js prop into css prop (dashified)\\nfunction dashify(str) {\\n  return str.replace(/[A-Z]/g, function(m) {\\n    return '-' + m.toLowerCase()\\n  })\\n}\\n\\n// capitalize str\\n\\n\\n// repeat str for num times\\n\\n\\n// random string, should used across all cssobj plugins\\n\\n\\n// extend obj from source, if it's no key in obj, create one\\n\\n\\n// ensure obj[k] as array, then push v into it\\n\\n\\n// replace find in str, with rep function result\\n\\n\\n// get parents array from node (when it's passed the test)\\n\\n\\n// split selector with comma, aware of css attributes\\n\\n\\n// split selector with splitter, aware of css attributes\\n\\n\\n// split char aware of syntax\\n\\n\\n// checking for valid css value\\n\\n// plugin for cssobj\\n\\nvar msVendor = /^ms/;\\n\\n/**\\n * dashify with vendor prefix, make 'msProp' into 'MsProp' first\\n * @param {string} prop the css property\\n * @returns {string} dashified property\\n */\\nfunction dashifyWithVendor(prop) {\\n  prop = msVendor.test(prop) ? prop.replace(msVendor, 'Ms') : prop;\\n  return dashify(prop)\\n}\\n\\nfunction cssobj_plugin_gencss (option) {\\n\\n  option = defaults(option, {\\n    indent: '  ',\\n    initIndent: '',\\n    newLine: '\\\\n'\\n  });\\n\\n  var initIndent = option.initIndent;\\n  var newLine = option.newLine;\\n  var indentStr = option.indent;\\n\\n  return {\\n    post: function (result) {\\n    var str = [];\\n    var walk = function(node, indent) {\\n      if (!node) return ''\\n\\n      // cssobj generate vanilla Array, it's safe to use constructor, fast\\n      if (node.constructor === Array) return node.map(function (v) {walk(v,indent);})\\n\\n      if(node.key && node.key.charAt(0)=='$') return ''\\n\\n      // nested media rule will pending proceed\\n      if(node.at=='media' && node.selParent && !node.pending) {\\n        node.pending=true;\\n        return node.selParent.postArr.push(node)\\n      }\\n      delete node.pending;\\n\\n      var prop = node.prop;\\n      var selText = node.selTextPart;\\n      var groupText = node.groupText;\\n\\n      if(!prop) return\\n\\n      // child node (but not \\\"\\\" key) will add indent\\n      if(node.parentRule && !node.ruleNode && !node.selParent) indent += indentStr;\\n\\n      // media node will reset indent\\n      if(node.at=='media') indent = initIndent;\\n\\n      node.postArr = [];\\n      var children = node.children;\\n      var isGroup = node.type=='group';\\n\\n      // groupNode if have selText, add indent\\n      var indent2 = selText&&isGroup ? indent + indentStr :indent;\\n\\n      // node have not any selector will have no indent in cssText, else add indent in prop\\n      var indent3 = !selText && !groupText ? initIndent : indent2 + indentStr;\\n\\n      // get cssText from prop\\n      var cssText = Object.keys(prop).map(function(k) {\\n        if(k.charAt(0)=='$') return ''\\n        for(var v, str='', i=prop[k].length; i--; ) {\\n          v = prop[k][i];\\n          str += indent3 + (node.inline ? node.selText + ' ' + k+';' : dashifyWithVendor(k)+': '+v+';') + newLine;\\n        }\\n        return str\\n      }).join('');\\n\\n      if(isGroup) {\\n        str.push(indent + groupText+' {' + newLine);\\n      }\\n\\n      if (cssText) str.push(selText ? indent2 + (node.inline ? cssText : selText + ' {' + newLine + cssText + indent2 + '}' + newLine) : cssText );\\n\\n      for(var c in children) {\\n        // empty key will pending proceed\\n        if(c==='') node.postArr.push(children[c]);\\n        else walk(children[c], indent);\\n      }\\n\\n      if(isGroup) {\\n        str.push(indent+'}' + newLine);\\n      }\\n\\n      // media rules need a stand alone block\\n      node.postArr.map(function(v) {\\n        walk(v,indent);\\n      });\\n      delete node.postArr;\\n    };\\n\\n    walk(result.root, initIndent);\\n    result.css = str.join('');\\n    return result\\n    }\\n  }\\n\\n}\\n\\nreturn cssobj_plugin_gencss;\\n\\n})));\\n\"\n        },\n        {\n          \"id\": 336,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/lodash.js\",\n          \"name\": \"./node_modules/lodash/lodash.js\",\n          \"index\": 335,\n          \"index2\": 332,\n          \"size\": 539836,\n          \"cacheable\": true,\n          \"built\": true,\n          \"optional\": false,\n          \"prefetched\": false,\n          \"chunks\": [\n            2\n          ],\n          \"issuer\": \"/Users/jarred/Code/styleurl/node_modules/stylesheet-differ/lib/index.js\",\n          \"issuerId\": 255,\n          \"issuerName\": \"./node_modules/stylesheet-differ/lib/index.js\",\n          \"issuerPath\": [\n            {\n              \"id\": 191,\n              \"identifier\": \"multi /Users/jarred/Code/styleurl/webpack/customPublicPath /Users/jarred/Code/styleurl/chrome/extension/background\",\n              \"name\": \"multi ./webpack/customPublicPath ./chrome/extension/background\",\n              \"profile\": {\n                \"factory\": 0,\n                \"building\": 0,\n                \"dependencies\": 54\n              }\n            },\n            {\n              \"id\": 192,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/background.js\",\n              \"name\": \"./chrome/extension/background.js\",\n              \"profile\": {\n                \"factory\": 54,\n                \"building\": 639,\n                \"dependencies\": 140\n              }\n            },\n            {\n              \"id\": 255,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/stylesheet-differ/lib/index.js\",\n              \"name\": \"./node_modules/stylesheet-differ/lib/index.js\",\n              \"profile\": {\n                \"factory\": 140,\n                \"building\": 568,\n                \"dependencies\": 1\n              }\n            }\n          ],\n          \"profile\": {\n            \"factory\": 189,\n            \"building\": 603,\n            \"dependencies\": 1\n          },\n          \"failed\": false,\n          \"errors\": 0,\n          \"warnings\": 0,\n          \"assets\": [],\n          \"reasons\": [\n            {\n              \"moduleId\": 255,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/stylesheet-differ/lib/index.js\",\n              \"module\": \"./node_modules/stylesheet-differ/lib/index.js\",\n              \"moduleName\": \"./node_modules/stylesheet-differ/lib/index.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"lodash\",\n              \"loc\": \"4:10-27\"\n            }\n          ],\n          \"usedExports\": true,\n          \"providedExports\": null,\n          \"optimizationBailout\": [\n            \"ModuleConcatenation bailout: Module is not an ECMAScript module\"\n          ],\n          \"depth\": 3,\n          \"source\": \"/**\\n * @license\\n * Lodash <https://lodash.com/>\\n * Copyright JS Foundation and other contributors <https://js.foundation/>\\n * Released under MIT license <https://lodash.com/license>\\n * Based on Underscore.js 1.8.3 <http://underscorejs.org/LICENSE>\\n * Copyright Jeremy Ashkenas, DocumentCloud and Investigative Reporters & Editors\\n */\\n;(function() {\\n\\n  /** Used as a safe reference for `undefined` in pre-ES5 environments. */\\n  var undefined;\\n\\n  /** Used as the semantic version number. */\\n  var VERSION = '4.17.10';\\n\\n  /** Used as the size to enable large array optimizations. */\\n  var LARGE_ARRAY_SIZE = 200;\\n\\n  /** Error message constants. */\\n  var CORE_ERROR_TEXT = 'Unsupported core-js use. Try https://npms.io/search?q=ponyfill.',\\n      FUNC_ERROR_TEXT = 'Expected a function';\\n\\n  /** Used to stand-in for `undefined` hash values. */\\n  var HASH_UNDEFINED = '__lodash_hash_undefined__';\\n\\n  /** Used as the maximum memoize cache size. */\\n  var MAX_MEMOIZE_SIZE = 500;\\n\\n  /** Used as the internal argument placeholder. */\\n  var PLACEHOLDER = '__lodash_placeholder__';\\n\\n  /** Used to compose bitmasks for cloning. */\\n  var CLONE_DEEP_FLAG = 1,\\n      CLONE_FLAT_FLAG = 2,\\n      CLONE_SYMBOLS_FLAG = 4;\\n\\n  /** Used to compose bitmasks for value comparisons. */\\n  var COMPARE_PARTIAL_FLAG = 1,\\n      COMPARE_UNORDERED_FLAG = 2;\\n\\n  /** Used to compose bitmasks for function metadata. */\\n  var WRAP_BIND_FLAG = 1,\\n      WRAP_BIND_KEY_FLAG = 2,\\n      WRAP_CURRY_BOUND_FLAG = 4,\\n      WRAP_CURRY_FLAG = 8,\\n      WRAP_CURRY_RIGHT_FLAG = 16,\\n      WRAP_PARTIAL_FLAG = 32,\\n      WRAP_PARTIAL_RIGHT_FLAG = 64,\\n      WRAP_ARY_FLAG = 128,\\n      WRAP_REARG_FLAG = 256,\\n      WRAP_FLIP_FLAG = 512;\\n\\n  /** Used as default options for `_.truncate`. */\\n  var DEFAULT_TRUNC_LENGTH = 30,\\n      DEFAULT_TRUNC_OMISSION = '...';\\n\\n  /** Used to detect hot functions by number of calls within a span of milliseconds. */\\n  var HOT_COUNT = 800,\\n      HOT_SPAN = 16;\\n\\n  /** Used to indicate the type of lazy iteratees. */\\n  var LAZY_FILTER_FLAG = 1,\\n      LAZY_MAP_FLAG = 2,\\n      LAZY_WHILE_FLAG = 3;\\n\\n  /** Used as references for various `Number` constants. */\\n  var INFINITY = 1 / 0,\\n      MAX_SAFE_INTEGER = 9007199254740991,\\n      MAX_INTEGER = 1.7976931348623157e+308,\\n      NAN = 0 / 0;\\n\\n  /** Used as references for the maximum length and index of an array. */\\n  var MAX_ARRAY_LENGTH = 4294967295,\\n      MAX_ARRAY_INDEX = MAX_ARRAY_LENGTH - 1,\\n      HALF_MAX_ARRAY_LENGTH = MAX_ARRAY_LENGTH >>> 1;\\n\\n  /** Used to associate wrap methods with their bit flags. */\\n  var wrapFlags = [\\n    ['ary', WRAP_ARY_FLAG],\\n    ['bind', WRAP_BIND_FLAG],\\n    ['bindKey', WRAP_BIND_KEY_FLAG],\\n    ['curry', WRAP_CURRY_FLAG],\\n    ['curryRight', WRAP_CURRY_RIGHT_FLAG],\\n    ['flip', WRAP_FLIP_FLAG],\\n    ['partial', WRAP_PARTIAL_FLAG],\\n    ['partialRight', WRAP_PARTIAL_RIGHT_FLAG],\\n    ['rearg', WRAP_REARG_FLAG]\\n  ];\\n\\n  /** `Object#toString` result references. */\\n  var argsTag = '[object Arguments]',\\n      arrayTag = '[object Array]',\\n      asyncTag = '[object AsyncFunction]',\\n      boolTag = '[object Boolean]',\\n      dateTag = '[object Date]',\\n      domExcTag = '[object DOMException]',\\n      errorTag = '[object Error]',\\n      funcTag = '[object Function]',\\n      genTag = '[object GeneratorFunction]',\\n      mapTag = '[object Map]',\\n      numberTag = '[object Number]',\\n      nullTag = '[object Null]',\\n      objectTag = '[object Object]',\\n      promiseTag = '[object Promise]',\\n      proxyTag = '[object Proxy]',\\n      regexpTag = '[object RegExp]',\\n      setTag = '[object Set]',\\n      stringTag = '[object String]',\\n      symbolTag = '[object Symbol]',\\n      undefinedTag = '[object Undefined]',\\n      weakMapTag = '[object WeakMap]',\\n      weakSetTag = '[object WeakSet]';\\n\\n  var arrayBufferTag = '[object ArrayBuffer]',\\n      dataViewTag = '[object DataView]',\\n      float32Tag = '[object Float32Array]',\\n      float64Tag = '[object Float64Array]',\\n      int8Tag = '[object Int8Array]',\\n      int16Tag = '[object Int16Array]',\\n      int32Tag = '[object Int32Array]',\\n      uint8Tag = '[object Uint8Array]',\\n      uint8ClampedTag = '[object Uint8ClampedArray]',\\n      uint16Tag = '[object Uint16Array]',\\n      uint32Tag = '[object Uint32Array]';\\n\\n  /** Used to match empty string literals in compiled template source. */\\n  var reEmptyStringLeading = /\\\\b__p \\\\+= '';/g,\\n      reEmptyStringMiddle = /\\\\b(__p \\\\+=) '' \\\\+/g,\\n      reEmptyStringTrailing = /(__e\\\\(.*?\\\\)|\\\\b__t\\\\)) \\\\+\\\\n'';/g;\\n\\n  /** Used to match HTML entities and HTML characters. */\\n  var reEscapedHtml = /&(?:amp|lt|gt|quot|#39);/g,\\n      reUnescapedHtml = /[&<>\\\"']/g,\\n      reHasEscapedHtml = RegExp(reEscapedHtml.source),\\n      reHasUnescapedHtml = RegExp(reUnescapedHtml.source);\\n\\n  /** Used to match template delimiters. */\\n  var reEscape = /<%-([\\\\s\\\\S]+?)%>/g,\\n      reEvaluate = /<%([\\\\s\\\\S]+?)%>/g,\\n      reInterpolate = /<%=([\\\\s\\\\S]+?)%>/g;\\n\\n  /** Used to match property names within property paths. */\\n  var reIsDeepProp = /\\\\.|\\\\[(?:[^[\\\\]]*|([\\\"'])(?:(?!\\\\1)[^\\\\\\\\]|\\\\\\\\.)*?\\\\1)\\\\]/,\\n      reIsPlainProp = /^\\\\w*$/,\\n      rePropName = /[^.[\\\\]]+|\\\\[(?:(-?\\\\d+(?:\\\\.\\\\d+)?)|([\\\"'])((?:(?!\\\\2)[^\\\\\\\\]|\\\\\\\\.)*?)\\\\2)\\\\]|(?=(?:\\\\.|\\\\[\\\\])(?:\\\\.|\\\\[\\\\]|$))/g;\\n\\n  /**\\n   * Used to match `RegExp`\\n   * [syntax characters](http://ecma-international.org/ecma-262/7.0/#sec-patterns).\\n   */\\n  var reRegExpChar = /[\\\\\\\\^$.*+?()[\\\\]{}|]/g,\\n      reHasRegExpChar = RegExp(reRegExpChar.source);\\n\\n  /** Used to match leading and trailing whitespace. */\\n  var reTrim = /^\\\\s+|\\\\s+$/g,\\n      reTrimStart = /^\\\\s+/,\\n      reTrimEnd = /\\\\s+$/;\\n\\n  /** Used to match wrap detail comments. */\\n  var reWrapComment = /\\\\{(?:\\\\n\\\\/\\\\* \\\\[wrapped with .+\\\\] \\\\*\\\\/)?\\\\n?/,\\n      reWrapDetails = /\\\\{\\\\n\\\\/\\\\* \\\\[wrapped with (.+)\\\\] \\\\*/,\\n      reSplitDetails = /,? & /;\\n\\n  /** Used to match words composed of alphanumeric characters. */\\n  var reAsciiWord = /[^\\\\x00-\\\\x2f\\\\x3a-\\\\x40\\\\x5b-\\\\x60\\\\x7b-\\\\x7f]+/g;\\n\\n  /** Used to match backslashes in property paths. */\\n  var reEscapeChar = /\\\\\\\\(\\\\\\\\)?/g;\\n\\n  /**\\n   * Used to match\\n   * [ES template delimiters](http://ecma-international.org/ecma-262/7.0/#sec-template-literal-lexical-components).\\n   */\\n  var reEsTemplate = /\\\\$\\\\{([^\\\\\\\\}]*(?:\\\\\\\\.[^\\\\\\\\}]*)*)\\\\}/g;\\n\\n  /** Used to match `RegExp` flags from their coerced string values. */\\n  var reFlags = /\\\\w*$/;\\n\\n  /** Used to detect bad signed hexadecimal string values. */\\n  var reIsBadHex = /^[-+]0x[0-9a-f]+$/i;\\n\\n  /** Used to detect binary string values. */\\n  var reIsBinary = /^0b[01]+$/i;\\n\\n  /** Used to detect host constructors (Safari). */\\n  var reIsHostCtor = /^\\\\[object .+?Constructor\\\\]$/;\\n\\n  /** Used to detect octal string values. */\\n  var reIsOctal = /^0o[0-7]+$/i;\\n\\n  /** Used to detect unsigned integer values. */\\n  var reIsUint = /^(?:0|[1-9]\\\\d*)$/;\\n\\n  /** Used to match Latin Unicode letters (excluding mathematical operators). */\\n  var reLatin = /[\\\\xc0-\\\\xd6\\\\xd8-\\\\xf6\\\\xf8-\\\\xff\\\\u0100-\\\\u017f]/g;\\n\\n  /** Used to ensure capturing order of template delimiters. */\\n  var reNoMatch = /($^)/;\\n\\n  /** Used to match unescaped characters in compiled string literals. */\\n  var reUnescapedString = /['\\\\n\\\\r\\\\u2028\\\\u2029\\\\\\\\]/g;\\n\\n  /** Used to compose unicode character classes. */\\n  var rsAstralRange = '\\\\\\\\ud800-\\\\\\\\udfff',\\n      rsComboMarksRange = '\\\\\\\\u0300-\\\\\\\\u036f',\\n      reComboHalfMarksRange = '\\\\\\\\ufe20-\\\\\\\\ufe2f',\\n      rsComboSymbolsRange = '\\\\\\\\u20d0-\\\\\\\\u20ff',\\n      rsComboRange = rsComboMarksRange + reComboHalfMarksRange + rsComboSymbolsRange,\\n      rsDingbatRange = '\\\\\\\\u2700-\\\\\\\\u27bf',\\n      rsLowerRange = 'a-z\\\\\\\\xdf-\\\\\\\\xf6\\\\\\\\xf8-\\\\\\\\xff',\\n      rsMathOpRange = '\\\\\\\\xac\\\\\\\\xb1\\\\\\\\xd7\\\\\\\\xf7',\\n      rsNonCharRange = '\\\\\\\\x00-\\\\\\\\x2f\\\\\\\\x3a-\\\\\\\\x40\\\\\\\\x5b-\\\\\\\\x60\\\\\\\\x7b-\\\\\\\\xbf',\\n      rsPunctuationRange = '\\\\\\\\u2000-\\\\\\\\u206f',\\n      rsSpaceRange = ' \\\\\\\\t\\\\\\\\x0b\\\\\\\\f\\\\\\\\xa0\\\\\\\\ufeff\\\\\\\\n\\\\\\\\r\\\\\\\\u2028\\\\\\\\u2029\\\\\\\\u1680\\\\\\\\u180e\\\\\\\\u2000\\\\\\\\u2001\\\\\\\\u2002\\\\\\\\u2003\\\\\\\\u2004\\\\\\\\u2005\\\\\\\\u2006\\\\\\\\u2007\\\\\\\\u2008\\\\\\\\u2009\\\\\\\\u200a\\\\\\\\u202f\\\\\\\\u205f\\\\\\\\u3000',\\n      rsUpperRange = 'A-Z\\\\\\\\xc0-\\\\\\\\xd6\\\\\\\\xd8-\\\\\\\\xde',\\n      rsVarRange = '\\\\\\\\ufe0e\\\\\\\\ufe0f',\\n      rsBreakRange = rsMathOpRange + rsNonCharRange + rsPunctuationRange + rsSpaceRange;\\n\\n  /** Used to compose unicode capture groups. */\\n  var rsApos = \\\"['\\\\u2019]\\\",\\n      rsAstral = '[' + rsAstralRange + ']',\\n      rsBreak = '[' + rsBreakRange + ']',\\n      rsCombo = '[' + rsComboRange + ']',\\n      rsDigits = '\\\\\\\\d+',\\n      rsDingbat = '[' + rsDingbatRange + ']',\\n      rsLower = '[' + rsLowerRange + ']',\\n      rsMisc = '[^' + rsAstralRange + rsBreakRange + rsDigits + rsDingbatRange + rsLowerRange + rsUpperRange + ']',\\n      rsFitz = '\\\\\\\\ud83c[\\\\\\\\udffb-\\\\\\\\udfff]',\\n      rsModifier = '(?:' + rsCombo + '|' + rsFitz + ')',\\n      rsNonAstral = '[^' + rsAstralRange + ']',\\n      rsRegional = '(?:\\\\\\\\ud83c[\\\\\\\\udde6-\\\\\\\\uddff]){2}',\\n      rsSurrPair = '[\\\\\\\\ud800-\\\\\\\\udbff][\\\\\\\\udc00-\\\\\\\\udfff]',\\n      rsUpper = '[' + rsUpperRange + ']',\\n      rsZWJ = '\\\\\\\\u200d';\\n\\n  /** Used to compose unicode regexes. */\\n  var rsMiscLower = '(?:' + rsLower + '|' + rsMisc + ')',\\n      rsMiscUpper = '(?:' + rsUpper + '|' + rsMisc + ')',\\n      rsOptContrLower = '(?:' + rsApos + '(?:d|ll|m|re|s|t|ve))?',\\n      rsOptContrUpper = '(?:' + rsApos + '(?:D|LL|M|RE|S|T|VE))?',\\n      reOptMod = rsModifier + '?',\\n      rsOptVar = '[' + rsVarRange + ']?',\\n      rsOptJoin = '(?:' + rsZWJ + '(?:' + [rsNonAstral, rsRegional, rsSurrPair].join('|') + ')' + rsOptVar + reOptMod + ')*',\\n      rsOrdLower = '\\\\\\\\d*(?:1st|2nd|3rd|(?![123])\\\\\\\\dth)(?=\\\\\\\\b|[A-Z_])',\\n      rsOrdUpper = '\\\\\\\\d*(?:1ST|2ND|3RD|(?![123])\\\\\\\\dTH)(?=\\\\\\\\b|[a-z_])',\\n      rsSeq = rsOptVar + reOptMod + rsOptJoin,\\n      rsEmoji = '(?:' + [rsDingbat, rsRegional, rsSurrPair].join('|') + ')' + rsSeq,\\n      rsSymbol = '(?:' + [rsNonAstral + rsCombo + '?', rsCombo, rsRegional, rsSurrPair, rsAstral].join('|') + ')';\\n\\n  /** Used to match apostrophes. */\\n  var reApos = RegExp(rsApos, 'g');\\n\\n  /**\\n   * Used to match [combining diacritical marks](https://en.wikipedia.org/wiki/Combining_Diacritical_Marks) and\\n   * [combining diacritical marks for symbols](https://en.wikipedia.org/wiki/Combining_Diacritical_Marks_for_Symbols).\\n   */\\n  var reComboMark = RegExp(rsCombo, 'g');\\n\\n  /** Used to match [string symbols](https://mathiasbynens.be/notes/javascript-unicode). */\\n  var reUnicode = RegExp(rsFitz + '(?=' + rsFitz + ')|' + rsSymbol + rsSeq, 'g');\\n\\n  /** Used to match complex or compound words. */\\n  var reUnicodeWord = RegExp([\\n    rsUpper + '?' + rsLower + '+' + rsOptContrLower + '(?=' + [rsBreak, rsUpper, '$'].join('|') + ')',\\n    rsMiscUpper + '+' + rsOptContrUpper + '(?=' + [rsBreak, rsUpper + rsMiscLower, '$'].join('|') + ')',\\n    rsUpper + '?' + rsMiscLower + '+' + rsOptContrLower,\\n    rsUpper + '+' + rsOptContrUpper,\\n    rsOrdUpper,\\n    rsOrdLower,\\n    rsDigits,\\n    rsEmoji\\n  ].join('|'), 'g');\\n\\n  /** Used to detect strings with [zero-width joiners or code points from the astral planes](http://eev.ee/blog/2015/09/12/dark-corners-of-unicode/). */\\n  var reHasUnicode = RegExp('[' + rsZWJ + rsAstralRange  + rsComboRange + rsVarRange + ']');\\n\\n  /** Used to detect strings that need a more robust regexp to match words. */\\n  var reHasUnicodeWord = /[a-z][A-Z]|[A-Z]{2,}[a-z]|[0-9][a-zA-Z]|[a-zA-Z][0-9]|[^a-zA-Z0-9 ]/;\\n\\n  /** Used to assign default `context` object properties. */\\n  var contextProps = [\\n    'Array', 'Buffer', 'DataView', 'Date', 'Error', 'Float32Array', 'Float64Array',\\n    'Function', 'Int8Array', 'Int16Array', 'Int32Array', 'Map', 'Math', 'Object',\\n    'Promise', 'RegExp', 'Set', 'String', 'Symbol', 'TypeError', 'Uint8Array',\\n    'Uint8ClampedArray', 'Uint16Array', 'Uint32Array', 'WeakMap',\\n    '_', 'clearTimeout', 'isFinite', 'parseInt', 'setTimeout'\\n  ];\\n\\n  /** Used to make template sourceURLs easier to identify. */\\n  var templateCounter = -1;\\n\\n  /** Used to identify `toStringTag` values of typed arrays. */\\n  var typedArrayTags = {};\\n  typedArrayTags[float32Tag] = typedArrayTags[float64Tag] =\\n  typedArrayTags[int8Tag] = typedArrayTags[int16Tag] =\\n  typedArrayTags[int32Tag] = typedArrayTags[uint8Tag] =\\n  typedArrayTags[uint8ClampedTag] = typedArrayTags[uint16Tag] =\\n  typedArrayTags[uint32Tag] = true;\\n  typedArrayTags[argsTag] = typedArrayTags[arrayTag] =\\n  typedArrayTags[arrayBufferTag] = typedArrayTags[boolTag] =\\n  typedArrayTags[dataViewTag] = typedArrayTags[dateTag] =\\n  typedArrayTags[errorTag] = typedArrayTags[funcTag] =\\n  typedArrayTags[mapTag] = typedArrayTags[numberTag] =\\n  typedArrayTags[objectTag] = typedArrayTags[regexpTag] =\\n  typedArrayTags[setTag] = typedArrayTags[stringTag] =\\n  typedArrayTags[weakMapTag] = false;\\n\\n  /** Used to identify `toStringTag` values supported by `_.clone`. */\\n  var cloneableTags = {};\\n  cloneableTags[argsTag] = cloneableTags[arrayTag] =\\n  cloneableTags[arrayBufferTag] = cloneableTags[dataViewTag] =\\n  cloneableTags[boolTag] = cloneableTags[dateTag] =\\n  cloneableTags[float32Tag] = cloneableTags[float64Tag] =\\n  cloneableTags[int8Tag] = cloneableTags[int16Tag] =\\n  cloneableTags[int32Tag] = cloneableTags[mapTag] =\\n  cloneableTags[numberTag] = cloneableTags[objectTag] =\\n  cloneableTags[regexpTag] = cloneableTags[setTag] =\\n  cloneableTags[stringTag] = cloneableTags[symbolTag] =\\n  cloneableTags[uint8Tag] = cloneableTags[uint8ClampedTag] =\\n  cloneableTags[uint16Tag] = cloneableTags[uint32Tag] = true;\\n  cloneableTags[errorTag] = cloneableTags[funcTag] =\\n  cloneableTags[weakMapTag] = false;\\n\\n  /** Used to map Latin Unicode letters to basic Latin letters. */\\n  var deburredLetters = {\\n    // Latin-1 Supplement block.\\n    '\\\\xc0': 'A',  '\\\\xc1': 'A', '\\\\xc2': 'A', '\\\\xc3': 'A', '\\\\xc4': 'A', '\\\\xc5': 'A',\\n    '\\\\xe0': 'a',  '\\\\xe1': 'a', '\\\\xe2': 'a', '\\\\xe3': 'a', '\\\\xe4': 'a', '\\\\xe5': 'a',\\n    '\\\\xc7': 'C',  '\\\\xe7': 'c',\\n    '\\\\xd0': 'D',  '\\\\xf0': 'd',\\n    '\\\\xc8': 'E',  '\\\\xc9': 'E', '\\\\xca': 'E', '\\\\xcb': 'E',\\n    '\\\\xe8': 'e',  '\\\\xe9': 'e', '\\\\xea': 'e', '\\\\xeb': 'e',\\n    '\\\\xcc': 'I',  '\\\\xcd': 'I', '\\\\xce': 'I', '\\\\xcf': 'I',\\n    '\\\\xec': 'i',  '\\\\xed': 'i', '\\\\xee': 'i', '\\\\xef': 'i',\\n    '\\\\xd1': 'N',  '\\\\xf1': 'n',\\n    '\\\\xd2': 'O',  '\\\\xd3': 'O', '\\\\xd4': 'O', '\\\\xd5': 'O', '\\\\xd6': 'O', '\\\\xd8': 'O',\\n    '\\\\xf2': 'o',  '\\\\xf3': 'o', '\\\\xf4': 'o', '\\\\xf5': 'o', '\\\\xf6': 'o', '\\\\xf8': 'o',\\n    '\\\\xd9': 'U',  '\\\\xda': 'U', '\\\\xdb': 'U', '\\\\xdc': 'U',\\n    '\\\\xf9': 'u',  '\\\\xfa': 'u', '\\\\xfb': 'u', '\\\\xfc': 'u',\\n    '\\\\xdd': 'Y',  '\\\\xfd': 'y', '\\\\xff': 'y',\\n    '\\\\xc6': 'Ae', '\\\\xe6': 'ae',\\n    '\\\\xde': 'Th', '\\\\xfe': 'th',\\n    '\\\\xdf': 'ss',\\n    // Latin Extended-A block.\\n    '\\\\u0100': 'A',  '\\\\u0102': 'A', '\\\\u0104': 'A',\\n    '\\\\u0101': 'a',  '\\\\u0103': 'a', '\\\\u0105': 'a',\\n    '\\\\u0106': 'C',  '\\\\u0108': 'C', '\\\\u010a': 'C', '\\\\u010c': 'C',\\n    '\\\\u0107': 'c',  '\\\\u0109': 'c', '\\\\u010b': 'c', '\\\\u010d': 'c',\\n    '\\\\u010e': 'D',  '\\\\u0110': 'D', '\\\\u010f': 'd', '\\\\u0111': 'd',\\n    '\\\\u0112': 'E',  '\\\\u0114': 'E', '\\\\u0116': 'E', '\\\\u0118': 'E', '\\\\u011a': 'E',\\n    '\\\\u0113': 'e',  '\\\\u0115': 'e', '\\\\u0117': 'e', '\\\\u0119': 'e', '\\\\u011b': 'e',\\n    '\\\\u011c': 'G',  '\\\\u011e': 'G', '\\\\u0120': 'G', '\\\\u0122': 'G',\\n    '\\\\u011d': 'g',  '\\\\u011f': 'g', '\\\\u0121': 'g', '\\\\u0123': 'g',\\n    '\\\\u0124': 'H',  '\\\\u0126': 'H', '\\\\u0125': 'h', '\\\\u0127': 'h',\\n    '\\\\u0128': 'I',  '\\\\u012a': 'I', '\\\\u012c': 'I', '\\\\u012e': 'I', '\\\\u0130': 'I',\\n    '\\\\u0129': 'i',  '\\\\u012b': 'i', '\\\\u012d': 'i', '\\\\u012f': 'i', '\\\\u0131': 'i',\\n    '\\\\u0134': 'J',  '\\\\u0135': 'j',\\n    '\\\\u0136': 'K',  '\\\\u0137': 'k', '\\\\u0138': 'k',\\n    '\\\\u0139': 'L',  '\\\\u013b': 'L', '\\\\u013d': 'L', '\\\\u013f': 'L', '\\\\u0141': 'L',\\n    '\\\\u013a': 'l',  '\\\\u013c': 'l', '\\\\u013e': 'l', '\\\\u0140': 'l', '\\\\u0142': 'l',\\n    '\\\\u0143': 'N',  '\\\\u0145': 'N', '\\\\u0147': 'N', '\\\\u014a': 'N',\\n    '\\\\u0144': 'n',  '\\\\u0146': 'n', '\\\\u0148': 'n', '\\\\u014b': 'n',\\n    '\\\\u014c': 'O',  '\\\\u014e': 'O', '\\\\u0150': 'O',\\n    '\\\\u014d': 'o',  '\\\\u014f': 'o', '\\\\u0151': 'o',\\n    '\\\\u0154': 'R',  '\\\\u0156': 'R', '\\\\u0158': 'R',\\n    '\\\\u0155': 'r',  '\\\\u0157': 'r', '\\\\u0159': 'r',\\n    '\\\\u015a': 'S',  '\\\\u015c': 'S', '\\\\u015e': 'S', '\\\\u0160': 'S',\\n    '\\\\u015b': 's',  '\\\\u015d': 's', '\\\\u015f': 's', '\\\\u0161': 's',\\n    '\\\\u0162': 'T',  '\\\\u0164': 'T', '\\\\u0166': 'T',\\n    '\\\\u0163': 't',  '\\\\u0165': 't', '\\\\u0167': 't',\\n    '\\\\u0168': 'U',  '\\\\u016a': 'U', '\\\\u016c': 'U', '\\\\u016e': 'U', '\\\\u0170': 'U', '\\\\u0172': 'U',\\n    '\\\\u0169': 'u',  '\\\\u016b': 'u', '\\\\u016d': 'u', '\\\\u016f': 'u', '\\\\u0171': 'u', '\\\\u0173': 'u',\\n    '\\\\u0174': 'W',  '\\\\u0175': 'w',\\n    '\\\\u0176': 'Y',  '\\\\u0177': 'y', '\\\\u0178': 'Y',\\n    '\\\\u0179': 'Z',  '\\\\u017b': 'Z', '\\\\u017d': 'Z',\\n    '\\\\u017a': 'z',  '\\\\u017c': 'z', '\\\\u017e': 'z',\\n    '\\\\u0132': 'IJ', '\\\\u0133': 'ij',\\n    '\\\\u0152': 'Oe', '\\\\u0153': 'oe',\\n    '\\\\u0149': \\\"'n\\\", '\\\\u017f': 's'\\n  };\\n\\n  /** Used to map characters to HTML entities. */\\n  var htmlEscapes = {\\n    '&': '&amp;',\\n    '<': '&lt;',\\n    '>': '&gt;',\\n    '\\\"': '&quot;',\\n    \\\"'\\\": '&#39;'\\n  };\\n\\n  /** Used to map HTML entities to characters. */\\n  var htmlUnescapes = {\\n    '&amp;': '&',\\n    '&lt;': '<',\\n    '&gt;': '>',\\n    '&quot;': '\\\"',\\n    '&#39;': \\\"'\\\"\\n  };\\n\\n  /** Used to escape characters for inclusion in compiled string literals. */\\n  var stringEscapes = {\\n    '\\\\\\\\': '\\\\\\\\',\\n    \\\"'\\\": \\\"'\\\",\\n    '\\\\n': 'n',\\n    '\\\\r': 'r',\\n    '\\\\u2028': 'u2028',\\n    '\\\\u2029': 'u2029'\\n  };\\n\\n  /** Built-in method references without a dependency on `root`. */\\n  var freeParseFloat = parseFloat,\\n      freeParseInt = parseInt;\\n\\n  /** Detect free variable `global` from Node.js. */\\n  var freeGlobal = typeof global == 'object' && global && global.Object === Object && global;\\n\\n  /** Detect free variable `self`. */\\n  var freeSelf = typeof self == 'object' && self && self.Object === Object && self;\\n\\n  /** Used as a reference to the global object. */\\n  var root = freeGlobal || freeSelf || Function('return this')();\\n\\n  /** Detect free variable `exports`. */\\n  var freeExports = typeof exports == 'object' && exports && !exports.nodeType && exports;\\n\\n  /** Detect free variable `module`. */\\n  var freeModule = freeExports && typeof module == 'object' && module && !module.nodeType && module;\\n\\n  /** Detect the popular CommonJS extension `module.exports`. */\\n  var moduleExports = freeModule && freeModule.exports === freeExports;\\n\\n  /** Detect free variable `process` from Node.js. */\\n  var freeProcess = moduleExports && freeGlobal.process;\\n\\n  /** Used to access faster Node.js helpers. */\\n  var nodeUtil = (function() {\\n    try {\\n      // Use `util.types` for Node.js 10+.\\n      var types = freeModule && freeModule.require && freeModule.require('util').types;\\n\\n      if (types) {\\n        return types;\\n      }\\n\\n      // Legacy `process.binding('util')` for Node.js < 10.\\n      return freeProcess && freeProcess.binding && freeProcess.binding('util');\\n    } catch (e) {}\\n  }());\\n\\n  /* Node.js helper references. */\\n  var nodeIsArrayBuffer = nodeUtil && nodeUtil.isArrayBuffer,\\n      nodeIsDate = nodeUtil && nodeUtil.isDate,\\n      nodeIsMap = nodeUtil && nodeUtil.isMap,\\n      nodeIsRegExp = nodeUtil && nodeUtil.isRegExp,\\n      nodeIsSet = nodeUtil && nodeUtil.isSet,\\n      nodeIsTypedArray = nodeUtil && nodeUtil.isTypedArray;\\n\\n  /*--------------------------------------------------------------------------*/\\n\\n  /**\\n   * A faster alternative to `Function#apply`, this function invokes `func`\\n   * with the `this` binding of `thisArg` and the arguments of `args`.\\n   *\\n   * @private\\n   * @param {Function} func The function to invoke.\\n   * @param {*} thisArg The `this` binding of `func`.\\n   * @param {Array} args The arguments to invoke `func` with.\\n   * @returns {*} Returns the result of `func`.\\n   */\\n  function apply(func, thisArg, args) {\\n    switch (args.length) {\\n      case 0: return func.call(thisArg);\\n      case 1: return func.call(thisArg, args[0]);\\n      case 2: return func.call(thisArg, args[0], args[1]);\\n      case 3: return func.call(thisArg, args[0], args[1], args[2]);\\n    }\\n    return func.apply(thisArg, args);\\n  }\\n\\n  /**\\n   * A specialized version of `baseAggregator` for arrays.\\n   *\\n   * @private\\n   * @param {Array} [array] The array to iterate over.\\n   * @param {Function} setter The function to set `accumulator` values.\\n   * @param {Function} iteratee The iteratee to transform keys.\\n   * @param {Object} accumulator The initial aggregated object.\\n   * @returns {Function} Returns `accumulator`.\\n   */\\n  function arrayAggregator(array, setter, iteratee, accumulator) {\\n    var index = -1,\\n        length = array == null ? 0 : array.length;\\n\\n    while (++index < length) {\\n      var value = array[index];\\n      setter(accumulator, value, iteratee(value), array);\\n    }\\n    return accumulator;\\n  }\\n\\n  /**\\n   * A specialized version of `_.forEach` for arrays without support for\\n   * iteratee shorthands.\\n   *\\n   * @private\\n   * @param {Array} [array] The array to iterate over.\\n   * @param {Function} iteratee The function invoked per iteration.\\n   * @returns {Array} Returns `array`.\\n   */\\n  function arrayEach(array, iteratee) {\\n    var index = -1,\\n        length = array == null ? 0 : array.length;\\n\\n    while (++index < length) {\\n      if (iteratee(array[index], index, array) === false) {\\n        break;\\n      }\\n    }\\n    return array;\\n  }\\n\\n  /**\\n   * A specialized version of `_.forEachRight` for arrays without support for\\n   * iteratee shorthands.\\n   *\\n   * @private\\n   * @param {Array} [array] The array to iterate over.\\n   * @param {Function} iteratee The function invoked per iteration.\\n   * @returns {Array} Returns `array`.\\n   */\\n  function arrayEachRight(array, iteratee) {\\n    var length = array == null ? 0 : array.length;\\n\\n    while (length--) {\\n      if (iteratee(array[length], length, array) === false) {\\n        break;\\n      }\\n    }\\n    return array;\\n  }\\n\\n  /**\\n   * A specialized version of `_.every` for arrays without support for\\n   * iteratee shorthands.\\n   *\\n   * @private\\n   * @param {Array} [array] The array to iterate over.\\n   * @param {Function} predicate The function invoked per iteration.\\n   * @returns {boolean} Returns `true` if all elements pass the predicate check,\\n   *  else `false`.\\n   */\\n  function arrayEvery(array, predicate) {\\n    var index = -1,\\n        length = array == null ? 0 : array.length;\\n\\n    while (++index < length) {\\n      if (!predicate(array[index], index, array)) {\\n        return false;\\n      }\\n    }\\n    return true;\\n  }\\n\\n  /**\\n   * A specialized version of `_.filter` for arrays without support for\\n   * iteratee shorthands.\\n   *\\n   * @private\\n   * @param {Array} [array] The array to iterate over.\\n   * @param {Function} predicate The function invoked per iteration.\\n   * @returns {Array} Returns the new filtered array.\\n   */\\n  function arrayFilter(array, predicate) {\\n    var index = -1,\\n        length = array == null ? 0 : array.length,\\n        resIndex = 0,\\n        result = [];\\n\\n    while (++index < length) {\\n      var value = array[index];\\n      if (predicate(value, index, array)) {\\n        result[resIndex++] = value;\\n      }\\n    }\\n    return result;\\n  }\\n\\n  /**\\n   * A specialized version of `_.includes` for arrays without support for\\n   * specifying an index to search from.\\n   *\\n   * @private\\n   * @param {Array} [array] The array to inspect.\\n   * @param {*} target The value to search for.\\n   * @returns {boolean} Returns `true` if `target` is found, else `false`.\\n   */\\n  function arrayIncludes(array, value) {\\n    var length = array == null ? 0 : array.length;\\n    return !!length && baseIndexOf(array, value, 0) > -1;\\n  }\\n\\n  /**\\n   * This function is like `arrayIncludes` except that it accepts a comparator.\\n   *\\n   * @private\\n   * @param {Array} [array] The array to inspect.\\n   * @param {*} target The value to search for.\\n   * @param {Function} comparator The comparator invoked per element.\\n   * @returns {boolean} Returns `true` if `target` is found, else `false`.\\n   */\\n  function arrayIncludesWith(array, value, comparator) {\\n    var index = -1,\\n        length = array == null ? 0 : array.length;\\n\\n    while (++index < length) {\\n      if (comparator(value, array[index])) {\\n        return true;\\n      }\\n    }\\n    return false;\\n  }\\n\\n  /**\\n   * A specialized version of `_.map` for arrays without support for iteratee\\n   * shorthands.\\n   *\\n   * @private\\n   * @param {Array} [array] The array to iterate over.\\n   * @param {Function} iteratee The function invoked per iteration.\\n   * @returns {Array} Returns the new mapped array.\\n   */\\n  function arrayMap(array, iteratee) {\\n    var index = -1,\\n        length = array == null ? 0 : array.length,\\n        result = Array(length);\\n\\n    while (++index < length) {\\n      result[index] = iteratee(array[index], index, array);\\n    }\\n    return result;\\n  }\\n\\n  /**\\n   * Appends the elements of `values` to `array`.\\n   *\\n   * @private\\n   * @param {Array} array The array to modify.\\n   * @param {Array} values The values to append.\\n   * @returns {Array} Returns `array`.\\n   */\\n  function arrayPush(array, values) {\\n    var index = -1,\\n        length = values.length,\\n        offset = array.length;\\n\\n    while (++index < length) {\\n      array[offset + index] = values[index];\\n    }\\n    return array;\\n  }\\n\\n  /**\\n   * A specialized version of `_.reduce` for arrays without support for\\n   * iteratee shorthands.\\n   *\\n   * @private\\n   * @param {Array} [array] The array to iterate over.\\n   * @param {Function} iteratee The function invoked per iteration.\\n   * @param {*} [accumulator] The initial value.\\n   * @param {boolean} [initAccum] Specify using the first element of `array` as\\n   *  the initial value.\\n   * @returns {*} Returns the accumulated value.\\n   */\\n  function arrayReduce(array, iteratee, accumulator, initAccum) {\\n    var index = -1,\\n        length = array == null ? 0 : array.length;\\n\\n    if (initAccum && length) {\\n      accumulator = array[++index];\\n    }\\n    while (++index < length) {\\n      accumulator = iteratee(accumulator, array[index], index, array);\\n    }\\n    return accumulator;\\n  }\\n\\n  /**\\n   * A specialized version of `_.reduceRight` for arrays without support for\\n   * iteratee shorthands.\\n   *\\n   * @private\\n   * @param {Array} [array] The array to iterate over.\\n   * @param {Function} iteratee The function invoked per iteration.\\n   * @param {*} [accumulator] The initial value.\\n   * @param {boolean} [initAccum] Specify using the last element of `array` as\\n   *  the initial value.\\n   * @returns {*} Returns the accumulated value.\\n   */\\n  function arrayReduceRight(array, iteratee, accumulator, initAccum) {\\n    var length = array == null ? 0 : array.length;\\n    if (initAccum && length) {\\n      accumulator = array[--length];\\n    }\\n    while (length--) {\\n      accumulator = iteratee(accumulator, array[length], length, array);\\n    }\\n    return accumulator;\\n  }\\n\\n  /**\\n   * A specialized version of `_.some` for arrays without support for iteratee\\n   * shorthands.\\n   *\\n   * @private\\n   * @param {Array} [array] The array to iterate over.\\n   * @param {Function} predicate The function invoked per iteration.\\n   * @returns {boolean} Returns `true` if any element passes the predicate check,\\n   *  else `false`.\\n   */\\n  function arraySome(array, predicate) {\\n    var index = -1,\\n        length = array == null ? 0 : array.length;\\n\\n    while (++index < length) {\\n      if (predicate(array[index], index, array)) {\\n        return true;\\n      }\\n    }\\n    return false;\\n  }\\n\\n  /**\\n   * Gets the size of an ASCII `string`.\\n   *\\n   * @private\\n   * @param {string} string The string inspect.\\n   * @returns {number} Returns the string size.\\n   */\\n  var asciiSize = baseProperty('length');\\n\\n  /**\\n   * Converts an ASCII `string` to an array.\\n   *\\n   * @private\\n   * @param {string} string The string to convert.\\n   * @returns {Array} Returns the converted array.\\n   */\\n  function asciiToArray(string) {\\n    return string.split('');\\n  }\\n\\n  /**\\n   * Splits an ASCII `string` into an array of its words.\\n   *\\n   * @private\\n   * @param {string} The string to inspect.\\n   * @returns {Array} Returns the words of `string`.\\n   */\\n  function asciiWords(string) {\\n    return string.match(reAsciiWord) || [];\\n  }\\n\\n  /**\\n   * The base implementation of methods like `_.findKey` and `_.findLastKey`,\\n   * without support for iteratee shorthands, which iterates over `collection`\\n   * using `eachFunc`.\\n   *\\n   * @private\\n   * @param {Array|Object} collection The collection to inspect.\\n   * @param {Function} predicate The function invoked per iteration.\\n   * @param {Function} eachFunc The function to iterate over `collection`.\\n   * @returns {*} Returns the found element or its key, else `undefined`.\\n   */\\n  function baseFindKey(collection, predicate, eachFunc) {\\n    var result;\\n    eachFunc(collection, function(value, key, collection) {\\n      if (predicate(value, key, collection)) {\\n        result = key;\\n        return false;\\n      }\\n    });\\n    return result;\\n  }\\n\\n  /**\\n   * The base implementation of `_.findIndex` and `_.findLastIndex` without\\n   * support for iteratee shorthands.\\n   *\\n   * @private\\n   * @param {Array} array The array to inspect.\\n   * @param {Function} predicate The function invoked per iteration.\\n   * @param {number} fromIndex The index to search from.\\n   * @param {boolean} [fromRight] Specify iterating from right to left.\\n   * @returns {number} Returns the index of the matched value, else `-1`.\\n   */\\n  function baseFindIndex(array, predicate, fromIndex, fromRight) {\\n    var length = array.length,\\n        index = fromIndex + (fromRight ? 1 : -1);\\n\\n    while ((fromRight ? index-- : ++index < length)) {\\n      if (predicate(array[index], index, array)) {\\n        return index;\\n      }\\n    }\\n    return -1;\\n  }\\n\\n  /**\\n   * The base implementation of `_.indexOf` without `fromIndex` bounds checks.\\n   *\\n   * @private\\n   * @param {Array} array The array to inspect.\\n   * @param {*} value The value to search for.\\n   * @param {number} fromIndex The index to search from.\\n   * @returns {number} Returns the index of the matched value, else `-1`.\\n   */\\n  function baseIndexOf(array, value, fromIndex) {\\n    return value === value\\n      ? strictIndexOf(array, value, fromIndex)\\n      : baseFindIndex(array, baseIsNaN, fromIndex);\\n  }\\n\\n  /**\\n   * This function is like `baseIndexOf` except that it accepts a comparator.\\n   *\\n   * @private\\n   * @param {Array} array The array to inspect.\\n   * @param {*} value The value to search for.\\n   * @param {number} fromIndex The index to search from.\\n   * @param {Function} comparator The comparator invoked per element.\\n   * @returns {number} Returns the index of the matched value, else `-1`.\\n   */\\n  function baseIndexOfWith(array, value, fromIndex, comparator) {\\n    var index = fromIndex - 1,\\n        length = array.length;\\n\\n    while (++index < length) {\\n      if (comparator(array[index], value)) {\\n        return index;\\n      }\\n    }\\n    return -1;\\n  }\\n\\n  /**\\n   * The base implementation of `_.isNaN` without support for number objects.\\n   *\\n   * @private\\n   * @param {*} value The value to check.\\n   * @returns {boolean} Returns `true` if `value` is `NaN`, else `false`.\\n   */\\n  function baseIsNaN(value) {\\n    return value !== value;\\n  }\\n\\n  /**\\n   * The base implementation of `_.mean` and `_.meanBy` without support for\\n   * iteratee shorthands.\\n   *\\n   * @private\\n   * @param {Array} array The array to iterate over.\\n   * @param {Function} iteratee The function invoked per iteration.\\n   * @returns {number} Returns the mean.\\n   */\\n  function baseMean(array, iteratee) {\\n    var length = array == null ? 0 : array.length;\\n    return length ? (baseSum(array, iteratee) / length) : NAN;\\n  }\\n\\n  /**\\n   * The base implementation of `_.property` without support for deep paths.\\n   *\\n   * @private\\n   * @param {string} key The key of the property to get.\\n   * @returns {Function} Returns the new accessor function.\\n   */\\n  function baseProperty(key) {\\n    return function(object) {\\n      return object == null ? undefined : object[key];\\n    };\\n  }\\n\\n  /**\\n   * The base implementation of `_.propertyOf` without support for deep paths.\\n   *\\n   * @private\\n   * @param {Object} object The object to query.\\n   * @returns {Function} Returns the new accessor function.\\n   */\\n  function basePropertyOf(object) {\\n    return function(key) {\\n      return object == null ? undefined : object[key];\\n    };\\n  }\\n\\n  /**\\n   * The base implementation of `_.reduce` and `_.reduceRight`, without support\\n   * for iteratee shorthands, which iterates over `collection` using `eachFunc`.\\n   *\\n   * @private\\n   * @param {Array|Object} collection The collection to iterate over.\\n   * @param {Function} iteratee The function invoked per iteration.\\n   * @param {*} accumulator The initial value.\\n   * @param {boolean} initAccum Specify using the first or last element of\\n   *  `collection` as the initial value.\\n   * @param {Function} eachFunc The function to iterate over `collection`.\\n   * @returns {*} Returns the accumulated value.\\n   */\\n  function baseReduce(collection, iteratee, accumulator, initAccum, eachFunc) {\\n    eachFunc(collection, function(value, index, collection) {\\n      accumulator = initAccum\\n        ? (initAccum = false, value)\\n        : iteratee(accumulator, value, index, collection);\\n    });\\n    return accumulator;\\n  }\\n\\n  /**\\n   * The base implementation of `_.sortBy` which uses `comparer` to define the\\n   * sort order of `array` and replaces criteria objects with their corresponding\\n   * values.\\n   *\\n   * @private\\n   * @param {Array} array The array to sort.\\n   * @param {Function} comparer The function to define sort order.\\n   * @returns {Array} Returns `array`.\\n   */\\n  function baseSortBy(array, comparer) {\\n    var length = array.length;\\n\\n    array.sort(comparer);\\n    while (length--) {\\n      array[length] = array[length].value;\\n    }\\n    return array;\\n  }\\n\\n  /**\\n   * The base implementation of `_.sum` and `_.sumBy` without support for\\n   * iteratee shorthands.\\n   *\\n   * @private\\n   * @param {Array} array The array to iterate over.\\n   * @param {Function} iteratee The function invoked per iteration.\\n   * @returns {number} Returns the sum.\\n   */\\n  function baseSum(array, iteratee) {\\n    var result,\\n        index = -1,\\n        length = array.length;\\n\\n    while (++index < length) {\\n      var current = iteratee(array[index]);\\n      if (current !== undefined) {\\n        result = result === undefined ? current : (result + current);\\n      }\\n    }\\n    return result;\\n  }\\n\\n  /**\\n   * The base implementation of `_.times` without support for iteratee shorthands\\n   * or max array length checks.\\n   *\\n   * @private\\n   * @param {number} n The number of times to invoke `iteratee`.\\n   * @param {Function} iteratee The function invoked per iteration.\\n   * @returns {Array} Returns the array of results.\\n   */\\n  function baseTimes(n, iteratee) {\\n    var index = -1,\\n        result = Array(n);\\n\\n    while (++index < n) {\\n      result[index] = iteratee(index);\\n    }\\n    return result;\\n  }\\n\\n  /**\\n   * The base implementation of `_.toPairs` and `_.toPairsIn` which creates an array\\n   * of key-value pairs for `object` corresponding to the property names of `props`.\\n   *\\n   * @private\\n   * @param {Object} object The object to query.\\n   * @param {Array} props The property names to get values for.\\n   * @returns {Object} Returns the key-value pairs.\\n   */\\n  function baseToPairs(object, props) {\\n    return arrayMap(props, function(key) {\\n      return [key, object[key]];\\n    });\\n  }\\n\\n  /**\\n   * The base implementation of `_.unary` without support for storing metadata.\\n   *\\n   * @private\\n   * @param {Function} func The function to cap arguments for.\\n   * @returns {Function} Returns the new capped function.\\n   */\\n  function baseUnary(func) {\\n    return function(value) {\\n      return func(value);\\n    };\\n  }\\n\\n  /**\\n   * The base implementation of `_.values` and `_.valuesIn` which creates an\\n   * array of `object` property values corresponding to the property names\\n   * of `props`.\\n   *\\n   * @private\\n   * @param {Object} object The object to query.\\n   * @param {Array} props The property names to get values for.\\n   * @returns {Object} Returns the array of property values.\\n   */\\n  function baseValues(object, props) {\\n    return arrayMap(props, function(key) {\\n      return object[key];\\n    });\\n  }\\n\\n  /**\\n   * Checks if a `cache` value for `key` exists.\\n   *\\n   * @private\\n   * @param {Object} cache The cache to query.\\n   * @param {string} key The key of the entry to check.\\n   * @returns {boolean} Returns `true` if an entry for `key` exists, else `false`.\\n   */\\n  function cacheHas(cache, key) {\\n    return cache.has(key);\\n  }\\n\\n  /**\\n   * Used by `_.trim` and `_.trimStart` to get the index of the first string symbol\\n   * that is not found in the character symbols.\\n   *\\n   * @private\\n   * @param {Array} strSymbols The string symbols to inspect.\\n   * @param {Array} chrSymbols The character symbols to find.\\n   * @returns {number} Returns the index of the first unmatched string symbol.\\n   */\\n  function charsStartIndex(strSymbols, chrSymbols) {\\n    var index = -1,\\n        length = strSymbols.length;\\n\\n    while (++index < length && baseIndexOf(chrSymbols, strSymbols[index], 0) > -1) {}\\n    return index;\\n  }\\n\\n  /**\\n   * Used by `_.trim` and `_.trimEnd` to get the index of the last string symbol\\n   * that is not found in the character symbols.\\n   *\\n   * @private\\n   * @param {Array} strSymbols The string symbols to inspect.\\n   * @param {Array} chrSymbols The character symbols to find.\\n   * @returns {number} Returns the index of the last unmatched string symbol.\\n   */\\n  function charsEndIndex(strSymbols, chrSymbols) {\\n    var index = strSymbols.length;\\n\\n    while (index-- && baseIndexOf(chrSymbols, strSymbols[index], 0) > -1) {}\\n    return index;\\n  }\\n\\n  /**\\n   * Gets the number of `placeholder` occurrences in `array`.\\n   *\\n   * @private\\n   * @param {Array} array The array to inspect.\\n   * @param {*} placeholder The placeholder to search for.\\n   * @returns {number} Returns the placeholder count.\\n   */\\n  function countHolders(array, placeholder) {\\n    var length = array.length,\\n        result = 0;\\n\\n    while (length--) {\\n      if (array[length] === placeholder) {\\n        ++result;\\n      }\\n    }\\n    return result;\\n  }\\n\\n  /**\\n   * Used by `_.deburr` to convert Latin-1 Supplement and Latin Extended-A\\n   * letters to basic Latin letters.\\n   *\\n   * @private\\n   * @param {string} letter The matched letter to deburr.\\n   * @returns {string} Returns the deburred letter.\\n   */\\n  var deburrLetter = basePropertyOf(deburredLetters);\\n\\n  /**\\n   * Used by `_.escape` to convert characters to HTML entities.\\n   *\\n   * @private\\n   * @param {string} chr The matched character to escape.\\n   * @returns {string} Returns the escaped character.\\n   */\\n  var escapeHtmlChar = basePropertyOf(htmlEscapes);\\n\\n  /**\\n   * Used by `_.template` to escape characters for inclusion in compiled string literals.\\n   *\\n   * @private\\n   * @param {string} chr The matched character to escape.\\n   * @returns {string} Returns the escaped character.\\n   */\\n  function escapeStringChar(chr) {\\n    return '\\\\\\\\' + stringEscapes[chr];\\n  }\\n\\n  /**\\n   * Gets the value at `key` of `object`.\\n   *\\n   * @private\\n   * @param {Object} [object] The object to query.\\n   * @param {string} key The key of the property to get.\\n   * @returns {*} Returns the property value.\\n   */\\n  function getValue(object, key) {\\n    return object == null ? undefined : object[key];\\n  }\\n\\n  /**\\n   * Checks if `string` contains Unicode symbols.\\n   *\\n   * @private\\n   * @param {string} string The string to inspect.\\n   * @returns {boolean} Returns `true` if a symbol is found, else `false`.\\n   */\\n  function hasUnicode(string) {\\n    return reHasUnicode.test(string);\\n  }\\n\\n  /**\\n   * Checks if `string` contains a word composed of Unicode symbols.\\n   *\\n   * @private\\n   * @param {string} string The string to inspect.\\n   * @returns {boolean} Returns `true` if a word is found, else `false`.\\n   */\\n  function hasUnicodeWord(string) {\\n    return reHasUnicodeWord.test(string);\\n  }\\n\\n  /**\\n   * Converts `iterator` to an array.\\n   *\\n   * @private\\n   * @param {Object} iterator The iterator to convert.\\n   * @returns {Array} Returns the converted array.\\n   */\\n  function iteratorToArray(iterator) {\\n    var data,\\n        result = [];\\n\\n    while (!(data = iterator.next()).done) {\\n      result.push(data.value);\\n    }\\n    return result;\\n  }\\n\\n  /**\\n   * Converts `map` to its key-value pairs.\\n   *\\n   * @private\\n   * @param {Object} map The map to convert.\\n   * @returns {Array} Returns the key-value pairs.\\n   */\\n  function mapToArray(map) {\\n    var index = -1,\\n        result = Array(map.size);\\n\\n    map.forEach(function(value, key) {\\n      result[++index] = [key, value];\\n    });\\n    return result;\\n  }\\n\\n  /**\\n   * Creates a unary function that invokes `func` with its argument transformed.\\n   *\\n   * @private\\n   * @param {Function} func The function to wrap.\\n   * @param {Function} transform The argument transform.\\n   * @returns {Function} Returns the new function.\\n   */\\n  function overArg(func, transform) {\\n    return function(arg) {\\n      return func(transform(arg));\\n    };\\n  }\\n\\n  /**\\n   * Replaces all `placeholder` elements in `array` with an internal placeholder\\n   * and returns an array of their indexes.\\n   *\\n   * @private\\n   * @param {Array} array The array to modify.\\n   * @param {*} placeholder The placeholder to replace.\\n   * @returns {Array} Returns the new array of placeholder indexes.\\n   */\\n  function replaceHolders(array, placeholder) {\\n    var index = -1,\\n        length = array.length,\\n        resIndex = 0,\\n        result = [];\\n\\n    while (++index < length) {\\n      var value = array[index];\\n      if (value === placeholder || value === PLACEHOLDER) {\\n        array[index] = PLACEHOLDER;\\n        result[resIndex++] = index;\\n      }\\n    }\\n    return result;\\n  }\\n\\n  /**\\n   * Gets the value at `key`, unless `key` is \\\"__proto__\\\".\\n   *\\n   * @private\\n   * @param {Object} object The object to query.\\n   * @param {string} key The key of the property to get.\\n   * @returns {*} Returns the property value.\\n   */\\n  function safeGet(object, key) {\\n    return key == '__proto__'\\n      ? undefined\\n      : object[key];\\n  }\\n\\n  /**\\n   * Converts `set` to an array of its values.\\n   *\\n   * @private\\n   * @param {Object} set The set to convert.\\n   * @returns {Array} Returns the values.\\n   */\\n  function setToArray(set) {\\n    var index = -1,\\n        result = Array(set.size);\\n\\n    set.forEach(function(value) {\\n      result[++index] = value;\\n    });\\n    return result;\\n  }\\n\\n  /**\\n   * Converts `set` to its value-value pairs.\\n   *\\n   * @private\\n   * @param {Object} set The set to convert.\\n   * @returns {Array} Returns the value-value pairs.\\n   */\\n  function setToPairs(set) {\\n    var index = -1,\\n        result = Array(set.size);\\n\\n    set.forEach(function(value) {\\n      result[++index] = [value, value];\\n    });\\n    return result;\\n  }\\n\\n  /**\\n   * A specialized version of `_.indexOf` which performs strict equality\\n   * comparisons of values, i.e. `===`.\\n   *\\n   * @private\\n   * @param {Array} array The array to inspect.\\n   * @param {*} value The value to search for.\\n   * @param {number} fromIndex The index to search from.\\n   * @returns {number} Returns the index of the matched value, else `-1`.\\n   */\\n  function strictIndexOf(array, value, fromIndex) {\\n    var index = fromIndex - 1,\\n        length = array.length;\\n\\n    while (++index < length) {\\n      if (array[index] === value) {\\n        return index;\\n      }\\n    }\\n    return -1;\\n  }\\n\\n  /**\\n   * A specialized version of `_.lastIndexOf` which performs strict equality\\n   * comparisons of values, i.e. `===`.\\n   *\\n   * @private\\n   * @param {Array} array The array to inspect.\\n   * @param {*} value The value to search for.\\n   * @param {number} fromIndex The index to search from.\\n   * @returns {number} Returns the index of the matched value, else `-1`.\\n   */\\n  function strictLastIndexOf(array, value, fromIndex) {\\n    var index = fromIndex + 1;\\n    while (index--) {\\n      if (array[index] === value) {\\n        return index;\\n      }\\n    }\\n    return index;\\n  }\\n\\n  /**\\n   * Gets the number of symbols in `string`.\\n   *\\n   * @private\\n   * @param {string} string The string to inspect.\\n   * @returns {number} Returns the string size.\\n   */\\n  function stringSize(string) {\\n    return hasUnicode(string)\\n      ? unicodeSize(string)\\n      : asciiSize(string);\\n  }\\n\\n  /**\\n   * Converts `string` to an array.\\n   *\\n   * @private\\n   * @param {string} string The string to convert.\\n   * @returns {Array} Returns the converted array.\\n   */\\n  function stringToArray(string) {\\n    return hasUnicode(string)\\n      ? unicodeToArray(string)\\n      : asciiToArray(string);\\n  }\\n\\n  /**\\n   * Used by `_.unescape` to convert HTML entities to characters.\\n   *\\n   * @private\\n   * @param {string} chr The matched character to unescape.\\n   * @returns {string} Returns the unescaped character.\\n   */\\n  var unescapeHtmlChar = basePropertyOf(htmlUnescapes);\\n\\n  /**\\n   * Gets the size of a Unicode `string`.\\n   *\\n   * @private\\n   * @param {string} string The string inspect.\\n   * @returns {number} Returns the string size.\\n   */\\n  function unicodeSize(string) {\\n    var result = reUnicode.lastIndex = 0;\\n    while (reUnicode.test(string)) {\\n      ++result;\\n    }\\n    return result;\\n  }\\n\\n  /**\\n   * Converts a Unicode `string` to an array.\\n   *\\n   * @private\\n   * @param {string} string The string to convert.\\n   * @returns {Array} Returns the converted array.\\n   */\\n  function unicodeToArray(string) {\\n    return string.match(reUnicode) || [];\\n  }\\n\\n  /**\\n   * Splits a Unicode `string` into an array of its words.\\n   *\\n   * @private\\n   * @param {string} The string to inspect.\\n   * @returns {Array} Returns the words of `string`.\\n   */\\n  function unicodeWords(string) {\\n    return string.match(reUnicodeWord) || [];\\n  }\\n\\n  /*--------------------------------------------------------------------------*/\\n\\n  /**\\n   * Create a new pristine `lodash` function using the `context` object.\\n   *\\n   * @static\\n   * @memberOf _\\n   * @since 1.1.0\\n   * @category Util\\n   * @param {Object} [context=root] The context object.\\n   * @returns {Function} Returns a new `lodash` function.\\n   * @example\\n   *\\n   * _.mixin({ 'foo': _.constant('foo') });\\n   *\\n   * var lodash = _.runInContext();\\n   * lodash.mixin({ 'bar': lodash.constant('bar') });\\n   *\\n   * _.isFunction(_.foo);\\n   * // => true\\n   * _.isFunction(_.bar);\\n   * // => false\\n   *\\n   * lodash.isFunction(lodash.foo);\\n   * // => false\\n   * lodash.isFunction(lodash.bar);\\n   * // => true\\n   *\\n   * // Create a suped-up `defer` in Node.js.\\n   * var defer = _.runInContext({ 'setTimeout': setImmediate }).defer;\\n   */\\n  var runInContext = (function runInContext(context) {\\n    context = context == null ? root : _.defaults(root.Object(), context, _.pick(root, contextProps));\\n\\n    /** Built-in constructor references. */\\n    var Array = context.Array,\\n        Date = context.Date,\\n        Error = context.Error,\\n        Function = context.Function,\\n        Math = context.Math,\\n        Object = context.Object,\\n        RegExp = context.RegExp,\\n        String = context.String,\\n        TypeError = context.TypeError;\\n\\n    /** Used for built-in method references. */\\n    var arrayProto = Array.prototype,\\n        funcProto = Function.prototype,\\n        objectProto = Object.prototype;\\n\\n    /** Used to detect overreaching core-js shims. */\\n    var coreJsData = context['__core-js_shared__'];\\n\\n    /** Used to resolve the decompiled source of functions. */\\n    var funcToString = funcProto.toString;\\n\\n    /** Used to check objects for own properties. */\\n    var hasOwnProperty = objectProto.hasOwnProperty;\\n\\n    /** Used to generate unique IDs. */\\n    var idCounter = 0;\\n\\n    /** Used to detect methods masquerading as native. */\\n    var maskSrcKey = (function() {\\n      var uid = /[^.]+$/.exec(coreJsData && coreJsData.keys && coreJsData.keys.IE_PROTO || '');\\n      return uid ? ('Symbol(src)_1.' + uid) : '';\\n    }());\\n\\n    /**\\n     * Used to resolve the\\n     * [`toStringTag`](http://ecma-international.org/ecma-262/7.0/#sec-object.prototype.tostring)\\n     * of values.\\n     */\\n    var nativeObjectToString = objectProto.toString;\\n\\n    /** Used to infer the `Object` constructor. */\\n    var objectCtorString = funcToString.call(Object);\\n\\n    /** Used to restore the original `_` reference in `_.noConflict`. */\\n    var oldDash = root._;\\n\\n    /** Used to detect if a method is native. */\\n    var reIsNative = RegExp('^' +\\n      funcToString.call(hasOwnProperty).replace(reRegExpChar, '\\\\\\\\$&')\\n      .replace(/hasOwnProperty|(function).*?(?=\\\\\\\\\\\\()| for .+?(?=\\\\\\\\\\\\])/g, '$1.*?') + '$'\\n    );\\n\\n    /** Built-in value references. */\\n    var Buffer = moduleExports ? context.Buffer : undefined,\\n        Symbol = context.Symbol,\\n        Uint8Array = context.Uint8Array,\\n        allocUnsafe = Buffer ? Buffer.allocUnsafe : undefined,\\n        getPrototype = overArg(Object.getPrototypeOf, Object),\\n        objectCreate = Object.create,\\n        propertyIsEnumerable = objectProto.propertyIsEnumerable,\\n        splice = arrayProto.splice,\\n        spreadableSymbol = Symbol ? Symbol.isConcatSpreadable : undefined,\\n        symIterator = Symbol ? Symbol.iterator : undefined,\\n        symToStringTag = Symbol ? Symbol.toStringTag : undefined;\\n\\n    var defineProperty = (function() {\\n      try {\\n        var func = getNative(Object, 'defineProperty');\\n        func({}, '', {});\\n        return func;\\n      } catch (e) {}\\n    }());\\n\\n    /** Mocked built-ins. */\\n    var ctxClearTimeout = context.clearTimeout !== root.clearTimeout && context.clearTimeout,\\n        ctxNow = Date && Date.now !== root.Date.now && Date.now,\\n        ctxSetTimeout = context.setTimeout !== root.setTimeout && context.setTimeout;\\n\\n    /* Built-in method references for those with the same name as other `lodash` methods. */\\n    var nativeCeil = Math.ceil,\\n        nativeFloor = Math.floor,\\n        nativeGetSymbols = Object.getOwnPropertySymbols,\\n        nativeIsBuffer = Buffer ? Buffer.isBuffer : undefined,\\n        nativeIsFinite = context.isFinite,\\n        nativeJoin = arrayProto.join,\\n        nativeKeys = overArg(Object.keys, Object),\\n        nativeMax = Math.max,\\n        nativeMin = Math.min,\\n        nativeNow = Date.now,\\n        nativeParseInt = context.parseInt,\\n        nativeRandom = Math.random,\\n        nativeReverse = arrayProto.reverse;\\n\\n    /* Built-in method references that are verified to be native. */\\n    var DataView = getNative(context, 'DataView'),\\n        Map = getNative(context, 'Map'),\\n        Promise = getNative(context, 'Promise'),\\n        Set = getNative(context, 'Set'),\\n        WeakMap = getNative(context, 'WeakMap'),\\n        nativeCreate = getNative(Object, 'create');\\n\\n    /** Used to store function metadata. */\\n    var metaMap = WeakMap && new WeakMap;\\n\\n    /** Used to lookup unminified function names. */\\n    var realNames = {};\\n\\n    /** Used to detect maps, sets, and weakmaps. */\\n    var dataViewCtorString = toSource(DataView),\\n        mapCtorString = toSource(Map),\\n        promiseCtorString = toSource(Promise),\\n        setCtorString = toSource(Set),\\n        weakMapCtorString = toSource(WeakMap);\\n\\n    /** Used to convert symbols to primitives and strings. */\\n    var symbolProto = Symbol ? Symbol.prototype : undefined,\\n        symbolValueOf = symbolProto ? symbolProto.valueOf : undefined,\\n        symbolToString = symbolProto ? symbolProto.toString : undefined;\\n\\n    /*------------------------------------------------------------------------*/\\n\\n    /**\\n     * Creates a `lodash` object which wraps `value` to enable implicit method\\n     * chain sequences. Methods that operate on and return arrays, collections,\\n     * and functions can be chained together. Methods that retrieve a single value\\n     * or may return a primitive value will automatically end the chain sequence\\n     * and return the unwrapped value. Otherwise, the value must be unwrapped\\n     * with `_#value`.\\n     *\\n     * Explicit chain sequences, which must be unwrapped with `_#value`, may be\\n     * enabled using `_.chain`.\\n     *\\n     * The execution of chained methods is lazy, that is, it's deferred until\\n     * `_#value` is implicitly or explicitly called.\\n     *\\n     * Lazy evaluation allows several methods to support shortcut fusion.\\n     * Shortcut fusion is an optimization to merge iteratee calls; this avoids\\n     * the creation of intermediate arrays and can greatly reduce the number of\\n     * iteratee executions. Sections of a chain sequence qualify for shortcut\\n     * fusion if the section is applied to an array and iteratees accept only\\n     * one argument. The heuristic for whether a section qualifies for shortcut\\n     * fusion is subject to change.\\n     *\\n     * Chaining is supported in custom builds as long as the `_#value` method is\\n     * directly or indirectly included in the build.\\n     *\\n     * In addition to lodash methods, wrappers have `Array` and `String` methods.\\n     *\\n     * The wrapper `Array` methods are:\\n     * `concat`, `join`, `pop`, `push`, `shift`, `sort`, `splice`, and `unshift`\\n     *\\n     * The wrapper `String` methods are:\\n     * `replace` and `split`\\n     *\\n     * The wrapper methods that support shortcut fusion are:\\n     * `at`, `compact`, `drop`, `dropRight`, `dropWhile`, `filter`, `find`,\\n     * `findLast`, `head`, `initial`, `last`, `map`, `reject`, `reverse`, `slice`,\\n     * `tail`, `take`, `takeRight`, `takeRightWhile`, `takeWhile`, and `toArray`\\n     *\\n     * The chainable wrapper methods are:\\n     * `after`, `ary`, `assign`, `assignIn`, `assignInWith`, `assignWith`, `at`,\\n     * `before`, `bind`, `bindAll`, `bindKey`, `castArray`, `chain`, `chunk`,\\n     * `commit`, `compact`, `concat`, `conforms`, `constant`, `countBy`, `create`,\\n     * `curry`, `debounce`, `defaults`, `defaultsDeep`, `defer`, `delay`,\\n     * `difference`, `differenceBy`, `differenceWith`, `drop`, `dropRight`,\\n     * `dropRightWhile`, `dropWhile`, `extend`, `extendWith`, `fill`, `filter`,\\n     * `flatMap`, `flatMapDeep`, `flatMapDepth`, `flatten`, `flattenDeep`,\\n     * `flattenDepth`, `flip`, `flow`, `flowRight`, `fromPairs`, `functions`,\\n     * `functionsIn`, `groupBy`, `initial`, `intersection`, `intersectionBy`,\\n     * `intersectionWith`, `invert`, `invertBy`, `invokeMap`, `iteratee`, `keyBy`,\\n     * `keys`, `keysIn`, `map`, `mapKeys`, `mapValues`, `matches`, `matchesProperty`,\\n     * `memoize`, `merge`, `mergeWith`, `method`, `methodOf`, `mixin`, `negate`,\\n     * `nthArg`, `omit`, `omitBy`, `once`, `orderBy`, `over`, `overArgs`,\\n     * `overEvery`, `overSome`, `partial`, `partialRight`, `partition`, `pick`,\\n     * `pickBy`, `plant`, `property`, `propertyOf`, `pull`, `pullAll`, `pullAllBy`,\\n     * `pullAllWith`, `pullAt`, `push`, `range`, `rangeRight`, `rearg`, `reject`,\\n     * `remove`, `rest`, `reverse`, `sampleSize`, `set`, `setWith`, `shuffle`,\\n     * `slice`, `sort`, `sortBy`, `splice`, `spread`, `tail`, `take`, `takeRight`,\\n     * `takeRightWhile`, `takeWhile`, `tap`, `throttle`, `thru`, `toArray`,\\n     * `toPairs`, `toPairsIn`, `toPath`, `toPlainObject`, `transform`, `unary`,\\n     * `union`, `unionBy`, `unionWith`, `uniq`, `uniqBy`, `uniqWith`, `unset`,\\n     * `unshift`, `unzip`, `unzipWith`, `update`, `updateWith`, `values`,\\n     * `valuesIn`, `without`, `wrap`, `xor`, `xorBy`, `xorWith`, `zip`,\\n     * `zipObject`, `zipObjectDeep`, and `zipWith`\\n     *\\n     * The wrapper methods that are **not** chainable by default are:\\n     * `add`, `attempt`, `camelCase`, `capitalize`, `ceil`, `clamp`, `clone`,\\n     * `cloneDeep`, `cloneDeepWith`, `cloneWith`, `conformsTo`, `deburr`,\\n     * `defaultTo`, `divide`, `each`, `eachRight`, `endsWith`, `eq`, `escape`,\\n     * `escapeRegExp`, `every`, `find`, `findIndex`, `findKey`, `findLast`,\\n     * `findLastIndex`, `findLastKey`, `first`, `floor`, `forEach`, `forEachRight`,\\n     * `forIn`, `forInRight`, `forOwn`, `forOwnRight`, `get`, `gt`, `gte`, `has`,\\n     * `hasIn`, `head`, `identity`, `includes`, `indexOf`, `inRange`, `invoke`,\\n     * `isArguments`, `isArray`, `isArrayBuffer`, `isArrayLike`, `isArrayLikeObject`,\\n     * `isBoolean`, `isBuffer`, `isDate`, `isElement`, `isEmpty`, `isEqual`,\\n     * `isEqualWith`, `isError`, `isFinite`, `isFunction`, `isInteger`, `isLength`,\\n     * `isMap`, `isMatch`, `isMatchWith`, `isNaN`, `isNative`, `isNil`, `isNull`,\\n     * `isNumber`, `isObject`, `isObjectLike`, `isPlainObject`, `isRegExp`,\\n     * `isSafeInteger`, `isSet`, `isString`, `isUndefined`, `isTypedArray`,\\n     * `isWeakMap`, `isWeakSet`, `join`, `kebabCase`, `last`, `lastIndexOf`,\\n     * `lowerCase`, `lowerFirst`, `lt`, `lte`, `max`, `maxBy`, `mean`, `meanBy`,\\n     * `min`, `minBy`, `multiply`, `noConflict`, `noop`, `now`, `nth`, `pad`,\\n     * `padEnd`, `padStart`, `parseInt`, `pop`, `random`, `reduce`, `reduceRight`,\\n     * `repeat`, `result`, `round`, `runInContext`, `sample`, `shift`, `size`,\\n     * `snakeCase`, `some`, `sortedIndex`, `sortedIndexBy`, `sortedLastIndex`,\\n     * `sortedLastIndexBy`, `startCase`, `startsWith`, `stubArray`, `stubFalse`,\\n     * `stubObject`, `stubString`, `stubTrue`, `subtract`, `sum`, `sumBy`,\\n     * `template`, `times`, `toFinite`, `toInteger`, `toJSON`, `toLength`,\\n     * `toLower`, `toNumber`, `toSafeInteger`, `toString`, `toUpper`, `trim`,\\n     * `trimEnd`, `trimStart`, `truncate`, `unescape`, `uniqueId`, `upperCase`,\\n     * `upperFirst`, `value`, and `words`\\n     *\\n     * @name _\\n     * @constructor\\n     * @category Seq\\n     * @param {*} value The value to wrap in a `lodash` instance.\\n     * @returns {Object} Returns the new `lodash` wrapper instance.\\n     * @example\\n     *\\n     * function square(n) {\\n     *   return n * n;\\n     * }\\n     *\\n     * var wrapped = _([1, 2, 3]);\\n     *\\n     * // Returns an unwrapped value.\\n     * wrapped.reduce(_.add);\\n     * // => 6\\n     *\\n     * // Returns a wrapped value.\\n     * var squares = wrapped.map(square);\\n     *\\n     * _.isArray(squares);\\n     * // => false\\n     *\\n     * _.isArray(squares.value());\\n     * // => true\\n     */\\n    function lodash(value) {\\n      if (isObjectLike(value) && !isArray(value) && !(value instanceof LazyWrapper)) {\\n        if (value instanceof LodashWrapper) {\\n          return value;\\n        }\\n        if (hasOwnProperty.call(value, '__wrapped__')) {\\n          return wrapperClone(value);\\n        }\\n      }\\n      return new LodashWrapper(value);\\n    }\\n\\n    /**\\n     * The base implementation of `_.create` without support for assigning\\n     * properties to the created object.\\n     *\\n     * @private\\n     * @param {Object} proto The object to inherit from.\\n     * @returns {Object} Returns the new object.\\n     */\\n    var baseCreate = (function() {\\n      function object() {}\\n      return function(proto) {\\n        if (!isObject(proto)) {\\n          return {};\\n        }\\n        if (objectCreate) {\\n          return objectCreate(proto);\\n        }\\n        object.prototype = proto;\\n        var result = new object;\\n        object.prototype = undefined;\\n        return result;\\n      };\\n    }());\\n\\n    /**\\n     * The function whose prototype chain sequence wrappers inherit from.\\n     *\\n     * @private\\n     */\\n    function baseLodash() {\\n      // No operation performed.\\n    }\\n\\n    /**\\n     * The base constructor for creating `lodash` wrapper objects.\\n     *\\n     * @private\\n     * @param {*} value The value to wrap.\\n     * @param {boolean} [chainAll] Enable explicit method chain sequences.\\n     */\\n    function LodashWrapper(value, chainAll) {\\n      this.__wrapped__ = value;\\n      this.__actions__ = [];\\n      this.__chain__ = !!chainAll;\\n      this.__index__ = 0;\\n      this.__values__ = undefined;\\n    }\\n\\n    /**\\n     * By default, the template delimiters used by lodash are like those in\\n     * embedded Ruby (ERB) as well as ES2015 template strings. Change the\\n     * following template settings to use alternative delimiters.\\n     *\\n     * @static\\n     * @memberOf _\\n     * @type {Object}\\n     */\\n    lodash.templateSettings = {\\n\\n      /**\\n       * Used to detect `data` property values to be HTML-escaped.\\n       *\\n       * @memberOf _.templateSettings\\n       * @type {RegExp}\\n       */\\n      'escape': reEscape,\\n\\n      /**\\n       * Used to detect code to be evaluated.\\n       *\\n       * @memberOf _.templateSettings\\n       * @type {RegExp}\\n       */\\n      'evaluate': reEvaluate,\\n\\n      /**\\n       * Used to detect `data` property values to inject.\\n       *\\n       * @memberOf _.templateSettings\\n       * @type {RegExp}\\n       */\\n      'interpolate': reInterpolate,\\n\\n      /**\\n       * Used to reference the data object in the template text.\\n       *\\n       * @memberOf _.templateSettings\\n       * @type {string}\\n       */\\n      'variable': '',\\n\\n      /**\\n       * Used to import variables into the compiled template.\\n       *\\n       * @memberOf _.templateSettings\\n       * @type {Object}\\n       */\\n      'imports': {\\n\\n        /**\\n         * A reference to the `lodash` function.\\n         *\\n         * @memberOf _.templateSettings.imports\\n         * @type {Function}\\n         */\\n        '_': lodash\\n      }\\n    };\\n\\n    // Ensure wrappers are instances of `baseLodash`.\\n    lodash.prototype = baseLodash.prototype;\\n    lodash.prototype.constructor = lodash;\\n\\n    LodashWrapper.prototype = baseCreate(baseLodash.prototype);\\n    LodashWrapper.prototype.constructor = LodashWrapper;\\n\\n    /*------------------------------------------------------------------------*/\\n\\n    /**\\n     * Creates a lazy wrapper object which wraps `value` to enable lazy evaluation.\\n     *\\n     * @private\\n     * @constructor\\n     * @param {*} value The value to wrap.\\n     */\\n    function LazyWrapper(value) {\\n      this.__wrapped__ = value;\\n      this.__actions__ = [];\\n      this.__dir__ = 1;\\n      this.__filtered__ = false;\\n      this.__iteratees__ = [];\\n      this.__takeCount__ = MAX_ARRAY_LENGTH;\\n      this.__views__ = [];\\n    }\\n\\n    /**\\n     * Creates a clone of the lazy wrapper object.\\n     *\\n     * @private\\n     * @name clone\\n     * @memberOf LazyWrapper\\n     * @returns {Object} Returns the cloned `LazyWrapper` object.\\n     */\\n    function lazyClone() {\\n      var result = new LazyWrapper(this.__wrapped__);\\n      result.__actions__ = copyArray(this.__actions__);\\n      result.__dir__ = this.__dir__;\\n      result.__filtered__ = this.__filtered__;\\n      result.__iteratees__ = copyArray(this.__iteratees__);\\n      result.__takeCount__ = this.__takeCount__;\\n      result.__views__ = copyArray(this.__views__);\\n      return result;\\n    }\\n\\n    /**\\n     * Reverses the direction of lazy iteration.\\n     *\\n     * @private\\n     * @name reverse\\n     * @memberOf LazyWrapper\\n     * @returns {Object} Returns the new reversed `LazyWrapper` object.\\n     */\\n    function lazyReverse() {\\n      if (this.__filtered__) {\\n        var result = new LazyWrapper(this);\\n        result.__dir__ = -1;\\n        result.__filtered__ = true;\\n      } else {\\n        result = this.clone();\\n        result.__dir__ *= -1;\\n      }\\n      return result;\\n    }\\n\\n    /**\\n     * Extracts the unwrapped value from its lazy wrapper.\\n     *\\n     * @private\\n     * @name value\\n     * @memberOf LazyWrapper\\n     * @returns {*} Returns the unwrapped value.\\n     */\\n    function lazyValue() {\\n      var array = this.__wrapped__.value(),\\n          dir = this.__dir__,\\n          isArr = isArray(array),\\n          isRight = dir < 0,\\n          arrLength = isArr ? array.length : 0,\\n          view = getView(0, arrLength, this.__views__),\\n          start = view.start,\\n          end = view.end,\\n          length = end - start,\\n          index = isRight ? end : (start - 1),\\n          iteratees = this.__iteratees__,\\n          iterLength = iteratees.length,\\n          resIndex = 0,\\n          takeCount = nativeMin(length, this.__takeCount__);\\n\\n      if (!isArr || (!isRight && arrLength == length && takeCount == length)) {\\n        return baseWrapperValue(array, this.__actions__);\\n      }\\n      var result = [];\\n\\n      outer:\\n      while (length-- && resIndex < takeCount) {\\n        index += dir;\\n\\n        var iterIndex = -1,\\n            value = array[index];\\n\\n        while (++iterIndex < iterLength) {\\n          var data = iteratees[iterIndex],\\n              iteratee = data.iteratee,\\n              type = data.type,\\n              computed = iteratee(value);\\n\\n          if (type == LAZY_MAP_FLAG) {\\n            value = computed;\\n          } else if (!computed) {\\n            if (type == LAZY_FILTER_FLAG) {\\n              continue outer;\\n            } else {\\n              break outer;\\n            }\\n          }\\n        }\\n        result[resIndex++] = value;\\n      }\\n      return result;\\n    }\\n\\n    // Ensure `LazyWrapper` is an instance of `baseLodash`.\\n    LazyWrapper.prototype = baseCreate(baseLodash.prototype);\\n    LazyWrapper.prototype.constructor = LazyWrapper;\\n\\n    /*------------------------------------------------------------------------*/\\n\\n    /**\\n     * Creates a hash object.\\n     *\\n     * @private\\n     * @constructor\\n     * @param {Array} [entries] The key-value pairs to cache.\\n     */\\n    function Hash(entries) {\\n      var index = -1,\\n          length = entries == null ? 0 : entries.length;\\n\\n      this.clear();\\n      while (++index < length) {\\n        var entry = entries[index];\\n        this.set(entry[0], entry[1]);\\n      }\\n    }\\n\\n    /**\\n     * Removes all key-value entries from the hash.\\n     *\\n     * @private\\n     * @name clear\\n     * @memberOf Hash\\n     */\\n    function hashClear() {\\n      this.__data__ = nativeCreate ? nativeCreate(null) : {};\\n      this.size = 0;\\n    }\\n\\n    /**\\n     * Removes `key` and its value from the hash.\\n     *\\n     * @private\\n     * @name delete\\n     * @memberOf Hash\\n     * @param {Object} hash The hash to modify.\\n     * @param {string} key The key of the value to remove.\\n     * @returns {boolean} Returns `true` if the entry was removed, else `false`.\\n     */\\n    function hashDelete(key) {\\n      var result = this.has(key) && delete this.__data__[key];\\n      this.size -= result ? 1 : 0;\\n      return result;\\n    }\\n\\n    /**\\n     * Gets the hash value for `key`.\\n     *\\n     * @private\\n     * @name get\\n     * @memberOf Hash\\n     * @param {string} key The key of the value to get.\\n     * @returns {*} Returns the entry value.\\n     */\\n    function hashGet(key) {\\n      var data = this.__data__;\\n      if (nativeCreate) {\\n        var result = data[key];\\n        return result === HASH_UNDEFINED ? undefined : result;\\n      }\\n      return hasOwnProperty.call(data, key) ? data[key] : undefined;\\n    }\\n\\n    /**\\n     * Checks if a hash value for `key` exists.\\n     *\\n     * @private\\n     * @name has\\n     * @memberOf Hash\\n     * @param {string} key The key of the entry to check.\\n     * @returns {boolean} Returns `true` if an entry for `key` exists, else `false`.\\n     */\\n    function hashHas(key) {\\n      var data = this.__data__;\\n      return nativeCreate ? (data[key] !== undefined) : hasOwnProperty.call(data, key);\\n    }\\n\\n    /**\\n     * Sets the hash `key` to `value`.\\n     *\\n     * @private\\n     * @name set\\n     * @memberOf Hash\\n     * @param {string} key The key of the value to set.\\n     * @param {*} value The value to set.\\n     * @returns {Object} Returns the hash instance.\\n     */\\n    function hashSet(key, value) {\\n      var data = this.__data__;\\n      this.size += this.has(key) ? 0 : 1;\\n      data[key] = (nativeCreate && value === undefined) ? HASH_UNDEFINED : value;\\n      return this;\\n    }\\n\\n    // Add methods to `Hash`.\\n    Hash.prototype.clear = hashClear;\\n    Hash.prototype['delete'] = hashDelete;\\n    Hash.prototype.get = hashGet;\\n    Hash.prototype.has = hashHas;\\n    Hash.prototype.set = hashSet;\\n\\n    /*------------------------------------------------------------------------*/\\n\\n    /**\\n     * Creates an list cache object.\\n     *\\n     * @private\\n     * @constructor\\n     * @param {Array} [entries] The key-value pairs to cache.\\n     */\\n    function ListCache(entries) {\\n      var index = -1,\\n          length = entries == null ? 0 : entries.length;\\n\\n      this.clear();\\n      while (++index < length) {\\n        var entry = entries[index];\\n        this.set(entry[0], entry[1]);\\n      }\\n    }\\n\\n    /**\\n     * Removes all key-value entries from the list cache.\\n     *\\n     * @private\\n     * @name clear\\n     * @memberOf ListCache\\n     */\\n    function listCacheClear() {\\n      this.__data__ = [];\\n      this.size = 0;\\n    }\\n\\n    /**\\n     * Removes `key` and its value from the list cache.\\n     *\\n     * @private\\n     * @name delete\\n     * @memberOf ListCache\\n     * @param {string} key The key of the value to remove.\\n     * @returns {boolean} Returns `true` if the entry was removed, else `false`.\\n     */\\n    function listCacheDelete(key) {\\n      var data = this.__data__,\\n          index = assocIndexOf(data, key);\\n\\n      if (index < 0) {\\n        return false;\\n      }\\n      var lastIndex = data.length - 1;\\n      if (index == lastIndex) {\\n        data.pop();\\n      } else {\\n        splice.call(data, index, 1);\\n      }\\n      --this.size;\\n      return true;\\n    }\\n\\n    /**\\n     * Gets the list cache value for `key`.\\n     *\\n     * @private\\n     * @name get\\n     * @memberOf ListCache\\n     * @param {string} key The key of the value to get.\\n     * @returns {*} Returns the entry value.\\n     */\\n    function listCacheGet(key) {\\n      var data = this.__data__,\\n          index = assocIndexOf(data, key);\\n\\n      return index < 0 ? undefined : data[index][1];\\n    }\\n\\n    /**\\n     * Checks if a list cache value for `key` exists.\\n     *\\n     * @private\\n     * @name has\\n     * @memberOf ListCache\\n     * @param {string} key The key of the entry to check.\\n     * @returns {boolean} Returns `true` if an entry for `key` exists, else `false`.\\n     */\\n    function listCacheHas(key) {\\n      return assocIndexOf(this.__data__, key) > -1;\\n    }\\n\\n    /**\\n     * Sets the list cache `key` to `value`.\\n     *\\n     * @private\\n     * @name set\\n     * @memberOf ListCache\\n     * @param {string} key The key of the value to set.\\n     * @param {*} value The value to set.\\n     * @returns {Object} Returns the list cache instance.\\n     */\\n    function listCacheSet(key, value) {\\n      var data = this.__data__,\\n          index = assocIndexOf(data, key);\\n\\n      if (index < 0) {\\n        ++this.size;\\n        data.push([key, value]);\\n      } else {\\n        data[index][1] = value;\\n      }\\n      return this;\\n    }\\n\\n    // Add methods to `ListCache`.\\n    ListCache.prototype.clear = listCacheClear;\\n    ListCache.prototype['delete'] = listCacheDelete;\\n    ListCache.prototype.get = listCacheGet;\\n    ListCache.prototype.has = listCacheHas;\\n    ListCache.prototype.set = listCacheSet;\\n\\n    /*------------------------------------------------------------------------*/\\n\\n    /**\\n     * Creates a map cache object to store key-value pairs.\\n     *\\n     * @private\\n     * @constructor\\n     * @param {Array} [entries] The key-value pairs to cache.\\n     */\\n    function MapCache(entries) {\\n      var index = -1,\\n          length = entries == null ? 0 : entries.length;\\n\\n      this.clear();\\n      while (++index < length) {\\n        var entry = entries[index];\\n        this.set(entry[0], entry[1]);\\n      }\\n    }\\n\\n    /**\\n     * Removes all key-value entries from the map.\\n     *\\n     * @private\\n     * @name clear\\n     * @memberOf MapCache\\n     */\\n    function mapCacheClear() {\\n      this.size = 0;\\n      this.__data__ = {\\n        'hash': new Hash,\\n        'map': new (Map || ListCache),\\n        'string': new Hash\\n      };\\n    }\\n\\n    /**\\n     * Removes `key` and its value from the map.\\n     *\\n     * @private\\n     * @name delete\\n     * @memberOf MapCache\\n     * @param {string} key The key of the value to remove.\\n     * @returns {boolean} Returns `true` if the entry was removed, else `false`.\\n     */\\n    function mapCacheDelete(key) {\\n      var result = getMapData(this, key)['delete'](key);\\n      this.size -= result ? 1 : 0;\\n      return result;\\n    }\\n\\n    /**\\n     * Gets the map value for `key`.\\n     *\\n     * @private\\n     * @name get\\n     * @memberOf MapCache\\n     * @param {string} key The key of the value to get.\\n     * @returns {*} Returns the entry value.\\n     */\\n    function mapCacheGet(key) {\\n      return getMapData(this, key).get(key);\\n    }\\n\\n    /**\\n     * Checks if a map value for `key` exists.\\n     *\\n     * @private\\n     * @name has\\n     * @memberOf MapCache\\n     * @param {string} key The key of the entry to check.\\n     * @returns {boolean} Returns `true` if an entry for `key` exists, else `false`.\\n     */\\n    function mapCacheHas(key) {\\n      return getMapData(this, key).has(key);\\n    }\\n\\n    /**\\n     * Sets the map `key` to `value`.\\n     *\\n     * @private\\n     * @name set\\n     * @memberOf MapCache\\n     * @param {string} key The key of the value to set.\\n     * @param {*} value The value to set.\\n     * @returns {Object} Returns the map cache instance.\\n     */\\n    function mapCacheSet(key, value) {\\n      var data = getMapData(this, key),\\n          size = data.size;\\n\\n      data.set(key, value);\\n      this.size += data.size == size ? 0 : 1;\\n      return this;\\n    }\\n\\n    // Add methods to `MapCache`.\\n    MapCache.prototype.clear = mapCacheClear;\\n    MapCache.prototype['delete'] = mapCacheDelete;\\n    MapCache.prototype.get = mapCacheGet;\\n    MapCache.prototype.has = mapCacheHas;\\n    MapCache.prototype.set = mapCacheSet;\\n\\n    /*------------------------------------------------------------------------*/\\n\\n    /**\\n     *\\n     * Creates an array cache object to store unique values.\\n     *\\n     * @private\\n     * @constructor\\n     * @param {Array} [values] The values to cache.\\n     */\\n    function SetCache(values) {\\n      var index = -1,\\n          length = values == null ? 0 : values.length;\\n\\n      this.__data__ = new MapCache;\\n      while (++index < length) {\\n        this.add(values[index]);\\n      }\\n    }\\n\\n    /**\\n     * Adds `value` to the array cache.\\n     *\\n     * @private\\n     * @name add\\n     * @memberOf SetCache\\n     * @alias push\\n     * @param {*} value The value to cache.\\n     * @returns {Object} Returns the cache instance.\\n     */\\n    function setCacheAdd(value) {\\n      this.__data__.set(value, HASH_UNDEFINED);\\n      return this;\\n    }\\n\\n    /**\\n     * Checks if `value` is in the array cache.\\n     *\\n     * @private\\n     * @name has\\n     * @memberOf SetCache\\n     * @param {*} value The value to search for.\\n     * @returns {number} Returns `true` if `value` is found, else `false`.\\n     */\\n    function setCacheHas(value) {\\n      return this.__data__.has(value);\\n    }\\n\\n    // Add methods to `SetCache`.\\n    SetCache.prototype.add = SetCache.prototype.push = setCacheAdd;\\n    SetCache.prototype.has = setCacheHas;\\n\\n    /*------------------------------------------------------------------------*/\\n\\n    /**\\n     * Creates a stack cache object to store key-value pairs.\\n     *\\n     * @private\\n     * @constructor\\n     * @param {Array} [entries] The key-value pairs to cache.\\n     */\\n    function Stack(entries) {\\n      var data = this.__data__ = new ListCache(entries);\\n      this.size = data.size;\\n    }\\n\\n    /**\\n     * Removes all key-value entries from the stack.\\n     *\\n     * @private\\n     * @name clear\\n     * @memberOf Stack\\n     */\\n    function stackClear() {\\n      this.__data__ = new ListCache;\\n      this.size = 0;\\n    }\\n\\n    /**\\n     * Removes `key` and its value from the stack.\\n     *\\n     * @private\\n     * @name delete\\n     * @memberOf Stack\\n     * @param {string} key The key of the value to remove.\\n     * @returns {boolean} Returns `true` if the entry was removed, else `false`.\\n     */\\n    function stackDelete(key) {\\n      var data = this.__data__,\\n          result = data['delete'](key);\\n\\n      this.size = data.size;\\n      return result;\\n    }\\n\\n    /**\\n     * Gets the stack value for `key`.\\n     *\\n     * @private\\n     * @name get\\n     * @memberOf Stack\\n     * @param {string} key The key of the value to get.\\n     * @returns {*} Returns the entry value.\\n     */\\n    function stackGet(key) {\\n      return this.__data__.get(key);\\n    }\\n\\n    /**\\n     * Checks if a stack value for `key` exists.\\n     *\\n     * @private\\n     * @name has\\n     * @memberOf Stack\\n     * @param {string} key The key of the entry to check.\\n     * @returns {boolean} Returns `true` if an entry for `key` exists, else `false`.\\n     */\\n    function stackHas(key) {\\n      return this.__data__.has(key);\\n    }\\n\\n    /**\\n     * Sets the stack `key` to `value`.\\n     *\\n     * @private\\n     * @name set\\n     * @memberOf Stack\\n     * @param {string} key The key of the value to set.\\n     * @param {*} value The value to set.\\n     * @returns {Object} Returns the stack cache instance.\\n     */\\n    function stackSet(key, value) {\\n      var data = this.__data__;\\n      if (data instanceof ListCache) {\\n        var pairs = data.__data__;\\n        if (!Map || (pairs.length < LARGE_ARRAY_SIZE - 1)) {\\n          pairs.push([key, value]);\\n          this.size = ++data.size;\\n          return this;\\n        }\\n        data = this.__data__ = new MapCache(pairs);\\n      }\\n      data.set(key, value);\\n      this.size = data.size;\\n      return this;\\n    }\\n\\n    // Add methods to `Stack`.\\n    Stack.prototype.clear = stackClear;\\n    Stack.prototype['delete'] = stackDelete;\\n    Stack.prototype.get = stackGet;\\n    Stack.prototype.has = stackHas;\\n    Stack.prototype.set = stackSet;\\n\\n    /*------------------------------------------------------------------------*/\\n\\n    /**\\n     * Creates an array of the enumerable property names of the array-like `value`.\\n     *\\n     * @private\\n     * @param {*} value The value to query.\\n     * @param {boolean} inherited Specify returning inherited property names.\\n     * @returns {Array} Returns the array of property names.\\n     */\\n    function arrayLikeKeys(value, inherited) {\\n      var isArr = isArray(value),\\n          isArg = !isArr && isArguments(value),\\n          isBuff = !isArr && !isArg && isBuffer(value),\\n          isType = !isArr && !isArg && !isBuff && isTypedArray(value),\\n          skipIndexes = isArr || isArg || isBuff || isType,\\n          result = skipIndexes ? baseTimes(value.length, String) : [],\\n          length = result.length;\\n\\n      for (var key in value) {\\n        if ((inherited || hasOwnProperty.call(value, key)) &&\\n            !(skipIndexes && (\\n               // Safari 9 has enumerable `arguments.length` in strict mode.\\n               key == 'length' ||\\n               // Node.js 0.10 has enumerable non-index properties on buffers.\\n               (isBuff && (key == 'offset' || key == 'parent')) ||\\n               // PhantomJS 2 has enumerable non-index properties on typed arrays.\\n               (isType && (key == 'buffer' || key == 'byteLength' || key == 'byteOffset')) ||\\n               // Skip index properties.\\n               isIndex(key, length)\\n            ))) {\\n          result.push(key);\\n        }\\n      }\\n      return result;\\n    }\\n\\n    /**\\n     * A specialized version of `_.sample` for arrays.\\n     *\\n     * @private\\n     * @param {Array} array The array to sample.\\n     * @returns {*} Returns the random element.\\n     */\\n    function arraySample(array) {\\n      var length = array.length;\\n      return length ? array[baseRandom(0, length - 1)] : undefined;\\n    }\\n\\n    /**\\n     * A specialized version of `_.sampleSize` for arrays.\\n     *\\n     * @private\\n     * @param {Array} array The array to sample.\\n     * @param {number} n The number of elements to sample.\\n     * @returns {Array} Returns the random elements.\\n     */\\n    function arraySampleSize(array, n) {\\n      return shuffleSelf(copyArray(array), baseClamp(n, 0, array.length));\\n    }\\n\\n    /**\\n     * A specialized version of `_.shuffle` for arrays.\\n     *\\n     * @private\\n     * @param {Array} array The array to shuffle.\\n     * @returns {Array} Returns the new shuffled array.\\n     */\\n    function arrayShuffle(array) {\\n      return shuffleSelf(copyArray(array));\\n    }\\n\\n    /**\\n     * This function is like `assignValue` except that it doesn't assign\\n     * `undefined` values.\\n     *\\n     * @private\\n     * @param {Object} object The object to modify.\\n     * @param {string} key The key of the property to assign.\\n     * @param {*} value The value to assign.\\n     */\\n    function assignMergeValue(object, key, value) {\\n      if ((value !== undefined && !eq(object[key], value)) ||\\n          (value === undefined && !(key in object))) {\\n        baseAssignValue(object, key, value);\\n      }\\n    }\\n\\n    /**\\n     * Assigns `value` to `key` of `object` if the existing value is not equivalent\\n     * using [`SameValueZero`](http://ecma-international.org/ecma-262/7.0/#sec-samevaluezero)\\n     * for equality comparisons.\\n     *\\n     * @private\\n     * @param {Object} object The object to modify.\\n     * @param {string} key The key of the property to assign.\\n     * @param {*} value The value to assign.\\n     */\\n    function assignValue(object, key, value) {\\n      var objValue = object[key];\\n      if (!(hasOwnProperty.call(object, key) && eq(objValue, value)) ||\\n          (value === undefined && !(key in object))) {\\n        baseAssignValue(object, key, value);\\n      }\\n    }\\n\\n    /**\\n     * Gets the index at which the `key` is found in `array` of key-value pairs.\\n     *\\n     * @private\\n     * @param {Array} array The array to inspect.\\n     * @param {*} key The key to search for.\\n     * @returns {number} Returns the index of the matched value, else `-1`.\\n     */\\n    function assocIndexOf(array, key) {\\n      var length = array.length;\\n      while (length--) {\\n        if (eq(array[length][0], key)) {\\n          return length;\\n        }\\n      }\\n      return -1;\\n    }\\n\\n    /**\\n     * Aggregates elements of `collection` on `accumulator` with keys transformed\\n     * by `iteratee` and values set by `setter`.\\n     *\\n     * @private\\n     * @param {Array|Object} collection The collection to iterate over.\\n     * @param {Function} setter The function to set `accumulator` values.\\n     * @param {Function} iteratee The iteratee to transform keys.\\n     * @param {Object} accumulator The initial aggregated object.\\n     * @returns {Function} Returns `accumulator`.\\n     */\\n    function baseAggregator(collection, setter, iteratee, accumulator) {\\n      baseEach(collection, function(value, key, collection) {\\n        setter(accumulator, value, iteratee(value), collection);\\n      });\\n      return accumulator;\\n    }\\n\\n    /**\\n     * The base implementation of `_.assign` without support for multiple sources\\n     * or `customizer` functions.\\n     *\\n     * @private\\n     * @param {Object} object The destination object.\\n     * @param {Object} source The source object.\\n     * @returns {Object} Returns `object`.\\n     */\\n    function baseAssign(object, source) {\\n      return object && copyObject(source, keys(source), object);\\n    }\\n\\n    /**\\n     * The base implementation of `_.assignIn` without support for multiple sources\\n     * or `customizer` functions.\\n     *\\n     * @private\\n     * @param {Object} object The destination object.\\n     * @param {Object} source The source object.\\n     * @returns {Object} Returns `object`.\\n     */\\n    function baseAssignIn(object, source) {\\n      return object && copyObject(source, keysIn(source), object);\\n    }\\n\\n    /**\\n     * The base implementation of `assignValue` and `assignMergeValue` without\\n     * value checks.\\n     *\\n     * @private\\n     * @param {Object} object The object to modify.\\n     * @param {string} key The key of the property to assign.\\n     * @param {*} value The value to assign.\\n     */\\n    function baseAssignValue(object, key, value) {\\n      if (key == '__proto__' && defineProperty) {\\n        defineProperty(object, key, {\\n          'configurable': true,\\n          'enumerable': true,\\n          'value': value,\\n          'writable': true\\n        });\\n      } else {\\n        object[key] = value;\\n      }\\n    }\\n\\n    /**\\n     * The base implementation of `_.at` without support for individual paths.\\n     *\\n     * @private\\n     * @param {Object} object The object to iterate over.\\n     * @param {string[]} paths The property paths to pick.\\n     * @returns {Array} Returns the picked elements.\\n     */\\n    function baseAt(object, paths) {\\n      var index = -1,\\n          length = paths.length,\\n          result = Array(length),\\n          skip = object == null;\\n\\n      while (++index < length) {\\n        result[index] = skip ? undefined : get(object, paths[index]);\\n      }\\n      return result;\\n    }\\n\\n    /**\\n     * The base implementation of `_.clamp` which doesn't coerce arguments.\\n     *\\n     * @private\\n     * @param {number} number The number to clamp.\\n     * @param {number} [lower] The lower bound.\\n     * @param {number} upper The upper bound.\\n     * @returns {number} Returns the clamped number.\\n     */\\n    function baseClamp(number, lower, upper) {\\n      if (number === number) {\\n        if (upper !== undefined) {\\n          number = number <= upper ? number : upper;\\n        }\\n        if (lower !== undefined) {\\n          number = number >= lower ? number : lower;\\n        }\\n      }\\n      return number;\\n    }\\n\\n    /**\\n     * The base implementation of `_.clone` and `_.cloneDeep` which tracks\\n     * traversed objects.\\n     *\\n     * @private\\n     * @param {*} value The value to clone.\\n     * @param {boolean} bitmask The bitmask flags.\\n     *  1 - Deep clone\\n     *  2 - Flatten inherited properties\\n     *  4 - Clone symbols\\n     * @param {Function} [customizer] The function to customize cloning.\\n     * @param {string} [key] The key of `value`.\\n     * @param {Object} [object] The parent object of `value`.\\n     * @param {Object} [stack] Tracks traversed objects and their clone counterparts.\\n     * @returns {*} Returns the cloned value.\\n     */\\n    function baseClone(value, bitmask, customizer, key, object, stack) {\\n      var result,\\n          isDeep = bitmask & CLONE_DEEP_FLAG,\\n          isFlat = bitmask & CLONE_FLAT_FLAG,\\n          isFull = bitmask & CLONE_SYMBOLS_FLAG;\\n\\n      if (customizer) {\\n        result = object ? customizer(value, key, object, stack) : customizer(value);\\n      }\\n      if (result !== undefined) {\\n        return result;\\n      }\\n      if (!isObject(value)) {\\n        return value;\\n      }\\n      var isArr = isArray(value);\\n      if (isArr) {\\n        result = initCloneArray(value);\\n        if (!isDeep) {\\n          return copyArray(value, result);\\n        }\\n      } else {\\n        var tag = getTag(value),\\n            isFunc = tag == funcTag || tag == genTag;\\n\\n        if (isBuffer(value)) {\\n          return cloneBuffer(value, isDeep);\\n        }\\n        if (tag == objectTag || tag == argsTag || (isFunc && !object)) {\\n          result = (isFlat || isFunc) ? {} : initCloneObject(value);\\n          if (!isDeep) {\\n            return isFlat\\n              ? copySymbolsIn(value, baseAssignIn(result, value))\\n              : copySymbols(value, baseAssign(result, value));\\n          }\\n        } else {\\n          if (!cloneableTags[tag]) {\\n            return object ? value : {};\\n          }\\n          result = initCloneByTag(value, tag, isDeep);\\n        }\\n      }\\n      // Check for circular references and return its corresponding clone.\\n      stack || (stack = new Stack);\\n      var stacked = stack.get(value);\\n      if (stacked) {\\n        return stacked;\\n      }\\n      stack.set(value, result);\\n\\n      if (isSet(value)) {\\n        value.forEach(function(subValue) {\\n          result.add(baseClone(subValue, bitmask, customizer, subValue, value, stack));\\n        });\\n\\n        return result;\\n      }\\n\\n      if (isMap(value)) {\\n        value.forEach(function(subValue, key) {\\n          result.set(key, baseClone(subValue, bitmask, customizer, key, value, stack));\\n        });\\n\\n        return result;\\n      }\\n\\n      var keysFunc = isFull\\n        ? (isFlat ? getAllKeysIn : getAllKeys)\\n        : (isFlat ? keysIn : keys);\\n\\n      var props = isArr ? undefined : keysFunc(value);\\n      arrayEach(props || value, function(subValue, key) {\\n        if (props) {\\n          key = subValue;\\n          subValue = value[key];\\n        }\\n        // Recursively populate clone (susceptible to call stack limits).\\n        assignValue(result, key, baseClone(subValue, bitmask, customizer, key, value, stack));\\n      });\\n      return result;\\n    }\\n\\n    /**\\n     * The base implementation of `_.conforms` which doesn't clone `source`.\\n     *\\n     * @private\\n     * @param {Object} source The object of property predicates to conform to.\\n     * @returns {Function} Returns the new spec function.\\n     */\\n    function baseConforms(source) {\\n      var props = keys(source);\\n      return function(object) {\\n        return baseConformsTo(object, source, props);\\n      };\\n    }\\n\\n    /**\\n     * The base implementation of `_.conformsTo` which accepts `props` to check.\\n     *\\n     * @private\\n     * @param {Object} object The object to inspect.\\n     * @param {Object} source The object of property predicates to conform to.\\n     * @returns {boolean} Returns `true` if `object` conforms, else `false`.\\n     */\\n    function baseConformsTo(object, source, props) {\\n      var length = props.length;\\n      if (object == null) {\\n        return !length;\\n      }\\n      object = Object(object);\\n      while (length--) {\\n        var key = props[length],\\n            predicate = source[key],\\n            value = object[key];\\n\\n        if ((value === undefined && !(key in object)) || !predicate(value)) {\\n          return false;\\n        }\\n      }\\n      return true;\\n    }\\n\\n    /**\\n     * The base implementation of `_.delay` and `_.defer` which accepts `args`\\n     * to provide to `func`.\\n     *\\n     * @private\\n     * @param {Function} func The function to delay.\\n     * @param {number} wait The number of milliseconds to delay invocation.\\n     * @param {Array} args The arguments to provide to `func`.\\n     * @returns {number|Object} Returns the timer id or timeout object.\\n     */\\n    function baseDelay(func, wait, args) {\\n      if (typeof func != 'function') {\\n        throw new TypeError(FUNC_ERROR_TEXT);\\n      }\\n      return setTimeout(function() { func.apply(undefined, args); }, wait);\\n    }\\n\\n    /**\\n     * The base implementation of methods like `_.difference` without support\\n     * for excluding multiple arrays or iteratee shorthands.\\n     *\\n     * @private\\n     * @param {Array} array The array to inspect.\\n     * @param {Array} values The values to exclude.\\n     * @param {Function} [iteratee] The iteratee invoked per element.\\n     * @param {Function} [comparator] The comparator invoked per element.\\n     * @returns {Array} Returns the new array of filtered values.\\n     */\\n    function baseDifference(array, values, iteratee, comparator) {\\n      var index = -1,\\n          includes = arrayIncludes,\\n          isCommon = true,\\n          length = array.length,\\n          result = [],\\n          valuesLength = values.length;\\n\\n      if (!length) {\\n        return result;\\n      }\\n      if (iteratee) {\\n        values = arrayMap(values, baseUnary(iteratee));\\n      }\\n      if (comparator) {\\n        includes = arrayIncludesWith;\\n        isCommon = false;\\n      }\\n      else if (values.length >= LARGE_ARRAY_SIZE) {\\n        includes = cacheHas;\\n        isCommon = false;\\n        values = new SetCache(values);\\n      }\\n      outer:\\n      while (++index < length) {\\n        var value = array[index],\\n            computed = iteratee == null ? value : iteratee(value);\\n\\n        value = (comparator || value !== 0) ? value : 0;\\n        if (isCommon && computed === computed) {\\n          var valuesIndex = valuesLength;\\n          while (valuesIndex--) {\\n            if (values[valuesIndex] === computed) {\\n              continue outer;\\n            }\\n          }\\n          result.push(value);\\n        }\\n        else if (!includes(values, computed, comparator)) {\\n          result.push(value);\\n        }\\n      }\\n      return result;\\n    }\\n\\n    /**\\n     * The base implementation of `_.forEach` without support for iteratee shorthands.\\n     *\\n     * @private\\n     * @param {Array|Object} collection The collection to iterate over.\\n     * @param {Function} iteratee The function invoked per iteration.\\n     * @returns {Array|Object} Returns `collection`.\\n     */\\n    var baseEach = createBaseEach(baseForOwn);\\n\\n    /**\\n     * The base implementation of `_.forEachRight` without support for iteratee shorthands.\\n     *\\n     * @private\\n     * @param {Array|Object} collection The collection to iterate over.\\n     * @param {Function} iteratee The function invoked per iteration.\\n     * @returns {Array|Object} Returns `collection`.\\n     */\\n    var baseEachRight = createBaseEach(baseForOwnRight, true);\\n\\n    /**\\n     * The base implementation of `_.every` without support for iteratee shorthands.\\n     *\\n     * @private\\n     * @param {Array|Object} collection The collection to iterate over.\\n     * @param {Function} predicate The function invoked per iteration.\\n     * @returns {boolean} Returns `true` if all elements pass the predicate check,\\n     *  else `false`\\n     */\\n    function baseEvery(collection, predicate) {\\n      var result = true;\\n      baseEach(collection, function(value, index, collection) {\\n        result = !!predicate(value, index, collection);\\n        return result;\\n      });\\n      return result;\\n    }\\n\\n    /**\\n     * The base implementation of methods like `_.max` and `_.min` which accepts a\\n     * `comparator` to determine the extremum value.\\n     *\\n     * @private\\n     * @param {Array} array The array to iterate over.\\n     * @param {Function} iteratee The iteratee invoked per iteration.\\n     * @param {Function} comparator The comparator used to compare values.\\n     * @returns {*} Returns the extremum value.\\n     */\\n    function baseExtremum(array, iteratee, comparator) {\\n      var index = -1,\\n          length = array.length;\\n\\n      while (++index < length) {\\n        var value = array[index],\\n            current = iteratee(value);\\n\\n        if (current != null && (computed === undefined\\n              ? (current === current && !isSymbol(current))\\n              : comparator(current, computed)\\n            )) {\\n          var computed = current,\\n              result = value;\\n        }\\n      }\\n      return result;\\n    }\\n\\n    /**\\n     * The base implementation of `_.fill` without an iteratee call guard.\\n     *\\n     * @private\\n     * @param {Array} array The array to fill.\\n     * @param {*} value The value to fill `array` with.\\n     * @param {number} [start=0] The start position.\\n     * @param {number} [end=array.length] The end position.\\n     * @returns {Array} Returns `array`.\\n     */\\n    function baseFill(array, value, start, end) {\\n      var length = array.length;\\n\\n      start = toInteger(start);\\n      if (start < 0) {\\n        start = -start > length ? 0 : (length + start);\\n      }\\n      end = (end === undefined || end > length) ? length : toInteger(end);\\n      if (end < 0) {\\n        end += length;\\n      }\\n      end = start > end ? 0 : toLength(end);\\n      while (start < end) {\\n        array[start++] = value;\\n      }\\n      return array;\\n    }\\n\\n    /**\\n     * The base implementation of `_.filter` without support for iteratee shorthands.\\n     *\\n     * @private\\n     * @param {Array|Object} collection The collection to iterate over.\\n     * @param {Function} predicate The function invoked per iteration.\\n     * @returns {Array} Returns the new filtered array.\\n     */\\n    function baseFilter(collection, predicate) {\\n      var result = [];\\n      baseEach(collection, function(value, index, collection) {\\n        if (predicate(value, index, collection)) {\\n          result.push(value);\\n        }\\n      });\\n      return result;\\n    }\\n\\n    /**\\n     * The base implementation of `_.flatten` with support for restricting flattening.\\n     *\\n     * @private\\n     * @param {Array} array The array to flatten.\\n     * @param {number} depth The maximum recursion depth.\\n     * @param {boolean} [predicate=isFlattenable] The function invoked per iteration.\\n     * @param {boolean} [isStrict] Restrict to values that pass `predicate` checks.\\n     * @param {Array} [result=[]] The initial result value.\\n     * @returns {Array} Returns the new flattened array.\\n     */\\n    function baseFlatten(array, depth, predicate, isStrict, result) {\\n      var index = -1,\\n          length = array.length;\\n\\n      predicate || (predicate = isFlattenable);\\n      result || (result = []);\\n\\n      while (++index < length) {\\n        var value = array[index];\\n        if (depth > 0 && predicate(value)) {\\n          if (depth > 1) {\\n            // Recursively flatten arrays (susceptible to call stack limits).\\n            baseFlatten(value, depth - 1, predicate, isStrict, result);\\n          } else {\\n            arrayPush(result, value);\\n          }\\n        } else if (!isStrict) {\\n          result[result.length] = value;\\n        }\\n      }\\n      return result;\\n    }\\n\\n    /**\\n     * The base implementation of `baseForOwn` which iterates over `object`\\n     * properties returned by `keysFunc` and invokes `iteratee` for each property.\\n     * Iteratee functions may exit iteration early by explicitly returning `false`.\\n     *\\n     * @private\\n     * @param {Object} object The object to iterate over.\\n     * @param {Function} iteratee The function invoked per iteration.\\n     * @param {Function} keysFunc The function to get the keys of `object`.\\n     * @returns {Object} Returns `object`.\\n     */\\n    var baseFor = createBaseFor();\\n\\n    /**\\n     * This function is like `baseFor` except that it iterates over properties\\n     * in the opposite order.\\n     *\\n     * @private\\n     * @param {Object} object The object to iterate over.\\n     * @param {Function} iteratee The function invoked per iteration.\\n     * @param {Function} keysFunc The function to get the keys of `object`.\\n     * @returns {Object} Returns `object`.\\n     */\\n    var baseForRight = createBaseFor(true);\\n\\n    /**\\n     * The base implementation of `_.forOwn` without support for iteratee shorthands.\\n     *\\n     * @private\\n     * @param {Object} object The object to iterate over.\\n     * @param {Function} iteratee The function invoked per iteration.\\n     * @returns {Object} Returns `object`.\\n     */\\n    function baseForOwn(object, iteratee) {\\n      return object && baseFor(object, iteratee, keys);\\n    }\\n\\n    /**\\n     * The base implementation of `_.forOwnRight` without support for iteratee shorthands.\\n     *\\n     * @private\\n     * @param {Object} object The object to iterate over.\\n     * @param {Function} iteratee The function invoked per iteration.\\n     * @returns {Object} Returns `object`.\\n     */\\n    function baseForOwnRight(object, iteratee) {\\n      return object && baseForRight(object, iteratee, keys);\\n    }\\n\\n    /**\\n     * The base implementation of `_.functions` which creates an array of\\n     * `object` function property names filtered from `props`.\\n     *\\n     * @private\\n     * @param {Object} object The object to inspect.\\n     * @param {Array} props The property names to filter.\\n     * @returns {Array} Returns the function names.\\n     */\\n    function baseFunctions(object, props) {\\n      return arrayFilter(props, function(key) {\\n        return isFunction(object[key]);\\n      });\\n    }\\n\\n    /**\\n     * The base implementation of `_.get` without support for default values.\\n     *\\n     * @private\\n     * @param {Object} object The object to query.\\n     * @param {Array|string} path The path of the property to get.\\n     * @returns {*} Returns the resolved value.\\n     */\\n    function baseGet(object, path) {\\n      path = castPath(path, object);\\n\\n      var index = 0,\\n          length = path.length;\\n\\n      while (object != null && index < length) {\\n        object = object[toKey(path[index++])];\\n      }\\n      return (index && index == length) ? object : undefined;\\n    }\\n\\n    /**\\n     * The base implementation of `getAllKeys` and `getAllKeysIn` which uses\\n     * `keysFunc` and `symbolsFunc` to get the enumerable property names and\\n     * symbols of `object`.\\n     *\\n     * @private\\n     * @param {Object} object The object to query.\\n     * @param {Function} keysFunc The function to get the keys of `object`.\\n     * @param {Function} symbolsFunc The function to get the symbols of `object`.\\n     * @returns {Array} Returns the array of property names and symbols.\\n     */\\n    function baseGetAllKeys(object, keysFunc, symbolsFunc) {\\n      var result = keysFunc(object);\\n      return isArray(object) ? result : arrayPush(result, symbolsFunc(object));\\n    }\\n\\n    /**\\n     * The base implementation of `getTag` without fallbacks for buggy environments.\\n     *\\n     * @private\\n     * @param {*} value The value to query.\\n     * @returns {string} Returns the `toStringTag`.\\n     */\\n    function baseGetTag(value) {\\n      if (value == null) {\\n        return value === undefined ? undefinedTag : nullTag;\\n      }\\n      return (symToStringTag && symToStringTag in Object(value))\\n        ? getRawTag(value)\\n        : objectToString(value);\\n    }\\n\\n    /**\\n     * The base implementation of `_.gt` which doesn't coerce arguments.\\n     *\\n     * @private\\n     * @param {*} value The value to compare.\\n     * @param {*} other The other value to compare.\\n     * @returns {boolean} Returns `true` if `value` is greater than `other`,\\n     *  else `false`.\\n     */\\n    function baseGt(value, other) {\\n      return value > other;\\n    }\\n\\n    /**\\n     * The base implementation of `_.has` without support for deep paths.\\n     *\\n     * @private\\n     * @param {Object} [object] The object to query.\\n     * @param {Array|string} key The key to check.\\n     * @returns {boolean} Returns `true` if `key` exists, else `false`.\\n     */\\n    function baseHas(object, key) {\\n      return object != null && hasOwnProperty.call(object, key);\\n    }\\n\\n    /**\\n     * The base implementation of `_.hasIn` without support for deep paths.\\n     *\\n     * @private\\n     * @param {Object} [object] The object to query.\\n     * @param {Array|string} key The key to check.\\n     * @returns {boolean} Returns `true` if `key` exists, else `false`.\\n     */\\n    function baseHasIn(object, key) {\\n      return object != null && key in Object(object);\\n    }\\n\\n    /**\\n     * The base implementation of `_.inRange` which doesn't coerce arguments.\\n     *\\n     * @private\\n     * @param {number} number The number to check.\\n     * @param {number} start The start of the range.\\n     * @param {number} end The end of the range.\\n     * @returns {boolean} Returns `true` if `number` is in the range, else `false`.\\n     */\\n    function baseInRange(number, start, end) {\\n      return number >= nativeMin(start, end) && number < nativeMax(start, end);\\n    }\\n\\n    /**\\n     * The base implementation of methods like `_.intersection`, without support\\n     * for iteratee shorthands, that accepts an array of arrays to inspect.\\n     *\\n     * @private\\n     * @param {Array} arrays The arrays to inspect.\\n     * @param {Function} [iteratee] The iteratee invoked per element.\\n     * @param {Function} [comparator] The comparator invoked per element.\\n     * @returns {Array} Returns the new array of shared values.\\n     */\\n    function baseIntersection(arrays, iteratee, comparator) {\\n      var includes = comparator ? arrayIncludesWith : arrayIncludes,\\n          length = arrays[0].length,\\n          othLength = arrays.length,\\n          othIndex = othLength,\\n          caches = Array(othLength),\\n          maxLength = Infinity,\\n          result = [];\\n\\n      while (othIndex--) {\\n        var array = arrays[othIndex];\\n        if (othIndex && iteratee) {\\n          array = arrayMap(array, baseUnary(iteratee));\\n        }\\n        maxLength = nativeMin(array.length, maxLength);\\n        caches[othIndex] = !comparator && (iteratee || (length >= 120 && array.length >= 120))\\n          ? new SetCache(othIndex && array)\\n          : undefined;\\n      }\\n      array = arrays[0];\\n\\n      var index = -1,\\n          seen = caches[0];\\n\\n      outer:\\n      while (++index < length && result.length < maxLength) {\\n        var value = array[index],\\n            computed = iteratee ? iteratee(value) : value;\\n\\n        value = (comparator || value !== 0) ? value : 0;\\n        if (!(seen\\n              ? cacheHas(seen, computed)\\n              : includes(result, computed, comparator)\\n            )) {\\n          othIndex = othLength;\\n          while (--othIndex) {\\n            var cache = caches[othIndex];\\n            if (!(cache\\n                  ? cacheHas(cache, computed)\\n                  : includes(arrays[othIndex], computed, comparator))\\n                ) {\\n              continue outer;\\n            }\\n          }\\n          if (seen) {\\n            seen.push(computed);\\n          }\\n          result.push(value);\\n        }\\n      }\\n      return result;\\n    }\\n\\n    /**\\n     * The base implementation of `_.invert` and `_.invertBy` which inverts\\n     * `object` with values transformed by `iteratee` and set by `setter`.\\n     *\\n     * @private\\n     * @param {Object} object The object to iterate over.\\n     * @param {Function} setter The function to set `accumulator` values.\\n     * @param {Function} iteratee The iteratee to transform values.\\n     * @param {Object} accumulator The initial inverted object.\\n     * @returns {Function} Returns `accumulator`.\\n     */\\n    function baseInverter(object, setter, iteratee, accumulator) {\\n      baseForOwn(object, function(value, key, object) {\\n        setter(accumulator, iteratee(value), key, object);\\n      });\\n      return accumulator;\\n    }\\n\\n    /**\\n     * The base implementation of `_.invoke` without support for individual\\n     * method arguments.\\n     *\\n     * @private\\n     * @param {Object} object The object to query.\\n     * @param {Array|string} path The path of the method to invoke.\\n     * @param {Array} args The arguments to invoke the method with.\\n     * @returns {*} Returns the result of the invoked method.\\n     */\\n    function baseInvoke(object, path, args) {\\n      path = castPath(path, object);\\n      object = parent(object, path);\\n      var func = object == null ? object : object[toKey(last(path))];\\n      return func == null ? undefined : apply(func, object, args);\\n    }\\n\\n    /**\\n     * The base implementation of `_.isArguments`.\\n     *\\n     * @private\\n     * @param {*} value The value to check.\\n     * @returns {boolean} Returns `true` if `value` is an `arguments` object,\\n     */\\n    function baseIsArguments(value) {\\n      return isObjectLike(value) && baseGetTag(value) == argsTag;\\n    }\\n\\n    /**\\n     * The base implementation of `_.isArrayBuffer` without Node.js optimizations.\\n     *\\n     * @private\\n     * @param {*} value The value to check.\\n     * @returns {boolean} Returns `true` if `value` is an array buffer, else `false`.\\n     */\\n    function baseIsArrayBuffer(value) {\\n      return isObjectLike(value) && baseGetTag(value) == arrayBufferTag;\\n    }\\n\\n    /**\\n     * The base implementation of `_.isDate` without Node.js optimizations.\\n     *\\n     * @private\\n     * @param {*} value The value to check.\\n     * @returns {boolean} Returns `true` if `value` is a date object, else `false`.\\n     */\\n    function baseIsDate(value) {\\n      return isObjectLike(value) && baseGetTag(value) == dateTag;\\n    }\\n\\n    /**\\n     * The base implementation of `_.isEqual` which supports partial comparisons\\n     * and tracks traversed objects.\\n     *\\n     * @private\\n     * @param {*} value The value to compare.\\n     * @param {*} other The other value to compare.\\n     * @param {boolean} bitmask The bitmask flags.\\n     *  1 - Unordered comparison\\n     *  2 - Partial comparison\\n     * @param {Function} [customizer] The function to customize comparisons.\\n     * @param {Object} [stack] Tracks traversed `value` and `other` objects.\\n     * @returns {boolean} Returns `true` if the values are equivalent, else `false`.\\n     */\\n    function baseIsEqual(value, other, bitmask, customizer, stack) {\\n      if (value === other) {\\n        return true;\\n      }\\n      if (value == null || other == null || (!isObjectLike(value) && !isObjectLike(other))) {\\n        return value !== value && other !== other;\\n      }\\n      return baseIsEqualDeep(value, other, bitmask, customizer, baseIsEqual, stack);\\n    }\\n\\n    /**\\n     * A specialized version of `baseIsEqual` for arrays and objects which performs\\n     * deep comparisons and tracks traversed objects enabling objects with circular\\n     * references to be compared.\\n     *\\n     * @private\\n     * @param {Object} object The object to compare.\\n     * @param {Object} other The other object to compare.\\n     * @param {number} bitmask The bitmask flags. See `baseIsEqual` for more details.\\n     * @param {Function} customizer The function to customize comparisons.\\n     * @param {Function} equalFunc The function to determine equivalents of values.\\n     * @param {Object} [stack] Tracks traversed `object` and `other` objects.\\n     * @returns {boolean} Returns `true` if the objects are equivalent, else `false`.\\n     */\\n    function baseIsEqualDeep(object, other, bitmask, customizer, equalFunc, stack) {\\n      var objIsArr = isArray(object),\\n          othIsArr = isArray(other),\\n          objTag = objIsArr ? arrayTag : getTag(object),\\n          othTag = othIsArr ? arrayTag : getTag(other);\\n\\n      objTag = objTag == argsTag ? objectTag : objTag;\\n      othTag = othTag == argsTag ? objectTag : othTag;\\n\\n      var objIsObj = objTag == objectTag,\\n          othIsObj = othTag == objectTag,\\n          isSameTag = objTag == othTag;\\n\\n      if (isSameTag && isBuffer(object)) {\\n        if (!isBuffer(other)) {\\n          return false;\\n        }\\n        objIsArr = true;\\n        objIsObj = false;\\n      }\\n      if (isSameTag && !objIsObj) {\\n        stack || (stack = new Stack);\\n        return (objIsArr || isTypedArray(object))\\n          ? equalArrays(object, other, bitmask, customizer, equalFunc, stack)\\n          : equalByTag(object, other, objTag, bitmask, customizer, equalFunc, stack);\\n      }\\n      if (!(bitmask & COMPARE_PARTIAL_FLAG)) {\\n        var objIsWrapped = objIsObj && hasOwnProperty.call(object, '__wrapped__'),\\n            othIsWrapped = othIsObj && hasOwnProperty.call(other, '__wrapped__');\\n\\n        if (objIsWrapped || othIsWrapped) {\\n          var objUnwrapped = objIsWrapped ? object.value() : object,\\n              othUnwrapped = othIsWrapped ? other.value() : other;\\n\\n          stack || (stack = new Stack);\\n          return equalFunc(objUnwrapped, othUnwrapped, bitmask, customizer, stack);\\n        }\\n      }\\n      if (!isSameTag) {\\n        return false;\\n      }\\n      stack || (stack = new Stack);\\n      return equalObjects(object, other, bitmask, customizer, equalFunc, stack);\\n    }\\n\\n    /**\\n     * The base implementation of `_.isMap` without Node.js optimizations.\\n     *\\n     * @private\\n     * @param {*} value The value to check.\\n     * @returns {boolean} Returns `true` if `value` is a map, else `false`.\\n     */\\n    function baseIsMap(value) {\\n      return isObjectLike(value) && getTag(value) == mapTag;\\n    }\\n\\n    /**\\n     * The base implementation of `_.isMatch` without support for iteratee shorthands.\\n     *\\n     * @private\\n     * @param {Object} object The object to inspect.\\n     * @param {Object} source The object of property values to match.\\n     * @param {Array} matchData The property names, values, and compare flags to match.\\n     * @param {Function} [customizer] The function to customize comparisons.\\n     * @returns {boolean} Returns `true` if `object` is a match, else `false`.\\n     */\\n    function baseIsMatch(object, source, matchData, customizer) {\\n      var index = matchData.length,\\n          length = index,\\n          noCustomizer = !customizer;\\n\\n      if (object == null) {\\n        return !length;\\n      }\\n      object = Object(object);\\n      while (index--) {\\n        var data = matchData[index];\\n        if ((noCustomizer && data[2])\\n              ? data[1] !== object[data[0]]\\n              : !(data[0] in object)\\n            ) {\\n          return false;\\n        }\\n      }\\n      while (++index < length) {\\n        data = matchData[index];\\n        var key = data[0],\\n            objValue = object[key],\\n            srcValue = data[1];\\n\\n        if (noCustomizer && data[2]) {\\n          if (objValue === undefined && !(key in object)) {\\n            return false;\\n          }\\n        } else {\\n          var stack = new Stack;\\n          if (customizer) {\\n            var result = customizer(objValue, srcValue, key, object, source, stack);\\n          }\\n          if (!(result === undefined\\n                ? baseIsEqual(srcValue, objValue, COMPARE_PARTIAL_FLAG | COMPARE_UNORDERED_FLAG, customizer, stack)\\n                : result\\n              )) {\\n            return false;\\n          }\\n        }\\n      }\\n      return true;\\n    }\\n\\n    /**\\n     * The base implementation of `_.isNative` without bad shim checks.\\n     *\\n     * @private\\n     * @param {*} value The value to check.\\n     * @returns {boolean} Returns `true` if `value` is a native function,\\n     *  else `false`.\\n     */\\n    function baseIsNative(value) {\\n      if (!isObject(value) || isMasked(value)) {\\n        return false;\\n      }\\n      var pattern = isFunction(value) ? reIsNative : reIsHostCtor;\\n      return pattern.test(toSource(value));\\n    }\\n\\n    /**\\n     * The base implementation of `_.isRegExp` without Node.js optimizations.\\n     *\\n     * @private\\n     * @param {*} value The value to check.\\n     * @returns {boolean} Returns `true` if `value` is a regexp, else `false`.\\n     */\\n    function baseIsRegExp(value) {\\n      return isObjectLike(value) && baseGetTag(value) == regexpTag;\\n    }\\n\\n    /**\\n     * The base implementation of `_.isSet` without Node.js optimizations.\\n     *\\n     * @private\\n     * @param {*} value The value to check.\\n     * @returns {boolean} Returns `true` if `value` is a set, else `false`.\\n     */\\n    function baseIsSet(value) {\\n      return isObjectLike(value) && getTag(value) == setTag;\\n    }\\n\\n    /**\\n     * The base implementation of `_.isTypedArray` without Node.js optimizations.\\n     *\\n     * @private\\n     * @param {*} value The value to check.\\n     * @returns {boolean} Returns `true` if `value` is a typed array, else `false`.\\n     */\\n    function baseIsTypedArray(value) {\\n      return isObjectLike(value) &&\\n        isLength(value.length) && !!typedArrayTags[baseGetTag(value)];\\n    }\\n\\n    /**\\n     * The base implementation of `_.iteratee`.\\n     *\\n     * @private\\n     * @param {*} [value=_.identity] The value to convert to an iteratee.\\n     * @returns {Function} Returns the iteratee.\\n     */\\n    function baseIteratee(value) {\\n      // Don't store the `typeof` result in a variable to avoid a JIT bug in Safari 9.\\n      // See https://bugs.webkit.org/show_bug.cgi?id=156034 for more details.\\n      if (typeof value == 'function') {\\n        return value;\\n      }\\n      if (value == null) {\\n        return identity;\\n      }\\n      if (typeof value == 'object') {\\n        return isArray(value)\\n          ? baseMatchesProperty(value[0], value[1])\\n          : baseMatches(value);\\n      }\\n      return property(value);\\n    }\\n\\n    /**\\n     * The base implementation of `_.keys` which doesn't treat sparse arrays as dense.\\n     *\\n     * @private\\n     * @param {Object} object The object to query.\\n     * @returns {Array} Returns the array of property names.\\n     */\\n    function baseKeys(object) {\\n      if (!isPrototype(object)) {\\n        return nativeKeys(object);\\n      }\\n      var result = [];\\n      for (var key in Object(object)) {\\n        if (hasOwnProperty.call(object, key) && key != 'constructor') {\\n          result.push(key);\\n        }\\n      }\\n      return result;\\n    }\\n\\n    /**\\n     * The base implementation of `_.keysIn` which doesn't treat sparse arrays as dense.\\n     *\\n     * @private\\n     * @param {Object} object The object to query.\\n     * @returns {Array} Returns the array of property names.\\n     */\\n    function baseKeysIn(object) {\\n      if (!isObject(object)) {\\n        return nativeKeysIn(object);\\n      }\\n      var isProto = isPrototype(object),\\n          result = [];\\n\\n      for (var key in object) {\\n        if (!(key == 'constructor' && (isProto || !hasOwnProperty.call(object, key)))) {\\n          result.push(key);\\n        }\\n      }\\n      return result;\\n    }\\n\\n    /**\\n     * The base implementation of `_.lt` which doesn't coerce arguments.\\n     *\\n     * @private\\n     * @param {*} value The value to compare.\\n     * @param {*} other The other value to compare.\\n     * @returns {boolean} Returns `true` if `value` is less than `other`,\\n     *  else `false`.\\n     */\\n    function baseLt(value, other) {\\n      return value < other;\\n    }\\n\\n    /**\\n     * The base implementation of `_.map` without support for iteratee shorthands.\\n     *\\n     * @private\\n     * @param {Array|Object} collection The collection to iterate over.\\n     * @param {Function} iteratee The function invoked per iteration.\\n     * @returns {Array} Returns the new mapped array.\\n     */\\n    function baseMap(collection, iteratee) {\\n      var index = -1,\\n          result = isArrayLike(collection) ? Array(collection.length) : [];\\n\\n      baseEach(collection, function(value, key, collection) {\\n        result[++index] = iteratee(value, key, collection);\\n      });\\n      return result;\\n    }\\n\\n    /**\\n     * The base implementation of `_.matches` which doesn't clone `source`.\\n     *\\n     * @private\\n     * @param {Object} source The object of property values to match.\\n     * @returns {Function} Returns the new spec function.\\n     */\\n    function baseMatches(source) {\\n      var matchData = getMatchData(source);\\n      if (matchData.length == 1 && matchData[0][2]) {\\n        return matchesStrictComparable(matchData[0][0], matchData[0][1]);\\n      }\\n      return function(object) {\\n        return object === source || baseIsMatch(object, source, matchData);\\n      };\\n    }\\n\\n    /**\\n     * The base implementation of `_.matchesProperty` which doesn't clone `srcValue`.\\n     *\\n     * @private\\n     * @param {string} path The path of the property to get.\\n     * @param {*} srcValue The value to match.\\n     * @returns {Function} Returns the new spec function.\\n     */\\n    function baseMatchesProperty(path, srcValue) {\\n      if (isKey(path) && isStrictComparable(srcValue)) {\\n        return matchesStrictComparable(toKey(path), srcValue);\\n      }\\n      return function(object) {\\n        var objValue = get(object, path);\\n        return (objValue === undefined && objValue === srcValue)\\n          ? hasIn(object, path)\\n          : baseIsEqual(srcValue, objValue, COMPARE_PARTIAL_FLAG | COMPARE_UNORDERED_FLAG);\\n      };\\n    }\\n\\n    /**\\n     * The base implementation of `_.merge` without support for multiple sources.\\n     *\\n     * @private\\n     * @param {Object} object The destination object.\\n     * @param {Object} source The source object.\\n     * @param {number} srcIndex The index of `source`.\\n     * @param {Function} [customizer] The function to customize merged values.\\n     * @param {Object} [stack] Tracks traversed source values and their merged\\n     *  counterparts.\\n     */\\n    function baseMerge(object, source, srcIndex, customizer, stack) {\\n      if (object === source) {\\n        return;\\n      }\\n      baseFor(source, function(srcValue, key) {\\n        if (isObject(srcValue)) {\\n          stack || (stack = new Stack);\\n          baseMergeDeep(object, source, key, srcIndex, baseMerge, customizer, stack);\\n        }\\n        else {\\n          var newValue = customizer\\n            ? customizer(safeGet(object, key), srcValue, (key + ''), object, source, stack)\\n            : undefined;\\n\\n          if (newValue === undefined) {\\n            newValue = srcValue;\\n          }\\n          assignMergeValue(object, key, newValue);\\n        }\\n      }, keysIn);\\n    }\\n\\n    /**\\n     * A specialized version of `baseMerge` for arrays and objects which performs\\n     * deep merges and tracks traversed objects enabling objects with circular\\n     * references to be merged.\\n     *\\n     * @private\\n     * @param {Object} object The destination object.\\n     * @param {Object} source The source object.\\n     * @param {string} key The key of the value to merge.\\n     * @param {number} srcIndex The index of `source`.\\n     * @param {Function} mergeFunc The function to merge values.\\n     * @param {Function} [customizer] The function to customize assigned values.\\n     * @param {Object} [stack] Tracks traversed source values and their merged\\n     *  counterparts.\\n     */\\n    function baseMergeDeep(object, source, key, srcIndex, mergeFunc, customizer, stack) {\\n      var objValue = safeGet(object, key),\\n          srcValue = safeGet(source, key),\\n          stacked = stack.get(srcValue);\\n\\n      if (stacked) {\\n        assignMergeValue(object, key, stacked);\\n        return;\\n      }\\n      var newValue = customizer\\n        ? customizer(objValue, srcValue, (key + ''), object, source, stack)\\n        : undefined;\\n\\n      var isCommon = newValue === undefined;\\n\\n      if (isCommon) {\\n        var isArr = isArray(srcValue),\\n            isBuff = !isArr && isBuffer(srcValue),\\n            isTyped = !isArr && !isBuff && isTypedArray(srcValue);\\n\\n        newValue = srcValue;\\n        if (isArr || isBuff || isTyped) {\\n          if (isArray(objValue)) {\\n            newValue = objValue;\\n          }\\n          else if (isArrayLikeObject(objValue)) {\\n            newValue = copyArray(objValue);\\n          }\\n          else if (isBuff) {\\n            isCommon = false;\\n            newValue = cloneBuffer(srcValue, true);\\n          }\\n          else if (isTyped) {\\n            isCommon = false;\\n            newValue = cloneTypedArray(srcValue, true);\\n          }\\n          else {\\n            newValue = [];\\n          }\\n        }\\n        else if (isPlainObject(srcValue) || isArguments(srcValue)) {\\n          newValue = objValue;\\n          if (isArguments(objValue)) {\\n            newValue = toPlainObject(objValue);\\n          }\\n          else if (!isObject(objValue) || (srcIndex && isFunction(objValue))) {\\n            newValue = initCloneObject(srcValue);\\n          }\\n        }\\n        else {\\n          isCommon = false;\\n        }\\n      }\\n      if (isCommon) {\\n        // Recursively merge objects and arrays (susceptible to call stack limits).\\n        stack.set(srcValue, newValue);\\n        mergeFunc(newValue, srcValue, srcIndex, customizer, stack);\\n        stack['delete'](srcValue);\\n      }\\n      assignMergeValue(object, key, newValue);\\n    }\\n\\n    /**\\n     * The base implementation of `_.nth` which doesn't coerce arguments.\\n     *\\n     * @private\\n     * @param {Array} array The array to query.\\n     * @param {number} n The index of the element to return.\\n     * @returns {*} Returns the nth element of `array`.\\n     */\\n    function baseNth(array, n) {\\n      var length = array.length;\\n      if (!length) {\\n        return;\\n      }\\n      n += n < 0 ? length : 0;\\n      return isIndex(n, length) ? array[n] : undefined;\\n    }\\n\\n    /**\\n     * The base implementation of `_.orderBy` without param guards.\\n     *\\n     * @private\\n     * @param {Array|Object} collection The collection to iterate over.\\n     * @param {Function[]|Object[]|string[]} iteratees The iteratees to sort by.\\n     * @param {string[]} orders The sort orders of `iteratees`.\\n     * @returns {Array} Returns the new sorted array.\\n     */\\n    function baseOrderBy(collection, iteratees, orders) {\\n      var index = -1;\\n      iteratees = arrayMap(iteratees.length ? iteratees : [identity], baseUnary(getIteratee()));\\n\\n      var result = baseMap(collection, function(value, key, collection) {\\n        var criteria = arrayMap(iteratees, function(iteratee) {\\n          return iteratee(value);\\n        });\\n        return { 'criteria': criteria, 'index': ++index, 'value': value };\\n      });\\n\\n      return baseSortBy(result, function(object, other) {\\n        return compareMultiple(object, other, orders);\\n      });\\n    }\\n\\n    /**\\n     * The base implementation of `_.pick` without support for individual\\n     * property identifiers.\\n     *\\n     * @private\\n     * @param {Object} object The source object.\\n     * @param {string[]} paths The property paths to pick.\\n     * @returns {Object} Returns the new object.\\n     */\\n    function basePick(object, paths) {\\n      return basePickBy(object, paths, function(value, path) {\\n        return hasIn(object, path);\\n      });\\n    }\\n\\n    /**\\n     * The base implementation of  `_.pickBy` without support for iteratee shorthands.\\n     *\\n     * @private\\n     * @param {Object} object The source object.\\n     * @param {string[]} paths The property paths to pick.\\n     * @param {Function} predicate The function invoked per property.\\n     * @returns {Object} Returns the new object.\\n     */\\n    function basePickBy(object, paths, predicate) {\\n      var index = -1,\\n          length = paths.length,\\n          result = {};\\n\\n      while (++index < length) {\\n        var path = paths[index],\\n            value = baseGet(object, path);\\n\\n        if (predicate(value, path)) {\\n          baseSet(result, castPath(path, object), value);\\n        }\\n      }\\n      return result;\\n    }\\n\\n    /**\\n     * A specialized version of `baseProperty` which supports deep paths.\\n     *\\n     * @private\\n     * @param {Array|string} path The path of the property to get.\\n     * @returns {Function} Returns the new accessor function.\\n     */\\n    function basePropertyDeep(path) {\\n      return function(object) {\\n        return baseGet(object, path);\\n      };\\n    }\\n\\n    /**\\n     * The base implementation of `_.pullAllBy` without support for iteratee\\n     * shorthands.\\n     *\\n     * @private\\n     * @param {Array} array The array to modify.\\n     * @param {Array} values The values to remove.\\n     * @param {Function} [iteratee] The iteratee invoked per element.\\n     * @param {Function} [comparator] The comparator invoked per element.\\n     * @returns {Array} Returns `array`.\\n     */\\n    function basePullAll(array, values, iteratee, comparator) {\\n      var indexOf = comparator ? baseIndexOfWith : baseIndexOf,\\n          index = -1,\\n          length = values.length,\\n          seen = array;\\n\\n      if (array === values) {\\n        values = copyArray(values);\\n      }\\n      if (iteratee) {\\n        seen = arrayMap(array, baseUnary(iteratee));\\n      }\\n      while (++index < length) {\\n        var fromIndex = 0,\\n            value = values[index],\\n            computed = iteratee ? iteratee(value) : value;\\n\\n        while ((fromIndex = indexOf(seen, computed, fromIndex, comparator)) > -1) {\\n          if (seen !== array) {\\n            splice.call(seen, fromIndex, 1);\\n          }\\n          splice.call(array, fromIndex, 1);\\n        }\\n      }\\n      return array;\\n    }\\n\\n    /**\\n     * The base implementation of `_.pullAt` without support for individual\\n     * indexes or capturing the removed elements.\\n     *\\n     * @private\\n     * @param {Array} array The array to modify.\\n     * @param {number[]} indexes The indexes of elements to remove.\\n     * @returns {Array} Returns `array`.\\n     */\\n    function basePullAt(array, indexes) {\\n      var length = array ? indexes.length : 0,\\n          lastIndex = length - 1;\\n\\n      while (length--) {\\n        var index = indexes[length];\\n        if (length == lastIndex || index !== previous) {\\n          var previous = index;\\n          if (isIndex(index)) {\\n            splice.call(array, index, 1);\\n          } else {\\n            baseUnset(array, index);\\n          }\\n        }\\n      }\\n      return array;\\n    }\\n\\n    /**\\n     * The base implementation of `_.random` without support for returning\\n     * floating-point numbers.\\n     *\\n     * @private\\n     * @param {number} lower The lower bound.\\n     * @param {number} upper The upper bound.\\n     * @returns {number} Returns the random number.\\n     */\\n    function baseRandom(lower, upper) {\\n      return lower + nativeFloor(nativeRandom() * (upper - lower + 1));\\n    }\\n\\n    /**\\n     * The base implementation of `_.range` and `_.rangeRight` which doesn't\\n     * coerce arguments.\\n     *\\n     * @private\\n     * @param {number} start The start of the range.\\n     * @param {number} end The end of the range.\\n     * @param {number} step The value to increment or decrement by.\\n     * @param {boolean} [fromRight] Specify iterating from right to left.\\n     * @returns {Array} Returns the range of numbers.\\n     */\\n    function baseRange(start, end, step, fromRight) {\\n      var index = -1,\\n          length = nativeMax(nativeCeil((end - start) / (step || 1)), 0),\\n          result = Array(length);\\n\\n      while (length--) {\\n        result[fromRight ? length : ++index] = start;\\n        start += step;\\n      }\\n      return result;\\n    }\\n\\n    /**\\n     * The base implementation of `_.repeat` which doesn't coerce arguments.\\n     *\\n     * @private\\n     * @param {string} string The string to repeat.\\n     * @param {number} n The number of times to repeat the string.\\n     * @returns {string} Returns the repeated string.\\n     */\\n    function baseRepeat(string, n) {\\n      var result = '';\\n      if (!string || n < 1 || n > MAX_SAFE_INTEGER) {\\n        return result;\\n      }\\n      // Leverage the exponentiation by squaring algorithm for a faster repeat.\\n      // See https://en.wikipedia.org/wiki/Exponentiation_by_squaring for more details.\\n      do {\\n        if (n % 2) {\\n          result += string;\\n        }\\n        n = nativeFloor(n / 2);\\n        if (n) {\\n          string += string;\\n        }\\n      } while (n);\\n\\n      return result;\\n    }\\n\\n    /**\\n     * The base implementation of `_.rest` which doesn't validate or coerce arguments.\\n     *\\n     * @private\\n     * @param {Function} func The function to apply a rest parameter to.\\n     * @param {number} [start=func.length-1] The start position of the rest parameter.\\n     * @returns {Function} Returns the new function.\\n     */\\n    function baseRest(func, start) {\\n      return setToString(overRest(func, start, identity), func + '');\\n    }\\n\\n    /**\\n     * The base implementation of `_.sample`.\\n     *\\n     * @private\\n     * @param {Array|Object} collection The collection to sample.\\n     * @returns {*} Returns the random element.\\n     */\\n    function baseSample(collection) {\\n      return arraySample(values(collection));\\n    }\\n\\n    /**\\n     * The base implementation of `_.sampleSize` without param guards.\\n     *\\n     * @private\\n     * @param {Array|Object} collection The collection to sample.\\n     * @param {number} n The number of elements to sample.\\n     * @returns {Array} Returns the random elements.\\n     */\\n    function baseSampleSize(collection, n) {\\n      var array = values(collection);\\n      return shuffleSelf(array, baseClamp(n, 0, array.length));\\n    }\\n\\n    /**\\n     * The base implementation of `_.set`.\\n     *\\n     * @private\\n     * @param {Object} object The object to modify.\\n     * @param {Array|string} path The path of the property to set.\\n     * @param {*} value The value to set.\\n     * @param {Function} [customizer] The function to customize path creation.\\n     * @returns {Object} Returns `object`.\\n     */\\n    function baseSet(object, path, value, customizer) {\\n      if (!isObject(object)) {\\n        return object;\\n      }\\n      path = castPath(path, object);\\n\\n      var index = -1,\\n          length = path.length,\\n          lastIndex = length - 1,\\n          nested = object;\\n\\n      while (nested != null && ++index < length) {\\n        var key = toKey(path[index]),\\n            newValue = value;\\n\\n        if (index != lastIndex) {\\n          var objValue = nested[key];\\n          newValue = customizer ? customizer(objValue, key, nested) : undefined;\\n          if (newValue === undefined) {\\n            newValue = isObject(objValue)\\n              ? objValue\\n              : (isIndex(path[index + 1]) ? [] : {});\\n          }\\n        }\\n        assignValue(nested, key, newValue);\\n        nested = nested[key];\\n      }\\n      return object;\\n    }\\n\\n    /**\\n     * The base implementation of `setData` without support for hot loop shorting.\\n     *\\n     * @private\\n     * @param {Function} func The function to associate metadata with.\\n     * @param {*} data The metadata.\\n     * @returns {Function} Returns `func`.\\n     */\\n    var baseSetData = !metaMap ? identity : function(func, data) {\\n      metaMap.set(func, data);\\n      return func;\\n    };\\n\\n    /**\\n     * The base implementation of `setToString` without support for hot loop shorting.\\n     *\\n     * @private\\n     * @param {Function} func The function to modify.\\n     * @param {Function} string The `toString` result.\\n     * @returns {Function} Returns `func`.\\n     */\\n    var baseSetToString = !defineProperty ? identity : function(func, string) {\\n      return defineProperty(func, 'toString', {\\n        'configurable': true,\\n        'enumerable': false,\\n        'value': constant(string),\\n        'writable': true\\n      });\\n    };\\n\\n    /**\\n     * The base implementation of `_.shuffle`.\\n     *\\n     * @private\\n     * @param {Array|Object} collection The collection to shuffle.\\n     * @returns {Array} Returns the new shuffled array.\\n     */\\n    function baseShuffle(collection) {\\n      return shuffleSelf(values(collection));\\n    }\\n\\n    /**\\n     * The base implementation of `_.slice` without an iteratee call guard.\\n     *\\n     * @private\\n     * @param {Array} array The array to slice.\\n     * @param {number} [start=0] The start position.\\n     * @param {number} [end=array.length] The end position.\\n     * @returns {Array} Returns the slice of `array`.\\n     */\\n    function baseSlice(array, start, end) {\\n      var index = -1,\\n          length = array.length;\\n\\n      if (start < 0) {\\n        start = -start > length ? 0 : (length + start);\\n      }\\n      end = end > length ? length : end;\\n      if (end < 0) {\\n        end += length;\\n      }\\n      length = start > end ? 0 : ((end - start) >>> 0);\\n      start >>>= 0;\\n\\n      var result = Array(length);\\n      while (++index < length) {\\n        result[index] = array[index + start];\\n      }\\n      return result;\\n    }\\n\\n    /**\\n     * The base implementation of `_.some` without support for iteratee shorthands.\\n     *\\n     * @private\\n     * @param {Array|Object} collection The collection to iterate over.\\n     * @param {Function} predicate The function invoked per iteration.\\n     * @returns {boolean} Returns `true` if any element passes the predicate check,\\n     *  else `false`.\\n     */\\n    function baseSome(collection, predicate) {\\n      var result;\\n\\n      baseEach(collection, function(value, index, collection) {\\n        result = predicate(value, index, collection);\\n        return !result;\\n      });\\n      return !!result;\\n    }\\n\\n    /**\\n     * The base implementation of `_.sortedIndex` and `_.sortedLastIndex` which\\n     * performs a binary search of `array` to determine the index at which `value`\\n     * should be inserted into `array` in order to maintain its sort order.\\n     *\\n     * @private\\n     * @param {Array} array The sorted array to inspect.\\n     * @param {*} value The value to evaluate.\\n     * @param {boolean} [retHighest] Specify returning the highest qualified index.\\n     * @returns {number} Returns the index at which `value` should be inserted\\n     *  into `array`.\\n     */\\n    function baseSortedIndex(array, value, retHighest) {\\n      var low = 0,\\n          high = array == null ? low : array.length;\\n\\n      if (typeof value == 'number' && value === value && high <= HALF_MAX_ARRAY_LENGTH) {\\n        while (low < high) {\\n          var mid = (low + high) >>> 1,\\n              computed = array[mid];\\n\\n          if (computed !== null && !isSymbol(computed) &&\\n              (retHighest ? (computed <= value) : (computed < value))) {\\n            low = mid + 1;\\n          } else {\\n            high = mid;\\n          }\\n        }\\n        return high;\\n      }\\n      return baseSortedIndexBy(array, value, identity, retHighest);\\n    }\\n\\n    /**\\n     * The base implementation of `_.sortedIndexBy` and `_.sortedLastIndexBy`\\n     * which invokes `iteratee` for `value` and each element of `array` to compute\\n     * their sort ranking. The iteratee is invoked with one argument; (value).\\n     *\\n     * @private\\n     * @param {Array} array The sorted array to inspect.\\n     * @param {*} value The value to evaluate.\\n     * @param {Function} iteratee The iteratee invoked per element.\\n     * @param {boolean} [retHighest] Specify returning the highest qualified index.\\n     * @returns {number} Returns the index at which `value` should be inserted\\n     *  into `array`.\\n     */\\n    function baseSortedIndexBy(array, value, iteratee, retHighest) {\\n      value = iteratee(value);\\n\\n      var low = 0,\\n          high = array == null ? 0 : array.length,\\n          valIsNaN = value !== value,\\n          valIsNull = value === null,\\n          valIsSymbol = isSymbol(value),\\n          valIsUndefined = value === undefined;\\n\\n      while (low < high) {\\n        var mid = nativeFloor((low + high) / 2),\\n            computed = iteratee(array[mid]),\\n            othIsDefined = computed !== undefined,\\n            othIsNull = computed === null,\\n            othIsReflexive = computed === computed,\\n            othIsSymbol = isSymbol(computed);\\n\\n        if (valIsNaN) {\\n          var setLow = retHighest || othIsReflexive;\\n        } else if (valIsUndefined) {\\n          setLow = othIsReflexive && (retHighest || othIsDefined);\\n        } else if (valIsNull) {\\n          setLow = othIsReflexive && othIsDefined && (retHighest || !othIsNull);\\n        } else if (valIsSymbol) {\\n          setLow = othIsReflexive && othIsDefined && !othIsNull && (retHighest || !othIsSymbol);\\n        } else if (othIsNull || othIsSymbol) {\\n          setLow = false;\\n        } else {\\n          setLow = retHighest ? (computed <= value) : (computed < value);\\n        }\\n        if (setLow) {\\n          low = mid + 1;\\n        } else {\\n          high = mid;\\n        }\\n      }\\n      return nativeMin(high, MAX_ARRAY_INDEX);\\n    }\\n\\n    /**\\n     * The base implementation of `_.sortedUniq` and `_.sortedUniqBy` without\\n     * support for iteratee shorthands.\\n     *\\n     * @private\\n     * @param {Array} array The array to inspect.\\n     * @param {Function} [iteratee] The iteratee invoked per element.\\n     * @returns {Array} Returns the new duplicate free array.\\n     */\\n    function baseSortedUniq(array, iteratee) {\\n      var index = -1,\\n          length = array.length,\\n          resIndex = 0,\\n          result = [];\\n\\n      while (++index < length) {\\n        var value = array[index],\\n            computed = iteratee ? iteratee(value) : value;\\n\\n        if (!index || !eq(computed, seen)) {\\n          var seen = computed;\\n          result[resIndex++] = value === 0 ? 0 : value;\\n        }\\n      }\\n      return result;\\n    }\\n\\n    /**\\n     * The base implementation of `_.toNumber` which doesn't ensure correct\\n     * conversions of binary, hexadecimal, or octal string values.\\n     *\\n     * @private\\n     * @param {*} value The value to process.\\n     * @returns {number} Returns the number.\\n     */\\n    function baseToNumber(value) {\\n      if (typeof value == 'number') {\\n        return value;\\n      }\\n      if (isSymbol(value)) {\\n        return NAN;\\n      }\\n      return +value;\\n    }\\n\\n    /**\\n     * The base implementation of `_.toString` which doesn't convert nullish\\n     * values to empty strings.\\n     *\\n     * @private\\n     * @param {*} value The value to process.\\n     * @returns {string} Returns the string.\\n     */\\n    function baseToString(value) {\\n      // Exit early for strings to avoid a performance hit in some environments.\\n      if (typeof value == 'string') {\\n        return value;\\n      }\\n      if (isArray(value)) {\\n        // Recursively convert values (susceptible to call stack limits).\\n        return arrayMap(value, baseToString) + '';\\n      }\\n      if (isSymbol(value)) {\\n        return symbolToString ? symbolToString.call(value) : '';\\n      }\\n      var result = (value + '');\\n      return (result == '0' && (1 / value) == -INFINITY) ? '-0' : result;\\n    }\\n\\n    /**\\n     * The base implementation of `_.uniqBy` without support for iteratee shorthands.\\n     *\\n     * @private\\n     * @param {Array} array The array to inspect.\\n     * @param {Function} [iteratee] The iteratee invoked per element.\\n     * @param {Function} [comparator] The comparator invoked per element.\\n     * @returns {Array} Returns the new duplicate free array.\\n     */\\n    function baseUniq(array, iteratee, comparator) {\\n      var index = -1,\\n          includes = arrayIncludes,\\n          length = array.length,\\n          isCommon = true,\\n          result = [],\\n          seen = result;\\n\\n      if (comparator) {\\n        isCommon = false;\\n        includes = arrayIncludesWith;\\n      }\\n      else if (length >= LARGE_ARRAY_SIZE) {\\n        var set = iteratee ? null : createSet(array);\\n        if (set) {\\n          return setToArray(set);\\n        }\\n        isCommon = false;\\n        includes = cacheHas;\\n        seen = new SetCache;\\n      }\\n      else {\\n        seen = iteratee ? [] : result;\\n      }\\n      outer:\\n      while (++index < length) {\\n        var value = array[index],\\n            computed = iteratee ? iteratee(value) : value;\\n\\n        value = (comparator || value !== 0) ? value : 0;\\n        if (isCommon && computed === computed) {\\n          var seenIndex = seen.length;\\n          while (seenIndex--) {\\n            if (seen[seenIndex] === computed) {\\n              continue outer;\\n            }\\n          }\\n          if (iteratee) {\\n            seen.push(computed);\\n          }\\n          result.push(value);\\n        }\\n        else if (!includes(seen, computed, comparator)) {\\n          if (seen !== result) {\\n            seen.push(computed);\\n          }\\n          result.push(value);\\n        }\\n      }\\n      return result;\\n    }\\n\\n    /**\\n     * The base implementation of `_.unset`.\\n     *\\n     * @private\\n     * @param {Object} object The object to modify.\\n     * @param {Array|string} path The property path to unset.\\n     * @returns {boolean} Returns `true` if the property is deleted, else `false`.\\n     */\\n    function baseUnset(object, path) {\\n      path = castPath(path, object);\\n      object = parent(object, path);\\n      return object == null || delete object[toKey(last(path))];\\n    }\\n\\n    /**\\n     * The base implementation of `_.update`.\\n     *\\n     * @private\\n     * @param {Object} object The object to modify.\\n     * @param {Array|string} path The path of the property to update.\\n     * @param {Function} updater The function to produce the updated value.\\n     * @param {Function} [customizer] The function to customize path creation.\\n     * @returns {Object} Returns `object`.\\n     */\\n    function baseUpdate(object, path, updater, customizer) {\\n      return baseSet(object, path, updater(baseGet(object, path)), customizer);\\n    }\\n\\n    /**\\n     * The base implementation of methods like `_.dropWhile` and `_.takeWhile`\\n     * without support for iteratee shorthands.\\n     *\\n     * @private\\n     * @param {Array} array The array to query.\\n     * @param {Function} predicate The function invoked per iteration.\\n     * @param {boolean} [isDrop] Specify dropping elements instead of taking them.\\n     * @param {boolean} [fromRight] Specify iterating from right to left.\\n     * @returns {Array} Returns the slice of `array`.\\n     */\\n    function baseWhile(array, predicate, isDrop, fromRight) {\\n      var length = array.length,\\n          index = fromRight ? length : -1;\\n\\n      while ((fromRight ? index-- : ++index < length) &&\\n        predicate(array[index], index, array)) {}\\n\\n      return isDrop\\n        ? baseSlice(array, (fromRight ? 0 : index), (fromRight ? index + 1 : length))\\n        : baseSlice(array, (fromRight ? index + 1 : 0), (fromRight ? length : index));\\n    }\\n\\n    /**\\n     * The base implementation of `wrapperValue` which returns the result of\\n     * performing a sequence of actions on the unwrapped `value`, where each\\n     * successive action is supplied the return value of the previous.\\n     *\\n     * @private\\n     * @param {*} value The unwrapped value.\\n     * @param {Array} actions Actions to perform to resolve the unwrapped value.\\n     * @returns {*} Returns the resolved value.\\n     */\\n    function baseWrapperValue(value, actions) {\\n      var result = value;\\n      if (result instanceof LazyWrapper) {\\n        result = result.value();\\n      }\\n      return arrayReduce(actions, function(result, action) {\\n        return action.func.apply(action.thisArg, arrayPush([result], action.args));\\n      }, result);\\n    }\\n\\n    /**\\n     * The base implementation of methods like `_.xor`, without support for\\n     * iteratee shorthands, that accepts an array of arrays to inspect.\\n     *\\n     * @private\\n     * @param {Array} arrays The arrays to inspect.\\n     * @param {Function} [iteratee] The iteratee invoked per element.\\n     * @param {Function} [comparator] The comparator invoked per element.\\n     * @returns {Array} Returns the new array of values.\\n     */\\n    function baseXor(arrays, iteratee, comparator) {\\n      var length = arrays.length;\\n      if (length < 2) {\\n        return length ? baseUniq(arrays[0]) : [];\\n      }\\n      var index = -1,\\n          result = Array(length);\\n\\n      while (++index < length) {\\n        var array = arrays[index],\\n            othIndex = -1;\\n\\n        while (++othIndex < length) {\\n          if (othIndex != index) {\\n            result[index] = baseDifference(result[index] || array, arrays[othIndex], iteratee, comparator);\\n          }\\n        }\\n      }\\n      return baseUniq(baseFlatten(result, 1), iteratee, comparator);\\n    }\\n\\n    /**\\n     * This base implementation of `_.zipObject` which assigns values using `assignFunc`.\\n     *\\n     * @private\\n     * @param {Array} props The property identifiers.\\n     * @param {Array} values The property values.\\n     * @param {Function} assignFunc The function to assign values.\\n     * @returns {Object} Returns the new object.\\n     */\\n    function baseZipObject(props, values, assignFunc) {\\n      var index = -1,\\n          length = props.length,\\n          valsLength = values.length,\\n          result = {};\\n\\n      while (++index < length) {\\n        var value = index < valsLength ? values[index] : undefined;\\n        assignFunc(result, props[index], value);\\n      }\\n      return result;\\n    }\\n\\n    /**\\n     * Casts `value` to an empty array if it's not an array like object.\\n     *\\n     * @private\\n     * @param {*} value The value to inspect.\\n     * @returns {Array|Object} Returns the cast array-like object.\\n     */\\n    function castArrayLikeObject(value) {\\n      return isArrayLikeObject(value) ? value : [];\\n    }\\n\\n    /**\\n     * Casts `value` to `identity` if it's not a function.\\n     *\\n     * @private\\n     * @param {*} value The value to inspect.\\n     * @returns {Function} Returns cast function.\\n     */\\n    function castFunction(value) {\\n      return typeof value == 'function' ? value : identity;\\n    }\\n\\n    /**\\n     * Casts `value` to a path array if it's not one.\\n     *\\n     * @private\\n     * @param {*} value The value to inspect.\\n     * @param {Object} [object] The object to query keys on.\\n     * @returns {Array} Returns the cast property path array.\\n     */\\n    function castPath(value, object) {\\n      if (isArray(value)) {\\n        return value;\\n      }\\n      return isKey(value, object) ? [value] : stringToPath(toString(value));\\n    }\\n\\n    /**\\n     * A `baseRest` alias which can be replaced with `identity` by module\\n     * replacement plugins.\\n     *\\n     * @private\\n     * @type {Function}\\n     * @param {Function} func The function to apply a rest parameter to.\\n     * @returns {Function} Returns the new function.\\n     */\\n    var castRest = baseRest;\\n\\n    /**\\n     * Casts `array` to a slice if it's needed.\\n     *\\n     * @private\\n     * @param {Array} array The array to inspect.\\n     * @param {number} start The start position.\\n     * @param {number} [end=array.length] The end position.\\n     * @returns {Array} Returns the cast slice.\\n     */\\n    function castSlice(array, start, end) {\\n      var length = array.length;\\n      end = end === undefined ? length : end;\\n      return (!start && end >= length) ? array : baseSlice(array, start, end);\\n    }\\n\\n    /**\\n     * A simple wrapper around the global [`clearTimeout`](https://mdn.io/clearTimeout).\\n     *\\n     * @private\\n     * @param {number|Object} id The timer id or timeout object of the timer to clear.\\n     */\\n    var clearTimeout = ctxClearTimeout || function(id) {\\n      return root.clearTimeout(id);\\n    };\\n\\n    /**\\n     * Creates a clone of  `buffer`.\\n     *\\n     * @private\\n     * @param {Buffer} buffer The buffer to clone.\\n     * @param {boolean} [isDeep] Specify a deep clone.\\n     * @returns {Buffer} Returns the cloned buffer.\\n     */\\n    function cloneBuffer(buffer, isDeep) {\\n      if (isDeep) {\\n        return buffer.slice();\\n      }\\n      var length = buffer.length,\\n          result = allocUnsafe ? allocUnsafe(length) : new buffer.constructor(length);\\n\\n      buffer.copy(result);\\n      return result;\\n    }\\n\\n    /**\\n     * Creates a clone of `arrayBuffer`.\\n     *\\n     * @private\\n     * @param {ArrayBuffer} arrayBuffer The array buffer to clone.\\n     * @returns {ArrayBuffer} Returns the cloned array buffer.\\n     */\\n    function cloneArrayBuffer(arrayBuffer) {\\n      var result = new arrayBuffer.constructor(arrayBuffer.byteLength);\\n      new Uint8Array(result).set(new Uint8Array(arrayBuffer));\\n      return result;\\n    }\\n\\n    /**\\n     * Creates a clone of `dataView`.\\n     *\\n     * @private\\n     * @param {Object} dataView The data view to clone.\\n     * @param {boolean} [isDeep] Specify a deep clone.\\n     * @returns {Object} Returns the cloned data view.\\n     */\\n    function cloneDataView(dataView, isDeep) {\\n      var buffer = isDeep ? cloneArrayBuffer(dataView.buffer) : dataView.buffer;\\n      return new dataView.constructor(buffer, dataView.byteOffset, dataView.byteLength);\\n    }\\n\\n    /**\\n     * Creates a clone of `regexp`.\\n     *\\n     * @private\\n     * @param {Object} regexp The regexp to clone.\\n     * @returns {Object} Returns the cloned regexp.\\n     */\\n    function cloneRegExp(regexp) {\\n      var result = new regexp.constructor(regexp.source, reFlags.exec(regexp));\\n      result.lastIndex = regexp.lastIndex;\\n      return result;\\n    }\\n\\n    /**\\n     * Creates a clone of the `symbol` object.\\n     *\\n     * @private\\n     * @param {Object} symbol The symbol object to clone.\\n     * @returns {Object} Returns the cloned symbol object.\\n     */\\n    function cloneSymbol(symbol) {\\n      return symbolValueOf ? Object(symbolValueOf.call(symbol)) : {};\\n    }\\n\\n    /**\\n     * Creates a clone of `typedArray`.\\n     *\\n     * @private\\n     * @param {Object} typedArray The typed array to clone.\\n     * @param {boolean} [isDeep] Specify a deep clone.\\n     * @returns {Object} Returns the cloned typed array.\\n     */\\n    function cloneTypedArray(typedArray, isDeep) {\\n      var buffer = isDeep ? cloneArrayBuffer(typedArray.buffer) : typedArray.buffer;\\n      return new typedArray.constructor(buffer, typedArray.byteOffset, typedArray.length);\\n    }\\n\\n    /**\\n     * Compares values to sort them in ascending order.\\n     *\\n     * @private\\n     * @param {*} value The value to compare.\\n     * @param {*} other The other value to compare.\\n     * @returns {number} Returns the sort order indicator for `value`.\\n     */\\n    function compareAscending(value, other) {\\n      if (value !== other) {\\n        var valIsDefined = value !== undefined,\\n            valIsNull = value === null,\\n            valIsReflexive = value === value,\\n            valIsSymbol = isSymbol(value);\\n\\n        var othIsDefined = other !== undefined,\\n            othIsNull = other === null,\\n            othIsReflexive = other === other,\\n            othIsSymbol = isSymbol(other);\\n\\n        if ((!othIsNull && !othIsSymbol && !valIsSymbol && value > other) ||\\n            (valIsSymbol && othIsDefined && othIsReflexive && !othIsNull && !othIsSymbol) ||\\n            (valIsNull && othIsDefined && othIsReflexive) ||\\n            (!valIsDefined && othIsReflexive) ||\\n            !valIsReflexive) {\\n          return 1;\\n        }\\n        if ((!valIsNull && !valIsSymbol && !othIsSymbol && value < other) ||\\n            (othIsSymbol && valIsDefined && valIsReflexive && !valIsNull && !valIsSymbol) ||\\n            (othIsNull && valIsDefined && valIsReflexive) ||\\n            (!othIsDefined && valIsReflexive) ||\\n            !othIsReflexive) {\\n          return -1;\\n        }\\n      }\\n      return 0;\\n    }\\n\\n    /**\\n     * Used by `_.orderBy` to compare multiple properties of a value to another\\n     * and stable sort them.\\n     *\\n     * If `orders` is unspecified, all values are sorted in ascending order. Otherwise,\\n     * specify an order of \\\"desc\\\" for descending or \\\"asc\\\" for ascending sort order\\n     * of corresponding values.\\n     *\\n     * @private\\n     * @param {Object} object The object to compare.\\n     * @param {Object} other The other object to compare.\\n     * @param {boolean[]|string[]} orders The order to sort by for each property.\\n     * @returns {number} Returns the sort order indicator for `object`.\\n     */\\n    function compareMultiple(object, other, orders) {\\n      var index = -1,\\n          objCriteria = object.criteria,\\n          othCriteria = other.criteria,\\n          length = objCriteria.length,\\n          ordersLength = orders.length;\\n\\n      while (++index < length) {\\n        var result = compareAscending(objCriteria[index], othCriteria[index]);\\n        if (result) {\\n          if (index >= ordersLength) {\\n            return result;\\n          }\\n          var order = orders[index];\\n          return result * (order == 'desc' ? -1 : 1);\\n        }\\n      }\\n      // Fixes an `Array#sort` bug in the JS engine embedded in Adobe applications\\n      // that causes it, under certain circumstances, to provide the same value for\\n      // `object` and `other`. See https://github.com/jashkenas/underscore/pull/1247\\n      // for more details.\\n      //\\n      // This also ensures a stable sort in V8 and other engines.\\n      // See https://bugs.chromium.org/p/v8/issues/detail?id=90 for more details.\\n      return object.index - other.index;\\n    }\\n\\n    /**\\n     * Creates an array that is the composition of partially applied arguments,\\n     * placeholders, and provided arguments into a single array of arguments.\\n     *\\n     * @private\\n     * @param {Array} args The provided arguments.\\n     * @param {Array} partials The arguments to prepend to those provided.\\n     * @param {Array} holders The `partials` placeholder indexes.\\n     * @params {boolean} [isCurried] Specify composing for a curried function.\\n     * @returns {Array} Returns the new array of composed arguments.\\n     */\\n    function composeArgs(args, partials, holders, isCurried) {\\n      var argsIndex = -1,\\n          argsLength = args.length,\\n          holdersLength = holders.length,\\n          leftIndex = -1,\\n          leftLength = partials.length,\\n          rangeLength = nativeMax(argsLength - holdersLength, 0),\\n          result = Array(leftLength + rangeLength),\\n          isUncurried = !isCurried;\\n\\n      while (++leftIndex < leftLength) {\\n        result[leftIndex] = partials[leftIndex];\\n      }\\n      while (++argsIndex < holdersLength) {\\n        if (isUncurried || argsIndex < argsLength) {\\n          result[holders[argsIndex]] = args[argsIndex];\\n        }\\n      }\\n      while (rangeLength--) {\\n        result[leftIndex++] = args[argsIndex++];\\n      }\\n      return result;\\n    }\\n\\n    /**\\n     * This function is like `composeArgs` except that the arguments composition\\n     * is tailored for `_.partialRight`.\\n     *\\n     * @private\\n     * @param {Array} args The provided arguments.\\n     * @param {Array} partials The arguments to append to those provided.\\n     * @param {Array} holders The `partials` placeholder indexes.\\n     * @params {boolean} [isCurried] Specify composing for a curried function.\\n     * @returns {Array} Returns the new array of composed arguments.\\n     */\\n    function composeArgsRight(args, partials, holders, isCurried) {\\n      var argsIndex = -1,\\n          argsLength = args.length,\\n          holdersIndex = -1,\\n          holdersLength = holders.length,\\n          rightIndex = -1,\\n          rightLength = partials.length,\\n          rangeLength = nativeMax(argsLength - holdersLength, 0),\\n          result = Array(rangeLength + rightLength),\\n          isUncurried = !isCurried;\\n\\n      while (++argsIndex < rangeLength) {\\n        result[argsIndex] = args[argsIndex];\\n      }\\n      var offset = argsIndex;\\n      while (++rightIndex < rightLength) {\\n        result[offset + rightIndex] = partials[rightIndex];\\n      }\\n      while (++holdersIndex < holdersLength) {\\n        if (isUncurried || argsIndex < argsLength) {\\n          result[offset + holders[holdersIndex]] = args[argsIndex++];\\n        }\\n      }\\n      return result;\\n    }\\n\\n    /**\\n     * Copies the values of `source` to `array`.\\n     *\\n     * @private\\n     * @param {Array} source The array to copy values from.\\n     * @param {Array} [array=[]] The array to copy values to.\\n     * @returns {Array} Returns `array`.\\n     */\\n    function copyArray(source, array) {\\n      var index = -1,\\n          length = source.length;\\n\\n      array || (array = Array(length));\\n      while (++index < length) {\\n        array[index] = source[index];\\n      }\\n      return array;\\n    }\\n\\n    /**\\n     * Copies properties of `source` to `object`.\\n     *\\n     * @private\\n     * @param {Object} source The object to copy properties from.\\n     * @param {Array} props The property identifiers to copy.\\n     * @param {Object} [object={}] The object to copy properties to.\\n     * @param {Function} [customizer] The function to customize copied values.\\n     * @returns {Object} Returns `object`.\\n     */\\n    function copyObject(source, props, object, customizer) {\\n      var isNew = !object;\\n      object || (object = {});\\n\\n      var index = -1,\\n          length = props.length;\\n\\n      while (++index < length) {\\n        var key = props[index];\\n\\n        var newValue = customizer\\n          ? customizer(object[key], source[key], key, object, source)\\n          : undefined;\\n\\n        if (newValue === undefined) {\\n          newValue = source[key];\\n        }\\n        if (isNew) {\\n          baseAssignValue(object, key, newValue);\\n        } else {\\n          assignValue(object, key, newValue);\\n        }\\n      }\\n      return object;\\n    }\\n\\n    /**\\n     * Copies own symbols of `source` to `object`.\\n     *\\n     * @private\\n     * @param {Object} source The object to copy symbols from.\\n     * @param {Object} [object={}] The object to copy symbols to.\\n     * @returns {Object} Returns `object`.\\n     */\\n    function copySymbols(source, object) {\\n      return copyObject(source, getSymbols(source), object);\\n    }\\n\\n    /**\\n     * Copies own and inherited symbols of `source` to `object`.\\n     *\\n     * @private\\n     * @param {Object} source The object to copy symbols from.\\n     * @param {Object} [object={}] The object to copy symbols to.\\n     * @returns {Object} Returns `object`.\\n     */\\n    function copySymbolsIn(source, object) {\\n      return copyObject(source, getSymbolsIn(source), object);\\n    }\\n\\n    /**\\n     * Creates a function like `_.groupBy`.\\n     *\\n     * @private\\n     * @param {Function} setter The function to set accumulator values.\\n     * @param {Function} [initializer] The accumulator object initializer.\\n     * @returns {Function} Returns the new aggregator function.\\n     */\\n    function createAggregator(setter, initializer) {\\n      return function(collection, iteratee) {\\n        var func = isArray(collection) ? arrayAggregator : baseAggregator,\\n            accumulator = initializer ? initializer() : {};\\n\\n        return func(collection, setter, getIteratee(iteratee, 2), accumulator);\\n      };\\n    }\\n\\n    /**\\n     * Creates a function like `_.assign`.\\n     *\\n     * @private\\n     * @param {Function} assigner The function to assign values.\\n     * @returns {Function} Returns the new assigner function.\\n     */\\n    function createAssigner(assigner) {\\n      return baseRest(function(object, sources) {\\n        var index = -1,\\n            length = sources.length,\\n            customizer = length > 1 ? sources[length - 1] : undefined,\\n            guard = length > 2 ? sources[2] : undefined;\\n\\n        customizer = (assigner.length > 3 && typeof customizer == 'function')\\n          ? (length--, customizer)\\n          : undefined;\\n\\n        if (guard && isIterateeCall(sources[0], sources[1], guard)) {\\n          customizer = length < 3 ? undefined : customizer;\\n          length = 1;\\n        }\\n        object = Object(object);\\n        while (++index < length) {\\n          var source = sources[index];\\n          if (source) {\\n            assigner(object, source, index, customizer);\\n          }\\n        }\\n        return object;\\n      });\\n    }\\n\\n    /**\\n     * Creates a `baseEach` or `baseEachRight` function.\\n     *\\n     * @private\\n     * @param {Function} eachFunc The function to iterate over a collection.\\n     * @param {boolean} [fromRight] Specify iterating from right to left.\\n     * @returns {Function} Returns the new base function.\\n     */\\n    function createBaseEach(eachFunc, fromRight) {\\n      return function(collection, iteratee) {\\n        if (collection == null) {\\n          return collection;\\n        }\\n        if (!isArrayLike(collection)) {\\n          return eachFunc(collection, iteratee);\\n        }\\n        var length = collection.length,\\n            index = fromRight ? length : -1,\\n            iterable = Object(collection);\\n\\n        while ((fromRight ? index-- : ++index < length)) {\\n          if (iteratee(iterable[index], index, iterable) === false) {\\n            break;\\n          }\\n        }\\n        return collection;\\n      };\\n    }\\n\\n    /**\\n     * Creates a base function for methods like `_.forIn` and `_.forOwn`.\\n     *\\n     * @private\\n     * @param {boolean} [fromRight] Specify iterating from right to left.\\n     * @returns {Function} Returns the new base function.\\n     */\\n    function createBaseFor(fromRight) {\\n      return function(object, iteratee, keysFunc) {\\n        var index = -1,\\n            iterable = Object(object),\\n            props = keysFunc(object),\\n            length = props.length;\\n\\n        while (length--) {\\n          var key = props[fromRight ? length : ++index];\\n          if (iteratee(iterable[key], key, iterable) === false) {\\n            break;\\n          }\\n        }\\n        return object;\\n      };\\n    }\\n\\n    /**\\n     * Creates a function that wraps `func` to invoke it with the optional `this`\\n     * binding of `thisArg`.\\n     *\\n     * @private\\n     * @param {Function} func The function to wrap.\\n     * @param {number} bitmask The bitmask flags. See `createWrap` for more details.\\n     * @param {*} [thisArg] The `this` binding of `func`.\\n     * @returns {Function} Returns the new wrapped function.\\n     */\\n    function createBind(func, bitmask, thisArg) {\\n      var isBind = bitmask & WRAP_BIND_FLAG,\\n          Ctor = createCtor(func);\\n\\n      function wrapper() {\\n        var fn = (this && this !== root && this instanceof wrapper) ? Ctor : func;\\n        return fn.apply(isBind ? thisArg : this, arguments);\\n      }\\n      return wrapper;\\n    }\\n\\n    /**\\n     * Creates a function like `_.lowerFirst`.\\n     *\\n     * @private\\n     * @param {string} methodName The name of the `String` case method to use.\\n     * @returns {Function} Returns the new case function.\\n     */\\n    function createCaseFirst(methodName) {\\n      return function(string) {\\n        string = toString(string);\\n\\n        var strSymbols = hasUnicode(string)\\n          ? stringToArray(string)\\n          : undefined;\\n\\n        var chr = strSymbols\\n          ? strSymbols[0]\\n          : string.charAt(0);\\n\\n        var trailing = strSymbols\\n          ? castSlice(strSymbols, 1).join('')\\n          : string.slice(1);\\n\\n        return chr[methodName]() + trailing;\\n      };\\n    }\\n\\n    /**\\n     * Creates a function like `_.camelCase`.\\n     *\\n     * @private\\n     * @param {Function} callback The function to combine each word.\\n     * @returns {Function} Returns the new compounder function.\\n     */\\n    function createCompounder(callback) {\\n      return function(string) {\\n        return arrayReduce(words(deburr(string).replace(reApos, '')), callback, '');\\n      };\\n    }\\n\\n    /**\\n     * Creates a function that produces an instance of `Ctor` regardless of\\n     * whether it was invoked as part of a `new` expression or by `call` or `apply`.\\n     *\\n     * @private\\n     * @param {Function} Ctor The constructor to wrap.\\n     * @returns {Function} Returns the new wrapped function.\\n     */\\n    function createCtor(Ctor) {\\n      return function() {\\n        // Use a `switch` statement to work with class constructors. See\\n        // http://ecma-international.org/ecma-262/7.0/#sec-ecmascript-function-objects-call-thisargument-argumentslist\\n        // for more details.\\n        var args = arguments;\\n        switch (args.length) {\\n          case 0: return new Ctor;\\n          case 1: return new Ctor(args[0]);\\n          case 2: return new Ctor(args[0], args[1]);\\n          case 3: return new Ctor(args[0], args[1], args[2]);\\n          case 4: return new Ctor(args[0], args[1], args[2], args[3]);\\n          case 5: return new Ctor(args[0], args[1], args[2], args[3], args[4]);\\n          case 6: return new Ctor(args[0], args[1], args[2], args[3], args[4], args[5]);\\n          case 7: return new Ctor(args[0], args[1], args[2], args[3], args[4], args[5], args[6]);\\n        }\\n        var thisBinding = baseCreate(Ctor.prototype),\\n            result = Ctor.apply(thisBinding, args);\\n\\n        // Mimic the constructor's `return` behavior.\\n        // See https://es5.github.io/#x13.2.2 for more details.\\n        return isObject(result) ? result : thisBinding;\\n      };\\n    }\\n\\n    /**\\n     * Creates a function that wraps `func` to enable currying.\\n     *\\n     * @private\\n     * @param {Function} func The function to wrap.\\n     * @param {number} bitmask The bitmask flags. See `createWrap` for more details.\\n     * @param {number} arity The arity of `func`.\\n     * @returns {Function} Returns the new wrapped function.\\n     */\\n    function createCurry(func, bitmask, arity) {\\n      var Ctor = createCtor(func);\\n\\n      function wrapper() {\\n        var length = arguments.length,\\n            args = Array(length),\\n            index = length,\\n            placeholder = getHolder(wrapper);\\n\\n        while (index--) {\\n          args[index] = arguments[index];\\n        }\\n        var holders = (length < 3 && args[0] !== placeholder && args[length - 1] !== placeholder)\\n          ? []\\n          : replaceHolders(args, placeholder);\\n\\n        length -= holders.length;\\n        if (length < arity) {\\n          return createRecurry(\\n            func, bitmask, createHybrid, wrapper.placeholder, undefined,\\n            args, holders, undefined, undefined, arity - length);\\n        }\\n        var fn = (this && this !== root && this instanceof wrapper) ? Ctor : func;\\n        return apply(fn, this, args);\\n      }\\n      return wrapper;\\n    }\\n\\n    /**\\n     * Creates a `_.find` or `_.findLast` function.\\n     *\\n     * @private\\n     * @param {Function} findIndexFunc The function to find the collection index.\\n     * @returns {Function} Returns the new find function.\\n     */\\n    function createFind(findIndexFunc) {\\n      return function(collection, predicate, fromIndex) {\\n        var iterable = Object(collection);\\n        if (!isArrayLike(collection)) {\\n          var iteratee = getIteratee(predicate, 3);\\n          collection = keys(collection);\\n          predicate = function(key) { return iteratee(iterable[key], key, iterable); };\\n        }\\n        var index = findIndexFunc(collection, predicate, fromIndex);\\n        return index > -1 ? iterable[iteratee ? collection[index] : index] : undefined;\\n      };\\n    }\\n\\n    /**\\n     * Creates a `_.flow` or `_.flowRight` function.\\n     *\\n     * @private\\n     * @param {boolean} [fromRight] Specify iterating from right to left.\\n     * @returns {Function} Returns the new flow function.\\n     */\\n    function createFlow(fromRight) {\\n      return flatRest(function(funcs) {\\n        var length = funcs.length,\\n            index = length,\\n            prereq = LodashWrapper.prototype.thru;\\n\\n        if (fromRight) {\\n          funcs.reverse();\\n        }\\n        while (index--) {\\n          var func = funcs[index];\\n          if (typeof func != 'function') {\\n            throw new TypeError(FUNC_ERROR_TEXT);\\n          }\\n          if (prereq && !wrapper && getFuncName(func) == 'wrapper') {\\n            var wrapper = new LodashWrapper([], true);\\n          }\\n        }\\n        index = wrapper ? index : length;\\n        while (++index < length) {\\n          func = funcs[index];\\n\\n          var funcName = getFuncName(func),\\n              data = funcName == 'wrapper' ? getData(func) : undefined;\\n\\n          if (data && isLaziable(data[0]) &&\\n                data[1] == (WRAP_ARY_FLAG | WRAP_CURRY_FLAG | WRAP_PARTIAL_FLAG | WRAP_REARG_FLAG) &&\\n                !data[4].length && data[9] == 1\\n              ) {\\n            wrapper = wrapper[getFuncName(data[0])].apply(wrapper, data[3]);\\n          } else {\\n            wrapper = (func.length == 1 && isLaziable(func))\\n              ? wrapper[funcName]()\\n              : wrapper.thru(func);\\n          }\\n        }\\n        return function() {\\n          var args = arguments,\\n              value = args[0];\\n\\n          if (wrapper && args.length == 1 && isArray(value)) {\\n            return wrapper.plant(value).value();\\n          }\\n          var index = 0,\\n              result = length ? funcs[index].apply(this, args) : value;\\n\\n          while (++index < length) {\\n            result = funcs[index].call(this, result);\\n          }\\n          return result;\\n        };\\n      });\\n    }\\n\\n    /**\\n     * Creates a function that wraps `func` to invoke it with optional `this`\\n     * binding of `thisArg`, partial application, and currying.\\n     *\\n     * @private\\n     * @param {Function|string} func The function or method name to wrap.\\n     * @param {number} bitmask The bitmask flags. See `createWrap` for more details.\\n     * @param {*} [thisArg] The `this` binding of `func`.\\n     * @param {Array} [partials] The arguments to prepend to those provided to\\n     *  the new function.\\n     * @param {Array} [holders] The `partials` placeholder indexes.\\n     * @param {Array} [partialsRight] The arguments to append to those provided\\n     *  to the new function.\\n     * @param {Array} [holdersRight] The `partialsRight` placeholder indexes.\\n     * @param {Array} [argPos] The argument positions of the new function.\\n     * @param {number} [ary] The arity cap of `func`.\\n     * @param {number} [arity] The arity of `func`.\\n     * @returns {Function} Returns the new wrapped function.\\n     */\\n    function createHybrid(func, bitmask, thisArg, partials, holders, partialsRight, holdersRight, argPos, ary, arity) {\\n      var isAry = bitmask & WRAP_ARY_FLAG,\\n          isBind = bitmask & WRAP_BIND_FLAG,\\n          isBindKey = bitmask & WRAP_BIND_KEY_FLAG,\\n          isCurried = bitmask & (WRAP_CURRY_FLAG | WRAP_CURRY_RIGHT_FLAG),\\n          isFlip = bitmask & WRAP_FLIP_FLAG,\\n          Ctor = isBindKey ? undefined : createCtor(func);\\n\\n      function wrapper() {\\n        var length = arguments.length,\\n            args = Array(length),\\n            index = length;\\n\\n        while (index--) {\\n          args[index] = arguments[index];\\n        }\\n        if (isCurried) {\\n          var placeholder = getHolder(wrapper),\\n              holdersCount = countHolders(args, placeholder);\\n        }\\n        if (partials) {\\n          args = composeArgs(args, partials, holders, isCurried);\\n        }\\n        if (partialsRight) {\\n          args = composeArgsRight(args, partialsRight, holdersRight, isCurried);\\n        }\\n        length -= holdersCount;\\n        if (isCurried && length < arity) {\\n          var newHolders = replaceHolders(args, placeholder);\\n          return createRecurry(\\n            func, bitmask, createHybrid, wrapper.placeholder, thisArg,\\n            args, newHolders, argPos, ary, arity - length\\n          );\\n        }\\n        var thisBinding = isBind ? thisArg : this,\\n            fn = isBindKey ? thisBinding[func] : func;\\n\\n        length = args.length;\\n        if (argPos) {\\n          args = reorder(args, argPos);\\n        } else if (isFlip && length > 1) {\\n          args.reverse();\\n        }\\n        if (isAry && ary < length) {\\n          args.length = ary;\\n        }\\n        if (this && this !== root && this instanceof wrapper) {\\n          fn = Ctor || createCtor(fn);\\n        }\\n        return fn.apply(thisBinding, args);\\n      }\\n      return wrapper;\\n    }\\n\\n    /**\\n     * Creates a function like `_.invertBy`.\\n     *\\n     * @private\\n     * @param {Function} setter The function to set accumulator values.\\n     * @param {Function} toIteratee The function to resolve iteratees.\\n     * @returns {Function} Returns the new inverter function.\\n     */\\n    function createInverter(setter, toIteratee) {\\n      return function(object, iteratee) {\\n        return baseInverter(object, setter, toIteratee(iteratee), {});\\n      };\\n    }\\n\\n    /**\\n     * Creates a function that performs a mathematical operation on two values.\\n     *\\n     * @private\\n     * @param {Function} operator The function to perform the operation.\\n     * @param {number} [defaultValue] The value used for `undefined` arguments.\\n     * @returns {Function} Returns the new mathematical operation function.\\n     */\\n    function createMathOperation(operator, defaultValue) {\\n      return function(value, other) {\\n        var result;\\n        if (value === undefined && other === undefined) {\\n          return defaultValue;\\n        }\\n        if (value !== undefined) {\\n          result = value;\\n        }\\n        if (other !== undefined) {\\n          if (result === undefined) {\\n            return other;\\n          }\\n          if (typeof value == 'string' || typeof other == 'string') {\\n            value = baseToString(value);\\n            other = baseToString(other);\\n          } else {\\n            value = baseToNumber(value);\\n            other = baseToNumber(other);\\n          }\\n          result = operator(value, other);\\n        }\\n        return result;\\n      };\\n    }\\n\\n    /**\\n     * Creates a function like `_.over`.\\n     *\\n     * @private\\n     * @param {Function} arrayFunc The function to iterate over iteratees.\\n     * @returns {Function} Returns the new over function.\\n     */\\n    function createOver(arrayFunc) {\\n      return flatRest(function(iteratees) {\\n        iteratees = arrayMap(iteratees, baseUnary(getIteratee()));\\n        return baseRest(function(args) {\\n          var thisArg = this;\\n          return arrayFunc(iteratees, function(iteratee) {\\n            return apply(iteratee, thisArg, args);\\n          });\\n        });\\n      });\\n    }\\n\\n    /**\\n     * Creates the padding for `string` based on `length`. The `chars` string\\n     * is truncated if the number of characters exceeds `length`.\\n     *\\n     * @private\\n     * @param {number} length The padding length.\\n     * @param {string} [chars=' '] The string used as padding.\\n     * @returns {string} Returns the padding for `string`.\\n     */\\n    function createPadding(length, chars) {\\n      chars = chars === undefined ? ' ' : baseToString(chars);\\n\\n      var charsLength = chars.length;\\n      if (charsLength < 2) {\\n        return charsLength ? baseRepeat(chars, length) : chars;\\n      }\\n      var result = baseRepeat(chars, nativeCeil(length / stringSize(chars)));\\n      return hasUnicode(chars)\\n        ? castSlice(stringToArray(result), 0, length).join('')\\n        : result.slice(0, length);\\n    }\\n\\n    /**\\n     * Creates a function that wraps `func` to invoke it with the `this` binding\\n     * of `thisArg` and `partials` prepended to the arguments it receives.\\n     *\\n     * @private\\n     * @param {Function} func The function to wrap.\\n     * @param {number} bitmask The bitmask flags. See `createWrap` for more details.\\n     * @param {*} thisArg The `this` binding of `func`.\\n     * @param {Array} partials The arguments to prepend to those provided to\\n     *  the new function.\\n     * @returns {Function} Returns the new wrapped function.\\n     */\\n    function createPartial(func, bitmask, thisArg, partials) {\\n      var isBind = bitmask & WRAP_BIND_FLAG,\\n          Ctor = createCtor(func);\\n\\n      function wrapper() {\\n        var argsIndex = -1,\\n            argsLength = arguments.length,\\n            leftIndex = -1,\\n            leftLength = partials.length,\\n            args = Array(leftLength + argsLength),\\n            fn = (this && this !== root && this instanceof wrapper) ? Ctor : func;\\n\\n        while (++leftIndex < leftLength) {\\n          args[leftIndex] = partials[leftIndex];\\n        }\\n        while (argsLength--) {\\n          args[leftIndex++] = arguments[++argsIndex];\\n        }\\n        return apply(fn, isBind ? thisArg : this, args);\\n      }\\n      return wrapper;\\n    }\\n\\n    /**\\n     * Creates a `_.range` or `_.rangeRight` function.\\n     *\\n     * @private\\n     * @param {boolean} [fromRight] Specify iterating from right to left.\\n     * @returns {Function} Returns the new range function.\\n     */\\n    function createRange(fromRight) {\\n      return function(start, end, step) {\\n        if (step && typeof step != 'number' && isIterateeCall(start, end, step)) {\\n          end = step = undefined;\\n        }\\n        // Ensure the sign of `-0` is preserved.\\n        start = toFinite(start);\\n        if (end === undefined) {\\n          end = start;\\n          start = 0;\\n        } else {\\n          end = toFinite(end);\\n        }\\n        step = step === undefined ? (start < end ? 1 : -1) : toFinite(step);\\n        return baseRange(start, end, step, fromRight);\\n      };\\n    }\\n\\n    /**\\n     * Creates a function that performs a relational operation on two values.\\n     *\\n     * @private\\n     * @param {Function} operator The function to perform the operation.\\n     * @returns {Function} Returns the new relational operation function.\\n     */\\n    function createRelationalOperation(operator) {\\n      return function(value, other) {\\n        if (!(typeof value == 'string' && typeof other == 'string')) {\\n          value = toNumber(value);\\n          other = toNumber(other);\\n        }\\n        return operator(value, other);\\n      };\\n    }\\n\\n    /**\\n     * Creates a function that wraps `func` to continue currying.\\n     *\\n     * @private\\n     * @param {Function} func The function to wrap.\\n     * @param {number} bitmask The bitmask flags. See `createWrap` for more details.\\n     * @param {Function} wrapFunc The function to create the `func` wrapper.\\n     * @param {*} placeholder The placeholder value.\\n     * @param {*} [thisArg] The `this` binding of `func`.\\n     * @param {Array} [partials] The arguments to prepend to those provided to\\n     *  the new function.\\n     * @param {Array} [holders] The `partials` placeholder indexes.\\n     * @param {Array} [argPos] The argument positions of the new function.\\n     * @param {number} [ary] The arity cap of `func`.\\n     * @param {number} [arity] The arity of `func`.\\n     * @returns {Function} Returns the new wrapped function.\\n     */\\n    function createRecurry(func, bitmask, wrapFunc, placeholder, thisArg, partials, holders, argPos, ary, arity) {\\n      var isCurry = bitmask & WRAP_CURRY_FLAG,\\n          newHolders = isCurry ? holders : undefined,\\n          newHoldersRight = isCurry ? undefined : holders,\\n          newPartials = isCurry ? partials : undefined,\\n          newPartialsRight = isCurry ? undefined : partials;\\n\\n      bitmask |= (isCurry ? WRAP_PARTIAL_FLAG : WRAP_PARTIAL_RIGHT_FLAG);\\n      bitmask &= ~(isCurry ? WRAP_PARTIAL_RIGHT_FLAG : WRAP_PARTIAL_FLAG);\\n\\n      if (!(bitmask & WRAP_CURRY_BOUND_FLAG)) {\\n        bitmask &= ~(WRAP_BIND_FLAG | WRAP_BIND_KEY_FLAG);\\n      }\\n      var newData = [\\n        func, bitmask, thisArg, newPartials, newHolders, newPartialsRight,\\n        newHoldersRight, argPos, ary, arity\\n      ];\\n\\n      var result = wrapFunc.apply(undefined, newData);\\n      if (isLaziable(func)) {\\n        setData(result, newData);\\n      }\\n      result.placeholder = placeholder;\\n      return setWrapToString(result, func, bitmask);\\n    }\\n\\n    /**\\n     * Creates a function like `_.round`.\\n     *\\n     * @private\\n     * @param {string} methodName The name of the `Math` method to use when rounding.\\n     * @returns {Function} Returns the new round function.\\n     */\\n    function createRound(methodName) {\\n      var func = Math[methodName];\\n      return function(number, precision) {\\n        number = toNumber(number);\\n        precision = precision == null ? 0 : nativeMin(toInteger(precision), 292);\\n        if (precision) {\\n          // Shift with exponential notation to avoid floating-point issues.\\n          // See [MDN](https://mdn.io/round#Examples) for more details.\\n          var pair = (toString(number) + 'e').split('e'),\\n              value = func(pair[0] + 'e' + (+pair[1] + precision));\\n\\n          pair = (toString(value) + 'e').split('e');\\n          return +(pair[0] + 'e' + (+pair[1] - precision));\\n        }\\n        return func(number);\\n      };\\n    }\\n\\n    /**\\n     * Creates a set object of `values`.\\n     *\\n     * @private\\n     * @param {Array} values The values to add to the set.\\n     * @returns {Object} Returns the new set.\\n     */\\n    var createSet = !(Set && (1 / setToArray(new Set([,-0]))[1]) == INFINITY) ? noop : function(values) {\\n      return new Set(values);\\n    };\\n\\n    /**\\n     * Creates a `_.toPairs` or `_.toPairsIn` function.\\n     *\\n     * @private\\n     * @param {Function} keysFunc The function to get the keys of a given object.\\n     * @returns {Function} Returns the new pairs function.\\n     */\\n    function createToPairs(keysFunc) {\\n      return function(object) {\\n        var tag = getTag(object);\\n        if (tag == mapTag) {\\n          return mapToArray(object);\\n        }\\n        if (tag == setTag) {\\n          return setToPairs(object);\\n        }\\n        return baseToPairs(object, keysFunc(object));\\n      };\\n    }\\n\\n    /**\\n     * Creates a function that either curries or invokes `func` with optional\\n     * `this` binding and partially applied arguments.\\n     *\\n     * @private\\n     * @param {Function|string} func The function or method name to wrap.\\n     * @param {number} bitmask The bitmask flags.\\n     *    1 - `_.bind`\\n     *    2 - `_.bindKey`\\n     *    4 - `_.curry` or `_.curryRight` of a bound function\\n     *    8 - `_.curry`\\n     *   16 - `_.curryRight`\\n     *   32 - `_.partial`\\n     *   64 - `_.partialRight`\\n     *  128 - `_.rearg`\\n     *  256 - `_.ary`\\n     *  512 - `_.flip`\\n     * @param {*} [thisArg] The `this` binding of `func`.\\n     * @param {Array} [partials] The arguments to be partially applied.\\n     * @param {Array} [holders] The `partials` placeholder indexes.\\n     * @param {Array} [argPos] The argument positions of the new function.\\n     * @param {number} [ary] The arity cap of `func`.\\n     * @param {number} [arity] The arity of `func`.\\n     * @returns {Function} Returns the new wrapped function.\\n     */\\n    function createWrap(func, bitmask, thisArg, partials, holders, argPos, ary, arity) {\\n      var isBindKey = bitmask & WRAP_BIND_KEY_FLAG;\\n      if (!isBindKey && typeof func != 'function') {\\n        throw new TypeError(FUNC_ERROR_TEXT);\\n      }\\n      var length = partials ? partials.length : 0;\\n      if (!length) {\\n        bitmask &= ~(WRAP_PARTIAL_FLAG | WRAP_PARTIAL_RIGHT_FLAG);\\n        partials = holders = undefined;\\n      }\\n      ary = ary === undefined ? ary : nativeMax(toInteger(ary), 0);\\n      arity = arity === undefined ? arity : toInteger(arity);\\n      length -= holders ? holders.length : 0;\\n\\n      if (bitmask & WRAP_PARTIAL_RIGHT_FLAG) {\\n        var partialsRight = partials,\\n            holdersRight = holders;\\n\\n        partials = holders = undefined;\\n      }\\n      var data = isBindKey ? undefined : getData(func);\\n\\n      var newData = [\\n        func, bitmask, thisArg, partials, holders, partialsRight, holdersRight,\\n        argPos, ary, arity\\n      ];\\n\\n      if (data) {\\n        mergeData(newData, data);\\n      }\\n      func = newData[0];\\n      bitmask = newData[1];\\n      thisArg = newData[2];\\n      partials = newData[3];\\n      holders = newData[4];\\n      arity = newData[9] = newData[9] === undefined\\n        ? (isBindKey ? 0 : func.length)\\n        : nativeMax(newData[9] - length, 0);\\n\\n      if (!arity && bitmask & (WRAP_CURRY_FLAG | WRAP_CURRY_RIGHT_FLAG)) {\\n        bitmask &= ~(WRAP_CURRY_FLAG | WRAP_CURRY_RIGHT_FLAG);\\n      }\\n      if (!bitmask || bitmask == WRAP_BIND_FLAG) {\\n        var result = createBind(func, bitmask, thisArg);\\n      } else if (bitmask == WRAP_CURRY_FLAG || bitmask == WRAP_CURRY_RIGHT_FLAG) {\\n        result = createCurry(func, bitmask, arity);\\n      } else if ((bitmask == WRAP_PARTIAL_FLAG || bitmask == (WRAP_BIND_FLAG | WRAP_PARTIAL_FLAG)) && !holders.length) {\\n        result = createPartial(func, bitmask, thisArg, partials);\\n      } else {\\n        result = createHybrid.apply(undefined, newData);\\n      }\\n      var setter = data ? baseSetData : setData;\\n      return setWrapToString(setter(result, newData), func, bitmask);\\n    }\\n\\n    /**\\n     * Used by `_.defaults` to customize its `_.assignIn` use to assign properties\\n     * of source objects to the destination object for all destination properties\\n     * that resolve to `undefined`.\\n     *\\n     * @private\\n     * @param {*} objValue The destination value.\\n     * @param {*} srcValue The source value.\\n     * @param {string} key The key of the property to assign.\\n     * @param {Object} object The parent object of `objValue`.\\n     * @returns {*} Returns the value to assign.\\n     */\\n    function customDefaultsAssignIn(objValue, srcValue, key, object) {\\n      if (objValue === undefined ||\\n          (eq(objValue, objectProto[key]) && !hasOwnProperty.call(object, key))) {\\n        return srcValue;\\n      }\\n      return objValue;\\n    }\\n\\n    /**\\n     * Used by `_.defaultsDeep` to customize its `_.merge` use to merge source\\n     * objects into destination objects that are passed thru.\\n     *\\n     * @private\\n     * @param {*} objValue The destination value.\\n     * @param {*} srcValue The source value.\\n     * @param {string} key The key of the property to merge.\\n     * @param {Object} object The parent object of `objValue`.\\n     * @param {Object} source The parent object of `srcValue`.\\n     * @param {Object} [stack] Tracks traversed source values and their merged\\n     *  counterparts.\\n     * @returns {*} Returns the value to assign.\\n     */\\n    function customDefaultsMerge(objValue, srcValue, key, object, source, stack) {\\n      if (isObject(objValue) && isObject(srcValue)) {\\n        // Recursively merge objects and arrays (susceptible to call stack limits).\\n        stack.set(srcValue, objValue);\\n        baseMerge(objValue, srcValue, undefined, customDefaultsMerge, stack);\\n        stack['delete'](srcValue);\\n      }\\n      return objValue;\\n    }\\n\\n    /**\\n     * Used by `_.omit` to customize its `_.cloneDeep` use to only clone plain\\n     * objects.\\n     *\\n     * @private\\n     * @param {*} value The value to inspect.\\n     * @param {string} key The key of the property to inspect.\\n     * @returns {*} Returns the uncloned value or `undefined` to defer cloning to `_.cloneDeep`.\\n     */\\n    function customOmitClone(value) {\\n      return isPlainObject(value) ? undefined : value;\\n    }\\n\\n    /**\\n     * A specialized version of `baseIsEqualDeep` for arrays with support for\\n     * partial deep comparisons.\\n     *\\n     * @private\\n     * @param {Array} array The array to compare.\\n     * @param {Array} other The other array to compare.\\n     * @param {number} bitmask The bitmask flags. See `baseIsEqual` for more details.\\n     * @param {Function} customizer The function to customize comparisons.\\n     * @param {Function} equalFunc The function to determine equivalents of values.\\n     * @param {Object} stack Tracks traversed `array` and `other` objects.\\n     * @returns {boolean} Returns `true` if the arrays are equivalent, else `false`.\\n     */\\n    function equalArrays(array, other, bitmask, customizer, equalFunc, stack) {\\n      var isPartial = bitmask & COMPARE_PARTIAL_FLAG,\\n          arrLength = array.length,\\n          othLength = other.length;\\n\\n      if (arrLength != othLength && !(isPartial && othLength > arrLength)) {\\n        return false;\\n      }\\n      // Assume cyclic values are equal.\\n      var stacked = stack.get(array);\\n      if (stacked && stack.get(other)) {\\n        return stacked == other;\\n      }\\n      var index = -1,\\n          result = true,\\n          seen = (bitmask & COMPARE_UNORDERED_FLAG) ? new SetCache : undefined;\\n\\n      stack.set(array, other);\\n      stack.set(other, array);\\n\\n      // Ignore non-index properties.\\n      while (++index < arrLength) {\\n        var arrValue = array[index],\\n            othValue = other[index];\\n\\n        if (customizer) {\\n          var compared = isPartial\\n            ? customizer(othValue, arrValue, index, other, array, stack)\\n            : customizer(arrValue, othValue, index, array, other, stack);\\n        }\\n        if (compared !== undefined) {\\n          if (compared) {\\n            continue;\\n          }\\n          result = false;\\n          break;\\n        }\\n        // Recursively compare arrays (susceptible to call stack limits).\\n        if (seen) {\\n          if (!arraySome(other, function(othValue, othIndex) {\\n                if (!cacheHas(seen, othIndex) &&\\n                    (arrValue === othValue || equalFunc(arrValue, othValue, bitmask, customizer, stack))) {\\n                  return seen.push(othIndex);\\n                }\\n              })) {\\n            result = false;\\n            break;\\n          }\\n        } else if (!(\\n              arrValue === othValue ||\\n                equalFunc(arrValue, othValue, bitmask, customizer, stack)\\n            )) {\\n          result = false;\\n          break;\\n        }\\n      }\\n      stack['delete'](array);\\n      stack['delete'](other);\\n      return result;\\n    }\\n\\n    /**\\n     * A specialized version of `baseIsEqualDeep` for comparing objects of\\n     * the same `toStringTag`.\\n     *\\n     * **Note:** This function only supports comparing values with tags of\\n     * `Boolean`, `Date`, `Error`, `Number`, `RegExp`, or `String`.\\n     *\\n     * @private\\n     * @param {Object} object The object to compare.\\n     * @param {Object} other The other object to compare.\\n     * @param {string} tag The `toStringTag` of the objects to compare.\\n     * @param {number} bitmask The bitmask flags. See `baseIsEqual` for more details.\\n     * @param {Function} customizer The function to customize comparisons.\\n     * @param {Function} equalFunc The function to determine equivalents of values.\\n     * @param {Object} stack Tracks traversed `object` and `other` objects.\\n     * @returns {boolean} Returns `true` if the objects are equivalent, else `false`.\\n     */\\n    function equalByTag(object, other, tag, bitmask, customizer, equalFunc, stack) {\\n      switch (tag) {\\n        case dataViewTag:\\n          if ((object.byteLength != other.byteLength) ||\\n              (object.byteOffset != other.byteOffset)) {\\n            return false;\\n          }\\n          object = object.buffer;\\n          other = other.buffer;\\n\\n        case arrayBufferTag:\\n          if ((object.byteLength != other.byteLength) ||\\n              !equalFunc(new Uint8Array(object), new Uint8Array(other))) {\\n            return false;\\n          }\\n          return true;\\n\\n        case boolTag:\\n        case dateTag:\\n        case numberTag:\\n          // Coerce booleans to `1` or `0` and dates to milliseconds.\\n          // Invalid dates are coerced to `NaN`.\\n          return eq(+object, +other);\\n\\n        case errorTag:\\n          return object.name == other.name && object.message == other.message;\\n\\n        case regexpTag:\\n        case stringTag:\\n          // Coerce regexes to strings and treat strings, primitives and objects,\\n          // as equal. See http://www.ecma-international.org/ecma-262/7.0/#sec-regexp.prototype.tostring\\n          // for more details.\\n          return object == (other + '');\\n\\n        case mapTag:\\n          var convert = mapToArray;\\n\\n        case setTag:\\n          var isPartial = bitmask & COMPARE_PARTIAL_FLAG;\\n          convert || (convert = setToArray);\\n\\n          if (object.size != other.size && !isPartial) {\\n            return false;\\n          }\\n          // Assume cyclic values are equal.\\n          var stacked = stack.get(object);\\n          if (stacked) {\\n            return stacked == other;\\n          }\\n          bitmask |= COMPARE_UNORDERED_FLAG;\\n\\n          // Recursively compare objects (susceptible to call stack limits).\\n          stack.set(object, other);\\n          var result = equalArrays(convert(object), convert(other), bitmask, customizer, equalFunc, stack);\\n          stack['delete'](object);\\n          return result;\\n\\n        case symbolTag:\\n          if (symbolValueOf) {\\n            return symbolValueOf.call(object) == symbolValueOf.call(other);\\n          }\\n      }\\n      return false;\\n    }\\n\\n    /**\\n     * A specialized version of `baseIsEqualDeep` for objects with support for\\n     * partial deep comparisons.\\n     *\\n     * @private\\n     * @param {Object} object The object to compare.\\n     * @param {Object} other The other object to compare.\\n     * @param {number} bitmask The bitmask flags. See `baseIsEqual` for more details.\\n     * @param {Function} customizer The function to customize comparisons.\\n     * @param {Function} equalFunc The function to determine equivalents of values.\\n     * @param {Object} stack Tracks traversed `object` and `other` objects.\\n     * @returns {boolean} Returns `true` if the objects are equivalent, else `false`.\\n     */\\n    function equalObjects(object, other, bitmask, customizer, equalFunc, stack) {\\n      var isPartial = bitmask & COMPARE_PARTIAL_FLAG,\\n          objProps = getAllKeys(object),\\n          objLength = objProps.length,\\n          othProps = getAllKeys(other),\\n          othLength = othProps.length;\\n\\n      if (objLength != othLength && !isPartial) {\\n        return false;\\n      }\\n      var index = objLength;\\n      while (index--) {\\n        var key = objProps[index];\\n        if (!(isPartial ? key in other : hasOwnProperty.call(other, key))) {\\n          return false;\\n        }\\n      }\\n      // Assume cyclic values are equal.\\n      var stacked = stack.get(object);\\n      if (stacked && stack.get(other)) {\\n        return stacked == other;\\n      }\\n      var result = true;\\n      stack.set(object, other);\\n      stack.set(other, object);\\n\\n      var skipCtor = isPartial;\\n      while (++index < objLength) {\\n        key = objProps[index];\\n        var objValue = object[key],\\n            othValue = other[key];\\n\\n        if (customizer) {\\n          var compared = isPartial\\n            ? customizer(othValue, objValue, key, other, object, stack)\\n            : customizer(objValue, othValue, key, object, other, stack);\\n        }\\n        // Recursively compare objects (susceptible to call stack limits).\\n        if (!(compared === undefined\\n              ? (objValue === othValue || equalFunc(objValue, othValue, bitmask, customizer, stack))\\n              : compared\\n            )) {\\n          result = false;\\n          break;\\n        }\\n        skipCtor || (skipCtor = key == 'constructor');\\n      }\\n      if (result && !skipCtor) {\\n        var objCtor = object.constructor,\\n            othCtor = other.constructor;\\n\\n        // Non `Object` object instances with different constructors are not equal.\\n        if (objCtor != othCtor &&\\n            ('constructor' in object && 'constructor' in other) &&\\n            !(typeof objCtor == 'function' && objCtor instanceof objCtor &&\\n              typeof othCtor == 'function' && othCtor instanceof othCtor)) {\\n          result = false;\\n        }\\n      }\\n      stack['delete'](object);\\n      stack['delete'](other);\\n      return result;\\n    }\\n\\n    /**\\n     * A specialized version of `baseRest` which flattens the rest array.\\n     *\\n     * @private\\n     * @param {Function} func The function to apply a rest parameter to.\\n     * @returns {Function} Returns the new function.\\n     */\\n    function flatRest(func) {\\n      return setToString(overRest(func, undefined, flatten), func + '');\\n    }\\n\\n    /**\\n     * Creates an array of own enumerable property names and symbols of `object`.\\n     *\\n     * @private\\n     * @param {Object} object The object to query.\\n     * @returns {Array} Returns the array of property names and symbols.\\n     */\\n    function getAllKeys(object) {\\n      return baseGetAllKeys(object, keys, getSymbols);\\n    }\\n\\n    /**\\n     * Creates an array of own and inherited enumerable property names and\\n     * symbols of `object`.\\n     *\\n     * @private\\n     * @param {Object} object The object to query.\\n     * @returns {Array} Returns the array of property names and symbols.\\n     */\\n    function getAllKeysIn(object) {\\n      return baseGetAllKeys(object, keysIn, getSymbolsIn);\\n    }\\n\\n    /**\\n     * Gets metadata for `func`.\\n     *\\n     * @private\\n     * @param {Function} func The function to query.\\n     * @returns {*} Returns the metadata for `func`.\\n     */\\n    var getData = !metaMap ? noop : function(func) {\\n      return metaMap.get(func);\\n    };\\n\\n    /**\\n     * Gets the name of `func`.\\n     *\\n     * @private\\n     * @param {Function} func The function to query.\\n     * @returns {string} Returns the function name.\\n     */\\n    function getFuncName(func) {\\n      var result = (func.name + ''),\\n          array = realNames[result],\\n          length = hasOwnProperty.call(realNames, result) ? array.length : 0;\\n\\n      while (length--) {\\n        var data = array[length],\\n            otherFunc = data.func;\\n        if (otherFunc == null || otherFunc == func) {\\n          return data.name;\\n        }\\n      }\\n      return result;\\n    }\\n\\n    /**\\n     * Gets the argument placeholder value for `func`.\\n     *\\n     * @private\\n     * @param {Function} func The function to inspect.\\n     * @returns {*} Returns the placeholder value.\\n     */\\n    function getHolder(func) {\\n      var object = hasOwnProperty.call(lodash, 'placeholder') ? lodash : func;\\n      return object.placeholder;\\n    }\\n\\n    /**\\n     * Gets the appropriate \\\"iteratee\\\" function. If `_.iteratee` is customized,\\n     * this function returns the custom method, otherwise it returns `baseIteratee`.\\n     * If arguments are provided, the chosen function is invoked with them and\\n     * its result is returned.\\n     *\\n     * @private\\n     * @param {*} [value] The value to convert to an iteratee.\\n     * @param {number} [arity] The arity of the created iteratee.\\n     * @returns {Function} Returns the chosen function or its result.\\n     */\\n    function getIteratee() {\\n      var result = lodash.iteratee || iteratee;\\n      result = result === iteratee ? baseIteratee : result;\\n      return arguments.length ? result(arguments[0], arguments[1]) : result;\\n    }\\n\\n    /**\\n     * Gets the data for `map`.\\n     *\\n     * @private\\n     * @param {Object} map The map to query.\\n     * @param {string} key The reference key.\\n     * @returns {*} Returns the map data.\\n     */\\n    function getMapData(map, key) {\\n      var data = map.__data__;\\n      return isKeyable(key)\\n        ? data[typeof key == 'string' ? 'string' : 'hash']\\n        : data.map;\\n    }\\n\\n    /**\\n     * Gets the property names, values, and compare flags of `object`.\\n     *\\n     * @private\\n     * @param {Object} object The object to query.\\n     * @returns {Array} Returns the match data of `object`.\\n     */\\n    function getMatchData(object) {\\n      var result = keys(object),\\n          length = result.length;\\n\\n      while (length--) {\\n        var key = result[length],\\n            value = object[key];\\n\\n        result[length] = [key, value, isStrictComparable(value)];\\n      }\\n      return result;\\n    }\\n\\n    /**\\n     * Gets the native function at `key` of `object`.\\n     *\\n     * @private\\n     * @param {Object} object The object to query.\\n     * @param {string} key The key of the method to get.\\n     * @returns {*} Returns the function if it's native, else `undefined`.\\n     */\\n    function getNative(object, key) {\\n      var value = getValue(object, key);\\n      return baseIsNative(value) ? value : undefined;\\n    }\\n\\n    /**\\n     * A specialized version of `baseGetTag` which ignores `Symbol.toStringTag` values.\\n     *\\n     * @private\\n     * @param {*} value The value to query.\\n     * @returns {string} Returns the raw `toStringTag`.\\n     */\\n    function getRawTag(value) {\\n      var isOwn = hasOwnProperty.call(value, symToStringTag),\\n          tag = value[symToStringTag];\\n\\n      try {\\n        value[symToStringTag] = undefined;\\n        var unmasked = true;\\n      } catch (e) {}\\n\\n      var result = nativeObjectToString.call(value);\\n      if (unmasked) {\\n        if (isOwn) {\\n          value[symToStringTag] = tag;\\n        } else {\\n          delete value[symToStringTag];\\n        }\\n      }\\n      return result;\\n    }\\n\\n    /**\\n     * Creates an array of the own enumerable symbols of `object`.\\n     *\\n     * @private\\n     * @param {Object} object The object to query.\\n     * @returns {Array} Returns the array of symbols.\\n     */\\n    var getSymbols = !nativeGetSymbols ? stubArray : function(object) {\\n      if (object == null) {\\n        return [];\\n      }\\n      object = Object(object);\\n      return arrayFilter(nativeGetSymbols(object), function(symbol) {\\n        return propertyIsEnumerable.call(object, symbol);\\n      });\\n    };\\n\\n    /**\\n     * Creates an array of the own and inherited enumerable symbols of `object`.\\n     *\\n     * @private\\n     * @param {Object} object The object to query.\\n     * @returns {Array} Returns the array of symbols.\\n     */\\n    var getSymbolsIn = !nativeGetSymbols ? stubArray : function(object) {\\n      var result = [];\\n      while (object) {\\n        arrayPush(result, getSymbols(object));\\n        object = getPrototype(object);\\n      }\\n      return result;\\n    };\\n\\n    /**\\n     * Gets the `toStringTag` of `value`.\\n     *\\n     * @private\\n     * @param {*} value The value to query.\\n     * @returns {string} Returns the `toStringTag`.\\n     */\\n    var getTag = baseGetTag;\\n\\n    // Fallback for data views, maps, sets, and weak maps in IE 11 and promises in Node.js < 6.\\n    if ((DataView && getTag(new DataView(new ArrayBuffer(1))) != dataViewTag) ||\\n        (Map && getTag(new Map) != mapTag) ||\\n        (Promise && getTag(Promise.resolve()) != promiseTag) ||\\n        (Set && getTag(new Set) != setTag) ||\\n        (WeakMap && getTag(new WeakMap) != weakMapTag)) {\\n      getTag = function(value) {\\n        var result = baseGetTag(value),\\n            Ctor = result == objectTag ? value.constructor : undefined,\\n            ctorString = Ctor ? toSource(Ctor) : '';\\n\\n        if (ctorString) {\\n          switch (ctorString) {\\n            case dataViewCtorString: return dataViewTag;\\n            case mapCtorString: return mapTag;\\n            case promiseCtorString: return promiseTag;\\n            case setCtorString: return setTag;\\n            case weakMapCtorString: return weakMapTag;\\n          }\\n        }\\n        return result;\\n      };\\n    }\\n\\n    /**\\n     * Gets the view, applying any `transforms` to the `start` and `end` positions.\\n     *\\n     * @private\\n     * @param {number} start The start of the view.\\n     * @param {number} end The end of the view.\\n     * @param {Array} transforms The transformations to apply to the view.\\n     * @returns {Object} Returns an object containing the `start` and `end`\\n     *  positions of the view.\\n     */\\n    function getView(start, end, transforms) {\\n      var index = -1,\\n          length = transforms.length;\\n\\n      while (++index < length) {\\n        var data = transforms[index],\\n            size = data.size;\\n\\n        switch (data.type) {\\n          case 'drop':      start += size; break;\\n          case 'dropRight': end -= size; break;\\n          case 'take':      end = nativeMin(end, start + size); break;\\n          case 'takeRight': start = nativeMax(start, end - size); break;\\n        }\\n      }\\n      return { 'start': start, 'end': end };\\n    }\\n\\n    /**\\n     * Extracts wrapper details from the `source` body comment.\\n     *\\n     * @private\\n     * @param {string} source The source to inspect.\\n     * @returns {Array} Returns the wrapper details.\\n     */\\n    function getWrapDetails(source) {\\n      var match = source.match(reWrapDetails);\\n      return match ? match[1].split(reSplitDetails) : [];\\n    }\\n\\n    /**\\n     * Checks if `path` exists on `object`.\\n     *\\n     * @private\\n     * @param {Object} object The object to query.\\n     * @param {Array|string} path The path to check.\\n     * @param {Function} hasFunc The function to check properties.\\n     * @returns {boolean} Returns `true` if `path` exists, else `false`.\\n     */\\n    function hasPath(object, path, hasFunc) {\\n      path = castPath(path, object);\\n\\n      var index = -1,\\n          length = path.length,\\n          result = false;\\n\\n      while (++index < length) {\\n        var key = toKey(path[index]);\\n        if (!(result = object != null && hasFunc(object, key))) {\\n          break;\\n        }\\n        object = object[key];\\n      }\\n      if (result || ++index != length) {\\n        return result;\\n      }\\n      length = object == null ? 0 : object.length;\\n      return !!length && isLength(length) && isIndex(key, length) &&\\n        (isArray(object) || isArguments(object));\\n    }\\n\\n    /**\\n     * Initializes an array clone.\\n     *\\n     * @private\\n     * @param {Array} array The array to clone.\\n     * @returns {Array} Returns the initialized clone.\\n     */\\n    function initCloneArray(array) {\\n      var length = array.length,\\n          result = new array.constructor(length);\\n\\n      // Add properties assigned by `RegExp#exec`.\\n      if (length && typeof array[0] == 'string' && hasOwnProperty.call(array, 'index')) {\\n        result.index = array.index;\\n        result.input = array.input;\\n      }\\n      return result;\\n    }\\n\\n    /**\\n     * Initializes an object clone.\\n     *\\n     * @private\\n     * @param {Object} object The object to clone.\\n     * @returns {Object} Returns the initialized clone.\\n     */\\n    function initCloneObject(object) {\\n      return (typeof object.constructor == 'function' && !isPrototype(object))\\n        ? baseCreate(getPrototype(object))\\n        : {};\\n    }\\n\\n    /**\\n     * Initializes an object clone based on its `toStringTag`.\\n     *\\n     * **Note:** This function only supports cloning values with tags of\\n     * `Boolean`, `Date`, `Error`, `Map`, `Number`, `RegExp`, `Set`, or `String`.\\n     *\\n     * @private\\n     * @param {Object} object The object to clone.\\n     * @param {string} tag The `toStringTag` of the object to clone.\\n     * @param {boolean} [isDeep] Specify a deep clone.\\n     * @returns {Object} Returns the initialized clone.\\n     */\\n    function initCloneByTag(object, tag, isDeep) {\\n      var Ctor = object.constructor;\\n      switch (tag) {\\n        case arrayBufferTag:\\n          return cloneArrayBuffer(object);\\n\\n        case boolTag:\\n        case dateTag:\\n          return new Ctor(+object);\\n\\n        case dataViewTag:\\n          return cloneDataView(object, isDeep);\\n\\n        case float32Tag: case float64Tag:\\n        case int8Tag: case int16Tag: case int32Tag:\\n        case uint8Tag: case uint8ClampedTag: case uint16Tag: case uint32Tag:\\n          return cloneTypedArray(object, isDeep);\\n\\n        case mapTag:\\n          return new Ctor;\\n\\n        case numberTag:\\n        case stringTag:\\n          return new Ctor(object);\\n\\n        case regexpTag:\\n          return cloneRegExp(object);\\n\\n        case setTag:\\n          return new Ctor;\\n\\n        case symbolTag:\\n          return cloneSymbol(object);\\n      }\\n    }\\n\\n    /**\\n     * Inserts wrapper `details` in a comment at the top of the `source` body.\\n     *\\n     * @private\\n     * @param {string} source The source to modify.\\n     * @returns {Array} details The details to insert.\\n     * @returns {string} Returns the modified source.\\n     */\\n    function insertWrapDetails(source, details) {\\n      var length = details.length;\\n      if (!length) {\\n        return source;\\n      }\\n      var lastIndex = length - 1;\\n      details[lastIndex] = (length > 1 ? '& ' : '') + details[lastIndex];\\n      details = details.join(length > 2 ? ', ' : ' ');\\n      return source.replace(reWrapComment, '{\\\\n/* [wrapped with ' + details + '] */\\\\n');\\n    }\\n\\n    /**\\n     * Checks if `value` is a flattenable `arguments` object or array.\\n     *\\n     * @private\\n     * @param {*} value The value to check.\\n     * @returns {boolean} Returns `true` if `value` is flattenable, else `false`.\\n     */\\n    function isFlattenable(value) {\\n      return isArray(value) || isArguments(value) ||\\n        !!(spreadableSymbol && value && value[spreadableSymbol]);\\n    }\\n\\n    /**\\n     * Checks if `value` is a valid array-like index.\\n     *\\n     * @private\\n     * @param {*} value The value to check.\\n     * @param {number} [length=MAX_SAFE_INTEGER] The upper bounds of a valid index.\\n     * @returns {boolean} Returns `true` if `value` is a valid index, else `false`.\\n     */\\n    function isIndex(value, length) {\\n      var type = typeof value;\\n      length = length == null ? MAX_SAFE_INTEGER : length;\\n\\n      return !!length &&\\n        (type == 'number' ||\\n          (type != 'symbol' && reIsUint.test(value))) &&\\n            (value > -1 && value % 1 == 0 && value < length);\\n    }\\n\\n    /**\\n     * Checks if the given arguments are from an iteratee call.\\n     *\\n     * @private\\n     * @param {*} value The potential iteratee value argument.\\n     * @param {*} index The potential iteratee index or key argument.\\n     * @param {*} object The potential iteratee object argument.\\n     * @returns {boolean} Returns `true` if the arguments are from an iteratee call,\\n     *  else `false`.\\n     */\\n    function isIterateeCall(value, index, object) {\\n      if (!isObject(object)) {\\n        return false;\\n      }\\n      var type = typeof index;\\n      if (type == 'number'\\n            ? (isArrayLike(object) && isIndex(index, object.length))\\n            : (type == 'string' && index in object)\\n          ) {\\n        return eq(object[index], value);\\n      }\\n      return false;\\n    }\\n\\n    /**\\n     * Checks if `value` is a property name and not a property path.\\n     *\\n     * @private\\n     * @param {*} value The value to check.\\n     * @param {Object} [object] The object to query keys on.\\n     * @returns {boolean} Returns `true` if `value` is a property name, else `false`.\\n     */\\n    function isKey(value, object) {\\n      if (isArray(value)) {\\n        return false;\\n      }\\n      var type = typeof value;\\n      if (type == 'number' || type == 'symbol' || type == 'boolean' ||\\n          value == null || isSymbol(value)) {\\n        return true;\\n      }\\n      return reIsPlainProp.test(value) || !reIsDeepProp.test(value) ||\\n        (object != null && value in Object(object));\\n    }\\n\\n    /**\\n     * Checks if `value` is suitable for use as unique object key.\\n     *\\n     * @private\\n     * @param {*} value The value to check.\\n     * @returns {boolean} Returns `true` if `value` is suitable, else `false`.\\n     */\\n    function isKeyable(value) {\\n      var type = typeof value;\\n      return (type == 'string' || type == 'number' || type == 'symbol' || type == 'boolean')\\n        ? (value !== '__proto__')\\n        : (value === null);\\n    }\\n\\n    /**\\n     * Checks if `func` has a lazy counterpart.\\n     *\\n     * @private\\n     * @param {Function} func The function to check.\\n     * @returns {boolean} Returns `true` if `func` has a lazy counterpart,\\n     *  else `false`.\\n     */\\n    function isLaziable(func) {\\n      var funcName = getFuncName(func),\\n          other = lodash[funcName];\\n\\n      if (typeof other != 'function' || !(funcName in LazyWrapper.prototype)) {\\n        return false;\\n      }\\n      if (func === other) {\\n        return true;\\n      }\\n      var data = getData(other);\\n      return !!data && func === data[0];\\n    }\\n\\n    /**\\n     * Checks if `func` has its source masked.\\n     *\\n     * @private\\n     * @param {Function} func The function to check.\\n     * @returns {boolean} Returns `true` if `func` is masked, else `false`.\\n     */\\n    function isMasked(func) {\\n      return !!maskSrcKey && (maskSrcKey in func);\\n    }\\n\\n    /**\\n     * Checks if `func` is capable of being masked.\\n     *\\n     * @private\\n     * @param {*} value The value to check.\\n     * @returns {boolean} Returns `true` if `func` is maskable, else `false`.\\n     */\\n    var isMaskable = coreJsData ? isFunction : stubFalse;\\n\\n    /**\\n     * Checks if `value` is likely a prototype object.\\n     *\\n     * @private\\n     * @param {*} value The value to check.\\n     * @returns {boolean} Returns `true` if `value` is a prototype, else `false`.\\n     */\\n    function isPrototype(value) {\\n      var Ctor = value && value.constructor,\\n          proto = (typeof Ctor == 'function' && Ctor.prototype) || objectProto;\\n\\n      return value === proto;\\n    }\\n\\n    /**\\n     * Checks if `value` is suitable for strict equality comparisons, i.e. `===`.\\n     *\\n     * @private\\n     * @param {*} value The value to check.\\n     * @returns {boolean} Returns `true` if `value` if suitable for strict\\n     *  equality comparisons, else `false`.\\n     */\\n    function isStrictComparable(value) {\\n      return value === value && !isObject(value);\\n    }\\n\\n    /**\\n     * A specialized version of `matchesProperty` for source values suitable\\n     * for strict equality comparisons, i.e. `===`.\\n     *\\n     * @private\\n     * @param {string} key The key of the property to get.\\n     * @param {*} srcValue The value to match.\\n     * @returns {Function} Returns the new spec function.\\n     */\\n    function matchesStrictComparable(key, srcValue) {\\n      return function(object) {\\n        if (object == null) {\\n          return false;\\n        }\\n        return object[key] === srcValue &&\\n          (srcValue !== undefined || (key in Object(object)));\\n      };\\n    }\\n\\n    /**\\n     * A specialized version of `_.memoize` which clears the memoized function's\\n     * cache when it exceeds `MAX_MEMOIZE_SIZE`.\\n     *\\n     * @private\\n     * @param {Function} func The function to have its output memoized.\\n     * @returns {Function} Returns the new memoized function.\\n     */\\n    function memoizeCapped(func) {\\n      var result = memoize(func, function(key) {\\n        if (cache.size === MAX_MEMOIZE_SIZE) {\\n          cache.clear();\\n        }\\n        return key;\\n      });\\n\\n      var cache = result.cache;\\n      return result;\\n    }\\n\\n    /**\\n     * Merges the function metadata of `source` into `data`.\\n     *\\n     * Merging metadata reduces the number of wrappers used to invoke a function.\\n     * This is possible because methods like `_.bind`, `_.curry`, and `_.partial`\\n     * may be applied regardless of execution order. Methods like `_.ary` and\\n     * `_.rearg` modify function arguments, making the order in which they are\\n     * executed important, preventing the merging of metadata. However, we make\\n     * an exception for a safe combined case where curried functions have `_.ary`\\n     * and or `_.rearg` applied.\\n     *\\n     * @private\\n     * @param {Array} data The destination metadata.\\n     * @param {Array} source The source metadata.\\n     * @returns {Array} Returns `data`.\\n     */\\n    function mergeData(data, source) {\\n      var bitmask = data[1],\\n          srcBitmask = source[1],\\n          newBitmask = bitmask | srcBitmask,\\n          isCommon = newBitmask < (WRAP_BIND_FLAG | WRAP_BIND_KEY_FLAG | WRAP_ARY_FLAG);\\n\\n      var isCombo =\\n        ((srcBitmask == WRAP_ARY_FLAG) && (bitmask == WRAP_CURRY_FLAG)) ||\\n        ((srcBitmask == WRAP_ARY_FLAG) && (bitmask == WRAP_REARG_FLAG) && (data[7].length <= source[8])) ||\\n        ((srcBitmask == (WRAP_ARY_FLAG | WRAP_REARG_FLAG)) && (source[7].length <= source[8]) && (bitmask == WRAP_CURRY_FLAG));\\n\\n      // Exit early if metadata can't be merged.\\n      if (!(isCommon || isCombo)) {\\n        return data;\\n      }\\n      // Use source `thisArg` if available.\\n      if (srcBitmask & WRAP_BIND_FLAG) {\\n        data[2] = source[2];\\n        // Set when currying a bound function.\\n        newBitmask |= bitmask & WRAP_BIND_FLAG ? 0 : WRAP_CURRY_BOUND_FLAG;\\n      }\\n      // Compose partial arguments.\\n      var value = source[3];\\n      if (value) {\\n        var partials = data[3];\\n        data[3] = partials ? composeArgs(partials, value, source[4]) : value;\\n        data[4] = partials ? replaceHolders(data[3], PLACEHOLDER) : source[4];\\n      }\\n      // Compose partial right arguments.\\n      value = source[5];\\n      if (value) {\\n        partials = data[5];\\n        data[5] = partials ? composeArgsRight(partials, value, source[6]) : value;\\n        data[6] = partials ? replaceHolders(data[5], PLACEHOLDER) : source[6];\\n      }\\n      // Use source `argPos` if available.\\n      value = source[7];\\n      if (value) {\\n        data[7] = value;\\n      }\\n      // Use source `ary` if it's smaller.\\n      if (srcBitmask & WRAP_ARY_FLAG) {\\n        data[8] = data[8] == null ? source[8] : nativeMin(data[8], source[8]);\\n      }\\n      // Use source `arity` if one is not provided.\\n      if (data[9] == null) {\\n        data[9] = source[9];\\n      }\\n      // Use source `func` and merge bitmasks.\\n      data[0] = source[0];\\n      data[1] = newBitmask;\\n\\n      return data;\\n    }\\n\\n    /**\\n     * This function is like\\n     * [`Object.keys`](http://ecma-international.org/ecma-262/7.0/#sec-object.keys)\\n     * except that it includes inherited enumerable properties.\\n     *\\n     * @private\\n     * @param {Object} object The object to query.\\n     * @returns {Array} Returns the array of property names.\\n     */\\n    function nativeKeysIn(object) {\\n      var result = [];\\n      if (object != null) {\\n        for (var key in Object(object)) {\\n          result.push(key);\\n        }\\n      }\\n      return result;\\n    }\\n\\n    /**\\n     * Converts `value` to a string using `Object.prototype.toString`.\\n     *\\n     * @private\\n     * @param {*} value The value to convert.\\n     * @returns {string} Returns the converted string.\\n     */\\n    function objectToString(value) {\\n      return nativeObjectToString.call(value);\\n    }\\n\\n    /**\\n     * A specialized version of `baseRest` which transforms the rest array.\\n     *\\n     * @private\\n     * @param {Function} func The function to apply a rest parameter to.\\n     * @param {number} [start=func.length-1] The start position of the rest parameter.\\n     * @param {Function} transform The rest array transform.\\n     * @returns {Function} Returns the new function.\\n     */\\n    function overRest(func, start, transform) {\\n      start = nativeMax(start === undefined ? (func.length - 1) : start, 0);\\n      return function() {\\n        var args = arguments,\\n            index = -1,\\n            length = nativeMax(args.length - start, 0),\\n            array = Array(length);\\n\\n        while (++index < length) {\\n          array[index] = args[start + index];\\n        }\\n        index = -1;\\n        var otherArgs = Array(start + 1);\\n        while (++index < start) {\\n          otherArgs[index] = args[index];\\n        }\\n        otherArgs[start] = transform(array);\\n        return apply(func, this, otherArgs);\\n      };\\n    }\\n\\n    /**\\n     * Gets the parent value at `path` of `object`.\\n     *\\n     * @private\\n     * @param {Object} object The object to query.\\n     * @param {Array} path The path to get the parent value of.\\n     * @returns {*} Returns the parent value.\\n     */\\n    function parent(object, path) {\\n      return path.length < 2 ? object : baseGet(object, baseSlice(path, 0, -1));\\n    }\\n\\n    /**\\n     * Reorder `array` according to the specified indexes where the element at\\n     * the first index is assigned as the first element, the element at\\n     * the second index is assigned as the second element, and so on.\\n     *\\n     * @private\\n     * @param {Array} array The array to reorder.\\n     * @param {Array} indexes The arranged array indexes.\\n     * @returns {Array} Returns `array`.\\n     */\\n    function reorder(array, indexes) {\\n      var arrLength = array.length,\\n          length = nativeMin(indexes.length, arrLength),\\n          oldArray = copyArray(array);\\n\\n      while (length--) {\\n        var index = indexes[length];\\n        array[length] = isIndex(index, arrLength) ? oldArray[index] : undefined;\\n      }\\n      return array;\\n    }\\n\\n    /**\\n     * Sets metadata for `func`.\\n     *\\n     * **Note:** If this function becomes hot, i.e. is invoked a lot in a short\\n     * period of time, it will trip its breaker and transition to an identity\\n     * function to avoid garbage collection pauses in V8. See\\n     * [V8 issue 2070](https://bugs.chromium.org/p/v8/issues/detail?id=2070)\\n     * for more details.\\n     *\\n     * @private\\n     * @param {Function} func The function to associate metadata with.\\n     * @param {*} data The metadata.\\n     * @returns {Function} Returns `func`.\\n     */\\n    var setData = shortOut(baseSetData);\\n\\n    /**\\n     * A simple wrapper around the global [`setTimeout`](https://mdn.io/setTimeout).\\n     *\\n     * @private\\n     * @param {Function} func The function to delay.\\n     * @param {number} wait The number of milliseconds to delay invocation.\\n     * @returns {number|Object} Returns the timer id or timeout object.\\n     */\\n    var setTimeout = ctxSetTimeout || function(func, wait) {\\n      return root.setTimeout(func, wait);\\n    };\\n\\n    /**\\n     * Sets the `toString` method of `func` to return `string`.\\n     *\\n     * @private\\n     * @param {Function} func The function to modify.\\n     * @param {Function} string The `toString` result.\\n     * @returns {Function} Returns `func`.\\n     */\\n    var setToString = shortOut(baseSetToString);\\n\\n    /**\\n     * Sets the `toString` method of `wrapper` to mimic the source of `reference`\\n     * with wrapper details in a comment at the top of the source body.\\n     *\\n     * @private\\n     * @param {Function} wrapper The function to modify.\\n     * @param {Function} reference The reference function.\\n     * @param {number} bitmask The bitmask flags. See `createWrap` for more details.\\n     * @returns {Function} Returns `wrapper`.\\n     */\\n    function setWrapToString(wrapper, reference, bitmask) {\\n      var source = (reference + '');\\n      return setToString(wrapper, insertWrapDetails(source, updateWrapDetails(getWrapDetails(source), bitmask)));\\n    }\\n\\n    /**\\n     * Creates a function that'll short out and invoke `identity` instead\\n     * of `func` when it's called `HOT_COUNT` or more times in `HOT_SPAN`\\n     * milliseconds.\\n     *\\n     * @private\\n     * @param {Function} func The function to restrict.\\n     * @returns {Function} Returns the new shortable function.\\n     */\\n    function shortOut(func) {\\n      var count = 0,\\n          lastCalled = 0;\\n\\n      return function() {\\n        var stamp = nativeNow(),\\n            remaining = HOT_SPAN - (stamp - lastCalled);\\n\\n        lastCalled = stamp;\\n        if (remaining > 0) {\\n          if (++count >= HOT_COUNT) {\\n            return arguments[0];\\n          }\\n        } else {\\n          count = 0;\\n        }\\n        return func.apply(undefined, arguments);\\n      };\\n    }\\n\\n    /**\\n     * A specialized version of `_.shuffle` which mutates and sets the size of `array`.\\n     *\\n     * @private\\n     * @param {Array} array The array to shuffle.\\n     * @param {number} [size=array.length] The size of `array`.\\n     * @returns {Array} Returns `array`.\\n     */\\n    function shuffleSelf(array, size) {\\n      var index = -1,\\n          length = array.length,\\n          lastIndex = length - 1;\\n\\n      size = size === undefined ? length : size;\\n      while (++index < size) {\\n        var rand = baseRandom(index, lastIndex),\\n            value = array[rand];\\n\\n        array[rand] = array[index];\\n        array[index] = value;\\n      }\\n      array.length = size;\\n      return array;\\n    }\\n\\n    /**\\n     * Converts `string` to a property path array.\\n     *\\n     * @private\\n     * @param {string} string The string to convert.\\n     * @returns {Array} Returns the property path array.\\n     */\\n    var stringToPath = memoizeCapped(function(string) {\\n      var result = [];\\n      if (string.charCodeAt(0) === 46 /* . */) {\\n        result.push('');\\n      }\\n      string.replace(rePropName, function(match, number, quote, subString) {\\n        result.push(quote ? subString.replace(reEscapeChar, '$1') : (number || match));\\n      });\\n      return result;\\n    });\\n\\n    /**\\n     * Converts `value` to a string key if it's not a string or symbol.\\n     *\\n     * @private\\n     * @param {*} value The value to inspect.\\n     * @returns {string|symbol} Returns the key.\\n     */\\n    function toKey(value) {\\n      if (typeof value == 'string' || isSymbol(value)) {\\n        return value;\\n      }\\n      var result = (value + '');\\n      return (result == '0' && (1 / value) == -INFINITY) ? '-0' : result;\\n    }\\n\\n    /**\\n     * Converts `func` to its source code.\\n     *\\n     * @private\\n     * @param {Function} func The function to convert.\\n     * @returns {string} Returns the source code.\\n     */\\n    function toSource(func) {\\n      if (func != null) {\\n        try {\\n          return funcToString.call(func);\\n        } catch (e) {}\\n        try {\\n          return (func + '');\\n        } catch (e) {}\\n      }\\n      return '';\\n    }\\n\\n    /**\\n     * Updates wrapper `details` based on `bitmask` flags.\\n     *\\n     * @private\\n     * @returns {Array} details The details to modify.\\n     * @param {number} bitmask The bitmask flags. See `createWrap` for more details.\\n     * @returns {Array} Returns `details`.\\n     */\\n    function updateWrapDetails(details, bitmask) {\\n      arrayEach(wrapFlags, function(pair) {\\n        var value = '_.' + pair[0];\\n        if ((bitmask & pair[1]) && !arrayIncludes(details, value)) {\\n          details.push(value);\\n        }\\n      });\\n      return details.sort();\\n    }\\n\\n    /**\\n     * Creates a clone of `wrapper`.\\n     *\\n     * @private\\n     * @param {Object} wrapper The wrapper to clone.\\n     * @returns {Object} Returns the cloned wrapper.\\n     */\\n    function wrapperClone(wrapper) {\\n      if (wrapper instanceof LazyWrapper) {\\n        return wrapper.clone();\\n      }\\n      var result = new LodashWrapper(wrapper.__wrapped__, wrapper.__chain__);\\n      result.__actions__ = copyArray(wrapper.__actions__);\\n      result.__index__  = wrapper.__index__;\\n      result.__values__ = wrapper.__values__;\\n      return result;\\n    }\\n\\n    /*------------------------------------------------------------------------*/\\n\\n    /**\\n     * Creates an array of elements split into groups the length of `size`.\\n     * If `array` can't be split evenly, the final chunk will be the remaining\\n     * elements.\\n     *\\n     * @static\\n     * @memberOf _\\n     * @since 3.0.0\\n     * @category Array\\n     * @param {Array} array The array to process.\\n     * @param {number} [size=1] The length of each chunk\\n     * @param- {Object} [guard] Enables use as an iteratee for methods like `_.map`.\\n     * @returns {Array} Returns the new array of chunks.\\n     * @example\\n     *\\n     * _.chunk(['a', 'b', 'c', 'd'], 2);\\n     * // => [['a', 'b'], ['c', 'd']]\\n     *\\n     * _.chunk(['a', 'b', 'c', 'd'], 3);\\n     * // => [['a', 'b', 'c'], ['d']]\\n     */\\n    function chunk(array, size, guard) {\\n      if ((guard ? isIterateeCall(array, size, guard) : size === undefined)) {\\n        size = 1;\\n      } else {\\n        size = nativeMax(toInteger(size), 0);\\n      }\\n      var length = array == null ? 0 : array.length;\\n      if (!length || size < 1) {\\n        return [];\\n      }\\n      var index = 0,\\n          resIndex = 0,\\n          result = Array(nativeCeil(length / size));\\n\\n      while (index < length) {\\n        result[resIndex++] = baseSlice(array, index, (index += size));\\n      }\\n      return result;\\n    }\\n\\n    /**\\n     * Creates an array with all falsey values removed. The values `false`, `null`,\\n     * `0`, `\\\"\\\"`, `undefined`, and `NaN` are falsey.\\n     *\\n     * @static\\n     * @memberOf _\\n     * @since 0.1.0\\n     * @category Array\\n     * @param {Array} array The array to compact.\\n     * @returns {Array} Returns the new array of filtered values.\\n     * @example\\n     *\\n     * _.compact([0, 1, false, 2, '', 3]);\\n     * // => [1, 2, 3]\\n     */\\n    function compact(array) {\\n      var index = -1,\\n          length = array == null ? 0 : array.length,\\n          resIndex = 0,\\n          result = [];\\n\\n      while (++index < length) {\\n        var value = array[index];\\n        if (value) {\\n          result[resIndex++] = value;\\n        }\\n      }\\n      return result;\\n    }\\n\\n    /**\\n     * Creates a new array concatenating `array` with any additional arrays\\n     * and/or values.\\n     *\\n     * @static\\n     * @memberOf _\\n     * @since 4.0.0\\n     * @category Array\\n     * @param {Array} array The array to concatenate.\\n     * @param {...*} [values] The values to concatenate.\\n     * @returns {Array} Returns the new concatenated array.\\n     * @example\\n     *\\n     * var array = [1];\\n     * var other = _.concat(array, 2, [3], [[4]]);\\n     *\\n     * console.log(other);\\n     * // => [1, 2, 3, [4]]\\n     *\\n     * console.log(array);\\n     * // => [1]\\n     */\\n    function concat() {\\n      var length = arguments.length;\\n      if (!length) {\\n        return [];\\n      }\\n      var args = Array(length - 1),\\n          array = arguments[0],\\n          index = length;\\n\\n      while (index--) {\\n        args[index - 1] = arguments[index];\\n      }\\n      return arrayPush(isArray(array) ? copyArray(array) : [array], baseFlatten(args, 1));\\n    }\\n\\n    /**\\n     * Creates an array of `array` values not included in the other given arrays\\n     * using [`SameValueZero`](http://ecma-international.org/ecma-262/7.0/#sec-samevaluezero)\\n     * for equality comparisons. The order and references of result values are\\n     * determined by the first array.\\n     *\\n     * **Note:** Unlike `_.pullAll`, this method returns a new array.\\n     *\\n     * @static\\n     * @memberOf _\\n     * @since 0.1.0\\n     * @category Array\\n     * @param {Array} array The array to inspect.\\n     * @param {...Array} [values] The values to exclude.\\n     * @returns {Array} Returns the new array of filtered values.\\n     * @see _.without, _.xor\\n     * @example\\n     *\\n     * _.difference([2, 1], [2, 3]);\\n     * // => [1]\\n     */\\n    var difference = baseRest(function(array, values) {\\n      return isArrayLikeObject(array)\\n        ? baseDifference(array, baseFlatten(values, 1, isArrayLikeObject, true))\\n        : [];\\n    });\\n\\n    /**\\n     * This method is like `_.difference` except that it accepts `iteratee` which\\n     * is invoked for each element of `array` and `values` to generate the criterion\\n     * by which they're compared. The order and references of result values are\\n     * determined by the first array. The iteratee is invoked with one argument:\\n     * (value).\\n     *\\n     * **Note:** Unlike `_.pullAllBy`, this method returns a new array.\\n     *\\n     * @static\\n     * @memberOf _\\n     * @since 4.0.0\\n     * @category Array\\n     * @param {Array} array The array to inspect.\\n     * @param {...Array} [values] The values to exclude.\\n     * @param {Function} [iteratee=_.identity] The iteratee invoked per element.\\n     * @returns {Array} Returns the new array of filtered values.\\n     * @example\\n     *\\n     * _.differenceBy([2.1, 1.2], [2.3, 3.4], Math.floor);\\n     * // => [1.2]\\n     *\\n     * // The `_.property` iteratee shorthand.\\n     * _.differenceBy([{ 'x': 2 }, { 'x': 1 }], [{ 'x': 1 }], 'x');\\n     * // => [{ 'x': 2 }]\\n     */\\n    var differenceBy = baseRest(function(array, values) {\\n      var iteratee = last(values);\\n      if (isArrayLikeObject(iteratee)) {\\n        iteratee = undefined;\\n      }\\n      return isArrayLikeObject(array)\\n        ? baseDifference(array, baseFlatten(values, 1, isArrayLikeObject, true), getIteratee(iteratee, 2))\\n        : [];\\n    });\\n\\n    /**\\n     * This method is like `_.difference` except that it accepts `comparator`\\n     * which is invoked to compare elements of `array` to `values`. The order and\\n     * references of result values are determined by the first array. The comparator\\n     * is invoked with two arguments: (arrVal, othVal).\\n     *\\n     * **Note:** Unlike `_.pullAllWith`, this method returns a new array.\\n     *\\n     * @static\\n     * @memberOf _\\n     * @since 4.0.0\\n     * @category Array\\n     * @param {Array} array The array to inspect.\\n     * @param {...Array} [values] The values to exclude.\\n     * @param {Function} [comparator] The comparator invoked per element.\\n     * @returns {Array} Returns the new array of filtered values.\\n     * @example\\n     *\\n     * var objects = [{ 'x': 1, 'y': 2 }, { 'x': 2, 'y': 1 }];\\n     *\\n     * _.differenceWith(objects, [{ 'x': 1, 'y': 2 }], _.isEqual);\\n     * // => [{ 'x': 2, 'y': 1 }]\\n     */\\n    var differenceWith = baseRest(function(array, values) {\\n      var comparator = last(values);\\n      if (isArrayLikeObject(comparator)) {\\n        comparator = undefined;\\n      }\\n      return isArrayLikeObject(array)\\n        ? baseDifference(array, baseFlatten(values, 1, isArrayLikeObject, true), undefined, comparator)\\n        : [];\\n    });\\n\\n    /**\\n     * Creates a slice of `array` with `n` elements dropped from the beginning.\\n     *\\n     * @static\\n     * @memberOf _\\n     * @since 0.5.0\\n     * @category Array\\n     * @param {Array} array The array to query.\\n     * @param {number} [n=1] The number of elements to drop.\\n     * @param- {Object} [guard] Enables use as an iteratee for methods like `_.map`.\\n     * @returns {Array} Returns the slice of `array`.\\n     * @example\\n     *\\n     * _.drop([1, 2, 3]);\\n     * // => [2, 3]\\n     *\\n     * _.drop([1, 2, 3], 2);\\n     * // => [3]\\n     *\\n     * _.drop([1, 2, 3], 5);\\n     * // => []\\n     *\\n     * _.drop([1, 2, 3], 0);\\n     * // => [1, 2, 3]\\n     */\\n    function drop(array, n, guard) {\\n      var length = array == null ? 0 : array.length;\\n      if (!length) {\\n        return [];\\n      }\\n      n = (guard || n === undefined) ? 1 : toInteger(n);\\n      return baseSlice(array, n < 0 ? 0 : n, length);\\n    }\\n\\n    /**\\n     * Creates a slice of `array` with `n` elements dropped from the end.\\n     *\\n     * @static\\n     * @memberOf _\\n     * @since 3.0.0\\n     * @category Array\\n     * @param {Array} array The array to query.\\n     * @param {number} [n=1] The number of elements to drop.\\n     * @param- {Object} [guard] Enables use as an iteratee for methods like `_.map`.\\n     * @returns {Array} Returns the slice of `array`.\\n     * @example\\n     *\\n     * _.dropRight([1, 2, 3]);\\n     * // => [1, 2]\\n     *\\n     * _.dropRight([1, 2, 3], 2);\\n     * // => [1]\\n     *\\n     * _.dropRight([1, 2, 3], 5);\\n     * // => []\\n     *\\n     * _.dropRight([1, 2, 3], 0);\\n     * // => [1, 2, 3]\\n     */\\n    function dropRight(array, n, guard) {\\n      var length = array == null ? 0 : array.length;\\n      if (!length) {\\n        return [];\\n      }\\n      n = (guard || n === undefined) ? 1 : toInteger(n);\\n      n = length - n;\\n      return baseSlice(array, 0, n < 0 ? 0 : n);\\n    }\\n\\n    /**\\n     * Creates a slice of `array` excluding elements dropped from the end.\\n     * Elements are dropped until `predicate` returns falsey. The predicate is\\n     * invoked with three arguments: (value, index, array).\\n     *\\n     * @static\\n     * @memberOf _\\n     * @since 3.0.0\\n     * @category Array\\n     * @param {Array} array The array to query.\\n     * @param {Function} [predicate=_.identity] The function invoked per iteration.\\n     * @returns {Array} Returns the slice of `array`.\\n     * @example\\n     *\\n     * var users = [\\n     *   { 'user': 'barney',  'active': true },\\n     *   { 'user': 'fred',    'active': false },\\n     *   { 'user': 'pebbles', 'active': false }\\n     * ];\\n     *\\n     * _.dropRightWhile(users, function(o) { return !o.active; });\\n     * // => objects for ['barney']\\n     *\\n     * // The `_.matches` iteratee shorthand.\\n     * _.dropRightWhile(users, { 'user': 'pebbles', 'active': false });\\n     * // => objects for ['barney', 'fred']\\n     *\\n     * // The `_.matchesProperty` iteratee shorthand.\\n     * _.dropRightWhile(users, ['active', false]);\\n     * // => objects for ['barney']\\n     *\\n     * // The `_.property` iteratee shorthand.\\n     * _.dropRightWhile(users, 'active');\\n     * // => objects for ['barney', 'fred', 'pebbles']\\n     */\\n    function dropRightWhile(array, predicate) {\\n      return (array && array.length)\\n        ? baseWhile(array, getIteratee(predicate, 3), true, true)\\n        : [];\\n    }\\n\\n    /**\\n     * Creates a slice of `array` excluding elements dropped from the beginning.\\n     * Elements are dropped until `predicate` returns falsey. The predicate is\\n     * invoked with three arguments: (value, index, array).\\n     *\\n     * @static\\n     * @memberOf _\\n     * @since 3.0.0\\n     * @category Array\\n     * @param {Array} array The array to query.\\n     * @param {Function} [predicate=_.identity] The function invoked per iteration.\\n     * @returns {Array} Returns the slice of `array`.\\n     * @example\\n     *\\n     * var users = [\\n     *   { 'user': 'barney',  'active': false },\\n     *   { 'user': 'fred',    'active': false },\\n     *   { 'user': 'pebbles', 'active': true }\\n     * ];\\n     *\\n     * _.dropWhile(users, function(o) { return !o.active; });\\n     * // => objects for ['pebbles']\\n     *\\n     * // The `_.matches` iteratee shorthand.\\n     * _.dropWhile(users, { 'user': 'barney', 'active': false });\\n     * // => objects for ['fred', 'pebbles']\\n     *\\n     * // The `_.matchesProperty` iteratee shorthand.\\n     * _.dropWhile(users, ['active', false]);\\n     * // => objects for ['pebbles']\\n     *\\n     * // The `_.property` iteratee shorthand.\\n     * _.dropWhile(users, 'active');\\n     * // => objects for ['barney', 'fred', 'pebbles']\\n     */\\n    function dropWhile(array, predicate) {\\n      return (array && array.length)\\n        ? baseWhile(array, getIteratee(predicate, 3), true)\\n        : [];\\n    }\\n\\n    /**\\n     * Fills elements of `array` with `value` from `start` up to, but not\\n     * including, `end`.\\n     *\\n     * **Note:** This method mutates `array`.\\n     *\\n     * @static\\n     * @memberOf _\\n     * @since 3.2.0\\n     * @category Array\\n     * @param {Array} array The array to fill.\\n     * @param {*} value The value to fill `array` with.\\n     * @param {number} [start=0] The start position.\\n     * @param {number} [end=array.length] The end position.\\n     * @returns {Array} Returns `array`.\\n     * @example\\n     *\\n     * var array = [1, 2, 3];\\n     *\\n     * _.fill(array, 'a');\\n     * console.log(array);\\n     * // => ['a', 'a', 'a']\\n     *\\n     * _.fill(Array(3), 2);\\n     * // => [2, 2, 2]\\n     *\\n     * _.fill([4, 6, 8, 10], '*', 1, 3);\\n     * // => [4, '*', '*', 10]\\n     */\\n    function fill(array, value, start, end) {\\n      var length = array == null ? 0 : array.length;\\n      if (!length) {\\n        return [];\\n      }\\n      if (start && typeof start != 'number' && isIterateeCall(array, value, start)) {\\n        start = 0;\\n        end = length;\\n      }\\n      return baseFill(array, value, start, end);\\n    }\\n\\n    /**\\n     * This method is like `_.find` except that it returns the index of the first\\n     * element `predicate` returns truthy for instead of the element itself.\\n     *\\n     * @static\\n     * @memberOf _\\n     * @since 1.1.0\\n     * @category Array\\n     * @param {Array} array The array to inspect.\\n     * @param {Function} [predicate=_.identity] The function invoked per iteration.\\n     * @param {number} [fromIndex=0] The index to search from.\\n     * @returns {number} Returns the index of the found element, else `-1`.\\n     * @example\\n     *\\n     * var users = [\\n     *   { 'user': 'barney',  'active': false },\\n     *   { 'user': 'fred',    'active': false },\\n     *   { 'user': 'pebbles', 'active': true }\\n     * ];\\n     *\\n     * _.findIndex(users, function(o) { return o.user == 'barney'; });\\n     * // => 0\\n     *\\n     * // The `_.matches` iteratee shorthand.\\n     * _.findIndex(users, { 'user': 'fred', 'active': false });\\n     * // => 1\\n     *\\n     * // The `_.matchesProperty` iteratee shorthand.\\n     * _.findIndex(users, ['active', false]);\\n     * // => 0\\n     *\\n     * // The `_.property` iteratee shorthand.\\n     * _.findIndex(users, 'active');\\n     * // => 2\\n     */\\n    function findIndex(array, predicate, fromIndex) {\\n      var length = array == null ? 0 : array.length;\\n      if (!length) {\\n        return -1;\\n      }\\n      var index = fromIndex == null ? 0 : toInteger(fromIndex);\\n      if (index < 0) {\\n        index = nativeMax(length + index, 0);\\n      }\\n      return baseFindIndex(array, getIteratee(predicate, 3), index);\\n    }\\n\\n    /**\\n     * This method is like `_.findIndex` except that it iterates over elements\\n     * of `collection` from right to left.\\n     *\\n     * @static\\n     * @memberOf _\\n     * @since 2.0.0\\n     * @category Array\\n     * @param {Array} array The array to inspect.\\n     * @param {Function} [predicate=_.identity] The function invoked per iteration.\\n     * @param {number} [fromIndex=array.length-1] The index to search from.\\n     * @returns {number} Returns the index of the found element, else `-1`.\\n     * @example\\n     *\\n     * var users = [\\n     *   { 'user': 'barney',  'active': true },\\n     *   { 'user': 'fred',    'active': false },\\n     *   { 'user': 'pebbles', 'active': false }\\n     * ];\\n     *\\n     * _.findLastIndex(users, function(o) { return o.user == 'pebbles'; });\\n     * // => 2\\n     *\\n     * // The `_.matches` iteratee shorthand.\\n     * _.findLastIndex(users, { 'user': 'barney', 'active': true });\\n     * // => 0\\n     *\\n     * // The `_.matchesProperty` iteratee shorthand.\\n     * _.findLastIndex(users, ['active', false]);\\n     * // => 2\\n     *\\n     * // The `_.property` iteratee shorthand.\\n     * _.findLastIndex(users, 'active');\\n     * // => 0\\n     */\\n    function findLastIndex(array, predicate, fromIndex) {\\n      var length = array == null ? 0 : array.length;\\n      if (!length) {\\n        return -1;\\n      }\\n      var index = length - 1;\\n      if (fromIndex !== undefined) {\\n        index = toInteger(fromIndex);\\n        index = fromIndex < 0\\n          ? nativeMax(length + index, 0)\\n          : nativeMin(index, length - 1);\\n      }\\n      return baseFindIndex(array, getIteratee(predicate, 3), index, true);\\n    }\\n\\n    /**\\n     * Flattens `array` a single level deep.\\n     *\\n     * @static\\n     * @memberOf _\\n     * @since 0.1.0\\n     * @category Array\\n     * @param {Array} array The array to flatten.\\n     * @returns {Array} Returns the new flattened array.\\n     * @example\\n     *\\n     * _.flatten([1, [2, [3, [4]], 5]]);\\n     * // => [1, 2, [3, [4]], 5]\\n     */\\n    function flatten(array) {\\n      var length = array == null ? 0 : array.length;\\n      return length ? baseFlatten(array, 1) : [];\\n    }\\n\\n    /**\\n     * Recursively flattens `array`.\\n     *\\n     * @static\\n     * @memberOf _\\n     * @since 3.0.0\\n     * @category Array\\n     * @param {Array} array The array to flatten.\\n     * @returns {Array} Returns the new flattened array.\\n     * @example\\n     *\\n     * _.flattenDeep([1, [2, [3, [4]], 5]]);\\n     * // => [1, 2, 3, 4, 5]\\n     */\\n    function flattenDeep(array) {\\n      var length = array == null ? 0 : array.length;\\n      return length ? baseFlatten(array, INFINITY) : [];\\n    }\\n\\n    /**\\n     * Recursively flatten `array` up to `depth` times.\\n     *\\n     * @static\\n     * @memberOf _\\n     * @since 4.4.0\\n     * @category Array\\n     * @param {Array} array The array to flatten.\\n     * @param {number} [depth=1] The maximum recursion depth.\\n     * @returns {Array} Returns the new flattened array.\\n     * @example\\n     *\\n     * var array = [1, [2, [3, [4]], 5]];\\n     *\\n     * _.flattenDepth(array, 1);\\n     * // => [1, 2, [3, [4]], 5]\\n     *\\n     * _.flattenDepth(array, 2);\\n     * // => [1, 2, 3, [4], 5]\\n     */\\n    function flattenDepth(array, depth) {\\n      var length = array == null ? 0 : array.length;\\n      if (!length) {\\n        return [];\\n      }\\n      depth = depth === undefined ? 1 : toInteger(depth);\\n      return baseFlatten(array, depth);\\n    }\\n\\n    /**\\n     * The inverse of `_.toPairs`; this method returns an object composed\\n     * from key-value `pairs`.\\n     *\\n     * @static\\n     * @memberOf _\\n     * @since 4.0.0\\n     * @category Array\\n     * @param {Array} pairs The key-value pairs.\\n     * @returns {Object} Returns the new object.\\n     * @example\\n     *\\n     * _.fromPairs([['a', 1], ['b', 2]]);\\n     * // => { 'a': 1, 'b': 2 }\\n     */\\n    function fromPairs(pairs) {\\n      var index = -1,\\n          length = pairs == null ? 0 : pairs.length,\\n          result = {};\\n\\n      while (++index < length) {\\n        var pair = pairs[index];\\n        result[pair[0]] = pair[1];\\n      }\\n      return result;\\n    }\\n\\n    /**\\n     * Gets the first element of `array`.\\n     *\\n     * @static\\n     * @memberOf _\\n     * @since 0.1.0\\n     * @alias first\\n     * @category Array\\n     * @param {Array} array The array to query.\\n     * @returns {*} Returns the first element of `array`.\\n     * @example\\n     *\\n     * _.head([1, 2, 3]);\\n     * // => 1\\n     *\\n     * _.head([]);\\n     * // => undefined\\n     */\\n    function head(array) {\\n      return (array && array.length) ? array[0] : undefined;\\n    }\\n\\n    /**\\n     * Gets the index at which the first occurrence of `value` is found in `array`\\n     * using [`SameValueZero`](http://ecma-international.org/ecma-262/7.0/#sec-samevaluezero)\\n     * for equality comparisons. If `fromIndex` is negative, it's used as the\\n     * offset from the end of `array`.\\n     *\\n     * @static\\n     * @memberOf _\\n     * @since 0.1.0\\n     * @category Array\\n     * @param {Array} array The array to inspect.\\n     * @param {*} value The value to search for.\\n     * @param {number} [fromIndex=0] The index to search from.\\n     * @returns {number} Returns the index of the matched value, else `-1`.\\n     * @example\\n     *\\n     * _.indexOf([1, 2, 1, 2], 2);\\n     * // => 1\\n     *\\n     * // Search from the `fromIndex`.\\n     * _.indexOf([1, 2, 1, 2], 2, 2);\\n     * // => 3\\n     */\\n    function indexOf(array, value, fromIndex) {\\n      var length = array == null ? 0 : array.length;\\n      if (!length) {\\n        return -1;\\n      }\\n      var index = fromIndex == null ? 0 : toInteger(fromIndex);\\n      if (index < 0) {\\n        index = nativeMax(length + index, 0);\\n      }\\n      return baseIndexOf(array, value, index);\\n    }\\n\\n    /**\\n     * Gets all but the last element of `array`.\\n     *\\n     * @static\\n     * @memberOf _\\n     * @since 0.1.0\\n     * @category Array\\n     * @param {Array} array The array to query.\\n     * @returns {Array} Returns the slice of `array`.\\n     * @example\\n     *\\n     * _.initial([1, 2, 3]);\\n     * // => [1, 2]\\n     */\\n    function initial(array) {\\n      var length = array == null ? 0 : array.length;\\n      return length ? baseSlice(array, 0, -1) : [];\\n    }\\n\\n    /**\\n     * Creates an array of unique values that are included in all given arrays\\n     * using [`SameValueZero`](http://ecma-international.org/ecma-262/7.0/#sec-samevaluezero)\\n     * for equality comparisons. The order and references of result values are\\n     * determined by the first array.\\n     *\\n     * @static\\n     * @memberOf _\\n     * @since 0.1.0\\n     * @category Array\\n     * @param {...Array} [arrays] The arrays to inspect.\\n     * @returns {Array} Returns the new array of intersecting values.\\n     * @example\\n     *\\n     * _.intersection([2, 1], [2, 3]);\\n     * // => [2]\\n     */\\n    var intersection = baseRest(function(arrays) {\\n      var mapped = arrayMap(arrays, castArrayLikeObject);\\n      return (mapped.length && mapped[0] === arrays[0])\\n        ? baseIntersection(mapped)\\n        : [];\\n    });\\n\\n    /**\\n     * This method is like `_.intersection` except that it accepts `iteratee`\\n     * which is invoked for each element of each `arrays` to generate the criterion\\n     * by which they're compared. The order and references of result values are\\n     * determined by the first array. The iteratee is invoked with one argument:\\n     * (value).\\n     *\\n     * @static\\n     * @memberOf _\\n     * @since 4.0.0\\n     * @category Array\\n     * @param {...Array} [arrays] The arrays to inspect.\\n     * @param {Function} [iteratee=_.identity] The iteratee invoked per element.\\n     * @returns {Array} Returns the new array of intersecting values.\\n     * @example\\n     *\\n     * _.intersectionBy([2.1, 1.2], [2.3, 3.4], Math.floor);\\n     * // => [2.1]\\n     *\\n     * // The `_.property` iteratee shorthand.\\n     * _.intersectionBy([{ 'x': 1 }], [{ 'x': 2 }, { 'x': 1 }], 'x');\\n     * // => [{ 'x': 1 }]\\n     */\\n    var intersectionBy = baseRest(function(arrays) {\\n      var iteratee = last(arrays),\\n          mapped = arrayMap(arrays, castArrayLikeObject);\\n\\n      if (iteratee === last(mapped)) {\\n        iteratee = undefined;\\n      } else {\\n        mapped.pop();\\n      }\\n      return (mapped.length && mapped[0] === arrays[0])\\n        ? baseIntersection(mapped, getIteratee(iteratee, 2))\\n        : [];\\n    });\\n\\n    /**\\n     * This method is like `_.intersection` except that it accepts `comparator`\\n     * which is invoked to compare elements of `arrays`. The order and references\\n     * of result values are determined by the first array. The comparator is\\n     * invoked with two arguments: (arrVal, othVal).\\n     *\\n     * @static\\n     * @memberOf _\\n     * @since 4.0.0\\n     * @category Array\\n     * @param {...Array} [arrays] The arrays to inspect.\\n     * @param {Function} [comparator] The comparator invoked per element.\\n     * @returns {Array} Returns the new array of intersecting values.\\n     * @example\\n     *\\n     * var objects = [{ 'x': 1, 'y': 2 }, { 'x': 2, 'y': 1 }];\\n     * var others = [{ 'x': 1, 'y': 1 }, { 'x': 1, 'y': 2 }];\\n     *\\n     * _.intersectionWith(objects, others, _.isEqual);\\n     * // => [{ 'x': 1, 'y': 2 }]\\n     */\\n    var intersectionWith = baseRest(function(arrays) {\\n      var comparator = last(arrays),\\n          mapped = arrayMap(arrays, castArrayLikeObject);\\n\\n      comparator = typeof comparator == 'function' ? comparator : undefined;\\n      if (comparator) {\\n        mapped.pop();\\n      }\\n      return (mapped.length && mapped[0] === arrays[0])\\n        ? baseIntersection(mapped, undefined, comparator)\\n        : [];\\n    });\\n\\n    /**\\n     * Converts all elements in `array` into a string separated by `separator`.\\n     *\\n     * @static\\n     * @memberOf _\\n     * @since 4.0.0\\n     * @category Array\\n     * @param {Array} array The array to convert.\\n     * @param {string} [separator=','] The element separator.\\n     * @returns {string} Returns the joined string.\\n     * @example\\n     *\\n     * _.join(['a', 'b', 'c'], '~');\\n     * // => 'a~b~c'\\n     */\\n    function join(array, separator) {\\n      return array == null ? '' : nativeJoin.call(array, separator);\\n    }\\n\\n    /**\\n     * Gets the last element of `array`.\\n     *\\n     * @static\\n     * @memberOf _\\n     * @since 0.1.0\\n     * @category Array\\n     * @param {Array} array The array to query.\\n     * @returns {*} Returns the last element of `array`.\\n     * @example\\n     *\\n     * _.last([1, 2, 3]);\\n     * // => 3\\n     */\\n    function last(array) {\\n      var length = array == null ? 0 : array.length;\\n      return length ? array[length - 1] : undefined;\\n    }\\n\\n    /**\\n     * This method is like `_.indexOf` except that it iterates over elements of\\n     * `array` from right to left.\\n     *\\n     * @static\\n     * @memberOf _\\n     * @since 0.1.0\\n     * @category Array\\n     * @param {Array} array The array to inspect.\\n     * @param {*} value The value to search for.\\n     * @param {number} [fromIndex=array.length-1] The index to search from.\\n     * @returns {number} Returns the index of the matched value, else `-1`.\\n     * @example\\n     *\\n     * _.lastIndexOf([1, 2, 1, 2], 2);\\n     * // => 3\\n     *\\n     * // Search from the `fromIndex`.\\n     * _.lastIndexOf([1, 2, 1, 2], 2, 2);\\n     * // => 1\\n     */\\n    function lastIndexOf(array, value, fromIndex) {\\n      var length = array == null ? 0 : array.length;\\n      if (!length) {\\n        return -1;\\n      }\\n      var index = length;\\n      if (fromIndex !== undefined) {\\n        index = toInteger(fromIndex);\\n        index = index < 0 ? nativeMax(length + index, 0) : nativeMin(index, length - 1);\\n      }\\n      return value === value\\n        ? strictLastIndexOf(array, value, index)\\n        : baseFindIndex(array, baseIsNaN, index, true);\\n    }\\n\\n    /**\\n     * Gets the element at index `n` of `array`. If `n` is negative, the nth\\n     * element from the end is returned.\\n     *\\n     * @static\\n     * @memberOf _\\n     * @since 4.11.0\\n     * @category Array\\n     * @param {Array} array The array to query.\\n     * @param {number} [n=0] The index of the element to return.\\n     * @returns {*} Returns the nth element of `array`.\\n     * @example\\n     *\\n     * var array = ['a', 'b', 'c', 'd'];\\n     *\\n     * _.nth(array, 1);\\n     * // => 'b'\\n     *\\n     * _.nth(array, -2);\\n     * // => 'c';\\n     */\\n    function nth(array, n) {\\n      return (array && array.length) ? baseNth(array, toInteger(n)) : undefined;\\n    }\\n\\n    /**\\n     * Removes all given values from `array` using\\n     * [`SameValueZero`](http://ecma-international.org/ecma-262/7.0/#sec-samevaluezero)\\n     * for equality comparisons.\\n     *\\n     * **Note:** Unlike `_.without`, this method mutates `array`. Use `_.remove`\\n     * to remove elements from an array by predicate.\\n     *\\n     * @static\\n     * @memberOf _\\n     * @since 2.0.0\\n     * @category Array\\n     * @param {Array} array The array to modify.\\n     * @param {...*} [values] The values to remove.\\n     * @returns {Array} Returns `array`.\\n     * @example\\n     *\\n     * var array = ['a', 'b', 'c', 'a', 'b', 'c'];\\n     *\\n     * _.pull(array, 'a', 'c');\\n     * console.log(array);\\n     * // => ['b', 'b']\\n     */\\n    var pull = baseRest(pullAll);\\n\\n    /**\\n     * This method is like `_.pull` except that it accepts an array of values to remove.\\n     *\\n     * **Note:** Unlike `_.difference`, this method mutates `array`.\\n     *\\n     * @static\\n     * @memberOf _\\n     * @since 4.0.0\\n     * @category Array\\n     * @param {Array} array The array to modify.\\n     * @param {Array} values The values to remove.\\n     * @returns {Array} Returns `array`.\\n     * @example\\n     *\\n     * var array = ['a', 'b', 'c', 'a', 'b', 'c'];\\n     *\\n     * _.pullAll(array, ['a', 'c']);\\n     * console.log(array);\\n     * // => ['b', 'b']\\n     */\\n    function pullAll(array, values) {\\n      return (array && array.length && values && values.length)\\n        ? basePullAll(array, values)\\n        : array;\\n    }\\n\\n    /**\\n     * This method is like `_.pullAll` except that it accepts `iteratee` which is\\n     * invoked for each element of `array` and `values` to generate the criterion\\n     * by which they're compared. The iteratee is invoked with one argument: (value).\\n     *\\n     * **Note:** Unlike `_.differenceBy`, this method mutates `array`.\\n     *\\n     * @static\\n     * @memberOf _\\n     * @since 4.0.0\\n     * @category Array\\n     * @param {Array} array The array to modify.\\n     * @param {Array} values The values to remove.\\n     * @param {Function} [iteratee=_.identity] The iteratee invoked per element.\\n     * @returns {Array} Returns `array`.\\n     * @example\\n     *\\n     * var array = [{ 'x': 1 }, { 'x': 2 }, { 'x': 3 }, { 'x': 1 }];\\n     *\\n     * _.pullAllBy(array, [{ 'x': 1 }, { 'x': 3 }], 'x');\\n     * console.log(array);\\n     * // => [{ 'x': 2 }]\\n     */\\n    function pullAllBy(array, values, iteratee) {\\n      return (array && array.length && values && values.length)\\n        ? basePullAll(array, values, getIteratee(iteratee, 2))\\n        : array;\\n    }\\n\\n    /**\\n     * This method is like `_.pullAll` except that it accepts `comparator` which\\n     * is invoked to compare elements of `array` to `values`. The comparator is\\n     * invoked with two arguments: (arrVal, othVal).\\n     *\\n     * **Note:** Unlike `_.differenceWith`, this method mutates `array`.\\n     *\\n     * @static\\n     * @memberOf _\\n     * @since 4.6.0\\n     * @category Array\\n     * @param {Array} array The array to modify.\\n     * @param {Array} values The values to remove.\\n     * @param {Function} [comparator] The comparator invoked per element.\\n     * @returns {Array} Returns `array`.\\n     * @example\\n     *\\n     * var array = [{ 'x': 1, 'y': 2 }, { 'x': 3, 'y': 4 }, { 'x': 5, 'y': 6 }];\\n     *\\n     * _.pullAllWith(array, [{ 'x': 3, 'y': 4 }], _.isEqual);\\n     * console.log(array);\\n     * // => [{ 'x': 1, 'y': 2 }, { 'x': 5, 'y': 6 }]\\n     */\\n    function pullAllWith(array, values, comparator) {\\n      return (array && array.length && values && values.length)\\n        ? basePullAll(array, values, undefined, comparator)\\n        : array;\\n    }\\n\\n    /**\\n     * Removes elements from `array` corresponding to `indexes` and returns an\\n     * array of removed elements.\\n     *\\n     * **Note:** Unlike `_.at`, this method mutates `array`.\\n     *\\n     * @static\\n     * @memberOf _\\n     * @since 3.0.0\\n     * @category Array\\n     * @param {Array} array The array to modify.\\n     * @param {...(number|number[])} [indexes] The indexes of elements to remove.\\n     * @returns {Array} Returns the new array of removed elements.\\n     * @example\\n     *\\n     * var array = ['a', 'b', 'c', 'd'];\\n     * var pulled = _.pullAt(array, [1, 3]);\\n     *\\n     * console.log(array);\\n     * // => ['a', 'c']\\n     *\\n     * console.log(pulled);\\n     * // => ['b', 'd']\\n     */\\n    var pullAt = flatRest(function(array, indexes) {\\n      var length = array == null ? 0 : array.length,\\n          result = baseAt(array, indexes);\\n\\n      basePullAt(array, arrayMap(indexes, function(index) {\\n        return isIndex(index, length) ? +index : index;\\n      }).sort(compareAscending));\\n\\n      return result;\\n    });\\n\\n    /**\\n     * Removes all elements from `array` that `predicate` returns truthy for\\n     * and returns an array of the removed elements. The predicate is invoked\\n     * with three arguments: (value, index, array).\\n     *\\n     * **Note:** Unlike `_.filter`, this method mutates `array`. Use `_.pull`\\n     * to pull elements from an array by value.\\n     *\\n     * @static\\n     * @memberOf _\\n     * @since 2.0.0\\n     * @category Array\\n     * @param {Array} array The array to modify.\\n     * @param {Function} [predicate=_.identity] The function invoked per iteration.\\n     * @returns {Array} Returns the new array of removed elements.\\n     * @example\\n     *\\n     * var array = [1, 2, 3, 4];\\n     * var evens = _.remove(array, function(n) {\\n     *   return n % 2 == 0;\\n     * });\\n     *\\n     * console.log(array);\\n     * // => [1, 3]\\n     *\\n     * console.log(evens);\\n     * // => [2, 4]\\n     */\\n    function remove(array, predicate) {\\n      var result = [];\\n      if (!(array && array.length)) {\\n        return result;\\n      }\\n      var index = -1,\\n          indexes = [],\\n          length = array.length;\\n\\n      predicate = getIteratee(predicate, 3);\\n      while (++index < length) {\\n        var value = array[index];\\n        if (predicate(value, index, array)) {\\n          result.push(value);\\n          indexes.push(index);\\n        }\\n      }\\n      basePullAt(array, indexes);\\n      return result;\\n    }\\n\\n    /**\\n     * Reverses `array` so that the first element becomes the last, the second\\n     * element becomes the second to last, and so on.\\n     *\\n     * **Note:** This method mutates `array` and is based on\\n     * [`Array#reverse`](https://mdn.io/Array/reverse).\\n     *\\n     * @static\\n     * @memberOf _\\n     * @since 4.0.0\\n     * @category Array\\n     * @param {Array} array The array to modify.\\n     * @returns {Array} Returns `array`.\\n     * @example\\n     *\\n     * var array = [1, 2, 3];\\n     *\\n     * _.reverse(array);\\n     * // => [3, 2, 1]\\n     *\\n     * console.log(array);\\n     * // => [3, 2, 1]\\n     */\\n    function reverse(array) {\\n      return array == null ? array : nativeReverse.call(array);\\n    }\\n\\n    /**\\n     * Creates a slice of `array` from `start` up to, but not including, `end`.\\n     *\\n     * **Note:** This method is used instead of\\n     * [`Array#slice`](https://mdn.io/Array/slice) to ensure dense arrays are\\n     * returned.\\n     *\\n     * @static\\n     * @memberOf _\\n     * @since 3.0.0\\n     * @category Array\\n     * @param {Array} array The array to slice.\\n     * @param {number} [start=0] The start position.\\n     * @param {number} [end=array.length] The end position.\\n     * @returns {Array} Returns the slice of `array`.\\n     */\\n    function slice(array, start, end) {\\n      var length = array == null ? 0 : array.length;\\n      if (!length) {\\n        return [];\\n      }\\n      if (end && typeof end != 'number' && isIterateeCall(array, start, end)) {\\n        start = 0;\\n        end = length;\\n      }\\n      else {\\n        start = start == null ? 0 : toInteger(start);\\n        end = end === undefined ? length : toInteger(end);\\n      }\\n      return baseSlice(array, start, end);\\n    }\\n\\n    /**\\n     * Uses a binary search to determine the lowest index at which `value`\\n     * should be inserted into `array` in order to maintain its sort order.\\n     *\\n     * @static\\n     * @memberOf _\\n     * @since 0.1.0\\n     * @category Array\\n     * @param {Array} array The sorted array to inspect.\\n     * @param {*} value The value to evaluate.\\n     * @returns {number} Returns the index at which `value` should be inserted\\n     *  into `array`.\\n     * @example\\n     *\\n     * _.sortedIndex([30, 50], 40);\\n     * // => 1\\n     */\\n    function sortedIndex(array, value) {\\n      return baseSortedIndex(array, value);\\n    }\\n\\n    /**\\n     * This method is like `_.sortedIndex` except that it accepts `iteratee`\\n     * which is invoked for `value` and each element of `array` to compute their\\n     * sort ranking. The iteratee is invoked with one argument: (value).\\n     *\\n     * @static\\n     * @memberOf _\\n     * @since 4.0.0\\n     * @category Array\\n     * @param {Array} array The sorted array to inspect.\\n     * @param {*} value The value to evaluate.\\n     * @param {Function} [iteratee=_.identity] The iteratee invoked per element.\\n     * @returns {number} Returns the index at which `value` should be inserted\\n     *  into `array`.\\n     * @example\\n     *\\n     * var objects = [{ 'x': 4 }, { 'x': 5 }];\\n     *\\n     * _.sortedIndexBy(objects, { 'x': 4 }, function(o) { return o.x; });\\n     * // => 0\\n     *\\n     * // The `_.property` iteratee shorthand.\\n     * _.sortedIndexBy(objects, { 'x': 4 }, 'x');\\n     * // => 0\\n     */\\n    function sortedIndexBy(array, value, iteratee) {\\n      return baseSortedIndexBy(array, value, getIteratee(iteratee, 2));\\n    }\\n\\n    /**\\n     * This method is like `_.indexOf` except that it performs a binary\\n     * search on a sorted `array`.\\n     *\\n     * @static\\n     * @memberOf _\\n     * @since 4.0.0\\n     * @category Array\\n     * @param {Array} array The array to inspect.\\n     * @param {*} value The value to search for.\\n     * @returns {number} Returns the index of the matched value, else `-1`.\\n     * @example\\n     *\\n     * _.sortedIndexOf([4, 5, 5, 5, 6], 5);\\n     * // => 1\\n     */\\n    function sortedIndexOf(array, value) {\\n      var length = array == null ? 0 : array.length;\\n      if (length) {\\n        var index = baseSortedIndex(array, value);\\n        if (index < length && eq(array[index], value)) {\\n          return index;\\n        }\\n      }\\n      return -1;\\n    }\\n\\n    /**\\n     * This method is like `_.sortedIndex` except that it returns the highest\\n     * index at which `value` should be inserted into `array` in order to\\n     * maintain its sort order.\\n     *\\n     * @static\\n     * @memberOf _\\n     * @since 3.0.0\\n     * @category Array\\n     * @param {Array} array The sorted array to inspect.\\n     * @param {*} value The value to evaluate.\\n     * @returns {number} Returns the index at which `value` should be inserted\\n     *  into `array`.\\n     * @example\\n     *\\n     * _.sortedLastIndex([4, 5, 5, 5, 6], 5);\\n     * // => 4\\n     */\\n    function sortedLastIndex(array, value) {\\n      return baseSortedIndex(array, value, true);\\n    }\\n\\n    /**\\n     * This method is like `_.sortedLastIndex` except that it accepts `iteratee`\\n     * which is invoked for `value` and each element of `array` to compute their\\n     * sort ranking. The iteratee is invoked with one argument: (value).\\n     *\\n     * @static\\n     * @memberOf _\\n     * @since 4.0.0\\n     * @category Array\\n     * @param {Array} array The sorted array to inspect.\\n     * @param {*} value The value to evaluate.\\n     * @param {Function} [iteratee=_.identity] The iteratee invoked per element.\\n     * @returns {number} Returns the index at which `value` should be inserted\\n     *  into `array`.\\n     * @example\\n     *\\n     * var objects = [{ 'x': 4 }, { 'x': 5 }];\\n     *\\n     * _.sortedLastIndexBy(objects, { 'x': 4 }, function(o) { return o.x; });\\n     * // => 1\\n     *\\n     * // The `_.property` iteratee shorthand.\\n     * _.sortedLastIndexBy(objects, { 'x': 4 }, 'x');\\n     * // => 1\\n     */\\n    function sortedLastIndexBy(array, value, iteratee) {\\n      return baseSortedIndexBy(array, value, getIteratee(iteratee, 2), true);\\n    }\\n\\n    /**\\n     * This method is like `_.lastIndexOf` except that it performs a binary\\n     * search on a sorted `array`.\\n     *\\n     * @static\\n     * @memberOf _\\n     * @since 4.0.0\\n     * @category Array\\n     * @param {Array} array The array to inspect.\\n     * @param {*} value The value to search for.\\n     * @returns {number} Returns the index of the matched value, else `-1`.\\n     * @example\\n     *\\n     * _.sortedLastIndexOf([4, 5, 5, 5, 6], 5);\\n     * // => 3\\n     */\\n    function sortedLastIndexOf(array, value) {\\n      var length = array == null ? 0 : array.length;\\n      if (length) {\\n        var index = baseSortedIndex(array, value, true) - 1;\\n        if (eq(array[index], value)) {\\n          return index;\\n        }\\n      }\\n      return -1;\\n    }\\n\\n    /**\\n     * This method is like `_.uniq` except that it's designed and optimized\\n     * for sorted arrays.\\n     *\\n     * @static\\n     * @memberOf _\\n     * @since 4.0.0\\n     * @category Array\\n     * @param {Array} array The array to inspect.\\n     * @returns {Array} Returns the new duplicate free array.\\n     * @example\\n     *\\n     * _.sortedUniq([1, 1, 2]);\\n     * // => [1, 2]\\n     */\\n    function sortedUniq(array) {\\n      return (array && array.length)\\n        ? baseSortedUniq(array)\\n        : [];\\n    }\\n\\n    /**\\n     * This method is like `_.uniqBy` except that it's designed and optimized\\n     * for sorted arrays.\\n     *\\n     * @static\\n     * @memberOf _\\n     * @since 4.0.0\\n     * @category Array\\n     * @param {Array} array The array to inspect.\\n     * @param {Function} [iteratee] The iteratee invoked per element.\\n     * @returns {Array} Returns the new duplicate free array.\\n     * @example\\n     *\\n     * _.sortedUniqBy([1.1, 1.2, 2.3, 2.4], Math.floor);\\n     * // => [1.1, 2.3]\\n     */\\n    function sortedUniqBy(array, iteratee) {\\n      return (array && array.length)\\n        ? baseSortedUniq(array, getIteratee(iteratee, 2))\\n        : [];\\n    }\\n\\n    /**\\n     * Gets all but the first element of `array`.\\n     *\\n     * @static\\n     * @memberOf _\\n     * @since 4.0.0\\n     * @category Array\\n     * @param {Array} array The array to query.\\n     * @returns {Array} Returns the slice of `array`.\\n     * @example\\n     *\\n     * _.tail([1, 2, 3]);\\n     * // => [2, 3]\\n     */\\n    function tail(array) {\\n      var length = array == null ? 0 : array.length;\\n      return length ? baseSlice(array, 1, length) : [];\\n    }\\n\\n    /**\\n     * Creates a slice of `array` with `n` elements taken from the beginning.\\n     *\\n     * @static\\n     * @memberOf _\\n     * @since 0.1.0\\n     * @category Array\\n     * @param {Array} array The array to query.\\n     * @param {number} [n=1] The number of elements to take.\\n     * @param- {Object} [guard] Enables use as an iteratee for methods like `_.map`.\\n     * @returns {Array} Returns the slice of `array`.\\n     * @example\\n     *\\n     * _.take([1, 2, 3]);\\n     * // => [1]\\n     *\\n     * _.take([1, 2, 3], 2);\\n     * // => [1, 2]\\n     *\\n     * _.take([1, 2, 3], 5);\\n     * // => [1, 2, 3]\\n     *\\n     * _.take([1, 2, 3], 0);\\n     * // => []\\n     */\\n    function take(array, n, guard) {\\n      if (!(array && array.length)) {\\n        return [];\\n      }\\n      n = (guard || n === undefined) ? 1 : toInteger(n);\\n      return baseSlice(array, 0, n < 0 ? 0 : n);\\n    }\\n\\n    /**\\n     * Creates a slice of `array` with `n` elements taken from the end.\\n     *\\n     * @static\\n     * @memberOf _\\n     * @since 3.0.0\\n     * @category Array\\n     * @param {Array} array The array to query.\\n     * @param {number} [n=1] The number of elements to take.\\n     * @param- {Object} [guard] Enables use as an iteratee for methods like `_.map`.\\n     * @returns {Array} Returns the slice of `array`.\\n     * @example\\n     *\\n     * _.takeRight([1, 2, 3]);\\n     * // => [3]\\n     *\\n     * _.takeRight([1, 2, 3], 2);\\n     * // => [2, 3]\\n     *\\n     * _.takeRight([1, 2, 3], 5);\\n     * // => [1, 2, 3]\\n     *\\n     * _.takeRight([1, 2, 3], 0);\\n     * // => []\\n     */\\n    function takeRight(array, n, guard) {\\n      var length = array == null ? 0 : array.length;\\n      if (!length) {\\n        return [];\\n      }\\n      n = (guard || n === undefined) ? 1 : toInteger(n);\\n      n = length - n;\\n      return baseSlice(array, n < 0 ? 0 : n, length);\\n    }\\n\\n    /**\\n     * Creates a slice of `array` with elements taken from the end. Elements are\\n     * taken until `predicate` returns falsey. The predicate is invoked with\\n     * three arguments: (value, index, array).\\n     *\\n     * @static\\n     * @memberOf _\\n     * @since 3.0.0\\n     * @category Array\\n     * @param {Array} array The array to query.\\n     * @param {Function} [predicate=_.identity] The function invoked per iteration.\\n     * @returns {Array} Returns the slice of `array`.\\n     * @example\\n     *\\n     * var users = [\\n     *   { 'user': 'barney',  'active': true },\\n     *   { 'user': 'fred',    'active': false },\\n     *   { 'user': 'pebbles', 'active': false }\\n     * ];\\n     *\\n     * _.takeRightWhile(users, function(o) { return !o.active; });\\n     * // => objects for ['fred', 'pebbles']\\n     *\\n     * // The `_.matches` iteratee shorthand.\\n     * _.takeRightWhile(users, { 'user': 'pebbles', 'active': false });\\n     * // => objects for ['pebbles']\\n     *\\n     * // The `_.matchesProperty` iteratee shorthand.\\n     * _.takeRightWhile(users, ['active', false]);\\n     * // => objects for ['fred', 'pebbles']\\n     *\\n     * // The `_.property` iteratee shorthand.\\n     * _.takeRightWhile(users, 'active');\\n     * // => []\\n     */\\n    function takeRightWhile(array, predicate) {\\n      return (array && array.length)\\n        ? baseWhile(array, getIteratee(predicate, 3), false, true)\\n        : [];\\n    }\\n\\n    /**\\n     * Creates a slice of `array` with elements taken from the beginning. Elements\\n     * are taken until `predicate` returns falsey. The predicate is invoked with\\n     * three arguments: (value, index, array).\\n     *\\n     * @static\\n     * @memberOf _\\n     * @since 3.0.0\\n     * @category Array\\n     * @param {Array} array The array to query.\\n     * @param {Function} [predicate=_.identity] The function invoked per iteration.\\n     * @returns {Array} Returns the slice of `array`.\\n     * @example\\n     *\\n     * var users = [\\n     *   { 'user': 'barney',  'active': false },\\n     *   { 'user': 'fred',    'active': false },\\n     *   { 'user': 'pebbles', 'active': true }\\n     * ];\\n     *\\n     * _.takeWhile(users, function(o) { return !o.active; });\\n     * // => objects for ['barney', 'fred']\\n     *\\n     * // The `_.matches` iteratee shorthand.\\n     * _.takeWhile(users, { 'user': 'barney', 'active': false });\\n     * // => objects for ['barney']\\n     *\\n     * // The `_.matchesProperty` iteratee shorthand.\\n     * _.takeWhile(users, ['active', false]);\\n     * // => objects for ['barney', 'fred']\\n     *\\n     * // The `_.property` iteratee shorthand.\\n     * _.takeWhile(users, 'active');\\n     * // => []\\n     */\\n    function takeWhile(array, predicate) {\\n      return (array && array.length)\\n        ? baseWhile(array, getIteratee(predicate, 3))\\n        : [];\\n    }\\n\\n    /**\\n     * Creates an array of unique values, in order, from all given arrays using\\n     * [`SameValueZero`](http://ecma-international.org/ecma-262/7.0/#sec-samevaluezero)\\n     * for equality comparisons.\\n     *\\n     * @static\\n     * @memberOf _\\n     * @since 0.1.0\\n     * @category Array\\n     * @param {...Array} [arrays] The arrays to inspect.\\n     * @returns {Array} Returns the new array of combined values.\\n     * @example\\n     *\\n     * _.union([2], [1, 2]);\\n     * // => [2, 1]\\n     */\\n    var union = baseRest(function(arrays) {\\n      return baseUniq(baseFlatten(arrays, 1, isArrayLikeObject, true));\\n    });\\n\\n    /**\\n     * This method is like `_.union` except that it accepts `iteratee` which is\\n     * invoked for each element of each `arrays` to generate the criterion by\\n     * which uniqueness is computed. Result values are chosen from the first\\n     * array in which the value occurs. The iteratee is invoked with one argument:\\n     * (value).\\n     *\\n     * @static\\n     * @memberOf _\\n     * @since 4.0.0\\n     * @category Array\\n     * @param {...Array} [arrays] The arrays to inspect.\\n     * @param {Function} [iteratee=_.identity] The iteratee invoked per element.\\n     * @returns {Array} Returns the new array of combined values.\\n     * @example\\n     *\\n     * _.unionBy([2.1], [1.2, 2.3], Math.floor);\\n     * // => [2.1, 1.2]\\n     *\\n     * // The `_.property` iteratee shorthand.\\n     * _.unionBy([{ 'x': 1 }], [{ 'x': 2 }, { 'x': 1 }], 'x');\\n     * // => [{ 'x': 1 }, { 'x': 2 }]\\n     */\\n    var unionBy = baseRest(function(arrays) {\\n      var iteratee = last(arrays);\\n      if (isArrayLikeObject(iteratee)) {\\n        iteratee = undefined;\\n      }\\n      return baseUniq(baseFlatten(arrays, 1, isArrayLikeObject, true), getIteratee(iteratee, 2));\\n    });\\n\\n    /**\\n     * This method is like `_.union` except that it accepts `comparator` which\\n     * is invoked to compare elements of `arrays`. Result values are chosen from\\n     * the first array in which the value occurs. The comparator is invoked\\n     * with two arguments: (arrVal, othVal).\\n     *\\n     * @static\\n     * @memberOf _\\n     * @since 4.0.0\\n     * @category Array\\n     * @param {...Array} [arrays] The arrays to inspect.\\n     * @param {Function} [comparator] The comparator invoked per element.\\n     * @returns {Array} Returns the new array of combined values.\\n     * @example\\n     *\\n     * var objects = [{ 'x': 1, 'y': 2 }, { 'x': 2, 'y': 1 }];\\n     * var others = [{ 'x': 1, 'y': 1 }, { 'x': 1, 'y': 2 }];\\n     *\\n     * _.unionWith(objects, others, _.isEqual);\\n     * // => [{ 'x': 1, 'y': 2 }, { 'x': 2, 'y': 1 }, { 'x': 1, 'y': 1 }]\\n     */\\n    var unionWith = baseRest(function(arrays) {\\n      var comparator = last(arrays);\\n      comparator = typeof comparator == 'function' ? comparator : undefined;\\n      return baseUniq(baseFlatten(arrays, 1, isArrayLikeObject, true), undefined, comparator);\\n    });\\n\\n    /**\\n     * Creates a duplicate-free version of an array, using\\n     * [`SameValueZero`](http://ecma-international.org/ecma-262/7.0/#sec-samevaluezero)\\n     * for equality comparisons, in which only the first occurrence of each element\\n     * is kept. The order of result values is determined by the order they occur\\n     * in the array.\\n     *\\n     * @static\\n     * @memberOf _\\n     * @since 0.1.0\\n     * @category Array\\n     * @param {Array} array The array to inspect.\\n     * @returns {Array} Returns the new duplicate free array.\\n     * @example\\n     *\\n     * _.uniq([2, 1, 2]);\\n     * // => [2, 1]\\n     */\\n    function uniq(array) {\\n      return (array && array.length) ? baseUniq(array) : [];\\n    }\\n\\n    /**\\n     * This method is like `_.uniq` except that it accepts `iteratee` which is\\n     * invoked for each element in `array` to generate the criterion by which\\n     * uniqueness is computed. The order of result values is determined by the\\n     * order they occur in the array. The iteratee is invoked with one argument:\\n     * (value).\\n     *\\n     * @static\\n     * @memberOf _\\n     * @since 4.0.0\\n     * @category Array\\n     * @param {Array} array The array to inspect.\\n     * @param {Function} [iteratee=_.identity] The iteratee invoked per element.\\n     * @returns {Array} Returns the new duplicate free array.\\n     * @example\\n     *\\n     * _.uniqBy([2.1, 1.2, 2.3], Math.floor);\\n     * // => [2.1, 1.2]\\n     *\\n     * // The `_.property` iteratee shorthand.\\n     * _.uniqBy([{ 'x': 1 }, { 'x': 2 }, { 'x': 1 }], 'x');\\n     * // => [{ 'x': 1 }, { 'x': 2 }]\\n     */\\n    function uniqBy(array, iteratee) {\\n      return (array && array.length) ? baseUniq(array, getIteratee(iteratee, 2)) : [];\\n    }\\n\\n    /**\\n     * This method is like `_.uniq` except that it accepts `comparator` which\\n     * is invoked to compare elements of `array`. The order of result values is\\n     * determined by the order they occur in the array.The comparator is invoked\\n     * with two arguments: (arrVal, othVal).\\n     *\\n     * @static\\n     * @memberOf _\\n     * @since 4.0.0\\n     * @category Array\\n     * @param {Array} array The array to inspect.\\n     * @param {Function} [comparator] The comparator invoked per element.\\n     * @returns {Array} Returns the new duplicate free array.\\n     * @example\\n     *\\n     * var objects = [{ 'x': 1, 'y': 2 }, { 'x': 2, 'y': 1 }, { 'x': 1, 'y': 2 }];\\n     *\\n     * _.uniqWith(objects, _.isEqual);\\n     * // => [{ 'x': 1, 'y': 2 }, { 'x': 2, 'y': 1 }]\\n     */\\n    function uniqWith(array, comparator) {\\n      comparator = typeof comparator == 'function' ? comparator : undefined;\\n      return (array && array.length) ? baseUniq(array, undefined, comparator) : [];\\n    }\\n\\n    /**\\n     * This method is like `_.zip` except that it accepts an array of grouped\\n     * elements and creates an array regrouping the elements to their pre-zip\\n     * configuration.\\n     *\\n     * @static\\n     * @memberOf _\\n     * @since 1.2.0\\n     * @category Array\\n     * @param {Array} array The array of grouped elements to process.\\n     * @returns {Array} Returns the new array of regrouped elements.\\n     * @example\\n     *\\n     * var zipped = _.zip(['a', 'b'], [1, 2], [true, false]);\\n     * // => [['a', 1, true], ['b', 2, false]]\\n     *\\n     * _.unzip(zipped);\\n     * // => [['a', 'b'], [1, 2], [true, false]]\\n     */\\n    function unzip(array) {\\n      if (!(array && array.length)) {\\n        return [];\\n      }\\n      var length = 0;\\n      array = arrayFilter(array, function(group) {\\n        if (isArrayLikeObject(group)) {\\n          length = nativeMax(group.length, length);\\n          return true;\\n        }\\n      });\\n      return baseTimes(length, function(index) {\\n        return arrayMap(array, baseProperty(index));\\n      });\\n    }\\n\\n    /**\\n     * This method is like `_.unzip` except that it accepts `iteratee` to specify\\n     * how regrouped values should be combined. The iteratee is invoked with the\\n     * elements of each group: (...group).\\n     *\\n     * @static\\n     * @memberOf _\\n     * @since 3.8.0\\n     * @category Array\\n     * @param {Array} array The array of grouped elements to process.\\n     * @param {Function} [iteratee=_.identity] The function to combine\\n     *  regrouped values.\\n     * @returns {Array} Returns the new array of regrouped elements.\\n     * @example\\n     *\\n     * var zipped = _.zip([1, 2], [10, 20], [100, 200]);\\n     * // => [[1, 10, 100], [2, 20, 200]]\\n     *\\n     * _.unzipWith(zipped, _.add);\\n     * // => [3, 30, 300]\\n     */\\n    function unzipWith(array, iteratee) {\\n      if (!(array && array.length)) {\\n        return [];\\n      }\\n      var result = unzip(array);\\n      if (iteratee == null) {\\n        return result;\\n      }\\n      return arrayMap(result, function(group) {\\n        return apply(iteratee, undefined, group);\\n      });\\n    }\\n\\n    /**\\n     * Creates an array excluding all given values using\\n     * [`SameValueZero`](http://ecma-international.org/ecma-262/7.0/#sec-samevaluezero)\\n     * for equality comparisons.\\n     *\\n     * **Note:** Unlike `_.pull`, this method returns a new array.\\n     *\\n     * @static\\n     * @memberOf _\\n     * @since 0.1.0\\n     * @category Array\\n     * @param {Array} array The array to inspect.\\n     * @param {...*} [values] The values to exclude.\\n     * @returns {Array} Returns the new array of filtered values.\\n     * @see _.difference, _.xor\\n     * @example\\n     *\\n     * _.without([2, 1, 2, 3], 1, 2);\\n     * // => [3]\\n     */\\n    var without = baseRest(function(array, values) {\\n      return isArrayLikeObject(array)\\n        ? baseDifference(array, values)\\n        : [];\\n    });\\n\\n    /**\\n     * Creates an array of unique values that is the\\n     * [symmetric difference](https://en.wikipedia.org/wiki/Symmetric_difference)\\n     * of the given arrays. The order of result values is determined by the order\\n     * they occur in the arrays.\\n     *\\n     * @static\\n     * @memberOf _\\n     * @since 2.4.0\\n     * @category Array\\n     * @param {...Array} [arrays] The arrays to inspect.\\n     * @returns {Array} Returns the new array of filtered values.\\n     * @see _.difference, _.without\\n     * @example\\n     *\\n     * _.xor([2, 1], [2, 3]);\\n     * // => [1, 3]\\n     */\\n    var xor = baseRest(function(arrays) {\\n      return baseXor(arrayFilter(arrays, isArrayLikeObject));\\n    });\\n\\n    /**\\n     * This method is like `_.xor` except that it accepts `iteratee` which is\\n     * invoked for each element of each `arrays` to generate the criterion by\\n     * which by which they're compared. The order of result values is determined\\n     * by the order they occur in the arrays. The iteratee is invoked with one\\n     * argument: (value).\\n     *\\n     * @static\\n     * @memberOf _\\n     * @since 4.0.0\\n     * @category Array\\n     * @param {...Array} [arrays] The arrays to inspect.\\n     * @param {Function} [iteratee=_.identity] The iteratee invoked per element.\\n     * @returns {Array} Returns the new array of filtered values.\\n     * @example\\n     *\\n     * _.xorBy([2.1, 1.2], [2.3, 3.4], Math.floor);\\n     * // => [1.2, 3.4]\\n     *\\n     * // The `_.property` iteratee shorthand.\\n     * _.xorBy([{ 'x': 1 }], [{ 'x': 2 }, { 'x': 1 }], 'x');\\n     * // => [{ 'x': 2 }]\\n     */\\n    var xorBy = baseRest(function(arrays) {\\n      var iteratee = last(arrays);\\n      if (isArrayLikeObject(iteratee)) {\\n        iteratee = undefined;\\n      }\\n      return baseXor(arrayFilter(arrays, isArrayLikeObject), getIteratee(iteratee, 2));\\n    });\\n\\n    /**\\n     * This method is like `_.xor` except that it accepts `comparator` which is\\n     * invoked to compare elements of `arrays`. The order of result values is\\n     * determined by the order they occur in the arrays. The comparator is invoked\\n     * with two arguments: (arrVal, othVal).\\n     *\\n     * @static\\n     * @memberOf _\\n     * @since 4.0.0\\n     * @category Array\\n     * @param {...Array} [arrays] The arrays to inspect.\\n     * @param {Function} [comparator] The comparator invoked per element.\\n     * @returns {Array} Returns the new array of filtered values.\\n     * @example\\n     *\\n     * var objects = [{ 'x': 1, 'y': 2 }, { 'x': 2, 'y': 1 }];\\n     * var others = [{ 'x': 1, 'y': 1 }, { 'x': 1, 'y': 2 }];\\n     *\\n     * _.xorWith(objects, others, _.isEqual);\\n     * // => [{ 'x': 2, 'y': 1 }, { 'x': 1, 'y': 1 }]\\n     */\\n    var xorWith = baseRest(function(arrays) {\\n      var comparator = last(arrays);\\n      comparator = typeof comparator == 'function' ? comparator : undefined;\\n      return baseXor(arrayFilter(arrays, isArrayLikeObject), undefined, comparator);\\n    });\\n\\n    /**\\n     * Creates an array of grouped elements, the first of which contains the\\n     * first elements of the given arrays, the second of which contains the\\n     * second elements of the given arrays, and so on.\\n     *\\n     * @static\\n     * @memberOf _\\n     * @since 0.1.0\\n     * @category Array\\n     * @param {...Array} [arrays] The arrays to process.\\n     * @returns {Array} Returns the new array of grouped elements.\\n     * @example\\n     *\\n     * _.zip(['a', 'b'], [1, 2], [true, false]);\\n     * // => [['a', 1, true], ['b', 2, false]]\\n     */\\n    var zip = baseRest(unzip);\\n\\n    /**\\n     * This method is like `_.fromPairs` except that it accepts two arrays,\\n     * one of property identifiers and one of corresponding values.\\n     *\\n     * @static\\n     * @memberOf _\\n     * @since 0.4.0\\n     * @category Array\\n     * @param {Array} [props=[]] The property identifiers.\\n     * @param {Array} [values=[]] The property values.\\n     * @returns {Object} Returns the new object.\\n     * @example\\n     *\\n     * _.zipObject(['a', 'b'], [1, 2]);\\n     * // => { 'a': 1, 'b': 2 }\\n     */\\n    function zipObject(props, values) {\\n      return baseZipObject(props || [], values || [], assignValue);\\n    }\\n\\n    /**\\n     * This method is like `_.zipObject` except that it supports property paths.\\n     *\\n     * @static\\n     * @memberOf _\\n     * @since 4.1.0\\n     * @category Array\\n     * @param {Array} [props=[]] The property identifiers.\\n     * @param {Array} [values=[]] The property values.\\n     * @returns {Object} Returns the new object.\\n     * @example\\n     *\\n     * _.zipObjectDeep(['a.b[0].c', 'a.b[1].d'], [1, 2]);\\n     * // => { 'a': { 'b': [{ 'c': 1 }, { 'd': 2 }] } }\\n     */\\n    function zipObjectDeep(props, values) {\\n      return baseZipObject(props || [], values || [], baseSet);\\n    }\\n\\n    /**\\n     * This method is like `_.zip` except that it accepts `iteratee` to specify\\n     * how grouped values should be combined. The iteratee is invoked with the\\n     * elements of each group: (...group).\\n     *\\n     * @static\\n     * @memberOf _\\n     * @since 3.8.0\\n     * @category Array\\n     * @param {...Array} [arrays] The arrays to process.\\n     * @param {Function} [iteratee=_.identity] The function to combine\\n     *  grouped values.\\n     * @returns {Array} Returns the new array of grouped elements.\\n     * @example\\n     *\\n     * _.zipWith([1, 2], [10, 20], [100, 200], function(a, b, c) {\\n     *   return a + b + c;\\n     * });\\n     * // => [111, 222]\\n     */\\n    var zipWith = baseRest(function(arrays) {\\n      var length = arrays.length,\\n          iteratee = length > 1 ? arrays[length - 1] : undefined;\\n\\n      iteratee = typeof iteratee == 'function' ? (arrays.pop(), iteratee) : undefined;\\n      return unzipWith(arrays, iteratee);\\n    });\\n\\n    /*------------------------------------------------------------------------*/\\n\\n    /**\\n     * Creates a `lodash` wrapper instance that wraps `value` with explicit method\\n     * chain sequences enabled. The result of such sequences must be unwrapped\\n     * with `_#value`.\\n     *\\n     * @static\\n     * @memberOf _\\n     * @since 1.3.0\\n     * @category Seq\\n     * @param {*} value The value to wrap.\\n     * @returns {Object} Returns the new `lodash` wrapper instance.\\n     * @example\\n     *\\n     * var users = [\\n     *   { 'user': 'barney',  'age': 36 },\\n     *   { 'user': 'fred',    'age': 40 },\\n     *   { 'user': 'pebbles', 'age': 1 }\\n     * ];\\n     *\\n     * var youngest = _\\n     *   .chain(users)\\n     *   .sortBy('age')\\n     *   .map(function(o) {\\n     *     return o.user + ' is ' + o.age;\\n     *   })\\n     *   .head()\\n     *   .value();\\n     * // => 'pebbles is 1'\\n     */\\n    function chain(value) {\\n      var result = lodash(value);\\n      result.__chain__ = true;\\n      return result;\\n    }\\n\\n    /**\\n     * This method invokes `interceptor` and returns `value`. The interceptor\\n     * is invoked with one argument; (value). The purpose of this method is to\\n     * \\\"tap into\\\" a method chain sequence in order to modify intermediate results.\\n     *\\n     * @static\\n     * @memberOf _\\n     * @since 0.1.0\\n     * @category Seq\\n     * @param {*} value The value to provide to `interceptor`.\\n     * @param {Function} interceptor The function to invoke.\\n     * @returns {*} Returns `value`.\\n     * @example\\n     *\\n     * _([1, 2, 3])\\n     *  .tap(function(array) {\\n     *    // Mutate input array.\\n     *    array.pop();\\n     *  })\\n     *  .reverse()\\n     *  .value();\\n     * // => [2, 1]\\n     */\\n    function tap(value, interceptor) {\\n      interceptor(value);\\n      return value;\\n    }\\n\\n    /**\\n     * This method is like `_.tap` except that it returns the result of `interceptor`.\\n     * The purpose of this method is to \\\"pass thru\\\" values replacing intermediate\\n     * results in a method chain sequence.\\n     *\\n     * @static\\n     * @memberOf _\\n     * @since 3.0.0\\n     * @category Seq\\n     * @param {*} value The value to provide to `interceptor`.\\n     * @param {Function} interceptor The function to invoke.\\n     * @returns {*} Returns the result of `interceptor`.\\n     * @example\\n     *\\n     * _('  abc  ')\\n     *  .chain()\\n     *  .trim()\\n     *  .thru(function(value) {\\n     *    return [value];\\n     *  })\\n     *  .value();\\n     * // => ['abc']\\n     */\\n    function thru(value, interceptor) {\\n      return interceptor(value);\\n    }\\n\\n    /**\\n     * This method is the wrapper version of `_.at`.\\n     *\\n     * @name at\\n     * @memberOf _\\n     * @since 1.0.0\\n     * @category Seq\\n     * @param {...(string|string[])} [paths] The property paths to pick.\\n     * @returns {Object} Returns the new `lodash` wrapper instance.\\n     * @example\\n     *\\n     * var object = { 'a': [{ 'b': { 'c': 3 } }, 4] };\\n     *\\n     * _(object).at(['a[0].b.c', 'a[1]']).value();\\n     * // => [3, 4]\\n     */\\n    var wrapperAt = flatRest(function(paths) {\\n      var length = paths.length,\\n          start = length ? paths[0] : 0,\\n          value = this.__wrapped__,\\n          interceptor = function(object) { return baseAt(object, paths); };\\n\\n      if (length > 1 || this.__actions__.length ||\\n          !(value instanceof LazyWrapper) || !isIndex(start)) {\\n        return this.thru(interceptor);\\n      }\\n      value = value.slice(start, +start + (length ? 1 : 0));\\n      value.__actions__.push({\\n        'func': thru,\\n        'args': [interceptor],\\n        'thisArg': undefined\\n      });\\n      return new LodashWrapper(value, this.__chain__).thru(function(array) {\\n        if (length && !array.length) {\\n          array.push(undefined);\\n        }\\n        return array;\\n      });\\n    });\\n\\n    /**\\n     * Creates a `lodash` wrapper instance with explicit method chain sequences enabled.\\n     *\\n     * @name chain\\n     * @memberOf _\\n     * @since 0.1.0\\n     * @category Seq\\n     * @returns {Object} Returns the new `lodash` wrapper instance.\\n     * @example\\n     *\\n     * var users = [\\n     *   { 'user': 'barney', 'age': 36 },\\n     *   { 'user': 'fred',   'age': 40 }\\n     * ];\\n     *\\n     * // A sequence without explicit chaining.\\n     * _(users).head();\\n     * // => { 'user': 'barney', 'age': 36 }\\n     *\\n     * // A sequence with explicit chaining.\\n     * _(users)\\n     *   .chain()\\n     *   .head()\\n     *   .pick('user')\\n     *   .value();\\n     * // => { 'user': 'barney' }\\n     */\\n    function wrapperChain() {\\n      return chain(this);\\n    }\\n\\n    /**\\n     * Executes the chain sequence and returns the wrapped result.\\n     *\\n     * @name commit\\n     * @memberOf _\\n     * @since 3.2.0\\n     * @category Seq\\n     * @returns {Object} Returns the new `lodash` wrapper instance.\\n     * @example\\n     *\\n     * var array = [1, 2];\\n     * var wrapped = _(array).push(3);\\n     *\\n     * console.log(array);\\n     * // => [1, 2]\\n     *\\n     * wrapped = wrapped.commit();\\n     * console.log(array);\\n     * // => [1, 2, 3]\\n     *\\n     * wrapped.last();\\n     * // => 3\\n     *\\n     * console.log(array);\\n     * // => [1, 2, 3]\\n     */\\n    function wrapperCommit() {\\n      return new LodashWrapper(this.value(), this.__chain__);\\n    }\\n\\n    /**\\n     * Gets the next value on a wrapped object following the\\n     * [iterator protocol](https://mdn.io/iteration_protocols#iterator).\\n     *\\n     * @name next\\n     * @memberOf _\\n     * @since 4.0.0\\n     * @category Seq\\n     * @returns {Object} Returns the next iterator value.\\n     * @example\\n     *\\n     * var wrapped = _([1, 2]);\\n     *\\n     * wrapped.next();\\n     * // => { 'done': false, 'value': 1 }\\n     *\\n     * wrapped.next();\\n     * // => { 'done': false, 'value': 2 }\\n     *\\n     * wrapped.next();\\n     * // => { 'done': true, 'value': undefined }\\n     */\\n    function wrapperNext() {\\n      if (this.__values__ === undefined) {\\n        this.__values__ = toArray(this.value());\\n      }\\n      var done = this.__index__ >= this.__values__.length,\\n          value = done ? undefined : this.__values__[this.__index__++];\\n\\n      return { 'done': done, 'value': value };\\n    }\\n\\n    /**\\n     * Enables the wrapper to be iterable.\\n     *\\n     * @name Symbol.iterator\\n     * @memberOf _\\n     * @since 4.0.0\\n     * @category Seq\\n     * @returns {Object} Returns the wrapper object.\\n     * @example\\n     *\\n     * var wrapped = _([1, 2]);\\n     *\\n     * wrapped[Symbol.iterator]() === wrapped;\\n     * // => true\\n     *\\n     * Array.from(wrapped);\\n     * // => [1, 2]\\n     */\\n    function wrapperToIterator() {\\n      return this;\\n    }\\n\\n    /**\\n     * Creates a clone of the chain sequence planting `value` as the wrapped value.\\n     *\\n     * @name plant\\n     * @memberOf _\\n     * @since 3.2.0\\n     * @category Seq\\n     * @param {*} value The value to plant.\\n     * @returns {Object} Returns the new `lodash` wrapper instance.\\n     * @example\\n     *\\n     * function square(n) {\\n     *   return n * n;\\n     * }\\n     *\\n     * var wrapped = _([1, 2]).map(square);\\n     * var other = wrapped.plant([3, 4]);\\n     *\\n     * other.value();\\n     * // => [9, 16]\\n     *\\n     * wrapped.value();\\n     * // => [1, 4]\\n     */\\n    function wrapperPlant(value) {\\n      var result,\\n          parent = this;\\n\\n      while (parent instanceof baseLodash) {\\n        var clone = wrapperClone(parent);\\n        clone.__index__ = 0;\\n        clone.__values__ = undefined;\\n        if (result) {\\n          previous.__wrapped__ = clone;\\n        } else {\\n          result = clone;\\n        }\\n        var previous = clone;\\n        parent = parent.__wrapped__;\\n      }\\n      previous.__wrapped__ = value;\\n      return result;\\n    }\\n\\n    /**\\n     * This method is the wrapper version of `_.reverse`.\\n     *\\n     * **Note:** This method mutates the wrapped array.\\n     *\\n     * @name reverse\\n     * @memberOf _\\n     * @since 0.1.0\\n     * @category Seq\\n     * @returns {Object} Returns the new `lodash` wrapper instance.\\n     * @example\\n     *\\n     * var array = [1, 2, 3];\\n     *\\n     * _(array).reverse().value()\\n     * // => [3, 2, 1]\\n     *\\n     * console.log(array);\\n     * // => [3, 2, 1]\\n     */\\n    function wrapperReverse() {\\n      var value = this.__wrapped__;\\n      if (value instanceof LazyWrapper) {\\n        var wrapped = value;\\n        if (this.__actions__.length) {\\n          wrapped = new LazyWrapper(this);\\n        }\\n        wrapped = wrapped.reverse();\\n        wrapped.__actions__.push({\\n          'func': thru,\\n          'args': [reverse],\\n          'thisArg': undefined\\n        });\\n        return new LodashWrapper(wrapped, this.__chain__);\\n      }\\n      return this.thru(reverse);\\n    }\\n\\n    /**\\n     * Executes the chain sequence to resolve the unwrapped value.\\n     *\\n     * @name value\\n     * @memberOf _\\n     * @since 0.1.0\\n     * @alias toJSON, valueOf\\n     * @category Seq\\n     * @returns {*} Returns the resolved unwrapped value.\\n     * @example\\n     *\\n     * _([1, 2, 3]).value();\\n     * // => [1, 2, 3]\\n     */\\n    function wrapperValue() {\\n      return baseWrapperValue(this.__wrapped__, this.__actions__);\\n    }\\n\\n    /*------------------------------------------------------------------------*/\\n\\n    /**\\n     * Creates an object composed of keys generated from the results of running\\n     * each element of `collection` thru `iteratee`. The corresponding value of\\n     * each key is the number of times the key was returned by `iteratee`. The\\n     * iteratee is invoked with one argument: (value).\\n     *\\n     * @static\\n     * @memberOf _\\n     * @since 0.5.0\\n     * @category Collection\\n     * @param {Array|Object} collection The collection to iterate over.\\n     * @param {Function} [iteratee=_.identity] The iteratee to transform keys.\\n     * @returns {Object} Returns the composed aggregate object.\\n     * @example\\n     *\\n     * _.countBy([6.1, 4.2, 6.3], Math.floor);\\n     * // => { '4': 1, '6': 2 }\\n     *\\n     * // The `_.property` iteratee shorthand.\\n     * _.countBy(['one', 'two', 'three'], 'length');\\n     * // => { '3': 2, '5': 1 }\\n     */\\n    var countBy = createAggregator(function(result, value, key) {\\n      if (hasOwnProperty.call(result, key)) {\\n        ++result[key];\\n      } else {\\n        baseAssignValue(result, key, 1);\\n      }\\n    });\\n\\n    /**\\n     * Checks if `predicate` returns truthy for **all** elements of `collection`.\\n     * Iteration is stopped once `predicate` returns falsey. The predicate is\\n     * invoked with three arguments: (value, index|key, collection).\\n     *\\n     * **Note:** This method returns `true` for\\n     * [empty collections](https://en.wikipedia.org/wiki/Empty_set) because\\n     * [everything is true](https://en.wikipedia.org/wiki/Vacuous_truth) of\\n     * elements of empty collections.\\n     *\\n     * @static\\n     * @memberOf _\\n     * @since 0.1.0\\n     * @category Collection\\n     * @param {Array|Object} collection The collection to iterate over.\\n     * @param {Function} [predicate=_.identity] The function invoked per iteration.\\n     * @param- {Object} [guard] Enables use as an iteratee for methods like `_.map`.\\n     * @returns {boolean} Returns `true` if all elements pass the predicate check,\\n     *  else `false`.\\n     * @example\\n     *\\n     * _.every([true, 1, null, 'yes'], Boolean);\\n     * // => false\\n     *\\n     * var users = [\\n     *   { 'user': 'barney', 'age': 36, 'active': false },\\n     *   { 'user': 'fred',   'age': 40, 'active': false }\\n     * ];\\n     *\\n     * // The `_.matches` iteratee shorthand.\\n     * _.every(users, { 'user': 'barney', 'active': false });\\n     * // => false\\n     *\\n     * // The `_.matchesProperty` iteratee shorthand.\\n     * _.every(users, ['active', false]);\\n     * // => true\\n     *\\n     * // The `_.property` iteratee shorthand.\\n     * _.every(users, 'active');\\n     * // => false\\n     */\\n    function every(collection, predicate, guard) {\\n      var func = isArray(collection) ? arrayEvery : baseEvery;\\n      if (guard && isIterateeCall(collection, predicate, guard)) {\\n        predicate = undefined;\\n      }\\n      return func(collection, getIteratee(predicate, 3));\\n    }\\n\\n    /**\\n     * Iterates over elements of `collection`, returning an array of all elements\\n     * `predicate` returns truthy for. The predicate is invoked with three\\n     * arguments: (value, index|key, collection).\\n     *\\n     * **Note:** Unlike `_.remove`, this method returns a new array.\\n     *\\n     * @static\\n     * @memberOf _\\n     * @since 0.1.0\\n     * @category Collection\\n     * @param {Array|Object} collection The collection to iterate over.\\n     * @param {Function} [predicate=_.identity] The function invoked per iteration.\\n     * @returns {Array} Returns the new filtered array.\\n     * @see _.reject\\n     * @example\\n     *\\n     * var users = [\\n     *   { 'user': 'barney', 'age': 36, 'active': true },\\n     *   { 'user': 'fred',   'age': 40, 'active': false }\\n     * ];\\n     *\\n     * _.filter(users, function(o) { return !o.active; });\\n     * // => objects for ['fred']\\n     *\\n     * // The `_.matches` iteratee shorthand.\\n     * _.filter(users, { 'age': 36, 'active': true });\\n     * // => objects for ['barney']\\n     *\\n     * // The `_.matchesProperty` iteratee shorthand.\\n     * _.filter(users, ['active', false]);\\n     * // => objects for ['fred']\\n     *\\n     * // The `_.property` iteratee shorthand.\\n     * _.filter(users, 'active');\\n     * // => objects for ['barney']\\n     */\\n    function filter(collection, predicate) {\\n      var func = isArray(collection) ? arrayFilter : baseFilter;\\n      return func(collection, getIteratee(predicate, 3));\\n    }\\n\\n    /**\\n     * Iterates over elements of `collection`, returning the first element\\n     * `predicate` returns truthy for. The predicate is invoked with three\\n     * arguments: (value, index|key, collection).\\n     *\\n     * @static\\n     * @memberOf _\\n     * @since 0.1.0\\n     * @category Collection\\n     * @param {Array|Object} collection The collection to inspect.\\n     * @param {Function} [predicate=_.identity] The function invoked per iteration.\\n     * @param {number} [fromIndex=0] The index to search from.\\n     * @returns {*} Returns the matched element, else `undefined`.\\n     * @example\\n     *\\n     * var users = [\\n     *   { 'user': 'barney',  'age': 36, 'active': true },\\n     *   { 'user': 'fred',    'age': 40, 'active': false },\\n     *   { 'user': 'pebbles', 'age': 1,  'active': true }\\n     * ];\\n     *\\n     * _.find(users, function(o) { return o.age < 40; });\\n     * // => object for 'barney'\\n     *\\n     * // The `_.matches` iteratee shorthand.\\n     * _.find(users, { 'age': 1, 'active': true });\\n     * // => object for 'pebbles'\\n     *\\n     * // The `_.matchesProperty` iteratee shorthand.\\n     * _.find(users, ['active', false]);\\n     * // => object for 'fred'\\n     *\\n     * // The `_.property` iteratee shorthand.\\n     * _.find(users, 'active');\\n     * // => object for 'barney'\\n     */\\n    var find = createFind(findIndex);\\n\\n    /**\\n     * This method is like `_.find` except that it iterates over elements of\\n     * `collection` from right to left.\\n     *\\n     * @static\\n     * @memberOf _\\n     * @since 2.0.0\\n     * @category Collection\\n     * @param {Array|Object} collection The collection to inspect.\\n     * @param {Function} [predicate=_.identity] The function invoked per iteration.\\n     * @param {number} [fromIndex=collection.length-1] The index to search from.\\n     * @returns {*} Returns the matched element, else `undefined`.\\n     * @example\\n     *\\n     * _.findLast([1, 2, 3, 4], function(n) {\\n     *   return n % 2 == 1;\\n     * });\\n     * // => 3\\n     */\\n    var findLast = createFind(findLastIndex);\\n\\n    /**\\n     * Creates a flattened array of values by running each element in `collection`\\n     * thru `iteratee` and flattening the mapped results. The iteratee is invoked\\n     * with three arguments: (value, index|key, collection).\\n     *\\n     * @static\\n     * @memberOf _\\n     * @since 4.0.0\\n     * @category Collection\\n     * @param {Array|Object} collection The collection to iterate over.\\n     * @param {Function} [iteratee=_.identity] The function invoked per iteration.\\n     * @returns {Array} Returns the new flattened array.\\n     * @example\\n     *\\n     * function duplicate(n) {\\n     *   return [n, n];\\n     * }\\n     *\\n     * _.flatMap([1, 2], duplicate);\\n     * // => [1, 1, 2, 2]\\n     */\\n    function flatMap(collection, iteratee) {\\n      return baseFlatten(map(collection, iteratee), 1);\\n    }\\n\\n    /**\\n     * This method is like `_.flatMap` except that it recursively flattens the\\n     * mapped results.\\n     *\\n     * @static\\n     * @memberOf _\\n     * @since 4.7.0\\n     * @category Collection\\n     * @param {Array|Object} collection The collection to iterate over.\\n     * @param {Function} [iteratee=_.identity] The function invoked per iteration.\\n     * @returns {Array} Returns the new flattened array.\\n     * @example\\n     *\\n     * function duplicate(n) {\\n     *   return [[[n, n]]];\\n     * }\\n     *\\n     * _.flatMapDeep([1, 2], duplicate);\\n     * // => [1, 1, 2, 2]\\n     */\\n    function flatMapDeep(collection, iteratee) {\\n      return baseFlatten(map(collection, iteratee), INFINITY);\\n    }\\n\\n    /**\\n     * This method is like `_.flatMap` except that it recursively flattens the\\n     * mapped results up to `depth` times.\\n     *\\n     * @static\\n     * @memberOf _\\n     * @since 4.7.0\\n     * @category Collection\\n     * @param {Array|Object} collection The collection to iterate over.\\n     * @param {Function} [iteratee=_.identity] The function invoked per iteration.\\n     * @param {number} [depth=1] The maximum recursion depth.\\n     * @returns {Array} Returns the new flattened array.\\n     * @example\\n     *\\n     * function duplicate(n) {\\n     *   return [[[n, n]]];\\n     * }\\n     *\\n     * _.flatMapDepth([1, 2], duplicate, 2);\\n     * // => [[1, 1], [2, 2]]\\n     */\\n    function flatMapDepth(collection, iteratee, depth) {\\n      depth = depth === undefined ? 1 : toInteger(depth);\\n      return baseFlatten(map(collection, iteratee), depth);\\n    }\\n\\n    /**\\n     * Iterates over elements of `collection` and invokes `iteratee` for each element.\\n     * The iteratee is invoked with three arguments: (value, index|key, collection).\\n     * Iteratee functions may exit iteration early by explicitly returning `false`.\\n     *\\n     * **Note:** As with other \\\"Collections\\\" methods, objects with a \\\"length\\\"\\n     * property are iterated like arrays. To avoid this behavior use `_.forIn`\\n     * or `_.forOwn` for object iteration.\\n     *\\n     * @static\\n     * @memberOf _\\n     * @since 0.1.0\\n     * @alias each\\n     * @category Collection\\n     * @param {Array|Object} collection The collection to iterate over.\\n     * @param {Function} [iteratee=_.identity] The function invoked per iteration.\\n     * @returns {Array|Object} Returns `collection`.\\n     * @see _.forEachRight\\n     * @example\\n     *\\n     * _.forEach([1, 2], function(value) {\\n     *   console.log(value);\\n     * });\\n     * // => Logs `1` then `2`.\\n     *\\n     * _.forEach({ 'a': 1, 'b': 2 }, function(value, key) {\\n     *   console.log(key);\\n     * });\\n     * // => Logs 'a' then 'b' (iteration order is not guaranteed).\\n     */\\n    function forEach(collection, iteratee) {\\n      var func = isArray(collection) ? arrayEach : baseEach;\\n      return func(collection, getIteratee(iteratee, 3));\\n    }\\n\\n    /**\\n     * This method is like `_.forEach` except that it iterates over elements of\\n     * `collection` from right to left.\\n     *\\n     * @static\\n     * @memberOf _\\n     * @since 2.0.0\\n     * @alias eachRight\\n     * @category Collection\\n     * @param {Array|Object} collection The collection to iterate over.\\n     * @param {Function} [iteratee=_.identity] The function invoked per iteration.\\n     * @returns {Array|Object} Returns `collection`.\\n     * @see _.forEach\\n     * @example\\n     *\\n     * _.forEachRight([1, 2], function(value) {\\n     *   console.log(value);\\n     * });\\n     * // => Logs `2` then `1`.\\n     */\\n    function forEachRight(collection, iteratee) {\\n      var func = isArray(collection) ? arrayEachRight : baseEachRight;\\n      return func(collection, getIteratee(iteratee, 3));\\n    }\\n\\n    /**\\n     * Creates an object composed of keys generated from the results of running\\n     * each element of `collection` thru `iteratee`. The order of grouped values\\n     * is determined by the order they occur in `collection`. The corresponding\\n     * value of each key is an array of elements responsible for generating the\\n     * key. The iteratee is invoked with one argument: (value).\\n     *\\n     * @static\\n     * @memberOf _\\n     * @since 0.1.0\\n     * @category Collection\\n     * @param {Array|Object} collection The collection to iterate over.\\n     * @param {Function} [iteratee=_.identity] The iteratee to transform keys.\\n     * @returns {Object} Returns the composed aggregate object.\\n     * @example\\n     *\\n     * _.groupBy([6.1, 4.2, 6.3], Math.floor);\\n     * // => { '4': [4.2], '6': [6.1, 6.3] }\\n     *\\n     * // The `_.property` iteratee shorthand.\\n     * _.groupBy(['one', 'two', 'three'], 'length');\\n     * // => { '3': ['one', 'two'], '5': ['three'] }\\n     */\\n    var groupBy = createAggregator(function(result, value, key) {\\n      if (hasOwnProperty.call(result, key)) {\\n        result[key].push(value);\\n      } else {\\n        baseAssignValue(result, key, [value]);\\n      }\\n    });\\n\\n    /**\\n     * Checks if `value` is in `collection`. If `collection` is a string, it's\\n     * checked for a substring of `value`, otherwise\\n     * [`SameValueZero`](http://ecma-international.org/ecma-262/7.0/#sec-samevaluezero)\\n     * is used for equality comparisons. If `fromIndex` is negative, it's used as\\n     * the offset from the end of `collection`.\\n     *\\n     * @static\\n     * @memberOf _\\n     * @since 0.1.0\\n     * @category Collection\\n     * @param {Array|Object|string} collection The collection to inspect.\\n     * @param {*} value The value to search for.\\n     * @param {number} [fromIndex=0] The index to search from.\\n     * @param- {Object} [guard] Enables use as an iteratee for methods like `_.reduce`.\\n     * @returns {boolean} Returns `true` if `value` is found, else `false`.\\n     * @example\\n     *\\n     * _.includes([1, 2, 3], 1);\\n     * // => true\\n     *\\n     * _.includes([1, 2, 3], 1, 2);\\n     * // => false\\n     *\\n     * _.includes({ 'a': 1, 'b': 2 }, 1);\\n     * // => true\\n     *\\n     * _.includes('abcd', 'bc');\\n     * // => true\\n     */\\n    function includes(collection, value, fromIndex, guard) {\\n      collection = isArrayLike(collection) ? collection : values(collection);\\n      fromIndex = (fromIndex && !guard) ? toInteger(fromIndex) : 0;\\n\\n      var length = collection.length;\\n      if (fromIndex < 0) {\\n        fromIndex = nativeMax(length + fromIndex, 0);\\n      }\\n      return isString(collection)\\n        ? (fromIndex <= length && collection.indexOf(value, fromIndex) > -1)\\n        : (!!length && baseIndexOf(collection, value, fromIndex) > -1);\\n    }\\n\\n    /**\\n     * Invokes the method at `path` of each element in `collection`, returning\\n     * an array of the results of each invoked method. Any additional arguments\\n     * are provided to each invoked method. If `path` is a function, it's invoked\\n     * for, and `this` bound to, each element in `collection`.\\n     *\\n     * @static\\n     * @memberOf _\\n     * @since 4.0.0\\n     * @category Collection\\n     * @param {Array|Object} collection The collection to iterate over.\\n     * @param {Array|Function|string} path The path of the method to invoke or\\n     *  the function invoked per iteration.\\n     * @param {...*} [args] The arguments to invoke each method with.\\n     * @returns {Array} Returns the array of results.\\n     * @example\\n     *\\n     * _.invokeMap([[5, 1, 7], [3, 2, 1]], 'sort');\\n     * // => [[1, 5, 7], [1, 2, 3]]\\n     *\\n     * _.invokeMap([123, 456], String.prototype.split, '');\\n     * // => [['1', '2', '3'], ['4', '5', '6']]\\n     */\\n    var invokeMap = baseRest(function(collection, path, args) {\\n      var index = -1,\\n          isFunc = typeof path == 'function',\\n          result = isArrayLike(collection) ? Array(collection.length) : [];\\n\\n      baseEach(collection, function(value) {\\n        result[++index] = isFunc ? apply(path, value, args) : baseInvoke(value, path, args);\\n      });\\n      return result;\\n    });\\n\\n    /**\\n     * Creates an object composed of keys generated from the results of running\\n     * each element of `collection` thru `iteratee`. The corresponding value of\\n     * each key is the last element responsible for generating the key. The\\n     * iteratee is invoked with one argument: (value).\\n     *\\n     * @static\\n     * @memberOf _\\n     * @since 4.0.0\\n     * @category Collection\\n     * @param {Array|Object} collection The collection to iterate over.\\n     * @param {Function} [iteratee=_.identity] The iteratee to transform keys.\\n     * @returns {Object} Returns the composed aggregate object.\\n     * @example\\n     *\\n     * var array = [\\n     *   { 'dir': 'left', 'code': 97 },\\n     *   { 'dir': 'right', 'code': 100 }\\n     * ];\\n     *\\n     * _.keyBy(array, function(o) {\\n     *   return String.fromCharCode(o.code);\\n     * });\\n     * // => { 'a': { 'dir': 'left', 'code': 97 }, 'd': { 'dir': 'right', 'code': 100 } }\\n     *\\n     * _.keyBy(array, 'dir');\\n     * // => { 'left': { 'dir': 'left', 'code': 97 }, 'right': { 'dir': 'right', 'code': 100 } }\\n     */\\n    var keyBy = createAggregator(function(result, value, key) {\\n      baseAssignValue(result, key, value);\\n    });\\n\\n    /**\\n     * Creates an array of values by running each element in `collection` thru\\n     * `iteratee`. The iteratee is invoked with three arguments:\\n     * (value, index|key, collection).\\n     *\\n     * Many lodash methods are guarded to work as iteratees for methods like\\n     * `_.every`, `_.filter`, `_.map`, `_.mapValues`, `_.reject`, and `_.some`.\\n     *\\n     * The guarded methods are:\\n     * `ary`, `chunk`, `curry`, `curryRight`, `drop`, `dropRight`, `every`,\\n     * `fill`, `invert`, `parseInt`, `random`, `range`, `rangeRight`, `repeat`,\\n     * `sampleSize`, `slice`, `some`, `sortBy`, `split`, `take`, `takeRight`,\\n     * `template`, `trim`, `trimEnd`, `trimStart`, and `words`\\n     *\\n     * @static\\n     * @memberOf _\\n     * @since 0.1.0\\n     * @category Collection\\n     * @param {Array|Object} collection The collection to iterate over.\\n     * @param {Function} [iteratee=_.identity] The function invoked per iteration.\\n     * @returns {Array} Returns the new mapped array.\\n     * @example\\n     *\\n     * function square(n) {\\n     *   return n * n;\\n     * }\\n     *\\n     * _.map([4, 8], square);\\n     * // => [16, 64]\\n     *\\n     * _.map({ 'a': 4, 'b': 8 }, square);\\n     * // => [16, 64] (iteration order is not guaranteed)\\n     *\\n     * var users = [\\n     *   { 'user': 'barney' },\\n     *   { 'user': 'fred' }\\n     * ];\\n     *\\n     * // The `_.property` iteratee shorthand.\\n     * _.map(users, 'user');\\n     * // => ['barney', 'fred']\\n     */\\n    function map(collection, iteratee) {\\n      var func = isArray(collection) ? arrayMap : baseMap;\\n      return func(collection, getIteratee(iteratee, 3));\\n    }\\n\\n    /**\\n     * This method is like `_.sortBy` except that it allows specifying the sort\\n     * orders of the iteratees to sort by. If `orders` is unspecified, all values\\n     * are sorted in ascending order. Otherwise, specify an order of \\\"desc\\\" for\\n     * descending or \\\"asc\\\" for ascending sort order of corresponding values.\\n     *\\n     * @static\\n     * @memberOf _\\n     * @since 4.0.0\\n     * @category Collection\\n     * @param {Array|Object} collection The collection to iterate over.\\n     * @param {Array[]|Function[]|Object[]|string[]} [iteratees=[_.identity]]\\n     *  The iteratees to sort by.\\n     * @param {string[]} [orders] The sort orders of `iteratees`.\\n     * @param- {Object} [guard] Enables use as an iteratee for methods like `_.reduce`.\\n     * @returns {Array} Returns the new sorted array.\\n     * @example\\n     *\\n     * var users = [\\n     *   { 'user': 'fred',   'age': 48 },\\n     *   { 'user': 'barney', 'age': 34 },\\n     *   { 'user': 'fred',   'age': 40 },\\n     *   { 'user': 'barney', 'age': 36 }\\n     * ];\\n     *\\n     * // Sort by `user` in ascending order and by `age` in descending order.\\n     * _.orderBy(users, ['user', 'age'], ['asc', 'desc']);\\n     * // => objects for [['barney', 36], ['barney', 34], ['fred', 48], ['fred', 40]]\\n     */\\n    function orderBy(collection, iteratees, orders, guard) {\\n      if (collection == null) {\\n        return [];\\n      }\\n      if (!isArray(iteratees)) {\\n        iteratees = iteratees == null ? [] : [iteratees];\\n      }\\n      orders = guard ? undefined : orders;\\n      if (!isArray(orders)) {\\n        orders = orders == null ? [] : [orders];\\n      }\\n      return baseOrderBy(collection, iteratees, orders);\\n    }\\n\\n    /**\\n     * Creates an array of elements split into two groups, the first of which\\n     * contains elements `predicate` returns truthy for, the second of which\\n     * contains elements `predicate` returns falsey for. The predicate is\\n     * invoked with one argument: (value).\\n     *\\n     * @static\\n     * @memberOf _\\n     * @since 3.0.0\\n     * @category Collection\\n     * @param {Array|Object} collection The collection to iterate over.\\n     * @param {Function} [predicate=_.identity] The function invoked per iteration.\\n     * @returns {Array} Returns the array of grouped elements.\\n     * @example\\n     *\\n     * var users = [\\n     *   { 'user': 'barney',  'age': 36, 'active': false },\\n     *   { 'user': 'fred',    'age': 40, 'active': true },\\n     *   { 'user': 'pebbles', 'age': 1,  'active': false }\\n     * ];\\n     *\\n     * _.partition(users, function(o) { return o.active; });\\n     * // => objects for [['fred'], ['barney', 'pebbles']]\\n     *\\n     * // The `_.matches` iteratee shorthand.\\n     * _.partition(users, { 'age': 1, 'active': false });\\n     * // => objects for [['pebbles'], ['barney', 'fred']]\\n     *\\n     * // The `_.matchesProperty` iteratee shorthand.\\n     * _.partition(users, ['active', false]);\\n     * // => objects for [['barney', 'pebbles'], ['fred']]\\n     *\\n     * // The `_.property` iteratee shorthand.\\n     * _.partition(users, 'active');\\n     * // => objects for [['fred'], ['barney', 'pebbles']]\\n     */\\n    var partition = createAggregator(function(result, value, key) {\\n      result[key ? 0 : 1].push(value);\\n    }, function() { return [[], []]; });\\n\\n    /**\\n     * Reduces `collection` to a value which is the accumulated result of running\\n     * each element in `collection` thru `iteratee`, where each successive\\n     * invocation is supplied the return value of the previous. If `accumulator`\\n     * is not given, the first element of `collection` is used as the initial\\n     * value. The iteratee is invoked with four arguments:\\n     * (accumulator, value, index|key, collection).\\n     *\\n     * Many lodash methods are guarded to work as iteratees for methods like\\n     * `_.reduce`, `_.reduceRight`, and `_.transform`.\\n     *\\n     * The guarded methods are:\\n     * `assign`, `defaults`, `defaultsDeep`, `includes`, `merge`, `orderBy`,\\n     * and `sortBy`\\n     *\\n     * @static\\n     * @memberOf _\\n     * @since 0.1.0\\n     * @category Collection\\n     * @param {Array|Object} collection The collection to iterate over.\\n     * @param {Function} [iteratee=_.identity] The function invoked per iteration.\\n     * @param {*} [accumulator] The initial value.\\n     * @returns {*} Returns the accumulated value.\\n     * @see _.reduceRight\\n     * @example\\n     *\\n     * _.reduce([1, 2], function(sum, n) {\\n     *   return sum + n;\\n     * }, 0);\\n     * // => 3\\n     *\\n     * _.reduce({ 'a': 1, 'b': 2, 'c': 1 }, function(result, value, key) {\\n     *   (result[value] || (result[value] = [])).push(key);\\n     *   return result;\\n     * }, {});\\n     * // => { '1': ['a', 'c'], '2': ['b'] } (iteration order is not guaranteed)\\n     */\\n    function reduce(collection, iteratee, accumulator) {\\n      var func = isArray(collection) ? arrayReduce : baseReduce,\\n          initAccum = arguments.length < 3;\\n\\n      return func(collection, getIteratee(iteratee, 4), accumulator, initAccum, baseEach);\\n    }\\n\\n    /**\\n     * This method is like `_.reduce` except that it iterates over elements of\\n     * `collection` from right to left.\\n     *\\n     * @static\\n     * @memberOf _\\n     * @since 0.1.0\\n     * @category Collection\\n     * @param {Array|Object} collection The collection to iterate over.\\n     * @param {Function} [iteratee=_.identity] The function invoked per iteration.\\n     * @param {*} [accumulator] The initial value.\\n     * @returns {*} Returns the accumulated value.\\n     * @see _.reduce\\n     * @example\\n     *\\n     * var array = [[0, 1], [2, 3], [4, 5]];\\n     *\\n     * _.reduceRight(array, function(flattened, other) {\\n     *   return flattened.concat(other);\\n     * }, []);\\n     * // => [4, 5, 2, 3, 0, 1]\\n     */\\n    function reduceRight(collection, iteratee, accumulator) {\\n      var func = isArray(collection) ? arrayReduceRight : baseReduce,\\n          initAccum = arguments.length < 3;\\n\\n      return func(collection, getIteratee(iteratee, 4), accumulator, initAccum, baseEachRight);\\n    }\\n\\n    /**\\n     * The opposite of `_.filter`; this method returns the elements of `collection`\\n     * that `predicate` does **not** return truthy for.\\n     *\\n     * @static\\n     * @memberOf _\\n     * @since 0.1.0\\n     * @category Collection\\n     * @param {Array|Object} collection The collection to iterate over.\\n     * @param {Function} [predicate=_.identity] The function invoked per iteration.\\n     * @returns {Array} Returns the new filtered array.\\n     * @see _.filter\\n     * @example\\n     *\\n     * var users = [\\n     *   { 'user': 'barney', 'age': 36, 'active': false },\\n     *   { 'user': 'fred',   'age': 40, 'active': true }\\n     * ];\\n     *\\n     * _.reject(users, function(o) { return !o.active; });\\n     * // => objects for ['fred']\\n     *\\n     * // The `_.matches` iteratee shorthand.\\n     * _.reject(users, { 'age': 40, 'active': true });\\n     * // => objects for ['barney']\\n     *\\n     * // The `_.matchesProperty` iteratee shorthand.\\n     * _.reject(users, ['active', false]);\\n     * // => objects for ['fred']\\n     *\\n     * // The `_.property` iteratee shorthand.\\n     * _.reject(users, 'active');\\n     * // => objects for ['barney']\\n     */\\n    function reject(collection, predicate) {\\n      var func = isArray(collection) ? arrayFilter : baseFilter;\\n      return func(collection, negate(getIteratee(predicate, 3)));\\n    }\\n\\n    /**\\n     * Gets a random element from `collection`.\\n     *\\n     * @static\\n     * @memberOf _\\n     * @since 2.0.0\\n     * @category Collection\\n     * @param {Array|Object} collection The collection to sample.\\n     * @returns {*} Returns the random element.\\n     * @example\\n     *\\n     * _.sample([1, 2, 3, 4]);\\n     * // => 2\\n     */\\n    function sample(collection) {\\n      var func = isArray(collection) ? arraySample : baseSample;\\n      return func(collection);\\n    }\\n\\n    /**\\n     * Gets `n` random elements at unique keys from `collection` up to the\\n     * size of `collection`.\\n     *\\n     * @static\\n     * @memberOf _\\n     * @since 4.0.0\\n     * @category Collection\\n     * @param {Array|Object} collection The collection to sample.\\n     * @param {number} [n=1] The number of elements to sample.\\n     * @param- {Object} [guard] Enables use as an iteratee for methods like `_.map`.\\n     * @returns {Array} Returns the random elements.\\n     * @example\\n     *\\n     * _.sampleSize([1, 2, 3], 2);\\n     * // => [3, 1]\\n     *\\n     * _.sampleSize([1, 2, 3], 4);\\n     * // => [2, 3, 1]\\n     */\\n    function sampleSize(collection, n, guard) {\\n      if ((guard ? isIterateeCall(collection, n, guard) : n === undefined)) {\\n        n = 1;\\n      } else {\\n        n = toInteger(n);\\n      }\\n      var func = isArray(collection) ? arraySampleSize : baseSampleSize;\\n      return func(collection, n);\\n    }\\n\\n    /**\\n     * Creates an array of shuffled values, using a version of the\\n     * [Fisher-Yates shuffle](https://en.wikipedia.org/wiki/Fisher-Yates_shuffle).\\n     *\\n     * @static\\n     * @memberOf _\\n     * @since 0.1.0\\n     * @category Collection\\n     * @param {Array|Object} collection The collection to shuffle.\\n     * @returns {Array} Returns the new shuffled array.\\n     * @example\\n     *\\n     * _.shuffle([1, 2, 3, 4]);\\n     * // => [4, 1, 3, 2]\\n     */\\n    function shuffle(collection) {\\n      var func = isArray(collection) ? arrayShuffle : baseShuffle;\\n      return func(collection);\\n    }\\n\\n    /**\\n     * Gets the size of `collection` by returning its length for array-like\\n     * values or the number of own enumerable string keyed properties for objects.\\n     *\\n     * @static\\n     * @memberOf _\\n     * @since 0.1.0\\n     * @category Collection\\n     * @param {Array|Object|string} collection The collection to inspect.\\n     * @returns {number} Returns the collection size.\\n     * @example\\n     *\\n     * _.size([1, 2, 3]);\\n     * // => 3\\n     *\\n     * _.size({ 'a': 1, 'b': 2 });\\n     * // => 2\\n     *\\n     * _.size('pebbles');\\n     * // => 7\\n     */\\n    function size(collection) {\\n      if (collection == null) {\\n        return 0;\\n      }\\n      if (isArrayLike(collection)) {\\n        return isString(collection) ? stringSize(collection) : collection.length;\\n      }\\n      var tag = getTag(collection);\\n      if (tag == mapTag || tag == setTag) {\\n        return collection.size;\\n      }\\n      return baseKeys(collection).length;\\n    }\\n\\n    /**\\n     * Checks if `predicate` returns truthy for **any** element of `collection`.\\n     * Iteration is stopped once `predicate` returns truthy. The predicate is\\n     * invoked with three arguments: (value, index|key, collection).\\n     *\\n     * @static\\n     * @memberOf _\\n     * @since 0.1.0\\n     * @category Collection\\n     * @param {Array|Object} collection The collection to iterate over.\\n     * @param {Function} [predicate=_.identity] The function invoked per iteration.\\n     * @param- {Object} [guard] Enables use as an iteratee for methods like `_.map`.\\n     * @returns {boolean} Returns `true` if any element passes the predicate check,\\n     *  else `false`.\\n     * @example\\n     *\\n     * _.some([null, 0, 'yes', false], Boolean);\\n     * // => true\\n     *\\n     * var users = [\\n     *   { 'user': 'barney', 'active': true },\\n     *   { 'user': 'fred',   'active': false }\\n     * ];\\n     *\\n     * // The `_.matches` iteratee shorthand.\\n     * _.some(users, { 'user': 'barney', 'active': false });\\n     * // => false\\n     *\\n     * // The `_.matchesProperty` iteratee shorthand.\\n     * _.some(users, ['active', false]);\\n     * // => true\\n     *\\n     * // The `_.property` iteratee shorthand.\\n     * _.some(users, 'active');\\n     * // => true\\n     */\\n    function some(collection, predicate, guard) {\\n      var func = isArray(collection) ? arraySome : baseSome;\\n      if (guard && isIterateeCall(collection, predicate, guard)) {\\n        predicate = undefined;\\n      }\\n      return func(collection, getIteratee(predicate, 3));\\n    }\\n\\n    /**\\n     * Creates an array of elements, sorted in ascending order by the results of\\n     * running each element in a collection thru each iteratee. This method\\n     * performs a stable sort, that is, it preserves the original sort order of\\n     * equal elements. The iteratees are invoked with one argument: (value).\\n     *\\n     * @static\\n     * @memberOf _\\n     * @since 0.1.0\\n     * @category Collection\\n     * @param {Array|Object} collection The collection to iterate over.\\n     * @param {...(Function|Function[])} [iteratees=[_.identity]]\\n     *  The iteratees to sort by.\\n     * @returns {Array} Returns the new sorted array.\\n     * @example\\n     *\\n     * var users = [\\n     *   { 'user': 'fred',   'age': 48 },\\n     *   { 'user': 'barney', 'age': 36 },\\n     *   { 'user': 'fred',   'age': 40 },\\n     *   { 'user': 'barney', 'age': 34 }\\n     * ];\\n     *\\n     * _.sortBy(users, [function(o) { return o.user; }]);\\n     * // => objects for [['barney', 36], ['barney', 34], ['fred', 48], ['fred', 40]]\\n     *\\n     * _.sortBy(users, ['user', 'age']);\\n     * // => objects for [['barney', 34], ['barney', 36], ['fred', 40], ['fred', 48]]\\n     */\\n    var sortBy = baseRest(function(collection, iteratees) {\\n      if (collection == null) {\\n        return [];\\n      }\\n      var length = iteratees.length;\\n      if (length > 1 && isIterateeCall(collection, iteratees[0], iteratees[1])) {\\n        iteratees = [];\\n      } else if (length > 2 && isIterateeCall(iteratees[0], iteratees[1], iteratees[2])) {\\n        iteratees = [iteratees[0]];\\n      }\\n      return baseOrderBy(collection, baseFlatten(iteratees, 1), []);\\n    });\\n\\n    /*------------------------------------------------------------------------*/\\n\\n    /**\\n     * Gets the timestamp of the number of milliseconds that have elapsed since\\n     * the Unix epoch (1 January 1970 00:00:00 UTC).\\n     *\\n     * @static\\n     * @memberOf _\\n     * @since 2.4.0\\n     * @category Date\\n     * @returns {number} Returns the timestamp.\\n     * @example\\n     *\\n     * _.defer(function(stamp) {\\n     *   console.log(_.now() - stamp);\\n     * }, _.now());\\n     * // => Logs the number of milliseconds it took for the deferred invocation.\\n     */\\n    var now = ctxNow || function() {\\n      return root.Date.now();\\n    };\\n\\n    /*------------------------------------------------------------------------*/\\n\\n    /**\\n     * The opposite of `_.before`; this method creates a function that invokes\\n     * `func` once it's called `n` or more times.\\n     *\\n     * @static\\n     * @memberOf _\\n     * @since 0.1.0\\n     * @category Function\\n     * @param {number} n The number of calls before `func` is invoked.\\n     * @param {Function} func The function to restrict.\\n     * @returns {Function} Returns the new restricted function.\\n     * @example\\n     *\\n     * var saves = ['profile', 'settings'];\\n     *\\n     * var done = _.after(saves.length, function() {\\n     *   console.log('done saving!');\\n     * });\\n     *\\n     * _.forEach(saves, function(type) {\\n     *   asyncSave({ 'type': type, 'complete': done });\\n     * });\\n     * // => Logs 'done saving!' after the two async saves have completed.\\n     */\\n    function after(n, func) {\\n      if (typeof func != 'function') {\\n        throw new TypeError(FUNC_ERROR_TEXT);\\n      }\\n      n = toInteger(n);\\n      return function() {\\n        if (--n < 1) {\\n          return func.apply(this, arguments);\\n        }\\n      };\\n    }\\n\\n    /**\\n     * Creates a function that invokes `func`, with up to `n` arguments,\\n     * ignoring any additional arguments.\\n     *\\n     * @static\\n     * @memberOf _\\n     * @since 3.0.0\\n     * @category Function\\n     * @param {Function} func The function to cap arguments for.\\n     * @param {number} [n=func.length] The arity cap.\\n     * @param- {Object} [guard] Enables use as an iteratee for methods like `_.map`.\\n     * @returns {Function} Returns the new capped function.\\n     * @example\\n     *\\n     * _.map(['6', '8', '10'], _.ary(parseInt, 1));\\n     * // => [6, 8, 10]\\n     */\\n    function ary(func, n, guard) {\\n      n = guard ? undefined : n;\\n      n = (func && n == null) ? func.length : n;\\n      return createWrap(func, WRAP_ARY_FLAG, undefined, undefined, undefined, undefined, n);\\n    }\\n\\n    /**\\n     * Creates a function that invokes `func`, with the `this` binding and arguments\\n     * of the created function, while it's called less than `n` times. Subsequent\\n     * calls to the created function return the result of the last `func` invocation.\\n     *\\n     * @static\\n     * @memberOf _\\n     * @since 3.0.0\\n     * @category Function\\n     * @param {number} n The number of calls at which `func` is no longer invoked.\\n     * @param {Function} func The function to restrict.\\n     * @returns {Function} Returns the new restricted function.\\n     * @example\\n     *\\n     * jQuery(element).on('click', _.before(5, addContactToList));\\n     * // => Allows adding up to 4 contacts to the list.\\n     */\\n    function before(n, func) {\\n      var result;\\n      if (typeof func != 'function') {\\n        throw new TypeError(FUNC_ERROR_TEXT);\\n      }\\n      n = toInteger(n);\\n      return function() {\\n        if (--n > 0) {\\n          result = func.apply(this, arguments);\\n        }\\n        if (n <= 1) {\\n          func = undefined;\\n        }\\n        return result;\\n      };\\n    }\\n\\n    /**\\n     * Creates a function that invokes `func` with the `this` binding of `thisArg`\\n     * and `partials` prepended to the arguments it receives.\\n     *\\n     * The `_.bind.placeholder` value, which defaults to `_` in monolithic builds,\\n     * may be used as a placeholder for partially applied arguments.\\n     *\\n     * **Note:** Unlike native `Function#bind`, this method doesn't set the \\\"length\\\"\\n     * property of bound functions.\\n     *\\n     * @static\\n     * @memberOf _\\n     * @since 0.1.0\\n     * @category Function\\n     * @param {Function} func The function to bind.\\n     * @param {*} thisArg The `this` binding of `func`.\\n     * @param {...*} [partials] The arguments to be partially applied.\\n     * @returns {Function} Returns the new bound function.\\n     * @example\\n     *\\n     * function greet(greeting, punctuation) {\\n     *   return greeting + ' ' + this.user + punctuation;\\n     * }\\n     *\\n     * var object = { 'user': 'fred' };\\n     *\\n     * var bound = _.bind(greet, object, 'hi');\\n     * bound('!');\\n     * // => 'hi fred!'\\n     *\\n     * // Bound with placeholders.\\n     * var bound = _.bind(greet, object, _, '!');\\n     * bound('hi');\\n     * // => 'hi fred!'\\n     */\\n    var bind = baseRest(function(func, thisArg, partials) {\\n      var bitmask = WRAP_BIND_FLAG;\\n      if (partials.length) {\\n        var holders = replaceHolders(partials, getHolder(bind));\\n        bitmask |= WRAP_PARTIAL_FLAG;\\n      }\\n      return createWrap(func, bitmask, thisArg, partials, holders);\\n    });\\n\\n    /**\\n     * Creates a function that invokes the method at `object[key]` with `partials`\\n     * prepended to the arguments it receives.\\n     *\\n     * This method differs from `_.bind` by allowing bound functions to reference\\n     * methods that may be redefined or don't yet exist. See\\n     * [Peter Michaux's article](http://peter.michaux.ca/articles/lazy-function-definition-pattern)\\n     * for more details.\\n     *\\n     * The `_.bindKey.placeholder` value, which defaults to `_` in monolithic\\n     * builds, may be used as a placeholder for partially applied arguments.\\n     *\\n     * @static\\n     * @memberOf _\\n     * @since 0.10.0\\n     * @category Function\\n     * @param {Object} object The object to invoke the method on.\\n     * @param {string} key The key of the method.\\n     * @param {...*} [partials] The arguments to be partially applied.\\n     * @returns {Function} Returns the new bound function.\\n     * @example\\n     *\\n     * var object = {\\n     *   'user': 'fred',\\n     *   'greet': function(greeting, punctuation) {\\n     *     return greeting + ' ' + this.user + punctuation;\\n     *   }\\n     * };\\n     *\\n     * var bound = _.bindKey(object, 'greet', 'hi');\\n     * bound('!');\\n     * // => 'hi fred!'\\n     *\\n     * object.greet = function(greeting, punctuation) {\\n     *   return greeting + 'ya ' + this.user + punctuation;\\n     * };\\n     *\\n     * bound('!');\\n     * // => 'hiya fred!'\\n     *\\n     * // Bound with placeholders.\\n     * var bound = _.bindKey(object, 'greet', _, '!');\\n     * bound('hi');\\n     * // => 'hiya fred!'\\n     */\\n    var bindKey = baseRest(function(object, key, partials) {\\n      var bitmask = WRAP_BIND_FLAG | WRAP_BIND_KEY_FLAG;\\n      if (partials.length) {\\n        var holders = replaceHolders(partials, getHolder(bindKey));\\n        bitmask |= WRAP_PARTIAL_FLAG;\\n      }\\n      return createWrap(key, bitmask, object, partials, holders);\\n    });\\n\\n    /**\\n     * Creates a function that accepts arguments of `func` and either invokes\\n     * `func` returning its result, if at least `arity` number of arguments have\\n     * been provided, or returns a function that accepts the remaining `func`\\n     * arguments, and so on. The arity of `func` may be specified if `func.length`\\n     * is not sufficient.\\n     *\\n     * The `_.curry.placeholder` value, which defaults to `_` in monolithic builds,\\n     * may be used as a placeholder for provided arguments.\\n     *\\n     * **Note:** This method doesn't set the \\\"length\\\" property of curried functions.\\n     *\\n     * @static\\n     * @memberOf _\\n     * @since 2.0.0\\n     * @category Function\\n     * @param {Function} func The function to curry.\\n     * @param {number} [arity=func.length] The arity of `func`.\\n     * @param- {Object} [guard] Enables use as an iteratee for methods like `_.map`.\\n     * @returns {Function} Returns the new curried function.\\n     * @example\\n     *\\n     * var abc = function(a, b, c) {\\n     *   return [a, b, c];\\n     * };\\n     *\\n     * var curried = _.curry(abc);\\n     *\\n     * curried(1)(2)(3);\\n     * // => [1, 2, 3]\\n     *\\n     * curried(1, 2)(3);\\n     * // => [1, 2, 3]\\n     *\\n     * curried(1, 2, 3);\\n     * // => [1, 2, 3]\\n     *\\n     * // Curried with placeholders.\\n     * curried(1)(_, 3)(2);\\n     * // => [1, 2, 3]\\n     */\\n    function curry(func, arity, guard) {\\n      arity = guard ? undefined : arity;\\n      var result = createWrap(func, WRAP_CURRY_FLAG, undefined, undefined, undefined, undefined, undefined, arity);\\n      result.placeholder = curry.placeholder;\\n      return result;\\n    }\\n\\n    /**\\n     * This method is like `_.curry` except that arguments are applied to `func`\\n     * in the manner of `_.partialRight` instead of `_.partial`.\\n     *\\n     * The `_.curryRight.placeholder` value, which defaults to `_` in monolithic\\n     * builds, may be used as a placeholder for provided arguments.\\n     *\\n     * **Note:** This method doesn't set the \\\"length\\\" property of curried functions.\\n     *\\n     * @static\\n     * @memberOf _\\n     * @since 3.0.0\\n     * @category Function\\n     * @param {Function} func The function to curry.\\n     * @param {number} [arity=func.length] The arity of `func`.\\n     * @param- {Object} [guard] Enables use as an iteratee for methods like `_.map`.\\n     * @returns {Function} Returns the new curried function.\\n     * @example\\n     *\\n     * var abc = function(a, b, c) {\\n     *   return [a, b, c];\\n     * };\\n     *\\n     * var curried = _.curryRight(abc);\\n     *\\n     * curried(3)(2)(1);\\n     * // => [1, 2, 3]\\n     *\\n     * curried(2, 3)(1);\\n     * // => [1, 2, 3]\\n     *\\n     * curried(1, 2, 3);\\n     * // => [1, 2, 3]\\n     *\\n     * // Curried with placeholders.\\n     * curried(3)(1, _)(2);\\n     * // => [1, 2, 3]\\n     */\\n    function curryRight(func, arity, guard) {\\n      arity = guard ? undefined : arity;\\n      var result = createWrap(func, WRAP_CURRY_RIGHT_FLAG, undefined, undefined, undefined, undefined, undefined, arity);\\n      result.placeholder = curryRight.placeholder;\\n      return result;\\n    }\\n\\n    /**\\n     * Creates a debounced function that delays invoking `func` until after `wait`\\n     * milliseconds have elapsed since the last time the debounced function was\\n     * invoked. The debounced function comes with a `cancel` method to cancel\\n     * delayed `func` invocations and a `flush` method to immediately invoke them.\\n     * Provide `options` to indicate whether `func` should be invoked on the\\n     * leading and/or trailing edge of the `wait` timeout. The `func` is invoked\\n     * with the last arguments provided to the debounced function. Subsequent\\n     * calls to the debounced function return the result of the last `func`\\n     * invocation.\\n     *\\n     * **Note:** If `leading` and `trailing` options are `true`, `func` is\\n     * invoked on the trailing edge of the timeout only if the debounced function\\n     * is invoked more than once during the `wait` timeout.\\n     *\\n     * If `wait` is `0` and `leading` is `false`, `func` invocation is deferred\\n     * until to the next tick, similar to `setTimeout` with a timeout of `0`.\\n     *\\n     * See [David Corbacho's article](https://css-tricks.com/debouncing-throttling-explained-examples/)\\n     * for details over the differences between `_.debounce` and `_.throttle`.\\n     *\\n     * @static\\n     * @memberOf _\\n     * @since 0.1.0\\n     * @category Function\\n     * @param {Function} func The function to debounce.\\n     * @param {number} [wait=0] The number of milliseconds to delay.\\n     * @param {Object} [options={}] The options object.\\n     * @param {boolean} [options.leading=false]\\n     *  Specify invoking on the leading edge of the timeout.\\n     * @param {number} [options.maxWait]\\n     *  The maximum time `func` is allowed to be delayed before it's invoked.\\n     * @param {boolean} [options.trailing=true]\\n     *  Specify invoking on the trailing edge of the timeout.\\n     * @returns {Function} Returns the new debounced function.\\n     * @example\\n     *\\n     * // Avoid costly calculations while the window size is in flux.\\n     * jQuery(window).on('resize', _.debounce(calculateLayout, 150));\\n     *\\n     * // Invoke `sendMail` when clicked, debouncing subsequent calls.\\n     * jQuery(element).on('click', _.debounce(sendMail, 300, {\\n     *   'leading': true,\\n     *   'trailing': false\\n     * }));\\n     *\\n     * // Ensure `batchLog` is invoked once after 1 second of debounced calls.\\n     * var debounced = _.debounce(batchLog, 250, { 'maxWait': 1000 });\\n     * var source = new EventSource('/stream');\\n     * jQuery(source).on('message', debounced);\\n     *\\n     * // Cancel the trailing debounced invocation.\\n     * jQuery(window).on('popstate', debounced.cancel);\\n     */\\n    function debounce(func, wait, options) {\\n      var lastArgs,\\n          lastThis,\\n          maxWait,\\n          result,\\n          timerId,\\n          lastCallTime,\\n          lastInvokeTime = 0,\\n          leading = false,\\n          maxing = false,\\n          trailing = true;\\n\\n      if (typeof func != 'function') {\\n        throw new TypeError(FUNC_ERROR_TEXT);\\n      }\\n      wait = toNumber(wait) || 0;\\n      if (isObject(options)) {\\n        leading = !!options.leading;\\n        maxing = 'maxWait' in options;\\n        maxWait = maxing ? nativeMax(toNumber(options.maxWait) || 0, wait) : maxWait;\\n        trailing = 'trailing' in options ? !!options.trailing : trailing;\\n      }\\n\\n      function invokeFunc(time) {\\n        var args = lastArgs,\\n            thisArg = lastThis;\\n\\n        lastArgs = lastThis = undefined;\\n        lastInvokeTime = time;\\n        result = func.apply(thisArg, args);\\n        return result;\\n      }\\n\\n      function leadingEdge(time) {\\n        // Reset any `maxWait` timer.\\n        lastInvokeTime = time;\\n        // Start the timer for the trailing edge.\\n        timerId = setTimeout(timerExpired, wait);\\n        // Invoke the leading edge.\\n        return leading ? invokeFunc(time) : result;\\n      }\\n\\n      function remainingWait(time) {\\n        var timeSinceLastCall = time - lastCallTime,\\n            timeSinceLastInvoke = time - lastInvokeTime,\\n            timeWaiting = wait - timeSinceLastCall;\\n\\n        return maxing\\n          ? nativeMin(timeWaiting, maxWait - timeSinceLastInvoke)\\n          : timeWaiting;\\n      }\\n\\n      function shouldInvoke(time) {\\n        var timeSinceLastCall = time - lastCallTime,\\n            timeSinceLastInvoke = time - lastInvokeTime;\\n\\n        // Either this is the first call, activity has stopped and we're at the\\n        // trailing edge, the system time has gone backwards and we're treating\\n        // it as the trailing edge, or we've hit the `maxWait` limit.\\n        return (lastCallTime === undefined || (timeSinceLastCall >= wait) ||\\n          (timeSinceLastCall < 0) || (maxing && timeSinceLastInvoke >= maxWait));\\n      }\\n\\n      function timerExpired() {\\n        var time = now();\\n        if (shouldInvoke(time)) {\\n          return trailingEdge(time);\\n        }\\n        // Restart the timer.\\n        timerId = setTimeout(timerExpired, remainingWait(time));\\n      }\\n\\n      function trailingEdge(time) {\\n        timerId = undefined;\\n\\n        // Only invoke if we have `lastArgs` which means `func` has been\\n        // debounced at least once.\\n        if (trailing && lastArgs) {\\n          return invokeFunc(time);\\n        }\\n        lastArgs = lastThis = undefined;\\n        return result;\\n      }\\n\\n      function cancel() {\\n        if (timerId !== undefined) {\\n          clearTimeout(timerId);\\n        }\\n        lastInvokeTime = 0;\\n        lastArgs = lastCallTime = lastThis = timerId = undefined;\\n      }\\n\\n      function flush() {\\n        return timerId === undefined ? result : trailingEdge(now());\\n      }\\n\\n      function debounced() {\\n        var time = now(),\\n            isInvoking = shouldInvoke(time);\\n\\n        lastArgs = arguments;\\n        lastThis = this;\\n        lastCallTime = time;\\n\\n        if (isInvoking) {\\n          if (timerId === undefined) {\\n            return leadingEdge(lastCallTime);\\n          }\\n          if (maxing) {\\n            // Handle invocations in a tight loop.\\n            timerId = setTimeout(timerExpired, wait);\\n            return invokeFunc(lastCallTime);\\n          }\\n        }\\n        if (timerId === undefined) {\\n          timerId = setTimeout(timerExpired, wait);\\n        }\\n        return result;\\n      }\\n      debounced.cancel = cancel;\\n      debounced.flush = flush;\\n      return debounced;\\n    }\\n\\n    /**\\n     * Defers invoking the `func` until the current call stack has cleared. Any\\n     * additional arguments are provided to `func` when it's invoked.\\n     *\\n     * @static\\n     * @memberOf _\\n     * @since 0.1.0\\n     * @category Function\\n     * @param {Function} func The function to defer.\\n     * @param {...*} [args] The arguments to invoke `func` with.\\n     * @returns {number} Returns the timer id.\\n     * @example\\n     *\\n     * _.defer(function(text) {\\n     *   console.log(text);\\n     * }, 'deferred');\\n     * // => Logs 'deferred' after one millisecond.\\n     */\\n    var defer = baseRest(function(func, args) {\\n      return baseDelay(func, 1, args);\\n    });\\n\\n    /**\\n     * Invokes `func` after `wait` milliseconds. Any additional arguments are\\n     * provided to `func` when it's invoked.\\n     *\\n     * @static\\n     * @memberOf _\\n     * @since 0.1.0\\n     * @category Function\\n     * @param {Function} func The function to delay.\\n     * @param {number} wait The number of milliseconds to delay invocation.\\n     * @param {...*} [args] The arguments to invoke `func` with.\\n     * @returns {number} Returns the timer id.\\n     * @example\\n     *\\n     * _.delay(function(text) {\\n     *   console.log(text);\\n     * }, 1000, 'later');\\n     * // => Logs 'later' after one second.\\n     */\\n    var delay = baseRest(function(func, wait, args) {\\n      return baseDelay(func, toNumber(wait) || 0, args);\\n    });\\n\\n    /**\\n     * Creates a function that invokes `func` with arguments reversed.\\n     *\\n     * @static\\n     * @memberOf _\\n     * @since 4.0.0\\n     * @category Function\\n     * @param {Function} func The function to flip arguments for.\\n     * @returns {Function} Returns the new flipped function.\\n     * @example\\n     *\\n     * var flipped = _.flip(function() {\\n     *   return _.toArray(arguments);\\n     * });\\n     *\\n     * flipped('a', 'b', 'c', 'd');\\n     * // => ['d', 'c', 'b', 'a']\\n     */\\n    function flip(func) {\\n      return createWrap(func, WRAP_FLIP_FLAG);\\n    }\\n\\n    /**\\n     * Creates a function that memoizes the result of `func`. If `resolver` is\\n     * provided, it determines the cache key for storing the result based on the\\n     * arguments provided to the memoized function. By default, the first argument\\n     * provided to the memoized function is used as the map cache key. The `func`\\n     * is invoked with the `this` binding of the memoized function.\\n     *\\n     * **Note:** The cache is exposed as the `cache` property on the memoized\\n     * function. Its creation may be customized by replacing the `_.memoize.Cache`\\n     * constructor with one whose instances implement the\\n     * [`Map`](http://ecma-international.org/ecma-262/7.0/#sec-properties-of-the-map-prototype-object)\\n     * method interface of `clear`, `delete`, `get`, `has`, and `set`.\\n     *\\n     * @static\\n     * @memberOf _\\n     * @since 0.1.0\\n     * @category Function\\n     * @param {Function} func The function to have its output memoized.\\n     * @param {Function} [resolver] The function to resolve the cache key.\\n     * @returns {Function} Returns the new memoized function.\\n     * @example\\n     *\\n     * var object = { 'a': 1, 'b': 2 };\\n     * var other = { 'c': 3, 'd': 4 };\\n     *\\n     * var values = _.memoize(_.values);\\n     * values(object);\\n     * // => [1, 2]\\n     *\\n     * values(other);\\n     * // => [3, 4]\\n     *\\n     * object.a = 2;\\n     * values(object);\\n     * // => [1, 2]\\n     *\\n     * // Modify the result cache.\\n     * values.cache.set(object, ['a', 'b']);\\n     * values(object);\\n     * // => ['a', 'b']\\n     *\\n     * // Replace `_.memoize.Cache`.\\n     * _.memoize.Cache = WeakMap;\\n     */\\n    function memoize(func, resolver) {\\n      if (typeof func != 'function' || (resolver != null && typeof resolver != 'function')) {\\n        throw new TypeError(FUNC_ERROR_TEXT);\\n      }\\n      var memoized = function() {\\n        var args = arguments,\\n            key = resolver ? resolver.apply(this, args) : args[0],\\n            cache = memoized.cache;\\n\\n        if (cache.has(key)) {\\n          return cache.get(key);\\n        }\\n        var result = func.apply(this, args);\\n        memoized.cache = cache.set(key, result) || cache;\\n        return result;\\n      };\\n      memoized.cache = new (memoize.Cache || MapCache);\\n      return memoized;\\n    }\\n\\n    // Expose `MapCache`.\\n    memoize.Cache = MapCache;\\n\\n    /**\\n     * Creates a function that negates the result of the predicate `func`. The\\n     * `func` predicate is invoked with the `this` binding and arguments of the\\n     * created function.\\n     *\\n     * @static\\n     * @memberOf _\\n     * @since 3.0.0\\n     * @category Function\\n     * @param {Function} predicate The predicate to negate.\\n     * @returns {Function} Returns the new negated function.\\n     * @example\\n     *\\n     * function isEven(n) {\\n     *   return n % 2 == 0;\\n     * }\\n     *\\n     * _.filter([1, 2, 3, 4, 5, 6], _.negate(isEven));\\n     * // => [1, 3, 5]\\n     */\\n    function negate(predicate) {\\n      if (typeof predicate != 'function') {\\n        throw new TypeError(FUNC_ERROR_TEXT);\\n      }\\n      return function() {\\n        var args = arguments;\\n        switch (args.length) {\\n          case 0: return !predicate.call(this);\\n          case 1: return !predicate.call(this, args[0]);\\n          case 2: return !predicate.call(this, args[0], args[1]);\\n          case 3: return !predicate.call(this, args[0], args[1], args[2]);\\n        }\\n        return !predicate.apply(this, args);\\n      };\\n    }\\n\\n    /**\\n     * Creates a function that is restricted to invoking `func` once. Repeat calls\\n     * to the function return the value of the first invocation. The `func` is\\n     * invoked with the `this` binding and arguments of the created function.\\n     *\\n     * @static\\n     * @memberOf _\\n     * @since 0.1.0\\n     * @category Function\\n     * @param {Function} func The function to restrict.\\n     * @returns {Function} Returns the new restricted function.\\n     * @example\\n     *\\n     * var initialize = _.once(createApplication);\\n     * initialize();\\n     * initialize();\\n     * // => `createApplication` is invoked once\\n     */\\n    function once(func) {\\n      return before(2, func);\\n    }\\n\\n    /**\\n     * Creates a function that invokes `func` with its arguments transformed.\\n     *\\n     * @static\\n     * @since 4.0.0\\n     * @memberOf _\\n     * @category Function\\n     * @param {Function} func The function to wrap.\\n     * @param {...(Function|Function[])} [transforms=[_.identity]]\\n     *  The argument transforms.\\n     * @returns {Function} Returns the new function.\\n     * @example\\n     *\\n     * function doubled(n) {\\n     *   return n * 2;\\n     * }\\n     *\\n     * function square(n) {\\n     *   return n * n;\\n     * }\\n     *\\n     * var func = _.overArgs(function(x, y) {\\n     *   return [x, y];\\n     * }, [square, doubled]);\\n     *\\n     * func(9, 3);\\n     * // => [81, 6]\\n     *\\n     * func(10, 5);\\n     * // => [100, 10]\\n     */\\n    var overArgs = castRest(function(func, transforms) {\\n      transforms = (transforms.length == 1 && isArray(transforms[0]))\\n        ? arrayMap(transforms[0], baseUnary(getIteratee()))\\n        : arrayMap(baseFlatten(transforms, 1), baseUnary(getIteratee()));\\n\\n      var funcsLength = transforms.length;\\n      return baseRest(function(args) {\\n        var index = -1,\\n            length = nativeMin(args.length, funcsLength);\\n\\n        while (++index < length) {\\n          args[index] = transforms[index].call(this, args[index]);\\n        }\\n        return apply(func, this, args);\\n      });\\n    });\\n\\n    /**\\n     * Creates a function that invokes `func` with `partials` prepended to the\\n     * arguments it receives. This method is like `_.bind` except it does **not**\\n     * alter the `this` binding.\\n     *\\n     * The `_.partial.placeholder` value, which defaults to `_` in monolithic\\n     * builds, may be used as a placeholder for partially applied arguments.\\n     *\\n     * **Note:** This method doesn't set the \\\"length\\\" property of partially\\n     * applied functions.\\n     *\\n     * @static\\n     * @memberOf _\\n     * @since 0.2.0\\n     * @category Function\\n     * @param {Function} func The function to partially apply arguments to.\\n     * @param {...*} [partials] The arguments to be partially applied.\\n     * @returns {Function} Returns the new partially applied function.\\n     * @example\\n     *\\n     * function greet(greeting, name) {\\n     *   return greeting + ' ' + name;\\n     * }\\n     *\\n     * var sayHelloTo = _.partial(greet, 'hello');\\n     * sayHelloTo('fred');\\n     * // => 'hello fred'\\n     *\\n     * // Partially applied with placeholders.\\n     * var greetFred = _.partial(greet, _, 'fred');\\n     * greetFred('hi');\\n     * // => 'hi fred'\\n     */\\n    var partial = baseRest(function(func, partials) {\\n      var holders = replaceHolders(partials, getHolder(partial));\\n      return createWrap(func, WRAP_PARTIAL_FLAG, undefined, partials, holders);\\n    });\\n\\n    /**\\n     * This method is like `_.partial` except that partially applied arguments\\n     * are appended to the arguments it receives.\\n     *\\n     * The `_.partialRight.placeholder` value, which defaults to `_` in monolithic\\n     * builds, may be used as a placeholder for partially applied arguments.\\n     *\\n     * **Note:** This method doesn't set the \\\"length\\\" property of partially\\n     * applied functions.\\n     *\\n     * @static\\n     * @memberOf _\\n     * @since 1.0.0\\n     * @category Function\\n     * @param {Function} func The function to partially apply arguments to.\\n     * @param {...*} [partials] The arguments to be partially applied.\\n     * @returns {Function} Returns the new partially applied function.\\n     * @example\\n     *\\n     * function greet(greeting, name) {\\n     *   return greeting + ' ' + name;\\n     * }\\n     *\\n     * var greetFred = _.partialRight(greet, 'fred');\\n     * greetFred('hi');\\n     * // => 'hi fred'\\n     *\\n     * // Partially applied with placeholders.\\n     * var sayHelloTo = _.partialRight(greet, 'hello', _);\\n     * sayHelloTo('fred');\\n     * // => 'hello fred'\\n     */\\n    var partialRight = baseRest(function(func, partials) {\\n      var holders = replaceHolders(partials, getHolder(partialRight));\\n      return createWrap(func, WRAP_PARTIAL_RIGHT_FLAG, undefined, partials, holders);\\n    });\\n\\n    /**\\n     * Creates a function that invokes `func` with arguments arranged according\\n     * to the specified `indexes` where the argument value at the first index is\\n     * provided as the first argument, the argument value at the second index is\\n     * provided as the second argument, and so on.\\n     *\\n     * @static\\n     * @memberOf _\\n     * @since 3.0.0\\n     * @category Function\\n     * @param {Function} func The function to rearrange arguments for.\\n     * @param {...(number|number[])} indexes The arranged argument indexes.\\n     * @returns {Function} Returns the new function.\\n     * @example\\n     *\\n     * var rearged = _.rearg(function(a, b, c) {\\n     *   return [a, b, c];\\n     * }, [2, 0, 1]);\\n     *\\n     * rearged('b', 'c', 'a')\\n     * // => ['a', 'b', 'c']\\n     */\\n    var rearg = flatRest(function(func, indexes) {\\n      return createWrap(func, WRAP_REARG_FLAG, undefined, undefined, undefined, indexes);\\n    });\\n\\n    /**\\n     * Creates a function that invokes `func` with the `this` binding of the\\n     * created function and arguments from `start` and beyond provided as\\n     * an array.\\n     *\\n     * **Note:** This method is based on the\\n     * [rest parameter](https://mdn.io/rest_parameters).\\n     *\\n     * @static\\n     * @memberOf _\\n     * @since 4.0.0\\n     * @category Function\\n     * @param {Function} func The function to apply a rest parameter to.\\n     * @param {number} [start=func.length-1] The start position of the rest parameter.\\n     * @returns {Function} Returns the new function.\\n     * @example\\n     *\\n     * var say = _.rest(function(what, names) {\\n     *   return what + ' ' + _.initial(names).join(', ') +\\n     *     (_.size(names) > 1 ? ', & ' : '') + _.last(names);\\n     * });\\n     *\\n     * say('hello', 'fred', 'barney', 'pebbles');\\n     * // => 'hello fred, barney, & pebbles'\\n     */\\n    function rest(func, start) {\\n      if (typeof func != 'function') {\\n        throw new TypeError(FUNC_ERROR_TEXT);\\n      }\\n      start = start === undefined ? start : toInteger(start);\\n      return baseRest(func, start);\\n    }\\n\\n    /**\\n     * Creates a function that invokes `func` with the `this` binding of the\\n     * create function and an array of arguments much like\\n     * [`Function#apply`](http://www.ecma-international.org/ecma-262/7.0/#sec-function.prototype.apply).\\n     *\\n     * **Note:** This method is based on the\\n     * [spread operator](https://mdn.io/spread_operator).\\n     *\\n     * @static\\n     * @memberOf _\\n     * @since 3.2.0\\n     * @category Function\\n     * @param {Function} func The function to spread arguments over.\\n     * @param {number} [start=0] The start position of the spread.\\n     * @returns {Function} Returns the new function.\\n     * @example\\n     *\\n     * var say = _.spread(function(who, what) {\\n     *   return who + ' says ' + what;\\n     * });\\n     *\\n     * say(['fred', 'hello']);\\n     * // => 'fred says hello'\\n     *\\n     * var numbers = Promise.all([\\n     *   Promise.resolve(40),\\n     *   Promise.resolve(36)\\n     * ]);\\n     *\\n     * numbers.then(_.spread(function(x, y) {\\n     *   return x + y;\\n     * }));\\n     * // => a Promise of 76\\n     */\\n    function spread(func, start) {\\n      if (typeof func != 'function') {\\n        throw new TypeError(FUNC_ERROR_TEXT);\\n      }\\n      start = start == null ? 0 : nativeMax(toInteger(start), 0);\\n      return baseRest(function(args) {\\n        var array = args[start],\\n            otherArgs = castSlice(args, 0, start);\\n\\n        if (array) {\\n          arrayPush(otherArgs, array);\\n        }\\n        return apply(func, this, otherArgs);\\n      });\\n    }\\n\\n    /**\\n     * Creates a throttled function that only invokes `func` at most once per\\n     * every `wait` milliseconds. The throttled function comes with a `cancel`\\n     * method to cancel delayed `func` invocations and a `flush` method to\\n     * immediately invoke them. Provide `options` to indicate whether `func`\\n     * should be invoked on the leading and/or trailing edge of the `wait`\\n     * timeout. The `func` is invoked with the last arguments provided to the\\n     * throttled function. Subsequent calls to the throttled function return the\\n     * result of the last `func` invocation.\\n     *\\n     * **Note:** If `leading` and `trailing` options are `true`, `func` is\\n     * invoked on the trailing edge of the timeout only if the throttled function\\n     * is invoked more than once during the `wait` timeout.\\n     *\\n     * If `wait` is `0` and `leading` is `false`, `func` invocation is deferred\\n     * until to the next tick, similar to `setTimeout` with a timeout of `0`.\\n     *\\n     * See [David Corbacho's article](https://css-tricks.com/debouncing-throttling-explained-examples/)\\n     * for details over the differences between `_.throttle` and `_.debounce`.\\n     *\\n     * @static\\n     * @memberOf _\\n     * @since 0.1.0\\n     * @category Function\\n     * @param {Function} func The function to throttle.\\n     * @param {number} [wait=0] The number of milliseconds to throttle invocations to.\\n     * @param {Object} [options={}] The options object.\\n     * @param {boolean} [options.leading=true]\\n     *  Specify invoking on the leading edge of the timeout.\\n     * @param {boolean} [options.trailing=true]\\n     *  Specify invoking on the trailing edge of the timeout.\\n     * @returns {Function} Returns the new throttled function.\\n     * @example\\n     *\\n     * // Avoid excessively updating the position while scrolling.\\n     * jQuery(window).on('scroll', _.throttle(updatePosition, 100));\\n     *\\n     * // Invoke `renewToken` when the click event is fired, but not more than once every 5 minutes.\\n     * var throttled = _.throttle(renewToken, 300000, { 'trailing': false });\\n     * jQuery(element).on('click', throttled);\\n     *\\n     * // Cancel the trailing throttled invocation.\\n     * jQuery(window).on('popstate', throttled.cancel);\\n     */\\n    function throttle(func, wait, options) {\\n      var leading = true,\\n          trailing = true;\\n\\n      if (typeof func != 'function') {\\n        throw new TypeError(FUNC_ERROR_TEXT);\\n      }\\n      if (isObject(options)) {\\n        leading = 'leading' in options ? !!options.leading : leading;\\n        trailing = 'trailing' in options ? !!options.trailing : trailing;\\n      }\\n      return debounce(func, wait, {\\n        'leading': leading,\\n        'maxWait': wait,\\n        'trailing': trailing\\n      });\\n    }\\n\\n    /**\\n     * Creates a function that accepts up to one argument, ignoring any\\n     * additional arguments.\\n     *\\n     * @static\\n     * @memberOf _\\n     * @since 4.0.0\\n     * @category Function\\n     * @param {Function} func The function to cap arguments for.\\n     * @returns {Function} Returns the new capped function.\\n     * @example\\n     *\\n     * _.map(['6', '8', '10'], _.unary(parseInt));\\n     * // => [6, 8, 10]\\n     */\\n    function unary(func) {\\n      return ary(func, 1);\\n    }\\n\\n    /**\\n     * Creates a function that provides `value` to `wrapper` as its first\\n     * argument. Any additional arguments provided to the function are appended\\n     * to those provided to the `wrapper`. The wrapper is invoked with the `this`\\n     * binding of the created function.\\n     *\\n     * @static\\n     * @memberOf _\\n     * @since 0.1.0\\n     * @category Function\\n     * @param {*} value The value to wrap.\\n     * @param {Function} [wrapper=identity] The wrapper function.\\n     * @returns {Function} Returns the new function.\\n     * @example\\n     *\\n     * var p = _.wrap(_.escape, function(func, text) {\\n     *   return '<p>' + func(text) + '</p>';\\n     * });\\n     *\\n     * p('fred, barney, & pebbles');\\n     * // => '<p>fred, barney, &amp; pebbles</p>'\\n     */\\n    function wrap(value, wrapper) {\\n      return partial(castFunction(wrapper), value);\\n    }\\n\\n    /*------------------------------------------------------------------------*/\\n\\n    /**\\n     * Casts `value` as an array if it's not one.\\n     *\\n     * @static\\n     * @memberOf _\\n     * @since 4.4.0\\n     * @category Lang\\n     * @param {*} value The value to inspect.\\n     * @returns {Array} Returns the cast array.\\n     * @example\\n     *\\n     * _.castArray(1);\\n     * // => [1]\\n     *\\n     * _.castArray({ 'a': 1 });\\n     * // => [{ 'a': 1 }]\\n     *\\n     * _.castArray('abc');\\n     * // => ['abc']\\n     *\\n     * _.castArray(null);\\n     * // => [null]\\n     *\\n     * _.castArray(undefined);\\n     * // => [undefined]\\n     *\\n     * _.castArray();\\n     * // => []\\n     *\\n     * var array = [1, 2, 3];\\n     * console.log(_.castArray(array) === array);\\n     * // => true\\n     */\\n    function castArray() {\\n      if (!arguments.length) {\\n        return [];\\n      }\\n      var value = arguments[0];\\n      return isArray(value) ? value : [value];\\n    }\\n\\n    /**\\n     * Creates a shallow clone of `value`.\\n     *\\n     * **Note:** This method is loosely based on the\\n     * [structured clone algorithm](https://mdn.io/Structured_clone_algorithm)\\n     * and supports cloning arrays, array buffers, booleans, date objects, maps,\\n     * numbers, `Object` objects, regexes, sets, strings, symbols, and typed\\n     * arrays. The own enumerable properties of `arguments` objects are cloned\\n     * as plain objects. An empty object is returned for uncloneable values such\\n     * as error objects, functions, DOM nodes, and WeakMaps.\\n     *\\n     * @static\\n     * @memberOf _\\n     * @since 0.1.0\\n     * @category Lang\\n     * @param {*} value The value to clone.\\n     * @returns {*} Returns the cloned value.\\n     * @see _.cloneDeep\\n     * @example\\n     *\\n     * var objects = [{ 'a': 1 }, { 'b': 2 }];\\n     *\\n     * var shallow = _.clone(objects);\\n     * console.log(shallow[0] === objects[0]);\\n     * // => true\\n     */\\n    function clone(value) {\\n      return baseClone(value, CLONE_SYMBOLS_FLAG);\\n    }\\n\\n    /**\\n     * This method is like `_.clone` except that it accepts `customizer` which\\n     * is invoked to produce the cloned value. If `customizer` returns `undefined`,\\n     * cloning is handled by the method instead. The `customizer` is invoked with\\n     * up to four arguments; (value [, index|key, object, stack]).\\n     *\\n     * @static\\n     * @memberOf _\\n     * @since 4.0.0\\n     * @category Lang\\n     * @param {*} value The value to clone.\\n     * @param {Function} [customizer] The function to customize cloning.\\n     * @returns {*} Returns the cloned value.\\n     * @see _.cloneDeepWith\\n     * @example\\n     *\\n     * function customizer(value) {\\n     *   if (_.isElement(value)) {\\n     *     return value.cloneNode(false);\\n     *   }\\n     * }\\n     *\\n     * var el = _.cloneWith(document.body, customizer);\\n     *\\n     * console.log(el === document.body);\\n     * // => false\\n     * console.log(el.nodeName);\\n     * // => 'BODY'\\n     * console.log(el.childNodes.length);\\n     * // => 0\\n     */\\n    function cloneWith(value, customizer) {\\n      customizer = typeof customizer == 'function' ? customizer : undefined;\\n      return baseClone(value, CLONE_SYMBOLS_FLAG, customizer);\\n    }\\n\\n    /**\\n     * This method is like `_.clone` except that it recursively clones `value`.\\n     *\\n     * @static\\n     * @memberOf _\\n     * @since 1.0.0\\n     * @category Lang\\n     * @param {*} value The value to recursively clone.\\n     * @returns {*} Returns the deep cloned value.\\n     * @see _.clone\\n     * @example\\n     *\\n     * var objects = [{ 'a': 1 }, { 'b': 2 }];\\n     *\\n     * var deep = _.cloneDeep(objects);\\n     * console.log(deep[0] === objects[0]);\\n     * // => false\\n     */\\n    function cloneDeep(value) {\\n      return baseClone(value, CLONE_DEEP_FLAG | CLONE_SYMBOLS_FLAG);\\n    }\\n\\n    /**\\n     * This method is like `_.cloneWith` except that it recursively clones `value`.\\n     *\\n     * @static\\n     * @memberOf _\\n     * @since 4.0.0\\n     * @category Lang\\n     * @param {*} value The value to recursively clone.\\n     * @param {Function} [customizer] The function to customize cloning.\\n     * @returns {*} Returns the deep cloned value.\\n     * @see _.cloneWith\\n     * @example\\n     *\\n     * function customizer(value) {\\n     *   if (_.isElement(value)) {\\n     *     return value.cloneNode(true);\\n     *   }\\n     * }\\n     *\\n     * var el = _.cloneDeepWith(document.body, customizer);\\n     *\\n     * console.log(el === document.body);\\n     * // => false\\n     * console.log(el.nodeName);\\n     * // => 'BODY'\\n     * console.log(el.childNodes.length);\\n     * // => 20\\n     */\\n    function cloneDeepWith(value, customizer) {\\n      customizer = typeof customizer == 'function' ? customizer : undefined;\\n      return baseClone(value, CLONE_DEEP_FLAG | CLONE_SYMBOLS_FLAG, customizer);\\n    }\\n\\n    /**\\n     * Checks if `object` conforms to `source` by invoking the predicate\\n     * properties of `source` with the corresponding property values of `object`.\\n     *\\n     * **Note:** This method is equivalent to `_.conforms` when `source` is\\n     * partially applied.\\n     *\\n     * @static\\n     * @memberOf _\\n     * @since 4.14.0\\n     * @category Lang\\n     * @param {Object} object The object to inspect.\\n     * @param {Object} source The object of property predicates to conform to.\\n     * @returns {boolean} Returns `true` if `object` conforms, else `false`.\\n     * @example\\n     *\\n     * var object = { 'a': 1, 'b': 2 };\\n     *\\n     * _.conformsTo(object, { 'b': function(n) { return n > 1; } });\\n     * // => true\\n     *\\n     * _.conformsTo(object, { 'b': function(n) { return n > 2; } });\\n     * // => false\\n     */\\n    function conformsTo(object, source) {\\n      return source == null || baseConformsTo(object, source, keys(source));\\n    }\\n\\n    /**\\n     * Performs a\\n     * [`SameValueZero`](http://ecma-international.org/ecma-262/7.0/#sec-samevaluezero)\\n     * comparison between two values to determine if they are equivalent.\\n     *\\n     * @static\\n     * @memberOf _\\n     * @since 4.0.0\\n     * @category Lang\\n     * @param {*} value The value to compare.\\n     * @param {*} other The other value to compare.\\n     * @returns {boolean} Returns `true` if the values are equivalent, else `false`.\\n     * @example\\n     *\\n     * var object = { 'a': 1 };\\n     * var other = { 'a': 1 };\\n     *\\n     * _.eq(object, object);\\n     * // => true\\n     *\\n     * _.eq(object, other);\\n     * // => false\\n     *\\n     * _.eq('a', 'a');\\n     * // => true\\n     *\\n     * _.eq('a', Object('a'));\\n     * // => false\\n     *\\n     * _.eq(NaN, NaN);\\n     * // => true\\n     */\\n    function eq(value, other) {\\n      return value === other || (value !== value && other !== other);\\n    }\\n\\n    /**\\n     * Checks if `value` is greater than `other`.\\n     *\\n     * @static\\n     * @memberOf _\\n     * @since 3.9.0\\n     * @category Lang\\n     * @param {*} value The value to compare.\\n     * @param {*} other The other value to compare.\\n     * @returns {boolean} Returns `true` if `value` is greater than `other`,\\n     *  else `false`.\\n     * @see _.lt\\n     * @example\\n     *\\n     * _.gt(3, 1);\\n     * // => true\\n     *\\n     * _.gt(3, 3);\\n     * // => false\\n     *\\n     * _.gt(1, 3);\\n     * // => false\\n     */\\n    var gt = createRelationalOperation(baseGt);\\n\\n    /**\\n     * Checks if `value` is greater than or equal to `other`.\\n     *\\n     * @static\\n     * @memberOf _\\n     * @since 3.9.0\\n     * @category Lang\\n     * @param {*} value The value to compare.\\n     * @param {*} other The other value to compare.\\n     * @returns {boolean} Returns `true` if `value` is greater than or equal to\\n     *  `other`, else `false`.\\n     * @see _.lte\\n     * @example\\n     *\\n     * _.gte(3, 1);\\n     * // => true\\n     *\\n     * _.gte(3, 3);\\n     * // => true\\n     *\\n     * _.gte(1, 3);\\n     * // => false\\n     */\\n    var gte = createRelationalOperation(function(value, other) {\\n      return value >= other;\\n    });\\n\\n    /**\\n     * Checks if `value` is likely an `arguments` object.\\n     *\\n     * @static\\n     * @memberOf _\\n     * @since 0.1.0\\n     * @category Lang\\n     * @param {*} value The value to check.\\n     * @returns {boolean} Returns `true` if `value` is an `arguments` object,\\n     *  else `false`.\\n     * @example\\n     *\\n     * _.isArguments(function() { return arguments; }());\\n     * // => true\\n     *\\n     * _.isArguments([1, 2, 3]);\\n     * // => false\\n     */\\n    var isArguments = baseIsArguments(function() { return arguments; }()) ? baseIsArguments : function(value) {\\n      return isObjectLike(value) && hasOwnProperty.call(value, 'callee') &&\\n        !propertyIsEnumerable.call(value, 'callee');\\n    };\\n\\n    /**\\n     * Checks if `value` is classified as an `Array` object.\\n     *\\n     * @static\\n     * @memberOf _\\n     * @since 0.1.0\\n     * @category Lang\\n     * @param {*} value The value to check.\\n     * @returns {boolean} Returns `true` if `value` is an array, else `false`.\\n     * @example\\n     *\\n     * _.isArray([1, 2, 3]);\\n     * // => true\\n     *\\n     * _.isArray(document.body.children);\\n     * // => false\\n     *\\n     * _.isArray('abc');\\n     * // => false\\n     *\\n     * _.isArray(_.noop);\\n     * // => false\\n     */\\n    var isArray = Array.isArray;\\n\\n    /**\\n     * Checks if `value` is classified as an `ArrayBuffer` object.\\n     *\\n     * @static\\n     * @memberOf _\\n     * @since 4.3.0\\n     * @category Lang\\n     * @param {*} value The value to check.\\n     * @returns {boolean} Returns `true` if `value` is an array buffer, else `false`.\\n     * @example\\n     *\\n     * _.isArrayBuffer(new ArrayBuffer(2));\\n     * // => true\\n     *\\n     * _.isArrayBuffer(new Array(2));\\n     * // => false\\n     */\\n    var isArrayBuffer = nodeIsArrayBuffer ? baseUnary(nodeIsArrayBuffer) : baseIsArrayBuffer;\\n\\n    /**\\n     * Checks if `value` is array-like. A value is considered array-like if it's\\n     * not a function and has a `value.length` that's an integer greater than or\\n     * equal to `0` and less than or equal to `Number.MAX_SAFE_INTEGER`.\\n     *\\n     * @static\\n     * @memberOf _\\n     * @since 4.0.0\\n     * @category Lang\\n     * @param {*} value The value to check.\\n     * @returns {boolean} Returns `true` if `value` is array-like, else `false`.\\n     * @example\\n     *\\n     * _.isArrayLike([1, 2, 3]);\\n     * // => true\\n     *\\n     * _.isArrayLike(document.body.children);\\n     * // => true\\n     *\\n     * _.isArrayLike('abc');\\n     * // => true\\n     *\\n     * _.isArrayLike(_.noop);\\n     * // => false\\n     */\\n    function isArrayLike(value) {\\n      return value != null && isLength(value.length) && !isFunction(value);\\n    }\\n\\n    /**\\n     * This method is like `_.isArrayLike` except that it also checks if `value`\\n     * is an object.\\n     *\\n     * @static\\n     * @memberOf _\\n     * @since 4.0.0\\n     * @category Lang\\n     * @param {*} value The value to check.\\n     * @returns {boolean} Returns `true` if `value` is an array-like object,\\n     *  else `false`.\\n     * @example\\n     *\\n     * _.isArrayLikeObject([1, 2, 3]);\\n     * // => true\\n     *\\n     * _.isArrayLikeObject(document.body.children);\\n     * // => true\\n     *\\n     * _.isArrayLikeObject('abc');\\n     * // => false\\n     *\\n     * _.isArrayLikeObject(_.noop);\\n     * // => false\\n     */\\n    function isArrayLikeObject(value) {\\n      return isObjectLike(value) && isArrayLike(value);\\n    }\\n\\n    /**\\n     * Checks if `value` is classified as a boolean primitive or object.\\n     *\\n     * @static\\n     * @memberOf _\\n     * @since 0.1.0\\n     * @category Lang\\n     * @param {*} value The value to check.\\n     * @returns {boolean} Returns `true` if `value` is a boolean, else `false`.\\n     * @example\\n     *\\n     * _.isBoolean(false);\\n     * // => true\\n     *\\n     * _.isBoolean(null);\\n     * // => false\\n     */\\n    function isBoolean(value) {\\n      return value === true || value === false ||\\n        (isObjectLike(value) && baseGetTag(value) == boolTag);\\n    }\\n\\n    /**\\n     * Checks if `value` is a buffer.\\n     *\\n     * @static\\n     * @memberOf _\\n     * @since 4.3.0\\n     * @category Lang\\n     * @param {*} value The value to check.\\n     * @returns {boolean} Returns `true` if `value` is a buffer, else `false`.\\n     * @example\\n     *\\n     * _.isBuffer(new Buffer(2));\\n     * // => true\\n     *\\n     * _.isBuffer(new Uint8Array(2));\\n     * // => false\\n     */\\n    var isBuffer = nativeIsBuffer || stubFalse;\\n\\n    /**\\n     * Checks if `value` is classified as a `Date` object.\\n     *\\n     * @static\\n     * @memberOf _\\n     * @since 0.1.0\\n     * @category Lang\\n     * @param {*} value The value to check.\\n     * @returns {boolean} Returns `true` if `value` is a date object, else `false`.\\n     * @example\\n     *\\n     * _.isDate(new Date);\\n     * // => true\\n     *\\n     * _.isDate('Mon April 23 2012');\\n     * // => false\\n     */\\n    var isDate = nodeIsDate ? baseUnary(nodeIsDate) : baseIsDate;\\n\\n    /**\\n     * Checks if `value` is likely a DOM element.\\n     *\\n     * @static\\n     * @memberOf _\\n     * @since 0.1.0\\n     * @category Lang\\n     * @param {*} value The value to check.\\n     * @returns {boolean} Returns `true` if `value` is a DOM element, else `false`.\\n     * @example\\n     *\\n     * _.isElement(document.body);\\n     * // => true\\n     *\\n     * _.isElement('<body>');\\n     * // => false\\n     */\\n    function isElement(value) {\\n      return isObjectLike(value) && value.nodeType === 1 && !isPlainObject(value);\\n    }\\n\\n    /**\\n     * Checks if `value` is an empty object, collection, map, or set.\\n     *\\n     * Objects are considered empty if they have no own enumerable string keyed\\n     * properties.\\n     *\\n     * Array-like values such as `arguments` objects, arrays, buffers, strings, or\\n     * jQuery-like collections are considered empty if they have a `length` of `0`.\\n     * Similarly, maps and sets are considered empty if they have a `size` of `0`.\\n     *\\n     * @static\\n     * @memberOf _\\n     * @since 0.1.0\\n     * @category Lang\\n     * @param {*} value The value to check.\\n     * @returns {boolean} Returns `true` if `value` is empty, else `false`.\\n     * @example\\n     *\\n     * _.isEmpty(null);\\n     * // => true\\n     *\\n     * _.isEmpty(true);\\n     * // => true\\n     *\\n     * _.isEmpty(1);\\n     * // => true\\n     *\\n     * _.isEmpty([1, 2, 3]);\\n     * // => false\\n     *\\n     * _.isEmpty({ 'a': 1 });\\n     * // => false\\n     */\\n    function isEmpty(value) {\\n      if (value == null) {\\n        return true;\\n      }\\n      if (isArrayLike(value) &&\\n          (isArray(value) || typeof value == 'string' || typeof value.splice == 'function' ||\\n            isBuffer(value) || isTypedArray(value) || isArguments(value))) {\\n        return !value.length;\\n      }\\n      var tag = getTag(value);\\n      if (tag == mapTag || tag == setTag) {\\n        return !value.size;\\n      }\\n      if (isPrototype(value)) {\\n        return !baseKeys(value).length;\\n      }\\n      for (var key in value) {\\n        if (hasOwnProperty.call(value, key)) {\\n          return false;\\n        }\\n      }\\n      return true;\\n    }\\n\\n    /**\\n     * Performs a deep comparison between two values to determine if they are\\n     * equivalent.\\n     *\\n     * **Note:** This method supports comparing arrays, array buffers, booleans,\\n     * date objects, error objects, maps, numbers, `Object` objects, regexes,\\n     * sets, strings, symbols, and typed arrays. `Object` objects are compared\\n     * by their own, not inherited, enumerable properties. Functions and DOM\\n     * nodes are compared by strict equality, i.e. `===`.\\n     *\\n     * @static\\n     * @memberOf _\\n     * @since 0.1.0\\n     * @category Lang\\n     * @param {*} value The value to compare.\\n     * @param {*} other The other value to compare.\\n     * @returns {boolean} Returns `true` if the values are equivalent, else `false`.\\n     * @example\\n     *\\n     * var object = { 'a': 1 };\\n     * var other = { 'a': 1 };\\n     *\\n     * _.isEqual(object, other);\\n     * // => true\\n     *\\n     * object === other;\\n     * // => false\\n     */\\n    function isEqual(value, other) {\\n      return baseIsEqual(value, other);\\n    }\\n\\n    /**\\n     * This method is like `_.isEqual` except that it accepts `customizer` which\\n     * is invoked to compare values. If `customizer` returns `undefined`, comparisons\\n     * are handled by the method instead. The `customizer` is invoked with up to\\n     * six arguments: (objValue, othValue [, index|key, object, other, stack]).\\n     *\\n     * @static\\n     * @memberOf _\\n     * @since 4.0.0\\n     * @category Lang\\n     * @param {*} value The value to compare.\\n     * @param {*} other The other value to compare.\\n     * @param {Function} [customizer] The function to customize comparisons.\\n     * @returns {boolean} Returns `true` if the values are equivalent, else `false`.\\n     * @example\\n     *\\n     * function isGreeting(value) {\\n     *   return /^h(?:i|ello)$/.test(value);\\n     * }\\n     *\\n     * function customizer(objValue, othValue) {\\n     *   if (isGreeting(objValue) && isGreeting(othValue)) {\\n     *     return true;\\n     *   }\\n     * }\\n     *\\n     * var array = ['hello', 'goodbye'];\\n     * var other = ['hi', 'goodbye'];\\n     *\\n     * _.isEqualWith(array, other, customizer);\\n     * // => true\\n     */\\n    function isEqualWith(value, other, customizer) {\\n      customizer = typeof customizer == 'function' ? customizer : undefined;\\n      var result = customizer ? customizer(value, other) : undefined;\\n      return result === undefined ? baseIsEqual(value, other, undefined, customizer) : !!result;\\n    }\\n\\n    /**\\n     * Checks if `value` is an `Error`, `EvalError`, `RangeError`, `ReferenceError`,\\n     * `SyntaxError`, `TypeError`, or `URIError` object.\\n     *\\n     * @static\\n     * @memberOf _\\n     * @since 3.0.0\\n     * @category Lang\\n     * @param {*} value The value to check.\\n     * @returns {boolean} Returns `true` if `value` is an error object, else `false`.\\n     * @example\\n     *\\n     * _.isError(new Error);\\n     * // => true\\n     *\\n     * _.isError(Error);\\n     * // => false\\n     */\\n    function isError(value) {\\n      if (!isObjectLike(value)) {\\n        return false;\\n      }\\n      var tag = baseGetTag(value);\\n      return tag == errorTag || tag == domExcTag ||\\n        (typeof value.message == 'string' && typeof value.name == 'string' && !isPlainObject(value));\\n    }\\n\\n    /**\\n     * Checks if `value` is a finite primitive number.\\n     *\\n     * **Note:** This method is based on\\n     * [`Number.isFinite`](https://mdn.io/Number/isFinite).\\n     *\\n     * @static\\n     * @memberOf _\\n     * @since 0.1.0\\n     * @category Lang\\n     * @param {*} value The value to check.\\n     * @returns {boolean} Returns `true` if `value` is a finite number, else `false`.\\n     * @example\\n     *\\n     * _.isFinite(3);\\n     * // => true\\n     *\\n     * _.isFinite(Number.MIN_VALUE);\\n     * // => true\\n     *\\n     * _.isFinite(Infinity);\\n     * // => false\\n     *\\n     * _.isFinite('3');\\n     * // => false\\n     */\\n    function isFinite(value) {\\n      return typeof value == 'number' && nativeIsFinite(value);\\n    }\\n\\n    /**\\n     * Checks if `value` is classified as a `Function` object.\\n     *\\n     * @static\\n     * @memberOf _\\n     * @since 0.1.0\\n     * @category Lang\\n     * @param {*} value The value to check.\\n     * @returns {boolean} Returns `true` if `value` is a function, else `false`.\\n     * @example\\n     *\\n     * _.isFunction(_);\\n     * // => true\\n     *\\n     * _.isFunction(/abc/);\\n     * // => false\\n     */\\n    function isFunction(value) {\\n      if (!isObject(value)) {\\n        return false;\\n      }\\n      // The use of `Object#toString` avoids issues with the `typeof` operator\\n      // in Safari 9 which returns 'object' for typed arrays and other constructors.\\n      var tag = baseGetTag(value);\\n      return tag == funcTag || tag == genTag || tag == asyncTag || tag == proxyTag;\\n    }\\n\\n    /**\\n     * Checks if `value` is an integer.\\n     *\\n     * **Note:** This method is based on\\n     * [`Number.isInteger`](https://mdn.io/Number/isInteger).\\n     *\\n     * @static\\n     * @memberOf _\\n     * @since 4.0.0\\n     * @category Lang\\n     * @param {*} value The value to check.\\n     * @returns {boolean} Returns `true` if `value` is an integer, else `false`.\\n     * @example\\n     *\\n     * _.isInteger(3);\\n     * // => true\\n     *\\n     * _.isInteger(Number.MIN_VALUE);\\n     * // => false\\n     *\\n     * _.isInteger(Infinity);\\n     * // => false\\n     *\\n     * _.isInteger('3');\\n     * // => false\\n     */\\n    function isInteger(value) {\\n      return typeof value == 'number' && value == toInteger(value);\\n    }\\n\\n    /**\\n     * Checks if `value` is a valid array-like length.\\n     *\\n     * **Note:** This method is loosely based on\\n     * [`ToLength`](http://ecma-international.org/ecma-262/7.0/#sec-tolength).\\n     *\\n     * @static\\n     * @memberOf _\\n     * @since 4.0.0\\n     * @category Lang\\n     * @param {*} value The value to check.\\n     * @returns {boolean} Returns `true` if `value` is a valid length, else `false`.\\n     * @example\\n     *\\n     * _.isLength(3);\\n     * // => true\\n     *\\n     * _.isLength(Number.MIN_VALUE);\\n     * // => false\\n     *\\n     * _.isLength(Infinity);\\n     * // => false\\n     *\\n     * _.isLength('3');\\n     * // => false\\n     */\\n    function isLength(value) {\\n      return typeof value == 'number' &&\\n        value > -1 && value % 1 == 0 && value <= MAX_SAFE_INTEGER;\\n    }\\n\\n    /**\\n     * Checks if `value` is the\\n     * [language type](http://www.ecma-international.org/ecma-262/7.0/#sec-ecmascript-language-types)\\n     * of `Object`. (e.g. arrays, functions, objects, regexes, `new Number(0)`, and `new String('')`)\\n     *\\n     * @static\\n     * @memberOf _\\n     * @since 0.1.0\\n     * @category Lang\\n     * @param {*} value The value to check.\\n     * @returns {boolean} Returns `true` if `value` is an object, else `false`.\\n     * @example\\n     *\\n     * _.isObject({});\\n     * // => true\\n     *\\n     * _.isObject([1, 2, 3]);\\n     * // => true\\n     *\\n     * _.isObject(_.noop);\\n     * // => true\\n     *\\n     * _.isObject(null);\\n     * // => false\\n     */\\n    function isObject(value) {\\n      var type = typeof value;\\n      return value != null && (type == 'object' || type == 'function');\\n    }\\n\\n    /**\\n     * Checks if `value` is object-like. A value is object-like if it's not `null`\\n     * and has a `typeof` result of \\\"object\\\".\\n     *\\n     * @static\\n     * @memberOf _\\n     * @since 4.0.0\\n     * @category Lang\\n     * @param {*} value The value to check.\\n     * @returns {boolean} Returns `true` if `value` is object-like, else `false`.\\n     * @example\\n     *\\n     * _.isObjectLike({});\\n     * // => true\\n     *\\n     * _.isObjectLike([1, 2, 3]);\\n     * // => true\\n     *\\n     * _.isObjectLike(_.noop);\\n     * // => false\\n     *\\n     * _.isObjectLike(null);\\n     * // => false\\n     */\\n    function isObjectLike(value) {\\n      return value != null && typeof value == 'object';\\n    }\\n\\n    /**\\n     * Checks if `value` is classified as a `Map` object.\\n     *\\n     * @static\\n     * @memberOf _\\n     * @since 4.3.0\\n     * @category Lang\\n     * @param {*} value The value to check.\\n     * @returns {boolean} Returns `true` if `value` is a map, else `false`.\\n     * @example\\n     *\\n     * _.isMap(new Map);\\n     * // => true\\n     *\\n     * _.isMap(new WeakMap);\\n     * // => false\\n     */\\n    var isMap = nodeIsMap ? baseUnary(nodeIsMap) : baseIsMap;\\n\\n    /**\\n     * Performs a partial deep comparison between `object` and `source` to\\n     * determine if `object` contains equivalent property values.\\n     *\\n     * **Note:** This method is equivalent to `_.matches` when `source` is\\n     * partially applied.\\n     *\\n     * Partial comparisons will match empty array and empty object `source`\\n     * values against any array or object value, respectively. See `_.isEqual`\\n     * for a list of supported value comparisons.\\n     *\\n     * @static\\n     * @memberOf _\\n     * @since 3.0.0\\n     * @category Lang\\n     * @param {Object} object The object to inspect.\\n     * @param {Object} source The object of property values to match.\\n     * @returns {boolean} Returns `true` if `object` is a match, else `false`.\\n     * @example\\n     *\\n     * var object = { 'a': 1, 'b': 2 };\\n     *\\n     * _.isMatch(object, { 'b': 2 });\\n     * // => true\\n     *\\n     * _.isMatch(object, { 'b': 1 });\\n     * // => false\\n     */\\n    function isMatch(object, source) {\\n      return object === source || baseIsMatch(object, source, getMatchData(source));\\n    }\\n\\n    /**\\n     * This method is like `_.isMatch` except that it accepts `customizer` which\\n     * is invoked to compare values. If `customizer` returns `undefined`, comparisons\\n     * are handled by the method instead. The `customizer` is invoked with five\\n     * arguments: (objValue, srcValue, index|key, object, source).\\n     *\\n     * @static\\n     * @memberOf _\\n     * @since 4.0.0\\n     * @category Lang\\n     * @param {Object} object The object to inspect.\\n     * @param {Object} source The object of property values to match.\\n     * @param {Function} [customizer] The function to customize comparisons.\\n     * @returns {boolean} Returns `true` if `object` is a match, else `false`.\\n     * @example\\n     *\\n     * function isGreeting(value) {\\n     *   return /^h(?:i|ello)$/.test(value);\\n     * }\\n     *\\n     * function customizer(objValue, srcValue) {\\n     *   if (isGreeting(objValue) && isGreeting(srcValue)) {\\n     *     return true;\\n     *   }\\n     * }\\n     *\\n     * var object = { 'greeting': 'hello' };\\n     * var source = { 'greeting': 'hi' };\\n     *\\n     * _.isMatchWith(object, source, customizer);\\n     * // => true\\n     */\\n    function isMatchWith(object, source, customizer) {\\n      customizer = typeof customizer == 'function' ? customizer : undefined;\\n      return baseIsMatch(object, source, getMatchData(source), customizer);\\n    }\\n\\n    /**\\n     * Checks if `value` is `NaN`.\\n     *\\n     * **Note:** This method is based on\\n     * [`Number.isNaN`](https://mdn.io/Number/isNaN) and is not the same as\\n     * global [`isNaN`](https://mdn.io/isNaN) which returns `true` for\\n     * `undefined` and other non-number values.\\n     *\\n     * @static\\n     * @memberOf _\\n     * @since 0.1.0\\n     * @category Lang\\n     * @param {*} value The value to check.\\n     * @returns {boolean} Returns `true` if `value` is `NaN`, else `false`.\\n     * @example\\n     *\\n     * _.isNaN(NaN);\\n     * // => true\\n     *\\n     * _.isNaN(new Number(NaN));\\n     * // => true\\n     *\\n     * isNaN(undefined);\\n     * // => true\\n     *\\n     * _.isNaN(undefined);\\n     * // => false\\n     */\\n    function isNaN(value) {\\n      // An `NaN` primitive is the only value that is not equal to itself.\\n      // Perform the `toStringTag` check first to avoid errors with some\\n      // ActiveX objects in IE.\\n      return isNumber(value) && value != +value;\\n    }\\n\\n    /**\\n     * Checks if `value` is a pristine native function.\\n     *\\n     * **Note:** This method can't reliably detect native functions in the presence\\n     * of the core-js package because core-js circumvents this kind of detection.\\n     * Despite multiple requests, the core-js maintainer has made it clear: any\\n     * attempt to fix the detection will be obstructed. As a result, we're left\\n     * with little choice but to throw an error. Unfortunately, this also affects\\n     * packages, like [babel-polyfill](https://www.npmjs.com/package/babel-polyfill),\\n     * which rely on core-js.\\n     *\\n     * @static\\n     * @memberOf _\\n     * @since 3.0.0\\n     * @category Lang\\n     * @param {*} value The value to check.\\n     * @returns {boolean} Returns `true` if `value` is a native function,\\n     *  else `false`.\\n     * @example\\n     *\\n     * _.isNative(Array.prototype.push);\\n     * // => true\\n     *\\n     * _.isNative(_);\\n     * // => false\\n     */\\n    function isNative(value) {\\n      if (isMaskable(value)) {\\n        throw new Error(CORE_ERROR_TEXT);\\n      }\\n      return baseIsNative(value);\\n    }\\n\\n    /**\\n     * Checks if `value` is `null`.\\n     *\\n     * @static\\n     * @memberOf _\\n     * @since 0.1.0\\n     * @category Lang\\n     * @param {*} value The value to check.\\n     * @returns {boolean} Returns `true` if `value` is `null`, else `false`.\\n     * @example\\n     *\\n     * _.isNull(null);\\n     * // => true\\n     *\\n     * _.isNull(void 0);\\n     * // => false\\n     */\\n    function isNull(value) {\\n      return value === null;\\n    }\\n\\n    /**\\n     * Checks if `value` is `null` or `undefined`.\\n     *\\n     * @static\\n     * @memberOf _\\n     * @since 4.0.0\\n     * @category Lang\\n     * @param {*} value The value to check.\\n     * @returns {boolean} Returns `true` if `value` is nullish, else `false`.\\n     * @example\\n     *\\n     * _.isNil(null);\\n     * // => true\\n     *\\n     * _.isNil(void 0);\\n     * // => true\\n     *\\n     * _.isNil(NaN);\\n     * // => false\\n     */\\n    function isNil(value) {\\n      return value == null;\\n    }\\n\\n    /**\\n     * Checks if `value` is classified as a `Number` primitive or object.\\n     *\\n     * **Note:** To exclude `Infinity`, `-Infinity`, and `NaN`, which are\\n     * classified as numbers, use the `_.isFinite` method.\\n     *\\n     * @static\\n     * @memberOf _\\n     * @since 0.1.0\\n     * @category Lang\\n     * @param {*} value The value to check.\\n     * @returns {boolean} Returns `true` if `value` is a number, else `false`.\\n     * @example\\n     *\\n     * _.isNumber(3);\\n     * // => true\\n     *\\n     * _.isNumber(Number.MIN_VALUE);\\n     * // => true\\n     *\\n     * _.isNumber(Infinity);\\n     * // => true\\n     *\\n     * _.isNumber('3');\\n     * // => false\\n     */\\n    function isNumber(value) {\\n      return typeof value == 'number' ||\\n        (isObjectLike(value) && baseGetTag(value) == numberTag);\\n    }\\n\\n    /**\\n     * Checks if `value` is a plain object, that is, an object created by the\\n     * `Object` constructor or one with a `[[Prototype]]` of `null`.\\n     *\\n     * @static\\n     * @memberOf _\\n     * @since 0.8.0\\n     * @category Lang\\n     * @param {*} value The value to check.\\n     * @returns {boolean} Returns `true` if `value` is a plain object, else `false`.\\n     * @example\\n     *\\n     * function Foo() {\\n     *   this.a = 1;\\n     * }\\n     *\\n     * _.isPlainObject(new Foo);\\n     * // => false\\n     *\\n     * _.isPlainObject([1, 2, 3]);\\n     * // => false\\n     *\\n     * _.isPlainObject({ 'x': 0, 'y': 0 });\\n     * // => true\\n     *\\n     * _.isPlainObject(Object.create(null));\\n     * // => true\\n     */\\n    function isPlainObject(value) {\\n      if (!isObjectLike(value) || baseGetTag(value) != objectTag) {\\n        return false;\\n      }\\n      var proto = getPrototype(value);\\n      if (proto === null) {\\n        return true;\\n      }\\n      var Ctor = hasOwnProperty.call(proto, 'constructor') && proto.constructor;\\n      return typeof Ctor == 'function' && Ctor instanceof Ctor &&\\n        funcToString.call(Ctor) == objectCtorString;\\n    }\\n\\n    /**\\n     * Checks if `value` is classified as a `RegExp` object.\\n     *\\n     * @static\\n     * @memberOf _\\n     * @since 0.1.0\\n     * @category Lang\\n     * @param {*} value The value to check.\\n     * @returns {boolean} Returns `true` if `value` is a regexp, else `false`.\\n     * @example\\n     *\\n     * _.isRegExp(/abc/);\\n     * // => true\\n     *\\n     * _.isRegExp('/abc/');\\n     * // => false\\n     */\\n    var isRegExp = nodeIsRegExp ? baseUnary(nodeIsRegExp) : baseIsRegExp;\\n\\n    /**\\n     * Checks if `value` is a safe integer. An integer is safe if it's an IEEE-754\\n     * double precision number which isn't the result of a rounded unsafe integer.\\n     *\\n     * **Note:** This method is based on\\n     * [`Number.isSafeInteger`](https://mdn.io/Number/isSafeInteger).\\n     *\\n     * @static\\n     * @memberOf _\\n     * @since 4.0.0\\n     * @category Lang\\n     * @param {*} value The value to check.\\n     * @returns {boolean} Returns `true` if `value` is a safe integer, else `false`.\\n     * @example\\n     *\\n     * _.isSafeInteger(3);\\n     * // => true\\n     *\\n     * _.isSafeInteger(Number.MIN_VALUE);\\n     * // => false\\n     *\\n     * _.isSafeInteger(Infinity);\\n     * // => false\\n     *\\n     * _.isSafeInteger('3');\\n     * // => false\\n     */\\n    function isSafeInteger(value) {\\n      return isInteger(value) && value >= -MAX_SAFE_INTEGER && value <= MAX_SAFE_INTEGER;\\n    }\\n\\n    /**\\n     * Checks if `value` is classified as a `Set` object.\\n     *\\n     * @static\\n     * @memberOf _\\n     * @since 4.3.0\\n     * @category Lang\\n     * @param {*} value The value to check.\\n     * @returns {boolean} Returns `true` if `value` is a set, else `false`.\\n     * @example\\n     *\\n     * _.isSet(new Set);\\n     * // => true\\n     *\\n     * _.isSet(new WeakSet);\\n     * // => false\\n     */\\n    var isSet = nodeIsSet ? baseUnary(nodeIsSet) : baseIsSet;\\n\\n    /**\\n     * Checks if `value` is classified as a `String` primitive or object.\\n     *\\n     * @static\\n     * @since 0.1.0\\n     * @memberOf _\\n     * @category Lang\\n     * @param {*} value The value to check.\\n     * @returns {boolean} Returns `true` if `value` is a string, else `false`.\\n     * @example\\n     *\\n     * _.isString('abc');\\n     * // => true\\n     *\\n     * _.isString(1);\\n     * // => false\\n     */\\n    function isString(value) {\\n      return typeof value == 'string' ||\\n        (!isArray(value) && isObjectLike(value) && baseGetTag(value) == stringTag);\\n    }\\n\\n    /**\\n     * Checks if `value` is classified as a `Symbol` primitive or object.\\n     *\\n     * @static\\n     * @memberOf _\\n     * @since 4.0.0\\n     * @category Lang\\n     * @param {*} value The value to check.\\n     * @returns {boolean} Returns `true` if `value` is a symbol, else `false`.\\n     * @example\\n     *\\n     * _.isSymbol(Symbol.iterator);\\n     * // => true\\n     *\\n     * _.isSymbol('abc');\\n     * // => false\\n     */\\n    function isSymbol(value) {\\n      return typeof value == 'symbol' ||\\n        (isObjectLike(value) && baseGetTag(value) == symbolTag);\\n    }\\n\\n    /**\\n     * Checks if `value` is classified as a typed array.\\n     *\\n     * @static\\n     * @memberOf _\\n     * @since 3.0.0\\n     * @category Lang\\n     * @param {*} value The value to check.\\n     * @returns {boolean} Returns `true` if `value` is a typed array, else `false`.\\n     * @example\\n     *\\n     * _.isTypedArray(new Uint8Array);\\n     * // => true\\n     *\\n     * _.isTypedArray([]);\\n     * // => false\\n     */\\n    var isTypedArray = nodeIsTypedArray ? baseUnary(nodeIsTypedArray) : baseIsTypedArray;\\n\\n    /**\\n     * Checks if `value` is `undefined`.\\n     *\\n     * @static\\n     * @since 0.1.0\\n     * @memberOf _\\n     * @category Lang\\n     * @param {*} value The value to check.\\n     * @returns {boolean} Returns `true` if `value` is `undefined`, else `false`.\\n     * @example\\n     *\\n     * _.isUndefined(void 0);\\n     * // => true\\n     *\\n     * _.isUndefined(null);\\n     * // => false\\n     */\\n    function isUndefined(value) {\\n      return value === undefined;\\n    }\\n\\n    /**\\n     * Checks if `value` is classified as a `WeakMap` object.\\n     *\\n     * @static\\n     * @memberOf _\\n     * @since 4.3.0\\n     * @category Lang\\n     * @param {*} value The value to check.\\n     * @returns {boolean} Returns `true` if `value` is a weak map, else `false`.\\n     * @example\\n     *\\n     * _.isWeakMap(new WeakMap);\\n     * // => true\\n     *\\n     * _.isWeakMap(new Map);\\n     * // => false\\n     */\\n    function isWeakMap(value) {\\n      return isObjectLike(value) && getTag(value) == weakMapTag;\\n    }\\n\\n    /**\\n     * Checks if `value` is classified as a `WeakSet` object.\\n     *\\n     * @static\\n     * @memberOf _\\n     * @since 4.3.0\\n     * @category Lang\\n     * @param {*} value The value to check.\\n     * @returns {boolean} Returns `true` if `value` is a weak set, else `false`.\\n     * @example\\n     *\\n     * _.isWeakSet(new WeakSet);\\n     * // => true\\n     *\\n     * _.isWeakSet(new Set);\\n     * // => false\\n     */\\n    function isWeakSet(value) {\\n      return isObjectLike(value) && baseGetTag(value) == weakSetTag;\\n    }\\n\\n    /**\\n     * Checks if `value` is less than `other`.\\n     *\\n     * @static\\n     * @memberOf _\\n     * @since 3.9.0\\n     * @category Lang\\n     * @param {*} value The value to compare.\\n     * @param {*} other The other value to compare.\\n     * @returns {boolean} Returns `true` if `value` is less than `other`,\\n     *  else `false`.\\n     * @see _.gt\\n     * @example\\n     *\\n     * _.lt(1, 3);\\n     * // => true\\n     *\\n     * _.lt(3, 3);\\n     * // => false\\n     *\\n     * _.lt(3, 1);\\n     * // => false\\n     */\\n    var lt = createRelationalOperation(baseLt);\\n\\n    /**\\n     * Checks if `value` is less than or equal to `other`.\\n     *\\n     * @static\\n     * @memberOf _\\n     * @since 3.9.0\\n     * @category Lang\\n     * @param {*} value The value to compare.\\n     * @param {*} other The other value to compare.\\n     * @returns {boolean} Returns `true` if `value` is less than or equal to\\n     *  `other`, else `false`.\\n     * @see _.gte\\n     * @example\\n     *\\n     * _.lte(1, 3);\\n     * // => true\\n     *\\n     * _.lte(3, 3);\\n     * // => true\\n     *\\n     * _.lte(3, 1);\\n     * // => false\\n     */\\n    var lte = createRelationalOperation(function(value, other) {\\n      return value <= other;\\n    });\\n\\n    /**\\n     * Converts `value` to an array.\\n     *\\n     * @static\\n     * @since 0.1.0\\n     * @memberOf _\\n     * @category Lang\\n     * @param {*} value The value to convert.\\n     * @returns {Array} Returns the converted array.\\n     * @example\\n     *\\n     * _.toArray({ 'a': 1, 'b': 2 });\\n     * // => [1, 2]\\n     *\\n     * _.toArray('abc');\\n     * // => ['a', 'b', 'c']\\n     *\\n     * _.toArray(1);\\n     * // => []\\n     *\\n     * _.toArray(null);\\n     * // => []\\n     */\\n    function toArray(value) {\\n      if (!value) {\\n        return [];\\n      }\\n      if (isArrayLike(value)) {\\n        return isString(value) ? stringToArray(value) : copyArray(value);\\n      }\\n      if (symIterator && value[symIterator]) {\\n        return iteratorToArray(value[symIterator]());\\n      }\\n      var tag = getTag(value),\\n          func = tag == mapTag ? mapToArray : (tag == setTag ? setToArray : values);\\n\\n      return func(value);\\n    }\\n\\n    /**\\n     * Converts `value` to a finite number.\\n     *\\n     * @static\\n     * @memberOf _\\n     * @since 4.12.0\\n     * @category Lang\\n     * @param {*} value The value to convert.\\n     * @returns {number} Returns the converted number.\\n     * @example\\n     *\\n     * _.toFinite(3.2);\\n     * // => 3.2\\n     *\\n     * _.toFinite(Number.MIN_VALUE);\\n     * // => 5e-324\\n     *\\n     * _.toFinite(Infinity);\\n     * // => 1.7976931348623157e+308\\n     *\\n     * _.toFinite('3.2');\\n     * // => 3.2\\n     */\\n    function toFinite(value) {\\n      if (!value) {\\n        return value === 0 ? value : 0;\\n      }\\n      value = toNumber(value);\\n      if (value === INFINITY || value === -INFINITY) {\\n        var sign = (value < 0 ? -1 : 1);\\n        return sign * MAX_INTEGER;\\n      }\\n      return value === value ? value : 0;\\n    }\\n\\n    /**\\n     * Converts `value` to an integer.\\n     *\\n     * **Note:** This method is loosely based on\\n     * [`ToInteger`](http://www.ecma-international.org/ecma-262/7.0/#sec-tointeger).\\n     *\\n     * @static\\n     * @memberOf _\\n     * @since 4.0.0\\n     * @category Lang\\n     * @param {*} value The value to convert.\\n     * @returns {number} Returns the converted integer.\\n     * @example\\n     *\\n     * _.toInteger(3.2);\\n     * // => 3\\n     *\\n     * _.toInteger(Number.MIN_VALUE);\\n     * // => 0\\n     *\\n     * _.toInteger(Infinity);\\n     * // => 1.7976931348623157e+308\\n     *\\n     * _.toInteger('3.2');\\n     * // => 3\\n     */\\n    function toInteger(value) {\\n      var result = toFinite(value),\\n          remainder = result % 1;\\n\\n      return result === result ? (remainder ? result - remainder : result) : 0;\\n    }\\n\\n    /**\\n     * Converts `value` to an integer suitable for use as the length of an\\n     * array-like object.\\n     *\\n     * **Note:** This method is based on\\n     * [`ToLength`](http://ecma-international.org/ecma-262/7.0/#sec-tolength).\\n     *\\n     * @static\\n     * @memberOf _\\n     * @since 4.0.0\\n     * @category Lang\\n     * @param {*} value The value to convert.\\n     * @returns {number} Returns the converted integer.\\n     * @example\\n     *\\n     * _.toLength(3.2);\\n     * // => 3\\n     *\\n     * _.toLength(Number.MIN_VALUE);\\n     * // => 0\\n     *\\n     * _.toLength(Infinity);\\n     * // => 4294967295\\n     *\\n     * _.toLength('3.2');\\n     * // => 3\\n     */\\n    function toLength(value) {\\n      return value ? baseClamp(toInteger(value), 0, MAX_ARRAY_LENGTH) : 0;\\n    }\\n\\n    /**\\n     * Converts `value` to a number.\\n     *\\n     * @static\\n     * @memberOf _\\n     * @since 4.0.0\\n     * @category Lang\\n     * @param {*} value The value to process.\\n     * @returns {number} Returns the number.\\n     * @example\\n     *\\n     * _.toNumber(3.2);\\n     * // => 3.2\\n     *\\n     * _.toNumber(Number.MIN_VALUE);\\n     * // => 5e-324\\n     *\\n     * _.toNumber(Infinity);\\n     * // => Infinity\\n     *\\n     * _.toNumber('3.2');\\n     * // => 3.2\\n     */\\n    function toNumber(value) {\\n      if (typeof value == 'number') {\\n        return value;\\n      }\\n      if (isSymbol(value)) {\\n        return NAN;\\n      }\\n      if (isObject(value)) {\\n        var other = typeof value.valueOf == 'function' ? value.valueOf() : value;\\n        value = isObject(other) ? (other + '') : other;\\n      }\\n      if (typeof value != 'string') {\\n        return value === 0 ? value : +value;\\n      }\\n      value = value.replace(reTrim, '');\\n      var isBinary = reIsBinary.test(value);\\n      return (isBinary || reIsOctal.test(value))\\n        ? freeParseInt(value.slice(2), isBinary ? 2 : 8)\\n        : (reIsBadHex.test(value) ? NAN : +value);\\n    }\\n\\n    /**\\n     * Converts `value` to a plain object flattening inherited enumerable string\\n     * keyed properties of `value` to own properties of the plain object.\\n     *\\n     * @static\\n     * @memberOf _\\n     * @since 3.0.0\\n     * @category Lang\\n     * @param {*} value The value to convert.\\n     * @returns {Object} Returns the converted plain object.\\n     * @example\\n     *\\n     * function Foo() {\\n     *   this.b = 2;\\n     * }\\n     *\\n     * Foo.prototype.c = 3;\\n     *\\n     * _.assign({ 'a': 1 }, new Foo);\\n     * // => { 'a': 1, 'b': 2 }\\n     *\\n     * _.assign({ 'a': 1 }, _.toPlainObject(new Foo));\\n     * // => { 'a': 1, 'b': 2, 'c': 3 }\\n     */\\n    function toPlainObject(value) {\\n      return copyObject(value, keysIn(value));\\n    }\\n\\n    /**\\n     * Converts `value` to a safe integer. A safe integer can be compared and\\n     * represented correctly.\\n     *\\n     * @static\\n     * @memberOf _\\n     * @since 4.0.0\\n     * @category Lang\\n     * @param {*} value The value to convert.\\n     * @returns {number} Returns the converted integer.\\n     * @example\\n     *\\n     * _.toSafeInteger(3.2);\\n     * // => 3\\n     *\\n     * _.toSafeInteger(Number.MIN_VALUE);\\n     * // => 0\\n     *\\n     * _.toSafeInteger(Infinity);\\n     * // => 9007199254740991\\n     *\\n     * _.toSafeInteger('3.2');\\n     * // => 3\\n     */\\n    function toSafeInteger(value) {\\n      return value\\n        ? baseClamp(toInteger(value), -MAX_SAFE_INTEGER, MAX_SAFE_INTEGER)\\n        : (value === 0 ? value : 0);\\n    }\\n\\n    /**\\n     * Converts `value` to a string. An empty string is returned for `null`\\n     * and `undefined` values. The sign of `-0` is preserved.\\n     *\\n     * @static\\n     * @memberOf _\\n     * @since 4.0.0\\n     * @category Lang\\n     * @param {*} value The value to convert.\\n     * @returns {string} Returns the converted string.\\n     * @example\\n     *\\n     * _.toString(null);\\n     * // => ''\\n     *\\n     * _.toString(-0);\\n     * // => '-0'\\n     *\\n     * _.toString([1, 2, 3]);\\n     * // => '1,2,3'\\n     */\\n    function toString(value) {\\n      return value == null ? '' : baseToString(value);\\n    }\\n\\n    /*------------------------------------------------------------------------*/\\n\\n    /**\\n     * Assigns own enumerable string keyed properties of source objects to the\\n     * destination object. Source objects are applied from left to right.\\n     * Subsequent sources overwrite property assignments of previous sources.\\n     *\\n     * **Note:** This method mutates `object` and is loosely based on\\n     * [`Object.assign`](https://mdn.io/Object/assign).\\n     *\\n     * @static\\n     * @memberOf _\\n     * @since 0.10.0\\n     * @category Object\\n     * @param {Object} object The destination object.\\n     * @param {...Object} [sources] The source objects.\\n     * @returns {Object} Returns `object`.\\n     * @see _.assignIn\\n     * @example\\n     *\\n     * function Foo() {\\n     *   this.a = 1;\\n     * }\\n     *\\n     * function Bar() {\\n     *   this.c = 3;\\n     * }\\n     *\\n     * Foo.prototype.b = 2;\\n     * Bar.prototype.d = 4;\\n     *\\n     * _.assign({ 'a': 0 }, new Foo, new Bar);\\n     * // => { 'a': 1, 'c': 3 }\\n     */\\n    var assign = createAssigner(function(object, source) {\\n      if (isPrototype(source) || isArrayLike(source)) {\\n        copyObject(source, keys(source), object);\\n        return;\\n      }\\n      for (var key in source) {\\n        if (hasOwnProperty.call(source, key)) {\\n          assignValue(object, key, source[key]);\\n        }\\n      }\\n    });\\n\\n    /**\\n     * This method is like `_.assign` except that it iterates over own and\\n     * inherited source properties.\\n     *\\n     * **Note:** This method mutates `object`.\\n     *\\n     * @static\\n     * @memberOf _\\n     * @since 4.0.0\\n     * @alias extend\\n     * @category Object\\n     * @param {Object} object The destination object.\\n     * @param {...Object} [sources] The source objects.\\n     * @returns {Object} Returns `object`.\\n     * @see _.assign\\n     * @example\\n     *\\n     * function Foo() {\\n     *   this.a = 1;\\n     * }\\n     *\\n     * function Bar() {\\n     *   this.c = 3;\\n     * }\\n     *\\n     * Foo.prototype.b = 2;\\n     * Bar.prototype.d = 4;\\n     *\\n     * _.assignIn({ 'a': 0 }, new Foo, new Bar);\\n     * // => { 'a': 1, 'b': 2, 'c': 3, 'd': 4 }\\n     */\\n    var assignIn = createAssigner(function(object, source) {\\n      copyObject(source, keysIn(source), object);\\n    });\\n\\n    /**\\n     * This method is like `_.assignIn` except that it accepts `customizer`\\n     * which is invoked to produce the assigned values. If `customizer` returns\\n     * `undefined`, assignment is handled by the method instead. The `customizer`\\n     * is invoked with five arguments: (objValue, srcValue, key, object, source).\\n     *\\n     * **Note:** This method mutates `object`.\\n     *\\n     * @static\\n     * @memberOf _\\n     * @since 4.0.0\\n     * @alias extendWith\\n     * @category Object\\n     * @param {Object} object The destination object.\\n     * @param {...Object} sources The source objects.\\n     * @param {Function} [customizer] The function to customize assigned values.\\n     * @returns {Object} Returns `object`.\\n     * @see _.assignWith\\n     * @example\\n     *\\n     * function customizer(objValue, srcValue) {\\n     *   return _.isUndefined(objValue) ? srcValue : objValue;\\n     * }\\n     *\\n     * var defaults = _.partialRight(_.assignInWith, customizer);\\n     *\\n     * defaults({ 'a': 1 }, { 'b': 2 }, { 'a': 3 });\\n     * // => { 'a': 1, 'b': 2 }\\n     */\\n    var assignInWith = createAssigner(function(object, source, srcIndex, customizer) {\\n      copyObject(source, keysIn(source), object, customizer);\\n    });\\n\\n    /**\\n     * This method is like `_.assign` except that it accepts `customizer`\\n     * which is invoked to produce the assigned values. If `customizer` returns\\n     * `undefined`, assignment is handled by the method instead. The `customizer`\\n     * is invoked with five arguments: (objValue, srcValue, key, object, source).\\n     *\\n     * **Note:** This method mutates `object`.\\n     *\\n     * @static\\n     * @memberOf _\\n     * @since 4.0.0\\n     * @category Object\\n     * @param {Object} object The destination object.\\n     * @param {...Object} sources The source objects.\\n     * @param {Function} [customizer] The function to customize assigned values.\\n     * @returns {Object} Returns `object`.\\n     * @see _.assignInWith\\n     * @example\\n     *\\n     * function customizer(objValue, srcValue) {\\n     *   return _.isUndefined(objValue) ? srcValue : objValue;\\n     * }\\n     *\\n     * var defaults = _.partialRight(_.assignWith, customizer);\\n     *\\n     * defaults({ 'a': 1 }, { 'b': 2 }, { 'a': 3 });\\n     * // => { 'a': 1, 'b': 2 }\\n     */\\n    var assignWith = createAssigner(function(object, source, srcIndex, customizer) {\\n      copyObject(source, keys(source), object, customizer);\\n    });\\n\\n    /**\\n     * Creates an array of values corresponding to `paths` of `object`.\\n     *\\n     * @static\\n     * @memberOf _\\n     * @since 1.0.0\\n     * @category Object\\n     * @param {Object} object The object to iterate over.\\n     * @param {...(string|string[])} [paths] The property paths to pick.\\n     * @returns {Array} Returns the picked values.\\n     * @example\\n     *\\n     * var object = { 'a': [{ 'b': { 'c': 3 } }, 4] };\\n     *\\n     * _.at(object, ['a[0].b.c', 'a[1]']);\\n     * // => [3, 4]\\n     */\\n    var at = flatRest(baseAt);\\n\\n    /**\\n     * Creates an object that inherits from the `prototype` object. If a\\n     * `properties` object is given, its own enumerable string keyed properties\\n     * are assigned to the created object.\\n     *\\n     * @static\\n     * @memberOf _\\n     * @since 2.3.0\\n     * @category Object\\n     * @param {Object} prototype The object to inherit from.\\n     * @param {Object} [properties] The properties to assign to the object.\\n     * @returns {Object} Returns the new object.\\n     * @example\\n     *\\n     * function Shape() {\\n     *   this.x = 0;\\n     *   this.y = 0;\\n     * }\\n     *\\n     * function Circle() {\\n     *   Shape.call(this);\\n     * }\\n     *\\n     * Circle.prototype = _.create(Shape.prototype, {\\n     *   'constructor': Circle\\n     * });\\n     *\\n     * var circle = new Circle;\\n     * circle instanceof Circle;\\n     * // => true\\n     *\\n     * circle instanceof Shape;\\n     * // => true\\n     */\\n    function create(prototype, properties) {\\n      var result = baseCreate(prototype);\\n      return properties == null ? result : baseAssign(result, properties);\\n    }\\n\\n    /**\\n     * Assigns own and inherited enumerable string keyed properties of source\\n     * objects to the destination object for all destination properties that\\n     * resolve to `undefined`. Source objects are applied from left to right.\\n     * Once a property is set, additional values of the same property are ignored.\\n     *\\n     * **Note:** This method mutates `object`.\\n     *\\n     * @static\\n     * @since 0.1.0\\n     * @memberOf _\\n     * @category Object\\n     * @param {Object} object The destination object.\\n     * @param {...Object} [sources] The source objects.\\n     * @returns {Object} Returns `object`.\\n     * @see _.defaultsDeep\\n     * @example\\n     *\\n     * _.defaults({ 'a': 1 }, { 'b': 2 }, { 'a': 3 });\\n     * // => { 'a': 1, 'b': 2 }\\n     */\\n    var defaults = baseRest(function(object, sources) {\\n      object = Object(object);\\n\\n      var index = -1;\\n      var length = sources.length;\\n      var guard = length > 2 ? sources[2] : undefined;\\n\\n      if (guard && isIterateeCall(sources[0], sources[1], guard)) {\\n        length = 1;\\n      }\\n\\n      while (++index < length) {\\n        var source = sources[index];\\n        var props = keysIn(source);\\n        var propsIndex = -1;\\n        var propsLength = props.length;\\n\\n        while (++propsIndex < propsLength) {\\n          var key = props[propsIndex];\\n          var value = object[key];\\n\\n          if (value === undefined ||\\n              (eq(value, objectProto[key]) && !hasOwnProperty.call(object, key))) {\\n            object[key] = source[key];\\n          }\\n        }\\n      }\\n\\n      return object;\\n    });\\n\\n    /**\\n     * This method is like `_.defaults` except that it recursively assigns\\n     * default properties.\\n     *\\n     * **Note:** This method mutates `object`.\\n     *\\n     * @static\\n     * @memberOf _\\n     * @since 3.10.0\\n     * @category Object\\n     * @param {Object} object The destination object.\\n     * @param {...Object} [sources] The source objects.\\n     * @returns {Object} Returns `object`.\\n     * @see _.defaults\\n     * @example\\n     *\\n     * _.defaultsDeep({ 'a': { 'b': 2 } }, { 'a': { 'b': 1, 'c': 3 } });\\n     * // => { 'a': { 'b': 2, 'c': 3 } }\\n     */\\n    var defaultsDeep = baseRest(function(args) {\\n      args.push(undefined, customDefaultsMerge);\\n      return apply(mergeWith, undefined, args);\\n    });\\n\\n    /**\\n     * This method is like `_.find` except that it returns the key of the first\\n     * element `predicate` returns truthy for instead of the element itself.\\n     *\\n     * @static\\n     * @memberOf _\\n     * @since 1.1.0\\n     * @category Object\\n     * @param {Object} object The object to inspect.\\n     * @param {Function} [predicate=_.identity] The function invoked per iteration.\\n     * @returns {string|undefined} Returns the key of the matched element,\\n     *  else `undefined`.\\n     * @example\\n     *\\n     * var users = {\\n     *   'barney':  { 'age': 36, 'active': true },\\n     *   'fred':    { 'age': 40, 'active': false },\\n     *   'pebbles': { 'age': 1,  'active': true }\\n     * };\\n     *\\n     * _.findKey(users, function(o) { return o.age < 40; });\\n     * // => 'barney' (iteration order is not guaranteed)\\n     *\\n     * // The `_.matches` iteratee shorthand.\\n     * _.findKey(users, { 'age': 1, 'active': true });\\n     * // => 'pebbles'\\n     *\\n     * // The `_.matchesProperty` iteratee shorthand.\\n     * _.findKey(users, ['active', false]);\\n     * // => 'fred'\\n     *\\n     * // The `_.property` iteratee shorthand.\\n     * _.findKey(users, 'active');\\n     * // => 'barney'\\n     */\\n    function findKey(object, predicate) {\\n      return baseFindKey(object, getIteratee(predicate, 3), baseForOwn);\\n    }\\n\\n    /**\\n     * This method is like `_.findKey` except that it iterates over elements of\\n     * a collection in the opposite order.\\n     *\\n     * @static\\n     * @memberOf _\\n     * @since 2.0.0\\n     * @category Object\\n     * @param {Object} object The object to inspect.\\n     * @param {Function} [predicate=_.identity] The function invoked per iteration.\\n     * @returns {string|undefined} Returns the key of the matched element,\\n     *  else `undefined`.\\n     * @example\\n     *\\n     * var users = {\\n     *   'barney':  { 'age': 36, 'active': true },\\n     *   'fred':    { 'age': 40, 'active': false },\\n     *   'pebbles': { 'age': 1,  'active': true }\\n     * };\\n     *\\n     * _.findLastKey(users, function(o) { return o.age < 40; });\\n     * // => returns 'pebbles' assuming `_.findKey` returns 'barney'\\n     *\\n     * // The `_.matches` iteratee shorthand.\\n     * _.findLastKey(users, { 'age': 36, 'active': true });\\n     * // => 'barney'\\n     *\\n     * // The `_.matchesProperty` iteratee shorthand.\\n     * _.findLastKey(users, ['active', false]);\\n     * // => 'fred'\\n     *\\n     * // The `_.property` iteratee shorthand.\\n     * _.findLastKey(users, 'active');\\n     * // => 'pebbles'\\n     */\\n    function findLastKey(object, predicate) {\\n      return baseFindKey(object, getIteratee(predicate, 3), baseForOwnRight);\\n    }\\n\\n    /**\\n     * Iterates over own and inherited enumerable string keyed properties of an\\n     * object and invokes `iteratee` for each property. The iteratee is invoked\\n     * with three arguments: (value, key, object). Iteratee functions may exit\\n     * iteration early by explicitly returning `false`.\\n     *\\n     * @static\\n     * @memberOf _\\n     * @since 0.3.0\\n     * @category Object\\n     * @param {Object} object The object to iterate over.\\n     * @param {Function} [iteratee=_.identity] The function invoked per iteration.\\n     * @returns {Object} Returns `object`.\\n     * @see _.forInRight\\n     * @example\\n     *\\n     * function Foo() {\\n     *   this.a = 1;\\n     *   this.b = 2;\\n     * }\\n     *\\n     * Foo.prototype.c = 3;\\n     *\\n     * _.forIn(new Foo, function(value, key) {\\n     *   console.log(key);\\n     * });\\n     * // => Logs 'a', 'b', then 'c' (iteration order is not guaranteed).\\n     */\\n    function forIn(object, iteratee) {\\n      return object == null\\n        ? object\\n        : baseFor(object, getIteratee(iteratee, 3), keysIn);\\n    }\\n\\n    /**\\n     * This method is like `_.forIn` except that it iterates over properties of\\n     * `object` in the opposite order.\\n     *\\n     * @static\\n     * @memberOf _\\n     * @since 2.0.0\\n     * @category Object\\n     * @param {Object} object The object to iterate over.\\n     * @param {Function} [iteratee=_.identity] The function invoked per iteration.\\n     * @returns {Object} Returns `object`.\\n     * @see _.forIn\\n     * @example\\n     *\\n     * function Foo() {\\n     *   this.a = 1;\\n     *   this.b = 2;\\n     * }\\n     *\\n     * Foo.prototype.c = 3;\\n     *\\n     * _.forInRight(new Foo, function(value, key) {\\n     *   console.log(key);\\n     * });\\n     * // => Logs 'c', 'b', then 'a' assuming `_.forIn` logs 'a', 'b', then 'c'.\\n     */\\n    function forInRight(object, iteratee) {\\n      return object == null\\n        ? object\\n        : baseForRight(object, getIteratee(iteratee, 3), keysIn);\\n    }\\n\\n    /**\\n     * Iterates over own enumerable string keyed properties of an object and\\n     * invokes `iteratee` for each property. The iteratee is invoked with three\\n     * arguments: (value, key, object). Iteratee functions may exit iteration\\n     * early by explicitly returning `false`.\\n     *\\n     * @static\\n     * @memberOf _\\n     * @since 0.3.0\\n     * @category Object\\n     * @param {Object} object The object to iterate over.\\n     * @param {Function} [iteratee=_.identity] The function invoked per iteration.\\n     * @returns {Object} Returns `object`.\\n     * @see _.forOwnRight\\n     * @example\\n     *\\n     * function Foo() {\\n     *   this.a = 1;\\n     *   this.b = 2;\\n     * }\\n     *\\n     * Foo.prototype.c = 3;\\n     *\\n     * _.forOwn(new Foo, function(value, key) {\\n     *   console.log(key);\\n     * });\\n     * // => Logs 'a' then 'b' (iteration order is not guaranteed).\\n     */\\n    function forOwn(object, iteratee) {\\n      return object && baseForOwn(object, getIteratee(iteratee, 3));\\n    }\\n\\n    /**\\n     * This method is like `_.forOwn` except that it iterates over properties of\\n     * `object` in the opposite order.\\n     *\\n     * @static\\n     * @memberOf _\\n     * @since 2.0.0\\n     * @category Object\\n     * @param {Object} object The object to iterate over.\\n     * @param {Function} [iteratee=_.identity] The function invoked per iteration.\\n     * @returns {Object} Returns `object`.\\n     * @see _.forOwn\\n     * @example\\n     *\\n     * function Foo() {\\n     *   this.a = 1;\\n     *   this.b = 2;\\n     * }\\n     *\\n     * Foo.prototype.c = 3;\\n     *\\n     * _.forOwnRight(new Foo, function(value, key) {\\n     *   console.log(key);\\n     * });\\n     * // => Logs 'b' then 'a' assuming `_.forOwn` logs 'a' then 'b'.\\n     */\\n    function forOwnRight(object, iteratee) {\\n      return object && baseForOwnRight(object, getIteratee(iteratee, 3));\\n    }\\n\\n    /**\\n     * Creates an array of function property names from own enumerable properties\\n     * of `object`.\\n     *\\n     * @static\\n     * @since 0.1.0\\n     * @memberOf _\\n     * @category Object\\n     * @param {Object} object The object to inspect.\\n     * @returns {Array} Returns the function names.\\n     * @see _.functionsIn\\n     * @example\\n     *\\n     * function Foo() {\\n     *   this.a = _.constant('a');\\n     *   this.b = _.constant('b');\\n     * }\\n     *\\n     * Foo.prototype.c = _.constant('c');\\n     *\\n     * _.functions(new Foo);\\n     * // => ['a', 'b']\\n     */\\n    function functions(object) {\\n      return object == null ? [] : baseFunctions(object, keys(object));\\n    }\\n\\n    /**\\n     * Creates an array of function property names from own and inherited\\n     * enumerable properties of `object`.\\n     *\\n     * @static\\n     * @memberOf _\\n     * @since 4.0.0\\n     * @category Object\\n     * @param {Object} object The object to inspect.\\n     * @returns {Array} Returns the function names.\\n     * @see _.functions\\n     * @example\\n     *\\n     * function Foo() {\\n     *   this.a = _.constant('a');\\n     *   this.b = _.constant('b');\\n     * }\\n     *\\n     * Foo.prototype.c = _.constant('c');\\n     *\\n     * _.functionsIn(new Foo);\\n     * // => ['a', 'b', 'c']\\n     */\\n    function functionsIn(object) {\\n      return object == null ? [] : baseFunctions(object, keysIn(object));\\n    }\\n\\n    /**\\n     * Gets the value at `path` of `object`. If the resolved value is\\n     * `undefined`, the `defaultValue` is returned in its place.\\n     *\\n     * @static\\n     * @memberOf _\\n     * @since 3.7.0\\n     * @category Object\\n     * @param {Object} object The object to query.\\n     * @param {Array|string} path The path of the property to get.\\n     * @param {*} [defaultValue] The value returned for `undefined` resolved values.\\n     * @returns {*} Returns the resolved value.\\n     * @example\\n     *\\n     * var object = { 'a': [{ 'b': { 'c': 3 } }] };\\n     *\\n     * _.get(object, 'a[0].b.c');\\n     * // => 3\\n     *\\n     * _.get(object, ['a', '0', 'b', 'c']);\\n     * // => 3\\n     *\\n     * _.get(object, 'a.b.c', 'default');\\n     * // => 'default'\\n     */\\n    function get(object, path, defaultValue) {\\n      var result = object == null ? undefined : baseGet(object, path);\\n      return result === undefined ? defaultValue : result;\\n    }\\n\\n    /**\\n     * Checks if `path` is a direct property of `object`.\\n     *\\n     * @static\\n     * @since 0.1.0\\n     * @memberOf _\\n     * @category Object\\n     * @param {Object} object The object to query.\\n     * @param {Array|string} path The path to check.\\n     * @returns {boolean} Returns `true` if `path` exists, else `false`.\\n     * @example\\n     *\\n     * var object = { 'a': { 'b': 2 } };\\n     * var other = _.create({ 'a': _.create({ 'b': 2 }) });\\n     *\\n     * _.has(object, 'a');\\n     * // => true\\n     *\\n     * _.has(object, 'a.b');\\n     * // => true\\n     *\\n     * _.has(object, ['a', 'b']);\\n     * // => true\\n     *\\n     * _.has(other, 'a');\\n     * // => false\\n     */\\n    function has(object, path) {\\n      return object != null && hasPath(object, path, baseHas);\\n    }\\n\\n    /**\\n     * Checks if `path` is a direct or inherited property of `object`.\\n     *\\n     * @static\\n     * @memberOf _\\n     * @since 4.0.0\\n     * @category Object\\n     * @param {Object} object The object to query.\\n     * @param {Array|string} path The path to check.\\n     * @returns {boolean} Returns `true` if `path` exists, else `false`.\\n     * @example\\n     *\\n     * var object = _.create({ 'a': _.create({ 'b': 2 }) });\\n     *\\n     * _.hasIn(object, 'a');\\n     * // => true\\n     *\\n     * _.hasIn(object, 'a.b');\\n     * // => true\\n     *\\n     * _.hasIn(object, ['a', 'b']);\\n     * // => true\\n     *\\n     * _.hasIn(object, 'b');\\n     * // => false\\n     */\\n    function hasIn(object, path) {\\n      return object != null && hasPath(object, path, baseHasIn);\\n    }\\n\\n    /**\\n     * Creates an object composed of the inverted keys and values of `object`.\\n     * If `object` contains duplicate values, subsequent values overwrite\\n     * property assignments of previous values.\\n     *\\n     * @static\\n     * @memberOf _\\n     * @since 0.7.0\\n     * @category Object\\n     * @param {Object} object The object to invert.\\n     * @returns {Object} Returns the new inverted object.\\n     * @example\\n     *\\n     * var object = { 'a': 1, 'b': 2, 'c': 1 };\\n     *\\n     * _.invert(object);\\n     * // => { '1': 'c', '2': 'b' }\\n     */\\n    var invert = createInverter(function(result, value, key) {\\n      if (value != null &&\\n          typeof value.toString != 'function') {\\n        value = nativeObjectToString.call(value);\\n      }\\n\\n      result[value] = key;\\n    }, constant(identity));\\n\\n    /**\\n     * This method is like `_.invert` except that the inverted object is generated\\n     * from the results of running each element of `object` thru `iteratee`. The\\n     * corresponding inverted value of each inverted key is an array of keys\\n     * responsible for generating the inverted value. The iteratee is invoked\\n     * with one argument: (value).\\n     *\\n     * @static\\n     * @memberOf _\\n     * @since 4.1.0\\n     * @category Object\\n     * @param {Object} object The object to invert.\\n     * @param {Function} [iteratee=_.identity] The iteratee invoked per element.\\n     * @returns {Object} Returns the new inverted object.\\n     * @example\\n     *\\n     * var object = { 'a': 1, 'b': 2, 'c': 1 };\\n     *\\n     * _.invertBy(object);\\n     * // => { '1': ['a', 'c'], '2': ['b'] }\\n     *\\n     * _.invertBy(object, function(value) {\\n     *   return 'group' + value;\\n     * });\\n     * // => { 'group1': ['a', 'c'], 'group2': ['b'] }\\n     */\\n    var invertBy = createInverter(function(result, value, key) {\\n      if (value != null &&\\n          typeof value.toString != 'function') {\\n        value = nativeObjectToString.call(value);\\n      }\\n\\n      if (hasOwnProperty.call(result, value)) {\\n        result[value].push(key);\\n      } else {\\n        result[value] = [key];\\n      }\\n    }, getIteratee);\\n\\n    /**\\n     * Invokes the method at `path` of `object`.\\n     *\\n     * @static\\n     * @memberOf _\\n     * @since 4.0.0\\n     * @category Object\\n     * @param {Object} object The object to query.\\n     * @param {Array|string} path The path of the method to invoke.\\n     * @param {...*} [args] The arguments to invoke the method with.\\n     * @returns {*} Returns the result of the invoked method.\\n     * @example\\n     *\\n     * var object = { 'a': [{ 'b': { 'c': [1, 2, 3, 4] } }] };\\n     *\\n     * _.invoke(object, 'a[0].b.c.slice', 1, 3);\\n     * // => [2, 3]\\n     */\\n    var invoke = baseRest(baseInvoke);\\n\\n    /**\\n     * Creates an array of the own enumerable property names of `object`.\\n     *\\n     * **Note:** Non-object values are coerced to objects. See the\\n     * [ES spec](http://ecma-international.org/ecma-262/7.0/#sec-object.keys)\\n     * for more details.\\n     *\\n     * @static\\n     * @since 0.1.0\\n     * @memberOf _\\n     * @category Object\\n     * @param {Object} object The object to query.\\n     * @returns {Array} Returns the array of property names.\\n     * @example\\n     *\\n     * function Foo() {\\n     *   this.a = 1;\\n     *   this.b = 2;\\n     * }\\n     *\\n     * Foo.prototype.c = 3;\\n     *\\n     * _.keys(new Foo);\\n     * // => ['a', 'b'] (iteration order is not guaranteed)\\n     *\\n     * _.keys('hi');\\n     * // => ['0', '1']\\n     */\\n    function keys(object) {\\n      return isArrayLike(object) ? arrayLikeKeys(object) : baseKeys(object);\\n    }\\n\\n    /**\\n     * Creates an array of the own and inherited enumerable property names of `object`.\\n     *\\n     * **Note:** Non-object values are coerced to objects.\\n     *\\n     * @static\\n     * @memberOf _\\n     * @since 3.0.0\\n     * @category Object\\n     * @param {Object} object The object to query.\\n     * @returns {Array} Returns the array of property names.\\n     * @example\\n     *\\n     * function Foo() {\\n     *   this.a = 1;\\n     *   this.b = 2;\\n     * }\\n     *\\n     * Foo.prototype.c = 3;\\n     *\\n     * _.keysIn(new Foo);\\n     * // => ['a', 'b', 'c'] (iteration order is not guaranteed)\\n     */\\n    function keysIn(object) {\\n      return isArrayLike(object) ? arrayLikeKeys(object, true) : baseKeysIn(object);\\n    }\\n\\n    /**\\n     * The opposite of `_.mapValues`; this method creates an object with the\\n     * same values as `object` and keys generated by running each own enumerable\\n     * string keyed property of `object` thru `iteratee`. The iteratee is invoked\\n     * with three arguments: (value, key, object).\\n     *\\n     * @static\\n     * @memberOf _\\n     * @since 3.8.0\\n     * @category Object\\n     * @param {Object} object The object to iterate over.\\n     * @param {Function} [iteratee=_.identity] The function invoked per iteration.\\n     * @returns {Object} Returns the new mapped object.\\n     * @see _.mapValues\\n     * @example\\n     *\\n     * _.mapKeys({ 'a': 1, 'b': 2 }, function(value, key) {\\n     *   return key + value;\\n     * });\\n     * // => { 'a1': 1, 'b2': 2 }\\n     */\\n    function mapKeys(object, iteratee) {\\n      var result = {};\\n      iteratee = getIteratee(iteratee, 3);\\n\\n      baseForOwn(object, function(value, key, object) {\\n        baseAssignValue(result, iteratee(value, key, object), value);\\n      });\\n      return result;\\n    }\\n\\n    /**\\n     * Creates an object with the same keys as `object` and values generated\\n     * by running each own enumerable string keyed property of `object` thru\\n     * `iteratee`. The iteratee is invoked with three arguments:\\n     * (value, key, object).\\n     *\\n     * @static\\n     * @memberOf _\\n     * @since 2.4.0\\n     * @category Object\\n     * @param {Object} object The object to iterate over.\\n     * @param {Function} [iteratee=_.identity] The function invoked per iteration.\\n     * @returns {Object} Returns the new mapped object.\\n     * @see _.mapKeys\\n     * @example\\n     *\\n     * var users = {\\n     *   'fred':    { 'user': 'fred',    'age': 40 },\\n     *   'pebbles': { 'user': 'pebbles', 'age': 1 }\\n     * };\\n     *\\n     * _.mapValues(users, function(o) { return o.age; });\\n     * // => { 'fred': 40, 'pebbles': 1 } (iteration order is not guaranteed)\\n     *\\n     * // The `_.property` iteratee shorthand.\\n     * _.mapValues(users, 'age');\\n     * // => { 'fred': 40, 'pebbles': 1 } (iteration order is not guaranteed)\\n     */\\n    function mapValues(object, iteratee) {\\n      var result = {};\\n      iteratee = getIteratee(iteratee, 3);\\n\\n      baseForOwn(object, function(value, key, object) {\\n        baseAssignValue(result, key, iteratee(value, key, object));\\n      });\\n      return result;\\n    }\\n\\n    /**\\n     * This method is like `_.assign` except that it recursively merges own and\\n     * inherited enumerable string keyed properties of source objects into the\\n     * destination object. Source properties that resolve to `undefined` are\\n     * skipped if a destination value exists. Array and plain object properties\\n     * are merged recursively. Other objects and value types are overridden by\\n     * assignment. Source objects are applied from left to right. Subsequent\\n     * sources overwrite property assignments of previous sources.\\n     *\\n     * **Note:** This method mutates `object`.\\n     *\\n     * @static\\n     * @memberOf _\\n     * @since 0.5.0\\n     * @category Object\\n     * @param {Object} object The destination object.\\n     * @param {...Object} [sources] The source objects.\\n     * @returns {Object} Returns `object`.\\n     * @example\\n     *\\n     * var object = {\\n     *   'a': [{ 'b': 2 }, { 'd': 4 }]\\n     * };\\n     *\\n     * var other = {\\n     *   'a': [{ 'c': 3 }, { 'e': 5 }]\\n     * };\\n     *\\n     * _.merge(object, other);\\n     * // => { 'a': [{ 'b': 2, 'c': 3 }, { 'd': 4, 'e': 5 }] }\\n     */\\n    var merge = createAssigner(function(object, source, srcIndex) {\\n      baseMerge(object, source, srcIndex);\\n    });\\n\\n    /**\\n     * This method is like `_.merge` except that it accepts `customizer` which\\n     * is invoked to produce the merged values of the destination and source\\n     * properties. If `customizer` returns `undefined`, merging is handled by the\\n     * method instead. The `customizer` is invoked with six arguments:\\n     * (objValue, srcValue, key, object, source, stack).\\n     *\\n     * **Note:** This method mutates `object`.\\n     *\\n     * @static\\n     * @memberOf _\\n     * @since 4.0.0\\n     * @category Object\\n     * @param {Object} object The destination object.\\n     * @param {...Object} sources The source objects.\\n     * @param {Function} customizer The function to customize assigned values.\\n     * @returns {Object} Returns `object`.\\n     * @example\\n     *\\n     * function customizer(objValue, srcValue) {\\n     *   if (_.isArray(objValue)) {\\n     *     return objValue.concat(srcValue);\\n     *   }\\n     * }\\n     *\\n     * var object = { 'a': [1], 'b': [2] };\\n     * var other = { 'a': [3], 'b': [4] };\\n     *\\n     * _.mergeWith(object, other, customizer);\\n     * // => { 'a': [1, 3], 'b': [2, 4] }\\n     */\\n    var mergeWith = createAssigner(function(object, source, srcIndex, customizer) {\\n      baseMerge(object, source, srcIndex, customizer);\\n    });\\n\\n    /**\\n     * The opposite of `_.pick`; this method creates an object composed of the\\n     * own and inherited enumerable property paths of `object` that are not omitted.\\n     *\\n     * **Note:** This method is considerably slower than `_.pick`.\\n     *\\n     * @static\\n     * @since 0.1.0\\n     * @memberOf _\\n     * @category Object\\n     * @param {Object} object The source object.\\n     * @param {...(string|string[])} [paths] The property paths to omit.\\n     * @returns {Object} Returns the new object.\\n     * @example\\n     *\\n     * var object = { 'a': 1, 'b': '2', 'c': 3 };\\n     *\\n     * _.omit(object, ['a', 'c']);\\n     * // => { 'b': '2' }\\n     */\\n    var omit = flatRest(function(object, paths) {\\n      var result = {};\\n      if (object == null) {\\n        return result;\\n      }\\n      var isDeep = false;\\n      paths = arrayMap(paths, function(path) {\\n        path = castPath(path, object);\\n        isDeep || (isDeep = path.length > 1);\\n        return path;\\n      });\\n      copyObject(object, getAllKeysIn(object), result);\\n      if (isDeep) {\\n        result = baseClone(result, CLONE_DEEP_FLAG | CLONE_FLAT_FLAG | CLONE_SYMBOLS_FLAG, customOmitClone);\\n      }\\n      var length = paths.length;\\n      while (length--) {\\n        baseUnset(result, paths[length]);\\n      }\\n      return result;\\n    });\\n\\n    /**\\n     * The opposite of `_.pickBy`; this method creates an object composed of\\n     * the own and inherited enumerable string keyed properties of `object` that\\n     * `predicate` doesn't return truthy for. The predicate is invoked with two\\n     * arguments: (value, key).\\n     *\\n     * @static\\n     * @memberOf _\\n     * @since 4.0.0\\n     * @category Object\\n     * @param {Object} object The source object.\\n     * @param {Function} [predicate=_.identity] The function invoked per property.\\n     * @returns {Object} Returns the new object.\\n     * @example\\n     *\\n     * var object = { 'a': 1, 'b': '2', 'c': 3 };\\n     *\\n     * _.omitBy(object, _.isNumber);\\n     * // => { 'b': '2' }\\n     */\\n    function omitBy(object, predicate) {\\n      return pickBy(object, negate(getIteratee(predicate)));\\n    }\\n\\n    /**\\n     * Creates an object composed of the picked `object` properties.\\n     *\\n     * @static\\n     * @since 0.1.0\\n     * @memberOf _\\n     * @category Object\\n     * @param {Object} object The source object.\\n     * @param {...(string|string[])} [paths] The property paths to pick.\\n     * @returns {Object} Returns the new object.\\n     * @example\\n     *\\n     * var object = { 'a': 1, 'b': '2', 'c': 3 };\\n     *\\n     * _.pick(object, ['a', 'c']);\\n     * // => { 'a': 1, 'c': 3 }\\n     */\\n    var pick = flatRest(function(object, paths) {\\n      return object == null ? {} : basePick(object, paths);\\n    });\\n\\n    /**\\n     * Creates an object composed of the `object` properties `predicate` returns\\n     * truthy for. The predicate is invoked with two arguments: (value, key).\\n     *\\n     * @static\\n     * @memberOf _\\n     * @since 4.0.0\\n     * @category Object\\n     * @param {Object} object The source object.\\n     * @param {Function} [predicate=_.identity] The function invoked per property.\\n     * @returns {Object} Returns the new object.\\n     * @example\\n     *\\n     * var object = { 'a': 1, 'b': '2', 'c': 3 };\\n     *\\n     * _.pickBy(object, _.isNumber);\\n     * // => { 'a': 1, 'c': 3 }\\n     */\\n    function pickBy(object, predicate) {\\n      if (object == null) {\\n        return {};\\n      }\\n      var props = arrayMap(getAllKeysIn(object), function(prop) {\\n        return [prop];\\n      });\\n      predicate = getIteratee(predicate);\\n      return basePickBy(object, props, function(value, path) {\\n        return predicate(value, path[0]);\\n      });\\n    }\\n\\n    /**\\n     * This method is like `_.get` except that if the resolved value is a\\n     * function it's invoked with the `this` binding of its parent object and\\n     * its result is returned.\\n     *\\n     * @static\\n     * @since 0.1.0\\n     * @memberOf _\\n     * @category Object\\n     * @param {Object} object The object to query.\\n     * @param {Array|string} path The path of the property to resolve.\\n     * @param {*} [defaultValue] The value returned for `undefined` resolved values.\\n     * @returns {*} Returns the resolved value.\\n     * @example\\n     *\\n     * var object = { 'a': [{ 'b': { 'c1': 3, 'c2': _.constant(4) } }] };\\n     *\\n     * _.result(object, 'a[0].b.c1');\\n     * // => 3\\n     *\\n     * _.result(object, 'a[0].b.c2');\\n     * // => 4\\n     *\\n     * _.result(object, 'a[0].b.c3', 'default');\\n     * // => 'default'\\n     *\\n     * _.result(object, 'a[0].b.c3', _.constant('default'));\\n     * // => 'default'\\n     */\\n    function result(object, path, defaultValue) {\\n      path = castPath(path, object);\\n\\n      var index = -1,\\n          length = path.length;\\n\\n      // Ensure the loop is entered when path is empty.\\n      if (!length) {\\n        length = 1;\\n        object = undefined;\\n      }\\n      while (++index < length) {\\n        var value = object == null ? undefined : object[toKey(path[index])];\\n        if (value === undefined) {\\n          index = length;\\n          value = defaultValue;\\n        }\\n        object = isFunction(value) ? value.call(object) : value;\\n      }\\n      return object;\\n    }\\n\\n    /**\\n     * Sets the value at `path` of `object`. If a portion of `path` doesn't exist,\\n     * it's created. Arrays are created for missing index properties while objects\\n     * are created for all other missing properties. Use `_.setWith` to customize\\n     * `path` creation.\\n     *\\n     * **Note:** This method mutates `object`.\\n     *\\n     * @static\\n     * @memberOf _\\n     * @since 3.7.0\\n     * @category Object\\n     * @param {Object} object The object to modify.\\n     * @param {Array|string} path The path of the property to set.\\n     * @param {*} value The value to set.\\n     * @returns {Object} Returns `object`.\\n     * @example\\n     *\\n     * var object = { 'a': [{ 'b': { 'c': 3 } }] };\\n     *\\n     * _.set(object, 'a[0].b.c', 4);\\n     * console.log(object.a[0].b.c);\\n     * // => 4\\n     *\\n     * _.set(object, ['x', '0', 'y', 'z'], 5);\\n     * console.log(object.x[0].y.z);\\n     * // => 5\\n     */\\n    function set(object, path, value) {\\n      return object == null ? object : baseSet(object, path, value);\\n    }\\n\\n    /**\\n     * This method is like `_.set` except that it accepts `customizer` which is\\n     * invoked to produce the objects of `path`.  If `customizer` returns `undefined`\\n     * path creation is handled by the method instead. The `customizer` is invoked\\n     * with three arguments: (nsValue, key, nsObject).\\n     *\\n     * **Note:** This method mutates `object`.\\n     *\\n     * @static\\n     * @memberOf _\\n     * @since 4.0.0\\n     * @category Object\\n     * @param {Object} object The object to modify.\\n     * @param {Array|string} path The path of the property to set.\\n     * @param {*} value The value to set.\\n     * @param {Function} [customizer] The function to customize assigned values.\\n     * @returns {Object} Returns `object`.\\n     * @example\\n     *\\n     * var object = {};\\n     *\\n     * _.setWith(object, '[0][1]', 'a', Object);\\n     * // => { '0': { '1': 'a' } }\\n     */\\n    function setWith(object, path, value, customizer) {\\n      customizer = typeof customizer == 'function' ? customizer : undefined;\\n      return object == null ? object : baseSet(object, path, value, customizer);\\n    }\\n\\n    /**\\n     * Creates an array of own enumerable string keyed-value pairs for `object`\\n     * which can be consumed by `_.fromPairs`. If `object` is a map or set, its\\n     * entries are returned.\\n     *\\n     * @static\\n     * @memberOf _\\n     * @since 4.0.0\\n     * @alias entries\\n     * @category Object\\n     * @param {Object} object The object to query.\\n     * @returns {Array} Returns the key-value pairs.\\n     * @example\\n     *\\n     * function Foo() {\\n     *   this.a = 1;\\n     *   this.b = 2;\\n     * }\\n     *\\n     * Foo.prototype.c = 3;\\n     *\\n     * _.toPairs(new Foo);\\n     * // => [['a', 1], ['b', 2]] (iteration order is not guaranteed)\\n     */\\n    var toPairs = createToPairs(keys);\\n\\n    /**\\n     * Creates an array of own and inherited enumerable string keyed-value pairs\\n     * for `object` which can be consumed by `_.fromPairs`. If `object` is a map\\n     * or set, its entries are returned.\\n     *\\n     * @static\\n     * @memberOf _\\n     * @since 4.0.0\\n     * @alias entriesIn\\n     * @category Object\\n     * @param {Object} object The object to query.\\n     * @returns {Array} Returns the key-value pairs.\\n     * @example\\n     *\\n     * function Foo() {\\n     *   this.a = 1;\\n     *   this.b = 2;\\n     * }\\n     *\\n     * Foo.prototype.c = 3;\\n     *\\n     * _.toPairsIn(new Foo);\\n     * // => [['a', 1], ['b', 2], ['c', 3]] (iteration order is not guaranteed)\\n     */\\n    var toPairsIn = createToPairs(keysIn);\\n\\n    /**\\n     * An alternative to `_.reduce`; this method transforms `object` to a new\\n     * `accumulator` object which is the result of running each of its own\\n     * enumerable string keyed properties thru `iteratee`, with each invocation\\n     * potentially mutating the `accumulator` object. If `accumulator` is not\\n     * provided, a new object with the same `[[Prototype]]` will be used. The\\n     * iteratee is invoked with four arguments: (accumulator, value, key, object).\\n     * Iteratee functions may exit iteration early by explicitly returning `false`.\\n     *\\n     * @static\\n     * @memberOf _\\n     * @since 1.3.0\\n     * @category Object\\n     * @param {Object} object The object to iterate over.\\n     * @param {Function} [iteratee=_.identity] The function invoked per iteration.\\n     * @param {*} [accumulator] The custom accumulator value.\\n     * @returns {*} Returns the accumulated value.\\n     * @example\\n     *\\n     * _.transform([2, 3, 4], function(result, n) {\\n     *   result.push(n *= n);\\n     *   return n % 2 == 0;\\n     * }, []);\\n     * // => [4, 9]\\n     *\\n     * _.transform({ 'a': 1, 'b': 2, 'c': 1 }, function(result, value, key) {\\n     *   (result[value] || (result[value] = [])).push(key);\\n     * }, {});\\n     * // => { '1': ['a', 'c'], '2': ['b'] }\\n     */\\n    function transform(object, iteratee, accumulator) {\\n      var isArr = isArray(object),\\n          isArrLike = isArr || isBuffer(object) || isTypedArray(object);\\n\\n      iteratee = getIteratee(iteratee, 4);\\n      if (accumulator == null) {\\n        var Ctor = object && object.constructor;\\n        if (isArrLike) {\\n          accumulator = isArr ? new Ctor : [];\\n        }\\n        else if (isObject(object)) {\\n          accumulator = isFunction(Ctor) ? baseCreate(getPrototype(object)) : {};\\n        }\\n        else {\\n          accumulator = {};\\n        }\\n      }\\n      (isArrLike ? arrayEach : baseForOwn)(object, function(value, index, object) {\\n        return iteratee(accumulator, value, index, object);\\n      });\\n      return accumulator;\\n    }\\n\\n    /**\\n     * Removes the property at `path` of `object`.\\n     *\\n     * **Note:** This method mutates `object`.\\n     *\\n     * @static\\n     * @memberOf _\\n     * @since 4.0.0\\n     * @category Object\\n     * @param {Object} object The object to modify.\\n     * @param {Array|string} path The path of the property to unset.\\n     * @returns {boolean} Returns `true` if the property is deleted, else `false`.\\n     * @example\\n     *\\n     * var object = { 'a': [{ 'b': { 'c': 7 } }] };\\n     * _.unset(object, 'a[0].b.c');\\n     * // => true\\n     *\\n     * console.log(object);\\n     * // => { 'a': [{ 'b': {} }] };\\n     *\\n     * _.unset(object, ['a', '0', 'b', 'c']);\\n     * // => true\\n     *\\n     * console.log(object);\\n     * // => { 'a': [{ 'b': {} }] };\\n     */\\n    function unset(object, path) {\\n      return object == null ? true : baseUnset(object, path);\\n    }\\n\\n    /**\\n     * This method is like `_.set` except that accepts `updater` to produce the\\n     * value to set. Use `_.updateWith` to customize `path` creation. The `updater`\\n     * is invoked with one argument: (value).\\n     *\\n     * **Note:** This method mutates `object`.\\n     *\\n     * @static\\n     * @memberOf _\\n     * @since 4.6.0\\n     * @category Object\\n     * @param {Object} object The object to modify.\\n     * @param {Array|string} path The path of the property to set.\\n     * @param {Function} updater The function to produce the updated value.\\n     * @returns {Object} Returns `object`.\\n     * @example\\n     *\\n     * var object = { 'a': [{ 'b': { 'c': 3 } }] };\\n     *\\n     * _.update(object, 'a[0].b.c', function(n) { return n * n; });\\n     * console.log(object.a[0].b.c);\\n     * // => 9\\n     *\\n     * _.update(object, 'x[0].y.z', function(n) { return n ? n + 1 : 0; });\\n     * console.log(object.x[0].y.z);\\n     * // => 0\\n     */\\n    function update(object, path, updater) {\\n      return object == null ? object : baseUpdate(object, path, castFunction(updater));\\n    }\\n\\n    /**\\n     * This method is like `_.update` except that it accepts `customizer` which is\\n     * invoked to produce the objects of `path`.  If `customizer` returns `undefined`\\n     * path creation is handled by the method instead. The `customizer` is invoked\\n     * with three arguments: (nsValue, key, nsObject).\\n     *\\n     * **Note:** This method mutates `object`.\\n     *\\n     * @static\\n     * @memberOf _\\n     * @since 4.6.0\\n     * @category Object\\n     * @param {Object} object The object to modify.\\n     * @param {Array|string} path The path of the property to set.\\n     * @param {Function} updater The function to produce the updated value.\\n     * @param {Function} [customizer] The function to customize assigned values.\\n     * @returns {Object} Returns `object`.\\n     * @example\\n     *\\n     * var object = {};\\n     *\\n     * _.updateWith(object, '[0][1]', _.constant('a'), Object);\\n     * // => { '0': { '1': 'a' } }\\n     */\\n    function updateWith(object, path, updater, customizer) {\\n      customizer = typeof customizer == 'function' ? customizer : undefined;\\n      return object == null ? object : baseUpdate(object, path, castFunction(updater), customizer);\\n    }\\n\\n    /**\\n     * Creates an array of the own enumerable string keyed property values of `object`.\\n     *\\n     * **Note:** Non-object values are coerced to objects.\\n     *\\n     * @static\\n     * @since 0.1.0\\n     * @memberOf _\\n     * @category Object\\n     * @param {Object} object The object to query.\\n     * @returns {Array} Returns the array of property values.\\n     * @example\\n     *\\n     * function Foo() {\\n     *   this.a = 1;\\n     *   this.b = 2;\\n     * }\\n     *\\n     * Foo.prototype.c = 3;\\n     *\\n     * _.values(new Foo);\\n     * // => [1, 2] (iteration order is not guaranteed)\\n     *\\n     * _.values('hi');\\n     * // => ['h', 'i']\\n     */\\n    function values(object) {\\n      return object == null ? [] : baseValues(object, keys(object));\\n    }\\n\\n    /**\\n     * Creates an array of the own and inherited enumerable string keyed property\\n     * values of `object`.\\n     *\\n     * **Note:** Non-object values are coerced to objects.\\n     *\\n     * @static\\n     * @memberOf _\\n     * @since 3.0.0\\n     * @category Object\\n     * @param {Object} object The object to query.\\n     * @returns {Array} Returns the array of property values.\\n     * @example\\n     *\\n     * function Foo() {\\n     *   this.a = 1;\\n     *   this.b = 2;\\n     * }\\n     *\\n     * Foo.prototype.c = 3;\\n     *\\n     * _.valuesIn(new Foo);\\n     * // => [1, 2, 3] (iteration order is not guaranteed)\\n     */\\n    function valuesIn(object) {\\n      return object == null ? [] : baseValues(object, keysIn(object));\\n    }\\n\\n    /*------------------------------------------------------------------------*/\\n\\n    /**\\n     * Clamps `number` within the inclusive `lower` and `upper` bounds.\\n     *\\n     * @static\\n     * @memberOf _\\n     * @since 4.0.0\\n     * @category Number\\n     * @param {number} number The number to clamp.\\n     * @param {number} [lower] The lower bound.\\n     * @param {number} upper The upper bound.\\n     * @returns {number} Returns the clamped number.\\n     * @example\\n     *\\n     * _.clamp(-10, -5, 5);\\n     * // => -5\\n     *\\n     * _.clamp(10, -5, 5);\\n     * // => 5\\n     */\\n    function clamp(number, lower, upper) {\\n      if (upper === undefined) {\\n        upper = lower;\\n        lower = undefined;\\n      }\\n      if (upper !== undefined) {\\n        upper = toNumber(upper);\\n        upper = upper === upper ? upper : 0;\\n      }\\n      if (lower !== undefined) {\\n        lower = toNumber(lower);\\n        lower = lower === lower ? lower : 0;\\n      }\\n      return baseClamp(toNumber(number), lower, upper);\\n    }\\n\\n    /**\\n     * Checks if `n` is between `start` and up to, but not including, `end`. If\\n     * `end` is not specified, it's set to `start` with `start` then set to `0`.\\n     * If `start` is greater than `end` the params are swapped to support\\n     * negative ranges.\\n     *\\n     * @static\\n     * @memberOf _\\n     * @since 3.3.0\\n     * @category Number\\n     * @param {number} number The number to check.\\n     * @param {number} [start=0] The start of the range.\\n     * @param {number} end The end of the range.\\n     * @returns {boolean} Returns `true` if `number` is in the range, else `false`.\\n     * @see _.range, _.rangeRight\\n     * @example\\n     *\\n     * _.inRange(3, 2, 4);\\n     * // => true\\n     *\\n     * _.inRange(4, 8);\\n     * // => true\\n     *\\n     * _.inRange(4, 2);\\n     * // => false\\n     *\\n     * _.inRange(2, 2);\\n     * // => false\\n     *\\n     * _.inRange(1.2, 2);\\n     * // => true\\n     *\\n     * _.inRange(5.2, 4);\\n     * // => false\\n     *\\n     * _.inRange(-3, -2, -6);\\n     * // => true\\n     */\\n    function inRange(number, start, end) {\\n      start = toFinite(start);\\n      if (end === undefined) {\\n        end = start;\\n        start = 0;\\n      } else {\\n        end = toFinite(end);\\n      }\\n      number = toNumber(number);\\n      return baseInRange(number, start, end);\\n    }\\n\\n    /**\\n     * Produces a random number between the inclusive `lower` and `upper` bounds.\\n     * If only one argument is provided a number between `0` and the given number\\n     * is returned. If `floating` is `true`, or either `lower` or `upper` are\\n     * floats, a floating-point number is returned instead of an integer.\\n     *\\n     * **Note:** JavaScript follows the IEEE-754 standard for resolving\\n     * floating-point values which can produce unexpected results.\\n     *\\n     * @static\\n     * @memberOf _\\n     * @since 0.7.0\\n     * @category Number\\n     * @param {number} [lower=0] The lower bound.\\n     * @param {number} [upper=1] The upper bound.\\n     * @param {boolean} [floating] Specify returning a floating-point number.\\n     * @returns {number} Returns the random number.\\n     * @example\\n     *\\n     * _.random(0, 5);\\n     * // => an integer between 0 and 5\\n     *\\n     * _.random(5);\\n     * // => also an integer between 0 and 5\\n     *\\n     * _.random(5, true);\\n     * // => a floating-point number between 0 and 5\\n     *\\n     * _.random(1.2, 5.2);\\n     * // => a floating-point number between 1.2 and 5.2\\n     */\\n    function random(lower, upper, floating) {\\n      if (floating && typeof floating != 'boolean' && isIterateeCall(lower, upper, floating)) {\\n        upper = floating = undefined;\\n      }\\n      if (floating === undefined) {\\n        if (typeof upper == 'boolean') {\\n          floating = upper;\\n          upper = undefined;\\n        }\\n        else if (typeof lower == 'boolean') {\\n          floating = lower;\\n          lower = undefined;\\n        }\\n      }\\n      if (lower === undefined && upper === undefined) {\\n        lower = 0;\\n        upper = 1;\\n      }\\n      else {\\n        lower = toFinite(lower);\\n        if (upper === undefined) {\\n          upper = lower;\\n          lower = 0;\\n        } else {\\n          upper = toFinite(upper);\\n        }\\n      }\\n      if (lower > upper) {\\n        var temp = lower;\\n        lower = upper;\\n        upper = temp;\\n      }\\n      if (floating || lower % 1 || upper % 1) {\\n        var rand = nativeRandom();\\n        return nativeMin(lower + (rand * (upper - lower + freeParseFloat('1e-' + ((rand + '').length - 1)))), upper);\\n      }\\n      return baseRandom(lower, upper);\\n    }\\n\\n    /*------------------------------------------------------------------------*/\\n\\n    /**\\n     * Converts `string` to [camel case](https://en.wikipedia.org/wiki/CamelCase).\\n     *\\n     * @static\\n     * @memberOf _\\n     * @since 3.0.0\\n     * @category String\\n     * @param {string} [string=''] The string to convert.\\n     * @returns {string} Returns the camel cased string.\\n     * @example\\n     *\\n     * _.camelCase('Foo Bar');\\n     * // => 'fooBar'\\n     *\\n     * _.camelCase('--foo-bar--');\\n     * // => 'fooBar'\\n     *\\n     * _.camelCase('__FOO_BAR__');\\n     * // => 'fooBar'\\n     */\\n    var camelCase = createCompounder(function(result, word, index) {\\n      word = word.toLowerCase();\\n      return result + (index ? capitalize(word) : word);\\n    });\\n\\n    /**\\n     * Converts the first character of `string` to upper case and the remaining\\n     * to lower case.\\n     *\\n     * @static\\n     * @memberOf _\\n     * @since 3.0.0\\n     * @category String\\n     * @param {string} [string=''] The string to capitalize.\\n     * @returns {string} Returns the capitalized string.\\n     * @example\\n     *\\n     * _.capitalize('FRED');\\n     * // => 'Fred'\\n     */\\n    function capitalize(string) {\\n      return upperFirst(toString(string).toLowerCase());\\n    }\\n\\n    /**\\n     * Deburrs `string` by converting\\n     * [Latin-1 Supplement](https://en.wikipedia.org/wiki/Latin-1_Supplement_(Unicode_block)#Character_table)\\n     * and [Latin Extended-A](https://en.wikipedia.org/wiki/Latin_Extended-A)\\n     * letters to basic Latin letters and removing\\n     * [combining diacritical marks](https://en.wikipedia.org/wiki/Combining_Diacritical_Marks).\\n     *\\n     * @static\\n     * @memberOf _\\n     * @since 3.0.0\\n     * @category String\\n     * @param {string} [string=''] The string to deburr.\\n     * @returns {string} Returns the deburred string.\\n     * @example\\n     *\\n     * _.deburr('déjà vu');\\n     * // => 'deja vu'\\n     */\\n    function deburr(string) {\\n      string = toString(string);\\n      return string && string.replace(reLatin, deburrLetter).replace(reComboMark, '');\\n    }\\n\\n    /**\\n     * Checks if `string` ends with the given target string.\\n     *\\n     * @static\\n     * @memberOf _\\n     * @since 3.0.0\\n     * @category String\\n     * @param {string} [string=''] The string to inspect.\\n     * @param {string} [target] The string to search for.\\n     * @param {number} [position=string.length] The position to search up to.\\n     * @returns {boolean} Returns `true` if `string` ends with `target`,\\n     *  else `false`.\\n     * @example\\n     *\\n     * _.endsWith('abc', 'c');\\n     * // => true\\n     *\\n     * _.endsWith('abc', 'b');\\n     * // => false\\n     *\\n     * _.endsWith('abc', 'b', 2);\\n     * // => true\\n     */\\n    function endsWith(string, target, position) {\\n      string = toString(string);\\n      target = baseToString(target);\\n\\n      var length = string.length;\\n      position = position === undefined\\n        ? length\\n        : baseClamp(toInteger(position), 0, length);\\n\\n      var end = position;\\n      position -= target.length;\\n      return position >= 0 && string.slice(position, end) == target;\\n    }\\n\\n    /**\\n     * Converts the characters \\\"&\\\", \\\"<\\\", \\\">\\\", '\\\"', and \\\"'\\\" in `string` to their\\n     * corresponding HTML entities.\\n     *\\n     * **Note:** No other characters are escaped. To escape additional\\n     * characters use a third-party library like [_he_](https://mths.be/he).\\n     *\\n     * Though the \\\">\\\" character is escaped for symmetry, characters like\\n     * \\\">\\\" and \\\"/\\\" don't need escaping in HTML and have no special meaning\\n     * unless they're part of a tag or unquoted attribute value. See\\n     * [Mathias Bynens's article](https://mathiasbynens.be/notes/ambiguous-ampersands)\\n     * (under \\\"semi-related fun fact\\\") for more details.\\n     *\\n     * When working with HTML you should always\\n     * [quote attribute values](http://wonko.com/post/html-escaping) to reduce\\n     * XSS vectors.\\n     *\\n     * @static\\n     * @since 0.1.0\\n     * @memberOf _\\n     * @category String\\n     * @param {string} [string=''] The string to escape.\\n     * @returns {string} Returns the escaped string.\\n     * @example\\n     *\\n     * _.escape('fred, barney, & pebbles');\\n     * // => 'fred, barney, &amp; pebbles'\\n     */\\n    function escape(string) {\\n      string = toString(string);\\n      return (string && reHasUnescapedHtml.test(string))\\n        ? string.replace(reUnescapedHtml, escapeHtmlChar)\\n        : string;\\n    }\\n\\n    /**\\n     * Escapes the `RegExp` special characters \\\"^\\\", \\\"$\\\", \\\"\\\\\\\", \\\".\\\", \\\"*\\\", \\\"+\\\",\\n     * \\\"?\\\", \\\"(\\\", \\\")\\\", \\\"[\\\", \\\"]\\\", \\\"{\\\", \\\"}\\\", and \\\"|\\\" in `string`.\\n     *\\n     * @static\\n     * @memberOf _\\n     * @since 3.0.0\\n     * @category String\\n     * @param {string} [string=''] The string to escape.\\n     * @returns {string} Returns the escaped string.\\n     * @example\\n     *\\n     * _.escapeRegExp('[lodash](https://lodash.com/)');\\n     * // => '\\\\[lodash\\\\]\\\\(https://lodash\\\\.com/\\\\)'\\n     */\\n    function escapeRegExp(string) {\\n      string = toString(string);\\n      return (string && reHasRegExpChar.test(string))\\n        ? string.replace(reRegExpChar, '\\\\\\\\$&')\\n        : string;\\n    }\\n\\n    /**\\n     * Converts `string` to\\n     * [kebab case](https://en.wikipedia.org/wiki/Letter_case#Special_case_styles).\\n     *\\n     * @static\\n     * @memberOf _\\n     * @since 3.0.0\\n     * @category String\\n     * @param {string} [string=''] The string to convert.\\n     * @returns {string} Returns the kebab cased string.\\n     * @example\\n     *\\n     * _.kebabCase('Foo Bar');\\n     * // => 'foo-bar'\\n     *\\n     * _.kebabCase('fooBar');\\n     * // => 'foo-bar'\\n     *\\n     * _.kebabCase('__FOO_BAR__');\\n     * // => 'foo-bar'\\n     */\\n    var kebabCase = createCompounder(function(result, word, index) {\\n      return result + (index ? '-' : '') + word.toLowerCase();\\n    });\\n\\n    /**\\n     * Converts `string`, as space separated words, to lower case.\\n     *\\n     * @static\\n     * @memberOf _\\n     * @since 4.0.0\\n     * @category String\\n     * @param {string} [string=''] The string to convert.\\n     * @returns {string} Returns the lower cased string.\\n     * @example\\n     *\\n     * _.lowerCase('--Foo-Bar--');\\n     * // => 'foo bar'\\n     *\\n     * _.lowerCase('fooBar');\\n     * // => 'foo bar'\\n     *\\n     * _.lowerCase('__FOO_BAR__');\\n     * // => 'foo bar'\\n     */\\n    var lowerCase = createCompounder(function(result, word, index) {\\n      return result + (index ? ' ' : '') + word.toLowerCase();\\n    });\\n\\n    /**\\n     * Converts the first character of `string` to lower case.\\n     *\\n     * @static\\n     * @memberOf _\\n     * @since 4.0.0\\n     * @category String\\n     * @param {string} [string=''] The string to convert.\\n     * @returns {string} Returns the converted string.\\n     * @example\\n     *\\n     * _.lowerFirst('Fred');\\n     * // => 'fred'\\n     *\\n     * _.lowerFirst('FRED');\\n     * // => 'fRED'\\n     */\\n    var lowerFirst = createCaseFirst('toLowerCase');\\n\\n    /**\\n     * Pads `string` on the left and right sides if it's shorter than `length`.\\n     * Padding characters are truncated if they can't be evenly divided by `length`.\\n     *\\n     * @static\\n     * @memberOf _\\n     * @since 3.0.0\\n     * @category String\\n     * @param {string} [string=''] The string to pad.\\n     * @param {number} [length=0] The padding length.\\n     * @param {string} [chars=' '] The string used as padding.\\n     * @returns {string} Returns the padded string.\\n     * @example\\n     *\\n     * _.pad('abc', 8);\\n     * // => '  abc   '\\n     *\\n     * _.pad('abc', 8, '_-');\\n     * // => '_-abc_-_'\\n     *\\n     * _.pad('abc', 3);\\n     * // => 'abc'\\n     */\\n    function pad(string, length, chars) {\\n      string = toString(string);\\n      length = toInteger(length);\\n\\n      var strLength = length ? stringSize(string) : 0;\\n      if (!length || strLength >= length) {\\n        return string;\\n      }\\n      var mid = (length - strLength) / 2;\\n      return (\\n        createPadding(nativeFloor(mid), chars) +\\n        string +\\n        createPadding(nativeCeil(mid), chars)\\n      );\\n    }\\n\\n    /**\\n     * Pads `string` on the right side if it's shorter than `length`. Padding\\n     * characters are truncated if they exceed `length`.\\n     *\\n     * @static\\n     * @memberOf _\\n     * @since 4.0.0\\n     * @category String\\n     * @param {string} [string=''] The string to pad.\\n     * @param {number} [length=0] The padding length.\\n     * @param {string} [chars=' '] The string used as padding.\\n     * @returns {string} Returns the padded string.\\n     * @example\\n     *\\n     * _.padEnd('abc', 6);\\n     * // => 'abc   '\\n     *\\n     * _.padEnd('abc', 6, '_-');\\n     * // => 'abc_-_'\\n     *\\n     * _.padEnd('abc', 3);\\n     * // => 'abc'\\n     */\\n    function padEnd(string, length, chars) {\\n      string = toString(string);\\n      length = toInteger(length);\\n\\n      var strLength = length ? stringSize(string) : 0;\\n      return (length && strLength < length)\\n        ? (string + createPadding(length - strLength, chars))\\n        : string;\\n    }\\n\\n    /**\\n     * Pads `string` on the left side if it's shorter than `length`. Padding\\n     * characters are truncated if they exceed `length`.\\n     *\\n     * @static\\n     * @memberOf _\\n     * @since 4.0.0\\n     * @category String\\n     * @param {string} [string=''] The string to pad.\\n     * @param {number} [length=0] The padding length.\\n     * @param {string} [chars=' '] The string used as padding.\\n     * @returns {string} Returns the padded string.\\n     * @example\\n     *\\n     * _.padStart('abc', 6);\\n     * // => '   abc'\\n     *\\n     * _.padStart('abc', 6, '_-');\\n     * // => '_-_abc'\\n     *\\n     * _.padStart('abc', 3);\\n     * // => 'abc'\\n     */\\n    function padStart(string, length, chars) {\\n      string = toString(string);\\n      length = toInteger(length);\\n\\n      var strLength = length ? stringSize(string) : 0;\\n      return (length && strLength < length)\\n        ? (createPadding(length - strLength, chars) + string)\\n        : string;\\n    }\\n\\n    /**\\n     * Converts `string` to an integer of the specified radix. If `radix` is\\n     * `undefined` or `0`, a `radix` of `10` is used unless `value` is a\\n     * hexadecimal, in which case a `radix` of `16` is used.\\n     *\\n     * **Note:** This method aligns with the\\n     * [ES5 implementation](https://es5.github.io/#x15.1.2.2) of `parseInt`.\\n     *\\n     * @static\\n     * @memberOf _\\n     * @since 1.1.0\\n     * @category String\\n     * @param {string} string The string to convert.\\n     * @param {number} [radix=10] The radix to interpret `value` by.\\n     * @param- {Object} [guard] Enables use as an iteratee for methods like `_.map`.\\n     * @returns {number} Returns the converted integer.\\n     * @example\\n     *\\n     * _.parseInt('08');\\n     * // => 8\\n     *\\n     * _.map(['6', '08', '10'], _.parseInt);\\n     * // => [6, 8, 10]\\n     */\\n    function parseInt(string, radix, guard) {\\n      if (guard || radix == null) {\\n        radix = 0;\\n      } else if (radix) {\\n        radix = +radix;\\n      }\\n      return nativeParseInt(toString(string).replace(reTrimStart, ''), radix || 0);\\n    }\\n\\n    /**\\n     * Repeats the given string `n` times.\\n     *\\n     * @static\\n     * @memberOf _\\n     * @since 3.0.0\\n     * @category String\\n     * @param {string} [string=''] The string to repeat.\\n     * @param {number} [n=1] The number of times to repeat the string.\\n     * @param- {Object} [guard] Enables use as an iteratee for methods like `_.map`.\\n     * @returns {string} Returns the repeated string.\\n     * @example\\n     *\\n     * _.repeat('*', 3);\\n     * // => '***'\\n     *\\n     * _.repeat('abc', 2);\\n     * // => 'abcabc'\\n     *\\n     * _.repeat('abc', 0);\\n     * // => ''\\n     */\\n    function repeat(string, n, guard) {\\n      if ((guard ? isIterateeCall(string, n, guard) : n === undefined)) {\\n        n = 1;\\n      } else {\\n        n = toInteger(n);\\n      }\\n      return baseRepeat(toString(string), n);\\n    }\\n\\n    /**\\n     * Replaces matches for `pattern` in `string` with `replacement`.\\n     *\\n     * **Note:** This method is based on\\n     * [`String#replace`](https://mdn.io/String/replace).\\n     *\\n     * @static\\n     * @memberOf _\\n     * @since 4.0.0\\n     * @category String\\n     * @param {string} [string=''] The string to modify.\\n     * @param {RegExp|string} pattern The pattern to replace.\\n     * @param {Function|string} replacement The match replacement.\\n     * @returns {string} Returns the modified string.\\n     * @example\\n     *\\n     * _.replace('Hi Fred', 'Fred', 'Barney');\\n     * // => 'Hi Barney'\\n     */\\n    function replace() {\\n      var args = arguments,\\n          string = toString(args[0]);\\n\\n      return args.length < 3 ? string : string.replace(args[1], args[2]);\\n    }\\n\\n    /**\\n     * Converts `string` to\\n     * [snake case](https://en.wikipedia.org/wiki/Snake_case).\\n     *\\n     * @static\\n     * @memberOf _\\n     * @since 3.0.0\\n     * @category String\\n     * @param {string} [string=''] The string to convert.\\n     * @returns {string} Returns the snake cased string.\\n     * @example\\n     *\\n     * _.snakeCase('Foo Bar');\\n     * // => 'foo_bar'\\n     *\\n     * _.snakeCase('fooBar');\\n     * // => 'foo_bar'\\n     *\\n     * _.snakeCase('--FOO-BAR--');\\n     * // => 'foo_bar'\\n     */\\n    var snakeCase = createCompounder(function(result, word, index) {\\n      return result + (index ? '_' : '') + word.toLowerCase();\\n    });\\n\\n    /**\\n     * Splits `string` by `separator`.\\n     *\\n     * **Note:** This method is based on\\n     * [`String#split`](https://mdn.io/String/split).\\n     *\\n     * @static\\n     * @memberOf _\\n     * @since 4.0.0\\n     * @category String\\n     * @param {string} [string=''] The string to split.\\n     * @param {RegExp|string} separator The separator pattern to split by.\\n     * @param {number} [limit] The length to truncate results to.\\n     * @returns {Array} Returns the string segments.\\n     * @example\\n     *\\n     * _.split('a-b-c', '-', 2);\\n     * // => ['a', 'b']\\n     */\\n    function split(string, separator, limit) {\\n      if (limit && typeof limit != 'number' && isIterateeCall(string, separator, limit)) {\\n        separator = limit = undefined;\\n      }\\n      limit = limit === undefined ? MAX_ARRAY_LENGTH : limit >>> 0;\\n      if (!limit) {\\n        return [];\\n      }\\n      string = toString(string);\\n      if (string && (\\n            typeof separator == 'string' ||\\n            (separator != null && !isRegExp(separator))\\n          )) {\\n        separator = baseToString(separator);\\n        if (!separator && hasUnicode(string)) {\\n          return castSlice(stringToArray(string), 0, limit);\\n        }\\n      }\\n      return string.split(separator, limit);\\n    }\\n\\n    /**\\n     * Converts `string` to\\n     * [start case](https://en.wikipedia.org/wiki/Letter_case#Stylistic_or_specialised_usage).\\n     *\\n     * @static\\n     * @memberOf _\\n     * @since 3.1.0\\n     * @category String\\n     * @param {string} [string=''] The string to convert.\\n     * @returns {string} Returns the start cased string.\\n     * @example\\n     *\\n     * _.startCase('--foo-bar--');\\n     * // => 'Foo Bar'\\n     *\\n     * _.startCase('fooBar');\\n     * // => 'Foo Bar'\\n     *\\n     * _.startCase('__FOO_BAR__');\\n     * // => 'FOO BAR'\\n     */\\n    var startCase = createCompounder(function(result, word, index) {\\n      return result + (index ? ' ' : '') + upperFirst(word);\\n    });\\n\\n    /**\\n     * Checks if `string` starts with the given target string.\\n     *\\n     * @static\\n     * @memberOf _\\n     * @since 3.0.0\\n     * @category String\\n     * @param {string} [string=''] The string to inspect.\\n     * @param {string} [target] The string to search for.\\n     * @param {number} [position=0] The position to search from.\\n     * @returns {boolean} Returns `true` if `string` starts with `target`,\\n     *  else `false`.\\n     * @example\\n     *\\n     * _.startsWith('abc', 'a');\\n     * // => true\\n     *\\n     * _.startsWith('abc', 'b');\\n     * // => false\\n     *\\n     * _.startsWith('abc', 'b', 1);\\n     * // => true\\n     */\\n    function startsWith(string, target, position) {\\n      string = toString(string);\\n      position = position == null\\n        ? 0\\n        : baseClamp(toInteger(position), 0, string.length);\\n\\n      target = baseToString(target);\\n      return string.slice(position, position + target.length) == target;\\n    }\\n\\n    /**\\n     * Creates a compiled template function that can interpolate data properties\\n     * in \\\"interpolate\\\" delimiters, HTML-escape interpolated data properties in\\n     * \\\"escape\\\" delimiters, and execute JavaScript in \\\"evaluate\\\" delimiters. Data\\n     * properties may be accessed as free variables in the template. If a setting\\n     * object is given, it takes precedence over `_.templateSettings` values.\\n     *\\n     * **Note:** In the development build `_.template` utilizes\\n     * [sourceURLs](http://www.html5rocks.com/en/tutorials/developertools/sourcemaps/#toc-sourceurl)\\n     * for easier debugging.\\n     *\\n     * For more information on precompiling templates see\\n     * [lodash's custom builds documentation](https://lodash.com/custom-builds).\\n     *\\n     * For more information on Chrome extension sandboxes see\\n     * [Chrome's extensions documentation](https://developer.chrome.com/extensions/sandboxingEval).\\n     *\\n     * @static\\n     * @since 0.1.0\\n     * @memberOf _\\n     * @category String\\n     * @param {string} [string=''] The template string.\\n     * @param {Object} [options={}] The options object.\\n     * @param {RegExp} [options.escape=_.templateSettings.escape]\\n     *  The HTML \\\"escape\\\" delimiter.\\n     * @param {RegExp} [options.evaluate=_.templateSettings.evaluate]\\n     *  The \\\"evaluate\\\" delimiter.\\n     * @param {Object} [options.imports=_.templateSettings.imports]\\n     *  An object to import into the template as free variables.\\n     * @param {RegExp} [options.interpolate=_.templateSettings.interpolate]\\n     *  The \\\"interpolate\\\" delimiter.\\n     * @param {string} [options.sourceURL='lodash.templateSources[n]']\\n     *  The sourceURL of the compiled template.\\n     * @param {string} [options.variable='obj']\\n     *  The data object variable name.\\n     * @param- {Object} [guard] Enables use as an iteratee for methods like `_.map`.\\n     * @returns {Function} Returns the compiled template function.\\n     * @example\\n     *\\n     * // Use the \\\"interpolate\\\" delimiter to create a compiled template.\\n     * var compiled = _.template('hello <%= user %>!');\\n     * compiled({ 'user': 'fred' });\\n     * // => 'hello fred!'\\n     *\\n     * // Use the HTML \\\"escape\\\" delimiter to escape data property values.\\n     * var compiled = _.template('<b><%- value %></b>');\\n     * compiled({ 'value': '<script>' });\\n     * // => '<b>&lt;script&gt;</b>'\\n     *\\n     * // Use the \\\"evaluate\\\" delimiter to execute JavaScript and generate HTML.\\n     * var compiled = _.template('<% _.forEach(users, function(user) { %><li><%- user %></li><% }); %>');\\n     * compiled({ 'users': ['fred', 'barney'] });\\n     * // => '<li>fred</li><li>barney</li>'\\n     *\\n     * // Use the internal `print` function in \\\"evaluate\\\" delimiters.\\n     * var compiled = _.template('<% print(\\\"hello \\\" + user); %>!');\\n     * compiled({ 'user': 'barney' });\\n     * // => 'hello barney!'\\n     *\\n     * // Use the ES template literal delimiter as an \\\"interpolate\\\" delimiter.\\n     * // Disable support by replacing the \\\"interpolate\\\" delimiter.\\n     * var compiled = _.template('hello ${ user }!');\\n     * compiled({ 'user': 'pebbles' });\\n     * // => 'hello pebbles!'\\n     *\\n     * // Use backslashes to treat delimiters as plain text.\\n     * var compiled = _.template('<%= \\\"\\\\\\\\<%- value %\\\\\\\\>\\\" %>');\\n     * compiled({ 'value': 'ignored' });\\n     * // => '<%- value %>'\\n     *\\n     * // Use the `imports` option to import `jQuery` as `jq`.\\n     * var text = '<% jq.each(users, function(user) { %><li><%- user %></li><% }); %>';\\n     * var compiled = _.template(text, { 'imports': { 'jq': jQuery } });\\n     * compiled({ 'users': ['fred', 'barney'] });\\n     * // => '<li>fred</li><li>barney</li>'\\n     *\\n     * // Use the `sourceURL` option to specify a custom sourceURL for the template.\\n     * var compiled = _.template('hello <%= user %>!', { 'sourceURL': '/basic/greeting.jst' });\\n     * compiled(data);\\n     * // => Find the source of \\\"greeting.jst\\\" under the Sources tab or Resources panel of the web inspector.\\n     *\\n     * // Use the `variable` option to ensure a with-statement isn't used in the compiled template.\\n     * var compiled = _.template('hi <%= data.user %>!', { 'variable': 'data' });\\n     * compiled.source;\\n     * // => function(data) {\\n     * //   var __t, __p = '';\\n     * //   __p += 'hi ' + ((__t = ( data.user )) == null ? '' : __t) + '!';\\n     * //   return __p;\\n     * // }\\n     *\\n     * // Use custom template delimiters.\\n     * _.templateSettings.interpolate = /{{([\\\\s\\\\S]+?)}}/g;\\n     * var compiled = _.template('hello {{ user }}!');\\n     * compiled({ 'user': 'mustache' });\\n     * // => 'hello mustache!'\\n     *\\n     * // Use the `source` property to inline compiled templates for meaningful\\n     * // line numbers in error messages and stack traces.\\n     * fs.writeFileSync(path.join(process.cwd(), 'jst.js'), '\\\\\\n     *   var JST = {\\\\\\n     *     \\\"main\\\": ' + _.template(mainText).source + '\\\\\\n     *   };\\\\\\n     * ');\\n     */\\n    function template(string, options, guard) {\\n      // Based on John Resig's `tmpl` implementation\\n      // (http://ejohn.org/blog/javascript-micro-templating/)\\n      // and Laura Doktorova's doT.js (https://github.com/olado/doT).\\n      var settings = lodash.templateSettings;\\n\\n      if (guard && isIterateeCall(string, options, guard)) {\\n        options = undefined;\\n      }\\n      string = toString(string);\\n      options = assignInWith({}, options, settings, customDefaultsAssignIn);\\n\\n      var imports = assignInWith({}, options.imports, settings.imports, customDefaultsAssignIn),\\n          importsKeys = keys(imports),\\n          importsValues = baseValues(imports, importsKeys);\\n\\n      var isEscaping,\\n          isEvaluating,\\n          index = 0,\\n          interpolate = options.interpolate || reNoMatch,\\n          source = \\\"__p += '\\\";\\n\\n      // Compile the regexp to match each delimiter.\\n      var reDelimiters = RegExp(\\n        (options.escape || reNoMatch).source + '|' +\\n        interpolate.source + '|' +\\n        (interpolate === reInterpolate ? reEsTemplate : reNoMatch).source + '|' +\\n        (options.evaluate || reNoMatch).source + '|$'\\n      , 'g');\\n\\n      // Use a sourceURL for easier debugging.\\n      var sourceURL = '//# sourceURL=' +\\n        ('sourceURL' in options\\n          ? options.sourceURL\\n          : ('lodash.templateSources[' + (++templateCounter) + ']')\\n        ) + '\\\\n';\\n\\n      string.replace(reDelimiters, function(match, escapeValue, interpolateValue, esTemplateValue, evaluateValue, offset) {\\n        interpolateValue || (interpolateValue = esTemplateValue);\\n\\n        // Escape characters that can't be included in string literals.\\n        source += string.slice(index, offset).replace(reUnescapedString, escapeStringChar);\\n\\n        // Replace delimiters with snippets.\\n        if (escapeValue) {\\n          isEscaping = true;\\n          source += \\\"' +\\\\n__e(\\\" + escapeValue + \\\") +\\\\n'\\\";\\n        }\\n        if (evaluateValue) {\\n          isEvaluating = true;\\n          source += \\\"';\\\\n\\\" + evaluateValue + \\\";\\\\n__p += '\\\";\\n        }\\n        if (interpolateValue) {\\n          source += \\\"' +\\\\n((__t = (\\\" + interpolateValue + \\\")) == null ? '' : __t) +\\\\n'\\\";\\n        }\\n        index = offset + match.length;\\n\\n        // The JS engine embedded in Adobe products needs `match` returned in\\n        // order to produce the correct `offset` value.\\n        return match;\\n      });\\n\\n      source += \\\"';\\\\n\\\";\\n\\n      // If `variable` is not specified wrap a with-statement around the generated\\n      // code to add the data object to the top of the scope chain.\\n      var variable = options.variable;\\n      if (!variable) {\\n        source = 'with (obj) {\\\\n' + source + '\\\\n}\\\\n';\\n      }\\n      // Cleanup code by stripping empty strings.\\n      source = (isEvaluating ? source.replace(reEmptyStringLeading, '') : source)\\n        .replace(reEmptyStringMiddle, '$1')\\n        .replace(reEmptyStringTrailing, '$1;');\\n\\n      // Frame code as the function body.\\n      source = 'function(' + (variable || 'obj') + ') {\\\\n' +\\n        (variable\\n          ? ''\\n          : 'obj || (obj = {});\\\\n'\\n        ) +\\n        \\\"var __t, __p = ''\\\" +\\n        (isEscaping\\n           ? ', __e = _.escape'\\n           : ''\\n        ) +\\n        (isEvaluating\\n          ? ', __j = Array.prototype.join;\\\\n' +\\n            \\\"function print() { __p += __j.call(arguments, '') }\\\\n\\\"\\n          : ';\\\\n'\\n        ) +\\n        source +\\n        'return __p\\\\n}';\\n\\n      var result = attempt(function() {\\n        return Function(importsKeys, sourceURL + 'return ' + source)\\n          .apply(undefined, importsValues);\\n      });\\n\\n      // Provide the compiled function's source by its `toString` method or\\n      // the `source` property as a convenience for inlining compiled templates.\\n      result.source = source;\\n      if (isError(result)) {\\n        throw result;\\n      }\\n      return result;\\n    }\\n\\n    /**\\n     * Converts `string`, as a whole, to lower case just like\\n     * [String#toLowerCase](https://mdn.io/toLowerCase).\\n     *\\n     * @static\\n     * @memberOf _\\n     * @since 4.0.0\\n     * @category String\\n     * @param {string} [string=''] The string to convert.\\n     * @returns {string} Returns the lower cased string.\\n     * @example\\n     *\\n     * _.toLower('--Foo-Bar--');\\n     * // => '--foo-bar--'\\n     *\\n     * _.toLower('fooBar');\\n     * // => 'foobar'\\n     *\\n     * _.toLower('__FOO_BAR__');\\n     * // => '__foo_bar__'\\n     */\\n    function toLower(value) {\\n      return toString(value).toLowerCase();\\n    }\\n\\n    /**\\n     * Converts `string`, as a whole, to upper case just like\\n     * [String#toUpperCase](https://mdn.io/toUpperCase).\\n     *\\n     * @static\\n     * @memberOf _\\n     * @since 4.0.0\\n     * @category String\\n     * @param {string} [string=''] The string to convert.\\n     * @returns {string} Returns the upper cased string.\\n     * @example\\n     *\\n     * _.toUpper('--foo-bar--');\\n     * // => '--FOO-BAR--'\\n     *\\n     * _.toUpper('fooBar');\\n     * // => 'FOOBAR'\\n     *\\n     * _.toUpper('__foo_bar__');\\n     * // => '__FOO_BAR__'\\n     */\\n    function toUpper(value) {\\n      return toString(value).toUpperCase();\\n    }\\n\\n    /**\\n     * Removes leading and trailing whitespace or specified characters from `string`.\\n     *\\n     * @static\\n     * @memberOf _\\n     * @since 3.0.0\\n     * @category String\\n     * @param {string} [string=''] The string to trim.\\n     * @param {string} [chars=whitespace] The characters to trim.\\n     * @param- {Object} [guard] Enables use as an iteratee for methods like `_.map`.\\n     * @returns {string} Returns the trimmed string.\\n     * @example\\n     *\\n     * _.trim('  abc  ');\\n     * // => 'abc'\\n     *\\n     * _.trim('-_-abc-_-', '_-');\\n     * // => 'abc'\\n     *\\n     * _.map(['  foo  ', '  bar  '], _.trim);\\n     * // => ['foo', 'bar']\\n     */\\n    function trim(string, chars, guard) {\\n      string = toString(string);\\n      if (string && (guard || chars === undefined)) {\\n        return string.replace(reTrim, '');\\n      }\\n      if (!string || !(chars = baseToString(chars))) {\\n        return string;\\n      }\\n      var strSymbols = stringToArray(string),\\n          chrSymbols = stringToArray(chars),\\n          start = charsStartIndex(strSymbols, chrSymbols),\\n          end = charsEndIndex(strSymbols, chrSymbols) + 1;\\n\\n      return castSlice(strSymbols, start, end).join('');\\n    }\\n\\n    /**\\n     * Removes trailing whitespace or specified characters from `string`.\\n     *\\n     * @static\\n     * @memberOf _\\n     * @since 4.0.0\\n     * @category String\\n     * @param {string} [string=''] The string to trim.\\n     * @param {string} [chars=whitespace] The characters to trim.\\n     * @param- {Object} [guard] Enables use as an iteratee for methods like `_.map`.\\n     * @returns {string} Returns the trimmed string.\\n     * @example\\n     *\\n     * _.trimEnd('  abc  ');\\n     * // => '  abc'\\n     *\\n     * _.trimEnd('-_-abc-_-', '_-');\\n     * // => '-_-abc'\\n     */\\n    function trimEnd(string, chars, guard) {\\n      string = toString(string);\\n      if (string && (guard || chars === undefined)) {\\n        return string.replace(reTrimEnd, '');\\n      }\\n      if (!string || !(chars = baseToString(chars))) {\\n        return string;\\n      }\\n      var strSymbols = stringToArray(string),\\n          end = charsEndIndex(strSymbols, stringToArray(chars)) + 1;\\n\\n      return castSlice(strSymbols, 0, end).join('');\\n    }\\n\\n    /**\\n     * Removes leading whitespace or specified characters from `string`.\\n     *\\n     * @static\\n     * @memberOf _\\n     * @since 4.0.0\\n     * @category String\\n     * @param {string} [string=''] The string to trim.\\n     * @param {string} [chars=whitespace] The characters to trim.\\n     * @param- {Object} [guard] Enables use as an iteratee for methods like `_.map`.\\n     * @returns {string} Returns the trimmed string.\\n     * @example\\n     *\\n     * _.trimStart('  abc  ');\\n     * // => 'abc  '\\n     *\\n     * _.trimStart('-_-abc-_-', '_-');\\n     * // => 'abc-_-'\\n     */\\n    function trimStart(string, chars, guard) {\\n      string = toString(string);\\n      if (string && (guard || chars === undefined)) {\\n        return string.replace(reTrimStart, '');\\n      }\\n      if (!string || !(chars = baseToString(chars))) {\\n        return string;\\n      }\\n      var strSymbols = stringToArray(string),\\n          start = charsStartIndex(strSymbols, stringToArray(chars));\\n\\n      return castSlice(strSymbols, start).join('');\\n    }\\n\\n    /**\\n     * Truncates `string` if it's longer than the given maximum string length.\\n     * The last characters of the truncated string are replaced with the omission\\n     * string which defaults to \\\"...\\\".\\n     *\\n     * @static\\n     * @memberOf _\\n     * @since 4.0.0\\n     * @category String\\n     * @param {string} [string=''] The string to truncate.\\n     * @param {Object} [options={}] The options object.\\n     * @param {number} [options.length=30] The maximum string length.\\n     * @param {string} [options.omission='...'] The string to indicate text is omitted.\\n     * @param {RegExp|string} [options.separator] The separator pattern to truncate to.\\n     * @returns {string} Returns the truncated string.\\n     * @example\\n     *\\n     * _.truncate('hi-diddly-ho there, neighborino');\\n     * // => 'hi-diddly-ho there, neighbo...'\\n     *\\n     * _.truncate('hi-diddly-ho there, neighborino', {\\n     *   'length': 24,\\n     *   'separator': ' '\\n     * });\\n     * // => 'hi-diddly-ho there,...'\\n     *\\n     * _.truncate('hi-diddly-ho there, neighborino', {\\n     *   'length': 24,\\n     *   'separator': /,? +/\\n     * });\\n     * // => 'hi-diddly-ho there...'\\n     *\\n     * _.truncate('hi-diddly-ho there, neighborino', {\\n     *   'omission': ' [...]'\\n     * });\\n     * // => 'hi-diddly-ho there, neig [...]'\\n     */\\n    function truncate(string, options) {\\n      var length = DEFAULT_TRUNC_LENGTH,\\n          omission = DEFAULT_TRUNC_OMISSION;\\n\\n      if (isObject(options)) {\\n        var separator = 'separator' in options ? options.separator : separator;\\n        length = 'length' in options ? toInteger(options.length) : length;\\n        omission = 'omission' in options ? baseToString(options.omission) : omission;\\n      }\\n      string = toString(string);\\n\\n      var strLength = string.length;\\n      if (hasUnicode(string)) {\\n        var strSymbols = stringToArray(string);\\n        strLength = strSymbols.length;\\n      }\\n      if (length >= strLength) {\\n        return string;\\n      }\\n      var end = length - stringSize(omission);\\n      if (end < 1) {\\n        return omission;\\n      }\\n      var result = strSymbols\\n        ? castSlice(strSymbols, 0, end).join('')\\n        : string.slice(0, end);\\n\\n      if (separator === undefined) {\\n        return result + omission;\\n      }\\n      if (strSymbols) {\\n        end += (result.length - end);\\n      }\\n      if (isRegExp(separator)) {\\n        if (string.slice(end).search(separator)) {\\n          var match,\\n              substring = result;\\n\\n          if (!separator.global) {\\n            separator = RegExp(separator.source, toString(reFlags.exec(separator)) + 'g');\\n          }\\n          separator.lastIndex = 0;\\n          while ((match = separator.exec(substring))) {\\n            var newEnd = match.index;\\n          }\\n          result = result.slice(0, newEnd === undefined ? end : newEnd);\\n        }\\n      } else if (string.indexOf(baseToString(separator), end) != end) {\\n        var index = result.lastIndexOf(separator);\\n        if (index > -1) {\\n          result = result.slice(0, index);\\n        }\\n      }\\n      return result + omission;\\n    }\\n\\n    /**\\n     * The inverse of `_.escape`; this method converts the HTML entities\\n     * `&amp;`, `&lt;`, `&gt;`, `&quot;`, and `&#39;` in `string` to\\n     * their corresponding characters.\\n     *\\n     * **Note:** No other HTML entities are unescaped. To unescape additional\\n     * HTML entities use a third-party library like [_he_](https://mths.be/he).\\n     *\\n     * @static\\n     * @memberOf _\\n     * @since 0.6.0\\n     * @category String\\n     * @param {string} [string=''] The string to unescape.\\n     * @returns {string} Returns the unescaped string.\\n     * @example\\n     *\\n     * _.unescape('fred, barney, &amp; pebbles');\\n     * // => 'fred, barney, & pebbles'\\n     */\\n    function unescape(string) {\\n      string = toString(string);\\n      return (string && reHasEscapedHtml.test(string))\\n        ? string.replace(reEscapedHtml, unescapeHtmlChar)\\n        : string;\\n    }\\n\\n    /**\\n     * Converts `string`, as space separated words, to upper case.\\n     *\\n     * @static\\n     * @memberOf _\\n     * @since 4.0.0\\n     * @category String\\n     * @param {string} [string=''] The string to convert.\\n     * @returns {string} Returns the upper cased string.\\n     * @example\\n     *\\n     * _.upperCase('--foo-bar');\\n     * // => 'FOO BAR'\\n     *\\n     * _.upperCase('fooBar');\\n     * // => 'FOO BAR'\\n     *\\n     * _.upperCase('__foo_bar__');\\n     * // => 'FOO BAR'\\n     */\\n    var upperCase = createCompounder(function(result, word, index) {\\n      return result + (index ? ' ' : '') + word.toUpperCase();\\n    });\\n\\n    /**\\n     * Converts the first character of `string` to upper case.\\n     *\\n     * @static\\n     * @memberOf _\\n     * @since 4.0.0\\n     * @category String\\n     * @param {string} [string=''] The string to convert.\\n     * @returns {string} Returns the converted string.\\n     * @example\\n     *\\n     * _.upperFirst('fred');\\n     * // => 'Fred'\\n     *\\n     * _.upperFirst('FRED');\\n     * // => 'FRED'\\n     */\\n    var upperFirst = createCaseFirst('toUpperCase');\\n\\n    /**\\n     * Splits `string` into an array of its words.\\n     *\\n     * @static\\n     * @memberOf _\\n     * @since 3.0.0\\n     * @category String\\n     * @param {string} [string=''] The string to inspect.\\n     * @param {RegExp|string} [pattern] The pattern to match words.\\n     * @param- {Object} [guard] Enables use as an iteratee for methods like `_.map`.\\n     * @returns {Array} Returns the words of `string`.\\n     * @example\\n     *\\n     * _.words('fred, barney, & pebbles');\\n     * // => ['fred', 'barney', 'pebbles']\\n     *\\n     * _.words('fred, barney, & pebbles', /[^, ]+/g);\\n     * // => ['fred', 'barney', '&', 'pebbles']\\n     */\\n    function words(string, pattern, guard) {\\n      string = toString(string);\\n      pattern = guard ? undefined : pattern;\\n\\n      if (pattern === undefined) {\\n        return hasUnicodeWord(string) ? unicodeWords(string) : asciiWords(string);\\n      }\\n      return string.match(pattern) || [];\\n    }\\n\\n    /*------------------------------------------------------------------------*/\\n\\n    /**\\n     * Attempts to invoke `func`, returning either the result or the caught error\\n     * object. Any additional arguments are provided to `func` when it's invoked.\\n     *\\n     * @static\\n     * @memberOf _\\n     * @since 3.0.0\\n     * @category Util\\n     * @param {Function} func The function to attempt.\\n     * @param {...*} [args] The arguments to invoke `func` with.\\n     * @returns {*} Returns the `func` result or error object.\\n     * @example\\n     *\\n     * // Avoid throwing errors for invalid selectors.\\n     * var elements = _.attempt(function(selector) {\\n     *   return document.querySelectorAll(selector);\\n     * }, '>_>');\\n     *\\n     * if (_.isError(elements)) {\\n     *   elements = [];\\n     * }\\n     */\\n    var attempt = baseRest(function(func, args) {\\n      try {\\n        return apply(func, undefined, args);\\n      } catch (e) {\\n        return isError(e) ? e : new Error(e);\\n      }\\n    });\\n\\n    /**\\n     * Binds methods of an object to the object itself, overwriting the existing\\n     * method.\\n     *\\n     * **Note:** This method doesn't set the \\\"length\\\" property of bound functions.\\n     *\\n     * @static\\n     * @since 0.1.0\\n     * @memberOf _\\n     * @category Util\\n     * @param {Object} object The object to bind and assign the bound methods to.\\n     * @param {...(string|string[])} methodNames The object method names to bind.\\n     * @returns {Object} Returns `object`.\\n     * @example\\n     *\\n     * var view = {\\n     *   'label': 'docs',\\n     *   'click': function() {\\n     *     console.log('clicked ' + this.label);\\n     *   }\\n     * };\\n     *\\n     * _.bindAll(view, ['click']);\\n     * jQuery(element).on('click', view.click);\\n     * // => Logs 'clicked docs' when clicked.\\n     */\\n    var bindAll = flatRest(function(object, methodNames) {\\n      arrayEach(methodNames, function(key) {\\n        key = toKey(key);\\n        baseAssignValue(object, key, bind(object[key], object));\\n      });\\n      return object;\\n    });\\n\\n    /**\\n     * Creates a function that iterates over `pairs` and invokes the corresponding\\n     * function of the first predicate to return truthy. The predicate-function\\n     * pairs are invoked with the `this` binding and arguments of the created\\n     * function.\\n     *\\n     * @static\\n     * @memberOf _\\n     * @since 4.0.0\\n     * @category Util\\n     * @param {Array} pairs The predicate-function pairs.\\n     * @returns {Function} Returns the new composite function.\\n     * @example\\n     *\\n     * var func = _.cond([\\n     *   [_.matches({ 'a': 1 }),           _.constant('matches A')],\\n     *   [_.conforms({ 'b': _.isNumber }), _.constant('matches B')],\\n     *   [_.stubTrue,                      _.constant('no match')]\\n     * ]);\\n     *\\n     * func({ 'a': 1, 'b': 2 });\\n     * // => 'matches A'\\n     *\\n     * func({ 'a': 0, 'b': 1 });\\n     * // => 'matches B'\\n     *\\n     * func({ 'a': '1', 'b': '2' });\\n     * // => 'no match'\\n     */\\n    function cond(pairs) {\\n      var length = pairs == null ? 0 : pairs.length,\\n          toIteratee = getIteratee();\\n\\n      pairs = !length ? [] : arrayMap(pairs, function(pair) {\\n        if (typeof pair[1] != 'function') {\\n          throw new TypeError(FUNC_ERROR_TEXT);\\n        }\\n        return [toIteratee(pair[0]), pair[1]];\\n      });\\n\\n      return baseRest(function(args) {\\n        var index = -1;\\n        while (++index < length) {\\n          var pair = pairs[index];\\n          if (apply(pair[0], this, args)) {\\n            return apply(pair[1], this, args);\\n          }\\n        }\\n      });\\n    }\\n\\n    /**\\n     * Creates a function that invokes the predicate properties of `source` with\\n     * the corresponding property values of a given object, returning `true` if\\n     * all predicates return truthy, else `false`.\\n     *\\n     * **Note:** The created function is equivalent to `_.conformsTo` with\\n     * `source` partially applied.\\n     *\\n     * @static\\n     * @memberOf _\\n     * @since 4.0.0\\n     * @category Util\\n     * @param {Object} source The object of property predicates to conform to.\\n     * @returns {Function} Returns the new spec function.\\n     * @example\\n     *\\n     * var objects = [\\n     *   { 'a': 2, 'b': 1 },\\n     *   { 'a': 1, 'b': 2 }\\n     * ];\\n     *\\n     * _.filter(objects, _.conforms({ 'b': function(n) { return n > 1; } }));\\n     * // => [{ 'a': 1, 'b': 2 }]\\n     */\\n    function conforms(source) {\\n      return baseConforms(baseClone(source, CLONE_DEEP_FLAG));\\n    }\\n\\n    /**\\n     * Creates a function that returns `value`.\\n     *\\n     * @static\\n     * @memberOf _\\n     * @since 2.4.0\\n     * @category Util\\n     * @param {*} value The value to return from the new function.\\n     * @returns {Function} Returns the new constant function.\\n     * @example\\n     *\\n     * var objects = _.times(2, _.constant({ 'a': 1 }));\\n     *\\n     * console.log(objects);\\n     * // => [{ 'a': 1 }, { 'a': 1 }]\\n     *\\n     * console.log(objects[0] === objects[1]);\\n     * // => true\\n     */\\n    function constant(value) {\\n      return function() {\\n        return value;\\n      };\\n    }\\n\\n    /**\\n     * Checks `value` to determine whether a default value should be returned in\\n     * its place. The `defaultValue` is returned if `value` is `NaN`, `null`,\\n     * or `undefined`.\\n     *\\n     * @static\\n     * @memberOf _\\n     * @since 4.14.0\\n     * @category Util\\n     * @param {*} value The value to check.\\n     * @param {*} defaultValue The default value.\\n     * @returns {*} Returns the resolved value.\\n     * @example\\n     *\\n     * _.defaultTo(1, 10);\\n     * // => 1\\n     *\\n     * _.defaultTo(undefined, 10);\\n     * // => 10\\n     */\\n    function defaultTo(value, defaultValue) {\\n      return (value == null || value !== value) ? defaultValue : value;\\n    }\\n\\n    /**\\n     * Creates a function that returns the result of invoking the given functions\\n     * with the `this` binding of the created function, where each successive\\n     * invocation is supplied the return value of the previous.\\n     *\\n     * @static\\n     * @memberOf _\\n     * @since 3.0.0\\n     * @category Util\\n     * @param {...(Function|Function[])} [funcs] The functions to invoke.\\n     * @returns {Function} Returns the new composite function.\\n     * @see _.flowRight\\n     * @example\\n     *\\n     * function square(n) {\\n     *   return n * n;\\n     * }\\n     *\\n     * var addSquare = _.flow([_.add, square]);\\n     * addSquare(1, 2);\\n     * // => 9\\n     */\\n    var flow = createFlow();\\n\\n    /**\\n     * This method is like `_.flow` except that it creates a function that\\n     * invokes the given functions from right to left.\\n     *\\n     * @static\\n     * @since 3.0.0\\n     * @memberOf _\\n     * @category Util\\n     * @param {...(Function|Function[])} [funcs] The functions to invoke.\\n     * @returns {Function} Returns the new composite function.\\n     * @see _.flow\\n     * @example\\n     *\\n     * function square(n) {\\n     *   return n * n;\\n     * }\\n     *\\n     * var addSquare = _.flowRight([square, _.add]);\\n     * addSquare(1, 2);\\n     * // => 9\\n     */\\n    var flowRight = createFlow(true);\\n\\n    /**\\n     * This method returns the first argument it receives.\\n     *\\n     * @static\\n     * @since 0.1.0\\n     * @memberOf _\\n     * @category Util\\n     * @param {*} value Any value.\\n     * @returns {*} Returns `value`.\\n     * @example\\n     *\\n     * var object = { 'a': 1 };\\n     *\\n     * console.log(_.identity(object) === object);\\n     * // => true\\n     */\\n    function identity(value) {\\n      return value;\\n    }\\n\\n    /**\\n     * Creates a function that invokes `func` with the arguments of the created\\n     * function. If `func` is a property name, the created function returns the\\n     * property value for a given element. If `func` is an array or object, the\\n     * created function returns `true` for elements that contain the equivalent\\n     * source properties, otherwise it returns `false`.\\n     *\\n     * @static\\n     * @since 4.0.0\\n     * @memberOf _\\n     * @category Util\\n     * @param {*} [func=_.identity] The value to convert to a callback.\\n     * @returns {Function} Returns the callback.\\n     * @example\\n     *\\n     * var users = [\\n     *   { 'user': 'barney', 'age': 36, 'active': true },\\n     *   { 'user': 'fred',   'age': 40, 'active': false }\\n     * ];\\n     *\\n     * // The `_.matches` iteratee shorthand.\\n     * _.filter(users, _.iteratee({ 'user': 'barney', 'active': true }));\\n     * // => [{ 'user': 'barney', 'age': 36, 'active': true }]\\n     *\\n     * // The `_.matchesProperty` iteratee shorthand.\\n     * _.filter(users, _.iteratee(['user', 'fred']));\\n     * // => [{ 'user': 'fred', 'age': 40 }]\\n     *\\n     * // The `_.property` iteratee shorthand.\\n     * _.map(users, _.iteratee('user'));\\n     * // => ['barney', 'fred']\\n     *\\n     * // Create custom iteratee shorthands.\\n     * _.iteratee = _.wrap(_.iteratee, function(iteratee, func) {\\n     *   return !_.isRegExp(func) ? iteratee(func) : function(string) {\\n     *     return func.test(string);\\n     *   };\\n     * });\\n     *\\n     * _.filter(['abc', 'def'], /ef/);\\n     * // => ['def']\\n     */\\n    function iteratee(func) {\\n      return baseIteratee(typeof func == 'function' ? func : baseClone(func, CLONE_DEEP_FLAG));\\n    }\\n\\n    /**\\n     * Creates a function that performs a partial deep comparison between a given\\n     * object and `source`, returning `true` if the given object has equivalent\\n     * property values, else `false`.\\n     *\\n     * **Note:** The created function is equivalent to `_.isMatch` with `source`\\n     * partially applied.\\n     *\\n     * Partial comparisons will match empty array and empty object `source`\\n     * values against any array or object value, respectively. See `_.isEqual`\\n     * for a list of supported value comparisons.\\n     *\\n     * @static\\n     * @memberOf _\\n     * @since 3.0.0\\n     * @category Util\\n     * @param {Object} source The object of property values to match.\\n     * @returns {Function} Returns the new spec function.\\n     * @example\\n     *\\n     * var objects = [\\n     *   { 'a': 1, 'b': 2, 'c': 3 },\\n     *   { 'a': 4, 'b': 5, 'c': 6 }\\n     * ];\\n     *\\n     * _.filter(objects, _.matches({ 'a': 4, 'c': 6 }));\\n     * // => [{ 'a': 4, 'b': 5, 'c': 6 }]\\n     */\\n    function matches(source) {\\n      return baseMatches(baseClone(source, CLONE_DEEP_FLAG));\\n    }\\n\\n    /**\\n     * Creates a function that performs a partial deep comparison between the\\n     * value at `path` of a given object to `srcValue`, returning `true` if the\\n     * object value is equivalent, else `false`.\\n     *\\n     * **Note:** Partial comparisons will match empty array and empty object\\n     * `srcValue` values against any array or object value, respectively. See\\n     * `_.isEqual` for a list of supported value comparisons.\\n     *\\n     * @static\\n     * @memberOf _\\n     * @since 3.2.0\\n     * @category Util\\n     * @param {Array|string} path The path of the property to get.\\n     * @param {*} srcValue The value to match.\\n     * @returns {Function} Returns the new spec function.\\n     * @example\\n     *\\n     * var objects = [\\n     *   { 'a': 1, 'b': 2, 'c': 3 },\\n     *   { 'a': 4, 'b': 5, 'c': 6 }\\n     * ];\\n     *\\n     * _.find(objects, _.matchesProperty('a', 4));\\n     * // => { 'a': 4, 'b': 5, 'c': 6 }\\n     */\\n    function matchesProperty(path, srcValue) {\\n      return baseMatchesProperty(path, baseClone(srcValue, CLONE_DEEP_FLAG));\\n    }\\n\\n    /**\\n     * Creates a function that invokes the method at `path` of a given object.\\n     * Any additional arguments are provided to the invoked method.\\n     *\\n     * @static\\n     * @memberOf _\\n     * @since 3.7.0\\n     * @category Util\\n     * @param {Array|string} path The path of the method to invoke.\\n     * @param {...*} [args] The arguments to invoke the method with.\\n     * @returns {Function} Returns the new invoker function.\\n     * @example\\n     *\\n     * var objects = [\\n     *   { 'a': { 'b': _.constant(2) } },\\n     *   { 'a': { 'b': _.constant(1) } }\\n     * ];\\n     *\\n     * _.map(objects, _.method('a.b'));\\n     * // => [2, 1]\\n     *\\n     * _.map(objects, _.method(['a', 'b']));\\n     * // => [2, 1]\\n     */\\n    var method = baseRest(function(path, args) {\\n      return function(object) {\\n        return baseInvoke(object, path, args);\\n      };\\n    });\\n\\n    /**\\n     * The opposite of `_.method`; this method creates a function that invokes\\n     * the method at a given path of `object`. Any additional arguments are\\n     * provided to the invoked method.\\n     *\\n     * @static\\n     * @memberOf _\\n     * @since 3.7.0\\n     * @category Util\\n     * @param {Object} object The object to query.\\n     * @param {...*} [args] The arguments to invoke the method with.\\n     * @returns {Function} Returns the new invoker function.\\n     * @example\\n     *\\n     * var array = _.times(3, _.constant),\\n     *     object = { 'a': array, 'b': array, 'c': array };\\n     *\\n     * _.map(['a[2]', 'c[0]'], _.methodOf(object));\\n     * // => [2, 0]\\n     *\\n     * _.map([['a', '2'], ['c', '0']], _.methodOf(object));\\n     * // => [2, 0]\\n     */\\n    var methodOf = baseRest(function(object, args) {\\n      return function(path) {\\n        return baseInvoke(object, path, args);\\n      };\\n    });\\n\\n    /**\\n     * Adds all own enumerable string keyed function properties of a source\\n     * object to the destination object. If `object` is a function, then methods\\n     * are added to its prototype as well.\\n     *\\n     * **Note:** Use `_.runInContext` to create a pristine `lodash` function to\\n     * avoid conflicts caused by modifying the original.\\n     *\\n     * @static\\n     * @since 0.1.0\\n     * @memberOf _\\n     * @category Util\\n     * @param {Function|Object} [object=lodash] The destination object.\\n     * @param {Object} source The object of functions to add.\\n     * @param {Object} [options={}] The options object.\\n     * @param {boolean} [options.chain=true] Specify whether mixins are chainable.\\n     * @returns {Function|Object} Returns `object`.\\n     * @example\\n     *\\n     * function vowels(string) {\\n     *   return _.filter(string, function(v) {\\n     *     return /[aeiou]/i.test(v);\\n     *   });\\n     * }\\n     *\\n     * _.mixin({ 'vowels': vowels });\\n     * _.vowels('fred');\\n     * // => ['e']\\n     *\\n     * _('fred').vowels().value();\\n     * // => ['e']\\n     *\\n     * _.mixin({ 'vowels': vowels }, { 'chain': false });\\n     * _('fred').vowels();\\n     * // => ['e']\\n     */\\n    function mixin(object, source, options) {\\n      var props = keys(source),\\n          methodNames = baseFunctions(source, props);\\n\\n      if (options == null &&\\n          !(isObject(source) && (methodNames.length || !props.length))) {\\n        options = source;\\n        source = object;\\n        object = this;\\n        methodNames = baseFunctions(source, keys(source));\\n      }\\n      var chain = !(isObject(options) && 'chain' in options) || !!options.chain,\\n          isFunc = isFunction(object);\\n\\n      arrayEach(methodNames, function(methodName) {\\n        var func = source[methodName];\\n        object[methodName] = func;\\n        if (isFunc) {\\n          object.prototype[methodName] = function() {\\n            var chainAll = this.__chain__;\\n            if (chain || chainAll) {\\n              var result = object(this.__wrapped__),\\n                  actions = result.__actions__ = copyArray(this.__actions__);\\n\\n              actions.push({ 'func': func, 'args': arguments, 'thisArg': object });\\n              result.__chain__ = chainAll;\\n              return result;\\n            }\\n            return func.apply(object, arrayPush([this.value()], arguments));\\n          };\\n        }\\n      });\\n\\n      return object;\\n    }\\n\\n    /**\\n     * Reverts the `_` variable to its previous value and returns a reference to\\n     * the `lodash` function.\\n     *\\n     * @static\\n     * @since 0.1.0\\n     * @memberOf _\\n     * @category Util\\n     * @returns {Function} Returns the `lodash` function.\\n     * @example\\n     *\\n     * var lodash = _.noConflict();\\n     */\\n    function noConflict() {\\n      if (root._ === this) {\\n        root._ = oldDash;\\n      }\\n      return this;\\n    }\\n\\n    /**\\n     * This method returns `undefined`.\\n     *\\n     * @static\\n     * @memberOf _\\n     * @since 2.3.0\\n     * @category Util\\n     * @example\\n     *\\n     * _.times(2, _.noop);\\n     * // => [undefined, undefined]\\n     */\\n    function noop() {\\n      // No operation performed.\\n    }\\n\\n    /**\\n     * Creates a function that gets the argument at index `n`. If `n` is negative,\\n     * the nth argument from the end is returned.\\n     *\\n     * @static\\n     * @memberOf _\\n     * @since 4.0.0\\n     * @category Util\\n     * @param {number} [n=0] The index of the argument to return.\\n     * @returns {Function} Returns the new pass-thru function.\\n     * @example\\n     *\\n     * var func = _.nthArg(1);\\n     * func('a', 'b', 'c', 'd');\\n     * // => 'b'\\n     *\\n     * var func = _.nthArg(-2);\\n     * func('a', 'b', 'c', 'd');\\n     * // => 'c'\\n     */\\n    function nthArg(n) {\\n      n = toInteger(n);\\n      return baseRest(function(args) {\\n        return baseNth(args, n);\\n      });\\n    }\\n\\n    /**\\n     * Creates a function that invokes `iteratees` with the arguments it receives\\n     * and returns their results.\\n     *\\n     * @static\\n     * @memberOf _\\n     * @since 4.0.0\\n     * @category Util\\n     * @param {...(Function|Function[])} [iteratees=[_.identity]]\\n     *  The iteratees to invoke.\\n     * @returns {Function} Returns the new function.\\n     * @example\\n     *\\n     * var func = _.over([Math.max, Math.min]);\\n     *\\n     * func(1, 2, 3, 4);\\n     * // => [4, 1]\\n     */\\n    var over = createOver(arrayMap);\\n\\n    /**\\n     * Creates a function that checks if **all** of the `predicates` return\\n     * truthy when invoked with the arguments it receives.\\n     *\\n     * @static\\n     * @memberOf _\\n     * @since 4.0.0\\n     * @category Util\\n     * @param {...(Function|Function[])} [predicates=[_.identity]]\\n     *  The predicates to check.\\n     * @returns {Function} Returns the new function.\\n     * @example\\n     *\\n     * var func = _.overEvery([Boolean, isFinite]);\\n     *\\n     * func('1');\\n     * // => true\\n     *\\n     * func(null);\\n     * // => false\\n     *\\n     * func(NaN);\\n     * // => false\\n     */\\n    var overEvery = createOver(arrayEvery);\\n\\n    /**\\n     * Creates a function that checks if **any** of the `predicates` return\\n     * truthy when invoked with the arguments it receives.\\n     *\\n     * @static\\n     * @memberOf _\\n     * @since 4.0.0\\n     * @category Util\\n     * @param {...(Function|Function[])} [predicates=[_.identity]]\\n     *  The predicates to check.\\n     * @returns {Function} Returns the new function.\\n     * @example\\n     *\\n     * var func = _.overSome([Boolean, isFinite]);\\n     *\\n     * func('1');\\n     * // => true\\n     *\\n     * func(null);\\n     * // => true\\n     *\\n     * func(NaN);\\n     * // => false\\n     */\\n    var overSome = createOver(arraySome);\\n\\n    /**\\n     * Creates a function that returns the value at `path` of a given object.\\n     *\\n     * @static\\n     * @memberOf _\\n     * @since 2.4.0\\n     * @category Util\\n     * @param {Array|string} path The path of the property to get.\\n     * @returns {Function} Returns the new accessor function.\\n     * @example\\n     *\\n     * var objects = [\\n     *   { 'a': { 'b': 2 } },\\n     *   { 'a': { 'b': 1 } }\\n     * ];\\n     *\\n     * _.map(objects, _.property('a.b'));\\n     * // => [2, 1]\\n     *\\n     * _.map(_.sortBy(objects, _.property(['a', 'b'])), 'a.b');\\n     * // => [1, 2]\\n     */\\n    function property(path) {\\n      return isKey(path) ? baseProperty(toKey(path)) : basePropertyDeep(path);\\n    }\\n\\n    /**\\n     * The opposite of `_.property`; this method creates a function that returns\\n     * the value at a given path of `object`.\\n     *\\n     * @static\\n     * @memberOf _\\n     * @since 3.0.0\\n     * @category Util\\n     * @param {Object} object The object to query.\\n     * @returns {Function} Returns the new accessor function.\\n     * @example\\n     *\\n     * var array = [0, 1, 2],\\n     *     object = { 'a': array, 'b': array, 'c': array };\\n     *\\n     * _.map(['a[2]', 'c[0]'], _.propertyOf(object));\\n     * // => [2, 0]\\n     *\\n     * _.map([['a', '2'], ['c', '0']], _.propertyOf(object));\\n     * // => [2, 0]\\n     */\\n    function propertyOf(object) {\\n      return function(path) {\\n        return object == null ? undefined : baseGet(object, path);\\n      };\\n    }\\n\\n    /**\\n     * Creates an array of numbers (positive and/or negative) progressing from\\n     * `start` up to, but not including, `end`. A step of `-1` is used if a negative\\n     * `start` is specified without an `end` or `step`. If `end` is not specified,\\n     * it's set to `start` with `start` then set to `0`.\\n     *\\n     * **Note:** JavaScript follows the IEEE-754 standard for resolving\\n     * floating-point values which can produce unexpected results.\\n     *\\n     * @static\\n     * @since 0.1.0\\n     * @memberOf _\\n     * @category Util\\n     * @param {number} [start=0] The start of the range.\\n     * @param {number} end The end of the range.\\n     * @param {number} [step=1] The value to increment or decrement by.\\n     * @returns {Array} Returns the range of numbers.\\n     * @see _.inRange, _.rangeRight\\n     * @example\\n     *\\n     * _.range(4);\\n     * // => [0, 1, 2, 3]\\n     *\\n     * _.range(-4);\\n     * // => [0, -1, -2, -3]\\n     *\\n     * _.range(1, 5);\\n     * // => [1, 2, 3, 4]\\n     *\\n     * _.range(0, 20, 5);\\n     * // => [0, 5, 10, 15]\\n     *\\n     * _.range(0, -4, -1);\\n     * // => [0, -1, -2, -3]\\n     *\\n     * _.range(1, 4, 0);\\n     * // => [1, 1, 1]\\n     *\\n     * _.range(0);\\n     * // => []\\n     */\\n    var range = createRange();\\n\\n    /**\\n     * This method is like `_.range` except that it populates values in\\n     * descending order.\\n     *\\n     * @static\\n     * @memberOf _\\n     * @since 4.0.0\\n     * @category Util\\n     * @param {number} [start=0] The start of the range.\\n     * @param {number} end The end of the range.\\n     * @param {number} [step=1] The value to increment or decrement by.\\n     * @returns {Array} Returns the range of numbers.\\n     * @see _.inRange, _.range\\n     * @example\\n     *\\n     * _.rangeRight(4);\\n     * // => [3, 2, 1, 0]\\n     *\\n     * _.rangeRight(-4);\\n     * // => [-3, -2, -1, 0]\\n     *\\n     * _.rangeRight(1, 5);\\n     * // => [4, 3, 2, 1]\\n     *\\n     * _.rangeRight(0, 20, 5);\\n     * // => [15, 10, 5, 0]\\n     *\\n     * _.rangeRight(0, -4, -1);\\n     * // => [-3, -2, -1, 0]\\n     *\\n     * _.rangeRight(1, 4, 0);\\n     * // => [1, 1, 1]\\n     *\\n     * _.rangeRight(0);\\n     * // => []\\n     */\\n    var rangeRight = createRange(true);\\n\\n    /**\\n     * This method returns a new empty array.\\n     *\\n     * @static\\n     * @memberOf _\\n     * @since 4.13.0\\n     * @category Util\\n     * @returns {Array} Returns the new empty array.\\n     * @example\\n     *\\n     * var arrays = _.times(2, _.stubArray);\\n     *\\n     * console.log(arrays);\\n     * // => [[], []]\\n     *\\n     * console.log(arrays[0] === arrays[1]);\\n     * // => false\\n     */\\n    function stubArray() {\\n      return [];\\n    }\\n\\n    /**\\n     * This method returns `false`.\\n     *\\n     * @static\\n     * @memberOf _\\n     * @since 4.13.0\\n     * @category Util\\n     * @returns {boolean} Returns `false`.\\n     * @example\\n     *\\n     * _.times(2, _.stubFalse);\\n     * // => [false, false]\\n     */\\n    function stubFalse() {\\n      return false;\\n    }\\n\\n    /**\\n     * This method returns a new empty object.\\n     *\\n     * @static\\n     * @memberOf _\\n     * @since 4.13.0\\n     * @category Util\\n     * @returns {Object} Returns the new empty object.\\n     * @example\\n     *\\n     * var objects = _.times(2, _.stubObject);\\n     *\\n     * console.log(objects);\\n     * // => [{}, {}]\\n     *\\n     * console.log(objects[0] === objects[1]);\\n     * // => false\\n     */\\n    function stubObject() {\\n      return {};\\n    }\\n\\n    /**\\n     * This method returns an empty string.\\n     *\\n     * @static\\n     * @memberOf _\\n     * @since 4.13.0\\n     * @category Util\\n     * @returns {string} Returns the empty string.\\n     * @example\\n     *\\n     * _.times(2, _.stubString);\\n     * // => ['', '']\\n     */\\n    function stubString() {\\n      return '';\\n    }\\n\\n    /**\\n     * This method returns `true`.\\n     *\\n     * @static\\n     * @memberOf _\\n     * @since 4.13.0\\n     * @category Util\\n     * @returns {boolean} Returns `true`.\\n     * @example\\n     *\\n     * _.times(2, _.stubTrue);\\n     * // => [true, true]\\n     */\\n    function stubTrue() {\\n      return true;\\n    }\\n\\n    /**\\n     * Invokes the iteratee `n` times, returning an array of the results of\\n     * each invocation. The iteratee is invoked with one argument; (index).\\n     *\\n     * @static\\n     * @since 0.1.0\\n     * @memberOf _\\n     * @category Util\\n     * @param {number} n The number of times to invoke `iteratee`.\\n     * @param {Function} [iteratee=_.identity] The function invoked per iteration.\\n     * @returns {Array} Returns the array of results.\\n     * @example\\n     *\\n     * _.times(3, String);\\n     * // => ['0', '1', '2']\\n     *\\n     *  _.times(4, _.constant(0));\\n     * // => [0, 0, 0, 0]\\n     */\\n    function times(n, iteratee) {\\n      n = toInteger(n);\\n      if (n < 1 || n > MAX_SAFE_INTEGER) {\\n        return [];\\n      }\\n      var index = MAX_ARRAY_LENGTH,\\n          length = nativeMin(n, MAX_ARRAY_LENGTH);\\n\\n      iteratee = getIteratee(iteratee);\\n      n -= MAX_ARRAY_LENGTH;\\n\\n      var result = baseTimes(length, iteratee);\\n      while (++index < n) {\\n        iteratee(index);\\n      }\\n      return result;\\n    }\\n\\n    /**\\n     * Converts `value` to a property path array.\\n     *\\n     * @static\\n     * @memberOf _\\n     * @since 4.0.0\\n     * @category Util\\n     * @param {*} value The value to convert.\\n     * @returns {Array} Returns the new property path array.\\n     * @example\\n     *\\n     * _.toPath('a.b.c');\\n     * // => ['a', 'b', 'c']\\n     *\\n     * _.toPath('a[0].b.c');\\n     * // => ['a', '0', 'b', 'c']\\n     */\\n    function toPath(value) {\\n      if (isArray(value)) {\\n        return arrayMap(value, toKey);\\n      }\\n      return isSymbol(value) ? [value] : copyArray(stringToPath(toString(value)));\\n    }\\n\\n    /**\\n     * Generates a unique ID. If `prefix` is given, the ID is appended to it.\\n     *\\n     * @static\\n     * @since 0.1.0\\n     * @memberOf _\\n     * @category Util\\n     * @param {string} [prefix=''] The value to prefix the ID with.\\n     * @returns {string} Returns the unique ID.\\n     * @example\\n     *\\n     * _.uniqueId('contact_');\\n     * // => 'contact_104'\\n     *\\n     * _.uniqueId();\\n     * // => '105'\\n     */\\n    function uniqueId(prefix) {\\n      var id = ++idCounter;\\n      return toString(prefix) + id;\\n    }\\n\\n    /*------------------------------------------------------------------------*/\\n\\n    /**\\n     * Adds two numbers.\\n     *\\n     * @static\\n     * @memberOf _\\n     * @since 3.4.0\\n     * @category Math\\n     * @param {number} augend The first number in an addition.\\n     * @param {number} addend The second number in an addition.\\n     * @returns {number} Returns the total.\\n     * @example\\n     *\\n     * _.add(6, 4);\\n     * // => 10\\n     */\\n    var add = createMathOperation(function(augend, addend) {\\n      return augend + addend;\\n    }, 0);\\n\\n    /**\\n     * Computes `number` rounded up to `precision`.\\n     *\\n     * @static\\n     * @memberOf _\\n     * @since 3.10.0\\n     * @category Math\\n     * @param {number} number The number to round up.\\n     * @param {number} [precision=0] The precision to round up to.\\n     * @returns {number} Returns the rounded up number.\\n     * @example\\n     *\\n     * _.ceil(4.006);\\n     * // => 5\\n     *\\n     * _.ceil(6.004, 2);\\n     * // => 6.01\\n     *\\n     * _.ceil(6040, -2);\\n     * // => 6100\\n     */\\n    var ceil = createRound('ceil');\\n\\n    /**\\n     * Divide two numbers.\\n     *\\n     * @static\\n     * @memberOf _\\n     * @since 4.7.0\\n     * @category Math\\n     * @param {number} dividend The first number in a division.\\n     * @param {number} divisor The second number in a division.\\n     * @returns {number} Returns the quotient.\\n     * @example\\n     *\\n     * _.divide(6, 4);\\n     * // => 1.5\\n     */\\n    var divide = createMathOperation(function(dividend, divisor) {\\n      return dividend / divisor;\\n    }, 1);\\n\\n    /**\\n     * Computes `number` rounded down to `precision`.\\n     *\\n     * @static\\n     * @memberOf _\\n     * @since 3.10.0\\n     * @category Math\\n     * @param {number} number The number to round down.\\n     * @param {number} [precision=0] The precision to round down to.\\n     * @returns {number} Returns the rounded down number.\\n     * @example\\n     *\\n     * _.floor(4.006);\\n     * // => 4\\n     *\\n     * _.floor(0.046, 2);\\n     * // => 0.04\\n     *\\n     * _.floor(4060, -2);\\n     * // => 4000\\n     */\\n    var floor = createRound('floor');\\n\\n    /**\\n     * Computes the maximum value of `array`. If `array` is empty or falsey,\\n     * `undefined` is returned.\\n     *\\n     * @static\\n     * @since 0.1.0\\n     * @memberOf _\\n     * @category Math\\n     * @param {Array} array The array to iterate over.\\n     * @returns {*} Returns the maximum value.\\n     * @example\\n     *\\n     * _.max([4, 2, 8, 6]);\\n     * // => 8\\n     *\\n     * _.max([]);\\n     * // => undefined\\n     */\\n    function max(array) {\\n      return (array && array.length)\\n        ? baseExtremum(array, identity, baseGt)\\n        : undefined;\\n    }\\n\\n    /**\\n     * This method is like `_.max` except that it accepts `iteratee` which is\\n     * invoked for each element in `array` to generate the criterion by which\\n     * the value is ranked. The iteratee is invoked with one argument: (value).\\n     *\\n     * @static\\n     * @memberOf _\\n     * @since 4.0.0\\n     * @category Math\\n     * @param {Array} array The array to iterate over.\\n     * @param {Function} [iteratee=_.identity] The iteratee invoked per element.\\n     * @returns {*} Returns the maximum value.\\n     * @example\\n     *\\n     * var objects = [{ 'n': 1 }, { 'n': 2 }];\\n     *\\n     * _.maxBy(objects, function(o) { return o.n; });\\n     * // => { 'n': 2 }\\n     *\\n     * // The `_.property` iteratee shorthand.\\n     * _.maxBy(objects, 'n');\\n     * // => { 'n': 2 }\\n     */\\n    function maxBy(array, iteratee) {\\n      return (array && array.length)\\n        ? baseExtremum(array, getIteratee(iteratee, 2), baseGt)\\n        : undefined;\\n    }\\n\\n    /**\\n     * Computes the mean of the values in `array`.\\n     *\\n     * @static\\n     * @memberOf _\\n     * @since 4.0.0\\n     * @category Math\\n     * @param {Array} array The array to iterate over.\\n     * @returns {number} Returns the mean.\\n     * @example\\n     *\\n     * _.mean([4, 2, 8, 6]);\\n     * // => 5\\n     */\\n    function mean(array) {\\n      return baseMean(array, identity);\\n    }\\n\\n    /**\\n     * This method is like `_.mean` except that it accepts `iteratee` which is\\n     * invoked for each element in `array` to generate the value to be averaged.\\n     * The iteratee is invoked with one argument: (value).\\n     *\\n     * @static\\n     * @memberOf _\\n     * @since 4.7.0\\n     * @category Math\\n     * @param {Array} array The array to iterate over.\\n     * @param {Function} [iteratee=_.identity] The iteratee invoked per element.\\n     * @returns {number} Returns the mean.\\n     * @example\\n     *\\n     * var objects = [{ 'n': 4 }, { 'n': 2 }, { 'n': 8 }, { 'n': 6 }];\\n     *\\n     * _.meanBy(objects, function(o) { return o.n; });\\n     * // => 5\\n     *\\n     * // The `_.property` iteratee shorthand.\\n     * _.meanBy(objects, 'n');\\n     * // => 5\\n     */\\n    function meanBy(array, iteratee) {\\n      return baseMean(array, getIteratee(iteratee, 2));\\n    }\\n\\n    /**\\n     * Computes the minimum value of `array`. If `array` is empty or falsey,\\n     * `undefined` is returned.\\n     *\\n     * @static\\n     * @since 0.1.0\\n     * @memberOf _\\n     * @category Math\\n     * @param {Array} array The array to iterate over.\\n     * @returns {*} Returns the minimum value.\\n     * @example\\n     *\\n     * _.min([4, 2, 8, 6]);\\n     * // => 2\\n     *\\n     * _.min([]);\\n     * // => undefined\\n     */\\n    function min(array) {\\n      return (array && array.length)\\n        ? baseExtremum(array, identity, baseLt)\\n        : undefined;\\n    }\\n\\n    /**\\n     * This method is like `_.min` except that it accepts `iteratee` which is\\n     * invoked for each element in `array` to generate the criterion by which\\n     * the value is ranked. The iteratee is invoked with one argument: (value).\\n     *\\n     * @static\\n     * @memberOf _\\n     * @since 4.0.0\\n     * @category Math\\n     * @param {Array} array The array to iterate over.\\n     * @param {Function} [iteratee=_.identity] The iteratee invoked per element.\\n     * @returns {*} Returns the minimum value.\\n     * @example\\n     *\\n     * var objects = [{ 'n': 1 }, { 'n': 2 }];\\n     *\\n     * _.minBy(objects, function(o) { return o.n; });\\n     * // => { 'n': 1 }\\n     *\\n     * // The `_.property` iteratee shorthand.\\n     * _.minBy(objects, 'n');\\n     * // => { 'n': 1 }\\n     */\\n    function minBy(array, iteratee) {\\n      return (array && array.length)\\n        ? baseExtremum(array, getIteratee(iteratee, 2), baseLt)\\n        : undefined;\\n    }\\n\\n    /**\\n     * Multiply two numbers.\\n     *\\n     * @static\\n     * @memberOf _\\n     * @since 4.7.0\\n     * @category Math\\n     * @param {number} multiplier The first number in a multiplication.\\n     * @param {number} multiplicand The second number in a multiplication.\\n     * @returns {number} Returns the product.\\n     * @example\\n     *\\n     * _.multiply(6, 4);\\n     * // => 24\\n     */\\n    var multiply = createMathOperation(function(multiplier, multiplicand) {\\n      return multiplier * multiplicand;\\n    }, 1);\\n\\n    /**\\n     * Computes `number` rounded to `precision`.\\n     *\\n     * @static\\n     * @memberOf _\\n     * @since 3.10.0\\n     * @category Math\\n     * @param {number} number The number to round.\\n     * @param {number} [precision=0] The precision to round to.\\n     * @returns {number} Returns the rounded number.\\n     * @example\\n     *\\n     * _.round(4.006);\\n     * // => 4\\n     *\\n     * _.round(4.006, 2);\\n     * // => 4.01\\n     *\\n     * _.round(4060, -2);\\n     * // => 4100\\n     */\\n    var round = createRound('round');\\n\\n    /**\\n     * Subtract two numbers.\\n     *\\n     * @static\\n     * @memberOf _\\n     * @since 4.0.0\\n     * @category Math\\n     * @param {number} minuend The first number in a subtraction.\\n     * @param {number} subtrahend The second number in a subtraction.\\n     * @returns {number} Returns the difference.\\n     * @example\\n     *\\n     * _.subtract(6, 4);\\n     * // => 2\\n     */\\n    var subtract = createMathOperation(function(minuend, subtrahend) {\\n      return minuend - subtrahend;\\n    }, 0);\\n\\n    /**\\n     * Computes the sum of the values in `array`.\\n     *\\n     * @static\\n     * @memberOf _\\n     * @since 3.4.0\\n     * @category Math\\n     * @param {Array} array The array to iterate over.\\n     * @returns {number} Returns the sum.\\n     * @example\\n     *\\n     * _.sum([4, 2, 8, 6]);\\n     * // => 20\\n     */\\n    function sum(array) {\\n      return (array && array.length)\\n        ? baseSum(array, identity)\\n        : 0;\\n    }\\n\\n    /**\\n     * This method is like `_.sum` except that it accepts `iteratee` which is\\n     * invoked for each element in `array` to generate the value to be summed.\\n     * The iteratee is invoked with one argument: (value).\\n     *\\n     * @static\\n     * @memberOf _\\n     * @since 4.0.0\\n     * @category Math\\n     * @param {Array} array The array to iterate over.\\n     * @param {Function} [iteratee=_.identity] The iteratee invoked per element.\\n     * @returns {number} Returns the sum.\\n     * @example\\n     *\\n     * var objects = [{ 'n': 4 }, { 'n': 2 }, { 'n': 8 }, { 'n': 6 }];\\n     *\\n     * _.sumBy(objects, function(o) { return o.n; });\\n     * // => 20\\n     *\\n     * // The `_.property` iteratee shorthand.\\n     * _.sumBy(objects, 'n');\\n     * // => 20\\n     */\\n    function sumBy(array, iteratee) {\\n      return (array && array.length)\\n        ? baseSum(array, getIteratee(iteratee, 2))\\n        : 0;\\n    }\\n\\n    /*------------------------------------------------------------------------*/\\n\\n    // Add methods that return wrapped values in chain sequences.\\n    lodash.after = after;\\n    lodash.ary = ary;\\n    lodash.assign = assign;\\n    lodash.assignIn = assignIn;\\n    lodash.assignInWith = assignInWith;\\n    lodash.assignWith = assignWith;\\n    lodash.at = at;\\n    lodash.before = before;\\n    lodash.bind = bind;\\n    lodash.bindAll = bindAll;\\n    lodash.bindKey = bindKey;\\n    lodash.castArray = castArray;\\n    lodash.chain = chain;\\n    lodash.chunk = chunk;\\n    lodash.compact = compact;\\n    lodash.concat = concat;\\n    lodash.cond = cond;\\n    lodash.conforms = conforms;\\n    lodash.constant = constant;\\n    lodash.countBy = countBy;\\n    lodash.create = create;\\n    lodash.curry = curry;\\n    lodash.curryRight = curryRight;\\n    lodash.debounce = debounce;\\n    lodash.defaults = defaults;\\n    lodash.defaultsDeep = defaultsDeep;\\n    lodash.defer = defer;\\n    lodash.delay = delay;\\n    lodash.difference = difference;\\n    lodash.differenceBy = differenceBy;\\n    lodash.differenceWith = differenceWith;\\n    lodash.drop = drop;\\n    lodash.dropRight = dropRight;\\n    lodash.dropRightWhile = dropRightWhile;\\n    lodash.dropWhile = dropWhile;\\n    lodash.fill = fill;\\n    lodash.filter = filter;\\n    lodash.flatMap = flatMap;\\n    lodash.flatMapDeep = flatMapDeep;\\n    lodash.flatMapDepth = flatMapDepth;\\n    lodash.flatten = flatten;\\n    lodash.flattenDeep = flattenDeep;\\n    lodash.flattenDepth = flattenDepth;\\n    lodash.flip = flip;\\n    lodash.flow = flow;\\n    lodash.flowRight = flowRight;\\n    lodash.fromPairs = fromPairs;\\n    lodash.functions = functions;\\n    lodash.functionsIn = functionsIn;\\n    lodash.groupBy = groupBy;\\n    lodash.initial = initial;\\n    lodash.intersection = intersection;\\n    lodash.intersectionBy = intersectionBy;\\n    lodash.intersectionWith = intersectionWith;\\n    lodash.invert = invert;\\n    lodash.invertBy = invertBy;\\n    lodash.invokeMap = invokeMap;\\n    lodash.iteratee = iteratee;\\n    lodash.keyBy = keyBy;\\n    lodash.keys = keys;\\n    lodash.keysIn = keysIn;\\n    lodash.map = map;\\n    lodash.mapKeys = mapKeys;\\n    lodash.mapValues = mapValues;\\n    lodash.matches = matches;\\n    lodash.matchesProperty = matchesProperty;\\n    lodash.memoize = memoize;\\n    lodash.merge = merge;\\n    lodash.mergeWith = mergeWith;\\n    lodash.method = method;\\n    lodash.methodOf = methodOf;\\n    lodash.mixin = mixin;\\n    lodash.negate = negate;\\n    lodash.nthArg = nthArg;\\n    lodash.omit = omit;\\n    lodash.omitBy = omitBy;\\n    lodash.once = once;\\n    lodash.orderBy = orderBy;\\n    lodash.over = over;\\n    lodash.overArgs = overArgs;\\n    lodash.overEvery = overEvery;\\n    lodash.overSome = overSome;\\n    lodash.partial = partial;\\n    lodash.partialRight = partialRight;\\n    lodash.partition = partition;\\n    lodash.pick = pick;\\n    lodash.pickBy = pickBy;\\n    lodash.property = property;\\n    lodash.propertyOf = propertyOf;\\n    lodash.pull = pull;\\n    lodash.pullAll = pullAll;\\n    lodash.pullAllBy = pullAllBy;\\n    lodash.pullAllWith = pullAllWith;\\n    lodash.pullAt = pullAt;\\n    lodash.range = range;\\n    lodash.rangeRight = rangeRight;\\n    lodash.rearg = rearg;\\n    lodash.reject = reject;\\n    lodash.remove = remove;\\n    lodash.rest = rest;\\n    lodash.reverse = reverse;\\n    lodash.sampleSize = sampleSize;\\n    lodash.set = set;\\n    lodash.setWith = setWith;\\n    lodash.shuffle = shuffle;\\n    lodash.slice = slice;\\n    lodash.sortBy = sortBy;\\n    lodash.sortedUniq = sortedUniq;\\n    lodash.sortedUniqBy = sortedUniqBy;\\n    lodash.split = split;\\n    lodash.spread = spread;\\n    lodash.tail = tail;\\n    lodash.take = take;\\n    lodash.takeRight = takeRight;\\n    lodash.takeRightWhile = takeRightWhile;\\n    lodash.takeWhile = takeWhile;\\n    lodash.tap = tap;\\n    lodash.throttle = throttle;\\n    lodash.thru = thru;\\n    lodash.toArray = toArray;\\n    lodash.toPairs = toPairs;\\n    lodash.toPairsIn = toPairsIn;\\n    lodash.toPath = toPath;\\n    lodash.toPlainObject = toPlainObject;\\n    lodash.transform = transform;\\n    lodash.unary = unary;\\n    lodash.union = union;\\n    lodash.unionBy = unionBy;\\n    lodash.unionWith = unionWith;\\n    lodash.uniq = uniq;\\n    lodash.uniqBy = uniqBy;\\n    lodash.uniqWith = uniqWith;\\n    lodash.unset = unset;\\n    lodash.unzip = unzip;\\n    lodash.unzipWith = unzipWith;\\n    lodash.update = update;\\n    lodash.updateWith = updateWith;\\n    lodash.values = values;\\n    lodash.valuesIn = valuesIn;\\n    lodash.without = without;\\n    lodash.words = words;\\n    lodash.wrap = wrap;\\n    lodash.xor = xor;\\n    lodash.xorBy = xorBy;\\n    lodash.xorWith = xorWith;\\n    lodash.zip = zip;\\n    lodash.zipObject = zipObject;\\n    lodash.zipObjectDeep = zipObjectDeep;\\n    lodash.zipWith = zipWith;\\n\\n    // Add aliases.\\n    lodash.entries = toPairs;\\n    lodash.entriesIn = toPairsIn;\\n    lodash.extend = assignIn;\\n    lodash.extendWith = assignInWith;\\n\\n    // Add methods to `lodash.prototype`.\\n    mixin(lodash, lodash);\\n\\n    /*------------------------------------------------------------------------*/\\n\\n    // Add methods that return unwrapped values in chain sequences.\\n    lodash.add = add;\\n    lodash.attempt = attempt;\\n    lodash.camelCase = camelCase;\\n    lodash.capitalize = capitalize;\\n    lodash.ceil = ceil;\\n    lodash.clamp = clamp;\\n    lodash.clone = clone;\\n    lodash.cloneDeep = cloneDeep;\\n    lodash.cloneDeepWith = cloneDeepWith;\\n    lodash.cloneWith = cloneWith;\\n    lodash.conformsTo = conformsTo;\\n    lodash.deburr = deburr;\\n    lodash.defaultTo = defaultTo;\\n    lodash.divide = divide;\\n    lodash.endsWith = endsWith;\\n    lodash.eq = eq;\\n    lodash.escape = escape;\\n    lodash.escapeRegExp = escapeRegExp;\\n    lodash.every = every;\\n    lodash.find = find;\\n    lodash.findIndex = findIndex;\\n    lodash.findKey = findKey;\\n    lodash.findLast = findLast;\\n    lodash.findLastIndex = findLastIndex;\\n    lodash.findLastKey = findLastKey;\\n    lodash.floor = floor;\\n    lodash.forEach = forEach;\\n    lodash.forEachRight = forEachRight;\\n    lodash.forIn = forIn;\\n    lodash.forInRight = forInRight;\\n    lodash.forOwn = forOwn;\\n    lodash.forOwnRight = forOwnRight;\\n    lodash.get = get;\\n    lodash.gt = gt;\\n    lodash.gte = gte;\\n    lodash.has = has;\\n    lodash.hasIn = hasIn;\\n    lodash.head = head;\\n    lodash.identity = identity;\\n    lodash.includes = includes;\\n    lodash.indexOf = indexOf;\\n    lodash.inRange = inRange;\\n    lodash.invoke = invoke;\\n    lodash.isArguments = isArguments;\\n    lodash.isArray = isArray;\\n    lodash.isArrayBuffer = isArrayBuffer;\\n    lodash.isArrayLike = isArrayLike;\\n    lodash.isArrayLikeObject = isArrayLikeObject;\\n    lodash.isBoolean = isBoolean;\\n    lodash.isBuffer = isBuffer;\\n    lodash.isDate = isDate;\\n    lodash.isElement = isElement;\\n    lodash.isEmpty = isEmpty;\\n    lodash.isEqual = isEqual;\\n    lodash.isEqualWith = isEqualWith;\\n    lodash.isError = isError;\\n    lodash.isFinite = isFinite;\\n    lodash.isFunction = isFunction;\\n    lodash.isInteger = isInteger;\\n    lodash.isLength = isLength;\\n    lodash.isMap = isMap;\\n    lodash.isMatch = isMatch;\\n    lodash.isMatchWith = isMatchWith;\\n    lodash.isNaN = isNaN;\\n    lodash.isNative = isNative;\\n    lodash.isNil = isNil;\\n    lodash.isNull = isNull;\\n    lodash.isNumber = isNumber;\\n    lodash.isObject = isObject;\\n    lodash.isObjectLike = isObjectLike;\\n    lodash.isPlainObject = isPlainObject;\\n    lodash.isRegExp = isRegExp;\\n    lodash.isSafeInteger = isSafeInteger;\\n    lodash.isSet = isSet;\\n    lodash.isString = isString;\\n    lodash.isSymbol = isSymbol;\\n    lodash.isTypedArray = isTypedArray;\\n    lodash.isUndefined = isUndefined;\\n    lodash.isWeakMap = isWeakMap;\\n    lodash.isWeakSet = isWeakSet;\\n    lodash.join = join;\\n    lodash.kebabCase = kebabCase;\\n    lodash.last = last;\\n    lodash.lastIndexOf = lastIndexOf;\\n    lodash.lowerCase = lowerCase;\\n    lodash.lowerFirst = lowerFirst;\\n    lodash.lt = lt;\\n    lodash.lte = lte;\\n    lodash.max = max;\\n    lodash.maxBy = maxBy;\\n    lodash.mean = mean;\\n    lodash.meanBy = meanBy;\\n    lodash.min = min;\\n    lodash.minBy = minBy;\\n    lodash.stubArray = stubArray;\\n    lodash.stubFalse = stubFalse;\\n    lodash.stubObject = stubObject;\\n    lodash.stubString = stubString;\\n    lodash.stubTrue = stubTrue;\\n    lodash.multiply = multiply;\\n    lodash.nth = nth;\\n    lodash.noConflict = noConflict;\\n    lodash.noop = noop;\\n    lodash.now = now;\\n    lodash.pad = pad;\\n    lodash.padEnd = padEnd;\\n    lodash.padStart = padStart;\\n    lodash.parseInt = parseInt;\\n    lodash.random = random;\\n    lodash.reduce = reduce;\\n    lodash.reduceRight = reduceRight;\\n    lodash.repeat = repeat;\\n    lodash.replace = replace;\\n    lodash.result = result;\\n    lodash.round = round;\\n    lodash.runInContext = runInContext;\\n    lodash.sample = sample;\\n    lodash.size = size;\\n    lodash.snakeCase = snakeCase;\\n    lodash.some = some;\\n    lodash.sortedIndex = sortedIndex;\\n    lodash.sortedIndexBy = sortedIndexBy;\\n    lodash.sortedIndexOf = sortedIndexOf;\\n    lodash.sortedLastIndex = sortedLastIndex;\\n    lodash.sortedLastIndexBy = sortedLastIndexBy;\\n    lodash.sortedLastIndexOf = sortedLastIndexOf;\\n    lodash.startCase = startCase;\\n    lodash.startsWith = startsWith;\\n    lodash.subtract = subtract;\\n    lodash.sum = sum;\\n    lodash.sumBy = sumBy;\\n    lodash.template = template;\\n    lodash.times = times;\\n    lodash.toFinite = toFinite;\\n    lodash.toInteger = toInteger;\\n    lodash.toLength = toLength;\\n    lodash.toLower = toLower;\\n    lodash.toNumber = toNumber;\\n    lodash.toSafeInteger = toSafeInteger;\\n    lodash.toString = toString;\\n    lodash.toUpper = toUpper;\\n    lodash.trim = trim;\\n    lodash.trimEnd = trimEnd;\\n    lodash.trimStart = trimStart;\\n    lodash.truncate = truncate;\\n    lodash.unescape = unescape;\\n    lodash.uniqueId = uniqueId;\\n    lodash.upperCase = upperCase;\\n    lodash.upperFirst = upperFirst;\\n\\n    // Add aliases.\\n    lodash.each = forEach;\\n    lodash.eachRight = forEachRight;\\n    lodash.first = head;\\n\\n    mixin(lodash, (function() {\\n      var source = {};\\n      baseForOwn(lodash, function(func, methodName) {\\n        if (!hasOwnProperty.call(lodash.prototype, methodName)) {\\n          source[methodName] = func;\\n        }\\n      });\\n      return source;\\n    }()), { 'chain': false });\\n\\n    /*------------------------------------------------------------------------*/\\n\\n    /**\\n     * The semantic version number.\\n     *\\n     * @static\\n     * @memberOf _\\n     * @type {string}\\n     */\\n    lodash.VERSION = VERSION;\\n\\n    // Assign default placeholders.\\n    arrayEach(['bind', 'bindKey', 'curry', 'curryRight', 'partial', 'partialRight'], function(methodName) {\\n      lodash[methodName].placeholder = lodash;\\n    });\\n\\n    // Add `LazyWrapper` methods for `_.drop` and `_.take` variants.\\n    arrayEach(['drop', 'take'], function(methodName, index) {\\n      LazyWrapper.prototype[methodName] = function(n) {\\n        n = n === undefined ? 1 : nativeMax(toInteger(n), 0);\\n\\n        var result = (this.__filtered__ && !index)\\n          ? new LazyWrapper(this)\\n          : this.clone();\\n\\n        if (result.__filtered__) {\\n          result.__takeCount__ = nativeMin(n, result.__takeCount__);\\n        } else {\\n          result.__views__.push({\\n            'size': nativeMin(n, MAX_ARRAY_LENGTH),\\n            'type': methodName + (result.__dir__ < 0 ? 'Right' : '')\\n          });\\n        }\\n        return result;\\n      };\\n\\n      LazyWrapper.prototype[methodName + 'Right'] = function(n) {\\n        return this.reverse()[methodName](n).reverse();\\n      };\\n    });\\n\\n    // Add `LazyWrapper` methods that accept an `iteratee` value.\\n    arrayEach(['filter', 'map', 'takeWhile'], function(methodName, index) {\\n      var type = index + 1,\\n          isFilter = type == LAZY_FILTER_FLAG || type == LAZY_WHILE_FLAG;\\n\\n      LazyWrapper.prototype[methodName] = function(iteratee) {\\n        var result = this.clone();\\n        result.__iteratees__.push({\\n          'iteratee': getIteratee(iteratee, 3),\\n          'type': type\\n        });\\n        result.__filtered__ = result.__filtered__ || isFilter;\\n        return result;\\n      };\\n    });\\n\\n    // Add `LazyWrapper` methods for `_.head` and `_.last`.\\n    arrayEach(['head', 'last'], function(methodName, index) {\\n      var takeName = 'take' + (index ? 'Right' : '');\\n\\n      LazyWrapper.prototype[methodName] = function() {\\n        return this[takeName](1).value()[0];\\n      };\\n    });\\n\\n    // Add `LazyWrapper` methods for `_.initial` and `_.tail`.\\n    arrayEach(['initial', 'tail'], function(methodName, index) {\\n      var dropName = 'drop' + (index ? '' : 'Right');\\n\\n      LazyWrapper.prototype[methodName] = function() {\\n        return this.__filtered__ ? new LazyWrapper(this) : this[dropName](1);\\n      };\\n    });\\n\\n    LazyWrapper.prototype.compact = function() {\\n      return this.filter(identity);\\n    };\\n\\n    LazyWrapper.prototype.find = function(predicate) {\\n      return this.filter(predicate).head();\\n    };\\n\\n    LazyWrapper.prototype.findLast = function(predicate) {\\n      return this.reverse().find(predicate);\\n    };\\n\\n    LazyWrapper.prototype.invokeMap = baseRest(function(path, args) {\\n      if (typeof path == 'function') {\\n        return new LazyWrapper(this);\\n      }\\n      return this.map(function(value) {\\n        return baseInvoke(value, path, args);\\n      });\\n    });\\n\\n    LazyWrapper.prototype.reject = function(predicate) {\\n      return this.filter(negate(getIteratee(predicate)));\\n    };\\n\\n    LazyWrapper.prototype.slice = function(start, end) {\\n      start = toInteger(start);\\n\\n      var result = this;\\n      if (result.__filtered__ && (start > 0 || end < 0)) {\\n        return new LazyWrapper(result);\\n      }\\n      if (start < 0) {\\n        result = result.takeRight(-start);\\n      } else if (start) {\\n        result = result.drop(start);\\n      }\\n      if (end !== undefined) {\\n        end = toInteger(end);\\n        result = end < 0 ? result.dropRight(-end) : result.take(end - start);\\n      }\\n      return result;\\n    };\\n\\n    LazyWrapper.prototype.takeRightWhile = function(predicate) {\\n      return this.reverse().takeWhile(predicate).reverse();\\n    };\\n\\n    LazyWrapper.prototype.toArray = function() {\\n      return this.take(MAX_ARRAY_LENGTH);\\n    };\\n\\n    // Add `LazyWrapper` methods to `lodash.prototype`.\\n    baseForOwn(LazyWrapper.prototype, function(func, methodName) {\\n      var checkIteratee = /^(?:filter|find|map|reject)|While$/.test(methodName),\\n          isTaker = /^(?:head|last)$/.test(methodName),\\n          lodashFunc = lodash[isTaker ? ('take' + (methodName == 'last' ? 'Right' : '')) : methodName],\\n          retUnwrapped = isTaker || /^find/.test(methodName);\\n\\n      if (!lodashFunc) {\\n        return;\\n      }\\n      lodash.prototype[methodName] = function() {\\n        var value = this.__wrapped__,\\n            args = isTaker ? [1] : arguments,\\n            isLazy = value instanceof LazyWrapper,\\n            iteratee = args[0],\\n            useLazy = isLazy || isArray(value);\\n\\n        var interceptor = function(value) {\\n          var result = lodashFunc.apply(lodash, arrayPush([value], args));\\n          return (isTaker && chainAll) ? result[0] : result;\\n        };\\n\\n        if (useLazy && checkIteratee && typeof iteratee == 'function' && iteratee.length != 1) {\\n          // Avoid lazy use if the iteratee has a \\\"length\\\" value other than `1`.\\n          isLazy = useLazy = false;\\n        }\\n        var chainAll = this.__chain__,\\n            isHybrid = !!this.__actions__.length,\\n            isUnwrapped = retUnwrapped && !chainAll,\\n            onlyLazy = isLazy && !isHybrid;\\n\\n        if (!retUnwrapped && useLazy) {\\n          value = onlyLazy ? value : new LazyWrapper(this);\\n          var result = func.apply(value, args);\\n          result.__actions__.push({ 'func': thru, 'args': [interceptor], 'thisArg': undefined });\\n          return new LodashWrapper(result, chainAll);\\n        }\\n        if (isUnwrapped && onlyLazy) {\\n          return func.apply(this, args);\\n        }\\n        result = this.thru(interceptor);\\n        return isUnwrapped ? (isTaker ? result.value()[0] : result.value()) : result;\\n      };\\n    });\\n\\n    // Add `Array` methods to `lodash.prototype`.\\n    arrayEach(['pop', 'push', 'shift', 'sort', 'splice', 'unshift'], function(methodName) {\\n      var func = arrayProto[methodName],\\n          chainName = /^(?:push|sort|unshift)$/.test(methodName) ? 'tap' : 'thru',\\n          retUnwrapped = /^(?:pop|shift)$/.test(methodName);\\n\\n      lodash.prototype[methodName] = function() {\\n        var args = arguments;\\n        if (retUnwrapped && !this.__chain__) {\\n          var value = this.value();\\n          return func.apply(isArray(value) ? value : [], args);\\n        }\\n        return this[chainName](function(value) {\\n          return func.apply(isArray(value) ? value : [], args);\\n        });\\n      };\\n    });\\n\\n    // Map minified method names to their real names.\\n    baseForOwn(LazyWrapper.prototype, function(func, methodName) {\\n      var lodashFunc = lodash[methodName];\\n      if (lodashFunc) {\\n        var key = (lodashFunc.name + ''),\\n            names = realNames[key] || (realNames[key] = []);\\n\\n        names.push({ 'name': methodName, 'func': lodashFunc });\\n      }\\n    });\\n\\n    realNames[createHybrid(undefined, WRAP_BIND_KEY_FLAG).name] = [{\\n      'name': 'wrapper',\\n      'func': undefined\\n    }];\\n\\n    // Add methods to `LazyWrapper`.\\n    LazyWrapper.prototype.clone = lazyClone;\\n    LazyWrapper.prototype.reverse = lazyReverse;\\n    LazyWrapper.prototype.value = lazyValue;\\n\\n    // Add chain sequence methods to the `lodash` wrapper.\\n    lodash.prototype.at = wrapperAt;\\n    lodash.prototype.chain = wrapperChain;\\n    lodash.prototype.commit = wrapperCommit;\\n    lodash.prototype.next = wrapperNext;\\n    lodash.prototype.plant = wrapperPlant;\\n    lodash.prototype.reverse = wrapperReverse;\\n    lodash.prototype.toJSON = lodash.prototype.valueOf = lodash.prototype.value = wrapperValue;\\n\\n    // Add lazy aliases.\\n    lodash.prototype.first = lodash.prototype.head;\\n\\n    if (symIterator) {\\n      lodash.prototype[symIterator] = wrapperToIterator;\\n    }\\n    return lodash;\\n  });\\n\\n  /*--------------------------------------------------------------------------*/\\n\\n  // Export lodash.\\n  var _ = runInContext();\\n\\n  // Some AMD build optimizers, like r.js, check for condition patterns like:\\n  if (typeof define == 'function' && typeof define.amd == 'object' && define.amd) {\\n    // Expose Lodash on the global object to prevent errors when Lodash is\\n    // loaded by a script tag in the presence of an AMD loader.\\n    // See http://requirejs.org/docs/errors.html#mismatch for more details.\\n    // Use `_.noConflict` to remove Lodash from the global object.\\n    root._ = _;\\n\\n    // Define as an anonymous module so, through path mapping, it can be\\n    // referenced as the \\\"underscore\\\" module.\\n    define(function() {\\n      return _;\\n    });\\n  }\\n  // Check for `exports` after `define` in case a build optimizer adds it.\\n  else if (freeModule) {\\n    // Export for Node.js.\\n    (freeModule.exports = _)._ = _;\\n    // Export for CommonJS support.\\n    freeExports._ = _;\\n  }\\n  else {\\n    // Export to the global object.\\n    root._ = _;\\n  }\\n}.call(this));\\n\"\n        },\n        {\n          \"id\": 337,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/background/inject.js\",\n          \"name\": \"./chrome/extension/background/inject.js\",\n          \"index\": 336,\n          \"index2\": 334,\n          \"size\": 782,\n          \"cacheable\": true,\n          \"built\": true,\n          \"optional\": false,\n          \"prefetched\": false,\n          \"chunks\": [\n            2\n          ],\n          \"issuer\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/background.js\",\n          \"issuerId\": 192,\n          \"issuerName\": \"./chrome/extension/background.js\",\n          \"issuerPath\": [\n            {\n              \"id\": 191,\n              \"identifier\": \"multi /Users/jarred/Code/styleurl/webpack/customPublicPath /Users/jarred/Code/styleurl/chrome/extension/background\",\n              \"name\": \"multi ./webpack/customPublicPath ./chrome/extension/background\",\n              \"profile\": {\n                \"factory\": 0,\n                \"building\": 0,\n                \"dependencies\": 54\n              }\n            },\n            {\n              \"id\": 192,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/background.js\",\n              \"name\": \"./chrome/extension/background.js\",\n              \"profile\": {\n                \"factory\": 54,\n                \"building\": 639,\n                \"dependencies\": 140\n              }\n            }\n          ],\n          \"profile\": {\n            \"factory\": 140,\n            \"building\": 568,\n            \"dependencies\": 1\n          },\n          \"failed\": false,\n          \"errors\": 0,\n          \"warnings\": 0,\n          \"assets\": [],\n          \"reasons\": [\n            {\n              \"moduleId\": 192,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/background.js\",\n              \"module\": \"./chrome/extension/background.js\",\n              \"moduleName\": \"./chrome/extension/background.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"./background/inject\",\n              \"loc\": \"21:14-44\"\n            }\n          ],\n          \"usedExports\": true,\n          \"providedExports\": null,\n          \"optimizationBailout\": [\n            \"ModuleConcatenation bailout: Module is not an ECMAScript module\"\n          ],\n          \"depth\": 2,\n          \"source\": \"\\\"use strict\\\";\\n\\nObject.defineProperty(exports, \\\"__esModule\\\", {\\n  value: true\\n});\\nexports.loadScript = loadScript;\\n\\nconst log = (...messages) => console.log.apply(console, [\\\"[inject]\\\", ...messages]);\\n\\nfunction isInjected(tabId) {\\n  return chrome.tabs.executeScript(tabId, {\\n    code: `var injected = window.reactExampleInjected;\\n      window.reactExampleInjected = true;\\n      injected;`,\\n    runAt: \\\"document_start\\\"\\n  });\\n}\\n\\nasync function loadScript(name, tabId, cb) {\\n  const didInject = await isInjected(tabId);\\n\\n  if (didInject) {\\n    log(\\\"SKIP injecting script\\\", name, \\\"into\\\", tabId);\\n    return;\\n  }\\n\\n  log(\\\"Injecting script\\\", name, \\\"into\\\", tabId);\\n  chrome.tabs.executeScript(tabId, {\\n    file: `/${name}.bundle.js`,\\n    runAt: \\\"document_end\\\",\\n    allFrames: false\\n  }, cb);\\n}\"\n        },\n        {\n          \"id\": 338,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/lib/toFile.js\",\n          \"name\": \"./chrome/extension/lib/toFile.js\",\n          \"index\": 338,\n          \"index2\": 336,\n          \"size\": 532,\n          \"cacheable\": true,\n          \"built\": true,\n          \"optional\": false,\n          \"prefetched\": false,\n          \"chunks\": [\n            2\n          ],\n          \"issuer\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/background.js\",\n          \"issuerId\": 192,\n          \"issuerName\": \"./chrome/extension/background.js\",\n          \"issuerPath\": [\n            {\n              \"id\": 191,\n              \"identifier\": \"multi /Users/jarred/Code/styleurl/webpack/customPublicPath /Users/jarred/Code/styleurl/chrome/extension/background\",\n              \"name\": \"multi ./webpack/customPublicPath ./chrome/extension/background\",\n              \"profile\": {\n                \"factory\": 0,\n                \"building\": 0,\n                \"dependencies\": 54\n              }\n            },\n            {\n              \"id\": 192,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/background.js\",\n              \"name\": \"./chrome/extension/background.js\",\n              \"profile\": {\n                \"factory\": 54,\n                \"building\": 639,\n                \"dependencies\": 140\n              }\n            }\n          ],\n          \"profile\": {\n            \"factory\": 140,\n            \"building\": 568,\n            \"dependencies\": 1\n          },\n          \"failed\": false,\n          \"errors\": 0,\n          \"warnings\": 0,\n          \"assets\": [],\n          \"reasons\": [\n            {\n              \"moduleId\": 192,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/background.js\",\n              \"module\": \"./chrome/extension/background.js\",\n              \"moduleName\": \"./chrome/extension/background.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"./lib/toFile\",\n              \"loc\": \"25:14-37\"\n            }\n          ],\n          \"usedExports\": true,\n          \"providedExports\": null,\n          \"optimizationBailout\": [\n            \"ModuleConcatenation bailout: Module is not an ECMAScript module\"\n          ],\n          \"depth\": 2,\n          \"source\": \"\\\"use strict\\\";\\n\\nObject.defineProperty(exports, \\\"__esModule\\\", {\\n  value: true\\n});\\nexports.toFile = void 0;\\n\\nconst toBlob = base64String => {\\n  return window.fetch(base64String).then(res => res.blob());\\n};\\n\\nconst toFile = async (base64String, type) => {\\n  const blob = await toBlob(base64String);\\n  Object.defineProperty(blob, \\\"name\\\", {\\n    get: function () {\\n      return \\\"photo.png\\\";\\n    }\\n  });\\n  Object.defineProperty(blob, \\\"type\\\", {\\n    get: function () {\\n      return type;\\n    }\\n  });\\n  return blob;\\n};\\n\\nexports.toFile = toFile;\"\n        },\n        {\n          \"id\": 339,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/lib/api.js\",\n          \"name\": \"./chrome/extension/lib/api.js\",\n          \"index\": 339,\n          \"index2\": 338,\n          \"size\": 2169,\n          \"cacheable\": true,\n          \"built\": true,\n          \"optional\": false,\n          \"prefetched\": false,\n          \"chunks\": [\n            2\n          ],\n          \"issuer\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/background.js\",\n          \"issuerId\": 192,\n          \"issuerName\": \"./chrome/extension/background.js\",\n          \"issuerPath\": [\n            {\n              \"id\": 191,\n              \"identifier\": \"multi /Users/jarred/Code/styleurl/webpack/customPublicPath /Users/jarred/Code/styleurl/chrome/extension/background\",\n              \"name\": \"multi ./webpack/customPublicPath ./chrome/extension/background\",\n              \"profile\": {\n                \"factory\": 0,\n                \"building\": 0,\n                \"dependencies\": 54\n              }\n            },\n            {\n              \"id\": 192,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/background.js\",\n              \"name\": \"./chrome/extension/background.js\",\n              \"profile\": {\n                \"factory\": 54,\n                \"building\": 639,\n                \"dependencies\": 140\n              }\n            }\n          ],\n          \"profile\": {\n            \"factory\": 140,\n            \"building\": 568,\n            \"dependencies\": 1\n          },\n          \"failed\": false,\n          \"errors\": 0,\n          \"warnings\": 0,\n          \"assets\": [],\n          \"reasons\": [\n            {\n              \"moduleId\": 192,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/background.js\",\n              \"module\": \"./chrome/extension/background.js\",\n              \"moduleName\": \"./chrome/extension/background.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"./lib/api\",\n              \"loc\": \"27:11-31\"\n            }\n          ],\n          \"usedExports\": true,\n          \"providedExports\": null,\n          \"optimizationBailout\": [\n            \"ModuleConcatenation bailout: Module is not an ECMAScript module\"\n          ],\n          \"depth\": 2,\n          \"source\": \"\\\"use strict\\\";\\n\\nObject.defineProperty(exports, \\\"__esModule\\\", {\\n  value: true\\n});\\nexports.uploadScreenshot = exports.processScreenshot = exports.uploadStylesheets = exports.buildURL = exports.SCREENSHOT_CONTENT_TYPE = void 0;\\n\\nvar _s3upload = _interopRequireDefault(require(\\\"react-s3-uploader/s3upload\\\"));\\n\\nfunction _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }\\n\\nconst uploaders = {};\\nconst SCREENSHOT_CONTENT_TYPE = \\\"image/png\\\";\\nexports.SCREENSHOT_CONTENT_TYPE = SCREENSHOT_CONTENT_TYPE;\\n\\nconst buildURL = path => {\\n  return __API_HOST__ + path;\\n};\\n\\nexports.buildURL = buildURL;\\n\\nconst apiFetch = (path, options = {}) => {\\n  return window.fetch(buildURL(path), { ...options,\\n    credentials: \\\"include\\\",\\n    headers: { ...(options.headers || {}),\\n      \\\"User-Agent\\\": `StyleURL v${chrome.app.getDetails().version} (${process.env.NODE_ENV})`,\\n      \\\"Content-Type\\\": \\\"application/json\\\"\\n    }\\n  }).then(response => response.json()).catch(error => {\\n    console.error(error);\\n    return {\\n      success: false\\n    };\\n  });\\n};\\n\\nconst uploadStylesheets = async ({\\n  stylesheets,\\n  url\\n}) => {\\n  return apiFetch(\\\"/api/stylesheet_groups\\\", {\\n    method: \\\"POST\\\",\\n    body: JSON.stringify({\\n      url,\\n      stylesheets\\n    })\\n  });\\n};\\n\\nexports.uploadStylesheets = uploadStylesheets;\\n\\nconst processScreenshot = ({\\n  key: stylesheet_key,\\n  domain: stylesheet_domain\\n}) => ({\\n  publicUrl: url\\n}) => {\\n  return apiFetch(\\\"/api/photos/process\\\", {\\n    method: \\\"POST\\\",\\n    body: JSON.stringify({\\n      url,\\n      stylesheet_key,\\n      stylesheet_domain,\\n      content_type: SCREENSHOT_CONTENT_TYPE\\n    })\\n  }).then(() => {\\n    delete uploaders[stylesheet_key];\\n  });\\n};\\n\\nexports.processScreenshot = processScreenshot;\\n\\nconst uploadScreenshot = ({\\n  key,\\n  domain,\\n  photo\\n}) => {\\n  uploaders[key] = new _s3upload.default({\\n    files: [photo],\\n    signingUrl: \\\"/api/photos/presign\\\",\\n    onFinishS3Put: processScreenshot({\\n      key,\\n      domain\\n    }),\\n    onError: error => {\\n      console.error(error);\\n      delete uploaders[key];\\n    },\\n    server: __API_HOST__,\\n    uploadRequestHeaders: {}\\n  });\\n};\\n\\nexports.uploadScreenshot = uploadScreenshot;\"\n        },\n        {\n          \"id\": 340,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/react-s3-uploader/s3upload.js\",\n          \"name\": \"./node_modules/react-s3-uploader/s3upload.js\",\n          \"index\": 340,\n          \"index2\": 337,\n          \"size\": 6801,\n          \"cacheable\": true,\n          \"built\": true,\n          \"optional\": false,\n          \"prefetched\": false,\n          \"chunks\": [\n            2\n          ],\n          \"issuer\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/lib/api.js\",\n          \"issuerId\": 339,\n          \"issuerName\": \"./chrome/extension/lib/api.js\",\n          \"issuerPath\": [\n            {\n              \"id\": 191,\n              \"identifier\": \"multi /Users/jarred/Code/styleurl/webpack/customPublicPath /Users/jarred/Code/styleurl/chrome/extension/background\",\n              \"name\": \"multi ./webpack/customPublicPath ./chrome/extension/background\",\n              \"profile\": {\n                \"factory\": 0,\n                \"building\": 0,\n                \"dependencies\": 54\n              }\n            },\n            {\n              \"id\": 192,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/background.js\",\n              \"name\": \"./chrome/extension/background.js\",\n              \"profile\": {\n                \"factory\": 54,\n                \"building\": 639,\n                \"dependencies\": 140\n              }\n            },\n            {\n              \"id\": 339,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/lib/api.js\",\n              \"name\": \"./chrome/extension/lib/api.js\",\n              \"profile\": {\n                \"factory\": 140,\n                \"building\": 568,\n                \"dependencies\": 1\n              }\n            }\n          ],\n          \"profile\": {\n            \"factory\": 304,\n            \"building\": 36\n          },\n          \"failed\": false,\n          \"errors\": 0,\n          \"warnings\": 0,\n          \"assets\": [],\n          \"reasons\": [\n            {\n              \"moduleId\": 339,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/lib/api.js\",\n              \"module\": \"./chrome/extension/lib/api.js\",\n              \"moduleName\": \"./chrome/extension/lib/api.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"react-s3-uploader/s3upload\",\n              \"loc\": \"8:39-76\"\n            }\n          ],\n          \"usedExports\": true,\n          \"providedExports\": null,\n          \"optimizationBailout\": [\n            \"ModuleConcatenation bailout: Module is not an ECMAScript module\"\n          ],\n          \"depth\": 3,\n          \"source\": \"/**\\n * Taken, CommonJS-ified, and heavily modified from:\\n * https://github.com/flyingsparx/NodeDirectUploader\\n */\\n\\nS3Upload.prototype.server = '';\\nS3Upload.prototype.signingUrl = '/sign-s3';\\nS3Upload.prototype.signingUrlMethod = 'GET';\\nS3Upload.prototype.successResponses = [200, 201];\\nS3Upload.prototype.fileElement = null;\\nS3Upload.prototype.files = null;\\n\\nS3Upload.prototype.onFinishS3Put = function(signResult, file) {\\n    return console.log('base.onFinishS3Put()', signResult.publicUrl);\\n};\\n\\nS3Upload.prototype.preprocess = function(file, next) {\\n    console.log('base.preprocess()', file);\\n    return next(file);\\n};\\n\\nS3Upload.prototype.onProgress = function(percent, status, file) {\\n    return console.log('base.onProgress()', percent, status);\\n};\\n\\nS3Upload.prototype.onError = function(status, file) {\\n    return console.log('base.onError()', status);\\n};\\n\\nS3Upload.prototype.onSignedUrl = function(result) {};\\n\\nS3Upload.prototype.scrubFilename = function(filename) {\\n    return filename.replace(/[^\\\\w\\\\d_\\\\-\\\\.]+/ig, '');\\n};\\n\\nfunction S3Upload(options) {\\n    if (options == null) {\\n        options = {};\\n    }\\n    for (var option in options) {\\n        if (options.hasOwnProperty(option)) {\\n            this[option] = options[option];\\n        }\\n    }\\n    var files = this.fileElement ? this.fileElement.files : this.files || [];\\n    this.handleFileSelect(files);\\n}\\n\\nS3Upload.prototype.handleFileSelect = function(files) {\\n    var result = [];\\n    for (var i=0; i < files.length; i++) {\\n        var file = files[i];\\n        this.preprocess(file, function(processedFile){\\n          this.onProgress(0, 'Waiting', processedFile);\\n          result.push(this.uploadFile(processedFile));\\n          return result;\\n        }.bind(this));\\n    }\\n};\\n\\nS3Upload.prototype.createCORSRequest = function(method, url, opts) {\\n    var opts = opts || {};\\n    var xhr = new XMLHttpRequest();\\n\\n    if (xhr.withCredentials != null) {\\n        xhr.open(method, url, true);\\n        if (opts.withCredentials != null) {\\n            xhr.withCredentials = opts.withCredentials;\\n        }\\n    }\\n    else if (typeof XDomainRequest !== \\\"undefined\\\") {\\n        xhr = new XDomainRequest();\\n        xhr.open(method, url);\\n    }\\n    else {\\n        xhr = null;\\n    }\\n    return xhr;\\n};\\n\\nS3Upload.prototype.executeOnSignedUrl = function(file, callback) {\\n    var fileName = this.scrubFilename(file.name);\\n    var queryString = '?objectName=' + fileName + '&contentType=' + encodeURIComponent(file.type);\\n    if (this.s3path) {\\n        queryString += '&path=' + encodeURIComponent(this.s3path);\\n    }\\n    if (this.signingUrlQueryParams) {\\n        var signingUrlQueryParams = typeof this.signingUrlQueryParams === 'function' ? this.signingUrlQueryParams() : this.signingUrlQueryParams;\\n        Object.keys(signingUrlQueryParams).forEach(function(key) {\\n            var val = signingUrlQueryParams[key];\\n            queryString += '&' + key + '=' + val;\\n        });\\n    }\\n    var xhr = this.createCORSRequest(this.signingUrlMethod,\\n        this.server + this.signingUrl + queryString, { withCredentials: this.signingUrlWithCredentials });\\n    if (this.signingUrlHeaders) {\\n        var signingUrlHeaders = typeof this.signingUrlHeaders === 'function' ? this.signingUrlHeaders() : this.signingUrlHeaders;\\n        Object.keys(signingUrlHeaders).forEach(function(key) {\\n            var val = signingUrlHeaders[key];\\n            xhr.setRequestHeader(key, val);\\n        });\\n    }\\n    xhr.overrideMimeType && xhr.overrideMimeType('text/plain; charset=x-user-defined');\\n    xhr.onreadystatechange = function() {\\n        if (xhr.readyState === 4 && this.successResponses.indexOf(xhr.status) >= 0) {\\n            var result;\\n            try {\\n                result = JSON.parse(xhr.responseText);\\n                this.onSignedUrl( result );\\n            } catch (error) {\\n                this.onError('Invalid response from server', file);\\n                return false;\\n            }\\n            return callback(result);\\n        } else if (xhr.readyState === 4 && this.successResponses.indexOf(xhr.status) < 0) {\\n            return this.onError('Could not contact request signing server. Status = ' + xhr.status, file);\\n        }\\n    }.bind(this);\\n    return xhr.send();\\n};\\n\\nS3Upload.prototype.uploadToS3 = function(file, signResult) {\\n    var xhr = this.createCORSRequest('PUT', signResult.signedUrl);\\n    if (!xhr) {\\n        this.onError('CORS not supported', file);\\n    } else {\\n        xhr.onload = function() {\\n            if (this.successResponses.indexOf(xhr.status) >= 0) {\\n                this.onProgress(100, 'Upload completed', file);\\n                return this.onFinishS3Put(signResult, file);\\n            } else {\\n                return this.onError('Upload error: ' + xhr.status, file);\\n            }\\n        }.bind(this);\\n        xhr.onerror = function() {\\n            return this.onError('XHR error', file);\\n        }.bind(this);\\n        xhr.upload.onprogress = function(e) {\\n            var percentLoaded;\\n            if (e.lengthComputable) {\\n                percentLoaded = Math.round((e.loaded / e.total) * 100);\\n                return this.onProgress(percentLoaded, percentLoaded === 100 ? 'Finalizing' : 'Uploading', file);\\n            }\\n        }.bind(this);\\n    }\\n    xhr.setRequestHeader('Content-Type', file.type);\\n    if (this.contentDisposition) {\\n        var disposition = this.contentDisposition;\\n        if (disposition === 'auto') {\\n            if (file.type.substr(0, 6) === 'image/') {\\n                disposition = 'inline';\\n            } else {\\n                disposition = 'attachment';\\n            }\\n        }\\n\\n        var fileName = this.scrubFilename(file.name)\\n        xhr.setRequestHeader('Content-Disposition', disposition + '; filename=\\\"' + fileName + '\\\"');\\n    }\\n    if (signResult.headers) {\\n        var signResultHeaders = signResult.headers\\n        Object.keys(signResultHeaders).forEach(function(key) {\\n            var val = signResultHeaders[key];\\n            xhr.setRequestHeader(key, val);\\n        })\\n    }\\n    if (this.uploadRequestHeaders) {\\n        var uploadRequestHeaders = this.uploadRequestHeaders;\\n        Object.keys(uploadRequestHeaders).forEach(function(key) {\\n            var val = uploadRequestHeaders[key];\\n            xhr.setRequestHeader(key, val);\\n        });\\n    } else {\\n        xhr.setRequestHeader('x-amz-acl', 'public-read');\\n    }\\n    this.httprequest = xhr;\\n    return xhr.send(file);\\n};\\n\\nS3Upload.prototype.uploadFile = function(file) {\\n    var uploadToS3Callback = this.uploadToS3.bind(this, file);\\n\\n    if(this.getSignedUrl) return this.getSignedUrl(file, uploadToS3Callback);\\n    return this.executeOnSignedUrl(file, uploadToS3Callback);\\n};\\n\\nS3Upload.prototype.abortUpload = function() {\\n    this.httprequest && this.httprequest.abort();\\n};\\n\\n\\nmodule.exports = S3Upload;\\n\"\n        },\n        {\n          \"id\": 341,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/lib/browserAction.js\",\n          \"name\": \"./chrome/extension/lib/browserAction.js\",\n          \"index\": 341,\n          \"index2\": 339,\n          \"size\": 2078,\n          \"cacheable\": true,\n          \"built\": true,\n          \"optional\": false,\n          \"prefetched\": false,\n          \"chunks\": [\n            2\n          ],\n          \"issuer\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/background.js\",\n          \"issuerId\": 192,\n          \"issuerName\": \"./chrome/extension/background.js\",\n          \"issuerPath\": [\n            {\n              \"id\": 191,\n              \"identifier\": \"multi /Users/jarred/Code/styleurl/webpack/customPublicPath /Users/jarred/Code/styleurl/chrome/extension/background\",\n              \"name\": \"multi ./webpack/customPublicPath ./chrome/extension/background\",\n              \"profile\": {\n                \"factory\": 0,\n                \"building\": 0,\n                \"dependencies\": 54\n              }\n            },\n            {\n              \"id\": 192,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/background.js\",\n              \"name\": \"./chrome/extension/background.js\",\n              \"profile\": {\n                \"factory\": 54,\n                \"building\": 639,\n                \"dependencies\": 140\n              }\n            }\n          ],\n          \"profile\": {\n            \"factory\": 140,\n            \"building\": 568,\n            \"dependencies\": 1\n          },\n          \"failed\": false,\n          \"errors\": 0,\n          \"warnings\": 0,\n          \"assets\": [],\n          \"reasons\": [\n            {\n              \"moduleId\": 192,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/background.js\",\n              \"module\": \"./chrome/extension/background.js\",\n              \"moduleName\": \"./chrome/extension/background.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"./lib/browserAction\",\n              \"loc\": \"29:21-51\"\n            }\n          ],\n          \"usedExports\": true,\n          \"providedExports\": null,\n          \"optimizationBailout\": [\n            \"ModuleConcatenation bailout: Module is not an ECMAScript module\"\n          ],\n          \"depth\": 2,\n          \"source\": \"\\\"use strict\\\";\\n\\nObject.defineProperty(exports, \\\"__esModule\\\", {\\n  value: true\\n});\\nexports.getBrowserActionState = exports.setBrowserActionToUploadStyle = exports.setBrowserActionToStyleApplied = exports.setBrowserActionToDefault = exports.BROWSER_ACTION_STATES = void 0;\\nconst PLUS_IMAGE_PATH = {\\n  \\\"16\\\": \\\"img/plus_16x16.png\\\",\\n  \\\"19\\\": \\\"img/plus_19x19.png\\\",\\n  \\\"38\\\": \\\"img/plus_38x38.png\\\",\\n  \\\"48\\\": \\\"img/plus_48x48.png\\\",\\n  \\\"128\\\": \\\"img/plus_128x128.png\\\"\\n};\\nconst DEFAULT_ICON_PATH = {\\n  \\\"16\\\": \\\"img/default_16x16.png\\\",\\n  \\\"19\\\": \\\"img/default_19x19.png\\\",\\n  \\\"38\\\": \\\"img/default_38x38.png\\\",\\n  \\\"48\\\": \\\"img/default_48x48.png\\\",\\n  \\\"128\\\": \\\"img/default_128x128.png\\\"\\n};\\nconst BROWSER_ACTION_STATES = {\\n  default: \\\"default\\\",\\n  style_applied: \\\"style_applied\\\",\\n  upload_style: \\\"upload_style\\\"\\n};\\nexports.BROWSER_ACTION_STATES = BROWSER_ACTION_STATES;\\nlet BROWSER_ACTION_STATE = BROWSER_ACTION_STATES.default;\\n\\nconst setBrowserActionToDefault = ({\\n  tabId\\n}) => {\\n  chrome.browserAction.setIcon({\\n    tabId,\\n    path: DEFAULT_ICON_PATH\\n  });\\n  chrome.browserAction.setTitle({\\n    tabId,\\n    title: \\\"StyleURL\\\"\\n  });\\n  BROWSER_ACTION_STATE = BROWSER_ACTION_STATES.default;\\n};\\n\\nexports.setBrowserActionToDefault = setBrowserActionToDefault;\\n\\nconst setBrowserActionToStyleApplied = ({\\n  styleCount,\\n  tabId\\n}) => {\\n  chrome.browserAction.setIcon({\\n    tabId,\\n    path: DEFAULT_ICON_PATH\\n  });\\n  chrome.browserAction.setBadgeText({\\n    text: `${styleCount}`,\\n    tabId: tabId\\n  });\\n  BROWSER_ACTION_STATE = BROWSER_ACTION_STATES.style_applied;\\n};\\n\\nexports.setBrowserActionToStyleApplied = setBrowserActionToStyleApplied;\\n\\nconst setBrowserActionToUploadStyle = ({\\n  tabId\\n}) => {\\n  chrome.browserAction.setIcon({\\n    tabId,\\n    path: PLUS_IMAGE_PATH\\n  });\\n  chrome.browserAction.setTitle({\\n    tabId,\\n    title: \\\"Export CSS changes to Gist with StyleURL\\\"\\n  });\\n  BROWSER_ACTION_STATE = BROWSER_ACTION_STATES.upload_style;\\n};\\n\\nexports.setBrowserActionToUploadStyle = setBrowserActionToUploadStyle;\\n\\nconst getBrowserActionState = () => BROWSER_ACTION_STATE;\\n\\nexports.getBrowserActionState = getBrowserActionState;\"\n        }\n      ],\n      \"filteredModules\": 0,\n      \"origins\": [\n        {\n          \"module\": \"\",\n          \"moduleIdentifier\": \"\",\n          \"moduleName\": \"\",\n          \"loc\": \"background\",\n          \"request\": null,\n          \"reasons\": []\n        }\n      ]\n    },\n    {\n      \"id\": 3,\n      \"rendered\": true,\n      \"initial\": true,\n      \"entry\": true,\n      \"size\": 257102,\n      \"names\": [\n        \"devtools\"\n      ],\n      \"files\": [\n        \"devtools.bundle.js\"\n      ],\n      \"hash\": \"f1a42d23ee2241a8935f\",\n      \"siblings\": [],\n      \"parents\": [],\n      \"children\": [],\n      \"childrenByOrder\": {},\n      \"modules\": [\n        {\n          \"id\": 2,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/webpack/buildin/global.js\",\n          \"name\": \"(webpack)/buildin/global.js\",\n          \"index\": 41,\n          \"index2\": 39,\n          \"size\": 489,\n          \"cacheable\": true,\n          \"built\": true,\n          \"optional\": false,\n          \"prefetched\": false,\n          \"chunks\": [\n            2,\n            3,\n            4\n          ],\n          \"issuer\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/background.js\",\n          \"issuerId\": 192,\n          \"issuerName\": \"./chrome/extension/background.js\",\n          \"issuerPath\": [\n            {\n              \"id\": 191,\n              \"identifier\": \"multi /Users/jarred/Code/styleurl/webpack/customPublicPath /Users/jarred/Code/styleurl/chrome/extension/background\",\n              \"name\": \"multi ./webpack/customPublicPath ./chrome/extension/background\",\n              \"profile\": {\n                \"factory\": 0,\n                \"building\": 0,\n                \"dependencies\": 54\n              }\n            },\n            {\n              \"id\": 192,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/background.js\",\n              \"name\": \"./chrome/extension/background.js\",\n              \"profile\": {\n                \"factory\": 54,\n                \"building\": 639,\n                \"dependencies\": 140\n              }\n            }\n          ],\n          \"profile\": {\n            \"factory\": 140,\n            \"building\": 568,\n            \"dependencies\": 1\n          },\n          \"failed\": false,\n          \"errors\": 0,\n          \"warnings\": 0,\n          \"assets\": [],\n          \"reasons\": [\n            {\n              \"moduleId\": 1,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/buffer/index.js\",\n              \"module\": \"./node_modules/buffer/index.js\",\n              \"moduleName\": \"./node_modules/buffer/index.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"global\",\n              \"loc\": \"1:0-41\"\n            },\n            {\n              \"moduleId\": 23,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_freeGlobal.js\",\n              \"module\": \"./node_modules/lodash/_freeGlobal.js\",\n              \"moduleName\": \"./node_modules/lodash/_freeGlobal.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"global\",\n              \"loc\": \"1:0-41\"\n            },\n            {\n              \"moduleId\": 26,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/timers-browserify/main.js\",\n              \"module\": \"./node_modules/timers-browserify/main.js\",\n              \"moduleName\": \"./node_modules/timers-browserify/main.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"global\",\n              \"loc\": \"1:0-41\"\n            },\n            {\n              \"moduleId\": 38,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/util/util.js\",\n              \"module\": \"./node_modules/util/util.js\",\n              \"moduleName\": \"./node_modules/util/util.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"global\",\n              \"loc\": \"1:0-41\"\n            },\n            {\n              \"moduleId\": 128,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/bluebird/js/browser/bluebird.js\",\n              \"module\": \"./node_modules/bluebird/js/browser/bluebird.js\",\n              \"moduleName\": \"./node_modules/bluebird/js/browser/bluebird.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"global\",\n              \"loc\": \"1:0-47\"\n            },\n            {\n              \"moduleId\": 129,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/setimmediate/setImmediate.js\",\n              \"module\": \"./node_modules/setimmediate/setImmediate.js\",\n              \"moduleName\": \"./node_modules/setimmediate/setImmediate.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"global\",\n              \"loc\": \"1:0-41\"\n            },\n            {\n              \"moduleId\": 131,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/assert/assert.js\",\n              \"module\": \"./node_modules/assert/assert.js\",\n              \"moduleName\": \"./node_modules/assert/assert.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"global\",\n              \"loc\": \"1:0-41\"\n            },\n            {\n              \"moduleId\": 133,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/buffer-shims/index.js\",\n              \"module\": \"./node_modules/buffer-shims/index.js\",\n              \"moduleName\": \"./node_modules/buffer-shims/index.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"global\",\n              \"loc\": \"1:0-41\"\n            },\n            {\n              \"moduleId\": 153,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/util-deprecate/browser.js\",\n              \"module\": \"./node_modules/util-deprecate/browser.js\",\n              \"moduleName\": \"./node_modules/util-deprecate/browser.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"global\",\n              \"loc\": \"1:0-41\"\n            },\n            {\n              \"moduleId\": 157,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/stream-http/index.js\",\n              \"module\": \"./node_modules/stream-http/index.js\",\n              \"moduleName\": \"./node_modules/stream-http/index.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"global\",\n              \"loc\": \"1:0-41\"\n            },\n            {\n              \"moduleId\": 158,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/stream-http/lib/capability.js\",\n              \"module\": \"./node_modules/stream-http/lib/capability.js\",\n              \"moduleName\": \"./node_modules/stream-http/lib/capability.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"global\",\n              \"loc\": \"1:0-44\"\n            },\n            {\n              \"moduleId\": 159,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/stream-http/lib/response.js\",\n              \"module\": \"./node_modules/stream-http/lib/response.js\",\n              \"moduleName\": \"./node_modules/stream-http/lib/response.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"global\",\n              \"loc\": \"1:0-44\"\n            },\n            {\n              \"moduleId\": 161,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/stream-http/node_modules/readable-stream/lib/_stream_readable.js\",\n              \"module\": \"./node_modules/stream-http/node_modules/readable-stream/lib/_stream_readable.js\",\n              \"moduleName\": \"./node_modules/stream-http/node_modules/readable-stream/lib/_stream_readable.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"global\",\n              \"loc\": \"1:0-50\"\n            },\n            {\n              \"moduleId\": 164,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/stream-http/node_modules/readable-stream/lib/_stream_writable.js\",\n              \"module\": \"./node_modules/stream-http/node_modules/readable-stream/lib/_stream_writable.js\",\n              \"moduleName\": \"./node_modules/stream-http/node_modules/readable-stream/lib/_stream_writable.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"global\",\n              \"loc\": \"1:0-50\"\n            },\n            {\n              \"moduleId\": 192,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/background.js\",\n              \"module\": \"./chrome/extension/background.js\",\n              \"moduleName\": \"./chrome/extension/background.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"global\",\n              \"loc\": \"1:0-57\"\n            },\n            {\n              \"moduleId\": 273,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/punycode/punycode.js\",\n              \"module\": \"./node_modules/punycode/punycode.js\",\n              \"moduleName\": \"./node_modules/punycode/punycode.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"global\",\n              \"loc\": \"1:0-41\"\n            },\n            {\n              \"moduleId\": 294,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/stream-http/lib/request.js\",\n              \"module\": \"./node_modules/stream-http/lib/request.js\",\n              \"moduleName\": \"./node_modules/stream-http/lib/request.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"global\",\n              \"loc\": \"1:0-44\"\n            },\n            {\n              \"moduleId\": 336,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/lodash.js\",\n              \"module\": \"./node_modules/lodash/lodash.js\",\n              \"moduleName\": \"./node_modules/lodash/lodash.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"global\",\n              \"loc\": \"1:0-41\"\n            }\n          ],\n          \"usedExports\": true,\n          \"providedExports\": null,\n          \"optimizationBailout\": [\n            \"ModuleConcatenation bailout: Module is not an ECMAScript module\"\n          ],\n          \"depth\": 2,\n          \"source\": \"var g;\\n\\n// This works in non-strict mode\\ng = (function() {\\n\\treturn this;\\n})();\\n\\ntry {\\n\\t// This works if eval is allowed (see CSP)\\n\\tg = g || Function(\\\"return this\\\")() || (1, eval)(\\\"this\\\");\\n} catch (e) {\\n\\t// This works if the window reference is available\\n\\tif (typeof window === \\\"object\\\") g = window;\\n}\\n\\n// g can still be undefined, but nothing to do about it...\\n// We return undefined, instead of nothing here, so it's\\n// easier to handle this case. if(!global) { ...}\\n\\nmodule.exports = g;\\n\"\n        },\n        {\n          \"id\": 3,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/process/browser.js\",\n          \"name\": \"./node_modules/process/browser.js\",\n          \"index\": 206,\n          \"index2\": 203,\n          \"size\": 5418,\n          \"cacheable\": true,\n          \"built\": true,\n          \"optional\": false,\n          \"prefetched\": false,\n          \"chunks\": [\n            2,\n            3\n          ],\n          \"issuer\": \"/Users/jarred/Code/styleurl/node_modules/bluebird/js/browser/bluebird.js\",\n          \"issuerId\": 128,\n          \"issuerName\": \"./node_modules/bluebird/js/browser/bluebird.js\",\n          \"issuerPath\": [\n            {\n              \"id\": 342,\n              \"identifier\": \"multi /Users/jarred/Code/styleurl/webpack/customPublicPath /Users/jarred/Code/styleurl/chrome/extension/devtools\",\n              \"name\": \"multi ./webpack/customPublicPath ./chrome/extension/devtools\",\n              \"profile\": {\n                \"factory\": 0,\n                \"building\": 0,\n                \"dependencies\": 54\n              }\n            },\n            {\n              \"id\": 343,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/devtools.js\",\n              \"name\": \"./chrome/extension/devtools.js\",\n              \"profile\": {\n                \"factory\": 55,\n                \"building\": 548\n              }\n            },\n            {\n              \"id\": 128,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/bluebird/js/browser/bluebird.js\",\n              \"name\": \"./node_modules/bluebird/js/browser/bluebird.js\",\n              \"profile\": {\n                \"factory\": 230,\n                \"building\": 567,\n                \"dependencies\": 245\n              }\n            }\n          ],\n          \"profile\": {\n            \"factory\": 25,\n            \"building\": 24,\n            \"dependencies\": 1\n          },\n          \"failed\": false,\n          \"errors\": 0,\n          \"warnings\": 0,\n          \"assets\": [],\n          \"reasons\": [\n            {\n              \"moduleId\": 32,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/process-nextick-args/index.js\",\n              \"module\": \"./node_modules/process-nextick-args/index.js\",\n              \"moduleName\": \"./node_modules/process-nextick-args/index.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"process\",\n              \"loc\": \"1:0-34\"\n            },\n            {\n              \"moduleId\": 38,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/util/util.js\",\n              \"module\": \"./node_modules/util/util.js\",\n              \"moduleName\": \"./node_modules/util/util.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"process\",\n              \"loc\": \"1:0-34\"\n            },\n            {\n              \"moduleId\": 70,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/path-browserify/index.js\",\n              \"module\": \"./node_modules/path-browserify/index.js\",\n              \"moduleName\": \"./node_modules/path-browserify/index.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"process\",\n              \"loc\": \"1:0-34\"\n            },\n            {\n              \"moduleId\": 128,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/bluebird/js/browser/bluebird.js\",\n              \"module\": \"./node_modules/bluebird/js/browser/bluebird.js\",\n              \"moduleName\": \"./node_modules/bluebird/js/browser/bluebird.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"process\",\n              \"loc\": \"1:0-40\"\n            },\n            {\n              \"moduleId\": 129,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/setimmediate/setImmediate.js\",\n              \"module\": \"./node_modules/setimmediate/setImmediate.js\",\n              \"moduleName\": \"./node_modules/setimmediate/setImmediate.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"process\",\n              \"loc\": \"1:0-34\"\n            },\n            {\n              \"moduleId\": 134,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/readable-stream/lib/_stream_writable.js\",\n              \"module\": \"./node_modules/readable-stream/lib/_stream_writable.js\",\n              \"moduleName\": \"./node_modules/readable-stream/lib/_stream_writable.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"process\",\n              \"loc\": \"1:0-37\"\n            },\n            {\n              \"moduleId\": 149,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/memfs/lib/process.js\",\n              \"module\": \"./node_modules/memfs/lib/process.js\",\n              \"moduleName\": \"./node_modules/memfs/lib/process.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"process\",\n              \"loc\": \"1:0-37\"\n            },\n            {\n              \"moduleId\": 149,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/memfs/lib/process.js\",\n              \"module\": \"./node_modules/memfs/lib/process.js\",\n              \"moduleName\": \"./node_modules/memfs/lib/process.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"process\",\n              \"loc\": \"8:16-34\"\n            },\n            {\n              \"moduleId\": 151,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/readable-stream/lib/_stream_readable.js\",\n              \"module\": \"./node_modules/readable-stream/lib/_stream_readable.js\",\n              \"moduleName\": \"./node_modules/readable-stream/lib/_stream_readable.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"process\",\n              \"loc\": \"1:0-37\"\n            },\n            {\n              \"moduleId\": 159,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/stream-http/lib/response.js\",\n              \"module\": \"./node_modules/stream-http/lib/response.js\",\n              \"moduleName\": \"./node_modules/stream-http/lib/response.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"process\",\n              \"loc\": \"1:0-37\"\n            },\n            {\n              \"moduleId\": 161,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/stream-http/node_modules/readable-stream/lib/_stream_readable.js\",\n              \"module\": \"./node_modules/stream-http/node_modules/readable-stream/lib/_stream_readable.js\",\n              \"moduleName\": \"./node_modules/stream-http/node_modules/readable-stream/lib/_stream_readable.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"process\",\n              \"loc\": \"1:0-43\"\n            },\n            {\n              \"moduleId\": 164,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/stream-http/node_modules/readable-stream/lib/_stream_writable.js\",\n              \"module\": \"./node_modules/stream-http/node_modules/readable-stream/lib/_stream_writable.js\",\n              \"moduleName\": \"./node_modules/stream-http/node_modules/readable-stream/lib/_stream_writable.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"process\",\n              \"loc\": \"1:0-43\"\n            },\n            {\n              \"moduleId\": 257,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/native-css/src/native-css.js\",\n              \"module\": \"./node_modules/native-css/src/native-css.js\",\n              \"moduleName\": \"./node_modules/native-css/src/native-css.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"process\",\n              \"loc\": \"1:0-37\"\n            },\n            {\n              \"moduleId\": 259,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/native-css/lib/index.js\",\n              \"module\": \"./node_modules/native-css/lib/index.js\",\n              \"moduleName\": \"./node_modules/native-css/lib/index.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"process\",\n              \"loc\": \"1:0-37\"\n            },\n            {\n              \"moduleId\": 278,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/fs-monkey/lib/correctPath.js\",\n              \"module\": \"./node_modules/fs-monkey/lib/correctPath.js\",\n              \"moduleName\": \"./node_modules/fs-monkey/lib/correctPath.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"process\",\n              \"loc\": \"1:0-37\"\n            },\n            {\n              \"moduleId\": 293,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/fetch/lib/fetch.js\",\n              \"module\": \"./node_modules/fetch/lib/fetch.js\",\n              \"moduleName\": \"./node_modules/fetch/lib/fetch.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"process\",\n              \"loc\": \"1:0-37\"\n            },\n            {\n              \"moduleId\": 294,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/stream-http/lib/request.js\",\n              \"module\": \"./node_modules/stream-http/lib/request.js\",\n              \"moduleName\": \"./node_modules/stream-http/lib/request.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"process\",\n              \"loc\": \"1:0-37\"\n            },\n            {\n              \"moduleId\": 302,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/browserify-zlib/lib/index.js\",\n              \"module\": \"./node_modules/browserify-zlib/lib/index.js\",\n              \"moduleName\": \"./node_modules/browserify-zlib/lib/index.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"process\",\n              \"loc\": \"1:0-37\"\n            },\n            {\n              \"moduleId\": 303,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/browserify-zlib/lib/binding.js\",\n              \"module\": \"./node_modules/browserify-zlib/lib/binding.js\",\n              \"moduleName\": \"./node_modules/browserify-zlib/lib/binding.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"process\",\n              \"loc\": \"1:0-37\"\n            },\n            {\n              \"moduleId\": 314,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/iconv-lite/lib/index.js\",\n              \"module\": \"./node_modules/iconv-lite/lib/index.js\",\n              \"moduleName\": \"./node_modules/iconv-lite/lib/index.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"process\",\n              \"loc\": \"1:0-37\"\n            }\n          ],\n          \"usedExports\": true,\n          \"providedExports\": null,\n          \"optimizationBailout\": [\n            \"ModuleConcatenation bailout: Module is not an ECMAScript module\"\n          ],\n          \"depth\": 3,\n          \"source\": \"// shim for using process in browser\\nvar process = module.exports = {};\\n\\n// cached from whatever global is present so that test runners that stub it\\n// don't break things.  But we need to wrap it in a try catch in case it is\\n// wrapped in strict mode code which doesn't define any globals.  It's inside a\\n// function because try/catches deoptimize in certain engines.\\n\\nvar cachedSetTimeout;\\nvar cachedClearTimeout;\\n\\nfunction defaultSetTimout() {\\n    throw new Error('setTimeout has not been defined');\\n}\\nfunction defaultClearTimeout () {\\n    throw new Error('clearTimeout has not been defined');\\n}\\n(function () {\\n    try {\\n        if (typeof setTimeout === 'function') {\\n            cachedSetTimeout = setTimeout;\\n        } else {\\n            cachedSetTimeout = defaultSetTimout;\\n        }\\n    } catch (e) {\\n        cachedSetTimeout = defaultSetTimout;\\n    }\\n    try {\\n        if (typeof clearTimeout === 'function') {\\n            cachedClearTimeout = clearTimeout;\\n        } else {\\n            cachedClearTimeout = defaultClearTimeout;\\n        }\\n    } catch (e) {\\n        cachedClearTimeout = defaultClearTimeout;\\n    }\\n} ())\\nfunction runTimeout(fun) {\\n    if (cachedSetTimeout === setTimeout) {\\n        //normal enviroments in sane situations\\n        return setTimeout(fun, 0);\\n    }\\n    // if setTimeout wasn't available but was latter defined\\n    if ((cachedSetTimeout === defaultSetTimout || !cachedSetTimeout) && setTimeout) {\\n        cachedSetTimeout = setTimeout;\\n        return setTimeout(fun, 0);\\n    }\\n    try {\\n        // when when somebody has screwed with setTimeout but no I.E. maddness\\n        return cachedSetTimeout(fun, 0);\\n    } catch(e){\\n        try {\\n            // When we are in I.E. but the script has been evaled so I.E. doesn't trust the global object when called normally\\n            return cachedSetTimeout.call(null, fun, 0);\\n        } catch(e){\\n            // same as above but when it's a version of I.E. that must have the global object for 'this', hopfully our context correct otherwise it will throw a global error\\n            return cachedSetTimeout.call(this, fun, 0);\\n        }\\n    }\\n\\n\\n}\\nfunction runClearTimeout(marker) {\\n    if (cachedClearTimeout === clearTimeout) {\\n        //normal enviroments in sane situations\\n        return clearTimeout(marker);\\n    }\\n    // if clearTimeout wasn't available but was latter defined\\n    if ((cachedClearTimeout === defaultClearTimeout || !cachedClearTimeout) && clearTimeout) {\\n        cachedClearTimeout = clearTimeout;\\n        return clearTimeout(marker);\\n    }\\n    try {\\n        // when when somebody has screwed with setTimeout but no I.E. maddness\\n        return cachedClearTimeout(marker);\\n    } catch (e){\\n        try {\\n            // When we are in I.E. but the script has been evaled so I.E. doesn't  trust the global object when called normally\\n            return cachedClearTimeout.call(null, marker);\\n        } catch (e){\\n            // same as above but when it's a version of I.E. that must have the global object for 'this', hopfully our context correct otherwise it will throw a global error.\\n            // Some versions of I.E. have different rules for clearTimeout vs setTimeout\\n            return cachedClearTimeout.call(this, marker);\\n        }\\n    }\\n\\n\\n\\n}\\nvar queue = [];\\nvar draining = false;\\nvar currentQueue;\\nvar queueIndex = -1;\\n\\nfunction cleanUpNextTick() {\\n    if (!draining || !currentQueue) {\\n        return;\\n    }\\n    draining = false;\\n    if (currentQueue.length) {\\n        queue = currentQueue.concat(queue);\\n    } else {\\n        queueIndex = -1;\\n    }\\n    if (queue.length) {\\n        drainQueue();\\n    }\\n}\\n\\nfunction drainQueue() {\\n    if (draining) {\\n        return;\\n    }\\n    var timeout = runTimeout(cleanUpNextTick);\\n    draining = true;\\n\\n    var len = queue.length;\\n    while(len) {\\n        currentQueue = queue;\\n        queue = [];\\n        while (++queueIndex < len) {\\n            if (currentQueue) {\\n                currentQueue[queueIndex].run();\\n            }\\n        }\\n        queueIndex = -1;\\n        len = queue.length;\\n    }\\n    currentQueue = null;\\n    draining = false;\\n    runClearTimeout(timeout);\\n}\\n\\nprocess.nextTick = function (fun) {\\n    var args = new Array(arguments.length - 1);\\n    if (arguments.length > 1) {\\n        for (var i = 1; i < arguments.length; i++) {\\n            args[i - 1] = arguments[i];\\n        }\\n    }\\n    queue.push(new Item(fun, args));\\n    if (queue.length === 1 && !draining) {\\n        runTimeout(drainQueue);\\n    }\\n};\\n\\n// v8 likes predictible objects\\nfunction Item(fun, array) {\\n    this.fun = fun;\\n    this.array = array;\\n}\\nItem.prototype.run = function () {\\n    this.fun.apply(null, this.array);\\n};\\nprocess.title = 'browser';\\nprocess.browser = true;\\nprocess.env = {};\\nprocess.argv = [];\\nprocess.version = ''; // empty string to avoid regexp issues\\nprocess.versions = {};\\n\\nfunction noop() {}\\n\\nprocess.on = noop;\\nprocess.addListener = noop;\\nprocess.once = noop;\\nprocess.off = noop;\\nprocess.removeListener = noop;\\nprocess.removeAllListeners = noop;\\nprocess.emit = noop;\\nprocess.prependListener = noop;\\nprocess.prependOnceListener = noop;\\n\\nprocess.listeners = function (name) { return [] }\\n\\nprocess.binding = function (name) {\\n    throw new Error('process.binding is not supported');\\n};\\n\\nprocess.cwd = function () { return '/' };\\nprocess.chdir = function (dir) {\\n    throw new Error('process.chdir is not supported');\\n};\\nprocess.umask = function() { return 0; };\\n\"\n        },\n        {\n          \"id\": 4,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_root.js\",\n          \"name\": \"./node_modules/lodash/_root.js\",\n          \"index\": 68,\n          \"index2\": 55,\n          \"size\": 300,\n          \"cacheable\": true,\n          \"built\": true,\n          \"optional\": false,\n          \"prefetched\": false,\n          \"chunks\": [\n            2,\n            3,\n            4\n          ],\n          \"issuer\": \"/Users/jarred/Code/styleurl/node_modules/lodash/isBuffer.js\",\n          \"issuerId\": 28,\n          \"issuerName\": \"./node_modules/lodash/isBuffer.js\",\n          \"issuerPath\": [\n            {\n              \"id\": 342,\n              \"identifier\": \"multi /Users/jarred/Code/styleurl/webpack/customPublicPath /Users/jarred/Code/styleurl/chrome/extension/devtools\",\n              \"name\": \"multi ./webpack/customPublicPath ./chrome/extension/devtools\",\n              \"profile\": {\n                \"factory\": 0,\n                \"building\": 0,\n                \"dependencies\": 54\n              }\n            },\n            {\n              \"id\": 343,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/devtools.js\",\n              \"name\": \"./chrome/extension/devtools.js\",\n              \"profile\": {\n                \"factory\": 55,\n                \"building\": 548\n              }\n            },\n            {\n              \"id\": 345,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/isEmpty.js\",\n              \"name\": \"./node_modules/lodash/isEmpty.js\",\n              \"profile\": {\n                \"factory\": 230,\n                \"building\": 567,\n                \"dependencies\": 245\n              }\n            },\n            {\n              \"id\": 28,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/isBuffer.js\",\n              \"name\": \"./node_modules/lodash/isBuffer.js\",\n              \"profile\": {\n                \"factory\": 247,\n                \"building\": 72,\n                \"dependencies\": 1\n              }\n            }\n          ],\n          \"profile\": {\n            \"factory\": 85,\n            \"building\": 100\n          },\n          \"failed\": false,\n          \"errors\": 0,\n          \"warnings\": 0,\n          \"assets\": [],\n          \"reasons\": [\n            {\n              \"moduleId\": 13,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_Symbol.js\",\n              \"module\": \"./node_modules/lodash/_Symbol.js\",\n              \"moduleName\": \"./node_modules/lodash/_Symbol.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"./_root\",\n              \"loc\": \"1:11-29\"\n            },\n            {\n              \"moduleId\": 28,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/isBuffer.js\",\n              \"module\": \"./node_modules/lodash/isBuffer.js\",\n              \"moduleName\": \"./node_modules/lodash/isBuffer.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"./_root\",\n              \"loc\": \"1:11-29\"\n            },\n            {\n              \"moduleId\": 42,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_Map.js\",\n              \"module\": \"./node_modules/lodash/_Map.js\",\n              \"moduleName\": \"./node_modules/lodash/_Map.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"./_root\",\n              \"loc\": \"2:11-29\"\n            },\n            {\n              \"moduleId\": 91,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_coreJsData.js\",\n              \"module\": \"./node_modules/lodash/_coreJsData.js\",\n              \"moduleName\": \"./node_modules/lodash/_coreJsData.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"./_root\",\n              \"loc\": \"1:11-29\"\n            },\n            {\n              \"moduleId\": 96,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_DataView.js\",\n              \"module\": \"./node_modules/lodash/_DataView.js\",\n              \"moduleName\": \"./node_modules/lodash/_DataView.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"./_root\",\n              \"loc\": \"2:11-29\"\n            },\n            {\n              \"moduleId\": 97,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_Promise.js\",\n              \"module\": \"./node_modules/lodash/_Promise.js\",\n              \"moduleName\": \"./node_modules/lodash/_Promise.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"./_root\",\n              \"loc\": \"2:11-29\"\n            },\n            {\n              \"moduleId\": 98,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_Set.js\",\n              \"module\": \"./node_modules/lodash/_Set.js\",\n              \"moduleName\": \"./node_modules/lodash/_Set.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"./_root\",\n              \"loc\": \"2:11-29\"\n            },\n            {\n              \"moduleId\": 99,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_WeakMap.js\",\n              \"module\": \"./node_modules/lodash/_WeakMap.js\",\n              \"moduleName\": \"./node_modules/lodash/_WeakMap.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"./_root\",\n              \"loc\": \"2:11-29\"\n            },\n            {\n              \"moduleId\": 227,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_Uint8Array.js\",\n              \"module\": \"./node_modules/lodash/_Uint8Array.js\",\n              \"moduleName\": \"./node_modules/lodash/_Uint8Array.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"./_root\",\n              \"loc\": \"1:11-29\"\n            }\n          ],\n          \"usedExports\": true,\n          \"providedExports\": null,\n          \"optimizationBailout\": [\n            \"ModuleConcatenation bailout: Module is not an ECMAScript module\"\n          ],\n          \"depth\": 4,\n          \"source\": \"var freeGlobal = require('./_freeGlobal');\\n\\n/** Detect free variable `self`. */\\nvar freeSelf = typeof self == 'object' && self && self.Object === Object && self;\\n\\n/** Used as a reference to the global object. */\\nvar root = freeGlobal || freeSelf || Function('return this')();\\n\\nmodule.exports = root;\\n\"\n        },\n        {\n          \"id\": 5,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_baseGetTag.js\",\n          \"name\": \"./node_modules/lodash/_baseGetTag.js\",\n          \"index\": 66,\n          \"index2\": 59,\n          \"size\": 792,\n          \"cacheable\": true,\n          \"built\": true,\n          \"optional\": false,\n          \"prefetched\": false,\n          \"chunks\": [\n            2,\n            3,\n            4\n          ],\n          \"issuer\": \"/Users/jarred/Code/styleurl/node_modules/lodash/isNumber.js\",\n          \"issuerId\": 344,\n          \"issuerName\": \"./node_modules/lodash/isNumber.js\",\n          \"issuerPath\": [\n            {\n              \"id\": 342,\n              \"identifier\": \"multi /Users/jarred/Code/styleurl/webpack/customPublicPath /Users/jarred/Code/styleurl/chrome/extension/devtools\",\n              \"name\": \"multi ./webpack/customPublicPath ./chrome/extension/devtools\",\n              \"profile\": {\n                \"factory\": 0,\n                \"building\": 0,\n                \"dependencies\": 54\n              }\n            },\n            {\n              \"id\": 343,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/devtools.js\",\n              \"name\": \"./chrome/extension/devtools.js\",\n              \"profile\": {\n                \"factory\": 55,\n                \"building\": 548\n              }\n            },\n            {\n              \"id\": 344,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/isNumber.js\",\n              \"name\": \"./node_modules/lodash/isNumber.js\",\n              \"profile\": {\n                \"factory\": 230,\n                \"building\": 567,\n                \"dependencies\": 245\n              }\n            }\n          ],\n          \"profile\": {\n            \"factory\": 248,\n            \"building\": 66\n          },\n          \"failed\": false,\n          \"errors\": 0,\n          \"warnings\": 0,\n          \"assets\": [],\n          \"reasons\": [\n            {\n              \"moduleId\": 27,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/isFunction.js\",\n              \"module\": \"./node_modules/lodash/isFunction.js\",\n              \"moduleName\": \"./node_modules/lodash/isFunction.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"./_baseGetTag\",\n              \"loc\": \"1:17-41\"\n            },\n            {\n              \"moduleId\": 48,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_baseIsArguments.js\",\n              \"module\": \"./node_modules/lodash/_baseIsArguments.js\",\n              \"moduleName\": \"./node_modules/lodash/_baseIsArguments.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"./_baseGetTag\",\n              \"loc\": \"1:17-41\"\n            },\n            {\n              \"moduleId\": 50,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_baseIsTypedArray.js\",\n              \"module\": \"./node_modules/lodash/_baseIsTypedArray.js\",\n              \"moduleName\": \"./node_modules/lodash/_baseIsTypedArray.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"./_baseGetTag\",\n              \"loc\": \"1:17-41\"\n            },\n            {\n              \"moduleId\": 67,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/isSymbol.js\",\n              \"module\": \"./node_modules/lodash/isSymbol.js\",\n              \"moduleName\": \"./node_modules/lodash/isSymbol.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"./_baseGetTag\",\n              \"loc\": \"1:17-41\"\n            },\n            {\n              \"moduleId\": 95,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_getTag.js\",\n              \"module\": \"./node_modules/lodash/_getTag.js\",\n              \"moduleName\": \"./node_modules/lodash/_getTag.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"./_baseGetTag\",\n              \"loc\": \"6:17-41\"\n            },\n            {\n              \"moduleId\": 344,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/isNumber.js\",\n              \"module\": \"./node_modules/lodash/isNumber.js\",\n              \"moduleName\": \"./node_modules/lodash/isNumber.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"./_baseGetTag\",\n              \"loc\": \"1:17-41\"\n            }\n          ],\n          \"usedExports\": true,\n          \"providedExports\": null,\n          \"optimizationBailout\": [\n            \"ModuleConcatenation bailout: Module is not an ECMAScript module\"\n          ],\n          \"depth\": 3,\n          \"source\": \"var Symbol = require('./_Symbol'),\\n    getRawTag = require('./_getRawTag'),\\n    objectToString = require('./_objectToString');\\n\\n/** `Object#toString` result references. */\\nvar nullTag = '[object Null]',\\n    undefinedTag = '[object Undefined]';\\n\\n/** Built-in value references. */\\nvar symToStringTag = Symbol ? Symbol.toStringTag : undefined;\\n\\n/**\\n * The base implementation of `getTag` without fallbacks for buggy environments.\\n *\\n * @private\\n * @param {*} value The value to query.\\n * @returns {string} Returns the `toStringTag`.\\n */\\nfunction baseGetTag(value) {\\n  if (value == null) {\\n    return value === undefined ? undefinedTag : nullTag;\\n  }\\n  return (symToStringTag && symToStringTag in Object(value))\\n    ? getRawTag(value)\\n    : objectToString(value);\\n}\\n\\nmodule.exports = baseGetTag;\\n\"\n        },\n        {\n          \"id\": 7,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/isArray.js\",\n          \"name\": \"./node_modules/lodash/isArray.js\",\n          \"index\": 108,\n          \"index2\": 97,\n          \"size\": 488,\n          \"cacheable\": true,\n          \"built\": true,\n          \"optional\": false,\n          \"prefetched\": false,\n          \"chunks\": [\n            2,\n            3,\n            4\n          ],\n          \"issuer\": \"/Users/jarred/Code/styleurl/node_modules/lodash/isEmpty.js\",\n          \"issuerId\": 345,\n          \"issuerName\": \"./node_modules/lodash/isEmpty.js\",\n          \"issuerPath\": [\n            {\n              \"id\": 342,\n              \"identifier\": \"multi /Users/jarred/Code/styleurl/webpack/customPublicPath /Users/jarred/Code/styleurl/chrome/extension/devtools\",\n              \"name\": \"multi ./webpack/customPublicPath ./chrome/extension/devtools\",\n              \"profile\": {\n                \"factory\": 0,\n                \"building\": 0,\n                \"dependencies\": 54\n              }\n            },\n            {\n              \"id\": 343,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/devtools.js\",\n              \"name\": \"./chrome/extension/devtools.js\",\n              \"profile\": {\n                \"factory\": 55,\n                \"building\": 548\n              }\n            },\n            {\n              \"id\": 345,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/isEmpty.js\",\n              \"name\": \"./node_modules/lodash/isEmpty.js\",\n              \"profile\": {\n                \"factory\": 230,\n                \"building\": 567,\n                \"dependencies\": 245\n              }\n            }\n          ],\n          \"profile\": {\n            \"factory\": 247,\n            \"building\": 72,\n            \"dependencies\": 1\n          },\n          \"failed\": false,\n          \"errors\": 0,\n          \"warnings\": 0,\n          \"assets\": [],\n          \"reasons\": [\n            {\n              \"moduleId\": 46,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_arrayLikeKeys.js\",\n              \"module\": \"./node_modules/lodash/_arrayLikeKeys.js\",\n              \"moduleName\": \"./node_modules/lodash/_arrayLikeKeys.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"./isArray\",\n              \"loc\": \"3:14-34\"\n            },\n            {\n              \"moduleId\": 100,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_isKey.js\",\n              \"module\": \"./node_modules/lodash/_isKey.js\",\n              \"moduleName\": \"./node_modules/lodash/_isKey.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"./isArray\",\n              \"loc\": \"1:14-34\"\n            },\n            {\n              \"moduleId\": 146,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_castPath.js\",\n              \"module\": \"./node_modules/lodash/_castPath.js\",\n              \"moduleName\": \"./node_modules/lodash/_castPath.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"./isArray\",\n              \"loc\": \"1:14-34\"\n            },\n            {\n              \"moduleId\": 195,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_baseIteratee.js\",\n              \"module\": \"./node_modules/lodash/_baseIteratee.js\",\n              \"moduleName\": \"./node_modules/lodash/_baseIteratee.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"./isArray\",\n              \"loc\": \"4:14-34\"\n            },\n            {\n              \"moduleId\": 220,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_baseIsEqualDeep.js\",\n              \"module\": \"./node_modules/lodash/_baseIsEqualDeep.js\",\n              \"moduleName\": \"./node_modules/lodash/_baseIsEqualDeep.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"./isArray\",\n              \"loc\": \"6:14-34\"\n            },\n            {\n              \"moduleId\": 232,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_baseGetAllKeys.js\",\n              \"module\": \"./node_modules/lodash/_baseGetAllKeys.js\",\n              \"moduleName\": \"./node_modules/lodash/_baseGetAllKeys.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"./isArray\",\n              \"loc\": \"2:14-34\"\n            },\n            {\n              \"moduleId\": 243,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_baseToString.js\",\n              \"module\": \"./node_modules/lodash/_baseToString.js\",\n              \"moduleName\": \"./node_modules/lodash/_baseToString.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"./isArray\",\n              \"loc\": \"3:14-34\"\n            },\n            {\n              \"moduleId\": 246,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_hasPath.js\",\n              \"module\": \"./node_modules/lodash/_hasPath.js\",\n              \"moduleName\": \"./node_modules/lodash/_hasPath.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"./isArray\",\n              \"loc\": \"3:14-34\"\n            },\n            {\n              \"moduleId\": 345,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/isEmpty.js\",\n              \"module\": \"./node_modules/lodash/isEmpty.js\",\n              \"moduleName\": \"./node_modules/lodash/isEmpty.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"./isArray\",\n              \"loc\": \"4:14-34\"\n            },\n            {\n              \"moduleId\": 348,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_isFlattenable.js\",\n              \"module\": \"./node_modules/lodash/_isFlattenable.js\",\n              \"moduleName\": \"./node_modules/lodash/_isFlattenable.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"./isArray\",\n              \"loc\": \"3:14-34\"\n            }\n          ],\n          \"usedExports\": true,\n          \"providedExports\": null,\n          \"optimizationBailout\": [\n            \"ModuleConcatenation bailout: Module is not an ECMAScript module\"\n          ],\n          \"depth\": 3,\n          \"source\": \"/**\\n * Checks if `value` is classified as an `Array` object.\\n *\\n * @static\\n * @memberOf _\\n * @since 0.1.0\\n * @category Lang\\n * @param {*} value The value to check.\\n * @returns {boolean} Returns `true` if `value` is an array, else `false`.\\n * @example\\n *\\n * _.isArray([1, 2, 3]);\\n * // => true\\n *\\n * _.isArray(document.body.children);\\n * // => false\\n *\\n * _.isArray('abc');\\n * // => false\\n *\\n * _.isArray(_.noop);\\n * // => false\\n */\\nvar isArray = Array.isArray;\\n\\nmodule.exports = isArray;\\n\"\n        },\n        {\n          \"id\": 8,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/isObjectLike.js\",\n          \"name\": \"./node_modules/lodash/isObjectLike.js\",\n          \"index\": 117,\n          \"index2\": 103,\n          \"size\": 614,\n          \"cacheable\": true,\n          \"built\": true,\n          \"optional\": false,\n          \"prefetched\": false,\n          \"chunks\": [\n            2,\n            3,\n            4\n          ],\n          \"issuer\": \"/Users/jarred/Code/styleurl/node_modules/lodash/isNumber.js\",\n          \"issuerId\": 344,\n          \"issuerName\": \"./node_modules/lodash/isNumber.js\",\n          \"issuerPath\": [\n            {\n              \"id\": 342,\n              \"identifier\": \"multi /Users/jarred/Code/styleurl/webpack/customPublicPath /Users/jarred/Code/styleurl/chrome/extension/devtools\",\n              \"name\": \"multi ./webpack/customPublicPath ./chrome/extension/devtools\",\n              \"profile\": {\n                \"factory\": 0,\n                \"building\": 0,\n                \"dependencies\": 54\n              }\n            },\n            {\n              \"id\": 343,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/devtools.js\",\n              \"name\": \"./chrome/extension/devtools.js\",\n              \"profile\": {\n                \"factory\": 55,\n                \"building\": 548\n              }\n            },\n            {\n              \"id\": 344,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/isNumber.js\",\n              \"name\": \"./node_modules/lodash/isNumber.js\",\n              \"profile\": {\n                \"factory\": 230,\n                \"building\": 567,\n                \"dependencies\": 245\n              }\n            }\n          ],\n          \"profile\": {\n            \"factory\": 248,\n            \"building\": 66\n          },\n          \"failed\": false,\n          \"errors\": 0,\n          \"warnings\": 0,\n          \"assets\": [],\n          \"reasons\": [\n            {\n              \"moduleId\": 25,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/isArguments.js\",\n              \"module\": \"./node_modules/lodash/isArguments.js\",\n              \"moduleName\": \"./node_modules/lodash/isArguments.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"./isObjectLike\",\n              \"loc\": \"2:19-44\"\n            },\n            {\n              \"moduleId\": 48,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_baseIsArguments.js\",\n              \"module\": \"./node_modules/lodash/_baseIsArguments.js\",\n              \"moduleName\": \"./node_modules/lodash/_baseIsArguments.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"./isObjectLike\",\n              \"loc\": \"2:19-44\"\n            },\n            {\n              \"moduleId\": 50,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_baseIsTypedArray.js\",\n              \"module\": \"./node_modules/lodash/_baseIsTypedArray.js\",\n              \"moduleName\": \"./node_modules/lodash/_baseIsTypedArray.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"./isObjectLike\",\n              \"loc\": \"3:19-44\"\n            },\n            {\n              \"moduleId\": 67,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/isSymbol.js\",\n              \"module\": \"./node_modules/lodash/isSymbol.js\",\n              \"moduleName\": \"./node_modules/lodash/isSymbol.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"./isObjectLike\",\n              \"loc\": \"2:19-44\"\n            },\n            {\n              \"moduleId\": 141,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_baseIsEqual.js\",\n              \"module\": \"./node_modules/lodash/_baseIsEqual.js\",\n              \"moduleName\": \"./node_modules/lodash/_baseIsEqual.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"./isObjectLike\",\n              \"loc\": \"2:19-44\"\n            },\n            {\n              \"moduleId\": 344,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/isNumber.js\",\n              \"module\": \"./node_modules/lodash/isNumber.js\",\n              \"moduleName\": \"./node_modules/lodash/isNumber.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"./isObjectLike\",\n              \"loc\": \"2:19-44\"\n            }\n          ],\n          \"usedExports\": true,\n          \"providedExports\": null,\n          \"optimizationBailout\": [\n            \"ModuleConcatenation bailout: Module is not an ECMAScript module\"\n          ],\n          \"depth\": 3,\n          \"source\": \"/**\\n * Checks if `value` is object-like. A value is object-like if it's not `null`\\n * and has a `typeof` result of \\\"object\\\".\\n *\\n * @static\\n * @memberOf _\\n * @since 4.0.0\\n * @category Lang\\n * @param {*} value The value to check.\\n * @returns {boolean} Returns `true` if `value` is object-like, else `false`.\\n * @example\\n *\\n * _.isObjectLike({});\\n * // => true\\n *\\n * _.isObjectLike([1, 2, 3]);\\n * // => true\\n *\\n * _.isObjectLike(_.noop);\\n * // => false\\n *\\n * _.isObjectLike(null);\\n * // => false\\n */\\nfunction isObjectLike(value) {\\n  return value != null && typeof value == 'object';\\n}\\n\\nmodule.exports = isObjectLike;\\n\"\n        },\n        {\n          \"id\": 9,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/webpack/buildin/module.js\",\n          \"name\": \"(webpack)/buildin/module.js\",\n          \"index\": 119,\n          \"index2\": 106,\n          \"size\": 497,\n          \"cacheable\": true,\n          \"built\": true,\n          \"optional\": false,\n          \"prefetched\": false,\n          \"chunks\": [\n            2,\n            3,\n            4\n          ],\n          \"issuer\": \"/Users/jarred/Code/styleurl/node_modules/lodash/isBuffer.js\",\n          \"issuerId\": 28,\n          \"issuerName\": \"./node_modules/lodash/isBuffer.js\",\n          \"issuerPath\": [\n            {\n              \"id\": 342,\n              \"identifier\": \"multi /Users/jarred/Code/styleurl/webpack/customPublicPath /Users/jarred/Code/styleurl/chrome/extension/devtools\",\n              \"name\": \"multi ./webpack/customPublicPath ./chrome/extension/devtools\",\n              \"profile\": {\n                \"factory\": 0,\n                \"building\": 0,\n                \"dependencies\": 54\n              }\n            },\n            {\n              \"id\": 343,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/devtools.js\",\n              \"name\": \"./chrome/extension/devtools.js\",\n              \"profile\": {\n                \"factory\": 55,\n                \"building\": 548\n              }\n            },\n            {\n              \"id\": 345,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/isEmpty.js\",\n              \"name\": \"./node_modules/lodash/isEmpty.js\",\n              \"profile\": {\n                \"factory\": 230,\n                \"building\": 567,\n                \"dependencies\": 245\n              }\n            },\n            {\n              \"id\": 28,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/isBuffer.js\",\n              \"name\": \"./node_modules/lodash/isBuffer.js\",\n              \"profile\": {\n                \"factory\": 247,\n                \"building\": 72,\n                \"dependencies\": 1\n              }\n            }\n          ],\n          \"profile\": {\n            \"factory\": 85,\n            \"building\": 100\n          },\n          \"failed\": false,\n          \"errors\": 0,\n          \"warnings\": 0,\n          \"assets\": [],\n          \"reasons\": [\n            {\n              \"moduleId\": 28,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/isBuffer.js\",\n              \"module\": \"./node_modules/lodash/isBuffer.js\",\n              \"moduleName\": \"./node_modules/lodash/isBuffer.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"module\",\n              \"loc\": \"1:0-41\"\n            },\n            {\n              \"moduleId\": 52,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_nodeUtil.js\",\n              \"module\": \"./node_modules/lodash/_nodeUtil.js\",\n              \"moduleName\": \"./node_modules/lodash/_nodeUtil.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"module\",\n              \"loc\": \"1:0-41\"\n            },\n            {\n              \"moduleId\": 273,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/punycode/punycode.js\",\n              \"module\": \"./node_modules/punycode/punycode.js\",\n              \"moduleName\": \"./node_modules/punycode/punycode.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"module\",\n              \"loc\": \"1:0-41\"\n            },\n            {\n              \"moduleId\": 286,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/css/node_modules/source-map/lib/source-map/source-map-generator.js\",\n              \"module\": \"./node_modules/css/node_modules/source-map/lib/source-map/source-map-generator.js\",\n              \"moduleName\": \"./node_modules/css/node_modules/source-map/lib/source-map/source-map-generator.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"module\",\n              \"loc\": \"1:0-53\"\n            },\n            {\n              \"moduleId\": 287,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/css/node_modules/source-map/lib/source-map/source-map-consumer.js\",\n              \"module\": \"./node_modules/css/node_modules/source-map/lib/source-map/source-map-consumer.js\",\n              \"moduleName\": \"./node_modules/css/node_modules/source-map/lib/source-map/source-map-consumer.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"module\",\n              \"loc\": \"1:0-53\"\n            },\n            {\n              \"moduleId\": 288,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/css/node_modules/source-map/lib/source-map/source-node.js\",\n              \"module\": \"./node_modules/css/node_modules/source-map/lib/source-map/source-node.js\",\n              \"moduleName\": \"./node_modules/css/node_modules/source-map/lib/source-map/source-node.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"module\",\n              \"loc\": \"1:0-53\"\n            },\n            {\n              \"moduleId\": 336,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/lodash.js\",\n              \"module\": \"./node_modules/lodash/lodash.js\",\n              \"moduleName\": \"./node_modules/lodash/lodash.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"module\",\n              \"loc\": \"1:0-41\"\n            }\n          ],\n          \"usedExports\": true,\n          \"providedExports\": null,\n          \"optimizationBailout\": [\n            \"ModuleConcatenation bailout: Module is not an ECMAScript module\"\n          ],\n          \"depth\": 4,\n          \"source\": \"module.exports = function(module) {\\n\\tif (!module.webpackPolyfill) {\\n\\t\\tmodule.deprecate = function() {};\\n\\t\\tmodule.paths = [];\\n\\t\\t// module.parent = undefined by default\\n\\t\\tif (!module.children) module.children = [];\\n\\t\\tObject.defineProperty(module, \\\"loaded\\\", {\\n\\t\\t\\tenumerable: true,\\n\\t\\t\\tget: function() {\\n\\t\\t\\t\\treturn module.l;\\n\\t\\t\\t}\\n\\t\\t});\\n\\t\\tObject.defineProperty(module, \\\"id\\\", {\\n\\t\\t\\tenumerable: true,\\n\\t\\t\\tget: function() {\\n\\t\\t\\t\\treturn module.i;\\n\\t\\t\\t}\\n\\t\\t});\\n\\t\\tmodule.webpackPolyfill = 1;\\n\\t}\\n\\treturn module;\\n};\\n\"\n        },\n        {\n          \"id\": 12,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_getNative.js\",\n          \"name\": \"./node_modules/lodash/_getNative.js\",\n          \"index\": 63,\n          \"index2\": 67,\n          \"size\": 483,\n          \"cacheable\": true,\n          \"built\": true,\n          \"optional\": false,\n          \"prefetched\": false,\n          \"chunks\": [\n            2,\n            3\n          ],\n          \"issuer\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_DataView.js\",\n          \"issuerId\": 96,\n          \"issuerName\": \"./node_modules/lodash/_DataView.js\",\n          \"issuerPath\": [\n            {\n              \"id\": 342,\n              \"identifier\": \"multi /Users/jarred/Code/styleurl/webpack/customPublicPath /Users/jarred/Code/styleurl/chrome/extension/devtools\",\n              \"name\": \"multi ./webpack/customPublicPath ./chrome/extension/devtools\",\n              \"profile\": {\n                \"factory\": 0,\n                \"building\": 0,\n                \"dependencies\": 54\n              }\n            },\n            {\n              \"id\": 343,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/devtools.js\",\n              \"name\": \"./chrome/extension/devtools.js\",\n              \"profile\": {\n                \"factory\": 55,\n                \"building\": 548\n              }\n            },\n            {\n              \"id\": 345,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/isEmpty.js\",\n              \"name\": \"./node_modules/lodash/isEmpty.js\",\n              \"profile\": {\n                \"factory\": 230,\n                \"building\": 567,\n                \"dependencies\": 245\n              }\n            },\n            {\n              \"id\": 95,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_getTag.js\",\n              \"name\": \"./node_modules/lodash/_getTag.js\",\n              \"profile\": {\n                \"factory\": 247,\n                \"building\": 72,\n                \"dependencies\": 1\n              }\n            },\n            {\n              \"id\": 96,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_DataView.js\",\n              \"name\": \"./node_modules/lodash/_DataView.js\",\n              \"profile\": {\n                \"factory\": 89,\n                \"building\": 98,\n                \"dependencies\": 85\n              }\n            }\n          ],\n          \"profile\": {\n            \"factory\": 85,\n            \"building\": 16\n          },\n          \"failed\": false,\n          \"errors\": 0,\n          \"warnings\": 0,\n          \"assets\": [],\n          \"reasons\": [\n            {\n              \"moduleId\": 42,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_Map.js\",\n              \"module\": \"./node_modules/lodash/_Map.js\",\n              \"moduleName\": \"./node_modules/lodash/_Map.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"./_getNative\",\n              \"loc\": \"1:16-39\"\n            },\n            {\n              \"moduleId\": 65,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_nativeCreate.js\",\n              \"module\": \"./node_modules/lodash/_nativeCreate.js\",\n              \"moduleName\": \"./node_modules/lodash/_nativeCreate.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"./_getNative\",\n              \"loc\": \"1:16-39\"\n            },\n            {\n              \"moduleId\": 96,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_DataView.js\",\n              \"module\": \"./node_modules/lodash/_DataView.js\",\n              \"moduleName\": \"./node_modules/lodash/_DataView.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"./_getNative\",\n              \"loc\": \"1:16-39\"\n            },\n            {\n              \"moduleId\": 97,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_Promise.js\",\n              \"module\": \"./node_modules/lodash/_Promise.js\",\n              \"moduleName\": \"./node_modules/lodash/_Promise.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"./_getNative\",\n              \"loc\": \"1:16-39\"\n            },\n            {\n              \"moduleId\": 98,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_Set.js\",\n              \"module\": \"./node_modules/lodash/_Set.js\",\n              \"moduleName\": \"./node_modules/lodash/_Set.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"./_getNative\",\n              \"loc\": \"1:16-39\"\n            },\n            {\n              \"moduleId\": 99,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_WeakMap.js\",\n              \"module\": \"./node_modules/lodash/_WeakMap.js\",\n              \"moduleName\": \"./node_modules/lodash/_WeakMap.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"./_getNative\",\n              \"loc\": \"1:16-39\"\n            }\n          ],\n          \"usedExports\": true,\n          \"providedExports\": null,\n          \"optimizationBailout\": [\n            \"ModuleConcatenation bailout: Module is not an ECMAScript module\"\n          ],\n          \"depth\": 5,\n          \"source\": \"var baseIsNative = require('./_baseIsNative'),\\n    getValue = require('./_getValue');\\n\\n/**\\n * Gets the native function at `key` of `object`.\\n *\\n * @private\\n * @param {Object} object The object to query.\\n * @param {string} key The key of the method to get.\\n * @returns {*} Returns the function if it's native, else `undefined`.\\n */\\nfunction getNative(object, key) {\\n  var value = getValue(object, key);\\n  return baseIsNative(value) ? value : undefined;\\n}\\n\\nmodule.exports = getNative;\\n\"\n        },\n        {\n          \"id\": 13,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_Symbol.js\",\n          \"name\": \"./node_modules/lodash/_Symbol.js\",\n          \"index\": 67,\n          \"index2\": 56,\n          \"size\": 118,\n          \"cacheable\": true,\n          \"built\": true,\n          \"optional\": false,\n          \"prefetched\": false,\n          \"chunks\": [\n            2,\n            3,\n            4\n          ],\n          \"issuer\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_baseGetTag.js\",\n          \"issuerId\": 5,\n          \"issuerName\": \"./node_modules/lodash/_baseGetTag.js\",\n          \"issuerPath\": [\n            {\n              \"id\": 342,\n              \"identifier\": \"multi /Users/jarred/Code/styleurl/webpack/customPublicPath /Users/jarred/Code/styleurl/chrome/extension/devtools\",\n              \"name\": \"multi ./webpack/customPublicPath ./chrome/extension/devtools\",\n              \"profile\": {\n                \"factory\": 0,\n                \"building\": 0,\n                \"dependencies\": 54\n              }\n            },\n            {\n              \"id\": 343,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/devtools.js\",\n              \"name\": \"./chrome/extension/devtools.js\",\n              \"profile\": {\n                \"factory\": 55,\n                \"building\": 548\n              }\n            },\n            {\n              \"id\": 344,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/isNumber.js\",\n              \"name\": \"./node_modules/lodash/isNumber.js\",\n              \"profile\": {\n                \"factory\": 230,\n                \"building\": 567,\n                \"dependencies\": 245\n              }\n            },\n            {\n              \"id\": 5,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_baseGetTag.js\",\n              \"name\": \"./node_modules/lodash/_baseGetTag.js\",\n              \"profile\": {\n                \"factory\": 248,\n                \"building\": 66\n              }\n            }\n          ],\n          \"profile\": {\n            \"factory\": 90,\n            \"building\": 97,\n            \"dependencies\": 1\n          },\n          \"failed\": false,\n          \"errors\": 0,\n          \"warnings\": 0,\n          \"assets\": [],\n          \"reasons\": [\n            {\n              \"moduleId\": 5,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_baseGetTag.js\",\n              \"module\": \"./node_modules/lodash/_baseGetTag.js\",\n              \"moduleName\": \"./node_modules/lodash/_baseGetTag.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"./_Symbol\",\n              \"loc\": \"1:13-33\"\n            },\n            {\n              \"moduleId\": 43,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_getRawTag.js\",\n              \"module\": \"./node_modules/lodash/_getRawTag.js\",\n              \"moduleName\": \"./node_modules/lodash/_getRawTag.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"./_Symbol\",\n              \"loc\": \"1:13-33\"\n            },\n            {\n              \"moduleId\": 226,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_equalByTag.js\",\n              \"module\": \"./node_modules/lodash/_equalByTag.js\",\n              \"moduleName\": \"./node_modules/lodash/_equalByTag.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"./_Symbol\",\n              \"loc\": \"1:13-33\"\n            },\n            {\n              \"moduleId\": 243,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_baseToString.js\",\n              \"module\": \"./node_modules/lodash/_baseToString.js\",\n              \"moduleName\": \"./node_modules/lodash/_baseToString.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"./_Symbol\",\n              \"loc\": \"1:13-33\"\n            },\n            {\n              \"moduleId\": 348,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_isFlattenable.js\",\n              \"module\": \"./node_modules/lodash/_isFlattenable.js\",\n              \"moduleName\": \"./node_modules/lodash/_isFlattenable.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"./_Symbol\",\n              \"loc\": \"1:13-33\"\n            }\n          ],\n          \"usedExports\": true,\n          \"providedExports\": null,\n          \"optimizationBailout\": [\n            \"ModuleConcatenation bailout: Module is not an ECMAScript module\"\n          ],\n          \"depth\": 4,\n          \"source\": \"var root = require('./_root');\\n\\n/** Built-in value references. */\\nvar Symbol = root.Symbol;\\n\\nmodule.exports = Symbol;\\n\"\n        },\n        {\n          \"id\": 16,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/last.js\",\n          \"name\": \"./node_modules/lodash/last.js\",\n          \"index\": 164,\n          \"index2\": 162,\n          \"size\": 401,\n          \"cacheable\": true,\n          \"built\": true,\n          \"optional\": false,\n          \"prefetched\": false,\n          \"chunks\": [\n            2,\n            3,\n            4\n          ],\n          \"issuer\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/background.js\",\n          \"issuerId\": 192,\n          \"issuerName\": \"./chrome/extension/background.js\",\n          \"issuerPath\": [\n            {\n              \"id\": 191,\n              \"identifier\": \"multi /Users/jarred/Code/styleurl/webpack/customPublicPath /Users/jarred/Code/styleurl/chrome/extension/background\",\n              \"name\": \"multi ./webpack/customPublicPath ./chrome/extension/background\",\n              \"profile\": {\n                \"factory\": 0,\n                \"building\": 0,\n                \"dependencies\": 54\n              }\n            },\n            {\n              \"id\": 192,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/background.js\",\n              \"name\": \"./chrome/extension/background.js\",\n              \"profile\": {\n                \"factory\": 54,\n                \"building\": 639,\n                \"dependencies\": 140\n              }\n            }\n          ],\n          \"profile\": {\n            \"factory\": 140,\n            \"building\": 568,\n            \"dependencies\": 1\n          },\n          \"failed\": false,\n          \"errors\": 0,\n          \"warnings\": 0,\n          \"assets\": [],\n          \"reasons\": [\n            {\n              \"moduleId\": 55,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/lib/stylefile.js\",\n              \"module\": \"./chrome/extension/lib/stylefile.js\",\n              \"moduleName\": \"./chrome/extension/lib/stylefile.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"lodash/last\",\n              \"loc\": \"8:36-58\"\n            },\n            {\n              \"moduleId\": 59,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/lib/port.js\",\n              \"module\": \"./chrome/extension/lib/port.js\",\n              \"moduleName\": \"./chrome/extension/lib/port.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"lodash/last\",\n              \"loc\": \"8:36-58\"\n            },\n            {\n              \"moduleId\": 101,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/lib/gists.js\",\n              \"module\": \"./chrome/extension/lib/gists.js\",\n              \"moduleName\": \"./chrome/extension/lib/gists.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"lodash/last\",\n              \"loc\": \"10:36-58\"\n            },\n            {\n              \"moduleId\": 192,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/background.js\",\n              \"module\": \"./chrome/extension/background.js\",\n              \"moduleName\": \"./chrome/extension/background.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"lodash/last\",\n              \"loc\": \"9:36-58\"\n            }\n          ],\n          \"usedExports\": true,\n          \"providedExports\": null,\n          \"optimizationBailout\": [\n            \"ModuleConcatenation bailout: Module is not an ECMAScript module\"\n          ],\n          \"depth\": 2,\n          \"source\": \"/**\\n * Gets the last element of `array`.\\n *\\n * @static\\n * @memberOf _\\n * @since 0.1.0\\n * @category Array\\n * @param {Array} array The array to query.\\n * @returns {*} Returns the last element of `array`.\\n * @example\\n *\\n * _.last([1, 2, 3]);\\n * // => 3\\n */\\nfunction last(array) {\\n  var length = array == null ? 0 : array.length;\\n  return length ? array[length - 1] : undefined;\\n}\\n\\nmodule.exports = last;\\n\"\n        },\n        {\n          \"id\": 18,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/webpack/customPublicPath.js\",\n          \"name\": \"./webpack/customPublicPath.js\",\n          \"index\": 1,\n          \"index2\": 0,\n          \"size\": 598,\n          \"cacheable\": true,\n          \"built\": true,\n          \"optional\": false,\n          \"prefetched\": false,\n          \"chunks\": [\n            0,\n            1,\n            2,\n            3,\n            4\n          ],\n          \"issuer\": \"multi /Users/jarred/Code/styleurl/webpack/customPublicPath /Users/jarred/Code/styleurl/chrome/extension/popup\",\n          \"issuerId\": 171,\n          \"issuerName\": \"multi ./webpack/customPublicPath ./chrome/extension/popup\",\n          \"issuerPath\": [\n            {\n              \"id\": 171,\n              \"identifier\": \"multi /Users/jarred/Code/styleurl/webpack/customPublicPath /Users/jarred/Code/styleurl/chrome/extension/popup\",\n              \"name\": \"multi ./webpack/customPublicPath ./chrome/extension/popup\",\n              \"profile\": {\n                \"factory\": 0,\n                \"building\": 3\n              }\n            }\n          ],\n          \"profile\": {\n            \"factory\": 58,\n            \"building\": 445\n          },\n          \"failed\": false,\n          \"errors\": 0,\n          \"warnings\": 0,\n          \"assets\": [],\n          \"reasons\": [\n            {\n              \"moduleId\": 171,\n              \"moduleIdentifier\": \"multi /Users/jarred/Code/styleurl/webpack/customPublicPath /Users/jarred/Code/styleurl/chrome/extension/popup\",\n              \"module\": \"multi ./webpack/customPublicPath ./chrome/extension/popup\",\n              \"moduleName\": \"multi ./webpack/customPublicPath ./chrome/extension/popup\",\n              \"type\": \"single entry\",\n              \"userRequest\": \"/Users/jarred/Code/styleurl/webpack/customPublicPath\",\n              \"loc\": \"+0\"\n            },\n            {\n              \"moduleId\": 180,\n              \"moduleIdentifier\": \"multi /Users/jarred/Code/styleurl/webpack/customPublicPath /Users/jarred/Code/styleurl/chrome/extension/inject\",\n              \"module\": \"multi ./webpack/customPublicPath ./chrome/extension/inject\",\n              \"moduleName\": \"multi ./webpack/customPublicPath ./chrome/extension/inject\",\n              \"type\": \"single entry\",\n              \"userRequest\": \"/Users/jarred/Code/styleurl/webpack/customPublicPath\",\n              \"loc\": \"+0\"\n            },\n            {\n              \"moduleId\": 191,\n              \"moduleIdentifier\": \"multi /Users/jarred/Code/styleurl/webpack/customPublicPath /Users/jarred/Code/styleurl/chrome/extension/background\",\n              \"module\": \"multi ./webpack/customPublicPath ./chrome/extension/background\",\n              \"moduleName\": \"multi ./webpack/customPublicPath ./chrome/extension/background\",\n              \"type\": \"single entry\",\n              \"userRequest\": \"/Users/jarred/Code/styleurl/webpack/customPublicPath\",\n              \"loc\": \"+0\"\n            },\n            {\n              \"moduleId\": 342,\n              \"moduleIdentifier\": \"multi /Users/jarred/Code/styleurl/webpack/customPublicPath /Users/jarred/Code/styleurl/chrome/extension/devtools\",\n              \"module\": \"multi ./webpack/customPublicPath ./chrome/extension/devtools\",\n              \"moduleName\": \"multi ./webpack/customPublicPath ./chrome/extension/devtools\",\n              \"type\": \"single entry\",\n              \"userRequest\": \"/Users/jarred/Code/styleurl/webpack/customPublicPath\",\n              \"loc\": \"+0\"\n            },\n            {\n              \"moduleId\": 350,\n              \"moduleIdentifier\": \"multi /Users/jarred/Code/styleurl/webpack/customPublicPath /Users/jarred/Code/styleurl/chrome/extension/github_gist_content_script\",\n              \"module\": \"multi ./webpack/customPublicPath ./chrome/extension/github_gist_content_script\",\n              \"moduleName\": \"multi ./webpack/customPublicPath ./chrome/extension/github_gist_content_script\",\n              \"type\": \"single entry\",\n              \"userRequest\": \"/Users/jarred/Code/styleurl/webpack/customPublicPath\",\n              \"loc\": \"+0\"\n            }\n          ],\n          \"usedExports\": true,\n          \"providedExports\": null,\n          \"optimizationBailout\": [\n            \"ModuleConcatenation bailout: Module is not an ECMAScript module\"\n          ],\n          \"depth\": 1,\n          \"source\": \"\\\"use strict\\\";\\n\\n/* global __webpack_public_path__ __HOST__ __PORT__ */\\n\\n/* eslint no-global-assign: 0 camelcase: 0 */\\nif (process.env.NODE_ENV === \\\"production\\\") {\\n  __webpack_public_path__ = chrome.extension.getURL(\\\"\\\");\\n} else {\\n  // In development mode,\\n  // the iframe of injectpage cannot get correct path,\\n  // it need to get parent page protocol.\\n  const path = `//${__HOST__}:${__PORT__}/`;\\n\\n  if (location.protocol === \\\"https:\\\" || location.search.indexOf(\\\"protocol=https\\\") !== -1) {\\n    __webpack_public_path__ = `https:${path}`;\\n  } else {\\n    __webpack_public_path__ = `http:${path}`;\\n  }\\n}\"\n        },\n        {\n          \"id\": 19,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/isObject.js\",\n          \"name\": \"./node_modules/lodash/isObject.js\",\n          \"index\": 72,\n          \"index2\": 60,\n          \"size\": 733,\n          \"cacheable\": true,\n          \"built\": true,\n          \"optional\": false,\n          \"prefetched\": false,\n          \"chunks\": [\n            2,\n            3,\n            4\n          ],\n          \"issuer\": \"/Users/jarred/Code/styleurl/node_modules/lodash/isFunction.js\",\n          \"issuerId\": 27,\n          \"issuerName\": \"./node_modules/lodash/isFunction.js\",\n          \"issuerPath\": [\n            {\n              \"id\": 342,\n              \"identifier\": \"multi /Users/jarred/Code/styleurl/webpack/customPublicPath /Users/jarred/Code/styleurl/chrome/extension/devtools\",\n              \"name\": \"multi ./webpack/customPublicPath ./chrome/extension/devtools\",\n              \"profile\": {\n                \"factory\": 0,\n                \"building\": 0,\n                \"dependencies\": 54\n              }\n            },\n            {\n              \"id\": 343,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/devtools.js\",\n              \"name\": \"./chrome/extension/devtools.js\",\n              \"profile\": {\n                \"factory\": 55,\n                \"building\": 548\n              }\n            },\n            {\n              \"id\": 345,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/isEmpty.js\",\n              \"name\": \"./node_modules/lodash/isEmpty.js\",\n              \"profile\": {\n                \"factory\": 230,\n                \"building\": 567,\n                \"dependencies\": 245\n              }\n            },\n            {\n              \"id\": 37,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/isArrayLike.js\",\n              \"name\": \"./node_modules/lodash/isArrayLike.js\",\n              \"profile\": {\n                \"factory\": 247,\n                \"building\": 72,\n                \"dependencies\": 1\n              }\n            },\n            {\n              \"id\": 27,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/isFunction.js\",\n              \"name\": \"./node_modules/lodash/isFunction.js\",\n              \"profile\": {\n                \"factory\": 87,\n                \"building\": 100,\n                \"dependencies\": 0\n              }\n            }\n          ],\n          \"profile\": {\n            \"factory\": 81,\n            \"building\": 16\n          },\n          \"failed\": false,\n          \"errors\": 0,\n          \"warnings\": 0,\n          \"assets\": [],\n          \"reasons\": [\n            {\n              \"moduleId\": 27,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/isFunction.js\",\n              \"module\": \"./node_modules/lodash/isFunction.js\",\n              \"moduleName\": \"./node_modules/lodash/isFunction.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"./isObject\",\n              \"loc\": \"2:15-36\"\n            },\n            {\n              \"moduleId\": 89,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_baseIsNative.js\",\n              \"module\": \"./node_modules/lodash/_baseIsNative.js\",\n              \"moduleName\": \"./node_modules/lodash/_baseIsNative.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"./isObject\",\n              \"loc\": \"3:15-36\"\n            },\n            {\n              \"moduleId\": 143,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_isStrictComparable.js\",\n              \"module\": \"./node_modules/lodash/_isStrictComparable.js\",\n              \"moduleName\": \"./node_modules/lodash/_isStrictComparable.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"./isObject\",\n              \"loc\": \"1:15-36\"\n            },\n            {\n              \"moduleId\": 252,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/toNumber.js\",\n              \"module\": \"./node_modules/lodash/toNumber.js\",\n              \"moduleName\": \"./node_modules/lodash/toNumber.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"./isObject\",\n              \"loc\": \"1:15-36\"\n            }\n          ],\n          \"usedExports\": true,\n          \"providedExports\": null,\n          \"optimizationBailout\": [\n            \"ModuleConcatenation bailout: Module is not an ECMAScript module\"\n          ],\n          \"depth\": 5,\n          \"source\": \"/**\\n * Checks if `value` is the\\n * [language type](http://www.ecma-international.org/ecma-262/7.0/#sec-ecmascript-language-types)\\n * of `Object`. (e.g. arrays, functions, objects, regexes, `new Number(0)`, and `new String('')`)\\n *\\n * @static\\n * @memberOf _\\n * @since 0.1.0\\n * @category Lang\\n * @param {*} value The value to check.\\n * @returns {boolean} Returns `true` if `value` is an object, else `false`.\\n * @example\\n *\\n * _.isObject({});\\n * // => true\\n *\\n * _.isObject([1, 2, 3]);\\n * // => true\\n *\\n * _.isObject(_.noop);\\n * // => true\\n *\\n * _.isObject(null);\\n * // => false\\n */\\nfunction isObject(value) {\\n  var type = typeof value;\\n  return value != null && (type == 'object' || type == 'function');\\n}\\n\\nmodule.exports = isObject;\\n\"\n        },\n        {\n          \"id\": 20,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/isLength.js\",\n          \"name\": \"./node_modules/lodash/isLength.js\",\n          \"index\": 124,\n          \"index2\": 110,\n          \"size\": 802,\n          \"cacheable\": true,\n          \"built\": true,\n          \"optional\": false,\n          \"prefetched\": false,\n          \"chunks\": [\n            2,\n            3,\n            4\n          ],\n          \"issuer\": \"/Users/jarred/Code/styleurl/node_modules/lodash/isArrayLike.js\",\n          \"issuerId\": 37,\n          \"issuerName\": \"./node_modules/lodash/isArrayLike.js\",\n          \"issuerPath\": [\n            {\n              \"id\": 342,\n              \"identifier\": \"multi /Users/jarred/Code/styleurl/webpack/customPublicPath /Users/jarred/Code/styleurl/chrome/extension/devtools\",\n              \"name\": \"multi ./webpack/customPublicPath ./chrome/extension/devtools\",\n              \"profile\": {\n                \"factory\": 0,\n                \"building\": 0,\n                \"dependencies\": 54\n              }\n            },\n            {\n              \"id\": 343,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/devtools.js\",\n              \"name\": \"./chrome/extension/devtools.js\",\n              \"profile\": {\n                \"factory\": 55,\n                \"building\": 548\n              }\n            },\n            {\n              \"id\": 345,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/isEmpty.js\",\n              \"name\": \"./node_modules/lodash/isEmpty.js\",\n              \"profile\": {\n                \"factory\": 230,\n                \"building\": 567,\n                \"dependencies\": 245\n              }\n            },\n            {\n              \"id\": 37,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/isArrayLike.js\",\n              \"name\": \"./node_modules/lodash/isArrayLike.js\",\n              \"profile\": {\n                \"factory\": 247,\n                \"building\": 72,\n                \"dependencies\": 1\n              }\n            }\n          ],\n          \"profile\": {\n            \"factory\": 87,\n            \"building\": 100,\n            \"dependencies\": 0\n          },\n          \"failed\": false,\n          \"errors\": 0,\n          \"warnings\": 0,\n          \"assets\": [],\n          \"reasons\": [\n            {\n              \"moduleId\": 37,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/isArrayLike.js\",\n              \"module\": \"./node_modules/lodash/isArrayLike.js\",\n              \"moduleName\": \"./node_modules/lodash/isArrayLike.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"./isLength\",\n              \"loc\": \"2:15-36\"\n            },\n            {\n              \"moduleId\": 50,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_baseIsTypedArray.js\",\n              \"module\": \"./node_modules/lodash/_baseIsTypedArray.js\",\n              \"moduleName\": \"./node_modules/lodash/_baseIsTypedArray.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"./isLength\",\n              \"loc\": \"2:15-36\"\n            },\n            {\n              \"moduleId\": 246,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_hasPath.js\",\n              \"module\": \"./node_modules/lodash/_hasPath.js\",\n              \"moduleName\": \"./node_modules/lodash/_hasPath.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"./isLength\",\n              \"loc\": \"5:15-36\"\n            }\n          ],\n          \"usedExports\": true,\n          \"providedExports\": null,\n          \"optimizationBailout\": [\n            \"ModuleConcatenation bailout: Module is not an ECMAScript module\"\n          ],\n          \"depth\": 4,\n          \"source\": \"/** Used as references for various `Number` constants. */\\nvar MAX_SAFE_INTEGER = 9007199254740991;\\n\\n/**\\n * Checks if `value` is a valid array-like length.\\n *\\n * **Note:** This method is loosely based on\\n * [`ToLength`](http://ecma-international.org/ecma-262/7.0/#sec-tolength).\\n *\\n * @static\\n * @memberOf _\\n * @since 4.0.0\\n * @category Lang\\n * @param {*} value The value to check.\\n * @returns {boolean} Returns `true` if `value` is a valid length, else `false`.\\n * @example\\n *\\n * _.isLength(3);\\n * // => true\\n *\\n * _.isLength(Number.MIN_VALUE);\\n * // => false\\n *\\n * _.isLength(Infinity);\\n * // => false\\n *\\n * _.isLength('3');\\n * // => false\\n */\\nfunction isLength(value) {\\n  return typeof value == 'number' &&\\n    value > -1 && value % 1 == 0 && value <= MAX_SAFE_INTEGER;\\n}\\n\\nmodule.exports = isLength;\\n\"\n        },\n        {\n          \"id\": 23,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_freeGlobal.js\",\n          \"name\": \"./node_modules/lodash/_freeGlobal.js\",\n          \"index\": 69,\n          \"index2\": 54,\n          \"size\": 173,\n          \"cacheable\": true,\n          \"built\": true,\n          \"optional\": false,\n          \"prefetched\": false,\n          \"chunks\": [\n            2,\n            3,\n            4\n          ],\n          \"issuer\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_root.js\",\n          \"issuerId\": 4,\n          \"issuerName\": \"./node_modules/lodash/_root.js\",\n          \"issuerPath\": [\n            {\n              \"id\": 342,\n              \"identifier\": \"multi /Users/jarred/Code/styleurl/webpack/customPublicPath /Users/jarred/Code/styleurl/chrome/extension/devtools\",\n              \"name\": \"multi ./webpack/customPublicPath ./chrome/extension/devtools\",\n              \"profile\": {\n                \"factory\": 0,\n                \"building\": 0,\n                \"dependencies\": 54\n              }\n            },\n            {\n              \"id\": 343,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/devtools.js\",\n              \"name\": \"./chrome/extension/devtools.js\",\n              \"profile\": {\n                \"factory\": 55,\n                \"building\": 548\n              }\n            },\n            {\n              \"id\": 345,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/isEmpty.js\",\n              \"name\": \"./node_modules/lodash/isEmpty.js\",\n              \"profile\": {\n                \"factory\": 230,\n                \"building\": 567,\n                \"dependencies\": 245\n              }\n            },\n            {\n              \"id\": 28,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/isBuffer.js\",\n              \"name\": \"./node_modules/lodash/isBuffer.js\",\n              \"profile\": {\n                \"factory\": 247,\n                \"building\": 72,\n                \"dependencies\": 1\n              }\n            },\n            {\n              \"id\": 4,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_root.js\",\n              \"name\": \"./node_modules/lodash/_root.js\",\n              \"profile\": {\n                \"factory\": 85,\n                \"building\": 100\n              }\n            }\n          ],\n          \"profile\": {\n            \"factory\": 81,\n            \"building\": 16,\n            \"dependencies\": 1\n          },\n          \"failed\": false,\n          \"errors\": 0,\n          \"warnings\": 0,\n          \"assets\": [],\n          \"reasons\": [\n            {\n              \"moduleId\": 4,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_root.js\",\n              \"module\": \"./node_modules/lodash/_root.js\",\n              \"moduleName\": \"./node_modules/lodash/_root.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"./_freeGlobal\",\n              \"loc\": \"1:17-41\"\n            },\n            {\n              \"moduleId\": 52,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_nodeUtil.js\",\n              \"module\": \"./node_modules/lodash/_nodeUtil.js\",\n              \"moduleName\": \"./node_modules/lodash/_nodeUtil.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"./_freeGlobal\",\n              \"loc\": \"1:17-41\"\n            }\n          ],\n          \"usedExports\": true,\n          \"providedExports\": null,\n          \"optimizationBailout\": [\n            \"ModuleConcatenation bailout: Module is not an ECMAScript module\"\n          ],\n          \"depth\": 5,\n          \"source\": \"/** Detect free variable `global` from Node.js. */\\nvar freeGlobal = typeof global == 'object' && global && global.Object === Object && global;\\n\\nmodule.exports = freeGlobal;\\n\"\n        },\n        {\n          \"id\": 24,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/keys.js\",\n          \"name\": \"./node_modules/lodash/keys.js\",\n          \"index\": 112,\n          \"index2\": 121,\n          \"size\": 884,\n          \"cacheable\": true,\n          \"built\": true,\n          \"optional\": false,\n          \"prefetched\": false,\n          \"chunks\": [\n            2,\n            3,\n            4\n          ],\n          \"issuer\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/devtools.js\",\n          \"issuerId\": 343,\n          \"issuerName\": \"./chrome/extension/devtools.js\",\n          \"issuerPath\": [\n            {\n              \"id\": 342,\n              \"identifier\": \"multi /Users/jarred/Code/styleurl/webpack/customPublicPath /Users/jarred/Code/styleurl/chrome/extension/devtools\",\n              \"name\": \"multi ./webpack/customPublicPath ./chrome/extension/devtools\",\n              \"profile\": {\n                \"factory\": 0,\n                \"building\": 0,\n                \"dependencies\": 54\n              }\n            },\n            {\n              \"id\": 343,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/devtools.js\",\n              \"name\": \"./chrome/extension/devtools.js\",\n              \"profile\": {\n                \"factory\": 55,\n                \"building\": 548\n              }\n            }\n          ],\n          \"profile\": {\n            \"factory\": 230,\n            \"building\": 567,\n            \"dependencies\": 245\n          },\n          \"failed\": false,\n          \"errors\": 0,\n          \"warnings\": 0,\n          \"assets\": [],\n          \"reasons\": [\n            {\n              \"moduleId\": 101,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/lib/gists.js\",\n              \"module\": \"./chrome/extension/lib/gists.js\",\n              \"moduleName\": \"./chrome/extension/lib/gists.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"lodash/keys\",\n              \"loc\": \"8:36-58\"\n            },\n            {\n              \"moduleId\": 231,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_getAllKeys.js\",\n              \"module\": \"./node_modules/lodash/_getAllKeys.js\",\n              \"moduleName\": \"./node_modules/lodash/_getAllKeys.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"./keys\",\n              \"loc\": \"3:11-28\"\n            },\n            {\n              \"moduleId\": 236,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_getMatchData.js\",\n              \"module\": \"./node_modules/lodash/_getMatchData.js\",\n              \"moduleName\": \"./node_modules/lodash/_getMatchData.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"./keys\",\n              \"loc\": \"2:11-28\"\n            },\n            {\n              \"moduleId\": 253,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/values.js\",\n              \"module\": \"./node_modules/lodash/values.js\",\n              \"moduleName\": \"./node_modules/lodash/values.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"./keys\",\n              \"loc\": \"2:11-28\"\n            },\n            {\n              \"moduleId\": 343,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/devtools.js\",\n              \"module\": \"./chrome/extension/devtools.js\",\n              \"moduleName\": \"./chrome/extension/devtools.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"lodash/keys\",\n              \"loc\": \"11:36-58\"\n            }\n          ],\n          \"usedExports\": true,\n          \"providedExports\": null,\n          \"optimizationBailout\": [\n            \"ModuleConcatenation bailout: Module is not an ECMAScript module\"\n          ],\n          \"depth\": 2,\n          \"source\": \"var arrayLikeKeys = require('./_arrayLikeKeys'),\\n    baseKeys = require('./_baseKeys'),\\n    isArrayLike = require('./isArrayLike');\\n\\n/**\\n * Creates an array of the own enumerable property names of `object`.\\n *\\n * **Note:** Non-object values are coerced to objects. See the\\n * [ES spec](http://ecma-international.org/ecma-262/7.0/#sec-object.keys)\\n * for more details.\\n *\\n * @static\\n * @since 0.1.0\\n * @memberOf _\\n * @category Object\\n * @param {Object} object The object to query.\\n * @returns {Array} Returns the array of property names.\\n * @example\\n *\\n * function Foo() {\\n *   this.a = 1;\\n *   this.b = 2;\\n * }\\n *\\n * Foo.prototype.c = 3;\\n *\\n * _.keys(new Foo);\\n * // => ['a', 'b'] (iteration order is not guaranteed)\\n *\\n * _.keys('hi');\\n * // => ['0', '1']\\n */\\nfunction keys(object) {\\n  return isArrayLike(object) ? arrayLikeKeys(object) : baseKeys(object);\\n}\\n\\nmodule.exports = keys;\\n\"\n        },\n        {\n          \"id\": 25,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/isArguments.js\",\n          \"name\": \"./node_modules/lodash/isArguments.js\",\n          \"index\": 115,\n          \"index2\": 105,\n          \"size\": 1026,\n          \"cacheable\": true,\n          \"built\": true,\n          \"optional\": false,\n          \"prefetched\": false,\n          \"chunks\": [\n            2,\n            3,\n            4\n          ],\n          \"issuer\": \"/Users/jarred/Code/styleurl/node_modules/lodash/isEmpty.js\",\n          \"issuerId\": 345,\n          \"issuerName\": \"./node_modules/lodash/isEmpty.js\",\n          \"issuerPath\": [\n            {\n              \"id\": 342,\n              \"identifier\": \"multi /Users/jarred/Code/styleurl/webpack/customPublicPath /Users/jarred/Code/styleurl/chrome/extension/devtools\",\n              \"name\": \"multi ./webpack/customPublicPath ./chrome/extension/devtools\",\n              \"profile\": {\n                \"factory\": 0,\n                \"building\": 0,\n                \"dependencies\": 54\n              }\n            },\n            {\n              \"id\": 343,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/devtools.js\",\n              \"name\": \"./chrome/extension/devtools.js\",\n              \"profile\": {\n                \"factory\": 55,\n                \"building\": 548\n              }\n            },\n            {\n              \"id\": 345,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/isEmpty.js\",\n              \"name\": \"./node_modules/lodash/isEmpty.js\",\n              \"profile\": {\n                \"factory\": 230,\n                \"building\": 567,\n                \"dependencies\": 245\n              }\n            }\n          ],\n          \"profile\": {\n            \"factory\": 247,\n            \"building\": 72,\n            \"dependencies\": 1\n          },\n          \"failed\": false,\n          \"errors\": 0,\n          \"warnings\": 0,\n          \"assets\": [],\n          \"reasons\": [\n            {\n              \"moduleId\": 46,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_arrayLikeKeys.js\",\n              \"module\": \"./node_modules/lodash/_arrayLikeKeys.js\",\n              \"moduleName\": \"./node_modules/lodash/_arrayLikeKeys.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"./isArguments\",\n              \"loc\": \"2:18-42\"\n            },\n            {\n              \"moduleId\": 246,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_hasPath.js\",\n              \"module\": \"./node_modules/lodash/_hasPath.js\",\n              \"moduleName\": \"./node_modules/lodash/_hasPath.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"./isArguments\",\n              \"loc\": \"2:18-42\"\n            },\n            {\n              \"moduleId\": 345,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/isEmpty.js\",\n              \"module\": \"./node_modules/lodash/isEmpty.js\",\n              \"moduleName\": \"./node_modules/lodash/isEmpty.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"./isArguments\",\n              \"loc\": \"3:18-42\"\n            },\n            {\n              \"moduleId\": 348,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_isFlattenable.js\",\n              \"module\": \"./node_modules/lodash/_isFlattenable.js\",\n              \"moduleName\": \"./node_modules/lodash/_isFlattenable.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"./isArguments\",\n              \"loc\": \"2:18-42\"\n            }\n          ],\n          \"usedExports\": true,\n          \"providedExports\": null,\n          \"optimizationBailout\": [\n            \"ModuleConcatenation bailout: Module is not an ECMAScript module\"\n          ],\n          \"depth\": 3,\n          \"source\": \"var baseIsArguments = require('./_baseIsArguments'),\\n    isObjectLike = require('./isObjectLike');\\n\\n/** Used for built-in method references. */\\nvar objectProto = Object.prototype;\\n\\n/** Used to check objects for own properties. */\\nvar hasOwnProperty = objectProto.hasOwnProperty;\\n\\n/** Built-in value references. */\\nvar propertyIsEnumerable = objectProto.propertyIsEnumerable;\\n\\n/**\\n * Checks if `value` is likely an `arguments` object.\\n *\\n * @static\\n * @memberOf _\\n * @since 0.1.0\\n * @category Lang\\n * @param {*} value The value to check.\\n * @returns {boolean} Returns `true` if `value` is an `arguments` object,\\n *  else `false`.\\n * @example\\n *\\n * _.isArguments(function() { return arguments; }());\\n * // => true\\n *\\n * _.isArguments([1, 2, 3]);\\n * // => false\\n */\\nvar isArguments = baseIsArguments(function() { return arguments; }()) ? baseIsArguments : function(value) {\\n  return isObjectLike(value) && hasOwnProperty.call(value, 'callee') &&\\n    !propertyIsEnumerable.call(value, 'callee');\\n};\\n\\nmodule.exports = isArguments;\\n\"\n        },\n        {\n          \"id\": 26,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/timers-browserify/main.js\",\n          \"name\": \"./node_modules/timers-browserify/main.js\",\n          \"index\": 207,\n          \"index2\": 205,\n          \"size\": 1895,\n          \"cacheable\": true,\n          \"built\": true,\n          \"optional\": false,\n          \"prefetched\": false,\n          \"chunks\": [\n            2,\n            3\n          ],\n          \"issuer\": \"/Users/jarred/Code/styleurl/node_modules/bluebird/js/browser/bluebird.js\",\n          \"issuerId\": 128,\n          \"issuerName\": \"./node_modules/bluebird/js/browser/bluebird.js\",\n          \"issuerPath\": [\n            {\n              \"id\": 342,\n              \"identifier\": \"multi /Users/jarred/Code/styleurl/webpack/customPublicPath /Users/jarred/Code/styleurl/chrome/extension/devtools\",\n              \"name\": \"multi ./webpack/customPublicPath ./chrome/extension/devtools\",\n              \"profile\": {\n                \"factory\": 0,\n                \"building\": 0,\n                \"dependencies\": 54\n              }\n            },\n            {\n              \"id\": 343,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/devtools.js\",\n              \"name\": \"./chrome/extension/devtools.js\",\n              \"profile\": {\n                \"factory\": 55,\n                \"building\": 548\n              }\n            },\n            {\n              \"id\": 128,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/bluebird/js/browser/bluebird.js\",\n              \"name\": \"./node_modules/bluebird/js/browser/bluebird.js\",\n              \"profile\": {\n                \"factory\": 230,\n                \"building\": 567,\n                \"dependencies\": 245\n              }\n            }\n          ],\n          \"profile\": {\n            \"factory\": 25,\n            \"building\": 24,\n            \"dependencies\": 1\n          },\n          \"failed\": false,\n          \"errors\": 0,\n          \"warnings\": 0,\n          \"assets\": [],\n          \"reasons\": [\n            {\n              \"moduleId\": 128,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/bluebird/js/browser/bluebird.js\",\n              \"module\": \"./node_modules/bluebird/js/browser/bluebird.js\",\n              \"moduleName\": \"./node_modules/bluebird/js/browser/bluebird.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"setImmediate\",\n              \"loc\": \"1:0-47\"\n            },\n            {\n              \"moduleId\": 134,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/readable-stream/lib/_stream_writable.js\",\n              \"module\": \"./node_modules/readable-stream/lib/_stream_writable.js\",\n              \"moduleName\": \"./node_modules/readable-stream/lib/_stream_writable.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"setImmediate\",\n              \"loc\": \"1:0-44\"\n            },\n            {\n              \"moduleId\": 150,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/memfs/lib/setImmediate.js\",\n              \"module\": \"./node_modules/memfs/lib/setImmediate.js\",\n              \"moduleName\": \"./node_modules/memfs/lib/setImmediate.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"setImmediate\",\n              \"loc\": \"1:0-44\"\n            },\n            {\n              \"moduleId\": 164,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/stream-http/node_modules/readable-stream/lib/_stream_writable.js\",\n              \"module\": \"./node_modules/stream-http/node_modules/readable-stream/lib/_stream_writable.js\",\n              \"moduleName\": \"./node_modules/stream-http/node_modules/readable-stream/lib/_stream_writable.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"setImmediate\",\n              \"loc\": \"1:0-50\"\n            },\n            {\n              \"moduleId\": 289,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/source-map-resolve/source-map-resolve.js\",\n              \"module\": \"./node_modules/source-map-resolve/source-map-resolve.js\",\n              \"moduleName\": \"./node_modules/source-map-resolve/source-map-resolve.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"setImmediate\",\n              \"loc\": \"1:0-41\"\n            },\n            {\n              \"moduleId\": 293,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/fetch/lib/fetch.js\",\n              \"module\": \"./node_modules/fetch/lib/fetch.js\",\n              \"moduleName\": \"./node_modules/fetch/lib/fetch.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"setImmediate\",\n              \"loc\": \"1:0-44\"\n            }\n          ],\n          \"usedExports\": true,\n          \"providedExports\": null,\n          \"optimizationBailout\": [\n            \"ModuleConcatenation bailout: Module is not an ECMAScript module\"\n          ],\n          \"depth\": 3,\n          \"source\": \"var apply = Function.prototype.apply;\\n\\n// DOM APIs, for completeness\\n\\nexports.setTimeout = function() {\\n  return new Timeout(apply.call(setTimeout, window, arguments), clearTimeout);\\n};\\nexports.setInterval = function() {\\n  return new Timeout(apply.call(setInterval, window, arguments), clearInterval);\\n};\\nexports.clearTimeout =\\nexports.clearInterval = function(timeout) {\\n  if (timeout) {\\n    timeout.close();\\n  }\\n};\\n\\nfunction Timeout(id, clearFn) {\\n  this._id = id;\\n  this._clearFn = clearFn;\\n}\\nTimeout.prototype.unref = Timeout.prototype.ref = function() {};\\nTimeout.prototype.close = function() {\\n  this._clearFn.call(window, this._id);\\n};\\n\\n// Does not start the time, just sets up the members needed.\\nexports.enroll = function(item, msecs) {\\n  clearTimeout(item._idleTimeoutId);\\n  item._idleTimeout = msecs;\\n};\\n\\nexports.unenroll = function(item) {\\n  clearTimeout(item._idleTimeoutId);\\n  item._idleTimeout = -1;\\n};\\n\\nexports._unrefActive = exports.active = function(item) {\\n  clearTimeout(item._idleTimeoutId);\\n\\n  var msecs = item._idleTimeout;\\n  if (msecs >= 0) {\\n    item._idleTimeoutId = setTimeout(function onTimeout() {\\n      if (item._onTimeout)\\n        item._onTimeout();\\n    }, msecs);\\n  }\\n};\\n\\n// setimmediate attaches itself to the global object\\nrequire(\\\"setimmediate\\\");\\n// On some exotic environments, it's not clear which object `setimmeidate` was\\n// able to install onto.  Search each possibility in the same order as the\\n// `setimmediate` library.\\nexports.setImmediate = (typeof self !== \\\"undefined\\\" && self.setImmediate) ||\\n                       (typeof global !== \\\"undefined\\\" && global.setImmediate) ||\\n                       (this && this.setImmediate);\\nexports.clearImmediate = (typeof self !== \\\"undefined\\\" && self.clearImmediate) ||\\n                         (typeof global !== \\\"undefined\\\" && global.clearImmediate) ||\\n                         (this && this.clearImmediate);\\n\"\n        },\n        {\n          \"id\": 27,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/isFunction.js\",\n          \"name\": \"./node_modules/lodash/isFunction.js\",\n          \"index\": 65,\n          \"index2\": 61,\n          \"size\": 993,\n          \"cacheable\": true,\n          \"built\": true,\n          \"optional\": false,\n          \"prefetched\": false,\n          \"chunks\": [\n            2,\n            3,\n            4\n          ],\n          \"issuer\": \"/Users/jarred/Code/styleurl/node_modules/lodash/isArrayLike.js\",\n          \"issuerId\": 37,\n          \"issuerName\": \"./node_modules/lodash/isArrayLike.js\",\n          \"issuerPath\": [\n            {\n              \"id\": 342,\n              \"identifier\": \"multi /Users/jarred/Code/styleurl/webpack/customPublicPath /Users/jarred/Code/styleurl/chrome/extension/devtools\",\n              \"name\": \"multi ./webpack/customPublicPath ./chrome/extension/devtools\",\n              \"profile\": {\n                \"factory\": 0,\n                \"building\": 0,\n                \"dependencies\": 54\n              }\n            },\n            {\n              \"id\": 343,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/devtools.js\",\n              \"name\": \"./chrome/extension/devtools.js\",\n              \"profile\": {\n                \"factory\": 55,\n                \"building\": 548\n              }\n            },\n            {\n              \"id\": 345,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/isEmpty.js\",\n              \"name\": \"./node_modules/lodash/isEmpty.js\",\n              \"profile\": {\n                \"factory\": 230,\n                \"building\": 567,\n                \"dependencies\": 245\n              }\n            },\n            {\n              \"id\": 37,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/isArrayLike.js\",\n              \"name\": \"./node_modules/lodash/isArrayLike.js\",\n              \"profile\": {\n                \"factory\": 247,\n                \"building\": 72,\n                \"dependencies\": 1\n              }\n            }\n          ],\n          \"profile\": {\n            \"factory\": 87,\n            \"building\": 100,\n            \"dependencies\": 0\n          },\n          \"failed\": false,\n          \"errors\": 0,\n          \"warnings\": 0,\n          \"assets\": [],\n          \"reasons\": [\n            {\n              \"moduleId\": 37,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/isArrayLike.js\",\n              \"module\": \"./node_modules/lodash/isArrayLike.js\",\n              \"moduleName\": \"./node_modules/lodash/isArrayLike.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"./isFunction\",\n              \"loc\": \"1:17-40\"\n            },\n            {\n              \"moduleId\": 89,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_baseIsNative.js\",\n              \"module\": \"./node_modules/lodash/_baseIsNative.js\",\n              \"moduleName\": \"./node_modules/lodash/_baseIsNative.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"./isFunction\",\n              \"loc\": \"1:17-40\"\n            }\n          ],\n          \"usedExports\": true,\n          \"providedExports\": null,\n          \"optimizationBailout\": [\n            \"ModuleConcatenation bailout: Module is not an ECMAScript module\"\n          ],\n          \"depth\": 4,\n          \"source\": \"var baseGetTag = require('./_baseGetTag'),\\n    isObject = require('./isObject');\\n\\n/** `Object#toString` result references. */\\nvar asyncTag = '[object AsyncFunction]',\\n    funcTag = '[object Function]',\\n    genTag = '[object GeneratorFunction]',\\n    proxyTag = '[object Proxy]';\\n\\n/**\\n * Checks if `value` is classified as a `Function` object.\\n *\\n * @static\\n * @memberOf _\\n * @since 0.1.0\\n * @category Lang\\n * @param {*} value The value to check.\\n * @returns {boolean} Returns `true` if `value` is a function, else `false`.\\n * @example\\n *\\n * _.isFunction(_);\\n * // => true\\n *\\n * _.isFunction(/abc/);\\n * // => false\\n */\\nfunction isFunction(value) {\\n  if (!isObject(value)) {\\n    return false;\\n  }\\n  // The use of `Object#toString` avoids issues with the `typeof` operator\\n  // in Safari 9 which returns 'object' for typed arrays and other constructors.\\n  var tag = baseGetTag(value);\\n  return tag == funcTag || tag == genTag || tag == asyncTag || tag == proxyTag;\\n}\\n\\nmodule.exports = isFunction;\\n\"\n        },\n        {\n          \"id\": 28,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/isBuffer.js\",\n          \"name\": \"./node_modules/lodash/isBuffer.js\",\n          \"index\": 118,\n          \"index2\": 108,\n          \"size\": 1114,\n          \"cacheable\": true,\n          \"built\": true,\n          \"optional\": false,\n          \"prefetched\": false,\n          \"chunks\": [\n            2,\n            3,\n            4\n          ],\n          \"issuer\": \"/Users/jarred/Code/styleurl/node_modules/lodash/isEmpty.js\",\n          \"issuerId\": 345,\n          \"issuerName\": \"./node_modules/lodash/isEmpty.js\",\n          \"issuerPath\": [\n            {\n              \"id\": 342,\n              \"identifier\": \"multi /Users/jarred/Code/styleurl/webpack/customPublicPath /Users/jarred/Code/styleurl/chrome/extension/devtools\",\n              \"name\": \"multi ./webpack/customPublicPath ./chrome/extension/devtools\",\n              \"profile\": {\n                \"factory\": 0,\n                \"building\": 0,\n                \"dependencies\": 54\n              }\n            },\n            {\n              \"id\": 343,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/devtools.js\",\n              \"name\": \"./chrome/extension/devtools.js\",\n              \"profile\": {\n                \"factory\": 55,\n                \"building\": 548\n              }\n            },\n            {\n              \"id\": 345,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/isEmpty.js\",\n              \"name\": \"./node_modules/lodash/isEmpty.js\",\n              \"profile\": {\n                \"factory\": 230,\n                \"building\": 567,\n                \"dependencies\": 245\n              }\n            }\n          ],\n          \"profile\": {\n            \"factory\": 247,\n            \"building\": 72,\n            \"dependencies\": 1\n          },\n          \"failed\": false,\n          \"errors\": 0,\n          \"warnings\": 0,\n          \"assets\": [],\n          \"reasons\": [\n            {\n              \"moduleId\": 46,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_arrayLikeKeys.js\",\n              \"module\": \"./node_modules/lodash/_arrayLikeKeys.js\",\n              \"moduleName\": \"./node_modules/lodash/_arrayLikeKeys.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"./isBuffer\",\n              \"loc\": \"4:15-36\"\n            },\n            {\n              \"moduleId\": 220,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_baseIsEqualDeep.js\",\n              \"module\": \"./node_modules/lodash/_baseIsEqualDeep.js\",\n              \"moduleName\": \"./node_modules/lodash/_baseIsEqualDeep.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"./isBuffer\",\n              \"loc\": \"7:15-36\"\n            },\n            {\n              \"moduleId\": 345,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/isEmpty.js\",\n              \"module\": \"./node_modules/lodash/isEmpty.js\",\n              \"moduleName\": \"./node_modules/lodash/isEmpty.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"./isBuffer\",\n              \"loc\": \"6:15-36\"\n            }\n          ],\n          \"usedExports\": true,\n          \"providedExports\": null,\n          \"optimizationBailout\": [\n            \"ModuleConcatenation bailout: Module is not an ECMAScript module\"\n          ],\n          \"depth\": 3,\n          \"source\": \"var root = require('./_root'),\\n    stubFalse = require('./stubFalse');\\n\\n/** Detect free variable `exports`. */\\nvar freeExports = typeof exports == 'object' && exports && !exports.nodeType && exports;\\n\\n/** Detect free variable `module`. */\\nvar freeModule = freeExports && typeof module == 'object' && module && !module.nodeType && module;\\n\\n/** Detect the popular CommonJS extension `module.exports`. */\\nvar moduleExports = freeModule && freeModule.exports === freeExports;\\n\\n/** Built-in value references. */\\nvar Buffer = moduleExports ? root.Buffer : undefined;\\n\\n/* Built-in method references for those with the same name as other `lodash` methods. */\\nvar nativeIsBuffer = Buffer ? Buffer.isBuffer : undefined;\\n\\n/**\\n * Checks if `value` is a buffer.\\n *\\n * @static\\n * @memberOf _\\n * @since 4.3.0\\n * @category Lang\\n * @param {*} value The value to check.\\n * @returns {boolean} Returns `true` if `value` is a buffer, else `false`.\\n * @example\\n *\\n * _.isBuffer(new Buffer(2));\\n * // => true\\n *\\n * _.isBuffer(new Uint8Array(2));\\n * // => false\\n */\\nvar isBuffer = nativeIsBuffer || stubFalse;\\n\\nmodule.exports = isBuffer;\\n\"\n        },\n        {\n          \"id\": 29,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/isTypedArray.js\",\n          \"name\": \"./node_modules/lodash/isTypedArray.js\",\n          \"index\": 122,\n          \"index2\": 114,\n          \"size\": 695,\n          \"cacheable\": true,\n          \"built\": true,\n          \"optional\": false,\n          \"prefetched\": false,\n          \"chunks\": [\n            2,\n            3,\n            4\n          ],\n          \"issuer\": \"/Users/jarred/Code/styleurl/node_modules/lodash/isEmpty.js\",\n          \"issuerId\": 345,\n          \"issuerName\": \"./node_modules/lodash/isEmpty.js\",\n          \"issuerPath\": [\n            {\n              \"id\": 342,\n              \"identifier\": \"multi /Users/jarred/Code/styleurl/webpack/customPublicPath /Users/jarred/Code/styleurl/chrome/extension/devtools\",\n              \"name\": \"multi ./webpack/customPublicPath ./chrome/extension/devtools\",\n              \"profile\": {\n                \"factory\": 0,\n                \"building\": 0,\n                \"dependencies\": 54\n              }\n            },\n            {\n              \"id\": 343,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/devtools.js\",\n              \"name\": \"./chrome/extension/devtools.js\",\n              \"profile\": {\n                \"factory\": 55,\n                \"building\": 548\n              }\n            },\n            {\n              \"id\": 345,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/isEmpty.js\",\n              \"name\": \"./node_modules/lodash/isEmpty.js\",\n              \"profile\": {\n                \"factory\": 230,\n                \"building\": 567,\n                \"dependencies\": 245\n              }\n            }\n          ],\n          \"profile\": {\n            \"factory\": 247,\n            \"building\": 72,\n            \"dependencies\": 1\n          },\n          \"failed\": false,\n          \"errors\": 0,\n          \"warnings\": 0,\n          \"assets\": [],\n          \"reasons\": [\n            {\n              \"moduleId\": 46,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_arrayLikeKeys.js\",\n              \"module\": \"./node_modules/lodash/_arrayLikeKeys.js\",\n              \"moduleName\": \"./node_modules/lodash/_arrayLikeKeys.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"./isTypedArray\",\n              \"loc\": \"6:19-44\"\n            },\n            {\n              \"moduleId\": 220,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_baseIsEqualDeep.js\",\n              \"module\": \"./node_modules/lodash/_baseIsEqualDeep.js\",\n              \"moduleName\": \"./node_modules/lodash/_baseIsEqualDeep.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"./isTypedArray\",\n              \"loc\": \"8:19-44\"\n            },\n            {\n              \"moduleId\": 345,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/isEmpty.js\",\n              \"module\": \"./node_modules/lodash/isEmpty.js\",\n              \"moduleName\": \"./node_modules/lodash/isEmpty.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"./isTypedArray\",\n              \"loc\": \"8:19-44\"\n            }\n          ],\n          \"usedExports\": true,\n          \"providedExports\": null,\n          \"optimizationBailout\": [\n            \"ModuleConcatenation bailout: Module is not an ECMAScript module\"\n          ],\n          \"depth\": 3,\n          \"source\": \"var baseIsTypedArray = require('./_baseIsTypedArray'),\\n    baseUnary = require('./_baseUnary'),\\n    nodeUtil = require('./_nodeUtil');\\n\\n/* Node.js helper references. */\\nvar nodeIsTypedArray = nodeUtil && nodeUtil.isTypedArray;\\n\\n/**\\n * Checks if `value` is classified as a typed array.\\n *\\n * @static\\n * @memberOf _\\n * @since 3.0.0\\n * @category Lang\\n * @param {*} value The value to check.\\n * @returns {boolean} Returns `true` if `value` is a typed array, else `false`.\\n * @example\\n *\\n * _.isTypedArray(new Uint8Array);\\n * // => true\\n *\\n * _.isTypedArray([]);\\n * // => false\\n */\\nvar isTypedArray = nodeIsTypedArray ? baseUnary(nodeIsTypedArray) : baseIsTypedArray;\\n\\nmodule.exports = isTypedArray;\\n\"\n        },\n        {\n          \"id\": 34,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_isIndex.js\",\n          \"name\": \"./node_modules/lodash/_isIndex.js\",\n          \"index\": 121,\n          \"index2\": 109,\n          \"size\": 759,\n          \"cacheable\": true,\n          \"built\": true,\n          \"optional\": false,\n          \"prefetched\": false,\n          \"chunks\": [\n            2,\n            3,\n            4\n          ],\n          \"issuer\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_arrayLikeKeys.js\",\n          \"issuerId\": 46,\n          \"issuerName\": \"./node_modules/lodash/_arrayLikeKeys.js\",\n          \"issuerPath\": [\n            {\n              \"id\": 342,\n              \"identifier\": \"multi /Users/jarred/Code/styleurl/webpack/customPublicPath /Users/jarred/Code/styleurl/chrome/extension/devtools\",\n              \"name\": \"multi ./webpack/customPublicPath ./chrome/extension/devtools\",\n              \"profile\": {\n                \"factory\": 0,\n                \"building\": 0,\n                \"dependencies\": 54\n              }\n            },\n            {\n              \"id\": 343,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/devtools.js\",\n              \"name\": \"./chrome/extension/devtools.js\",\n              \"profile\": {\n                \"factory\": 55,\n                \"building\": 548\n              }\n            },\n            {\n              \"id\": 24,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/keys.js\",\n              \"name\": \"./node_modules/lodash/keys.js\",\n              \"profile\": {\n                \"factory\": 230,\n                \"building\": 567,\n                \"dependencies\": 245\n              }\n            },\n            {\n              \"id\": 46,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_arrayLikeKeys.js\",\n              \"name\": \"./node_modules/lodash/_arrayLikeKeys.js\",\n              \"profile\": {\n                \"factory\": 246,\n                \"building\": 73,\n                \"dependencies\": 1\n              }\n            }\n          ],\n          \"profile\": {\n            \"factory\": 83,\n            \"building\": 102\n          },\n          \"failed\": false,\n          \"errors\": 0,\n          \"warnings\": 0,\n          \"assets\": [],\n          \"reasons\": [\n            {\n              \"moduleId\": 46,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_arrayLikeKeys.js\",\n              \"module\": \"./node_modules/lodash/_arrayLikeKeys.js\",\n              \"moduleName\": \"./node_modules/lodash/_arrayLikeKeys.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"./_isIndex\",\n              \"loc\": \"5:14-35\"\n            },\n            {\n              \"moduleId\": 246,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_hasPath.js\",\n              \"module\": \"./node_modules/lodash/_hasPath.js\",\n              \"moduleName\": \"./node_modules/lodash/_hasPath.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"./_isIndex\",\n              \"loc\": \"4:14-35\"\n            }\n          ],\n          \"usedExports\": true,\n          \"providedExports\": null,\n          \"optimizationBailout\": [\n            \"ModuleConcatenation bailout: Module is not an ECMAScript module\"\n          ],\n          \"depth\": 4,\n          \"source\": \"/** Used as references for various `Number` constants. */\\nvar MAX_SAFE_INTEGER = 9007199254740991;\\n\\n/** Used to detect unsigned integer values. */\\nvar reIsUint = /^(?:0|[1-9]\\\\d*)$/;\\n\\n/**\\n * Checks if `value` is a valid array-like index.\\n *\\n * @private\\n * @param {*} value The value to check.\\n * @param {number} [length=MAX_SAFE_INTEGER] The upper bounds of a valid index.\\n * @returns {boolean} Returns `true` if `value` is a valid index, else `false`.\\n */\\nfunction isIndex(value, length) {\\n  var type = typeof value;\\n  length = length == null ? MAX_SAFE_INTEGER : length;\\n\\n  return !!length &&\\n    (type == 'number' ||\\n      (type != 'symbol' && reIsUint.test(value))) &&\\n        (value > -1 && value % 1 == 0 && value < length);\\n}\\n\\nmodule.exports = isIndex;\\n\"\n        },\n        {\n          \"id\": 35,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_baseKeys.js\",\n          \"name\": \"./node_modules/lodash/_baseKeys.js\",\n          \"index\": 127,\n          \"index2\": 119,\n          \"size\": 776,\n          \"cacheable\": true,\n          \"built\": true,\n          \"optional\": false,\n          \"prefetched\": false,\n          \"chunks\": [\n            2,\n            3,\n            4\n          ],\n          \"issuer\": \"/Users/jarred/Code/styleurl/node_modules/lodash/isEmpty.js\",\n          \"issuerId\": 345,\n          \"issuerName\": \"./node_modules/lodash/isEmpty.js\",\n          \"issuerPath\": [\n            {\n              \"id\": 342,\n              \"identifier\": \"multi /Users/jarred/Code/styleurl/webpack/customPublicPath /Users/jarred/Code/styleurl/chrome/extension/devtools\",\n              \"name\": \"multi ./webpack/customPublicPath ./chrome/extension/devtools\",\n              \"profile\": {\n                \"factory\": 0,\n                \"building\": 0,\n                \"dependencies\": 54\n              }\n            },\n            {\n              \"id\": 343,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/devtools.js\",\n              \"name\": \"./chrome/extension/devtools.js\",\n              \"profile\": {\n                \"factory\": 55,\n                \"building\": 548\n              }\n            },\n            {\n              \"id\": 345,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/isEmpty.js\",\n              \"name\": \"./node_modules/lodash/isEmpty.js\",\n              \"profile\": {\n                \"factory\": 230,\n                \"building\": 567,\n                \"dependencies\": 245\n              }\n            }\n          ],\n          \"profile\": {\n            \"factory\": 247,\n            \"building\": 72,\n            \"dependencies\": 1\n          },\n          \"failed\": false,\n          \"errors\": 0,\n          \"warnings\": 0,\n          \"assets\": [],\n          \"reasons\": [\n            {\n              \"moduleId\": 24,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/keys.js\",\n              \"module\": \"./node_modules/lodash/keys.js\",\n              \"moduleName\": \"./node_modules/lodash/keys.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"./_baseKeys\",\n              \"loc\": \"2:15-37\"\n            },\n            {\n              \"moduleId\": 345,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/isEmpty.js\",\n              \"module\": \"./node_modules/lodash/isEmpty.js\",\n              \"moduleName\": \"./node_modules/lodash/isEmpty.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"./_baseKeys\",\n              \"loc\": \"1:15-37\"\n            }\n          ],\n          \"usedExports\": true,\n          \"providedExports\": null,\n          \"optimizationBailout\": [\n            \"ModuleConcatenation bailout: Module is not an ECMAScript module\"\n          ],\n          \"depth\": 3,\n          \"source\": \"var isPrototype = require('./_isPrototype'),\\n    nativeKeys = require('./_nativeKeys');\\n\\n/** Used for built-in method references. */\\nvar objectProto = Object.prototype;\\n\\n/** Used to check objects for own properties. */\\nvar hasOwnProperty = objectProto.hasOwnProperty;\\n\\n/**\\n * The base implementation of `_.keys` which doesn't treat sparse arrays as dense.\\n *\\n * @private\\n * @param {Object} object The object to query.\\n * @returns {Array} Returns the array of property names.\\n */\\nfunction baseKeys(object) {\\n  if (!isPrototype(object)) {\\n    return nativeKeys(object);\\n  }\\n  var result = [];\\n  for (var key in Object(object)) {\\n    if (hasOwnProperty.call(object, key) && key != 'constructor') {\\n      result.push(key);\\n    }\\n  }\\n  return result;\\n}\\n\\nmodule.exports = baseKeys;\\n\"\n        },\n        {\n          \"id\": 36,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_isPrototype.js\",\n          \"name\": \"./node_modules/lodash/_isPrototype.js\",\n          \"index\": 128,\n          \"index2\": 116,\n          \"size\": 480,\n          \"cacheable\": true,\n          \"built\": true,\n          \"optional\": false,\n          \"prefetched\": false,\n          \"chunks\": [\n            2,\n            3,\n            4\n          ],\n          \"issuer\": \"/Users/jarred/Code/styleurl/node_modules/lodash/isEmpty.js\",\n          \"issuerId\": 345,\n          \"issuerName\": \"./node_modules/lodash/isEmpty.js\",\n          \"issuerPath\": [\n            {\n              \"id\": 342,\n              \"identifier\": \"multi /Users/jarred/Code/styleurl/webpack/customPublicPath /Users/jarred/Code/styleurl/chrome/extension/devtools\",\n              \"name\": \"multi ./webpack/customPublicPath ./chrome/extension/devtools\",\n              \"profile\": {\n                \"factory\": 0,\n                \"building\": 0,\n                \"dependencies\": 54\n              }\n            },\n            {\n              \"id\": 343,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/devtools.js\",\n              \"name\": \"./chrome/extension/devtools.js\",\n              \"profile\": {\n                \"factory\": 55,\n                \"building\": 548\n              }\n            },\n            {\n              \"id\": 345,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/isEmpty.js\",\n              \"name\": \"./node_modules/lodash/isEmpty.js\",\n              \"profile\": {\n                \"factory\": 230,\n                \"building\": 567,\n                \"dependencies\": 245\n              }\n            }\n          ],\n          \"profile\": {\n            \"factory\": 247,\n            \"building\": 72,\n            \"dependencies\": 1\n          },\n          \"failed\": false,\n          \"errors\": 0,\n          \"warnings\": 0,\n          \"assets\": [],\n          \"reasons\": [\n            {\n              \"moduleId\": 35,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_baseKeys.js\",\n              \"module\": \"./node_modules/lodash/_baseKeys.js\",\n              \"moduleName\": \"./node_modules/lodash/_baseKeys.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"./_isPrototype\",\n              \"loc\": \"1:18-43\"\n            },\n            {\n              \"moduleId\": 345,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/isEmpty.js\",\n              \"module\": \"./node_modules/lodash/isEmpty.js\",\n              \"moduleName\": \"./node_modules/lodash/isEmpty.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"./_isPrototype\",\n              \"loc\": \"7:18-43\"\n            }\n          ],\n          \"usedExports\": true,\n          \"providedExports\": null,\n          \"optimizationBailout\": [\n            \"ModuleConcatenation bailout: Module is not an ECMAScript module\"\n          ],\n          \"depth\": 3,\n          \"source\": \"/** Used for built-in method references. */\\nvar objectProto = Object.prototype;\\n\\n/**\\n * Checks if `value` is likely a prototype object.\\n *\\n * @private\\n * @param {*} value The value to check.\\n * @returns {boolean} Returns `true` if `value` is a prototype, else `false`.\\n */\\nfunction isPrototype(value) {\\n  var Ctor = value && value.constructor,\\n      proto = (typeof Ctor == 'function' && Ctor.prototype) || objectProto;\\n\\n  return value === proto;\\n}\\n\\nmodule.exports = isPrototype;\\n\"\n        },\n        {\n          \"id\": 37,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/isArrayLike.js\",\n          \"name\": \"./node_modules/lodash/isArrayLike.js\",\n          \"index\": 131,\n          \"index2\": 120,\n          \"size\": 830,\n          \"cacheable\": true,\n          \"built\": true,\n          \"optional\": false,\n          \"prefetched\": false,\n          \"chunks\": [\n            2,\n            3,\n            4\n          ],\n          \"issuer\": \"/Users/jarred/Code/styleurl/node_modules/lodash/isEmpty.js\",\n          \"issuerId\": 345,\n          \"issuerName\": \"./node_modules/lodash/isEmpty.js\",\n          \"issuerPath\": [\n            {\n              \"id\": 342,\n              \"identifier\": \"multi /Users/jarred/Code/styleurl/webpack/customPublicPath /Users/jarred/Code/styleurl/chrome/extension/devtools\",\n              \"name\": \"multi ./webpack/customPublicPath ./chrome/extension/devtools\",\n              \"profile\": {\n                \"factory\": 0,\n                \"building\": 0,\n                \"dependencies\": 54\n              }\n            },\n            {\n              \"id\": 343,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/devtools.js\",\n              \"name\": \"./chrome/extension/devtools.js\",\n              \"profile\": {\n                \"factory\": 55,\n                \"building\": 548\n              }\n            },\n            {\n              \"id\": 345,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/isEmpty.js\",\n              \"name\": \"./node_modules/lodash/isEmpty.js\",\n              \"profile\": {\n                \"factory\": 230,\n                \"building\": 567,\n                \"dependencies\": 245\n              }\n            }\n          ],\n          \"profile\": {\n            \"factory\": 247,\n            \"building\": 72,\n            \"dependencies\": 1\n          },\n          \"failed\": false,\n          \"errors\": 0,\n          \"warnings\": 0,\n          \"assets\": [],\n          \"reasons\": [\n            {\n              \"moduleId\": 24,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/keys.js\",\n              \"module\": \"./node_modules/lodash/keys.js\",\n              \"moduleName\": \"./node_modules/lodash/keys.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"./isArrayLike\",\n              \"loc\": \"3:18-42\"\n            },\n            {\n              \"moduleId\": 345,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/isEmpty.js\",\n              \"module\": \"./node_modules/lodash/isEmpty.js\",\n              \"moduleName\": \"./node_modules/lodash/isEmpty.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"./isArrayLike\",\n              \"loc\": \"5:18-42\"\n            }\n          ],\n          \"usedExports\": true,\n          \"providedExports\": null,\n          \"optimizationBailout\": [\n            \"ModuleConcatenation bailout: Module is not an ECMAScript module\"\n          ],\n          \"depth\": 3,\n          \"source\": \"var isFunction = require('./isFunction'),\\n    isLength = require('./isLength');\\n\\n/**\\n * Checks if `value` is array-like. A value is considered array-like if it's\\n * not a function and has a `value.length` that's an integer greater than or\\n * equal to `0` and less than or equal to `Number.MAX_SAFE_INTEGER`.\\n *\\n * @static\\n * @memberOf _\\n * @since 4.0.0\\n * @category Lang\\n * @param {*} value The value to check.\\n * @returns {boolean} Returns `true` if `value` is array-like, else `false`.\\n * @example\\n *\\n * _.isArrayLike([1, 2, 3]);\\n * // => true\\n *\\n * _.isArrayLike(document.body.children);\\n * // => true\\n *\\n * _.isArrayLike('abc');\\n * // => true\\n *\\n * _.isArrayLike(_.noop);\\n * // => false\\n */\\nfunction isArrayLike(value) {\\n  return value != null && isLength(value.length) && !isFunction(value);\\n}\\n\\nmodule.exports = isArrayLike;\\n\"\n        },\n        {\n          \"id\": 42,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_Map.js\",\n          \"name\": \"./node_modules/lodash/_Map.js\",\n          \"index\": 62,\n          \"index2\": 68,\n          \"size\": 195,\n          \"cacheable\": true,\n          \"built\": true,\n          \"optional\": false,\n          \"prefetched\": false,\n          \"chunks\": [\n            2,\n            3\n          ],\n          \"issuer\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_getTag.js\",\n          \"issuerId\": 95,\n          \"issuerName\": \"./node_modules/lodash/_getTag.js\",\n          \"issuerPath\": [\n            {\n              \"id\": 342,\n              \"identifier\": \"multi /Users/jarred/Code/styleurl/webpack/customPublicPath /Users/jarred/Code/styleurl/chrome/extension/devtools\",\n              \"name\": \"multi ./webpack/customPublicPath ./chrome/extension/devtools\",\n              \"profile\": {\n                \"factory\": 0,\n                \"building\": 0,\n                \"dependencies\": 54\n              }\n            },\n            {\n              \"id\": 343,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/devtools.js\",\n              \"name\": \"./chrome/extension/devtools.js\",\n              \"profile\": {\n                \"factory\": 55,\n                \"building\": 548\n              }\n            },\n            {\n              \"id\": 345,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/isEmpty.js\",\n              \"name\": \"./node_modules/lodash/isEmpty.js\",\n              \"profile\": {\n                \"factory\": 230,\n                \"building\": 567,\n                \"dependencies\": 245\n              }\n            },\n            {\n              \"id\": 95,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_getTag.js\",\n              \"name\": \"./node_modules/lodash/_getTag.js\",\n              \"profile\": {\n                \"factory\": 247,\n                \"building\": 72,\n                \"dependencies\": 1\n              }\n            }\n          ],\n          \"profile\": {\n            \"factory\": 89,\n            \"building\": 98,\n            \"dependencies\": 85\n          },\n          \"failed\": false,\n          \"errors\": 0,\n          \"warnings\": 0,\n          \"assets\": [],\n          \"reasons\": [\n            {\n              \"moduleId\": 95,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_getTag.js\",\n              \"module\": \"./node_modules/lodash/_getTag.js\",\n              \"moduleName\": \"./node_modules/lodash/_getTag.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"./_Map\",\n              \"loc\": \"2:10-27\"\n            },\n            {\n              \"moduleId\": 207,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_stackSet.js\",\n              \"module\": \"./node_modules/lodash/_stackSet.js\",\n              \"moduleName\": \"./node_modules/lodash/_stackSet.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"./_Map\",\n              \"loc\": \"2:10-27\"\n            },\n            {\n              \"moduleId\": 208,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_mapCacheClear.js\",\n              \"module\": \"./node_modules/lodash/_mapCacheClear.js\",\n              \"moduleName\": \"./node_modules/lodash/_mapCacheClear.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"./_Map\",\n              \"loc\": \"3:10-27\"\n            }\n          ],\n          \"usedExports\": true,\n          \"providedExports\": null,\n          \"optimizationBailout\": [\n            \"ModuleConcatenation bailout: Module is not an ECMAScript module\"\n          ],\n          \"depth\": 4,\n          \"source\": \"var getNative = require('./_getNative'),\\n    root = require('./_root');\\n\\n/* Built-in method references that are verified to be native. */\\nvar Map = getNative(root, 'Map');\\n\\nmodule.exports = Map;\\n\"\n        },\n        {\n          \"id\": 43,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_getRawTag.js\",\n          \"name\": \"./node_modules/lodash/_getRawTag.js\",\n          \"index\": 70,\n          \"index2\": 57,\n          \"size\": 1139,\n          \"cacheable\": true,\n          \"built\": true,\n          \"optional\": false,\n          \"prefetched\": false,\n          \"chunks\": [\n            2,\n            3,\n            4\n          ],\n          \"issuer\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_baseGetTag.js\",\n          \"issuerId\": 5,\n          \"issuerName\": \"./node_modules/lodash/_baseGetTag.js\",\n          \"issuerPath\": [\n            {\n              \"id\": 342,\n              \"identifier\": \"multi /Users/jarred/Code/styleurl/webpack/customPublicPath /Users/jarred/Code/styleurl/chrome/extension/devtools\",\n              \"name\": \"multi ./webpack/customPublicPath ./chrome/extension/devtools\",\n              \"profile\": {\n                \"factory\": 0,\n                \"building\": 0,\n                \"dependencies\": 54\n              }\n            },\n            {\n              \"id\": 343,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/devtools.js\",\n              \"name\": \"./chrome/extension/devtools.js\",\n              \"profile\": {\n                \"factory\": 55,\n                \"building\": 548\n              }\n            },\n            {\n              \"id\": 344,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/isNumber.js\",\n              \"name\": \"./node_modules/lodash/isNumber.js\",\n              \"profile\": {\n                \"factory\": 230,\n                \"building\": 567,\n                \"dependencies\": 245\n              }\n            },\n            {\n              \"id\": 5,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_baseGetTag.js\",\n              \"name\": \"./node_modules/lodash/_baseGetTag.js\",\n              \"profile\": {\n                \"factory\": 248,\n                \"building\": 66\n              }\n            }\n          ],\n          \"profile\": {\n            \"factory\": 90,\n            \"building\": 97,\n            \"dependencies\": 1\n          },\n          \"failed\": false,\n          \"errors\": 0,\n          \"warnings\": 0,\n          \"assets\": [],\n          \"reasons\": [\n            {\n              \"moduleId\": 5,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_baseGetTag.js\",\n              \"module\": \"./node_modules/lodash/_baseGetTag.js\",\n              \"moduleName\": \"./node_modules/lodash/_baseGetTag.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"./_getRawTag\",\n              \"loc\": \"2:16-39\"\n            }\n          ],\n          \"usedExports\": true,\n          \"providedExports\": null,\n          \"optimizationBailout\": [\n            \"ModuleConcatenation bailout: Module is not an ECMAScript module\"\n          ],\n          \"depth\": 4,\n          \"source\": \"var Symbol = require('./_Symbol');\\n\\n/** Used for built-in method references. */\\nvar objectProto = Object.prototype;\\n\\n/** Used to check objects for own properties. */\\nvar hasOwnProperty = objectProto.hasOwnProperty;\\n\\n/**\\n * Used to resolve the\\n * [`toStringTag`](http://ecma-international.org/ecma-262/7.0/#sec-object.prototype.tostring)\\n * of values.\\n */\\nvar nativeObjectToString = objectProto.toString;\\n\\n/** Built-in value references. */\\nvar symToStringTag = Symbol ? Symbol.toStringTag : undefined;\\n\\n/**\\n * A specialized version of `baseGetTag` which ignores `Symbol.toStringTag` values.\\n *\\n * @private\\n * @param {*} value The value to query.\\n * @returns {string} Returns the raw `toStringTag`.\\n */\\nfunction getRawTag(value) {\\n  var isOwn = hasOwnProperty.call(value, symToStringTag),\\n      tag = value[symToStringTag];\\n\\n  try {\\n    value[symToStringTag] = undefined;\\n    var unmasked = true;\\n  } catch (e) {}\\n\\n  var result = nativeObjectToString.call(value);\\n  if (unmasked) {\\n    if (isOwn) {\\n      value[symToStringTag] = tag;\\n    } else {\\n      delete value[symToStringTag];\\n    }\\n  }\\n  return result;\\n}\\n\\nmodule.exports = getRawTag;\\n\"\n        },\n        {\n          \"id\": 44,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_objectToString.js\",\n          \"name\": \"./node_modules/lodash/_objectToString.js\",\n          \"index\": 71,\n          \"index2\": 58,\n          \"size\": 565,\n          \"cacheable\": true,\n          \"built\": true,\n          \"optional\": false,\n          \"prefetched\": false,\n          \"chunks\": [\n            2,\n            3,\n            4\n          ],\n          \"issuer\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_baseGetTag.js\",\n          \"issuerId\": 5,\n          \"issuerName\": \"./node_modules/lodash/_baseGetTag.js\",\n          \"issuerPath\": [\n            {\n              \"id\": 342,\n              \"identifier\": \"multi /Users/jarred/Code/styleurl/webpack/customPublicPath /Users/jarred/Code/styleurl/chrome/extension/devtools\",\n              \"name\": \"multi ./webpack/customPublicPath ./chrome/extension/devtools\",\n              \"profile\": {\n                \"factory\": 0,\n                \"building\": 0,\n                \"dependencies\": 54\n              }\n            },\n            {\n              \"id\": 343,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/devtools.js\",\n              \"name\": \"./chrome/extension/devtools.js\",\n              \"profile\": {\n                \"factory\": 55,\n                \"building\": 548\n              }\n            },\n            {\n              \"id\": 344,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/isNumber.js\",\n              \"name\": \"./node_modules/lodash/isNumber.js\",\n              \"profile\": {\n                \"factory\": 230,\n                \"building\": 567,\n                \"dependencies\": 245\n              }\n            },\n            {\n              \"id\": 5,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_baseGetTag.js\",\n              \"name\": \"./node_modules/lodash/_baseGetTag.js\",\n              \"profile\": {\n                \"factory\": 248,\n                \"building\": 66\n              }\n            }\n          ],\n          \"profile\": {\n            \"factory\": 90,\n            \"building\": 97,\n            \"dependencies\": 1\n          },\n          \"failed\": false,\n          \"errors\": 0,\n          \"warnings\": 0,\n          \"assets\": [],\n          \"reasons\": [\n            {\n              \"moduleId\": 5,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_baseGetTag.js\",\n              \"module\": \"./node_modules/lodash/_baseGetTag.js\",\n              \"moduleName\": \"./node_modules/lodash/_baseGetTag.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"./_objectToString\",\n              \"loc\": \"3:21-49\"\n            }\n          ],\n          \"usedExports\": true,\n          \"providedExports\": null,\n          \"optimizationBailout\": [\n            \"ModuleConcatenation bailout: Module is not an ECMAScript module\"\n          ],\n          \"depth\": 4,\n          \"source\": \"/** Used for built-in method references. */\\nvar objectProto = Object.prototype;\\n\\n/**\\n * Used to resolve the\\n * [`toStringTag`](http://ecma-international.org/ecma-262/7.0/#sec-object.prototype.tostring)\\n * of values.\\n */\\nvar nativeObjectToString = objectProto.toString;\\n\\n/**\\n * Converts `value` to a string using `Object.prototype.toString`.\\n *\\n * @private\\n * @param {*} value The value to convert.\\n * @returns {string} Returns the converted string.\\n */\\nfunction objectToString(value) {\\n  return nativeObjectToString.call(value);\\n}\\n\\nmodule.exports = objectToString;\\n\"\n        },\n        {\n          \"id\": 45,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_toSource.js\",\n          \"name\": \"./node_modules/lodash/_toSource.js\",\n          \"index\": 75,\n          \"index2\": 64,\n          \"size\": 556,\n          \"cacheable\": true,\n          \"built\": true,\n          \"optional\": false,\n          \"prefetched\": false,\n          \"chunks\": [\n            2,\n            3\n          ],\n          \"issuer\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_getTag.js\",\n          \"issuerId\": 95,\n          \"issuerName\": \"./node_modules/lodash/_getTag.js\",\n          \"issuerPath\": [\n            {\n              \"id\": 342,\n              \"identifier\": \"multi /Users/jarred/Code/styleurl/webpack/customPublicPath /Users/jarred/Code/styleurl/chrome/extension/devtools\",\n              \"name\": \"multi ./webpack/customPublicPath ./chrome/extension/devtools\",\n              \"profile\": {\n                \"factory\": 0,\n                \"building\": 0,\n                \"dependencies\": 54\n              }\n            },\n            {\n              \"id\": 343,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/devtools.js\",\n              \"name\": \"./chrome/extension/devtools.js\",\n              \"profile\": {\n                \"factory\": 55,\n                \"building\": 548\n              }\n            },\n            {\n              \"id\": 345,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/isEmpty.js\",\n              \"name\": \"./node_modules/lodash/isEmpty.js\",\n              \"profile\": {\n                \"factory\": 230,\n                \"building\": 567,\n                \"dependencies\": 245\n              }\n            },\n            {\n              \"id\": 95,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_getTag.js\",\n              \"name\": \"./node_modules/lodash/_getTag.js\",\n              \"profile\": {\n                \"factory\": 247,\n                \"building\": 72,\n                \"dependencies\": 1\n              }\n            }\n          ],\n          \"profile\": {\n            \"factory\": 89,\n            \"building\": 98,\n            \"dependencies\": 85\n          },\n          \"failed\": false,\n          \"errors\": 0,\n          \"warnings\": 0,\n          \"assets\": [],\n          \"reasons\": [\n            {\n              \"moduleId\": 89,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_baseIsNative.js\",\n              \"module\": \"./node_modules/lodash/_baseIsNative.js\",\n              \"moduleName\": \"./node_modules/lodash/_baseIsNative.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"./_toSource\",\n              \"loc\": \"4:15-37\"\n            },\n            {\n              \"moduleId\": 95,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_getTag.js\",\n              \"module\": \"./node_modules/lodash/_getTag.js\",\n              \"moduleName\": \"./node_modules/lodash/_getTag.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"./_toSource\",\n              \"loc\": \"7:15-37\"\n            }\n          ],\n          \"usedExports\": true,\n          \"providedExports\": null,\n          \"optimizationBailout\": [\n            \"ModuleConcatenation bailout: Module is not an ECMAScript module\"\n          ],\n          \"depth\": 4,\n          \"source\": \"/** Used for built-in method references. */\\nvar funcProto = Function.prototype;\\n\\n/** Used to resolve the decompiled source of functions. */\\nvar funcToString = funcProto.toString;\\n\\n/**\\n * Converts `func` to its source code.\\n *\\n * @private\\n * @param {Function} func The function to convert.\\n * @returns {string} Returns the source code.\\n */\\nfunction toSource(func) {\\n  if (func != null) {\\n    try {\\n      return funcToString.call(func);\\n    } catch (e) {}\\n    try {\\n      return (func + '');\\n    } catch (e) {}\\n  }\\n  return '';\\n}\\n\\nmodule.exports = toSource;\\n\"\n        },\n        {\n          \"id\": 46,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_arrayLikeKeys.js\",\n          \"name\": \"./node_modules/lodash/_arrayLikeKeys.js\",\n          \"index\": 113,\n          \"index2\": 115,\n          \"size\": 1778,\n          \"cacheable\": true,\n          \"built\": true,\n          \"optional\": false,\n          \"prefetched\": false,\n          \"chunks\": [\n            2,\n            3,\n            4\n          ],\n          \"issuer\": \"/Users/jarred/Code/styleurl/node_modules/lodash/keys.js\",\n          \"issuerId\": 24,\n          \"issuerName\": \"./node_modules/lodash/keys.js\",\n          \"issuerPath\": [\n            {\n              \"id\": 342,\n              \"identifier\": \"multi /Users/jarred/Code/styleurl/webpack/customPublicPath /Users/jarred/Code/styleurl/chrome/extension/devtools\",\n              \"name\": \"multi ./webpack/customPublicPath ./chrome/extension/devtools\",\n              \"profile\": {\n                \"factory\": 0,\n                \"building\": 0,\n                \"dependencies\": 54\n              }\n            },\n            {\n              \"id\": 343,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/devtools.js\",\n              \"name\": \"./chrome/extension/devtools.js\",\n              \"profile\": {\n                \"factory\": 55,\n                \"building\": 548\n              }\n            },\n            {\n              \"id\": 24,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/keys.js\",\n              \"name\": \"./node_modules/lodash/keys.js\",\n              \"profile\": {\n                \"factory\": 230,\n                \"building\": 567,\n                \"dependencies\": 245\n              }\n            }\n          ],\n          \"profile\": {\n            \"factory\": 246,\n            \"building\": 73,\n            \"dependencies\": 1\n          },\n          \"failed\": false,\n          \"errors\": 0,\n          \"warnings\": 0,\n          \"assets\": [],\n          \"reasons\": [\n            {\n              \"moduleId\": 24,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/keys.js\",\n              \"module\": \"./node_modules/lodash/keys.js\",\n              \"moduleName\": \"./node_modules/lodash/keys.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"./_arrayLikeKeys\",\n              \"loc\": \"1:20-47\"\n            }\n          ],\n          \"usedExports\": true,\n          \"providedExports\": null,\n          \"optimizationBailout\": [\n            \"ModuleConcatenation bailout: Module is not an ECMAScript module\"\n          ],\n          \"depth\": 3,\n          \"source\": \"var baseTimes = require('./_baseTimes'),\\n    isArguments = require('./isArguments'),\\n    isArray = require('./isArray'),\\n    isBuffer = require('./isBuffer'),\\n    isIndex = require('./_isIndex'),\\n    isTypedArray = require('./isTypedArray');\\n\\n/** Used for built-in method references. */\\nvar objectProto = Object.prototype;\\n\\n/** Used to check objects for own properties. */\\nvar hasOwnProperty = objectProto.hasOwnProperty;\\n\\n/**\\n * Creates an array of the enumerable property names of the array-like `value`.\\n *\\n * @private\\n * @param {*} value The value to query.\\n * @param {boolean} inherited Specify returning inherited property names.\\n * @returns {Array} Returns the array of property names.\\n */\\nfunction arrayLikeKeys(value, inherited) {\\n  var isArr = isArray(value),\\n      isArg = !isArr && isArguments(value),\\n      isBuff = !isArr && !isArg && isBuffer(value),\\n      isType = !isArr && !isArg && !isBuff && isTypedArray(value),\\n      skipIndexes = isArr || isArg || isBuff || isType,\\n      result = skipIndexes ? baseTimes(value.length, String) : [],\\n      length = result.length;\\n\\n  for (var key in value) {\\n    if ((inherited || hasOwnProperty.call(value, key)) &&\\n        !(skipIndexes && (\\n           // Safari 9 has enumerable `arguments.length` in strict mode.\\n           key == 'length' ||\\n           // Node.js 0.10 has enumerable non-index properties on buffers.\\n           (isBuff && (key == 'offset' || key == 'parent')) ||\\n           // PhantomJS 2 has enumerable non-index properties on typed arrays.\\n           (isType && (key == 'buffer' || key == 'byteLength' || key == 'byteOffset')) ||\\n           // Skip index properties.\\n           isIndex(key, length)\\n        ))) {\\n      result.push(key);\\n    }\\n  }\\n  return result;\\n}\\n\\nmodule.exports = arrayLikeKeys;\\n\"\n        },\n        {\n          \"id\": 47,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_baseTimes.js\",\n          \"name\": \"./node_modules/lodash/_baseTimes.js\",\n          \"index\": 114,\n          \"index2\": 102,\n          \"size\": 504,\n          \"cacheable\": true,\n          \"built\": true,\n          \"optional\": false,\n          \"prefetched\": false,\n          \"chunks\": [\n            2,\n            3,\n            4\n          ],\n          \"issuer\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_arrayLikeKeys.js\",\n          \"issuerId\": 46,\n          \"issuerName\": \"./node_modules/lodash/_arrayLikeKeys.js\",\n          \"issuerPath\": [\n            {\n              \"id\": 342,\n              \"identifier\": \"multi /Users/jarred/Code/styleurl/webpack/customPublicPath /Users/jarred/Code/styleurl/chrome/extension/devtools\",\n              \"name\": \"multi ./webpack/customPublicPath ./chrome/extension/devtools\",\n              \"profile\": {\n                \"factory\": 0,\n                \"building\": 0,\n                \"dependencies\": 54\n              }\n            },\n            {\n              \"id\": 343,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/devtools.js\",\n              \"name\": \"./chrome/extension/devtools.js\",\n              \"profile\": {\n                \"factory\": 55,\n                \"building\": 548\n              }\n            },\n            {\n              \"id\": 24,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/keys.js\",\n              \"name\": \"./node_modules/lodash/keys.js\",\n              \"profile\": {\n                \"factory\": 230,\n                \"building\": 567,\n                \"dependencies\": 245\n              }\n            },\n            {\n              \"id\": 46,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_arrayLikeKeys.js\",\n              \"name\": \"./node_modules/lodash/_arrayLikeKeys.js\",\n              \"profile\": {\n                \"factory\": 246,\n                \"building\": 73,\n                \"dependencies\": 1\n              }\n            }\n          ],\n          \"profile\": {\n            \"factory\": 83,\n            \"building\": 102\n          },\n          \"failed\": false,\n          \"errors\": 0,\n          \"warnings\": 0,\n          \"assets\": [],\n          \"reasons\": [\n            {\n              \"moduleId\": 46,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_arrayLikeKeys.js\",\n              \"module\": \"./node_modules/lodash/_arrayLikeKeys.js\",\n              \"moduleName\": \"./node_modules/lodash/_arrayLikeKeys.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"./_baseTimes\",\n              \"loc\": \"1:16-39\"\n            }\n          ],\n          \"usedExports\": true,\n          \"providedExports\": null,\n          \"optimizationBailout\": [\n            \"ModuleConcatenation bailout: Module is not an ECMAScript module\"\n          ],\n          \"depth\": 4,\n          \"source\": \"/**\\n * The base implementation of `_.times` without support for iteratee shorthands\\n * or max array length checks.\\n *\\n * @private\\n * @param {number} n The number of times to invoke `iteratee`.\\n * @param {Function} iteratee The function invoked per iteration.\\n * @returns {Array} Returns the array of results.\\n */\\nfunction baseTimes(n, iteratee) {\\n  var index = -1,\\n      result = Array(n);\\n\\n  while (++index < n) {\\n    result[index] = iteratee(index);\\n  }\\n  return result;\\n}\\n\\nmodule.exports = baseTimes;\\n\"\n        },\n        {\n          \"id\": 48,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_baseIsArguments.js\",\n          \"name\": \"./node_modules/lodash/_baseIsArguments.js\",\n          \"index\": 116,\n          \"index2\": 104,\n          \"size\": 488,\n          \"cacheable\": true,\n          \"built\": true,\n          \"optional\": false,\n          \"prefetched\": false,\n          \"chunks\": [\n            2,\n            3,\n            4\n          ],\n          \"issuer\": \"/Users/jarred/Code/styleurl/node_modules/lodash/isArguments.js\",\n          \"issuerId\": 25,\n          \"issuerName\": \"./node_modules/lodash/isArguments.js\",\n          \"issuerPath\": [\n            {\n              \"id\": 342,\n              \"identifier\": \"multi /Users/jarred/Code/styleurl/webpack/customPublicPath /Users/jarred/Code/styleurl/chrome/extension/devtools\",\n              \"name\": \"multi ./webpack/customPublicPath ./chrome/extension/devtools\",\n              \"profile\": {\n                \"factory\": 0,\n                \"building\": 0,\n                \"dependencies\": 54\n              }\n            },\n            {\n              \"id\": 343,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/devtools.js\",\n              \"name\": \"./chrome/extension/devtools.js\",\n              \"profile\": {\n                \"factory\": 55,\n                \"building\": 548\n              }\n            },\n            {\n              \"id\": 345,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/isEmpty.js\",\n              \"name\": \"./node_modules/lodash/isEmpty.js\",\n              \"profile\": {\n                \"factory\": 230,\n                \"building\": 567,\n                \"dependencies\": 245\n              }\n            },\n            {\n              \"id\": 25,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/isArguments.js\",\n              \"name\": \"./node_modules/lodash/isArguments.js\",\n              \"profile\": {\n                \"factory\": 247,\n                \"building\": 72,\n                \"dependencies\": 1\n              }\n            }\n          ],\n          \"profile\": {\n            \"factory\": 88,\n            \"building\": 99,\n            \"dependencies\": 0\n          },\n          \"failed\": false,\n          \"errors\": 0,\n          \"warnings\": 0,\n          \"assets\": [],\n          \"reasons\": [\n            {\n              \"moduleId\": 25,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/isArguments.js\",\n              \"module\": \"./node_modules/lodash/isArguments.js\",\n              \"moduleName\": \"./node_modules/lodash/isArguments.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"./_baseIsArguments\",\n              \"loc\": \"1:22-51\"\n            }\n          ],\n          \"usedExports\": true,\n          \"providedExports\": null,\n          \"optimizationBailout\": [\n            \"ModuleConcatenation bailout: Module is not an ECMAScript module\"\n          ],\n          \"depth\": 4,\n          \"source\": \"var baseGetTag = require('./_baseGetTag'),\\n    isObjectLike = require('./isObjectLike');\\n\\n/** `Object#toString` result references. */\\nvar argsTag = '[object Arguments]';\\n\\n/**\\n * The base implementation of `_.isArguments`.\\n *\\n * @private\\n * @param {*} value The value to check.\\n * @returns {boolean} Returns `true` if `value` is an `arguments` object,\\n */\\nfunction baseIsArguments(value) {\\n  return isObjectLike(value) && baseGetTag(value) == argsTag;\\n}\\n\\nmodule.exports = baseIsArguments;\\n\"\n        },\n        {\n          \"id\": 49,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/stubFalse.js\",\n          \"name\": \"./node_modules/lodash/stubFalse.js\",\n          \"index\": 120,\n          \"index2\": 107,\n          \"size\": 280,\n          \"cacheable\": true,\n          \"built\": true,\n          \"optional\": false,\n          \"prefetched\": false,\n          \"chunks\": [\n            2,\n            3,\n            4\n          ],\n          \"issuer\": \"/Users/jarred/Code/styleurl/node_modules/lodash/isBuffer.js\",\n          \"issuerId\": 28,\n          \"issuerName\": \"./node_modules/lodash/isBuffer.js\",\n          \"issuerPath\": [\n            {\n              \"id\": 342,\n              \"identifier\": \"multi /Users/jarred/Code/styleurl/webpack/customPublicPath /Users/jarred/Code/styleurl/chrome/extension/devtools\",\n              \"name\": \"multi ./webpack/customPublicPath ./chrome/extension/devtools\",\n              \"profile\": {\n                \"factory\": 0,\n                \"building\": 0,\n                \"dependencies\": 54\n              }\n            },\n            {\n              \"id\": 343,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/devtools.js\",\n              \"name\": \"./chrome/extension/devtools.js\",\n              \"profile\": {\n                \"factory\": 55,\n                \"building\": 548\n              }\n            },\n            {\n              \"id\": 345,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/isEmpty.js\",\n              \"name\": \"./node_modules/lodash/isEmpty.js\",\n              \"profile\": {\n                \"factory\": 230,\n                \"building\": 567,\n                \"dependencies\": 245\n              }\n            },\n            {\n              \"id\": 28,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/isBuffer.js\",\n              \"name\": \"./node_modules/lodash/isBuffer.js\",\n              \"profile\": {\n                \"factory\": 247,\n                \"building\": 72,\n                \"dependencies\": 1\n              }\n            }\n          ],\n          \"profile\": {\n            \"factory\": 85,\n            \"building\": 100\n          },\n          \"failed\": false,\n          \"errors\": 0,\n          \"warnings\": 0,\n          \"assets\": [],\n          \"reasons\": [\n            {\n              \"moduleId\": 28,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/isBuffer.js\",\n              \"module\": \"./node_modules/lodash/isBuffer.js\",\n              \"moduleName\": \"./node_modules/lodash/isBuffer.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"./stubFalse\",\n              \"loc\": \"2:16-38\"\n            }\n          ],\n          \"usedExports\": true,\n          \"providedExports\": null,\n          \"optimizationBailout\": [\n            \"ModuleConcatenation bailout: Module is not an ECMAScript module\"\n          ],\n          \"depth\": 4,\n          \"source\": \"/**\\n * This method returns `false`.\\n *\\n * @static\\n * @memberOf _\\n * @since 4.13.0\\n * @category Util\\n * @returns {boolean} Returns `false`.\\n * @example\\n *\\n * _.times(2, _.stubFalse);\\n * // => [false, false]\\n */\\nfunction stubFalse() {\\n  return false;\\n}\\n\\nmodule.exports = stubFalse;\\n\"\n        },\n        {\n          \"id\": 50,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_baseIsTypedArray.js\",\n          \"name\": \"./node_modules/lodash/_baseIsTypedArray.js\",\n          \"index\": 123,\n          \"index2\": 111,\n          \"size\": 2222,\n          \"cacheable\": true,\n          \"built\": true,\n          \"optional\": false,\n          \"prefetched\": false,\n          \"chunks\": [\n            2,\n            3,\n            4\n          ],\n          \"issuer\": \"/Users/jarred/Code/styleurl/node_modules/lodash/isTypedArray.js\",\n          \"issuerId\": 29,\n          \"issuerName\": \"./node_modules/lodash/isTypedArray.js\",\n          \"issuerPath\": [\n            {\n              \"id\": 342,\n              \"identifier\": \"multi /Users/jarred/Code/styleurl/webpack/customPublicPath /Users/jarred/Code/styleurl/chrome/extension/devtools\",\n              \"name\": \"multi ./webpack/customPublicPath ./chrome/extension/devtools\",\n              \"profile\": {\n                \"factory\": 0,\n                \"building\": 0,\n                \"dependencies\": 54\n              }\n            },\n            {\n              \"id\": 343,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/devtools.js\",\n              \"name\": \"./chrome/extension/devtools.js\",\n              \"profile\": {\n                \"factory\": 55,\n                \"building\": 548\n              }\n            },\n            {\n              \"id\": 345,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/isEmpty.js\",\n              \"name\": \"./node_modules/lodash/isEmpty.js\",\n              \"profile\": {\n                \"factory\": 230,\n                \"building\": 567,\n                \"dependencies\": 245\n              }\n            },\n            {\n              \"id\": 29,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/isTypedArray.js\",\n              \"name\": \"./node_modules/lodash/isTypedArray.js\",\n              \"profile\": {\n                \"factory\": 247,\n                \"building\": 72,\n                \"dependencies\": 1\n              }\n            }\n          ],\n          \"profile\": {\n            \"factory\": 85,\n            \"building\": 101,\n            \"dependencies\": 79\n          },\n          \"failed\": false,\n          \"errors\": 0,\n          \"warnings\": 0,\n          \"assets\": [],\n          \"reasons\": [\n            {\n              \"moduleId\": 29,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/isTypedArray.js\",\n              \"module\": \"./node_modules/lodash/isTypedArray.js\",\n              \"moduleName\": \"./node_modules/lodash/isTypedArray.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"./_baseIsTypedArray\",\n              \"loc\": \"1:23-53\"\n            }\n          ],\n          \"usedExports\": true,\n          \"providedExports\": null,\n          \"optimizationBailout\": [\n            \"ModuleConcatenation bailout: Module is not an ECMAScript module\"\n          ],\n          \"depth\": 4,\n          \"source\": \"var baseGetTag = require('./_baseGetTag'),\\n    isLength = require('./isLength'),\\n    isObjectLike = require('./isObjectLike');\\n\\n/** `Object#toString` result references. */\\nvar argsTag = '[object Arguments]',\\n    arrayTag = '[object Array]',\\n    boolTag = '[object Boolean]',\\n    dateTag = '[object Date]',\\n    errorTag = '[object Error]',\\n    funcTag = '[object Function]',\\n    mapTag = '[object Map]',\\n    numberTag = '[object Number]',\\n    objectTag = '[object Object]',\\n    regexpTag = '[object RegExp]',\\n    setTag = '[object Set]',\\n    stringTag = '[object String]',\\n    weakMapTag = '[object WeakMap]';\\n\\nvar arrayBufferTag = '[object ArrayBuffer]',\\n    dataViewTag = '[object DataView]',\\n    float32Tag = '[object Float32Array]',\\n    float64Tag = '[object Float64Array]',\\n    int8Tag = '[object Int8Array]',\\n    int16Tag = '[object Int16Array]',\\n    int32Tag = '[object Int32Array]',\\n    uint8Tag = '[object Uint8Array]',\\n    uint8ClampedTag = '[object Uint8ClampedArray]',\\n    uint16Tag = '[object Uint16Array]',\\n    uint32Tag = '[object Uint32Array]';\\n\\n/** Used to identify `toStringTag` values of typed arrays. */\\nvar typedArrayTags = {};\\ntypedArrayTags[float32Tag] = typedArrayTags[float64Tag] =\\ntypedArrayTags[int8Tag] = typedArrayTags[int16Tag] =\\ntypedArrayTags[int32Tag] = typedArrayTags[uint8Tag] =\\ntypedArrayTags[uint8ClampedTag] = typedArrayTags[uint16Tag] =\\ntypedArrayTags[uint32Tag] = true;\\ntypedArrayTags[argsTag] = typedArrayTags[arrayTag] =\\ntypedArrayTags[arrayBufferTag] = typedArrayTags[boolTag] =\\ntypedArrayTags[dataViewTag] = typedArrayTags[dateTag] =\\ntypedArrayTags[errorTag] = typedArrayTags[funcTag] =\\ntypedArrayTags[mapTag] = typedArrayTags[numberTag] =\\ntypedArrayTags[objectTag] = typedArrayTags[regexpTag] =\\ntypedArrayTags[setTag] = typedArrayTags[stringTag] =\\ntypedArrayTags[weakMapTag] = false;\\n\\n/**\\n * The base implementation of `_.isTypedArray` without Node.js optimizations.\\n *\\n * @private\\n * @param {*} value The value to check.\\n * @returns {boolean} Returns `true` if `value` is a typed array, else `false`.\\n */\\nfunction baseIsTypedArray(value) {\\n  return isObjectLike(value) &&\\n    isLength(value.length) && !!typedArrayTags[baseGetTag(value)];\\n}\\n\\nmodule.exports = baseIsTypedArray;\\n\"\n        },\n        {\n          \"id\": 51,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_baseUnary.js\",\n          \"name\": \"./node_modules/lodash/_baseUnary.js\",\n          \"index\": 125,\n          \"index2\": 112,\n          \"size\": 332,\n          \"cacheable\": true,\n          \"built\": true,\n          \"optional\": false,\n          \"prefetched\": false,\n          \"chunks\": [\n            2,\n            3,\n            4\n          ],\n          \"issuer\": \"/Users/jarred/Code/styleurl/node_modules/lodash/isTypedArray.js\",\n          \"issuerId\": 29,\n          \"issuerName\": \"./node_modules/lodash/isTypedArray.js\",\n          \"issuerPath\": [\n            {\n              \"id\": 342,\n              \"identifier\": \"multi /Users/jarred/Code/styleurl/webpack/customPublicPath /Users/jarred/Code/styleurl/chrome/extension/devtools\",\n              \"name\": \"multi ./webpack/customPublicPath ./chrome/extension/devtools\",\n              \"profile\": {\n                \"factory\": 0,\n                \"building\": 0,\n                \"dependencies\": 54\n              }\n            },\n            {\n              \"id\": 343,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/devtools.js\",\n              \"name\": \"./chrome/extension/devtools.js\",\n              \"profile\": {\n                \"factory\": 55,\n                \"building\": 548\n              }\n            },\n            {\n              \"id\": 345,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/isEmpty.js\",\n              \"name\": \"./node_modules/lodash/isEmpty.js\",\n              \"profile\": {\n                \"factory\": 230,\n                \"building\": 567,\n                \"dependencies\": 245\n              }\n            },\n            {\n              \"id\": 29,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/isTypedArray.js\",\n              \"name\": \"./node_modules/lodash/isTypedArray.js\",\n              \"profile\": {\n                \"factory\": 247,\n                \"building\": 72,\n                \"dependencies\": 1\n              }\n            }\n          ],\n          \"profile\": {\n            \"factory\": 85,\n            \"building\": 101,\n            \"dependencies\": 79\n          },\n          \"failed\": false,\n          \"errors\": 0,\n          \"warnings\": 0,\n          \"assets\": [],\n          \"reasons\": [\n            {\n              \"moduleId\": 29,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/isTypedArray.js\",\n              \"module\": \"./node_modules/lodash/isTypedArray.js\",\n              \"moduleName\": \"./node_modules/lodash/isTypedArray.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"./_baseUnary\",\n              \"loc\": \"2:16-39\"\n            }\n          ],\n          \"usedExports\": true,\n          \"providedExports\": null,\n          \"optimizationBailout\": [\n            \"ModuleConcatenation bailout: Module is not an ECMAScript module\"\n          ],\n          \"depth\": 4,\n          \"source\": \"/**\\n * The base implementation of `_.unary` without support for storing metadata.\\n *\\n * @private\\n * @param {Function} func The function to cap arguments for.\\n * @returns {Function} Returns the new capped function.\\n */\\nfunction baseUnary(func) {\\n  return function(value) {\\n    return func(value);\\n  };\\n}\\n\\nmodule.exports = baseUnary;\\n\"\n        },\n        {\n          \"id\": 52,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_nodeUtil.js\",\n          \"name\": \"./node_modules/lodash/_nodeUtil.js\",\n          \"index\": 126,\n          \"index2\": 113,\n          \"size\": 995,\n          \"cacheable\": true,\n          \"built\": true,\n          \"optional\": false,\n          \"prefetched\": false,\n          \"chunks\": [\n            2,\n            3,\n            4\n          ],\n          \"issuer\": \"/Users/jarred/Code/styleurl/node_modules/lodash/isTypedArray.js\",\n          \"issuerId\": 29,\n          \"issuerName\": \"./node_modules/lodash/isTypedArray.js\",\n          \"issuerPath\": [\n            {\n              \"id\": 342,\n              \"identifier\": \"multi /Users/jarred/Code/styleurl/webpack/customPublicPath /Users/jarred/Code/styleurl/chrome/extension/devtools\",\n              \"name\": \"multi ./webpack/customPublicPath ./chrome/extension/devtools\",\n              \"profile\": {\n                \"factory\": 0,\n                \"building\": 0,\n                \"dependencies\": 54\n              }\n            },\n            {\n              \"id\": 343,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/devtools.js\",\n              \"name\": \"./chrome/extension/devtools.js\",\n              \"profile\": {\n                \"factory\": 55,\n                \"building\": 548\n              }\n            },\n            {\n              \"id\": 345,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/isEmpty.js\",\n              \"name\": \"./node_modules/lodash/isEmpty.js\",\n              \"profile\": {\n                \"factory\": 230,\n                \"building\": 567,\n                \"dependencies\": 245\n              }\n            },\n            {\n              \"id\": 29,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/isTypedArray.js\",\n              \"name\": \"./node_modules/lodash/isTypedArray.js\",\n              \"profile\": {\n                \"factory\": 247,\n                \"building\": 72,\n                \"dependencies\": 1\n              }\n            }\n          ],\n          \"profile\": {\n            \"factory\": 85,\n            \"building\": 101,\n            \"dependencies\": 79\n          },\n          \"failed\": false,\n          \"errors\": 0,\n          \"warnings\": 0,\n          \"assets\": [],\n          \"reasons\": [\n            {\n              \"moduleId\": 29,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/isTypedArray.js\",\n              \"module\": \"./node_modules/lodash/isTypedArray.js\",\n              \"moduleName\": \"./node_modules/lodash/isTypedArray.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"./_nodeUtil\",\n              \"loc\": \"3:15-37\"\n            }\n          ],\n          \"usedExports\": true,\n          \"providedExports\": null,\n          \"optimizationBailout\": [\n            \"ModuleConcatenation bailout: Module is not an ECMAScript module\"\n          ],\n          \"depth\": 4,\n          \"source\": \"var freeGlobal = require('./_freeGlobal');\\n\\n/** Detect free variable `exports`. */\\nvar freeExports = typeof exports == 'object' && exports && !exports.nodeType && exports;\\n\\n/** Detect free variable `module`. */\\nvar freeModule = freeExports && typeof module == 'object' && module && !module.nodeType && module;\\n\\n/** Detect the popular CommonJS extension `module.exports`. */\\nvar moduleExports = freeModule && freeModule.exports === freeExports;\\n\\n/** Detect free variable `process` from Node.js. */\\nvar freeProcess = moduleExports && freeGlobal.process;\\n\\n/** Used to access faster Node.js helpers. */\\nvar nodeUtil = (function() {\\n  try {\\n    // Use `util.types` for Node.js 10+.\\n    var types = freeModule && freeModule.require && freeModule.require('util').types;\\n\\n    if (types) {\\n      return types;\\n    }\\n\\n    // Legacy `process.binding('util')` for Node.js < 10.\\n    return freeProcess && freeProcess.binding && freeProcess.binding('util');\\n  } catch (e) {}\\n}());\\n\\nmodule.exports = nodeUtil;\\n\"\n        },\n        {\n          \"id\": 53,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_nativeKeys.js\",\n          \"name\": \"./node_modules/lodash/_nativeKeys.js\",\n          \"index\": 129,\n          \"index2\": 118,\n          \"size\": 204,\n          \"cacheable\": true,\n          \"built\": true,\n          \"optional\": false,\n          \"prefetched\": false,\n          \"chunks\": [\n            2,\n            3,\n            4\n          ],\n          \"issuer\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_baseKeys.js\",\n          \"issuerId\": 35,\n          \"issuerName\": \"./node_modules/lodash/_baseKeys.js\",\n          \"issuerPath\": [\n            {\n              \"id\": 342,\n              \"identifier\": \"multi /Users/jarred/Code/styleurl/webpack/customPublicPath /Users/jarred/Code/styleurl/chrome/extension/devtools\",\n              \"name\": \"multi ./webpack/customPublicPath ./chrome/extension/devtools\",\n              \"profile\": {\n                \"factory\": 0,\n                \"building\": 0,\n                \"dependencies\": 54\n              }\n            },\n            {\n              \"id\": 343,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/devtools.js\",\n              \"name\": \"./chrome/extension/devtools.js\",\n              \"profile\": {\n                \"factory\": 55,\n                \"building\": 548\n              }\n            },\n            {\n              \"id\": 345,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/isEmpty.js\",\n              \"name\": \"./node_modules/lodash/isEmpty.js\",\n              \"profile\": {\n                \"factory\": 230,\n                \"building\": 567,\n                \"dependencies\": 245\n              }\n            },\n            {\n              \"id\": 35,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_baseKeys.js\",\n              \"name\": \"./node_modules/lodash/_baseKeys.js\",\n              \"profile\": {\n                \"factory\": 247,\n                \"building\": 72,\n                \"dependencies\": 1\n              }\n            }\n          ],\n          \"profile\": {\n            \"factory\": 90,\n            \"building\": 97\n          },\n          \"failed\": false,\n          \"errors\": 0,\n          \"warnings\": 0,\n          \"assets\": [],\n          \"reasons\": [\n            {\n              \"moduleId\": 35,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_baseKeys.js\",\n              \"module\": \"./node_modules/lodash/_baseKeys.js\",\n              \"moduleName\": \"./node_modules/lodash/_baseKeys.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"./_nativeKeys\",\n              \"loc\": \"2:17-41\"\n            }\n          ],\n          \"usedExports\": true,\n          \"providedExports\": null,\n          \"optimizationBailout\": [\n            \"ModuleConcatenation bailout: Module is not an ECMAScript module\"\n          ],\n          \"depth\": 4,\n          \"source\": \"var overArg = require('./_overArg');\\n\\n/* Built-in method references for those with the same name as other `lodash` methods. */\\nvar nativeKeys = overArg(Object.keys, Object);\\n\\nmodule.exports = nativeKeys;\\n\"\n        },\n        {\n          \"id\": 54,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_overArg.js\",\n          \"name\": \"./node_modules/lodash/_overArg.js\",\n          \"index\": 130,\n          \"index2\": 117,\n          \"size\": 382,\n          \"cacheable\": true,\n          \"built\": true,\n          \"optional\": false,\n          \"prefetched\": false,\n          \"chunks\": [\n            2,\n            3,\n            4\n          ],\n          \"issuer\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_nativeKeys.js\",\n          \"issuerId\": 53,\n          \"issuerName\": \"./node_modules/lodash/_nativeKeys.js\",\n          \"issuerPath\": [\n            {\n              \"id\": 342,\n              \"identifier\": \"multi /Users/jarred/Code/styleurl/webpack/customPublicPath /Users/jarred/Code/styleurl/chrome/extension/devtools\",\n              \"name\": \"multi ./webpack/customPublicPath ./chrome/extension/devtools\",\n              \"profile\": {\n                \"factory\": 0,\n                \"building\": 0,\n                \"dependencies\": 54\n              }\n            },\n            {\n              \"id\": 343,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/devtools.js\",\n              \"name\": \"./chrome/extension/devtools.js\",\n              \"profile\": {\n                \"factory\": 55,\n                \"building\": 548\n              }\n            },\n            {\n              \"id\": 345,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/isEmpty.js\",\n              \"name\": \"./node_modules/lodash/isEmpty.js\",\n              \"profile\": {\n                \"factory\": 230,\n                \"building\": 567,\n                \"dependencies\": 245\n              }\n            },\n            {\n              \"id\": 35,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_baseKeys.js\",\n              \"name\": \"./node_modules/lodash/_baseKeys.js\",\n              \"profile\": {\n                \"factory\": 247,\n                \"building\": 72,\n                \"dependencies\": 1\n              }\n            },\n            {\n              \"id\": 53,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_nativeKeys.js\",\n              \"name\": \"./node_modules/lodash/_nativeKeys.js\",\n              \"profile\": {\n                \"factory\": 90,\n                \"building\": 97\n              }\n            }\n          ],\n          \"profile\": {\n            \"factory\": 85,\n            \"building\": 16\n          },\n          \"failed\": false,\n          \"errors\": 0,\n          \"warnings\": 0,\n          \"assets\": [],\n          \"reasons\": [\n            {\n              \"moduleId\": 53,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_nativeKeys.js\",\n              \"module\": \"./node_modules/lodash/_nativeKeys.js\",\n              \"moduleName\": \"./node_modules/lodash/_nativeKeys.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"./_overArg\",\n              \"loc\": \"1:14-35\"\n            }\n          ],\n          \"usedExports\": true,\n          \"providedExports\": null,\n          \"optimizationBailout\": [\n            \"ModuleConcatenation bailout: Module is not an ECMAScript module\"\n          ],\n          \"depth\": 5,\n          \"source\": \"/**\\n * Creates a unary function that invokes `func` with its argument transformed.\\n *\\n * @private\\n * @param {Function} func The function to wrap.\\n * @param {Function} transform The argument transform.\\n * @returns {Function} Returns the new function.\\n */\\nfunction overArg(func, transform) {\\n  return function(arg) {\\n    return func(transform(arg));\\n  };\\n}\\n\\nmodule.exports = overArg;\\n\"\n        },\n        {\n          \"id\": 59,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/lib/port.js\",\n          \"name\": \"./chrome/extension/lib/port.js\",\n          \"index\": 204,\n          \"index2\": 202,\n          \"size\": 1115,\n          \"cacheable\": true,\n          \"built\": true,\n          \"optional\": false,\n          \"prefetched\": false,\n          \"chunks\": [\n            2,\n            3,\n            4\n          ],\n          \"issuer\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/devtools.js\",\n          \"issuerId\": 343,\n          \"issuerName\": \"./chrome/extension/devtools.js\",\n          \"issuerPath\": [\n            {\n              \"id\": 342,\n              \"identifier\": \"multi /Users/jarred/Code/styleurl/webpack/customPublicPath /Users/jarred/Code/styleurl/chrome/extension/devtools\",\n              \"name\": \"multi ./webpack/customPublicPath ./chrome/extension/devtools\",\n              \"profile\": {\n                \"factory\": 0,\n                \"building\": 0,\n                \"dependencies\": 54\n              }\n            },\n            {\n              \"id\": 343,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/devtools.js\",\n              \"name\": \"./chrome/extension/devtools.js\",\n              \"profile\": {\n                \"factory\": 55,\n                \"building\": 548\n              }\n            }\n          ],\n          \"profile\": {\n            \"factory\": 230,\n            \"building\": 567,\n            \"dependencies\": 245\n          },\n          \"failed\": false,\n          \"errors\": 0,\n          \"warnings\": 0,\n          \"assets\": [],\n          \"reasons\": [\n            {\n              \"moduleId\": 192,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/background.js\",\n              \"module\": \"./chrome/extension/background.js\",\n              \"moduleName\": \"./chrome/extension/background.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"./lib/port\",\n              \"loc\": \"13:12-33\"\n            },\n            {\n              \"moduleId\": 343,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/devtools.js\",\n              \"module\": \"./chrome/extension/devtools.js\",\n              \"moduleName\": \"./chrome/extension/devtools.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"./lib/port\",\n              \"loc\": \"13:12-33\"\n            },\n            {\n              \"moduleId\": 351,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/github_gist_content_script.js\",\n              \"module\": \"./chrome/extension/github_gist_content_script.js\",\n              \"moduleName\": \"./chrome/extension/github_gist_content_script.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"./lib/port\",\n              \"loc\": \"3:12-33\"\n            }\n          ],\n          \"usedExports\": true,\n          \"providedExports\": null,\n          \"optimizationBailout\": [\n            \"ModuleConcatenation bailout: Module is not an ECMAScript module\"\n          ],\n          \"depth\": 2,\n          \"source\": \"\\\"use strict\\\";\\n\\nObject.defineProperty(exports, \\\"__esModule\\\", {\\n  value: true\\n});\\nexports.MESSAGE_TYPES = exports.PORT_TYPES = exports.tabIdFromPortName = void 0;\\n\\nvar _last2 = _interopRequireDefault(require(\\\"lodash/last\\\"));\\n\\nfunction _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }\\n\\nconst DEV_CHROME_PORT_PREFIX = \\\"STYLEURL_DEV_PORT/\\\";\\nconst PROD_CHROME_PORT_PREFIX = \\\"STYLEURL_PORT/\\\";\\nconst CHROME_PORT_PREFIX = process.env.NODE_ENV === \\\"PRODUCTION\\\" ? PROD_CHROME_PORT_PREFIX : DEV_CHROME_PORT_PREFIX;\\n\\nconst tabIdFromPortName = _portName => {\\n  return parseInt((0, _last2.default)(_portName.split(\\\"tab/\\\")), 10);\\n};\\n\\nexports.tabIdFromPortName = tabIdFromPortName;\\nconst PORT_TYPES = {\\n  github_gist: \\\"github_gist\\\",\\n  devtool_widget: \\\"devtool_widget\\\"\\n};\\nexports.PORT_TYPES = PORT_TYPES;\\nconst MESSAGE_TYPES = {\\n  get_styles_diff: \\\"get_styles_diff\\\",\\n  get_gist_content: \\\"get_gist_content\\\",\\n  apply_stylesheets: \\\"apply_stylesheets\\\",\\n  style_diff_changed: \\\"style_diff_changed\\\",\\n  send_content_stylesheets: \\\"send_stylesheets\\\",\\n  log: \\\"log\\\"\\n};\\nexports.MESSAGE_TYPES = MESSAGE_TYPES;\"\n        },\n        {\n          \"id\": 62,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/chrome-ext-messenger/dist/chrome-ext-messenger.min.js\",\n          \"name\": \"./node_modules/chrome-ext-messenger/dist/chrome-ext-messenger.min.js\",\n          \"index\": 337,\n          \"index2\": 335,\n          \"size\": 22158,\n          \"cacheable\": true,\n          \"built\": true,\n          \"optional\": false,\n          \"prefetched\": false,\n          \"chunks\": [\n            2,\n            3,\n            4\n          ],\n          \"issuer\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/devtools.js\",\n          \"issuerId\": 343,\n          \"issuerName\": \"./chrome/extension/devtools.js\",\n          \"issuerPath\": [\n            {\n              \"id\": 342,\n              \"identifier\": \"multi /Users/jarred/Code/styleurl/webpack/customPublicPath /Users/jarred/Code/styleurl/chrome/extension/devtools\",\n              \"name\": \"multi ./webpack/customPublicPath ./chrome/extension/devtools\",\n              \"profile\": {\n                \"factory\": 0,\n                \"building\": 0,\n                \"dependencies\": 54\n              }\n            },\n            {\n              \"id\": 343,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/devtools.js\",\n              \"name\": \"./chrome/extension/devtools.js\",\n              \"profile\": {\n                \"factory\": 55,\n                \"building\": 548\n              }\n            }\n          ],\n          \"profile\": {\n            \"factory\": 230,\n            \"building\": 567,\n            \"dependencies\": 245\n          },\n          \"failed\": false,\n          \"errors\": 0,\n          \"warnings\": 0,\n          \"assets\": [],\n          \"reasons\": [\n            {\n              \"moduleId\": 192,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/background.js\",\n              \"module\": \"./chrome/extension/background.js\",\n              \"moduleName\": \"./chrome/extension/background.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"chrome-ext-messenger\",\n              \"loc\": \"23:49-80\"\n            },\n            {\n              \"moduleId\": 343,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/devtools.js\",\n              \"module\": \"./chrome/extension/devtools.js\",\n              \"moduleName\": \"./chrome/extension/devtools.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"chrome-ext-messenger\",\n              \"loc\": \"17:49-80\"\n            },\n            {\n              \"moduleId\": 351,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/github_gist_content_script.js\",\n              \"module\": \"./chrome/extension/github_gist_content_script.js\",\n              \"moduleName\": \"./chrome/extension/github_gist_content_script.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"chrome-ext-messenger\",\n              \"loc\": \"9:49-80\"\n            }\n          ],\n          \"usedExports\": true,\n          \"providedExports\": null,\n          \"optimizationBailout\": [\n            \"ModuleConcatenation bailout: Module is not an ECMAScript module\"\n          ],\n          \"depth\": 2,\n          \"source\": \"!function(e,n){\\\"object\\\"==typeof exports&&\\\"object\\\"==typeof module?module.exports=n():\\\"function\\\"==typeof define&&define.amd?define(\\\"chrome-ext-messenger\\\",[],n):\\\"object\\\"==typeof exports?exports[\\\"chrome-ext-messenger\\\"]=n():e[\\\"chrome-ext-messenger\\\"]=n()}(this,function(){return function(e){function n(o){if(t[o])return t[o].exports;var r=t[o]={exports:{},id:o,loaded:!1};return e[o].call(r.exports,r,r.exports,n),r.loaded=!0,r.exports}var t={};return n.m=e,n.c=t,n.p=\\\"\\\",n(0)}([function(e,n,t){\\\"use strict\\\";var o=t(1),r=t(6),s=t(2),i=t(5),a=function(){s.constructorTweakMethods(\\\"Messenger\\\",this),this._myExtPart=s.getCurrentExtensionPart()};a.prototype.constructor=a,a.isMessengerPort=function(e){return 0===e.name.indexOf(i.MESSENGER_PORT_NAME_PREFIX)},a.prototype.initBackgroundHub=function(e){return this._myExtPart!==i.BACKGROUND?void s.log(\\\"warn\\\",\\\"[Messenger:initBackgroundHub]\\\",\\\"Ignoring BackgroundHub init request since not called from background context\\\"):this._backgroundHub?void s.log(\\\"warn\\\",\\\"[Messenger:initBackgroundHub]\\\",\\\"Ignoring BackgroundHub init request since it is already been inited\\\"):void(this._backgroundHub=new o(e))},a.prototype.initConnection=function(e,n){return e||s.log(\\\"error\\\",\\\"[Messenger:initConnection]\\\",'Missing \\\"name\\\" in arguments'),e===i.TO_NAME_WILDCARD&&s.log(\\\"error\\\",\\\"[Messenger:initConnection]\\\",'\\\"*\\\" is reserved as a wildcard identifier, please use another name'),new r(this._myExtPart,e,n)},e.exports=a},function(e,n,t){\\\"use strict\\\";Object.defineProperty(n,\\\"__esModule\\\",{value:!0});var o=t(2),r=t(5),s=1,i=function(e){o.constructorTweakMethods(\\\"BackgroundHub\\\",this),e=e||{},this._connectedHandler=e.connectedHandler,this._disconnectedHandler=e.disconnectedHandler,this._backgroundPorts={},this._contentScriptPorts={},this._popupPorts={},this._devtoolPorts={},chrome.runtime.onConnect.addListener(this._onPortConnected),window.mockPortOnConnect=this._onPortConnected};i.prototype.constructor=i,i.prototype._onPortConnected=function(e){o.log(\\\"log\\\",\\\"[BackgroundHub:runtime.onConnect]\\\",arguments),0===e.name.indexOf(r.MESSENGER_PORT_NAME_PREFIX)&&(e.onMessage.addListener(this._onPortMessageHandler),e.onDisconnect.addListener(this._onPortDisconnectionHandler))},i.prototype._onPortMessageHandler=function(e,n){switch(e.type){case r.INIT:this._initConnection(e,n);break;case r.MESSAGE:case r.RESPONSE:e.to||o.log(\\\"error\\\",\\\"[BackgroundHub:_onPortMessageHandler]\\\",'Missing \\\"to\\\" in message:',e),e.toNames||o.log(\\\"error\\\",\\\"[BackgroundHub:_onPortMessageHandler]\\\",'Missing \\\"toNames\\\" in message:',e),this._relayMessage(e,n);break;default:o.log(\\\"error\\\",\\\"[BackgroundHub:_onPortMessageHandler]\\\",\\\"Unknown message type: \\\"+e.type)}},i.prototype._getPortsObj=function(e){switch(e){case r.BACKGROUND:return this._backgroundPorts;case r.CONTENT_SCRIPT:return this._contentScriptPorts;case r.POPUP:return this._popupPorts;case r.DEVTOOL:return this._devtoolPorts;default:o.log(\\\"error\\\",\\\"[BackgroundHub:_onPortDisconnectionHandler]\\\",\\\"Unknown extension part: \\\"+e)}},i.prototype._initConnection=function(e,n){var t=function(e,t){var s=this._getPortsObj(e);if(s[t]=s[t]?s[t]:[],s[t].push(n),this._connectedHandler){var i=e!==r.BACKGROUND?t:null,a=o.removeMessengerPortNamePrefix(n.name);this._connectedHandler(e,a,i)}n.postMessage({from:r.BACKGROUND,type:r.INIT_SUCCESS})}.bind(this);if(e.from===r.BACKGROUND)t(r.BACKGROUND,s);else if(e.from===r.DEVTOOL)t(r.DEVTOOL,e.tabId);else if(e.from===r.CONTENT_SCRIPT)t(r.CONTENT_SCRIPT,n.sender.tab.id);else{if(e.from!==r.POPUP)throw new Error('Unknown \\\"from\\\" in message: '+e.from);t(r.POPUP,e.tabId)}},i.prototype._relayMessage=function(e,n){var t=e.from,i=e.to,a=e.toNames,c=e.toTabId,u=void 0;t===r.BACKGROUND?i!==r.BACKGROUND&&(u=c):t===r.DEVTOOL?u=e.tabId:t===r.POPUP?u=e.tabId:t===r.CONTENT_SCRIPT?u=n.sender.tab.id:o.log(\\\"error\\\",\\\"[BackgroundHub:_relayMessage]\\\",'Unknown \\\"from\\\" in message: '+t),e.fromTabId=u;var d=void 0;i===r.BACKGROUND?d=this._backgroundPorts[s]?this._backgroundPorts[s]:[]:i===r.DEVTOOL?d=this._devtoolPorts[u]?this._devtoolPorts[u]:[]:i===r.POPUP?d=this._popupPorts[u]?this._popupPorts[u]:[]:i===r.CONTENT_SCRIPT?d=this._contentScriptPorts[u]?this._contentScriptPorts[u]:[]:o.log(\\\"error\\\",\\\"[BackgroundHub:_relayMessage]\\\",'Unknown \\\"to\\\" in message: '+i),0===d.length&&o.log(\\\"info\\\",\\\"[BackgroundHub:_relayMessage]\\\",'Not sending relay because \\\"to\\\" port does not exist');var l=[];a.forEach(function(e){var n=d.filter(function(n){return n.name===e||e===r.TO_NAME_WILDCARD});n.length>0?n.forEach(function(e){l.indexOf(e)===-1&&l.push(e)}):o.log(\\\"warn\\\",\\\"[BackgroundHub:_relayMessage]\\\",\\\"Could not find any connections with this name (probably no such name):\\\",o.removeMessengerPortNamePrefix(e))}.bind(this)),e.fromPortSender=n.sender,l.forEach(function(n){n.postMessage(e)}.bind(this))},i.prototype._onPortDisconnectionHandler=function(e){e.onMessage.removeListener(this._onPortMessageHandler);var n=function(e,n){for(var t=this._getPortsObj(e),s=Object.keys(t),i=0;i<s.length;i++){for(var a=s[i],c=t[a],u=c.length,d=u;d>=0;d--){var l=c[d];if(l===n&&(o.log(\\\"log\\\",\\\"[BackgroundHub:_onPortDisconnectionHandler]\\\",\\\"Remove connection of port with unique id: \\\",a),c.splice(d,1),this._disconnectedHandler)){var p=e!==r.BACKGROUND?parseInt(a):null,f=o.removeMessengerPortNamePrefix(n.name);this._disconnectedHandler(e,f,p)}}0===t[a].length&&(o.log(\\\"log\\\",\\\"[BackgroundHub:_onPortDisconnectionHandler]\\\",\\\"Removing empty ports object for unique id: \\\",a),delete t[a])}}.bind(this);n(r.BACKGROUND,e),n(r.CONTENT_SCRIPT,e),n(r.POPUP,e),n(r.DEVTOOL,e)},n.default=i,e.exports=n.default},function(e,n,t){\\\"use strict\\\";Object.defineProperty(n,\\\"__esModule\\\",{value:!0});var o=t(3),r=t(5),s=new o({prefix:\\\"messenger-log\\\",markdown:!1}),i=new o({prefix:\\\"messenger-info\\\",markdown:!1}),a=new o({prefix:\\\"messenger-warn\\\",markdown:!1}),c=new o({prefix:\\\"messenger-error\\\",markdown:!1});o.disable(\\\"messenger*\\\",\\\"-messenger-error\\\",\\\"-messenger-warn\\\");var u={log:function(e){var n=Array.prototype.slice.call(arguments,1);switch(e){case\\\"log\\\":s.log.apply(s,n);break;case\\\"info\\\":i.info.apply(i,n);break;case\\\"warn\\\":a.warn.apply(a,n);break;case\\\"error\\\":throw c.error.apply(c,n),\\\"Messenger error occurred, check more information above...\\\";default:c.error(\\\"Unknown log level: \\\"+e)}},constructorTweakMethods:function(e,n){var t=function(t){var o=n[t];n[t]=function(){return s.log(\\\"[\\\"+e+\\\":\\\"+t+\\\"()]\\\",arguments),o.apply(n,arguments)}.bind(n)};for(var o in n)\\\"function\\\"==typeof n[o]&&t(o)},getCurrentExtensionPart:function(){var e=void 0;if(\\\"undefined\\\"!=typeof chrome)if(chrome.devtools)e=r.DEVTOOL;else if(chrome.extension&&\\\"function\\\"==typeof chrome.extension.getBackgroundPage){var n=chrome.extension.getBackgroundPage();e=n===window?r.BACKGROUND:r.POPUP}else e=r.CONTENT_SCRIPT;else c.error(\\\"Could not identify extension part... are you running in a chrome extension context?\\\");return s.log(\\\"detected current extension part: \\\"+e),e},removeMessengerPortNamePrefix:function(e){return e.replace(new RegExp(\\\"^\\\"+r.MESSENGER_PORT_NAME_PREFIX),\\\"\\\")}};n.default=u,e.exports=n.default},function(e,n,t){(function(n){!function(){\\\"use strict\\\";function t(e,n){return this instanceof t?(this.opts=o(e,n),p(this.opts.prefix,t._instances)?f(this.opts.prefix,t._instances):(t._instances.push(this),r(t._instances),s(),this)):new t(e,n)}function o(e,n){\\\"object\\\"==typeof e&&(n=e),n=n||{},\\\"string\\\"!=typeof e&&(e=n.prefix||\\\"\\\"),e=g(e);var t,o=Boolean(n.alignOutput),r=void 0===n.markdown||Boolean(n.markdown);return _()?(t=P[b%P.length],b+=1):m()&&(t=M()),{prefix:e,alignOutput:o,markdown:r,prefixColor:t}}function r(e){var n=e.sort(function(e,n){return n.opts.prefix.length-e.opts.prefix.length})[0];e.forEach(function(e){if(e.opts.alignOutput){var t=new Array(Math.max(n.opts.prefix.length-e.opts.prefix.length+1,0)).join(\\\" \\\");e.opts.prefix=e.opts.prefix+t}})}function s(){if(m()){var e=null;\\\"undefined\\\"!=typeof n&&void 0!==n.env&&(void 0!==n.env.NODE_DEBUG&&\\\"\\\"!==n.env.NODE_DEBUG?e=\\\"NODE_DEBUG\\\":void 0!==n.env.DEBUG&&\\\"\\\"!==n.env.DEBUG&&(e=\\\"DEBUG\\\"),e&&(t.disable(\\\"*\\\"),n.env[e].split(\\\",\\\").forEach(function(e){t.enable(e)})))}else _()&&window.localStorage&&\\\"string\\\"==typeof window.localStorage.getItem(\\\"debug\\\")&&(t.disable(\\\"*\\\"),window.localStorage.debug.split(\\\",\\\").forEach(function(e){t.enable(e)}))}function i(e){for(var n=[],t=a(e);t;)e=e.replace(t.rule.regexp,t.rule.replacer),_()&&(n.push(t.rule.style),n.push(\\\"\\\")),t=a(e);return{text:e,styles:n}}function a(e){var n=[],t=[];return _()?t=[{regexp:/\\\\*([^\\\\*]+)\\\\*/,replacer:function(e,n){return\\\"%c\\\"+n+\\\"%c\\\"},style:\\\"font-weight:bold;\\\"},{regexp:/_([^_]+)_/,replacer:function(e,n){return\\\"%c\\\"+n+\\\"%c\\\"},style:\\\"font-style:italic;\\\"},{regexp:/`([^`]+)`/,replacer:function(e,n){return\\\"%c\\\"+n+\\\"%c\\\"},style:\\\"background:#FDF6E3; color:#586E75; padding:1px 5px; border-radius:4px;\\\"}]:m()&&(t=[{regexp:/\\\\*([^\\\\*]+)\\\\*/,replacer:function(e,n){return\\\"\\u001b[\\\"+y.modifiers.bold[0]+\\\"m\\\"+n+\\\"\\u001b[\\\"+y.modifiers.bold[1]+\\\"m\\\"}},{regexp:/_([^_]+)_/,replacer:function(e,n){return\\\"\\u001b[\\\"+y.modifiers.italic[0]+\\\"m\\\"+n+\\\"\\u001b[\\\"+y.modifiers.italic[1]+\\\"m\\\"}},{regexp:/`([^`]+)`/,replacer:function(e,n){return\\\"\\u001b[\\\"+y.bgColors.bgYellow[0]+\\\"m\\u001b[\\\"+y.colors.black[0]+\\\"m \\\"+n+\\\" \\u001b[\\\"+y.colors.black[1]+\\\"m\\u001b[\\\"+y.bgColors.bgYellow[1]+\\\"m\\\"}}]),t.forEach(function(t){var o=e.match(t.regexp);o&&n.push({rule:t,match:o})}),0===n.length?null:(n.sort(function(e,n){return e.match.index-n.match.index}),n[0])}function c(e,n){var t,o=[];return n.opts.prefix?h()?(o.push(\\\"%c\\\"+n.opts.prefix+\\\"%c \\\"),o.push(\\\"color:\\\"+n.opts.prefixColor+\\\"; font-weight:bold;\\\",\\\"\\\")):o.push(\\\"[\\\"+n.prefix+\\\"] \\\"):o.push(\\\"\\\"),\\\"string\\\"==typeof e[0]?n.opts.markdown&&h()?(t=i(e[0]),o[0]=o[0]+t.text,o=o.concat(t.styles)):o[0]=o[0]+e[0]:o[0]=e[0],e.length>1&&(o=o.concat(e.splice(1))),o}function u(e,n,t){var o=[];return t.opts.prefix&&(h()?o[0]=\\\"\\u001b[\\\"+t.opts.prefixColor[0]+\\\"m\\u001b[\\\"+y.modifiers.bold[0]+\\\"m\\\"+t.opts.prefix+\\\"\\u001b[\\\"+y.modifiers.bold[1]+\\\"m\\u001b[\\\"+t.opts.prefixColor[1]+\\\"m\\\":o[0]=\\\"[\\\"+t.opts.prefix+\\\"]\\\"),\\\"warn\\\"===n?o[0]=\\\"\\u001b[\\\"+y.colors.yellow[0]+\\\"m⚠\\u001b[\\\"+y.colors.yellow[1]+\\\"m \\\"+(o[0]||\\\"\\\"):\\\"error\\\"===n?o[0]=\\\"\\u001b[\\\"+y.colors.red[0]+\\\"m✖\\u001b[\\\"+y.colors.red[1]+\\\"m \\\"+(o[0]||\\\"\\\"):\\\"info\\\"===n?o[0]=\\\"\\u001b[\\\"+y.colors.blue[0]+\\\"mℹ\\u001b[\\\"+y.colors.blue[1]+\\\"m \\\"+(o[0]||\\\"\\\"):\\\"debug\\\"===n&&(o[0]=\\\"\\u001b[\\\"+y.colors.gray[0]+\\\"m🐛\\u001b[\\\"+y.colors.gray[1]+\\\"m \\\"+(o[0]||\\\"\\\")),e.forEach(function(e){\\\"string\\\"==typeof e&&t.opts.markdown?o.push(i(e).text):o.push(e)}),o}function d(e){var n=!1;return E.forEach(function(t){\\\"enable\\\"===t.type&&t.regExp.test(e.opts.prefix)?n=!1:\\\"disable\\\"===t.type&&t.regExp.test(e.opts.prefix)&&(n=!0)}),n}function l(e){return new RegExp(\\\"^\\\"+e.replace(/\\\\*/g,\\\".*?\\\")+\\\"$\\\")}function p(e,n){var t=!1;return n.forEach(function(n){if(n.opts.prefix===e)return void(t=!0)}),t}function f(e,n){var t;return n.forEach(function(n){if(n.opts.prefix===e)return void(t=n)}),t}function g(e){return\\\"string\\\"==typeof e?e.replace(/%c/g,\\\"\\\"):e}function h(){if(_()){var e=\\\"WebkitAppearance\\\"in document.documentElement.style,t=window.console&&(console.firebug||console.exception&&console.table),o=navigator.userAgent.toLowerCase().match(/firefox\\\\/(\\\\d+)/)&&parseInt(RegExp.$1,10)>=31;return e||t||o}if(m())return!(n.stdout&&!n.stdout.isTTY)&&(\\\"win32\\\"===n.platform||(\\\"COLORTERM\\\"in n.env||\\\"dumb\\\"!==n.env.TERM&&!!/^screen|^xterm|^vt100|color|ansi|cygwin|linux/i.test(n.env.TERM)))}function m(){return\\\"undefined\\\"!=typeof e&&\\\"undefined\\\"!=typeof e.exports}function _(){return\\\"undefined\\\"!=typeof window}var b=0,P=[\\\"#B58900\\\",\\\"#CB4B16\\\",\\\"#DC322F\\\",\\\"#D33682\\\",\\\"#6C71C4\\\",\\\"#268BD2\\\",\\\"#2AA198\\\",\\\"#859900\\\"],y={modifiers:{reset:[0,0],bold:[1,22],dim:[2,22],italic:[3,23],underline:[4,24],inverse:[7,27],hidden:[8,28],strikethrough:[9,29]},colors:{black:[30,39],red:[31,39],green:[32,39],yellow:[33,39],blue:[34,39],magenta:[35,39],cyan:[36,39],white:[37,39],gray:[90,39]},bgColors:{bgBlack:[40,49],bgRed:[41,49],bgGreen:[42,49],bgYellow:[43,49],bgBlue:[44,49],bgMagenta:[45,49],bgCyan:[46,49],bgWhite:[47,49]}},E=[];t._instances=[],t.enable=function(){Array.prototype.forEach.call(arguments,function(e){\\\"-\\\"===e[0]&&t.disable(e.substr(1));var n=l(e);\\\"*\\\"===e?E=[]:E.push({type:\\\"enable\\\",regExp:n})})},t.disable=function(){Array.prototype.forEach.call(arguments,function(e){\\\"-\\\"===e[0]&&t.enable(e.substr(1));var n=l(e);\\\"*\\\"===e?E=[{type:\\\"disable\\\",regExp:n}]:E.push({type:\\\"disable\\\",regExp:n})})};var v=[\\\"debug\\\",\\\"log\\\",\\\"info\\\",\\\"warn\\\",\\\"error\\\"];v.forEach(function(e){t.prototype[e]=function(){if(!d(this)){var n,t=Array.prototype.slice.call(arguments,0);_()?(n=c(t,this),Function.prototype.apply.call(console[e]||console.log,console,n)):m()&&(n=u(t,e,this),(console[e]||console.log).apply(console,n))}}});var M=function(){var e=0,n=[[31,39],[32,39],[33,39],[34,39],[35,39],[36,39]];return function(){return e+=1,n[e%n.length]}}();m()?e.exports=t:_()&&(window.Logdown=t)}()}).call(n,t(4))},function(e,n){function t(){throw new Error(\\\"setTimeout has not been defined\\\")}function o(){throw new Error(\\\"clearTimeout has not been defined\\\")}function r(e){if(d===setTimeout)return setTimeout(e,0);if((d===t||!d)&&setTimeout)return d=setTimeout,setTimeout(e,0);try{return d(e,0)}catch(n){try{return d.call(null,e,0)}catch(n){return d.call(this,e,0)}}}function s(e){if(l===clearTimeout)return clearTimeout(e);if((l===o||!l)&&clearTimeout)return l=clearTimeout,clearTimeout(e);try{return l(e)}catch(n){try{return l.call(null,e)}catch(n){return l.call(this,e)}}}function i(){h&&f&&(h=!1,f.length?g=f.concat(g):m=-1,g.length&&a())}function a(){if(!h){var e=r(i);h=!0;for(var n=g.length;n;){for(f=g,g=[];++m<n;)f&&f[m].run();m=-1,n=g.length}f=null,h=!1,s(e)}}function c(e,n){this.fun=e,this.array=n}function u(){}var d,l,p=e.exports={};!function(){try{d=\\\"function\\\"==typeof setTimeout?setTimeout:t}catch(e){d=t}try{l=\\\"function\\\"==typeof clearTimeout?clearTimeout:o}catch(e){l=o}}();var f,g=[],h=!1,m=-1;p.nextTick=function(e){var n=new Array(arguments.length-1);if(arguments.length>1)for(var t=1;t<arguments.length;t++)n[t-1]=arguments[t];g.push(new c(e,n)),1!==g.length||h||r(a)},c.prototype.run=function(){this.fun.apply(null,this.array)},p.title=\\\"browser\\\",p.browser=!0,p.env={},p.argv=[],p.version=\\\"\\\",p.versions={},p.on=u,p.addListener=u,p.once=u,p.off=u,p.removeListener=u,p.removeAllListeners=u,p.emit=u,p.prependListener=u,p.prependOnceListener=u,p.listeners=function(e){return[]},p.binding=function(e){throw new Error(\\\"process.binding is not supported\\\")},p.cwd=function(){return\\\"/\\\"},p.chdir=function(e){throw new Error(\\\"process.chdir is not supported\\\")},p.umask=function(){return 0}},function(e,n){\\\"use strict\\\";Object.defineProperty(n,\\\"__esModule\\\",{value:!0});var t={MESSENGER_PORT_NAME_PREFIX:\\\"__messenger__\\\",TO_NAME_WILDCARD:\\\"*\\\",BACKGROUND:\\\"background\\\",POPUP:\\\"popup\\\",DEVTOOL:\\\"devtool\\\",CONTENT_SCRIPT:\\\"content_script\\\",INIT:\\\"init\\\",INIT_SUCCESS:\\\"init_success\\\",MESSAGE:\\\"message\\\",RESPONSE:\\\"response\\\"};n.default=t,e.exports=n.default},function(e,n,t){\\\"use strict\\\";Object.defineProperty(n,\\\"__esModule\\\",{value:!0});var o=t(7),r=t(2),s=t(5),i=500,a=1e5,c=5e3,u=function(e,n,t){r.constructorTweakMethods(\\\"Connection\\\",this),this._init(e,n,t)};u.prototype.constructor=u,u.prototype._init=function(e,n,t){switch(this._port=null,this._inited=!1,this._pendingInitMessages=[],this._pendingCb={},this._cbId=0,this._pendingCbCleanupIndex=0,this._myExtPart=e,this._myName=s.MESSENGER_PORT_NAME_PREFIX+n,this._userMessageHandler=t||function(){},this._myExtPart){case s.BACKGROUND:case s.CONTENT_SCRIPT:case s.POPUP:case s.DEVTOOL:var a=function(e){r.log(\\\"log\\\",\\\"[Connection:_init]\\\",\\\"Attempting connection initing...\\\"),this._port=this._myExtPart===s.BACKGROUND?new o({name:this._myName}):chrome.runtime.connect({name:this._myName}),this._port.onMessage.addListener(this._onPortMessageHandler),this._port.postMessage({type:s.INIT,from:this._myExtPart,tabId:e});var n=arguments,t=setTimeout(function(){this._inited?clearTimeout(t):(this._port.disconnect(),a.apply(this,n))}.bind(this),i)}.bind(this);switch(this._myExtPart){case s.BACKGROUND:case s.CONTENT_SCRIPT:a();break;case s.POPUP:chrome.tabs.query({active:!0,currentWindow:!0},function(e){a(e[0].id)});break;case s.DEVTOOL:a(chrome.devtools.inspectedWindow.tabId)}break;default:r.log(\\\"error\\\",\\\"[Connection:_init]\\\",\\\"Unknown extension part: \\\"+e)}},u.prototype._attemptDeadCbCleanup=function(){if(Object.keys(this._pendingCb).length>a){r.log(\\\"log\\\",\\\"[Connection:_attemptDeadCbCleanup]\\\",\\\"Attempting dead callback cleaning... current callbacks number:\\\".Object.keys(this._pendingCb).length);for(var e=this._pendingCbCleanupIndex+c;this._pendingCbCleanupIndex<e;)delete this._pendingCb[this._pendingCbCleanupIndex],this._pendingCbCleanupIndex++;r.log(\\\"log\\\",\\\"[Connection:_attemptDeadCbCleanup]\\\",\\\"New callbacks number after cleaning done:\\\",Object.keys(this._pendingCb).length)}},u.prototype._prepareMessage=function(e,n){var t=this;return new Promise(function(o){switch(n&&(t._cbId++,t._pendingCb[t._cbId]=n,e.cbId=t._cbId,t._attemptDeadCbCleanup()),t._myExtPart){case s.DEVTOOL:e.tabId=chrome.devtools.inspectedWindow.tabId,o();break;case s.POPUP:chrome.tabs.query({active:!0,currentWindow:!0},function(n){e.tabId=n[0].id,o()}.bind(t));break;default:o()}})},u.prototype._postMessage=function(e,n,t){var o=this;this._prepareMessage(n,t).then(function(){o._inited?e.postMessage(n):o._pendingInitMessages.push(n)})},u.prototype._postResponse=function(e,n,t){var o={from:this._myExtPart,to:t.from,toNames:[t.fromName],type:s.RESPONSE,cbId:t.cbId,cbValue:n};this._myExtPart===s.BACKGROUND&&(o.toTabId=t.fromTabId),this._postMessage(e,o)},u.prototype._handleMessage=function(e,n){var t=function(t){e.cbId&&this._postResponse(n,t,e)}.bind(this),o=r.removeMessengerPortNamePrefix(e.fromName),i=e.fromTabId&&e.from!==s.BACKGROUND?\\\":\\\"+e.fromTabId:null,a=e.from+\\\":\\\"+o+(i?\\\":\\\"+i:\\\"\\\");this._userMessageHandler(e.userMessage,a,e.fromPortSender,t)},u.prototype._handleResponse=function(e){if(this._pendingCb[e.cbId]){var n=this._pendingCb[e.cbId];delete this._pendingCb[e.cbId],n(e.cbValue)}else r.log(\\\"info\\\",\\\"[Connection:_handleResponse]\\\",\\\"Ignoring response sending because callback does not exist (probably already been called)\\\")},u.prototype._sendMessage=function(e,n,t,o,r,i){t=this._addMessengerPortNamePrefix(t);var a={from:this._myExtPart,fromName:this._myName,to:n,toNames:t,toTabId:o,type:s.MESSAGE,userMessage:r};this._postMessage(e,a,i)},u.prototype._addMessengerPortNamePrefix=function(e){return e.map(function(e){return e===s.TO_NAME_WILDCARD?e:s.MESSENGER_PORT_NAME_PREFIX+e})},u.prototype._validateMessage=function(e,n,t){if(!e)return'Missing extension part in \\\"to\\\" argument';if(e!==s.BACKGROUND&&e!==s.CONTENT_SCRIPT&&e!==s.DEVTOOL&&e!==s.POPUP)return'Unknown extension part in \\\"to\\\" argument: '+e+\\\"\\\\nSupported parts are: \\\"+s.BACKGROUND+\\\", \\\"+s.CONTENT_SCRIPT+\\\", \\\"+s.POPUP+\\\", \\\"+s.DEVTOOL;if(!n)return'Missing connection name in \\\"to\\\" argument';if(this._myExtPart===s.BACKGROUND&&e!==s.BACKGROUND){if(!t)return'Messages from background to other extension parts must have a tab id in \\\"to\\\" argument';if(!Number.isInteger(parseFloat(t)))return\\\"Tab id to send message to must be a valid number\\\"}},u.prototype._onPortMessageHandler=function(e,n){switch(e.type){case s.INIT_SUCCESS:this._inited=!0,this._pendingInitMessages.forEach(function(e){this._port.postMessage(e)}.bind(this));break;case s.MESSAGE:case s.RESPONSE:e.to||r.log(\\\"error\\\",\\\"[Connection:_onPortMessageHandler]\\\",'Missing \\\"to\\\" in message: ',e),e.toNames||r.log(\\\"error\\\",\\\"[Connection:_onPortMessageHandler]\\\",'Missing \\\"toNames\\\" in message: ',e),e.type===s.MESSAGE?this._handleMessage(e,n):e.type===s.RESPONSE&&this._handleResponse(e);break;default:r.log(\\\"error\\\",\\\"[Connection:_onPortMessageHandler]\\\",\\\"Unknown message type: \\\"+e.type)}},u.prototype.sendMessage=function(e,n){var t=this,o=arguments;return new Promise(function(s,i){if(e||r.log(\\\"error\\\",\\\"[Connection:sendMessage]\\\",'Missing \\\"to\\\" arguments'),!t._port)return r.log(\\\"info\\\",\\\"[Connection:sendMessage]\\\",\\\"Rejecting sendMessage because connection does not exist anymore\\\"),i(new Error(\\\"Connection port does not exist anymore, did you disconnect it?\\\"));var a=void 0;try{a=e.split(\\\":\\\")}catch(n){r.log(\\\"error\\\",\\\"[Connection:sendMessage]\\\",'Invalid format given in \\\"to\\\" argument: '+e,o)}var c=a[0],u=a[1],d=a[2],l=t._validateMessage(c,u,d);l&&r.log(\\\"error\\\",\\\"[Connection:sendMessage]\\\",l,o);var p=u.split(\\\",\\\");t._sendMessage(t._port,c,p,d,n,s)})},u.prototype.disconnect=function(){this._port&&(this._port.disconnect(),this._port=null)},n.default=u,e.exports=n.default},function(e,n,t){\\\"use strict\\\";Object.defineProperty(n,\\\"__esModule\\\",{value:!0});var o=t(2),r=function(e){o.constructorTweakMethods(\\\"MockPort\\\",this);var n=this._createMockPort(e),t=this._createMockPort(e);return this._linkMocks(n,t),\\\"function\\\"==typeof window.mockPortOnConnect&&window.mockPortOnConnect(t),n};r.prototype.constructor=r,r.prototype._createMockPort=function(e){var n={_connected:!0,_name:e.name,onMessageListeners:[],onDisconnectListeners:[]};return Object.defineProperty(n,\\\"name\\\",{get:function(){return n._name}}),Object.defineProperty(n,\\\"onMessage\\\",{get:function(){return{addListener:function(e){n.onMessageListeners.push(e)},removeListener:function(e){var t=n.onMessageListeners.indexOf(e);t!==-1&&n.onMessageListeners.splice(t,1)}}}}),Object.defineProperty(n,\\\"onDisconnect\\\",{get:function(){return{addListener:function(e){n.onDisconnectListeners.push(e)},removeListener:function(e){var t=n.onDisconnectListeners.indexOf(e);t!==-1&&n.onDisconnectListeners.splice(t,1)}}}}),Object.defineProperty(n,\\\"sender\\\",{get:function(){return{id:chrome.runtime.id}}}),n.postMessage=function(e){n._connected?n.__targetRefPort?n.__targetRefPort.__invokeOnMessageHandlers(e):o.log(\\\"warn\\\",\\\"[MockPort:postMessage]\\\",\\\"Missing __targetRefPort\\\",arguments):o.log(\\\"warn\\\",\\\"[MockPort:postMessage]\\\",\\\"Attempting to post message on a disconnected mock port\\\",e)},n.disconnect=function(){n._connected=!1,n.__targetRefPort?n.__targetRefPort.__invokeOnDisconnectHandlers():o.log(\\\"warn\\\",\\\"[MockPort:postMessage]\\\",\\\"Missing __targetRefPort\\\",arguments),n._onMessageListeners=[],n._onDisconnectListeners=[]},n.__invokeOnMessageHandlers=function(e){n.onMessageListeners.forEach(function(t){t(e,n)})},n.__invokeOnDisconnectHandlers=function(){n.onDisconnectListeners.forEach(function(e){e(n)})},n},r.prototype._linkMocks=function(e,n){e.__targetRefPort=n,n.__targetRefPort=e},n.default=r,e.exports=n.default}])});\\n//# sourceMappingURL=chrome-ext-messenger.min.js.map\"\n        },\n        {\n          \"id\": 89,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_baseIsNative.js\",\n          \"name\": \"./node_modules/lodash/_baseIsNative.js\",\n          \"index\": 64,\n          \"index2\": 65,\n          \"size\": 1417,\n          \"cacheable\": true,\n          \"built\": true,\n          \"optional\": false,\n          \"prefetched\": false,\n          \"chunks\": [\n            2,\n            3\n          ],\n          \"issuer\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_getNative.js\",\n          \"issuerId\": 12,\n          \"issuerName\": \"./node_modules/lodash/_getNative.js\",\n          \"issuerPath\": [\n            {\n              \"id\": 342,\n              \"identifier\": \"multi /Users/jarred/Code/styleurl/webpack/customPublicPath /Users/jarred/Code/styleurl/chrome/extension/devtools\",\n              \"name\": \"multi ./webpack/customPublicPath ./chrome/extension/devtools\",\n              \"profile\": {\n                \"factory\": 0,\n                \"building\": 0,\n                \"dependencies\": 54\n              }\n            },\n            {\n              \"id\": 343,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/devtools.js\",\n              \"name\": \"./chrome/extension/devtools.js\",\n              \"profile\": {\n                \"factory\": 55,\n                \"building\": 548\n              }\n            },\n            {\n              \"id\": 345,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/isEmpty.js\",\n              \"name\": \"./node_modules/lodash/isEmpty.js\",\n              \"profile\": {\n                \"factory\": 230,\n                \"building\": 567,\n                \"dependencies\": 245\n              }\n            },\n            {\n              \"id\": 95,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_getTag.js\",\n              \"name\": \"./node_modules/lodash/_getTag.js\",\n              \"profile\": {\n                \"factory\": 247,\n                \"building\": 72,\n                \"dependencies\": 1\n              }\n            },\n            {\n              \"id\": 96,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_DataView.js\",\n              \"name\": \"./node_modules/lodash/_DataView.js\",\n              \"profile\": {\n                \"factory\": 89,\n                \"building\": 98,\n                \"dependencies\": 85\n              }\n            },\n            {\n              \"id\": 12,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_getNative.js\",\n              \"name\": \"./node_modules/lodash/_getNative.js\",\n              \"profile\": {\n                \"factory\": 85,\n                \"building\": 16\n              }\n            }\n          ],\n          \"profile\": {\n            \"factory\": 43,\n            \"building\": 35,\n            \"dependencies\": 0\n          },\n          \"failed\": false,\n          \"errors\": 0,\n          \"warnings\": 0,\n          \"assets\": [],\n          \"reasons\": [\n            {\n              \"moduleId\": 12,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_getNative.js\",\n              \"module\": \"./node_modules/lodash/_getNative.js\",\n              \"moduleName\": \"./node_modules/lodash/_getNative.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"./_baseIsNative\",\n              \"loc\": \"1:19-45\"\n            }\n          ],\n          \"usedExports\": true,\n          \"providedExports\": null,\n          \"optimizationBailout\": [\n            \"ModuleConcatenation bailout: Module is not an ECMAScript module\"\n          ],\n          \"depth\": 6,\n          \"source\": \"var isFunction = require('./isFunction'),\\n    isMasked = require('./_isMasked'),\\n    isObject = require('./isObject'),\\n    toSource = require('./_toSource');\\n\\n/**\\n * Used to match `RegExp`\\n * [syntax characters](http://ecma-international.org/ecma-262/7.0/#sec-patterns).\\n */\\nvar reRegExpChar = /[\\\\\\\\^$.*+?()[\\\\]{}|]/g;\\n\\n/** Used to detect host constructors (Safari). */\\nvar reIsHostCtor = /^\\\\[object .+?Constructor\\\\]$/;\\n\\n/** Used for built-in method references. */\\nvar funcProto = Function.prototype,\\n    objectProto = Object.prototype;\\n\\n/** Used to resolve the decompiled source of functions. */\\nvar funcToString = funcProto.toString;\\n\\n/** Used to check objects for own properties. */\\nvar hasOwnProperty = objectProto.hasOwnProperty;\\n\\n/** Used to detect if a method is native. */\\nvar reIsNative = RegExp('^' +\\n  funcToString.call(hasOwnProperty).replace(reRegExpChar, '\\\\\\\\$&')\\n  .replace(/hasOwnProperty|(function).*?(?=\\\\\\\\\\\\()| for .+?(?=\\\\\\\\\\\\])/g, '$1.*?') + '$'\\n);\\n\\n/**\\n * The base implementation of `_.isNative` without bad shim checks.\\n *\\n * @private\\n * @param {*} value The value to check.\\n * @returns {boolean} Returns `true` if `value` is a native function,\\n *  else `false`.\\n */\\nfunction baseIsNative(value) {\\n  if (!isObject(value) || isMasked(value)) {\\n    return false;\\n  }\\n  var pattern = isFunction(value) ? reIsNative : reIsHostCtor;\\n  return pattern.test(toSource(value));\\n}\\n\\nmodule.exports = baseIsNative;\\n\"\n        },\n        {\n          \"id\": 90,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_isMasked.js\",\n          \"name\": \"./node_modules/lodash/_isMasked.js\",\n          \"index\": 73,\n          \"index2\": 63,\n          \"size\": 564,\n          \"cacheable\": true,\n          \"built\": true,\n          \"optional\": false,\n          \"prefetched\": false,\n          \"chunks\": [\n            2,\n            3\n          ],\n          \"issuer\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_baseIsNative.js\",\n          \"issuerId\": 89,\n          \"issuerName\": \"./node_modules/lodash/_baseIsNative.js\",\n          \"issuerPath\": [\n            {\n              \"id\": 342,\n              \"identifier\": \"multi /Users/jarred/Code/styleurl/webpack/customPublicPath /Users/jarred/Code/styleurl/chrome/extension/devtools\",\n              \"name\": \"multi ./webpack/customPublicPath ./chrome/extension/devtools\",\n              \"profile\": {\n                \"factory\": 0,\n                \"building\": 0,\n                \"dependencies\": 54\n              }\n            },\n            {\n              \"id\": 343,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/devtools.js\",\n              \"name\": \"./chrome/extension/devtools.js\",\n              \"profile\": {\n                \"factory\": 55,\n                \"building\": 548\n              }\n            },\n            {\n              \"id\": 345,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/isEmpty.js\",\n              \"name\": \"./node_modules/lodash/isEmpty.js\",\n              \"profile\": {\n                \"factory\": 230,\n                \"building\": 567,\n                \"dependencies\": 245\n              }\n            },\n            {\n              \"id\": 95,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_getTag.js\",\n              \"name\": \"./node_modules/lodash/_getTag.js\",\n              \"profile\": {\n                \"factory\": 247,\n                \"building\": 72,\n                \"dependencies\": 1\n              }\n            },\n            {\n              \"id\": 96,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_DataView.js\",\n              \"name\": \"./node_modules/lodash/_DataView.js\",\n              \"profile\": {\n                \"factory\": 89,\n                \"building\": 98,\n                \"dependencies\": 85\n              }\n            },\n            {\n              \"id\": 12,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_getNative.js\",\n              \"name\": \"./node_modules/lodash/_getNative.js\",\n              \"profile\": {\n                \"factory\": 85,\n                \"building\": 16\n              }\n            },\n            {\n              \"id\": 89,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_baseIsNative.js\",\n              \"name\": \"./node_modules/lodash/_baseIsNative.js\",\n              \"profile\": {\n                \"factory\": 43,\n                \"building\": 35,\n                \"dependencies\": 0\n              }\n            }\n          ],\n          \"profile\": {\n            \"factory\": 41,\n            \"building\": 16\n          },\n          \"failed\": false,\n          \"errors\": 0,\n          \"warnings\": 0,\n          \"assets\": [],\n          \"reasons\": [\n            {\n              \"moduleId\": 89,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_baseIsNative.js\",\n              \"module\": \"./node_modules/lodash/_baseIsNative.js\",\n              \"moduleName\": \"./node_modules/lodash/_baseIsNative.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"./_isMasked\",\n              \"loc\": \"2:15-37\"\n            }\n          ],\n          \"usedExports\": true,\n          \"providedExports\": null,\n          \"optimizationBailout\": [\n            \"ModuleConcatenation bailout: Module is not an ECMAScript module\"\n          ],\n          \"depth\": 7,\n          \"source\": \"var coreJsData = require('./_coreJsData');\\n\\n/** Used to detect methods masquerading as native. */\\nvar maskSrcKey = (function() {\\n  var uid = /[^.]+$/.exec(coreJsData && coreJsData.keys && coreJsData.keys.IE_PROTO || '');\\n  return uid ? ('Symbol(src)_1.' + uid) : '';\\n}());\\n\\n/**\\n * Checks if `func` has its source masked.\\n *\\n * @private\\n * @param {Function} func The function to check.\\n * @returns {boolean} Returns `true` if `func` is masked, else `false`.\\n */\\nfunction isMasked(func) {\\n  return !!maskSrcKey && (maskSrcKey in func);\\n}\\n\\nmodule.exports = isMasked;\\n\"\n        },\n        {\n          \"id\": 91,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_coreJsData.js\",\n          \"name\": \"./node_modules/lodash/_coreJsData.js\",\n          \"index\": 74,\n          \"index2\": 62,\n          \"size\": 157,\n          \"cacheable\": true,\n          \"built\": true,\n          \"optional\": false,\n          \"prefetched\": false,\n          \"chunks\": [\n            2,\n            3\n          ],\n          \"issuer\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_isMasked.js\",\n          \"issuerId\": 90,\n          \"issuerName\": \"./node_modules/lodash/_isMasked.js\",\n          \"issuerPath\": [\n            {\n              \"id\": 342,\n              \"identifier\": \"multi /Users/jarred/Code/styleurl/webpack/customPublicPath /Users/jarred/Code/styleurl/chrome/extension/devtools\",\n              \"name\": \"multi ./webpack/customPublicPath ./chrome/extension/devtools\",\n              \"profile\": {\n                \"factory\": 0,\n                \"building\": 0,\n                \"dependencies\": 54\n              }\n            },\n            {\n              \"id\": 343,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/devtools.js\",\n              \"name\": \"./chrome/extension/devtools.js\",\n              \"profile\": {\n                \"factory\": 55,\n                \"building\": 548\n              }\n            },\n            {\n              \"id\": 345,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/isEmpty.js\",\n              \"name\": \"./node_modules/lodash/isEmpty.js\",\n              \"profile\": {\n                \"factory\": 230,\n                \"building\": 567,\n                \"dependencies\": 245\n              }\n            },\n            {\n              \"id\": 95,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_getTag.js\",\n              \"name\": \"./node_modules/lodash/_getTag.js\",\n              \"profile\": {\n                \"factory\": 247,\n                \"building\": 72,\n                \"dependencies\": 1\n              }\n            },\n            {\n              \"id\": 96,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_DataView.js\",\n              \"name\": \"./node_modules/lodash/_DataView.js\",\n              \"profile\": {\n                \"factory\": 89,\n                \"building\": 98,\n                \"dependencies\": 85\n              }\n            },\n            {\n              \"id\": 12,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_getNative.js\",\n              \"name\": \"./node_modules/lodash/_getNative.js\",\n              \"profile\": {\n                \"factory\": 85,\n                \"building\": 16\n              }\n            },\n            {\n              \"id\": 89,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_baseIsNative.js\",\n              \"name\": \"./node_modules/lodash/_baseIsNative.js\",\n              \"profile\": {\n                \"factory\": 43,\n                \"building\": 35,\n                \"dependencies\": 0\n              }\n            },\n            {\n              \"id\": 90,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_isMasked.js\",\n              \"name\": \"./node_modules/lodash/_isMasked.js\",\n              \"profile\": {\n                \"factory\": 41,\n                \"building\": 16\n              }\n            }\n          ],\n          \"profile\": {\n            \"factory\": 22,\n            \"building\": 37,\n            \"dependencies\": 0\n          },\n          \"failed\": false,\n          \"errors\": 0,\n          \"warnings\": 0,\n          \"assets\": [],\n          \"reasons\": [\n            {\n              \"moduleId\": 90,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_isMasked.js\",\n              \"module\": \"./node_modules/lodash/_isMasked.js\",\n              \"moduleName\": \"./node_modules/lodash/_isMasked.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"./_coreJsData\",\n              \"loc\": \"1:17-41\"\n            }\n          ],\n          \"usedExports\": true,\n          \"providedExports\": null,\n          \"optimizationBailout\": [\n            \"ModuleConcatenation bailout: Module is not an ECMAScript module\"\n          ],\n          \"depth\": 8,\n          \"source\": \"var root = require('./_root');\\n\\n/** Used to detect overreaching core-js shims. */\\nvar coreJsData = root['__core-js_shared__'];\\n\\nmodule.exports = coreJsData;\\n\"\n        },\n        {\n          \"id\": 92,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_getValue.js\",\n          \"name\": \"./node_modules/lodash/_getValue.js\",\n          \"index\": 76,\n          \"index2\": 66,\n          \"size\": 325,\n          \"cacheable\": true,\n          \"built\": true,\n          \"optional\": false,\n          \"prefetched\": false,\n          \"chunks\": [\n            2,\n            3\n          ],\n          \"issuer\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_getNative.js\",\n          \"issuerId\": 12,\n          \"issuerName\": \"./node_modules/lodash/_getNative.js\",\n          \"issuerPath\": [\n            {\n              \"id\": 342,\n              \"identifier\": \"multi /Users/jarred/Code/styleurl/webpack/customPublicPath /Users/jarred/Code/styleurl/chrome/extension/devtools\",\n              \"name\": \"multi ./webpack/customPublicPath ./chrome/extension/devtools\",\n              \"profile\": {\n                \"factory\": 0,\n                \"building\": 0,\n                \"dependencies\": 54\n              }\n            },\n            {\n              \"id\": 343,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/devtools.js\",\n              \"name\": \"./chrome/extension/devtools.js\",\n              \"profile\": {\n                \"factory\": 55,\n                \"building\": 548\n              }\n            },\n            {\n              \"id\": 345,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/isEmpty.js\",\n              \"name\": \"./node_modules/lodash/isEmpty.js\",\n              \"profile\": {\n                \"factory\": 230,\n                \"building\": 567,\n                \"dependencies\": 245\n              }\n            },\n            {\n              \"id\": 95,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_getTag.js\",\n              \"name\": \"./node_modules/lodash/_getTag.js\",\n              \"profile\": {\n                \"factory\": 247,\n                \"building\": 72,\n                \"dependencies\": 1\n              }\n            },\n            {\n              \"id\": 96,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_DataView.js\",\n              \"name\": \"./node_modules/lodash/_DataView.js\",\n              \"profile\": {\n                \"factory\": 89,\n                \"building\": 98,\n                \"dependencies\": 85\n              }\n            },\n            {\n              \"id\": 12,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_getNative.js\",\n              \"name\": \"./node_modules/lodash/_getNative.js\",\n              \"profile\": {\n                \"factory\": 85,\n                \"building\": 16\n              }\n            }\n          ],\n          \"profile\": {\n            \"factory\": 43,\n            \"building\": 35,\n            \"dependencies\": 0\n          },\n          \"failed\": false,\n          \"errors\": 0,\n          \"warnings\": 0,\n          \"assets\": [],\n          \"reasons\": [\n            {\n              \"moduleId\": 12,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_getNative.js\",\n              \"module\": \"./node_modules/lodash/_getNative.js\",\n              \"moduleName\": \"./node_modules/lodash/_getNative.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"./_getValue\",\n              \"loc\": \"2:15-37\"\n            }\n          ],\n          \"usedExports\": true,\n          \"providedExports\": null,\n          \"optimizationBailout\": [\n            \"ModuleConcatenation bailout: Module is not an ECMAScript module\"\n          ],\n          \"depth\": 6,\n          \"source\": \"/**\\n * Gets the value at `key` of `object`.\\n *\\n * @private\\n * @param {Object} [object] The object to query.\\n * @param {string} key The key of the property to get.\\n * @returns {*} Returns the property value.\\n */\\nfunction getValue(object, key) {\\n  return object == null ? undefined : object[key];\\n}\\n\\nmodule.exports = getValue;\\n\"\n        },\n        {\n          \"id\": 94,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_arrayPush.js\",\n          \"name\": \"./node_modules/lodash/_arrayPush.js\",\n          \"index\": 107,\n          \"index2\": 96,\n          \"size\": 437,\n          \"cacheable\": true,\n          \"built\": true,\n          \"optional\": false,\n          \"prefetched\": false,\n          \"chunks\": [\n            2,\n            3\n          ],\n          \"issuer\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_baseFlatten.js\",\n          \"issuerId\": 347,\n          \"issuerName\": \"./node_modules/lodash/_baseFlatten.js\",\n          \"issuerPath\": [\n            {\n              \"id\": 342,\n              \"identifier\": \"multi /Users/jarred/Code/styleurl/webpack/customPublicPath /Users/jarred/Code/styleurl/chrome/extension/devtools\",\n              \"name\": \"multi ./webpack/customPublicPath ./chrome/extension/devtools\",\n              \"profile\": {\n                \"factory\": 0,\n                \"building\": 0,\n                \"dependencies\": 54\n              }\n            },\n            {\n              \"id\": 343,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/devtools.js\",\n              \"name\": \"./chrome/extension/devtools.js\",\n              \"profile\": {\n                \"factory\": 55,\n                \"building\": 548\n              }\n            },\n            {\n              \"id\": 346,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/flatten.js\",\n              \"name\": \"./node_modules/lodash/flatten.js\",\n              \"profile\": {\n                \"factory\": 230,\n                \"building\": 567,\n                \"dependencies\": 245\n              }\n            },\n            {\n              \"id\": 347,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_baseFlatten.js\",\n              \"name\": \"./node_modules/lodash/_baseFlatten.js\",\n              \"profile\": {\n                \"factory\": 246,\n                \"building\": 73\n              }\n            }\n          ],\n          \"profile\": {\n            \"factory\": 84,\n            \"building\": 101,\n            \"dependencies\": 0\n          },\n          \"failed\": false,\n          \"errors\": 0,\n          \"warnings\": 0,\n          \"assets\": [],\n          \"reasons\": [\n            {\n              \"moduleId\": 232,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_baseGetAllKeys.js\",\n              \"module\": \"./node_modules/lodash/_baseGetAllKeys.js\",\n              \"moduleName\": \"./node_modules/lodash/_baseGetAllKeys.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"./_arrayPush\",\n              \"loc\": \"1:16-39\"\n            },\n            {\n              \"moduleId\": 347,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_baseFlatten.js\",\n              \"module\": \"./node_modules/lodash/_baseFlatten.js\",\n              \"moduleName\": \"./node_modules/lodash/_baseFlatten.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"./_arrayPush\",\n              \"loc\": \"1:16-39\"\n            }\n          ],\n          \"usedExports\": true,\n          \"providedExports\": null,\n          \"optimizationBailout\": [\n            \"ModuleConcatenation bailout: Module is not an ECMAScript module\"\n          ],\n          \"depth\": 4,\n          \"source\": \"/**\\n * Appends the elements of `values` to `array`.\\n *\\n * @private\\n * @param {Array} array The array to modify.\\n * @param {Array} values The values to append.\\n * @returns {Array} Returns `array`.\\n */\\nfunction arrayPush(array, values) {\\n  var index = -1,\\n      length = values.length,\\n      offset = array.length;\\n\\n  while (++index < length) {\\n    array[offset + index] = values[index];\\n  }\\n  return array;\\n}\\n\\nmodule.exports = arrayPush;\\n\"\n        },\n        {\n          \"id\": 95,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_getTag.js\",\n          \"name\": \"./node_modules/lodash/_getTag.js\",\n          \"index\": 132,\n          \"index2\": 128,\n          \"size\": 1838,\n          \"cacheable\": true,\n          \"built\": true,\n          \"optional\": false,\n          \"prefetched\": false,\n          \"chunks\": [\n            2,\n            3\n          ],\n          \"issuer\": \"/Users/jarred/Code/styleurl/node_modules/lodash/isEmpty.js\",\n          \"issuerId\": 345,\n          \"issuerName\": \"./node_modules/lodash/isEmpty.js\",\n          \"issuerPath\": [\n            {\n              \"id\": 342,\n              \"identifier\": \"multi /Users/jarred/Code/styleurl/webpack/customPublicPath /Users/jarred/Code/styleurl/chrome/extension/devtools\",\n              \"name\": \"multi ./webpack/customPublicPath ./chrome/extension/devtools\",\n              \"profile\": {\n                \"factory\": 0,\n                \"building\": 0,\n                \"dependencies\": 54\n              }\n            },\n            {\n              \"id\": 343,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/devtools.js\",\n              \"name\": \"./chrome/extension/devtools.js\",\n              \"profile\": {\n                \"factory\": 55,\n                \"building\": 548\n              }\n            },\n            {\n              \"id\": 345,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/isEmpty.js\",\n              \"name\": \"./node_modules/lodash/isEmpty.js\",\n              \"profile\": {\n                \"factory\": 230,\n                \"building\": 567,\n                \"dependencies\": 245\n              }\n            }\n          ],\n          \"profile\": {\n            \"factory\": 247,\n            \"building\": 72,\n            \"dependencies\": 1\n          },\n          \"failed\": false,\n          \"errors\": 0,\n          \"warnings\": 0,\n          \"assets\": [],\n          \"reasons\": [\n            {\n              \"moduleId\": 220,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_baseIsEqualDeep.js\",\n              \"module\": \"./node_modules/lodash/_baseIsEqualDeep.js\",\n              \"moduleName\": \"./node_modules/lodash/_baseIsEqualDeep.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"./_getTag\",\n              \"loc\": \"5:13-33\"\n            },\n            {\n              \"moduleId\": 345,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/isEmpty.js\",\n              \"module\": \"./node_modules/lodash/isEmpty.js\",\n              \"moduleName\": \"./node_modules/lodash/isEmpty.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"./_getTag\",\n              \"loc\": \"2:13-33\"\n            }\n          ],\n          \"usedExports\": true,\n          \"providedExports\": null,\n          \"optimizationBailout\": [\n            \"ModuleConcatenation bailout: Module is not an ECMAScript module\"\n          ],\n          \"depth\": 3,\n          \"source\": \"var DataView = require('./_DataView'),\\n    Map = require('./_Map'),\\n    Promise = require('./_Promise'),\\n    Set = require('./_Set'),\\n    WeakMap = require('./_WeakMap'),\\n    baseGetTag = require('./_baseGetTag'),\\n    toSource = require('./_toSource');\\n\\n/** `Object#toString` result references. */\\nvar mapTag = '[object Map]',\\n    objectTag = '[object Object]',\\n    promiseTag = '[object Promise]',\\n    setTag = '[object Set]',\\n    weakMapTag = '[object WeakMap]';\\n\\nvar dataViewTag = '[object DataView]';\\n\\n/** Used to detect maps, sets, and weakmaps. */\\nvar dataViewCtorString = toSource(DataView),\\n    mapCtorString = toSource(Map),\\n    promiseCtorString = toSource(Promise),\\n    setCtorString = toSource(Set),\\n    weakMapCtorString = toSource(WeakMap);\\n\\n/**\\n * Gets the `toStringTag` of `value`.\\n *\\n * @private\\n * @param {*} value The value to query.\\n * @returns {string} Returns the `toStringTag`.\\n */\\nvar getTag = baseGetTag;\\n\\n// Fallback for data views, maps, sets, and weak maps in IE 11 and promises in Node.js < 6.\\nif ((DataView && getTag(new DataView(new ArrayBuffer(1))) != dataViewTag) ||\\n    (Map && getTag(new Map) != mapTag) ||\\n    (Promise && getTag(Promise.resolve()) != promiseTag) ||\\n    (Set && getTag(new Set) != setTag) ||\\n    (WeakMap && getTag(new WeakMap) != weakMapTag)) {\\n  getTag = function(value) {\\n    var result = baseGetTag(value),\\n        Ctor = result == objectTag ? value.constructor : undefined,\\n        ctorString = Ctor ? toSource(Ctor) : '';\\n\\n    if (ctorString) {\\n      switch (ctorString) {\\n        case dataViewCtorString: return dataViewTag;\\n        case mapCtorString: return mapTag;\\n        case promiseCtorString: return promiseTag;\\n        case setCtorString: return setTag;\\n        case weakMapCtorString: return weakMapTag;\\n      }\\n    }\\n    return result;\\n  };\\n}\\n\\nmodule.exports = getTag;\\n\"\n        },\n        {\n          \"id\": 96,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_DataView.js\",\n          \"name\": \"./node_modules/lodash/_DataView.js\",\n          \"index\": 133,\n          \"index2\": 124,\n          \"size\": 210,\n          \"cacheable\": true,\n          \"built\": true,\n          \"optional\": false,\n          \"prefetched\": false,\n          \"chunks\": [\n            2,\n            3\n          ],\n          \"issuer\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_getTag.js\",\n          \"issuerId\": 95,\n          \"issuerName\": \"./node_modules/lodash/_getTag.js\",\n          \"issuerPath\": [\n            {\n              \"id\": 342,\n              \"identifier\": \"multi /Users/jarred/Code/styleurl/webpack/customPublicPath /Users/jarred/Code/styleurl/chrome/extension/devtools\",\n              \"name\": \"multi ./webpack/customPublicPath ./chrome/extension/devtools\",\n              \"profile\": {\n                \"factory\": 0,\n                \"building\": 0,\n                \"dependencies\": 54\n              }\n            },\n            {\n              \"id\": 343,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/devtools.js\",\n              \"name\": \"./chrome/extension/devtools.js\",\n              \"profile\": {\n                \"factory\": 55,\n                \"building\": 548\n              }\n            },\n            {\n              \"id\": 345,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/isEmpty.js\",\n              \"name\": \"./node_modules/lodash/isEmpty.js\",\n              \"profile\": {\n                \"factory\": 230,\n                \"building\": 567,\n                \"dependencies\": 245\n              }\n            },\n            {\n              \"id\": 95,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_getTag.js\",\n              \"name\": \"./node_modules/lodash/_getTag.js\",\n              \"profile\": {\n                \"factory\": 247,\n                \"building\": 72,\n                \"dependencies\": 1\n              }\n            }\n          ],\n          \"profile\": {\n            \"factory\": 89,\n            \"building\": 98,\n            \"dependencies\": 85\n          },\n          \"failed\": false,\n          \"errors\": 0,\n          \"warnings\": 0,\n          \"assets\": [],\n          \"reasons\": [\n            {\n              \"moduleId\": 95,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_getTag.js\",\n              \"module\": \"./node_modules/lodash/_getTag.js\",\n              \"moduleName\": \"./node_modules/lodash/_getTag.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"./_DataView\",\n              \"loc\": \"1:15-37\"\n            }\n          ],\n          \"usedExports\": true,\n          \"providedExports\": null,\n          \"optimizationBailout\": [\n            \"ModuleConcatenation bailout: Module is not an ECMAScript module\"\n          ],\n          \"depth\": 4,\n          \"source\": \"var getNative = require('./_getNative'),\\n    root = require('./_root');\\n\\n/* Built-in method references that are verified to be native. */\\nvar DataView = getNative(root, 'DataView');\\n\\nmodule.exports = DataView;\\n\"\n        },\n        {\n          \"id\": 97,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_Promise.js\",\n          \"name\": \"./node_modules/lodash/_Promise.js\",\n          \"index\": 134,\n          \"index2\": 125,\n          \"size\": 207,\n          \"cacheable\": true,\n          \"built\": true,\n          \"optional\": false,\n          \"prefetched\": false,\n          \"chunks\": [\n            2,\n            3\n          ],\n          \"issuer\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_getTag.js\",\n          \"issuerId\": 95,\n          \"issuerName\": \"./node_modules/lodash/_getTag.js\",\n          \"issuerPath\": [\n            {\n              \"id\": 342,\n              \"identifier\": \"multi /Users/jarred/Code/styleurl/webpack/customPublicPath /Users/jarred/Code/styleurl/chrome/extension/devtools\",\n              \"name\": \"multi ./webpack/customPublicPath ./chrome/extension/devtools\",\n              \"profile\": {\n                \"factory\": 0,\n                \"building\": 0,\n                \"dependencies\": 54\n              }\n            },\n            {\n              \"id\": 343,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/devtools.js\",\n              \"name\": \"./chrome/extension/devtools.js\",\n              \"profile\": {\n                \"factory\": 55,\n                \"building\": 548\n              }\n            },\n            {\n              \"id\": 345,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/isEmpty.js\",\n              \"name\": \"./node_modules/lodash/isEmpty.js\",\n              \"profile\": {\n                \"factory\": 230,\n                \"building\": 567,\n                \"dependencies\": 245\n              }\n            },\n            {\n              \"id\": 95,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_getTag.js\",\n              \"name\": \"./node_modules/lodash/_getTag.js\",\n              \"profile\": {\n                \"factory\": 247,\n                \"building\": 72,\n                \"dependencies\": 1\n              }\n            }\n          ],\n          \"profile\": {\n            \"factory\": 89,\n            \"building\": 98,\n            \"dependencies\": 85\n          },\n          \"failed\": false,\n          \"errors\": 0,\n          \"warnings\": 0,\n          \"assets\": [],\n          \"reasons\": [\n            {\n              \"moduleId\": 95,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_getTag.js\",\n              \"module\": \"./node_modules/lodash/_getTag.js\",\n              \"moduleName\": \"./node_modules/lodash/_getTag.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"./_Promise\",\n              \"loc\": \"3:14-35\"\n            }\n          ],\n          \"usedExports\": true,\n          \"providedExports\": null,\n          \"optimizationBailout\": [\n            \"ModuleConcatenation bailout: Module is not an ECMAScript module\"\n          ],\n          \"depth\": 4,\n          \"source\": \"var getNative = require('./_getNative'),\\n    root = require('./_root');\\n\\n/* Built-in method references that are verified to be native. */\\nvar Promise = getNative(root, 'Promise');\\n\\nmodule.exports = Promise;\\n\"\n        },\n        {\n          \"id\": 98,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_Set.js\",\n          \"name\": \"./node_modules/lodash/_Set.js\",\n          \"index\": 135,\n          \"index2\": 126,\n          \"size\": 195,\n          \"cacheable\": true,\n          \"built\": true,\n          \"optional\": false,\n          \"prefetched\": false,\n          \"chunks\": [\n            2,\n            3\n          ],\n          \"issuer\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_getTag.js\",\n          \"issuerId\": 95,\n          \"issuerName\": \"./node_modules/lodash/_getTag.js\",\n          \"issuerPath\": [\n            {\n              \"id\": 342,\n              \"identifier\": \"multi /Users/jarred/Code/styleurl/webpack/customPublicPath /Users/jarred/Code/styleurl/chrome/extension/devtools\",\n              \"name\": \"multi ./webpack/customPublicPath ./chrome/extension/devtools\",\n              \"profile\": {\n                \"factory\": 0,\n                \"building\": 0,\n                \"dependencies\": 54\n              }\n            },\n            {\n              \"id\": 343,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/devtools.js\",\n              \"name\": \"./chrome/extension/devtools.js\",\n              \"profile\": {\n                \"factory\": 55,\n                \"building\": 548\n              }\n            },\n            {\n              \"id\": 345,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/isEmpty.js\",\n              \"name\": \"./node_modules/lodash/isEmpty.js\",\n              \"profile\": {\n                \"factory\": 230,\n                \"building\": 567,\n                \"dependencies\": 245\n              }\n            },\n            {\n              \"id\": 95,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_getTag.js\",\n              \"name\": \"./node_modules/lodash/_getTag.js\",\n              \"profile\": {\n                \"factory\": 247,\n                \"building\": 72,\n                \"dependencies\": 1\n              }\n            }\n          ],\n          \"profile\": {\n            \"factory\": 89,\n            \"building\": 98,\n            \"dependencies\": 85\n          },\n          \"failed\": false,\n          \"errors\": 0,\n          \"warnings\": 0,\n          \"assets\": [],\n          \"reasons\": [\n            {\n              \"moduleId\": 95,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_getTag.js\",\n              \"module\": \"./node_modules/lodash/_getTag.js\",\n              \"moduleName\": \"./node_modules/lodash/_getTag.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"./_Set\",\n              \"loc\": \"4:10-27\"\n            }\n          ],\n          \"usedExports\": true,\n          \"providedExports\": null,\n          \"optimizationBailout\": [\n            \"ModuleConcatenation bailout: Module is not an ECMAScript module\"\n          ],\n          \"depth\": 4,\n          \"source\": \"var getNative = require('./_getNative'),\\n    root = require('./_root');\\n\\n/* Built-in method references that are verified to be native. */\\nvar Set = getNative(root, 'Set');\\n\\nmodule.exports = Set;\\n\"\n        },\n        {\n          \"id\": 99,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_WeakMap.js\",\n          \"name\": \"./node_modules/lodash/_WeakMap.js\",\n          \"index\": 136,\n          \"index2\": 127,\n          \"size\": 207,\n          \"cacheable\": true,\n          \"built\": true,\n          \"optional\": false,\n          \"prefetched\": false,\n          \"chunks\": [\n            2,\n            3\n          ],\n          \"issuer\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_getTag.js\",\n          \"issuerId\": 95,\n          \"issuerName\": \"./node_modules/lodash/_getTag.js\",\n          \"issuerPath\": [\n            {\n              \"id\": 342,\n              \"identifier\": \"multi /Users/jarred/Code/styleurl/webpack/customPublicPath /Users/jarred/Code/styleurl/chrome/extension/devtools\",\n              \"name\": \"multi ./webpack/customPublicPath ./chrome/extension/devtools\",\n              \"profile\": {\n                \"factory\": 0,\n                \"building\": 0,\n                \"dependencies\": 54\n              }\n            },\n            {\n              \"id\": 343,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/devtools.js\",\n              \"name\": \"./chrome/extension/devtools.js\",\n              \"profile\": {\n                \"factory\": 55,\n                \"building\": 548\n              }\n            },\n            {\n              \"id\": 345,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/isEmpty.js\",\n              \"name\": \"./node_modules/lodash/isEmpty.js\",\n              \"profile\": {\n                \"factory\": 230,\n                \"building\": 567,\n                \"dependencies\": 245\n              }\n            },\n            {\n              \"id\": 95,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_getTag.js\",\n              \"name\": \"./node_modules/lodash/_getTag.js\",\n              \"profile\": {\n                \"factory\": 247,\n                \"building\": 72,\n                \"dependencies\": 1\n              }\n            }\n          ],\n          \"profile\": {\n            \"factory\": 89,\n            \"building\": 98,\n            \"dependencies\": 85\n          },\n          \"failed\": false,\n          \"errors\": 0,\n          \"warnings\": 0,\n          \"assets\": [],\n          \"reasons\": [\n            {\n              \"moduleId\": 95,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_getTag.js\",\n              \"module\": \"./node_modules/lodash/_getTag.js\",\n              \"moduleName\": \"./node_modules/lodash/_getTag.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"./_WeakMap\",\n              \"loc\": \"5:14-35\"\n            }\n          ],\n          \"usedExports\": true,\n          \"providedExports\": null,\n          \"optimizationBailout\": [\n            \"ModuleConcatenation bailout: Module is not an ECMAScript module\"\n          ],\n          \"depth\": 4,\n          \"source\": \"var getNative = require('./_getNative'),\\n    root = require('./_root');\\n\\n/* Built-in method references that are verified to be native. */\\nvar WeakMap = getNative(root, 'WeakMap');\\n\\nmodule.exports = WeakMap;\\n\"\n        },\n        {\n          \"id\": 128,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/bluebird/js/browser/bluebird.js\",\n          \"name\": \"./node_modules/bluebird/js/browser/bluebird.js\",\n          \"index\": 205,\n          \"index2\": 206,\n          \"size\": 179169,\n          \"cacheable\": true,\n          \"built\": true,\n          \"optional\": false,\n          \"prefetched\": false,\n          \"chunks\": [\n            2,\n            3\n          ],\n          \"issuer\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/devtools.js\",\n          \"issuerId\": 343,\n          \"issuerName\": \"./chrome/extension/devtools.js\",\n          \"issuerPath\": [\n            {\n              \"id\": 342,\n              \"identifier\": \"multi /Users/jarred/Code/styleurl/webpack/customPublicPath /Users/jarred/Code/styleurl/chrome/extension/devtools\",\n              \"name\": \"multi ./webpack/customPublicPath ./chrome/extension/devtools\",\n              \"profile\": {\n                \"factory\": 0,\n                \"building\": 0,\n                \"dependencies\": 54\n              }\n            },\n            {\n              \"id\": 343,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/devtools.js\",\n              \"name\": \"./chrome/extension/devtools.js\",\n              \"profile\": {\n                \"factory\": 55,\n                \"building\": 548\n              }\n            }\n          ],\n          \"profile\": {\n            \"factory\": 230,\n            \"building\": 567,\n            \"dependencies\": 245\n          },\n          \"failed\": false,\n          \"errors\": 0,\n          \"warnings\": 0,\n          \"assets\": [],\n          \"reasons\": [\n            {\n              \"moduleId\": 192,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/background.js\",\n              \"module\": \"./chrome/extension/background.js\",\n              \"moduleName\": \"./chrome/extension/background.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"bluebird\",\n              \"loc\": \"17:39-58\"\n            },\n            {\n              \"moduleId\": 343,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/devtools.js\",\n              \"module\": \"./chrome/extension/devtools.js\",\n              \"moduleName\": \"./chrome/extension/devtools.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"bluebird\",\n              \"loc\": \"15:39-58\"\n            }\n          ],\n          \"usedExports\": true,\n          \"providedExports\": null,\n          \"optimizationBailout\": [\n            \"ModuleConcatenation bailout: Module is not an ECMAScript module\"\n          ],\n          \"depth\": 2,\n          \"source\": \"/* @preserve\\n * The MIT License (MIT)\\n * \\n * Copyright (c) 2013-2017 Petka Antonov\\n * \\n * Permission is hereby granted, free of charge, to any person obtaining a copy\\n * of this software and associated documentation files (the \\\"Software\\\"), to deal\\n * in the Software without restriction, including without limitation the rights\\n * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell\\n * copies of the Software, and to permit persons to whom the Software is\\n * furnished to do so, subject to the following conditions:\\n * \\n * The above copyright notice and this permission notice shall be included in\\n * all copies or substantial portions of the Software.\\n * \\n * THE SOFTWARE IS PROVIDED \\\"AS IS\\\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\\n * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL THE\\n * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\\n * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\\n * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN\\n * THE SOFTWARE.\\n * \\n */\\n/**\\n * bluebird build version 3.5.1\\n * Features enabled: core, race, call_get, generators, map, nodeify, promisify, props, reduce, settle, some, using, timers, filter, any, each\\n*/\\n!function(e){if(\\\"object\\\"==typeof exports&&\\\"undefined\\\"!=typeof module)module.exports=e();else if(\\\"function\\\"==typeof define&&define.amd)define([],e);else{var f;\\\"undefined\\\"!=typeof window?f=window:\\\"undefined\\\"!=typeof global?f=global:\\\"undefined\\\"!=typeof self&&(f=self),f.Promise=e()}}(function(){var define,module,exports;return (function e(t,n,r){function s(o,u){if(!n[o]){if(!t[o]){var a=typeof _dereq_==\\\"function\\\"&&_dereq_;if(!u&&a)return a(o,!0);if(i)return i(o,!0);var f=new Error(\\\"Cannot find module '\\\"+o+\\\"'\\\");throw f.code=\\\"MODULE_NOT_FOUND\\\",f}var l=n[o]={exports:{}};t[o][0].call(l.exports,function(e){var n=t[o][1][e];return s(n?n:e)},l,l.exports,e,t,n,r)}return n[o].exports}var i=typeof _dereq_==\\\"function\\\"&&_dereq_;for(var o=0;o<r.length;o++)s(r[o]);return s})({1:[function(_dereq_,module,exports){\\n\\\"use strict\\\";\\nmodule.exports = function(Promise) {\\nvar SomePromiseArray = Promise._SomePromiseArray;\\nfunction any(promises) {\\n    var ret = new SomePromiseArray(promises);\\n    var promise = ret.promise();\\n    ret.setHowMany(1);\\n    ret.setUnwrap();\\n    ret.init();\\n    return promise;\\n}\\n\\nPromise.any = function (promises) {\\n    return any(promises);\\n};\\n\\nPromise.prototype.any = function () {\\n    return any(this);\\n};\\n\\n};\\n\\n},{}],2:[function(_dereq_,module,exports){\\n\\\"use strict\\\";\\nvar firstLineError;\\ntry {throw new Error(); } catch (e) {firstLineError = e;}\\nvar schedule = _dereq_(\\\"./schedule\\\");\\nvar Queue = _dereq_(\\\"./queue\\\");\\nvar util = _dereq_(\\\"./util\\\");\\n\\nfunction Async() {\\n    this._customScheduler = false;\\n    this._isTickUsed = false;\\n    this._lateQueue = new Queue(16);\\n    this._normalQueue = new Queue(16);\\n    this._haveDrainedQueues = false;\\n    this._trampolineEnabled = true;\\n    var self = this;\\n    this.drainQueues = function () {\\n        self._drainQueues();\\n    };\\n    this._schedule = schedule;\\n}\\n\\nAsync.prototype.setScheduler = function(fn) {\\n    var prev = this._schedule;\\n    this._schedule = fn;\\n    this._customScheduler = true;\\n    return prev;\\n};\\n\\nAsync.prototype.hasCustomScheduler = function() {\\n    return this._customScheduler;\\n};\\n\\nAsync.prototype.enableTrampoline = function() {\\n    this._trampolineEnabled = true;\\n};\\n\\nAsync.prototype.disableTrampolineIfNecessary = function() {\\n    if (util.hasDevTools) {\\n        this._trampolineEnabled = false;\\n    }\\n};\\n\\nAsync.prototype.haveItemsQueued = function () {\\n    return this._isTickUsed || this._haveDrainedQueues;\\n};\\n\\n\\nAsync.prototype.fatalError = function(e, isNode) {\\n    if (isNode) {\\n        process.stderr.write(\\\"Fatal \\\" + (e instanceof Error ? e.stack : e) +\\n            \\\"\\\\n\\\");\\n        process.exit(2);\\n    } else {\\n        this.throwLater(e);\\n    }\\n};\\n\\nAsync.prototype.throwLater = function(fn, arg) {\\n    if (arguments.length === 1) {\\n        arg = fn;\\n        fn = function () { throw arg; };\\n    }\\n    if (typeof setTimeout !== \\\"undefined\\\") {\\n        setTimeout(function() {\\n            fn(arg);\\n        }, 0);\\n    } else try {\\n        this._schedule(function() {\\n            fn(arg);\\n        });\\n    } catch (e) {\\n        throw new Error(\\\"No async scheduler available\\\\u000a\\\\u000a    See http://goo.gl/MqrFmX\\\\u000a\\\");\\n    }\\n};\\n\\nfunction AsyncInvokeLater(fn, receiver, arg) {\\n    this._lateQueue.push(fn, receiver, arg);\\n    this._queueTick();\\n}\\n\\nfunction AsyncInvoke(fn, receiver, arg) {\\n    this._normalQueue.push(fn, receiver, arg);\\n    this._queueTick();\\n}\\n\\nfunction AsyncSettlePromises(promise) {\\n    this._normalQueue._pushOne(promise);\\n    this._queueTick();\\n}\\n\\nif (!util.hasDevTools) {\\n    Async.prototype.invokeLater = AsyncInvokeLater;\\n    Async.prototype.invoke = AsyncInvoke;\\n    Async.prototype.settlePromises = AsyncSettlePromises;\\n} else {\\n    Async.prototype.invokeLater = function (fn, receiver, arg) {\\n        if (this._trampolineEnabled) {\\n            AsyncInvokeLater.call(this, fn, receiver, arg);\\n        } else {\\n            this._schedule(function() {\\n                setTimeout(function() {\\n                    fn.call(receiver, arg);\\n                }, 100);\\n            });\\n        }\\n    };\\n\\n    Async.prototype.invoke = function (fn, receiver, arg) {\\n        if (this._trampolineEnabled) {\\n            AsyncInvoke.call(this, fn, receiver, arg);\\n        } else {\\n            this._schedule(function() {\\n                fn.call(receiver, arg);\\n            });\\n        }\\n    };\\n\\n    Async.prototype.settlePromises = function(promise) {\\n        if (this._trampolineEnabled) {\\n            AsyncSettlePromises.call(this, promise);\\n        } else {\\n            this._schedule(function() {\\n                promise._settlePromises();\\n            });\\n        }\\n    };\\n}\\n\\nAsync.prototype._drainQueue = function(queue) {\\n    while (queue.length() > 0) {\\n        var fn = queue.shift();\\n        if (typeof fn !== \\\"function\\\") {\\n            fn._settlePromises();\\n            continue;\\n        }\\n        var receiver = queue.shift();\\n        var arg = queue.shift();\\n        fn.call(receiver, arg);\\n    }\\n};\\n\\nAsync.prototype._drainQueues = function () {\\n    this._drainQueue(this._normalQueue);\\n    this._reset();\\n    this._haveDrainedQueues = true;\\n    this._drainQueue(this._lateQueue);\\n};\\n\\nAsync.prototype._queueTick = function () {\\n    if (!this._isTickUsed) {\\n        this._isTickUsed = true;\\n        this._schedule(this.drainQueues);\\n    }\\n};\\n\\nAsync.prototype._reset = function () {\\n    this._isTickUsed = false;\\n};\\n\\nmodule.exports = Async;\\nmodule.exports.firstLineError = firstLineError;\\n\\n},{\\\"./queue\\\":26,\\\"./schedule\\\":29,\\\"./util\\\":36}],3:[function(_dereq_,module,exports){\\n\\\"use strict\\\";\\nmodule.exports = function(Promise, INTERNAL, tryConvertToPromise, debug) {\\nvar calledBind = false;\\nvar rejectThis = function(_, e) {\\n    this._reject(e);\\n};\\n\\nvar targetRejected = function(e, context) {\\n    context.promiseRejectionQueued = true;\\n    context.bindingPromise._then(rejectThis, rejectThis, null, this, e);\\n};\\n\\nvar bindingResolved = function(thisArg, context) {\\n    if (((this._bitField & 50397184) === 0)) {\\n        this._resolveCallback(context.target);\\n    }\\n};\\n\\nvar bindingRejected = function(e, context) {\\n    if (!context.promiseRejectionQueued) this._reject(e);\\n};\\n\\nPromise.prototype.bind = function (thisArg) {\\n    if (!calledBind) {\\n        calledBind = true;\\n        Promise.prototype._propagateFrom = debug.propagateFromFunction();\\n        Promise.prototype._boundValue = debug.boundValueFunction();\\n    }\\n    var maybePromise = tryConvertToPromise(thisArg);\\n    var ret = new Promise(INTERNAL);\\n    ret._propagateFrom(this, 1);\\n    var target = this._target();\\n    ret._setBoundTo(maybePromise);\\n    if (maybePromise instanceof Promise) {\\n        var context = {\\n            promiseRejectionQueued: false,\\n            promise: ret,\\n            target: target,\\n            bindingPromise: maybePromise\\n        };\\n        target._then(INTERNAL, targetRejected, undefined, ret, context);\\n        maybePromise._then(\\n            bindingResolved, bindingRejected, undefined, ret, context);\\n        ret._setOnCancel(maybePromise);\\n    } else {\\n        ret._resolveCallback(target);\\n    }\\n    return ret;\\n};\\n\\nPromise.prototype._setBoundTo = function (obj) {\\n    if (obj !== undefined) {\\n        this._bitField = this._bitField | 2097152;\\n        this._boundTo = obj;\\n    } else {\\n        this._bitField = this._bitField & (~2097152);\\n    }\\n};\\n\\nPromise.prototype._isBound = function () {\\n    return (this._bitField & 2097152) === 2097152;\\n};\\n\\nPromise.bind = function (thisArg, value) {\\n    return Promise.resolve(value).bind(thisArg);\\n};\\n};\\n\\n},{}],4:[function(_dereq_,module,exports){\\n\\\"use strict\\\";\\nvar old;\\nif (typeof Promise !== \\\"undefined\\\") old = Promise;\\nfunction noConflict() {\\n    try { if (Promise === bluebird) Promise = old; }\\n    catch (e) {}\\n    return bluebird;\\n}\\nvar bluebird = _dereq_(\\\"./promise\\\")();\\nbluebird.noConflict = noConflict;\\nmodule.exports = bluebird;\\n\\n},{\\\"./promise\\\":22}],5:[function(_dereq_,module,exports){\\n\\\"use strict\\\";\\nvar cr = Object.create;\\nif (cr) {\\n    var callerCache = cr(null);\\n    var getterCache = cr(null);\\n    callerCache[\\\" size\\\"] = getterCache[\\\" size\\\"] = 0;\\n}\\n\\nmodule.exports = function(Promise) {\\nvar util = _dereq_(\\\"./util\\\");\\nvar canEvaluate = util.canEvaluate;\\nvar isIdentifier = util.isIdentifier;\\n\\nvar getMethodCaller;\\nvar getGetter;\\nif (!true) {\\nvar makeMethodCaller = function (methodName) {\\n    return new Function(\\\"ensureMethod\\\", \\\"                                    \\\\n\\\\\\n        return function(obj) {                                               \\\\n\\\\\\n            'use strict'                                                     \\\\n\\\\\\n            var len = this.length;                                           \\\\n\\\\\\n            ensureMethod(obj, 'methodName');                                 \\\\n\\\\\\n            switch(len) {                                                    \\\\n\\\\\\n                case 1: return obj.methodName(this[0]);                      \\\\n\\\\\\n                case 2: return obj.methodName(this[0], this[1]);             \\\\n\\\\\\n                case 3: return obj.methodName(this[0], this[1], this[2]);    \\\\n\\\\\\n                case 0: return obj.methodName();                             \\\\n\\\\\\n                default:                                                     \\\\n\\\\\\n                    return obj.methodName.apply(obj, this);                  \\\\n\\\\\\n            }                                                                \\\\n\\\\\\n        };                                                                   \\\\n\\\\\\n        \\\".replace(/methodName/g, methodName))(ensureMethod);\\n};\\n\\nvar makeGetter = function (propertyName) {\\n    return new Function(\\\"obj\\\", \\\"                                             \\\\n\\\\\\n        'use strict';                                                        \\\\n\\\\\\n        return obj.propertyName;                                             \\\\n\\\\\\n        \\\".replace(\\\"propertyName\\\", propertyName));\\n};\\n\\nvar getCompiled = function(name, compiler, cache) {\\n    var ret = cache[name];\\n    if (typeof ret !== \\\"function\\\") {\\n        if (!isIdentifier(name)) {\\n            return null;\\n        }\\n        ret = compiler(name);\\n        cache[name] = ret;\\n        cache[\\\" size\\\"]++;\\n        if (cache[\\\" size\\\"] > 512) {\\n            var keys = Object.keys(cache);\\n            for (var i = 0; i < 256; ++i) delete cache[keys[i]];\\n            cache[\\\" size\\\"] = keys.length - 256;\\n        }\\n    }\\n    return ret;\\n};\\n\\ngetMethodCaller = function(name) {\\n    return getCompiled(name, makeMethodCaller, callerCache);\\n};\\n\\ngetGetter = function(name) {\\n    return getCompiled(name, makeGetter, getterCache);\\n};\\n}\\n\\nfunction ensureMethod(obj, methodName) {\\n    var fn;\\n    if (obj != null) fn = obj[methodName];\\n    if (typeof fn !== \\\"function\\\") {\\n        var message = \\\"Object \\\" + util.classString(obj) + \\\" has no method '\\\" +\\n            util.toString(methodName) + \\\"'\\\";\\n        throw new Promise.TypeError(message);\\n    }\\n    return fn;\\n}\\n\\nfunction caller(obj) {\\n    var methodName = this.pop();\\n    var fn = ensureMethod(obj, methodName);\\n    return fn.apply(obj, this);\\n}\\nPromise.prototype.call = function (methodName) {\\n    var args = [].slice.call(arguments, 1);;\\n    if (!true) {\\n        if (canEvaluate) {\\n            var maybeCaller = getMethodCaller(methodName);\\n            if (maybeCaller !== null) {\\n                return this._then(\\n                    maybeCaller, undefined, undefined, args, undefined);\\n            }\\n        }\\n    }\\n    args.push(methodName);\\n    return this._then(caller, undefined, undefined, args, undefined);\\n};\\n\\nfunction namedGetter(obj) {\\n    return obj[this];\\n}\\nfunction indexedGetter(obj) {\\n    var index = +this;\\n    if (index < 0) index = Math.max(0, index + obj.length);\\n    return obj[index];\\n}\\nPromise.prototype.get = function (propertyName) {\\n    var isIndex = (typeof propertyName === \\\"number\\\");\\n    var getter;\\n    if (!isIndex) {\\n        if (canEvaluate) {\\n            var maybeGetter = getGetter(propertyName);\\n            getter = maybeGetter !== null ? maybeGetter : namedGetter;\\n        } else {\\n            getter = namedGetter;\\n        }\\n    } else {\\n        getter = indexedGetter;\\n    }\\n    return this._then(getter, undefined, undefined, propertyName, undefined);\\n};\\n};\\n\\n},{\\\"./util\\\":36}],6:[function(_dereq_,module,exports){\\n\\\"use strict\\\";\\nmodule.exports = function(Promise, PromiseArray, apiRejection, debug) {\\nvar util = _dereq_(\\\"./util\\\");\\nvar tryCatch = util.tryCatch;\\nvar errorObj = util.errorObj;\\nvar async = Promise._async;\\n\\nPromise.prototype[\\\"break\\\"] = Promise.prototype.cancel = function() {\\n    if (!debug.cancellation()) return this._warn(\\\"cancellation is disabled\\\");\\n\\n    var promise = this;\\n    var child = promise;\\n    while (promise._isCancellable()) {\\n        if (!promise._cancelBy(child)) {\\n            if (child._isFollowing()) {\\n                child._followee().cancel();\\n            } else {\\n                child._cancelBranched();\\n            }\\n            break;\\n        }\\n\\n        var parent = promise._cancellationParent;\\n        if (parent == null || !parent._isCancellable()) {\\n            if (promise._isFollowing()) {\\n                promise._followee().cancel();\\n            } else {\\n                promise._cancelBranched();\\n            }\\n            break;\\n        } else {\\n            if (promise._isFollowing()) promise._followee().cancel();\\n            promise._setWillBeCancelled();\\n            child = promise;\\n            promise = parent;\\n        }\\n    }\\n};\\n\\nPromise.prototype._branchHasCancelled = function() {\\n    this._branchesRemainingToCancel--;\\n};\\n\\nPromise.prototype._enoughBranchesHaveCancelled = function() {\\n    return this._branchesRemainingToCancel === undefined ||\\n           this._branchesRemainingToCancel <= 0;\\n};\\n\\nPromise.prototype._cancelBy = function(canceller) {\\n    if (canceller === this) {\\n        this._branchesRemainingToCancel = 0;\\n        this._invokeOnCancel();\\n        return true;\\n    } else {\\n        this._branchHasCancelled();\\n        if (this._enoughBranchesHaveCancelled()) {\\n            this._invokeOnCancel();\\n            return true;\\n        }\\n    }\\n    return false;\\n};\\n\\nPromise.prototype._cancelBranched = function() {\\n    if (this._enoughBranchesHaveCancelled()) {\\n        this._cancel();\\n    }\\n};\\n\\nPromise.prototype._cancel = function() {\\n    if (!this._isCancellable()) return;\\n    this._setCancelled();\\n    async.invoke(this._cancelPromises, this, undefined);\\n};\\n\\nPromise.prototype._cancelPromises = function() {\\n    if (this._length() > 0) this._settlePromises();\\n};\\n\\nPromise.prototype._unsetOnCancel = function() {\\n    this._onCancelField = undefined;\\n};\\n\\nPromise.prototype._isCancellable = function() {\\n    return this.isPending() && !this._isCancelled();\\n};\\n\\nPromise.prototype.isCancellable = function() {\\n    return this.isPending() && !this.isCancelled();\\n};\\n\\nPromise.prototype._doInvokeOnCancel = function(onCancelCallback, internalOnly) {\\n    if (util.isArray(onCancelCallback)) {\\n        for (var i = 0; i < onCancelCallback.length; ++i) {\\n            this._doInvokeOnCancel(onCancelCallback[i], internalOnly);\\n        }\\n    } else if (onCancelCallback !== undefined) {\\n        if (typeof onCancelCallback === \\\"function\\\") {\\n            if (!internalOnly) {\\n                var e = tryCatch(onCancelCallback).call(this._boundValue());\\n                if (e === errorObj) {\\n                    this._attachExtraTrace(e.e);\\n                    async.throwLater(e.e);\\n                }\\n            }\\n        } else {\\n            onCancelCallback._resultCancelled(this);\\n        }\\n    }\\n};\\n\\nPromise.prototype._invokeOnCancel = function() {\\n    var onCancelCallback = this._onCancel();\\n    this._unsetOnCancel();\\n    async.invoke(this._doInvokeOnCancel, this, onCancelCallback);\\n};\\n\\nPromise.prototype._invokeInternalOnCancel = function() {\\n    if (this._isCancellable()) {\\n        this._doInvokeOnCancel(this._onCancel(), true);\\n        this._unsetOnCancel();\\n    }\\n};\\n\\nPromise.prototype._resultCancelled = function() {\\n    this.cancel();\\n};\\n\\n};\\n\\n},{\\\"./util\\\":36}],7:[function(_dereq_,module,exports){\\n\\\"use strict\\\";\\nmodule.exports = function(NEXT_FILTER) {\\nvar util = _dereq_(\\\"./util\\\");\\nvar getKeys = _dereq_(\\\"./es5\\\").keys;\\nvar tryCatch = util.tryCatch;\\nvar errorObj = util.errorObj;\\n\\nfunction catchFilter(instances, cb, promise) {\\n    return function(e) {\\n        var boundTo = promise._boundValue();\\n        predicateLoop: for (var i = 0; i < instances.length; ++i) {\\n            var item = instances[i];\\n\\n            if (item === Error ||\\n                (item != null && item.prototype instanceof Error)) {\\n                if (e instanceof item) {\\n                    return tryCatch(cb).call(boundTo, e);\\n                }\\n            } else if (typeof item === \\\"function\\\") {\\n                var matchesPredicate = tryCatch(item).call(boundTo, e);\\n                if (matchesPredicate === errorObj) {\\n                    return matchesPredicate;\\n                } else if (matchesPredicate) {\\n                    return tryCatch(cb).call(boundTo, e);\\n                }\\n            } else if (util.isObject(e)) {\\n                var keys = getKeys(item);\\n                for (var j = 0; j < keys.length; ++j) {\\n                    var key = keys[j];\\n                    if (item[key] != e[key]) {\\n                        continue predicateLoop;\\n                    }\\n                }\\n                return tryCatch(cb).call(boundTo, e);\\n            }\\n        }\\n        return NEXT_FILTER;\\n    };\\n}\\n\\nreturn catchFilter;\\n};\\n\\n},{\\\"./es5\\\":13,\\\"./util\\\":36}],8:[function(_dereq_,module,exports){\\n\\\"use strict\\\";\\nmodule.exports = function(Promise) {\\nvar longStackTraces = false;\\nvar contextStack = [];\\n\\nPromise.prototype._promiseCreated = function() {};\\nPromise.prototype._pushContext = function() {};\\nPromise.prototype._popContext = function() {return null;};\\nPromise._peekContext = Promise.prototype._peekContext = function() {};\\n\\nfunction Context() {\\n    this._trace = new Context.CapturedTrace(peekContext());\\n}\\nContext.prototype._pushContext = function () {\\n    if (this._trace !== undefined) {\\n        this._trace._promiseCreated = null;\\n        contextStack.push(this._trace);\\n    }\\n};\\n\\nContext.prototype._popContext = function () {\\n    if (this._trace !== undefined) {\\n        var trace = contextStack.pop();\\n        var ret = trace._promiseCreated;\\n        trace._promiseCreated = null;\\n        return ret;\\n    }\\n    return null;\\n};\\n\\nfunction createContext() {\\n    if (longStackTraces) return new Context();\\n}\\n\\nfunction peekContext() {\\n    var lastIndex = contextStack.length - 1;\\n    if (lastIndex >= 0) {\\n        return contextStack[lastIndex];\\n    }\\n    return undefined;\\n}\\nContext.CapturedTrace = null;\\nContext.create = createContext;\\nContext.deactivateLongStackTraces = function() {};\\nContext.activateLongStackTraces = function() {\\n    var Promise_pushContext = Promise.prototype._pushContext;\\n    var Promise_popContext = Promise.prototype._popContext;\\n    var Promise_PeekContext = Promise._peekContext;\\n    var Promise_peekContext = Promise.prototype._peekContext;\\n    var Promise_promiseCreated = Promise.prototype._promiseCreated;\\n    Context.deactivateLongStackTraces = function() {\\n        Promise.prototype._pushContext = Promise_pushContext;\\n        Promise.prototype._popContext = Promise_popContext;\\n        Promise._peekContext = Promise_PeekContext;\\n        Promise.prototype._peekContext = Promise_peekContext;\\n        Promise.prototype._promiseCreated = Promise_promiseCreated;\\n        longStackTraces = false;\\n    };\\n    longStackTraces = true;\\n    Promise.prototype._pushContext = Context.prototype._pushContext;\\n    Promise.prototype._popContext = Context.prototype._popContext;\\n    Promise._peekContext = Promise.prototype._peekContext = peekContext;\\n    Promise.prototype._promiseCreated = function() {\\n        var ctx = this._peekContext();\\n        if (ctx && ctx._promiseCreated == null) ctx._promiseCreated = this;\\n    };\\n};\\nreturn Context;\\n};\\n\\n},{}],9:[function(_dereq_,module,exports){\\n\\\"use strict\\\";\\nmodule.exports = function(Promise, Context) {\\nvar getDomain = Promise._getDomain;\\nvar async = Promise._async;\\nvar Warning = _dereq_(\\\"./errors\\\").Warning;\\nvar util = _dereq_(\\\"./util\\\");\\nvar canAttachTrace = util.canAttachTrace;\\nvar unhandledRejectionHandled;\\nvar possiblyUnhandledRejection;\\nvar bluebirdFramePattern =\\n    /[\\\\\\\\\\\\/]bluebird[\\\\\\\\\\\\/]js[\\\\\\\\\\\\/](release|debug|instrumented)/;\\nvar nodeFramePattern = /\\\\((?:timers\\\\.js):\\\\d+:\\\\d+\\\\)/;\\nvar parseLinePattern = /[\\\\/<\\\\(](.+?):(\\\\d+):(\\\\d+)\\\\)?\\\\s*$/;\\nvar stackFramePattern = null;\\nvar formatStack = null;\\nvar indentStackFrames = false;\\nvar printWarning;\\nvar debugging = !!(util.env(\\\"BLUEBIRD_DEBUG\\\") != 0 &&\\n                        (true ||\\n                         util.env(\\\"BLUEBIRD_DEBUG\\\") ||\\n                         util.env(\\\"NODE_ENV\\\") === \\\"development\\\"));\\n\\nvar warnings = !!(util.env(\\\"BLUEBIRD_WARNINGS\\\") != 0 &&\\n    (debugging || util.env(\\\"BLUEBIRD_WARNINGS\\\")));\\n\\nvar longStackTraces = !!(util.env(\\\"BLUEBIRD_LONG_STACK_TRACES\\\") != 0 &&\\n    (debugging || util.env(\\\"BLUEBIRD_LONG_STACK_TRACES\\\")));\\n\\nvar wForgottenReturn = util.env(\\\"BLUEBIRD_W_FORGOTTEN_RETURN\\\") != 0 &&\\n    (warnings || !!util.env(\\\"BLUEBIRD_W_FORGOTTEN_RETURN\\\"));\\n\\nPromise.prototype.suppressUnhandledRejections = function() {\\n    var target = this._target();\\n    target._bitField = ((target._bitField & (~1048576)) |\\n                      524288);\\n};\\n\\nPromise.prototype._ensurePossibleRejectionHandled = function () {\\n    if ((this._bitField & 524288) !== 0) return;\\n    this._setRejectionIsUnhandled();\\n    var self = this;\\n    setTimeout(function() {\\n        self._notifyUnhandledRejection();\\n    }, 1);\\n};\\n\\nPromise.prototype._notifyUnhandledRejectionIsHandled = function () {\\n    fireRejectionEvent(\\\"rejectionHandled\\\",\\n                                  unhandledRejectionHandled, undefined, this);\\n};\\n\\nPromise.prototype._setReturnedNonUndefined = function() {\\n    this._bitField = this._bitField | 268435456;\\n};\\n\\nPromise.prototype._returnedNonUndefined = function() {\\n    return (this._bitField & 268435456) !== 0;\\n};\\n\\nPromise.prototype._notifyUnhandledRejection = function () {\\n    if (this._isRejectionUnhandled()) {\\n        var reason = this._settledValue();\\n        this._setUnhandledRejectionIsNotified();\\n        fireRejectionEvent(\\\"unhandledRejection\\\",\\n                                      possiblyUnhandledRejection, reason, this);\\n    }\\n};\\n\\nPromise.prototype._setUnhandledRejectionIsNotified = function () {\\n    this._bitField = this._bitField | 262144;\\n};\\n\\nPromise.prototype._unsetUnhandledRejectionIsNotified = function () {\\n    this._bitField = this._bitField & (~262144);\\n};\\n\\nPromise.prototype._isUnhandledRejectionNotified = function () {\\n    return (this._bitField & 262144) > 0;\\n};\\n\\nPromise.prototype._setRejectionIsUnhandled = function () {\\n    this._bitField = this._bitField | 1048576;\\n};\\n\\nPromise.prototype._unsetRejectionIsUnhandled = function () {\\n    this._bitField = this._bitField & (~1048576);\\n    if (this._isUnhandledRejectionNotified()) {\\n        this._unsetUnhandledRejectionIsNotified();\\n        this._notifyUnhandledRejectionIsHandled();\\n    }\\n};\\n\\nPromise.prototype._isRejectionUnhandled = function () {\\n    return (this._bitField & 1048576) > 0;\\n};\\n\\nPromise.prototype._warn = function(message, shouldUseOwnTrace, promise) {\\n    return warn(message, shouldUseOwnTrace, promise || this);\\n};\\n\\nPromise.onPossiblyUnhandledRejection = function (fn) {\\n    var domain = getDomain();\\n    possiblyUnhandledRejection =\\n        typeof fn === \\\"function\\\" ? (domain === null ?\\n                                            fn : util.domainBind(domain, fn))\\n                                 : undefined;\\n};\\n\\nPromise.onUnhandledRejectionHandled = function (fn) {\\n    var domain = getDomain();\\n    unhandledRejectionHandled =\\n        typeof fn === \\\"function\\\" ? (domain === null ?\\n                                            fn : util.domainBind(domain, fn))\\n                                 : undefined;\\n};\\n\\nvar disableLongStackTraces = function() {};\\nPromise.longStackTraces = function () {\\n    if (async.haveItemsQueued() && !config.longStackTraces) {\\n        throw new Error(\\\"cannot enable long stack traces after promises have been created\\\\u000a\\\\u000a    See http://goo.gl/MqrFmX\\\\u000a\\\");\\n    }\\n    if (!config.longStackTraces && longStackTracesIsSupported()) {\\n        var Promise_captureStackTrace = Promise.prototype._captureStackTrace;\\n        var Promise_attachExtraTrace = Promise.prototype._attachExtraTrace;\\n        config.longStackTraces = true;\\n        disableLongStackTraces = function() {\\n            if (async.haveItemsQueued() && !config.longStackTraces) {\\n                throw new Error(\\\"cannot enable long stack traces after promises have been created\\\\u000a\\\\u000a    See http://goo.gl/MqrFmX\\\\u000a\\\");\\n            }\\n            Promise.prototype._captureStackTrace = Promise_captureStackTrace;\\n            Promise.prototype._attachExtraTrace = Promise_attachExtraTrace;\\n            Context.deactivateLongStackTraces();\\n            async.enableTrampoline();\\n            config.longStackTraces = false;\\n        };\\n        Promise.prototype._captureStackTrace = longStackTracesCaptureStackTrace;\\n        Promise.prototype._attachExtraTrace = longStackTracesAttachExtraTrace;\\n        Context.activateLongStackTraces();\\n        async.disableTrampolineIfNecessary();\\n    }\\n};\\n\\nPromise.hasLongStackTraces = function () {\\n    return config.longStackTraces && longStackTracesIsSupported();\\n};\\n\\nvar fireDomEvent = (function() {\\n    try {\\n        if (typeof CustomEvent === \\\"function\\\") {\\n            var event = new CustomEvent(\\\"CustomEvent\\\");\\n            util.global.dispatchEvent(event);\\n            return function(name, event) {\\n                var domEvent = new CustomEvent(name.toLowerCase(), {\\n                    detail: event,\\n                    cancelable: true\\n                });\\n                return !util.global.dispatchEvent(domEvent);\\n            };\\n        } else if (typeof Event === \\\"function\\\") {\\n            var event = new Event(\\\"CustomEvent\\\");\\n            util.global.dispatchEvent(event);\\n            return function(name, event) {\\n                var domEvent = new Event(name.toLowerCase(), {\\n                    cancelable: true\\n                });\\n                domEvent.detail = event;\\n                return !util.global.dispatchEvent(domEvent);\\n            };\\n        } else {\\n            var event = document.createEvent(\\\"CustomEvent\\\");\\n            event.initCustomEvent(\\\"testingtheevent\\\", false, true, {});\\n            util.global.dispatchEvent(event);\\n            return function(name, event) {\\n                var domEvent = document.createEvent(\\\"CustomEvent\\\");\\n                domEvent.initCustomEvent(name.toLowerCase(), false, true,\\n                    event);\\n                return !util.global.dispatchEvent(domEvent);\\n            };\\n        }\\n    } catch (e) {}\\n    return function() {\\n        return false;\\n    };\\n})();\\n\\nvar fireGlobalEvent = (function() {\\n    if (util.isNode) {\\n        return function() {\\n            return process.emit.apply(process, arguments);\\n        };\\n    } else {\\n        if (!util.global) {\\n            return function() {\\n                return false;\\n            };\\n        }\\n        return function(name) {\\n            var methodName = \\\"on\\\" + name.toLowerCase();\\n            var method = util.global[methodName];\\n            if (!method) return false;\\n            method.apply(util.global, [].slice.call(arguments, 1));\\n            return true;\\n        };\\n    }\\n})();\\n\\nfunction generatePromiseLifecycleEventObject(name, promise) {\\n    return {promise: promise};\\n}\\n\\nvar eventToObjectGenerator = {\\n    promiseCreated: generatePromiseLifecycleEventObject,\\n    promiseFulfilled: generatePromiseLifecycleEventObject,\\n    promiseRejected: generatePromiseLifecycleEventObject,\\n    promiseResolved: generatePromiseLifecycleEventObject,\\n    promiseCancelled: generatePromiseLifecycleEventObject,\\n    promiseChained: function(name, promise, child) {\\n        return {promise: promise, child: child};\\n    },\\n    warning: function(name, warning) {\\n        return {warning: warning};\\n    },\\n    unhandledRejection: function (name, reason, promise) {\\n        return {reason: reason, promise: promise};\\n    },\\n    rejectionHandled: generatePromiseLifecycleEventObject\\n};\\n\\nvar activeFireEvent = function (name) {\\n    var globalEventFired = false;\\n    try {\\n        globalEventFired = fireGlobalEvent.apply(null, arguments);\\n    } catch (e) {\\n        async.throwLater(e);\\n        globalEventFired = true;\\n    }\\n\\n    var domEventFired = false;\\n    try {\\n        domEventFired = fireDomEvent(name,\\n                    eventToObjectGenerator[name].apply(null, arguments));\\n    } catch (e) {\\n        async.throwLater(e);\\n        domEventFired = true;\\n    }\\n\\n    return domEventFired || globalEventFired;\\n};\\n\\nPromise.config = function(opts) {\\n    opts = Object(opts);\\n    if (\\\"longStackTraces\\\" in opts) {\\n        if (opts.longStackTraces) {\\n            Promise.longStackTraces();\\n        } else if (!opts.longStackTraces && Promise.hasLongStackTraces()) {\\n            disableLongStackTraces();\\n        }\\n    }\\n    if (\\\"warnings\\\" in opts) {\\n        var warningsOption = opts.warnings;\\n        config.warnings = !!warningsOption;\\n        wForgottenReturn = config.warnings;\\n\\n        if (util.isObject(warningsOption)) {\\n            if (\\\"wForgottenReturn\\\" in warningsOption) {\\n                wForgottenReturn = !!warningsOption.wForgottenReturn;\\n            }\\n        }\\n    }\\n    if (\\\"cancellation\\\" in opts && opts.cancellation && !config.cancellation) {\\n        if (async.haveItemsQueued()) {\\n            throw new Error(\\n                \\\"cannot enable cancellation after promises are in use\\\");\\n        }\\n        Promise.prototype._clearCancellationData =\\n            cancellationClearCancellationData;\\n        Promise.prototype._propagateFrom = cancellationPropagateFrom;\\n        Promise.prototype._onCancel = cancellationOnCancel;\\n        Promise.prototype._setOnCancel = cancellationSetOnCancel;\\n        Promise.prototype._attachCancellationCallback =\\n            cancellationAttachCancellationCallback;\\n        Promise.prototype._execute = cancellationExecute;\\n        propagateFromFunction = cancellationPropagateFrom;\\n        config.cancellation = true;\\n    }\\n    if (\\\"monitoring\\\" in opts) {\\n        if (opts.monitoring && !config.monitoring) {\\n            config.monitoring = true;\\n            Promise.prototype._fireEvent = activeFireEvent;\\n        } else if (!opts.monitoring && config.monitoring) {\\n            config.monitoring = false;\\n            Promise.prototype._fireEvent = defaultFireEvent;\\n        }\\n    }\\n    return Promise;\\n};\\n\\nfunction defaultFireEvent() { return false; }\\n\\nPromise.prototype._fireEvent = defaultFireEvent;\\nPromise.prototype._execute = function(executor, resolve, reject) {\\n    try {\\n        executor(resolve, reject);\\n    } catch (e) {\\n        return e;\\n    }\\n};\\nPromise.prototype._onCancel = function () {};\\nPromise.prototype._setOnCancel = function (handler) { ; };\\nPromise.prototype._attachCancellationCallback = function(onCancel) {\\n    ;\\n};\\nPromise.prototype._captureStackTrace = function () {};\\nPromise.prototype._attachExtraTrace = function () {};\\nPromise.prototype._clearCancellationData = function() {};\\nPromise.prototype._propagateFrom = function (parent, flags) {\\n    ;\\n    ;\\n};\\n\\nfunction cancellationExecute(executor, resolve, reject) {\\n    var promise = this;\\n    try {\\n        executor(resolve, reject, function(onCancel) {\\n            if (typeof onCancel !== \\\"function\\\") {\\n                throw new TypeError(\\\"onCancel must be a function, got: \\\" +\\n                                    util.toString(onCancel));\\n            }\\n            promise._attachCancellationCallback(onCancel);\\n        });\\n    } catch (e) {\\n        return e;\\n    }\\n}\\n\\nfunction cancellationAttachCancellationCallback(onCancel) {\\n    if (!this._isCancellable()) return this;\\n\\n    var previousOnCancel = this._onCancel();\\n    if (previousOnCancel !== undefined) {\\n        if (util.isArray(previousOnCancel)) {\\n            previousOnCancel.push(onCancel);\\n        } else {\\n            this._setOnCancel([previousOnCancel, onCancel]);\\n        }\\n    } else {\\n        this._setOnCancel(onCancel);\\n    }\\n}\\n\\nfunction cancellationOnCancel() {\\n    return this._onCancelField;\\n}\\n\\nfunction cancellationSetOnCancel(onCancel) {\\n    this._onCancelField = onCancel;\\n}\\n\\nfunction cancellationClearCancellationData() {\\n    this._cancellationParent = undefined;\\n    this._onCancelField = undefined;\\n}\\n\\nfunction cancellationPropagateFrom(parent, flags) {\\n    if ((flags & 1) !== 0) {\\n        this._cancellationParent = parent;\\n        var branchesRemainingToCancel = parent._branchesRemainingToCancel;\\n        if (branchesRemainingToCancel === undefined) {\\n            branchesRemainingToCancel = 0;\\n        }\\n        parent._branchesRemainingToCancel = branchesRemainingToCancel + 1;\\n    }\\n    if ((flags & 2) !== 0 && parent._isBound()) {\\n        this._setBoundTo(parent._boundTo);\\n    }\\n}\\n\\nfunction bindingPropagateFrom(parent, flags) {\\n    if ((flags & 2) !== 0 && parent._isBound()) {\\n        this._setBoundTo(parent._boundTo);\\n    }\\n}\\nvar propagateFromFunction = bindingPropagateFrom;\\n\\nfunction boundValueFunction() {\\n    var ret = this._boundTo;\\n    if (ret !== undefined) {\\n        if (ret instanceof Promise) {\\n            if (ret.isFulfilled()) {\\n                return ret.value();\\n            } else {\\n                return undefined;\\n            }\\n        }\\n    }\\n    return ret;\\n}\\n\\nfunction longStackTracesCaptureStackTrace() {\\n    this._trace = new CapturedTrace(this._peekContext());\\n}\\n\\nfunction longStackTracesAttachExtraTrace(error, ignoreSelf) {\\n    if (canAttachTrace(error)) {\\n        var trace = this._trace;\\n        if (trace !== undefined) {\\n            if (ignoreSelf) trace = trace._parent;\\n        }\\n        if (trace !== undefined) {\\n            trace.attachExtraTrace(error);\\n        } else if (!error.__stackCleaned__) {\\n            var parsed = parseStackAndMessage(error);\\n            util.notEnumerableProp(error, \\\"stack\\\",\\n                parsed.message + \\\"\\\\n\\\" + parsed.stack.join(\\\"\\\\n\\\"));\\n            util.notEnumerableProp(error, \\\"__stackCleaned__\\\", true);\\n        }\\n    }\\n}\\n\\nfunction checkForgottenReturns(returnValue, promiseCreated, name, promise,\\n                               parent) {\\n    if (returnValue === undefined && promiseCreated !== null &&\\n        wForgottenReturn) {\\n        if (parent !== undefined && parent._returnedNonUndefined()) return;\\n        if ((promise._bitField & 65535) === 0) return;\\n\\n        if (name) name = name + \\\" \\\";\\n        var handlerLine = \\\"\\\";\\n        var creatorLine = \\\"\\\";\\n        if (promiseCreated._trace) {\\n            var traceLines = promiseCreated._trace.stack.split(\\\"\\\\n\\\");\\n            var stack = cleanStack(traceLines);\\n            for (var i = stack.length - 1; i >= 0; --i) {\\n                var line = stack[i];\\n                if (!nodeFramePattern.test(line)) {\\n                    var lineMatches = line.match(parseLinePattern);\\n                    if (lineMatches) {\\n                        handlerLine  = \\\"at \\\" + lineMatches[1] +\\n                            \\\":\\\" + lineMatches[2] + \\\":\\\" + lineMatches[3] + \\\" \\\";\\n                    }\\n                    break;\\n                }\\n            }\\n\\n            if (stack.length > 0) {\\n                var firstUserLine = stack[0];\\n                for (var i = 0; i < traceLines.length; ++i) {\\n\\n                    if (traceLines[i] === firstUserLine) {\\n                        if (i > 0) {\\n                            creatorLine = \\\"\\\\n\\\" + traceLines[i - 1];\\n                        }\\n                        break;\\n                    }\\n                }\\n\\n            }\\n        }\\n        var msg = \\\"a promise was created in a \\\" + name +\\n            \\\"handler \\\" + handlerLine + \\\"but was not returned from it, \\\" +\\n            \\\"see http://goo.gl/rRqMUw\\\" +\\n            creatorLine;\\n        promise._warn(msg, true, promiseCreated);\\n    }\\n}\\n\\nfunction deprecated(name, replacement) {\\n    var message = name +\\n        \\\" is deprecated and will be removed in a future version.\\\";\\n    if (replacement) message += \\\" Use \\\" + replacement + \\\" instead.\\\";\\n    return warn(message);\\n}\\n\\nfunction warn(message, shouldUseOwnTrace, promise) {\\n    if (!config.warnings) return;\\n    var warning = new Warning(message);\\n    var ctx;\\n    if (shouldUseOwnTrace) {\\n        promise._attachExtraTrace(warning);\\n    } else if (config.longStackTraces && (ctx = Promise._peekContext())) {\\n        ctx.attachExtraTrace(warning);\\n    } else {\\n        var parsed = parseStackAndMessage(warning);\\n        warning.stack = parsed.message + \\\"\\\\n\\\" + parsed.stack.join(\\\"\\\\n\\\");\\n    }\\n\\n    if (!activeFireEvent(\\\"warning\\\", warning)) {\\n        formatAndLogError(warning, \\\"\\\", true);\\n    }\\n}\\n\\nfunction reconstructStack(message, stacks) {\\n    for (var i = 0; i < stacks.length - 1; ++i) {\\n        stacks[i].push(\\\"From previous event:\\\");\\n        stacks[i] = stacks[i].join(\\\"\\\\n\\\");\\n    }\\n    if (i < stacks.length) {\\n        stacks[i] = stacks[i].join(\\\"\\\\n\\\");\\n    }\\n    return message + \\\"\\\\n\\\" + stacks.join(\\\"\\\\n\\\");\\n}\\n\\nfunction removeDuplicateOrEmptyJumps(stacks) {\\n    for (var i = 0; i < stacks.length; ++i) {\\n        if (stacks[i].length === 0 ||\\n            ((i + 1 < stacks.length) && stacks[i][0] === stacks[i+1][0])) {\\n            stacks.splice(i, 1);\\n            i--;\\n        }\\n    }\\n}\\n\\nfunction removeCommonRoots(stacks) {\\n    var current = stacks[0];\\n    for (var i = 1; i < stacks.length; ++i) {\\n        var prev = stacks[i];\\n        var currentLastIndex = current.length - 1;\\n        var currentLastLine = current[currentLastIndex];\\n        var commonRootMeetPoint = -1;\\n\\n        for (var j = prev.length - 1; j >= 0; --j) {\\n            if (prev[j] === currentLastLine) {\\n                commonRootMeetPoint = j;\\n                break;\\n            }\\n        }\\n\\n        for (var j = commonRootMeetPoint; j >= 0; --j) {\\n            var line = prev[j];\\n            if (current[currentLastIndex] === line) {\\n                current.pop();\\n                currentLastIndex--;\\n            } else {\\n                break;\\n            }\\n        }\\n        current = prev;\\n    }\\n}\\n\\nfunction cleanStack(stack) {\\n    var ret = [];\\n    for (var i = 0; i < stack.length; ++i) {\\n        var line = stack[i];\\n        var isTraceLine = \\\"    (No stack trace)\\\" === line ||\\n            stackFramePattern.test(line);\\n        var isInternalFrame = isTraceLine && shouldIgnore(line);\\n        if (isTraceLine && !isInternalFrame) {\\n            if (indentStackFrames && line.charAt(0) !== \\\" \\\") {\\n                line = \\\"    \\\" + line;\\n            }\\n            ret.push(line);\\n        }\\n    }\\n    return ret;\\n}\\n\\nfunction stackFramesAsArray(error) {\\n    var stack = error.stack.replace(/\\\\s+$/g, \\\"\\\").split(\\\"\\\\n\\\");\\n    for (var i = 0; i < stack.length; ++i) {\\n        var line = stack[i];\\n        if (\\\"    (No stack trace)\\\" === line || stackFramePattern.test(line)) {\\n            break;\\n        }\\n    }\\n    if (i > 0 && error.name != \\\"SyntaxError\\\") {\\n        stack = stack.slice(i);\\n    }\\n    return stack;\\n}\\n\\nfunction parseStackAndMessage(error) {\\n    var stack = error.stack;\\n    var message = error.toString();\\n    stack = typeof stack === \\\"string\\\" && stack.length > 0\\n                ? stackFramesAsArray(error) : [\\\"    (No stack trace)\\\"];\\n    return {\\n        message: message,\\n        stack: error.name == \\\"SyntaxError\\\" ? stack : cleanStack(stack)\\n    };\\n}\\n\\nfunction formatAndLogError(error, title, isSoft) {\\n    if (typeof console !== \\\"undefined\\\") {\\n        var message;\\n        if (util.isObject(error)) {\\n            var stack = error.stack;\\n            message = title + formatStack(stack, error);\\n        } else {\\n            message = title + String(error);\\n        }\\n        if (typeof printWarning === \\\"function\\\") {\\n            printWarning(message, isSoft);\\n        } else if (typeof console.log === \\\"function\\\" ||\\n            typeof console.log === \\\"object\\\") {\\n            console.log(message);\\n        }\\n    }\\n}\\n\\nfunction fireRejectionEvent(name, localHandler, reason, promise) {\\n    var localEventFired = false;\\n    try {\\n        if (typeof localHandler === \\\"function\\\") {\\n            localEventFired = true;\\n            if (name === \\\"rejectionHandled\\\") {\\n                localHandler(promise);\\n            } else {\\n                localHandler(reason, promise);\\n            }\\n        }\\n    } catch (e) {\\n        async.throwLater(e);\\n    }\\n\\n    if (name === \\\"unhandledRejection\\\") {\\n        if (!activeFireEvent(name, reason, promise) && !localEventFired) {\\n            formatAndLogError(reason, \\\"Unhandled rejection \\\");\\n        }\\n    } else {\\n        activeFireEvent(name, promise);\\n    }\\n}\\n\\nfunction formatNonError(obj) {\\n    var str;\\n    if (typeof obj === \\\"function\\\") {\\n        str = \\\"[function \\\" +\\n            (obj.name || \\\"anonymous\\\") +\\n            \\\"]\\\";\\n    } else {\\n        str = obj && typeof obj.toString === \\\"function\\\"\\n            ? obj.toString() : util.toString(obj);\\n        var ruselessToString = /\\\\[object [a-zA-Z0-9$_]+\\\\]/;\\n        if (ruselessToString.test(str)) {\\n            try {\\n                var newStr = JSON.stringify(obj);\\n                str = newStr;\\n            }\\n            catch(e) {\\n\\n            }\\n        }\\n        if (str.length === 0) {\\n            str = \\\"(empty array)\\\";\\n        }\\n    }\\n    return (\\\"(<\\\" + snip(str) + \\\">, no stack trace)\\\");\\n}\\n\\nfunction snip(str) {\\n    var maxChars = 41;\\n    if (str.length < maxChars) {\\n        return str;\\n    }\\n    return str.substr(0, maxChars - 3) + \\\"...\\\";\\n}\\n\\nfunction longStackTracesIsSupported() {\\n    return typeof captureStackTrace === \\\"function\\\";\\n}\\n\\nvar shouldIgnore = function() { return false; };\\nvar parseLineInfoRegex = /[\\\\/<\\\\(]([^:\\\\/]+):(\\\\d+):(?:\\\\d+)\\\\)?\\\\s*$/;\\nfunction parseLineInfo(line) {\\n    var matches = line.match(parseLineInfoRegex);\\n    if (matches) {\\n        return {\\n            fileName: matches[1],\\n            line: parseInt(matches[2], 10)\\n        };\\n    }\\n}\\n\\nfunction setBounds(firstLineError, lastLineError) {\\n    if (!longStackTracesIsSupported()) return;\\n    var firstStackLines = firstLineError.stack.split(\\\"\\\\n\\\");\\n    var lastStackLines = lastLineError.stack.split(\\\"\\\\n\\\");\\n    var firstIndex = -1;\\n    var lastIndex = -1;\\n    var firstFileName;\\n    var lastFileName;\\n    for (var i = 0; i < firstStackLines.length; ++i) {\\n        var result = parseLineInfo(firstStackLines[i]);\\n        if (result) {\\n            firstFileName = result.fileName;\\n            firstIndex = result.line;\\n            break;\\n        }\\n    }\\n    for (var i = 0; i < lastStackLines.length; ++i) {\\n        var result = parseLineInfo(lastStackLines[i]);\\n        if (result) {\\n            lastFileName = result.fileName;\\n            lastIndex = result.line;\\n            break;\\n        }\\n    }\\n    if (firstIndex < 0 || lastIndex < 0 || !firstFileName || !lastFileName ||\\n        firstFileName !== lastFileName || firstIndex >= lastIndex) {\\n        return;\\n    }\\n\\n    shouldIgnore = function(line) {\\n        if (bluebirdFramePattern.test(line)) return true;\\n        var info = parseLineInfo(line);\\n        if (info) {\\n            if (info.fileName === firstFileName &&\\n                (firstIndex <= info.line && info.line <= lastIndex)) {\\n                return true;\\n            }\\n        }\\n        return false;\\n    };\\n}\\n\\nfunction CapturedTrace(parent) {\\n    this._parent = parent;\\n    this._promisesCreated = 0;\\n    var length = this._length = 1 + (parent === undefined ? 0 : parent._length);\\n    captureStackTrace(this, CapturedTrace);\\n    if (length > 32) this.uncycle();\\n}\\nutil.inherits(CapturedTrace, Error);\\nContext.CapturedTrace = CapturedTrace;\\n\\nCapturedTrace.prototype.uncycle = function() {\\n    var length = this._length;\\n    if (length < 2) return;\\n    var nodes = [];\\n    var stackToIndex = {};\\n\\n    for (var i = 0, node = this; node !== undefined; ++i) {\\n        nodes.push(node);\\n        node = node._parent;\\n    }\\n    length = this._length = i;\\n    for (var i = length - 1; i >= 0; --i) {\\n        var stack = nodes[i].stack;\\n        if (stackToIndex[stack] === undefined) {\\n            stackToIndex[stack] = i;\\n        }\\n    }\\n    for (var i = 0; i < length; ++i) {\\n        var currentStack = nodes[i].stack;\\n        var index = stackToIndex[currentStack];\\n        if (index !== undefined && index !== i) {\\n            if (index > 0) {\\n                nodes[index - 1]._parent = undefined;\\n                nodes[index - 1]._length = 1;\\n            }\\n            nodes[i]._parent = undefined;\\n            nodes[i]._length = 1;\\n            var cycleEdgeNode = i > 0 ? nodes[i - 1] : this;\\n\\n            if (index < length - 1) {\\n                cycleEdgeNode._parent = nodes[index + 1];\\n                cycleEdgeNode._parent.uncycle();\\n                cycleEdgeNode._length =\\n                    cycleEdgeNode._parent._length + 1;\\n            } else {\\n                cycleEdgeNode._parent = undefined;\\n                cycleEdgeNode._length = 1;\\n            }\\n            var currentChildLength = cycleEdgeNode._length + 1;\\n            for (var j = i - 2; j >= 0; --j) {\\n                nodes[j]._length = currentChildLength;\\n                currentChildLength++;\\n            }\\n            return;\\n        }\\n    }\\n};\\n\\nCapturedTrace.prototype.attachExtraTrace = function(error) {\\n    if (error.__stackCleaned__) return;\\n    this.uncycle();\\n    var parsed = parseStackAndMessage(error);\\n    var message = parsed.message;\\n    var stacks = [parsed.stack];\\n\\n    var trace = this;\\n    while (trace !== undefined) {\\n        stacks.push(cleanStack(trace.stack.split(\\\"\\\\n\\\")));\\n        trace = trace._parent;\\n    }\\n    removeCommonRoots(stacks);\\n    removeDuplicateOrEmptyJumps(stacks);\\n    util.notEnumerableProp(error, \\\"stack\\\", reconstructStack(message, stacks));\\n    util.notEnumerableProp(error, \\\"__stackCleaned__\\\", true);\\n};\\n\\nvar captureStackTrace = (function stackDetection() {\\n    var v8stackFramePattern = /^\\\\s*at\\\\s*/;\\n    var v8stackFormatter = function(stack, error) {\\n        if (typeof stack === \\\"string\\\") return stack;\\n\\n        if (error.name !== undefined &&\\n            error.message !== undefined) {\\n            return error.toString();\\n        }\\n        return formatNonError(error);\\n    };\\n\\n    if (typeof Error.stackTraceLimit === \\\"number\\\" &&\\n        typeof Error.captureStackTrace === \\\"function\\\") {\\n        Error.stackTraceLimit += 6;\\n        stackFramePattern = v8stackFramePattern;\\n        formatStack = v8stackFormatter;\\n        var captureStackTrace = Error.captureStackTrace;\\n\\n        shouldIgnore = function(line) {\\n            return bluebirdFramePattern.test(line);\\n        };\\n        return function(receiver, ignoreUntil) {\\n            Error.stackTraceLimit += 6;\\n            captureStackTrace(receiver, ignoreUntil);\\n            Error.stackTraceLimit -= 6;\\n        };\\n    }\\n    var err = new Error();\\n\\n    if (typeof err.stack === \\\"string\\\" &&\\n        err.stack.split(\\\"\\\\n\\\")[0].indexOf(\\\"stackDetection@\\\") >= 0) {\\n        stackFramePattern = /@/;\\n        formatStack = v8stackFormatter;\\n        indentStackFrames = true;\\n        return function captureStackTrace(o) {\\n            o.stack = new Error().stack;\\n        };\\n    }\\n\\n    var hasStackAfterThrow;\\n    try { throw new Error(); }\\n    catch(e) {\\n        hasStackAfterThrow = (\\\"stack\\\" in e);\\n    }\\n    if (!(\\\"stack\\\" in err) && hasStackAfterThrow &&\\n        typeof Error.stackTraceLimit === \\\"number\\\") {\\n        stackFramePattern = v8stackFramePattern;\\n        formatStack = v8stackFormatter;\\n        return function captureStackTrace(o) {\\n            Error.stackTraceLimit += 6;\\n            try { throw new Error(); }\\n            catch(e) { o.stack = e.stack; }\\n            Error.stackTraceLimit -= 6;\\n        };\\n    }\\n\\n    formatStack = function(stack, error) {\\n        if (typeof stack === \\\"string\\\") return stack;\\n\\n        if ((typeof error === \\\"object\\\" ||\\n            typeof error === \\\"function\\\") &&\\n            error.name !== undefined &&\\n            error.message !== undefined) {\\n            return error.toString();\\n        }\\n        return formatNonError(error);\\n    };\\n\\n    return null;\\n\\n})([]);\\n\\nif (typeof console !== \\\"undefined\\\" && typeof console.warn !== \\\"undefined\\\") {\\n    printWarning = function (message) {\\n        console.warn(message);\\n    };\\n    if (util.isNode && process.stderr.isTTY) {\\n        printWarning = function(message, isSoft) {\\n            var color = isSoft ? \\\"\\\\u001b[33m\\\" : \\\"\\\\u001b[31m\\\";\\n            console.warn(color + message + \\\"\\\\u001b[0m\\\\n\\\");\\n        };\\n    } else if (!util.isNode && typeof (new Error().stack) === \\\"string\\\") {\\n        printWarning = function(message, isSoft) {\\n            console.warn(\\\"%c\\\" + message,\\n                        isSoft ? \\\"color: darkorange\\\" : \\\"color: red\\\");\\n        };\\n    }\\n}\\n\\nvar config = {\\n    warnings: warnings,\\n    longStackTraces: false,\\n    cancellation: false,\\n    monitoring: false\\n};\\n\\nif (longStackTraces) Promise.longStackTraces();\\n\\nreturn {\\n    longStackTraces: function() {\\n        return config.longStackTraces;\\n    },\\n    warnings: function() {\\n        return config.warnings;\\n    },\\n    cancellation: function() {\\n        return config.cancellation;\\n    },\\n    monitoring: function() {\\n        return config.monitoring;\\n    },\\n    propagateFromFunction: function() {\\n        return propagateFromFunction;\\n    },\\n    boundValueFunction: function() {\\n        return boundValueFunction;\\n    },\\n    checkForgottenReturns: checkForgottenReturns,\\n    setBounds: setBounds,\\n    warn: warn,\\n    deprecated: deprecated,\\n    CapturedTrace: CapturedTrace,\\n    fireDomEvent: fireDomEvent,\\n    fireGlobalEvent: fireGlobalEvent\\n};\\n};\\n\\n},{\\\"./errors\\\":12,\\\"./util\\\":36}],10:[function(_dereq_,module,exports){\\n\\\"use strict\\\";\\nmodule.exports = function(Promise) {\\nfunction returner() {\\n    return this.value;\\n}\\nfunction thrower() {\\n    throw this.reason;\\n}\\n\\nPromise.prototype[\\\"return\\\"] =\\nPromise.prototype.thenReturn = function (value) {\\n    if (value instanceof Promise) value.suppressUnhandledRejections();\\n    return this._then(\\n        returner, undefined, undefined, {value: value}, undefined);\\n};\\n\\nPromise.prototype[\\\"throw\\\"] =\\nPromise.prototype.thenThrow = function (reason) {\\n    return this._then(\\n        thrower, undefined, undefined, {reason: reason}, undefined);\\n};\\n\\nPromise.prototype.catchThrow = function (reason) {\\n    if (arguments.length <= 1) {\\n        return this._then(\\n            undefined, thrower, undefined, {reason: reason}, undefined);\\n    } else {\\n        var _reason = arguments[1];\\n        var handler = function() {throw _reason;};\\n        return this.caught(reason, handler);\\n    }\\n};\\n\\nPromise.prototype.catchReturn = function (value) {\\n    if (arguments.length <= 1) {\\n        if (value instanceof Promise) value.suppressUnhandledRejections();\\n        return this._then(\\n            undefined, returner, undefined, {value: value}, undefined);\\n    } else {\\n        var _value = arguments[1];\\n        if (_value instanceof Promise) _value.suppressUnhandledRejections();\\n        var handler = function() {return _value;};\\n        return this.caught(value, handler);\\n    }\\n};\\n};\\n\\n},{}],11:[function(_dereq_,module,exports){\\n\\\"use strict\\\";\\nmodule.exports = function(Promise, INTERNAL) {\\nvar PromiseReduce = Promise.reduce;\\nvar PromiseAll = Promise.all;\\n\\nfunction promiseAllThis() {\\n    return PromiseAll(this);\\n}\\n\\nfunction PromiseMapSeries(promises, fn) {\\n    return PromiseReduce(promises, fn, INTERNAL, INTERNAL);\\n}\\n\\nPromise.prototype.each = function (fn) {\\n    return PromiseReduce(this, fn, INTERNAL, 0)\\n              ._then(promiseAllThis, undefined, undefined, this, undefined);\\n};\\n\\nPromise.prototype.mapSeries = function (fn) {\\n    return PromiseReduce(this, fn, INTERNAL, INTERNAL);\\n};\\n\\nPromise.each = function (promises, fn) {\\n    return PromiseReduce(promises, fn, INTERNAL, 0)\\n              ._then(promiseAllThis, undefined, undefined, promises, undefined);\\n};\\n\\nPromise.mapSeries = PromiseMapSeries;\\n};\\n\\n\\n},{}],12:[function(_dereq_,module,exports){\\n\\\"use strict\\\";\\nvar es5 = _dereq_(\\\"./es5\\\");\\nvar Objectfreeze = es5.freeze;\\nvar util = _dereq_(\\\"./util\\\");\\nvar inherits = util.inherits;\\nvar notEnumerableProp = util.notEnumerableProp;\\n\\nfunction subError(nameProperty, defaultMessage) {\\n    function SubError(message) {\\n        if (!(this instanceof SubError)) return new SubError(message);\\n        notEnumerableProp(this, \\\"message\\\",\\n            typeof message === \\\"string\\\" ? message : defaultMessage);\\n        notEnumerableProp(this, \\\"name\\\", nameProperty);\\n        if (Error.captureStackTrace) {\\n            Error.captureStackTrace(this, this.constructor);\\n        } else {\\n            Error.call(this);\\n        }\\n    }\\n    inherits(SubError, Error);\\n    return SubError;\\n}\\n\\nvar _TypeError, _RangeError;\\nvar Warning = subError(\\\"Warning\\\", \\\"warning\\\");\\nvar CancellationError = subError(\\\"CancellationError\\\", \\\"cancellation error\\\");\\nvar TimeoutError = subError(\\\"TimeoutError\\\", \\\"timeout error\\\");\\nvar AggregateError = subError(\\\"AggregateError\\\", \\\"aggregate error\\\");\\ntry {\\n    _TypeError = TypeError;\\n    _RangeError = RangeError;\\n} catch(e) {\\n    _TypeError = subError(\\\"TypeError\\\", \\\"type error\\\");\\n    _RangeError = subError(\\\"RangeError\\\", \\\"range error\\\");\\n}\\n\\nvar methods = (\\\"join pop push shift unshift slice filter forEach some \\\" +\\n    \\\"every map indexOf lastIndexOf reduce reduceRight sort reverse\\\").split(\\\" \\\");\\n\\nfor (var i = 0; i < methods.length; ++i) {\\n    if (typeof Array.prototype[methods[i]] === \\\"function\\\") {\\n        AggregateError.prototype[methods[i]] = Array.prototype[methods[i]];\\n    }\\n}\\n\\nes5.defineProperty(AggregateError.prototype, \\\"length\\\", {\\n    value: 0,\\n    configurable: false,\\n    writable: true,\\n    enumerable: true\\n});\\nAggregateError.prototype[\\\"isOperational\\\"] = true;\\nvar level = 0;\\nAggregateError.prototype.toString = function() {\\n    var indent = Array(level * 4 + 1).join(\\\" \\\");\\n    var ret = \\\"\\\\n\\\" + indent + \\\"AggregateError of:\\\" + \\\"\\\\n\\\";\\n    level++;\\n    indent = Array(level * 4 + 1).join(\\\" \\\");\\n    for (var i = 0; i < this.length; ++i) {\\n        var str = this[i] === this ? \\\"[Circular AggregateError]\\\" : this[i] + \\\"\\\";\\n        var lines = str.split(\\\"\\\\n\\\");\\n        for (var j = 0; j < lines.length; ++j) {\\n            lines[j] = indent + lines[j];\\n        }\\n        str = lines.join(\\\"\\\\n\\\");\\n        ret += str + \\\"\\\\n\\\";\\n    }\\n    level--;\\n    return ret;\\n};\\n\\nfunction OperationalError(message) {\\n    if (!(this instanceof OperationalError))\\n        return new OperationalError(message);\\n    notEnumerableProp(this, \\\"name\\\", \\\"OperationalError\\\");\\n    notEnumerableProp(this, \\\"message\\\", message);\\n    this.cause = message;\\n    this[\\\"isOperational\\\"] = true;\\n\\n    if (message instanceof Error) {\\n        notEnumerableProp(this, \\\"message\\\", message.message);\\n        notEnumerableProp(this, \\\"stack\\\", message.stack);\\n    } else if (Error.captureStackTrace) {\\n        Error.captureStackTrace(this, this.constructor);\\n    }\\n\\n}\\ninherits(OperationalError, Error);\\n\\nvar errorTypes = Error[\\\"__BluebirdErrorTypes__\\\"];\\nif (!errorTypes) {\\n    errorTypes = Objectfreeze({\\n        CancellationError: CancellationError,\\n        TimeoutError: TimeoutError,\\n        OperationalError: OperationalError,\\n        RejectionError: OperationalError,\\n        AggregateError: AggregateError\\n    });\\n    es5.defineProperty(Error, \\\"__BluebirdErrorTypes__\\\", {\\n        value: errorTypes,\\n        writable: false,\\n        enumerable: false,\\n        configurable: false\\n    });\\n}\\n\\nmodule.exports = {\\n    Error: Error,\\n    TypeError: _TypeError,\\n    RangeError: _RangeError,\\n    CancellationError: errorTypes.CancellationError,\\n    OperationalError: errorTypes.OperationalError,\\n    TimeoutError: errorTypes.TimeoutError,\\n    AggregateError: errorTypes.AggregateError,\\n    Warning: Warning\\n};\\n\\n},{\\\"./es5\\\":13,\\\"./util\\\":36}],13:[function(_dereq_,module,exports){\\nvar isES5 = (function(){\\n    \\\"use strict\\\";\\n    return this === undefined;\\n})();\\n\\nif (isES5) {\\n    module.exports = {\\n        freeze: Object.freeze,\\n        defineProperty: Object.defineProperty,\\n        getDescriptor: Object.getOwnPropertyDescriptor,\\n        keys: Object.keys,\\n        names: Object.getOwnPropertyNames,\\n        getPrototypeOf: Object.getPrototypeOf,\\n        isArray: Array.isArray,\\n        isES5: isES5,\\n        propertyIsWritable: function(obj, prop) {\\n            var descriptor = Object.getOwnPropertyDescriptor(obj, prop);\\n            return !!(!descriptor || descriptor.writable || descriptor.set);\\n        }\\n    };\\n} else {\\n    var has = {}.hasOwnProperty;\\n    var str = {}.toString;\\n    var proto = {}.constructor.prototype;\\n\\n    var ObjectKeys = function (o) {\\n        var ret = [];\\n        for (var key in o) {\\n            if (has.call(o, key)) {\\n                ret.push(key);\\n            }\\n        }\\n        return ret;\\n    };\\n\\n    var ObjectGetDescriptor = function(o, key) {\\n        return {value: o[key]};\\n    };\\n\\n    var ObjectDefineProperty = function (o, key, desc) {\\n        o[key] = desc.value;\\n        return o;\\n    };\\n\\n    var ObjectFreeze = function (obj) {\\n        return obj;\\n    };\\n\\n    var ObjectGetPrototypeOf = function (obj) {\\n        try {\\n            return Object(obj).constructor.prototype;\\n        }\\n        catch (e) {\\n            return proto;\\n        }\\n    };\\n\\n    var ArrayIsArray = function (obj) {\\n        try {\\n            return str.call(obj) === \\\"[object Array]\\\";\\n        }\\n        catch(e) {\\n            return false;\\n        }\\n    };\\n\\n    module.exports = {\\n        isArray: ArrayIsArray,\\n        keys: ObjectKeys,\\n        names: ObjectKeys,\\n        defineProperty: ObjectDefineProperty,\\n        getDescriptor: ObjectGetDescriptor,\\n        freeze: ObjectFreeze,\\n        getPrototypeOf: ObjectGetPrototypeOf,\\n        isES5: isES5,\\n        propertyIsWritable: function() {\\n            return true;\\n        }\\n    };\\n}\\n\\n},{}],14:[function(_dereq_,module,exports){\\n\\\"use strict\\\";\\nmodule.exports = function(Promise, INTERNAL) {\\nvar PromiseMap = Promise.map;\\n\\nPromise.prototype.filter = function (fn, options) {\\n    return PromiseMap(this, fn, options, INTERNAL);\\n};\\n\\nPromise.filter = function (promises, fn, options) {\\n    return PromiseMap(promises, fn, options, INTERNAL);\\n};\\n};\\n\\n},{}],15:[function(_dereq_,module,exports){\\n\\\"use strict\\\";\\nmodule.exports = function(Promise, tryConvertToPromise, NEXT_FILTER) {\\nvar util = _dereq_(\\\"./util\\\");\\nvar CancellationError = Promise.CancellationError;\\nvar errorObj = util.errorObj;\\nvar catchFilter = _dereq_(\\\"./catch_filter\\\")(NEXT_FILTER);\\n\\nfunction PassThroughHandlerContext(promise, type, handler) {\\n    this.promise = promise;\\n    this.type = type;\\n    this.handler = handler;\\n    this.called = false;\\n    this.cancelPromise = null;\\n}\\n\\nPassThroughHandlerContext.prototype.isFinallyHandler = function() {\\n    return this.type === 0;\\n};\\n\\nfunction FinallyHandlerCancelReaction(finallyHandler) {\\n    this.finallyHandler = finallyHandler;\\n}\\n\\nFinallyHandlerCancelReaction.prototype._resultCancelled = function() {\\n    checkCancel(this.finallyHandler);\\n};\\n\\nfunction checkCancel(ctx, reason) {\\n    if (ctx.cancelPromise != null) {\\n        if (arguments.length > 1) {\\n            ctx.cancelPromise._reject(reason);\\n        } else {\\n            ctx.cancelPromise._cancel();\\n        }\\n        ctx.cancelPromise = null;\\n        return true;\\n    }\\n    return false;\\n}\\n\\nfunction succeed() {\\n    return finallyHandler.call(this, this.promise._target()._settledValue());\\n}\\nfunction fail(reason) {\\n    if (checkCancel(this, reason)) return;\\n    errorObj.e = reason;\\n    return errorObj;\\n}\\nfunction finallyHandler(reasonOrValue) {\\n    var promise = this.promise;\\n    var handler = this.handler;\\n\\n    if (!this.called) {\\n        this.called = true;\\n        var ret = this.isFinallyHandler()\\n            ? handler.call(promise._boundValue())\\n            : handler.call(promise._boundValue(), reasonOrValue);\\n        if (ret === NEXT_FILTER) {\\n            return ret;\\n        } else if (ret !== undefined) {\\n            promise._setReturnedNonUndefined();\\n            var maybePromise = tryConvertToPromise(ret, promise);\\n            if (maybePromise instanceof Promise) {\\n                if (this.cancelPromise != null) {\\n                    if (maybePromise._isCancelled()) {\\n                        var reason =\\n                            new CancellationError(\\\"late cancellation observer\\\");\\n                        promise._attachExtraTrace(reason);\\n                        errorObj.e = reason;\\n                        return errorObj;\\n                    } else if (maybePromise.isPending()) {\\n                        maybePromise._attachCancellationCallback(\\n                            new FinallyHandlerCancelReaction(this));\\n                    }\\n                }\\n                return maybePromise._then(\\n                    succeed, fail, undefined, this, undefined);\\n            }\\n        }\\n    }\\n\\n    if (promise.isRejected()) {\\n        checkCancel(this);\\n        errorObj.e = reasonOrValue;\\n        return errorObj;\\n    } else {\\n        checkCancel(this);\\n        return reasonOrValue;\\n    }\\n}\\n\\nPromise.prototype._passThrough = function(handler, type, success, fail) {\\n    if (typeof handler !== \\\"function\\\") return this.then();\\n    return this._then(success,\\n                      fail,\\n                      undefined,\\n                      new PassThroughHandlerContext(this, type, handler),\\n                      undefined);\\n};\\n\\nPromise.prototype.lastly =\\nPromise.prototype[\\\"finally\\\"] = function (handler) {\\n    return this._passThrough(handler,\\n                             0,\\n                             finallyHandler,\\n                             finallyHandler);\\n};\\n\\n\\nPromise.prototype.tap = function (handler) {\\n    return this._passThrough(handler, 1, finallyHandler);\\n};\\n\\nPromise.prototype.tapCatch = function (handlerOrPredicate) {\\n    var len = arguments.length;\\n    if(len === 1) {\\n        return this._passThrough(handlerOrPredicate,\\n                                 1,\\n                                 undefined,\\n                                 finallyHandler);\\n    } else {\\n         var catchInstances = new Array(len - 1),\\n            j = 0, i;\\n        for (i = 0; i < len - 1; ++i) {\\n            var item = arguments[i];\\n            if (util.isObject(item)) {\\n                catchInstances[j++] = item;\\n            } else {\\n                return Promise.reject(new TypeError(\\n                    \\\"tapCatch statement predicate: \\\"\\n                    + \\\"expecting an object but got \\\" + util.classString(item)\\n                ));\\n            }\\n        }\\n        catchInstances.length = j;\\n        var handler = arguments[i];\\n        return this._passThrough(catchFilter(catchInstances, handler, this),\\n                                 1,\\n                                 undefined,\\n                                 finallyHandler);\\n    }\\n\\n};\\n\\nreturn PassThroughHandlerContext;\\n};\\n\\n},{\\\"./catch_filter\\\":7,\\\"./util\\\":36}],16:[function(_dereq_,module,exports){\\n\\\"use strict\\\";\\nmodule.exports = function(Promise,\\n                          apiRejection,\\n                          INTERNAL,\\n                          tryConvertToPromise,\\n                          Proxyable,\\n                          debug) {\\nvar errors = _dereq_(\\\"./errors\\\");\\nvar TypeError = errors.TypeError;\\nvar util = _dereq_(\\\"./util\\\");\\nvar errorObj = util.errorObj;\\nvar tryCatch = util.tryCatch;\\nvar yieldHandlers = [];\\n\\nfunction promiseFromYieldHandler(value, yieldHandlers, traceParent) {\\n    for (var i = 0; i < yieldHandlers.length; ++i) {\\n        traceParent._pushContext();\\n        var result = tryCatch(yieldHandlers[i])(value);\\n        traceParent._popContext();\\n        if (result === errorObj) {\\n            traceParent._pushContext();\\n            var ret = Promise.reject(errorObj.e);\\n            traceParent._popContext();\\n            return ret;\\n        }\\n        var maybePromise = tryConvertToPromise(result, traceParent);\\n        if (maybePromise instanceof Promise) return maybePromise;\\n    }\\n    return null;\\n}\\n\\nfunction PromiseSpawn(generatorFunction, receiver, yieldHandler, stack) {\\n    if (debug.cancellation()) {\\n        var internal = new Promise(INTERNAL);\\n        var _finallyPromise = this._finallyPromise = new Promise(INTERNAL);\\n        this._promise = internal.lastly(function() {\\n            return _finallyPromise;\\n        });\\n        internal._captureStackTrace();\\n        internal._setOnCancel(this);\\n    } else {\\n        var promise = this._promise = new Promise(INTERNAL);\\n        promise._captureStackTrace();\\n    }\\n    this._stack = stack;\\n    this._generatorFunction = generatorFunction;\\n    this._receiver = receiver;\\n    this._generator = undefined;\\n    this._yieldHandlers = typeof yieldHandler === \\\"function\\\"\\n        ? [yieldHandler].concat(yieldHandlers)\\n        : yieldHandlers;\\n    this._yieldedPromise = null;\\n    this._cancellationPhase = false;\\n}\\nutil.inherits(PromiseSpawn, Proxyable);\\n\\nPromiseSpawn.prototype._isResolved = function() {\\n    return this._promise === null;\\n};\\n\\nPromiseSpawn.prototype._cleanup = function() {\\n    this._promise = this._generator = null;\\n    if (debug.cancellation() && this._finallyPromise !== null) {\\n        this._finallyPromise._fulfill();\\n        this._finallyPromise = null;\\n    }\\n};\\n\\nPromiseSpawn.prototype._promiseCancelled = function() {\\n    if (this._isResolved()) return;\\n    var implementsReturn = typeof this._generator[\\\"return\\\"] !== \\\"undefined\\\";\\n\\n    var result;\\n    if (!implementsReturn) {\\n        var reason = new Promise.CancellationError(\\n            \\\"generator .return() sentinel\\\");\\n        Promise.coroutine.returnSentinel = reason;\\n        this._promise._attachExtraTrace(reason);\\n        this._promise._pushContext();\\n        result = tryCatch(this._generator[\\\"throw\\\"]).call(this._generator,\\n                                                         reason);\\n        this._promise._popContext();\\n    } else {\\n        this._promise._pushContext();\\n        result = tryCatch(this._generator[\\\"return\\\"]).call(this._generator,\\n                                                          undefined);\\n        this._promise._popContext();\\n    }\\n    this._cancellationPhase = true;\\n    this._yieldedPromise = null;\\n    this._continue(result);\\n};\\n\\nPromiseSpawn.prototype._promiseFulfilled = function(value) {\\n    this._yieldedPromise = null;\\n    this._promise._pushContext();\\n    var result = tryCatch(this._generator.next).call(this._generator, value);\\n    this._promise._popContext();\\n    this._continue(result);\\n};\\n\\nPromiseSpawn.prototype._promiseRejected = function(reason) {\\n    this._yieldedPromise = null;\\n    this._promise._attachExtraTrace(reason);\\n    this._promise._pushContext();\\n    var result = tryCatch(this._generator[\\\"throw\\\"])\\n        .call(this._generator, reason);\\n    this._promise._popContext();\\n    this._continue(result);\\n};\\n\\nPromiseSpawn.prototype._resultCancelled = function() {\\n    if (this._yieldedPromise instanceof Promise) {\\n        var promise = this._yieldedPromise;\\n        this._yieldedPromise = null;\\n        promise.cancel();\\n    }\\n};\\n\\nPromiseSpawn.prototype.promise = function () {\\n    return this._promise;\\n};\\n\\nPromiseSpawn.prototype._run = function () {\\n    this._generator = this._generatorFunction.call(this._receiver);\\n    this._receiver =\\n        this._generatorFunction = undefined;\\n    this._promiseFulfilled(undefined);\\n};\\n\\nPromiseSpawn.prototype._continue = function (result) {\\n    var promise = this._promise;\\n    if (result === errorObj) {\\n        this._cleanup();\\n        if (this._cancellationPhase) {\\n            return promise.cancel();\\n        } else {\\n            return promise._rejectCallback(result.e, false);\\n        }\\n    }\\n\\n    var value = result.value;\\n    if (result.done === true) {\\n        this._cleanup();\\n        if (this._cancellationPhase) {\\n            return promise.cancel();\\n        } else {\\n            return promise._resolveCallback(value);\\n        }\\n    } else {\\n        var maybePromise = tryConvertToPromise(value, this._promise);\\n        if (!(maybePromise instanceof Promise)) {\\n            maybePromise =\\n                promiseFromYieldHandler(maybePromise,\\n                                        this._yieldHandlers,\\n                                        this._promise);\\n            if (maybePromise === null) {\\n                this._promiseRejected(\\n                    new TypeError(\\n                        \\\"A value %s was yielded that could not be treated as a promise\\\\u000a\\\\u000a    See http://goo.gl/MqrFmX\\\\u000a\\\\u000a\\\".replace(\\\"%s\\\", String(value)) +\\n                        \\\"From coroutine:\\\\u000a\\\" +\\n                        this._stack.split(\\\"\\\\n\\\").slice(1, -7).join(\\\"\\\\n\\\")\\n                    )\\n                );\\n                return;\\n            }\\n        }\\n        maybePromise = maybePromise._target();\\n        var bitField = maybePromise._bitField;\\n        ;\\n        if (((bitField & 50397184) === 0)) {\\n            this._yieldedPromise = maybePromise;\\n            maybePromise._proxy(this, null);\\n        } else if (((bitField & 33554432) !== 0)) {\\n            Promise._async.invoke(\\n                this._promiseFulfilled, this, maybePromise._value()\\n            );\\n        } else if (((bitField & 16777216) !== 0)) {\\n            Promise._async.invoke(\\n                this._promiseRejected, this, maybePromise._reason()\\n            );\\n        } else {\\n            this._promiseCancelled();\\n        }\\n    }\\n};\\n\\nPromise.coroutine = function (generatorFunction, options) {\\n    if (typeof generatorFunction !== \\\"function\\\") {\\n        throw new TypeError(\\\"generatorFunction must be a function\\\\u000a\\\\u000a    See http://goo.gl/MqrFmX\\\\u000a\\\");\\n    }\\n    var yieldHandler = Object(options).yieldHandler;\\n    var PromiseSpawn$ = PromiseSpawn;\\n    var stack = new Error().stack;\\n    return function () {\\n        var generator = generatorFunction.apply(this, arguments);\\n        var spawn = new PromiseSpawn$(undefined, undefined, yieldHandler,\\n                                      stack);\\n        var ret = spawn.promise();\\n        spawn._generator = generator;\\n        spawn._promiseFulfilled(undefined);\\n        return ret;\\n    };\\n};\\n\\nPromise.coroutine.addYieldHandler = function(fn) {\\n    if (typeof fn !== \\\"function\\\") {\\n        throw new TypeError(\\\"expecting a function but got \\\" + util.classString(fn));\\n    }\\n    yieldHandlers.push(fn);\\n};\\n\\nPromise.spawn = function (generatorFunction) {\\n    debug.deprecated(\\\"Promise.spawn()\\\", \\\"Promise.coroutine()\\\");\\n    if (typeof generatorFunction !== \\\"function\\\") {\\n        return apiRejection(\\\"generatorFunction must be a function\\\\u000a\\\\u000a    See http://goo.gl/MqrFmX\\\\u000a\\\");\\n    }\\n    var spawn = new PromiseSpawn(generatorFunction, this);\\n    var ret = spawn.promise();\\n    spawn._run(Promise.spawn);\\n    return ret;\\n};\\n};\\n\\n},{\\\"./errors\\\":12,\\\"./util\\\":36}],17:[function(_dereq_,module,exports){\\n\\\"use strict\\\";\\nmodule.exports =\\nfunction(Promise, PromiseArray, tryConvertToPromise, INTERNAL, async,\\n         getDomain) {\\nvar util = _dereq_(\\\"./util\\\");\\nvar canEvaluate = util.canEvaluate;\\nvar tryCatch = util.tryCatch;\\nvar errorObj = util.errorObj;\\nvar reject;\\n\\nif (!true) {\\nif (canEvaluate) {\\n    var thenCallback = function(i) {\\n        return new Function(\\\"value\\\", \\\"holder\\\", \\\"                             \\\\n\\\\\\n            'use strict';                                                    \\\\n\\\\\\n            holder.pIndex = value;                                           \\\\n\\\\\\n            holder.checkFulfillment(this);                                   \\\\n\\\\\\n            \\\".replace(/Index/g, i));\\n    };\\n\\n    var promiseSetter = function(i) {\\n        return new Function(\\\"promise\\\", \\\"holder\\\", \\\"                           \\\\n\\\\\\n            'use strict';                                                    \\\\n\\\\\\n            holder.pIndex = promise;                                         \\\\n\\\\\\n            \\\".replace(/Index/g, i));\\n    };\\n\\n    var generateHolderClass = function(total) {\\n        var props = new Array(total);\\n        for (var i = 0; i < props.length; ++i) {\\n            props[i] = \\\"this.p\\\" + (i+1);\\n        }\\n        var assignment = props.join(\\\" = \\\") + \\\" = null;\\\";\\n        var cancellationCode= \\\"var promise;\\\\n\\\" + props.map(function(prop) {\\n            return \\\"                                                         \\\\n\\\\\\n                promise = \\\" + prop + \\\";                                      \\\\n\\\\\\n                if (promise instanceof Promise) {                            \\\\n\\\\\\n                    promise.cancel();                                        \\\\n\\\\\\n                }                                                            \\\\n\\\\\\n            \\\";\\n        }).join(\\\"\\\\n\\\");\\n        var passedArguments = props.join(\\\", \\\");\\n        var name = \\\"Holder$\\\" + total;\\n\\n\\n        var code = \\\"return function(tryCatch, errorObj, Promise, async) {    \\\\n\\\\\\n            'use strict';                                                    \\\\n\\\\\\n            function [TheName](fn) {                                         \\\\n\\\\\\n                [TheProperties]                                              \\\\n\\\\\\n                this.fn = fn;                                                \\\\n\\\\\\n                this.asyncNeeded = true;                                     \\\\n\\\\\\n                this.now = 0;                                                \\\\n\\\\\\n            }                                                                \\\\n\\\\\\n                                                                             \\\\n\\\\\\n            [TheName].prototype._callFunction = function(promise) {          \\\\n\\\\\\n                promise._pushContext();                                      \\\\n\\\\\\n                var ret = tryCatch(this.fn)([ThePassedArguments]);           \\\\n\\\\\\n                promise._popContext();                                       \\\\n\\\\\\n                if (ret === errorObj) {                                      \\\\n\\\\\\n                    promise._rejectCallback(ret.e, false);                   \\\\n\\\\\\n                } else {                                                     \\\\n\\\\\\n                    promise._resolveCallback(ret);                           \\\\n\\\\\\n                }                                                            \\\\n\\\\\\n            };                                                               \\\\n\\\\\\n                                                                             \\\\n\\\\\\n            [TheName].prototype.checkFulfillment = function(promise) {       \\\\n\\\\\\n                var now = ++this.now;                                        \\\\n\\\\\\n                if (now === [TheTotal]) {                                    \\\\n\\\\\\n                    if (this.asyncNeeded) {                                  \\\\n\\\\\\n                        async.invoke(this._callFunction, this, promise);     \\\\n\\\\\\n                    } else {                                                 \\\\n\\\\\\n                        this._callFunction(promise);                         \\\\n\\\\\\n                    }                                                        \\\\n\\\\\\n                                                                             \\\\n\\\\\\n                }                                                            \\\\n\\\\\\n            };                                                               \\\\n\\\\\\n                                                                             \\\\n\\\\\\n            [TheName].prototype._resultCancelled = function() {              \\\\n\\\\\\n                [CancellationCode]                                           \\\\n\\\\\\n            };                                                               \\\\n\\\\\\n                                                                             \\\\n\\\\\\n            return [TheName];                                                \\\\n\\\\\\n        }(tryCatch, errorObj, Promise, async);                               \\\\n\\\\\\n        \\\";\\n\\n        code = code.replace(/\\\\[TheName\\\\]/g, name)\\n            .replace(/\\\\[TheTotal\\\\]/g, total)\\n            .replace(/\\\\[ThePassedArguments\\\\]/g, passedArguments)\\n            .replace(/\\\\[TheProperties\\\\]/g, assignment)\\n            .replace(/\\\\[CancellationCode\\\\]/g, cancellationCode);\\n\\n        return new Function(\\\"tryCatch\\\", \\\"errorObj\\\", \\\"Promise\\\", \\\"async\\\", code)\\n                           (tryCatch, errorObj, Promise, async);\\n    };\\n\\n    var holderClasses = [];\\n    var thenCallbacks = [];\\n    var promiseSetters = [];\\n\\n    for (var i = 0; i < 8; ++i) {\\n        holderClasses.push(generateHolderClass(i + 1));\\n        thenCallbacks.push(thenCallback(i + 1));\\n        promiseSetters.push(promiseSetter(i + 1));\\n    }\\n\\n    reject = function (reason) {\\n        this._reject(reason);\\n    };\\n}}\\n\\nPromise.join = function () {\\n    var last = arguments.length - 1;\\n    var fn;\\n    if (last > 0 && typeof arguments[last] === \\\"function\\\") {\\n        fn = arguments[last];\\n        if (!true) {\\n            if (last <= 8 && canEvaluate) {\\n                var ret = new Promise(INTERNAL);\\n                ret._captureStackTrace();\\n                var HolderClass = holderClasses[last - 1];\\n                var holder = new HolderClass(fn);\\n                var callbacks = thenCallbacks;\\n\\n                for (var i = 0; i < last; ++i) {\\n                    var maybePromise = tryConvertToPromise(arguments[i], ret);\\n                    if (maybePromise instanceof Promise) {\\n                        maybePromise = maybePromise._target();\\n                        var bitField = maybePromise._bitField;\\n                        ;\\n                        if (((bitField & 50397184) === 0)) {\\n                            maybePromise._then(callbacks[i], reject,\\n                                               undefined, ret, holder);\\n                            promiseSetters[i](maybePromise, holder);\\n                            holder.asyncNeeded = false;\\n                        } else if (((bitField & 33554432) !== 0)) {\\n                            callbacks[i].call(ret,\\n                                              maybePromise._value(), holder);\\n                        } else if (((bitField & 16777216) !== 0)) {\\n                            ret._reject(maybePromise._reason());\\n                        } else {\\n                            ret._cancel();\\n                        }\\n                    } else {\\n                        callbacks[i].call(ret, maybePromise, holder);\\n                    }\\n                }\\n\\n                if (!ret._isFateSealed()) {\\n                    if (holder.asyncNeeded) {\\n                        var domain = getDomain();\\n                        if (domain !== null) {\\n                            holder.fn = util.domainBind(domain, holder.fn);\\n                        }\\n                    }\\n                    ret._setAsyncGuaranteed();\\n                    ret._setOnCancel(holder);\\n                }\\n                return ret;\\n            }\\n        }\\n    }\\n    var args = [].slice.call(arguments);;\\n    if (fn) args.pop();\\n    var ret = new PromiseArray(args).promise();\\n    return fn !== undefined ? ret.spread(fn) : ret;\\n};\\n\\n};\\n\\n},{\\\"./util\\\":36}],18:[function(_dereq_,module,exports){\\n\\\"use strict\\\";\\nmodule.exports = function(Promise,\\n                          PromiseArray,\\n                          apiRejection,\\n                          tryConvertToPromise,\\n                          INTERNAL,\\n                          debug) {\\nvar getDomain = Promise._getDomain;\\nvar util = _dereq_(\\\"./util\\\");\\nvar tryCatch = util.tryCatch;\\nvar errorObj = util.errorObj;\\nvar async = Promise._async;\\n\\nfunction MappingPromiseArray(promises, fn, limit, _filter) {\\n    this.constructor$(promises);\\n    this._promise._captureStackTrace();\\n    var domain = getDomain();\\n    this._callback = domain === null ? fn : util.domainBind(domain, fn);\\n    this._preservedValues = _filter === INTERNAL\\n        ? new Array(this.length())\\n        : null;\\n    this._limit = limit;\\n    this._inFlight = 0;\\n    this._queue = [];\\n    async.invoke(this._asyncInit, this, undefined);\\n}\\nutil.inherits(MappingPromiseArray, PromiseArray);\\n\\nMappingPromiseArray.prototype._asyncInit = function() {\\n    this._init$(undefined, -2);\\n};\\n\\nMappingPromiseArray.prototype._init = function () {};\\n\\nMappingPromiseArray.prototype._promiseFulfilled = function (value, index) {\\n    var values = this._values;\\n    var length = this.length();\\n    var preservedValues = this._preservedValues;\\n    var limit = this._limit;\\n\\n    if (index < 0) {\\n        index = (index * -1) - 1;\\n        values[index] = value;\\n        if (limit >= 1) {\\n            this._inFlight--;\\n            this._drainQueue();\\n            if (this._isResolved()) return true;\\n        }\\n    } else {\\n        if (limit >= 1 && this._inFlight >= limit) {\\n            values[index] = value;\\n            this._queue.push(index);\\n            return false;\\n        }\\n        if (preservedValues !== null) preservedValues[index] = value;\\n\\n        var promise = this._promise;\\n        var callback = this._callback;\\n        var receiver = promise._boundValue();\\n        promise._pushContext();\\n        var ret = tryCatch(callback).call(receiver, value, index, length);\\n        var promiseCreated = promise._popContext();\\n        debug.checkForgottenReturns(\\n            ret,\\n            promiseCreated,\\n            preservedValues !== null ? \\\"Promise.filter\\\" : \\\"Promise.map\\\",\\n            promise\\n        );\\n        if (ret === errorObj) {\\n            this._reject(ret.e);\\n            return true;\\n        }\\n\\n        var maybePromise = tryConvertToPromise(ret, this._promise);\\n        if (maybePromise instanceof Promise) {\\n            maybePromise = maybePromise._target();\\n            var bitField = maybePromise._bitField;\\n            ;\\n            if (((bitField & 50397184) === 0)) {\\n                if (limit >= 1) this._inFlight++;\\n                values[index] = maybePromise;\\n                maybePromise._proxy(this, (index + 1) * -1);\\n                return false;\\n            } else if (((bitField & 33554432) !== 0)) {\\n                ret = maybePromise._value();\\n            } else if (((bitField & 16777216) !== 0)) {\\n                this._reject(maybePromise._reason());\\n                return true;\\n            } else {\\n                this._cancel();\\n                return true;\\n            }\\n        }\\n        values[index] = ret;\\n    }\\n    var totalResolved = ++this._totalResolved;\\n    if (totalResolved >= length) {\\n        if (preservedValues !== null) {\\n            this._filter(values, preservedValues);\\n        } else {\\n            this._resolve(values);\\n        }\\n        return true;\\n    }\\n    return false;\\n};\\n\\nMappingPromiseArray.prototype._drainQueue = function () {\\n    var queue = this._queue;\\n    var limit = this._limit;\\n    var values = this._values;\\n    while (queue.length > 0 && this._inFlight < limit) {\\n        if (this._isResolved()) return;\\n        var index = queue.pop();\\n        this._promiseFulfilled(values[index], index);\\n    }\\n};\\n\\nMappingPromiseArray.prototype._filter = function (booleans, values) {\\n    var len = values.length;\\n    var ret = new Array(len);\\n    var j = 0;\\n    for (var i = 0; i < len; ++i) {\\n        if (booleans[i]) ret[j++] = values[i];\\n    }\\n    ret.length = j;\\n    this._resolve(ret);\\n};\\n\\nMappingPromiseArray.prototype.preservedValues = function () {\\n    return this._preservedValues;\\n};\\n\\nfunction map(promises, fn, options, _filter) {\\n    if (typeof fn !== \\\"function\\\") {\\n        return apiRejection(\\\"expecting a function but got \\\" + util.classString(fn));\\n    }\\n\\n    var limit = 0;\\n    if (options !== undefined) {\\n        if (typeof options === \\\"object\\\" && options !== null) {\\n            if (typeof options.concurrency !== \\\"number\\\") {\\n                return Promise.reject(\\n                    new TypeError(\\\"'concurrency' must be a number but it is \\\" +\\n                                    util.classString(options.concurrency)));\\n            }\\n            limit = options.concurrency;\\n        } else {\\n            return Promise.reject(new TypeError(\\n                            \\\"options argument must be an object but it is \\\" +\\n                             util.classString(options)));\\n        }\\n    }\\n    limit = typeof limit === \\\"number\\\" &&\\n        isFinite(limit) && limit >= 1 ? limit : 0;\\n    return new MappingPromiseArray(promises, fn, limit, _filter).promise();\\n}\\n\\nPromise.prototype.map = function (fn, options) {\\n    return map(this, fn, options, null);\\n};\\n\\nPromise.map = function (promises, fn, options, _filter) {\\n    return map(promises, fn, options, _filter);\\n};\\n\\n\\n};\\n\\n},{\\\"./util\\\":36}],19:[function(_dereq_,module,exports){\\n\\\"use strict\\\";\\nmodule.exports =\\nfunction(Promise, INTERNAL, tryConvertToPromise, apiRejection, debug) {\\nvar util = _dereq_(\\\"./util\\\");\\nvar tryCatch = util.tryCatch;\\n\\nPromise.method = function (fn) {\\n    if (typeof fn !== \\\"function\\\") {\\n        throw new Promise.TypeError(\\\"expecting a function but got \\\" + util.classString(fn));\\n    }\\n    return function () {\\n        var ret = new Promise(INTERNAL);\\n        ret._captureStackTrace();\\n        ret._pushContext();\\n        var value = tryCatch(fn).apply(this, arguments);\\n        var promiseCreated = ret._popContext();\\n        debug.checkForgottenReturns(\\n            value, promiseCreated, \\\"Promise.method\\\", ret);\\n        ret._resolveFromSyncValue(value);\\n        return ret;\\n    };\\n};\\n\\nPromise.attempt = Promise[\\\"try\\\"] = function (fn) {\\n    if (typeof fn !== \\\"function\\\") {\\n        return apiRejection(\\\"expecting a function but got \\\" + util.classString(fn));\\n    }\\n    var ret = new Promise(INTERNAL);\\n    ret._captureStackTrace();\\n    ret._pushContext();\\n    var value;\\n    if (arguments.length > 1) {\\n        debug.deprecated(\\\"calling Promise.try with more than 1 argument\\\");\\n        var arg = arguments[1];\\n        var ctx = arguments[2];\\n        value = util.isArray(arg) ? tryCatch(fn).apply(ctx, arg)\\n                                  : tryCatch(fn).call(ctx, arg);\\n    } else {\\n        value = tryCatch(fn)();\\n    }\\n    var promiseCreated = ret._popContext();\\n    debug.checkForgottenReturns(\\n        value, promiseCreated, \\\"Promise.try\\\", ret);\\n    ret._resolveFromSyncValue(value);\\n    return ret;\\n};\\n\\nPromise.prototype._resolveFromSyncValue = function (value) {\\n    if (value === util.errorObj) {\\n        this._rejectCallback(value.e, false);\\n    } else {\\n        this._resolveCallback(value, true);\\n    }\\n};\\n};\\n\\n},{\\\"./util\\\":36}],20:[function(_dereq_,module,exports){\\n\\\"use strict\\\";\\nvar util = _dereq_(\\\"./util\\\");\\nvar maybeWrapAsError = util.maybeWrapAsError;\\nvar errors = _dereq_(\\\"./errors\\\");\\nvar OperationalError = errors.OperationalError;\\nvar es5 = _dereq_(\\\"./es5\\\");\\n\\nfunction isUntypedError(obj) {\\n    return obj instanceof Error &&\\n        es5.getPrototypeOf(obj) === Error.prototype;\\n}\\n\\nvar rErrorKey = /^(?:name|message|stack|cause)$/;\\nfunction wrapAsOperationalError(obj) {\\n    var ret;\\n    if (isUntypedError(obj)) {\\n        ret = new OperationalError(obj);\\n        ret.name = obj.name;\\n        ret.message = obj.message;\\n        ret.stack = obj.stack;\\n        var keys = es5.keys(obj);\\n        for (var i = 0; i < keys.length; ++i) {\\n            var key = keys[i];\\n            if (!rErrorKey.test(key)) {\\n                ret[key] = obj[key];\\n            }\\n        }\\n        return ret;\\n    }\\n    util.markAsOriginatingFromRejection(obj);\\n    return obj;\\n}\\n\\nfunction nodebackForPromise(promise, multiArgs) {\\n    return function(err, value) {\\n        if (promise === null) return;\\n        if (err) {\\n            var wrapped = wrapAsOperationalError(maybeWrapAsError(err));\\n            promise._attachExtraTrace(wrapped);\\n            promise._reject(wrapped);\\n        } else if (!multiArgs) {\\n            promise._fulfill(value);\\n        } else {\\n            var args = [].slice.call(arguments, 1);;\\n            promise._fulfill(args);\\n        }\\n        promise = null;\\n    };\\n}\\n\\nmodule.exports = nodebackForPromise;\\n\\n},{\\\"./errors\\\":12,\\\"./es5\\\":13,\\\"./util\\\":36}],21:[function(_dereq_,module,exports){\\n\\\"use strict\\\";\\nmodule.exports = function(Promise) {\\nvar util = _dereq_(\\\"./util\\\");\\nvar async = Promise._async;\\nvar tryCatch = util.tryCatch;\\nvar errorObj = util.errorObj;\\n\\nfunction spreadAdapter(val, nodeback) {\\n    var promise = this;\\n    if (!util.isArray(val)) return successAdapter.call(promise, val, nodeback);\\n    var ret =\\n        tryCatch(nodeback).apply(promise._boundValue(), [null].concat(val));\\n    if (ret === errorObj) {\\n        async.throwLater(ret.e);\\n    }\\n}\\n\\nfunction successAdapter(val, nodeback) {\\n    var promise = this;\\n    var receiver = promise._boundValue();\\n    var ret = val === undefined\\n        ? tryCatch(nodeback).call(receiver, null)\\n        : tryCatch(nodeback).call(receiver, null, val);\\n    if (ret === errorObj) {\\n        async.throwLater(ret.e);\\n    }\\n}\\nfunction errorAdapter(reason, nodeback) {\\n    var promise = this;\\n    if (!reason) {\\n        var newReason = new Error(reason + \\\"\\\");\\n        newReason.cause = reason;\\n        reason = newReason;\\n    }\\n    var ret = tryCatch(nodeback).call(promise._boundValue(), reason);\\n    if (ret === errorObj) {\\n        async.throwLater(ret.e);\\n    }\\n}\\n\\nPromise.prototype.asCallback = Promise.prototype.nodeify = function (nodeback,\\n                                                                     options) {\\n    if (typeof nodeback == \\\"function\\\") {\\n        var adapter = successAdapter;\\n        if (options !== undefined && Object(options).spread) {\\n            adapter = spreadAdapter;\\n        }\\n        this._then(\\n            adapter,\\n            errorAdapter,\\n            undefined,\\n            this,\\n            nodeback\\n        );\\n    }\\n    return this;\\n};\\n};\\n\\n},{\\\"./util\\\":36}],22:[function(_dereq_,module,exports){\\n\\\"use strict\\\";\\nmodule.exports = function() {\\nvar makeSelfResolutionError = function () {\\n    return new TypeError(\\\"circular promise resolution chain\\\\u000a\\\\u000a    See http://goo.gl/MqrFmX\\\\u000a\\\");\\n};\\nvar reflectHandler = function() {\\n    return new Promise.PromiseInspection(this._target());\\n};\\nvar apiRejection = function(msg) {\\n    return Promise.reject(new TypeError(msg));\\n};\\nfunction Proxyable() {}\\nvar UNDEFINED_BINDING = {};\\nvar util = _dereq_(\\\"./util\\\");\\n\\nvar getDomain;\\nif (util.isNode) {\\n    getDomain = function() {\\n        var ret = process.domain;\\n        if (ret === undefined) ret = null;\\n        return ret;\\n    };\\n} else {\\n    getDomain = function() {\\n        return null;\\n    };\\n}\\nutil.notEnumerableProp(Promise, \\\"_getDomain\\\", getDomain);\\n\\nvar es5 = _dereq_(\\\"./es5\\\");\\nvar Async = _dereq_(\\\"./async\\\");\\nvar async = new Async();\\nes5.defineProperty(Promise, \\\"_async\\\", {value: async});\\nvar errors = _dereq_(\\\"./errors\\\");\\nvar TypeError = Promise.TypeError = errors.TypeError;\\nPromise.RangeError = errors.RangeError;\\nvar CancellationError = Promise.CancellationError = errors.CancellationError;\\nPromise.TimeoutError = errors.TimeoutError;\\nPromise.OperationalError = errors.OperationalError;\\nPromise.RejectionError = errors.OperationalError;\\nPromise.AggregateError = errors.AggregateError;\\nvar INTERNAL = function(){};\\nvar APPLY = {};\\nvar NEXT_FILTER = {};\\nvar tryConvertToPromise = _dereq_(\\\"./thenables\\\")(Promise, INTERNAL);\\nvar PromiseArray =\\n    _dereq_(\\\"./promise_array\\\")(Promise, INTERNAL,\\n                               tryConvertToPromise, apiRejection, Proxyable);\\nvar Context = _dereq_(\\\"./context\\\")(Promise);\\n /*jshint unused:false*/\\nvar createContext = Context.create;\\nvar debug = _dereq_(\\\"./debuggability\\\")(Promise, Context);\\nvar CapturedTrace = debug.CapturedTrace;\\nvar PassThroughHandlerContext =\\n    _dereq_(\\\"./finally\\\")(Promise, tryConvertToPromise, NEXT_FILTER);\\nvar catchFilter = _dereq_(\\\"./catch_filter\\\")(NEXT_FILTER);\\nvar nodebackForPromise = _dereq_(\\\"./nodeback\\\");\\nvar errorObj = util.errorObj;\\nvar tryCatch = util.tryCatch;\\nfunction check(self, executor) {\\n    if (self == null || self.constructor !== Promise) {\\n        throw new TypeError(\\\"the promise constructor cannot be invoked directly\\\\u000a\\\\u000a    See http://goo.gl/MqrFmX\\\\u000a\\\");\\n    }\\n    if (typeof executor !== \\\"function\\\") {\\n        throw new TypeError(\\\"expecting a function but got \\\" + util.classString(executor));\\n    }\\n\\n}\\n\\nfunction Promise(executor) {\\n    if (executor !== INTERNAL) {\\n        check(this, executor);\\n    }\\n    this._bitField = 0;\\n    this._fulfillmentHandler0 = undefined;\\n    this._rejectionHandler0 = undefined;\\n    this._promise0 = undefined;\\n    this._receiver0 = undefined;\\n    this._resolveFromExecutor(executor);\\n    this._promiseCreated();\\n    this._fireEvent(\\\"promiseCreated\\\", this);\\n}\\n\\nPromise.prototype.toString = function () {\\n    return \\\"[object Promise]\\\";\\n};\\n\\nPromise.prototype.caught = Promise.prototype[\\\"catch\\\"] = function (fn) {\\n    var len = arguments.length;\\n    if (len > 1) {\\n        var catchInstances = new Array(len - 1),\\n            j = 0, i;\\n        for (i = 0; i < len - 1; ++i) {\\n            var item = arguments[i];\\n            if (util.isObject(item)) {\\n                catchInstances[j++] = item;\\n            } else {\\n                return apiRejection(\\\"Catch statement predicate: \\\" +\\n                    \\\"expecting an object but got \\\" + util.classString(item));\\n            }\\n        }\\n        catchInstances.length = j;\\n        fn = arguments[i];\\n        return this.then(undefined, catchFilter(catchInstances, fn, this));\\n    }\\n    return this.then(undefined, fn);\\n};\\n\\nPromise.prototype.reflect = function () {\\n    return this._then(reflectHandler,\\n        reflectHandler, undefined, this, undefined);\\n};\\n\\nPromise.prototype.then = function (didFulfill, didReject) {\\n    if (debug.warnings() && arguments.length > 0 &&\\n        typeof didFulfill !== \\\"function\\\" &&\\n        typeof didReject !== \\\"function\\\") {\\n        var msg = \\\".then() only accepts functions but was passed: \\\" +\\n                util.classString(didFulfill);\\n        if (arguments.length > 1) {\\n            msg += \\\", \\\" + util.classString(didReject);\\n        }\\n        this._warn(msg);\\n    }\\n    return this._then(didFulfill, didReject, undefined, undefined, undefined);\\n};\\n\\nPromise.prototype.done = function (didFulfill, didReject) {\\n    var promise =\\n        this._then(didFulfill, didReject, undefined, undefined, undefined);\\n    promise._setIsFinal();\\n};\\n\\nPromise.prototype.spread = function (fn) {\\n    if (typeof fn !== \\\"function\\\") {\\n        return apiRejection(\\\"expecting a function but got \\\" + util.classString(fn));\\n    }\\n    return this.all()._then(fn, undefined, undefined, APPLY, undefined);\\n};\\n\\nPromise.prototype.toJSON = function () {\\n    var ret = {\\n        isFulfilled: false,\\n        isRejected: false,\\n        fulfillmentValue: undefined,\\n        rejectionReason: undefined\\n    };\\n    if (this.isFulfilled()) {\\n        ret.fulfillmentValue = this.value();\\n        ret.isFulfilled = true;\\n    } else if (this.isRejected()) {\\n        ret.rejectionReason = this.reason();\\n        ret.isRejected = true;\\n    }\\n    return ret;\\n};\\n\\nPromise.prototype.all = function () {\\n    if (arguments.length > 0) {\\n        this._warn(\\\".all() was passed arguments but it does not take any\\\");\\n    }\\n    return new PromiseArray(this).promise();\\n};\\n\\nPromise.prototype.error = function (fn) {\\n    return this.caught(util.originatesFromRejection, fn);\\n};\\n\\nPromise.getNewLibraryCopy = module.exports;\\n\\nPromise.is = function (val) {\\n    return val instanceof Promise;\\n};\\n\\nPromise.fromNode = Promise.fromCallback = function(fn) {\\n    var ret = new Promise(INTERNAL);\\n    ret._captureStackTrace();\\n    var multiArgs = arguments.length > 1 ? !!Object(arguments[1]).multiArgs\\n                                         : false;\\n    var result = tryCatch(fn)(nodebackForPromise(ret, multiArgs));\\n    if (result === errorObj) {\\n        ret._rejectCallback(result.e, true);\\n    }\\n    if (!ret._isFateSealed()) ret._setAsyncGuaranteed();\\n    return ret;\\n};\\n\\nPromise.all = function (promises) {\\n    return new PromiseArray(promises).promise();\\n};\\n\\nPromise.cast = function (obj) {\\n    var ret = tryConvertToPromise(obj);\\n    if (!(ret instanceof Promise)) {\\n        ret = new Promise(INTERNAL);\\n        ret._captureStackTrace();\\n        ret._setFulfilled();\\n        ret._rejectionHandler0 = obj;\\n    }\\n    return ret;\\n};\\n\\nPromise.resolve = Promise.fulfilled = Promise.cast;\\n\\nPromise.reject = Promise.rejected = function (reason) {\\n    var ret = new Promise(INTERNAL);\\n    ret._captureStackTrace();\\n    ret._rejectCallback(reason, true);\\n    return ret;\\n};\\n\\nPromise.setScheduler = function(fn) {\\n    if (typeof fn !== \\\"function\\\") {\\n        throw new TypeError(\\\"expecting a function but got \\\" + util.classString(fn));\\n    }\\n    return async.setScheduler(fn);\\n};\\n\\nPromise.prototype._then = function (\\n    didFulfill,\\n    didReject,\\n    _,    receiver,\\n    internalData\\n) {\\n    var haveInternalData = internalData !== undefined;\\n    var promise = haveInternalData ? internalData : new Promise(INTERNAL);\\n    var target = this._target();\\n    var bitField = target._bitField;\\n\\n    if (!haveInternalData) {\\n        promise._propagateFrom(this, 3);\\n        promise._captureStackTrace();\\n        if (receiver === undefined &&\\n            ((this._bitField & 2097152) !== 0)) {\\n            if (!((bitField & 50397184) === 0)) {\\n                receiver = this._boundValue();\\n            } else {\\n                receiver = target === this ? undefined : this._boundTo;\\n            }\\n        }\\n        this._fireEvent(\\\"promiseChained\\\", this, promise);\\n    }\\n\\n    var domain = getDomain();\\n    if (!((bitField & 50397184) === 0)) {\\n        var handler, value, settler = target._settlePromiseCtx;\\n        if (((bitField & 33554432) !== 0)) {\\n            value = target._rejectionHandler0;\\n            handler = didFulfill;\\n        } else if (((bitField & 16777216) !== 0)) {\\n            value = target._fulfillmentHandler0;\\n            handler = didReject;\\n            target._unsetRejectionIsUnhandled();\\n        } else {\\n            settler = target._settlePromiseLateCancellationObserver;\\n            value = new CancellationError(\\\"late cancellation observer\\\");\\n            target._attachExtraTrace(value);\\n            handler = didReject;\\n        }\\n\\n        async.invoke(settler, target, {\\n            handler: domain === null ? handler\\n                : (typeof handler === \\\"function\\\" &&\\n                    util.domainBind(domain, handler)),\\n            promise: promise,\\n            receiver: receiver,\\n            value: value\\n        });\\n    } else {\\n        target._addCallbacks(didFulfill, didReject, promise, receiver, domain);\\n    }\\n\\n    return promise;\\n};\\n\\nPromise.prototype._length = function () {\\n    return this._bitField & 65535;\\n};\\n\\nPromise.prototype._isFateSealed = function () {\\n    return (this._bitField & 117506048) !== 0;\\n};\\n\\nPromise.prototype._isFollowing = function () {\\n    return (this._bitField & 67108864) === 67108864;\\n};\\n\\nPromise.prototype._setLength = function (len) {\\n    this._bitField = (this._bitField & -65536) |\\n        (len & 65535);\\n};\\n\\nPromise.prototype._setFulfilled = function () {\\n    this._bitField = this._bitField | 33554432;\\n    this._fireEvent(\\\"promiseFulfilled\\\", this);\\n};\\n\\nPromise.prototype._setRejected = function () {\\n    this._bitField = this._bitField | 16777216;\\n    this._fireEvent(\\\"promiseRejected\\\", this);\\n};\\n\\nPromise.prototype._setFollowing = function () {\\n    this._bitField = this._bitField | 67108864;\\n    this._fireEvent(\\\"promiseResolved\\\", this);\\n};\\n\\nPromise.prototype._setIsFinal = function () {\\n    this._bitField = this._bitField | 4194304;\\n};\\n\\nPromise.prototype._isFinal = function () {\\n    return (this._bitField & 4194304) > 0;\\n};\\n\\nPromise.prototype._unsetCancelled = function() {\\n    this._bitField = this._bitField & (~65536);\\n};\\n\\nPromise.prototype._setCancelled = function() {\\n    this._bitField = this._bitField | 65536;\\n    this._fireEvent(\\\"promiseCancelled\\\", this);\\n};\\n\\nPromise.prototype._setWillBeCancelled = function() {\\n    this._bitField = this._bitField | 8388608;\\n};\\n\\nPromise.prototype._setAsyncGuaranteed = function() {\\n    if (async.hasCustomScheduler()) return;\\n    this._bitField = this._bitField | 134217728;\\n};\\n\\nPromise.prototype._receiverAt = function (index) {\\n    var ret = index === 0 ? this._receiver0 : this[\\n            index * 4 - 4 + 3];\\n    if (ret === UNDEFINED_BINDING) {\\n        return undefined;\\n    } else if (ret === undefined && this._isBound()) {\\n        return this._boundValue();\\n    }\\n    return ret;\\n};\\n\\nPromise.prototype._promiseAt = function (index) {\\n    return this[\\n            index * 4 - 4 + 2];\\n};\\n\\nPromise.prototype._fulfillmentHandlerAt = function (index) {\\n    return this[\\n            index * 4 - 4 + 0];\\n};\\n\\nPromise.prototype._rejectionHandlerAt = function (index) {\\n    return this[\\n            index * 4 - 4 + 1];\\n};\\n\\nPromise.prototype._boundValue = function() {};\\n\\nPromise.prototype._migrateCallback0 = function (follower) {\\n    var bitField = follower._bitField;\\n    var fulfill = follower._fulfillmentHandler0;\\n    var reject = follower._rejectionHandler0;\\n    var promise = follower._promise0;\\n    var receiver = follower._receiverAt(0);\\n    if (receiver === undefined) receiver = UNDEFINED_BINDING;\\n    this._addCallbacks(fulfill, reject, promise, receiver, null);\\n};\\n\\nPromise.prototype._migrateCallbackAt = function (follower, index) {\\n    var fulfill = follower._fulfillmentHandlerAt(index);\\n    var reject = follower._rejectionHandlerAt(index);\\n    var promise = follower._promiseAt(index);\\n    var receiver = follower._receiverAt(index);\\n    if (receiver === undefined) receiver = UNDEFINED_BINDING;\\n    this._addCallbacks(fulfill, reject, promise, receiver, null);\\n};\\n\\nPromise.prototype._addCallbacks = function (\\n    fulfill,\\n    reject,\\n    promise,\\n    receiver,\\n    domain\\n) {\\n    var index = this._length();\\n\\n    if (index >= 65535 - 4) {\\n        index = 0;\\n        this._setLength(0);\\n    }\\n\\n    if (index === 0) {\\n        this._promise0 = promise;\\n        this._receiver0 = receiver;\\n        if (typeof fulfill === \\\"function\\\") {\\n            this._fulfillmentHandler0 =\\n                domain === null ? fulfill : util.domainBind(domain, fulfill);\\n        }\\n        if (typeof reject === \\\"function\\\") {\\n            this._rejectionHandler0 =\\n                domain === null ? reject : util.domainBind(domain, reject);\\n        }\\n    } else {\\n        var base = index * 4 - 4;\\n        this[base + 2] = promise;\\n        this[base + 3] = receiver;\\n        if (typeof fulfill === \\\"function\\\") {\\n            this[base + 0] =\\n                domain === null ? fulfill : util.domainBind(domain, fulfill);\\n        }\\n        if (typeof reject === \\\"function\\\") {\\n            this[base + 1] =\\n                domain === null ? reject : util.domainBind(domain, reject);\\n        }\\n    }\\n    this._setLength(index + 1);\\n    return index;\\n};\\n\\nPromise.prototype._proxy = function (proxyable, arg) {\\n    this._addCallbacks(undefined, undefined, arg, proxyable, null);\\n};\\n\\nPromise.prototype._resolveCallback = function(value, shouldBind) {\\n    if (((this._bitField & 117506048) !== 0)) return;\\n    if (value === this)\\n        return this._rejectCallback(makeSelfResolutionError(), false);\\n    var maybePromise = tryConvertToPromise(value, this);\\n    if (!(maybePromise instanceof Promise)) return this._fulfill(value);\\n\\n    if (shouldBind) this._propagateFrom(maybePromise, 2);\\n\\n    var promise = maybePromise._target();\\n\\n    if (promise === this) {\\n        this._reject(makeSelfResolutionError());\\n        return;\\n    }\\n\\n    var bitField = promise._bitField;\\n    if (((bitField & 50397184) === 0)) {\\n        var len = this._length();\\n        if (len > 0) promise._migrateCallback0(this);\\n        for (var i = 1; i < len; ++i) {\\n            promise._migrateCallbackAt(this, i);\\n        }\\n        this._setFollowing();\\n        this._setLength(0);\\n        this._setFollowee(promise);\\n    } else if (((bitField & 33554432) !== 0)) {\\n        this._fulfill(promise._value());\\n    } else if (((bitField & 16777216) !== 0)) {\\n        this._reject(promise._reason());\\n    } else {\\n        var reason = new CancellationError(\\\"late cancellation observer\\\");\\n        promise._attachExtraTrace(reason);\\n        this._reject(reason);\\n    }\\n};\\n\\nPromise.prototype._rejectCallback =\\nfunction(reason, synchronous, ignoreNonErrorWarnings) {\\n    var trace = util.ensureErrorObject(reason);\\n    var hasStack = trace === reason;\\n    if (!hasStack && !ignoreNonErrorWarnings && debug.warnings()) {\\n        var message = \\\"a promise was rejected with a non-error: \\\" +\\n            util.classString(reason);\\n        this._warn(message, true);\\n    }\\n    this._attachExtraTrace(trace, synchronous ? hasStack : false);\\n    this._reject(reason);\\n};\\n\\nPromise.prototype._resolveFromExecutor = function (executor) {\\n    if (executor === INTERNAL) return;\\n    var promise = this;\\n    this._captureStackTrace();\\n    this._pushContext();\\n    var synchronous = true;\\n    var r = this._execute(executor, function(value) {\\n        promise._resolveCallback(value);\\n    }, function (reason) {\\n        promise._rejectCallback(reason, synchronous);\\n    });\\n    synchronous = false;\\n    this._popContext();\\n\\n    if (r !== undefined) {\\n        promise._rejectCallback(r, true);\\n    }\\n};\\n\\nPromise.prototype._settlePromiseFromHandler = function (\\n    handler, receiver, value, promise\\n) {\\n    var bitField = promise._bitField;\\n    if (((bitField & 65536) !== 0)) return;\\n    promise._pushContext();\\n    var x;\\n    if (receiver === APPLY) {\\n        if (!value || typeof value.length !== \\\"number\\\") {\\n            x = errorObj;\\n            x.e = new TypeError(\\\"cannot .spread() a non-array: \\\" +\\n                                    util.classString(value));\\n        } else {\\n            x = tryCatch(handler).apply(this._boundValue(), value);\\n        }\\n    } else {\\n        x = tryCatch(handler).call(receiver, value);\\n    }\\n    var promiseCreated = promise._popContext();\\n    bitField = promise._bitField;\\n    if (((bitField & 65536) !== 0)) return;\\n\\n    if (x === NEXT_FILTER) {\\n        promise._reject(value);\\n    } else if (x === errorObj) {\\n        promise._rejectCallback(x.e, false);\\n    } else {\\n        debug.checkForgottenReturns(x, promiseCreated, \\\"\\\",  promise, this);\\n        promise._resolveCallback(x);\\n    }\\n};\\n\\nPromise.prototype._target = function() {\\n    var ret = this;\\n    while (ret._isFollowing()) ret = ret._followee();\\n    return ret;\\n};\\n\\nPromise.prototype._followee = function() {\\n    return this._rejectionHandler0;\\n};\\n\\nPromise.prototype._setFollowee = function(promise) {\\n    this._rejectionHandler0 = promise;\\n};\\n\\nPromise.prototype._settlePromise = function(promise, handler, receiver, value) {\\n    var isPromise = promise instanceof Promise;\\n    var bitField = this._bitField;\\n    var asyncGuaranteed = ((bitField & 134217728) !== 0);\\n    if (((bitField & 65536) !== 0)) {\\n        if (isPromise) promise._invokeInternalOnCancel();\\n\\n        if (receiver instanceof PassThroughHandlerContext &&\\n            receiver.isFinallyHandler()) {\\n            receiver.cancelPromise = promise;\\n            if (tryCatch(handler).call(receiver, value) === errorObj) {\\n                promise._reject(errorObj.e);\\n            }\\n        } else if (handler === reflectHandler) {\\n            promise._fulfill(reflectHandler.call(receiver));\\n        } else if (receiver instanceof Proxyable) {\\n            receiver._promiseCancelled(promise);\\n        } else if (isPromise || promise instanceof PromiseArray) {\\n            promise._cancel();\\n        } else {\\n            receiver.cancel();\\n        }\\n    } else if (typeof handler === \\\"function\\\") {\\n        if (!isPromise) {\\n            handler.call(receiver, value, promise);\\n        } else {\\n            if (asyncGuaranteed) promise._setAsyncGuaranteed();\\n            this._settlePromiseFromHandler(handler, receiver, value, promise);\\n        }\\n    } else if (receiver instanceof Proxyable) {\\n        if (!receiver._isResolved()) {\\n            if (((bitField & 33554432) !== 0)) {\\n                receiver._promiseFulfilled(value, promise);\\n            } else {\\n                receiver._promiseRejected(value, promise);\\n            }\\n        }\\n    } else if (isPromise) {\\n        if (asyncGuaranteed) promise._setAsyncGuaranteed();\\n        if (((bitField & 33554432) !== 0)) {\\n            promise._fulfill(value);\\n        } else {\\n            promise._reject(value);\\n        }\\n    }\\n};\\n\\nPromise.prototype._settlePromiseLateCancellationObserver = function(ctx) {\\n    var handler = ctx.handler;\\n    var promise = ctx.promise;\\n    var receiver = ctx.receiver;\\n    var value = ctx.value;\\n    if (typeof handler === \\\"function\\\") {\\n        if (!(promise instanceof Promise)) {\\n            handler.call(receiver, value, promise);\\n        } else {\\n            this._settlePromiseFromHandler(handler, receiver, value, promise);\\n        }\\n    } else if (promise instanceof Promise) {\\n        promise._reject(value);\\n    }\\n};\\n\\nPromise.prototype._settlePromiseCtx = function(ctx) {\\n    this._settlePromise(ctx.promise, ctx.handler, ctx.receiver, ctx.value);\\n};\\n\\nPromise.prototype._settlePromise0 = function(handler, value, bitField) {\\n    var promise = this._promise0;\\n    var receiver = this._receiverAt(0);\\n    this._promise0 = undefined;\\n    this._receiver0 = undefined;\\n    this._settlePromise(promise, handler, receiver, value);\\n};\\n\\nPromise.prototype._clearCallbackDataAtIndex = function(index) {\\n    var base = index * 4 - 4;\\n    this[base + 2] =\\n    this[base + 3] =\\n    this[base + 0] =\\n    this[base + 1] = undefined;\\n};\\n\\nPromise.prototype._fulfill = function (value) {\\n    var bitField = this._bitField;\\n    if (((bitField & 117506048) >>> 16)) return;\\n    if (value === this) {\\n        var err = makeSelfResolutionError();\\n        this._attachExtraTrace(err);\\n        return this._reject(err);\\n    }\\n    this._setFulfilled();\\n    this._rejectionHandler0 = value;\\n\\n    if ((bitField & 65535) > 0) {\\n        if (((bitField & 134217728) !== 0)) {\\n            this._settlePromises();\\n        } else {\\n            async.settlePromises(this);\\n        }\\n    }\\n};\\n\\nPromise.prototype._reject = function (reason) {\\n    var bitField = this._bitField;\\n    if (((bitField & 117506048) >>> 16)) return;\\n    this._setRejected();\\n    this._fulfillmentHandler0 = reason;\\n\\n    if (this._isFinal()) {\\n        return async.fatalError(reason, util.isNode);\\n    }\\n\\n    if ((bitField & 65535) > 0) {\\n        async.settlePromises(this);\\n    } else {\\n        this._ensurePossibleRejectionHandled();\\n    }\\n};\\n\\nPromise.prototype._fulfillPromises = function (len, value) {\\n    for (var i = 1; i < len; i++) {\\n        var handler = this._fulfillmentHandlerAt(i);\\n        var promise = this._promiseAt(i);\\n        var receiver = this._receiverAt(i);\\n        this._clearCallbackDataAtIndex(i);\\n        this._settlePromise(promise, handler, receiver, value);\\n    }\\n};\\n\\nPromise.prototype._rejectPromises = function (len, reason) {\\n    for (var i = 1; i < len; i++) {\\n        var handler = this._rejectionHandlerAt(i);\\n        var promise = this._promiseAt(i);\\n        var receiver = this._receiverAt(i);\\n        this._clearCallbackDataAtIndex(i);\\n        this._settlePromise(promise, handler, receiver, reason);\\n    }\\n};\\n\\nPromise.prototype._settlePromises = function () {\\n    var bitField = this._bitField;\\n    var len = (bitField & 65535);\\n\\n    if (len > 0) {\\n        if (((bitField & 16842752) !== 0)) {\\n            var reason = this._fulfillmentHandler0;\\n            this._settlePromise0(this._rejectionHandler0, reason, bitField);\\n            this._rejectPromises(len, reason);\\n        } else {\\n            var value = this._rejectionHandler0;\\n            this._settlePromise0(this._fulfillmentHandler0, value, bitField);\\n            this._fulfillPromises(len, value);\\n        }\\n        this._setLength(0);\\n    }\\n    this._clearCancellationData();\\n};\\n\\nPromise.prototype._settledValue = function() {\\n    var bitField = this._bitField;\\n    if (((bitField & 33554432) !== 0)) {\\n        return this._rejectionHandler0;\\n    } else if (((bitField & 16777216) !== 0)) {\\n        return this._fulfillmentHandler0;\\n    }\\n};\\n\\nfunction deferResolve(v) {this.promise._resolveCallback(v);}\\nfunction deferReject(v) {this.promise._rejectCallback(v, false);}\\n\\nPromise.defer = Promise.pending = function() {\\n    debug.deprecated(\\\"Promise.defer\\\", \\\"new Promise\\\");\\n    var promise = new Promise(INTERNAL);\\n    return {\\n        promise: promise,\\n        resolve: deferResolve,\\n        reject: deferReject\\n    };\\n};\\n\\nutil.notEnumerableProp(Promise,\\n                       \\\"_makeSelfResolutionError\\\",\\n                       makeSelfResolutionError);\\n\\n_dereq_(\\\"./method\\\")(Promise, INTERNAL, tryConvertToPromise, apiRejection,\\n    debug);\\n_dereq_(\\\"./bind\\\")(Promise, INTERNAL, tryConvertToPromise, debug);\\n_dereq_(\\\"./cancel\\\")(Promise, PromiseArray, apiRejection, debug);\\n_dereq_(\\\"./direct_resolve\\\")(Promise);\\n_dereq_(\\\"./synchronous_inspection\\\")(Promise);\\n_dereq_(\\\"./join\\\")(\\n    Promise, PromiseArray, tryConvertToPromise, INTERNAL, async, getDomain);\\nPromise.Promise = Promise;\\nPromise.version = \\\"3.5.1\\\";\\n_dereq_('./map.js')(Promise, PromiseArray, apiRejection, tryConvertToPromise, INTERNAL, debug);\\n_dereq_('./call_get.js')(Promise);\\n_dereq_('./using.js')(Promise, apiRejection, tryConvertToPromise, createContext, INTERNAL, debug);\\n_dereq_('./timers.js')(Promise, INTERNAL, debug);\\n_dereq_('./generators.js')(Promise, apiRejection, INTERNAL, tryConvertToPromise, Proxyable, debug);\\n_dereq_('./nodeify.js')(Promise);\\n_dereq_('./promisify.js')(Promise, INTERNAL);\\n_dereq_('./props.js')(Promise, PromiseArray, tryConvertToPromise, apiRejection);\\n_dereq_('./race.js')(Promise, INTERNAL, tryConvertToPromise, apiRejection);\\n_dereq_('./reduce.js')(Promise, PromiseArray, apiRejection, tryConvertToPromise, INTERNAL, debug);\\n_dereq_('./settle.js')(Promise, PromiseArray, debug);\\n_dereq_('./some.js')(Promise, PromiseArray, apiRejection);\\n_dereq_('./filter.js')(Promise, INTERNAL);\\n_dereq_('./each.js')(Promise, INTERNAL);\\n_dereq_('./any.js')(Promise);\\n                                                         \\n    util.toFastProperties(Promise);                                          \\n    util.toFastProperties(Promise.prototype);                                \\n    function fillTypes(value) {                                              \\n        var p = new Promise(INTERNAL);                                       \\n        p._fulfillmentHandler0 = value;                                      \\n        p._rejectionHandler0 = value;                                        \\n        p._promise0 = value;                                                 \\n        p._receiver0 = value;                                                \\n    }                                                                        \\n    // Complete slack tracking, opt out of field-type tracking and           \\n    // stabilize map                                                         \\n    fillTypes({a: 1});                                                       \\n    fillTypes({b: 2});                                                       \\n    fillTypes({c: 3});                                                       \\n    fillTypes(1);                                                            \\n    fillTypes(function(){});                                                 \\n    fillTypes(undefined);                                                    \\n    fillTypes(false);                                                        \\n    fillTypes(new Promise(INTERNAL));                                        \\n    debug.setBounds(Async.firstLineError, util.lastLineError);               \\n    return Promise;                                                          \\n\\n};\\n\\n},{\\\"./any.js\\\":1,\\\"./async\\\":2,\\\"./bind\\\":3,\\\"./call_get.js\\\":5,\\\"./cancel\\\":6,\\\"./catch_filter\\\":7,\\\"./context\\\":8,\\\"./debuggability\\\":9,\\\"./direct_resolve\\\":10,\\\"./each.js\\\":11,\\\"./errors\\\":12,\\\"./es5\\\":13,\\\"./filter.js\\\":14,\\\"./finally\\\":15,\\\"./generators.js\\\":16,\\\"./join\\\":17,\\\"./map.js\\\":18,\\\"./method\\\":19,\\\"./nodeback\\\":20,\\\"./nodeify.js\\\":21,\\\"./promise_array\\\":23,\\\"./promisify.js\\\":24,\\\"./props.js\\\":25,\\\"./race.js\\\":27,\\\"./reduce.js\\\":28,\\\"./settle.js\\\":30,\\\"./some.js\\\":31,\\\"./synchronous_inspection\\\":32,\\\"./thenables\\\":33,\\\"./timers.js\\\":34,\\\"./using.js\\\":35,\\\"./util\\\":36}],23:[function(_dereq_,module,exports){\\n\\\"use strict\\\";\\nmodule.exports = function(Promise, INTERNAL, tryConvertToPromise,\\n    apiRejection, Proxyable) {\\nvar util = _dereq_(\\\"./util\\\");\\nvar isArray = util.isArray;\\n\\nfunction toResolutionValue(val) {\\n    switch(val) {\\n    case -2: return [];\\n    case -3: return {};\\n    case -6: return new Map();\\n    }\\n}\\n\\nfunction PromiseArray(values) {\\n    var promise = this._promise = new Promise(INTERNAL);\\n    if (values instanceof Promise) {\\n        promise._propagateFrom(values, 3);\\n    }\\n    promise._setOnCancel(this);\\n    this._values = values;\\n    this._length = 0;\\n    this._totalResolved = 0;\\n    this._init(undefined, -2);\\n}\\nutil.inherits(PromiseArray, Proxyable);\\n\\nPromiseArray.prototype.length = function () {\\n    return this._length;\\n};\\n\\nPromiseArray.prototype.promise = function () {\\n    return this._promise;\\n};\\n\\nPromiseArray.prototype._init = function init(_, resolveValueIfEmpty) {\\n    var values = tryConvertToPromise(this._values, this._promise);\\n    if (values instanceof Promise) {\\n        values = values._target();\\n        var bitField = values._bitField;\\n        ;\\n        this._values = values;\\n\\n        if (((bitField & 50397184) === 0)) {\\n            this._promise._setAsyncGuaranteed();\\n            return values._then(\\n                init,\\n                this._reject,\\n                undefined,\\n                this,\\n                resolveValueIfEmpty\\n           );\\n        } else if (((bitField & 33554432) !== 0)) {\\n            values = values._value();\\n        } else if (((bitField & 16777216) !== 0)) {\\n            return this._reject(values._reason());\\n        } else {\\n            return this._cancel();\\n        }\\n    }\\n    values = util.asArray(values);\\n    if (values === null) {\\n        var err = apiRejection(\\n            \\\"expecting an array or an iterable object but got \\\" + util.classString(values)).reason();\\n        this._promise._rejectCallback(err, false);\\n        return;\\n    }\\n\\n    if (values.length === 0) {\\n        if (resolveValueIfEmpty === -5) {\\n            this._resolveEmptyArray();\\n        }\\n        else {\\n            this._resolve(toResolutionValue(resolveValueIfEmpty));\\n        }\\n        return;\\n    }\\n    this._iterate(values);\\n};\\n\\nPromiseArray.prototype._iterate = function(values) {\\n    var len = this.getActualLength(values.length);\\n    this._length = len;\\n    this._values = this.shouldCopyValues() ? new Array(len) : this._values;\\n    var result = this._promise;\\n    var isResolved = false;\\n    var bitField = null;\\n    for (var i = 0; i < len; ++i) {\\n        var maybePromise = tryConvertToPromise(values[i], result);\\n\\n        if (maybePromise instanceof Promise) {\\n            maybePromise = maybePromise._target();\\n            bitField = maybePromise._bitField;\\n        } else {\\n            bitField = null;\\n        }\\n\\n        if (isResolved) {\\n            if (bitField !== null) {\\n                maybePromise.suppressUnhandledRejections();\\n            }\\n        } else if (bitField !== null) {\\n            if (((bitField & 50397184) === 0)) {\\n                maybePromise._proxy(this, i);\\n                this._values[i] = maybePromise;\\n            } else if (((bitField & 33554432) !== 0)) {\\n                isResolved = this._promiseFulfilled(maybePromise._value(), i);\\n            } else if (((bitField & 16777216) !== 0)) {\\n                isResolved = this._promiseRejected(maybePromise._reason(), i);\\n            } else {\\n                isResolved = this._promiseCancelled(i);\\n            }\\n        } else {\\n            isResolved = this._promiseFulfilled(maybePromise, i);\\n        }\\n    }\\n    if (!isResolved) result._setAsyncGuaranteed();\\n};\\n\\nPromiseArray.prototype._isResolved = function () {\\n    return this._values === null;\\n};\\n\\nPromiseArray.prototype._resolve = function (value) {\\n    this._values = null;\\n    this._promise._fulfill(value);\\n};\\n\\nPromiseArray.prototype._cancel = function() {\\n    if (this._isResolved() || !this._promise._isCancellable()) return;\\n    this._values = null;\\n    this._promise._cancel();\\n};\\n\\nPromiseArray.prototype._reject = function (reason) {\\n    this._values = null;\\n    this._promise._rejectCallback(reason, false);\\n};\\n\\nPromiseArray.prototype._promiseFulfilled = function (value, index) {\\n    this._values[index] = value;\\n    var totalResolved = ++this._totalResolved;\\n    if (totalResolved >= this._length) {\\n        this._resolve(this._values);\\n        return true;\\n    }\\n    return false;\\n};\\n\\nPromiseArray.prototype._promiseCancelled = function() {\\n    this._cancel();\\n    return true;\\n};\\n\\nPromiseArray.prototype._promiseRejected = function (reason) {\\n    this._totalResolved++;\\n    this._reject(reason);\\n    return true;\\n};\\n\\nPromiseArray.prototype._resultCancelled = function() {\\n    if (this._isResolved()) return;\\n    var values = this._values;\\n    this._cancel();\\n    if (values instanceof Promise) {\\n        values.cancel();\\n    } else {\\n        for (var i = 0; i < values.length; ++i) {\\n            if (values[i] instanceof Promise) {\\n                values[i].cancel();\\n            }\\n        }\\n    }\\n};\\n\\nPromiseArray.prototype.shouldCopyValues = function () {\\n    return true;\\n};\\n\\nPromiseArray.prototype.getActualLength = function (len) {\\n    return len;\\n};\\n\\nreturn PromiseArray;\\n};\\n\\n},{\\\"./util\\\":36}],24:[function(_dereq_,module,exports){\\n\\\"use strict\\\";\\nmodule.exports = function(Promise, INTERNAL) {\\nvar THIS = {};\\nvar util = _dereq_(\\\"./util\\\");\\nvar nodebackForPromise = _dereq_(\\\"./nodeback\\\");\\nvar withAppended = util.withAppended;\\nvar maybeWrapAsError = util.maybeWrapAsError;\\nvar canEvaluate = util.canEvaluate;\\nvar TypeError = _dereq_(\\\"./errors\\\").TypeError;\\nvar defaultSuffix = \\\"Async\\\";\\nvar defaultPromisified = {__isPromisified__: true};\\nvar noCopyProps = [\\n    \\\"arity\\\",    \\\"length\\\",\\n    \\\"name\\\",\\n    \\\"arguments\\\",\\n    \\\"caller\\\",\\n    \\\"callee\\\",\\n    \\\"prototype\\\",\\n    \\\"__isPromisified__\\\"\\n];\\nvar noCopyPropsPattern = new RegExp(\\\"^(?:\\\" + noCopyProps.join(\\\"|\\\") + \\\")$\\\");\\n\\nvar defaultFilter = function(name) {\\n    return util.isIdentifier(name) &&\\n        name.charAt(0) !== \\\"_\\\" &&\\n        name !== \\\"constructor\\\";\\n};\\n\\nfunction propsFilter(key) {\\n    return !noCopyPropsPattern.test(key);\\n}\\n\\nfunction isPromisified(fn) {\\n    try {\\n        return fn.__isPromisified__ === true;\\n    }\\n    catch (e) {\\n        return false;\\n    }\\n}\\n\\nfunction hasPromisified(obj, key, suffix) {\\n    var val = util.getDataPropertyOrDefault(obj, key + suffix,\\n                                            defaultPromisified);\\n    return val ? isPromisified(val) : false;\\n}\\nfunction checkValid(ret, suffix, suffixRegexp) {\\n    for (var i = 0; i < ret.length; i += 2) {\\n        var key = ret[i];\\n        if (suffixRegexp.test(key)) {\\n            var keyWithoutAsyncSuffix = key.replace(suffixRegexp, \\\"\\\");\\n            for (var j = 0; j < ret.length; j += 2) {\\n                if (ret[j] === keyWithoutAsyncSuffix) {\\n                    throw new TypeError(\\\"Cannot promisify an API that has normal methods with '%s'-suffix\\\\u000a\\\\u000a    See http://goo.gl/MqrFmX\\\\u000a\\\"\\n                        .replace(\\\"%s\\\", suffix));\\n                }\\n            }\\n        }\\n    }\\n}\\n\\nfunction promisifiableMethods(obj, suffix, suffixRegexp, filter) {\\n    var keys = util.inheritedDataKeys(obj);\\n    var ret = [];\\n    for (var i = 0; i < keys.length; ++i) {\\n        var key = keys[i];\\n        var value = obj[key];\\n        var passesDefaultFilter = filter === defaultFilter\\n            ? true : defaultFilter(key, value, obj);\\n        if (typeof value === \\\"function\\\" &&\\n            !isPromisified(value) &&\\n            !hasPromisified(obj, key, suffix) &&\\n            filter(key, value, obj, passesDefaultFilter)) {\\n            ret.push(key, value);\\n        }\\n    }\\n    checkValid(ret, suffix, suffixRegexp);\\n    return ret;\\n}\\n\\nvar escapeIdentRegex = function(str) {\\n    return str.replace(/([$])/, \\\"\\\\\\\\$\\\");\\n};\\n\\nvar makeNodePromisifiedEval;\\nif (!true) {\\nvar switchCaseArgumentOrder = function(likelyArgumentCount) {\\n    var ret = [likelyArgumentCount];\\n    var min = Math.max(0, likelyArgumentCount - 1 - 3);\\n    for(var i = likelyArgumentCount - 1; i >= min; --i) {\\n        ret.push(i);\\n    }\\n    for(var i = likelyArgumentCount + 1; i <= 3; ++i) {\\n        ret.push(i);\\n    }\\n    return ret;\\n};\\n\\nvar argumentSequence = function(argumentCount) {\\n    return util.filledRange(argumentCount, \\\"_arg\\\", \\\"\\\");\\n};\\n\\nvar parameterDeclaration = function(parameterCount) {\\n    return util.filledRange(\\n        Math.max(parameterCount, 3), \\\"_arg\\\", \\\"\\\");\\n};\\n\\nvar parameterCount = function(fn) {\\n    if (typeof fn.length === \\\"number\\\") {\\n        return Math.max(Math.min(fn.length, 1023 + 1), 0);\\n    }\\n    return 0;\\n};\\n\\nmakeNodePromisifiedEval =\\nfunction(callback, receiver, originalName, fn, _, multiArgs) {\\n    var newParameterCount = Math.max(0, parameterCount(fn) - 1);\\n    var argumentOrder = switchCaseArgumentOrder(newParameterCount);\\n    var shouldProxyThis = typeof callback === \\\"string\\\" || receiver === THIS;\\n\\n    function generateCallForArgumentCount(count) {\\n        var args = argumentSequence(count).join(\\\", \\\");\\n        var comma = count > 0 ? \\\", \\\" : \\\"\\\";\\n        var ret;\\n        if (shouldProxyThis) {\\n            ret = \\\"ret = callback.call(this, {{args}}, nodeback); break;\\\\n\\\";\\n        } else {\\n            ret = receiver === undefined\\n                ? \\\"ret = callback({{args}}, nodeback); break;\\\\n\\\"\\n                : \\\"ret = callback.call(receiver, {{args}}, nodeback); break;\\\\n\\\";\\n        }\\n        return ret.replace(\\\"{{args}}\\\", args).replace(\\\", \\\", comma);\\n    }\\n\\n    function generateArgumentSwitchCase() {\\n        var ret = \\\"\\\";\\n        for (var i = 0; i < argumentOrder.length; ++i) {\\n            ret += \\\"case \\\" + argumentOrder[i] +\\\":\\\" +\\n                generateCallForArgumentCount(argumentOrder[i]);\\n        }\\n\\n        ret += \\\"                                                             \\\\n\\\\\\n        default:                                                             \\\\n\\\\\\n            var args = new Array(len + 1);                                   \\\\n\\\\\\n            var i = 0;                                                       \\\\n\\\\\\n            for (var i = 0; i < len; ++i) {                                  \\\\n\\\\\\n               args[i] = arguments[i];                                       \\\\n\\\\\\n            }                                                                \\\\n\\\\\\n            args[i] = nodeback;                                              \\\\n\\\\\\n            [CodeForCall]                                                    \\\\n\\\\\\n            break;                                                           \\\\n\\\\\\n        \\\".replace(\\\"[CodeForCall]\\\", (shouldProxyThis\\n                                ? \\\"ret = callback.apply(this, args);\\\\n\\\"\\n                                : \\\"ret = callback.apply(receiver, args);\\\\n\\\"));\\n        return ret;\\n    }\\n\\n    var getFunctionCode = typeof callback === \\\"string\\\"\\n                                ? (\\\"this != null ? this['\\\"+callback+\\\"'] : fn\\\")\\n                                : \\\"fn\\\";\\n    var body = \\\"'use strict';                                                \\\\n\\\\\\n        var ret = function (Parameters) {                                    \\\\n\\\\\\n            'use strict';                                                    \\\\n\\\\\\n            var len = arguments.length;                                      \\\\n\\\\\\n            var promise = new Promise(INTERNAL);                             \\\\n\\\\\\n            promise._captureStackTrace();                                    \\\\n\\\\\\n            var nodeback = nodebackForPromise(promise, \\\" + multiArgs + \\\");   \\\\n\\\\\\n            var ret;                                                         \\\\n\\\\\\n            var callback = tryCatch([GetFunctionCode]);                      \\\\n\\\\\\n            switch(len) {                                                    \\\\n\\\\\\n                [CodeForSwitchCase]                                          \\\\n\\\\\\n            }                                                                \\\\n\\\\\\n            if (ret === errorObj) {                                          \\\\n\\\\\\n                promise._rejectCallback(maybeWrapAsError(ret.e), true, true);\\\\n\\\\\\n            }                                                                \\\\n\\\\\\n            if (!promise._isFateSealed()) promise._setAsyncGuaranteed();     \\\\n\\\\\\n            return promise;                                                  \\\\n\\\\\\n        };                                                                   \\\\n\\\\\\n        notEnumerableProp(ret, '__isPromisified__', true);                   \\\\n\\\\\\n        return ret;                                                          \\\\n\\\\\\n    \\\".replace(\\\"[CodeForSwitchCase]\\\", generateArgumentSwitchCase())\\n        .replace(\\\"[GetFunctionCode]\\\", getFunctionCode);\\n    body = body.replace(\\\"Parameters\\\", parameterDeclaration(newParameterCount));\\n    return new Function(\\\"Promise\\\",\\n                        \\\"fn\\\",\\n                        \\\"receiver\\\",\\n                        \\\"withAppended\\\",\\n                        \\\"maybeWrapAsError\\\",\\n                        \\\"nodebackForPromise\\\",\\n                        \\\"tryCatch\\\",\\n                        \\\"errorObj\\\",\\n                        \\\"notEnumerableProp\\\",\\n                        \\\"INTERNAL\\\",\\n                        body)(\\n                    Promise,\\n                    fn,\\n                    receiver,\\n                    withAppended,\\n                    maybeWrapAsError,\\n                    nodebackForPromise,\\n                    util.tryCatch,\\n                    util.errorObj,\\n                    util.notEnumerableProp,\\n                    INTERNAL);\\n};\\n}\\n\\nfunction makeNodePromisifiedClosure(callback, receiver, _, fn, __, multiArgs) {\\n    var defaultThis = (function() {return this;})();\\n    var method = callback;\\n    if (typeof method === \\\"string\\\") {\\n        callback = fn;\\n    }\\n    function promisified() {\\n        var _receiver = receiver;\\n        if (receiver === THIS) _receiver = this;\\n        var promise = new Promise(INTERNAL);\\n        promise._captureStackTrace();\\n        var cb = typeof method === \\\"string\\\" && this !== defaultThis\\n            ? this[method] : callback;\\n        var fn = nodebackForPromise(promise, multiArgs);\\n        try {\\n            cb.apply(_receiver, withAppended(arguments, fn));\\n        } catch(e) {\\n            promise._rejectCallback(maybeWrapAsError(e), true, true);\\n        }\\n        if (!promise._isFateSealed()) promise._setAsyncGuaranteed();\\n        return promise;\\n    }\\n    util.notEnumerableProp(promisified, \\\"__isPromisified__\\\", true);\\n    return promisified;\\n}\\n\\nvar makeNodePromisified = canEvaluate\\n    ? makeNodePromisifiedEval\\n    : makeNodePromisifiedClosure;\\n\\nfunction promisifyAll(obj, suffix, filter, promisifier, multiArgs) {\\n    var suffixRegexp = new RegExp(escapeIdentRegex(suffix) + \\\"$\\\");\\n    var methods =\\n        promisifiableMethods(obj, suffix, suffixRegexp, filter);\\n\\n    for (var i = 0, len = methods.length; i < len; i+= 2) {\\n        var key = methods[i];\\n        var fn = methods[i+1];\\n        var promisifiedKey = key + suffix;\\n        if (promisifier === makeNodePromisified) {\\n            obj[promisifiedKey] =\\n                makeNodePromisified(key, THIS, key, fn, suffix, multiArgs);\\n        } else {\\n            var promisified = promisifier(fn, function() {\\n                return makeNodePromisified(key, THIS, key,\\n                                           fn, suffix, multiArgs);\\n            });\\n            util.notEnumerableProp(promisified, \\\"__isPromisified__\\\", true);\\n            obj[promisifiedKey] = promisified;\\n        }\\n    }\\n    util.toFastProperties(obj);\\n    return obj;\\n}\\n\\nfunction promisify(callback, receiver, multiArgs) {\\n    return makeNodePromisified(callback, receiver, undefined,\\n                                callback, null, multiArgs);\\n}\\n\\nPromise.promisify = function (fn, options) {\\n    if (typeof fn !== \\\"function\\\") {\\n        throw new TypeError(\\\"expecting a function but got \\\" + util.classString(fn));\\n    }\\n    if (isPromisified(fn)) {\\n        return fn;\\n    }\\n    options = Object(options);\\n    var receiver = options.context === undefined ? THIS : options.context;\\n    var multiArgs = !!options.multiArgs;\\n    var ret = promisify(fn, receiver, multiArgs);\\n    util.copyDescriptors(fn, ret, propsFilter);\\n    return ret;\\n};\\n\\nPromise.promisifyAll = function (target, options) {\\n    if (typeof target !== \\\"function\\\" && typeof target !== \\\"object\\\") {\\n        throw new TypeError(\\\"the target of promisifyAll must be an object or a function\\\\u000a\\\\u000a    See http://goo.gl/MqrFmX\\\\u000a\\\");\\n    }\\n    options = Object(options);\\n    var multiArgs = !!options.multiArgs;\\n    var suffix = options.suffix;\\n    if (typeof suffix !== \\\"string\\\") suffix = defaultSuffix;\\n    var filter = options.filter;\\n    if (typeof filter !== \\\"function\\\") filter = defaultFilter;\\n    var promisifier = options.promisifier;\\n    if (typeof promisifier !== \\\"function\\\") promisifier = makeNodePromisified;\\n\\n    if (!util.isIdentifier(suffix)) {\\n        throw new RangeError(\\\"suffix must be a valid identifier\\\\u000a\\\\u000a    See http://goo.gl/MqrFmX\\\\u000a\\\");\\n    }\\n\\n    var keys = util.inheritedDataKeys(target);\\n    for (var i = 0; i < keys.length; ++i) {\\n        var value = target[keys[i]];\\n        if (keys[i] !== \\\"constructor\\\" &&\\n            util.isClass(value)) {\\n            promisifyAll(value.prototype, suffix, filter, promisifier,\\n                multiArgs);\\n            promisifyAll(value, suffix, filter, promisifier, multiArgs);\\n        }\\n    }\\n\\n    return promisifyAll(target, suffix, filter, promisifier, multiArgs);\\n};\\n};\\n\\n\\n},{\\\"./errors\\\":12,\\\"./nodeback\\\":20,\\\"./util\\\":36}],25:[function(_dereq_,module,exports){\\n\\\"use strict\\\";\\nmodule.exports = function(\\n    Promise, PromiseArray, tryConvertToPromise, apiRejection) {\\nvar util = _dereq_(\\\"./util\\\");\\nvar isObject = util.isObject;\\nvar es5 = _dereq_(\\\"./es5\\\");\\nvar Es6Map;\\nif (typeof Map === \\\"function\\\") Es6Map = Map;\\n\\nvar mapToEntries = (function() {\\n    var index = 0;\\n    var size = 0;\\n\\n    function extractEntry(value, key) {\\n        this[index] = value;\\n        this[index + size] = key;\\n        index++;\\n    }\\n\\n    return function mapToEntries(map) {\\n        size = map.size;\\n        index = 0;\\n        var ret = new Array(map.size * 2);\\n        map.forEach(extractEntry, ret);\\n        return ret;\\n    };\\n})();\\n\\nvar entriesToMap = function(entries) {\\n    var ret = new Es6Map();\\n    var length = entries.length / 2 | 0;\\n    for (var i = 0; i < length; ++i) {\\n        var key = entries[length + i];\\n        var value = entries[i];\\n        ret.set(key, value);\\n    }\\n    return ret;\\n};\\n\\nfunction PropertiesPromiseArray(obj) {\\n    var isMap = false;\\n    var entries;\\n    if (Es6Map !== undefined && obj instanceof Es6Map) {\\n        entries = mapToEntries(obj);\\n        isMap = true;\\n    } else {\\n        var keys = es5.keys(obj);\\n        var len = keys.length;\\n        entries = new Array(len * 2);\\n        for (var i = 0; i < len; ++i) {\\n            var key = keys[i];\\n            entries[i] = obj[key];\\n            entries[i + len] = key;\\n        }\\n    }\\n    this.constructor$(entries);\\n    this._isMap = isMap;\\n    this._init$(undefined, isMap ? -6 : -3);\\n}\\nutil.inherits(PropertiesPromiseArray, PromiseArray);\\n\\nPropertiesPromiseArray.prototype._init = function () {};\\n\\nPropertiesPromiseArray.prototype._promiseFulfilled = function (value, index) {\\n    this._values[index] = value;\\n    var totalResolved = ++this._totalResolved;\\n    if (totalResolved >= this._length) {\\n        var val;\\n        if (this._isMap) {\\n            val = entriesToMap(this._values);\\n        } else {\\n            val = {};\\n            var keyOffset = this.length();\\n            for (var i = 0, len = this.length(); i < len; ++i) {\\n                val[this._values[i + keyOffset]] = this._values[i];\\n            }\\n        }\\n        this._resolve(val);\\n        return true;\\n    }\\n    return false;\\n};\\n\\nPropertiesPromiseArray.prototype.shouldCopyValues = function () {\\n    return false;\\n};\\n\\nPropertiesPromiseArray.prototype.getActualLength = function (len) {\\n    return len >> 1;\\n};\\n\\nfunction props(promises) {\\n    var ret;\\n    var castValue = tryConvertToPromise(promises);\\n\\n    if (!isObject(castValue)) {\\n        return apiRejection(\\\"cannot await properties of a non-object\\\\u000a\\\\u000a    See http://goo.gl/MqrFmX\\\\u000a\\\");\\n    } else if (castValue instanceof Promise) {\\n        ret = castValue._then(\\n            Promise.props, undefined, undefined, undefined, undefined);\\n    } else {\\n        ret = new PropertiesPromiseArray(castValue).promise();\\n    }\\n\\n    if (castValue instanceof Promise) {\\n        ret._propagateFrom(castValue, 2);\\n    }\\n    return ret;\\n}\\n\\nPromise.prototype.props = function () {\\n    return props(this);\\n};\\n\\nPromise.props = function (promises) {\\n    return props(promises);\\n};\\n};\\n\\n},{\\\"./es5\\\":13,\\\"./util\\\":36}],26:[function(_dereq_,module,exports){\\n\\\"use strict\\\";\\nfunction arrayMove(src, srcIndex, dst, dstIndex, len) {\\n    for (var j = 0; j < len; ++j) {\\n        dst[j + dstIndex] = src[j + srcIndex];\\n        src[j + srcIndex] = void 0;\\n    }\\n}\\n\\nfunction Queue(capacity) {\\n    this._capacity = capacity;\\n    this._length = 0;\\n    this._front = 0;\\n}\\n\\nQueue.prototype._willBeOverCapacity = function (size) {\\n    return this._capacity < size;\\n};\\n\\nQueue.prototype._pushOne = function (arg) {\\n    var length = this.length();\\n    this._checkCapacity(length + 1);\\n    var i = (this._front + length) & (this._capacity - 1);\\n    this[i] = arg;\\n    this._length = length + 1;\\n};\\n\\nQueue.prototype.push = function (fn, receiver, arg) {\\n    var length = this.length() + 3;\\n    if (this._willBeOverCapacity(length)) {\\n        this._pushOne(fn);\\n        this._pushOne(receiver);\\n        this._pushOne(arg);\\n        return;\\n    }\\n    var j = this._front + length - 3;\\n    this._checkCapacity(length);\\n    var wrapMask = this._capacity - 1;\\n    this[(j + 0) & wrapMask] = fn;\\n    this[(j + 1) & wrapMask] = receiver;\\n    this[(j + 2) & wrapMask] = arg;\\n    this._length = length;\\n};\\n\\nQueue.prototype.shift = function () {\\n    var front = this._front,\\n        ret = this[front];\\n\\n    this[front] = undefined;\\n    this._front = (front + 1) & (this._capacity - 1);\\n    this._length--;\\n    return ret;\\n};\\n\\nQueue.prototype.length = function () {\\n    return this._length;\\n};\\n\\nQueue.prototype._checkCapacity = function (size) {\\n    if (this._capacity < size) {\\n        this._resizeTo(this._capacity << 1);\\n    }\\n};\\n\\nQueue.prototype._resizeTo = function (capacity) {\\n    var oldCapacity = this._capacity;\\n    this._capacity = capacity;\\n    var front = this._front;\\n    var length = this._length;\\n    var moveItemsCount = (front + length) & (oldCapacity - 1);\\n    arrayMove(this, 0, this, oldCapacity, moveItemsCount);\\n};\\n\\nmodule.exports = Queue;\\n\\n},{}],27:[function(_dereq_,module,exports){\\n\\\"use strict\\\";\\nmodule.exports = function(\\n    Promise, INTERNAL, tryConvertToPromise, apiRejection) {\\nvar util = _dereq_(\\\"./util\\\");\\n\\nvar raceLater = function (promise) {\\n    return promise.then(function(array) {\\n        return race(array, promise);\\n    });\\n};\\n\\nfunction race(promises, parent) {\\n    var maybePromise = tryConvertToPromise(promises);\\n\\n    if (maybePromise instanceof Promise) {\\n        return raceLater(maybePromise);\\n    } else {\\n        promises = util.asArray(promises);\\n        if (promises === null)\\n            return apiRejection(\\\"expecting an array or an iterable object but got \\\" + util.classString(promises));\\n    }\\n\\n    var ret = new Promise(INTERNAL);\\n    if (parent !== undefined) {\\n        ret._propagateFrom(parent, 3);\\n    }\\n    var fulfill = ret._fulfill;\\n    var reject = ret._reject;\\n    for (var i = 0, len = promises.length; i < len; ++i) {\\n        var val = promises[i];\\n\\n        if (val === undefined && !(i in promises)) {\\n            continue;\\n        }\\n\\n        Promise.cast(val)._then(fulfill, reject, undefined, ret, null);\\n    }\\n    return ret;\\n}\\n\\nPromise.race = function (promises) {\\n    return race(promises, undefined);\\n};\\n\\nPromise.prototype.race = function () {\\n    return race(this, undefined);\\n};\\n\\n};\\n\\n},{\\\"./util\\\":36}],28:[function(_dereq_,module,exports){\\n\\\"use strict\\\";\\nmodule.exports = function(Promise,\\n                          PromiseArray,\\n                          apiRejection,\\n                          tryConvertToPromise,\\n                          INTERNAL,\\n                          debug) {\\nvar getDomain = Promise._getDomain;\\nvar util = _dereq_(\\\"./util\\\");\\nvar tryCatch = util.tryCatch;\\n\\nfunction ReductionPromiseArray(promises, fn, initialValue, _each) {\\n    this.constructor$(promises);\\n    var domain = getDomain();\\n    this._fn = domain === null ? fn : util.domainBind(domain, fn);\\n    if (initialValue !== undefined) {\\n        initialValue = Promise.resolve(initialValue);\\n        initialValue._attachCancellationCallback(this);\\n    }\\n    this._initialValue = initialValue;\\n    this._currentCancellable = null;\\n    if(_each === INTERNAL) {\\n        this._eachValues = Array(this._length);\\n    } else if (_each === 0) {\\n        this._eachValues = null;\\n    } else {\\n        this._eachValues = undefined;\\n    }\\n    this._promise._captureStackTrace();\\n    this._init$(undefined, -5);\\n}\\nutil.inherits(ReductionPromiseArray, PromiseArray);\\n\\nReductionPromiseArray.prototype._gotAccum = function(accum) {\\n    if (this._eachValues !== undefined && \\n        this._eachValues !== null && \\n        accum !== INTERNAL) {\\n        this._eachValues.push(accum);\\n    }\\n};\\n\\nReductionPromiseArray.prototype._eachComplete = function(value) {\\n    if (this._eachValues !== null) {\\n        this._eachValues.push(value);\\n    }\\n    return this._eachValues;\\n};\\n\\nReductionPromiseArray.prototype._init = function() {};\\n\\nReductionPromiseArray.prototype._resolveEmptyArray = function() {\\n    this._resolve(this._eachValues !== undefined ? this._eachValues\\n                                                 : this._initialValue);\\n};\\n\\nReductionPromiseArray.prototype.shouldCopyValues = function () {\\n    return false;\\n};\\n\\nReductionPromiseArray.prototype._resolve = function(value) {\\n    this._promise._resolveCallback(value);\\n    this._values = null;\\n};\\n\\nReductionPromiseArray.prototype._resultCancelled = function(sender) {\\n    if (sender === this._initialValue) return this._cancel();\\n    if (this._isResolved()) return;\\n    this._resultCancelled$();\\n    if (this._currentCancellable instanceof Promise) {\\n        this._currentCancellable.cancel();\\n    }\\n    if (this._initialValue instanceof Promise) {\\n        this._initialValue.cancel();\\n    }\\n};\\n\\nReductionPromiseArray.prototype._iterate = function (values) {\\n    this._values = values;\\n    var value;\\n    var i;\\n    var length = values.length;\\n    if (this._initialValue !== undefined) {\\n        value = this._initialValue;\\n        i = 0;\\n    } else {\\n        value = Promise.resolve(values[0]);\\n        i = 1;\\n    }\\n\\n    this._currentCancellable = value;\\n\\n    if (!value.isRejected()) {\\n        for (; i < length; ++i) {\\n            var ctx = {\\n                accum: null,\\n                value: values[i],\\n                index: i,\\n                length: length,\\n                array: this\\n            };\\n            value = value._then(gotAccum, undefined, undefined, ctx, undefined);\\n        }\\n    }\\n\\n    if (this._eachValues !== undefined) {\\n        value = value\\n            ._then(this._eachComplete, undefined, undefined, this, undefined);\\n    }\\n    value._then(completed, completed, undefined, value, this);\\n};\\n\\nPromise.prototype.reduce = function (fn, initialValue) {\\n    return reduce(this, fn, initialValue, null);\\n};\\n\\nPromise.reduce = function (promises, fn, initialValue, _each) {\\n    return reduce(promises, fn, initialValue, _each);\\n};\\n\\nfunction completed(valueOrReason, array) {\\n    if (this.isFulfilled()) {\\n        array._resolve(valueOrReason);\\n    } else {\\n        array._reject(valueOrReason);\\n    }\\n}\\n\\nfunction reduce(promises, fn, initialValue, _each) {\\n    if (typeof fn !== \\\"function\\\") {\\n        return apiRejection(\\\"expecting a function but got \\\" + util.classString(fn));\\n    }\\n    var array = new ReductionPromiseArray(promises, fn, initialValue, _each);\\n    return array.promise();\\n}\\n\\nfunction gotAccum(accum) {\\n    this.accum = accum;\\n    this.array._gotAccum(accum);\\n    var value = tryConvertToPromise(this.value, this.array._promise);\\n    if (value instanceof Promise) {\\n        this.array._currentCancellable = value;\\n        return value._then(gotValue, undefined, undefined, this, undefined);\\n    } else {\\n        return gotValue.call(this, value);\\n    }\\n}\\n\\nfunction gotValue(value) {\\n    var array = this.array;\\n    var promise = array._promise;\\n    var fn = tryCatch(array._fn);\\n    promise._pushContext();\\n    var ret;\\n    if (array._eachValues !== undefined) {\\n        ret = fn.call(promise._boundValue(), value, this.index, this.length);\\n    } else {\\n        ret = fn.call(promise._boundValue(),\\n                              this.accum, value, this.index, this.length);\\n    }\\n    if (ret instanceof Promise) {\\n        array._currentCancellable = ret;\\n    }\\n    var promiseCreated = promise._popContext();\\n    debug.checkForgottenReturns(\\n        ret,\\n        promiseCreated,\\n        array._eachValues !== undefined ? \\\"Promise.each\\\" : \\\"Promise.reduce\\\",\\n        promise\\n    );\\n    return ret;\\n}\\n};\\n\\n},{\\\"./util\\\":36}],29:[function(_dereq_,module,exports){\\n\\\"use strict\\\";\\nvar util = _dereq_(\\\"./util\\\");\\nvar schedule;\\nvar noAsyncScheduler = function() {\\n    throw new Error(\\\"No async scheduler available\\\\u000a\\\\u000a    See http://goo.gl/MqrFmX\\\\u000a\\\");\\n};\\nvar NativePromise = util.getNativePromise();\\nif (util.isNode && typeof MutationObserver === \\\"undefined\\\") {\\n    var GlobalSetImmediate = global.setImmediate;\\n    var ProcessNextTick = process.nextTick;\\n    schedule = util.isRecentNode\\n                ? function(fn) { GlobalSetImmediate.call(global, fn); }\\n                : function(fn) { ProcessNextTick.call(process, fn); };\\n} else if (typeof NativePromise === \\\"function\\\" &&\\n           typeof NativePromise.resolve === \\\"function\\\") {\\n    var nativePromise = NativePromise.resolve();\\n    schedule = function(fn) {\\n        nativePromise.then(fn);\\n    };\\n} else if ((typeof MutationObserver !== \\\"undefined\\\") &&\\n          !(typeof window !== \\\"undefined\\\" &&\\n            window.navigator &&\\n            (window.navigator.standalone || window.cordova))) {\\n    schedule = (function() {\\n        var div = document.createElement(\\\"div\\\");\\n        var opts = {attributes: true};\\n        var toggleScheduled = false;\\n        var div2 = document.createElement(\\\"div\\\");\\n        var o2 = new MutationObserver(function() {\\n            div.classList.toggle(\\\"foo\\\");\\n            toggleScheduled = false;\\n        });\\n        o2.observe(div2, opts);\\n\\n        var scheduleToggle = function() {\\n            if (toggleScheduled) return;\\n            toggleScheduled = true;\\n            div2.classList.toggle(\\\"foo\\\");\\n        };\\n\\n        return function schedule(fn) {\\n            var o = new MutationObserver(function() {\\n                o.disconnect();\\n                fn();\\n            });\\n            o.observe(div, opts);\\n            scheduleToggle();\\n        };\\n    })();\\n} else if (typeof setImmediate !== \\\"undefined\\\") {\\n    schedule = function (fn) {\\n        setImmediate(fn);\\n    };\\n} else if (typeof setTimeout !== \\\"undefined\\\") {\\n    schedule = function (fn) {\\n        setTimeout(fn, 0);\\n    };\\n} else {\\n    schedule = noAsyncScheduler;\\n}\\nmodule.exports = schedule;\\n\\n},{\\\"./util\\\":36}],30:[function(_dereq_,module,exports){\\n\\\"use strict\\\";\\nmodule.exports =\\n    function(Promise, PromiseArray, debug) {\\nvar PromiseInspection = Promise.PromiseInspection;\\nvar util = _dereq_(\\\"./util\\\");\\n\\nfunction SettledPromiseArray(values) {\\n    this.constructor$(values);\\n}\\nutil.inherits(SettledPromiseArray, PromiseArray);\\n\\nSettledPromiseArray.prototype._promiseResolved = function (index, inspection) {\\n    this._values[index] = inspection;\\n    var totalResolved = ++this._totalResolved;\\n    if (totalResolved >= this._length) {\\n        this._resolve(this._values);\\n        return true;\\n    }\\n    return false;\\n};\\n\\nSettledPromiseArray.prototype._promiseFulfilled = function (value, index) {\\n    var ret = new PromiseInspection();\\n    ret._bitField = 33554432;\\n    ret._settledValueField = value;\\n    return this._promiseResolved(index, ret);\\n};\\nSettledPromiseArray.prototype._promiseRejected = function (reason, index) {\\n    var ret = new PromiseInspection();\\n    ret._bitField = 16777216;\\n    ret._settledValueField = reason;\\n    return this._promiseResolved(index, ret);\\n};\\n\\nPromise.settle = function (promises) {\\n    debug.deprecated(\\\".settle()\\\", \\\".reflect()\\\");\\n    return new SettledPromiseArray(promises).promise();\\n};\\n\\nPromise.prototype.settle = function () {\\n    return Promise.settle(this);\\n};\\n};\\n\\n},{\\\"./util\\\":36}],31:[function(_dereq_,module,exports){\\n\\\"use strict\\\";\\nmodule.exports =\\nfunction(Promise, PromiseArray, apiRejection) {\\nvar util = _dereq_(\\\"./util\\\");\\nvar RangeError = _dereq_(\\\"./errors\\\").RangeError;\\nvar AggregateError = _dereq_(\\\"./errors\\\").AggregateError;\\nvar isArray = util.isArray;\\nvar CANCELLATION = {};\\n\\n\\nfunction SomePromiseArray(values) {\\n    this.constructor$(values);\\n    this._howMany = 0;\\n    this._unwrap = false;\\n    this._initialized = false;\\n}\\nutil.inherits(SomePromiseArray, PromiseArray);\\n\\nSomePromiseArray.prototype._init = function () {\\n    if (!this._initialized) {\\n        return;\\n    }\\n    if (this._howMany === 0) {\\n        this._resolve([]);\\n        return;\\n    }\\n    this._init$(undefined, -5);\\n    var isArrayResolved = isArray(this._values);\\n    if (!this._isResolved() &&\\n        isArrayResolved &&\\n        this._howMany > this._canPossiblyFulfill()) {\\n        this._reject(this._getRangeError(this.length()));\\n    }\\n};\\n\\nSomePromiseArray.prototype.init = function () {\\n    this._initialized = true;\\n    this._init();\\n};\\n\\nSomePromiseArray.prototype.setUnwrap = function () {\\n    this._unwrap = true;\\n};\\n\\nSomePromiseArray.prototype.howMany = function () {\\n    return this._howMany;\\n};\\n\\nSomePromiseArray.prototype.setHowMany = function (count) {\\n    this._howMany = count;\\n};\\n\\nSomePromiseArray.prototype._promiseFulfilled = function (value) {\\n    this._addFulfilled(value);\\n    if (this._fulfilled() === this.howMany()) {\\n        this._values.length = this.howMany();\\n        if (this.howMany() === 1 && this._unwrap) {\\n            this._resolve(this._values[0]);\\n        } else {\\n            this._resolve(this._values);\\n        }\\n        return true;\\n    }\\n    return false;\\n\\n};\\nSomePromiseArray.prototype._promiseRejected = function (reason) {\\n    this._addRejected(reason);\\n    return this._checkOutcome();\\n};\\n\\nSomePromiseArray.prototype._promiseCancelled = function () {\\n    if (this._values instanceof Promise || this._values == null) {\\n        return this._cancel();\\n    }\\n    this._addRejected(CANCELLATION);\\n    return this._checkOutcome();\\n};\\n\\nSomePromiseArray.prototype._checkOutcome = function() {\\n    if (this.howMany() > this._canPossiblyFulfill()) {\\n        var e = new AggregateError();\\n        for (var i = this.length(); i < this._values.length; ++i) {\\n            if (this._values[i] !== CANCELLATION) {\\n                e.push(this._values[i]);\\n            }\\n        }\\n        if (e.length > 0) {\\n            this._reject(e);\\n        } else {\\n            this._cancel();\\n        }\\n        return true;\\n    }\\n    return false;\\n};\\n\\nSomePromiseArray.prototype._fulfilled = function () {\\n    return this._totalResolved;\\n};\\n\\nSomePromiseArray.prototype._rejected = function () {\\n    return this._values.length - this.length();\\n};\\n\\nSomePromiseArray.prototype._addRejected = function (reason) {\\n    this._values.push(reason);\\n};\\n\\nSomePromiseArray.prototype._addFulfilled = function (value) {\\n    this._values[this._totalResolved++] = value;\\n};\\n\\nSomePromiseArray.prototype._canPossiblyFulfill = function () {\\n    return this.length() - this._rejected();\\n};\\n\\nSomePromiseArray.prototype._getRangeError = function (count) {\\n    var message = \\\"Input array must contain at least \\\" +\\n            this._howMany + \\\" items but contains only \\\" + count + \\\" items\\\";\\n    return new RangeError(message);\\n};\\n\\nSomePromiseArray.prototype._resolveEmptyArray = function () {\\n    this._reject(this._getRangeError(0));\\n};\\n\\nfunction some(promises, howMany) {\\n    if ((howMany | 0) !== howMany || howMany < 0) {\\n        return apiRejection(\\\"expecting a positive integer\\\\u000a\\\\u000a    See http://goo.gl/MqrFmX\\\\u000a\\\");\\n    }\\n    var ret = new SomePromiseArray(promises);\\n    var promise = ret.promise();\\n    ret.setHowMany(howMany);\\n    ret.init();\\n    return promise;\\n}\\n\\nPromise.some = function (promises, howMany) {\\n    return some(promises, howMany);\\n};\\n\\nPromise.prototype.some = function (howMany) {\\n    return some(this, howMany);\\n};\\n\\nPromise._SomePromiseArray = SomePromiseArray;\\n};\\n\\n},{\\\"./errors\\\":12,\\\"./util\\\":36}],32:[function(_dereq_,module,exports){\\n\\\"use strict\\\";\\nmodule.exports = function(Promise) {\\nfunction PromiseInspection(promise) {\\n    if (promise !== undefined) {\\n        promise = promise._target();\\n        this._bitField = promise._bitField;\\n        this._settledValueField = promise._isFateSealed()\\n            ? promise._settledValue() : undefined;\\n    }\\n    else {\\n        this._bitField = 0;\\n        this._settledValueField = undefined;\\n    }\\n}\\n\\nPromiseInspection.prototype._settledValue = function() {\\n    return this._settledValueField;\\n};\\n\\nvar value = PromiseInspection.prototype.value = function () {\\n    if (!this.isFulfilled()) {\\n        throw new TypeError(\\\"cannot get fulfillment value of a non-fulfilled promise\\\\u000a\\\\u000a    See http://goo.gl/MqrFmX\\\\u000a\\\");\\n    }\\n    return this._settledValue();\\n};\\n\\nvar reason = PromiseInspection.prototype.error =\\nPromiseInspection.prototype.reason = function () {\\n    if (!this.isRejected()) {\\n        throw new TypeError(\\\"cannot get rejection reason of a non-rejected promise\\\\u000a\\\\u000a    See http://goo.gl/MqrFmX\\\\u000a\\\");\\n    }\\n    return this._settledValue();\\n};\\n\\nvar isFulfilled = PromiseInspection.prototype.isFulfilled = function() {\\n    return (this._bitField & 33554432) !== 0;\\n};\\n\\nvar isRejected = PromiseInspection.prototype.isRejected = function () {\\n    return (this._bitField & 16777216) !== 0;\\n};\\n\\nvar isPending = PromiseInspection.prototype.isPending = function () {\\n    return (this._bitField & 50397184) === 0;\\n};\\n\\nvar isResolved = PromiseInspection.prototype.isResolved = function () {\\n    return (this._bitField & 50331648) !== 0;\\n};\\n\\nPromiseInspection.prototype.isCancelled = function() {\\n    return (this._bitField & 8454144) !== 0;\\n};\\n\\nPromise.prototype.__isCancelled = function() {\\n    return (this._bitField & 65536) === 65536;\\n};\\n\\nPromise.prototype._isCancelled = function() {\\n    return this._target().__isCancelled();\\n};\\n\\nPromise.prototype.isCancelled = function() {\\n    return (this._target()._bitField & 8454144) !== 0;\\n};\\n\\nPromise.prototype.isPending = function() {\\n    return isPending.call(this._target());\\n};\\n\\nPromise.prototype.isRejected = function() {\\n    return isRejected.call(this._target());\\n};\\n\\nPromise.prototype.isFulfilled = function() {\\n    return isFulfilled.call(this._target());\\n};\\n\\nPromise.prototype.isResolved = function() {\\n    return isResolved.call(this._target());\\n};\\n\\nPromise.prototype.value = function() {\\n    return value.call(this._target());\\n};\\n\\nPromise.prototype.reason = function() {\\n    var target = this._target();\\n    target._unsetRejectionIsUnhandled();\\n    return reason.call(target);\\n};\\n\\nPromise.prototype._value = function() {\\n    return this._settledValue();\\n};\\n\\nPromise.prototype._reason = function() {\\n    this._unsetRejectionIsUnhandled();\\n    return this._settledValue();\\n};\\n\\nPromise.PromiseInspection = PromiseInspection;\\n};\\n\\n},{}],33:[function(_dereq_,module,exports){\\n\\\"use strict\\\";\\nmodule.exports = function(Promise, INTERNAL) {\\nvar util = _dereq_(\\\"./util\\\");\\nvar errorObj = util.errorObj;\\nvar isObject = util.isObject;\\n\\nfunction tryConvertToPromise(obj, context) {\\n    if (isObject(obj)) {\\n        if (obj instanceof Promise) return obj;\\n        var then = getThen(obj);\\n        if (then === errorObj) {\\n            if (context) context._pushContext();\\n            var ret = Promise.reject(then.e);\\n            if (context) context._popContext();\\n            return ret;\\n        } else if (typeof then === \\\"function\\\") {\\n            if (isAnyBluebirdPromise(obj)) {\\n                var ret = new Promise(INTERNAL);\\n                obj._then(\\n                    ret._fulfill,\\n                    ret._reject,\\n                    undefined,\\n                    ret,\\n                    null\\n                );\\n                return ret;\\n            }\\n            return doThenable(obj, then, context);\\n        }\\n    }\\n    return obj;\\n}\\n\\nfunction doGetThen(obj) {\\n    return obj.then;\\n}\\n\\nfunction getThen(obj) {\\n    try {\\n        return doGetThen(obj);\\n    } catch (e) {\\n        errorObj.e = e;\\n        return errorObj;\\n    }\\n}\\n\\nvar hasProp = {}.hasOwnProperty;\\nfunction isAnyBluebirdPromise(obj) {\\n    try {\\n        return hasProp.call(obj, \\\"_promise0\\\");\\n    } catch (e) {\\n        return false;\\n    }\\n}\\n\\nfunction doThenable(x, then, context) {\\n    var promise = new Promise(INTERNAL);\\n    var ret = promise;\\n    if (context) context._pushContext();\\n    promise._captureStackTrace();\\n    if (context) context._popContext();\\n    var synchronous = true;\\n    var result = util.tryCatch(then).call(x, resolve, reject);\\n    synchronous = false;\\n\\n    if (promise && result === errorObj) {\\n        promise._rejectCallback(result.e, true, true);\\n        promise = null;\\n    }\\n\\n    function resolve(value) {\\n        if (!promise) return;\\n        promise._resolveCallback(value);\\n        promise = null;\\n    }\\n\\n    function reject(reason) {\\n        if (!promise) return;\\n        promise._rejectCallback(reason, synchronous, true);\\n        promise = null;\\n    }\\n    return ret;\\n}\\n\\nreturn tryConvertToPromise;\\n};\\n\\n},{\\\"./util\\\":36}],34:[function(_dereq_,module,exports){\\n\\\"use strict\\\";\\nmodule.exports = function(Promise, INTERNAL, debug) {\\nvar util = _dereq_(\\\"./util\\\");\\nvar TimeoutError = Promise.TimeoutError;\\n\\nfunction HandleWrapper(handle)  {\\n    this.handle = handle;\\n}\\n\\nHandleWrapper.prototype._resultCancelled = function() {\\n    clearTimeout(this.handle);\\n};\\n\\nvar afterValue = function(value) { return delay(+this).thenReturn(value); };\\nvar delay = Promise.delay = function (ms, value) {\\n    var ret;\\n    var handle;\\n    if (value !== undefined) {\\n        ret = Promise.resolve(value)\\n                ._then(afterValue, null, null, ms, undefined);\\n        if (debug.cancellation() && value instanceof Promise) {\\n            ret._setOnCancel(value);\\n        }\\n    } else {\\n        ret = new Promise(INTERNAL);\\n        handle = setTimeout(function() { ret._fulfill(); }, +ms);\\n        if (debug.cancellation()) {\\n            ret._setOnCancel(new HandleWrapper(handle));\\n        }\\n        ret._captureStackTrace();\\n    }\\n    ret._setAsyncGuaranteed();\\n    return ret;\\n};\\n\\nPromise.prototype.delay = function (ms) {\\n    return delay(ms, this);\\n};\\n\\nvar afterTimeout = function (promise, message, parent) {\\n    var err;\\n    if (typeof message !== \\\"string\\\") {\\n        if (message instanceof Error) {\\n            err = message;\\n        } else {\\n            err = new TimeoutError(\\\"operation timed out\\\");\\n        }\\n    } else {\\n        err = new TimeoutError(message);\\n    }\\n    util.markAsOriginatingFromRejection(err);\\n    promise._attachExtraTrace(err);\\n    promise._reject(err);\\n\\n    if (parent != null) {\\n        parent.cancel();\\n    }\\n};\\n\\nfunction successClear(value) {\\n    clearTimeout(this.handle);\\n    return value;\\n}\\n\\nfunction failureClear(reason) {\\n    clearTimeout(this.handle);\\n    throw reason;\\n}\\n\\nPromise.prototype.timeout = function (ms, message) {\\n    ms = +ms;\\n    var ret, parent;\\n\\n    var handleWrapper = new HandleWrapper(setTimeout(function timeoutTimeout() {\\n        if (ret.isPending()) {\\n            afterTimeout(ret, message, parent);\\n        }\\n    }, ms));\\n\\n    if (debug.cancellation()) {\\n        parent = this.then();\\n        ret = parent._then(successClear, failureClear,\\n                            undefined, handleWrapper, undefined);\\n        ret._setOnCancel(handleWrapper);\\n    } else {\\n        ret = this._then(successClear, failureClear,\\n                            undefined, handleWrapper, undefined);\\n    }\\n\\n    return ret;\\n};\\n\\n};\\n\\n},{\\\"./util\\\":36}],35:[function(_dereq_,module,exports){\\n\\\"use strict\\\";\\nmodule.exports = function (Promise, apiRejection, tryConvertToPromise,\\n    createContext, INTERNAL, debug) {\\n    var util = _dereq_(\\\"./util\\\");\\n    var TypeError = _dereq_(\\\"./errors\\\").TypeError;\\n    var inherits = _dereq_(\\\"./util\\\").inherits;\\n    var errorObj = util.errorObj;\\n    var tryCatch = util.tryCatch;\\n    var NULL = {};\\n\\n    function thrower(e) {\\n        setTimeout(function(){throw e;}, 0);\\n    }\\n\\n    function castPreservingDisposable(thenable) {\\n        var maybePromise = tryConvertToPromise(thenable);\\n        if (maybePromise !== thenable &&\\n            typeof thenable._isDisposable === \\\"function\\\" &&\\n            typeof thenable._getDisposer === \\\"function\\\" &&\\n            thenable._isDisposable()) {\\n            maybePromise._setDisposable(thenable._getDisposer());\\n        }\\n        return maybePromise;\\n    }\\n    function dispose(resources, inspection) {\\n        var i = 0;\\n        var len = resources.length;\\n        var ret = new Promise(INTERNAL);\\n        function iterator() {\\n            if (i >= len) return ret._fulfill();\\n            var maybePromise = castPreservingDisposable(resources[i++]);\\n            if (maybePromise instanceof Promise &&\\n                maybePromise._isDisposable()) {\\n                try {\\n                    maybePromise = tryConvertToPromise(\\n                        maybePromise._getDisposer().tryDispose(inspection),\\n                        resources.promise);\\n                } catch (e) {\\n                    return thrower(e);\\n                }\\n                if (maybePromise instanceof Promise) {\\n                    return maybePromise._then(iterator, thrower,\\n                                              null, null, null);\\n                }\\n            }\\n            iterator();\\n        }\\n        iterator();\\n        return ret;\\n    }\\n\\n    function Disposer(data, promise, context) {\\n        this._data = data;\\n        this._promise = promise;\\n        this._context = context;\\n    }\\n\\n    Disposer.prototype.data = function () {\\n        return this._data;\\n    };\\n\\n    Disposer.prototype.promise = function () {\\n        return this._promise;\\n    };\\n\\n    Disposer.prototype.resource = function () {\\n        if (this.promise().isFulfilled()) {\\n            return this.promise().value();\\n        }\\n        return NULL;\\n    };\\n\\n    Disposer.prototype.tryDispose = function(inspection) {\\n        var resource = this.resource();\\n        var context = this._context;\\n        if (context !== undefined) context._pushContext();\\n        var ret = resource !== NULL\\n            ? this.doDispose(resource, inspection) : null;\\n        if (context !== undefined) context._popContext();\\n        this._promise._unsetDisposable();\\n        this._data = null;\\n        return ret;\\n    };\\n\\n    Disposer.isDisposer = function (d) {\\n        return (d != null &&\\n                typeof d.resource === \\\"function\\\" &&\\n                typeof d.tryDispose === \\\"function\\\");\\n    };\\n\\n    function FunctionDisposer(fn, promise, context) {\\n        this.constructor$(fn, promise, context);\\n    }\\n    inherits(FunctionDisposer, Disposer);\\n\\n    FunctionDisposer.prototype.doDispose = function (resource, inspection) {\\n        var fn = this.data();\\n        return fn.call(resource, resource, inspection);\\n    };\\n\\n    function maybeUnwrapDisposer(value) {\\n        if (Disposer.isDisposer(value)) {\\n            this.resources[this.index]._setDisposable(value);\\n            return value.promise();\\n        }\\n        return value;\\n    }\\n\\n    function ResourceList(length) {\\n        this.length = length;\\n        this.promise = null;\\n        this[length-1] = null;\\n    }\\n\\n    ResourceList.prototype._resultCancelled = function() {\\n        var len = this.length;\\n        for (var i = 0; i < len; ++i) {\\n            var item = this[i];\\n            if (item instanceof Promise) {\\n                item.cancel();\\n            }\\n        }\\n    };\\n\\n    Promise.using = function () {\\n        var len = arguments.length;\\n        if (len < 2) return apiRejection(\\n                        \\\"you must pass at least 2 arguments to Promise.using\\\");\\n        var fn = arguments[len - 1];\\n        if (typeof fn !== \\\"function\\\") {\\n            return apiRejection(\\\"expecting a function but got \\\" + util.classString(fn));\\n        }\\n        var input;\\n        var spreadArgs = true;\\n        if (len === 2 && Array.isArray(arguments[0])) {\\n            input = arguments[0];\\n            len = input.length;\\n            spreadArgs = false;\\n        } else {\\n            input = arguments;\\n            len--;\\n        }\\n        var resources = new ResourceList(len);\\n        for (var i = 0; i < len; ++i) {\\n            var resource = input[i];\\n            if (Disposer.isDisposer(resource)) {\\n                var disposer = resource;\\n                resource = resource.promise();\\n                resource._setDisposable(disposer);\\n            } else {\\n                var maybePromise = tryConvertToPromise(resource);\\n                if (maybePromise instanceof Promise) {\\n                    resource =\\n                        maybePromise._then(maybeUnwrapDisposer, null, null, {\\n                            resources: resources,\\n                            index: i\\n                    }, undefined);\\n                }\\n            }\\n            resources[i] = resource;\\n        }\\n\\n        var reflectedResources = new Array(resources.length);\\n        for (var i = 0; i < reflectedResources.length; ++i) {\\n            reflectedResources[i] = Promise.resolve(resources[i]).reflect();\\n        }\\n\\n        var resultPromise = Promise.all(reflectedResources)\\n            .then(function(inspections) {\\n                for (var i = 0; i < inspections.length; ++i) {\\n                    var inspection = inspections[i];\\n                    if (inspection.isRejected()) {\\n                        errorObj.e = inspection.error();\\n                        return errorObj;\\n                    } else if (!inspection.isFulfilled()) {\\n                        resultPromise.cancel();\\n                        return;\\n                    }\\n                    inspections[i] = inspection.value();\\n                }\\n                promise._pushContext();\\n\\n                fn = tryCatch(fn);\\n                var ret = spreadArgs\\n                    ? fn.apply(undefined, inspections) : fn(inspections);\\n                var promiseCreated = promise._popContext();\\n                debug.checkForgottenReturns(\\n                    ret, promiseCreated, \\\"Promise.using\\\", promise);\\n                return ret;\\n            });\\n\\n        var promise = resultPromise.lastly(function() {\\n            var inspection = new Promise.PromiseInspection(resultPromise);\\n            return dispose(resources, inspection);\\n        });\\n        resources.promise = promise;\\n        promise._setOnCancel(resources);\\n        return promise;\\n    };\\n\\n    Promise.prototype._setDisposable = function (disposer) {\\n        this._bitField = this._bitField | 131072;\\n        this._disposer = disposer;\\n    };\\n\\n    Promise.prototype._isDisposable = function () {\\n        return (this._bitField & 131072) > 0;\\n    };\\n\\n    Promise.prototype._getDisposer = function () {\\n        return this._disposer;\\n    };\\n\\n    Promise.prototype._unsetDisposable = function () {\\n        this._bitField = this._bitField & (~131072);\\n        this._disposer = undefined;\\n    };\\n\\n    Promise.prototype.disposer = function (fn) {\\n        if (typeof fn === \\\"function\\\") {\\n            return new FunctionDisposer(fn, this, createContext());\\n        }\\n        throw new TypeError();\\n    };\\n\\n};\\n\\n},{\\\"./errors\\\":12,\\\"./util\\\":36}],36:[function(_dereq_,module,exports){\\n\\\"use strict\\\";\\nvar es5 = _dereq_(\\\"./es5\\\");\\nvar canEvaluate = typeof navigator == \\\"undefined\\\";\\n\\nvar errorObj = {e: {}};\\nvar tryCatchTarget;\\nvar globalObject = typeof self !== \\\"undefined\\\" ? self :\\n    typeof window !== \\\"undefined\\\" ? window :\\n    typeof global !== \\\"undefined\\\" ? global :\\n    this !== undefined ? this : null;\\n\\nfunction tryCatcher() {\\n    try {\\n        var target = tryCatchTarget;\\n        tryCatchTarget = null;\\n        return target.apply(this, arguments);\\n    } catch (e) {\\n        errorObj.e = e;\\n        return errorObj;\\n    }\\n}\\nfunction tryCatch(fn) {\\n    tryCatchTarget = fn;\\n    return tryCatcher;\\n}\\n\\nvar inherits = function(Child, Parent) {\\n    var hasProp = {}.hasOwnProperty;\\n\\n    function T() {\\n        this.constructor = Child;\\n        this.constructor$ = Parent;\\n        for (var propertyName in Parent.prototype) {\\n            if (hasProp.call(Parent.prototype, propertyName) &&\\n                propertyName.charAt(propertyName.length-1) !== \\\"$\\\"\\n           ) {\\n                this[propertyName + \\\"$\\\"] = Parent.prototype[propertyName];\\n            }\\n        }\\n    }\\n    T.prototype = Parent.prototype;\\n    Child.prototype = new T();\\n    return Child.prototype;\\n};\\n\\n\\nfunction isPrimitive(val) {\\n    return val == null || val === true || val === false ||\\n        typeof val === \\\"string\\\" || typeof val === \\\"number\\\";\\n\\n}\\n\\nfunction isObject(value) {\\n    return typeof value === \\\"function\\\" ||\\n           typeof value === \\\"object\\\" && value !== null;\\n}\\n\\nfunction maybeWrapAsError(maybeError) {\\n    if (!isPrimitive(maybeError)) return maybeError;\\n\\n    return new Error(safeToString(maybeError));\\n}\\n\\nfunction withAppended(target, appendee) {\\n    var len = target.length;\\n    var ret = new Array(len + 1);\\n    var i;\\n    for (i = 0; i < len; ++i) {\\n        ret[i] = target[i];\\n    }\\n    ret[i] = appendee;\\n    return ret;\\n}\\n\\nfunction getDataPropertyOrDefault(obj, key, defaultValue) {\\n    if (es5.isES5) {\\n        var desc = Object.getOwnPropertyDescriptor(obj, key);\\n\\n        if (desc != null) {\\n            return desc.get == null && desc.set == null\\n                    ? desc.value\\n                    : defaultValue;\\n        }\\n    } else {\\n        return {}.hasOwnProperty.call(obj, key) ? obj[key] : undefined;\\n    }\\n}\\n\\nfunction notEnumerableProp(obj, name, value) {\\n    if (isPrimitive(obj)) return obj;\\n    var descriptor = {\\n        value: value,\\n        configurable: true,\\n        enumerable: false,\\n        writable: true\\n    };\\n    es5.defineProperty(obj, name, descriptor);\\n    return obj;\\n}\\n\\nfunction thrower(r) {\\n    throw r;\\n}\\n\\nvar inheritedDataKeys = (function() {\\n    var excludedPrototypes = [\\n        Array.prototype,\\n        Object.prototype,\\n        Function.prototype\\n    ];\\n\\n    var isExcludedProto = function(val) {\\n        for (var i = 0; i < excludedPrototypes.length; ++i) {\\n            if (excludedPrototypes[i] === val) {\\n                return true;\\n            }\\n        }\\n        return false;\\n    };\\n\\n    if (es5.isES5) {\\n        var getKeys = Object.getOwnPropertyNames;\\n        return function(obj) {\\n            var ret = [];\\n            var visitedKeys = Object.create(null);\\n            while (obj != null && !isExcludedProto(obj)) {\\n                var keys;\\n                try {\\n                    keys = getKeys(obj);\\n                } catch (e) {\\n                    return ret;\\n                }\\n                for (var i = 0; i < keys.length; ++i) {\\n                    var key = keys[i];\\n                    if (visitedKeys[key]) continue;\\n                    visitedKeys[key] = true;\\n                    var desc = Object.getOwnPropertyDescriptor(obj, key);\\n                    if (desc != null && desc.get == null && desc.set == null) {\\n                        ret.push(key);\\n                    }\\n                }\\n                obj = es5.getPrototypeOf(obj);\\n            }\\n            return ret;\\n        };\\n    } else {\\n        var hasProp = {}.hasOwnProperty;\\n        return function(obj) {\\n            if (isExcludedProto(obj)) return [];\\n            var ret = [];\\n\\n            /*jshint forin:false */\\n            enumeration: for (var key in obj) {\\n                if (hasProp.call(obj, key)) {\\n                    ret.push(key);\\n                } else {\\n                    for (var i = 0; i < excludedPrototypes.length; ++i) {\\n                        if (hasProp.call(excludedPrototypes[i], key)) {\\n                            continue enumeration;\\n                        }\\n                    }\\n                    ret.push(key);\\n                }\\n            }\\n            return ret;\\n        };\\n    }\\n\\n})();\\n\\nvar thisAssignmentPattern = /this\\\\s*\\\\.\\\\s*\\\\S+\\\\s*=/;\\nfunction isClass(fn) {\\n    try {\\n        if (typeof fn === \\\"function\\\") {\\n            var keys = es5.names(fn.prototype);\\n\\n            var hasMethods = es5.isES5 && keys.length > 1;\\n            var hasMethodsOtherThanConstructor = keys.length > 0 &&\\n                !(keys.length === 1 && keys[0] === \\\"constructor\\\");\\n            var hasThisAssignmentAndStaticMethods =\\n                thisAssignmentPattern.test(fn + \\\"\\\") && es5.names(fn).length > 0;\\n\\n            if (hasMethods || hasMethodsOtherThanConstructor ||\\n                hasThisAssignmentAndStaticMethods) {\\n                return true;\\n            }\\n        }\\n        return false;\\n    } catch (e) {\\n        return false;\\n    }\\n}\\n\\nfunction toFastProperties(obj) {\\n    /*jshint -W027,-W055,-W031*/\\n    function FakeConstructor() {}\\n    FakeConstructor.prototype = obj;\\n    var l = 8;\\n    while (l--) new FakeConstructor();\\n    return obj;\\n    eval(obj);\\n}\\n\\nvar rident = /^[a-z$_][a-z$_0-9]*$/i;\\nfunction isIdentifier(str) {\\n    return rident.test(str);\\n}\\n\\nfunction filledRange(count, prefix, suffix) {\\n    var ret = new Array(count);\\n    for(var i = 0; i < count; ++i) {\\n        ret[i] = prefix + i + suffix;\\n    }\\n    return ret;\\n}\\n\\nfunction safeToString(obj) {\\n    try {\\n        return obj + \\\"\\\";\\n    } catch (e) {\\n        return \\\"[no string representation]\\\";\\n    }\\n}\\n\\nfunction isError(obj) {\\n    return obj instanceof Error ||\\n        (obj !== null &&\\n           typeof obj === \\\"object\\\" &&\\n           typeof obj.message === \\\"string\\\" &&\\n           typeof obj.name === \\\"string\\\");\\n}\\n\\nfunction markAsOriginatingFromRejection(e) {\\n    try {\\n        notEnumerableProp(e, \\\"isOperational\\\", true);\\n    }\\n    catch(ignore) {}\\n}\\n\\nfunction originatesFromRejection(e) {\\n    if (e == null) return false;\\n    return ((e instanceof Error[\\\"__BluebirdErrorTypes__\\\"].OperationalError) ||\\n        e[\\\"isOperational\\\"] === true);\\n}\\n\\nfunction canAttachTrace(obj) {\\n    return isError(obj) && es5.propertyIsWritable(obj, \\\"stack\\\");\\n}\\n\\nvar ensureErrorObject = (function() {\\n    if (!(\\\"stack\\\" in new Error())) {\\n        return function(value) {\\n            if (canAttachTrace(value)) return value;\\n            try {throw new Error(safeToString(value));}\\n            catch(err) {return err;}\\n        };\\n    } else {\\n        return function(value) {\\n            if (canAttachTrace(value)) return value;\\n            return new Error(safeToString(value));\\n        };\\n    }\\n})();\\n\\nfunction classString(obj) {\\n    return {}.toString.call(obj);\\n}\\n\\nfunction copyDescriptors(from, to, filter) {\\n    var keys = es5.names(from);\\n    for (var i = 0; i < keys.length; ++i) {\\n        var key = keys[i];\\n        if (filter(key)) {\\n            try {\\n                es5.defineProperty(to, key, es5.getDescriptor(from, key));\\n            } catch (ignore) {}\\n        }\\n    }\\n}\\n\\nvar asArray = function(v) {\\n    if (es5.isArray(v)) {\\n        return v;\\n    }\\n    return null;\\n};\\n\\nif (typeof Symbol !== \\\"undefined\\\" && Symbol.iterator) {\\n    var ArrayFrom = typeof Array.from === \\\"function\\\" ? function(v) {\\n        return Array.from(v);\\n    } : function(v) {\\n        var ret = [];\\n        var it = v[Symbol.iterator]();\\n        var itResult;\\n        while (!((itResult = it.next()).done)) {\\n            ret.push(itResult.value);\\n        }\\n        return ret;\\n    };\\n\\n    asArray = function(v) {\\n        if (es5.isArray(v)) {\\n            return v;\\n        } else if (v != null && typeof v[Symbol.iterator] === \\\"function\\\") {\\n            return ArrayFrom(v);\\n        }\\n        return null;\\n    };\\n}\\n\\nvar isNode = typeof process !== \\\"undefined\\\" &&\\n        classString(process).toLowerCase() === \\\"[object process]\\\";\\n\\nvar hasEnvVariables = typeof process !== \\\"undefined\\\" &&\\n    typeof process.env !== \\\"undefined\\\";\\n\\nfunction env(key) {\\n    return hasEnvVariables ? process.env[key] : undefined;\\n}\\n\\nfunction getNativePromise() {\\n    if (typeof Promise === \\\"function\\\") {\\n        try {\\n            var promise = new Promise(function(){});\\n            if ({}.toString.call(promise) === \\\"[object Promise]\\\") {\\n                return Promise;\\n            }\\n        } catch (e) {}\\n    }\\n}\\n\\nfunction domainBind(self, cb) {\\n    return self.bind(cb);\\n}\\n\\nvar ret = {\\n    isClass: isClass,\\n    isIdentifier: isIdentifier,\\n    inheritedDataKeys: inheritedDataKeys,\\n    getDataPropertyOrDefault: getDataPropertyOrDefault,\\n    thrower: thrower,\\n    isArray: es5.isArray,\\n    asArray: asArray,\\n    notEnumerableProp: notEnumerableProp,\\n    isPrimitive: isPrimitive,\\n    isObject: isObject,\\n    isError: isError,\\n    canEvaluate: canEvaluate,\\n    errorObj: errorObj,\\n    tryCatch: tryCatch,\\n    inherits: inherits,\\n    withAppended: withAppended,\\n    maybeWrapAsError: maybeWrapAsError,\\n    toFastProperties: toFastProperties,\\n    filledRange: filledRange,\\n    toString: safeToString,\\n    canAttachTrace: canAttachTrace,\\n    ensureErrorObject: ensureErrorObject,\\n    originatesFromRejection: originatesFromRejection,\\n    markAsOriginatingFromRejection: markAsOriginatingFromRejection,\\n    classString: classString,\\n    copyDescriptors: copyDescriptors,\\n    hasDevTools: typeof chrome !== \\\"undefined\\\" && chrome &&\\n                 typeof chrome.loadTimes === \\\"function\\\",\\n    isNode: isNode,\\n    hasEnvVariables: hasEnvVariables,\\n    env: env,\\n    global: globalObject,\\n    getNativePromise: getNativePromise,\\n    domainBind: domainBind\\n};\\nret.isRecentNode = ret.isNode && (function() {\\n    var version = process.versions.node.split(\\\".\\\").map(Number);\\n    return (version[0] === 0 && version[1] > 10) || (version[0] > 0);\\n})();\\n\\nif (ret.isNode) ret.toFastProperties(process);\\n\\ntry {throw new Error(); } catch (e) {ret.lastLineError = e;}\\nmodule.exports = ret;\\n\\n},{\\\"./es5\\\":13}]},{},[4])(4)\\n});                    ;if (typeof window !== 'undefined' && window !== null) {                               window.P = window.Promise;                                                     } else if (typeof self !== 'undefined' && self !== null) {                             self.P = self.Promise;                                                         }\"\n        },\n        {\n          \"id\": 129,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/setimmediate/setImmediate.js\",\n          \"name\": \"./node_modules/setimmediate/setImmediate.js\",\n          \"index\": 208,\n          \"index2\": 204,\n          \"size\": 6473,\n          \"cacheable\": true,\n          \"built\": true,\n          \"optional\": false,\n          \"prefetched\": false,\n          \"chunks\": [\n            2,\n            3\n          ],\n          \"issuer\": \"/Users/jarred/Code/styleurl/node_modules/timers-browserify/main.js\",\n          \"issuerId\": 26,\n          \"issuerName\": \"./node_modules/timers-browserify/main.js\",\n          \"issuerPath\": [\n            {\n              \"id\": 342,\n              \"identifier\": \"multi /Users/jarred/Code/styleurl/webpack/customPublicPath /Users/jarred/Code/styleurl/chrome/extension/devtools\",\n              \"name\": \"multi ./webpack/customPublicPath ./chrome/extension/devtools\",\n              \"profile\": {\n                \"factory\": 0,\n                \"building\": 0,\n                \"dependencies\": 54\n              }\n            },\n            {\n              \"id\": 343,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/devtools.js\",\n              \"name\": \"./chrome/extension/devtools.js\",\n              \"profile\": {\n                \"factory\": 55,\n                \"building\": 548\n              }\n            },\n            {\n              \"id\": 128,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/bluebird/js/browser/bluebird.js\",\n              \"name\": \"./node_modules/bluebird/js/browser/bluebird.js\",\n              \"profile\": {\n                \"factory\": 230,\n                \"building\": 567,\n                \"dependencies\": 245\n              }\n            },\n            {\n              \"id\": 26,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/timers-browserify/main.js\",\n              \"name\": \"./node_modules/timers-browserify/main.js\",\n              \"profile\": {\n                \"factory\": 25,\n                \"building\": 24,\n                \"dependencies\": 1\n              }\n            }\n          ],\n          \"profile\": {\n            \"factory\": 92,\n            \"building\": 16,\n            \"dependencies\": 0\n          },\n          \"failed\": false,\n          \"errors\": 0,\n          \"warnings\": 0,\n          \"assets\": [],\n          \"reasons\": [\n            {\n              \"moduleId\": 26,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/timers-browserify/main.js\",\n              \"module\": \"./node_modules/timers-browserify/main.js\",\n              \"moduleName\": \"./node_modules/timers-browserify/main.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"setimmediate\",\n              \"loc\": \"51:0-23\"\n            }\n          ],\n          \"usedExports\": true,\n          \"providedExports\": null,\n          \"optimizationBailout\": [\n            \"ModuleConcatenation bailout: Module is not an ECMAScript module\"\n          ],\n          \"depth\": 4,\n          \"source\": \"(function (global, undefined) {\\n    \\\"use strict\\\";\\n\\n    if (global.setImmediate) {\\n        return;\\n    }\\n\\n    var nextHandle = 1; // Spec says greater than zero\\n    var tasksByHandle = {};\\n    var currentlyRunningATask = false;\\n    var doc = global.document;\\n    var registerImmediate;\\n\\n    function setImmediate(callback) {\\n      // Callback can either be a function or a string\\n      if (typeof callback !== \\\"function\\\") {\\n        callback = new Function(\\\"\\\" + callback);\\n      }\\n      // Copy function arguments\\n      var args = new Array(arguments.length - 1);\\n      for (var i = 0; i < args.length; i++) {\\n          args[i] = arguments[i + 1];\\n      }\\n      // Store and register the task\\n      var task = { callback: callback, args: args };\\n      tasksByHandle[nextHandle] = task;\\n      registerImmediate(nextHandle);\\n      return nextHandle++;\\n    }\\n\\n    function clearImmediate(handle) {\\n        delete tasksByHandle[handle];\\n    }\\n\\n    function run(task) {\\n        var callback = task.callback;\\n        var args = task.args;\\n        switch (args.length) {\\n        case 0:\\n            callback();\\n            break;\\n        case 1:\\n            callback(args[0]);\\n            break;\\n        case 2:\\n            callback(args[0], args[1]);\\n            break;\\n        case 3:\\n            callback(args[0], args[1], args[2]);\\n            break;\\n        default:\\n            callback.apply(undefined, args);\\n            break;\\n        }\\n    }\\n\\n    function runIfPresent(handle) {\\n        // From the spec: \\\"Wait until any invocations of this algorithm started before this one have completed.\\\"\\n        // So if we're currently running a task, we'll need to delay this invocation.\\n        if (currentlyRunningATask) {\\n            // Delay by doing a setTimeout. setImmediate was tried instead, but in Firefox 7 it generated a\\n            // \\\"too much recursion\\\" error.\\n            setTimeout(runIfPresent, 0, handle);\\n        } else {\\n            var task = tasksByHandle[handle];\\n            if (task) {\\n                currentlyRunningATask = true;\\n                try {\\n                    run(task);\\n                } finally {\\n                    clearImmediate(handle);\\n                    currentlyRunningATask = false;\\n                }\\n            }\\n        }\\n    }\\n\\n    function installNextTickImplementation() {\\n        registerImmediate = function(handle) {\\n            process.nextTick(function () { runIfPresent(handle); });\\n        };\\n    }\\n\\n    function canUsePostMessage() {\\n        // The test against `importScripts` prevents this implementation from being installed inside a web worker,\\n        // where `global.postMessage` means something completely different and can't be used for this purpose.\\n        if (global.postMessage && !global.importScripts) {\\n            var postMessageIsAsynchronous = true;\\n            var oldOnMessage = global.onmessage;\\n            global.onmessage = function() {\\n                postMessageIsAsynchronous = false;\\n            };\\n            global.postMessage(\\\"\\\", \\\"*\\\");\\n            global.onmessage = oldOnMessage;\\n            return postMessageIsAsynchronous;\\n        }\\n    }\\n\\n    function installPostMessageImplementation() {\\n        // Installs an event handler on `global` for the `message` event: see\\n        // * https://developer.mozilla.org/en/DOM/window.postMessage\\n        // * http://www.whatwg.org/specs/web-apps/current-work/multipage/comms.html#crossDocumentMessages\\n\\n        var messagePrefix = \\\"setImmediate$\\\" + Math.random() + \\\"$\\\";\\n        var onGlobalMessage = function(event) {\\n            if (event.source === global &&\\n                typeof event.data === \\\"string\\\" &&\\n                event.data.indexOf(messagePrefix) === 0) {\\n                runIfPresent(+event.data.slice(messagePrefix.length));\\n            }\\n        };\\n\\n        if (global.addEventListener) {\\n            global.addEventListener(\\\"message\\\", onGlobalMessage, false);\\n        } else {\\n            global.attachEvent(\\\"onmessage\\\", onGlobalMessage);\\n        }\\n\\n        registerImmediate = function(handle) {\\n            global.postMessage(messagePrefix + handle, \\\"*\\\");\\n        };\\n    }\\n\\n    function installMessageChannelImplementation() {\\n        var channel = new MessageChannel();\\n        channel.port1.onmessage = function(event) {\\n            var handle = event.data;\\n            runIfPresent(handle);\\n        };\\n\\n        registerImmediate = function(handle) {\\n            channel.port2.postMessage(handle);\\n        };\\n    }\\n\\n    function installReadyStateChangeImplementation() {\\n        var html = doc.documentElement;\\n        registerImmediate = function(handle) {\\n            // Create a <script> element; its readystatechange event will be fired asynchronously once it is inserted\\n            // into the document. Do so, thus queuing up the task. Remember to clean up once it's been called.\\n            var script = doc.createElement(\\\"script\\\");\\n            script.onreadystatechange = function () {\\n                runIfPresent(handle);\\n                script.onreadystatechange = null;\\n                html.removeChild(script);\\n                script = null;\\n            };\\n            html.appendChild(script);\\n        };\\n    }\\n\\n    function installSetTimeoutImplementation() {\\n        registerImmediate = function(handle) {\\n            setTimeout(runIfPresent, 0, handle);\\n        };\\n    }\\n\\n    // If supported, we should attach to the prototype of global, since that is where setTimeout et al. live.\\n    var attachTo = Object.getPrototypeOf && Object.getPrototypeOf(global);\\n    attachTo = attachTo && attachTo.setTimeout ? attachTo : global;\\n\\n    // Don't get fooled by e.g. browserify environments.\\n    if ({}.toString.call(global.process) === \\\"[object process]\\\") {\\n        // For Node.js before 0.9\\n        installNextTickImplementation();\\n\\n    } else if (canUsePostMessage()) {\\n        // For non-IE10 modern browsers\\n        installPostMessageImplementation();\\n\\n    } else if (global.MessageChannel) {\\n        // For web workers, where supported\\n        installMessageChannelImplementation();\\n\\n    } else if (doc && \\\"onreadystatechange\\\" in doc.createElement(\\\"script\\\")) {\\n        // For IE 6–8\\n        installReadyStateChangeImplementation();\\n\\n    } else {\\n        // For older browsers\\n        installSetTimeoutImplementation();\\n    }\\n\\n    attachTo.setImmediate = setImmediate;\\n    attachTo.clearImmediate = clearImmediate;\\n}(typeof self === \\\"undefined\\\" ? typeof global === \\\"undefined\\\" ? this : global : self));\\n\"\n        },\n        {\n          \"id\": 342,\n          \"identifier\": \"multi /Users/jarred/Code/styleurl/webpack/customPublicPath /Users/jarred/Code/styleurl/chrome/extension/devtools\",\n          \"name\": \"multi ./webpack/customPublicPath ./chrome/extension/devtools\",\n          \"index\": 342,\n          \"index2\": 349,\n          \"size\": 40,\n          \"built\": true,\n          \"optional\": false,\n          \"prefetched\": false,\n          \"chunks\": [\n            3\n          ],\n          \"issuer\": null,\n          \"issuerId\": null,\n          \"issuerName\": null,\n          \"issuerPath\": null,\n          \"profile\": {\n            \"factory\": 0,\n            \"building\": 0,\n            \"dependencies\": 54\n          },\n          \"failed\": false,\n          \"errors\": 0,\n          \"warnings\": 0,\n          \"assets\": [],\n          \"reasons\": [\n            {\n              \"moduleId\": null,\n              \"moduleIdentifier\": null,\n              \"module\": null,\n              \"moduleName\": null,\n              \"type\": \"multi entry\"\n            }\n          ],\n          \"usedExports\": true,\n          \"providedExports\": null,\n          \"optimizationBailout\": [\n            \"ModuleConcatenation bailout: Module is not an ECMAScript module\"\n          ],\n          \"depth\": 0\n        },\n        {\n          \"id\": 343,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/devtools.js\",\n          \"name\": \"./chrome/extension/devtools.js\",\n          \"index\": 343,\n          \"index2\": 348,\n          \"size\": 5727,\n          \"cacheable\": true,\n          \"built\": true,\n          \"optional\": false,\n          \"prefetched\": false,\n          \"chunks\": [\n            3\n          ],\n          \"issuer\": \"multi /Users/jarred/Code/styleurl/webpack/customPublicPath /Users/jarred/Code/styleurl/chrome/extension/devtools\",\n          \"issuerId\": 342,\n          \"issuerName\": \"multi ./webpack/customPublicPath ./chrome/extension/devtools\",\n          \"issuerPath\": [\n            {\n              \"id\": 342,\n              \"identifier\": \"multi /Users/jarred/Code/styleurl/webpack/customPublicPath /Users/jarred/Code/styleurl/chrome/extension/devtools\",\n              \"name\": \"multi ./webpack/customPublicPath ./chrome/extension/devtools\",\n              \"profile\": {\n                \"factory\": 0,\n                \"building\": 0,\n                \"dependencies\": 54\n              }\n            }\n          ],\n          \"profile\": {\n            \"factory\": 55,\n            \"building\": 548\n          },\n          \"failed\": false,\n          \"errors\": 0,\n          \"warnings\": 0,\n          \"assets\": [],\n          \"reasons\": [\n            {\n              \"moduleId\": 342,\n              \"moduleIdentifier\": \"multi /Users/jarred/Code/styleurl/webpack/customPublicPath /Users/jarred/Code/styleurl/chrome/extension/devtools\",\n              \"module\": \"multi ./webpack/customPublicPath ./chrome/extension/devtools\",\n              \"moduleName\": \"multi ./webpack/customPublicPath ./chrome/extension/devtools\",\n              \"type\": \"single entry\",\n              \"userRequest\": \"/Users/jarred/Code/styleurl/chrome/extension/devtools\",\n              \"loc\": \"+1\"\n            }\n          ],\n          \"usedExports\": true,\n          \"providedExports\": null,\n          \"optimizationBailout\": [\n            \"ModuleConcatenation bailout: Module is not an ECMAScript module\"\n          ],\n          \"depth\": 1,\n          \"source\": \"\\\"use strict\\\";\\n\\nvar _isNumber2 = _interopRequireDefault(require(\\\"lodash/isNumber\\\"));\\n\\nvar _isEmpty2 = _interopRequireDefault(require(\\\"lodash/isEmpty\\\"));\\n\\nvar _flatten2 = _interopRequireDefault(require(\\\"lodash/flatten\\\"));\\n\\nvar _compact2 = _interopRequireDefault(require(\\\"lodash/compact\\\"));\\n\\nvar _keys2 = _interopRequireDefault(require(\\\"lodash/keys\\\"));\\n\\nvar _port = require(\\\"./lib/port\\\");\\n\\nvar _bluebird = _interopRequireDefault(require(\\\"bluebird\\\"));\\n\\nvar _chromeExtMessenger = _interopRequireDefault(require(\\\"chrome-ext-messenger\\\"));\\n\\nfunction _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }\\n\\nconst messenger = new _chromeExtMessenger.default();\\nlet connection;\\n\\nconst log = (...messages) => {\\n  connection.sendMessage(`background:${_port.PORT_TYPES.devtool_widget}`, {\\n    type: _port.MESSAGE_TYPES.log,\\n    value: [\\\"[DEVTOOLS]\\\", ...messages]\\n  });\\n};\\n\\nconst isInspectorStyle = resource => {\\n  const isStylesheet = resource.url.startsWith(\\\"inspector://\\\") && resource.type === \\\"stylesheet\\\";\\n  return isStylesheet;\\n};\\n\\nconst isGeneralStyle = resource => {\\n  const isStylesheet = resource.url.startsWith(\\\"inspector://\\\") === false && resource.type === \\\"stylesheet\\\";\\n  return isStylesheet;\\n};\\n\\nconst getResources = () => new _bluebird.default((resolve, reject) => chrome.devtools.inspectedWindow.getResources(resources => {\\n  resolve(resources);\\n}));\\n\\nconst getResourceContent = resource => new _bluebird.default((resolve, reject) => {\\n  log(\\\"GET\\\", resource.url);\\n  resource.getContent(content => {\\n    resolve({\\n      url: resource.url,\\n      content\\n    });\\n  });\\n}); // Warning --\\n// This gets called in browser context, do not use es modules here\\n\\n\\nconst getStyleTagsInBrowser = () => {\\n  const __extractedStyles = document.styleSheets;\\n  const styles = {};\\n  Object.keys(__extractedStyles).map(ind => {\\n    const ss = __extractedStyles[ind];\\n    let sturl;\\n\\n    if (typeof ss.href === \\\"string\\\") {\\n      return null; // Don't extract non style tags\\n    }\\n\\n    if (ss.ownerNode) {\\n      if (ss.ownerNode.id.length === 0) {\\n        ss.ownerNode.dataset.styleurl_id = \\\"style\\\" + ind;\\n      } else {\\n        ss.ownerNode.dataset.styleurl_id = ss.ownerNode.id;\\n      }\\n\\n      sturl = ss.ownerNode.dataset.styleurl_id;\\n    }\\n\\n    const content = Object.keys(ss.cssRules).map(sind => ss.cssRules[sind].cssText).join(\\\"\\\\n\\\");\\n\\n    if (!sturl) {\\n      return null;\\n    }\\n\\n    styles[sturl] = content;\\n  });\\n  return styles;\\n};\\n\\nconst getStyleTags = () => new Promise(resolve => {\\n  chrome.tabs.executeScript(chrome.devtools.inspectedWindow.tabId, {\\n    code: `((${getStyleTagsInBrowser.toString()})())`\\n  }, ds => {\\n    const styleTags = ds[0];\\n    resolve((0, _keys2.default)(styleTags).map(key => {\\n      return {\\n        url: key,\\n        content: styleTags[key]\\n      };\\n    }));\\n  });\\n});\\n\\nconst getLoadedSheets = () => {\\n  return getResources().then(resources => resources.filter(isGeneralStyle)).then(stylesheets => _bluebird.default.all(stylesheets.map(getResourceContent))).catch(error => alert(error));\\n};\\n\\nconst getGeneralStyles = () => new _bluebird.default((resolve, reject) => {\\n  _bluebird.default.all([getStyleTags(), getLoadedSheets()]).then(allStyles => {\\n    const filteredStyles = (0, _compact2.default)((0, _flatten2.default)(allStyles)).filter(o => !(0, _isEmpty2.default)(o));\\n    return resolve(filteredStyles);\\n  });\\n});\\n\\nconst getInspectorStyles = () => {\\n  return getResources().then(resources => resources.filter(isInspectorStyle)).then(stylesheets => _bluebird.default.all(stylesheets.map(getResourceContent))).catch(error => alert(error));\\n};\\n\\nconst createConnection = () => {\\n  return messenger.initConnection(_port.PORT_TYPES.devtool_widget, handleReceivedMessage);\\n};\\n\\nconst handleReceivedMessage = (request, from, sender, sendResponse) => {\\n  if (request.type === _port.MESSAGE_TYPES.get_styles_diff) {\\n    return Promise.all([getInspectorStyles(), getGeneralStyles()]).then(promises => {\\n      connection.sendMessage(`background:${_port.PORT_TYPES.devtool_widget}`, {\\n        type: _port.MESSAGE_TYPES.get_styles_diff,\\n        response: true,\\n        value: {\\n          stylesheets: promises[0],\\n          general_stylesheets: promises[1]\\n        }\\n      });\\n      return true;\\n    });\\n  }\\n\\n  return true;\\n};\\n\\nconst sendStyleDiffChangedEvent = el => {\\n  if (!el || isInspectorStyle(el)) {\\n    getInspectorStyles().then(stylesheets => {\\n      if (!connection || (0, _isEmpty2.default)(stylesheets)) {\\n        return;\\n      }\\n\\n      connection.sendMessage(`background:${_port.PORT_TYPES.devtool_widget}`, {\\n        type: _port.MESSAGE_TYPES.style_diff_changed,\\n        value: {\\n          stylesheets\\n        }\\n      });\\n    });\\n  }\\n};\\n\\nconst sendContentStyles = () => {\\n  getGeneralStyles().then(stylesheets => {\\n    if (!connection) {\\n      return;\\n    }\\n\\n    connection.sendMessage(`background:${_port.PORT_TYPES.devtool_widget}`, {\\n      type: _port.MESSAGE_TYPES.send_content_stylesheets,\\n      value: stylesheets\\n    });\\n  });\\n};\\n\\nconst setupConnection = () => {\\n  connection = createConnection();\\n  sendStyleDiffChangedEvent();\\n  sendContentStyles();\\n};\\n\\nchrome.devtools.network.onNavigated.addListener(function () {\\n  if (connection) {\\n    connection.disconnect();\\n  }\\n\\n  if ((0, _isNumber2.default)(chrome.devtools.inspectedWindow.tabId)) {\\n    setupConnection();\\n  }\\n});\\nchrome.runtime.onMessage.addListener(handleReceivedMessage);\\nchrome.devtools.inspectedWindow.onResourceContentCommitted.addListener(sendStyleDiffChangedEvent);\\nchrome.devtools.inspectedWindow.onResourceAdded.addListener(sendStyleDiffChangedEvent); // chrome.devtools.inspectedWindow.onResourceAdded.addListener(sendContentStyles);\\n// above causes inf loop, not sure why\\n\\nsetupConnection();\"\n        },\n        {\n          \"id\": 344,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/isNumber.js\",\n          \"name\": \"./node_modules/lodash/isNumber.js\",\n          \"index\": 344,\n          \"index2\": 342,\n          \"size\": 886,\n          \"cacheable\": true,\n          \"built\": true,\n          \"optional\": false,\n          \"prefetched\": false,\n          \"chunks\": [\n            3\n          ],\n          \"issuer\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/devtools.js\",\n          \"issuerId\": 343,\n          \"issuerName\": \"./chrome/extension/devtools.js\",\n          \"issuerPath\": [\n            {\n              \"id\": 342,\n              \"identifier\": \"multi /Users/jarred/Code/styleurl/webpack/customPublicPath /Users/jarred/Code/styleurl/chrome/extension/devtools\",\n              \"name\": \"multi ./webpack/customPublicPath ./chrome/extension/devtools\",\n              \"profile\": {\n                \"factory\": 0,\n                \"building\": 0,\n                \"dependencies\": 54\n              }\n            },\n            {\n              \"id\": 343,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/devtools.js\",\n              \"name\": \"./chrome/extension/devtools.js\",\n              \"profile\": {\n                \"factory\": 55,\n                \"building\": 548\n              }\n            }\n          ],\n          \"profile\": {\n            \"factory\": 230,\n            \"building\": 567,\n            \"dependencies\": 245\n          },\n          \"failed\": false,\n          \"errors\": 0,\n          \"warnings\": 0,\n          \"assets\": [],\n          \"reasons\": [\n            {\n              \"moduleId\": 343,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/devtools.js\",\n              \"module\": \"./chrome/extension/devtools.js\",\n              \"moduleName\": \"./chrome/extension/devtools.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"lodash/isNumber\",\n              \"loc\": \"3:40-66\"\n            }\n          ],\n          \"usedExports\": true,\n          \"providedExports\": null,\n          \"optimizationBailout\": [\n            \"ModuleConcatenation bailout: Module is not an ECMAScript module\"\n          ],\n          \"depth\": 2,\n          \"source\": \"var baseGetTag = require('./_baseGetTag'),\\n    isObjectLike = require('./isObjectLike');\\n\\n/** `Object#toString` result references. */\\nvar numberTag = '[object Number]';\\n\\n/**\\n * Checks if `value` is classified as a `Number` primitive or object.\\n *\\n * **Note:** To exclude `Infinity`, `-Infinity`, and `NaN`, which are\\n * classified as numbers, use the `_.isFinite` method.\\n *\\n * @static\\n * @memberOf _\\n * @since 0.1.0\\n * @category Lang\\n * @param {*} value The value to check.\\n * @returns {boolean} Returns `true` if `value` is a number, else `false`.\\n * @example\\n *\\n * _.isNumber(3);\\n * // => true\\n *\\n * _.isNumber(Number.MIN_VALUE);\\n * // => true\\n *\\n * _.isNumber(Infinity);\\n * // => true\\n *\\n * _.isNumber('3');\\n * // => false\\n */\\nfunction isNumber(value) {\\n  return typeof value == 'number' ||\\n    (isObjectLike(value) && baseGetTag(value) == numberTag);\\n}\\n\\nmodule.exports = isNumber;\\n\"\n        },\n        {\n          \"id\": 345,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/isEmpty.js\",\n          \"name\": \"./node_modules/lodash/isEmpty.js\",\n          \"index\": 345,\n          \"index2\": 343,\n          \"size\": 2000,\n          \"cacheable\": true,\n          \"built\": true,\n          \"optional\": false,\n          \"prefetched\": false,\n          \"chunks\": [\n            3\n          ],\n          \"issuer\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/devtools.js\",\n          \"issuerId\": 343,\n          \"issuerName\": \"./chrome/extension/devtools.js\",\n          \"issuerPath\": [\n            {\n              \"id\": 342,\n              \"identifier\": \"multi /Users/jarred/Code/styleurl/webpack/customPublicPath /Users/jarred/Code/styleurl/chrome/extension/devtools\",\n              \"name\": \"multi ./webpack/customPublicPath ./chrome/extension/devtools\",\n              \"profile\": {\n                \"factory\": 0,\n                \"building\": 0,\n                \"dependencies\": 54\n              }\n            },\n            {\n              \"id\": 343,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/devtools.js\",\n              \"name\": \"./chrome/extension/devtools.js\",\n              \"profile\": {\n                \"factory\": 55,\n                \"building\": 548\n              }\n            }\n          ],\n          \"profile\": {\n            \"factory\": 230,\n            \"building\": 567,\n            \"dependencies\": 245\n          },\n          \"failed\": false,\n          \"errors\": 0,\n          \"warnings\": 0,\n          \"assets\": [],\n          \"reasons\": [\n            {\n              \"moduleId\": 343,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/devtools.js\",\n              \"module\": \"./chrome/extension/devtools.js\",\n              \"moduleName\": \"./chrome/extension/devtools.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"lodash/isEmpty\",\n              \"loc\": \"5:39-64\"\n            }\n          ],\n          \"usedExports\": true,\n          \"providedExports\": null,\n          \"optimizationBailout\": [\n            \"ModuleConcatenation bailout: Module is not an ECMAScript module\"\n          ],\n          \"depth\": 2,\n          \"source\": \"var baseKeys = require('./_baseKeys'),\\n    getTag = require('./_getTag'),\\n    isArguments = require('./isArguments'),\\n    isArray = require('./isArray'),\\n    isArrayLike = require('./isArrayLike'),\\n    isBuffer = require('./isBuffer'),\\n    isPrototype = require('./_isPrototype'),\\n    isTypedArray = require('./isTypedArray');\\n\\n/** `Object#toString` result references. */\\nvar mapTag = '[object Map]',\\n    setTag = '[object Set]';\\n\\n/** Used for built-in method references. */\\nvar objectProto = Object.prototype;\\n\\n/** Used to check objects for own properties. */\\nvar hasOwnProperty = objectProto.hasOwnProperty;\\n\\n/**\\n * Checks if `value` is an empty object, collection, map, or set.\\n *\\n * Objects are considered empty if they have no own enumerable string keyed\\n * properties.\\n *\\n * Array-like values such as `arguments` objects, arrays, buffers, strings, or\\n * jQuery-like collections are considered empty if they have a `length` of `0`.\\n * Similarly, maps and sets are considered empty if they have a `size` of `0`.\\n *\\n * @static\\n * @memberOf _\\n * @since 0.1.0\\n * @category Lang\\n * @param {*} value The value to check.\\n * @returns {boolean} Returns `true` if `value` is empty, else `false`.\\n * @example\\n *\\n * _.isEmpty(null);\\n * // => true\\n *\\n * _.isEmpty(true);\\n * // => true\\n *\\n * _.isEmpty(1);\\n * // => true\\n *\\n * _.isEmpty([1, 2, 3]);\\n * // => false\\n *\\n * _.isEmpty({ 'a': 1 });\\n * // => false\\n */\\nfunction isEmpty(value) {\\n  if (value == null) {\\n    return true;\\n  }\\n  if (isArrayLike(value) &&\\n      (isArray(value) || typeof value == 'string' || typeof value.splice == 'function' ||\\n        isBuffer(value) || isTypedArray(value) || isArguments(value))) {\\n    return !value.length;\\n  }\\n  var tag = getTag(value);\\n  if (tag == mapTag || tag == setTag) {\\n    return !value.size;\\n  }\\n  if (isPrototype(value)) {\\n    return !baseKeys(value).length;\\n  }\\n  for (var key in value) {\\n    if (hasOwnProperty.call(value, key)) {\\n      return false;\\n    }\\n  }\\n  return true;\\n}\\n\\nmodule.exports = isEmpty;\\n\"\n        },\n        {\n          \"id\": 346,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/flatten.js\",\n          \"name\": \"./node_modules/lodash/flatten.js\",\n          \"index\": 346,\n          \"index2\": 346,\n          \"size\": 489,\n          \"cacheable\": true,\n          \"built\": true,\n          \"optional\": false,\n          \"prefetched\": false,\n          \"chunks\": [\n            3\n          ],\n          \"issuer\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/devtools.js\",\n          \"issuerId\": 343,\n          \"issuerName\": \"./chrome/extension/devtools.js\",\n          \"issuerPath\": [\n            {\n              \"id\": 342,\n              \"identifier\": \"multi /Users/jarred/Code/styleurl/webpack/customPublicPath /Users/jarred/Code/styleurl/chrome/extension/devtools\",\n              \"name\": \"multi ./webpack/customPublicPath ./chrome/extension/devtools\",\n              \"profile\": {\n                \"factory\": 0,\n                \"building\": 0,\n                \"dependencies\": 54\n              }\n            },\n            {\n              \"id\": 343,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/devtools.js\",\n              \"name\": \"./chrome/extension/devtools.js\",\n              \"profile\": {\n                \"factory\": 55,\n                \"building\": 548\n              }\n            }\n          ],\n          \"profile\": {\n            \"factory\": 230,\n            \"building\": 567,\n            \"dependencies\": 245\n          },\n          \"failed\": false,\n          \"errors\": 0,\n          \"warnings\": 0,\n          \"assets\": [],\n          \"reasons\": [\n            {\n              \"moduleId\": 343,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/devtools.js\",\n              \"module\": \"./chrome/extension/devtools.js\",\n              \"moduleName\": \"./chrome/extension/devtools.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"lodash/flatten\",\n              \"loc\": \"7:39-64\"\n            }\n          ],\n          \"usedExports\": true,\n          \"providedExports\": null,\n          \"optimizationBailout\": [\n            \"ModuleConcatenation bailout: Module is not an ECMAScript module\"\n          ],\n          \"depth\": 2,\n          \"source\": \"var baseFlatten = require('./_baseFlatten');\\n\\n/**\\n * Flattens `array` a single level deep.\\n *\\n * @static\\n * @memberOf _\\n * @since 0.1.0\\n * @category Array\\n * @param {Array} array The array to flatten.\\n * @returns {Array} Returns the new flattened array.\\n * @example\\n *\\n * _.flatten([1, [2, [3, [4]], 5]]);\\n * // => [1, 2, [3, [4]], 5]\\n */\\nfunction flatten(array) {\\n  var length = array == null ? 0 : array.length;\\n  return length ? baseFlatten(array, 1) : [];\\n}\\n\\nmodule.exports = flatten;\\n\"\n        },\n        {\n          \"id\": 347,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_baseFlatten.js\",\n          \"name\": \"./node_modules/lodash/_baseFlatten.js\",\n          \"index\": 347,\n          \"index2\": 345,\n          \"size\": 1201,\n          \"cacheable\": true,\n          \"built\": true,\n          \"optional\": false,\n          \"prefetched\": false,\n          \"chunks\": [\n            3\n          ],\n          \"issuer\": \"/Users/jarred/Code/styleurl/node_modules/lodash/flatten.js\",\n          \"issuerId\": 346,\n          \"issuerName\": \"./node_modules/lodash/flatten.js\",\n          \"issuerPath\": [\n            {\n              \"id\": 342,\n              \"identifier\": \"multi /Users/jarred/Code/styleurl/webpack/customPublicPath /Users/jarred/Code/styleurl/chrome/extension/devtools\",\n              \"name\": \"multi ./webpack/customPublicPath ./chrome/extension/devtools\",\n              \"profile\": {\n                \"factory\": 0,\n                \"building\": 0,\n                \"dependencies\": 54\n              }\n            },\n            {\n              \"id\": 343,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/devtools.js\",\n              \"name\": \"./chrome/extension/devtools.js\",\n              \"profile\": {\n                \"factory\": 55,\n                \"building\": 548\n              }\n            },\n            {\n              \"id\": 346,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/flatten.js\",\n              \"name\": \"./node_modules/lodash/flatten.js\",\n              \"profile\": {\n                \"factory\": 230,\n                \"building\": 567,\n                \"dependencies\": 245\n              }\n            }\n          ],\n          \"profile\": {\n            \"factory\": 246,\n            \"building\": 73\n          },\n          \"failed\": false,\n          \"errors\": 0,\n          \"warnings\": 0,\n          \"assets\": [],\n          \"reasons\": [\n            {\n              \"moduleId\": 346,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/flatten.js\",\n              \"module\": \"./node_modules/lodash/flatten.js\",\n              \"moduleName\": \"./node_modules/lodash/flatten.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"./_baseFlatten\",\n              \"loc\": \"1:18-43\"\n            }\n          ],\n          \"usedExports\": true,\n          \"providedExports\": null,\n          \"optimizationBailout\": [\n            \"ModuleConcatenation bailout: Module is not an ECMAScript module\"\n          ],\n          \"depth\": 3,\n          \"source\": \"var arrayPush = require('./_arrayPush'),\\n    isFlattenable = require('./_isFlattenable');\\n\\n/**\\n * The base implementation of `_.flatten` with support for restricting flattening.\\n *\\n * @private\\n * @param {Array} array The array to flatten.\\n * @param {number} depth The maximum recursion depth.\\n * @param {boolean} [predicate=isFlattenable] The function invoked per iteration.\\n * @param {boolean} [isStrict] Restrict to values that pass `predicate` checks.\\n * @param {Array} [result=[]] The initial result value.\\n * @returns {Array} Returns the new flattened array.\\n */\\nfunction baseFlatten(array, depth, predicate, isStrict, result) {\\n  var index = -1,\\n      length = array.length;\\n\\n  predicate || (predicate = isFlattenable);\\n  result || (result = []);\\n\\n  while (++index < length) {\\n    var value = array[index];\\n    if (depth > 0 && predicate(value)) {\\n      if (depth > 1) {\\n        // Recursively flatten arrays (susceptible to call stack limits).\\n        baseFlatten(value, depth - 1, predicate, isStrict, result);\\n      } else {\\n        arrayPush(result, value);\\n      }\\n    } else if (!isStrict) {\\n      result[result.length] = value;\\n    }\\n  }\\n  return result;\\n}\\n\\nmodule.exports = baseFlatten;\\n\"\n        },\n        {\n          \"id\": 348,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_isFlattenable.js\",\n          \"name\": \"./node_modules/lodash/_isFlattenable.js\",\n          \"index\": 348,\n          \"index2\": 344,\n          \"size\": 608,\n          \"cacheable\": true,\n          \"built\": true,\n          \"optional\": false,\n          \"prefetched\": false,\n          \"chunks\": [\n            3\n          ],\n          \"issuer\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_baseFlatten.js\",\n          \"issuerId\": 347,\n          \"issuerName\": \"./node_modules/lodash/_baseFlatten.js\",\n          \"issuerPath\": [\n            {\n              \"id\": 342,\n              \"identifier\": \"multi /Users/jarred/Code/styleurl/webpack/customPublicPath /Users/jarred/Code/styleurl/chrome/extension/devtools\",\n              \"name\": \"multi ./webpack/customPublicPath ./chrome/extension/devtools\",\n              \"profile\": {\n                \"factory\": 0,\n                \"building\": 0,\n                \"dependencies\": 54\n              }\n            },\n            {\n              \"id\": 343,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/devtools.js\",\n              \"name\": \"./chrome/extension/devtools.js\",\n              \"profile\": {\n                \"factory\": 55,\n                \"building\": 548\n              }\n            },\n            {\n              \"id\": 346,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/flatten.js\",\n              \"name\": \"./node_modules/lodash/flatten.js\",\n              \"profile\": {\n                \"factory\": 230,\n                \"building\": 567,\n                \"dependencies\": 245\n              }\n            },\n            {\n              \"id\": 347,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_baseFlatten.js\",\n              \"name\": \"./node_modules/lodash/_baseFlatten.js\",\n              \"profile\": {\n                \"factory\": 246,\n                \"building\": 73\n              }\n            }\n          ],\n          \"profile\": {\n            \"factory\": 84,\n            \"building\": 101,\n            \"dependencies\": 0\n          },\n          \"failed\": false,\n          \"errors\": 0,\n          \"warnings\": 0,\n          \"assets\": [],\n          \"reasons\": [\n            {\n              \"moduleId\": 347,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_baseFlatten.js\",\n              \"module\": \"./node_modules/lodash/_baseFlatten.js\",\n              \"moduleName\": \"./node_modules/lodash/_baseFlatten.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"./_isFlattenable\",\n              \"loc\": \"2:20-47\"\n            }\n          ],\n          \"usedExports\": true,\n          \"providedExports\": null,\n          \"optimizationBailout\": [\n            \"ModuleConcatenation bailout: Module is not an ECMAScript module\"\n          ],\n          \"depth\": 4,\n          \"source\": \"var Symbol = require('./_Symbol'),\\n    isArguments = require('./isArguments'),\\n    isArray = require('./isArray');\\n\\n/** Built-in value references. */\\nvar spreadableSymbol = Symbol ? Symbol.isConcatSpreadable : undefined;\\n\\n/**\\n * Checks if `value` is a flattenable `arguments` object or array.\\n *\\n * @private\\n * @param {*} value The value to check.\\n * @returns {boolean} Returns `true` if `value` is flattenable, else `false`.\\n */\\nfunction isFlattenable(value) {\\n  return isArray(value) || isArguments(value) ||\\n    !!(spreadableSymbol && value && value[spreadableSymbol]);\\n}\\n\\nmodule.exports = isFlattenable;\\n\"\n        },\n        {\n          \"id\": 349,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/compact.js\",\n          \"name\": \"./node_modules/lodash/compact.js\",\n          \"index\": 349,\n          \"index2\": 347,\n          \"size\": 681,\n          \"cacheable\": true,\n          \"built\": true,\n          \"optional\": false,\n          \"prefetched\": false,\n          \"chunks\": [\n            3\n          ],\n          \"issuer\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/devtools.js\",\n          \"issuerId\": 343,\n          \"issuerName\": \"./chrome/extension/devtools.js\",\n          \"issuerPath\": [\n            {\n              \"id\": 342,\n              \"identifier\": \"multi /Users/jarred/Code/styleurl/webpack/customPublicPath /Users/jarred/Code/styleurl/chrome/extension/devtools\",\n              \"name\": \"multi ./webpack/customPublicPath ./chrome/extension/devtools\",\n              \"profile\": {\n                \"factory\": 0,\n                \"building\": 0,\n                \"dependencies\": 54\n              }\n            },\n            {\n              \"id\": 343,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/devtools.js\",\n              \"name\": \"./chrome/extension/devtools.js\",\n              \"profile\": {\n                \"factory\": 55,\n                \"building\": 548\n              }\n            }\n          ],\n          \"profile\": {\n            \"factory\": 230,\n            \"building\": 567,\n            \"dependencies\": 245\n          },\n          \"failed\": false,\n          \"errors\": 0,\n          \"warnings\": 0,\n          \"assets\": [],\n          \"reasons\": [\n            {\n              \"moduleId\": 343,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/devtools.js\",\n              \"module\": \"./chrome/extension/devtools.js\",\n              \"moduleName\": \"./chrome/extension/devtools.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"lodash/compact\",\n              \"loc\": \"9:39-64\"\n            }\n          ],\n          \"usedExports\": true,\n          \"providedExports\": null,\n          \"optimizationBailout\": [\n            \"ModuleConcatenation bailout: Module is not an ECMAScript module\"\n          ],\n          \"depth\": 2,\n          \"source\": \"/**\\n * Creates an array with all falsey values removed. The values `false`, `null`,\\n * `0`, `\\\"\\\"`, `undefined`, and `NaN` are falsey.\\n *\\n * @static\\n * @memberOf _\\n * @since 0.1.0\\n * @category Array\\n * @param {Array} array The array to compact.\\n * @returns {Array} Returns the new array of filtered values.\\n * @example\\n *\\n * _.compact([0, 1, false, 2, '', 3]);\\n * // => [1, 2, 3]\\n */\\nfunction compact(array) {\\n  var index = -1,\\n      length = array == null ? 0 : array.length,\\n      resIndex = 0,\\n      result = [];\\n\\n  while (++index < length) {\\n    var value = array[index];\\n    if (value) {\\n      result[resIndex++] = value;\\n    }\\n  }\\n  return result;\\n}\\n\\nmodule.exports = compact;\\n\"\n        }\n      ],\n      \"filteredModules\": 0,\n      \"origins\": [\n        {\n          \"module\": \"\",\n          \"moduleIdentifier\": \"\",\n          \"moduleName\": \"\",\n          \"loc\": \"devtools\",\n          \"request\": null,\n          \"reasons\": []\n        }\n      ]\n    },\n    {\n      \"id\": 4,\n      \"rendered\": true,\n      \"initial\": true,\n      \"entry\": true,\n      \"size\": 514774,\n      \"names\": [\n        \"github_gist_content_script\"\n      ],\n      \"files\": [\n        \"github_gist_content_script.bundle.js\"\n      ],\n      \"hash\": \"5068610756ad35881740\",\n      \"siblings\": [],\n      \"parents\": [],\n      \"children\": [],\n      \"childrenByOrder\": {},\n      \"modules\": [\n        {\n          \"id\": 0,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/js-yaml/lib/js-yaml/type.js\",\n          \"name\": \"./node_modules/js-yaml/lib/js-yaml/type.js\",\n          \"index\": 177,\n          \"index2\": 168,\n          \"size\": 1586,\n          \"cacheable\": true,\n          \"built\": true,\n          \"optional\": false,\n          \"prefetched\": false,\n          \"chunks\": [\n            2,\n            4\n          ],\n          \"issuer\": \"/Users/jarred/Code/styleurl/node_modules/js-yaml/lib/js-yaml.js\",\n          \"issuerId\": 105,\n          \"issuerName\": \"./node_modules/js-yaml/lib/js-yaml.js\",\n          \"issuerPath\": [\n            {\n              \"id\": 350,\n              \"identifier\": \"multi /Users/jarred/Code/styleurl/webpack/customPublicPath /Users/jarred/Code/styleurl/chrome/extension/github_gist_content_script\",\n              \"name\": \"multi ./webpack/customPublicPath ./chrome/extension/github_gist_content_script\",\n              \"profile\": {\n                \"factory\": 0,\n                \"building\": 0,\n                \"dependencies\": 53\n              }\n            },\n            {\n              \"id\": 351,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/github_gist_content_script.js\",\n              \"name\": \"./chrome/extension/github_gist_content_script.js\",\n              \"profile\": {\n                \"factory\": 54,\n                \"building\": 576,\n                \"dependencies\": 194\n              }\n            },\n            {\n              \"id\": 55,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/lib/stylefile.js\",\n              \"name\": \"./chrome/extension/lib/stylefile.js\",\n              \"profile\": {\n                \"factory\": 194,\n                \"building\": 246,\n                \"dependencies\": 40\n              }\n            },\n            {\n              \"id\": 104,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/js-yaml/index.js\",\n              \"name\": \"./node_modules/js-yaml/index.js\",\n              \"profile\": {\n                \"factory\": 408,\n                \"building\": 42\n              }\n            },\n            {\n              \"id\": 105,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/js-yaml/lib/js-yaml.js\",\n              \"name\": \"./node_modules/js-yaml/lib/js-yaml.js\",\n              \"profile\": {\n                \"factory\": 96,\n                \"building\": 77\n              }\n            }\n          ],\n          \"profile\": {\n            \"factory\": 33,\n            \"building\": 66,\n            \"dependencies\": 42\n          },\n          \"failed\": false,\n          \"errors\": 0,\n          \"warnings\": 0,\n          \"assets\": [],\n          \"reasons\": [\n            {\n              \"moduleId\": 11,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/js-yaml/lib/js-yaml/schema.js\",\n              \"module\": \"./node_modules/js-yaml/lib/js-yaml/schema.js\",\n              \"moduleName\": \"./node_modules/js-yaml/lib/js-yaml/schema.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"./type\",\n              \"loc\": \"7:20-37\"\n            },\n            {\n              \"moduleId\": 105,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/js-yaml/lib/js-yaml.js\",\n              \"module\": \"./node_modules/js-yaml/lib/js-yaml.js\",\n              \"moduleName\": \"./node_modules/js-yaml/lib/js-yaml.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"./js-yaml/type\",\n              \"loc\": \"15:37-62\"\n            },\n            {\n              \"moduleId\": 108,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/js-yaml/lib/js-yaml/type/str.js\",\n              \"module\": \"./node_modules/js-yaml/lib/js-yaml/type/str.js\",\n              \"moduleName\": \"./node_modules/js-yaml/lib/js-yaml/type/str.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"../type\",\n              \"loc\": \"3:11-29\"\n            },\n            {\n              \"moduleId\": 109,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/js-yaml/lib/js-yaml/type/seq.js\",\n              \"module\": \"./node_modules/js-yaml/lib/js-yaml/type/seq.js\",\n              \"moduleName\": \"./node_modules/js-yaml/lib/js-yaml/type/seq.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"../type\",\n              \"loc\": \"3:11-29\"\n            },\n            {\n              \"moduleId\": 110,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/js-yaml/lib/js-yaml/type/map.js\",\n              \"module\": \"./node_modules/js-yaml/lib/js-yaml/type/map.js\",\n              \"moduleName\": \"./node_modules/js-yaml/lib/js-yaml/type/map.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"../type\",\n              \"loc\": \"3:11-29\"\n            },\n            {\n              \"moduleId\": 111,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/js-yaml/lib/js-yaml/type/null.js\",\n              \"module\": \"./node_modules/js-yaml/lib/js-yaml/type/null.js\",\n              \"moduleName\": \"./node_modules/js-yaml/lib/js-yaml/type/null.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"../type\",\n              \"loc\": \"3:11-29\"\n            },\n            {\n              \"moduleId\": 112,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/js-yaml/lib/js-yaml/type/bool.js\",\n              \"module\": \"./node_modules/js-yaml/lib/js-yaml/type/bool.js\",\n              \"moduleName\": \"./node_modules/js-yaml/lib/js-yaml/type/bool.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"../type\",\n              \"loc\": \"3:11-29\"\n            },\n            {\n              \"moduleId\": 113,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/js-yaml/lib/js-yaml/type/int.js\",\n              \"module\": \"./node_modules/js-yaml/lib/js-yaml/type/int.js\",\n              \"moduleName\": \"./node_modules/js-yaml/lib/js-yaml/type/int.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"../type\",\n              \"loc\": \"4:13-31\"\n            },\n            {\n              \"moduleId\": 114,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/js-yaml/lib/js-yaml/type/float.js\",\n              \"module\": \"./node_modules/js-yaml/lib/js-yaml/type/float.js\",\n              \"moduleName\": \"./node_modules/js-yaml/lib/js-yaml/type/float.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"../type\",\n              \"loc\": \"4:13-31\"\n            },\n            {\n              \"moduleId\": 115,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/js-yaml/lib/js-yaml/type/timestamp.js\",\n              \"module\": \"./node_modules/js-yaml/lib/js-yaml/type/timestamp.js\",\n              \"moduleName\": \"./node_modules/js-yaml/lib/js-yaml/type/timestamp.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"../type\",\n              \"loc\": \"3:11-29\"\n            },\n            {\n              \"moduleId\": 116,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/js-yaml/lib/js-yaml/type/merge.js\",\n              \"module\": \"./node_modules/js-yaml/lib/js-yaml/type/merge.js\",\n              \"moduleName\": \"./node_modules/js-yaml/lib/js-yaml/type/merge.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"../type\",\n              \"loc\": \"3:11-29\"\n            },\n            {\n              \"moduleId\": 117,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/js-yaml/lib/js-yaml/type/binary.js\",\n              \"module\": \"./node_modules/js-yaml/lib/js-yaml/type/binary.js\",\n              \"moduleName\": \"./node_modules/js-yaml/lib/js-yaml/type/binary.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"../type\",\n              \"loc\": \"13:17-35\"\n            },\n            {\n              \"moduleId\": 120,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/js-yaml/lib/js-yaml/type/omap.js\",\n              \"module\": \"./node_modules/js-yaml/lib/js-yaml/type/omap.js\",\n              \"moduleName\": \"./node_modules/js-yaml/lib/js-yaml/type/omap.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"../type\",\n              \"loc\": \"3:11-29\"\n            },\n            {\n              \"moduleId\": 121,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/js-yaml/lib/js-yaml/type/pairs.js\",\n              \"module\": \"./node_modules/js-yaml/lib/js-yaml/type/pairs.js\",\n              \"moduleName\": \"./node_modules/js-yaml/lib/js-yaml/type/pairs.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"../type\",\n              \"loc\": \"3:11-29\"\n            },\n            {\n              \"moduleId\": 122,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/js-yaml/lib/js-yaml/type/set.js\",\n              \"module\": \"./node_modules/js-yaml/lib/js-yaml/type/set.js\",\n              \"moduleName\": \"./node_modules/js-yaml/lib/js-yaml/type/set.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"../type\",\n              \"loc\": \"3:11-29\"\n            },\n            {\n              \"moduleId\": 123,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/js-yaml/lib/js-yaml/type/js/undefined.js\",\n              \"module\": \"./node_modules/js-yaml/lib/js-yaml/type/js/undefined.js\",\n              \"moduleName\": \"./node_modules/js-yaml/lib/js-yaml/type/js/undefined.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"../../type\",\n              \"loc\": \"3:11-32\"\n            },\n            {\n              \"moduleId\": 124,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/js-yaml/lib/js-yaml/type/js/regexp.js\",\n              \"module\": \"./node_modules/js-yaml/lib/js-yaml/type/js/regexp.js\",\n              \"moduleName\": \"./node_modules/js-yaml/lib/js-yaml/type/js/regexp.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"../../type\",\n              \"loc\": \"3:11-32\"\n            },\n            {\n              \"moduleId\": 125,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/js-yaml/lib/js-yaml/type/js/function.js\",\n              \"module\": \"./node_modules/js-yaml/lib/js-yaml/type/js/function.js\",\n              \"moduleName\": \"./node_modules/js-yaml/lib/js-yaml/type/js/function.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"../../type\",\n              \"loc\": \"21:11-32\"\n            }\n          ],\n          \"usedExports\": true,\n          \"providedExports\": null,\n          \"optimizationBailout\": [\n            \"ModuleConcatenation bailout: Module is not an ECMAScript module\"\n          ],\n          \"depth\": 5,\n          \"source\": \"'use strict';\\n\\nvar YAMLException = require('./exception');\\n\\nvar TYPE_CONSTRUCTOR_OPTIONS = [\\n  'kind',\\n  'resolve',\\n  'construct',\\n  'instanceOf',\\n  'predicate',\\n  'represent',\\n  'defaultStyle',\\n  'styleAliases'\\n];\\n\\nvar YAML_NODE_KINDS = [\\n  'scalar',\\n  'sequence',\\n  'mapping'\\n];\\n\\nfunction compileStyleAliases(map) {\\n  var result = {};\\n\\n  if (map !== null) {\\n    Object.keys(map).forEach(function (style) {\\n      map[style].forEach(function (alias) {\\n        result[String(alias)] = style;\\n      });\\n    });\\n  }\\n\\n  return result;\\n}\\n\\nfunction Type(tag, options) {\\n  options = options || {};\\n\\n  Object.keys(options).forEach(function (name) {\\n    if (TYPE_CONSTRUCTOR_OPTIONS.indexOf(name) === -1) {\\n      throw new YAMLException('Unknown option \\\"' + name + '\\\" is met in definition of \\\"' + tag + '\\\" YAML type.');\\n    }\\n  });\\n\\n  // TODO: Add tag format check.\\n  this.tag          = tag;\\n  this.kind         = options['kind']         || null;\\n  this.resolve      = options['resolve']      || function () { return true; };\\n  this.construct    = options['construct']    || function (data) { return data; };\\n  this.instanceOf   = options['instanceOf']   || null;\\n  this.predicate    = options['predicate']    || null;\\n  this.represent    = options['represent']    || null;\\n  this.defaultStyle = options['defaultStyle'] || null;\\n  this.styleAliases = compileStyleAliases(options['styleAliases'] || null);\\n\\n  if (YAML_NODE_KINDS.indexOf(this.kind) === -1) {\\n    throw new YAMLException('Unknown kind \\\"' + this.kind + '\\\" is specified for \\\"' + tag + '\\\" YAML type.');\\n  }\\n}\\n\\nmodule.exports = Type;\\n\"\n        },\n        {\n          \"id\": 1,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/buffer/index.js\",\n          \"name\": \"./node_modules/buffer/index.js\",\n          \"index\": 191,\n          \"index2\": 185,\n          \"size\": 48610,\n          \"cacheable\": true,\n          \"built\": true,\n          \"optional\": false,\n          \"prefetched\": false,\n          \"chunks\": [\n            2,\n            4\n          ],\n          \"issuer\": \"/Users/jarred/Code/styleurl/node_modules/native-css/src/native-css.js\",\n          \"issuerId\": 257,\n          \"issuerName\": \"./node_modules/native-css/src/native-css.js\",\n          \"issuerPath\": [\n            {\n              \"id\": 191,\n              \"identifier\": \"multi /Users/jarred/Code/styleurl/webpack/customPublicPath /Users/jarred/Code/styleurl/chrome/extension/background\",\n              \"name\": \"multi ./webpack/customPublicPath ./chrome/extension/background\",\n              \"profile\": {\n                \"factory\": 0,\n                \"building\": 0,\n                \"dependencies\": 54\n              }\n            },\n            {\n              \"id\": 192,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/background.js\",\n              \"name\": \"./chrome/extension/background.js\",\n              \"profile\": {\n                \"factory\": 54,\n                \"building\": 639,\n                \"dependencies\": 140\n              }\n            },\n            {\n              \"id\": 255,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/stylesheet-differ/lib/index.js\",\n              \"name\": \"./node_modules/stylesheet-differ/lib/index.js\",\n              \"profile\": {\n                \"factory\": 140,\n                \"building\": 568,\n                \"dependencies\": 1\n              }\n            },\n            {\n              \"id\": 256,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/native-css/index.js\",\n              \"name\": \"./node_modules/native-css/index.js\",\n              \"profile\": {\n                \"factory\": 189,\n                \"building\": 603,\n                \"dependencies\": 1\n              }\n            },\n            {\n              \"id\": 257,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/native-css/src/native-css.js\",\n              \"name\": \"./node_modules/native-css/src/native-css.js\",\n              \"profile\": {\n                \"factory\": 26,\n                \"building\": 63,\n                \"dependencies\": 14\n              }\n            }\n          ],\n          \"profile\": {\n            \"factory\": 117,\n            \"building\": 25,\n            \"dependencies\": 27\n          },\n          \"failed\": false,\n          \"errors\": 0,\n          \"warnings\": 0,\n          \"assets\": [],\n          \"reasons\": [\n            {\n              \"moduleId\": 17,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/core-util-is/lib/util.js\",\n              \"module\": \"./node_modules/core-util-is/lib/util.js\",\n              \"moduleName\": \"./node_modules/core-util-is/lib/util.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"Buffer\",\n              \"loc\": \"1:0-34\"\n            },\n            {\n              \"moduleId\": 71,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/safe-buffer/index.js\",\n              \"module\": \"./node_modules/safe-buffer/index.js\",\n              \"moduleName\": \"./node_modules/safe-buffer/index.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"buffer\",\n              \"loc\": \"2:13-30\"\n            },\n            {\n              \"moduleId\": 117,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/js-yaml/lib/js-yaml/type/binary.js\",\n              \"module\": \"./node_modules/js-yaml/lib/js-yaml/type/binary.js\",\n              \"moduleName\": \"./node_modules/js-yaml/lib/js-yaml/type/binary.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"buffer\",\n              \"loc\": \"10:15-33\"\n            },\n            {\n              \"moduleId\": 133,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/buffer-shims/index.js\",\n              \"module\": \"./node_modules/buffer-shims/index.js\",\n              \"moduleName\": \"./node_modules/buffer-shims/index.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"buffer\",\n              \"loc\": \"3:13-30\"\n            },\n            {\n              \"moduleId\": 134,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/readable-stream/lib/_stream_writable.js\",\n              \"module\": \"./node_modules/readable-stream/lib/_stream_writable.js\",\n              \"moduleName\": \"./node_modules/readable-stream/lib/_stream_writable.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"buffer\",\n              \"loc\": \"38:13-30\"\n            },\n            {\n              \"moduleId\": 148,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/memfs/lib/node.js\",\n              \"module\": \"./node_modules/memfs/lib/node.js\",\n              \"moduleName\": \"./node_modules/memfs/lib/node.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"Buffer\",\n              \"loc\": \"1:0-34\"\n            },\n            {\n              \"moduleId\": 151,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/readable-stream/lib/_stream_readable.js\",\n              \"module\": \"./node_modules/readable-stream/lib/_stream_readable.js\",\n              \"moduleName\": \"./node_modules/readable-stream/lib/_stream_readable.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"buffer\",\n              \"loc\": \"31:13-30\"\n            },\n            {\n              \"moduleId\": 159,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/stream-http/lib/response.js\",\n              \"module\": \"./node_modules/stream-http/lib/response.js\",\n              \"moduleName\": \"./node_modules/stream-http/lib/response.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"Buffer\",\n              \"loc\": \"1:0-34\"\n            },\n            {\n              \"moduleId\": 257,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/native-css/src/native-css.js\",\n              \"module\": \"./node_modules/native-css/src/native-css.js\",\n              \"moduleName\": \"./node_modules/native-css/src/native-css.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"Buffer\",\n              \"loc\": \"1:0-34\"\n            },\n            {\n              \"moduleId\": 260,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/memfs/lib/volume.js\",\n              \"module\": \"./node_modules/memfs/lib/volume.js\",\n              \"moduleName\": \"./node_modules/memfs/lib/volume.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"buffer\",\n              \"loc\": \"16:15-32\"\n            },\n            {\n              \"moduleId\": 267,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/readable-stream/lib/internal/streams/BufferList.js\",\n              \"module\": \"./node_modules/readable-stream/lib/internal/streams/BufferList.js\",\n              \"moduleName\": \"./node_modules/readable-stream/lib/internal/streams/BufferList.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"buffer\",\n              \"loc\": \"3:13-30\"\n            },\n            {\n              \"moduleId\": 293,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/fetch/lib/fetch.js\",\n              \"module\": \"./node_modules/fetch/lib/fetch.js\",\n              \"moduleName\": \"./node_modules/fetch/lib/fetch.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"Buffer\",\n              \"loc\": \"1:0-34\"\n            },\n            {\n              \"moduleId\": 294,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/stream-http/lib/request.js\",\n              \"module\": \"./node_modules/stream-http/lib/request.js\",\n              \"moduleName\": \"./node_modules/stream-http/lib/request.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"Buffer\",\n              \"loc\": \"1:0-34\"\n            },\n            {\n              \"moduleId\": 298,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/to-arraybuffer/index.js\",\n              \"module\": \"./node_modules/to-arraybuffer/index.js\",\n              \"moduleName\": \"./node_modules/to-arraybuffer/index.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"buffer\",\n              \"loc\": \"1:13-30\"\n            },\n            {\n              \"moduleId\": 302,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/browserify-zlib/lib/index.js\",\n              \"module\": \"./node_modules/browserify-zlib/lib/index.js\",\n              \"moduleName\": \"./node_modules/browserify-zlib/lib/index.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"buffer\",\n              \"loc\": \"8:17-34\"\n            },\n            {\n              \"moduleId\": 302,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/browserify-zlib/lib/index.js\",\n              \"module\": \"./node_modules/browserify-zlib/lib/index.js\",\n              \"moduleName\": \"./node_modules/browserify-zlib/lib/index.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"buffer\",\n              \"loc\": \"3:13-30\"\n            },\n            {\n              \"moduleId\": 303,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/browserify-zlib/lib/binding.js\",\n              \"module\": \"./node_modules/browserify-zlib/lib/binding.js\",\n              \"moduleName\": \"./node_modules/browserify-zlib/lib/binding.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"Buffer\",\n              \"loc\": \"1:0-34\"\n            },\n            {\n              \"moduleId\": 313,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/encoding/lib/encoding.js\",\n              \"module\": \"./node_modules/encoding/lib/encoding.js\",\n              \"moduleName\": \"./node_modules/encoding/lib/encoding.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"Buffer\",\n              \"loc\": \"1:0-34\"\n            },\n            {\n              \"moduleId\": 314,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/iconv-lite/lib/index.js\",\n              \"module\": \"./node_modules/iconv-lite/lib/index.js\",\n              \"moduleName\": \"./node_modules/iconv-lite/lib/index.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"Buffer\",\n              \"loc\": \"1:0-34\"\n            },\n            {\n              \"moduleId\": 317,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/iconv-lite/encodings/internal.js\",\n              \"module\": \"./node_modules/iconv-lite/encodings/internal.js\",\n              \"moduleName\": \"./node_modules/iconv-lite/encodings/internal.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"Buffer\",\n              \"loc\": \"1:0-34\"\n            },\n            {\n              \"moduleId\": 318,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/iconv-lite/encodings/utf16.js\",\n              \"module\": \"./node_modules/iconv-lite/encodings/utf16.js\",\n              \"moduleName\": \"./node_modules/iconv-lite/encodings/utf16.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"Buffer\",\n              \"loc\": \"1:0-34\"\n            },\n            {\n              \"moduleId\": 319,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/iconv-lite/encodings/utf7.js\",\n              \"module\": \"./node_modules/iconv-lite/encodings/utf7.js\",\n              \"moduleName\": \"./node_modules/iconv-lite/encodings/utf7.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"Buffer\",\n              \"loc\": \"1:0-34\"\n            },\n            {\n              \"moduleId\": 320,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/iconv-lite/encodings/sbcs-codec.js\",\n              \"module\": \"./node_modules/iconv-lite/encodings/sbcs-codec.js\",\n              \"moduleName\": \"./node_modules/iconv-lite/encodings/sbcs-codec.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"Buffer\",\n              \"loc\": \"1:0-34\"\n            },\n            {\n              \"moduleId\": 323,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/iconv-lite/encodings/dbcs-codec.js\",\n              \"module\": \"./node_modules/iconv-lite/encodings/dbcs-codec.js\",\n              \"moduleName\": \"./node_modules/iconv-lite/encodings/dbcs-codec.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"Buffer\",\n              \"loc\": \"1:0-34\"\n            },\n            {\n              \"moduleId\": 330,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/iconv-lite/lib/streams.js\",\n              \"module\": \"./node_modules/iconv-lite/lib/streams.js\",\n              \"moduleName\": \"./node_modules/iconv-lite/lib/streams.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"Buffer\",\n              \"loc\": \"1:0-34\"\n            },\n            {\n              \"moduleId\": 331,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/iconv-lite/lib/extend-node.js\",\n              \"module\": \"./node_modules/iconv-lite/lib/extend-node.js\",\n              \"moduleName\": \"./node_modules/iconv-lite/lib/extend-node.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"buffer\",\n              \"loc\": \"195:25-42\"\n            },\n            {\n              \"moduleId\": 331,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/iconv-lite/lib/extend-node.js\",\n              \"module\": \"./node_modules/iconv-lite/lib/extend-node.js\",\n              \"moduleName\": \"./node_modules/iconv-lite/lib/extend-node.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"buffer\",\n              \"loc\": \"32:25-42\"\n            },\n            {\n              \"moduleId\": 331,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/iconv-lite/lib/extend-node.js\",\n              \"module\": \"./node_modules/iconv-lite/lib/extend-node.js\",\n              \"moduleName\": \"./node_modules/iconv-lite/lib/extend-node.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"Buffer\",\n              \"loc\": \"1:0-34\"\n            }\n          ],\n          \"usedExports\": true,\n          \"providedExports\": null,\n          \"optimizationBailout\": [\n            \"ModuleConcatenation bailout: Module is not an ECMAScript module\"\n          ],\n          \"depth\": 5,\n          \"source\": \"/*!\\n * The buffer module from node.js, for the browser.\\n *\\n * @author   Feross Aboukhadijeh <feross@feross.org> <http://feross.org>\\n * @license  MIT\\n */\\n/* eslint-disable no-proto */\\n\\n'use strict'\\n\\nvar base64 = require('base64-js')\\nvar ieee754 = require('ieee754')\\nvar isArray = require('isarray')\\n\\nexports.Buffer = Buffer\\nexports.SlowBuffer = SlowBuffer\\nexports.INSPECT_MAX_BYTES = 50\\n\\n/**\\n * If `Buffer.TYPED_ARRAY_SUPPORT`:\\n *   === true    Use Uint8Array implementation (fastest)\\n *   === false   Use Object implementation (most compatible, even IE6)\\n *\\n * Browsers that support typed arrays are IE 10+, Firefox 4+, Chrome 7+, Safari 5.1+,\\n * Opera 11.6+, iOS 4.2+.\\n *\\n * Due to various browser bugs, sometimes the Object implementation will be used even\\n * when the browser supports typed arrays.\\n *\\n * Note:\\n *\\n *   - Firefox 4-29 lacks support for adding new properties to `Uint8Array` instances,\\n *     See: https://bugzilla.mozilla.org/show_bug.cgi?id=695438.\\n *\\n *   - Chrome 9-10 is missing the `TypedArray.prototype.subarray` function.\\n *\\n *   - IE10 has a broken `TypedArray.prototype.subarray` function which returns arrays of\\n *     incorrect length in some situations.\\n\\n * We detect these buggy browsers and set `Buffer.TYPED_ARRAY_SUPPORT` to `false` so they\\n * get the Object implementation, which is slower but behaves correctly.\\n */\\nBuffer.TYPED_ARRAY_SUPPORT = global.TYPED_ARRAY_SUPPORT !== undefined\\n  ? global.TYPED_ARRAY_SUPPORT\\n  : typedArraySupport()\\n\\n/*\\n * Export kMaxLength after typed array support is determined.\\n */\\nexports.kMaxLength = kMaxLength()\\n\\nfunction typedArraySupport () {\\n  try {\\n    var arr = new Uint8Array(1)\\n    arr.__proto__ = {__proto__: Uint8Array.prototype, foo: function () { return 42 }}\\n    return arr.foo() === 42 && // typed array instances can be augmented\\n        typeof arr.subarray === 'function' && // chrome 9-10 lack `subarray`\\n        arr.subarray(1, 1).byteLength === 0 // ie10 has broken `subarray`\\n  } catch (e) {\\n    return false\\n  }\\n}\\n\\nfunction kMaxLength () {\\n  return Buffer.TYPED_ARRAY_SUPPORT\\n    ? 0x7fffffff\\n    : 0x3fffffff\\n}\\n\\nfunction createBuffer (that, length) {\\n  if (kMaxLength() < length) {\\n    throw new RangeError('Invalid typed array length')\\n  }\\n  if (Buffer.TYPED_ARRAY_SUPPORT) {\\n    // Return an augmented `Uint8Array` instance, for best performance\\n    that = new Uint8Array(length)\\n    that.__proto__ = Buffer.prototype\\n  } else {\\n    // Fallback: Return an object instance of the Buffer class\\n    if (that === null) {\\n      that = new Buffer(length)\\n    }\\n    that.length = length\\n  }\\n\\n  return that\\n}\\n\\n/**\\n * The Buffer constructor returns instances of `Uint8Array` that have their\\n * prototype changed to `Buffer.prototype`. Furthermore, `Buffer` is a subclass of\\n * `Uint8Array`, so the returned instances will have all the node `Buffer` methods\\n * and the `Uint8Array` methods. Square bracket notation works as expected -- it\\n * returns a single octet.\\n *\\n * The `Uint8Array` prototype remains unmodified.\\n */\\n\\nfunction Buffer (arg, encodingOrOffset, length) {\\n  if (!Buffer.TYPED_ARRAY_SUPPORT && !(this instanceof Buffer)) {\\n    return new Buffer(arg, encodingOrOffset, length)\\n  }\\n\\n  // Common case.\\n  if (typeof arg === 'number') {\\n    if (typeof encodingOrOffset === 'string') {\\n      throw new Error(\\n        'If encoding is specified then the first argument must be a string'\\n      )\\n    }\\n    return allocUnsafe(this, arg)\\n  }\\n  return from(this, arg, encodingOrOffset, length)\\n}\\n\\nBuffer.poolSize = 8192 // not used by this implementation\\n\\n// TODO: Legacy, not needed anymore. Remove in next major version.\\nBuffer._augment = function (arr) {\\n  arr.__proto__ = Buffer.prototype\\n  return arr\\n}\\n\\nfunction from (that, value, encodingOrOffset, length) {\\n  if (typeof value === 'number') {\\n    throw new TypeError('\\\"value\\\" argument must not be a number')\\n  }\\n\\n  if (typeof ArrayBuffer !== 'undefined' && value instanceof ArrayBuffer) {\\n    return fromArrayBuffer(that, value, encodingOrOffset, length)\\n  }\\n\\n  if (typeof value === 'string') {\\n    return fromString(that, value, encodingOrOffset)\\n  }\\n\\n  return fromObject(that, value)\\n}\\n\\n/**\\n * Functionally equivalent to Buffer(arg, encoding) but throws a TypeError\\n * if value is a number.\\n * Buffer.from(str[, encoding])\\n * Buffer.from(array)\\n * Buffer.from(buffer)\\n * Buffer.from(arrayBuffer[, byteOffset[, length]])\\n **/\\nBuffer.from = function (value, encodingOrOffset, length) {\\n  return from(null, value, encodingOrOffset, length)\\n}\\n\\nif (Buffer.TYPED_ARRAY_SUPPORT) {\\n  Buffer.prototype.__proto__ = Uint8Array.prototype\\n  Buffer.__proto__ = Uint8Array\\n  if (typeof Symbol !== 'undefined' && Symbol.species &&\\n      Buffer[Symbol.species] === Buffer) {\\n    // Fix subarray() in ES2016. See: https://github.com/feross/buffer/pull/97\\n    Object.defineProperty(Buffer, Symbol.species, {\\n      value: null,\\n      configurable: true\\n    })\\n  }\\n}\\n\\nfunction assertSize (size) {\\n  if (typeof size !== 'number') {\\n    throw new TypeError('\\\"size\\\" argument must be a number')\\n  } else if (size < 0) {\\n    throw new RangeError('\\\"size\\\" argument must not be negative')\\n  }\\n}\\n\\nfunction alloc (that, size, fill, encoding) {\\n  assertSize(size)\\n  if (size <= 0) {\\n    return createBuffer(that, size)\\n  }\\n  if (fill !== undefined) {\\n    // Only pay attention to encoding if it's a string. This\\n    // prevents accidentally sending in a number that would\\n    // be interpretted as a start offset.\\n    return typeof encoding === 'string'\\n      ? createBuffer(that, size).fill(fill, encoding)\\n      : createBuffer(that, size).fill(fill)\\n  }\\n  return createBuffer(that, size)\\n}\\n\\n/**\\n * Creates a new filled Buffer instance.\\n * alloc(size[, fill[, encoding]])\\n **/\\nBuffer.alloc = function (size, fill, encoding) {\\n  return alloc(null, size, fill, encoding)\\n}\\n\\nfunction allocUnsafe (that, size) {\\n  assertSize(size)\\n  that = createBuffer(that, size < 0 ? 0 : checked(size) | 0)\\n  if (!Buffer.TYPED_ARRAY_SUPPORT) {\\n    for (var i = 0; i < size; ++i) {\\n      that[i] = 0\\n    }\\n  }\\n  return that\\n}\\n\\n/**\\n * Equivalent to Buffer(num), by default creates a non-zero-filled Buffer instance.\\n * */\\nBuffer.allocUnsafe = function (size) {\\n  return allocUnsafe(null, size)\\n}\\n/**\\n * Equivalent to SlowBuffer(num), by default creates a non-zero-filled Buffer instance.\\n */\\nBuffer.allocUnsafeSlow = function (size) {\\n  return allocUnsafe(null, size)\\n}\\n\\nfunction fromString (that, string, encoding) {\\n  if (typeof encoding !== 'string' || encoding === '') {\\n    encoding = 'utf8'\\n  }\\n\\n  if (!Buffer.isEncoding(encoding)) {\\n    throw new TypeError('\\\"encoding\\\" must be a valid string encoding')\\n  }\\n\\n  var length = byteLength(string, encoding) | 0\\n  that = createBuffer(that, length)\\n\\n  var actual = that.write(string, encoding)\\n\\n  if (actual !== length) {\\n    // Writing a hex string, for example, that contains invalid characters will\\n    // cause everything after the first invalid character to be ignored. (e.g.\\n    // 'abxxcd' will be treated as 'ab')\\n    that = that.slice(0, actual)\\n  }\\n\\n  return that\\n}\\n\\nfunction fromArrayLike (that, array) {\\n  var length = array.length < 0 ? 0 : checked(array.length) | 0\\n  that = createBuffer(that, length)\\n  for (var i = 0; i < length; i += 1) {\\n    that[i] = array[i] & 255\\n  }\\n  return that\\n}\\n\\nfunction fromArrayBuffer (that, array, byteOffset, length) {\\n  array.byteLength // this throws if `array` is not a valid ArrayBuffer\\n\\n  if (byteOffset < 0 || array.byteLength < byteOffset) {\\n    throw new RangeError('\\\\'offset\\\\' is out of bounds')\\n  }\\n\\n  if (array.byteLength < byteOffset + (length || 0)) {\\n    throw new RangeError('\\\\'length\\\\' is out of bounds')\\n  }\\n\\n  if (byteOffset === undefined && length === undefined) {\\n    array = new Uint8Array(array)\\n  } else if (length === undefined) {\\n    array = new Uint8Array(array, byteOffset)\\n  } else {\\n    array = new Uint8Array(array, byteOffset, length)\\n  }\\n\\n  if (Buffer.TYPED_ARRAY_SUPPORT) {\\n    // Return an augmented `Uint8Array` instance, for best performance\\n    that = array\\n    that.__proto__ = Buffer.prototype\\n  } else {\\n    // Fallback: Return an object instance of the Buffer class\\n    that = fromArrayLike(that, array)\\n  }\\n  return that\\n}\\n\\nfunction fromObject (that, obj) {\\n  if (Buffer.isBuffer(obj)) {\\n    var len = checked(obj.length) | 0\\n    that = createBuffer(that, len)\\n\\n    if (that.length === 0) {\\n      return that\\n    }\\n\\n    obj.copy(that, 0, 0, len)\\n    return that\\n  }\\n\\n  if (obj) {\\n    if ((typeof ArrayBuffer !== 'undefined' &&\\n        obj.buffer instanceof ArrayBuffer) || 'length' in obj) {\\n      if (typeof obj.length !== 'number' || isnan(obj.length)) {\\n        return createBuffer(that, 0)\\n      }\\n      return fromArrayLike(that, obj)\\n    }\\n\\n    if (obj.type === 'Buffer' && isArray(obj.data)) {\\n      return fromArrayLike(that, obj.data)\\n    }\\n  }\\n\\n  throw new TypeError('First argument must be a string, Buffer, ArrayBuffer, Array, or array-like object.')\\n}\\n\\nfunction checked (length) {\\n  // Note: cannot use `length < kMaxLength()` here because that fails when\\n  // length is NaN (which is otherwise coerced to zero.)\\n  if (length >= kMaxLength()) {\\n    throw new RangeError('Attempt to allocate Buffer larger than maximum ' +\\n                         'size: 0x' + kMaxLength().toString(16) + ' bytes')\\n  }\\n  return length | 0\\n}\\n\\nfunction SlowBuffer (length) {\\n  if (+length != length) { // eslint-disable-line eqeqeq\\n    length = 0\\n  }\\n  return Buffer.alloc(+length)\\n}\\n\\nBuffer.isBuffer = function isBuffer (b) {\\n  return !!(b != null && b._isBuffer)\\n}\\n\\nBuffer.compare = function compare (a, b) {\\n  if (!Buffer.isBuffer(a) || !Buffer.isBuffer(b)) {\\n    throw new TypeError('Arguments must be Buffers')\\n  }\\n\\n  if (a === b) return 0\\n\\n  var x = a.length\\n  var y = b.length\\n\\n  for (var i = 0, len = Math.min(x, y); i < len; ++i) {\\n    if (a[i] !== b[i]) {\\n      x = a[i]\\n      y = b[i]\\n      break\\n    }\\n  }\\n\\n  if (x < y) return -1\\n  if (y < x) return 1\\n  return 0\\n}\\n\\nBuffer.isEncoding = function isEncoding (encoding) {\\n  switch (String(encoding).toLowerCase()) {\\n    case 'hex':\\n    case 'utf8':\\n    case 'utf-8':\\n    case 'ascii':\\n    case 'latin1':\\n    case 'binary':\\n    case 'base64':\\n    case 'ucs2':\\n    case 'ucs-2':\\n    case 'utf16le':\\n    case 'utf-16le':\\n      return true\\n    default:\\n      return false\\n  }\\n}\\n\\nBuffer.concat = function concat (list, length) {\\n  if (!isArray(list)) {\\n    throw new TypeError('\\\"list\\\" argument must be an Array of Buffers')\\n  }\\n\\n  if (list.length === 0) {\\n    return Buffer.alloc(0)\\n  }\\n\\n  var i\\n  if (length === undefined) {\\n    length = 0\\n    for (i = 0; i < list.length; ++i) {\\n      length += list[i].length\\n    }\\n  }\\n\\n  var buffer = Buffer.allocUnsafe(length)\\n  var pos = 0\\n  for (i = 0; i < list.length; ++i) {\\n    var buf = list[i]\\n    if (!Buffer.isBuffer(buf)) {\\n      throw new TypeError('\\\"list\\\" argument must be an Array of Buffers')\\n    }\\n    buf.copy(buffer, pos)\\n    pos += buf.length\\n  }\\n  return buffer\\n}\\n\\nfunction byteLength (string, encoding) {\\n  if (Buffer.isBuffer(string)) {\\n    return string.length\\n  }\\n  if (typeof ArrayBuffer !== 'undefined' && typeof ArrayBuffer.isView === 'function' &&\\n      (ArrayBuffer.isView(string) || string instanceof ArrayBuffer)) {\\n    return string.byteLength\\n  }\\n  if (typeof string !== 'string') {\\n    string = '' + string\\n  }\\n\\n  var len = string.length\\n  if (len === 0) return 0\\n\\n  // Use a for loop to avoid recursion\\n  var loweredCase = false\\n  for (;;) {\\n    switch (encoding) {\\n      case 'ascii':\\n      case 'latin1':\\n      case 'binary':\\n        return len\\n      case 'utf8':\\n      case 'utf-8':\\n      case undefined:\\n        return utf8ToBytes(string).length\\n      case 'ucs2':\\n      case 'ucs-2':\\n      case 'utf16le':\\n      case 'utf-16le':\\n        return len * 2\\n      case 'hex':\\n        return len >>> 1\\n      case 'base64':\\n        return base64ToBytes(string).length\\n      default:\\n        if (loweredCase) return utf8ToBytes(string).length // assume utf8\\n        encoding = ('' + encoding).toLowerCase()\\n        loweredCase = true\\n    }\\n  }\\n}\\nBuffer.byteLength = byteLength\\n\\nfunction slowToString (encoding, start, end) {\\n  var loweredCase = false\\n\\n  // No need to verify that \\\"this.length <= MAX_UINT32\\\" since it's a read-only\\n  // property of a typed array.\\n\\n  // This behaves neither like String nor Uint8Array in that we set start/end\\n  // to their upper/lower bounds if the value passed is out of range.\\n  // undefined is handled specially as per ECMA-262 6th Edition,\\n  // Section 13.3.3.7 Runtime Semantics: KeyedBindingInitialization.\\n  if (start === undefined || start < 0) {\\n    start = 0\\n  }\\n  // Return early if start > this.length. Done here to prevent potential uint32\\n  // coercion fail below.\\n  if (start > this.length) {\\n    return ''\\n  }\\n\\n  if (end === undefined || end > this.length) {\\n    end = this.length\\n  }\\n\\n  if (end <= 0) {\\n    return ''\\n  }\\n\\n  // Force coersion to uint32. This will also coerce falsey/NaN values to 0.\\n  end >>>= 0\\n  start >>>= 0\\n\\n  if (end <= start) {\\n    return ''\\n  }\\n\\n  if (!encoding) encoding = 'utf8'\\n\\n  while (true) {\\n    switch (encoding) {\\n      case 'hex':\\n        return hexSlice(this, start, end)\\n\\n      case 'utf8':\\n      case 'utf-8':\\n        return utf8Slice(this, start, end)\\n\\n      case 'ascii':\\n        return asciiSlice(this, start, end)\\n\\n      case 'latin1':\\n      case 'binary':\\n        return latin1Slice(this, start, end)\\n\\n      case 'base64':\\n        return base64Slice(this, start, end)\\n\\n      case 'ucs2':\\n      case 'ucs-2':\\n      case 'utf16le':\\n      case 'utf-16le':\\n        return utf16leSlice(this, start, end)\\n\\n      default:\\n        if (loweredCase) throw new TypeError('Unknown encoding: ' + encoding)\\n        encoding = (encoding + '').toLowerCase()\\n        loweredCase = true\\n    }\\n  }\\n}\\n\\n// The property is used by `Buffer.isBuffer` and `is-buffer` (in Safari 5-7) to detect\\n// Buffer instances.\\nBuffer.prototype._isBuffer = true\\n\\nfunction swap (b, n, m) {\\n  var i = b[n]\\n  b[n] = b[m]\\n  b[m] = i\\n}\\n\\nBuffer.prototype.swap16 = function swap16 () {\\n  var len = this.length\\n  if (len % 2 !== 0) {\\n    throw new RangeError('Buffer size must be a multiple of 16-bits')\\n  }\\n  for (var i = 0; i < len; i += 2) {\\n    swap(this, i, i + 1)\\n  }\\n  return this\\n}\\n\\nBuffer.prototype.swap32 = function swap32 () {\\n  var len = this.length\\n  if (len % 4 !== 0) {\\n    throw new RangeError('Buffer size must be a multiple of 32-bits')\\n  }\\n  for (var i = 0; i < len; i += 4) {\\n    swap(this, i, i + 3)\\n    swap(this, i + 1, i + 2)\\n  }\\n  return this\\n}\\n\\nBuffer.prototype.swap64 = function swap64 () {\\n  var len = this.length\\n  if (len % 8 !== 0) {\\n    throw new RangeError('Buffer size must be a multiple of 64-bits')\\n  }\\n  for (var i = 0; i < len; i += 8) {\\n    swap(this, i, i + 7)\\n    swap(this, i + 1, i + 6)\\n    swap(this, i + 2, i + 5)\\n    swap(this, i + 3, i + 4)\\n  }\\n  return this\\n}\\n\\nBuffer.prototype.toString = function toString () {\\n  var length = this.length | 0\\n  if (length === 0) return ''\\n  if (arguments.length === 0) return utf8Slice(this, 0, length)\\n  return slowToString.apply(this, arguments)\\n}\\n\\nBuffer.prototype.equals = function equals (b) {\\n  if (!Buffer.isBuffer(b)) throw new TypeError('Argument must be a Buffer')\\n  if (this === b) return true\\n  return Buffer.compare(this, b) === 0\\n}\\n\\nBuffer.prototype.inspect = function inspect () {\\n  var str = ''\\n  var max = exports.INSPECT_MAX_BYTES\\n  if (this.length > 0) {\\n    str = this.toString('hex', 0, max).match(/.{2}/g).join(' ')\\n    if (this.length > max) str += ' ... '\\n  }\\n  return '<Buffer ' + str + '>'\\n}\\n\\nBuffer.prototype.compare = function compare (target, start, end, thisStart, thisEnd) {\\n  if (!Buffer.isBuffer(target)) {\\n    throw new TypeError('Argument must be a Buffer')\\n  }\\n\\n  if (start === undefined) {\\n    start = 0\\n  }\\n  if (end === undefined) {\\n    end = target ? target.length : 0\\n  }\\n  if (thisStart === undefined) {\\n    thisStart = 0\\n  }\\n  if (thisEnd === undefined) {\\n    thisEnd = this.length\\n  }\\n\\n  if (start < 0 || end > target.length || thisStart < 0 || thisEnd > this.length) {\\n    throw new RangeError('out of range index')\\n  }\\n\\n  if (thisStart >= thisEnd && start >= end) {\\n    return 0\\n  }\\n  if (thisStart >= thisEnd) {\\n    return -1\\n  }\\n  if (start >= end) {\\n    return 1\\n  }\\n\\n  start >>>= 0\\n  end >>>= 0\\n  thisStart >>>= 0\\n  thisEnd >>>= 0\\n\\n  if (this === target) return 0\\n\\n  var x = thisEnd - thisStart\\n  var y = end - start\\n  var len = Math.min(x, y)\\n\\n  var thisCopy = this.slice(thisStart, thisEnd)\\n  var targetCopy = target.slice(start, end)\\n\\n  for (var i = 0; i < len; ++i) {\\n    if (thisCopy[i] !== targetCopy[i]) {\\n      x = thisCopy[i]\\n      y = targetCopy[i]\\n      break\\n    }\\n  }\\n\\n  if (x < y) return -1\\n  if (y < x) return 1\\n  return 0\\n}\\n\\n// Finds either the first index of `val` in `buffer` at offset >= `byteOffset`,\\n// OR the last index of `val` in `buffer` at offset <= `byteOffset`.\\n//\\n// Arguments:\\n// - buffer - a Buffer to search\\n// - val - a string, Buffer, or number\\n// - byteOffset - an index into `buffer`; will be clamped to an int32\\n// - encoding - an optional encoding, relevant is val is a string\\n// - dir - true for indexOf, false for lastIndexOf\\nfunction bidirectionalIndexOf (buffer, val, byteOffset, encoding, dir) {\\n  // Empty buffer means no match\\n  if (buffer.length === 0) return -1\\n\\n  // Normalize byteOffset\\n  if (typeof byteOffset === 'string') {\\n    encoding = byteOffset\\n    byteOffset = 0\\n  } else if (byteOffset > 0x7fffffff) {\\n    byteOffset = 0x7fffffff\\n  } else if (byteOffset < -0x80000000) {\\n    byteOffset = -0x80000000\\n  }\\n  byteOffset = +byteOffset  // Coerce to Number.\\n  if (isNaN(byteOffset)) {\\n    // byteOffset: it it's undefined, null, NaN, \\\"foo\\\", etc, search whole buffer\\n    byteOffset = dir ? 0 : (buffer.length - 1)\\n  }\\n\\n  // Normalize byteOffset: negative offsets start from the end of the buffer\\n  if (byteOffset < 0) byteOffset = buffer.length + byteOffset\\n  if (byteOffset >= buffer.length) {\\n    if (dir) return -1\\n    else byteOffset = buffer.length - 1\\n  } else if (byteOffset < 0) {\\n    if (dir) byteOffset = 0\\n    else return -1\\n  }\\n\\n  // Normalize val\\n  if (typeof val === 'string') {\\n    val = Buffer.from(val, encoding)\\n  }\\n\\n  // Finally, search either indexOf (if dir is true) or lastIndexOf\\n  if (Buffer.isBuffer(val)) {\\n    // Special case: looking for empty string/buffer always fails\\n    if (val.length === 0) {\\n      return -1\\n    }\\n    return arrayIndexOf(buffer, val, byteOffset, encoding, dir)\\n  } else if (typeof val === 'number') {\\n    val = val & 0xFF // Search for a byte value [0-255]\\n    if (Buffer.TYPED_ARRAY_SUPPORT &&\\n        typeof Uint8Array.prototype.indexOf === 'function') {\\n      if (dir) {\\n        return Uint8Array.prototype.indexOf.call(buffer, val, byteOffset)\\n      } else {\\n        return Uint8Array.prototype.lastIndexOf.call(buffer, val, byteOffset)\\n      }\\n    }\\n    return arrayIndexOf(buffer, [ val ], byteOffset, encoding, dir)\\n  }\\n\\n  throw new TypeError('val must be string, number or Buffer')\\n}\\n\\nfunction arrayIndexOf (arr, val, byteOffset, encoding, dir) {\\n  var indexSize = 1\\n  var arrLength = arr.length\\n  var valLength = val.length\\n\\n  if (encoding !== undefined) {\\n    encoding = String(encoding).toLowerCase()\\n    if (encoding === 'ucs2' || encoding === 'ucs-2' ||\\n        encoding === 'utf16le' || encoding === 'utf-16le') {\\n      if (arr.length < 2 || val.length < 2) {\\n        return -1\\n      }\\n      indexSize = 2\\n      arrLength /= 2\\n      valLength /= 2\\n      byteOffset /= 2\\n    }\\n  }\\n\\n  function read (buf, i) {\\n    if (indexSize === 1) {\\n      return buf[i]\\n    } else {\\n      return buf.readUInt16BE(i * indexSize)\\n    }\\n  }\\n\\n  var i\\n  if (dir) {\\n    var foundIndex = -1\\n    for (i = byteOffset; i < arrLength; i++) {\\n      if (read(arr, i) === read(val, foundIndex === -1 ? 0 : i - foundIndex)) {\\n        if (foundIndex === -1) foundIndex = i\\n        if (i - foundIndex + 1 === valLength) return foundIndex * indexSize\\n      } else {\\n        if (foundIndex !== -1) i -= i - foundIndex\\n        foundIndex = -1\\n      }\\n    }\\n  } else {\\n    if (byteOffset + valLength > arrLength) byteOffset = arrLength - valLength\\n    for (i = byteOffset; i >= 0; i--) {\\n      var found = true\\n      for (var j = 0; j < valLength; j++) {\\n        if (read(arr, i + j) !== read(val, j)) {\\n          found = false\\n          break\\n        }\\n      }\\n      if (found) return i\\n    }\\n  }\\n\\n  return -1\\n}\\n\\nBuffer.prototype.includes = function includes (val, byteOffset, encoding) {\\n  return this.indexOf(val, byteOffset, encoding) !== -1\\n}\\n\\nBuffer.prototype.indexOf = function indexOf (val, byteOffset, encoding) {\\n  return bidirectionalIndexOf(this, val, byteOffset, encoding, true)\\n}\\n\\nBuffer.prototype.lastIndexOf = function lastIndexOf (val, byteOffset, encoding) {\\n  return bidirectionalIndexOf(this, val, byteOffset, encoding, false)\\n}\\n\\nfunction hexWrite (buf, string, offset, length) {\\n  offset = Number(offset) || 0\\n  var remaining = buf.length - offset\\n  if (!length) {\\n    length = remaining\\n  } else {\\n    length = Number(length)\\n    if (length > remaining) {\\n      length = remaining\\n    }\\n  }\\n\\n  // must be an even number of digits\\n  var strLen = string.length\\n  if (strLen % 2 !== 0) throw new TypeError('Invalid hex string')\\n\\n  if (length > strLen / 2) {\\n    length = strLen / 2\\n  }\\n  for (var i = 0; i < length; ++i) {\\n    var parsed = parseInt(string.substr(i * 2, 2), 16)\\n    if (isNaN(parsed)) return i\\n    buf[offset + i] = parsed\\n  }\\n  return i\\n}\\n\\nfunction utf8Write (buf, string, offset, length) {\\n  return blitBuffer(utf8ToBytes(string, buf.length - offset), buf, offset, length)\\n}\\n\\nfunction asciiWrite (buf, string, offset, length) {\\n  return blitBuffer(asciiToBytes(string), buf, offset, length)\\n}\\n\\nfunction latin1Write (buf, string, offset, length) {\\n  return asciiWrite(buf, string, offset, length)\\n}\\n\\nfunction base64Write (buf, string, offset, length) {\\n  return blitBuffer(base64ToBytes(string), buf, offset, length)\\n}\\n\\nfunction ucs2Write (buf, string, offset, length) {\\n  return blitBuffer(utf16leToBytes(string, buf.length - offset), buf, offset, length)\\n}\\n\\nBuffer.prototype.write = function write (string, offset, length, encoding) {\\n  // Buffer#write(string)\\n  if (offset === undefined) {\\n    encoding = 'utf8'\\n    length = this.length\\n    offset = 0\\n  // Buffer#write(string, encoding)\\n  } else if (length === undefined && typeof offset === 'string') {\\n    encoding = offset\\n    length = this.length\\n    offset = 0\\n  // Buffer#write(string, offset[, length][, encoding])\\n  } else if (isFinite(offset)) {\\n    offset = offset | 0\\n    if (isFinite(length)) {\\n      length = length | 0\\n      if (encoding === undefined) encoding = 'utf8'\\n    } else {\\n      encoding = length\\n      length = undefined\\n    }\\n  // legacy write(string, encoding, offset, length) - remove in v0.13\\n  } else {\\n    throw new Error(\\n      'Buffer.write(string, encoding, offset[, length]) is no longer supported'\\n    )\\n  }\\n\\n  var remaining = this.length - offset\\n  if (length === undefined || length > remaining) length = remaining\\n\\n  if ((string.length > 0 && (length < 0 || offset < 0)) || offset > this.length) {\\n    throw new RangeError('Attempt to write outside buffer bounds')\\n  }\\n\\n  if (!encoding) encoding = 'utf8'\\n\\n  var loweredCase = false\\n  for (;;) {\\n    switch (encoding) {\\n      case 'hex':\\n        return hexWrite(this, string, offset, length)\\n\\n      case 'utf8':\\n      case 'utf-8':\\n        return utf8Write(this, string, offset, length)\\n\\n      case 'ascii':\\n        return asciiWrite(this, string, offset, length)\\n\\n      case 'latin1':\\n      case 'binary':\\n        return latin1Write(this, string, offset, length)\\n\\n      case 'base64':\\n        // Warning: maxLength not taken into account in base64Write\\n        return base64Write(this, string, offset, length)\\n\\n      case 'ucs2':\\n      case 'ucs-2':\\n      case 'utf16le':\\n      case 'utf-16le':\\n        return ucs2Write(this, string, offset, length)\\n\\n      default:\\n        if (loweredCase) throw new TypeError('Unknown encoding: ' + encoding)\\n        encoding = ('' + encoding).toLowerCase()\\n        loweredCase = true\\n    }\\n  }\\n}\\n\\nBuffer.prototype.toJSON = function toJSON () {\\n  return {\\n    type: 'Buffer',\\n    data: Array.prototype.slice.call(this._arr || this, 0)\\n  }\\n}\\n\\nfunction base64Slice (buf, start, end) {\\n  if (start === 0 && end === buf.length) {\\n    return base64.fromByteArray(buf)\\n  } else {\\n    return base64.fromByteArray(buf.slice(start, end))\\n  }\\n}\\n\\nfunction utf8Slice (buf, start, end) {\\n  end = Math.min(buf.length, end)\\n  var res = []\\n\\n  var i = start\\n  while (i < end) {\\n    var firstByte = buf[i]\\n    var codePoint = null\\n    var bytesPerSequence = (firstByte > 0xEF) ? 4\\n      : (firstByte > 0xDF) ? 3\\n      : (firstByte > 0xBF) ? 2\\n      : 1\\n\\n    if (i + bytesPerSequence <= end) {\\n      var secondByte, thirdByte, fourthByte, tempCodePoint\\n\\n      switch (bytesPerSequence) {\\n        case 1:\\n          if (firstByte < 0x80) {\\n            codePoint = firstByte\\n          }\\n          break\\n        case 2:\\n          secondByte = buf[i + 1]\\n          if ((secondByte & 0xC0) === 0x80) {\\n            tempCodePoint = (firstByte & 0x1F) << 0x6 | (secondByte & 0x3F)\\n            if (tempCodePoint > 0x7F) {\\n              codePoint = tempCodePoint\\n            }\\n          }\\n          break\\n        case 3:\\n          secondByte = buf[i + 1]\\n          thirdByte = buf[i + 2]\\n          if ((secondByte & 0xC0) === 0x80 && (thirdByte & 0xC0) === 0x80) {\\n            tempCodePoint = (firstByte & 0xF) << 0xC | (secondByte & 0x3F) << 0x6 | (thirdByte & 0x3F)\\n            if (tempCodePoint > 0x7FF && (tempCodePoint < 0xD800 || tempCodePoint > 0xDFFF)) {\\n              codePoint = tempCodePoint\\n            }\\n          }\\n          break\\n        case 4:\\n          secondByte = buf[i + 1]\\n          thirdByte = buf[i + 2]\\n          fourthByte = buf[i + 3]\\n          if ((secondByte & 0xC0) === 0x80 && (thirdByte & 0xC0) === 0x80 && (fourthByte & 0xC0) === 0x80) {\\n            tempCodePoint = (firstByte & 0xF) << 0x12 | (secondByte & 0x3F) << 0xC | (thirdByte & 0x3F) << 0x6 | (fourthByte & 0x3F)\\n            if (tempCodePoint > 0xFFFF && tempCodePoint < 0x110000) {\\n              codePoint = tempCodePoint\\n            }\\n          }\\n      }\\n    }\\n\\n    if (codePoint === null) {\\n      // we did not generate a valid codePoint so insert a\\n      // replacement char (U+FFFD) and advance only 1 byte\\n      codePoint = 0xFFFD\\n      bytesPerSequence = 1\\n    } else if (codePoint > 0xFFFF) {\\n      // encode to utf16 (surrogate pair dance)\\n      codePoint -= 0x10000\\n      res.push(codePoint >>> 10 & 0x3FF | 0xD800)\\n      codePoint = 0xDC00 | codePoint & 0x3FF\\n    }\\n\\n    res.push(codePoint)\\n    i += bytesPerSequence\\n  }\\n\\n  return decodeCodePointsArray(res)\\n}\\n\\n// Based on http://stackoverflow.com/a/22747272/680742, the browser with\\n// the lowest limit is Chrome, with 0x10000 args.\\n// We go 1 magnitude less, for safety\\nvar MAX_ARGUMENTS_LENGTH = 0x1000\\n\\nfunction decodeCodePointsArray (codePoints) {\\n  var len = codePoints.length\\n  if (len <= MAX_ARGUMENTS_LENGTH) {\\n    return String.fromCharCode.apply(String, codePoints) // avoid extra slice()\\n  }\\n\\n  // Decode in chunks to avoid \\\"call stack size exceeded\\\".\\n  var res = ''\\n  var i = 0\\n  while (i < len) {\\n    res += String.fromCharCode.apply(\\n      String,\\n      codePoints.slice(i, i += MAX_ARGUMENTS_LENGTH)\\n    )\\n  }\\n  return res\\n}\\n\\nfunction asciiSlice (buf, start, end) {\\n  var ret = ''\\n  end = Math.min(buf.length, end)\\n\\n  for (var i = start; i < end; ++i) {\\n    ret += String.fromCharCode(buf[i] & 0x7F)\\n  }\\n  return ret\\n}\\n\\nfunction latin1Slice (buf, start, end) {\\n  var ret = ''\\n  end = Math.min(buf.length, end)\\n\\n  for (var i = start; i < end; ++i) {\\n    ret += String.fromCharCode(buf[i])\\n  }\\n  return ret\\n}\\n\\nfunction hexSlice (buf, start, end) {\\n  var len = buf.length\\n\\n  if (!start || start < 0) start = 0\\n  if (!end || end < 0 || end > len) end = len\\n\\n  var out = ''\\n  for (var i = start; i < end; ++i) {\\n    out += toHex(buf[i])\\n  }\\n  return out\\n}\\n\\nfunction utf16leSlice (buf, start, end) {\\n  var bytes = buf.slice(start, end)\\n  var res = ''\\n  for (var i = 0; i < bytes.length; i += 2) {\\n    res += String.fromCharCode(bytes[i] + bytes[i + 1] * 256)\\n  }\\n  return res\\n}\\n\\nBuffer.prototype.slice = function slice (start, end) {\\n  var len = this.length\\n  start = ~~start\\n  end = end === undefined ? len : ~~end\\n\\n  if (start < 0) {\\n    start += len\\n    if (start < 0) start = 0\\n  } else if (start > len) {\\n    start = len\\n  }\\n\\n  if (end < 0) {\\n    end += len\\n    if (end < 0) end = 0\\n  } else if (end > len) {\\n    end = len\\n  }\\n\\n  if (end < start) end = start\\n\\n  var newBuf\\n  if (Buffer.TYPED_ARRAY_SUPPORT) {\\n    newBuf = this.subarray(start, end)\\n    newBuf.__proto__ = Buffer.prototype\\n  } else {\\n    var sliceLen = end - start\\n    newBuf = new Buffer(sliceLen, undefined)\\n    for (var i = 0; i < sliceLen; ++i) {\\n      newBuf[i] = this[i + start]\\n    }\\n  }\\n\\n  return newBuf\\n}\\n\\n/*\\n * Need to make sure that buffer isn't trying to write out of bounds.\\n */\\nfunction checkOffset (offset, ext, length) {\\n  if ((offset % 1) !== 0 || offset < 0) throw new RangeError('offset is not uint')\\n  if (offset + ext > length) throw new RangeError('Trying to access beyond buffer length')\\n}\\n\\nBuffer.prototype.readUIntLE = function readUIntLE (offset, byteLength, noAssert) {\\n  offset = offset | 0\\n  byteLength = byteLength | 0\\n  if (!noAssert) checkOffset(offset, byteLength, this.length)\\n\\n  var val = this[offset]\\n  var mul = 1\\n  var i = 0\\n  while (++i < byteLength && (mul *= 0x100)) {\\n    val += this[offset + i] * mul\\n  }\\n\\n  return val\\n}\\n\\nBuffer.prototype.readUIntBE = function readUIntBE (offset, byteLength, noAssert) {\\n  offset = offset | 0\\n  byteLength = byteLength | 0\\n  if (!noAssert) {\\n    checkOffset(offset, byteLength, this.length)\\n  }\\n\\n  var val = this[offset + --byteLength]\\n  var mul = 1\\n  while (byteLength > 0 && (mul *= 0x100)) {\\n    val += this[offset + --byteLength] * mul\\n  }\\n\\n  return val\\n}\\n\\nBuffer.prototype.readUInt8 = function readUInt8 (offset, noAssert) {\\n  if (!noAssert) checkOffset(offset, 1, this.length)\\n  return this[offset]\\n}\\n\\nBuffer.prototype.readUInt16LE = function readUInt16LE (offset, noAssert) {\\n  if (!noAssert) checkOffset(offset, 2, this.length)\\n  return this[offset] | (this[offset + 1] << 8)\\n}\\n\\nBuffer.prototype.readUInt16BE = function readUInt16BE (offset, noAssert) {\\n  if (!noAssert) checkOffset(offset, 2, this.length)\\n  return (this[offset] << 8) | this[offset + 1]\\n}\\n\\nBuffer.prototype.readUInt32LE = function readUInt32LE (offset, noAssert) {\\n  if (!noAssert) checkOffset(offset, 4, this.length)\\n\\n  return ((this[offset]) |\\n      (this[offset + 1] << 8) |\\n      (this[offset + 2] << 16)) +\\n      (this[offset + 3] * 0x1000000)\\n}\\n\\nBuffer.prototype.readUInt32BE = function readUInt32BE (offset, noAssert) {\\n  if (!noAssert) checkOffset(offset, 4, this.length)\\n\\n  return (this[offset] * 0x1000000) +\\n    ((this[offset + 1] << 16) |\\n    (this[offset + 2] << 8) |\\n    this[offset + 3])\\n}\\n\\nBuffer.prototype.readIntLE = function readIntLE (offset, byteLength, noAssert) {\\n  offset = offset | 0\\n  byteLength = byteLength | 0\\n  if (!noAssert) checkOffset(offset, byteLength, this.length)\\n\\n  var val = this[offset]\\n  var mul = 1\\n  var i = 0\\n  while (++i < byteLength && (mul *= 0x100)) {\\n    val += this[offset + i] * mul\\n  }\\n  mul *= 0x80\\n\\n  if (val >= mul) val -= Math.pow(2, 8 * byteLength)\\n\\n  return val\\n}\\n\\nBuffer.prototype.readIntBE = function readIntBE (offset, byteLength, noAssert) {\\n  offset = offset | 0\\n  byteLength = byteLength | 0\\n  if (!noAssert) checkOffset(offset, byteLength, this.length)\\n\\n  var i = byteLength\\n  var mul = 1\\n  var val = this[offset + --i]\\n  while (i > 0 && (mul *= 0x100)) {\\n    val += this[offset + --i] * mul\\n  }\\n  mul *= 0x80\\n\\n  if (val >= mul) val -= Math.pow(2, 8 * byteLength)\\n\\n  return val\\n}\\n\\nBuffer.prototype.readInt8 = function readInt8 (offset, noAssert) {\\n  if (!noAssert) checkOffset(offset, 1, this.length)\\n  if (!(this[offset] & 0x80)) return (this[offset])\\n  return ((0xff - this[offset] + 1) * -1)\\n}\\n\\nBuffer.prototype.readInt16LE = function readInt16LE (offset, noAssert) {\\n  if (!noAssert) checkOffset(offset, 2, this.length)\\n  var val = this[offset] | (this[offset + 1] << 8)\\n  return (val & 0x8000) ? val | 0xFFFF0000 : val\\n}\\n\\nBuffer.prototype.readInt16BE = function readInt16BE (offset, noAssert) {\\n  if (!noAssert) checkOffset(offset, 2, this.length)\\n  var val = this[offset + 1] | (this[offset] << 8)\\n  return (val & 0x8000) ? val | 0xFFFF0000 : val\\n}\\n\\nBuffer.prototype.readInt32LE = function readInt32LE (offset, noAssert) {\\n  if (!noAssert) checkOffset(offset, 4, this.length)\\n\\n  return (this[offset]) |\\n    (this[offset + 1] << 8) |\\n    (this[offset + 2] << 16) |\\n    (this[offset + 3] << 24)\\n}\\n\\nBuffer.prototype.readInt32BE = function readInt32BE (offset, noAssert) {\\n  if (!noAssert) checkOffset(offset, 4, this.length)\\n\\n  return (this[offset] << 24) |\\n    (this[offset + 1] << 16) |\\n    (this[offset + 2] << 8) |\\n    (this[offset + 3])\\n}\\n\\nBuffer.prototype.readFloatLE = function readFloatLE (offset, noAssert) {\\n  if (!noAssert) checkOffset(offset, 4, this.length)\\n  return ieee754.read(this, offset, true, 23, 4)\\n}\\n\\nBuffer.prototype.readFloatBE = function readFloatBE (offset, noAssert) {\\n  if (!noAssert) checkOffset(offset, 4, this.length)\\n  return ieee754.read(this, offset, false, 23, 4)\\n}\\n\\nBuffer.prototype.readDoubleLE = function readDoubleLE (offset, noAssert) {\\n  if (!noAssert) checkOffset(offset, 8, this.length)\\n  return ieee754.read(this, offset, true, 52, 8)\\n}\\n\\nBuffer.prototype.readDoubleBE = function readDoubleBE (offset, noAssert) {\\n  if (!noAssert) checkOffset(offset, 8, this.length)\\n  return ieee754.read(this, offset, false, 52, 8)\\n}\\n\\nfunction checkInt (buf, value, offset, ext, max, min) {\\n  if (!Buffer.isBuffer(buf)) throw new TypeError('\\\"buffer\\\" argument must be a Buffer instance')\\n  if (value > max || value < min) throw new RangeError('\\\"value\\\" argument is out of bounds')\\n  if (offset + ext > buf.length) throw new RangeError('Index out of range')\\n}\\n\\nBuffer.prototype.writeUIntLE = function writeUIntLE (value, offset, byteLength, noAssert) {\\n  value = +value\\n  offset = offset | 0\\n  byteLength = byteLength | 0\\n  if (!noAssert) {\\n    var maxBytes = Math.pow(2, 8 * byteLength) - 1\\n    checkInt(this, value, offset, byteLength, maxBytes, 0)\\n  }\\n\\n  var mul = 1\\n  var i = 0\\n  this[offset] = value & 0xFF\\n  while (++i < byteLength && (mul *= 0x100)) {\\n    this[offset + i] = (value / mul) & 0xFF\\n  }\\n\\n  return offset + byteLength\\n}\\n\\nBuffer.prototype.writeUIntBE = function writeUIntBE (value, offset, byteLength, noAssert) {\\n  value = +value\\n  offset = offset | 0\\n  byteLength = byteLength | 0\\n  if (!noAssert) {\\n    var maxBytes = Math.pow(2, 8 * byteLength) - 1\\n    checkInt(this, value, offset, byteLength, maxBytes, 0)\\n  }\\n\\n  var i = byteLength - 1\\n  var mul = 1\\n  this[offset + i] = value & 0xFF\\n  while (--i >= 0 && (mul *= 0x100)) {\\n    this[offset + i] = (value / mul) & 0xFF\\n  }\\n\\n  return offset + byteLength\\n}\\n\\nBuffer.prototype.writeUInt8 = function writeUInt8 (value, offset, noAssert) {\\n  value = +value\\n  offset = offset | 0\\n  if (!noAssert) checkInt(this, value, offset, 1, 0xff, 0)\\n  if (!Buffer.TYPED_ARRAY_SUPPORT) value = Math.floor(value)\\n  this[offset] = (value & 0xff)\\n  return offset + 1\\n}\\n\\nfunction objectWriteUInt16 (buf, value, offset, littleEndian) {\\n  if (value < 0) value = 0xffff + value + 1\\n  for (var i = 0, j = Math.min(buf.length - offset, 2); i < j; ++i) {\\n    buf[offset + i] = (value & (0xff << (8 * (littleEndian ? i : 1 - i)))) >>>\\n      (littleEndian ? i : 1 - i) * 8\\n  }\\n}\\n\\nBuffer.prototype.writeUInt16LE = function writeUInt16LE (value, offset, noAssert) {\\n  value = +value\\n  offset = offset | 0\\n  if (!noAssert) checkInt(this, value, offset, 2, 0xffff, 0)\\n  if (Buffer.TYPED_ARRAY_SUPPORT) {\\n    this[offset] = (value & 0xff)\\n    this[offset + 1] = (value >>> 8)\\n  } else {\\n    objectWriteUInt16(this, value, offset, true)\\n  }\\n  return offset + 2\\n}\\n\\nBuffer.prototype.writeUInt16BE = function writeUInt16BE (value, offset, noAssert) {\\n  value = +value\\n  offset = offset | 0\\n  if (!noAssert) checkInt(this, value, offset, 2, 0xffff, 0)\\n  if (Buffer.TYPED_ARRAY_SUPPORT) {\\n    this[offset] = (value >>> 8)\\n    this[offset + 1] = (value & 0xff)\\n  } else {\\n    objectWriteUInt16(this, value, offset, false)\\n  }\\n  return offset + 2\\n}\\n\\nfunction objectWriteUInt32 (buf, value, offset, littleEndian) {\\n  if (value < 0) value = 0xffffffff + value + 1\\n  for (var i = 0, j = Math.min(buf.length - offset, 4); i < j; ++i) {\\n    buf[offset + i] = (value >>> (littleEndian ? i : 3 - i) * 8) & 0xff\\n  }\\n}\\n\\nBuffer.prototype.writeUInt32LE = function writeUInt32LE (value, offset, noAssert) {\\n  value = +value\\n  offset = offset | 0\\n  if (!noAssert) checkInt(this, value, offset, 4, 0xffffffff, 0)\\n  if (Buffer.TYPED_ARRAY_SUPPORT) {\\n    this[offset + 3] = (value >>> 24)\\n    this[offset + 2] = (value >>> 16)\\n    this[offset + 1] = (value >>> 8)\\n    this[offset] = (value & 0xff)\\n  } else {\\n    objectWriteUInt32(this, value, offset, true)\\n  }\\n  return offset + 4\\n}\\n\\nBuffer.prototype.writeUInt32BE = function writeUInt32BE (value, offset, noAssert) {\\n  value = +value\\n  offset = offset | 0\\n  if (!noAssert) checkInt(this, value, offset, 4, 0xffffffff, 0)\\n  if (Buffer.TYPED_ARRAY_SUPPORT) {\\n    this[offset] = (value >>> 24)\\n    this[offset + 1] = (value >>> 16)\\n    this[offset + 2] = (value >>> 8)\\n    this[offset + 3] = (value & 0xff)\\n  } else {\\n    objectWriteUInt32(this, value, offset, false)\\n  }\\n  return offset + 4\\n}\\n\\nBuffer.prototype.writeIntLE = function writeIntLE (value, offset, byteLength, noAssert) {\\n  value = +value\\n  offset = offset | 0\\n  if (!noAssert) {\\n    var limit = Math.pow(2, 8 * byteLength - 1)\\n\\n    checkInt(this, value, offset, byteLength, limit - 1, -limit)\\n  }\\n\\n  var i = 0\\n  var mul = 1\\n  var sub = 0\\n  this[offset] = value & 0xFF\\n  while (++i < byteLength && (mul *= 0x100)) {\\n    if (value < 0 && sub === 0 && this[offset + i - 1] !== 0) {\\n      sub = 1\\n    }\\n    this[offset + i] = ((value / mul) >> 0) - sub & 0xFF\\n  }\\n\\n  return offset + byteLength\\n}\\n\\nBuffer.prototype.writeIntBE = function writeIntBE (value, offset, byteLength, noAssert) {\\n  value = +value\\n  offset = offset | 0\\n  if (!noAssert) {\\n    var limit = Math.pow(2, 8 * byteLength - 1)\\n\\n    checkInt(this, value, offset, byteLength, limit - 1, -limit)\\n  }\\n\\n  var i = byteLength - 1\\n  var mul = 1\\n  var sub = 0\\n  this[offset + i] = value & 0xFF\\n  while (--i >= 0 && (mul *= 0x100)) {\\n    if (value < 0 && sub === 0 && this[offset + i + 1] !== 0) {\\n      sub = 1\\n    }\\n    this[offset + i] = ((value / mul) >> 0) - sub & 0xFF\\n  }\\n\\n  return offset + byteLength\\n}\\n\\nBuffer.prototype.writeInt8 = function writeInt8 (value, offset, noAssert) {\\n  value = +value\\n  offset = offset | 0\\n  if (!noAssert) checkInt(this, value, offset, 1, 0x7f, -0x80)\\n  if (!Buffer.TYPED_ARRAY_SUPPORT) value = Math.floor(value)\\n  if (value < 0) value = 0xff + value + 1\\n  this[offset] = (value & 0xff)\\n  return offset + 1\\n}\\n\\nBuffer.prototype.writeInt16LE = function writeInt16LE (value, offset, noAssert) {\\n  value = +value\\n  offset = offset | 0\\n  if (!noAssert) checkInt(this, value, offset, 2, 0x7fff, -0x8000)\\n  if (Buffer.TYPED_ARRAY_SUPPORT) {\\n    this[offset] = (value & 0xff)\\n    this[offset + 1] = (value >>> 8)\\n  } else {\\n    objectWriteUInt16(this, value, offset, true)\\n  }\\n  return offset + 2\\n}\\n\\nBuffer.prototype.writeInt16BE = function writeInt16BE (value, offset, noAssert) {\\n  value = +value\\n  offset = offset | 0\\n  if (!noAssert) checkInt(this, value, offset, 2, 0x7fff, -0x8000)\\n  if (Buffer.TYPED_ARRAY_SUPPORT) {\\n    this[offset] = (value >>> 8)\\n    this[offset + 1] = (value & 0xff)\\n  } else {\\n    objectWriteUInt16(this, value, offset, false)\\n  }\\n  return offset + 2\\n}\\n\\nBuffer.prototype.writeInt32LE = function writeInt32LE (value, offset, noAssert) {\\n  value = +value\\n  offset = offset | 0\\n  if (!noAssert) checkInt(this, value, offset, 4, 0x7fffffff, -0x80000000)\\n  if (Buffer.TYPED_ARRAY_SUPPORT) {\\n    this[offset] = (value & 0xff)\\n    this[offset + 1] = (value >>> 8)\\n    this[offset + 2] = (value >>> 16)\\n    this[offset + 3] = (value >>> 24)\\n  } else {\\n    objectWriteUInt32(this, value, offset, true)\\n  }\\n  return offset + 4\\n}\\n\\nBuffer.prototype.writeInt32BE = function writeInt32BE (value, offset, noAssert) {\\n  value = +value\\n  offset = offset | 0\\n  if (!noAssert) checkInt(this, value, offset, 4, 0x7fffffff, -0x80000000)\\n  if (value < 0) value = 0xffffffff + value + 1\\n  if (Buffer.TYPED_ARRAY_SUPPORT) {\\n    this[offset] = (value >>> 24)\\n    this[offset + 1] = (value >>> 16)\\n    this[offset + 2] = (value >>> 8)\\n    this[offset + 3] = (value & 0xff)\\n  } else {\\n    objectWriteUInt32(this, value, offset, false)\\n  }\\n  return offset + 4\\n}\\n\\nfunction checkIEEE754 (buf, value, offset, ext, max, min) {\\n  if (offset + ext > buf.length) throw new RangeError('Index out of range')\\n  if (offset < 0) throw new RangeError('Index out of range')\\n}\\n\\nfunction writeFloat (buf, value, offset, littleEndian, noAssert) {\\n  if (!noAssert) {\\n    checkIEEE754(buf, value, offset, 4, 3.4028234663852886e+38, -3.4028234663852886e+38)\\n  }\\n  ieee754.write(buf, value, offset, littleEndian, 23, 4)\\n  return offset + 4\\n}\\n\\nBuffer.prototype.writeFloatLE = function writeFloatLE (value, offset, noAssert) {\\n  return writeFloat(this, value, offset, true, noAssert)\\n}\\n\\nBuffer.prototype.writeFloatBE = function writeFloatBE (value, offset, noAssert) {\\n  return writeFloat(this, value, offset, false, noAssert)\\n}\\n\\nfunction writeDouble (buf, value, offset, littleEndian, noAssert) {\\n  if (!noAssert) {\\n    checkIEEE754(buf, value, offset, 8, 1.7976931348623157E+308, -1.7976931348623157E+308)\\n  }\\n  ieee754.write(buf, value, offset, littleEndian, 52, 8)\\n  return offset + 8\\n}\\n\\nBuffer.prototype.writeDoubleLE = function writeDoubleLE (value, offset, noAssert) {\\n  return writeDouble(this, value, offset, true, noAssert)\\n}\\n\\nBuffer.prototype.writeDoubleBE = function writeDoubleBE (value, offset, noAssert) {\\n  return writeDouble(this, value, offset, false, noAssert)\\n}\\n\\n// copy(targetBuffer, targetStart=0, sourceStart=0, sourceEnd=buffer.length)\\nBuffer.prototype.copy = function copy (target, targetStart, start, end) {\\n  if (!start) start = 0\\n  if (!end && end !== 0) end = this.length\\n  if (targetStart >= target.length) targetStart = target.length\\n  if (!targetStart) targetStart = 0\\n  if (end > 0 && end < start) end = start\\n\\n  // Copy 0 bytes; we're done\\n  if (end === start) return 0\\n  if (target.length === 0 || this.length === 0) return 0\\n\\n  // Fatal error conditions\\n  if (targetStart < 0) {\\n    throw new RangeError('targetStart out of bounds')\\n  }\\n  if (start < 0 || start >= this.length) throw new RangeError('sourceStart out of bounds')\\n  if (end < 0) throw new RangeError('sourceEnd out of bounds')\\n\\n  // Are we oob?\\n  if (end > this.length) end = this.length\\n  if (target.length - targetStart < end - start) {\\n    end = target.length - targetStart + start\\n  }\\n\\n  var len = end - start\\n  var i\\n\\n  if (this === target && start < targetStart && targetStart < end) {\\n    // descending copy from end\\n    for (i = len - 1; i >= 0; --i) {\\n      target[i + targetStart] = this[i + start]\\n    }\\n  } else if (len < 1000 || !Buffer.TYPED_ARRAY_SUPPORT) {\\n    // ascending copy from start\\n    for (i = 0; i < len; ++i) {\\n      target[i + targetStart] = this[i + start]\\n    }\\n  } else {\\n    Uint8Array.prototype.set.call(\\n      target,\\n      this.subarray(start, start + len),\\n      targetStart\\n    )\\n  }\\n\\n  return len\\n}\\n\\n// Usage:\\n//    buffer.fill(number[, offset[, end]])\\n//    buffer.fill(buffer[, offset[, end]])\\n//    buffer.fill(string[, offset[, end]][, encoding])\\nBuffer.prototype.fill = function fill (val, start, end, encoding) {\\n  // Handle string cases:\\n  if (typeof val === 'string') {\\n    if (typeof start === 'string') {\\n      encoding = start\\n      start = 0\\n      end = this.length\\n    } else if (typeof end === 'string') {\\n      encoding = end\\n      end = this.length\\n    }\\n    if (val.length === 1) {\\n      var code = val.charCodeAt(0)\\n      if (code < 256) {\\n        val = code\\n      }\\n    }\\n    if (encoding !== undefined && typeof encoding !== 'string') {\\n      throw new TypeError('encoding must be a string')\\n    }\\n    if (typeof encoding === 'string' && !Buffer.isEncoding(encoding)) {\\n      throw new TypeError('Unknown encoding: ' + encoding)\\n    }\\n  } else if (typeof val === 'number') {\\n    val = val & 255\\n  }\\n\\n  // Invalid ranges are not set to a default, so can range check early.\\n  if (start < 0 || this.length < start || this.length < end) {\\n    throw new RangeError('Out of range index')\\n  }\\n\\n  if (end <= start) {\\n    return this\\n  }\\n\\n  start = start >>> 0\\n  end = end === undefined ? this.length : end >>> 0\\n\\n  if (!val) val = 0\\n\\n  var i\\n  if (typeof val === 'number') {\\n    for (i = start; i < end; ++i) {\\n      this[i] = val\\n    }\\n  } else {\\n    var bytes = Buffer.isBuffer(val)\\n      ? val\\n      : utf8ToBytes(new Buffer(val, encoding).toString())\\n    var len = bytes.length\\n    for (i = 0; i < end - start; ++i) {\\n      this[i + start] = bytes[i % len]\\n    }\\n  }\\n\\n  return this\\n}\\n\\n// HELPER FUNCTIONS\\n// ================\\n\\nvar INVALID_BASE64_RE = /[^+\\\\/0-9A-Za-z-_]/g\\n\\nfunction base64clean (str) {\\n  // Node strips out invalid characters like \\\\n and \\\\t from the string, base64-js does not\\n  str = stringtrim(str).replace(INVALID_BASE64_RE, '')\\n  // Node converts strings with length < 2 to ''\\n  if (str.length < 2) return ''\\n  // Node allows for non-padded base64 strings (missing trailing ===), base64-js does not\\n  while (str.length % 4 !== 0) {\\n    str = str + '='\\n  }\\n  return str\\n}\\n\\nfunction stringtrim (str) {\\n  if (str.trim) return str.trim()\\n  return str.replace(/^\\\\s+|\\\\s+$/g, '')\\n}\\n\\nfunction toHex (n) {\\n  if (n < 16) return '0' + n.toString(16)\\n  return n.toString(16)\\n}\\n\\nfunction utf8ToBytes (string, units) {\\n  units = units || Infinity\\n  var codePoint\\n  var length = string.length\\n  var leadSurrogate = null\\n  var bytes = []\\n\\n  for (var i = 0; i < length; ++i) {\\n    codePoint = string.charCodeAt(i)\\n\\n    // is surrogate component\\n    if (codePoint > 0xD7FF && codePoint < 0xE000) {\\n      // last char was a lead\\n      if (!leadSurrogate) {\\n        // no lead yet\\n        if (codePoint > 0xDBFF) {\\n          // unexpected trail\\n          if ((units -= 3) > -1) bytes.push(0xEF, 0xBF, 0xBD)\\n          continue\\n        } else if (i + 1 === length) {\\n          // unpaired lead\\n          if ((units -= 3) > -1) bytes.push(0xEF, 0xBF, 0xBD)\\n          continue\\n        }\\n\\n        // valid lead\\n        leadSurrogate = codePoint\\n\\n        continue\\n      }\\n\\n      // 2 leads in a row\\n      if (codePoint < 0xDC00) {\\n        if ((units -= 3) > -1) bytes.push(0xEF, 0xBF, 0xBD)\\n        leadSurrogate = codePoint\\n        continue\\n      }\\n\\n      // valid surrogate pair\\n      codePoint = (leadSurrogate - 0xD800 << 10 | codePoint - 0xDC00) + 0x10000\\n    } else if (leadSurrogate) {\\n      // valid bmp char, but last char was a lead\\n      if ((units -= 3) > -1) bytes.push(0xEF, 0xBF, 0xBD)\\n    }\\n\\n    leadSurrogate = null\\n\\n    // encode utf8\\n    if (codePoint < 0x80) {\\n      if ((units -= 1) < 0) break\\n      bytes.push(codePoint)\\n    } else if (codePoint < 0x800) {\\n      if ((units -= 2) < 0) break\\n      bytes.push(\\n        codePoint >> 0x6 | 0xC0,\\n        codePoint & 0x3F | 0x80\\n      )\\n    } else if (codePoint < 0x10000) {\\n      if ((units -= 3) < 0) break\\n      bytes.push(\\n        codePoint >> 0xC | 0xE0,\\n        codePoint >> 0x6 & 0x3F | 0x80,\\n        codePoint & 0x3F | 0x80\\n      )\\n    } else if (codePoint < 0x110000) {\\n      if ((units -= 4) < 0) break\\n      bytes.push(\\n        codePoint >> 0x12 | 0xF0,\\n        codePoint >> 0xC & 0x3F | 0x80,\\n        codePoint >> 0x6 & 0x3F | 0x80,\\n        codePoint & 0x3F | 0x80\\n      )\\n    } else {\\n      throw new Error('Invalid code point')\\n    }\\n  }\\n\\n  return bytes\\n}\\n\\nfunction asciiToBytes (str) {\\n  var byteArray = []\\n  for (var i = 0; i < str.length; ++i) {\\n    // Node's code seems to be doing this and not & 0x7F..\\n    byteArray.push(str.charCodeAt(i) & 0xFF)\\n  }\\n  return byteArray\\n}\\n\\nfunction utf16leToBytes (str, units) {\\n  var c, hi, lo\\n  var byteArray = []\\n  for (var i = 0; i < str.length; ++i) {\\n    if ((units -= 2) < 0) break\\n\\n    c = str.charCodeAt(i)\\n    hi = c >> 8\\n    lo = c % 256\\n    byteArray.push(lo)\\n    byteArray.push(hi)\\n  }\\n\\n  return byteArray\\n}\\n\\nfunction base64ToBytes (str) {\\n  return base64.toByteArray(base64clean(str))\\n}\\n\\nfunction blitBuffer (src, dst, offset, length) {\\n  for (var i = 0; i < length; ++i) {\\n    if ((i + offset >= dst.length) || (i >= src.length)) break\\n    dst[i + offset] = src[i]\\n  }\\n  return i\\n}\\n\\nfunction isnan (val) {\\n  return val !== val // eslint-disable-line no-self-compare\\n}\\n\"\n        },\n        {\n          \"id\": 2,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/webpack/buildin/global.js\",\n          \"name\": \"(webpack)/buildin/global.js\",\n          \"index\": 41,\n          \"index2\": 39,\n          \"size\": 489,\n          \"cacheable\": true,\n          \"built\": true,\n          \"optional\": false,\n          \"prefetched\": false,\n          \"chunks\": [\n            2,\n            3,\n            4\n          ],\n          \"issuer\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/background.js\",\n          \"issuerId\": 192,\n          \"issuerName\": \"./chrome/extension/background.js\",\n          \"issuerPath\": [\n            {\n              \"id\": 191,\n              \"identifier\": \"multi /Users/jarred/Code/styleurl/webpack/customPublicPath /Users/jarred/Code/styleurl/chrome/extension/background\",\n              \"name\": \"multi ./webpack/customPublicPath ./chrome/extension/background\",\n              \"profile\": {\n                \"factory\": 0,\n                \"building\": 0,\n                \"dependencies\": 54\n              }\n            },\n            {\n              \"id\": 192,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/background.js\",\n              \"name\": \"./chrome/extension/background.js\",\n              \"profile\": {\n                \"factory\": 54,\n                \"building\": 639,\n                \"dependencies\": 140\n              }\n            }\n          ],\n          \"profile\": {\n            \"factory\": 140,\n            \"building\": 568,\n            \"dependencies\": 1\n          },\n          \"failed\": false,\n          \"errors\": 0,\n          \"warnings\": 0,\n          \"assets\": [],\n          \"reasons\": [\n            {\n              \"moduleId\": 1,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/buffer/index.js\",\n              \"module\": \"./node_modules/buffer/index.js\",\n              \"moduleName\": \"./node_modules/buffer/index.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"global\",\n              \"loc\": \"1:0-41\"\n            },\n            {\n              \"moduleId\": 23,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_freeGlobal.js\",\n              \"module\": \"./node_modules/lodash/_freeGlobal.js\",\n              \"moduleName\": \"./node_modules/lodash/_freeGlobal.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"global\",\n              \"loc\": \"1:0-41\"\n            },\n            {\n              \"moduleId\": 26,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/timers-browserify/main.js\",\n              \"module\": \"./node_modules/timers-browserify/main.js\",\n              \"moduleName\": \"./node_modules/timers-browserify/main.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"global\",\n              \"loc\": \"1:0-41\"\n            },\n            {\n              \"moduleId\": 38,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/util/util.js\",\n              \"module\": \"./node_modules/util/util.js\",\n              \"moduleName\": \"./node_modules/util/util.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"global\",\n              \"loc\": \"1:0-41\"\n            },\n            {\n              \"moduleId\": 128,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/bluebird/js/browser/bluebird.js\",\n              \"module\": \"./node_modules/bluebird/js/browser/bluebird.js\",\n              \"moduleName\": \"./node_modules/bluebird/js/browser/bluebird.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"global\",\n              \"loc\": \"1:0-47\"\n            },\n            {\n              \"moduleId\": 129,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/setimmediate/setImmediate.js\",\n              \"module\": \"./node_modules/setimmediate/setImmediate.js\",\n              \"moduleName\": \"./node_modules/setimmediate/setImmediate.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"global\",\n              \"loc\": \"1:0-41\"\n            },\n            {\n              \"moduleId\": 131,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/assert/assert.js\",\n              \"module\": \"./node_modules/assert/assert.js\",\n              \"moduleName\": \"./node_modules/assert/assert.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"global\",\n              \"loc\": \"1:0-41\"\n            },\n            {\n              \"moduleId\": 133,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/buffer-shims/index.js\",\n              \"module\": \"./node_modules/buffer-shims/index.js\",\n              \"moduleName\": \"./node_modules/buffer-shims/index.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"global\",\n              \"loc\": \"1:0-41\"\n            },\n            {\n              \"moduleId\": 153,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/util-deprecate/browser.js\",\n              \"module\": \"./node_modules/util-deprecate/browser.js\",\n              \"moduleName\": \"./node_modules/util-deprecate/browser.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"global\",\n              \"loc\": \"1:0-41\"\n            },\n            {\n              \"moduleId\": 157,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/stream-http/index.js\",\n              \"module\": \"./node_modules/stream-http/index.js\",\n              \"moduleName\": \"./node_modules/stream-http/index.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"global\",\n              \"loc\": \"1:0-41\"\n            },\n            {\n              \"moduleId\": 158,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/stream-http/lib/capability.js\",\n              \"module\": \"./node_modules/stream-http/lib/capability.js\",\n              \"moduleName\": \"./node_modules/stream-http/lib/capability.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"global\",\n              \"loc\": \"1:0-44\"\n            },\n            {\n              \"moduleId\": 159,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/stream-http/lib/response.js\",\n              \"module\": \"./node_modules/stream-http/lib/response.js\",\n              \"moduleName\": \"./node_modules/stream-http/lib/response.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"global\",\n              \"loc\": \"1:0-44\"\n            },\n            {\n              \"moduleId\": 161,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/stream-http/node_modules/readable-stream/lib/_stream_readable.js\",\n              \"module\": \"./node_modules/stream-http/node_modules/readable-stream/lib/_stream_readable.js\",\n              \"moduleName\": \"./node_modules/stream-http/node_modules/readable-stream/lib/_stream_readable.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"global\",\n              \"loc\": \"1:0-50\"\n            },\n            {\n              \"moduleId\": 164,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/stream-http/node_modules/readable-stream/lib/_stream_writable.js\",\n              \"module\": \"./node_modules/stream-http/node_modules/readable-stream/lib/_stream_writable.js\",\n              \"moduleName\": \"./node_modules/stream-http/node_modules/readable-stream/lib/_stream_writable.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"global\",\n              \"loc\": \"1:0-50\"\n            },\n            {\n              \"moduleId\": 192,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/background.js\",\n              \"module\": \"./chrome/extension/background.js\",\n              \"moduleName\": \"./chrome/extension/background.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"global\",\n              \"loc\": \"1:0-57\"\n            },\n            {\n              \"moduleId\": 273,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/punycode/punycode.js\",\n              \"module\": \"./node_modules/punycode/punycode.js\",\n              \"moduleName\": \"./node_modules/punycode/punycode.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"global\",\n              \"loc\": \"1:0-41\"\n            },\n            {\n              \"moduleId\": 294,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/stream-http/lib/request.js\",\n              \"module\": \"./node_modules/stream-http/lib/request.js\",\n              \"moduleName\": \"./node_modules/stream-http/lib/request.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"global\",\n              \"loc\": \"1:0-44\"\n            },\n            {\n              \"moduleId\": 336,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/lodash.js\",\n              \"module\": \"./node_modules/lodash/lodash.js\",\n              \"moduleName\": \"./node_modules/lodash/lodash.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"global\",\n              \"loc\": \"1:0-41\"\n            }\n          ],\n          \"usedExports\": true,\n          \"providedExports\": null,\n          \"optimizationBailout\": [\n            \"ModuleConcatenation bailout: Module is not an ECMAScript module\"\n          ],\n          \"depth\": 2,\n          \"source\": \"var g;\\n\\n// This works in non-strict mode\\ng = (function() {\\n\\treturn this;\\n})();\\n\\ntry {\\n\\t// This works if eval is allowed (see CSP)\\n\\tg = g || Function(\\\"return this\\\")() || (1, eval)(\\\"this\\\");\\n} catch (e) {\\n\\t// This works if the window reference is available\\n\\tif (typeof window === \\\"object\\\") g = window;\\n}\\n\\n// g can still be undefined, but nothing to do about it...\\n// We return undefined, instead of nothing here, so it's\\n// easier to handle this case. if(!global) { ...}\\n\\nmodule.exports = g;\\n\"\n        },\n        {\n          \"id\": 4,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_root.js\",\n          \"name\": \"./node_modules/lodash/_root.js\",\n          \"index\": 68,\n          \"index2\": 55,\n          \"size\": 300,\n          \"cacheable\": true,\n          \"built\": true,\n          \"optional\": false,\n          \"prefetched\": false,\n          \"chunks\": [\n            2,\n            3,\n            4\n          ],\n          \"issuer\": \"/Users/jarred/Code/styleurl/node_modules/lodash/isBuffer.js\",\n          \"issuerId\": 28,\n          \"issuerName\": \"./node_modules/lodash/isBuffer.js\",\n          \"issuerPath\": [\n            {\n              \"id\": 342,\n              \"identifier\": \"multi /Users/jarred/Code/styleurl/webpack/customPublicPath /Users/jarred/Code/styleurl/chrome/extension/devtools\",\n              \"name\": \"multi ./webpack/customPublicPath ./chrome/extension/devtools\",\n              \"profile\": {\n                \"factory\": 0,\n                \"building\": 0,\n                \"dependencies\": 54\n              }\n            },\n            {\n              \"id\": 343,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/devtools.js\",\n              \"name\": \"./chrome/extension/devtools.js\",\n              \"profile\": {\n                \"factory\": 55,\n                \"building\": 548\n              }\n            },\n            {\n              \"id\": 345,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/isEmpty.js\",\n              \"name\": \"./node_modules/lodash/isEmpty.js\",\n              \"profile\": {\n                \"factory\": 230,\n                \"building\": 567,\n                \"dependencies\": 245\n              }\n            },\n            {\n              \"id\": 28,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/isBuffer.js\",\n              \"name\": \"./node_modules/lodash/isBuffer.js\",\n              \"profile\": {\n                \"factory\": 247,\n                \"building\": 72,\n                \"dependencies\": 1\n              }\n            }\n          ],\n          \"profile\": {\n            \"factory\": 85,\n            \"building\": 100\n          },\n          \"failed\": false,\n          \"errors\": 0,\n          \"warnings\": 0,\n          \"assets\": [],\n          \"reasons\": [\n            {\n              \"moduleId\": 13,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_Symbol.js\",\n              \"module\": \"./node_modules/lodash/_Symbol.js\",\n              \"moduleName\": \"./node_modules/lodash/_Symbol.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"./_root\",\n              \"loc\": \"1:11-29\"\n            },\n            {\n              \"moduleId\": 28,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/isBuffer.js\",\n              \"module\": \"./node_modules/lodash/isBuffer.js\",\n              \"moduleName\": \"./node_modules/lodash/isBuffer.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"./_root\",\n              \"loc\": \"1:11-29\"\n            },\n            {\n              \"moduleId\": 42,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_Map.js\",\n              \"module\": \"./node_modules/lodash/_Map.js\",\n              \"moduleName\": \"./node_modules/lodash/_Map.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"./_root\",\n              \"loc\": \"2:11-29\"\n            },\n            {\n              \"moduleId\": 91,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_coreJsData.js\",\n              \"module\": \"./node_modules/lodash/_coreJsData.js\",\n              \"moduleName\": \"./node_modules/lodash/_coreJsData.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"./_root\",\n              \"loc\": \"1:11-29\"\n            },\n            {\n              \"moduleId\": 96,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_DataView.js\",\n              \"module\": \"./node_modules/lodash/_DataView.js\",\n              \"moduleName\": \"./node_modules/lodash/_DataView.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"./_root\",\n              \"loc\": \"2:11-29\"\n            },\n            {\n              \"moduleId\": 97,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_Promise.js\",\n              \"module\": \"./node_modules/lodash/_Promise.js\",\n              \"moduleName\": \"./node_modules/lodash/_Promise.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"./_root\",\n              \"loc\": \"2:11-29\"\n            },\n            {\n              \"moduleId\": 98,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_Set.js\",\n              \"module\": \"./node_modules/lodash/_Set.js\",\n              \"moduleName\": \"./node_modules/lodash/_Set.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"./_root\",\n              \"loc\": \"2:11-29\"\n            },\n            {\n              \"moduleId\": 99,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_WeakMap.js\",\n              \"module\": \"./node_modules/lodash/_WeakMap.js\",\n              \"moduleName\": \"./node_modules/lodash/_WeakMap.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"./_root\",\n              \"loc\": \"2:11-29\"\n            },\n            {\n              \"moduleId\": 227,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_Uint8Array.js\",\n              \"module\": \"./node_modules/lodash/_Uint8Array.js\",\n              \"moduleName\": \"./node_modules/lodash/_Uint8Array.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"./_root\",\n              \"loc\": \"1:11-29\"\n            }\n          ],\n          \"usedExports\": true,\n          \"providedExports\": null,\n          \"optimizationBailout\": [\n            \"ModuleConcatenation bailout: Module is not an ECMAScript module\"\n          ],\n          \"depth\": 4,\n          \"source\": \"var freeGlobal = require('./_freeGlobal');\\n\\n/** Detect free variable `self`. */\\nvar freeSelf = typeof self == 'object' && self && self.Object === Object && self;\\n\\n/** Used as a reference to the global object. */\\nvar root = freeGlobal || freeSelf || Function('return this')();\\n\\nmodule.exports = root;\\n\"\n        },\n        {\n          \"id\": 5,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_baseGetTag.js\",\n          \"name\": \"./node_modules/lodash/_baseGetTag.js\",\n          \"index\": 66,\n          \"index2\": 59,\n          \"size\": 792,\n          \"cacheable\": true,\n          \"built\": true,\n          \"optional\": false,\n          \"prefetched\": false,\n          \"chunks\": [\n            2,\n            3,\n            4\n          ],\n          \"issuer\": \"/Users/jarred/Code/styleurl/node_modules/lodash/isNumber.js\",\n          \"issuerId\": 344,\n          \"issuerName\": \"./node_modules/lodash/isNumber.js\",\n          \"issuerPath\": [\n            {\n              \"id\": 342,\n              \"identifier\": \"multi /Users/jarred/Code/styleurl/webpack/customPublicPath /Users/jarred/Code/styleurl/chrome/extension/devtools\",\n              \"name\": \"multi ./webpack/customPublicPath ./chrome/extension/devtools\",\n              \"profile\": {\n                \"factory\": 0,\n                \"building\": 0,\n                \"dependencies\": 54\n              }\n            },\n            {\n              \"id\": 343,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/devtools.js\",\n              \"name\": \"./chrome/extension/devtools.js\",\n              \"profile\": {\n                \"factory\": 55,\n                \"building\": 548\n              }\n            },\n            {\n              \"id\": 344,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/isNumber.js\",\n              \"name\": \"./node_modules/lodash/isNumber.js\",\n              \"profile\": {\n                \"factory\": 230,\n                \"building\": 567,\n                \"dependencies\": 245\n              }\n            }\n          ],\n          \"profile\": {\n            \"factory\": 248,\n            \"building\": 66\n          },\n          \"failed\": false,\n          \"errors\": 0,\n          \"warnings\": 0,\n          \"assets\": [],\n          \"reasons\": [\n            {\n              \"moduleId\": 27,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/isFunction.js\",\n              \"module\": \"./node_modules/lodash/isFunction.js\",\n              \"moduleName\": \"./node_modules/lodash/isFunction.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"./_baseGetTag\",\n              \"loc\": \"1:17-41\"\n            },\n            {\n              \"moduleId\": 48,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_baseIsArguments.js\",\n              \"module\": \"./node_modules/lodash/_baseIsArguments.js\",\n              \"moduleName\": \"./node_modules/lodash/_baseIsArguments.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"./_baseGetTag\",\n              \"loc\": \"1:17-41\"\n            },\n            {\n              \"moduleId\": 50,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_baseIsTypedArray.js\",\n              \"module\": \"./node_modules/lodash/_baseIsTypedArray.js\",\n              \"moduleName\": \"./node_modules/lodash/_baseIsTypedArray.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"./_baseGetTag\",\n              \"loc\": \"1:17-41\"\n            },\n            {\n              \"moduleId\": 67,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/isSymbol.js\",\n              \"module\": \"./node_modules/lodash/isSymbol.js\",\n              \"moduleName\": \"./node_modules/lodash/isSymbol.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"./_baseGetTag\",\n              \"loc\": \"1:17-41\"\n            },\n            {\n              \"moduleId\": 95,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_getTag.js\",\n              \"module\": \"./node_modules/lodash/_getTag.js\",\n              \"moduleName\": \"./node_modules/lodash/_getTag.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"./_baseGetTag\",\n              \"loc\": \"6:17-41\"\n            },\n            {\n              \"moduleId\": 344,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/isNumber.js\",\n              \"module\": \"./node_modules/lodash/isNumber.js\",\n              \"moduleName\": \"./node_modules/lodash/isNumber.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"./_baseGetTag\",\n              \"loc\": \"1:17-41\"\n            }\n          ],\n          \"usedExports\": true,\n          \"providedExports\": null,\n          \"optimizationBailout\": [\n            \"ModuleConcatenation bailout: Module is not an ECMAScript module\"\n          ],\n          \"depth\": 3,\n          \"source\": \"var Symbol = require('./_Symbol'),\\n    getRawTag = require('./_getRawTag'),\\n    objectToString = require('./_objectToString');\\n\\n/** `Object#toString` result references. */\\nvar nullTag = '[object Null]',\\n    undefinedTag = '[object Undefined]';\\n\\n/** Built-in value references. */\\nvar symToStringTag = Symbol ? Symbol.toStringTag : undefined;\\n\\n/**\\n * The base implementation of `getTag` without fallbacks for buggy environments.\\n *\\n * @private\\n * @param {*} value The value to query.\\n * @returns {string} Returns the `toStringTag`.\\n */\\nfunction baseGetTag(value) {\\n  if (value == null) {\\n    return value === undefined ? undefinedTag : nullTag;\\n  }\\n  return (symToStringTag && symToStringTag in Object(value))\\n    ? getRawTag(value)\\n    : objectToString(value);\\n}\\n\\nmodule.exports = baseGetTag;\\n\"\n        },\n        {\n          \"id\": 7,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/isArray.js\",\n          \"name\": \"./node_modules/lodash/isArray.js\",\n          \"index\": 108,\n          \"index2\": 97,\n          \"size\": 488,\n          \"cacheable\": true,\n          \"built\": true,\n          \"optional\": false,\n          \"prefetched\": false,\n          \"chunks\": [\n            2,\n            3,\n            4\n          ],\n          \"issuer\": \"/Users/jarred/Code/styleurl/node_modules/lodash/isEmpty.js\",\n          \"issuerId\": 345,\n          \"issuerName\": \"./node_modules/lodash/isEmpty.js\",\n          \"issuerPath\": [\n            {\n              \"id\": 342,\n              \"identifier\": \"multi /Users/jarred/Code/styleurl/webpack/customPublicPath /Users/jarred/Code/styleurl/chrome/extension/devtools\",\n              \"name\": \"multi ./webpack/customPublicPath ./chrome/extension/devtools\",\n              \"profile\": {\n                \"factory\": 0,\n                \"building\": 0,\n                \"dependencies\": 54\n              }\n            },\n            {\n              \"id\": 343,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/devtools.js\",\n              \"name\": \"./chrome/extension/devtools.js\",\n              \"profile\": {\n                \"factory\": 55,\n                \"building\": 548\n              }\n            },\n            {\n              \"id\": 345,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/isEmpty.js\",\n              \"name\": \"./node_modules/lodash/isEmpty.js\",\n              \"profile\": {\n                \"factory\": 230,\n                \"building\": 567,\n                \"dependencies\": 245\n              }\n            }\n          ],\n          \"profile\": {\n            \"factory\": 247,\n            \"building\": 72,\n            \"dependencies\": 1\n          },\n          \"failed\": false,\n          \"errors\": 0,\n          \"warnings\": 0,\n          \"assets\": [],\n          \"reasons\": [\n            {\n              \"moduleId\": 46,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_arrayLikeKeys.js\",\n              \"module\": \"./node_modules/lodash/_arrayLikeKeys.js\",\n              \"moduleName\": \"./node_modules/lodash/_arrayLikeKeys.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"./isArray\",\n              \"loc\": \"3:14-34\"\n            },\n            {\n              \"moduleId\": 100,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_isKey.js\",\n              \"module\": \"./node_modules/lodash/_isKey.js\",\n              \"moduleName\": \"./node_modules/lodash/_isKey.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"./isArray\",\n              \"loc\": \"1:14-34\"\n            },\n            {\n              \"moduleId\": 146,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_castPath.js\",\n              \"module\": \"./node_modules/lodash/_castPath.js\",\n              \"moduleName\": \"./node_modules/lodash/_castPath.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"./isArray\",\n              \"loc\": \"1:14-34\"\n            },\n            {\n              \"moduleId\": 195,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_baseIteratee.js\",\n              \"module\": \"./node_modules/lodash/_baseIteratee.js\",\n              \"moduleName\": \"./node_modules/lodash/_baseIteratee.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"./isArray\",\n              \"loc\": \"4:14-34\"\n            },\n            {\n              \"moduleId\": 220,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_baseIsEqualDeep.js\",\n              \"module\": \"./node_modules/lodash/_baseIsEqualDeep.js\",\n              \"moduleName\": \"./node_modules/lodash/_baseIsEqualDeep.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"./isArray\",\n              \"loc\": \"6:14-34\"\n            },\n            {\n              \"moduleId\": 232,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_baseGetAllKeys.js\",\n              \"module\": \"./node_modules/lodash/_baseGetAllKeys.js\",\n              \"moduleName\": \"./node_modules/lodash/_baseGetAllKeys.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"./isArray\",\n              \"loc\": \"2:14-34\"\n            },\n            {\n              \"moduleId\": 243,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_baseToString.js\",\n              \"module\": \"./node_modules/lodash/_baseToString.js\",\n              \"moduleName\": \"./node_modules/lodash/_baseToString.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"./isArray\",\n              \"loc\": \"3:14-34\"\n            },\n            {\n              \"moduleId\": 246,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_hasPath.js\",\n              \"module\": \"./node_modules/lodash/_hasPath.js\",\n              \"moduleName\": \"./node_modules/lodash/_hasPath.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"./isArray\",\n              \"loc\": \"3:14-34\"\n            },\n            {\n              \"moduleId\": 345,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/isEmpty.js\",\n              \"module\": \"./node_modules/lodash/isEmpty.js\",\n              \"moduleName\": \"./node_modules/lodash/isEmpty.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"./isArray\",\n              \"loc\": \"4:14-34\"\n            },\n            {\n              \"moduleId\": 348,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_isFlattenable.js\",\n              \"module\": \"./node_modules/lodash/_isFlattenable.js\",\n              \"moduleName\": \"./node_modules/lodash/_isFlattenable.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"./isArray\",\n              \"loc\": \"3:14-34\"\n            }\n          ],\n          \"usedExports\": true,\n          \"providedExports\": null,\n          \"optimizationBailout\": [\n            \"ModuleConcatenation bailout: Module is not an ECMAScript module\"\n          ],\n          \"depth\": 3,\n          \"source\": \"/**\\n * Checks if `value` is classified as an `Array` object.\\n *\\n * @static\\n * @memberOf _\\n * @since 0.1.0\\n * @category Lang\\n * @param {*} value The value to check.\\n * @returns {boolean} Returns `true` if `value` is an array, else `false`.\\n * @example\\n *\\n * _.isArray([1, 2, 3]);\\n * // => true\\n *\\n * _.isArray(document.body.children);\\n * // => false\\n *\\n * _.isArray('abc');\\n * // => false\\n *\\n * _.isArray(_.noop);\\n * // => false\\n */\\nvar isArray = Array.isArray;\\n\\nmodule.exports = isArray;\\n\"\n        },\n        {\n          \"id\": 8,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/isObjectLike.js\",\n          \"name\": \"./node_modules/lodash/isObjectLike.js\",\n          \"index\": 117,\n          \"index2\": 103,\n          \"size\": 614,\n          \"cacheable\": true,\n          \"built\": true,\n          \"optional\": false,\n          \"prefetched\": false,\n          \"chunks\": [\n            2,\n            3,\n            4\n          ],\n          \"issuer\": \"/Users/jarred/Code/styleurl/node_modules/lodash/isNumber.js\",\n          \"issuerId\": 344,\n          \"issuerName\": \"./node_modules/lodash/isNumber.js\",\n          \"issuerPath\": [\n            {\n              \"id\": 342,\n              \"identifier\": \"multi /Users/jarred/Code/styleurl/webpack/customPublicPath /Users/jarred/Code/styleurl/chrome/extension/devtools\",\n              \"name\": \"multi ./webpack/customPublicPath ./chrome/extension/devtools\",\n              \"profile\": {\n                \"factory\": 0,\n                \"building\": 0,\n                \"dependencies\": 54\n              }\n            },\n            {\n              \"id\": 343,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/devtools.js\",\n              \"name\": \"./chrome/extension/devtools.js\",\n              \"profile\": {\n                \"factory\": 55,\n                \"building\": 548\n              }\n            },\n            {\n              \"id\": 344,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/isNumber.js\",\n              \"name\": \"./node_modules/lodash/isNumber.js\",\n              \"profile\": {\n                \"factory\": 230,\n                \"building\": 567,\n                \"dependencies\": 245\n              }\n            }\n          ],\n          \"profile\": {\n            \"factory\": 248,\n            \"building\": 66\n          },\n          \"failed\": false,\n          \"errors\": 0,\n          \"warnings\": 0,\n          \"assets\": [],\n          \"reasons\": [\n            {\n              \"moduleId\": 25,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/isArguments.js\",\n              \"module\": \"./node_modules/lodash/isArguments.js\",\n              \"moduleName\": \"./node_modules/lodash/isArguments.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"./isObjectLike\",\n              \"loc\": \"2:19-44\"\n            },\n            {\n              \"moduleId\": 48,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_baseIsArguments.js\",\n              \"module\": \"./node_modules/lodash/_baseIsArguments.js\",\n              \"moduleName\": \"./node_modules/lodash/_baseIsArguments.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"./isObjectLike\",\n              \"loc\": \"2:19-44\"\n            },\n            {\n              \"moduleId\": 50,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_baseIsTypedArray.js\",\n              \"module\": \"./node_modules/lodash/_baseIsTypedArray.js\",\n              \"moduleName\": \"./node_modules/lodash/_baseIsTypedArray.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"./isObjectLike\",\n              \"loc\": \"3:19-44\"\n            },\n            {\n              \"moduleId\": 67,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/isSymbol.js\",\n              \"module\": \"./node_modules/lodash/isSymbol.js\",\n              \"moduleName\": \"./node_modules/lodash/isSymbol.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"./isObjectLike\",\n              \"loc\": \"2:19-44\"\n            },\n            {\n              \"moduleId\": 141,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_baseIsEqual.js\",\n              \"module\": \"./node_modules/lodash/_baseIsEqual.js\",\n              \"moduleName\": \"./node_modules/lodash/_baseIsEqual.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"./isObjectLike\",\n              \"loc\": \"2:19-44\"\n            },\n            {\n              \"moduleId\": 344,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/isNumber.js\",\n              \"module\": \"./node_modules/lodash/isNumber.js\",\n              \"moduleName\": \"./node_modules/lodash/isNumber.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"./isObjectLike\",\n              \"loc\": \"2:19-44\"\n            }\n          ],\n          \"usedExports\": true,\n          \"providedExports\": null,\n          \"optimizationBailout\": [\n            \"ModuleConcatenation bailout: Module is not an ECMAScript module\"\n          ],\n          \"depth\": 3,\n          \"source\": \"/**\\n * Checks if `value` is object-like. A value is object-like if it's not `null`\\n * and has a `typeof` result of \\\"object\\\".\\n *\\n * @static\\n * @memberOf _\\n * @since 4.0.0\\n * @category Lang\\n * @param {*} value The value to check.\\n * @returns {boolean} Returns `true` if `value` is object-like, else `false`.\\n * @example\\n *\\n * _.isObjectLike({});\\n * // => true\\n *\\n * _.isObjectLike([1, 2, 3]);\\n * // => true\\n *\\n * _.isObjectLike(_.noop);\\n * // => false\\n *\\n * _.isObjectLike(null);\\n * // => false\\n */\\nfunction isObjectLike(value) {\\n  return value != null && typeof value == 'object';\\n}\\n\\nmodule.exports = isObjectLike;\\n\"\n        },\n        {\n          \"id\": 9,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/webpack/buildin/module.js\",\n          \"name\": \"(webpack)/buildin/module.js\",\n          \"index\": 119,\n          \"index2\": 106,\n          \"size\": 497,\n          \"cacheable\": true,\n          \"built\": true,\n          \"optional\": false,\n          \"prefetched\": false,\n          \"chunks\": [\n            2,\n            3,\n            4\n          ],\n          \"issuer\": \"/Users/jarred/Code/styleurl/node_modules/lodash/isBuffer.js\",\n          \"issuerId\": 28,\n          \"issuerName\": \"./node_modules/lodash/isBuffer.js\",\n          \"issuerPath\": [\n            {\n              \"id\": 342,\n              \"identifier\": \"multi /Users/jarred/Code/styleurl/webpack/customPublicPath /Users/jarred/Code/styleurl/chrome/extension/devtools\",\n              \"name\": \"multi ./webpack/customPublicPath ./chrome/extension/devtools\",\n              \"profile\": {\n                \"factory\": 0,\n                \"building\": 0,\n                \"dependencies\": 54\n              }\n            },\n            {\n              \"id\": 343,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/devtools.js\",\n              \"name\": \"./chrome/extension/devtools.js\",\n              \"profile\": {\n                \"factory\": 55,\n                \"building\": 548\n              }\n            },\n            {\n              \"id\": 345,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/isEmpty.js\",\n              \"name\": \"./node_modules/lodash/isEmpty.js\",\n              \"profile\": {\n                \"factory\": 230,\n                \"building\": 567,\n                \"dependencies\": 245\n              }\n            },\n            {\n              \"id\": 28,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/isBuffer.js\",\n              \"name\": \"./node_modules/lodash/isBuffer.js\",\n              \"profile\": {\n                \"factory\": 247,\n                \"building\": 72,\n                \"dependencies\": 1\n              }\n            }\n          ],\n          \"profile\": {\n            \"factory\": 85,\n            \"building\": 100\n          },\n          \"failed\": false,\n          \"errors\": 0,\n          \"warnings\": 0,\n          \"assets\": [],\n          \"reasons\": [\n            {\n              \"moduleId\": 28,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/isBuffer.js\",\n              \"module\": \"./node_modules/lodash/isBuffer.js\",\n              \"moduleName\": \"./node_modules/lodash/isBuffer.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"module\",\n              \"loc\": \"1:0-41\"\n            },\n            {\n              \"moduleId\": 52,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_nodeUtil.js\",\n              \"module\": \"./node_modules/lodash/_nodeUtil.js\",\n              \"moduleName\": \"./node_modules/lodash/_nodeUtil.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"module\",\n              \"loc\": \"1:0-41\"\n            },\n            {\n              \"moduleId\": 273,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/punycode/punycode.js\",\n              \"module\": \"./node_modules/punycode/punycode.js\",\n              \"moduleName\": \"./node_modules/punycode/punycode.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"module\",\n              \"loc\": \"1:0-41\"\n            },\n            {\n              \"moduleId\": 286,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/css/node_modules/source-map/lib/source-map/source-map-generator.js\",\n              \"module\": \"./node_modules/css/node_modules/source-map/lib/source-map/source-map-generator.js\",\n              \"moduleName\": \"./node_modules/css/node_modules/source-map/lib/source-map/source-map-generator.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"module\",\n              \"loc\": \"1:0-53\"\n            },\n            {\n              \"moduleId\": 287,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/css/node_modules/source-map/lib/source-map/source-map-consumer.js\",\n              \"module\": \"./node_modules/css/node_modules/source-map/lib/source-map/source-map-consumer.js\",\n              \"moduleName\": \"./node_modules/css/node_modules/source-map/lib/source-map/source-map-consumer.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"module\",\n              \"loc\": \"1:0-53\"\n            },\n            {\n              \"moduleId\": 288,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/css/node_modules/source-map/lib/source-map/source-node.js\",\n              \"module\": \"./node_modules/css/node_modules/source-map/lib/source-map/source-node.js\",\n              \"moduleName\": \"./node_modules/css/node_modules/source-map/lib/source-map/source-node.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"module\",\n              \"loc\": \"1:0-53\"\n            },\n            {\n              \"moduleId\": 336,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/lodash.js\",\n              \"module\": \"./node_modules/lodash/lodash.js\",\n              \"moduleName\": \"./node_modules/lodash/lodash.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"module\",\n              \"loc\": \"1:0-41\"\n            }\n          ],\n          \"usedExports\": true,\n          \"providedExports\": null,\n          \"optimizationBailout\": [\n            \"ModuleConcatenation bailout: Module is not an ECMAScript module\"\n          ],\n          \"depth\": 4,\n          \"source\": \"module.exports = function(module) {\\n\\tif (!module.webpackPolyfill) {\\n\\t\\tmodule.deprecate = function() {};\\n\\t\\tmodule.paths = [];\\n\\t\\t// module.parent = undefined by default\\n\\t\\tif (!module.children) module.children = [];\\n\\t\\tObject.defineProperty(module, \\\"loaded\\\", {\\n\\t\\t\\tenumerable: true,\\n\\t\\t\\tget: function() {\\n\\t\\t\\t\\treturn module.l;\\n\\t\\t\\t}\\n\\t\\t});\\n\\t\\tObject.defineProperty(module, \\\"id\\\", {\\n\\t\\t\\tenumerable: true,\\n\\t\\t\\tget: function() {\\n\\t\\t\\t\\treturn module.i;\\n\\t\\t\\t}\\n\\t\\t});\\n\\t\\tmodule.webpackPolyfill = 1;\\n\\t}\\n\\treturn module;\\n};\\n\"\n        },\n        {\n          \"id\": 10,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/js-yaml/lib/js-yaml/common.js\",\n          \"name\": \"./node_modules/js-yaml/lib/js-yaml/common.js\",\n          \"index\": 172,\n          \"index2\": 165,\n          \"size\": 1177,\n          \"cacheable\": true,\n          \"built\": true,\n          \"optional\": false,\n          \"prefetched\": false,\n          \"chunks\": [\n            2,\n            4\n          ],\n          \"issuer\": \"/Users/jarred/Code/styleurl/node_modules/js-yaml/lib/js-yaml/schema.js\",\n          \"issuerId\": 11,\n          \"issuerName\": \"./node_modules/js-yaml/lib/js-yaml/schema.js\",\n          \"issuerPath\": [\n            {\n              \"id\": 350,\n              \"identifier\": \"multi /Users/jarred/Code/styleurl/webpack/customPublicPath /Users/jarred/Code/styleurl/chrome/extension/github_gist_content_script\",\n              \"name\": \"multi ./webpack/customPublicPath ./chrome/extension/github_gist_content_script\",\n              \"profile\": {\n                \"factory\": 0,\n                \"building\": 0,\n                \"dependencies\": 53\n              }\n            },\n            {\n              \"id\": 351,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/github_gist_content_script.js\",\n              \"name\": \"./chrome/extension/github_gist_content_script.js\",\n              \"profile\": {\n                \"factory\": 54,\n                \"building\": 576,\n                \"dependencies\": 194\n              }\n            },\n            {\n              \"id\": 55,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/lib/stylefile.js\",\n              \"name\": \"./chrome/extension/lib/stylefile.js\",\n              \"profile\": {\n                \"factory\": 194,\n                \"building\": 246,\n                \"dependencies\": 40\n              }\n            },\n            {\n              \"id\": 104,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/js-yaml/index.js\",\n              \"name\": \"./node_modules/js-yaml/index.js\",\n              \"profile\": {\n                \"factory\": 408,\n                \"building\": 42\n              }\n            },\n            {\n              \"id\": 105,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/js-yaml/lib/js-yaml.js\",\n              \"name\": \"./node_modules/js-yaml/lib/js-yaml.js\",\n              \"profile\": {\n                \"factory\": 96,\n                \"building\": 77\n              }\n            },\n            {\n              \"id\": 11,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/js-yaml/lib/js-yaml/schema.js\",\n              \"name\": \"./node_modules/js-yaml/lib/js-yaml/schema.js\",\n              \"profile\": {\n                \"factory\": 33,\n                \"building\": 66,\n                \"dependencies\": 42\n              }\n            }\n          ],\n          \"profile\": {\n            \"factory\": 66,\n            \"building\": 9\n          },\n          \"failed\": false,\n          \"errors\": 0,\n          \"warnings\": 0,\n          \"assets\": [],\n          \"reasons\": [\n            {\n              \"moduleId\": 11,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/js-yaml/lib/js-yaml/schema.js\",\n              \"module\": \"./node_modules/js-yaml/lib/js-yaml/schema.js\",\n              \"moduleName\": \"./node_modules/js-yaml/lib/js-yaml/schema.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"./common\",\n              \"loc\": \"5:20-39\"\n            },\n            {\n              \"moduleId\": 106,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/js-yaml/lib/js-yaml/loader.js\",\n              \"module\": \"./node_modules/js-yaml/lib/js-yaml/loader.js\",\n              \"moduleName\": \"./node_modules/js-yaml/lib/js-yaml/loader.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"./common\",\n              \"loc\": \"5:26-45\"\n            },\n            {\n              \"moduleId\": 107,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/js-yaml/lib/js-yaml/mark.js\",\n              \"module\": \"./node_modules/js-yaml/lib/js-yaml/mark.js\",\n              \"moduleName\": \"./node_modules/js-yaml/lib/js-yaml/mark.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"./common\",\n              \"loc\": \"4:13-32\"\n            },\n            {\n              \"moduleId\": 113,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/js-yaml/lib/js-yaml/type/int.js\",\n              \"module\": \"./node_modules/js-yaml/lib/js-yaml/type/int.js\",\n              \"moduleName\": \"./node_modules/js-yaml/lib/js-yaml/type/int.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"../common\",\n              \"loc\": \"3:13-33\"\n            },\n            {\n              \"moduleId\": 114,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/js-yaml/lib/js-yaml/type/float.js\",\n              \"module\": \"./node_modules/js-yaml/lib/js-yaml/type/float.js\",\n              \"moduleName\": \"./node_modules/js-yaml/lib/js-yaml/type/float.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"../common\",\n              \"loc\": \"3:13-33\"\n            },\n            {\n              \"moduleId\": 127,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/js-yaml/lib/js-yaml/dumper.js\",\n              \"module\": \"./node_modules/js-yaml/lib/js-yaml/dumper.js\",\n              \"moduleName\": \"./node_modules/js-yaml/lib/js-yaml/dumper.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"./common\",\n              \"loc\": \"5:26-45\"\n            }\n          ],\n          \"usedExports\": true,\n          \"providedExports\": null,\n          \"optimizationBailout\": [\n            \"ModuleConcatenation bailout: Module is not an ECMAScript module\"\n          ],\n          \"depth\": 6,\n          \"source\": \"'use strict';\\n\\n\\nfunction isNothing(subject) {\\n  return (typeof subject === 'undefined') || (subject === null);\\n}\\n\\n\\nfunction isObject(subject) {\\n  return (typeof subject === 'object') && (subject !== null);\\n}\\n\\n\\nfunction toArray(sequence) {\\n  if (Array.isArray(sequence)) return sequence;\\n  else if (isNothing(sequence)) return [];\\n\\n  return [ sequence ];\\n}\\n\\n\\nfunction extend(target, source) {\\n  var index, length, key, sourceKeys;\\n\\n  if (source) {\\n    sourceKeys = Object.keys(source);\\n\\n    for (index = 0, length = sourceKeys.length; index < length; index += 1) {\\n      key = sourceKeys[index];\\n      target[key] = source[key];\\n    }\\n  }\\n\\n  return target;\\n}\\n\\n\\nfunction repeat(string, count) {\\n  var result = '', cycle;\\n\\n  for (cycle = 0; cycle < count; cycle += 1) {\\n    result += string;\\n  }\\n\\n  return result;\\n}\\n\\n\\nfunction isNegativeZero(number) {\\n  return (number === 0) && (Number.NEGATIVE_INFINITY === 1 / number);\\n}\\n\\n\\nmodule.exports.isNothing      = isNothing;\\nmodule.exports.isObject       = isObject;\\nmodule.exports.toArray        = toArray;\\nmodule.exports.repeat         = repeat;\\nmodule.exports.isNegativeZero = isNegativeZero;\\nmodule.exports.extend         = extend;\\n\"\n        },\n        {\n          \"id\": 11,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/js-yaml/lib/js-yaml/schema.js\",\n          \"name\": \"./node_modules/js-yaml/lib/js-yaml/schema.js\",\n          \"index\": 176,\n          \"index2\": 169,\n          \"size\": 2753,\n          \"cacheable\": true,\n          \"built\": true,\n          \"optional\": false,\n          \"prefetched\": false,\n          \"chunks\": [\n            2,\n            4\n          ],\n          \"issuer\": \"/Users/jarred/Code/styleurl/node_modules/js-yaml/lib/js-yaml.js\",\n          \"issuerId\": 105,\n          \"issuerName\": \"./node_modules/js-yaml/lib/js-yaml.js\",\n          \"issuerPath\": [\n            {\n              \"id\": 350,\n              \"identifier\": \"multi /Users/jarred/Code/styleurl/webpack/customPublicPath /Users/jarred/Code/styleurl/chrome/extension/github_gist_content_script\",\n              \"name\": \"multi ./webpack/customPublicPath ./chrome/extension/github_gist_content_script\",\n              \"profile\": {\n                \"factory\": 0,\n                \"building\": 0,\n                \"dependencies\": 53\n              }\n            },\n            {\n              \"id\": 351,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/github_gist_content_script.js\",\n              \"name\": \"./chrome/extension/github_gist_content_script.js\",\n              \"profile\": {\n                \"factory\": 54,\n                \"building\": 576,\n                \"dependencies\": 194\n              }\n            },\n            {\n              \"id\": 55,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/lib/stylefile.js\",\n              \"name\": \"./chrome/extension/lib/stylefile.js\",\n              \"profile\": {\n                \"factory\": 194,\n                \"building\": 246,\n                \"dependencies\": 40\n              }\n            },\n            {\n              \"id\": 104,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/js-yaml/index.js\",\n              \"name\": \"./node_modules/js-yaml/index.js\",\n              \"profile\": {\n                \"factory\": 408,\n                \"building\": 42\n              }\n            },\n            {\n              \"id\": 105,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/js-yaml/lib/js-yaml.js\",\n              \"name\": \"./node_modules/js-yaml/lib/js-yaml.js\",\n              \"profile\": {\n                \"factory\": 96,\n                \"building\": 77\n              }\n            }\n          ],\n          \"profile\": {\n            \"factory\": 33,\n            \"building\": 66,\n            \"dependencies\": 42\n          },\n          \"failed\": false,\n          \"errors\": 0,\n          \"warnings\": 0,\n          \"assets\": [],\n          \"reasons\": [\n            {\n              \"moduleId\": 15,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/js-yaml/lib/js-yaml/schema/default_safe.js\",\n              \"module\": \"./node_modules/js-yaml/lib/js-yaml/schema/default_safe.js\",\n              \"moduleName\": \"./node_modules/js-yaml/lib/js-yaml/schema/default_safe.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"../schema\",\n              \"loc\": \"11:13-33\"\n            },\n            {\n              \"moduleId\": 21,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/js-yaml/lib/js-yaml/schema/default_full.js\",\n              \"module\": \"./node_modules/js-yaml/lib/js-yaml/schema/default_full.js\",\n              \"moduleName\": \"./node_modules/js-yaml/lib/js-yaml/schema/default_full.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"../schema\",\n              \"loc\": \"13:13-33\"\n            },\n            {\n              \"moduleId\": 30,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/js-yaml/lib/js-yaml/schema/failsafe.js\",\n              \"module\": \"./node_modules/js-yaml/lib/js-yaml/schema/failsafe.js\",\n              \"moduleName\": \"./node_modules/js-yaml/lib/js-yaml/schema/failsafe.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"../schema\",\n              \"loc\": \"8:13-33\"\n            },\n            {\n              \"moduleId\": 56,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/js-yaml/lib/js-yaml/schema/core.js\",\n              \"module\": \"./node_modules/js-yaml/lib/js-yaml/schema/core.js\",\n              \"moduleName\": \"./node_modules/js-yaml/lib/js-yaml/schema/core.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"../schema\",\n              \"loc\": \"11:13-33\"\n            },\n            {\n              \"moduleId\": 57,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/js-yaml/lib/js-yaml/schema/json.js\",\n              \"module\": \"./node_modules/js-yaml/lib/js-yaml/schema/json.js\",\n              \"moduleName\": \"./node_modules/js-yaml/lib/js-yaml/schema/json.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"../schema\",\n              \"loc\": \"12:13-33\"\n            },\n            {\n              \"moduleId\": 105,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/js-yaml/lib/js-yaml.js\",\n              \"module\": \"./node_modules/js-yaml/lib/js-yaml.js\",\n              \"moduleName\": \"./node_modules/js-yaml/lib/js-yaml.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"./js-yaml/schema\",\n              \"loc\": \"16:37-64\"\n            }\n          ],\n          \"usedExports\": true,\n          \"providedExports\": null,\n          \"optimizationBailout\": [\n            \"ModuleConcatenation bailout: Module is not an ECMAScript module\"\n          ],\n          \"depth\": 5,\n          \"source\": \"'use strict';\\n\\n/*eslint-disable max-len*/\\n\\nvar common        = require('./common');\\nvar YAMLException = require('./exception');\\nvar Type          = require('./type');\\n\\n\\nfunction compileList(schema, name, result) {\\n  var exclude = [];\\n\\n  schema.include.forEach(function (includedSchema) {\\n    result = compileList(includedSchema, name, result);\\n  });\\n\\n  schema[name].forEach(function (currentType) {\\n    result.forEach(function (previousType, previousIndex) {\\n      if (previousType.tag === currentType.tag && previousType.kind === currentType.kind) {\\n        exclude.push(previousIndex);\\n      }\\n    });\\n\\n    result.push(currentType);\\n  });\\n\\n  return result.filter(function (type, index) {\\n    return exclude.indexOf(index) === -1;\\n  });\\n}\\n\\n\\nfunction compileMap(/* lists... */) {\\n  var result = {\\n        scalar: {},\\n        sequence: {},\\n        mapping: {},\\n        fallback: {}\\n      }, index, length;\\n\\n  function collectType(type) {\\n    result[type.kind][type.tag] = result['fallback'][type.tag] = type;\\n  }\\n\\n  for (index = 0, length = arguments.length; index < length; index += 1) {\\n    arguments[index].forEach(collectType);\\n  }\\n  return result;\\n}\\n\\n\\nfunction Schema(definition) {\\n  this.include  = definition.include  || [];\\n  this.implicit = definition.implicit || [];\\n  this.explicit = definition.explicit || [];\\n\\n  this.implicit.forEach(function (type) {\\n    if (type.loadKind && type.loadKind !== 'scalar') {\\n      throw new YAMLException('There is a non-scalar type in the implicit list of a schema. Implicit resolving of such types is not supported.');\\n    }\\n  });\\n\\n  this.compiledImplicit = compileList(this, 'implicit', []);\\n  this.compiledExplicit = compileList(this, 'explicit', []);\\n  this.compiledTypeMap  = compileMap(this.compiledImplicit, this.compiledExplicit);\\n}\\n\\n\\nSchema.DEFAULT = null;\\n\\n\\nSchema.create = function createSchema() {\\n  var schemas, types;\\n\\n  switch (arguments.length) {\\n    case 1:\\n      schemas = Schema.DEFAULT;\\n      types = arguments[0];\\n      break;\\n\\n    case 2:\\n      schemas = arguments[0];\\n      types = arguments[1];\\n      break;\\n\\n    default:\\n      throw new YAMLException('Wrong number of arguments for Schema.create function');\\n  }\\n\\n  schemas = common.toArray(schemas);\\n  types = common.toArray(types);\\n\\n  if (!schemas.every(function (schema) { return schema instanceof Schema; })) {\\n    throw new YAMLException('Specified list of super schemas (or a single Schema object) contains a non-Schema object.');\\n  }\\n\\n  if (!types.every(function (type) { return type instanceof Type; })) {\\n    throw new YAMLException('Specified list of YAML types (or a single Type object) contains a non-Type object.');\\n  }\\n\\n  return new Schema({\\n    include: schemas,\\n    explicit: types\\n  });\\n};\\n\\n\\nmodule.exports = Schema;\\n\"\n        },\n        {\n          \"id\": 13,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_Symbol.js\",\n          \"name\": \"./node_modules/lodash/_Symbol.js\",\n          \"index\": 67,\n          \"index2\": 56,\n          \"size\": 118,\n          \"cacheable\": true,\n          \"built\": true,\n          \"optional\": false,\n          \"prefetched\": false,\n          \"chunks\": [\n            2,\n            3,\n            4\n          ],\n          \"issuer\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_baseGetTag.js\",\n          \"issuerId\": 5,\n          \"issuerName\": \"./node_modules/lodash/_baseGetTag.js\",\n          \"issuerPath\": [\n            {\n              \"id\": 342,\n              \"identifier\": \"multi /Users/jarred/Code/styleurl/webpack/customPublicPath /Users/jarred/Code/styleurl/chrome/extension/devtools\",\n              \"name\": \"multi ./webpack/customPublicPath ./chrome/extension/devtools\",\n              \"profile\": {\n                \"factory\": 0,\n                \"building\": 0,\n                \"dependencies\": 54\n              }\n            },\n            {\n              \"id\": 343,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/devtools.js\",\n              \"name\": \"./chrome/extension/devtools.js\",\n              \"profile\": {\n                \"factory\": 55,\n                \"building\": 548\n              }\n            },\n            {\n              \"id\": 344,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/isNumber.js\",\n              \"name\": \"./node_modules/lodash/isNumber.js\",\n              \"profile\": {\n                \"factory\": 230,\n                \"building\": 567,\n                \"dependencies\": 245\n              }\n            },\n            {\n              \"id\": 5,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_baseGetTag.js\",\n              \"name\": \"./node_modules/lodash/_baseGetTag.js\",\n              \"profile\": {\n                \"factory\": 248,\n                \"building\": 66\n              }\n            }\n          ],\n          \"profile\": {\n            \"factory\": 90,\n            \"building\": 97,\n            \"dependencies\": 1\n          },\n          \"failed\": false,\n          \"errors\": 0,\n          \"warnings\": 0,\n          \"assets\": [],\n          \"reasons\": [\n            {\n              \"moduleId\": 5,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_baseGetTag.js\",\n              \"module\": \"./node_modules/lodash/_baseGetTag.js\",\n              \"moduleName\": \"./node_modules/lodash/_baseGetTag.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"./_Symbol\",\n              \"loc\": \"1:13-33\"\n            },\n            {\n              \"moduleId\": 43,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_getRawTag.js\",\n              \"module\": \"./node_modules/lodash/_getRawTag.js\",\n              \"moduleName\": \"./node_modules/lodash/_getRawTag.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"./_Symbol\",\n              \"loc\": \"1:13-33\"\n            },\n            {\n              \"moduleId\": 226,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_equalByTag.js\",\n              \"module\": \"./node_modules/lodash/_equalByTag.js\",\n              \"moduleName\": \"./node_modules/lodash/_equalByTag.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"./_Symbol\",\n              \"loc\": \"1:13-33\"\n            },\n            {\n              \"moduleId\": 243,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_baseToString.js\",\n              \"module\": \"./node_modules/lodash/_baseToString.js\",\n              \"moduleName\": \"./node_modules/lodash/_baseToString.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"./_Symbol\",\n              \"loc\": \"1:13-33\"\n            },\n            {\n              \"moduleId\": 348,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_isFlattenable.js\",\n              \"module\": \"./node_modules/lodash/_isFlattenable.js\",\n              \"moduleName\": \"./node_modules/lodash/_isFlattenable.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"./_Symbol\",\n              \"loc\": \"1:13-33\"\n            }\n          ],\n          \"usedExports\": true,\n          \"providedExports\": null,\n          \"optimizationBailout\": [\n            \"ModuleConcatenation bailout: Module is not an ECMAScript module\"\n          ],\n          \"depth\": 4,\n          \"source\": \"var root = require('./_root');\\n\\n/** Built-in value references. */\\nvar Symbol = root.Symbol;\\n\\nmodule.exports = Symbol;\\n\"\n        },\n        {\n          \"id\": 14,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/js-yaml/lib/js-yaml/exception.js\",\n          \"name\": \"./node_modules/js-yaml/lib/js-yaml/exception.js\",\n          \"index\": 173,\n          \"index2\": 166,\n          \"size\": 1024,\n          \"cacheable\": true,\n          \"built\": true,\n          \"optional\": false,\n          \"prefetched\": false,\n          \"chunks\": [\n            2,\n            4\n          ],\n          \"issuer\": \"/Users/jarred/Code/styleurl/node_modules/js-yaml/lib/js-yaml.js\",\n          \"issuerId\": 105,\n          \"issuerName\": \"./node_modules/js-yaml/lib/js-yaml.js\",\n          \"issuerPath\": [\n            {\n              \"id\": 350,\n              \"identifier\": \"multi /Users/jarred/Code/styleurl/webpack/customPublicPath /Users/jarred/Code/styleurl/chrome/extension/github_gist_content_script\",\n              \"name\": \"multi ./webpack/customPublicPath ./chrome/extension/github_gist_content_script\",\n              \"profile\": {\n                \"factory\": 0,\n                \"building\": 0,\n                \"dependencies\": 53\n              }\n            },\n            {\n              \"id\": 351,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/github_gist_content_script.js\",\n              \"name\": \"./chrome/extension/github_gist_content_script.js\",\n              \"profile\": {\n                \"factory\": 54,\n                \"building\": 576,\n                \"dependencies\": 194\n              }\n            },\n            {\n              \"id\": 55,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/lib/stylefile.js\",\n              \"name\": \"./chrome/extension/lib/stylefile.js\",\n              \"profile\": {\n                \"factory\": 194,\n                \"building\": 246,\n                \"dependencies\": 40\n              }\n            },\n            {\n              \"id\": 104,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/js-yaml/index.js\",\n              \"name\": \"./node_modules/js-yaml/index.js\",\n              \"profile\": {\n                \"factory\": 408,\n                \"building\": 42\n              }\n            },\n            {\n              \"id\": 105,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/js-yaml/lib/js-yaml.js\",\n              \"name\": \"./node_modules/js-yaml/lib/js-yaml.js\",\n              \"profile\": {\n                \"factory\": 96,\n                \"building\": 77\n              }\n            }\n          ],\n          \"profile\": {\n            \"factory\": 33,\n            \"building\": 66,\n            \"dependencies\": 42\n          },\n          \"failed\": false,\n          \"errors\": 0,\n          \"warnings\": 0,\n          \"assets\": [],\n          \"reasons\": [\n            {\n              \"moduleId\": 0,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/js-yaml/lib/js-yaml/type.js\",\n              \"module\": \"./node_modules/js-yaml/lib/js-yaml/type.js\",\n              \"moduleName\": \"./node_modules/js-yaml/lib/js-yaml/type.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"./exception\",\n              \"loc\": \"3:20-42\"\n            },\n            {\n              \"moduleId\": 11,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/js-yaml/lib/js-yaml/schema.js\",\n              \"module\": \"./node_modules/js-yaml/lib/js-yaml/schema.js\",\n              \"moduleName\": \"./node_modules/js-yaml/lib/js-yaml/schema.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"./exception\",\n              \"loc\": \"6:20-42\"\n            },\n            {\n              \"moduleId\": 105,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/js-yaml/lib/js-yaml.js\",\n              \"module\": \"./node_modules/js-yaml/lib/js-yaml.js\",\n              \"moduleName\": \"./node_modules/js-yaml/lib/js-yaml.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"./js-yaml/exception\",\n              \"loc\": \"28:37-67\"\n            },\n            {\n              \"moduleId\": 106,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/js-yaml/lib/js-yaml/loader.js\",\n              \"module\": \"./node_modules/js-yaml/lib/js-yaml/loader.js\",\n              \"moduleName\": \"./node_modules/js-yaml/lib/js-yaml/loader.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"./exception\",\n              \"loc\": \"6:26-48\"\n            },\n            {\n              \"moduleId\": 127,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/js-yaml/lib/js-yaml/dumper.js\",\n              \"module\": \"./node_modules/js-yaml/lib/js-yaml/dumper.js\",\n              \"moduleName\": \"./node_modules/js-yaml/lib/js-yaml/dumper.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"./exception\",\n              \"loc\": \"6:26-48\"\n            }\n          ],\n          \"usedExports\": true,\n          \"providedExports\": null,\n          \"optimizationBailout\": [\n            \"ModuleConcatenation bailout: Module is not an ECMAScript module\"\n          ],\n          \"depth\": 5,\n          \"source\": \"// YAML error class. http://stackoverflow.com/questions/8458984\\n//\\n'use strict';\\n\\nfunction YAMLException(reason, mark) {\\n  // Super constructor\\n  Error.call(this);\\n\\n  this.name = 'YAMLException';\\n  this.reason = reason;\\n  this.mark = mark;\\n  this.message = (this.reason || '(unknown reason)') + (this.mark ? ' ' + this.mark.toString() : '');\\n\\n  // Include stack trace in error object\\n  if (Error.captureStackTrace) {\\n    // Chrome and NodeJS\\n    Error.captureStackTrace(this, this.constructor);\\n  } else {\\n    // FF, IE 10+ and Safari 6+. Fallback for others\\n    this.stack = (new Error()).stack || '';\\n  }\\n}\\n\\n\\n// Inherit from Error\\nYAMLException.prototype = Object.create(Error.prototype);\\nYAMLException.prototype.constructor = YAMLException;\\n\\n\\nYAMLException.prototype.toString = function toString(compact) {\\n  var result = this.name + ': ';\\n\\n  result += this.reason || '(unknown reason)';\\n\\n  if (!compact && this.mark) {\\n    result += ' ' + this.mark.toString();\\n  }\\n\\n  return result;\\n};\\n\\n\\nmodule.exports = YAMLException;\\n\"\n        },\n        {\n          \"id\": 15,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/js-yaml/lib/js-yaml/schema/default_safe.js\",\n          \"name\": \"./node_modules/js-yaml/lib/js-yaml/schema/default_safe.js\",\n          \"index\": 175,\n          \"index2\": 190,\n          \"size\": 601,\n          \"cacheable\": true,\n          \"built\": true,\n          \"optional\": false,\n          \"prefetched\": false,\n          \"chunks\": [\n            2,\n            4\n          ],\n          \"issuer\": \"/Users/jarred/Code/styleurl/node_modules/js-yaml/lib/js-yaml.js\",\n          \"issuerId\": 105,\n          \"issuerName\": \"./node_modules/js-yaml/lib/js-yaml.js\",\n          \"issuerPath\": [\n            {\n              \"id\": 350,\n              \"identifier\": \"multi /Users/jarred/Code/styleurl/webpack/customPublicPath /Users/jarred/Code/styleurl/chrome/extension/github_gist_content_script\",\n              \"name\": \"multi ./webpack/customPublicPath ./chrome/extension/github_gist_content_script\",\n              \"profile\": {\n                \"factory\": 0,\n                \"building\": 0,\n                \"dependencies\": 53\n              }\n            },\n            {\n              \"id\": 351,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/github_gist_content_script.js\",\n              \"name\": \"./chrome/extension/github_gist_content_script.js\",\n              \"profile\": {\n                \"factory\": 54,\n                \"building\": 576,\n                \"dependencies\": 194\n              }\n            },\n            {\n              \"id\": 55,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/lib/stylefile.js\",\n              \"name\": \"./chrome/extension/lib/stylefile.js\",\n              \"profile\": {\n                \"factory\": 194,\n                \"building\": 246,\n                \"dependencies\": 40\n              }\n            },\n            {\n              \"id\": 104,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/js-yaml/index.js\",\n              \"name\": \"./node_modules/js-yaml/index.js\",\n              \"profile\": {\n                \"factory\": 408,\n                \"building\": 42\n              }\n            },\n            {\n              \"id\": 105,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/js-yaml/lib/js-yaml.js\",\n              \"name\": \"./node_modules/js-yaml/lib/js-yaml.js\",\n              \"profile\": {\n                \"factory\": 96,\n                \"building\": 77\n              }\n            }\n          ],\n          \"profile\": {\n            \"factory\": 33,\n            \"building\": 66,\n            \"dependencies\": 42\n          },\n          \"failed\": false,\n          \"errors\": 0,\n          \"warnings\": 0,\n          \"assets\": [],\n          \"reasons\": [\n            {\n              \"moduleId\": 21,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/js-yaml/lib/js-yaml/schema/default_full.js\",\n              \"module\": \"./node_modules/js-yaml/lib/js-yaml/schema/default_full.js\",\n              \"moduleName\": \"./node_modules/js-yaml/lib/js-yaml/schema/default_full.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"./default_safe\",\n              \"loc\": \"18:4-29\"\n            },\n            {\n              \"moduleId\": 105,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/js-yaml/lib/js-yaml.js\",\n              \"module\": \"./node_modules/js-yaml/lib/js-yaml.js\",\n              \"moduleName\": \"./node_modules/js-yaml/lib/js-yaml.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"./js-yaml/schema/default_safe\",\n              \"loc\": \"20:37-77\"\n            },\n            {\n              \"moduleId\": 105,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/js-yaml/lib/js-yaml.js\",\n              \"module\": \"./node_modules/js-yaml/lib/js-yaml.js\",\n              \"moduleName\": \"./node_modules/js-yaml/lib/js-yaml.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"./js-yaml/schema/default_safe\",\n              \"loc\": \"32:32-72\"\n            },\n            {\n              \"moduleId\": 106,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/js-yaml/lib/js-yaml/loader.js\",\n              \"module\": \"./node_modules/js-yaml/lib/js-yaml/loader.js\",\n              \"moduleName\": \"./node_modules/js-yaml/lib/js-yaml/loader.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"./schema/default_safe\",\n              \"loc\": \"8:26-58\"\n            },\n            {\n              \"moduleId\": 127,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/js-yaml/lib/js-yaml/dumper.js\",\n              \"module\": \"./node_modules/js-yaml/lib/js-yaml/dumper.js\",\n              \"moduleName\": \"./node_modules/js-yaml/lib/js-yaml/dumper.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"./schema/default_safe\",\n              \"loc\": \"8:26-58\"\n            }\n          ],\n          \"usedExports\": true,\n          \"providedExports\": null,\n          \"optimizationBailout\": [\n            \"ModuleConcatenation bailout: Module is not an ECMAScript module\"\n          ],\n          \"depth\": 5,\n          \"source\": \"// JS-YAML's default schema for `safeLoad` function.\\n// It is not described in the YAML specification.\\n//\\n// This schema is based on standard YAML's Core schema and includes most of\\n// extra types described at YAML tag repository. (http://yaml.org/type/)\\n\\n\\n'use strict';\\n\\n\\nvar Schema = require('../schema');\\n\\n\\nmodule.exports = new Schema({\\n  include: [\\n    require('./core')\\n  ],\\n  implicit: [\\n    require('../type/timestamp'),\\n    require('../type/merge')\\n  ],\\n  explicit: [\\n    require('../type/binary'),\\n    require('../type/omap'),\\n    require('../type/pairs'),\\n    require('../type/set')\\n  ]\\n});\\n\"\n        },\n        {\n          \"id\": 16,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/last.js\",\n          \"name\": \"./node_modules/lodash/last.js\",\n          \"index\": 164,\n          \"index2\": 162,\n          \"size\": 401,\n          \"cacheable\": true,\n          \"built\": true,\n          \"optional\": false,\n          \"prefetched\": false,\n          \"chunks\": [\n            2,\n            3,\n            4\n          ],\n          \"issuer\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/background.js\",\n          \"issuerId\": 192,\n          \"issuerName\": \"./chrome/extension/background.js\",\n          \"issuerPath\": [\n            {\n              \"id\": 191,\n              \"identifier\": \"multi /Users/jarred/Code/styleurl/webpack/customPublicPath /Users/jarred/Code/styleurl/chrome/extension/background\",\n              \"name\": \"multi ./webpack/customPublicPath ./chrome/extension/background\",\n              \"profile\": {\n                \"factory\": 0,\n                \"building\": 0,\n                \"dependencies\": 54\n              }\n            },\n            {\n              \"id\": 192,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/background.js\",\n              \"name\": \"./chrome/extension/background.js\",\n              \"profile\": {\n                \"factory\": 54,\n                \"building\": 639,\n                \"dependencies\": 140\n              }\n            }\n          ],\n          \"profile\": {\n            \"factory\": 140,\n            \"building\": 568,\n            \"dependencies\": 1\n          },\n          \"failed\": false,\n          \"errors\": 0,\n          \"warnings\": 0,\n          \"assets\": [],\n          \"reasons\": [\n            {\n              \"moduleId\": 55,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/lib/stylefile.js\",\n              \"module\": \"./chrome/extension/lib/stylefile.js\",\n              \"moduleName\": \"./chrome/extension/lib/stylefile.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"lodash/last\",\n              \"loc\": \"8:36-58\"\n            },\n            {\n              \"moduleId\": 59,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/lib/port.js\",\n              \"module\": \"./chrome/extension/lib/port.js\",\n              \"moduleName\": \"./chrome/extension/lib/port.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"lodash/last\",\n              \"loc\": \"8:36-58\"\n            },\n            {\n              \"moduleId\": 101,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/lib/gists.js\",\n              \"module\": \"./chrome/extension/lib/gists.js\",\n              \"moduleName\": \"./chrome/extension/lib/gists.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"lodash/last\",\n              \"loc\": \"10:36-58\"\n            },\n            {\n              \"moduleId\": 192,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/background.js\",\n              \"module\": \"./chrome/extension/background.js\",\n              \"moduleName\": \"./chrome/extension/background.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"lodash/last\",\n              \"loc\": \"9:36-58\"\n            }\n          ],\n          \"usedExports\": true,\n          \"providedExports\": null,\n          \"optimizationBailout\": [\n            \"ModuleConcatenation bailout: Module is not an ECMAScript module\"\n          ],\n          \"depth\": 2,\n          \"source\": \"/**\\n * Gets the last element of `array`.\\n *\\n * @static\\n * @memberOf _\\n * @since 0.1.0\\n * @category Array\\n * @param {Array} array The array to query.\\n * @returns {*} Returns the last element of `array`.\\n * @example\\n *\\n * _.last([1, 2, 3]);\\n * // => 3\\n */\\nfunction last(array) {\\n  var length = array == null ? 0 : array.length;\\n  return length ? array[length - 1] : undefined;\\n}\\n\\nmodule.exports = last;\\n\"\n        },\n        {\n          \"id\": 18,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/webpack/customPublicPath.js\",\n          \"name\": \"./webpack/customPublicPath.js\",\n          \"index\": 1,\n          \"index2\": 0,\n          \"size\": 598,\n          \"cacheable\": true,\n          \"built\": true,\n          \"optional\": false,\n          \"prefetched\": false,\n          \"chunks\": [\n            0,\n            1,\n            2,\n            3,\n            4\n          ],\n          \"issuer\": \"multi /Users/jarred/Code/styleurl/webpack/customPublicPath /Users/jarred/Code/styleurl/chrome/extension/popup\",\n          \"issuerId\": 171,\n          \"issuerName\": \"multi ./webpack/customPublicPath ./chrome/extension/popup\",\n          \"issuerPath\": [\n            {\n              \"id\": 171,\n              \"identifier\": \"multi /Users/jarred/Code/styleurl/webpack/customPublicPath /Users/jarred/Code/styleurl/chrome/extension/popup\",\n              \"name\": \"multi ./webpack/customPublicPath ./chrome/extension/popup\",\n              \"profile\": {\n                \"factory\": 0,\n                \"building\": 3\n              }\n            }\n          ],\n          \"profile\": {\n            \"factory\": 58,\n            \"building\": 445\n          },\n          \"failed\": false,\n          \"errors\": 0,\n          \"warnings\": 0,\n          \"assets\": [],\n          \"reasons\": [\n            {\n              \"moduleId\": 171,\n              \"moduleIdentifier\": \"multi /Users/jarred/Code/styleurl/webpack/customPublicPath /Users/jarred/Code/styleurl/chrome/extension/popup\",\n              \"module\": \"multi ./webpack/customPublicPath ./chrome/extension/popup\",\n              \"moduleName\": \"multi ./webpack/customPublicPath ./chrome/extension/popup\",\n              \"type\": \"single entry\",\n              \"userRequest\": \"/Users/jarred/Code/styleurl/webpack/customPublicPath\",\n              \"loc\": \"+0\"\n            },\n            {\n              \"moduleId\": 180,\n              \"moduleIdentifier\": \"multi /Users/jarred/Code/styleurl/webpack/customPublicPath /Users/jarred/Code/styleurl/chrome/extension/inject\",\n              \"module\": \"multi ./webpack/customPublicPath ./chrome/extension/inject\",\n              \"moduleName\": \"multi ./webpack/customPublicPath ./chrome/extension/inject\",\n              \"type\": \"single entry\",\n              \"userRequest\": \"/Users/jarred/Code/styleurl/webpack/customPublicPath\",\n              \"loc\": \"+0\"\n            },\n            {\n              \"moduleId\": 191,\n              \"moduleIdentifier\": \"multi /Users/jarred/Code/styleurl/webpack/customPublicPath /Users/jarred/Code/styleurl/chrome/extension/background\",\n              \"module\": \"multi ./webpack/customPublicPath ./chrome/extension/background\",\n              \"moduleName\": \"multi ./webpack/customPublicPath ./chrome/extension/background\",\n              \"type\": \"single entry\",\n              \"userRequest\": \"/Users/jarred/Code/styleurl/webpack/customPublicPath\",\n              \"loc\": \"+0\"\n            },\n            {\n              \"moduleId\": 342,\n              \"moduleIdentifier\": \"multi /Users/jarred/Code/styleurl/webpack/customPublicPath /Users/jarred/Code/styleurl/chrome/extension/devtools\",\n              \"module\": \"multi ./webpack/customPublicPath ./chrome/extension/devtools\",\n              \"moduleName\": \"multi ./webpack/customPublicPath ./chrome/extension/devtools\",\n              \"type\": \"single entry\",\n              \"userRequest\": \"/Users/jarred/Code/styleurl/webpack/customPublicPath\",\n              \"loc\": \"+0\"\n            },\n            {\n              \"moduleId\": 350,\n              \"moduleIdentifier\": \"multi /Users/jarred/Code/styleurl/webpack/customPublicPath /Users/jarred/Code/styleurl/chrome/extension/github_gist_content_script\",\n              \"module\": \"multi ./webpack/customPublicPath ./chrome/extension/github_gist_content_script\",\n              \"moduleName\": \"multi ./webpack/customPublicPath ./chrome/extension/github_gist_content_script\",\n              \"type\": \"single entry\",\n              \"userRequest\": \"/Users/jarred/Code/styleurl/webpack/customPublicPath\",\n              \"loc\": \"+0\"\n            }\n          ],\n          \"usedExports\": true,\n          \"providedExports\": null,\n          \"optimizationBailout\": [\n            \"ModuleConcatenation bailout: Module is not an ECMAScript module\"\n          ],\n          \"depth\": 1,\n          \"source\": \"\\\"use strict\\\";\\n\\n/* global __webpack_public_path__ __HOST__ __PORT__ */\\n\\n/* eslint no-global-assign: 0 camelcase: 0 */\\nif (process.env.NODE_ENV === \\\"production\\\") {\\n  __webpack_public_path__ = chrome.extension.getURL(\\\"\\\");\\n} else {\\n  // In development mode,\\n  // the iframe of injectpage cannot get correct path,\\n  // it need to get parent page protocol.\\n  const path = `//${__HOST__}:${__PORT__}/`;\\n\\n  if (location.protocol === \\\"https:\\\" || location.search.indexOf(\\\"protocol=https\\\") !== -1) {\\n    __webpack_public_path__ = `https:${path}`;\\n  } else {\\n    __webpack_public_path__ = `http:${path}`;\\n  }\\n}\"\n        },\n        {\n          \"id\": 19,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/isObject.js\",\n          \"name\": \"./node_modules/lodash/isObject.js\",\n          \"index\": 72,\n          \"index2\": 60,\n          \"size\": 733,\n          \"cacheable\": true,\n          \"built\": true,\n          \"optional\": false,\n          \"prefetched\": false,\n          \"chunks\": [\n            2,\n            3,\n            4\n          ],\n          \"issuer\": \"/Users/jarred/Code/styleurl/node_modules/lodash/isFunction.js\",\n          \"issuerId\": 27,\n          \"issuerName\": \"./node_modules/lodash/isFunction.js\",\n          \"issuerPath\": [\n            {\n              \"id\": 342,\n              \"identifier\": \"multi /Users/jarred/Code/styleurl/webpack/customPublicPath /Users/jarred/Code/styleurl/chrome/extension/devtools\",\n              \"name\": \"multi ./webpack/customPublicPath ./chrome/extension/devtools\",\n              \"profile\": {\n                \"factory\": 0,\n                \"building\": 0,\n                \"dependencies\": 54\n              }\n            },\n            {\n              \"id\": 343,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/devtools.js\",\n              \"name\": \"./chrome/extension/devtools.js\",\n              \"profile\": {\n                \"factory\": 55,\n                \"building\": 548\n              }\n            },\n            {\n              \"id\": 345,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/isEmpty.js\",\n              \"name\": \"./node_modules/lodash/isEmpty.js\",\n              \"profile\": {\n                \"factory\": 230,\n                \"building\": 567,\n                \"dependencies\": 245\n              }\n            },\n            {\n              \"id\": 37,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/isArrayLike.js\",\n              \"name\": \"./node_modules/lodash/isArrayLike.js\",\n              \"profile\": {\n                \"factory\": 247,\n                \"building\": 72,\n                \"dependencies\": 1\n              }\n            },\n            {\n              \"id\": 27,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/isFunction.js\",\n              \"name\": \"./node_modules/lodash/isFunction.js\",\n              \"profile\": {\n                \"factory\": 87,\n                \"building\": 100,\n                \"dependencies\": 0\n              }\n            }\n          ],\n          \"profile\": {\n            \"factory\": 81,\n            \"building\": 16\n          },\n          \"failed\": false,\n          \"errors\": 0,\n          \"warnings\": 0,\n          \"assets\": [],\n          \"reasons\": [\n            {\n              \"moduleId\": 27,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/isFunction.js\",\n              \"module\": \"./node_modules/lodash/isFunction.js\",\n              \"moduleName\": \"./node_modules/lodash/isFunction.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"./isObject\",\n              \"loc\": \"2:15-36\"\n            },\n            {\n              \"moduleId\": 89,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_baseIsNative.js\",\n              \"module\": \"./node_modules/lodash/_baseIsNative.js\",\n              \"moduleName\": \"./node_modules/lodash/_baseIsNative.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"./isObject\",\n              \"loc\": \"3:15-36\"\n            },\n            {\n              \"moduleId\": 143,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_isStrictComparable.js\",\n              \"module\": \"./node_modules/lodash/_isStrictComparable.js\",\n              \"moduleName\": \"./node_modules/lodash/_isStrictComparable.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"./isObject\",\n              \"loc\": \"1:15-36\"\n            },\n            {\n              \"moduleId\": 252,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/toNumber.js\",\n              \"module\": \"./node_modules/lodash/toNumber.js\",\n              \"moduleName\": \"./node_modules/lodash/toNumber.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"./isObject\",\n              \"loc\": \"1:15-36\"\n            }\n          ],\n          \"usedExports\": true,\n          \"providedExports\": null,\n          \"optimizationBailout\": [\n            \"ModuleConcatenation bailout: Module is not an ECMAScript module\"\n          ],\n          \"depth\": 5,\n          \"source\": \"/**\\n * Checks if `value` is the\\n * [language type](http://www.ecma-international.org/ecma-262/7.0/#sec-ecmascript-language-types)\\n * of `Object`. (e.g. arrays, functions, objects, regexes, `new Number(0)`, and `new String('')`)\\n *\\n * @static\\n * @memberOf _\\n * @since 0.1.0\\n * @category Lang\\n * @param {*} value The value to check.\\n * @returns {boolean} Returns `true` if `value` is an object, else `false`.\\n * @example\\n *\\n * _.isObject({});\\n * // => true\\n *\\n * _.isObject([1, 2, 3]);\\n * // => true\\n *\\n * _.isObject(_.noop);\\n * // => true\\n *\\n * _.isObject(null);\\n * // => false\\n */\\nfunction isObject(value) {\\n  var type = typeof value;\\n  return value != null && (type == 'object' || type == 'function');\\n}\\n\\nmodule.exports = isObject;\\n\"\n        },\n        {\n          \"id\": 20,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/isLength.js\",\n          \"name\": \"./node_modules/lodash/isLength.js\",\n          \"index\": 124,\n          \"index2\": 110,\n          \"size\": 802,\n          \"cacheable\": true,\n          \"built\": true,\n          \"optional\": false,\n          \"prefetched\": false,\n          \"chunks\": [\n            2,\n            3,\n            4\n          ],\n          \"issuer\": \"/Users/jarred/Code/styleurl/node_modules/lodash/isArrayLike.js\",\n          \"issuerId\": 37,\n          \"issuerName\": \"./node_modules/lodash/isArrayLike.js\",\n          \"issuerPath\": [\n            {\n              \"id\": 342,\n              \"identifier\": \"multi /Users/jarred/Code/styleurl/webpack/customPublicPath /Users/jarred/Code/styleurl/chrome/extension/devtools\",\n              \"name\": \"multi ./webpack/customPublicPath ./chrome/extension/devtools\",\n              \"profile\": {\n                \"factory\": 0,\n                \"building\": 0,\n                \"dependencies\": 54\n              }\n            },\n            {\n              \"id\": 343,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/devtools.js\",\n              \"name\": \"./chrome/extension/devtools.js\",\n              \"profile\": {\n                \"factory\": 55,\n                \"building\": 548\n              }\n            },\n            {\n              \"id\": 345,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/isEmpty.js\",\n              \"name\": \"./node_modules/lodash/isEmpty.js\",\n              \"profile\": {\n                \"factory\": 230,\n                \"building\": 567,\n                \"dependencies\": 245\n              }\n            },\n            {\n              \"id\": 37,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/isArrayLike.js\",\n              \"name\": \"./node_modules/lodash/isArrayLike.js\",\n              \"profile\": {\n                \"factory\": 247,\n                \"building\": 72,\n                \"dependencies\": 1\n              }\n            }\n          ],\n          \"profile\": {\n            \"factory\": 87,\n            \"building\": 100,\n            \"dependencies\": 0\n          },\n          \"failed\": false,\n          \"errors\": 0,\n          \"warnings\": 0,\n          \"assets\": [],\n          \"reasons\": [\n            {\n              \"moduleId\": 37,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/isArrayLike.js\",\n              \"module\": \"./node_modules/lodash/isArrayLike.js\",\n              \"moduleName\": \"./node_modules/lodash/isArrayLike.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"./isLength\",\n              \"loc\": \"2:15-36\"\n            },\n            {\n              \"moduleId\": 50,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_baseIsTypedArray.js\",\n              \"module\": \"./node_modules/lodash/_baseIsTypedArray.js\",\n              \"moduleName\": \"./node_modules/lodash/_baseIsTypedArray.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"./isLength\",\n              \"loc\": \"2:15-36\"\n            },\n            {\n              \"moduleId\": 246,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_hasPath.js\",\n              \"module\": \"./node_modules/lodash/_hasPath.js\",\n              \"moduleName\": \"./node_modules/lodash/_hasPath.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"./isLength\",\n              \"loc\": \"5:15-36\"\n            }\n          ],\n          \"usedExports\": true,\n          \"providedExports\": null,\n          \"optimizationBailout\": [\n            \"ModuleConcatenation bailout: Module is not an ECMAScript module\"\n          ],\n          \"depth\": 4,\n          \"source\": \"/** Used as references for various `Number` constants. */\\nvar MAX_SAFE_INTEGER = 9007199254740991;\\n\\n/**\\n * Checks if `value` is a valid array-like length.\\n *\\n * **Note:** This method is loosely based on\\n * [`ToLength`](http://ecma-international.org/ecma-262/7.0/#sec-tolength).\\n *\\n * @static\\n * @memberOf _\\n * @since 4.0.0\\n * @category Lang\\n * @param {*} value The value to check.\\n * @returns {boolean} Returns `true` if `value` is a valid length, else `false`.\\n * @example\\n *\\n * _.isLength(3);\\n * // => true\\n *\\n * _.isLength(Number.MIN_VALUE);\\n * // => false\\n *\\n * _.isLength(Infinity);\\n * // => false\\n *\\n * _.isLength('3');\\n * // => false\\n */\\nfunction isLength(value) {\\n  return typeof value == 'number' &&\\n    value > -1 && value % 1 == 0 && value <= MAX_SAFE_INTEGER;\\n}\\n\\nmodule.exports = isLength;\\n\"\n        },\n        {\n          \"id\": 21,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/js-yaml/lib/js-yaml/schema/default_full.js\",\n          \"name\": \"./node_modules/js-yaml/lib/js-yaml/schema/default_full.js\",\n          \"index\": 198,\n          \"index2\": 195,\n          \"size\": 610,\n          \"cacheable\": true,\n          \"built\": true,\n          \"optional\": false,\n          \"prefetched\": false,\n          \"chunks\": [\n            2,\n            4\n          ],\n          \"issuer\": \"/Users/jarred/Code/styleurl/node_modules/js-yaml/lib/js-yaml.js\",\n          \"issuerId\": 105,\n          \"issuerName\": \"./node_modules/js-yaml/lib/js-yaml.js\",\n          \"issuerPath\": [\n            {\n              \"id\": 350,\n              \"identifier\": \"multi /Users/jarred/Code/styleurl/webpack/customPublicPath /Users/jarred/Code/styleurl/chrome/extension/github_gist_content_script\",\n              \"name\": \"multi ./webpack/customPublicPath ./chrome/extension/github_gist_content_script\",\n              \"profile\": {\n                \"factory\": 0,\n                \"building\": 0,\n                \"dependencies\": 53\n              }\n            },\n            {\n              \"id\": 351,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/github_gist_content_script.js\",\n              \"name\": \"./chrome/extension/github_gist_content_script.js\",\n              \"profile\": {\n                \"factory\": 54,\n                \"building\": 576,\n                \"dependencies\": 194\n              }\n            },\n            {\n              \"id\": 55,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/lib/stylefile.js\",\n              \"name\": \"./chrome/extension/lib/stylefile.js\",\n              \"profile\": {\n                \"factory\": 194,\n                \"building\": 246,\n                \"dependencies\": 40\n              }\n            },\n            {\n              \"id\": 104,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/js-yaml/index.js\",\n              \"name\": \"./node_modules/js-yaml/index.js\",\n              \"profile\": {\n                \"factory\": 408,\n                \"building\": 42\n              }\n            },\n            {\n              \"id\": 105,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/js-yaml/lib/js-yaml.js\",\n              \"name\": \"./node_modules/js-yaml/lib/js-yaml.js\",\n              \"profile\": {\n                \"factory\": 96,\n                \"building\": 77\n              }\n            }\n          ],\n          \"profile\": {\n            \"factory\": 33,\n            \"building\": 66,\n            \"dependencies\": 42\n          },\n          \"failed\": false,\n          \"errors\": 0,\n          \"warnings\": 0,\n          \"assets\": [],\n          \"reasons\": [\n            {\n              \"moduleId\": 105,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/js-yaml/lib/js-yaml.js\",\n              \"module\": \"./node_modules/js-yaml/lib/js-yaml.js\",\n              \"moduleName\": \"./node_modules/js-yaml/lib/js-yaml.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"./js-yaml/schema/default_full\",\n              \"loc\": \"21:37-77\"\n            },\n            {\n              \"moduleId\": 105,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/js-yaml/lib/js-yaml.js\",\n              \"module\": \"./node_modules/js-yaml/lib/js-yaml.js\",\n              \"moduleName\": \"./node_modules/js-yaml/lib/js-yaml.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"./js-yaml/schema/default_full\",\n              \"loc\": \"33:32-72\"\n            },\n            {\n              \"moduleId\": 106,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/js-yaml/lib/js-yaml/loader.js\",\n              \"module\": \"./node_modules/js-yaml/lib/js-yaml/loader.js\",\n              \"moduleName\": \"./node_modules/js-yaml/lib/js-yaml/loader.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"./schema/default_full\",\n              \"loc\": \"9:26-58\"\n            },\n            {\n              \"moduleId\": 127,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/js-yaml/lib/js-yaml/dumper.js\",\n              \"module\": \"./node_modules/js-yaml/lib/js-yaml/dumper.js\",\n              \"moduleName\": \"./node_modules/js-yaml/lib/js-yaml/dumper.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"./schema/default_full\",\n              \"loc\": \"7:26-58\"\n            }\n          ],\n          \"usedExports\": true,\n          \"providedExports\": null,\n          \"optimizationBailout\": [\n            \"ModuleConcatenation bailout: Module is not an ECMAScript module\"\n          ],\n          \"depth\": 5,\n          \"source\": \"// JS-YAML's default schema for `load` function.\\n// It is not described in the YAML specification.\\n//\\n// This schema is based on JS-YAML's default safe schema and includes\\n// JavaScript-specific types: !!js/undefined, !!js/regexp and !!js/function.\\n//\\n// Also this schema is used as default base schema at `Schema.create` function.\\n\\n\\n'use strict';\\n\\n\\nvar Schema = require('../schema');\\n\\n\\nmodule.exports = Schema.DEFAULT = new Schema({\\n  include: [\\n    require('./default_safe')\\n  ],\\n  explicit: [\\n    require('../type/js/undefined'),\\n    require('../type/js/regexp'),\\n    require('../type/js/function')\\n  ]\\n});\\n\"\n        },\n        {\n          \"id\": 23,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_freeGlobal.js\",\n          \"name\": \"./node_modules/lodash/_freeGlobal.js\",\n          \"index\": 69,\n          \"index2\": 54,\n          \"size\": 173,\n          \"cacheable\": true,\n          \"built\": true,\n          \"optional\": false,\n          \"prefetched\": false,\n          \"chunks\": [\n            2,\n            3,\n            4\n          ],\n          \"issuer\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_root.js\",\n          \"issuerId\": 4,\n          \"issuerName\": \"./node_modules/lodash/_root.js\",\n          \"issuerPath\": [\n            {\n              \"id\": 342,\n              \"identifier\": \"multi /Users/jarred/Code/styleurl/webpack/customPublicPath /Users/jarred/Code/styleurl/chrome/extension/devtools\",\n              \"name\": \"multi ./webpack/customPublicPath ./chrome/extension/devtools\",\n              \"profile\": {\n                \"factory\": 0,\n                \"building\": 0,\n                \"dependencies\": 54\n              }\n            },\n            {\n              \"id\": 343,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/devtools.js\",\n              \"name\": \"./chrome/extension/devtools.js\",\n              \"profile\": {\n                \"factory\": 55,\n                \"building\": 548\n              }\n            },\n            {\n              \"id\": 345,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/isEmpty.js\",\n              \"name\": \"./node_modules/lodash/isEmpty.js\",\n              \"profile\": {\n                \"factory\": 230,\n                \"building\": 567,\n                \"dependencies\": 245\n              }\n            },\n            {\n              \"id\": 28,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/isBuffer.js\",\n              \"name\": \"./node_modules/lodash/isBuffer.js\",\n              \"profile\": {\n                \"factory\": 247,\n                \"building\": 72,\n                \"dependencies\": 1\n              }\n            },\n            {\n              \"id\": 4,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_root.js\",\n              \"name\": \"./node_modules/lodash/_root.js\",\n              \"profile\": {\n                \"factory\": 85,\n                \"building\": 100\n              }\n            }\n          ],\n          \"profile\": {\n            \"factory\": 81,\n            \"building\": 16,\n            \"dependencies\": 1\n          },\n          \"failed\": false,\n          \"errors\": 0,\n          \"warnings\": 0,\n          \"assets\": [],\n          \"reasons\": [\n            {\n              \"moduleId\": 4,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_root.js\",\n              \"module\": \"./node_modules/lodash/_root.js\",\n              \"moduleName\": \"./node_modules/lodash/_root.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"./_freeGlobal\",\n              \"loc\": \"1:17-41\"\n            },\n            {\n              \"moduleId\": 52,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_nodeUtil.js\",\n              \"module\": \"./node_modules/lodash/_nodeUtil.js\",\n              \"moduleName\": \"./node_modules/lodash/_nodeUtil.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"./_freeGlobal\",\n              \"loc\": \"1:17-41\"\n            }\n          ],\n          \"usedExports\": true,\n          \"providedExports\": null,\n          \"optimizationBailout\": [\n            \"ModuleConcatenation bailout: Module is not an ECMAScript module\"\n          ],\n          \"depth\": 5,\n          \"source\": \"/** Detect free variable `global` from Node.js. */\\nvar freeGlobal = typeof global == 'object' && global && global.Object === Object && global;\\n\\nmodule.exports = freeGlobal;\\n\"\n        },\n        {\n          \"id\": 24,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/keys.js\",\n          \"name\": \"./node_modules/lodash/keys.js\",\n          \"index\": 112,\n          \"index2\": 121,\n          \"size\": 884,\n          \"cacheable\": true,\n          \"built\": true,\n          \"optional\": false,\n          \"prefetched\": false,\n          \"chunks\": [\n            2,\n            3,\n            4\n          ],\n          \"issuer\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/devtools.js\",\n          \"issuerId\": 343,\n          \"issuerName\": \"./chrome/extension/devtools.js\",\n          \"issuerPath\": [\n            {\n              \"id\": 342,\n              \"identifier\": \"multi /Users/jarred/Code/styleurl/webpack/customPublicPath /Users/jarred/Code/styleurl/chrome/extension/devtools\",\n              \"name\": \"multi ./webpack/customPublicPath ./chrome/extension/devtools\",\n              \"profile\": {\n                \"factory\": 0,\n                \"building\": 0,\n                \"dependencies\": 54\n              }\n            },\n            {\n              \"id\": 343,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/devtools.js\",\n              \"name\": \"./chrome/extension/devtools.js\",\n              \"profile\": {\n                \"factory\": 55,\n                \"building\": 548\n              }\n            }\n          ],\n          \"profile\": {\n            \"factory\": 230,\n            \"building\": 567,\n            \"dependencies\": 245\n          },\n          \"failed\": false,\n          \"errors\": 0,\n          \"warnings\": 0,\n          \"assets\": [],\n          \"reasons\": [\n            {\n              \"moduleId\": 101,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/lib/gists.js\",\n              \"module\": \"./chrome/extension/lib/gists.js\",\n              \"moduleName\": \"./chrome/extension/lib/gists.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"lodash/keys\",\n              \"loc\": \"8:36-58\"\n            },\n            {\n              \"moduleId\": 231,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_getAllKeys.js\",\n              \"module\": \"./node_modules/lodash/_getAllKeys.js\",\n              \"moduleName\": \"./node_modules/lodash/_getAllKeys.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"./keys\",\n              \"loc\": \"3:11-28\"\n            },\n            {\n              \"moduleId\": 236,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_getMatchData.js\",\n              \"module\": \"./node_modules/lodash/_getMatchData.js\",\n              \"moduleName\": \"./node_modules/lodash/_getMatchData.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"./keys\",\n              \"loc\": \"2:11-28\"\n            },\n            {\n              \"moduleId\": 253,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/values.js\",\n              \"module\": \"./node_modules/lodash/values.js\",\n              \"moduleName\": \"./node_modules/lodash/values.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"./keys\",\n              \"loc\": \"2:11-28\"\n            },\n            {\n              \"moduleId\": 343,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/devtools.js\",\n              \"module\": \"./chrome/extension/devtools.js\",\n              \"moduleName\": \"./chrome/extension/devtools.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"lodash/keys\",\n              \"loc\": \"11:36-58\"\n            }\n          ],\n          \"usedExports\": true,\n          \"providedExports\": null,\n          \"optimizationBailout\": [\n            \"ModuleConcatenation bailout: Module is not an ECMAScript module\"\n          ],\n          \"depth\": 2,\n          \"source\": \"var arrayLikeKeys = require('./_arrayLikeKeys'),\\n    baseKeys = require('./_baseKeys'),\\n    isArrayLike = require('./isArrayLike');\\n\\n/**\\n * Creates an array of the own enumerable property names of `object`.\\n *\\n * **Note:** Non-object values are coerced to objects. See the\\n * [ES spec](http://ecma-international.org/ecma-262/7.0/#sec-object.keys)\\n * for more details.\\n *\\n * @static\\n * @since 0.1.0\\n * @memberOf _\\n * @category Object\\n * @param {Object} object The object to query.\\n * @returns {Array} Returns the array of property names.\\n * @example\\n *\\n * function Foo() {\\n *   this.a = 1;\\n *   this.b = 2;\\n * }\\n *\\n * Foo.prototype.c = 3;\\n *\\n * _.keys(new Foo);\\n * // => ['a', 'b'] (iteration order is not guaranteed)\\n *\\n * _.keys('hi');\\n * // => ['0', '1']\\n */\\nfunction keys(object) {\\n  return isArrayLike(object) ? arrayLikeKeys(object) : baseKeys(object);\\n}\\n\\nmodule.exports = keys;\\n\"\n        },\n        {\n          \"id\": 25,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/isArguments.js\",\n          \"name\": \"./node_modules/lodash/isArguments.js\",\n          \"index\": 115,\n          \"index2\": 105,\n          \"size\": 1026,\n          \"cacheable\": true,\n          \"built\": true,\n          \"optional\": false,\n          \"prefetched\": false,\n          \"chunks\": [\n            2,\n            3,\n            4\n          ],\n          \"issuer\": \"/Users/jarred/Code/styleurl/node_modules/lodash/isEmpty.js\",\n          \"issuerId\": 345,\n          \"issuerName\": \"./node_modules/lodash/isEmpty.js\",\n          \"issuerPath\": [\n            {\n              \"id\": 342,\n              \"identifier\": \"multi /Users/jarred/Code/styleurl/webpack/customPublicPath /Users/jarred/Code/styleurl/chrome/extension/devtools\",\n              \"name\": \"multi ./webpack/customPublicPath ./chrome/extension/devtools\",\n              \"profile\": {\n                \"factory\": 0,\n                \"building\": 0,\n                \"dependencies\": 54\n              }\n            },\n            {\n              \"id\": 343,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/devtools.js\",\n              \"name\": \"./chrome/extension/devtools.js\",\n              \"profile\": {\n                \"factory\": 55,\n                \"building\": 548\n              }\n            },\n            {\n              \"id\": 345,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/isEmpty.js\",\n              \"name\": \"./node_modules/lodash/isEmpty.js\",\n              \"profile\": {\n                \"factory\": 230,\n                \"building\": 567,\n                \"dependencies\": 245\n              }\n            }\n          ],\n          \"profile\": {\n            \"factory\": 247,\n            \"building\": 72,\n            \"dependencies\": 1\n          },\n          \"failed\": false,\n          \"errors\": 0,\n          \"warnings\": 0,\n          \"assets\": [],\n          \"reasons\": [\n            {\n              \"moduleId\": 46,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_arrayLikeKeys.js\",\n              \"module\": \"./node_modules/lodash/_arrayLikeKeys.js\",\n              \"moduleName\": \"./node_modules/lodash/_arrayLikeKeys.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"./isArguments\",\n              \"loc\": \"2:18-42\"\n            },\n            {\n              \"moduleId\": 246,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_hasPath.js\",\n              \"module\": \"./node_modules/lodash/_hasPath.js\",\n              \"moduleName\": \"./node_modules/lodash/_hasPath.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"./isArguments\",\n              \"loc\": \"2:18-42\"\n            },\n            {\n              \"moduleId\": 345,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/isEmpty.js\",\n              \"module\": \"./node_modules/lodash/isEmpty.js\",\n              \"moduleName\": \"./node_modules/lodash/isEmpty.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"./isArguments\",\n              \"loc\": \"3:18-42\"\n            },\n            {\n              \"moduleId\": 348,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_isFlattenable.js\",\n              \"module\": \"./node_modules/lodash/_isFlattenable.js\",\n              \"moduleName\": \"./node_modules/lodash/_isFlattenable.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"./isArguments\",\n              \"loc\": \"2:18-42\"\n            }\n          ],\n          \"usedExports\": true,\n          \"providedExports\": null,\n          \"optimizationBailout\": [\n            \"ModuleConcatenation bailout: Module is not an ECMAScript module\"\n          ],\n          \"depth\": 3,\n          \"source\": \"var baseIsArguments = require('./_baseIsArguments'),\\n    isObjectLike = require('./isObjectLike');\\n\\n/** Used for built-in method references. */\\nvar objectProto = Object.prototype;\\n\\n/** Used to check objects for own properties. */\\nvar hasOwnProperty = objectProto.hasOwnProperty;\\n\\n/** Built-in value references. */\\nvar propertyIsEnumerable = objectProto.propertyIsEnumerable;\\n\\n/**\\n * Checks if `value` is likely an `arguments` object.\\n *\\n * @static\\n * @memberOf _\\n * @since 0.1.0\\n * @category Lang\\n * @param {*} value The value to check.\\n * @returns {boolean} Returns `true` if `value` is an `arguments` object,\\n *  else `false`.\\n * @example\\n *\\n * _.isArguments(function() { return arguments; }());\\n * // => true\\n *\\n * _.isArguments([1, 2, 3]);\\n * // => false\\n */\\nvar isArguments = baseIsArguments(function() { return arguments; }()) ? baseIsArguments : function(value) {\\n  return isObjectLike(value) && hasOwnProperty.call(value, 'callee') &&\\n    !propertyIsEnumerable.call(value, 'callee');\\n};\\n\\nmodule.exports = isArguments;\\n\"\n        },\n        {\n          \"id\": 27,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/isFunction.js\",\n          \"name\": \"./node_modules/lodash/isFunction.js\",\n          \"index\": 65,\n          \"index2\": 61,\n          \"size\": 993,\n          \"cacheable\": true,\n          \"built\": true,\n          \"optional\": false,\n          \"prefetched\": false,\n          \"chunks\": [\n            2,\n            3,\n            4\n          ],\n          \"issuer\": \"/Users/jarred/Code/styleurl/node_modules/lodash/isArrayLike.js\",\n          \"issuerId\": 37,\n          \"issuerName\": \"./node_modules/lodash/isArrayLike.js\",\n          \"issuerPath\": [\n            {\n              \"id\": 342,\n              \"identifier\": \"multi /Users/jarred/Code/styleurl/webpack/customPublicPath /Users/jarred/Code/styleurl/chrome/extension/devtools\",\n              \"name\": \"multi ./webpack/customPublicPath ./chrome/extension/devtools\",\n              \"profile\": {\n                \"factory\": 0,\n                \"building\": 0,\n                \"dependencies\": 54\n              }\n            },\n            {\n              \"id\": 343,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/devtools.js\",\n              \"name\": \"./chrome/extension/devtools.js\",\n              \"profile\": {\n                \"factory\": 55,\n                \"building\": 548\n              }\n            },\n            {\n              \"id\": 345,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/isEmpty.js\",\n              \"name\": \"./node_modules/lodash/isEmpty.js\",\n              \"profile\": {\n                \"factory\": 230,\n                \"building\": 567,\n                \"dependencies\": 245\n              }\n            },\n            {\n              \"id\": 37,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/isArrayLike.js\",\n              \"name\": \"./node_modules/lodash/isArrayLike.js\",\n              \"profile\": {\n                \"factory\": 247,\n                \"building\": 72,\n                \"dependencies\": 1\n              }\n            }\n          ],\n          \"profile\": {\n            \"factory\": 87,\n            \"building\": 100,\n            \"dependencies\": 0\n          },\n          \"failed\": false,\n          \"errors\": 0,\n          \"warnings\": 0,\n          \"assets\": [],\n          \"reasons\": [\n            {\n              \"moduleId\": 37,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/isArrayLike.js\",\n              \"module\": \"./node_modules/lodash/isArrayLike.js\",\n              \"moduleName\": \"./node_modules/lodash/isArrayLike.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"./isFunction\",\n              \"loc\": \"1:17-40\"\n            },\n            {\n              \"moduleId\": 89,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_baseIsNative.js\",\n              \"module\": \"./node_modules/lodash/_baseIsNative.js\",\n              \"moduleName\": \"./node_modules/lodash/_baseIsNative.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"./isFunction\",\n              \"loc\": \"1:17-40\"\n            }\n          ],\n          \"usedExports\": true,\n          \"providedExports\": null,\n          \"optimizationBailout\": [\n            \"ModuleConcatenation bailout: Module is not an ECMAScript module\"\n          ],\n          \"depth\": 4,\n          \"source\": \"var baseGetTag = require('./_baseGetTag'),\\n    isObject = require('./isObject');\\n\\n/** `Object#toString` result references. */\\nvar asyncTag = '[object AsyncFunction]',\\n    funcTag = '[object Function]',\\n    genTag = '[object GeneratorFunction]',\\n    proxyTag = '[object Proxy]';\\n\\n/**\\n * Checks if `value` is classified as a `Function` object.\\n *\\n * @static\\n * @memberOf _\\n * @since 0.1.0\\n * @category Lang\\n * @param {*} value The value to check.\\n * @returns {boolean} Returns `true` if `value` is a function, else `false`.\\n * @example\\n *\\n * _.isFunction(_);\\n * // => true\\n *\\n * _.isFunction(/abc/);\\n * // => false\\n */\\nfunction isFunction(value) {\\n  if (!isObject(value)) {\\n    return false;\\n  }\\n  // The use of `Object#toString` avoids issues with the `typeof` operator\\n  // in Safari 9 which returns 'object' for typed arrays and other constructors.\\n  var tag = baseGetTag(value);\\n  return tag == funcTag || tag == genTag || tag == asyncTag || tag == proxyTag;\\n}\\n\\nmodule.exports = isFunction;\\n\"\n        },\n        {\n          \"id\": 28,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/isBuffer.js\",\n          \"name\": \"./node_modules/lodash/isBuffer.js\",\n          \"index\": 118,\n          \"index2\": 108,\n          \"size\": 1114,\n          \"cacheable\": true,\n          \"built\": true,\n          \"optional\": false,\n          \"prefetched\": false,\n          \"chunks\": [\n            2,\n            3,\n            4\n          ],\n          \"issuer\": \"/Users/jarred/Code/styleurl/node_modules/lodash/isEmpty.js\",\n          \"issuerId\": 345,\n          \"issuerName\": \"./node_modules/lodash/isEmpty.js\",\n          \"issuerPath\": [\n            {\n              \"id\": 342,\n              \"identifier\": \"multi /Users/jarred/Code/styleurl/webpack/customPublicPath /Users/jarred/Code/styleurl/chrome/extension/devtools\",\n              \"name\": \"multi ./webpack/customPublicPath ./chrome/extension/devtools\",\n              \"profile\": {\n                \"factory\": 0,\n                \"building\": 0,\n                \"dependencies\": 54\n              }\n            },\n            {\n              \"id\": 343,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/devtools.js\",\n              \"name\": \"./chrome/extension/devtools.js\",\n              \"profile\": {\n                \"factory\": 55,\n                \"building\": 548\n              }\n            },\n            {\n              \"id\": 345,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/isEmpty.js\",\n              \"name\": \"./node_modules/lodash/isEmpty.js\",\n              \"profile\": {\n                \"factory\": 230,\n                \"building\": 567,\n                \"dependencies\": 245\n              }\n            }\n          ],\n          \"profile\": {\n            \"factory\": 247,\n            \"building\": 72,\n            \"dependencies\": 1\n          },\n          \"failed\": false,\n          \"errors\": 0,\n          \"warnings\": 0,\n          \"assets\": [],\n          \"reasons\": [\n            {\n              \"moduleId\": 46,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_arrayLikeKeys.js\",\n              \"module\": \"./node_modules/lodash/_arrayLikeKeys.js\",\n              \"moduleName\": \"./node_modules/lodash/_arrayLikeKeys.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"./isBuffer\",\n              \"loc\": \"4:15-36\"\n            },\n            {\n              \"moduleId\": 220,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_baseIsEqualDeep.js\",\n              \"module\": \"./node_modules/lodash/_baseIsEqualDeep.js\",\n              \"moduleName\": \"./node_modules/lodash/_baseIsEqualDeep.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"./isBuffer\",\n              \"loc\": \"7:15-36\"\n            },\n            {\n              \"moduleId\": 345,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/isEmpty.js\",\n              \"module\": \"./node_modules/lodash/isEmpty.js\",\n              \"moduleName\": \"./node_modules/lodash/isEmpty.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"./isBuffer\",\n              \"loc\": \"6:15-36\"\n            }\n          ],\n          \"usedExports\": true,\n          \"providedExports\": null,\n          \"optimizationBailout\": [\n            \"ModuleConcatenation bailout: Module is not an ECMAScript module\"\n          ],\n          \"depth\": 3,\n          \"source\": \"var root = require('./_root'),\\n    stubFalse = require('./stubFalse');\\n\\n/** Detect free variable `exports`. */\\nvar freeExports = typeof exports == 'object' && exports && !exports.nodeType && exports;\\n\\n/** Detect free variable `module`. */\\nvar freeModule = freeExports && typeof module == 'object' && module && !module.nodeType && module;\\n\\n/** Detect the popular CommonJS extension `module.exports`. */\\nvar moduleExports = freeModule && freeModule.exports === freeExports;\\n\\n/** Built-in value references. */\\nvar Buffer = moduleExports ? root.Buffer : undefined;\\n\\n/* Built-in method references for those with the same name as other `lodash` methods. */\\nvar nativeIsBuffer = Buffer ? Buffer.isBuffer : undefined;\\n\\n/**\\n * Checks if `value` is a buffer.\\n *\\n * @static\\n * @memberOf _\\n * @since 4.3.0\\n * @category Lang\\n * @param {*} value The value to check.\\n * @returns {boolean} Returns `true` if `value` is a buffer, else `false`.\\n * @example\\n *\\n * _.isBuffer(new Buffer(2));\\n * // => true\\n *\\n * _.isBuffer(new Uint8Array(2));\\n * // => false\\n */\\nvar isBuffer = nativeIsBuffer || stubFalse;\\n\\nmodule.exports = isBuffer;\\n\"\n        },\n        {\n          \"id\": 29,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/isTypedArray.js\",\n          \"name\": \"./node_modules/lodash/isTypedArray.js\",\n          \"index\": 122,\n          \"index2\": 114,\n          \"size\": 695,\n          \"cacheable\": true,\n          \"built\": true,\n          \"optional\": false,\n          \"prefetched\": false,\n          \"chunks\": [\n            2,\n            3,\n            4\n          ],\n          \"issuer\": \"/Users/jarred/Code/styleurl/node_modules/lodash/isEmpty.js\",\n          \"issuerId\": 345,\n          \"issuerName\": \"./node_modules/lodash/isEmpty.js\",\n          \"issuerPath\": [\n            {\n              \"id\": 342,\n              \"identifier\": \"multi /Users/jarred/Code/styleurl/webpack/customPublicPath /Users/jarred/Code/styleurl/chrome/extension/devtools\",\n              \"name\": \"multi ./webpack/customPublicPath ./chrome/extension/devtools\",\n              \"profile\": {\n                \"factory\": 0,\n                \"building\": 0,\n                \"dependencies\": 54\n              }\n            },\n            {\n              \"id\": 343,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/devtools.js\",\n              \"name\": \"./chrome/extension/devtools.js\",\n              \"profile\": {\n                \"factory\": 55,\n                \"building\": 548\n              }\n            },\n            {\n              \"id\": 345,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/isEmpty.js\",\n              \"name\": \"./node_modules/lodash/isEmpty.js\",\n              \"profile\": {\n                \"factory\": 230,\n                \"building\": 567,\n                \"dependencies\": 245\n              }\n            }\n          ],\n          \"profile\": {\n            \"factory\": 247,\n            \"building\": 72,\n            \"dependencies\": 1\n          },\n          \"failed\": false,\n          \"errors\": 0,\n          \"warnings\": 0,\n          \"assets\": [],\n          \"reasons\": [\n            {\n              \"moduleId\": 46,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_arrayLikeKeys.js\",\n              \"module\": \"./node_modules/lodash/_arrayLikeKeys.js\",\n              \"moduleName\": \"./node_modules/lodash/_arrayLikeKeys.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"./isTypedArray\",\n              \"loc\": \"6:19-44\"\n            },\n            {\n              \"moduleId\": 220,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_baseIsEqualDeep.js\",\n              \"module\": \"./node_modules/lodash/_baseIsEqualDeep.js\",\n              \"moduleName\": \"./node_modules/lodash/_baseIsEqualDeep.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"./isTypedArray\",\n              \"loc\": \"8:19-44\"\n            },\n            {\n              \"moduleId\": 345,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/isEmpty.js\",\n              \"module\": \"./node_modules/lodash/isEmpty.js\",\n              \"moduleName\": \"./node_modules/lodash/isEmpty.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"./isTypedArray\",\n              \"loc\": \"8:19-44\"\n            }\n          ],\n          \"usedExports\": true,\n          \"providedExports\": null,\n          \"optimizationBailout\": [\n            \"ModuleConcatenation bailout: Module is not an ECMAScript module\"\n          ],\n          \"depth\": 3,\n          \"source\": \"var baseIsTypedArray = require('./_baseIsTypedArray'),\\n    baseUnary = require('./_baseUnary'),\\n    nodeUtil = require('./_nodeUtil');\\n\\n/* Node.js helper references. */\\nvar nodeIsTypedArray = nodeUtil && nodeUtil.isTypedArray;\\n\\n/**\\n * Checks if `value` is classified as a typed array.\\n *\\n * @static\\n * @memberOf _\\n * @since 3.0.0\\n * @category Lang\\n * @param {*} value The value to check.\\n * @returns {boolean} Returns `true` if `value` is a typed array, else `false`.\\n * @example\\n *\\n * _.isTypedArray(new Uint8Array);\\n * // => true\\n *\\n * _.isTypedArray([]);\\n * // => false\\n */\\nvar isTypedArray = nodeIsTypedArray ? baseUnary(nodeIsTypedArray) : baseIsTypedArray;\\n\\nmodule.exports = isTypedArray;\\n\"\n        },\n        {\n          \"id\": 30,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/js-yaml/lib/js-yaml/schema/failsafe.js\",\n          \"name\": \"./node_modules/js-yaml/lib/js-yaml/schema/failsafe.js\",\n          \"index\": 180,\n          \"index2\": 173,\n          \"size\": 278,\n          \"cacheable\": true,\n          \"built\": true,\n          \"optional\": false,\n          \"prefetched\": false,\n          \"chunks\": [\n            2,\n            4\n          ],\n          \"issuer\": \"/Users/jarred/Code/styleurl/node_modules/js-yaml/lib/js-yaml.js\",\n          \"issuerId\": 105,\n          \"issuerName\": \"./node_modules/js-yaml/lib/js-yaml.js\",\n          \"issuerPath\": [\n            {\n              \"id\": 350,\n              \"identifier\": \"multi /Users/jarred/Code/styleurl/webpack/customPublicPath /Users/jarred/Code/styleurl/chrome/extension/github_gist_content_script\",\n              \"name\": \"multi ./webpack/customPublicPath ./chrome/extension/github_gist_content_script\",\n              \"profile\": {\n                \"factory\": 0,\n                \"building\": 0,\n                \"dependencies\": 53\n              }\n            },\n            {\n              \"id\": 351,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/github_gist_content_script.js\",\n              \"name\": \"./chrome/extension/github_gist_content_script.js\",\n              \"profile\": {\n                \"factory\": 54,\n                \"building\": 576,\n                \"dependencies\": 194\n              }\n            },\n            {\n              \"id\": 55,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/lib/stylefile.js\",\n              \"name\": \"./chrome/extension/lib/stylefile.js\",\n              \"profile\": {\n                \"factory\": 194,\n                \"building\": 246,\n                \"dependencies\": 40\n              }\n            },\n            {\n              \"id\": 104,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/js-yaml/index.js\",\n              \"name\": \"./node_modules/js-yaml/index.js\",\n              \"profile\": {\n                \"factory\": 408,\n                \"building\": 42\n              }\n            },\n            {\n              \"id\": 105,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/js-yaml/lib/js-yaml.js\",\n              \"name\": \"./node_modules/js-yaml/lib/js-yaml.js\",\n              \"profile\": {\n                \"factory\": 96,\n                \"building\": 77\n              }\n            }\n          ],\n          \"profile\": {\n            \"factory\": 33,\n            \"building\": 66,\n            \"dependencies\": 42\n          },\n          \"failed\": false,\n          \"errors\": 0,\n          \"warnings\": 0,\n          \"assets\": [],\n          \"reasons\": [\n            {\n              \"moduleId\": 57,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/js-yaml/lib/js-yaml/schema/json.js\",\n              \"module\": \"./node_modules/js-yaml/lib/js-yaml/schema/json.js\",\n              \"moduleName\": \"./node_modules/js-yaml/lib/js-yaml/schema/json.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"./failsafe\",\n              \"loc\": \"17:4-25\"\n            },\n            {\n              \"moduleId\": 105,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/js-yaml/lib/js-yaml.js\",\n              \"module\": \"./node_modules/js-yaml/lib/js-yaml.js\",\n              \"moduleName\": \"./node_modules/js-yaml/lib/js-yaml.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"./js-yaml/schema/failsafe\",\n              \"loc\": \"17:37-73\"\n            },\n            {\n              \"moduleId\": 105,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/js-yaml/lib/js-yaml.js\",\n              \"module\": \"./node_modules/js-yaml/lib/js-yaml.js\",\n              \"moduleName\": \"./node_modules/js-yaml/lib/js-yaml.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"./js-yaml/schema/failsafe\",\n              \"loc\": \"31:32-68\"\n            }\n          ],\n          \"usedExports\": true,\n          \"providedExports\": null,\n          \"optimizationBailout\": [\n            \"ModuleConcatenation bailout: Module is not an ECMAScript module\"\n          ],\n          \"depth\": 5,\n          \"source\": \"// Standard YAML's Failsafe schema.\\n// http://www.yaml.org/spec/1.2/spec.html#id2802346\\n\\n\\n'use strict';\\n\\n\\nvar Schema = require('../schema');\\n\\n\\nmodule.exports = new Schema({\\n  explicit: [\\n    require('../type/str'),\\n    require('../type/seq'),\\n    require('../type/map')\\n  ]\\n});\\n\"\n        },\n        {\n          \"id\": 34,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_isIndex.js\",\n          \"name\": \"./node_modules/lodash/_isIndex.js\",\n          \"index\": 121,\n          \"index2\": 109,\n          \"size\": 759,\n          \"cacheable\": true,\n          \"built\": true,\n          \"optional\": false,\n          \"prefetched\": false,\n          \"chunks\": [\n            2,\n            3,\n            4\n          ],\n          \"issuer\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_arrayLikeKeys.js\",\n          \"issuerId\": 46,\n          \"issuerName\": \"./node_modules/lodash/_arrayLikeKeys.js\",\n          \"issuerPath\": [\n            {\n              \"id\": 342,\n              \"identifier\": \"multi /Users/jarred/Code/styleurl/webpack/customPublicPath /Users/jarred/Code/styleurl/chrome/extension/devtools\",\n              \"name\": \"multi ./webpack/customPublicPath ./chrome/extension/devtools\",\n              \"profile\": {\n                \"factory\": 0,\n                \"building\": 0,\n                \"dependencies\": 54\n              }\n            },\n            {\n              \"id\": 343,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/devtools.js\",\n              \"name\": \"./chrome/extension/devtools.js\",\n              \"profile\": {\n                \"factory\": 55,\n                \"building\": 548\n              }\n            },\n            {\n              \"id\": 24,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/keys.js\",\n              \"name\": \"./node_modules/lodash/keys.js\",\n              \"profile\": {\n                \"factory\": 230,\n                \"building\": 567,\n                \"dependencies\": 245\n              }\n            },\n            {\n              \"id\": 46,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_arrayLikeKeys.js\",\n              \"name\": \"./node_modules/lodash/_arrayLikeKeys.js\",\n              \"profile\": {\n                \"factory\": 246,\n                \"building\": 73,\n                \"dependencies\": 1\n              }\n            }\n          ],\n          \"profile\": {\n            \"factory\": 83,\n            \"building\": 102\n          },\n          \"failed\": false,\n          \"errors\": 0,\n          \"warnings\": 0,\n          \"assets\": [],\n          \"reasons\": [\n            {\n              \"moduleId\": 46,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_arrayLikeKeys.js\",\n              \"module\": \"./node_modules/lodash/_arrayLikeKeys.js\",\n              \"moduleName\": \"./node_modules/lodash/_arrayLikeKeys.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"./_isIndex\",\n              \"loc\": \"5:14-35\"\n            },\n            {\n              \"moduleId\": 246,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_hasPath.js\",\n              \"module\": \"./node_modules/lodash/_hasPath.js\",\n              \"moduleName\": \"./node_modules/lodash/_hasPath.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"./_isIndex\",\n              \"loc\": \"4:14-35\"\n            }\n          ],\n          \"usedExports\": true,\n          \"providedExports\": null,\n          \"optimizationBailout\": [\n            \"ModuleConcatenation bailout: Module is not an ECMAScript module\"\n          ],\n          \"depth\": 4,\n          \"source\": \"/** Used as references for various `Number` constants. */\\nvar MAX_SAFE_INTEGER = 9007199254740991;\\n\\n/** Used to detect unsigned integer values. */\\nvar reIsUint = /^(?:0|[1-9]\\\\d*)$/;\\n\\n/**\\n * Checks if `value` is a valid array-like index.\\n *\\n * @private\\n * @param {*} value The value to check.\\n * @param {number} [length=MAX_SAFE_INTEGER] The upper bounds of a valid index.\\n * @returns {boolean} Returns `true` if `value` is a valid index, else `false`.\\n */\\nfunction isIndex(value, length) {\\n  var type = typeof value;\\n  length = length == null ? MAX_SAFE_INTEGER : length;\\n\\n  return !!length &&\\n    (type == 'number' ||\\n      (type != 'symbol' && reIsUint.test(value))) &&\\n        (value > -1 && value % 1 == 0 && value < length);\\n}\\n\\nmodule.exports = isIndex;\\n\"\n        },\n        {\n          \"id\": 35,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_baseKeys.js\",\n          \"name\": \"./node_modules/lodash/_baseKeys.js\",\n          \"index\": 127,\n          \"index2\": 119,\n          \"size\": 776,\n          \"cacheable\": true,\n          \"built\": true,\n          \"optional\": false,\n          \"prefetched\": false,\n          \"chunks\": [\n            2,\n            3,\n            4\n          ],\n          \"issuer\": \"/Users/jarred/Code/styleurl/node_modules/lodash/isEmpty.js\",\n          \"issuerId\": 345,\n          \"issuerName\": \"./node_modules/lodash/isEmpty.js\",\n          \"issuerPath\": [\n            {\n              \"id\": 342,\n              \"identifier\": \"multi /Users/jarred/Code/styleurl/webpack/customPublicPath /Users/jarred/Code/styleurl/chrome/extension/devtools\",\n              \"name\": \"multi ./webpack/customPublicPath ./chrome/extension/devtools\",\n              \"profile\": {\n                \"factory\": 0,\n                \"building\": 0,\n                \"dependencies\": 54\n              }\n            },\n            {\n              \"id\": 343,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/devtools.js\",\n              \"name\": \"./chrome/extension/devtools.js\",\n              \"profile\": {\n                \"factory\": 55,\n                \"building\": 548\n              }\n            },\n            {\n              \"id\": 345,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/isEmpty.js\",\n              \"name\": \"./node_modules/lodash/isEmpty.js\",\n              \"profile\": {\n                \"factory\": 230,\n                \"building\": 567,\n                \"dependencies\": 245\n              }\n            }\n          ],\n          \"profile\": {\n            \"factory\": 247,\n            \"building\": 72,\n            \"dependencies\": 1\n          },\n          \"failed\": false,\n          \"errors\": 0,\n          \"warnings\": 0,\n          \"assets\": [],\n          \"reasons\": [\n            {\n              \"moduleId\": 24,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/keys.js\",\n              \"module\": \"./node_modules/lodash/keys.js\",\n              \"moduleName\": \"./node_modules/lodash/keys.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"./_baseKeys\",\n              \"loc\": \"2:15-37\"\n            },\n            {\n              \"moduleId\": 345,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/isEmpty.js\",\n              \"module\": \"./node_modules/lodash/isEmpty.js\",\n              \"moduleName\": \"./node_modules/lodash/isEmpty.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"./_baseKeys\",\n              \"loc\": \"1:15-37\"\n            }\n          ],\n          \"usedExports\": true,\n          \"providedExports\": null,\n          \"optimizationBailout\": [\n            \"ModuleConcatenation bailout: Module is not an ECMAScript module\"\n          ],\n          \"depth\": 3,\n          \"source\": \"var isPrototype = require('./_isPrototype'),\\n    nativeKeys = require('./_nativeKeys');\\n\\n/** Used for built-in method references. */\\nvar objectProto = Object.prototype;\\n\\n/** Used to check objects for own properties. */\\nvar hasOwnProperty = objectProto.hasOwnProperty;\\n\\n/**\\n * The base implementation of `_.keys` which doesn't treat sparse arrays as dense.\\n *\\n * @private\\n * @param {Object} object The object to query.\\n * @returns {Array} Returns the array of property names.\\n */\\nfunction baseKeys(object) {\\n  if (!isPrototype(object)) {\\n    return nativeKeys(object);\\n  }\\n  var result = [];\\n  for (var key in Object(object)) {\\n    if (hasOwnProperty.call(object, key) && key != 'constructor') {\\n      result.push(key);\\n    }\\n  }\\n  return result;\\n}\\n\\nmodule.exports = baseKeys;\\n\"\n        },\n        {\n          \"id\": 36,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_isPrototype.js\",\n          \"name\": \"./node_modules/lodash/_isPrototype.js\",\n          \"index\": 128,\n          \"index2\": 116,\n          \"size\": 480,\n          \"cacheable\": true,\n          \"built\": true,\n          \"optional\": false,\n          \"prefetched\": false,\n          \"chunks\": [\n            2,\n            3,\n            4\n          ],\n          \"issuer\": \"/Users/jarred/Code/styleurl/node_modules/lodash/isEmpty.js\",\n          \"issuerId\": 345,\n          \"issuerName\": \"./node_modules/lodash/isEmpty.js\",\n          \"issuerPath\": [\n            {\n              \"id\": 342,\n              \"identifier\": \"multi /Users/jarred/Code/styleurl/webpack/customPublicPath /Users/jarred/Code/styleurl/chrome/extension/devtools\",\n              \"name\": \"multi ./webpack/customPublicPath ./chrome/extension/devtools\",\n              \"profile\": {\n                \"factory\": 0,\n                \"building\": 0,\n                \"dependencies\": 54\n              }\n            },\n            {\n              \"id\": 343,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/devtools.js\",\n              \"name\": \"./chrome/extension/devtools.js\",\n              \"profile\": {\n                \"factory\": 55,\n                \"building\": 548\n              }\n            },\n            {\n              \"id\": 345,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/isEmpty.js\",\n              \"name\": \"./node_modules/lodash/isEmpty.js\",\n              \"profile\": {\n                \"factory\": 230,\n                \"building\": 567,\n                \"dependencies\": 245\n              }\n            }\n          ],\n          \"profile\": {\n            \"factory\": 247,\n            \"building\": 72,\n            \"dependencies\": 1\n          },\n          \"failed\": false,\n          \"errors\": 0,\n          \"warnings\": 0,\n          \"assets\": [],\n          \"reasons\": [\n            {\n              \"moduleId\": 35,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_baseKeys.js\",\n              \"module\": \"./node_modules/lodash/_baseKeys.js\",\n              \"moduleName\": \"./node_modules/lodash/_baseKeys.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"./_isPrototype\",\n              \"loc\": \"1:18-43\"\n            },\n            {\n              \"moduleId\": 345,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/isEmpty.js\",\n              \"module\": \"./node_modules/lodash/isEmpty.js\",\n              \"moduleName\": \"./node_modules/lodash/isEmpty.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"./_isPrototype\",\n              \"loc\": \"7:18-43\"\n            }\n          ],\n          \"usedExports\": true,\n          \"providedExports\": null,\n          \"optimizationBailout\": [\n            \"ModuleConcatenation bailout: Module is not an ECMAScript module\"\n          ],\n          \"depth\": 3,\n          \"source\": \"/** Used for built-in method references. */\\nvar objectProto = Object.prototype;\\n\\n/**\\n * Checks if `value` is likely a prototype object.\\n *\\n * @private\\n * @param {*} value The value to check.\\n * @returns {boolean} Returns `true` if `value` is a prototype, else `false`.\\n */\\nfunction isPrototype(value) {\\n  var Ctor = value && value.constructor,\\n      proto = (typeof Ctor == 'function' && Ctor.prototype) || objectProto;\\n\\n  return value === proto;\\n}\\n\\nmodule.exports = isPrototype;\\n\"\n        },\n        {\n          \"id\": 37,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/isArrayLike.js\",\n          \"name\": \"./node_modules/lodash/isArrayLike.js\",\n          \"index\": 131,\n          \"index2\": 120,\n          \"size\": 830,\n          \"cacheable\": true,\n          \"built\": true,\n          \"optional\": false,\n          \"prefetched\": false,\n          \"chunks\": [\n            2,\n            3,\n            4\n          ],\n          \"issuer\": \"/Users/jarred/Code/styleurl/node_modules/lodash/isEmpty.js\",\n          \"issuerId\": 345,\n          \"issuerName\": \"./node_modules/lodash/isEmpty.js\",\n          \"issuerPath\": [\n            {\n              \"id\": 342,\n              \"identifier\": \"multi /Users/jarred/Code/styleurl/webpack/customPublicPath /Users/jarred/Code/styleurl/chrome/extension/devtools\",\n              \"name\": \"multi ./webpack/customPublicPath ./chrome/extension/devtools\",\n              \"profile\": {\n                \"factory\": 0,\n                \"building\": 0,\n                \"dependencies\": 54\n              }\n            },\n            {\n              \"id\": 343,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/devtools.js\",\n              \"name\": \"./chrome/extension/devtools.js\",\n              \"profile\": {\n                \"factory\": 55,\n                \"building\": 548\n              }\n            },\n            {\n              \"id\": 345,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/isEmpty.js\",\n              \"name\": \"./node_modules/lodash/isEmpty.js\",\n              \"profile\": {\n                \"factory\": 230,\n                \"building\": 567,\n                \"dependencies\": 245\n              }\n            }\n          ],\n          \"profile\": {\n            \"factory\": 247,\n            \"building\": 72,\n            \"dependencies\": 1\n          },\n          \"failed\": false,\n          \"errors\": 0,\n          \"warnings\": 0,\n          \"assets\": [],\n          \"reasons\": [\n            {\n              \"moduleId\": 24,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/keys.js\",\n              \"module\": \"./node_modules/lodash/keys.js\",\n              \"moduleName\": \"./node_modules/lodash/keys.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"./isArrayLike\",\n              \"loc\": \"3:18-42\"\n            },\n            {\n              \"moduleId\": 345,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/isEmpty.js\",\n              \"module\": \"./node_modules/lodash/isEmpty.js\",\n              \"moduleName\": \"./node_modules/lodash/isEmpty.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"./isArrayLike\",\n              \"loc\": \"5:18-42\"\n            }\n          ],\n          \"usedExports\": true,\n          \"providedExports\": null,\n          \"optimizationBailout\": [\n            \"ModuleConcatenation bailout: Module is not an ECMAScript module\"\n          ],\n          \"depth\": 3,\n          \"source\": \"var isFunction = require('./isFunction'),\\n    isLength = require('./isLength');\\n\\n/**\\n * Checks if `value` is array-like. A value is considered array-like if it's\\n * not a function and has a `value.length` that's an integer greater than or\\n * equal to `0` and less than or equal to `Number.MAX_SAFE_INTEGER`.\\n *\\n * @static\\n * @memberOf _\\n * @since 4.0.0\\n * @category Lang\\n * @param {*} value The value to check.\\n * @returns {boolean} Returns `true` if `value` is array-like, else `false`.\\n * @example\\n *\\n * _.isArrayLike([1, 2, 3]);\\n * // => true\\n *\\n * _.isArrayLike(document.body.children);\\n * // => true\\n *\\n * _.isArrayLike('abc');\\n * // => true\\n *\\n * _.isArrayLike(_.noop);\\n * // => false\\n */\\nfunction isArrayLike(value) {\\n  return value != null && isLength(value.length) && !isFunction(value);\\n}\\n\\nmodule.exports = isArrayLike;\\n\"\n        },\n        {\n          \"id\": 43,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_getRawTag.js\",\n          \"name\": \"./node_modules/lodash/_getRawTag.js\",\n          \"index\": 70,\n          \"index2\": 57,\n          \"size\": 1139,\n          \"cacheable\": true,\n          \"built\": true,\n          \"optional\": false,\n          \"prefetched\": false,\n          \"chunks\": [\n            2,\n            3,\n            4\n          ],\n          \"issuer\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_baseGetTag.js\",\n          \"issuerId\": 5,\n          \"issuerName\": \"./node_modules/lodash/_baseGetTag.js\",\n          \"issuerPath\": [\n            {\n              \"id\": 342,\n              \"identifier\": \"multi /Users/jarred/Code/styleurl/webpack/customPublicPath /Users/jarred/Code/styleurl/chrome/extension/devtools\",\n              \"name\": \"multi ./webpack/customPublicPath ./chrome/extension/devtools\",\n              \"profile\": {\n                \"factory\": 0,\n                \"building\": 0,\n                \"dependencies\": 54\n              }\n            },\n            {\n              \"id\": 343,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/devtools.js\",\n              \"name\": \"./chrome/extension/devtools.js\",\n              \"profile\": {\n                \"factory\": 55,\n                \"building\": 548\n              }\n            },\n            {\n              \"id\": 344,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/isNumber.js\",\n              \"name\": \"./node_modules/lodash/isNumber.js\",\n              \"profile\": {\n                \"factory\": 230,\n                \"building\": 567,\n                \"dependencies\": 245\n              }\n            },\n            {\n              \"id\": 5,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_baseGetTag.js\",\n              \"name\": \"./node_modules/lodash/_baseGetTag.js\",\n              \"profile\": {\n                \"factory\": 248,\n                \"building\": 66\n              }\n            }\n          ],\n          \"profile\": {\n            \"factory\": 90,\n            \"building\": 97,\n            \"dependencies\": 1\n          },\n          \"failed\": false,\n          \"errors\": 0,\n          \"warnings\": 0,\n          \"assets\": [],\n          \"reasons\": [\n            {\n              \"moduleId\": 5,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_baseGetTag.js\",\n              \"module\": \"./node_modules/lodash/_baseGetTag.js\",\n              \"moduleName\": \"./node_modules/lodash/_baseGetTag.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"./_getRawTag\",\n              \"loc\": \"2:16-39\"\n            }\n          ],\n          \"usedExports\": true,\n          \"providedExports\": null,\n          \"optimizationBailout\": [\n            \"ModuleConcatenation bailout: Module is not an ECMAScript module\"\n          ],\n          \"depth\": 4,\n          \"source\": \"var Symbol = require('./_Symbol');\\n\\n/** Used for built-in method references. */\\nvar objectProto = Object.prototype;\\n\\n/** Used to check objects for own properties. */\\nvar hasOwnProperty = objectProto.hasOwnProperty;\\n\\n/**\\n * Used to resolve the\\n * [`toStringTag`](http://ecma-international.org/ecma-262/7.0/#sec-object.prototype.tostring)\\n * of values.\\n */\\nvar nativeObjectToString = objectProto.toString;\\n\\n/** Built-in value references. */\\nvar symToStringTag = Symbol ? Symbol.toStringTag : undefined;\\n\\n/**\\n * A specialized version of `baseGetTag` which ignores `Symbol.toStringTag` values.\\n *\\n * @private\\n * @param {*} value The value to query.\\n * @returns {string} Returns the raw `toStringTag`.\\n */\\nfunction getRawTag(value) {\\n  var isOwn = hasOwnProperty.call(value, symToStringTag),\\n      tag = value[symToStringTag];\\n\\n  try {\\n    value[symToStringTag] = undefined;\\n    var unmasked = true;\\n  } catch (e) {}\\n\\n  var result = nativeObjectToString.call(value);\\n  if (unmasked) {\\n    if (isOwn) {\\n      value[symToStringTag] = tag;\\n    } else {\\n      delete value[symToStringTag];\\n    }\\n  }\\n  return result;\\n}\\n\\nmodule.exports = getRawTag;\\n\"\n        },\n        {\n          \"id\": 44,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_objectToString.js\",\n          \"name\": \"./node_modules/lodash/_objectToString.js\",\n          \"index\": 71,\n          \"index2\": 58,\n          \"size\": 565,\n          \"cacheable\": true,\n          \"built\": true,\n          \"optional\": false,\n          \"prefetched\": false,\n          \"chunks\": [\n            2,\n            3,\n            4\n          ],\n          \"issuer\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_baseGetTag.js\",\n          \"issuerId\": 5,\n          \"issuerName\": \"./node_modules/lodash/_baseGetTag.js\",\n          \"issuerPath\": [\n            {\n              \"id\": 342,\n              \"identifier\": \"multi /Users/jarred/Code/styleurl/webpack/customPublicPath /Users/jarred/Code/styleurl/chrome/extension/devtools\",\n              \"name\": \"multi ./webpack/customPublicPath ./chrome/extension/devtools\",\n              \"profile\": {\n                \"factory\": 0,\n                \"building\": 0,\n                \"dependencies\": 54\n              }\n            },\n            {\n              \"id\": 343,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/devtools.js\",\n              \"name\": \"./chrome/extension/devtools.js\",\n              \"profile\": {\n                \"factory\": 55,\n                \"building\": 548\n              }\n            },\n            {\n              \"id\": 344,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/isNumber.js\",\n              \"name\": \"./node_modules/lodash/isNumber.js\",\n              \"profile\": {\n                \"factory\": 230,\n                \"building\": 567,\n                \"dependencies\": 245\n              }\n            },\n            {\n              \"id\": 5,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_baseGetTag.js\",\n              \"name\": \"./node_modules/lodash/_baseGetTag.js\",\n              \"profile\": {\n                \"factory\": 248,\n                \"building\": 66\n              }\n            }\n          ],\n          \"profile\": {\n            \"factory\": 90,\n            \"building\": 97,\n            \"dependencies\": 1\n          },\n          \"failed\": false,\n          \"errors\": 0,\n          \"warnings\": 0,\n          \"assets\": [],\n          \"reasons\": [\n            {\n              \"moduleId\": 5,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_baseGetTag.js\",\n              \"module\": \"./node_modules/lodash/_baseGetTag.js\",\n              \"moduleName\": \"./node_modules/lodash/_baseGetTag.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"./_objectToString\",\n              \"loc\": \"3:21-49\"\n            }\n          ],\n          \"usedExports\": true,\n          \"providedExports\": null,\n          \"optimizationBailout\": [\n            \"ModuleConcatenation bailout: Module is not an ECMAScript module\"\n          ],\n          \"depth\": 4,\n          \"source\": \"/** Used for built-in method references. */\\nvar objectProto = Object.prototype;\\n\\n/**\\n * Used to resolve the\\n * [`toStringTag`](http://ecma-international.org/ecma-262/7.0/#sec-object.prototype.tostring)\\n * of values.\\n */\\nvar nativeObjectToString = objectProto.toString;\\n\\n/**\\n * Converts `value` to a string using `Object.prototype.toString`.\\n *\\n * @private\\n * @param {*} value The value to convert.\\n * @returns {string} Returns the converted string.\\n */\\nfunction objectToString(value) {\\n  return nativeObjectToString.call(value);\\n}\\n\\nmodule.exports = objectToString;\\n\"\n        },\n        {\n          \"id\": 46,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_arrayLikeKeys.js\",\n          \"name\": \"./node_modules/lodash/_arrayLikeKeys.js\",\n          \"index\": 113,\n          \"index2\": 115,\n          \"size\": 1778,\n          \"cacheable\": true,\n          \"built\": true,\n          \"optional\": false,\n          \"prefetched\": false,\n          \"chunks\": [\n            2,\n            3,\n            4\n          ],\n          \"issuer\": \"/Users/jarred/Code/styleurl/node_modules/lodash/keys.js\",\n          \"issuerId\": 24,\n          \"issuerName\": \"./node_modules/lodash/keys.js\",\n          \"issuerPath\": [\n            {\n              \"id\": 342,\n              \"identifier\": \"multi /Users/jarred/Code/styleurl/webpack/customPublicPath /Users/jarred/Code/styleurl/chrome/extension/devtools\",\n              \"name\": \"multi ./webpack/customPublicPath ./chrome/extension/devtools\",\n              \"profile\": {\n                \"factory\": 0,\n                \"building\": 0,\n                \"dependencies\": 54\n              }\n            },\n            {\n              \"id\": 343,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/devtools.js\",\n              \"name\": \"./chrome/extension/devtools.js\",\n              \"profile\": {\n                \"factory\": 55,\n                \"building\": 548\n              }\n            },\n            {\n              \"id\": 24,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/keys.js\",\n              \"name\": \"./node_modules/lodash/keys.js\",\n              \"profile\": {\n                \"factory\": 230,\n                \"building\": 567,\n                \"dependencies\": 245\n              }\n            }\n          ],\n          \"profile\": {\n            \"factory\": 246,\n            \"building\": 73,\n            \"dependencies\": 1\n          },\n          \"failed\": false,\n          \"errors\": 0,\n          \"warnings\": 0,\n          \"assets\": [],\n          \"reasons\": [\n            {\n              \"moduleId\": 24,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/keys.js\",\n              \"module\": \"./node_modules/lodash/keys.js\",\n              \"moduleName\": \"./node_modules/lodash/keys.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"./_arrayLikeKeys\",\n              \"loc\": \"1:20-47\"\n            }\n          ],\n          \"usedExports\": true,\n          \"providedExports\": null,\n          \"optimizationBailout\": [\n            \"ModuleConcatenation bailout: Module is not an ECMAScript module\"\n          ],\n          \"depth\": 3,\n          \"source\": \"var baseTimes = require('./_baseTimes'),\\n    isArguments = require('./isArguments'),\\n    isArray = require('./isArray'),\\n    isBuffer = require('./isBuffer'),\\n    isIndex = require('./_isIndex'),\\n    isTypedArray = require('./isTypedArray');\\n\\n/** Used for built-in method references. */\\nvar objectProto = Object.prototype;\\n\\n/** Used to check objects for own properties. */\\nvar hasOwnProperty = objectProto.hasOwnProperty;\\n\\n/**\\n * Creates an array of the enumerable property names of the array-like `value`.\\n *\\n * @private\\n * @param {*} value The value to query.\\n * @param {boolean} inherited Specify returning inherited property names.\\n * @returns {Array} Returns the array of property names.\\n */\\nfunction arrayLikeKeys(value, inherited) {\\n  var isArr = isArray(value),\\n      isArg = !isArr && isArguments(value),\\n      isBuff = !isArr && !isArg && isBuffer(value),\\n      isType = !isArr && !isArg && !isBuff && isTypedArray(value),\\n      skipIndexes = isArr || isArg || isBuff || isType,\\n      result = skipIndexes ? baseTimes(value.length, String) : [],\\n      length = result.length;\\n\\n  for (var key in value) {\\n    if ((inherited || hasOwnProperty.call(value, key)) &&\\n        !(skipIndexes && (\\n           // Safari 9 has enumerable `arguments.length` in strict mode.\\n           key == 'length' ||\\n           // Node.js 0.10 has enumerable non-index properties on buffers.\\n           (isBuff && (key == 'offset' || key == 'parent')) ||\\n           // PhantomJS 2 has enumerable non-index properties on typed arrays.\\n           (isType && (key == 'buffer' || key == 'byteLength' || key == 'byteOffset')) ||\\n           // Skip index properties.\\n           isIndex(key, length)\\n        ))) {\\n      result.push(key);\\n    }\\n  }\\n  return result;\\n}\\n\\nmodule.exports = arrayLikeKeys;\\n\"\n        },\n        {\n          \"id\": 47,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_baseTimes.js\",\n          \"name\": \"./node_modules/lodash/_baseTimes.js\",\n          \"index\": 114,\n          \"index2\": 102,\n          \"size\": 504,\n          \"cacheable\": true,\n          \"built\": true,\n          \"optional\": false,\n          \"prefetched\": false,\n          \"chunks\": [\n            2,\n            3,\n            4\n          ],\n          \"issuer\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_arrayLikeKeys.js\",\n          \"issuerId\": 46,\n          \"issuerName\": \"./node_modules/lodash/_arrayLikeKeys.js\",\n          \"issuerPath\": [\n            {\n              \"id\": 342,\n              \"identifier\": \"multi /Users/jarred/Code/styleurl/webpack/customPublicPath /Users/jarred/Code/styleurl/chrome/extension/devtools\",\n              \"name\": \"multi ./webpack/customPublicPath ./chrome/extension/devtools\",\n              \"profile\": {\n                \"factory\": 0,\n                \"building\": 0,\n                \"dependencies\": 54\n              }\n            },\n            {\n              \"id\": 343,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/devtools.js\",\n              \"name\": \"./chrome/extension/devtools.js\",\n              \"profile\": {\n                \"factory\": 55,\n                \"building\": 548\n              }\n            },\n            {\n              \"id\": 24,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/keys.js\",\n              \"name\": \"./node_modules/lodash/keys.js\",\n              \"profile\": {\n                \"factory\": 230,\n                \"building\": 567,\n                \"dependencies\": 245\n              }\n            },\n            {\n              \"id\": 46,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_arrayLikeKeys.js\",\n              \"name\": \"./node_modules/lodash/_arrayLikeKeys.js\",\n              \"profile\": {\n                \"factory\": 246,\n                \"building\": 73,\n                \"dependencies\": 1\n              }\n            }\n          ],\n          \"profile\": {\n            \"factory\": 83,\n            \"building\": 102\n          },\n          \"failed\": false,\n          \"errors\": 0,\n          \"warnings\": 0,\n          \"assets\": [],\n          \"reasons\": [\n            {\n              \"moduleId\": 46,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_arrayLikeKeys.js\",\n              \"module\": \"./node_modules/lodash/_arrayLikeKeys.js\",\n              \"moduleName\": \"./node_modules/lodash/_arrayLikeKeys.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"./_baseTimes\",\n              \"loc\": \"1:16-39\"\n            }\n          ],\n          \"usedExports\": true,\n          \"providedExports\": null,\n          \"optimizationBailout\": [\n            \"ModuleConcatenation bailout: Module is not an ECMAScript module\"\n          ],\n          \"depth\": 4,\n          \"source\": \"/**\\n * The base implementation of `_.times` without support for iteratee shorthands\\n * or max array length checks.\\n *\\n * @private\\n * @param {number} n The number of times to invoke `iteratee`.\\n * @param {Function} iteratee The function invoked per iteration.\\n * @returns {Array} Returns the array of results.\\n */\\nfunction baseTimes(n, iteratee) {\\n  var index = -1,\\n      result = Array(n);\\n\\n  while (++index < n) {\\n    result[index] = iteratee(index);\\n  }\\n  return result;\\n}\\n\\nmodule.exports = baseTimes;\\n\"\n        },\n        {\n          \"id\": 48,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_baseIsArguments.js\",\n          \"name\": \"./node_modules/lodash/_baseIsArguments.js\",\n          \"index\": 116,\n          \"index2\": 104,\n          \"size\": 488,\n          \"cacheable\": true,\n          \"built\": true,\n          \"optional\": false,\n          \"prefetched\": false,\n          \"chunks\": [\n            2,\n            3,\n            4\n          ],\n          \"issuer\": \"/Users/jarred/Code/styleurl/node_modules/lodash/isArguments.js\",\n          \"issuerId\": 25,\n          \"issuerName\": \"./node_modules/lodash/isArguments.js\",\n          \"issuerPath\": [\n            {\n              \"id\": 342,\n              \"identifier\": \"multi /Users/jarred/Code/styleurl/webpack/customPublicPath /Users/jarred/Code/styleurl/chrome/extension/devtools\",\n              \"name\": \"multi ./webpack/customPublicPath ./chrome/extension/devtools\",\n              \"profile\": {\n                \"factory\": 0,\n                \"building\": 0,\n                \"dependencies\": 54\n              }\n            },\n            {\n              \"id\": 343,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/devtools.js\",\n              \"name\": \"./chrome/extension/devtools.js\",\n              \"profile\": {\n                \"factory\": 55,\n                \"building\": 548\n              }\n            },\n            {\n              \"id\": 345,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/isEmpty.js\",\n              \"name\": \"./node_modules/lodash/isEmpty.js\",\n              \"profile\": {\n                \"factory\": 230,\n                \"building\": 567,\n                \"dependencies\": 245\n              }\n            },\n            {\n              \"id\": 25,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/isArguments.js\",\n              \"name\": \"./node_modules/lodash/isArguments.js\",\n              \"profile\": {\n                \"factory\": 247,\n                \"building\": 72,\n                \"dependencies\": 1\n              }\n            }\n          ],\n          \"profile\": {\n            \"factory\": 88,\n            \"building\": 99,\n            \"dependencies\": 0\n          },\n          \"failed\": false,\n          \"errors\": 0,\n          \"warnings\": 0,\n          \"assets\": [],\n          \"reasons\": [\n            {\n              \"moduleId\": 25,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/isArguments.js\",\n              \"module\": \"./node_modules/lodash/isArguments.js\",\n              \"moduleName\": \"./node_modules/lodash/isArguments.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"./_baseIsArguments\",\n              \"loc\": \"1:22-51\"\n            }\n          ],\n          \"usedExports\": true,\n          \"providedExports\": null,\n          \"optimizationBailout\": [\n            \"ModuleConcatenation bailout: Module is not an ECMAScript module\"\n          ],\n          \"depth\": 4,\n          \"source\": \"var baseGetTag = require('./_baseGetTag'),\\n    isObjectLike = require('./isObjectLike');\\n\\n/** `Object#toString` result references. */\\nvar argsTag = '[object Arguments]';\\n\\n/**\\n * The base implementation of `_.isArguments`.\\n *\\n * @private\\n * @param {*} value The value to check.\\n * @returns {boolean} Returns `true` if `value` is an `arguments` object,\\n */\\nfunction baseIsArguments(value) {\\n  return isObjectLike(value) && baseGetTag(value) == argsTag;\\n}\\n\\nmodule.exports = baseIsArguments;\\n\"\n        },\n        {\n          \"id\": 49,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/stubFalse.js\",\n          \"name\": \"./node_modules/lodash/stubFalse.js\",\n          \"index\": 120,\n          \"index2\": 107,\n          \"size\": 280,\n          \"cacheable\": true,\n          \"built\": true,\n          \"optional\": false,\n          \"prefetched\": false,\n          \"chunks\": [\n            2,\n            3,\n            4\n          ],\n          \"issuer\": \"/Users/jarred/Code/styleurl/node_modules/lodash/isBuffer.js\",\n          \"issuerId\": 28,\n          \"issuerName\": \"./node_modules/lodash/isBuffer.js\",\n          \"issuerPath\": [\n            {\n              \"id\": 342,\n              \"identifier\": \"multi /Users/jarred/Code/styleurl/webpack/customPublicPath /Users/jarred/Code/styleurl/chrome/extension/devtools\",\n              \"name\": \"multi ./webpack/customPublicPath ./chrome/extension/devtools\",\n              \"profile\": {\n                \"factory\": 0,\n                \"building\": 0,\n                \"dependencies\": 54\n              }\n            },\n            {\n              \"id\": 343,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/devtools.js\",\n              \"name\": \"./chrome/extension/devtools.js\",\n              \"profile\": {\n                \"factory\": 55,\n                \"building\": 548\n              }\n            },\n            {\n              \"id\": 345,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/isEmpty.js\",\n              \"name\": \"./node_modules/lodash/isEmpty.js\",\n              \"profile\": {\n                \"factory\": 230,\n                \"building\": 567,\n                \"dependencies\": 245\n              }\n            },\n            {\n              \"id\": 28,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/isBuffer.js\",\n              \"name\": \"./node_modules/lodash/isBuffer.js\",\n              \"profile\": {\n                \"factory\": 247,\n                \"building\": 72,\n                \"dependencies\": 1\n              }\n            }\n          ],\n          \"profile\": {\n            \"factory\": 85,\n            \"building\": 100\n          },\n          \"failed\": false,\n          \"errors\": 0,\n          \"warnings\": 0,\n          \"assets\": [],\n          \"reasons\": [\n            {\n              \"moduleId\": 28,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/isBuffer.js\",\n              \"module\": \"./node_modules/lodash/isBuffer.js\",\n              \"moduleName\": \"./node_modules/lodash/isBuffer.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"./stubFalse\",\n              \"loc\": \"2:16-38\"\n            }\n          ],\n          \"usedExports\": true,\n          \"providedExports\": null,\n          \"optimizationBailout\": [\n            \"ModuleConcatenation bailout: Module is not an ECMAScript module\"\n          ],\n          \"depth\": 4,\n          \"source\": \"/**\\n * This method returns `false`.\\n *\\n * @static\\n * @memberOf _\\n * @since 4.13.0\\n * @category Util\\n * @returns {boolean} Returns `false`.\\n * @example\\n *\\n * _.times(2, _.stubFalse);\\n * // => [false, false]\\n */\\nfunction stubFalse() {\\n  return false;\\n}\\n\\nmodule.exports = stubFalse;\\n\"\n        },\n        {\n          \"id\": 50,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_baseIsTypedArray.js\",\n          \"name\": \"./node_modules/lodash/_baseIsTypedArray.js\",\n          \"index\": 123,\n          \"index2\": 111,\n          \"size\": 2222,\n          \"cacheable\": true,\n          \"built\": true,\n          \"optional\": false,\n          \"prefetched\": false,\n          \"chunks\": [\n            2,\n            3,\n            4\n          ],\n          \"issuer\": \"/Users/jarred/Code/styleurl/node_modules/lodash/isTypedArray.js\",\n          \"issuerId\": 29,\n          \"issuerName\": \"./node_modules/lodash/isTypedArray.js\",\n          \"issuerPath\": [\n            {\n              \"id\": 342,\n              \"identifier\": \"multi /Users/jarred/Code/styleurl/webpack/customPublicPath /Users/jarred/Code/styleurl/chrome/extension/devtools\",\n              \"name\": \"multi ./webpack/customPublicPath ./chrome/extension/devtools\",\n              \"profile\": {\n                \"factory\": 0,\n                \"building\": 0,\n                \"dependencies\": 54\n              }\n            },\n            {\n              \"id\": 343,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/devtools.js\",\n              \"name\": \"./chrome/extension/devtools.js\",\n              \"profile\": {\n                \"factory\": 55,\n                \"building\": 548\n              }\n            },\n            {\n              \"id\": 345,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/isEmpty.js\",\n              \"name\": \"./node_modules/lodash/isEmpty.js\",\n              \"profile\": {\n                \"factory\": 230,\n                \"building\": 567,\n                \"dependencies\": 245\n              }\n            },\n            {\n              \"id\": 29,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/isTypedArray.js\",\n              \"name\": \"./node_modules/lodash/isTypedArray.js\",\n              \"profile\": {\n                \"factory\": 247,\n                \"building\": 72,\n                \"dependencies\": 1\n              }\n            }\n          ],\n          \"profile\": {\n            \"factory\": 85,\n            \"building\": 101,\n            \"dependencies\": 79\n          },\n          \"failed\": false,\n          \"errors\": 0,\n          \"warnings\": 0,\n          \"assets\": [],\n          \"reasons\": [\n            {\n              \"moduleId\": 29,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/isTypedArray.js\",\n              \"module\": \"./node_modules/lodash/isTypedArray.js\",\n              \"moduleName\": \"./node_modules/lodash/isTypedArray.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"./_baseIsTypedArray\",\n              \"loc\": \"1:23-53\"\n            }\n          ],\n          \"usedExports\": true,\n          \"providedExports\": null,\n          \"optimizationBailout\": [\n            \"ModuleConcatenation bailout: Module is not an ECMAScript module\"\n          ],\n          \"depth\": 4,\n          \"source\": \"var baseGetTag = require('./_baseGetTag'),\\n    isLength = require('./isLength'),\\n    isObjectLike = require('./isObjectLike');\\n\\n/** `Object#toString` result references. */\\nvar argsTag = '[object Arguments]',\\n    arrayTag = '[object Array]',\\n    boolTag = '[object Boolean]',\\n    dateTag = '[object Date]',\\n    errorTag = '[object Error]',\\n    funcTag = '[object Function]',\\n    mapTag = '[object Map]',\\n    numberTag = '[object Number]',\\n    objectTag = '[object Object]',\\n    regexpTag = '[object RegExp]',\\n    setTag = '[object Set]',\\n    stringTag = '[object String]',\\n    weakMapTag = '[object WeakMap]';\\n\\nvar arrayBufferTag = '[object ArrayBuffer]',\\n    dataViewTag = '[object DataView]',\\n    float32Tag = '[object Float32Array]',\\n    float64Tag = '[object Float64Array]',\\n    int8Tag = '[object Int8Array]',\\n    int16Tag = '[object Int16Array]',\\n    int32Tag = '[object Int32Array]',\\n    uint8Tag = '[object Uint8Array]',\\n    uint8ClampedTag = '[object Uint8ClampedArray]',\\n    uint16Tag = '[object Uint16Array]',\\n    uint32Tag = '[object Uint32Array]';\\n\\n/** Used to identify `toStringTag` values of typed arrays. */\\nvar typedArrayTags = {};\\ntypedArrayTags[float32Tag] = typedArrayTags[float64Tag] =\\ntypedArrayTags[int8Tag] = typedArrayTags[int16Tag] =\\ntypedArrayTags[int32Tag] = typedArrayTags[uint8Tag] =\\ntypedArrayTags[uint8ClampedTag] = typedArrayTags[uint16Tag] =\\ntypedArrayTags[uint32Tag] = true;\\ntypedArrayTags[argsTag] = typedArrayTags[arrayTag] =\\ntypedArrayTags[arrayBufferTag] = typedArrayTags[boolTag] =\\ntypedArrayTags[dataViewTag] = typedArrayTags[dateTag] =\\ntypedArrayTags[errorTag] = typedArrayTags[funcTag] =\\ntypedArrayTags[mapTag] = typedArrayTags[numberTag] =\\ntypedArrayTags[objectTag] = typedArrayTags[regexpTag] =\\ntypedArrayTags[setTag] = typedArrayTags[stringTag] =\\ntypedArrayTags[weakMapTag] = false;\\n\\n/**\\n * The base implementation of `_.isTypedArray` without Node.js optimizations.\\n *\\n * @private\\n * @param {*} value The value to check.\\n * @returns {boolean} Returns `true` if `value` is a typed array, else `false`.\\n */\\nfunction baseIsTypedArray(value) {\\n  return isObjectLike(value) &&\\n    isLength(value.length) && !!typedArrayTags[baseGetTag(value)];\\n}\\n\\nmodule.exports = baseIsTypedArray;\\n\"\n        },\n        {\n          \"id\": 51,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_baseUnary.js\",\n          \"name\": \"./node_modules/lodash/_baseUnary.js\",\n          \"index\": 125,\n          \"index2\": 112,\n          \"size\": 332,\n          \"cacheable\": true,\n          \"built\": true,\n          \"optional\": false,\n          \"prefetched\": false,\n          \"chunks\": [\n            2,\n            3,\n            4\n          ],\n          \"issuer\": \"/Users/jarred/Code/styleurl/node_modules/lodash/isTypedArray.js\",\n          \"issuerId\": 29,\n          \"issuerName\": \"./node_modules/lodash/isTypedArray.js\",\n          \"issuerPath\": [\n            {\n              \"id\": 342,\n              \"identifier\": \"multi /Users/jarred/Code/styleurl/webpack/customPublicPath /Users/jarred/Code/styleurl/chrome/extension/devtools\",\n              \"name\": \"multi ./webpack/customPublicPath ./chrome/extension/devtools\",\n              \"profile\": {\n                \"factory\": 0,\n                \"building\": 0,\n                \"dependencies\": 54\n              }\n            },\n            {\n              \"id\": 343,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/devtools.js\",\n              \"name\": \"./chrome/extension/devtools.js\",\n              \"profile\": {\n                \"factory\": 55,\n                \"building\": 548\n              }\n            },\n            {\n              \"id\": 345,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/isEmpty.js\",\n              \"name\": \"./node_modules/lodash/isEmpty.js\",\n              \"profile\": {\n                \"factory\": 230,\n                \"building\": 567,\n                \"dependencies\": 245\n              }\n            },\n            {\n              \"id\": 29,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/isTypedArray.js\",\n              \"name\": \"./node_modules/lodash/isTypedArray.js\",\n              \"profile\": {\n                \"factory\": 247,\n                \"building\": 72,\n                \"dependencies\": 1\n              }\n            }\n          ],\n          \"profile\": {\n            \"factory\": 85,\n            \"building\": 101,\n            \"dependencies\": 79\n          },\n          \"failed\": false,\n          \"errors\": 0,\n          \"warnings\": 0,\n          \"assets\": [],\n          \"reasons\": [\n            {\n              \"moduleId\": 29,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/isTypedArray.js\",\n              \"module\": \"./node_modules/lodash/isTypedArray.js\",\n              \"moduleName\": \"./node_modules/lodash/isTypedArray.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"./_baseUnary\",\n              \"loc\": \"2:16-39\"\n            }\n          ],\n          \"usedExports\": true,\n          \"providedExports\": null,\n          \"optimizationBailout\": [\n            \"ModuleConcatenation bailout: Module is not an ECMAScript module\"\n          ],\n          \"depth\": 4,\n          \"source\": \"/**\\n * The base implementation of `_.unary` without support for storing metadata.\\n *\\n * @private\\n * @param {Function} func The function to cap arguments for.\\n * @returns {Function} Returns the new capped function.\\n */\\nfunction baseUnary(func) {\\n  return function(value) {\\n    return func(value);\\n  };\\n}\\n\\nmodule.exports = baseUnary;\\n\"\n        },\n        {\n          \"id\": 52,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_nodeUtil.js\",\n          \"name\": \"./node_modules/lodash/_nodeUtil.js\",\n          \"index\": 126,\n          \"index2\": 113,\n          \"size\": 995,\n          \"cacheable\": true,\n          \"built\": true,\n          \"optional\": false,\n          \"prefetched\": false,\n          \"chunks\": [\n            2,\n            3,\n            4\n          ],\n          \"issuer\": \"/Users/jarred/Code/styleurl/node_modules/lodash/isTypedArray.js\",\n          \"issuerId\": 29,\n          \"issuerName\": \"./node_modules/lodash/isTypedArray.js\",\n          \"issuerPath\": [\n            {\n              \"id\": 342,\n              \"identifier\": \"multi /Users/jarred/Code/styleurl/webpack/customPublicPath /Users/jarred/Code/styleurl/chrome/extension/devtools\",\n              \"name\": \"multi ./webpack/customPublicPath ./chrome/extension/devtools\",\n              \"profile\": {\n                \"factory\": 0,\n                \"building\": 0,\n                \"dependencies\": 54\n              }\n            },\n            {\n              \"id\": 343,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/devtools.js\",\n              \"name\": \"./chrome/extension/devtools.js\",\n              \"profile\": {\n                \"factory\": 55,\n                \"building\": 548\n              }\n            },\n            {\n              \"id\": 345,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/isEmpty.js\",\n              \"name\": \"./node_modules/lodash/isEmpty.js\",\n              \"profile\": {\n                \"factory\": 230,\n                \"building\": 567,\n                \"dependencies\": 245\n              }\n            },\n            {\n              \"id\": 29,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/isTypedArray.js\",\n              \"name\": \"./node_modules/lodash/isTypedArray.js\",\n              \"profile\": {\n                \"factory\": 247,\n                \"building\": 72,\n                \"dependencies\": 1\n              }\n            }\n          ],\n          \"profile\": {\n            \"factory\": 85,\n            \"building\": 101,\n            \"dependencies\": 79\n          },\n          \"failed\": false,\n          \"errors\": 0,\n          \"warnings\": 0,\n          \"assets\": [],\n          \"reasons\": [\n            {\n              \"moduleId\": 29,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/isTypedArray.js\",\n              \"module\": \"./node_modules/lodash/isTypedArray.js\",\n              \"moduleName\": \"./node_modules/lodash/isTypedArray.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"./_nodeUtil\",\n              \"loc\": \"3:15-37\"\n            }\n          ],\n          \"usedExports\": true,\n          \"providedExports\": null,\n          \"optimizationBailout\": [\n            \"ModuleConcatenation bailout: Module is not an ECMAScript module\"\n          ],\n          \"depth\": 4,\n          \"source\": \"var freeGlobal = require('./_freeGlobal');\\n\\n/** Detect free variable `exports`. */\\nvar freeExports = typeof exports == 'object' && exports && !exports.nodeType && exports;\\n\\n/** Detect free variable `module`. */\\nvar freeModule = freeExports && typeof module == 'object' && module && !module.nodeType && module;\\n\\n/** Detect the popular CommonJS extension `module.exports`. */\\nvar moduleExports = freeModule && freeModule.exports === freeExports;\\n\\n/** Detect free variable `process` from Node.js. */\\nvar freeProcess = moduleExports && freeGlobal.process;\\n\\n/** Used to access faster Node.js helpers. */\\nvar nodeUtil = (function() {\\n  try {\\n    // Use `util.types` for Node.js 10+.\\n    var types = freeModule && freeModule.require && freeModule.require('util').types;\\n\\n    if (types) {\\n      return types;\\n    }\\n\\n    // Legacy `process.binding('util')` for Node.js < 10.\\n    return freeProcess && freeProcess.binding && freeProcess.binding('util');\\n  } catch (e) {}\\n}());\\n\\nmodule.exports = nodeUtil;\\n\"\n        },\n        {\n          \"id\": 53,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_nativeKeys.js\",\n          \"name\": \"./node_modules/lodash/_nativeKeys.js\",\n          \"index\": 129,\n          \"index2\": 118,\n          \"size\": 204,\n          \"cacheable\": true,\n          \"built\": true,\n          \"optional\": false,\n          \"prefetched\": false,\n          \"chunks\": [\n            2,\n            3,\n            4\n          ],\n          \"issuer\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_baseKeys.js\",\n          \"issuerId\": 35,\n          \"issuerName\": \"./node_modules/lodash/_baseKeys.js\",\n          \"issuerPath\": [\n            {\n              \"id\": 342,\n              \"identifier\": \"multi /Users/jarred/Code/styleurl/webpack/customPublicPath /Users/jarred/Code/styleurl/chrome/extension/devtools\",\n              \"name\": \"multi ./webpack/customPublicPath ./chrome/extension/devtools\",\n              \"profile\": {\n                \"factory\": 0,\n                \"building\": 0,\n                \"dependencies\": 54\n              }\n            },\n            {\n              \"id\": 343,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/devtools.js\",\n              \"name\": \"./chrome/extension/devtools.js\",\n              \"profile\": {\n                \"factory\": 55,\n                \"building\": 548\n              }\n            },\n            {\n              \"id\": 345,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/isEmpty.js\",\n              \"name\": \"./node_modules/lodash/isEmpty.js\",\n              \"profile\": {\n                \"factory\": 230,\n                \"building\": 567,\n                \"dependencies\": 245\n              }\n            },\n            {\n              \"id\": 35,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_baseKeys.js\",\n              \"name\": \"./node_modules/lodash/_baseKeys.js\",\n              \"profile\": {\n                \"factory\": 247,\n                \"building\": 72,\n                \"dependencies\": 1\n              }\n            }\n          ],\n          \"profile\": {\n            \"factory\": 90,\n            \"building\": 97\n          },\n          \"failed\": false,\n          \"errors\": 0,\n          \"warnings\": 0,\n          \"assets\": [],\n          \"reasons\": [\n            {\n              \"moduleId\": 35,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_baseKeys.js\",\n              \"module\": \"./node_modules/lodash/_baseKeys.js\",\n              \"moduleName\": \"./node_modules/lodash/_baseKeys.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"./_nativeKeys\",\n              \"loc\": \"2:17-41\"\n            }\n          ],\n          \"usedExports\": true,\n          \"providedExports\": null,\n          \"optimizationBailout\": [\n            \"ModuleConcatenation bailout: Module is not an ECMAScript module\"\n          ],\n          \"depth\": 4,\n          \"source\": \"var overArg = require('./_overArg');\\n\\n/* Built-in method references for those with the same name as other `lodash` methods. */\\nvar nativeKeys = overArg(Object.keys, Object);\\n\\nmodule.exports = nativeKeys;\\n\"\n        },\n        {\n          \"id\": 54,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_overArg.js\",\n          \"name\": \"./node_modules/lodash/_overArg.js\",\n          \"index\": 130,\n          \"index2\": 117,\n          \"size\": 382,\n          \"cacheable\": true,\n          \"built\": true,\n          \"optional\": false,\n          \"prefetched\": false,\n          \"chunks\": [\n            2,\n            3,\n            4\n          ],\n          \"issuer\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_nativeKeys.js\",\n          \"issuerId\": 53,\n          \"issuerName\": \"./node_modules/lodash/_nativeKeys.js\",\n          \"issuerPath\": [\n            {\n              \"id\": 342,\n              \"identifier\": \"multi /Users/jarred/Code/styleurl/webpack/customPublicPath /Users/jarred/Code/styleurl/chrome/extension/devtools\",\n              \"name\": \"multi ./webpack/customPublicPath ./chrome/extension/devtools\",\n              \"profile\": {\n                \"factory\": 0,\n                \"building\": 0,\n                \"dependencies\": 54\n              }\n            },\n            {\n              \"id\": 343,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/devtools.js\",\n              \"name\": \"./chrome/extension/devtools.js\",\n              \"profile\": {\n                \"factory\": 55,\n                \"building\": 548\n              }\n            },\n            {\n              \"id\": 345,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/isEmpty.js\",\n              \"name\": \"./node_modules/lodash/isEmpty.js\",\n              \"profile\": {\n                \"factory\": 230,\n                \"building\": 567,\n                \"dependencies\": 245\n              }\n            },\n            {\n              \"id\": 35,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_baseKeys.js\",\n              \"name\": \"./node_modules/lodash/_baseKeys.js\",\n              \"profile\": {\n                \"factory\": 247,\n                \"building\": 72,\n                \"dependencies\": 1\n              }\n            },\n            {\n              \"id\": 53,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_nativeKeys.js\",\n              \"name\": \"./node_modules/lodash/_nativeKeys.js\",\n              \"profile\": {\n                \"factory\": 90,\n                \"building\": 97\n              }\n            }\n          ],\n          \"profile\": {\n            \"factory\": 85,\n            \"building\": 16\n          },\n          \"failed\": false,\n          \"errors\": 0,\n          \"warnings\": 0,\n          \"assets\": [],\n          \"reasons\": [\n            {\n              \"moduleId\": 53,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_nativeKeys.js\",\n              \"module\": \"./node_modules/lodash/_nativeKeys.js\",\n              \"moduleName\": \"./node_modules/lodash/_nativeKeys.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"./_overArg\",\n              \"loc\": \"1:14-35\"\n            }\n          ],\n          \"usedExports\": true,\n          \"providedExports\": null,\n          \"optimizationBailout\": [\n            \"ModuleConcatenation bailout: Module is not an ECMAScript module\"\n          ],\n          \"depth\": 5,\n          \"source\": \"/**\\n * Creates a unary function that invokes `func` with its argument transformed.\\n *\\n * @private\\n * @param {Function} func The function to wrap.\\n * @param {Function} transform The argument transform.\\n * @returns {Function} Returns the new function.\\n */\\nfunction overArg(func, transform) {\\n  return function(arg) {\\n    return func(transform(arg));\\n  };\\n}\\n\\nmodule.exports = overArg;\\n\"\n        },\n        {\n          \"id\": 55,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/lib/stylefile.js\",\n          \"name\": \"./chrome/extension/lib/stylefile.js\",\n          \"index\": 166,\n          \"index2\": 200,\n          \"size\": 921,\n          \"cacheable\": true,\n          \"built\": true,\n          \"optional\": false,\n          \"prefetched\": false,\n          \"chunks\": [\n            2,\n            4\n          ],\n          \"issuer\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/github_gist_content_script.js\",\n          \"issuerId\": 351,\n          \"issuerName\": \"./chrome/extension/github_gist_content_script.js\",\n          \"issuerPath\": [\n            {\n              \"id\": 350,\n              \"identifier\": \"multi /Users/jarred/Code/styleurl/webpack/customPublicPath /Users/jarred/Code/styleurl/chrome/extension/github_gist_content_script\",\n              \"name\": \"multi ./webpack/customPublicPath ./chrome/extension/github_gist_content_script\",\n              \"profile\": {\n                \"factory\": 0,\n                \"building\": 0,\n                \"dependencies\": 53\n              }\n            },\n            {\n              \"id\": 351,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/github_gist_content_script.js\",\n              \"name\": \"./chrome/extension/github_gist_content_script.js\",\n              \"profile\": {\n                \"factory\": 54,\n                \"building\": 576,\n                \"dependencies\": 194\n              }\n            }\n          ],\n          \"profile\": {\n            \"factory\": 194,\n            \"building\": 246,\n            \"dependencies\": 40\n          },\n          \"failed\": false,\n          \"errors\": 0,\n          \"warnings\": 0,\n          \"assets\": [],\n          \"reasons\": [\n            {\n              \"moduleId\": 101,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/lib/gists.js\",\n              \"module\": \"./chrome/extension/lib/gists.js\",\n              \"moduleName\": \"./chrome/extension/lib/gists.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"./stylefile\",\n              \"loc\": \"12:17-39\"\n            },\n            {\n              \"moduleId\": 192,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/background.js\",\n              \"module\": \"./chrome/extension/background.js\",\n              \"moduleName\": \"./chrome/extension/background.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"./lib/stylefile\",\n              \"loc\": \"15:17-43\"\n            },\n            {\n              \"moduleId\": 351,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/github_gist_content_script.js\",\n              \"module\": \"./chrome/extension/github_gist_content_script.js\",\n              \"moduleName\": \"./chrome/extension/github_gist_content_script.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"./lib/stylefile\",\n              \"loc\": \"7:17-43\"\n            }\n          ],\n          \"usedExports\": true,\n          \"providedExports\": null,\n          \"optimizationBailout\": [\n            \"ModuleConcatenation bailout: Module is not an ECMAScript module\"\n          ],\n          \"depth\": 2,\n          \"source\": \"\\\"use strict\\\";\\n\\nObject.defineProperty(exports, \\\"__esModule\\\", {\\n  value: true\\n});\\nexports.shouldApplyStyleToURL = exports.loadStylefileFromString = void 0;\\n\\nvar _last2 = _interopRequireDefault(require(\\\"lodash/last\\\"));\\n\\nvar _urlPattern = _interopRequireDefault(require(\\\"url-pattern\\\"));\\n\\nvar _jsYaml = _interopRequireDefault(require(\\\"js-yaml\\\"));\\n\\nfunction _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }\\n\\nconst loadStylefileFromString = string => {\\n  return _jsYaml.default.safeLoad(string);\\n};\\n\\nexports.loadStylefileFromString = loadStylefileFromString;\\n\\nconst shouldApplyStyleToURL = (stylefile, url) => {\\n  const matchableURL = (0, _last2.default)(url.split(\\\"://\\\"));\\n  const patterns = stylefile.url_patterns.map(pattern => new _urlPattern.default(pattern));\\n  return !!patterns.find(pattern => pattern.match(matchableURL));\\n};\\n\\nexports.shouldApplyStyleToURL = shouldApplyStyleToURL;\"\n        },\n        {\n          \"id\": 56,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/js-yaml/lib/js-yaml/schema/core.js\",\n          \"name\": \"./node_modules/js-yaml/lib/js-yaml/schema/core.js\",\n          \"index\": 178,\n          \"index2\": 179,\n          \"size\": 362,\n          \"cacheable\": true,\n          \"built\": true,\n          \"optional\": false,\n          \"prefetched\": false,\n          \"chunks\": [\n            2,\n            4\n          ],\n          \"issuer\": \"/Users/jarred/Code/styleurl/node_modules/js-yaml/lib/js-yaml.js\",\n          \"issuerId\": 105,\n          \"issuerName\": \"./node_modules/js-yaml/lib/js-yaml.js\",\n          \"issuerPath\": [\n            {\n              \"id\": 350,\n              \"identifier\": \"multi /Users/jarred/Code/styleurl/webpack/customPublicPath /Users/jarred/Code/styleurl/chrome/extension/github_gist_content_script\",\n              \"name\": \"multi ./webpack/customPublicPath ./chrome/extension/github_gist_content_script\",\n              \"profile\": {\n                \"factory\": 0,\n                \"building\": 0,\n                \"dependencies\": 53\n              }\n            },\n            {\n              \"id\": 351,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/github_gist_content_script.js\",\n              \"name\": \"./chrome/extension/github_gist_content_script.js\",\n              \"profile\": {\n                \"factory\": 54,\n                \"building\": 576,\n                \"dependencies\": 194\n              }\n            },\n            {\n              \"id\": 55,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/lib/stylefile.js\",\n              \"name\": \"./chrome/extension/lib/stylefile.js\",\n              \"profile\": {\n                \"factory\": 194,\n                \"building\": 246,\n                \"dependencies\": 40\n              }\n            },\n            {\n              \"id\": 104,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/js-yaml/index.js\",\n              \"name\": \"./node_modules/js-yaml/index.js\",\n              \"profile\": {\n                \"factory\": 408,\n                \"building\": 42\n              }\n            },\n            {\n              \"id\": 105,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/js-yaml/lib/js-yaml.js\",\n              \"name\": \"./node_modules/js-yaml/lib/js-yaml.js\",\n              \"profile\": {\n                \"factory\": 96,\n                \"building\": 77\n              }\n            }\n          ],\n          \"profile\": {\n            \"factory\": 33,\n            \"building\": 66,\n            \"dependencies\": 42\n          },\n          \"failed\": false,\n          \"errors\": 0,\n          \"warnings\": 0,\n          \"assets\": [],\n          \"reasons\": [\n            {\n              \"moduleId\": 15,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/js-yaml/lib/js-yaml/schema/default_safe.js\",\n              \"module\": \"./node_modules/js-yaml/lib/js-yaml/schema/default_safe.js\",\n              \"moduleName\": \"./node_modules/js-yaml/lib/js-yaml/schema/default_safe.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"./core\",\n              \"loc\": \"16:4-21\"\n            },\n            {\n              \"moduleId\": 105,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/js-yaml/lib/js-yaml.js\",\n              \"module\": \"./node_modules/js-yaml/lib/js-yaml.js\",\n              \"moduleName\": \"./node_modules/js-yaml/lib/js-yaml.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"./js-yaml/schema/core\",\n              \"loc\": \"19:37-69\"\n            }\n          ],\n          \"usedExports\": true,\n          \"providedExports\": null,\n          \"optimizationBailout\": [\n            \"ModuleConcatenation bailout: Module is not an ECMAScript module\"\n          ],\n          \"depth\": 5,\n          \"source\": \"// Standard YAML's Core schema.\\n// http://www.yaml.org/spec/1.2/spec.html#id2804923\\n//\\n// NOTE: JS-YAML does not support schema-specific tag resolution restrictions.\\n// So, Core schema has no distinctions from JSON schema is JS-YAML.\\n\\n\\n'use strict';\\n\\n\\nvar Schema = require('../schema');\\n\\n\\nmodule.exports = new Schema({\\n  include: [\\n    require('./json')\\n  ]\\n});\\n\"\n        },\n        {\n          \"id\": 57,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/js-yaml/lib/js-yaml/schema/json.js\",\n          \"name\": \"./node_modules/js-yaml/lib/js-yaml/schema/json.js\",\n          \"index\": 179,\n          \"index2\": 178,\n          \"size\": 586,\n          \"cacheable\": true,\n          \"built\": true,\n          \"optional\": false,\n          \"prefetched\": false,\n          \"chunks\": [\n            2,\n            4\n          ],\n          \"issuer\": \"/Users/jarred/Code/styleurl/node_modules/js-yaml/lib/js-yaml.js\",\n          \"issuerId\": 105,\n          \"issuerName\": \"./node_modules/js-yaml/lib/js-yaml.js\",\n          \"issuerPath\": [\n            {\n              \"id\": 350,\n              \"identifier\": \"multi /Users/jarred/Code/styleurl/webpack/customPublicPath /Users/jarred/Code/styleurl/chrome/extension/github_gist_content_script\",\n              \"name\": \"multi ./webpack/customPublicPath ./chrome/extension/github_gist_content_script\",\n              \"profile\": {\n                \"factory\": 0,\n                \"building\": 0,\n                \"dependencies\": 53\n              }\n            },\n            {\n              \"id\": 351,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/github_gist_content_script.js\",\n              \"name\": \"./chrome/extension/github_gist_content_script.js\",\n              \"profile\": {\n                \"factory\": 54,\n                \"building\": 576,\n                \"dependencies\": 194\n              }\n            },\n            {\n              \"id\": 55,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/lib/stylefile.js\",\n              \"name\": \"./chrome/extension/lib/stylefile.js\",\n              \"profile\": {\n                \"factory\": 194,\n                \"building\": 246,\n                \"dependencies\": 40\n              }\n            },\n            {\n              \"id\": 104,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/js-yaml/index.js\",\n              \"name\": \"./node_modules/js-yaml/index.js\",\n              \"profile\": {\n                \"factory\": 408,\n                \"building\": 42\n              }\n            },\n            {\n              \"id\": 105,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/js-yaml/lib/js-yaml.js\",\n              \"name\": \"./node_modules/js-yaml/lib/js-yaml.js\",\n              \"profile\": {\n                \"factory\": 96,\n                \"building\": 77\n              }\n            }\n          ],\n          \"profile\": {\n            \"factory\": 33,\n            \"building\": 66,\n            \"dependencies\": 42\n          },\n          \"failed\": false,\n          \"errors\": 0,\n          \"warnings\": 0,\n          \"assets\": [],\n          \"reasons\": [\n            {\n              \"moduleId\": 56,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/js-yaml/lib/js-yaml/schema/core.js\",\n              \"module\": \"./node_modules/js-yaml/lib/js-yaml/schema/core.js\",\n              \"moduleName\": \"./node_modules/js-yaml/lib/js-yaml/schema/core.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"./json\",\n              \"loc\": \"16:4-21\"\n            },\n            {\n              \"moduleId\": 105,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/js-yaml/lib/js-yaml.js\",\n              \"module\": \"./node_modules/js-yaml/lib/js-yaml.js\",\n              \"moduleName\": \"./node_modules/js-yaml/lib/js-yaml.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"./js-yaml/schema/json\",\n              \"loc\": \"18:37-69\"\n            }\n          ],\n          \"usedExports\": true,\n          \"providedExports\": null,\n          \"optimizationBailout\": [\n            \"ModuleConcatenation bailout: Module is not an ECMAScript module\"\n          ],\n          \"depth\": 5,\n          \"source\": \"// Standard YAML's JSON schema.\\n// http://www.yaml.org/spec/1.2/spec.html#id2803231\\n//\\n// NOTE: JS-YAML does not support schema-specific tag resolution restrictions.\\n// So, this schema is not such strict as defined in the YAML specification.\\n// It allows numbers in binary notaion, use `Null` and `NULL` as `null`, etc.\\n\\n\\n'use strict';\\n\\n\\nvar Schema = require('../schema');\\n\\n\\nmodule.exports = new Schema({\\n  include: [\\n    require('./failsafe')\\n  ],\\n  implicit: [\\n    require('../type/null'),\\n    require('../type/bool'),\\n    require('../type/int'),\\n    require('../type/float')\\n  ]\\n});\\n\"\n        },\n        {\n          \"id\": 58,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/isarray/index.js\",\n          \"name\": \"./node_modules/isarray/index.js\",\n          \"index\": 194,\n          \"index2\": 184,\n          \"size\": 132,\n          \"cacheable\": true,\n          \"built\": true,\n          \"optional\": false,\n          \"prefetched\": false,\n          \"chunks\": [\n            2,\n            4\n          ],\n          \"issuer\": \"/Users/jarred/Code/styleurl/node_modules/buffer/index.js\",\n          \"issuerId\": 1,\n          \"issuerName\": \"./node_modules/buffer/index.js\",\n          \"issuerPath\": [\n            {\n              \"id\": 191,\n              \"identifier\": \"multi /Users/jarred/Code/styleurl/webpack/customPublicPath /Users/jarred/Code/styleurl/chrome/extension/background\",\n              \"name\": \"multi ./webpack/customPublicPath ./chrome/extension/background\",\n              \"profile\": {\n                \"factory\": 0,\n                \"building\": 0,\n                \"dependencies\": 54\n              }\n            },\n            {\n              \"id\": 192,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/background.js\",\n              \"name\": \"./chrome/extension/background.js\",\n              \"profile\": {\n                \"factory\": 54,\n                \"building\": 639,\n                \"dependencies\": 140\n              }\n            },\n            {\n              \"id\": 255,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/stylesheet-differ/lib/index.js\",\n              \"name\": \"./node_modules/stylesheet-differ/lib/index.js\",\n              \"profile\": {\n                \"factory\": 140,\n                \"building\": 568,\n                \"dependencies\": 1\n              }\n            },\n            {\n              \"id\": 256,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/native-css/index.js\",\n              \"name\": \"./node_modules/native-css/index.js\",\n              \"profile\": {\n                \"factory\": 189,\n                \"building\": 603,\n                \"dependencies\": 1\n              }\n            },\n            {\n              \"id\": 257,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/native-css/src/native-css.js\",\n              \"name\": \"./node_modules/native-css/src/native-css.js\",\n              \"profile\": {\n                \"factory\": 26,\n                \"building\": 63,\n                \"dependencies\": 14\n              }\n            },\n            {\n              \"id\": 1,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/buffer/index.js\",\n              \"name\": \"./node_modules/buffer/index.js\",\n              \"profile\": {\n                \"factory\": 117,\n                \"building\": 25,\n                \"dependencies\": 27\n              }\n            }\n          ],\n          \"profile\": {\n            \"factory\": 50,\n            \"building\": 14\n          },\n          \"failed\": false,\n          \"errors\": 0,\n          \"warnings\": 0,\n          \"assets\": [],\n          \"reasons\": [\n            {\n              \"moduleId\": 1,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/buffer/index.js\",\n              \"module\": \"./node_modules/buffer/index.js\",\n              \"moduleName\": \"./node_modules/buffer/index.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"isarray\",\n              \"loc\": \"13:14-32\"\n            },\n            {\n              \"moduleId\": 151,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/readable-stream/lib/_stream_readable.js\",\n              \"module\": \"./node_modules/readable-stream/lib/_stream_readable.js\",\n              \"moduleName\": \"./node_modules/readable-stream/lib/_stream_readable.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"isarray\",\n              \"loc\": \"10:14-32\"\n            },\n            {\n              \"moduleId\": 161,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/stream-http/node_modules/readable-stream/lib/_stream_readable.js\",\n              \"module\": \"./node_modules/stream-http/node_modules/readable-stream/lib/_stream_readable.js\",\n              \"moduleName\": \"./node_modules/stream-http/node_modules/readable-stream/lib/_stream_readable.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"isarray\",\n              \"loc\": \"32:14-32\"\n            }\n          ],\n          \"usedExports\": true,\n          \"providedExports\": null,\n          \"optimizationBailout\": [\n            \"ModuleConcatenation bailout: Module is not an ECMAScript module\"\n          ],\n          \"depth\": 6,\n          \"source\": \"var toString = {}.toString;\\n\\nmodule.exports = Array.isArray || function (arr) {\\n  return toString.call(arr) == '[object Array]';\\n};\\n\"\n        },\n        {\n          \"id\": 59,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/lib/port.js\",\n          \"name\": \"./chrome/extension/lib/port.js\",\n          \"index\": 204,\n          \"index2\": 202,\n          \"size\": 1115,\n          \"cacheable\": true,\n          \"built\": true,\n          \"optional\": false,\n          \"prefetched\": false,\n          \"chunks\": [\n            2,\n            3,\n            4\n          ],\n          \"issuer\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/devtools.js\",\n          \"issuerId\": 343,\n          \"issuerName\": \"./chrome/extension/devtools.js\",\n          \"issuerPath\": [\n            {\n              \"id\": 342,\n              \"identifier\": \"multi /Users/jarred/Code/styleurl/webpack/customPublicPath /Users/jarred/Code/styleurl/chrome/extension/devtools\",\n              \"name\": \"multi ./webpack/customPublicPath ./chrome/extension/devtools\",\n              \"profile\": {\n                \"factory\": 0,\n                \"building\": 0,\n                \"dependencies\": 54\n              }\n            },\n            {\n              \"id\": 343,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/devtools.js\",\n              \"name\": \"./chrome/extension/devtools.js\",\n              \"profile\": {\n                \"factory\": 55,\n                \"building\": 548\n              }\n            }\n          ],\n          \"profile\": {\n            \"factory\": 230,\n            \"building\": 567,\n            \"dependencies\": 245\n          },\n          \"failed\": false,\n          \"errors\": 0,\n          \"warnings\": 0,\n          \"assets\": [],\n          \"reasons\": [\n            {\n              \"moduleId\": 192,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/background.js\",\n              \"module\": \"./chrome/extension/background.js\",\n              \"moduleName\": \"./chrome/extension/background.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"./lib/port\",\n              \"loc\": \"13:12-33\"\n            },\n            {\n              \"moduleId\": 343,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/devtools.js\",\n              \"module\": \"./chrome/extension/devtools.js\",\n              \"moduleName\": \"./chrome/extension/devtools.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"./lib/port\",\n              \"loc\": \"13:12-33\"\n            },\n            {\n              \"moduleId\": 351,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/github_gist_content_script.js\",\n              \"module\": \"./chrome/extension/github_gist_content_script.js\",\n              \"moduleName\": \"./chrome/extension/github_gist_content_script.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"./lib/port\",\n              \"loc\": \"3:12-33\"\n            }\n          ],\n          \"usedExports\": true,\n          \"providedExports\": null,\n          \"optimizationBailout\": [\n            \"ModuleConcatenation bailout: Module is not an ECMAScript module\"\n          ],\n          \"depth\": 2,\n          \"source\": \"\\\"use strict\\\";\\n\\nObject.defineProperty(exports, \\\"__esModule\\\", {\\n  value: true\\n});\\nexports.MESSAGE_TYPES = exports.PORT_TYPES = exports.tabIdFromPortName = void 0;\\n\\nvar _last2 = _interopRequireDefault(require(\\\"lodash/last\\\"));\\n\\nfunction _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }\\n\\nconst DEV_CHROME_PORT_PREFIX = \\\"STYLEURL_DEV_PORT/\\\";\\nconst PROD_CHROME_PORT_PREFIX = \\\"STYLEURL_PORT/\\\";\\nconst CHROME_PORT_PREFIX = process.env.NODE_ENV === \\\"PRODUCTION\\\" ? PROD_CHROME_PORT_PREFIX : DEV_CHROME_PORT_PREFIX;\\n\\nconst tabIdFromPortName = _portName => {\\n  return parseInt((0, _last2.default)(_portName.split(\\\"tab/\\\")), 10);\\n};\\n\\nexports.tabIdFromPortName = tabIdFromPortName;\\nconst PORT_TYPES = {\\n  github_gist: \\\"github_gist\\\",\\n  devtool_widget: \\\"devtool_widget\\\"\\n};\\nexports.PORT_TYPES = PORT_TYPES;\\nconst MESSAGE_TYPES = {\\n  get_styles_diff: \\\"get_styles_diff\\\",\\n  get_gist_content: \\\"get_gist_content\\\",\\n  apply_stylesheets: \\\"apply_stylesheets\\\",\\n  style_diff_changed: \\\"style_diff_changed\\\",\\n  send_content_stylesheets: \\\"send_stylesheets\\\",\\n  log: \\\"log\\\"\\n};\\nexports.MESSAGE_TYPES = MESSAGE_TYPES;\"\n        },\n        {\n          \"id\": 62,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/chrome-ext-messenger/dist/chrome-ext-messenger.min.js\",\n          \"name\": \"./node_modules/chrome-ext-messenger/dist/chrome-ext-messenger.min.js\",\n          \"index\": 337,\n          \"index2\": 335,\n          \"size\": 22158,\n          \"cacheable\": true,\n          \"built\": true,\n          \"optional\": false,\n          \"prefetched\": false,\n          \"chunks\": [\n            2,\n            3,\n            4\n          ],\n          \"issuer\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/devtools.js\",\n          \"issuerId\": 343,\n          \"issuerName\": \"./chrome/extension/devtools.js\",\n          \"issuerPath\": [\n            {\n              \"id\": 342,\n              \"identifier\": \"multi /Users/jarred/Code/styleurl/webpack/customPublicPath /Users/jarred/Code/styleurl/chrome/extension/devtools\",\n              \"name\": \"multi ./webpack/customPublicPath ./chrome/extension/devtools\",\n              \"profile\": {\n                \"factory\": 0,\n                \"building\": 0,\n                \"dependencies\": 54\n              }\n            },\n            {\n              \"id\": 343,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/devtools.js\",\n              \"name\": \"./chrome/extension/devtools.js\",\n              \"profile\": {\n                \"factory\": 55,\n                \"building\": 548\n              }\n            }\n          ],\n          \"profile\": {\n            \"factory\": 230,\n            \"building\": 567,\n            \"dependencies\": 245\n          },\n          \"failed\": false,\n          \"errors\": 0,\n          \"warnings\": 0,\n          \"assets\": [],\n          \"reasons\": [\n            {\n              \"moduleId\": 192,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/background.js\",\n              \"module\": \"./chrome/extension/background.js\",\n              \"moduleName\": \"./chrome/extension/background.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"chrome-ext-messenger\",\n              \"loc\": \"23:49-80\"\n            },\n            {\n              \"moduleId\": 343,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/devtools.js\",\n              \"module\": \"./chrome/extension/devtools.js\",\n              \"moduleName\": \"./chrome/extension/devtools.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"chrome-ext-messenger\",\n              \"loc\": \"17:49-80\"\n            },\n            {\n              \"moduleId\": 351,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/github_gist_content_script.js\",\n              \"module\": \"./chrome/extension/github_gist_content_script.js\",\n              \"moduleName\": \"./chrome/extension/github_gist_content_script.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"chrome-ext-messenger\",\n              \"loc\": \"9:49-80\"\n            }\n          ],\n          \"usedExports\": true,\n          \"providedExports\": null,\n          \"optimizationBailout\": [\n            \"ModuleConcatenation bailout: Module is not an ECMAScript module\"\n          ],\n          \"depth\": 2,\n          \"source\": \"!function(e,n){\\\"object\\\"==typeof exports&&\\\"object\\\"==typeof module?module.exports=n():\\\"function\\\"==typeof define&&define.amd?define(\\\"chrome-ext-messenger\\\",[],n):\\\"object\\\"==typeof exports?exports[\\\"chrome-ext-messenger\\\"]=n():e[\\\"chrome-ext-messenger\\\"]=n()}(this,function(){return function(e){function n(o){if(t[o])return t[o].exports;var r=t[o]={exports:{},id:o,loaded:!1};return e[o].call(r.exports,r,r.exports,n),r.loaded=!0,r.exports}var t={};return n.m=e,n.c=t,n.p=\\\"\\\",n(0)}([function(e,n,t){\\\"use strict\\\";var o=t(1),r=t(6),s=t(2),i=t(5),a=function(){s.constructorTweakMethods(\\\"Messenger\\\",this),this._myExtPart=s.getCurrentExtensionPart()};a.prototype.constructor=a,a.isMessengerPort=function(e){return 0===e.name.indexOf(i.MESSENGER_PORT_NAME_PREFIX)},a.prototype.initBackgroundHub=function(e){return this._myExtPart!==i.BACKGROUND?void s.log(\\\"warn\\\",\\\"[Messenger:initBackgroundHub]\\\",\\\"Ignoring BackgroundHub init request since not called from background context\\\"):this._backgroundHub?void s.log(\\\"warn\\\",\\\"[Messenger:initBackgroundHub]\\\",\\\"Ignoring BackgroundHub init request since it is already been inited\\\"):void(this._backgroundHub=new o(e))},a.prototype.initConnection=function(e,n){return e||s.log(\\\"error\\\",\\\"[Messenger:initConnection]\\\",'Missing \\\"name\\\" in arguments'),e===i.TO_NAME_WILDCARD&&s.log(\\\"error\\\",\\\"[Messenger:initConnection]\\\",'\\\"*\\\" is reserved as a wildcard identifier, please use another name'),new r(this._myExtPart,e,n)},e.exports=a},function(e,n,t){\\\"use strict\\\";Object.defineProperty(n,\\\"__esModule\\\",{value:!0});var o=t(2),r=t(5),s=1,i=function(e){o.constructorTweakMethods(\\\"BackgroundHub\\\",this),e=e||{},this._connectedHandler=e.connectedHandler,this._disconnectedHandler=e.disconnectedHandler,this._backgroundPorts={},this._contentScriptPorts={},this._popupPorts={},this._devtoolPorts={},chrome.runtime.onConnect.addListener(this._onPortConnected),window.mockPortOnConnect=this._onPortConnected};i.prototype.constructor=i,i.prototype._onPortConnected=function(e){o.log(\\\"log\\\",\\\"[BackgroundHub:runtime.onConnect]\\\",arguments),0===e.name.indexOf(r.MESSENGER_PORT_NAME_PREFIX)&&(e.onMessage.addListener(this._onPortMessageHandler),e.onDisconnect.addListener(this._onPortDisconnectionHandler))},i.prototype._onPortMessageHandler=function(e,n){switch(e.type){case r.INIT:this._initConnection(e,n);break;case r.MESSAGE:case r.RESPONSE:e.to||o.log(\\\"error\\\",\\\"[BackgroundHub:_onPortMessageHandler]\\\",'Missing \\\"to\\\" in message:',e),e.toNames||o.log(\\\"error\\\",\\\"[BackgroundHub:_onPortMessageHandler]\\\",'Missing \\\"toNames\\\" in message:',e),this._relayMessage(e,n);break;default:o.log(\\\"error\\\",\\\"[BackgroundHub:_onPortMessageHandler]\\\",\\\"Unknown message type: \\\"+e.type)}},i.prototype._getPortsObj=function(e){switch(e){case r.BACKGROUND:return this._backgroundPorts;case r.CONTENT_SCRIPT:return this._contentScriptPorts;case r.POPUP:return this._popupPorts;case r.DEVTOOL:return this._devtoolPorts;default:o.log(\\\"error\\\",\\\"[BackgroundHub:_onPortDisconnectionHandler]\\\",\\\"Unknown extension part: \\\"+e)}},i.prototype._initConnection=function(e,n){var t=function(e,t){var s=this._getPortsObj(e);if(s[t]=s[t]?s[t]:[],s[t].push(n),this._connectedHandler){var i=e!==r.BACKGROUND?t:null,a=o.removeMessengerPortNamePrefix(n.name);this._connectedHandler(e,a,i)}n.postMessage({from:r.BACKGROUND,type:r.INIT_SUCCESS})}.bind(this);if(e.from===r.BACKGROUND)t(r.BACKGROUND,s);else if(e.from===r.DEVTOOL)t(r.DEVTOOL,e.tabId);else if(e.from===r.CONTENT_SCRIPT)t(r.CONTENT_SCRIPT,n.sender.tab.id);else{if(e.from!==r.POPUP)throw new Error('Unknown \\\"from\\\" in message: '+e.from);t(r.POPUP,e.tabId)}},i.prototype._relayMessage=function(e,n){var t=e.from,i=e.to,a=e.toNames,c=e.toTabId,u=void 0;t===r.BACKGROUND?i!==r.BACKGROUND&&(u=c):t===r.DEVTOOL?u=e.tabId:t===r.POPUP?u=e.tabId:t===r.CONTENT_SCRIPT?u=n.sender.tab.id:o.log(\\\"error\\\",\\\"[BackgroundHub:_relayMessage]\\\",'Unknown \\\"from\\\" in message: '+t),e.fromTabId=u;var d=void 0;i===r.BACKGROUND?d=this._backgroundPorts[s]?this._backgroundPorts[s]:[]:i===r.DEVTOOL?d=this._devtoolPorts[u]?this._devtoolPorts[u]:[]:i===r.POPUP?d=this._popupPorts[u]?this._popupPorts[u]:[]:i===r.CONTENT_SCRIPT?d=this._contentScriptPorts[u]?this._contentScriptPorts[u]:[]:o.log(\\\"error\\\",\\\"[BackgroundHub:_relayMessage]\\\",'Unknown \\\"to\\\" in message: '+i),0===d.length&&o.log(\\\"info\\\",\\\"[BackgroundHub:_relayMessage]\\\",'Not sending relay because \\\"to\\\" port does not exist');var l=[];a.forEach(function(e){var n=d.filter(function(n){return n.name===e||e===r.TO_NAME_WILDCARD});n.length>0?n.forEach(function(e){l.indexOf(e)===-1&&l.push(e)}):o.log(\\\"warn\\\",\\\"[BackgroundHub:_relayMessage]\\\",\\\"Could not find any connections with this name (probably no such name):\\\",o.removeMessengerPortNamePrefix(e))}.bind(this)),e.fromPortSender=n.sender,l.forEach(function(n){n.postMessage(e)}.bind(this))},i.prototype._onPortDisconnectionHandler=function(e){e.onMessage.removeListener(this._onPortMessageHandler);var n=function(e,n){for(var t=this._getPortsObj(e),s=Object.keys(t),i=0;i<s.length;i++){for(var a=s[i],c=t[a],u=c.length,d=u;d>=0;d--){var l=c[d];if(l===n&&(o.log(\\\"log\\\",\\\"[BackgroundHub:_onPortDisconnectionHandler]\\\",\\\"Remove connection of port with unique id: \\\",a),c.splice(d,1),this._disconnectedHandler)){var p=e!==r.BACKGROUND?parseInt(a):null,f=o.removeMessengerPortNamePrefix(n.name);this._disconnectedHandler(e,f,p)}}0===t[a].length&&(o.log(\\\"log\\\",\\\"[BackgroundHub:_onPortDisconnectionHandler]\\\",\\\"Removing empty ports object for unique id: \\\",a),delete t[a])}}.bind(this);n(r.BACKGROUND,e),n(r.CONTENT_SCRIPT,e),n(r.POPUP,e),n(r.DEVTOOL,e)},n.default=i,e.exports=n.default},function(e,n,t){\\\"use strict\\\";Object.defineProperty(n,\\\"__esModule\\\",{value:!0});var o=t(3),r=t(5),s=new o({prefix:\\\"messenger-log\\\",markdown:!1}),i=new o({prefix:\\\"messenger-info\\\",markdown:!1}),a=new o({prefix:\\\"messenger-warn\\\",markdown:!1}),c=new o({prefix:\\\"messenger-error\\\",markdown:!1});o.disable(\\\"messenger*\\\",\\\"-messenger-error\\\",\\\"-messenger-warn\\\");var u={log:function(e){var n=Array.prototype.slice.call(arguments,1);switch(e){case\\\"log\\\":s.log.apply(s,n);break;case\\\"info\\\":i.info.apply(i,n);break;case\\\"warn\\\":a.warn.apply(a,n);break;case\\\"error\\\":throw c.error.apply(c,n),\\\"Messenger error occurred, check more information above...\\\";default:c.error(\\\"Unknown log level: \\\"+e)}},constructorTweakMethods:function(e,n){var t=function(t){var o=n[t];n[t]=function(){return s.log(\\\"[\\\"+e+\\\":\\\"+t+\\\"()]\\\",arguments),o.apply(n,arguments)}.bind(n)};for(var o in n)\\\"function\\\"==typeof n[o]&&t(o)},getCurrentExtensionPart:function(){var e=void 0;if(\\\"undefined\\\"!=typeof chrome)if(chrome.devtools)e=r.DEVTOOL;else if(chrome.extension&&\\\"function\\\"==typeof chrome.extension.getBackgroundPage){var n=chrome.extension.getBackgroundPage();e=n===window?r.BACKGROUND:r.POPUP}else e=r.CONTENT_SCRIPT;else c.error(\\\"Could not identify extension part... are you running in a chrome extension context?\\\");return s.log(\\\"detected current extension part: \\\"+e),e},removeMessengerPortNamePrefix:function(e){return e.replace(new RegExp(\\\"^\\\"+r.MESSENGER_PORT_NAME_PREFIX),\\\"\\\")}};n.default=u,e.exports=n.default},function(e,n,t){(function(n){!function(){\\\"use strict\\\";function t(e,n){return this instanceof t?(this.opts=o(e,n),p(this.opts.prefix,t._instances)?f(this.opts.prefix,t._instances):(t._instances.push(this),r(t._instances),s(),this)):new t(e,n)}function o(e,n){\\\"object\\\"==typeof e&&(n=e),n=n||{},\\\"string\\\"!=typeof e&&(e=n.prefix||\\\"\\\"),e=g(e);var t,o=Boolean(n.alignOutput),r=void 0===n.markdown||Boolean(n.markdown);return _()?(t=P[b%P.length],b+=1):m()&&(t=M()),{prefix:e,alignOutput:o,markdown:r,prefixColor:t}}function r(e){var n=e.sort(function(e,n){return n.opts.prefix.length-e.opts.prefix.length})[0];e.forEach(function(e){if(e.opts.alignOutput){var t=new Array(Math.max(n.opts.prefix.length-e.opts.prefix.length+1,0)).join(\\\" \\\");e.opts.prefix=e.opts.prefix+t}})}function s(){if(m()){var e=null;\\\"undefined\\\"!=typeof n&&void 0!==n.env&&(void 0!==n.env.NODE_DEBUG&&\\\"\\\"!==n.env.NODE_DEBUG?e=\\\"NODE_DEBUG\\\":void 0!==n.env.DEBUG&&\\\"\\\"!==n.env.DEBUG&&(e=\\\"DEBUG\\\"),e&&(t.disable(\\\"*\\\"),n.env[e].split(\\\",\\\").forEach(function(e){t.enable(e)})))}else _()&&window.localStorage&&\\\"string\\\"==typeof window.localStorage.getItem(\\\"debug\\\")&&(t.disable(\\\"*\\\"),window.localStorage.debug.split(\\\",\\\").forEach(function(e){t.enable(e)}))}function i(e){for(var n=[],t=a(e);t;)e=e.replace(t.rule.regexp,t.rule.replacer),_()&&(n.push(t.rule.style),n.push(\\\"\\\")),t=a(e);return{text:e,styles:n}}function a(e){var n=[],t=[];return _()?t=[{regexp:/\\\\*([^\\\\*]+)\\\\*/,replacer:function(e,n){return\\\"%c\\\"+n+\\\"%c\\\"},style:\\\"font-weight:bold;\\\"},{regexp:/_([^_]+)_/,replacer:function(e,n){return\\\"%c\\\"+n+\\\"%c\\\"},style:\\\"font-style:italic;\\\"},{regexp:/`([^`]+)`/,replacer:function(e,n){return\\\"%c\\\"+n+\\\"%c\\\"},style:\\\"background:#FDF6E3; color:#586E75; padding:1px 5px; border-radius:4px;\\\"}]:m()&&(t=[{regexp:/\\\\*([^\\\\*]+)\\\\*/,replacer:function(e,n){return\\\"\\u001b[\\\"+y.modifiers.bold[0]+\\\"m\\\"+n+\\\"\\u001b[\\\"+y.modifiers.bold[1]+\\\"m\\\"}},{regexp:/_([^_]+)_/,replacer:function(e,n){return\\\"\\u001b[\\\"+y.modifiers.italic[0]+\\\"m\\\"+n+\\\"\\u001b[\\\"+y.modifiers.italic[1]+\\\"m\\\"}},{regexp:/`([^`]+)`/,replacer:function(e,n){return\\\"\\u001b[\\\"+y.bgColors.bgYellow[0]+\\\"m\\u001b[\\\"+y.colors.black[0]+\\\"m \\\"+n+\\\" \\u001b[\\\"+y.colors.black[1]+\\\"m\\u001b[\\\"+y.bgColors.bgYellow[1]+\\\"m\\\"}}]),t.forEach(function(t){var o=e.match(t.regexp);o&&n.push({rule:t,match:o})}),0===n.length?null:(n.sort(function(e,n){return e.match.index-n.match.index}),n[0])}function c(e,n){var t,o=[];return n.opts.prefix?h()?(o.push(\\\"%c\\\"+n.opts.prefix+\\\"%c \\\"),o.push(\\\"color:\\\"+n.opts.prefixColor+\\\"; font-weight:bold;\\\",\\\"\\\")):o.push(\\\"[\\\"+n.prefix+\\\"] \\\"):o.push(\\\"\\\"),\\\"string\\\"==typeof e[0]?n.opts.markdown&&h()?(t=i(e[0]),o[0]=o[0]+t.text,o=o.concat(t.styles)):o[0]=o[0]+e[0]:o[0]=e[0],e.length>1&&(o=o.concat(e.splice(1))),o}function u(e,n,t){var o=[];return t.opts.prefix&&(h()?o[0]=\\\"\\u001b[\\\"+t.opts.prefixColor[0]+\\\"m\\u001b[\\\"+y.modifiers.bold[0]+\\\"m\\\"+t.opts.prefix+\\\"\\u001b[\\\"+y.modifiers.bold[1]+\\\"m\\u001b[\\\"+t.opts.prefixColor[1]+\\\"m\\\":o[0]=\\\"[\\\"+t.opts.prefix+\\\"]\\\"),\\\"warn\\\"===n?o[0]=\\\"\\u001b[\\\"+y.colors.yellow[0]+\\\"m⚠\\u001b[\\\"+y.colors.yellow[1]+\\\"m \\\"+(o[0]||\\\"\\\"):\\\"error\\\"===n?o[0]=\\\"\\u001b[\\\"+y.colors.red[0]+\\\"m✖\\u001b[\\\"+y.colors.red[1]+\\\"m \\\"+(o[0]||\\\"\\\"):\\\"info\\\"===n?o[0]=\\\"\\u001b[\\\"+y.colors.blue[0]+\\\"mℹ\\u001b[\\\"+y.colors.blue[1]+\\\"m \\\"+(o[0]||\\\"\\\"):\\\"debug\\\"===n&&(o[0]=\\\"\\u001b[\\\"+y.colors.gray[0]+\\\"m🐛\\u001b[\\\"+y.colors.gray[1]+\\\"m \\\"+(o[0]||\\\"\\\")),e.forEach(function(e){\\\"string\\\"==typeof e&&t.opts.markdown?o.push(i(e).text):o.push(e)}),o}function d(e){var n=!1;return E.forEach(function(t){\\\"enable\\\"===t.type&&t.regExp.test(e.opts.prefix)?n=!1:\\\"disable\\\"===t.type&&t.regExp.test(e.opts.prefix)&&(n=!0)}),n}function l(e){return new RegExp(\\\"^\\\"+e.replace(/\\\\*/g,\\\".*?\\\")+\\\"$\\\")}function p(e,n){var t=!1;return n.forEach(function(n){if(n.opts.prefix===e)return void(t=!0)}),t}function f(e,n){var t;return n.forEach(function(n){if(n.opts.prefix===e)return void(t=n)}),t}function g(e){return\\\"string\\\"==typeof e?e.replace(/%c/g,\\\"\\\"):e}function h(){if(_()){var e=\\\"WebkitAppearance\\\"in document.documentElement.style,t=window.console&&(console.firebug||console.exception&&console.table),o=navigator.userAgent.toLowerCase().match(/firefox\\\\/(\\\\d+)/)&&parseInt(RegExp.$1,10)>=31;return e||t||o}if(m())return!(n.stdout&&!n.stdout.isTTY)&&(\\\"win32\\\"===n.platform||(\\\"COLORTERM\\\"in n.env||\\\"dumb\\\"!==n.env.TERM&&!!/^screen|^xterm|^vt100|color|ansi|cygwin|linux/i.test(n.env.TERM)))}function m(){return\\\"undefined\\\"!=typeof e&&\\\"undefined\\\"!=typeof e.exports}function _(){return\\\"undefined\\\"!=typeof window}var b=0,P=[\\\"#B58900\\\",\\\"#CB4B16\\\",\\\"#DC322F\\\",\\\"#D33682\\\",\\\"#6C71C4\\\",\\\"#268BD2\\\",\\\"#2AA198\\\",\\\"#859900\\\"],y={modifiers:{reset:[0,0],bold:[1,22],dim:[2,22],italic:[3,23],underline:[4,24],inverse:[7,27],hidden:[8,28],strikethrough:[9,29]},colors:{black:[30,39],red:[31,39],green:[32,39],yellow:[33,39],blue:[34,39],magenta:[35,39],cyan:[36,39],white:[37,39],gray:[90,39]},bgColors:{bgBlack:[40,49],bgRed:[41,49],bgGreen:[42,49],bgYellow:[43,49],bgBlue:[44,49],bgMagenta:[45,49],bgCyan:[46,49],bgWhite:[47,49]}},E=[];t._instances=[],t.enable=function(){Array.prototype.forEach.call(arguments,function(e){\\\"-\\\"===e[0]&&t.disable(e.substr(1));var n=l(e);\\\"*\\\"===e?E=[]:E.push({type:\\\"enable\\\",regExp:n})})},t.disable=function(){Array.prototype.forEach.call(arguments,function(e){\\\"-\\\"===e[0]&&t.enable(e.substr(1));var n=l(e);\\\"*\\\"===e?E=[{type:\\\"disable\\\",regExp:n}]:E.push({type:\\\"disable\\\",regExp:n})})};var v=[\\\"debug\\\",\\\"log\\\",\\\"info\\\",\\\"warn\\\",\\\"error\\\"];v.forEach(function(e){t.prototype[e]=function(){if(!d(this)){var n,t=Array.prototype.slice.call(arguments,0);_()?(n=c(t,this),Function.prototype.apply.call(console[e]||console.log,console,n)):m()&&(n=u(t,e,this),(console[e]||console.log).apply(console,n))}}});var M=function(){var e=0,n=[[31,39],[32,39],[33,39],[34,39],[35,39],[36,39]];return function(){return e+=1,n[e%n.length]}}();m()?e.exports=t:_()&&(window.Logdown=t)}()}).call(n,t(4))},function(e,n){function t(){throw new Error(\\\"setTimeout has not been defined\\\")}function o(){throw new Error(\\\"clearTimeout has not been defined\\\")}function r(e){if(d===setTimeout)return setTimeout(e,0);if((d===t||!d)&&setTimeout)return d=setTimeout,setTimeout(e,0);try{return d(e,0)}catch(n){try{return d.call(null,e,0)}catch(n){return d.call(this,e,0)}}}function s(e){if(l===clearTimeout)return clearTimeout(e);if((l===o||!l)&&clearTimeout)return l=clearTimeout,clearTimeout(e);try{return l(e)}catch(n){try{return l.call(null,e)}catch(n){return l.call(this,e)}}}function i(){h&&f&&(h=!1,f.length?g=f.concat(g):m=-1,g.length&&a())}function a(){if(!h){var e=r(i);h=!0;for(var n=g.length;n;){for(f=g,g=[];++m<n;)f&&f[m].run();m=-1,n=g.length}f=null,h=!1,s(e)}}function c(e,n){this.fun=e,this.array=n}function u(){}var d,l,p=e.exports={};!function(){try{d=\\\"function\\\"==typeof setTimeout?setTimeout:t}catch(e){d=t}try{l=\\\"function\\\"==typeof clearTimeout?clearTimeout:o}catch(e){l=o}}();var f,g=[],h=!1,m=-1;p.nextTick=function(e){var n=new Array(arguments.length-1);if(arguments.length>1)for(var t=1;t<arguments.length;t++)n[t-1]=arguments[t];g.push(new c(e,n)),1!==g.length||h||r(a)},c.prototype.run=function(){this.fun.apply(null,this.array)},p.title=\\\"browser\\\",p.browser=!0,p.env={},p.argv=[],p.version=\\\"\\\",p.versions={},p.on=u,p.addListener=u,p.once=u,p.off=u,p.removeListener=u,p.removeAllListeners=u,p.emit=u,p.prependListener=u,p.prependOnceListener=u,p.listeners=function(e){return[]},p.binding=function(e){throw new Error(\\\"process.binding is not supported\\\")},p.cwd=function(){return\\\"/\\\"},p.chdir=function(e){throw new Error(\\\"process.chdir is not supported\\\")},p.umask=function(){return 0}},function(e,n){\\\"use strict\\\";Object.defineProperty(n,\\\"__esModule\\\",{value:!0});var t={MESSENGER_PORT_NAME_PREFIX:\\\"__messenger__\\\",TO_NAME_WILDCARD:\\\"*\\\",BACKGROUND:\\\"background\\\",POPUP:\\\"popup\\\",DEVTOOL:\\\"devtool\\\",CONTENT_SCRIPT:\\\"content_script\\\",INIT:\\\"init\\\",INIT_SUCCESS:\\\"init_success\\\",MESSAGE:\\\"message\\\",RESPONSE:\\\"response\\\"};n.default=t,e.exports=n.default},function(e,n,t){\\\"use strict\\\";Object.defineProperty(n,\\\"__esModule\\\",{value:!0});var o=t(7),r=t(2),s=t(5),i=500,a=1e5,c=5e3,u=function(e,n,t){r.constructorTweakMethods(\\\"Connection\\\",this),this._init(e,n,t)};u.prototype.constructor=u,u.prototype._init=function(e,n,t){switch(this._port=null,this._inited=!1,this._pendingInitMessages=[],this._pendingCb={},this._cbId=0,this._pendingCbCleanupIndex=0,this._myExtPart=e,this._myName=s.MESSENGER_PORT_NAME_PREFIX+n,this._userMessageHandler=t||function(){},this._myExtPart){case s.BACKGROUND:case s.CONTENT_SCRIPT:case s.POPUP:case s.DEVTOOL:var a=function(e){r.log(\\\"log\\\",\\\"[Connection:_init]\\\",\\\"Attempting connection initing...\\\"),this._port=this._myExtPart===s.BACKGROUND?new o({name:this._myName}):chrome.runtime.connect({name:this._myName}),this._port.onMessage.addListener(this._onPortMessageHandler),this._port.postMessage({type:s.INIT,from:this._myExtPart,tabId:e});var n=arguments,t=setTimeout(function(){this._inited?clearTimeout(t):(this._port.disconnect(),a.apply(this,n))}.bind(this),i)}.bind(this);switch(this._myExtPart){case s.BACKGROUND:case s.CONTENT_SCRIPT:a();break;case s.POPUP:chrome.tabs.query({active:!0,currentWindow:!0},function(e){a(e[0].id)});break;case s.DEVTOOL:a(chrome.devtools.inspectedWindow.tabId)}break;default:r.log(\\\"error\\\",\\\"[Connection:_init]\\\",\\\"Unknown extension part: \\\"+e)}},u.prototype._attemptDeadCbCleanup=function(){if(Object.keys(this._pendingCb).length>a){r.log(\\\"log\\\",\\\"[Connection:_attemptDeadCbCleanup]\\\",\\\"Attempting dead callback cleaning... current callbacks number:\\\".Object.keys(this._pendingCb).length);for(var e=this._pendingCbCleanupIndex+c;this._pendingCbCleanupIndex<e;)delete this._pendingCb[this._pendingCbCleanupIndex],this._pendingCbCleanupIndex++;r.log(\\\"log\\\",\\\"[Connection:_attemptDeadCbCleanup]\\\",\\\"New callbacks number after cleaning done:\\\",Object.keys(this._pendingCb).length)}},u.prototype._prepareMessage=function(e,n){var t=this;return new Promise(function(o){switch(n&&(t._cbId++,t._pendingCb[t._cbId]=n,e.cbId=t._cbId,t._attemptDeadCbCleanup()),t._myExtPart){case s.DEVTOOL:e.tabId=chrome.devtools.inspectedWindow.tabId,o();break;case s.POPUP:chrome.tabs.query({active:!0,currentWindow:!0},function(n){e.tabId=n[0].id,o()}.bind(t));break;default:o()}})},u.prototype._postMessage=function(e,n,t){var o=this;this._prepareMessage(n,t).then(function(){o._inited?e.postMessage(n):o._pendingInitMessages.push(n)})},u.prototype._postResponse=function(e,n,t){var o={from:this._myExtPart,to:t.from,toNames:[t.fromName],type:s.RESPONSE,cbId:t.cbId,cbValue:n};this._myExtPart===s.BACKGROUND&&(o.toTabId=t.fromTabId),this._postMessage(e,o)},u.prototype._handleMessage=function(e,n){var t=function(t){e.cbId&&this._postResponse(n,t,e)}.bind(this),o=r.removeMessengerPortNamePrefix(e.fromName),i=e.fromTabId&&e.from!==s.BACKGROUND?\\\":\\\"+e.fromTabId:null,a=e.from+\\\":\\\"+o+(i?\\\":\\\"+i:\\\"\\\");this._userMessageHandler(e.userMessage,a,e.fromPortSender,t)},u.prototype._handleResponse=function(e){if(this._pendingCb[e.cbId]){var n=this._pendingCb[e.cbId];delete this._pendingCb[e.cbId],n(e.cbValue)}else r.log(\\\"info\\\",\\\"[Connection:_handleResponse]\\\",\\\"Ignoring response sending because callback does not exist (probably already been called)\\\")},u.prototype._sendMessage=function(e,n,t,o,r,i){t=this._addMessengerPortNamePrefix(t);var a={from:this._myExtPart,fromName:this._myName,to:n,toNames:t,toTabId:o,type:s.MESSAGE,userMessage:r};this._postMessage(e,a,i)},u.prototype._addMessengerPortNamePrefix=function(e){return e.map(function(e){return e===s.TO_NAME_WILDCARD?e:s.MESSENGER_PORT_NAME_PREFIX+e})},u.prototype._validateMessage=function(e,n,t){if(!e)return'Missing extension part in \\\"to\\\" argument';if(e!==s.BACKGROUND&&e!==s.CONTENT_SCRIPT&&e!==s.DEVTOOL&&e!==s.POPUP)return'Unknown extension part in \\\"to\\\" argument: '+e+\\\"\\\\nSupported parts are: \\\"+s.BACKGROUND+\\\", \\\"+s.CONTENT_SCRIPT+\\\", \\\"+s.POPUP+\\\", \\\"+s.DEVTOOL;if(!n)return'Missing connection name in \\\"to\\\" argument';if(this._myExtPart===s.BACKGROUND&&e!==s.BACKGROUND){if(!t)return'Messages from background to other extension parts must have a tab id in \\\"to\\\" argument';if(!Number.isInteger(parseFloat(t)))return\\\"Tab id to send message to must be a valid number\\\"}},u.prototype._onPortMessageHandler=function(e,n){switch(e.type){case s.INIT_SUCCESS:this._inited=!0,this._pendingInitMessages.forEach(function(e){this._port.postMessage(e)}.bind(this));break;case s.MESSAGE:case s.RESPONSE:e.to||r.log(\\\"error\\\",\\\"[Connection:_onPortMessageHandler]\\\",'Missing \\\"to\\\" in message: ',e),e.toNames||r.log(\\\"error\\\",\\\"[Connection:_onPortMessageHandler]\\\",'Missing \\\"toNames\\\" in message: ',e),e.type===s.MESSAGE?this._handleMessage(e,n):e.type===s.RESPONSE&&this._handleResponse(e);break;default:r.log(\\\"error\\\",\\\"[Connection:_onPortMessageHandler]\\\",\\\"Unknown message type: \\\"+e.type)}},u.prototype.sendMessage=function(e,n){var t=this,o=arguments;return new Promise(function(s,i){if(e||r.log(\\\"error\\\",\\\"[Connection:sendMessage]\\\",'Missing \\\"to\\\" arguments'),!t._port)return r.log(\\\"info\\\",\\\"[Connection:sendMessage]\\\",\\\"Rejecting sendMessage because connection does not exist anymore\\\"),i(new Error(\\\"Connection port does not exist anymore, did you disconnect it?\\\"));var a=void 0;try{a=e.split(\\\":\\\")}catch(n){r.log(\\\"error\\\",\\\"[Connection:sendMessage]\\\",'Invalid format given in \\\"to\\\" argument: '+e,o)}var c=a[0],u=a[1],d=a[2],l=t._validateMessage(c,u,d);l&&r.log(\\\"error\\\",\\\"[Connection:sendMessage]\\\",l,o);var p=u.split(\\\",\\\");t._sendMessage(t._port,c,p,d,n,s)})},u.prototype.disconnect=function(){this._port&&(this._port.disconnect(),this._port=null)},n.default=u,e.exports=n.default},function(e,n,t){\\\"use strict\\\";Object.defineProperty(n,\\\"__esModule\\\",{value:!0});var o=t(2),r=function(e){o.constructorTweakMethods(\\\"MockPort\\\",this);var n=this._createMockPort(e),t=this._createMockPort(e);return this._linkMocks(n,t),\\\"function\\\"==typeof window.mockPortOnConnect&&window.mockPortOnConnect(t),n};r.prototype.constructor=r,r.prototype._createMockPort=function(e){var n={_connected:!0,_name:e.name,onMessageListeners:[],onDisconnectListeners:[]};return Object.defineProperty(n,\\\"name\\\",{get:function(){return n._name}}),Object.defineProperty(n,\\\"onMessage\\\",{get:function(){return{addListener:function(e){n.onMessageListeners.push(e)},removeListener:function(e){var t=n.onMessageListeners.indexOf(e);t!==-1&&n.onMessageListeners.splice(t,1)}}}}),Object.defineProperty(n,\\\"onDisconnect\\\",{get:function(){return{addListener:function(e){n.onDisconnectListeners.push(e)},removeListener:function(e){var t=n.onDisconnectListeners.indexOf(e);t!==-1&&n.onDisconnectListeners.splice(t,1)}}}}),Object.defineProperty(n,\\\"sender\\\",{get:function(){return{id:chrome.runtime.id}}}),n.postMessage=function(e){n._connected?n.__targetRefPort?n.__targetRefPort.__invokeOnMessageHandlers(e):o.log(\\\"warn\\\",\\\"[MockPort:postMessage]\\\",\\\"Missing __targetRefPort\\\",arguments):o.log(\\\"warn\\\",\\\"[MockPort:postMessage]\\\",\\\"Attempting to post message on a disconnected mock port\\\",e)},n.disconnect=function(){n._connected=!1,n.__targetRefPort?n.__targetRefPort.__invokeOnDisconnectHandlers():o.log(\\\"warn\\\",\\\"[MockPort:postMessage]\\\",\\\"Missing __targetRefPort\\\",arguments),n._onMessageListeners=[],n._onDisconnectListeners=[]},n.__invokeOnMessageHandlers=function(e){n.onMessageListeners.forEach(function(t){t(e,n)})},n.__invokeOnDisconnectHandlers=function(){n.onDisconnectListeners.forEach(function(e){e(n)})},n},r.prototype._linkMocks=function(e,n){e.__targetRefPort=n,n.__targetRefPort=e},n.default=r,e.exports=n.default}])});\\n//# sourceMappingURL=chrome-ext-messenger.min.js.map\"\n        },\n        {\n          \"id\": 101,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/lib/gists.js\",\n          \"name\": \"./chrome/extension/lib/gists.js\",\n          \"index\": 165,\n          \"index2\": 201,\n          \"size\": 2394,\n          \"cacheable\": true,\n          \"built\": true,\n          \"optional\": false,\n          \"prefetched\": false,\n          \"chunks\": [\n            2,\n            4\n          ],\n          \"issuer\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/github_gist_content_script.js\",\n          \"issuerId\": 351,\n          \"issuerName\": \"./chrome/extension/github_gist_content_script.js\",\n          \"issuerPath\": [\n            {\n              \"id\": 350,\n              \"identifier\": \"multi /Users/jarred/Code/styleurl/webpack/customPublicPath /Users/jarred/Code/styleurl/chrome/extension/github_gist_content_script\",\n              \"name\": \"multi ./webpack/customPublicPath ./chrome/extension/github_gist_content_script\",\n              \"profile\": {\n                \"factory\": 0,\n                \"building\": 0,\n                \"dependencies\": 53\n              }\n            },\n            {\n              \"id\": 351,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/github_gist_content_script.js\",\n              \"name\": \"./chrome/extension/github_gist_content_script.js\",\n              \"profile\": {\n                \"factory\": 54,\n                \"building\": 576,\n                \"dependencies\": 194\n              }\n            }\n          ],\n          \"profile\": {\n            \"factory\": 194,\n            \"building\": 246,\n            \"dependencies\": 40\n          },\n          \"failed\": false,\n          \"errors\": 0,\n          \"warnings\": 0,\n          \"assets\": [],\n          \"reasons\": [\n            {\n              \"moduleId\": 192,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/background.js\",\n              \"module\": \"./chrome/extension/background.js\",\n              \"moduleName\": \"./chrome/extension/background.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"./lib/gists\",\n              \"loc\": \"11:13-35\"\n            },\n            {\n              \"moduleId\": 351,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/github_gist_content_script.js\",\n              \"module\": \"./chrome/extension/github_gist_content_script.js\",\n              \"moduleName\": \"./chrome/extension/github_gist_content_script.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"./lib/gists\",\n              \"loc\": \"5:13-35\"\n            }\n          ],\n          \"usedExports\": true,\n          \"providedExports\": null,\n          \"optimizationBailout\": [\n            \"ModuleConcatenation bailout: Module is not an ECMAScript module\"\n          ],\n          \"depth\": 2,\n          \"source\": \"\\\"use strict\\\";\\n\\nObject.defineProperty(exports, \\\"__esModule\\\", {\\n  value: true\\n});\\nexports.applyStyleURLToTabID = exports.loadStylefileFromGist = exports.getStylesheetsFromGist = exports.getGistIDFromURL = exports.getGistById = exports.SPECIAL_QUERY_PARAMS = exports.STYLEFILE_NAMES = void 0;\\n\\nvar _keys2 = _interopRequireDefault(require(\\\"lodash/keys\\\"));\\n\\nvar _last2 = _interopRequireDefault(require(\\\"lodash/last\\\"));\\n\\nvar _stylefile = require(\\\"./stylefile\\\");\\n\\nfunction _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }\\n\\nconst STYLEFILE_NAMES = [\\\"Stylefile.yml\\\", \\\"Stylefile\\\"];\\nexports.STYLEFILE_NAMES = STYLEFILE_NAMES;\\nconst SPECIAL_QUERY_PARAMS = {\\n  gist_id: \\\"__styleurl\\\"\\n};\\nexports.SPECIAL_QUERY_PARAMS = SPECIAL_QUERY_PARAMS;\\n\\nconst getGistById = id => window.fetch(`https://api.github.com/gists/${id}`, {\\n  redirect: \\\"follow\\\",\\n  credentials: \\\"include\\\"\\n}).then(resp => {\\n  return resp.json();\\n});\\n\\nexports.getGistById = getGistById;\\n\\nconst getGistIDFromURL = url => {\\n  const queryString = (0, _last2.default)(url.split(\\\"?\\\"));\\n\\n  if (!queryString) {\\n    return null;\\n  }\\n\\n  const params = new URLSearchParams(queryString);\\n  return (0, _last2.default)(params.get(SPECIAL_QUERY_PARAMS.gist_id).split(\\\"gist_\\\"));\\n};\\n\\nexports.getGistIDFromURL = getGistIDFromURL;\\n\\nconst getStylesheetsFromGist = gist => {\\n  return (0, _keys2.default)(gist.files || []).filter(fileName => {\\n    const file = gist.files[fileName];\\n    return file.type === \\\"text/css\\\";\\n  }).map(filename => [filename, gist.files[filename].content]);\\n};\\n\\nexports.getStylesheetsFromGist = getStylesheetsFromGist;\\n\\nconst loadStylefileFromGist = gist => {\\n  const filename = (0, _keys2.default)(gist.files || []).find(fileName => {\\n    return STYLEFILE_NAMES.includes(fileName);\\n  });\\n\\n  if (!filename) {\\n    return null;\\n  }\\n\\n  return (0, _stylefile.loadStylefileFromString)(gist.files[filename].content);\\n};\\n\\nexports.loadStylefileFromGist = loadStylefileFromGist;\\n\\nconst applyStyleURLToTabID = async (gist, tabId) => {\\n  const stylesheets = getStylesheetsFromGist(gist);\\n  stylesheets.forEach(stylesheet => {\\n    const content = stylesheet[1];\\n    console.log(\\\"Inserting Stylesheet\\\", stylesheet, \\\"into tab\\\", tabId);\\n    chrome.tabs.insertCSS(tabId, {\\n      cssOrigin: \\\"author\\\",\\n      code: content,\\n      runAt: \\\"document_start\\\"\\n    });\\n  });\\n};\\n\\nexports.applyStyleURLToTabID = applyStyleURLToTabID;\"\n        },\n        {\n          \"id\": 102,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/url-pattern/lib/url-pattern.js\",\n          \"name\": \"./node_modules/url-pattern/lib/url-pattern.js\",\n          \"index\": 167,\n          \"index2\": 164,\n          \"size\": 13845,\n          \"cacheable\": true,\n          \"built\": true,\n          \"optional\": false,\n          \"prefetched\": false,\n          \"chunks\": [\n            2,\n            4\n          ],\n          \"issuer\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/lib/stylefile.js\",\n          \"issuerId\": 55,\n          \"issuerName\": \"./chrome/extension/lib/stylefile.js\",\n          \"issuerPath\": [\n            {\n              \"id\": 350,\n              \"identifier\": \"multi /Users/jarred/Code/styleurl/webpack/customPublicPath /Users/jarred/Code/styleurl/chrome/extension/github_gist_content_script\",\n              \"name\": \"multi ./webpack/customPublicPath ./chrome/extension/github_gist_content_script\",\n              \"profile\": {\n                \"factory\": 0,\n                \"building\": 0,\n                \"dependencies\": 53\n              }\n            },\n            {\n              \"id\": 351,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/github_gist_content_script.js\",\n              \"name\": \"./chrome/extension/github_gist_content_script.js\",\n              \"profile\": {\n                \"factory\": 54,\n                \"building\": 576,\n                \"dependencies\": 194\n              }\n            },\n            {\n              \"id\": 55,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/lib/stylefile.js\",\n              \"name\": \"./chrome/extension/lib/stylefile.js\",\n              \"profile\": {\n                \"factory\": 194,\n                \"building\": 246,\n                \"dependencies\": 40\n              }\n            }\n          ],\n          \"profile\": {\n            \"factory\": 408,\n            \"building\": 42\n          },\n          \"failed\": false,\n          \"errors\": 0,\n          \"warnings\": 0,\n          \"assets\": [],\n          \"reasons\": [\n            {\n              \"moduleId\": 55,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/lib/stylefile.js\",\n              \"module\": \"./chrome/extension/lib/stylefile.js\",\n              \"moduleName\": \"./chrome/extension/lib/stylefile.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"url-pattern\",\n              \"loc\": \"10:41-63\"\n            }\n          ],\n          \"usedExports\": true,\n          \"providedExports\": null,\n          \"optimizationBailout\": [\n            \"ModuleConcatenation bailout: Module is not an ECMAScript module\"\n          ],\n          \"depth\": 3,\n          \"source\": \"// Generated by CoffeeScript 1.10.0\\nvar slice = [].slice;\\n\\n(function(root, factory) {\\n  if (('function' === typeof define) && (define.amd != null)) {\\n    return define([], factory);\\n  } else if (typeof exports !== \\\"undefined\\\" && exports !== null) {\\n    return module.exports = factory();\\n  } else {\\n    return root.UrlPattern = factory();\\n  }\\n})(this, function() {\\n  var P, UrlPattern, astNodeContainsSegmentsForProvidedParams, astNodeToNames, astNodeToRegexString, baseAstNodeToRegexString, concatMap, defaultOptions, escapeForRegex, getParam, keysAndValuesToObject, newParser, regexGroupCount, stringConcatMap, stringify;\\n  escapeForRegex = function(string) {\\n    return string.replace(/[-\\\\/\\\\\\\\^$*+?.()|[\\\\]{}]/g, '\\\\\\\\$&');\\n  };\\n  concatMap = function(array, f) {\\n    var i, length, results;\\n    results = [];\\n    i = -1;\\n    length = array.length;\\n    while (++i < length) {\\n      results = results.concat(f(array[i]));\\n    }\\n    return results;\\n  };\\n  stringConcatMap = function(array, f) {\\n    var i, length, result;\\n    result = '';\\n    i = -1;\\n    length = array.length;\\n    while (++i < length) {\\n      result += f(array[i]);\\n    }\\n    return result;\\n  };\\n  regexGroupCount = function(regex) {\\n    return (new RegExp(regex.toString() + '|')).exec('').length - 1;\\n  };\\n  keysAndValuesToObject = function(keys, values) {\\n    var i, key, length, object, value;\\n    object = {};\\n    i = -1;\\n    length = keys.length;\\n    while (++i < length) {\\n      key = keys[i];\\n      value = values[i];\\n      if (value == null) {\\n        continue;\\n      }\\n      if (object[key] != null) {\\n        if (!Array.isArray(object[key])) {\\n          object[key] = [object[key]];\\n        }\\n        object[key].push(value);\\n      } else {\\n        object[key] = value;\\n      }\\n    }\\n    return object;\\n  };\\n  P = {};\\n  P.Result = function(value, rest) {\\n    this.value = value;\\n    this.rest = rest;\\n  };\\n  P.Tagged = function(tag, value) {\\n    this.tag = tag;\\n    this.value = value;\\n  };\\n  P.tag = function(tag, parser) {\\n    return function(input) {\\n      var result, tagged;\\n      result = parser(input);\\n      if (result == null) {\\n        return;\\n      }\\n      tagged = new P.Tagged(tag, result.value);\\n      return new P.Result(tagged, result.rest);\\n    };\\n  };\\n  P.regex = function(regex) {\\n    return function(input) {\\n      var matches, result;\\n      matches = regex.exec(input);\\n      if (matches == null) {\\n        return;\\n      }\\n      result = matches[0];\\n      return new P.Result(result, input.slice(result.length));\\n    };\\n  };\\n  P.sequence = function() {\\n    var parsers;\\n    parsers = 1 <= arguments.length ? slice.call(arguments, 0) : [];\\n    return function(input) {\\n      var i, length, parser, rest, result, values;\\n      i = -1;\\n      length = parsers.length;\\n      values = [];\\n      rest = input;\\n      while (++i < length) {\\n        parser = parsers[i];\\n        result = parser(rest);\\n        if (result == null) {\\n          return;\\n        }\\n        values.push(result.value);\\n        rest = result.rest;\\n      }\\n      return new P.Result(values, rest);\\n    };\\n  };\\n  P.pick = function() {\\n    var indexes, parsers;\\n    indexes = arguments[0], parsers = 2 <= arguments.length ? slice.call(arguments, 1) : [];\\n    return function(input) {\\n      var array, result;\\n      result = P.sequence.apply(P, parsers)(input);\\n      if (result == null) {\\n        return;\\n      }\\n      array = result.value;\\n      result.value = array[indexes];\\n      return result;\\n    };\\n  };\\n  P.string = function(string) {\\n    var length;\\n    length = string.length;\\n    return function(input) {\\n      if (input.slice(0, length) === string) {\\n        return new P.Result(string, input.slice(length));\\n      }\\n    };\\n  };\\n  P.lazy = function(fn) {\\n    var cached;\\n    cached = null;\\n    return function(input) {\\n      if (cached == null) {\\n        cached = fn();\\n      }\\n      return cached(input);\\n    };\\n  };\\n  P.baseMany = function(parser, end, stringResult, atLeastOneResultRequired, input) {\\n    var endResult, parserResult, rest, results;\\n    rest = input;\\n    results = stringResult ? '' : [];\\n    while (true) {\\n      if (end != null) {\\n        endResult = end(rest);\\n        if (endResult != null) {\\n          break;\\n        }\\n      }\\n      parserResult = parser(rest);\\n      if (parserResult == null) {\\n        break;\\n      }\\n      if (stringResult) {\\n        results += parserResult.value;\\n      } else {\\n        results.push(parserResult.value);\\n      }\\n      rest = parserResult.rest;\\n    }\\n    if (atLeastOneResultRequired && results.length === 0) {\\n      return;\\n    }\\n    return new P.Result(results, rest);\\n  };\\n  P.many1 = function(parser) {\\n    return function(input) {\\n      return P.baseMany(parser, null, false, true, input);\\n    };\\n  };\\n  P.concatMany1Till = function(parser, end) {\\n    return function(input) {\\n      return P.baseMany(parser, end, true, true, input);\\n    };\\n  };\\n  P.firstChoice = function() {\\n    var parsers;\\n    parsers = 1 <= arguments.length ? slice.call(arguments, 0) : [];\\n    return function(input) {\\n      var i, length, parser, result;\\n      i = -1;\\n      length = parsers.length;\\n      while (++i < length) {\\n        parser = parsers[i];\\n        result = parser(input);\\n        if (result != null) {\\n          return result;\\n        }\\n      }\\n    };\\n  };\\n  newParser = function(options) {\\n    var U;\\n    U = {};\\n    U.wildcard = P.tag('wildcard', P.string(options.wildcardChar));\\n    U.optional = P.tag('optional', P.pick(1, P.string(options.optionalSegmentStartChar), P.lazy(function() {\\n      return U.pattern;\\n    }), P.string(options.optionalSegmentEndChar)));\\n    U.name = P.regex(new RegExp(\\\"^[\\\" + options.segmentNameCharset + \\\"]+\\\"));\\n    U.named = P.tag('named', P.pick(1, P.string(options.segmentNameStartChar), P.lazy(function() {\\n      return U.name;\\n    })));\\n    U.escapedChar = P.pick(1, P.string(options.escapeChar), P.regex(/^./));\\n    U[\\\"static\\\"] = P.tag('static', P.concatMany1Till(P.firstChoice(P.lazy(function() {\\n      return U.escapedChar;\\n    }), P.regex(/^./)), P.firstChoice(P.string(options.segmentNameStartChar), P.string(options.optionalSegmentStartChar), P.string(options.optionalSegmentEndChar), U.wildcard)));\\n    U.token = P.lazy(function() {\\n      return P.firstChoice(U.wildcard, U.optional, U.named, U[\\\"static\\\"]);\\n    });\\n    U.pattern = P.many1(P.lazy(function() {\\n      return U.token;\\n    }));\\n    return U;\\n  };\\n  defaultOptions = {\\n    escapeChar: '\\\\\\\\',\\n    segmentNameStartChar: ':',\\n    segmentValueCharset: 'a-zA-Z0-9-_~ %',\\n    segmentNameCharset: 'a-zA-Z0-9',\\n    optionalSegmentStartChar: '(',\\n    optionalSegmentEndChar: ')',\\n    wildcardChar: '*'\\n  };\\n  baseAstNodeToRegexString = function(astNode, segmentValueCharset) {\\n    if (Array.isArray(astNode)) {\\n      return stringConcatMap(astNode, function(node) {\\n        return baseAstNodeToRegexString(node, segmentValueCharset);\\n      });\\n    }\\n    switch (astNode.tag) {\\n      case 'wildcard':\\n        return '(.*?)';\\n      case 'named':\\n        return \\\"([\\\" + segmentValueCharset + \\\"]+)\\\";\\n      case 'static':\\n        return escapeForRegex(astNode.value);\\n      case 'optional':\\n        return '(?:' + baseAstNodeToRegexString(astNode.value, segmentValueCharset) + ')?';\\n    }\\n  };\\n  astNodeToRegexString = function(astNode, segmentValueCharset) {\\n    if (segmentValueCharset == null) {\\n      segmentValueCharset = defaultOptions.segmentValueCharset;\\n    }\\n    return '^' + baseAstNodeToRegexString(astNode, segmentValueCharset) + '$';\\n  };\\n  astNodeToNames = function(astNode) {\\n    if (Array.isArray(astNode)) {\\n      return concatMap(astNode, astNodeToNames);\\n    }\\n    switch (astNode.tag) {\\n      case 'wildcard':\\n        return ['_'];\\n      case 'named':\\n        return [astNode.value];\\n      case 'static':\\n        return [];\\n      case 'optional':\\n        return astNodeToNames(astNode.value);\\n    }\\n  };\\n  getParam = function(params, key, nextIndexes, sideEffects) {\\n    var index, maxIndex, result, value;\\n    if (sideEffects == null) {\\n      sideEffects = false;\\n    }\\n    value = params[key];\\n    if (value == null) {\\n      if (sideEffects) {\\n        throw new Error(\\\"no values provided for key `\\\" + key + \\\"`\\\");\\n      } else {\\n        return;\\n      }\\n    }\\n    index = nextIndexes[key] || 0;\\n    maxIndex = Array.isArray(value) ? value.length - 1 : 0;\\n    if (index > maxIndex) {\\n      if (sideEffects) {\\n        throw new Error(\\\"too few values provided for key `\\\" + key + \\\"`\\\");\\n      } else {\\n        return;\\n      }\\n    }\\n    result = Array.isArray(value) ? value[index] : value;\\n    if (sideEffects) {\\n      nextIndexes[key] = index + 1;\\n    }\\n    return result;\\n  };\\n  astNodeContainsSegmentsForProvidedParams = function(astNode, params, nextIndexes) {\\n    var i, length;\\n    if (Array.isArray(astNode)) {\\n      i = -1;\\n      length = astNode.length;\\n      while (++i < length) {\\n        if (astNodeContainsSegmentsForProvidedParams(astNode[i], params, nextIndexes)) {\\n          return true;\\n        }\\n      }\\n      return false;\\n    }\\n    switch (astNode.tag) {\\n      case 'wildcard':\\n        return getParam(params, '_', nextIndexes, false) != null;\\n      case 'named':\\n        return getParam(params, astNode.value, nextIndexes, false) != null;\\n      case 'static':\\n        return false;\\n      case 'optional':\\n        return astNodeContainsSegmentsForProvidedParams(astNode.value, params, nextIndexes);\\n    }\\n  };\\n  stringify = function(astNode, params, nextIndexes) {\\n    if (Array.isArray(astNode)) {\\n      return stringConcatMap(astNode, function(node) {\\n        return stringify(node, params, nextIndexes);\\n      });\\n    }\\n    switch (astNode.tag) {\\n      case 'wildcard':\\n        return getParam(params, '_', nextIndexes, true);\\n      case 'named':\\n        return getParam(params, astNode.value, nextIndexes, true);\\n      case 'static':\\n        return astNode.value;\\n      case 'optional':\\n        if (astNodeContainsSegmentsForProvidedParams(astNode.value, params, nextIndexes)) {\\n          return stringify(astNode.value, params, nextIndexes);\\n        } else {\\n          return '';\\n        }\\n    }\\n  };\\n  UrlPattern = function(arg1, arg2) {\\n    var groupCount, options, parsed, parser, withoutWhitespace;\\n    if (arg1 instanceof UrlPattern) {\\n      this.isRegex = arg1.isRegex;\\n      this.regex = arg1.regex;\\n      this.ast = arg1.ast;\\n      this.names = arg1.names;\\n      return;\\n    }\\n    this.isRegex = arg1 instanceof RegExp;\\n    if (!(('string' === typeof arg1) || this.isRegex)) {\\n      throw new TypeError('argument must be a regex or a string');\\n    }\\n    if (this.isRegex) {\\n      this.regex = arg1;\\n      if (arg2 != null) {\\n        if (!Array.isArray(arg2)) {\\n          throw new Error('if first argument is a regex the second argument may be an array of group names but you provided something else');\\n        }\\n        groupCount = regexGroupCount(this.regex);\\n        if (arg2.length !== groupCount) {\\n          throw new Error(\\\"regex contains \\\" + groupCount + \\\" groups but array of group names contains \\\" + arg2.length);\\n        }\\n        this.names = arg2;\\n      }\\n      return;\\n    }\\n    if (arg1 === '') {\\n      throw new Error('argument must not be the empty string');\\n    }\\n    withoutWhitespace = arg1.replace(/\\\\s+/g, '');\\n    if (withoutWhitespace !== arg1) {\\n      throw new Error('argument must not contain whitespace');\\n    }\\n    options = {\\n      escapeChar: (arg2 != null ? arg2.escapeChar : void 0) || defaultOptions.escapeChar,\\n      segmentNameStartChar: (arg2 != null ? arg2.segmentNameStartChar : void 0) || defaultOptions.segmentNameStartChar,\\n      segmentNameCharset: (arg2 != null ? arg2.segmentNameCharset : void 0) || defaultOptions.segmentNameCharset,\\n      segmentValueCharset: (arg2 != null ? arg2.segmentValueCharset : void 0) || defaultOptions.segmentValueCharset,\\n      optionalSegmentStartChar: (arg2 != null ? arg2.optionalSegmentStartChar : void 0) || defaultOptions.optionalSegmentStartChar,\\n      optionalSegmentEndChar: (arg2 != null ? arg2.optionalSegmentEndChar : void 0) || defaultOptions.optionalSegmentEndChar,\\n      wildcardChar: (arg2 != null ? arg2.wildcardChar : void 0) || defaultOptions.wildcardChar\\n    };\\n    parser = newParser(options);\\n    parsed = parser.pattern(arg1);\\n    if (parsed == null) {\\n      throw new Error(\\\"couldn't parse pattern\\\");\\n    }\\n    if (parsed.rest !== '') {\\n      throw new Error(\\\"could only partially parse pattern\\\");\\n    }\\n    this.ast = parsed.value;\\n    this.regex = new RegExp(astNodeToRegexString(this.ast, options.segmentValueCharset));\\n    this.names = astNodeToNames(this.ast);\\n  };\\n  UrlPattern.prototype.match = function(url) {\\n    var groups, match;\\n    match = this.regex.exec(url);\\n    if (match == null) {\\n      return null;\\n    }\\n    groups = match.slice(1);\\n    if (this.names) {\\n      return keysAndValuesToObject(this.names, groups);\\n    } else {\\n      return groups;\\n    }\\n  };\\n  UrlPattern.prototype.stringify = function(params) {\\n    if (params == null) {\\n      params = {};\\n    }\\n    if (this.isRegex) {\\n      throw new Error(\\\"can't stringify patterns generated from a regex\\\");\\n    }\\n    if (params !== Object(params)) {\\n      throw new Error(\\\"argument must be an object or undefined\\\");\\n    }\\n    return stringify(this.ast, params, {});\\n  };\\n  UrlPattern.escapeForRegex = escapeForRegex;\\n  UrlPattern.concatMap = concatMap;\\n  UrlPattern.stringConcatMap = stringConcatMap;\\n  UrlPattern.regexGroupCount = regexGroupCount;\\n  UrlPattern.keysAndValuesToObject = keysAndValuesToObject;\\n  UrlPattern.P = P;\\n  UrlPattern.newParser = newParser;\\n  UrlPattern.defaultOptions = defaultOptions;\\n  UrlPattern.astNodeToRegexString = astNodeToRegexString;\\n  UrlPattern.astNodeToNames = astNodeToNames;\\n  UrlPattern.getParam = getParam;\\n  UrlPattern.astNodeContainsSegmentsForProvidedParams = astNodeContainsSegmentsForProvidedParams;\\n  UrlPattern.stringify = stringify;\\n  return UrlPattern;\\n});\\n\"\n        },\n        {\n          \"id\": 103,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/webpack/buildin/amd-options.js\",\n          \"name\": \"(webpack)/buildin/amd-options.js\",\n          \"index\": 168,\n          \"index2\": 163,\n          \"size\": 82,\n          \"cacheable\": true,\n          \"built\": true,\n          \"optional\": false,\n          \"prefetched\": false,\n          \"chunks\": [\n            2,\n            4\n          ],\n          \"issuer\": \"/Users/jarred/Code/styleurl/node_modules/url-pattern/lib/url-pattern.js\",\n          \"issuerId\": 102,\n          \"issuerName\": \"./node_modules/url-pattern/lib/url-pattern.js\",\n          \"issuerPath\": [\n            {\n              \"id\": 350,\n              \"identifier\": \"multi /Users/jarred/Code/styleurl/webpack/customPublicPath /Users/jarred/Code/styleurl/chrome/extension/github_gist_content_script\",\n              \"name\": \"multi ./webpack/customPublicPath ./chrome/extension/github_gist_content_script\",\n              \"profile\": {\n                \"factory\": 0,\n                \"building\": 0,\n                \"dependencies\": 53\n              }\n            },\n            {\n              \"id\": 351,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/github_gist_content_script.js\",\n              \"name\": \"./chrome/extension/github_gist_content_script.js\",\n              \"profile\": {\n                \"factory\": 54,\n                \"building\": 576,\n                \"dependencies\": 194\n              }\n            },\n            {\n              \"id\": 55,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/lib/stylefile.js\",\n              \"name\": \"./chrome/extension/lib/stylefile.js\",\n              \"profile\": {\n                \"factory\": 194,\n                \"building\": 246,\n                \"dependencies\": 40\n              }\n            },\n            {\n              \"id\": 102,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/url-pattern/lib/url-pattern.js\",\n              \"name\": \"./node_modules/url-pattern/lib/url-pattern.js\",\n              \"profile\": {\n                \"factory\": 408,\n                \"building\": 42\n              }\n            }\n          ],\n          \"profile\": {\n            \"factory\": 98,\n            \"building\": 62\n          },\n          \"failed\": false,\n          \"errors\": 0,\n          \"warnings\": 0,\n          \"assets\": [],\n          \"reasons\": [\n            {\n              \"moduleId\": 102,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/url-pattern/lib/url-pattern.js\",\n              \"module\": \"./node_modules/url-pattern/lib/url-pattern.js\",\n              \"moduleName\": \"./node_modules/url-pattern/lib/url-pattern.js\",\n              \"type\": \"amd require\",\n              \"userRequest\": \"define.amd\",\n              \"loc\": \"5:41-51\"\n            }\n          ],\n          \"usedExports\": true,\n          \"providedExports\": null,\n          \"optimizationBailout\": [\n            \"ModuleConcatenation bailout: Module is not an ECMAScript module\"\n          ],\n          \"depth\": 4,\n          \"source\": \"/* globals __webpack_amd_options__ */\\r\\nmodule.exports = __webpack_amd_options__;\\r\\n\"\n        },\n        {\n          \"id\": 104,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/js-yaml/index.js\",\n          \"name\": \"./node_modules/js-yaml/index.js\",\n          \"index\": 169,\n          \"index2\": 199,\n          \"size\": 81,\n          \"cacheable\": true,\n          \"built\": true,\n          \"optional\": false,\n          \"prefetched\": false,\n          \"chunks\": [\n            2,\n            4\n          ],\n          \"issuer\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/lib/stylefile.js\",\n          \"issuerId\": 55,\n          \"issuerName\": \"./chrome/extension/lib/stylefile.js\",\n          \"issuerPath\": [\n            {\n              \"id\": 350,\n              \"identifier\": \"multi /Users/jarred/Code/styleurl/webpack/customPublicPath /Users/jarred/Code/styleurl/chrome/extension/github_gist_content_script\",\n              \"name\": \"multi ./webpack/customPublicPath ./chrome/extension/github_gist_content_script\",\n              \"profile\": {\n                \"factory\": 0,\n                \"building\": 0,\n                \"dependencies\": 53\n              }\n            },\n            {\n              \"id\": 351,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/github_gist_content_script.js\",\n              \"name\": \"./chrome/extension/github_gist_content_script.js\",\n              \"profile\": {\n                \"factory\": 54,\n                \"building\": 576,\n                \"dependencies\": 194\n              }\n            },\n            {\n              \"id\": 55,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/lib/stylefile.js\",\n              \"name\": \"./chrome/extension/lib/stylefile.js\",\n              \"profile\": {\n                \"factory\": 194,\n                \"building\": 246,\n                \"dependencies\": 40\n              }\n            }\n          ],\n          \"profile\": {\n            \"factory\": 408,\n            \"building\": 42\n          },\n          \"failed\": false,\n          \"errors\": 0,\n          \"warnings\": 0,\n          \"assets\": [],\n          \"reasons\": [\n            {\n              \"moduleId\": 55,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/lib/stylefile.js\",\n              \"module\": \"./chrome/extension/lib/stylefile.js\",\n              \"moduleName\": \"./chrome/extension/lib/stylefile.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"js-yaml\",\n              \"loc\": \"12:37-55\"\n            }\n          ],\n          \"usedExports\": true,\n          \"providedExports\": null,\n          \"optimizationBailout\": [\n            \"ModuleConcatenation bailout: Module is not an ECMAScript module\"\n          ],\n          \"depth\": 3,\n          \"source\": \"'use strict';\\n\\n\\nvar yaml = require('./lib/js-yaml.js');\\n\\n\\nmodule.exports = yaml;\\n\"\n        },\n        {\n          \"id\": 105,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/js-yaml/lib/js-yaml.js\",\n          \"name\": \"./node_modules/js-yaml/lib/js-yaml.js\",\n          \"index\": 170,\n          \"index2\": 198,\n          \"size\": 1665,\n          \"cacheable\": true,\n          \"built\": true,\n          \"optional\": false,\n          \"prefetched\": false,\n          \"chunks\": [\n            2,\n            4\n          ],\n          \"issuer\": \"/Users/jarred/Code/styleurl/node_modules/js-yaml/index.js\",\n          \"issuerId\": 104,\n          \"issuerName\": \"./node_modules/js-yaml/index.js\",\n          \"issuerPath\": [\n            {\n              \"id\": 350,\n              \"identifier\": \"multi /Users/jarred/Code/styleurl/webpack/customPublicPath /Users/jarred/Code/styleurl/chrome/extension/github_gist_content_script\",\n              \"name\": \"multi ./webpack/customPublicPath ./chrome/extension/github_gist_content_script\",\n              \"profile\": {\n                \"factory\": 0,\n                \"building\": 0,\n                \"dependencies\": 53\n              }\n            },\n            {\n              \"id\": 351,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/github_gist_content_script.js\",\n              \"name\": \"./chrome/extension/github_gist_content_script.js\",\n              \"profile\": {\n                \"factory\": 54,\n                \"building\": 576,\n                \"dependencies\": 194\n              }\n            },\n            {\n              \"id\": 55,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/lib/stylefile.js\",\n              \"name\": \"./chrome/extension/lib/stylefile.js\",\n              \"profile\": {\n                \"factory\": 194,\n                \"building\": 246,\n                \"dependencies\": 40\n              }\n            },\n            {\n              \"id\": 104,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/js-yaml/index.js\",\n              \"name\": \"./node_modules/js-yaml/index.js\",\n              \"profile\": {\n                \"factory\": 408,\n                \"building\": 42\n              }\n            }\n          ],\n          \"profile\": {\n            \"factory\": 96,\n            \"building\": 77\n          },\n          \"failed\": false,\n          \"errors\": 0,\n          \"warnings\": 0,\n          \"assets\": [],\n          \"reasons\": [\n            {\n              \"moduleId\": 104,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/js-yaml/index.js\",\n              \"module\": \"./node_modules/js-yaml/index.js\",\n              \"moduleName\": \"./node_modules/js-yaml/index.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"./lib/js-yaml.js\",\n              \"loc\": \"4:11-38\"\n            }\n          ],\n          \"usedExports\": true,\n          \"providedExports\": null,\n          \"optimizationBailout\": [\n            \"ModuleConcatenation bailout: Module is not an ECMAScript module\"\n          ],\n          \"depth\": 4,\n          \"source\": \"'use strict';\\n\\n\\nvar loader = require('./js-yaml/loader');\\nvar dumper = require('./js-yaml/dumper');\\n\\n\\nfunction deprecated(name) {\\n  return function () {\\n    throw new Error('Function ' + name + ' is deprecated and cannot be used.');\\n  };\\n}\\n\\n\\nmodule.exports.Type                = require('./js-yaml/type');\\nmodule.exports.Schema              = require('./js-yaml/schema');\\nmodule.exports.FAILSAFE_SCHEMA     = require('./js-yaml/schema/failsafe');\\nmodule.exports.JSON_SCHEMA         = require('./js-yaml/schema/json');\\nmodule.exports.CORE_SCHEMA         = require('./js-yaml/schema/core');\\nmodule.exports.DEFAULT_SAFE_SCHEMA = require('./js-yaml/schema/default_safe');\\nmodule.exports.DEFAULT_FULL_SCHEMA = require('./js-yaml/schema/default_full');\\nmodule.exports.load                = loader.load;\\nmodule.exports.loadAll             = loader.loadAll;\\nmodule.exports.safeLoad            = loader.safeLoad;\\nmodule.exports.safeLoadAll         = loader.safeLoadAll;\\nmodule.exports.dump                = dumper.dump;\\nmodule.exports.safeDump            = dumper.safeDump;\\nmodule.exports.YAMLException       = require('./js-yaml/exception');\\n\\n// Deprecated schema names from JS-YAML 2.0.x\\nmodule.exports.MINIMAL_SCHEMA = require('./js-yaml/schema/failsafe');\\nmodule.exports.SAFE_SCHEMA    = require('./js-yaml/schema/default_safe');\\nmodule.exports.DEFAULT_SCHEMA = require('./js-yaml/schema/default_full');\\n\\n// Deprecated functions from JS-YAML 1.x.x\\nmodule.exports.scan           = deprecated('scan');\\nmodule.exports.parse          = deprecated('parse');\\nmodule.exports.compose        = deprecated('compose');\\nmodule.exports.addConstructor = deprecated('addConstructor');\\n\"\n        },\n        {\n          \"id\": 106,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/js-yaml/lib/js-yaml/loader.js\",\n          \"name\": \"./node_modules/js-yaml/lib/js-yaml/loader.js\",\n          \"index\": 171,\n          \"index2\": 196,\n          \"size\": 42739,\n          \"cacheable\": true,\n          \"built\": true,\n          \"optional\": false,\n          \"prefetched\": false,\n          \"chunks\": [\n            2,\n            4\n          ],\n          \"issuer\": \"/Users/jarred/Code/styleurl/node_modules/js-yaml/lib/js-yaml.js\",\n          \"issuerId\": 105,\n          \"issuerName\": \"./node_modules/js-yaml/lib/js-yaml.js\",\n          \"issuerPath\": [\n            {\n              \"id\": 350,\n              \"identifier\": \"multi /Users/jarred/Code/styleurl/webpack/customPublicPath /Users/jarred/Code/styleurl/chrome/extension/github_gist_content_script\",\n              \"name\": \"multi ./webpack/customPublicPath ./chrome/extension/github_gist_content_script\",\n              \"profile\": {\n                \"factory\": 0,\n                \"building\": 0,\n                \"dependencies\": 53\n              }\n            },\n            {\n              \"id\": 351,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/github_gist_content_script.js\",\n              \"name\": \"./chrome/extension/github_gist_content_script.js\",\n              \"profile\": {\n                \"factory\": 54,\n                \"building\": 576,\n                \"dependencies\": 194\n              }\n            },\n            {\n              \"id\": 55,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/lib/stylefile.js\",\n              \"name\": \"./chrome/extension/lib/stylefile.js\",\n              \"profile\": {\n                \"factory\": 194,\n                \"building\": 246,\n                \"dependencies\": 40\n              }\n            },\n            {\n              \"id\": 104,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/js-yaml/index.js\",\n              \"name\": \"./node_modules/js-yaml/index.js\",\n              \"profile\": {\n                \"factory\": 408,\n                \"building\": 42\n              }\n            },\n            {\n              \"id\": 105,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/js-yaml/lib/js-yaml.js\",\n              \"name\": \"./node_modules/js-yaml/lib/js-yaml.js\",\n              \"profile\": {\n                \"factory\": 96,\n                \"building\": 77\n              }\n            }\n          ],\n          \"profile\": {\n            \"factory\": 33,\n            \"building\": 66,\n            \"dependencies\": 42\n          },\n          \"failed\": false,\n          \"errors\": 0,\n          \"warnings\": 0,\n          \"assets\": [],\n          \"reasons\": [\n            {\n              \"moduleId\": 105,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/js-yaml/lib/js-yaml.js\",\n              \"module\": \"./node_modules/js-yaml/lib/js-yaml.js\",\n              \"moduleName\": \"./node_modules/js-yaml/lib/js-yaml.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"./js-yaml/loader\",\n              \"loc\": \"4:13-40\"\n            }\n          ],\n          \"usedExports\": true,\n          \"providedExports\": null,\n          \"optimizationBailout\": [\n            \"ModuleConcatenation bailout: Module is not an ECMAScript module\"\n          ],\n          \"depth\": 5,\n          \"source\": \"'use strict';\\n\\n/*eslint-disable max-len,no-use-before-define*/\\n\\nvar common              = require('./common');\\nvar YAMLException       = require('./exception');\\nvar Mark                = require('./mark');\\nvar DEFAULT_SAFE_SCHEMA = require('./schema/default_safe');\\nvar DEFAULT_FULL_SCHEMA = require('./schema/default_full');\\n\\n\\nvar _hasOwnProperty = Object.prototype.hasOwnProperty;\\n\\n\\nvar CONTEXT_FLOW_IN   = 1;\\nvar CONTEXT_FLOW_OUT  = 2;\\nvar CONTEXT_BLOCK_IN  = 3;\\nvar CONTEXT_BLOCK_OUT = 4;\\n\\n\\nvar CHOMPING_CLIP  = 1;\\nvar CHOMPING_STRIP = 2;\\nvar CHOMPING_KEEP  = 3;\\n\\n\\nvar PATTERN_NON_PRINTABLE         = /[\\\\x00-\\\\x08\\\\x0B\\\\x0C\\\\x0E-\\\\x1F\\\\x7F-\\\\x84\\\\x86-\\\\x9F\\\\uFFFE\\\\uFFFF]|[\\\\uD800-\\\\uDBFF](?![\\\\uDC00-\\\\uDFFF])|(?:[^\\\\uD800-\\\\uDBFF]|^)[\\\\uDC00-\\\\uDFFF]/;\\nvar PATTERN_NON_ASCII_LINE_BREAKS = /[\\\\x85\\\\u2028\\\\u2029]/;\\nvar PATTERN_FLOW_INDICATORS       = /[,\\\\[\\\\]\\\\{\\\\}]/;\\nvar PATTERN_TAG_HANDLE            = /^(?:!|!!|![a-z\\\\-]+!)$/i;\\nvar PATTERN_TAG_URI               = /^(?:!|[^,\\\\[\\\\]\\\\{\\\\}])(?:%[0-9a-f]{2}|[0-9a-z\\\\-#;\\\\/\\\\?:@&=\\\\+\\\\$,_\\\\.!~\\\\*'\\\\(\\\\)\\\\[\\\\]])*$/i;\\n\\n\\nfunction is_EOL(c) {\\n  return (c === 0x0A/* LF */) || (c === 0x0D/* CR */);\\n}\\n\\nfunction is_WHITE_SPACE(c) {\\n  return (c === 0x09/* Tab */) || (c === 0x20/* Space */);\\n}\\n\\nfunction is_WS_OR_EOL(c) {\\n  return (c === 0x09/* Tab */) ||\\n         (c === 0x20/* Space */) ||\\n         (c === 0x0A/* LF */) ||\\n         (c === 0x0D/* CR */);\\n}\\n\\nfunction is_FLOW_INDICATOR(c) {\\n  return c === 0x2C/* , */ ||\\n         c === 0x5B/* [ */ ||\\n         c === 0x5D/* ] */ ||\\n         c === 0x7B/* { */ ||\\n         c === 0x7D/* } */;\\n}\\n\\nfunction fromHexCode(c) {\\n  var lc;\\n\\n  if ((0x30/* 0 */ <= c) && (c <= 0x39/* 9 */)) {\\n    return c - 0x30;\\n  }\\n\\n  /*eslint-disable no-bitwise*/\\n  lc = c | 0x20;\\n\\n  if ((0x61/* a */ <= lc) && (lc <= 0x66/* f */)) {\\n    return lc - 0x61 + 10;\\n  }\\n\\n  return -1;\\n}\\n\\nfunction escapedHexLen(c) {\\n  if (c === 0x78/* x */) { return 2; }\\n  if (c === 0x75/* u */) { return 4; }\\n  if (c === 0x55/* U */) { return 8; }\\n  return 0;\\n}\\n\\nfunction fromDecimalCode(c) {\\n  if ((0x30/* 0 */ <= c) && (c <= 0x39/* 9 */)) {\\n    return c - 0x30;\\n  }\\n\\n  return -1;\\n}\\n\\nfunction simpleEscapeSequence(c) {\\n  /* eslint-disable indent */\\n  return (c === 0x30/* 0 */) ? '\\\\x00' :\\n        (c === 0x61/* a */) ? '\\\\x07' :\\n        (c === 0x62/* b */) ? '\\\\x08' :\\n        (c === 0x74/* t */) ? '\\\\x09' :\\n        (c === 0x09/* Tab */) ? '\\\\x09' :\\n        (c === 0x6E/* n */) ? '\\\\x0A' :\\n        (c === 0x76/* v */) ? '\\\\x0B' :\\n        (c === 0x66/* f */) ? '\\\\x0C' :\\n        (c === 0x72/* r */) ? '\\\\x0D' :\\n        (c === 0x65/* e */) ? '\\\\x1B' :\\n        (c === 0x20/* Space */) ? ' ' :\\n        (c === 0x22/* \\\" */) ? '\\\\x22' :\\n        (c === 0x2F/* / */) ? '/' :\\n        (c === 0x5C/* \\\\ */) ? '\\\\x5C' :\\n        (c === 0x4E/* N */) ? '\\\\x85' :\\n        (c === 0x5F/* _ */) ? '\\\\xA0' :\\n        (c === 0x4C/* L */) ? '\\\\u2028' :\\n        (c === 0x50/* P */) ? '\\\\u2029' : '';\\n}\\n\\nfunction charFromCodepoint(c) {\\n  if (c <= 0xFFFF) {\\n    return String.fromCharCode(c);\\n  }\\n  // Encode UTF-16 surrogate pair\\n  // https://en.wikipedia.org/wiki/UTF-16#Code_points_U.2B010000_to_U.2B10FFFF\\n  return String.fromCharCode(\\n    ((c - 0x010000) >> 10) + 0xD800,\\n    ((c - 0x010000) & 0x03FF) + 0xDC00\\n  );\\n}\\n\\nvar simpleEscapeCheck = new Array(256); // integer, for fast access\\nvar simpleEscapeMap = new Array(256);\\nfor (var i = 0; i < 256; i++) {\\n  simpleEscapeCheck[i] = simpleEscapeSequence(i) ? 1 : 0;\\n  simpleEscapeMap[i] = simpleEscapeSequence(i);\\n}\\n\\n\\nfunction State(input, options) {\\n  this.input = input;\\n\\n  this.filename  = options['filename']  || null;\\n  this.schema    = options['schema']    || DEFAULT_FULL_SCHEMA;\\n  this.onWarning = options['onWarning'] || null;\\n  this.legacy    = options['legacy']    || false;\\n  this.json      = options['json']      || false;\\n  this.listener  = options['listener']  || null;\\n\\n  this.implicitTypes = this.schema.compiledImplicit;\\n  this.typeMap       = this.schema.compiledTypeMap;\\n\\n  this.length     = input.length;\\n  this.position   = 0;\\n  this.line       = 0;\\n  this.lineStart  = 0;\\n  this.lineIndent = 0;\\n\\n  this.documents = [];\\n\\n  /*\\n  this.version;\\n  this.checkLineBreaks;\\n  this.tagMap;\\n  this.anchorMap;\\n  this.tag;\\n  this.anchor;\\n  this.kind;\\n  this.result;*/\\n\\n}\\n\\n\\nfunction generateError(state, message) {\\n  return new YAMLException(\\n    message,\\n    new Mark(state.filename, state.input, state.position, state.line, (state.position - state.lineStart)));\\n}\\n\\nfunction throwError(state, message) {\\n  throw generateError(state, message);\\n}\\n\\nfunction throwWarning(state, message) {\\n  if (state.onWarning) {\\n    state.onWarning.call(null, generateError(state, message));\\n  }\\n}\\n\\n\\nvar directiveHandlers = {\\n\\n  YAML: function handleYamlDirective(state, name, args) {\\n\\n    var match, major, minor;\\n\\n    if (state.version !== null) {\\n      throwError(state, 'duplication of %YAML directive');\\n    }\\n\\n    if (args.length !== 1) {\\n      throwError(state, 'YAML directive accepts exactly one argument');\\n    }\\n\\n    match = /^([0-9]+)\\\\.([0-9]+)$/.exec(args[0]);\\n\\n    if (match === null) {\\n      throwError(state, 'ill-formed argument of the YAML directive');\\n    }\\n\\n    major = parseInt(match[1], 10);\\n    minor = parseInt(match[2], 10);\\n\\n    if (major !== 1) {\\n      throwError(state, 'unacceptable YAML version of the document');\\n    }\\n\\n    state.version = args[0];\\n    state.checkLineBreaks = (minor < 2);\\n\\n    if (minor !== 1 && minor !== 2) {\\n      throwWarning(state, 'unsupported YAML version of the document');\\n    }\\n  },\\n\\n  TAG: function handleTagDirective(state, name, args) {\\n\\n    var handle, prefix;\\n\\n    if (args.length !== 2) {\\n      throwError(state, 'TAG directive accepts exactly two arguments');\\n    }\\n\\n    handle = args[0];\\n    prefix = args[1];\\n\\n    if (!PATTERN_TAG_HANDLE.test(handle)) {\\n      throwError(state, 'ill-formed tag handle (first argument) of the TAG directive');\\n    }\\n\\n    if (_hasOwnProperty.call(state.tagMap, handle)) {\\n      throwError(state, 'there is a previously declared suffix for \\\"' + handle + '\\\" tag handle');\\n    }\\n\\n    if (!PATTERN_TAG_URI.test(prefix)) {\\n      throwError(state, 'ill-formed tag prefix (second argument) of the TAG directive');\\n    }\\n\\n    state.tagMap[handle] = prefix;\\n  }\\n};\\n\\n\\nfunction captureSegment(state, start, end, checkJson) {\\n  var _position, _length, _character, _result;\\n\\n  if (start < end) {\\n    _result = state.input.slice(start, end);\\n\\n    if (checkJson) {\\n      for (_position = 0, _length = _result.length; _position < _length; _position += 1) {\\n        _character = _result.charCodeAt(_position);\\n        if (!(_character === 0x09 ||\\n              (0x20 <= _character && _character <= 0x10FFFF))) {\\n          throwError(state, 'expected valid JSON character');\\n        }\\n      }\\n    } else if (PATTERN_NON_PRINTABLE.test(_result)) {\\n      throwError(state, 'the stream contains non-printable characters');\\n    }\\n\\n    state.result += _result;\\n  }\\n}\\n\\nfunction mergeMappings(state, destination, source, overridableKeys) {\\n  var sourceKeys, key, index, quantity;\\n\\n  if (!common.isObject(source)) {\\n    throwError(state, 'cannot merge mappings; the provided source object is unacceptable');\\n  }\\n\\n  sourceKeys = Object.keys(source);\\n\\n  for (index = 0, quantity = sourceKeys.length; index < quantity; index += 1) {\\n    key = sourceKeys[index];\\n\\n    if (!_hasOwnProperty.call(destination, key)) {\\n      destination[key] = source[key];\\n      overridableKeys[key] = true;\\n    }\\n  }\\n}\\n\\nfunction storeMappingPair(state, _result, overridableKeys, keyTag, keyNode, valueNode, startLine, startPos) {\\n  var index, quantity;\\n\\n  keyNode = String(keyNode);\\n\\n  if (_result === null) {\\n    _result = {};\\n  }\\n\\n  if (keyTag === 'tag:yaml.org,2002:merge') {\\n    if (Array.isArray(valueNode)) {\\n      for (index = 0, quantity = valueNode.length; index < quantity; index += 1) {\\n        mergeMappings(state, _result, valueNode[index], overridableKeys);\\n      }\\n    } else {\\n      mergeMappings(state, _result, valueNode, overridableKeys);\\n    }\\n  } else {\\n    if (!state.json &&\\n        !_hasOwnProperty.call(overridableKeys, keyNode) &&\\n        _hasOwnProperty.call(_result, keyNode)) {\\n      state.line = startLine || state.line;\\n      state.position = startPos || state.position;\\n      throwError(state, 'duplicated mapping key');\\n    }\\n    _result[keyNode] = valueNode;\\n    delete overridableKeys[keyNode];\\n  }\\n\\n  return _result;\\n}\\n\\nfunction readLineBreak(state) {\\n  var ch;\\n\\n  ch = state.input.charCodeAt(state.position);\\n\\n  if (ch === 0x0A/* LF */) {\\n    state.position++;\\n  } else if (ch === 0x0D/* CR */) {\\n    state.position++;\\n    if (state.input.charCodeAt(state.position) === 0x0A/* LF */) {\\n      state.position++;\\n    }\\n  } else {\\n    throwError(state, 'a line break is expected');\\n  }\\n\\n  state.line += 1;\\n  state.lineStart = state.position;\\n}\\n\\nfunction skipSeparationSpace(state, allowComments, checkIndent) {\\n  var lineBreaks = 0,\\n      ch = state.input.charCodeAt(state.position);\\n\\n  while (ch !== 0) {\\n    while (is_WHITE_SPACE(ch)) {\\n      ch = state.input.charCodeAt(++state.position);\\n    }\\n\\n    if (allowComments && ch === 0x23/* # */) {\\n      do {\\n        ch = state.input.charCodeAt(++state.position);\\n      } while (ch !== 0x0A/* LF */ && ch !== 0x0D/* CR */ && ch !== 0);\\n    }\\n\\n    if (is_EOL(ch)) {\\n      readLineBreak(state);\\n\\n      ch = state.input.charCodeAt(state.position);\\n      lineBreaks++;\\n      state.lineIndent = 0;\\n\\n      while (ch === 0x20/* Space */) {\\n        state.lineIndent++;\\n        ch = state.input.charCodeAt(++state.position);\\n      }\\n    } else {\\n      break;\\n    }\\n  }\\n\\n  if (checkIndent !== -1 && lineBreaks !== 0 && state.lineIndent < checkIndent) {\\n    throwWarning(state, 'deficient indentation');\\n  }\\n\\n  return lineBreaks;\\n}\\n\\nfunction testDocumentSeparator(state) {\\n  var _position = state.position,\\n      ch;\\n\\n  ch = state.input.charCodeAt(_position);\\n\\n  // Condition state.position === state.lineStart is tested\\n  // in parent on each call, for efficiency. No needs to test here again.\\n  if ((ch === 0x2D/* - */ || ch === 0x2E/* . */) &&\\n      ch === state.input.charCodeAt(_position + 1) &&\\n      ch === state.input.charCodeAt(_position + 2)) {\\n\\n    _position += 3;\\n\\n    ch = state.input.charCodeAt(_position);\\n\\n    if (ch === 0 || is_WS_OR_EOL(ch)) {\\n      return true;\\n    }\\n  }\\n\\n  return false;\\n}\\n\\nfunction writeFoldedLines(state, count) {\\n  if (count === 1) {\\n    state.result += ' ';\\n  } else if (count > 1) {\\n    state.result += common.repeat('\\\\n', count - 1);\\n  }\\n}\\n\\n\\nfunction readPlainScalar(state, nodeIndent, withinFlowCollection) {\\n  var preceding,\\n      following,\\n      captureStart,\\n      captureEnd,\\n      hasPendingContent,\\n      _line,\\n      _lineStart,\\n      _lineIndent,\\n      _kind = state.kind,\\n      _result = state.result,\\n      ch;\\n\\n  ch = state.input.charCodeAt(state.position);\\n\\n  if (is_WS_OR_EOL(ch)      ||\\n      is_FLOW_INDICATOR(ch) ||\\n      ch === 0x23/* # */    ||\\n      ch === 0x26/* & */    ||\\n      ch === 0x2A/* * */    ||\\n      ch === 0x21/* ! */    ||\\n      ch === 0x7C/* | */    ||\\n      ch === 0x3E/* > */    ||\\n      ch === 0x27/* ' */    ||\\n      ch === 0x22/* \\\" */    ||\\n      ch === 0x25/* % */    ||\\n      ch === 0x40/* @ */    ||\\n      ch === 0x60/* ` */) {\\n    return false;\\n  }\\n\\n  if (ch === 0x3F/* ? */ || ch === 0x2D/* - */) {\\n    following = state.input.charCodeAt(state.position + 1);\\n\\n    if (is_WS_OR_EOL(following) ||\\n        withinFlowCollection && is_FLOW_INDICATOR(following)) {\\n      return false;\\n    }\\n  }\\n\\n  state.kind = 'scalar';\\n  state.result = '';\\n  captureStart = captureEnd = state.position;\\n  hasPendingContent = false;\\n\\n  while (ch !== 0) {\\n    if (ch === 0x3A/* : */) {\\n      following = state.input.charCodeAt(state.position + 1);\\n\\n      if (is_WS_OR_EOL(following) ||\\n          withinFlowCollection && is_FLOW_INDICATOR(following)) {\\n        break;\\n      }\\n\\n    } else if (ch === 0x23/* # */) {\\n      preceding = state.input.charCodeAt(state.position - 1);\\n\\n      if (is_WS_OR_EOL(preceding)) {\\n        break;\\n      }\\n\\n    } else if ((state.position === state.lineStart && testDocumentSeparator(state)) ||\\n               withinFlowCollection && is_FLOW_INDICATOR(ch)) {\\n      break;\\n\\n    } else if (is_EOL(ch)) {\\n      _line = state.line;\\n      _lineStart = state.lineStart;\\n      _lineIndent = state.lineIndent;\\n      skipSeparationSpace(state, false, -1);\\n\\n      if (state.lineIndent >= nodeIndent) {\\n        hasPendingContent = true;\\n        ch = state.input.charCodeAt(state.position);\\n        continue;\\n      } else {\\n        state.position = captureEnd;\\n        state.line = _line;\\n        state.lineStart = _lineStart;\\n        state.lineIndent = _lineIndent;\\n        break;\\n      }\\n    }\\n\\n    if (hasPendingContent) {\\n      captureSegment(state, captureStart, captureEnd, false);\\n      writeFoldedLines(state, state.line - _line);\\n      captureStart = captureEnd = state.position;\\n      hasPendingContent = false;\\n    }\\n\\n    if (!is_WHITE_SPACE(ch)) {\\n      captureEnd = state.position + 1;\\n    }\\n\\n    ch = state.input.charCodeAt(++state.position);\\n  }\\n\\n  captureSegment(state, captureStart, captureEnd, false);\\n\\n  if (state.result) {\\n    return true;\\n  }\\n\\n  state.kind = _kind;\\n  state.result = _result;\\n  return false;\\n}\\n\\nfunction readSingleQuotedScalar(state, nodeIndent) {\\n  var ch,\\n      captureStart, captureEnd;\\n\\n  ch = state.input.charCodeAt(state.position);\\n\\n  if (ch !== 0x27/* ' */) {\\n    return false;\\n  }\\n\\n  state.kind = 'scalar';\\n  state.result = '';\\n  state.position++;\\n  captureStart = captureEnd = state.position;\\n\\n  while ((ch = state.input.charCodeAt(state.position)) !== 0) {\\n    if (ch === 0x27/* ' */) {\\n      captureSegment(state, captureStart, state.position, true);\\n      ch = state.input.charCodeAt(++state.position);\\n\\n      if (ch === 0x27/* ' */) {\\n        captureStart = state.position;\\n        state.position++;\\n        captureEnd = state.position;\\n      } else {\\n        return true;\\n      }\\n\\n    } else if (is_EOL(ch)) {\\n      captureSegment(state, captureStart, captureEnd, true);\\n      writeFoldedLines(state, skipSeparationSpace(state, false, nodeIndent));\\n      captureStart = captureEnd = state.position;\\n\\n    } else if (state.position === state.lineStart && testDocumentSeparator(state)) {\\n      throwError(state, 'unexpected end of the document within a single quoted scalar');\\n\\n    } else {\\n      state.position++;\\n      captureEnd = state.position;\\n    }\\n  }\\n\\n  throwError(state, 'unexpected end of the stream within a single quoted scalar');\\n}\\n\\nfunction readDoubleQuotedScalar(state, nodeIndent) {\\n  var captureStart,\\n      captureEnd,\\n      hexLength,\\n      hexResult,\\n      tmp,\\n      ch;\\n\\n  ch = state.input.charCodeAt(state.position);\\n\\n  if (ch !== 0x22/* \\\" */) {\\n    return false;\\n  }\\n\\n  state.kind = 'scalar';\\n  state.result = '';\\n  state.position++;\\n  captureStart = captureEnd = state.position;\\n\\n  while ((ch = state.input.charCodeAt(state.position)) !== 0) {\\n    if (ch === 0x22/* \\\" */) {\\n      captureSegment(state, captureStart, state.position, true);\\n      state.position++;\\n      return true;\\n\\n    } else if (ch === 0x5C/* \\\\ */) {\\n      captureSegment(state, captureStart, state.position, true);\\n      ch = state.input.charCodeAt(++state.position);\\n\\n      if (is_EOL(ch)) {\\n        skipSeparationSpace(state, false, nodeIndent);\\n\\n        // TODO: rework to inline fn with no type cast?\\n      } else if (ch < 256 && simpleEscapeCheck[ch]) {\\n        state.result += simpleEscapeMap[ch];\\n        state.position++;\\n\\n      } else if ((tmp = escapedHexLen(ch)) > 0) {\\n        hexLength = tmp;\\n        hexResult = 0;\\n\\n        for (; hexLength > 0; hexLength--) {\\n          ch = state.input.charCodeAt(++state.position);\\n\\n          if ((tmp = fromHexCode(ch)) >= 0) {\\n            hexResult = (hexResult << 4) + tmp;\\n\\n          } else {\\n            throwError(state, 'expected hexadecimal character');\\n          }\\n        }\\n\\n        state.result += charFromCodepoint(hexResult);\\n\\n        state.position++;\\n\\n      } else {\\n        throwError(state, 'unknown escape sequence');\\n      }\\n\\n      captureStart = captureEnd = state.position;\\n\\n    } else if (is_EOL(ch)) {\\n      captureSegment(state, captureStart, captureEnd, true);\\n      writeFoldedLines(state, skipSeparationSpace(state, false, nodeIndent));\\n      captureStart = captureEnd = state.position;\\n\\n    } else if (state.position === state.lineStart && testDocumentSeparator(state)) {\\n      throwError(state, 'unexpected end of the document within a double quoted scalar');\\n\\n    } else {\\n      state.position++;\\n      captureEnd = state.position;\\n    }\\n  }\\n\\n  throwError(state, 'unexpected end of the stream within a double quoted scalar');\\n}\\n\\nfunction readFlowCollection(state, nodeIndent) {\\n  var readNext = true,\\n      _line,\\n      _tag     = state.tag,\\n      _result,\\n      _anchor  = state.anchor,\\n      following,\\n      terminator,\\n      isPair,\\n      isExplicitPair,\\n      isMapping,\\n      overridableKeys = {},\\n      keyNode,\\n      keyTag,\\n      valueNode,\\n      ch;\\n\\n  ch = state.input.charCodeAt(state.position);\\n\\n  if (ch === 0x5B/* [ */) {\\n    terminator = 0x5D;/* ] */\\n    isMapping = false;\\n    _result = [];\\n  } else if (ch === 0x7B/* { */) {\\n    terminator = 0x7D;/* } */\\n    isMapping = true;\\n    _result = {};\\n  } else {\\n    return false;\\n  }\\n\\n  if (state.anchor !== null) {\\n    state.anchorMap[state.anchor] = _result;\\n  }\\n\\n  ch = state.input.charCodeAt(++state.position);\\n\\n  while (ch !== 0) {\\n    skipSeparationSpace(state, true, nodeIndent);\\n\\n    ch = state.input.charCodeAt(state.position);\\n\\n    if (ch === terminator) {\\n      state.position++;\\n      state.tag = _tag;\\n      state.anchor = _anchor;\\n      state.kind = isMapping ? 'mapping' : 'sequence';\\n      state.result = _result;\\n      return true;\\n    } else if (!readNext) {\\n      throwError(state, 'missed comma between flow collection entries');\\n    }\\n\\n    keyTag = keyNode = valueNode = null;\\n    isPair = isExplicitPair = false;\\n\\n    if (ch === 0x3F/* ? */) {\\n      following = state.input.charCodeAt(state.position + 1);\\n\\n      if (is_WS_OR_EOL(following)) {\\n        isPair = isExplicitPair = true;\\n        state.position++;\\n        skipSeparationSpace(state, true, nodeIndent);\\n      }\\n    }\\n\\n    _line = state.line;\\n    composeNode(state, nodeIndent, CONTEXT_FLOW_IN, false, true);\\n    keyTag = state.tag;\\n    keyNode = state.result;\\n    skipSeparationSpace(state, true, nodeIndent);\\n\\n    ch = state.input.charCodeAt(state.position);\\n\\n    if ((isExplicitPair || state.line === _line) && ch === 0x3A/* : */) {\\n      isPair = true;\\n      ch = state.input.charCodeAt(++state.position);\\n      skipSeparationSpace(state, true, nodeIndent);\\n      composeNode(state, nodeIndent, CONTEXT_FLOW_IN, false, true);\\n      valueNode = state.result;\\n    }\\n\\n    if (isMapping) {\\n      storeMappingPair(state, _result, overridableKeys, keyTag, keyNode, valueNode);\\n    } else if (isPair) {\\n      _result.push(storeMappingPair(state, null, overridableKeys, keyTag, keyNode, valueNode));\\n    } else {\\n      _result.push(keyNode);\\n    }\\n\\n    skipSeparationSpace(state, true, nodeIndent);\\n\\n    ch = state.input.charCodeAt(state.position);\\n\\n    if (ch === 0x2C/* , */) {\\n      readNext = true;\\n      ch = state.input.charCodeAt(++state.position);\\n    } else {\\n      readNext = false;\\n    }\\n  }\\n\\n  throwError(state, 'unexpected end of the stream within a flow collection');\\n}\\n\\nfunction readBlockScalar(state, nodeIndent) {\\n  var captureStart,\\n      folding,\\n      chomping       = CHOMPING_CLIP,\\n      didReadContent = false,\\n      detectedIndent = false,\\n      textIndent     = nodeIndent,\\n      emptyLines     = 0,\\n      atMoreIndented = false,\\n      tmp,\\n      ch;\\n\\n  ch = state.input.charCodeAt(state.position);\\n\\n  if (ch === 0x7C/* | */) {\\n    folding = false;\\n  } else if (ch === 0x3E/* > */) {\\n    folding = true;\\n  } else {\\n    return false;\\n  }\\n\\n  state.kind = 'scalar';\\n  state.result = '';\\n\\n  while (ch !== 0) {\\n    ch = state.input.charCodeAt(++state.position);\\n\\n    if (ch === 0x2B/* + */ || ch === 0x2D/* - */) {\\n      if (CHOMPING_CLIP === chomping) {\\n        chomping = (ch === 0x2B/* + */) ? CHOMPING_KEEP : CHOMPING_STRIP;\\n      } else {\\n        throwError(state, 'repeat of a chomping mode identifier');\\n      }\\n\\n    } else if ((tmp = fromDecimalCode(ch)) >= 0) {\\n      if (tmp === 0) {\\n        throwError(state, 'bad explicit indentation width of a block scalar; it cannot be less than one');\\n      } else if (!detectedIndent) {\\n        textIndent = nodeIndent + tmp - 1;\\n        detectedIndent = true;\\n      } else {\\n        throwError(state, 'repeat of an indentation width identifier');\\n      }\\n\\n    } else {\\n      break;\\n    }\\n  }\\n\\n  if (is_WHITE_SPACE(ch)) {\\n    do { ch = state.input.charCodeAt(++state.position); }\\n    while (is_WHITE_SPACE(ch));\\n\\n    if (ch === 0x23/* # */) {\\n      do { ch = state.input.charCodeAt(++state.position); }\\n      while (!is_EOL(ch) && (ch !== 0));\\n    }\\n  }\\n\\n  while (ch !== 0) {\\n    readLineBreak(state);\\n    state.lineIndent = 0;\\n\\n    ch = state.input.charCodeAt(state.position);\\n\\n    while ((!detectedIndent || state.lineIndent < textIndent) &&\\n           (ch === 0x20/* Space */)) {\\n      state.lineIndent++;\\n      ch = state.input.charCodeAt(++state.position);\\n    }\\n\\n    if (!detectedIndent && state.lineIndent > textIndent) {\\n      textIndent = state.lineIndent;\\n    }\\n\\n    if (is_EOL(ch)) {\\n      emptyLines++;\\n      continue;\\n    }\\n\\n    // End of the scalar.\\n    if (state.lineIndent < textIndent) {\\n\\n      // Perform the chomping.\\n      if (chomping === CHOMPING_KEEP) {\\n        state.result += common.repeat('\\\\n', didReadContent ? 1 + emptyLines : emptyLines);\\n      } else if (chomping === CHOMPING_CLIP) {\\n        if (didReadContent) { // i.e. only if the scalar is not empty.\\n          state.result += '\\\\n';\\n        }\\n      }\\n\\n      // Break this `while` cycle and go to the funciton's epilogue.\\n      break;\\n    }\\n\\n    // Folded style: use fancy rules to handle line breaks.\\n    if (folding) {\\n\\n      // Lines starting with white space characters (more-indented lines) are not folded.\\n      if (is_WHITE_SPACE(ch)) {\\n        atMoreIndented = true;\\n        // except for the first content line (cf. Example 8.1)\\n        state.result += common.repeat('\\\\n', didReadContent ? 1 + emptyLines : emptyLines);\\n\\n      // End of more-indented block.\\n      } else if (atMoreIndented) {\\n        atMoreIndented = false;\\n        state.result += common.repeat('\\\\n', emptyLines + 1);\\n\\n      // Just one line break - perceive as the same line.\\n      } else if (emptyLines === 0) {\\n        if (didReadContent) { // i.e. only if we have already read some scalar content.\\n          state.result += ' ';\\n        }\\n\\n      // Several line breaks - perceive as different lines.\\n      } else {\\n        state.result += common.repeat('\\\\n', emptyLines);\\n      }\\n\\n    // Literal style: just add exact number of line breaks between content lines.\\n    } else {\\n      // Keep all line breaks except the header line break.\\n      state.result += common.repeat('\\\\n', didReadContent ? 1 + emptyLines : emptyLines);\\n    }\\n\\n    didReadContent = true;\\n    detectedIndent = true;\\n    emptyLines = 0;\\n    captureStart = state.position;\\n\\n    while (!is_EOL(ch) && (ch !== 0)) {\\n      ch = state.input.charCodeAt(++state.position);\\n    }\\n\\n    captureSegment(state, captureStart, state.position, false);\\n  }\\n\\n  return true;\\n}\\n\\nfunction readBlockSequence(state, nodeIndent) {\\n  var _line,\\n      _tag      = state.tag,\\n      _anchor   = state.anchor,\\n      _result   = [],\\n      following,\\n      detected  = false,\\n      ch;\\n\\n  if (state.anchor !== null) {\\n    state.anchorMap[state.anchor] = _result;\\n  }\\n\\n  ch = state.input.charCodeAt(state.position);\\n\\n  while (ch !== 0) {\\n\\n    if (ch !== 0x2D/* - */) {\\n      break;\\n    }\\n\\n    following = state.input.charCodeAt(state.position + 1);\\n\\n    if (!is_WS_OR_EOL(following)) {\\n      break;\\n    }\\n\\n    detected = true;\\n    state.position++;\\n\\n    if (skipSeparationSpace(state, true, -1)) {\\n      if (state.lineIndent <= nodeIndent) {\\n        _result.push(null);\\n        ch = state.input.charCodeAt(state.position);\\n        continue;\\n      }\\n    }\\n\\n    _line = state.line;\\n    composeNode(state, nodeIndent, CONTEXT_BLOCK_IN, false, true);\\n    _result.push(state.result);\\n    skipSeparationSpace(state, true, -1);\\n\\n    ch = state.input.charCodeAt(state.position);\\n\\n    if ((state.line === _line || state.lineIndent > nodeIndent) && (ch !== 0)) {\\n      throwError(state, 'bad indentation of a sequence entry');\\n    } else if (state.lineIndent < nodeIndent) {\\n      break;\\n    }\\n  }\\n\\n  if (detected) {\\n    state.tag = _tag;\\n    state.anchor = _anchor;\\n    state.kind = 'sequence';\\n    state.result = _result;\\n    return true;\\n  }\\n  return false;\\n}\\n\\nfunction readBlockMapping(state, nodeIndent, flowIndent) {\\n  var following,\\n      allowCompact,\\n      _line,\\n      _pos,\\n      _tag          = state.tag,\\n      _anchor       = state.anchor,\\n      _result       = {},\\n      overridableKeys = {},\\n      keyTag        = null,\\n      keyNode       = null,\\n      valueNode     = null,\\n      atExplicitKey = false,\\n      detected      = false,\\n      ch;\\n\\n  if (state.anchor !== null) {\\n    state.anchorMap[state.anchor] = _result;\\n  }\\n\\n  ch = state.input.charCodeAt(state.position);\\n\\n  while (ch !== 0) {\\n    following = state.input.charCodeAt(state.position + 1);\\n    _line = state.line; // Save the current line.\\n    _pos = state.position;\\n\\n    //\\n    // Explicit notation case. There are two separate blocks:\\n    // first for the key (denoted by \\\"?\\\") and second for the value (denoted by \\\":\\\")\\n    //\\n    if ((ch === 0x3F/* ? */ || ch === 0x3A/* : */) && is_WS_OR_EOL(following)) {\\n\\n      if (ch === 0x3F/* ? */) {\\n        if (atExplicitKey) {\\n          storeMappingPair(state, _result, overridableKeys, keyTag, keyNode, null);\\n          keyTag = keyNode = valueNode = null;\\n        }\\n\\n        detected = true;\\n        atExplicitKey = true;\\n        allowCompact = true;\\n\\n      } else if (atExplicitKey) {\\n        // i.e. 0x3A/* : */ === character after the explicit key.\\n        atExplicitKey = false;\\n        allowCompact = true;\\n\\n      } else {\\n        throwError(state, 'incomplete explicit mapping pair; a key node is missed; or followed by a non-tabulated empty line');\\n      }\\n\\n      state.position += 1;\\n      ch = following;\\n\\n    //\\n    // Implicit notation case. Flow-style node as the key first, then \\\":\\\", and the value.\\n    //\\n    } else if (composeNode(state, flowIndent, CONTEXT_FLOW_OUT, false, true)) {\\n\\n      if (state.line === _line) {\\n        ch = state.input.charCodeAt(state.position);\\n\\n        while (is_WHITE_SPACE(ch)) {\\n          ch = state.input.charCodeAt(++state.position);\\n        }\\n\\n        if (ch === 0x3A/* : */) {\\n          ch = state.input.charCodeAt(++state.position);\\n\\n          if (!is_WS_OR_EOL(ch)) {\\n            throwError(state, 'a whitespace character is expected after the key-value separator within a block mapping');\\n          }\\n\\n          if (atExplicitKey) {\\n            storeMappingPair(state, _result, overridableKeys, keyTag, keyNode, null);\\n            keyTag = keyNode = valueNode = null;\\n          }\\n\\n          detected = true;\\n          atExplicitKey = false;\\n          allowCompact = false;\\n          keyTag = state.tag;\\n          keyNode = state.result;\\n\\n        } else if (detected) {\\n          throwError(state, 'can not read an implicit mapping pair; a colon is missed');\\n\\n        } else {\\n          state.tag = _tag;\\n          state.anchor = _anchor;\\n          return true; // Keep the result of `composeNode`.\\n        }\\n\\n      } else if (detected) {\\n        throwError(state, 'can not read a block mapping entry; a multiline key may not be an implicit key');\\n\\n      } else {\\n        state.tag = _tag;\\n        state.anchor = _anchor;\\n        return true; // Keep the result of `composeNode`.\\n      }\\n\\n    } else {\\n      break; // Reading is done. Go to the epilogue.\\n    }\\n\\n    //\\n    // Common reading code for both explicit and implicit notations.\\n    //\\n    if (state.line === _line || state.lineIndent > nodeIndent) {\\n      if (composeNode(state, nodeIndent, CONTEXT_BLOCK_OUT, true, allowCompact)) {\\n        if (atExplicitKey) {\\n          keyNode = state.result;\\n        } else {\\n          valueNode = state.result;\\n        }\\n      }\\n\\n      if (!atExplicitKey) {\\n        storeMappingPair(state, _result, overridableKeys, keyTag, keyNode, valueNode, _line, _pos);\\n        keyTag = keyNode = valueNode = null;\\n      }\\n\\n      skipSeparationSpace(state, true, -1);\\n      ch = state.input.charCodeAt(state.position);\\n    }\\n\\n    if (state.lineIndent > nodeIndent && (ch !== 0)) {\\n      throwError(state, 'bad indentation of a mapping entry');\\n    } else if (state.lineIndent < nodeIndent) {\\n      break;\\n    }\\n  }\\n\\n  //\\n  // Epilogue.\\n  //\\n\\n  // Special case: last mapping's node contains only the key in explicit notation.\\n  if (atExplicitKey) {\\n    storeMappingPair(state, _result, overridableKeys, keyTag, keyNode, null);\\n  }\\n\\n  // Expose the resulting mapping.\\n  if (detected) {\\n    state.tag = _tag;\\n    state.anchor = _anchor;\\n    state.kind = 'mapping';\\n    state.result = _result;\\n  }\\n\\n  return detected;\\n}\\n\\nfunction readTagProperty(state) {\\n  var _position,\\n      isVerbatim = false,\\n      isNamed    = false,\\n      tagHandle,\\n      tagName,\\n      ch;\\n\\n  ch = state.input.charCodeAt(state.position);\\n\\n  if (ch !== 0x21/* ! */) return false;\\n\\n  if (state.tag !== null) {\\n    throwError(state, 'duplication of a tag property');\\n  }\\n\\n  ch = state.input.charCodeAt(++state.position);\\n\\n  if (ch === 0x3C/* < */) {\\n    isVerbatim = true;\\n    ch = state.input.charCodeAt(++state.position);\\n\\n  } else if (ch === 0x21/* ! */) {\\n    isNamed = true;\\n    tagHandle = '!!';\\n    ch = state.input.charCodeAt(++state.position);\\n\\n  } else {\\n    tagHandle = '!';\\n  }\\n\\n  _position = state.position;\\n\\n  if (isVerbatim) {\\n    do { ch = state.input.charCodeAt(++state.position); }\\n    while (ch !== 0 && ch !== 0x3E/* > */);\\n\\n    if (state.position < state.length) {\\n      tagName = state.input.slice(_position, state.position);\\n      ch = state.input.charCodeAt(++state.position);\\n    } else {\\n      throwError(state, 'unexpected end of the stream within a verbatim tag');\\n    }\\n  } else {\\n    while (ch !== 0 && !is_WS_OR_EOL(ch)) {\\n\\n      if (ch === 0x21/* ! */) {\\n        if (!isNamed) {\\n          tagHandle = state.input.slice(_position - 1, state.position + 1);\\n\\n          if (!PATTERN_TAG_HANDLE.test(tagHandle)) {\\n            throwError(state, 'named tag handle cannot contain such characters');\\n          }\\n\\n          isNamed = true;\\n          _position = state.position + 1;\\n        } else {\\n          throwError(state, 'tag suffix cannot contain exclamation marks');\\n        }\\n      }\\n\\n      ch = state.input.charCodeAt(++state.position);\\n    }\\n\\n    tagName = state.input.slice(_position, state.position);\\n\\n    if (PATTERN_FLOW_INDICATORS.test(tagName)) {\\n      throwError(state, 'tag suffix cannot contain flow indicator characters');\\n    }\\n  }\\n\\n  if (tagName && !PATTERN_TAG_URI.test(tagName)) {\\n    throwError(state, 'tag name cannot contain such characters: ' + tagName);\\n  }\\n\\n  if (isVerbatim) {\\n    state.tag = tagName;\\n\\n  } else if (_hasOwnProperty.call(state.tagMap, tagHandle)) {\\n    state.tag = state.tagMap[tagHandle] + tagName;\\n\\n  } else if (tagHandle === '!') {\\n    state.tag = '!' + tagName;\\n\\n  } else if (tagHandle === '!!') {\\n    state.tag = 'tag:yaml.org,2002:' + tagName;\\n\\n  } else {\\n    throwError(state, 'undeclared tag handle \\\"' + tagHandle + '\\\"');\\n  }\\n\\n  return true;\\n}\\n\\nfunction readAnchorProperty(state) {\\n  var _position,\\n      ch;\\n\\n  ch = state.input.charCodeAt(state.position);\\n\\n  if (ch !== 0x26/* & */) return false;\\n\\n  if (state.anchor !== null) {\\n    throwError(state, 'duplication of an anchor property');\\n  }\\n\\n  ch = state.input.charCodeAt(++state.position);\\n  _position = state.position;\\n\\n  while (ch !== 0 && !is_WS_OR_EOL(ch) && !is_FLOW_INDICATOR(ch)) {\\n    ch = state.input.charCodeAt(++state.position);\\n  }\\n\\n  if (state.position === _position) {\\n    throwError(state, 'name of an anchor node must contain at least one character');\\n  }\\n\\n  state.anchor = state.input.slice(_position, state.position);\\n  return true;\\n}\\n\\nfunction readAlias(state) {\\n  var _position, alias,\\n      ch;\\n\\n  ch = state.input.charCodeAt(state.position);\\n\\n  if (ch !== 0x2A/* * */) return false;\\n\\n  ch = state.input.charCodeAt(++state.position);\\n  _position = state.position;\\n\\n  while (ch !== 0 && !is_WS_OR_EOL(ch) && !is_FLOW_INDICATOR(ch)) {\\n    ch = state.input.charCodeAt(++state.position);\\n  }\\n\\n  if (state.position === _position) {\\n    throwError(state, 'name of an alias node must contain at least one character');\\n  }\\n\\n  alias = state.input.slice(_position, state.position);\\n\\n  if (!state.anchorMap.hasOwnProperty(alias)) {\\n    throwError(state, 'unidentified alias \\\"' + alias + '\\\"');\\n  }\\n\\n  state.result = state.anchorMap[alias];\\n  skipSeparationSpace(state, true, -1);\\n  return true;\\n}\\n\\nfunction composeNode(state, parentIndent, nodeContext, allowToSeek, allowCompact) {\\n  var allowBlockStyles,\\n      allowBlockScalars,\\n      allowBlockCollections,\\n      indentStatus = 1, // 1: this>parent, 0: this=parent, -1: this<parent\\n      atNewLine  = false,\\n      hasContent = false,\\n      typeIndex,\\n      typeQuantity,\\n      type,\\n      flowIndent,\\n      blockIndent;\\n\\n  if (state.listener !== null) {\\n    state.listener('open', state);\\n  }\\n\\n  state.tag    = null;\\n  state.anchor = null;\\n  state.kind   = null;\\n  state.result = null;\\n\\n  allowBlockStyles = allowBlockScalars = allowBlockCollections =\\n    CONTEXT_BLOCK_OUT === nodeContext ||\\n    CONTEXT_BLOCK_IN  === nodeContext;\\n\\n  if (allowToSeek) {\\n    if (skipSeparationSpace(state, true, -1)) {\\n      atNewLine = true;\\n\\n      if (state.lineIndent > parentIndent) {\\n        indentStatus = 1;\\n      } else if (state.lineIndent === parentIndent) {\\n        indentStatus = 0;\\n      } else if (state.lineIndent < parentIndent) {\\n        indentStatus = -1;\\n      }\\n    }\\n  }\\n\\n  if (indentStatus === 1) {\\n    while (readTagProperty(state) || readAnchorProperty(state)) {\\n      if (skipSeparationSpace(state, true, -1)) {\\n        atNewLine = true;\\n        allowBlockCollections = allowBlockStyles;\\n\\n        if (state.lineIndent > parentIndent) {\\n          indentStatus = 1;\\n        } else if (state.lineIndent === parentIndent) {\\n          indentStatus = 0;\\n        } else if (state.lineIndent < parentIndent) {\\n          indentStatus = -1;\\n        }\\n      } else {\\n        allowBlockCollections = false;\\n      }\\n    }\\n  }\\n\\n  if (allowBlockCollections) {\\n    allowBlockCollections = atNewLine || allowCompact;\\n  }\\n\\n  if (indentStatus === 1 || CONTEXT_BLOCK_OUT === nodeContext) {\\n    if (CONTEXT_FLOW_IN === nodeContext || CONTEXT_FLOW_OUT === nodeContext) {\\n      flowIndent = parentIndent;\\n    } else {\\n      flowIndent = parentIndent + 1;\\n    }\\n\\n    blockIndent = state.position - state.lineStart;\\n\\n    if (indentStatus === 1) {\\n      if (allowBlockCollections &&\\n          (readBlockSequence(state, blockIndent) ||\\n           readBlockMapping(state, blockIndent, flowIndent)) ||\\n          readFlowCollection(state, flowIndent)) {\\n        hasContent = true;\\n      } else {\\n        if ((allowBlockScalars && readBlockScalar(state, flowIndent)) ||\\n            readSingleQuotedScalar(state, flowIndent) ||\\n            readDoubleQuotedScalar(state, flowIndent)) {\\n          hasContent = true;\\n\\n        } else if (readAlias(state)) {\\n          hasContent = true;\\n\\n          if (state.tag !== null || state.anchor !== null) {\\n            throwError(state, 'alias node should not have any properties');\\n          }\\n\\n        } else if (readPlainScalar(state, flowIndent, CONTEXT_FLOW_IN === nodeContext)) {\\n          hasContent = true;\\n\\n          if (state.tag === null) {\\n            state.tag = '?';\\n          }\\n        }\\n\\n        if (state.anchor !== null) {\\n          state.anchorMap[state.anchor] = state.result;\\n        }\\n      }\\n    } else if (indentStatus === 0) {\\n      // Special case: block sequences are allowed to have same indentation level as the parent.\\n      // http://www.yaml.org/spec/1.2/spec.html#id2799784\\n      hasContent = allowBlockCollections && readBlockSequence(state, blockIndent);\\n    }\\n  }\\n\\n  if (state.tag !== null && state.tag !== '!') {\\n    if (state.tag === '?') {\\n      for (typeIndex = 0, typeQuantity = state.implicitTypes.length; typeIndex < typeQuantity; typeIndex += 1) {\\n        type = state.implicitTypes[typeIndex];\\n\\n        // Implicit resolving is not allowed for non-scalar types, and '?'\\n        // non-specific tag is only assigned to plain scalars. So, it isn't\\n        // needed to check for 'kind' conformity.\\n\\n        if (type.resolve(state.result)) { // `state.result` updated in resolver if matched\\n          state.result = type.construct(state.result);\\n          state.tag = type.tag;\\n          if (state.anchor !== null) {\\n            state.anchorMap[state.anchor] = state.result;\\n          }\\n          break;\\n        }\\n      }\\n    } else if (_hasOwnProperty.call(state.typeMap[state.kind || 'fallback'], state.tag)) {\\n      type = state.typeMap[state.kind || 'fallback'][state.tag];\\n\\n      if (state.result !== null && type.kind !== state.kind) {\\n        throwError(state, 'unacceptable node kind for !<' + state.tag + '> tag; it should be \\\"' + type.kind + '\\\", not \\\"' + state.kind + '\\\"');\\n      }\\n\\n      if (!type.resolve(state.result)) { // `state.result` updated in resolver if matched\\n        throwError(state, 'cannot resolve a node with !<' + state.tag + '> explicit tag');\\n      } else {\\n        state.result = type.construct(state.result);\\n        if (state.anchor !== null) {\\n          state.anchorMap[state.anchor] = state.result;\\n        }\\n      }\\n    } else {\\n      throwError(state, 'unknown tag !<' + state.tag + '>');\\n    }\\n  }\\n\\n  if (state.listener !== null) {\\n    state.listener('close', state);\\n  }\\n  return state.tag !== null ||  state.anchor !== null || hasContent;\\n}\\n\\nfunction readDocument(state) {\\n  var documentStart = state.position,\\n      _position,\\n      directiveName,\\n      directiveArgs,\\n      hasDirectives = false,\\n      ch;\\n\\n  state.version = null;\\n  state.checkLineBreaks = state.legacy;\\n  state.tagMap = {};\\n  state.anchorMap = {};\\n\\n  while ((ch = state.input.charCodeAt(state.position)) !== 0) {\\n    skipSeparationSpace(state, true, -1);\\n\\n    ch = state.input.charCodeAt(state.position);\\n\\n    if (state.lineIndent > 0 || ch !== 0x25/* % */) {\\n      break;\\n    }\\n\\n    hasDirectives = true;\\n    ch = state.input.charCodeAt(++state.position);\\n    _position = state.position;\\n\\n    while (ch !== 0 && !is_WS_OR_EOL(ch)) {\\n      ch = state.input.charCodeAt(++state.position);\\n    }\\n\\n    directiveName = state.input.slice(_position, state.position);\\n    directiveArgs = [];\\n\\n    if (directiveName.length < 1) {\\n      throwError(state, 'directive name must not be less than one character in length');\\n    }\\n\\n    while (ch !== 0) {\\n      while (is_WHITE_SPACE(ch)) {\\n        ch = state.input.charCodeAt(++state.position);\\n      }\\n\\n      if (ch === 0x23/* # */) {\\n        do { ch = state.input.charCodeAt(++state.position); }\\n        while (ch !== 0 && !is_EOL(ch));\\n        break;\\n      }\\n\\n      if (is_EOL(ch)) break;\\n\\n      _position = state.position;\\n\\n      while (ch !== 0 && !is_WS_OR_EOL(ch)) {\\n        ch = state.input.charCodeAt(++state.position);\\n      }\\n\\n      directiveArgs.push(state.input.slice(_position, state.position));\\n    }\\n\\n    if (ch !== 0) readLineBreak(state);\\n\\n    if (_hasOwnProperty.call(directiveHandlers, directiveName)) {\\n      directiveHandlers[directiveName](state, directiveName, directiveArgs);\\n    } else {\\n      throwWarning(state, 'unknown document directive \\\"' + directiveName + '\\\"');\\n    }\\n  }\\n\\n  skipSeparationSpace(state, true, -1);\\n\\n  if (state.lineIndent === 0 &&\\n      state.input.charCodeAt(state.position)     === 0x2D/* - */ &&\\n      state.input.charCodeAt(state.position + 1) === 0x2D/* - */ &&\\n      state.input.charCodeAt(state.position + 2) === 0x2D/* - */) {\\n    state.position += 3;\\n    skipSeparationSpace(state, true, -1);\\n\\n  } else if (hasDirectives) {\\n    throwError(state, 'directives end mark is expected');\\n  }\\n\\n  composeNode(state, state.lineIndent - 1, CONTEXT_BLOCK_OUT, false, true);\\n  skipSeparationSpace(state, true, -1);\\n\\n  if (state.checkLineBreaks &&\\n      PATTERN_NON_ASCII_LINE_BREAKS.test(state.input.slice(documentStart, state.position))) {\\n    throwWarning(state, 'non-ASCII line breaks are interpreted as content');\\n  }\\n\\n  state.documents.push(state.result);\\n\\n  if (state.position === state.lineStart && testDocumentSeparator(state)) {\\n\\n    if (state.input.charCodeAt(state.position) === 0x2E/* . */) {\\n      state.position += 3;\\n      skipSeparationSpace(state, true, -1);\\n    }\\n    return;\\n  }\\n\\n  if (state.position < (state.length - 1)) {\\n    throwError(state, 'end of the stream or a document separator is expected');\\n  } else {\\n    return;\\n  }\\n}\\n\\n\\nfunction loadDocuments(input, options) {\\n  input = String(input);\\n  options = options || {};\\n\\n  if (input.length !== 0) {\\n\\n    // Add tailing `\\\\n` if not exists\\n    if (input.charCodeAt(input.length - 1) !== 0x0A/* LF */ &&\\n        input.charCodeAt(input.length - 1) !== 0x0D/* CR */) {\\n      input += '\\\\n';\\n    }\\n\\n    // Strip BOM\\n    if (input.charCodeAt(0) === 0xFEFF) {\\n      input = input.slice(1);\\n    }\\n  }\\n\\n  var state = new State(input, options);\\n\\n  // Use 0 as string terminator. That significantly simplifies bounds check.\\n  state.input += '\\\\0';\\n\\n  while (state.input.charCodeAt(state.position) === 0x20/* Space */) {\\n    state.lineIndent += 1;\\n    state.position += 1;\\n  }\\n\\n  while (state.position < (state.length - 1)) {\\n    readDocument(state);\\n  }\\n\\n  return state.documents;\\n}\\n\\n\\nfunction loadAll(input, iterator, options) {\\n  var documents = loadDocuments(input, options), index, length;\\n\\n  if (typeof iterator !== 'function') {\\n    return documents;\\n  }\\n\\n  for (index = 0, length = documents.length; index < length; index += 1) {\\n    iterator(documents[index]);\\n  }\\n}\\n\\n\\nfunction load(input, options) {\\n  var documents = loadDocuments(input, options);\\n\\n  if (documents.length === 0) {\\n    /*eslint-disable no-undefined*/\\n    return undefined;\\n  } else if (documents.length === 1) {\\n    return documents[0];\\n  }\\n  throw new YAMLException('expected a single document in the stream, but found more');\\n}\\n\\n\\nfunction safeLoadAll(input, output, options) {\\n  if (typeof output === 'function') {\\n    loadAll(input, output, common.extend({ schema: DEFAULT_SAFE_SCHEMA }, options));\\n  } else {\\n    return loadAll(input, common.extend({ schema: DEFAULT_SAFE_SCHEMA }, options));\\n  }\\n}\\n\\n\\nfunction safeLoad(input, options) {\\n  return load(input, common.extend({ schema: DEFAULT_SAFE_SCHEMA }, options));\\n}\\n\\n\\nmodule.exports.loadAll     = loadAll;\\nmodule.exports.load        = load;\\nmodule.exports.safeLoadAll = safeLoadAll;\\nmodule.exports.safeLoad    = safeLoad;\\n\"\n        },\n        {\n          \"id\": 107,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/js-yaml/lib/js-yaml/mark.js\",\n          \"name\": \"./node_modules/js-yaml/lib/js-yaml/mark.js\",\n          \"index\": 174,\n          \"index2\": 167,\n          \"size\": 1562,\n          \"cacheable\": true,\n          \"built\": true,\n          \"optional\": false,\n          \"prefetched\": false,\n          \"chunks\": [\n            2,\n            4\n          ],\n          \"issuer\": \"/Users/jarred/Code/styleurl/node_modules/js-yaml/lib/js-yaml/loader.js\",\n          \"issuerId\": 106,\n          \"issuerName\": \"./node_modules/js-yaml/lib/js-yaml/loader.js\",\n          \"issuerPath\": [\n            {\n              \"id\": 350,\n              \"identifier\": \"multi /Users/jarred/Code/styleurl/webpack/customPublicPath /Users/jarred/Code/styleurl/chrome/extension/github_gist_content_script\",\n              \"name\": \"multi ./webpack/customPublicPath ./chrome/extension/github_gist_content_script\",\n              \"profile\": {\n                \"factory\": 0,\n                \"building\": 0,\n                \"dependencies\": 53\n              }\n            },\n            {\n              \"id\": 351,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/github_gist_content_script.js\",\n              \"name\": \"./chrome/extension/github_gist_content_script.js\",\n              \"profile\": {\n                \"factory\": 54,\n                \"building\": 576,\n                \"dependencies\": 194\n              }\n            },\n            {\n              \"id\": 55,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/lib/stylefile.js\",\n              \"name\": \"./chrome/extension/lib/stylefile.js\",\n              \"profile\": {\n                \"factory\": 194,\n                \"building\": 246,\n                \"dependencies\": 40\n              }\n            },\n            {\n              \"id\": 104,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/js-yaml/index.js\",\n              \"name\": \"./node_modules/js-yaml/index.js\",\n              \"profile\": {\n                \"factory\": 408,\n                \"building\": 42\n              }\n            },\n            {\n              \"id\": 105,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/js-yaml/lib/js-yaml.js\",\n              \"name\": \"./node_modules/js-yaml/lib/js-yaml.js\",\n              \"profile\": {\n                \"factory\": 96,\n                \"building\": 77\n              }\n            },\n            {\n              \"id\": 106,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/js-yaml/lib/js-yaml/loader.js\",\n              \"name\": \"./node_modules/js-yaml/lib/js-yaml/loader.js\",\n              \"profile\": {\n                \"factory\": 33,\n                \"building\": 66,\n                \"dependencies\": 42\n              }\n            }\n          ],\n          \"profile\": {\n            \"factory\": 41,\n            \"building\": 17,\n            \"dependencies\": 0\n          },\n          \"failed\": false,\n          \"errors\": 0,\n          \"warnings\": 0,\n          \"assets\": [],\n          \"reasons\": [\n            {\n              \"moduleId\": 106,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/js-yaml/lib/js-yaml/loader.js\",\n              \"module\": \"./node_modules/js-yaml/lib/js-yaml/loader.js\",\n              \"moduleName\": \"./node_modules/js-yaml/lib/js-yaml/loader.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"./mark\",\n              \"loc\": \"7:26-43\"\n            }\n          ],\n          \"usedExports\": true,\n          \"providedExports\": null,\n          \"optimizationBailout\": [\n            \"ModuleConcatenation bailout: Module is not an ECMAScript module\"\n          ],\n          \"depth\": 6,\n          \"source\": \"'use strict';\\n\\n\\nvar common = require('./common');\\n\\n\\nfunction Mark(name, buffer, position, line, column) {\\n  this.name     = name;\\n  this.buffer   = buffer;\\n  this.position = position;\\n  this.line     = line;\\n  this.column   = column;\\n}\\n\\n\\nMark.prototype.getSnippet = function getSnippet(indent, maxLength) {\\n  var head, start, tail, end, snippet;\\n\\n  if (!this.buffer) return null;\\n\\n  indent = indent || 4;\\n  maxLength = maxLength || 75;\\n\\n  head = '';\\n  start = this.position;\\n\\n  while (start > 0 && '\\\\x00\\\\r\\\\n\\\\x85\\\\u2028\\\\u2029'.indexOf(this.buffer.charAt(start - 1)) === -1) {\\n    start -= 1;\\n    if (this.position - start > (maxLength / 2 - 1)) {\\n      head = ' ... ';\\n      start += 5;\\n      break;\\n    }\\n  }\\n\\n  tail = '';\\n  end = this.position;\\n\\n  while (end < this.buffer.length && '\\\\x00\\\\r\\\\n\\\\x85\\\\u2028\\\\u2029'.indexOf(this.buffer.charAt(end)) === -1) {\\n    end += 1;\\n    if (end - this.position > (maxLength / 2 - 1)) {\\n      tail = ' ... ';\\n      end -= 5;\\n      break;\\n    }\\n  }\\n\\n  snippet = this.buffer.slice(start, end);\\n\\n  return common.repeat(' ', indent) + head + snippet + tail + '\\\\n' +\\n         common.repeat(' ', indent + this.position - start + head.length) + '^';\\n};\\n\\n\\nMark.prototype.toString = function toString(compact) {\\n  var snippet, where = '';\\n\\n  if (this.name) {\\n    where += 'in \\\"' + this.name + '\\\" ';\\n  }\\n\\n  where += 'at line ' + (this.line + 1) + ', column ' + (this.column + 1);\\n\\n  if (!compact) {\\n    snippet = this.getSnippet();\\n\\n    if (snippet) {\\n      where += ':\\\\n' + snippet;\\n    }\\n  }\\n\\n  return where;\\n};\\n\\n\\nmodule.exports = Mark;\\n\"\n        },\n        {\n          \"id\": 108,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/js-yaml/lib/js-yaml/type/str.js\",\n          \"name\": \"./node_modules/js-yaml/lib/js-yaml/type/str.js\",\n          \"index\": 181,\n          \"index2\": 170,\n          \"size\": 189,\n          \"cacheable\": true,\n          \"built\": true,\n          \"optional\": false,\n          \"prefetched\": false,\n          \"chunks\": [\n            2,\n            4\n          ],\n          \"issuer\": \"/Users/jarred/Code/styleurl/node_modules/js-yaml/lib/js-yaml/schema/failsafe.js\",\n          \"issuerId\": 30,\n          \"issuerName\": \"./node_modules/js-yaml/lib/js-yaml/schema/failsafe.js\",\n          \"issuerPath\": [\n            {\n              \"id\": 350,\n              \"identifier\": \"multi /Users/jarred/Code/styleurl/webpack/customPublicPath /Users/jarred/Code/styleurl/chrome/extension/github_gist_content_script\",\n              \"name\": \"multi ./webpack/customPublicPath ./chrome/extension/github_gist_content_script\",\n              \"profile\": {\n                \"factory\": 0,\n                \"building\": 0,\n                \"dependencies\": 53\n              }\n            },\n            {\n              \"id\": 351,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/github_gist_content_script.js\",\n              \"name\": \"./chrome/extension/github_gist_content_script.js\",\n              \"profile\": {\n                \"factory\": 54,\n                \"building\": 576,\n                \"dependencies\": 194\n              }\n            },\n            {\n              \"id\": 55,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/lib/stylefile.js\",\n              \"name\": \"./chrome/extension/lib/stylefile.js\",\n              \"profile\": {\n                \"factory\": 194,\n                \"building\": 246,\n                \"dependencies\": 40\n              }\n            },\n            {\n              \"id\": 104,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/js-yaml/index.js\",\n              \"name\": \"./node_modules/js-yaml/index.js\",\n              \"profile\": {\n                \"factory\": 408,\n                \"building\": 42\n              }\n            },\n            {\n              \"id\": 105,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/js-yaml/lib/js-yaml.js\",\n              \"name\": \"./node_modules/js-yaml/lib/js-yaml.js\",\n              \"profile\": {\n                \"factory\": 96,\n                \"building\": 77\n              }\n            },\n            {\n              \"id\": 30,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/js-yaml/lib/js-yaml/schema/failsafe.js\",\n              \"name\": \"./node_modules/js-yaml/lib/js-yaml/schema/failsafe.js\",\n              \"profile\": {\n                \"factory\": 33,\n                \"building\": 66,\n                \"dependencies\": 42\n              }\n            }\n          ],\n          \"profile\": {\n            \"factory\": 66,\n            \"building\": 9,\n            \"dependencies\": 0\n          },\n          \"failed\": false,\n          \"errors\": 0,\n          \"warnings\": 0,\n          \"assets\": [],\n          \"reasons\": [\n            {\n              \"moduleId\": 30,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/js-yaml/lib/js-yaml/schema/failsafe.js\",\n              \"module\": \"./node_modules/js-yaml/lib/js-yaml/schema/failsafe.js\",\n              \"moduleName\": \"./node_modules/js-yaml/lib/js-yaml/schema/failsafe.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"../type/str\",\n              \"loc\": \"13:4-26\"\n            }\n          ],\n          \"usedExports\": true,\n          \"providedExports\": null,\n          \"optimizationBailout\": [\n            \"ModuleConcatenation bailout: Module is not an ECMAScript module\"\n          ],\n          \"depth\": 6,\n          \"source\": \"'use strict';\\n\\nvar Type = require('../type');\\n\\nmodule.exports = new Type('tag:yaml.org,2002:str', {\\n  kind: 'scalar',\\n  construct: function (data) { return data !== null ? data : ''; }\\n});\\n\"\n        },\n        {\n          \"id\": 109,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/js-yaml/lib/js-yaml/type/seq.js\",\n          \"name\": \"./node_modules/js-yaml/lib/js-yaml/type/seq.js\",\n          \"index\": 182,\n          \"index2\": 171,\n          \"size\": 191,\n          \"cacheable\": true,\n          \"built\": true,\n          \"optional\": false,\n          \"prefetched\": false,\n          \"chunks\": [\n            2,\n            4\n          ],\n          \"issuer\": \"/Users/jarred/Code/styleurl/node_modules/js-yaml/lib/js-yaml/schema/failsafe.js\",\n          \"issuerId\": 30,\n          \"issuerName\": \"./node_modules/js-yaml/lib/js-yaml/schema/failsafe.js\",\n          \"issuerPath\": [\n            {\n              \"id\": 350,\n              \"identifier\": \"multi /Users/jarred/Code/styleurl/webpack/customPublicPath /Users/jarred/Code/styleurl/chrome/extension/github_gist_content_script\",\n              \"name\": \"multi ./webpack/customPublicPath ./chrome/extension/github_gist_content_script\",\n              \"profile\": {\n                \"factory\": 0,\n                \"building\": 0,\n                \"dependencies\": 53\n              }\n            },\n            {\n              \"id\": 351,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/github_gist_content_script.js\",\n              \"name\": \"./chrome/extension/github_gist_content_script.js\",\n              \"profile\": {\n                \"factory\": 54,\n                \"building\": 576,\n                \"dependencies\": 194\n              }\n            },\n            {\n              \"id\": 55,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/lib/stylefile.js\",\n              \"name\": \"./chrome/extension/lib/stylefile.js\",\n              \"profile\": {\n                \"factory\": 194,\n                \"building\": 246,\n                \"dependencies\": 40\n              }\n            },\n            {\n              \"id\": 104,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/js-yaml/index.js\",\n              \"name\": \"./node_modules/js-yaml/index.js\",\n              \"profile\": {\n                \"factory\": 408,\n                \"building\": 42\n              }\n            },\n            {\n              \"id\": 105,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/js-yaml/lib/js-yaml.js\",\n              \"name\": \"./node_modules/js-yaml/lib/js-yaml.js\",\n              \"profile\": {\n                \"factory\": 96,\n                \"building\": 77\n              }\n            },\n            {\n              \"id\": 30,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/js-yaml/lib/js-yaml/schema/failsafe.js\",\n              \"name\": \"./node_modules/js-yaml/lib/js-yaml/schema/failsafe.js\",\n              \"profile\": {\n                \"factory\": 33,\n                \"building\": 66,\n                \"dependencies\": 42\n              }\n            }\n          ],\n          \"profile\": {\n            \"factory\": 66,\n            \"building\": 9,\n            \"dependencies\": 0\n          },\n          \"failed\": false,\n          \"errors\": 0,\n          \"warnings\": 0,\n          \"assets\": [],\n          \"reasons\": [\n            {\n              \"moduleId\": 30,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/js-yaml/lib/js-yaml/schema/failsafe.js\",\n              \"module\": \"./node_modules/js-yaml/lib/js-yaml/schema/failsafe.js\",\n              \"moduleName\": \"./node_modules/js-yaml/lib/js-yaml/schema/failsafe.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"../type/seq\",\n              \"loc\": \"14:4-26\"\n            }\n          ],\n          \"usedExports\": true,\n          \"providedExports\": null,\n          \"optimizationBailout\": [\n            \"ModuleConcatenation bailout: Module is not an ECMAScript module\"\n          ],\n          \"depth\": 6,\n          \"source\": \"'use strict';\\n\\nvar Type = require('../type');\\n\\nmodule.exports = new Type('tag:yaml.org,2002:seq', {\\n  kind: 'sequence',\\n  construct: function (data) { return data !== null ? data : []; }\\n});\\n\"\n        },\n        {\n          \"id\": 110,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/js-yaml/lib/js-yaml/type/map.js\",\n          \"name\": \"./node_modules/js-yaml/lib/js-yaml/type/map.js\",\n          \"index\": 183,\n          \"index2\": 172,\n          \"size\": 190,\n          \"cacheable\": true,\n          \"built\": true,\n          \"optional\": false,\n          \"prefetched\": false,\n          \"chunks\": [\n            2,\n            4\n          ],\n          \"issuer\": \"/Users/jarred/Code/styleurl/node_modules/js-yaml/lib/js-yaml/schema/failsafe.js\",\n          \"issuerId\": 30,\n          \"issuerName\": \"./node_modules/js-yaml/lib/js-yaml/schema/failsafe.js\",\n          \"issuerPath\": [\n            {\n              \"id\": 350,\n              \"identifier\": \"multi /Users/jarred/Code/styleurl/webpack/customPublicPath /Users/jarred/Code/styleurl/chrome/extension/github_gist_content_script\",\n              \"name\": \"multi ./webpack/customPublicPath ./chrome/extension/github_gist_content_script\",\n              \"profile\": {\n                \"factory\": 0,\n                \"building\": 0,\n                \"dependencies\": 53\n              }\n            },\n            {\n              \"id\": 351,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/github_gist_content_script.js\",\n              \"name\": \"./chrome/extension/github_gist_content_script.js\",\n              \"profile\": {\n                \"factory\": 54,\n                \"building\": 576,\n                \"dependencies\": 194\n              }\n            },\n            {\n              \"id\": 55,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/lib/stylefile.js\",\n              \"name\": \"./chrome/extension/lib/stylefile.js\",\n              \"profile\": {\n                \"factory\": 194,\n                \"building\": 246,\n                \"dependencies\": 40\n              }\n            },\n            {\n              \"id\": 104,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/js-yaml/index.js\",\n              \"name\": \"./node_modules/js-yaml/index.js\",\n              \"profile\": {\n                \"factory\": 408,\n                \"building\": 42\n              }\n            },\n            {\n              \"id\": 105,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/js-yaml/lib/js-yaml.js\",\n              \"name\": \"./node_modules/js-yaml/lib/js-yaml.js\",\n              \"profile\": {\n                \"factory\": 96,\n                \"building\": 77\n              }\n            },\n            {\n              \"id\": 30,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/js-yaml/lib/js-yaml/schema/failsafe.js\",\n              \"name\": \"./node_modules/js-yaml/lib/js-yaml/schema/failsafe.js\",\n              \"profile\": {\n                \"factory\": 33,\n                \"building\": 66,\n                \"dependencies\": 42\n              }\n            }\n          ],\n          \"profile\": {\n            \"factory\": 66,\n            \"building\": 9,\n            \"dependencies\": 0\n          },\n          \"failed\": false,\n          \"errors\": 0,\n          \"warnings\": 0,\n          \"assets\": [],\n          \"reasons\": [\n            {\n              \"moduleId\": 30,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/js-yaml/lib/js-yaml/schema/failsafe.js\",\n              \"module\": \"./node_modules/js-yaml/lib/js-yaml/schema/failsafe.js\",\n              \"moduleName\": \"./node_modules/js-yaml/lib/js-yaml/schema/failsafe.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"../type/map\",\n              \"loc\": \"15:4-26\"\n            }\n          ],\n          \"usedExports\": true,\n          \"providedExports\": null,\n          \"optimizationBailout\": [\n            \"ModuleConcatenation bailout: Module is not an ECMAScript module\"\n          ],\n          \"depth\": 6,\n          \"source\": \"'use strict';\\n\\nvar Type = require('../type');\\n\\nmodule.exports = new Type('tag:yaml.org,2002:map', {\\n  kind: 'mapping',\\n  construct: function (data) { return data !== null ? data : {}; }\\n});\\n\"\n        },\n        {\n          \"id\": 111,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/js-yaml/lib/js-yaml/type/null.js\",\n          \"name\": \"./node_modules/js-yaml/lib/js-yaml/type/null.js\",\n          \"index\": 184,\n          \"index2\": 174,\n          \"size\": 761,\n          \"cacheable\": true,\n          \"built\": true,\n          \"optional\": false,\n          \"prefetched\": false,\n          \"chunks\": [\n            2,\n            4\n          ],\n          \"issuer\": \"/Users/jarred/Code/styleurl/node_modules/js-yaml/lib/js-yaml/schema/json.js\",\n          \"issuerId\": 57,\n          \"issuerName\": \"./node_modules/js-yaml/lib/js-yaml/schema/json.js\",\n          \"issuerPath\": [\n            {\n              \"id\": 350,\n              \"identifier\": \"multi /Users/jarred/Code/styleurl/webpack/customPublicPath /Users/jarred/Code/styleurl/chrome/extension/github_gist_content_script\",\n              \"name\": \"multi ./webpack/customPublicPath ./chrome/extension/github_gist_content_script\",\n              \"profile\": {\n                \"factory\": 0,\n                \"building\": 0,\n                \"dependencies\": 53\n              }\n            },\n            {\n              \"id\": 351,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/github_gist_content_script.js\",\n              \"name\": \"./chrome/extension/github_gist_content_script.js\",\n              \"profile\": {\n                \"factory\": 54,\n                \"building\": 576,\n                \"dependencies\": 194\n              }\n            },\n            {\n              \"id\": 55,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/lib/stylefile.js\",\n              \"name\": \"./chrome/extension/lib/stylefile.js\",\n              \"profile\": {\n                \"factory\": 194,\n                \"building\": 246,\n                \"dependencies\": 40\n              }\n            },\n            {\n              \"id\": 104,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/js-yaml/index.js\",\n              \"name\": \"./node_modules/js-yaml/index.js\",\n              \"profile\": {\n                \"factory\": 408,\n                \"building\": 42\n              }\n            },\n            {\n              \"id\": 105,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/js-yaml/lib/js-yaml.js\",\n              \"name\": \"./node_modules/js-yaml/lib/js-yaml.js\",\n              \"profile\": {\n                \"factory\": 96,\n                \"building\": 77\n              }\n            },\n            {\n              \"id\": 57,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/js-yaml/lib/js-yaml/schema/json.js\",\n              \"name\": \"./node_modules/js-yaml/lib/js-yaml/schema/json.js\",\n              \"profile\": {\n                \"factory\": 33,\n                \"building\": 66,\n                \"dependencies\": 42\n              }\n            }\n          ],\n          \"profile\": {\n            \"factory\": 66,\n            \"building\": 11,\n            \"dependencies\": 1\n          },\n          \"failed\": false,\n          \"errors\": 0,\n          \"warnings\": 0,\n          \"assets\": [],\n          \"reasons\": [\n            {\n              \"moduleId\": 57,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/js-yaml/lib/js-yaml/schema/json.js\",\n              \"module\": \"./node_modules/js-yaml/lib/js-yaml/schema/json.js\",\n              \"moduleName\": \"./node_modules/js-yaml/lib/js-yaml/schema/json.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"../type/null\",\n              \"loc\": \"20:4-27\"\n            }\n          ],\n          \"usedExports\": true,\n          \"providedExports\": null,\n          \"optimizationBailout\": [\n            \"ModuleConcatenation bailout: Module is not an ECMAScript module\"\n          ],\n          \"depth\": 6,\n          \"source\": \"'use strict';\\n\\nvar Type = require('../type');\\n\\nfunction resolveYamlNull(data) {\\n  if (data === null) return true;\\n\\n  var max = data.length;\\n\\n  return (max === 1 && data === '~') ||\\n         (max === 4 && (data === 'null' || data === 'Null' || data === 'NULL'));\\n}\\n\\nfunction constructYamlNull() {\\n  return null;\\n}\\n\\nfunction isNull(object) {\\n  return object === null;\\n}\\n\\nmodule.exports = new Type('tag:yaml.org,2002:null', {\\n  kind: 'scalar',\\n  resolve: resolveYamlNull,\\n  construct: constructYamlNull,\\n  predicate: isNull,\\n  represent: {\\n    canonical: function () { return '~';    },\\n    lowercase: function () { return 'null'; },\\n    uppercase: function () { return 'NULL'; },\\n    camelcase: function () { return 'Null'; }\\n  },\\n  defaultStyle: 'lowercase'\\n});\\n\"\n        },\n        {\n          \"id\": 112,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/js-yaml/lib/js-yaml/type/bool.js\",\n          \"name\": \"./node_modules/js-yaml/lib/js-yaml/type/bool.js\",\n          \"index\": 185,\n          \"index2\": 175,\n          \"size\": 971,\n          \"cacheable\": true,\n          \"built\": true,\n          \"optional\": false,\n          \"prefetched\": false,\n          \"chunks\": [\n            2,\n            4\n          ],\n          \"issuer\": \"/Users/jarred/Code/styleurl/node_modules/js-yaml/lib/js-yaml/schema/json.js\",\n          \"issuerId\": 57,\n          \"issuerName\": \"./node_modules/js-yaml/lib/js-yaml/schema/json.js\",\n          \"issuerPath\": [\n            {\n              \"id\": 350,\n              \"identifier\": \"multi /Users/jarred/Code/styleurl/webpack/customPublicPath /Users/jarred/Code/styleurl/chrome/extension/github_gist_content_script\",\n              \"name\": \"multi ./webpack/customPublicPath ./chrome/extension/github_gist_content_script\",\n              \"profile\": {\n                \"factory\": 0,\n                \"building\": 0,\n                \"dependencies\": 53\n              }\n            },\n            {\n              \"id\": 351,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/github_gist_content_script.js\",\n              \"name\": \"./chrome/extension/github_gist_content_script.js\",\n              \"profile\": {\n                \"factory\": 54,\n                \"building\": 576,\n                \"dependencies\": 194\n              }\n            },\n            {\n              \"id\": 55,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/lib/stylefile.js\",\n              \"name\": \"./chrome/extension/lib/stylefile.js\",\n              \"profile\": {\n                \"factory\": 194,\n                \"building\": 246,\n                \"dependencies\": 40\n              }\n            },\n            {\n              \"id\": 104,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/js-yaml/index.js\",\n              \"name\": \"./node_modules/js-yaml/index.js\",\n              \"profile\": {\n                \"factory\": 408,\n                \"building\": 42\n              }\n            },\n            {\n              \"id\": 105,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/js-yaml/lib/js-yaml.js\",\n              \"name\": \"./node_modules/js-yaml/lib/js-yaml.js\",\n              \"profile\": {\n                \"factory\": 96,\n                \"building\": 77\n              }\n            },\n            {\n              \"id\": 57,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/js-yaml/lib/js-yaml/schema/json.js\",\n              \"name\": \"./node_modules/js-yaml/lib/js-yaml/schema/json.js\",\n              \"profile\": {\n                \"factory\": 33,\n                \"building\": 66,\n                \"dependencies\": 42\n              }\n            }\n          ],\n          \"profile\": {\n            \"factory\": 66,\n            \"building\": 11,\n            \"dependencies\": 1\n          },\n          \"failed\": false,\n          \"errors\": 0,\n          \"warnings\": 0,\n          \"assets\": [],\n          \"reasons\": [\n            {\n              \"moduleId\": 57,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/js-yaml/lib/js-yaml/schema/json.js\",\n              \"module\": \"./node_modules/js-yaml/lib/js-yaml/schema/json.js\",\n              \"moduleName\": \"./node_modules/js-yaml/lib/js-yaml/schema/json.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"../type/bool\",\n              \"loc\": \"21:4-27\"\n            }\n          ],\n          \"usedExports\": true,\n          \"providedExports\": null,\n          \"optimizationBailout\": [\n            \"ModuleConcatenation bailout: Module is not an ECMAScript module\"\n          ],\n          \"depth\": 6,\n          \"source\": \"'use strict';\\n\\nvar Type = require('../type');\\n\\nfunction resolveYamlBoolean(data) {\\n  if (data === null) return false;\\n\\n  var max = data.length;\\n\\n  return (max === 4 && (data === 'true' || data === 'True' || data === 'TRUE')) ||\\n         (max === 5 && (data === 'false' || data === 'False' || data === 'FALSE'));\\n}\\n\\nfunction constructYamlBoolean(data) {\\n  return data === 'true' ||\\n         data === 'True' ||\\n         data === 'TRUE';\\n}\\n\\nfunction isBoolean(object) {\\n  return Object.prototype.toString.call(object) === '[object Boolean]';\\n}\\n\\nmodule.exports = new Type('tag:yaml.org,2002:bool', {\\n  kind: 'scalar',\\n  resolve: resolveYamlBoolean,\\n  construct: constructYamlBoolean,\\n  predicate: isBoolean,\\n  represent: {\\n    lowercase: function (object) { return object ? 'true' : 'false'; },\\n    uppercase: function (object) { return object ? 'TRUE' : 'FALSE'; },\\n    camelcase: function (object) { return object ? 'True' : 'False'; }\\n  },\\n  defaultStyle: 'lowercase'\\n});\\n\"\n        },\n        {\n          \"id\": 113,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/js-yaml/lib/js-yaml/type/int.js\",\n          \"name\": \"./node_modules/js-yaml/lib/js-yaml/type/int.js\",\n          \"index\": 186,\n          \"index2\": 176,\n          \"size\": 4066,\n          \"cacheable\": true,\n          \"built\": true,\n          \"optional\": false,\n          \"prefetched\": false,\n          \"chunks\": [\n            2,\n            4\n          ],\n          \"issuer\": \"/Users/jarred/Code/styleurl/node_modules/js-yaml/lib/js-yaml/schema/json.js\",\n          \"issuerId\": 57,\n          \"issuerName\": \"./node_modules/js-yaml/lib/js-yaml/schema/json.js\",\n          \"issuerPath\": [\n            {\n              \"id\": 350,\n              \"identifier\": \"multi /Users/jarred/Code/styleurl/webpack/customPublicPath /Users/jarred/Code/styleurl/chrome/extension/github_gist_content_script\",\n              \"name\": \"multi ./webpack/customPublicPath ./chrome/extension/github_gist_content_script\",\n              \"profile\": {\n                \"factory\": 0,\n                \"building\": 0,\n                \"dependencies\": 53\n              }\n            },\n            {\n              \"id\": 351,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/github_gist_content_script.js\",\n              \"name\": \"./chrome/extension/github_gist_content_script.js\",\n              \"profile\": {\n                \"factory\": 54,\n                \"building\": 576,\n                \"dependencies\": 194\n              }\n            },\n            {\n              \"id\": 55,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/lib/stylefile.js\",\n              \"name\": \"./chrome/extension/lib/stylefile.js\",\n              \"profile\": {\n                \"factory\": 194,\n                \"building\": 246,\n                \"dependencies\": 40\n              }\n            },\n            {\n              \"id\": 104,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/js-yaml/index.js\",\n              \"name\": \"./node_modules/js-yaml/index.js\",\n              \"profile\": {\n                \"factory\": 408,\n                \"building\": 42\n              }\n            },\n            {\n              \"id\": 105,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/js-yaml/lib/js-yaml.js\",\n              \"name\": \"./node_modules/js-yaml/lib/js-yaml.js\",\n              \"profile\": {\n                \"factory\": 96,\n                \"building\": 77\n              }\n            },\n            {\n              \"id\": 57,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/js-yaml/lib/js-yaml/schema/json.js\",\n              \"name\": \"./node_modules/js-yaml/lib/js-yaml/schema/json.js\",\n              \"profile\": {\n                \"factory\": 33,\n                \"building\": 66,\n                \"dependencies\": 42\n              }\n            }\n          ],\n          \"profile\": {\n            \"factory\": 66,\n            \"building\": 11,\n            \"dependencies\": 1\n          },\n          \"failed\": false,\n          \"errors\": 0,\n          \"warnings\": 0,\n          \"assets\": [],\n          \"reasons\": [\n            {\n              \"moduleId\": 57,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/js-yaml/lib/js-yaml/schema/json.js\",\n              \"module\": \"./node_modules/js-yaml/lib/js-yaml/schema/json.js\",\n              \"moduleName\": \"./node_modules/js-yaml/lib/js-yaml/schema/json.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"../type/int\",\n              \"loc\": \"22:4-26\"\n            }\n          ],\n          \"usedExports\": true,\n          \"providedExports\": null,\n          \"optimizationBailout\": [\n            \"ModuleConcatenation bailout: Module is not an ECMAScript module\"\n          ],\n          \"depth\": 6,\n          \"source\": \"'use strict';\\n\\nvar common = require('../common');\\nvar Type   = require('../type');\\n\\nfunction isHexCode(c) {\\n  return ((0x30/* 0 */ <= c) && (c <= 0x39/* 9 */)) ||\\n         ((0x41/* A */ <= c) && (c <= 0x46/* F */)) ||\\n         ((0x61/* a */ <= c) && (c <= 0x66/* f */));\\n}\\n\\nfunction isOctCode(c) {\\n  return ((0x30/* 0 */ <= c) && (c <= 0x37/* 7 */));\\n}\\n\\nfunction isDecCode(c) {\\n  return ((0x30/* 0 */ <= c) && (c <= 0x39/* 9 */));\\n}\\n\\nfunction resolveYamlInteger(data) {\\n  if (data === null) return false;\\n\\n  var max = data.length,\\n      index = 0,\\n      hasDigits = false,\\n      ch;\\n\\n  if (!max) return false;\\n\\n  ch = data[index];\\n\\n  // sign\\n  if (ch === '-' || ch === '+') {\\n    ch = data[++index];\\n  }\\n\\n  if (ch === '0') {\\n    // 0\\n    if (index + 1 === max) return true;\\n    ch = data[++index];\\n\\n    // base 2, base 8, base 16\\n\\n    if (ch === 'b') {\\n      // base 2\\n      index++;\\n\\n      for (; index < max; index++) {\\n        ch = data[index];\\n        if (ch === '_') continue;\\n        if (ch !== '0' && ch !== '1') return false;\\n        hasDigits = true;\\n      }\\n      return hasDigits && ch !== '_';\\n    }\\n\\n\\n    if (ch === 'x') {\\n      // base 16\\n      index++;\\n\\n      for (; index < max; index++) {\\n        ch = data[index];\\n        if (ch === '_') continue;\\n        if (!isHexCode(data.charCodeAt(index))) return false;\\n        hasDigits = true;\\n      }\\n      return hasDigits && ch !== '_';\\n    }\\n\\n    // base 8\\n    for (; index < max; index++) {\\n      ch = data[index];\\n      if (ch === '_') continue;\\n      if (!isOctCode(data.charCodeAt(index))) return false;\\n      hasDigits = true;\\n    }\\n    return hasDigits && ch !== '_';\\n  }\\n\\n  // base 10 (except 0) or base 60\\n\\n  // value should not start with `_`;\\n  if (ch === '_') return false;\\n\\n  for (; index < max; index++) {\\n    ch = data[index];\\n    if (ch === '_') continue;\\n    if (ch === ':') break;\\n    if (!isDecCode(data.charCodeAt(index))) {\\n      return false;\\n    }\\n    hasDigits = true;\\n  }\\n\\n  // Should have digits and should not end with `_`\\n  if (!hasDigits || ch === '_') return false;\\n\\n  // if !base60 - done;\\n  if (ch !== ':') return true;\\n\\n  // base60 almost not used, no needs to optimize\\n  return /^(:[0-5]?[0-9])+$/.test(data.slice(index));\\n}\\n\\nfunction constructYamlInteger(data) {\\n  var value = data, sign = 1, ch, base, digits = [];\\n\\n  if (value.indexOf('_') !== -1) {\\n    value = value.replace(/_/g, '');\\n  }\\n\\n  ch = value[0];\\n\\n  if (ch === '-' || ch === '+') {\\n    if (ch === '-') sign = -1;\\n    value = value.slice(1);\\n    ch = value[0];\\n  }\\n\\n  if (value === '0') return 0;\\n\\n  if (ch === '0') {\\n    if (value[1] === 'b') return sign * parseInt(value.slice(2), 2);\\n    if (value[1] === 'x') return sign * parseInt(value, 16);\\n    return sign * parseInt(value, 8);\\n  }\\n\\n  if (value.indexOf(':') !== -1) {\\n    value.split(':').forEach(function (v) {\\n      digits.unshift(parseInt(v, 10));\\n    });\\n\\n    value = 0;\\n    base = 1;\\n\\n    digits.forEach(function (d) {\\n      value += (d * base);\\n      base *= 60;\\n    });\\n\\n    return sign * value;\\n\\n  }\\n\\n  return sign * parseInt(value, 10);\\n}\\n\\nfunction isInteger(object) {\\n  return (Object.prototype.toString.call(object)) === '[object Number]' &&\\n         (object % 1 === 0 && !common.isNegativeZero(object));\\n}\\n\\nmodule.exports = new Type('tag:yaml.org,2002:int', {\\n  kind: 'scalar',\\n  resolve: resolveYamlInteger,\\n  construct: constructYamlInteger,\\n  predicate: isInteger,\\n  represent: {\\n    binary:      function (obj) { return obj >= 0 ? '0b' + obj.toString(2) : '-0b' + obj.toString(2).slice(1); },\\n    octal:       function (obj) { return obj >= 0 ? '0'  + obj.toString(8) : '-0'  + obj.toString(8).slice(1); },\\n    decimal:     function (obj) { return obj.toString(10); },\\n    /* eslint-disable max-len */\\n    hexadecimal: function (obj) { return obj >= 0 ? '0x' + obj.toString(16).toUpperCase() :  '-0x' + obj.toString(16).toUpperCase().slice(1); }\\n  },\\n  defaultStyle: 'decimal',\\n  styleAliases: {\\n    binary:      [ 2,  'bin' ],\\n    octal:       [ 8,  'oct' ],\\n    decimal:     [ 10, 'dec' ],\\n    hexadecimal: [ 16, 'hex' ]\\n  }\\n});\\n\"\n        },\n        {\n          \"id\": 114,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/js-yaml/lib/js-yaml/type/float.js\",\n          \"name\": \"./node_modules/js-yaml/lib/js-yaml/type/float.js\",\n          \"index\": 187,\n          \"index2\": 177,\n          \"size\": 2840,\n          \"cacheable\": true,\n          \"built\": true,\n          \"optional\": false,\n          \"prefetched\": false,\n          \"chunks\": [\n            2,\n            4\n          ],\n          \"issuer\": \"/Users/jarred/Code/styleurl/node_modules/js-yaml/lib/js-yaml/schema/json.js\",\n          \"issuerId\": 57,\n          \"issuerName\": \"./node_modules/js-yaml/lib/js-yaml/schema/json.js\",\n          \"issuerPath\": [\n            {\n              \"id\": 350,\n              \"identifier\": \"multi /Users/jarred/Code/styleurl/webpack/customPublicPath /Users/jarred/Code/styleurl/chrome/extension/github_gist_content_script\",\n              \"name\": \"multi ./webpack/customPublicPath ./chrome/extension/github_gist_content_script\",\n              \"profile\": {\n                \"factory\": 0,\n                \"building\": 0,\n                \"dependencies\": 53\n              }\n            },\n            {\n              \"id\": 351,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/github_gist_content_script.js\",\n              \"name\": \"./chrome/extension/github_gist_content_script.js\",\n              \"profile\": {\n                \"factory\": 54,\n                \"building\": 576,\n                \"dependencies\": 194\n              }\n            },\n            {\n              \"id\": 55,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/lib/stylefile.js\",\n              \"name\": \"./chrome/extension/lib/stylefile.js\",\n              \"profile\": {\n                \"factory\": 194,\n                \"building\": 246,\n                \"dependencies\": 40\n              }\n            },\n            {\n              \"id\": 104,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/js-yaml/index.js\",\n              \"name\": \"./node_modules/js-yaml/index.js\",\n              \"profile\": {\n                \"factory\": 408,\n                \"building\": 42\n              }\n            },\n            {\n              \"id\": 105,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/js-yaml/lib/js-yaml.js\",\n              \"name\": \"./node_modules/js-yaml/lib/js-yaml.js\",\n              \"profile\": {\n                \"factory\": 96,\n                \"building\": 77\n              }\n            },\n            {\n              \"id\": 57,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/js-yaml/lib/js-yaml/schema/json.js\",\n              \"name\": \"./node_modules/js-yaml/lib/js-yaml/schema/json.js\",\n              \"profile\": {\n                \"factory\": 33,\n                \"building\": 66,\n                \"dependencies\": 42\n              }\n            }\n          ],\n          \"profile\": {\n            \"factory\": 66,\n            \"building\": 11,\n            \"dependencies\": 1\n          },\n          \"failed\": false,\n          \"errors\": 0,\n          \"warnings\": 0,\n          \"assets\": [],\n          \"reasons\": [\n            {\n              \"moduleId\": 57,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/js-yaml/lib/js-yaml/schema/json.js\",\n              \"module\": \"./node_modules/js-yaml/lib/js-yaml/schema/json.js\",\n              \"moduleName\": \"./node_modules/js-yaml/lib/js-yaml/schema/json.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"../type/float\",\n              \"loc\": \"23:4-28\"\n            }\n          ],\n          \"usedExports\": true,\n          \"providedExports\": null,\n          \"optimizationBailout\": [\n            \"ModuleConcatenation bailout: Module is not an ECMAScript module\"\n          ],\n          \"depth\": 6,\n          \"source\": \"'use strict';\\n\\nvar common = require('../common');\\nvar Type   = require('../type');\\n\\nvar YAML_FLOAT_PATTERN = new RegExp(\\n  // 2.5e4, 2.5 and integers\\n  '^(?:[-+]?(?:0|[1-9][0-9_]*)(?:\\\\\\\\.[0-9_]*)?(?:[eE][-+]?[0-9]+)?' +\\n  // .2e4, .2\\n  // special case, seems not from spec\\n  '|\\\\\\\\.[0-9_]+(?:[eE][-+]?[0-9]+)?' +\\n  // 20:59\\n  '|[-+]?[0-9][0-9_]*(?::[0-5]?[0-9])+\\\\\\\\.[0-9_]*' +\\n  // .inf\\n  '|[-+]?\\\\\\\\.(?:inf|Inf|INF)' +\\n  // .nan\\n  '|\\\\\\\\.(?:nan|NaN|NAN))$');\\n\\nfunction resolveYamlFloat(data) {\\n  if (data === null) return false;\\n\\n  if (!YAML_FLOAT_PATTERN.test(data) ||\\n      // Quick hack to not allow integers end with `_`\\n      // Probably should update regexp & check speed\\n      data[data.length - 1] === '_') {\\n    return false;\\n  }\\n\\n  return true;\\n}\\n\\nfunction constructYamlFloat(data) {\\n  var value, sign, base, digits;\\n\\n  value  = data.replace(/_/g, '').toLowerCase();\\n  sign   = value[0] === '-' ? -1 : 1;\\n  digits = [];\\n\\n  if ('+-'.indexOf(value[0]) >= 0) {\\n    value = value.slice(1);\\n  }\\n\\n  if (value === '.inf') {\\n    return (sign === 1) ? Number.POSITIVE_INFINITY : Number.NEGATIVE_INFINITY;\\n\\n  } else if (value === '.nan') {\\n    return NaN;\\n\\n  } else if (value.indexOf(':') >= 0) {\\n    value.split(':').forEach(function (v) {\\n      digits.unshift(parseFloat(v, 10));\\n    });\\n\\n    value = 0.0;\\n    base = 1;\\n\\n    digits.forEach(function (d) {\\n      value += d * base;\\n      base *= 60;\\n    });\\n\\n    return sign * value;\\n\\n  }\\n  return sign * parseFloat(value, 10);\\n}\\n\\n\\nvar SCIENTIFIC_WITHOUT_DOT = /^[-+]?[0-9]+e/;\\n\\nfunction representYamlFloat(object, style) {\\n  var res;\\n\\n  if (isNaN(object)) {\\n    switch (style) {\\n      case 'lowercase': return '.nan';\\n      case 'uppercase': return '.NAN';\\n      case 'camelcase': return '.NaN';\\n    }\\n  } else if (Number.POSITIVE_INFINITY === object) {\\n    switch (style) {\\n      case 'lowercase': return '.inf';\\n      case 'uppercase': return '.INF';\\n      case 'camelcase': return '.Inf';\\n    }\\n  } else if (Number.NEGATIVE_INFINITY === object) {\\n    switch (style) {\\n      case 'lowercase': return '-.inf';\\n      case 'uppercase': return '-.INF';\\n      case 'camelcase': return '-.Inf';\\n    }\\n  } else if (common.isNegativeZero(object)) {\\n    return '-0.0';\\n  }\\n\\n  res = object.toString(10);\\n\\n  // JS stringifier can build scientific format without dots: 5e-100,\\n  // while YAML requres dot: 5.e-100. Fix it with simple hack\\n\\n  return SCIENTIFIC_WITHOUT_DOT.test(res) ? res.replace('e', '.e') : res;\\n}\\n\\nfunction isFloat(object) {\\n  return (Object.prototype.toString.call(object) === '[object Number]') &&\\n         (object % 1 !== 0 || common.isNegativeZero(object));\\n}\\n\\nmodule.exports = new Type('tag:yaml.org,2002:float', {\\n  kind: 'scalar',\\n  resolve: resolveYamlFloat,\\n  construct: constructYamlFloat,\\n  predicate: isFloat,\\n  represent: representYamlFloat,\\n  defaultStyle: 'lowercase'\\n});\\n\"\n        },\n        {\n          \"id\": 115,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/js-yaml/lib/js-yaml/type/timestamp.js\",\n          \"name\": \"./node_modules/js-yaml/lib/js-yaml/type/timestamp.js\",\n          \"index\": 188,\n          \"index2\": 180,\n          \"size\": 2571,\n          \"cacheable\": true,\n          \"built\": true,\n          \"optional\": false,\n          \"prefetched\": false,\n          \"chunks\": [\n            2,\n            4\n          ],\n          \"issuer\": \"/Users/jarred/Code/styleurl/node_modules/js-yaml/lib/js-yaml/schema/default_safe.js\",\n          \"issuerId\": 15,\n          \"issuerName\": \"./node_modules/js-yaml/lib/js-yaml/schema/default_safe.js\",\n          \"issuerPath\": [\n            {\n              \"id\": 350,\n              \"identifier\": \"multi /Users/jarred/Code/styleurl/webpack/customPublicPath /Users/jarred/Code/styleurl/chrome/extension/github_gist_content_script\",\n              \"name\": \"multi ./webpack/customPublicPath ./chrome/extension/github_gist_content_script\",\n              \"profile\": {\n                \"factory\": 0,\n                \"building\": 0,\n                \"dependencies\": 53\n              }\n            },\n            {\n              \"id\": 351,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/github_gist_content_script.js\",\n              \"name\": \"./chrome/extension/github_gist_content_script.js\",\n              \"profile\": {\n                \"factory\": 54,\n                \"building\": 576,\n                \"dependencies\": 194\n              }\n            },\n            {\n              \"id\": 55,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/lib/stylefile.js\",\n              \"name\": \"./chrome/extension/lib/stylefile.js\",\n              \"profile\": {\n                \"factory\": 194,\n                \"building\": 246,\n                \"dependencies\": 40\n              }\n            },\n            {\n              \"id\": 104,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/js-yaml/index.js\",\n              \"name\": \"./node_modules/js-yaml/index.js\",\n              \"profile\": {\n                \"factory\": 408,\n                \"building\": 42\n              }\n            },\n            {\n              \"id\": 105,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/js-yaml/lib/js-yaml.js\",\n              \"name\": \"./node_modules/js-yaml/lib/js-yaml.js\",\n              \"profile\": {\n                \"factory\": 96,\n                \"building\": 77\n              }\n            },\n            {\n              \"id\": 15,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/js-yaml/lib/js-yaml/schema/default_safe.js\",\n              \"name\": \"./node_modules/js-yaml/lib/js-yaml/schema/default_safe.js\",\n              \"profile\": {\n                \"factory\": 33,\n                \"building\": 66,\n                \"dependencies\": 42\n              }\n            }\n          ],\n          \"profile\": {\n            \"factory\": 64,\n            \"building\": 16,\n            \"dependencies\": 1\n          },\n          \"failed\": false,\n          \"errors\": 0,\n          \"warnings\": 0,\n          \"assets\": [],\n          \"reasons\": [\n            {\n              \"moduleId\": 15,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/js-yaml/lib/js-yaml/schema/default_safe.js\",\n              \"module\": \"./node_modules/js-yaml/lib/js-yaml/schema/default_safe.js\",\n              \"moduleName\": \"./node_modules/js-yaml/lib/js-yaml/schema/default_safe.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"../type/timestamp\",\n              \"loc\": \"19:4-32\"\n            }\n          ],\n          \"usedExports\": true,\n          \"providedExports\": null,\n          \"optimizationBailout\": [\n            \"ModuleConcatenation bailout: Module is not an ECMAScript module\"\n          ],\n          \"depth\": 6,\n          \"source\": \"'use strict';\\n\\nvar Type = require('../type');\\n\\nvar YAML_DATE_REGEXP = new RegExp(\\n  '^([0-9][0-9][0-9][0-9])'          + // [1] year\\n  '-([0-9][0-9])'                    + // [2] month\\n  '-([0-9][0-9])$');                   // [3] day\\n\\nvar YAML_TIMESTAMP_REGEXP = new RegExp(\\n  '^([0-9][0-9][0-9][0-9])'          + // [1] year\\n  '-([0-9][0-9]?)'                   + // [2] month\\n  '-([0-9][0-9]?)'                   + // [3] day\\n  '(?:[Tt]|[ \\\\\\\\t]+)'                 + // ...\\n  '([0-9][0-9]?)'                    + // [4] hour\\n  ':([0-9][0-9])'                    + // [5] minute\\n  ':([0-9][0-9])'                    + // [6] second\\n  '(?:\\\\\\\\.([0-9]*))?'                 + // [7] fraction\\n  '(?:[ \\\\\\\\t]*(Z|([-+])([0-9][0-9]?)' + // [8] tz [9] tz_sign [10] tz_hour\\n  '(?::([0-9][0-9]))?))?$');           // [11] tz_minute\\n\\nfunction resolveYamlTimestamp(data) {\\n  if (data === null) return false;\\n  if (YAML_DATE_REGEXP.exec(data) !== null) return true;\\n  if (YAML_TIMESTAMP_REGEXP.exec(data) !== null) return true;\\n  return false;\\n}\\n\\nfunction constructYamlTimestamp(data) {\\n  var match, year, month, day, hour, minute, second, fraction = 0,\\n      delta = null, tz_hour, tz_minute, date;\\n\\n  match = YAML_DATE_REGEXP.exec(data);\\n  if (match === null) match = YAML_TIMESTAMP_REGEXP.exec(data);\\n\\n  if (match === null) throw new Error('Date resolve error');\\n\\n  // match: [1] year [2] month [3] day\\n\\n  year = +(match[1]);\\n  month = +(match[2]) - 1; // JS month starts with 0\\n  day = +(match[3]);\\n\\n  if (!match[4]) { // no hour\\n    return new Date(Date.UTC(year, month, day));\\n  }\\n\\n  // match: [4] hour [5] minute [6] second [7] fraction\\n\\n  hour = +(match[4]);\\n  minute = +(match[5]);\\n  second = +(match[6]);\\n\\n  if (match[7]) {\\n    fraction = match[7].slice(0, 3);\\n    while (fraction.length < 3) { // milli-seconds\\n      fraction += '0';\\n    }\\n    fraction = +fraction;\\n  }\\n\\n  // match: [8] tz [9] tz_sign [10] tz_hour [11] tz_minute\\n\\n  if (match[9]) {\\n    tz_hour = +(match[10]);\\n    tz_minute = +(match[11] || 0);\\n    delta = (tz_hour * 60 + tz_minute) * 60000; // delta in mili-seconds\\n    if (match[9] === '-') delta = -delta;\\n  }\\n\\n  date = new Date(Date.UTC(year, month, day, hour, minute, second, fraction));\\n\\n  if (delta) date.setTime(date.getTime() - delta);\\n\\n  return date;\\n}\\n\\nfunction representYamlTimestamp(object /*, style*/) {\\n  return object.toISOString();\\n}\\n\\nmodule.exports = new Type('tag:yaml.org,2002:timestamp', {\\n  kind: 'scalar',\\n  resolve: resolveYamlTimestamp,\\n  construct: constructYamlTimestamp,\\n  instanceOf: Date,\\n  represent: representYamlTimestamp\\n});\\n\"\n        },\n        {\n          \"id\": 116,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/js-yaml/lib/js-yaml/type/merge.js\",\n          \"name\": \"./node_modules/js-yaml/lib/js-yaml/type/merge.js\",\n          \"index\": 189,\n          \"index2\": 181,\n          \"size\": 230,\n          \"cacheable\": true,\n          \"built\": true,\n          \"optional\": false,\n          \"prefetched\": false,\n          \"chunks\": [\n            2,\n            4\n          ],\n          \"issuer\": \"/Users/jarred/Code/styleurl/node_modules/js-yaml/lib/js-yaml/schema/default_safe.js\",\n          \"issuerId\": 15,\n          \"issuerName\": \"./node_modules/js-yaml/lib/js-yaml/schema/default_safe.js\",\n          \"issuerPath\": [\n            {\n              \"id\": 350,\n              \"identifier\": \"multi /Users/jarred/Code/styleurl/webpack/customPublicPath /Users/jarred/Code/styleurl/chrome/extension/github_gist_content_script\",\n              \"name\": \"multi ./webpack/customPublicPath ./chrome/extension/github_gist_content_script\",\n              \"profile\": {\n                \"factory\": 0,\n                \"building\": 0,\n                \"dependencies\": 53\n              }\n            },\n            {\n              \"id\": 351,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/github_gist_content_script.js\",\n              \"name\": \"./chrome/extension/github_gist_content_script.js\",\n              \"profile\": {\n                \"factory\": 54,\n                \"building\": 576,\n                \"dependencies\": 194\n              }\n            },\n            {\n              \"id\": 55,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/lib/stylefile.js\",\n              \"name\": \"./chrome/extension/lib/stylefile.js\",\n              \"profile\": {\n                \"factory\": 194,\n                \"building\": 246,\n                \"dependencies\": 40\n              }\n            },\n            {\n              \"id\": 104,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/js-yaml/index.js\",\n              \"name\": \"./node_modules/js-yaml/index.js\",\n              \"profile\": {\n                \"factory\": 408,\n                \"building\": 42\n              }\n            },\n            {\n              \"id\": 105,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/js-yaml/lib/js-yaml.js\",\n              \"name\": \"./node_modules/js-yaml/lib/js-yaml.js\",\n              \"profile\": {\n                \"factory\": 96,\n                \"building\": 77\n              }\n            },\n            {\n              \"id\": 15,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/js-yaml/lib/js-yaml/schema/default_safe.js\",\n              \"name\": \"./node_modules/js-yaml/lib/js-yaml/schema/default_safe.js\",\n              \"profile\": {\n                \"factory\": 33,\n                \"building\": 66,\n                \"dependencies\": 42\n              }\n            }\n          ],\n          \"profile\": {\n            \"factory\": 64,\n            \"building\": 16,\n            \"dependencies\": 1\n          },\n          \"failed\": false,\n          \"errors\": 0,\n          \"warnings\": 0,\n          \"assets\": [],\n          \"reasons\": [\n            {\n              \"moduleId\": 15,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/js-yaml/lib/js-yaml/schema/default_safe.js\",\n              \"module\": \"./node_modules/js-yaml/lib/js-yaml/schema/default_safe.js\",\n              \"moduleName\": \"./node_modules/js-yaml/lib/js-yaml/schema/default_safe.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"../type/merge\",\n              \"loc\": \"20:4-28\"\n            }\n          ],\n          \"usedExports\": true,\n          \"providedExports\": null,\n          \"optimizationBailout\": [\n            \"ModuleConcatenation bailout: Module is not an ECMAScript module\"\n          ],\n          \"depth\": 6,\n          \"source\": \"'use strict';\\n\\nvar Type = require('../type');\\n\\nfunction resolveYamlMerge(data) {\\n  return data === '<<' || data === null;\\n}\\n\\nmodule.exports = new Type('tag:yaml.org,2002:merge', {\\n  kind: 'scalar',\\n  resolve: resolveYamlMerge\\n});\\n\"\n        },\n        {\n          \"id\": 117,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/js-yaml/lib/js-yaml/type/binary.js\",\n          \"name\": \"./node_modules/js-yaml/lib/js-yaml/type/binary.js\",\n          \"index\": 190,\n          \"index2\": 186,\n          \"size\": 3274,\n          \"cacheable\": true,\n          \"built\": true,\n          \"optional\": false,\n          \"prefetched\": false,\n          \"chunks\": [\n            2,\n            4\n          ],\n          \"issuer\": \"/Users/jarred/Code/styleurl/node_modules/js-yaml/lib/js-yaml/schema/default_safe.js\",\n          \"issuerId\": 15,\n          \"issuerName\": \"./node_modules/js-yaml/lib/js-yaml/schema/default_safe.js\",\n          \"issuerPath\": [\n            {\n              \"id\": 350,\n              \"identifier\": \"multi /Users/jarred/Code/styleurl/webpack/customPublicPath /Users/jarred/Code/styleurl/chrome/extension/github_gist_content_script\",\n              \"name\": \"multi ./webpack/customPublicPath ./chrome/extension/github_gist_content_script\",\n              \"profile\": {\n                \"factory\": 0,\n                \"building\": 0,\n                \"dependencies\": 53\n              }\n            },\n            {\n              \"id\": 351,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/github_gist_content_script.js\",\n              \"name\": \"./chrome/extension/github_gist_content_script.js\",\n              \"profile\": {\n                \"factory\": 54,\n                \"building\": 576,\n                \"dependencies\": 194\n              }\n            },\n            {\n              \"id\": 55,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/lib/stylefile.js\",\n              \"name\": \"./chrome/extension/lib/stylefile.js\",\n              \"profile\": {\n                \"factory\": 194,\n                \"building\": 246,\n                \"dependencies\": 40\n              }\n            },\n            {\n              \"id\": 104,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/js-yaml/index.js\",\n              \"name\": \"./node_modules/js-yaml/index.js\",\n              \"profile\": {\n                \"factory\": 408,\n                \"building\": 42\n              }\n            },\n            {\n              \"id\": 105,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/js-yaml/lib/js-yaml.js\",\n              \"name\": \"./node_modules/js-yaml/lib/js-yaml.js\",\n              \"profile\": {\n                \"factory\": 96,\n                \"building\": 77\n              }\n            },\n            {\n              \"id\": 15,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/js-yaml/lib/js-yaml/schema/default_safe.js\",\n              \"name\": \"./node_modules/js-yaml/lib/js-yaml/schema/default_safe.js\",\n              \"profile\": {\n                \"factory\": 33,\n                \"building\": 66,\n                \"dependencies\": 42\n              }\n            }\n          ],\n          \"profile\": {\n            \"factory\": 64,\n            \"building\": 16,\n            \"dependencies\": 1\n          },\n          \"failed\": false,\n          \"errors\": 0,\n          \"warnings\": 0,\n          \"assets\": [],\n          \"reasons\": [\n            {\n              \"moduleId\": 15,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/js-yaml/lib/js-yaml/schema/default_safe.js\",\n              \"module\": \"./node_modules/js-yaml/lib/js-yaml/schema/default_safe.js\",\n              \"moduleName\": \"./node_modules/js-yaml/lib/js-yaml/schema/default_safe.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"../type/binary\",\n              \"loc\": \"23:4-29\"\n            }\n          ],\n          \"usedExports\": true,\n          \"providedExports\": null,\n          \"optimizationBailout\": [\n            \"ModuleConcatenation bailout: Module is not an ECMAScript module\"\n          ],\n          \"depth\": 6,\n          \"source\": \"'use strict';\\n\\n/*eslint-disable no-bitwise*/\\n\\nvar NodeBuffer;\\n\\ntry {\\n  // A trick for browserified version, to not include `Buffer` shim\\n  var _require = require;\\n  NodeBuffer = _require('buffer').Buffer;\\n} catch (__) {}\\n\\nvar Type       = require('../type');\\n\\n\\n// [ 64, 65, 66 ] -> [ padding, CR, LF ]\\nvar BASE64_MAP = 'ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/=\\\\n\\\\r';\\n\\n\\nfunction resolveYamlBinary(data) {\\n  if (data === null) return false;\\n\\n  var code, idx, bitlen = 0, max = data.length, map = BASE64_MAP;\\n\\n  // Convert one by one.\\n  for (idx = 0; idx < max; idx++) {\\n    code = map.indexOf(data.charAt(idx));\\n\\n    // Skip CR/LF\\n    if (code > 64) continue;\\n\\n    // Fail on illegal characters\\n    if (code < 0) return false;\\n\\n    bitlen += 6;\\n  }\\n\\n  // If there are any bits left, source was corrupted\\n  return (bitlen % 8) === 0;\\n}\\n\\nfunction constructYamlBinary(data) {\\n  var idx, tailbits,\\n      input = data.replace(/[\\\\r\\\\n=]/g, ''), // remove CR/LF & padding to simplify scan\\n      max = input.length,\\n      map = BASE64_MAP,\\n      bits = 0,\\n      result = [];\\n\\n  // Collect by 6*4 bits (3 bytes)\\n\\n  for (idx = 0; idx < max; idx++) {\\n    if ((idx % 4 === 0) && idx) {\\n      result.push((bits >> 16) & 0xFF);\\n      result.push((bits >> 8) & 0xFF);\\n      result.push(bits & 0xFF);\\n    }\\n\\n    bits = (bits << 6) | map.indexOf(input.charAt(idx));\\n  }\\n\\n  // Dump tail\\n\\n  tailbits = (max % 4) * 6;\\n\\n  if (tailbits === 0) {\\n    result.push((bits >> 16) & 0xFF);\\n    result.push((bits >> 8) & 0xFF);\\n    result.push(bits & 0xFF);\\n  } else if (tailbits === 18) {\\n    result.push((bits >> 10) & 0xFF);\\n    result.push((bits >> 2) & 0xFF);\\n  } else if (tailbits === 12) {\\n    result.push((bits >> 4) & 0xFF);\\n  }\\n\\n  // Wrap into Buffer for NodeJS and leave Array for browser\\n  if (NodeBuffer) {\\n    // Support node 6.+ Buffer API when available\\n    return NodeBuffer.from ? NodeBuffer.from(result) : new NodeBuffer(result);\\n  }\\n\\n  return result;\\n}\\n\\nfunction representYamlBinary(object /*, style*/) {\\n  var result = '', bits = 0, idx, tail,\\n      max = object.length,\\n      map = BASE64_MAP;\\n\\n  // Convert every three bytes to 4 ASCII characters.\\n\\n  for (idx = 0; idx < max; idx++) {\\n    if ((idx % 3 === 0) && idx) {\\n      result += map[(bits >> 18) & 0x3F];\\n      result += map[(bits >> 12) & 0x3F];\\n      result += map[(bits >> 6) & 0x3F];\\n      result += map[bits & 0x3F];\\n    }\\n\\n    bits = (bits << 8) + object[idx];\\n  }\\n\\n  // Dump tail\\n\\n  tail = max % 3;\\n\\n  if (tail === 0) {\\n    result += map[(bits >> 18) & 0x3F];\\n    result += map[(bits >> 12) & 0x3F];\\n    result += map[(bits >> 6) & 0x3F];\\n    result += map[bits & 0x3F];\\n  } else if (tail === 2) {\\n    result += map[(bits >> 10) & 0x3F];\\n    result += map[(bits >> 4) & 0x3F];\\n    result += map[(bits << 2) & 0x3F];\\n    result += map[64];\\n  } else if (tail === 1) {\\n    result += map[(bits >> 2) & 0x3F];\\n    result += map[(bits << 4) & 0x3F];\\n    result += map[64];\\n    result += map[64];\\n  }\\n\\n  return result;\\n}\\n\\nfunction isBinary(object) {\\n  return NodeBuffer && NodeBuffer.isBuffer(object);\\n}\\n\\nmodule.exports = new Type('tag:yaml.org,2002:binary', {\\n  kind: 'scalar',\\n  resolve: resolveYamlBinary,\\n  construct: constructYamlBinary,\\n  predicate: isBinary,\\n  represent: representYamlBinary\\n});\\n\"\n        },\n        {\n          \"id\": 118,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/base64-js/index.js\",\n          \"name\": \"./node_modules/base64-js/index.js\",\n          \"index\": 192,\n          \"index2\": 182,\n          \"size\": 3483,\n          \"cacheable\": true,\n          \"built\": true,\n          \"optional\": false,\n          \"prefetched\": false,\n          \"chunks\": [\n            2,\n            4\n          ],\n          \"issuer\": \"/Users/jarred/Code/styleurl/node_modules/buffer/index.js\",\n          \"issuerId\": 1,\n          \"issuerName\": \"./node_modules/buffer/index.js\",\n          \"issuerPath\": [\n            {\n              \"id\": 191,\n              \"identifier\": \"multi /Users/jarred/Code/styleurl/webpack/customPublicPath /Users/jarred/Code/styleurl/chrome/extension/background\",\n              \"name\": \"multi ./webpack/customPublicPath ./chrome/extension/background\",\n              \"profile\": {\n                \"factory\": 0,\n                \"building\": 0,\n                \"dependencies\": 54\n              }\n            },\n            {\n              \"id\": 192,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/background.js\",\n              \"name\": \"./chrome/extension/background.js\",\n              \"profile\": {\n                \"factory\": 54,\n                \"building\": 639,\n                \"dependencies\": 140\n              }\n            },\n            {\n              \"id\": 255,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/stylesheet-differ/lib/index.js\",\n              \"name\": \"./node_modules/stylesheet-differ/lib/index.js\",\n              \"profile\": {\n                \"factory\": 140,\n                \"building\": 568,\n                \"dependencies\": 1\n              }\n            },\n            {\n              \"id\": 256,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/native-css/index.js\",\n              \"name\": \"./node_modules/native-css/index.js\",\n              \"profile\": {\n                \"factory\": 189,\n                \"building\": 603,\n                \"dependencies\": 1\n              }\n            },\n            {\n              \"id\": 257,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/native-css/src/native-css.js\",\n              \"name\": \"./node_modules/native-css/src/native-css.js\",\n              \"profile\": {\n                \"factory\": 26,\n                \"building\": 63,\n                \"dependencies\": 14\n              }\n            },\n            {\n              \"id\": 1,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/buffer/index.js\",\n              \"name\": \"./node_modules/buffer/index.js\",\n              \"profile\": {\n                \"factory\": 117,\n                \"building\": 25,\n                \"dependencies\": 27\n              }\n            }\n          ],\n          \"profile\": {\n            \"factory\": 50,\n            \"building\": 14\n          },\n          \"failed\": false,\n          \"errors\": 0,\n          \"warnings\": 0,\n          \"assets\": [],\n          \"reasons\": [\n            {\n              \"moduleId\": 1,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/buffer/index.js\",\n              \"module\": \"./node_modules/buffer/index.js\",\n              \"moduleName\": \"./node_modules/buffer/index.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"base64-js\",\n              \"loc\": \"11:13-33\"\n            }\n          ],\n          \"usedExports\": true,\n          \"providedExports\": null,\n          \"optimizationBailout\": [\n            \"ModuleConcatenation bailout: Module is not an ECMAScript module\"\n          ],\n          \"depth\": 6,\n          \"source\": \"'use strict'\\n\\nexports.byteLength = byteLength\\nexports.toByteArray = toByteArray\\nexports.fromByteArray = fromByteArray\\n\\nvar lookup = []\\nvar revLookup = []\\nvar Arr = typeof Uint8Array !== 'undefined' ? Uint8Array : Array\\n\\nvar code = 'ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/'\\nfor (var i = 0, len = code.length; i < len; ++i) {\\n  lookup[i] = code[i]\\n  revLookup[code.charCodeAt(i)] = i\\n}\\n\\nrevLookup['-'.charCodeAt(0)] = 62\\nrevLookup['_'.charCodeAt(0)] = 63\\n\\nfunction placeHoldersCount (b64) {\\n  var len = b64.length\\n  if (len % 4 > 0) {\\n    throw new Error('Invalid string. Length must be a multiple of 4')\\n  }\\n\\n  // the number of equal signs (place holders)\\n  // if there are two placeholders, than the two characters before it\\n  // represent one byte\\n  // if there is only one, then the three characters before it represent 2 bytes\\n  // this is just a cheap hack to not do indexOf twice\\n  return b64[len - 2] === '=' ? 2 : b64[len - 1] === '=' ? 1 : 0\\n}\\n\\nfunction byteLength (b64) {\\n  // base64 is 4/3 + up to two characters of the original data\\n  return b64.length * 3 / 4 - placeHoldersCount(b64)\\n}\\n\\nfunction toByteArray (b64) {\\n  var i, j, l, tmp, placeHolders, arr\\n  var len = b64.length\\n  placeHolders = placeHoldersCount(b64)\\n\\n  arr = new Arr(len * 3 / 4 - placeHolders)\\n\\n  // if there are placeholders, only get up to the last complete 4 chars\\n  l = placeHolders > 0 ? len - 4 : len\\n\\n  var L = 0\\n\\n  for (i = 0, j = 0; i < l; i += 4, j += 3) {\\n    tmp = (revLookup[b64.charCodeAt(i)] << 18) | (revLookup[b64.charCodeAt(i + 1)] << 12) | (revLookup[b64.charCodeAt(i + 2)] << 6) | revLookup[b64.charCodeAt(i + 3)]\\n    arr[L++] = (tmp >> 16) & 0xFF\\n    arr[L++] = (tmp >> 8) & 0xFF\\n    arr[L++] = tmp & 0xFF\\n  }\\n\\n  if (placeHolders === 2) {\\n    tmp = (revLookup[b64.charCodeAt(i)] << 2) | (revLookup[b64.charCodeAt(i + 1)] >> 4)\\n    arr[L++] = tmp & 0xFF\\n  } else if (placeHolders === 1) {\\n    tmp = (revLookup[b64.charCodeAt(i)] << 10) | (revLookup[b64.charCodeAt(i + 1)] << 4) | (revLookup[b64.charCodeAt(i + 2)] >> 2)\\n    arr[L++] = (tmp >> 8) & 0xFF\\n    arr[L++] = tmp & 0xFF\\n  }\\n\\n  return arr\\n}\\n\\nfunction tripletToBase64 (num) {\\n  return lookup[num >> 18 & 0x3F] + lookup[num >> 12 & 0x3F] + lookup[num >> 6 & 0x3F] + lookup[num & 0x3F]\\n}\\n\\nfunction encodeChunk (uint8, start, end) {\\n  var tmp\\n  var output = []\\n  for (var i = start; i < end; i += 3) {\\n    tmp = (uint8[i] << 16) + (uint8[i + 1] << 8) + (uint8[i + 2])\\n    output.push(tripletToBase64(tmp))\\n  }\\n  return output.join('')\\n}\\n\\nfunction fromByteArray (uint8) {\\n  var tmp\\n  var len = uint8.length\\n  var extraBytes = len % 3 // if we have 1 byte left, pad 2 bytes\\n  var output = ''\\n  var parts = []\\n  var maxChunkLength = 16383 // must be multiple of 3\\n\\n  // go through the array every three bytes, we'll deal with trailing stuff later\\n  for (var i = 0, len2 = len - extraBytes; i < len2; i += maxChunkLength) {\\n    parts.push(encodeChunk(uint8, i, (i + maxChunkLength) > len2 ? len2 : (i + maxChunkLength)))\\n  }\\n\\n  // pad the end with zeros, but make sure to not forget the extra bytes\\n  if (extraBytes === 1) {\\n    tmp = uint8[len - 1]\\n    output += lookup[tmp >> 2]\\n    output += lookup[(tmp << 4) & 0x3F]\\n    output += '=='\\n  } else if (extraBytes === 2) {\\n    tmp = (uint8[len - 2] << 8) + (uint8[len - 1])\\n    output += lookup[tmp >> 10]\\n    output += lookup[(tmp >> 4) & 0x3F]\\n    output += lookup[(tmp << 2) & 0x3F]\\n    output += '='\\n  }\\n\\n  parts.push(output)\\n\\n  return parts.join('')\\n}\\n\"\n        },\n        {\n          \"id\": 119,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/ieee754/index.js\",\n          \"name\": \"./node_modules/ieee754/index.js\",\n          \"index\": 193,\n          \"index2\": 183,\n          \"size\": 2054,\n          \"cacheable\": true,\n          \"built\": true,\n          \"optional\": false,\n          \"prefetched\": false,\n          \"chunks\": [\n            2,\n            4\n          ],\n          \"issuer\": \"/Users/jarred/Code/styleurl/node_modules/buffer/index.js\",\n          \"issuerId\": 1,\n          \"issuerName\": \"./node_modules/buffer/index.js\",\n          \"issuerPath\": [\n            {\n              \"id\": 191,\n              \"identifier\": \"multi /Users/jarred/Code/styleurl/webpack/customPublicPath /Users/jarred/Code/styleurl/chrome/extension/background\",\n              \"name\": \"multi ./webpack/customPublicPath ./chrome/extension/background\",\n              \"profile\": {\n                \"factory\": 0,\n                \"building\": 0,\n                \"dependencies\": 54\n              }\n            },\n            {\n              \"id\": 192,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/background.js\",\n              \"name\": \"./chrome/extension/background.js\",\n              \"profile\": {\n                \"factory\": 54,\n                \"building\": 639,\n                \"dependencies\": 140\n              }\n            },\n            {\n              \"id\": 255,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/stylesheet-differ/lib/index.js\",\n              \"name\": \"./node_modules/stylesheet-differ/lib/index.js\",\n              \"profile\": {\n                \"factory\": 140,\n                \"building\": 568,\n                \"dependencies\": 1\n              }\n            },\n            {\n              \"id\": 256,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/native-css/index.js\",\n              \"name\": \"./node_modules/native-css/index.js\",\n              \"profile\": {\n                \"factory\": 189,\n                \"building\": 603,\n                \"dependencies\": 1\n              }\n            },\n            {\n              \"id\": 257,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/native-css/src/native-css.js\",\n              \"name\": \"./node_modules/native-css/src/native-css.js\",\n              \"profile\": {\n                \"factory\": 26,\n                \"building\": 63,\n                \"dependencies\": 14\n              }\n            },\n            {\n              \"id\": 1,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/buffer/index.js\",\n              \"name\": \"./node_modules/buffer/index.js\",\n              \"profile\": {\n                \"factory\": 117,\n                \"building\": 25,\n                \"dependencies\": 27\n              }\n            }\n          ],\n          \"profile\": {\n            \"factory\": 50,\n            \"building\": 14\n          },\n          \"failed\": false,\n          \"errors\": 0,\n          \"warnings\": 0,\n          \"assets\": [],\n          \"reasons\": [\n            {\n              \"moduleId\": 1,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/buffer/index.js\",\n              \"module\": \"./node_modules/buffer/index.js\",\n              \"moduleName\": \"./node_modules/buffer/index.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"ieee754\",\n              \"loc\": \"12:14-32\"\n            }\n          ],\n          \"usedExports\": true,\n          \"providedExports\": null,\n          \"optimizationBailout\": [\n            \"ModuleConcatenation bailout: Module is not an ECMAScript module\"\n          ],\n          \"depth\": 6,\n          \"source\": \"exports.read = function (buffer, offset, isLE, mLen, nBytes) {\\n  var e, m\\n  var eLen = nBytes * 8 - mLen - 1\\n  var eMax = (1 << eLen) - 1\\n  var eBias = eMax >> 1\\n  var nBits = -7\\n  var i = isLE ? (nBytes - 1) : 0\\n  var d = isLE ? -1 : 1\\n  var s = buffer[offset + i]\\n\\n  i += d\\n\\n  e = s & ((1 << (-nBits)) - 1)\\n  s >>= (-nBits)\\n  nBits += eLen\\n  for (; nBits > 0; e = e * 256 + buffer[offset + i], i += d, nBits -= 8) {}\\n\\n  m = e & ((1 << (-nBits)) - 1)\\n  e >>= (-nBits)\\n  nBits += mLen\\n  for (; nBits > 0; m = m * 256 + buffer[offset + i], i += d, nBits -= 8) {}\\n\\n  if (e === 0) {\\n    e = 1 - eBias\\n  } else if (e === eMax) {\\n    return m ? NaN : ((s ? -1 : 1) * Infinity)\\n  } else {\\n    m = m + Math.pow(2, mLen)\\n    e = e - eBias\\n  }\\n  return (s ? -1 : 1) * m * Math.pow(2, e - mLen)\\n}\\n\\nexports.write = function (buffer, value, offset, isLE, mLen, nBytes) {\\n  var e, m, c\\n  var eLen = nBytes * 8 - mLen - 1\\n  var eMax = (1 << eLen) - 1\\n  var eBias = eMax >> 1\\n  var rt = (mLen === 23 ? Math.pow(2, -24) - Math.pow(2, -77) : 0)\\n  var i = isLE ? 0 : (nBytes - 1)\\n  var d = isLE ? 1 : -1\\n  var s = value < 0 || (value === 0 && 1 / value < 0) ? 1 : 0\\n\\n  value = Math.abs(value)\\n\\n  if (isNaN(value) || value === Infinity) {\\n    m = isNaN(value) ? 1 : 0\\n    e = eMax\\n  } else {\\n    e = Math.floor(Math.log(value) / Math.LN2)\\n    if (value * (c = Math.pow(2, -e)) < 1) {\\n      e--\\n      c *= 2\\n    }\\n    if (e + eBias >= 1) {\\n      value += rt / c\\n    } else {\\n      value += rt * Math.pow(2, 1 - eBias)\\n    }\\n    if (value * c >= 2) {\\n      e++\\n      c /= 2\\n    }\\n\\n    if (e + eBias >= eMax) {\\n      m = 0\\n      e = eMax\\n    } else if (e + eBias >= 1) {\\n      m = (value * c - 1) * Math.pow(2, mLen)\\n      e = e + eBias\\n    } else {\\n      m = value * Math.pow(2, eBias - 1) * Math.pow(2, mLen)\\n      e = 0\\n    }\\n  }\\n\\n  for (; mLen >= 8; buffer[offset + i] = m & 0xff, i += d, m /= 256, mLen -= 8) {}\\n\\n  e = (e << mLen) | m\\n  eLen += mLen\\n  for (; eLen > 0; buffer[offset + i] = e & 0xff, i += d, e /= 256, eLen -= 8) {}\\n\\n  buffer[offset + i - d] |= s * 128\\n}\\n\"\n        },\n        {\n          \"id\": 120,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/js-yaml/lib/js-yaml/type/omap.js\",\n          \"name\": \"./node_modules/js-yaml/lib/js-yaml/type/omap.js\",\n          \"index\": 195,\n          \"index2\": 187,\n          \"size\": 1023,\n          \"cacheable\": true,\n          \"built\": true,\n          \"optional\": false,\n          \"prefetched\": false,\n          \"chunks\": [\n            2,\n            4\n          ],\n          \"issuer\": \"/Users/jarred/Code/styleurl/node_modules/js-yaml/lib/js-yaml/schema/default_safe.js\",\n          \"issuerId\": 15,\n          \"issuerName\": \"./node_modules/js-yaml/lib/js-yaml/schema/default_safe.js\",\n          \"issuerPath\": [\n            {\n              \"id\": 350,\n              \"identifier\": \"multi /Users/jarred/Code/styleurl/webpack/customPublicPath /Users/jarred/Code/styleurl/chrome/extension/github_gist_content_script\",\n              \"name\": \"multi ./webpack/customPublicPath ./chrome/extension/github_gist_content_script\",\n              \"profile\": {\n                \"factory\": 0,\n                \"building\": 0,\n                \"dependencies\": 53\n              }\n            },\n            {\n              \"id\": 351,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/github_gist_content_script.js\",\n              \"name\": \"./chrome/extension/github_gist_content_script.js\",\n              \"profile\": {\n                \"factory\": 54,\n                \"building\": 576,\n                \"dependencies\": 194\n              }\n            },\n            {\n              \"id\": 55,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/lib/stylefile.js\",\n              \"name\": \"./chrome/extension/lib/stylefile.js\",\n              \"profile\": {\n                \"factory\": 194,\n                \"building\": 246,\n                \"dependencies\": 40\n              }\n            },\n            {\n              \"id\": 104,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/js-yaml/index.js\",\n              \"name\": \"./node_modules/js-yaml/index.js\",\n              \"profile\": {\n                \"factory\": 408,\n                \"building\": 42\n              }\n            },\n            {\n              \"id\": 105,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/js-yaml/lib/js-yaml.js\",\n              \"name\": \"./node_modules/js-yaml/lib/js-yaml.js\",\n              \"profile\": {\n                \"factory\": 96,\n                \"building\": 77\n              }\n            },\n            {\n              \"id\": 15,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/js-yaml/lib/js-yaml/schema/default_safe.js\",\n              \"name\": \"./node_modules/js-yaml/lib/js-yaml/schema/default_safe.js\",\n              \"profile\": {\n                \"factory\": 33,\n                \"building\": 66,\n                \"dependencies\": 42\n              }\n            }\n          ],\n          \"profile\": {\n            \"factory\": 64,\n            \"building\": 16,\n            \"dependencies\": 1\n          },\n          \"failed\": false,\n          \"errors\": 0,\n          \"warnings\": 0,\n          \"assets\": [],\n          \"reasons\": [\n            {\n              \"moduleId\": 15,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/js-yaml/lib/js-yaml/schema/default_safe.js\",\n              \"module\": \"./node_modules/js-yaml/lib/js-yaml/schema/default_safe.js\",\n              \"moduleName\": \"./node_modules/js-yaml/lib/js-yaml/schema/default_safe.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"../type/omap\",\n              \"loc\": \"24:4-27\"\n            }\n          ],\n          \"usedExports\": true,\n          \"providedExports\": null,\n          \"optimizationBailout\": [\n            \"ModuleConcatenation bailout: Module is not an ECMAScript module\"\n          ],\n          \"depth\": 6,\n          \"source\": \"'use strict';\\n\\nvar Type = require('../type');\\n\\nvar _hasOwnProperty = Object.prototype.hasOwnProperty;\\nvar _toString       = Object.prototype.toString;\\n\\nfunction resolveYamlOmap(data) {\\n  if (data === null) return true;\\n\\n  var objectKeys = [], index, length, pair, pairKey, pairHasKey,\\n      object = data;\\n\\n  for (index = 0, length = object.length; index < length; index += 1) {\\n    pair = object[index];\\n    pairHasKey = false;\\n\\n    if (_toString.call(pair) !== '[object Object]') return false;\\n\\n    for (pairKey in pair) {\\n      if (_hasOwnProperty.call(pair, pairKey)) {\\n        if (!pairHasKey) pairHasKey = true;\\n        else return false;\\n      }\\n    }\\n\\n    if (!pairHasKey) return false;\\n\\n    if (objectKeys.indexOf(pairKey) === -1) objectKeys.push(pairKey);\\n    else return false;\\n  }\\n\\n  return true;\\n}\\n\\nfunction constructYamlOmap(data) {\\n  return data !== null ? data : [];\\n}\\n\\nmodule.exports = new Type('tag:yaml.org,2002:omap', {\\n  kind: 'sequence',\\n  resolve: resolveYamlOmap,\\n  construct: constructYamlOmap\\n});\\n\"\n        },\n        {\n          \"id\": 121,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/js-yaml/lib/js-yaml/type/pairs.js\",\n          \"name\": \"./node_modules/js-yaml/lib/js-yaml/type/pairs.js\",\n          \"index\": 196,\n          \"index2\": 188,\n          \"size\": 1084,\n          \"cacheable\": true,\n          \"built\": true,\n          \"optional\": false,\n          \"prefetched\": false,\n          \"chunks\": [\n            2,\n            4\n          ],\n          \"issuer\": \"/Users/jarred/Code/styleurl/node_modules/js-yaml/lib/js-yaml/schema/default_safe.js\",\n          \"issuerId\": 15,\n          \"issuerName\": \"./node_modules/js-yaml/lib/js-yaml/schema/default_safe.js\",\n          \"issuerPath\": [\n            {\n              \"id\": 350,\n              \"identifier\": \"multi /Users/jarred/Code/styleurl/webpack/customPublicPath /Users/jarred/Code/styleurl/chrome/extension/github_gist_content_script\",\n              \"name\": \"multi ./webpack/customPublicPath ./chrome/extension/github_gist_content_script\",\n              \"profile\": {\n                \"factory\": 0,\n                \"building\": 0,\n                \"dependencies\": 53\n              }\n            },\n            {\n              \"id\": 351,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/github_gist_content_script.js\",\n              \"name\": \"./chrome/extension/github_gist_content_script.js\",\n              \"profile\": {\n                \"factory\": 54,\n                \"building\": 576,\n                \"dependencies\": 194\n              }\n            },\n            {\n              \"id\": 55,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/lib/stylefile.js\",\n              \"name\": \"./chrome/extension/lib/stylefile.js\",\n              \"profile\": {\n                \"factory\": 194,\n                \"building\": 246,\n                \"dependencies\": 40\n              }\n            },\n            {\n              \"id\": 104,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/js-yaml/index.js\",\n              \"name\": \"./node_modules/js-yaml/index.js\",\n              \"profile\": {\n                \"factory\": 408,\n                \"building\": 42\n              }\n            },\n            {\n              \"id\": 105,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/js-yaml/lib/js-yaml.js\",\n              \"name\": \"./node_modules/js-yaml/lib/js-yaml.js\",\n              \"profile\": {\n                \"factory\": 96,\n                \"building\": 77\n              }\n            },\n            {\n              \"id\": 15,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/js-yaml/lib/js-yaml/schema/default_safe.js\",\n              \"name\": \"./node_modules/js-yaml/lib/js-yaml/schema/default_safe.js\",\n              \"profile\": {\n                \"factory\": 33,\n                \"building\": 66,\n                \"dependencies\": 42\n              }\n            }\n          ],\n          \"profile\": {\n            \"factory\": 64,\n            \"building\": 16,\n            \"dependencies\": 1\n          },\n          \"failed\": false,\n          \"errors\": 0,\n          \"warnings\": 0,\n          \"assets\": [],\n          \"reasons\": [\n            {\n              \"moduleId\": 15,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/js-yaml/lib/js-yaml/schema/default_safe.js\",\n              \"module\": \"./node_modules/js-yaml/lib/js-yaml/schema/default_safe.js\",\n              \"moduleName\": \"./node_modules/js-yaml/lib/js-yaml/schema/default_safe.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"../type/pairs\",\n              \"loc\": \"25:4-28\"\n            }\n          ],\n          \"usedExports\": true,\n          \"providedExports\": null,\n          \"optimizationBailout\": [\n            \"ModuleConcatenation bailout: Module is not an ECMAScript module\"\n          ],\n          \"depth\": 6,\n          \"source\": \"'use strict';\\n\\nvar Type = require('../type');\\n\\nvar _toString = Object.prototype.toString;\\n\\nfunction resolveYamlPairs(data) {\\n  if (data === null) return true;\\n\\n  var index, length, pair, keys, result,\\n      object = data;\\n\\n  result = new Array(object.length);\\n\\n  for (index = 0, length = object.length; index < length; index += 1) {\\n    pair = object[index];\\n\\n    if (_toString.call(pair) !== '[object Object]') return false;\\n\\n    keys = Object.keys(pair);\\n\\n    if (keys.length !== 1) return false;\\n\\n    result[index] = [ keys[0], pair[keys[0]] ];\\n  }\\n\\n  return true;\\n}\\n\\nfunction constructYamlPairs(data) {\\n  if (data === null) return [];\\n\\n  var index, length, pair, keys, result,\\n      object = data;\\n\\n  result = new Array(object.length);\\n\\n  for (index = 0, length = object.length; index < length; index += 1) {\\n    pair = object[index];\\n\\n    keys = Object.keys(pair);\\n\\n    result[index] = [ keys[0], pair[keys[0]] ];\\n  }\\n\\n  return result;\\n}\\n\\nmodule.exports = new Type('tag:yaml.org,2002:pairs', {\\n  kind: 'sequence',\\n  resolve: resolveYamlPairs,\\n  construct: constructYamlPairs\\n});\\n\"\n        },\n        {\n          \"id\": 122,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/js-yaml/lib/js-yaml/type/set.js\",\n          \"name\": \"./node_modules/js-yaml/lib/js-yaml/type/set.js\",\n          \"index\": 197,\n          \"index2\": 189,\n          \"size\": 547,\n          \"cacheable\": true,\n          \"built\": true,\n          \"optional\": false,\n          \"prefetched\": false,\n          \"chunks\": [\n            2,\n            4\n          ],\n          \"issuer\": \"/Users/jarred/Code/styleurl/node_modules/js-yaml/lib/js-yaml/schema/default_safe.js\",\n          \"issuerId\": 15,\n          \"issuerName\": \"./node_modules/js-yaml/lib/js-yaml/schema/default_safe.js\",\n          \"issuerPath\": [\n            {\n              \"id\": 350,\n              \"identifier\": \"multi /Users/jarred/Code/styleurl/webpack/customPublicPath /Users/jarred/Code/styleurl/chrome/extension/github_gist_content_script\",\n              \"name\": \"multi ./webpack/customPublicPath ./chrome/extension/github_gist_content_script\",\n              \"profile\": {\n                \"factory\": 0,\n                \"building\": 0,\n                \"dependencies\": 53\n              }\n            },\n            {\n              \"id\": 351,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/github_gist_content_script.js\",\n              \"name\": \"./chrome/extension/github_gist_content_script.js\",\n              \"profile\": {\n                \"factory\": 54,\n                \"building\": 576,\n                \"dependencies\": 194\n              }\n            },\n            {\n              \"id\": 55,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/lib/stylefile.js\",\n              \"name\": \"./chrome/extension/lib/stylefile.js\",\n              \"profile\": {\n                \"factory\": 194,\n                \"building\": 246,\n                \"dependencies\": 40\n              }\n            },\n            {\n              \"id\": 104,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/js-yaml/index.js\",\n              \"name\": \"./node_modules/js-yaml/index.js\",\n              \"profile\": {\n                \"factory\": 408,\n                \"building\": 42\n              }\n            },\n            {\n              \"id\": 105,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/js-yaml/lib/js-yaml.js\",\n              \"name\": \"./node_modules/js-yaml/lib/js-yaml.js\",\n              \"profile\": {\n                \"factory\": 96,\n                \"building\": 77\n              }\n            },\n            {\n              \"id\": 15,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/js-yaml/lib/js-yaml/schema/default_safe.js\",\n              \"name\": \"./node_modules/js-yaml/lib/js-yaml/schema/default_safe.js\",\n              \"profile\": {\n                \"factory\": 33,\n                \"building\": 66,\n                \"dependencies\": 42\n              }\n            }\n          ],\n          \"profile\": {\n            \"factory\": 64,\n            \"building\": 16,\n            \"dependencies\": 1\n          },\n          \"failed\": false,\n          \"errors\": 0,\n          \"warnings\": 0,\n          \"assets\": [],\n          \"reasons\": [\n            {\n              \"moduleId\": 15,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/js-yaml/lib/js-yaml/schema/default_safe.js\",\n              \"module\": \"./node_modules/js-yaml/lib/js-yaml/schema/default_safe.js\",\n              \"moduleName\": \"./node_modules/js-yaml/lib/js-yaml/schema/default_safe.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"../type/set\",\n              \"loc\": \"26:4-26\"\n            }\n          ],\n          \"usedExports\": true,\n          \"providedExports\": null,\n          \"optimizationBailout\": [\n            \"ModuleConcatenation bailout: Module is not an ECMAScript module\"\n          ],\n          \"depth\": 6,\n          \"source\": \"'use strict';\\n\\nvar Type = require('../type');\\n\\nvar _hasOwnProperty = Object.prototype.hasOwnProperty;\\n\\nfunction resolveYamlSet(data) {\\n  if (data === null) return true;\\n\\n  var key, object = data;\\n\\n  for (key in object) {\\n    if (_hasOwnProperty.call(object, key)) {\\n      if (object[key] !== null) return false;\\n    }\\n  }\\n\\n  return true;\\n}\\n\\nfunction constructYamlSet(data) {\\n  return data !== null ? data : {};\\n}\\n\\nmodule.exports = new Type('tag:yaml.org,2002:set', {\\n  kind: 'mapping',\\n  resolve: resolveYamlSet,\\n  construct: constructYamlSet\\n});\\n\"\n        },\n        {\n          \"id\": 123,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/js-yaml/lib/js-yaml/type/js/undefined.js\",\n          \"name\": \"./node_modules/js-yaml/lib/js-yaml/type/js/undefined.js\",\n          \"index\": 199,\n          \"index2\": 191,\n          \"size\": 573,\n          \"cacheable\": true,\n          \"built\": true,\n          \"optional\": false,\n          \"prefetched\": false,\n          \"chunks\": [\n            2,\n            4\n          ],\n          \"issuer\": \"/Users/jarred/Code/styleurl/node_modules/js-yaml/lib/js-yaml/schema/default_full.js\",\n          \"issuerId\": 21,\n          \"issuerName\": \"./node_modules/js-yaml/lib/js-yaml/schema/default_full.js\",\n          \"issuerPath\": [\n            {\n              \"id\": 350,\n              \"identifier\": \"multi /Users/jarred/Code/styleurl/webpack/customPublicPath /Users/jarred/Code/styleurl/chrome/extension/github_gist_content_script\",\n              \"name\": \"multi ./webpack/customPublicPath ./chrome/extension/github_gist_content_script\",\n              \"profile\": {\n                \"factory\": 0,\n                \"building\": 0,\n                \"dependencies\": 53\n              }\n            },\n            {\n              \"id\": 351,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/github_gist_content_script.js\",\n              \"name\": \"./chrome/extension/github_gist_content_script.js\",\n              \"profile\": {\n                \"factory\": 54,\n                \"building\": 576,\n                \"dependencies\": 194\n              }\n            },\n            {\n              \"id\": 55,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/lib/stylefile.js\",\n              \"name\": \"./chrome/extension/lib/stylefile.js\",\n              \"profile\": {\n                \"factory\": 194,\n                \"building\": 246,\n                \"dependencies\": 40\n              }\n            },\n            {\n              \"id\": 104,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/js-yaml/index.js\",\n              \"name\": \"./node_modules/js-yaml/index.js\",\n              \"profile\": {\n                \"factory\": 408,\n                \"building\": 42\n              }\n            },\n            {\n              \"id\": 105,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/js-yaml/lib/js-yaml.js\",\n              \"name\": \"./node_modules/js-yaml/lib/js-yaml.js\",\n              \"profile\": {\n                \"factory\": 96,\n                \"building\": 77\n              }\n            },\n            {\n              \"id\": 21,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/js-yaml/lib/js-yaml/schema/default_full.js\",\n              \"name\": \"./node_modules/js-yaml/lib/js-yaml/schema/default_full.js\",\n              \"profile\": {\n                \"factory\": 33,\n                \"building\": 66,\n                \"dependencies\": 42\n              }\n            }\n          ],\n          \"profile\": {\n            \"factory\": 65,\n            \"building\": 18,\n            \"dependencies\": 0\n          },\n          \"failed\": false,\n          \"errors\": 0,\n          \"warnings\": 0,\n          \"assets\": [],\n          \"reasons\": [\n            {\n              \"moduleId\": 21,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/js-yaml/lib/js-yaml/schema/default_full.js\",\n              \"module\": \"./node_modules/js-yaml/lib/js-yaml/schema/default_full.js\",\n              \"moduleName\": \"./node_modules/js-yaml/lib/js-yaml/schema/default_full.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"../type/js/undefined\",\n              \"loc\": \"21:4-35\"\n            }\n          ],\n          \"usedExports\": true,\n          \"providedExports\": null,\n          \"optimizationBailout\": [\n            \"ModuleConcatenation bailout: Module is not an ECMAScript module\"\n          ],\n          \"depth\": 6,\n          \"source\": \"'use strict';\\n\\nvar Type = require('../../type');\\n\\nfunction resolveJavascriptUndefined() {\\n  return true;\\n}\\n\\nfunction constructJavascriptUndefined() {\\n  /*eslint-disable no-undefined*/\\n  return undefined;\\n}\\n\\nfunction representJavascriptUndefined() {\\n  return '';\\n}\\n\\nfunction isUndefined(object) {\\n  return typeof object === 'undefined';\\n}\\n\\nmodule.exports = new Type('tag:yaml.org,2002:js/undefined', {\\n  kind: 'scalar',\\n  resolve: resolveJavascriptUndefined,\\n  construct: constructJavascriptUndefined,\\n  predicate: isUndefined,\\n  represent: representJavascriptUndefined\\n});\\n\"\n        },\n        {\n          \"id\": 124,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/js-yaml/lib/js-yaml/type/js/regexp.js\",\n          \"name\": \"./node_modules/js-yaml/lib/js-yaml/type/js/regexp.js\",\n          \"index\": 200,\n          \"index2\": 192,\n          \"size\": 1572,\n          \"cacheable\": true,\n          \"built\": true,\n          \"optional\": false,\n          \"prefetched\": false,\n          \"chunks\": [\n            2,\n            4\n          ],\n          \"issuer\": \"/Users/jarred/Code/styleurl/node_modules/js-yaml/lib/js-yaml/schema/default_full.js\",\n          \"issuerId\": 21,\n          \"issuerName\": \"./node_modules/js-yaml/lib/js-yaml/schema/default_full.js\",\n          \"issuerPath\": [\n            {\n              \"id\": 350,\n              \"identifier\": \"multi /Users/jarred/Code/styleurl/webpack/customPublicPath /Users/jarred/Code/styleurl/chrome/extension/github_gist_content_script\",\n              \"name\": \"multi ./webpack/customPublicPath ./chrome/extension/github_gist_content_script\",\n              \"profile\": {\n                \"factory\": 0,\n                \"building\": 0,\n                \"dependencies\": 53\n              }\n            },\n            {\n              \"id\": 351,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/github_gist_content_script.js\",\n              \"name\": \"./chrome/extension/github_gist_content_script.js\",\n              \"profile\": {\n                \"factory\": 54,\n                \"building\": 576,\n                \"dependencies\": 194\n              }\n            },\n            {\n              \"id\": 55,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/lib/stylefile.js\",\n              \"name\": \"./chrome/extension/lib/stylefile.js\",\n              \"profile\": {\n                \"factory\": 194,\n                \"building\": 246,\n                \"dependencies\": 40\n              }\n            },\n            {\n              \"id\": 104,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/js-yaml/index.js\",\n              \"name\": \"./node_modules/js-yaml/index.js\",\n              \"profile\": {\n                \"factory\": 408,\n                \"building\": 42\n              }\n            },\n            {\n              \"id\": 105,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/js-yaml/lib/js-yaml.js\",\n              \"name\": \"./node_modules/js-yaml/lib/js-yaml.js\",\n              \"profile\": {\n                \"factory\": 96,\n                \"building\": 77\n              }\n            },\n            {\n              \"id\": 21,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/js-yaml/lib/js-yaml/schema/default_full.js\",\n              \"name\": \"./node_modules/js-yaml/lib/js-yaml/schema/default_full.js\",\n              \"profile\": {\n                \"factory\": 33,\n                \"building\": 66,\n                \"dependencies\": 42\n              }\n            }\n          ],\n          \"profile\": {\n            \"factory\": 65,\n            \"building\": 18,\n            \"dependencies\": 0\n          },\n          \"failed\": false,\n          \"errors\": 0,\n          \"warnings\": 0,\n          \"assets\": [],\n          \"reasons\": [\n            {\n              \"moduleId\": 21,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/js-yaml/lib/js-yaml/schema/default_full.js\",\n              \"module\": \"./node_modules/js-yaml/lib/js-yaml/schema/default_full.js\",\n              \"moduleName\": \"./node_modules/js-yaml/lib/js-yaml/schema/default_full.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"../type/js/regexp\",\n              \"loc\": \"22:4-32\"\n            }\n          ],\n          \"usedExports\": true,\n          \"providedExports\": null,\n          \"optimizationBailout\": [\n            \"ModuleConcatenation bailout: Module is not an ECMAScript module\"\n          ],\n          \"depth\": 6,\n          \"source\": \"'use strict';\\n\\nvar Type = require('../../type');\\n\\nfunction resolveJavascriptRegExp(data) {\\n  if (data === null) return false;\\n  if (data.length === 0) return false;\\n\\n  var regexp = data,\\n      tail   = /\\\\/([gim]*)$/.exec(data),\\n      modifiers = '';\\n\\n  // if regexp starts with '/' it can have modifiers and must be properly closed\\n  // `/foo/gim` - modifiers tail can be maximum 3 chars\\n  if (regexp[0] === '/') {\\n    if (tail) modifiers = tail[1];\\n\\n    if (modifiers.length > 3) return false;\\n    // if expression starts with /, is should be properly terminated\\n    if (regexp[regexp.length - modifiers.length - 1] !== '/') return false;\\n  }\\n\\n  return true;\\n}\\n\\nfunction constructJavascriptRegExp(data) {\\n  var regexp = data,\\n      tail   = /\\\\/([gim]*)$/.exec(data),\\n      modifiers = '';\\n\\n  // `/foo/gim` - tail can be maximum 4 chars\\n  if (regexp[0] === '/') {\\n    if (tail) modifiers = tail[1];\\n    regexp = regexp.slice(1, regexp.length - modifiers.length - 1);\\n  }\\n\\n  return new RegExp(regexp, modifiers);\\n}\\n\\nfunction representJavascriptRegExp(object /*, style*/) {\\n  var result = '/' + object.source + '/';\\n\\n  if (object.global) result += 'g';\\n  if (object.multiline) result += 'm';\\n  if (object.ignoreCase) result += 'i';\\n\\n  return result;\\n}\\n\\nfunction isRegExp(object) {\\n  return Object.prototype.toString.call(object) === '[object RegExp]';\\n}\\n\\nmodule.exports = new Type('tag:yaml.org,2002:js/regexp', {\\n  kind: 'scalar',\\n  resolve: resolveJavascriptRegExp,\\n  construct: constructJavascriptRegExp,\\n  predicate: isRegExp,\\n  represent: representJavascriptRegExp\\n});\\n\"\n        },\n        {\n          \"id\": 125,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/js-yaml/lib/js-yaml/type/js/function.js\",\n          \"name\": \"./node_modules/js-yaml/lib/js-yaml/type/js/function.js\",\n          \"index\": 201,\n          \"index2\": 194,\n          \"size\": 2782,\n          \"cacheable\": true,\n          \"built\": true,\n          \"optional\": false,\n          \"prefetched\": false,\n          \"chunks\": [\n            2,\n            4\n          ],\n          \"issuer\": \"/Users/jarred/Code/styleurl/node_modules/js-yaml/lib/js-yaml/schema/default_full.js\",\n          \"issuerId\": 21,\n          \"issuerName\": \"./node_modules/js-yaml/lib/js-yaml/schema/default_full.js\",\n          \"issuerPath\": [\n            {\n              \"id\": 350,\n              \"identifier\": \"multi /Users/jarred/Code/styleurl/webpack/customPublicPath /Users/jarred/Code/styleurl/chrome/extension/github_gist_content_script\",\n              \"name\": \"multi ./webpack/customPublicPath ./chrome/extension/github_gist_content_script\",\n              \"profile\": {\n                \"factory\": 0,\n                \"building\": 0,\n                \"dependencies\": 53\n              }\n            },\n            {\n              \"id\": 351,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/github_gist_content_script.js\",\n              \"name\": \"./chrome/extension/github_gist_content_script.js\",\n              \"profile\": {\n                \"factory\": 54,\n                \"building\": 576,\n                \"dependencies\": 194\n              }\n            },\n            {\n              \"id\": 55,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/lib/stylefile.js\",\n              \"name\": \"./chrome/extension/lib/stylefile.js\",\n              \"profile\": {\n                \"factory\": 194,\n                \"building\": 246,\n                \"dependencies\": 40\n              }\n            },\n            {\n              \"id\": 104,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/js-yaml/index.js\",\n              \"name\": \"./node_modules/js-yaml/index.js\",\n              \"profile\": {\n                \"factory\": 408,\n                \"building\": 42\n              }\n            },\n            {\n              \"id\": 105,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/js-yaml/lib/js-yaml.js\",\n              \"name\": \"./node_modules/js-yaml/lib/js-yaml.js\",\n              \"profile\": {\n                \"factory\": 96,\n                \"building\": 77\n              }\n            },\n            {\n              \"id\": 21,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/js-yaml/lib/js-yaml/schema/default_full.js\",\n              \"name\": \"./node_modules/js-yaml/lib/js-yaml/schema/default_full.js\",\n              \"profile\": {\n                \"factory\": 33,\n                \"building\": 66,\n                \"dependencies\": 42\n              }\n            }\n          ],\n          \"profile\": {\n            \"factory\": 65,\n            \"building\": 18,\n            \"dependencies\": 0\n          },\n          \"failed\": false,\n          \"errors\": 0,\n          \"warnings\": 0,\n          \"assets\": [],\n          \"reasons\": [\n            {\n              \"moduleId\": 21,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/js-yaml/lib/js-yaml/schema/default_full.js\",\n              \"module\": \"./node_modules/js-yaml/lib/js-yaml/schema/default_full.js\",\n              \"moduleName\": \"./node_modules/js-yaml/lib/js-yaml/schema/default_full.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"../type/js/function\",\n              \"loc\": \"23:4-34\"\n            }\n          ],\n          \"usedExports\": true,\n          \"providedExports\": null,\n          \"optimizationBailout\": [\n            \"ModuleConcatenation bailout: Module is not an ECMAScript module\"\n          ],\n          \"depth\": 6,\n          \"source\": \"'use strict';\\n\\nvar esprima;\\n\\n// Browserified version does not have esprima\\n//\\n// 1. For node.js just require module as deps\\n// 2. For browser try to require mudule via external AMD system.\\n//    If not found - try to fallback to window.esprima. If not\\n//    found too - then fail to parse.\\n//\\ntry {\\n  // workaround to exclude package from browserify list.\\n  var _require = require;\\n  esprima = _require('esprima');\\n} catch (_) {\\n  /*global window */\\n  if (typeof window !== 'undefined') esprima = window.esprima;\\n}\\n\\nvar Type = require('../../type');\\n\\nfunction resolveJavascriptFunction(data) {\\n  if (data === null) return false;\\n\\n  try {\\n    var source = '(' + data + ')',\\n        ast    = esprima.parse(source, { range: true });\\n\\n    if (ast.type                    !== 'Program'             ||\\n        ast.body.length             !== 1                     ||\\n        ast.body[0].type            !== 'ExpressionStatement' ||\\n        (ast.body[0].expression.type !== 'ArrowFunctionExpression' &&\\n          ast.body[0].expression.type !== 'FunctionExpression')) {\\n      return false;\\n    }\\n\\n    return true;\\n  } catch (err) {\\n    return false;\\n  }\\n}\\n\\nfunction constructJavascriptFunction(data) {\\n  /*jslint evil:true*/\\n\\n  var source = '(' + data + ')',\\n      ast    = esprima.parse(source, { range: true }),\\n      params = [],\\n      body;\\n\\n  if (ast.type                    !== 'Program'             ||\\n      ast.body.length             !== 1                     ||\\n      ast.body[0].type            !== 'ExpressionStatement' ||\\n      (ast.body[0].expression.type !== 'ArrowFunctionExpression' &&\\n        ast.body[0].expression.type !== 'FunctionExpression')) {\\n    throw new Error('Failed to resolve function');\\n  }\\n\\n  ast.body[0].expression.params.forEach(function (param) {\\n    params.push(param.name);\\n  });\\n\\n  body = ast.body[0].expression.body.range;\\n\\n  // Esprima's ranges include the first '{' and the last '}' characters on\\n  // function expressions. So cut them out.\\n  if (ast.body[0].expression.body.type === 'BlockStatement') {\\n    /*eslint-disable no-new-func*/\\n    return new Function(params, source.slice(body[0] + 1, body[1] - 1));\\n  }\\n  // ES6 arrow functions can omit the BlockStatement. In that case, just return\\n  // the body.\\n  /*eslint-disable no-new-func*/\\n  return new Function(params, 'return ' + source.slice(body[0], body[1]));\\n}\\n\\nfunction representJavascriptFunction(object /*, style*/) {\\n  return object.toString();\\n}\\n\\nfunction isFunction(object) {\\n  return Object.prototype.toString.call(object) === '[object Function]';\\n}\\n\\nmodule.exports = new Type('tag:yaml.org,2002:js/function', {\\n  kind: 'scalar',\\n  resolve: resolveJavascriptFunction,\\n  construct: constructJavascriptFunction,\\n  predicate: isFunction,\\n  represent: representJavascriptFunction\\n});\\n\"\n        },\n        {\n          \"id\": 126,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/js-yaml/node_modules/esprima/dist/esprima.js\",\n          \"name\": \"./node_modules/js-yaml/node_modules/esprima/dist/esprima.js\",\n          \"index\": 202,\n          \"index2\": 193,\n          \"size\": 289689,\n          \"cacheable\": true,\n          \"built\": true,\n          \"optional\": true,\n          \"prefetched\": false,\n          \"chunks\": [\n            2,\n            4\n          ],\n          \"issuer\": \"/Users/jarred/Code/styleurl/node_modules/js-yaml/lib/js-yaml/type/js/function.js\",\n          \"issuerId\": 125,\n          \"issuerName\": \"./node_modules/js-yaml/lib/js-yaml/type/js/function.js\",\n          \"issuerPath\": [\n            {\n              \"id\": 350,\n              \"identifier\": \"multi /Users/jarred/Code/styleurl/webpack/customPublicPath /Users/jarred/Code/styleurl/chrome/extension/github_gist_content_script\",\n              \"name\": \"multi ./webpack/customPublicPath ./chrome/extension/github_gist_content_script\",\n              \"profile\": {\n                \"factory\": 0,\n                \"building\": 0,\n                \"dependencies\": 53\n              }\n            },\n            {\n              \"id\": 351,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/github_gist_content_script.js\",\n              \"name\": \"./chrome/extension/github_gist_content_script.js\",\n              \"profile\": {\n                \"factory\": 54,\n                \"building\": 576,\n                \"dependencies\": 194\n              }\n            },\n            {\n              \"id\": 55,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/lib/stylefile.js\",\n              \"name\": \"./chrome/extension/lib/stylefile.js\",\n              \"profile\": {\n                \"factory\": 194,\n                \"building\": 246,\n                \"dependencies\": 40\n              }\n            },\n            {\n              \"id\": 104,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/js-yaml/index.js\",\n              \"name\": \"./node_modules/js-yaml/index.js\",\n              \"profile\": {\n                \"factory\": 408,\n                \"building\": 42\n              }\n            },\n            {\n              \"id\": 105,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/js-yaml/lib/js-yaml.js\",\n              \"name\": \"./node_modules/js-yaml/lib/js-yaml.js\",\n              \"profile\": {\n                \"factory\": 96,\n                \"building\": 77\n              }\n            },\n            {\n              \"id\": 21,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/js-yaml/lib/js-yaml/schema/default_full.js\",\n              \"name\": \"./node_modules/js-yaml/lib/js-yaml/schema/default_full.js\",\n              \"profile\": {\n                \"factory\": 33,\n                \"building\": 66,\n                \"dependencies\": 42\n              }\n            },\n            {\n              \"id\": 125,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/js-yaml/lib/js-yaml/type/js/function.js\",\n              \"name\": \"./node_modules/js-yaml/lib/js-yaml/type/js/function.js\",\n              \"profile\": {\n                \"factory\": 65,\n                \"building\": 18,\n                \"dependencies\": 0\n              }\n            }\n          ],\n          \"profile\": {\n            \"factory\": 77,\n            \"building\": 304\n          },\n          \"failed\": false,\n          \"errors\": 0,\n          \"warnings\": 0,\n          \"assets\": [],\n          \"reasons\": [\n            {\n              \"moduleId\": 125,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/js-yaml/lib/js-yaml/type/js/function.js\",\n              \"module\": \"./node_modules/js-yaml/lib/js-yaml/type/js/function.js\",\n              \"moduleName\": \"./node_modules/js-yaml/lib/js-yaml/type/js/function.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"esprima\",\n              \"loc\": \"15:12-31\"\n            }\n          ],\n          \"usedExports\": true,\n          \"providedExports\": null,\n          \"optimizationBailout\": [\n            \"ModuleConcatenation bailout: Module is not an ECMAScript module\"\n          ],\n          \"depth\": 7,\n          \"source\": \"(function webpackUniversalModuleDefinition(root, factory) {\\n/* istanbul ignore next */\\n\\tif(typeof exports === 'object' && typeof module === 'object')\\n\\t\\tmodule.exports = factory();\\n\\telse if(typeof define === 'function' && define.amd)\\n\\t\\tdefine([], factory);\\n/* istanbul ignore next */\\n\\telse if(typeof exports === 'object')\\n\\t\\texports[\\\"esprima\\\"] = factory();\\n\\telse\\n\\t\\troot[\\\"esprima\\\"] = factory();\\n})(this, function() {\\nreturn /******/ (function(modules) { // webpackBootstrap\\n/******/ \\t// The module cache\\n/******/ \\tvar installedModules = {};\\n\\n/******/ \\t// The require function\\n/******/ \\tfunction __webpack_require__(moduleId) {\\n\\n/******/ \\t\\t// Check if module is in cache\\n/* istanbul ignore if */\\n/******/ \\t\\tif(installedModules[moduleId])\\n/******/ \\t\\t\\treturn installedModules[moduleId].exports;\\n\\n/******/ \\t\\t// Create a new module (and put it into the cache)\\n/******/ \\t\\tvar module = installedModules[moduleId] = {\\n/******/ \\t\\t\\texports: {},\\n/******/ \\t\\t\\tid: moduleId,\\n/******/ \\t\\t\\tloaded: false\\n/******/ \\t\\t};\\n\\n/******/ \\t\\t// Execute the module function\\n/******/ \\t\\tmodules[moduleId].call(module.exports, module, module.exports, __webpack_require__);\\n\\n/******/ \\t\\t// Flag the module as loaded\\n/******/ \\t\\tmodule.loaded = true;\\n\\n/******/ \\t\\t// Return the exports of the module\\n/******/ \\t\\treturn module.exports;\\n/******/ \\t}\\n\\n\\n/******/ \\t// expose the modules object (__webpack_modules__)\\n/******/ \\t__webpack_require__.m = modules;\\n\\n/******/ \\t// expose the module cache\\n/******/ \\t__webpack_require__.c = installedModules;\\n\\n/******/ \\t// __webpack_public_path__\\n/******/ \\t__webpack_require__.p = \\\"\\\";\\n\\n/******/ \\t// Load entry module and return exports\\n/******/ \\treturn __webpack_require__(0);\\n/******/ })\\n/************************************************************************/\\n/******/ ([\\n/* 0 */\\n/***/ function(module, exports, __webpack_require__) {\\n\\n\\t\\\"use strict\\\";\\r\\n\\t/*\\r\\n\\t  Copyright JS Foundation and other contributors, https://js.foundation/\\r\\n\\r\\n\\t  Redistribution and use in source and binary forms, with or without\\r\\n\\t  modification, are permitted provided that the following conditions are met:\\r\\n\\r\\n\\t    * Redistributions of source code must retain the above copyright\\r\\n\\t      notice, this list of conditions and the following disclaimer.\\r\\n\\t    * Redistributions in binary form must reproduce the above copyright\\r\\n\\t      notice, this list of conditions and the following disclaimer in the\\r\\n\\t      documentation and/or other materials provided with the distribution.\\r\\n\\r\\n\\t  THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS \\\"AS IS\\\"\\r\\n\\t  AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE\\r\\n\\t  IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE\\r\\n\\t  ARE DISCLAIMED. IN NO EVENT SHALL <COPYRIGHT HOLDER> BE LIABLE FOR ANY\\r\\n\\t  DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES\\r\\n\\t  (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;\\r\\n\\t  LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND\\r\\n\\t  ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT\\r\\n\\t  (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF\\r\\n\\t  THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.\\r\\n\\t*/\\r\\n\\tObject.defineProperty(exports, \\\"__esModule\\\", { value: true });\\r\\n\\tvar comment_handler_1 = __webpack_require__(1);\\r\\n\\tvar jsx_parser_1 = __webpack_require__(3);\\r\\n\\tvar parser_1 = __webpack_require__(8);\\r\\n\\tvar tokenizer_1 = __webpack_require__(15);\\r\\n\\tfunction parse(code, options, delegate) {\\r\\n\\t    var commentHandler = null;\\r\\n\\t    var proxyDelegate = function (node, metadata) {\\r\\n\\t        if (delegate) {\\r\\n\\t            delegate(node, metadata);\\r\\n\\t        }\\r\\n\\t        if (commentHandler) {\\r\\n\\t            commentHandler.visit(node, metadata);\\r\\n\\t        }\\r\\n\\t    };\\r\\n\\t    var parserDelegate = (typeof delegate === 'function') ? proxyDelegate : null;\\r\\n\\t    var collectComment = false;\\r\\n\\t    if (options) {\\r\\n\\t        collectComment = (typeof options.comment === 'boolean' && options.comment);\\r\\n\\t        var attachComment = (typeof options.attachComment === 'boolean' && options.attachComment);\\r\\n\\t        if (collectComment || attachComment) {\\r\\n\\t            commentHandler = new comment_handler_1.CommentHandler();\\r\\n\\t            commentHandler.attach = attachComment;\\r\\n\\t            options.comment = true;\\r\\n\\t            parserDelegate = proxyDelegate;\\r\\n\\t        }\\r\\n\\t    }\\r\\n\\t    var isModule = false;\\r\\n\\t    if (options && typeof options.sourceType === 'string') {\\r\\n\\t        isModule = (options.sourceType === 'module');\\r\\n\\t    }\\r\\n\\t    var parser;\\r\\n\\t    if (options && typeof options.jsx === 'boolean' && options.jsx) {\\r\\n\\t        parser = new jsx_parser_1.JSXParser(code, options, parserDelegate);\\r\\n\\t    }\\r\\n\\t    else {\\r\\n\\t        parser = new parser_1.Parser(code, options, parserDelegate);\\r\\n\\t    }\\r\\n\\t    var program = isModule ? parser.parseModule() : parser.parseScript();\\r\\n\\t    var ast = program;\\r\\n\\t    if (collectComment && commentHandler) {\\r\\n\\t        ast.comments = commentHandler.comments;\\r\\n\\t    }\\r\\n\\t    if (parser.config.tokens) {\\r\\n\\t        ast.tokens = parser.tokens;\\r\\n\\t    }\\r\\n\\t    if (parser.config.tolerant) {\\r\\n\\t        ast.errors = parser.errorHandler.errors;\\r\\n\\t    }\\r\\n\\t    return ast;\\r\\n\\t}\\r\\n\\texports.parse = parse;\\r\\n\\tfunction parseModule(code, options, delegate) {\\r\\n\\t    var parsingOptions = options || {};\\r\\n\\t    parsingOptions.sourceType = 'module';\\r\\n\\t    return parse(code, parsingOptions, delegate);\\r\\n\\t}\\r\\n\\texports.parseModule = parseModule;\\r\\n\\tfunction parseScript(code, options, delegate) {\\r\\n\\t    var parsingOptions = options || {};\\r\\n\\t    parsingOptions.sourceType = 'script';\\r\\n\\t    return parse(code, parsingOptions, delegate);\\r\\n\\t}\\r\\n\\texports.parseScript = parseScript;\\r\\n\\tfunction tokenize(code, options, delegate) {\\r\\n\\t    var tokenizer = new tokenizer_1.Tokenizer(code, options);\\r\\n\\t    var tokens;\\r\\n\\t    tokens = [];\\r\\n\\t    try {\\r\\n\\t        while (true) {\\r\\n\\t            var token = tokenizer.getNextToken();\\r\\n\\t            if (!token) {\\r\\n\\t                break;\\r\\n\\t            }\\r\\n\\t            if (delegate) {\\r\\n\\t                token = delegate(token);\\r\\n\\t            }\\r\\n\\t            tokens.push(token);\\r\\n\\t        }\\r\\n\\t    }\\r\\n\\t    catch (e) {\\r\\n\\t        tokenizer.errorHandler.tolerate(e);\\r\\n\\t    }\\r\\n\\t    if (tokenizer.errorHandler.tolerant) {\\r\\n\\t        tokens.errors = tokenizer.errors();\\r\\n\\t    }\\r\\n\\t    return tokens;\\r\\n\\t}\\r\\n\\texports.tokenize = tokenize;\\r\\n\\tvar syntax_1 = __webpack_require__(2);\\r\\n\\texports.Syntax = syntax_1.Syntax;\\r\\n\\t// Sync with *.json manifests.\\r\\n\\texports.version = '4.0.0';\\r\\n\\n\\n/***/ },\\n/* 1 */\\n/***/ function(module, exports, __webpack_require__) {\\n\\n\\t\\\"use strict\\\";\\r\\n\\tObject.defineProperty(exports, \\\"__esModule\\\", { value: true });\\r\\n\\tvar syntax_1 = __webpack_require__(2);\\r\\n\\tvar CommentHandler = (function () {\\r\\n\\t    function CommentHandler() {\\r\\n\\t        this.attach = false;\\r\\n\\t        this.comments = [];\\r\\n\\t        this.stack = [];\\r\\n\\t        this.leading = [];\\r\\n\\t        this.trailing = [];\\r\\n\\t    }\\r\\n\\t    CommentHandler.prototype.insertInnerComments = function (node, metadata) {\\r\\n\\t        //  innnerComments for properties empty block\\r\\n\\t        //  `function a() {/** comments **\\\\/}`\\r\\n\\t        if (node.type === syntax_1.Syntax.BlockStatement && node.body.length === 0) {\\r\\n\\t            var innerComments = [];\\r\\n\\t            for (var i = this.leading.length - 1; i >= 0; --i) {\\r\\n\\t                var entry = this.leading[i];\\r\\n\\t                if (metadata.end.offset >= entry.start) {\\r\\n\\t                    innerComments.unshift(entry.comment);\\r\\n\\t                    this.leading.splice(i, 1);\\r\\n\\t                    this.trailing.splice(i, 1);\\r\\n\\t                }\\r\\n\\t            }\\r\\n\\t            if (innerComments.length) {\\r\\n\\t                node.innerComments = innerComments;\\r\\n\\t            }\\r\\n\\t        }\\r\\n\\t    };\\r\\n\\t    CommentHandler.prototype.findTrailingComments = function (metadata) {\\r\\n\\t        var trailingComments = [];\\r\\n\\t        if (this.trailing.length > 0) {\\r\\n\\t            for (var i = this.trailing.length - 1; i >= 0; --i) {\\r\\n\\t                var entry_1 = this.trailing[i];\\r\\n\\t                if (entry_1.start >= metadata.end.offset) {\\r\\n\\t                    trailingComments.unshift(entry_1.comment);\\r\\n\\t                }\\r\\n\\t            }\\r\\n\\t            this.trailing.length = 0;\\r\\n\\t            return trailingComments;\\r\\n\\t        }\\r\\n\\t        var entry = this.stack[this.stack.length - 1];\\r\\n\\t        if (entry && entry.node.trailingComments) {\\r\\n\\t            var firstComment = entry.node.trailingComments[0];\\r\\n\\t            if (firstComment && firstComment.range[0] >= metadata.end.offset) {\\r\\n\\t                trailingComments = entry.node.trailingComments;\\r\\n\\t                delete entry.node.trailingComments;\\r\\n\\t            }\\r\\n\\t        }\\r\\n\\t        return trailingComments;\\r\\n\\t    };\\r\\n\\t    CommentHandler.prototype.findLeadingComments = function (metadata) {\\r\\n\\t        var leadingComments = [];\\r\\n\\t        var target;\\r\\n\\t        while (this.stack.length > 0) {\\r\\n\\t            var entry = this.stack[this.stack.length - 1];\\r\\n\\t            if (entry && entry.start >= metadata.start.offset) {\\r\\n\\t                target = entry.node;\\r\\n\\t                this.stack.pop();\\r\\n\\t            }\\r\\n\\t            else {\\r\\n\\t                break;\\r\\n\\t            }\\r\\n\\t        }\\r\\n\\t        if (target) {\\r\\n\\t            var count = target.leadingComments ? target.leadingComments.length : 0;\\r\\n\\t            for (var i = count - 1; i >= 0; --i) {\\r\\n\\t                var comment = target.leadingComments[i];\\r\\n\\t                if (comment.range[1] <= metadata.start.offset) {\\r\\n\\t                    leadingComments.unshift(comment);\\r\\n\\t                    target.leadingComments.splice(i, 1);\\r\\n\\t                }\\r\\n\\t            }\\r\\n\\t            if (target.leadingComments && target.leadingComments.length === 0) {\\r\\n\\t                delete target.leadingComments;\\r\\n\\t            }\\r\\n\\t            return leadingComments;\\r\\n\\t        }\\r\\n\\t        for (var i = this.leading.length - 1; i >= 0; --i) {\\r\\n\\t            var entry = this.leading[i];\\r\\n\\t            if (entry.start <= metadata.start.offset) {\\r\\n\\t                leadingComments.unshift(entry.comment);\\r\\n\\t                this.leading.splice(i, 1);\\r\\n\\t            }\\r\\n\\t        }\\r\\n\\t        return leadingComments;\\r\\n\\t    };\\r\\n\\t    CommentHandler.prototype.visitNode = function (node, metadata) {\\r\\n\\t        if (node.type === syntax_1.Syntax.Program && node.body.length > 0) {\\r\\n\\t            return;\\r\\n\\t        }\\r\\n\\t        this.insertInnerComments(node, metadata);\\r\\n\\t        var trailingComments = this.findTrailingComments(metadata);\\r\\n\\t        var leadingComments = this.findLeadingComments(metadata);\\r\\n\\t        if (leadingComments.length > 0) {\\r\\n\\t            node.leadingComments = leadingComments;\\r\\n\\t        }\\r\\n\\t        if (trailingComments.length > 0) {\\r\\n\\t            node.trailingComments = trailingComments;\\r\\n\\t        }\\r\\n\\t        this.stack.push({\\r\\n\\t            node: node,\\r\\n\\t            start: metadata.start.offset\\r\\n\\t        });\\r\\n\\t    };\\r\\n\\t    CommentHandler.prototype.visitComment = function (node, metadata) {\\r\\n\\t        var type = (node.type[0] === 'L') ? 'Line' : 'Block';\\r\\n\\t        var comment = {\\r\\n\\t            type: type,\\r\\n\\t            value: node.value\\r\\n\\t        };\\r\\n\\t        if (node.range) {\\r\\n\\t            comment.range = node.range;\\r\\n\\t        }\\r\\n\\t        if (node.loc) {\\r\\n\\t            comment.loc = node.loc;\\r\\n\\t        }\\r\\n\\t        this.comments.push(comment);\\r\\n\\t        if (this.attach) {\\r\\n\\t            var entry = {\\r\\n\\t                comment: {\\r\\n\\t                    type: type,\\r\\n\\t                    value: node.value,\\r\\n\\t                    range: [metadata.start.offset, metadata.end.offset]\\r\\n\\t                },\\r\\n\\t                start: metadata.start.offset\\r\\n\\t            };\\r\\n\\t            if (node.loc) {\\r\\n\\t                entry.comment.loc = node.loc;\\r\\n\\t            }\\r\\n\\t            node.type = type;\\r\\n\\t            this.leading.push(entry);\\r\\n\\t            this.trailing.push(entry);\\r\\n\\t        }\\r\\n\\t    };\\r\\n\\t    CommentHandler.prototype.visit = function (node, metadata) {\\r\\n\\t        if (node.type === 'LineComment') {\\r\\n\\t            this.visitComment(node, metadata);\\r\\n\\t        }\\r\\n\\t        else if (node.type === 'BlockComment') {\\r\\n\\t            this.visitComment(node, metadata);\\r\\n\\t        }\\r\\n\\t        else if (this.attach) {\\r\\n\\t            this.visitNode(node, metadata);\\r\\n\\t        }\\r\\n\\t    };\\r\\n\\t    return CommentHandler;\\r\\n\\t}());\\r\\n\\texports.CommentHandler = CommentHandler;\\r\\n\\n\\n/***/ },\\n/* 2 */\\n/***/ function(module, exports) {\\n\\n\\t\\\"use strict\\\";\\r\\n\\tObject.defineProperty(exports, \\\"__esModule\\\", { value: true });\\r\\n\\texports.Syntax = {\\r\\n\\t    AssignmentExpression: 'AssignmentExpression',\\r\\n\\t    AssignmentPattern: 'AssignmentPattern',\\r\\n\\t    ArrayExpression: 'ArrayExpression',\\r\\n\\t    ArrayPattern: 'ArrayPattern',\\r\\n\\t    ArrowFunctionExpression: 'ArrowFunctionExpression',\\r\\n\\t    AwaitExpression: 'AwaitExpression',\\r\\n\\t    BlockStatement: 'BlockStatement',\\r\\n\\t    BinaryExpression: 'BinaryExpression',\\r\\n\\t    BreakStatement: 'BreakStatement',\\r\\n\\t    CallExpression: 'CallExpression',\\r\\n\\t    CatchClause: 'CatchClause',\\r\\n\\t    ClassBody: 'ClassBody',\\r\\n\\t    ClassDeclaration: 'ClassDeclaration',\\r\\n\\t    ClassExpression: 'ClassExpression',\\r\\n\\t    ConditionalExpression: 'ConditionalExpression',\\r\\n\\t    ContinueStatement: 'ContinueStatement',\\r\\n\\t    DoWhileStatement: 'DoWhileStatement',\\r\\n\\t    DebuggerStatement: 'DebuggerStatement',\\r\\n\\t    EmptyStatement: 'EmptyStatement',\\r\\n\\t    ExportAllDeclaration: 'ExportAllDeclaration',\\r\\n\\t    ExportDefaultDeclaration: 'ExportDefaultDeclaration',\\r\\n\\t    ExportNamedDeclaration: 'ExportNamedDeclaration',\\r\\n\\t    ExportSpecifier: 'ExportSpecifier',\\r\\n\\t    ExpressionStatement: 'ExpressionStatement',\\r\\n\\t    ForStatement: 'ForStatement',\\r\\n\\t    ForOfStatement: 'ForOfStatement',\\r\\n\\t    ForInStatement: 'ForInStatement',\\r\\n\\t    FunctionDeclaration: 'FunctionDeclaration',\\r\\n\\t    FunctionExpression: 'FunctionExpression',\\r\\n\\t    Identifier: 'Identifier',\\r\\n\\t    IfStatement: 'IfStatement',\\r\\n\\t    ImportDeclaration: 'ImportDeclaration',\\r\\n\\t    ImportDefaultSpecifier: 'ImportDefaultSpecifier',\\r\\n\\t    ImportNamespaceSpecifier: 'ImportNamespaceSpecifier',\\r\\n\\t    ImportSpecifier: 'ImportSpecifier',\\r\\n\\t    Literal: 'Literal',\\r\\n\\t    LabeledStatement: 'LabeledStatement',\\r\\n\\t    LogicalExpression: 'LogicalExpression',\\r\\n\\t    MemberExpression: 'MemberExpression',\\r\\n\\t    MetaProperty: 'MetaProperty',\\r\\n\\t    MethodDefinition: 'MethodDefinition',\\r\\n\\t    NewExpression: 'NewExpression',\\r\\n\\t    ObjectExpression: 'ObjectExpression',\\r\\n\\t    ObjectPattern: 'ObjectPattern',\\r\\n\\t    Program: 'Program',\\r\\n\\t    Property: 'Property',\\r\\n\\t    RestElement: 'RestElement',\\r\\n\\t    ReturnStatement: 'ReturnStatement',\\r\\n\\t    SequenceExpression: 'SequenceExpression',\\r\\n\\t    SpreadElement: 'SpreadElement',\\r\\n\\t    Super: 'Super',\\r\\n\\t    SwitchCase: 'SwitchCase',\\r\\n\\t    SwitchStatement: 'SwitchStatement',\\r\\n\\t    TaggedTemplateExpression: 'TaggedTemplateExpression',\\r\\n\\t    TemplateElement: 'TemplateElement',\\r\\n\\t    TemplateLiteral: 'TemplateLiteral',\\r\\n\\t    ThisExpression: 'ThisExpression',\\r\\n\\t    ThrowStatement: 'ThrowStatement',\\r\\n\\t    TryStatement: 'TryStatement',\\r\\n\\t    UnaryExpression: 'UnaryExpression',\\r\\n\\t    UpdateExpression: 'UpdateExpression',\\r\\n\\t    VariableDeclaration: 'VariableDeclaration',\\r\\n\\t    VariableDeclarator: 'VariableDeclarator',\\r\\n\\t    WhileStatement: 'WhileStatement',\\r\\n\\t    WithStatement: 'WithStatement',\\r\\n\\t    YieldExpression: 'YieldExpression'\\r\\n\\t};\\r\\n\\n\\n/***/ },\\n/* 3 */\\n/***/ function(module, exports, __webpack_require__) {\\n\\n\\t\\\"use strict\\\";\\r\\n/* istanbul ignore next */\\n\\tvar __extends = (this && this.__extends) || (function () {\\r\\n\\t    var extendStatics = Object.setPrototypeOf ||\\r\\n\\t        ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||\\r\\n\\t        function (d, b) { for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; };\\r\\n\\t    return function (d, b) {\\r\\n\\t        extendStatics(d, b);\\r\\n\\t        function __() { this.constructor = d; }\\r\\n\\t        d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());\\r\\n\\t    };\\r\\n\\t})();\\r\\n\\tObject.defineProperty(exports, \\\"__esModule\\\", { value: true });\\r\\n\\tvar character_1 = __webpack_require__(4);\\r\\n\\tvar JSXNode = __webpack_require__(5);\\r\\n\\tvar jsx_syntax_1 = __webpack_require__(6);\\r\\n\\tvar Node = __webpack_require__(7);\\r\\n\\tvar parser_1 = __webpack_require__(8);\\r\\n\\tvar token_1 = __webpack_require__(13);\\r\\n\\tvar xhtml_entities_1 = __webpack_require__(14);\\r\\n\\ttoken_1.TokenName[100 /* Identifier */] = 'JSXIdentifier';\\r\\n\\ttoken_1.TokenName[101 /* Text */] = 'JSXText';\\r\\n\\t// Fully qualified element name, e.g. <svg:path> returns \\\"svg:path\\\"\\r\\n\\tfunction getQualifiedElementName(elementName) {\\r\\n\\t    var qualifiedName;\\r\\n\\t    switch (elementName.type) {\\r\\n\\t        case jsx_syntax_1.JSXSyntax.JSXIdentifier:\\r\\n\\t            var id = elementName;\\r\\n\\t            qualifiedName = id.name;\\r\\n\\t            break;\\r\\n\\t        case jsx_syntax_1.JSXSyntax.JSXNamespacedName:\\r\\n\\t            var ns = elementName;\\r\\n\\t            qualifiedName = getQualifiedElementName(ns.namespace) + ':' +\\r\\n\\t                getQualifiedElementName(ns.name);\\r\\n\\t            break;\\r\\n\\t        case jsx_syntax_1.JSXSyntax.JSXMemberExpression:\\r\\n\\t            var expr = elementName;\\r\\n\\t            qualifiedName = getQualifiedElementName(expr.object) + '.' +\\r\\n\\t                getQualifiedElementName(expr.property);\\r\\n\\t            break;\\r\\n\\t        /* istanbul ignore next */\\r\\n\\t        default:\\r\\n\\t            break;\\r\\n\\t    }\\r\\n\\t    return qualifiedName;\\r\\n\\t}\\r\\n\\tvar JSXParser = (function (_super) {\\r\\n\\t    __extends(JSXParser, _super);\\r\\n\\t    function JSXParser(code, options, delegate) {\\r\\n\\t        return _super.call(this, code, options, delegate) || this;\\r\\n\\t    }\\r\\n\\t    JSXParser.prototype.parsePrimaryExpression = function () {\\r\\n\\t        return this.match('<') ? this.parseJSXRoot() : _super.prototype.parsePrimaryExpression.call(this);\\r\\n\\t    };\\r\\n\\t    JSXParser.prototype.startJSX = function () {\\r\\n\\t        // Unwind the scanner before the lookahead token.\\r\\n\\t        this.scanner.index = this.startMarker.index;\\r\\n\\t        this.scanner.lineNumber = this.startMarker.line;\\r\\n\\t        this.scanner.lineStart = this.startMarker.index - this.startMarker.column;\\r\\n\\t    };\\r\\n\\t    JSXParser.prototype.finishJSX = function () {\\r\\n\\t        // Prime the next lookahead.\\r\\n\\t        this.nextToken();\\r\\n\\t    };\\r\\n\\t    JSXParser.prototype.reenterJSX = function () {\\r\\n\\t        this.startJSX();\\r\\n\\t        this.expectJSX('}');\\r\\n\\t        // Pop the closing '}' added from the lookahead.\\r\\n\\t        if (this.config.tokens) {\\r\\n\\t            this.tokens.pop();\\r\\n\\t        }\\r\\n\\t    };\\r\\n\\t    JSXParser.prototype.createJSXNode = function () {\\r\\n\\t        this.collectComments();\\r\\n\\t        return {\\r\\n\\t            index: this.scanner.index,\\r\\n\\t            line: this.scanner.lineNumber,\\r\\n\\t            column: this.scanner.index - this.scanner.lineStart\\r\\n\\t        };\\r\\n\\t    };\\r\\n\\t    JSXParser.prototype.createJSXChildNode = function () {\\r\\n\\t        return {\\r\\n\\t            index: this.scanner.index,\\r\\n\\t            line: this.scanner.lineNumber,\\r\\n\\t            column: this.scanner.index - this.scanner.lineStart\\r\\n\\t        };\\r\\n\\t    };\\r\\n\\t    JSXParser.prototype.scanXHTMLEntity = function (quote) {\\r\\n\\t        var result = '&';\\r\\n\\t        var valid = true;\\r\\n\\t        var terminated = false;\\r\\n\\t        var numeric = false;\\r\\n\\t        var hex = false;\\r\\n\\t        while (!this.scanner.eof() && valid && !terminated) {\\r\\n\\t            var ch = this.scanner.source[this.scanner.index];\\r\\n\\t            if (ch === quote) {\\r\\n\\t                break;\\r\\n\\t            }\\r\\n\\t            terminated = (ch === ';');\\r\\n\\t            result += ch;\\r\\n\\t            ++this.scanner.index;\\r\\n\\t            if (!terminated) {\\r\\n\\t                switch (result.length) {\\r\\n\\t                    case 2:\\r\\n\\t                        // e.g. '&#123;'\\r\\n\\t                        numeric = (ch === '#');\\r\\n\\t                        break;\\r\\n\\t                    case 3:\\r\\n\\t                        if (numeric) {\\r\\n\\t                            // e.g. '&#x41;'\\r\\n\\t                            hex = (ch === 'x');\\r\\n\\t                            valid = hex || character_1.Character.isDecimalDigit(ch.charCodeAt(0));\\r\\n\\t                            numeric = numeric && !hex;\\r\\n\\t                        }\\r\\n\\t                        break;\\r\\n\\t                    default:\\r\\n\\t                        valid = valid && !(numeric && !character_1.Character.isDecimalDigit(ch.charCodeAt(0)));\\r\\n\\t                        valid = valid && !(hex && !character_1.Character.isHexDigit(ch.charCodeAt(0)));\\r\\n\\t                        break;\\r\\n\\t                }\\r\\n\\t            }\\r\\n\\t        }\\r\\n\\t        if (valid && terminated && result.length > 2) {\\r\\n\\t            // e.g. '&#x41;' becomes just '#x41'\\r\\n\\t            var str = result.substr(1, result.length - 2);\\r\\n\\t            if (numeric && str.length > 1) {\\r\\n\\t                result = String.fromCharCode(parseInt(str.substr(1), 10));\\r\\n\\t            }\\r\\n\\t            else if (hex && str.length > 2) {\\r\\n\\t                result = String.fromCharCode(parseInt('0' + str.substr(1), 16));\\r\\n\\t            }\\r\\n\\t            else if (!numeric && !hex && xhtml_entities_1.XHTMLEntities[str]) {\\r\\n\\t                result = xhtml_entities_1.XHTMLEntities[str];\\r\\n\\t            }\\r\\n\\t        }\\r\\n\\t        return result;\\r\\n\\t    };\\r\\n\\t    // Scan the next JSX token. This replaces Scanner#lex when in JSX mode.\\r\\n\\t    JSXParser.prototype.lexJSX = function () {\\r\\n\\t        var cp = this.scanner.source.charCodeAt(this.scanner.index);\\r\\n\\t        // < > / : = { }\\r\\n\\t        if (cp === 60 || cp === 62 || cp === 47 || cp === 58 || cp === 61 || cp === 123 || cp === 125) {\\r\\n\\t            var value = this.scanner.source[this.scanner.index++];\\r\\n\\t            return {\\r\\n\\t                type: 7 /* Punctuator */,\\r\\n\\t                value: value,\\r\\n\\t                lineNumber: this.scanner.lineNumber,\\r\\n\\t                lineStart: this.scanner.lineStart,\\r\\n\\t                start: this.scanner.index - 1,\\r\\n\\t                end: this.scanner.index\\r\\n\\t            };\\r\\n\\t        }\\r\\n\\t        // \\\" '\\r\\n\\t        if (cp === 34 || cp === 39) {\\r\\n\\t            var start = this.scanner.index;\\r\\n\\t            var quote = this.scanner.source[this.scanner.index++];\\r\\n\\t            var str = '';\\r\\n\\t            while (!this.scanner.eof()) {\\r\\n\\t                var ch = this.scanner.source[this.scanner.index++];\\r\\n\\t                if (ch === quote) {\\r\\n\\t                    break;\\r\\n\\t                }\\r\\n\\t                else if (ch === '&') {\\r\\n\\t                    str += this.scanXHTMLEntity(quote);\\r\\n\\t                }\\r\\n\\t                else {\\r\\n\\t                    str += ch;\\r\\n\\t                }\\r\\n\\t            }\\r\\n\\t            return {\\r\\n\\t                type: 8 /* StringLiteral */,\\r\\n\\t                value: str,\\r\\n\\t                lineNumber: this.scanner.lineNumber,\\r\\n\\t                lineStart: this.scanner.lineStart,\\r\\n\\t                start: start,\\r\\n\\t                end: this.scanner.index\\r\\n\\t            };\\r\\n\\t        }\\r\\n\\t        // ... or .\\r\\n\\t        if (cp === 46) {\\r\\n\\t            var n1 = this.scanner.source.charCodeAt(this.scanner.index + 1);\\r\\n\\t            var n2 = this.scanner.source.charCodeAt(this.scanner.index + 2);\\r\\n\\t            var value = (n1 === 46 && n2 === 46) ? '...' : '.';\\r\\n\\t            var start = this.scanner.index;\\r\\n\\t            this.scanner.index += value.length;\\r\\n\\t            return {\\r\\n\\t                type: 7 /* Punctuator */,\\r\\n\\t                value: value,\\r\\n\\t                lineNumber: this.scanner.lineNumber,\\r\\n\\t                lineStart: this.scanner.lineStart,\\r\\n\\t                start: start,\\r\\n\\t                end: this.scanner.index\\r\\n\\t            };\\r\\n\\t        }\\r\\n\\t        // `\\r\\n\\t        if (cp === 96) {\\r\\n\\t            // Only placeholder, since it will be rescanned as a real assignment expression.\\r\\n\\t            return {\\r\\n\\t                type: 10 /* Template */,\\r\\n\\t                value: '',\\r\\n\\t                lineNumber: this.scanner.lineNumber,\\r\\n\\t                lineStart: this.scanner.lineStart,\\r\\n\\t                start: this.scanner.index,\\r\\n\\t                end: this.scanner.index\\r\\n\\t            };\\r\\n\\t        }\\r\\n\\t        // Identifer can not contain backslash (char code 92).\\r\\n\\t        if (character_1.Character.isIdentifierStart(cp) && (cp !== 92)) {\\r\\n\\t            var start = this.scanner.index;\\r\\n\\t            ++this.scanner.index;\\r\\n\\t            while (!this.scanner.eof()) {\\r\\n\\t                var ch = this.scanner.source.charCodeAt(this.scanner.index);\\r\\n\\t                if (character_1.Character.isIdentifierPart(ch) && (ch !== 92)) {\\r\\n\\t                    ++this.scanner.index;\\r\\n\\t                }\\r\\n\\t                else if (ch === 45) {\\r\\n\\t                    // Hyphen (char code 45) can be part of an identifier.\\r\\n\\t                    ++this.scanner.index;\\r\\n\\t                }\\r\\n\\t                else {\\r\\n\\t                    break;\\r\\n\\t                }\\r\\n\\t            }\\r\\n\\t            var id = this.scanner.source.slice(start, this.scanner.index);\\r\\n\\t            return {\\r\\n\\t                type: 100 /* Identifier */,\\r\\n\\t                value: id,\\r\\n\\t                lineNumber: this.scanner.lineNumber,\\r\\n\\t                lineStart: this.scanner.lineStart,\\r\\n\\t                start: start,\\r\\n\\t                end: this.scanner.index\\r\\n\\t            };\\r\\n\\t        }\\r\\n\\t        return this.scanner.lex();\\r\\n\\t    };\\r\\n\\t    JSXParser.prototype.nextJSXToken = function () {\\r\\n\\t        this.collectComments();\\r\\n\\t        this.startMarker.index = this.scanner.index;\\r\\n\\t        this.startMarker.line = this.scanner.lineNumber;\\r\\n\\t        this.startMarker.column = this.scanner.index - this.scanner.lineStart;\\r\\n\\t        var token = this.lexJSX();\\r\\n\\t        this.lastMarker.index = this.scanner.index;\\r\\n\\t        this.lastMarker.line = this.scanner.lineNumber;\\r\\n\\t        this.lastMarker.column = this.scanner.index - this.scanner.lineStart;\\r\\n\\t        if (this.config.tokens) {\\r\\n\\t            this.tokens.push(this.convertToken(token));\\r\\n\\t        }\\r\\n\\t        return token;\\r\\n\\t    };\\r\\n\\t    JSXParser.prototype.nextJSXText = function () {\\r\\n\\t        this.startMarker.index = this.scanner.index;\\r\\n\\t        this.startMarker.line = this.scanner.lineNumber;\\r\\n\\t        this.startMarker.column = this.scanner.index - this.scanner.lineStart;\\r\\n\\t        var start = this.scanner.index;\\r\\n\\t        var text = '';\\r\\n\\t        while (!this.scanner.eof()) {\\r\\n\\t            var ch = this.scanner.source[this.scanner.index];\\r\\n\\t            if (ch === '{' || ch === '<') {\\r\\n\\t                break;\\r\\n\\t            }\\r\\n\\t            ++this.scanner.index;\\r\\n\\t            text += ch;\\r\\n\\t            if (character_1.Character.isLineTerminator(ch.charCodeAt(0))) {\\r\\n\\t                ++this.scanner.lineNumber;\\r\\n\\t                if (ch === '\\\\r' && this.scanner.source[this.scanner.index] === '\\\\n') {\\r\\n\\t                    ++this.scanner.index;\\r\\n\\t                }\\r\\n\\t                this.scanner.lineStart = this.scanner.index;\\r\\n\\t            }\\r\\n\\t        }\\r\\n\\t        this.lastMarker.index = this.scanner.index;\\r\\n\\t        this.lastMarker.line = this.scanner.lineNumber;\\r\\n\\t        this.lastMarker.column = this.scanner.index - this.scanner.lineStart;\\r\\n\\t        var token = {\\r\\n\\t            type: 101 /* Text */,\\r\\n\\t            value: text,\\r\\n\\t            lineNumber: this.scanner.lineNumber,\\r\\n\\t            lineStart: this.scanner.lineStart,\\r\\n\\t            start: start,\\r\\n\\t            end: this.scanner.index\\r\\n\\t        };\\r\\n\\t        if ((text.length > 0) && this.config.tokens) {\\r\\n\\t            this.tokens.push(this.convertToken(token));\\r\\n\\t        }\\r\\n\\t        return token;\\r\\n\\t    };\\r\\n\\t    JSXParser.prototype.peekJSXToken = function () {\\r\\n\\t        var state = this.scanner.saveState();\\r\\n\\t        this.scanner.scanComments();\\r\\n\\t        var next = this.lexJSX();\\r\\n\\t        this.scanner.restoreState(state);\\r\\n\\t        return next;\\r\\n\\t    };\\r\\n\\t    // Expect the next JSX token to match the specified punctuator.\\r\\n\\t    // If not, an exception will be thrown.\\r\\n\\t    JSXParser.prototype.expectJSX = function (value) {\\r\\n\\t        var token = this.nextJSXToken();\\r\\n\\t        if (token.type !== 7 /* Punctuator */ || token.value !== value) {\\r\\n\\t            this.throwUnexpectedToken(token);\\r\\n\\t        }\\r\\n\\t    };\\r\\n\\t    // Return true if the next JSX token matches the specified punctuator.\\r\\n\\t    JSXParser.prototype.matchJSX = function (value) {\\r\\n\\t        var next = this.peekJSXToken();\\r\\n\\t        return next.type === 7 /* Punctuator */ && next.value === value;\\r\\n\\t    };\\r\\n\\t    JSXParser.prototype.parseJSXIdentifier = function () {\\r\\n\\t        var node = this.createJSXNode();\\r\\n\\t        var token = this.nextJSXToken();\\r\\n\\t        if (token.type !== 100 /* Identifier */) {\\r\\n\\t            this.throwUnexpectedToken(token);\\r\\n\\t        }\\r\\n\\t        return this.finalize(node, new JSXNode.JSXIdentifier(token.value));\\r\\n\\t    };\\r\\n\\t    JSXParser.prototype.parseJSXElementName = function () {\\r\\n\\t        var node = this.createJSXNode();\\r\\n\\t        var elementName = this.parseJSXIdentifier();\\r\\n\\t        if (this.matchJSX(':')) {\\r\\n\\t            var namespace = elementName;\\r\\n\\t            this.expectJSX(':');\\r\\n\\t            var name_1 = this.parseJSXIdentifier();\\r\\n\\t            elementName = this.finalize(node, new JSXNode.JSXNamespacedName(namespace, name_1));\\r\\n\\t        }\\r\\n\\t        else if (this.matchJSX('.')) {\\r\\n\\t            while (this.matchJSX('.')) {\\r\\n\\t                var object = elementName;\\r\\n\\t                this.expectJSX('.');\\r\\n\\t                var property = this.parseJSXIdentifier();\\r\\n\\t                elementName = this.finalize(node, new JSXNode.JSXMemberExpression(object, property));\\r\\n\\t            }\\r\\n\\t        }\\r\\n\\t        return elementName;\\r\\n\\t    };\\r\\n\\t    JSXParser.prototype.parseJSXAttributeName = function () {\\r\\n\\t        var node = this.createJSXNode();\\r\\n\\t        var attributeName;\\r\\n\\t        var identifier = this.parseJSXIdentifier();\\r\\n\\t        if (this.matchJSX(':')) {\\r\\n\\t            var namespace = identifier;\\r\\n\\t            this.expectJSX(':');\\r\\n\\t            var name_2 = this.parseJSXIdentifier();\\r\\n\\t            attributeName = this.finalize(node, new JSXNode.JSXNamespacedName(namespace, name_2));\\r\\n\\t        }\\r\\n\\t        else {\\r\\n\\t            attributeName = identifier;\\r\\n\\t        }\\r\\n\\t        return attributeName;\\r\\n\\t    };\\r\\n\\t    JSXParser.prototype.parseJSXStringLiteralAttribute = function () {\\r\\n\\t        var node = this.createJSXNode();\\r\\n\\t        var token = this.nextJSXToken();\\r\\n\\t        if (token.type !== 8 /* StringLiteral */) {\\r\\n\\t            this.throwUnexpectedToken(token);\\r\\n\\t        }\\r\\n\\t        var raw = this.getTokenRaw(token);\\r\\n\\t        return this.finalize(node, new Node.Literal(token.value, raw));\\r\\n\\t    };\\r\\n\\t    JSXParser.prototype.parseJSXExpressionAttribute = function () {\\r\\n\\t        var node = this.createJSXNode();\\r\\n\\t        this.expectJSX('{');\\r\\n\\t        this.finishJSX();\\r\\n\\t        if (this.match('}')) {\\r\\n\\t            this.tolerateError('JSX attributes must only be assigned a non-empty expression');\\r\\n\\t        }\\r\\n\\t        var expression = this.parseAssignmentExpression();\\r\\n\\t        this.reenterJSX();\\r\\n\\t        return this.finalize(node, new JSXNode.JSXExpressionContainer(expression));\\r\\n\\t    };\\r\\n\\t    JSXParser.prototype.parseJSXAttributeValue = function () {\\r\\n\\t        return this.matchJSX('{') ? this.parseJSXExpressionAttribute() :\\r\\n\\t            this.matchJSX('<') ? this.parseJSXElement() : this.parseJSXStringLiteralAttribute();\\r\\n\\t    };\\r\\n\\t    JSXParser.prototype.parseJSXNameValueAttribute = function () {\\r\\n\\t        var node = this.createJSXNode();\\r\\n\\t        var name = this.parseJSXAttributeName();\\r\\n\\t        var value = null;\\r\\n\\t        if (this.matchJSX('=')) {\\r\\n\\t            this.expectJSX('=');\\r\\n\\t            value = this.parseJSXAttributeValue();\\r\\n\\t        }\\r\\n\\t        return this.finalize(node, new JSXNode.JSXAttribute(name, value));\\r\\n\\t    };\\r\\n\\t    JSXParser.prototype.parseJSXSpreadAttribute = function () {\\r\\n\\t        var node = this.createJSXNode();\\r\\n\\t        this.expectJSX('{');\\r\\n\\t        this.expectJSX('...');\\r\\n\\t        this.finishJSX();\\r\\n\\t        var argument = this.parseAssignmentExpression();\\r\\n\\t        this.reenterJSX();\\r\\n\\t        return this.finalize(node, new JSXNode.JSXSpreadAttribute(argument));\\r\\n\\t    };\\r\\n\\t    JSXParser.prototype.parseJSXAttributes = function () {\\r\\n\\t        var attributes = [];\\r\\n\\t        while (!this.matchJSX('/') && !this.matchJSX('>')) {\\r\\n\\t            var attribute = this.matchJSX('{') ? this.parseJSXSpreadAttribute() :\\r\\n\\t                this.parseJSXNameValueAttribute();\\r\\n\\t            attributes.push(attribute);\\r\\n\\t        }\\r\\n\\t        return attributes;\\r\\n\\t    };\\r\\n\\t    JSXParser.prototype.parseJSXOpeningElement = function () {\\r\\n\\t        var node = this.createJSXNode();\\r\\n\\t        this.expectJSX('<');\\r\\n\\t        var name = this.parseJSXElementName();\\r\\n\\t        var attributes = this.parseJSXAttributes();\\r\\n\\t        var selfClosing = this.matchJSX('/');\\r\\n\\t        if (selfClosing) {\\r\\n\\t            this.expectJSX('/');\\r\\n\\t        }\\r\\n\\t        this.expectJSX('>');\\r\\n\\t        return this.finalize(node, new JSXNode.JSXOpeningElement(name, selfClosing, attributes));\\r\\n\\t    };\\r\\n\\t    JSXParser.prototype.parseJSXBoundaryElement = function () {\\r\\n\\t        var node = this.createJSXNode();\\r\\n\\t        this.expectJSX('<');\\r\\n\\t        if (this.matchJSX('/')) {\\r\\n\\t            this.expectJSX('/');\\r\\n\\t            var name_3 = this.parseJSXElementName();\\r\\n\\t            this.expectJSX('>');\\r\\n\\t            return this.finalize(node, new JSXNode.JSXClosingElement(name_3));\\r\\n\\t        }\\r\\n\\t        var name = this.parseJSXElementName();\\r\\n\\t        var attributes = this.parseJSXAttributes();\\r\\n\\t        var selfClosing = this.matchJSX('/');\\r\\n\\t        if (selfClosing) {\\r\\n\\t            this.expectJSX('/');\\r\\n\\t        }\\r\\n\\t        this.expectJSX('>');\\r\\n\\t        return this.finalize(node, new JSXNode.JSXOpeningElement(name, selfClosing, attributes));\\r\\n\\t    };\\r\\n\\t    JSXParser.prototype.parseJSXEmptyExpression = function () {\\r\\n\\t        var node = this.createJSXChildNode();\\r\\n\\t        this.collectComments();\\r\\n\\t        this.lastMarker.index = this.scanner.index;\\r\\n\\t        this.lastMarker.line = this.scanner.lineNumber;\\r\\n\\t        this.lastMarker.column = this.scanner.index - this.scanner.lineStart;\\r\\n\\t        return this.finalize(node, new JSXNode.JSXEmptyExpression());\\r\\n\\t    };\\r\\n\\t    JSXParser.prototype.parseJSXExpressionContainer = function () {\\r\\n\\t        var node = this.createJSXNode();\\r\\n\\t        this.expectJSX('{');\\r\\n\\t        var expression;\\r\\n\\t        if (this.matchJSX('}')) {\\r\\n\\t            expression = this.parseJSXEmptyExpression();\\r\\n\\t            this.expectJSX('}');\\r\\n\\t        }\\r\\n\\t        else {\\r\\n\\t            this.finishJSX();\\r\\n\\t            expression = this.parseAssignmentExpression();\\r\\n\\t            this.reenterJSX();\\r\\n\\t        }\\r\\n\\t        return this.finalize(node, new JSXNode.JSXExpressionContainer(expression));\\r\\n\\t    };\\r\\n\\t    JSXParser.prototype.parseJSXChildren = function () {\\r\\n\\t        var children = [];\\r\\n\\t        while (!this.scanner.eof()) {\\r\\n\\t            var node = this.createJSXChildNode();\\r\\n\\t            var token = this.nextJSXText();\\r\\n\\t            if (token.start < token.end) {\\r\\n\\t                var raw = this.getTokenRaw(token);\\r\\n\\t                var child = this.finalize(node, new JSXNode.JSXText(token.value, raw));\\r\\n\\t                children.push(child);\\r\\n\\t            }\\r\\n\\t            if (this.scanner.source[this.scanner.index] === '{') {\\r\\n\\t                var container = this.parseJSXExpressionContainer();\\r\\n\\t                children.push(container);\\r\\n\\t            }\\r\\n\\t            else {\\r\\n\\t                break;\\r\\n\\t            }\\r\\n\\t        }\\r\\n\\t        return children;\\r\\n\\t    };\\r\\n\\t    JSXParser.prototype.parseComplexJSXElement = function (el) {\\r\\n\\t        var stack = [];\\r\\n\\t        while (!this.scanner.eof()) {\\r\\n\\t            el.children = el.children.concat(this.parseJSXChildren());\\r\\n\\t            var node = this.createJSXChildNode();\\r\\n\\t            var element = this.parseJSXBoundaryElement();\\r\\n\\t            if (element.type === jsx_syntax_1.JSXSyntax.JSXOpeningElement) {\\r\\n\\t                var opening = element;\\r\\n\\t                if (opening.selfClosing) {\\r\\n\\t                    var child = this.finalize(node, new JSXNode.JSXElement(opening, [], null));\\r\\n\\t                    el.children.push(child);\\r\\n\\t                }\\r\\n\\t                else {\\r\\n\\t                    stack.push(el);\\r\\n\\t                    el = { node: node, opening: opening, closing: null, children: [] };\\r\\n\\t                }\\r\\n\\t            }\\r\\n\\t            if (element.type === jsx_syntax_1.JSXSyntax.JSXClosingElement) {\\r\\n\\t                el.closing = element;\\r\\n\\t                var open_1 = getQualifiedElementName(el.opening.name);\\r\\n\\t                var close_1 = getQualifiedElementName(el.closing.name);\\r\\n\\t                if (open_1 !== close_1) {\\r\\n\\t                    this.tolerateError('Expected corresponding JSX closing tag for %0', open_1);\\r\\n\\t                }\\r\\n\\t                if (stack.length > 0) {\\r\\n\\t                    var child = this.finalize(el.node, new JSXNode.JSXElement(el.opening, el.children, el.closing));\\r\\n\\t                    el = stack[stack.length - 1];\\r\\n\\t                    el.children.push(child);\\r\\n\\t                    stack.pop();\\r\\n\\t                }\\r\\n\\t                else {\\r\\n\\t                    break;\\r\\n\\t                }\\r\\n\\t            }\\r\\n\\t        }\\r\\n\\t        return el;\\r\\n\\t    };\\r\\n\\t    JSXParser.prototype.parseJSXElement = function () {\\r\\n\\t        var node = this.createJSXNode();\\r\\n\\t        var opening = this.parseJSXOpeningElement();\\r\\n\\t        var children = [];\\r\\n\\t        var closing = null;\\r\\n\\t        if (!opening.selfClosing) {\\r\\n\\t            var el = this.parseComplexJSXElement({ node: node, opening: opening, closing: closing, children: children });\\r\\n\\t            children = el.children;\\r\\n\\t            closing = el.closing;\\r\\n\\t        }\\r\\n\\t        return this.finalize(node, new JSXNode.JSXElement(opening, children, closing));\\r\\n\\t    };\\r\\n\\t    JSXParser.prototype.parseJSXRoot = function () {\\r\\n\\t        // Pop the opening '<' added from the lookahead.\\r\\n\\t        if (this.config.tokens) {\\r\\n\\t            this.tokens.pop();\\r\\n\\t        }\\r\\n\\t        this.startJSX();\\r\\n\\t        var element = this.parseJSXElement();\\r\\n\\t        this.finishJSX();\\r\\n\\t        return element;\\r\\n\\t    };\\r\\n\\t    JSXParser.prototype.isStartOfExpression = function () {\\r\\n\\t        return _super.prototype.isStartOfExpression.call(this) || this.match('<');\\r\\n\\t    };\\r\\n\\t    return JSXParser;\\r\\n\\t}(parser_1.Parser));\\r\\n\\texports.JSXParser = JSXParser;\\r\\n\\n\\n/***/ },\\n/* 4 */\\n/***/ function(module, exports) {\\n\\n\\t\\\"use strict\\\";\\r\\n\\tObject.defineProperty(exports, \\\"__esModule\\\", { value: true });\\r\\n\\t// See also tools/generate-unicode-regex.js.\\r\\n\\tvar Regex = {\\r\\n\\t    // Unicode v8.0.0 NonAsciiIdentifierStart:\\r\\n\\t    NonAsciiIdentifierStart: /[\\\\xAA\\\\xB5\\\\xBA\\\\xC0-\\\\xD6\\\\xD8-\\\\xF6\\\\xF8-\\\\u02C1\\\\u02C6-\\\\u02D1\\\\u02E0-\\\\u02E4\\\\u02EC\\\\u02EE\\\\u0370-\\\\u0374\\\\u0376\\\\u0377\\\\u037A-\\\\u037D\\\\u037F\\\\u0386\\\\u0388-\\\\u038A\\\\u038C\\\\u038E-\\\\u03A1\\\\u03A3-\\\\u03F5\\\\u03F7-\\\\u0481\\\\u048A-\\\\u052F\\\\u0531-\\\\u0556\\\\u0559\\\\u0561-\\\\u0587\\\\u05D0-\\\\u05EA\\\\u05F0-\\\\u05F2\\\\u0620-\\\\u064A\\\\u066E\\\\u066F\\\\u0671-\\\\u06D3\\\\u06D5\\\\u06E5\\\\u06E6\\\\u06EE\\\\u06EF\\\\u06FA-\\\\u06FC\\\\u06FF\\\\u0710\\\\u0712-\\\\u072F\\\\u074D-\\\\u07A5\\\\u07B1\\\\u07CA-\\\\u07EA\\\\u07F4\\\\u07F5\\\\u07FA\\\\u0800-\\\\u0815\\\\u081A\\\\u0824\\\\u0828\\\\u0840-\\\\u0858\\\\u08A0-\\\\u08B4\\\\u0904-\\\\u0939\\\\u093D\\\\u0950\\\\u0958-\\\\u0961\\\\u0971-\\\\u0980\\\\u0985-\\\\u098C\\\\u098F\\\\u0990\\\\u0993-\\\\u09A8\\\\u09AA-\\\\u09B0\\\\u09B2\\\\u09B6-\\\\u09B9\\\\u09BD\\\\u09CE\\\\u09DC\\\\u09DD\\\\u09DF-\\\\u09E1\\\\u09F0\\\\u09F1\\\\u0A05-\\\\u0A0A\\\\u0A0F\\\\u0A10\\\\u0A13-\\\\u0A28\\\\u0A2A-\\\\u0A30\\\\u0A32\\\\u0A33\\\\u0A35\\\\u0A36\\\\u0A38\\\\u0A39\\\\u0A59-\\\\u0A5C\\\\u0A5E\\\\u0A72-\\\\u0A74\\\\u0A85-\\\\u0A8D\\\\u0A8F-\\\\u0A91\\\\u0A93-\\\\u0AA8\\\\u0AAA-\\\\u0AB0\\\\u0AB2\\\\u0AB3\\\\u0AB5-\\\\u0AB9\\\\u0ABD\\\\u0AD0\\\\u0AE0\\\\u0AE1\\\\u0AF9\\\\u0B05-\\\\u0B0C\\\\u0B0F\\\\u0B10\\\\u0B13-\\\\u0B28\\\\u0B2A-\\\\u0B30\\\\u0B32\\\\u0B33\\\\u0B35-\\\\u0B39\\\\u0B3D\\\\u0B5C\\\\u0B5D\\\\u0B5F-\\\\u0B61\\\\u0B71\\\\u0B83\\\\u0B85-\\\\u0B8A\\\\u0B8E-\\\\u0B90\\\\u0B92-\\\\u0B95\\\\u0B99\\\\u0B9A\\\\u0B9C\\\\u0B9E\\\\u0B9F\\\\u0BA3\\\\u0BA4\\\\u0BA8-\\\\u0BAA\\\\u0BAE-\\\\u0BB9\\\\u0BD0\\\\u0C05-\\\\u0C0C\\\\u0C0E-\\\\u0C10\\\\u0C12-\\\\u0C28\\\\u0C2A-\\\\u0C39\\\\u0C3D\\\\u0C58-\\\\u0C5A\\\\u0C60\\\\u0C61\\\\u0C85-\\\\u0C8C\\\\u0C8E-\\\\u0C90\\\\u0C92-\\\\u0CA8\\\\u0CAA-\\\\u0CB3\\\\u0CB5-\\\\u0CB9\\\\u0CBD\\\\u0CDE\\\\u0CE0\\\\u0CE1\\\\u0CF1\\\\u0CF2\\\\u0D05-\\\\u0D0C\\\\u0D0E-\\\\u0D10\\\\u0D12-\\\\u0D3A\\\\u0D3D\\\\u0D4E\\\\u0D5F-\\\\u0D61\\\\u0D7A-\\\\u0D7F\\\\u0D85-\\\\u0D96\\\\u0D9A-\\\\u0DB1\\\\u0DB3-\\\\u0DBB\\\\u0DBD\\\\u0DC0-\\\\u0DC6\\\\u0E01-\\\\u0E30\\\\u0E32\\\\u0E33\\\\u0E40-\\\\u0E46\\\\u0E81\\\\u0E82\\\\u0E84\\\\u0E87\\\\u0E88\\\\u0E8A\\\\u0E8D\\\\u0E94-\\\\u0E97\\\\u0E99-\\\\u0E9F\\\\u0EA1-\\\\u0EA3\\\\u0EA5\\\\u0EA7\\\\u0EAA\\\\u0EAB\\\\u0EAD-\\\\u0EB0\\\\u0EB2\\\\u0EB3\\\\u0EBD\\\\u0EC0-\\\\u0EC4\\\\u0EC6\\\\u0EDC-\\\\u0EDF\\\\u0F00\\\\u0F40-\\\\u0F47\\\\u0F49-\\\\u0F6C\\\\u0F88-\\\\u0F8C\\\\u1000-\\\\u102A\\\\u103F\\\\u1050-\\\\u1055\\\\u105A-\\\\u105D\\\\u1061\\\\u1065\\\\u1066\\\\u106E-\\\\u1070\\\\u1075-\\\\u1081\\\\u108E\\\\u10A0-\\\\u10C5\\\\u10C7\\\\u10CD\\\\u10D0-\\\\u10FA\\\\u10FC-\\\\u1248\\\\u124A-\\\\u124D\\\\u1250-\\\\u1256\\\\u1258\\\\u125A-\\\\u125D\\\\u1260-\\\\u1288\\\\u128A-\\\\u128D\\\\u1290-\\\\u12B0\\\\u12B2-\\\\u12B5\\\\u12B8-\\\\u12BE\\\\u12C0\\\\u12C2-\\\\u12C5\\\\u12C8-\\\\u12D6\\\\u12D8-\\\\u1310\\\\u1312-\\\\u1315\\\\u1318-\\\\u135A\\\\u1380-\\\\u138F\\\\u13A0-\\\\u13F5\\\\u13F8-\\\\u13FD\\\\u1401-\\\\u166C\\\\u166F-\\\\u167F\\\\u1681-\\\\u169A\\\\u16A0-\\\\u16EA\\\\u16EE-\\\\u16F8\\\\u1700-\\\\u170C\\\\u170E-\\\\u1711\\\\u1720-\\\\u1731\\\\u1740-\\\\u1751\\\\u1760-\\\\u176C\\\\u176E-\\\\u1770\\\\u1780-\\\\u17B3\\\\u17D7\\\\u17DC\\\\u1820-\\\\u1877\\\\u1880-\\\\u18A8\\\\u18AA\\\\u18B0-\\\\u18F5\\\\u1900-\\\\u191E\\\\u1950-\\\\u196D\\\\u1970-\\\\u1974\\\\u1980-\\\\u19AB\\\\u19B0-\\\\u19C9\\\\u1A00-\\\\u1A16\\\\u1A20-\\\\u1A54\\\\u1AA7\\\\u1B05-\\\\u1B33\\\\u1B45-\\\\u1B4B\\\\u1B83-\\\\u1BA0\\\\u1BAE\\\\u1BAF\\\\u1BBA-\\\\u1BE5\\\\u1C00-\\\\u1C23\\\\u1C4D-\\\\u1C4F\\\\u1C5A-\\\\u1C7D\\\\u1CE9-\\\\u1CEC\\\\u1CEE-\\\\u1CF1\\\\u1CF5\\\\u1CF6\\\\u1D00-\\\\u1DBF\\\\u1E00-\\\\u1F15\\\\u1F18-\\\\u1F1D\\\\u1F20-\\\\u1F45\\\\u1F48-\\\\u1F4D\\\\u1F50-\\\\u1F57\\\\u1F59\\\\u1F5B\\\\u1F5D\\\\u1F5F-\\\\u1F7D\\\\u1F80-\\\\u1FB4\\\\u1FB6-\\\\u1FBC\\\\u1FBE\\\\u1FC2-\\\\u1FC4\\\\u1FC6-\\\\u1FCC\\\\u1FD0-\\\\u1FD3\\\\u1FD6-\\\\u1FDB\\\\u1FE0-\\\\u1FEC\\\\u1FF2-\\\\u1FF4\\\\u1FF6-\\\\u1FFC\\\\u2071\\\\u207F\\\\u2090-\\\\u209C\\\\u2102\\\\u2107\\\\u210A-\\\\u2113\\\\u2115\\\\u2118-\\\\u211D\\\\u2124\\\\u2126\\\\u2128\\\\u212A-\\\\u2139\\\\u213C-\\\\u213F\\\\u2145-\\\\u2149\\\\u214E\\\\u2160-\\\\u2188\\\\u2C00-\\\\u2C2E\\\\u2C30-\\\\u2C5E\\\\u2C60-\\\\u2CE4\\\\u2CEB-\\\\u2CEE\\\\u2CF2\\\\u2CF3\\\\u2D00-\\\\u2D25\\\\u2D27\\\\u2D2D\\\\u2D30-\\\\u2D67\\\\u2D6F\\\\u2D80-\\\\u2D96\\\\u2DA0-\\\\u2DA6\\\\u2DA8-\\\\u2DAE\\\\u2DB0-\\\\u2DB6\\\\u2DB8-\\\\u2DBE\\\\u2DC0-\\\\u2DC6\\\\u2DC8-\\\\u2DCE\\\\u2DD0-\\\\u2DD6\\\\u2DD8-\\\\u2DDE\\\\u3005-\\\\u3007\\\\u3021-\\\\u3029\\\\u3031-\\\\u3035\\\\u3038-\\\\u303C\\\\u3041-\\\\u3096\\\\u309B-\\\\u309F\\\\u30A1-\\\\u30FA\\\\u30FC-\\\\u30FF\\\\u3105-\\\\u312D\\\\u3131-\\\\u318E\\\\u31A0-\\\\u31BA\\\\u31F0-\\\\u31FF\\\\u3400-\\\\u4DB5\\\\u4E00-\\\\u9FD5\\\\uA000-\\\\uA48C\\\\uA4D0-\\\\uA4FD\\\\uA500-\\\\uA60C\\\\uA610-\\\\uA61F\\\\uA62A\\\\uA62B\\\\uA640-\\\\uA66E\\\\uA67F-\\\\uA69D\\\\uA6A0-\\\\uA6EF\\\\uA717-\\\\uA71F\\\\uA722-\\\\uA788\\\\uA78B-\\\\uA7AD\\\\uA7B0-\\\\uA7B7\\\\uA7F7-\\\\uA801\\\\uA803-\\\\uA805\\\\uA807-\\\\uA80A\\\\uA80C-\\\\uA822\\\\uA840-\\\\uA873\\\\uA882-\\\\uA8B3\\\\uA8F2-\\\\uA8F7\\\\uA8FB\\\\uA8FD\\\\uA90A-\\\\uA925\\\\uA930-\\\\uA946\\\\uA960-\\\\uA97C\\\\uA984-\\\\uA9B2\\\\uA9CF\\\\uA9E0-\\\\uA9E4\\\\uA9E6-\\\\uA9EF\\\\uA9FA-\\\\uA9FE\\\\uAA00-\\\\uAA28\\\\uAA40-\\\\uAA42\\\\uAA44-\\\\uAA4B\\\\uAA60-\\\\uAA76\\\\uAA7A\\\\uAA7E-\\\\uAAAF\\\\uAAB1\\\\uAAB5\\\\uAAB6\\\\uAAB9-\\\\uAABD\\\\uAAC0\\\\uAAC2\\\\uAADB-\\\\uAADD\\\\uAAE0-\\\\uAAEA\\\\uAAF2-\\\\uAAF4\\\\uAB01-\\\\uAB06\\\\uAB09-\\\\uAB0E\\\\uAB11-\\\\uAB16\\\\uAB20-\\\\uAB26\\\\uAB28-\\\\uAB2E\\\\uAB30-\\\\uAB5A\\\\uAB5C-\\\\uAB65\\\\uAB70-\\\\uABE2\\\\uAC00-\\\\uD7A3\\\\uD7B0-\\\\uD7C6\\\\uD7CB-\\\\uD7FB\\\\uF900-\\\\uFA6D\\\\uFA70-\\\\uFAD9\\\\uFB00-\\\\uFB06\\\\uFB13-\\\\uFB17\\\\uFB1D\\\\uFB1F-\\\\uFB28\\\\uFB2A-\\\\uFB36\\\\uFB38-\\\\uFB3C\\\\uFB3E\\\\uFB40\\\\uFB41\\\\uFB43\\\\uFB44\\\\uFB46-\\\\uFBB1\\\\uFBD3-\\\\uFD3D\\\\uFD50-\\\\uFD8F\\\\uFD92-\\\\uFDC7\\\\uFDF0-\\\\uFDFB\\\\uFE70-\\\\uFE74\\\\uFE76-\\\\uFEFC\\\\uFF21-\\\\uFF3A\\\\uFF41-\\\\uFF5A\\\\uFF66-\\\\uFFBE\\\\uFFC2-\\\\uFFC7\\\\uFFCA-\\\\uFFCF\\\\uFFD2-\\\\uFFD7\\\\uFFDA-\\\\uFFDC]|\\\\uD800[\\\\uDC00-\\\\uDC0B\\\\uDC0D-\\\\uDC26\\\\uDC28-\\\\uDC3A\\\\uDC3C\\\\uDC3D\\\\uDC3F-\\\\uDC4D\\\\uDC50-\\\\uDC5D\\\\uDC80-\\\\uDCFA\\\\uDD40-\\\\uDD74\\\\uDE80-\\\\uDE9C\\\\uDEA0-\\\\uDED0\\\\uDF00-\\\\uDF1F\\\\uDF30-\\\\uDF4A\\\\uDF50-\\\\uDF75\\\\uDF80-\\\\uDF9D\\\\uDFA0-\\\\uDFC3\\\\uDFC8-\\\\uDFCF\\\\uDFD1-\\\\uDFD5]|\\\\uD801[\\\\uDC00-\\\\uDC9D\\\\uDD00-\\\\uDD27\\\\uDD30-\\\\uDD63\\\\uDE00-\\\\uDF36\\\\uDF40-\\\\uDF55\\\\uDF60-\\\\uDF67]|\\\\uD802[\\\\uDC00-\\\\uDC05\\\\uDC08\\\\uDC0A-\\\\uDC35\\\\uDC37\\\\uDC38\\\\uDC3C\\\\uDC3F-\\\\uDC55\\\\uDC60-\\\\uDC76\\\\uDC80-\\\\uDC9E\\\\uDCE0-\\\\uDCF2\\\\uDCF4\\\\uDCF5\\\\uDD00-\\\\uDD15\\\\uDD20-\\\\uDD39\\\\uDD80-\\\\uDDB7\\\\uDDBE\\\\uDDBF\\\\uDE00\\\\uDE10-\\\\uDE13\\\\uDE15-\\\\uDE17\\\\uDE19-\\\\uDE33\\\\uDE60-\\\\uDE7C\\\\uDE80-\\\\uDE9C\\\\uDEC0-\\\\uDEC7\\\\uDEC9-\\\\uDEE4\\\\uDF00-\\\\uDF35\\\\uDF40-\\\\uDF55\\\\uDF60-\\\\uDF72\\\\uDF80-\\\\uDF91]|\\\\uD803[\\\\uDC00-\\\\uDC48\\\\uDC80-\\\\uDCB2\\\\uDCC0-\\\\uDCF2]|\\\\uD804[\\\\uDC03-\\\\uDC37\\\\uDC83-\\\\uDCAF\\\\uDCD0-\\\\uDCE8\\\\uDD03-\\\\uDD26\\\\uDD50-\\\\uDD72\\\\uDD76\\\\uDD83-\\\\uDDB2\\\\uDDC1-\\\\uDDC4\\\\uDDDA\\\\uDDDC\\\\uDE00-\\\\uDE11\\\\uDE13-\\\\uDE2B\\\\uDE80-\\\\uDE86\\\\uDE88\\\\uDE8A-\\\\uDE8D\\\\uDE8F-\\\\uDE9D\\\\uDE9F-\\\\uDEA8\\\\uDEB0-\\\\uDEDE\\\\uDF05-\\\\uDF0C\\\\uDF0F\\\\uDF10\\\\uDF13-\\\\uDF28\\\\uDF2A-\\\\uDF30\\\\uDF32\\\\uDF33\\\\uDF35-\\\\uDF39\\\\uDF3D\\\\uDF50\\\\uDF5D-\\\\uDF61]|\\\\uD805[\\\\uDC80-\\\\uDCAF\\\\uDCC4\\\\uDCC5\\\\uDCC7\\\\uDD80-\\\\uDDAE\\\\uDDD8-\\\\uDDDB\\\\uDE00-\\\\uDE2F\\\\uDE44\\\\uDE80-\\\\uDEAA\\\\uDF00-\\\\uDF19]|\\\\uD806[\\\\uDCA0-\\\\uDCDF\\\\uDCFF\\\\uDEC0-\\\\uDEF8]|\\\\uD808[\\\\uDC00-\\\\uDF99]|\\\\uD809[\\\\uDC00-\\\\uDC6E\\\\uDC80-\\\\uDD43]|[\\\\uD80C\\\\uD840-\\\\uD868\\\\uD86A-\\\\uD86C\\\\uD86F-\\\\uD872][\\\\uDC00-\\\\uDFFF]|\\\\uD80D[\\\\uDC00-\\\\uDC2E]|\\\\uD811[\\\\uDC00-\\\\uDE46]|\\\\uD81A[\\\\uDC00-\\\\uDE38\\\\uDE40-\\\\uDE5E\\\\uDED0-\\\\uDEED\\\\uDF00-\\\\uDF2F\\\\uDF40-\\\\uDF43\\\\uDF63-\\\\uDF77\\\\uDF7D-\\\\uDF8F]|\\\\uD81B[\\\\uDF00-\\\\uDF44\\\\uDF50\\\\uDF93-\\\\uDF9F]|\\\\uD82C[\\\\uDC00\\\\uDC01]|\\\\uD82F[\\\\uDC00-\\\\uDC6A\\\\uDC70-\\\\uDC7C\\\\uDC80-\\\\uDC88\\\\uDC90-\\\\uDC99]|\\\\uD835[\\\\uDC00-\\\\uDC54\\\\uDC56-\\\\uDC9C\\\\uDC9E\\\\uDC9F\\\\uDCA2\\\\uDCA5\\\\uDCA6\\\\uDCA9-\\\\uDCAC\\\\uDCAE-\\\\uDCB9\\\\uDCBB\\\\uDCBD-\\\\uDCC3\\\\uDCC5-\\\\uDD05\\\\uDD07-\\\\uDD0A\\\\uDD0D-\\\\uDD14\\\\uDD16-\\\\uDD1C\\\\uDD1E-\\\\uDD39\\\\uDD3B-\\\\uDD3E\\\\uDD40-\\\\uDD44\\\\uDD46\\\\uDD4A-\\\\uDD50\\\\uDD52-\\\\uDEA5\\\\uDEA8-\\\\uDEC0\\\\uDEC2-\\\\uDEDA\\\\uDEDC-\\\\uDEFA\\\\uDEFC-\\\\uDF14\\\\uDF16-\\\\uDF34\\\\uDF36-\\\\uDF4E\\\\uDF50-\\\\uDF6E\\\\uDF70-\\\\uDF88\\\\uDF8A-\\\\uDFA8\\\\uDFAA-\\\\uDFC2\\\\uDFC4-\\\\uDFCB]|\\\\uD83A[\\\\uDC00-\\\\uDCC4]|\\\\uD83B[\\\\uDE00-\\\\uDE03\\\\uDE05-\\\\uDE1F\\\\uDE21\\\\uDE22\\\\uDE24\\\\uDE27\\\\uDE29-\\\\uDE32\\\\uDE34-\\\\uDE37\\\\uDE39\\\\uDE3B\\\\uDE42\\\\uDE47\\\\uDE49\\\\uDE4B\\\\uDE4D-\\\\uDE4F\\\\uDE51\\\\uDE52\\\\uDE54\\\\uDE57\\\\uDE59\\\\uDE5B\\\\uDE5D\\\\uDE5F\\\\uDE61\\\\uDE62\\\\uDE64\\\\uDE67-\\\\uDE6A\\\\uDE6C-\\\\uDE72\\\\uDE74-\\\\uDE77\\\\uDE79-\\\\uDE7C\\\\uDE7E\\\\uDE80-\\\\uDE89\\\\uDE8B-\\\\uDE9B\\\\uDEA1-\\\\uDEA3\\\\uDEA5-\\\\uDEA9\\\\uDEAB-\\\\uDEBB]|\\\\uD869[\\\\uDC00-\\\\uDED6\\\\uDF00-\\\\uDFFF]|\\\\uD86D[\\\\uDC00-\\\\uDF34\\\\uDF40-\\\\uDFFF]|\\\\uD86E[\\\\uDC00-\\\\uDC1D\\\\uDC20-\\\\uDFFF]|\\\\uD873[\\\\uDC00-\\\\uDEA1]|\\\\uD87E[\\\\uDC00-\\\\uDE1D]/,\\r\\n\\t    // Unicode v8.0.0 NonAsciiIdentifierPart:\\r\\n\\t    NonAsciiIdentifierPart: /[\\\\xAA\\\\xB5\\\\xB7\\\\xBA\\\\xC0-\\\\xD6\\\\xD8-\\\\xF6\\\\xF8-\\\\u02C1\\\\u02C6-\\\\u02D1\\\\u02E0-\\\\u02E4\\\\u02EC\\\\u02EE\\\\u0300-\\\\u0374\\\\u0376\\\\u0377\\\\u037A-\\\\u037D\\\\u037F\\\\u0386-\\\\u038A\\\\u038C\\\\u038E-\\\\u03A1\\\\u03A3-\\\\u03F5\\\\u03F7-\\\\u0481\\\\u0483-\\\\u0487\\\\u048A-\\\\u052F\\\\u0531-\\\\u0556\\\\u0559\\\\u0561-\\\\u0587\\\\u0591-\\\\u05BD\\\\u05BF\\\\u05C1\\\\u05C2\\\\u05C4\\\\u05C5\\\\u05C7\\\\u05D0-\\\\u05EA\\\\u05F0-\\\\u05F2\\\\u0610-\\\\u061A\\\\u0620-\\\\u0669\\\\u066E-\\\\u06D3\\\\u06D5-\\\\u06DC\\\\u06DF-\\\\u06E8\\\\u06EA-\\\\u06FC\\\\u06FF\\\\u0710-\\\\u074A\\\\u074D-\\\\u07B1\\\\u07C0-\\\\u07F5\\\\u07FA\\\\u0800-\\\\u082D\\\\u0840-\\\\u085B\\\\u08A0-\\\\u08B4\\\\u08E3-\\\\u0963\\\\u0966-\\\\u096F\\\\u0971-\\\\u0983\\\\u0985-\\\\u098C\\\\u098F\\\\u0990\\\\u0993-\\\\u09A8\\\\u09AA-\\\\u09B0\\\\u09B2\\\\u09B6-\\\\u09B9\\\\u09BC-\\\\u09C4\\\\u09C7\\\\u09C8\\\\u09CB-\\\\u09CE\\\\u09D7\\\\u09DC\\\\u09DD\\\\u09DF-\\\\u09E3\\\\u09E6-\\\\u09F1\\\\u0A01-\\\\u0A03\\\\u0A05-\\\\u0A0A\\\\u0A0F\\\\u0A10\\\\u0A13-\\\\u0A28\\\\u0A2A-\\\\u0A30\\\\u0A32\\\\u0A33\\\\u0A35\\\\u0A36\\\\u0A38\\\\u0A39\\\\u0A3C\\\\u0A3E-\\\\u0A42\\\\u0A47\\\\u0A48\\\\u0A4B-\\\\u0A4D\\\\u0A51\\\\u0A59-\\\\u0A5C\\\\u0A5E\\\\u0A66-\\\\u0A75\\\\u0A81-\\\\u0A83\\\\u0A85-\\\\u0A8D\\\\u0A8F-\\\\u0A91\\\\u0A93-\\\\u0AA8\\\\u0AAA-\\\\u0AB0\\\\u0AB2\\\\u0AB3\\\\u0AB5-\\\\u0AB9\\\\u0ABC-\\\\u0AC5\\\\u0AC7-\\\\u0AC9\\\\u0ACB-\\\\u0ACD\\\\u0AD0\\\\u0AE0-\\\\u0AE3\\\\u0AE6-\\\\u0AEF\\\\u0AF9\\\\u0B01-\\\\u0B03\\\\u0B05-\\\\u0B0C\\\\u0B0F\\\\u0B10\\\\u0B13-\\\\u0B28\\\\u0B2A-\\\\u0B30\\\\u0B32\\\\u0B33\\\\u0B35-\\\\u0B39\\\\u0B3C-\\\\u0B44\\\\u0B47\\\\u0B48\\\\u0B4B-\\\\u0B4D\\\\u0B56\\\\u0B57\\\\u0B5C\\\\u0B5D\\\\u0B5F-\\\\u0B63\\\\u0B66-\\\\u0B6F\\\\u0B71\\\\u0B82\\\\u0B83\\\\u0B85-\\\\u0B8A\\\\u0B8E-\\\\u0B90\\\\u0B92-\\\\u0B95\\\\u0B99\\\\u0B9A\\\\u0B9C\\\\u0B9E\\\\u0B9F\\\\u0BA3\\\\u0BA4\\\\u0BA8-\\\\u0BAA\\\\u0BAE-\\\\u0BB9\\\\u0BBE-\\\\u0BC2\\\\u0BC6-\\\\u0BC8\\\\u0BCA-\\\\u0BCD\\\\u0BD0\\\\u0BD7\\\\u0BE6-\\\\u0BEF\\\\u0C00-\\\\u0C03\\\\u0C05-\\\\u0C0C\\\\u0C0E-\\\\u0C10\\\\u0C12-\\\\u0C28\\\\u0C2A-\\\\u0C39\\\\u0C3D-\\\\u0C44\\\\u0C46-\\\\u0C48\\\\u0C4A-\\\\u0C4D\\\\u0C55\\\\u0C56\\\\u0C58-\\\\u0C5A\\\\u0C60-\\\\u0C63\\\\u0C66-\\\\u0C6F\\\\u0C81-\\\\u0C83\\\\u0C85-\\\\u0C8C\\\\u0C8E-\\\\u0C90\\\\u0C92-\\\\u0CA8\\\\u0CAA-\\\\u0CB3\\\\u0CB5-\\\\u0CB9\\\\u0CBC-\\\\u0CC4\\\\u0CC6-\\\\u0CC8\\\\u0CCA-\\\\u0CCD\\\\u0CD5\\\\u0CD6\\\\u0CDE\\\\u0CE0-\\\\u0CE3\\\\u0CE6-\\\\u0CEF\\\\u0CF1\\\\u0CF2\\\\u0D01-\\\\u0D03\\\\u0D05-\\\\u0D0C\\\\u0D0E-\\\\u0D10\\\\u0D12-\\\\u0D3A\\\\u0D3D-\\\\u0D44\\\\u0D46-\\\\u0D48\\\\u0D4A-\\\\u0D4E\\\\u0D57\\\\u0D5F-\\\\u0D63\\\\u0D66-\\\\u0D6F\\\\u0D7A-\\\\u0D7F\\\\u0D82\\\\u0D83\\\\u0D85-\\\\u0D96\\\\u0D9A-\\\\u0DB1\\\\u0DB3-\\\\u0DBB\\\\u0DBD\\\\u0DC0-\\\\u0DC6\\\\u0DCA\\\\u0DCF-\\\\u0DD4\\\\u0DD6\\\\u0DD8-\\\\u0DDF\\\\u0DE6-\\\\u0DEF\\\\u0DF2\\\\u0DF3\\\\u0E01-\\\\u0E3A\\\\u0E40-\\\\u0E4E\\\\u0E50-\\\\u0E59\\\\u0E81\\\\u0E82\\\\u0E84\\\\u0E87\\\\u0E88\\\\u0E8A\\\\u0E8D\\\\u0E94-\\\\u0E97\\\\u0E99-\\\\u0E9F\\\\u0EA1-\\\\u0EA3\\\\u0EA5\\\\u0EA7\\\\u0EAA\\\\u0EAB\\\\u0EAD-\\\\u0EB9\\\\u0EBB-\\\\u0EBD\\\\u0EC0-\\\\u0EC4\\\\u0EC6\\\\u0EC8-\\\\u0ECD\\\\u0ED0-\\\\u0ED9\\\\u0EDC-\\\\u0EDF\\\\u0F00\\\\u0F18\\\\u0F19\\\\u0F20-\\\\u0F29\\\\u0F35\\\\u0F37\\\\u0F39\\\\u0F3E-\\\\u0F47\\\\u0F49-\\\\u0F6C\\\\u0F71-\\\\u0F84\\\\u0F86-\\\\u0F97\\\\u0F99-\\\\u0FBC\\\\u0FC6\\\\u1000-\\\\u1049\\\\u1050-\\\\u109D\\\\u10A0-\\\\u10C5\\\\u10C7\\\\u10CD\\\\u10D0-\\\\u10FA\\\\u10FC-\\\\u1248\\\\u124A-\\\\u124D\\\\u1250-\\\\u1256\\\\u1258\\\\u125A-\\\\u125D\\\\u1260-\\\\u1288\\\\u128A-\\\\u128D\\\\u1290-\\\\u12B0\\\\u12B2-\\\\u12B5\\\\u12B8-\\\\u12BE\\\\u12C0\\\\u12C2-\\\\u12C5\\\\u12C8-\\\\u12D6\\\\u12D8-\\\\u1310\\\\u1312-\\\\u1315\\\\u1318-\\\\u135A\\\\u135D-\\\\u135F\\\\u1369-\\\\u1371\\\\u1380-\\\\u138F\\\\u13A0-\\\\u13F5\\\\u13F8-\\\\u13FD\\\\u1401-\\\\u166C\\\\u166F-\\\\u167F\\\\u1681-\\\\u169A\\\\u16A0-\\\\u16EA\\\\u16EE-\\\\u16F8\\\\u1700-\\\\u170C\\\\u170E-\\\\u1714\\\\u1720-\\\\u1734\\\\u1740-\\\\u1753\\\\u1760-\\\\u176C\\\\u176E-\\\\u1770\\\\u1772\\\\u1773\\\\u1780-\\\\u17D3\\\\u17D7\\\\u17DC\\\\u17DD\\\\u17E0-\\\\u17E9\\\\u180B-\\\\u180D\\\\u1810-\\\\u1819\\\\u1820-\\\\u1877\\\\u1880-\\\\u18AA\\\\u18B0-\\\\u18F5\\\\u1900-\\\\u191E\\\\u1920-\\\\u192B\\\\u1930-\\\\u193B\\\\u1946-\\\\u196D\\\\u1970-\\\\u1974\\\\u1980-\\\\u19AB\\\\u19B0-\\\\u19C9\\\\u19D0-\\\\u19DA\\\\u1A00-\\\\u1A1B\\\\u1A20-\\\\u1A5E\\\\u1A60-\\\\u1A7C\\\\u1A7F-\\\\u1A89\\\\u1A90-\\\\u1A99\\\\u1AA7\\\\u1AB0-\\\\u1ABD\\\\u1B00-\\\\u1B4B\\\\u1B50-\\\\u1B59\\\\u1B6B-\\\\u1B73\\\\u1B80-\\\\u1BF3\\\\u1C00-\\\\u1C37\\\\u1C40-\\\\u1C49\\\\u1C4D-\\\\u1C7D\\\\u1CD0-\\\\u1CD2\\\\u1CD4-\\\\u1CF6\\\\u1CF8\\\\u1CF9\\\\u1D00-\\\\u1DF5\\\\u1DFC-\\\\u1F15\\\\u1F18-\\\\u1F1D\\\\u1F20-\\\\u1F45\\\\u1F48-\\\\u1F4D\\\\u1F50-\\\\u1F57\\\\u1F59\\\\u1F5B\\\\u1F5D\\\\u1F5F-\\\\u1F7D\\\\u1F80-\\\\u1FB4\\\\u1FB6-\\\\u1FBC\\\\u1FBE\\\\u1FC2-\\\\u1FC4\\\\u1FC6-\\\\u1FCC\\\\u1FD0-\\\\u1FD3\\\\u1FD6-\\\\u1FDB\\\\u1FE0-\\\\u1FEC\\\\u1FF2-\\\\u1FF4\\\\u1FF6-\\\\u1FFC\\\\u200C\\\\u200D\\\\u203F\\\\u2040\\\\u2054\\\\u2071\\\\u207F\\\\u2090-\\\\u209C\\\\u20D0-\\\\u20DC\\\\u20E1\\\\u20E5-\\\\u20F0\\\\u2102\\\\u2107\\\\u210A-\\\\u2113\\\\u2115\\\\u2118-\\\\u211D\\\\u2124\\\\u2126\\\\u2128\\\\u212A-\\\\u2139\\\\u213C-\\\\u213F\\\\u2145-\\\\u2149\\\\u214E\\\\u2160-\\\\u2188\\\\u2C00-\\\\u2C2E\\\\u2C30-\\\\u2C5E\\\\u2C60-\\\\u2CE4\\\\u2CEB-\\\\u2CF3\\\\u2D00-\\\\u2D25\\\\u2D27\\\\u2D2D\\\\u2D30-\\\\u2D67\\\\u2D6F\\\\u2D7F-\\\\u2D96\\\\u2DA0-\\\\u2DA6\\\\u2DA8-\\\\u2DAE\\\\u2DB0-\\\\u2DB6\\\\u2DB8-\\\\u2DBE\\\\u2DC0-\\\\u2DC6\\\\u2DC8-\\\\u2DCE\\\\u2DD0-\\\\u2DD6\\\\u2DD8-\\\\u2DDE\\\\u2DE0-\\\\u2DFF\\\\u3005-\\\\u3007\\\\u3021-\\\\u302F\\\\u3031-\\\\u3035\\\\u3038-\\\\u303C\\\\u3041-\\\\u3096\\\\u3099-\\\\u309F\\\\u30A1-\\\\u30FA\\\\u30FC-\\\\u30FF\\\\u3105-\\\\u312D\\\\u3131-\\\\u318E\\\\u31A0-\\\\u31BA\\\\u31F0-\\\\u31FF\\\\u3400-\\\\u4DB5\\\\u4E00-\\\\u9FD5\\\\uA000-\\\\uA48C\\\\uA4D0-\\\\uA4FD\\\\uA500-\\\\uA60C\\\\uA610-\\\\uA62B\\\\uA640-\\\\uA66F\\\\uA674-\\\\uA67D\\\\uA67F-\\\\uA6F1\\\\uA717-\\\\uA71F\\\\uA722-\\\\uA788\\\\uA78B-\\\\uA7AD\\\\uA7B0-\\\\uA7B7\\\\uA7F7-\\\\uA827\\\\uA840-\\\\uA873\\\\uA880-\\\\uA8C4\\\\uA8D0-\\\\uA8D9\\\\uA8E0-\\\\uA8F7\\\\uA8FB\\\\uA8FD\\\\uA900-\\\\uA92D\\\\uA930-\\\\uA953\\\\uA960-\\\\uA97C\\\\uA980-\\\\uA9C0\\\\uA9CF-\\\\uA9D9\\\\uA9E0-\\\\uA9FE\\\\uAA00-\\\\uAA36\\\\uAA40-\\\\uAA4D\\\\uAA50-\\\\uAA59\\\\uAA60-\\\\uAA76\\\\uAA7A-\\\\uAAC2\\\\uAADB-\\\\uAADD\\\\uAAE0-\\\\uAAEF\\\\uAAF2-\\\\uAAF6\\\\uAB01-\\\\uAB06\\\\uAB09-\\\\uAB0E\\\\uAB11-\\\\uAB16\\\\uAB20-\\\\uAB26\\\\uAB28-\\\\uAB2E\\\\uAB30-\\\\uAB5A\\\\uAB5C-\\\\uAB65\\\\uAB70-\\\\uABEA\\\\uABEC\\\\uABED\\\\uABF0-\\\\uABF9\\\\uAC00-\\\\uD7A3\\\\uD7B0-\\\\uD7C6\\\\uD7CB-\\\\uD7FB\\\\uF900-\\\\uFA6D\\\\uFA70-\\\\uFAD9\\\\uFB00-\\\\uFB06\\\\uFB13-\\\\uFB17\\\\uFB1D-\\\\uFB28\\\\uFB2A-\\\\uFB36\\\\uFB38-\\\\uFB3C\\\\uFB3E\\\\uFB40\\\\uFB41\\\\uFB43\\\\uFB44\\\\uFB46-\\\\uFBB1\\\\uFBD3-\\\\uFD3D\\\\uFD50-\\\\uFD8F\\\\uFD92-\\\\uFDC7\\\\uFDF0-\\\\uFDFB\\\\uFE00-\\\\uFE0F\\\\uFE20-\\\\uFE2F\\\\uFE33\\\\uFE34\\\\uFE4D-\\\\uFE4F\\\\uFE70-\\\\uFE74\\\\uFE76-\\\\uFEFC\\\\uFF10-\\\\uFF19\\\\uFF21-\\\\uFF3A\\\\uFF3F\\\\uFF41-\\\\uFF5A\\\\uFF66-\\\\uFFBE\\\\uFFC2-\\\\uFFC7\\\\uFFCA-\\\\uFFCF\\\\uFFD2-\\\\uFFD7\\\\uFFDA-\\\\uFFDC]|\\\\uD800[\\\\uDC00-\\\\uDC0B\\\\uDC0D-\\\\uDC26\\\\uDC28-\\\\uDC3A\\\\uDC3C\\\\uDC3D\\\\uDC3F-\\\\uDC4D\\\\uDC50-\\\\uDC5D\\\\uDC80-\\\\uDCFA\\\\uDD40-\\\\uDD74\\\\uDDFD\\\\uDE80-\\\\uDE9C\\\\uDEA0-\\\\uDED0\\\\uDEE0\\\\uDF00-\\\\uDF1F\\\\uDF30-\\\\uDF4A\\\\uDF50-\\\\uDF7A\\\\uDF80-\\\\uDF9D\\\\uDFA0-\\\\uDFC3\\\\uDFC8-\\\\uDFCF\\\\uDFD1-\\\\uDFD5]|\\\\uD801[\\\\uDC00-\\\\uDC9D\\\\uDCA0-\\\\uDCA9\\\\uDD00-\\\\uDD27\\\\uDD30-\\\\uDD63\\\\uDE00-\\\\uDF36\\\\uDF40-\\\\uDF55\\\\uDF60-\\\\uDF67]|\\\\uD802[\\\\uDC00-\\\\uDC05\\\\uDC08\\\\uDC0A-\\\\uDC35\\\\uDC37\\\\uDC38\\\\uDC3C\\\\uDC3F-\\\\uDC55\\\\uDC60-\\\\uDC76\\\\uDC80-\\\\uDC9E\\\\uDCE0-\\\\uDCF2\\\\uDCF4\\\\uDCF5\\\\uDD00-\\\\uDD15\\\\uDD20-\\\\uDD39\\\\uDD80-\\\\uDDB7\\\\uDDBE\\\\uDDBF\\\\uDE00-\\\\uDE03\\\\uDE05\\\\uDE06\\\\uDE0C-\\\\uDE13\\\\uDE15-\\\\uDE17\\\\uDE19-\\\\uDE33\\\\uDE38-\\\\uDE3A\\\\uDE3F\\\\uDE60-\\\\uDE7C\\\\uDE80-\\\\uDE9C\\\\uDEC0-\\\\uDEC7\\\\uDEC9-\\\\uDEE6\\\\uDF00-\\\\uDF35\\\\uDF40-\\\\uDF55\\\\uDF60-\\\\uDF72\\\\uDF80-\\\\uDF91]|\\\\uD803[\\\\uDC00-\\\\uDC48\\\\uDC80-\\\\uDCB2\\\\uDCC0-\\\\uDCF2]|\\\\uD804[\\\\uDC00-\\\\uDC46\\\\uDC66-\\\\uDC6F\\\\uDC7F-\\\\uDCBA\\\\uDCD0-\\\\uDCE8\\\\uDCF0-\\\\uDCF9\\\\uDD00-\\\\uDD34\\\\uDD36-\\\\uDD3F\\\\uDD50-\\\\uDD73\\\\uDD76\\\\uDD80-\\\\uDDC4\\\\uDDCA-\\\\uDDCC\\\\uDDD0-\\\\uDDDA\\\\uDDDC\\\\uDE00-\\\\uDE11\\\\uDE13-\\\\uDE37\\\\uDE80-\\\\uDE86\\\\uDE88\\\\uDE8A-\\\\uDE8D\\\\uDE8F-\\\\uDE9D\\\\uDE9F-\\\\uDEA8\\\\uDEB0-\\\\uDEEA\\\\uDEF0-\\\\uDEF9\\\\uDF00-\\\\uDF03\\\\uDF05-\\\\uDF0C\\\\uDF0F\\\\uDF10\\\\uDF13-\\\\uDF28\\\\uDF2A-\\\\uDF30\\\\uDF32\\\\uDF33\\\\uDF35-\\\\uDF39\\\\uDF3C-\\\\uDF44\\\\uDF47\\\\uDF48\\\\uDF4B-\\\\uDF4D\\\\uDF50\\\\uDF57\\\\uDF5D-\\\\uDF63\\\\uDF66-\\\\uDF6C\\\\uDF70-\\\\uDF74]|\\\\uD805[\\\\uDC80-\\\\uDCC5\\\\uDCC7\\\\uDCD0-\\\\uDCD9\\\\uDD80-\\\\uDDB5\\\\uDDB8-\\\\uDDC0\\\\uDDD8-\\\\uDDDD\\\\uDE00-\\\\uDE40\\\\uDE44\\\\uDE50-\\\\uDE59\\\\uDE80-\\\\uDEB7\\\\uDEC0-\\\\uDEC9\\\\uDF00-\\\\uDF19\\\\uDF1D-\\\\uDF2B\\\\uDF30-\\\\uDF39]|\\\\uD806[\\\\uDCA0-\\\\uDCE9\\\\uDCFF\\\\uDEC0-\\\\uDEF8]|\\\\uD808[\\\\uDC00-\\\\uDF99]|\\\\uD809[\\\\uDC00-\\\\uDC6E\\\\uDC80-\\\\uDD43]|[\\\\uD80C\\\\uD840-\\\\uD868\\\\uD86A-\\\\uD86C\\\\uD86F-\\\\uD872][\\\\uDC00-\\\\uDFFF]|\\\\uD80D[\\\\uDC00-\\\\uDC2E]|\\\\uD811[\\\\uDC00-\\\\uDE46]|\\\\uD81A[\\\\uDC00-\\\\uDE38\\\\uDE40-\\\\uDE5E\\\\uDE60-\\\\uDE69\\\\uDED0-\\\\uDEED\\\\uDEF0-\\\\uDEF4\\\\uDF00-\\\\uDF36\\\\uDF40-\\\\uDF43\\\\uDF50-\\\\uDF59\\\\uDF63-\\\\uDF77\\\\uDF7D-\\\\uDF8F]|\\\\uD81B[\\\\uDF00-\\\\uDF44\\\\uDF50-\\\\uDF7E\\\\uDF8F-\\\\uDF9F]|\\\\uD82C[\\\\uDC00\\\\uDC01]|\\\\uD82F[\\\\uDC00-\\\\uDC6A\\\\uDC70-\\\\uDC7C\\\\uDC80-\\\\uDC88\\\\uDC90-\\\\uDC99\\\\uDC9D\\\\uDC9E]|\\\\uD834[\\\\uDD65-\\\\uDD69\\\\uDD6D-\\\\uDD72\\\\uDD7B-\\\\uDD82\\\\uDD85-\\\\uDD8B\\\\uDDAA-\\\\uDDAD\\\\uDE42-\\\\uDE44]|\\\\uD835[\\\\uDC00-\\\\uDC54\\\\uDC56-\\\\uDC9C\\\\uDC9E\\\\uDC9F\\\\uDCA2\\\\uDCA5\\\\uDCA6\\\\uDCA9-\\\\uDCAC\\\\uDCAE-\\\\uDCB9\\\\uDCBB\\\\uDCBD-\\\\uDCC3\\\\uDCC5-\\\\uDD05\\\\uDD07-\\\\uDD0A\\\\uDD0D-\\\\uDD14\\\\uDD16-\\\\uDD1C\\\\uDD1E-\\\\uDD39\\\\uDD3B-\\\\uDD3E\\\\uDD40-\\\\uDD44\\\\uDD46\\\\uDD4A-\\\\uDD50\\\\uDD52-\\\\uDEA5\\\\uDEA8-\\\\uDEC0\\\\uDEC2-\\\\uDEDA\\\\uDEDC-\\\\uDEFA\\\\uDEFC-\\\\uDF14\\\\uDF16-\\\\uDF34\\\\uDF36-\\\\uDF4E\\\\uDF50-\\\\uDF6E\\\\uDF70-\\\\uDF88\\\\uDF8A-\\\\uDFA8\\\\uDFAA-\\\\uDFC2\\\\uDFC4-\\\\uDFCB\\\\uDFCE-\\\\uDFFF]|\\\\uD836[\\\\uDE00-\\\\uDE36\\\\uDE3B-\\\\uDE6C\\\\uDE75\\\\uDE84\\\\uDE9B-\\\\uDE9F\\\\uDEA1-\\\\uDEAF]|\\\\uD83A[\\\\uDC00-\\\\uDCC4\\\\uDCD0-\\\\uDCD6]|\\\\uD83B[\\\\uDE00-\\\\uDE03\\\\uDE05-\\\\uDE1F\\\\uDE21\\\\uDE22\\\\uDE24\\\\uDE27\\\\uDE29-\\\\uDE32\\\\uDE34-\\\\uDE37\\\\uDE39\\\\uDE3B\\\\uDE42\\\\uDE47\\\\uDE49\\\\uDE4B\\\\uDE4D-\\\\uDE4F\\\\uDE51\\\\uDE52\\\\uDE54\\\\uDE57\\\\uDE59\\\\uDE5B\\\\uDE5D\\\\uDE5F\\\\uDE61\\\\uDE62\\\\uDE64\\\\uDE67-\\\\uDE6A\\\\uDE6C-\\\\uDE72\\\\uDE74-\\\\uDE77\\\\uDE79-\\\\uDE7C\\\\uDE7E\\\\uDE80-\\\\uDE89\\\\uDE8B-\\\\uDE9B\\\\uDEA1-\\\\uDEA3\\\\uDEA5-\\\\uDEA9\\\\uDEAB-\\\\uDEBB]|\\\\uD869[\\\\uDC00-\\\\uDED6\\\\uDF00-\\\\uDFFF]|\\\\uD86D[\\\\uDC00-\\\\uDF34\\\\uDF40-\\\\uDFFF]|\\\\uD86E[\\\\uDC00-\\\\uDC1D\\\\uDC20-\\\\uDFFF]|\\\\uD873[\\\\uDC00-\\\\uDEA1]|\\\\uD87E[\\\\uDC00-\\\\uDE1D]|\\\\uDB40[\\\\uDD00-\\\\uDDEF]/\\r\\n\\t};\\r\\n\\texports.Character = {\\r\\n\\t    /* tslint:disable:no-bitwise */\\r\\n\\t    fromCodePoint: function (cp) {\\r\\n\\t        return (cp < 0x10000) ? String.fromCharCode(cp) :\\r\\n\\t            String.fromCharCode(0xD800 + ((cp - 0x10000) >> 10)) +\\r\\n\\t                String.fromCharCode(0xDC00 + ((cp - 0x10000) & 1023));\\r\\n\\t    },\\r\\n\\t    // https://tc39.github.io/ecma262/#sec-white-space\\r\\n\\t    isWhiteSpace: function (cp) {\\r\\n\\t        return (cp === 0x20) || (cp === 0x09) || (cp === 0x0B) || (cp === 0x0C) || (cp === 0xA0) ||\\r\\n\\t            (cp >= 0x1680 && [0x1680, 0x2000, 0x2001, 0x2002, 0x2003, 0x2004, 0x2005, 0x2006, 0x2007, 0x2008, 0x2009, 0x200A, 0x202F, 0x205F, 0x3000, 0xFEFF].indexOf(cp) >= 0);\\r\\n\\t    },\\r\\n\\t    // https://tc39.github.io/ecma262/#sec-line-terminators\\r\\n\\t    isLineTerminator: function (cp) {\\r\\n\\t        return (cp === 0x0A) || (cp === 0x0D) || (cp === 0x2028) || (cp === 0x2029);\\r\\n\\t    },\\r\\n\\t    // https://tc39.github.io/ecma262/#sec-names-and-keywords\\r\\n\\t    isIdentifierStart: function (cp) {\\r\\n\\t        return (cp === 0x24) || (cp === 0x5F) ||\\r\\n\\t            (cp >= 0x41 && cp <= 0x5A) ||\\r\\n\\t            (cp >= 0x61 && cp <= 0x7A) ||\\r\\n\\t            (cp === 0x5C) ||\\r\\n\\t            ((cp >= 0x80) && Regex.NonAsciiIdentifierStart.test(exports.Character.fromCodePoint(cp)));\\r\\n\\t    },\\r\\n\\t    isIdentifierPart: function (cp) {\\r\\n\\t        return (cp === 0x24) || (cp === 0x5F) ||\\r\\n\\t            (cp >= 0x41 && cp <= 0x5A) ||\\r\\n\\t            (cp >= 0x61 && cp <= 0x7A) ||\\r\\n\\t            (cp >= 0x30 && cp <= 0x39) ||\\r\\n\\t            (cp === 0x5C) ||\\r\\n\\t            ((cp >= 0x80) && Regex.NonAsciiIdentifierPart.test(exports.Character.fromCodePoint(cp)));\\r\\n\\t    },\\r\\n\\t    // https://tc39.github.io/ecma262/#sec-literals-numeric-literals\\r\\n\\t    isDecimalDigit: function (cp) {\\r\\n\\t        return (cp >= 0x30 && cp <= 0x39); // 0..9\\r\\n\\t    },\\r\\n\\t    isHexDigit: function (cp) {\\r\\n\\t        return (cp >= 0x30 && cp <= 0x39) ||\\r\\n\\t            (cp >= 0x41 && cp <= 0x46) ||\\r\\n\\t            (cp >= 0x61 && cp <= 0x66); // a..f\\r\\n\\t    },\\r\\n\\t    isOctalDigit: function (cp) {\\r\\n\\t        return (cp >= 0x30 && cp <= 0x37); // 0..7\\r\\n\\t    }\\r\\n\\t};\\r\\n\\n\\n/***/ },\\n/* 5 */\\n/***/ function(module, exports, __webpack_require__) {\\n\\n\\t\\\"use strict\\\";\\r\\n\\tObject.defineProperty(exports, \\\"__esModule\\\", { value: true });\\r\\n\\tvar jsx_syntax_1 = __webpack_require__(6);\\r\\n\\t/* tslint:disable:max-classes-per-file */\\r\\n\\tvar JSXClosingElement = (function () {\\r\\n\\t    function JSXClosingElement(name) {\\r\\n\\t        this.type = jsx_syntax_1.JSXSyntax.JSXClosingElement;\\r\\n\\t        this.name = name;\\r\\n\\t    }\\r\\n\\t    return JSXClosingElement;\\r\\n\\t}());\\r\\n\\texports.JSXClosingElement = JSXClosingElement;\\r\\n\\tvar JSXElement = (function () {\\r\\n\\t    function JSXElement(openingElement, children, closingElement) {\\r\\n\\t        this.type = jsx_syntax_1.JSXSyntax.JSXElement;\\r\\n\\t        this.openingElement = openingElement;\\r\\n\\t        this.children = children;\\r\\n\\t        this.closingElement = closingElement;\\r\\n\\t    }\\r\\n\\t    return JSXElement;\\r\\n\\t}());\\r\\n\\texports.JSXElement = JSXElement;\\r\\n\\tvar JSXEmptyExpression = (function () {\\r\\n\\t    function JSXEmptyExpression() {\\r\\n\\t        this.type = jsx_syntax_1.JSXSyntax.JSXEmptyExpression;\\r\\n\\t    }\\r\\n\\t    return JSXEmptyExpression;\\r\\n\\t}());\\r\\n\\texports.JSXEmptyExpression = JSXEmptyExpression;\\r\\n\\tvar JSXExpressionContainer = (function () {\\r\\n\\t    function JSXExpressionContainer(expression) {\\r\\n\\t        this.type = jsx_syntax_1.JSXSyntax.JSXExpressionContainer;\\r\\n\\t        this.expression = expression;\\r\\n\\t    }\\r\\n\\t    return JSXExpressionContainer;\\r\\n\\t}());\\r\\n\\texports.JSXExpressionContainer = JSXExpressionContainer;\\r\\n\\tvar JSXIdentifier = (function () {\\r\\n\\t    function JSXIdentifier(name) {\\r\\n\\t        this.type = jsx_syntax_1.JSXSyntax.JSXIdentifier;\\r\\n\\t        this.name = name;\\r\\n\\t    }\\r\\n\\t    return JSXIdentifier;\\r\\n\\t}());\\r\\n\\texports.JSXIdentifier = JSXIdentifier;\\r\\n\\tvar JSXMemberExpression = (function () {\\r\\n\\t    function JSXMemberExpression(object, property) {\\r\\n\\t        this.type = jsx_syntax_1.JSXSyntax.JSXMemberExpression;\\r\\n\\t        this.object = object;\\r\\n\\t        this.property = property;\\r\\n\\t    }\\r\\n\\t    return JSXMemberExpression;\\r\\n\\t}());\\r\\n\\texports.JSXMemberExpression = JSXMemberExpression;\\r\\n\\tvar JSXAttribute = (function () {\\r\\n\\t    function JSXAttribute(name, value) {\\r\\n\\t        this.type = jsx_syntax_1.JSXSyntax.JSXAttribute;\\r\\n\\t        this.name = name;\\r\\n\\t        this.value = value;\\r\\n\\t    }\\r\\n\\t    return JSXAttribute;\\r\\n\\t}());\\r\\n\\texports.JSXAttribute = JSXAttribute;\\r\\n\\tvar JSXNamespacedName = (function () {\\r\\n\\t    function JSXNamespacedName(namespace, name) {\\r\\n\\t        this.type = jsx_syntax_1.JSXSyntax.JSXNamespacedName;\\r\\n\\t        this.namespace = namespace;\\r\\n\\t        this.name = name;\\r\\n\\t    }\\r\\n\\t    return JSXNamespacedName;\\r\\n\\t}());\\r\\n\\texports.JSXNamespacedName = JSXNamespacedName;\\r\\n\\tvar JSXOpeningElement = (function () {\\r\\n\\t    function JSXOpeningElement(name, selfClosing, attributes) {\\r\\n\\t        this.type = jsx_syntax_1.JSXSyntax.JSXOpeningElement;\\r\\n\\t        this.name = name;\\r\\n\\t        this.selfClosing = selfClosing;\\r\\n\\t        this.attributes = attributes;\\r\\n\\t    }\\r\\n\\t    return JSXOpeningElement;\\r\\n\\t}());\\r\\n\\texports.JSXOpeningElement = JSXOpeningElement;\\r\\n\\tvar JSXSpreadAttribute = (function () {\\r\\n\\t    function JSXSpreadAttribute(argument) {\\r\\n\\t        this.type = jsx_syntax_1.JSXSyntax.JSXSpreadAttribute;\\r\\n\\t        this.argument = argument;\\r\\n\\t    }\\r\\n\\t    return JSXSpreadAttribute;\\r\\n\\t}());\\r\\n\\texports.JSXSpreadAttribute = JSXSpreadAttribute;\\r\\n\\tvar JSXText = (function () {\\r\\n\\t    function JSXText(value, raw) {\\r\\n\\t        this.type = jsx_syntax_1.JSXSyntax.JSXText;\\r\\n\\t        this.value = value;\\r\\n\\t        this.raw = raw;\\r\\n\\t    }\\r\\n\\t    return JSXText;\\r\\n\\t}());\\r\\n\\texports.JSXText = JSXText;\\r\\n\\n\\n/***/ },\\n/* 6 */\\n/***/ function(module, exports) {\\n\\n\\t\\\"use strict\\\";\\r\\n\\tObject.defineProperty(exports, \\\"__esModule\\\", { value: true });\\r\\n\\texports.JSXSyntax = {\\r\\n\\t    JSXAttribute: 'JSXAttribute',\\r\\n\\t    JSXClosingElement: 'JSXClosingElement',\\r\\n\\t    JSXElement: 'JSXElement',\\r\\n\\t    JSXEmptyExpression: 'JSXEmptyExpression',\\r\\n\\t    JSXExpressionContainer: 'JSXExpressionContainer',\\r\\n\\t    JSXIdentifier: 'JSXIdentifier',\\r\\n\\t    JSXMemberExpression: 'JSXMemberExpression',\\r\\n\\t    JSXNamespacedName: 'JSXNamespacedName',\\r\\n\\t    JSXOpeningElement: 'JSXOpeningElement',\\r\\n\\t    JSXSpreadAttribute: 'JSXSpreadAttribute',\\r\\n\\t    JSXText: 'JSXText'\\r\\n\\t};\\r\\n\\n\\n/***/ },\\n/* 7 */\\n/***/ function(module, exports, __webpack_require__) {\\n\\n\\t\\\"use strict\\\";\\r\\n\\tObject.defineProperty(exports, \\\"__esModule\\\", { value: true });\\r\\n\\tvar syntax_1 = __webpack_require__(2);\\r\\n\\t/* tslint:disable:max-classes-per-file */\\r\\n\\tvar ArrayExpression = (function () {\\r\\n\\t    function ArrayExpression(elements) {\\r\\n\\t        this.type = syntax_1.Syntax.ArrayExpression;\\r\\n\\t        this.elements = elements;\\r\\n\\t    }\\r\\n\\t    return ArrayExpression;\\r\\n\\t}());\\r\\n\\texports.ArrayExpression = ArrayExpression;\\r\\n\\tvar ArrayPattern = (function () {\\r\\n\\t    function ArrayPattern(elements) {\\r\\n\\t        this.type = syntax_1.Syntax.ArrayPattern;\\r\\n\\t        this.elements = elements;\\r\\n\\t    }\\r\\n\\t    return ArrayPattern;\\r\\n\\t}());\\r\\n\\texports.ArrayPattern = ArrayPattern;\\r\\n\\tvar ArrowFunctionExpression = (function () {\\r\\n\\t    function ArrowFunctionExpression(params, body, expression) {\\r\\n\\t        this.type = syntax_1.Syntax.ArrowFunctionExpression;\\r\\n\\t        this.id = null;\\r\\n\\t        this.params = params;\\r\\n\\t        this.body = body;\\r\\n\\t        this.generator = false;\\r\\n\\t        this.expression = expression;\\r\\n\\t        this.async = false;\\r\\n\\t    }\\r\\n\\t    return ArrowFunctionExpression;\\r\\n\\t}());\\r\\n\\texports.ArrowFunctionExpression = ArrowFunctionExpression;\\r\\n\\tvar AssignmentExpression = (function () {\\r\\n\\t    function AssignmentExpression(operator, left, right) {\\r\\n\\t        this.type = syntax_1.Syntax.AssignmentExpression;\\r\\n\\t        this.operator = operator;\\r\\n\\t        this.left = left;\\r\\n\\t        this.right = right;\\r\\n\\t    }\\r\\n\\t    return AssignmentExpression;\\r\\n\\t}());\\r\\n\\texports.AssignmentExpression = AssignmentExpression;\\r\\n\\tvar AssignmentPattern = (function () {\\r\\n\\t    function AssignmentPattern(left, right) {\\r\\n\\t        this.type = syntax_1.Syntax.AssignmentPattern;\\r\\n\\t        this.left = left;\\r\\n\\t        this.right = right;\\r\\n\\t    }\\r\\n\\t    return AssignmentPattern;\\r\\n\\t}());\\r\\n\\texports.AssignmentPattern = AssignmentPattern;\\r\\n\\tvar AsyncArrowFunctionExpression = (function () {\\r\\n\\t    function AsyncArrowFunctionExpression(params, body, expression) {\\r\\n\\t        this.type = syntax_1.Syntax.ArrowFunctionExpression;\\r\\n\\t        this.id = null;\\r\\n\\t        this.params = params;\\r\\n\\t        this.body = body;\\r\\n\\t        this.generator = false;\\r\\n\\t        this.expression = expression;\\r\\n\\t        this.async = true;\\r\\n\\t    }\\r\\n\\t    return AsyncArrowFunctionExpression;\\r\\n\\t}());\\r\\n\\texports.AsyncArrowFunctionExpression = AsyncArrowFunctionExpression;\\r\\n\\tvar AsyncFunctionDeclaration = (function () {\\r\\n\\t    function AsyncFunctionDeclaration(id, params, body) {\\r\\n\\t        this.type = syntax_1.Syntax.FunctionDeclaration;\\r\\n\\t        this.id = id;\\r\\n\\t        this.params = params;\\r\\n\\t        this.body = body;\\r\\n\\t        this.generator = false;\\r\\n\\t        this.expression = false;\\r\\n\\t        this.async = true;\\r\\n\\t    }\\r\\n\\t    return AsyncFunctionDeclaration;\\r\\n\\t}());\\r\\n\\texports.AsyncFunctionDeclaration = AsyncFunctionDeclaration;\\r\\n\\tvar AsyncFunctionExpression = (function () {\\r\\n\\t    function AsyncFunctionExpression(id, params, body) {\\r\\n\\t        this.type = syntax_1.Syntax.FunctionExpression;\\r\\n\\t        this.id = id;\\r\\n\\t        this.params = params;\\r\\n\\t        this.body = body;\\r\\n\\t        this.generator = false;\\r\\n\\t        this.expression = false;\\r\\n\\t        this.async = true;\\r\\n\\t    }\\r\\n\\t    return AsyncFunctionExpression;\\r\\n\\t}());\\r\\n\\texports.AsyncFunctionExpression = AsyncFunctionExpression;\\r\\n\\tvar AwaitExpression = (function () {\\r\\n\\t    function AwaitExpression(argument) {\\r\\n\\t        this.type = syntax_1.Syntax.AwaitExpression;\\r\\n\\t        this.argument = argument;\\r\\n\\t    }\\r\\n\\t    return AwaitExpression;\\r\\n\\t}());\\r\\n\\texports.AwaitExpression = AwaitExpression;\\r\\n\\tvar BinaryExpression = (function () {\\r\\n\\t    function BinaryExpression(operator, left, right) {\\r\\n\\t        var logical = (operator === '||' || operator === '&&');\\r\\n\\t        this.type = logical ? syntax_1.Syntax.LogicalExpression : syntax_1.Syntax.BinaryExpression;\\r\\n\\t        this.operator = operator;\\r\\n\\t        this.left = left;\\r\\n\\t        this.right = right;\\r\\n\\t    }\\r\\n\\t    return BinaryExpression;\\r\\n\\t}());\\r\\n\\texports.BinaryExpression = BinaryExpression;\\r\\n\\tvar BlockStatement = (function () {\\r\\n\\t    function BlockStatement(body) {\\r\\n\\t        this.type = syntax_1.Syntax.BlockStatement;\\r\\n\\t        this.body = body;\\r\\n\\t    }\\r\\n\\t    return BlockStatement;\\r\\n\\t}());\\r\\n\\texports.BlockStatement = BlockStatement;\\r\\n\\tvar BreakStatement = (function () {\\r\\n\\t    function BreakStatement(label) {\\r\\n\\t        this.type = syntax_1.Syntax.BreakStatement;\\r\\n\\t        this.label = label;\\r\\n\\t    }\\r\\n\\t    return BreakStatement;\\r\\n\\t}());\\r\\n\\texports.BreakStatement = BreakStatement;\\r\\n\\tvar CallExpression = (function () {\\r\\n\\t    function CallExpression(callee, args) {\\r\\n\\t        this.type = syntax_1.Syntax.CallExpression;\\r\\n\\t        this.callee = callee;\\r\\n\\t        this.arguments = args;\\r\\n\\t    }\\r\\n\\t    return CallExpression;\\r\\n\\t}());\\r\\n\\texports.CallExpression = CallExpression;\\r\\n\\tvar CatchClause = (function () {\\r\\n\\t    function CatchClause(param, body) {\\r\\n\\t        this.type = syntax_1.Syntax.CatchClause;\\r\\n\\t        this.param = param;\\r\\n\\t        this.body = body;\\r\\n\\t    }\\r\\n\\t    return CatchClause;\\r\\n\\t}());\\r\\n\\texports.CatchClause = CatchClause;\\r\\n\\tvar ClassBody = (function () {\\r\\n\\t    function ClassBody(body) {\\r\\n\\t        this.type = syntax_1.Syntax.ClassBody;\\r\\n\\t        this.body = body;\\r\\n\\t    }\\r\\n\\t    return ClassBody;\\r\\n\\t}());\\r\\n\\texports.ClassBody = ClassBody;\\r\\n\\tvar ClassDeclaration = (function () {\\r\\n\\t    function ClassDeclaration(id, superClass, body) {\\r\\n\\t        this.type = syntax_1.Syntax.ClassDeclaration;\\r\\n\\t        this.id = id;\\r\\n\\t        this.superClass = superClass;\\r\\n\\t        this.body = body;\\r\\n\\t    }\\r\\n\\t    return ClassDeclaration;\\r\\n\\t}());\\r\\n\\texports.ClassDeclaration = ClassDeclaration;\\r\\n\\tvar ClassExpression = (function () {\\r\\n\\t    function ClassExpression(id, superClass, body) {\\r\\n\\t        this.type = syntax_1.Syntax.ClassExpression;\\r\\n\\t        this.id = id;\\r\\n\\t        this.superClass = superClass;\\r\\n\\t        this.body = body;\\r\\n\\t    }\\r\\n\\t    return ClassExpression;\\r\\n\\t}());\\r\\n\\texports.ClassExpression = ClassExpression;\\r\\n\\tvar ComputedMemberExpression = (function () {\\r\\n\\t    function ComputedMemberExpression(object, property) {\\r\\n\\t        this.type = syntax_1.Syntax.MemberExpression;\\r\\n\\t        this.computed = true;\\r\\n\\t        this.object = object;\\r\\n\\t        this.property = property;\\r\\n\\t    }\\r\\n\\t    return ComputedMemberExpression;\\r\\n\\t}());\\r\\n\\texports.ComputedMemberExpression = ComputedMemberExpression;\\r\\n\\tvar ConditionalExpression = (function () {\\r\\n\\t    function ConditionalExpression(test, consequent, alternate) {\\r\\n\\t        this.type = syntax_1.Syntax.ConditionalExpression;\\r\\n\\t        this.test = test;\\r\\n\\t        this.consequent = consequent;\\r\\n\\t        this.alternate = alternate;\\r\\n\\t    }\\r\\n\\t    return ConditionalExpression;\\r\\n\\t}());\\r\\n\\texports.ConditionalExpression = ConditionalExpression;\\r\\n\\tvar ContinueStatement = (function () {\\r\\n\\t    function ContinueStatement(label) {\\r\\n\\t        this.type = syntax_1.Syntax.ContinueStatement;\\r\\n\\t        this.label = label;\\r\\n\\t    }\\r\\n\\t    return ContinueStatement;\\r\\n\\t}());\\r\\n\\texports.ContinueStatement = ContinueStatement;\\r\\n\\tvar DebuggerStatement = (function () {\\r\\n\\t    function DebuggerStatement() {\\r\\n\\t        this.type = syntax_1.Syntax.DebuggerStatement;\\r\\n\\t    }\\r\\n\\t    return DebuggerStatement;\\r\\n\\t}());\\r\\n\\texports.DebuggerStatement = DebuggerStatement;\\r\\n\\tvar Directive = (function () {\\r\\n\\t    function Directive(expression, directive) {\\r\\n\\t        this.type = syntax_1.Syntax.ExpressionStatement;\\r\\n\\t        this.expression = expression;\\r\\n\\t        this.directive = directive;\\r\\n\\t    }\\r\\n\\t    return Directive;\\r\\n\\t}());\\r\\n\\texports.Directive = Directive;\\r\\n\\tvar DoWhileStatement = (function () {\\r\\n\\t    function DoWhileStatement(body, test) {\\r\\n\\t        this.type = syntax_1.Syntax.DoWhileStatement;\\r\\n\\t        this.body = body;\\r\\n\\t        this.test = test;\\r\\n\\t    }\\r\\n\\t    return DoWhileStatement;\\r\\n\\t}());\\r\\n\\texports.DoWhileStatement = DoWhileStatement;\\r\\n\\tvar EmptyStatement = (function () {\\r\\n\\t    function EmptyStatement() {\\r\\n\\t        this.type = syntax_1.Syntax.EmptyStatement;\\r\\n\\t    }\\r\\n\\t    return EmptyStatement;\\r\\n\\t}());\\r\\n\\texports.EmptyStatement = EmptyStatement;\\r\\n\\tvar ExportAllDeclaration = (function () {\\r\\n\\t    function ExportAllDeclaration(source) {\\r\\n\\t        this.type = syntax_1.Syntax.ExportAllDeclaration;\\r\\n\\t        this.source = source;\\r\\n\\t    }\\r\\n\\t    return ExportAllDeclaration;\\r\\n\\t}());\\r\\n\\texports.ExportAllDeclaration = ExportAllDeclaration;\\r\\n\\tvar ExportDefaultDeclaration = (function () {\\r\\n\\t    function ExportDefaultDeclaration(declaration) {\\r\\n\\t        this.type = syntax_1.Syntax.ExportDefaultDeclaration;\\r\\n\\t        this.declaration = declaration;\\r\\n\\t    }\\r\\n\\t    return ExportDefaultDeclaration;\\r\\n\\t}());\\r\\n\\texports.ExportDefaultDeclaration = ExportDefaultDeclaration;\\r\\n\\tvar ExportNamedDeclaration = (function () {\\r\\n\\t    function ExportNamedDeclaration(declaration, specifiers, source) {\\r\\n\\t        this.type = syntax_1.Syntax.ExportNamedDeclaration;\\r\\n\\t        this.declaration = declaration;\\r\\n\\t        this.specifiers = specifiers;\\r\\n\\t        this.source = source;\\r\\n\\t    }\\r\\n\\t    return ExportNamedDeclaration;\\r\\n\\t}());\\r\\n\\texports.ExportNamedDeclaration = ExportNamedDeclaration;\\r\\n\\tvar ExportSpecifier = (function () {\\r\\n\\t    function ExportSpecifier(local, exported) {\\r\\n\\t        this.type = syntax_1.Syntax.ExportSpecifier;\\r\\n\\t        this.exported = exported;\\r\\n\\t        this.local = local;\\r\\n\\t    }\\r\\n\\t    return ExportSpecifier;\\r\\n\\t}());\\r\\n\\texports.ExportSpecifier = ExportSpecifier;\\r\\n\\tvar ExpressionStatement = (function () {\\r\\n\\t    function ExpressionStatement(expression) {\\r\\n\\t        this.type = syntax_1.Syntax.ExpressionStatement;\\r\\n\\t        this.expression = expression;\\r\\n\\t    }\\r\\n\\t    return ExpressionStatement;\\r\\n\\t}());\\r\\n\\texports.ExpressionStatement = ExpressionStatement;\\r\\n\\tvar ForInStatement = (function () {\\r\\n\\t    function ForInStatement(left, right, body) {\\r\\n\\t        this.type = syntax_1.Syntax.ForInStatement;\\r\\n\\t        this.left = left;\\r\\n\\t        this.right = right;\\r\\n\\t        this.body = body;\\r\\n\\t        this.each = false;\\r\\n\\t    }\\r\\n\\t    return ForInStatement;\\r\\n\\t}());\\r\\n\\texports.ForInStatement = ForInStatement;\\r\\n\\tvar ForOfStatement = (function () {\\r\\n\\t    function ForOfStatement(left, right, body) {\\r\\n\\t        this.type = syntax_1.Syntax.ForOfStatement;\\r\\n\\t        this.left = left;\\r\\n\\t        this.right = right;\\r\\n\\t        this.body = body;\\r\\n\\t    }\\r\\n\\t    return ForOfStatement;\\r\\n\\t}());\\r\\n\\texports.ForOfStatement = ForOfStatement;\\r\\n\\tvar ForStatement = (function () {\\r\\n\\t    function ForStatement(init, test, update, body) {\\r\\n\\t        this.type = syntax_1.Syntax.ForStatement;\\r\\n\\t        this.init = init;\\r\\n\\t        this.test = test;\\r\\n\\t        this.update = update;\\r\\n\\t        this.body = body;\\r\\n\\t    }\\r\\n\\t    return ForStatement;\\r\\n\\t}());\\r\\n\\texports.ForStatement = ForStatement;\\r\\n\\tvar FunctionDeclaration = (function () {\\r\\n\\t    function FunctionDeclaration(id, params, body, generator) {\\r\\n\\t        this.type = syntax_1.Syntax.FunctionDeclaration;\\r\\n\\t        this.id = id;\\r\\n\\t        this.params = params;\\r\\n\\t        this.body = body;\\r\\n\\t        this.generator = generator;\\r\\n\\t        this.expression = false;\\r\\n\\t        this.async = false;\\r\\n\\t    }\\r\\n\\t    return FunctionDeclaration;\\r\\n\\t}());\\r\\n\\texports.FunctionDeclaration = FunctionDeclaration;\\r\\n\\tvar FunctionExpression = (function () {\\r\\n\\t    function FunctionExpression(id, params, body, generator) {\\r\\n\\t        this.type = syntax_1.Syntax.FunctionExpression;\\r\\n\\t        this.id = id;\\r\\n\\t        this.params = params;\\r\\n\\t        this.body = body;\\r\\n\\t        this.generator = generator;\\r\\n\\t        this.expression = false;\\r\\n\\t        this.async = false;\\r\\n\\t    }\\r\\n\\t    return FunctionExpression;\\r\\n\\t}());\\r\\n\\texports.FunctionExpression = FunctionExpression;\\r\\n\\tvar Identifier = (function () {\\r\\n\\t    function Identifier(name) {\\r\\n\\t        this.type = syntax_1.Syntax.Identifier;\\r\\n\\t        this.name = name;\\r\\n\\t    }\\r\\n\\t    return Identifier;\\r\\n\\t}());\\r\\n\\texports.Identifier = Identifier;\\r\\n\\tvar IfStatement = (function () {\\r\\n\\t    function IfStatement(test, consequent, alternate) {\\r\\n\\t        this.type = syntax_1.Syntax.IfStatement;\\r\\n\\t        this.test = test;\\r\\n\\t        this.consequent = consequent;\\r\\n\\t        this.alternate = alternate;\\r\\n\\t    }\\r\\n\\t    return IfStatement;\\r\\n\\t}());\\r\\n\\texports.IfStatement = IfStatement;\\r\\n\\tvar ImportDeclaration = (function () {\\r\\n\\t    function ImportDeclaration(specifiers, source) {\\r\\n\\t        this.type = syntax_1.Syntax.ImportDeclaration;\\r\\n\\t        this.specifiers = specifiers;\\r\\n\\t        this.source = source;\\r\\n\\t    }\\r\\n\\t    return ImportDeclaration;\\r\\n\\t}());\\r\\n\\texports.ImportDeclaration = ImportDeclaration;\\r\\n\\tvar ImportDefaultSpecifier = (function () {\\r\\n\\t    function ImportDefaultSpecifier(local) {\\r\\n\\t        this.type = syntax_1.Syntax.ImportDefaultSpecifier;\\r\\n\\t        this.local = local;\\r\\n\\t    }\\r\\n\\t    return ImportDefaultSpecifier;\\r\\n\\t}());\\r\\n\\texports.ImportDefaultSpecifier = ImportDefaultSpecifier;\\r\\n\\tvar ImportNamespaceSpecifier = (function () {\\r\\n\\t    function ImportNamespaceSpecifier(local) {\\r\\n\\t        this.type = syntax_1.Syntax.ImportNamespaceSpecifier;\\r\\n\\t        this.local = local;\\r\\n\\t    }\\r\\n\\t    return ImportNamespaceSpecifier;\\r\\n\\t}());\\r\\n\\texports.ImportNamespaceSpecifier = ImportNamespaceSpecifier;\\r\\n\\tvar ImportSpecifier = (function () {\\r\\n\\t    function ImportSpecifier(local, imported) {\\r\\n\\t        this.type = syntax_1.Syntax.ImportSpecifier;\\r\\n\\t        this.local = local;\\r\\n\\t        this.imported = imported;\\r\\n\\t    }\\r\\n\\t    return ImportSpecifier;\\r\\n\\t}());\\r\\n\\texports.ImportSpecifier = ImportSpecifier;\\r\\n\\tvar LabeledStatement = (function () {\\r\\n\\t    function LabeledStatement(label, body) {\\r\\n\\t        this.type = syntax_1.Syntax.LabeledStatement;\\r\\n\\t        this.label = label;\\r\\n\\t        this.body = body;\\r\\n\\t    }\\r\\n\\t    return LabeledStatement;\\r\\n\\t}());\\r\\n\\texports.LabeledStatement = LabeledStatement;\\r\\n\\tvar Literal = (function () {\\r\\n\\t    function Literal(value, raw) {\\r\\n\\t        this.type = syntax_1.Syntax.Literal;\\r\\n\\t        this.value = value;\\r\\n\\t        this.raw = raw;\\r\\n\\t    }\\r\\n\\t    return Literal;\\r\\n\\t}());\\r\\n\\texports.Literal = Literal;\\r\\n\\tvar MetaProperty = (function () {\\r\\n\\t    function MetaProperty(meta, property) {\\r\\n\\t        this.type = syntax_1.Syntax.MetaProperty;\\r\\n\\t        this.meta = meta;\\r\\n\\t        this.property = property;\\r\\n\\t    }\\r\\n\\t    return MetaProperty;\\r\\n\\t}());\\r\\n\\texports.MetaProperty = MetaProperty;\\r\\n\\tvar MethodDefinition = (function () {\\r\\n\\t    function MethodDefinition(key, computed, value, kind, isStatic) {\\r\\n\\t        this.type = syntax_1.Syntax.MethodDefinition;\\r\\n\\t        this.key = key;\\r\\n\\t        this.computed = computed;\\r\\n\\t        this.value = value;\\r\\n\\t        this.kind = kind;\\r\\n\\t        this.static = isStatic;\\r\\n\\t    }\\r\\n\\t    return MethodDefinition;\\r\\n\\t}());\\r\\n\\texports.MethodDefinition = MethodDefinition;\\r\\n\\tvar Module = (function () {\\r\\n\\t    function Module(body) {\\r\\n\\t        this.type = syntax_1.Syntax.Program;\\r\\n\\t        this.body = body;\\r\\n\\t        this.sourceType = 'module';\\r\\n\\t    }\\r\\n\\t    return Module;\\r\\n\\t}());\\r\\n\\texports.Module = Module;\\r\\n\\tvar NewExpression = (function () {\\r\\n\\t    function NewExpression(callee, args) {\\r\\n\\t        this.type = syntax_1.Syntax.NewExpression;\\r\\n\\t        this.callee = callee;\\r\\n\\t        this.arguments = args;\\r\\n\\t    }\\r\\n\\t    return NewExpression;\\r\\n\\t}());\\r\\n\\texports.NewExpression = NewExpression;\\r\\n\\tvar ObjectExpression = (function () {\\r\\n\\t    function ObjectExpression(properties) {\\r\\n\\t        this.type = syntax_1.Syntax.ObjectExpression;\\r\\n\\t        this.properties = properties;\\r\\n\\t    }\\r\\n\\t    return ObjectExpression;\\r\\n\\t}());\\r\\n\\texports.ObjectExpression = ObjectExpression;\\r\\n\\tvar ObjectPattern = (function () {\\r\\n\\t    function ObjectPattern(properties) {\\r\\n\\t        this.type = syntax_1.Syntax.ObjectPattern;\\r\\n\\t        this.properties = properties;\\r\\n\\t    }\\r\\n\\t    return ObjectPattern;\\r\\n\\t}());\\r\\n\\texports.ObjectPattern = ObjectPattern;\\r\\n\\tvar Property = (function () {\\r\\n\\t    function Property(kind, key, computed, value, method, shorthand) {\\r\\n\\t        this.type = syntax_1.Syntax.Property;\\r\\n\\t        this.key = key;\\r\\n\\t        this.computed = computed;\\r\\n\\t        this.value = value;\\r\\n\\t        this.kind = kind;\\r\\n\\t        this.method = method;\\r\\n\\t        this.shorthand = shorthand;\\r\\n\\t    }\\r\\n\\t    return Property;\\r\\n\\t}());\\r\\n\\texports.Property = Property;\\r\\n\\tvar RegexLiteral = (function () {\\r\\n\\t    function RegexLiteral(value, raw, pattern, flags) {\\r\\n\\t        this.type = syntax_1.Syntax.Literal;\\r\\n\\t        this.value = value;\\r\\n\\t        this.raw = raw;\\r\\n\\t        this.regex = { pattern: pattern, flags: flags };\\r\\n\\t    }\\r\\n\\t    return RegexLiteral;\\r\\n\\t}());\\r\\n\\texports.RegexLiteral = RegexLiteral;\\r\\n\\tvar RestElement = (function () {\\r\\n\\t    function RestElement(argument) {\\r\\n\\t        this.type = syntax_1.Syntax.RestElement;\\r\\n\\t        this.argument = argument;\\r\\n\\t    }\\r\\n\\t    return RestElement;\\r\\n\\t}());\\r\\n\\texports.RestElement = RestElement;\\r\\n\\tvar ReturnStatement = (function () {\\r\\n\\t    function ReturnStatement(argument) {\\r\\n\\t        this.type = syntax_1.Syntax.ReturnStatement;\\r\\n\\t        this.argument = argument;\\r\\n\\t    }\\r\\n\\t    return ReturnStatement;\\r\\n\\t}());\\r\\n\\texports.ReturnStatement = ReturnStatement;\\r\\n\\tvar Script = (function () {\\r\\n\\t    function Script(body) {\\r\\n\\t        this.type = syntax_1.Syntax.Program;\\r\\n\\t        this.body = body;\\r\\n\\t        this.sourceType = 'script';\\r\\n\\t    }\\r\\n\\t    return Script;\\r\\n\\t}());\\r\\n\\texports.Script = Script;\\r\\n\\tvar SequenceExpression = (function () {\\r\\n\\t    function SequenceExpression(expressions) {\\r\\n\\t        this.type = syntax_1.Syntax.SequenceExpression;\\r\\n\\t        this.expressions = expressions;\\r\\n\\t    }\\r\\n\\t    return SequenceExpression;\\r\\n\\t}());\\r\\n\\texports.SequenceExpression = SequenceExpression;\\r\\n\\tvar SpreadElement = (function () {\\r\\n\\t    function SpreadElement(argument) {\\r\\n\\t        this.type = syntax_1.Syntax.SpreadElement;\\r\\n\\t        this.argument = argument;\\r\\n\\t    }\\r\\n\\t    return SpreadElement;\\r\\n\\t}());\\r\\n\\texports.SpreadElement = SpreadElement;\\r\\n\\tvar StaticMemberExpression = (function () {\\r\\n\\t    function StaticMemberExpression(object, property) {\\r\\n\\t        this.type = syntax_1.Syntax.MemberExpression;\\r\\n\\t        this.computed = false;\\r\\n\\t        this.object = object;\\r\\n\\t        this.property = property;\\r\\n\\t    }\\r\\n\\t    return StaticMemberExpression;\\r\\n\\t}());\\r\\n\\texports.StaticMemberExpression = StaticMemberExpression;\\r\\n\\tvar Super = (function () {\\r\\n\\t    function Super() {\\r\\n\\t        this.type = syntax_1.Syntax.Super;\\r\\n\\t    }\\r\\n\\t    return Super;\\r\\n\\t}());\\r\\n\\texports.Super = Super;\\r\\n\\tvar SwitchCase = (function () {\\r\\n\\t    function SwitchCase(test, consequent) {\\r\\n\\t        this.type = syntax_1.Syntax.SwitchCase;\\r\\n\\t        this.test = test;\\r\\n\\t        this.consequent = consequent;\\r\\n\\t    }\\r\\n\\t    return SwitchCase;\\r\\n\\t}());\\r\\n\\texports.SwitchCase = SwitchCase;\\r\\n\\tvar SwitchStatement = (function () {\\r\\n\\t    function SwitchStatement(discriminant, cases) {\\r\\n\\t        this.type = syntax_1.Syntax.SwitchStatement;\\r\\n\\t        this.discriminant = discriminant;\\r\\n\\t        this.cases = cases;\\r\\n\\t    }\\r\\n\\t    return SwitchStatement;\\r\\n\\t}());\\r\\n\\texports.SwitchStatement = SwitchStatement;\\r\\n\\tvar TaggedTemplateExpression = (function () {\\r\\n\\t    function TaggedTemplateExpression(tag, quasi) {\\r\\n\\t        this.type = syntax_1.Syntax.TaggedTemplateExpression;\\r\\n\\t        this.tag = tag;\\r\\n\\t        this.quasi = quasi;\\r\\n\\t    }\\r\\n\\t    return TaggedTemplateExpression;\\r\\n\\t}());\\r\\n\\texports.TaggedTemplateExpression = TaggedTemplateExpression;\\r\\n\\tvar TemplateElement = (function () {\\r\\n\\t    function TemplateElement(value, tail) {\\r\\n\\t        this.type = syntax_1.Syntax.TemplateElement;\\r\\n\\t        this.value = value;\\r\\n\\t        this.tail = tail;\\r\\n\\t    }\\r\\n\\t    return TemplateElement;\\r\\n\\t}());\\r\\n\\texports.TemplateElement = TemplateElement;\\r\\n\\tvar TemplateLiteral = (function () {\\r\\n\\t    function TemplateLiteral(quasis, expressions) {\\r\\n\\t        this.type = syntax_1.Syntax.TemplateLiteral;\\r\\n\\t        this.quasis = quasis;\\r\\n\\t        this.expressions = expressions;\\r\\n\\t    }\\r\\n\\t    return TemplateLiteral;\\r\\n\\t}());\\r\\n\\texports.TemplateLiteral = TemplateLiteral;\\r\\n\\tvar ThisExpression = (function () {\\r\\n\\t    function ThisExpression() {\\r\\n\\t        this.type = syntax_1.Syntax.ThisExpression;\\r\\n\\t    }\\r\\n\\t    return ThisExpression;\\r\\n\\t}());\\r\\n\\texports.ThisExpression = ThisExpression;\\r\\n\\tvar ThrowStatement = (function () {\\r\\n\\t    function ThrowStatement(argument) {\\r\\n\\t        this.type = syntax_1.Syntax.ThrowStatement;\\r\\n\\t        this.argument = argument;\\r\\n\\t    }\\r\\n\\t    return ThrowStatement;\\r\\n\\t}());\\r\\n\\texports.ThrowStatement = ThrowStatement;\\r\\n\\tvar TryStatement = (function () {\\r\\n\\t    function TryStatement(block, handler, finalizer) {\\r\\n\\t        this.type = syntax_1.Syntax.TryStatement;\\r\\n\\t        this.block = block;\\r\\n\\t        this.handler = handler;\\r\\n\\t        this.finalizer = finalizer;\\r\\n\\t    }\\r\\n\\t    return TryStatement;\\r\\n\\t}());\\r\\n\\texports.TryStatement = TryStatement;\\r\\n\\tvar UnaryExpression = (function () {\\r\\n\\t    function UnaryExpression(operator, argument) {\\r\\n\\t        this.type = syntax_1.Syntax.UnaryExpression;\\r\\n\\t        this.operator = operator;\\r\\n\\t        this.argument = argument;\\r\\n\\t        this.prefix = true;\\r\\n\\t    }\\r\\n\\t    return UnaryExpression;\\r\\n\\t}());\\r\\n\\texports.UnaryExpression = UnaryExpression;\\r\\n\\tvar UpdateExpression = (function () {\\r\\n\\t    function UpdateExpression(operator, argument, prefix) {\\r\\n\\t        this.type = syntax_1.Syntax.UpdateExpression;\\r\\n\\t        this.operator = operator;\\r\\n\\t        this.argument = argument;\\r\\n\\t        this.prefix = prefix;\\r\\n\\t    }\\r\\n\\t    return UpdateExpression;\\r\\n\\t}());\\r\\n\\texports.UpdateExpression = UpdateExpression;\\r\\n\\tvar VariableDeclaration = (function () {\\r\\n\\t    function VariableDeclaration(declarations, kind) {\\r\\n\\t        this.type = syntax_1.Syntax.VariableDeclaration;\\r\\n\\t        this.declarations = declarations;\\r\\n\\t        this.kind = kind;\\r\\n\\t    }\\r\\n\\t    return VariableDeclaration;\\r\\n\\t}());\\r\\n\\texports.VariableDeclaration = VariableDeclaration;\\r\\n\\tvar VariableDeclarator = (function () {\\r\\n\\t    function VariableDeclarator(id, init) {\\r\\n\\t        this.type = syntax_1.Syntax.VariableDeclarator;\\r\\n\\t        this.id = id;\\r\\n\\t        this.init = init;\\r\\n\\t    }\\r\\n\\t    return VariableDeclarator;\\r\\n\\t}());\\r\\n\\texports.VariableDeclarator = VariableDeclarator;\\r\\n\\tvar WhileStatement = (function () {\\r\\n\\t    function WhileStatement(test, body) {\\r\\n\\t        this.type = syntax_1.Syntax.WhileStatement;\\r\\n\\t        this.test = test;\\r\\n\\t        this.body = body;\\r\\n\\t    }\\r\\n\\t    return WhileStatement;\\r\\n\\t}());\\r\\n\\texports.WhileStatement = WhileStatement;\\r\\n\\tvar WithStatement = (function () {\\r\\n\\t    function WithStatement(object, body) {\\r\\n\\t        this.type = syntax_1.Syntax.WithStatement;\\r\\n\\t        this.object = object;\\r\\n\\t        this.body = body;\\r\\n\\t    }\\r\\n\\t    return WithStatement;\\r\\n\\t}());\\r\\n\\texports.WithStatement = WithStatement;\\r\\n\\tvar YieldExpression = (function () {\\r\\n\\t    function YieldExpression(argument, delegate) {\\r\\n\\t        this.type = syntax_1.Syntax.YieldExpression;\\r\\n\\t        this.argument = argument;\\r\\n\\t        this.delegate = delegate;\\r\\n\\t    }\\r\\n\\t    return YieldExpression;\\r\\n\\t}());\\r\\n\\texports.YieldExpression = YieldExpression;\\r\\n\\n\\n/***/ },\\n/* 8 */\\n/***/ function(module, exports, __webpack_require__) {\\n\\n\\t\\\"use strict\\\";\\r\\n\\tObject.defineProperty(exports, \\\"__esModule\\\", { value: true });\\r\\n\\tvar assert_1 = __webpack_require__(9);\\r\\n\\tvar error_handler_1 = __webpack_require__(10);\\r\\n\\tvar messages_1 = __webpack_require__(11);\\r\\n\\tvar Node = __webpack_require__(7);\\r\\n\\tvar scanner_1 = __webpack_require__(12);\\r\\n\\tvar syntax_1 = __webpack_require__(2);\\r\\n\\tvar token_1 = __webpack_require__(13);\\r\\n\\tvar ArrowParameterPlaceHolder = 'ArrowParameterPlaceHolder';\\r\\n\\tvar Parser = (function () {\\r\\n\\t    function Parser(code, options, delegate) {\\r\\n\\t        if (options === void 0) { options = {}; }\\r\\n\\t        this.config = {\\r\\n\\t            range: (typeof options.range === 'boolean') && options.range,\\r\\n\\t            loc: (typeof options.loc === 'boolean') && options.loc,\\r\\n\\t            source: null,\\r\\n\\t            tokens: (typeof options.tokens === 'boolean') && options.tokens,\\r\\n\\t            comment: (typeof options.comment === 'boolean') && options.comment,\\r\\n\\t            tolerant: (typeof options.tolerant === 'boolean') && options.tolerant\\r\\n\\t        };\\r\\n\\t        if (this.config.loc && options.source && options.source !== null) {\\r\\n\\t            this.config.source = String(options.source);\\r\\n\\t        }\\r\\n\\t        this.delegate = delegate;\\r\\n\\t        this.errorHandler = new error_handler_1.ErrorHandler();\\r\\n\\t        this.errorHandler.tolerant = this.config.tolerant;\\r\\n\\t        this.scanner = new scanner_1.Scanner(code, this.errorHandler);\\r\\n\\t        this.scanner.trackComment = this.config.comment;\\r\\n\\t        this.operatorPrecedence = {\\r\\n\\t            ')': 0,\\r\\n\\t            ';': 0,\\r\\n\\t            ',': 0,\\r\\n\\t            '=': 0,\\r\\n\\t            ']': 0,\\r\\n\\t            '||': 1,\\r\\n\\t            '&&': 2,\\r\\n\\t            '|': 3,\\r\\n\\t            '^': 4,\\r\\n\\t            '&': 5,\\r\\n\\t            '==': 6,\\r\\n\\t            '!=': 6,\\r\\n\\t            '===': 6,\\r\\n\\t            '!==': 6,\\r\\n\\t            '<': 7,\\r\\n\\t            '>': 7,\\r\\n\\t            '<=': 7,\\r\\n\\t            '>=': 7,\\r\\n\\t            '<<': 8,\\r\\n\\t            '>>': 8,\\r\\n\\t            '>>>': 8,\\r\\n\\t            '+': 9,\\r\\n\\t            '-': 9,\\r\\n\\t            '*': 11,\\r\\n\\t            '/': 11,\\r\\n\\t            '%': 11\\r\\n\\t        };\\r\\n\\t        this.lookahead = {\\r\\n\\t            type: 2 /* EOF */,\\r\\n\\t            value: '',\\r\\n\\t            lineNumber: this.scanner.lineNumber,\\r\\n\\t            lineStart: 0,\\r\\n\\t            start: 0,\\r\\n\\t            end: 0\\r\\n\\t        };\\r\\n\\t        this.hasLineTerminator = false;\\r\\n\\t        this.context = {\\r\\n\\t            isModule: false,\\r\\n\\t            await: false,\\r\\n\\t            allowIn: true,\\r\\n\\t            allowStrictDirective: true,\\r\\n\\t            allowYield: true,\\r\\n\\t            firstCoverInitializedNameError: null,\\r\\n\\t            isAssignmentTarget: false,\\r\\n\\t            isBindingElement: false,\\r\\n\\t            inFunctionBody: false,\\r\\n\\t            inIteration: false,\\r\\n\\t            inSwitch: false,\\r\\n\\t            labelSet: {},\\r\\n\\t            strict: false\\r\\n\\t        };\\r\\n\\t        this.tokens = [];\\r\\n\\t        this.startMarker = {\\r\\n\\t            index: 0,\\r\\n\\t            line: this.scanner.lineNumber,\\r\\n\\t            column: 0\\r\\n\\t        };\\r\\n\\t        this.lastMarker = {\\r\\n\\t            index: 0,\\r\\n\\t            line: this.scanner.lineNumber,\\r\\n\\t            column: 0\\r\\n\\t        };\\r\\n\\t        this.nextToken();\\r\\n\\t        this.lastMarker = {\\r\\n\\t            index: this.scanner.index,\\r\\n\\t            line: this.scanner.lineNumber,\\r\\n\\t            column: this.scanner.index - this.scanner.lineStart\\r\\n\\t        };\\r\\n\\t    }\\r\\n\\t    Parser.prototype.throwError = function (messageFormat) {\\r\\n\\t        var values = [];\\r\\n\\t        for (var _i = 1; _i < arguments.length; _i++) {\\r\\n\\t            values[_i - 1] = arguments[_i];\\r\\n\\t        }\\r\\n\\t        var args = Array.prototype.slice.call(arguments, 1);\\r\\n\\t        var msg = messageFormat.replace(/%(\\\\d)/g, function (whole, idx) {\\r\\n\\t            assert_1.assert(idx < args.length, 'Message reference must be in range');\\r\\n\\t            return args[idx];\\r\\n\\t        });\\r\\n\\t        var index = this.lastMarker.index;\\r\\n\\t        var line = this.lastMarker.line;\\r\\n\\t        var column = this.lastMarker.column + 1;\\r\\n\\t        throw this.errorHandler.createError(index, line, column, msg);\\r\\n\\t    };\\r\\n\\t    Parser.prototype.tolerateError = function (messageFormat) {\\r\\n\\t        var values = [];\\r\\n\\t        for (var _i = 1; _i < arguments.length; _i++) {\\r\\n\\t            values[_i - 1] = arguments[_i];\\r\\n\\t        }\\r\\n\\t        var args = Array.prototype.slice.call(arguments, 1);\\r\\n\\t        var msg = messageFormat.replace(/%(\\\\d)/g, function (whole, idx) {\\r\\n\\t            assert_1.assert(idx < args.length, 'Message reference must be in range');\\r\\n\\t            return args[idx];\\r\\n\\t        });\\r\\n\\t        var index = this.lastMarker.index;\\r\\n\\t        var line = this.scanner.lineNumber;\\r\\n\\t        var column = this.lastMarker.column + 1;\\r\\n\\t        this.errorHandler.tolerateError(index, line, column, msg);\\r\\n\\t    };\\r\\n\\t    // Throw an exception because of the token.\\r\\n\\t    Parser.prototype.unexpectedTokenError = function (token, message) {\\r\\n\\t        var msg = message || messages_1.Messages.UnexpectedToken;\\r\\n\\t        var value;\\r\\n\\t        if (token) {\\r\\n\\t            if (!message) {\\r\\n\\t                msg = (token.type === 2 /* EOF */) ? messages_1.Messages.UnexpectedEOS :\\r\\n\\t                    (token.type === 3 /* Identifier */) ? messages_1.Messages.UnexpectedIdentifier :\\r\\n\\t                        (token.type === 6 /* NumericLiteral */) ? messages_1.Messages.UnexpectedNumber :\\r\\n\\t                            (token.type === 8 /* StringLiteral */) ? messages_1.Messages.UnexpectedString :\\r\\n\\t                                (token.type === 10 /* Template */) ? messages_1.Messages.UnexpectedTemplate :\\r\\n\\t                                    messages_1.Messages.UnexpectedToken;\\r\\n\\t                if (token.type === 4 /* Keyword */) {\\r\\n\\t                    if (this.scanner.isFutureReservedWord(token.value)) {\\r\\n\\t                        msg = messages_1.Messages.UnexpectedReserved;\\r\\n\\t                    }\\r\\n\\t                    else if (this.context.strict && this.scanner.isStrictModeReservedWord(token.value)) {\\r\\n\\t                        msg = messages_1.Messages.StrictReservedWord;\\r\\n\\t                    }\\r\\n\\t                }\\r\\n\\t            }\\r\\n\\t            value = token.value;\\r\\n\\t        }\\r\\n\\t        else {\\r\\n\\t            value = 'ILLEGAL';\\r\\n\\t        }\\r\\n\\t        msg = msg.replace('%0', value);\\r\\n\\t        if (token && typeof token.lineNumber === 'number') {\\r\\n\\t            var index = token.start;\\r\\n\\t            var line = token.lineNumber;\\r\\n\\t            var lastMarkerLineStart = this.lastMarker.index - this.lastMarker.column;\\r\\n\\t            var column = token.start - lastMarkerLineStart + 1;\\r\\n\\t            return this.errorHandler.createError(index, line, column, msg);\\r\\n\\t        }\\r\\n\\t        else {\\r\\n\\t            var index = this.lastMarker.index;\\r\\n\\t            var line = this.lastMarker.line;\\r\\n\\t            var column = this.lastMarker.column + 1;\\r\\n\\t            return this.errorHandler.createError(index, line, column, msg);\\r\\n\\t        }\\r\\n\\t    };\\r\\n\\t    Parser.prototype.throwUnexpectedToken = function (token, message) {\\r\\n\\t        throw this.unexpectedTokenError(token, message);\\r\\n\\t    };\\r\\n\\t    Parser.prototype.tolerateUnexpectedToken = function (token, message) {\\r\\n\\t        this.errorHandler.tolerate(this.unexpectedTokenError(token, message));\\r\\n\\t    };\\r\\n\\t    Parser.prototype.collectComments = function () {\\r\\n\\t        if (!this.config.comment) {\\r\\n\\t            this.scanner.scanComments();\\r\\n\\t        }\\r\\n\\t        else {\\r\\n\\t            var comments = this.scanner.scanComments();\\r\\n\\t            if (comments.length > 0 && this.delegate) {\\r\\n\\t                for (var i = 0; i < comments.length; ++i) {\\r\\n\\t                    var e = comments[i];\\r\\n\\t                    var node = void 0;\\r\\n\\t                    node = {\\r\\n\\t                        type: e.multiLine ? 'BlockComment' : 'LineComment',\\r\\n\\t                        value: this.scanner.source.slice(e.slice[0], e.slice[1])\\r\\n\\t                    };\\r\\n\\t                    if (this.config.range) {\\r\\n\\t                        node.range = e.range;\\r\\n\\t                    }\\r\\n\\t                    if (this.config.loc) {\\r\\n\\t                        node.loc = e.loc;\\r\\n\\t                    }\\r\\n\\t                    var metadata = {\\r\\n\\t                        start: {\\r\\n\\t                            line: e.loc.start.line,\\r\\n\\t                            column: e.loc.start.column,\\r\\n\\t                            offset: e.range[0]\\r\\n\\t                        },\\r\\n\\t                        end: {\\r\\n\\t                            line: e.loc.end.line,\\r\\n\\t                            column: e.loc.end.column,\\r\\n\\t                            offset: e.range[1]\\r\\n\\t                        }\\r\\n\\t                    };\\r\\n\\t                    this.delegate(node, metadata);\\r\\n\\t                }\\r\\n\\t            }\\r\\n\\t        }\\r\\n\\t    };\\r\\n\\t    // From internal representation to an external structure\\r\\n\\t    Parser.prototype.getTokenRaw = function (token) {\\r\\n\\t        return this.scanner.source.slice(token.start, token.end);\\r\\n\\t    };\\r\\n\\t    Parser.prototype.convertToken = function (token) {\\r\\n\\t        var t = {\\r\\n\\t            type: token_1.TokenName[token.type],\\r\\n\\t            value: this.getTokenRaw(token)\\r\\n\\t        };\\r\\n\\t        if (this.config.range) {\\r\\n\\t            t.range = [token.start, token.end];\\r\\n\\t        }\\r\\n\\t        if (this.config.loc) {\\r\\n\\t            t.loc = {\\r\\n\\t                start: {\\r\\n\\t                    line: this.startMarker.line,\\r\\n\\t                    column: this.startMarker.column\\r\\n\\t                },\\r\\n\\t                end: {\\r\\n\\t                    line: this.scanner.lineNumber,\\r\\n\\t                    column: this.scanner.index - this.scanner.lineStart\\r\\n\\t                }\\r\\n\\t            };\\r\\n\\t        }\\r\\n\\t        if (token.type === 9 /* RegularExpression */) {\\r\\n\\t            var pattern = token.pattern;\\r\\n\\t            var flags = token.flags;\\r\\n\\t            t.regex = { pattern: pattern, flags: flags };\\r\\n\\t        }\\r\\n\\t        return t;\\r\\n\\t    };\\r\\n\\t    Parser.prototype.nextToken = function () {\\r\\n\\t        var token = this.lookahead;\\r\\n\\t        this.lastMarker.index = this.scanner.index;\\r\\n\\t        this.lastMarker.line = this.scanner.lineNumber;\\r\\n\\t        this.lastMarker.column = this.scanner.index - this.scanner.lineStart;\\r\\n\\t        this.collectComments();\\r\\n\\t        if (this.scanner.index !== this.startMarker.index) {\\r\\n\\t            this.startMarker.index = this.scanner.index;\\r\\n\\t            this.startMarker.line = this.scanner.lineNumber;\\r\\n\\t            this.startMarker.column = this.scanner.index - this.scanner.lineStart;\\r\\n\\t        }\\r\\n\\t        var next = this.scanner.lex();\\r\\n\\t        this.hasLineTerminator = (token.lineNumber !== next.lineNumber);\\r\\n\\t        if (next && this.context.strict && next.type === 3 /* Identifier */) {\\r\\n\\t            if (this.scanner.isStrictModeReservedWord(next.value)) {\\r\\n\\t                next.type = 4 /* Keyword */;\\r\\n\\t            }\\r\\n\\t        }\\r\\n\\t        this.lookahead = next;\\r\\n\\t        if (this.config.tokens && next.type !== 2 /* EOF */) {\\r\\n\\t            this.tokens.push(this.convertToken(next));\\r\\n\\t        }\\r\\n\\t        return token;\\r\\n\\t    };\\r\\n\\t    Parser.prototype.nextRegexToken = function () {\\r\\n\\t        this.collectComments();\\r\\n\\t        var token = this.scanner.scanRegExp();\\r\\n\\t        if (this.config.tokens) {\\r\\n\\t            // Pop the previous token, '/' or '/='\\r\\n\\t            // This is added from the lookahead token.\\r\\n\\t            this.tokens.pop();\\r\\n\\t            this.tokens.push(this.convertToken(token));\\r\\n\\t        }\\r\\n\\t        // Prime the next lookahead.\\r\\n\\t        this.lookahead = token;\\r\\n\\t        this.nextToken();\\r\\n\\t        return token;\\r\\n\\t    };\\r\\n\\t    Parser.prototype.createNode = function () {\\r\\n\\t        return {\\r\\n\\t            index: this.startMarker.index,\\r\\n\\t            line: this.startMarker.line,\\r\\n\\t            column: this.startMarker.column\\r\\n\\t        };\\r\\n\\t    };\\r\\n\\t    Parser.prototype.startNode = function (token) {\\r\\n\\t        return {\\r\\n\\t            index: token.start,\\r\\n\\t            line: token.lineNumber,\\r\\n\\t            column: token.start - token.lineStart\\r\\n\\t        };\\r\\n\\t    };\\r\\n\\t    Parser.prototype.finalize = function (marker, node) {\\r\\n\\t        if (this.config.range) {\\r\\n\\t            node.range = [marker.index, this.lastMarker.index];\\r\\n\\t        }\\r\\n\\t        if (this.config.loc) {\\r\\n\\t            node.loc = {\\r\\n\\t                start: {\\r\\n\\t                    line: marker.line,\\r\\n\\t                    column: marker.column,\\r\\n\\t                },\\r\\n\\t                end: {\\r\\n\\t                    line: this.lastMarker.line,\\r\\n\\t                    column: this.lastMarker.column\\r\\n\\t                }\\r\\n\\t            };\\r\\n\\t            if (this.config.source) {\\r\\n\\t                node.loc.source = this.config.source;\\r\\n\\t            }\\r\\n\\t        }\\r\\n\\t        if (this.delegate) {\\r\\n\\t            var metadata = {\\r\\n\\t                start: {\\r\\n\\t                    line: marker.line,\\r\\n\\t                    column: marker.column,\\r\\n\\t                    offset: marker.index\\r\\n\\t                },\\r\\n\\t                end: {\\r\\n\\t                    line: this.lastMarker.line,\\r\\n\\t                    column: this.lastMarker.column,\\r\\n\\t                    offset: this.lastMarker.index\\r\\n\\t                }\\r\\n\\t            };\\r\\n\\t            this.delegate(node, metadata);\\r\\n\\t        }\\r\\n\\t        return node;\\r\\n\\t    };\\r\\n\\t    // Expect the next token to match the specified punctuator.\\r\\n\\t    // If not, an exception will be thrown.\\r\\n\\t    Parser.prototype.expect = function (value) {\\r\\n\\t        var token = this.nextToken();\\r\\n\\t        if (token.type !== 7 /* Punctuator */ || token.value !== value) {\\r\\n\\t            this.throwUnexpectedToken(token);\\r\\n\\t        }\\r\\n\\t    };\\r\\n\\t    // Quietly expect a comma when in tolerant mode, otherwise delegates to expect().\\r\\n\\t    Parser.prototype.expectCommaSeparator = function () {\\r\\n\\t        if (this.config.tolerant) {\\r\\n\\t            var token = this.lookahead;\\r\\n\\t            if (token.type === 7 /* Punctuator */ && token.value === ',') {\\r\\n\\t                this.nextToken();\\r\\n\\t            }\\r\\n\\t            else if (token.type === 7 /* Punctuator */ && token.value === ';') {\\r\\n\\t                this.nextToken();\\r\\n\\t                this.tolerateUnexpectedToken(token);\\r\\n\\t            }\\r\\n\\t            else {\\r\\n\\t                this.tolerateUnexpectedToken(token, messages_1.Messages.UnexpectedToken);\\r\\n\\t            }\\r\\n\\t        }\\r\\n\\t        else {\\r\\n\\t            this.expect(',');\\r\\n\\t        }\\r\\n\\t    };\\r\\n\\t    // Expect the next token to match the specified keyword.\\r\\n\\t    // If not, an exception will be thrown.\\r\\n\\t    Parser.prototype.expectKeyword = function (keyword) {\\r\\n\\t        var token = this.nextToken();\\r\\n\\t        if (token.type !== 4 /* Keyword */ || token.value !== keyword) {\\r\\n\\t            this.throwUnexpectedToken(token);\\r\\n\\t        }\\r\\n\\t    };\\r\\n\\t    // Return true if the next token matches the specified punctuator.\\r\\n\\t    Parser.prototype.match = function (value) {\\r\\n\\t        return this.lookahead.type === 7 /* Punctuator */ && this.lookahead.value === value;\\r\\n\\t    };\\r\\n\\t    // Return true if the next token matches the specified keyword\\r\\n\\t    Parser.prototype.matchKeyword = function (keyword) {\\r\\n\\t        return this.lookahead.type === 4 /* Keyword */ && this.lookahead.value === keyword;\\r\\n\\t    };\\r\\n\\t    // Return true if the next token matches the specified contextual keyword\\r\\n\\t    // (where an identifier is sometimes a keyword depending on the context)\\r\\n\\t    Parser.prototype.matchContextualKeyword = function (keyword) {\\r\\n\\t        return this.lookahead.type === 3 /* Identifier */ && this.lookahead.value === keyword;\\r\\n\\t    };\\r\\n\\t    // Return true if the next token is an assignment operator\\r\\n\\t    Parser.prototype.matchAssign = function () {\\r\\n\\t        if (this.lookahead.type !== 7 /* Punctuator */) {\\r\\n\\t            return false;\\r\\n\\t        }\\r\\n\\t        var op = this.lookahead.value;\\r\\n\\t        return op === '=' ||\\r\\n\\t            op === '*=' ||\\r\\n\\t            op === '**=' ||\\r\\n\\t            op === '/=' ||\\r\\n\\t            op === '%=' ||\\r\\n\\t            op === '+=' ||\\r\\n\\t            op === '-=' ||\\r\\n\\t            op === '<<=' ||\\r\\n\\t            op === '>>=' ||\\r\\n\\t            op === '>>>=' ||\\r\\n\\t            op === '&=' ||\\r\\n\\t            op === '^=' ||\\r\\n\\t            op === '|=';\\r\\n\\t    };\\r\\n\\t    // Cover grammar support.\\r\\n\\t    //\\r\\n\\t    // When an assignment expression position starts with an left parenthesis, the determination of the type\\r\\n\\t    // of the syntax is to be deferred arbitrarily long until the end of the parentheses pair (plus a lookahead)\\r\\n\\t    // or the first comma. This situation also defers the determination of all the expressions nested in the pair.\\r\\n\\t    //\\r\\n\\t    // There are three productions that can be parsed in a parentheses pair that needs to be determined\\r\\n\\t    // after the outermost pair is closed. They are:\\r\\n\\t    //\\r\\n\\t    //   1. AssignmentExpression\\r\\n\\t    //   2. BindingElements\\r\\n\\t    //   3. AssignmentTargets\\r\\n\\t    //\\r\\n\\t    // In order to avoid exponential backtracking, we use two flags to denote if the production can be\\r\\n\\t    // binding element or assignment target.\\r\\n\\t    //\\r\\n\\t    // The three productions have the relationship:\\r\\n\\t    //\\r\\n\\t    //   BindingElements ⊆ AssignmentTargets ⊆ AssignmentExpression\\r\\n\\t    //\\r\\n\\t    // with a single exception that CoverInitializedName when used directly in an Expression, generates\\r\\n\\t    // an early error. Therefore, we need the third state, firstCoverInitializedNameError, to track the\\r\\n\\t    // first usage of CoverInitializedName and report it when we reached the end of the parentheses pair.\\r\\n\\t    //\\r\\n\\t    // isolateCoverGrammar function runs the given parser function with a new cover grammar context, and it does not\\r\\n\\t    // effect the current flags. This means the production the parser parses is only used as an expression. Therefore\\r\\n\\t    // the CoverInitializedName check is conducted.\\r\\n\\t    //\\r\\n\\t    // inheritCoverGrammar function runs the given parse function with a new cover grammar context, and it propagates\\r\\n\\t    // the flags outside of the parser. This means the production the parser parses is used as a part of a potential\\r\\n\\t    // pattern. The CoverInitializedName check is deferred.\\r\\n\\t    Parser.prototype.isolateCoverGrammar = function (parseFunction) {\\r\\n\\t        var previousIsBindingElement = this.context.isBindingElement;\\r\\n\\t        var previousIsAssignmentTarget = this.context.isAssignmentTarget;\\r\\n\\t        var previousFirstCoverInitializedNameError = this.context.firstCoverInitializedNameError;\\r\\n\\t        this.context.isBindingElement = true;\\r\\n\\t        this.context.isAssignmentTarget = true;\\r\\n\\t        this.context.firstCoverInitializedNameError = null;\\r\\n\\t        var result = parseFunction.call(this);\\r\\n\\t        if (this.context.firstCoverInitializedNameError !== null) {\\r\\n\\t            this.throwUnexpectedToken(this.context.firstCoverInitializedNameError);\\r\\n\\t        }\\r\\n\\t        this.context.isBindingElement = previousIsBindingElement;\\r\\n\\t        this.context.isAssignmentTarget = previousIsAssignmentTarget;\\r\\n\\t        this.context.firstCoverInitializedNameError = previousFirstCoverInitializedNameError;\\r\\n\\t        return result;\\r\\n\\t    };\\r\\n\\t    Parser.prototype.inheritCoverGrammar = function (parseFunction) {\\r\\n\\t        var previousIsBindingElement = this.context.isBindingElement;\\r\\n\\t        var previousIsAssignmentTarget = this.context.isAssignmentTarget;\\r\\n\\t        var previousFirstCoverInitializedNameError = this.context.firstCoverInitializedNameError;\\r\\n\\t        this.context.isBindingElement = true;\\r\\n\\t        this.context.isAssignmentTarget = true;\\r\\n\\t        this.context.firstCoverInitializedNameError = null;\\r\\n\\t        var result = parseFunction.call(this);\\r\\n\\t        this.context.isBindingElement = this.context.isBindingElement && previousIsBindingElement;\\r\\n\\t        this.context.isAssignmentTarget = this.context.isAssignmentTarget && previousIsAssignmentTarget;\\r\\n\\t        this.context.firstCoverInitializedNameError = previousFirstCoverInitializedNameError || this.context.firstCoverInitializedNameError;\\r\\n\\t        return result;\\r\\n\\t    };\\r\\n\\t    Parser.prototype.consumeSemicolon = function () {\\r\\n\\t        if (this.match(';')) {\\r\\n\\t            this.nextToken();\\r\\n\\t        }\\r\\n\\t        else if (!this.hasLineTerminator) {\\r\\n\\t            if (this.lookahead.type !== 2 /* EOF */ && !this.match('}')) {\\r\\n\\t                this.throwUnexpectedToken(this.lookahead);\\r\\n\\t            }\\r\\n\\t            this.lastMarker.index = this.startMarker.index;\\r\\n\\t            this.lastMarker.line = this.startMarker.line;\\r\\n\\t            this.lastMarker.column = this.startMarker.column;\\r\\n\\t        }\\r\\n\\t    };\\r\\n\\t    // https://tc39.github.io/ecma262/#sec-primary-expression\\r\\n\\t    Parser.prototype.parsePrimaryExpression = function () {\\r\\n\\t        var node = this.createNode();\\r\\n\\t        var expr;\\r\\n\\t        var token, raw;\\r\\n\\t        switch (this.lookahead.type) {\\r\\n\\t            case 3 /* Identifier */:\\r\\n\\t                if ((this.context.isModule || this.context.await) && this.lookahead.value === 'await') {\\r\\n\\t                    this.tolerateUnexpectedToken(this.lookahead);\\r\\n\\t                }\\r\\n\\t                expr = this.matchAsyncFunction() ? this.parseFunctionExpression() : this.finalize(node, new Node.Identifier(this.nextToken().value));\\r\\n\\t                break;\\r\\n\\t            case 6 /* NumericLiteral */:\\r\\n\\t            case 8 /* StringLiteral */:\\r\\n\\t                if (this.context.strict && this.lookahead.octal) {\\r\\n\\t                    this.tolerateUnexpectedToken(this.lookahead, messages_1.Messages.StrictOctalLiteral);\\r\\n\\t                }\\r\\n\\t                this.context.isAssignmentTarget = false;\\r\\n\\t                this.context.isBindingElement = false;\\r\\n\\t                token = this.nextToken();\\r\\n\\t                raw = this.getTokenRaw(token);\\r\\n\\t                expr = this.finalize(node, new Node.Literal(token.value, raw));\\r\\n\\t                break;\\r\\n\\t            case 1 /* BooleanLiteral */:\\r\\n\\t                this.context.isAssignmentTarget = false;\\r\\n\\t                this.context.isBindingElement = false;\\r\\n\\t                token = this.nextToken();\\r\\n\\t                raw = this.getTokenRaw(token);\\r\\n\\t                expr = this.finalize(node, new Node.Literal(token.value === 'true', raw));\\r\\n\\t                break;\\r\\n\\t            case 5 /* NullLiteral */:\\r\\n\\t                this.context.isAssignmentTarget = false;\\r\\n\\t                this.context.isBindingElement = false;\\r\\n\\t                token = this.nextToken();\\r\\n\\t                raw = this.getTokenRaw(token);\\r\\n\\t                expr = this.finalize(node, new Node.Literal(null, raw));\\r\\n\\t                break;\\r\\n\\t            case 10 /* Template */:\\r\\n\\t                expr = this.parseTemplateLiteral();\\r\\n\\t                break;\\r\\n\\t            case 7 /* Punctuator */:\\r\\n\\t                switch (this.lookahead.value) {\\r\\n\\t                    case '(':\\r\\n\\t                        this.context.isBindingElement = false;\\r\\n\\t                        expr = this.inheritCoverGrammar(this.parseGroupExpression);\\r\\n\\t                        break;\\r\\n\\t                    case '[':\\r\\n\\t                        expr = this.inheritCoverGrammar(this.parseArrayInitializer);\\r\\n\\t                        break;\\r\\n\\t                    case '{':\\r\\n\\t                        expr = this.inheritCoverGrammar(this.parseObjectInitializer);\\r\\n\\t                        break;\\r\\n\\t                    case '/':\\r\\n\\t                    case '/=':\\r\\n\\t                        this.context.isAssignmentTarget = false;\\r\\n\\t                        this.context.isBindingElement = false;\\r\\n\\t                        this.scanner.index = this.startMarker.index;\\r\\n\\t                        token = this.nextRegexToken();\\r\\n\\t                        raw = this.getTokenRaw(token);\\r\\n\\t                        expr = this.finalize(node, new Node.RegexLiteral(token.regex, raw, token.pattern, token.flags));\\r\\n\\t                        break;\\r\\n\\t                    default:\\r\\n\\t                        expr = this.throwUnexpectedToken(this.nextToken());\\r\\n\\t                }\\r\\n\\t                break;\\r\\n\\t            case 4 /* Keyword */:\\r\\n\\t                if (!this.context.strict && this.context.allowYield && this.matchKeyword('yield')) {\\r\\n\\t                    expr = this.parseIdentifierName();\\r\\n\\t                }\\r\\n\\t                else if (!this.context.strict && this.matchKeyword('let')) {\\r\\n\\t                    expr = this.finalize(node, new Node.Identifier(this.nextToken().value));\\r\\n\\t                }\\r\\n\\t                else {\\r\\n\\t                    this.context.isAssignmentTarget = false;\\r\\n\\t                    this.context.isBindingElement = false;\\r\\n\\t                    if (this.matchKeyword('function')) {\\r\\n\\t                        expr = this.parseFunctionExpression();\\r\\n\\t                    }\\r\\n\\t                    else if (this.matchKeyword('this')) {\\r\\n\\t                        this.nextToken();\\r\\n\\t                        expr = this.finalize(node, new Node.ThisExpression());\\r\\n\\t                    }\\r\\n\\t                    else if (this.matchKeyword('class')) {\\r\\n\\t                        expr = this.parseClassExpression();\\r\\n\\t                    }\\r\\n\\t                    else {\\r\\n\\t                        expr = this.throwUnexpectedToken(this.nextToken());\\r\\n\\t                    }\\r\\n\\t                }\\r\\n\\t                break;\\r\\n\\t            default:\\r\\n\\t                expr = this.throwUnexpectedToken(this.nextToken());\\r\\n\\t        }\\r\\n\\t        return expr;\\r\\n\\t    };\\r\\n\\t    // https://tc39.github.io/ecma262/#sec-array-initializer\\r\\n\\t    Parser.prototype.parseSpreadElement = function () {\\r\\n\\t        var node = this.createNode();\\r\\n\\t        this.expect('...');\\r\\n\\t        var arg = this.inheritCoverGrammar(this.parseAssignmentExpression);\\r\\n\\t        return this.finalize(node, new Node.SpreadElement(arg));\\r\\n\\t    };\\r\\n\\t    Parser.prototype.parseArrayInitializer = function () {\\r\\n\\t        var node = this.createNode();\\r\\n\\t        var elements = [];\\r\\n\\t        this.expect('[');\\r\\n\\t        while (!this.match(']')) {\\r\\n\\t            if (this.match(',')) {\\r\\n\\t                this.nextToken();\\r\\n\\t                elements.push(null);\\r\\n\\t            }\\r\\n\\t            else if (this.match('...')) {\\r\\n\\t                var element = this.parseSpreadElement();\\r\\n\\t                if (!this.match(']')) {\\r\\n\\t                    this.context.isAssignmentTarget = false;\\r\\n\\t                    this.context.isBindingElement = false;\\r\\n\\t                    this.expect(',');\\r\\n\\t                }\\r\\n\\t                elements.push(element);\\r\\n\\t            }\\r\\n\\t            else {\\r\\n\\t                elements.push(this.inheritCoverGrammar(this.parseAssignmentExpression));\\r\\n\\t                if (!this.match(']')) {\\r\\n\\t                    this.expect(',');\\r\\n\\t                }\\r\\n\\t            }\\r\\n\\t        }\\r\\n\\t        this.expect(']');\\r\\n\\t        return this.finalize(node, new Node.ArrayExpression(elements));\\r\\n\\t    };\\r\\n\\t    // https://tc39.github.io/ecma262/#sec-object-initializer\\r\\n\\t    Parser.prototype.parsePropertyMethod = function (params) {\\r\\n\\t        this.context.isAssignmentTarget = false;\\r\\n\\t        this.context.isBindingElement = false;\\r\\n\\t        var previousStrict = this.context.strict;\\r\\n\\t        var previousAllowStrictDirective = this.context.allowStrictDirective;\\r\\n\\t        this.context.allowStrictDirective = params.simple;\\r\\n\\t        var body = this.isolateCoverGrammar(this.parseFunctionSourceElements);\\r\\n\\t        if (this.context.strict && params.firstRestricted) {\\r\\n\\t            this.tolerateUnexpectedToken(params.firstRestricted, params.message);\\r\\n\\t        }\\r\\n\\t        if (this.context.strict && params.stricted) {\\r\\n\\t            this.tolerateUnexpectedToken(params.stricted, params.message);\\r\\n\\t        }\\r\\n\\t        this.context.strict = previousStrict;\\r\\n\\t        this.context.allowStrictDirective = previousAllowStrictDirective;\\r\\n\\t        return body;\\r\\n\\t    };\\r\\n\\t    Parser.prototype.parsePropertyMethodFunction = function () {\\r\\n\\t        var isGenerator = false;\\r\\n\\t        var node = this.createNode();\\r\\n\\t        var previousAllowYield = this.context.allowYield;\\r\\n\\t        this.context.allowYield = false;\\r\\n\\t        var params = this.parseFormalParameters();\\r\\n\\t        var method = this.parsePropertyMethod(params);\\r\\n\\t        this.context.allowYield = previousAllowYield;\\r\\n\\t        return this.finalize(node, new Node.FunctionExpression(null, params.params, method, isGenerator));\\r\\n\\t    };\\r\\n\\t    Parser.prototype.parsePropertyMethodAsyncFunction = function () {\\r\\n\\t        var node = this.createNode();\\r\\n\\t        var previousAllowYield = this.context.allowYield;\\r\\n\\t        var previousAwait = this.context.await;\\r\\n\\t        this.context.allowYield = false;\\r\\n\\t        this.context.await = true;\\r\\n\\t        var params = this.parseFormalParameters();\\r\\n\\t        var method = this.parsePropertyMethod(params);\\r\\n\\t        this.context.allowYield = previousAllowYield;\\r\\n\\t        this.context.await = previousAwait;\\r\\n\\t        return this.finalize(node, new Node.AsyncFunctionExpression(null, params.params, method));\\r\\n\\t    };\\r\\n\\t    Parser.prototype.parseObjectPropertyKey = function () {\\r\\n\\t        var node = this.createNode();\\r\\n\\t        var token = this.nextToken();\\r\\n\\t        var key;\\r\\n\\t        switch (token.type) {\\r\\n\\t            case 8 /* StringLiteral */:\\r\\n\\t            case 6 /* NumericLiteral */:\\r\\n\\t                if (this.context.strict && token.octal) {\\r\\n\\t                    this.tolerateUnexpectedToken(token, messages_1.Messages.StrictOctalLiteral);\\r\\n\\t                }\\r\\n\\t                var raw = this.getTokenRaw(token);\\r\\n\\t                key = this.finalize(node, new Node.Literal(token.value, raw));\\r\\n\\t                break;\\r\\n\\t            case 3 /* Identifier */:\\r\\n\\t            case 1 /* BooleanLiteral */:\\r\\n\\t            case 5 /* NullLiteral */:\\r\\n\\t            case 4 /* Keyword */:\\r\\n\\t                key = this.finalize(node, new Node.Identifier(token.value));\\r\\n\\t                break;\\r\\n\\t            case 7 /* Punctuator */:\\r\\n\\t                if (token.value === '[') {\\r\\n\\t                    key = this.isolateCoverGrammar(this.parseAssignmentExpression);\\r\\n\\t                    this.expect(']');\\r\\n\\t                }\\r\\n\\t                else {\\r\\n\\t                    key = this.throwUnexpectedToken(token);\\r\\n\\t                }\\r\\n\\t                break;\\r\\n\\t            default:\\r\\n\\t                key = this.throwUnexpectedToken(token);\\r\\n\\t        }\\r\\n\\t        return key;\\r\\n\\t    };\\r\\n\\t    Parser.prototype.isPropertyKey = function (key, value) {\\r\\n\\t        return (key.type === syntax_1.Syntax.Identifier && key.name === value) ||\\r\\n\\t            (key.type === syntax_1.Syntax.Literal && key.value === value);\\r\\n\\t    };\\r\\n\\t    Parser.prototype.parseObjectProperty = function (hasProto) {\\r\\n\\t        var node = this.createNode();\\r\\n\\t        var token = this.lookahead;\\r\\n\\t        var kind;\\r\\n\\t        var key = null;\\r\\n\\t        var value = null;\\r\\n\\t        var computed = false;\\r\\n\\t        var method = false;\\r\\n\\t        var shorthand = false;\\r\\n\\t        var isAsync = false;\\r\\n\\t        if (token.type === 3 /* Identifier */) {\\r\\n\\t            var id = token.value;\\r\\n\\t            this.nextToken();\\r\\n\\t            computed = this.match('[');\\r\\n\\t            isAsync = !this.hasLineTerminator && (id === 'async') &&\\r\\n\\t                !this.match(':') && !this.match('(') && !this.match('*');\\r\\n\\t            key = isAsync ? this.parseObjectPropertyKey() : this.finalize(node, new Node.Identifier(id));\\r\\n\\t        }\\r\\n\\t        else if (this.match('*')) {\\r\\n\\t            this.nextToken();\\r\\n\\t        }\\r\\n\\t        else {\\r\\n\\t            computed = this.match('[');\\r\\n\\t            key = this.parseObjectPropertyKey();\\r\\n\\t        }\\r\\n\\t        var lookaheadPropertyKey = this.qualifiedPropertyName(this.lookahead);\\r\\n\\t        if (token.type === 3 /* Identifier */ && !isAsync && token.value === 'get' && lookaheadPropertyKey) {\\r\\n\\t            kind = 'get';\\r\\n\\t            computed = this.match('[');\\r\\n\\t            key = this.parseObjectPropertyKey();\\r\\n\\t            this.context.allowYield = false;\\r\\n\\t            value = this.parseGetterMethod();\\r\\n\\t        }\\r\\n\\t        else if (token.type === 3 /* Identifier */ && !isAsync && token.value === 'set' && lookaheadPropertyKey) {\\r\\n\\t            kind = 'set';\\r\\n\\t            computed = this.match('[');\\r\\n\\t            key = this.parseObjectPropertyKey();\\r\\n\\t            value = this.parseSetterMethod();\\r\\n\\t        }\\r\\n\\t        else if (token.type === 7 /* Punctuator */ && token.value === '*' && lookaheadPropertyKey) {\\r\\n\\t            kind = 'init';\\r\\n\\t            computed = this.match('[');\\r\\n\\t            key = this.parseObjectPropertyKey();\\r\\n\\t            value = this.parseGeneratorMethod();\\r\\n\\t            method = true;\\r\\n\\t        }\\r\\n\\t        else {\\r\\n\\t            if (!key) {\\r\\n\\t                this.throwUnexpectedToken(this.lookahead);\\r\\n\\t            }\\r\\n\\t            kind = 'init';\\r\\n\\t            if (this.match(':') && !isAsync) {\\r\\n\\t                if (!computed && this.isPropertyKey(key, '__proto__')) {\\r\\n\\t                    if (hasProto.value) {\\r\\n\\t                        this.tolerateError(messages_1.Messages.DuplicateProtoProperty);\\r\\n\\t                    }\\r\\n\\t                    hasProto.value = true;\\r\\n\\t                }\\r\\n\\t                this.nextToken();\\r\\n\\t                value = this.inheritCoverGrammar(this.parseAssignmentExpression);\\r\\n\\t            }\\r\\n\\t            else if (this.match('(')) {\\r\\n\\t                value = isAsync ? this.parsePropertyMethodAsyncFunction() : this.parsePropertyMethodFunction();\\r\\n\\t                method = true;\\r\\n\\t            }\\r\\n\\t            else if (token.type === 3 /* Identifier */) {\\r\\n\\t                var id = this.finalize(node, new Node.Identifier(token.value));\\r\\n\\t                if (this.match('=')) {\\r\\n\\t                    this.context.firstCoverInitializedNameError = this.lookahead;\\r\\n\\t                    this.nextToken();\\r\\n\\t                    shorthand = true;\\r\\n\\t                    var init = this.isolateCoverGrammar(this.parseAssignmentExpression);\\r\\n\\t                    value = this.finalize(node, new Node.AssignmentPattern(id, init));\\r\\n\\t                }\\r\\n\\t                else {\\r\\n\\t                    shorthand = true;\\r\\n\\t                    value = id;\\r\\n\\t                }\\r\\n\\t            }\\r\\n\\t            else {\\r\\n\\t                this.throwUnexpectedToken(this.nextToken());\\r\\n\\t            }\\r\\n\\t        }\\r\\n\\t        return this.finalize(node, new Node.Property(kind, key, computed, value, method, shorthand));\\r\\n\\t    };\\r\\n\\t    Parser.prototype.parseObjectInitializer = function () {\\r\\n\\t        var node = this.createNode();\\r\\n\\t        this.expect('{');\\r\\n\\t        var properties = [];\\r\\n\\t        var hasProto = { value: false };\\r\\n\\t        while (!this.match('}')) {\\r\\n\\t            properties.push(this.parseObjectProperty(hasProto));\\r\\n\\t            if (!this.match('}')) {\\r\\n\\t                this.expectCommaSeparator();\\r\\n\\t            }\\r\\n\\t        }\\r\\n\\t        this.expect('}');\\r\\n\\t        return this.finalize(node, new Node.ObjectExpression(properties));\\r\\n\\t    };\\r\\n\\t    // https://tc39.github.io/ecma262/#sec-template-literals\\r\\n\\t    Parser.prototype.parseTemplateHead = function () {\\r\\n\\t        assert_1.assert(this.lookahead.head, 'Template literal must start with a template head');\\r\\n\\t        var node = this.createNode();\\r\\n\\t        var token = this.nextToken();\\r\\n\\t        var raw = token.value;\\r\\n\\t        var cooked = token.cooked;\\r\\n\\t        return this.finalize(node, new Node.TemplateElement({ raw: raw, cooked: cooked }, token.tail));\\r\\n\\t    };\\r\\n\\t    Parser.prototype.parseTemplateElement = function () {\\r\\n\\t        if (this.lookahead.type !== 10 /* Template */) {\\r\\n\\t            this.throwUnexpectedToken();\\r\\n\\t        }\\r\\n\\t        var node = this.createNode();\\r\\n\\t        var token = this.nextToken();\\r\\n\\t        var raw = token.value;\\r\\n\\t        var cooked = token.cooked;\\r\\n\\t        return this.finalize(node, new Node.TemplateElement({ raw: raw, cooked: cooked }, token.tail));\\r\\n\\t    };\\r\\n\\t    Parser.prototype.parseTemplateLiteral = function () {\\r\\n\\t        var node = this.createNode();\\r\\n\\t        var expressions = [];\\r\\n\\t        var quasis = [];\\r\\n\\t        var quasi = this.parseTemplateHead();\\r\\n\\t        quasis.push(quasi);\\r\\n\\t        while (!quasi.tail) {\\r\\n\\t            expressions.push(this.parseExpression());\\r\\n\\t            quasi = this.parseTemplateElement();\\r\\n\\t            quasis.push(quasi);\\r\\n\\t        }\\r\\n\\t        return this.finalize(node, new Node.TemplateLiteral(quasis, expressions));\\r\\n\\t    };\\r\\n\\t    // https://tc39.github.io/ecma262/#sec-grouping-operator\\r\\n\\t    Parser.prototype.reinterpretExpressionAsPattern = function (expr) {\\r\\n\\t        switch (expr.type) {\\r\\n\\t            case syntax_1.Syntax.Identifier:\\r\\n\\t            case syntax_1.Syntax.MemberExpression:\\r\\n\\t            case syntax_1.Syntax.RestElement:\\r\\n\\t            case syntax_1.Syntax.AssignmentPattern:\\r\\n\\t                break;\\r\\n\\t            case syntax_1.Syntax.SpreadElement:\\r\\n\\t                expr.type = syntax_1.Syntax.RestElement;\\r\\n\\t                this.reinterpretExpressionAsPattern(expr.argument);\\r\\n\\t                break;\\r\\n\\t            case syntax_1.Syntax.ArrayExpression:\\r\\n\\t                expr.type = syntax_1.Syntax.ArrayPattern;\\r\\n\\t                for (var i = 0; i < expr.elements.length; i++) {\\r\\n\\t                    if (expr.elements[i] !== null) {\\r\\n\\t                        this.reinterpretExpressionAsPattern(expr.elements[i]);\\r\\n\\t                    }\\r\\n\\t                }\\r\\n\\t                break;\\r\\n\\t            case syntax_1.Syntax.ObjectExpression:\\r\\n\\t                expr.type = syntax_1.Syntax.ObjectPattern;\\r\\n\\t                for (var i = 0; i < expr.properties.length; i++) {\\r\\n\\t                    this.reinterpretExpressionAsPattern(expr.properties[i].value);\\r\\n\\t                }\\r\\n\\t                break;\\r\\n\\t            case syntax_1.Syntax.AssignmentExpression:\\r\\n\\t                expr.type = syntax_1.Syntax.AssignmentPattern;\\r\\n\\t                delete expr.operator;\\r\\n\\t                this.reinterpretExpressionAsPattern(expr.left);\\r\\n\\t                break;\\r\\n\\t            default:\\r\\n\\t                // Allow other node type for tolerant parsing.\\r\\n\\t                break;\\r\\n\\t        }\\r\\n\\t    };\\r\\n\\t    Parser.prototype.parseGroupExpression = function () {\\r\\n\\t        var expr;\\r\\n\\t        this.expect('(');\\r\\n\\t        if (this.match(')')) {\\r\\n\\t            this.nextToken();\\r\\n\\t            if (!this.match('=>')) {\\r\\n\\t                this.expect('=>');\\r\\n\\t            }\\r\\n\\t            expr = {\\r\\n\\t                type: ArrowParameterPlaceHolder,\\r\\n\\t                params: [],\\r\\n\\t                async: false\\r\\n\\t            };\\r\\n\\t        }\\r\\n\\t        else {\\r\\n\\t            var startToken = this.lookahead;\\r\\n\\t            var params = [];\\r\\n\\t            if (this.match('...')) {\\r\\n\\t                expr = this.parseRestElement(params);\\r\\n\\t                this.expect(')');\\r\\n\\t                if (!this.match('=>')) {\\r\\n\\t                    this.expect('=>');\\r\\n\\t                }\\r\\n\\t                expr = {\\r\\n\\t                    type: ArrowParameterPlaceHolder,\\r\\n\\t                    params: [expr],\\r\\n\\t                    async: false\\r\\n\\t                };\\r\\n\\t            }\\r\\n\\t            else {\\r\\n\\t                var arrow = false;\\r\\n\\t                this.context.isBindingElement = true;\\r\\n\\t                expr = this.inheritCoverGrammar(this.parseAssignmentExpression);\\r\\n\\t                if (this.match(',')) {\\r\\n\\t                    var expressions = [];\\r\\n\\t                    this.context.isAssignmentTarget = false;\\r\\n\\t                    expressions.push(expr);\\r\\n\\t                    while (this.lookahead.type !== 2 /* EOF */) {\\r\\n\\t                        if (!this.match(',')) {\\r\\n\\t                            break;\\r\\n\\t                        }\\r\\n\\t                        this.nextToken();\\r\\n\\t                        if (this.match(')')) {\\r\\n\\t                            this.nextToken();\\r\\n\\t                            for (var i = 0; i < expressions.length; i++) {\\r\\n\\t                                this.reinterpretExpressionAsPattern(expressions[i]);\\r\\n\\t                            }\\r\\n\\t                            arrow = true;\\r\\n\\t                            expr = {\\r\\n\\t                                type: ArrowParameterPlaceHolder,\\r\\n\\t                                params: expressions,\\r\\n\\t                                async: false\\r\\n\\t                            };\\r\\n\\t                        }\\r\\n\\t                        else if (this.match('...')) {\\r\\n\\t                            if (!this.context.isBindingElement) {\\r\\n\\t                                this.throwUnexpectedToken(this.lookahead);\\r\\n\\t                            }\\r\\n\\t                            expressions.push(this.parseRestElement(params));\\r\\n\\t                            this.expect(')');\\r\\n\\t                            if (!this.match('=>')) {\\r\\n\\t                                this.expect('=>');\\r\\n\\t                            }\\r\\n\\t                            this.context.isBindingElement = false;\\r\\n\\t                            for (var i = 0; i < expressions.length; i++) {\\r\\n\\t                                this.reinterpretExpressionAsPattern(expressions[i]);\\r\\n\\t                            }\\r\\n\\t                            arrow = true;\\r\\n\\t                            expr = {\\r\\n\\t                                type: ArrowParameterPlaceHolder,\\r\\n\\t                                params: expressions,\\r\\n\\t                                async: false\\r\\n\\t                            };\\r\\n\\t                        }\\r\\n\\t                        else {\\r\\n\\t                            expressions.push(this.inheritCoverGrammar(this.parseAssignmentExpression));\\r\\n\\t                        }\\r\\n\\t                        if (arrow) {\\r\\n\\t                            break;\\r\\n\\t                        }\\r\\n\\t                    }\\r\\n\\t                    if (!arrow) {\\r\\n\\t                        expr = this.finalize(this.startNode(startToken), new Node.SequenceExpression(expressions));\\r\\n\\t                    }\\r\\n\\t                }\\r\\n\\t                if (!arrow) {\\r\\n\\t                    this.expect(')');\\r\\n\\t                    if (this.match('=>')) {\\r\\n\\t                        if (expr.type === syntax_1.Syntax.Identifier && expr.name === 'yield') {\\r\\n\\t                            arrow = true;\\r\\n\\t                            expr = {\\r\\n\\t                                type: ArrowParameterPlaceHolder,\\r\\n\\t                                params: [expr],\\r\\n\\t                                async: false\\r\\n\\t                            };\\r\\n\\t                        }\\r\\n\\t                        if (!arrow) {\\r\\n\\t                            if (!this.context.isBindingElement) {\\r\\n\\t                                this.throwUnexpectedToken(this.lookahead);\\r\\n\\t                            }\\r\\n\\t                            if (expr.type === syntax_1.Syntax.SequenceExpression) {\\r\\n\\t                                for (var i = 0; i < expr.expressions.length; i++) {\\r\\n\\t                                    this.reinterpretExpressionAsPattern(expr.expressions[i]);\\r\\n\\t                                }\\r\\n\\t                            }\\r\\n\\t                            else {\\r\\n\\t                                this.reinterpretExpressionAsPattern(expr);\\r\\n\\t                            }\\r\\n\\t                            var parameters = (expr.type === syntax_1.Syntax.SequenceExpression ? expr.expressions : [expr]);\\r\\n\\t                            expr = {\\r\\n\\t                                type: ArrowParameterPlaceHolder,\\r\\n\\t                                params: parameters,\\r\\n\\t                                async: false\\r\\n\\t                            };\\r\\n\\t                        }\\r\\n\\t                    }\\r\\n\\t                    this.context.isBindingElement = false;\\r\\n\\t                }\\r\\n\\t            }\\r\\n\\t        }\\r\\n\\t        return expr;\\r\\n\\t    };\\r\\n\\t    // https://tc39.github.io/ecma262/#sec-left-hand-side-expressions\\r\\n\\t    Parser.prototype.parseArguments = function () {\\r\\n\\t        this.expect('(');\\r\\n\\t        var args = [];\\r\\n\\t        if (!this.match(')')) {\\r\\n\\t            while (true) {\\r\\n\\t                var expr = this.match('...') ? this.parseSpreadElement() :\\r\\n\\t                    this.isolateCoverGrammar(this.parseAssignmentExpression);\\r\\n\\t                args.push(expr);\\r\\n\\t                if (this.match(')')) {\\r\\n\\t                    break;\\r\\n\\t                }\\r\\n\\t                this.expectCommaSeparator();\\r\\n\\t                if (this.match(')')) {\\r\\n\\t                    break;\\r\\n\\t                }\\r\\n\\t            }\\r\\n\\t        }\\r\\n\\t        this.expect(')');\\r\\n\\t        return args;\\r\\n\\t    };\\r\\n\\t    Parser.prototype.isIdentifierName = function (token) {\\r\\n\\t        return token.type === 3 /* Identifier */ ||\\r\\n\\t            token.type === 4 /* Keyword */ ||\\r\\n\\t            token.type === 1 /* BooleanLiteral */ ||\\r\\n\\t            token.type === 5 /* NullLiteral */;\\r\\n\\t    };\\r\\n\\t    Parser.prototype.parseIdentifierName = function () {\\r\\n\\t        var node = this.createNode();\\r\\n\\t        var token = this.nextToken();\\r\\n\\t        if (!this.isIdentifierName(token)) {\\r\\n\\t            this.throwUnexpectedToken(token);\\r\\n\\t        }\\r\\n\\t        return this.finalize(node, new Node.Identifier(token.value));\\r\\n\\t    };\\r\\n\\t    Parser.prototype.parseNewExpression = function () {\\r\\n\\t        var node = this.createNode();\\r\\n\\t        var id = this.parseIdentifierName();\\r\\n\\t        assert_1.assert(id.name === 'new', 'New expression must start with `new`');\\r\\n\\t        var expr;\\r\\n\\t        if (this.match('.')) {\\r\\n\\t            this.nextToken();\\r\\n\\t            if (this.lookahead.type === 3 /* Identifier */ && this.context.inFunctionBody && this.lookahead.value === 'target') {\\r\\n\\t                var property = this.parseIdentifierName();\\r\\n\\t                expr = new Node.MetaProperty(id, property);\\r\\n\\t            }\\r\\n\\t            else {\\r\\n\\t                this.throwUnexpectedToken(this.lookahead);\\r\\n\\t            }\\r\\n\\t        }\\r\\n\\t        else {\\r\\n\\t            var callee = this.isolateCoverGrammar(this.parseLeftHandSideExpression);\\r\\n\\t            var args = this.match('(') ? this.parseArguments() : [];\\r\\n\\t            expr = new Node.NewExpression(callee, args);\\r\\n\\t            this.context.isAssignmentTarget = false;\\r\\n\\t            this.context.isBindingElement = false;\\r\\n\\t        }\\r\\n\\t        return this.finalize(node, expr);\\r\\n\\t    };\\r\\n\\t    Parser.prototype.parseAsyncArgument = function () {\\r\\n\\t        var arg = this.parseAssignmentExpression();\\r\\n\\t        this.context.firstCoverInitializedNameError = null;\\r\\n\\t        return arg;\\r\\n\\t    };\\r\\n\\t    Parser.prototype.parseAsyncArguments = function () {\\r\\n\\t        this.expect('(');\\r\\n\\t        var args = [];\\r\\n\\t        if (!this.match(')')) {\\r\\n\\t            while (true) {\\r\\n\\t                var expr = this.match('...') ? this.parseSpreadElement() :\\r\\n\\t                    this.isolateCoverGrammar(this.parseAsyncArgument);\\r\\n\\t                args.push(expr);\\r\\n\\t                if (this.match(')')) {\\r\\n\\t                    break;\\r\\n\\t                }\\r\\n\\t                this.expectCommaSeparator();\\r\\n\\t                if (this.match(')')) {\\r\\n\\t                    break;\\r\\n\\t                }\\r\\n\\t            }\\r\\n\\t        }\\r\\n\\t        this.expect(')');\\r\\n\\t        return args;\\r\\n\\t    };\\r\\n\\t    Parser.prototype.parseLeftHandSideExpressionAllowCall = function () {\\r\\n\\t        var startToken = this.lookahead;\\r\\n\\t        var maybeAsync = this.matchContextualKeyword('async');\\r\\n\\t        var previousAllowIn = this.context.allowIn;\\r\\n\\t        this.context.allowIn = true;\\r\\n\\t        var expr;\\r\\n\\t        if (this.matchKeyword('super') && this.context.inFunctionBody) {\\r\\n\\t            expr = this.createNode();\\r\\n\\t            this.nextToken();\\r\\n\\t            expr = this.finalize(expr, new Node.Super());\\r\\n\\t            if (!this.match('(') && !this.match('.') && !this.match('[')) {\\r\\n\\t                this.throwUnexpectedToken(this.lookahead);\\r\\n\\t            }\\r\\n\\t        }\\r\\n\\t        else {\\r\\n\\t            expr = this.inheritCoverGrammar(this.matchKeyword('new') ? this.parseNewExpression : this.parsePrimaryExpression);\\r\\n\\t        }\\r\\n\\t        while (true) {\\r\\n\\t            if (this.match('.')) {\\r\\n\\t                this.context.isBindingElement = false;\\r\\n\\t                this.context.isAssignmentTarget = true;\\r\\n\\t                this.expect('.');\\r\\n\\t                var property = this.parseIdentifierName();\\r\\n\\t                expr = this.finalize(this.startNode(startToken), new Node.StaticMemberExpression(expr, property));\\r\\n\\t            }\\r\\n\\t            else if (this.match('(')) {\\r\\n\\t                var asyncArrow = maybeAsync && (startToken.lineNumber === this.lookahead.lineNumber);\\r\\n\\t                this.context.isBindingElement = false;\\r\\n\\t                this.context.isAssignmentTarget = false;\\r\\n\\t                var args = asyncArrow ? this.parseAsyncArguments() : this.parseArguments();\\r\\n\\t                expr = this.finalize(this.startNode(startToken), new Node.CallExpression(expr, args));\\r\\n\\t                if (asyncArrow && this.match('=>')) {\\r\\n\\t                    for (var i = 0; i < args.length; ++i) {\\r\\n\\t                        this.reinterpretExpressionAsPattern(args[i]);\\r\\n\\t                    }\\r\\n\\t                    expr = {\\r\\n\\t                        type: ArrowParameterPlaceHolder,\\r\\n\\t                        params: args,\\r\\n\\t                        async: true\\r\\n\\t                    };\\r\\n\\t                }\\r\\n\\t            }\\r\\n\\t            else if (this.match('[')) {\\r\\n\\t                this.context.isBindingElement = false;\\r\\n\\t                this.context.isAssignmentTarget = true;\\r\\n\\t                this.expect('[');\\r\\n\\t                var property = this.isolateCoverGrammar(this.parseExpression);\\r\\n\\t                this.expect(']');\\r\\n\\t                expr = this.finalize(this.startNode(startToken), new Node.ComputedMemberExpression(expr, property));\\r\\n\\t            }\\r\\n\\t            else if (this.lookahead.type === 10 /* Template */ && this.lookahead.head) {\\r\\n\\t                var quasi = this.parseTemplateLiteral();\\r\\n\\t                expr = this.finalize(this.startNode(startToken), new Node.TaggedTemplateExpression(expr, quasi));\\r\\n\\t            }\\r\\n\\t            else {\\r\\n\\t                break;\\r\\n\\t            }\\r\\n\\t        }\\r\\n\\t        this.context.allowIn = previousAllowIn;\\r\\n\\t        return expr;\\r\\n\\t    };\\r\\n\\t    Parser.prototype.parseSuper = function () {\\r\\n\\t        var node = this.createNode();\\r\\n\\t        this.expectKeyword('super');\\r\\n\\t        if (!this.match('[') && !this.match('.')) {\\r\\n\\t            this.throwUnexpectedToken(this.lookahead);\\r\\n\\t        }\\r\\n\\t        return this.finalize(node, new Node.Super());\\r\\n\\t    };\\r\\n\\t    Parser.prototype.parseLeftHandSideExpression = function () {\\r\\n\\t        assert_1.assert(this.context.allowIn, 'callee of new expression always allow in keyword.');\\r\\n\\t        var node = this.startNode(this.lookahead);\\r\\n\\t        var expr = (this.matchKeyword('super') && this.context.inFunctionBody) ? this.parseSuper() :\\r\\n\\t            this.inheritCoverGrammar(this.matchKeyword('new') ? this.parseNewExpression : this.parsePrimaryExpression);\\r\\n\\t        while (true) {\\r\\n\\t            if (this.match('[')) {\\r\\n\\t                this.context.isBindingElement = false;\\r\\n\\t                this.context.isAssignmentTarget = true;\\r\\n\\t                this.expect('[');\\r\\n\\t                var property = this.isolateCoverGrammar(this.parseExpression);\\r\\n\\t                this.expect(']');\\r\\n\\t                expr = this.finalize(node, new Node.ComputedMemberExpression(expr, property));\\r\\n\\t            }\\r\\n\\t            else if (this.match('.')) {\\r\\n\\t                this.context.isBindingElement = false;\\r\\n\\t                this.context.isAssignmentTarget = true;\\r\\n\\t                this.expect('.');\\r\\n\\t                var property = this.parseIdentifierName();\\r\\n\\t                expr = this.finalize(node, new Node.StaticMemberExpression(expr, property));\\r\\n\\t            }\\r\\n\\t            else if (this.lookahead.type === 10 /* Template */ && this.lookahead.head) {\\r\\n\\t                var quasi = this.parseTemplateLiteral();\\r\\n\\t                expr = this.finalize(node, new Node.TaggedTemplateExpression(expr, quasi));\\r\\n\\t            }\\r\\n\\t            else {\\r\\n\\t                break;\\r\\n\\t            }\\r\\n\\t        }\\r\\n\\t        return expr;\\r\\n\\t    };\\r\\n\\t    // https://tc39.github.io/ecma262/#sec-update-expressions\\r\\n\\t    Parser.prototype.parseUpdateExpression = function () {\\r\\n\\t        var expr;\\r\\n\\t        var startToken = this.lookahead;\\r\\n\\t        if (this.match('++') || this.match('--')) {\\r\\n\\t            var node = this.startNode(startToken);\\r\\n\\t            var token = this.nextToken();\\r\\n\\t            expr = this.inheritCoverGrammar(this.parseUnaryExpression);\\r\\n\\t            if (this.context.strict && expr.type === syntax_1.Syntax.Identifier && this.scanner.isRestrictedWord(expr.name)) {\\r\\n\\t                this.tolerateError(messages_1.Messages.StrictLHSPrefix);\\r\\n\\t            }\\r\\n\\t            if (!this.context.isAssignmentTarget) {\\r\\n\\t                this.tolerateError(messages_1.Messages.InvalidLHSInAssignment);\\r\\n\\t            }\\r\\n\\t            var prefix = true;\\r\\n\\t            expr = this.finalize(node, new Node.UpdateExpression(token.value, expr, prefix));\\r\\n\\t            this.context.isAssignmentTarget = false;\\r\\n\\t            this.context.isBindingElement = false;\\r\\n\\t        }\\r\\n\\t        else {\\r\\n\\t            expr = this.inheritCoverGrammar(this.parseLeftHandSideExpressionAllowCall);\\r\\n\\t            if (!this.hasLineTerminator && this.lookahead.type === 7 /* Punctuator */) {\\r\\n\\t                if (this.match('++') || this.match('--')) {\\r\\n\\t                    if (this.context.strict && expr.type === syntax_1.Syntax.Identifier && this.scanner.isRestrictedWord(expr.name)) {\\r\\n\\t                        this.tolerateError(messages_1.Messages.StrictLHSPostfix);\\r\\n\\t                    }\\r\\n\\t                    if (!this.context.isAssignmentTarget) {\\r\\n\\t                        this.tolerateError(messages_1.Messages.InvalidLHSInAssignment);\\r\\n\\t                    }\\r\\n\\t                    this.context.isAssignmentTarget = false;\\r\\n\\t                    this.context.isBindingElement = false;\\r\\n\\t                    var operator = this.nextToken().value;\\r\\n\\t                    var prefix = false;\\r\\n\\t                    expr = this.finalize(this.startNode(startToken), new Node.UpdateExpression(operator, expr, prefix));\\r\\n\\t                }\\r\\n\\t            }\\r\\n\\t        }\\r\\n\\t        return expr;\\r\\n\\t    };\\r\\n\\t    // https://tc39.github.io/ecma262/#sec-unary-operators\\r\\n\\t    Parser.prototype.parseAwaitExpression = function () {\\r\\n\\t        var node = this.createNode();\\r\\n\\t        this.nextToken();\\r\\n\\t        var argument = this.parseUnaryExpression();\\r\\n\\t        return this.finalize(node, new Node.AwaitExpression(argument));\\r\\n\\t    };\\r\\n\\t    Parser.prototype.parseUnaryExpression = function () {\\r\\n\\t        var expr;\\r\\n\\t        if (this.match('+') || this.match('-') || this.match('~') || this.match('!') ||\\r\\n\\t            this.matchKeyword('delete') || this.matchKeyword('void') || this.matchKeyword('typeof')) {\\r\\n\\t            var node = this.startNode(this.lookahead);\\r\\n\\t            var token = this.nextToken();\\r\\n\\t            expr = this.inheritCoverGrammar(this.parseUnaryExpression);\\r\\n\\t            expr = this.finalize(node, new Node.UnaryExpression(token.value, expr));\\r\\n\\t            if (this.context.strict && expr.operator === 'delete' && expr.argument.type === syntax_1.Syntax.Identifier) {\\r\\n\\t                this.tolerateError(messages_1.Messages.StrictDelete);\\r\\n\\t            }\\r\\n\\t            this.context.isAssignmentTarget = false;\\r\\n\\t            this.context.isBindingElement = false;\\r\\n\\t        }\\r\\n\\t        else if (this.context.await && this.matchContextualKeyword('await')) {\\r\\n\\t            expr = this.parseAwaitExpression();\\r\\n\\t        }\\r\\n\\t        else {\\r\\n\\t            expr = this.parseUpdateExpression();\\r\\n\\t        }\\r\\n\\t        return expr;\\r\\n\\t    };\\r\\n\\t    Parser.prototype.parseExponentiationExpression = function () {\\r\\n\\t        var startToken = this.lookahead;\\r\\n\\t        var expr = this.inheritCoverGrammar(this.parseUnaryExpression);\\r\\n\\t        if (expr.type !== syntax_1.Syntax.UnaryExpression && this.match('**')) {\\r\\n\\t            this.nextToken();\\r\\n\\t            this.context.isAssignmentTarget = false;\\r\\n\\t            this.context.isBindingElement = false;\\r\\n\\t            var left = expr;\\r\\n\\t            var right = this.isolateCoverGrammar(this.parseExponentiationExpression);\\r\\n\\t            expr = this.finalize(this.startNode(startToken), new Node.BinaryExpression('**', left, right));\\r\\n\\t        }\\r\\n\\t        return expr;\\r\\n\\t    };\\r\\n\\t    // https://tc39.github.io/ecma262/#sec-exp-operator\\r\\n\\t    // https://tc39.github.io/ecma262/#sec-multiplicative-operators\\r\\n\\t    // https://tc39.github.io/ecma262/#sec-additive-operators\\r\\n\\t    // https://tc39.github.io/ecma262/#sec-bitwise-shift-operators\\r\\n\\t    // https://tc39.github.io/ecma262/#sec-relational-operators\\r\\n\\t    // https://tc39.github.io/ecma262/#sec-equality-operators\\r\\n\\t    // https://tc39.github.io/ecma262/#sec-binary-bitwise-operators\\r\\n\\t    // https://tc39.github.io/ecma262/#sec-binary-logical-operators\\r\\n\\t    Parser.prototype.binaryPrecedence = function (token) {\\r\\n\\t        var op = token.value;\\r\\n\\t        var precedence;\\r\\n\\t        if (token.type === 7 /* Punctuator */) {\\r\\n\\t            precedence = this.operatorPrecedence[op] || 0;\\r\\n\\t        }\\r\\n\\t        else if (token.type === 4 /* Keyword */) {\\r\\n\\t            precedence = (op === 'instanceof' || (this.context.allowIn && op === 'in')) ? 7 : 0;\\r\\n\\t        }\\r\\n\\t        else {\\r\\n\\t            precedence = 0;\\r\\n\\t        }\\r\\n\\t        return precedence;\\r\\n\\t    };\\r\\n\\t    Parser.prototype.parseBinaryExpression = function () {\\r\\n\\t        var startToken = this.lookahead;\\r\\n\\t        var expr = this.inheritCoverGrammar(this.parseExponentiationExpression);\\r\\n\\t        var token = this.lookahead;\\r\\n\\t        var prec = this.binaryPrecedence(token);\\r\\n\\t        if (prec > 0) {\\r\\n\\t            this.nextToken();\\r\\n\\t            this.context.isAssignmentTarget = false;\\r\\n\\t            this.context.isBindingElement = false;\\r\\n\\t            var markers = [startToken, this.lookahead];\\r\\n\\t            var left = expr;\\r\\n\\t            var right = this.isolateCoverGrammar(this.parseExponentiationExpression);\\r\\n\\t            var stack = [left, token.value, right];\\r\\n\\t            var precedences = [prec];\\r\\n\\t            while (true) {\\r\\n\\t                prec = this.binaryPrecedence(this.lookahead);\\r\\n\\t                if (prec <= 0) {\\r\\n\\t                    break;\\r\\n\\t                }\\r\\n\\t                // Reduce: make a binary expression from the three topmost entries.\\r\\n\\t                while ((stack.length > 2) && (prec <= precedences[precedences.length - 1])) {\\r\\n\\t                    right = stack.pop();\\r\\n\\t                    var operator = stack.pop();\\r\\n\\t                    precedences.pop();\\r\\n\\t                    left = stack.pop();\\r\\n\\t                    markers.pop();\\r\\n\\t                    var node = this.startNode(markers[markers.length - 1]);\\r\\n\\t                    stack.push(this.finalize(node, new Node.BinaryExpression(operator, left, right)));\\r\\n\\t                }\\r\\n\\t                // Shift.\\r\\n\\t                stack.push(this.nextToken().value);\\r\\n\\t                precedences.push(prec);\\r\\n\\t                markers.push(this.lookahead);\\r\\n\\t                stack.push(this.isolateCoverGrammar(this.parseExponentiationExpression));\\r\\n\\t            }\\r\\n\\t            // Final reduce to clean-up the stack.\\r\\n\\t            var i = stack.length - 1;\\r\\n\\t            expr = stack[i];\\r\\n\\t            markers.pop();\\r\\n\\t            while (i > 1) {\\r\\n\\t                var node = this.startNode(markers.pop());\\r\\n\\t                var operator = stack[i - 1];\\r\\n\\t                expr = this.finalize(node, new Node.BinaryExpression(operator, stack[i - 2], expr));\\r\\n\\t                i -= 2;\\r\\n\\t            }\\r\\n\\t        }\\r\\n\\t        return expr;\\r\\n\\t    };\\r\\n\\t    // https://tc39.github.io/ecma262/#sec-conditional-operator\\r\\n\\t    Parser.prototype.parseConditionalExpression = function () {\\r\\n\\t        var startToken = this.lookahead;\\r\\n\\t        var expr = this.inheritCoverGrammar(this.parseBinaryExpression);\\r\\n\\t        if (this.match('?')) {\\r\\n\\t            this.nextToken();\\r\\n\\t            var previousAllowIn = this.context.allowIn;\\r\\n\\t            this.context.allowIn = true;\\r\\n\\t            var consequent = this.isolateCoverGrammar(this.parseAssignmentExpression);\\r\\n\\t            this.context.allowIn = previousAllowIn;\\r\\n\\t            this.expect(':');\\r\\n\\t            var alternate = this.isolateCoverGrammar(this.parseAssignmentExpression);\\r\\n\\t            expr = this.finalize(this.startNode(startToken), new Node.ConditionalExpression(expr, consequent, alternate));\\r\\n\\t            this.context.isAssignmentTarget = false;\\r\\n\\t            this.context.isBindingElement = false;\\r\\n\\t        }\\r\\n\\t        return expr;\\r\\n\\t    };\\r\\n\\t    // https://tc39.github.io/ecma262/#sec-assignment-operators\\r\\n\\t    Parser.prototype.checkPatternParam = function (options, param) {\\r\\n\\t        switch (param.type) {\\r\\n\\t            case syntax_1.Syntax.Identifier:\\r\\n\\t                this.validateParam(options, param, param.name);\\r\\n\\t                break;\\r\\n\\t            case syntax_1.Syntax.RestElement:\\r\\n\\t                this.checkPatternParam(options, param.argument);\\r\\n\\t                break;\\r\\n\\t            case syntax_1.Syntax.AssignmentPattern:\\r\\n\\t                this.checkPatternParam(options, param.left);\\r\\n\\t                break;\\r\\n\\t            case syntax_1.Syntax.ArrayPattern:\\r\\n\\t                for (var i = 0; i < param.elements.length; i++) {\\r\\n\\t                    if (param.elements[i] !== null) {\\r\\n\\t                        this.checkPatternParam(options, param.elements[i]);\\r\\n\\t                    }\\r\\n\\t                }\\r\\n\\t                break;\\r\\n\\t            case syntax_1.Syntax.ObjectPattern:\\r\\n\\t                for (var i = 0; i < param.properties.length; i++) {\\r\\n\\t                    this.checkPatternParam(options, param.properties[i].value);\\r\\n\\t                }\\r\\n\\t                break;\\r\\n\\t            default:\\r\\n\\t                break;\\r\\n\\t        }\\r\\n\\t        options.simple = options.simple && (param instanceof Node.Identifier);\\r\\n\\t    };\\r\\n\\t    Parser.prototype.reinterpretAsCoverFormalsList = function (expr) {\\r\\n\\t        var params = [expr];\\r\\n\\t        var options;\\r\\n\\t        var asyncArrow = false;\\r\\n\\t        switch (expr.type) {\\r\\n\\t            case syntax_1.Syntax.Identifier:\\r\\n\\t                break;\\r\\n\\t            case ArrowParameterPlaceHolder:\\r\\n\\t                params = expr.params;\\r\\n\\t                asyncArrow = expr.async;\\r\\n\\t                break;\\r\\n\\t            default:\\r\\n\\t                return null;\\r\\n\\t        }\\r\\n\\t        options = {\\r\\n\\t            simple: true,\\r\\n\\t            paramSet: {}\\r\\n\\t        };\\r\\n\\t        for (var i = 0; i < params.length; ++i) {\\r\\n\\t            var param = params[i];\\r\\n\\t            if (param.type === syntax_1.Syntax.AssignmentPattern) {\\r\\n\\t                if (param.right.type === syntax_1.Syntax.YieldExpression) {\\r\\n\\t                    if (param.right.argument) {\\r\\n\\t                        this.throwUnexpectedToken(this.lookahead);\\r\\n\\t                    }\\r\\n\\t                    param.right.type = syntax_1.Syntax.Identifier;\\r\\n\\t                    param.right.name = 'yield';\\r\\n\\t                    delete param.right.argument;\\r\\n\\t                    delete param.right.delegate;\\r\\n\\t                }\\r\\n\\t            }\\r\\n\\t            else if (asyncArrow && param.type === syntax_1.Syntax.Identifier && param.name === 'await') {\\r\\n\\t                this.throwUnexpectedToken(this.lookahead);\\r\\n\\t            }\\r\\n\\t            this.checkPatternParam(options, param);\\r\\n\\t            params[i] = param;\\r\\n\\t        }\\r\\n\\t        if (this.context.strict || !this.context.allowYield) {\\r\\n\\t            for (var i = 0; i < params.length; ++i) {\\r\\n\\t                var param = params[i];\\r\\n\\t                if (param.type === syntax_1.Syntax.YieldExpression) {\\r\\n\\t                    this.throwUnexpectedToken(this.lookahead);\\r\\n\\t                }\\r\\n\\t            }\\r\\n\\t        }\\r\\n\\t        if (options.message === messages_1.Messages.StrictParamDupe) {\\r\\n\\t            var token = this.context.strict ? options.stricted : options.firstRestricted;\\r\\n\\t            this.throwUnexpectedToken(token, options.message);\\r\\n\\t        }\\r\\n\\t        return {\\r\\n\\t            simple: options.simple,\\r\\n\\t            params: params,\\r\\n\\t            stricted: options.stricted,\\r\\n\\t            firstRestricted: options.firstRestricted,\\r\\n\\t            message: options.message\\r\\n\\t        };\\r\\n\\t    };\\r\\n\\t    Parser.prototype.parseAssignmentExpression = function () {\\r\\n\\t        var expr;\\r\\n\\t        if (!this.context.allowYield && this.matchKeyword('yield')) {\\r\\n\\t            expr = this.parseYieldExpression();\\r\\n\\t        }\\r\\n\\t        else {\\r\\n\\t            var startToken = this.lookahead;\\r\\n\\t            var token = startToken;\\r\\n\\t            expr = this.parseConditionalExpression();\\r\\n\\t            if (token.type === 3 /* Identifier */ && (token.lineNumber === this.lookahead.lineNumber) && token.value === 'async') {\\r\\n\\t                if (this.lookahead.type === 3 /* Identifier */ || this.matchKeyword('yield')) {\\r\\n\\t                    var arg = this.parsePrimaryExpression();\\r\\n\\t                    this.reinterpretExpressionAsPattern(arg);\\r\\n\\t                    expr = {\\r\\n\\t                        type: ArrowParameterPlaceHolder,\\r\\n\\t                        params: [arg],\\r\\n\\t                        async: true\\r\\n\\t                    };\\r\\n\\t                }\\r\\n\\t            }\\r\\n\\t            if (expr.type === ArrowParameterPlaceHolder || this.match('=>')) {\\r\\n\\t                // https://tc39.github.io/ecma262/#sec-arrow-function-definitions\\r\\n\\t                this.context.isAssignmentTarget = false;\\r\\n\\t                this.context.isBindingElement = false;\\r\\n\\t                var isAsync = expr.async;\\r\\n\\t                var list = this.reinterpretAsCoverFormalsList(expr);\\r\\n\\t                if (list) {\\r\\n\\t                    if (this.hasLineTerminator) {\\r\\n\\t                        this.tolerateUnexpectedToken(this.lookahead);\\r\\n\\t                    }\\r\\n\\t                    this.context.firstCoverInitializedNameError = null;\\r\\n\\t                    var previousStrict = this.context.strict;\\r\\n\\t                    var previousAllowStrictDirective = this.context.allowStrictDirective;\\r\\n\\t                    this.context.allowStrictDirective = list.simple;\\r\\n\\t                    var previousAllowYield = this.context.allowYield;\\r\\n\\t                    var previousAwait = this.context.await;\\r\\n\\t                    this.context.allowYield = true;\\r\\n\\t                    this.context.await = isAsync;\\r\\n\\t                    var node = this.startNode(startToken);\\r\\n\\t                    this.expect('=>');\\r\\n\\t                    var body = void 0;\\r\\n\\t                    if (this.match('{')) {\\r\\n\\t                        var previousAllowIn = this.context.allowIn;\\r\\n\\t                        this.context.allowIn = true;\\r\\n\\t                        body = this.parseFunctionSourceElements();\\r\\n\\t                        this.context.allowIn = previousAllowIn;\\r\\n\\t                    }\\r\\n\\t                    else {\\r\\n\\t                        body = this.isolateCoverGrammar(this.parseAssignmentExpression);\\r\\n\\t                    }\\r\\n\\t                    var expression = body.type !== syntax_1.Syntax.BlockStatement;\\r\\n\\t                    if (this.context.strict && list.firstRestricted) {\\r\\n\\t                        this.throwUnexpectedToken(list.firstRestricted, list.message);\\r\\n\\t                    }\\r\\n\\t                    if (this.context.strict && list.stricted) {\\r\\n\\t                        this.tolerateUnexpectedToken(list.stricted, list.message);\\r\\n\\t                    }\\r\\n\\t                    expr = isAsync ? this.finalize(node, new Node.AsyncArrowFunctionExpression(list.params, body, expression)) :\\r\\n\\t                        this.finalize(node, new Node.ArrowFunctionExpression(list.params, body, expression));\\r\\n\\t                    this.context.strict = previousStrict;\\r\\n\\t                    this.context.allowStrictDirective = previousAllowStrictDirective;\\r\\n\\t                    this.context.allowYield = previousAllowYield;\\r\\n\\t                    this.context.await = previousAwait;\\r\\n\\t                }\\r\\n\\t            }\\r\\n\\t            else {\\r\\n\\t                if (this.matchAssign()) {\\r\\n\\t                    if (!this.context.isAssignmentTarget) {\\r\\n\\t                        this.tolerateError(messages_1.Messages.InvalidLHSInAssignment);\\r\\n\\t                    }\\r\\n\\t                    if (this.context.strict && expr.type === syntax_1.Syntax.Identifier) {\\r\\n\\t                        var id = expr;\\r\\n\\t                        if (this.scanner.isRestrictedWord(id.name)) {\\r\\n\\t                            this.tolerateUnexpectedToken(token, messages_1.Messages.StrictLHSAssignment);\\r\\n\\t                        }\\r\\n\\t                        if (this.scanner.isStrictModeReservedWord(id.name)) {\\r\\n\\t                            this.tolerateUnexpectedToken(token, messages_1.Messages.StrictReservedWord);\\r\\n\\t                        }\\r\\n\\t                    }\\r\\n\\t                    if (!this.match('=')) {\\r\\n\\t                        this.context.isAssignmentTarget = false;\\r\\n\\t                        this.context.isBindingElement = false;\\r\\n\\t                    }\\r\\n\\t                    else {\\r\\n\\t                        this.reinterpretExpressionAsPattern(expr);\\r\\n\\t                    }\\r\\n\\t                    token = this.nextToken();\\r\\n\\t                    var operator = token.value;\\r\\n\\t                    var right = this.isolateCoverGrammar(this.parseAssignmentExpression);\\r\\n\\t                    expr = this.finalize(this.startNode(startToken), new Node.AssignmentExpression(operator, expr, right));\\r\\n\\t                    this.context.firstCoverInitializedNameError = null;\\r\\n\\t                }\\r\\n\\t            }\\r\\n\\t        }\\r\\n\\t        return expr;\\r\\n\\t    };\\r\\n\\t    // https://tc39.github.io/ecma262/#sec-comma-operator\\r\\n\\t    Parser.prototype.parseExpression = function () {\\r\\n\\t        var startToken = this.lookahead;\\r\\n\\t        var expr = this.isolateCoverGrammar(this.parseAssignmentExpression);\\r\\n\\t        if (this.match(',')) {\\r\\n\\t            var expressions = [];\\r\\n\\t            expressions.push(expr);\\r\\n\\t            while (this.lookahead.type !== 2 /* EOF */) {\\r\\n\\t                if (!this.match(',')) {\\r\\n\\t                    break;\\r\\n\\t                }\\r\\n\\t                this.nextToken();\\r\\n\\t                expressions.push(this.isolateCoverGrammar(this.parseAssignmentExpression));\\r\\n\\t            }\\r\\n\\t            expr = this.finalize(this.startNode(startToken), new Node.SequenceExpression(expressions));\\r\\n\\t        }\\r\\n\\t        return expr;\\r\\n\\t    };\\r\\n\\t    // https://tc39.github.io/ecma262/#sec-block\\r\\n\\t    Parser.prototype.parseStatementListItem = function () {\\r\\n\\t        var statement;\\r\\n\\t        this.context.isAssignmentTarget = true;\\r\\n\\t        this.context.isBindingElement = true;\\r\\n\\t        if (this.lookahead.type === 4 /* Keyword */) {\\r\\n\\t            switch (this.lookahead.value) {\\r\\n\\t                case 'export':\\r\\n\\t                    if (!this.context.isModule) {\\r\\n\\t                        this.tolerateUnexpectedToken(this.lookahead, messages_1.Messages.IllegalExportDeclaration);\\r\\n\\t                    }\\r\\n\\t                    statement = this.parseExportDeclaration();\\r\\n\\t                    break;\\r\\n\\t                case 'import':\\r\\n\\t                    if (!this.context.isModule) {\\r\\n\\t                        this.tolerateUnexpectedToken(this.lookahead, messages_1.Messages.IllegalImportDeclaration);\\r\\n\\t                    }\\r\\n\\t                    statement = this.parseImportDeclaration();\\r\\n\\t                    break;\\r\\n\\t                case 'const':\\r\\n\\t                    statement = this.parseLexicalDeclaration({ inFor: false });\\r\\n\\t                    break;\\r\\n\\t                case 'function':\\r\\n\\t                    statement = this.parseFunctionDeclaration();\\r\\n\\t                    break;\\r\\n\\t                case 'class':\\r\\n\\t                    statement = this.parseClassDeclaration();\\r\\n\\t                    break;\\r\\n\\t                case 'let':\\r\\n\\t                    statement = this.isLexicalDeclaration() ? this.parseLexicalDeclaration({ inFor: false }) : this.parseStatement();\\r\\n\\t                    break;\\r\\n\\t                default:\\r\\n\\t                    statement = this.parseStatement();\\r\\n\\t                    break;\\r\\n\\t            }\\r\\n\\t        }\\r\\n\\t        else {\\r\\n\\t            statement = this.parseStatement();\\r\\n\\t        }\\r\\n\\t        return statement;\\r\\n\\t    };\\r\\n\\t    Parser.prototype.parseBlock = function () {\\r\\n\\t        var node = this.createNode();\\r\\n\\t        this.expect('{');\\r\\n\\t        var block = [];\\r\\n\\t        while (true) {\\r\\n\\t            if (this.match('}')) {\\r\\n\\t                break;\\r\\n\\t            }\\r\\n\\t            block.push(this.parseStatementListItem());\\r\\n\\t        }\\r\\n\\t        this.expect('}');\\r\\n\\t        return this.finalize(node, new Node.BlockStatement(block));\\r\\n\\t    };\\r\\n\\t    // https://tc39.github.io/ecma262/#sec-let-and-const-declarations\\r\\n\\t    Parser.prototype.parseLexicalBinding = function (kind, options) {\\r\\n\\t        var node = this.createNode();\\r\\n\\t        var params = [];\\r\\n\\t        var id = this.parsePattern(params, kind);\\r\\n\\t        if (this.context.strict && id.type === syntax_1.Syntax.Identifier) {\\r\\n\\t            if (this.scanner.isRestrictedWord(id.name)) {\\r\\n\\t                this.tolerateError(messages_1.Messages.StrictVarName);\\r\\n\\t            }\\r\\n\\t        }\\r\\n\\t        var init = null;\\r\\n\\t        if (kind === 'const') {\\r\\n\\t            if (!this.matchKeyword('in') && !this.matchContextualKeyword('of')) {\\r\\n\\t                if (this.match('=')) {\\r\\n\\t                    this.nextToken();\\r\\n\\t                    init = this.isolateCoverGrammar(this.parseAssignmentExpression);\\r\\n\\t                }\\r\\n\\t                else {\\r\\n\\t                    this.throwError(messages_1.Messages.DeclarationMissingInitializer, 'const');\\r\\n\\t                }\\r\\n\\t            }\\r\\n\\t        }\\r\\n\\t        else if ((!options.inFor && id.type !== syntax_1.Syntax.Identifier) || this.match('=')) {\\r\\n\\t            this.expect('=');\\r\\n\\t            init = this.isolateCoverGrammar(this.parseAssignmentExpression);\\r\\n\\t        }\\r\\n\\t        return this.finalize(node, new Node.VariableDeclarator(id, init));\\r\\n\\t    };\\r\\n\\t    Parser.prototype.parseBindingList = function (kind, options) {\\r\\n\\t        var list = [this.parseLexicalBinding(kind, options)];\\r\\n\\t        while (this.match(',')) {\\r\\n\\t            this.nextToken();\\r\\n\\t            list.push(this.parseLexicalBinding(kind, options));\\r\\n\\t        }\\r\\n\\t        return list;\\r\\n\\t    };\\r\\n\\t    Parser.prototype.isLexicalDeclaration = function () {\\r\\n\\t        var state = this.scanner.saveState();\\r\\n\\t        this.scanner.scanComments();\\r\\n\\t        var next = this.scanner.lex();\\r\\n\\t        this.scanner.restoreState(state);\\r\\n\\t        return (next.type === 3 /* Identifier */) ||\\r\\n\\t            (next.type === 7 /* Punctuator */ && next.value === '[') ||\\r\\n\\t            (next.type === 7 /* Punctuator */ && next.value === '{') ||\\r\\n\\t            (next.type === 4 /* Keyword */ && next.value === 'let') ||\\r\\n\\t            (next.type === 4 /* Keyword */ && next.value === 'yield');\\r\\n\\t    };\\r\\n\\t    Parser.prototype.parseLexicalDeclaration = function (options) {\\r\\n\\t        var node = this.createNode();\\r\\n\\t        var kind = this.nextToken().value;\\r\\n\\t        assert_1.assert(kind === 'let' || kind === 'const', 'Lexical declaration must be either let or const');\\r\\n\\t        var declarations = this.parseBindingList(kind, options);\\r\\n\\t        this.consumeSemicolon();\\r\\n\\t        return this.finalize(node, new Node.VariableDeclaration(declarations, kind));\\r\\n\\t    };\\r\\n\\t    // https://tc39.github.io/ecma262/#sec-destructuring-binding-patterns\\r\\n\\t    Parser.prototype.parseBindingRestElement = function (params, kind) {\\r\\n\\t        var node = this.createNode();\\r\\n\\t        this.expect('...');\\r\\n\\t        var arg = this.parsePattern(params, kind);\\r\\n\\t        return this.finalize(node, new Node.RestElement(arg));\\r\\n\\t    };\\r\\n\\t    Parser.prototype.parseArrayPattern = function (params, kind) {\\r\\n\\t        var node = this.createNode();\\r\\n\\t        this.expect('[');\\r\\n\\t        var elements = [];\\r\\n\\t        while (!this.match(']')) {\\r\\n\\t            if (this.match(',')) {\\r\\n\\t                this.nextToken();\\r\\n\\t                elements.push(null);\\r\\n\\t            }\\r\\n\\t            else {\\r\\n\\t                if (this.match('...')) {\\r\\n\\t                    elements.push(this.parseBindingRestElement(params, kind));\\r\\n\\t                    break;\\r\\n\\t                }\\r\\n\\t                else {\\r\\n\\t                    elements.push(this.parsePatternWithDefault(params, kind));\\r\\n\\t                }\\r\\n\\t                if (!this.match(']')) {\\r\\n\\t                    this.expect(',');\\r\\n\\t                }\\r\\n\\t            }\\r\\n\\t        }\\r\\n\\t        this.expect(']');\\r\\n\\t        return this.finalize(node, new Node.ArrayPattern(elements));\\r\\n\\t    };\\r\\n\\t    Parser.prototype.parsePropertyPattern = function (params, kind) {\\r\\n\\t        var node = this.createNode();\\r\\n\\t        var computed = false;\\r\\n\\t        var shorthand = false;\\r\\n\\t        var method = false;\\r\\n\\t        var key;\\r\\n\\t        var value;\\r\\n\\t        if (this.lookahead.type === 3 /* Identifier */) {\\r\\n\\t            var keyToken = this.lookahead;\\r\\n\\t            key = this.parseVariableIdentifier();\\r\\n\\t            var init = this.finalize(node, new Node.Identifier(keyToken.value));\\r\\n\\t            if (this.match('=')) {\\r\\n\\t                params.push(keyToken);\\r\\n\\t                shorthand = true;\\r\\n\\t                this.nextToken();\\r\\n\\t                var expr = this.parseAssignmentExpression();\\r\\n\\t                value = this.finalize(this.startNode(keyToken), new Node.AssignmentPattern(init, expr));\\r\\n\\t            }\\r\\n\\t            else if (!this.match(':')) {\\r\\n\\t                params.push(keyToken);\\r\\n\\t                shorthand = true;\\r\\n\\t                value = init;\\r\\n\\t            }\\r\\n\\t            else {\\r\\n\\t                this.expect(':');\\r\\n\\t                value = this.parsePatternWithDefault(params, kind);\\r\\n\\t            }\\r\\n\\t        }\\r\\n\\t        else {\\r\\n\\t            computed = this.match('[');\\r\\n\\t            key = this.parseObjectPropertyKey();\\r\\n\\t            this.expect(':');\\r\\n\\t            value = this.parsePatternWithDefault(params, kind);\\r\\n\\t        }\\r\\n\\t        return this.finalize(node, new Node.Property('init', key, computed, value, method, shorthand));\\r\\n\\t    };\\r\\n\\t    Parser.prototype.parseObjectPattern = function (params, kind) {\\r\\n\\t        var node = this.createNode();\\r\\n\\t        var properties = [];\\r\\n\\t        this.expect('{');\\r\\n\\t        while (!this.match('}')) {\\r\\n\\t            properties.push(this.parsePropertyPattern(params, kind));\\r\\n\\t            if (!this.match('}')) {\\r\\n\\t                this.expect(',');\\r\\n\\t            }\\r\\n\\t        }\\r\\n\\t        this.expect('}');\\r\\n\\t        return this.finalize(node, new Node.ObjectPattern(properties));\\r\\n\\t    };\\r\\n\\t    Parser.prototype.parsePattern = function (params, kind) {\\r\\n\\t        var pattern;\\r\\n\\t        if (this.match('[')) {\\r\\n\\t            pattern = this.parseArrayPattern(params, kind);\\r\\n\\t        }\\r\\n\\t        else if (this.match('{')) {\\r\\n\\t            pattern = this.parseObjectPattern(params, kind);\\r\\n\\t        }\\r\\n\\t        else {\\r\\n\\t            if (this.matchKeyword('let') && (kind === 'const' || kind === 'let')) {\\r\\n\\t                this.tolerateUnexpectedToken(this.lookahead, messages_1.Messages.LetInLexicalBinding);\\r\\n\\t            }\\r\\n\\t            params.push(this.lookahead);\\r\\n\\t            pattern = this.parseVariableIdentifier(kind);\\r\\n\\t        }\\r\\n\\t        return pattern;\\r\\n\\t    };\\r\\n\\t    Parser.prototype.parsePatternWithDefault = function (params, kind) {\\r\\n\\t        var startToken = this.lookahead;\\r\\n\\t        var pattern = this.parsePattern(params, kind);\\r\\n\\t        if (this.match('=')) {\\r\\n\\t            this.nextToken();\\r\\n\\t            var previousAllowYield = this.context.allowYield;\\r\\n\\t            this.context.allowYield = true;\\r\\n\\t            var right = this.isolateCoverGrammar(this.parseAssignmentExpression);\\r\\n\\t            this.context.allowYield = previousAllowYield;\\r\\n\\t            pattern = this.finalize(this.startNode(startToken), new Node.AssignmentPattern(pattern, right));\\r\\n\\t        }\\r\\n\\t        return pattern;\\r\\n\\t    };\\r\\n\\t    // https://tc39.github.io/ecma262/#sec-variable-statement\\r\\n\\t    Parser.prototype.parseVariableIdentifier = function (kind) {\\r\\n\\t        var node = this.createNode();\\r\\n\\t        var token = this.nextToken();\\r\\n\\t        if (token.type === 4 /* Keyword */ && token.value === 'yield') {\\r\\n\\t            if (this.context.strict) {\\r\\n\\t                this.tolerateUnexpectedToken(token, messages_1.Messages.StrictReservedWord);\\r\\n\\t            }\\r\\n\\t            else if (!this.context.allowYield) {\\r\\n\\t                this.throwUnexpectedToken(token);\\r\\n\\t            }\\r\\n\\t        }\\r\\n\\t        else if (token.type !== 3 /* Identifier */) {\\r\\n\\t            if (this.context.strict && token.type === 4 /* Keyword */ && this.scanner.isStrictModeReservedWord(token.value)) {\\r\\n\\t                this.tolerateUnexpectedToken(token, messages_1.Messages.StrictReservedWord);\\r\\n\\t            }\\r\\n\\t            else {\\r\\n\\t                if (this.context.strict || token.value !== 'let' || kind !== 'var') {\\r\\n\\t                    this.throwUnexpectedToken(token);\\r\\n\\t                }\\r\\n\\t            }\\r\\n\\t        }\\r\\n\\t        else if ((this.context.isModule || this.context.await) && token.type === 3 /* Identifier */ && token.value === 'await') {\\r\\n\\t            this.tolerateUnexpectedToken(token);\\r\\n\\t        }\\r\\n\\t        return this.finalize(node, new Node.Identifier(token.value));\\r\\n\\t    };\\r\\n\\t    Parser.prototype.parseVariableDeclaration = function (options) {\\r\\n\\t        var node = this.createNode();\\r\\n\\t        var params = [];\\r\\n\\t        var id = this.parsePattern(params, 'var');\\r\\n\\t        if (this.context.strict && id.type === syntax_1.Syntax.Identifier) {\\r\\n\\t            if (this.scanner.isRestrictedWord(id.name)) {\\r\\n\\t                this.tolerateError(messages_1.Messages.StrictVarName);\\r\\n\\t            }\\r\\n\\t        }\\r\\n\\t        var init = null;\\r\\n\\t        if (this.match('=')) {\\r\\n\\t            this.nextToken();\\r\\n\\t            init = this.isolateCoverGrammar(this.parseAssignmentExpression);\\r\\n\\t        }\\r\\n\\t        else if (id.type !== syntax_1.Syntax.Identifier && !options.inFor) {\\r\\n\\t            this.expect('=');\\r\\n\\t        }\\r\\n\\t        return this.finalize(node, new Node.VariableDeclarator(id, init));\\r\\n\\t    };\\r\\n\\t    Parser.prototype.parseVariableDeclarationList = function (options) {\\r\\n\\t        var opt = { inFor: options.inFor };\\r\\n\\t        var list = [];\\r\\n\\t        list.push(this.parseVariableDeclaration(opt));\\r\\n\\t        while (this.match(',')) {\\r\\n\\t            this.nextToken();\\r\\n\\t            list.push(this.parseVariableDeclaration(opt));\\r\\n\\t        }\\r\\n\\t        return list;\\r\\n\\t    };\\r\\n\\t    Parser.prototype.parseVariableStatement = function () {\\r\\n\\t        var node = this.createNode();\\r\\n\\t        this.expectKeyword('var');\\r\\n\\t        var declarations = this.parseVariableDeclarationList({ inFor: false });\\r\\n\\t        this.consumeSemicolon();\\r\\n\\t        return this.finalize(node, new Node.VariableDeclaration(declarations, 'var'));\\r\\n\\t    };\\r\\n\\t    // https://tc39.github.io/ecma262/#sec-empty-statement\\r\\n\\t    Parser.prototype.parseEmptyStatement = function () {\\r\\n\\t        var node = this.createNode();\\r\\n\\t        this.expect(';');\\r\\n\\t        return this.finalize(node, new Node.EmptyStatement());\\r\\n\\t    };\\r\\n\\t    // https://tc39.github.io/ecma262/#sec-expression-statement\\r\\n\\t    Parser.prototype.parseExpressionStatement = function () {\\r\\n\\t        var node = this.createNode();\\r\\n\\t        var expr = this.parseExpression();\\r\\n\\t        this.consumeSemicolon();\\r\\n\\t        return this.finalize(node, new Node.ExpressionStatement(expr));\\r\\n\\t    };\\r\\n\\t    // https://tc39.github.io/ecma262/#sec-if-statement\\r\\n\\t    Parser.prototype.parseIfClause = function () {\\r\\n\\t        if (this.context.strict && this.matchKeyword('function')) {\\r\\n\\t            this.tolerateError(messages_1.Messages.StrictFunction);\\r\\n\\t        }\\r\\n\\t        return this.parseStatement();\\r\\n\\t    };\\r\\n\\t    Parser.prototype.parseIfStatement = function () {\\r\\n\\t        var node = this.createNode();\\r\\n\\t        var consequent;\\r\\n\\t        var alternate = null;\\r\\n\\t        this.expectKeyword('if');\\r\\n\\t        this.expect('(');\\r\\n\\t        var test = this.parseExpression();\\r\\n\\t        if (!this.match(')') && this.config.tolerant) {\\r\\n\\t            this.tolerateUnexpectedToken(this.nextToken());\\r\\n\\t            consequent = this.finalize(this.createNode(), new Node.EmptyStatement());\\r\\n\\t        }\\r\\n\\t        else {\\r\\n\\t            this.expect(')');\\r\\n\\t            consequent = this.parseIfClause();\\r\\n\\t            if (this.matchKeyword('else')) {\\r\\n\\t                this.nextToken();\\r\\n\\t                alternate = this.parseIfClause();\\r\\n\\t            }\\r\\n\\t        }\\r\\n\\t        return this.finalize(node, new Node.IfStatement(test, consequent, alternate));\\r\\n\\t    };\\r\\n\\t    // https://tc39.github.io/ecma262/#sec-do-while-statement\\r\\n\\t    Parser.prototype.parseDoWhileStatement = function () {\\r\\n\\t        var node = this.createNode();\\r\\n\\t        this.expectKeyword('do');\\r\\n\\t        var previousInIteration = this.context.inIteration;\\r\\n\\t        this.context.inIteration = true;\\r\\n\\t        var body = this.parseStatement();\\r\\n\\t        this.context.inIteration = previousInIteration;\\r\\n\\t        this.expectKeyword('while');\\r\\n\\t        this.expect('(');\\r\\n\\t        var test = this.parseExpression();\\r\\n\\t        if (!this.match(')') && this.config.tolerant) {\\r\\n\\t            this.tolerateUnexpectedToken(this.nextToken());\\r\\n\\t        }\\r\\n\\t        else {\\r\\n\\t            this.expect(')');\\r\\n\\t            if (this.match(';')) {\\r\\n\\t                this.nextToken();\\r\\n\\t            }\\r\\n\\t        }\\r\\n\\t        return this.finalize(node, new Node.DoWhileStatement(body, test));\\r\\n\\t    };\\r\\n\\t    // https://tc39.github.io/ecma262/#sec-while-statement\\r\\n\\t    Parser.prototype.parseWhileStatement = function () {\\r\\n\\t        var node = this.createNode();\\r\\n\\t        var body;\\r\\n\\t        this.expectKeyword('while');\\r\\n\\t        this.expect('(');\\r\\n\\t        var test = this.parseExpression();\\r\\n\\t        if (!this.match(')') && this.config.tolerant) {\\r\\n\\t            this.tolerateUnexpectedToken(this.nextToken());\\r\\n\\t            body = this.finalize(this.createNode(), new Node.EmptyStatement());\\r\\n\\t        }\\r\\n\\t        else {\\r\\n\\t            this.expect(')');\\r\\n\\t            var previousInIteration = this.context.inIteration;\\r\\n\\t            this.context.inIteration = true;\\r\\n\\t            body = this.parseStatement();\\r\\n\\t            this.context.inIteration = previousInIteration;\\r\\n\\t        }\\r\\n\\t        return this.finalize(node, new Node.WhileStatement(test, body));\\r\\n\\t    };\\r\\n\\t    // https://tc39.github.io/ecma262/#sec-for-statement\\r\\n\\t    // https://tc39.github.io/ecma262/#sec-for-in-and-for-of-statements\\r\\n\\t    Parser.prototype.parseForStatement = function () {\\r\\n\\t        var init = null;\\r\\n\\t        var test = null;\\r\\n\\t        var update = null;\\r\\n\\t        var forIn = true;\\r\\n\\t        var left, right;\\r\\n\\t        var node = this.createNode();\\r\\n\\t        this.expectKeyword('for');\\r\\n\\t        this.expect('(');\\r\\n\\t        if (this.match(';')) {\\r\\n\\t            this.nextToken();\\r\\n\\t        }\\r\\n\\t        else {\\r\\n\\t            if (this.matchKeyword('var')) {\\r\\n\\t                init = this.createNode();\\r\\n\\t                this.nextToken();\\r\\n\\t                var previousAllowIn = this.context.allowIn;\\r\\n\\t                this.context.allowIn = false;\\r\\n\\t                var declarations = this.parseVariableDeclarationList({ inFor: true });\\r\\n\\t                this.context.allowIn = previousAllowIn;\\r\\n\\t                if (declarations.length === 1 && this.matchKeyword('in')) {\\r\\n\\t                    var decl = declarations[0];\\r\\n\\t                    if (decl.init && (decl.id.type === syntax_1.Syntax.ArrayPattern || decl.id.type === syntax_1.Syntax.ObjectPattern || this.context.strict)) {\\r\\n\\t                        this.tolerateError(messages_1.Messages.ForInOfLoopInitializer, 'for-in');\\r\\n\\t                    }\\r\\n\\t                    init = this.finalize(init, new Node.VariableDeclaration(declarations, 'var'));\\r\\n\\t                    this.nextToken();\\r\\n\\t                    left = init;\\r\\n\\t                    right = this.parseExpression();\\r\\n\\t                    init = null;\\r\\n\\t                }\\r\\n\\t                else if (declarations.length === 1 && declarations[0].init === null && this.matchContextualKeyword('of')) {\\r\\n\\t                    init = this.finalize(init, new Node.VariableDeclaration(declarations, 'var'));\\r\\n\\t                    this.nextToken();\\r\\n\\t                    left = init;\\r\\n\\t                    right = this.parseAssignmentExpression();\\r\\n\\t                    init = null;\\r\\n\\t                    forIn = false;\\r\\n\\t                }\\r\\n\\t                else {\\r\\n\\t                    init = this.finalize(init, new Node.VariableDeclaration(declarations, 'var'));\\r\\n\\t                    this.expect(';');\\r\\n\\t                }\\r\\n\\t            }\\r\\n\\t            else if (this.matchKeyword('const') || this.matchKeyword('let')) {\\r\\n\\t                init = this.createNode();\\r\\n\\t                var kind = this.nextToken().value;\\r\\n\\t                if (!this.context.strict && this.lookahead.value === 'in') {\\r\\n\\t                    init = this.finalize(init, new Node.Identifier(kind));\\r\\n\\t                    this.nextToken();\\r\\n\\t                    left = init;\\r\\n\\t                    right = this.parseExpression();\\r\\n\\t                    init = null;\\r\\n\\t                }\\r\\n\\t                else {\\r\\n\\t                    var previousAllowIn = this.context.allowIn;\\r\\n\\t                    this.context.allowIn = false;\\r\\n\\t                    var declarations = this.parseBindingList(kind, { inFor: true });\\r\\n\\t                    this.context.allowIn = previousAllowIn;\\r\\n\\t                    if (declarations.length === 1 && declarations[0].init === null && this.matchKeyword('in')) {\\r\\n\\t                        init = this.finalize(init, new Node.VariableDeclaration(declarations, kind));\\r\\n\\t                        this.nextToken();\\r\\n\\t                        left = init;\\r\\n\\t                        right = this.parseExpression();\\r\\n\\t                        init = null;\\r\\n\\t                    }\\r\\n\\t                    else if (declarations.length === 1 && declarations[0].init === null && this.matchContextualKeyword('of')) {\\r\\n\\t                        init = this.finalize(init, new Node.VariableDeclaration(declarations, kind));\\r\\n\\t                        this.nextToken();\\r\\n\\t                        left = init;\\r\\n\\t                        right = this.parseAssignmentExpression();\\r\\n\\t                        init = null;\\r\\n\\t                        forIn = false;\\r\\n\\t                    }\\r\\n\\t                    else {\\r\\n\\t                        this.consumeSemicolon();\\r\\n\\t                        init = this.finalize(init, new Node.VariableDeclaration(declarations, kind));\\r\\n\\t                    }\\r\\n\\t                }\\r\\n\\t            }\\r\\n\\t            else {\\r\\n\\t                var initStartToken = this.lookahead;\\r\\n\\t                var previousAllowIn = this.context.allowIn;\\r\\n\\t                this.context.allowIn = false;\\r\\n\\t                init = this.inheritCoverGrammar(this.parseAssignmentExpression);\\r\\n\\t                this.context.allowIn = previousAllowIn;\\r\\n\\t                if (this.matchKeyword('in')) {\\r\\n\\t                    if (!this.context.isAssignmentTarget || init.type === syntax_1.Syntax.AssignmentExpression) {\\r\\n\\t                        this.tolerateError(messages_1.Messages.InvalidLHSInForIn);\\r\\n\\t                    }\\r\\n\\t                    this.nextToken();\\r\\n\\t                    this.reinterpretExpressionAsPattern(init);\\r\\n\\t                    left = init;\\r\\n\\t                    right = this.parseExpression();\\r\\n\\t                    init = null;\\r\\n\\t                }\\r\\n\\t                else if (this.matchContextualKeyword('of')) {\\r\\n\\t                    if (!this.context.isAssignmentTarget || init.type === syntax_1.Syntax.AssignmentExpression) {\\r\\n\\t                        this.tolerateError(messages_1.Messages.InvalidLHSInForLoop);\\r\\n\\t                    }\\r\\n\\t                    this.nextToken();\\r\\n\\t                    this.reinterpretExpressionAsPattern(init);\\r\\n\\t                    left = init;\\r\\n\\t                    right = this.parseAssignmentExpression();\\r\\n\\t                    init = null;\\r\\n\\t                    forIn = false;\\r\\n\\t                }\\r\\n\\t                else {\\r\\n\\t                    if (this.match(',')) {\\r\\n\\t                        var initSeq = [init];\\r\\n\\t                        while (this.match(',')) {\\r\\n\\t                            this.nextToken();\\r\\n\\t                            initSeq.push(this.isolateCoverGrammar(this.parseAssignmentExpression));\\r\\n\\t                        }\\r\\n\\t                        init = this.finalize(this.startNode(initStartToken), new Node.SequenceExpression(initSeq));\\r\\n\\t                    }\\r\\n\\t                    this.expect(';');\\r\\n\\t                }\\r\\n\\t            }\\r\\n\\t        }\\r\\n\\t        if (typeof left === 'undefined') {\\r\\n\\t            if (!this.match(';')) {\\r\\n\\t                test = this.parseExpression();\\r\\n\\t            }\\r\\n\\t            this.expect(';');\\r\\n\\t            if (!this.match(')')) {\\r\\n\\t                update = this.parseExpression();\\r\\n\\t            }\\r\\n\\t        }\\r\\n\\t        var body;\\r\\n\\t        if (!this.match(')') && this.config.tolerant) {\\r\\n\\t            this.tolerateUnexpectedToken(this.nextToken());\\r\\n\\t            body = this.finalize(this.createNode(), new Node.EmptyStatement());\\r\\n\\t        }\\r\\n\\t        else {\\r\\n\\t            this.expect(')');\\r\\n\\t            var previousInIteration = this.context.inIteration;\\r\\n\\t            this.context.inIteration = true;\\r\\n\\t            body = this.isolateCoverGrammar(this.parseStatement);\\r\\n\\t            this.context.inIteration = previousInIteration;\\r\\n\\t        }\\r\\n\\t        return (typeof left === 'undefined') ?\\r\\n\\t            this.finalize(node, new Node.ForStatement(init, test, update, body)) :\\r\\n\\t            forIn ? this.finalize(node, new Node.ForInStatement(left, right, body)) :\\r\\n\\t                this.finalize(node, new Node.ForOfStatement(left, right, body));\\r\\n\\t    };\\r\\n\\t    // https://tc39.github.io/ecma262/#sec-continue-statement\\r\\n\\t    Parser.prototype.parseContinueStatement = function () {\\r\\n\\t        var node = this.createNode();\\r\\n\\t        this.expectKeyword('continue');\\r\\n\\t        var label = null;\\r\\n\\t        if (this.lookahead.type === 3 /* Identifier */ && !this.hasLineTerminator) {\\r\\n\\t            var id = this.parseVariableIdentifier();\\r\\n\\t            label = id;\\r\\n\\t            var key = '$' + id.name;\\r\\n\\t            if (!Object.prototype.hasOwnProperty.call(this.context.labelSet, key)) {\\r\\n\\t                this.throwError(messages_1.Messages.UnknownLabel, id.name);\\r\\n\\t            }\\r\\n\\t        }\\r\\n\\t        this.consumeSemicolon();\\r\\n\\t        if (label === null && !this.context.inIteration) {\\r\\n\\t            this.throwError(messages_1.Messages.IllegalContinue);\\r\\n\\t        }\\r\\n\\t        return this.finalize(node, new Node.ContinueStatement(label));\\r\\n\\t    };\\r\\n\\t    // https://tc39.github.io/ecma262/#sec-break-statement\\r\\n\\t    Parser.prototype.parseBreakStatement = function () {\\r\\n\\t        var node = this.createNode();\\r\\n\\t        this.expectKeyword('break');\\r\\n\\t        var label = null;\\r\\n\\t        if (this.lookahead.type === 3 /* Identifier */ && !this.hasLineTerminator) {\\r\\n\\t            var id = this.parseVariableIdentifier();\\r\\n\\t            var key = '$' + id.name;\\r\\n\\t            if (!Object.prototype.hasOwnProperty.call(this.context.labelSet, key)) {\\r\\n\\t                this.throwError(messages_1.Messages.UnknownLabel, id.name);\\r\\n\\t            }\\r\\n\\t            label = id;\\r\\n\\t        }\\r\\n\\t        this.consumeSemicolon();\\r\\n\\t        if (label === null && !this.context.inIteration && !this.context.inSwitch) {\\r\\n\\t            this.throwError(messages_1.Messages.IllegalBreak);\\r\\n\\t        }\\r\\n\\t        return this.finalize(node, new Node.BreakStatement(label));\\r\\n\\t    };\\r\\n\\t    // https://tc39.github.io/ecma262/#sec-return-statement\\r\\n\\t    Parser.prototype.parseReturnStatement = function () {\\r\\n\\t        if (!this.context.inFunctionBody) {\\r\\n\\t            this.tolerateError(messages_1.Messages.IllegalReturn);\\r\\n\\t        }\\r\\n\\t        var node = this.createNode();\\r\\n\\t        this.expectKeyword('return');\\r\\n\\t        var hasArgument = !this.match(';') && !this.match('}') &&\\r\\n\\t            !this.hasLineTerminator && this.lookahead.type !== 2 /* EOF */;\\r\\n\\t        var argument = hasArgument ? this.parseExpression() : null;\\r\\n\\t        this.consumeSemicolon();\\r\\n\\t        return this.finalize(node, new Node.ReturnStatement(argument));\\r\\n\\t    };\\r\\n\\t    // https://tc39.github.io/ecma262/#sec-with-statement\\r\\n\\t    Parser.prototype.parseWithStatement = function () {\\r\\n\\t        if (this.context.strict) {\\r\\n\\t            this.tolerateError(messages_1.Messages.StrictModeWith);\\r\\n\\t        }\\r\\n\\t        var node = this.createNode();\\r\\n\\t        var body;\\r\\n\\t        this.expectKeyword('with');\\r\\n\\t        this.expect('(');\\r\\n\\t        var object = this.parseExpression();\\r\\n\\t        if (!this.match(')') && this.config.tolerant) {\\r\\n\\t            this.tolerateUnexpectedToken(this.nextToken());\\r\\n\\t            body = this.finalize(this.createNode(), new Node.EmptyStatement());\\r\\n\\t        }\\r\\n\\t        else {\\r\\n\\t            this.expect(')');\\r\\n\\t            body = this.parseStatement();\\r\\n\\t        }\\r\\n\\t        return this.finalize(node, new Node.WithStatement(object, body));\\r\\n\\t    };\\r\\n\\t    // https://tc39.github.io/ecma262/#sec-switch-statement\\r\\n\\t    Parser.prototype.parseSwitchCase = function () {\\r\\n\\t        var node = this.createNode();\\r\\n\\t        var test;\\r\\n\\t        if (this.matchKeyword('default')) {\\r\\n\\t            this.nextToken();\\r\\n\\t            test = null;\\r\\n\\t        }\\r\\n\\t        else {\\r\\n\\t            this.expectKeyword('case');\\r\\n\\t            test = this.parseExpression();\\r\\n\\t        }\\r\\n\\t        this.expect(':');\\r\\n\\t        var consequent = [];\\r\\n\\t        while (true) {\\r\\n\\t            if (this.match('}') || this.matchKeyword('default') || this.matchKeyword('case')) {\\r\\n\\t                break;\\r\\n\\t            }\\r\\n\\t            consequent.push(this.parseStatementListItem());\\r\\n\\t        }\\r\\n\\t        return this.finalize(node, new Node.SwitchCase(test, consequent));\\r\\n\\t    };\\r\\n\\t    Parser.prototype.parseSwitchStatement = function () {\\r\\n\\t        var node = this.createNode();\\r\\n\\t        this.expectKeyword('switch');\\r\\n\\t        this.expect('(');\\r\\n\\t        var discriminant = this.parseExpression();\\r\\n\\t        this.expect(')');\\r\\n\\t        var previousInSwitch = this.context.inSwitch;\\r\\n\\t        this.context.inSwitch = true;\\r\\n\\t        var cases = [];\\r\\n\\t        var defaultFound = false;\\r\\n\\t        this.expect('{');\\r\\n\\t        while (true) {\\r\\n\\t            if (this.match('}')) {\\r\\n\\t                break;\\r\\n\\t            }\\r\\n\\t            var clause = this.parseSwitchCase();\\r\\n\\t            if (clause.test === null) {\\r\\n\\t                if (defaultFound) {\\r\\n\\t                    this.throwError(messages_1.Messages.MultipleDefaultsInSwitch);\\r\\n\\t                }\\r\\n\\t                defaultFound = true;\\r\\n\\t            }\\r\\n\\t            cases.push(clause);\\r\\n\\t        }\\r\\n\\t        this.expect('}');\\r\\n\\t        this.context.inSwitch = previousInSwitch;\\r\\n\\t        return this.finalize(node, new Node.SwitchStatement(discriminant, cases));\\r\\n\\t    };\\r\\n\\t    // https://tc39.github.io/ecma262/#sec-labelled-statements\\r\\n\\t    Parser.prototype.parseLabelledStatement = function () {\\r\\n\\t        var node = this.createNode();\\r\\n\\t        var expr = this.parseExpression();\\r\\n\\t        var statement;\\r\\n\\t        if ((expr.type === syntax_1.Syntax.Identifier) && this.match(':')) {\\r\\n\\t            this.nextToken();\\r\\n\\t            var id = expr;\\r\\n\\t            var key = '$' + id.name;\\r\\n\\t            if (Object.prototype.hasOwnProperty.call(this.context.labelSet, key)) {\\r\\n\\t                this.throwError(messages_1.Messages.Redeclaration, 'Label', id.name);\\r\\n\\t            }\\r\\n\\t            this.context.labelSet[key] = true;\\r\\n\\t            var body = void 0;\\r\\n\\t            if (this.matchKeyword('class')) {\\r\\n\\t                this.tolerateUnexpectedToken(this.lookahead);\\r\\n\\t                body = this.parseClassDeclaration();\\r\\n\\t            }\\r\\n\\t            else if (this.matchKeyword('function')) {\\r\\n\\t                var token = this.lookahead;\\r\\n\\t                var declaration = this.parseFunctionDeclaration();\\r\\n\\t                if (this.context.strict) {\\r\\n\\t                    this.tolerateUnexpectedToken(token, messages_1.Messages.StrictFunction);\\r\\n\\t                }\\r\\n\\t                else if (declaration.generator) {\\r\\n\\t                    this.tolerateUnexpectedToken(token, messages_1.Messages.GeneratorInLegacyContext);\\r\\n\\t                }\\r\\n\\t                body = declaration;\\r\\n\\t            }\\r\\n\\t            else {\\r\\n\\t                body = this.parseStatement();\\r\\n\\t            }\\r\\n\\t            delete this.context.labelSet[key];\\r\\n\\t            statement = new Node.LabeledStatement(id, body);\\r\\n\\t        }\\r\\n\\t        else {\\r\\n\\t            this.consumeSemicolon();\\r\\n\\t            statement = new Node.ExpressionStatement(expr);\\r\\n\\t        }\\r\\n\\t        return this.finalize(node, statement);\\r\\n\\t    };\\r\\n\\t    // https://tc39.github.io/ecma262/#sec-throw-statement\\r\\n\\t    Parser.prototype.parseThrowStatement = function () {\\r\\n\\t        var node = this.createNode();\\r\\n\\t        this.expectKeyword('throw');\\r\\n\\t        if (this.hasLineTerminator) {\\r\\n\\t            this.throwError(messages_1.Messages.NewlineAfterThrow);\\r\\n\\t        }\\r\\n\\t        var argument = this.parseExpression();\\r\\n\\t        this.consumeSemicolon();\\r\\n\\t        return this.finalize(node, new Node.ThrowStatement(argument));\\r\\n\\t    };\\r\\n\\t    // https://tc39.github.io/ecma262/#sec-try-statement\\r\\n\\t    Parser.prototype.parseCatchClause = function () {\\r\\n\\t        var node = this.createNode();\\r\\n\\t        this.expectKeyword('catch');\\r\\n\\t        this.expect('(');\\r\\n\\t        if (this.match(')')) {\\r\\n\\t            this.throwUnexpectedToken(this.lookahead);\\r\\n\\t        }\\r\\n\\t        var params = [];\\r\\n\\t        var param = this.parsePattern(params);\\r\\n\\t        var paramMap = {};\\r\\n\\t        for (var i = 0; i < params.length; i++) {\\r\\n\\t            var key = '$' + params[i].value;\\r\\n\\t            if (Object.prototype.hasOwnProperty.call(paramMap, key)) {\\r\\n\\t                this.tolerateError(messages_1.Messages.DuplicateBinding, params[i].value);\\r\\n\\t            }\\r\\n\\t            paramMap[key] = true;\\r\\n\\t        }\\r\\n\\t        if (this.context.strict && param.type === syntax_1.Syntax.Identifier) {\\r\\n\\t            if (this.scanner.isRestrictedWord(param.name)) {\\r\\n\\t                this.tolerateError(messages_1.Messages.StrictCatchVariable);\\r\\n\\t            }\\r\\n\\t        }\\r\\n\\t        this.expect(')');\\r\\n\\t        var body = this.parseBlock();\\r\\n\\t        return this.finalize(node, new Node.CatchClause(param, body));\\r\\n\\t    };\\r\\n\\t    Parser.prototype.parseFinallyClause = function () {\\r\\n\\t        this.expectKeyword('finally');\\r\\n\\t        return this.parseBlock();\\r\\n\\t    };\\r\\n\\t    Parser.prototype.parseTryStatement = function () {\\r\\n\\t        var node = this.createNode();\\r\\n\\t        this.expectKeyword('try');\\r\\n\\t        var block = this.parseBlock();\\r\\n\\t        var handler = this.matchKeyword('catch') ? this.parseCatchClause() : null;\\r\\n\\t        var finalizer = this.matchKeyword('finally') ? this.parseFinallyClause() : null;\\r\\n\\t        if (!handler && !finalizer) {\\r\\n\\t            this.throwError(messages_1.Messages.NoCatchOrFinally);\\r\\n\\t        }\\r\\n\\t        return this.finalize(node, new Node.TryStatement(block, handler, finalizer));\\r\\n\\t    };\\r\\n\\t    // https://tc39.github.io/ecma262/#sec-debugger-statement\\r\\n\\t    Parser.prototype.parseDebuggerStatement = function () {\\r\\n\\t        var node = this.createNode();\\r\\n\\t        this.expectKeyword('debugger');\\r\\n\\t        this.consumeSemicolon();\\r\\n\\t        return this.finalize(node, new Node.DebuggerStatement());\\r\\n\\t    };\\r\\n\\t    // https://tc39.github.io/ecma262/#sec-ecmascript-language-statements-and-declarations\\r\\n\\t    Parser.prototype.parseStatement = function () {\\r\\n\\t        var statement;\\r\\n\\t        switch (this.lookahead.type) {\\r\\n\\t            case 1 /* BooleanLiteral */:\\r\\n\\t            case 5 /* NullLiteral */:\\r\\n\\t            case 6 /* NumericLiteral */:\\r\\n\\t            case 8 /* StringLiteral */:\\r\\n\\t            case 10 /* Template */:\\r\\n\\t            case 9 /* RegularExpression */:\\r\\n\\t                statement = this.parseExpressionStatement();\\r\\n\\t                break;\\r\\n\\t            case 7 /* Punctuator */:\\r\\n\\t                var value = this.lookahead.value;\\r\\n\\t                if (value === '{') {\\r\\n\\t                    statement = this.parseBlock();\\r\\n\\t                }\\r\\n\\t                else if (value === '(') {\\r\\n\\t                    statement = this.parseExpressionStatement();\\r\\n\\t                }\\r\\n\\t                else if (value === ';') {\\r\\n\\t                    statement = this.parseEmptyStatement();\\r\\n\\t                }\\r\\n\\t                else {\\r\\n\\t                    statement = this.parseExpressionStatement();\\r\\n\\t                }\\r\\n\\t                break;\\r\\n\\t            case 3 /* Identifier */:\\r\\n\\t                statement = this.matchAsyncFunction() ? this.parseFunctionDeclaration() : this.parseLabelledStatement();\\r\\n\\t                break;\\r\\n\\t            case 4 /* Keyword */:\\r\\n\\t                switch (this.lookahead.value) {\\r\\n\\t                    case 'break':\\r\\n\\t                        statement = this.parseBreakStatement();\\r\\n\\t                        break;\\r\\n\\t                    case 'continue':\\r\\n\\t                        statement = this.parseContinueStatement();\\r\\n\\t                        break;\\r\\n\\t                    case 'debugger':\\r\\n\\t                        statement = this.parseDebuggerStatement();\\r\\n\\t                        break;\\r\\n\\t                    case 'do':\\r\\n\\t                        statement = this.parseDoWhileStatement();\\r\\n\\t                        break;\\r\\n\\t                    case 'for':\\r\\n\\t                        statement = this.parseForStatement();\\r\\n\\t                        break;\\r\\n\\t                    case 'function':\\r\\n\\t                        statement = this.parseFunctionDeclaration();\\r\\n\\t                        break;\\r\\n\\t                    case 'if':\\r\\n\\t                        statement = this.parseIfStatement();\\r\\n\\t                        break;\\r\\n\\t                    case 'return':\\r\\n\\t                        statement = this.parseReturnStatement();\\r\\n\\t                        break;\\r\\n\\t                    case 'switch':\\r\\n\\t                        statement = this.parseSwitchStatement();\\r\\n\\t                        break;\\r\\n\\t                    case 'throw':\\r\\n\\t                        statement = this.parseThrowStatement();\\r\\n\\t                        break;\\r\\n\\t                    case 'try':\\r\\n\\t                        statement = this.parseTryStatement();\\r\\n\\t                        break;\\r\\n\\t                    case 'var':\\r\\n\\t                        statement = this.parseVariableStatement();\\r\\n\\t                        break;\\r\\n\\t                    case 'while':\\r\\n\\t                        statement = this.parseWhileStatement();\\r\\n\\t                        break;\\r\\n\\t                    case 'with':\\r\\n\\t                        statement = this.parseWithStatement();\\r\\n\\t                        break;\\r\\n\\t                    default:\\r\\n\\t                        statement = this.parseExpressionStatement();\\r\\n\\t                        break;\\r\\n\\t                }\\r\\n\\t                break;\\r\\n\\t            default:\\r\\n\\t                statement = this.throwUnexpectedToken(this.lookahead);\\r\\n\\t        }\\r\\n\\t        return statement;\\r\\n\\t    };\\r\\n\\t    // https://tc39.github.io/ecma262/#sec-function-definitions\\r\\n\\t    Parser.prototype.parseFunctionSourceElements = function () {\\r\\n\\t        var node = this.createNode();\\r\\n\\t        this.expect('{');\\r\\n\\t        var body = this.parseDirectivePrologues();\\r\\n\\t        var previousLabelSet = this.context.labelSet;\\r\\n\\t        var previousInIteration = this.context.inIteration;\\r\\n\\t        var previousInSwitch = this.context.inSwitch;\\r\\n\\t        var previousInFunctionBody = this.context.inFunctionBody;\\r\\n\\t        this.context.labelSet = {};\\r\\n\\t        this.context.inIteration = false;\\r\\n\\t        this.context.inSwitch = false;\\r\\n\\t        this.context.inFunctionBody = true;\\r\\n\\t        while (this.lookahead.type !== 2 /* EOF */) {\\r\\n\\t            if (this.match('}')) {\\r\\n\\t                break;\\r\\n\\t            }\\r\\n\\t            body.push(this.parseStatementListItem());\\r\\n\\t        }\\r\\n\\t        this.expect('}');\\r\\n\\t        this.context.labelSet = previousLabelSet;\\r\\n\\t        this.context.inIteration = previousInIteration;\\r\\n\\t        this.context.inSwitch = previousInSwitch;\\r\\n\\t        this.context.inFunctionBody = previousInFunctionBody;\\r\\n\\t        return this.finalize(node, new Node.BlockStatement(body));\\r\\n\\t    };\\r\\n\\t    Parser.prototype.validateParam = function (options, param, name) {\\r\\n\\t        var key = '$' + name;\\r\\n\\t        if (this.context.strict) {\\r\\n\\t            if (this.scanner.isRestrictedWord(name)) {\\r\\n\\t                options.stricted = param;\\r\\n\\t                options.message = messages_1.Messages.StrictParamName;\\r\\n\\t            }\\r\\n\\t            if (Object.prototype.hasOwnProperty.call(options.paramSet, key)) {\\r\\n\\t                options.stricted = param;\\r\\n\\t                options.message = messages_1.Messages.StrictParamDupe;\\r\\n\\t            }\\r\\n\\t        }\\r\\n\\t        else if (!options.firstRestricted) {\\r\\n\\t            if (this.scanner.isRestrictedWord(name)) {\\r\\n\\t                options.firstRestricted = param;\\r\\n\\t                options.message = messages_1.Messages.StrictParamName;\\r\\n\\t            }\\r\\n\\t            else if (this.scanner.isStrictModeReservedWord(name)) {\\r\\n\\t                options.firstRestricted = param;\\r\\n\\t                options.message = messages_1.Messages.StrictReservedWord;\\r\\n\\t            }\\r\\n\\t            else if (Object.prototype.hasOwnProperty.call(options.paramSet, key)) {\\r\\n\\t                options.stricted = param;\\r\\n\\t                options.message = messages_1.Messages.StrictParamDupe;\\r\\n\\t            }\\r\\n\\t        }\\r\\n\\t        /* istanbul ignore next */\\r\\n\\t        if (typeof Object.defineProperty === 'function') {\\r\\n\\t            Object.defineProperty(options.paramSet, key, { value: true, enumerable: true, writable: true, configurable: true });\\r\\n\\t        }\\r\\n\\t        else {\\r\\n\\t            options.paramSet[key] = true;\\r\\n\\t        }\\r\\n\\t    };\\r\\n\\t    Parser.prototype.parseRestElement = function (params) {\\r\\n\\t        var node = this.createNode();\\r\\n\\t        this.expect('...');\\r\\n\\t        var arg = this.parsePattern(params);\\r\\n\\t        if (this.match('=')) {\\r\\n\\t            this.throwError(messages_1.Messages.DefaultRestParameter);\\r\\n\\t        }\\r\\n\\t        if (!this.match(')')) {\\r\\n\\t            this.throwError(messages_1.Messages.ParameterAfterRestParameter);\\r\\n\\t        }\\r\\n\\t        return this.finalize(node, new Node.RestElement(arg));\\r\\n\\t    };\\r\\n\\t    Parser.prototype.parseFormalParameter = function (options) {\\r\\n\\t        var params = [];\\r\\n\\t        var param = this.match('...') ? this.parseRestElement(params) : this.parsePatternWithDefault(params);\\r\\n\\t        for (var i = 0; i < params.length; i++) {\\r\\n\\t            this.validateParam(options, params[i], params[i].value);\\r\\n\\t        }\\r\\n\\t        options.simple = options.simple && (param instanceof Node.Identifier);\\r\\n\\t        options.params.push(param);\\r\\n\\t    };\\r\\n\\t    Parser.prototype.parseFormalParameters = function (firstRestricted) {\\r\\n\\t        var options;\\r\\n\\t        options = {\\r\\n\\t            simple: true,\\r\\n\\t            params: [],\\r\\n\\t            firstRestricted: firstRestricted\\r\\n\\t        };\\r\\n\\t        this.expect('(');\\r\\n\\t        if (!this.match(')')) {\\r\\n\\t            options.paramSet = {};\\r\\n\\t            while (this.lookahead.type !== 2 /* EOF */) {\\r\\n\\t                this.parseFormalParameter(options);\\r\\n\\t                if (this.match(')')) {\\r\\n\\t                    break;\\r\\n\\t                }\\r\\n\\t                this.expect(',');\\r\\n\\t                if (this.match(')')) {\\r\\n\\t                    break;\\r\\n\\t                }\\r\\n\\t            }\\r\\n\\t        }\\r\\n\\t        this.expect(')');\\r\\n\\t        return {\\r\\n\\t            simple: options.simple,\\r\\n\\t            params: options.params,\\r\\n\\t            stricted: options.stricted,\\r\\n\\t            firstRestricted: options.firstRestricted,\\r\\n\\t            message: options.message\\r\\n\\t        };\\r\\n\\t    };\\r\\n\\t    Parser.prototype.matchAsyncFunction = function () {\\r\\n\\t        var match = this.matchContextualKeyword('async');\\r\\n\\t        if (match) {\\r\\n\\t            var state = this.scanner.saveState();\\r\\n\\t            this.scanner.scanComments();\\r\\n\\t            var next = this.scanner.lex();\\r\\n\\t            this.scanner.restoreState(state);\\r\\n\\t            match = (state.lineNumber === next.lineNumber) && (next.type === 4 /* Keyword */) && (next.value === 'function');\\r\\n\\t        }\\r\\n\\t        return match;\\r\\n\\t    };\\r\\n\\t    Parser.prototype.parseFunctionDeclaration = function (identifierIsOptional) {\\r\\n\\t        var node = this.createNode();\\r\\n\\t        var isAsync = this.matchContextualKeyword('async');\\r\\n\\t        if (isAsync) {\\r\\n\\t            this.nextToken();\\r\\n\\t        }\\r\\n\\t        this.expectKeyword('function');\\r\\n\\t        var isGenerator = isAsync ? false : this.match('*');\\r\\n\\t        if (isGenerator) {\\r\\n\\t            this.nextToken();\\r\\n\\t        }\\r\\n\\t        var message;\\r\\n\\t        var id = null;\\r\\n\\t        var firstRestricted = null;\\r\\n\\t        if (!identifierIsOptional || !this.match('(')) {\\r\\n\\t            var token = this.lookahead;\\r\\n\\t            id = this.parseVariableIdentifier();\\r\\n\\t            if (this.context.strict) {\\r\\n\\t                if (this.scanner.isRestrictedWord(token.value)) {\\r\\n\\t                    this.tolerateUnexpectedToken(token, messages_1.Messages.StrictFunctionName);\\r\\n\\t                }\\r\\n\\t            }\\r\\n\\t            else {\\r\\n\\t                if (this.scanner.isRestrictedWord(token.value)) {\\r\\n\\t                    firstRestricted = token;\\r\\n\\t                    message = messages_1.Messages.StrictFunctionName;\\r\\n\\t                }\\r\\n\\t                else if (this.scanner.isStrictModeReservedWord(token.value)) {\\r\\n\\t                    firstRestricted = token;\\r\\n\\t                    message = messages_1.Messages.StrictReservedWord;\\r\\n\\t                }\\r\\n\\t            }\\r\\n\\t        }\\r\\n\\t        var previousAllowAwait = this.context.await;\\r\\n\\t        var previousAllowYield = this.context.allowYield;\\r\\n\\t        this.context.await = isAsync;\\r\\n\\t        this.context.allowYield = !isGenerator;\\r\\n\\t        var formalParameters = this.parseFormalParameters(firstRestricted);\\r\\n\\t        var params = formalParameters.params;\\r\\n\\t        var stricted = formalParameters.stricted;\\r\\n\\t        firstRestricted = formalParameters.firstRestricted;\\r\\n\\t        if (formalParameters.message) {\\r\\n\\t            message = formalParameters.message;\\r\\n\\t        }\\r\\n\\t        var previousStrict = this.context.strict;\\r\\n\\t        var previousAllowStrictDirective = this.context.allowStrictDirective;\\r\\n\\t        this.context.allowStrictDirective = formalParameters.simple;\\r\\n\\t        var body = this.parseFunctionSourceElements();\\r\\n\\t        if (this.context.strict && firstRestricted) {\\r\\n\\t            this.throwUnexpectedToken(firstRestricted, message);\\r\\n\\t        }\\r\\n\\t        if (this.context.strict && stricted) {\\r\\n\\t            this.tolerateUnexpectedToken(stricted, message);\\r\\n\\t        }\\r\\n\\t        this.context.strict = previousStrict;\\r\\n\\t        this.context.allowStrictDirective = previousAllowStrictDirective;\\r\\n\\t        this.context.await = previousAllowAwait;\\r\\n\\t        this.context.allowYield = previousAllowYield;\\r\\n\\t        return isAsync ? this.finalize(node, new Node.AsyncFunctionDeclaration(id, params, body)) :\\r\\n\\t            this.finalize(node, new Node.FunctionDeclaration(id, params, body, isGenerator));\\r\\n\\t    };\\r\\n\\t    Parser.prototype.parseFunctionExpression = function () {\\r\\n\\t        var node = this.createNode();\\r\\n\\t        var isAsync = this.matchContextualKeyword('async');\\r\\n\\t        if (isAsync) {\\r\\n\\t            this.nextToken();\\r\\n\\t        }\\r\\n\\t        this.expectKeyword('function');\\r\\n\\t        var isGenerator = isAsync ? false : this.match('*');\\r\\n\\t        if (isGenerator) {\\r\\n\\t            this.nextToken();\\r\\n\\t        }\\r\\n\\t        var message;\\r\\n\\t        var id = null;\\r\\n\\t        var firstRestricted;\\r\\n\\t        var previousAllowAwait = this.context.await;\\r\\n\\t        var previousAllowYield = this.context.allowYield;\\r\\n\\t        this.context.await = isAsync;\\r\\n\\t        this.context.allowYield = !isGenerator;\\r\\n\\t        if (!this.match('(')) {\\r\\n\\t            var token = this.lookahead;\\r\\n\\t            id = (!this.context.strict && !isGenerator && this.matchKeyword('yield')) ? this.parseIdentifierName() : this.parseVariableIdentifier();\\r\\n\\t            if (this.context.strict) {\\r\\n\\t                if (this.scanner.isRestrictedWord(token.value)) {\\r\\n\\t                    this.tolerateUnexpectedToken(token, messages_1.Messages.StrictFunctionName);\\r\\n\\t                }\\r\\n\\t            }\\r\\n\\t            else {\\r\\n\\t                if (this.scanner.isRestrictedWord(token.value)) {\\r\\n\\t                    firstRestricted = token;\\r\\n\\t                    message = messages_1.Messages.StrictFunctionName;\\r\\n\\t                }\\r\\n\\t                else if (this.scanner.isStrictModeReservedWord(token.value)) {\\r\\n\\t                    firstRestricted = token;\\r\\n\\t                    message = messages_1.Messages.StrictReservedWord;\\r\\n\\t                }\\r\\n\\t            }\\r\\n\\t        }\\r\\n\\t        var formalParameters = this.parseFormalParameters(firstRestricted);\\r\\n\\t        var params = formalParameters.params;\\r\\n\\t        var stricted = formalParameters.stricted;\\r\\n\\t        firstRestricted = formalParameters.firstRestricted;\\r\\n\\t        if (formalParameters.message) {\\r\\n\\t            message = formalParameters.message;\\r\\n\\t        }\\r\\n\\t        var previousStrict = this.context.strict;\\r\\n\\t        var previousAllowStrictDirective = this.context.allowStrictDirective;\\r\\n\\t        this.context.allowStrictDirective = formalParameters.simple;\\r\\n\\t        var body = this.parseFunctionSourceElements();\\r\\n\\t        if (this.context.strict && firstRestricted) {\\r\\n\\t            this.throwUnexpectedToken(firstRestricted, message);\\r\\n\\t        }\\r\\n\\t        if (this.context.strict && stricted) {\\r\\n\\t            this.tolerateUnexpectedToken(stricted, message);\\r\\n\\t        }\\r\\n\\t        this.context.strict = previousStrict;\\r\\n\\t        this.context.allowStrictDirective = previousAllowStrictDirective;\\r\\n\\t        this.context.await = previousAllowAwait;\\r\\n\\t        this.context.allowYield = previousAllowYield;\\r\\n\\t        return isAsync ? this.finalize(node, new Node.AsyncFunctionExpression(id, params, body)) :\\r\\n\\t            this.finalize(node, new Node.FunctionExpression(id, params, body, isGenerator));\\r\\n\\t    };\\r\\n\\t    // https://tc39.github.io/ecma262/#sec-directive-prologues-and-the-use-strict-directive\\r\\n\\t    Parser.prototype.parseDirective = function () {\\r\\n\\t        var token = this.lookahead;\\r\\n\\t        var node = this.createNode();\\r\\n\\t        var expr = this.parseExpression();\\r\\n\\t        var directive = (expr.type === syntax_1.Syntax.Literal) ? this.getTokenRaw(token).slice(1, -1) : null;\\r\\n\\t        this.consumeSemicolon();\\r\\n\\t        return this.finalize(node, directive ? new Node.Directive(expr, directive) : new Node.ExpressionStatement(expr));\\r\\n\\t    };\\r\\n\\t    Parser.prototype.parseDirectivePrologues = function () {\\r\\n\\t        var firstRestricted = null;\\r\\n\\t        var body = [];\\r\\n\\t        while (true) {\\r\\n\\t            var token = this.lookahead;\\r\\n\\t            if (token.type !== 8 /* StringLiteral */) {\\r\\n\\t                break;\\r\\n\\t            }\\r\\n\\t            var statement = this.parseDirective();\\r\\n\\t            body.push(statement);\\r\\n\\t            var directive = statement.directive;\\r\\n\\t            if (typeof directive !== 'string') {\\r\\n\\t                break;\\r\\n\\t            }\\r\\n\\t            if (directive === 'use strict') {\\r\\n\\t                this.context.strict = true;\\r\\n\\t                if (firstRestricted) {\\r\\n\\t                    this.tolerateUnexpectedToken(firstRestricted, messages_1.Messages.StrictOctalLiteral);\\r\\n\\t                }\\r\\n\\t                if (!this.context.allowStrictDirective) {\\r\\n\\t                    this.tolerateUnexpectedToken(token, messages_1.Messages.IllegalLanguageModeDirective);\\r\\n\\t                }\\r\\n\\t            }\\r\\n\\t            else {\\r\\n\\t                if (!firstRestricted && token.octal) {\\r\\n\\t                    firstRestricted = token;\\r\\n\\t                }\\r\\n\\t            }\\r\\n\\t        }\\r\\n\\t        return body;\\r\\n\\t    };\\r\\n\\t    // https://tc39.github.io/ecma262/#sec-method-definitions\\r\\n\\t    Parser.prototype.qualifiedPropertyName = function (token) {\\r\\n\\t        switch (token.type) {\\r\\n\\t            case 3 /* Identifier */:\\r\\n\\t            case 8 /* StringLiteral */:\\r\\n\\t            case 1 /* BooleanLiteral */:\\r\\n\\t            case 5 /* NullLiteral */:\\r\\n\\t            case 6 /* NumericLiteral */:\\r\\n\\t            case 4 /* Keyword */:\\r\\n\\t                return true;\\r\\n\\t            case 7 /* Punctuator */:\\r\\n\\t                return token.value === '[';\\r\\n\\t            default:\\r\\n\\t                break;\\r\\n\\t        }\\r\\n\\t        return false;\\r\\n\\t    };\\r\\n\\t    Parser.prototype.parseGetterMethod = function () {\\r\\n\\t        var node = this.createNode();\\r\\n\\t        var isGenerator = false;\\r\\n\\t        var previousAllowYield = this.context.allowYield;\\r\\n\\t        this.context.allowYield = false;\\r\\n\\t        var formalParameters = this.parseFormalParameters();\\r\\n\\t        if (formalParameters.params.length > 0) {\\r\\n\\t            this.tolerateError(messages_1.Messages.BadGetterArity);\\r\\n\\t        }\\r\\n\\t        var method = this.parsePropertyMethod(formalParameters);\\r\\n\\t        this.context.allowYield = previousAllowYield;\\r\\n\\t        return this.finalize(node, new Node.FunctionExpression(null, formalParameters.params, method, isGenerator));\\r\\n\\t    };\\r\\n\\t    Parser.prototype.parseSetterMethod = function () {\\r\\n\\t        var node = this.createNode();\\r\\n\\t        var isGenerator = false;\\r\\n\\t        var previousAllowYield = this.context.allowYield;\\r\\n\\t        this.context.allowYield = false;\\r\\n\\t        var formalParameters = this.parseFormalParameters();\\r\\n\\t        if (formalParameters.params.length !== 1) {\\r\\n\\t            this.tolerateError(messages_1.Messages.BadSetterArity);\\r\\n\\t        }\\r\\n\\t        else if (formalParameters.params[0] instanceof Node.RestElement) {\\r\\n\\t            this.tolerateError(messages_1.Messages.BadSetterRestParameter);\\r\\n\\t        }\\r\\n\\t        var method = this.parsePropertyMethod(formalParameters);\\r\\n\\t        this.context.allowYield = previousAllowYield;\\r\\n\\t        return this.finalize(node, new Node.FunctionExpression(null, formalParameters.params, method, isGenerator));\\r\\n\\t    };\\r\\n\\t    Parser.prototype.parseGeneratorMethod = function () {\\r\\n\\t        var node = this.createNode();\\r\\n\\t        var isGenerator = true;\\r\\n\\t        var previousAllowYield = this.context.allowYield;\\r\\n\\t        this.context.allowYield = true;\\r\\n\\t        var params = this.parseFormalParameters();\\r\\n\\t        this.context.allowYield = false;\\r\\n\\t        var method = this.parsePropertyMethod(params);\\r\\n\\t        this.context.allowYield = previousAllowYield;\\r\\n\\t        return this.finalize(node, new Node.FunctionExpression(null, params.params, method, isGenerator));\\r\\n\\t    };\\r\\n\\t    // https://tc39.github.io/ecma262/#sec-generator-function-definitions\\r\\n\\t    Parser.prototype.isStartOfExpression = function () {\\r\\n\\t        var start = true;\\r\\n\\t        var value = this.lookahead.value;\\r\\n\\t        switch (this.lookahead.type) {\\r\\n\\t            case 7 /* Punctuator */:\\r\\n\\t                start = (value === '[') || (value === '(') || (value === '{') ||\\r\\n\\t                    (value === '+') || (value === '-') ||\\r\\n\\t                    (value === '!') || (value === '~') ||\\r\\n\\t                    (value === '++') || (value === '--') ||\\r\\n\\t                    (value === '/') || (value === '/='); // regular expression literal\\r\\n\\t                break;\\r\\n\\t            case 4 /* Keyword */:\\r\\n\\t                start = (value === 'class') || (value === 'delete') ||\\r\\n\\t                    (value === 'function') || (value === 'let') || (value === 'new') ||\\r\\n\\t                    (value === 'super') || (value === 'this') || (value === 'typeof') ||\\r\\n\\t                    (value === 'void') || (value === 'yield');\\r\\n\\t                break;\\r\\n\\t            default:\\r\\n\\t                break;\\r\\n\\t        }\\r\\n\\t        return start;\\r\\n\\t    };\\r\\n\\t    Parser.prototype.parseYieldExpression = function () {\\r\\n\\t        var node = this.createNode();\\r\\n\\t        this.expectKeyword('yield');\\r\\n\\t        var argument = null;\\r\\n\\t        var delegate = false;\\r\\n\\t        if (!this.hasLineTerminator) {\\r\\n\\t            var previousAllowYield = this.context.allowYield;\\r\\n\\t            this.context.allowYield = false;\\r\\n\\t            delegate = this.match('*');\\r\\n\\t            if (delegate) {\\r\\n\\t                this.nextToken();\\r\\n\\t                argument = this.parseAssignmentExpression();\\r\\n\\t            }\\r\\n\\t            else if (this.isStartOfExpression()) {\\r\\n\\t                argument = this.parseAssignmentExpression();\\r\\n\\t            }\\r\\n\\t            this.context.allowYield = previousAllowYield;\\r\\n\\t        }\\r\\n\\t        return this.finalize(node, new Node.YieldExpression(argument, delegate));\\r\\n\\t    };\\r\\n\\t    // https://tc39.github.io/ecma262/#sec-class-definitions\\r\\n\\t    Parser.prototype.parseClassElement = function (hasConstructor) {\\r\\n\\t        var token = this.lookahead;\\r\\n\\t        var node = this.createNode();\\r\\n\\t        var kind = '';\\r\\n\\t        var key = null;\\r\\n\\t        var value = null;\\r\\n\\t        var computed = false;\\r\\n\\t        var method = false;\\r\\n\\t        var isStatic = false;\\r\\n\\t        var isAsync = false;\\r\\n\\t        if (this.match('*')) {\\r\\n\\t            this.nextToken();\\r\\n\\t        }\\r\\n\\t        else {\\r\\n\\t            computed = this.match('[');\\r\\n\\t            key = this.parseObjectPropertyKey();\\r\\n\\t            var id = key;\\r\\n\\t            if (id.name === 'static' && (this.qualifiedPropertyName(this.lookahead) || this.match('*'))) {\\r\\n\\t                token = this.lookahead;\\r\\n\\t                isStatic = true;\\r\\n\\t                computed = this.match('[');\\r\\n\\t                if (this.match('*')) {\\r\\n\\t                    this.nextToken();\\r\\n\\t                }\\r\\n\\t                else {\\r\\n\\t                    key = this.parseObjectPropertyKey();\\r\\n\\t                }\\r\\n\\t            }\\r\\n\\t            if ((token.type === 3 /* Identifier */) && !this.hasLineTerminator && (token.value === 'async')) {\\r\\n\\t                var punctuator = this.lookahead.value;\\r\\n\\t                if (punctuator !== ':' && punctuator !== '(' && punctuator !== '*') {\\r\\n\\t                    isAsync = true;\\r\\n\\t                    token = this.lookahead;\\r\\n\\t                    key = this.parseObjectPropertyKey();\\r\\n\\t                    if (token.type === 3 /* Identifier */) {\\r\\n\\t                        if (token.value === 'get' || token.value === 'set') {\\r\\n\\t                            this.tolerateUnexpectedToken(token);\\r\\n\\t                        }\\r\\n\\t                        else if (token.value === 'constructor') {\\r\\n\\t                            this.tolerateUnexpectedToken(token, messages_1.Messages.ConstructorIsAsync);\\r\\n\\t                        }\\r\\n\\t                    }\\r\\n\\t                }\\r\\n\\t            }\\r\\n\\t        }\\r\\n\\t        var lookaheadPropertyKey = this.qualifiedPropertyName(this.lookahead);\\r\\n\\t        if (token.type === 3 /* Identifier */) {\\r\\n\\t            if (token.value === 'get' && lookaheadPropertyKey) {\\r\\n\\t                kind = 'get';\\r\\n\\t                computed = this.match('[');\\r\\n\\t                key = this.parseObjectPropertyKey();\\r\\n\\t                this.context.allowYield = false;\\r\\n\\t                value = this.parseGetterMethod();\\r\\n\\t            }\\r\\n\\t            else if (token.value === 'set' && lookaheadPropertyKey) {\\r\\n\\t                kind = 'set';\\r\\n\\t                computed = this.match('[');\\r\\n\\t                key = this.parseObjectPropertyKey();\\r\\n\\t                value = this.parseSetterMethod();\\r\\n\\t            }\\r\\n\\t        }\\r\\n\\t        else if (token.type === 7 /* Punctuator */ && token.value === '*' && lookaheadPropertyKey) {\\r\\n\\t            kind = 'init';\\r\\n\\t            computed = this.match('[');\\r\\n\\t            key = this.parseObjectPropertyKey();\\r\\n\\t            value = this.parseGeneratorMethod();\\r\\n\\t            method = true;\\r\\n\\t        }\\r\\n\\t        if (!kind && key && this.match('(')) {\\r\\n\\t            kind = 'init';\\r\\n\\t            value = isAsync ? this.parsePropertyMethodAsyncFunction() : this.parsePropertyMethodFunction();\\r\\n\\t            method = true;\\r\\n\\t        }\\r\\n\\t        if (!kind) {\\r\\n\\t            this.throwUnexpectedToken(this.lookahead);\\r\\n\\t        }\\r\\n\\t        if (kind === 'init') {\\r\\n\\t            kind = 'method';\\r\\n\\t        }\\r\\n\\t        if (!computed) {\\r\\n\\t            if (isStatic && this.isPropertyKey(key, 'prototype')) {\\r\\n\\t                this.throwUnexpectedToken(token, messages_1.Messages.StaticPrototype);\\r\\n\\t            }\\r\\n\\t            if (!isStatic && this.isPropertyKey(key, 'constructor')) {\\r\\n\\t                if (kind !== 'method' || !method || (value && value.generator)) {\\r\\n\\t                    this.throwUnexpectedToken(token, messages_1.Messages.ConstructorSpecialMethod);\\r\\n\\t                }\\r\\n\\t                if (hasConstructor.value) {\\r\\n\\t                    this.throwUnexpectedToken(token, messages_1.Messages.DuplicateConstructor);\\r\\n\\t                }\\r\\n\\t                else {\\r\\n\\t                    hasConstructor.value = true;\\r\\n\\t                }\\r\\n\\t                kind = 'constructor';\\r\\n\\t            }\\r\\n\\t        }\\r\\n\\t        return this.finalize(node, new Node.MethodDefinition(key, computed, value, kind, isStatic));\\r\\n\\t    };\\r\\n\\t    Parser.prototype.parseClassElementList = function () {\\r\\n\\t        var body = [];\\r\\n\\t        var hasConstructor = { value: false };\\r\\n\\t        this.expect('{');\\r\\n\\t        while (!this.match('}')) {\\r\\n\\t            if (this.match(';')) {\\r\\n\\t                this.nextToken();\\r\\n\\t            }\\r\\n\\t            else {\\r\\n\\t                body.push(this.parseClassElement(hasConstructor));\\r\\n\\t            }\\r\\n\\t        }\\r\\n\\t        this.expect('}');\\r\\n\\t        return body;\\r\\n\\t    };\\r\\n\\t    Parser.prototype.parseClassBody = function () {\\r\\n\\t        var node = this.createNode();\\r\\n\\t        var elementList = this.parseClassElementList();\\r\\n\\t        return this.finalize(node, new Node.ClassBody(elementList));\\r\\n\\t    };\\r\\n\\t    Parser.prototype.parseClassDeclaration = function (identifierIsOptional) {\\r\\n\\t        var node = this.createNode();\\r\\n\\t        var previousStrict = this.context.strict;\\r\\n\\t        this.context.strict = true;\\r\\n\\t        this.expectKeyword('class');\\r\\n\\t        var id = (identifierIsOptional && (this.lookahead.type !== 3 /* Identifier */)) ? null : this.parseVariableIdentifier();\\r\\n\\t        var superClass = null;\\r\\n\\t        if (this.matchKeyword('extends')) {\\r\\n\\t            this.nextToken();\\r\\n\\t            superClass = this.isolateCoverGrammar(this.parseLeftHandSideExpressionAllowCall);\\r\\n\\t        }\\r\\n\\t        var classBody = this.parseClassBody();\\r\\n\\t        this.context.strict = previousStrict;\\r\\n\\t        return this.finalize(node, new Node.ClassDeclaration(id, superClass, classBody));\\r\\n\\t    };\\r\\n\\t    Parser.prototype.parseClassExpression = function () {\\r\\n\\t        var node = this.createNode();\\r\\n\\t        var previousStrict = this.context.strict;\\r\\n\\t        this.context.strict = true;\\r\\n\\t        this.expectKeyword('class');\\r\\n\\t        var id = (this.lookahead.type === 3 /* Identifier */) ? this.parseVariableIdentifier() : null;\\r\\n\\t        var superClass = null;\\r\\n\\t        if (this.matchKeyword('extends')) {\\r\\n\\t            this.nextToken();\\r\\n\\t            superClass = this.isolateCoverGrammar(this.parseLeftHandSideExpressionAllowCall);\\r\\n\\t        }\\r\\n\\t        var classBody = this.parseClassBody();\\r\\n\\t        this.context.strict = previousStrict;\\r\\n\\t        return this.finalize(node, new Node.ClassExpression(id, superClass, classBody));\\r\\n\\t    };\\r\\n\\t    // https://tc39.github.io/ecma262/#sec-scripts\\r\\n\\t    // https://tc39.github.io/ecma262/#sec-modules\\r\\n\\t    Parser.prototype.parseModule = function () {\\r\\n\\t        this.context.strict = true;\\r\\n\\t        this.context.isModule = true;\\r\\n\\t        var node = this.createNode();\\r\\n\\t        var body = this.parseDirectivePrologues();\\r\\n\\t        while (this.lookahead.type !== 2 /* EOF */) {\\r\\n\\t            body.push(this.parseStatementListItem());\\r\\n\\t        }\\r\\n\\t        return this.finalize(node, new Node.Module(body));\\r\\n\\t    };\\r\\n\\t    Parser.prototype.parseScript = function () {\\r\\n\\t        var node = this.createNode();\\r\\n\\t        var body = this.parseDirectivePrologues();\\r\\n\\t        while (this.lookahead.type !== 2 /* EOF */) {\\r\\n\\t            body.push(this.parseStatementListItem());\\r\\n\\t        }\\r\\n\\t        return this.finalize(node, new Node.Script(body));\\r\\n\\t    };\\r\\n\\t    // https://tc39.github.io/ecma262/#sec-imports\\r\\n\\t    Parser.prototype.parseModuleSpecifier = function () {\\r\\n\\t        var node = this.createNode();\\r\\n\\t        if (this.lookahead.type !== 8 /* StringLiteral */) {\\r\\n\\t            this.throwError(messages_1.Messages.InvalidModuleSpecifier);\\r\\n\\t        }\\r\\n\\t        var token = this.nextToken();\\r\\n\\t        var raw = this.getTokenRaw(token);\\r\\n\\t        return this.finalize(node, new Node.Literal(token.value, raw));\\r\\n\\t    };\\r\\n\\t    // import {<foo as bar>} ...;\\r\\n\\t    Parser.prototype.parseImportSpecifier = function () {\\r\\n\\t        var node = this.createNode();\\r\\n\\t        var imported;\\r\\n\\t        var local;\\r\\n\\t        if (this.lookahead.type === 3 /* Identifier */) {\\r\\n\\t            imported = this.parseVariableIdentifier();\\r\\n\\t            local = imported;\\r\\n\\t            if (this.matchContextualKeyword('as')) {\\r\\n\\t                this.nextToken();\\r\\n\\t                local = this.parseVariableIdentifier();\\r\\n\\t            }\\r\\n\\t        }\\r\\n\\t        else {\\r\\n\\t            imported = this.parseIdentifierName();\\r\\n\\t            local = imported;\\r\\n\\t            if (this.matchContextualKeyword('as')) {\\r\\n\\t                this.nextToken();\\r\\n\\t                local = this.parseVariableIdentifier();\\r\\n\\t            }\\r\\n\\t            else {\\r\\n\\t                this.throwUnexpectedToken(this.nextToken());\\r\\n\\t            }\\r\\n\\t        }\\r\\n\\t        return this.finalize(node, new Node.ImportSpecifier(local, imported));\\r\\n\\t    };\\r\\n\\t    // {foo, bar as bas}\\r\\n\\t    Parser.prototype.parseNamedImports = function () {\\r\\n\\t        this.expect('{');\\r\\n\\t        var specifiers = [];\\r\\n\\t        while (!this.match('}')) {\\r\\n\\t            specifiers.push(this.parseImportSpecifier());\\r\\n\\t            if (!this.match('}')) {\\r\\n\\t                this.expect(',');\\r\\n\\t            }\\r\\n\\t        }\\r\\n\\t        this.expect('}');\\r\\n\\t        return specifiers;\\r\\n\\t    };\\r\\n\\t    // import <foo> ...;\\r\\n\\t    Parser.prototype.parseImportDefaultSpecifier = function () {\\r\\n\\t        var node = this.createNode();\\r\\n\\t        var local = this.parseIdentifierName();\\r\\n\\t        return this.finalize(node, new Node.ImportDefaultSpecifier(local));\\r\\n\\t    };\\r\\n\\t    // import <* as foo> ...;\\r\\n\\t    Parser.prototype.parseImportNamespaceSpecifier = function () {\\r\\n\\t        var node = this.createNode();\\r\\n\\t        this.expect('*');\\r\\n\\t        if (!this.matchContextualKeyword('as')) {\\r\\n\\t            this.throwError(messages_1.Messages.NoAsAfterImportNamespace);\\r\\n\\t        }\\r\\n\\t        this.nextToken();\\r\\n\\t        var local = this.parseIdentifierName();\\r\\n\\t        return this.finalize(node, new Node.ImportNamespaceSpecifier(local));\\r\\n\\t    };\\r\\n\\t    Parser.prototype.parseImportDeclaration = function () {\\r\\n\\t        if (this.context.inFunctionBody) {\\r\\n\\t            this.throwError(messages_1.Messages.IllegalImportDeclaration);\\r\\n\\t        }\\r\\n\\t        var node = this.createNode();\\r\\n\\t        this.expectKeyword('import');\\r\\n\\t        var src;\\r\\n\\t        var specifiers = [];\\r\\n\\t        if (this.lookahead.type === 8 /* StringLiteral */) {\\r\\n\\t            // import 'foo';\\r\\n\\t            src = this.parseModuleSpecifier();\\r\\n\\t        }\\r\\n\\t        else {\\r\\n\\t            if (this.match('{')) {\\r\\n\\t                // import {bar}\\r\\n\\t                specifiers = specifiers.concat(this.parseNamedImports());\\r\\n\\t            }\\r\\n\\t            else if (this.match('*')) {\\r\\n\\t                // import * as foo\\r\\n\\t                specifiers.push(this.parseImportNamespaceSpecifier());\\r\\n\\t            }\\r\\n\\t            else if (this.isIdentifierName(this.lookahead) && !this.matchKeyword('default')) {\\r\\n\\t                // import foo\\r\\n\\t                specifiers.push(this.parseImportDefaultSpecifier());\\r\\n\\t                if (this.match(',')) {\\r\\n\\t                    this.nextToken();\\r\\n\\t                    if (this.match('*')) {\\r\\n\\t                        // import foo, * as foo\\r\\n\\t                        specifiers.push(this.parseImportNamespaceSpecifier());\\r\\n\\t                    }\\r\\n\\t                    else if (this.match('{')) {\\r\\n\\t                        // import foo, {bar}\\r\\n\\t                        specifiers = specifiers.concat(this.parseNamedImports());\\r\\n\\t                    }\\r\\n\\t                    else {\\r\\n\\t                        this.throwUnexpectedToken(this.lookahead);\\r\\n\\t                    }\\r\\n\\t                }\\r\\n\\t            }\\r\\n\\t            else {\\r\\n\\t                this.throwUnexpectedToken(this.nextToken());\\r\\n\\t            }\\r\\n\\t            if (!this.matchContextualKeyword('from')) {\\r\\n\\t                var message = this.lookahead.value ? messages_1.Messages.UnexpectedToken : messages_1.Messages.MissingFromClause;\\r\\n\\t                this.throwError(message, this.lookahead.value);\\r\\n\\t            }\\r\\n\\t            this.nextToken();\\r\\n\\t            src = this.parseModuleSpecifier();\\r\\n\\t        }\\r\\n\\t        this.consumeSemicolon();\\r\\n\\t        return this.finalize(node, new Node.ImportDeclaration(specifiers, src));\\r\\n\\t    };\\r\\n\\t    // https://tc39.github.io/ecma262/#sec-exports\\r\\n\\t    Parser.prototype.parseExportSpecifier = function () {\\r\\n\\t        var node = this.createNode();\\r\\n\\t        var local = this.parseIdentifierName();\\r\\n\\t        var exported = local;\\r\\n\\t        if (this.matchContextualKeyword('as')) {\\r\\n\\t            this.nextToken();\\r\\n\\t            exported = this.parseIdentifierName();\\r\\n\\t        }\\r\\n\\t        return this.finalize(node, new Node.ExportSpecifier(local, exported));\\r\\n\\t    };\\r\\n\\t    Parser.prototype.parseExportDeclaration = function () {\\r\\n\\t        if (this.context.inFunctionBody) {\\r\\n\\t            this.throwError(messages_1.Messages.IllegalExportDeclaration);\\r\\n\\t        }\\r\\n\\t        var node = this.createNode();\\r\\n\\t        this.expectKeyword('export');\\r\\n\\t        var exportDeclaration;\\r\\n\\t        if (this.matchKeyword('default')) {\\r\\n\\t            // export default ...\\r\\n\\t            this.nextToken();\\r\\n\\t            if (this.matchKeyword('function')) {\\r\\n\\t                // export default function foo () {}\\r\\n\\t                // export default function () {}\\r\\n\\t                var declaration = this.parseFunctionDeclaration(true);\\r\\n\\t                exportDeclaration = this.finalize(node, new Node.ExportDefaultDeclaration(declaration));\\r\\n\\t            }\\r\\n\\t            else if (this.matchKeyword('class')) {\\r\\n\\t                // export default class foo {}\\r\\n\\t                var declaration = this.parseClassDeclaration(true);\\r\\n\\t                exportDeclaration = this.finalize(node, new Node.ExportDefaultDeclaration(declaration));\\r\\n\\t            }\\r\\n\\t            else if (this.matchContextualKeyword('async')) {\\r\\n\\t                // export default async function f () {}\\r\\n\\t                // export default async function () {}\\r\\n\\t                // export default async x => x\\r\\n\\t                var declaration = this.matchAsyncFunction() ? this.parseFunctionDeclaration(true) : this.parseAssignmentExpression();\\r\\n\\t                exportDeclaration = this.finalize(node, new Node.ExportDefaultDeclaration(declaration));\\r\\n\\t            }\\r\\n\\t            else {\\r\\n\\t                if (this.matchContextualKeyword('from')) {\\r\\n\\t                    this.throwError(messages_1.Messages.UnexpectedToken, this.lookahead.value);\\r\\n\\t                }\\r\\n\\t                // export default {};\\r\\n\\t                // export default [];\\r\\n\\t                // export default (1 + 2);\\r\\n\\t                var declaration = this.match('{') ? this.parseObjectInitializer() :\\r\\n\\t                    this.match('[') ? this.parseArrayInitializer() : this.parseAssignmentExpression();\\r\\n\\t                this.consumeSemicolon();\\r\\n\\t                exportDeclaration = this.finalize(node, new Node.ExportDefaultDeclaration(declaration));\\r\\n\\t            }\\r\\n\\t        }\\r\\n\\t        else if (this.match('*')) {\\r\\n\\t            // export * from 'foo';\\r\\n\\t            this.nextToken();\\r\\n\\t            if (!this.matchContextualKeyword('from')) {\\r\\n\\t                var message = this.lookahead.value ? messages_1.Messages.UnexpectedToken : messages_1.Messages.MissingFromClause;\\r\\n\\t                this.throwError(message, this.lookahead.value);\\r\\n\\t            }\\r\\n\\t            this.nextToken();\\r\\n\\t            var src = this.parseModuleSpecifier();\\r\\n\\t            this.consumeSemicolon();\\r\\n\\t            exportDeclaration = this.finalize(node, new Node.ExportAllDeclaration(src));\\r\\n\\t        }\\r\\n\\t        else if (this.lookahead.type === 4 /* Keyword */) {\\r\\n\\t            // export var f = 1;\\r\\n\\t            var declaration = void 0;\\r\\n\\t            switch (this.lookahead.value) {\\r\\n\\t                case 'let':\\r\\n\\t                case 'const':\\r\\n\\t                    declaration = this.parseLexicalDeclaration({ inFor: false });\\r\\n\\t                    break;\\r\\n\\t                case 'var':\\r\\n\\t                case 'class':\\r\\n\\t                case 'function':\\r\\n\\t                    declaration = this.parseStatementListItem();\\r\\n\\t                    break;\\r\\n\\t                default:\\r\\n\\t                    this.throwUnexpectedToken(this.lookahead);\\r\\n\\t            }\\r\\n\\t            exportDeclaration = this.finalize(node, new Node.ExportNamedDeclaration(declaration, [], null));\\r\\n\\t        }\\r\\n\\t        else if (this.matchAsyncFunction()) {\\r\\n\\t            var declaration = this.parseFunctionDeclaration();\\r\\n\\t            exportDeclaration = this.finalize(node, new Node.ExportNamedDeclaration(declaration, [], null));\\r\\n\\t        }\\r\\n\\t        else {\\r\\n\\t            var specifiers = [];\\r\\n\\t            var source = null;\\r\\n\\t            var isExportFromIdentifier = false;\\r\\n\\t            this.expect('{');\\r\\n\\t            while (!this.match('}')) {\\r\\n\\t                isExportFromIdentifier = isExportFromIdentifier || this.matchKeyword('default');\\r\\n\\t                specifiers.push(this.parseExportSpecifier());\\r\\n\\t                if (!this.match('}')) {\\r\\n\\t                    this.expect(',');\\r\\n\\t                }\\r\\n\\t            }\\r\\n\\t            this.expect('}');\\r\\n\\t            if (this.matchContextualKeyword('from')) {\\r\\n\\t                // export {default} from 'foo';\\r\\n\\t                // export {foo} from 'foo';\\r\\n\\t                this.nextToken();\\r\\n\\t                source = this.parseModuleSpecifier();\\r\\n\\t                this.consumeSemicolon();\\r\\n\\t            }\\r\\n\\t            else if (isExportFromIdentifier) {\\r\\n\\t                // export {default}; // missing fromClause\\r\\n\\t                var message = this.lookahead.value ? messages_1.Messages.UnexpectedToken : messages_1.Messages.MissingFromClause;\\r\\n\\t                this.throwError(message, this.lookahead.value);\\r\\n\\t            }\\r\\n\\t            else {\\r\\n\\t                // export {foo};\\r\\n\\t                this.consumeSemicolon();\\r\\n\\t            }\\r\\n\\t            exportDeclaration = this.finalize(node, new Node.ExportNamedDeclaration(null, specifiers, source));\\r\\n\\t        }\\r\\n\\t        return exportDeclaration;\\r\\n\\t    };\\r\\n\\t    return Parser;\\r\\n\\t}());\\r\\n\\texports.Parser = Parser;\\r\\n\\n\\n/***/ },\\n/* 9 */\\n/***/ function(module, exports) {\\n\\n\\t\\\"use strict\\\";\\r\\n\\t// Ensure the condition is true, otherwise throw an error.\\r\\n\\t// This is only to have a better contract semantic, i.e. another safety net\\r\\n\\t// to catch a logic error. The condition shall be fulfilled in normal case.\\r\\n\\t// Do NOT use this to enforce a certain condition on any user input.\\r\\n\\tObject.defineProperty(exports, \\\"__esModule\\\", { value: true });\\r\\n\\tfunction assert(condition, message) {\\r\\n\\t    /* istanbul ignore if */\\r\\n\\t    if (!condition) {\\r\\n\\t        throw new Error('ASSERT: ' + message);\\r\\n\\t    }\\r\\n\\t}\\r\\n\\texports.assert = assert;\\r\\n\\n\\n/***/ },\\n/* 10 */\\n/***/ function(module, exports) {\\n\\n\\t\\\"use strict\\\";\\r\\n\\t/* tslint:disable:max-classes-per-file */\\r\\n\\tObject.defineProperty(exports, \\\"__esModule\\\", { value: true });\\r\\n\\tvar ErrorHandler = (function () {\\r\\n\\t    function ErrorHandler() {\\r\\n\\t        this.errors = [];\\r\\n\\t        this.tolerant = false;\\r\\n\\t    }\\r\\n\\t    ErrorHandler.prototype.recordError = function (error) {\\r\\n\\t        this.errors.push(error);\\r\\n\\t    };\\r\\n\\t    ErrorHandler.prototype.tolerate = function (error) {\\r\\n\\t        if (this.tolerant) {\\r\\n\\t            this.recordError(error);\\r\\n\\t        }\\r\\n\\t        else {\\r\\n\\t            throw error;\\r\\n\\t        }\\r\\n\\t    };\\r\\n\\t    ErrorHandler.prototype.constructError = function (msg, column) {\\r\\n\\t        var error = new Error(msg);\\r\\n\\t        try {\\r\\n\\t            throw error;\\r\\n\\t        }\\r\\n\\t        catch (base) {\\r\\n\\t            /* istanbul ignore else */\\r\\n\\t            if (Object.create && Object.defineProperty) {\\r\\n\\t                error = Object.create(base);\\r\\n\\t                Object.defineProperty(error, 'column', { value: column });\\r\\n\\t            }\\r\\n\\t        }\\r\\n\\t        /* istanbul ignore next */\\r\\n\\t        return error;\\r\\n\\t    };\\r\\n\\t    ErrorHandler.prototype.createError = function (index, line, col, description) {\\r\\n\\t        var msg = 'Line ' + line + ': ' + description;\\r\\n\\t        var error = this.constructError(msg, col);\\r\\n\\t        error.index = index;\\r\\n\\t        error.lineNumber = line;\\r\\n\\t        error.description = description;\\r\\n\\t        return error;\\r\\n\\t    };\\r\\n\\t    ErrorHandler.prototype.throwError = function (index, line, col, description) {\\r\\n\\t        throw this.createError(index, line, col, description);\\r\\n\\t    };\\r\\n\\t    ErrorHandler.prototype.tolerateError = function (index, line, col, description) {\\r\\n\\t        var error = this.createError(index, line, col, description);\\r\\n\\t        if (this.tolerant) {\\r\\n\\t            this.recordError(error);\\r\\n\\t        }\\r\\n\\t        else {\\r\\n\\t            throw error;\\r\\n\\t        }\\r\\n\\t    };\\r\\n\\t    return ErrorHandler;\\r\\n\\t}());\\r\\n\\texports.ErrorHandler = ErrorHandler;\\r\\n\\n\\n/***/ },\\n/* 11 */\\n/***/ function(module, exports) {\\n\\n\\t\\\"use strict\\\";\\r\\n\\tObject.defineProperty(exports, \\\"__esModule\\\", { value: true });\\r\\n\\t// Error messages should be identical to V8.\\r\\n\\texports.Messages = {\\r\\n\\t    BadGetterArity: 'Getter must not have any formal parameters',\\r\\n\\t    BadSetterArity: 'Setter must have exactly one formal parameter',\\r\\n\\t    BadSetterRestParameter: 'Setter function argument must not be a rest parameter',\\r\\n\\t    ConstructorIsAsync: 'Class constructor may not be an async method',\\r\\n\\t    ConstructorSpecialMethod: 'Class constructor may not be an accessor',\\r\\n\\t    DeclarationMissingInitializer: 'Missing initializer in %0 declaration',\\r\\n\\t    DefaultRestParameter: 'Unexpected token =',\\r\\n\\t    DuplicateBinding: 'Duplicate binding %0',\\r\\n\\t    DuplicateConstructor: 'A class may only have one constructor',\\r\\n\\t    DuplicateProtoProperty: 'Duplicate __proto__ fields are not allowed in object literals',\\r\\n\\t    ForInOfLoopInitializer: '%0 loop variable declaration may not have an initializer',\\r\\n\\t    GeneratorInLegacyContext: 'Generator declarations are not allowed in legacy contexts',\\r\\n\\t    IllegalBreak: 'Illegal break statement',\\r\\n\\t    IllegalContinue: 'Illegal continue statement',\\r\\n\\t    IllegalExportDeclaration: 'Unexpected token',\\r\\n\\t    IllegalImportDeclaration: 'Unexpected token',\\r\\n\\t    IllegalLanguageModeDirective: 'Illegal \\\\'use strict\\\\' directive in function with non-simple parameter list',\\r\\n\\t    IllegalReturn: 'Illegal return statement',\\r\\n\\t    InvalidEscapedReservedWord: 'Keyword must not contain escaped characters',\\r\\n\\t    InvalidHexEscapeSequence: 'Invalid hexadecimal escape sequence',\\r\\n\\t    InvalidLHSInAssignment: 'Invalid left-hand side in assignment',\\r\\n\\t    InvalidLHSInForIn: 'Invalid left-hand side in for-in',\\r\\n\\t    InvalidLHSInForLoop: 'Invalid left-hand side in for-loop',\\r\\n\\t    InvalidModuleSpecifier: 'Unexpected token',\\r\\n\\t    InvalidRegExp: 'Invalid regular expression',\\r\\n\\t    LetInLexicalBinding: 'let is disallowed as a lexically bound name',\\r\\n\\t    MissingFromClause: 'Unexpected token',\\r\\n\\t    MultipleDefaultsInSwitch: 'More than one default clause in switch statement',\\r\\n\\t    NewlineAfterThrow: 'Illegal newline after throw',\\r\\n\\t    NoAsAfterImportNamespace: 'Unexpected token',\\r\\n\\t    NoCatchOrFinally: 'Missing catch or finally after try',\\r\\n\\t    ParameterAfterRestParameter: 'Rest parameter must be last formal parameter',\\r\\n\\t    Redeclaration: '%0 \\\\'%1\\\\' has already been declared',\\r\\n\\t    StaticPrototype: 'Classes may not have static property named prototype',\\r\\n\\t    StrictCatchVariable: 'Catch variable may not be eval or arguments in strict mode',\\r\\n\\t    StrictDelete: 'Delete of an unqualified identifier in strict mode.',\\r\\n\\t    StrictFunction: 'In strict mode code, functions can only be declared at top level or inside a block',\\r\\n\\t    StrictFunctionName: 'Function name may not be eval or arguments in strict mode',\\r\\n\\t    StrictLHSAssignment: 'Assignment to eval or arguments is not allowed in strict mode',\\r\\n\\t    StrictLHSPostfix: 'Postfix increment/decrement may not have eval or arguments operand in strict mode',\\r\\n\\t    StrictLHSPrefix: 'Prefix increment/decrement may not have eval or arguments operand in strict mode',\\r\\n\\t    StrictModeWith: 'Strict mode code may not include a with statement',\\r\\n\\t    StrictOctalLiteral: 'Octal literals are not allowed in strict mode.',\\r\\n\\t    StrictParamDupe: 'Strict mode function may not have duplicate parameter names',\\r\\n\\t    StrictParamName: 'Parameter name eval or arguments is not allowed in strict mode',\\r\\n\\t    StrictReservedWord: 'Use of future reserved word in strict mode',\\r\\n\\t    StrictVarName: 'Variable name may not be eval or arguments in strict mode',\\r\\n\\t    TemplateOctalLiteral: 'Octal literals are not allowed in template strings.',\\r\\n\\t    UnexpectedEOS: 'Unexpected end of input',\\r\\n\\t    UnexpectedIdentifier: 'Unexpected identifier',\\r\\n\\t    UnexpectedNumber: 'Unexpected number',\\r\\n\\t    UnexpectedReserved: 'Unexpected reserved word',\\r\\n\\t    UnexpectedString: 'Unexpected string',\\r\\n\\t    UnexpectedTemplate: 'Unexpected quasi %0',\\r\\n\\t    UnexpectedToken: 'Unexpected token %0',\\r\\n\\t    UnexpectedTokenIllegal: 'Unexpected token ILLEGAL',\\r\\n\\t    UnknownLabel: 'Undefined label \\\\'%0\\\\'',\\r\\n\\t    UnterminatedRegExp: 'Invalid regular expression: missing /'\\r\\n\\t};\\r\\n\\n\\n/***/ },\\n/* 12 */\\n/***/ function(module, exports, __webpack_require__) {\\n\\n\\t\\\"use strict\\\";\\r\\n\\tObject.defineProperty(exports, \\\"__esModule\\\", { value: true });\\r\\n\\tvar assert_1 = __webpack_require__(9);\\r\\n\\tvar character_1 = __webpack_require__(4);\\r\\n\\tvar messages_1 = __webpack_require__(11);\\r\\n\\tfunction hexValue(ch) {\\r\\n\\t    return '0123456789abcdef'.indexOf(ch.toLowerCase());\\r\\n\\t}\\r\\n\\tfunction octalValue(ch) {\\r\\n\\t    return '01234567'.indexOf(ch);\\r\\n\\t}\\r\\n\\tvar Scanner = (function () {\\r\\n\\t    function Scanner(code, handler) {\\r\\n\\t        this.source = code;\\r\\n\\t        this.errorHandler = handler;\\r\\n\\t        this.trackComment = false;\\r\\n\\t        this.length = code.length;\\r\\n\\t        this.index = 0;\\r\\n\\t        this.lineNumber = (code.length > 0) ? 1 : 0;\\r\\n\\t        this.lineStart = 0;\\r\\n\\t        this.curlyStack = [];\\r\\n\\t    }\\r\\n\\t    Scanner.prototype.saveState = function () {\\r\\n\\t        return {\\r\\n\\t            index: this.index,\\r\\n\\t            lineNumber: this.lineNumber,\\r\\n\\t            lineStart: this.lineStart\\r\\n\\t        };\\r\\n\\t    };\\r\\n\\t    Scanner.prototype.restoreState = function (state) {\\r\\n\\t        this.index = state.index;\\r\\n\\t        this.lineNumber = state.lineNumber;\\r\\n\\t        this.lineStart = state.lineStart;\\r\\n\\t    };\\r\\n\\t    Scanner.prototype.eof = function () {\\r\\n\\t        return this.index >= this.length;\\r\\n\\t    };\\r\\n\\t    Scanner.prototype.throwUnexpectedToken = function (message) {\\r\\n\\t        if (message === void 0) { message = messages_1.Messages.UnexpectedTokenIllegal; }\\r\\n\\t        return this.errorHandler.throwError(this.index, this.lineNumber, this.index - this.lineStart + 1, message);\\r\\n\\t    };\\r\\n\\t    Scanner.prototype.tolerateUnexpectedToken = function (message) {\\r\\n\\t        if (message === void 0) { message = messages_1.Messages.UnexpectedTokenIllegal; }\\r\\n\\t        this.errorHandler.tolerateError(this.index, this.lineNumber, this.index - this.lineStart + 1, message);\\r\\n\\t    };\\r\\n\\t    // https://tc39.github.io/ecma262/#sec-comments\\r\\n\\t    Scanner.prototype.skipSingleLineComment = function (offset) {\\r\\n\\t        var comments = [];\\r\\n\\t        var start, loc;\\r\\n\\t        if (this.trackComment) {\\r\\n\\t            comments = [];\\r\\n\\t            start = this.index - offset;\\r\\n\\t            loc = {\\r\\n\\t                start: {\\r\\n\\t                    line: this.lineNumber,\\r\\n\\t                    column: this.index - this.lineStart - offset\\r\\n\\t                },\\r\\n\\t                end: {}\\r\\n\\t            };\\r\\n\\t        }\\r\\n\\t        while (!this.eof()) {\\r\\n\\t            var ch = this.source.charCodeAt(this.index);\\r\\n\\t            ++this.index;\\r\\n\\t            if (character_1.Character.isLineTerminator(ch)) {\\r\\n\\t                if (this.trackComment) {\\r\\n\\t                    loc.end = {\\r\\n\\t                        line: this.lineNumber,\\r\\n\\t                        column: this.index - this.lineStart - 1\\r\\n\\t                    };\\r\\n\\t                    var entry = {\\r\\n\\t                        multiLine: false,\\r\\n\\t                        slice: [start + offset, this.index - 1],\\r\\n\\t                        range: [start, this.index - 1],\\r\\n\\t                        loc: loc\\r\\n\\t                    };\\r\\n\\t                    comments.push(entry);\\r\\n\\t                }\\r\\n\\t                if (ch === 13 && this.source.charCodeAt(this.index) === 10) {\\r\\n\\t                    ++this.index;\\r\\n\\t                }\\r\\n\\t                ++this.lineNumber;\\r\\n\\t                this.lineStart = this.index;\\r\\n\\t                return comments;\\r\\n\\t            }\\r\\n\\t        }\\r\\n\\t        if (this.trackComment) {\\r\\n\\t            loc.end = {\\r\\n\\t                line: this.lineNumber,\\r\\n\\t                column: this.index - this.lineStart\\r\\n\\t            };\\r\\n\\t            var entry = {\\r\\n\\t                multiLine: false,\\r\\n\\t                slice: [start + offset, this.index],\\r\\n\\t                range: [start, this.index],\\r\\n\\t                loc: loc\\r\\n\\t            };\\r\\n\\t            comments.push(entry);\\r\\n\\t        }\\r\\n\\t        return comments;\\r\\n\\t    };\\r\\n\\t    Scanner.prototype.skipMultiLineComment = function () {\\r\\n\\t        var comments = [];\\r\\n\\t        var start, loc;\\r\\n\\t        if (this.trackComment) {\\r\\n\\t            comments = [];\\r\\n\\t            start = this.index - 2;\\r\\n\\t            loc = {\\r\\n\\t                start: {\\r\\n\\t                    line: this.lineNumber,\\r\\n\\t                    column: this.index - this.lineStart - 2\\r\\n\\t                },\\r\\n\\t                end: {}\\r\\n\\t            };\\r\\n\\t        }\\r\\n\\t        while (!this.eof()) {\\r\\n\\t            var ch = this.source.charCodeAt(this.index);\\r\\n\\t            if (character_1.Character.isLineTerminator(ch)) {\\r\\n\\t                if (ch === 0x0D && this.source.charCodeAt(this.index + 1) === 0x0A) {\\r\\n\\t                    ++this.index;\\r\\n\\t                }\\r\\n\\t                ++this.lineNumber;\\r\\n\\t                ++this.index;\\r\\n\\t                this.lineStart = this.index;\\r\\n\\t            }\\r\\n\\t            else if (ch === 0x2A) {\\r\\n\\t                // Block comment ends with '*/'.\\r\\n\\t                if (this.source.charCodeAt(this.index + 1) === 0x2F) {\\r\\n\\t                    this.index += 2;\\r\\n\\t                    if (this.trackComment) {\\r\\n\\t                        loc.end = {\\r\\n\\t                            line: this.lineNumber,\\r\\n\\t                            column: this.index - this.lineStart\\r\\n\\t                        };\\r\\n\\t                        var entry = {\\r\\n\\t                            multiLine: true,\\r\\n\\t                            slice: [start + 2, this.index - 2],\\r\\n\\t                            range: [start, this.index],\\r\\n\\t                            loc: loc\\r\\n\\t                        };\\r\\n\\t                        comments.push(entry);\\r\\n\\t                    }\\r\\n\\t                    return comments;\\r\\n\\t                }\\r\\n\\t                ++this.index;\\r\\n\\t            }\\r\\n\\t            else {\\r\\n\\t                ++this.index;\\r\\n\\t            }\\r\\n\\t        }\\r\\n\\t        // Ran off the end of the file - the whole thing is a comment\\r\\n\\t        if (this.trackComment) {\\r\\n\\t            loc.end = {\\r\\n\\t                line: this.lineNumber,\\r\\n\\t                column: this.index - this.lineStart\\r\\n\\t            };\\r\\n\\t            var entry = {\\r\\n\\t                multiLine: true,\\r\\n\\t                slice: [start + 2, this.index],\\r\\n\\t                range: [start, this.index],\\r\\n\\t                loc: loc\\r\\n\\t            };\\r\\n\\t            comments.push(entry);\\r\\n\\t        }\\r\\n\\t        this.tolerateUnexpectedToken();\\r\\n\\t        return comments;\\r\\n\\t    };\\r\\n\\t    Scanner.prototype.scanComments = function () {\\r\\n\\t        var comments;\\r\\n\\t        if (this.trackComment) {\\r\\n\\t            comments = [];\\r\\n\\t        }\\r\\n\\t        var start = (this.index === 0);\\r\\n\\t        while (!this.eof()) {\\r\\n\\t            var ch = this.source.charCodeAt(this.index);\\r\\n\\t            if (character_1.Character.isWhiteSpace(ch)) {\\r\\n\\t                ++this.index;\\r\\n\\t            }\\r\\n\\t            else if (character_1.Character.isLineTerminator(ch)) {\\r\\n\\t                ++this.index;\\r\\n\\t                if (ch === 0x0D && this.source.charCodeAt(this.index) === 0x0A) {\\r\\n\\t                    ++this.index;\\r\\n\\t                }\\r\\n\\t                ++this.lineNumber;\\r\\n\\t                this.lineStart = this.index;\\r\\n\\t                start = true;\\r\\n\\t            }\\r\\n\\t            else if (ch === 0x2F) {\\r\\n\\t                ch = this.source.charCodeAt(this.index + 1);\\r\\n\\t                if (ch === 0x2F) {\\r\\n\\t                    this.index += 2;\\r\\n\\t                    var comment = this.skipSingleLineComment(2);\\r\\n\\t                    if (this.trackComment) {\\r\\n\\t                        comments = comments.concat(comment);\\r\\n\\t                    }\\r\\n\\t                    start = true;\\r\\n\\t                }\\r\\n\\t                else if (ch === 0x2A) {\\r\\n\\t                    this.index += 2;\\r\\n\\t                    var comment = this.skipMultiLineComment();\\r\\n\\t                    if (this.trackComment) {\\r\\n\\t                        comments = comments.concat(comment);\\r\\n\\t                    }\\r\\n\\t                }\\r\\n\\t                else {\\r\\n\\t                    break;\\r\\n\\t                }\\r\\n\\t            }\\r\\n\\t            else if (start && ch === 0x2D) {\\r\\n\\t                // U+003E is '>'\\r\\n\\t                if ((this.source.charCodeAt(this.index + 1) === 0x2D) && (this.source.charCodeAt(this.index + 2) === 0x3E)) {\\r\\n\\t                    // '-->' is a single-line comment\\r\\n\\t                    this.index += 3;\\r\\n\\t                    var comment = this.skipSingleLineComment(3);\\r\\n\\t                    if (this.trackComment) {\\r\\n\\t                        comments = comments.concat(comment);\\r\\n\\t                    }\\r\\n\\t                }\\r\\n\\t                else {\\r\\n\\t                    break;\\r\\n\\t                }\\r\\n\\t            }\\r\\n\\t            else if (ch === 0x3C) {\\r\\n\\t                if (this.source.slice(this.index + 1, this.index + 4) === '!--') {\\r\\n\\t                    this.index += 4; // `<!--`\\r\\n\\t                    var comment = this.skipSingleLineComment(4);\\r\\n\\t                    if (this.trackComment) {\\r\\n\\t                        comments = comments.concat(comment);\\r\\n\\t                    }\\r\\n\\t                }\\r\\n\\t                else {\\r\\n\\t                    break;\\r\\n\\t                }\\r\\n\\t            }\\r\\n\\t            else {\\r\\n\\t                break;\\r\\n\\t            }\\r\\n\\t        }\\r\\n\\t        return comments;\\r\\n\\t    };\\r\\n\\t    // https://tc39.github.io/ecma262/#sec-future-reserved-words\\r\\n\\t    Scanner.prototype.isFutureReservedWord = function (id) {\\r\\n\\t        switch (id) {\\r\\n\\t            case 'enum':\\r\\n\\t            case 'export':\\r\\n\\t            case 'import':\\r\\n\\t            case 'super':\\r\\n\\t                return true;\\r\\n\\t            default:\\r\\n\\t                return false;\\r\\n\\t        }\\r\\n\\t    };\\r\\n\\t    Scanner.prototype.isStrictModeReservedWord = function (id) {\\r\\n\\t        switch (id) {\\r\\n\\t            case 'implements':\\r\\n\\t            case 'interface':\\r\\n\\t            case 'package':\\r\\n\\t            case 'private':\\r\\n\\t            case 'protected':\\r\\n\\t            case 'public':\\r\\n\\t            case 'static':\\r\\n\\t            case 'yield':\\r\\n\\t            case 'let':\\r\\n\\t                return true;\\r\\n\\t            default:\\r\\n\\t                return false;\\r\\n\\t        }\\r\\n\\t    };\\r\\n\\t    Scanner.prototype.isRestrictedWord = function (id) {\\r\\n\\t        return id === 'eval' || id === 'arguments';\\r\\n\\t    };\\r\\n\\t    // https://tc39.github.io/ecma262/#sec-keywords\\r\\n\\t    Scanner.prototype.isKeyword = function (id) {\\r\\n\\t        switch (id.length) {\\r\\n\\t            case 2:\\r\\n\\t                return (id === 'if') || (id === 'in') || (id === 'do');\\r\\n\\t            case 3:\\r\\n\\t                return (id === 'var') || (id === 'for') || (id === 'new') ||\\r\\n\\t                    (id === 'try') || (id === 'let');\\r\\n\\t            case 4:\\r\\n\\t                return (id === 'this') || (id === 'else') || (id === 'case') ||\\r\\n\\t                    (id === 'void') || (id === 'with') || (id === 'enum');\\r\\n\\t            case 5:\\r\\n\\t                return (id === 'while') || (id === 'break') || (id === 'catch') ||\\r\\n\\t                    (id === 'throw') || (id === 'const') || (id === 'yield') ||\\r\\n\\t                    (id === 'class') || (id === 'super');\\r\\n\\t            case 6:\\r\\n\\t                return (id === 'return') || (id === 'typeof') || (id === 'delete') ||\\r\\n\\t                    (id === 'switch') || (id === 'export') || (id === 'import');\\r\\n\\t            case 7:\\r\\n\\t                return (id === 'default') || (id === 'finally') || (id === 'extends');\\r\\n\\t            case 8:\\r\\n\\t                return (id === 'function') || (id === 'continue') || (id === 'debugger');\\r\\n\\t            case 10:\\r\\n\\t                return (id === 'instanceof');\\r\\n\\t            default:\\r\\n\\t                return false;\\r\\n\\t        }\\r\\n\\t    };\\r\\n\\t    Scanner.prototype.codePointAt = function (i) {\\r\\n\\t        var cp = this.source.charCodeAt(i);\\r\\n\\t        if (cp >= 0xD800 && cp <= 0xDBFF) {\\r\\n\\t            var second = this.source.charCodeAt(i + 1);\\r\\n\\t            if (second >= 0xDC00 && second <= 0xDFFF) {\\r\\n\\t                var first = cp;\\r\\n\\t                cp = (first - 0xD800) * 0x400 + second - 0xDC00 + 0x10000;\\r\\n\\t            }\\r\\n\\t        }\\r\\n\\t        return cp;\\r\\n\\t    };\\r\\n\\t    Scanner.prototype.scanHexEscape = function (prefix) {\\r\\n\\t        var len = (prefix === 'u') ? 4 : 2;\\r\\n\\t        var code = 0;\\r\\n\\t        for (var i = 0; i < len; ++i) {\\r\\n\\t            if (!this.eof() && character_1.Character.isHexDigit(this.source.charCodeAt(this.index))) {\\r\\n\\t                code = code * 16 + hexValue(this.source[this.index++]);\\r\\n\\t            }\\r\\n\\t            else {\\r\\n\\t                return null;\\r\\n\\t            }\\r\\n\\t        }\\r\\n\\t        return String.fromCharCode(code);\\r\\n\\t    };\\r\\n\\t    Scanner.prototype.scanUnicodeCodePointEscape = function () {\\r\\n\\t        var ch = this.source[this.index];\\r\\n\\t        var code = 0;\\r\\n\\t        // At least, one hex digit is required.\\r\\n\\t        if (ch === '}') {\\r\\n\\t            this.throwUnexpectedToken();\\r\\n\\t        }\\r\\n\\t        while (!this.eof()) {\\r\\n\\t            ch = this.source[this.index++];\\r\\n\\t            if (!character_1.Character.isHexDigit(ch.charCodeAt(0))) {\\r\\n\\t                break;\\r\\n\\t            }\\r\\n\\t            code = code * 16 + hexValue(ch);\\r\\n\\t        }\\r\\n\\t        if (code > 0x10FFFF || ch !== '}') {\\r\\n\\t            this.throwUnexpectedToken();\\r\\n\\t        }\\r\\n\\t        return character_1.Character.fromCodePoint(code);\\r\\n\\t    };\\r\\n\\t    Scanner.prototype.getIdentifier = function () {\\r\\n\\t        var start = this.index++;\\r\\n\\t        while (!this.eof()) {\\r\\n\\t            var ch = this.source.charCodeAt(this.index);\\r\\n\\t            if (ch === 0x5C) {\\r\\n\\t                // Blackslash (U+005C) marks Unicode escape sequence.\\r\\n\\t                this.index = start;\\r\\n\\t                return this.getComplexIdentifier();\\r\\n\\t            }\\r\\n\\t            else if (ch >= 0xD800 && ch < 0xDFFF) {\\r\\n\\t                // Need to handle surrogate pairs.\\r\\n\\t                this.index = start;\\r\\n\\t                return this.getComplexIdentifier();\\r\\n\\t            }\\r\\n\\t            if (character_1.Character.isIdentifierPart(ch)) {\\r\\n\\t                ++this.index;\\r\\n\\t            }\\r\\n\\t            else {\\r\\n\\t                break;\\r\\n\\t            }\\r\\n\\t        }\\r\\n\\t        return this.source.slice(start, this.index);\\r\\n\\t    };\\r\\n\\t    Scanner.prototype.getComplexIdentifier = function () {\\r\\n\\t        var cp = this.codePointAt(this.index);\\r\\n\\t        var id = character_1.Character.fromCodePoint(cp);\\r\\n\\t        this.index += id.length;\\r\\n\\t        // '\\\\u' (U+005C, U+0075) denotes an escaped character.\\r\\n\\t        var ch;\\r\\n\\t        if (cp === 0x5C) {\\r\\n\\t            if (this.source.charCodeAt(this.index) !== 0x75) {\\r\\n\\t                this.throwUnexpectedToken();\\r\\n\\t            }\\r\\n\\t            ++this.index;\\r\\n\\t            if (this.source[this.index] === '{') {\\r\\n\\t                ++this.index;\\r\\n\\t                ch = this.scanUnicodeCodePointEscape();\\r\\n\\t            }\\r\\n\\t            else {\\r\\n\\t                ch = this.scanHexEscape('u');\\r\\n\\t                if (ch === null || ch === '\\\\\\\\' || !character_1.Character.isIdentifierStart(ch.charCodeAt(0))) {\\r\\n\\t                    this.throwUnexpectedToken();\\r\\n\\t                }\\r\\n\\t            }\\r\\n\\t            id = ch;\\r\\n\\t        }\\r\\n\\t        while (!this.eof()) {\\r\\n\\t            cp = this.codePointAt(this.index);\\r\\n\\t            if (!character_1.Character.isIdentifierPart(cp)) {\\r\\n\\t                break;\\r\\n\\t            }\\r\\n\\t            ch = character_1.Character.fromCodePoint(cp);\\r\\n\\t            id += ch;\\r\\n\\t            this.index += ch.length;\\r\\n\\t            // '\\\\u' (U+005C, U+0075) denotes an escaped character.\\r\\n\\t            if (cp === 0x5C) {\\r\\n\\t                id = id.substr(0, id.length - 1);\\r\\n\\t                if (this.source.charCodeAt(this.index) !== 0x75) {\\r\\n\\t                    this.throwUnexpectedToken();\\r\\n\\t                }\\r\\n\\t                ++this.index;\\r\\n\\t                if (this.source[this.index] === '{') {\\r\\n\\t                    ++this.index;\\r\\n\\t                    ch = this.scanUnicodeCodePointEscape();\\r\\n\\t                }\\r\\n\\t                else {\\r\\n\\t                    ch = this.scanHexEscape('u');\\r\\n\\t                    if (ch === null || ch === '\\\\\\\\' || !character_1.Character.isIdentifierPart(ch.charCodeAt(0))) {\\r\\n\\t                        this.throwUnexpectedToken();\\r\\n\\t                    }\\r\\n\\t                }\\r\\n\\t                id += ch;\\r\\n\\t            }\\r\\n\\t        }\\r\\n\\t        return id;\\r\\n\\t    };\\r\\n\\t    Scanner.prototype.octalToDecimal = function (ch) {\\r\\n\\t        // \\\\0 is not octal escape sequence\\r\\n\\t        var octal = (ch !== '0');\\r\\n\\t        var code = octalValue(ch);\\r\\n\\t        if (!this.eof() && character_1.Character.isOctalDigit(this.source.charCodeAt(this.index))) {\\r\\n\\t            octal = true;\\r\\n\\t            code = code * 8 + octalValue(this.source[this.index++]);\\r\\n\\t            // 3 digits are only allowed when string starts\\r\\n\\t            // with 0, 1, 2, 3\\r\\n\\t            if ('0123'.indexOf(ch) >= 0 && !this.eof() && character_1.Character.isOctalDigit(this.source.charCodeAt(this.index))) {\\r\\n\\t                code = code * 8 + octalValue(this.source[this.index++]);\\r\\n\\t            }\\r\\n\\t        }\\r\\n\\t        return {\\r\\n\\t            code: code,\\r\\n\\t            octal: octal\\r\\n\\t        };\\r\\n\\t    };\\r\\n\\t    // https://tc39.github.io/ecma262/#sec-names-and-keywords\\r\\n\\t    Scanner.prototype.scanIdentifier = function () {\\r\\n\\t        var type;\\r\\n\\t        var start = this.index;\\r\\n\\t        // Backslash (U+005C) starts an escaped character.\\r\\n\\t        var id = (this.source.charCodeAt(start) === 0x5C) ? this.getComplexIdentifier() : this.getIdentifier();\\r\\n\\t        // There is no keyword or literal with only one character.\\r\\n\\t        // Thus, it must be an identifier.\\r\\n\\t        if (id.length === 1) {\\r\\n\\t            type = 3 /* Identifier */;\\r\\n\\t        }\\r\\n\\t        else if (this.isKeyword(id)) {\\r\\n\\t            type = 4 /* Keyword */;\\r\\n\\t        }\\r\\n\\t        else if (id === 'null') {\\r\\n\\t            type = 5 /* NullLiteral */;\\r\\n\\t        }\\r\\n\\t        else if (id === 'true' || id === 'false') {\\r\\n\\t            type = 1 /* BooleanLiteral */;\\r\\n\\t        }\\r\\n\\t        else {\\r\\n\\t            type = 3 /* Identifier */;\\r\\n\\t        }\\r\\n\\t        if (type !== 3 /* Identifier */ && (start + id.length !== this.index)) {\\r\\n\\t            var restore = this.index;\\r\\n\\t            this.index = start;\\r\\n\\t            this.tolerateUnexpectedToken(messages_1.Messages.InvalidEscapedReservedWord);\\r\\n\\t            this.index = restore;\\r\\n\\t        }\\r\\n\\t        return {\\r\\n\\t            type: type,\\r\\n\\t            value: id,\\r\\n\\t            lineNumber: this.lineNumber,\\r\\n\\t            lineStart: this.lineStart,\\r\\n\\t            start: start,\\r\\n\\t            end: this.index\\r\\n\\t        };\\r\\n\\t    };\\r\\n\\t    // https://tc39.github.io/ecma262/#sec-punctuators\\r\\n\\t    Scanner.prototype.scanPunctuator = function () {\\r\\n\\t        var start = this.index;\\r\\n\\t        // Check for most common single-character punctuators.\\r\\n\\t        var str = this.source[this.index];\\r\\n\\t        switch (str) {\\r\\n\\t            case '(':\\r\\n\\t            case '{':\\r\\n\\t                if (str === '{') {\\r\\n\\t                    this.curlyStack.push('{');\\r\\n\\t                }\\r\\n\\t                ++this.index;\\r\\n\\t                break;\\r\\n\\t            case '.':\\r\\n\\t                ++this.index;\\r\\n\\t                if (this.source[this.index] === '.' && this.source[this.index + 1] === '.') {\\r\\n\\t                    // Spread operator: ...\\r\\n\\t                    this.index += 2;\\r\\n\\t                    str = '...';\\r\\n\\t                }\\r\\n\\t                break;\\r\\n\\t            case '}':\\r\\n\\t                ++this.index;\\r\\n\\t                this.curlyStack.pop();\\r\\n\\t                break;\\r\\n\\t            case ')':\\r\\n\\t            case ';':\\r\\n\\t            case ',':\\r\\n\\t            case '[':\\r\\n\\t            case ']':\\r\\n\\t            case ':':\\r\\n\\t            case '?':\\r\\n\\t            case '~':\\r\\n\\t                ++this.index;\\r\\n\\t                break;\\r\\n\\t            default:\\r\\n\\t                // 4-character punctuator.\\r\\n\\t                str = this.source.substr(this.index, 4);\\r\\n\\t                if (str === '>>>=') {\\r\\n\\t                    this.index += 4;\\r\\n\\t                }\\r\\n\\t                else {\\r\\n\\t                    // 3-character punctuators.\\r\\n\\t                    str = str.substr(0, 3);\\r\\n\\t                    if (str === '===' || str === '!==' || str === '>>>' ||\\r\\n\\t                        str === '<<=' || str === '>>=' || str === '**=') {\\r\\n\\t                        this.index += 3;\\r\\n\\t                    }\\r\\n\\t                    else {\\r\\n\\t                        // 2-character punctuators.\\r\\n\\t                        str = str.substr(0, 2);\\r\\n\\t                        if (str === '&&' || str === '||' || str === '==' || str === '!=' ||\\r\\n\\t                            str === '+=' || str === '-=' || str === '*=' || str === '/=' ||\\r\\n\\t                            str === '++' || str === '--' || str === '<<' || str === '>>' ||\\r\\n\\t                            str === '&=' || str === '|=' || str === '^=' || str === '%=' ||\\r\\n\\t                            str === '<=' || str === '>=' || str === '=>' || str === '**') {\\r\\n\\t                            this.index += 2;\\r\\n\\t                        }\\r\\n\\t                        else {\\r\\n\\t                            // 1-character punctuators.\\r\\n\\t                            str = this.source[this.index];\\r\\n\\t                            if ('<>=!+-*%&|^/'.indexOf(str) >= 0) {\\r\\n\\t                                ++this.index;\\r\\n\\t                            }\\r\\n\\t                        }\\r\\n\\t                    }\\r\\n\\t                }\\r\\n\\t        }\\r\\n\\t        if (this.index === start) {\\r\\n\\t            this.throwUnexpectedToken();\\r\\n\\t        }\\r\\n\\t        return {\\r\\n\\t            type: 7 /* Punctuator */,\\r\\n\\t            value: str,\\r\\n\\t            lineNumber: this.lineNumber,\\r\\n\\t            lineStart: this.lineStart,\\r\\n\\t            start: start,\\r\\n\\t            end: this.index\\r\\n\\t        };\\r\\n\\t    };\\r\\n\\t    // https://tc39.github.io/ecma262/#sec-literals-numeric-literals\\r\\n\\t    Scanner.prototype.scanHexLiteral = function (start) {\\r\\n\\t        var num = '';\\r\\n\\t        while (!this.eof()) {\\r\\n\\t            if (!character_1.Character.isHexDigit(this.source.charCodeAt(this.index))) {\\r\\n\\t                break;\\r\\n\\t            }\\r\\n\\t            num += this.source[this.index++];\\r\\n\\t        }\\r\\n\\t        if (num.length === 0) {\\r\\n\\t            this.throwUnexpectedToken();\\r\\n\\t        }\\r\\n\\t        if (character_1.Character.isIdentifierStart(this.source.charCodeAt(this.index))) {\\r\\n\\t            this.throwUnexpectedToken();\\r\\n\\t        }\\r\\n\\t        return {\\r\\n\\t            type: 6 /* NumericLiteral */,\\r\\n\\t            value: parseInt('0x' + num, 16),\\r\\n\\t            lineNumber: this.lineNumber,\\r\\n\\t            lineStart: this.lineStart,\\r\\n\\t            start: start,\\r\\n\\t            end: this.index\\r\\n\\t        };\\r\\n\\t    };\\r\\n\\t    Scanner.prototype.scanBinaryLiteral = function (start) {\\r\\n\\t        var num = '';\\r\\n\\t        var ch;\\r\\n\\t        while (!this.eof()) {\\r\\n\\t            ch = this.source[this.index];\\r\\n\\t            if (ch !== '0' && ch !== '1') {\\r\\n\\t                break;\\r\\n\\t            }\\r\\n\\t            num += this.source[this.index++];\\r\\n\\t        }\\r\\n\\t        if (num.length === 0) {\\r\\n\\t            // only 0b or 0B\\r\\n\\t            this.throwUnexpectedToken();\\r\\n\\t        }\\r\\n\\t        if (!this.eof()) {\\r\\n\\t            ch = this.source.charCodeAt(this.index);\\r\\n\\t            /* istanbul ignore else */\\r\\n\\t            if (character_1.Character.isIdentifierStart(ch) || character_1.Character.isDecimalDigit(ch)) {\\r\\n\\t                this.throwUnexpectedToken();\\r\\n\\t            }\\r\\n\\t        }\\r\\n\\t        return {\\r\\n\\t            type: 6 /* NumericLiteral */,\\r\\n\\t            value: parseInt(num, 2),\\r\\n\\t            lineNumber: this.lineNumber,\\r\\n\\t            lineStart: this.lineStart,\\r\\n\\t            start: start,\\r\\n\\t            end: this.index\\r\\n\\t        };\\r\\n\\t    };\\r\\n\\t    Scanner.prototype.scanOctalLiteral = function (prefix, start) {\\r\\n\\t        var num = '';\\r\\n\\t        var octal = false;\\r\\n\\t        if (character_1.Character.isOctalDigit(prefix.charCodeAt(0))) {\\r\\n\\t            octal = true;\\r\\n\\t            num = '0' + this.source[this.index++];\\r\\n\\t        }\\r\\n\\t        else {\\r\\n\\t            ++this.index;\\r\\n\\t        }\\r\\n\\t        while (!this.eof()) {\\r\\n\\t            if (!character_1.Character.isOctalDigit(this.source.charCodeAt(this.index))) {\\r\\n\\t                break;\\r\\n\\t            }\\r\\n\\t            num += this.source[this.index++];\\r\\n\\t        }\\r\\n\\t        if (!octal && num.length === 0) {\\r\\n\\t            // only 0o or 0O\\r\\n\\t            this.throwUnexpectedToken();\\r\\n\\t        }\\r\\n\\t        if (character_1.Character.isIdentifierStart(this.source.charCodeAt(this.index)) || character_1.Character.isDecimalDigit(this.source.charCodeAt(this.index))) {\\r\\n\\t            this.throwUnexpectedToken();\\r\\n\\t        }\\r\\n\\t        return {\\r\\n\\t            type: 6 /* NumericLiteral */,\\r\\n\\t            value: parseInt(num, 8),\\r\\n\\t            octal: octal,\\r\\n\\t            lineNumber: this.lineNumber,\\r\\n\\t            lineStart: this.lineStart,\\r\\n\\t            start: start,\\r\\n\\t            end: this.index\\r\\n\\t        };\\r\\n\\t    };\\r\\n\\t    Scanner.prototype.isImplicitOctalLiteral = function () {\\r\\n\\t        // Implicit octal, unless there is a non-octal digit.\\r\\n\\t        // (Annex B.1.1 on Numeric Literals)\\r\\n\\t        for (var i = this.index + 1; i < this.length; ++i) {\\r\\n\\t            var ch = this.source[i];\\r\\n\\t            if (ch === '8' || ch === '9') {\\r\\n\\t                return false;\\r\\n\\t            }\\r\\n\\t            if (!character_1.Character.isOctalDigit(ch.charCodeAt(0))) {\\r\\n\\t                return true;\\r\\n\\t            }\\r\\n\\t        }\\r\\n\\t        return true;\\r\\n\\t    };\\r\\n\\t    Scanner.prototype.scanNumericLiteral = function () {\\r\\n\\t        var start = this.index;\\r\\n\\t        var ch = this.source[start];\\r\\n\\t        assert_1.assert(character_1.Character.isDecimalDigit(ch.charCodeAt(0)) || (ch === '.'), 'Numeric literal must start with a decimal digit or a decimal point');\\r\\n\\t        var num = '';\\r\\n\\t        if (ch !== '.') {\\r\\n\\t            num = this.source[this.index++];\\r\\n\\t            ch = this.source[this.index];\\r\\n\\t            // Hex number starts with '0x'.\\r\\n\\t            // Octal number starts with '0'.\\r\\n\\t            // Octal number in ES6 starts with '0o'.\\r\\n\\t            // Binary number in ES6 starts with '0b'.\\r\\n\\t            if (num === '0') {\\r\\n\\t                if (ch === 'x' || ch === 'X') {\\r\\n\\t                    ++this.index;\\r\\n\\t                    return this.scanHexLiteral(start);\\r\\n\\t                }\\r\\n\\t                if (ch === 'b' || ch === 'B') {\\r\\n\\t                    ++this.index;\\r\\n\\t                    return this.scanBinaryLiteral(start);\\r\\n\\t                }\\r\\n\\t                if (ch === 'o' || ch === 'O') {\\r\\n\\t                    return this.scanOctalLiteral(ch, start);\\r\\n\\t                }\\r\\n\\t                if (ch && character_1.Character.isOctalDigit(ch.charCodeAt(0))) {\\r\\n\\t                    if (this.isImplicitOctalLiteral()) {\\r\\n\\t                        return this.scanOctalLiteral(ch, start);\\r\\n\\t                    }\\r\\n\\t                }\\r\\n\\t            }\\r\\n\\t            while (character_1.Character.isDecimalDigit(this.source.charCodeAt(this.index))) {\\r\\n\\t                num += this.source[this.index++];\\r\\n\\t            }\\r\\n\\t            ch = this.source[this.index];\\r\\n\\t        }\\r\\n\\t        if (ch === '.') {\\r\\n\\t            num += this.source[this.index++];\\r\\n\\t            while (character_1.Character.isDecimalDigit(this.source.charCodeAt(this.index))) {\\r\\n\\t                num += this.source[this.index++];\\r\\n\\t            }\\r\\n\\t            ch = this.source[this.index];\\r\\n\\t        }\\r\\n\\t        if (ch === 'e' || ch === 'E') {\\r\\n\\t            num += this.source[this.index++];\\r\\n\\t            ch = this.source[this.index];\\r\\n\\t            if (ch === '+' || ch === '-') {\\r\\n\\t                num += this.source[this.index++];\\r\\n\\t            }\\r\\n\\t            if (character_1.Character.isDecimalDigit(this.source.charCodeAt(this.index))) {\\r\\n\\t                while (character_1.Character.isDecimalDigit(this.source.charCodeAt(this.index))) {\\r\\n\\t                    num += this.source[this.index++];\\r\\n\\t                }\\r\\n\\t            }\\r\\n\\t            else {\\r\\n\\t                this.throwUnexpectedToken();\\r\\n\\t            }\\r\\n\\t        }\\r\\n\\t        if (character_1.Character.isIdentifierStart(this.source.charCodeAt(this.index))) {\\r\\n\\t            this.throwUnexpectedToken();\\r\\n\\t        }\\r\\n\\t        return {\\r\\n\\t            type: 6 /* NumericLiteral */,\\r\\n\\t            value: parseFloat(num),\\r\\n\\t            lineNumber: this.lineNumber,\\r\\n\\t            lineStart: this.lineStart,\\r\\n\\t            start: start,\\r\\n\\t            end: this.index\\r\\n\\t        };\\r\\n\\t    };\\r\\n\\t    // https://tc39.github.io/ecma262/#sec-literals-string-literals\\r\\n\\t    Scanner.prototype.scanStringLiteral = function () {\\r\\n\\t        var start = this.index;\\r\\n\\t        var quote = this.source[start];\\r\\n\\t        assert_1.assert((quote === '\\\\'' || quote === '\\\"'), 'String literal must starts with a quote');\\r\\n\\t        ++this.index;\\r\\n\\t        var octal = false;\\r\\n\\t        var str = '';\\r\\n\\t        while (!this.eof()) {\\r\\n\\t            var ch = this.source[this.index++];\\r\\n\\t            if (ch === quote) {\\r\\n\\t                quote = '';\\r\\n\\t                break;\\r\\n\\t            }\\r\\n\\t            else if (ch === '\\\\\\\\') {\\r\\n\\t                ch = this.source[this.index++];\\r\\n\\t                if (!ch || !character_1.Character.isLineTerminator(ch.charCodeAt(0))) {\\r\\n\\t                    switch (ch) {\\r\\n\\t                        case 'u':\\r\\n\\t                            if (this.source[this.index] === '{') {\\r\\n\\t                                ++this.index;\\r\\n\\t                                str += this.scanUnicodeCodePointEscape();\\r\\n\\t                            }\\r\\n\\t                            else {\\r\\n\\t                                var unescaped_1 = this.scanHexEscape(ch);\\r\\n\\t                                if (unescaped_1 === null) {\\r\\n\\t                                    this.throwUnexpectedToken();\\r\\n\\t                                }\\r\\n\\t                                str += unescaped_1;\\r\\n\\t                            }\\r\\n\\t                            break;\\r\\n\\t                        case 'x':\\r\\n\\t                            var unescaped = this.scanHexEscape(ch);\\r\\n\\t                            if (unescaped === null) {\\r\\n\\t                                this.throwUnexpectedToken(messages_1.Messages.InvalidHexEscapeSequence);\\r\\n\\t                            }\\r\\n\\t                            str += unescaped;\\r\\n\\t                            break;\\r\\n\\t                        case 'n':\\r\\n\\t                            str += '\\\\n';\\r\\n\\t                            break;\\r\\n\\t                        case 'r':\\r\\n\\t                            str += '\\\\r';\\r\\n\\t                            break;\\r\\n\\t                        case 't':\\r\\n\\t                            str += '\\\\t';\\r\\n\\t                            break;\\r\\n\\t                        case 'b':\\r\\n\\t                            str += '\\\\b';\\r\\n\\t                            break;\\r\\n\\t                        case 'f':\\r\\n\\t                            str += '\\\\f';\\r\\n\\t                            break;\\r\\n\\t                        case 'v':\\r\\n\\t                            str += '\\\\x0B';\\r\\n\\t                            break;\\r\\n\\t                        case '8':\\r\\n\\t                        case '9':\\r\\n\\t                            str += ch;\\r\\n\\t                            this.tolerateUnexpectedToken();\\r\\n\\t                            break;\\r\\n\\t                        default:\\r\\n\\t                            if (ch && character_1.Character.isOctalDigit(ch.charCodeAt(0))) {\\r\\n\\t                                var octToDec = this.octalToDecimal(ch);\\r\\n\\t                                octal = octToDec.octal || octal;\\r\\n\\t                                str += String.fromCharCode(octToDec.code);\\r\\n\\t                            }\\r\\n\\t                            else {\\r\\n\\t                                str += ch;\\r\\n\\t                            }\\r\\n\\t                            break;\\r\\n\\t                    }\\r\\n\\t                }\\r\\n\\t                else {\\r\\n\\t                    ++this.lineNumber;\\r\\n\\t                    if (ch === '\\\\r' && this.source[this.index] === '\\\\n') {\\r\\n\\t                        ++this.index;\\r\\n\\t                    }\\r\\n\\t                    this.lineStart = this.index;\\r\\n\\t                }\\r\\n\\t            }\\r\\n\\t            else if (character_1.Character.isLineTerminator(ch.charCodeAt(0))) {\\r\\n\\t                break;\\r\\n\\t            }\\r\\n\\t            else {\\r\\n\\t                str += ch;\\r\\n\\t            }\\r\\n\\t        }\\r\\n\\t        if (quote !== '') {\\r\\n\\t            this.index = start;\\r\\n\\t            this.throwUnexpectedToken();\\r\\n\\t        }\\r\\n\\t        return {\\r\\n\\t            type: 8 /* StringLiteral */,\\r\\n\\t            value: str,\\r\\n\\t            octal: octal,\\r\\n\\t            lineNumber: this.lineNumber,\\r\\n\\t            lineStart: this.lineStart,\\r\\n\\t            start: start,\\r\\n\\t            end: this.index\\r\\n\\t        };\\r\\n\\t    };\\r\\n\\t    // https://tc39.github.io/ecma262/#sec-template-literal-lexical-components\\r\\n\\t    Scanner.prototype.scanTemplate = function () {\\r\\n\\t        var cooked = '';\\r\\n\\t        var terminated = false;\\r\\n\\t        var start = this.index;\\r\\n\\t        var head = (this.source[start] === '`');\\r\\n\\t        var tail = false;\\r\\n\\t        var rawOffset = 2;\\r\\n\\t        ++this.index;\\r\\n\\t        while (!this.eof()) {\\r\\n\\t            var ch = this.source[this.index++];\\r\\n\\t            if (ch === '`') {\\r\\n\\t                rawOffset = 1;\\r\\n\\t                tail = true;\\r\\n\\t                terminated = true;\\r\\n\\t                break;\\r\\n\\t            }\\r\\n\\t            else if (ch === '$') {\\r\\n\\t                if (this.source[this.index] === '{') {\\r\\n\\t                    this.curlyStack.push('${');\\r\\n\\t                    ++this.index;\\r\\n\\t                    terminated = true;\\r\\n\\t                    break;\\r\\n\\t                }\\r\\n\\t                cooked += ch;\\r\\n\\t            }\\r\\n\\t            else if (ch === '\\\\\\\\') {\\r\\n\\t                ch = this.source[this.index++];\\r\\n\\t                if (!character_1.Character.isLineTerminator(ch.charCodeAt(0))) {\\r\\n\\t                    switch (ch) {\\r\\n\\t                        case 'n':\\r\\n\\t                            cooked += '\\\\n';\\r\\n\\t                            break;\\r\\n\\t                        case 'r':\\r\\n\\t                            cooked += '\\\\r';\\r\\n\\t                            break;\\r\\n\\t                        case 't':\\r\\n\\t                            cooked += '\\\\t';\\r\\n\\t                            break;\\r\\n\\t                        case 'u':\\r\\n\\t                            if (this.source[this.index] === '{') {\\r\\n\\t                                ++this.index;\\r\\n\\t                                cooked += this.scanUnicodeCodePointEscape();\\r\\n\\t                            }\\r\\n\\t                            else {\\r\\n\\t                                var restore = this.index;\\r\\n\\t                                var unescaped_2 = this.scanHexEscape(ch);\\r\\n\\t                                if (unescaped_2 !== null) {\\r\\n\\t                                    cooked += unescaped_2;\\r\\n\\t                                }\\r\\n\\t                                else {\\r\\n\\t                                    this.index = restore;\\r\\n\\t                                    cooked += ch;\\r\\n\\t                                }\\r\\n\\t                            }\\r\\n\\t                            break;\\r\\n\\t                        case 'x':\\r\\n\\t                            var unescaped = this.scanHexEscape(ch);\\r\\n\\t                            if (unescaped === null) {\\r\\n\\t                                this.throwUnexpectedToken(messages_1.Messages.InvalidHexEscapeSequence);\\r\\n\\t                            }\\r\\n\\t                            cooked += unescaped;\\r\\n\\t                            break;\\r\\n\\t                        case 'b':\\r\\n\\t                            cooked += '\\\\b';\\r\\n\\t                            break;\\r\\n\\t                        case 'f':\\r\\n\\t                            cooked += '\\\\f';\\r\\n\\t                            break;\\r\\n\\t                        case 'v':\\r\\n\\t                            cooked += '\\\\v';\\r\\n\\t                            break;\\r\\n\\t                        default:\\r\\n\\t                            if (ch === '0') {\\r\\n\\t                                if (character_1.Character.isDecimalDigit(this.source.charCodeAt(this.index))) {\\r\\n\\t                                    // Illegal: \\\\01 \\\\02 and so on\\r\\n\\t                                    this.throwUnexpectedToken(messages_1.Messages.TemplateOctalLiteral);\\r\\n\\t                                }\\r\\n\\t                                cooked += '\\\\0';\\r\\n\\t                            }\\r\\n\\t                            else if (character_1.Character.isOctalDigit(ch.charCodeAt(0))) {\\r\\n\\t                                // Illegal: \\\\1 \\\\2\\r\\n\\t                                this.throwUnexpectedToken(messages_1.Messages.TemplateOctalLiteral);\\r\\n\\t                            }\\r\\n\\t                            else {\\r\\n\\t                                cooked += ch;\\r\\n\\t                            }\\r\\n\\t                            break;\\r\\n\\t                    }\\r\\n\\t                }\\r\\n\\t                else {\\r\\n\\t                    ++this.lineNumber;\\r\\n\\t                    if (ch === '\\\\r' && this.source[this.index] === '\\\\n') {\\r\\n\\t                        ++this.index;\\r\\n\\t                    }\\r\\n\\t                    this.lineStart = this.index;\\r\\n\\t                }\\r\\n\\t            }\\r\\n\\t            else if (character_1.Character.isLineTerminator(ch.charCodeAt(0))) {\\r\\n\\t                ++this.lineNumber;\\r\\n\\t                if (ch === '\\\\r' && this.source[this.index] === '\\\\n') {\\r\\n\\t                    ++this.index;\\r\\n\\t                }\\r\\n\\t                this.lineStart = this.index;\\r\\n\\t                cooked += '\\\\n';\\r\\n\\t            }\\r\\n\\t            else {\\r\\n\\t                cooked += ch;\\r\\n\\t            }\\r\\n\\t        }\\r\\n\\t        if (!terminated) {\\r\\n\\t            this.throwUnexpectedToken();\\r\\n\\t        }\\r\\n\\t        if (!head) {\\r\\n\\t            this.curlyStack.pop();\\r\\n\\t        }\\r\\n\\t        return {\\r\\n\\t            type: 10 /* Template */,\\r\\n\\t            value: this.source.slice(start + 1, this.index - rawOffset),\\r\\n\\t            cooked: cooked,\\r\\n\\t            head: head,\\r\\n\\t            tail: tail,\\r\\n\\t            lineNumber: this.lineNumber,\\r\\n\\t            lineStart: this.lineStart,\\r\\n\\t            start: start,\\r\\n\\t            end: this.index\\r\\n\\t        };\\r\\n\\t    };\\r\\n\\t    // https://tc39.github.io/ecma262/#sec-literals-regular-expression-literals\\r\\n\\t    Scanner.prototype.testRegExp = function (pattern, flags) {\\r\\n\\t        // The BMP character to use as a replacement for astral symbols when\\r\\n\\t        // translating an ES6 \\\"u\\\"-flagged pattern to an ES5-compatible\\r\\n\\t        // approximation.\\r\\n\\t        // Note: replacing with '\\\\uFFFF' enables false positives in unlikely\\r\\n\\t        // scenarios. For example, `[\\\\u{1044f}-\\\\u{10440}]` is an invalid\\r\\n\\t        // pattern that would not be detected by this substitution.\\r\\n\\t        var astralSubstitute = '\\\\uFFFF';\\r\\n\\t        var tmp = pattern;\\r\\n\\t        var self = this;\\r\\n\\t        if (flags.indexOf('u') >= 0) {\\r\\n\\t            tmp = tmp\\r\\n\\t                .replace(/\\\\\\\\u\\\\{([0-9a-fA-F]+)\\\\}|\\\\\\\\u([a-fA-F0-9]{4})/g, function ($0, $1, $2) {\\r\\n\\t                var codePoint = parseInt($1 || $2, 16);\\r\\n\\t                if (codePoint > 0x10FFFF) {\\r\\n\\t                    self.throwUnexpectedToken(messages_1.Messages.InvalidRegExp);\\r\\n\\t                }\\r\\n\\t                if (codePoint <= 0xFFFF) {\\r\\n\\t                    return String.fromCharCode(codePoint);\\r\\n\\t                }\\r\\n\\t                return astralSubstitute;\\r\\n\\t            })\\r\\n\\t                .replace(/[\\\\uD800-\\\\uDBFF][\\\\uDC00-\\\\uDFFF]/g, astralSubstitute);\\r\\n\\t        }\\r\\n\\t        // First, detect invalid regular expressions.\\r\\n\\t        try {\\r\\n\\t            RegExp(tmp);\\r\\n\\t        }\\r\\n\\t        catch (e) {\\r\\n\\t            this.throwUnexpectedToken(messages_1.Messages.InvalidRegExp);\\r\\n\\t        }\\r\\n\\t        // Return a regular expression object for this pattern-flag pair, or\\r\\n\\t        // `null` in case the current environment doesn't support the flags it\\r\\n\\t        // uses.\\r\\n\\t        try {\\r\\n\\t            return new RegExp(pattern, flags);\\r\\n\\t        }\\r\\n\\t        catch (exception) {\\r\\n\\t            /* istanbul ignore next */\\r\\n\\t            return null;\\r\\n\\t        }\\r\\n\\t    };\\r\\n\\t    Scanner.prototype.scanRegExpBody = function () {\\r\\n\\t        var ch = this.source[this.index];\\r\\n\\t        assert_1.assert(ch === '/', 'Regular expression literal must start with a slash');\\r\\n\\t        var str = this.source[this.index++];\\r\\n\\t        var classMarker = false;\\r\\n\\t        var terminated = false;\\r\\n\\t        while (!this.eof()) {\\r\\n\\t            ch = this.source[this.index++];\\r\\n\\t            str += ch;\\r\\n\\t            if (ch === '\\\\\\\\') {\\r\\n\\t                ch = this.source[this.index++];\\r\\n\\t                // https://tc39.github.io/ecma262/#sec-literals-regular-expression-literals\\r\\n\\t                if (character_1.Character.isLineTerminator(ch.charCodeAt(0))) {\\r\\n\\t                    this.throwUnexpectedToken(messages_1.Messages.UnterminatedRegExp);\\r\\n\\t                }\\r\\n\\t                str += ch;\\r\\n\\t            }\\r\\n\\t            else if (character_1.Character.isLineTerminator(ch.charCodeAt(0))) {\\r\\n\\t                this.throwUnexpectedToken(messages_1.Messages.UnterminatedRegExp);\\r\\n\\t            }\\r\\n\\t            else if (classMarker) {\\r\\n\\t                if (ch === ']') {\\r\\n\\t                    classMarker = false;\\r\\n\\t                }\\r\\n\\t            }\\r\\n\\t            else {\\r\\n\\t                if (ch === '/') {\\r\\n\\t                    terminated = true;\\r\\n\\t                    break;\\r\\n\\t                }\\r\\n\\t                else if (ch === '[') {\\r\\n\\t                    classMarker = true;\\r\\n\\t                }\\r\\n\\t            }\\r\\n\\t        }\\r\\n\\t        if (!terminated) {\\r\\n\\t            this.throwUnexpectedToken(messages_1.Messages.UnterminatedRegExp);\\r\\n\\t        }\\r\\n\\t        // Exclude leading and trailing slash.\\r\\n\\t        return str.substr(1, str.length - 2);\\r\\n\\t    };\\r\\n\\t    Scanner.prototype.scanRegExpFlags = function () {\\r\\n\\t        var str = '';\\r\\n\\t        var flags = '';\\r\\n\\t        while (!this.eof()) {\\r\\n\\t            var ch = this.source[this.index];\\r\\n\\t            if (!character_1.Character.isIdentifierPart(ch.charCodeAt(0))) {\\r\\n\\t                break;\\r\\n\\t            }\\r\\n\\t            ++this.index;\\r\\n\\t            if (ch === '\\\\\\\\' && !this.eof()) {\\r\\n\\t                ch = this.source[this.index];\\r\\n\\t                if (ch === 'u') {\\r\\n\\t                    ++this.index;\\r\\n\\t                    var restore = this.index;\\r\\n\\t                    var char = this.scanHexEscape('u');\\r\\n\\t                    if (char !== null) {\\r\\n\\t                        flags += char;\\r\\n\\t                        for (str += '\\\\\\\\u'; restore < this.index; ++restore) {\\r\\n\\t                            str += this.source[restore];\\r\\n\\t                        }\\r\\n\\t                    }\\r\\n\\t                    else {\\r\\n\\t                        this.index = restore;\\r\\n\\t                        flags += 'u';\\r\\n\\t                        str += '\\\\\\\\u';\\r\\n\\t                    }\\r\\n\\t                    this.tolerateUnexpectedToken();\\r\\n\\t                }\\r\\n\\t                else {\\r\\n\\t                    str += '\\\\\\\\';\\r\\n\\t                    this.tolerateUnexpectedToken();\\r\\n\\t                }\\r\\n\\t            }\\r\\n\\t            else {\\r\\n\\t                flags += ch;\\r\\n\\t                str += ch;\\r\\n\\t            }\\r\\n\\t        }\\r\\n\\t        return flags;\\r\\n\\t    };\\r\\n\\t    Scanner.prototype.scanRegExp = function () {\\r\\n\\t        var start = this.index;\\r\\n\\t        var pattern = this.scanRegExpBody();\\r\\n\\t        var flags = this.scanRegExpFlags();\\r\\n\\t        var value = this.testRegExp(pattern, flags);\\r\\n\\t        return {\\r\\n\\t            type: 9 /* RegularExpression */,\\r\\n\\t            value: '',\\r\\n\\t            pattern: pattern,\\r\\n\\t            flags: flags,\\r\\n\\t            regex: value,\\r\\n\\t            lineNumber: this.lineNumber,\\r\\n\\t            lineStart: this.lineStart,\\r\\n\\t            start: start,\\r\\n\\t            end: this.index\\r\\n\\t        };\\r\\n\\t    };\\r\\n\\t    Scanner.prototype.lex = function () {\\r\\n\\t        if (this.eof()) {\\r\\n\\t            return {\\r\\n\\t                type: 2 /* EOF */,\\r\\n\\t                value: '',\\r\\n\\t                lineNumber: this.lineNumber,\\r\\n\\t                lineStart: this.lineStart,\\r\\n\\t                start: this.index,\\r\\n\\t                end: this.index\\r\\n\\t            };\\r\\n\\t        }\\r\\n\\t        var cp = this.source.charCodeAt(this.index);\\r\\n\\t        if (character_1.Character.isIdentifierStart(cp)) {\\r\\n\\t            return this.scanIdentifier();\\r\\n\\t        }\\r\\n\\t        // Very common: ( and ) and ;\\r\\n\\t        if (cp === 0x28 || cp === 0x29 || cp === 0x3B) {\\r\\n\\t            return this.scanPunctuator();\\r\\n\\t        }\\r\\n\\t        // String literal starts with single quote (U+0027) or double quote (U+0022).\\r\\n\\t        if (cp === 0x27 || cp === 0x22) {\\r\\n\\t            return this.scanStringLiteral();\\r\\n\\t        }\\r\\n\\t        // Dot (.) U+002E can also start a floating-point number, hence the need\\r\\n\\t        // to check the next character.\\r\\n\\t        if (cp === 0x2E) {\\r\\n\\t            if (character_1.Character.isDecimalDigit(this.source.charCodeAt(this.index + 1))) {\\r\\n\\t                return this.scanNumericLiteral();\\r\\n\\t            }\\r\\n\\t            return this.scanPunctuator();\\r\\n\\t        }\\r\\n\\t        if (character_1.Character.isDecimalDigit(cp)) {\\r\\n\\t            return this.scanNumericLiteral();\\r\\n\\t        }\\r\\n\\t        // Template literals start with ` (U+0060) for template head\\r\\n\\t        // or } (U+007D) for template middle or template tail.\\r\\n\\t        if (cp === 0x60 || (cp === 0x7D && this.curlyStack[this.curlyStack.length - 1] === '${')) {\\r\\n\\t            return this.scanTemplate();\\r\\n\\t        }\\r\\n\\t        // Possible identifier start in a surrogate pair.\\r\\n\\t        if (cp >= 0xD800 && cp < 0xDFFF) {\\r\\n\\t            if (character_1.Character.isIdentifierStart(this.codePointAt(this.index))) {\\r\\n\\t                return this.scanIdentifier();\\r\\n\\t            }\\r\\n\\t        }\\r\\n\\t        return this.scanPunctuator();\\r\\n\\t    };\\r\\n\\t    return Scanner;\\r\\n\\t}());\\r\\n\\texports.Scanner = Scanner;\\r\\n\\n\\n/***/ },\\n/* 13 */\\n/***/ function(module, exports) {\\n\\n\\t\\\"use strict\\\";\\r\\n\\tObject.defineProperty(exports, \\\"__esModule\\\", { value: true });\\r\\n\\texports.TokenName = {};\\r\\n\\texports.TokenName[1 /* BooleanLiteral */] = 'Boolean';\\r\\n\\texports.TokenName[2 /* EOF */] = '<end>';\\r\\n\\texports.TokenName[3 /* Identifier */] = 'Identifier';\\r\\n\\texports.TokenName[4 /* Keyword */] = 'Keyword';\\r\\n\\texports.TokenName[5 /* NullLiteral */] = 'Null';\\r\\n\\texports.TokenName[6 /* NumericLiteral */] = 'Numeric';\\r\\n\\texports.TokenName[7 /* Punctuator */] = 'Punctuator';\\r\\n\\texports.TokenName[8 /* StringLiteral */] = 'String';\\r\\n\\texports.TokenName[9 /* RegularExpression */] = 'RegularExpression';\\r\\n\\texports.TokenName[10 /* Template */] = 'Template';\\r\\n\\n\\n/***/ },\\n/* 14 */\\n/***/ function(module, exports) {\\n\\n\\t\\\"use strict\\\";\\r\\n\\t// Generated by generate-xhtml-entities.js. DO NOT MODIFY!\\r\\n\\tObject.defineProperty(exports, \\\"__esModule\\\", { value: true });\\r\\n\\texports.XHTMLEntities = {\\r\\n\\t    quot: '\\\\u0022',\\r\\n\\t    amp: '\\\\u0026',\\r\\n\\t    apos: '\\\\u0027',\\r\\n\\t    gt: '\\\\u003E',\\r\\n\\t    nbsp: '\\\\u00A0',\\r\\n\\t    iexcl: '\\\\u00A1',\\r\\n\\t    cent: '\\\\u00A2',\\r\\n\\t    pound: '\\\\u00A3',\\r\\n\\t    curren: '\\\\u00A4',\\r\\n\\t    yen: '\\\\u00A5',\\r\\n\\t    brvbar: '\\\\u00A6',\\r\\n\\t    sect: '\\\\u00A7',\\r\\n\\t    uml: '\\\\u00A8',\\r\\n\\t    copy: '\\\\u00A9',\\r\\n\\t    ordf: '\\\\u00AA',\\r\\n\\t    laquo: '\\\\u00AB',\\r\\n\\t    not: '\\\\u00AC',\\r\\n\\t    shy: '\\\\u00AD',\\r\\n\\t    reg: '\\\\u00AE',\\r\\n\\t    macr: '\\\\u00AF',\\r\\n\\t    deg: '\\\\u00B0',\\r\\n\\t    plusmn: '\\\\u00B1',\\r\\n\\t    sup2: '\\\\u00B2',\\r\\n\\t    sup3: '\\\\u00B3',\\r\\n\\t    acute: '\\\\u00B4',\\r\\n\\t    micro: '\\\\u00B5',\\r\\n\\t    para: '\\\\u00B6',\\r\\n\\t    middot: '\\\\u00B7',\\r\\n\\t    cedil: '\\\\u00B8',\\r\\n\\t    sup1: '\\\\u00B9',\\r\\n\\t    ordm: '\\\\u00BA',\\r\\n\\t    raquo: '\\\\u00BB',\\r\\n\\t    frac14: '\\\\u00BC',\\r\\n\\t    frac12: '\\\\u00BD',\\r\\n\\t    frac34: '\\\\u00BE',\\r\\n\\t    iquest: '\\\\u00BF',\\r\\n\\t    Agrave: '\\\\u00C0',\\r\\n\\t    Aacute: '\\\\u00C1',\\r\\n\\t    Acirc: '\\\\u00C2',\\r\\n\\t    Atilde: '\\\\u00C3',\\r\\n\\t    Auml: '\\\\u00C4',\\r\\n\\t    Aring: '\\\\u00C5',\\r\\n\\t    AElig: '\\\\u00C6',\\r\\n\\t    Ccedil: '\\\\u00C7',\\r\\n\\t    Egrave: '\\\\u00C8',\\r\\n\\t    Eacute: '\\\\u00C9',\\r\\n\\t    Ecirc: '\\\\u00CA',\\r\\n\\t    Euml: '\\\\u00CB',\\r\\n\\t    Igrave: '\\\\u00CC',\\r\\n\\t    Iacute: '\\\\u00CD',\\r\\n\\t    Icirc: '\\\\u00CE',\\r\\n\\t    Iuml: '\\\\u00CF',\\r\\n\\t    ETH: '\\\\u00D0',\\r\\n\\t    Ntilde: '\\\\u00D1',\\r\\n\\t    Ograve: '\\\\u00D2',\\r\\n\\t    Oacute: '\\\\u00D3',\\r\\n\\t    Ocirc: '\\\\u00D4',\\r\\n\\t    Otilde: '\\\\u00D5',\\r\\n\\t    Ouml: '\\\\u00D6',\\r\\n\\t    times: '\\\\u00D7',\\r\\n\\t    Oslash: '\\\\u00D8',\\r\\n\\t    Ugrave: '\\\\u00D9',\\r\\n\\t    Uacute: '\\\\u00DA',\\r\\n\\t    Ucirc: '\\\\u00DB',\\r\\n\\t    Uuml: '\\\\u00DC',\\r\\n\\t    Yacute: '\\\\u00DD',\\r\\n\\t    THORN: '\\\\u00DE',\\r\\n\\t    szlig: '\\\\u00DF',\\r\\n\\t    agrave: '\\\\u00E0',\\r\\n\\t    aacute: '\\\\u00E1',\\r\\n\\t    acirc: '\\\\u00E2',\\r\\n\\t    atilde: '\\\\u00E3',\\r\\n\\t    auml: '\\\\u00E4',\\r\\n\\t    aring: '\\\\u00E5',\\r\\n\\t    aelig: '\\\\u00E6',\\r\\n\\t    ccedil: '\\\\u00E7',\\r\\n\\t    egrave: '\\\\u00E8',\\r\\n\\t    eacute: '\\\\u00E9',\\r\\n\\t    ecirc: '\\\\u00EA',\\r\\n\\t    euml: '\\\\u00EB',\\r\\n\\t    igrave: '\\\\u00EC',\\r\\n\\t    iacute: '\\\\u00ED',\\r\\n\\t    icirc: '\\\\u00EE',\\r\\n\\t    iuml: '\\\\u00EF',\\r\\n\\t    eth: '\\\\u00F0',\\r\\n\\t    ntilde: '\\\\u00F1',\\r\\n\\t    ograve: '\\\\u00F2',\\r\\n\\t    oacute: '\\\\u00F3',\\r\\n\\t    ocirc: '\\\\u00F4',\\r\\n\\t    otilde: '\\\\u00F5',\\r\\n\\t    ouml: '\\\\u00F6',\\r\\n\\t    divide: '\\\\u00F7',\\r\\n\\t    oslash: '\\\\u00F8',\\r\\n\\t    ugrave: '\\\\u00F9',\\r\\n\\t    uacute: '\\\\u00FA',\\r\\n\\t    ucirc: '\\\\u00FB',\\r\\n\\t    uuml: '\\\\u00FC',\\r\\n\\t    yacute: '\\\\u00FD',\\r\\n\\t    thorn: '\\\\u00FE',\\r\\n\\t    yuml: '\\\\u00FF',\\r\\n\\t    OElig: '\\\\u0152',\\r\\n\\t    oelig: '\\\\u0153',\\r\\n\\t    Scaron: '\\\\u0160',\\r\\n\\t    scaron: '\\\\u0161',\\r\\n\\t    Yuml: '\\\\u0178',\\r\\n\\t    fnof: '\\\\u0192',\\r\\n\\t    circ: '\\\\u02C6',\\r\\n\\t    tilde: '\\\\u02DC',\\r\\n\\t    Alpha: '\\\\u0391',\\r\\n\\t    Beta: '\\\\u0392',\\r\\n\\t    Gamma: '\\\\u0393',\\r\\n\\t    Delta: '\\\\u0394',\\r\\n\\t    Epsilon: '\\\\u0395',\\r\\n\\t    Zeta: '\\\\u0396',\\r\\n\\t    Eta: '\\\\u0397',\\r\\n\\t    Theta: '\\\\u0398',\\r\\n\\t    Iota: '\\\\u0399',\\r\\n\\t    Kappa: '\\\\u039A',\\r\\n\\t    Lambda: '\\\\u039B',\\r\\n\\t    Mu: '\\\\u039C',\\r\\n\\t    Nu: '\\\\u039D',\\r\\n\\t    Xi: '\\\\u039E',\\r\\n\\t    Omicron: '\\\\u039F',\\r\\n\\t    Pi: '\\\\u03A0',\\r\\n\\t    Rho: '\\\\u03A1',\\r\\n\\t    Sigma: '\\\\u03A3',\\r\\n\\t    Tau: '\\\\u03A4',\\r\\n\\t    Upsilon: '\\\\u03A5',\\r\\n\\t    Phi: '\\\\u03A6',\\r\\n\\t    Chi: '\\\\u03A7',\\r\\n\\t    Psi: '\\\\u03A8',\\r\\n\\t    Omega: '\\\\u03A9',\\r\\n\\t    alpha: '\\\\u03B1',\\r\\n\\t    beta: '\\\\u03B2',\\r\\n\\t    gamma: '\\\\u03B3',\\r\\n\\t    delta: '\\\\u03B4',\\r\\n\\t    epsilon: '\\\\u03B5',\\r\\n\\t    zeta: '\\\\u03B6',\\r\\n\\t    eta: '\\\\u03B7',\\r\\n\\t    theta: '\\\\u03B8',\\r\\n\\t    iota: '\\\\u03B9',\\r\\n\\t    kappa: '\\\\u03BA',\\r\\n\\t    lambda: '\\\\u03BB',\\r\\n\\t    mu: '\\\\u03BC',\\r\\n\\t    nu: '\\\\u03BD',\\r\\n\\t    xi: '\\\\u03BE',\\r\\n\\t    omicron: '\\\\u03BF',\\r\\n\\t    pi: '\\\\u03C0',\\r\\n\\t    rho: '\\\\u03C1',\\r\\n\\t    sigmaf: '\\\\u03C2',\\r\\n\\t    sigma: '\\\\u03C3',\\r\\n\\t    tau: '\\\\u03C4',\\r\\n\\t    upsilon: '\\\\u03C5',\\r\\n\\t    phi: '\\\\u03C6',\\r\\n\\t    chi: '\\\\u03C7',\\r\\n\\t    psi: '\\\\u03C8',\\r\\n\\t    omega: '\\\\u03C9',\\r\\n\\t    thetasym: '\\\\u03D1',\\r\\n\\t    upsih: '\\\\u03D2',\\r\\n\\t    piv: '\\\\u03D6',\\r\\n\\t    ensp: '\\\\u2002',\\r\\n\\t    emsp: '\\\\u2003',\\r\\n\\t    thinsp: '\\\\u2009',\\r\\n\\t    zwnj: '\\\\u200C',\\r\\n\\t    zwj: '\\\\u200D',\\r\\n\\t    lrm: '\\\\u200E',\\r\\n\\t    rlm: '\\\\u200F',\\r\\n\\t    ndash: '\\\\u2013',\\r\\n\\t    mdash: '\\\\u2014',\\r\\n\\t    lsquo: '\\\\u2018',\\r\\n\\t    rsquo: '\\\\u2019',\\r\\n\\t    sbquo: '\\\\u201A',\\r\\n\\t    ldquo: '\\\\u201C',\\r\\n\\t    rdquo: '\\\\u201D',\\r\\n\\t    bdquo: '\\\\u201E',\\r\\n\\t    dagger: '\\\\u2020',\\r\\n\\t    Dagger: '\\\\u2021',\\r\\n\\t    bull: '\\\\u2022',\\r\\n\\t    hellip: '\\\\u2026',\\r\\n\\t    permil: '\\\\u2030',\\r\\n\\t    prime: '\\\\u2032',\\r\\n\\t    Prime: '\\\\u2033',\\r\\n\\t    lsaquo: '\\\\u2039',\\r\\n\\t    rsaquo: '\\\\u203A',\\r\\n\\t    oline: '\\\\u203E',\\r\\n\\t    frasl: '\\\\u2044',\\r\\n\\t    euro: '\\\\u20AC',\\r\\n\\t    image: '\\\\u2111',\\r\\n\\t    weierp: '\\\\u2118',\\r\\n\\t    real: '\\\\u211C',\\r\\n\\t    trade: '\\\\u2122',\\r\\n\\t    alefsym: '\\\\u2135',\\r\\n\\t    larr: '\\\\u2190',\\r\\n\\t    uarr: '\\\\u2191',\\r\\n\\t    rarr: '\\\\u2192',\\r\\n\\t    darr: '\\\\u2193',\\r\\n\\t    harr: '\\\\u2194',\\r\\n\\t    crarr: '\\\\u21B5',\\r\\n\\t    lArr: '\\\\u21D0',\\r\\n\\t    uArr: '\\\\u21D1',\\r\\n\\t    rArr: '\\\\u21D2',\\r\\n\\t    dArr: '\\\\u21D3',\\r\\n\\t    hArr: '\\\\u21D4',\\r\\n\\t    forall: '\\\\u2200',\\r\\n\\t    part: '\\\\u2202',\\r\\n\\t    exist: '\\\\u2203',\\r\\n\\t    empty: '\\\\u2205',\\r\\n\\t    nabla: '\\\\u2207',\\r\\n\\t    isin: '\\\\u2208',\\r\\n\\t    notin: '\\\\u2209',\\r\\n\\t    ni: '\\\\u220B',\\r\\n\\t    prod: '\\\\u220F',\\r\\n\\t    sum: '\\\\u2211',\\r\\n\\t    minus: '\\\\u2212',\\r\\n\\t    lowast: '\\\\u2217',\\r\\n\\t    radic: '\\\\u221A',\\r\\n\\t    prop: '\\\\u221D',\\r\\n\\t    infin: '\\\\u221E',\\r\\n\\t    ang: '\\\\u2220',\\r\\n\\t    and: '\\\\u2227',\\r\\n\\t    or: '\\\\u2228',\\r\\n\\t    cap: '\\\\u2229',\\r\\n\\t    cup: '\\\\u222A',\\r\\n\\t    int: '\\\\u222B',\\r\\n\\t    there4: '\\\\u2234',\\r\\n\\t    sim: '\\\\u223C',\\r\\n\\t    cong: '\\\\u2245',\\r\\n\\t    asymp: '\\\\u2248',\\r\\n\\t    ne: '\\\\u2260',\\r\\n\\t    equiv: '\\\\u2261',\\r\\n\\t    le: '\\\\u2264',\\r\\n\\t    ge: '\\\\u2265',\\r\\n\\t    sub: '\\\\u2282',\\r\\n\\t    sup: '\\\\u2283',\\r\\n\\t    nsub: '\\\\u2284',\\r\\n\\t    sube: '\\\\u2286',\\r\\n\\t    supe: '\\\\u2287',\\r\\n\\t    oplus: '\\\\u2295',\\r\\n\\t    otimes: '\\\\u2297',\\r\\n\\t    perp: '\\\\u22A5',\\r\\n\\t    sdot: '\\\\u22C5',\\r\\n\\t    lceil: '\\\\u2308',\\r\\n\\t    rceil: '\\\\u2309',\\r\\n\\t    lfloor: '\\\\u230A',\\r\\n\\t    rfloor: '\\\\u230B',\\r\\n\\t    loz: '\\\\u25CA',\\r\\n\\t    spades: '\\\\u2660',\\r\\n\\t    clubs: '\\\\u2663',\\r\\n\\t    hearts: '\\\\u2665',\\r\\n\\t    diams: '\\\\u2666',\\r\\n\\t    lang: '\\\\u27E8',\\r\\n\\t    rang: '\\\\u27E9'\\r\\n\\t};\\r\\n\\n\\n/***/ },\\n/* 15 */\\n/***/ function(module, exports, __webpack_require__) {\\n\\n\\t\\\"use strict\\\";\\r\\n\\tObject.defineProperty(exports, \\\"__esModule\\\", { value: true });\\r\\n\\tvar error_handler_1 = __webpack_require__(10);\\r\\n\\tvar scanner_1 = __webpack_require__(12);\\r\\n\\tvar token_1 = __webpack_require__(13);\\r\\n\\tvar Reader = (function () {\\r\\n\\t    function Reader() {\\r\\n\\t        this.values = [];\\r\\n\\t        this.curly = this.paren = -1;\\r\\n\\t    }\\r\\n\\t    // A function following one of those tokens is an expression.\\r\\n\\t    Reader.prototype.beforeFunctionExpression = function (t) {\\r\\n\\t        return ['(', '{', '[', 'in', 'typeof', 'instanceof', 'new',\\r\\n\\t            'return', 'case', 'delete', 'throw', 'void',\\r\\n\\t            // assignment operators\\r\\n\\t            '=', '+=', '-=', '*=', '**=', '/=', '%=', '<<=', '>>=', '>>>=',\\r\\n\\t            '&=', '|=', '^=', ',',\\r\\n\\t            // binary/unary operators\\r\\n\\t            '+', '-', '*', '**', '/', '%', '++', '--', '<<', '>>', '>>>', '&',\\r\\n\\t            '|', '^', '!', '~', '&&', '||', '?', ':', '===', '==', '>=',\\r\\n\\t            '<=', '<', '>', '!=', '!=='].indexOf(t) >= 0;\\r\\n\\t    };\\r\\n\\t    // Determine if forward slash (/) is an operator or part of a regular expression\\r\\n\\t    // https://github.com/mozilla/sweet.js/wiki/design\\r\\n\\t    Reader.prototype.isRegexStart = function () {\\r\\n\\t        var previous = this.values[this.values.length - 1];\\r\\n\\t        var regex = (previous !== null);\\r\\n\\t        switch (previous) {\\r\\n\\t            case 'this':\\r\\n\\t            case ']':\\r\\n\\t                regex = false;\\r\\n\\t                break;\\r\\n\\t            case ')':\\r\\n\\t                var keyword = this.values[this.paren - 1];\\r\\n\\t                regex = (keyword === 'if' || keyword === 'while' || keyword === 'for' || keyword === 'with');\\r\\n\\t                break;\\r\\n\\t            case '}':\\r\\n\\t                // Dividing a function by anything makes little sense,\\r\\n\\t                // but we have to check for that.\\r\\n\\t                regex = false;\\r\\n\\t                if (this.values[this.curly - 3] === 'function') {\\r\\n\\t                    // Anonymous function, e.g. function(){} /42\\r\\n\\t                    var check = this.values[this.curly - 4];\\r\\n\\t                    regex = check ? !this.beforeFunctionExpression(check) : false;\\r\\n\\t                }\\r\\n\\t                else if (this.values[this.curly - 4] === 'function') {\\r\\n\\t                    // Named function, e.g. function f(){} /42/\\r\\n\\t                    var check = this.values[this.curly - 5];\\r\\n\\t                    regex = check ? !this.beforeFunctionExpression(check) : true;\\r\\n\\t                }\\r\\n\\t                break;\\r\\n\\t            default:\\r\\n\\t                break;\\r\\n\\t        }\\r\\n\\t        return regex;\\r\\n\\t    };\\r\\n\\t    Reader.prototype.push = function (token) {\\r\\n\\t        if (token.type === 7 /* Punctuator */ || token.type === 4 /* Keyword */) {\\r\\n\\t            if (token.value === '{') {\\r\\n\\t                this.curly = this.values.length;\\r\\n\\t            }\\r\\n\\t            else if (token.value === '(') {\\r\\n\\t                this.paren = this.values.length;\\r\\n\\t            }\\r\\n\\t            this.values.push(token.value);\\r\\n\\t        }\\r\\n\\t        else {\\r\\n\\t            this.values.push(null);\\r\\n\\t        }\\r\\n\\t    };\\r\\n\\t    return Reader;\\r\\n\\t}());\\r\\n\\tvar Tokenizer = (function () {\\r\\n\\t    function Tokenizer(code, config) {\\r\\n\\t        this.errorHandler = new error_handler_1.ErrorHandler();\\r\\n\\t        this.errorHandler.tolerant = config ? (typeof config.tolerant === 'boolean' && config.tolerant) : false;\\r\\n\\t        this.scanner = new scanner_1.Scanner(code, this.errorHandler);\\r\\n\\t        this.scanner.trackComment = config ? (typeof config.comment === 'boolean' && config.comment) : false;\\r\\n\\t        this.trackRange = config ? (typeof config.range === 'boolean' && config.range) : false;\\r\\n\\t        this.trackLoc = config ? (typeof config.loc === 'boolean' && config.loc) : false;\\r\\n\\t        this.buffer = [];\\r\\n\\t        this.reader = new Reader();\\r\\n\\t    }\\r\\n\\t    Tokenizer.prototype.errors = function () {\\r\\n\\t        return this.errorHandler.errors;\\r\\n\\t    };\\r\\n\\t    Tokenizer.prototype.getNextToken = function () {\\r\\n\\t        if (this.buffer.length === 0) {\\r\\n\\t            var comments = this.scanner.scanComments();\\r\\n\\t            if (this.scanner.trackComment) {\\r\\n\\t                for (var i = 0; i < comments.length; ++i) {\\r\\n\\t                    var e = comments[i];\\r\\n\\t                    var value = this.scanner.source.slice(e.slice[0], e.slice[1]);\\r\\n\\t                    var comment = {\\r\\n\\t                        type: e.multiLine ? 'BlockComment' : 'LineComment',\\r\\n\\t                        value: value\\r\\n\\t                    };\\r\\n\\t                    if (this.trackRange) {\\r\\n\\t                        comment.range = e.range;\\r\\n\\t                    }\\r\\n\\t                    if (this.trackLoc) {\\r\\n\\t                        comment.loc = e.loc;\\r\\n\\t                    }\\r\\n\\t                    this.buffer.push(comment);\\r\\n\\t                }\\r\\n\\t            }\\r\\n\\t            if (!this.scanner.eof()) {\\r\\n\\t                var loc = void 0;\\r\\n\\t                if (this.trackLoc) {\\r\\n\\t                    loc = {\\r\\n\\t                        start: {\\r\\n\\t                            line: this.scanner.lineNumber,\\r\\n\\t                            column: this.scanner.index - this.scanner.lineStart\\r\\n\\t                        },\\r\\n\\t                        end: {}\\r\\n\\t                    };\\r\\n\\t                }\\r\\n\\t                var startRegex = (this.scanner.source[this.scanner.index] === '/') && this.reader.isRegexStart();\\r\\n\\t                var token = startRegex ? this.scanner.scanRegExp() : this.scanner.lex();\\r\\n\\t                this.reader.push(token);\\r\\n\\t                var entry = {\\r\\n\\t                    type: token_1.TokenName[token.type],\\r\\n\\t                    value: this.scanner.source.slice(token.start, token.end)\\r\\n\\t                };\\r\\n\\t                if (this.trackRange) {\\r\\n\\t                    entry.range = [token.start, token.end];\\r\\n\\t                }\\r\\n\\t                if (this.trackLoc) {\\r\\n\\t                    loc.end = {\\r\\n\\t                        line: this.scanner.lineNumber,\\r\\n\\t                        column: this.scanner.index - this.scanner.lineStart\\r\\n\\t                    };\\r\\n\\t                    entry.loc = loc;\\r\\n\\t                }\\r\\n\\t                if (token.type === 9 /* RegularExpression */) {\\r\\n\\t                    var pattern = token.pattern;\\r\\n\\t                    var flags = token.flags;\\r\\n\\t                    entry.regex = { pattern: pattern, flags: flags };\\r\\n\\t                }\\r\\n\\t                this.buffer.push(entry);\\r\\n\\t            }\\r\\n\\t        }\\r\\n\\t        return this.buffer.shift();\\r\\n\\t    };\\r\\n\\t    return Tokenizer;\\r\\n\\t}());\\r\\n\\texports.Tokenizer = Tokenizer;\\r\\n\\n\\n/***/ }\\n/******/ ])\\n});\\n;\"\n        },\n        {\n          \"id\": 127,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/js-yaml/lib/js-yaml/dumper.js\",\n          \"name\": \"./node_modules/js-yaml/lib/js-yaml/dumper.js\",\n          \"index\": 203,\n          \"index2\": 197,\n          \"size\": 26385,\n          \"cacheable\": true,\n          \"built\": true,\n          \"optional\": false,\n          \"prefetched\": false,\n          \"chunks\": [\n            2,\n            4\n          ],\n          \"issuer\": \"/Users/jarred/Code/styleurl/node_modules/js-yaml/lib/js-yaml.js\",\n          \"issuerId\": 105,\n          \"issuerName\": \"./node_modules/js-yaml/lib/js-yaml.js\",\n          \"issuerPath\": [\n            {\n              \"id\": 350,\n              \"identifier\": \"multi /Users/jarred/Code/styleurl/webpack/customPublicPath /Users/jarred/Code/styleurl/chrome/extension/github_gist_content_script\",\n              \"name\": \"multi ./webpack/customPublicPath ./chrome/extension/github_gist_content_script\",\n              \"profile\": {\n                \"factory\": 0,\n                \"building\": 0,\n                \"dependencies\": 53\n              }\n            },\n            {\n              \"id\": 351,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/github_gist_content_script.js\",\n              \"name\": \"./chrome/extension/github_gist_content_script.js\",\n              \"profile\": {\n                \"factory\": 54,\n                \"building\": 576,\n                \"dependencies\": 194\n              }\n            },\n            {\n              \"id\": 55,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/lib/stylefile.js\",\n              \"name\": \"./chrome/extension/lib/stylefile.js\",\n              \"profile\": {\n                \"factory\": 194,\n                \"building\": 246,\n                \"dependencies\": 40\n              }\n            },\n            {\n              \"id\": 104,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/js-yaml/index.js\",\n              \"name\": \"./node_modules/js-yaml/index.js\",\n              \"profile\": {\n                \"factory\": 408,\n                \"building\": 42\n              }\n            },\n            {\n              \"id\": 105,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/js-yaml/lib/js-yaml.js\",\n              \"name\": \"./node_modules/js-yaml/lib/js-yaml.js\",\n              \"profile\": {\n                \"factory\": 96,\n                \"building\": 77\n              }\n            }\n          ],\n          \"profile\": {\n            \"factory\": 33,\n            \"building\": 66,\n            \"dependencies\": 42\n          },\n          \"failed\": false,\n          \"errors\": 0,\n          \"warnings\": 0,\n          \"assets\": [],\n          \"reasons\": [\n            {\n              \"moduleId\": 105,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/js-yaml/lib/js-yaml.js\",\n              \"module\": \"./node_modules/js-yaml/lib/js-yaml.js\",\n              \"moduleName\": \"./node_modules/js-yaml/lib/js-yaml.js\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"./js-yaml/dumper\",\n              \"loc\": \"5:13-40\"\n            }\n          ],\n          \"usedExports\": true,\n          \"providedExports\": null,\n          \"optimizationBailout\": [\n            \"ModuleConcatenation bailout: Module is not an ECMAScript module\"\n          ],\n          \"depth\": 5,\n          \"source\": \"'use strict';\\n\\n/*eslint-disable no-use-before-define*/\\n\\nvar common              = require('./common');\\nvar YAMLException       = require('./exception');\\nvar DEFAULT_FULL_SCHEMA = require('./schema/default_full');\\nvar DEFAULT_SAFE_SCHEMA = require('./schema/default_safe');\\n\\nvar _toString       = Object.prototype.toString;\\nvar _hasOwnProperty = Object.prototype.hasOwnProperty;\\n\\nvar CHAR_TAB                  = 0x09; /* Tab */\\nvar CHAR_LINE_FEED            = 0x0A; /* LF */\\nvar CHAR_SPACE                = 0x20; /* Space */\\nvar CHAR_EXCLAMATION          = 0x21; /* ! */\\nvar CHAR_DOUBLE_QUOTE         = 0x22; /* \\\" */\\nvar CHAR_SHARP                = 0x23; /* # */\\nvar CHAR_PERCENT              = 0x25; /* % */\\nvar CHAR_AMPERSAND            = 0x26; /* & */\\nvar CHAR_SINGLE_QUOTE         = 0x27; /* ' */\\nvar CHAR_ASTERISK             = 0x2A; /* * */\\nvar CHAR_COMMA                = 0x2C; /* , */\\nvar CHAR_MINUS                = 0x2D; /* - */\\nvar CHAR_COLON                = 0x3A; /* : */\\nvar CHAR_GREATER_THAN         = 0x3E; /* > */\\nvar CHAR_QUESTION             = 0x3F; /* ? */\\nvar CHAR_COMMERCIAL_AT        = 0x40; /* @ */\\nvar CHAR_LEFT_SQUARE_BRACKET  = 0x5B; /* [ */\\nvar CHAR_RIGHT_SQUARE_BRACKET = 0x5D; /* ] */\\nvar CHAR_GRAVE_ACCENT         = 0x60; /* ` */\\nvar CHAR_LEFT_CURLY_BRACKET   = 0x7B; /* { */\\nvar CHAR_VERTICAL_LINE        = 0x7C; /* | */\\nvar CHAR_RIGHT_CURLY_BRACKET  = 0x7D; /* } */\\n\\nvar ESCAPE_SEQUENCES = {};\\n\\nESCAPE_SEQUENCES[0x00]   = '\\\\\\\\0';\\nESCAPE_SEQUENCES[0x07]   = '\\\\\\\\a';\\nESCAPE_SEQUENCES[0x08]   = '\\\\\\\\b';\\nESCAPE_SEQUENCES[0x09]   = '\\\\\\\\t';\\nESCAPE_SEQUENCES[0x0A]   = '\\\\\\\\n';\\nESCAPE_SEQUENCES[0x0B]   = '\\\\\\\\v';\\nESCAPE_SEQUENCES[0x0C]   = '\\\\\\\\f';\\nESCAPE_SEQUENCES[0x0D]   = '\\\\\\\\r';\\nESCAPE_SEQUENCES[0x1B]   = '\\\\\\\\e';\\nESCAPE_SEQUENCES[0x22]   = '\\\\\\\\\\\"';\\nESCAPE_SEQUENCES[0x5C]   = '\\\\\\\\\\\\\\\\';\\nESCAPE_SEQUENCES[0x85]   = '\\\\\\\\N';\\nESCAPE_SEQUENCES[0xA0]   = '\\\\\\\\_';\\nESCAPE_SEQUENCES[0x2028] = '\\\\\\\\L';\\nESCAPE_SEQUENCES[0x2029] = '\\\\\\\\P';\\n\\nvar DEPRECATED_BOOLEANS_SYNTAX = [\\n  'y', 'Y', 'yes', 'Yes', 'YES', 'on', 'On', 'ON',\\n  'n', 'N', 'no', 'No', 'NO', 'off', 'Off', 'OFF'\\n];\\n\\nfunction compileStyleMap(schema, map) {\\n  var result, keys, index, length, tag, style, type;\\n\\n  if (map === null) return {};\\n\\n  result = {};\\n  keys = Object.keys(map);\\n\\n  for (index = 0, length = keys.length; index < length; index += 1) {\\n    tag = keys[index];\\n    style = String(map[tag]);\\n\\n    if (tag.slice(0, 2) === '!!') {\\n      tag = 'tag:yaml.org,2002:' + tag.slice(2);\\n    }\\n    type = schema.compiledTypeMap['fallback'][tag];\\n\\n    if (type && _hasOwnProperty.call(type.styleAliases, style)) {\\n      style = type.styleAliases[style];\\n    }\\n\\n    result[tag] = style;\\n  }\\n\\n  return result;\\n}\\n\\nfunction encodeHex(character) {\\n  var string, handle, length;\\n\\n  string = character.toString(16).toUpperCase();\\n\\n  if (character <= 0xFF) {\\n    handle = 'x';\\n    length = 2;\\n  } else if (character <= 0xFFFF) {\\n    handle = 'u';\\n    length = 4;\\n  } else if (character <= 0xFFFFFFFF) {\\n    handle = 'U';\\n    length = 8;\\n  } else {\\n    throw new YAMLException('code point within a string may not be greater than 0xFFFFFFFF');\\n  }\\n\\n  return '\\\\\\\\' + handle + common.repeat('0', length - string.length) + string;\\n}\\n\\nfunction State(options) {\\n  this.schema       = options['schema'] || DEFAULT_FULL_SCHEMA;\\n  this.indent       = Math.max(1, (options['indent'] || 2));\\n  this.skipInvalid  = options['skipInvalid'] || false;\\n  this.flowLevel    = (common.isNothing(options['flowLevel']) ? -1 : options['flowLevel']);\\n  this.styleMap     = compileStyleMap(this.schema, options['styles'] || null);\\n  this.sortKeys     = options['sortKeys'] || false;\\n  this.lineWidth    = options['lineWidth'] || 80;\\n  this.noRefs       = options['noRefs'] || false;\\n  this.noCompatMode = options['noCompatMode'] || false;\\n  this.condenseFlow = options['condenseFlow'] || false;\\n\\n  this.implicitTypes = this.schema.compiledImplicit;\\n  this.explicitTypes = this.schema.compiledExplicit;\\n\\n  this.tag = null;\\n  this.result = '';\\n\\n  this.duplicates = [];\\n  this.usedDuplicates = null;\\n}\\n\\n// Indents every line in a string. Empty lines (\\\\n only) are not indented.\\nfunction indentString(string, spaces) {\\n  var ind = common.repeat(' ', spaces),\\n      position = 0,\\n      next = -1,\\n      result = '',\\n      line,\\n      length = string.length;\\n\\n  while (position < length) {\\n    next = string.indexOf('\\\\n', position);\\n    if (next === -1) {\\n      line = string.slice(position);\\n      position = length;\\n    } else {\\n      line = string.slice(position, next + 1);\\n      position = next + 1;\\n    }\\n\\n    if (line.length && line !== '\\\\n') result += ind;\\n\\n    result += line;\\n  }\\n\\n  return result;\\n}\\n\\nfunction generateNextLine(state, level) {\\n  return '\\\\n' + common.repeat(' ', state.indent * level);\\n}\\n\\nfunction testImplicitResolving(state, str) {\\n  var index, length, type;\\n\\n  for (index = 0, length = state.implicitTypes.length; index < length; index += 1) {\\n    type = state.implicitTypes[index];\\n\\n    if (type.resolve(str)) {\\n      return true;\\n    }\\n  }\\n\\n  return false;\\n}\\n\\n// [33] s-white ::= s-space | s-tab\\nfunction isWhitespace(c) {\\n  return c === CHAR_SPACE || c === CHAR_TAB;\\n}\\n\\n// Returns true if the character can be printed without escaping.\\n// From YAML 1.2: \\\"any allowed characters known to be non-printable\\n// should also be escaped. [However,] This isn’t mandatory\\\"\\n// Derived from nb-char - \\\\t - #x85 - #xA0 - #x2028 - #x2029.\\nfunction isPrintable(c) {\\n  return  (0x00020 <= c && c <= 0x00007E)\\n      || ((0x000A1 <= c && c <= 0x00D7FF) && c !== 0x2028 && c !== 0x2029)\\n      || ((0x0E000 <= c && c <= 0x00FFFD) && c !== 0xFEFF /* BOM */)\\n      ||  (0x10000 <= c && c <= 0x10FFFF);\\n}\\n\\n// Simplified test for values allowed after the first character in plain style.\\nfunction isPlainSafe(c) {\\n  // Uses a subset of nb-char - c-flow-indicator - \\\":\\\" - \\\"#\\\"\\n  // where nb-char ::= c-printable - b-char - c-byte-order-mark.\\n  return isPrintable(c) && c !== 0xFEFF\\n    // - c-flow-indicator\\n    && c !== CHAR_COMMA\\n    && c !== CHAR_LEFT_SQUARE_BRACKET\\n    && c !== CHAR_RIGHT_SQUARE_BRACKET\\n    && c !== CHAR_LEFT_CURLY_BRACKET\\n    && c !== CHAR_RIGHT_CURLY_BRACKET\\n    // - \\\":\\\" - \\\"#\\\"\\n    && c !== CHAR_COLON\\n    && c !== CHAR_SHARP;\\n}\\n\\n// Simplified test for values allowed as the first character in plain style.\\nfunction isPlainSafeFirst(c) {\\n  // Uses a subset of ns-char - c-indicator\\n  // where ns-char = nb-char - s-white.\\n  return isPrintable(c) && c !== 0xFEFF\\n    && !isWhitespace(c) // - s-white\\n    // - (c-indicator ::=\\n    // “-” | “?” | “:” | “,” | “[” | “]” | “{” | “}”\\n    && c !== CHAR_MINUS\\n    && c !== CHAR_QUESTION\\n    && c !== CHAR_COLON\\n    && c !== CHAR_COMMA\\n    && c !== CHAR_LEFT_SQUARE_BRACKET\\n    && c !== CHAR_RIGHT_SQUARE_BRACKET\\n    && c !== CHAR_LEFT_CURLY_BRACKET\\n    && c !== CHAR_RIGHT_CURLY_BRACKET\\n    // | “#” | “&” | “*” | “!” | “|” | “>” | “'” | “\\\"”\\n    && c !== CHAR_SHARP\\n    && c !== CHAR_AMPERSAND\\n    && c !== CHAR_ASTERISK\\n    && c !== CHAR_EXCLAMATION\\n    && c !== CHAR_VERTICAL_LINE\\n    && c !== CHAR_GREATER_THAN\\n    && c !== CHAR_SINGLE_QUOTE\\n    && c !== CHAR_DOUBLE_QUOTE\\n    // | “%” | “@” | “`”)\\n    && c !== CHAR_PERCENT\\n    && c !== CHAR_COMMERCIAL_AT\\n    && c !== CHAR_GRAVE_ACCENT;\\n}\\n\\n// Determines whether block indentation indicator is required.\\nfunction needIndentIndicator(string) {\\n  var leadingSpaceRe = /^\\\\n* /;\\n  return leadingSpaceRe.test(string);\\n}\\n\\nvar STYLE_PLAIN   = 1,\\n    STYLE_SINGLE  = 2,\\n    STYLE_LITERAL = 3,\\n    STYLE_FOLDED  = 4,\\n    STYLE_DOUBLE  = 5;\\n\\n// Determines which scalar styles are possible and returns the preferred style.\\n// lineWidth = -1 => no limit.\\n// Pre-conditions: str.length > 0.\\n// Post-conditions:\\n//    STYLE_PLAIN or STYLE_SINGLE => no \\\\n are in the string.\\n//    STYLE_LITERAL => no lines are suitable for folding (or lineWidth is -1).\\n//    STYLE_FOLDED => a line > lineWidth and can be folded (and lineWidth != -1).\\nfunction chooseScalarStyle(string, singleLineOnly, indentPerLevel, lineWidth, testAmbiguousType) {\\n  var i;\\n  var char;\\n  var hasLineBreak = false;\\n  var hasFoldableLine = false; // only checked if shouldTrackWidth\\n  var shouldTrackWidth = lineWidth !== -1;\\n  var previousLineBreak = -1; // count the first line correctly\\n  var plain = isPlainSafeFirst(string.charCodeAt(0))\\n          && !isWhitespace(string.charCodeAt(string.length - 1));\\n\\n  if (singleLineOnly) {\\n    // Case: no block styles.\\n    // Check for disallowed characters to rule out plain and single.\\n    for (i = 0; i < string.length; i++) {\\n      char = string.charCodeAt(i);\\n      if (!isPrintable(char)) {\\n        return STYLE_DOUBLE;\\n      }\\n      plain = plain && isPlainSafe(char);\\n    }\\n  } else {\\n    // Case: block styles permitted.\\n    for (i = 0; i < string.length; i++) {\\n      char = string.charCodeAt(i);\\n      if (char === CHAR_LINE_FEED) {\\n        hasLineBreak = true;\\n        // Check if any line can be folded.\\n        if (shouldTrackWidth) {\\n          hasFoldableLine = hasFoldableLine ||\\n            // Foldable line = too long, and not more-indented.\\n            (i - previousLineBreak - 1 > lineWidth &&\\n             string[previousLineBreak + 1] !== ' ');\\n          previousLineBreak = i;\\n        }\\n      } else if (!isPrintable(char)) {\\n        return STYLE_DOUBLE;\\n      }\\n      plain = plain && isPlainSafe(char);\\n    }\\n    // in case the end is missing a \\\\n\\n    hasFoldableLine = hasFoldableLine || (shouldTrackWidth &&\\n      (i - previousLineBreak - 1 > lineWidth &&\\n       string[previousLineBreak + 1] !== ' '));\\n  }\\n  // Although every style can represent \\\\n without escaping, prefer block styles\\n  // for multiline, since they're more readable and they don't add empty lines.\\n  // Also prefer folding a super-long line.\\n  if (!hasLineBreak && !hasFoldableLine) {\\n    // Strings interpretable as another type have to be quoted;\\n    // e.g. the string 'true' vs. the boolean true.\\n    return plain && !testAmbiguousType(string)\\n      ? STYLE_PLAIN : STYLE_SINGLE;\\n  }\\n  // Edge case: block indentation indicator can only have one digit.\\n  if (indentPerLevel > 9 && needIndentIndicator(string)) {\\n    return STYLE_DOUBLE;\\n  }\\n  // At this point we know block styles are valid.\\n  // Prefer literal style unless we want to fold.\\n  return hasFoldableLine ? STYLE_FOLDED : STYLE_LITERAL;\\n}\\n\\n// Note: line breaking/folding is implemented for only the folded style.\\n// NB. We drop the last trailing newline (if any) of a returned block scalar\\n//  since the dumper adds its own newline. This always works:\\n//    • No ending newline => unaffected; already using strip \\\"-\\\" chomping.\\n//    • Ending newline    => removed then restored.\\n//  Importantly, this keeps the \\\"+\\\" chomp indicator from gaining an extra line.\\nfunction writeScalar(state, string, level, iskey) {\\n  state.dump = (function () {\\n    if (string.length === 0) {\\n      return \\\"''\\\";\\n    }\\n    if (!state.noCompatMode &&\\n        DEPRECATED_BOOLEANS_SYNTAX.indexOf(string) !== -1) {\\n      return \\\"'\\\" + string + \\\"'\\\";\\n    }\\n\\n    var indent = state.indent * Math.max(1, level); // no 0-indent scalars\\n    // As indentation gets deeper, let the width decrease monotonically\\n    // to the lower bound min(state.lineWidth, 40).\\n    // Note that this implies\\n    //  state.lineWidth ≤ 40 + state.indent: width is fixed at the lower bound.\\n    //  state.lineWidth > 40 + state.indent: width decreases until the lower bound.\\n    // This behaves better than a constant minimum width which disallows narrower options,\\n    // or an indent threshold which causes the width to suddenly increase.\\n    var lineWidth = state.lineWidth === -1\\n      ? -1 : Math.max(Math.min(state.lineWidth, 40), state.lineWidth - indent);\\n\\n    // Without knowing if keys are implicit/explicit, assume implicit for safety.\\n    var singleLineOnly = iskey\\n      // No block styles in flow mode.\\n      || (state.flowLevel > -1 && level >= state.flowLevel);\\n    function testAmbiguity(string) {\\n      return testImplicitResolving(state, string);\\n    }\\n\\n    switch (chooseScalarStyle(string, singleLineOnly, state.indent, lineWidth, testAmbiguity)) {\\n      case STYLE_PLAIN:\\n        return string;\\n      case STYLE_SINGLE:\\n        return \\\"'\\\" + string.replace(/'/g, \\\"''\\\") + \\\"'\\\";\\n      case STYLE_LITERAL:\\n        return '|' + blockHeader(string, state.indent)\\n          + dropEndingNewline(indentString(string, indent));\\n      case STYLE_FOLDED:\\n        return '>' + blockHeader(string, state.indent)\\n          + dropEndingNewline(indentString(foldString(string, lineWidth), indent));\\n      case STYLE_DOUBLE:\\n        return '\\\"' + escapeString(string, lineWidth) + '\\\"';\\n      default:\\n        throw new YAMLException('impossible error: invalid scalar style');\\n    }\\n  }());\\n}\\n\\n// Pre-conditions: string is valid for a block scalar, 1 <= indentPerLevel <= 9.\\nfunction blockHeader(string, indentPerLevel) {\\n  var indentIndicator = needIndentIndicator(string) ? String(indentPerLevel) : '';\\n\\n  // note the special case: the string '\\\\n' counts as a \\\"trailing\\\" empty line.\\n  var clip =          string[string.length - 1] === '\\\\n';\\n  var keep = clip && (string[string.length - 2] === '\\\\n' || string === '\\\\n');\\n  var chomp = keep ? '+' : (clip ? '' : '-');\\n\\n  return indentIndicator + chomp + '\\\\n';\\n}\\n\\n// (See the note for writeScalar.)\\nfunction dropEndingNewline(string) {\\n  return string[string.length - 1] === '\\\\n' ? string.slice(0, -1) : string;\\n}\\n\\n// Note: a long line without a suitable break point will exceed the width limit.\\n// Pre-conditions: every char in str isPrintable, str.length > 0, width > 0.\\nfunction foldString(string, width) {\\n  // In folded style, $k$ consecutive newlines output as $k+1$ newlines—\\n  // unless they're before or after a more-indented line, or at the very\\n  // beginning or end, in which case $k$ maps to $k$.\\n  // Therefore, parse each chunk as newline(s) followed by a content line.\\n  var lineRe = /(\\\\n+)([^\\\\n]*)/g;\\n\\n  // first line (possibly an empty line)\\n  var result = (function () {\\n    var nextLF = string.indexOf('\\\\n');\\n    nextLF = nextLF !== -1 ? nextLF : string.length;\\n    lineRe.lastIndex = nextLF;\\n    return foldLine(string.slice(0, nextLF), width);\\n  }());\\n  // If we haven't reached the first content line yet, don't add an extra \\\\n.\\n  var prevMoreIndented = string[0] === '\\\\n' || string[0] === ' ';\\n  var moreIndented;\\n\\n  // rest of the lines\\n  var match;\\n  while ((match = lineRe.exec(string))) {\\n    var prefix = match[1], line = match[2];\\n    moreIndented = (line[0] === ' ');\\n    result += prefix\\n      + (!prevMoreIndented && !moreIndented && line !== ''\\n        ? '\\\\n' : '')\\n      + foldLine(line, width);\\n    prevMoreIndented = moreIndented;\\n  }\\n\\n  return result;\\n}\\n\\n// Greedy line breaking.\\n// Picks the longest line under the limit each time,\\n// otherwise settles for the shortest line over the limit.\\n// NB. More-indented lines *cannot* be folded, as that would add an extra \\\\n.\\nfunction foldLine(line, width) {\\n  if (line === '' || line[0] === ' ') return line;\\n\\n  // Since a more-indented line adds a \\\\n, breaks can't be followed by a space.\\n  var breakRe = / [^ ]/g; // note: the match index will always be <= length-2.\\n  var match;\\n  // start is an inclusive index. end, curr, and next are exclusive.\\n  var start = 0, end, curr = 0, next = 0;\\n  var result = '';\\n\\n  // Invariants: 0 <= start <= length-1.\\n  //   0 <= curr <= next <= max(0, length-2). curr - start <= width.\\n  // Inside the loop:\\n  //   A match implies length >= 2, so curr and next are <= length-2.\\n  while ((match = breakRe.exec(line))) {\\n    next = match.index;\\n    // maintain invariant: curr - start <= width\\n    if (next - start > width) {\\n      end = (curr > start) ? curr : next; // derive end <= length-2\\n      result += '\\\\n' + line.slice(start, end);\\n      // skip the space that was output as \\\\n\\n      start = end + 1;                    // derive start <= length-1\\n    }\\n    curr = next;\\n  }\\n\\n  // By the invariants, start <= length-1, so there is something left over.\\n  // It is either the whole string or a part starting from non-whitespace.\\n  result += '\\\\n';\\n  // Insert a break if the remainder is too long and there is a break available.\\n  if (line.length - start > width && curr > start) {\\n    result += line.slice(start, curr) + '\\\\n' + line.slice(curr + 1);\\n  } else {\\n    result += line.slice(start);\\n  }\\n\\n  return result.slice(1); // drop extra \\\\n joiner\\n}\\n\\n// Escapes a double-quoted string.\\nfunction escapeString(string) {\\n  var result = '';\\n  var char, nextChar;\\n  var escapeSeq;\\n\\n  for (var i = 0; i < string.length; i++) {\\n    char = string.charCodeAt(i);\\n    // Check for surrogate pairs (reference Unicode 3.0 section \\\"3.7 Surrogates\\\").\\n    if (char >= 0xD800 && char <= 0xDBFF/* high surrogate */) {\\n      nextChar = string.charCodeAt(i + 1);\\n      if (nextChar >= 0xDC00 && nextChar <= 0xDFFF/* low surrogate */) {\\n        // Combine the surrogate pair and store it escaped.\\n        result += encodeHex((char - 0xD800) * 0x400 + nextChar - 0xDC00 + 0x10000);\\n        // Advance index one extra since we already used that char here.\\n        i++; continue;\\n      }\\n    }\\n    escapeSeq = ESCAPE_SEQUENCES[char];\\n    result += !escapeSeq && isPrintable(char)\\n      ? string[i]\\n      : escapeSeq || encodeHex(char);\\n  }\\n\\n  return result;\\n}\\n\\nfunction writeFlowSequence(state, level, object) {\\n  var _result = '',\\n      _tag    = state.tag,\\n      index,\\n      length;\\n\\n  for (index = 0, length = object.length; index < length; index += 1) {\\n    // Write only valid elements.\\n    if (writeNode(state, level, object[index], false, false)) {\\n      if (index !== 0) _result += ',' + (!state.condenseFlow ? ' ' : '');\\n      _result += state.dump;\\n    }\\n  }\\n\\n  state.tag = _tag;\\n  state.dump = '[' + _result + ']';\\n}\\n\\nfunction writeBlockSequence(state, level, object, compact) {\\n  var _result = '',\\n      _tag    = state.tag,\\n      index,\\n      length;\\n\\n  for (index = 0, length = object.length; index < length; index += 1) {\\n    // Write only valid elements.\\n    if (writeNode(state, level + 1, object[index], true, true)) {\\n      if (!compact || index !== 0) {\\n        _result += generateNextLine(state, level);\\n      }\\n\\n      if (state.dump && CHAR_LINE_FEED === state.dump.charCodeAt(0)) {\\n        _result += '-';\\n      } else {\\n        _result += '- ';\\n      }\\n\\n      _result += state.dump;\\n    }\\n  }\\n\\n  state.tag = _tag;\\n  state.dump = _result || '[]'; // Empty sequence if no valid values.\\n}\\n\\nfunction writeFlowMapping(state, level, object) {\\n  var _result       = '',\\n      _tag          = state.tag,\\n      objectKeyList = Object.keys(object),\\n      index,\\n      length,\\n      objectKey,\\n      objectValue,\\n      pairBuffer;\\n\\n  for (index = 0, length = objectKeyList.length; index < length; index += 1) {\\n    pairBuffer = state.condenseFlow ? '\\\"' : '';\\n\\n    if (index !== 0) pairBuffer += ', ';\\n\\n    objectKey = objectKeyList[index];\\n    objectValue = object[objectKey];\\n\\n    if (!writeNode(state, level, objectKey, false, false)) {\\n      continue; // Skip this pair because of invalid key;\\n    }\\n\\n    if (state.dump.length > 1024) pairBuffer += '? ';\\n\\n    pairBuffer += state.dump + (state.condenseFlow ? '\\\"' : '') + ':' + (state.condenseFlow ? '' : ' ');\\n\\n    if (!writeNode(state, level, objectValue, false, false)) {\\n      continue; // Skip this pair because of invalid value.\\n    }\\n\\n    pairBuffer += state.dump;\\n\\n    // Both key and value are valid.\\n    _result += pairBuffer;\\n  }\\n\\n  state.tag = _tag;\\n  state.dump = '{' + _result + '}';\\n}\\n\\nfunction writeBlockMapping(state, level, object, compact) {\\n  var _result       = '',\\n      _tag          = state.tag,\\n      objectKeyList = Object.keys(object),\\n      index,\\n      length,\\n      objectKey,\\n      objectValue,\\n      explicitPair,\\n      pairBuffer;\\n\\n  // Allow sorting keys so that the output file is deterministic\\n  if (state.sortKeys === true) {\\n    // Default sorting\\n    objectKeyList.sort();\\n  } else if (typeof state.sortKeys === 'function') {\\n    // Custom sort function\\n    objectKeyList.sort(state.sortKeys);\\n  } else if (state.sortKeys) {\\n    // Something is wrong\\n    throw new YAMLException('sortKeys must be a boolean or a function');\\n  }\\n\\n  for (index = 0, length = objectKeyList.length; index < length; index += 1) {\\n    pairBuffer = '';\\n\\n    if (!compact || index !== 0) {\\n      pairBuffer += generateNextLine(state, level);\\n    }\\n\\n    objectKey = objectKeyList[index];\\n    objectValue = object[objectKey];\\n\\n    if (!writeNode(state, level + 1, objectKey, true, true, true)) {\\n      continue; // Skip this pair because of invalid key.\\n    }\\n\\n    explicitPair = (state.tag !== null && state.tag !== '?') ||\\n                   (state.dump && state.dump.length > 1024);\\n\\n    if (explicitPair) {\\n      if (state.dump && CHAR_LINE_FEED === state.dump.charCodeAt(0)) {\\n        pairBuffer += '?';\\n      } else {\\n        pairBuffer += '? ';\\n      }\\n    }\\n\\n    pairBuffer += state.dump;\\n\\n    if (explicitPair) {\\n      pairBuffer += generateNextLine(state, level);\\n    }\\n\\n    if (!writeNode(state, level + 1, objectValue, true, explicitPair)) {\\n      continue; // Skip this pair because of invalid value.\\n    }\\n\\n    if (state.dump && CHAR_LINE_FEED === state.dump.charCodeAt(0)) {\\n      pairBuffer += ':';\\n    } else {\\n      pairBuffer += ': ';\\n    }\\n\\n    pairBuffer += state.dump;\\n\\n    // Both key and value are valid.\\n    _result += pairBuffer;\\n  }\\n\\n  state.tag = _tag;\\n  state.dump = _result || '{}'; // Empty mapping if no valid pairs.\\n}\\n\\nfunction detectType(state, object, explicit) {\\n  var _result, typeList, index, length, type, style;\\n\\n  typeList = explicit ? state.explicitTypes : state.implicitTypes;\\n\\n  for (index = 0, length = typeList.length; index < length; index += 1) {\\n    type = typeList[index];\\n\\n    if ((type.instanceOf  || type.predicate) &&\\n        (!type.instanceOf || ((typeof object === 'object') && (object instanceof type.instanceOf))) &&\\n        (!type.predicate  || type.predicate(object))) {\\n\\n      state.tag = explicit ? type.tag : '?';\\n\\n      if (type.represent) {\\n        style = state.styleMap[type.tag] || type.defaultStyle;\\n\\n        if (_toString.call(type.represent) === '[object Function]') {\\n          _result = type.represent(object, style);\\n        } else if (_hasOwnProperty.call(type.represent, style)) {\\n          _result = type.represent[style](object, style);\\n        } else {\\n          throw new YAMLException('!<' + type.tag + '> tag resolver accepts not \\\"' + style + '\\\" style');\\n        }\\n\\n        state.dump = _result;\\n      }\\n\\n      return true;\\n    }\\n  }\\n\\n  return false;\\n}\\n\\n// Serializes `object` and writes it to global `result`.\\n// Returns true on success, or false on invalid object.\\n//\\nfunction writeNode(state, level, object, block, compact, iskey) {\\n  state.tag = null;\\n  state.dump = object;\\n\\n  if (!detectType(state, object, false)) {\\n    detectType(state, object, true);\\n  }\\n\\n  var type = _toString.call(state.dump);\\n\\n  if (block) {\\n    block = (state.flowLevel < 0 || state.flowLevel > level);\\n  }\\n\\n  var objectOrArray = type === '[object Object]' || type === '[object Array]',\\n      duplicateIndex,\\n      duplicate;\\n\\n  if (objectOrArray) {\\n    duplicateIndex = state.duplicates.indexOf(object);\\n    duplicate = duplicateIndex !== -1;\\n  }\\n\\n  if ((state.tag !== null && state.tag !== '?') || duplicate || (state.indent !== 2 && level > 0)) {\\n    compact = false;\\n  }\\n\\n  if (duplicate && state.usedDuplicates[duplicateIndex]) {\\n    state.dump = '*ref_' + duplicateIndex;\\n  } else {\\n    if (objectOrArray && duplicate && !state.usedDuplicates[duplicateIndex]) {\\n      state.usedDuplicates[duplicateIndex] = true;\\n    }\\n    if (type === '[object Object]') {\\n      if (block && (Object.keys(state.dump).length !== 0)) {\\n        writeBlockMapping(state, level, state.dump, compact);\\n        if (duplicate) {\\n          state.dump = '&ref_' + duplicateIndex + state.dump;\\n        }\\n      } else {\\n        writeFlowMapping(state, level, state.dump);\\n        if (duplicate) {\\n          state.dump = '&ref_' + duplicateIndex + ' ' + state.dump;\\n        }\\n      }\\n    } else if (type === '[object Array]') {\\n      if (block && (state.dump.length !== 0)) {\\n        writeBlockSequence(state, level, state.dump, compact);\\n        if (duplicate) {\\n          state.dump = '&ref_' + duplicateIndex + state.dump;\\n        }\\n      } else {\\n        writeFlowSequence(state, level, state.dump);\\n        if (duplicate) {\\n          state.dump = '&ref_' + duplicateIndex + ' ' + state.dump;\\n        }\\n      }\\n    } else if (type === '[object String]') {\\n      if (state.tag !== '?') {\\n        writeScalar(state, state.dump, level, iskey);\\n      }\\n    } else {\\n      if (state.skipInvalid) return false;\\n      throw new YAMLException('unacceptable kind of an object to dump ' + type);\\n    }\\n\\n    if (state.tag !== null && state.tag !== '?') {\\n      state.dump = '!<' + state.tag + '> ' + state.dump;\\n    }\\n  }\\n\\n  return true;\\n}\\n\\nfunction getDuplicateReferences(object, state) {\\n  var objects = [],\\n      duplicatesIndexes = [],\\n      index,\\n      length;\\n\\n  inspectNode(object, objects, duplicatesIndexes);\\n\\n  for (index = 0, length = duplicatesIndexes.length; index < length; index += 1) {\\n    state.duplicates.push(objects[duplicatesIndexes[index]]);\\n  }\\n  state.usedDuplicates = new Array(length);\\n}\\n\\nfunction inspectNode(object, objects, duplicatesIndexes) {\\n  var objectKeyList,\\n      index,\\n      length;\\n\\n  if (object !== null && typeof object === 'object') {\\n    index = objects.indexOf(object);\\n    if (index !== -1) {\\n      if (duplicatesIndexes.indexOf(index) === -1) {\\n        duplicatesIndexes.push(index);\\n      }\\n    } else {\\n      objects.push(object);\\n\\n      if (Array.isArray(object)) {\\n        for (index = 0, length = object.length; index < length; index += 1) {\\n          inspectNode(object[index], objects, duplicatesIndexes);\\n        }\\n      } else {\\n        objectKeyList = Object.keys(object);\\n\\n        for (index = 0, length = objectKeyList.length; index < length; index += 1) {\\n          inspectNode(object[objectKeyList[index]], objects, duplicatesIndexes);\\n        }\\n      }\\n    }\\n  }\\n}\\n\\nfunction dump(input, options) {\\n  options = options || {};\\n\\n  var state = new State(options);\\n\\n  if (!state.noRefs) getDuplicateReferences(input, state);\\n\\n  if (writeNode(state, 0, input, true, true)) return state.dump + '\\\\n';\\n\\n  return '';\\n}\\n\\nfunction safeDump(input, options) {\\n  return dump(input, common.extend({ schema: DEFAULT_SAFE_SCHEMA }, options));\\n}\\n\\nmodule.exports.dump     = dump;\\nmodule.exports.safeDump = safeDump;\\n\"\n        },\n        {\n          \"id\": 350,\n          \"identifier\": \"multi /Users/jarred/Code/styleurl/webpack/customPublicPath /Users/jarred/Code/styleurl/chrome/extension/github_gist_content_script\",\n          \"name\": \"multi ./webpack/customPublicPath ./chrome/extension/github_gist_content_script\",\n          \"index\": 350,\n          \"index2\": 351,\n          \"size\": 40,\n          \"built\": true,\n          \"optional\": false,\n          \"prefetched\": false,\n          \"chunks\": [\n            4\n          ],\n          \"issuer\": null,\n          \"issuerId\": null,\n          \"issuerName\": null,\n          \"issuerPath\": null,\n          \"profile\": {\n            \"factory\": 0,\n            \"building\": 0,\n            \"dependencies\": 53\n          },\n          \"failed\": false,\n          \"errors\": 0,\n          \"warnings\": 0,\n          \"assets\": [],\n          \"reasons\": [\n            {\n              \"moduleId\": null,\n              \"moduleIdentifier\": null,\n              \"module\": null,\n              \"moduleName\": null,\n              \"type\": \"multi entry\"\n            }\n          ],\n          \"usedExports\": true,\n          \"providedExports\": null,\n          \"optimizationBailout\": [\n            \"ModuleConcatenation bailout: Module is not an ECMAScript module\"\n          ],\n          \"depth\": 0\n        },\n        {\n          \"id\": 351,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/github_gist_content_script.js\",\n          \"name\": \"./chrome/extension/github_gist_content_script.js\",\n          \"index\": 351,\n          \"index2\": 350,\n          \"size\": 3527,\n          \"cacheable\": true,\n          \"built\": true,\n          \"optional\": false,\n          \"prefetched\": false,\n          \"chunks\": [\n            4\n          ],\n          \"issuer\": \"multi /Users/jarred/Code/styleurl/webpack/customPublicPath /Users/jarred/Code/styleurl/chrome/extension/github_gist_content_script\",\n          \"issuerId\": 350,\n          \"issuerName\": \"multi ./webpack/customPublicPath ./chrome/extension/github_gist_content_script\",\n          \"issuerPath\": [\n            {\n              \"id\": 350,\n              \"identifier\": \"multi /Users/jarred/Code/styleurl/webpack/customPublicPath /Users/jarred/Code/styleurl/chrome/extension/github_gist_content_script\",\n              \"name\": \"multi ./webpack/customPublicPath ./chrome/extension/github_gist_content_script\",\n              \"profile\": {\n                \"factory\": 0,\n                \"building\": 0,\n                \"dependencies\": 53\n              }\n            }\n          ],\n          \"profile\": {\n            \"factory\": 54,\n            \"building\": 576,\n            \"dependencies\": 194\n          },\n          \"failed\": false,\n          \"errors\": 0,\n          \"warnings\": 0,\n          \"assets\": [],\n          \"reasons\": [\n            {\n              \"moduleId\": 350,\n              \"moduleIdentifier\": \"multi /Users/jarred/Code/styleurl/webpack/customPublicPath /Users/jarred/Code/styleurl/chrome/extension/github_gist_content_script\",\n              \"module\": \"multi ./webpack/customPublicPath ./chrome/extension/github_gist_content_script\",\n              \"moduleName\": \"multi ./webpack/customPublicPath ./chrome/extension/github_gist_content_script\",\n              \"type\": \"single entry\",\n              \"userRequest\": \"/Users/jarred/Code/styleurl/chrome/extension/github_gist_content_script\",\n              \"loc\": \"+1\"\n            }\n          ],\n          \"usedExports\": true,\n          \"providedExports\": null,\n          \"optimizationBailout\": [\n            \"ModuleConcatenation bailout: Module is not an ECMAScript module\"\n          ],\n          \"depth\": 1,\n          \"source\": \"\\\"use strict\\\";\\n\\nvar _port = require(\\\"./lib/port\\\");\\n\\nvar _gists = require(\\\"./lib/gists\\\");\\n\\nvar _stylefile = require(\\\"./lib/stylefile\\\");\\n\\nvar _chromeExtMessenger = _interopRequireDefault(require(\\\"chrome-ext-messenger\\\"));\\n\\nfunction _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }\\n\\nconst messenger = new _chromeExtMessenger.default();\\nconst connection = messenger.initConnection(_port.PORT_TYPES.github_gist);\\n\\nconst getGistID = () => window.location.pathname.split(\\\"/\\\")[2];\\n\\nconst buildStyleURL = styleFile => {\\n  const originalURL = styleFile.redirect_url;\\n  const queryString = originalURL.includes(\\\"?\\\") ? originalURL.split(\\\"?\\\")[1] : \\\"\\\";\\n  const searchParams = new URLSearchParams(queryString);\\n  searchParams.append(_gists.SPECIAL_QUERY_PARAMS.gist_id, `gist_${getGistID()}`);\\n  return `${originalURL}?${searchParams.toString()}`;\\n};\\n\\nconst log = (...messages) => console.log.apply(console, [\\\"[StyleURL]\\\", ...messages]);\\n\\nconst renderStyleURLBar = styleFile => {\\n  log(\\\"Detected Stylefile\\\", styleFile);\\n  const div = document.createElement(\\\"div\\\");\\n  div.innerHTML = `<div style=\\\"background-color: #0366d6; padding-top: 14px; padding-bottom: 14px;\\\"><div class=\\\"container-lg px-3 clearfix\\\"><div id=\\\"styleurl_bar_root\\\" style=\\\"display: flex; justify-content: space-between; align-items: center; color white;\\\">\\n  <div style=\\\"font-size: 18px; white-space: nowrap; color: white;\\\">Apply this StyleURL on <strong>${styleFile.domains[0]}</strong>?</div>\\n\\n  <a href=\\\"${buildStyleURL(styleFile)}\\\" class=\\\"btn\\\">Apply StyleURL</a>\\n</div></div></div>`;\\n  document.body.prepend(div);\\n}; // Hard to know 100% of the time whether or not we're on the gist page\\n\\n\\nconst isGistPage = pathname => {\\n  const parts = pathname.split(\\\"/\\\");\\n  const isCorrectLength = parts.length === 3; // [\\\"\\\", \\\"User-Name\\\", \\\"hash\\\"]\\n\\n  if (!isCorrectLength) {\\n    return false;\\n  }\\n\\n  const gistId = parts[2];\\n  return gistId.length > 5;\\n};\\n\\nconst isRawDownloadLink = pathname => {\\n  return pathname.includes(\\\"/raw/\\\");\\n};\\n\\nconst getGistFilenames = () => {\\n  return window.fetch(window.location.pathname + \\\".json\\\").then(resp => resp.json(), () => false).then(gist => {\\n    if (!gist || !gist.files) {\\n      return [];\\n    }\\n\\n    return gist.files || [];\\n  }, () => []);\\n};\\n\\nconst getFileURL = filename => {\\n  const files = Array.from(document.querySelectorAll(\\\".file-box\\\"));\\n  const fileBox = files.find(fileBox => Array.from(fileBox.querySelectorAll(\\\".file-info .gist-blob-name\\\")).find(element => element.innerText === filename));\\n\\n  if (!fileBox) {\\n    return null;\\n  }\\n\\n  const rawFileLink = Array.from(fileBox.querySelectorAll(\\\".file-actions a.btn\\\")).find(element => isRawDownloadLink(element.href));\\n\\n  if (!rawFileLink) {\\n    return null;\\n  }\\n\\n  return rawFileLink.href;\\n};\\n\\nconst getGistFileContents = filename => {\\n  return connection.sendMessage(`background:${_port.PORT_TYPES.github_gist}`, {\\n    type: _port.MESSAGE_TYPES.get_gist_content,\\n    url: getFileURL(filename)\\n  }).then(({\\n    value\\n  }) => {\\n    return value;\\n  });\\n};\\n\\nif (isGistPage(location.pathname)) {\\n  getGistFilenames().then(fileNames => {\\n    if (!fileNames) {\\n      return null;\\n    }\\n\\n    const filename = fileNames.find(name => _gists.STYLEFILE_NAMES.indexOf(name) > -1);\\n\\n    if (!filename) {\\n      return;\\n    }\\n\\n    getGistFileContents(filename).then(yaml => {\\n      return (0, _stylefile.loadStylefileFromString)(yaml);\\n    }).then(styleFile => {\\n      if (!styleFile) {\\n        return;\\n      }\\n\\n      renderStyleURLBar(styleFile);\\n    });\\n  });\\n}\"\n        }\n      ],\n      \"filteredModules\": 0,\n      \"origins\": [\n        {\n          \"module\": \"\",\n          \"moduleIdentifier\": \"\",\n          \"moduleName\": \"\",\n          \"loc\": \"github_gist_content_script\",\n          \"request\": null,\n          \"reasons\": []\n        }\n      ]\n    }\n  ],\n  \"modules\": [\n    {\n      \"id\": 0,\n      \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/js-yaml/lib/js-yaml/type.js\",\n      \"name\": \"./node_modules/js-yaml/lib/js-yaml/type.js\",\n      \"index\": 177,\n      \"index2\": 168,\n      \"size\": 1586,\n      \"cacheable\": true,\n      \"built\": true,\n      \"optional\": false,\n      \"prefetched\": false,\n      \"chunks\": [\n        2,\n        4\n      ],\n      \"issuer\": \"/Users/jarred/Code/styleurl/node_modules/js-yaml/lib/js-yaml.js\",\n      \"issuerId\": 105,\n      \"issuerName\": \"./node_modules/js-yaml/lib/js-yaml.js\",\n      \"issuerPath\": [\n        {\n          \"id\": 350,\n          \"identifier\": \"multi /Users/jarred/Code/styleurl/webpack/customPublicPath /Users/jarred/Code/styleurl/chrome/extension/github_gist_content_script\",\n          \"name\": \"multi ./webpack/customPublicPath ./chrome/extension/github_gist_content_script\",\n          \"profile\": {\n            \"factory\": 0,\n            \"building\": 0,\n            \"dependencies\": 53\n          }\n        },\n        {\n          \"id\": 351,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/github_gist_content_script.js\",\n          \"name\": \"./chrome/extension/github_gist_content_script.js\",\n          \"profile\": {\n            \"factory\": 54,\n            \"building\": 576,\n            \"dependencies\": 194\n          }\n        },\n        {\n          \"id\": 55,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/lib/stylefile.js\",\n          \"name\": \"./chrome/extension/lib/stylefile.js\",\n          \"profile\": {\n            \"factory\": 194,\n            \"building\": 246,\n            \"dependencies\": 40\n          }\n        },\n        {\n          \"id\": 104,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/js-yaml/index.js\",\n          \"name\": \"./node_modules/js-yaml/index.js\",\n          \"profile\": {\n            \"factory\": 408,\n            \"building\": 42\n          }\n        },\n        {\n          \"id\": 105,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/js-yaml/lib/js-yaml.js\",\n          \"name\": \"./node_modules/js-yaml/lib/js-yaml.js\",\n          \"profile\": {\n            \"factory\": 96,\n            \"building\": 77\n          }\n        }\n      ],\n      \"profile\": {\n        \"factory\": 33,\n        \"building\": 66,\n        \"dependencies\": 42\n      },\n      \"failed\": false,\n      \"errors\": 0,\n      \"warnings\": 0,\n      \"assets\": [],\n      \"reasons\": [\n        {\n          \"moduleId\": 11,\n          \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/js-yaml/lib/js-yaml/schema.js\",\n          \"module\": \"./node_modules/js-yaml/lib/js-yaml/schema.js\",\n          \"moduleName\": \"./node_modules/js-yaml/lib/js-yaml/schema.js\",\n          \"type\": \"cjs require\",\n          \"userRequest\": \"./type\",\n          \"loc\": \"7:20-37\"\n        },\n        {\n          \"moduleId\": 105,\n          \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/js-yaml/lib/js-yaml.js\",\n          \"module\": \"./node_modules/js-yaml/lib/js-yaml.js\",\n          \"moduleName\": \"./node_modules/js-yaml/lib/js-yaml.js\",\n          \"type\": \"cjs require\",\n          \"userRequest\": \"./js-yaml/type\",\n          \"loc\": \"15:37-62\"\n        },\n        {\n          \"moduleId\": 108,\n          \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/js-yaml/lib/js-yaml/type/str.js\",\n          \"module\": \"./node_modules/js-yaml/lib/js-yaml/type/str.js\",\n          \"moduleName\": \"./node_modules/js-yaml/lib/js-yaml/type/str.js\",\n          \"type\": \"cjs require\",\n          \"userRequest\": \"../type\",\n          \"loc\": \"3:11-29\"\n        },\n        {\n          \"moduleId\": 109,\n          \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/js-yaml/lib/js-yaml/type/seq.js\",\n          \"module\": \"./node_modules/js-yaml/lib/js-yaml/type/seq.js\",\n          \"moduleName\": \"./node_modules/js-yaml/lib/js-yaml/type/seq.js\",\n          \"type\": \"cjs require\",\n          \"userRequest\": \"../type\",\n          \"loc\": \"3:11-29\"\n        },\n        {\n          \"moduleId\": 110,\n          \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/js-yaml/lib/js-yaml/type/map.js\",\n          \"module\": \"./node_modules/js-yaml/lib/js-yaml/type/map.js\",\n          \"moduleName\": \"./node_modules/js-yaml/lib/js-yaml/type/map.js\",\n          \"type\": \"cjs require\",\n          \"userRequest\": \"../type\",\n          \"loc\": \"3:11-29\"\n        },\n        {\n          \"moduleId\": 111,\n          \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/js-yaml/lib/js-yaml/type/null.js\",\n          \"module\": \"./node_modules/js-yaml/lib/js-yaml/type/null.js\",\n          \"moduleName\": \"./node_modules/js-yaml/lib/js-yaml/type/null.js\",\n          \"type\": \"cjs require\",\n          \"userRequest\": \"../type\",\n          \"loc\": \"3:11-29\"\n        },\n        {\n          \"moduleId\": 112,\n          \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/js-yaml/lib/js-yaml/type/bool.js\",\n          \"module\": \"./node_modules/js-yaml/lib/js-yaml/type/bool.js\",\n          \"moduleName\": \"./node_modules/js-yaml/lib/js-yaml/type/bool.js\",\n          \"type\": \"cjs require\",\n          \"userRequest\": \"../type\",\n          \"loc\": \"3:11-29\"\n        },\n        {\n          \"moduleId\": 113,\n          \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/js-yaml/lib/js-yaml/type/int.js\",\n          \"module\": \"./node_modules/js-yaml/lib/js-yaml/type/int.js\",\n          \"moduleName\": \"./node_modules/js-yaml/lib/js-yaml/type/int.js\",\n          \"type\": \"cjs require\",\n          \"userRequest\": \"../type\",\n          \"loc\": \"4:13-31\"\n        },\n        {\n          \"moduleId\": 114,\n          \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/js-yaml/lib/js-yaml/type/float.js\",\n          \"module\": \"./node_modules/js-yaml/lib/js-yaml/type/float.js\",\n          \"moduleName\": \"./node_modules/js-yaml/lib/js-yaml/type/float.js\",\n          \"type\": \"cjs require\",\n          \"userRequest\": \"../type\",\n          \"loc\": \"4:13-31\"\n        },\n        {\n          \"moduleId\": 115,\n          \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/js-yaml/lib/js-yaml/type/timestamp.js\",\n          \"module\": \"./node_modules/js-yaml/lib/js-yaml/type/timestamp.js\",\n          \"moduleName\": \"./node_modules/js-yaml/lib/js-yaml/type/timestamp.js\",\n          \"type\": \"cjs require\",\n          \"userRequest\": \"../type\",\n          \"loc\": \"3:11-29\"\n        },\n        {\n          \"moduleId\": 116,\n          \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/js-yaml/lib/js-yaml/type/merge.js\",\n          \"module\": \"./node_modules/js-yaml/lib/js-yaml/type/merge.js\",\n          \"moduleName\": \"./node_modules/js-yaml/lib/js-yaml/type/merge.js\",\n          \"type\": \"cjs require\",\n          \"userRequest\": \"../type\",\n          \"loc\": \"3:11-29\"\n        },\n        {\n          \"moduleId\": 117,\n          \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/js-yaml/lib/js-yaml/type/binary.js\",\n          \"module\": \"./node_modules/js-yaml/lib/js-yaml/type/binary.js\",\n          \"moduleName\": \"./node_modules/js-yaml/lib/js-yaml/type/binary.js\",\n          \"type\": \"cjs require\",\n          \"userRequest\": \"../type\",\n          \"loc\": \"13:17-35\"\n        },\n        {\n          \"moduleId\": 120,\n          \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/js-yaml/lib/js-yaml/type/omap.js\",\n          \"module\": \"./node_modules/js-yaml/lib/js-yaml/type/omap.js\",\n          \"moduleName\": \"./node_modules/js-yaml/lib/js-yaml/type/omap.js\",\n          \"type\": \"cjs require\",\n          \"userRequest\": \"../type\",\n          \"loc\": \"3:11-29\"\n        },\n        {\n          \"moduleId\": 121,\n          \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/js-yaml/lib/js-yaml/type/pairs.js\",\n          \"module\": \"./node_modules/js-yaml/lib/js-yaml/type/pairs.js\",\n          \"moduleName\": \"./node_modules/js-yaml/lib/js-yaml/type/pairs.js\",\n          \"type\": \"cjs require\",\n          \"userRequest\": \"../type\",\n          \"loc\": \"3:11-29\"\n        },\n        {\n          \"moduleId\": 122,\n          \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/js-yaml/lib/js-yaml/type/set.js\",\n          \"module\": \"./node_modules/js-yaml/lib/js-yaml/type/set.js\",\n          \"moduleName\": \"./node_modules/js-yaml/lib/js-yaml/type/set.js\",\n          \"type\": \"cjs require\",\n          \"userRequest\": \"../type\",\n          \"loc\": \"3:11-29\"\n        },\n        {\n          \"moduleId\": 123,\n          \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/js-yaml/lib/js-yaml/type/js/undefined.js\",\n          \"module\": \"./node_modules/js-yaml/lib/js-yaml/type/js/undefined.js\",\n          \"moduleName\": \"./node_modules/js-yaml/lib/js-yaml/type/js/undefined.js\",\n          \"type\": \"cjs require\",\n          \"userRequest\": \"../../type\",\n          \"loc\": \"3:11-32\"\n        },\n        {\n          \"moduleId\": 124,\n          \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/js-yaml/lib/js-yaml/type/js/regexp.js\",\n          \"module\": \"./node_modules/js-yaml/lib/js-yaml/type/js/regexp.js\",\n          \"moduleName\": \"./node_modules/js-yaml/lib/js-yaml/type/js/regexp.js\",\n          \"type\": \"cjs require\",\n          \"userRequest\": \"../../type\",\n          \"loc\": \"3:11-32\"\n        },\n        {\n          \"moduleId\": 125,\n          \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/js-yaml/lib/js-yaml/type/js/function.js\",\n          \"module\": \"./node_modules/js-yaml/lib/js-yaml/type/js/function.js\",\n          \"moduleName\": \"./node_modules/js-yaml/lib/js-yaml/type/js/function.js\",\n          \"type\": \"cjs require\",\n          \"userRequest\": \"../../type\",\n          \"loc\": \"21:11-32\"\n        }\n      ],\n      \"usedExports\": true,\n      \"providedExports\": null,\n      \"optimizationBailout\": [\n        \"ModuleConcatenation bailout: Module is not an ECMAScript module\"\n      ],\n      \"depth\": 5,\n      \"source\": \"'use strict';\\n\\nvar YAMLException = require('./exception');\\n\\nvar TYPE_CONSTRUCTOR_OPTIONS = [\\n  'kind',\\n  'resolve',\\n  'construct',\\n  'instanceOf',\\n  'predicate',\\n  'represent',\\n  'defaultStyle',\\n  'styleAliases'\\n];\\n\\nvar YAML_NODE_KINDS = [\\n  'scalar',\\n  'sequence',\\n  'mapping'\\n];\\n\\nfunction compileStyleAliases(map) {\\n  var result = {};\\n\\n  if (map !== null) {\\n    Object.keys(map).forEach(function (style) {\\n      map[style].forEach(function (alias) {\\n        result[String(alias)] = style;\\n      });\\n    });\\n  }\\n\\n  return result;\\n}\\n\\nfunction Type(tag, options) {\\n  options = options || {};\\n\\n  Object.keys(options).forEach(function (name) {\\n    if (TYPE_CONSTRUCTOR_OPTIONS.indexOf(name) === -1) {\\n      throw new YAMLException('Unknown option \\\"' + name + '\\\" is met in definition of \\\"' + tag + '\\\" YAML type.');\\n    }\\n  });\\n\\n  // TODO: Add tag format check.\\n  this.tag          = tag;\\n  this.kind         = options['kind']         || null;\\n  this.resolve      = options['resolve']      || function () { return true; };\\n  this.construct    = options['construct']    || function (data) { return data; };\\n  this.instanceOf   = options['instanceOf']   || null;\\n  this.predicate    = options['predicate']    || null;\\n  this.represent    = options['represent']    || null;\\n  this.defaultStyle = options['defaultStyle'] || null;\\n  this.styleAliases = compileStyleAliases(options['styleAliases'] || null);\\n\\n  if (YAML_NODE_KINDS.indexOf(this.kind) === -1) {\\n    throw new YAMLException('Unknown kind \\\"' + this.kind + '\\\" is specified for \\\"' + tag + '\\\" YAML type.');\\n  }\\n}\\n\\nmodule.exports = Type;\\n\"\n    },\n    {\n      \"id\": 1,\n      \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/buffer/index.js\",\n      \"name\": \"./node_modules/buffer/index.js\",\n      \"index\": 191,\n      \"index2\": 185,\n      \"size\": 48610,\n      \"cacheable\": true,\n      \"built\": true,\n      \"optional\": false,\n      \"prefetched\": false,\n      \"chunks\": [\n        2,\n        4\n      ],\n      \"issuer\": \"/Users/jarred/Code/styleurl/node_modules/native-css/src/native-css.js\",\n      \"issuerId\": 257,\n      \"issuerName\": \"./node_modules/native-css/src/native-css.js\",\n      \"issuerPath\": [\n        {\n          \"id\": 191,\n          \"identifier\": \"multi /Users/jarred/Code/styleurl/webpack/customPublicPath /Users/jarred/Code/styleurl/chrome/extension/background\",\n          \"name\": \"multi ./webpack/customPublicPath ./chrome/extension/background\",\n          \"profile\": {\n            \"factory\": 0,\n            \"building\": 0,\n            \"dependencies\": 54\n          }\n        },\n        {\n          \"id\": 192,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/background.js\",\n          \"name\": \"./chrome/extension/background.js\",\n          \"profile\": {\n            \"factory\": 54,\n            \"building\": 639,\n            \"dependencies\": 140\n          }\n        },\n        {\n          \"id\": 255,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/stylesheet-differ/lib/index.js\",\n          \"name\": \"./node_modules/stylesheet-differ/lib/index.js\",\n          \"profile\": {\n            \"factory\": 140,\n            \"building\": 568,\n            \"dependencies\": 1\n          }\n        },\n        {\n          \"id\": 256,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/native-css/index.js\",\n          \"name\": \"./node_modules/native-css/index.js\",\n          \"profile\": {\n            \"factory\": 189,\n            \"building\": 603,\n            \"dependencies\": 1\n          }\n        },\n        {\n          \"id\": 257,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/native-css/src/native-css.js\",\n          \"name\": \"./node_modules/native-css/src/native-css.js\",\n          \"profile\": {\n            \"factory\": 26,\n            \"building\": 63,\n            \"dependencies\": 14\n          }\n        }\n      ],\n      \"profile\": {\n        \"factory\": 117,\n        \"building\": 25,\n        \"dependencies\": 27\n      },\n      \"failed\": false,\n      \"errors\": 0,\n      \"warnings\": 0,\n      \"assets\": [],\n      \"reasons\": [\n        {\n          \"moduleId\": 17,\n          \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/core-util-is/lib/util.js\",\n          \"module\": \"./node_modules/core-util-is/lib/util.js\",\n          \"moduleName\": \"./node_modules/core-util-is/lib/util.js\",\n          \"type\": \"cjs require\",\n          \"userRequest\": \"Buffer\",\n          \"loc\": \"1:0-34\"\n        },\n        {\n          \"moduleId\": 71,\n          \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/safe-buffer/index.js\",\n          \"module\": \"./node_modules/safe-buffer/index.js\",\n          \"moduleName\": \"./node_modules/safe-buffer/index.js\",\n          \"type\": \"cjs require\",\n          \"userRequest\": \"buffer\",\n          \"loc\": \"2:13-30\"\n        },\n        {\n          \"moduleId\": 117,\n          \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/js-yaml/lib/js-yaml/type/binary.js\",\n          \"module\": \"./node_modules/js-yaml/lib/js-yaml/type/binary.js\",\n          \"moduleName\": \"./node_modules/js-yaml/lib/js-yaml/type/binary.js\",\n          \"type\": \"cjs require\",\n          \"userRequest\": \"buffer\",\n          \"loc\": \"10:15-33\"\n        },\n        {\n          \"moduleId\": 133,\n          \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/buffer-shims/index.js\",\n          \"module\": \"./node_modules/buffer-shims/index.js\",\n          \"moduleName\": \"./node_modules/buffer-shims/index.js\",\n          \"type\": \"cjs require\",\n          \"userRequest\": \"buffer\",\n          \"loc\": \"3:13-30\"\n        },\n        {\n          \"moduleId\": 134,\n          \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/readable-stream/lib/_stream_writable.js\",\n          \"module\": \"./node_modules/readable-stream/lib/_stream_writable.js\",\n          \"moduleName\": \"./node_modules/readable-stream/lib/_stream_writable.js\",\n          \"type\": \"cjs require\",\n          \"userRequest\": \"buffer\",\n          \"loc\": \"38:13-30\"\n        },\n        {\n          \"moduleId\": 148,\n          \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/memfs/lib/node.js\",\n          \"module\": \"./node_modules/memfs/lib/node.js\",\n          \"moduleName\": \"./node_modules/memfs/lib/node.js\",\n          \"type\": \"cjs require\",\n          \"userRequest\": \"Buffer\",\n          \"loc\": \"1:0-34\"\n        },\n        {\n          \"moduleId\": 151,\n          \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/readable-stream/lib/_stream_readable.js\",\n          \"module\": \"./node_modules/readable-stream/lib/_stream_readable.js\",\n          \"moduleName\": \"./node_modules/readable-stream/lib/_stream_readable.js\",\n          \"type\": \"cjs require\",\n          \"userRequest\": \"buffer\",\n          \"loc\": \"31:13-30\"\n        },\n        {\n          \"moduleId\": 159,\n          \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/stream-http/lib/response.js\",\n          \"module\": \"./node_modules/stream-http/lib/response.js\",\n          \"moduleName\": \"./node_modules/stream-http/lib/response.js\",\n          \"type\": \"cjs require\",\n          \"userRequest\": \"Buffer\",\n          \"loc\": \"1:0-34\"\n        },\n        {\n          \"moduleId\": 257,\n          \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/native-css/src/native-css.js\",\n          \"module\": \"./node_modules/native-css/src/native-css.js\",\n          \"moduleName\": \"./node_modules/native-css/src/native-css.js\",\n          \"type\": \"cjs require\",\n          \"userRequest\": \"Buffer\",\n          \"loc\": \"1:0-34\"\n        },\n        {\n          \"moduleId\": 260,\n          \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/memfs/lib/volume.js\",\n          \"module\": \"./node_modules/memfs/lib/volume.js\",\n          \"moduleName\": \"./node_modules/memfs/lib/volume.js\",\n          \"type\": \"cjs require\",\n          \"userRequest\": \"buffer\",\n          \"loc\": \"16:15-32\"\n        },\n        {\n          \"moduleId\": 267,\n          \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/readable-stream/lib/internal/streams/BufferList.js\",\n          \"module\": \"./node_modules/readable-stream/lib/internal/streams/BufferList.js\",\n          \"moduleName\": \"./node_modules/readable-stream/lib/internal/streams/BufferList.js\",\n          \"type\": \"cjs require\",\n          \"userRequest\": \"buffer\",\n          \"loc\": \"3:13-30\"\n        },\n        {\n          \"moduleId\": 293,\n          \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/fetch/lib/fetch.js\",\n          \"module\": \"./node_modules/fetch/lib/fetch.js\",\n          \"moduleName\": \"./node_modules/fetch/lib/fetch.js\",\n          \"type\": \"cjs require\",\n          \"userRequest\": \"Buffer\",\n          \"loc\": \"1:0-34\"\n        },\n        {\n          \"moduleId\": 294,\n          \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/stream-http/lib/request.js\",\n          \"module\": \"./node_modules/stream-http/lib/request.js\",\n          \"moduleName\": \"./node_modules/stream-http/lib/request.js\",\n          \"type\": \"cjs require\",\n          \"userRequest\": \"Buffer\",\n          \"loc\": \"1:0-34\"\n        },\n        {\n          \"moduleId\": 298,\n          \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/to-arraybuffer/index.js\",\n          \"module\": \"./node_modules/to-arraybuffer/index.js\",\n          \"moduleName\": \"./node_modules/to-arraybuffer/index.js\",\n          \"type\": \"cjs require\",\n          \"userRequest\": \"buffer\",\n          \"loc\": \"1:13-30\"\n        },\n        {\n          \"moduleId\": 302,\n          \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/browserify-zlib/lib/index.js\",\n          \"module\": \"./node_modules/browserify-zlib/lib/index.js\",\n          \"moduleName\": \"./node_modules/browserify-zlib/lib/index.js\",\n          \"type\": \"cjs require\",\n          \"userRequest\": \"buffer\",\n          \"loc\": \"8:17-34\"\n        },\n        {\n          \"moduleId\": 302,\n          \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/browserify-zlib/lib/index.js\",\n          \"module\": \"./node_modules/browserify-zlib/lib/index.js\",\n          \"moduleName\": \"./node_modules/browserify-zlib/lib/index.js\",\n          \"type\": \"cjs require\",\n          \"userRequest\": \"buffer\",\n          \"loc\": \"3:13-30\"\n        },\n        {\n          \"moduleId\": 303,\n          \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/browserify-zlib/lib/binding.js\",\n          \"module\": \"./node_modules/browserify-zlib/lib/binding.js\",\n          \"moduleName\": \"./node_modules/browserify-zlib/lib/binding.js\",\n          \"type\": \"cjs require\",\n          \"userRequest\": \"Buffer\",\n          \"loc\": \"1:0-34\"\n        },\n        {\n          \"moduleId\": 313,\n          \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/encoding/lib/encoding.js\",\n          \"module\": \"./node_modules/encoding/lib/encoding.js\",\n          \"moduleName\": \"./node_modules/encoding/lib/encoding.js\",\n          \"type\": \"cjs require\",\n          \"userRequest\": \"Buffer\",\n          \"loc\": \"1:0-34\"\n        },\n        {\n          \"moduleId\": 314,\n          \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/iconv-lite/lib/index.js\",\n          \"module\": \"./node_modules/iconv-lite/lib/index.js\",\n          \"moduleName\": \"./node_modules/iconv-lite/lib/index.js\",\n          \"type\": \"cjs require\",\n          \"userRequest\": \"Buffer\",\n          \"loc\": \"1:0-34\"\n        },\n        {\n          \"moduleId\": 317,\n          \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/iconv-lite/encodings/internal.js\",\n          \"module\": \"./node_modules/iconv-lite/encodings/internal.js\",\n          \"moduleName\": \"./node_modules/iconv-lite/encodings/internal.js\",\n          \"type\": \"cjs require\",\n          \"userRequest\": \"Buffer\",\n          \"loc\": \"1:0-34\"\n        },\n        {\n          \"moduleId\": 318,\n          \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/iconv-lite/encodings/utf16.js\",\n          \"module\": \"./node_modules/iconv-lite/encodings/utf16.js\",\n          \"moduleName\": \"./node_modules/iconv-lite/encodings/utf16.js\",\n          \"type\": \"cjs require\",\n          \"userRequest\": \"Buffer\",\n          \"loc\": \"1:0-34\"\n        },\n        {\n          \"moduleId\": 319,\n          \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/iconv-lite/encodings/utf7.js\",\n          \"module\": \"./node_modules/iconv-lite/encodings/utf7.js\",\n          \"moduleName\": \"./node_modules/iconv-lite/encodings/utf7.js\",\n          \"type\": \"cjs require\",\n          \"userRequest\": \"Buffer\",\n          \"loc\": \"1:0-34\"\n        },\n        {\n          \"moduleId\": 320,\n          \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/iconv-lite/encodings/sbcs-codec.js\",\n          \"module\": \"./node_modules/iconv-lite/encodings/sbcs-codec.js\",\n          \"moduleName\": \"./node_modules/iconv-lite/encodings/sbcs-codec.js\",\n          \"type\": \"cjs require\",\n          \"userRequest\": \"Buffer\",\n          \"loc\": \"1:0-34\"\n        },\n        {\n          \"moduleId\": 323,\n          \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/iconv-lite/encodings/dbcs-codec.js\",\n          \"module\": \"./node_modules/iconv-lite/encodings/dbcs-codec.js\",\n          \"moduleName\": \"./node_modules/iconv-lite/encodings/dbcs-codec.js\",\n          \"type\": \"cjs require\",\n          \"userRequest\": \"Buffer\",\n          \"loc\": \"1:0-34\"\n        },\n        {\n          \"moduleId\": 330,\n          \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/iconv-lite/lib/streams.js\",\n          \"module\": \"./node_modules/iconv-lite/lib/streams.js\",\n          \"moduleName\": \"./node_modules/iconv-lite/lib/streams.js\",\n          \"type\": \"cjs require\",\n          \"userRequest\": \"Buffer\",\n          \"loc\": \"1:0-34\"\n        },\n        {\n          \"moduleId\": 331,\n          \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/iconv-lite/lib/extend-node.js\",\n          \"module\": \"./node_modules/iconv-lite/lib/extend-node.js\",\n          \"moduleName\": \"./node_modules/iconv-lite/lib/extend-node.js\",\n          \"type\": \"cjs require\",\n          \"userRequest\": \"buffer\",\n          \"loc\": \"195:25-42\"\n        },\n        {\n          \"moduleId\": 331,\n          \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/iconv-lite/lib/extend-node.js\",\n          \"module\": \"./node_modules/iconv-lite/lib/extend-node.js\",\n          \"moduleName\": \"./node_modules/iconv-lite/lib/extend-node.js\",\n          \"type\": \"cjs require\",\n          \"userRequest\": \"buffer\",\n          \"loc\": \"32:25-42\"\n        },\n        {\n          \"moduleId\": 331,\n          \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/iconv-lite/lib/extend-node.js\",\n          \"module\": \"./node_modules/iconv-lite/lib/extend-node.js\",\n          \"moduleName\": \"./node_modules/iconv-lite/lib/extend-node.js\",\n          \"type\": \"cjs require\",\n          \"userRequest\": \"Buffer\",\n          \"loc\": \"1:0-34\"\n        }\n      ],\n      \"usedExports\": true,\n      \"providedExports\": null,\n      \"optimizationBailout\": [\n        \"ModuleConcatenation bailout: Module is not an ECMAScript module\"\n      ],\n      \"depth\": 5,\n      \"source\": \"/*!\\n * The buffer module from node.js, for the browser.\\n *\\n * @author   Feross Aboukhadijeh <feross@feross.org> <http://feross.org>\\n * @license  MIT\\n */\\n/* eslint-disable no-proto */\\n\\n'use strict'\\n\\nvar base64 = require('base64-js')\\nvar ieee754 = require('ieee754')\\nvar isArray = require('isarray')\\n\\nexports.Buffer = Buffer\\nexports.SlowBuffer = SlowBuffer\\nexports.INSPECT_MAX_BYTES = 50\\n\\n/**\\n * If `Buffer.TYPED_ARRAY_SUPPORT`:\\n *   === true    Use Uint8Array implementation (fastest)\\n *   === false   Use Object implementation (most compatible, even IE6)\\n *\\n * Browsers that support typed arrays are IE 10+, Firefox 4+, Chrome 7+, Safari 5.1+,\\n * Opera 11.6+, iOS 4.2+.\\n *\\n * Due to various browser bugs, sometimes the Object implementation will be used even\\n * when the browser supports typed arrays.\\n *\\n * Note:\\n *\\n *   - Firefox 4-29 lacks support for adding new properties to `Uint8Array` instances,\\n *     See: https://bugzilla.mozilla.org/show_bug.cgi?id=695438.\\n *\\n *   - Chrome 9-10 is missing the `TypedArray.prototype.subarray` function.\\n *\\n *   - IE10 has a broken `TypedArray.prototype.subarray` function which returns arrays of\\n *     incorrect length in some situations.\\n\\n * We detect these buggy browsers and set `Buffer.TYPED_ARRAY_SUPPORT` to `false` so they\\n * get the Object implementation, which is slower but behaves correctly.\\n */\\nBuffer.TYPED_ARRAY_SUPPORT = global.TYPED_ARRAY_SUPPORT !== undefined\\n  ? global.TYPED_ARRAY_SUPPORT\\n  : typedArraySupport()\\n\\n/*\\n * Export kMaxLength after typed array support is determined.\\n */\\nexports.kMaxLength = kMaxLength()\\n\\nfunction typedArraySupport () {\\n  try {\\n    var arr = new Uint8Array(1)\\n    arr.__proto__ = {__proto__: Uint8Array.prototype, foo: function () { return 42 }}\\n    return arr.foo() === 42 && // typed array instances can be augmented\\n        typeof arr.subarray === 'function' && // chrome 9-10 lack `subarray`\\n        arr.subarray(1, 1).byteLength === 0 // ie10 has broken `subarray`\\n  } catch (e) {\\n    return false\\n  }\\n}\\n\\nfunction kMaxLength () {\\n  return Buffer.TYPED_ARRAY_SUPPORT\\n    ? 0x7fffffff\\n    : 0x3fffffff\\n}\\n\\nfunction createBuffer (that, length) {\\n  if (kMaxLength() < length) {\\n    throw new RangeError('Invalid typed array length')\\n  }\\n  if (Buffer.TYPED_ARRAY_SUPPORT) {\\n    // Return an augmented `Uint8Array` instance, for best performance\\n    that = new Uint8Array(length)\\n    that.__proto__ = Buffer.prototype\\n  } else {\\n    // Fallback: Return an object instance of the Buffer class\\n    if (that === null) {\\n      that = new Buffer(length)\\n    }\\n    that.length = length\\n  }\\n\\n  return that\\n}\\n\\n/**\\n * The Buffer constructor returns instances of `Uint8Array` that have their\\n * prototype changed to `Buffer.prototype`. Furthermore, `Buffer` is a subclass of\\n * `Uint8Array`, so the returned instances will have all the node `Buffer` methods\\n * and the `Uint8Array` methods. Square bracket notation works as expected -- it\\n * returns a single octet.\\n *\\n * The `Uint8Array` prototype remains unmodified.\\n */\\n\\nfunction Buffer (arg, encodingOrOffset, length) {\\n  if (!Buffer.TYPED_ARRAY_SUPPORT && !(this instanceof Buffer)) {\\n    return new Buffer(arg, encodingOrOffset, length)\\n  }\\n\\n  // Common case.\\n  if (typeof arg === 'number') {\\n    if (typeof encodingOrOffset === 'string') {\\n      throw new Error(\\n        'If encoding is specified then the first argument must be a string'\\n      )\\n    }\\n    return allocUnsafe(this, arg)\\n  }\\n  return from(this, arg, encodingOrOffset, length)\\n}\\n\\nBuffer.poolSize = 8192 // not used by this implementation\\n\\n// TODO: Legacy, not needed anymore. Remove in next major version.\\nBuffer._augment = function (arr) {\\n  arr.__proto__ = Buffer.prototype\\n  return arr\\n}\\n\\nfunction from (that, value, encodingOrOffset, length) {\\n  if (typeof value === 'number') {\\n    throw new TypeError('\\\"value\\\" argument must not be a number')\\n  }\\n\\n  if (typeof ArrayBuffer !== 'undefined' && value instanceof ArrayBuffer) {\\n    return fromArrayBuffer(that, value, encodingOrOffset, length)\\n  }\\n\\n  if (typeof value === 'string') {\\n    return fromString(that, value, encodingOrOffset)\\n  }\\n\\n  return fromObject(that, value)\\n}\\n\\n/**\\n * Functionally equivalent to Buffer(arg, encoding) but throws a TypeError\\n * if value is a number.\\n * Buffer.from(str[, encoding])\\n * Buffer.from(array)\\n * Buffer.from(buffer)\\n * Buffer.from(arrayBuffer[, byteOffset[, length]])\\n **/\\nBuffer.from = function (value, encodingOrOffset, length) {\\n  return from(null, value, encodingOrOffset, length)\\n}\\n\\nif (Buffer.TYPED_ARRAY_SUPPORT) {\\n  Buffer.prototype.__proto__ = Uint8Array.prototype\\n  Buffer.__proto__ = Uint8Array\\n  if (typeof Symbol !== 'undefined' && Symbol.species &&\\n      Buffer[Symbol.species] === Buffer) {\\n    // Fix subarray() in ES2016. See: https://github.com/feross/buffer/pull/97\\n    Object.defineProperty(Buffer, Symbol.species, {\\n      value: null,\\n      configurable: true\\n    })\\n  }\\n}\\n\\nfunction assertSize (size) {\\n  if (typeof size !== 'number') {\\n    throw new TypeError('\\\"size\\\" argument must be a number')\\n  } else if (size < 0) {\\n    throw new RangeError('\\\"size\\\" argument must not be negative')\\n  }\\n}\\n\\nfunction alloc (that, size, fill, encoding) {\\n  assertSize(size)\\n  if (size <= 0) {\\n    return createBuffer(that, size)\\n  }\\n  if (fill !== undefined) {\\n    // Only pay attention to encoding if it's a string. This\\n    // prevents accidentally sending in a number that would\\n    // be interpretted as a start offset.\\n    return typeof encoding === 'string'\\n      ? createBuffer(that, size).fill(fill, encoding)\\n      : createBuffer(that, size).fill(fill)\\n  }\\n  return createBuffer(that, size)\\n}\\n\\n/**\\n * Creates a new filled Buffer instance.\\n * alloc(size[, fill[, encoding]])\\n **/\\nBuffer.alloc = function (size, fill, encoding) {\\n  return alloc(null, size, fill, encoding)\\n}\\n\\nfunction allocUnsafe (that, size) {\\n  assertSize(size)\\n  that = createBuffer(that, size < 0 ? 0 : checked(size) | 0)\\n  if (!Buffer.TYPED_ARRAY_SUPPORT) {\\n    for (var i = 0; i < size; ++i) {\\n      that[i] = 0\\n    }\\n  }\\n  return that\\n}\\n\\n/**\\n * Equivalent to Buffer(num), by default creates a non-zero-filled Buffer instance.\\n * */\\nBuffer.allocUnsafe = function (size) {\\n  return allocUnsafe(null, size)\\n}\\n/**\\n * Equivalent to SlowBuffer(num), by default creates a non-zero-filled Buffer instance.\\n */\\nBuffer.allocUnsafeSlow = function (size) {\\n  return allocUnsafe(null, size)\\n}\\n\\nfunction fromString (that, string, encoding) {\\n  if (typeof encoding !== 'string' || encoding === '') {\\n    encoding = 'utf8'\\n  }\\n\\n  if (!Buffer.isEncoding(encoding)) {\\n    throw new TypeError('\\\"encoding\\\" must be a valid string encoding')\\n  }\\n\\n  var length = byteLength(string, encoding) | 0\\n  that = createBuffer(that, length)\\n\\n  var actual = that.write(string, encoding)\\n\\n  if (actual !== length) {\\n    // Writing a hex string, for example, that contains invalid characters will\\n    // cause everything after the first invalid character to be ignored. (e.g.\\n    // 'abxxcd' will be treated as 'ab')\\n    that = that.slice(0, actual)\\n  }\\n\\n  return that\\n}\\n\\nfunction fromArrayLike (that, array) {\\n  var length = array.length < 0 ? 0 : checked(array.length) | 0\\n  that = createBuffer(that, length)\\n  for (var i = 0; i < length; i += 1) {\\n    that[i] = array[i] & 255\\n  }\\n  return that\\n}\\n\\nfunction fromArrayBuffer (that, array, byteOffset, length) {\\n  array.byteLength // this throws if `array` is not a valid ArrayBuffer\\n\\n  if (byteOffset < 0 || array.byteLength < byteOffset) {\\n    throw new RangeError('\\\\'offset\\\\' is out of bounds')\\n  }\\n\\n  if (array.byteLength < byteOffset + (length || 0)) {\\n    throw new RangeError('\\\\'length\\\\' is out of bounds')\\n  }\\n\\n  if (byteOffset === undefined && length === undefined) {\\n    array = new Uint8Array(array)\\n  } else if (length === undefined) {\\n    array = new Uint8Array(array, byteOffset)\\n  } else {\\n    array = new Uint8Array(array, byteOffset, length)\\n  }\\n\\n  if (Buffer.TYPED_ARRAY_SUPPORT) {\\n    // Return an augmented `Uint8Array` instance, for best performance\\n    that = array\\n    that.__proto__ = Buffer.prototype\\n  } else {\\n    // Fallback: Return an object instance of the Buffer class\\n    that = fromArrayLike(that, array)\\n  }\\n  return that\\n}\\n\\nfunction fromObject (that, obj) {\\n  if (Buffer.isBuffer(obj)) {\\n    var len = checked(obj.length) | 0\\n    that = createBuffer(that, len)\\n\\n    if (that.length === 0) {\\n      return that\\n    }\\n\\n    obj.copy(that, 0, 0, len)\\n    return that\\n  }\\n\\n  if (obj) {\\n    if ((typeof ArrayBuffer !== 'undefined' &&\\n        obj.buffer instanceof ArrayBuffer) || 'length' in obj) {\\n      if (typeof obj.length !== 'number' || isnan(obj.length)) {\\n        return createBuffer(that, 0)\\n      }\\n      return fromArrayLike(that, obj)\\n    }\\n\\n    if (obj.type === 'Buffer' && isArray(obj.data)) {\\n      return fromArrayLike(that, obj.data)\\n    }\\n  }\\n\\n  throw new TypeError('First argument must be a string, Buffer, ArrayBuffer, Array, or array-like object.')\\n}\\n\\nfunction checked (length) {\\n  // Note: cannot use `length < kMaxLength()` here because that fails when\\n  // length is NaN (which is otherwise coerced to zero.)\\n  if (length >= kMaxLength()) {\\n    throw new RangeError('Attempt to allocate Buffer larger than maximum ' +\\n                         'size: 0x' + kMaxLength().toString(16) + ' bytes')\\n  }\\n  return length | 0\\n}\\n\\nfunction SlowBuffer (length) {\\n  if (+length != length) { // eslint-disable-line eqeqeq\\n    length = 0\\n  }\\n  return Buffer.alloc(+length)\\n}\\n\\nBuffer.isBuffer = function isBuffer (b) {\\n  return !!(b != null && b._isBuffer)\\n}\\n\\nBuffer.compare = function compare (a, b) {\\n  if (!Buffer.isBuffer(a) || !Buffer.isBuffer(b)) {\\n    throw new TypeError('Arguments must be Buffers')\\n  }\\n\\n  if (a === b) return 0\\n\\n  var x = a.length\\n  var y = b.length\\n\\n  for (var i = 0, len = Math.min(x, y); i < len; ++i) {\\n    if (a[i] !== b[i]) {\\n      x = a[i]\\n      y = b[i]\\n      break\\n    }\\n  }\\n\\n  if (x < y) return -1\\n  if (y < x) return 1\\n  return 0\\n}\\n\\nBuffer.isEncoding = function isEncoding (encoding) {\\n  switch (String(encoding).toLowerCase()) {\\n    case 'hex':\\n    case 'utf8':\\n    case 'utf-8':\\n    case 'ascii':\\n    case 'latin1':\\n    case 'binary':\\n    case 'base64':\\n    case 'ucs2':\\n    case 'ucs-2':\\n    case 'utf16le':\\n    case 'utf-16le':\\n      return true\\n    default:\\n      return false\\n  }\\n}\\n\\nBuffer.concat = function concat (list, length) {\\n  if (!isArray(list)) {\\n    throw new TypeError('\\\"list\\\" argument must be an Array of Buffers')\\n  }\\n\\n  if (list.length === 0) {\\n    return Buffer.alloc(0)\\n  }\\n\\n  var i\\n  if (length === undefined) {\\n    length = 0\\n    for (i = 0; i < list.length; ++i) {\\n      length += list[i].length\\n    }\\n  }\\n\\n  var buffer = Buffer.allocUnsafe(length)\\n  var pos = 0\\n  for (i = 0; i < list.length; ++i) {\\n    var buf = list[i]\\n    if (!Buffer.isBuffer(buf)) {\\n      throw new TypeError('\\\"list\\\" argument must be an Array of Buffers')\\n    }\\n    buf.copy(buffer, pos)\\n    pos += buf.length\\n  }\\n  return buffer\\n}\\n\\nfunction byteLength (string, encoding) {\\n  if (Buffer.isBuffer(string)) {\\n    return string.length\\n  }\\n  if (typeof ArrayBuffer !== 'undefined' && typeof ArrayBuffer.isView === 'function' &&\\n      (ArrayBuffer.isView(string) || string instanceof ArrayBuffer)) {\\n    return string.byteLength\\n  }\\n  if (typeof string !== 'string') {\\n    string = '' + string\\n  }\\n\\n  var len = string.length\\n  if (len === 0) return 0\\n\\n  // Use a for loop to avoid recursion\\n  var loweredCase = false\\n  for (;;) {\\n    switch (encoding) {\\n      case 'ascii':\\n      case 'latin1':\\n      case 'binary':\\n        return len\\n      case 'utf8':\\n      case 'utf-8':\\n      case undefined:\\n        return utf8ToBytes(string).length\\n      case 'ucs2':\\n      case 'ucs-2':\\n      case 'utf16le':\\n      case 'utf-16le':\\n        return len * 2\\n      case 'hex':\\n        return len >>> 1\\n      case 'base64':\\n        return base64ToBytes(string).length\\n      default:\\n        if (loweredCase) return utf8ToBytes(string).length // assume utf8\\n        encoding = ('' + encoding).toLowerCase()\\n        loweredCase = true\\n    }\\n  }\\n}\\nBuffer.byteLength = byteLength\\n\\nfunction slowToString (encoding, start, end) {\\n  var loweredCase = false\\n\\n  // No need to verify that \\\"this.length <= MAX_UINT32\\\" since it's a read-only\\n  // property of a typed array.\\n\\n  // This behaves neither like String nor Uint8Array in that we set start/end\\n  // to their upper/lower bounds if the value passed is out of range.\\n  // undefined is handled specially as per ECMA-262 6th Edition,\\n  // Section 13.3.3.7 Runtime Semantics: KeyedBindingInitialization.\\n  if (start === undefined || start < 0) {\\n    start = 0\\n  }\\n  // Return early if start > this.length. Done here to prevent potential uint32\\n  // coercion fail below.\\n  if (start > this.length) {\\n    return ''\\n  }\\n\\n  if (end === undefined || end > this.length) {\\n    end = this.length\\n  }\\n\\n  if (end <= 0) {\\n    return ''\\n  }\\n\\n  // Force coersion to uint32. This will also coerce falsey/NaN values to 0.\\n  end >>>= 0\\n  start >>>= 0\\n\\n  if (end <= start) {\\n    return ''\\n  }\\n\\n  if (!encoding) encoding = 'utf8'\\n\\n  while (true) {\\n    switch (encoding) {\\n      case 'hex':\\n        return hexSlice(this, start, end)\\n\\n      case 'utf8':\\n      case 'utf-8':\\n        return utf8Slice(this, start, end)\\n\\n      case 'ascii':\\n        return asciiSlice(this, start, end)\\n\\n      case 'latin1':\\n      case 'binary':\\n        return latin1Slice(this, start, end)\\n\\n      case 'base64':\\n        return base64Slice(this, start, end)\\n\\n      case 'ucs2':\\n      case 'ucs-2':\\n      case 'utf16le':\\n      case 'utf-16le':\\n        return utf16leSlice(this, start, end)\\n\\n      default:\\n        if (loweredCase) throw new TypeError('Unknown encoding: ' + encoding)\\n        encoding = (encoding + '').toLowerCase()\\n        loweredCase = true\\n    }\\n  }\\n}\\n\\n// The property is used by `Buffer.isBuffer` and `is-buffer` (in Safari 5-7) to detect\\n// Buffer instances.\\nBuffer.prototype._isBuffer = true\\n\\nfunction swap (b, n, m) {\\n  var i = b[n]\\n  b[n] = b[m]\\n  b[m] = i\\n}\\n\\nBuffer.prototype.swap16 = function swap16 () {\\n  var len = this.length\\n  if (len % 2 !== 0) {\\n    throw new RangeError('Buffer size must be a multiple of 16-bits')\\n  }\\n  for (var i = 0; i < len; i += 2) {\\n    swap(this, i, i + 1)\\n  }\\n  return this\\n}\\n\\nBuffer.prototype.swap32 = function swap32 () {\\n  var len = this.length\\n  if (len % 4 !== 0) {\\n    throw new RangeError('Buffer size must be a multiple of 32-bits')\\n  }\\n  for (var i = 0; i < len; i += 4) {\\n    swap(this, i, i + 3)\\n    swap(this, i + 1, i + 2)\\n  }\\n  return this\\n}\\n\\nBuffer.prototype.swap64 = function swap64 () {\\n  var len = this.length\\n  if (len % 8 !== 0) {\\n    throw new RangeError('Buffer size must be a multiple of 64-bits')\\n  }\\n  for (var i = 0; i < len; i += 8) {\\n    swap(this, i, i + 7)\\n    swap(this, i + 1, i + 6)\\n    swap(this, i + 2, i + 5)\\n    swap(this, i + 3, i + 4)\\n  }\\n  return this\\n}\\n\\nBuffer.prototype.toString = function toString () {\\n  var length = this.length | 0\\n  if (length === 0) return ''\\n  if (arguments.length === 0) return utf8Slice(this, 0, length)\\n  return slowToString.apply(this, arguments)\\n}\\n\\nBuffer.prototype.equals = function equals (b) {\\n  if (!Buffer.isBuffer(b)) throw new TypeError('Argument must be a Buffer')\\n  if (this === b) return true\\n  return Buffer.compare(this, b) === 0\\n}\\n\\nBuffer.prototype.inspect = function inspect () {\\n  var str = ''\\n  var max = exports.INSPECT_MAX_BYTES\\n  if (this.length > 0) {\\n    str = this.toString('hex', 0, max).match(/.{2}/g).join(' ')\\n    if (this.length > max) str += ' ... '\\n  }\\n  return '<Buffer ' + str + '>'\\n}\\n\\nBuffer.prototype.compare = function compare (target, start, end, thisStart, thisEnd) {\\n  if (!Buffer.isBuffer(target)) {\\n    throw new TypeError('Argument must be a Buffer')\\n  }\\n\\n  if (start === undefined) {\\n    start = 0\\n  }\\n  if (end === undefined) {\\n    end = target ? target.length : 0\\n  }\\n  if (thisStart === undefined) {\\n    thisStart = 0\\n  }\\n  if (thisEnd === undefined) {\\n    thisEnd = this.length\\n  }\\n\\n  if (start < 0 || end > target.length || thisStart < 0 || thisEnd > this.length) {\\n    throw new RangeError('out of range index')\\n  }\\n\\n  if (thisStart >= thisEnd && start >= end) {\\n    return 0\\n  }\\n  if (thisStart >= thisEnd) {\\n    return -1\\n  }\\n  if (start >= end) {\\n    return 1\\n  }\\n\\n  start >>>= 0\\n  end >>>= 0\\n  thisStart >>>= 0\\n  thisEnd >>>= 0\\n\\n  if (this === target) return 0\\n\\n  var x = thisEnd - thisStart\\n  var y = end - start\\n  var len = Math.min(x, y)\\n\\n  var thisCopy = this.slice(thisStart, thisEnd)\\n  var targetCopy = target.slice(start, end)\\n\\n  for (var i = 0; i < len; ++i) {\\n    if (thisCopy[i] !== targetCopy[i]) {\\n      x = thisCopy[i]\\n      y = targetCopy[i]\\n      break\\n    }\\n  }\\n\\n  if (x < y) return -1\\n  if (y < x) return 1\\n  return 0\\n}\\n\\n// Finds either the first index of `val` in `buffer` at offset >= `byteOffset`,\\n// OR the last index of `val` in `buffer` at offset <= `byteOffset`.\\n//\\n// Arguments:\\n// - buffer - a Buffer to search\\n// - val - a string, Buffer, or number\\n// - byteOffset - an index into `buffer`; will be clamped to an int32\\n// - encoding - an optional encoding, relevant is val is a string\\n// - dir - true for indexOf, false for lastIndexOf\\nfunction bidirectionalIndexOf (buffer, val, byteOffset, encoding, dir) {\\n  // Empty buffer means no match\\n  if (buffer.length === 0) return -1\\n\\n  // Normalize byteOffset\\n  if (typeof byteOffset === 'string') {\\n    encoding = byteOffset\\n    byteOffset = 0\\n  } else if (byteOffset > 0x7fffffff) {\\n    byteOffset = 0x7fffffff\\n  } else if (byteOffset < -0x80000000) {\\n    byteOffset = -0x80000000\\n  }\\n  byteOffset = +byteOffset  // Coerce to Number.\\n  if (isNaN(byteOffset)) {\\n    // byteOffset: it it's undefined, null, NaN, \\\"foo\\\", etc, search whole buffer\\n    byteOffset = dir ? 0 : (buffer.length - 1)\\n  }\\n\\n  // Normalize byteOffset: negative offsets start from the end of the buffer\\n  if (byteOffset < 0) byteOffset = buffer.length + byteOffset\\n  if (byteOffset >= buffer.length) {\\n    if (dir) return -1\\n    else byteOffset = buffer.length - 1\\n  } else if (byteOffset < 0) {\\n    if (dir) byteOffset = 0\\n    else return -1\\n  }\\n\\n  // Normalize val\\n  if (typeof val === 'string') {\\n    val = Buffer.from(val, encoding)\\n  }\\n\\n  // Finally, search either indexOf (if dir is true) or lastIndexOf\\n  if (Buffer.isBuffer(val)) {\\n    // Special case: looking for empty string/buffer always fails\\n    if (val.length === 0) {\\n      return -1\\n    }\\n    return arrayIndexOf(buffer, val, byteOffset, encoding, dir)\\n  } else if (typeof val === 'number') {\\n    val = val & 0xFF // Search for a byte value [0-255]\\n    if (Buffer.TYPED_ARRAY_SUPPORT &&\\n        typeof Uint8Array.prototype.indexOf === 'function') {\\n      if (dir) {\\n        return Uint8Array.prototype.indexOf.call(buffer, val, byteOffset)\\n      } else {\\n        return Uint8Array.prototype.lastIndexOf.call(buffer, val, byteOffset)\\n      }\\n    }\\n    return arrayIndexOf(buffer, [ val ], byteOffset, encoding, dir)\\n  }\\n\\n  throw new TypeError('val must be string, number or Buffer')\\n}\\n\\nfunction arrayIndexOf (arr, val, byteOffset, encoding, dir) {\\n  var indexSize = 1\\n  var arrLength = arr.length\\n  var valLength = val.length\\n\\n  if (encoding !== undefined) {\\n    encoding = String(encoding).toLowerCase()\\n    if (encoding === 'ucs2' || encoding === 'ucs-2' ||\\n        encoding === 'utf16le' || encoding === 'utf-16le') {\\n      if (arr.length < 2 || val.length < 2) {\\n        return -1\\n      }\\n      indexSize = 2\\n      arrLength /= 2\\n      valLength /= 2\\n      byteOffset /= 2\\n    }\\n  }\\n\\n  function read (buf, i) {\\n    if (indexSize === 1) {\\n      return buf[i]\\n    } else {\\n      return buf.readUInt16BE(i * indexSize)\\n    }\\n  }\\n\\n  var i\\n  if (dir) {\\n    var foundIndex = -1\\n    for (i = byteOffset; i < arrLength; i++) {\\n      if (read(arr, i) === read(val, foundIndex === -1 ? 0 : i - foundIndex)) {\\n        if (foundIndex === -1) foundIndex = i\\n        if (i - foundIndex + 1 === valLength) return foundIndex * indexSize\\n      } else {\\n        if (foundIndex !== -1) i -= i - foundIndex\\n        foundIndex = -1\\n      }\\n    }\\n  } else {\\n    if (byteOffset + valLength > arrLength) byteOffset = arrLength - valLength\\n    for (i = byteOffset; i >= 0; i--) {\\n      var found = true\\n      for (var j = 0; j < valLength; j++) {\\n        if (read(arr, i + j) !== read(val, j)) {\\n          found = false\\n          break\\n        }\\n      }\\n      if (found) return i\\n    }\\n  }\\n\\n  return -1\\n}\\n\\nBuffer.prototype.includes = function includes (val, byteOffset, encoding) {\\n  return this.indexOf(val, byteOffset, encoding) !== -1\\n}\\n\\nBuffer.prototype.indexOf = function indexOf (val, byteOffset, encoding) {\\n  return bidirectionalIndexOf(this, val, byteOffset, encoding, true)\\n}\\n\\nBuffer.prototype.lastIndexOf = function lastIndexOf (val, byteOffset, encoding) {\\n  return bidirectionalIndexOf(this, val, byteOffset, encoding, false)\\n}\\n\\nfunction hexWrite (buf, string, offset, length) {\\n  offset = Number(offset) || 0\\n  var remaining = buf.length - offset\\n  if (!length) {\\n    length = remaining\\n  } else {\\n    length = Number(length)\\n    if (length > remaining) {\\n      length = remaining\\n    }\\n  }\\n\\n  // must be an even number of digits\\n  var strLen = string.length\\n  if (strLen % 2 !== 0) throw new TypeError('Invalid hex string')\\n\\n  if (length > strLen / 2) {\\n    length = strLen / 2\\n  }\\n  for (var i = 0; i < length; ++i) {\\n    var parsed = parseInt(string.substr(i * 2, 2), 16)\\n    if (isNaN(parsed)) return i\\n    buf[offset + i] = parsed\\n  }\\n  return i\\n}\\n\\nfunction utf8Write (buf, string, offset, length) {\\n  return blitBuffer(utf8ToBytes(string, buf.length - offset), buf, offset, length)\\n}\\n\\nfunction asciiWrite (buf, string, offset, length) {\\n  return blitBuffer(asciiToBytes(string), buf, offset, length)\\n}\\n\\nfunction latin1Write (buf, string, offset, length) {\\n  return asciiWrite(buf, string, offset, length)\\n}\\n\\nfunction base64Write (buf, string, offset, length) {\\n  return blitBuffer(base64ToBytes(string), buf, offset, length)\\n}\\n\\nfunction ucs2Write (buf, string, offset, length) {\\n  return blitBuffer(utf16leToBytes(string, buf.length - offset), buf, offset, length)\\n}\\n\\nBuffer.prototype.write = function write (string, offset, length, encoding) {\\n  // Buffer#write(string)\\n  if (offset === undefined) {\\n    encoding = 'utf8'\\n    length = this.length\\n    offset = 0\\n  // Buffer#write(string, encoding)\\n  } else if (length === undefined && typeof offset === 'string') {\\n    encoding = offset\\n    length = this.length\\n    offset = 0\\n  // Buffer#write(string, offset[, length][, encoding])\\n  } else if (isFinite(offset)) {\\n    offset = offset | 0\\n    if (isFinite(length)) {\\n      length = length | 0\\n      if (encoding === undefined) encoding = 'utf8'\\n    } else {\\n      encoding = length\\n      length = undefined\\n    }\\n  // legacy write(string, encoding, offset, length) - remove in v0.13\\n  } else {\\n    throw new Error(\\n      'Buffer.write(string, encoding, offset[, length]) is no longer supported'\\n    )\\n  }\\n\\n  var remaining = this.length - offset\\n  if (length === undefined || length > remaining) length = remaining\\n\\n  if ((string.length > 0 && (length < 0 || offset < 0)) || offset > this.length) {\\n    throw new RangeError('Attempt to write outside buffer bounds')\\n  }\\n\\n  if (!encoding) encoding = 'utf8'\\n\\n  var loweredCase = false\\n  for (;;) {\\n    switch (encoding) {\\n      case 'hex':\\n        return hexWrite(this, string, offset, length)\\n\\n      case 'utf8':\\n      case 'utf-8':\\n        return utf8Write(this, string, offset, length)\\n\\n      case 'ascii':\\n        return asciiWrite(this, string, offset, length)\\n\\n      case 'latin1':\\n      case 'binary':\\n        return latin1Write(this, string, offset, length)\\n\\n      case 'base64':\\n        // Warning: maxLength not taken into account in base64Write\\n        return base64Write(this, string, offset, length)\\n\\n      case 'ucs2':\\n      case 'ucs-2':\\n      case 'utf16le':\\n      case 'utf-16le':\\n        return ucs2Write(this, string, offset, length)\\n\\n      default:\\n        if (loweredCase) throw new TypeError('Unknown encoding: ' + encoding)\\n        encoding = ('' + encoding).toLowerCase()\\n        loweredCase = true\\n    }\\n  }\\n}\\n\\nBuffer.prototype.toJSON = function toJSON () {\\n  return {\\n    type: 'Buffer',\\n    data: Array.prototype.slice.call(this._arr || this, 0)\\n  }\\n}\\n\\nfunction base64Slice (buf, start, end) {\\n  if (start === 0 && end === buf.length) {\\n    return base64.fromByteArray(buf)\\n  } else {\\n    return base64.fromByteArray(buf.slice(start, end))\\n  }\\n}\\n\\nfunction utf8Slice (buf, start, end) {\\n  end = Math.min(buf.length, end)\\n  var res = []\\n\\n  var i = start\\n  while (i < end) {\\n    var firstByte = buf[i]\\n    var codePoint = null\\n    var bytesPerSequence = (firstByte > 0xEF) ? 4\\n      : (firstByte > 0xDF) ? 3\\n      : (firstByte > 0xBF) ? 2\\n      : 1\\n\\n    if (i + bytesPerSequence <= end) {\\n      var secondByte, thirdByte, fourthByte, tempCodePoint\\n\\n      switch (bytesPerSequence) {\\n        case 1:\\n          if (firstByte < 0x80) {\\n            codePoint = firstByte\\n          }\\n          break\\n        case 2:\\n          secondByte = buf[i + 1]\\n          if ((secondByte & 0xC0) === 0x80) {\\n            tempCodePoint = (firstByte & 0x1F) << 0x6 | (secondByte & 0x3F)\\n            if (tempCodePoint > 0x7F) {\\n              codePoint = tempCodePoint\\n            }\\n          }\\n          break\\n        case 3:\\n          secondByte = buf[i + 1]\\n          thirdByte = buf[i + 2]\\n          if ((secondByte & 0xC0) === 0x80 && (thirdByte & 0xC0) === 0x80) {\\n            tempCodePoint = (firstByte & 0xF) << 0xC | (secondByte & 0x3F) << 0x6 | (thirdByte & 0x3F)\\n            if (tempCodePoint > 0x7FF && (tempCodePoint < 0xD800 || tempCodePoint > 0xDFFF)) {\\n              codePoint = tempCodePoint\\n            }\\n          }\\n          break\\n        case 4:\\n          secondByte = buf[i + 1]\\n          thirdByte = buf[i + 2]\\n          fourthByte = buf[i + 3]\\n          if ((secondByte & 0xC0) === 0x80 && (thirdByte & 0xC0) === 0x80 && (fourthByte & 0xC0) === 0x80) {\\n            tempCodePoint = (firstByte & 0xF) << 0x12 | (secondByte & 0x3F) << 0xC | (thirdByte & 0x3F) << 0x6 | (fourthByte & 0x3F)\\n            if (tempCodePoint > 0xFFFF && tempCodePoint < 0x110000) {\\n              codePoint = tempCodePoint\\n            }\\n          }\\n      }\\n    }\\n\\n    if (codePoint === null) {\\n      // we did not generate a valid codePoint so insert a\\n      // replacement char (U+FFFD) and advance only 1 byte\\n      codePoint = 0xFFFD\\n      bytesPerSequence = 1\\n    } else if (codePoint > 0xFFFF) {\\n      // encode to utf16 (surrogate pair dance)\\n      codePoint -= 0x10000\\n      res.push(codePoint >>> 10 & 0x3FF | 0xD800)\\n      codePoint = 0xDC00 | codePoint & 0x3FF\\n    }\\n\\n    res.push(codePoint)\\n    i += bytesPerSequence\\n  }\\n\\n  return decodeCodePointsArray(res)\\n}\\n\\n// Based on http://stackoverflow.com/a/22747272/680742, the browser with\\n// the lowest limit is Chrome, with 0x10000 args.\\n// We go 1 magnitude less, for safety\\nvar MAX_ARGUMENTS_LENGTH = 0x1000\\n\\nfunction decodeCodePointsArray (codePoints) {\\n  var len = codePoints.length\\n  if (len <= MAX_ARGUMENTS_LENGTH) {\\n    return String.fromCharCode.apply(String, codePoints) // avoid extra slice()\\n  }\\n\\n  // Decode in chunks to avoid \\\"call stack size exceeded\\\".\\n  var res = ''\\n  var i = 0\\n  while (i < len) {\\n    res += String.fromCharCode.apply(\\n      String,\\n      codePoints.slice(i, i += MAX_ARGUMENTS_LENGTH)\\n    )\\n  }\\n  return res\\n}\\n\\nfunction asciiSlice (buf, start, end) {\\n  var ret = ''\\n  end = Math.min(buf.length, end)\\n\\n  for (var i = start; i < end; ++i) {\\n    ret += String.fromCharCode(buf[i] & 0x7F)\\n  }\\n  return ret\\n}\\n\\nfunction latin1Slice (buf, start, end) {\\n  var ret = ''\\n  end = Math.min(buf.length, end)\\n\\n  for (var i = start; i < end; ++i) {\\n    ret += String.fromCharCode(buf[i])\\n  }\\n  return ret\\n}\\n\\nfunction hexSlice (buf, start, end) {\\n  var len = buf.length\\n\\n  if (!start || start < 0) start = 0\\n  if (!end || end < 0 || end > len) end = len\\n\\n  var out = ''\\n  for (var i = start; i < end; ++i) {\\n    out += toHex(buf[i])\\n  }\\n  return out\\n}\\n\\nfunction utf16leSlice (buf, start, end) {\\n  var bytes = buf.slice(start, end)\\n  var res = ''\\n  for (var i = 0; i < bytes.length; i += 2) {\\n    res += String.fromCharCode(bytes[i] + bytes[i + 1] * 256)\\n  }\\n  return res\\n}\\n\\nBuffer.prototype.slice = function slice (start, end) {\\n  var len = this.length\\n  start = ~~start\\n  end = end === undefined ? len : ~~end\\n\\n  if (start < 0) {\\n    start += len\\n    if (start < 0) start = 0\\n  } else if (start > len) {\\n    start = len\\n  }\\n\\n  if (end < 0) {\\n    end += len\\n    if (end < 0) end = 0\\n  } else if (end > len) {\\n    end = len\\n  }\\n\\n  if (end < start) end = start\\n\\n  var newBuf\\n  if (Buffer.TYPED_ARRAY_SUPPORT) {\\n    newBuf = this.subarray(start, end)\\n    newBuf.__proto__ = Buffer.prototype\\n  } else {\\n    var sliceLen = end - start\\n    newBuf = new Buffer(sliceLen, undefined)\\n    for (var i = 0; i < sliceLen; ++i) {\\n      newBuf[i] = this[i + start]\\n    }\\n  }\\n\\n  return newBuf\\n}\\n\\n/*\\n * Need to make sure that buffer isn't trying to write out of bounds.\\n */\\nfunction checkOffset (offset, ext, length) {\\n  if ((offset % 1) !== 0 || offset < 0) throw new RangeError('offset is not uint')\\n  if (offset + ext > length) throw new RangeError('Trying to access beyond buffer length')\\n}\\n\\nBuffer.prototype.readUIntLE = function readUIntLE (offset, byteLength, noAssert) {\\n  offset = offset | 0\\n  byteLength = byteLength | 0\\n  if (!noAssert) checkOffset(offset, byteLength, this.length)\\n\\n  var val = this[offset]\\n  var mul = 1\\n  var i = 0\\n  while (++i < byteLength && (mul *= 0x100)) {\\n    val += this[offset + i] * mul\\n  }\\n\\n  return val\\n}\\n\\nBuffer.prototype.readUIntBE = function readUIntBE (offset, byteLength, noAssert) {\\n  offset = offset | 0\\n  byteLength = byteLength | 0\\n  if (!noAssert) {\\n    checkOffset(offset, byteLength, this.length)\\n  }\\n\\n  var val = this[offset + --byteLength]\\n  var mul = 1\\n  while (byteLength > 0 && (mul *= 0x100)) {\\n    val += this[offset + --byteLength] * mul\\n  }\\n\\n  return val\\n}\\n\\nBuffer.prototype.readUInt8 = function readUInt8 (offset, noAssert) {\\n  if (!noAssert) checkOffset(offset, 1, this.length)\\n  return this[offset]\\n}\\n\\nBuffer.prototype.readUInt16LE = function readUInt16LE (offset, noAssert) {\\n  if (!noAssert) checkOffset(offset, 2, this.length)\\n  return this[offset] | (this[offset + 1] << 8)\\n}\\n\\nBuffer.prototype.readUInt16BE = function readUInt16BE (offset, noAssert) {\\n  if (!noAssert) checkOffset(offset, 2, this.length)\\n  return (this[offset] << 8) | this[offset + 1]\\n}\\n\\nBuffer.prototype.readUInt32LE = function readUInt32LE (offset, noAssert) {\\n  if (!noAssert) checkOffset(offset, 4, this.length)\\n\\n  return ((this[offset]) |\\n      (this[offset + 1] << 8) |\\n      (this[offset + 2] << 16)) +\\n      (this[offset + 3] * 0x1000000)\\n}\\n\\nBuffer.prototype.readUInt32BE = function readUInt32BE (offset, noAssert) {\\n  if (!noAssert) checkOffset(offset, 4, this.length)\\n\\n  return (this[offset] * 0x1000000) +\\n    ((this[offset + 1] << 16) |\\n    (this[offset + 2] << 8) |\\n    this[offset + 3])\\n}\\n\\nBuffer.prototype.readIntLE = function readIntLE (offset, byteLength, noAssert) {\\n  offset = offset | 0\\n  byteLength = byteLength | 0\\n  if (!noAssert) checkOffset(offset, byteLength, this.length)\\n\\n  var val = this[offset]\\n  var mul = 1\\n  var i = 0\\n  while (++i < byteLength && (mul *= 0x100)) {\\n    val += this[offset + i] * mul\\n  }\\n  mul *= 0x80\\n\\n  if (val >= mul) val -= Math.pow(2, 8 * byteLength)\\n\\n  return val\\n}\\n\\nBuffer.prototype.readIntBE = function readIntBE (offset, byteLength, noAssert) {\\n  offset = offset | 0\\n  byteLength = byteLength | 0\\n  if (!noAssert) checkOffset(offset, byteLength, this.length)\\n\\n  var i = byteLength\\n  var mul = 1\\n  var val = this[offset + --i]\\n  while (i > 0 && (mul *= 0x100)) {\\n    val += this[offset + --i] * mul\\n  }\\n  mul *= 0x80\\n\\n  if (val >= mul) val -= Math.pow(2, 8 * byteLength)\\n\\n  return val\\n}\\n\\nBuffer.prototype.readInt8 = function readInt8 (offset, noAssert) {\\n  if (!noAssert) checkOffset(offset, 1, this.length)\\n  if (!(this[offset] & 0x80)) return (this[offset])\\n  return ((0xff - this[offset] + 1) * -1)\\n}\\n\\nBuffer.prototype.readInt16LE = function readInt16LE (offset, noAssert) {\\n  if (!noAssert) checkOffset(offset, 2, this.length)\\n  var val = this[offset] | (this[offset + 1] << 8)\\n  return (val & 0x8000) ? val | 0xFFFF0000 : val\\n}\\n\\nBuffer.prototype.readInt16BE = function readInt16BE (offset, noAssert) {\\n  if (!noAssert) checkOffset(offset, 2, this.length)\\n  var val = this[offset + 1] | (this[offset] << 8)\\n  return (val & 0x8000) ? val | 0xFFFF0000 : val\\n}\\n\\nBuffer.prototype.readInt32LE = function readInt32LE (offset, noAssert) {\\n  if (!noAssert) checkOffset(offset, 4, this.length)\\n\\n  return (this[offset]) |\\n    (this[offset + 1] << 8) |\\n    (this[offset + 2] << 16) |\\n    (this[offset + 3] << 24)\\n}\\n\\nBuffer.prototype.readInt32BE = function readInt32BE (offset, noAssert) {\\n  if (!noAssert) checkOffset(offset, 4, this.length)\\n\\n  return (this[offset] << 24) |\\n    (this[offset + 1] << 16) |\\n    (this[offset + 2] << 8) |\\n    (this[offset + 3])\\n}\\n\\nBuffer.prototype.readFloatLE = function readFloatLE (offset, noAssert) {\\n  if (!noAssert) checkOffset(offset, 4, this.length)\\n  return ieee754.read(this, offset, true, 23, 4)\\n}\\n\\nBuffer.prototype.readFloatBE = function readFloatBE (offset, noAssert) {\\n  if (!noAssert) checkOffset(offset, 4, this.length)\\n  return ieee754.read(this, offset, false, 23, 4)\\n}\\n\\nBuffer.prototype.readDoubleLE = function readDoubleLE (offset, noAssert) {\\n  if (!noAssert) checkOffset(offset, 8, this.length)\\n  return ieee754.read(this, offset, true, 52, 8)\\n}\\n\\nBuffer.prototype.readDoubleBE = function readDoubleBE (offset, noAssert) {\\n  if (!noAssert) checkOffset(offset, 8, this.length)\\n  return ieee754.read(this, offset, false, 52, 8)\\n}\\n\\nfunction checkInt (buf, value, offset, ext, max, min) {\\n  if (!Buffer.isBuffer(buf)) throw new TypeError('\\\"buffer\\\" argument must be a Buffer instance')\\n  if (value > max || value < min) throw new RangeError('\\\"value\\\" argument is out of bounds')\\n  if (offset + ext > buf.length) throw new RangeError('Index out of range')\\n}\\n\\nBuffer.prototype.writeUIntLE = function writeUIntLE (value, offset, byteLength, noAssert) {\\n  value = +value\\n  offset = offset | 0\\n  byteLength = byteLength | 0\\n  if (!noAssert) {\\n    var maxBytes = Math.pow(2, 8 * byteLength) - 1\\n    checkInt(this, value, offset, byteLength, maxBytes, 0)\\n  }\\n\\n  var mul = 1\\n  var i = 0\\n  this[offset] = value & 0xFF\\n  while (++i < byteLength && (mul *= 0x100)) {\\n    this[offset + i] = (value / mul) & 0xFF\\n  }\\n\\n  return offset + byteLength\\n}\\n\\nBuffer.prototype.writeUIntBE = function writeUIntBE (value, offset, byteLength, noAssert) {\\n  value = +value\\n  offset = offset | 0\\n  byteLength = byteLength | 0\\n  if (!noAssert) {\\n    var maxBytes = Math.pow(2, 8 * byteLength) - 1\\n    checkInt(this, value, offset, byteLength, maxBytes, 0)\\n  }\\n\\n  var i = byteLength - 1\\n  var mul = 1\\n  this[offset + i] = value & 0xFF\\n  while (--i >= 0 && (mul *= 0x100)) {\\n    this[offset + i] = (value / mul) & 0xFF\\n  }\\n\\n  return offset + byteLength\\n}\\n\\nBuffer.prototype.writeUInt8 = function writeUInt8 (value, offset, noAssert) {\\n  value = +value\\n  offset = offset | 0\\n  if (!noAssert) checkInt(this, value, offset, 1, 0xff, 0)\\n  if (!Buffer.TYPED_ARRAY_SUPPORT) value = Math.floor(value)\\n  this[offset] = (value & 0xff)\\n  return offset + 1\\n}\\n\\nfunction objectWriteUInt16 (buf, value, offset, littleEndian) {\\n  if (value < 0) value = 0xffff + value + 1\\n  for (var i = 0, j = Math.min(buf.length - offset, 2); i < j; ++i) {\\n    buf[offset + i] = (value & (0xff << (8 * (littleEndian ? i : 1 - i)))) >>>\\n      (littleEndian ? i : 1 - i) * 8\\n  }\\n}\\n\\nBuffer.prototype.writeUInt16LE = function writeUInt16LE (value, offset, noAssert) {\\n  value = +value\\n  offset = offset | 0\\n  if (!noAssert) checkInt(this, value, offset, 2, 0xffff, 0)\\n  if (Buffer.TYPED_ARRAY_SUPPORT) {\\n    this[offset] = (value & 0xff)\\n    this[offset + 1] = (value >>> 8)\\n  } else {\\n    objectWriteUInt16(this, value, offset, true)\\n  }\\n  return offset + 2\\n}\\n\\nBuffer.prototype.writeUInt16BE = function writeUInt16BE (value, offset, noAssert) {\\n  value = +value\\n  offset = offset | 0\\n  if (!noAssert) checkInt(this, value, offset, 2, 0xffff, 0)\\n  if (Buffer.TYPED_ARRAY_SUPPORT) {\\n    this[offset] = (value >>> 8)\\n    this[offset + 1] = (value & 0xff)\\n  } else {\\n    objectWriteUInt16(this, value, offset, false)\\n  }\\n  return offset + 2\\n}\\n\\nfunction objectWriteUInt32 (buf, value, offset, littleEndian) {\\n  if (value < 0) value = 0xffffffff + value + 1\\n  for (var i = 0, j = Math.min(buf.length - offset, 4); i < j; ++i) {\\n    buf[offset + i] = (value >>> (littleEndian ? i : 3 - i) * 8) & 0xff\\n  }\\n}\\n\\nBuffer.prototype.writeUInt32LE = function writeUInt32LE (value, offset, noAssert) {\\n  value = +value\\n  offset = offset | 0\\n  if (!noAssert) checkInt(this, value, offset, 4, 0xffffffff, 0)\\n  if (Buffer.TYPED_ARRAY_SUPPORT) {\\n    this[offset + 3] = (value >>> 24)\\n    this[offset + 2] = (value >>> 16)\\n    this[offset + 1] = (value >>> 8)\\n    this[offset] = (value & 0xff)\\n  } else {\\n    objectWriteUInt32(this, value, offset, true)\\n  }\\n  return offset + 4\\n}\\n\\nBuffer.prototype.writeUInt32BE = function writeUInt32BE (value, offset, noAssert) {\\n  value = +value\\n  offset = offset | 0\\n  if (!noAssert) checkInt(this, value, offset, 4, 0xffffffff, 0)\\n  if (Buffer.TYPED_ARRAY_SUPPORT) {\\n    this[offset] = (value >>> 24)\\n    this[offset + 1] = (value >>> 16)\\n    this[offset + 2] = (value >>> 8)\\n    this[offset + 3] = (value & 0xff)\\n  } else {\\n    objectWriteUInt32(this, value, offset, false)\\n  }\\n  return offset + 4\\n}\\n\\nBuffer.prototype.writeIntLE = function writeIntLE (value, offset, byteLength, noAssert) {\\n  value = +value\\n  offset = offset | 0\\n  if (!noAssert) {\\n    var limit = Math.pow(2, 8 * byteLength - 1)\\n\\n    checkInt(this, value, offset, byteLength, limit - 1, -limit)\\n  }\\n\\n  var i = 0\\n  var mul = 1\\n  var sub = 0\\n  this[offset] = value & 0xFF\\n  while (++i < byteLength && (mul *= 0x100)) {\\n    if (value < 0 && sub === 0 && this[offset + i - 1] !== 0) {\\n      sub = 1\\n    }\\n    this[offset + i] = ((value / mul) >> 0) - sub & 0xFF\\n  }\\n\\n  return offset + byteLength\\n}\\n\\nBuffer.prototype.writeIntBE = function writeIntBE (value, offset, byteLength, noAssert) {\\n  value = +value\\n  offset = offset | 0\\n  if (!noAssert) {\\n    var limit = Math.pow(2, 8 * byteLength - 1)\\n\\n    checkInt(this, value, offset, byteLength, limit - 1, -limit)\\n  }\\n\\n  var i = byteLength - 1\\n  var mul = 1\\n  var sub = 0\\n  this[offset + i] = value & 0xFF\\n  while (--i >= 0 && (mul *= 0x100)) {\\n    if (value < 0 && sub === 0 && this[offset + i + 1] !== 0) {\\n      sub = 1\\n    }\\n    this[offset + i] = ((value / mul) >> 0) - sub & 0xFF\\n  }\\n\\n  return offset + byteLength\\n}\\n\\nBuffer.prototype.writeInt8 = function writeInt8 (value, offset, noAssert) {\\n  value = +value\\n  offset = offset | 0\\n  if (!noAssert) checkInt(this, value, offset, 1, 0x7f, -0x80)\\n  if (!Buffer.TYPED_ARRAY_SUPPORT) value = Math.floor(value)\\n  if (value < 0) value = 0xff + value + 1\\n  this[offset] = (value & 0xff)\\n  return offset + 1\\n}\\n\\nBuffer.prototype.writeInt16LE = function writeInt16LE (value, offset, noAssert) {\\n  value = +value\\n  offset = offset | 0\\n  if (!noAssert) checkInt(this, value, offset, 2, 0x7fff, -0x8000)\\n  if (Buffer.TYPED_ARRAY_SUPPORT) {\\n    this[offset] = (value & 0xff)\\n    this[offset + 1] = (value >>> 8)\\n  } else {\\n    objectWriteUInt16(this, value, offset, true)\\n  }\\n  return offset + 2\\n}\\n\\nBuffer.prototype.writeInt16BE = function writeInt16BE (value, offset, noAssert) {\\n  value = +value\\n  offset = offset | 0\\n  if (!noAssert) checkInt(this, value, offset, 2, 0x7fff, -0x8000)\\n  if (Buffer.TYPED_ARRAY_SUPPORT) {\\n    this[offset] = (value >>> 8)\\n    this[offset + 1] = (value & 0xff)\\n  } else {\\n    objectWriteUInt16(this, value, offset, false)\\n  }\\n  return offset + 2\\n}\\n\\nBuffer.prototype.writeInt32LE = function writeInt32LE (value, offset, noAssert) {\\n  value = +value\\n  offset = offset | 0\\n  if (!noAssert) checkInt(this, value, offset, 4, 0x7fffffff, -0x80000000)\\n  if (Buffer.TYPED_ARRAY_SUPPORT) {\\n    this[offset] = (value & 0xff)\\n    this[offset + 1] = (value >>> 8)\\n    this[offset + 2] = (value >>> 16)\\n    this[offset + 3] = (value >>> 24)\\n  } else {\\n    objectWriteUInt32(this, value, offset, true)\\n  }\\n  return offset + 4\\n}\\n\\nBuffer.prototype.writeInt32BE = function writeInt32BE (value, offset, noAssert) {\\n  value = +value\\n  offset = offset | 0\\n  if (!noAssert) checkInt(this, value, offset, 4, 0x7fffffff, -0x80000000)\\n  if (value < 0) value = 0xffffffff + value + 1\\n  if (Buffer.TYPED_ARRAY_SUPPORT) {\\n    this[offset] = (value >>> 24)\\n    this[offset + 1] = (value >>> 16)\\n    this[offset + 2] = (value >>> 8)\\n    this[offset + 3] = (value & 0xff)\\n  } else {\\n    objectWriteUInt32(this, value, offset, false)\\n  }\\n  return offset + 4\\n}\\n\\nfunction checkIEEE754 (buf, value, offset, ext, max, min) {\\n  if (offset + ext > buf.length) throw new RangeError('Index out of range')\\n  if (offset < 0) throw new RangeError('Index out of range')\\n}\\n\\nfunction writeFloat (buf, value, offset, littleEndian, noAssert) {\\n  if (!noAssert) {\\n    checkIEEE754(buf, value, offset, 4, 3.4028234663852886e+38, -3.4028234663852886e+38)\\n  }\\n  ieee754.write(buf, value, offset, littleEndian, 23, 4)\\n  return offset + 4\\n}\\n\\nBuffer.prototype.writeFloatLE = function writeFloatLE (value, offset, noAssert) {\\n  return writeFloat(this, value, offset, true, noAssert)\\n}\\n\\nBuffer.prototype.writeFloatBE = function writeFloatBE (value, offset, noAssert) {\\n  return writeFloat(this, value, offset, false, noAssert)\\n}\\n\\nfunction writeDouble (buf, value, offset, littleEndian, noAssert) {\\n  if (!noAssert) {\\n    checkIEEE754(buf, value, offset, 8, 1.7976931348623157E+308, -1.7976931348623157E+308)\\n  }\\n  ieee754.write(buf, value, offset, littleEndian, 52, 8)\\n  return offset + 8\\n}\\n\\nBuffer.prototype.writeDoubleLE = function writeDoubleLE (value, offset, noAssert) {\\n  return writeDouble(this, value, offset, true, noAssert)\\n}\\n\\nBuffer.prototype.writeDoubleBE = function writeDoubleBE (value, offset, noAssert) {\\n  return writeDouble(this, value, offset, false, noAssert)\\n}\\n\\n// copy(targetBuffer, targetStart=0, sourceStart=0, sourceEnd=buffer.length)\\nBuffer.prototype.copy = function copy (target, targetStart, start, end) {\\n  if (!start) start = 0\\n  if (!end && end !== 0) end = this.length\\n  if (targetStart >= target.length) targetStart = target.length\\n  if (!targetStart) targetStart = 0\\n  if (end > 0 && end < start) end = start\\n\\n  // Copy 0 bytes; we're done\\n  if (end === start) return 0\\n  if (target.length === 0 || this.length === 0) return 0\\n\\n  // Fatal error conditions\\n  if (targetStart < 0) {\\n    throw new RangeError('targetStart out of bounds')\\n  }\\n  if (start < 0 || start >= this.length) throw new RangeError('sourceStart out of bounds')\\n  if (end < 0) throw new RangeError('sourceEnd out of bounds')\\n\\n  // Are we oob?\\n  if (end > this.length) end = this.length\\n  if (target.length - targetStart < end - start) {\\n    end = target.length - targetStart + start\\n  }\\n\\n  var len = end - start\\n  var i\\n\\n  if (this === target && start < targetStart && targetStart < end) {\\n    // descending copy from end\\n    for (i = len - 1; i >= 0; --i) {\\n      target[i + targetStart] = this[i + start]\\n    }\\n  } else if (len < 1000 || !Buffer.TYPED_ARRAY_SUPPORT) {\\n    // ascending copy from start\\n    for (i = 0; i < len; ++i) {\\n      target[i + targetStart] = this[i + start]\\n    }\\n  } else {\\n    Uint8Array.prototype.set.call(\\n      target,\\n      this.subarray(start, start + len),\\n      targetStart\\n    )\\n  }\\n\\n  return len\\n}\\n\\n// Usage:\\n//    buffer.fill(number[, offset[, end]])\\n//    buffer.fill(buffer[, offset[, end]])\\n//    buffer.fill(string[, offset[, end]][, encoding])\\nBuffer.prototype.fill = function fill (val, start, end, encoding) {\\n  // Handle string cases:\\n  if (typeof val === 'string') {\\n    if (typeof start === 'string') {\\n      encoding = start\\n      start = 0\\n      end = this.length\\n    } else if (typeof end === 'string') {\\n      encoding = end\\n      end = this.length\\n    }\\n    if (val.length === 1) {\\n      var code = val.charCodeAt(0)\\n      if (code < 256) {\\n        val = code\\n      }\\n    }\\n    if (encoding !== undefined && typeof encoding !== 'string') {\\n      throw new TypeError('encoding must be a string')\\n    }\\n    if (typeof encoding === 'string' && !Buffer.isEncoding(encoding)) {\\n      throw new TypeError('Unknown encoding: ' + encoding)\\n    }\\n  } else if (typeof val === 'number') {\\n    val = val & 255\\n  }\\n\\n  // Invalid ranges are not set to a default, so can range check early.\\n  if (start < 0 || this.length < start || this.length < end) {\\n    throw new RangeError('Out of range index')\\n  }\\n\\n  if (end <= start) {\\n    return this\\n  }\\n\\n  start = start >>> 0\\n  end = end === undefined ? this.length : end >>> 0\\n\\n  if (!val) val = 0\\n\\n  var i\\n  if (typeof val === 'number') {\\n    for (i = start; i < end; ++i) {\\n      this[i] = val\\n    }\\n  } else {\\n    var bytes = Buffer.isBuffer(val)\\n      ? val\\n      : utf8ToBytes(new Buffer(val, encoding).toString())\\n    var len = bytes.length\\n    for (i = 0; i < end - start; ++i) {\\n      this[i + start] = bytes[i % len]\\n    }\\n  }\\n\\n  return this\\n}\\n\\n// HELPER FUNCTIONS\\n// ================\\n\\nvar INVALID_BASE64_RE = /[^+\\\\/0-9A-Za-z-_]/g\\n\\nfunction base64clean (str) {\\n  // Node strips out invalid characters like \\\\n and \\\\t from the string, base64-js does not\\n  str = stringtrim(str).replace(INVALID_BASE64_RE, '')\\n  // Node converts strings with length < 2 to ''\\n  if (str.length < 2) return ''\\n  // Node allows for non-padded base64 strings (missing trailing ===), base64-js does not\\n  while (str.length % 4 !== 0) {\\n    str = str + '='\\n  }\\n  return str\\n}\\n\\nfunction stringtrim (str) {\\n  if (str.trim) return str.trim()\\n  return str.replace(/^\\\\s+|\\\\s+$/g, '')\\n}\\n\\nfunction toHex (n) {\\n  if (n < 16) return '0' + n.toString(16)\\n  return n.toString(16)\\n}\\n\\nfunction utf8ToBytes (string, units) {\\n  units = units || Infinity\\n  var codePoint\\n  var length = string.length\\n  var leadSurrogate = null\\n  var bytes = []\\n\\n  for (var i = 0; i < length; ++i) {\\n    codePoint = string.charCodeAt(i)\\n\\n    // is surrogate component\\n    if (codePoint > 0xD7FF && codePoint < 0xE000) {\\n      // last char was a lead\\n      if (!leadSurrogate) {\\n        // no lead yet\\n        if (codePoint > 0xDBFF) {\\n          // unexpected trail\\n          if ((units -= 3) > -1) bytes.push(0xEF, 0xBF, 0xBD)\\n          continue\\n        } else if (i + 1 === length) {\\n          // unpaired lead\\n          if ((units -= 3) > -1) bytes.push(0xEF, 0xBF, 0xBD)\\n          continue\\n        }\\n\\n        // valid lead\\n        leadSurrogate = codePoint\\n\\n        continue\\n      }\\n\\n      // 2 leads in a row\\n      if (codePoint < 0xDC00) {\\n        if ((units -= 3) > -1) bytes.push(0xEF, 0xBF, 0xBD)\\n        leadSurrogate = codePoint\\n        continue\\n      }\\n\\n      // valid surrogate pair\\n      codePoint = (leadSurrogate - 0xD800 << 10 | codePoint - 0xDC00) + 0x10000\\n    } else if (leadSurrogate) {\\n      // valid bmp char, but last char was a lead\\n      if ((units -= 3) > -1) bytes.push(0xEF, 0xBF, 0xBD)\\n    }\\n\\n    leadSurrogate = null\\n\\n    // encode utf8\\n    if (codePoint < 0x80) {\\n      if ((units -= 1) < 0) break\\n      bytes.push(codePoint)\\n    } else if (codePoint < 0x800) {\\n      if ((units -= 2) < 0) break\\n      bytes.push(\\n        codePoint >> 0x6 | 0xC0,\\n        codePoint & 0x3F | 0x80\\n      )\\n    } else if (codePoint < 0x10000) {\\n      if ((units -= 3) < 0) break\\n      bytes.push(\\n        codePoint >> 0xC | 0xE0,\\n        codePoint >> 0x6 & 0x3F | 0x80,\\n        codePoint & 0x3F | 0x80\\n      )\\n    } else if (codePoint < 0x110000) {\\n      if ((units -= 4) < 0) break\\n      bytes.push(\\n        codePoint >> 0x12 | 0xF0,\\n        codePoint >> 0xC & 0x3F | 0x80,\\n        codePoint >> 0x6 & 0x3F | 0x80,\\n        codePoint & 0x3F | 0x80\\n      )\\n    } else {\\n      throw new Error('Invalid code point')\\n    }\\n  }\\n\\n  return bytes\\n}\\n\\nfunction asciiToBytes (str) {\\n  var byteArray = []\\n  for (var i = 0; i < str.length; ++i) {\\n    // Node's code seems to be doing this and not & 0x7F..\\n    byteArray.push(str.charCodeAt(i) & 0xFF)\\n  }\\n  return byteArray\\n}\\n\\nfunction utf16leToBytes (str, units) {\\n  var c, hi, lo\\n  var byteArray = []\\n  for (var i = 0; i < str.length; ++i) {\\n    if ((units -= 2) < 0) break\\n\\n    c = str.charCodeAt(i)\\n    hi = c >> 8\\n    lo = c % 256\\n    byteArray.push(lo)\\n    byteArray.push(hi)\\n  }\\n\\n  return byteArray\\n}\\n\\nfunction base64ToBytes (str) {\\n  return base64.toByteArray(base64clean(str))\\n}\\n\\nfunction blitBuffer (src, dst, offset, length) {\\n  for (var i = 0; i < length; ++i) {\\n    if ((i + offset >= dst.length) || (i >= src.length)) break\\n    dst[i + offset] = src[i]\\n  }\\n  return i\\n}\\n\\nfunction isnan (val) {\\n  return val !== val // eslint-disable-line no-self-compare\\n}\\n\"\n    },\n    {\n      \"id\": 2,\n      \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/webpack/buildin/global.js\",\n      \"name\": \"(webpack)/buildin/global.js\",\n      \"index\": 41,\n      \"index2\": 39,\n      \"size\": 489,\n      \"cacheable\": true,\n      \"built\": true,\n      \"optional\": false,\n      \"prefetched\": false,\n      \"chunks\": [\n        2,\n        3,\n        4\n      ],\n      \"issuer\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/background.js\",\n      \"issuerId\": 192,\n      \"issuerName\": \"./chrome/extension/background.js\",\n      \"issuerPath\": [\n        {\n          \"id\": 191,\n          \"identifier\": \"multi /Users/jarred/Code/styleurl/webpack/customPublicPath /Users/jarred/Code/styleurl/chrome/extension/background\",\n          \"name\": \"multi ./webpack/customPublicPath ./chrome/extension/background\",\n          \"profile\": {\n            \"factory\": 0,\n            \"building\": 0,\n            \"dependencies\": 54\n          }\n        },\n        {\n          \"id\": 192,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/background.js\",\n          \"name\": \"./chrome/extension/background.js\",\n          \"profile\": {\n            \"factory\": 54,\n            \"building\": 639,\n            \"dependencies\": 140\n          }\n        }\n      ],\n      \"profile\": {\n        \"factory\": 140,\n        \"building\": 568,\n        \"dependencies\": 1\n      },\n      \"failed\": false,\n      \"errors\": 0,\n      \"warnings\": 0,\n      \"assets\": [],\n      \"reasons\": [\n        {\n          \"moduleId\": 1,\n          \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/buffer/index.js\",\n          \"module\": \"./node_modules/buffer/index.js\",\n          \"moduleName\": \"./node_modules/buffer/index.js\",\n          \"type\": \"cjs require\",\n          \"userRequest\": \"global\",\n          \"loc\": \"1:0-41\"\n        },\n        {\n          \"moduleId\": 23,\n          \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_freeGlobal.js\",\n          \"module\": \"./node_modules/lodash/_freeGlobal.js\",\n          \"moduleName\": \"./node_modules/lodash/_freeGlobal.js\",\n          \"type\": \"cjs require\",\n          \"userRequest\": \"global\",\n          \"loc\": \"1:0-41\"\n        },\n        {\n          \"moduleId\": 26,\n          \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/timers-browserify/main.js\",\n          \"module\": \"./node_modules/timers-browserify/main.js\",\n          \"moduleName\": \"./node_modules/timers-browserify/main.js\",\n          \"type\": \"cjs require\",\n          \"userRequest\": \"global\",\n          \"loc\": \"1:0-41\"\n        },\n        {\n          \"moduleId\": 38,\n          \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/util/util.js\",\n          \"module\": \"./node_modules/util/util.js\",\n          \"moduleName\": \"./node_modules/util/util.js\",\n          \"type\": \"cjs require\",\n          \"userRequest\": \"global\",\n          \"loc\": \"1:0-41\"\n        },\n        {\n          \"moduleId\": 128,\n          \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/bluebird/js/browser/bluebird.js\",\n          \"module\": \"./node_modules/bluebird/js/browser/bluebird.js\",\n          \"moduleName\": \"./node_modules/bluebird/js/browser/bluebird.js\",\n          \"type\": \"cjs require\",\n          \"userRequest\": \"global\",\n          \"loc\": \"1:0-47\"\n        },\n        {\n          \"moduleId\": 129,\n          \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/setimmediate/setImmediate.js\",\n          \"module\": \"./node_modules/setimmediate/setImmediate.js\",\n          \"moduleName\": \"./node_modules/setimmediate/setImmediate.js\",\n          \"type\": \"cjs require\",\n          \"userRequest\": \"global\",\n          \"loc\": \"1:0-41\"\n        },\n        {\n          \"moduleId\": 131,\n          \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/assert/assert.js\",\n          \"module\": \"./node_modules/assert/assert.js\",\n          \"moduleName\": \"./node_modules/assert/assert.js\",\n          \"type\": \"cjs require\",\n          \"userRequest\": \"global\",\n          \"loc\": \"1:0-41\"\n        },\n        {\n          \"moduleId\": 133,\n          \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/buffer-shims/index.js\",\n          \"module\": \"./node_modules/buffer-shims/index.js\",\n          \"moduleName\": \"./node_modules/buffer-shims/index.js\",\n          \"type\": \"cjs require\",\n          \"userRequest\": \"global\",\n          \"loc\": \"1:0-41\"\n        },\n        {\n          \"moduleId\": 153,\n          \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/util-deprecate/browser.js\",\n          \"module\": \"./node_modules/util-deprecate/browser.js\",\n          \"moduleName\": \"./node_modules/util-deprecate/browser.js\",\n          \"type\": \"cjs require\",\n          \"userRequest\": \"global\",\n          \"loc\": \"1:0-41\"\n        },\n        {\n          \"moduleId\": 157,\n          \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/stream-http/index.js\",\n          \"module\": \"./node_modules/stream-http/index.js\",\n          \"moduleName\": \"./node_modules/stream-http/index.js\",\n          \"type\": \"cjs require\",\n          \"userRequest\": \"global\",\n          \"loc\": \"1:0-41\"\n        },\n        {\n          \"moduleId\": 158,\n          \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/stream-http/lib/capability.js\",\n          \"module\": \"./node_modules/stream-http/lib/capability.js\",\n          \"moduleName\": \"./node_modules/stream-http/lib/capability.js\",\n          \"type\": \"cjs require\",\n          \"userRequest\": \"global\",\n          \"loc\": \"1:0-44\"\n        },\n        {\n          \"moduleId\": 159,\n          \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/stream-http/lib/response.js\",\n          \"module\": \"./node_modules/stream-http/lib/response.js\",\n          \"moduleName\": \"./node_modules/stream-http/lib/response.js\",\n          \"type\": \"cjs require\",\n          \"userRequest\": \"global\",\n          \"loc\": \"1:0-44\"\n        },\n        {\n          \"moduleId\": 161,\n          \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/stream-http/node_modules/readable-stream/lib/_stream_readable.js\",\n          \"module\": \"./node_modules/stream-http/node_modules/readable-stream/lib/_stream_readable.js\",\n          \"moduleName\": \"./node_modules/stream-http/node_modules/readable-stream/lib/_stream_readable.js\",\n          \"type\": \"cjs require\",\n          \"userRequest\": \"global\",\n          \"loc\": \"1:0-50\"\n        },\n        {\n          \"moduleId\": 164,\n          \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/stream-http/node_modules/readable-stream/lib/_stream_writable.js\",\n          \"module\": \"./node_modules/stream-http/node_modules/readable-stream/lib/_stream_writable.js\",\n          \"moduleName\": \"./node_modules/stream-http/node_modules/readable-stream/lib/_stream_writable.js\",\n          \"type\": \"cjs require\",\n          \"userRequest\": \"global\",\n          \"loc\": \"1:0-50\"\n        },\n        {\n          \"moduleId\": 192,\n          \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/background.js\",\n          \"module\": \"./chrome/extension/background.js\",\n          \"moduleName\": \"./chrome/extension/background.js\",\n          \"type\": \"cjs require\",\n          \"userRequest\": \"global\",\n          \"loc\": \"1:0-57\"\n        },\n        {\n          \"moduleId\": 273,\n          \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/punycode/punycode.js\",\n          \"module\": \"./node_modules/punycode/punycode.js\",\n          \"moduleName\": \"./node_modules/punycode/punycode.js\",\n          \"type\": \"cjs require\",\n          \"userRequest\": \"global\",\n          \"loc\": \"1:0-41\"\n        },\n        {\n          \"moduleId\": 294,\n          \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/stream-http/lib/request.js\",\n          \"module\": \"./node_modules/stream-http/lib/request.js\",\n          \"moduleName\": \"./node_modules/stream-http/lib/request.js\",\n          \"type\": \"cjs require\",\n          \"userRequest\": \"global\",\n          \"loc\": \"1:0-44\"\n        },\n        {\n          \"moduleId\": 336,\n          \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/lodash.js\",\n          \"module\": \"./node_modules/lodash/lodash.js\",\n          \"moduleName\": \"./node_modules/lodash/lodash.js\",\n          \"type\": \"cjs require\",\n          \"userRequest\": \"global\",\n          \"loc\": \"1:0-41\"\n        }\n      ],\n      \"usedExports\": true,\n      \"providedExports\": null,\n      \"optimizationBailout\": [\n        \"ModuleConcatenation bailout: Module is not an ECMAScript module\"\n      ],\n      \"depth\": 2,\n      \"source\": \"var g;\\n\\n// This works in non-strict mode\\ng = (function() {\\n\\treturn this;\\n})();\\n\\ntry {\\n\\t// This works if eval is allowed (see CSP)\\n\\tg = g || Function(\\\"return this\\\")() || (1, eval)(\\\"this\\\");\\n} catch (e) {\\n\\t// This works if the window reference is available\\n\\tif (typeof window === \\\"object\\\") g = window;\\n}\\n\\n// g can still be undefined, but nothing to do about it...\\n// We return undefined, instead of nothing here, so it's\\n// easier to handle this case. if(!global) { ...}\\n\\nmodule.exports = g;\\n\"\n    },\n    {\n      \"id\": 3,\n      \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/process/browser.js\",\n      \"name\": \"./node_modules/process/browser.js\",\n      \"index\": 206,\n      \"index2\": 203,\n      \"size\": 5418,\n      \"cacheable\": true,\n      \"built\": true,\n      \"optional\": false,\n      \"prefetched\": false,\n      \"chunks\": [\n        2,\n        3\n      ],\n      \"issuer\": \"/Users/jarred/Code/styleurl/node_modules/bluebird/js/browser/bluebird.js\",\n      \"issuerId\": 128,\n      \"issuerName\": \"./node_modules/bluebird/js/browser/bluebird.js\",\n      \"issuerPath\": [\n        {\n          \"id\": 342,\n          \"identifier\": \"multi /Users/jarred/Code/styleurl/webpack/customPublicPath /Users/jarred/Code/styleurl/chrome/extension/devtools\",\n          \"name\": \"multi ./webpack/customPublicPath ./chrome/extension/devtools\",\n          \"profile\": {\n            \"factory\": 0,\n            \"building\": 0,\n            \"dependencies\": 54\n          }\n        },\n        {\n          \"id\": 343,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/devtools.js\",\n          \"name\": \"./chrome/extension/devtools.js\",\n          \"profile\": {\n            \"factory\": 55,\n            \"building\": 548\n          }\n        },\n        {\n          \"id\": 128,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/bluebird/js/browser/bluebird.js\",\n          \"name\": \"./node_modules/bluebird/js/browser/bluebird.js\",\n          \"profile\": {\n            \"factory\": 230,\n            \"building\": 567,\n            \"dependencies\": 245\n          }\n        }\n      ],\n      \"profile\": {\n        \"factory\": 25,\n        \"building\": 24,\n        \"dependencies\": 1\n      },\n      \"failed\": false,\n      \"errors\": 0,\n      \"warnings\": 0,\n      \"assets\": [],\n      \"reasons\": [\n        {\n          \"moduleId\": 32,\n          \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/process-nextick-args/index.js\",\n          \"module\": \"./node_modules/process-nextick-args/index.js\",\n          \"moduleName\": \"./node_modules/process-nextick-args/index.js\",\n          \"type\": \"cjs require\",\n          \"userRequest\": \"process\",\n          \"loc\": \"1:0-34\"\n        },\n        {\n          \"moduleId\": 38,\n          \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/util/util.js\",\n          \"module\": \"./node_modules/util/util.js\",\n          \"moduleName\": \"./node_modules/util/util.js\",\n          \"type\": \"cjs require\",\n          \"userRequest\": \"process\",\n          \"loc\": \"1:0-34\"\n        },\n        {\n          \"moduleId\": 70,\n          \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/path-browserify/index.js\",\n          \"module\": \"./node_modules/path-browserify/index.js\",\n          \"moduleName\": \"./node_modules/path-browserify/index.js\",\n          \"type\": \"cjs require\",\n          \"userRequest\": \"process\",\n          \"loc\": \"1:0-34\"\n        },\n        {\n          \"moduleId\": 128,\n          \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/bluebird/js/browser/bluebird.js\",\n          \"module\": \"./node_modules/bluebird/js/browser/bluebird.js\",\n          \"moduleName\": \"./node_modules/bluebird/js/browser/bluebird.js\",\n          \"type\": \"cjs require\",\n          \"userRequest\": \"process\",\n          \"loc\": \"1:0-40\"\n        },\n        {\n          \"moduleId\": 129,\n          \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/setimmediate/setImmediate.js\",\n          \"module\": \"./node_modules/setimmediate/setImmediate.js\",\n          \"moduleName\": \"./node_modules/setimmediate/setImmediate.js\",\n          \"type\": \"cjs require\",\n          \"userRequest\": \"process\",\n          \"loc\": \"1:0-34\"\n        },\n        {\n          \"moduleId\": 134,\n          \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/readable-stream/lib/_stream_writable.js\",\n          \"module\": \"./node_modules/readable-stream/lib/_stream_writable.js\",\n          \"moduleName\": \"./node_modules/readable-stream/lib/_stream_writable.js\",\n          \"type\": \"cjs require\",\n          \"userRequest\": \"process\",\n          \"loc\": \"1:0-37\"\n        },\n        {\n          \"moduleId\": 149,\n          \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/memfs/lib/process.js\",\n          \"module\": \"./node_modules/memfs/lib/process.js\",\n          \"moduleName\": \"./node_modules/memfs/lib/process.js\",\n          \"type\": \"cjs require\",\n          \"userRequest\": \"process\",\n          \"loc\": \"1:0-37\"\n        },\n        {\n          \"moduleId\": 149,\n          \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/memfs/lib/process.js\",\n          \"module\": \"./node_modules/memfs/lib/process.js\",\n          \"moduleName\": \"./node_modules/memfs/lib/process.js\",\n          \"type\": \"cjs require\",\n          \"userRequest\": \"process\",\n          \"loc\": \"8:16-34\"\n        },\n        {\n          \"moduleId\": 151,\n          \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/readable-stream/lib/_stream_readable.js\",\n          \"module\": \"./node_modules/readable-stream/lib/_stream_readable.js\",\n          \"moduleName\": \"./node_modules/readable-stream/lib/_stream_readable.js\",\n          \"type\": \"cjs require\",\n          \"userRequest\": \"process\",\n          \"loc\": \"1:0-37\"\n        },\n        {\n          \"moduleId\": 159,\n          \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/stream-http/lib/response.js\",\n          \"module\": \"./node_modules/stream-http/lib/response.js\",\n          \"moduleName\": \"./node_modules/stream-http/lib/response.js\",\n          \"type\": \"cjs require\",\n          \"userRequest\": \"process\",\n          \"loc\": \"1:0-37\"\n        },\n        {\n          \"moduleId\": 161,\n          \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/stream-http/node_modules/readable-stream/lib/_stream_readable.js\",\n          \"module\": \"./node_modules/stream-http/node_modules/readable-stream/lib/_stream_readable.js\",\n          \"moduleName\": \"./node_modules/stream-http/node_modules/readable-stream/lib/_stream_readable.js\",\n          \"type\": \"cjs require\",\n          \"userRequest\": \"process\",\n          \"loc\": \"1:0-43\"\n        },\n        {\n          \"moduleId\": 164,\n          \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/stream-http/node_modules/readable-stream/lib/_stream_writable.js\",\n          \"module\": \"./node_modules/stream-http/node_modules/readable-stream/lib/_stream_writable.js\",\n          \"moduleName\": \"./node_modules/stream-http/node_modules/readable-stream/lib/_stream_writable.js\",\n          \"type\": \"cjs require\",\n          \"userRequest\": \"process\",\n          \"loc\": \"1:0-43\"\n        },\n        {\n          \"moduleId\": 257,\n          \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/native-css/src/native-css.js\",\n          \"module\": \"./node_modules/native-css/src/native-css.js\",\n          \"moduleName\": \"./node_modules/native-css/src/native-css.js\",\n          \"type\": \"cjs require\",\n          \"userRequest\": \"process\",\n          \"loc\": \"1:0-37\"\n        },\n        {\n          \"moduleId\": 259,\n          \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/native-css/lib/index.js\",\n          \"module\": \"./node_modules/native-css/lib/index.js\",\n          \"moduleName\": \"./node_modules/native-css/lib/index.js\",\n          \"type\": \"cjs require\",\n          \"userRequest\": \"process\",\n          \"loc\": \"1:0-37\"\n        },\n        {\n          \"moduleId\": 278,\n          \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/fs-monkey/lib/correctPath.js\",\n          \"module\": \"./node_modules/fs-monkey/lib/correctPath.js\",\n          \"moduleName\": \"./node_modules/fs-monkey/lib/correctPath.js\",\n          \"type\": \"cjs require\",\n          \"userRequest\": \"process\",\n          \"loc\": \"1:0-37\"\n        },\n        {\n          \"moduleId\": 293,\n          \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/fetch/lib/fetch.js\",\n          \"module\": \"./node_modules/fetch/lib/fetch.js\",\n          \"moduleName\": \"./node_modules/fetch/lib/fetch.js\",\n          \"type\": \"cjs require\",\n          \"userRequest\": \"process\",\n          \"loc\": \"1:0-37\"\n        },\n        {\n          \"moduleId\": 294,\n          \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/stream-http/lib/request.js\",\n          \"module\": \"./node_modules/stream-http/lib/request.js\",\n          \"moduleName\": \"./node_modules/stream-http/lib/request.js\",\n          \"type\": \"cjs require\",\n          \"userRequest\": \"process\",\n          \"loc\": \"1:0-37\"\n        },\n        {\n          \"moduleId\": 302,\n          \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/browserify-zlib/lib/index.js\",\n          \"module\": \"./node_modules/browserify-zlib/lib/index.js\",\n          \"moduleName\": \"./node_modules/browserify-zlib/lib/index.js\",\n          \"type\": \"cjs require\",\n          \"userRequest\": \"process\",\n          \"loc\": \"1:0-37\"\n        },\n        {\n          \"moduleId\": 303,\n          \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/browserify-zlib/lib/binding.js\",\n          \"module\": \"./node_modules/browserify-zlib/lib/binding.js\",\n          \"moduleName\": \"./node_modules/browserify-zlib/lib/binding.js\",\n          \"type\": \"cjs require\",\n          \"userRequest\": \"process\",\n          \"loc\": \"1:0-37\"\n        },\n        {\n          \"moduleId\": 314,\n          \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/iconv-lite/lib/index.js\",\n          \"module\": \"./node_modules/iconv-lite/lib/index.js\",\n          \"moduleName\": \"./node_modules/iconv-lite/lib/index.js\",\n          \"type\": \"cjs require\",\n          \"userRequest\": \"process\",\n          \"loc\": \"1:0-37\"\n        }\n      ],\n      \"usedExports\": true,\n      \"providedExports\": null,\n      \"optimizationBailout\": [\n        \"ModuleConcatenation bailout: Module is not an ECMAScript module\"\n      ],\n      \"depth\": 3,\n      \"source\": \"// shim for using process in browser\\nvar process = module.exports = {};\\n\\n// cached from whatever global is present so that test runners that stub it\\n// don't break things.  But we need to wrap it in a try catch in case it is\\n// wrapped in strict mode code which doesn't define any globals.  It's inside a\\n// function because try/catches deoptimize in certain engines.\\n\\nvar cachedSetTimeout;\\nvar cachedClearTimeout;\\n\\nfunction defaultSetTimout() {\\n    throw new Error('setTimeout has not been defined');\\n}\\nfunction defaultClearTimeout () {\\n    throw new Error('clearTimeout has not been defined');\\n}\\n(function () {\\n    try {\\n        if (typeof setTimeout === 'function') {\\n            cachedSetTimeout = setTimeout;\\n        } else {\\n            cachedSetTimeout = defaultSetTimout;\\n        }\\n    } catch (e) {\\n        cachedSetTimeout = defaultSetTimout;\\n    }\\n    try {\\n        if (typeof clearTimeout === 'function') {\\n            cachedClearTimeout = clearTimeout;\\n        } else {\\n            cachedClearTimeout = defaultClearTimeout;\\n        }\\n    } catch (e) {\\n        cachedClearTimeout = defaultClearTimeout;\\n    }\\n} ())\\nfunction runTimeout(fun) {\\n    if (cachedSetTimeout === setTimeout) {\\n        //normal enviroments in sane situations\\n        return setTimeout(fun, 0);\\n    }\\n    // if setTimeout wasn't available but was latter defined\\n    if ((cachedSetTimeout === defaultSetTimout || !cachedSetTimeout) && setTimeout) {\\n        cachedSetTimeout = setTimeout;\\n        return setTimeout(fun, 0);\\n    }\\n    try {\\n        // when when somebody has screwed with setTimeout but no I.E. maddness\\n        return cachedSetTimeout(fun, 0);\\n    } catch(e){\\n        try {\\n            // When we are in I.E. but the script has been evaled so I.E. doesn't trust the global object when called normally\\n            return cachedSetTimeout.call(null, fun, 0);\\n        } catch(e){\\n            // same as above but when it's a version of I.E. that must have the global object for 'this', hopfully our context correct otherwise it will throw a global error\\n            return cachedSetTimeout.call(this, fun, 0);\\n        }\\n    }\\n\\n\\n}\\nfunction runClearTimeout(marker) {\\n    if (cachedClearTimeout === clearTimeout) {\\n        //normal enviroments in sane situations\\n        return clearTimeout(marker);\\n    }\\n    // if clearTimeout wasn't available but was latter defined\\n    if ((cachedClearTimeout === defaultClearTimeout || !cachedClearTimeout) && clearTimeout) {\\n        cachedClearTimeout = clearTimeout;\\n        return clearTimeout(marker);\\n    }\\n    try {\\n        // when when somebody has screwed with setTimeout but no I.E. maddness\\n        return cachedClearTimeout(marker);\\n    } catch (e){\\n        try {\\n            // When we are in I.E. but the script has been evaled so I.E. doesn't  trust the global object when called normally\\n            return cachedClearTimeout.call(null, marker);\\n        } catch (e){\\n            // same as above but when it's a version of I.E. that must have the global object for 'this', hopfully our context correct otherwise it will throw a global error.\\n            // Some versions of I.E. have different rules for clearTimeout vs setTimeout\\n            return cachedClearTimeout.call(this, marker);\\n        }\\n    }\\n\\n\\n\\n}\\nvar queue = [];\\nvar draining = false;\\nvar currentQueue;\\nvar queueIndex = -1;\\n\\nfunction cleanUpNextTick() {\\n    if (!draining || !currentQueue) {\\n        return;\\n    }\\n    draining = false;\\n    if (currentQueue.length) {\\n        queue = currentQueue.concat(queue);\\n    } else {\\n        queueIndex = -1;\\n    }\\n    if (queue.length) {\\n        drainQueue();\\n    }\\n}\\n\\nfunction drainQueue() {\\n    if (draining) {\\n        return;\\n    }\\n    var timeout = runTimeout(cleanUpNextTick);\\n    draining = true;\\n\\n    var len = queue.length;\\n    while(len) {\\n        currentQueue = queue;\\n        queue = [];\\n        while (++queueIndex < len) {\\n            if (currentQueue) {\\n                currentQueue[queueIndex].run();\\n            }\\n        }\\n        queueIndex = -1;\\n        len = queue.length;\\n    }\\n    currentQueue = null;\\n    draining = false;\\n    runClearTimeout(timeout);\\n}\\n\\nprocess.nextTick = function (fun) {\\n    var args = new Array(arguments.length - 1);\\n    if (arguments.length > 1) {\\n        for (var i = 1; i < arguments.length; i++) {\\n            args[i - 1] = arguments[i];\\n        }\\n    }\\n    queue.push(new Item(fun, args));\\n    if (queue.length === 1 && !draining) {\\n        runTimeout(drainQueue);\\n    }\\n};\\n\\n// v8 likes predictible objects\\nfunction Item(fun, array) {\\n    this.fun = fun;\\n    this.array = array;\\n}\\nItem.prototype.run = function () {\\n    this.fun.apply(null, this.array);\\n};\\nprocess.title = 'browser';\\nprocess.browser = true;\\nprocess.env = {};\\nprocess.argv = [];\\nprocess.version = ''; // empty string to avoid regexp issues\\nprocess.versions = {};\\n\\nfunction noop() {}\\n\\nprocess.on = noop;\\nprocess.addListener = noop;\\nprocess.once = noop;\\nprocess.off = noop;\\nprocess.removeListener = noop;\\nprocess.removeAllListeners = noop;\\nprocess.emit = noop;\\nprocess.prependListener = noop;\\nprocess.prependOnceListener = noop;\\n\\nprocess.listeners = function (name) { return [] }\\n\\nprocess.binding = function (name) {\\n    throw new Error('process.binding is not supported');\\n};\\n\\nprocess.cwd = function () { return '/' };\\nprocess.chdir = function (dir) {\\n    throw new Error('process.chdir is not supported');\\n};\\nprocess.umask = function() { return 0; };\\n\"\n    },\n    {\n      \"id\": 4,\n      \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_root.js\",\n      \"name\": \"./node_modules/lodash/_root.js\",\n      \"index\": 68,\n      \"index2\": 55,\n      \"size\": 300,\n      \"cacheable\": true,\n      \"built\": true,\n      \"optional\": false,\n      \"prefetched\": false,\n      \"chunks\": [\n        2,\n        3,\n        4\n      ],\n      \"issuer\": \"/Users/jarred/Code/styleurl/node_modules/lodash/isBuffer.js\",\n      \"issuerId\": 28,\n      \"issuerName\": \"./node_modules/lodash/isBuffer.js\",\n      \"issuerPath\": [\n        {\n          \"id\": 342,\n          \"identifier\": \"multi /Users/jarred/Code/styleurl/webpack/customPublicPath /Users/jarred/Code/styleurl/chrome/extension/devtools\",\n          \"name\": \"multi ./webpack/customPublicPath ./chrome/extension/devtools\",\n          \"profile\": {\n            \"factory\": 0,\n            \"building\": 0,\n            \"dependencies\": 54\n          }\n        },\n        {\n          \"id\": 343,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/devtools.js\",\n          \"name\": \"./chrome/extension/devtools.js\",\n          \"profile\": {\n            \"factory\": 55,\n            \"building\": 548\n          }\n        },\n        {\n          \"id\": 345,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/isEmpty.js\",\n          \"name\": \"./node_modules/lodash/isEmpty.js\",\n          \"profile\": {\n            \"factory\": 230,\n            \"building\": 567,\n            \"dependencies\": 245\n          }\n        },\n        {\n          \"id\": 28,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/isBuffer.js\",\n          \"name\": \"./node_modules/lodash/isBuffer.js\",\n          \"profile\": {\n            \"factory\": 247,\n            \"building\": 72,\n            \"dependencies\": 1\n          }\n        }\n      ],\n      \"profile\": {\n        \"factory\": 85,\n        \"building\": 100\n      },\n      \"failed\": false,\n      \"errors\": 0,\n      \"warnings\": 0,\n      \"assets\": [],\n      \"reasons\": [\n        {\n          \"moduleId\": 13,\n          \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_Symbol.js\",\n          \"module\": \"./node_modules/lodash/_Symbol.js\",\n          \"moduleName\": \"./node_modules/lodash/_Symbol.js\",\n          \"type\": \"cjs require\",\n          \"userRequest\": \"./_root\",\n          \"loc\": \"1:11-29\"\n        },\n        {\n          \"moduleId\": 28,\n          \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/isBuffer.js\",\n          \"module\": \"./node_modules/lodash/isBuffer.js\",\n          \"moduleName\": \"./node_modules/lodash/isBuffer.js\",\n          \"type\": \"cjs require\",\n          \"userRequest\": \"./_root\",\n          \"loc\": \"1:11-29\"\n        },\n        {\n          \"moduleId\": 42,\n          \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_Map.js\",\n          \"module\": \"./node_modules/lodash/_Map.js\",\n          \"moduleName\": \"./node_modules/lodash/_Map.js\",\n          \"type\": \"cjs require\",\n          \"userRequest\": \"./_root\",\n          \"loc\": \"2:11-29\"\n        },\n        {\n          \"moduleId\": 91,\n          \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_coreJsData.js\",\n          \"module\": \"./node_modules/lodash/_coreJsData.js\",\n          \"moduleName\": \"./node_modules/lodash/_coreJsData.js\",\n          \"type\": \"cjs require\",\n          \"userRequest\": \"./_root\",\n          \"loc\": \"1:11-29\"\n        },\n        {\n          \"moduleId\": 96,\n          \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_DataView.js\",\n          \"module\": \"./node_modules/lodash/_DataView.js\",\n          \"moduleName\": \"./node_modules/lodash/_DataView.js\",\n          \"type\": \"cjs require\",\n          \"userRequest\": \"./_root\",\n          \"loc\": \"2:11-29\"\n        },\n        {\n          \"moduleId\": 97,\n          \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_Promise.js\",\n          \"module\": \"./node_modules/lodash/_Promise.js\",\n          \"moduleName\": \"./node_modules/lodash/_Promise.js\",\n          \"type\": \"cjs require\",\n          \"userRequest\": \"./_root\",\n          \"loc\": \"2:11-29\"\n        },\n        {\n          \"moduleId\": 98,\n          \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_Set.js\",\n          \"module\": \"./node_modules/lodash/_Set.js\",\n          \"moduleName\": \"./node_modules/lodash/_Set.js\",\n          \"type\": \"cjs require\",\n          \"userRequest\": \"./_root\",\n          \"loc\": \"2:11-29\"\n        },\n        {\n          \"moduleId\": 99,\n          \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_WeakMap.js\",\n          \"module\": \"./node_modules/lodash/_WeakMap.js\",\n          \"moduleName\": \"./node_modules/lodash/_WeakMap.js\",\n          \"type\": \"cjs require\",\n          \"userRequest\": \"./_root\",\n          \"loc\": \"2:11-29\"\n        },\n        {\n          \"moduleId\": 227,\n          \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_Uint8Array.js\",\n          \"module\": \"./node_modules/lodash/_Uint8Array.js\",\n          \"moduleName\": \"./node_modules/lodash/_Uint8Array.js\",\n          \"type\": \"cjs require\",\n          \"userRequest\": \"./_root\",\n          \"loc\": \"1:11-29\"\n        }\n      ],\n      \"usedExports\": true,\n      \"providedExports\": null,\n      \"optimizationBailout\": [\n        \"ModuleConcatenation bailout: Module is not an ECMAScript module\"\n      ],\n      \"depth\": 4,\n      \"source\": \"var freeGlobal = require('./_freeGlobal');\\n\\n/** Detect free variable `self`. */\\nvar freeSelf = typeof self == 'object' && self && self.Object === Object && self;\\n\\n/** Used as a reference to the global object. */\\nvar root = freeGlobal || freeSelf || Function('return this')();\\n\\nmodule.exports = root;\\n\"\n    },\n    {\n      \"id\": 5,\n      \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_baseGetTag.js\",\n      \"name\": \"./node_modules/lodash/_baseGetTag.js\",\n      \"index\": 66,\n      \"index2\": 59,\n      \"size\": 792,\n      \"cacheable\": true,\n      \"built\": true,\n      \"optional\": false,\n      \"prefetched\": false,\n      \"chunks\": [\n        2,\n        3,\n        4\n      ],\n      \"issuer\": \"/Users/jarred/Code/styleurl/node_modules/lodash/isNumber.js\",\n      \"issuerId\": 344,\n      \"issuerName\": \"./node_modules/lodash/isNumber.js\",\n      \"issuerPath\": [\n        {\n          \"id\": 342,\n          \"identifier\": \"multi /Users/jarred/Code/styleurl/webpack/customPublicPath /Users/jarred/Code/styleurl/chrome/extension/devtools\",\n          \"name\": \"multi ./webpack/customPublicPath ./chrome/extension/devtools\",\n          \"profile\": {\n            \"factory\": 0,\n            \"building\": 0,\n            \"dependencies\": 54\n          }\n        },\n        {\n          \"id\": 343,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/devtools.js\",\n          \"name\": \"./chrome/extension/devtools.js\",\n          \"profile\": {\n            \"factory\": 55,\n            \"building\": 548\n          }\n        },\n        {\n          \"id\": 344,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/isNumber.js\",\n          \"name\": \"./node_modules/lodash/isNumber.js\",\n          \"profile\": {\n            \"factory\": 230,\n            \"building\": 567,\n            \"dependencies\": 245\n          }\n        }\n      ],\n      \"profile\": {\n        \"factory\": 248,\n        \"building\": 66\n      },\n      \"failed\": false,\n      \"errors\": 0,\n      \"warnings\": 0,\n      \"assets\": [],\n      \"reasons\": [\n        {\n          \"moduleId\": 27,\n          \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/isFunction.js\",\n          \"module\": \"./node_modules/lodash/isFunction.js\",\n          \"moduleName\": \"./node_modules/lodash/isFunction.js\",\n          \"type\": \"cjs require\",\n          \"userRequest\": \"./_baseGetTag\",\n          \"loc\": \"1:17-41\"\n        },\n        {\n          \"moduleId\": 48,\n          \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_baseIsArguments.js\",\n          \"module\": \"./node_modules/lodash/_baseIsArguments.js\",\n          \"moduleName\": \"./node_modules/lodash/_baseIsArguments.js\",\n          \"type\": \"cjs require\",\n          \"userRequest\": \"./_baseGetTag\",\n          \"loc\": \"1:17-41\"\n        },\n        {\n          \"moduleId\": 50,\n          \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_baseIsTypedArray.js\",\n          \"module\": \"./node_modules/lodash/_baseIsTypedArray.js\",\n          \"moduleName\": \"./node_modules/lodash/_baseIsTypedArray.js\",\n          \"type\": \"cjs require\",\n          \"userRequest\": \"./_baseGetTag\",\n          \"loc\": \"1:17-41\"\n        },\n        {\n          \"moduleId\": 67,\n          \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/isSymbol.js\",\n          \"module\": \"./node_modules/lodash/isSymbol.js\",\n          \"moduleName\": \"./node_modules/lodash/isSymbol.js\",\n          \"type\": \"cjs require\",\n          \"userRequest\": \"./_baseGetTag\",\n          \"loc\": \"1:17-41\"\n        },\n        {\n          \"moduleId\": 95,\n          \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_getTag.js\",\n          \"module\": \"./node_modules/lodash/_getTag.js\",\n          \"moduleName\": \"./node_modules/lodash/_getTag.js\",\n          \"type\": \"cjs require\",\n          \"userRequest\": \"./_baseGetTag\",\n          \"loc\": \"6:17-41\"\n        },\n        {\n          \"moduleId\": 344,\n          \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/isNumber.js\",\n          \"module\": \"./node_modules/lodash/isNumber.js\",\n          \"moduleName\": \"./node_modules/lodash/isNumber.js\",\n          \"type\": \"cjs require\",\n          \"userRequest\": \"./_baseGetTag\",\n          \"loc\": \"1:17-41\"\n        }\n      ],\n      \"usedExports\": true,\n      \"providedExports\": null,\n      \"optimizationBailout\": [\n        \"ModuleConcatenation bailout: Module is not an ECMAScript module\"\n      ],\n      \"depth\": 3,\n      \"source\": \"var Symbol = require('./_Symbol'),\\n    getRawTag = require('./_getRawTag'),\\n    objectToString = require('./_objectToString');\\n\\n/** `Object#toString` result references. */\\nvar nullTag = '[object Null]',\\n    undefinedTag = '[object Undefined]';\\n\\n/** Built-in value references. */\\nvar symToStringTag = Symbol ? Symbol.toStringTag : undefined;\\n\\n/**\\n * The base implementation of `getTag` without fallbacks for buggy environments.\\n *\\n * @private\\n * @param {*} value The value to query.\\n * @returns {string} Returns the `toStringTag`.\\n */\\nfunction baseGetTag(value) {\\n  if (value == null) {\\n    return value === undefined ? undefinedTag : nullTag;\\n  }\\n  return (symToStringTag && symToStringTag in Object(value))\\n    ? getRawTag(value)\\n    : objectToString(value);\\n}\\n\\nmodule.exports = baseGetTag;\\n\"\n    },\n    {\n      \"id\": 6,\n      \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/inherits/inherits_browser.js\",\n      \"name\": \"./node_modules/inherits/inherits_browser.js\",\n      \"index\": 230,\n      \"index2\": 221,\n      \"size\": 672,\n      \"cacheable\": true,\n      \"built\": true,\n      \"optional\": false,\n      \"prefetched\": false,\n      \"chunks\": [\n        2\n      ],\n      \"issuer\": \"/Users/jarred/Code/styleurl/node_modules/stream-browserify/index.js\",\n      \"issuerId\": 39,\n      \"issuerName\": \"./node_modules/stream-browserify/index.js\",\n      \"issuerPath\": [\n        {\n          \"id\": 191,\n          \"identifier\": \"multi /Users/jarred/Code/styleurl/webpack/customPublicPath /Users/jarred/Code/styleurl/chrome/extension/background\",\n          \"name\": \"multi ./webpack/customPublicPath ./chrome/extension/background\",\n          \"profile\": {\n            \"factory\": 0,\n            \"building\": 0,\n            \"dependencies\": 54\n          }\n        },\n        {\n          \"id\": 192,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/background.js\",\n          \"name\": \"./chrome/extension/background.js\",\n          \"profile\": {\n            \"factory\": 54,\n            \"building\": 639,\n            \"dependencies\": 140\n          }\n        },\n        {\n          \"id\": 255,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/stylesheet-differ/lib/index.js\",\n          \"name\": \"./node_modules/stylesheet-differ/lib/index.js\",\n          \"profile\": {\n            \"factory\": 140,\n            \"building\": 568,\n            \"dependencies\": 1\n          }\n        },\n        {\n          \"id\": 256,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/native-css/index.js\",\n          \"name\": \"./node_modules/native-css/index.js\",\n          \"profile\": {\n            \"factory\": 189,\n            \"building\": 603,\n            \"dependencies\": 1\n          }\n        },\n        {\n          \"id\": 257,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/native-css/src/native-css.js\",\n          \"name\": \"./node_modules/native-css/src/native-css.js\",\n          \"profile\": {\n            \"factory\": 26,\n            \"building\": 63,\n            \"dependencies\": 14\n          }\n        },\n        {\n          \"id\": 293,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/fetch/lib/fetch.js\",\n          \"name\": \"./node_modules/fetch/lib/fetch.js\",\n          \"profile\": {\n            \"factory\": 117,\n            \"building\": 25,\n            \"dependencies\": 27\n          }\n        },\n        {\n          \"id\": 39,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/stream-browserify/index.js\",\n          \"name\": \"./node_modules/stream-browserify/index.js\",\n          \"profile\": {\n            \"factory\": 66,\n            \"building\": 38,\n            \"dependencies\": 20\n          }\n        }\n      ],\n      \"profile\": {\n        \"factory\": 83,\n        \"building\": 31,\n        \"dependencies\": 33\n      },\n      \"failed\": false,\n      \"errors\": 0,\n      \"warnings\": 0,\n      \"assets\": [],\n      \"reasons\": [\n        {\n          \"moduleId\": 33,\n          \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/readable-stream/lib/_stream_duplex.js\",\n          \"module\": \"./node_modules/readable-stream/lib/_stream_duplex.js\",\n          \"moduleName\": \"./node_modules/readable-stream/lib/_stream_duplex.js\",\n          \"type\": \"cjs require\",\n          \"userRequest\": \"inherits\",\n          \"loc\": \"26:16-35\"\n        },\n        {\n          \"moduleId\": 39,\n          \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/stream-browserify/index.js\",\n          \"module\": \"./node_modules/stream-browserify/index.js\",\n          \"moduleName\": \"./node_modules/stream-browserify/index.js\",\n          \"type\": \"cjs require\",\n          \"userRequest\": \"inherits\",\n          \"loc\": \"25:15-34\"\n        },\n        {\n          \"moduleId\": 40,\n          \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/stream-http/node_modules/readable-stream/lib/_stream_duplex.js\",\n          \"module\": \"./node_modules/stream-http/node_modules/readable-stream/lib/_stream_duplex.js\",\n          \"moduleName\": \"./node_modules/stream-http/node_modules/readable-stream/lib/_stream_duplex.js\",\n          \"type\": \"cjs require\",\n          \"userRequest\": \"inherits\",\n          \"loc\": \"47:16-35\"\n        },\n        {\n          \"moduleId\": 134,\n          \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/readable-stream/lib/_stream_writable.js\",\n          \"module\": \"./node_modules/readable-stream/lib/_stream_writable.js\",\n          \"moduleName\": \"./node_modules/readable-stream/lib/_stream_writable.js\",\n          \"type\": \"cjs require\",\n          \"userRequest\": \"inherits\",\n          \"loc\": \"25:16-35\"\n        },\n        {\n          \"moduleId\": 151,\n          \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/readable-stream/lib/_stream_readable.js\",\n          \"module\": \"./node_modules/readable-stream/lib/_stream_readable.js\",\n          \"moduleName\": \"./node_modules/readable-stream/lib/_stream_readable.js\",\n          \"type\": \"cjs require\",\n          \"userRequest\": \"inherits\",\n          \"loc\": \"38:16-35\"\n        },\n        {\n          \"moduleId\": 154,\n          \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/readable-stream/lib/_stream_transform.js\",\n          \"module\": \"./node_modules/readable-stream/lib/_stream_transform.js\",\n          \"moduleName\": \"./node_modules/readable-stream/lib/_stream_transform.js\",\n          \"type\": \"cjs require\",\n          \"userRequest\": \"inherits\",\n          \"loc\": \"51:16-35\"\n        },\n        {\n          \"moduleId\": 159,\n          \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/stream-http/lib/response.js\",\n          \"module\": \"./node_modules/stream-http/lib/response.js\",\n          \"moduleName\": \"./node_modules/stream-http/lib/response.js\",\n          \"type\": \"cjs require\",\n          \"userRequest\": \"inherits\",\n          \"loc\": \"2:15-34\"\n        },\n        {\n          \"moduleId\": 161,\n          \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/stream-http/node_modules/readable-stream/lib/_stream_readable.js\",\n          \"module\": \"./node_modules/stream-http/node_modules/readable-stream/lib/_stream_readable.js\",\n          \"moduleName\": \"./node_modules/stream-http/node_modules/readable-stream/lib/_stream_readable.js\",\n          \"type\": \"cjs require\",\n          \"userRequest\": \"inherits\",\n          \"loc\": \"68:16-35\"\n        },\n        {\n          \"moduleId\": 164,\n          \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/stream-http/node_modules/readable-stream/lib/_stream_writable.js\",\n          \"module\": \"./node_modules/stream-http/node_modules/readable-stream/lib/_stream_writable.js\",\n          \"moduleName\": \"./node_modules/stream-http/node_modules/readable-stream/lib/_stream_writable.js\",\n          \"type\": \"cjs require\",\n          \"userRequest\": \"inherits\",\n          \"loc\": \"68:16-35\"\n        },\n        {\n          \"moduleId\": 165,\n          \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/stream-http/node_modules/readable-stream/lib/_stream_transform.js\",\n          \"module\": \"./node_modules/stream-http/node_modules/readable-stream/lib/_stream_transform.js\",\n          \"moduleName\": \"./node_modules/stream-http/node_modules/readable-stream/lib/_stream_transform.js\",\n          \"type\": \"cjs require\",\n          \"userRequest\": \"inherits\",\n          \"loc\": \"72:16-35\"\n        },\n        {\n          \"moduleId\": 268,\n          \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/readable-stream/lib/_stream_passthrough.js\",\n          \"module\": \"./node_modules/readable-stream/lib/_stream_passthrough.js\",\n          \"moduleName\": \"./node_modules/readable-stream/lib/_stream_passthrough.js\",\n          \"type\": \"cjs require\",\n          \"userRequest\": \"inherits\",\n          \"loc\": \"13:16-35\"\n        },\n        {\n          \"moduleId\": 283,\n          \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/css/lib/stringify/compress.js\",\n          \"module\": \"./node_modules/css/lib/stringify/compress.js\",\n          \"moduleName\": \"./node_modules/css/lib/stringify/compress.js\",\n          \"type\": \"cjs require\",\n          \"userRequest\": \"inherits\",\n          \"loc\": \"7:15-34\"\n        },\n        {\n          \"moduleId\": 284,\n          \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/css/lib/stringify/identity.js\",\n          \"module\": \"./node_modules/css/lib/stringify/identity.js\",\n          \"moduleName\": \"./node_modules/css/lib/stringify/identity.js\",\n          \"type\": \"cjs require\",\n          \"userRequest\": \"inherits\",\n          \"loc\": \"7:15-34\"\n        },\n        {\n          \"moduleId\": 294,\n          \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/stream-http/lib/request.js\",\n          \"module\": \"./node_modules/stream-http/lib/request.js\",\n          \"moduleName\": \"./node_modules/stream-http/lib/request.js\",\n          \"type\": \"cjs require\",\n          \"userRequest\": \"inherits\",\n          \"loc\": \"2:15-34\"\n        },\n        {\n          \"moduleId\": 297,\n          \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/stream-http/node_modules/readable-stream/lib/_stream_passthrough.js\",\n          \"module\": \"./node_modules/stream-http/node_modules/readable-stream/lib/_stream_passthrough.js\",\n          \"moduleName\": \"./node_modules/stream-http/node_modules/readable-stream/lib/_stream_passthrough.js\",\n          \"type\": \"cjs require\",\n          \"userRequest\": \"inherits\",\n          \"loc\": \"34:16-35\"\n        }\n      ],\n      \"usedExports\": true,\n      \"providedExports\": null,\n      \"optimizationBailout\": [\n        \"ModuleConcatenation bailout: Module is not an ECMAScript module\"\n      ],\n      \"depth\": 7,\n      \"source\": \"if (typeof Object.create === 'function') {\\n  // implementation from standard node.js 'util' module\\n  module.exports = function inherits(ctor, superCtor) {\\n    ctor.super_ = superCtor\\n    ctor.prototype = Object.create(superCtor.prototype, {\\n      constructor: {\\n        value: ctor,\\n        enumerable: false,\\n        writable: true,\\n        configurable: true\\n      }\\n    });\\n  };\\n} else {\\n  // old school shim for old browsers\\n  module.exports = function inherits(ctor, superCtor) {\\n    ctor.super_ = superCtor\\n    var TempCtor = function () {}\\n    TempCtor.prototype = superCtor.prototype\\n    ctor.prototype = new TempCtor()\\n    ctor.prototype.constructor = ctor\\n  }\\n}\\n\"\n    },\n    {\n      \"id\": 7,\n      \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/isArray.js\",\n      \"name\": \"./node_modules/lodash/isArray.js\",\n      \"index\": 108,\n      \"index2\": 97,\n      \"size\": 488,\n      \"cacheable\": true,\n      \"built\": true,\n      \"optional\": false,\n      \"prefetched\": false,\n      \"chunks\": [\n        2,\n        3,\n        4\n      ],\n      \"issuer\": \"/Users/jarred/Code/styleurl/node_modules/lodash/isEmpty.js\",\n      \"issuerId\": 345,\n      \"issuerName\": \"./node_modules/lodash/isEmpty.js\",\n      \"issuerPath\": [\n        {\n          \"id\": 342,\n          \"identifier\": \"multi /Users/jarred/Code/styleurl/webpack/customPublicPath /Users/jarred/Code/styleurl/chrome/extension/devtools\",\n          \"name\": \"multi ./webpack/customPublicPath ./chrome/extension/devtools\",\n          \"profile\": {\n            \"factory\": 0,\n            \"building\": 0,\n            \"dependencies\": 54\n          }\n        },\n        {\n          \"id\": 343,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/devtools.js\",\n          \"name\": \"./chrome/extension/devtools.js\",\n          \"profile\": {\n            \"factory\": 55,\n            \"building\": 548\n          }\n        },\n        {\n          \"id\": 345,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/isEmpty.js\",\n          \"name\": \"./node_modules/lodash/isEmpty.js\",\n          \"profile\": {\n            \"factory\": 230,\n            \"building\": 567,\n            \"dependencies\": 245\n          }\n        }\n      ],\n      \"profile\": {\n        \"factory\": 247,\n        \"building\": 72,\n        \"dependencies\": 1\n      },\n      \"failed\": false,\n      \"errors\": 0,\n      \"warnings\": 0,\n      \"assets\": [],\n      \"reasons\": [\n        {\n          \"moduleId\": 46,\n          \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_arrayLikeKeys.js\",\n          \"module\": \"./node_modules/lodash/_arrayLikeKeys.js\",\n          \"moduleName\": \"./node_modules/lodash/_arrayLikeKeys.js\",\n          \"type\": \"cjs require\",\n          \"userRequest\": \"./isArray\",\n          \"loc\": \"3:14-34\"\n        },\n        {\n          \"moduleId\": 100,\n          \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_isKey.js\",\n          \"module\": \"./node_modules/lodash/_isKey.js\",\n          \"moduleName\": \"./node_modules/lodash/_isKey.js\",\n          \"type\": \"cjs require\",\n          \"userRequest\": \"./isArray\",\n          \"loc\": \"1:14-34\"\n        },\n        {\n          \"moduleId\": 146,\n          \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_castPath.js\",\n          \"module\": \"./node_modules/lodash/_castPath.js\",\n          \"moduleName\": \"./node_modules/lodash/_castPath.js\",\n          \"type\": \"cjs require\",\n          \"userRequest\": \"./isArray\",\n          \"loc\": \"1:14-34\"\n        },\n        {\n          \"moduleId\": 195,\n          \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_baseIteratee.js\",\n          \"module\": \"./node_modules/lodash/_baseIteratee.js\",\n          \"moduleName\": \"./node_modules/lodash/_baseIteratee.js\",\n          \"type\": \"cjs require\",\n          \"userRequest\": \"./isArray\",\n          \"loc\": \"4:14-34\"\n        },\n        {\n          \"moduleId\": 220,\n          \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_baseIsEqualDeep.js\",\n          \"module\": \"./node_modules/lodash/_baseIsEqualDeep.js\",\n          \"moduleName\": \"./node_modules/lodash/_baseIsEqualDeep.js\",\n          \"type\": \"cjs require\",\n          \"userRequest\": \"./isArray\",\n          \"loc\": \"6:14-34\"\n        },\n        {\n          \"moduleId\": 232,\n          \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_baseGetAllKeys.js\",\n          \"module\": \"./node_modules/lodash/_baseGetAllKeys.js\",\n          \"moduleName\": \"./node_modules/lodash/_baseGetAllKeys.js\",\n          \"type\": \"cjs require\",\n          \"userRequest\": \"./isArray\",\n          \"loc\": \"2:14-34\"\n        },\n        {\n          \"moduleId\": 243,\n          \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_baseToString.js\",\n          \"module\": \"./node_modules/lodash/_baseToString.js\",\n          \"moduleName\": \"./node_modules/lodash/_baseToString.js\",\n          \"type\": \"cjs require\",\n          \"userRequest\": \"./isArray\",\n          \"loc\": \"3:14-34\"\n        },\n        {\n          \"moduleId\": 246,\n          \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_hasPath.js\",\n          \"module\": \"./node_modules/lodash/_hasPath.js\",\n          \"moduleName\": \"./node_modules/lodash/_hasPath.js\",\n          \"type\": \"cjs require\",\n          \"userRequest\": \"./isArray\",\n          \"loc\": \"3:14-34\"\n        },\n        {\n          \"moduleId\": 345,\n          \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/isEmpty.js\",\n          \"module\": \"./node_modules/lodash/isEmpty.js\",\n          \"moduleName\": \"./node_modules/lodash/isEmpty.js\",\n          \"type\": \"cjs require\",\n          \"userRequest\": \"./isArray\",\n          \"loc\": \"4:14-34\"\n        },\n        {\n          \"moduleId\": 348,\n          \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_isFlattenable.js\",\n          \"module\": \"./node_modules/lodash/_isFlattenable.js\",\n          \"moduleName\": \"./node_modules/lodash/_isFlattenable.js\",\n          \"type\": \"cjs require\",\n          \"userRequest\": \"./isArray\",\n          \"loc\": \"3:14-34\"\n        }\n      ],\n      \"usedExports\": true,\n      \"providedExports\": null,\n      \"optimizationBailout\": [\n        \"ModuleConcatenation bailout: Module is not an ECMAScript module\"\n      ],\n      \"depth\": 3,\n      \"source\": \"/**\\n * Checks if `value` is classified as an `Array` object.\\n *\\n * @static\\n * @memberOf _\\n * @since 0.1.0\\n * @category Lang\\n * @param {*} value The value to check.\\n * @returns {boolean} Returns `true` if `value` is an array, else `false`.\\n * @example\\n *\\n * _.isArray([1, 2, 3]);\\n * // => true\\n *\\n * _.isArray(document.body.children);\\n * // => false\\n *\\n * _.isArray('abc');\\n * // => false\\n *\\n * _.isArray(_.noop);\\n * // => false\\n */\\nvar isArray = Array.isArray;\\n\\nmodule.exports = isArray;\\n\"\n    },\n    {\n      \"id\": 8,\n      \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/isObjectLike.js\",\n      \"name\": \"./node_modules/lodash/isObjectLike.js\",\n      \"index\": 117,\n      \"index2\": 103,\n      \"size\": 614,\n      \"cacheable\": true,\n      \"built\": true,\n      \"optional\": false,\n      \"prefetched\": false,\n      \"chunks\": [\n        2,\n        3,\n        4\n      ],\n      \"issuer\": \"/Users/jarred/Code/styleurl/node_modules/lodash/isNumber.js\",\n      \"issuerId\": 344,\n      \"issuerName\": \"./node_modules/lodash/isNumber.js\",\n      \"issuerPath\": [\n        {\n          \"id\": 342,\n          \"identifier\": \"multi /Users/jarred/Code/styleurl/webpack/customPublicPath /Users/jarred/Code/styleurl/chrome/extension/devtools\",\n          \"name\": \"multi ./webpack/customPublicPath ./chrome/extension/devtools\",\n          \"profile\": {\n            \"factory\": 0,\n            \"building\": 0,\n            \"dependencies\": 54\n          }\n        },\n        {\n          \"id\": 343,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/devtools.js\",\n          \"name\": \"./chrome/extension/devtools.js\",\n          \"profile\": {\n            \"factory\": 55,\n            \"building\": 548\n          }\n        },\n        {\n          \"id\": 344,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/isNumber.js\",\n          \"name\": \"./node_modules/lodash/isNumber.js\",\n          \"profile\": {\n            \"factory\": 230,\n            \"building\": 567,\n            \"dependencies\": 245\n          }\n        }\n      ],\n      \"profile\": {\n        \"factory\": 248,\n        \"building\": 66\n      },\n      \"failed\": false,\n      \"errors\": 0,\n      \"warnings\": 0,\n      \"assets\": [],\n      \"reasons\": [\n        {\n          \"moduleId\": 25,\n          \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/isArguments.js\",\n          \"module\": \"./node_modules/lodash/isArguments.js\",\n          \"moduleName\": \"./node_modules/lodash/isArguments.js\",\n          \"type\": \"cjs require\",\n          \"userRequest\": \"./isObjectLike\",\n          \"loc\": \"2:19-44\"\n        },\n        {\n          \"moduleId\": 48,\n          \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_baseIsArguments.js\",\n          \"module\": \"./node_modules/lodash/_baseIsArguments.js\",\n          \"moduleName\": \"./node_modules/lodash/_baseIsArguments.js\",\n          \"type\": \"cjs require\",\n          \"userRequest\": \"./isObjectLike\",\n          \"loc\": \"2:19-44\"\n        },\n        {\n          \"moduleId\": 50,\n          \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_baseIsTypedArray.js\",\n          \"module\": \"./node_modules/lodash/_baseIsTypedArray.js\",\n          \"moduleName\": \"./node_modules/lodash/_baseIsTypedArray.js\",\n          \"type\": \"cjs require\",\n          \"userRequest\": \"./isObjectLike\",\n          \"loc\": \"3:19-44\"\n        },\n        {\n          \"moduleId\": 67,\n          \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/isSymbol.js\",\n          \"module\": \"./node_modules/lodash/isSymbol.js\",\n          \"moduleName\": \"./node_modules/lodash/isSymbol.js\",\n          \"type\": \"cjs require\",\n          \"userRequest\": \"./isObjectLike\",\n          \"loc\": \"2:19-44\"\n        },\n        {\n          \"moduleId\": 141,\n          \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_baseIsEqual.js\",\n          \"module\": \"./node_modules/lodash/_baseIsEqual.js\",\n          \"moduleName\": \"./node_modules/lodash/_baseIsEqual.js\",\n          \"type\": \"cjs require\",\n          \"userRequest\": \"./isObjectLike\",\n          \"loc\": \"2:19-44\"\n        },\n        {\n          \"moduleId\": 344,\n          \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/isNumber.js\",\n          \"module\": \"./node_modules/lodash/isNumber.js\",\n          \"moduleName\": \"./node_modules/lodash/isNumber.js\",\n          \"type\": \"cjs require\",\n          \"userRequest\": \"./isObjectLike\",\n          \"loc\": \"2:19-44\"\n        }\n      ],\n      \"usedExports\": true,\n      \"providedExports\": null,\n      \"optimizationBailout\": [\n        \"ModuleConcatenation bailout: Module is not an ECMAScript module\"\n      ],\n      \"depth\": 3,\n      \"source\": \"/**\\n * Checks if `value` is object-like. A value is object-like if it's not `null`\\n * and has a `typeof` result of \\\"object\\\".\\n *\\n * @static\\n * @memberOf _\\n * @since 4.0.0\\n * @category Lang\\n * @param {*} value The value to check.\\n * @returns {boolean} Returns `true` if `value` is object-like, else `false`.\\n * @example\\n *\\n * _.isObjectLike({});\\n * // => true\\n *\\n * _.isObjectLike([1, 2, 3]);\\n * // => true\\n *\\n * _.isObjectLike(_.noop);\\n * // => false\\n *\\n * _.isObjectLike(null);\\n * // => false\\n */\\nfunction isObjectLike(value) {\\n  return value != null && typeof value == 'object';\\n}\\n\\nmodule.exports = isObjectLike;\\n\"\n    },\n    {\n      \"id\": 9,\n      \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/webpack/buildin/module.js\",\n      \"name\": \"(webpack)/buildin/module.js\",\n      \"index\": 119,\n      \"index2\": 106,\n      \"size\": 497,\n      \"cacheable\": true,\n      \"built\": true,\n      \"optional\": false,\n      \"prefetched\": false,\n      \"chunks\": [\n        2,\n        3,\n        4\n      ],\n      \"issuer\": \"/Users/jarred/Code/styleurl/node_modules/lodash/isBuffer.js\",\n      \"issuerId\": 28,\n      \"issuerName\": \"./node_modules/lodash/isBuffer.js\",\n      \"issuerPath\": [\n        {\n          \"id\": 342,\n          \"identifier\": \"multi /Users/jarred/Code/styleurl/webpack/customPublicPath /Users/jarred/Code/styleurl/chrome/extension/devtools\",\n          \"name\": \"multi ./webpack/customPublicPath ./chrome/extension/devtools\",\n          \"profile\": {\n            \"factory\": 0,\n            \"building\": 0,\n            \"dependencies\": 54\n          }\n        },\n        {\n          \"id\": 343,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/devtools.js\",\n          \"name\": \"./chrome/extension/devtools.js\",\n          \"profile\": {\n            \"factory\": 55,\n            \"building\": 548\n          }\n        },\n        {\n          \"id\": 345,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/isEmpty.js\",\n          \"name\": \"./node_modules/lodash/isEmpty.js\",\n          \"profile\": {\n            \"factory\": 230,\n            \"building\": 567,\n            \"dependencies\": 245\n          }\n        },\n        {\n          \"id\": 28,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/isBuffer.js\",\n          \"name\": \"./node_modules/lodash/isBuffer.js\",\n          \"profile\": {\n            \"factory\": 247,\n            \"building\": 72,\n            \"dependencies\": 1\n          }\n        }\n      ],\n      \"profile\": {\n        \"factory\": 85,\n        \"building\": 100\n      },\n      \"failed\": false,\n      \"errors\": 0,\n      \"warnings\": 0,\n      \"assets\": [],\n      \"reasons\": [\n        {\n          \"moduleId\": 28,\n          \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/isBuffer.js\",\n          \"module\": \"./node_modules/lodash/isBuffer.js\",\n          \"moduleName\": \"./node_modules/lodash/isBuffer.js\",\n          \"type\": \"cjs require\",\n          \"userRequest\": \"module\",\n          \"loc\": \"1:0-41\"\n        },\n        {\n          \"moduleId\": 52,\n          \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_nodeUtil.js\",\n          \"module\": \"./node_modules/lodash/_nodeUtil.js\",\n          \"moduleName\": \"./node_modules/lodash/_nodeUtil.js\",\n          \"type\": \"cjs require\",\n          \"userRequest\": \"module\",\n          \"loc\": \"1:0-41\"\n        },\n        {\n          \"moduleId\": 273,\n          \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/punycode/punycode.js\",\n          \"module\": \"./node_modules/punycode/punycode.js\",\n          \"moduleName\": \"./node_modules/punycode/punycode.js\",\n          \"type\": \"cjs require\",\n          \"userRequest\": \"module\",\n          \"loc\": \"1:0-41\"\n        },\n        {\n          \"moduleId\": 286,\n          \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/css/node_modules/source-map/lib/source-map/source-map-generator.js\",\n          \"module\": \"./node_modules/css/node_modules/source-map/lib/source-map/source-map-generator.js\",\n          \"moduleName\": \"./node_modules/css/node_modules/source-map/lib/source-map/source-map-generator.js\",\n          \"type\": \"cjs require\",\n          \"userRequest\": \"module\",\n          \"loc\": \"1:0-53\"\n        },\n        {\n          \"moduleId\": 287,\n          \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/css/node_modules/source-map/lib/source-map/source-map-consumer.js\",\n          \"module\": \"./node_modules/css/node_modules/source-map/lib/source-map/source-map-consumer.js\",\n          \"moduleName\": \"./node_modules/css/node_modules/source-map/lib/source-map/source-map-consumer.js\",\n          \"type\": \"cjs require\",\n          \"userRequest\": \"module\",\n          \"loc\": \"1:0-53\"\n        },\n        {\n          \"moduleId\": 288,\n          \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/css/node_modules/source-map/lib/source-map/source-node.js\",\n          \"module\": \"./node_modules/css/node_modules/source-map/lib/source-map/source-node.js\",\n          \"moduleName\": \"./node_modules/css/node_modules/source-map/lib/source-map/source-node.js\",\n          \"type\": \"cjs require\",\n          \"userRequest\": \"module\",\n          \"loc\": \"1:0-53\"\n        },\n        {\n          \"moduleId\": 336,\n          \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/lodash.js\",\n          \"module\": \"./node_modules/lodash/lodash.js\",\n          \"moduleName\": \"./node_modules/lodash/lodash.js\",\n          \"type\": \"cjs require\",\n          \"userRequest\": \"module\",\n          \"loc\": \"1:0-41\"\n        }\n      ],\n      \"usedExports\": true,\n      \"providedExports\": null,\n      \"optimizationBailout\": [\n        \"ModuleConcatenation bailout: Module is not an ECMAScript module\"\n      ],\n      \"depth\": 4,\n      \"source\": \"module.exports = function(module) {\\n\\tif (!module.webpackPolyfill) {\\n\\t\\tmodule.deprecate = function() {};\\n\\t\\tmodule.paths = [];\\n\\t\\t// module.parent = undefined by default\\n\\t\\tif (!module.children) module.children = [];\\n\\t\\tObject.defineProperty(module, \\\"loaded\\\", {\\n\\t\\t\\tenumerable: true,\\n\\t\\t\\tget: function() {\\n\\t\\t\\t\\treturn module.l;\\n\\t\\t\\t}\\n\\t\\t});\\n\\t\\tObject.defineProperty(module, \\\"id\\\", {\\n\\t\\t\\tenumerable: true,\\n\\t\\t\\tget: function() {\\n\\t\\t\\t\\treturn module.i;\\n\\t\\t\\t}\\n\\t\\t});\\n\\t\\tmodule.webpackPolyfill = 1;\\n\\t}\\n\\treturn module;\\n};\\n\"\n    },\n    {\n      \"id\": 10,\n      \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/js-yaml/lib/js-yaml/common.js\",\n      \"name\": \"./node_modules/js-yaml/lib/js-yaml/common.js\",\n      \"index\": 172,\n      \"index2\": 165,\n      \"size\": 1177,\n      \"cacheable\": true,\n      \"built\": true,\n      \"optional\": false,\n      \"prefetched\": false,\n      \"chunks\": [\n        2,\n        4\n      ],\n      \"issuer\": \"/Users/jarred/Code/styleurl/node_modules/js-yaml/lib/js-yaml/schema.js\",\n      \"issuerId\": 11,\n      \"issuerName\": \"./node_modules/js-yaml/lib/js-yaml/schema.js\",\n      \"issuerPath\": [\n        {\n          \"id\": 350,\n          \"identifier\": \"multi /Users/jarred/Code/styleurl/webpack/customPublicPath /Users/jarred/Code/styleurl/chrome/extension/github_gist_content_script\",\n          \"name\": \"multi ./webpack/customPublicPath ./chrome/extension/github_gist_content_script\",\n          \"profile\": {\n            \"factory\": 0,\n            \"building\": 0,\n            \"dependencies\": 53\n          }\n        },\n        {\n          \"id\": 351,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/github_gist_content_script.js\",\n          \"name\": \"./chrome/extension/github_gist_content_script.js\",\n          \"profile\": {\n            \"factory\": 54,\n            \"building\": 576,\n            \"dependencies\": 194\n          }\n        },\n        {\n          \"id\": 55,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/lib/stylefile.js\",\n          \"name\": \"./chrome/extension/lib/stylefile.js\",\n          \"profile\": {\n            \"factory\": 194,\n            \"building\": 246,\n            \"dependencies\": 40\n          }\n        },\n        {\n          \"id\": 104,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/js-yaml/index.js\",\n          \"name\": \"./node_modules/js-yaml/index.js\",\n          \"profile\": {\n            \"factory\": 408,\n            \"building\": 42\n          }\n        },\n        {\n          \"id\": 105,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/js-yaml/lib/js-yaml.js\",\n          \"name\": \"./node_modules/js-yaml/lib/js-yaml.js\",\n          \"profile\": {\n            \"factory\": 96,\n            \"building\": 77\n          }\n        },\n        {\n          \"id\": 11,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/js-yaml/lib/js-yaml/schema.js\",\n          \"name\": \"./node_modules/js-yaml/lib/js-yaml/schema.js\",\n          \"profile\": {\n            \"factory\": 33,\n            \"building\": 66,\n            \"dependencies\": 42\n          }\n        }\n      ],\n      \"profile\": {\n        \"factory\": 66,\n        \"building\": 9\n      },\n      \"failed\": false,\n      \"errors\": 0,\n      \"warnings\": 0,\n      \"assets\": [],\n      \"reasons\": [\n        {\n          \"moduleId\": 11,\n          \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/js-yaml/lib/js-yaml/schema.js\",\n          \"module\": \"./node_modules/js-yaml/lib/js-yaml/schema.js\",\n          \"moduleName\": \"./node_modules/js-yaml/lib/js-yaml/schema.js\",\n          \"type\": \"cjs require\",\n          \"userRequest\": \"./common\",\n          \"loc\": \"5:20-39\"\n        },\n        {\n          \"moduleId\": 106,\n          \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/js-yaml/lib/js-yaml/loader.js\",\n          \"module\": \"./node_modules/js-yaml/lib/js-yaml/loader.js\",\n          \"moduleName\": \"./node_modules/js-yaml/lib/js-yaml/loader.js\",\n          \"type\": \"cjs require\",\n          \"userRequest\": \"./common\",\n          \"loc\": \"5:26-45\"\n        },\n        {\n          \"moduleId\": 107,\n          \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/js-yaml/lib/js-yaml/mark.js\",\n          \"module\": \"./node_modules/js-yaml/lib/js-yaml/mark.js\",\n          \"moduleName\": \"./node_modules/js-yaml/lib/js-yaml/mark.js\",\n          \"type\": \"cjs require\",\n          \"userRequest\": \"./common\",\n          \"loc\": \"4:13-32\"\n        },\n        {\n          \"moduleId\": 113,\n          \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/js-yaml/lib/js-yaml/type/int.js\",\n          \"module\": \"./node_modules/js-yaml/lib/js-yaml/type/int.js\",\n          \"moduleName\": \"./node_modules/js-yaml/lib/js-yaml/type/int.js\",\n          \"type\": \"cjs require\",\n          \"userRequest\": \"../common\",\n          \"loc\": \"3:13-33\"\n        },\n        {\n          \"moduleId\": 114,\n          \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/js-yaml/lib/js-yaml/type/float.js\",\n          \"module\": \"./node_modules/js-yaml/lib/js-yaml/type/float.js\",\n          \"moduleName\": \"./node_modules/js-yaml/lib/js-yaml/type/float.js\",\n          \"type\": \"cjs require\",\n          \"userRequest\": \"../common\",\n          \"loc\": \"3:13-33\"\n        },\n        {\n          \"moduleId\": 127,\n          \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/js-yaml/lib/js-yaml/dumper.js\",\n          \"module\": \"./node_modules/js-yaml/lib/js-yaml/dumper.js\",\n          \"moduleName\": \"./node_modules/js-yaml/lib/js-yaml/dumper.js\",\n          \"type\": \"cjs require\",\n          \"userRequest\": \"./common\",\n          \"loc\": \"5:26-45\"\n        }\n      ],\n      \"usedExports\": true,\n      \"providedExports\": null,\n      \"optimizationBailout\": [\n        \"ModuleConcatenation bailout: Module is not an ECMAScript module\"\n      ],\n      \"depth\": 6,\n      \"source\": \"'use strict';\\n\\n\\nfunction isNothing(subject) {\\n  return (typeof subject === 'undefined') || (subject === null);\\n}\\n\\n\\nfunction isObject(subject) {\\n  return (typeof subject === 'object') && (subject !== null);\\n}\\n\\n\\nfunction toArray(sequence) {\\n  if (Array.isArray(sequence)) return sequence;\\n  else if (isNothing(sequence)) return [];\\n\\n  return [ sequence ];\\n}\\n\\n\\nfunction extend(target, source) {\\n  var index, length, key, sourceKeys;\\n\\n  if (source) {\\n    sourceKeys = Object.keys(source);\\n\\n    for (index = 0, length = sourceKeys.length; index < length; index += 1) {\\n      key = sourceKeys[index];\\n      target[key] = source[key];\\n    }\\n  }\\n\\n  return target;\\n}\\n\\n\\nfunction repeat(string, count) {\\n  var result = '', cycle;\\n\\n  for (cycle = 0; cycle < count; cycle += 1) {\\n    result += string;\\n  }\\n\\n  return result;\\n}\\n\\n\\nfunction isNegativeZero(number) {\\n  return (number === 0) && (Number.NEGATIVE_INFINITY === 1 / number);\\n}\\n\\n\\nmodule.exports.isNothing      = isNothing;\\nmodule.exports.isObject       = isObject;\\nmodule.exports.toArray        = toArray;\\nmodule.exports.repeat         = repeat;\\nmodule.exports.isNegativeZero = isNegativeZero;\\nmodule.exports.extend         = extend;\\n\"\n    },\n    {\n      \"id\": 11,\n      \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/js-yaml/lib/js-yaml/schema.js\",\n      \"name\": \"./node_modules/js-yaml/lib/js-yaml/schema.js\",\n      \"index\": 176,\n      \"index2\": 169,\n      \"size\": 2753,\n      \"cacheable\": true,\n      \"built\": true,\n      \"optional\": false,\n      \"prefetched\": false,\n      \"chunks\": [\n        2,\n        4\n      ],\n      \"issuer\": \"/Users/jarred/Code/styleurl/node_modules/js-yaml/lib/js-yaml.js\",\n      \"issuerId\": 105,\n      \"issuerName\": \"./node_modules/js-yaml/lib/js-yaml.js\",\n      \"issuerPath\": [\n        {\n          \"id\": 350,\n          \"identifier\": \"multi /Users/jarred/Code/styleurl/webpack/customPublicPath /Users/jarred/Code/styleurl/chrome/extension/github_gist_content_script\",\n          \"name\": \"multi ./webpack/customPublicPath ./chrome/extension/github_gist_content_script\",\n          \"profile\": {\n            \"factory\": 0,\n            \"building\": 0,\n            \"dependencies\": 53\n          }\n        },\n        {\n          \"id\": 351,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/github_gist_content_script.js\",\n          \"name\": \"./chrome/extension/github_gist_content_script.js\",\n          \"profile\": {\n            \"factory\": 54,\n            \"building\": 576,\n            \"dependencies\": 194\n          }\n        },\n        {\n          \"id\": 55,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/lib/stylefile.js\",\n          \"name\": \"./chrome/extension/lib/stylefile.js\",\n          \"profile\": {\n            \"factory\": 194,\n            \"building\": 246,\n            \"dependencies\": 40\n          }\n        },\n        {\n          \"id\": 104,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/js-yaml/index.js\",\n          \"name\": \"./node_modules/js-yaml/index.js\",\n          \"profile\": {\n            \"factory\": 408,\n            \"building\": 42\n          }\n        },\n        {\n          \"id\": 105,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/js-yaml/lib/js-yaml.js\",\n          \"name\": \"./node_modules/js-yaml/lib/js-yaml.js\",\n          \"profile\": {\n            \"factory\": 96,\n            \"building\": 77\n          }\n        }\n      ],\n      \"profile\": {\n        \"factory\": 33,\n        \"building\": 66,\n        \"dependencies\": 42\n      },\n      \"failed\": false,\n      \"errors\": 0,\n      \"warnings\": 0,\n      \"assets\": [],\n      \"reasons\": [\n        {\n          \"moduleId\": 15,\n          \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/js-yaml/lib/js-yaml/schema/default_safe.js\",\n          \"module\": \"./node_modules/js-yaml/lib/js-yaml/schema/default_safe.js\",\n          \"moduleName\": \"./node_modules/js-yaml/lib/js-yaml/schema/default_safe.js\",\n          \"type\": \"cjs require\",\n          \"userRequest\": \"../schema\",\n          \"loc\": \"11:13-33\"\n        },\n        {\n          \"moduleId\": 21,\n          \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/js-yaml/lib/js-yaml/schema/default_full.js\",\n          \"module\": \"./node_modules/js-yaml/lib/js-yaml/schema/default_full.js\",\n          \"moduleName\": \"./node_modules/js-yaml/lib/js-yaml/schema/default_full.js\",\n          \"type\": \"cjs require\",\n          \"userRequest\": \"../schema\",\n          \"loc\": \"13:13-33\"\n        },\n        {\n          \"moduleId\": 30,\n          \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/js-yaml/lib/js-yaml/schema/failsafe.js\",\n          \"module\": \"./node_modules/js-yaml/lib/js-yaml/schema/failsafe.js\",\n          \"moduleName\": \"./node_modules/js-yaml/lib/js-yaml/schema/failsafe.js\",\n          \"type\": \"cjs require\",\n          \"userRequest\": \"../schema\",\n          \"loc\": \"8:13-33\"\n        },\n        {\n          \"moduleId\": 56,\n          \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/js-yaml/lib/js-yaml/schema/core.js\",\n          \"module\": \"./node_modules/js-yaml/lib/js-yaml/schema/core.js\",\n          \"moduleName\": \"./node_modules/js-yaml/lib/js-yaml/schema/core.js\",\n          \"type\": \"cjs require\",\n          \"userRequest\": \"../schema\",\n          \"loc\": \"11:13-33\"\n        },\n        {\n          \"moduleId\": 57,\n          \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/js-yaml/lib/js-yaml/schema/json.js\",\n          \"module\": \"./node_modules/js-yaml/lib/js-yaml/schema/json.js\",\n          \"moduleName\": \"./node_modules/js-yaml/lib/js-yaml/schema/json.js\",\n          \"type\": \"cjs require\",\n          \"userRequest\": \"../schema\",\n          \"loc\": \"12:13-33\"\n        },\n        {\n          \"moduleId\": 105,\n          \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/js-yaml/lib/js-yaml.js\",\n          \"module\": \"./node_modules/js-yaml/lib/js-yaml.js\",\n          \"moduleName\": \"./node_modules/js-yaml/lib/js-yaml.js\",\n          \"type\": \"cjs require\",\n          \"userRequest\": \"./js-yaml/schema\",\n          \"loc\": \"16:37-64\"\n        }\n      ],\n      \"usedExports\": true,\n      \"providedExports\": null,\n      \"optimizationBailout\": [\n        \"ModuleConcatenation bailout: Module is not an ECMAScript module\"\n      ],\n      \"depth\": 5,\n      \"source\": \"'use strict';\\n\\n/*eslint-disable max-len*/\\n\\nvar common        = require('./common');\\nvar YAMLException = require('./exception');\\nvar Type          = require('./type');\\n\\n\\nfunction compileList(schema, name, result) {\\n  var exclude = [];\\n\\n  schema.include.forEach(function (includedSchema) {\\n    result = compileList(includedSchema, name, result);\\n  });\\n\\n  schema[name].forEach(function (currentType) {\\n    result.forEach(function (previousType, previousIndex) {\\n      if (previousType.tag === currentType.tag && previousType.kind === currentType.kind) {\\n        exclude.push(previousIndex);\\n      }\\n    });\\n\\n    result.push(currentType);\\n  });\\n\\n  return result.filter(function (type, index) {\\n    return exclude.indexOf(index) === -1;\\n  });\\n}\\n\\n\\nfunction compileMap(/* lists... */) {\\n  var result = {\\n        scalar: {},\\n        sequence: {},\\n        mapping: {},\\n        fallback: {}\\n      }, index, length;\\n\\n  function collectType(type) {\\n    result[type.kind][type.tag] = result['fallback'][type.tag] = type;\\n  }\\n\\n  for (index = 0, length = arguments.length; index < length; index += 1) {\\n    arguments[index].forEach(collectType);\\n  }\\n  return result;\\n}\\n\\n\\nfunction Schema(definition) {\\n  this.include  = definition.include  || [];\\n  this.implicit = definition.implicit || [];\\n  this.explicit = definition.explicit || [];\\n\\n  this.implicit.forEach(function (type) {\\n    if (type.loadKind && type.loadKind !== 'scalar') {\\n      throw new YAMLException('There is a non-scalar type in the implicit list of a schema. Implicit resolving of such types is not supported.');\\n    }\\n  });\\n\\n  this.compiledImplicit = compileList(this, 'implicit', []);\\n  this.compiledExplicit = compileList(this, 'explicit', []);\\n  this.compiledTypeMap  = compileMap(this.compiledImplicit, this.compiledExplicit);\\n}\\n\\n\\nSchema.DEFAULT = null;\\n\\n\\nSchema.create = function createSchema() {\\n  var schemas, types;\\n\\n  switch (arguments.length) {\\n    case 1:\\n      schemas = Schema.DEFAULT;\\n      types = arguments[0];\\n      break;\\n\\n    case 2:\\n      schemas = arguments[0];\\n      types = arguments[1];\\n      break;\\n\\n    default:\\n      throw new YAMLException('Wrong number of arguments for Schema.create function');\\n  }\\n\\n  schemas = common.toArray(schemas);\\n  types = common.toArray(types);\\n\\n  if (!schemas.every(function (schema) { return schema instanceof Schema; })) {\\n    throw new YAMLException('Specified list of super schemas (or a single Schema object) contains a non-Schema object.');\\n  }\\n\\n  if (!types.every(function (type) { return type instanceof Type; })) {\\n    throw new YAMLException('Specified list of YAML types (or a single Type object) contains a non-Type object.');\\n  }\\n\\n  return new Schema({\\n    include: schemas,\\n    explicit: types\\n  });\\n};\\n\\n\\nmodule.exports = Schema;\\n\"\n    },\n    {\n      \"id\": 12,\n      \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_getNative.js\",\n      \"name\": \"./node_modules/lodash/_getNative.js\",\n      \"index\": 63,\n      \"index2\": 67,\n      \"size\": 483,\n      \"cacheable\": true,\n      \"built\": true,\n      \"optional\": false,\n      \"prefetched\": false,\n      \"chunks\": [\n        2,\n        3\n      ],\n      \"issuer\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_DataView.js\",\n      \"issuerId\": 96,\n      \"issuerName\": \"./node_modules/lodash/_DataView.js\",\n      \"issuerPath\": [\n        {\n          \"id\": 342,\n          \"identifier\": \"multi /Users/jarred/Code/styleurl/webpack/customPublicPath /Users/jarred/Code/styleurl/chrome/extension/devtools\",\n          \"name\": \"multi ./webpack/customPublicPath ./chrome/extension/devtools\",\n          \"profile\": {\n            \"factory\": 0,\n            \"building\": 0,\n            \"dependencies\": 54\n          }\n        },\n        {\n          \"id\": 343,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/devtools.js\",\n          \"name\": \"./chrome/extension/devtools.js\",\n          \"profile\": {\n            \"factory\": 55,\n            \"building\": 548\n          }\n        },\n        {\n          \"id\": 345,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/isEmpty.js\",\n          \"name\": \"./node_modules/lodash/isEmpty.js\",\n          \"profile\": {\n            \"factory\": 230,\n            \"building\": 567,\n            \"dependencies\": 245\n          }\n        },\n        {\n          \"id\": 95,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_getTag.js\",\n          \"name\": \"./node_modules/lodash/_getTag.js\",\n          \"profile\": {\n            \"factory\": 247,\n            \"building\": 72,\n            \"dependencies\": 1\n          }\n        },\n        {\n          \"id\": 96,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_DataView.js\",\n          \"name\": \"./node_modules/lodash/_DataView.js\",\n          \"profile\": {\n            \"factory\": 89,\n            \"building\": 98,\n            \"dependencies\": 85\n          }\n        }\n      ],\n      \"profile\": {\n        \"factory\": 85,\n        \"building\": 16\n      },\n      \"failed\": false,\n      \"errors\": 0,\n      \"warnings\": 0,\n      \"assets\": [],\n      \"reasons\": [\n        {\n          \"moduleId\": 42,\n          \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_Map.js\",\n          \"module\": \"./node_modules/lodash/_Map.js\",\n          \"moduleName\": \"./node_modules/lodash/_Map.js\",\n          \"type\": \"cjs require\",\n          \"userRequest\": \"./_getNative\",\n          \"loc\": \"1:16-39\"\n        },\n        {\n          \"moduleId\": 65,\n          \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_nativeCreate.js\",\n          \"module\": \"./node_modules/lodash/_nativeCreate.js\",\n          \"moduleName\": \"./node_modules/lodash/_nativeCreate.js\",\n          \"type\": \"cjs require\",\n          \"userRequest\": \"./_getNative\",\n          \"loc\": \"1:16-39\"\n        },\n        {\n          \"moduleId\": 96,\n          \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_DataView.js\",\n          \"module\": \"./node_modules/lodash/_DataView.js\",\n          \"moduleName\": \"./node_modules/lodash/_DataView.js\",\n          \"type\": \"cjs require\",\n          \"userRequest\": \"./_getNative\",\n          \"loc\": \"1:16-39\"\n        },\n        {\n          \"moduleId\": 97,\n          \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_Promise.js\",\n          \"module\": \"./node_modules/lodash/_Promise.js\",\n          \"moduleName\": \"./node_modules/lodash/_Promise.js\",\n          \"type\": \"cjs require\",\n          \"userRequest\": \"./_getNative\",\n          \"loc\": \"1:16-39\"\n        },\n        {\n          \"moduleId\": 98,\n          \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_Set.js\",\n          \"module\": \"./node_modules/lodash/_Set.js\",\n          \"moduleName\": \"./node_modules/lodash/_Set.js\",\n          \"type\": \"cjs require\",\n          \"userRequest\": \"./_getNative\",\n          \"loc\": \"1:16-39\"\n        },\n        {\n          \"moduleId\": 99,\n          \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_WeakMap.js\",\n          \"module\": \"./node_modules/lodash/_WeakMap.js\",\n          \"moduleName\": \"./node_modules/lodash/_WeakMap.js\",\n          \"type\": \"cjs require\",\n          \"userRequest\": \"./_getNative\",\n          \"loc\": \"1:16-39\"\n        }\n      ],\n      \"usedExports\": true,\n      \"providedExports\": null,\n      \"optimizationBailout\": [\n        \"ModuleConcatenation bailout: Module is not an ECMAScript module\"\n      ],\n      \"depth\": 5,\n      \"source\": \"var baseIsNative = require('./_baseIsNative'),\\n    getValue = require('./_getValue');\\n\\n/**\\n * Gets the native function at `key` of `object`.\\n *\\n * @private\\n * @param {Object} object The object to query.\\n * @param {string} key The key of the method to get.\\n * @returns {*} Returns the function if it's native, else `undefined`.\\n */\\nfunction getNative(object, key) {\\n  var value = getValue(object, key);\\n  return baseIsNative(value) ? value : undefined;\\n}\\n\\nmodule.exports = getNative;\\n\"\n    },\n    {\n      \"id\": 13,\n      \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_Symbol.js\",\n      \"name\": \"./node_modules/lodash/_Symbol.js\",\n      \"index\": 67,\n      \"index2\": 56,\n      \"size\": 118,\n      \"cacheable\": true,\n      \"built\": true,\n      \"optional\": false,\n      \"prefetched\": false,\n      \"chunks\": [\n        2,\n        3,\n        4\n      ],\n      \"issuer\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_baseGetTag.js\",\n      \"issuerId\": 5,\n      \"issuerName\": \"./node_modules/lodash/_baseGetTag.js\",\n      \"issuerPath\": [\n        {\n          \"id\": 342,\n          \"identifier\": \"multi /Users/jarred/Code/styleurl/webpack/customPublicPath /Users/jarred/Code/styleurl/chrome/extension/devtools\",\n          \"name\": \"multi ./webpack/customPublicPath ./chrome/extension/devtools\",\n          \"profile\": {\n            \"factory\": 0,\n            \"building\": 0,\n            \"dependencies\": 54\n          }\n        },\n        {\n          \"id\": 343,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/devtools.js\",\n          \"name\": \"./chrome/extension/devtools.js\",\n          \"profile\": {\n            \"factory\": 55,\n            \"building\": 548\n          }\n        },\n        {\n          \"id\": 344,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/isNumber.js\",\n          \"name\": \"./node_modules/lodash/isNumber.js\",\n          \"profile\": {\n            \"factory\": 230,\n            \"building\": 567,\n            \"dependencies\": 245\n          }\n        },\n        {\n          \"id\": 5,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_baseGetTag.js\",\n          \"name\": \"./node_modules/lodash/_baseGetTag.js\",\n          \"profile\": {\n            \"factory\": 248,\n            \"building\": 66\n          }\n        }\n      ],\n      \"profile\": {\n        \"factory\": 90,\n        \"building\": 97,\n        \"dependencies\": 1\n      },\n      \"failed\": false,\n      \"errors\": 0,\n      \"warnings\": 0,\n      \"assets\": [],\n      \"reasons\": [\n        {\n          \"moduleId\": 5,\n          \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_baseGetTag.js\",\n          \"module\": \"./node_modules/lodash/_baseGetTag.js\",\n          \"moduleName\": \"./node_modules/lodash/_baseGetTag.js\",\n          \"type\": \"cjs require\",\n          \"userRequest\": \"./_Symbol\",\n          \"loc\": \"1:13-33\"\n        },\n        {\n          \"moduleId\": 43,\n          \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_getRawTag.js\",\n          \"module\": \"./node_modules/lodash/_getRawTag.js\",\n          \"moduleName\": \"./node_modules/lodash/_getRawTag.js\",\n          \"type\": \"cjs require\",\n          \"userRequest\": \"./_Symbol\",\n          \"loc\": \"1:13-33\"\n        },\n        {\n          \"moduleId\": 226,\n          \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_equalByTag.js\",\n          \"module\": \"./node_modules/lodash/_equalByTag.js\",\n          \"moduleName\": \"./node_modules/lodash/_equalByTag.js\",\n          \"type\": \"cjs require\",\n          \"userRequest\": \"./_Symbol\",\n          \"loc\": \"1:13-33\"\n        },\n        {\n          \"moduleId\": 243,\n          \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_baseToString.js\",\n          \"module\": \"./node_modules/lodash/_baseToString.js\",\n          \"moduleName\": \"./node_modules/lodash/_baseToString.js\",\n          \"type\": \"cjs require\",\n          \"userRequest\": \"./_Symbol\",\n          \"loc\": \"1:13-33\"\n        },\n        {\n          \"moduleId\": 348,\n          \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_isFlattenable.js\",\n          \"module\": \"./node_modules/lodash/_isFlattenable.js\",\n          \"moduleName\": \"./node_modules/lodash/_isFlattenable.js\",\n          \"type\": \"cjs require\",\n          \"userRequest\": \"./_Symbol\",\n          \"loc\": \"1:13-33\"\n        }\n      ],\n      \"usedExports\": true,\n      \"providedExports\": null,\n      \"optimizationBailout\": [\n        \"ModuleConcatenation bailout: Module is not an ECMAScript module\"\n      ],\n      \"depth\": 4,\n      \"source\": \"var root = require('./_root');\\n\\n/** Built-in value references. */\\nvar Symbol = root.Symbol;\\n\\nmodule.exports = Symbol;\\n\"\n    },\n    {\n      \"id\": 14,\n      \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/js-yaml/lib/js-yaml/exception.js\",\n      \"name\": \"./node_modules/js-yaml/lib/js-yaml/exception.js\",\n      \"index\": 173,\n      \"index2\": 166,\n      \"size\": 1024,\n      \"cacheable\": true,\n      \"built\": true,\n      \"optional\": false,\n      \"prefetched\": false,\n      \"chunks\": [\n        2,\n        4\n      ],\n      \"issuer\": \"/Users/jarred/Code/styleurl/node_modules/js-yaml/lib/js-yaml.js\",\n      \"issuerId\": 105,\n      \"issuerName\": \"./node_modules/js-yaml/lib/js-yaml.js\",\n      \"issuerPath\": [\n        {\n          \"id\": 350,\n          \"identifier\": \"multi /Users/jarred/Code/styleurl/webpack/customPublicPath /Users/jarred/Code/styleurl/chrome/extension/github_gist_content_script\",\n          \"name\": \"multi ./webpack/customPublicPath ./chrome/extension/github_gist_content_script\",\n          \"profile\": {\n            \"factory\": 0,\n            \"building\": 0,\n            \"dependencies\": 53\n          }\n        },\n        {\n          \"id\": 351,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/github_gist_content_script.js\",\n          \"name\": \"./chrome/extension/github_gist_content_script.js\",\n          \"profile\": {\n            \"factory\": 54,\n            \"building\": 576,\n            \"dependencies\": 194\n          }\n        },\n        {\n          \"id\": 55,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/lib/stylefile.js\",\n          \"name\": \"./chrome/extension/lib/stylefile.js\",\n          \"profile\": {\n            \"factory\": 194,\n            \"building\": 246,\n            \"dependencies\": 40\n          }\n        },\n        {\n          \"id\": 104,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/js-yaml/index.js\",\n          \"name\": \"./node_modules/js-yaml/index.js\",\n          \"profile\": {\n            \"factory\": 408,\n            \"building\": 42\n          }\n        },\n        {\n          \"id\": 105,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/js-yaml/lib/js-yaml.js\",\n          \"name\": \"./node_modules/js-yaml/lib/js-yaml.js\",\n          \"profile\": {\n            \"factory\": 96,\n            \"building\": 77\n          }\n        }\n      ],\n      \"profile\": {\n        \"factory\": 33,\n        \"building\": 66,\n        \"dependencies\": 42\n      },\n      \"failed\": false,\n      \"errors\": 0,\n      \"warnings\": 0,\n      \"assets\": [],\n      \"reasons\": [\n        {\n          \"moduleId\": 0,\n          \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/js-yaml/lib/js-yaml/type.js\",\n          \"module\": \"./node_modules/js-yaml/lib/js-yaml/type.js\",\n          \"moduleName\": \"./node_modules/js-yaml/lib/js-yaml/type.js\",\n          \"type\": \"cjs require\",\n          \"userRequest\": \"./exception\",\n          \"loc\": \"3:20-42\"\n        },\n        {\n          \"moduleId\": 11,\n          \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/js-yaml/lib/js-yaml/schema.js\",\n          \"module\": \"./node_modules/js-yaml/lib/js-yaml/schema.js\",\n          \"moduleName\": \"./node_modules/js-yaml/lib/js-yaml/schema.js\",\n          \"type\": \"cjs require\",\n          \"userRequest\": \"./exception\",\n          \"loc\": \"6:20-42\"\n        },\n        {\n          \"moduleId\": 105,\n          \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/js-yaml/lib/js-yaml.js\",\n          \"module\": \"./node_modules/js-yaml/lib/js-yaml.js\",\n          \"moduleName\": \"./node_modules/js-yaml/lib/js-yaml.js\",\n          \"type\": \"cjs require\",\n          \"userRequest\": \"./js-yaml/exception\",\n          \"loc\": \"28:37-67\"\n        },\n        {\n          \"moduleId\": 106,\n          \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/js-yaml/lib/js-yaml/loader.js\",\n          \"module\": \"./node_modules/js-yaml/lib/js-yaml/loader.js\",\n          \"moduleName\": \"./node_modules/js-yaml/lib/js-yaml/loader.js\",\n          \"type\": \"cjs require\",\n          \"userRequest\": \"./exception\",\n          \"loc\": \"6:26-48\"\n        },\n        {\n          \"moduleId\": 127,\n          \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/js-yaml/lib/js-yaml/dumper.js\",\n          \"module\": \"./node_modules/js-yaml/lib/js-yaml/dumper.js\",\n          \"moduleName\": \"./node_modules/js-yaml/lib/js-yaml/dumper.js\",\n          \"type\": \"cjs require\",\n          \"userRequest\": \"./exception\",\n          \"loc\": \"6:26-48\"\n        }\n      ],\n      \"usedExports\": true,\n      \"providedExports\": null,\n      \"optimizationBailout\": [\n        \"ModuleConcatenation bailout: Module is not an ECMAScript module\"\n      ],\n      \"depth\": 5,\n      \"source\": \"// YAML error class. http://stackoverflow.com/questions/8458984\\n//\\n'use strict';\\n\\nfunction YAMLException(reason, mark) {\\n  // Super constructor\\n  Error.call(this);\\n\\n  this.name = 'YAMLException';\\n  this.reason = reason;\\n  this.mark = mark;\\n  this.message = (this.reason || '(unknown reason)') + (this.mark ? ' ' + this.mark.toString() : '');\\n\\n  // Include stack trace in error object\\n  if (Error.captureStackTrace) {\\n    // Chrome and NodeJS\\n    Error.captureStackTrace(this, this.constructor);\\n  } else {\\n    // FF, IE 10+ and Safari 6+. Fallback for others\\n    this.stack = (new Error()).stack || '';\\n  }\\n}\\n\\n\\n// Inherit from Error\\nYAMLException.prototype = Object.create(Error.prototype);\\nYAMLException.prototype.constructor = YAMLException;\\n\\n\\nYAMLException.prototype.toString = function toString(compact) {\\n  var result = this.name + ': ';\\n\\n  result += this.reason || '(unknown reason)';\\n\\n  if (!compact && this.mark) {\\n    result += ' ' + this.mark.toString();\\n  }\\n\\n  return result;\\n};\\n\\n\\nmodule.exports = YAMLException;\\n\"\n    },\n    {\n      \"id\": 15,\n      \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/js-yaml/lib/js-yaml/schema/default_safe.js\",\n      \"name\": \"./node_modules/js-yaml/lib/js-yaml/schema/default_safe.js\",\n      \"index\": 175,\n      \"index2\": 190,\n      \"size\": 601,\n      \"cacheable\": true,\n      \"built\": true,\n      \"optional\": false,\n      \"prefetched\": false,\n      \"chunks\": [\n        2,\n        4\n      ],\n      \"issuer\": \"/Users/jarred/Code/styleurl/node_modules/js-yaml/lib/js-yaml.js\",\n      \"issuerId\": 105,\n      \"issuerName\": \"./node_modules/js-yaml/lib/js-yaml.js\",\n      \"issuerPath\": [\n        {\n          \"id\": 350,\n          \"identifier\": \"multi /Users/jarred/Code/styleurl/webpack/customPublicPath /Users/jarred/Code/styleurl/chrome/extension/github_gist_content_script\",\n          \"name\": \"multi ./webpack/customPublicPath ./chrome/extension/github_gist_content_script\",\n          \"profile\": {\n            \"factory\": 0,\n            \"building\": 0,\n            \"dependencies\": 53\n          }\n        },\n        {\n          \"id\": 351,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/github_gist_content_script.js\",\n          \"name\": \"./chrome/extension/github_gist_content_script.js\",\n          \"profile\": {\n            \"factory\": 54,\n            \"building\": 576,\n            \"dependencies\": 194\n          }\n        },\n        {\n          \"id\": 55,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/lib/stylefile.js\",\n          \"name\": \"./chrome/extension/lib/stylefile.js\",\n          \"profile\": {\n            \"factory\": 194,\n            \"building\": 246,\n            \"dependencies\": 40\n          }\n        },\n        {\n          \"id\": 104,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/js-yaml/index.js\",\n          \"name\": \"./node_modules/js-yaml/index.js\",\n          \"profile\": {\n            \"factory\": 408,\n            \"building\": 42\n          }\n        },\n        {\n          \"id\": 105,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/js-yaml/lib/js-yaml.js\",\n          \"name\": \"./node_modules/js-yaml/lib/js-yaml.js\",\n          \"profile\": {\n            \"factory\": 96,\n            \"building\": 77\n          }\n        }\n      ],\n      \"profile\": {\n        \"factory\": 33,\n        \"building\": 66,\n        \"dependencies\": 42\n      },\n      \"failed\": false,\n      \"errors\": 0,\n      \"warnings\": 0,\n      \"assets\": [],\n      \"reasons\": [\n        {\n          \"moduleId\": 21,\n          \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/js-yaml/lib/js-yaml/schema/default_full.js\",\n          \"module\": \"./node_modules/js-yaml/lib/js-yaml/schema/default_full.js\",\n          \"moduleName\": \"./node_modules/js-yaml/lib/js-yaml/schema/default_full.js\",\n          \"type\": \"cjs require\",\n          \"userRequest\": \"./default_safe\",\n          \"loc\": \"18:4-29\"\n        },\n        {\n          \"moduleId\": 105,\n          \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/js-yaml/lib/js-yaml.js\",\n          \"module\": \"./node_modules/js-yaml/lib/js-yaml.js\",\n          \"moduleName\": \"./node_modules/js-yaml/lib/js-yaml.js\",\n          \"type\": \"cjs require\",\n          \"userRequest\": \"./js-yaml/schema/default_safe\",\n          \"loc\": \"20:37-77\"\n        },\n        {\n          \"moduleId\": 105,\n          \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/js-yaml/lib/js-yaml.js\",\n          \"module\": \"./node_modules/js-yaml/lib/js-yaml.js\",\n          \"moduleName\": \"./node_modules/js-yaml/lib/js-yaml.js\",\n          \"type\": \"cjs require\",\n          \"userRequest\": \"./js-yaml/schema/default_safe\",\n          \"loc\": \"32:32-72\"\n        },\n        {\n          \"moduleId\": 106,\n          \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/js-yaml/lib/js-yaml/loader.js\",\n          \"module\": \"./node_modules/js-yaml/lib/js-yaml/loader.js\",\n          \"moduleName\": \"./node_modules/js-yaml/lib/js-yaml/loader.js\",\n          \"type\": \"cjs require\",\n          \"userRequest\": \"./schema/default_safe\",\n          \"loc\": \"8:26-58\"\n        },\n        {\n          \"moduleId\": 127,\n          \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/js-yaml/lib/js-yaml/dumper.js\",\n          \"module\": \"./node_modules/js-yaml/lib/js-yaml/dumper.js\",\n          \"moduleName\": \"./node_modules/js-yaml/lib/js-yaml/dumper.js\",\n          \"type\": \"cjs require\",\n          \"userRequest\": \"./schema/default_safe\",\n          \"loc\": \"8:26-58\"\n        }\n      ],\n      \"usedExports\": true,\n      \"providedExports\": null,\n      \"optimizationBailout\": [\n        \"ModuleConcatenation bailout: Module is not an ECMAScript module\"\n      ],\n      \"depth\": 5,\n      \"source\": \"// JS-YAML's default schema for `safeLoad` function.\\n// It is not described in the YAML specification.\\n//\\n// This schema is based on standard YAML's Core schema and includes most of\\n// extra types described at YAML tag repository. (http://yaml.org/type/)\\n\\n\\n'use strict';\\n\\n\\nvar Schema = require('../schema');\\n\\n\\nmodule.exports = new Schema({\\n  include: [\\n    require('./core')\\n  ],\\n  implicit: [\\n    require('../type/timestamp'),\\n    require('../type/merge')\\n  ],\\n  explicit: [\\n    require('../type/binary'),\\n    require('../type/omap'),\\n    require('../type/pairs'),\\n    require('../type/set')\\n  ]\\n});\\n\"\n    },\n    {\n      \"id\": 16,\n      \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/last.js\",\n      \"name\": \"./node_modules/lodash/last.js\",\n      \"index\": 164,\n      \"index2\": 162,\n      \"size\": 401,\n      \"cacheable\": true,\n      \"built\": true,\n      \"optional\": false,\n      \"prefetched\": false,\n      \"chunks\": [\n        2,\n        3,\n        4\n      ],\n      \"issuer\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/background.js\",\n      \"issuerId\": 192,\n      \"issuerName\": \"./chrome/extension/background.js\",\n      \"issuerPath\": [\n        {\n          \"id\": 191,\n          \"identifier\": \"multi /Users/jarred/Code/styleurl/webpack/customPublicPath /Users/jarred/Code/styleurl/chrome/extension/background\",\n          \"name\": \"multi ./webpack/customPublicPath ./chrome/extension/background\",\n          \"profile\": {\n            \"factory\": 0,\n            \"building\": 0,\n            \"dependencies\": 54\n          }\n        },\n        {\n          \"id\": 192,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/background.js\",\n          \"name\": \"./chrome/extension/background.js\",\n          \"profile\": {\n            \"factory\": 54,\n            \"building\": 639,\n            \"dependencies\": 140\n          }\n        }\n      ],\n      \"profile\": {\n        \"factory\": 140,\n        \"building\": 568,\n        \"dependencies\": 1\n      },\n      \"failed\": false,\n      \"errors\": 0,\n      \"warnings\": 0,\n      \"assets\": [],\n      \"reasons\": [\n        {\n          \"moduleId\": 55,\n          \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/lib/stylefile.js\",\n          \"module\": \"./chrome/extension/lib/stylefile.js\",\n          \"moduleName\": \"./chrome/extension/lib/stylefile.js\",\n          \"type\": \"cjs require\",\n          \"userRequest\": \"lodash/last\",\n          \"loc\": \"8:36-58\"\n        },\n        {\n          \"moduleId\": 59,\n          \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/lib/port.js\",\n          \"module\": \"./chrome/extension/lib/port.js\",\n          \"moduleName\": \"./chrome/extension/lib/port.js\",\n          \"type\": \"cjs require\",\n          \"userRequest\": \"lodash/last\",\n          \"loc\": \"8:36-58\"\n        },\n        {\n          \"moduleId\": 101,\n          \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/lib/gists.js\",\n          \"module\": \"./chrome/extension/lib/gists.js\",\n          \"moduleName\": \"./chrome/extension/lib/gists.js\",\n          \"type\": \"cjs require\",\n          \"userRequest\": \"lodash/last\",\n          \"loc\": \"10:36-58\"\n        },\n        {\n          \"moduleId\": 192,\n          \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/background.js\",\n          \"module\": \"./chrome/extension/background.js\",\n          \"moduleName\": \"./chrome/extension/background.js\",\n          \"type\": \"cjs require\",\n          \"userRequest\": \"lodash/last\",\n          \"loc\": \"9:36-58\"\n        }\n      ],\n      \"usedExports\": true,\n      \"providedExports\": null,\n      \"optimizationBailout\": [\n        \"ModuleConcatenation bailout: Module is not an ECMAScript module\"\n      ],\n      \"depth\": 2,\n      \"source\": \"/**\\n * Gets the last element of `array`.\\n *\\n * @static\\n * @memberOf _\\n * @since 0.1.0\\n * @category Array\\n * @param {Array} array The array to query.\\n * @returns {*} Returns the last element of `array`.\\n * @example\\n *\\n * _.last([1, 2, 3]);\\n * // => 3\\n */\\nfunction last(array) {\\n  var length = array == null ? 0 : array.length;\\n  return length ? array[length - 1] : undefined;\\n}\\n\\nmodule.exports = last;\\n\"\n    },\n    {\n      \"id\": 17,\n      \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/core-util-is/lib/util.js\",\n      \"name\": \"./node_modules/core-util-is/lib/util.js\",\n      \"index\": 236,\n      \"index2\": 225,\n      \"size\": 3021,\n      \"cacheable\": true,\n      \"built\": true,\n      \"optional\": false,\n      \"prefetched\": false,\n      \"chunks\": [\n        2\n      ],\n      \"issuer\": \"/Users/jarred/Code/styleurl/node_modules/readable-stream/lib/_stream_duplex.js\",\n      \"issuerId\": 33,\n      \"issuerName\": \"./node_modules/readable-stream/lib/_stream_duplex.js\",\n      \"issuerPath\": [\n        {\n          \"id\": 191,\n          \"identifier\": \"multi /Users/jarred/Code/styleurl/webpack/customPublicPath /Users/jarred/Code/styleurl/chrome/extension/background\",\n          \"name\": \"multi ./webpack/customPublicPath ./chrome/extension/background\",\n          \"profile\": {\n            \"factory\": 0,\n            \"building\": 0,\n            \"dependencies\": 54\n          }\n        },\n        {\n          \"id\": 192,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/background.js\",\n          \"name\": \"./chrome/extension/background.js\",\n          \"profile\": {\n            \"factory\": 54,\n            \"building\": 639,\n            \"dependencies\": 140\n          }\n        },\n        {\n          \"id\": 255,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/stylesheet-differ/lib/index.js\",\n          \"name\": \"./node_modules/stylesheet-differ/lib/index.js\",\n          \"profile\": {\n            \"factory\": 140,\n            \"building\": 568,\n            \"dependencies\": 1\n          }\n        },\n        {\n          \"id\": 256,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/native-css/index.js\",\n          \"name\": \"./node_modules/native-css/index.js\",\n          \"profile\": {\n            \"factory\": 189,\n            \"building\": 603,\n            \"dependencies\": 1\n          }\n        },\n        {\n          \"id\": 257,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/native-css/src/native-css.js\",\n          \"name\": \"./node_modules/native-css/src/native-css.js\",\n          \"profile\": {\n            \"factory\": 26,\n            \"building\": 63,\n            \"dependencies\": 14\n          }\n        },\n        {\n          \"id\": 293,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/fetch/lib/fetch.js\",\n          \"name\": \"./node_modules/fetch/lib/fetch.js\",\n          \"profile\": {\n            \"factory\": 117,\n            \"building\": 25,\n            \"dependencies\": 27\n          }\n        },\n        {\n          \"id\": 39,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/stream-browserify/index.js\",\n          \"name\": \"./node_modules/stream-browserify/index.js\",\n          \"profile\": {\n            \"factory\": 66,\n            \"building\": 38,\n            \"dependencies\": 20\n          }\n        },\n        {\n          \"id\": 132,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/readable-stream/readable-browser.js\",\n          \"name\": \"./node_modules/readable-stream/readable-browser.js\",\n          \"profile\": {\n            \"factory\": 83,\n            \"building\": 31,\n            \"dependencies\": 33\n          }\n        },\n        {\n          \"id\": 33,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/readable-stream/lib/_stream_duplex.js\",\n          \"name\": \"./node_modules/readable-stream/lib/_stream_duplex.js\",\n          \"profile\": {\n            \"factory\": 30,\n            \"building\": 90,\n            \"dependencies\": 58\n          }\n        }\n      ],\n      \"profile\": {\n        \"factory\": 60,\n        \"building\": 28,\n        \"dependencies\": 0\n      },\n      \"failed\": false,\n      \"errors\": 0,\n      \"warnings\": 0,\n      \"assets\": [],\n      \"reasons\": [\n        {\n          \"moduleId\": 33,\n          \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/readable-stream/lib/_stream_duplex.js\",\n          \"module\": \"./node_modules/readable-stream/lib/_stream_duplex.js\",\n          \"moduleName\": \"./node_modules/readable-stream/lib/_stream_duplex.js\",\n          \"type\": \"cjs require\",\n          \"userRequest\": \"core-util-is\",\n          \"loc\": \"25:11-34\"\n        },\n        {\n          \"moduleId\": 40,\n          \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/stream-http/node_modules/readable-stream/lib/_stream_duplex.js\",\n          \"module\": \"./node_modules/stream-http/node_modules/readable-stream/lib/_stream_duplex.js\",\n          \"moduleName\": \"./node_modules/stream-http/node_modules/readable-stream/lib/_stream_duplex.js\",\n          \"type\": \"cjs require\",\n          \"userRequest\": \"core-util-is\",\n          \"loc\": \"46:11-34\"\n        },\n        {\n          \"moduleId\": 134,\n          \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/readable-stream/lib/_stream_writable.js\",\n          \"module\": \"./node_modules/readable-stream/lib/_stream_writable.js\",\n          \"moduleName\": \"./node_modules/readable-stream/lib/_stream_writable.js\",\n          \"type\": \"cjs require\",\n          \"userRequest\": \"core-util-is\",\n          \"loc\": \"24:11-34\"\n        },\n        {\n          \"moduleId\": 151,\n          \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/readable-stream/lib/_stream_readable.js\",\n          \"module\": \"./node_modules/readable-stream/lib/_stream_readable.js\",\n          \"moduleName\": \"./node_modules/readable-stream/lib/_stream_readable.js\",\n          \"type\": \"cjs require\",\n          \"userRequest\": \"core-util-is\",\n          \"loc\": \"37:11-34\"\n        },\n        {\n          \"moduleId\": 154,\n          \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/readable-stream/lib/_stream_transform.js\",\n          \"module\": \"./node_modules/readable-stream/lib/_stream_transform.js\",\n          \"moduleName\": \"./node_modules/readable-stream/lib/_stream_transform.js\",\n          \"type\": \"cjs require\",\n          \"userRequest\": \"core-util-is\",\n          \"loc\": \"50:11-34\"\n        },\n        {\n          \"moduleId\": 161,\n          \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/stream-http/node_modules/readable-stream/lib/_stream_readable.js\",\n          \"module\": \"./node_modules/stream-http/node_modules/readable-stream/lib/_stream_readable.js\",\n          \"moduleName\": \"./node_modules/stream-http/node_modules/readable-stream/lib/_stream_readable.js\",\n          \"type\": \"cjs require\",\n          \"userRequest\": \"core-util-is\",\n          \"loc\": \"67:11-34\"\n        },\n        {\n          \"moduleId\": 164,\n          \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/stream-http/node_modules/readable-stream/lib/_stream_writable.js\",\n          \"module\": \"./node_modules/stream-http/node_modules/readable-stream/lib/_stream_writable.js\",\n          \"moduleName\": \"./node_modules/stream-http/node_modules/readable-stream/lib/_stream_writable.js\",\n          \"type\": \"cjs require\",\n          \"userRequest\": \"core-util-is\",\n          \"loc\": \"67:11-34\"\n        },\n        {\n          \"moduleId\": 165,\n          \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/stream-http/node_modules/readable-stream/lib/_stream_transform.js\",\n          \"module\": \"./node_modules/stream-http/node_modules/readable-stream/lib/_stream_transform.js\",\n          \"moduleName\": \"./node_modules/stream-http/node_modules/readable-stream/lib/_stream_transform.js\",\n          \"type\": \"cjs require\",\n          \"userRequest\": \"core-util-is\",\n          \"loc\": \"71:11-34\"\n        },\n        {\n          \"moduleId\": 268,\n          \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/readable-stream/lib/_stream_passthrough.js\",\n          \"module\": \"./node_modules/readable-stream/lib/_stream_passthrough.js\",\n          \"moduleName\": \"./node_modules/readable-stream/lib/_stream_passthrough.js\",\n          \"type\": \"cjs require\",\n          \"userRequest\": \"core-util-is\",\n          \"loc\": \"12:11-34\"\n        },\n        {\n          \"moduleId\": 297,\n          \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/stream-http/node_modules/readable-stream/lib/_stream_passthrough.js\",\n          \"module\": \"./node_modules/stream-http/node_modules/readable-stream/lib/_stream_passthrough.js\",\n          \"moduleName\": \"./node_modules/stream-http/node_modules/readable-stream/lib/_stream_passthrough.js\",\n          \"type\": \"cjs require\",\n          \"userRequest\": \"core-util-is\",\n          \"loc\": \"33:11-34\"\n        }\n      ],\n      \"usedExports\": true,\n      \"providedExports\": null,\n      \"optimizationBailout\": [\n        \"ModuleConcatenation bailout: Module is not an ECMAScript module\"\n      ],\n      \"depth\": 9,\n      \"source\": \"// Copyright Joyent, Inc. and other Node contributors.\\n//\\n// Permission is hereby granted, free of charge, to any person obtaining a\\n// copy of this software and associated documentation files (the\\n// \\\"Software\\\"), to deal in the Software without restriction, including\\n// without limitation the rights to use, copy, modify, merge, publish,\\n// distribute, sublicense, and/or sell copies of the Software, and to permit\\n// persons to whom the Software is furnished to do so, subject to the\\n// following conditions:\\n//\\n// The above copyright notice and this permission notice shall be included\\n// in all copies or substantial portions of the Software.\\n//\\n// THE SOFTWARE IS PROVIDED \\\"AS IS\\\", WITHOUT WARRANTY OF ANY KIND, EXPRESS\\n// OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\\n// MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN\\n// NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM,\\n// DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR\\n// OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE\\n// USE OR OTHER DEALINGS IN THE SOFTWARE.\\n\\n// NOTE: These type checking functions intentionally don't use `instanceof`\\n// because it is fragile and can be easily faked with `Object.create()`.\\n\\nfunction isArray(arg) {\\n  if (Array.isArray) {\\n    return Array.isArray(arg);\\n  }\\n  return objectToString(arg) === '[object Array]';\\n}\\nexports.isArray = isArray;\\n\\nfunction isBoolean(arg) {\\n  return typeof arg === 'boolean';\\n}\\nexports.isBoolean = isBoolean;\\n\\nfunction isNull(arg) {\\n  return arg === null;\\n}\\nexports.isNull = isNull;\\n\\nfunction isNullOrUndefined(arg) {\\n  return arg == null;\\n}\\nexports.isNullOrUndefined = isNullOrUndefined;\\n\\nfunction isNumber(arg) {\\n  return typeof arg === 'number';\\n}\\nexports.isNumber = isNumber;\\n\\nfunction isString(arg) {\\n  return typeof arg === 'string';\\n}\\nexports.isString = isString;\\n\\nfunction isSymbol(arg) {\\n  return typeof arg === 'symbol';\\n}\\nexports.isSymbol = isSymbol;\\n\\nfunction isUndefined(arg) {\\n  return arg === void 0;\\n}\\nexports.isUndefined = isUndefined;\\n\\nfunction isRegExp(re) {\\n  return objectToString(re) === '[object RegExp]';\\n}\\nexports.isRegExp = isRegExp;\\n\\nfunction isObject(arg) {\\n  return typeof arg === 'object' && arg !== null;\\n}\\nexports.isObject = isObject;\\n\\nfunction isDate(d) {\\n  return objectToString(d) === '[object Date]';\\n}\\nexports.isDate = isDate;\\n\\nfunction isError(e) {\\n  return (objectToString(e) === '[object Error]' || e instanceof Error);\\n}\\nexports.isError = isError;\\n\\nfunction isFunction(arg) {\\n  return typeof arg === 'function';\\n}\\nexports.isFunction = isFunction;\\n\\nfunction isPrimitive(arg) {\\n  return arg === null ||\\n         typeof arg === 'boolean' ||\\n         typeof arg === 'number' ||\\n         typeof arg === 'string' ||\\n         typeof arg === 'symbol' ||  // ES6 symbol\\n         typeof arg === 'undefined';\\n}\\nexports.isPrimitive = isPrimitive;\\n\\nexports.isBuffer = Buffer.isBuffer;\\n\\nfunction objectToString(o) {\\n  return Object.prototype.toString.call(o);\\n}\\n\"\n    },\n    {\n      \"id\": 18,\n      \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/webpack/customPublicPath.js\",\n      \"name\": \"./webpack/customPublicPath.js\",\n      \"index\": 1,\n      \"index2\": 0,\n      \"size\": 598,\n      \"cacheable\": true,\n      \"built\": true,\n      \"optional\": false,\n      \"prefetched\": false,\n      \"chunks\": [\n        0,\n        1,\n        2,\n        3,\n        4\n      ],\n      \"issuer\": \"multi /Users/jarred/Code/styleurl/webpack/customPublicPath /Users/jarred/Code/styleurl/chrome/extension/popup\",\n      \"issuerId\": 171,\n      \"issuerName\": \"multi ./webpack/customPublicPath ./chrome/extension/popup\",\n      \"issuerPath\": [\n        {\n          \"id\": 171,\n          \"identifier\": \"multi /Users/jarred/Code/styleurl/webpack/customPublicPath /Users/jarred/Code/styleurl/chrome/extension/popup\",\n          \"name\": \"multi ./webpack/customPublicPath ./chrome/extension/popup\",\n          \"profile\": {\n            \"factory\": 0,\n            \"building\": 3\n          }\n        }\n      ],\n      \"profile\": {\n        \"factory\": 58,\n        \"building\": 445\n      },\n      \"failed\": false,\n      \"errors\": 0,\n      \"warnings\": 0,\n      \"assets\": [],\n      \"reasons\": [\n        {\n          \"moduleId\": 171,\n          \"moduleIdentifier\": \"multi /Users/jarred/Code/styleurl/webpack/customPublicPath /Users/jarred/Code/styleurl/chrome/extension/popup\",\n          \"module\": \"multi ./webpack/customPublicPath ./chrome/extension/popup\",\n          \"moduleName\": \"multi ./webpack/customPublicPath ./chrome/extension/popup\",\n          \"type\": \"single entry\",\n          \"userRequest\": \"/Users/jarred/Code/styleurl/webpack/customPublicPath\",\n          \"loc\": \"+0\"\n        },\n        {\n          \"moduleId\": 180,\n          \"moduleIdentifier\": \"multi /Users/jarred/Code/styleurl/webpack/customPublicPath /Users/jarred/Code/styleurl/chrome/extension/inject\",\n          \"module\": \"multi ./webpack/customPublicPath ./chrome/extension/inject\",\n          \"moduleName\": \"multi ./webpack/customPublicPath ./chrome/extension/inject\",\n          \"type\": \"single entry\",\n          \"userRequest\": \"/Users/jarred/Code/styleurl/webpack/customPublicPath\",\n          \"loc\": \"+0\"\n        },\n        {\n          \"moduleId\": 191,\n          \"moduleIdentifier\": \"multi /Users/jarred/Code/styleurl/webpack/customPublicPath /Users/jarred/Code/styleurl/chrome/extension/background\",\n          \"module\": \"multi ./webpack/customPublicPath ./chrome/extension/background\",\n          \"moduleName\": \"multi ./webpack/customPublicPath ./chrome/extension/background\",\n          \"type\": \"single entry\",\n          \"userRequest\": \"/Users/jarred/Code/styleurl/webpack/customPublicPath\",\n          \"loc\": \"+0\"\n        },\n        {\n          \"moduleId\": 342,\n          \"moduleIdentifier\": \"multi /Users/jarred/Code/styleurl/webpack/customPublicPath /Users/jarred/Code/styleurl/chrome/extension/devtools\",\n          \"module\": \"multi ./webpack/customPublicPath ./chrome/extension/devtools\",\n          \"moduleName\": \"multi ./webpack/customPublicPath ./chrome/extension/devtools\",\n          \"type\": \"single entry\",\n          \"userRequest\": \"/Users/jarred/Code/styleurl/webpack/customPublicPath\",\n          \"loc\": \"+0\"\n        },\n        {\n          \"moduleId\": 350,\n          \"moduleIdentifier\": \"multi /Users/jarred/Code/styleurl/webpack/customPublicPath /Users/jarred/Code/styleurl/chrome/extension/github_gist_content_script\",\n          \"module\": \"multi ./webpack/customPublicPath ./chrome/extension/github_gist_content_script\",\n          \"moduleName\": \"multi ./webpack/customPublicPath ./chrome/extension/github_gist_content_script\",\n          \"type\": \"single entry\",\n          \"userRequest\": \"/Users/jarred/Code/styleurl/webpack/customPublicPath\",\n          \"loc\": \"+0\"\n        }\n      ],\n      \"usedExports\": true,\n      \"providedExports\": null,\n      \"optimizationBailout\": [\n        \"ModuleConcatenation bailout: Module is not an ECMAScript module\"\n      ],\n      \"depth\": 1,\n      \"source\": \"\\\"use strict\\\";\\n\\n/* global __webpack_public_path__ __HOST__ __PORT__ */\\n\\n/* eslint no-global-assign: 0 camelcase: 0 */\\nif (process.env.NODE_ENV === \\\"production\\\") {\\n  __webpack_public_path__ = chrome.extension.getURL(\\\"\\\");\\n} else {\\n  // In development mode,\\n  // the iframe of injectpage cannot get correct path,\\n  // it need to get parent page protocol.\\n  const path = `//${__HOST__}:${__PORT__}/`;\\n\\n  if (location.protocol === \\\"https:\\\" || location.search.indexOf(\\\"protocol=https\\\") !== -1) {\\n    __webpack_public_path__ = `https:${path}`;\\n  } else {\\n    __webpack_public_path__ = `http:${path}`;\\n  }\\n}\"\n    },\n    {\n      \"id\": 19,\n      \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/isObject.js\",\n      \"name\": \"./node_modules/lodash/isObject.js\",\n      \"index\": 72,\n      \"index2\": 60,\n      \"size\": 733,\n      \"cacheable\": true,\n      \"built\": true,\n      \"optional\": false,\n      \"prefetched\": false,\n      \"chunks\": [\n        2,\n        3,\n        4\n      ],\n      \"issuer\": \"/Users/jarred/Code/styleurl/node_modules/lodash/isFunction.js\",\n      \"issuerId\": 27,\n      \"issuerName\": \"./node_modules/lodash/isFunction.js\",\n      \"issuerPath\": [\n        {\n          \"id\": 342,\n          \"identifier\": \"multi /Users/jarred/Code/styleurl/webpack/customPublicPath /Users/jarred/Code/styleurl/chrome/extension/devtools\",\n          \"name\": \"multi ./webpack/customPublicPath ./chrome/extension/devtools\",\n          \"profile\": {\n            \"factory\": 0,\n            \"building\": 0,\n            \"dependencies\": 54\n          }\n        },\n        {\n          \"id\": 343,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/devtools.js\",\n          \"name\": \"./chrome/extension/devtools.js\",\n          \"profile\": {\n            \"factory\": 55,\n            \"building\": 548\n          }\n        },\n        {\n          \"id\": 345,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/isEmpty.js\",\n          \"name\": \"./node_modules/lodash/isEmpty.js\",\n          \"profile\": {\n            \"factory\": 230,\n            \"building\": 567,\n            \"dependencies\": 245\n          }\n        },\n        {\n          \"id\": 37,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/isArrayLike.js\",\n          \"name\": \"./node_modules/lodash/isArrayLike.js\",\n          \"profile\": {\n            \"factory\": 247,\n            \"building\": 72,\n            \"dependencies\": 1\n          }\n        },\n        {\n          \"id\": 27,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/isFunction.js\",\n          \"name\": \"./node_modules/lodash/isFunction.js\",\n          \"profile\": {\n            \"factory\": 87,\n            \"building\": 100,\n            \"dependencies\": 0\n          }\n        }\n      ],\n      \"profile\": {\n        \"factory\": 81,\n        \"building\": 16\n      },\n      \"failed\": false,\n      \"errors\": 0,\n      \"warnings\": 0,\n      \"assets\": [],\n      \"reasons\": [\n        {\n          \"moduleId\": 27,\n          \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/isFunction.js\",\n          \"module\": \"./node_modules/lodash/isFunction.js\",\n          \"moduleName\": \"./node_modules/lodash/isFunction.js\",\n          \"type\": \"cjs require\",\n          \"userRequest\": \"./isObject\",\n          \"loc\": \"2:15-36\"\n        },\n        {\n          \"moduleId\": 89,\n          \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_baseIsNative.js\",\n          \"module\": \"./node_modules/lodash/_baseIsNative.js\",\n          \"moduleName\": \"./node_modules/lodash/_baseIsNative.js\",\n          \"type\": \"cjs require\",\n          \"userRequest\": \"./isObject\",\n          \"loc\": \"3:15-36\"\n        },\n        {\n          \"moduleId\": 143,\n          \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_isStrictComparable.js\",\n          \"module\": \"./node_modules/lodash/_isStrictComparable.js\",\n          \"moduleName\": \"./node_modules/lodash/_isStrictComparable.js\",\n          \"type\": \"cjs require\",\n          \"userRequest\": \"./isObject\",\n          \"loc\": \"1:15-36\"\n        },\n        {\n          \"moduleId\": 252,\n          \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/toNumber.js\",\n          \"module\": \"./node_modules/lodash/toNumber.js\",\n          \"moduleName\": \"./node_modules/lodash/toNumber.js\",\n          \"type\": \"cjs require\",\n          \"userRequest\": \"./isObject\",\n          \"loc\": \"1:15-36\"\n        }\n      ],\n      \"usedExports\": true,\n      \"providedExports\": null,\n      \"optimizationBailout\": [\n        \"ModuleConcatenation bailout: Module is not an ECMAScript module\"\n      ],\n      \"depth\": 5,\n      \"source\": \"/**\\n * Checks if `value` is the\\n * [language type](http://www.ecma-international.org/ecma-262/7.0/#sec-ecmascript-language-types)\\n * of `Object`. (e.g. arrays, functions, objects, regexes, `new Number(0)`, and `new String('')`)\\n *\\n * @static\\n * @memberOf _\\n * @since 0.1.0\\n * @category Lang\\n * @param {*} value The value to check.\\n * @returns {boolean} Returns `true` if `value` is an object, else `false`.\\n * @example\\n *\\n * _.isObject({});\\n * // => true\\n *\\n * _.isObject([1, 2, 3]);\\n * // => true\\n *\\n * _.isObject(_.noop);\\n * // => true\\n *\\n * _.isObject(null);\\n * // => false\\n */\\nfunction isObject(value) {\\n  var type = typeof value;\\n  return value != null && (type == 'object' || type == 'function');\\n}\\n\\nmodule.exports = isObject;\\n\"\n    },\n    {\n      \"id\": 20,\n      \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/isLength.js\",\n      \"name\": \"./node_modules/lodash/isLength.js\",\n      \"index\": 124,\n      \"index2\": 110,\n      \"size\": 802,\n      \"cacheable\": true,\n      \"built\": true,\n      \"optional\": false,\n      \"prefetched\": false,\n      \"chunks\": [\n        2,\n        3,\n        4\n      ],\n      \"issuer\": \"/Users/jarred/Code/styleurl/node_modules/lodash/isArrayLike.js\",\n      \"issuerId\": 37,\n      \"issuerName\": \"./node_modules/lodash/isArrayLike.js\",\n      \"issuerPath\": [\n        {\n          \"id\": 342,\n          \"identifier\": \"multi /Users/jarred/Code/styleurl/webpack/customPublicPath /Users/jarred/Code/styleurl/chrome/extension/devtools\",\n          \"name\": \"multi ./webpack/customPublicPath ./chrome/extension/devtools\",\n          \"profile\": {\n            \"factory\": 0,\n            \"building\": 0,\n            \"dependencies\": 54\n          }\n        },\n        {\n          \"id\": 343,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/devtools.js\",\n          \"name\": \"./chrome/extension/devtools.js\",\n          \"profile\": {\n            \"factory\": 55,\n            \"building\": 548\n          }\n        },\n        {\n          \"id\": 345,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/isEmpty.js\",\n          \"name\": \"./node_modules/lodash/isEmpty.js\",\n          \"profile\": {\n            \"factory\": 230,\n            \"building\": 567,\n            \"dependencies\": 245\n          }\n        },\n        {\n          \"id\": 37,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/isArrayLike.js\",\n          \"name\": \"./node_modules/lodash/isArrayLike.js\",\n          \"profile\": {\n            \"factory\": 247,\n            \"building\": 72,\n            \"dependencies\": 1\n          }\n        }\n      ],\n      \"profile\": {\n        \"factory\": 87,\n        \"building\": 100,\n        \"dependencies\": 0\n      },\n      \"failed\": false,\n      \"errors\": 0,\n      \"warnings\": 0,\n      \"assets\": [],\n      \"reasons\": [\n        {\n          \"moduleId\": 37,\n          \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/isArrayLike.js\",\n          \"module\": \"./node_modules/lodash/isArrayLike.js\",\n          \"moduleName\": \"./node_modules/lodash/isArrayLike.js\",\n          \"type\": \"cjs require\",\n          \"userRequest\": \"./isLength\",\n          \"loc\": \"2:15-36\"\n        },\n        {\n          \"moduleId\": 50,\n          \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_baseIsTypedArray.js\",\n          \"module\": \"./node_modules/lodash/_baseIsTypedArray.js\",\n          \"moduleName\": \"./node_modules/lodash/_baseIsTypedArray.js\",\n          \"type\": \"cjs require\",\n          \"userRequest\": \"./isLength\",\n          \"loc\": \"2:15-36\"\n        },\n        {\n          \"moduleId\": 246,\n          \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_hasPath.js\",\n          \"module\": \"./node_modules/lodash/_hasPath.js\",\n          \"moduleName\": \"./node_modules/lodash/_hasPath.js\",\n          \"type\": \"cjs require\",\n          \"userRequest\": \"./isLength\",\n          \"loc\": \"5:15-36\"\n        }\n      ],\n      \"usedExports\": true,\n      \"providedExports\": null,\n      \"optimizationBailout\": [\n        \"ModuleConcatenation bailout: Module is not an ECMAScript module\"\n      ],\n      \"depth\": 4,\n      \"source\": \"/** Used as references for various `Number` constants. */\\nvar MAX_SAFE_INTEGER = 9007199254740991;\\n\\n/**\\n * Checks if `value` is a valid array-like length.\\n *\\n * **Note:** This method is loosely based on\\n * [`ToLength`](http://ecma-international.org/ecma-262/7.0/#sec-tolength).\\n *\\n * @static\\n * @memberOf _\\n * @since 4.0.0\\n * @category Lang\\n * @param {*} value The value to check.\\n * @returns {boolean} Returns `true` if `value` is a valid length, else `false`.\\n * @example\\n *\\n * _.isLength(3);\\n * // => true\\n *\\n * _.isLength(Number.MIN_VALUE);\\n * // => false\\n *\\n * _.isLength(Infinity);\\n * // => false\\n *\\n * _.isLength('3');\\n * // => false\\n */\\nfunction isLength(value) {\\n  return typeof value == 'number' &&\\n    value > -1 && value % 1 == 0 && value <= MAX_SAFE_INTEGER;\\n}\\n\\nmodule.exports = isLength;\\n\"\n    },\n    {\n      \"id\": 21,\n      \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/js-yaml/lib/js-yaml/schema/default_full.js\",\n      \"name\": \"./node_modules/js-yaml/lib/js-yaml/schema/default_full.js\",\n      \"index\": 198,\n      \"index2\": 195,\n      \"size\": 610,\n      \"cacheable\": true,\n      \"built\": true,\n      \"optional\": false,\n      \"prefetched\": false,\n      \"chunks\": [\n        2,\n        4\n      ],\n      \"issuer\": \"/Users/jarred/Code/styleurl/node_modules/js-yaml/lib/js-yaml.js\",\n      \"issuerId\": 105,\n      \"issuerName\": \"./node_modules/js-yaml/lib/js-yaml.js\",\n      \"issuerPath\": [\n        {\n          \"id\": 350,\n          \"identifier\": \"multi /Users/jarred/Code/styleurl/webpack/customPublicPath /Users/jarred/Code/styleurl/chrome/extension/github_gist_content_script\",\n          \"name\": \"multi ./webpack/customPublicPath ./chrome/extension/github_gist_content_script\",\n          \"profile\": {\n            \"factory\": 0,\n            \"building\": 0,\n            \"dependencies\": 53\n          }\n        },\n        {\n          \"id\": 351,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/github_gist_content_script.js\",\n          \"name\": \"./chrome/extension/github_gist_content_script.js\",\n          \"profile\": {\n            \"factory\": 54,\n            \"building\": 576,\n            \"dependencies\": 194\n          }\n        },\n        {\n          \"id\": 55,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/lib/stylefile.js\",\n          \"name\": \"./chrome/extension/lib/stylefile.js\",\n          \"profile\": {\n            \"factory\": 194,\n            \"building\": 246,\n            \"dependencies\": 40\n          }\n        },\n        {\n          \"id\": 104,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/js-yaml/index.js\",\n          \"name\": \"./node_modules/js-yaml/index.js\",\n          \"profile\": {\n            \"factory\": 408,\n            \"building\": 42\n          }\n        },\n        {\n          \"id\": 105,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/js-yaml/lib/js-yaml.js\",\n          \"name\": \"./node_modules/js-yaml/lib/js-yaml.js\",\n          \"profile\": {\n            \"factory\": 96,\n            \"building\": 77\n          }\n        }\n      ],\n      \"profile\": {\n        \"factory\": 33,\n        \"building\": 66,\n        \"dependencies\": 42\n      },\n      \"failed\": false,\n      \"errors\": 0,\n      \"warnings\": 0,\n      \"assets\": [],\n      \"reasons\": [\n        {\n          \"moduleId\": 105,\n          \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/js-yaml/lib/js-yaml.js\",\n          \"module\": \"./node_modules/js-yaml/lib/js-yaml.js\",\n          \"moduleName\": \"./node_modules/js-yaml/lib/js-yaml.js\",\n          \"type\": \"cjs require\",\n          \"userRequest\": \"./js-yaml/schema/default_full\",\n          \"loc\": \"21:37-77\"\n        },\n        {\n          \"moduleId\": 105,\n          \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/js-yaml/lib/js-yaml.js\",\n          \"module\": \"./node_modules/js-yaml/lib/js-yaml.js\",\n          \"moduleName\": \"./node_modules/js-yaml/lib/js-yaml.js\",\n          \"type\": \"cjs require\",\n          \"userRequest\": \"./js-yaml/schema/default_full\",\n          \"loc\": \"33:32-72\"\n        },\n        {\n          \"moduleId\": 106,\n          \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/js-yaml/lib/js-yaml/loader.js\",\n          \"module\": \"./node_modules/js-yaml/lib/js-yaml/loader.js\",\n          \"moduleName\": \"./node_modules/js-yaml/lib/js-yaml/loader.js\",\n          \"type\": \"cjs require\",\n          \"userRequest\": \"./schema/default_full\",\n          \"loc\": \"9:26-58\"\n        },\n        {\n          \"moduleId\": 127,\n          \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/js-yaml/lib/js-yaml/dumper.js\",\n          \"module\": \"./node_modules/js-yaml/lib/js-yaml/dumper.js\",\n          \"moduleName\": \"./node_modules/js-yaml/lib/js-yaml/dumper.js\",\n          \"type\": \"cjs require\",\n          \"userRequest\": \"./schema/default_full\",\n          \"loc\": \"7:26-58\"\n        }\n      ],\n      \"usedExports\": true,\n      \"providedExports\": null,\n      \"optimizationBailout\": [\n        \"ModuleConcatenation bailout: Module is not an ECMAScript module\"\n      ],\n      \"depth\": 5,\n      \"source\": \"// JS-YAML's default schema for `load` function.\\n// It is not described in the YAML specification.\\n//\\n// This schema is based on JS-YAML's default safe schema and includes\\n// JavaScript-specific types: !!js/undefined, !!js/regexp and !!js/function.\\n//\\n// Also this schema is used as default base schema at `Schema.create` function.\\n\\n\\n'use strict';\\n\\n\\nvar Schema = require('../schema');\\n\\n\\nmodule.exports = Schema.DEFAULT = new Schema({\\n  include: [\\n    require('./default_safe')\\n  ],\\n  explicit: [\\n    require('../type/js/undefined'),\\n    require('../type/js/regexp'),\\n    require('../type/js/function')\\n  ]\\n});\\n\"\n    },\n    {\n      \"id\": 22,\n      \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/react/index.js\",\n      \"name\": \"./node_modules/react/index.js\",\n      \"index\": 3,\n      \"index2\": 6,\n      \"size\": 190,\n      \"cacheable\": true,\n      \"built\": true,\n      \"optional\": false,\n      \"prefetched\": false,\n      \"chunks\": [\n        0,\n        1\n      ],\n      \"issuer\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/popup.js\",\n      \"issuerId\": 172,\n      \"issuerName\": \"./chrome/extension/popup.js\",\n      \"issuerPath\": [\n        {\n          \"id\": 171,\n          \"identifier\": \"multi /Users/jarred/Code/styleurl/webpack/customPublicPath /Users/jarred/Code/styleurl/chrome/extension/popup\",\n          \"name\": \"multi ./webpack/customPublicPath ./chrome/extension/popup\",\n          \"profile\": {\n            \"factory\": 0,\n            \"building\": 3\n          }\n        },\n        {\n          \"id\": 172,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/popup.js\",\n          \"name\": \"./chrome/extension/popup.js\",\n          \"profile\": {\n            \"factory\": 58,\n            \"building\": 445\n          }\n        }\n      ],\n      \"profile\": {\n        \"factory\": 340,\n        \"building\": 762,\n        \"dependencies\": 60\n      },\n      \"failed\": false,\n      \"errors\": 0,\n      \"warnings\": 0,\n      \"assets\": [],\n      \"reasons\": [\n        {\n          \"moduleId\": 78,\n          \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/react-dom/cjs/react-dom.production.min.js\",\n          \"module\": \"./node_modules/react-dom/cjs/react-dom.production.min.js\",\n          \"moduleName\": \"./node_modules/react-dom/cjs/react-dom.production.min.js\",\n          \"type\": \"cjs require\",\n          \"userRequest\": \"react\",\n          \"loc\": \"13:53-69\"\n        },\n        {\n          \"moduleId\": 172,\n          \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/popup.js\",\n          \"module\": \"./chrome/extension/popup.js\",\n          \"moduleName\": \"./chrome/extension/popup.js\",\n          \"type\": \"cjs require\",\n          \"userRequest\": \"react\",\n          \"loc\": \"3:36-52\"\n        },\n        {\n          \"moduleId\": 173,\n          \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/popup/Popup.js\",\n          \"module\": \"./chrome/extension/popup/Popup.js\",\n          \"moduleName\": \"./chrome/extension/popup/Popup.js\",\n          \"type\": \"cjs require\",\n          \"userRequest\": \"react\",\n          \"loc\": \"8:36-52\"\n        },\n        {\n          \"moduleId\": 174,\n          \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/popup/Gist.js\",\n          \"module\": \"./chrome/extension/popup/Gist.js\",\n          \"moduleName\": \"./chrome/extension/popup/Gist.js\",\n          \"type\": \"cjs require\",\n          \"userRequest\": \"react\",\n          \"loc\": \"8:36-52\"\n        },\n        {\n          \"moduleId\": 181,\n          \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/inject.js\",\n          \"module\": \"./chrome/extension/inject.js\",\n          \"moduleName\": \"./chrome/extension/inject.js\",\n          \"type\": \"cjs require\",\n          \"userRequest\": \"react\",\n          \"loc\": \"3:37-53\"\n        },\n        {\n          \"moduleId\": 183,\n          \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/react-dock/lib/Dock.js\",\n          \"module\": \"./node_modules/react-dock/lib/Dock.js\",\n          \"moduleName\": \"./node_modules/react-dock/lib/Dock.js\",\n          \"type\": \"cjs require\",\n          \"userRequest\": \"react\",\n          \"loc\": \"14:13-29\"\n        }\n      ],\n      \"usedExports\": true,\n      \"providedExports\": null,\n      \"optimizationBailout\": [\n        \"ModuleConcatenation bailout: Module is not an ECMAScript module\"\n      ],\n      \"depth\": 2,\n      \"source\": \"'use strict';\\n\\nif (process.env.NODE_ENV === 'production') {\\n  module.exports = require('./cjs/react.production.min.js');\\n} else {\\n  module.exports = require('./cjs/react.development.js');\\n}\\n\"\n    },\n    {\n      \"id\": 23,\n      \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_freeGlobal.js\",\n      \"name\": \"./node_modules/lodash/_freeGlobal.js\",\n      \"index\": 69,\n      \"index2\": 54,\n      \"size\": 173,\n      \"cacheable\": true,\n      \"built\": true,\n      \"optional\": false,\n      \"prefetched\": false,\n      \"chunks\": [\n        2,\n        3,\n        4\n      ],\n      \"issuer\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_root.js\",\n      \"issuerId\": 4,\n      \"issuerName\": \"./node_modules/lodash/_root.js\",\n      \"issuerPath\": [\n        {\n          \"id\": 342,\n          \"identifier\": \"multi /Users/jarred/Code/styleurl/webpack/customPublicPath /Users/jarred/Code/styleurl/chrome/extension/devtools\",\n          \"name\": \"multi ./webpack/customPublicPath ./chrome/extension/devtools\",\n          \"profile\": {\n            \"factory\": 0,\n            \"building\": 0,\n            \"dependencies\": 54\n          }\n        },\n        {\n          \"id\": 343,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/devtools.js\",\n          \"name\": \"./chrome/extension/devtools.js\",\n          \"profile\": {\n            \"factory\": 55,\n            \"building\": 548\n          }\n        },\n        {\n          \"id\": 345,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/isEmpty.js\",\n          \"name\": \"./node_modules/lodash/isEmpty.js\",\n          \"profile\": {\n            \"factory\": 230,\n            \"building\": 567,\n            \"dependencies\": 245\n          }\n        },\n        {\n          \"id\": 28,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/isBuffer.js\",\n          \"name\": \"./node_modules/lodash/isBuffer.js\",\n          \"profile\": {\n            \"factory\": 247,\n            \"building\": 72,\n            \"dependencies\": 1\n          }\n        },\n        {\n          \"id\": 4,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_root.js\",\n          \"name\": \"./node_modules/lodash/_root.js\",\n          \"profile\": {\n            \"factory\": 85,\n            \"building\": 100\n          }\n        }\n      ],\n      \"profile\": {\n        \"factory\": 81,\n        \"building\": 16,\n        \"dependencies\": 1\n      },\n      \"failed\": false,\n      \"errors\": 0,\n      \"warnings\": 0,\n      \"assets\": [],\n      \"reasons\": [\n        {\n          \"moduleId\": 4,\n          \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_root.js\",\n          \"module\": \"./node_modules/lodash/_root.js\",\n          \"moduleName\": \"./node_modules/lodash/_root.js\",\n          \"type\": \"cjs require\",\n          \"userRequest\": \"./_freeGlobal\",\n          \"loc\": \"1:17-41\"\n        },\n        {\n          \"moduleId\": 52,\n          \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_nodeUtil.js\",\n          \"module\": \"./node_modules/lodash/_nodeUtil.js\",\n          \"moduleName\": \"./node_modules/lodash/_nodeUtil.js\",\n          \"type\": \"cjs require\",\n          \"userRequest\": \"./_freeGlobal\",\n          \"loc\": \"1:17-41\"\n        }\n      ],\n      \"usedExports\": true,\n      \"providedExports\": null,\n      \"optimizationBailout\": [\n        \"ModuleConcatenation bailout: Module is not an ECMAScript module\"\n      ],\n      \"depth\": 5,\n      \"source\": \"/** Detect free variable `global` from Node.js. */\\nvar freeGlobal = typeof global == 'object' && global && global.Object === Object && global;\\n\\nmodule.exports = freeGlobal;\\n\"\n    },\n    {\n      \"id\": 24,\n      \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/keys.js\",\n      \"name\": \"./node_modules/lodash/keys.js\",\n      \"index\": 112,\n      \"index2\": 121,\n      \"size\": 884,\n      \"cacheable\": true,\n      \"built\": true,\n      \"optional\": false,\n      \"prefetched\": false,\n      \"chunks\": [\n        2,\n        3,\n        4\n      ],\n      \"issuer\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/devtools.js\",\n      \"issuerId\": 343,\n      \"issuerName\": \"./chrome/extension/devtools.js\",\n      \"issuerPath\": [\n        {\n          \"id\": 342,\n          \"identifier\": \"multi /Users/jarred/Code/styleurl/webpack/customPublicPath /Users/jarred/Code/styleurl/chrome/extension/devtools\",\n          \"name\": \"multi ./webpack/customPublicPath ./chrome/extension/devtools\",\n          \"profile\": {\n            \"factory\": 0,\n            \"building\": 0,\n            \"dependencies\": 54\n          }\n        },\n        {\n          \"id\": 343,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/devtools.js\",\n          \"name\": \"./chrome/extension/devtools.js\",\n          \"profile\": {\n            \"factory\": 55,\n            \"building\": 548\n          }\n        }\n      ],\n      \"profile\": {\n        \"factory\": 230,\n        \"building\": 567,\n        \"dependencies\": 245\n      },\n      \"failed\": false,\n      \"errors\": 0,\n      \"warnings\": 0,\n      \"assets\": [],\n      \"reasons\": [\n        {\n          \"moduleId\": 101,\n          \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/lib/gists.js\",\n          \"module\": \"./chrome/extension/lib/gists.js\",\n          \"moduleName\": \"./chrome/extension/lib/gists.js\",\n          \"type\": \"cjs require\",\n          \"userRequest\": \"lodash/keys\",\n          \"loc\": \"8:36-58\"\n        },\n        {\n          \"moduleId\": 231,\n          \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_getAllKeys.js\",\n          \"module\": \"./node_modules/lodash/_getAllKeys.js\",\n          \"moduleName\": \"./node_modules/lodash/_getAllKeys.js\",\n          \"type\": \"cjs require\",\n          \"userRequest\": \"./keys\",\n          \"loc\": \"3:11-28\"\n        },\n        {\n          \"moduleId\": 236,\n          \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_getMatchData.js\",\n          \"module\": \"./node_modules/lodash/_getMatchData.js\",\n          \"moduleName\": \"./node_modules/lodash/_getMatchData.js\",\n          \"type\": \"cjs require\",\n          \"userRequest\": \"./keys\",\n          \"loc\": \"2:11-28\"\n        },\n        {\n          \"moduleId\": 253,\n          \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/values.js\",\n          \"module\": \"./node_modules/lodash/values.js\",\n          \"moduleName\": \"./node_modules/lodash/values.js\",\n          \"type\": \"cjs require\",\n          \"userRequest\": \"./keys\",\n          \"loc\": \"2:11-28\"\n        },\n        {\n          \"moduleId\": 343,\n          \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/devtools.js\",\n          \"module\": \"./chrome/extension/devtools.js\",\n          \"moduleName\": \"./chrome/extension/devtools.js\",\n          \"type\": \"cjs require\",\n          \"userRequest\": \"lodash/keys\",\n          \"loc\": \"11:36-58\"\n        }\n      ],\n      \"usedExports\": true,\n      \"providedExports\": null,\n      \"optimizationBailout\": [\n        \"ModuleConcatenation bailout: Module is not an ECMAScript module\"\n      ],\n      \"depth\": 2,\n      \"source\": \"var arrayLikeKeys = require('./_arrayLikeKeys'),\\n    baseKeys = require('./_baseKeys'),\\n    isArrayLike = require('./isArrayLike');\\n\\n/**\\n * Creates an array of the own enumerable property names of `object`.\\n *\\n * **Note:** Non-object values are coerced to objects. See the\\n * [ES spec](http://ecma-international.org/ecma-262/7.0/#sec-object.keys)\\n * for more details.\\n *\\n * @static\\n * @since 0.1.0\\n * @memberOf _\\n * @category Object\\n * @param {Object} object The object to query.\\n * @returns {Array} Returns the array of property names.\\n * @example\\n *\\n * function Foo() {\\n *   this.a = 1;\\n *   this.b = 2;\\n * }\\n *\\n * Foo.prototype.c = 3;\\n *\\n * _.keys(new Foo);\\n * // => ['a', 'b'] (iteration order is not guaranteed)\\n *\\n * _.keys('hi');\\n * // => ['0', '1']\\n */\\nfunction keys(object) {\\n  return isArrayLike(object) ? arrayLikeKeys(object) : baseKeys(object);\\n}\\n\\nmodule.exports = keys;\\n\"\n    },\n    {\n      \"id\": 25,\n      \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/isArguments.js\",\n      \"name\": \"./node_modules/lodash/isArguments.js\",\n      \"index\": 115,\n      \"index2\": 105,\n      \"size\": 1026,\n      \"cacheable\": true,\n      \"built\": true,\n      \"optional\": false,\n      \"prefetched\": false,\n      \"chunks\": [\n        2,\n        3,\n        4\n      ],\n      \"issuer\": \"/Users/jarred/Code/styleurl/node_modules/lodash/isEmpty.js\",\n      \"issuerId\": 345,\n      \"issuerName\": \"./node_modules/lodash/isEmpty.js\",\n      \"issuerPath\": [\n        {\n          \"id\": 342,\n          \"identifier\": \"multi /Users/jarred/Code/styleurl/webpack/customPublicPath /Users/jarred/Code/styleurl/chrome/extension/devtools\",\n          \"name\": \"multi ./webpack/customPublicPath ./chrome/extension/devtools\",\n          \"profile\": {\n            \"factory\": 0,\n            \"building\": 0,\n            \"dependencies\": 54\n          }\n        },\n        {\n          \"id\": 343,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/devtools.js\",\n          \"name\": \"./chrome/extension/devtools.js\",\n          \"profile\": {\n            \"factory\": 55,\n            \"building\": 548\n          }\n        },\n        {\n          \"id\": 345,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/isEmpty.js\",\n          \"name\": \"./node_modules/lodash/isEmpty.js\",\n          \"profile\": {\n            \"factory\": 230,\n            \"building\": 567,\n            \"dependencies\": 245\n          }\n        }\n      ],\n      \"profile\": {\n        \"factory\": 247,\n        \"building\": 72,\n        \"dependencies\": 1\n      },\n      \"failed\": false,\n      \"errors\": 0,\n      \"warnings\": 0,\n      \"assets\": [],\n      \"reasons\": [\n        {\n          \"moduleId\": 46,\n          \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_arrayLikeKeys.js\",\n          \"module\": \"./node_modules/lodash/_arrayLikeKeys.js\",\n          \"moduleName\": \"./node_modules/lodash/_arrayLikeKeys.js\",\n          \"type\": \"cjs require\",\n          \"userRequest\": \"./isArguments\",\n          \"loc\": \"2:18-42\"\n        },\n        {\n          \"moduleId\": 246,\n          \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_hasPath.js\",\n          \"module\": \"./node_modules/lodash/_hasPath.js\",\n          \"moduleName\": \"./node_modules/lodash/_hasPath.js\",\n          \"type\": \"cjs require\",\n          \"userRequest\": \"./isArguments\",\n          \"loc\": \"2:18-42\"\n        },\n        {\n          \"moduleId\": 345,\n          \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/isEmpty.js\",\n          \"module\": \"./node_modules/lodash/isEmpty.js\",\n          \"moduleName\": \"./node_modules/lodash/isEmpty.js\",\n          \"type\": \"cjs require\",\n          \"userRequest\": \"./isArguments\",\n          \"loc\": \"3:18-42\"\n        },\n        {\n          \"moduleId\": 348,\n          \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_isFlattenable.js\",\n          \"module\": \"./node_modules/lodash/_isFlattenable.js\",\n          \"moduleName\": \"./node_modules/lodash/_isFlattenable.js\",\n          \"type\": \"cjs require\",\n          \"userRequest\": \"./isArguments\",\n          \"loc\": \"2:18-42\"\n        }\n      ],\n      \"usedExports\": true,\n      \"providedExports\": null,\n      \"optimizationBailout\": [\n        \"ModuleConcatenation bailout: Module is not an ECMAScript module\"\n      ],\n      \"depth\": 3,\n      \"source\": \"var baseIsArguments = require('./_baseIsArguments'),\\n    isObjectLike = require('./isObjectLike');\\n\\n/** Used for built-in method references. */\\nvar objectProto = Object.prototype;\\n\\n/** Used to check objects for own properties. */\\nvar hasOwnProperty = objectProto.hasOwnProperty;\\n\\n/** Built-in value references. */\\nvar propertyIsEnumerable = objectProto.propertyIsEnumerable;\\n\\n/**\\n * Checks if `value` is likely an `arguments` object.\\n *\\n * @static\\n * @memberOf _\\n * @since 0.1.0\\n * @category Lang\\n * @param {*} value The value to check.\\n * @returns {boolean} Returns `true` if `value` is an `arguments` object,\\n *  else `false`.\\n * @example\\n *\\n * _.isArguments(function() { return arguments; }());\\n * // => true\\n *\\n * _.isArguments([1, 2, 3]);\\n * // => false\\n */\\nvar isArguments = baseIsArguments(function() { return arguments; }()) ? baseIsArguments : function(value) {\\n  return isObjectLike(value) && hasOwnProperty.call(value, 'callee') &&\\n    !propertyIsEnumerable.call(value, 'callee');\\n};\\n\\nmodule.exports = isArguments;\\n\"\n    },\n    {\n      \"id\": 26,\n      \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/timers-browserify/main.js\",\n      \"name\": \"./node_modules/timers-browserify/main.js\",\n      \"index\": 207,\n      \"index2\": 205,\n      \"size\": 1895,\n      \"cacheable\": true,\n      \"built\": true,\n      \"optional\": false,\n      \"prefetched\": false,\n      \"chunks\": [\n        2,\n        3\n      ],\n      \"issuer\": \"/Users/jarred/Code/styleurl/node_modules/bluebird/js/browser/bluebird.js\",\n      \"issuerId\": 128,\n      \"issuerName\": \"./node_modules/bluebird/js/browser/bluebird.js\",\n      \"issuerPath\": [\n        {\n          \"id\": 342,\n          \"identifier\": \"multi /Users/jarred/Code/styleurl/webpack/customPublicPath /Users/jarred/Code/styleurl/chrome/extension/devtools\",\n          \"name\": \"multi ./webpack/customPublicPath ./chrome/extension/devtools\",\n          \"profile\": {\n            \"factory\": 0,\n            \"building\": 0,\n            \"dependencies\": 54\n          }\n        },\n        {\n          \"id\": 343,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/devtools.js\",\n          \"name\": \"./chrome/extension/devtools.js\",\n          \"profile\": {\n            \"factory\": 55,\n            \"building\": 548\n          }\n        },\n        {\n          \"id\": 128,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/bluebird/js/browser/bluebird.js\",\n          \"name\": \"./node_modules/bluebird/js/browser/bluebird.js\",\n          \"profile\": {\n            \"factory\": 230,\n            \"building\": 567,\n            \"dependencies\": 245\n          }\n        }\n      ],\n      \"profile\": {\n        \"factory\": 25,\n        \"building\": 24,\n        \"dependencies\": 1\n      },\n      \"failed\": false,\n      \"errors\": 0,\n      \"warnings\": 0,\n      \"assets\": [],\n      \"reasons\": [\n        {\n          \"moduleId\": 128,\n          \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/bluebird/js/browser/bluebird.js\",\n          \"module\": \"./node_modules/bluebird/js/browser/bluebird.js\",\n          \"moduleName\": \"./node_modules/bluebird/js/browser/bluebird.js\",\n          \"type\": \"cjs require\",\n          \"userRequest\": \"setImmediate\",\n          \"loc\": \"1:0-47\"\n        },\n        {\n          \"moduleId\": 134,\n          \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/readable-stream/lib/_stream_writable.js\",\n          \"module\": \"./node_modules/readable-stream/lib/_stream_writable.js\",\n          \"moduleName\": \"./node_modules/readable-stream/lib/_stream_writable.js\",\n          \"type\": \"cjs require\",\n          \"userRequest\": \"setImmediate\",\n          \"loc\": \"1:0-44\"\n        },\n        {\n          \"moduleId\": 150,\n          \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/memfs/lib/setImmediate.js\",\n          \"module\": \"./node_modules/memfs/lib/setImmediate.js\",\n          \"moduleName\": \"./node_modules/memfs/lib/setImmediate.js\",\n          \"type\": \"cjs require\",\n          \"userRequest\": \"setImmediate\",\n          \"loc\": \"1:0-44\"\n        },\n        {\n          \"moduleId\": 164,\n          \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/stream-http/node_modules/readable-stream/lib/_stream_writable.js\",\n          \"module\": \"./node_modules/stream-http/node_modules/readable-stream/lib/_stream_writable.js\",\n          \"moduleName\": \"./node_modules/stream-http/node_modules/readable-stream/lib/_stream_writable.js\",\n          \"type\": \"cjs require\",\n          \"userRequest\": \"setImmediate\",\n          \"loc\": \"1:0-50\"\n        },\n        {\n          \"moduleId\": 289,\n          \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/source-map-resolve/source-map-resolve.js\",\n          \"module\": \"./node_modules/source-map-resolve/source-map-resolve.js\",\n          \"moduleName\": \"./node_modules/source-map-resolve/source-map-resolve.js\",\n          \"type\": \"cjs require\",\n          \"userRequest\": \"setImmediate\",\n          \"loc\": \"1:0-41\"\n        },\n        {\n          \"moduleId\": 293,\n          \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/fetch/lib/fetch.js\",\n          \"module\": \"./node_modules/fetch/lib/fetch.js\",\n          \"moduleName\": \"./node_modules/fetch/lib/fetch.js\",\n          \"type\": \"cjs require\",\n          \"userRequest\": \"setImmediate\",\n          \"loc\": \"1:0-44\"\n        }\n      ],\n      \"usedExports\": true,\n      \"providedExports\": null,\n      \"optimizationBailout\": [\n        \"ModuleConcatenation bailout: Module is not an ECMAScript module\"\n      ],\n      \"depth\": 3,\n      \"source\": \"var apply = Function.prototype.apply;\\n\\n// DOM APIs, for completeness\\n\\nexports.setTimeout = function() {\\n  return new Timeout(apply.call(setTimeout, window, arguments), clearTimeout);\\n};\\nexports.setInterval = function() {\\n  return new Timeout(apply.call(setInterval, window, arguments), clearInterval);\\n};\\nexports.clearTimeout =\\nexports.clearInterval = function(timeout) {\\n  if (timeout) {\\n    timeout.close();\\n  }\\n};\\n\\nfunction Timeout(id, clearFn) {\\n  this._id = id;\\n  this._clearFn = clearFn;\\n}\\nTimeout.prototype.unref = Timeout.prototype.ref = function() {};\\nTimeout.prototype.close = function() {\\n  this._clearFn.call(window, this._id);\\n};\\n\\n// Does not start the time, just sets up the members needed.\\nexports.enroll = function(item, msecs) {\\n  clearTimeout(item._idleTimeoutId);\\n  item._idleTimeout = msecs;\\n};\\n\\nexports.unenroll = function(item) {\\n  clearTimeout(item._idleTimeoutId);\\n  item._idleTimeout = -1;\\n};\\n\\nexports._unrefActive = exports.active = function(item) {\\n  clearTimeout(item._idleTimeoutId);\\n\\n  var msecs = item._idleTimeout;\\n  if (msecs >= 0) {\\n    item._idleTimeoutId = setTimeout(function onTimeout() {\\n      if (item._onTimeout)\\n        item._onTimeout();\\n    }, msecs);\\n  }\\n};\\n\\n// setimmediate attaches itself to the global object\\nrequire(\\\"setimmediate\\\");\\n// On some exotic environments, it's not clear which object `setimmeidate` was\\n// able to install onto.  Search each possibility in the same order as the\\n// `setimmediate` library.\\nexports.setImmediate = (typeof self !== \\\"undefined\\\" && self.setImmediate) ||\\n                       (typeof global !== \\\"undefined\\\" && global.setImmediate) ||\\n                       (this && this.setImmediate);\\nexports.clearImmediate = (typeof self !== \\\"undefined\\\" && self.clearImmediate) ||\\n                         (typeof global !== \\\"undefined\\\" && global.clearImmediate) ||\\n                         (this && this.clearImmediate);\\n\"\n    },\n    {\n      \"id\": 27,\n      \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/isFunction.js\",\n      \"name\": \"./node_modules/lodash/isFunction.js\",\n      \"index\": 65,\n      \"index2\": 61,\n      \"size\": 993,\n      \"cacheable\": true,\n      \"built\": true,\n      \"optional\": false,\n      \"prefetched\": false,\n      \"chunks\": [\n        2,\n        3,\n        4\n      ],\n      \"issuer\": \"/Users/jarred/Code/styleurl/node_modules/lodash/isArrayLike.js\",\n      \"issuerId\": 37,\n      \"issuerName\": \"./node_modules/lodash/isArrayLike.js\",\n      \"issuerPath\": [\n        {\n          \"id\": 342,\n          \"identifier\": \"multi /Users/jarred/Code/styleurl/webpack/customPublicPath /Users/jarred/Code/styleurl/chrome/extension/devtools\",\n          \"name\": \"multi ./webpack/customPublicPath ./chrome/extension/devtools\",\n          \"profile\": {\n            \"factory\": 0,\n            \"building\": 0,\n            \"dependencies\": 54\n          }\n        },\n        {\n          \"id\": 343,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/devtools.js\",\n          \"name\": \"./chrome/extension/devtools.js\",\n          \"profile\": {\n            \"factory\": 55,\n            \"building\": 548\n          }\n        },\n        {\n          \"id\": 345,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/isEmpty.js\",\n          \"name\": \"./node_modules/lodash/isEmpty.js\",\n          \"profile\": {\n            \"factory\": 230,\n            \"building\": 567,\n            \"dependencies\": 245\n          }\n        },\n        {\n          \"id\": 37,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/isArrayLike.js\",\n          \"name\": \"./node_modules/lodash/isArrayLike.js\",\n          \"profile\": {\n            \"factory\": 247,\n            \"building\": 72,\n            \"dependencies\": 1\n          }\n        }\n      ],\n      \"profile\": {\n        \"factory\": 87,\n        \"building\": 100,\n        \"dependencies\": 0\n      },\n      \"failed\": false,\n      \"errors\": 0,\n      \"warnings\": 0,\n      \"assets\": [],\n      \"reasons\": [\n        {\n          \"moduleId\": 37,\n          \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/isArrayLike.js\",\n          \"module\": \"./node_modules/lodash/isArrayLike.js\",\n          \"moduleName\": \"./node_modules/lodash/isArrayLike.js\",\n          \"type\": \"cjs require\",\n          \"userRequest\": \"./isFunction\",\n          \"loc\": \"1:17-40\"\n        },\n        {\n          \"moduleId\": 89,\n          \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_baseIsNative.js\",\n          \"module\": \"./node_modules/lodash/_baseIsNative.js\",\n          \"moduleName\": \"./node_modules/lodash/_baseIsNative.js\",\n          \"type\": \"cjs require\",\n          \"userRequest\": \"./isFunction\",\n          \"loc\": \"1:17-40\"\n        }\n      ],\n      \"usedExports\": true,\n      \"providedExports\": null,\n      \"optimizationBailout\": [\n        \"ModuleConcatenation bailout: Module is not an ECMAScript module\"\n      ],\n      \"depth\": 4,\n      \"source\": \"var baseGetTag = require('./_baseGetTag'),\\n    isObject = require('./isObject');\\n\\n/** `Object#toString` result references. */\\nvar asyncTag = '[object AsyncFunction]',\\n    funcTag = '[object Function]',\\n    genTag = '[object GeneratorFunction]',\\n    proxyTag = '[object Proxy]';\\n\\n/**\\n * Checks if `value` is classified as a `Function` object.\\n *\\n * @static\\n * @memberOf _\\n * @since 0.1.0\\n * @category Lang\\n * @param {*} value The value to check.\\n * @returns {boolean} Returns `true` if `value` is a function, else `false`.\\n * @example\\n *\\n * _.isFunction(_);\\n * // => true\\n *\\n * _.isFunction(/abc/);\\n * // => false\\n */\\nfunction isFunction(value) {\\n  if (!isObject(value)) {\\n    return false;\\n  }\\n  // The use of `Object#toString` avoids issues with the `typeof` operator\\n  // in Safari 9 which returns 'object' for typed arrays and other constructors.\\n  var tag = baseGetTag(value);\\n  return tag == funcTag || tag == genTag || tag == asyncTag || tag == proxyTag;\\n}\\n\\nmodule.exports = isFunction;\\n\"\n    },\n    {\n      \"id\": 28,\n      \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/isBuffer.js\",\n      \"name\": \"./node_modules/lodash/isBuffer.js\",\n      \"index\": 118,\n      \"index2\": 108,\n      \"size\": 1114,\n      \"cacheable\": true,\n      \"built\": true,\n      \"optional\": false,\n      \"prefetched\": false,\n      \"chunks\": [\n        2,\n        3,\n        4\n      ],\n      \"issuer\": \"/Users/jarred/Code/styleurl/node_modules/lodash/isEmpty.js\",\n      \"issuerId\": 345,\n      \"issuerName\": \"./node_modules/lodash/isEmpty.js\",\n      \"issuerPath\": [\n        {\n          \"id\": 342,\n          \"identifier\": \"multi /Users/jarred/Code/styleurl/webpack/customPublicPath /Users/jarred/Code/styleurl/chrome/extension/devtools\",\n          \"name\": \"multi ./webpack/customPublicPath ./chrome/extension/devtools\",\n          \"profile\": {\n            \"factory\": 0,\n            \"building\": 0,\n            \"dependencies\": 54\n          }\n        },\n        {\n          \"id\": 343,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/devtools.js\",\n          \"name\": \"./chrome/extension/devtools.js\",\n          \"profile\": {\n            \"factory\": 55,\n            \"building\": 548\n          }\n        },\n        {\n          \"id\": 345,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/isEmpty.js\",\n          \"name\": \"./node_modules/lodash/isEmpty.js\",\n          \"profile\": {\n            \"factory\": 230,\n            \"building\": 567,\n            \"dependencies\": 245\n          }\n        }\n      ],\n      \"profile\": {\n        \"factory\": 247,\n        \"building\": 72,\n        \"dependencies\": 1\n      },\n      \"failed\": false,\n      \"errors\": 0,\n      \"warnings\": 0,\n      \"assets\": [],\n      \"reasons\": [\n        {\n          \"moduleId\": 46,\n          \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_arrayLikeKeys.js\",\n          \"module\": \"./node_modules/lodash/_arrayLikeKeys.js\",\n          \"moduleName\": \"./node_modules/lodash/_arrayLikeKeys.js\",\n          \"type\": \"cjs require\",\n          \"userRequest\": \"./isBuffer\",\n          \"loc\": \"4:15-36\"\n        },\n        {\n          \"moduleId\": 220,\n          \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_baseIsEqualDeep.js\",\n          \"module\": \"./node_modules/lodash/_baseIsEqualDeep.js\",\n          \"moduleName\": \"./node_modules/lodash/_baseIsEqualDeep.js\",\n          \"type\": \"cjs require\",\n          \"userRequest\": \"./isBuffer\",\n          \"loc\": \"7:15-36\"\n        },\n        {\n          \"moduleId\": 345,\n          \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/isEmpty.js\",\n          \"module\": \"./node_modules/lodash/isEmpty.js\",\n          \"moduleName\": \"./node_modules/lodash/isEmpty.js\",\n          \"type\": \"cjs require\",\n          \"userRequest\": \"./isBuffer\",\n          \"loc\": \"6:15-36\"\n        }\n      ],\n      \"usedExports\": true,\n      \"providedExports\": null,\n      \"optimizationBailout\": [\n        \"ModuleConcatenation bailout: Module is not an ECMAScript module\"\n      ],\n      \"depth\": 3,\n      \"source\": \"var root = require('./_root'),\\n    stubFalse = require('./stubFalse');\\n\\n/** Detect free variable `exports`. */\\nvar freeExports = typeof exports == 'object' && exports && !exports.nodeType && exports;\\n\\n/** Detect free variable `module`. */\\nvar freeModule = freeExports && typeof module == 'object' && module && !module.nodeType && module;\\n\\n/** Detect the popular CommonJS extension `module.exports`. */\\nvar moduleExports = freeModule && freeModule.exports === freeExports;\\n\\n/** Built-in value references. */\\nvar Buffer = moduleExports ? root.Buffer : undefined;\\n\\n/* Built-in method references for those with the same name as other `lodash` methods. */\\nvar nativeIsBuffer = Buffer ? Buffer.isBuffer : undefined;\\n\\n/**\\n * Checks if `value` is a buffer.\\n *\\n * @static\\n * @memberOf _\\n * @since 4.3.0\\n * @category Lang\\n * @param {*} value The value to check.\\n * @returns {boolean} Returns `true` if `value` is a buffer, else `false`.\\n * @example\\n *\\n * _.isBuffer(new Buffer(2));\\n * // => true\\n *\\n * _.isBuffer(new Uint8Array(2));\\n * // => false\\n */\\nvar isBuffer = nativeIsBuffer || stubFalse;\\n\\nmodule.exports = isBuffer;\\n\"\n    },\n    {\n      \"id\": 29,\n      \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/isTypedArray.js\",\n      \"name\": \"./node_modules/lodash/isTypedArray.js\",\n      \"index\": 122,\n      \"index2\": 114,\n      \"size\": 695,\n      \"cacheable\": true,\n      \"built\": true,\n      \"optional\": false,\n      \"prefetched\": false,\n      \"chunks\": [\n        2,\n        3,\n        4\n      ],\n      \"issuer\": \"/Users/jarred/Code/styleurl/node_modules/lodash/isEmpty.js\",\n      \"issuerId\": 345,\n      \"issuerName\": \"./node_modules/lodash/isEmpty.js\",\n      \"issuerPath\": [\n        {\n          \"id\": 342,\n          \"identifier\": \"multi /Users/jarred/Code/styleurl/webpack/customPublicPath /Users/jarred/Code/styleurl/chrome/extension/devtools\",\n          \"name\": \"multi ./webpack/customPublicPath ./chrome/extension/devtools\",\n          \"profile\": {\n            \"factory\": 0,\n            \"building\": 0,\n            \"dependencies\": 54\n          }\n        },\n        {\n          \"id\": 343,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/devtools.js\",\n          \"name\": \"./chrome/extension/devtools.js\",\n          \"profile\": {\n            \"factory\": 55,\n            \"building\": 548\n          }\n        },\n        {\n          \"id\": 345,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/isEmpty.js\",\n          \"name\": \"./node_modules/lodash/isEmpty.js\",\n          \"profile\": {\n            \"factory\": 230,\n            \"building\": 567,\n            \"dependencies\": 245\n          }\n        }\n      ],\n      \"profile\": {\n        \"factory\": 247,\n        \"building\": 72,\n        \"dependencies\": 1\n      },\n      \"failed\": false,\n      \"errors\": 0,\n      \"warnings\": 0,\n      \"assets\": [],\n      \"reasons\": [\n        {\n          \"moduleId\": 46,\n          \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_arrayLikeKeys.js\",\n          \"module\": \"./node_modules/lodash/_arrayLikeKeys.js\",\n          \"moduleName\": \"./node_modules/lodash/_arrayLikeKeys.js\",\n          \"type\": \"cjs require\",\n          \"userRequest\": \"./isTypedArray\",\n          \"loc\": \"6:19-44\"\n        },\n        {\n          \"moduleId\": 220,\n          \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_baseIsEqualDeep.js\",\n          \"module\": \"./node_modules/lodash/_baseIsEqualDeep.js\",\n          \"moduleName\": \"./node_modules/lodash/_baseIsEqualDeep.js\",\n          \"type\": \"cjs require\",\n          \"userRequest\": \"./isTypedArray\",\n          \"loc\": \"8:19-44\"\n        },\n        {\n          \"moduleId\": 345,\n          \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/isEmpty.js\",\n          \"module\": \"./node_modules/lodash/isEmpty.js\",\n          \"moduleName\": \"./node_modules/lodash/isEmpty.js\",\n          \"type\": \"cjs require\",\n          \"userRequest\": \"./isTypedArray\",\n          \"loc\": \"8:19-44\"\n        }\n      ],\n      \"usedExports\": true,\n      \"providedExports\": null,\n      \"optimizationBailout\": [\n        \"ModuleConcatenation bailout: Module is not an ECMAScript module\"\n      ],\n      \"depth\": 3,\n      \"source\": \"var baseIsTypedArray = require('./_baseIsTypedArray'),\\n    baseUnary = require('./_baseUnary'),\\n    nodeUtil = require('./_nodeUtil');\\n\\n/* Node.js helper references. */\\nvar nodeIsTypedArray = nodeUtil && nodeUtil.isTypedArray;\\n\\n/**\\n * Checks if `value` is classified as a typed array.\\n *\\n * @static\\n * @memberOf _\\n * @since 3.0.0\\n * @category Lang\\n * @param {*} value The value to check.\\n * @returns {boolean} Returns `true` if `value` is a typed array, else `false`.\\n * @example\\n *\\n * _.isTypedArray(new Uint8Array);\\n * // => true\\n *\\n * _.isTypedArray([]);\\n * // => false\\n */\\nvar isTypedArray = nodeIsTypedArray ? baseUnary(nodeIsTypedArray) : baseIsTypedArray;\\n\\nmodule.exports = isTypedArray;\\n\"\n    },\n    {\n      \"id\": 30,\n      \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/js-yaml/lib/js-yaml/schema/failsafe.js\",\n      \"name\": \"./node_modules/js-yaml/lib/js-yaml/schema/failsafe.js\",\n      \"index\": 180,\n      \"index2\": 173,\n      \"size\": 278,\n      \"cacheable\": true,\n      \"built\": true,\n      \"optional\": false,\n      \"prefetched\": false,\n      \"chunks\": [\n        2,\n        4\n      ],\n      \"issuer\": \"/Users/jarred/Code/styleurl/node_modules/js-yaml/lib/js-yaml.js\",\n      \"issuerId\": 105,\n      \"issuerName\": \"./node_modules/js-yaml/lib/js-yaml.js\",\n      \"issuerPath\": [\n        {\n          \"id\": 350,\n          \"identifier\": \"multi /Users/jarred/Code/styleurl/webpack/customPublicPath /Users/jarred/Code/styleurl/chrome/extension/github_gist_content_script\",\n          \"name\": \"multi ./webpack/customPublicPath ./chrome/extension/github_gist_content_script\",\n          \"profile\": {\n            \"factory\": 0,\n            \"building\": 0,\n            \"dependencies\": 53\n          }\n        },\n        {\n          \"id\": 351,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/github_gist_content_script.js\",\n          \"name\": \"./chrome/extension/github_gist_content_script.js\",\n          \"profile\": {\n            \"factory\": 54,\n            \"building\": 576,\n            \"dependencies\": 194\n          }\n        },\n        {\n          \"id\": 55,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/lib/stylefile.js\",\n          \"name\": \"./chrome/extension/lib/stylefile.js\",\n          \"profile\": {\n            \"factory\": 194,\n            \"building\": 246,\n            \"dependencies\": 40\n          }\n        },\n        {\n          \"id\": 104,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/js-yaml/index.js\",\n          \"name\": \"./node_modules/js-yaml/index.js\",\n          \"profile\": {\n            \"factory\": 408,\n            \"building\": 42\n          }\n        },\n        {\n          \"id\": 105,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/js-yaml/lib/js-yaml.js\",\n          \"name\": \"./node_modules/js-yaml/lib/js-yaml.js\",\n          \"profile\": {\n            \"factory\": 96,\n            \"building\": 77\n          }\n        }\n      ],\n      \"profile\": {\n        \"factory\": 33,\n        \"building\": 66,\n        \"dependencies\": 42\n      },\n      \"failed\": false,\n      \"errors\": 0,\n      \"warnings\": 0,\n      \"assets\": [],\n      \"reasons\": [\n        {\n          \"moduleId\": 57,\n          \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/js-yaml/lib/js-yaml/schema/json.js\",\n          \"module\": \"./node_modules/js-yaml/lib/js-yaml/schema/json.js\",\n          \"moduleName\": \"./node_modules/js-yaml/lib/js-yaml/schema/json.js\",\n          \"type\": \"cjs require\",\n          \"userRequest\": \"./failsafe\",\n          \"loc\": \"17:4-25\"\n        },\n        {\n          \"moduleId\": 105,\n          \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/js-yaml/lib/js-yaml.js\",\n          \"module\": \"./node_modules/js-yaml/lib/js-yaml.js\",\n          \"moduleName\": \"./node_modules/js-yaml/lib/js-yaml.js\",\n          \"type\": \"cjs require\",\n          \"userRequest\": \"./js-yaml/schema/failsafe\",\n          \"loc\": \"17:37-73\"\n        },\n        {\n          \"moduleId\": 105,\n          \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/js-yaml/lib/js-yaml.js\",\n          \"module\": \"./node_modules/js-yaml/lib/js-yaml.js\",\n          \"moduleName\": \"./node_modules/js-yaml/lib/js-yaml.js\",\n          \"type\": \"cjs require\",\n          \"userRequest\": \"./js-yaml/schema/failsafe\",\n          \"loc\": \"31:32-68\"\n        }\n      ],\n      \"usedExports\": true,\n      \"providedExports\": null,\n      \"optimizationBailout\": [\n        \"ModuleConcatenation bailout: Module is not an ECMAScript module\"\n      ],\n      \"depth\": 5,\n      \"source\": \"// Standard YAML's Failsafe schema.\\n// http://www.yaml.org/spec/1.2/spec.html#id2802346\\n\\n\\n'use strict';\\n\\n\\nvar Schema = require('../schema');\\n\\n\\nmodule.exports = new Schema({\\n  explicit: [\\n    require('../type/str'),\\n    require('../type/seq'),\\n    require('../type/map')\\n  ]\\n});\\n\"\n    },\n    {\n      \"id\": 31,\n      \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/events/events.js\",\n      \"name\": \"./node_modules/events/events.js\",\n      \"index\": 219,\n      \"index2\": 211,\n      \"size\": 8328,\n      \"cacheable\": true,\n      \"built\": true,\n      \"optional\": false,\n      \"prefetched\": false,\n      \"chunks\": [\n        2\n      ],\n      \"issuer\": \"/Users/jarred/Code/styleurl/node_modules/memfs/lib/node.js\",\n      \"issuerId\": 148,\n      \"issuerName\": \"./node_modules/memfs/lib/node.js\",\n      \"issuerPath\": [\n        {\n          \"id\": 191,\n          \"identifier\": \"multi /Users/jarred/Code/styleurl/webpack/customPublicPath /Users/jarred/Code/styleurl/chrome/extension/background\",\n          \"name\": \"multi ./webpack/customPublicPath ./chrome/extension/background\",\n          \"profile\": {\n            \"factory\": 0,\n            \"building\": 0,\n            \"dependencies\": 54\n          }\n        },\n        {\n          \"id\": 192,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/background.js\",\n          \"name\": \"./chrome/extension/background.js\",\n          \"profile\": {\n            \"factory\": 54,\n            \"building\": 639,\n            \"dependencies\": 140\n          }\n        },\n        {\n          \"id\": 255,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/stylesheet-differ/lib/index.js\",\n          \"name\": \"./node_modules/stylesheet-differ/lib/index.js\",\n          \"profile\": {\n            \"factory\": 140,\n            \"building\": 568,\n            \"dependencies\": 1\n          }\n        },\n        {\n          \"id\": 256,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/native-css/index.js\",\n          \"name\": \"./node_modules/native-css/index.js\",\n          \"profile\": {\n            \"factory\": 189,\n            \"building\": 603,\n            \"dependencies\": 1\n          }\n        },\n        {\n          \"id\": 257,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/native-css/src/native-css.js\",\n          \"name\": \"./node_modules/native-css/src/native-css.js\",\n          \"profile\": {\n            \"factory\": 26,\n            \"building\": 63,\n            \"dependencies\": 14\n          }\n        },\n        {\n          \"id\": 69,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/memfs/lib/index.js\",\n          \"name\": \"./node_modules/memfs/lib/index.js\",\n          \"profile\": {\n            \"factory\": 117,\n            \"building\": 25,\n            \"dependencies\": 27\n          }\n        },\n        {\n          \"id\": 148,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/memfs/lib/node.js\",\n          \"name\": \"./node_modules/memfs/lib/node.js\",\n          \"profile\": {\n            \"factory\": 51,\n            \"building\": 84,\n            \"dependencies\": 2\n          }\n        }\n      ],\n      \"profile\": {\n        \"factory\": 37,\n        \"building\": 45,\n        \"dependencies\": 15\n      },\n      \"failed\": false,\n      \"errors\": 0,\n      \"warnings\": 0,\n      \"assets\": [],\n      \"reasons\": [\n        {\n          \"moduleId\": 39,\n          \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/stream-browserify/index.js\",\n          \"module\": \"./node_modules/stream-browserify/index.js\",\n          \"moduleName\": \"./node_modules/stream-browserify/index.js\",\n          \"type\": \"cjs require\",\n          \"userRequest\": \"events\",\n          \"loc\": \"24:9-26\"\n        },\n        {\n          \"moduleId\": 148,\n          \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/memfs/lib/node.js\",\n          \"module\": \"./node_modules/memfs/lib/node.js\",\n          \"moduleName\": \"./node_modules/memfs/lib/node.js\",\n          \"type\": \"cjs require\",\n          \"userRequest\": \"events\",\n          \"loc\": \"15:15-32\"\n        },\n        {\n          \"moduleId\": 151,\n          \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/readable-stream/lib/_stream_readable.js\",\n          \"module\": \"./node_modules/readable-stream/lib/_stream_readable.js\",\n          \"moduleName\": \"./node_modules/readable-stream/lib/_stream_readable.js\",\n          \"type\": \"cjs require\",\n          \"userRequest\": \"events\",\n          \"loc\": \"20:9-26\"\n        },\n        {\n          \"moduleId\": 152,\n          \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/readable-stream/lib/internal/streams/stream-browser.js\",\n          \"module\": \"./node_modules/readable-stream/lib/internal/streams/stream-browser.js\",\n          \"moduleName\": \"./node_modules/readable-stream/lib/internal/streams/stream-browser.js\",\n          \"type\": \"cjs require\",\n          \"userRequest\": \"events\",\n          \"loc\": \"1:17-34\"\n        },\n        {\n          \"moduleId\": 161,\n          \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/stream-http/node_modules/readable-stream/lib/_stream_readable.js\",\n          \"module\": \"./node_modules/stream-http/node_modules/readable-stream/lib/_stream_readable.js\",\n          \"moduleName\": \"./node_modules/stream-http/node_modules/readable-stream/lib/_stream_readable.js\",\n          \"type\": \"cjs require\",\n          \"userRequest\": \"events\",\n          \"loc\": \"42:9-26\"\n        },\n        {\n          \"moduleId\": 162,\n          \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/stream-http/node_modules/readable-stream/lib/internal/streams/stream-browser.js\",\n          \"module\": \"./node_modules/stream-http/node_modules/readable-stream/lib/internal/streams/stream-browser.js\",\n          \"moduleName\": \"./node_modules/stream-http/node_modules/readable-stream/lib/internal/streams/stream-browser.js\",\n          \"type\": \"cjs require\",\n          \"userRequest\": \"events\",\n          \"loc\": \"1:17-34\"\n        },\n        {\n          \"moduleId\": 260,\n          \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/memfs/lib/volume.js\",\n          \"module\": \"./node_modules/memfs/lib/volume.js\",\n          \"moduleName\": \"./node_modules/memfs/lib/volume.js\",\n          \"type\": \"cjs require\",\n          \"userRequest\": \"events\",\n          \"loc\": \"25:15-32\"\n        }\n      ],\n      \"usedExports\": true,\n      \"providedExports\": null,\n      \"optimizationBailout\": [\n        \"ModuleConcatenation bailout: Module is not an ECMAScript module\"\n      ],\n      \"depth\": 7,\n      \"source\": \"// Copyright Joyent, Inc. and other Node contributors.\\n//\\n// Permission is hereby granted, free of charge, to any person obtaining a\\n// copy of this software and associated documentation files (the\\n// \\\"Software\\\"), to deal in the Software without restriction, including\\n// without limitation the rights to use, copy, modify, merge, publish,\\n// distribute, sublicense, and/or sell copies of the Software, and to permit\\n// persons to whom the Software is furnished to do so, subject to the\\n// following conditions:\\n//\\n// The above copyright notice and this permission notice shall be included\\n// in all copies or substantial portions of the Software.\\n//\\n// THE SOFTWARE IS PROVIDED \\\"AS IS\\\", WITHOUT WARRANTY OF ANY KIND, EXPRESS\\n// OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\\n// MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN\\n// NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM,\\n// DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR\\n// OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE\\n// USE OR OTHER DEALINGS IN THE SOFTWARE.\\n\\nfunction EventEmitter() {\\n  this._events = this._events || {};\\n  this._maxListeners = this._maxListeners || undefined;\\n}\\nmodule.exports = EventEmitter;\\n\\n// Backwards-compat with node 0.10.x\\nEventEmitter.EventEmitter = EventEmitter;\\n\\nEventEmitter.prototype._events = undefined;\\nEventEmitter.prototype._maxListeners = undefined;\\n\\n// By default EventEmitters will print a warning if more than 10 listeners are\\n// added to it. This is a useful default which helps finding memory leaks.\\nEventEmitter.defaultMaxListeners = 10;\\n\\n// Obviously not all Emitters should be limited to 10. This function allows\\n// that to be increased. Set to zero for unlimited.\\nEventEmitter.prototype.setMaxListeners = function(n) {\\n  if (!isNumber(n) || n < 0 || isNaN(n))\\n    throw TypeError('n must be a positive number');\\n  this._maxListeners = n;\\n  return this;\\n};\\n\\nEventEmitter.prototype.emit = function(type) {\\n  var er, handler, len, args, i, listeners;\\n\\n  if (!this._events)\\n    this._events = {};\\n\\n  // If there is no 'error' event listener then throw.\\n  if (type === 'error') {\\n    if (!this._events.error ||\\n        (isObject(this._events.error) && !this._events.error.length)) {\\n      er = arguments[1];\\n      if (er instanceof Error) {\\n        throw er; // Unhandled 'error' event\\n      } else {\\n        // At least give some kind of context to the user\\n        var err = new Error('Uncaught, unspecified \\\"error\\\" event. (' + er + ')');\\n        err.context = er;\\n        throw err;\\n      }\\n    }\\n  }\\n\\n  handler = this._events[type];\\n\\n  if (isUndefined(handler))\\n    return false;\\n\\n  if (isFunction(handler)) {\\n    switch (arguments.length) {\\n      // fast cases\\n      case 1:\\n        handler.call(this);\\n        break;\\n      case 2:\\n        handler.call(this, arguments[1]);\\n        break;\\n      case 3:\\n        handler.call(this, arguments[1], arguments[2]);\\n        break;\\n      // slower\\n      default:\\n        args = Array.prototype.slice.call(arguments, 1);\\n        handler.apply(this, args);\\n    }\\n  } else if (isObject(handler)) {\\n    args = Array.prototype.slice.call(arguments, 1);\\n    listeners = handler.slice();\\n    len = listeners.length;\\n    for (i = 0; i < len; i++)\\n      listeners[i].apply(this, args);\\n  }\\n\\n  return true;\\n};\\n\\nEventEmitter.prototype.addListener = function(type, listener) {\\n  var m;\\n\\n  if (!isFunction(listener))\\n    throw TypeError('listener must be a function');\\n\\n  if (!this._events)\\n    this._events = {};\\n\\n  // To avoid recursion in the case that type === \\\"newListener\\\"! Before\\n  // adding it to the listeners, first emit \\\"newListener\\\".\\n  if (this._events.newListener)\\n    this.emit('newListener', type,\\n              isFunction(listener.listener) ?\\n              listener.listener : listener);\\n\\n  if (!this._events[type])\\n    // Optimize the case of one listener. Don't need the extra array object.\\n    this._events[type] = listener;\\n  else if (isObject(this._events[type]))\\n    // If we've already got an array, just append.\\n    this._events[type].push(listener);\\n  else\\n    // Adding the second element, need to change to array.\\n    this._events[type] = [this._events[type], listener];\\n\\n  // Check for listener leak\\n  if (isObject(this._events[type]) && !this._events[type].warned) {\\n    if (!isUndefined(this._maxListeners)) {\\n      m = this._maxListeners;\\n    } else {\\n      m = EventEmitter.defaultMaxListeners;\\n    }\\n\\n    if (m && m > 0 && this._events[type].length > m) {\\n      this._events[type].warned = true;\\n      console.error('(node) warning: possible EventEmitter memory ' +\\n                    'leak detected. %d listeners added. ' +\\n                    'Use emitter.setMaxListeners() to increase limit.',\\n                    this._events[type].length);\\n      if (typeof console.trace === 'function') {\\n        // not supported in IE 10\\n        console.trace();\\n      }\\n    }\\n  }\\n\\n  return this;\\n};\\n\\nEventEmitter.prototype.on = EventEmitter.prototype.addListener;\\n\\nEventEmitter.prototype.once = function(type, listener) {\\n  if (!isFunction(listener))\\n    throw TypeError('listener must be a function');\\n\\n  var fired = false;\\n\\n  function g() {\\n    this.removeListener(type, g);\\n\\n    if (!fired) {\\n      fired = true;\\n      listener.apply(this, arguments);\\n    }\\n  }\\n\\n  g.listener = listener;\\n  this.on(type, g);\\n\\n  return this;\\n};\\n\\n// emits a 'removeListener' event iff the listener was removed\\nEventEmitter.prototype.removeListener = function(type, listener) {\\n  var list, position, length, i;\\n\\n  if (!isFunction(listener))\\n    throw TypeError('listener must be a function');\\n\\n  if (!this._events || !this._events[type])\\n    return this;\\n\\n  list = this._events[type];\\n  length = list.length;\\n  position = -1;\\n\\n  if (list === listener ||\\n      (isFunction(list.listener) && list.listener === listener)) {\\n    delete this._events[type];\\n    if (this._events.removeListener)\\n      this.emit('removeListener', type, listener);\\n\\n  } else if (isObject(list)) {\\n    for (i = length; i-- > 0;) {\\n      if (list[i] === listener ||\\n          (list[i].listener && list[i].listener === listener)) {\\n        position = i;\\n        break;\\n      }\\n    }\\n\\n    if (position < 0)\\n      return this;\\n\\n    if (list.length === 1) {\\n      list.length = 0;\\n      delete this._events[type];\\n    } else {\\n      list.splice(position, 1);\\n    }\\n\\n    if (this._events.removeListener)\\n      this.emit('removeListener', type, listener);\\n  }\\n\\n  return this;\\n};\\n\\nEventEmitter.prototype.removeAllListeners = function(type) {\\n  var key, listeners;\\n\\n  if (!this._events)\\n    return this;\\n\\n  // not listening for removeListener, no need to emit\\n  if (!this._events.removeListener) {\\n    if (arguments.length === 0)\\n      this._events = {};\\n    else if (this._events[type])\\n      delete this._events[type];\\n    return this;\\n  }\\n\\n  // emit removeListener for all listeners on all events\\n  if (arguments.length === 0) {\\n    for (key in this._events) {\\n      if (key === 'removeListener') continue;\\n      this.removeAllListeners(key);\\n    }\\n    this.removeAllListeners('removeListener');\\n    this._events = {};\\n    return this;\\n  }\\n\\n  listeners = this._events[type];\\n\\n  if (isFunction(listeners)) {\\n    this.removeListener(type, listeners);\\n  } else if (listeners) {\\n    // LIFO order\\n    while (listeners.length)\\n      this.removeListener(type, listeners[listeners.length - 1]);\\n  }\\n  delete this._events[type];\\n\\n  return this;\\n};\\n\\nEventEmitter.prototype.listeners = function(type) {\\n  var ret;\\n  if (!this._events || !this._events[type])\\n    ret = [];\\n  else if (isFunction(this._events[type]))\\n    ret = [this._events[type]];\\n  else\\n    ret = this._events[type].slice();\\n  return ret;\\n};\\n\\nEventEmitter.prototype.listenerCount = function(type) {\\n  if (this._events) {\\n    var evlistener = this._events[type];\\n\\n    if (isFunction(evlistener))\\n      return 1;\\n    else if (evlistener)\\n      return evlistener.length;\\n  }\\n  return 0;\\n};\\n\\nEventEmitter.listenerCount = function(emitter, type) {\\n  return emitter.listenerCount(type);\\n};\\n\\nfunction isFunction(arg) {\\n  return typeof arg === 'function';\\n}\\n\\nfunction isNumber(arg) {\\n  return typeof arg === 'number';\\n}\\n\\nfunction isObject(arg) {\\n  return typeof arg === 'object' && arg !== null;\\n}\\n\\nfunction isUndefined(arg) {\\n  return arg === void 0;\\n}\\n\"\n    },\n    {\n      \"id\": 32,\n      \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/process-nextick-args/index.js\",\n      \"name\": \"./node_modules/process-nextick-args/index.js\",\n      \"index\": 233,\n      \"index2\": 222,\n      \"size\": 1040,\n      \"cacheable\": true,\n      \"built\": true,\n      \"optional\": false,\n      \"prefetched\": false,\n      \"chunks\": [\n        2\n      ],\n      \"issuer\": \"/Users/jarred/Code/styleurl/node_modules/readable-stream/lib/_stream_duplex.js\",\n      \"issuerId\": 33,\n      \"issuerName\": \"./node_modules/readable-stream/lib/_stream_duplex.js\",\n      \"issuerPath\": [\n        {\n          \"id\": 191,\n          \"identifier\": \"multi /Users/jarred/Code/styleurl/webpack/customPublicPath /Users/jarred/Code/styleurl/chrome/extension/background\",\n          \"name\": \"multi ./webpack/customPublicPath ./chrome/extension/background\",\n          \"profile\": {\n            \"factory\": 0,\n            \"building\": 0,\n            \"dependencies\": 54\n          }\n        },\n        {\n          \"id\": 192,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/background.js\",\n          \"name\": \"./chrome/extension/background.js\",\n          \"profile\": {\n            \"factory\": 54,\n            \"building\": 639,\n            \"dependencies\": 140\n          }\n        },\n        {\n          \"id\": 255,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/stylesheet-differ/lib/index.js\",\n          \"name\": \"./node_modules/stylesheet-differ/lib/index.js\",\n          \"profile\": {\n            \"factory\": 140,\n            \"building\": 568,\n            \"dependencies\": 1\n          }\n        },\n        {\n          \"id\": 256,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/native-css/index.js\",\n          \"name\": \"./node_modules/native-css/index.js\",\n          \"profile\": {\n            \"factory\": 189,\n            \"building\": 603,\n            \"dependencies\": 1\n          }\n        },\n        {\n          \"id\": 257,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/native-css/src/native-css.js\",\n          \"name\": \"./node_modules/native-css/src/native-css.js\",\n          \"profile\": {\n            \"factory\": 26,\n            \"building\": 63,\n            \"dependencies\": 14\n          }\n        },\n        {\n          \"id\": 293,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/fetch/lib/fetch.js\",\n          \"name\": \"./node_modules/fetch/lib/fetch.js\",\n          \"profile\": {\n            \"factory\": 117,\n            \"building\": 25,\n            \"dependencies\": 27\n          }\n        },\n        {\n          \"id\": 39,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/stream-browserify/index.js\",\n          \"name\": \"./node_modules/stream-browserify/index.js\",\n          \"profile\": {\n            \"factory\": 66,\n            \"building\": 38,\n            \"dependencies\": 20\n          }\n        },\n        {\n          \"id\": 132,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/readable-stream/readable-browser.js\",\n          \"name\": \"./node_modules/readable-stream/readable-browser.js\",\n          \"profile\": {\n            \"factory\": 83,\n            \"building\": 31,\n            \"dependencies\": 33\n          }\n        },\n        {\n          \"id\": 33,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/readable-stream/lib/_stream_duplex.js\",\n          \"name\": \"./node_modules/readable-stream/lib/_stream_duplex.js\",\n          \"profile\": {\n            \"factory\": 30,\n            \"building\": 90,\n            \"dependencies\": 58\n          }\n        }\n      ],\n      \"profile\": {\n        \"factory\": 60,\n        \"building\": 28,\n        \"dependencies\": 0\n      },\n      \"failed\": false,\n      \"errors\": 0,\n      \"warnings\": 0,\n      \"assets\": [],\n      \"reasons\": [\n        {\n          \"moduleId\": 33,\n          \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/readable-stream/lib/_stream_duplex.js\",\n          \"module\": \"./node_modules/readable-stream/lib/_stream_duplex.js\",\n          \"moduleName\": \"./node_modules/readable-stream/lib/_stream_duplex.js\",\n          \"type\": \"cjs require\",\n          \"userRequest\": \"process-nextick-args\",\n          \"loc\": \"21:22-53\"\n        },\n        {\n          \"moduleId\": 40,\n          \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/stream-http/node_modules/readable-stream/lib/_stream_duplex.js\",\n          \"module\": \"./node_modules/stream-http/node_modules/readable-stream/lib/_stream_duplex.js\",\n          \"moduleName\": \"./node_modules/stream-http/node_modules/readable-stream/lib/_stream_duplex.js\",\n          \"type\": \"cjs require\",\n          \"userRequest\": \"process-nextick-args\",\n          \"loc\": \"31:22-53\"\n        },\n        {\n          \"moduleId\": 134,\n          \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/readable-stream/lib/_stream_writable.js\",\n          \"module\": \"./node_modules/readable-stream/lib/_stream_writable.js\",\n          \"moduleName\": \"./node_modules/readable-stream/lib/_stream_writable.js\",\n          \"type\": \"cjs require\",\n          \"userRequest\": \"process-nextick-args\",\n          \"loc\": \"10:22-53\"\n        },\n        {\n          \"moduleId\": 151,\n          \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/readable-stream/lib/_stream_readable.js\",\n          \"module\": \"./node_modules/readable-stream/lib/_stream_readable.js\",\n          \"moduleName\": \"./node_modules/readable-stream/lib/_stream_readable.js\",\n          \"type\": \"cjs require\",\n          \"userRequest\": \"process-nextick-args\",\n          \"loc\": \"6:22-53\"\n        },\n        {\n          \"moduleId\": 161,\n          \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/stream-http/node_modules/readable-stream/lib/_stream_readable.js\",\n          \"module\": \"./node_modules/stream-http/node_modules/readable-stream/lib/_stream_readable.js\",\n          \"moduleName\": \"./node_modules/stream-http/node_modules/readable-stream/lib/_stream_readable.js\",\n          \"type\": \"cjs require\",\n          \"userRequest\": \"process-nextick-args\",\n          \"loc\": \"26:22-53\"\n        },\n        {\n          \"moduleId\": 163,\n          \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/stream-http/node_modules/readable-stream/lib/internal/streams/destroy.js\",\n          \"module\": \"./node_modules/stream-http/node_modules/readable-stream/lib/internal/streams/destroy.js\",\n          \"moduleName\": \"./node_modules/stream-http/node_modules/readable-stream/lib/internal/streams/destroy.js\",\n          \"type\": \"cjs require\",\n          \"userRequest\": \"process-nextick-args\",\n          \"loc\": \"5:22-53\"\n        },\n        {\n          \"moduleId\": 164,\n          \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/stream-http/node_modules/readable-stream/lib/_stream_writable.js\",\n          \"module\": \"./node_modules/stream-http/node_modules/readable-stream/lib/_stream_writable.js\",\n          \"moduleName\": \"./node_modules/stream-http/node_modules/readable-stream/lib/_stream_writable.js\",\n          \"type\": \"cjs require\",\n          \"userRequest\": \"process-nextick-args\",\n          \"loc\": \"30:22-53\"\n        }\n      ],\n      \"usedExports\": true,\n      \"providedExports\": null,\n      \"optimizationBailout\": [\n        \"ModuleConcatenation bailout: Module is not an ECMAScript module\"\n      ],\n      \"depth\": 9,\n      \"source\": \"'use strict';\\n\\nif (!process.version ||\\n    process.version.indexOf('v0.') === 0 ||\\n    process.version.indexOf('v1.') === 0 && process.version.indexOf('v1.8.') !== 0) {\\n  module.exports = nextTick;\\n} else {\\n  module.exports = process.nextTick;\\n}\\n\\nfunction nextTick(fn, arg1, arg2, arg3) {\\n  if (typeof fn !== 'function') {\\n    throw new TypeError('\\\"callback\\\" argument must be a function');\\n  }\\n  var len = arguments.length;\\n  var args, i;\\n  switch (len) {\\n  case 0:\\n  case 1:\\n    return process.nextTick(fn);\\n  case 2:\\n    return process.nextTick(function afterTickOne() {\\n      fn.call(null, arg1);\\n    });\\n  case 3:\\n    return process.nextTick(function afterTickTwo() {\\n      fn.call(null, arg1, arg2);\\n    });\\n  case 4:\\n    return process.nextTick(function afterTickThree() {\\n      fn.call(null, arg1, arg2, arg3);\\n    });\\n  default:\\n    args = new Array(len - 1);\\n    i = 0;\\n    while (i < args.length) {\\n      args[i++] = arguments[i];\\n    }\\n    return process.nextTick(function afterTick() {\\n      fn.apply(null, args);\\n    });\\n  }\\n}\\n\"\n    },\n    {\n      \"id\": 33,\n      \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/readable-stream/lib/_stream_duplex.js\",\n      \"name\": \"./node_modules/readable-stream/lib/_stream_duplex.js\",\n      \"index\": 239,\n      \"index2\": 230,\n      \"size\": 1848,\n      \"cacheable\": true,\n      \"built\": true,\n      \"optional\": false,\n      \"prefetched\": false,\n      \"chunks\": [\n        2\n      ],\n      \"issuer\": \"/Users/jarred/Code/styleurl/node_modules/readable-stream/readable-browser.js\",\n      \"issuerId\": 132,\n      \"issuerName\": \"./node_modules/readable-stream/readable-browser.js\",\n      \"issuerPath\": [\n        {\n          \"id\": 191,\n          \"identifier\": \"multi /Users/jarred/Code/styleurl/webpack/customPublicPath /Users/jarred/Code/styleurl/chrome/extension/background\",\n          \"name\": \"multi ./webpack/customPublicPath ./chrome/extension/background\",\n          \"profile\": {\n            \"factory\": 0,\n            \"building\": 0,\n            \"dependencies\": 54\n          }\n        },\n        {\n          \"id\": 192,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/background.js\",\n          \"name\": \"./chrome/extension/background.js\",\n          \"profile\": {\n            \"factory\": 54,\n            \"building\": 639,\n            \"dependencies\": 140\n          }\n        },\n        {\n          \"id\": 255,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/stylesheet-differ/lib/index.js\",\n          \"name\": \"./node_modules/stylesheet-differ/lib/index.js\",\n          \"profile\": {\n            \"factory\": 140,\n            \"building\": 568,\n            \"dependencies\": 1\n          }\n        },\n        {\n          \"id\": 256,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/native-css/index.js\",\n          \"name\": \"./node_modules/native-css/index.js\",\n          \"profile\": {\n            \"factory\": 189,\n            \"building\": 603,\n            \"dependencies\": 1\n          }\n        },\n        {\n          \"id\": 257,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/native-css/src/native-css.js\",\n          \"name\": \"./node_modules/native-css/src/native-css.js\",\n          \"profile\": {\n            \"factory\": 26,\n            \"building\": 63,\n            \"dependencies\": 14\n          }\n        },\n        {\n          \"id\": 293,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/fetch/lib/fetch.js\",\n          \"name\": \"./node_modules/fetch/lib/fetch.js\",\n          \"profile\": {\n            \"factory\": 117,\n            \"building\": 25,\n            \"dependencies\": 27\n          }\n        },\n        {\n          \"id\": 39,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/stream-browserify/index.js\",\n          \"name\": \"./node_modules/stream-browserify/index.js\",\n          \"profile\": {\n            \"factory\": 66,\n            \"building\": 38,\n            \"dependencies\": 20\n          }\n        },\n        {\n          \"id\": 132,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/readable-stream/readable-browser.js\",\n          \"name\": \"./node_modules/readable-stream/readable-browser.js\",\n          \"profile\": {\n            \"factory\": 83,\n            \"building\": 31,\n            \"dependencies\": 33\n          }\n        }\n      ],\n      \"profile\": {\n        \"factory\": 30,\n        \"building\": 90,\n        \"dependencies\": 58\n      },\n      \"failed\": false,\n      \"errors\": 0,\n      \"warnings\": 0,\n      \"assets\": [],\n      \"reasons\": [\n        {\n          \"moduleId\": 132,\n          \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/readable-stream/readable-browser.js\",\n          \"module\": \"./node_modules/readable-stream/readable-browser.js\",\n          \"moduleName\": \"./node_modules/readable-stream/readable-browser.js\",\n          \"type\": \"cjs require\",\n          \"userRequest\": \"./lib/_stream_duplex.js\",\n          \"loc\": \"5:17-51\"\n        },\n        {\n          \"moduleId\": 134,\n          \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/readable-stream/lib/_stream_writable.js\",\n          \"module\": \"./node_modules/readable-stream/lib/_stream_writable.js\",\n          \"moduleName\": \"./node_modules/readable-stream/lib/_stream_writable.js\",\n          \"type\": \"cjs require\",\n          \"userRequest\": \"./_stream_duplex\",\n          \"loc\": \"55:21-48\"\n        },\n        {\n          \"moduleId\": 134,\n          \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/readable-stream/lib/_stream_writable.js\",\n          \"module\": \"./node_modules/readable-stream/lib/_stream_writable.js\",\n          \"moduleName\": \"./node_modules/readable-stream/lib/_stream_writable.js\",\n          \"type\": \"cjs require\",\n          \"userRequest\": \"./_stream_duplex\",\n          \"loc\": \"189:21-48\"\n        },\n        {\n          \"moduleId\": 151,\n          \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/readable-stream/lib/_stream_readable.js\",\n          \"module\": \"./node_modules/readable-stream/lib/_stream_readable.js\",\n          \"moduleName\": \"./node_modules/readable-stream/lib/_stream_readable.js\",\n          \"type\": \"cjs require\",\n          \"userRequest\": \"./_stream_duplex\",\n          \"loc\": \"73:21-48\"\n        },\n        {\n          \"moduleId\": 151,\n          \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/readable-stream/lib/_stream_readable.js\",\n          \"module\": \"./node_modules/readable-stream/lib/_stream_readable.js\",\n          \"moduleName\": \"./node_modules/readable-stream/lib/_stream_readable.js\",\n          \"type\": \"cjs require\",\n          \"userRequest\": \"./_stream_duplex\",\n          \"loc\": \"142:21-48\"\n        },\n        {\n          \"moduleId\": 154,\n          \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/readable-stream/lib/_stream_transform.js\",\n          \"module\": \"./node_modules/readable-stream/lib/_stream_transform.js\",\n          \"moduleName\": \"./node_modules/readable-stream/lib/_stream_transform.js\",\n          \"type\": \"cjs require\",\n          \"userRequest\": \"./_stream_duplex\",\n          \"loc\": \"47:13-40\"\n        },\n        {\n          \"moduleId\": 270,\n          \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/readable-stream/duplex-browser.js\",\n          \"module\": \"./node_modules/readable-stream/duplex-browser.js\",\n          \"moduleName\": \"./node_modules/readable-stream/duplex-browser.js\",\n          \"type\": \"cjs require\",\n          \"userRequest\": \"./lib/_stream_duplex.js\",\n          \"loc\": \"1:17-51\"\n        }\n      ],\n      \"usedExports\": true,\n      \"providedExports\": null,\n      \"optimizationBailout\": [\n        \"ModuleConcatenation bailout: Module is not an ECMAScript module\"\n      ],\n      \"depth\": 8,\n      \"source\": \"// a duplex stream is just a stream that is both readable and writable.\\n// Since JS doesn't have multiple prototypal inheritance, this class\\n// prototypally inherits from Readable, and then parasitically from\\n// Writable.\\n\\n'use strict';\\n\\n/*<replacement>*/\\n\\nvar objectKeys = Object.keys || function (obj) {\\n  var keys = [];\\n  for (var key in obj) {\\n    keys.push(key);\\n  }return keys;\\n};\\n/*</replacement>*/\\n\\nmodule.exports = Duplex;\\n\\n/*<replacement>*/\\nvar processNextTick = require('process-nextick-args');\\n/*</replacement>*/\\n\\n/*<replacement>*/\\nvar util = require('core-util-is');\\nutil.inherits = require('inherits');\\n/*</replacement>*/\\n\\nvar Readable = require('./_stream_readable');\\nvar Writable = require('./_stream_writable');\\n\\nutil.inherits(Duplex, Readable);\\n\\nvar keys = objectKeys(Writable.prototype);\\nfor (var v = 0; v < keys.length; v++) {\\n  var method = keys[v];\\n  if (!Duplex.prototype[method]) Duplex.prototype[method] = Writable.prototype[method];\\n}\\n\\nfunction Duplex(options) {\\n  if (!(this instanceof Duplex)) return new Duplex(options);\\n\\n  Readable.call(this, options);\\n  Writable.call(this, options);\\n\\n  if (options && options.readable === false) this.readable = false;\\n\\n  if (options && options.writable === false) this.writable = false;\\n\\n  this.allowHalfOpen = true;\\n  if (options && options.allowHalfOpen === false) this.allowHalfOpen = false;\\n\\n  this.once('end', onend);\\n}\\n\\n// the no-half-open enforcer\\nfunction onend() {\\n  // if we allow half-open state, or if the writable side ended,\\n  // then we're ok.\\n  if (this.allowHalfOpen || this._writableState.ended) return;\\n\\n  // no more data can be written.\\n  // But allow more writes to happen in this tick.\\n  processNextTick(onEndNT, this);\\n}\\n\\nfunction onEndNT(self) {\\n  self.end();\\n}\\n\\nfunction forEach(xs, f) {\\n  for (var i = 0, l = xs.length; i < l; i++) {\\n    f(xs[i], i);\\n  }\\n}\"\n    },\n    {\n      \"id\": 34,\n      \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_isIndex.js\",\n      \"name\": \"./node_modules/lodash/_isIndex.js\",\n      \"index\": 121,\n      \"index2\": 109,\n      \"size\": 759,\n      \"cacheable\": true,\n      \"built\": true,\n      \"optional\": false,\n      \"prefetched\": false,\n      \"chunks\": [\n        2,\n        3,\n        4\n      ],\n      \"issuer\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_arrayLikeKeys.js\",\n      \"issuerId\": 46,\n      \"issuerName\": \"./node_modules/lodash/_arrayLikeKeys.js\",\n      \"issuerPath\": [\n        {\n          \"id\": 342,\n          \"identifier\": \"multi /Users/jarred/Code/styleurl/webpack/customPublicPath /Users/jarred/Code/styleurl/chrome/extension/devtools\",\n          \"name\": \"multi ./webpack/customPublicPath ./chrome/extension/devtools\",\n          \"profile\": {\n            \"factory\": 0,\n            \"building\": 0,\n            \"dependencies\": 54\n          }\n        },\n        {\n          \"id\": 343,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/devtools.js\",\n          \"name\": \"./chrome/extension/devtools.js\",\n          \"profile\": {\n            \"factory\": 55,\n            \"building\": 548\n          }\n        },\n        {\n          \"id\": 24,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/keys.js\",\n          \"name\": \"./node_modules/lodash/keys.js\",\n          \"profile\": {\n            \"factory\": 230,\n            \"building\": 567,\n            \"dependencies\": 245\n          }\n        },\n        {\n          \"id\": 46,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_arrayLikeKeys.js\",\n          \"name\": \"./node_modules/lodash/_arrayLikeKeys.js\",\n          \"profile\": {\n            \"factory\": 246,\n            \"building\": 73,\n            \"dependencies\": 1\n          }\n        }\n      ],\n      \"profile\": {\n        \"factory\": 83,\n        \"building\": 102\n      },\n      \"failed\": false,\n      \"errors\": 0,\n      \"warnings\": 0,\n      \"assets\": [],\n      \"reasons\": [\n        {\n          \"moduleId\": 46,\n          \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_arrayLikeKeys.js\",\n          \"module\": \"./node_modules/lodash/_arrayLikeKeys.js\",\n          \"moduleName\": \"./node_modules/lodash/_arrayLikeKeys.js\",\n          \"type\": \"cjs require\",\n          \"userRequest\": \"./_isIndex\",\n          \"loc\": \"5:14-35\"\n        },\n        {\n          \"moduleId\": 246,\n          \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_hasPath.js\",\n          \"module\": \"./node_modules/lodash/_hasPath.js\",\n          \"moduleName\": \"./node_modules/lodash/_hasPath.js\",\n          \"type\": \"cjs require\",\n          \"userRequest\": \"./_isIndex\",\n          \"loc\": \"4:14-35\"\n        }\n      ],\n      \"usedExports\": true,\n      \"providedExports\": null,\n      \"optimizationBailout\": [\n        \"ModuleConcatenation bailout: Module is not an ECMAScript module\"\n      ],\n      \"depth\": 4,\n      \"source\": \"/** Used as references for various `Number` constants. */\\nvar MAX_SAFE_INTEGER = 9007199254740991;\\n\\n/** Used to detect unsigned integer values. */\\nvar reIsUint = /^(?:0|[1-9]\\\\d*)$/;\\n\\n/**\\n * Checks if `value` is a valid array-like index.\\n *\\n * @private\\n * @param {*} value The value to check.\\n * @param {number} [length=MAX_SAFE_INTEGER] The upper bounds of a valid index.\\n * @returns {boolean} Returns `true` if `value` is a valid index, else `false`.\\n */\\nfunction isIndex(value, length) {\\n  var type = typeof value;\\n  length = length == null ? MAX_SAFE_INTEGER : length;\\n\\n  return !!length &&\\n    (type == 'number' ||\\n      (type != 'symbol' && reIsUint.test(value))) &&\\n        (value > -1 && value % 1 == 0 && value < length);\\n}\\n\\nmodule.exports = isIndex;\\n\"\n    },\n    {\n      \"id\": 35,\n      \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_baseKeys.js\",\n      \"name\": \"./node_modules/lodash/_baseKeys.js\",\n      \"index\": 127,\n      \"index2\": 119,\n      \"size\": 776,\n      \"cacheable\": true,\n      \"built\": true,\n      \"optional\": false,\n      \"prefetched\": false,\n      \"chunks\": [\n        2,\n        3,\n        4\n      ],\n      \"issuer\": \"/Users/jarred/Code/styleurl/node_modules/lodash/isEmpty.js\",\n      \"issuerId\": 345,\n      \"issuerName\": \"./node_modules/lodash/isEmpty.js\",\n      \"issuerPath\": [\n        {\n          \"id\": 342,\n          \"identifier\": \"multi /Users/jarred/Code/styleurl/webpack/customPublicPath /Users/jarred/Code/styleurl/chrome/extension/devtools\",\n          \"name\": \"multi ./webpack/customPublicPath ./chrome/extension/devtools\",\n          \"profile\": {\n            \"factory\": 0,\n            \"building\": 0,\n            \"dependencies\": 54\n          }\n        },\n        {\n          \"id\": 343,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/devtools.js\",\n          \"name\": \"./chrome/extension/devtools.js\",\n          \"profile\": {\n            \"factory\": 55,\n            \"building\": 548\n          }\n        },\n        {\n          \"id\": 345,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/isEmpty.js\",\n          \"name\": \"./node_modules/lodash/isEmpty.js\",\n          \"profile\": {\n            \"factory\": 230,\n            \"building\": 567,\n            \"dependencies\": 245\n          }\n        }\n      ],\n      \"profile\": {\n        \"factory\": 247,\n        \"building\": 72,\n        \"dependencies\": 1\n      },\n      \"failed\": false,\n      \"errors\": 0,\n      \"warnings\": 0,\n      \"assets\": [],\n      \"reasons\": [\n        {\n          \"moduleId\": 24,\n          \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/keys.js\",\n          \"module\": \"./node_modules/lodash/keys.js\",\n          \"moduleName\": \"./node_modules/lodash/keys.js\",\n          \"type\": \"cjs require\",\n          \"userRequest\": \"./_baseKeys\",\n          \"loc\": \"2:15-37\"\n        },\n        {\n          \"moduleId\": 345,\n          \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/isEmpty.js\",\n          \"module\": \"./node_modules/lodash/isEmpty.js\",\n          \"moduleName\": \"./node_modules/lodash/isEmpty.js\",\n          \"type\": \"cjs require\",\n          \"userRequest\": \"./_baseKeys\",\n          \"loc\": \"1:15-37\"\n        }\n      ],\n      \"usedExports\": true,\n      \"providedExports\": null,\n      \"optimizationBailout\": [\n        \"ModuleConcatenation bailout: Module is not an ECMAScript module\"\n      ],\n      \"depth\": 3,\n      \"source\": \"var isPrototype = require('./_isPrototype'),\\n    nativeKeys = require('./_nativeKeys');\\n\\n/** Used for built-in method references. */\\nvar objectProto = Object.prototype;\\n\\n/** Used to check objects for own properties. */\\nvar hasOwnProperty = objectProto.hasOwnProperty;\\n\\n/**\\n * The base implementation of `_.keys` which doesn't treat sparse arrays as dense.\\n *\\n * @private\\n * @param {Object} object The object to query.\\n * @returns {Array} Returns the array of property names.\\n */\\nfunction baseKeys(object) {\\n  if (!isPrototype(object)) {\\n    return nativeKeys(object);\\n  }\\n  var result = [];\\n  for (var key in Object(object)) {\\n    if (hasOwnProperty.call(object, key) && key != 'constructor') {\\n      result.push(key);\\n    }\\n  }\\n  return result;\\n}\\n\\nmodule.exports = baseKeys;\\n\"\n    },\n    {\n      \"id\": 36,\n      \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_isPrototype.js\",\n      \"name\": \"./node_modules/lodash/_isPrototype.js\",\n      \"index\": 128,\n      \"index2\": 116,\n      \"size\": 480,\n      \"cacheable\": true,\n      \"built\": true,\n      \"optional\": false,\n      \"prefetched\": false,\n      \"chunks\": [\n        2,\n        3,\n        4\n      ],\n      \"issuer\": \"/Users/jarred/Code/styleurl/node_modules/lodash/isEmpty.js\",\n      \"issuerId\": 345,\n      \"issuerName\": \"./node_modules/lodash/isEmpty.js\",\n      \"issuerPath\": [\n        {\n          \"id\": 342,\n          \"identifier\": \"multi /Users/jarred/Code/styleurl/webpack/customPublicPath /Users/jarred/Code/styleurl/chrome/extension/devtools\",\n          \"name\": \"multi ./webpack/customPublicPath ./chrome/extension/devtools\",\n          \"profile\": {\n            \"factory\": 0,\n            \"building\": 0,\n            \"dependencies\": 54\n          }\n        },\n        {\n          \"id\": 343,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/devtools.js\",\n          \"name\": \"./chrome/extension/devtools.js\",\n          \"profile\": {\n            \"factory\": 55,\n            \"building\": 548\n          }\n        },\n        {\n          \"id\": 345,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/isEmpty.js\",\n          \"name\": \"./node_modules/lodash/isEmpty.js\",\n          \"profile\": {\n            \"factory\": 230,\n            \"building\": 567,\n            \"dependencies\": 245\n          }\n        }\n      ],\n      \"profile\": {\n        \"factory\": 247,\n        \"building\": 72,\n        \"dependencies\": 1\n      },\n      \"failed\": false,\n      \"errors\": 0,\n      \"warnings\": 0,\n      \"assets\": [],\n      \"reasons\": [\n        {\n          \"moduleId\": 35,\n          \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_baseKeys.js\",\n          \"module\": \"./node_modules/lodash/_baseKeys.js\",\n          \"moduleName\": \"./node_modules/lodash/_baseKeys.js\",\n          \"type\": \"cjs require\",\n          \"userRequest\": \"./_isPrototype\",\n          \"loc\": \"1:18-43\"\n        },\n        {\n          \"moduleId\": 345,\n          \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/isEmpty.js\",\n          \"module\": \"./node_modules/lodash/isEmpty.js\",\n          \"moduleName\": \"./node_modules/lodash/isEmpty.js\",\n          \"type\": \"cjs require\",\n          \"userRequest\": \"./_isPrototype\",\n          \"loc\": \"7:18-43\"\n        }\n      ],\n      \"usedExports\": true,\n      \"providedExports\": null,\n      \"optimizationBailout\": [\n        \"ModuleConcatenation bailout: Module is not an ECMAScript module\"\n      ],\n      \"depth\": 3,\n      \"source\": \"/** Used for built-in method references. */\\nvar objectProto = Object.prototype;\\n\\n/**\\n * Checks if `value` is likely a prototype object.\\n *\\n * @private\\n * @param {*} value The value to check.\\n * @returns {boolean} Returns `true` if `value` is a prototype, else `false`.\\n */\\nfunction isPrototype(value) {\\n  var Ctor = value && value.constructor,\\n      proto = (typeof Ctor == 'function' && Ctor.prototype) || objectProto;\\n\\n  return value === proto;\\n}\\n\\nmodule.exports = isPrototype;\\n\"\n    },\n    {\n      \"id\": 37,\n      \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/isArrayLike.js\",\n      \"name\": \"./node_modules/lodash/isArrayLike.js\",\n      \"index\": 131,\n      \"index2\": 120,\n      \"size\": 830,\n      \"cacheable\": true,\n      \"built\": true,\n      \"optional\": false,\n      \"prefetched\": false,\n      \"chunks\": [\n        2,\n        3,\n        4\n      ],\n      \"issuer\": \"/Users/jarred/Code/styleurl/node_modules/lodash/isEmpty.js\",\n      \"issuerId\": 345,\n      \"issuerName\": \"./node_modules/lodash/isEmpty.js\",\n      \"issuerPath\": [\n        {\n          \"id\": 342,\n          \"identifier\": \"multi /Users/jarred/Code/styleurl/webpack/customPublicPath /Users/jarred/Code/styleurl/chrome/extension/devtools\",\n          \"name\": \"multi ./webpack/customPublicPath ./chrome/extension/devtools\",\n          \"profile\": {\n            \"factory\": 0,\n            \"building\": 0,\n            \"dependencies\": 54\n          }\n        },\n        {\n          \"id\": 343,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/devtools.js\",\n          \"name\": \"./chrome/extension/devtools.js\",\n          \"profile\": {\n            \"factory\": 55,\n            \"building\": 548\n          }\n        },\n        {\n          \"id\": 345,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/isEmpty.js\",\n          \"name\": \"./node_modules/lodash/isEmpty.js\",\n          \"profile\": {\n            \"factory\": 230,\n            \"building\": 567,\n            \"dependencies\": 245\n          }\n        }\n      ],\n      \"profile\": {\n        \"factory\": 247,\n        \"building\": 72,\n        \"dependencies\": 1\n      },\n      \"failed\": false,\n      \"errors\": 0,\n      \"warnings\": 0,\n      \"assets\": [],\n      \"reasons\": [\n        {\n          \"moduleId\": 24,\n          \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/keys.js\",\n          \"module\": \"./node_modules/lodash/keys.js\",\n          \"moduleName\": \"./node_modules/lodash/keys.js\",\n          \"type\": \"cjs require\",\n          \"userRequest\": \"./isArrayLike\",\n          \"loc\": \"3:18-42\"\n        },\n        {\n          \"moduleId\": 345,\n          \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/isEmpty.js\",\n          \"module\": \"./node_modules/lodash/isEmpty.js\",\n          \"moduleName\": \"./node_modules/lodash/isEmpty.js\",\n          \"type\": \"cjs require\",\n          \"userRequest\": \"./isArrayLike\",\n          \"loc\": \"5:18-42\"\n        }\n      ],\n      \"usedExports\": true,\n      \"providedExports\": null,\n      \"optimizationBailout\": [\n        \"ModuleConcatenation bailout: Module is not an ECMAScript module\"\n      ],\n      \"depth\": 3,\n      \"source\": \"var isFunction = require('./isFunction'),\\n    isLength = require('./isLength');\\n\\n/**\\n * Checks if `value` is array-like. A value is considered array-like if it's\\n * not a function and has a `value.length` that's an integer greater than or\\n * equal to `0` and less than or equal to `Number.MAX_SAFE_INTEGER`.\\n *\\n * @static\\n * @memberOf _\\n * @since 4.0.0\\n * @category Lang\\n * @param {*} value The value to check.\\n * @returns {boolean} Returns `true` if `value` is array-like, else `false`.\\n * @example\\n *\\n * _.isArrayLike([1, 2, 3]);\\n * // => true\\n *\\n * _.isArrayLike(document.body.children);\\n * // => true\\n *\\n * _.isArrayLike('abc');\\n * // => true\\n *\\n * _.isArrayLike(_.noop);\\n * // => false\\n */\\nfunction isArrayLike(value) {\\n  return value != null && isLength(value.length) && !isFunction(value);\\n}\\n\\nmodule.exports = isArrayLike;\\n\"\n    },\n    {\n      \"id\": 38,\n      \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/util/util.js\",\n      \"name\": \"./node_modules/util/util.js\",\n      \"index\": 224,\n      \"index2\": 217,\n      \"size\": 15563,\n      \"cacheable\": true,\n      \"built\": true,\n      \"optional\": false,\n      \"prefetched\": false,\n      \"chunks\": [\n        2\n      ],\n      \"issuer\": \"/Users/jarred/Code/styleurl/node_modules/fetch/lib/fetch.js\",\n      \"issuerId\": 293,\n      \"issuerName\": \"./node_modules/fetch/lib/fetch.js\",\n      \"issuerPath\": [\n        {\n          \"id\": 191,\n          \"identifier\": \"multi /Users/jarred/Code/styleurl/webpack/customPublicPath /Users/jarred/Code/styleurl/chrome/extension/background\",\n          \"name\": \"multi ./webpack/customPublicPath ./chrome/extension/background\",\n          \"profile\": {\n            \"factory\": 0,\n            \"building\": 0,\n            \"dependencies\": 54\n          }\n        },\n        {\n          \"id\": 192,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/background.js\",\n          \"name\": \"./chrome/extension/background.js\",\n          \"profile\": {\n            \"factory\": 54,\n            \"building\": 639,\n            \"dependencies\": 140\n          }\n        },\n        {\n          \"id\": 255,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/stylesheet-differ/lib/index.js\",\n          \"name\": \"./node_modules/stylesheet-differ/lib/index.js\",\n          \"profile\": {\n            \"factory\": 140,\n            \"building\": 568,\n            \"dependencies\": 1\n          }\n        },\n        {\n          \"id\": 256,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/native-css/index.js\",\n          \"name\": \"./node_modules/native-css/index.js\",\n          \"profile\": {\n            \"factory\": 189,\n            \"building\": 603,\n            \"dependencies\": 1\n          }\n        },\n        {\n          \"id\": 257,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/native-css/src/native-css.js\",\n          \"name\": \"./node_modules/native-css/src/native-css.js\",\n          \"profile\": {\n            \"factory\": 26,\n            \"building\": 63,\n            \"dependencies\": 14\n          }\n        },\n        {\n          \"id\": 293,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/fetch/lib/fetch.js\",\n          \"name\": \"./node_modules/fetch/lib/fetch.js\",\n          \"profile\": {\n            \"factory\": 117,\n            \"building\": 25,\n            \"dependencies\": 27\n          }\n        }\n      ],\n      \"profile\": {\n        \"factory\": 66,\n        \"building\": 38,\n        \"dependencies\": 20\n      },\n      \"failed\": false,\n      \"errors\": 0,\n      \"warnings\": 0,\n      \"assets\": [],\n      \"reasons\": [\n        {\n          \"moduleId\": 131,\n          \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/assert/assert.js\",\n          \"module\": \"./node_modules/assert/assert.js\",\n          \"moduleName\": \"./node_modules/assert/assert.js\",\n          \"type\": \"cjs require\",\n          \"userRequest\": \"util/\",\n          \"loc\": \"69:11-27\"\n        },\n        {\n          \"moduleId\": 260,\n          \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/memfs/lib/volume.js\",\n          \"module\": \"./node_modules/memfs/lib/volume.js\",\n          \"moduleName\": \"./node_modules/memfs/lib/volume.js\",\n          \"type\": \"cjs require\",\n          \"userRequest\": \"util\",\n          \"loc\": \"23:11-26\"\n        },\n        {\n          \"moduleId\": 262,\n          \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/memfs/lib/internal/errors.js\",\n          \"module\": \"./node_modules/memfs/lib/internal/errors.js\",\n          \"moduleName\": \"./node_modules/memfs/lib/internal/errors.js\",\n          \"type\": \"cjs require\",\n          \"userRequest\": \"util\",\n          \"loc\": \"53:38-53\"\n        },\n        {\n          \"moduleId\": 262,\n          \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/memfs/lib/internal/errors.js\",\n          \"module\": \"./node_modules/memfs/lib/internal/errors.js\",\n          \"moduleName\": \"./node_modules/memfs/lib/internal/errors.js\",\n          \"type\": \"cjs require\",\n          \"userRequest\": \"util\",\n          \"loc\": \"81:34-49\"\n        },\n        {\n          \"moduleId\": 293,\n          \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/fetch/lib/fetch.js\",\n          \"module\": \"./node_modules/fetch/lib/fetch.js\",\n          \"moduleName\": \"./node_modules/fetch/lib/fetch.js\",\n          \"type\": \"cjs require\",\n          \"userRequest\": \"util\",\n          \"loc\": \"6:14-29\"\n        },\n        {\n          \"moduleId\": 302,\n          \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/browserify-zlib/lib/index.js\",\n          \"module\": \"./node_modules/browserify-zlib/lib/index.js\",\n          \"moduleName\": \"./node_modules/browserify-zlib/lib/index.js\",\n          \"type\": \"cjs require\",\n          \"userRequest\": \"util\",\n          \"loc\": \"6:11-26\"\n        }\n      ],\n      \"usedExports\": true,\n      \"providedExports\": null,\n      \"optimizationBailout\": [\n        \"ModuleConcatenation bailout: Module is not an ECMAScript module\"\n      ],\n      \"depth\": 6,\n      \"source\": \"// Copyright Joyent, Inc. and other Node contributors.\\n//\\n// Permission is hereby granted, free of charge, to any person obtaining a\\n// copy of this software and associated documentation files (the\\n// \\\"Software\\\"), to deal in the Software without restriction, including\\n// without limitation the rights to use, copy, modify, merge, publish,\\n// distribute, sublicense, and/or sell copies of the Software, and to permit\\n// persons to whom the Software is furnished to do so, subject to the\\n// following conditions:\\n//\\n// The above copyright notice and this permission notice shall be included\\n// in all copies or substantial portions of the Software.\\n//\\n// THE SOFTWARE IS PROVIDED \\\"AS IS\\\", WITHOUT WARRANTY OF ANY KIND, EXPRESS\\n// OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\\n// MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN\\n// NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM,\\n// DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR\\n// OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE\\n// USE OR OTHER DEALINGS IN THE SOFTWARE.\\n\\nvar formatRegExp = /%[sdj%]/g;\\nexports.format = function(f) {\\n  if (!isString(f)) {\\n    var objects = [];\\n    for (var i = 0; i < arguments.length; i++) {\\n      objects.push(inspect(arguments[i]));\\n    }\\n    return objects.join(' ');\\n  }\\n\\n  var i = 1;\\n  var args = arguments;\\n  var len = args.length;\\n  var str = String(f).replace(formatRegExp, function(x) {\\n    if (x === '%%') return '%';\\n    if (i >= len) return x;\\n    switch (x) {\\n      case '%s': return String(args[i++]);\\n      case '%d': return Number(args[i++]);\\n      case '%j':\\n        try {\\n          return JSON.stringify(args[i++]);\\n        } catch (_) {\\n          return '[Circular]';\\n        }\\n      default:\\n        return x;\\n    }\\n  });\\n  for (var x = args[i]; i < len; x = args[++i]) {\\n    if (isNull(x) || !isObject(x)) {\\n      str += ' ' + x;\\n    } else {\\n      str += ' ' + inspect(x);\\n    }\\n  }\\n  return str;\\n};\\n\\n\\n// Mark that a method should not be used.\\n// Returns a modified function which warns once by default.\\n// If --no-deprecation is set, then it is a no-op.\\nexports.deprecate = function(fn, msg) {\\n  // Allow for deprecating things in the process of starting up.\\n  if (isUndefined(global.process)) {\\n    return function() {\\n      return exports.deprecate(fn, msg).apply(this, arguments);\\n    };\\n  }\\n\\n  if (process.noDeprecation === true) {\\n    return fn;\\n  }\\n\\n  var warned = false;\\n  function deprecated() {\\n    if (!warned) {\\n      if (process.throwDeprecation) {\\n        throw new Error(msg);\\n      } else if (process.traceDeprecation) {\\n        console.trace(msg);\\n      } else {\\n        console.error(msg);\\n      }\\n      warned = true;\\n    }\\n    return fn.apply(this, arguments);\\n  }\\n\\n  return deprecated;\\n};\\n\\n\\nvar debugs = {};\\nvar debugEnviron;\\nexports.debuglog = function(set) {\\n  if (isUndefined(debugEnviron))\\n    debugEnviron = process.env.NODE_DEBUG || '';\\n  set = set.toUpperCase();\\n  if (!debugs[set]) {\\n    if (new RegExp('\\\\\\\\b' + set + '\\\\\\\\b', 'i').test(debugEnviron)) {\\n      var pid = process.pid;\\n      debugs[set] = function() {\\n        var msg = exports.format.apply(exports, arguments);\\n        console.error('%s %d: %s', set, pid, msg);\\n      };\\n    } else {\\n      debugs[set] = function() {};\\n    }\\n  }\\n  return debugs[set];\\n};\\n\\n\\n/**\\n * Echos the value of a value. Trys to print the value out\\n * in the best way possible given the different types.\\n *\\n * @param {Object} obj The object to print out.\\n * @param {Object} opts Optional options object that alters the output.\\n */\\n/* legacy: obj, showHidden, depth, colors*/\\nfunction inspect(obj, opts) {\\n  // default options\\n  var ctx = {\\n    seen: [],\\n    stylize: stylizeNoColor\\n  };\\n  // legacy...\\n  if (arguments.length >= 3) ctx.depth = arguments[2];\\n  if (arguments.length >= 4) ctx.colors = arguments[3];\\n  if (isBoolean(opts)) {\\n    // legacy...\\n    ctx.showHidden = opts;\\n  } else if (opts) {\\n    // got an \\\"options\\\" object\\n    exports._extend(ctx, opts);\\n  }\\n  // set default options\\n  if (isUndefined(ctx.showHidden)) ctx.showHidden = false;\\n  if (isUndefined(ctx.depth)) ctx.depth = 2;\\n  if (isUndefined(ctx.colors)) ctx.colors = false;\\n  if (isUndefined(ctx.customInspect)) ctx.customInspect = true;\\n  if (ctx.colors) ctx.stylize = stylizeWithColor;\\n  return formatValue(ctx, obj, ctx.depth);\\n}\\nexports.inspect = inspect;\\n\\n\\n// http://en.wikipedia.org/wiki/ANSI_escape_code#graphics\\ninspect.colors = {\\n  'bold' : [1, 22],\\n  'italic' : [3, 23],\\n  'underline' : [4, 24],\\n  'inverse' : [7, 27],\\n  'white' : [37, 39],\\n  'grey' : [90, 39],\\n  'black' : [30, 39],\\n  'blue' : [34, 39],\\n  'cyan' : [36, 39],\\n  'green' : [32, 39],\\n  'magenta' : [35, 39],\\n  'red' : [31, 39],\\n  'yellow' : [33, 39]\\n};\\n\\n// Don't use 'blue' not visible on cmd.exe\\ninspect.styles = {\\n  'special': 'cyan',\\n  'number': 'yellow',\\n  'boolean': 'yellow',\\n  'undefined': 'grey',\\n  'null': 'bold',\\n  'string': 'green',\\n  'date': 'magenta',\\n  // \\\"name\\\": intentionally not styling\\n  'regexp': 'red'\\n};\\n\\n\\nfunction stylizeWithColor(str, styleType) {\\n  var style = inspect.styles[styleType];\\n\\n  if (style) {\\n    return '\\\\u001b[' + inspect.colors[style][0] + 'm' + str +\\n           '\\\\u001b[' + inspect.colors[style][1] + 'm';\\n  } else {\\n    return str;\\n  }\\n}\\n\\n\\nfunction stylizeNoColor(str, styleType) {\\n  return str;\\n}\\n\\n\\nfunction arrayToHash(array) {\\n  var hash = {};\\n\\n  array.forEach(function(val, idx) {\\n    hash[val] = true;\\n  });\\n\\n  return hash;\\n}\\n\\n\\nfunction formatValue(ctx, value, recurseTimes) {\\n  // Provide a hook for user-specified inspect functions.\\n  // Check that value is an object with an inspect function on it\\n  if (ctx.customInspect &&\\n      value &&\\n      isFunction(value.inspect) &&\\n      // Filter out the util module, it's inspect function is special\\n      value.inspect !== exports.inspect &&\\n      // Also filter out any prototype objects using the circular check.\\n      !(value.constructor && value.constructor.prototype === value)) {\\n    var ret = value.inspect(recurseTimes, ctx);\\n    if (!isString(ret)) {\\n      ret = formatValue(ctx, ret, recurseTimes);\\n    }\\n    return ret;\\n  }\\n\\n  // Primitive types cannot have properties\\n  var primitive = formatPrimitive(ctx, value);\\n  if (primitive) {\\n    return primitive;\\n  }\\n\\n  // Look up the keys of the object.\\n  var keys = Object.keys(value);\\n  var visibleKeys = arrayToHash(keys);\\n\\n  if (ctx.showHidden) {\\n    keys = Object.getOwnPropertyNames(value);\\n  }\\n\\n  // IE doesn't make error fields non-enumerable\\n  // http://msdn.microsoft.com/en-us/library/ie/dww52sbt(v=vs.94).aspx\\n  if (isError(value)\\n      && (keys.indexOf('message') >= 0 || keys.indexOf('description') >= 0)) {\\n    return formatError(value);\\n  }\\n\\n  // Some type of object without properties can be shortcutted.\\n  if (keys.length === 0) {\\n    if (isFunction(value)) {\\n      var name = value.name ? ': ' + value.name : '';\\n      return ctx.stylize('[Function' + name + ']', 'special');\\n    }\\n    if (isRegExp(value)) {\\n      return ctx.stylize(RegExp.prototype.toString.call(value), 'regexp');\\n    }\\n    if (isDate(value)) {\\n      return ctx.stylize(Date.prototype.toString.call(value), 'date');\\n    }\\n    if (isError(value)) {\\n      return formatError(value);\\n    }\\n  }\\n\\n  var base = '', array = false, braces = ['{', '}'];\\n\\n  // Make Array say that they are Array\\n  if (isArray(value)) {\\n    array = true;\\n    braces = ['[', ']'];\\n  }\\n\\n  // Make functions say that they are functions\\n  if (isFunction(value)) {\\n    var n = value.name ? ': ' + value.name : '';\\n    base = ' [Function' + n + ']';\\n  }\\n\\n  // Make RegExps say that they are RegExps\\n  if (isRegExp(value)) {\\n    base = ' ' + RegExp.prototype.toString.call(value);\\n  }\\n\\n  // Make dates with properties first say the date\\n  if (isDate(value)) {\\n    base = ' ' + Date.prototype.toUTCString.call(value);\\n  }\\n\\n  // Make error with message first say the error\\n  if (isError(value)) {\\n    base = ' ' + formatError(value);\\n  }\\n\\n  if (keys.length === 0 && (!array || value.length == 0)) {\\n    return braces[0] + base + braces[1];\\n  }\\n\\n  if (recurseTimes < 0) {\\n    if (isRegExp(value)) {\\n      return ctx.stylize(RegExp.prototype.toString.call(value), 'regexp');\\n    } else {\\n      return ctx.stylize('[Object]', 'special');\\n    }\\n  }\\n\\n  ctx.seen.push(value);\\n\\n  var output;\\n  if (array) {\\n    output = formatArray(ctx, value, recurseTimes, visibleKeys, keys);\\n  } else {\\n    output = keys.map(function(key) {\\n      return formatProperty(ctx, value, recurseTimes, visibleKeys, key, array);\\n    });\\n  }\\n\\n  ctx.seen.pop();\\n\\n  return reduceToSingleString(output, base, braces);\\n}\\n\\n\\nfunction formatPrimitive(ctx, value) {\\n  if (isUndefined(value))\\n    return ctx.stylize('undefined', 'undefined');\\n  if (isString(value)) {\\n    var simple = '\\\\'' + JSON.stringify(value).replace(/^\\\"|\\\"$/g, '')\\n                                             .replace(/'/g, \\\"\\\\\\\\'\\\")\\n                                             .replace(/\\\\\\\\\\\"/g, '\\\"') + '\\\\'';\\n    return ctx.stylize(simple, 'string');\\n  }\\n  if (isNumber(value))\\n    return ctx.stylize('' + value, 'number');\\n  if (isBoolean(value))\\n    return ctx.stylize('' + value, 'boolean');\\n  // For some reason typeof null is \\\"object\\\", so special case here.\\n  if (isNull(value))\\n    return ctx.stylize('null', 'null');\\n}\\n\\n\\nfunction formatError(value) {\\n  return '[' + Error.prototype.toString.call(value) + ']';\\n}\\n\\n\\nfunction formatArray(ctx, value, recurseTimes, visibleKeys, keys) {\\n  var output = [];\\n  for (var i = 0, l = value.length; i < l; ++i) {\\n    if (hasOwnProperty(value, String(i))) {\\n      output.push(formatProperty(ctx, value, recurseTimes, visibleKeys,\\n          String(i), true));\\n    } else {\\n      output.push('');\\n    }\\n  }\\n  keys.forEach(function(key) {\\n    if (!key.match(/^\\\\d+$/)) {\\n      output.push(formatProperty(ctx, value, recurseTimes, visibleKeys,\\n          key, true));\\n    }\\n  });\\n  return output;\\n}\\n\\n\\nfunction formatProperty(ctx, value, recurseTimes, visibleKeys, key, array) {\\n  var name, str, desc;\\n  desc = Object.getOwnPropertyDescriptor(value, key) || { value: value[key] };\\n  if (desc.get) {\\n    if (desc.set) {\\n      str = ctx.stylize('[Getter/Setter]', 'special');\\n    } else {\\n      str = ctx.stylize('[Getter]', 'special');\\n    }\\n  } else {\\n    if (desc.set) {\\n      str = ctx.stylize('[Setter]', 'special');\\n    }\\n  }\\n  if (!hasOwnProperty(visibleKeys, key)) {\\n    name = '[' + key + ']';\\n  }\\n  if (!str) {\\n    if (ctx.seen.indexOf(desc.value) < 0) {\\n      if (isNull(recurseTimes)) {\\n        str = formatValue(ctx, desc.value, null);\\n      } else {\\n        str = formatValue(ctx, desc.value, recurseTimes - 1);\\n      }\\n      if (str.indexOf('\\\\n') > -1) {\\n        if (array) {\\n          str = str.split('\\\\n').map(function(line) {\\n            return '  ' + line;\\n          }).join('\\\\n').substr(2);\\n        } else {\\n          str = '\\\\n' + str.split('\\\\n').map(function(line) {\\n            return '   ' + line;\\n          }).join('\\\\n');\\n        }\\n      }\\n    } else {\\n      str = ctx.stylize('[Circular]', 'special');\\n    }\\n  }\\n  if (isUndefined(name)) {\\n    if (array && key.match(/^\\\\d+$/)) {\\n      return str;\\n    }\\n    name = JSON.stringify('' + key);\\n    if (name.match(/^\\\"([a-zA-Z_][a-zA-Z_0-9]*)\\\"$/)) {\\n      name = name.substr(1, name.length - 2);\\n      name = ctx.stylize(name, 'name');\\n    } else {\\n      name = name.replace(/'/g, \\\"\\\\\\\\'\\\")\\n                 .replace(/\\\\\\\\\\\"/g, '\\\"')\\n                 .replace(/(^\\\"|\\\"$)/g, \\\"'\\\");\\n      name = ctx.stylize(name, 'string');\\n    }\\n  }\\n\\n  return name + ': ' + str;\\n}\\n\\n\\nfunction reduceToSingleString(output, base, braces) {\\n  var numLinesEst = 0;\\n  var length = output.reduce(function(prev, cur) {\\n    numLinesEst++;\\n    if (cur.indexOf('\\\\n') >= 0) numLinesEst++;\\n    return prev + cur.replace(/\\\\u001b\\\\[\\\\d\\\\d?m/g, '').length + 1;\\n  }, 0);\\n\\n  if (length > 60) {\\n    return braces[0] +\\n           (base === '' ? '' : base + '\\\\n ') +\\n           ' ' +\\n           output.join(',\\\\n  ') +\\n           ' ' +\\n           braces[1];\\n  }\\n\\n  return braces[0] + base + ' ' + output.join(', ') + ' ' + braces[1];\\n}\\n\\n\\n// NOTE: These type checking functions intentionally don't use `instanceof`\\n// because it is fragile and can be easily faked with `Object.create()`.\\nfunction isArray(ar) {\\n  return Array.isArray(ar);\\n}\\nexports.isArray = isArray;\\n\\nfunction isBoolean(arg) {\\n  return typeof arg === 'boolean';\\n}\\nexports.isBoolean = isBoolean;\\n\\nfunction isNull(arg) {\\n  return arg === null;\\n}\\nexports.isNull = isNull;\\n\\nfunction isNullOrUndefined(arg) {\\n  return arg == null;\\n}\\nexports.isNullOrUndefined = isNullOrUndefined;\\n\\nfunction isNumber(arg) {\\n  return typeof arg === 'number';\\n}\\nexports.isNumber = isNumber;\\n\\nfunction isString(arg) {\\n  return typeof arg === 'string';\\n}\\nexports.isString = isString;\\n\\nfunction isSymbol(arg) {\\n  return typeof arg === 'symbol';\\n}\\nexports.isSymbol = isSymbol;\\n\\nfunction isUndefined(arg) {\\n  return arg === void 0;\\n}\\nexports.isUndefined = isUndefined;\\n\\nfunction isRegExp(re) {\\n  return isObject(re) && objectToString(re) === '[object RegExp]';\\n}\\nexports.isRegExp = isRegExp;\\n\\nfunction isObject(arg) {\\n  return typeof arg === 'object' && arg !== null;\\n}\\nexports.isObject = isObject;\\n\\nfunction isDate(d) {\\n  return isObject(d) && objectToString(d) === '[object Date]';\\n}\\nexports.isDate = isDate;\\n\\nfunction isError(e) {\\n  return isObject(e) &&\\n      (objectToString(e) === '[object Error]' || e instanceof Error);\\n}\\nexports.isError = isError;\\n\\nfunction isFunction(arg) {\\n  return typeof arg === 'function';\\n}\\nexports.isFunction = isFunction;\\n\\nfunction isPrimitive(arg) {\\n  return arg === null ||\\n         typeof arg === 'boolean' ||\\n         typeof arg === 'number' ||\\n         typeof arg === 'string' ||\\n         typeof arg === 'symbol' ||  // ES6 symbol\\n         typeof arg === 'undefined';\\n}\\nexports.isPrimitive = isPrimitive;\\n\\nexports.isBuffer = require('./support/isBuffer');\\n\\nfunction objectToString(o) {\\n  return Object.prototype.toString.call(o);\\n}\\n\\n\\nfunction pad(n) {\\n  return n < 10 ? '0' + n.toString(10) : n.toString(10);\\n}\\n\\n\\nvar months = ['Jan', 'Feb', 'Mar', 'Apr', 'May', 'Jun', 'Jul', 'Aug', 'Sep',\\n              'Oct', 'Nov', 'Dec'];\\n\\n// 26 Feb 16:19:34\\nfunction timestamp() {\\n  var d = new Date();\\n  var time = [pad(d.getHours()),\\n              pad(d.getMinutes()),\\n              pad(d.getSeconds())].join(':');\\n  return [d.getDate(), months[d.getMonth()], time].join(' ');\\n}\\n\\n\\n// log is just a thin wrapper to console.log that prepends a timestamp\\nexports.log = function() {\\n  console.log('%s - %s', timestamp(), exports.format.apply(exports, arguments));\\n};\\n\\n\\n/**\\n * Inherit the prototype methods from one constructor into another.\\n *\\n * The Function.prototype.inherits from lang.js rewritten as a standalone\\n * function (not on Function.prototype). NOTE: If this file is to be loaded\\n * during bootstrapping this function needs to be rewritten using some native\\n * functions as prototype setup using normal JavaScript does not work as\\n * expected during bootstrapping (see mirror.js in r114903).\\n *\\n * @param {function} ctor Constructor function which needs to inherit the\\n *     prototype.\\n * @param {function} superCtor Constructor function to inherit prototype from.\\n */\\nexports.inherits = require('inherits');\\n\\nexports._extend = function(origin, add) {\\n  // Don't do anything if add isn't an object\\n  if (!add || !isObject(add)) return origin;\\n\\n  var keys = Object.keys(add);\\n  var i = keys.length;\\n  while (i--) {\\n    origin[keys[i]] = add[keys[i]];\\n  }\\n  return origin;\\n};\\n\\nfunction hasOwnProperty(obj, prop) {\\n  return Object.prototype.hasOwnProperty.call(obj, prop);\\n}\\n\"\n    },\n    {\n      \"id\": 39,\n      \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/stream-browserify/index.js\",\n      \"name\": \"./node_modules/stream-browserify/index.js\",\n      \"index\": 229,\n      \"index2\": 241,\n      \"size\": 3627,\n      \"cacheable\": true,\n      \"built\": true,\n      \"optional\": false,\n      \"prefetched\": false,\n      \"chunks\": [\n        2\n      ],\n      \"issuer\": \"/Users/jarred/Code/styleurl/node_modules/fetch/lib/fetch.js\",\n      \"issuerId\": 293,\n      \"issuerName\": \"./node_modules/fetch/lib/fetch.js\",\n      \"issuerPath\": [\n        {\n          \"id\": 191,\n          \"identifier\": \"multi /Users/jarred/Code/styleurl/webpack/customPublicPath /Users/jarred/Code/styleurl/chrome/extension/background\",\n          \"name\": \"multi ./webpack/customPublicPath ./chrome/extension/background\",\n          \"profile\": {\n            \"factory\": 0,\n            \"building\": 0,\n            \"dependencies\": 54\n          }\n        },\n        {\n          \"id\": 192,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/background.js\",\n          \"name\": \"./chrome/extension/background.js\",\n          \"profile\": {\n            \"factory\": 54,\n            \"building\": 639,\n            \"dependencies\": 140\n          }\n        },\n        {\n          \"id\": 255,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/stylesheet-differ/lib/index.js\",\n          \"name\": \"./node_modules/stylesheet-differ/lib/index.js\",\n          \"profile\": {\n            \"factory\": 140,\n            \"building\": 568,\n            \"dependencies\": 1\n          }\n        },\n        {\n          \"id\": 256,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/native-css/index.js\",\n          \"name\": \"./node_modules/native-css/index.js\",\n          \"profile\": {\n            \"factory\": 189,\n            \"building\": 603,\n            \"dependencies\": 1\n          }\n        },\n        {\n          \"id\": 257,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/native-css/src/native-css.js\",\n          \"name\": \"./node_modules/native-css/src/native-css.js\",\n          \"profile\": {\n            \"factory\": 26,\n            \"building\": 63,\n            \"dependencies\": 14\n          }\n        },\n        {\n          \"id\": 293,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/fetch/lib/fetch.js\",\n          \"name\": \"./node_modules/fetch/lib/fetch.js\",\n          \"profile\": {\n            \"factory\": 117,\n            \"building\": 25,\n            \"dependencies\": 27\n          }\n        }\n      ],\n      \"profile\": {\n        \"factory\": 66,\n        \"building\": 38,\n        \"dependencies\": 20\n      },\n      \"failed\": false,\n      \"errors\": 0,\n      \"warnings\": 0,\n      \"assets\": [],\n      \"reasons\": [\n        {\n          \"moduleId\": 260,\n          \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/memfs/lib/volume.js\",\n          \"module\": \"./node_modules/memfs/lib/volume.js\",\n          \"moduleName\": \"./node_modules/memfs/lib/volume.js\",\n          \"type\": \"cjs require\",\n          \"userRequest\": \"stream\",\n          \"loc\": \"22:15-32\"\n        },\n        {\n          \"moduleId\": 293,\n          \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/fetch/lib/fetch.js\",\n          \"module\": \"./node_modules/fetch/lib/fetch.js\",\n          \"moduleName\": \"./node_modules/fetch/lib/fetch.js\",\n          \"type\": \"cjs require\",\n          \"userRequest\": \"stream\",\n          \"loc\": \"9:13-30\"\n        },\n        {\n          \"moduleId\": 302,\n          \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/browserify-zlib/lib/index.js\",\n          \"module\": \"./node_modules/browserify-zlib/lib/index.js\",\n          \"moduleName\": \"./node_modules/browserify-zlib/lib/index.js\",\n          \"type\": \"cjs require\",\n          \"userRequest\": \"stream\",\n          \"loc\": \"4:16-33\"\n        },\n        {\n          \"moduleId\": 330,\n          \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/iconv-lite/lib/streams.js\",\n          \"module\": \"./node_modules/iconv-lite/lib/streams.js\",\n          \"moduleName\": \"./node_modules/iconv-lite/lib/streams.js\",\n          \"type\": \"cjs require\",\n          \"userRequest\": \"stream\",\n          \"loc\": \"3:16-33\"\n        },\n        {\n          \"moduleId\": 331,\n          \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/iconv-lite/lib/extend-node.js\",\n          \"module\": \"./node_modules/iconv-lite/lib/extend-node.js\",\n          \"moduleName\": \"./node_modules/iconv-lite/lib/extend-node.js\",\n          \"type\": \"cjs require\",\n          \"userRequest\": \"stream\",\n          \"loc\": \"172:27-44\"\n        },\n        {\n          \"moduleId\": 331,\n          \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/iconv-lite/lib/extend-node.js\",\n          \"module\": \"./node_modules/iconv-lite/lib/extend-node.js\",\n          \"moduleName\": \"./node_modules/iconv-lite/lib/extend-node.js\",\n          \"type\": \"cjs require\",\n          \"userRequest\": \"stream\",\n          \"loc\": \"206:27-44\"\n        }\n      ],\n      \"usedExports\": true,\n      \"providedExports\": null,\n      \"optimizationBailout\": [\n        \"ModuleConcatenation bailout: Module is not an ECMAScript module\"\n      ],\n      \"depth\": 6,\n      \"source\": \"// Copyright Joyent, Inc. and other Node contributors.\\n//\\n// Permission is hereby granted, free of charge, to any person obtaining a\\n// copy of this software and associated documentation files (the\\n// \\\"Software\\\"), to deal in the Software without restriction, including\\n// without limitation the rights to use, copy, modify, merge, publish,\\n// distribute, sublicense, and/or sell copies of the Software, and to permit\\n// persons to whom the Software is furnished to do so, subject to the\\n// following conditions:\\n//\\n// The above copyright notice and this permission notice shall be included\\n// in all copies or substantial portions of the Software.\\n//\\n// THE SOFTWARE IS PROVIDED \\\"AS IS\\\", WITHOUT WARRANTY OF ANY KIND, EXPRESS\\n// OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\\n// MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN\\n// NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM,\\n// DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR\\n// OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE\\n// USE OR OTHER DEALINGS IN THE SOFTWARE.\\n\\nmodule.exports = Stream;\\n\\nvar EE = require('events').EventEmitter;\\nvar inherits = require('inherits');\\n\\ninherits(Stream, EE);\\nStream.Readable = require('readable-stream/readable.js');\\nStream.Writable = require('readable-stream/writable.js');\\nStream.Duplex = require('readable-stream/duplex.js');\\nStream.Transform = require('readable-stream/transform.js');\\nStream.PassThrough = require('readable-stream/passthrough.js');\\n\\n// Backwards-compat with node 0.4.x\\nStream.Stream = Stream;\\n\\n\\n\\n// old-style streams.  Note that the pipe method (the only relevant\\n// part of this class) is overridden in the Readable class.\\n\\nfunction Stream() {\\n  EE.call(this);\\n}\\n\\nStream.prototype.pipe = function(dest, options) {\\n  var source = this;\\n\\n  function ondata(chunk) {\\n    if (dest.writable) {\\n      if (false === dest.write(chunk) && source.pause) {\\n        source.pause();\\n      }\\n    }\\n  }\\n\\n  source.on('data', ondata);\\n\\n  function ondrain() {\\n    if (source.readable && source.resume) {\\n      source.resume();\\n    }\\n  }\\n\\n  dest.on('drain', ondrain);\\n\\n  // If the 'end' option is not supplied, dest.end() will be called when\\n  // source gets the 'end' or 'close' events.  Only dest.end() once.\\n  if (!dest._isStdio && (!options || options.end !== false)) {\\n    source.on('end', onend);\\n    source.on('close', onclose);\\n  }\\n\\n  var didOnEnd = false;\\n  function onend() {\\n    if (didOnEnd) return;\\n    didOnEnd = true;\\n\\n    dest.end();\\n  }\\n\\n\\n  function onclose() {\\n    if (didOnEnd) return;\\n    didOnEnd = true;\\n\\n    if (typeof dest.destroy === 'function') dest.destroy();\\n  }\\n\\n  // don't leave dangling pipes when there are errors.\\n  function onerror(er) {\\n    cleanup();\\n    if (EE.listenerCount(this, 'error') === 0) {\\n      throw er; // Unhandled stream error in pipe.\\n    }\\n  }\\n\\n  source.on('error', onerror);\\n  dest.on('error', onerror);\\n\\n  // remove all the event listeners that were added.\\n  function cleanup() {\\n    source.removeListener('data', ondata);\\n    dest.removeListener('drain', ondrain);\\n\\n    source.removeListener('end', onend);\\n    source.removeListener('close', onclose);\\n\\n    source.removeListener('error', onerror);\\n    dest.removeListener('error', onerror);\\n\\n    source.removeListener('end', cleanup);\\n    source.removeListener('close', cleanup);\\n\\n    dest.removeListener('close', cleanup);\\n  }\\n\\n  source.on('end', cleanup);\\n  source.on('close', cleanup);\\n\\n  dest.on('close', cleanup);\\n\\n  dest.emit('pipe', source);\\n\\n  // Allow for unix-like usage: A.pipe(B).pipe(C)\\n  return dest;\\n};\\n\"\n    },\n    {\n      \"id\": 40,\n      \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/stream-http/node_modules/readable-stream/lib/_stream_duplex.js\",\n      \"name\": \"./node_modules/stream-http/node_modules/readable-stream/lib/_stream_duplex.js\",\n      \"index\": 286,\n      \"index2\": 276,\n      \"size\": 3742,\n      \"cacheable\": true,\n      \"built\": true,\n      \"optional\": false,\n      \"prefetched\": false,\n      \"chunks\": [\n        2\n      ],\n      \"issuer\": \"/Users/jarred/Code/styleurl/node_modules/stream-http/node_modules/readable-stream/readable-browser.js\",\n      \"issuerId\": 160,\n      \"issuerName\": \"./node_modules/stream-http/node_modules/readable-stream/readable-browser.js\",\n      \"issuerPath\": [\n        {\n          \"id\": 191,\n          \"identifier\": \"multi /Users/jarred/Code/styleurl/webpack/customPublicPath /Users/jarred/Code/styleurl/chrome/extension/background\",\n          \"name\": \"multi ./webpack/customPublicPath ./chrome/extension/background\",\n          \"profile\": {\n            \"factory\": 0,\n            \"building\": 0,\n            \"dependencies\": 54\n          }\n        },\n        {\n          \"id\": 192,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/background.js\",\n          \"name\": \"./chrome/extension/background.js\",\n          \"profile\": {\n            \"factory\": 54,\n            \"building\": 639,\n            \"dependencies\": 140\n          }\n        },\n        {\n          \"id\": 255,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/stylesheet-differ/lib/index.js\",\n          \"name\": \"./node_modules/stylesheet-differ/lib/index.js\",\n          \"profile\": {\n            \"factory\": 140,\n            \"building\": 568,\n            \"dependencies\": 1\n          }\n        },\n        {\n          \"id\": 256,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/native-css/index.js\",\n          \"name\": \"./node_modules/native-css/index.js\",\n          \"profile\": {\n            \"factory\": 189,\n            \"building\": 603,\n            \"dependencies\": 1\n          }\n        },\n        {\n          \"id\": 257,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/native-css/src/native-css.js\",\n          \"name\": \"./node_modules/native-css/src/native-css.js\",\n          \"profile\": {\n            \"factory\": 26,\n            \"building\": 63,\n            \"dependencies\": 14\n          }\n        },\n        {\n          \"id\": 293,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/fetch/lib/fetch.js\",\n          \"name\": \"./node_modules/fetch/lib/fetch.js\",\n          \"profile\": {\n            \"factory\": 117,\n            \"building\": 25,\n            \"dependencies\": 27\n          }\n        },\n        {\n          \"id\": 157,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/stream-http/index.js\",\n          \"name\": \"./node_modules/stream-http/index.js\",\n          \"profile\": {\n            \"factory\": 66,\n            \"building\": 38,\n            \"dependencies\": 20\n          }\n        },\n        {\n          \"id\": 159,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/stream-http/lib/response.js\",\n          \"name\": \"./node_modules/stream-http/lib/response.js\",\n          \"profile\": {\n            \"factory\": 114,\n            \"building\": 71,\n            \"dependencies\": 122\n          }\n        },\n        {\n          \"id\": 160,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/stream-http/node_modules/readable-stream/readable-browser.js\",\n          \"name\": \"./node_modules/stream-http/node_modules/readable-stream/readable-browser.js\",\n          \"profile\": {\n            \"factory\": 127,\n            \"building\": 15,\n            \"dependencies\": 0\n          }\n        }\n      ],\n      \"profile\": {\n        \"factory\": 8,\n        \"building\": 54,\n        \"dependencies\": 78\n      },\n      \"failed\": false,\n      \"errors\": 0,\n      \"warnings\": 0,\n      \"assets\": [],\n      \"reasons\": [\n        {\n          \"moduleId\": 160,\n          \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/stream-http/node_modules/readable-stream/readable-browser.js\",\n          \"module\": \"./node_modules/stream-http/node_modules/readable-stream/readable-browser.js\",\n          \"moduleName\": \"./node_modules/stream-http/node_modules/readable-stream/readable-browser.js\",\n          \"type\": \"cjs require\",\n          \"userRequest\": \"./lib/_stream_duplex.js\",\n          \"loc\": \"5:17-51\"\n        },\n        {\n          \"moduleId\": 161,\n          \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/stream-http/node_modules/readable-stream/lib/_stream_readable.js\",\n          \"module\": \"./node_modules/stream-http/node_modules/readable-stream/lib/_stream_readable.js\",\n          \"moduleName\": \"./node_modules/stream-http/node_modules/readable-stream/lib/_stream_readable.js\",\n          \"type\": \"cjs require\",\n          \"userRequest\": \"./_stream_duplex\",\n          \"loc\": \"104:21-48\"\n        },\n        {\n          \"moduleId\": 161,\n          \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/stream-http/node_modules/readable-stream/lib/_stream_readable.js\",\n          \"module\": \"./node_modules/stream-http/node_modules/readable-stream/lib/_stream_readable.js\",\n          \"moduleName\": \"./node_modules/stream-http/node_modules/readable-stream/lib/_stream_readable.js\",\n          \"type\": \"cjs require\",\n          \"userRequest\": \"./_stream_duplex\",\n          \"loc\": \"172:21-48\"\n        },\n        {\n          \"moduleId\": 164,\n          \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/stream-http/node_modules/readable-stream/lib/_stream_writable.js\",\n          \"module\": \"./node_modules/stream-http/node_modules/readable-stream/lib/_stream_writable.js\",\n          \"moduleName\": \"./node_modules/stream-http/node_modules/readable-stream/lib/_stream_writable.js\",\n          \"type\": \"cjs require\",\n          \"userRequest\": \"./_stream_duplex\",\n          \"loc\": \"99:21-48\"\n        },\n        {\n          \"moduleId\": 164,\n          \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/stream-http/node_modules/readable-stream/lib/_stream_writable.js\",\n          \"module\": \"./node_modules/stream-http/node_modules/readable-stream/lib/_stream_writable.js\",\n          \"moduleName\": \"./node_modules/stream-http/node_modules/readable-stream/lib/_stream_writable.js\",\n          \"type\": \"cjs require\",\n          \"userRequest\": \"./_stream_duplex\",\n          \"loc\": \"239:21-48\"\n        },\n        {\n          \"moduleId\": 165,\n          \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/stream-http/node_modules/readable-stream/lib/_stream_transform.js\",\n          \"module\": \"./node_modules/stream-http/node_modules/readable-stream/lib/_stream_transform.js\",\n          \"moduleName\": \"./node_modules/stream-http/node_modules/readable-stream/lib/_stream_transform.js\",\n          \"type\": \"cjs require\",\n          \"userRequest\": \"./_stream_duplex\",\n          \"loc\": \"68:13-40\"\n        }\n      ],\n      \"usedExports\": true,\n      \"providedExports\": null,\n      \"optimizationBailout\": [\n        \"ModuleConcatenation bailout: Module is not an ECMAScript module\"\n      ],\n      \"depth\": 9,\n      \"source\": \"// Copyright Joyent, Inc. and other Node contributors.\\n//\\n// Permission is hereby granted, free of charge, to any person obtaining a\\n// copy of this software and associated documentation files (the\\n// \\\"Software\\\"), to deal in the Software without restriction, including\\n// without limitation the rights to use, copy, modify, merge, publish,\\n// distribute, sublicense, and/or sell copies of the Software, and to permit\\n// persons to whom the Software is furnished to do so, subject to the\\n// following conditions:\\n//\\n// The above copyright notice and this permission notice shall be included\\n// in all copies or substantial portions of the Software.\\n//\\n// THE SOFTWARE IS PROVIDED \\\"AS IS\\\", WITHOUT WARRANTY OF ANY KIND, EXPRESS\\n// OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\\n// MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN\\n// NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM,\\n// DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR\\n// OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE\\n// USE OR OTHER DEALINGS IN THE SOFTWARE.\\n\\n// a duplex stream is just a stream that is both readable and writable.\\n// Since JS doesn't have multiple prototypal inheritance, this class\\n// prototypally inherits from Readable, and then parasitically from\\n// Writable.\\n\\n'use strict';\\n\\n/*<replacement>*/\\n\\nvar processNextTick = require('process-nextick-args');\\n/*</replacement>*/\\n\\n/*<replacement>*/\\nvar objectKeys = Object.keys || function (obj) {\\n  var keys = [];\\n  for (var key in obj) {\\n    keys.push(key);\\n  }return keys;\\n};\\n/*</replacement>*/\\n\\nmodule.exports = Duplex;\\n\\n/*<replacement>*/\\nvar util = require('core-util-is');\\nutil.inherits = require('inherits');\\n/*</replacement>*/\\n\\nvar Readable = require('./_stream_readable');\\nvar Writable = require('./_stream_writable');\\n\\nutil.inherits(Duplex, Readable);\\n\\nvar keys = objectKeys(Writable.prototype);\\nfor (var v = 0; v < keys.length; v++) {\\n  var method = keys[v];\\n  if (!Duplex.prototype[method]) Duplex.prototype[method] = Writable.prototype[method];\\n}\\n\\nfunction Duplex(options) {\\n  if (!(this instanceof Duplex)) return new Duplex(options);\\n\\n  Readable.call(this, options);\\n  Writable.call(this, options);\\n\\n  if (options && options.readable === false) this.readable = false;\\n\\n  if (options && options.writable === false) this.writable = false;\\n\\n  this.allowHalfOpen = true;\\n  if (options && options.allowHalfOpen === false) this.allowHalfOpen = false;\\n\\n  this.once('end', onend);\\n}\\n\\n// the no-half-open enforcer\\nfunction onend() {\\n  // if we allow half-open state, or if the writable side ended,\\n  // then we're ok.\\n  if (this.allowHalfOpen || this._writableState.ended) return;\\n\\n  // no more data can be written.\\n  // But allow more writes to happen in this tick.\\n  processNextTick(onEndNT, this);\\n}\\n\\nfunction onEndNT(self) {\\n  self.end();\\n}\\n\\nObject.defineProperty(Duplex.prototype, 'destroyed', {\\n  get: function () {\\n    if (this._readableState === undefined || this._writableState === undefined) {\\n      return false;\\n    }\\n    return this._readableState.destroyed && this._writableState.destroyed;\\n  },\\n  set: function (value) {\\n    // we ignore the value if the stream\\n    // has not been initialized yet\\n    if (this._readableState === undefined || this._writableState === undefined) {\\n      return;\\n    }\\n\\n    // backward compatibility, the user is explicitly\\n    // managing destroyed\\n    this._readableState.destroyed = value;\\n    this._writableState.destroyed = value;\\n  }\\n});\\n\\nDuplex.prototype._destroy = function (err, cb) {\\n  this.push(null);\\n  this.end();\\n\\n  processNextTick(cb, err);\\n};\\n\\nfunction forEach(xs, f) {\\n  for (var i = 0, l = xs.length; i < l; i++) {\\n    f(xs[i], i);\\n  }\\n}\"\n    },\n    {\n      \"id\": 41,\n      \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/object-assign/index.js\",\n      \"name\": \"./node_modules/object-assign/index.js\",\n      \"index\": 5,\n      \"index2\": 1,\n      \"size\": 2108,\n      \"cacheable\": true,\n      \"built\": true,\n      \"optional\": false,\n      \"prefetched\": false,\n      \"chunks\": [\n        0,\n        1\n      ],\n      \"issuer\": \"/Users/jarred/Code/styleurl/node_modules/react/cjs/react.production.min.js\",\n      \"issuerId\": 73,\n      \"issuerName\": \"./node_modules/react/cjs/react.production.min.js\",\n      \"issuerPath\": [\n        {\n          \"id\": 171,\n          \"identifier\": \"multi /Users/jarred/Code/styleurl/webpack/customPublicPath /Users/jarred/Code/styleurl/chrome/extension/popup\",\n          \"name\": \"multi ./webpack/customPublicPath ./chrome/extension/popup\",\n          \"profile\": {\n            \"factory\": 0,\n            \"building\": 3\n          }\n        },\n        {\n          \"id\": 172,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/popup.js\",\n          \"name\": \"./chrome/extension/popup.js\",\n          \"profile\": {\n            \"factory\": 58,\n            \"building\": 445\n          }\n        },\n        {\n          \"id\": 22,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/react/index.js\",\n          \"name\": \"./node_modules/react/index.js\",\n          \"profile\": {\n            \"factory\": 340,\n            \"building\": 762,\n            \"dependencies\": 60\n          }\n        },\n        {\n          \"id\": 73,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/react/cjs/react.production.min.js\",\n          \"name\": \"./node_modules/react/cjs/react.production.min.js\",\n          \"profile\": {\n            \"factory\": 235,\n            \"building\": 62\n          }\n        }\n      ],\n      \"profile\": {\n        \"factory\": 272,\n        \"building\": 15\n      },\n      \"failed\": false,\n      \"errors\": 0,\n      \"warnings\": 0,\n      \"assets\": [],\n      \"reasons\": [\n        {\n          \"moduleId\": 73,\n          \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/react/cjs/react.production.min.js\",\n          \"module\": \"./node_modules/react/cjs/react.production.min.js\",\n          \"moduleName\": \"./node_modules/react/cjs/react.production.min.js\",\n          \"type\": \"cjs require\",\n          \"userRequest\": \"object-assign\",\n          \"loc\": \"10:19-43\"\n        },\n        {\n          \"moduleId\": 78,\n          \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/react-dom/cjs/react-dom.production.min.js\",\n          \"module\": \"./node_modules/react-dom/cjs/react-dom.production.min.js\",\n          \"moduleName\": \"./node_modules/react-dom/cjs/react-dom.production.min.js\",\n          \"type\": \"cjs require\",\n          \"userRequest\": \"object-assign\",\n          \"loc\": \"13:115-139\"\n        }\n      ],\n      \"usedExports\": true,\n      \"providedExports\": null,\n      \"optimizationBailout\": [\n        \"ModuleConcatenation bailout: Module is not an ECMAScript module\"\n      ],\n      \"depth\": 4,\n      \"source\": \"/*\\nobject-assign\\n(c) Sindre Sorhus\\n@license MIT\\n*/\\n\\n'use strict';\\n/* eslint-disable no-unused-vars */\\nvar getOwnPropertySymbols = Object.getOwnPropertySymbols;\\nvar hasOwnProperty = Object.prototype.hasOwnProperty;\\nvar propIsEnumerable = Object.prototype.propertyIsEnumerable;\\n\\nfunction toObject(val) {\\n\\tif (val === null || val === undefined) {\\n\\t\\tthrow new TypeError('Object.assign cannot be called with null or undefined');\\n\\t}\\n\\n\\treturn Object(val);\\n}\\n\\nfunction shouldUseNative() {\\n\\ttry {\\n\\t\\tif (!Object.assign) {\\n\\t\\t\\treturn false;\\n\\t\\t}\\n\\n\\t\\t// Detect buggy property enumeration order in older V8 versions.\\n\\n\\t\\t// https://bugs.chromium.org/p/v8/issues/detail?id=4118\\n\\t\\tvar test1 = new String('abc');  // eslint-disable-line no-new-wrappers\\n\\t\\ttest1[5] = 'de';\\n\\t\\tif (Object.getOwnPropertyNames(test1)[0] === '5') {\\n\\t\\t\\treturn false;\\n\\t\\t}\\n\\n\\t\\t// https://bugs.chromium.org/p/v8/issues/detail?id=3056\\n\\t\\tvar test2 = {};\\n\\t\\tfor (var i = 0; i < 10; i++) {\\n\\t\\t\\ttest2['_' + String.fromCharCode(i)] = i;\\n\\t\\t}\\n\\t\\tvar order2 = Object.getOwnPropertyNames(test2).map(function (n) {\\n\\t\\t\\treturn test2[n];\\n\\t\\t});\\n\\t\\tif (order2.join('') !== '0123456789') {\\n\\t\\t\\treturn false;\\n\\t\\t}\\n\\n\\t\\t// https://bugs.chromium.org/p/v8/issues/detail?id=3056\\n\\t\\tvar test3 = {};\\n\\t\\t'abcdefghijklmnopqrst'.split('').forEach(function (letter) {\\n\\t\\t\\ttest3[letter] = letter;\\n\\t\\t});\\n\\t\\tif (Object.keys(Object.assign({}, test3)).join('') !==\\n\\t\\t\\t\\t'abcdefghijklmnopqrst') {\\n\\t\\t\\treturn false;\\n\\t\\t}\\n\\n\\t\\treturn true;\\n\\t} catch (err) {\\n\\t\\t// We don't expect any of the above to throw, but better to be safe.\\n\\t\\treturn false;\\n\\t}\\n}\\n\\nmodule.exports = shouldUseNative() ? Object.assign : function (target, source) {\\n\\tvar from;\\n\\tvar to = toObject(target);\\n\\tvar symbols;\\n\\n\\tfor (var s = 1; s < arguments.length; s++) {\\n\\t\\tfrom = Object(arguments[s]);\\n\\n\\t\\tfor (var key in from) {\\n\\t\\t\\tif (hasOwnProperty.call(from, key)) {\\n\\t\\t\\t\\tto[key] = from[key];\\n\\t\\t\\t}\\n\\t\\t}\\n\\n\\t\\tif (getOwnPropertySymbols) {\\n\\t\\t\\tsymbols = getOwnPropertySymbols(from);\\n\\t\\t\\tfor (var i = 0; i < symbols.length; i++) {\\n\\t\\t\\t\\tif (propIsEnumerable.call(from, symbols[i])) {\\n\\t\\t\\t\\t\\tto[symbols[i]] = from[symbols[i]];\\n\\t\\t\\t\\t}\\n\\t\\t\\t}\\n\\t\\t}\\n\\t}\\n\\n\\treturn to;\\n};\\n\"\n    },\n    {\n      \"id\": 42,\n      \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_Map.js\",\n      \"name\": \"./node_modules/lodash/_Map.js\",\n      \"index\": 62,\n      \"index2\": 68,\n      \"size\": 195,\n      \"cacheable\": true,\n      \"built\": true,\n      \"optional\": false,\n      \"prefetched\": false,\n      \"chunks\": [\n        2,\n        3\n      ],\n      \"issuer\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_getTag.js\",\n      \"issuerId\": 95,\n      \"issuerName\": \"./node_modules/lodash/_getTag.js\",\n      \"issuerPath\": [\n        {\n          \"id\": 342,\n          \"identifier\": \"multi /Users/jarred/Code/styleurl/webpack/customPublicPath /Users/jarred/Code/styleurl/chrome/extension/devtools\",\n          \"name\": \"multi ./webpack/customPublicPath ./chrome/extension/devtools\",\n          \"profile\": {\n            \"factory\": 0,\n            \"building\": 0,\n            \"dependencies\": 54\n          }\n        },\n        {\n          \"id\": 343,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/devtools.js\",\n          \"name\": \"./chrome/extension/devtools.js\",\n          \"profile\": {\n            \"factory\": 55,\n            \"building\": 548\n          }\n        },\n        {\n          \"id\": 345,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/isEmpty.js\",\n          \"name\": \"./node_modules/lodash/isEmpty.js\",\n          \"profile\": {\n            \"factory\": 230,\n            \"building\": 567,\n            \"dependencies\": 245\n          }\n        },\n        {\n          \"id\": 95,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_getTag.js\",\n          \"name\": \"./node_modules/lodash/_getTag.js\",\n          \"profile\": {\n            \"factory\": 247,\n            \"building\": 72,\n            \"dependencies\": 1\n          }\n        }\n      ],\n      \"profile\": {\n        \"factory\": 89,\n        \"building\": 98,\n        \"dependencies\": 85\n      },\n      \"failed\": false,\n      \"errors\": 0,\n      \"warnings\": 0,\n      \"assets\": [],\n      \"reasons\": [\n        {\n          \"moduleId\": 95,\n          \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_getTag.js\",\n          \"module\": \"./node_modules/lodash/_getTag.js\",\n          \"moduleName\": \"./node_modules/lodash/_getTag.js\",\n          \"type\": \"cjs require\",\n          \"userRequest\": \"./_Map\",\n          \"loc\": \"2:10-27\"\n        },\n        {\n          \"moduleId\": 207,\n          \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_stackSet.js\",\n          \"module\": \"./node_modules/lodash/_stackSet.js\",\n          \"moduleName\": \"./node_modules/lodash/_stackSet.js\",\n          \"type\": \"cjs require\",\n          \"userRequest\": \"./_Map\",\n          \"loc\": \"2:10-27\"\n        },\n        {\n          \"moduleId\": 208,\n          \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_mapCacheClear.js\",\n          \"module\": \"./node_modules/lodash/_mapCacheClear.js\",\n          \"moduleName\": \"./node_modules/lodash/_mapCacheClear.js\",\n          \"type\": \"cjs require\",\n          \"userRequest\": \"./_Map\",\n          \"loc\": \"3:10-27\"\n        }\n      ],\n      \"usedExports\": true,\n      \"providedExports\": null,\n      \"optimizationBailout\": [\n        \"ModuleConcatenation bailout: Module is not an ECMAScript module\"\n      ],\n      \"depth\": 4,\n      \"source\": \"var getNative = require('./_getNative'),\\n    root = require('./_root');\\n\\n/* Built-in method references that are verified to be native. */\\nvar Map = getNative(root, 'Map');\\n\\nmodule.exports = Map;\\n\"\n    },\n    {\n      \"id\": 43,\n      \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_getRawTag.js\",\n      \"name\": \"./node_modules/lodash/_getRawTag.js\",\n      \"index\": 70,\n      \"index2\": 57,\n      \"size\": 1139,\n      \"cacheable\": true,\n      \"built\": true,\n      \"optional\": false,\n      \"prefetched\": false,\n      \"chunks\": [\n        2,\n        3,\n        4\n      ],\n      \"issuer\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_baseGetTag.js\",\n      \"issuerId\": 5,\n      \"issuerName\": \"./node_modules/lodash/_baseGetTag.js\",\n      \"issuerPath\": [\n        {\n          \"id\": 342,\n          \"identifier\": \"multi /Users/jarred/Code/styleurl/webpack/customPublicPath /Users/jarred/Code/styleurl/chrome/extension/devtools\",\n          \"name\": \"multi ./webpack/customPublicPath ./chrome/extension/devtools\",\n          \"profile\": {\n            \"factory\": 0,\n            \"building\": 0,\n            \"dependencies\": 54\n          }\n        },\n        {\n          \"id\": 343,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/devtools.js\",\n          \"name\": \"./chrome/extension/devtools.js\",\n          \"profile\": {\n            \"factory\": 55,\n            \"building\": 548\n          }\n        },\n        {\n          \"id\": 344,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/isNumber.js\",\n          \"name\": \"./node_modules/lodash/isNumber.js\",\n          \"profile\": {\n            \"factory\": 230,\n            \"building\": 567,\n            \"dependencies\": 245\n          }\n        },\n        {\n          \"id\": 5,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_baseGetTag.js\",\n          \"name\": \"./node_modules/lodash/_baseGetTag.js\",\n          \"profile\": {\n            \"factory\": 248,\n            \"building\": 66\n          }\n        }\n      ],\n      \"profile\": {\n        \"factory\": 90,\n        \"building\": 97,\n        \"dependencies\": 1\n      },\n      \"failed\": false,\n      \"errors\": 0,\n      \"warnings\": 0,\n      \"assets\": [],\n      \"reasons\": [\n        {\n          \"moduleId\": 5,\n          \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_baseGetTag.js\",\n          \"module\": \"./node_modules/lodash/_baseGetTag.js\",\n          \"moduleName\": \"./node_modules/lodash/_baseGetTag.js\",\n          \"type\": \"cjs require\",\n          \"userRequest\": \"./_getRawTag\",\n          \"loc\": \"2:16-39\"\n        }\n      ],\n      \"usedExports\": true,\n      \"providedExports\": null,\n      \"optimizationBailout\": [\n        \"ModuleConcatenation bailout: Module is not an ECMAScript module\"\n      ],\n      \"depth\": 4,\n      \"source\": \"var Symbol = require('./_Symbol');\\n\\n/** Used for built-in method references. */\\nvar objectProto = Object.prototype;\\n\\n/** Used to check objects for own properties. */\\nvar hasOwnProperty = objectProto.hasOwnProperty;\\n\\n/**\\n * Used to resolve the\\n * [`toStringTag`](http://ecma-international.org/ecma-262/7.0/#sec-object.prototype.tostring)\\n * of values.\\n */\\nvar nativeObjectToString = objectProto.toString;\\n\\n/** Built-in value references. */\\nvar symToStringTag = Symbol ? Symbol.toStringTag : undefined;\\n\\n/**\\n * A specialized version of `baseGetTag` which ignores `Symbol.toStringTag` values.\\n *\\n * @private\\n * @param {*} value The value to query.\\n * @returns {string} Returns the raw `toStringTag`.\\n */\\nfunction getRawTag(value) {\\n  var isOwn = hasOwnProperty.call(value, symToStringTag),\\n      tag = value[symToStringTag];\\n\\n  try {\\n    value[symToStringTag] = undefined;\\n    var unmasked = true;\\n  } catch (e) {}\\n\\n  var result = nativeObjectToString.call(value);\\n  if (unmasked) {\\n    if (isOwn) {\\n      value[symToStringTag] = tag;\\n    } else {\\n      delete value[symToStringTag];\\n    }\\n  }\\n  return result;\\n}\\n\\nmodule.exports = getRawTag;\\n\"\n    },\n    {\n      \"id\": 44,\n      \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_objectToString.js\",\n      \"name\": \"./node_modules/lodash/_objectToString.js\",\n      \"index\": 71,\n      \"index2\": 58,\n      \"size\": 565,\n      \"cacheable\": true,\n      \"built\": true,\n      \"optional\": false,\n      \"prefetched\": false,\n      \"chunks\": [\n        2,\n        3,\n        4\n      ],\n      \"issuer\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_baseGetTag.js\",\n      \"issuerId\": 5,\n      \"issuerName\": \"./node_modules/lodash/_baseGetTag.js\",\n      \"issuerPath\": [\n        {\n          \"id\": 342,\n          \"identifier\": \"multi /Users/jarred/Code/styleurl/webpack/customPublicPath /Users/jarred/Code/styleurl/chrome/extension/devtools\",\n          \"name\": \"multi ./webpack/customPublicPath ./chrome/extension/devtools\",\n          \"profile\": {\n            \"factory\": 0,\n            \"building\": 0,\n            \"dependencies\": 54\n          }\n        },\n        {\n          \"id\": 343,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/devtools.js\",\n          \"name\": \"./chrome/extension/devtools.js\",\n          \"profile\": {\n            \"factory\": 55,\n            \"building\": 548\n          }\n        },\n        {\n          \"id\": 344,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/isNumber.js\",\n          \"name\": \"./node_modules/lodash/isNumber.js\",\n          \"profile\": {\n            \"factory\": 230,\n            \"building\": 567,\n            \"dependencies\": 245\n          }\n        },\n        {\n          \"id\": 5,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_baseGetTag.js\",\n          \"name\": \"./node_modules/lodash/_baseGetTag.js\",\n          \"profile\": {\n            \"factory\": 248,\n            \"building\": 66\n          }\n        }\n      ],\n      \"profile\": {\n        \"factory\": 90,\n        \"building\": 97,\n        \"dependencies\": 1\n      },\n      \"failed\": false,\n      \"errors\": 0,\n      \"warnings\": 0,\n      \"assets\": [],\n      \"reasons\": [\n        {\n          \"moduleId\": 5,\n          \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_baseGetTag.js\",\n          \"module\": \"./node_modules/lodash/_baseGetTag.js\",\n          \"moduleName\": \"./node_modules/lodash/_baseGetTag.js\",\n          \"type\": \"cjs require\",\n          \"userRequest\": \"./_objectToString\",\n          \"loc\": \"3:21-49\"\n        }\n      ],\n      \"usedExports\": true,\n      \"providedExports\": null,\n      \"optimizationBailout\": [\n        \"ModuleConcatenation bailout: Module is not an ECMAScript module\"\n      ],\n      \"depth\": 4,\n      \"source\": \"/** Used for built-in method references. */\\nvar objectProto = Object.prototype;\\n\\n/**\\n * Used to resolve the\\n * [`toStringTag`](http://ecma-international.org/ecma-262/7.0/#sec-object.prototype.tostring)\\n * of values.\\n */\\nvar nativeObjectToString = objectProto.toString;\\n\\n/**\\n * Converts `value` to a string using `Object.prototype.toString`.\\n *\\n * @private\\n * @param {*} value The value to convert.\\n * @returns {string} Returns the converted string.\\n */\\nfunction objectToString(value) {\\n  return nativeObjectToString.call(value);\\n}\\n\\nmodule.exports = objectToString;\\n\"\n    },\n    {\n      \"id\": 45,\n      \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_toSource.js\",\n      \"name\": \"./node_modules/lodash/_toSource.js\",\n      \"index\": 75,\n      \"index2\": 64,\n      \"size\": 556,\n      \"cacheable\": true,\n      \"built\": true,\n      \"optional\": false,\n      \"prefetched\": false,\n      \"chunks\": [\n        2,\n        3\n      ],\n      \"issuer\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_getTag.js\",\n      \"issuerId\": 95,\n      \"issuerName\": \"./node_modules/lodash/_getTag.js\",\n      \"issuerPath\": [\n        {\n          \"id\": 342,\n          \"identifier\": \"multi /Users/jarred/Code/styleurl/webpack/customPublicPath /Users/jarred/Code/styleurl/chrome/extension/devtools\",\n          \"name\": \"multi ./webpack/customPublicPath ./chrome/extension/devtools\",\n          \"profile\": {\n            \"factory\": 0,\n            \"building\": 0,\n            \"dependencies\": 54\n          }\n        },\n        {\n          \"id\": 343,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/devtools.js\",\n          \"name\": \"./chrome/extension/devtools.js\",\n          \"profile\": {\n            \"factory\": 55,\n            \"building\": 548\n          }\n        },\n        {\n          \"id\": 345,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/isEmpty.js\",\n          \"name\": \"./node_modules/lodash/isEmpty.js\",\n          \"profile\": {\n            \"factory\": 230,\n            \"building\": 567,\n            \"dependencies\": 245\n          }\n        },\n        {\n          \"id\": 95,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_getTag.js\",\n          \"name\": \"./node_modules/lodash/_getTag.js\",\n          \"profile\": {\n            \"factory\": 247,\n            \"building\": 72,\n            \"dependencies\": 1\n          }\n        }\n      ],\n      \"profile\": {\n        \"factory\": 89,\n        \"building\": 98,\n        \"dependencies\": 85\n      },\n      \"failed\": false,\n      \"errors\": 0,\n      \"warnings\": 0,\n      \"assets\": [],\n      \"reasons\": [\n        {\n          \"moduleId\": 89,\n          \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_baseIsNative.js\",\n          \"module\": \"./node_modules/lodash/_baseIsNative.js\",\n          \"moduleName\": \"./node_modules/lodash/_baseIsNative.js\",\n          \"type\": \"cjs require\",\n          \"userRequest\": \"./_toSource\",\n          \"loc\": \"4:15-37\"\n        },\n        {\n          \"moduleId\": 95,\n          \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_getTag.js\",\n          \"module\": \"./node_modules/lodash/_getTag.js\",\n          \"moduleName\": \"./node_modules/lodash/_getTag.js\",\n          \"type\": \"cjs require\",\n          \"userRequest\": \"./_toSource\",\n          \"loc\": \"7:15-37\"\n        }\n      ],\n      \"usedExports\": true,\n      \"providedExports\": null,\n      \"optimizationBailout\": [\n        \"ModuleConcatenation bailout: Module is not an ECMAScript module\"\n      ],\n      \"depth\": 4,\n      \"source\": \"/** Used for built-in method references. */\\nvar funcProto = Function.prototype;\\n\\n/** Used to resolve the decompiled source of functions. */\\nvar funcToString = funcProto.toString;\\n\\n/**\\n * Converts `func` to its source code.\\n *\\n * @private\\n * @param {Function} func The function to convert.\\n * @returns {string} Returns the source code.\\n */\\nfunction toSource(func) {\\n  if (func != null) {\\n    try {\\n      return funcToString.call(func);\\n    } catch (e) {}\\n    try {\\n      return (func + '');\\n    } catch (e) {}\\n  }\\n  return '';\\n}\\n\\nmodule.exports = toSource;\\n\"\n    },\n    {\n      \"id\": 46,\n      \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_arrayLikeKeys.js\",\n      \"name\": \"./node_modules/lodash/_arrayLikeKeys.js\",\n      \"index\": 113,\n      \"index2\": 115,\n      \"size\": 1778,\n      \"cacheable\": true,\n      \"built\": true,\n      \"optional\": false,\n      \"prefetched\": false,\n      \"chunks\": [\n        2,\n        3,\n        4\n      ],\n      \"issuer\": \"/Users/jarred/Code/styleurl/node_modules/lodash/keys.js\",\n      \"issuerId\": 24,\n      \"issuerName\": \"./node_modules/lodash/keys.js\",\n      \"issuerPath\": [\n        {\n          \"id\": 342,\n          \"identifier\": \"multi /Users/jarred/Code/styleurl/webpack/customPublicPath /Users/jarred/Code/styleurl/chrome/extension/devtools\",\n          \"name\": \"multi ./webpack/customPublicPath ./chrome/extension/devtools\",\n          \"profile\": {\n            \"factory\": 0,\n            \"building\": 0,\n            \"dependencies\": 54\n          }\n        },\n        {\n          \"id\": 343,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/devtools.js\",\n          \"name\": \"./chrome/extension/devtools.js\",\n          \"profile\": {\n            \"factory\": 55,\n            \"building\": 548\n          }\n        },\n        {\n          \"id\": 24,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/keys.js\",\n          \"name\": \"./node_modules/lodash/keys.js\",\n          \"profile\": {\n            \"factory\": 230,\n            \"building\": 567,\n            \"dependencies\": 245\n          }\n        }\n      ],\n      \"profile\": {\n        \"factory\": 246,\n        \"building\": 73,\n        \"dependencies\": 1\n      },\n      \"failed\": false,\n      \"errors\": 0,\n      \"warnings\": 0,\n      \"assets\": [],\n      \"reasons\": [\n        {\n          \"moduleId\": 24,\n          \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/keys.js\",\n          \"module\": \"./node_modules/lodash/keys.js\",\n          \"moduleName\": \"./node_modules/lodash/keys.js\",\n          \"type\": \"cjs require\",\n          \"userRequest\": \"./_arrayLikeKeys\",\n          \"loc\": \"1:20-47\"\n        }\n      ],\n      \"usedExports\": true,\n      \"providedExports\": null,\n      \"optimizationBailout\": [\n        \"ModuleConcatenation bailout: Module is not an ECMAScript module\"\n      ],\n      \"depth\": 3,\n      \"source\": \"var baseTimes = require('./_baseTimes'),\\n    isArguments = require('./isArguments'),\\n    isArray = require('./isArray'),\\n    isBuffer = require('./isBuffer'),\\n    isIndex = require('./_isIndex'),\\n    isTypedArray = require('./isTypedArray');\\n\\n/** Used for built-in method references. */\\nvar objectProto = Object.prototype;\\n\\n/** Used to check objects for own properties. */\\nvar hasOwnProperty = objectProto.hasOwnProperty;\\n\\n/**\\n * Creates an array of the enumerable property names of the array-like `value`.\\n *\\n * @private\\n * @param {*} value The value to query.\\n * @param {boolean} inherited Specify returning inherited property names.\\n * @returns {Array} Returns the array of property names.\\n */\\nfunction arrayLikeKeys(value, inherited) {\\n  var isArr = isArray(value),\\n      isArg = !isArr && isArguments(value),\\n      isBuff = !isArr && !isArg && isBuffer(value),\\n      isType = !isArr && !isArg && !isBuff && isTypedArray(value),\\n      skipIndexes = isArr || isArg || isBuff || isType,\\n      result = skipIndexes ? baseTimes(value.length, String) : [],\\n      length = result.length;\\n\\n  for (var key in value) {\\n    if ((inherited || hasOwnProperty.call(value, key)) &&\\n        !(skipIndexes && (\\n           // Safari 9 has enumerable `arguments.length` in strict mode.\\n           key == 'length' ||\\n           // Node.js 0.10 has enumerable non-index properties on buffers.\\n           (isBuff && (key == 'offset' || key == 'parent')) ||\\n           // PhantomJS 2 has enumerable non-index properties on typed arrays.\\n           (isType && (key == 'buffer' || key == 'byteLength' || key == 'byteOffset')) ||\\n           // Skip index properties.\\n           isIndex(key, length)\\n        ))) {\\n      result.push(key);\\n    }\\n  }\\n  return result;\\n}\\n\\nmodule.exports = arrayLikeKeys;\\n\"\n    },\n    {\n      \"id\": 47,\n      \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_baseTimes.js\",\n      \"name\": \"./node_modules/lodash/_baseTimes.js\",\n      \"index\": 114,\n      \"index2\": 102,\n      \"size\": 504,\n      \"cacheable\": true,\n      \"built\": true,\n      \"optional\": false,\n      \"prefetched\": false,\n      \"chunks\": [\n        2,\n        3,\n        4\n      ],\n      \"issuer\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_arrayLikeKeys.js\",\n      \"issuerId\": 46,\n      \"issuerName\": \"./node_modules/lodash/_arrayLikeKeys.js\",\n      \"issuerPath\": [\n        {\n          \"id\": 342,\n          \"identifier\": \"multi /Users/jarred/Code/styleurl/webpack/customPublicPath /Users/jarred/Code/styleurl/chrome/extension/devtools\",\n          \"name\": \"multi ./webpack/customPublicPath ./chrome/extension/devtools\",\n          \"profile\": {\n            \"factory\": 0,\n            \"building\": 0,\n            \"dependencies\": 54\n          }\n        },\n        {\n          \"id\": 343,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/devtools.js\",\n          \"name\": \"./chrome/extension/devtools.js\",\n          \"profile\": {\n            \"factory\": 55,\n            \"building\": 548\n          }\n        },\n        {\n          \"id\": 24,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/keys.js\",\n          \"name\": \"./node_modules/lodash/keys.js\",\n          \"profile\": {\n            \"factory\": 230,\n            \"building\": 567,\n            \"dependencies\": 245\n          }\n        },\n        {\n          \"id\": 46,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_arrayLikeKeys.js\",\n          \"name\": \"./node_modules/lodash/_arrayLikeKeys.js\",\n          \"profile\": {\n            \"factory\": 246,\n            \"building\": 73,\n            \"dependencies\": 1\n          }\n        }\n      ],\n      \"profile\": {\n        \"factory\": 83,\n        \"building\": 102\n      },\n      \"failed\": false,\n      \"errors\": 0,\n      \"warnings\": 0,\n      \"assets\": [],\n      \"reasons\": [\n        {\n          \"moduleId\": 46,\n          \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_arrayLikeKeys.js\",\n          \"module\": \"./node_modules/lodash/_arrayLikeKeys.js\",\n          \"moduleName\": \"./node_modules/lodash/_arrayLikeKeys.js\",\n          \"type\": \"cjs require\",\n          \"userRequest\": \"./_baseTimes\",\n          \"loc\": \"1:16-39\"\n        }\n      ],\n      \"usedExports\": true,\n      \"providedExports\": null,\n      \"optimizationBailout\": [\n        \"ModuleConcatenation bailout: Module is not an ECMAScript module\"\n      ],\n      \"depth\": 4,\n      \"source\": \"/**\\n * The base implementation of `_.times` without support for iteratee shorthands\\n * or max array length checks.\\n *\\n * @private\\n * @param {number} n The number of times to invoke `iteratee`.\\n * @param {Function} iteratee The function invoked per iteration.\\n * @returns {Array} Returns the array of results.\\n */\\nfunction baseTimes(n, iteratee) {\\n  var index = -1,\\n      result = Array(n);\\n\\n  while (++index < n) {\\n    result[index] = iteratee(index);\\n  }\\n  return result;\\n}\\n\\nmodule.exports = baseTimes;\\n\"\n    },\n    {\n      \"id\": 48,\n      \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_baseIsArguments.js\",\n      \"name\": \"./node_modules/lodash/_baseIsArguments.js\",\n      \"index\": 116,\n      \"index2\": 104,\n      \"size\": 488,\n      \"cacheable\": true,\n      \"built\": true,\n      \"optional\": false,\n      \"prefetched\": false,\n      \"chunks\": [\n        2,\n        3,\n        4\n      ],\n      \"issuer\": \"/Users/jarred/Code/styleurl/node_modules/lodash/isArguments.js\",\n      \"issuerId\": 25,\n      \"issuerName\": \"./node_modules/lodash/isArguments.js\",\n      \"issuerPath\": [\n        {\n          \"id\": 342,\n          \"identifier\": \"multi /Users/jarred/Code/styleurl/webpack/customPublicPath /Users/jarred/Code/styleurl/chrome/extension/devtools\",\n          \"name\": \"multi ./webpack/customPublicPath ./chrome/extension/devtools\",\n          \"profile\": {\n            \"factory\": 0,\n            \"building\": 0,\n            \"dependencies\": 54\n          }\n        },\n        {\n          \"id\": 343,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/devtools.js\",\n          \"name\": \"./chrome/extension/devtools.js\",\n          \"profile\": {\n            \"factory\": 55,\n            \"building\": 548\n          }\n        },\n        {\n          \"id\": 345,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/isEmpty.js\",\n          \"name\": \"./node_modules/lodash/isEmpty.js\",\n          \"profile\": {\n            \"factory\": 230,\n            \"building\": 567,\n            \"dependencies\": 245\n          }\n        },\n        {\n          \"id\": 25,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/isArguments.js\",\n          \"name\": \"./node_modules/lodash/isArguments.js\",\n          \"profile\": {\n            \"factory\": 247,\n            \"building\": 72,\n            \"dependencies\": 1\n          }\n        }\n      ],\n      \"profile\": {\n        \"factory\": 88,\n        \"building\": 99,\n        \"dependencies\": 0\n      },\n      \"failed\": false,\n      \"errors\": 0,\n      \"warnings\": 0,\n      \"assets\": [],\n      \"reasons\": [\n        {\n          \"moduleId\": 25,\n          \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/isArguments.js\",\n          \"module\": \"./node_modules/lodash/isArguments.js\",\n          \"moduleName\": \"./node_modules/lodash/isArguments.js\",\n          \"type\": \"cjs require\",\n          \"userRequest\": \"./_baseIsArguments\",\n          \"loc\": \"1:22-51\"\n        }\n      ],\n      \"usedExports\": true,\n      \"providedExports\": null,\n      \"optimizationBailout\": [\n        \"ModuleConcatenation bailout: Module is not an ECMAScript module\"\n      ],\n      \"depth\": 4,\n      \"source\": \"var baseGetTag = require('./_baseGetTag'),\\n    isObjectLike = require('./isObjectLike');\\n\\n/** `Object#toString` result references. */\\nvar argsTag = '[object Arguments]';\\n\\n/**\\n * The base implementation of `_.isArguments`.\\n *\\n * @private\\n * @param {*} value The value to check.\\n * @returns {boolean} Returns `true` if `value` is an `arguments` object,\\n */\\nfunction baseIsArguments(value) {\\n  return isObjectLike(value) && baseGetTag(value) == argsTag;\\n}\\n\\nmodule.exports = baseIsArguments;\\n\"\n    },\n    {\n      \"id\": 49,\n      \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/stubFalse.js\",\n      \"name\": \"./node_modules/lodash/stubFalse.js\",\n      \"index\": 120,\n      \"index2\": 107,\n      \"size\": 280,\n      \"cacheable\": true,\n      \"built\": true,\n      \"optional\": false,\n      \"prefetched\": false,\n      \"chunks\": [\n        2,\n        3,\n        4\n      ],\n      \"issuer\": \"/Users/jarred/Code/styleurl/node_modules/lodash/isBuffer.js\",\n      \"issuerId\": 28,\n      \"issuerName\": \"./node_modules/lodash/isBuffer.js\",\n      \"issuerPath\": [\n        {\n          \"id\": 342,\n          \"identifier\": \"multi /Users/jarred/Code/styleurl/webpack/customPublicPath /Users/jarred/Code/styleurl/chrome/extension/devtools\",\n          \"name\": \"multi ./webpack/customPublicPath ./chrome/extension/devtools\",\n          \"profile\": {\n            \"factory\": 0,\n            \"building\": 0,\n            \"dependencies\": 54\n          }\n        },\n        {\n          \"id\": 343,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/devtools.js\",\n          \"name\": \"./chrome/extension/devtools.js\",\n          \"profile\": {\n            \"factory\": 55,\n            \"building\": 548\n          }\n        },\n        {\n          \"id\": 345,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/isEmpty.js\",\n          \"name\": \"./node_modules/lodash/isEmpty.js\",\n          \"profile\": {\n            \"factory\": 230,\n            \"building\": 567,\n            \"dependencies\": 245\n          }\n        },\n        {\n          \"id\": 28,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/isBuffer.js\",\n          \"name\": \"./node_modules/lodash/isBuffer.js\",\n          \"profile\": {\n            \"factory\": 247,\n            \"building\": 72,\n            \"dependencies\": 1\n          }\n        }\n      ],\n      \"profile\": {\n        \"factory\": 85,\n        \"building\": 100\n      },\n      \"failed\": false,\n      \"errors\": 0,\n      \"warnings\": 0,\n      \"assets\": [],\n      \"reasons\": [\n        {\n          \"moduleId\": 28,\n          \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/isBuffer.js\",\n          \"module\": \"./node_modules/lodash/isBuffer.js\",\n          \"moduleName\": \"./node_modules/lodash/isBuffer.js\",\n          \"type\": \"cjs require\",\n          \"userRequest\": \"./stubFalse\",\n          \"loc\": \"2:16-38\"\n        }\n      ],\n      \"usedExports\": true,\n      \"providedExports\": null,\n      \"optimizationBailout\": [\n        \"ModuleConcatenation bailout: Module is not an ECMAScript module\"\n      ],\n      \"depth\": 4,\n      \"source\": \"/**\\n * This method returns `false`.\\n *\\n * @static\\n * @memberOf _\\n * @since 4.13.0\\n * @category Util\\n * @returns {boolean} Returns `false`.\\n * @example\\n *\\n * _.times(2, _.stubFalse);\\n * // => [false, false]\\n */\\nfunction stubFalse() {\\n  return false;\\n}\\n\\nmodule.exports = stubFalse;\\n\"\n    },\n    {\n      \"id\": 50,\n      \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_baseIsTypedArray.js\",\n      \"name\": \"./node_modules/lodash/_baseIsTypedArray.js\",\n      \"index\": 123,\n      \"index2\": 111,\n      \"size\": 2222,\n      \"cacheable\": true,\n      \"built\": true,\n      \"optional\": false,\n      \"prefetched\": false,\n      \"chunks\": [\n        2,\n        3,\n        4\n      ],\n      \"issuer\": \"/Users/jarred/Code/styleurl/node_modules/lodash/isTypedArray.js\",\n      \"issuerId\": 29,\n      \"issuerName\": \"./node_modules/lodash/isTypedArray.js\",\n      \"issuerPath\": [\n        {\n          \"id\": 342,\n          \"identifier\": \"multi /Users/jarred/Code/styleurl/webpack/customPublicPath /Users/jarred/Code/styleurl/chrome/extension/devtools\",\n          \"name\": \"multi ./webpack/customPublicPath ./chrome/extension/devtools\",\n          \"profile\": {\n            \"factory\": 0,\n            \"building\": 0,\n            \"dependencies\": 54\n          }\n        },\n        {\n          \"id\": 343,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/devtools.js\",\n          \"name\": \"./chrome/extension/devtools.js\",\n          \"profile\": {\n            \"factory\": 55,\n            \"building\": 548\n          }\n        },\n        {\n          \"id\": 345,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/isEmpty.js\",\n          \"name\": \"./node_modules/lodash/isEmpty.js\",\n          \"profile\": {\n            \"factory\": 230,\n            \"building\": 567,\n            \"dependencies\": 245\n          }\n        },\n        {\n          \"id\": 29,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/isTypedArray.js\",\n          \"name\": \"./node_modules/lodash/isTypedArray.js\",\n          \"profile\": {\n            \"factory\": 247,\n            \"building\": 72,\n            \"dependencies\": 1\n          }\n        }\n      ],\n      \"profile\": {\n        \"factory\": 85,\n        \"building\": 101,\n        \"dependencies\": 79\n      },\n      \"failed\": false,\n      \"errors\": 0,\n      \"warnings\": 0,\n      \"assets\": [],\n      \"reasons\": [\n        {\n          \"moduleId\": 29,\n          \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/isTypedArray.js\",\n          \"module\": \"./node_modules/lodash/isTypedArray.js\",\n          \"moduleName\": \"./node_modules/lodash/isTypedArray.js\",\n          \"type\": \"cjs require\",\n          \"userRequest\": \"./_baseIsTypedArray\",\n          \"loc\": \"1:23-53\"\n        }\n      ],\n      \"usedExports\": true,\n      \"providedExports\": null,\n      \"optimizationBailout\": [\n        \"ModuleConcatenation bailout: Module is not an ECMAScript module\"\n      ],\n      \"depth\": 4,\n      \"source\": \"var baseGetTag = require('./_baseGetTag'),\\n    isLength = require('./isLength'),\\n    isObjectLike = require('./isObjectLike');\\n\\n/** `Object#toString` result references. */\\nvar argsTag = '[object Arguments]',\\n    arrayTag = '[object Array]',\\n    boolTag = '[object Boolean]',\\n    dateTag = '[object Date]',\\n    errorTag = '[object Error]',\\n    funcTag = '[object Function]',\\n    mapTag = '[object Map]',\\n    numberTag = '[object Number]',\\n    objectTag = '[object Object]',\\n    regexpTag = '[object RegExp]',\\n    setTag = '[object Set]',\\n    stringTag = '[object String]',\\n    weakMapTag = '[object WeakMap]';\\n\\nvar arrayBufferTag = '[object ArrayBuffer]',\\n    dataViewTag = '[object DataView]',\\n    float32Tag = '[object Float32Array]',\\n    float64Tag = '[object Float64Array]',\\n    int8Tag = '[object Int8Array]',\\n    int16Tag = '[object Int16Array]',\\n    int32Tag = '[object Int32Array]',\\n    uint8Tag = '[object Uint8Array]',\\n    uint8ClampedTag = '[object Uint8ClampedArray]',\\n    uint16Tag = '[object Uint16Array]',\\n    uint32Tag = '[object Uint32Array]';\\n\\n/** Used to identify `toStringTag` values of typed arrays. */\\nvar typedArrayTags = {};\\ntypedArrayTags[float32Tag] = typedArrayTags[float64Tag] =\\ntypedArrayTags[int8Tag] = typedArrayTags[int16Tag] =\\ntypedArrayTags[int32Tag] = typedArrayTags[uint8Tag] =\\ntypedArrayTags[uint8ClampedTag] = typedArrayTags[uint16Tag] =\\ntypedArrayTags[uint32Tag] = true;\\ntypedArrayTags[argsTag] = typedArrayTags[arrayTag] =\\ntypedArrayTags[arrayBufferTag] = typedArrayTags[boolTag] =\\ntypedArrayTags[dataViewTag] = typedArrayTags[dateTag] =\\ntypedArrayTags[errorTag] = typedArrayTags[funcTag] =\\ntypedArrayTags[mapTag] = typedArrayTags[numberTag] =\\ntypedArrayTags[objectTag] = typedArrayTags[regexpTag] =\\ntypedArrayTags[setTag] = typedArrayTags[stringTag] =\\ntypedArrayTags[weakMapTag] = false;\\n\\n/**\\n * The base implementation of `_.isTypedArray` without Node.js optimizations.\\n *\\n * @private\\n * @param {*} value The value to check.\\n * @returns {boolean} Returns `true` if `value` is a typed array, else `false`.\\n */\\nfunction baseIsTypedArray(value) {\\n  return isObjectLike(value) &&\\n    isLength(value.length) && !!typedArrayTags[baseGetTag(value)];\\n}\\n\\nmodule.exports = baseIsTypedArray;\\n\"\n    },\n    {\n      \"id\": 51,\n      \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_baseUnary.js\",\n      \"name\": \"./node_modules/lodash/_baseUnary.js\",\n      \"index\": 125,\n      \"index2\": 112,\n      \"size\": 332,\n      \"cacheable\": true,\n      \"built\": true,\n      \"optional\": false,\n      \"prefetched\": false,\n      \"chunks\": [\n        2,\n        3,\n        4\n      ],\n      \"issuer\": \"/Users/jarred/Code/styleurl/node_modules/lodash/isTypedArray.js\",\n      \"issuerId\": 29,\n      \"issuerName\": \"./node_modules/lodash/isTypedArray.js\",\n      \"issuerPath\": [\n        {\n          \"id\": 342,\n          \"identifier\": \"multi /Users/jarred/Code/styleurl/webpack/customPublicPath /Users/jarred/Code/styleurl/chrome/extension/devtools\",\n          \"name\": \"multi ./webpack/customPublicPath ./chrome/extension/devtools\",\n          \"profile\": {\n            \"factory\": 0,\n            \"building\": 0,\n            \"dependencies\": 54\n          }\n        },\n        {\n          \"id\": 343,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/devtools.js\",\n          \"name\": \"./chrome/extension/devtools.js\",\n          \"profile\": {\n            \"factory\": 55,\n            \"building\": 548\n          }\n        },\n        {\n          \"id\": 345,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/isEmpty.js\",\n          \"name\": \"./node_modules/lodash/isEmpty.js\",\n          \"profile\": {\n            \"factory\": 230,\n            \"building\": 567,\n            \"dependencies\": 245\n          }\n        },\n        {\n          \"id\": 29,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/isTypedArray.js\",\n          \"name\": \"./node_modules/lodash/isTypedArray.js\",\n          \"profile\": {\n            \"factory\": 247,\n            \"building\": 72,\n            \"dependencies\": 1\n          }\n        }\n      ],\n      \"profile\": {\n        \"factory\": 85,\n        \"building\": 101,\n        \"dependencies\": 79\n      },\n      \"failed\": false,\n      \"errors\": 0,\n      \"warnings\": 0,\n      \"assets\": [],\n      \"reasons\": [\n        {\n          \"moduleId\": 29,\n          \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/isTypedArray.js\",\n          \"module\": \"./node_modules/lodash/isTypedArray.js\",\n          \"moduleName\": \"./node_modules/lodash/isTypedArray.js\",\n          \"type\": \"cjs require\",\n          \"userRequest\": \"./_baseUnary\",\n          \"loc\": \"2:16-39\"\n        }\n      ],\n      \"usedExports\": true,\n      \"providedExports\": null,\n      \"optimizationBailout\": [\n        \"ModuleConcatenation bailout: Module is not an ECMAScript module\"\n      ],\n      \"depth\": 4,\n      \"source\": \"/**\\n * The base implementation of `_.unary` without support for storing metadata.\\n *\\n * @private\\n * @param {Function} func The function to cap arguments for.\\n * @returns {Function} Returns the new capped function.\\n */\\nfunction baseUnary(func) {\\n  return function(value) {\\n    return func(value);\\n  };\\n}\\n\\nmodule.exports = baseUnary;\\n\"\n    },\n    {\n      \"id\": 52,\n      \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_nodeUtil.js\",\n      \"name\": \"./node_modules/lodash/_nodeUtil.js\",\n      \"index\": 126,\n      \"index2\": 113,\n      \"size\": 995,\n      \"cacheable\": true,\n      \"built\": true,\n      \"optional\": false,\n      \"prefetched\": false,\n      \"chunks\": [\n        2,\n        3,\n        4\n      ],\n      \"issuer\": \"/Users/jarred/Code/styleurl/node_modules/lodash/isTypedArray.js\",\n      \"issuerId\": 29,\n      \"issuerName\": \"./node_modules/lodash/isTypedArray.js\",\n      \"issuerPath\": [\n        {\n          \"id\": 342,\n          \"identifier\": \"multi /Users/jarred/Code/styleurl/webpack/customPublicPath /Users/jarred/Code/styleurl/chrome/extension/devtools\",\n          \"name\": \"multi ./webpack/customPublicPath ./chrome/extension/devtools\",\n          \"profile\": {\n            \"factory\": 0,\n            \"building\": 0,\n            \"dependencies\": 54\n          }\n        },\n        {\n          \"id\": 343,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/devtools.js\",\n          \"name\": \"./chrome/extension/devtools.js\",\n          \"profile\": {\n            \"factory\": 55,\n            \"building\": 548\n          }\n        },\n        {\n          \"id\": 345,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/isEmpty.js\",\n          \"name\": \"./node_modules/lodash/isEmpty.js\",\n          \"profile\": {\n            \"factory\": 230,\n            \"building\": 567,\n            \"dependencies\": 245\n          }\n        },\n        {\n          \"id\": 29,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/isTypedArray.js\",\n          \"name\": \"./node_modules/lodash/isTypedArray.js\",\n          \"profile\": {\n            \"factory\": 247,\n            \"building\": 72,\n            \"dependencies\": 1\n          }\n        }\n      ],\n      \"profile\": {\n        \"factory\": 85,\n        \"building\": 101,\n        \"dependencies\": 79\n      },\n      \"failed\": false,\n      \"errors\": 0,\n      \"warnings\": 0,\n      \"assets\": [],\n      \"reasons\": [\n        {\n          \"moduleId\": 29,\n          \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/isTypedArray.js\",\n          \"module\": \"./node_modules/lodash/isTypedArray.js\",\n          \"moduleName\": \"./node_modules/lodash/isTypedArray.js\",\n          \"type\": \"cjs require\",\n          \"userRequest\": \"./_nodeUtil\",\n          \"loc\": \"3:15-37\"\n        }\n      ],\n      \"usedExports\": true,\n      \"providedExports\": null,\n      \"optimizationBailout\": [\n        \"ModuleConcatenation bailout: Module is not an ECMAScript module\"\n      ],\n      \"depth\": 4,\n      \"source\": \"var freeGlobal = require('./_freeGlobal');\\n\\n/** Detect free variable `exports`. */\\nvar freeExports = typeof exports == 'object' && exports && !exports.nodeType && exports;\\n\\n/** Detect free variable `module`. */\\nvar freeModule = freeExports && typeof module == 'object' && module && !module.nodeType && module;\\n\\n/** Detect the popular CommonJS extension `module.exports`. */\\nvar moduleExports = freeModule && freeModule.exports === freeExports;\\n\\n/** Detect free variable `process` from Node.js. */\\nvar freeProcess = moduleExports && freeGlobal.process;\\n\\n/** Used to access faster Node.js helpers. */\\nvar nodeUtil = (function() {\\n  try {\\n    // Use `util.types` for Node.js 10+.\\n    var types = freeModule && freeModule.require && freeModule.require('util').types;\\n\\n    if (types) {\\n      return types;\\n    }\\n\\n    // Legacy `process.binding('util')` for Node.js < 10.\\n    return freeProcess && freeProcess.binding && freeProcess.binding('util');\\n  } catch (e) {}\\n}());\\n\\nmodule.exports = nodeUtil;\\n\"\n    },\n    {\n      \"id\": 53,\n      \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_nativeKeys.js\",\n      \"name\": \"./node_modules/lodash/_nativeKeys.js\",\n      \"index\": 129,\n      \"index2\": 118,\n      \"size\": 204,\n      \"cacheable\": true,\n      \"built\": true,\n      \"optional\": false,\n      \"prefetched\": false,\n      \"chunks\": [\n        2,\n        3,\n        4\n      ],\n      \"issuer\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_baseKeys.js\",\n      \"issuerId\": 35,\n      \"issuerName\": \"./node_modules/lodash/_baseKeys.js\",\n      \"issuerPath\": [\n        {\n          \"id\": 342,\n          \"identifier\": \"multi /Users/jarred/Code/styleurl/webpack/customPublicPath /Users/jarred/Code/styleurl/chrome/extension/devtools\",\n          \"name\": \"multi ./webpack/customPublicPath ./chrome/extension/devtools\",\n          \"profile\": {\n            \"factory\": 0,\n            \"building\": 0,\n            \"dependencies\": 54\n          }\n        },\n        {\n          \"id\": 343,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/devtools.js\",\n          \"name\": \"./chrome/extension/devtools.js\",\n          \"profile\": {\n            \"factory\": 55,\n            \"building\": 548\n          }\n        },\n        {\n          \"id\": 345,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/isEmpty.js\",\n          \"name\": \"./node_modules/lodash/isEmpty.js\",\n          \"profile\": {\n            \"factory\": 230,\n            \"building\": 567,\n            \"dependencies\": 245\n          }\n        },\n        {\n          \"id\": 35,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_baseKeys.js\",\n          \"name\": \"./node_modules/lodash/_baseKeys.js\",\n          \"profile\": {\n            \"factory\": 247,\n            \"building\": 72,\n            \"dependencies\": 1\n          }\n        }\n      ],\n      \"profile\": {\n        \"factory\": 90,\n        \"building\": 97\n      },\n      \"failed\": false,\n      \"errors\": 0,\n      \"warnings\": 0,\n      \"assets\": [],\n      \"reasons\": [\n        {\n          \"moduleId\": 35,\n          \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_baseKeys.js\",\n          \"module\": \"./node_modules/lodash/_baseKeys.js\",\n          \"moduleName\": \"./node_modules/lodash/_baseKeys.js\",\n          \"type\": \"cjs require\",\n          \"userRequest\": \"./_nativeKeys\",\n          \"loc\": \"2:17-41\"\n        }\n      ],\n      \"usedExports\": true,\n      \"providedExports\": null,\n      \"optimizationBailout\": [\n        \"ModuleConcatenation bailout: Module is not an ECMAScript module\"\n      ],\n      \"depth\": 4,\n      \"source\": \"var overArg = require('./_overArg');\\n\\n/* Built-in method references for those with the same name as other `lodash` methods. */\\nvar nativeKeys = overArg(Object.keys, Object);\\n\\nmodule.exports = nativeKeys;\\n\"\n    },\n    {\n      \"id\": 54,\n      \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_overArg.js\",\n      \"name\": \"./node_modules/lodash/_overArg.js\",\n      \"index\": 130,\n      \"index2\": 117,\n      \"size\": 382,\n      \"cacheable\": true,\n      \"built\": true,\n      \"optional\": false,\n      \"prefetched\": false,\n      \"chunks\": [\n        2,\n        3,\n        4\n      ],\n      \"issuer\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_nativeKeys.js\",\n      \"issuerId\": 53,\n      \"issuerName\": \"./node_modules/lodash/_nativeKeys.js\",\n      \"issuerPath\": [\n        {\n          \"id\": 342,\n          \"identifier\": \"multi /Users/jarred/Code/styleurl/webpack/customPublicPath /Users/jarred/Code/styleurl/chrome/extension/devtools\",\n          \"name\": \"multi ./webpack/customPublicPath ./chrome/extension/devtools\",\n          \"profile\": {\n            \"factory\": 0,\n            \"building\": 0,\n            \"dependencies\": 54\n          }\n        },\n        {\n          \"id\": 343,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/devtools.js\",\n          \"name\": \"./chrome/extension/devtools.js\",\n          \"profile\": {\n            \"factory\": 55,\n            \"building\": 548\n          }\n        },\n        {\n          \"id\": 345,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/isEmpty.js\",\n          \"name\": \"./node_modules/lodash/isEmpty.js\",\n          \"profile\": {\n            \"factory\": 230,\n            \"building\": 567,\n            \"dependencies\": 245\n          }\n        },\n        {\n          \"id\": 35,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_baseKeys.js\",\n          \"name\": \"./node_modules/lodash/_baseKeys.js\",\n          \"profile\": {\n            \"factory\": 247,\n            \"building\": 72,\n            \"dependencies\": 1\n          }\n        },\n        {\n          \"id\": 53,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_nativeKeys.js\",\n          \"name\": \"./node_modules/lodash/_nativeKeys.js\",\n          \"profile\": {\n            \"factory\": 90,\n            \"building\": 97\n          }\n        }\n      ],\n      \"profile\": {\n        \"factory\": 85,\n        \"building\": 16\n      },\n      \"failed\": false,\n      \"errors\": 0,\n      \"warnings\": 0,\n      \"assets\": [],\n      \"reasons\": [\n        {\n          \"moduleId\": 53,\n          \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_nativeKeys.js\",\n          \"module\": \"./node_modules/lodash/_nativeKeys.js\",\n          \"moduleName\": \"./node_modules/lodash/_nativeKeys.js\",\n          \"type\": \"cjs require\",\n          \"userRequest\": \"./_overArg\",\n          \"loc\": \"1:14-35\"\n        }\n      ],\n      \"usedExports\": true,\n      \"providedExports\": null,\n      \"optimizationBailout\": [\n        \"ModuleConcatenation bailout: Module is not an ECMAScript module\"\n      ],\n      \"depth\": 5,\n      \"source\": \"/**\\n * Creates a unary function that invokes `func` with its argument transformed.\\n *\\n * @private\\n * @param {Function} func The function to wrap.\\n * @param {Function} transform The argument transform.\\n * @returns {Function} Returns the new function.\\n */\\nfunction overArg(func, transform) {\\n  return function(arg) {\\n    return func(transform(arg));\\n  };\\n}\\n\\nmodule.exports = overArg;\\n\"\n    },\n    {\n      \"id\": 55,\n      \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/lib/stylefile.js\",\n      \"name\": \"./chrome/extension/lib/stylefile.js\",\n      \"index\": 166,\n      \"index2\": 200,\n      \"size\": 921,\n      \"cacheable\": true,\n      \"built\": true,\n      \"optional\": false,\n      \"prefetched\": false,\n      \"chunks\": [\n        2,\n        4\n      ],\n      \"issuer\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/github_gist_content_script.js\",\n      \"issuerId\": 351,\n      \"issuerName\": \"./chrome/extension/github_gist_content_script.js\",\n      \"issuerPath\": [\n        {\n          \"id\": 350,\n          \"identifier\": \"multi /Users/jarred/Code/styleurl/webpack/customPublicPath /Users/jarred/Code/styleurl/chrome/extension/github_gist_content_script\",\n          \"name\": \"multi ./webpack/customPublicPath ./chrome/extension/github_gist_content_script\",\n          \"profile\": {\n            \"factory\": 0,\n            \"building\": 0,\n            \"dependencies\": 53\n          }\n        },\n        {\n          \"id\": 351,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/github_gist_content_script.js\",\n          \"name\": \"./chrome/extension/github_gist_content_script.js\",\n          \"profile\": {\n            \"factory\": 54,\n            \"building\": 576,\n            \"dependencies\": 194\n          }\n        }\n      ],\n      \"profile\": {\n        \"factory\": 194,\n        \"building\": 246,\n        \"dependencies\": 40\n      },\n      \"failed\": false,\n      \"errors\": 0,\n      \"warnings\": 0,\n      \"assets\": [],\n      \"reasons\": [\n        {\n          \"moduleId\": 101,\n          \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/lib/gists.js\",\n          \"module\": \"./chrome/extension/lib/gists.js\",\n          \"moduleName\": \"./chrome/extension/lib/gists.js\",\n          \"type\": \"cjs require\",\n          \"userRequest\": \"./stylefile\",\n          \"loc\": \"12:17-39\"\n        },\n        {\n          \"moduleId\": 192,\n          \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/background.js\",\n          \"module\": \"./chrome/extension/background.js\",\n          \"moduleName\": \"./chrome/extension/background.js\",\n          \"type\": \"cjs require\",\n          \"userRequest\": \"./lib/stylefile\",\n          \"loc\": \"15:17-43\"\n        },\n        {\n          \"moduleId\": 351,\n          \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/github_gist_content_script.js\",\n          \"module\": \"./chrome/extension/github_gist_content_script.js\",\n          \"moduleName\": \"./chrome/extension/github_gist_content_script.js\",\n          \"type\": \"cjs require\",\n          \"userRequest\": \"./lib/stylefile\",\n          \"loc\": \"7:17-43\"\n        }\n      ],\n      \"usedExports\": true,\n      \"providedExports\": null,\n      \"optimizationBailout\": [\n        \"ModuleConcatenation bailout: Module is not an ECMAScript module\"\n      ],\n      \"depth\": 2,\n      \"source\": \"\\\"use strict\\\";\\n\\nObject.defineProperty(exports, \\\"__esModule\\\", {\\n  value: true\\n});\\nexports.shouldApplyStyleToURL = exports.loadStylefileFromString = void 0;\\n\\nvar _last2 = _interopRequireDefault(require(\\\"lodash/last\\\"));\\n\\nvar _urlPattern = _interopRequireDefault(require(\\\"url-pattern\\\"));\\n\\nvar _jsYaml = _interopRequireDefault(require(\\\"js-yaml\\\"));\\n\\nfunction _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }\\n\\nconst loadStylefileFromString = string => {\\n  return _jsYaml.default.safeLoad(string);\\n};\\n\\nexports.loadStylefileFromString = loadStylefileFromString;\\n\\nconst shouldApplyStyleToURL = (stylefile, url) => {\\n  const matchableURL = (0, _last2.default)(url.split(\\\"://\\\"));\\n  const patterns = stylefile.url_patterns.map(pattern => new _urlPattern.default(pattern));\\n  return !!patterns.find(pattern => pattern.match(matchableURL));\\n};\\n\\nexports.shouldApplyStyleToURL = shouldApplyStyleToURL;\"\n    },\n    {\n      \"id\": 56,\n      \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/js-yaml/lib/js-yaml/schema/core.js\",\n      \"name\": \"./node_modules/js-yaml/lib/js-yaml/schema/core.js\",\n      \"index\": 178,\n      \"index2\": 179,\n      \"size\": 362,\n      \"cacheable\": true,\n      \"built\": true,\n      \"optional\": false,\n      \"prefetched\": false,\n      \"chunks\": [\n        2,\n        4\n      ],\n      \"issuer\": \"/Users/jarred/Code/styleurl/node_modules/js-yaml/lib/js-yaml.js\",\n      \"issuerId\": 105,\n      \"issuerName\": \"./node_modules/js-yaml/lib/js-yaml.js\",\n      \"issuerPath\": [\n        {\n          \"id\": 350,\n          \"identifier\": \"multi /Users/jarred/Code/styleurl/webpack/customPublicPath /Users/jarred/Code/styleurl/chrome/extension/github_gist_content_script\",\n          \"name\": \"multi ./webpack/customPublicPath ./chrome/extension/github_gist_content_script\",\n          \"profile\": {\n            \"factory\": 0,\n            \"building\": 0,\n            \"dependencies\": 53\n          }\n        },\n        {\n          \"id\": 351,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/github_gist_content_script.js\",\n          \"name\": \"./chrome/extension/github_gist_content_script.js\",\n          \"profile\": {\n            \"factory\": 54,\n            \"building\": 576,\n            \"dependencies\": 194\n          }\n        },\n        {\n          \"id\": 55,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/lib/stylefile.js\",\n          \"name\": \"./chrome/extension/lib/stylefile.js\",\n          \"profile\": {\n            \"factory\": 194,\n            \"building\": 246,\n            \"dependencies\": 40\n          }\n        },\n        {\n          \"id\": 104,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/js-yaml/index.js\",\n          \"name\": \"./node_modules/js-yaml/index.js\",\n          \"profile\": {\n            \"factory\": 408,\n            \"building\": 42\n          }\n        },\n        {\n          \"id\": 105,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/js-yaml/lib/js-yaml.js\",\n          \"name\": \"./node_modules/js-yaml/lib/js-yaml.js\",\n          \"profile\": {\n            \"factory\": 96,\n            \"building\": 77\n          }\n        }\n      ],\n      \"profile\": {\n        \"factory\": 33,\n        \"building\": 66,\n        \"dependencies\": 42\n      },\n      \"failed\": false,\n      \"errors\": 0,\n      \"warnings\": 0,\n      \"assets\": [],\n      \"reasons\": [\n        {\n          \"moduleId\": 15,\n          \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/js-yaml/lib/js-yaml/schema/default_safe.js\",\n          \"module\": \"./node_modules/js-yaml/lib/js-yaml/schema/default_safe.js\",\n          \"moduleName\": \"./node_modules/js-yaml/lib/js-yaml/schema/default_safe.js\",\n          \"type\": \"cjs require\",\n          \"userRequest\": \"./core\",\n          \"loc\": \"16:4-21\"\n        },\n        {\n          \"moduleId\": 105,\n          \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/js-yaml/lib/js-yaml.js\",\n          \"module\": \"./node_modules/js-yaml/lib/js-yaml.js\",\n          \"moduleName\": \"./node_modules/js-yaml/lib/js-yaml.js\",\n          \"type\": \"cjs require\",\n          \"userRequest\": \"./js-yaml/schema/core\",\n          \"loc\": \"19:37-69\"\n        }\n      ],\n      \"usedExports\": true,\n      \"providedExports\": null,\n      \"optimizationBailout\": [\n        \"ModuleConcatenation bailout: Module is not an ECMAScript module\"\n      ],\n      \"depth\": 5,\n      \"source\": \"// Standard YAML's Core schema.\\n// http://www.yaml.org/spec/1.2/spec.html#id2804923\\n//\\n// NOTE: JS-YAML does not support schema-specific tag resolution restrictions.\\n// So, Core schema has no distinctions from JSON schema is JS-YAML.\\n\\n\\n'use strict';\\n\\n\\nvar Schema = require('../schema');\\n\\n\\nmodule.exports = new Schema({\\n  include: [\\n    require('./json')\\n  ]\\n});\\n\"\n    },\n    {\n      \"id\": 57,\n      \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/js-yaml/lib/js-yaml/schema/json.js\",\n      \"name\": \"./node_modules/js-yaml/lib/js-yaml/schema/json.js\",\n      \"index\": 179,\n      \"index2\": 178,\n      \"size\": 586,\n      \"cacheable\": true,\n      \"built\": true,\n      \"optional\": false,\n      \"prefetched\": false,\n      \"chunks\": [\n        2,\n        4\n      ],\n      \"issuer\": \"/Users/jarred/Code/styleurl/node_modules/js-yaml/lib/js-yaml.js\",\n      \"issuerId\": 105,\n      \"issuerName\": \"./node_modules/js-yaml/lib/js-yaml.js\",\n      \"issuerPath\": [\n        {\n          \"id\": 350,\n          \"identifier\": \"multi /Users/jarred/Code/styleurl/webpack/customPublicPath /Users/jarred/Code/styleurl/chrome/extension/github_gist_content_script\",\n          \"name\": \"multi ./webpack/customPublicPath ./chrome/extension/github_gist_content_script\",\n          \"profile\": {\n            \"factory\": 0,\n            \"building\": 0,\n            \"dependencies\": 53\n          }\n        },\n        {\n          \"id\": 351,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/github_gist_content_script.js\",\n          \"name\": \"./chrome/extension/github_gist_content_script.js\",\n          \"profile\": {\n            \"factory\": 54,\n            \"building\": 576,\n            \"dependencies\": 194\n          }\n        },\n        {\n          \"id\": 55,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/lib/stylefile.js\",\n          \"name\": \"./chrome/extension/lib/stylefile.js\",\n          \"profile\": {\n            \"factory\": 194,\n            \"building\": 246,\n            \"dependencies\": 40\n          }\n        },\n        {\n          \"id\": 104,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/js-yaml/index.js\",\n          \"name\": \"./node_modules/js-yaml/index.js\",\n          \"profile\": {\n            \"factory\": 408,\n            \"building\": 42\n          }\n        },\n        {\n          \"id\": 105,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/js-yaml/lib/js-yaml.js\",\n          \"name\": \"./node_modules/js-yaml/lib/js-yaml.js\",\n          \"profile\": {\n            \"factory\": 96,\n            \"building\": 77\n          }\n        }\n      ],\n      \"profile\": {\n        \"factory\": 33,\n        \"building\": 66,\n        \"dependencies\": 42\n      },\n      \"failed\": false,\n      \"errors\": 0,\n      \"warnings\": 0,\n      \"assets\": [],\n      \"reasons\": [\n        {\n          \"moduleId\": 56,\n          \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/js-yaml/lib/js-yaml/schema/core.js\",\n          \"module\": \"./node_modules/js-yaml/lib/js-yaml/schema/core.js\",\n          \"moduleName\": \"./node_modules/js-yaml/lib/js-yaml/schema/core.js\",\n          \"type\": \"cjs require\",\n          \"userRequest\": \"./json\",\n          \"loc\": \"16:4-21\"\n        },\n        {\n          \"moduleId\": 105,\n          \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/js-yaml/lib/js-yaml.js\",\n          \"module\": \"./node_modules/js-yaml/lib/js-yaml.js\",\n          \"moduleName\": \"./node_modules/js-yaml/lib/js-yaml.js\",\n          \"type\": \"cjs require\",\n          \"userRequest\": \"./js-yaml/schema/json\",\n          \"loc\": \"18:37-69\"\n        }\n      ],\n      \"usedExports\": true,\n      \"providedExports\": null,\n      \"optimizationBailout\": [\n        \"ModuleConcatenation bailout: Module is not an ECMAScript module\"\n      ],\n      \"depth\": 5,\n      \"source\": \"// Standard YAML's JSON schema.\\n// http://www.yaml.org/spec/1.2/spec.html#id2803231\\n//\\n// NOTE: JS-YAML does not support schema-specific tag resolution restrictions.\\n// So, this schema is not such strict as defined in the YAML specification.\\n// It allows numbers in binary notaion, use `Null` and `NULL` as `null`, etc.\\n\\n\\n'use strict';\\n\\n\\nvar Schema = require('../schema');\\n\\n\\nmodule.exports = new Schema({\\n  include: [\\n    require('./failsafe')\\n  ],\\n  implicit: [\\n    require('../type/null'),\\n    require('../type/bool'),\\n    require('../type/int'),\\n    require('../type/float')\\n  ]\\n});\\n\"\n    },\n    {\n      \"id\": 58,\n      \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/isarray/index.js\",\n      \"name\": \"./node_modules/isarray/index.js\",\n      \"index\": 194,\n      \"index2\": 184,\n      \"size\": 132,\n      \"cacheable\": true,\n      \"built\": true,\n      \"optional\": false,\n      \"prefetched\": false,\n      \"chunks\": [\n        2,\n        4\n      ],\n      \"issuer\": \"/Users/jarred/Code/styleurl/node_modules/buffer/index.js\",\n      \"issuerId\": 1,\n      \"issuerName\": \"./node_modules/buffer/index.js\",\n      \"issuerPath\": [\n        {\n          \"id\": 191,\n          \"identifier\": \"multi /Users/jarred/Code/styleurl/webpack/customPublicPath /Users/jarred/Code/styleurl/chrome/extension/background\",\n          \"name\": \"multi ./webpack/customPublicPath ./chrome/extension/background\",\n          \"profile\": {\n            \"factory\": 0,\n            \"building\": 0,\n            \"dependencies\": 54\n          }\n        },\n        {\n          \"id\": 192,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/background.js\",\n          \"name\": \"./chrome/extension/background.js\",\n          \"profile\": {\n            \"factory\": 54,\n            \"building\": 639,\n            \"dependencies\": 140\n          }\n        },\n        {\n          \"id\": 255,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/stylesheet-differ/lib/index.js\",\n          \"name\": \"./node_modules/stylesheet-differ/lib/index.js\",\n          \"profile\": {\n            \"factory\": 140,\n            \"building\": 568,\n            \"dependencies\": 1\n          }\n        },\n        {\n          \"id\": 256,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/native-css/index.js\",\n          \"name\": \"./node_modules/native-css/index.js\",\n          \"profile\": {\n            \"factory\": 189,\n            \"building\": 603,\n            \"dependencies\": 1\n          }\n        },\n        {\n          \"id\": 257,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/native-css/src/native-css.js\",\n          \"name\": \"./node_modules/native-css/src/native-css.js\",\n          \"profile\": {\n            \"factory\": 26,\n            \"building\": 63,\n            \"dependencies\": 14\n          }\n        },\n        {\n          \"id\": 1,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/buffer/index.js\",\n          \"name\": \"./node_modules/buffer/index.js\",\n          \"profile\": {\n            \"factory\": 117,\n            \"building\": 25,\n            \"dependencies\": 27\n          }\n        }\n      ],\n      \"profile\": {\n        \"factory\": 50,\n        \"building\": 14\n      },\n      \"failed\": false,\n      \"errors\": 0,\n      \"warnings\": 0,\n      \"assets\": [],\n      \"reasons\": [\n        {\n          \"moduleId\": 1,\n          \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/buffer/index.js\",\n          \"module\": \"./node_modules/buffer/index.js\",\n          \"moduleName\": \"./node_modules/buffer/index.js\",\n          \"type\": \"cjs require\",\n          \"userRequest\": \"isarray\",\n          \"loc\": \"13:14-32\"\n        },\n        {\n          \"moduleId\": 151,\n          \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/readable-stream/lib/_stream_readable.js\",\n          \"module\": \"./node_modules/readable-stream/lib/_stream_readable.js\",\n          \"moduleName\": \"./node_modules/readable-stream/lib/_stream_readable.js\",\n          \"type\": \"cjs require\",\n          \"userRequest\": \"isarray\",\n          \"loc\": \"10:14-32\"\n        },\n        {\n          \"moduleId\": 161,\n          \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/stream-http/node_modules/readable-stream/lib/_stream_readable.js\",\n          \"module\": \"./node_modules/stream-http/node_modules/readable-stream/lib/_stream_readable.js\",\n          \"moduleName\": \"./node_modules/stream-http/node_modules/readable-stream/lib/_stream_readable.js\",\n          \"type\": \"cjs require\",\n          \"userRequest\": \"isarray\",\n          \"loc\": \"32:14-32\"\n        }\n      ],\n      \"usedExports\": true,\n      \"providedExports\": null,\n      \"optimizationBailout\": [\n        \"ModuleConcatenation bailout: Module is not an ECMAScript module\"\n      ],\n      \"depth\": 6,\n      \"source\": \"var toString = {}.toString;\\n\\nmodule.exports = Array.isArray || function (arr) {\\n  return toString.call(arr) == '[object Array]';\\n};\\n\"\n    },\n    {\n      \"id\": 59,\n      \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/lib/port.js\",\n      \"name\": \"./chrome/extension/lib/port.js\",\n      \"index\": 204,\n      \"index2\": 202,\n      \"size\": 1115,\n      \"cacheable\": true,\n      \"built\": true,\n      \"optional\": false,\n      \"prefetched\": false,\n      \"chunks\": [\n        2,\n        3,\n        4\n      ],\n      \"issuer\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/devtools.js\",\n      \"issuerId\": 343,\n      \"issuerName\": \"./chrome/extension/devtools.js\",\n      \"issuerPath\": [\n        {\n          \"id\": 342,\n          \"identifier\": \"multi /Users/jarred/Code/styleurl/webpack/customPublicPath /Users/jarred/Code/styleurl/chrome/extension/devtools\",\n          \"name\": \"multi ./webpack/customPublicPath ./chrome/extension/devtools\",\n          \"profile\": {\n            \"factory\": 0,\n            \"building\": 0,\n            \"dependencies\": 54\n          }\n        },\n        {\n          \"id\": 343,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/devtools.js\",\n          \"name\": \"./chrome/extension/devtools.js\",\n          \"profile\": {\n            \"factory\": 55,\n            \"building\": 548\n          }\n        }\n      ],\n      \"profile\": {\n        \"factory\": 230,\n        \"building\": 567,\n        \"dependencies\": 245\n      },\n      \"failed\": false,\n      \"errors\": 0,\n      \"warnings\": 0,\n      \"assets\": [],\n      \"reasons\": [\n        {\n          \"moduleId\": 192,\n          \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/background.js\",\n          \"module\": \"./chrome/extension/background.js\",\n          \"moduleName\": \"./chrome/extension/background.js\",\n          \"type\": \"cjs require\",\n          \"userRequest\": \"./lib/port\",\n          \"loc\": \"13:12-33\"\n        },\n        {\n          \"moduleId\": 343,\n          \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/devtools.js\",\n          \"module\": \"./chrome/extension/devtools.js\",\n          \"moduleName\": \"./chrome/extension/devtools.js\",\n          \"type\": \"cjs require\",\n          \"userRequest\": \"./lib/port\",\n          \"loc\": \"13:12-33\"\n        },\n        {\n          \"moduleId\": 351,\n          \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/github_gist_content_script.js\",\n          \"module\": \"./chrome/extension/github_gist_content_script.js\",\n          \"moduleName\": \"./chrome/extension/github_gist_content_script.js\",\n          \"type\": \"cjs require\",\n          \"userRequest\": \"./lib/port\",\n          \"loc\": \"3:12-33\"\n        }\n      ],\n      \"usedExports\": true,\n      \"providedExports\": null,\n      \"optimizationBailout\": [\n        \"ModuleConcatenation bailout: Module is not an ECMAScript module\"\n      ],\n      \"depth\": 2,\n      \"source\": \"\\\"use strict\\\";\\n\\nObject.defineProperty(exports, \\\"__esModule\\\", {\\n  value: true\\n});\\nexports.MESSAGE_TYPES = exports.PORT_TYPES = exports.tabIdFromPortName = void 0;\\n\\nvar _last2 = _interopRequireDefault(require(\\\"lodash/last\\\"));\\n\\nfunction _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }\\n\\nconst DEV_CHROME_PORT_PREFIX = \\\"STYLEURL_DEV_PORT/\\\";\\nconst PROD_CHROME_PORT_PREFIX = \\\"STYLEURL_PORT/\\\";\\nconst CHROME_PORT_PREFIX = process.env.NODE_ENV === \\\"PRODUCTION\\\" ? PROD_CHROME_PORT_PREFIX : DEV_CHROME_PORT_PREFIX;\\n\\nconst tabIdFromPortName = _portName => {\\n  return parseInt((0, _last2.default)(_portName.split(\\\"tab/\\\")), 10);\\n};\\n\\nexports.tabIdFromPortName = tabIdFromPortName;\\nconst PORT_TYPES = {\\n  github_gist: \\\"github_gist\\\",\\n  devtool_widget: \\\"devtool_widget\\\"\\n};\\nexports.PORT_TYPES = PORT_TYPES;\\nconst MESSAGE_TYPES = {\\n  get_styles_diff: \\\"get_styles_diff\\\",\\n  get_gist_content: \\\"get_gist_content\\\",\\n  apply_stylesheets: \\\"apply_stylesheets\\\",\\n  style_diff_changed: \\\"style_diff_changed\\\",\\n  send_content_stylesheets: \\\"send_stylesheets\\\",\\n  log: \\\"log\\\"\\n};\\nexports.MESSAGE_TYPES = MESSAGE_TYPES;\"\n    },\n    {\n      \"id\": 60,\n      \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/string_decoder/lib/string_decoder.js\",\n      \"name\": \"./node_modules/string_decoder/lib/string_decoder.js\",\n      \"index\": 242,\n      \"index2\": 232,\n      \"size\": 8298,\n      \"cacheable\": true,\n      \"built\": true,\n      \"optional\": false,\n      \"prefetched\": false,\n      \"chunks\": [\n        2\n      ],\n      \"issuer\": \"/Users/jarred/Code/styleurl/node_modules/readable-stream/lib/_stream_readable.js\",\n      \"issuerId\": 151,\n      \"issuerName\": \"./node_modules/readable-stream/lib/_stream_readable.js\",\n      \"issuerPath\": [\n        {\n          \"id\": 191,\n          \"identifier\": \"multi /Users/jarred/Code/styleurl/webpack/customPublicPath /Users/jarred/Code/styleurl/chrome/extension/background\",\n          \"name\": \"multi ./webpack/customPublicPath ./chrome/extension/background\",\n          \"profile\": {\n            \"factory\": 0,\n            \"building\": 0,\n            \"dependencies\": 54\n          }\n        },\n        {\n          \"id\": 192,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/background.js\",\n          \"name\": \"./chrome/extension/background.js\",\n          \"profile\": {\n            \"factory\": 54,\n            \"building\": 639,\n            \"dependencies\": 140\n          }\n        },\n        {\n          \"id\": 255,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/stylesheet-differ/lib/index.js\",\n          \"name\": \"./node_modules/stylesheet-differ/lib/index.js\",\n          \"profile\": {\n            \"factory\": 140,\n            \"building\": 568,\n            \"dependencies\": 1\n          }\n        },\n        {\n          \"id\": 256,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/native-css/index.js\",\n          \"name\": \"./node_modules/native-css/index.js\",\n          \"profile\": {\n            \"factory\": 189,\n            \"building\": 603,\n            \"dependencies\": 1\n          }\n        },\n        {\n          \"id\": 257,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/native-css/src/native-css.js\",\n          \"name\": \"./node_modules/native-css/src/native-css.js\",\n          \"profile\": {\n            \"factory\": 26,\n            \"building\": 63,\n            \"dependencies\": 14\n          }\n        },\n        {\n          \"id\": 293,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/fetch/lib/fetch.js\",\n          \"name\": \"./node_modules/fetch/lib/fetch.js\",\n          \"profile\": {\n            \"factory\": 117,\n            \"building\": 25,\n            \"dependencies\": 27\n          }\n        },\n        {\n          \"id\": 39,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/stream-browserify/index.js\",\n          \"name\": \"./node_modules/stream-browserify/index.js\",\n          \"profile\": {\n            \"factory\": 66,\n            \"building\": 38,\n            \"dependencies\": 20\n          }\n        },\n        {\n          \"id\": 132,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/readable-stream/readable-browser.js\",\n          \"name\": \"./node_modules/readable-stream/readable-browser.js\",\n          \"profile\": {\n            \"factory\": 83,\n            \"building\": 31,\n            \"dependencies\": 33\n          }\n        },\n        {\n          \"id\": 151,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/readable-stream/lib/_stream_readable.js\",\n          \"name\": \"./node_modules/readable-stream/lib/_stream_readable.js\",\n          \"profile\": {\n            \"factory\": 30,\n            \"building\": 90,\n            \"dependencies\": 58\n          }\n        }\n      ],\n      \"profile\": {\n        \"factory\": 43,\n        \"building\": 28,\n        \"dependencies\": 10\n      },\n      \"failed\": false,\n      \"errors\": 0,\n      \"warnings\": 0,\n      \"assets\": [],\n      \"reasons\": [\n        {\n          \"moduleId\": 151,\n          \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/readable-stream/lib/_stream_readable.js\",\n          \"module\": \"./node_modules/readable-stream/lib/_stream_readable.js\",\n          \"moduleName\": \"./node_modules/readable-stream/lib/_stream_readable.js\",\n          \"type\": \"cjs require\",\n          \"userRequest\": \"string_decoder/\",\n          \"loc\": \"135:40-66\"\n        },\n        {\n          \"moduleId\": 151,\n          \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/readable-stream/lib/_stream_readable.js\",\n          \"module\": \"./node_modules/readable-stream/lib/_stream_readable.js\",\n          \"moduleName\": \"./node_modules/readable-stream/lib/_stream_readable.js\",\n          \"type\": \"cjs require\",\n          \"userRequest\": \"string_decoder/\",\n          \"loc\": \"245:38-64\"\n        },\n        {\n          \"moduleId\": 161,\n          \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/stream-http/node_modules/readable-stream/lib/_stream_readable.js\",\n          \"module\": \"./node_modules/stream-http/node_modules/readable-stream/lib/_stream_readable.js\",\n          \"moduleName\": \"./node_modules/stream-http/node_modules/readable-stream/lib/_stream_readable.js\",\n          \"type\": \"cjs require\",\n          \"userRequest\": \"string_decoder/\",\n          \"loc\": \"165:40-66\"\n        },\n        {\n          \"moduleId\": 161,\n          \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/stream-http/node_modules/readable-stream/lib/_stream_readable.js\",\n          \"module\": \"./node_modules/stream-http/node_modules/readable-stream/lib/_stream_readable.js\",\n          \"moduleName\": \"./node_modules/stream-http/node_modules/readable-stream/lib/_stream_readable.js\",\n          \"type\": \"cjs require\",\n          \"userRequest\": \"string_decoder/\",\n          \"loc\": \"321:38-64\"\n        },\n        {\n          \"moduleId\": 317,\n          \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/iconv-lite/encodings/internal.js\",\n          \"module\": \"./node_modules/iconv-lite/encodings/internal.js\",\n          \"moduleName\": \"./node_modules/iconv-lite/encodings/internal.js\",\n          \"type\": \"cjs require\",\n          \"userRequest\": \"string_decoder\",\n          \"loc\": \"48:20-45\"\n        }\n      ],\n      \"usedExports\": true,\n      \"providedExports\": null,\n      \"optimizationBailout\": [\n        \"ModuleConcatenation bailout: Module is not an ECMAScript module\"\n      ],\n      \"depth\": 9,\n      \"source\": \"'use strict';\\n\\nvar Buffer = require('safe-buffer').Buffer;\\n\\nvar isEncoding = Buffer.isEncoding || function (encoding) {\\n  encoding = '' + encoding;\\n  switch (encoding && encoding.toLowerCase()) {\\n    case 'hex':case 'utf8':case 'utf-8':case 'ascii':case 'binary':case 'base64':case 'ucs2':case 'ucs-2':case 'utf16le':case 'utf-16le':case 'raw':\\n      return true;\\n    default:\\n      return false;\\n  }\\n};\\n\\nfunction _normalizeEncoding(enc) {\\n  if (!enc) return 'utf8';\\n  var retried;\\n  while (true) {\\n    switch (enc) {\\n      case 'utf8':\\n      case 'utf-8':\\n        return 'utf8';\\n      case 'ucs2':\\n      case 'ucs-2':\\n      case 'utf16le':\\n      case 'utf-16le':\\n        return 'utf16le';\\n      case 'latin1':\\n      case 'binary':\\n        return 'latin1';\\n      case 'base64':\\n      case 'ascii':\\n      case 'hex':\\n        return enc;\\n      default:\\n        if (retried) return; // undefined\\n        enc = ('' + enc).toLowerCase();\\n        retried = true;\\n    }\\n  }\\n};\\n\\n// Do not cache `Buffer.isEncoding` when checking encoding names as some\\n// modules monkey-patch it to support additional encodings\\nfunction normalizeEncoding(enc) {\\n  var nenc = _normalizeEncoding(enc);\\n  if (typeof nenc !== 'string' && (Buffer.isEncoding === isEncoding || !isEncoding(enc))) throw new Error('Unknown encoding: ' + enc);\\n  return nenc || enc;\\n}\\n\\n// StringDecoder provides an interface for efficiently splitting a series of\\n// buffers into a series of JS strings without breaking apart multi-byte\\n// characters.\\nexports.StringDecoder = StringDecoder;\\nfunction StringDecoder(encoding) {\\n  this.encoding = normalizeEncoding(encoding);\\n  var nb;\\n  switch (this.encoding) {\\n    case 'utf16le':\\n      this.text = utf16Text;\\n      this.end = utf16End;\\n      nb = 4;\\n      break;\\n    case 'utf8':\\n      this.fillLast = utf8FillLast;\\n      nb = 4;\\n      break;\\n    case 'base64':\\n      this.text = base64Text;\\n      this.end = base64End;\\n      nb = 3;\\n      break;\\n    default:\\n      this.write = simpleWrite;\\n      this.end = simpleEnd;\\n      return;\\n  }\\n  this.lastNeed = 0;\\n  this.lastTotal = 0;\\n  this.lastChar = Buffer.allocUnsafe(nb);\\n}\\n\\nStringDecoder.prototype.write = function (buf) {\\n  if (buf.length === 0) return '';\\n  var r;\\n  var i;\\n  if (this.lastNeed) {\\n    r = this.fillLast(buf);\\n    if (r === undefined) return '';\\n    i = this.lastNeed;\\n    this.lastNeed = 0;\\n  } else {\\n    i = 0;\\n  }\\n  if (i < buf.length) return r ? r + this.text(buf, i) : this.text(buf, i);\\n  return r || '';\\n};\\n\\nStringDecoder.prototype.end = utf8End;\\n\\n// Returns only complete characters in a Buffer\\nStringDecoder.prototype.text = utf8Text;\\n\\n// Attempts to complete a partial non-UTF-8 character using bytes from a Buffer\\nStringDecoder.prototype.fillLast = function (buf) {\\n  if (this.lastNeed <= buf.length) {\\n    buf.copy(this.lastChar, this.lastTotal - this.lastNeed, 0, this.lastNeed);\\n    return this.lastChar.toString(this.encoding, 0, this.lastTotal);\\n  }\\n  buf.copy(this.lastChar, this.lastTotal - this.lastNeed, 0, buf.length);\\n  this.lastNeed -= buf.length;\\n};\\n\\n// Checks the type of a UTF-8 byte, whether it's ASCII, a leading byte, or a\\n// continuation byte.\\nfunction utf8CheckByte(byte) {\\n  if (byte <= 0x7F) return 0;else if (byte >> 5 === 0x06) return 2;else if (byte >> 4 === 0x0E) return 3;else if (byte >> 3 === 0x1E) return 4;\\n  return -1;\\n}\\n\\n// Checks at most 3 bytes at the end of a Buffer in order to detect an\\n// incomplete multi-byte UTF-8 character. The total number of bytes (2, 3, or 4)\\n// needed to complete the UTF-8 character (if applicable) are returned.\\nfunction utf8CheckIncomplete(self, buf, i) {\\n  var j = buf.length - 1;\\n  if (j < i) return 0;\\n  var nb = utf8CheckByte(buf[j]);\\n  if (nb >= 0) {\\n    if (nb > 0) self.lastNeed = nb - 1;\\n    return nb;\\n  }\\n  if (--j < i) return 0;\\n  nb = utf8CheckByte(buf[j]);\\n  if (nb >= 0) {\\n    if (nb > 0) self.lastNeed = nb - 2;\\n    return nb;\\n  }\\n  if (--j < i) return 0;\\n  nb = utf8CheckByte(buf[j]);\\n  if (nb >= 0) {\\n    if (nb > 0) {\\n      if (nb === 2) nb = 0;else self.lastNeed = nb - 3;\\n    }\\n    return nb;\\n  }\\n  return 0;\\n}\\n\\n// Validates as many continuation bytes for a multi-byte UTF-8 character as\\n// needed or are available. If we see a non-continuation byte where we expect\\n// one, we \\\"replace\\\" the validated continuation bytes we've seen so far with\\n// UTF-8 replacement characters ('\\\\ufffd'), to match v8's UTF-8 decoding\\n// behavior. The continuation byte check is included three times in the case\\n// where all of the continuation bytes for a character exist in the same buffer.\\n// It is also done this way as a slight performance increase instead of using a\\n// loop.\\nfunction utf8CheckExtraBytes(self, buf, p) {\\n  if ((buf[0] & 0xC0) !== 0x80) {\\n    self.lastNeed = 0;\\n    return '\\\\ufffd'.repeat(p);\\n  }\\n  if (self.lastNeed > 1 && buf.length > 1) {\\n    if ((buf[1] & 0xC0) !== 0x80) {\\n      self.lastNeed = 1;\\n      return '\\\\ufffd'.repeat(p + 1);\\n    }\\n    if (self.lastNeed > 2 && buf.length > 2) {\\n      if ((buf[2] & 0xC0) !== 0x80) {\\n        self.lastNeed = 2;\\n        return '\\\\ufffd'.repeat(p + 2);\\n      }\\n    }\\n  }\\n}\\n\\n// Attempts to complete a multi-byte UTF-8 character using bytes from a Buffer.\\nfunction utf8FillLast(buf) {\\n  var p = this.lastTotal - this.lastNeed;\\n  var r = utf8CheckExtraBytes(this, buf, p);\\n  if (r !== undefined) return r;\\n  if (this.lastNeed <= buf.length) {\\n    buf.copy(this.lastChar, p, 0, this.lastNeed);\\n    return this.lastChar.toString(this.encoding, 0, this.lastTotal);\\n  }\\n  buf.copy(this.lastChar, p, 0, buf.length);\\n  this.lastNeed -= buf.length;\\n}\\n\\n// Returns all complete UTF-8 characters in a Buffer. If the Buffer ended on a\\n// partial character, the character's bytes are buffered until the required\\n// number of bytes are available.\\nfunction utf8Text(buf, i) {\\n  var total = utf8CheckIncomplete(this, buf, i);\\n  if (!this.lastNeed) return buf.toString('utf8', i);\\n  this.lastTotal = total;\\n  var end = buf.length - (total - this.lastNeed);\\n  buf.copy(this.lastChar, 0, end);\\n  return buf.toString('utf8', i, end);\\n}\\n\\n// For UTF-8, a replacement character for each buffered byte of a (partial)\\n// character needs to be added to the output.\\nfunction utf8End(buf) {\\n  var r = buf && buf.length ? this.write(buf) : '';\\n  if (this.lastNeed) return r + '\\\\ufffd'.repeat(this.lastTotal - this.lastNeed);\\n  return r;\\n}\\n\\n// UTF-16LE typically needs two bytes per character, but even if we have an even\\n// number of bytes available, we need to check if we end on a leading/high\\n// surrogate. In that case, we need to wait for the next two bytes in order to\\n// decode the last character properly.\\nfunction utf16Text(buf, i) {\\n  if ((buf.length - i) % 2 === 0) {\\n    var r = buf.toString('utf16le', i);\\n    if (r) {\\n      var c = r.charCodeAt(r.length - 1);\\n      if (c >= 0xD800 && c <= 0xDBFF) {\\n        this.lastNeed = 2;\\n        this.lastTotal = 4;\\n        this.lastChar[0] = buf[buf.length - 2];\\n        this.lastChar[1] = buf[buf.length - 1];\\n        return r.slice(0, -1);\\n      }\\n    }\\n    return r;\\n  }\\n  this.lastNeed = 1;\\n  this.lastTotal = 2;\\n  this.lastChar[0] = buf[buf.length - 1];\\n  return buf.toString('utf16le', i, buf.length - 1);\\n}\\n\\n// For UTF-16LE we do not explicitly append special replacement characters if we\\n// end on a partial character, we simply let v8 handle that.\\nfunction utf16End(buf) {\\n  var r = buf && buf.length ? this.write(buf) : '';\\n  if (this.lastNeed) {\\n    var end = this.lastTotal - this.lastNeed;\\n    return r + this.lastChar.toString('utf16le', 0, end);\\n  }\\n  return r;\\n}\\n\\nfunction base64Text(buf, i) {\\n  var n = (buf.length - i) % 3;\\n  if (n === 0) return buf.toString('base64', i);\\n  this.lastNeed = 3 - n;\\n  this.lastTotal = 3;\\n  if (n === 1) {\\n    this.lastChar[0] = buf[buf.length - 1];\\n  } else {\\n    this.lastChar[0] = buf[buf.length - 2];\\n    this.lastChar[1] = buf[buf.length - 1];\\n  }\\n  return buf.toString('base64', i, buf.length - n);\\n}\\n\\nfunction base64End(buf) {\\n  var r = buf && buf.length ? this.write(buf) : '';\\n  if (this.lastNeed) return r + this.lastChar.toString('base64', 0, 3 - this.lastNeed);\\n  return r;\\n}\\n\\n// Pass bytes on through for single-byte encodings (e.g. ascii, latin1, hex)\\nfunction simpleWrite(buf) {\\n  return buf.toString(this.encoding);\\n}\\n\\nfunction simpleEnd(buf) {\\n  return buf && buf.length ? this.write(buf) : '';\\n}\"\n    },\n    {\n      \"id\": 61,\n      \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/node-libs-browser/node_modules/url/url.js\",\n      \"name\": \"./node_modules/node-libs-browser/node_modules/url/url.js\",\n      \"index\": 250,\n      \"index2\": 247,\n      \"size\": 23317,\n      \"cacheable\": true,\n      \"built\": true,\n      \"optional\": false,\n      \"prefetched\": false,\n      \"chunks\": [\n        2\n      ],\n      \"issuer\": \"/Users/jarred/Code/styleurl/node_modules/fetch/lib/fetch.js\",\n      \"issuerId\": 293,\n      \"issuerName\": \"./node_modules/fetch/lib/fetch.js\",\n      \"issuerPath\": [\n        {\n          \"id\": 191,\n          \"identifier\": \"multi /Users/jarred/Code/styleurl/webpack/customPublicPath /Users/jarred/Code/styleurl/chrome/extension/background\",\n          \"name\": \"multi ./webpack/customPublicPath ./chrome/extension/background\",\n          \"profile\": {\n            \"factory\": 0,\n            \"building\": 0,\n            \"dependencies\": 54\n          }\n        },\n        {\n          \"id\": 192,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/background.js\",\n          \"name\": \"./chrome/extension/background.js\",\n          \"profile\": {\n            \"factory\": 54,\n            \"building\": 639,\n            \"dependencies\": 140\n          }\n        },\n        {\n          \"id\": 255,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/stylesheet-differ/lib/index.js\",\n          \"name\": \"./node_modules/stylesheet-differ/lib/index.js\",\n          \"profile\": {\n            \"factory\": 140,\n            \"building\": 568,\n            \"dependencies\": 1\n          }\n        },\n        {\n          \"id\": 256,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/native-css/index.js\",\n          \"name\": \"./node_modules/native-css/index.js\",\n          \"profile\": {\n            \"factory\": 189,\n            \"building\": 603,\n            \"dependencies\": 1\n          }\n        },\n        {\n          \"id\": 257,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/native-css/src/native-css.js\",\n          \"name\": \"./node_modules/native-css/src/native-css.js\",\n          \"profile\": {\n            \"factory\": 26,\n            \"building\": 63,\n            \"dependencies\": 14\n          }\n        },\n        {\n          \"id\": 293,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/fetch/lib/fetch.js\",\n          \"name\": \"./node_modules/fetch/lib/fetch.js\",\n          \"profile\": {\n            \"factory\": 117,\n            \"building\": 25,\n            \"dependencies\": 27\n          }\n        }\n      ],\n      \"profile\": {\n        \"factory\": 66,\n        \"building\": 38,\n        \"dependencies\": 20\n      },\n      \"failed\": false,\n      \"errors\": 0,\n      \"warnings\": 0,\n      \"assets\": [],\n      \"reasons\": [\n        {\n          \"moduleId\": 157,\n          \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/stream-http/index.js\",\n          \"module\": \"./node_modules/stream-http/index.js\",\n          \"moduleName\": \"./node_modules/stream-http/index.js\",\n          \"type\": \"cjs require\",\n          \"userRequest\": \"url\",\n          \"loc\": \"5:10-24\"\n        },\n        {\n          \"moduleId\": 260,\n          \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/memfs/lib/volume.js\",\n          \"module\": \"./node_modules/memfs/lib/volume.js\",\n          \"moduleName\": \"./node_modules/memfs/lib/volume.js\",\n          \"type\": \"cjs require\",\n          \"userRequest\": \"url\",\n          \"loc\": \"247:34-48\"\n        },\n        {\n          \"moduleId\": 293,\n          \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/fetch/lib/fetch.js\",\n          \"module\": \"./node_modules/fetch/lib/fetch.js\",\n          \"moduleName\": \"./node_modules/fetch/lib/fetch.js\",\n          \"type\": \"cjs require\",\n          \"userRequest\": \"url\",\n          \"loc\": \"5:13-27\"\n        },\n        {\n          \"moduleId\": 301,\n          \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/https-browserify/index.js\",\n          \"module\": \"./node_modules/https-browserify/index.js\",\n          \"moduleName\": \"./node_modules/https-browserify/index.js\",\n          \"type\": \"cjs require\",\n          \"userRequest\": \"url\",\n          \"loc\": \"2:10-24\"\n        },\n        {\n          \"moduleId\": 312,\n          \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/fetch/lib/cookiejar.js\",\n          \"module\": \"./node_modules/fetch/lib/cookiejar.js\",\n          \"moduleName\": \"./node_modules/fetch/lib/cookiejar.js\",\n          \"type\": \"cjs require\",\n          \"userRequest\": \"url\",\n          \"loc\": \"3:13-27\"\n        }\n      ],\n      \"usedExports\": true,\n      \"providedExports\": null,\n      \"optimizationBailout\": [\n        \"ModuleConcatenation bailout: Module is not an ECMAScript module\"\n      ],\n      \"depth\": 6,\n      \"source\": \"// Copyright Joyent, Inc. and other Node contributors.\\n//\\n// Permission is hereby granted, free of charge, to any person obtaining a\\n// copy of this software and associated documentation files (the\\n// \\\"Software\\\"), to deal in the Software without restriction, including\\n// without limitation the rights to use, copy, modify, merge, publish,\\n// distribute, sublicense, and/or sell copies of the Software, and to permit\\n// persons to whom the Software is furnished to do so, subject to the\\n// following conditions:\\n//\\n// The above copyright notice and this permission notice shall be included\\n// in all copies or substantial portions of the Software.\\n//\\n// THE SOFTWARE IS PROVIDED \\\"AS IS\\\", WITHOUT WARRANTY OF ANY KIND, EXPRESS\\n// OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\\n// MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN\\n// NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM,\\n// DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR\\n// OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE\\n// USE OR OTHER DEALINGS IN THE SOFTWARE.\\n\\n'use strict';\\n\\nvar punycode = require('punycode');\\nvar util = require('./util');\\n\\nexports.parse = urlParse;\\nexports.resolve = urlResolve;\\nexports.resolveObject = urlResolveObject;\\nexports.format = urlFormat;\\n\\nexports.Url = Url;\\n\\nfunction Url() {\\n  this.protocol = null;\\n  this.slashes = null;\\n  this.auth = null;\\n  this.host = null;\\n  this.port = null;\\n  this.hostname = null;\\n  this.hash = null;\\n  this.search = null;\\n  this.query = null;\\n  this.pathname = null;\\n  this.path = null;\\n  this.href = null;\\n}\\n\\n// Reference: RFC 3986, RFC 1808, RFC 2396\\n\\n// define these here so at least they only have to be\\n// compiled once on the first module load.\\nvar protocolPattern = /^([a-z0-9.+-]+:)/i,\\n    portPattern = /:[0-9]*$/,\\n\\n    // Special case for a simple path URL\\n    simplePathPattern = /^(\\\\/\\\\/?(?!\\\\/)[^\\\\?\\\\s]*)(\\\\?[^\\\\s]*)?$/,\\n\\n    // RFC 2396: characters reserved for delimiting URLs.\\n    // We actually just auto-escape these.\\n    delims = ['<', '>', '\\\"', '`', ' ', '\\\\r', '\\\\n', '\\\\t'],\\n\\n    // RFC 2396: characters not allowed for various reasons.\\n    unwise = ['{', '}', '|', '\\\\\\\\', '^', '`'].concat(delims),\\n\\n    // Allowed by RFCs, but cause of XSS attacks.  Always escape these.\\n    autoEscape = ['\\\\''].concat(unwise),\\n    // Characters that are never ever allowed in a hostname.\\n    // Note that any invalid chars are also handled, but these\\n    // are the ones that are *expected* to be seen, so we fast-path\\n    // them.\\n    nonHostChars = ['%', '/', '?', ';', '#'].concat(autoEscape),\\n    hostEndingChars = ['/', '?', '#'],\\n    hostnameMaxLen = 255,\\n    hostnamePartPattern = /^[+a-z0-9A-Z_-]{0,63}$/,\\n    hostnamePartStart = /^([+a-z0-9A-Z_-]{0,63})(.*)$/,\\n    // protocols that can allow \\\"unsafe\\\" and \\\"unwise\\\" chars.\\n    unsafeProtocol = {\\n      'javascript': true,\\n      'javascript:': true\\n    },\\n    // protocols that never have a hostname.\\n    hostlessProtocol = {\\n      'javascript': true,\\n      'javascript:': true\\n    },\\n    // protocols that always contain a // bit.\\n    slashedProtocol = {\\n      'http': true,\\n      'https': true,\\n      'ftp': true,\\n      'gopher': true,\\n      'file': true,\\n      'http:': true,\\n      'https:': true,\\n      'ftp:': true,\\n      'gopher:': true,\\n      'file:': true\\n    },\\n    querystring = require('querystring');\\n\\nfunction urlParse(url, parseQueryString, slashesDenoteHost) {\\n  if (url && util.isObject(url) && url instanceof Url) return url;\\n\\n  var u = new Url;\\n  u.parse(url, parseQueryString, slashesDenoteHost);\\n  return u;\\n}\\n\\nUrl.prototype.parse = function(url, parseQueryString, slashesDenoteHost) {\\n  if (!util.isString(url)) {\\n    throw new TypeError(\\\"Parameter 'url' must be a string, not \\\" + typeof url);\\n  }\\n\\n  // Copy chrome, IE, opera backslash-handling behavior.\\n  // Back slashes before the query string get converted to forward slashes\\n  // See: https://code.google.com/p/chromium/issues/detail?id=25916\\n  var queryIndex = url.indexOf('?'),\\n      splitter =\\n          (queryIndex !== -1 && queryIndex < url.indexOf('#')) ? '?' : '#',\\n      uSplit = url.split(splitter),\\n      slashRegex = /\\\\\\\\/g;\\n  uSplit[0] = uSplit[0].replace(slashRegex, '/');\\n  url = uSplit.join(splitter);\\n\\n  var rest = url;\\n\\n  // trim before proceeding.\\n  // This is to support parse stuff like \\\"  http://foo.com  \\\\n\\\"\\n  rest = rest.trim();\\n\\n  if (!slashesDenoteHost && url.split('#').length === 1) {\\n    // Try fast path regexp\\n    var simplePath = simplePathPattern.exec(rest);\\n    if (simplePath) {\\n      this.path = rest;\\n      this.href = rest;\\n      this.pathname = simplePath[1];\\n      if (simplePath[2]) {\\n        this.search = simplePath[2];\\n        if (parseQueryString) {\\n          this.query = querystring.parse(this.search.substr(1));\\n        } else {\\n          this.query = this.search.substr(1);\\n        }\\n      } else if (parseQueryString) {\\n        this.search = '';\\n        this.query = {};\\n      }\\n      return this;\\n    }\\n  }\\n\\n  var proto = protocolPattern.exec(rest);\\n  if (proto) {\\n    proto = proto[0];\\n    var lowerProto = proto.toLowerCase();\\n    this.protocol = lowerProto;\\n    rest = rest.substr(proto.length);\\n  }\\n\\n  // figure out if it's got a host\\n  // user@server is *always* interpreted as a hostname, and url\\n  // resolution will treat //foo/bar as host=foo,path=bar because that's\\n  // how the browser resolves relative URLs.\\n  if (slashesDenoteHost || proto || rest.match(/^\\\\/\\\\/[^@\\\\/]+@[^@\\\\/]+/)) {\\n    var slashes = rest.substr(0, 2) === '//';\\n    if (slashes && !(proto && hostlessProtocol[proto])) {\\n      rest = rest.substr(2);\\n      this.slashes = true;\\n    }\\n  }\\n\\n  if (!hostlessProtocol[proto] &&\\n      (slashes || (proto && !slashedProtocol[proto]))) {\\n\\n    // there's a hostname.\\n    // the first instance of /, ?, ;, or # ends the host.\\n    //\\n    // If there is an @ in the hostname, then non-host chars *are* allowed\\n    // to the left of the last @ sign, unless some host-ending character\\n    // comes *before* the @-sign.\\n    // URLs are obnoxious.\\n    //\\n    // ex:\\n    // http://a@b@c/ => user:a@b host:c\\n    // http://a@b?@c => user:a host:c path:/?@c\\n\\n    // v0.12 TODO(isaacs): This is not quite how Chrome does things.\\n    // Review our test case against browsers more comprehensively.\\n\\n    // find the first instance of any hostEndingChars\\n    var hostEnd = -1;\\n    for (var i = 0; i < hostEndingChars.length; i++) {\\n      var hec = rest.indexOf(hostEndingChars[i]);\\n      if (hec !== -1 && (hostEnd === -1 || hec < hostEnd))\\n        hostEnd = hec;\\n    }\\n\\n    // at this point, either we have an explicit point where the\\n    // auth portion cannot go past, or the last @ char is the decider.\\n    var auth, atSign;\\n    if (hostEnd === -1) {\\n      // atSign can be anywhere.\\n      atSign = rest.lastIndexOf('@');\\n    } else {\\n      // atSign must be in auth portion.\\n      // http://a@b/c@d => host:b auth:a path:/c@d\\n      atSign = rest.lastIndexOf('@', hostEnd);\\n    }\\n\\n    // Now we have a portion which is definitely the auth.\\n    // Pull that off.\\n    if (atSign !== -1) {\\n      auth = rest.slice(0, atSign);\\n      rest = rest.slice(atSign + 1);\\n      this.auth = decodeURIComponent(auth);\\n    }\\n\\n    // the host is the remaining to the left of the first non-host char\\n    hostEnd = -1;\\n    for (var i = 0; i < nonHostChars.length; i++) {\\n      var hec = rest.indexOf(nonHostChars[i]);\\n      if (hec !== -1 && (hostEnd === -1 || hec < hostEnd))\\n        hostEnd = hec;\\n    }\\n    // if we still have not hit it, then the entire thing is a host.\\n    if (hostEnd === -1)\\n      hostEnd = rest.length;\\n\\n    this.host = rest.slice(0, hostEnd);\\n    rest = rest.slice(hostEnd);\\n\\n    // pull out port.\\n    this.parseHost();\\n\\n    // we've indicated that there is a hostname,\\n    // so even if it's empty, it has to be present.\\n    this.hostname = this.hostname || '';\\n\\n    // if hostname begins with [ and ends with ]\\n    // assume that it's an IPv6 address.\\n    var ipv6Hostname = this.hostname[0] === '[' &&\\n        this.hostname[this.hostname.length - 1] === ']';\\n\\n    // validate a little.\\n    if (!ipv6Hostname) {\\n      var hostparts = this.hostname.split(/\\\\./);\\n      for (var i = 0, l = hostparts.length; i < l; i++) {\\n        var part = hostparts[i];\\n        if (!part) continue;\\n        if (!part.match(hostnamePartPattern)) {\\n          var newpart = '';\\n          for (var j = 0, k = part.length; j < k; j++) {\\n            if (part.charCodeAt(j) > 127) {\\n              // we replace non-ASCII char with a temporary placeholder\\n              // we need this to make sure size of hostname is not\\n              // broken by replacing non-ASCII by nothing\\n              newpart += 'x';\\n            } else {\\n              newpart += part[j];\\n            }\\n          }\\n          // we test again with ASCII char only\\n          if (!newpart.match(hostnamePartPattern)) {\\n            var validParts = hostparts.slice(0, i);\\n            var notHost = hostparts.slice(i + 1);\\n            var bit = part.match(hostnamePartStart);\\n            if (bit) {\\n              validParts.push(bit[1]);\\n              notHost.unshift(bit[2]);\\n            }\\n            if (notHost.length) {\\n              rest = '/' + notHost.join('.') + rest;\\n            }\\n            this.hostname = validParts.join('.');\\n            break;\\n          }\\n        }\\n      }\\n    }\\n\\n    if (this.hostname.length > hostnameMaxLen) {\\n      this.hostname = '';\\n    } else {\\n      // hostnames are always lower case.\\n      this.hostname = this.hostname.toLowerCase();\\n    }\\n\\n    if (!ipv6Hostname) {\\n      // IDNA Support: Returns a punycoded representation of \\\"domain\\\".\\n      // It only converts parts of the domain name that\\n      // have non-ASCII characters, i.e. it doesn't matter if\\n      // you call it with a domain that already is ASCII-only.\\n      this.hostname = punycode.toASCII(this.hostname);\\n    }\\n\\n    var p = this.port ? ':' + this.port : '';\\n    var h = this.hostname || '';\\n    this.host = h + p;\\n    this.href += this.host;\\n\\n    // strip [ and ] from the hostname\\n    // the host field still retains them, though\\n    if (ipv6Hostname) {\\n      this.hostname = this.hostname.substr(1, this.hostname.length - 2);\\n      if (rest[0] !== '/') {\\n        rest = '/' + rest;\\n      }\\n    }\\n  }\\n\\n  // now rest is set to the post-host stuff.\\n  // chop off any delim chars.\\n  if (!unsafeProtocol[lowerProto]) {\\n\\n    // First, make 100% sure that any \\\"autoEscape\\\" chars get\\n    // escaped, even if encodeURIComponent doesn't think they\\n    // need to be.\\n    for (var i = 0, l = autoEscape.length; i < l; i++) {\\n      var ae = autoEscape[i];\\n      if (rest.indexOf(ae) === -1)\\n        continue;\\n      var esc = encodeURIComponent(ae);\\n      if (esc === ae) {\\n        esc = escape(ae);\\n      }\\n      rest = rest.split(ae).join(esc);\\n    }\\n  }\\n\\n\\n  // chop off from the tail first.\\n  var hash = rest.indexOf('#');\\n  if (hash !== -1) {\\n    // got a fragment string.\\n    this.hash = rest.substr(hash);\\n    rest = rest.slice(0, hash);\\n  }\\n  var qm = rest.indexOf('?');\\n  if (qm !== -1) {\\n    this.search = rest.substr(qm);\\n    this.query = rest.substr(qm + 1);\\n    if (parseQueryString) {\\n      this.query = querystring.parse(this.query);\\n    }\\n    rest = rest.slice(0, qm);\\n  } else if (parseQueryString) {\\n    // no query string, but parseQueryString still requested\\n    this.search = '';\\n    this.query = {};\\n  }\\n  if (rest) this.pathname = rest;\\n  if (slashedProtocol[lowerProto] &&\\n      this.hostname && !this.pathname) {\\n    this.pathname = '/';\\n  }\\n\\n  //to support http.request\\n  if (this.pathname || this.search) {\\n    var p = this.pathname || '';\\n    var s = this.search || '';\\n    this.path = p + s;\\n  }\\n\\n  // finally, reconstruct the href based on what has been validated.\\n  this.href = this.format();\\n  return this;\\n};\\n\\n// format a parsed object into a url string\\nfunction urlFormat(obj) {\\n  // ensure it's an object, and not a string url.\\n  // If it's an obj, this is a no-op.\\n  // this way, you can call url_format() on strings\\n  // to clean up potentially wonky urls.\\n  if (util.isString(obj)) obj = urlParse(obj);\\n  if (!(obj instanceof Url)) return Url.prototype.format.call(obj);\\n  return obj.format();\\n}\\n\\nUrl.prototype.format = function() {\\n  var auth = this.auth || '';\\n  if (auth) {\\n    auth = encodeURIComponent(auth);\\n    auth = auth.replace(/%3A/i, ':');\\n    auth += '@';\\n  }\\n\\n  var protocol = this.protocol || '',\\n      pathname = this.pathname || '',\\n      hash = this.hash || '',\\n      host = false,\\n      query = '';\\n\\n  if (this.host) {\\n    host = auth + this.host;\\n  } else if (this.hostname) {\\n    host = auth + (this.hostname.indexOf(':') === -1 ?\\n        this.hostname :\\n        '[' + this.hostname + ']');\\n    if (this.port) {\\n      host += ':' + this.port;\\n    }\\n  }\\n\\n  if (this.query &&\\n      util.isObject(this.query) &&\\n      Object.keys(this.query).length) {\\n    query = querystring.stringify(this.query);\\n  }\\n\\n  var search = this.search || (query && ('?' + query)) || '';\\n\\n  if (protocol && protocol.substr(-1) !== ':') protocol += ':';\\n\\n  // only the slashedProtocols get the //.  Not mailto:, xmpp:, etc.\\n  // unless they had them to begin with.\\n  if (this.slashes ||\\n      (!protocol || slashedProtocol[protocol]) && host !== false) {\\n    host = '//' + (host || '');\\n    if (pathname && pathname.charAt(0) !== '/') pathname = '/' + pathname;\\n  } else if (!host) {\\n    host = '';\\n  }\\n\\n  if (hash && hash.charAt(0) !== '#') hash = '#' + hash;\\n  if (search && search.charAt(0) !== '?') search = '?' + search;\\n\\n  pathname = pathname.replace(/[?#]/g, function(match) {\\n    return encodeURIComponent(match);\\n  });\\n  search = search.replace('#', '%23');\\n\\n  return protocol + host + pathname + search + hash;\\n};\\n\\nfunction urlResolve(source, relative) {\\n  return urlParse(source, false, true).resolve(relative);\\n}\\n\\nUrl.prototype.resolve = function(relative) {\\n  return this.resolveObject(urlParse(relative, false, true)).format();\\n};\\n\\nfunction urlResolveObject(source, relative) {\\n  if (!source) return relative;\\n  return urlParse(source, false, true).resolveObject(relative);\\n}\\n\\nUrl.prototype.resolveObject = function(relative) {\\n  if (util.isString(relative)) {\\n    var rel = new Url();\\n    rel.parse(relative, false, true);\\n    relative = rel;\\n  }\\n\\n  var result = new Url();\\n  var tkeys = Object.keys(this);\\n  for (var tk = 0; tk < tkeys.length; tk++) {\\n    var tkey = tkeys[tk];\\n    result[tkey] = this[tkey];\\n  }\\n\\n  // hash is always overridden, no matter what.\\n  // even href=\\\"\\\" will remove it.\\n  result.hash = relative.hash;\\n\\n  // if the relative url is empty, then there's nothing left to do here.\\n  if (relative.href === '') {\\n    result.href = result.format();\\n    return result;\\n  }\\n\\n  // hrefs like //foo/bar always cut to the protocol.\\n  if (relative.slashes && !relative.protocol) {\\n    // take everything except the protocol from relative\\n    var rkeys = Object.keys(relative);\\n    for (var rk = 0; rk < rkeys.length; rk++) {\\n      var rkey = rkeys[rk];\\n      if (rkey !== 'protocol')\\n        result[rkey] = relative[rkey];\\n    }\\n\\n    //urlParse appends trailing / to urls like http://www.example.com\\n    if (slashedProtocol[result.protocol] &&\\n        result.hostname && !result.pathname) {\\n      result.path = result.pathname = '/';\\n    }\\n\\n    result.href = result.format();\\n    return result;\\n  }\\n\\n  if (relative.protocol && relative.protocol !== result.protocol) {\\n    // if it's a known url protocol, then changing\\n    // the protocol does weird things\\n    // first, if it's not file:, then we MUST have a host,\\n    // and if there was a path\\n    // to begin with, then we MUST have a path.\\n    // if it is file:, then the host is dropped,\\n    // because that's known to be hostless.\\n    // anything else is assumed to be absolute.\\n    if (!slashedProtocol[relative.protocol]) {\\n      var keys = Object.keys(relative);\\n      for (var v = 0; v < keys.length; v++) {\\n        var k = keys[v];\\n        result[k] = relative[k];\\n      }\\n      result.href = result.format();\\n      return result;\\n    }\\n\\n    result.protocol = relative.protocol;\\n    if (!relative.host && !hostlessProtocol[relative.protocol]) {\\n      var relPath = (relative.pathname || '').split('/');\\n      while (relPath.length && !(relative.host = relPath.shift()));\\n      if (!relative.host) relative.host = '';\\n      if (!relative.hostname) relative.hostname = '';\\n      if (relPath[0] !== '') relPath.unshift('');\\n      if (relPath.length < 2) relPath.unshift('');\\n      result.pathname = relPath.join('/');\\n    } else {\\n      result.pathname = relative.pathname;\\n    }\\n    result.search = relative.search;\\n    result.query = relative.query;\\n    result.host = relative.host || '';\\n    result.auth = relative.auth;\\n    result.hostname = relative.hostname || relative.host;\\n    result.port = relative.port;\\n    // to support http.request\\n    if (result.pathname || result.search) {\\n      var p = result.pathname || '';\\n      var s = result.search || '';\\n      result.path = p + s;\\n    }\\n    result.slashes = result.slashes || relative.slashes;\\n    result.href = result.format();\\n    return result;\\n  }\\n\\n  var isSourceAbs = (result.pathname && result.pathname.charAt(0) === '/'),\\n      isRelAbs = (\\n          relative.host ||\\n          relative.pathname && relative.pathname.charAt(0) === '/'\\n      ),\\n      mustEndAbs = (isRelAbs || isSourceAbs ||\\n                    (result.host && relative.pathname)),\\n      removeAllDots = mustEndAbs,\\n      srcPath = result.pathname && result.pathname.split('/') || [],\\n      relPath = relative.pathname && relative.pathname.split('/') || [],\\n      psychotic = result.protocol && !slashedProtocol[result.protocol];\\n\\n  // if the url is a non-slashed url, then relative\\n  // links like ../.. should be able\\n  // to crawl up to the hostname, as well.  This is strange.\\n  // result.protocol has already been set by now.\\n  // Later on, put the first path part into the host field.\\n  if (psychotic) {\\n    result.hostname = '';\\n    result.port = null;\\n    if (result.host) {\\n      if (srcPath[0] === '') srcPath[0] = result.host;\\n      else srcPath.unshift(result.host);\\n    }\\n    result.host = '';\\n    if (relative.protocol) {\\n      relative.hostname = null;\\n      relative.port = null;\\n      if (relative.host) {\\n        if (relPath[0] === '') relPath[0] = relative.host;\\n        else relPath.unshift(relative.host);\\n      }\\n      relative.host = null;\\n    }\\n    mustEndAbs = mustEndAbs && (relPath[0] === '' || srcPath[0] === '');\\n  }\\n\\n  if (isRelAbs) {\\n    // it's absolute.\\n    result.host = (relative.host || relative.host === '') ?\\n                  relative.host : result.host;\\n    result.hostname = (relative.hostname || relative.hostname === '') ?\\n                      relative.hostname : result.hostname;\\n    result.search = relative.search;\\n    result.query = relative.query;\\n    srcPath = relPath;\\n    // fall through to the dot-handling below.\\n  } else if (relPath.length) {\\n    // it's relative\\n    // throw away the existing file, and take the new path instead.\\n    if (!srcPath) srcPath = [];\\n    srcPath.pop();\\n    srcPath = srcPath.concat(relPath);\\n    result.search = relative.search;\\n    result.query = relative.query;\\n  } else if (!util.isNullOrUndefined(relative.search)) {\\n    // just pull out the search.\\n    // like href='?foo'.\\n    // Put this after the other two cases because it simplifies the booleans\\n    if (psychotic) {\\n      result.hostname = result.host = srcPath.shift();\\n      //occationaly the auth can get stuck only in host\\n      //this especially happens in cases like\\n      //url.resolveObject('mailto:local1@domain1', 'local2@domain2')\\n      var authInHost = result.host && result.host.indexOf('@') > 0 ?\\n                       result.host.split('@') : false;\\n      if (authInHost) {\\n        result.auth = authInHost.shift();\\n        result.host = result.hostname = authInHost.shift();\\n      }\\n    }\\n    result.search = relative.search;\\n    result.query = relative.query;\\n    //to support http.request\\n    if (!util.isNull(result.pathname) || !util.isNull(result.search)) {\\n      result.path = (result.pathname ? result.pathname : '') +\\n                    (result.search ? result.search : '');\\n    }\\n    result.href = result.format();\\n    return result;\\n  }\\n\\n  if (!srcPath.length) {\\n    // no path at all.  easy.\\n    // we've already handled the other stuff above.\\n    result.pathname = null;\\n    //to support http.request\\n    if (result.search) {\\n      result.path = '/' + result.search;\\n    } else {\\n      result.path = null;\\n    }\\n    result.href = result.format();\\n    return result;\\n  }\\n\\n  // if a url ENDs in . or .., then it must get a trailing slash.\\n  // however, if it ends in anything else non-slashy,\\n  // then it must NOT get a trailing slash.\\n  var last = srcPath.slice(-1)[0];\\n  var hasTrailingSlash = (\\n      (result.host || relative.host || srcPath.length > 1) &&\\n      (last === '.' || last === '..') || last === '');\\n\\n  // strip single dots, resolve double dots to parent dir\\n  // if the path tries to go above the root, `up` ends up > 0\\n  var up = 0;\\n  for (var i = srcPath.length; i >= 0; i--) {\\n    last = srcPath[i];\\n    if (last === '.') {\\n      srcPath.splice(i, 1);\\n    } else if (last === '..') {\\n      srcPath.splice(i, 1);\\n      up++;\\n    } else if (up) {\\n      srcPath.splice(i, 1);\\n      up--;\\n    }\\n  }\\n\\n  // if the path is allowed to go above the root, restore leading ..s\\n  if (!mustEndAbs && !removeAllDots) {\\n    for (; up--; up) {\\n      srcPath.unshift('..');\\n    }\\n  }\\n\\n  if (mustEndAbs && srcPath[0] !== '' &&\\n      (!srcPath[0] || srcPath[0].charAt(0) !== '/')) {\\n    srcPath.unshift('');\\n  }\\n\\n  if (hasTrailingSlash && (srcPath.join('/').substr(-1) !== '/')) {\\n    srcPath.push('');\\n  }\\n\\n  var isAbsolute = srcPath[0] === '' ||\\n      (srcPath[0] && srcPath[0].charAt(0) === '/');\\n\\n  // put the host back\\n  if (psychotic) {\\n    result.hostname = result.host = isAbsolute ? '' :\\n                                    srcPath.length ? srcPath.shift() : '';\\n    //occationaly the auth can get stuck only in host\\n    //this especially happens in cases like\\n    //url.resolveObject('mailto:local1@domain1', 'local2@domain2')\\n    var authInHost = result.host && result.host.indexOf('@') > 0 ?\\n                     result.host.split('@') : false;\\n    if (authInHost) {\\n      result.auth = authInHost.shift();\\n      result.host = result.hostname = authInHost.shift();\\n    }\\n  }\\n\\n  mustEndAbs = mustEndAbs || (result.host && srcPath.length);\\n\\n  if (mustEndAbs && !isAbsolute) {\\n    srcPath.unshift('');\\n  }\\n\\n  if (!srcPath.length) {\\n    result.pathname = null;\\n    result.path = null;\\n  } else {\\n    result.pathname = srcPath.join('/');\\n  }\\n\\n  //to support request.http\\n  if (!util.isNull(result.pathname) || !util.isNull(result.search)) {\\n    result.path = (result.pathname ? result.pathname : '') +\\n                  (result.search ? result.search : '');\\n  }\\n  result.auth = relative.auth || result.auth;\\n  result.slashes = result.slashes || relative.slashes;\\n  result.href = result.format();\\n  return result;\\n};\\n\\nUrl.prototype.parseHost = function() {\\n  var host = this.host;\\n  var port = portPattern.exec(host);\\n  if (port) {\\n    port = port[0];\\n    if (port !== ':') {\\n      this.port = port.substr(1);\\n    }\\n    host = host.substr(0, host.length - port.length);\\n  }\\n  if (host) this.hostname = host;\\n};\\n\"\n    },\n    {\n      \"id\": 62,\n      \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/chrome-ext-messenger/dist/chrome-ext-messenger.min.js\",\n      \"name\": \"./node_modules/chrome-ext-messenger/dist/chrome-ext-messenger.min.js\",\n      \"index\": 337,\n      \"index2\": 335,\n      \"size\": 22158,\n      \"cacheable\": true,\n      \"built\": true,\n      \"optional\": false,\n      \"prefetched\": false,\n      \"chunks\": [\n        2,\n        3,\n        4\n      ],\n      \"issuer\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/devtools.js\",\n      \"issuerId\": 343,\n      \"issuerName\": \"./chrome/extension/devtools.js\",\n      \"issuerPath\": [\n        {\n          \"id\": 342,\n          \"identifier\": \"multi /Users/jarred/Code/styleurl/webpack/customPublicPath /Users/jarred/Code/styleurl/chrome/extension/devtools\",\n          \"name\": \"multi ./webpack/customPublicPath ./chrome/extension/devtools\",\n          \"profile\": {\n            \"factory\": 0,\n            \"building\": 0,\n            \"dependencies\": 54\n          }\n        },\n        {\n          \"id\": 343,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/devtools.js\",\n          \"name\": \"./chrome/extension/devtools.js\",\n          \"profile\": {\n            \"factory\": 55,\n            \"building\": 548\n          }\n        }\n      ],\n      \"profile\": {\n        \"factory\": 230,\n        \"building\": 567,\n        \"dependencies\": 245\n      },\n      \"failed\": false,\n      \"errors\": 0,\n      \"warnings\": 0,\n      \"assets\": [],\n      \"reasons\": [\n        {\n          \"moduleId\": 192,\n          \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/background.js\",\n          \"module\": \"./chrome/extension/background.js\",\n          \"moduleName\": \"./chrome/extension/background.js\",\n          \"type\": \"cjs require\",\n          \"userRequest\": \"chrome-ext-messenger\",\n          \"loc\": \"23:49-80\"\n        },\n        {\n          \"moduleId\": 343,\n          \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/devtools.js\",\n          \"module\": \"./chrome/extension/devtools.js\",\n          \"moduleName\": \"./chrome/extension/devtools.js\",\n          \"type\": \"cjs require\",\n          \"userRequest\": \"chrome-ext-messenger\",\n          \"loc\": \"17:49-80\"\n        },\n        {\n          \"moduleId\": 351,\n          \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/github_gist_content_script.js\",\n          \"module\": \"./chrome/extension/github_gist_content_script.js\",\n          \"moduleName\": \"./chrome/extension/github_gist_content_script.js\",\n          \"type\": \"cjs require\",\n          \"userRequest\": \"chrome-ext-messenger\",\n          \"loc\": \"9:49-80\"\n        }\n      ],\n      \"usedExports\": true,\n      \"providedExports\": null,\n      \"optimizationBailout\": [\n        \"ModuleConcatenation bailout: Module is not an ECMAScript module\"\n      ],\n      \"depth\": 2,\n      \"source\": \"!function(e,n){\\\"object\\\"==typeof exports&&\\\"object\\\"==typeof module?module.exports=n():\\\"function\\\"==typeof define&&define.amd?define(\\\"chrome-ext-messenger\\\",[],n):\\\"object\\\"==typeof exports?exports[\\\"chrome-ext-messenger\\\"]=n():e[\\\"chrome-ext-messenger\\\"]=n()}(this,function(){return function(e){function n(o){if(t[o])return t[o].exports;var r=t[o]={exports:{},id:o,loaded:!1};return e[o].call(r.exports,r,r.exports,n),r.loaded=!0,r.exports}var t={};return n.m=e,n.c=t,n.p=\\\"\\\",n(0)}([function(e,n,t){\\\"use strict\\\";var o=t(1),r=t(6),s=t(2),i=t(5),a=function(){s.constructorTweakMethods(\\\"Messenger\\\",this),this._myExtPart=s.getCurrentExtensionPart()};a.prototype.constructor=a,a.isMessengerPort=function(e){return 0===e.name.indexOf(i.MESSENGER_PORT_NAME_PREFIX)},a.prototype.initBackgroundHub=function(e){return this._myExtPart!==i.BACKGROUND?void s.log(\\\"warn\\\",\\\"[Messenger:initBackgroundHub]\\\",\\\"Ignoring BackgroundHub init request since not called from background context\\\"):this._backgroundHub?void s.log(\\\"warn\\\",\\\"[Messenger:initBackgroundHub]\\\",\\\"Ignoring BackgroundHub init request since it is already been inited\\\"):void(this._backgroundHub=new o(e))},a.prototype.initConnection=function(e,n){return e||s.log(\\\"error\\\",\\\"[Messenger:initConnection]\\\",'Missing \\\"name\\\" in arguments'),e===i.TO_NAME_WILDCARD&&s.log(\\\"error\\\",\\\"[Messenger:initConnection]\\\",'\\\"*\\\" is reserved as a wildcard identifier, please use another name'),new r(this._myExtPart,e,n)},e.exports=a},function(e,n,t){\\\"use strict\\\";Object.defineProperty(n,\\\"__esModule\\\",{value:!0});var o=t(2),r=t(5),s=1,i=function(e){o.constructorTweakMethods(\\\"BackgroundHub\\\",this),e=e||{},this._connectedHandler=e.connectedHandler,this._disconnectedHandler=e.disconnectedHandler,this._backgroundPorts={},this._contentScriptPorts={},this._popupPorts={},this._devtoolPorts={},chrome.runtime.onConnect.addListener(this._onPortConnected),window.mockPortOnConnect=this._onPortConnected};i.prototype.constructor=i,i.prototype._onPortConnected=function(e){o.log(\\\"log\\\",\\\"[BackgroundHub:runtime.onConnect]\\\",arguments),0===e.name.indexOf(r.MESSENGER_PORT_NAME_PREFIX)&&(e.onMessage.addListener(this._onPortMessageHandler),e.onDisconnect.addListener(this._onPortDisconnectionHandler))},i.prototype._onPortMessageHandler=function(e,n){switch(e.type){case r.INIT:this._initConnection(e,n);break;case r.MESSAGE:case r.RESPONSE:e.to||o.log(\\\"error\\\",\\\"[BackgroundHub:_onPortMessageHandler]\\\",'Missing \\\"to\\\" in message:',e),e.toNames||o.log(\\\"error\\\",\\\"[BackgroundHub:_onPortMessageHandler]\\\",'Missing \\\"toNames\\\" in message:',e),this._relayMessage(e,n);break;default:o.log(\\\"error\\\",\\\"[BackgroundHub:_onPortMessageHandler]\\\",\\\"Unknown message type: \\\"+e.type)}},i.prototype._getPortsObj=function(e){switch(e){case r.BACKGROUND:return this._backgroundPorts;case r.CONTENT_SCRIPT:return this._contentScriptPorts;case r.POPUP:return this._popupPorts;case r.DEVTOOL:return this._devtoolPorts;default:o.log(\\\"error\\\",\\\"[BackgroundHub:_onPortDisconnectionHandler]\\\",\\\"Unknown extension part: \\\"+e)}},i.prototype._initConnection=function(e,n){var t=function(e,t){var s=this._getPortsObj(e);if(s[t]=s[t]?s[t]:[],s[t].push(n),this._connectedHandler){var i=e!==r.BACKGROUND?t:null,a=o.removeMessengerPortNamePrefix(n.name);this._connectedHandler(e,a,i)}n.postMessage({from:r.BACKGROUND,type:r.INIT_SUCCESS})}.bind(this);if(e.from===r.BACKGROUND)t(r.BACKGROUND,s);else if(e.from===r.DEVTOOL)t(r.DEVTOOL,e.tabId);else if(e.from===r.CONTENT_SCRIPT)t(r.CONTENT_SCRIPT,n.sender.tab.id);else{if(e.from!==r.POPUP)throw new Error('Unknown \\\"from\\\" in message: '+e.from);t(r.POPUP,e.tabId)}},i.prototype._relayMessage=function(e,n){var t=e.from,i=e.to,a=e.toNames,c=e.toTabId,u=void 0;t===r.BACKGROUND?i!==r.BACKGROUND&&(u=c):t===r.DEVTOOL?u=e.tabId:t===r.POPUP?u=e.tabId:t===r.CONTENT_SCRIPT?u=n.sender.tab.id:o.log(\\\"error\\\",\\\"[BackgroundHub:_relayMessage]\\\",'Unknown \\\"from\\\" in message: '+t),e.fromTabId=u;var d=void 0;i===r.BACKGROUND?d=this._backgroundPorts[s]?this._backgroundPorts[s]:[]:i===r.DEVTOOL?d=this._devtoolPorts[u]?this._devtoolPorts[u]:[]:i===r.POPUP?d=this._popupPorts[u]?this._popupPorts[u]:[]:i===r.CONTENT_SCRIPT?d=this._contentScriptPorts[u]?this._contentScriptPorts[u]:[]:o.log(\\\"error\\\",\\\"[BackgroundHub:_relayMessage]\\\",'Unknown \\\"to\\\" in message: '+i),0===d.length&&o.log(\\\"info\\\",\\\"[BackgroundHub:_relayMessage]\\\",'Not sending relay because \\\"to\\\" port does not exist');var l=[];a.forEach(function(e){var n=d.filter(function(n){return n.name===e||e===r.TO_NAME_WILDCARD});n.length>0?n.forEach(function(e){l.indexOf(e)===-1&&l.push(e)}):o.log(\\\"warn\\\",\\\"[BackgroundHub:_relayMessage]\\\",\\\"Could not find any connections with this name (probably no such name):\\\",o.removeMessengerPortNamePrefix(e))}.bind(this)),e.fromPortSender=n.sender,l.forEach(function(n){n.postMessage(e)}.bind(this))},i.prototype._onPortDisconnectionHandler=function(e){e.onMessage.removeListener(this._onPortMessageHandler);var n=function(e,n){for(var t=this._getPortsObj(e),s=Object.keys(t),i=0;i<s.length;i++){for(var a=s[i],c=t[a],u=c.length,d=u;d>=0;d--){var l=c[d];if(l===n&&(o.log(\\\"log\\\",\\\"[BackgroundHub:_onPortDisconnectionHandler]\\\",\\\"Remove connection of port with unique id: \\\",a),c.splice(d,1),this._disconnectedHandler)){var p=e!==r.BACKGROUND?parseInt(a):null,f=o.removeMessengerPortNamePrefix(n.name);this._disconnectedHandler(e,f,p)}}0===t[a].length&&(o.log(\\\"log\\\",\\\"[BackgroundHub:_onPortDisconnectionHandler]\\\",\\\"Removing empty ports object for unique id: \\\",a),delete t[a])}}.bind(this);n(r.BACKGROUND,e),n(r.CONTENT_SCRIPT,e),n(r.POPUP,e),n(r.DEVTOOL,e)},n.default=i,e.exports=n.default},function(e,n,t){\\\"use strict\\\";Object.defineProperty(n,\\\"__esModule\\\",{value:!0});var o=t(3),r=t(5),s=new o({prefix:\\\"messenger-log\\\",markdown:!1}),i=new o({prefix:\\\"messenger-info\\\",markdown:!1}),a=new o({prefix:\\\"messenger-warn\\\",markdown:!1}),c=new o({prefix:\\\"messenger-error\\\",markdown:!1});o.disable(\\\"messenger*\\\",\\\"-messenger-error\\\",\\\"-messenger-warn\\\");var u={log:function(e){var n=Array.prototype.slice.call(arguments,1);switch(e){case\\\"log\\\":s.log.apply(s,n);break;case\\\"info\\\":i.info.apply(i,n);break;case\\\"warn\\\":a.warn.apply(a,n);break;case\\\"error\\\":throw c.error.apply(c,n),\\\"Messenger error occurred, check more information above...\\\";default:c.error(\\\"Unknown log level: \\\"+e)}},constructorTweakMethods:function(e,n){var t=function(t){var o=n[t];n[t]=function(){return s.log(\\\"[\\\"+e+\\\":\\\"+t+\\\"()]\\\",arguments),o.apply(n,arguments)}.bind(n)};for(var o in n)\\\"function\\\"==typeof n[o]&&t(o)},getCurrentExtensionPart:function(){var e=void 0;if(\\\"undefined\\\"!=typeof chrome)if(chrome.devtools)e=r.DEVTOOL;else if(chrome.extension&&\\\"function\\\"==typeof chrome.extension.getBackgroundPage){var n=chrome.extension.getBackgroundPage();e=n===window?r.BACKGROUND:r.POPUP}else e=r.CONTENT_SCRIPT;else c.error(\\\"Could not identify extension part... are you running in a chrome extension context?\\\");return s.log(\\\"detected current extension part: \\\"+e),e},removeMessengerPortNamePrefix:function(e){return e.replace(new RegExp(\\\"^\\\"+r.MESSENGER_PORT_NAME_PREFIX),\\\"\\\")}};n.default=u,e.exports=n.default},function(e,n,t){(function(n){!function(){\\\"use strict\\\";function t(e,n){return this instanceof t?(this.opts=o(e,n),p(this.opts.prefix,t._instances)?f(this.opts.prefix,t._instances):(t._instances.push(this),r(t._instances),s(),this)):new t(e,n)}function o(e,n){\\\"object\\\"==typeof e&&(n=e),n=n||{},\\\"string\\\"!=typeof e&&(e=n.prefix||\\\"\\\"),e=g(e);var t,o=Boolean(n.alignOutput),r=void 0===n.markdown||Boolean(n.markdown);return _()?(t=P[b%P.length],b+=1):m()&&(t=M()),{prefix:e,alignOutput:o,markdown:r,prefixColor:t}}function r(e){var n=e.sort(function(e,n){return n.opts.prefix.length-e.opts.prefix.length})[0];e.forEach(function(e){if(e.opts.alignOutput){var t=new Array(Math.max(n.opts.prefix.length-e.opts.prefix.length+1,0)).join(\\\" \\\");e.opts.prefix=e.opts.prefix+t}})}function s(){if(m()){var e=null;\\\"undefined\\\"!=typeof n&&void 0!==n.env&&(void 0!==n.env.NODE_DEBUG&&\\\"\\\"!==n.env.NODE_DEBUG?e=\\\"NODE_DEBUG\\\":void 0!==n.env.DEBUG&&\\\"\\\"!==n.env.DEBUG&&(e=\\\"DEBUG\\\"),e&&(t.disable(\\\"*\\\"),n.env[e].split(\\\",\\\").forEach(function(e){t.enable(e)})))}else _()&&window.localStorage&&\\\"string\\\"==typeof window.localStorage.getItem(\\\"debug\\\")&&(t.disable(\\\"*\\\"),window.localStorage.debug.split(\\\",\\\").forEach(function(e){t.enable(e)}))}function i(e){for(var n=[],t=a(e);t;)e=e.replace(t.rule.regexp,t.rule.replacer),_()&&(n.push(t.rule.style),n.push(\\\"\\\")),t=a(e);return{text:e,styles:n}}function a(e){var n=[],t=[];return _()?t=[{regexp:/\\\\*([^\\\\*]+)\\\\*/,replacer:function(e,n){return\\\"%c\\\"+n+\\\"%c\\\"},style:\\\"font-weight:bold;\\\"},{regexp:/_([^_]+)_/,replacer:function(e,n){return\\\"%c\\\"+n+\\\"%c\\\"},style:\\\"font-style:italic;\\\"},{regexp:/`([^`]+)`/,replacer:function(e,n){return\\\"%c\\\"+n+\\\"%c\\\"},style:\\\"background:#FDF6E3; color:#586E75; padding:1px 5px; border-radius:4px;\\\"}]:m()&&(t=[{regexp:/\\\\*([^\\\\*]+)\\\\*/,replacer:function(e,n){return\\\"\\u001b[\\\"+y.modifiers.bold[0]+\\\"m\\\"+n+\\\"\\u001b[\\\"+y.modifiers.bold[1]+\\\"m\\\"}},{regexp:/_([^_]+)_/,replacer:function(e,n){return\\\"\\u001b[\\\"+y.modifiers.italic[0]+\\\"m\\\"+n+\\\"\\u001b[\\\"+y.modifiers.italic[1]+\\\"m\\\"}},{regexp:/`([^`]+)`/,replacer:function(e,n){return\\\"\\u001b[\\\"+y.bgColors.bgYellow[0]+\\\"m\\u001b[\\\"+y.colors.black[0]+\\\"m \\\"+n+\\\" \\u001b[\\\"+y.colors.black[1]+\\\"m\\u001b[\\\"+y.bgColors.bgYellow[1]+\\\"m\\\"}}]),t.forEach(function(t){var o=e.match(t.regexp);o&&n.push({rule:t,match:o})}),0===n.length?null:(n.sort(function(e,n){return e.match.index-n.match.index}),n[0])}function c(e,n){var t,o=[];return n.opts.prefix?h()?(o.push(\\\"%c\\\"+n.opts.prefix+\\\"%c \\\"),o.push(\\\"color:\\\"+n.opts.prefixColor+\\\"; font-weight:bold;\\\",\\\"\\\")):o.push(\\\"[\\\"+n.prefix+\\\"] \\\"):o.push(\\\"\\\"),\\\"string\\\"==typeof e[0]?n.opts.markdown&&h()?(t=i(e[0]),o[0]=o[0]+t.text,o=o.concat(t.styles)):o[0]=o[0]+e[0]:o[0]=e[0],e.length>1&&(o=o.concat(e.splice(1))),o}function u(e,n,t){var o=[];return t.opts.prefix&&(h()?o[0]=\\\"\\u001b[\\\"+t.opts.prefixColor[0]+\\\"m\\u001b[\\\"+y.modifiers.bold[0]+\\\"m\\\"+t.opts.prefix+\\\"\\u001b[\\\"+y.modifiers.bold[1]+\\\"m\\u001b[\\\"+t.opts.prefixColor[1]+\\\"m\\\":o[0]=\\\"[\\\"+t.opts.prefix+\\\"]\\\"),\\\"warn\\\"===n?o[0]=\\\"\\u001b[\\\"+y.colors.yellow[0]+\\\"m⚠\\u001b[\\\"+y.colors.yellow[1]+\\\"m \\\"+(o[0]||\\\"\\\"):\\\"error\\\"===n?o[0]=\\\"\\u001b[\\\"+y.colors.red[0]+\\\"m✖\\u001b[\\\"+y.colors.red[1]+\\\"m \\\"+(o[0]||\\\"\\\"):\\\"info\\\"===n?o[0]=\\\"\\u001b[\\\"+y.colors.blue[0]+\\\"mℹ\\u001b[\\\"+y.colors.blue[1]+\\\"m \\\"+(o[0]||\\\"\\\"):\\\"debug\\\"===n&&(o[0]=\\\"\\u001b[\\\"+y.colors.gray[0]+\\\"m🐛\\u001b[\\\"+y.colors.gray[1]+\\\"m \\\"+(o[0]||\\\"\\\")),e.forEach(function(e){\\\"string\\\"==typeof e&&t.opts.markdown?o.push(i(e).text):o.push(e)}),o}function d(e){var n=!1;return E.forEach(function(t){\\\"enable\\\"===t.type&&t.regExp.test(e.opts.prefix)?n=!1:\\\"disable\\\"===t.type&&t.regExp.test(e.opts.prefix)&&(n=!0)}),n}function l(e){return new RegExp(\\\"^\\\"+e.replace(/\\\\*/g,\\\".*?\\\")+\\\"$\\\")}function p(e,n){var t=!1;return n.forEach(function(n){if(n.opts.prefix===e)return void(t=!0)}),t}function f(e,n){var t;return n.forEach(function(n){if(n.opts.prefix===e)return void(t=n)}),t}function g(e){return\\\"string\\\"==typeof e?e.replace(/%c/g,\\\"\\\"):e}function h(){if(_()){var e=\\\"WebkitAppearance\\\"in document.documentElement.style,t=window.console&&(console.firebug||console.exception&&console.table),o=navigator.userAgent.toLowerCase().match(/firefox\\\\/(\\\\d+)/)&&parseInt(RegExp.$1,10)>=31;return e||t||o}if(m())return!(n.stdout&&!n.stdout.isTTY)&&(\\\"win32\\\"===n.platform||(\\\"COLORTERM\\\"in n.env||\\\"dumb\\\"!==n.env.TERM&&!!/^screen|^xterm|^vt100|color|ansi|cygwin|linux/i.test(n.env.TERM)))}function m(){return\\\"undefined\\\"!=typeof e&&\\\"undefined\\\"!=typeof e.exports}function _(){return\\\"undefined\\\"!=typeof window}var b=0,P=[\\\"#B58900\\\",\\\"#CB4B16\\\",\\\"#DC322F\\\",\\\"#D33682\\\",\\\"#6C71C4\\\",\\\"#268BD2\\\",\\\"#2AA198\\\",\\\"#859900\\\"],y={modifiers:{reset:[0,0],bold:[1,22],dim:[2,22],italic:[3,23],underline:[4,24],inverse:[7,27],hidden:[8,28],strikethrough:[9,29]},colors:{black:[30,39],red:[31,39],green:[32,39],yellow:[33,39],blue:[34,39],magenta:[35,39],cyan:[36,39],white:[37,39],gray:[90,39]},bgColors:{bgBlack:[40,49],bgRed:[41,49],bgGreen:[42,49],bgYellow:[43,49],bgBlue:[44,49],bgMagenta:[45,49],bgCyan:[46,49],bgWhite:[47,49]}},E=[];t._instances=[],t.enable=function(){Array.prototype.forEach.call(arguments,function(e){\\\"-\\\"===e[0]&&t.disable(e.substr(1));var n=l(e);\\\"*\\\"===e?E=[]:E.push({type:\\\"enable\\\",regExp:n})})},t.disable=function(){Array.prototype.forEach.call(arguments,function(e){\\\"-\\\"===e[0]&&t.enable(e.substr(1));var n=l(e);\\\"*\\\"===e?E=[{type:\\\"disable\\\",regExp:n}]:E.push({type:\\\"disable\\\",regExp:n})})};var v=[\\\"debug\\\",\\\"log\\\",\\\"info\\\",\\\"warn\\\",\\\"error\\\"];v.forEach(function(e){t.prototype[e]=function(){if(!d(this)){var n,t=Array.prototype.slice.call(arguments,0);_()?(n=c(t,this),Function.prototype.apply.call(console[e]||console.log,console,n)):m()&&(n=u(t,e,this),(console[e]||console.log).apply(console,n))}}});var M=function(){var e=0,n=[[31,39],[32,39],[33,39],[34,39],[35,39],[36,39]];return function(){return e+=1,n[e%n.length]}}();m()?e.exports=t:_()&&(window.Logdown=t)}()}).call(n,t(4))},function(e,n){function t(){throw new Error(\\\"setTimeout has not been defined\\\")}function o(){throw new Error(\\\"clearTimeout has not been defined\\\")}function r(e){if(d===setTimeout)return setTimeout(e,0);if((d===t||!d)&&setTimeout)return d=setTimeout,setTimeout(e,0);try{return d(e,0)}catch(n){try{return d.call(null,e,0)}catch(n){return d.call(this,e,0)}}}function s(e){if(l===clearTimeout)return clearTimeout(e);if((l===o||!l)&&clearTimeout)return l=clearTimeout,clearTimeout(e);try{return l(e)}catch(n){try{return l.call(null,e)}catch(n){return l.call(this,e)}}}function i(){h&&f&&(h=!1,f.length?g=f.concat(g):m=-1,g.length&&a())}function a(){if(!h){var e=r(i);h=!0;for(var n=g.length;n;){for(f=g,g=[];++m<n;)f&&f[m].run();m=-1,n=g.length}f=null,h=!1,s(e)}}function c(e,n){this.fun=e,this.array=n}function u(){}var d,l,p=e.exports={};!function(){try{d=\\\"function\\\"==typeof setTimeout?setTimeout:t}catch(e){d=t}try{l=\\\"function\\\"==typeof clearTimeout?clearTimeout:o}catch(e){l=o}}();var f,g=[],h=!1,m=-1;p.nextTick=function(e){var n=new Array(arguments.length-1);if(arguments.length>1)for(var t=1;t<arguments.length;t++)n[t-1]=arguments[t];g.push(new c(e,n)),1!==g.length||h||r(a)},c.prototype.run=function(){this.fun.apply(null,this.array)},p.title=\\\"browser\\\",p.browser=!0,p.env={},p.argv=[],p.version=\\\"\\\",p.versions={},p.on=u,p.addListener=u,p.once=u,p.off=u,p.removeListener=u,p.removeAllListeners=u,p.emit=u,p.prependListener=u,p.prependOnceListener=u,p.listeners=function(e){return[]},p.binding=function(e){throw new Error(\\\"process.binding is not supported\\\")},p.cwd=function(){return\\\"/\\\"},p.chdir=function(e){throw new Error(\\\"process.chdir is not supported\\\")},p.umask=function(){return 0}},function(e,n){\\\"use strict\\\";Object.defineProperty(n,\\\"__esModule\\\",{value:!0});var t={MESSENGER_PORT_NAME_PREFIX:\\\"__messenger__\\\",TO_NAME_WILDCARD:\\\"*\\\",BACKGROUND:\\\"background\\\",POPUP:\\\"popup\\\",DEVTOOL:\\\"devtool\\\",CONTENT_SCRIPT:\\\"content_script\\\",INIT:\\\"init\\\",INIT_SUCCESS:\\\"init_success\\\",MESSAGE:\\\"message\\\",RESPONSE:\\\"response\\\"};n.default=t,e.exports=n.default},function(e,n,t){\\\"use strict\\\";Object.defineProperty(n,\\\"__esModule\\\",{value:!0});var o=t(7),r=t(2),s=t(5),i=500,a=1e5,c=5e3,u=function(e,n,t){r.constructorTweakMethods(\\\"Connection\\\",this),this._init(e,n,t)};u.prototype.constructor=u,u.prototype._init=function(e,n,t){switch(this._port=null,this._inited=!1,this._pendingInitMessages=[],this._pendingCb={},this._cbId=0,this._pendingCbCleanupIndex=0,this._myExtPart=e,this._myName=s.MESSENGER_PORT_NAME_PREFIX+n,this._userMessageHandler=t||function(){},this._myExtPart){case s.BACKGROUND:case s.CONTENT_SCRIPT:case s.POPUP:case s.DEVTOOL:var a=function(e){r.log(\\\"log\\\",\\\"[Connection:_init]\\\",\\\"Attempting connection initing...\\\"),this._port=this._myExtPart===s.BACKGROUND?new o({name:this._myName}):chrome.runtime.connect({name:this._myName}),this._port.onMessage.addListener(this._onPortMessageHandler),this._port.postMessage({type:s.INIT,from:this._myExtPart,tabId:e});var n=arguments,t=setTimeout(function(){this._inited?clearTimeout(t):(this._port.disconnect(),a.apply(this,n))}.bind(this),i)}.bind(this);switch(this._myExtPart){case s.BACKGROUND:case s.CONTENT_SCRIPT:a();break;case s.POPUP:chrome.tabs.query({active:!0,currentWindow:!0},function(e){a(e[0].id)});break;case s.DEVTOOL:a(chrome.devtools.inspectedWindow.tabId)}break;default:r.log(\\\"error\\\",\\\"[Connection:_init]\\\",\\\"Unknown extension part: \\\"+e)}},u.prototype._attemptDeadCbCleanup=function(){if(Object.keys(this._pendingCb).length>a){r.log(\\\"log\\\",\\\"[Connection:_attemptDeadCbCleanup]\\\",\\\"Attempting dead callback cleaning... current callbacks number:\\\".Object.keys(this._pendingCb).length);for(var e=this._pendingCbCleanupIndex+c;this._pendingCbCleanupIndex<e;)delete this._pendingCb[this._pendingCbCleanupIndex],this._pendingCbCleanupIndex++;r.log(\\\"log\\\",\\\"[Connection:_attemptDeadCbCleanup]\\\",\\\"New callbacks number after cleaning done:\\\",Object.keys(this._pendingCb).length)}},u.prototype._prepareMessage=function(e,n){var t=this;return new Promise(function(o){switch(n&&(t._cbId++,t._pendingCb[t._cbId]=n,e.cbId=t._cbId,t._attemptDeadCbCleanup()),t._myExtPart){case s.DEVTOOL:e.tabId=chrome.devtools.inspectedWindow.tabId,o();break;case s.POPUP:chrome.tabs.query({active:!0,currentWindow:!0},function(n){e.tabId=n[0].id,o()}.bind(t));break;default:o()}})},u.prototype._postMessage=function(e,n,t){var o=this;this._prepareMessage(n,t).then(function(){o._inited?e.postMessage(n):o._pendingInitMessages.push(n)})},u.prototype._postResponse=function(e,n,t){var o={from:this._myExtPart,to:t.from,toNames:[t.fromName],type:s.RESPONSE,cbId:t.cbId,cbValue:n};this._myExtPart===s.BACKGROUND&&(o.toTabId=t.fromTabId),this._postMessage(e,o)},u.prototype._handleMessage=function(e,n){var t=function(t){e.cbId&&this._postResponse(n,t,e)}.bind(this),o=r.removeMessengerPortNamePrefix(e.fromName),i=e.fromTabId&&e.from!==s.BACKGROUND?\\\":\\\"+e.fromTabId:null,a=e.from+\\\":\\\"+o+(i?\\\":\\\"+i:\\\"\\\");this._userMessageHandler(e.userMessage,a,e.fromPortSender,t)},u.prototype._handleResponse=function(e){if(this._pendingCb[e.cbId]){var n=this._pendingCb[e.cbId];delete this._pendingCb[e.cbId],n(e.cbValue)}else r.log(\\\"info\\\",\\\"[Connection:_handleResponse]\\\",\\\"Ignoring response sending because callback does not exist (probably already been called)\\\")},u.prototype._sendMessage=function(e,n,t,o,r,i){t=this._addMessengerPortNamePrefix(t);var a={from:this._myExtPart,fromName:this._myName,to:n,toNames:t,toTabId:o,type:s.MESSAGE,userMessage:r};this._postMessage(e,a,i)},u.prototype._addMessengerPortNamePrefix=function(e){return e.map(function(e){return e===s.TO_NAME_WILDCARD?e:s.MESSENGER_PORT_NAME_PREFIX+e})},u.prototype._validateMessage=function(e,n,t){if(!e)return'Missing extension part in \\\"to\\\" argument';if(e!==s.BACKGROUND&&e!==s.CONTENT_SCRIPT&&e!==s.DEVTOOL&&e!==s.POPUP)return'Unknown extension part in \\\"to\\\" argument: '+e+\\\"\\\\nSupported parts are: \\\"+s.BACKGROUND+\\\", \\\"+s.CONTENT_SCRIPT+\\\", \\\"+s.POPUP+\\\", \\\"+s.DEVTOOL;if(!n)return'Missing connection name in \\\"to\\\" argument';if(this._myExtPart===s.BACKGROUND&&e!==s.BACKGROUND){if(!t)return'Messages from background to other extension parts must have a tab id in \\\"to\\\" argument';if(!Number.isInteger(parseFloat(t)))return\\\"Tab id to send message to must be a valid number\\\"}},u.prototype._onPortMessageHandler=function(e,n){switch(e.type){case s.INIT_SUCCESS:this._inited=!0,this._pendingInitMessages.forEach(function(e){this._port.postMessage(e)}.bind(this));break;case s.MESSAGE:case s.RESPONSE:e.to||r.log(\\\"error\\\",\\\"[Connection:_onPortMessageHandler]\\\",'Missing \\\"to\\\" in message: ',e),e.toNames||r.log(\\\"error\\\",\\\"[Connection:_onPortMessageHandler]\\\",'Missing \\\"toNames\\\" in message: ',e),e.type===s.MESSAGE?this._handleMessage(e,n):e.type===s.RESPONSE&&this._handleResponse(e);break;default:r.log(\\\"error\\\",\\\"[Connection:_onPortMessageHandler]\\\",\\\"Unknown message type: \\\"+e.type)}},u.prototype.sendMessage=function(e,n){var t=this,o=arguments;return new Promise(function(s,i){if(e||r.log(\\\"error\\\",\\\"[Connection:sendMessage]\\\",'Missing \\\"to\\\" arguments'),!t._port)return r.log(\\\"info\\\",\\\"[Connection:sendMessage]\\\",\\\"Rejecting sendMessage because connection does not exist anymore\\\"),i(new Error(\\\"Connection port does not exist anymore, did you disconnect it?\\\"));var a=void 0;try{a=e.split(\\\":\\\")}catch(n){r.log(\\\"error\\\",\\\"[Connection:sendMessage]\\\",'Invalid format given in \\\"to\\\" argument: '+e,o)}var c=a[0],u=a[1],d=a[2],l=t._validateMessage(c,u,d);l&&r.log(\\\"error\\\",\\\"[Connection:sendMessage]\\\",l,o);var p=u.split(\\\",\\\");t._sendMessage(t._port,c,p,d,n,s)})},u.prototype.disconnect=function(){this._port&&(this._port.disconnect(),this._port=null)},n.default=u,e.exports=n.default},function(e,n,t){\\\"use strict\\\";Object.defineProperty(n,\\\"__esModule\\\",{value:!0});var o=t(2),r=function(e){o.constructorTweakMethods(\\\"MockPort\\\",this);var n=this._createMockPort(e),t=this._createMockPort(e);return this._linkMocks(n,t),\\\"function\\\"==typeof window.mockPortOnConnect&&window.mockPortOnConnect(t),n};r.prototype.constructor=r,r.prototype._createMockPort=function(e){var n={_connected:!0,_name:e.name,onMessageListeners:[],onDisconnectListeners:[]};return Object.defineProperty(n,\\\"name\\\",{get:function(){return n._name}}),Object.defineProperty(n,\\\"onMessage\\\",{get:function(){return{addListener:function(e){n.onMessageListeners.push(e)},removeListener:function(e){var t=n.onMessageListeners.indexOf(e);t!==-1&&n.onMessageListeners.splice(t,1)}}}}),Object.defineProperty(n,\\\"onDisconnect\\\",{get:function(){return{addListener:function(e){n.onDisconnectListeners.push(e)},removeListener:function(e){var t=n.onDisconnectListeners.indexOf(e);t!==-1&&n.onDisconnectListeners.splice(t,1)}}}}),Object.defineProperty(n,\\\"sender\\\",{get:function(){return{id:chrome.runtime.id}}}),n.postMessage=function(e){n._connected?n.__targetRefPort?n.__targetRefPort.__invokeOnMessageHandlers(e):o.log(\\\"warn\\\",\\\"[MockPort:postMessage]\\\",\\\"Missing __targetRefPort\\\",arguments):o.log(\\\"warn\\\",\\\"[MockPort:postMessage]\\\",\\\"Attempting to post message on a disconnected mock port\\\",e)},n.disconnect=function(){n._connected=!1,n.__targetRefPort?n.__targetRefPort.__invokeOnDisconnectHandlers():o.log(\\\"warn\\\",\\\"[MockPort:postMessage]\\\",\\\"Missing __targetRefPort\\\",arguments),n._onMessageListeners=[],n._onDisconnectListeners=[]},n.__invokeOnMessageHandlers=function(e){n.onMessageListeners.forEach(function(t){t(e,n)})},n.__invokeOnDisconnectHandlers=function(){n.onDisconnectListeners.forEach(function(e){e(n)})},n},r.prototype._linkMocks=function(e,n){e.__targetRefPort=n,n.__targetRefPort=e},n.default=r,e.exports=n.default}])});\\n//# sourceMappingURL=chrome-ext-messenger.min.js.map\"\n    },\n    {\n      \"id\": 63,\n      \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_ListCache.js\",\n      \"name\": \"./node_modules/lodash/_ListCache.js\",\n      \"index\": 49,\n      \"index2\": 49,\n      \"size\": 869,\n      \"cacheable\": true,\n      \"built\": true,\n      \"optional\": false,\n      \"prefetched\": false,\n      \"chunks\": [\n        2\n      ],\n      \"issuer\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_Stack.js\",\n      \"issuerId\": 139,\n      \"issuerName\": \"./node_modules/lodash/_Stack.js\",\n      \"issuerPath\": [\n        {\n          \"id\": 191,\n          \"identifier\": \"multi /Users/jarred/Code/styleurl/webpack/customPublicPath /Users/jarred/Code/styleurl/chrome/extension/background\",\n          \"name\": \"multi ./webpack/customPublicPath ./chrome/extension/background\",\n          \"profile\": {\n            \"factory\": 0,\n            \"building\": 0,\n            \"dependencies\": 54\n          }\n        },\n        {\n          \"id\": 192,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/background.js\",\n          \"name\": \"./chrome/extension/background.js\",\n          \"profile\": {\n            \"factory\": 54,\n            \"building\": 639,\n            \"dependencies\": 140\n          }\n        },\n        {\n          \"id\": 193,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/findIndex.js\",\n          \"name\": \"./node_modules/lodash/findIndex.js\",\n          \"profile\": {\n            \"factory\": 140,\n            \"building\": 568,\n            \"dependencies\": 1\n          }\n        },\n        {\n          \"id\": 195,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_baseIteratee.js\",\n          \"name\": \"./node_modules/lodash/_baseIteratee.js\",\n          \"profile\": {\n            \"factory\": 245,\n            \"building\": 75,\n            \"dependencies\": 1\n          }\n        },\n        {\n          \"id\": 196,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_baseMatches.js\",\n          \"name\": \"./node_modules/lodash/_baseMatches.js\",\n          \"profile\": {\n            \"factory\": 82,\n            \"building\": 104,\n            \"dependencies\": 78\n          }\n        },\n        {\n          \"id\": 197,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_baseIsMatch.js\",\n          \"name\": \"./node_modules/lodash/_baseIsMatch.js\",\n          \"profile\": {\n            \"factory\": 78,\n            \"building\": 19,\n            \"dependencies\": 1\n          }\n        },\n        {\n          \"id\": 139,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_Stack.js\",\n          \"name\": \"./node_modules/lodash/_Stack.js\",\n          \"profile\": {\n            \"factory\": 41,\n            \"building\": 34\n          }\n        }\n      ],\n      \"profile\": {\n        \"factory\": 41,\n        \"building\": 20,\n        \"dependencies\": 0\n      },\n      \"failed\": false,\n      \"errors\": 0,\n      \"warnings\": 0,\n      \"assets\": [],\n      \"reasons\": [\n        {\n          \"moduleId\": 139,\n          \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_Stack.js\",\n          \"module\": \"./node_modules/lodash/_Stack.js\",\n          \"moduleName\": \"./node_modules/lodash/_Stack.js\",\n          \"type\": \"cjs require\",\n          \"userRequest\": \"./_ListCache\",\n          \"loc\": \"1:16-39\"\n        },\n        {\n          \"moduleId\": 203,\n          \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_stackClear.js\",\n          \"module\": \"./node_modules/lodash/_stackClear.js\",\n          \"moduleName\": \"./node_modules/lodash/_stackClear.js\",\n          \"type\": \"cjs require\",\n          \"userRequest\": \"./_ListCache\",\n          \"loc\": \"1:16-39\"\n        },\n        {\n          \"moduleId\": 207,\n          \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_stackSet.js\",\n          \"module\": \"./node_modules/lodash/_stackSet.js\",\n          \"moduleName\": \"./node_modules/lodash/_stackSet.js\",\n          \"type\": \"cjs require\",\n          \"userRequest\": \"./_ListCache\",\n          \"loc\": \"1:16-39\"\n        },\n        {\n          \"moduleId\": 208,\n          \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_mapCacheClear.js\",\n          \"module\": \"./node_modules/lodash/_mapCacheClear.js\",\n          \"moduleName\": \"./node_modules/lodash/_mapCacheClear.js\",\n          \"type\": \"cjs require\",\n          \"userRequest\": \"./_ListCache\",\n          \"loc\": \"2:16-39\"\n        }\n      ],\n      \"usedExports\": true,\n      \"providedExports\": null,\n      \"optimizationBailout\": [\n        \"ModuleConcatenation bailout: Module is not an ECMAScript module\"\n      ],\n      \"depth\": 7,\n      \"source\": \"var listCacheClear = require('./_listCacheClear'),\\n    listCacheDelete = require('./_listCacheDelete'),\\n    listCacheGet = require('./_listCacheGet'),\\n    listCacheHas = require('./_listCacheHas'),\\n    listCacheSet = require('./_listCacheSet');\\n\\n/**\\n * Creates an list cache object.\\n *\\n * @private\\n * @constructor\\n * @param {Array} [entries] The key-value pairs to cache.\\n */\\nfunction ListCache(entries) {\\n  var index = -1,\\n      length = entries == null ? 0 : entries.length;\\n\\n  this.clear();\\n  while (++index < length) {\\n    var entry = entries[index];\\n    this.set(entry[0], entry[1]);\\n  }\\n}\\n\\n// Add methods to `ListCache`.\\nListCache.prototype.clear = listCacheClear;\\nListCache.prototype['delete'] = listCacheDelete;\\nListCache.prototype.get = listCacheGet;\\nListCache.prototype.has = listCacheHas;\\nListCache.prototype.set = listCacheSet;\\n\\nmodule.exports = ListCache;\\n\"\n    },\n    {\n      \"id\": 64,\n      \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_assocIndexOf.js\",\n      \"name\": \"./node_modules/lodash/_assocIndexOf.js\",\n      \"index\": 52,\n      \"index2\": 44,\n      \"size\": 487,\n      \"cacheable\": true,\n      \"built\": true,\n      \"optional\": false,\n      \"prefetched\": false,\n      \"chunks\": [\n        2\n      ],\n      \"issuer\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_listCacheDelete.js\",\n      \"issuerId\": 199,\n      \"issuerName\": \"./node_modules/lodash/_listCacheDelete.js\",\n      \"issuerPath\": [\n        {\n          \"id\": 191,\n          \"identifier\": \"multi /Users/jarred/Code/styleurl/webpack/customPublicPath /Users/jarred/Code/styleurl/chrome/extension/background\",\n          \"name\": \"multi ./webpack/customPublicPath ./chrome/extension/background\",\n          \"profile\": {\n            \"factory\": 0,\n            \"building\": 0,\n            \"dependencies\": 54\n          }\n        },\n        {\n          \"id\": 192,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/background.js\",\n          \"name\": \"./chrome/extension/background.js\",\n          \"profile\": {\n            \"factory\": 54,\n            \"building\": 639,\n            \"dependencies\": 140\n          }\n        },\n        {\n          \"id\": 193,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/findIndex.js\",\n          \"name\": \"./node_modules/lodash/findIndex.js\",\n          \"profile\": {\n            \"factory\": 140,\n            \"building\": 568,\n            \"dependencies\": 1\n          }\n        },\n        {\n          \"id\": 195,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_baseIteratee.js\",\n          \"name\": \"./node_modules/lodash/_baseIteratee.js\",\n          \"profile\": {\n            \"factory\": 245,\n            \"building\": 75,\n            \"dependencies\": 1\n          }\n        },\n        {\n          \"id\": 196,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_baseMatches.js\",\n          \"name\": \"./node_modules/lodash/_baseMatches.js\",\n          \"profile\": {\n            \"factory\": 82,\n            \"building\": 104,\n            \"dependencies\": 78\n          }\n        },\n        {\n          \"id\": 197,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_baseIsMatch.js\",\n          \"name\": \"./node_modules/lodash/_baseIsMatch.js\",\n          \"profile\": {\n            \"factory\": 78,\n            \"building\": 19,\n            \"dependencies\": 1\n          }\n        },\n        {\n          \"id\": 139,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_Stack.js\",\n          \"name\": \"./node_modules/lodash/_Stack.js\",\n          \"profile\": {\n            \"factory\": 41,\n            \"building\": 34\n          }\n        },\n        {\n          \"id\": 63,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_ListCache.js\",\n          \"name\": \"./node_modules/lodash/_ListCache.js\",\n          \"profile\": {\n            \"factory\": 41,\n            \"building\": 20,\n            \"dependencies\": 0\n          }\n        },\n        {\n          \"id\": 199,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_listCacheDelete.js\",\n          \"name\": \"./node_modules/lodash/_listCacheDelete.js\",\n          \"profile\": {\n            \"factory\": 21,\n            \"building\": 38,\n            \"dependencies\": 42\n          }\n        }\n      ],\n      \"profile\": {\n        \"factory\": 42,\n        \"building\": 21,\n        \"dependencies\": 0\n      },\n      \"failed\": false,\n      \"errors\": 0,\n      \"warnings\": 0,\n      \"assets\": [],\n      \"reasons\": [\n        {\n          \"moduleId\": 199,\n          \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_listCacheDelete.js\",\n          \"module\": \"./node_modules/lodash/_listCacheDelete.js\",\n          \"moduleName\": \"./node_modules/lodash/_listCacheDelete.js\",\n          \"type\": \"cjs require\",\n          \"userRequest\": \"./_assocIndexOf\",\n          \"loc\": \"1:19-45\"\n        },\n        {\n          \"moduleId\": 200,\n          \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_listCacheGet.js\",\n          \"module\": \"./node_modules/lodash/_listCacheGet.js\",\n          \"moduleName\": \"./node_modules/lodash/_listCacheGet.js\",\n          \"type\": \"cjs require\",\n          \"userRequest\": \"./_assocIndexOf\",\n          \"loc\": \"1:19-45\"\n        },\n        {\n          \"moduleId\": 201,\n          \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_listCacheHas.js\",\n          \"module\": \"./node_modules/lodash/_listCacheHas.js\",\n          \"moduleName\": \"./node_modules/lodash/_listCacheHas.js\",\n          \"type\": \"cjs require\",\n          \"userRequest\": \"./_assocIndexOf\",\n          \"loc\": \"1:19-45\"\n        },\n        {\n          \"moduleId\": 202,\n          \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_listCacheSet.js\",\n          \"module\": \"./node_modules/lodash/_listCacheSet.js\",\n          \"moduleName\": \"./node_modules/lodash/_listCacheSet.js\",\n          \"type\": \"cjs require\",\n          \"userRequest\": \"./_assocIndexOf\",\n          \"loc\": \"1:19-45\"\n        }\n      ],\n      \"usedExports\": true,\n      \"providedExports\": null,\n      \"optimizationBailout\": [\n        \"ModuleConcatenation bailout: Module is not an ECMAScript module\"\n      ],\n      \"depth\": 9,\n      \"source\": \"var eq = require('./eq');\\n\\n/**\\n * Gets the index at which the `key` is found in `array` of key-value pairs.\\n *\\n * @private\\n * @param {Array} array The array to inspect.\\n * @param {*} key The key to search for.\\n * @returns {number} Returns the index of the matched value, else `-1`.\\n */\\nfunction assocIndexOf(array, key) {\\n  var length = array.length;\\n  while (length--) {\\n    if (eq(array[length][0], key)) {\\n      return length;\\n    }\\n  }\\n  return -1;\\n}\\n\\nmodule.exports = assocIndexOf;\\n\"\n    },\n    {\n      \"id\": 65,\n      \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_nativeCreate.js\",\n      \"name\": \"./node_modules/lodash/_nativeCreate.js\",\n      \"index\": 81,\n      \"index2\": 69,\n      \"size\": 187,\n      \"cacheable\": true,\n      \"built\": true,\n      \"optional\": false,\n      \"prefetched\": false,\n      \"chunks\": [\n        2\n      ],\n      \"issuer\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_hashClear.js\",\n      \"issuerId\": 210,\n      \"issuerName\": \"./node_modules/lodash/_hashClear.js\",\n      \"issuerPath\": [\n        {\n          \"id\": 191,\n          \"identifier\": \"multi /Users/jarred/Code/styleurl/webpack/customPublicPath /Users/jarred/Code/styleurl/chrome/extension/background\",\n          \"name\": \"multi ./webpack/customPublicPath ./chrome/extension/background\",\n          \"profile\": {\n            \"factory\": 0,\n            \"building\": 0,\n            \"dependencies\": 54\n          }\n        },\n        {\n          \"id\": 192,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/background.js\",\n          \"name\": \"./chrome/extension/background.js\",\n          \"profile\": {\n            \"factory\": 54,\n            \"building\": 639,\n            \"dependencies\": 140\n          }\n        },\n        {\n          \"id\": 193,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/findIndex.js\",\n          \"name\": \"./node_modules/lodash/findIndex.js\",\n          \"profile\": {\n            \"factory\": 140,\n            \"building\": 568,\n            \"dependencies\": 1\n          }\n        },\n        {\n          \"id\": 195,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_baseIteratee.js\",\n          \"name\": \"./node_modules/lodash/_baseIteratee.js\",\n          \"profile\": {\n            \"factory\": 245,\n            \"building\": 75,\n            \"dependencies\": 1\n          }\n        },\n        {\n          \"id\": 196,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_baseMatches.js\",\n          \"name\": \"./node_modules/lodash/_baseMatches.js\",\n          \"profile\": {\n            \"factory\": 82,\n            \"building\": 104,\n            \"dependencies\": 78\n          }\n        },\n        {\n          \"id\": 197,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_baseIsMatch.js\",\n          \"name\": \"./node_modules/lodash/_baseIsMatch.js\",\n          \"profile\": {\n            \"factory\": 78,\n            \"building\": 19,\n            \"dependencies\": 1\n          }\n        },\n        {\n          \"id\": 139,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_Stack.js\",\n          \"name\": \"./node_modules/lodash/_Stack.js\",\n          \"profile\": {\n            \"factory\": 41,\n            \"building\": 34\n          }\n        },\n        {\n          \"id\": 207,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_stackSet.js\",\n          \"name\": \"./node_modules/lodash/_stackSet.js\",\n          \"profile\": {\n            \"factory\": 41,\n            \"building\": 20,\n            \"dependencies\": 0\n          }\n        },\n        {\n          \"id\": 93,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_MapCache.js\",\n          \"name\": \"./node_modules/lodash/_MapCache.js\",\n          \"profile\": {\n            \"factory\": 19,\n            \"building\": 39\n          }\n        },\n        {\n          \"id\": 208,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_mapCacheClear.js\",\n          \"name\": \"./node_modules/lodash/_mapCacheClear.js\",\n          \"profile\": {\n            \"factory\": 41,\n            \"building\": 23,\n            \"dependencies\": 94\n          }\n        },\n        {\n          \"id\": 209,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_Hash.js\",\n          \"name\": \"./node_modules/lodash/_Hash.js\",\n          \"profile\": {\n            \"factory\": 95,\n            \"building\": 24\n          }\n        },\n        {\n          \"id\": 210,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_hashClear.js\",\n          \"name\": \"./node_modules/lodash/_hashClear.js\",\n          \"profile\": {\n            \"factory\": 13,\n            \"building\": 30,\n            \"dependencies\": 80\n          }\n        }\n      ],\n      \"profile\": {\n        \"factory\": 80,\n        \"building\": 9,\n        \"dependencies\": 0\n      },\n      \"failed\": false,\n      \"errors\": 0,\n      \"warnings\": 0,\n      \"assets\": [],\n      \"reasons\": [\n        {\n          \"moduleId\": 210,\n          \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_hashClear.js\",\n          \"module\": \"./node_modules/lodash/_hashClear.js\",\n          \"moduleName\": \"./node_modules/lodash/_hashClear.js\",\n          \"type\": \"cjs require\",\n          \"userRequest\": \"./_nativeCreate\",\n          \"loc\": \"1:19-45\"\n        },\n        {\n          \"moduleId\": 212,\n          \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_hashGet.js\",\n          \"module\": \"./node_modules/lodash/_hashGet.js\",\n          \"moduleName\": \"./node_modules/lodash/_hashGet.js\",\n          \"type\": \"cjs require\",\n          \"userRequest\": \"./_nativeCreate\",\n          \"loc\": \"1:19-45\"\n        },\n        {\n          \"moduleId\": 213,\n          \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_hashHas.js\",\n          \"module\": \"./node_modules/lodash/_hashHas.js\",\n          \"moduleName\": \"./node_modules/lodash/_hashHas.js\",\n          \"type\": \"cjs require\",\n          \"userRequest\": \"./_nativeCreate\",\n          \"loc\": \"1:19-45\"\n        },\n        {\n          \"moduleId\": 214,\n          \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_hashSet.js\",\n          \"module\": \"./node_modules/lodash/_hashSet.js\",\n          \"moduleName\": \"./node_modules/lodash/_hashSet.js\",\n          \"type\": \"cjs require\",\n          \"userRequest\": \"./_nativeCreate\",\n          \"loc\": \"1:19-45\"\n        }\n      ],\n      \"usedExports\": true,\n      \"providedExports\": null,\n      \"optimizationBailout\": [\n        \"ModuleConcatenation bailout: Module is not an ECMAScript module\"\n      ],\n      \"depth\": 12,\n      \"source\": \"var getNative = require('./_getNative');\\n\\n/* Built-in method references that are verified to be native. */\\nvar nativeCreate = getNative(Object, 'create');\\n\\nmodule.exports = nativeCreate;\\n\"\n    },\n    {\n      \"id\": 66,\n      \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_getMapData.js\",\n      \"name\": \"./node_modules/lodash/_getMapData.js\",\n      \"index\": 87,\n      \"index2\": 78,\n      \"size\": 400,\n      \"cacheable\": true,\n      \"built\": true,\n      \"optional\": false,\n      \"prefetched\": false,\n      \"chunks\": [\n        2\n      ],\n      \"issuer\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_mapCacheDelete.js\",\n      \"issuerId\": 215,\n      \"issuerName\": \"./node_modules/lodash/_mapCacheDelete.js\",\n      \"issuerPath\": [\n        {\n          \"id\": 191,\n          \"identifier\": \"multi /Users/jarred/Code/styleurl/webpack/customPublicPath /Users/jarred/Code/styleurl/chrome/extension/background\",\n          \"name\": \"multi ./webpack/customPublicPath ./chrome/extension/background\",\n          \"profile\": {\n            \"factory\": 0,\n            \"building\": 0,\n            \"dependencies\": 54\n          }\n        },\n        {\n          \"id\": 192,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/background.js\",\n          \"name\": \"./chrome/extension/background.js\",\n          \"profile\": {\n            \"factory\": 54,\n            \"building\": 639,\n            \"dependencies\": 140\n          }\n        },\n        {\n          \"id\": 193,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/findIndex.js\",\n          \"name\": \"./node_modules/lodash/findIndex.js\",\n          \"profile\": {\n            \"factory\": 140,\n            \"building\": 568,\n            \"dependencies\": 1\n          }\n        },\n        {\n          \"id\": 195,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_baseIteratee.js\",\n          \"name\": \"./node_modules/lodash/_baseIteratee.js\",\n          \"profile\": {\n            \"factory\": 245,\n            \"building\": 75,\n            \"dependencies\": 1\n          }\n        },\n        {\n          \"id\": 196,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_baseMatches.js\",\n          \"name\": \"./node_modules/lodash/_baseMatches.js\",\n          \"profile\": {\n            \"factory\": 82,\n            \"building\": 104,\n            \"dependencies\": 78\n          }\n        },\n        {\n          \"id\": 197,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_baseIsMatch.js\",\n          \"name\": \"./node_modules/lodash/_baseIsMatch.js\",\n          \"profile\": {\n            \"factory\": 78,\n            \"building\": 19,\n            \"dependencies\": 1\n          }\n        },\n        {\n          \"id\": 139,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_Stack.js\",\n          \"name\": \"./node_modules/lodash/_Stack.js\",\n          \"profile\": {\n            \"factory\": 41,\n            \"building\": 34\n          }\n        },\n        {\n          \"id\": 207,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_stackSet.js\",\n          \"name\": \"./node_modules/lodash/_stackSet.js\",\n          \"profile\": {\n            \"factory\": 41,\n            \"building\": 20,\n            \"dependencies\": 0\n          }\n        },\n        {\n          \"id\": 93,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_MapCache.js\",\n          \"name\": \"./node_modules/lodash/_MapCache.js\",\n          \"profile\": {\n            \"factory\": 19,\n            \"building\": 39\n          }\n        },\n        {\n          \"id\": 215,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_mapCacheDelete.js\",\n          \"name\": \"./node_modules/lodash/_mapCacheDelete.js\",\n          \"profile\": {\n            \"factory\": 41,\n            \"building\": 23,\n            \"dependencies\": 94\n          }\n        }\n      ],\n      \"profile\": {\n        \"factory\": 94,\n        \"building\": 24\n      },\n      \"failed\": false,\n      \"errors\": 0,\n      \"warnings\": 0,\n      \"assets\": [],\n      \"reasons\": [\n        {\n          \"moduleId\": 215,\n          \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_mapCacheDelete.js\",\n          \"module\": \"./node_modules/lodash/_mapCacheDelete.js\",\n          \"moduleName\": \"./node_modules/lodash/_mapCacheDelete.js\",\n          \"type\": \"cjs require\",\n          \"userRequest\": \"./_getMapData\",\n          \"loc\": \"1:17-41\"\n        },\n        {\n          \"moduleId\": 217,\n          \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_mapCacheGet.js\",\n          \"module\": \"./node_modules/lodash/_mapCacheGet.js\",\n          \"moduleName\": \"./node_modules/lodash/_mapCacheGet.js\",\n          \"type\": \"cjs require\",\n          \"userRequest\": \"./_getMapData\",\n          \"loc\": \"1:17-41\"\n        },\n        {\n          \"moduleId\": 218,\n          \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_mapCacheHas.js\",\n          \"module\": \"./node_modules/lodash/_mapCacheHas.js\",\n          \"moduleName\": \"./node_modules/lodash/_mapCacheHas.js\",\n          \"type\": \"cjs require\",\n          \"userRequest\": \"./_getMapData\",\n          \"loc\": \"1:17-41\"\n        },\n        {\n          \"moduleId\": 219,\n          \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_mapCacheSet.js\",\n          \"module\": \"./node_modules/lodash/_mapCacheSet.js\",\n          \"moduleName\": \"./node_modules/lodash/_mapCacheSet.js\",\n          \"type\": \"cjs require\",\n          \"userRequest\": \"./_getMapData\",\n          \"loc\": \"1:17-41\"\n        }\n      ],\n      \"usedExports\": true,\n      \"providedExports\": null,\n      \"optimizationBailout\": [\n        \"ModuleConcatenation bailout: Module is not an ECMAScript module\"\n      ],\n      \"depth\": 10,\n      \"source\": \"var isKeyable = require('./_isKeyable');\\n\\n/**\\n * Gets the data for `map`.\\n *\\n * @private\\n * @param {Object} map The map to query.\\n * @param {string} key The reference key.\\n * @returns {*} Returns the map data.\\n */\\nfunction getMapData(map, key) {\\n  var data = map.__data__;\\n  return isKeyable(key)\\n    ? data[typeof key == 'string' ? 'string' : 'hash']\\n    : data.map;\\n}\\n\\nmodule.exports = getMapData;\\n\"\n    },\n    {\n      \"id\": 67,\n      \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/isSymbol.js\",\n      \"name\": \"./node_modules/lodash/isSymbol.js\",\n      \"index\": 145,\n      \"index2\": 136,\n      \"size\": 682,\n      \"cacheable\": true,\n      \"built\": true,\n      \"optional\": false,\n      \"prefetched\": false,\n      \"chunks\": [\n        2\n      ],\n      \"issuer\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_isKey.js\",\n      \"issuerId\": 100,\n      \"issuerName\": \"./node_modules/lodash/_isKey.js\",\n      \"issuerPath\": [\n        {\n          \"id\": 191,\n          \"identifier\": \"multi /Users/jarred/Code/styleurl/webpack/customPublicPath /Users/jarred/Code/styleurl/chrome/extension/background\",\n          \"name\": \"multi ./webpack/customPublicPath ./chrome/extension/background\",\n          \"profile\": {\n            \"factory\": 0,\n            \"building\": 0,\n            \"dependencies\": 54\n          }\n        },\n        {\n          \"id\": 192,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/background.js\",\n          \"name\": \"./chrome/extension/background.js\",\n          \"profile\": {\n            \"factory\": 54,\n            \"building\": 639,\n            \"dependencies\": 140\n          }\n        },\n        {\n          \"id\": 193,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/findIndex.js\",\n          \"name\": \"./node_modules/lodash/findIndex.js\",\n          \"profile\": {\n            \"factory\": 140,\n            \"building\": 568,\n            \"dependencies\": 1\n          }\n        },\n        {\n          \"id\": 195,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_baseIteratee.js\",\n          \"name\": \"./node_modules/lodash/_baseIteratee.js\",\n          \"profile\": {\n            \"factory\": 245,\n            \"building\": 75,\n            \"dependencies\": 1\n          }\n        },\n        {\n          \"id\": 237,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_baseMatchesProperty.js\",\n          \"name\": \"./node_modules/lodash/_baseMatchesProperty.js\",\n          \"profile\": {\n            \"factory\": 82,\n            \"building\": 104,\n            \"dependencies\": 78\n          }\n        },\n        {\n          \"id\": 100,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_isKey.js\",\n          \"name\": \"./node_modules/lodash/_isKey.js\",\n          \"profile\": {\n            \"factory\": 78,\n            \"building\": 20,\n            \"dependencies\": 38\n          }\n        }\n      ],\n      \"profile\": {\n        \"factory\": 38,\n        \"building\": 36,\n        \"dependencies\": 0\n      },\n      \"failed\": false,\n      \"errors\": 0,\n      \"warnings\": 0,\n      \"assets\": [],\n      \"reasons\": [\n        {\n          \"moduleId\": 68,\n          \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_toKey.js\",\n          \"module\": \"./node_modules/lodash/_toKey.js\",\n          \"moduleName\": \"./node_modules/lodash/_toKey.js\",\n          \"type\": \"cjs require\",\n          \"userRequest\": \"./isSymbol\",\n          \"loc\": \"1:15-36\"\n        },\n        {\n          \"moduleId\": 100,\n          \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_isKey.js\",\n          \"module\": \"./node_modules/lodash/_isKey.js\",\n          \"moduleName\": \"./node_modules/lodash/_isKey.js\",\n          \"type\": \"cjs require\",\n          \"userRequest\": \"./isSymbol\",\n          \"loc\": \"2:15-36\"\n        },\n        {\n          \"moduleId\": 243,\n          \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_baseToString.js\",\n          \"module\": \"./node_modules/lodash/_baseToString.js\",\n          \"moduleName\": \"./node_modules/lodash/_baseToString.js\",\n          \"type\": \"cjs require\",\n          \"userRequest\": \"./isSymbol\",\n          \"loc\": \"4:15-36\"\n        },\n        {\n          \"moduleId\": 252,\n          \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/toNumber.js\",\n          \"module\": \"./node_modules/lodash/toNumber.js\",\n          \"moduleName\": \"./node_modules/lodash/toNumber.js\",\n          \"type\": \"cjs require\",\n          \"userRequest\": \"./isSymbol\",\n          \"loc\": \"2:15-36\"\n        }\n      ],\n      \"usedExports\": true,\n      \"providedExports\": null,\n      \"optimizationBailout\": [\n        \"ModuleConcatenation bailout: Module is not an ECMAScript module\"\n      ],\n      \"depth\": 6,\n      \"source\": \"var baseGetTag = require('./_baseGetTag'),\\n    isObjectLike = require('./isObjectLike');\\n\\n/** `Object#toString` result references. */\\nvar symbolTag = '[object Symbol]';\\n\\n/**\\n * Checks if `value` is classified as a `Symbol` primitive or object.\\n *\\n * @static\\n * @memberOf _\\n * @since 4.0.0\\n * @category Lang\\n * @param {*} value The value to check.\\n * @returns {boolean} Returns `true` if `value` is a symbol, else `false`.\\n * @example\\n *\\n * _.isSymbol(Symbol.iterator);\\n * // => true\\n *\\n * _.isSymbol('abc');\\n * // => false\\n */\\nfunction isSymbol(value) {\\n  return typeof value == 'symbol' ||\\n    (isObjectLike(value) && baseGetTag(value) == symbolTag);\\n}\\n\\nmodule.exports = isSymbol;\\n\"\n    },\n    {\n      \"id\": 68,\n      \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_toKey.js\",\n      \"name\": \"./node_modules/lodash/_toKey.js\",\n      \"index\": 152,\n      \"index2\": 145,\n      \"size\": 523,\n      \"cacheable\": true,\n      \"built\": true,\n      \"optional\": false,\n      \"prefetched\": false,\n      \"chunks\": [\n        2\n      ],\n      \"issuer\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_baseMatchesProperty.js\",\n      \"issuerId\": 237,\n      \"issuerName\": \"./node_modules/lodash/_baseMatchesProperty.js\",\n      \"issuerPath\": [\n        {\n          \"id\": 191,\n          \"identifier\": \"multi /Users/jarred/Code/styleurl/webpack/customPublicPath /Users/jarred/Code/styleurl/chrome/extension/background\",\n          \"name\": \"multi ./webpack/customPublicPath ./chrome/extension/background\",\n          \"profile\": {\n            \"factory\": 0,\n            \"building\": 0,\n            \"dependencies\": 54\n          }\n        },\n        {\n          \"id\": 192,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/background.js\",\n          \"name\": \"./chrome/extension/background.js\",\n          \"profile\": {\n            \"factory\": 54,\n            \"building\": 639,\n            \"dependencies\": 140\n          }\n        },\n        {\n          \"id\": 193,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/findIndex.js\",\n          \"name\": \"./node_modules/lodash/findIndex.js\",\n          \"profile\": {\n            \"factory\": 140,\n            \"building\": 568,\n            \"dependencies\": 1\n          }\n        },\n        {\n          \"id\": 195,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_baseIteratee.js\",\n          \"name\": \"./node_modules/lodash/_baseIteratee.js\",\n          \"profile\": {\n            \"factory\": 245,\n            \"building\": 75,\n            \"dependencies\": 1\n          }\n        },\n        {\n          \"id\": 237,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_baseMatchesProperty.js\",\n          \"name\": \"./node_modules/lodash/_baseMatchesProperty.js\",\n          \"profile\": {\n            \"factory\": 82,\n            \"building\": 104,\n            \"dependencies\": 78\n          }\n        }\n      ],\n      \"profile\": {\n        \"factory\": 78,\n        \"building\": 20,\n        \"dependencies\": 38\n      },\n      \"failed\": false,\n      \"errors\": 0,\n      \"warnings\": 0,\n      \"assets\": [],\n      \"reasons\": [\n        {\n          \"moduleId\": 145,\n          \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_baseGet.js\",\n          \"module\": \"./node_modules/lodash/_baseGet.js\",\n          \"moduleName\": \"./node_modules/lodash/_baseGet.js\",\n          \"type\": \"cjs require\",\n          \"userRequest\": \"./_toKey\",\n          \"loc\": \"2:12-31\"\n        },\n        {\n          \"moduleId\": 237,\n          \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_baseMatchesProperty.js\",\n          \"module\": \"./node_modules/lodash/_baseMatchesProperty.js\",\n          \"moduleName\": \"./node_modules/lodash/_baseMatchesProperty.js\",\n          \"type\": \"cjs require\",\n          \"userRequest\": \"./_toKey\",\n          \"loc\": \"7:12-31\"\n        },\n        {\n          \"moduleId\": 246,\n          \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_hasPath.js\",\n          \"module\": \"./node_modules/lodash/_hasPath.js\",\n          \"moduleName\": \"./node_modules/lodash/_hasPath.js\",\n          \"type\": \"cjs require\",\n          \"userRequest\": \"./_toKey\",\n          \"loc\": \"6:12-31\"\n        },\n        {\n          \"moduleId\": 247,\n          \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/property.js\",\n          \"module\": \"./node_modules/lodash/property.js\",\n          \"moduleName\": \"./node_modules/lodash/property.js\",\n          \"type\": \"cjs require\",\n          \"userRequest\": \"./_toKey\",\n          \"loc\": \"4:12-31\"\n        }\n      ],\n      \"usedExports\": true,\n      \"providedExports\": null,\n      \"optimizationBailout\": [\n        \"ModuleConcatenation bailout: Module is not an ECMAScript module\"\n      ],\n      \"depth\": 5,\n      \"source\": \"var isSymbol = require('./isSymbol');\\n\\n/** Used as references for various `Number` constants. */\\nvar INFINITY = 1 / 0;\\n\\n/**\\n * Converts `value` to a string key if it's not a string or symbol.\\n *\\n * @private\\n * @param {*} value The value to inspect.\\n * @returns {string|symbol} Returns the key.\\n */\\nfunction toKey(value) {\\n  if (typeof value == 'string' || isSymbol(value)) {\\n    return value;\\n  }\\n  var result = (value + '');\\n  return (result == '0' && (1 / value) == -INFINITY) ? '-0' : result;\\n}\\n\\nmodule.exports = toKey;\\n\"\n    },\n    {\n      \"id\": 69,\n      \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/memfs/lib/index.js\",\n      \"name\": \"./node_modules/memfs/lib/index.js\",\n      \"index\": 214,\n      \"index2\": 251,\n      \"size\": 1866,\n      \"cacheable\": true,\n      \"built\": true,\n      \"optional\": false,\n      \"prefetched\": false,\n      \"chunks\": [\n        2\n      ],\n      \"issuer\": \"/Users/jarred/Code/styleurl/node_modules/native-css/src/native-css.js\",\n      \"issuerId\": 257,\n      \"issuerName\": \"./node_modules/native-css/src/native-css.js\",\n      \"issuerPath\": [\n        {\n          \"id\": 191,\n          \"identifier\": \"multi /Users/jarred/Code/styleurl/webpack/customPublicPath /Users/jarred/Code/styleurl/chrome/extension/background\",\n          \"name\": \"multi ./webpack/customPublicPath ./chrome/extension/background\",\n          \"profile\": {\n            \"factory\": 0,\n            \"building\": 0,\n            \"dependencies\": 54\n          }\n        },\n        {\n          \"id\": 192,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/background.js\",\n          \"name\": \"./chrome/extension/background.js\",\n          \"profile\": {\n            \"factory\": 54,\n            \"building\": 639,\n            \"dependencies\": 140\n          }\n        },\n        {\n          \"id\": 255,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/stylesheet-differ/lib/index.js\",\n          \"name\": \"./node_modules/stylesheet-differ/lib/index.js\",\n          \"profile\": {\n            \"factory\": 140,\n            \"building\": 568,\n            \"dependencies\": 1\n          }\n        },\n        {\n          \"id\": 256,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/native-css/index.js\",\n          \"name\": \"./node_modules/native-css/index.js\",\n          \"profile\": {\n            \"factory\": 189,\n            \"building\": 603,\n            \"dependencies\": 1\n          }\n        },\n        {\n          \"id\": 257,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/native-css/src/native-css.js\",\n          \"name\": \"./node_modules/native-css/src/native-css.js\",\n          \"profile\": {\n            \"factory\": 26,\n            \"building\": 63,\n            \"dependencies\": 14\n          }\n        }\n      ],\n      \"profile\": {\n        \"factory\": 117,\n        \"building\": 25,\n        \"dependencies\": 27\n      },\n      \"failed\": false,\n      \"errors\": 0,\n      \"warnings\": 0,\n      \"assets\": [],\n      \"reasons\": [\n        {\n          \"moduleId\": 257,\n          \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/native-css/src/native-css.js\",\n          \"module\": \"./node_modules/native-css/src/native-css.js\",\n          \"moduleName\": \"./node_modules/native-css/src/native-css.js\",\n          \"type\": \"cjs require\",\n          \"userRequest\": \"fs\",\n          \"loc\": \"95:11-24\"\n        },\n        {\n          \"moduleId\": 257,\n          \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/native-css/src/native-css.js\",\n          \"module\": \"./node_modules/native-css/src/native-css.js\",\n          \"moduleName\": \"./node_modules/native-css/src/native-css.js\",\n          \"type\": \"cjs require\",\n          \"userRequest\": \"fs\",\n          \"loc\": \"126:7-20\"\n        },\n        {\n          \"moduleId\": 259,\n          \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/native-css/lib/index.js\",\n          \"module\": \"./node_modules/native-css/lib/index.js\",\n          \"moduleName\": \"./node_modules/native-css/lib/index.js\",\n          \"type\": \"cjs require\",\n          \"userRequest\": \"fs\",\n          \"loc\": \"1:9-22\"\n        },\n        {\n          \"moduleId\": 285,\n          \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/css/lib/stringify/source-map-support.js\",\n          \"module\": \"./node_modules/css/lib/stringify/source-map-support.js\",\n          \"moduleName\": \"./node_modules/css/lib/stringify/source-map-support.js\",\n          \"type\": \"cjs require\",\n          \"userRequest\": \"fs\",\n          \"loc\": \"10:9-22\"\n        }\n      ],\n      \"usedExports\": true,\n      \"providedExports\": null,\n      \"optimizationBailout\": [\n        \"ModuleConcatenation bailout: Module is not an ECMAScript module\"\n      ],\n      \"depth\": 5,\n      \"source\": \"\\\"use strict\\\";\\nvar __assign = (this && this.__assign) || Object.assign || function(t) {\\n    for (var s, i = 1, n = arguments.length; i < n; i++) {\\n        s = arguments[i];\\n        for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p))\\n            t[p] = s[p];\\n    }\\n    return t;\\n};\\nObject.defineProperty(exports, \\\"__esModule\\\", { value: true });\\nvar node_1 = require(\\\"./node\\\");\\nvar volume_1 = require(\\\"./volume\\\");\\nvar _a = require('fs-monkey/lib/util/lists'), fsSyncMethods = _a.fsSyncMethods, fsAsyncMethods = _a.fsAsyncMethods;\\nvar constants_1 = require(\\\"./constants\\\");\\nvar F_OK = constants_1.constants.F_OK, R_OK = constants_1.constants.R_OK, W_OK = constants_1.constants.W_OK, X_OK = constants_1.constants.X_OK;\\nexports.Volume = volume_1.Volume;\\n// Default volume.\\nexports.vol = new volume_1.Volume;\\nfunction createFsFromVolume(vol) {\\n    var fs = { F_OK: F_OK, R_OK: R_OK, W_OK: W_OK, X_OK: X_OK, constants: constants_1.constants, Stats: node_1.Stats };\\n    // Bind FS methods.\\n    for (var _i = 0, fsSyncMethods_1 = fsSyncMethods; _i < fsSyncMethods_1.length; _i++) {\\n        var method = fsSyncMethods_1[_i];\\n        if (typeof vol[method] === 'function')\\n            fs[method] = vol[method].bind(vol);\\n    }\\n    for (var _a = 0, fsAsyncMethods_1 = fsAsyncMethods; _a < fsAsyncMethods_1.length; _a++) {\\n        var method = fsAsyncMethods_1[_a];\\n        if (typeof vol[method] === 'function')\\n            fs[method] = vol[method].bind(vol);\\n    }\\n    fs.StatWatcher = vol.StatWatcher;\\n    fs.FSWatcher = vol.FSWatcher;\\n    fs.WriteStream = vol.WriteStream;\\n    fs.ReadStream = vol.ReadStream;\\n    fs._toUnixTimestamp = volume_1.toUnixTimestamp;\\n    return fs;\\n}\\nexports.createFsFromVolume = createFsFromVolume;\\nexports.fs = createFsFromVolume(exports.vol);\\nmodule.exports = __assign({}, module.exports, exports.fs);\\nmodule.exports.semantic = true;\\n\"\n    },\n    {\n      \"id\": 70,\n      \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/path-browserify/index.js\",\n      \"name\": \"./node_modules/path-browserify/index.js\",\n      \"index\": 221,\n      \"index2\": 213,\n      \"size\": 6185,\n      \"cacheable\": true,\n      \"built\": true,\n      \"optional\": false,\n      \"prefetched\": false,\n      \"chunks\": [\n        2\n      ],\n      \"issuer\": \"/Users/jarred/Code/styleurl/node_modules/memfs/lib/volume.js\",\n      \"issuerId\": 260,\n      \"issuerName\": \"./node_modules/memfs/lib/volume.js\",\n      \"issuerPath\": [\n        {\n          \"id\": 191,\n          \"identifier\": \"multi /Users/jarred/Code/styleurl/webpack/customPublicPath /Users/jarred/Code/styleurl/chrome/extension/background\",\n          \"name\": \"multi ./webpack/customPublicPath ./chrome/extension/background\",\n          \"profile\": {\n            \"factory\": 0,\n            \"building\": 0,\n            \"dependencies\": 54\n          }\n        },\n        {\n          \"id\": 192,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/background.js\",\n          \"name\": \"./chrome/extension/background.js\",\n          \"profile\": {\n            \"factory\": 54,\n            \"building\": 639,\n            \"dependencies\": 140\n          }\n        },\n        {\n          \"id\": 255,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/stylesheet-differ/lib/index.js\",\n          \"name\": \"./node_modules/stylesheet-differ/lib/index.js\",\n          \"profile\": {\n            \"factory\": 140,\n            \"building\": 568,\n            \"dependencies\": 1\n          }\n        },\n        {\n          \"id\": 256,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/native-css/index.js\",\n          \"name\": \"./node_modules/native-css/index.js\",\n          \"profile\": {\n            \"factory\": 189,\n            \"building\": 603,\n            \"dependencies\": 1\n          }\n        },\n        {\n          \"id\": 257,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/native-css/src/native-css.js\",\n          \"name\": \"./node_modules/native-css/src/native-css.js\",\n          \"profile\": {\n            \"factory\": 26,\n            \"building\": 63,\n            \"dependencies\": 14\n          }\n        },\n        {\n          \"id\": 69,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/memfs/lib/index.js\",\n          \"name\": \"./node_modules/memfs/lib/index.js\",\n          \"profile\": {\n            \"factory\": 117,\n            \"building\": 25,\n            \"dependencies\": 27\n          }\n        },\n        {\n          \"id\": 260,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/memfs/lib/volume.js\",\n          \"name\": \"./node_modules/memfs/lib/volume.js\",\n          \"profile\": {\n            \"factory\": 51,\n            \"building\": 84,\n            \"dependencies\": 2\n          }\n        }\n      ],\n      \"profile\": {\n        \"factory\": 133,\n        \"building\": 20,\n        \"dependencies\": 1\n      },\n      \"failed\": false,\n      \"errors\": 0,\n      \"warnings\": 0,\n      \"assets\": [],\n      \"reasons\": [\n        {\n          \"moduleId\": 260,\n          \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/memfs/lib/volume.js\",\n          \"module\": \"./node_modules/memfs/lib/volume.js\",\n          \"moduleName\": \"./node_modules/memfs/lib/volume.js\",\n          \"type\": \"cjs require\",\n          \"userRequest\": \"path\",\n          \"loc\": \"13:13-28\"\n        },\n        {\n          \"moduleId\": 260,\n          \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/memfs/lib/volume.js\",\n          \"module\": \"./node_modules/memfs/lib/volume.js\",\n          \"moduleName\": \"./node_modules/memfs/lib/volume.js\",\n          \"type\": \"cjs require\",\n          \"userRequest\": \"path\",\n          \"loc\": \"14:17-32\"\n        },\n        {\n          \"moduleId\": 285,\n          \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/css/lib/stringify/source-map-support.js\",\n          \"module\": \"./node_modules/css/lib/stringify/source-map-support.js\",\n          \"moduleName\": \"./node_modules/css/lib/stringify/source-map-support.js\",\n          \"type\": \"cjs require\",\n          \"userRequest\": \"path\",\n          \"loc\": \"11:11-26\"\n        },\n        {\n          \"moduleId\": 292,\n          \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/urix/index.js\",\n          \"module\": \"./node_modules/urix/index.js\",\n          \"moduleName\": \"./node_modules/urix/index.js\",\n          \"type\": \"cjs require\",\n          \"userRequest\": \"path\",\n          \"loc\": \"4:11-26\"\n        }\n      ],\n      \"usedExports\": true,\n      \"providedExports\": null,\n      \"optimizationBailout\": [\n        \"ModuleConcatenation bailout: Module is not an ECMAScript module\"\n      ],\n      \"depth\": 7,\n      \"source\": \"// Copyright Joyent, Inc. and other Node contributors.\\n//\\n// Permission is hereby granted, free of charge, to any person obtaining a\\n// copy of this software and associated documentation files (the\\n// \\\"Software\\\"), to deal in the Software without restriction, including\\n// without limitation the rights to use, copy, modify, merge, publish,\\n// distribute, sublicense, and/or sell copies of the Software, and to permit\\n// persons to whom the Software is furnished to do so, subject to the\\n// following conditions:\\n//\\n// The above copyright notice and this permission notice shall be included\\n// in all copies or substantial portions of the Software.\\n//\\n// THE SOFTWARE IS PROVIDED \\\"AS IS\\\", WITHOUT WARRANTY OF ANY KIND, EXPRESS\\n// OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\\n// MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN\\n// NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM,\\n// DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR\\n// OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE\\n// USE OR OTHER DEALINGS IN THE SOFTWARE.\\n\\n// resolves . and .. elements in a path array with directory names there\\n// must be no slashes, empty elements, or device names (c:\\\\) in the array\\n// (so also no leading and trailing slashes - it does not distinguish\\n// relative and absolute paths)\\nfunction normalizeArray(parts, allowAboveRoot) {\\n  // if the path tries to go above the root, `up` ends up > 0\\n  var up = 0;\\n  for (var i = parts.length - 1; i >= 0; i--) {\\n    var last = parts[i];\\n    if (last === '.') {\\n      parts.splice(i, 1);\\n    } else if (last === '..') {\\n      parts.splice(i, 1);\\n      up++;\\n    } else if (up) {\\n      parts.splice(i, 1);\\n      up--;\\n    }\\n  }\\n\\n  // if the path is allowed to go above the root, restore leading ..s\\n  if (allowAboveRoot) {\\n    for (; up--; up) {\\n      parts.unshift('..');\\n    }\\n  }\\n\\n  return parts;\\n}\\n\\n// Split a filename into [root, dir, basename, ext], unix version\\n// 'root' is just a slash, or nothing.\\nvar splitPathRe =\\n    /^(\\\\/?|)([\\\\s\\\\S]*?)((?:\\\\.{1,2}|[^\\\\/]+?|)(\\\\.[^.\\\\/]*|))(?:[\\\\/]*)$/;\\nvar splitPath = function(filename) {\\n  return splitPathRe.exec(filename).slice(1);\\n};\\n\\n// path.resolve([from ...], to)\\n// posix version\\nexports.resolve = function() {\\n  var resolvedPath = '',\\n      resolvedAbsolute = false;\\n\\n  for (var i = arguments.length - 1; i >= -1 && !resolvedAbsolute; i--) {\\n    var path = (i >= 0) ? arguments[i] : process.cwd();\\n\\n    // Skip empty and invalid entries\\n    if (typeof path !== 'string') {\\n      throw new TypeError('Arguments to path.resolve must be strings');\\n    } else if (!path) {\\n      continue;\\n    }\\n\\n    resolvedPath = path + '/' + resolvedPath;\\n    resolvedAbsolute = path.charAt(0) === '/';\\n  }\\n\\n  // At this point the path should be resolved to a full absolute path, but\\n  // handle relative paths to be safe (might happen when process.cwd() fails)\\n\\n  // Normalize the path\\n  resolvedPath = normalizeArray(filter(resolvedPath.split('/'), function(p) {\\n    return !!p;\\n  }), !resolvedAbsolute).join('/');\\n\\n  return ((resolvedAbsolute ? '/' : '') + resolvedPath) || '.';\\n};\\n\\n// path.normalize(path)\\n// posix version\\nexports.normalize = function(path) {\\n  var isAbsolute = exports.isAbsolute(path),\\n      trailingSlash = substr(path, -1) === '/';\\n\\n  // Normalize the path\\n  path = normalizeArray(filter(path.split('/'), function(p) {\\n    return !!p;\\n  }), !isAbsolute).join('/');\\n\\n  if (!path && !isAbsolute) {\\n    path = '.';\\n  }\\n  if (path && trailingSlash) {\\n    path += '/';\\n  }\\n\\n  return (isAbsolute ? '/' : '') + path;\\n};\\n\\n// posix version\\nexports.isAbsolute = function(path) {\\n  return path.charAt(0) === '/';\\n};\\n\\n// posix version\\nexports.join = function() {\\n  var paths = Array.prototype.slice.call(arguments, 0);\\n  return exports.normalize(filter(paths, function(p, index) {\\n    if (typeof p !== 'string') {\\n      throw new TypeError('Arguments to path.join must be strings');\\n    }\\n    return p;\\n  }).join('/'));\\n};\\n\\n\\n// path.relative(from, to)\\n// posix version\\nexports.relative = function(from, to) {\\n  from = exports.resolve(from).substr(1);\\n  to = exports.resolve(to).substr(1);\\n\\n  function trim(arr) {\\n    var start = 0;\\n    for (; start < arr.length; start++) {\\n      if (arr[start] !== '') break;\\n    }\\n\\n    var end = arr.length - 1;\\n    for (; end >= 0; end--) {\\n      if (arr[end] !== '') break;\\n    }\\n\\n    if (start > end) return [];\\n    return arr.slice(start, end - start + 1);\\n  }\\n\\n  var fromParts = trim(from.split('/'));\\n  var toParts = trim(to.split('/'));\\n\\n  var length = Math.min(fromParts.length, toParts.length);\\n  var samePartsLength = length;\\n  for (var i = 0; i < length; i++) {\\n    if (fromParts[i] !== toParts[i]) {\\n      samePartsLength = i;\\n      break;\\n    }\\n  }\\n\\n  var outputParts = [];\\n  for (var i = samePartsLength; i < fromParts.length; i++) {\\n    outputParts.push('..');\\n  }\\n\\n  outputParts = outputParts.concat(toParts.slice(samePartsLength));\\n\\n  return outputParts.join('/');\\n};\\n\\nexports.sep = '/';\\nexports.delimiter = ':';\\n\\nexports.dirname = function(path) {\\n  var result = splitPath(path),\\n      root = result[0],\\n      dir = result[1];\\n\\n  if (!root && !dir) {\\n    // No dirname whatsoever\\n    return '.';\\n  }\\n\\n  if (dir) {\\n    // It has a dirname, strip trailing slash\\n    dir = dir.substr(0, dir.length - 1);\\n  }\\n\\n  return root + dir;\\n};\\n\\n\\nexports.basename = function(path, ext) {\\n  var f = splitPath(path)[2];\\n  // TODO: make this comparison case-insensitive on windows?\\n  if (ext && f.substr(-1 * ext.length) === ext) {\\n    f = f.substr(0, f.length - ext.length);\\n  }\\n  return f;\\n};\\n\\n\\nexports.extname = function(path) {\\n  return splitPath(path)[3];\\n};\\n\\nfunction filter (xs, f) {\\n    if (xs.filter) return xs.filter(f);\\n    var res = [];\\n    for (var i = 0; i < xs.length; i++) {\\n        if (f(xs[i], i, xs)) res.push(xs[i]);\\n    }\\n    return res;\\n}\\n\\n// String.prototype.substr - negative index don't work in IE8\\nvar substr = 'ab'.substr(-1) === 'b'\\n    ? function (str, start, len) { return str.substr(start, len) }\\n    : function (str, start, len) {\\n        if (start < 0) start = str.length + start;\\n        return str.substr(start, len);\\n    }\\n;\\n\"\n    },\n    {\n      \"id\": 71,\n      \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/safe-buffer/index.js\",\n      \"name\": \"./node_modules/safe-buffer/index.js\",\n      \"index\": 243,\n      \"index2\": 231,\n      \"size\": 1529,\n      \"cacheable\": true,\n      \"built\": true,\n      \"optional\": false,\n      \"prefetched\": false,\n      \"chunks\": [\n        2\n      ],\n      \"issuer\": \"/Users/jarred/Code/styleurl/node_modules/string_decoder/lib/string_decoder.js\",\n      \"issuerId\": 60,\n      \"issuerName\": \"./node_modules/string_decoder/lib/string_decoder.js\",\n      \"issuerPath\": [\n        {\n          \"id\": 191,\n          \"identifier\": \"multi /Users/jarred/Code/styleurl/webpack/customPublicPath /Users/jarred/Code/styleurl/chrome/extension/background\",\n          \"name\": \"multi ./webpack/customPublicPath ./chrome/extension/background\",\n          \"profile\": {\n            \"factory\": 0,\n            \"building\": 0,\n            \"dependencies\": 54\n          }\n        },\n        {\n          \"id\": 192,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/background.js\",\n          \"name\": \"./chrome/extension/background.js\",\n          \"profile\": {\n            \"factory\": 54,\n            \"building\": 639,\n            \"dependencies\": 140\n          }\n        },\n        {\n          \"id\": 255,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/stylesheet-differ/lib/index.js\",\n          \"name\": \"./node_modules/stylesheet-differ/lib/index.js\",\n          \"profile\": {\n            \"factory\": 140,\n            \"building\": 568,\n            \"dependencies\": 1\n          }\n        },\n        {\n          \"id\": 256,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/native-css/index.js\",\n          \"name\": \"./node_modules/native-css/index.js\",\n          \"profile\": {\n            \"factory\": 189,\n            \"building\": 603,\n            \"dependencies\": 1\n          }\n        },\n        {\n          \"id\": 257,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/native-css/src/native-css.js\",\n          \"name\": \"./node_modules/native-css/src/native-css.js\",\n          \"profile\": {\n            \"factory\": 26,\n            \"building\": 63,\n            \"dependencies\": 14\n          }\n        },\n        {\n          \"id\": 293,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/fetch/lib/fetch.js\",\n          \"name\": \"./node_modules/fetch/lib/fetch.js\",\n          \"profile\": {\n            \"factory\": 117,\n            \"building\": 25,\n            \"dependencies\": 27\n          }\n        },\n        {\n          \"id\": 39,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/stream-browserify/index.js\",\n          \"name\": \"./node_modules/stream-browserify/index.js\",\n          \"profile\": {\n            \"factory\": 66,\n            \"building\": 38,\n            \"dependencies\": 20\n          }\n        },\n        {\n          \"id\": 132,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/readable-stream/readable-browser.js\",\n          \"name\": \"./node_modules/readable-stream/readable-browser.js\",\n          \"profile\": {\n            \"factory\": 83,\n            \"building\": 31,\n            \"dependencies\": 33\n          }\n        },\n        {\n          \"id\": 151,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/readable-stream/lib/_stream_readable.js\",\n          \"name\": \"./node_modules/readable-stream/lib/_stream_readable.js\",\n          \"profile\": {\n            \"factory\": 30,\n            \"building\": 90,\n            \"dependencies\": 58\n          }\n        },\n        {\n          \"id\": 60,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/string_decoder/lib/string_decoder.js\",\n          \"name\": \"./node_modules/string_decoder/lib/string_decoder.js\",\n          \"profile\": {\n            \"factory\": 43,\n            \"building\": 28,\n            \"dependencies\": 10\n          }\n        }\n      ],\n      \"profile\": {\n        \"factory\": 92,\n        \"building\": 23,\n        \"dependencies\": 0\n      },\n      \"failed\": false,\n      \"errors\": 0,\n      \"warnings\": 0,\n      \"assets\": [],\n      \"reasons\": [\n        {\n          \"moduleId\": 60,\n          \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/string_decoder/lib/string_decoder.js\",\n          \"module\": \"./node_modules/string_decoder/lib/string_decoder.js\",\n          \"moduleName\": \"./node_modules/string_decoder/lib/string_decoder.js\",\n          \"type\": \"cjs require\",\n          \"userRequest\": \"safe-buffer\",\n          \"loc\": \"3:13-35\"\n        },\n        {\n          \"moduleId\": 161,\n          \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/stream-http/node_modules/readable-stream/lib/_stream_readable.js\",\n          \"module\": \"./node_modules/stream-http/node_modules/readable-stream/lib/_stream_readable.js\",\n          \"moduleName\": \"./node_modules/stream-http/node_modules/readable-stream/lib/_stream_readable.js\",\n          \"type\": \"cjs require\",\n          \"userRequest\": \"safe-buffer\",\n          \"loc\": \"56:13-35\"\n        },\n        {\n          \"moduleId\": 164,\n          \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/stream-http/node_modules/readable-stream/lib/_stream_writable.js\",\n          \"module\": \"./node_modules/stream-http/node_modules/readable-stream/lib/_stream_writable.js\",\n          \"moduleName\": \"./node_modules/stream-http/node_modules/readable-stream/lib/_stream_writable.js\",\n          \"type\": \"cjs require\",\n          \"userRequest\": \"safe-buffer\",\n          \"loc\": \"82:13-35\"\n        },\n        {\n          \"moduleId\": 296,\n          \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/stream-http/node_modules/readable-stream/lib/internal/streams/BufferList.js\",\n          \"module\": \"./node_modules/stream-http/node_modules/readable-stream/lib/internal/streams/BufferList.js\",\n          \"moduleName\": \"./node_modules/stream-http/node_modules/readable-stream/lib/internal/streams/BufferList.js\",\n          \"type\": \"cjs require\",\n          \"userRequest\": \"safe-buffer\",\n          \"loc\": \"7:13-35\"\n        }\n      ],\n      \"usedExports\": true,\n      \"providedExports\": null,\n      \"optimizationBailout\": [\n        \"ModuleConcatenation bailout: Module is not an ECMAScript module\"\n      ],\n      \"depth\": 10,\n      \"source\": \"/* eslint-disable node/no-deprecated-api */\\nvar buffer = require('buffer')\\nvar Buffer = buffer.Buffer\\n\\n// alternative to using Object.keys for old browsers\\nfunction copyProps (src, dst) {\\n  for (var key in src) {\\n    dst[key] = src[key]\\n  }\\n}\\nif (Buffer.from && Buffer.alloc && Buffer.allocUnsafe && Buffer.allocUnsafeSlow) {\\n  module.exports = buffer\\n} else {\\n  // Copy properties from require('buffer')\\n  copyProps(buffer, exports)\\n  exports.Buffer = SafeBuffer\\n}\\n\\nfunction SafeBuffer (arg, encodingOrOffset, length) {\\n  return Buffer(arg, encodingOrOffset, length)\\n}\\n\\n// Copy static methods from Buffer\\ncopyProps(Buffer, SafeBuffer)\\n\\nSafeBuffer.from = function (arg, encodingOrOffset, length) {\\n  if (typeof arg === 'number') {\\n    throw new TypeError('Argument must not be a number')\\n  }\\n  return Buffer(arg, encodingOrOffset, length)\\n}\\n\\nSafeBuffer.alloc = function (size, fill, encoding) {\\n  if (typeof size !== 'number') {\\n    throw new TypeError('Argument must be a number')\\n  }\\n  var buf = Buffer(size)\\n  if (fill !== undefined) {\\n    if (typeof encoding === 'string') {\\n      buf.fill(fill, encoding)\\n    } else {\\n      buf.fill(fill)\\n    }\\n  } else {\\n    buf.fill(0)\\n  }\\n  return buf\\n}\\n\\nSafeBuffer.allocUnsafe = function (size) {\\n  if (typeof size !== 'number') {\\n    throw new TypeError('Argument must be a number')\\n  }\\n  return Buffer(size)\\n}\\n\\nSafeBuffer.allocUnsafeSlow = function (size) {\\n  if (typeof size !== 'number') {\\n    throw new TypeError('Argument must be a number')\\n  }\\n  return buffer.SlowBuffer(size)\\n}\\n\"\n    },\n    {\n      \"id\": 72,\n      \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/pako/lib/utils/common.js\",\n      \"name\": \"./node_modules/pako/lib/utils/common.js\",\n      \"index\": 298,\n      \"index2\": 289,\n      \"size\": 2444,\n      \"cacheable\": true,\n      \"built\": true,\n      \"optional\": false,\n      \"prefetched\": false,\n      \"chunks\": [\n        2\n      ],\n      \"issuer\": \"/Users/jarred/Code/styleurl/node_modules/pako/lib/zlib/inflate.js\",\n      \"issuerId\": 308,\n      \"issuerName\": \"./node_modules/pako/lib/zlib/inflate.js\",\n      \"issuerPath\": [\n        {\n          \"id\": 191,\n          \"identifier\": \"multi /Users/jarred/Code/styleurl/webpack/customPublicPath /Users/jarred/Code/styleurl/chrome/extension/background\",\n          \"name\": \"multi ./webpack/customPublicPath ./chrome/extension/background\",\n          \"profile\": {\n            \"factory\": 0,\n            \"building\": 0,\n            \"dependencies\": 54\n          }\n        },\n        {\n          \"id\": 192,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/background.js\",\n          \"name\": \"./chrome/extension/background.js\",\n          \"profile\": {\n            \"factory\": 54,\n            \"building\": 639,\n            \"dependencies\": 140\n          }\n        },\n        {\n          \"id\": 255,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/stylesheet-differ/lib/index.js\",\n          \"name\": \"./node_modules/stylesheet-differ/lib/index.js\",\n          \"profile\": {\n            \"factory\": 140,\n            \"building\": 568,\n            \"dependencies\": 1\n          }\n        },\n        {\n          \"id\": 256,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/native-css/index.js\",\n          \"name\": \"./node_modules/native-css/index.js\",\n          \"profile\": {\n            \"factory\": 189,\n            \"building\": 603,\n            \"dependencies\": 1\n          }\n        },\n        {\n          \"id\": 257,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/native-css/src/native-css.js\",\n          \"name\": \"./node_modules/native-css/src/native-css.js\",\n          \"profile\": {\n            \"factory\": 26,\n            \"building\": 63,\n            \"dependencies\": 14\n          }\n        },\n        {\n          \"id\": 293,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/fetch/lib/fetch.js\",\n          \"name\": \"./node_modules/fetch/lib/fetch.js\",\n          \"profile\": {\n            \"factory\": 117,\n            \"building\": 25,\n            \"dependencies\": 27\n          }\n        },\n        {\n          \"id\": 302,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/browserify-zlib/lib/index.js\",\n          \"name\": \"./node_modules/browserify-zlib/lib/index.js\",\n          \"profile\": {\n            \"factory\": 66,\n            \"building\": 38,\n            \"dependencies\": 20\n          }\n        },\n        {\n          \"id\": 303,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/browserify-zlib/lib/binding.js\",\n          \"name\": \"./node_modules/browserify-zlib/lib/binding.js\",\n          \"profile\": {\n            \"factory\": 46,\n            \"building\": 33,\n            \"dependencies\": 1\n          }\n        },\n        {\n          \"id\": 308,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/pako/lib/zlib/inflate.js\",\n          \"name\": \"./node_modules/pako/lib/zlib/inflate.js\",\n          \"profile\": {\n            \"factory\": 116,\n            \"building\": 47,\n            \"dependencies\": 38\n          }\n        }\n      ],\n      \"profile\": {\n        \"factory\": 51,\n        \"building\": 57,\n        \"dependencies\": 0\n      },\n      \"failed\": false,\n      \"errors\": 0,\n      \"warnings\": 0,\n      \"assets\": [],\n      \"reasons\": [\n        {\n          \"moduleId\": 305,\n          \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/pako/lib/zlib/deflate.js\",\n          \"module\": \"./node_modules/pako/lib/zlib/deflate.js\",\n          \"moduleName\": \"./node_modules/pako/lib/zlib/deflate.js\",\n          \"type\": \"cjs require\",\n          \"userRequest\": \"../utils/common\",\n          \"loc\": \"22:14-40\"\n        },\n        {\n          \"moduleId\": 306,\n          \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/pako/lib/zlib/trees.js\",\n          \"module\": \"./node_modules/pako/lib/zlib/trees.js\",\n          \"moduleName\": \"./node_modules/pako/lib/zlib/trees.js\",\n          \"type\": \"cjs require\",\n          \"userRequest\": \"../utils/common\",\n          \"loc\": \"22:12-38\"\n        },\n        {\n          \"moduleId\": 308,\n          \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/pako/lib/zlib/inflate.js\",\n          \"module\": \"./node_modules/pako/lib/zlib/inflate.js\",\n          \"moduleName\": \"./node_modules/pako/lib/zlib/inflate.js\",\n          \"type\": \"cjs require\",\n          \"userRequest\": \"../utils/common\",\n          \"loc\": \"22:20-46\"\n        },\n        {\n          \"moduleId\": 310,\n          \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/pako/lib/zlib/inftrees.js\",\n          \"module\": \"./node_modules/pako/lib/zlib/inftrees.js\",\n          \"moduleName\": \"./node_modules/pako/lib/zlib/inftrees.js\",\n          \"type\": \"cjs require\",\n          \"userRequest\": \"../utils/common\",\n          \"loc\": \"22:12-38\"\n        }\n      ],\n      \"usedExports\": true,\n      \"providedExports\": null,\n      \"optimizationBailout\": [\n        \"ModuleConcatenation bailout: Module is not an ECMAScript module\"\n      ],\n      \"depth\": 9,\n      \"source\": \"'use strict';\\n\\n\\nvar TYPED_OK =  (typeof Uint8Array !== 'undefined') &&\\n                (typeof Uint16Array !== 'undefined') &&\\n                (typeof Int32Array !== 'undefined');\\n\\nfunction _has(obj, key) {\\n  return Object.prototype.hasOwnProperty.call(obj, key);\\n}\\n\\nexports.assign = function (obj /*from1, from2, from3, ...*/) {\\n  var sources = Array.prototype.slice.call(arguments, 1);\\n  while (sources.length) {\\n    var source = sources.shift();\\n    if (!source) { continue; }\\n\\n    if (typeof source !== 'object') {\\n      throw new TypeError(source + 'must be non-object');\\n    }\\n\\n    for (var p in source) {\\n      if (_has(source, p)) {\\n        obj[p] = source[p];\\n      }\\n    }\\n  }\\n\\n  return obj;\\n};\\n\\n\\n// reduce buffer size, avoiding mem copy\\nexports.shrinkBuf = function (buf, size) {\\n  if (buf.length === size) { return buf; }\\n  if (buf.subarray) { return buf.subarray(0, size); }\\n  buf.length = size;\\n  return buf;\\n};\\n\\n\\nvar fnTyped = {\\n  arraySet: function (dest, src, src_offs, len, dest_offs) {\\n    if (src.subarray && dest.subarray) {\\n      dest.set(src.subarray(src_offs, src_offs + len), dest_offs);\\n      return;\\n    }\\n    // Fallback to ordinary array\\n    for (var i = 0; i < len; i++) {\\n      dest[dest_offs + i] = src[src_offs + i];\\n    }\\n  },\\n  // Join array of chunks to single array.\\n  flattenChunks: function (chunks) {\\n    var i, l, len, pos, chunk, result;\\n\\n    // calculate data length\\n    len = 0;\\n    for (i = 0, l = chunks.length; i < l; i++) {\\n      len += chunks[i].length;\\n    }\\n\\n    // join chunks\\n    result = new Uint8Array(len);\\n    pos = 0;\\n    for (i = 0, l = chunks.length; i < l; i++) {\\n      chunk = chunks[i];\\n      result.set(chunk, pos);\\n      pos += chunk.length;\\n    }\\n\\n    return result;\\n  }\\n};\\n\\nvar fnUntyped = {\\n  arraySet: function (dest, src, src_offs, len, dest_offs) {\\n    for (var i = 0; i < len; i++) {\\n      dest[dest_offs + i] = src[src_offs + i];\\n    }\\n  },\\n  // Join array of chunks to single array.\\n  flattenChunks: function (chunks) {\\n    return [].concat.apply([], chunks);\\n  }\\n};\\n\\n\\n// Enable/Disable typed arrays use, for testing\\n//\\nexports.setTyped = function (on) {\\n  if (on) {\\n    exports.Buf8  = Uint8Array;\\n    exports.Buf16 = Uint16Array;\\n    exports.Buf32 = Int32Array;\\n    exports.assign(exports, fnTyped);\\n  } else {\\n    exports.Buf8  = Array;\\n    exports.Buf16 = Array;\\n    exports.Buf32 = Array;\\n    exports.assign(exports, fnUntyped);\\n  }\\n};\\n\\nexports.setTyped(TYPED_OK);\\n\"\n    },\n    {\n      \"id\": 73,\n      \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/react/cjs/react.production.min.js\",\n      \"name\": \"./node_modules/react/cjs/react.production.min.js\",\n      \"index\": 4,\n      \"index2\": 5,\n      \"size\": 5724,\n      \"cacheable\": true,\n      \"built\": true,\n      \"optional\": false,\n      \"prefetched\": false,\n      \"chunks\": [\n        0,\n        1\n      ],\n      \"issuer\": \"/Users/jarred/Code/styleurl/node_modules/react/index.js\",\n      \"issuerId\": 22,\n      \"issuerName\": \"./node_modules/react/index.js\",\n      \"issuerPath\": [\n        {\n          \"id\": 171,\n          \"identifier\": \"multi /Users/jarred/Code/styleurl/webpack/customPublicPath /Users/jarred/Code/styleurl/chrome/extension/popup\",\n          \"name\": \"multi ./webpack/customPublicPath ./chrome/extension/popup\",\n          \"profile\": {\n            \"factory\": 0,\n            \"building\": 3\n          }\n        },\n        {\n          \"id\": 172,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/popup.js\",\n          \"name\": \"./chrome/extension/popup.js\",\n          \"profile\": {\n            \"factory\": 58,\n            \"building\": 445\n          }\n        },\n        {\n          \"id\": 22,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/react/index.js\",\n          \"name\": \"./node_modules/react/index.js\",\n          \"profile\": {\n            \"factory\": 340,\n            \"building\": 762,\n            \"dependencies\": 60\n          }\n        }\n      ],\n      \"profile\": {\n        \"factory\": 235,\n        \"building\": 62\n      },\n      \"failed\": false,\n      \"errors\": 0,\n      \"warnings\": 0,\n      \"assets\": [],\n      \"reasons\": [\n        {\n          \"moduleId\": 22,\n          \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/react/index.js\",\n          \"module\": \"./node_modules/react/index.js\",\n          \"moduleName\": \"./node_modules/react/index.js\",\n          \"type\": \"cjs require\",\n          \"userRequest\": \"./cjs/react.production.min.js\",\n          \"loc\": \"4:19-59\"\n        }\n      ],\n      \"usedExports\": true,\n      \"providedExports\": null,\n      \"optimizationBailout\": [\n        \"ModuleConcatenation bailout: Module is not an ECMAScript module\"\n      ],\n      \"depth\": 3,\n      \"source\": \"/** @license React v16.4.1\\n * react.production.min.js\\n *\\n * Copyright (c) 2013-present, Facebook, Inc.\\n *\\n * This source code is licensed under the MIT license found in the\\n * LICENSE file in the root directory of this source tree.\\n */\\n\\n'use strict';var k=require(\\\"object-assign\\\"),n=require(\\\"fbjs/lib/invariant\\\"),p=require(\\\"fbjs/lib/emptyObject\\\"),q=require(\\\"fbjs/lib/emptyFunction\\\"),r=\\\"function\\\"===typeof Symbol&&Symbol.for,t=r?Symbol.for(\\\"react.element\\\"):60103,u=r?Symbol.for(\\\"react.portal\\\"):60106,v=r?Symbol.for(\\\"react.fragment\\\"):60107,w=r?Symbol.for(\\\"react.strict_mode\\\"):60108,x=r?Symbol.for(\\\"react.profiler\\\"):60114,y=r?Symbol.for(\\\"react.provider\\\"):60109,z=r?Symbol.for(\\\"react.context\\\"):60110,A=r?Symbol.for(\\\"react.async_mode\\\"):60111,B=\\nr?Symbol.for(\\\"react.forward_ref\\\"):60112;r&&Symbol.for(\\\"react.timeout\\\");var C=\\\"function\\\"===typeof Symbol&&Symbol.iterator;function D(a){for(var b=arguments.length-1,e=\\\"https://reactjs.org/docs/error-decoder.html?invariant=\\\"+a,c=0;c<b;c++)e+=\\\"&args[]=\\\"+encodeURIComponent(arguments[c+1]);n(!1,\\\"Minified React error #\\\"+a+\\\"; visit %s for the full message or use the non-minified dev environment for full errors and additional helpful warnings. \\\",e)}\\nvar E={isMounted:function(){return!1},enqueueForceUpdate:function(){},enqueueReplaceState:function(){},enqueueSetState:function(){}};function F(a,b,e){this.props=a;this.context=b;this.refs=p;this.updater=e||E}F.prototype.isReactComponent={};F.prototype.setState=function(a,b){\\\"object\\\"!==typeof a&&\\\"function\\\"!==typeof a&&null!=a?D(\\\"85\\\"):void 0;this.updater.enqueueSetState(this,a,b,\\\"setState\\\")};F.prototype.forceUpdate=function(a){this.updater.enqueueForceUpdate(this,a,\\\"forceUpdate\\\")};function G(){}\\nG.prototype=F.prototype;function H(a,b,e){this.props=a;this.context=b;this.refs=p;this.updater=e||E}var I=H.prototype=new G;I.constructor=H;k(I,F.prototype);I.isPureReactComponent=!0;var J={current:null},K=Object.prototype.hasOwnProperty,L={key:!0,ref:!0,__self:!0,__source:!0};\\nfunction M(a,b,e){var c=void 0,d={},g=null,h=null;if(null!=b)for(c in void 0!==b.ref&&(h=b.ref),void 0!==b.key&&(g=\\\"\\\"+b.key),b)K.call(b,c)&&!L.hasOwnProperty(c)&&(d[c]=b[c]);var f=arguments.length-2;if(1===f)d.children=e;else if(1<f){for(var l=Array(f),m=0;m<f;m++)l[m]=arguments[m+2];d.children=l}if(a&&a.defaultProps)for(c in f=a.defaultProps,f)void 0===d[c]&&(d[c]=f[c]);return{$$typeof:t,type:a,key:g,ref:h,props:d,_owner:J.current}}\\nfunction N(a){return\\\"object\\\"===typeof a&&null!==a&&a.$$typeof===t}function escape(a){var b={\\\"=\\\":\\\"=0\\\",\\\":\\\":\\\"=2\\\"};return\\\"$\\\"+(\\\"\\\"+a).replace(/[=:]/g,function(a){return b[a]})}var O=/\\\\/+/g,P=[];function Q(a,b,e,c){if(P.length){var d=P.pop();d.result=a;d.keyPrefix=b;d.func=e;d.context=c;d.count=0;return d}return{result:a,keyPrefix:b,func:e,context:c,count:0}}function R(a){a.result=null;a.keyPrefix=null;a.func=null;a.context=null;a.count=0;10>P.length&&P.push(a)}\\nfunction S(a,b,e,c){var d=typeof a;if(\\\"undefined\\\"===d||\\\"boolean\\\"===d)a=null;var g=!1;if(null===a)g=!0;else switch(d){case \\\"string\\\":case \\\"number\\\":g=!0;break;case \\\"object\\\":switch(a.$$typeof){case t:case u:g=!0}}if(g)return e(c,a,\\\"\\\"===b?\\\".\\\"+T(a,0):b),1;g=0;b=\\\"\\\"===b?\\\".\\\":b+\\\":\\\";if(Array.isArray(a))for(var h=0;h<a.length;h++){d=a[h];var f=b+T(d,h);g+=S(d,f,e,c)}else if(null===a||\\\"undefined\\\"===typeof a?f=null:(f=C&&a[C]||a[\\\"@@iterator\\\"],f=\\\"function\\\"===typeof f?f:null),\\\"function\\\"===typeof f)for(a=f.call(a),\\nh=0;!(d=a.next()).done;)d=d.value,f=b+T(d,h++),g+=S(d,f,e,c);else\\\"object\\\"===d&&(e=\\\"\\\"+a,D(\\\"31\\\",\\\"[object Object]\\\"===e?\\\"object with keys {\\\"+Object.keys(a).join(\\\", \\\")+\\\"}\\\":e,\\\"\\\"));return g}function T(a,b){return\\\"object\\\"===typeof a&&null!==a&&null!=a.key?escape(a.key):b.toString(36)}function U(a,b){a.func.call(a.context,b,a.count++)}\\nfunction V(a,b,e){var c=a.result,d=a.keyPrefix;a=a.func.call(a.context,b,a.count++);Array.isArray(a)?W(a,c,e,q.thatReturnsArgument):null!=a&&(N(a)&&(b=d+(!a.key||b&&b.key===a.key?\\\"\\\":(\\\"\\\"+a.key).replace(O,\\\"$&/\\\")+\\\"/\\\")+e,a={$$typeof:t,type:a.type,key:b,ref:a.ref,props:a.props,_owner:a._owner}),c.push(a))}function W(a,b,e,c,d){var g=\\\"\\\";null!=e&&(g=(\\\"\\\"+e).replace(O,\\\"$&/\\\")+\\\"/\\\");b=Q(b,g,c,d);null==a||S(a,\\\"\\\",V,b);R(b)}\\nvar X={Children:{map:function(a,b,e){if(null==a)return a;var c=[];W(a,c,null,b,e);return c},forEach:function(a,b,e){if(null==a)return a;b=Q(null,null,b,e);null==a||S(a,\\\"\\\",U,b);R(b)},count:function(a){return null==a?0:S(a,\\\"\\\",q.thatReturnsNull,null)},toArray:function(a){var b=[];W(a,b,null,q.thatReturnsArgument);return b},only:function(a){N(a)?void 0:D(\\\"143\\\");return a}},createRef:function(){return{current:null}},Component:F,PureComponent:H,createContext:function(a,b){void 0===b&&(b=null);a={$$typeof:z,\\n_calculateChangedBits:b,_defaultValue:a,_currentValue:a,_currentValue2:a,_changedBits:0,_changedBits2:0,Provider:null,Consumer:null};a.Provider={$$typeof:y,_context:a};return a.Consumer=a},forwardRef:function(a){return{$$typeof:B,render:a}},Fragment:v,StrictMode:w,unstable_AsyncMode:A,unstable_Profiler:x,createElement:M,cloneElement:function(a,b,e){null===a||void 0===a?D(\\\"267\\\",a):void 0;var c=void 0,d=k({},a.props),g=a.key,h=a.ref,f=a._owner;if(null!=b){void 0!==b.ref&&(h=b.ref,f=J.current);void 0!==\\nb.key&&(g=\\\"\\\"+b.key);var l=void 0;a.type&&a.type.defaultProps&&(l=a.type.defaultProps);for(c in b)K.call(b,c)&&!L.hasOwnProperty(c)&&(d[c]=void 0===b[c]&&void 0!==l?l[c]:b[c])}c=arguments.length-2;if(1===c)d.children=e;else if(1<c){l=Array(c);for(var m=0;m<c;m++)l[m]=arguments[m+2];d.children=l}return{$$typeof:t,type:a.type,key:g,ref:h,props:d,_owner:f}},createFactory:function(a){var b=M.bind(null,a);b.type=a;return b},isValidElement:N,version:\\\"16.4.1\\\",__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED:{ReactCurrentOwner:J,\\nassign:k}},Y={default:X},Z=Y&&X||Y;module.exports=Z.default?Z.default:Z;\\n\"\n    },\n    {\n      \"id\": 74,\n      \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/react/node_modules/fbjs/lib/invariant.js\",\n      \"name\": \"./node_modules/react/node_modules/fbjs/lib/invariant.js\",\n      \"index\": 6,\n      \"index2\": 2,\n      \"size\": 1506,\n      \"cacheable\": true,\n      \"built\": true,\n      \"optional\": false,\n      \"prefetched\": false,\n      \"chunks\": [\n        0,\n        1\n      ],\n      \"issuer\": \"/Users/jarred/Code/styleurl/node_modules/react/cjs/react.production.min.js\",\n      \"issuerId\": 73,\n      \"issuerName\": \"./node_modules/react/cjs/react.production.min.js\",\n      \"issuerPath\": [\n        {\n          \"id\": 171,\n          \"identifier\": \"multi /Users/jarred/Code/styleurl/webpack/customPublicPath /Users/jarred/Code/styleurl/chrome/extension/popup\",\n          \"name\": \"multi ./webpack/customPublicPath ./chrome/extension/popup\",\n          \"profile\": {\n            \"factory\": 0,\n            \"building\": 3\n          }\n        },\n        {\n          \"id\": 172,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/popup.js\",\n          \"name\": \"./chrome/extension/popup.js\",\n          \"profile\": {\n            \"factory\": 58,\n            \"building\": 445\n          }\n        },\n        {\n          \"id\": 22,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/react/index.js\",\n          \"name\": \"./node_modules/react/index.js\",\n          \"profile\": {\n            \"factory\": 340,\n            \"building\": 762,\n            \"dependencies\": 60\n          }\n        },\n        {\n          \"id\": 73,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/react/cjs/react.production.min.js\",\n          \"name\": \"./node_modules/react/cjs/react.production.min.js\",\n          \"profile\": {\n            \"factory\": 235,\n            \"building\": 62\n          }\n        }\n      ],\n      \"profile\": {\n        \"factory\": 272,\n        \"building\": 15\n      },\n      \"failed\": false,\n      \"errors\": 0,\n      \"warnings\": 0,\n      \"assets\": [],\n      \"reasons\": [\n        {\n          \"moduleId\": 73,\n          \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/react/cjs/react.production.min.js\",\n          \"module\": \"./node_modules/react/cjs/react.production.min.js\",\n          \"moduleName\": \"./node_modules/react/cjs/react.production.min.js\",\n          \"type\": \"cjs require\",\n          \"userRequest\": \"fbjs/lib/invariant\",\n          \"loc\": \"10:46-75\"\n        }\n      ],\n      \"usedExports\": true,\n      \"providedExports\": null,\n      \"optimizationBailout\": [\n        \"ModuleConcatenation bailout: Module is not an ECMAScript module\"\n      ],\n      \"depth\": 4,\n      \"source\": \"/**\\n * Copyright (c) 2013-present, Facebook, Inc.\\n *\\n * This source code is licensed under the MIT license found in the\\n * LICENSE file in the root directory of this source tree.\\n *\\n */\\n\\n'use strict';\\n\\n/**\\n * Use invariant() to assert state which your program assumes to be true.\\n *\\n * Provide sprintf-style format (only %s is supported) and arguments\\n * to provide information about what broke and what you were\\n * expecting.\\n *\\n * The invariant message will be stripped in production, but the invariant\\n * will remain to ensure logic does not differ in production.\\n */\\n\\nvar validateFormat = function validateFormat(format) {};\\n\\nif (process.env.NODE_ENV !== 'production') {\\n  validateFormat = function validateFormat(format) {\\n    if (format === undefined) {\\n      throw new Error('invariant requires an error message argument');\\n    }\\n  };\\n}\\n\\nfunction invariant(condition, format, a, b, c, d, e, f) {\\n  validateFormat(format);\\n\\n  if (!condition) {\\n    var error;\\n    if (format === undefined) {\\n      error = new Error('Minified exception occurred; use the non-minified dev environment ' + 'for the full error message and additional helpful warnings.');\\n    } else {\\n      var args = [a, b, c, d, e, f];\\n      var argIndex = 0;\\n      error = new Error(format.replace(/%s/g, function () {\\n        return args[argIndex++];\\n      }));\\n      error.name = 'Invariant Violation';\\n    }\\n\\n    error.framesToPop = 1; // we don't care about invariant's own frame\\n    throw error;\\n  }\\n}\\n\\nmodule.exports = invariant;\"\n    },\n    {\n      \"id\": 75,\n      \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/react/node_modules/fbjs/lib/emptyObject.js\",\n      \"name\": \"./node_modules/react/node_modules/fbjs/lib/emptyObject.js\",\n      \"index\": 7,\n      \"index2\": 3,\n      \"size\": 332,\n      \"cacheable\": true,\n      \"built\": true,\n      \"optional\": false,\n      \"prefetched\": false,\n      \"chunks\": [\n        0,\n        1\n      ],\n      \"issuer\": \"/Users/jarred/Code/styleurl/node_modules/react/cjs/react.production.min.js\",\n      \"issuerId\": 73,\n      \"issuerName\": \"./node_modules/react/cjs/react.production.min.js\",\n      \"issuerPath\": [\n        {\n          \"id\": 171,\n          \"identifier\": \"multi /Users/jarred/Code/styleurl/webpack/customPublicPath /Users/jarred/Code/styleurl/chrome/extension/popup\",\n          \"name\": \"multi ./webpack/customPublicPath ./chrome/extension/popup\",\n          \"profile\": {\n            \"factory\": 0,\n            \"building\": 3\n          }\n        },\n        {\n          \"id\": 172,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/popup.js\",\n          \"name\": \"./chrome/extension/popup.js\",\n          \"profile\": {\n            \"factory\": 58,\n            \"building\": 445\n          }\n        },\n        {\n          \"id\": 22,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/react/index.js\",\n          \"name\": \"./node_modules/react/index.js\",\n          \"profile\": {\n            \"factory\": 340,\n            \"building\": 762,\n            \"dependencies\": 60\n          }\n        },\n        {\n          \"id\": 73,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/react/cjs/react.production.min.js\",\n          \"name\": \"./node_modules/react/cjs/react.production.min.js\",\n          \"profile\": {\n            \"factory\": 235,\n            \"building\": 62\n          }\n        }\n      ],\n      \"profile\": {\n        \"factory\": 272,\n        \"building\": 15\n      },\n      \"failed\": false,\n      \"errors\": 0,\n      \"warnings\": 0,\n      \"assets\": [],\n      \"reasons\": [\n        {\n          \"moduleId\": 73,\n          \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/react/cjs/react.production.min.js\",\n          \"module\": \"./node_modules/react/cjs/react.production.min.js\",\n          \"moduleName\": \"./node_modules/react/cjs/react.production.min.js\",\n          \"type\": \"cjs require\",\n          \"userRequest\": \"fbjs/lib/emptyObject\",\n          \"loc\": \"10:78-109\"\n        }\n      ],\n      \"usedExports\": true,\n      \"providedExports\": null,\n      \"optimizationBailout\": [\n        \"ModuleConcatenation bailout: Module is not an ECMAScript module\"\n      ],\n      \"depth\": 4,\n      \"source\": \"/**\\n * Copyright (c) 2013-present, Facebook, Inc.\\n *\\n * This source code is licensed under the MIT license found in the\\n * LICENSE file in the root directory of this source tree.\\n *\\n */\\n\\n'use strict';\\n\\nvar emptyObject = {};\\n\\nif (process.env.NODE_ENV !== 'production') {\\n  Object.freeze(emptyObject);\\n}\\n\\nmodule.exports = emptyObject;\"\n    },\n    {\n      \"id\": 76,\n      \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/react/node_modules/fbjs/lib/emptyFunction.js\",\n      \"name\": \"./node_modules/react/node_modules/fbjs/lib/emptyFunction.js\",\n      \"index\": 8,\n      \"index2\": 4,\n      \"size\": 959,\n      \"cacheable\": true,\n      \"built\": true,\n      \"optional\": false,\n      \"prefetched\": false,\n      \"chunks\": [\n        0,\n        1\n      ],\n      \"issuer\": \"/Users/jarred/Code/styleurl/node_modules/react/cjs/react.production.min.js\",\n      \"issuerId\": 73,\n      \"issuerName\": \"./node_modules/react/cjs/react.production.min.js\",\n      \"issuerPath\": [\n        {\n          \"id\": 171,\n          \"identifier\": \"multi /Users/jarred/Code/styleurl/webpack/customPublicPath /Users/jarred/Code/styleurl/chrome/extension/popup\",\n          \"name\": \"multi ./webpack/customPublicPath ./chrome/extension/popup\",\n          \"profile\": {\n            \"factory\": 0,\n            \"building\": 3\n          }\n        },\n        {\n          \"id\": 172,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/popup.js\",\n          \"name\": \"./chrome/extension/popup.js\",\n          \"profile\": {\n            \"factory\": 58,\n            \"building\": 445\n          }\n        },\n        {\n          \"id\": 22,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/react/index.js\",\n          \"name\": \"./node_modules/react/index.js\",\n          \"profile\": {\n            \"factory\": 340,\n            \"building\": 762,\n            \"dependencies\": 60\n          }\n        },\n        {\n          \"id\": 73,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/react/cjs/react.production.min.js\",\n          \"name\": \"./node_modules/react/cjs/react.production.min.js\",\n          \"profile\": {\n            \"factory\": 235,\n            \"building\": 62\n          }\n        }\n      ],\n      \"profile\": {\n        \"factory\": 272,\n        \"building\": 15\n      },\n      \"failed\": false,\n      \"errors\": 0,\n      \"warnings\": 0,\n      \"assets\": [],\n      \"reasons\": [\n        {\n          \"moduleId\": 73,\n          \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/react/cjs/react.production.min.js\",\n          \"module\": \"./node_modules/react/cjs/react.production.min.js\",\n          \"moduleName\": \"./node_modules/react/cjs/react.production.min.js\",\n          \"type\": \"cjs require\",\n          \"userRequest\": \"fbjs/lib/emptyFunction\",\n          \"loc\": \"10:112-145\"\n        }\n      ],\n      \"usedExports\": true,\n      \"providedExports\": null,\n      \"optimizationBailout\": [\n        \"ModuleConcatenation bailout: Module is not an ECMAScript module\"\n      ],\n      \"depth\": 4,\n      \"source\": \"\\\"use strict\\\";\\n\\n/**\\n * Copyright (c) 2013-present, Facebook, Inc.\\n *\\n * This source code is licensed under the MIT license found in the\\n * LICENSE file in the root directory of this source tree.\\n *\\n * \\n */\\n\\nfunction makeEmptyFunction(arg) {\\n  return function () {\\n    return arg;\\n  };\\n}\\n\\n/**\\n * This function accepts and discards inputs; it has no side effects. This is\\n * primarily useful idiomatically for overridable function endpoints which\\n * always need to be callable, since JS lacks a null-call idiom ala Cocoa.\\n */\\nvar emptyFunction = function emptyFunction() {};\\n\\nemptyFunction.thatReturns = makeEmptyFunction;\\nemptyFunction.thatReturnsFalse = makeEmptyFunction(false);\\nemptyFunction.thatReturnsTrue = makeEmptyFunction(true);\\nemptyFunction.thatReturnsNull = makeEmptyFunction(null);\\nemptyFunction.thatReturnsThis = function () {\\n  return this;\\n};\\nemptyFunction.thatReturnsArgument = function (arg) {\\n  return arg;\\n};\\n\\nmodule.exports = emptyFunction;\"\n    },\n    {\n      \"id\": 77,\n      \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/react-dom/index.js\",\n      \"name\": \"./node_modules/react-dom/index.js\",\n      \"index\": 9,\n      \"index2\": 17,\n      \"size\": 1363,\n      \"cacheable\": true,\n      \"built\": true,\n      \"optional\": false,\n      \"prefetched\": false,\n      \"chunks\": [\n        0,\n        1\n      ],\n      \"issuer\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/popup.js\",\n      \"issuerId\": 172,\n      \"issuerName\": \"./chrome/extension/popup.js\",\n      \"issuerPath\": [\n        {\n          \"id\": 171,\n          \"identifier\": \"multi /Users/jarred/Code/styleurl/webpack/customPublicPath /Users/jarred/Code/styleurl/chrome/extension/popup\",\n          \"name\": \"multi ./webpack/customPublicPath ./chrome/extension/popup\",\n          \"profile\": {\n            \"factory\": 0,\n            \"building\": 3\n          }\n        },\n        {\n          \"id\": 172,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/popup.js\",\n          \"name\": \"./chrome/extension/popup.js\",\n          \"profile\": {\n            \"factory\": 58,\n            \"building\": 445\n          }\n        }\n      ],\n      \"profile\": {\n        \"factory\": 340,\n        \"building\": 762,\n        \"dependencies\": 60\n      },\n      \"failed\": false,\n      \"errors\": 0,\n      \"warnings\": 0,\n      \"assets\": [],\n      \"reasons\": [\n        {\n          \"moduleId\": 172,\n          \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/popup.js\",\n          \"module\": \"./chrome/extension/popup.js\",\n          \"moduleName\": \"./chrome/extension/popup.js\",\n          \"type\": \"cjs require\",\n          \"userRequest\": \"react-dom\",\n          \"loc\": \"5:39-59\"\n        },\n        {\n          \"moduleId\": 181,\n          \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/inject.js\",\n          \"module\": \"./chrome/extension/inject.js\",\n          \"moduleName\": \"./chrome/extension/inject.js\",\n          \"type\": \"cjs require\",\n          \"userRequest\": \"react-dom\",\n          \"loc\": \"5:16-36\"\n        }\n      ],\n      \"usedExports\": true,\n      \"providedExports\": null,\n      \"optimizationBailout\": [\n        \"ModuleConcatenation bailout: Module is not an ECMAScript module\"\n      ],\n      \"depth\": 2,\n      \"source\": \"'use strict';\\n\\nfunction checkDCE() {\\n  /* global __REACT_DEVTOOLS_GLOBAL_HOOK__ */\\n  if (\\n    typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ === 'undefined' ||\\n    typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.checkDCE !== 'function'\\n  ) {\\n    return;\\n  }\\n  if (process.env.NODE_ENV !== 'production') {\\n    // This branch is unreachable because this function is only called\\n    // in production, but the condition is true only in development.\\n    // Therefore if the branch is still here, dead code elimination wasn't\\n    // properly applied.\\n    // Don't change the message. React DevTools relies on it. Also make sure\\n    // this message doesn't occur elsewhere in this function, or it will cause\\n    // a false positive.\\n    throw new Error('^_^');\\n  }\\n  try {\\n    // Verify that the code above has been dead code eliminated (DCE'd).\\n    __REACT_DEVTOOLS_GLOBAL_HOOK__.checkDCE(checkDCE);\\n  } catch (err) {\\n    // DevTools shouldn't crash React, no matter what.\\n    // We should still report in case we break this code.\\n    console.error(err);\\n  }\\n}\\n\\nif (process.env.NODE_ENV === 'production') {\\n  // DCE check should happen before ReactDOM bundle executes so that\\n  // DevTools can report bad minification during injection.\\n  checkDCE();\\n  module.exports = require('./cjs/react-dom.production.min.js');\\n} else {\\n  module.exports = require('./cjs/react-dom.development.js');\\n}\\n\"\n    },\n    {\n      \"id\": 78,\n      \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/react-dom/cjs/react-dom.production.min.js\",\n      \"name\": \"./node_modules/react-dom/cjs/react-dom.production.min.js\",\n      \"index\": 10,\n      \"index2\": 16,\n      \"size\": 94969,\n      \"cacheable\": true,\n      \"built\": true,\n      \"optional\": false,\n      \"prefetched\": false,\n      \"chunks\": [\n        0,\n        1\n      ],\n      \"issuer\": \"/Users/jarred/Code/styleurl/node_modules/react-dom/index.js\",\n      \"issuerId\": 77,\n      \"issuerName\": \"./node_modules/react-dom/index.js\",\n      \"issuerPath\": [\n        {\n          \"id\": 171,\n          \"identifier\": \"multi /Users/jarred/Code/styleurl/webpack/customPublicPath /Users/jarred/Code/styleurl/chrome/extension/popup\",\n          \"name\": \"multi ./webpack/customPublicPath ./chrome/extension/popup\",\n          \"profile\": {\n            \"factory\": 0,\n            \"building\": 3\n          }\n        },\n        {\n          \"id\": 172,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/popup.js\",\n          \"name\": \"./chrome/extension/popup.js\",\n          \"profile\": {\n            \"factory\": 58,\n            \"building\": 445\n          }\n        },\n        {\n          \"id\": 77,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/react-dom/index.js\",\n          \"name\": \"./node_modules/react-dom/index.js\",\n          \"profile\": {\n            \"factory\": 340,\n            \"building\": 762,\n            \"dependencies\": 60\n          }\n        }\n      ],\n      \"profile\": {\n        \"factory\": 234,\n        \"building\": 246,\n        \"dependencies\": 97\n      },\n      \"failed\": false,\n      \"errors\": 0,\n      \"warnings\": 0,\n      \"assets\": [],\n      \"reasons\": [\n        {\n          \"moduleId\": 77,\n          \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/react-dom/index.js\",\n          \"module\": \"./node_modules/react-dom/index.js\",\n          \"moduleName\": \"./node_modules/react-dom/index.js\",\n          \"type\": \"cjs require\",\n          \"userRequest\": \"./cjs/react-dom.production.min.js\",\n          \"loc\": \"35:19-63\"\n        }\n      ],\n      \"usedExports\": true,\n      \"providedExports\": null,\n      \"optimizationBailout\": [\n        \"ModuleConcatenation bailout: Module is not an ECMAScript module\"\n      ],\n      \"depth\": 3,\n      \"source\": \"/** @license React v16.4.1\\n * react-dom.production.min.js\\n *\\n * Copyright (c) 2013-present, Facebook, Inc.\\n *\\n * This source code is licensed under the MIT license found in the\\n * LICENSE file in the root directory of this source tree.\\n */\\n\\n/*\\n Modernizr 3.0.0pre (Custom Build) | MIT\\n*/\\n'use strict';var aa=require(\\\"fbjs/lib/invariant\\\"),ba=require(\\\"react\\\"),m=require(\\\"fbjs/lib/ExecutionEnvironment\\\"),p=require(\\\"object-assign\\\"),v=require(\\\"fbjs/lib/emptyFunction\\\"),da=require(\\\"fbjs/lib/getActiveElement\\\"),ea=require(\\\"fbjs/lib/shallowEqual\\\"),fa=require(\\\"fbjs/lib/containsNode\\\"),ha=require(\\\"fbjs/lib/emptyObject\\\");\\nfunction A(a){for(var b=arguments.length-1,c=\\\"https://reactjs.org/docs/error-decoder.html?invariant=\\\"+a,d=0;d<b;d++)c+=\\\"&args[]=\\\"+encodeURIComponent(arguments[d+1]);aa(!1,\\\"Minified React error #\\\"+a+\\\"; visit %s for the full message or use the non-minified dev environment for full errors and additional helpful warnings. \\\",c)}ba?void 0:A(\\\"227\\\");\\nfunction ia(a,b,c,d,e,f,g,h,k){this._hasCaughtError=!1;this._caughtError=null;var n=Array.prototype.slice.call(arguments,3);try{b.apply(c,n)}catch(r){this._caughtError=r,this._hasCaughtError=!0}}\\nvar B={_caughtError:null,_hasCaughtError:!1,_rethrowError:null,_hasRethrowError:!1,invokeGuardedCallback:function(a,b,c,d,e,f,g,h,k){ia.apply(B,arguments)},invokeGuardedCallbackAndCatchFirstError:function(a,b,c,d,e,f,g,h,k){B.invokeGuardedCallback.apply(this,arguments);if(B.hasCaughtError()){var n=B.clearCaughtError();B._hasRethrowError||(B._hasRethrowError=!0,B._rethrowError=n)}},rethrowCaughtError:function(){return ka.apply(B,arguments)},hasCaughtError:function(){return B._hasCaughtError},clearCaughtError:function(){if(B._hasCaughtError){var a=\\nB._caughtError;B._caughtError=null;B._hasCaughtError=!1;return a}A(\\\"198\\\")}};function ka(){if(B._hasRethrowError){var a=B._rethrowError;B._rethrowError=null;B._hasRethrowError=!1;throw a;}}var la=null,ma={};\\nfunction na(){if(la)for(var a in ma){var b=ma[a],c=la.indexOf(a);-1<c?void 0:A(\\\"96\\\",a);if(!oa[c]){b.extractEvents?void 0:A(\\\"97\\\",a);oa[c]=b;c=b.eventTypes;for(var d in c){var e=void 0;var f=c[d],g=b,h=d;pa.hasOwnProperty(h)?A(\\\"99\\\",h):void 0;pa[h]=f;var k=f.phasedRegistrationNames;if(k){for(e in k)k.hasOwnProperty(e)&&qa(k[e],g,h);e=!0}else f.registrationName?(qa(f.registrationName,g,h),e=!0):e=!1;e?void 0:A(\\\"98\\\",d,a)}}}}\\nfunction qa(a,b,c){ra[a]?A(\\\"100\\\",a):void 0;ra[a]=b;sa[a]=b.eventTypes[c].dependencies}var oa=[],pa={},ra={},sa={};function ta(a){la?A(\\\"101\\\"):void 0;la=Array.prototype.slice.call(a);na()}function ua(a){var b=!1,c;for(c in a)if(a.hasOwnProperty(c)){var d=a[c];ma.hasOwnProperty(c)&&ma[c]===d||(ma[c]?A(\\\"102\\\",c):void 0,ma[c]=d,b=!0)}b&&na()}\\nvar va={plugins:oa,eventNameDispatchConfigs:pa,registrationNameModules:ra,registrationNameDependencies:sa,possibleRegistrationNames:null,injectEventPluginOrder:ta,injectEventPluginsByName:ua},wa=null,xa=null,ya=null;function za(a,b,c,d){b=a.type||\\\"unknown-event\\\";a.currentTarget=ya(d);B.invokeGuardedCallbackAndCatchFirstError(b,c,void 0,a);a.currentTarget=null}\\nfunction Aa(a,b){null==b?A(\\\"30\\\"):void 0;if(null==a)return b;if(Array.isArray(a)){if(Array.isArray(b))return a.push.apply(a,b),a;a.push(b);return a}return Array.isArray(b)?[a].concat(b):[a,b]}function Ba(a,b,c){Array.isArray(a)?a.forEach(b,c):a&&b.call(c,a)}var Ca=null;\\nfunction Da(a,b){if(a){var c=a._dispatchListeners,d=a._dispatchInstances;if(Array.isArray(c))for(var e=0;e<c.length&&!a.isPropagationStopped();e++)za(a,b,c[e],d[e]);else c&&za(a,b,c,d);a._dispatchListeners=null;a._dispatchInstances=null;a.isPersistent()||a.constructor.release(a)}}function Ea(a){return Da(a,!0)}function Fa(a){return Da(a,!1)}var Ga={injectEventPluginOrder:ta,injectEventPluginsByName:ua};\\nfunction Ha(a,b){var c=a.stateNode;if(!c)return null;var d=wa(c);if(!d)return null;c=d[b];a:switch(b){case \\\"onClick\\\":case \\\"onClickCapture\\\":case \\\"onDoubleClick\\\":case \\\"onDoubleClickCapture\\\":case \\\"onMouseDown\\\":case \\\"onMouseDownCapture\\\":case \\\"onMouseMove\\\":case \\\"onMouseMoveCapture\\\":case \\\"onMouseUp\\\":case \\\"onMouseUpCapture\\\":(d=!d.disabled)||(a=a.type,d=!(\\\"button\\\"===a||\\\"input\\\"===a||\\\"select\\\"===a||\\\"textarea\\\"===a));a=!d;break a;default:a=!1}if(a)return null;c&&\\\"function\\\"!==typeof c?A(\\\"231\\\",b,typeof c):void 0;\\nreturn c}function Ia(a,b){null!==a&&(Ca=Aa(Ca,a));a=Ca;Ca=null;a&&(b?Ba(a,Ea):Ba(a,Fa),Ca?A(\\\"95\\\"):void 0,B.rethrowCaughtError())}function Ja(a,b,c,d){for(var e=null,f=0;f<oa.length;f++){var g=oa[f];g&&(g=g.extractEvents(a,b,c,d))&&(e=Aa(e,g))}Ia(e,!1)}var Ka={injection:Ga,getListener:Ha,runEventsInBatch:Ia,runExtractedEventsInBatch:Ja},La=Math.random().toString(36).slice(2),C=\\\"__reactInternalInstance$\\\"+La,Ma=\\\"__reactEventHandlers$\\\"+La;\\nfunction Na(a){if(a[C])return a[C];for(;!a[C];)if(a.parentNode)a=a.parentNode;else return null;a=a[C];return 5===a.tag||6===a.tag?a:null}function Oa(a){if(5===a.tag||6===a.tag)return a.stateNode;A(\\\"33\\\")}function Pa(a){return a[Ma]||null}var Qa={precacheFiberNode:function(a,b){b[C]=a},getClosestInstanceFromNode:Na,getInstanceFromNode:function(a){a=a[C];return!a||5!==a.tag&&6!==a.tag?null:a},getNodeFromInstance:Oa,getFiberCurrentPropsFromNode:Pa,updateFiberProps:function(a,b){a[Ma]=b}};\\nfunction F(a){do a=a.return;while(a&&5!==a.tag);return a?a:null}function Ra(a,b,c){for(var d=[];a;)d.push(a),a=F(a);for(a=d.length;0<a--;)b(d[a],\\\"captured\\\",c);for(a=0;a<d.length;a++)b(d[a],\\\"bubbled\\\",c)}function Sa(a,b,c){if(b=Ha(a,c.dispatchConfig.phasedRegistrationNames[b]))c._dispatchListeners=Aa(c._dispatchListeners,b),c._dispatchInstances=Aa(c._dispatchInstances,a)}function Ta(a){a&&a.dispatchConfig.phasedRegistrationNames&&Ra(a._targetInst,Sa,a)}\\nfunction Ua(a){if(a&&a.dispatchConfig.phasedRegistrationNames){var b=a._targetInst;b=b?F(b):null;Ra(b,Sa,a)}}function Va(a,b,c){a&&c&&c.dispatchConfig.registrationName&&(b=Ha(a,c.dispatchConfig.registrationName))&&(c._dispatchListeners=Aa(c._dispatchListeners,b),c._dispatchInstances=Aa(c._dispatchInstances,a))}function Xa(a){a&&a.dispatchConfig.registrationName&&Va(a._targetInst,null,a)}function Ya(a){Ba(a,Ta)}\\nfunction Za(a,b,c,d){if(c&&d)a:{var e=c;for(var f=d,g=0,h=e;h;h=F(h))g++;h=0;for(var k=f;k;k=F(k))h++;for(;0<g-h;)e=F(e),g--;for(;0<h-g;)f=F(f),h--;for(;g--;){if(e===f||e===f.alternate)break a;e=F(e);f=F(f)}e=null}else e=null;f=e;for(e=[];c&&c!==f;){g=c.alternate;if(null!==g&&g===f)break;e.push(c);c=F(c)}for(c=[];d&&d!==f;){g=d.alternate;if(null!==g&&g===f)break;c.push(d);d=F(d)}for(d=0;d<e.length;d++)Va(e[d],\\\"bubbled\\\",a);for(a=c.length;0<a--;)Va(c[a],\\\"captured\\\",b)}\\nvar $a={accumulateTwoPhaseDispatches:Ya,accumulateTwoPhaseDispatchesSkipTarget:function(a){Ba(a,Ua)},accumulateEnterLeaveDispatches:Za,accumulateDirectDispatches:function(a){Ba(a,Xa)}};function ab(a,b){var c={};c[a.toLowerCase()]=b.toLowerCase();c[\\\"Webkit\\\"+a]=\\\"webkit\\\"+b;c[\\\"Moz\\\"+a]=\\\"moz\\\"+b;c[\\\"ms\\\"+a]=\\\"MS\\\"+b;c[\\\"O\\\"+a]=\\\"o\\\"+b.toLowerCase();return c}\\nvar bb={animationend:ab(\\\"Animation\\\",\\\"AnimationEnd\\\"),animationiteration:ab(\\\"Animation\\\",\\\"AnimationIteration\\\"),animationstart:ab(\\\"Animation\\\",\\\"AnimationStart\\\"),transitionend:ab(\\\"Transition\\\",\\\"TransitionEnd\\\")},cb={},db={};m.canUseDOM&&(db=document.createElement(\\\"div\\\").style,\\\"AnimationEvent\\\"in window||(delete bb.animationend.animation,delete bb.animationiteration.animation,delete bb.animationstart.animation),\\\"TransitionEvent\\\"in window||delete bb.transitionend.transition);\\nfunction eb(a){if(cb[a])return cb[a];if(!bb[a])return a;var b=bb[a],c;for(c in b)if(b.hasOwnProperty(c)&&c in db)return cb[a]=b[c];return a}var fb=eb(\\\"animationend\\\"),gb=eb(\\\"animationiteration\\\"),hb=eb(\\\"animationstart\\\"),ib=eb(\\\"transitionend\\\"),jb=\\\"abort canplay canplaythrough durationchange emptied encrypted ended error loadeddata loadedmetadata loadstart pause play playing progress ratechange seeked seeking stalled suspend timeupdate volumechange waiting\\\".split(\\\" \\\"),kb=null;\\nfunction lb(){!kb&&m.canUseDOM&&(kb=\\\"textContent\\\"in document.documentElement?\\\"textContent\\\":\\\"innerText\\\");return kb}var G={_root:null,_startText:null,_fallbackText:null};function mb(){if(G._fallbackText)return G._fallbackText;var a,b=G._startText,c=b.length,d,e=nb(),f=e.length;for(a=0;a<c&&b[a]===e[a];a++);var g=c-a;for(d=1;d<=g&&b[c-d]===e[f-d];d++);G._fallbackText=e.slice(a,1<d?1-d:void 0);return G._fallbackText}function nb(){return\\\"value\\\"in G._root?G._root.value:G._root[lb()]}\\nvar ob=\\\"dispatchConfig _targetInst nativeEvent isDefaultPrevented isPropagationStopped _dispatchListeners _dispatchInstances\\\".split(\\\" \\\"),pb={type:null,target:null,currentTarget:v.thatReturnsNull,eventPhase:null,bubbles:null,cancelable:null,timeStamp:function(a){return a.timeStamp||Date.now()},defaultPrevented:null,isTrusted:null};\\nfunction H(a,b,c,d){this.dispatchConfig=a;this._targetInst=b;this.nativeEvent=c;a=this.constructor.Interface;for(var e in a)a.hasOwnProperty(e)&&((b=a[e])?this[e]=b(c):\\\"target\\\"===e?this.target=d:this[e]=c[e]);this.isDefaultPrevented=(null!=c.defaultPrevented?c.defaultPrevented:!1===c.returnValue)?v.thatReturnsTrue:v.thatReturnsFalse;this.isPropagationStopped=v.thatReturnsFalse;return this}\\np(H.prototype,{preventDefault:function(){this.defaultPrevented=!0;var a=this.nativeEvent;a&&(a.preventDefault?a.preventDefault():\\\"unknown\\\"!==typeof a.returnValue&&(a.returnValue=!1),this.isDefaultPrevented=v.thatReturnsTrue)},stopPropagation:function(){var a=this.nativeEvent;a&&(a.stopPropagation?a.stopPropagation():\\\"unknown\\\"!==typeof a.cancelBubble&&(a.cancelBubble=!0),this.isPropagationStopped=v.thatReturnsTrue)},persist:function(){this.isPersistent=v.thatReturnsTrue},isPersistent:v.thatReturnsFalse,\\ndestructor:function(){var a=this.constructor.Interface,b;for(b in a)this[b]=null;for(a=0;a<ob.length;a++)this[ob[a]]=null}});H.Interface=pb;H.extend=function(a){function b(){}function c(){return d.apply(this,arguments)}var d=this;b.prototype=d.prototype;var e=new b;p(e,c.prototype);c.prototype=e;c.prototype.constructor=c;c.Interface=p({},d.Interface,a);c.extend=d.extend;qb(c);return c};qb(H);\\nfunction rb(a,b,c,d){if(this.eventPool.length){var e=this.eventPool.pop();this.call(e,a,b,c,d);return e}return new this(a,b,c,d)}function sb(a){a instanceof this?void 0:A(\\\"223\\\");a.destructor();10>this.eventPool.length&&this.eventPool.push(a)}function qb(a){a.eventPool=[];a.getPooled=rb;a.release=sb}var tb=H.extend({data:null}),ub=H.extend({data:null}),vb=[9,13,27,32],wb=m.canUseDOM&&\\\"CompositionEvent\\\"in window,xb=null;m.canUseDOM&&\\\"documentMode\\\"in document&&(xb=document.documentMode);\\nvar yb=m.canUseDOM&&\\\"TextEvent\\\"in window&&!xb,zb=m.canUseDOM&&(!wb||xb&&8<xb&&11>=xb),Ab=String.fromCharCode(32),Bb={beforeInput:{phasedRegistrationNames:{bubbled:\\\"onBeforeInput\\\",captured:\\\"onBeforeInputCapture\\\"},dependencies:[\\\"compositionend\\\",\\\"keypress\\\",\\\"textInput\\\",\\\"paste\\\"]},compositionEnd:{phasedRegistrationNames:{bubbled:\\\"onCompositionEnd\\\",captured:\\\"onCompositionEndCapture\\\"},dependencies:\\\"blur compositionend keydown keypress keyup mousedown\\\".split(\\\" \\\")},compositionStart:{phasedRegistrationNames:{bubbled:\\\"onCompositionStart\\\",\\ncaptured:\\\"onCompositionStartCapture\\\"},dependencies:\\\"blur compositionstart keydown keypress keyup mousedown\\\".split(\\\" \\\")},compositionUpdate:{phasedRegistrationNames:{bubbled:\\\"onCompositionUpdate\\\",captured:\\\"onCompositionUpdateCapture\\\"},dependencies:\\\"blur compositionupdate keydown keypress keyup mousedown\\\".split(\\\" \\\")}},Cb=!1;\\nfunction Db(a,b){switch(a){case \\\"keyup\\\":return-1!==vb.indexOf(b.keyCode);case \\\"keydown\\\":return 229!==b.keyCode;case \\\"keypress\\\":case \\\"mousedown\\\":case \\\"blur\\\":return!0;default:return!1}}function Eb(a){a=a.detail;return\\\"object\\\"===typeof a&&\\\"data\\\"in a?a.data:null}var Fb=!1;function Gb(a,b){switch(a){case \\\"compositionend\\\":return Eb(b);case \\\"keypress\\\":if(32!==b.which)return null;Cb=!0;return Ab;case \\\"textInput\\\":return a=b.data,a===Ab&&Cb?null:a;default:return null}}\\nfunction Hb(a,b){if(Fb)return\\\"compositionend\\\"===a||!wb&&Db(a,b)?(a=mb(),G._root=null,G._startText=null,G._fallbackText=null,Fb=!1,a):null;switch(a){case \\\"paste\\\":return null;case \\\"keypress\\\":if(!(b.ctrlKey||b.altKey||b.metaKey)||b.ctrlKey&&b.altKey){if(b.char&&1<b.char.length)return b.char;if(b.which)return String.fromCharCode(b.which)}return null;case \\\"compositionend\\\":return zb?null:b.data;default:return null}}\\nvar Ib={eventTypes:Bb,extractEvents:function(a,b,c,d){var e=void 0;var f=void 0;if(wb)b:{switch(a){case \\\"compositionstart\\\":e=Bb.compositionStart;break b;case \\\"compositionend\\\":e=Bb.compositionEnd;break b;case \\\"compositionupdate\\\":e=Bb.compositionUpdate;break b}e=void 0}else Fb?Db(a,c)&&(e=Bb.compositionEnd):\\\"keydown\\\"===a&&229===c.keyCode&&(e=Bb.compositionStart);e?(zb&&(Fb||e!==Bb.compositionStart?e===Bb.compositionEnd&&Fb&&(f=mb()):(G._root=d,G._startText=nb(),Fb=!0)),e=tb.getPooled(e,b,c,d),f?e.data=\\nf:(f=Eb(c),null!==f&&(e.data=f)),Ya(e),f=e):f=null;(a=yb?Gb(a,c):Hb(a,c))?(b=ub.getPooled(Bb.beforeInput,b,c,d),b.data=a,Ya(b)):b=null;return null===f?b:null===b?f:[f,b]}},Jb=null,Kb={injectFiberControlledHostComponent:function(a){Jb=a}},Lb=null,Mb=null;function Nb(a){if(a=xa(a)){Jb&&\\\"function\\\"===typeof Jb.restoreControlledState?void 0:A(\\\"194\\\");var b=wa(a.stateNode);Jb.restoreControlledState(a.stateNode,a.type,b)}}function Ob(a){Lb?Mb?Mb.push(a):Mb=[a]:Lb=a}\\nfunction Pb(){return null!==Lb||null!==Mb}function Qb(){if(Lb){var a=Lb,b=Mb;Mb=Lb=null;Nb(a);if(b)for(a=0;a<b.length;a++)Nb(b[a])}}var Rb={injection:Kb,enqueueStateRestore:Ob,needsStateRestore:Pb,restoreStateIfNeeded:Qb};function Sb(a,b){return a(b)}function Tb(a,b,c){return a(b,c)}function Ub(){}var Vb=!1;function Wb(a,b){if(Vb)return a(b);Vb=!0;try{return Sb(a,b)}finally{Vb=!1,Pb()&&(Ub(),Qb())}}\\nvar Xb={color:!0,date:!0,datetime:!0,\\\"datetime-local\\\":!0,email:!0,month:!0,number:!0,password:!0,range:!0,search:!0,tel:!0,text:!0,time:!0,url:!0,week:!0};function Yb(a){var b=a&&a.nodeName&&a.nodeName.toLowerCase();return\\\"input\\\"===b?!!Xb[a.type]:\\\"textarea\\\"===b?!0:!1}function Zb(a){a=a.target||a.srcElement||window;a.correspondingUseElement&&(a=a.correspondingUseElement);return 3===a.nodeType?a.parentNode:a}\\nfunction $b(a,b){if(!m.canUseDOM||b&&!(\\\"addEventListener\\\"in document))return!1;a=\\\"on\\\"+a;b=a in document;b||(b=document.createElement(\\\"div\\\"),b.setAttribute(a,\\\"return;\\\"),b=\\\"function\\\"===typeof b[a]);return b}function ac(a){var b=a.type;return(a=a.nodeName)&&\\\"input\\\"===a.toLowerCase()&&(\\\"checkbox\\\"===b||\\\"radio\\\"===b)}\\nfunction bc(a){var b=ac(a)?\\\"checked\\\":\\\"value\\\",c=Object.getOwnPropertyDescriptor(a.constructor.prototype,b),d=\\\"\\\"+a[b];if(!a.hasOwnProperty(b)&&\\\"undefined\\\"!==typeof c&&\\\"function\\\"===typeof c.get&&\\\"function\\\"===typeof c.set){var e=c.get,f=c.set;Object.defineProperty(a,b,{configurable:!0,get:function(){return e.call(this)},set:function(a){d=\\\"\\\"+a;f.call(this,a)}});Object.defineProperty(a,b,{enumerable:c.enumerable});return{getValue:function(){return d},setValue:function(a){d=\\\"\\\"+a},stopTracking:function(){a._valueTracker=\\nnull;delete a[b]}}}}function cc(a){a._valueTracker||(a._valueTracker=bc(a))}function dc(a){if(!a)return!1;var b=a._valueTracker;if(!b)return!0;var c=b.getValue();var d=\\\"\\\";a&&(d=ac(a)?a.checked?\\\"true\\\":\\\"false\\\":a.value);a=d;return a!==c?(b.setValue(a),!0):!1}\\nvar ec=ba.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED.ReactCurrentOwner,fc=\\\"function\\\"===typeof Symbol&&Symbol.for,gc=fc?Symbol.for(\\\"react.element\\\"):60103,hc=fc?Symbol.for(\\\"react.portal\\\"):60106,ic=fc?Symbol.for(\\\"react.fragment\\\"):60107,jc=fc?Symbol.for(\\\"react.strict_mode\\\"):60108,kc=fc?Symbol.for(\\\"react.profiler\\\"):60114,lc=fc?Symbol.for(\\\"react.provider\\\"):60109,mc=fc?Symbol.for(\\\"react.context\\\"):60110,pc=fc?Symbol.for(\\\"react.async_mode\\\"):60111,qc=fc?Symbol.for(\\\"react.forward_ref\\\"):60112,rc=fc?Symbol.for(\\\"react.timeout\\\"):\\n60113,sc=\\\"function\\\"===typeof Symbol&&Symbol.iterator;function tc(a){if(null===a||\\\"undefined\\\"===typeof a)return null;a=sc&&a[sc]||a[\\\"@@iterator\\\"];return\\\"function\\\"===typeof a?a:null}\\nfunction uc(a){var b=a.type;if(\\\"function\\\"===typeof b)return b.displayName||b.name;if(\\\"string\\\"===typeof b)return b;switch(b){case pc:return\\\"AsyncMode\\\";case mc:return\\\"Context.Consumer\\\";case ic:return\\\"ReactFragment\\\";case hc:return\\\"ReactPortal\\\";case kc:return\\\"Profiler(\\\"+a.pendingProps.id+\\\")\\\";case lc:return\\\"Context.Provider\\\";case jc:return\\\"StrictMode\\\";case rc:return\\\"Timeout\\\"}if(\\\"object\\\"===typeof b&&null!==b)switch(b.$$typeof){case qc:return a=b.render.displayName||b.render.name||\\\"\\\",\\\"\\\"!==a?\\\"ForwardRef(\\\"+\\na+\\\")\\\":\\\"ForwardRef\\\"}return null}function vc(a){var b=\\\"\\\";do{a:switch(a.tag){case 0:case 1:case 2:case 5:var c=a._debugOwner,d=a._debugSource;var e=uc(a);var f=null;c&&(f=uc(c));c=d;e=\\\"\\\\n    in \\\"+(e||\\\"Unknown\\\")+(c?\\\" (at \\\"+c.fileName.replace(/^.*[\\\\\\\\\\\\/]/,\\\"\\\")+\\\":\\\"+c.lineNumber+\\\")\\\":f?\\\" (created by \\\"+f+\\\")\\\":\\\"\\\");break a;default:e=\\\"\\\"}b+=e;a=a.return}while(a);return b}\\nvar wc=/^[:A-Z_a-z\\\\u00C0-\\\\u00D6\\\\u00D8-\\\\u00F6\\\\u00F8-\\\\u02FF\\\\u0370-\\\\u037D\\\\u037F-\\\\u1FFF\\\\u200C-\\\\u200D\\\\u2070-\\\\u218F\\\\u2C00-\\\\u2FEF\\\\u3001-\\\\uD7FF\\\\uF900-\\\\uFDCF\\\\uFDF0-\\\\uFFFD][:A-Z_a-z\\\\u00C0-\\\\u00D6\\\\u00D8-\\\\u00F6\\\\u00F8-\\\\u02FF\\\\u0370-\\\\u037D\\\\u037F-\\\\u1FFF\\\\u200C-\\\\u200D\\\\u2070-\\\\u218F\\\\u2C00-\\\\u2FEF\\\\u3001-\\\\uD7FF\\\\uF900-\\\\uFDCF\\\\uFDF0-\\\\uFFFD\\\\-.0-9\\\\u00B7\\\\u0300-\\\\u036F\\\\u203F-\\\\u2040]*$/,xc={},zc={};function Ac(a){if(zc.hasOwnProperty(a))return!0;if(xc.hasOwnProperty(a))return!1;if(wc.test(a))return zc[a]=!0;xc[a]=!0;return!1}\\nfunction Bc(a,b,c,d){if(null!==c&&0===c.type)return!1;switch(typeof b){case \\\"function\\\":case \\\"symbol\\\":return!0;case \\\"boolean\\\":if(d)return!1;if(null!==c)return!c.acceptsBooleans;a=a.toLowerCase().slice(0,5);return\\\"data-\\\"!==a&&\\\"aria-\\\"!==a;default:return!1}}function Cc(a,b,c,d){if(null===b||\\\"undefined\\\"===typeof b||Bc(a,b,c,d))return!0;if(d)return!1;if(null!==c)switch(c.type){case 3:return!b;case 4:return!1===b;case 5:return isNaN(b);case 6:return isNaN(b)||1>b}return!1}\\nfunction I(a,b,c,d,e){this.acceptsBooleans=2===b||3===b||4===b;this.attributeName=d;this.attributeNamespace=e;this.mustUseProperty=c;this.propertyName=a;this.type=b}var J={};\\\"children dangerouslySetInnerHTML defaultValue defaultChecked innerHTML suppressContentEditableWarning suppressHydrationWarning style\\\".split(\\\" \\\").forEach(function(a){J[a]=new I(a,0,!1,a,null)});\\n[[\\\"acceptCharset\\\",\\\"accept-charset\\\"],[\\\"className\\\",\\\"class\\\"],[\\\"htmlFor\\\",\\\"for\\\"],[\\\"httpEquiv\\\",\\\"http-equiv\\\"]].forEach(function(a){var b=a[0];J[b]=new I(b,1,!1,a[1],null)});[\\\"contentEditable\\\",\\\"draggable\\\",\\\"spellCheck\\\",\\\"value\\\"].forEach(function(a){J[a]=new I(a,2,!1,a.toLowerCase(),null)});[\\\"autoReverse\\\",\\\"externalResourcesRequired\\\",\\\"preserveAlpha\\\"].forEach(function(a){J[a]=new I(a,2,!1,a,null)});\\n\\\"allowFullScreen async autoFocus autoPlay controls default defer disabled formNoValidate hidden loop noModule noValidate open playsInline readOnly required reversed scoped seamless itemScope\\\".split(\\\" \\\").forEach(function(a){J[a]=new I(a,3,!1,a.toLowerCase(),null)});[\\\"checked\\\",\\\"multiple\\\",\\\"muted\\\",\\\"selected\\\"].forEach(function(a){J[a]=new I(a,3,!0,a.toLowerCase(),null)});[\\\"capture\\\",\\\"download\\\"].forEach(function(a){J[a]=new I(a,4,!1,a.toLowerCase(),null)});\\n[\\\"cols\\\",\\\"rows\\\",\\\"size\\\",\\\"span\\\"].forEach(function(a){J[a]=new I(a,6,!1,a.toLowerCase(),null)});[\\\"rowSpan\\\",\\\"start\\\"].forEach(function(a){J[a]=new I(a,5,!1,a.toLowerCase(),null)});var Dc=/[\\\\-:]([a-z])/g;function Ec(a){return a[1].toUpperCase()}\\n\\\"accent-height alignment-baseline arabic-form baseline-shift cap-height clip-path clip-rule color-interpolation color-interpolation-filters color-profile color-rendering dominant-baseline enable-background fill-opacity fill-rule flood-color flood-opacity font-family font-size font-size-adjust font-stretch font-style font-variant font-weight glyph-name glyph-orientation-horizontal glyph-orientation-vertical horiz-adv-x horiz-origin-x image-rendering letter-spacing lighting-color marker-end marker-mid marker-start overline-position overline-thickness paint-order panose-1 pointer-events rendering-intent shape-rendering stop-color stop-opacity strikethrough-position strikethrough-thickness stroke-dasharray stroke-dashoffset stroke-linecap stroke-linejoin stroke-miterlimit stroke-opacity stroke-width text-anchor text-decoration text-rendering underline-position underline-thickness unicode-bidi unicode-range units-per-em v-alphabetic v-hanging v-ideographic v-mathematical vector-effect vert-adv-y vert-origin-x vert-origin-y word-spacing writing-mode xmlns:xlink x-height\\\".split(\\\" \\\").forEach(function(a){var b=a.replace(Dc,\\nEc);J[b]=new I(b,1,!1,a,null)});\\\"xlink:actuate xlink:arcrole xlink:href xlink:role xlink:show xlink:title xlink:type\\\".split(\\\" \\\").forEach(function(a){var b=a.replace(Dc,Ec);J[b]=new I(b,1,!1,a,\\\"http://www.w3.org/1999/xlink\\\")});[\\\"xml:base\\\",\\\"xml:lang\\\",\\\"xml:space\\\"].forEach(function(a){var b=a.replace(Dc,Ec);J[b]=new I(b,1,!1,a,\\\"http://www.w3.org/XML/1998/namespace\\\")});J.tabIndex=new I(\\\"tabIndex\\\",1,!1,\\\"tabindex\\\",null);\\nfunction Fc(a,b,c,d){var e=J.hasOwnProperty(b)?J[b]:null;var f=null!==e?0===e.type:d?!1:!(2<b.length)||\\\"o\\\"!==b[0]&&\\\"O\\\"!==b[0]||\\\"n\\\"!==b[1]&&\\\"N\\\"!==b[1]?!1:!0;f||(Cc(b,c,e,d)&&(c=null),d||null===e?Ac(b)&&(null===c?a.removeAttribute(b):a.setAttribute(b,\\\"\\\"+c)):e.mustUseProperty?a[e.propertyName]=null===c?3===e.type?!1:\\\"\\\":c:(b=e.attributeName,d=e.attributeNamespace,null===c?a.removeAttribute(b):(e=e.type,c=3===e||4===e&&!0===c?\\\"\\\":\\\"\\\"+c,d?a.setAttributeNS(d,b,c):a.setAttribute(b,c))))}\\nfunction Gc(a,b){var c=b.checked;return p({},b,{defaultChecked:void 0,defaultValue:void 0,value:void 0,checked:null!=c?c:a._wrapperState.initialChecked})}function Hc(a,b){var c=null==b.defaultValue?\\\"\\\":b.defaultValue,d=null!=b.checked?b.checked:b.defaultChecked;c=Ic(null!=b.value?b.value:c);a._wrapperState={initialChecked:d,initialValue:c,controlled:\\\"checkbox\\\"===b.type||\\\"radio\\\"===b.type?null!=b.checked:null!=b.value}}function Jc(a,b){b=b.checked;null!=b&&Fc(a,\\\"checked\\\",b,!1)}\\nfunction Kc(a,b){Jc(a,b);var c=Ic(b.value);if(null!=c)if(\\\"number\\\"===b.type){if(0===c&&\\\"\\\"===a.value||a.value!=c)a.value=\\\"\\\"+c}else a.value!==\\\"\\\"+c&&(a.value=\\\"\\\"+c);b.hasOwnProperty(\\\"value\\\")?Lc(a,b.type,c):b.hasOwnProperty(\\\"defaultValue\\\")&&Lc(a,b.type,Ic(b.defaultValue));null==b.checked&&null!=b.defaultChecked&&(a.defaultChecked=!!b.defaultChecked)}\\nfunction Mc(a,b,c){if(b.hasOwnProperty(\\\"value\\\")||b.hasOwnProperty(\\\"defaultValue\\\")){b=\\\"\\\"+a._wrapperState.initialValue;var d=a.value;c||b===d||(a.value=b);a.defaultValue=b}c=a.name;\\\"\\\"!==c&&(a.name=\\\"\\\");a.defaultChecked=!a.defaultChecked;a.defaultChecked=!a.defaultChecked;\\\"\\\"!==c&&(a.name=c)}function Lc(a,b,c){if(\\\"number\\\"!==b||a.ownerDocument.activeElement!==a)null==c?a.defaultValue=\\\"\\\"+a._wrapperState.initialValue:a.defaultValue!==\\\"\\\"+c&&(a.defaultValue=\\\"\\\"+c)}\\nfunction Ic(a){switch(typeof a){case \\\"boolean\\\":case \\\"number\\\":case \\\"object\\\":case \\\"string\\\":case \\\"undefined\\\":return a;default:return\\\"\\\"}}var Nc={change:{phasedRegistrationNames:{bubbled:\\\"onChange\\\",captured:\\\"onChangeCapture\\\"},dependencies:\\\"blur change click focus input keydown keyup selectionchange\\\".split(\\\" \\\")}};function Oc(a,b,c){a=H.getPooled(Nc.change,a,b,c);a.type=\\\"change\\\";Ob(c);Ya(a);return a}var Pc=null,Qc=null;function Rc(a){Ia(a,!1)}function Sc(a){var b=Oa(a);if(dc(b))return a}\\nfunction Tc(a,b){if(\\\"change\\\"===a)return b}var Uc=!1;m.canUseDOM&&(Uc=$b(\\\"input\\\")&&(!document.documentMode||9<document.documentMode));function Vc(){Pc&&(Pc.detachEvent(\\\"onpropertychange\\\",Wc),Qc=Pc=null)}function Wc(a){\\\"value\\\"===a.propertyName&&Sc(Qc)&&(a=Oc(Qc,a,Zb(a)),Wb(Rc,a))}function Xc(a,b,c){\\\"focus\\\"===a?(Vc(),Pc=b,Qc=c,Pc.attachEvent(\\\"onpropertychange\\\",Wc)):\\\"blur\\\"===a&&Vc()}function Yc(a){if(\\\"selectionchange\\\"===a||\\\"keyup\\\"===a||\\\"keydown\\\"===a)return Sc(Qc)}\\nfunction Zc(a,b){if(\\\"click\\\"===a)return Sc(b)}function $c(a,b){if(\\\"input\\\"===a||\\\"change\\\"===a)return Sc(b)}\\nvar ad={eventTypes:Nc,_isInputEventSupported:Uc,extractEvents:function(a,b,c,d){var e=b?Oa(b):window,f=void 0,g=void 0,h=e.nodeName&&e.nodeName.toLowerCase();\\\"select\\\"===h||\\\"input\\\"===h&&\\\"file\\\"===e.type?f=Tc:Yb(e)?Uc?f=$c:(f=Yc,g=Xc):(h=e.nodeName)&&\\\"input\\\"===h.toLowerCase()&&(\\\"checkbox\\\"===e.type||\\\"radio\\\"===e.type)&&(f=Zc);if(f&&(f=f(a,b)))return Oc(f,c,d);g&&g(a,e,b);\\\"blur\\\"===a&&(a=e._wrapperState)&&a.controlled&&\\\"number\\\"===e.type&&Lc(e,\\\"number\\\",e.value)}},bd=H.extend({view:null,detail:null}),cd={Alt:\\\"altKey\\\",\\nControl:\\\"ctrlKey\\\",Meta:\\\"metaKey\\\",Shift:\\\"shiftKey\\\"};function dd(a){var b=this.nativeEvent;return b.getModifierState?b.getModifierState(a):(a=cd[a])?!!b[a]:!1}function ed(){return dd}\\nvar fd=bd.extend({screenX:null,screenY:null,clientX:null,clientY:null,pageX:null,pageY:null,ctrlKey:null,shiftKey:null,altKey:null,metaKey:null,getModifierState:ed,button:null,buttons:null,relatedTarget:function(a){return a.relatedTarget||(a.fromElement===a.srcElement?a.toElement:a.fromElement)}}),gd=fd.extend({pointerId:null,width:null,height:null,pressure:null,tiltX:null,tiltY:null,pointerType:null,isPrimary:null}),hd={mouseEnter:{registrationName:\\\"onMouseEnter\\\",dependencies:[\\\"mouseout\\\",\\\"mouseover\\\"]},\\nmouseLeave:{registrationName:\\\"onMouseLeave\\\",dependencies:[\\\"mouseout\\\",\\\"mouseover\\\"]},pointerEnter:{registrationName:\\\"onPointerEnter\\\",dependencies:[\\\"pointerout\\\",\\\"pointerover\\\"]},pointerLeave:{registrationName:\\\"onPointerLeave\\\",dependencies:[\\\"pointerout\\\",\\\"pointerover\\\"]}},id={eventTypes:hd,extractEvents:function(a,b,c,d){var e=\\\"mouseover\\\"===a||\\\"pointerover\\\"===a,f=\\\"mouseout\\\"===a||\\\"pointerout\\\"===a;if(e&&(c.relatedTarget||c.fromElement)||!f&&!e)return null;e=d.window===d?d:(e=d.ownerDocument)?e.defaultView||\\ne.parentWindow:window;f?(f=b,b=(b=c.relatedTarget||c.toElement)?Na(b):null):f=null;if(f===b)return null;var g=void 0,h=void 0,k=void 0,n=void 0;if(\\\"mouseout\\\"===a||\\\"mouseover\\\"===a)g=fd,h=hd.mouseLeave,k=hd.mouseEnter,n=\\\"mouse\\\";else if(\\\"pointerout\\\"===a||\\\"pointerover\\\"===a)g=gd,h=hd.pointerLeave,k=hd.pointerEnter,n=\\\"pointer\\\";a=null==f?e:Oa(f);e=null==b?e:Oa(b);h=g.getPooled(h,f,c,d);h.type=n+\\\"leave\\\";h.target=a;h.relatedTarget=e;c=g.getPooled(k,b,c,d);c.type=n+\\\"enter\\\";c.target=e;c.relatedTarget=a;Za(h,\\nc,f,b);return[h,c]}};function jd(a){var b=a;if(a.alternate)for(;b.return;)b=b.return;else{if(0!==(b.effectTag&2))return 1;for(;b.return;)if(b=b.return,0!==(b.effectTag&2))return 1}return 3===b.tag?2:3}function kd(a){2!==jd(a)?A(\\\"188\\\"):void 0}\\nfunction ld(a){var b=a.alternate;if(!b)return b=jd(a),3===b?A(\\\"188\\\"):void 0,1===b?null:a;for(var c=a,d=b;;){var e=c.return,f=e?e.alternate:null;if(!e||!f)break;if(e.child===f.child){for(var g=e.child;g;){if(g===c)return kd(e),a;if(g===d)return kd(e),b;g=g.sibling}A(\\\"188\\\")}if(c.return!==d.return)c=e,d=f;else{g=!1;for(var h=e.child;h;){if(h===c){g=!0;c=e;d=f;break}if(h===d){g=!0;d=e;c=f;break}h=h.sibling}if(!g){for(h=f.child;h;){if(h===c){g=!0;c=f;d=e;break}if(h===d){g=!0;d=f;c=e;break}h=h.sibling}g?\\nvoid 0:A(\\\"189\\\")}}c.alternate!==d?A(\\\"190\\\"):void 0}3!==c.tag?A(\\\"188\\\"):void 0;return c.stateNode.current===c?a:b}function md(a){a=ld(a);if(!a)return null;for(var b=a;;){if(5===b.tag||6===b.tag)return b;if(b.child)b.child.return=b,b=b.child;else{if(b===a)break;for(;!b.sibling;){if(!b.return||b.return===a)return null;b=b.return}b.sibling.return=b.return;b=b.sibling}}return null}\\nfunction nd(a){a=ld(a);if(!a)return null;for(var b=a;;){if(5===b.tag||6===b.tag)return b;if(b.child&&4!==b.tag)b.child.return=b,b=b.child;else{if(b===a)break;for(;!b.sibling;){if(!b.return||b.return===a)return null;b=b.return}b.sibling.return=b.return;b=b.sibling}}return null}var od=H.extend({animationName:null,elapsedTime:null,pseudoElement:null}),pd=H.extend({clipboardData:function(a){return\\\"clipboardData\\\"in a?a.clipboardData:window.clipboardData}}),qd=bd.extend({relatedTarget:null});\\nfunction rd(a){var b=a.keyCode;\\\"charCode\\\"in a?(a=a.charCode,0===a&&13===b&&(a=13)):a=b;10===a&&(a=13);return 32<=a||13===a?a:0}\\nvar sd={Esc:\\\"Escape\\\",Spacebar:\\\" \\\",Left:\\\"ArrowLeft\\\",Up:\\\"ArrowUp\\\",Right:\\\"ArrowRight\\\",Down:\\\"ArrowDown\\\",Del:\\\"Delete\\\",Win:\\\"OS\\\",Menu:\\\"ContextMenu\\\",Apps:\\\"ContextMenu\\\",Scroll:\\\"ScrollLock\\\",MozPrintableKey:\\\"Unidentified\\\"},td={8:\\\"Backspace\\\",9:\\\"Tab\\\",12:\\\"Clear\\\",13:\\\"Enter\\\",16:\\\"Shift\\\",17:\\\"Control\\\",18:\\\"Alt\\\",19:\\\"Pause\\\",20:\\\"CapsLock\\\",27:\\\"Escape\\\",32:\\\" \\\",33:\\\"PageUp\\\",34:\\\"PageDown\\\",35:\\\"End\\\",36:\\\"Home\\\",37:\\\"ArrowLeft\\\",38:\\\"ArrowUp\\\",39:\\\"ArrowRight\\\",40:\\\"ArrowDown\\\",45:\\\"Insert\\\",46:\\\"Delete\\\",112:\\\"F1\\\",113:\\\"F2\\\",114:\\\"F3\\\",115:\\\"F4\\\",\\n116:\\\"F5\\\",117:\\\"F6\\\",118:\\\"F7\\\",119:\\\"F8\\\",120:\\\"F9\\\",121:\\\"F10\\\",122:\\\"F11\\\",123:\\\"F12\\\",144:\\\"NumLock\\\",145:\\\"ScrollLock\\\",224:\\\"Meta\\\"},ud=bd.extend({key:function(a){if(a.key){var b=sd[a.key]||a.key;if(\\\"Unidentified\\\"!==b)return b}return\\\"keypress\\\"===a.type?(a=rd(a),13===a?\\\"Enter\\\":String.fromCharCode(a)):\\\"keydown\\\"===a.type||\\\"keyup\\\"===a.type?td[a.keyCode]||\\\"Unidentified\\\":\\\"\\\"},location:null,ctrlKey:null,shiftKey:null,altKey:null,metaKey:null,repeat:null,locale:null,getModifierState:ed,charCode:function(a){return\\\"keypress\\\"===\\na.type?rd(a):0},keyCode:function(a){return\\\"keydown\\\"===a.type||\\\"keyup\\\"===a.type?a.keyCode:0},which:function(a){return\\\"keypress\\\"===a.type?rd(a):\\\"keydown\\\"===a.type||\\\"keyup\\\"===a.type?a.keyCode:0}}),vd=fd.extend({dataTransfer:null}),wd=bd.extend({touches:null,targetTouches:null,changedTouches:null,altKey:null,metaKey:null,ctrlKey:null,shiftKey:null,getModifierState:ed}),xd=H.extend({propertyName:null,elapsedTime:null,pseudoElement:null}),yd=fd.extend({deltaX:function(a){return\\\"deltaX\\\"in a?a.deltaX:\\\"wheelDeltaX\\\"in\\na?-a.wheelDeltaX:0},deltaY:function(a){return\\\"deltaY\\\"in a?a.deltaY:\\\"wheelDeltaY\\\"in a?-a.wheelDeltaY:\\\"wheelDelta\\\"in a?-a.wheelDelta:0},deltaZ:null,deltaMode:null}),zd=[[\\\"abort\\\",\\\"abort\\\"],[fb,\\\"animationEnd\\\"],[gb,\\\"animationIteration\\\"],[hb,\\\"animationStart\\\"],[\\\"canplay\\\",\\\"canPlay\\\"],[\\\"canplaythrough\\\",\\\"canPlayThrough\\\"],[\\\"drag\\\",\\\"drag\\\"],[\\\"dragenter\\\",\\\"dragEnter\\\"],[\\\"dragexit\\\",\\\"dragExit\\\"],[\\\"dragleave\\\",\\\"dragLeave\\\"],[\\\"dragover\\\",\\\"dragOver\\\"],[\\\"durationchange\\\",\\\"durationChange\\\"],[\\\"emptied\\\",\\\"emptied\\\"],[\\\"encrypted\\\",\\\"encrypted\\\"],\\n[\\\"ended\\\",\\\"ended\\\"],[\\\"error\\\",\\\"error\\\"],[\\\"gotpointercapture\\\",\\\"gotPointerCapture\\\"],[\\\"load\\\",\\\"load\\\"],[\\\"loadeddata\\\",\\\"loadedData\\\"],[\\\"loadedmetadata\\\",\\\"loadedMetadata\\\"],[\\\"loadstart\\\",\\\"loadStart\\\"],[\\\"lostpointercapture\\\",\\\"lostPointerCapture\\\"],[\\\"mousemove\\\",\\\"mouseMove\\\"],[\\\"mouseout\\\",\\\"mouseOut\\\"],[\\\"mouseover\\\",\\\"mouseOver\\\"],[\\\"playing\\\",\\\"playing\\\"],[\\\"pointermove\\\",\\\"pointerMove\\\"],[\\\"pointerout\\\",\\\"pointerOut\\\"],[\\\"pointerover\\\",\\\"pointerOver\\\"],[\\\"progress\\\",\\\"progress\\\"],[\\\"scroll\\\",\\\"scroll\\\"],[\\\"seeking\\\",\\\"seeking\\\"],[\\\"stalled\\\",\\\"stalled\\\"],\\n[\\\"suspend\\\",\\\"suspend\\\"],[\\\"timeupdate\\\",\\\"timeUpdate\\\"],[\\\"toggle\\\",\\\"toggle\\\"],[\\\"touchmove\\\",\\\"touchMove\\\"],[ib,\\\"transitionEnd\\\"],[\\\"waiting\\\",\\\"waiting\\\"],[\\\"wheel\\\",\\\"wheel\\\"]],Ad={},Bd={};function Cd(a,b){var c=a[0];a=a[1];var d=\\\"on\\\"+(a[0].toUpperCase()+a.slice(1));b={phasedRegistrationNames:{bubbled:d,captured:d+\\\"Capture\\\"},dependencies:[c],isInteractive:b};Ad[a]=b;Bd[c]=b}\\n[[\\\"blur\\\",\\\"blur\\\"],[\\\"cancel\\\",\\\"cancel\\\"],[\\\"click\\\",\\\"click\\\"],[\\\"close\\\",\\\"close\\\"],[\\\"contextmenu\\\",\\\"contextMenu\\\"],[\\\"copy\\\",\\\"copy\\\"],[\\\"cut\\\",\\\"cut\\\"],[\\\"dblclick\\\",\\\"doubleClick\\\"],[\\\"dragend\\\",\\\"dragEnd\\\"],[\\\"dragstart\\\",\\\"dragStart\\\"],[\\\"drop\\\",\\\"drop\\\"],[\\\"focus\\\",\\\"focus\\\"],[\\\"input\\\",\\\"input\\\"],[\\\"invalid\\\",\\\"invalid\\\"],[\\\"keydown\\\",\\\"keyDown\\\"],[\\\"keypress\\\",\\\"keyPress\\\"],[\\\"keyup\\\",\\\"keyUp\\\"],[\\\"mousedown\\\",\\\"mouseDown\\\"],[\\\"mouseup\\\",\\\"mouseUp\\\"],[\\\"paste\\\",\\\"paste\\\"],[\\\"pause\\\",\\\"pause\\\"],[\\\"play\\\",\\\"play\\\"],[\\\"pointercancel\\\",\\\"pointerCancel\\\"],[\\\"pointerdown\\\",\\\"pointerDown\\\"],\\n[\\\"pointerup\\\",\\\"pointerUp\\\"],[\\\"ratechange\\\",\\\"rateChange\\\"],[\\\"reset\\\",\\\"reset\\\"],[\\\"seeked\\\",\\\"seeked\\\"],[\\\"submit\\\",\\\"submit\\\"],[\\\"touchcancel\\\",\\\"touchCancel\\\"],[\\\"touchend\\\",\\\"touchEnd\\\"],[\\\"touchstart\\\",\\\"touchStart\\\"],[\\\"volumechange\\\",\\\"volumeChange\\\"]].forEach(function(a){Cd(a,!0)});zd.forEach(function(a){Cd(a,!1)});\\nvar Dd={eventTypes:Ad,isInteractiveTopLevelEventType:function(a){a=Bd[a];return void 0!==a&&!0===a.isInteractive},extractEvents:function(a,b,c,d){var e=Bd[a];if(!e)return null;switch(a){case \\\"keypress\\\":if(0===rd(c))return null;case \\\"keydown\\\":case \\\"keyup\\\":a=ud;break;case \\\"blur\\\":case \\\"focus\\\":a=qd;break;case \\\"click\\\":if(2===c.button)return null;case \\\"dblclick\\\":case \\\"mousedown\\\":case \\\"mousemove\\\":case \\\"mouseup\\\":case \\\"mouseout\\\":case \\\"mouseover\\\":case \\\"contextmenu\\\":a=fd;break;case \\\"drag\\\":case \\\"dragend\\\":case \\\"dragenter\\\":case \\\"dragexit\\\":case \\\"dragleave\\\":case \\\"dragover\\\":case \\\"dragstart\\\":case \\\"drop\\\":a=\\nvd;break;case \\\"touchcancel\\\":case \\\"touchend\\\":case \\\"touchmove\\\":case \\\"touchstart\\\":a=wd;break;case fb:case gb:case hb:a=od;break;case ib:a=xd;break;case \\\"scroll\\\":a=bd;break;case \\\"wheel\\\":a=yd;break;case \\\"copy\\\":case \\\"cut\\\":case \\\"paste\\\":a=pd;break;case \\\"gotpointercapture\\\":case \\\"lostpointercapture\\\":case \\\"pointercancel\\\":case \\\"pointerdown\\\":case \\\"pointermove\\\":case \\\"pointerout\\\":case \\\"pointerover\\\":case \\\"pointerup\\\":a=gd;break;default:a=H}b=a.getPooled(e,b,c,d);Ya(b);return b}},Ed=Dd.isInteractiveTopLevelEventType,\\nFd=[];function Gd(a){var b=a.targetInst;do{if(!b){a.ancestors.push(b);break}var c;for(c=b;c.return;)c=c.return;c=3!==c.tag?null:c.stateNode.containerInfo;if(!c)break;a.ancestors.push(b);b=Na(c)}while(b);for(c=0;c<a.ancestors.length;c++)b=a.ancestors[c],Ja(a.topLevelType,b,a.nativeEvent,Zb(a.nativeEvent))}var Hd=!0;function Id(a){Hd=!!a}function K(a,b){if(!b)return null;var c=(Ed(a)?Kd:Ld).bind(null,a);b.addEventListener(a,c,!1)}\\nfunction Md(a,b){if(!b)return null;var c=(Ed(a)?Kd:Ld).bind(null,a);b.addEventListener(a,c,!0)}function Kd(a,b){Tb(Ld,a,b)}function Ld(a,b){if(Hd){var c=Zb(b);c=Na(c);null===c||\\\"number\\\"!==typeof c.tag||2===jd(c)||(c=null);if(Fd.length){var d=Fd.pop();d.topLevelType=a;d.nativeEvent=b;d.targetInst=c;a=d}else a={topLevelType:a,nativeEvent:b,targetInst:c,ancestors:[]};try{Wb(Gd,a)}finally{a.topLevelType=null,a.nativeEvent=null,a.targetInst=null,a.ancestors.length=0,10>Fd.length&&Fd.push(a)}}}\\nvar Nd={get _enabled(){return Hd},setEnabled:Id,isEnabled:function(){return Hd},trapBubbledEvent:K,trapCapturedEvent:Md,dispatchEvent:Ld},Od={},Pd=0,Qd=\\\"_reactListenersID\\\"+(\\\"\\\"+Math.random()).slice(2);function Rd(a){Object.prototype.hasOwnProperty.call(a,Qd)||(a[Qd]=Pd++,Od[a[Qd]]={});return Od[a[Qd]]}function Sd(a){for(;a&&a.firstChild;)a=a.firstChild;return a}\\nfunction Td(a,b){var c=Sd(a);a=0;for(var d;c;){if(3===c.nodeType){d=a+c.textContent.length;if(a<=b&&d>=b)return{node:c,offset:b-a};a=d}a:{for(;c;){if(c.nextSibling){c=c.nextSibling;break a}c=c.parentNode}c=void 0}c=Sd(c)}}function Ud(a){var b=a&&a.nodeName&&a.nodeName.toLowerCase();return b&&(\\\"input\\\"===b&&(\\\"text\\\"===a.type||\\\"search\\\"===a.type||\\\"tel\\\"===a.type||\\\"url\\\"===a.type||\\\"password\\\"===a.type)||\\\"textarea\\\"===b||\\\"true\\\"===a.contentEditable)}\\nvar Vd=m.canUseDOM&&\\\"documentMode\\\"in document&&11>=document.documentMode,Wd={select:{phasedRegistrationNames:{bubbled:\\\"onSelect\\\",captured:\\\"onSelectCapture\\\"},dependencies:\\\"blur contextmenu focus keydown keyup mousedown mouseup selectionchange\\\".split(\\\" \\\")}},Xd=null,Yd=null,Zd=null,$d=!1;\\nfunction ae(a,b){if($d||null==Xd||Xd!==da())return null;var c=Xd;\\\"selectionStart\\\"in c&&Ud(c)?c={start:c.selectionStart,end:c.selectionEnd}:window.getSelection?(c=window.getSelection(),c={anchorNode:c.anchorNode,anchorOffset:c.anchorOffset,focusNode:c.focusNode,focusOffset:c.focusOffset}):c=void 0;return Zd&&ea(Zd,c)?null:(Zd=c,a=H.getPooled(Wd.select,Yd,a,b),a.type=\\\"select\\\",a.target=Xd,Ya(a),a)}\\nvar be={eventTypes:Wd,extractEvents:function(a,b,c,d){var e=d.window===d?d.document:9===d.nodeType?d:d.ownerDocument,f;if(!(f=!e)){a:{e=Rd(e);f=sa.onSelect;for(var g=0;g<f.length;g++){var h=f[g];if(!e.hasOwnProperty(h)||!e[h]){e=!1;break a}}e=!0}f=!e}if(f)return null;e=b?Oa(b):window;switch(a){case \\\"focus\\\":if(Yb(e)||\\\"true\\\"===e.contentEditable)Xd=e,Yd=b,Zd=null;break;case \\\"blur\\\":Zd=Yd=Xd=null;break;case \\\"mousedown\\\":$d=!0;break;case \\\"contextmenu\\\":case \\\"mouseup\\\":return $d=!1,ae(c,d);case \\\"selectionchange\\\":if(Vd)break;\\ncase \\\"keydown\\\":case \\\"keyup\\\":return ae(c,d)}return null}};Ga.injectEventPluginOrder(\\\"ResponderEventPlugin SimpleEventPlugin TapEventPlugin EnterLeaveEventPlugin ChangeEventPlugin SelectEventPlugin BeforeInputEventPlugin\\\".split(\\\" \\\"));wa=Qa.getFiberCurrentPropsFromNode;xa=Qa.getInstanceFromNode;ya=Qa.getNodeFromInstance;Ga.injectEventPluginsByName({SimpleEventPlugin:Dd,EnterLeaveEventPlugin:id,ChangeEventPlugin:ad,SelectEventPlugin:be,BeforeInputEventPlugin:Ib});\\nvar ce=\\\"function\\\"===typeof requestAnimationFrame?requestAnimationFrame:void 0,de=Date,ee=setTimeout,fe=clearTimeout,ge=void 0;if(\\\"object\\\"===typeof performance&&\\\"function\\\"===typeof performance.now){var he=performance;ge=function(){return he.now()}}else ge=function(){return de.now()};var ie=void 0,je=void 0;\\nif(m.canUseDOM){var ke=\\\"function\\\"===typeof ce?ce:function(){A(\\\"276\\\")},L=null,le=null,me=-1,ne=!1,oe=!1,pe=0,qe=33,re=33,se={didTimeout:!1,timeRemaining:function(){var a=pe-ge();return 0<a?a:0}},ue=function(a,b){var c=a.scheduledCallback,d=!1;try{c(b),d=!0}finally{je(a),d||(ne=!0,window.postMessage(te,\\\"*\\\"))}},te=\\\"__reactIdleCallback$\\\"+Math.random().toString(36).slice(2);window.addEventListener(\\\"message\\\",function(a){if(a.source===window&&a.data===te&&(ne=!1,null!==L)){if(null!==L){var b=ge();if(!(-1===\\nme||me>b)){a=-1;for(var c=[],d=L;null!==d;){var e=d.timeoutTime;-1!==e&&e<=b?c.push(d):-1!==e&&(-1===a||e<a)&&(a=e);d=d.next}if(0<c.length)for(se.didTimeout=!0,b=0,d=c.length;b<d;b++)ue(c[b],se);me=a}}for(a=ge();0<pe-a&&null!==L;)a=L,se.didTimeout=!1,ue(a,se),a=ge();null===L||oe||(oe=!0,ke(ve))}},!1);var ve=function(a){oe=!1;var b=a-pe+re;b<re&&qe<re?(8>b&&(b=8),re=b<qe?qe:b):qe=b;pe=a+re;ne||(ne=!0,window.postMessage(te,\\\"*\\\"))};ie=function(a,b){var c=-1;null!=b&&\\\"number\\\"===typeof b.timeout&&(c=ge()+\\nb.timeout);if(-1===me||-1!==c&&c<me)me=c;a={scheduledCallback:a,timeoutTime:c,prev:null,next:null};null===L?L=a:(b=a.prev=le,null!==b&&(b.next=a));le=a;oe||(oe=!0,ke(ve));return a};je=function(a){if(null!==a.prev||L===a){var b=a.next,c=a.prev;a.next=null;a.prev=null;null!==b?null!==c?(c.next=b,b.prev=c):(b.prev=null,L=b):null!==c?(c.next=null,le=c):le=L=null}}}else{var we=new Map;ie=function(a){var b={scheduledCallback:a,timeoutTime:0,next:null,prev:null},c=ee(function(){a({timeRemaining:function(){return Infinity},\\ndidTimeout:!1})});we.set(a,c);return b};je=function(a){var b=we.get(a.scheduledCallback);we.delete(a);fe(b)}}function xe(a){var b=\\\"\\\";ba.Children.forEach(a,function(a){null==a||\\\"string\\\"!==typeof a&&\\\"number\\\"!==typeof a||(b+=a)});return b}function ye(a,b){a=p({children:void 0},b);if(b=xe(b.children))a.children=b;return a}\\nfunction ze(a,b,c,d){a=a.options;if(b){b={};for(var e=0;e<c.length;e++)b[\\\"$\\\"+c[e]]=!0;for(c=0;c<a.length;c++)e=b.hasOwnProperty(\\\"$\\\"+a[c].value),a[c].selected!==e&&(a[c].selected=e),e&&d&&(a[c].defaultSelected=!0)}else{c=\\\"\\\"+c;b=null;for(e=0;e<a.length;e++){if(a[e].value===c){a[e].selected=!0;d&&(a[e].defaultSelected=!0);return}null!==b||a[e].disabled||(b=a[e])}null!==b&&(b.selected=!0)}}\\nfunction Ae(a,b){var c=b.value;a._wrapperState={initialValue:null!=c?c:b.defaultValue,wasMultiple:!!b.multiple}}function Be(a,b){null!=b.dangerouslySetInnerHTML?A(\\\"91\\\"):void 0;return p({},b,{value:void 0,defaultValue:void 0,children:\\\"\\\"+a._wrapperState.initialValue})}function Ce(a,b){var c=b.value;null==c&&(c=b.defaultValue,b=b.children,null!=b&&(null!=c?A(\\\"92\\\"):void 0,Array.isArray(b)&&(1>=b.length?void 0:A(\\\"93\\\"),b=b[0]),c=\\\"\\\"+b),null==c&&(c=\\\"\\\"));a._wrapperState={initialValue:\\\"\\\"+c}}\\nfunction De(a,b){var c=b.value;null!=c&&(c=\\\"\\\"+c,c!==a.value&&(a.value=c),null==b.defaultValue&&(a.defaultValue=c));null!=b.defaultValue&&(a.defaultValue=b.defaultValue)}function Ee(a){var b=a.textContent;b===a._wrapperState.initialValue&&(a.value=b)}var Fe={html:\\\"http://www.w3.org/1999/xhtml\\\",mathml:\\\"http://www.w3.org/1998/Math/MathML\\\",svg:\\\"http://www.w3.org/2000/svg\\\"};\\nfunction Ge(a){switch(a){case \\\"svg\\\":return\\\"http://www.w3.org/2000/svg\\\";case \\\"math\\\":return\\\"http://www.w3.org/1998/Math/MathML\\\";default:return\\\"http://www.w3.org/1999/xhtml\\\"}}function He(a,b){return null==a||\\\"http://www.w3.org/1999/xhtml\\\"===a?Ge(b):\\\"http://www.w3.org/2000/svg\\\"===a&&\\\"foreignObject\\\"===b?\\\"http://www.w3.org/1999/xhtml\\\":a}\\nvar Ie=void 0,Je=function(a){return\\\"undefined\\\"!==typeof MSApp&&MSApp.execUnsafeLocalFunction?function(b,c,d,e){MSApp.execUnsafeLocalFunction(function(){return a(b,c,d,e)})}:a}(function(a,b){if(a.namespaceURI!==Fe.svg||\\\"innerHTML\\\"in a)a.innerHTML=b;else{Ie=Ie||document.createElement(\\\"div\\\");Ie.innerHTML=\\\"<svg>\\\"+b+\\\"</svg>\\\";for(b=Ie.firstChild;a.firstChild;)a.removeChild(a.firstChild);for(;b.firstChild;)a.appendChild(b.firstChild)}});\\nfunction Ke(a,b){if(b){var c=a.firstChild;if(c&&c===a.lastChild&&3===c.nodeType){c.nodeValue=b;return}}a.textContent=b}\\nvar Le={animationIterationCount:!0,borderImageOutset:!0,borderImageSlice:!0,borderImageWidth:!0,boxFlex:!0,boxFlexGroup:!0,boxOrdinalGroup:!0,columnCount:!0,columns:!0,flex:!0,flexGrow:!0,flexPositive:!0,flexShrink:!0,flexNegative:!0,flexOrder:!0,gridRow:!0,gridRowEnd:!0,gridRowSpan:!0,gridRowStart:!0,gridColumn:!0,gridColumnEnd:!0,gridColumnSpan:!0,gridColumnStart:!0,fontWeight:!0,lineClamp:!0,lineHeight:!0,opacity:!0,order:!0,orphans:!0,tabSize:!0,widows:!0,zIndex:!0,zoom:!0,fillOpacity:!0,floodOpacity:!0,\\nstopOpacity:!0,strokeDasharray:!0,strokeDashoffset:!0,strokeMiterlimit:!0,strokeOpacity:!0,strokeWidth:!0},Me=[\\\"Webkit\\\",\\\"ms\\\",\\\"Moz\\\",\\\"O\\\"];Object.keys(Le).forEach(function(a){Me.forEach(function(b){b=b+a.charAt(0).toUpperCase()+a.substring(1);Le[b]=Le[a]})});\\nfunction Ne(a,b){a=a.style;for(var c in b)if(b.hasOwnProperty(c)){var d=0===c.indexOf(\\\"--\\\");var e=c;var f=b[c];e=null==f||\\\"boolean\\\"===typeof f||\\\"\\\"===f?\\\"\\\":d||\\\"number\\\"!==typeof f||0===f||Le.hasOwnProperty(e)&&Le[e]?(\\\"\\\"+f).trim():f+\\\"px\\\";\\\"float\\\"===c&&(c=\\\"cssFloat\\\");d?a.setProperty(c,e):a[c]=e}}var Oe=p({menuitem:!0},{area:!0,base:!0,br:!0,col:!0,embed:!0,hr:!0,img:!0,input:!0,keygen:!0,link:!0,meta:!0,param:!0,source:!0,track:!0,wbr:!0});\\nfunction Pe(a,b,c){b&&(Oe[a]&&(null!=b.children||null!=b.dangerouslySetInnerHTML?A(\\\"137\\\",a,c()):void 0),null!=b.dangerouslySetInnerHTML&&(null!=b.children?A(\\\"60\\\"):void 0,\\\"object\\\"===typeof b.dangerouslySetInnerHTML&&\\\"__html\\\"in b.dangerouslySetInnerHTML?void 0:A(\\\"61\\\")),null!=b.style&&\\\"object\\\"!==typeof b.style?A(\\\"62\\\",c()):void 0)}\\nfunction Qe(a,b){if(-1===a.indexOf(\\\"-\\\"))return\\\"string\\\"===typeof b.is;switch(a){case \\\"annotation-xml\\\":case \\\"color-profile\\\":case \\\"font-face\\\":case \\\"font-face-src\\\":case \\\"font-face-uri\\\":case \\\"font-face-format\\\":case \\\"font-face-name\\\":case \\\"missing-glyph\\\":return!1;default:return!0}}var Re=v.thatReturns(\\\"\\\");\\nfunction Se(a,b){a=9===a.nodeType||11===a.nodeType?a:a.ownerDocument;var c=Rd(a);b=sa[b];for(var d=0;d<b.length;d++){var e=b[d];if(!c.hasOwnProperty(e)||!c[e]){switch(e){case \\\"scroll\\\":Md(\\\"scroll\\\",a);break;case \\\"focus\\\":case \\\"blur\\\":Md(\\\"focus\\\",a);Md(\\\"blur\\\",a);c.blur=!0;c.focus=!0;break;case \\\"cancel\\\":case \\\"close\\\":$b(e,!0)&&Md(e,a);break;case \\\"invalid\\\":case \\\"submit\\\":case \\\"reset\\\":break;default:-1===jb.indexOf(e)&&K(e,a)}c[e]=!0}}}\\nfunction Te(a,b,c,d){c=9===c.nodeType?c:c.ownerDocument;d===Fe.html&&(d=Ge(a));d===Fe.html?\\\"script\\\"===a?(a=c.createElement(\\\"div\\\"),a.innerHTML=\\\"<script>\\\\x3c/script>\\\",a=a.removeChild(a.firstChild)):a=\\\"string\\\"===typeof b.is?c.createElement(a,{is:b.is}):c.createElement(a):a=c.createElementNS(d,a);return a}function Ue(a,b){return(9===b.nodeType?b:b.ownerDocument).createTextNode(a)}\\nfunction Ve(a,b,c,d){var e=Qe(b,c);switch(b){case \\\"iframe\\\":case \\\"object\\\":K(\\\"load\\\",a);var f=c;break;case \\\"video\\\":case \\\"audio\\\":for(f=0;f<jb.length;f++)K(jb[f],a);f=c;break;case \\\"source\\\":K(\\\"error\\\",a);f=c;break;case \\\"img\\\":case \\\"image\\\":case \\\"link\\\":K(\\\"error\\\",a);K(\\\"load\\\",a);f=c;break;case \\\"form\\\":K(\\\"reset\\\",a);K(\\\"submit\\\",a);f=c;break;case \\\"details\\\":K(\\\"toggle\\\",a);f=c;break;case \\\"input\\\":Hc(a,c);f=Gc(a,c);K(\\\"invalid\\\",a);Se(d,\\\"onChange\\\");break;case \\\"option\\\":f=ye(a,c);break;case \\\"select\\\":Ae(a,c);f=p({},c,{value:void 0});\\nK(\\\"invalid\\\",a);Se(d,\\\"onChange\\\");break;case \\\"textarea\\\":Ce(a,c);f=Be(a,c);K(\\\"invalid\\\",a);Se(d,\\\"onChange\\\");break;default:f=c}Pe(b,f,Re);var g=f,h;for(h in g)if(g.hasOwnProperty(h)){var k=g[h];\\\"style\\\"===h?Ne(a,k,Re):\\\"dangerouslySetInnerHTML\\\"===h?(k=k?k.__html:void 0,null!=k&&Je(a,k)):\\\"children\\\"===h?\\\"string\\\"===typeof k?(\\\"textarea\\\"!==b||\\\"\\\"!==k)&&Ke(a,k):\\\"number\\\"===typeof k&&Ke(a,\\\"\\\"+k):\\\"suppressContentEditableWarning\\\"!==h&&\\\"suppressHydrationWarning\\\"!==h&&\\\"autoFocus\\\"!==h&&(ra.hasOwnProperty(h)?null!=k&&Se(d,\\nh):null!=k&&Fc(a,h,k,e))}switch(b){case \\\"input\\\":cc(a);Mc(a,c,!1);break;case \\\"textarea\\\":cc(a);Ee(a,c);break;case \\\"option\\\":null!=c.value&&a.setAttribute(\\\"value\\\",c.value);break;case \\\"select\\\":a.multiple=!!c.multiple;b=c.value;null!=b?ze(a,!!c.multiple,b,!1):null!=c.defaultValue&&ze(a,!!c.multiple,c.defaultValue,!0);break;default:\\\"function\\\"===typeof f.onClick&&(a.onclick=v)}}\\nfunction We(a,b,c,d,e){var f=null;switch(b){case \\\"input\\\":c=Gc(a,c);d=Gc(a,d);f=[];break;case \\\"option\\\":c=ye(a,c);d=ye(a,d);f=[];break;case \\\"select\\\":c=p({},c,{value:void 0});d=p({},d,{value:void 0});f=[];break;case \\\"textarea\\\":c=Be(a,c);d=Be(a,d);f=[];break;default:\\\"function\\\"!==typeof c.onClick&&\\\"function\\\"===typeof d.onClick&&(a.onclick=v)}Pe(b,d,Re);b=a=void 0;var g=null;for(a in c)if(!d.hasOwnProperty(a)&&c.hasOwnProperty(a)&&null!=c[a])if(\\\"style\\\"===a){var h=c[a];for(b in h)h.hasOwnProperty(b)&&(g||\\n(g={}),g[b]=\\\"\\\")}else\\\"dangerouslySetInnerHTML\\\"!==a&&\\\"children\\\"!==a&&\\\"suppressContentEditableWarning\\\"!==a&&\\\"suppressHydrationWarning\\\"!==a&&\\\"autoFocus\\\"!==a&&(ra.hasOwnProperty(a)?f||(f=[]):(f=f||[]).push(a,null));for(a in d){var k=d[a];h=null!=c?c[a]:void 0;if(d.hasOwnProperty(a)&&k!==h&&(null!=k||null!=h))if(\\\"style\\\"===a)if(h){for(b in h)!h.hasOwnProperty(b)||k&&k.hasOwnProperty(b)||(g||(g={}),g[b]=\\\"\\\");for(b in k)k.hasOwnProperty(b)&&h[b]!==k[b]&&(g||(g={}),g[b]=k[b])}else g||(f||(f=[]),f.push(a,g)),\\ng=k;else\\\"dangerouslySetInnerHTML\\\"===a?(k=k?k.__html:void 0,h=h?h.__html:void 0,null!=k&&h!==k&&(f=f||[]).push(a,\\\"\\\"+k)):\\\"children\\\"===a?h===k||\\\"string\\\"!==typeof k&&\\\"number\\\"!==typeof k||(f=f||[]).push(a,\\\"\\\"+k):\\\"suppressContentEditableWarning\\\"!==a&&\\\"suppressHydrationWarning\\\"!==a&&(ra.hasOwnProperty(a)?(null!=k&&Se(e,a),f||h===k||(f=[])):(f=f||[]).push(a,k))}g&&(f=f||[]).push(\\\"style\\\",g);return f}\\nfunction Xe(a,b,c,d,e){\\\"input\\\"===c&&\\\"radio\\\"===e.type&&null!=e.name&&Jc(a,e);Qe(c,d);d=Qe(c,e);for(var f=0;f<b.length;f+=2){var g=b[f],h=b[f+1];\\\"style\\\"===g?Ne(a,h,Re):\\\"dangerouslySetInnerHTML\\\"===g?Je(a,h):\\\"children\\\"===g?Ke(a,h):Fc(a,g,h,d)}switch(c){case \\\"input\\\":Kc(a,e);break;case \\\"textarea\\\":De(a,e);break;case \\\"select\\\":a._wrapperState.initialValue=void 0,b=a._wrapperState.wasMultiple,a._wrapperState.wasMultiple=!!e.multiple,c=e.value,null!=c?ze(a,!!e.multiple,c,!1):b!==!!e.multiple&&(null!=e.defaultValue?\\nze(a,!!e.multiple,e.defaultValue,!0):ze(a,!!e.multiple,e.multiple?[]:\\\"\\\",!1))}}\\nfunction Ye(a,b,c,d,e){switch(b){case \\\"iframe\\\":case \\\"object\\\":K(\\\"load\\\",a);break;case \\\"video\\\":case \\\"audio\\\":for(d=0;d<jb.length;d++)K(jb[d],a);break;case \\\"source\\\":K(\\\"error\\\",a);break;case \\\"img\\\":case \\\"image\\\":case \\\"link\\\":K(\\\"error\\\",a);K(\\\"load\\\",a);break;case \\\"form\\\":K(\\\"reset\\\",a);K(\\\"submit\\\",a);break;case \\\"details\\\":K(\\\"toggle\\\",a);break;case \\\"input\\\":Hc(a,c);K(\\\"invalid\\\",a);Se(e,\\\"onChange\\\");break;case \\\"select\\\":Ae(a,c);K(\\\"invalid\\\",a);Se(e,\\\"onChange\\\");break;case \\\"textarea\\\":Ce(a,c),K(\\\"invalid\\\",a),Se(e,\\\"onChange\\\")}Pe(b,\\nc,Re);d=null;for(var f in c)if(c.hasOwnProperty(f)){var g=c[f];\\\"children\\\"===f?\\\"string\\\"===typeof g?a.textContent!==g&&(d=[\\\"children\\\",g]):\\\"number\\\"===typeof g&&a.textContent!==\\\"\\\"+g&&(d=[\\\"children\\\",\\\"\\\"+g]):ra.hasOwnProperty(f)&&null!=g&&Se(e,f)}switch(b){case \\\"input\\\":cc(a);Mc(a,c,!0);break;case \\\"textarea\\\":cc(a);Ee(a,c);break;case \\\"select\\\":case \\\"option\\\":break;default:\\\"function\\\"===typeof c.onClick&&(a.onclick=v)}return d}function Ze(a,b){return a.nodeValue!==b}\\nvar $e={createElement:Te,createTextNode:Ue,setInitialProperties:Ve,diffProperties:We,updateProperties:Xe,diffHydratedProperties:Ye,diffHydratedText:Ze,warnForUnmatchedText:function(){},warnForDeletedHydratableElement:function(){},warnForDeletedHydratableText:function(){},warnForInsertedHydratedElement:function(){},warnForInsertedHydratedText:function(){},restoreControlledState:function(a,b,c){switch(b){case \\\"input\\\":Kc(a,c);b=c.name;if(\\\"radio\\\"===c.type&&null!=b){for(c=a;c.parentNode;)c=c.parentNode;\\nc=c.querySelectorAll(\\\"input[name=\\\"+JSON.stringify(\\\"\\\"+b)+'][type=\\\"radio\\\"]');for(b=0;b<c.length;b++){var d=c[b];if(d!==a&&d.form===a.form){var e=Pa(d);e?void 0:A(\\\"90\\\");dc(d);Kc(d,e)}}}break;case \\\"textarea\\\":De(a,c);break;case \\\"select\\\":b=c.value,null!=b&&ze(a,!!c.multiple,b,!1)}}},af=null,bf=null;function cf(a,b){switch(a){case \\\"button\\\":case \\\"input\\\":case \\\"select\\\":case \\\"textarea\\\":return!!b.autoFocus}return!1}\\nfunction df(a,b){return\\\"textarea\\\"===a||\\\"string\\\"===typeof b.children||\\\"number\\\"===typeof b.children||\\\"object\\\"===typeof b.dangerouslySetInnerHTML&&null!==b.dangerouslySetInnerHTML&&\\\"string\\\"===typeof b.dangerouslySetInnerHTML.__html}var ef=ge,ff=ie,gf=je;function hf(a){for(a=a.nextSibling;a&&1!==a.nodeType&&3!==a.nodeType;)a=a.nextSibling;return a}function jf(a){for(a=a.firstChild;a&&1!==a.nodeType&&3!==a.nodeType;)a=a.nextSibling;return a}new Set;var kf=[],lf=-1;function mf(a){return{current:a}}\\nfunction M(a){0>lf||(a.current=kf[lf],kf[lf]=null,lf--)}function N(a,b){lf++;kf[lf]=a.current;a.current=b}var nf=mf(ha),O=mf(!1),of=ha;function pf(a){return qf(a)?of:nf.current}\\nfunction rf(a,b){var c=a.type.contextTypes;if(!c)return ha;var d=a.stateNode;if(d&&d.__reactInternalMemoizedUnmaskedChildContext===b)return d.__reactInternalMemoizedMaskedChildContext;var e={},f;for(f in c)e[f]=b[f];d&&(a=a.stateNode,a.__reactInternalMemoizedUnmaskedChildContext=b,a.__reactInternalMemoizedMaskedChildContext=e);return e}function qf(a){return 2===a.tag&&null!=a.type.childContextTypes}function sf(a){qf(a)&&(M(O,a),M(nf,a))}function tf(a){M(O,a);M(nf,a)}\\nfunction uf(a,b,c){nf.current!==ha?A(\\\"168\\\"):void 0;N(nf,b,a);N(O,c,a)}function vf(a,b){var c=a.stateNode,d=a.type.childContextTypes;if(\\\"function\\\"!==typeof c.getChildContext)return b;c=c.getChildContext();for(var e in c)e in d?void 0:A(\\\"108\\\",uc(a)||\\\"Unknown\\\",e);return p({},b,c)}function wf(a){if(!qf(a))return!1;var b=a.stateNode;b=b&&b.__reactInternalMemoizedMergedChildContext||ha;of=nf.current;N(nf,b,a);N(O,O.current,a);return!0}\\nfunction xf(a,b){var c=a.stateNode;c?void 0:A(\\\"169\\\");if(b){var d=vf(a,of);c.__reactInternalMemoizedMergedChildContext=d;M(O,a);M(nf,a);N(nf,d,a)}else M(O,a);N(O,b,a)}\\nfunction yf(a,b,c,d){this.tag=a;this.key=c;this.sibling=this.child=this.return=this.stateNode=this.type=null;this.index=0;this.ref=null;this.pendingProps=b;this.memoizedState=this.updateQueue=this.memoizedProps=null;this.mode=d;this.effectTag=0;this.lastEffect=this.firstEffect=this.nextEffect=null;this.expirationTime=0;this.alternate=null}\\nfunction zf(a,b,c){var d=a.alternate;null===d?(d=new yf(a.tag,b,a.key,a.mode),d.type=a.type,d.stateNode=a.stateNode,d.alternate=a,a.alternate=d):(d.pendingProps=b,d.effectTag=0,d.nextEffect=null,d.firstEffect=null,d.lastEffect=null);d.expirationTime=c;d.child=a.child;d.memoizedProps=a.memoizedProps;d.memoizedState=a.memoizedState;d.updateQueue=a.updateQueue;d.sibling=a.sibling;d.index=a.index;d.ref=a.ref;return d}\\nfunction Af(a,b,c){var d=a.type,e=a.key;a=a.props;if(\\\"function\\\"===typeof d)var f=d.prototype&&d.prototype.isReactComponent?2:0;else if(\\\"string\\\"===typeof d)f=5;else switch(d){case ic:return Bf(a.children,b,c,e);case pc:f=11;b|=3;break;case jc:f=11;b|=2;break;case kc:return d=new yf(15,a,e,b|4),d.type=kc,d.expirationTime=c,d;case rc:f=16;b|=2;break;default:a:{switch(\\\"object\\\"===typeof d&&null!==d?d.$$typeof:null){case lc:f=13;break a;case mc:f=12;break a;case qc:f=14;break a;default:A(\\\"130\\\",null==d?\\nd:typeof d,\\\"\\\")}f=void 0}}b=new yf(f,a,e,b);b.type=d;b.expirationTime=c;return b}function Bf(a,b,c,d){a=new yf(10,a,d,b);a.expirationTime=c;return a}function Cf(a,b,c){a=new yf(6,a,null,b);a.expirationTime=c;return a}function Df(a,b,c){b=new yf(4,null!==a.children?a.children:[],a.key,b);b.expirationTime=c;b.stateNode={containerInfo:a.containerInfo,pendingChildren:null,implementation:a.implementation};return b}\\nfunction Ef(a,b,c){b=new yf(3,null,null,b?3:0);a={current:b,containerInfo:a,pendingChildren:null,earliestPendingTime:0,latestPendingTime:0,earliestSuspendedTime:0,latestSuspendedTime:0,latestPingedTime:0,pendingCommitExpirationTime:0,finishedWork:null,context:null,pendingContext:null,hydrate:c,remainingExpirationTime:0,firstBatch:null,nextScheduledRoot:null};return b.stateNode=a}var Ff=null,Gf=null;function Hf(a){return function(b){try{return a(b)}catch(c){}}}\\nfunction If(a){if(\\\"undefined\\\"===typeof __REACT_DEVTOOLS_GLOBAL_HOOK__)return!1;var b=__REACT_DEVTOOLS_GLOBAL_HOOK__;if(b.isDisabled||!b.supportsFiber)return!0;try{var c=b.inject(a);Ff=Hf(function(a){return b.onCommitFiberRoot(c,a)});Gf=Hf(function(a){return b.onCommitFiberUnmount(c,a)})}catch(d){}return!0}function Jf(a){\\\"function\\\"===typeof Ff&&Ff(a)}function Kf(a){\\\"function\\\"===typeof Gf&&Gf(a)}var Lf=!1;\\nfunction Mf(a){return{expirationTime:0,baseState:a,firstUpdate:null,lastUpdate:null,firstCapturedUpdate:null,lastCapturedUpdate:null,firstEffect:null,lastEffect:null,firstCapturedEffect:null,lastCapturedEffect:null}}function Nf(a){return{expirationTime:a.expirationTime,baseState:a.baseState,firstUpdate:a.firstUpdate,lastUpdate:a.lastUpdate,firstCapturedUpdate:null,lastCapturedUpdate:null,firstEffect:null,lastEffect:null,firstCapturedEffect:null,lastCapturedEffect:null}}\\nfunction Of(a){return{expirationTime:a,tag:0,payload:null,callback:null,next:null,nextEffect:null}}function Pf(a,b,c){null===a.lastUpdate?a.firstUpdate=a.lastUpdate=b:(a.lastUpdate.next=b,a.lastUpdate=b);if(0===a.expirationTime||a.expirationTime>c)a.expirationTime=c}\\nfunction Qf(a,b,c){var d=a.alternate;if(null===d){var e=a.updateQueue;var f=null;null===e&&(e=a.updateQueue=Mf(a.memoizedState))}else e=a.updateQueue,f=d.updateQueue,null===e?null===f?(e=a.updateQueue=Mf(a.memoizedState),f=d.updateQueue=Mf(d.memoizedState)):e=a.updateQueue=Nf(f):null===f&&(f=d.updateQueue=Nf(e));null===f||e===f?Pf(e,b,c):null===e.lastUpdate||null===f.lastUpdate?(Pf(e,b,c),Pf(f,b,c)):(Pf(e,b,c),f.lastUpdate=b)}\\nfunction Rf(a,b,c){var d=a.updateQueue;d=null===d?a.updateQueue=Mf(a.memoizedState):Sf(a,d);null===d.lastCapturedUpdate?d.firstCapturedUpdate=d.lastCapturedUpdate=b:(d.lastCapturedUpdate.next=b,d.lastCapturedUpdate=b);if(0===d.expirationTime||d.expirationTime>c)d.expirationTime=c}function Sf(a,b){var c=a.alternate;null!==c&&b===c.updateQueue&&(b=a.updateQueue=Nf(b));return b}\\nfunction Tf(a,b,c,d,e,f){switch(c.tag){case 1:return a=c.payload,\\\"function\\\"===typeof a?a.call(f,d,e):a;case 3:a.effectTag=a.effectTag&-1025|64;case 0:a=c.payload;e=\\\"function\\\"===typeof a?a.call(f,d,e):a;if(null===e||void 0===e)break;return p({},d,e);case 2:Lf=!0}return d}\\nfunction Uf(a,b,c,d,e){Lf=!1;if(!(0===b.expirationTime||b.expirationTime>e)){b=Sf(a,b);for(var f=b.baseState,g=null,h=0,k=b.firstUpdate,n=f;null!==k;){var r=k.expirationTime;if(r>e){if(null===g&&(g=k,f=n),0===h||h>r)h=r}else n=Tf(a,b,k,n,c,d),null!==k.callback&&(a.effectTag|=32,k.nextEffect=null,null===b.lastEffect?b.firstEffect=b.lastEffect=k:(b.lastEffect.nextEffect=k,b.lastEffect=k));k=k.next}r=null;for(k=b.firstCapturedUpdate;null!==k;){var w=k.expirationTime;if(w>e){if(null===r&&(r=k,null===\\ng&&(f=n)),0===h||h>w)h=w}else n=Tf(a,b,k,n,c,d),null!==k.callback&&(a.effectTag|=32,k.nextEffect=null,null===b.lastCapturedEffect?b.firstCapturedEffect=b.lastCapturedEffect=k:(b.lastCapturedEffect.nextEffect=k,b.lastCapturedEffect=k));k=k.next}null===g&&(b.lastUpdate=null);null===r?b.lastCapturedUpdate=null:a.effectTag|=32;null===g&&null===r&&(f=n);b.baseState=f;b.firstUpdate=g;b.firstCapturedUpdate=r;b.expirationTime=h;a.memoizedState=n}}\\nfunction Vf(a,b){\\\"function\\\"!==typeof a?A(\\\"191\\\",a):void 0;a.call(b)}\\nfunction Wf(a,b,c){null!==b.firstCapturedUpdate&&(null!==b.lastUpdate&&(b.lastUpdate.next=b.firstCapturedUpdate,b.lastUpdate=b.lastCapturedUpdate),b.firstCapturedUpdate=b.lastCapturedUpdate=null);a=b.firstEffect;for(b.firstEffect=b.lastEffect=null;null!==a;){var d=a.callback;null!==d&&(a.callback=null,Vf(d,c));a=a.nextEffect}a=b.firstCapturedEffect;for(b.firstCapturedEffect=b.lastCapturedEffect=null;null!==a;)b=a.callback,null!==b&&(a.callback=null,Vf(b,c)),a=a.nextEffect}\\nfunction Xf(a,b){return{value:a,source:b,stack:vc(b)}}var Yf=mf(null),Zf=mf(null),$f=mf(0);function ag(a){var b=a.type._context;N($f,b._changedBits,a);N(Zf,b._currentValue,a);N(Yf,a,a);b._currentValue=a.pendingProps.value;b._changedBits=a.stateNode}function bg(a){var b=$f.current,c=Zf.current;M(Yf,a);M(Zf,a);M($f,a);a=a.type._context;a._currentValue=c;a._changedBits=b}var cg={},dg=mf(cg),eg=mf(cg),fg=mf(cg);function gg(a){a===cg?A(\\\"174\\\"):void 0;return a}\\nfunction ig(a,b){N(fg,b,a);N(eg,a,a);N(dg,cg,a);var c=b.nodeType;switch(c){case 9:case 11:b=(b=b.documentElement)?b.namespaceURI:He(null,\\\"\\\");break;default:c=8===c?b.parentNode:b,b=c.namespaceURI||null,c=c.tagName,b=He(b,c)}M(dg,a);N(dg,b,a)}function jg(a){M(dg,a);M(eg,a);M(fg,a)}function kg(a){eg.current===a&&(M(dg,a),M(eg,a))}function lg(a,b,c){var d=a.memoizedState;b=b(c,d);d=null===b||void 0===b?d:p({},d,b);a.memoizedState=d;a=a.updateQueue;null!==a&&0===a.expirationTime&&(a.baseState=d)}\\nvar pg={isMounted:function(a){return(a=a._reactInternalFiber)?2===jd(a):!1},enqueueSetState:function(a,b,c){a=a._reactInternalFiber;var d=mg();d=ng(d,a);var e=Of(d);e.payload=b;void 0!==c&&null!==c&&(e.callback=c);Qf(a,e,d);og(a,d)},enqueueReplaceState:function(a,b,c){a=a._reactInternalFiber;var d=mg();d=ng(d,a);var e=Of(d);e.tag=1;e.payload=b;void 0!==c&&null!==c&&(e.callback=c);Qf(a,e,d);og(a,d)},enqueueForceUpdate:function(a,b){a=a._reactInternalFiber;var c=mg();c=ng(c,a);var d=Of(c);d.tag=2;void 0!==\\nb&&null!==b&&(d.callback=b);Qf(a,d,c);og(a,c)}};function qg(a,b,c,d,e,f){var g=a.stateNode;a=a.type;return\\\"function\\\"===typeof g.shouldComponentUpdate?g.shouldComponentUpdate(c,e,f):a.prototype&&a.prototype.isPureReactComponent?!ea(b,c)||!ea(d,e):!0}\\nfunction rg(a,b,c,d){a=b.state;\\\"function\\\"===typeof b.componentWillReceiveProps&&b.componentWillReceiveProps(c,d);\\\"function\\\"===typeof b.UNSAFE_componentWillReceiveProps&&b.UNSAFE_componentWillReceiveProps(c,d);b.state!==a&&pg.enqueueReplaceState(b,b.state,null)}\\nfunction sg(a,b){var c=a.type,d=a.stateNode,e=a.pendingProps,f=pf(a);d.props=e;d.state=a.memoizedState;d.refs=ha;d.context=rf(a,f);f=a.updateQueue;null!==f&&(Uf(a,f,e,d,b),d.state=a.memoizedState);f=a.type.getDerivedStateFromProps;\\\"function\\\"===typeof f&&(lg(a,f,e),d.state=a.memoizedState);\\\"function\\\"===typeof c.getDerivedStateFromProps||\\\"function\\\"===typeof d.getSnapshotBeforeUpdate||\\\"function\\\"!==typeof d.UNSAFE_componentWillMount&&\\\"function\\\"!==typeof d.componentWillMount||(c=d.state,\\\"function\\\"===typeof d.componentWillMount&&\\nd.componentWillMount(),\\\"function\\\"===typeof d.UNSAFE_componentWillMount&&d.UNSAFE_componentWillMount(),c!==d.state&&pg.enqueueReplaceState(d,d.state,null),f=a.updateQueue,null!==f&&(Uf(a,f,e,d,b),d.state=a.memoizedState));\\\"function\\\"===typeof d.componentDidMount&&(a.effectTag|=4)}var tg=Array.isArray;\\nfunction ug(a,b,c){a=c.ref;if(null!==a&&\\\"function\\\"!==typeof a&&\\\"object\\\"!==typeof a){if(c._owner){c=c._owner;var d=void 0;c&&(2!==c.tag?A(\\\"110\\\"):void 0,d=c.stateNode);d?void 0:A(\\\"147\\\",a);var e=\\\"\\\"+a;if(null!==b&&null!==b.ref&&\\\"function\\\"===typeof b.ref&&b.ref._stringRef===e)return b.ref;b=function(a){var b=d.refs===ha?d.refs={}:d.refs;null===a?delete b[e]:b[e]=a};b._stringRef=e;return b}\\\"string\\\"!==typeof a?A(\\\"148\\\"):void 0;c._owner?void 0:A(\\\"254\\\",a)}return a}\\nfunction vg(a,b){\\\"textarea\\\"!==a.type&&A(\\\"31\\\",\\\"[object Object]\\\"===Object.prototype.toString.call(b)?\\\"object with keys {\\\"+Object.keys(b).join(\\\", \\\")+\\\"}\\\":b,\\\"\\\")}\\nfunction wg(a){function b(b,c){if(a){var d=b.lastEffect;null!==d?(d.nextEffect=c,b.lastEffect=c):b.firstEffect=b.lastEffect=c;c.nextEffect=null;c.effectTag=8}}function c(c,d){if(!a)return null;for(;null!==d;)b(c,d),d=d.sibling;return null}function d(a,b){for(a=new Map;null!==b;)null!==b.key?a.set(b.key,b):a.set(b.index,b),b=b.sibling;return a}function e(a,b,c){a=zf(a,b,c);a.index=0;a.sibling=null;return a}function f(b,c,d){b.index=d;if(!a)return c;d=b.alternate;if(null!==d)return d=d.index,d<c?(b.effectTag=\\n2,c):d;b.effectTag=2;return c}function g(b){a&&null===b.alternate&&(b.effectTag=2);return b}function h(a,b,c,d){if(null===b||6!==b.tag)return b=Cf(c,a.mode,d),b.return=a,b;b=e(b,c,d);b.return=a;return b}function k(a,b,c,d){if(null!==b&&b.type===c.type)return d=e(b,c.props,d),d.ref=ug(a,b,c),d.return=a,d;d=Af(c,a.mode,d);d.ref=ug(a,b,c);d.return=a;return d}function n(a,b,c,d){if(null===b||4!==b.tag||b.stateNode.containerInfo!==c.containerInfo||b.stateNode.implementation!==c.implementation)return b=\\nDf(c,a.mode,d),b.return=a,b;b=e(b,c.children||[],d);b.return=a;return b}function r(a,b,c,d,f){if(null===b||10!==b.tag)return b=Bf(c,a.mode,d,f),b.return=a,b;b=e(b,c,d);b.return=a;return b}function w(a,b,c){if(\\\"string\\\"===typeof b||\\\"number\\\"===typeof b)return b=Cf(\\\"\\\"+b,a.mode,c),b.return=a,b;if(\\\"object\\\"===typeof b&&null!==b){switch(b.$$typeof){case gc:return c=Af(b,a.mode,c),c.ref=ug(a,null,b),c.return=a,c;case hc:return b=Df(b,a.mode,c),b.return=a,b}if(tg(b)||tc(b))return b=Bf(b,a.mode,c,null),b.return=\\na,b;vg(a,b)}return null}function P(a,b,c,d){var e=null!==b?b.key:null;if(\\\"string\\\"===typeof c||\\\"number\\\"===typeof c)return null!==e?null:h(a,b,\\\"\\\"+c,d);if(\\\"object\\\"===typeof c&&null!==c){switch(c.$$typeof){case gc:return c.key===e?c.type===ic?r(a,b,c.props.children,d,e):k(a,b,c,d):null;case hc:return c.key===e?n(a,b,c,d):null}if(tg(c)||tc(c))return null!==e?null:r(a,b,c,d,null);vg(a,c)}return null}function nc(a,b,c,d,e){if(\\\"string\\\"===typeof d||\\\"number\\\"===typeof d)return a=a.get(c)||null,h(b,a,\\\"\\\"+d,e);\\nif(\\\"object\\\"===typeof d&&null!==d){switch(d.$$typeof){case gc:return a=a.get(null===d.key?c:d.key)||null,d.type===ic?r(b,a,d.props.children,e,d.key):k(b,a,d,e);case hc:return a=a.get(null===d.key?c:d.key)||null,n(b,a,d,e)}if(tg(d)||tc(d))return a=a.get(c)||null,r(b,a,d,e,null);vg(b,d)}return null}function Jd(e,g,h,k){for(var u=null,x=null,t=g,q=g=0,n=null;null!==t&&q<h.length;q++){t.index>q?(n=t,t=null):n=t.sibling;var l=P(e,t,h[q],k);if(null===l){null===t&&(t=n);break}a&&t&&null===l.alternate&&b(e,\\nt);g=f(l,g,q);null===x?u=l:x.sibling=l;x=l;t=n}if(q===h.length)return c(e,t),u;if(null===t){for(;q<h.length;q++)if(t=w(e,h[q],k))g=f(t,g,q),null===x?u=t:x.sibling=t,x=t;return u}for(t=d(e,t);q<h.length;q++)if(n=nc(t,e,q,h[q],k))a&&null!==n.alternate&&t.delete(null===n.key?q:n.key),g=f(n,g,q),null===x?u=n:x.sibling=n,x=n;a&&t.forEach(function(a){return b(e,a)});return u}function E(e,g,h,k){var u=tc(h);\\\"function\\\"!==typeof u?A(\\\"150\\\"):void 0;h=u.call(h);null==h?A(\\\"151\\\"):void 0;for(var t=u=null,n=g,x=\\ng=0,y=null,l=h.next();null!==n&&!l.done;x++,l=h.next()){n.index>x?(y=n,n=null):y=n.sibling;var r=P(e,n,l.value,k);if(null===r){n||(n=y);break}a&&n&&null===r.alternate&&b(e,n);g=f(r,g,x);null===t?u=r:t.sibling=r;t=r;n=y}if(l.done)return c(e,n),u;if(null===n){for(;!l.done;x++,l=h.next())l=w(e,l.value,k),null!==l&&(g=f(l,g,x),null===t?u=l:t.sibling=l,t=l);return u}for(n=d(e,n);!l.done;x++,l=h.next())l=nc(n,e,x,l.value,k),null!==l&&(a&&null!==l.alternate&&n.delete(null===l.key?x:l.key),g=f(l,g,x),null===\\nt?u=l:t.sibling=l,t=l);a&&n.forEach(function(a){return b(e,a)});return u}return function(a,d,f,h){var k=\\\"object\\\"===typeof f&&null!==f&&f.type===ic&&null===f.key;k&&(f=f.props.children);var n=\\\"object\\\"===typeof f&&null!==f;if(n)switch(f.$$typeof){case gc:a:{n=f.key;for(k=d;null!==k;){if(k.key===n)if(10===k.tag?f.type===ic:k.type===f.type){c(a,k.sibling);d=e(k,f.type===ic?f.props.children:f.props,h);d.ref=ug(a,k,f);d.return=a;a=d;break a}else{c(a,k);break}else b(a,k);k=k.sibling}f.type===ic?(d=Bf(f.props.children,\\na.mode,h,f.key),d.return=a,a=d):(h=Af(f,a.mode,h),h.ref=ug(a,d,f),h.return=a,a=h)}return g(a);case hc:a:{for(k=f.key;null!==d;){if(d.key===k)if(4===d.tag&&d.stateNode.containerInfo===f.containerInfo&&d.stateNode.implementation===f.implementation){c(a,d.sibling);d=e(d,f.children||[],h);d.return=a;a=d;break a}else{c(a,d);break}else b(a,d);d=d.sibling}d=Df(f,a.mode,h);d.return=a;a=d}return g(a)}if(\\\"string\\\"===typeof f||\\\"number\\\"===typeof f)return f=\\\"\\\"+f,null!==d&&6===d.tag?(c(a,d.sibling),d=e(d,f,h),d.return=\\na,a=d):(c(a,d),d=Cf(f,a.mode,h),d.return=a,a=d),g(a);if(tg(f))return Jd(a,d,f,h);if(tc(f))return E(a,d,f,h);n&&vg(a,f);if(\\\"undefined\\\"===typeof f&&!k)switch(a.tag){case 2:case 1:h=a.type,A(\\\"152\\\",h.displayName||h.name||\\\"Component\\\")}return c(a,d)}}var xg=wg(!0),yg=wg(!1),zg=null,Ag=null,Bg=!1;function Cg(a,b){var c=new yf(5,null,null,0);c.type=\\\"DELETED\\\";c.stateNode=b;c.return=a;c.effectTag=8;null!==a.lastEffect?(a.lastEffect.nextEffect=c,a.lastEffect=c):a.firstEffect=a.lastEffect=c}\\nfunction Dg(a,b){switch(a.tag){case 5:var c=a.type;b=1!==b.nodeType||c.toLowerCase()!==b.nodeName.toLowerCase()?null:b;return null!==b?(a.stateNode=b,!0):!1;case 6:return b=\\\"\\\"===a.pendingProps||3!==b.nodeType?null:b,null!==b?(a.stateNode=b,!0):!1;default:return!1}}function Eg(a){if(Bg){var b=Ag;if(b){var c=b;if(!Dg(a,b)){b=hf(c);if(!b||!Dg(a,b)){a.effectTag|=2;Bg=!1;zg=a;return}Cg(zg,c)}zg=a;Ag=jf(b)}else a.effectTag|=2,Bg=!1,zg=a}}\\nfunction Fg(a){for(a=a.return;null!==a&&5!==a.tag&&3!==a.tag;)a=a.return;zg=a}function Gg(a){if(a!==zg)return!1;if(!Bg)return Fg(a),Bg=!0,!1;var b=a.type;if(5!==a.tag||\\\"head\\\"!==b&&\\\"body\\\"!==b&&!df(b,a.memoizedProps))for(b=Ag;b;)Cg(a,b),b=hf(b);Fg(a);Ag=zg?hf(a.stateNode):null;return!0}function Hg(){Ag=zg=null;Bg=!1}function Q(a,b,c){Ig(a,b,c,b.expirationTime)}function Ig(a,b,c,d){b.child=null===a?yg(b,null,c,d):xg(b,a.child,c,d)}\\nfunction Jg(a,b){var c=b.ref;if(null===a&&null!==c||null!==a&&a.ref!==c)b.effectTag|=128}function Kg(a,b,c,d,e){Jg(a,b);var f=0!==(b.effectTag&64);if(!c&&!f)return d&&xf(b,!1),R(a,b);c=b.stateNode;ec.current=b;var g=f?null:c.render();b.effectTag|=1;f&&(Ig(a,b,null,e),b.child=null);Ig(a,b,g,e);b.memoizedState=c.state;b.memoizedProps=c.props;d&&xf(b,!0);return b.child}\\nfunction Lg(a){var b=a.stateNode;b.pendingContext?uf(a,b.pendingContext,b.pendingContext!==b.context):b.context&&uf(a,b.context,!1);ig(a,b.containerInfo)}\\nfunction Mg(a,b,c,d){var e=a.child;null!==e&&(e.return=a);for(;null!==e;){switch(e.tag){case 12:var f=e.stateNode|0;if(e.type===b&&0!==(f&c)){for(f=e;null!==f;){var g=f.alternate;if(0===f.expirationTime||f.expirationTime>d)f.expirationTime=d,null!==g&&(0===g.expirationTime||g.expirationTime>d)&&(g.expirationTime=d);else if(null!==g&&(0===g.expirationTime||g.expirationTime>d))g.expirationTime=d;else break;f=f.return}f=null}else f=e.child;break;case 13:f=e.type===a.type?null:e.child;break;default:f=\\ne.child}if(null!==f)f.return=e;else for(f=e;null!==f;){if(f===a){f=null;break}e=f.sibling;if(null!==e){e.return=f.return;f=e;break}f=f.return}e=f}}\\nfunction Qg(a,b,c){var d=b.type._context,e=b.pendingProps,f=b.memoizedProps,g=!0;if(O.current)g=!1;else if(f===e)return b.stateNode=0,ag(b),R(a,b);var h=e.value;b.memoizedProps=e;if(null===f)h=1073741823;else if(f.value===e.value){if(f.children===e.children&&g)return b.stateNode=0,ag(b),R(a,b);h=0}else{var k=f.value;if(k===h&&(0!==k||1/k===1/h)||k!==k&&h!==h){if(f.children===e.children&&g)return b.stateNode=0,ag(b),R(a,b);h=0}else if(h=\\\"function\\\"===typeof d._calculateChangedBits?d._calculateChangedBits(k,\\nh):1073741823,h|=0,0===h){if(f.children===e.children&&g)return b.stateNode=0,ag(b),R(a,b)}else Mg(b,d,h,c)}b.stateNode=h;ag(b);Q(a,b,e.children);return b.child}function R(a,b){null!==a&&b.child!==a.child?A(\\\"153\\\"):void 0;if(null!==b.child){a=b.child;var c=zf(a,a.pendingProps,a.expirationTime);b.child=c;for(c.return=b;null!==a.sibling;)a=a.sibling,c=c.sibling=zf(a,a.pendingProps,a.expirationTime),c.return=b;c.sibling=null}return b.child}\\nfunction Rg(a,b,c){if(0===b.expirationTime||b.expirationTime>c){switch(b.tag){case 3:Lg(b);break;case 2:wf(b);break;case 4:ig(b,b.stateNode.containerInfo);break;case 13:ag(b)}return null}switch(b.tag){case 0:null!==a?A(\\\"155\\\"):void 0;var d=b.type,e=b.pendingProps,f=pf(b);f=rf(b,f);d=d(e,f);b.effectTag|=1;\\\"object\\\"===typeof d&&null!==d&&\\\"function\\\"===typeof d.render&&void 0===d.$$typeof?(f=b.type,b.tag=2,b.memoizedState=null!==d.state&&void 0!==d.state?d.state:null,f=f.getDerivedStateFromProps,\\\"function\\\"===\\ntypeof f&&lg(b,f,e),e=wf(b),d.updater=pg,b.stateNode=d,d._reactInternalFiber=b,sg(b,c),a=Kg(a,b,!0,e,c)):(b.tag=1,Q(a,b,d),b.memoizedProps=e,a=b.child);return a;case 1:return e=b.type,c=b.pendingProps,O.current||b.memoizedProps!==c?(d=pf(b),d=rf(b,d),e=e(c,d),b.effectTag|=1,Q(a,b,e),b.memoizedProps=c,a=b.child):a=R(a,b),a;case 2:e=wf(b);if(null===a)if(null===b.stateNode){var g=b.pendingProps,h=b.type;d=pf(b);var k=2===b.tag&&null!=b.type.contextTypes;f=k?rf(b,d):ha;g=new h(g,f);b.memoizedState=null!==\\ng.state&&void 0!==g.state?g.state:null;g.updater=pg;b.stateNode=g;g._reactInternalFiber=b;k&&(k=b.stateNode,k.__reactInternalMemoizedUnmaskedChildContext=d,k.__reactInternalMemoizedMaskedChildContext=f);sg(b,c);d=!0}else{h=b.type;d=b.stateNode;k=b.memoizedProps;f=b.pendingProps;d.props=k;var n=d.context;g=pf(b);g=rf(b,g);var r=h.getDerivedStateFromProps;(h=\\\"function\\\"===typeof r||\\\"function\\\"===typeof d.getSnapshotBeforeUpdate)||\\\"function\\\"!==typeof d.UNSAFE_componentWillReceiveProps&&\\\"function\\\"!==typeof d.componentWillReceiveProps||\\n(k!==f||n!==g)&&rg(b,d,f,g);Lf=!1;var w=b.memoizedState;n=d.state=w;var P=b.updateQueue;null!==P&&(Uf(b,P,f,d,c),n=b.memoizedState);k!==f||w!==n||O.current||Lf?(\\\"function\\\"===typeof r&&(lg(b,r,f),n=b.memoizedState),(k=Lf||qg(b,k,f,w,n,g))?(h||\\\"function\\\"!==typeof d.UNSAFE_componentWillMount&&\\\"function\\\"!==typeof d.componentWillMount||(\\\"function\\\"===typeof d.componentWillMount&&d.componentWillMount(),\\\"function\\\"===typeof d.UNSAFE_componentWillMount&&d.UNSAFE_componentWillMount()),\\\"function\\\"===typeof d.componentDidMount&&\\n(b.effectTag|=4)):(\\\"function\\\"===typeof d.componentDidMount&&(b.effectTag|=4),b.memoizedProps=f,b.memoizedState=n),d.props=f,d.state=n,d.context=g,d=k):(\\\"function\\\"===typeof d.componentDidMount&&(b.effectTag|=4),d=!1)}else h=b.type,d=b.stateNode,f=b.memoizedProps,k=b.pendingProps,d.props=f,n=d.context,g=pf(b),g=rf(b,g),r=h.getDerivedStateFromProps,(h=\\\"function\\\"===typeof r||\\\"function\\\"===typeof d.getSnapshotBeforeUpdate)||\\\"function\\\"!==typeof d.UNSAFE_componentWillReceiveProps&&\\\"function\\\"!==typeof d.componentWillReceiveProps||\\n(f!==k||n!==g)&&rg(b,d,k,g),Lf=!1,n=b.memoizedState,w=d.state=n,P=b.updateQueue,null!==P&&(Uf(b,P,k,d,c),w=b.memoizedState),f!==k||n!==w||O.current||Lf?(\\\"function\\\"===typeof r&&(lg(b,r,k),w=b.memoizedState),(r=Lf||qg(b,f,k,n,w,g))?(h||\\\"function\\\"!==typeof d.UNSAFE_componentWillUpdate&&\\\"function\\\"!==typeof d.componentWillUpdate||(\\\"function\\\"===typeof d.componentWillUpdate&&d.componentWillUpdate(k,w,g),\\\"function\\\"===typeof d.UNSAFE_componentWillUpdate&&d.UNSAFE_componentWillUpdate(k,w,g)),\\\"function\\\"===typeof d.componentDidUpdate&&\\n(b.effectTag|=4),\\\"function\\\"===typeof d.getSnapshotBeforeUpdate&&(b.effectTag|=256)):(\\\"function\\\"!==typeof d.componentDidUpdate||f===a.memoizedProps&&n===a.memoizedState||(b.effectTag|=4),\\\"function\\\"!==typeof d.getSnapshotBeforeUpdate||f===a.memoizedProps&&n===a.memoizedState||(b.effectTag|=256),b.memoizedProps=k,b.memoizedState=w),d.props=k,d.state=w,d.context=g,d=r):(\\\"function\\\"!==typeof d.componentDidUpdate||f===a.memoizedProps&&n===a.memoizedState||(b.effectTag|=4),\\\"function\\\"!==typeof d.getSnapshotBeforeUpdate||\\nf===a.memoizedProps&&n===a.memoizedState||(b.effectTag|=256),d=!1);return Kg(a,b,d,e,c);case 3:Lg(b);e=b.updateQueue;if(null!==e)if(d=b.memoizedState,d=null!==d?d.element:null,Uf(b,e,b.pendingProps,null,c),e=b.memoizedState.element,e===d)Hg(),a=R(a,b);else{d=b.stateNode;if(d=(null===a||null===a.child)&&d.hydrate)Ag=jf(b.stateNode.containerInfo),zg=b,d=Bg=!0;d?(b.effectTag|=2,b.child=yg(b,null,e,c)):(Hg(),Q(a,b,e));a=b.child}else Hg(),a=R(a,b);return a;case 5:a:{gg(fg.current);e=gg(dg.current);d=He(e,\\nb.type);e!==d&&(N(eg,b,b),N(dg,d,b));null===a&&Eg(b);e=b.type;k=b.memoizedProps;d=b.pendingProps;f=null!==a?a.memoizedProps:null;if(!O.current&&k===d){if(k=b.mode&1&&!!d.hidden)b.expirationTime=1073741823;if(!k||1073741823!==c){a=R(a,b);break a}}k=d.children;df(e,d)?k=null:f&&df(e,f)&&(b.effectTag|=16);Jg(a,b);1073741823!==c&&b.mode&1&&d.hidden?(b.expirationTime=1073741823,b.memoizedProps=d,a=null):(Q(a,b,k),b.memoizedProps=d,a=b.child)}return a;case 6:return null===a&&Eg(b),b.memoizedProps=b.pendingProps,\\nnull;case 16:return null;case 4:return ig(b,b.stateNode.containerInfo),e=b.pendingProps,O.current||b.memoizedProps!==e?(null===a?b.child=xg(b,null,e,c):Q(a,b,e),b.memoizedProps=e,a=b.child):a=R(a,b),a;case 14:return e=b.type.render,c=b.pendingProps,d=b.ref,O.current||b.memoizedProps!==c||d!==(null!==a?a.ref:null)?(e=e(c,d),Q(a,b,e),b.memoizedProps=c,a=b.child):a=R(a,b),a;case 10:return c=b.pendingProps,O.current||b.memoizedProps!==c?(Q(a,b,c),b.memoizedProps=c,a=b.child):a=R(a,b),a;case 11:return c=\\nb.pendingProps.children,O.current||null!==c&&b.memoizedProps!==c?(Q(a,b,c),b.memoizedProps=c,a=b.child):a=R(a,b),a;case 15:return c=b.pendingProps,b.memoizedProps===c?a=R(a,b):(Q(a,b,c.children),b.memoizedProps=c,a=b.child),a;case 13:return Qg(a,b,c);case 12:a:if(d=b.type,f=b.pendingProps,k=b.memoizedProps,e=d._currentValue,g=d._changedBits,O.current||0!==g||k!==f){b.memoizedProps=f;h=f.unstable_observedBits;if(void 0===h||null===h)h=1073741823;b.stateNode=h;if(0!==(g&h))Mg(b,d,g,c);else if(k===f){a=\\nR(a,b);break a}c=f.children;c=c(e);b.effectTag|=1;Q(a,b,c);a=b.child}else a=R(a,b);return a;default:A(\\\"156\\\")}}function Sg(a){a.effectTag|=4}var Tg=void 0,Ug=void 0,Vg=void 0;Tg=function(){};Ug=function(a,b,c){(b.updateQueue=c)&&Sg(b)};Vg=function(a,b,c,d){c!==d&&Sg(b)};\\nfunction Wg(a,b){var c=b.pendingProps;switch(b.tag){case 1:return null;case 2:return sf(b),null;case 3:jg(b);tf(b);var d=b.stateNode;d.pendingContext&&(d.context=d.pendingContext,d.pendingContext=null);if(null===a||null===a.child)Gg(b),b.effectTag&=-3;Tg(b);return null;case 5:kg(b);d=gg(fg.current);var e=b.type;if(null!==a&&null!=b.stateNode){var f=a.memoizedProps,g=b.stateNode,h=gg(dg.current);g=We(g,e,f,c,d);Ug(a,b,g,e,f,c,d,h);a.ref!==b.ref&&(b.effectTag|=128)}else{if(!c)return null===b.stateNode?\\nA(\\\"166\\\"):void 0,null;a=gg(dg.current);if(Gg(b))c=b.stateNode,e=b.type,f=b.memoizedProps,c[C]=b,c[Ma]=f,d=Ye(c,e,f,a,d),b.updateQueue=d,null!==d&&Sg(b);else{a=Te(e,c,d,a);a[C]=b;a[Ma]=c;a:for(f=b.child;null!==f;){if(5===f.tag||6===f.tag)a.appendChild(f.stateNode);else if(4!==f.tag&&null!==f.child){f.child.return=f;f=f.child;continue}if(f===b)break;for(;null===f.sibling;){if(null===f.return||f.return===b)break a;f=f.return}f.sibling.return=f.return;f=f.sibling}Ve(a,e,c,d);cf(e,c)&&Sg(b);b.stateNode=\\na}null!==b.ref&&(b.effectTag|=128)}return null;case 6:if(a&&null!=b.stateNode)Vg(a,b,a.memoizedProps,c);else{if(\\\"string\\\"!==typeof c)return null===b.stateNode?A(\\\"166\\\"):void 0,null;d=gg(fg.current);gg(dg.current);Gg(b)?(d=b.stateNode,c=b.memoizedProps,d[C]=b,Ze(d,c)&&Sg(b)):(d=Ue(c,d),d[C]=b,b.stateNode=d)}return null;case 14:return null;case 16:return null;case 10:return null;case 11:return null;case 15:return null;case 4:return jg(b),Tg(b),null;case 13:return bg(b),null;case 12:return null;case 0:A(\\\"167\\\");\\ndefault:A(\\\"156\\\")}}function Xg(a,b){var c=b.source;null===b.stack&&null!==c&&vc(c);null!==c&&uc(c);b=b.value;null!==a&&2===a.tag&&uc(a);try{b&&b.suppressReactErrorLogging||console.error(b)}catch(d){d&&d.suppressReactErrorLogging||console.error(d)}}function Yg(a){var b=a.ref;if(null!==b)if(\\\"function\\\"===typeof b)try{b(null)}catch(c){Zg(a,c)}else b.current=null}\\nfunction $g(a){\\\"function\\\"===typeof Kf&&Kf(a);switch(a.tag){case 2:Yg(a);var b=a.stateNode;if(\\\"function\\\"===typeof b.componentWillUnmount)try{b.props=a.memoizedProps,b.state=a.memoizedState,b.componentWillUnmount()}catch(c){Zg(a,c)}break;case 5:Yg(a);break;case 4:ah(a)}}function bh(a){return 5===a.tag||3===a.tag||4===a.tag}\\nfunction ch(a){a:{for(var b=a.return;null!==b;){if(bh(b)){var c=b;break a}b=b.return}A(\\\"160\\\");c=void 0}var d=b=void 0;switch(c.tag){case 5:b=c.stateNode;d=!1;break;case 3:b=c.stateNode.containerInfo;d=!0;break;case 4:b=c.stateNode.containerInfo;d=!0;break;default:A(\\\"161\\\")}c.effectTag&16&&(Ke(b,\\\"\\\"),c.effectTag&=-17);a:b:for(c=a;;){for(;null===c.sibling;){if(null===c.return||bh(c.return)){c=null;break a}c=c.return}c.sibling.return=c.return;for(c=c.sibling;5!==c.tag&&6!==c.tag;){if(c.effectTag&2)continue b;\\nif(null===c.child||4===c.tag)continue b;else c.child.return=c,c=c.child}if(!(c.effectTag&2)){c=c.stateNode;break a}}for(var e=a;;){if(5===e.tag||6===e.tag)if(c)if(d){var f=b,g=e.stateNode,h=c;8===f.nodeType?f.parentNode.insertBefore(g,h):f.insertBefore(g,h)}else b.insertBefore(e.stateNode,c);else d?(f=b,g=e.stateNode,8===f.nodeType?f.parentNode.insertBefore(g,f):f.appendChild(g)):b.appendChild(e.stateNode);else if(4!==e.tag&&null!==e.child){e.child.return=e;e=e.child;continue}if(e===a)break;for(;null===\\ne.sibling;){if(null===e.return||e.return===a)return;e=e.return}e.sibling.return=e.return;e=e.sibling}}\\nfunction ah(a){for(var b=a,c=!1,d=void 0,e=void 0;;){if(!c){c=b.return;a:for(;;){null===c?A(\\\"160\\\"):void 0;switch(c.tag){case 5:d=c.stateNode;e=!1;break a;case 3:d=c.stateNode.containerInfo;e=!0;break a;case 4:d=c.stateNode.containerInfo;e=!0;break a}c=c.return}c=!0}if(5===b.tag||6===b.tag){a:for(var f=b,g=f;;)if($g(g),null!==g.child&&4!==g.tag)g.child.return=g,g=g.child;else{if(g===f)break;for(;null===g.sibling;){if(null===g.return||g.return===f)break a;g=g.return}g.sibling.return=g.return;g=g.sibling}e?\\n(f=d,g=b.stateNode,8===f.nodeType?f.parentNode.removeChild(g):f.removeChild(g)):d.removeChild(b.stateNode)}else if(4===b.tag?d=b.stateNode.containerInfo:$g(b),null!==b.child){b.child.return=b;b=b.child;continue}if(b===a)break;for(;null===b.sibling;){if(null===b.return||b.return===a)return;b=b.return;4===b.tag&&(c=!1)}b.sibling.return=b.return;b=b.sibling}}\\nfunction dh(a,b){switch(b.tag){case 2:break;case 5:var c=b.stateNode;if(null!=c){var d=b.memoizedProps;a=null!==a?a.memoizedProps:d;var e=b.type,f=b.updateQueue;b.updateQueue=null;null!==f&&(c[Ma]=d,Xe(c,f,e,a,d))}break;case 6:null===b.stateNode?A(\\\"162\\\"):void 0;b.stateNode.nodeValue=b.memoizedProps;break;case 3:break;case 15:break;case 16:break;default:A(\\\"163\\\")}}function eh(a,b,c){c=Of(c);c.tag=3;c.payload={element:null};var d=b.value;c.callback=function(){fh(d);Xg(a,b)};return c}\\nfunction gh(a,b,c){c=Of(c);c.tag=3;var d=a.stateNode;null!==d&&\\\"function\\\"===typeof d.componentDidCatch&&(c.callback=function(){null===hh?hh=new Set([this]):hh.add(this);var c=b.value,d=b.stack;Xg(a,b);this.componentDidCatch(c,{componentStack:null!==d?d:\\\"\\\"})});return c}\\nfunction ih(a,b,c,d,e,f){c.effectTag|=512;c.firstEffect=c.lastEffect=null;d=Xf(d,c);a=b;do{switch(a.tag){case 3:a.effectTag|=1024;d=eh(a,d,f);Rf(a,d,f);return;case 2:if(b=d,c=a.stateNode,0===(a.effectTag&64)&&null!==c&&\\\"function\\\"===typeof c.componentDidCatch&&(null===hh||!hh.has(c))){a.effectTag|=1024;d=gh(a,b,f);Rf(a,d,f);return}}a=a.return}while(null!==a)}\\nfunction jh(a){switch(a.tag){case 2:sf(a);var b=a.effectTag;return b&1024?(a.effectTag=b&-1025|64,a):null;case 3:return jg(a),tf(a),b=a.effectTag,b&1024?(a.effectTag=b&-1025|64,a):null;case 5:return kg(a),null;case 16:return b=a.effectTag,b&1024?(a.effectTag=b&-1025|64,a):null;case 4:return jg(a),null;case 13:return bg(a),null;default:return null}}var kh=ef(),lh=2,mh=kh,nh=0,oh=0,ph=!1,S=null,qh=null,T=0,rh=-1,sh=!1,U=null,th=!1,uh=!1,hh=null;\\nfunction vh(){if(null!==S)for(var a=S.return;null!==a;){var b=a;switch(b.tag){case 2:sf(b);break;case 3:jg(b);tf(b);break;case 5:kg(b);break;case 4:jg(b);break;case 13:bg(b)}a=a.return}qh=null;T=0;rh=-1;sh=!1;S=null;uh=!1}\\nfunction wh(a){for(;;){var b=a.alternate,c=a.return,d=a.sibling;if(0===(a.effectTag&512)){b=Wg(b,a,T);var e=a;if(1073741823===T||1073741823!==e.expirationTime){var f=0;switch(e.tag){case 3:case 2:var g=e.updateQueue;null!==g&&(f=g.expirationTime)}for(g=e.child;null!==g;)0!==g.expirationTime&&(0===f||f>g.expirationTime)&&(f=g.expirationTime),g=g.sibling;e.expirationTime=f}if(null!==b)return b;null!==c&&0===(c.effectTag&512)&&(null===c.firstEffect&&(c.firstEffect=a.firstEffect),null!==a.lastEffect&&\\n(null!==c.lastEffect&&(c.lastEffect.nextEffect=a.firstEffect),c.lastEffect=a.lastEffect),1<a.effectTag&&(null!==c.lastEffect?c.lastEffect.nextEffect=a:c.firstEffect=a,c.lastEffect=a));if(null!==d)return d;if(null!==c)a=c;else{uh=!0;break}}else{a=jh(a,sh,T);if(null!==a)return a.effectTag&=511,a;null!==c&&(c.firstEffect=c.lastEffect=null,c.effectTag|=512);if(null!==d)return d;if(null!==c)a=c;else break}}return null}\\nfunction xh(a){var b=Rg(a.alternate,a,T);null===b&&(b=wh(a));ec.current=null;return b}\\nfunction yh(a,b,c){ph?A(\\\"243\\\"):void 0;ph=!0;if(b!==T||a!==qh||null===S)vh(),qh=a,T=b,rh=-1,S=zf(qh.current,null,T),a.pendingCommitExpirationTime=0;var d=!1;sh=!c||T<=lh;do{try{if(c)for(;null!==S&&!zh();)S=xh(S);else for(;null!==S;)S=xh(S)}catch(f){if(null===S)d=!0,fh(f);else{null===S?A(\\\"271\\\"):void 0;c=S;var e=c.return;if(null===e){d=!0;fh(f);break}ih(a,e,c,f,sh,T,mh);S=wh(c)}}break}while(1);ph=!1;if(d)return null;if(null===S){if(uh)return a.pendingCommitExpirationTime=b,a.current.alternate;sh?A(\\\"262\\\"):\\nvoid 0;0<=rh&&setTimeout(function(){var b=a.current.expirationTime;0!==b&&(0===a.remainingExpirationTime||a.remainingExpirationTime<b)&&Ah(a,b)},rh);Bh(a.current.expirationTime)}return null}\\nfunction Zg(a,b){var c;a:{ph&&!th?A(\\\"263\\\"):void 0;for(c=a.return;null!==c;){switch(c.tag){case 2:var d=c.stateNode;if(\\\"function\\\"===typeof c.type.getDerivedStateFromCatch||\\\"function\\\"===typeof d.componentDidCatch&&(null===hh||!hh.has(d))){a=Xf(b,a);a=gh(c,a,1);Qf(c,a,1);og(c,1);c=void 0;break a}break;case 3:a=Xf(b,a);a=eh(c,a,1);Qf(c,a,1);og(c,1);c=void 0;break a}c=c.return}3===a.tag&&(c=Xf(b,a),c=eh(a,c,1),Qf(a,c,1),og(a,1));c=void 0}return c}\\nfunction Ch(){var a=2+25*(((mg()-2+500)/25|0)+1);a<=nh&&(a=nh+1);return nh=a}function ng(a,b){a=0!==oh?oh:ph?th?1:T:b.mode&1?Dh?2+10*(((a-2+15)/10|0)+1):2+25*(((a-2+500)/25|0)+1):1;Dh&&(0===Eh||a>Eh)&&(Eh=a);return a}\\nfunction og(a,b){for(;null!==a;){if(0===a.expirationTime||a.expirationTime>b)a.expirationTime=b;null!==a.alternate&&(0===a.alternate.expirationTime||a.alternate.expirationTime>b)&&(a.alternate.expirationTime=b);if(null===a.return)if(3===a.tag){var c=a.stateNode;!ph&&0!==T&&b<T&&vh();var d=c.current.expirationTime;ph&&!th&&qh===c||Ah(c,d);Fh>Gh&&A(\\\"185\\\")}else break;a=a.return}}function mg(){mh=ef()-kh;return lh=(mh/10|0)+2}\\nfunction Hh(a){var b=oh;oh=2+25*(((mg()-2+500)/25|0)+1);try{return a()}finally{oh=b}}function Ih(a,b,c,d,e){var f=oh;oh=1;try{return a(b,c,d,e)}finally{oh=f}}var Jh=null,V=null,Kh=0,Lh=void 0,W=!1,X=null,Y=0,Eh=0,Mh=!1,Nh=!1,Oh=null,Ph=null,Z=!1,Qh=!1,Dh=!1,Rh=null,Gh=1E3,Fh=0,Sh=1;function Th(a){if(0!==Kh){if(a>Kh)return;null!==Lh&&gf(Lh)}var b=ef()-kh;Kh=a;Lh=ff(Uh,{timeout:10*(a-2)-b})}\\nfunction Ah(a,b){if(null===a.nextScheduledRoot)a.remainingExpirationTime=b,null===V?(Jh=V=a,a.nextScheduledRoot=a):(V=V.nextScheduledRoot=a,V.nextScheduledRoot=Jh);else{var c=a.remainingExpirationTime;if(0===c||b<c)a.remainingExpirationTime=b}W||(Z?Qh&&(X=a,Y=1,Vh(a,1,!1)):1===b?Wh():Th(b))}\\nfunction Xh(){var a=0,b=null;if(null!==V)for(var c=V,d=Jh;null!==d;){var e=d.remainingExpirationTime;if(0===e){null===c||null===V?A(\\\"244\\\"):void 0;if(d===d.nextScheduledRoot){Jh=V=d.nextScheduledRoot=null;break}else if(d===Jh)Jh=e=d.nextScheduledRoot,V.nextScheduledRoot=e,d.nextScheduledRoot=null;else if(d===V){V=c;V.nextScheduledRoot=Jh;d.nextScheduledRoot=null;break}else c.nextScheduledRoot=d.nextScheduledRoot,d.nextScheduledRoot=null;d=c.nextScheduledRoot}else{if(0===a||e<a)a=e,b=d;if(d===V)break;\\nc=d;d=d.nextScheduledRoot}}c=X;null!==c&&c===b&&1===a?Fh++:Fh=0;X=b;Y=a}function Uh(a){Yh(0,!0,a)}function Wh(){Yh(1,!1,null)}function Yh(a,b,c){Ph=c;Xh();if(b)for(;null!==X&&0!==Y&&(0===a||a>=Y)&&(!Mh||mg()>=Y);)mg(),Vh(X,Y,!Mh),Xh();else for(;null!==X&&0!==Y&&(0===a||a>=Y);)Vh(X,Y,!1),Xh();null!==Ph&&(Kh=0,Lh=null);0!==Y&&Th(Y);Ph=null;Mh=!1;Zh()}function $h(a,b){W?A(\\\"253\\\"):void 0;X=a;Y=b;Vh(a,b,!1);Wh();Zh()}\\nfunction Zh(){Fh=0;if(null!==Rh){var a=Rh;Rh=null;for(var b=0;b<a.length;b++){var c=a[b];try{c._onComplete()}catch(d){Nh||(Nh=!0,Oh=d)}}}if(Nh)throw a=Oh,Oh=null,Nh=!1,a;}function Vh(a,b,c){W?A(\\\"245\\\"):void 0;W=!0;c?(c=a.finishedWork,null!==c?ai(a,c,b):(c=yh(a,b,!0),null!==c&&(zh()?a.finishedWork=c:ai(a,c,b)))):(c=a.finishedWork,null!==c?ai(a,c,b):(c=yh(a,b,!1),null!==c&&ai(a,c,b)));W=!1}\\nfunction ai(a,b,c){var d=a.firstBatch;if(null!==d&&d._expirationTime<=c&&(null===Rh?Rh=[d]:Rh.push(d),d._defer)){a.finishedWork=b;a.remainingExpirationTime=0;return}a.finishedWork=null;th=ph=!0;c=b.stateNode;c.current===b?A(\\\"177\\\"):void 0;d=c.pendingCommitExpirationTime;0===d?A(\\\"261\\\"):void 0;c.pendingCommitExpirationTime=0;mg();ec.current=null;if(1<b.effectTag)if(null!==b.lastEffect){b.lastEffect.nextEffect=b;var e=b.firstEffect}else e=b;else e=b.firstEffect;af=Hd;var f=da();if(Ud(f)){if(\\\"selectionStart\\\"in\\nf)var g={start:f.selectionStart,end:f.selectionEnd};else a:{var h=window.getSelection&&window.getSelection();if(h&&0!==h.rangeCount){g=h.anchorNode;var k=h.anchorOffset,n=h.focusNode;h=h.focusOffset;try{g.nodeType,n.nodeType}catch(Wa){g=null;break a}var r=0,w=-1,P=-1,nc=0,Jd=0,E=f,t=null;b:for(;;){for(var x;;){E!==g||0!==k&&3!==E.nodeType||(w=r+k);E!==n||0!==h&&3!==E.nodeType||(P=r+h);3===E.nodeType&&(r+=E.nodeValue.length);if(null===(x=E.firstChild))break;t=E;E=x}for(;;){if(E===f)break b;t===g&&\\n++nc===k&&(w=r);t===n&&++Jd===h&&(P=r);if(null!==(x=E.nextSibling))break;E=t;t=E.parentNode}E=x}g=-1===w||-1===P?null:{start:w,end:P}}else g=null}g=g||{start:0,end:0}}else g=null;bf={focusedElem:f,selectionRange:g};Id(!1);for(U=e;null!==U;){f=!1;g=void 0;try{for(;null!==U;){if(U.effectTag&256){var u=U.alternate;k=U;switch(k.tag){case 2:if(k.effectTag&256&&null!==u){var y=u.memoizedProps,D=u.memoizedState,ja=k.stateNode;ja.props=k.memoizedProps;ja.state=k.memoizedState;var mi=ja.getSnapshotBeforeUpdate(y,\\nD);ja.__reactInternalSnapshotBeforeUpdate=mi}break;case 3:case 5:case 6:case 4:break;default:A(\\\"163\\\")}}U=U.nextEffect}}catch(Wa){f=!0,g=Wa}f&&(null===U?A(\\\"178\\\"):void 0,Zg(U,g),null!==U&&(U=U.nextEffect))}for(U=e;null!==U;){u=!1;y=void 0;try{for(;null!==U;){var q=U.effectTag;q&16&&Ke(U.stateNode,\\\"\\\");if(q&128){var z=U.alternate;if(null!==z){var l=z.ref;null!==l&&(\\\"function\\\"===typeof l?l(null):l.current=null)}}switch(q&14){case 2:ch(U);U.effectTag&=-3;break;case 6:ch(U);U.effectTag&=-3;dh(U.alternate,\\nU);break;case 4:dh(U.alternate,U);break;case 8:D=U,ah(D),D.return=null,D.child=null,D.alternate&&(D.alternate.child=null,D.alternate.return=null)}U=U.nextEffect}}catch(Wa){u=!0,y=Wa}u&&(null===U?A(\\\"178\\\"):void 0,Zg(U,y),null!==U&&(U=U.nextEffect))}l=bf;z=da();q=l.focusedElem;u=l.selectionRange;if(z!==q&&fa(document.documentElement,q)){null!==u&&Ud(q)&&(z=u.start,l=u.end,void 0===l&&(l=z),\\\"selectionStart\\\"in q?(q.selectionStart=z,q.selectionEnd=Math.min(l,q.value.length)):window.getSelection&&(z=window.getSelection(),\\ny=q[lb()].length,l=Math.min(u.start,y),u=void 0===u.end?l:Math.min(u.end,y),!z.extend&&l>u&&(y=u,u=l,l=y),y=Td(q,l),D=Td(q,u),y&&D&&(1!==z.rangeCount||z.anchorNode!==y.node||z.anchorOffset!==y.offset||z.focusNode!==D.node||z.focusOffset!==D.offset)&&(ja=document.createRange(),ja.setStart(y.node,y.offset),z.removeAllRanges(),l>u?(z.addRange(ja),z.extend(D.node,D.offset)):(ja.setEnd(D.node,D.offset),z.addRange(ja)))));z=[];for(l=q;l=l.parentNode;)1===l.nodeType&&z.push({element:l,left:l.scrollLeft,\\ntop:l.scrollTop});\\\"function\\\"===typeof q.focus&&q.focus();for(q=0;q<z.length;q++)l=z[q],l.element.scrollLeft=l.left,l.element.scrollTop=l.top}bf=null;Id(af);af=null;c.current=b;for(U=e;null!==U;){e=!1;q=void 0;try{for(z=d;null!==U;){var hg=U.effectTag;if(hg&36){var oc=U.alternate;l=U;u=z;switch(l.tag){case 2:var ca=l.stateNode;if(l.effectTag&4)if(null===oc)ca.props=l.memoizedProps,ca.state=l.memoizedState,ca.componentDidMount();else{var wi=oc.memoizedProps,xi=oc.memoizedState;ca.props=l.memoizedProps;\\nca.state=l.memoizedState;ca.componentDidUpdate(wi,xi,ca.__reactInternalSnapshotBeforeUpdate)}var Ng=l.updateQueue;null!==Ng&&(ca.props=l.memoizedProps,ca.state=l.memoizedState,Wf(l,Ng,ca,u));break;case 3:var Og=l.updateQueue;if(null!==Og){y=null;if(null!==l.child)switch(l.child.tag){case 5:y=l.child.stateNode;break;case 2:y=l.child.stateNode}Wf(l,Og,y,u)}break;case 5:var yi=l.stateNode;null===oc&&l.effectTag&4&&cf(l.type,l.memoizedProps)&&yi.focus();break;case 6:break;case 4:break;case 15:break;case 16:break;\\ndefault:A(\\\"163\\\")}}if(hg&128){l=void 0;var yc=U.ref;if(null!==yc){var Pg=U.stateNode;switch(U.tag){case 5:l=Pg;break;default:l=Pg}\\\"function\\\"===typeof yc?yc(l):yc.current=l}}var zi=U.nextEffect;U.nextEffect=null;U=zi}}catch(Wa){e=!0,q=Wa}e&&(null===U?A(\\\"178\\\"):void 0,Zg(U,q),null!==U&&(U=U.nextEffect))}ph=th=!1;\\\"function\\\"===typeof Jf&&Jf(b.stateNode);b=c.current.expirationTime;0===b&&(hh=null);a.remainingExpirationTime=b}function zh(){return null===Ph||Ph.timeRemaining()>Sh?!1:Mh=!0}\\nfunction fh(a){null===X?A(\\\"246\\\"):void 0;X.remainingExpirationTime=0;Nh||(Nh=!0,Oh=a)}function Bh(a){null===X?A(\\\"246\\\"):void 0;X.remainingExpirationTime=a}function bi(a,b){var c=Z;Z=!0;try{return a(b)}finally{(Z=c)||W||Wh()}}function ci(a,b){if(Z&&!Qh){Qh=!0;try{return a(b)}finally{Qh=!1}}return a(b)}function di(a,b){W?A(\\\"187\\\"):void 0;var c=Z;Z=!0;try{return Ih(a,b)}finally{Z=c,Wh()}}\\nfunction ei(a,b,c){if(Dh)return a(b,c);Z||W||0===Eh||(Yh(Eh,!1,null),Eh=0);var d=Dh,e=Z;Z=Dh=!0;try{return a(b,c)}finally{Dh=d,(Z=e)||W||Wh()}}function fi(a){var b=Z;Z=!0;try{Ih(a)}finally{(Z=b)||W||Yh(1,!1,null)}}\\nfunction gi(a,b,c,d,e){var f=b.current;if(c){c=c._reactInternalFiber;var g;b:{2===jd(c)&&2===c.tag?void 0:A(\\\"170\\\");for(g=c;3!==g.tag;){if(qf(g)){g=g.stateNode.__reactInternalMemoizedMergedChildContext;break b}(g=g.return)?void 0:A(\\\"171\\\")}g=g.stateNode.context}c=qf(c)?vf(c,g):g}else c=ha;null===b.context?b.context=c:b.pendingContext=c;b=e;e=Of(d);e.payload={element:a};b=void 0===b?null:b;null!==b&&(e.callback=b);Qf(f,e,d);og(f,d);return d}\\nfunction hi(a){var b=a._reactInternalFiber;void 0===b&&(\\\"function\\\"===typeof a.render?A(\\\"188\\\"):A(\\\"268\\\",Object.keys(a)));a=md(b);return null===a?null:a.stateNode}function ii(a,b,c,d){var e=b.current,f=mg();e=ng(f,e);return gi(a,b,c,e,d)}function ji(a){a=a.current;if(!a.child)return null;switch(a.child.tag){case 5:return a.child.stateNode;default:return a.child.stateNode}}\\nfunction ki(a){var b=a.findFiberByHostInstance;return If(p({},a,{findHostInstanceByFiber:function(a){a=md(a);return null===a?null:a.stateNode},findFiberByHostInstance:function(a){return b?b(a):null}}))}\\nvar li={updateContainerAtExpirationTime:gi,createContainer:function(a,b,c){return Ef(a,b,c)},updateContainer:ii,flushRoot:$h,requestWork:Ah,computeUniqueAsyncExpiration:Ch,batchedUpdates:bi,unbatchedUpdates:ci,deferredUpdates:Hh,syncUpdates:Ih,interactiveUpdates:ei,flushInteractiveUpdates:function(){W||0===Eh||(Yh(Eh,!1,null),Eh=0)},flushControlled:fi,flushSync:di,getPublicRootInstance:ji,findHostInstance:hi,findHostInstanceWithNoPortals:function(a){a=nd(a);return null===a?null:a.stateNode},injectIntoDevTools:ki};\\nfunction ni(a,b,c){var d=3<arguments.length&&void 0!==arguments[3]?arguments[3]:null;return{$$typeof:hc,key:null==d?null:\\\"\\\"+d,children:a,containerInfo:b,implementation:c}}Kb.injectFiberControlledHostComponent($e);function oi(a){this._expirationTime=Ch();this._root=a;this._callbacks=this._next=null;this._hasChildren=this._didComplete=!1;this._children=null;this._defer=!0}\\noi.prototype.render=function(a){this._defer?void 0:A(\\\"250\\\");this._hasChildren=!0;this._children=a;var b=this._root._internalRoot,c=this._expirationTime,d=new pi;gi(a,b,null,c,d._onCommit);return d};oi.prototype.then=function(a){if(this._didComplete)a();else{var b=this._callbacks;null===b&&(b=this._callbacks=[]);b.push(a)}};\\noi.prototype.commit=function(){var a=this._root._internalRoot,b=a.firstBatch;this._defer&&null!==b?void 0:A(\\\"251\\\");if(this._hasChildren){var c=this._expirationTime;if(b!==this){this._hasChildren&&(c=this._expirationTime=b._expirationTime,this.render(this._children));for(var d=null,e=b;e!==this;)d=e,e=e._next;null===d?A(\\\"251\\\"):void 0;d._next=e._next;this._next=b;a.firstBatch=this}this._defer=!1;$h(a,c);b=this._next;this._next=null;b=a.firstBatch=b;null!==b&&b._hasChildren&&b.render(b._children)}else this._next=\\nnull,this._defer=!1};oi.prototype._onComplete=function(){if(!this._didComplete){this._didComplete=!0;var a=this._callbacks;if(null!==a)for(var b=0;b<a.length;b++)(0,a[b])()}};function pi(){this._callbacks=null;this._didCommit=!1;this._onCommit=this._onCommit.bind(this)}pi.prototype.then=function(a){if(this._didCommit)a();else{var b=this._callbacks;null===b&&(b=this._callbacks=[]);b.push(a)}};\\npi.prototype._onCommit=function(){if(!this._didCommit){this._didCommit=!0;var a=this._callbacks;if(null!==a)for(var b=0;b<a.length;b++){var c=a[b];\\\"function\\\"!==typeof c?A(\\\"191\\\",c):void 0;c()}}};function qi(a,b,c){this._internalRoot=Ef(a,b,c)}qi.prototype.render=function(a,b){var c=this._internalRoot,d=new pi;b=void 0===b?null:b;null!==b&&d.then(b);ii(a,c,null,d._onCommit);return d};\\nqi.prototype.unmount=function(a){var b=this._internalRoot,c=new pi;a=void 0===a?null:a;null!==a&&c.then(a);ii(null,b,null,c._onCommit);return c};qi.prototype.legacy_renderSubtreeIntoContainer=function(a,b,c){var d=this._internalRoot,e=new pi;c=void 0===c?null:c;null!==c&&e.then(c);ii(b,d,a,e._onCommit);return e};\\nqi.prototype.createBatch=function(){var a=new oi(this),b=a._expirationTime,c=this._internalRoot,d=c.firstBatch;if(null===d)c.firstBatch=a,a._next=null;else{for(c=null;null!==d&&d._expirationTime<=b;)c=d,d=d._next;a._next=d;null!==c&&(c._next=a)}return a};function ri(a){return!(!a||1!==a.nodeType&&9!==a.nodeType&&11!==a.nodeType&&(8!==a.nodeType||\\\" react-mount-point-unstable \\\"!==a.nodeValue))}Sb=li.batchedUpdates;Tb=li.interactiveUpdates;Ub=li.flushInteractiveUpdates;\\nfunction si(a,b){b||(b=a?9===a.nodeType?a.documentElement:a.firstChild:null,b=!(!b||1!==b.nodeType||!b.hasAttribute(\\\"data-reactroot\\\")));if(!b)for(var c;c=a.lastChild;)a.removeChild(c);return new qi(a,!1,b)}\\nfunction ti(a,b,c,d,e){ri(c)?void 0:A(\\\"200\\\");var f=c._reactRootContainer;if(f){if(\\\"function\\\"===typeof e){var g=e;e=function(){var a=ji(f._internalRoot);g.call(a)}}null!=a?f.legacy_renderSubtreeIntoContainer(a,b,e):f.render(b,e)}else{f=c._reactRootContainer=si(c,d);if(\\\"function\\\"===typeof e){var h=e;e=function(){var a=ji(f._internalRoot);h.call(a)}}ci(function(){null!=a?f.legacy_renderSubtreeIntoContainer(a,b,e):f.render(b,e)})}return ji(f._internalRoot)}\\nfunction ui(a,b){var c=2<arguments.length&&void 0!==arguments[2]?arguments[2]:null;ri(b)?void 0:A(\\\"200\\\");return ni(a,b,null,c)}\\nvar vi={createPortal:ui,findDOMNode:function(a){return null==a?null:1===a.nodeType?a:hi(a)},hydrate:function(a,b,c){return ti(null,a,b,!0,c)},render:function(a,b,c){return ti(null,a,b,!1,c)},unstable_renderSubtreeIntoContainer:function(a,b,c,d){null==a||void 0===a._reactInternalFiber?A(\\\"38\\\"):void 0;return ti(a,b,c,!1,d)},unmountComponentAtNode:function(a){ri(a)?void 0:A(\\\"40\\\");return a._reactRootContainer?(ci(function(){ti(null,null,a,!1,function(){a._reactRootContainer=null})}),!0):!1},unstable_createPortal:function(){return ui.apply(void 0,\\narguments)},unstable_batchedUpdates:bi,unstable_deferredUpdates:Hh,unstable_interactiveUpdates:ei,flushSync:di,unstable_flushControlled:fi,__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED:{EventPluginHub:Ka,EventPluginRegistry:va,EventPropagators:$a,ReactControlledComponent:Rb,ReactDOMComponentTree:Qa,ReactDOMEventListener:Nd},unstable_createRoot:function(a,b){return new qi(a,!0,null!=b&&!0===b.hydrate)}};ki({findFiberByHostInstance:Na,bundleType:0,version:\\\"16.4.1\\\",rendererPackageName:\\\"react-dom\\\"});\\nvar Ai={default:vi},Bi=Ai&&vi||Ai;module.exports=Bi.default?Bi.default:Bi;\\n\"\n    },\n    {\n      \"id\": 79,\n      \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/react-dom/node_modules/fbjs/lib/invariant.js\",\n      \"name\": \"./node_modules/react-dom/node_modules/fbjs/lib/invariant.js\",\n      \"index\": 11,\n      \"index2\": 7,\n      \"size\": 1506,\n      \"cacheable\": true,\n      \"built\": true,\n      \"optional\": false,\n      \"prefetched\": false,\n      \"chunks\": [\n        0,\n        1\n      ],\n      \"issuer\": \"/Users/jarred/Code/styleurl/node_modules/react-dom/cjs/react-dom.production.min.js\",\n      \"issuerId\": 78,\n      \"issuerName\": \"./node_modules/react-dom/cjs/react-dom.production.min.js\",\n      \"issuerPath\": [\n        {\n          \"id\": 171,\n          \"identifier\": \"multi /Users/jarred/Code/styleurl/webpack/customPublicPath /Users/jarred/Code/styleurl/chrome/extension/popup\",\n          \"name\": \"multi ./webpack/customPublicPath ./chrome/extension/popup\",\n          \"profile\": {\n            \"factory\": 0,\n            \"building\": 3\n          }\n        },\n        {\n          \"id\": 172,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/popup.js\",\n          \"name\": \"./chrome/extension/popup.js\",\n          \"profile\": {\n            \"factory\": 58,\n            \"building\": 445\n          }\n        },\n        {\n          \"id\": 77,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/react-dom/index.js\",\n          \"name\": \"./node_modules/react-dom/index.js\",\n          \"profile\": {\n            \"factory\": 340,\n            \"building\": 762,\n            \"dependencies\": 60\n          }\n        },\n        {\n          \"id\": 78,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/react-dom/cjs/react-dom.production.min.js\",\n          \"name\": \"./node_modules/react-dom/cjs/react-dom.production.min.js\",\n          \"profile\": {\n            \"factory\": 234,\n            \"building\": 246,\n            \"dependencies\": 97\n          }\n        }\n      ],\n      \"profile\": {\n        \"factory\": 121,\n        \"building\": 29\n      },\n      \"failed\": false,\n      \"errors\": 0,\n      \"warnings\": 0,\n      \"assets\": [],\n      \"reasons\": [\n        {\n          \"moduleId\": 78,\n          \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/react-dom/cjs/react-dom.production.min.js\",\n          \"module\": \"./node_modules/react-dom/cjs/react-dom.production.min.js\",\n          \"moduleName\": \"./node_modules/react-dom/cjs/react-dom.production.min.js\",\n          \"type\": \"cjs require\",\n          \"userRequest\": \"fbjs/lib/invariant\",\n          \"loc\": \"13:20-49\"\n        }\n      ],\n      \"usedExports\": true,\n      \"providedExports\": null,\n      \"optimizationBailout\": [\n        \"ModuleConcatenation bailout: Module is not an ECMAScript module\"\n      ],\n      \"depth\": 4,\n      \"source\": \"/**\\n * Copyright (c) 2013-present, Facebook, Inc.\\n *\\n * This source code is licensed under the MIT license found in the\\n * LICENSE file in the root directory of this source tree.\\n *\\n */\\n\\n'use strict';\\n\\n/**\\n * Use invariant() to assert state which your program assumes to be true.\\n *\\n * Provide sprintf-style format (only %s is supported) and arguments\\n * to provide information about what broke and what you were\\n * expecting.\\n *\\n * The invariant message will be stripped in production, but the invariant\\n * will remain to ensure logic does not differ in production.\\n */\\n\\nvar validateFormat = function validateFormat(format) {};\\n\\nif (process.env.NODE_ENV !== 'production') {\\n  validateFormat = function validateFormat(format) {\\n    if (format === undefined) {\\n      throw new Error('invariant requires an error message argument');\\n    }\\n  };\\n}\\n\\nfunction invariant(condition, format, a, b, c, d, e, f) {\\n  validateFormat(format);\\n\\n  if (!condition) {\\n    var error;\\n    if (format === undefined) {\\n      error = new Error('Minified exception occurred; use the non-minified dev environment ' + 'for the full error message and additional helpful warnings.');\\n    } else {\\n      var args = [a, b, c, d, e, f];\\n      var argIndex = 0;\\n      error = new Error(format.replace(/%s/g, function () {\\n        return args[argIndex++];\\n      }));\\n      error.name = 'Invariant Violation';\\n    }\\n\\n    error.framesToPop = 1; // we don't care about invariant's own frame\\n    throw error;\\n  }\\n}\\n\\nmodule.exports = invariant;\"\n    },\n    {\n      \"id\": 80,\n      \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/react-dom/node_modules/fbjs/lib/ExecutionEnvironment.js\",\n      \"name\": \"./node_modules/react-dom/node_modules/fbjs/lib/ExecutionEnvironment.js\",\n      \"index\": 12,\n      \"index2\": 8,\n      \"size\": 935,\n      \"cacheable\": true,\n      \"built\": true,\n      \"optional\": false,\n      \"prefetched\": false,\n      \"chunks\": [\n        0,\n        1\n      ],\n      \"issuer\": \"/Users/jarred/Code/styleurl/node_modules/react-dom/cjs/react-dom.production.min.js\",\n      \"issuerId\": 78,\n      \"issuerName\": \"./node_modules/react-dom/cjs/react-dom.production.min.js\",\n      \"issuerPath\": [\n        {\n          \"id\": 171,\n          \"identifier\": \"multi /Users/jarred/Code/styleurl/webpack/customPublicPath /Users/jarred/Code/styleurl/chrome/extension/popup\",\n          \"name\": \"multi ./webpack/customPublicPath ./chrome/extension/popup\",\n          \"profile\": {\n            \"factory\": 0,\n            \"building\": 3\n          }\n        },\n        {\n          \"id\": 172,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/popup.js\",\n          \"name\": \"./chrome/extension/popup.js\",\n          \"profile\": {\n            \"factory\": 58,\n            \"building\": 445\n          }\n        },\n        {\n          \"id\": 77,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/react-dom/index.js\",\n          \"name\": \"./node_modules/react-dom/index.js\",\n          \"profile\": {\n            \"factory\": 340,\n            \"building\": 762,\n            \"dependencies\": 60\n          }\n        },\n        {\n          \"id\": 78,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/react-dom/cjs/react-dom.production.min.js\",\n          \"name\": \"./node_modules/react-dom/cjs/react-dom.production.min.js\",\n          \"profile\": {\n            \"factory\": 234,\n            \"building\": 246,\n            \"dependencies\": 97\n          }\n        }\n      ],\n      \"profile\": {\n        \"factory\": 121,\n        \"building\": 29\n      },\n      \"failed\": false,\n      \"errors\": 0,\n      \"warnings\": 0,\n      \"assets\": [],\n      \"reasons\": [\n        {\n          \"moduleId\": 78,\n          \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/react-dom/cjs/react-dom.production.min.js\",\n          \"module\": \"./node_modules/react-dom/cjs/react-dom.production.min.js\",\n          \"moduleName\": \"./node_modules/react-dom/cjs/react-dom.production.min.js\",\n          \"type\": \"cjs require\",\n          \"userRequest\": \"fbjs/lib/ExecutionEnvironment\",\n          \"loc\": \"13:72-112\"\n        }\n      ],\n      \"usedExports\": true,\n      \"providedExports\": null,\n      \"optimizationBailout\": [\n        \"ModuleConcatenation bailout: Module is not an ECMAScript module\"\n      ],\n      \"depth\": 4,\n      \"source\": \"/**\\n * Copyright (c) 2013-present, Facebook, Inc.\\n *\\n * This source code is licensed under the MIT license found in the\\n * LICENSE file in the root directory of this source tree.\\n *\\n */\\n\\n'use strict';\\n\\nvar canUseDOM = !!(typeof window !== 'undefined' && window.document && window.document.createElement);\\n\\n/**\\n * Simple, lightweight module assisting with the detection and context of\\n * Worker. Helps avoid circular dependencies and allows code to reason about\\n * whether or not they are in a Worker, even if they never include the main\\n * `ReactWorker` dependency.\\n */\\nvar ExecutionEnvironment = {\\n\\n  canUseDOM: canUseDOM,\\n\\n  canUseWorkers: typeof Worker !== 'undefined',\\n\\n  canUseEventListeners: canUseDOM && !!(window.addEventListener || window.attachEvent),\\n\\n  canUseViewport: canUseDOM && !!window.screen,\\n\\n  isInWorker: !canUseDOM // For now, this is true - might change in the future.\\n\\n};\\n\\nmodule.exports = ExecutionEnvironment;\"\n    },\n    {\n      \"id\": 81,\n      \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/react-dom/node_modules/fbjs/lib/emptyFunction.js\",\n      \"name\": \"./node_modules/react-dom/node_modules/fbjs/lib/emptyFunction.js\",\n      \"index\": 13,\n      \"index2\": 9,\n      \"size\": 959,\n      \"cacheable\": true,\n      \"built\": true,\n      \"optional\": false,\n      \"prefetched\": false,\n      \"chunks\": [\n        0,\n        1\n      ],\n      \"issuer\": \"/Users/jarred/Code/styleurl/node_modules/react-dom/cjs/react-dom.production.min.js\",\n      \"issuerId\": 78,\n      \"issuerName\": \"./node_modules/react-dom/cjs/react-dom.production.min.js\",\n      \"issuerPath\": [\n        {\n          \"id\": 171,\n          \"identifier\": \"multi /Users/jarred/Code/styleurl/webpack/customPublicPath /Users/jarred/Code/styleurl/chrome/extension/popup\",\n          \"name\": \"multi ./webpack/customPublicPath ./chrome/extension/popup\",\n          \"profile\": {\n            \"factory\": 0,\n            \"building\": 3\n          }\n        },\n        {\n          \"id\": 172,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/popup.js\",\n          \"name\": \"./chrome/extension/popup.js\",\n          \"profile\": {\n            \"factory\": 58,\n            \"building\": 445\n          }\n        },\n        {\n          \"id\": 77,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/react-dom/index.js\",\n          \"name\": \"./node_modules/react-dom/index.js\",\n          \"profile\": {\n            \"factory\": 340,\n            \"building\": 762,\n            \"dependencies\": 60\n          }\n        },\n        {\n          \"id\": 78,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/react-dom/cjs/react-dom.production.min.js\",\n          \"name\": \"./node_modules/react-dom/cjs/react-dom.production.min.js\",\n          \"profile\": {\n            \"factory\": 234,\n            \"building\": 246,\n            \"dependencies\": 97\n          }\n        }\n      ],\n      \"profile\": {\n        \"factory\": 121,\n        \"building\": 29\n      },\n      \"failed\": false,\n      \"errors\": 0,\n      \"warnings\": 0,\n      \"assets\": [],\n      \"reasons\": [\n        {\n          \"moduleId\": 78,\n          \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/react-dom/cjs/react-dom.production.min.js\",\n          \"module\": \"./node_modules/react-dom/cjs/react-dom.production.min.js\",\n          \"moduleName\": \"./node_modules/react-dom/cjs/react-dom.production.min.js\",\n          \"type\": \"cjs require\",\n          \"userRequest\": \"fbjs/lib/emptyFunction\",\n          \"loc\": \"13:142-175\"\n        }\n      ],\n      \"usedExports\": true,\n      \"providedExports\": null,\n      \"optimizationBailout\": [\n        \"ModuleConcatenation bailout: Module is not an ECMAScript module\"\n      ],\n      \"depth\": 4,\n      \"source\": \"\\\"use strict\\\";\\n\\n/**\\n * Copyright (c) 2013-present, Facebook, Inc.\\n *\\n * This source code is licensed under the MIT license found in the\\n * LICENSE file in the root directory of this source tree.\\n *\\n * \\n */\\n\\nfunction makeEmptyFunction(arg) {\\n  return function () {\\n    return arg;\\n  };\\n}\\n\\n/**\\n * This function accepts and discards inputs; it has no side effects. This is\\n * primarily useful idiomatically for overridable function endpoints which\\n * always need to be callable, since JS lacks a null-call idiom ala Cocoa.\\n */\\nvar emptyFunction = function emptyFunction() {};\\n\\nemptyFunction.thatReturns = makeEmptyFunction;\\nemptyFunction.thatReturnsFalse = makeEmptyFunction(false);\\nemptyFunction.thatReturnsTrue = makeEmptyFunction(true);\\nemptyFunction.thatReturnsNull = makeEmptyFunction(null);\\nemptyFunction.thatReturnsThis = function () {\\n  return this;\\n};\\nemptyFunction.thatReturnsArgument = function (arg) {\\n  return arg;\\n};\\n\\nmodule.exports = emptyFunction;\"\n    },\n    {\n      \"id\": 82,\n      \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/react-dom/node_modules/fbjs/lib/getActiveElement.js\",\n      \"name\": \"./node_modules/react-dom/node_modules/fbjs/lib/getActiveElement.js\",\n      \"index\": 14,\n      \"index2\": 10,\n      \"size\": 912,\n      \"cacheable\": true,\n      \"built\": true,\n      \"optional\": false,\n      \"prefetched\": false,\n      \"chunks\": [\n        0,\n        1\n      ],\n      \"issuer\": \"/Users/jarred/Code/styleurl/node_modules/react-dom/cjs/react-dom.production.min.js\",\n      \"issuerId\": 78,\n      \"issuerName\": \"./node_modules/react-dom/cjs/react-dom.production.min.js\",\n      \"issuerPath\": [\n        {\n          \"id\": 171,\n          \"identifier\": \"multi /Users/jarred/Code/styleurl/webpack/customPublicPath /Users/jarred/Code/styleurl/chrome/extension/popup\",\n          \"name\": \"multi ./webpack/customPublicPath ./chrome/extension/popup\",\n          \"profile\": {\n            \"factory\": 0,\n            \"building\": 3\n          }\n        },\n        {\n          \"id\": 172,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/popup.js\",\n          \"name\": \"./chrome/extension/popup.js\",\n          \"profile\": {\n            \"factory\": 58,\n            \"building\": 445\n          }\n        },\n        {\n          \"id\": 77,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/react-dom/index.js\",\n          \"name\": \"./node_modules/react-dom/index.js\",\n          \"profile\": {\n            \"factory\": 340,\n            \"building\": 762,\n            \"dependencies\": 60\n          }\n        },\n        {\n          \"id\": 78,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/react-dom/cjs/react-dom.production.min.js\",\n          \"name\": \"./node_modules/react-dom/cjs/react-dom.production.min.js\",\n          \"profile\": {\n            \"factory\": 234,\n            \"building\": 246,\n            \"dependencies\": 97\n          }\n        }\n      ],\n      \"profile\": {\n        \"factory\": 121,\n        \"building\": 29\n      },\n      \"failed\": false,\n      \"errors\": 0,\n      \"warnings\": 0,\n      \"assets\": [],\n      \"reasons\": [\n        {\n          \"moduleId\": 78,\n          \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/react-dom/cjs/react-dom.production.min.js\",\n          \"module\": \"./node_modules/react-dom/cjs/react-dom.production.min.js\",\n          \"moduleName\": \"./node_modules/react-dom/cjs/react-dom.production.min.js\",\n          \"type\": \"cjs require\",\n          \"userRequest\": \"fbjs/lib/getActiveElement\",\n          \"loc\": \"13:179-215\"\n        }\n      ],\n      \"usedExports\": true,\n      \"providedExports\": null,\n      \"optimizationBailout\": [\n        \"ModuleConcatenation bailout: Module is not an ECMAScript module\"\n      ],\n      \"depth\": 4,\n      \"source\": \"'use strict';\\n\\n/**\\n * Copyright (c) 2013-present, Facebook, Inc.\\n *\\n * This source code is licensed under the MIT license found in the\\n * LICENSE file in the root directory of this source tree.\\n *\\n * @typechecks\\n */\\n\\n/* eslint-disable fb-www/typeof-undefined */\\n\\n/**\\n * Same as document.activeElement but wraps in a try-catch block. In IE it is\\n * not safe to call document.activeElement if there is nothing focused.\\n *\\n * The activeElement will be null only if the document or document body is not\\n * yet defined.\\n *\\n * @param {?DOMDocument} doc Defaults to current document.\\n * @return {?DOMElement}\\n */\\nfunction getActiveElement(doc) /*?DOMElement*/{\\n  doc = doc || (typeof document !== 'undefined' ? document : undefined);\\n  if (typeof doc === 'undefined') {\\n    return null;\\n  }\\n  try {\\n    return doc.activeElement || doc.body;\\n  } catch (e) {\\n    return doc.body;\\n  }\\n}\\n\\nmodule.exports = getActiveElement;\"\n    },\n    {\n      \"id\": 83,\n      \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/react-dom/node_modules/fbjs/lib/shallowEqual.js\",\n      \"name\": \"./node_modules/react-dom/node_modules/fbjs/lib/shallowEqual.js\",\n      \"index\": 15,\n      \"index2\": 11,\n      \"size\": 1616,\n      \"cacheable\": true,\n      \"built\": true,\n      \"optional\": false,\n      \"prefetched\": false,\n      \"chunks\": [\n        0,\n        1\n      ],\n      \"issuer\": \"/Users/jarred/Code/styleurl/node_modules/react-dom/cjs/react-dom.production.min.js\",\n      \"issuerId\": 78,\n      \"issuerName\": \"./node_modules/react-dom/cjs/react-dom.production.min.js\",\n      \"issuerPath\": [\n        {\n          \"id\": 171,\n          \"identifier\": \"multi /Users/jarred/Code/styleurl/webpack/customPublicPath /Users/jarred/Code/styleurl/chrome/extension/popup\",\n          \"name\": \"multi ./webpack/customPublicPath ./chrome/extension/popup\",\n          \"profile\": {\n            \"factory\": 0,\n            \"building\": 3\n          }\n        },\n        {\n          \"id\": 172,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/popup.js\",\n          \"name\": \"./chrome/extension/popup.js\",\n          \"profile\": {\n            \"factory\": 58,\n            \"building\": 445\n          }\n        },\n        {\n          \"id\": 77,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/react-dom/index.js\",\n          \"name\": \"./node_modules/react-dom/index.js\",\n          \"profile\": {\n            \"factory\": 340,\n            \"building\": 762,\n            \"dependencies\": 60\n          }\n        },\n        {\n          \"id\": 78,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/react-dom/cjs/react-dom.production.min.js\",\n          \"name\": \"./node_modules/react-dom/cjs/react-dom.production.min.js\",\n          \"profile\": {\n            \"factory\": 234,\n            \"building\": 246,\n            \"dependencies\": 97\n          }\n        }\n      ],\n      \"profile\": {\n        \"factory\": 121,\n        \"building\": 29\n      },\n      \"failed\": false,\n      \"errors\": 0,\n      \"warnings\": 0,\n      \"assets\": [],\n      \"reasons\": [\n        {\n          \"moduleId\": 78,\n          \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/react-dom/cjs/react-dom.production.min.js\",\n          \"module\": \"./node_modules/react-dom/cjs/react-dom.production.min.js\",\n          \"moduleName\": \"./node_modules/react-dom/cjs/react-dom.production.min.js\",\n          \"type\": \"cjs require\",\n          \"userRequest\": \"fbjs/lib/shallowEqual\",\n          \"loc\": \"13:219-251\"\n        }\n      ],\n      \"usedExports\": true,\n      \"providedExports\": null,\n      \"optimizationBailout\": [\n        \"ModuleConcatenation bailout: Module is not an ECMAScript module\"\n      ],\n      \"depth\": 4,\n      \"source\": \"/**\\n * Copyright (c) 2013-present, Facebook, Inc.\\n *\\n * This source code is licensed under the MIT license found in the\\n * LICENSE file in the root directory of this source tree.\\n *\\n * @typechecks\\n * \\n */\\n\\n/*eslint-disable no-self-compare */\\n\\n'use strict';\\n\\nvar hasOwnProperty = Object.prototype.hasOwnProperty;\\n\\n/**\\n * inlined Object.is polyfill to avoid requiring consumers ship their own\\n * https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Object/is\\n */\\nfunction is(x, y) {\\n  // SameValue algorithm\\n  if (x === y) {\\n    // Steps 1-5, 7-10\\n    // Steps 6.b-6.e: +0 != -0\\n    // Added the nonzero y check to make Flow happy, but it is redundant\\n    return x !== 0 || y !== 0 || 1 / x === 1 / y;\\n  } else {\\n    // Step 6.a: NaN == NaN\\n    return x !== x && y !== y;\\n  }\\n}\\n\\n/**\\n * Performs equality by iterating through keys on an object and returning false\\n * when any key has values which are not strictly equal between the arguments.\\n * Returns true when the values of all keys are strictly equal.\\n */\\nfunction shallowEqual(objA, objB) {\\n  if (is(objA, objB)) {\\n    return true;\\n  }\\n\\n  if (typeof objA !== 'object' || objA === null || typeof objB !== 'object' || objB === null) {\\n    return false;\\n  }\\n\\n  var keysA = Object.keys(objA);\\n  var keysB = Object.keys(objB);\\n\\n  if (keysA.length !== keysB.length) {\\n    return false;\\n  }\\n\\n  // Test for A's keys different from B.\\n  for (var i = 0; i < keysA.length; i++) {\\n    if (!hasOwnProperty.call(objB, keysA[i]) || !is(objA[keysA[i]], objB[keysA[i]])) {\\n      return false;\\n    }\\n  }\\n\\n  return true;\\n}\\n\\nmodule.exports = shallowEqual;\"\n    },\n    {\n      \"id\": 84,\n      \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/react-dom/node_modules/fbjs/lib/containsNode.js\",\n      \"name\": \"./node_modules/react-dom/node_modules/fbjs/lib/containsNode.js\",\n      \"index\": 16,\n      \"index2\": 14,\n      \"size\": 923,\n      \"cacheable\": true,\n      \"built\": true,\n      \"optional\": false,\n      \"prefetched\": false,\n      \"chunks\": [\n        0,\n        1\n      ],\n      \"issuer\": \"/Users/jarred/Code/styleurl/node_modules/react-dom/cjs/react-dom.production.min.js\",\n      \"issuerId\": 78,\n      \"issuerName\": \"./node_modules/react-dom/cjs/react-dom.production.min.js\",\n      \"issuerPath\": [\n        {\n          \"id\": 171,\n          \"identifier\": \"multi /Users/jarred/Code/styleurl/webpack/customPublicPath /Users/jarred/Code/styleurl/chrome/extension/popup\",\n          \"name\": \"multi ./webpack/customPublicPath ./chrome/extension/popup\",\n          \"profile\": {\n            \"factory\": 0,\n            \"building\": 3\n          }\n        },\n        {\n          \"id\": 172,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/popup.js\",\n          \"name\": \"./chrome/extension/popup.js\",\n          \"profile\": {\n            \"factory\": 58,\n            \"building\": 445\n          }\n        },\n        {\n          \"id\": 77,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/react-dom/index.js\",\n          \"name\": \"./node_modules/react-dom/index.js\",\n          \"profile\": {\n            \"factory\": 340,\n            \"building\": 762,\n            \"dependencies\": 60\n          }\n        },\n        {\n          \"id\": 78,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/react-dom/cjs/react-dom.production.min.js\",\n          \"name\": \"./node_modules/react-dom/cjs/react-dom.production.min.js\",\n          \"profile\": {\n            \"factory\": 234,\n            \"building\": 246,\n            \"dependencies\": 97\n          }\n        }\n      ],\n      \"profile\": {\n        \"factory\": 121,\n        \"building\": 29\n      },\n      \"failed\": false,\n      \"errors\": 0,\n      \"warnings\": 0,\n      \"assets\": [],\n      \"reasons\": [\n        {\n          \"moduleId\": 78,\n          \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/react-dom/cjs/react-dom.production.min.js\",\n          \"module\": \"./node_modules/react-dom/cjs/react-dom.production.min.js\",\n          \"moduleName\": \"./node_modules/react-dom/cjs/react-dom.production.min.js\",\n          \"type\": \"cjs require\",\n          \"userRequest\": \"fbjs/lib/containsNode\",\n          \"loc\": \"13:255-287\"\n        }\n      ],\n      \"usedExports\": true,\n      \"providedExports\": null,\n      \"optimizationBailout\": [\n        \"ModuleConcatenation bailout: Module is not an ECMAScript module\"\n      ],\n      \"depth\": 4,\n      \"source\": \"'use strict';\\n\\n/**\\n * Copyright (c) 2013-present, Facebook, Inc.\\n *\\n * This source code is licensed under the MIT license found in the\\n * LICENSE file in the root directory of this source tree.\\n *\\n * \\n */\\n\\nvar isTextNode = require('./isTextNode');\\n\\n/*eslint-disable no-bitwise */\\n\\n/**\\n * Checks if a given DOM node contains or is another DOM node.\\n */\\nfunction containsNode(outerNode, innerNode) {\\n  if (!outerNode || !innerNode) {\\n    return false;\\n  } else if (outerNode === innerNode) {\\n    return true;\\n  } else if (isTextNode(outerNode)) {\\n    return false;\\n  } else if (isTextNode(innerNode)) {\\n    return containsNode(outerNode, innerNode.parentNode);\\n  } else if ('contains' in outerNode) {\\n    return outerNode.contains(innerNode);\\n  } else if (outerNode.compareDocumentPosition) {\\n    return !!(outerNode.compareDocumentPosition(innerNode) & 16);\\n  } else {\\n    return false;\\n  }\\n}\\n\\nmodule.exports = containsNode;\"\n    },\n    {\n      \"id\": 85,\n      \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/react-dom/node_modules/fbjs/lib/isTextNode.js\",\n      \"name\": \"./node_modules/react-dom/node_modules/fbjs/lib/isTextNode.js\",\n      \"index\": 17,\n      \"index2\": 13,\n      \"size\": 479,\n      \"cacheable\": true,\n      \"built\": true,\n      \"optional\": false,\n      \"prefetched\": false,\n      \"chunks\": [\n        0,\n        1\n      ],\n      \"issuer\": \"/Users/jarred/Code/styleurl/node_modules/react-dom/node_modules/fbjs/lib/containsNode.js\",\n      \"issuerId\": 84,\n      \"issuerName\": \"./node_modules/react-dom/node_modules/fbjs/lib/containsNode.js\",\n      \"issuerPath\": [\n        {\n          \"id\": 171,\n          \"identifier\": \"multi /Users/jarred/Code/styleurl/webpack/customPublicPath /Users/jarred/Code/styleurl/chrome/extension/popup\",\n          \"name\": \"multi ./webpack/customPublicPath ./chrome/extension/popup\",\n          \"profile\": {\n            \"factory\": 0,\n            \"building\": 3\n          }\n        },\n        {\n          \"id\": 172,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/popup.js\",\n          \"name\": \"./chrome/extension/popup.js\",\n          \"profile\": {\n            \"factory\": 58,\n            \"building\": 445\n          }\n        },\n        {\n          \"id\": 77,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/react-dom/index.js\",\n          \"name\": \"./node_modules/react-dom/index.js\",\n          \"profile\": {\n            \"factory\": 340,\n            \"building\": 762,\n            \"dependencies\": 60\n          }\n        },\n        {\n          \"id\": 78,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/react-dom/cjs/react-dom.production.min.js\",\n          \"name\": \"./node_modules/react-dom/cjs/react-dom.production.min.js\",\n          \"profile\": {\n            \"factory\": 234,\n            \"building\": 246,\n            \"dependencies\": 97\n          }\n        },\n        {\n          \"id\": 84,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/react-dom/node_modules/fbjs/lib/containsNode.js\",\n          \"name\": \"./node_modules/react-dom/node_modules/fbjs/lib/containsNode.js\",\n          \"profile\": {\n            \"factory\": 121,\n            \"building\": 29\n          }\n        }\n      ],\n      \"profile\": {\n        \"factory\": 59,\n        \"building\": 16\n      },\n      \"failed\": false,\n      \"errors\": 0,\n      \"warnings\": 0,\n      \"assets\": [],\n      \"reasons\": [\n        {\n          \"moduleId\": 84,\n          \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/react-dom/node_modules/fbjs/lib/containsNode.js\",\n          \"module\": \"./node_modules/react-dom/node_modules/fbjs/lib/containsNode.js\",\n          \"moduleName\": \"./node_modules/react-dom/node_modules/fbjs/lib/containsNode.js\",\n          \"type\": \"cjs require\",\n          \"userRequest\": \"./isTextNode\",\n          \"loc\": \"12:17-40\"\n        }\n      ],\n      \"usedExports\": true,\n      \"providedExports\": null,\n      \"optimizationBailout\": [\n        \"ModuleConcatenation bailout: Module is not an ECMAScript module\"\n      ],\n      \"depth\": 5,\n      \"source\": \"'use strict';\\n\\n/**\\n * Copyright (c) 2013-present, Facebook, Inc.\\n *\\n * This source code is licensed under the MIT license found in the\\n * LICENSE file in the root directory of this source tree.\\n *\\n * @typechecks\\n */\\n\\nvar isNode = require('./isNode');\\n\\n/**\\n * @param {*} object The object to check.\\n * @return {boolean} Whether or not the object is a DOM text node.\\n */\\nfunction isTextNode(object) {\\n  return isNode(object) && object.nodeType == 3;\\n}\\n\\nmodule.exports = isTextNode;\"\n    },\n    {\n      \"id\": 86,\n      \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/react-dom/node_modules/fbjs/lib/isNode.js\",\n      \"name\": \"./node_modules/react-dom/node_modules/fbjs/lib/isNode.js\",\n      \"index\": 18,\n      \"index2\": 12,\n      \"size\": 702,\n      \"cacheable\": true,\n      \"built\": true,\n      \"optional\": false,\n      \"prefetched\": false,\n      \"chunks\": [\n        0,\n        1\n      ],\n      \"issuer\": \"/Users/jarred/Code/styleurl/node_modules/react-dom/node_modules/fbjs/lib/isTextNode.js\",\n      \"issuerId\": 85,\n      \"issuerName\": \"./node_modules/react-dom/node_modules/fbjs/lib/isTextNode.js\",\n      \"issuerPath\": [\n        {\n          \"id\": 171,\n          \"identifier\": \"multi /Users/jarred/Code/styleurl/webpack/customPublicPath /Users/jarred/Code/styleurl/chrome/extension/popup\",\n          \"name\": \"multi ./webpack/customPublicPath ./chrome/extension/popup\",\n          \"profile\": {\n            \"factory\": 0,\n            \"building\": 3\n          }\n        },\n        {\n          \"id\": 172,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/popup.js\",\n          \"name\": \"./chrome/extension/popup.js\",\n          \"profile\": {\n            \"factory\": 58,\n            \"building\": 445\n          }\n        },\n        {\n          \"id\": 77,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/react-dom/index.js\",\n          \"name\": \"./node_modules/react-dom/index.js\",\n          \"profile\": {\n            \"factory\": 340,\n            \"building\": 762,\n            \"dependencies\": 60\n          }\n        },\n        {\n          \"id\": 78,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/react-dom/cjs/react-dom.production.min.js\",\n          \"name\": \"./node_modules/react-dom/cjs/react-dom.production.min.js\",\n          \"profile\": {\n            \"factory\": 234,\n            \"building\": 246,\n            \"dependencies\": 97\n          }\n        },\n        {\n          \"id\": 84,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/react-dom/node_modules/fbjs/lib/containsNode.js\",\n          \"name\": \"./node_modules/react-dom/node_modules/fbjs/lib/containsNode.js\",\n          \"profile\": {\n            \"factory\": 121,\n            \"building\": 29\n          }\n        },\n        {\n          \"id\": 85,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/react-dom/node_modules/fbjs/lib/isTextNode.js\",\n          \"name\": \"./node_modules/react-dom/node_modules/fbjs/lib/isTextNode.js\",\n          \"profile\": {\n            \"factory\": 59,\n            \"building\": 16\n          }\n        }\n      ],\n      \"profile\": {\n        \"factory\": 26,\n        \"building\": 14\n      },\n      \"failed\": false,\n      \"errors\": 0,\n      \"warnings\": 0,\n      \"assets\": [],\n      \"reasons\": [\n        {\n          \"moduleId\": 85,\n          \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/react-dom/node_modules/fbjs/lib/isTextNode.js\",\n          \"module\": \"./node_modules/react-dom/node_modules/fbjs/lib/isTextNode.js\",\n          \"moduleName\": \"./node_modules/react-dom/node_modules/fbjs/lib/isTextNode.js\",\n          \"type\": \"cjs require\",\n          \"userRequest\": \"./isNode\",\n          \"loc\": \"12:13-32\"\n        }\n      ],\n      \"usedExports\": true,\n      \"providedExports\": null,\n      \"optimizationBailout\": [\n        \"ModuleConcatenation bailout: Module is not an ECMAScript module\"\n      ],\n      \"depth\": 6,\n      \"source\": \"'use strict';\\n\\n/**\\n * Copyright (c) 2013-present, Facebook, Inc.\\n *\\n * This source code is licensed under the MIT license found in the\\n * LICENSE file in the root directory of this source tree.\\n *\\n * @typechecks\\n */\\n\\n/**\\n * @param {*} object The object to check.\\n * @return {boolean} Whether or not the object is a DOM node.\\n */\\nfunction isNode(object) {\\n  var doc = object ? object.ownerDocument || object : document;\\n  var defaultView = doc.defaultView || window;\\n  return !!(object && (typeof defaultView.Node === 'function' ? object instanceof defaultView.Node : typeof object === 'object' && typeof object.nodeType === 'number' && typeof object.nodeName === 'string'));\\n}\\n\\nmodule.exports = isNode;\"\n    },\n    {\n      \"id\": 87,\n      \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/react-dom/node_modules/fbjs/lib/emptyObject.js\",\n      \"name\": \"./node_modules/react-dom/node_modules/fbjs/lib/emptyObject.js\",\n      \"index\": 19,\n      \"index2\": 15,\n      \"size\": 332,\n      \"cacheable\": true,\n      \"built\": true,\n      \"optional\": false,\n      \"prefetched\": false,\n      \"chunks\": [\n        0,\n        1\n      ],\n      \"issuer\": \"/Users/jarred/Code/styleurl/node_modules/react-dom/cjs/react-dom.production.min.js\",\n      \"issuerId\": 78,\n      \"issuerName\": \"./node_modules/react-dom/cjs/react-dom.production.min.js\",\n      \"issuerPath\": [\n        {\n          \"id\": 171,\n          \"identifier\": \"multi /Users/jarred/Code/styleurl/webpack/customPublicPath /Users/jarred/Code/styleurl/chrome/extension/popup\",\n          \"name\": \"multi ./webpack/customPublicPath ./chrome/extension/popup\",\n          \"profile\": {\n            \"factory\": 0,\n            \"building\": 3\n          }\n        },\n        {\n          \"id\": 172,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/popup.js\",\n          \"name\": \"./chrome/extension/popup.js\",\n          \"profile\": {\n            \"factory\": 58,\n            \"building\": 445\n          }\n        },\n        {\n          \"id\": 77,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/react-dom/index.js\",\n          \"name\": \"./node_modules/react-dom/index.js\",\n          \"profile\": {\n            \"factory\": 340,\n            \"building\": 762,\n            \"dependencies\": 60\n          }\n        },\n        {\n          \"id\": 78,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/react-dom/cjs/react-dom.production.min.js\",\n          \"name\": \"./node_modules/react-dom/cjs/react-dom.production.min.js\",\n          \"profile\": {\n            \"factory\": 234,\n            \"building\": 246,\n            \"dependencies\": 97\n          }\n        }\n      ],\n      \"profile\": {\n        \"factory\": 121,\n        \"building\": 29\n      },\n      \"failed\": false,\n      \"errors\": 0,\n      \"warnings\": 0,\n      \"assets\": [],\n      \"reasons\": [\n        {\n          \"moduleId\": 78,\n          \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/react-dom/cjs/react-dom.production.min.js\",\n          \"module\": \"./node_modules/react-dom/cjs/react-dom.production.min.js\",\n          \"moduleName\": \"./node_modules/react-dom/cjs/react-dom.production.min.js\",\n          \"type\": \"cjs require\",\n          \"userRequest\": \"fbjs/lib/emptyObject\",\n          \"loc\": \"13:291-322\"\n        }\n      ],\n      \"usedExports\": true,\n      \"providedExports\": null,\n      \"optimizationBailout\": [\n        \"ModuleConcatenation bailout: Module is not an ECMAScript module\"\n      ],\n      \"depth\": 4,\n      \"source\": \"/**\\n * Copyright (c) 2013-present, Facebook, Inc.\\n *\\n * This source code is licensed under the MIT license found in the\\n * LICENSE file in the root directory of this source tree.\\n *\\n */\\n\\n'use strict';\\n\\nvar emptyObject = {};\\n\\nif (process.env.NODE_ENV !== 'production') {\\n  Object.freeze(emptyObject);\\n}\\n\\nmodule.exports = emptyObject;\"\n    },\n    {\n      \"id\": 88,\n      \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/popup/messages.js\",\n      \"name\": \"./chrome/extension/popup/messages.js\",\n      \"index\": 24,\n      \"index2\": 21,\n      \"size\": 296,\n      \"cacheable\": true,\n      \"built\": true,\n      \"optional\": false,\n      \"prefetched\": false,\n      \"chunks\": [\n        0,\n        1\n      ],\n      \"issuer\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/inject.js\",\n      \"issuerId\": 181,\n      \"issuerName\": \"./chrome/extension/inject.js\",\n      \"issuerPath\": [\n        {\n          \"id\": 180,\n          \"identifier\": \"multi /Users/jarred/Code/styleurl/webpack/customPublicPath /Users/jarred/Code/styleurl/chrome/extension/inject\",\n          \"name\": \"multi ./webpack/customPublicPath ./chrome/extension/inject\",\n          \"profile\": {\n            \"factory\": 0,\n            \"building\": 0,\n            \"dependencies\": 54\n          }\n        },\n        {\n          \"id\": 181,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/inject.js\",\n          \"name\": \"./chrome/extension/inject.js\",\n          \"profile\": {\n            \"factory\": 55,\n            \"building\": 493,\n            \"dependencies\": 274\n          }\n        }\n      ],\n      \"profile\": {\n        \"factory\": 276,\n        \"building\": 25\n      },\n      \"failed\": false,\n      \"errors\": 0,\n      \"warnings\": 0,\n      \"assets\": [],\n      \"reasons\": [\n        {\n          \"moduleId\": 173,\n          \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/popup/Popup.js\",\n          \"module\": \"./chrome/extension/popup/Popup.js\",\n          \"moduleName\": \"./chrome/extension/popup/Popup.js\",\n          \"type\": \"cjs require\",\n          \"userRequest\": \"./messages\",\n          \"loc\": \"12:16-37\"\n        },\n        {\n          \"moduleId\": 181,\n          \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/inject.js\",\n          \"module\": \"./chrome/extension/inject.js\",\n          \"moduleName\": \"./chrome/extension/inject.js\",\n          \"type\": \"cjs require\",\n          \"userRequest\": \"./popup/messages\",\n          \"loc\": \"9:16-43\"\n        }\n      ],\n      \"usedExports\": true,\n      \"providedExports\": null,\n      \"optimizationBailout\": [\n        \"ModuleConcatenation bailout: Module is not an ECMAScript module\"\n      ],\n      \"depth\": 2,\n      \"source\": \"\\\"use strict\\\";\\n\\nObject.defineProperty(exports, \\\"__esModule\\\", {\\n  value: true\\n});\\nexports.MESSAGE_TYPES = exports.INITIAL_WIDTH = void 0;\\nconst INITIAL_WIDTH = 400;\\nexports.INITIAL_WIDTH = INITIAL_WIDTH;\\nconst MESSAGE_TYPES = {\\n  size_change: \\\"size_change\\\"\\n};\\nexports.MESSAGE_TYPES = MESSAGE_TYPES;\"\n    },\n    {\n      \"id\": 89,\n      \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_baseIsNative.js\",\n      \"name\": \"./node_modules/lodash/_baseIsNative.js\",\n      \"index\": 64,\n      \"index2\": 65,\n      \"size\": 1417,\n      \"cacheable\": true,\n      \"built\": true,\n      \"optional\": false,\n      \"prefetched\": false,\n      \"chunks\": [\n        2,\n        3\n      ],\n      \"issuer\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_getNative.js\",\n      \"issuerId\": 12,\n      \"issuerName\": \"./node_modules/lodash/_getNative.js\",\n      \"issuerPath\": [\n        {\n          \"id\": 342,\n          \"identifier\": \"multi /Users/jarred/Code/styleurl/webpack/customPublicPath /Users/jarred/Code/styleurl/chrome/extension/devtools\",\n          \"name\": \"multi ./webpack/customPublicPath ./chrome/extension/devtools\",\n          \"profile\": {\n            \"factory\": 0,\n            \"building\": 0,\n            \"dependencies\": 54\n          }\n        },\n        {\n          \"id\": 343,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/devtools.js\",\n          \"name\": \"./chrome/extension/devtools.js\",\n          \"profile\": {\n            \"factory\": 55,\n            \"building\": 548\n          }\n        },\n        {\n          \"id\": 345,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/isEmpty.js\",\n          \"name\": \"./node_modules/lodash/isEmpty.js\",\n          \"profile\": {\n            \"factory\": 230,\n            \"building\": 567,\n            \"dependencies\": 245\n          }\n        },\n        {\n          \"id\": 95,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_getTag.js\",\n          \"name\": \"./node_modules/lodash/_getTag.js\",\n          \"profile\": {\n            \"factory\": 247,\n            \"building\": 72,\n            \"dependencies\": 1\n          }\n        },\n        {\n          \"id\": 96,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_DataView.js\",\n          \"name\": \"./node_modules/lodash/_DataView.js\",\n          \"profile\": {\n            \"factory\": 89,\n            \"building\": 98,\n            \"dependencies\": 85\n          }\n        },\n        {\n          \"id\": 12,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_getNative.js\",\n          \"name\": \"./node_modules/lodash/_getNative.js\",\n          \"profile\": {\n            \"factory\": 85,\n            \"building\": 16\n          }\n        }\n      ],\n      \"profile\": {\n        \"factory\": 43,\n        \"building\": 35,\n        \"dependencies\": 0\n      },\n      \"failed\": false,\n      \"errors\": 0,\n      \"warnings\": 0,\n      \"assets\": [],\n      \"reasons\": [\n        {\n          \"moduleId\": 12,\n          \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_getNative.js\",\n          \"module\": \"./node_modules/lodash/_getNative.js\",\n          \"moduleName\": \"./node_modules/lodash/_getNative.js\",\n          \"type\": \"cjs require\",\n          \"userRequest\": \"./_baseIsNative\",\n          \"loc\": \"1:19-45\"\n        }\n      ],\n      \"usedExports\": true,\n      \"providedExports\": null,\n      \"optimizationBailout\": [\n        \"ModuleConcatenation bailout: Module is not an ECMAScript module\"\n      ],\n      \"depth\": 6,\n      \"source\": \"var isFunction = require('./isFunction'),\\n    isMasked = require('./_isMasked'),\\n    isObject = require('./isObject'),\\n    toSource = require('./_toSource');\\n\\n/**\\n * Used to match `RegExp`\\n * [syntax characters](http://ecma-international.org/ecma-262/7.0/#sec-patterns).\\n */\\nvar reRegExpChar = /[\\\\\\\\^$.*+?()[\\\\]{}|]/g;\\n\\n/** Used to detect host constructors (Safari). */\\nvar reIsHostCtor = /^\\\\[object .+?Constructor\\\\]$/;\\n\\n/** Used for built-in method references. */\\nvar funcProto = Function.prototype,\\n    objectProto = Object.prototype;\\n\\n/** Used to resolve the decompiled source of functions. */\\nvar funcToString = funcProto.toString;\\n\\n/** Used to check objects for own properties. */\\nvar hasOwnProperty = objectProto.hasOwnProperty;\\n\\n/** Used to detect if a method is native. */\\nvar reIsNative = RegExp('^' +\\n  funcToString.call(hasOwnProperty).replace(reRegExpChar, '\\\\\\\\$&')\\n  .replace(/hasOwnProperty|(function).*?(?=\\\\\\\\\\\\()| for .+?(?=\\\\\\\\\\\\])/g, '$1.*?') + '$'\\n);\\n\\n/**\\n * The base implementation of `_.isNative` without bad shim checks.\\n *\\n * @private\\n * @param {*} value The value to check.\\n * @returns {boolean} Returns `true` if `value` is a native function,\\n *  else `false`.\\n */\\nfunction baseIsNative(value) {\\n  if (!isObject(value) || isMasked(value)) {\\n    return false;\\n  }\\n  var pattern = isFunction(value) ? reIsNative : reIsHostCtor;\\n  return pattern.test(toSource(value));\\n}\\n\\nmodule.exports = baseIsNative;\\n\"\n    },\n    {\n      \"id\": 90,\n      \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_isMasked.js\",\n      \"name\": \"./node_modules/lodash/_isMasked.js\",\n      \"index\": 73,\n      \"index2\": 63,\n      \"size\": 564,\n      \"cacheable\": true,\n      \"built\": true,\n      \"optional\": false,\n      \"prefetched\": false,\n      \"chunks\": [\n        2,\n        3\n      ],\n      \"issuer\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_baseIsNative.js\",\n      \"issuerId\": 89,\n      \"issuerName\": \"./node_modules/lodash/_baseIsNative.js\",\n      \"issuerPath\": [\n        {\n          \"id\": 342,\n          \"identifier\": \"multi /Users/jarred/Code/styleurl/webpack/customPublicPath /Users/jarred/Code/styleurl/chrome/extension/devtools\",\n          \"name\": \"multi ./webpack/customPublicPath ./chrome/extension/devtools\",\n          \"profile\": {\n            \"factory\": 0,\n            \"building\": 0,\n            \"dependencies\": 54\n          }\n        },\n        {\n          \"id\": 343,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/devtools.js\",\n          \"name\": \"./chrome/extension/devtools.js\",\n          \"profile\": {\n            \"factory\": 55,\n            \"building\": 548\n          }\n        },\n        {\n          \"id\": 345,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/isEmpty.js\",\n          \"name\": \"./node_modules/lodash/isEmpty.js\",\n          \"profile\": {\n            \"factory\": 230,\n            \"building\": 567,\n            \"dependencies\": 245\n          }\n        },\n        {\n          \"id\": 95,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_getTag.js\",\n          \"name\": \"./node_modules/lodash/_getTag.js\",\n          \"profile\": {\n            \"factory\": 247,\n            \"building\": 72,\n            \"dependencies\": 1\n          }\n        },\n        {\n          \"id\": 96,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_DataView.js\",\n          \"name\": \"./node_modules/lodash/_DataView.js\",\n          \"profile\": {\n            \"factory\": 89,\n            \"building\": 98,\n            \"dependencies\": 85\n          }\n        },\n        {\n          \"id\": 12,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_getNative.js\",\n          \"name\": \"./node_modules/lodash/_getNative.js\",\n          \"profile\": {\n            \"factory\": 85,\n            \"building\": 16\n          }\n        },\n        {\n          \"id\": 89,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_baseIsNative.js\",\n          \"name\": \"./node_modules/lodash/_baseIsNative.js\",\n          \"profile\": {\n            \"factory\": 43,\n            \"building\": 35,\n            \"dependencies\": 0\n          }\n        }\n      ],\n      \"profile\": {\n        \"factory\": 41,\n        \"building\": 16\n      },\n      \"failed\": false,\n      \"errors\": 0,\n      \"warnings\": 0,\n      \"assets\": [],\n      \"reasons\": [\n        {\n          \"moduleId\": 89,\n          \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_baseIsNative.js\",\n          \"module\": \"./node_modules/lodash/_baseIsNative.js\",\n          \"moduleName\": \"./node_modules/lodash/_baseIsNative.js\",\n          \"type\": \"cjs require\",\n          \"userRequest\": \"./_isMasked\",\n          \"loc\": \"2:15-37\"\n        }\n      ],\n      \"usedExports\": true,\n      \"providedExports\": null,\n      \"optimizationBailout\": [\n        \"ModuleConcatenation bailout: Module is not an ECMAScript module\"\n      ],\n      \"depth\": 7,\n      \"source\": \"var coreJsData = require('./_coreJsData');\\n\\n/** Used to detect methods masquerading as native. */\\nvar maskSrcKey = (function() {\\n  var uid = /[^.]+$/.exec(coreJsData && coreJsData.keys && coreJsData.keys.IE_PROTO || '');\\n  return uid ? ('Symbol(src)_1.' + uid) : '';\\n}());\\n\\n/**\\n * Checks if `func` has its source masked.\\n *\\n * @private\\n * @param {Function} func The function to check.\\n * @returns {boolean} Returns `true` if `func` is masked, else `false`.\\n */\\nfunction isMasked(func) {\\n  return !!maskSrcKey && (maskSrcKey in func);\\n}\\n\\nmodule.exports = isMasked;\\n\"\n    },\n    {\n      \"id\": 91,\n      \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_coreJsData.js\",\n      \"name\": \"./node_modules/lodash/_coreJsData.js\",\n      \"index\": 74,\n      \"index2\": 62,\n      \"size\": 157,\n      \"cacheable\": true,\n      \"built\": true,\n      \"optional\": false,\n      \"prefetched\": false,\n      \"chunks\": [\n        2,\n        3\n      ],\n      \"issuer\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_isMasked.js\",\n      \"issuerId\": 90,\n      \"issuerName\": \"./node_modules/lodash/_isMasked.js\",\n      \"issuerPath\": [\n        {\n          \"id\": 342,\n          \"identifier\": \"multi /Users/jarred/Code/styleurl/webpack/customPublicPath /Users/jarred/Code/styleurl/chrome/extension/devtools\",\n          \"name\": \"multi ./webpack/customPublicPath ./chrome/extension/devtools\",\n          \"profile\": {\n            \"factory\": 0,\n            \"building\": 0,\n            \"dependencies\": 54\n          }\n        },\n        {\n          \"id\": 343,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/devtools.js\",\n          \"name\": \"./chrome/extension/devtools.js\",\n          \"profile\": {\n            \"factory\": 55,\n            \"building\": 548\n          }\n        },\n        {\n          \"id\": 345,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/isEmpty.js\",\n          \"name\": \"./node_modules/lodash/isEmpty.js\",\n          \"profile\": {\n            \"factory\": 230,\n            \"building\": 567,\n            \"dependencies\": 245\n          }\n        },\n        {\n          \"id\": 95,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_getTag.js\",\n          \"name\": \"./node_modules/lodash/_getTag.js\",\n          \"profile\": {\n            \"factory\": 247,\n            \"building\": 72,\n            \"dependencies\": 1\n          }\n        },\n        {\n          \"id\": 96,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_DataView.js\",\n          \"name\": \"./node_modules/lodash/_DataView.js\",\n          \"profile\": {\n            \"factory\": 89,\n            \"building\": 98,\n            \"dependencies\": 85\n          }\n        },\n        {\n          \"id\": 12,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_getNative.js\",\n          \"name\": \"./node_modules/lodash/_getNative.js\",\n          \"profile\": {\n            \"factory\": 85,\n            \"building\": 16\n          }\n        },\n        {\n          \"id\": 89,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_baseIsNative.js\",\n          \"name\": \"./node_modules/lodash/_baseIsNative.js\",\n          \"profile\": {\n            \"factory\": 43,\n            \"building\": 35,\n            \"dependencies\": 0\n          }\n        },\n        {\n          \"id\": 90,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_isMasked.js\",\n          \"name\": \"./node_modules/lodash/_isMasked.js\",\n          \"profile\": {\n            \"factory\": 41,\n            \"building\": 16\n          }\n        }\n      ],\n      \"profile\": {\n        \"factory\": 22,\n        \"building\": 37,\n        \"dependencies\": 0\n      },\n      \"failed\": false,\n      \"errors\": 0,\n      \"warnings\": 0,\n      \"assets\": [],\n      \"reasons\": [\n        {\n          \"moduleId\": 90,\n          \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_isMasked.js\",\n          \"module\": \"./node_modules/lodash/_isMasked.js\",\n          \"moduleName\": \"./node_modules/lodash/_isMasked.js\",\n          \"type\": \"cjs require\",\n          \"userRequest\": \"./_coreJsData\",\n          \"loc\": \"1:17-41\"\n        }\n      ],\n      \"usedExports\": true,\n      \"providedExports\": null,\n      \"optimizationBailout\": [\n        \"ModuleConcatenation bailout: Module is not an ECMAScript module\"\n      ],\n      \"depth\": 8,\n      \"source\": \"var root = require('./_root');\\n\\n/** Used to detect overreaching core-js shims. */\\nvar coreJsData = root['__core-js_shared__'];\\n\\nmodule.exports = coreJsData;\\n\"\n    },\n    {\n      \"id\": 92,\n      \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_getValue.js\",\n      \"name\": \"./node_modules/lodash/_getValue.js\",\n      \"index\": 76,\n      \"index2\": 66,\n      \"size\": 325,\n      \"cacheable\": true,\n      \"built\": true,\n      \"optional\": false,\n      \"prefetched\": false,\n      \"chunks\": [\n        2,\n        3\n      ],\n      \"issuer\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_getNative.js\",\n      \"issuerId\": 12,\n      \"issuerName\": \"./node_modules/lodash/_getNative.js\",\n      \"issuerPath\": [\n        {\n          \"id\": 342,\n          \"identifier\": \"multi /Users/jarred/Code/styleurl/webpack/customPublicPath /Users/jarred/Code/styleurl/chrome/extension/devtools\",\n          \"name\": \"multi ./webpack/customPublicPath ./chrome/extension/devtools\",\n          \"profile\": {\n            \"factory\": 0,\n            \"building\": 0,\n            \"dependencies\": 54\n          }\n        },\n        {\n          \"id\": 343,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/devtools.js\",\n          \"name\": \"./chrome/extension/devtools.js\",\n          \"profile\": {\n            \"factory\": 55,\n            \"building\": 548\n          }\n        },\n        {\n          \"id\": 345,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/isEmpty.js\",\n          \"name\": \"./node_modules/lodash/isEmpty.js\",\n          \"profile\": {\n            \"factory\": 230,\n            \"building\": 567,\n            \"dependencies\": 245\n          }\n        },\n        {\n          \"id\": 95,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_getTag.js\",\n          \"name\": \"./node_modules/lodash/_getTag.js\",\n          \"profile\": {\n            \"factory\": 247,\n            \"building\": 72,\n            \"dependencies\": 1\n          }\n        },\n        {\n          \"id\": 96,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_DataView.js\",\n          \"name\": \"./node_modules/lodash/_DataView.js\",\n          \"profile\": {\n            \"factory\": 89,\n            \"building\": 98,\n            \"dependencies\": 85\n          }\n        },\n        {\n          \"id\": 12,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_getNative.js\",\n          \"name\": \"./node_modules/lodash/_getNative.js\",\n          \"profile\": {\n            \"factory\": 85,\n            \"building\": 16\n          }\n        }\n      ],\n      \"profile\": {\n        \"factory\": 43,\n        \"building\": 35,\n        \"dependencies\": 0\n      },\n      \"failed\": false,\n      \"errors\": 0,\n      \"warnings\": 0,\n      \"assets\": [],\n      \"reasons\": [\n        {\n          \"moduleId\": 12,\n          \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_getNative.js\",\n          \"module\": \"./node_modules/lodash/_getNative.js\",\n          \"moduleName\": \"./node_modules/lodash/_getNative.js\",\n          \"type\": \"cjs require\",\n          \"userRequest\": \"./_getValue\",\n          \"loc\": \"2:15-37\"\n        }\n      ],\n      \"usedExports\": true,\n      \"providedExports\": null,\n      \"optimizationBailout\": [\n        \"ModuleConcatenation bailout: Module is not an ECMAScript module\"\n      ],\n      \"depth\": 6,\n      \"source\": \"/**\\n * Gets the value at `key` of `object`.\\n *\\n * @private\\n * @param {Object} [object] The object to query.\\n * @param {string} key The key of the property to get.\\n * @returns {*} Returns the property value.\\n */\\nfunction getValue(object, key) {\\n  return object == null ? undefined : object[key];\\n}\\n\\nmodule.exports = getValue;\\n\"\n    },\n    {\n      \"id\": 93,\n      \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_MapCache.js\",\n      \"name\": \"./node_modules/lodash/_MapCache.js\",\n      \"index\": 77,\n      \"index2\": 83,\n      \"size\": 869,\n      \"cacheable\": true,\n      \"built\": true,\n      \"optional\": false,\n      \"prefetched\": false,\n      \"chunks\": [\n        2\n      ],\n      \"issuer\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_stackSet.js\",\n      \"issuerId\": 207,\n      \"issuerName\": \"./node_modules/lodash/_stackSet.js\",\n      \"issuerPath\": [\n        {\n          \"id\": 191,\n          \"identifier\": \"multi /Users/jarred/Code/styleurl/webpack/customPublicPath /Users/jarred/Code/styleurl/chrome/extension/background\",\n          \"name\": \"multi ./webpack/customPublicPath ./chrome/extension/background\",\n          \"profile\": {\n            \"factory\": 0,\n            \"building\": 0,\n            \"dependencies\": 54\n          }\n        },\n        {\n          \"id\": 192,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/background.js\",\n          \"name\": \"./chrome/extension/background.js\",\n          \"profile\": {\n            \"factory\": 54,\n            \"building\": 639,\n            \"dependencies\": 140\n          }\n        },\n        {\n          \"id\": 193,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/findIndex.js\",\n          \"name\": \"./node_modules/lodash/findIndex.js\",\n          \"profile\": {\n            \"factory\": 140,\n            \"building\": 568,\n            \"dependencies\": 1\n          }\n        },\n        {\n          \"id\": 195,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_baseIteratee.js\",\n          \"name\": \"./node_modules/lodash/_baseIteratee.js\",\n          \"profile\": {\n            \"factory\": 245,\n            \"building\": 75,\n            \"dependencies\": 1\n          }\n        },\n        {\n          \"id\": 196,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_baseMatches.js\",\n          \"name\": \"./node_modules/lodash/_baseMatches.js\",\n          \"profile\": {\n            \"factory\": 82,\n            \"building\": 104,\n            \"dependencies\": 78\n          }\n        },\n        {\n          \"id\": 197,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_baseIsMatch.js\",\n          \"name\": \"./node_modules/lodash/_baseIsMatch.js\",\n          \"profile\": {\n            \"factory\": 78,\n            \"building\": 19,\n            \"dependencies\": 1\n          }\n        },\n        {\n          \"id\": 139,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_Stack.js\",\n          \"name\": \"./node_modules/lodash/_Stack.js\",\n          \"profile\": {\n            \"factory\": 41,\n            \"building\": 34\n          }\n        },\n        {\n          \"id\": 207,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_stackSet.js\",\n          \"name\": \"./node_modules/lodash/_stackSet.js\",\n          \"profile\": {\n            \"factory\": 41,\n            \"building\": 20,\n            \"dependencies\": 0\n          }\n        }\n      ],\n      \"profile\": {\n        \"factory\": 19,\n        \"building\": 39\n      },\n      \"failed\": false,\n      \"errors\": 0,\n      \"warnings\": 0,\n      \"assets\": [],\n      \"reasons\": [\n        {\n          \"moduleId\": 207,\n          \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_stackSet.js\",\n          \"module\": \"./node_modules/lodash/_stackSet.js\",\n          \"moduleName\": \"./node_modules/lodash/_stackSet.js\",\n          \"type\": \"cjs require\",\n          \"userRequest\": \"./_MapCache\",\n          \"loc\": \"3:15-37\"\n        },\n        {\n          \"moduleId\": 221,\n          \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_SetCache.js\",\n          \"module\": \"./node_modules/lodash/_SetCache.js\",\n          \"moduleName\": \"./node_modules/lodash/_SetCache.js\",\n          \"type\": \"cjs require\",\n          \"userRequest\": \"./_MapCache\",\n          \"loc\": \"1:15-37\"\n        },\n        {\n          \"moduleId\": 241,\n          \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/memoize.js\",\n          \"module\": \"./node_modules/lodash/memoize.js\",\n          \"moduleName\": \"./node_modules/lodash/memoize.js\",\n          \"type\": \"cjs require\",\n          \"userRequest\": \"./_MapCache\",\n          \"loc\": \"1:15-37\"\n        }\n      ],\n      \"usedExports\": true,\n      \"providedExports\": null,\n      \"optimizationBailout\": [\n        \"ModuleConcatenation bailout: Module is not an ECMAScript module\"\n      ],\n      \"depth\": 8,\n      \"source\": \"var mapCacheClear = require('./_mapCacheClear'),\\n    mapCacheDelete = require('./_mapCacheDelete'),\\n    mapCacheGet = require('./_mapCacheGet'),\\n    mapCacheHas = require('./_mapCacheHas'),\\n    mapCacheSet = require('./_mapCacheSet');\\n\\n/**\\n * Creates a map cache object to store key-value pairs.\\n *\\n * @private\\n * @constructor\\n * @param {Array} [entries] The key-value pairs to cache.\\n */\\nfunction MapCache(entries) {\\n  var index = -1,\\n      length = entries == null ? 0 : entries.length;\\n\\n  this.clear();\\n  while (++index < length) {\\n    var entry = entries[index];\\n    this.set(entry[0], entry[1]);\\n  }\\n}\\n\\n// Add methods to `MapCache`.\\nMapCache.prototype.clear = mapCacheClear;\\nMapCache.prototype['delete'] = mapCacheDelete;\\nMapCache.prototype.get = mapCacheGet;\\nMapCache.prototype.has = mapCacheHas;\\nMapCache.prototype.set = mapCacheSet;\\n\\nmodule.exports = MapCache;\\n\"\n    },\n    {\n      \"id\": 94,\n      \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_arrayPush.js\",\n      \"name\": \"./node_modules/lodash/_arrayPush.js\",\n      \"index\": 107,\n      \"index2\": 96,\n      \"size\": 437,\n      \"cacheable\": true,\n      \"built\": true,\n      \"optional\": false,\n      \"prefetched\": false,\n      \"chunks\": [\n        2,\n        3\n      ],\n      \"issuer\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_baseFlatten.js\",\n      \"issuerId\": 347,\n      \"issuerName\": \"./node_modules/lodash/_baseFlatten.js\",\n      \"issuerPath\": [\n        {\n          \"id\": 342,\n          \"identifier\": \"multi /Users/jarred/Code/styleurl/webpack/customPublicPath /Users/jarred/Code/styleurl/chrome/extension/devtools\",\n          \"name\": \"multi ./webpack/customPublicPath ./chrome/extension/devtools\",\n          \"profile\": {\n            \"factory\": 0,\n            \"building\": 0,\n            \"dependencies\": 54\n          }\n        },\n        {\n          \"id\": 343,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/devtools.js\",\n          \"name\": \"./chrome/extension/devtools.js\",\n          \"profile\": {\n            \"factory\": 55,\n            \"building\": 548\n          }\n        },\n        {\n          \"id\": 346,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/flatten.js\",\n          \"name\": \"./node_modules/lodash/flatten.js\",\n          \"profile\": {\n            \"factory\": 230,\n            \"building\": 567,\n            \"dependencies\": 245\n          }\n        },\n        {\n          \"id\": 347,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_baseFlatten.js\",\n          \"name\": \"./node_modules/lodash/_baseFlatten.js\",\n          \"profile\": {\n            \"factory\": 246,\n            \"building\": 73\n          }\n        }\n      ],\n      \"profile\": {\n        \"factory\": 84,\n        \"building\": 101,\n        \"dependencies\": 0\n      },\n      \"failed\": false,\n      \"errors\": 0,\n      \"warnings\": 0,\n      \"assets\": [],\n      \"reasons\": [\n        {\n          \"moduleId\": 232,\n          \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_baseGetAllKeys.js\",\n          \"module\": \"./node_modules/lodash/_baseGetAllKeys.js\",\n          \"moduleName\": \"./node_modules/lodash/_baseGetAllKeys.js\",\n          \"type\": \"cjs require\",\n          \"userRequest\": \"./_arrayPush\",\n          \"loc\": \"1:16-39\"\n        },\n        {\n          \"moduleId\": 347,\n          \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_baseFlatten.js\",\n          \"module\": \"./node_modules/lodash/_baseFlatten.js\",\n          \"moduleName\": \"./node_modules/lodash/_baseFlatten.js\",\n          \"type\": \"cjs require\",\n          \"userRequest\": \"./_arrayPush\",\n          \"loc\": \"1:16-39\"\n        }\n      ],\n      \"usedExports\": true,\n      \"providedExports\": null,\n      \"optimizationBailout\": [\n        \"ModuleConcatenation bailout: Module is not an ECMAScript module\"\n      ],\n      \"depth\": 4,\n      \"source\": \"/**\\n * Appends the elements of `values` to `array`.\\n *\\n * @private\\n * @param {Array} array The array to modify.\\n * @param {Array} values The values to append.\\n * @returns {Array} Returns `array`.\\n */\\nfunction arrayPush(array, values) {\\n  var index = -1,\\n      length = values.length,\\n      offset = array.length;\\n\\n  while (++index < length) {\\n    array[offset + index] = values[index];\\n  }\\n  return array;\\n}\\n\\nmodule.exports = arrayPush;\\n\"\n    },\n    {\n      \"id\": 95,\n      \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_getTag.js\",\n      \"name\": \"./node_modules/lodash/_getTag.js\",\n      \"index\": 132,\n      \"index2\": 128,\n      \"size\": 1838,\n      \"cacheable\": true,\n      \"built\": true,\n      \"optional\": false,\n      \"prefetched\": false,\n      \"chunks\": [\n        2,\n        3\n      ],\n      \"issuer\": \"/Users/jarred/Code/styleurl/node_modules/lodash/isEmpty.js\",\n      \"issuerId\": 345,\n      \"issuerName\": \"./node_modules/lodash/isEmpty.js\",\n      \"issuerPath\": [\n        {\n          \"id\": 342,\n          \"identifier\": \"multi /Users/jarred/Code/styleurl/webpack/customPublicPath /Users/jarred/Code/styleurl/chrome/extension/devtools\",\n          \"name\": \"multi ./webpack/customPublicPath ./chrome/extension/devtools\",\n          \"profile\": {\n            \"factory\": 0,\n            \"building\": 0,\n            \"dependencies\": 54\n          }\n        },\n        {\n          \"id\": 343,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/devtools.js\",\n          \"name\": \"./chrome/extension/devtools.js\",\n          \"profile\": {\n            \"factory\": 55,\n            \"building\": 548\n          }\n        },\n        {\n          \"id\": 345,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/isEmpty.js\",\n          \"name\": \"./node_modules/lodash/isEmpty.js\",\n          \"profile\": {\n            \"factory\": 230,\n            \"building\": 567,\n            \"dependencies\": 245\n          }\n        }\n      ],\n      \"profile\": {\n        \"factory\": 247,\n        \"building\": 72,\n        \"dependencies\": 1\n      },\n      \"failed\": false,\n      \"errors\": 0,\n      \"warnings\": 0,\n      \"assets\": [],\n      \"reasons\": [\n        {\n          \"moduleId\": 220,\n          \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_baseIsEqualDeep.js\",\n          \"module\": \"./node_modules/lodash/_baseIsEqualDeep.js\",\n          \"moduleName\": \"./node_modules/lodash/_baseIsEqualDeep.js\",\n          \"type\": \"cjs require\",\n          \"userRequest\": \"./_getTag\",\n          \"loc\": \"5:13-33\"\n        },\n        {\n          \"moduleId\": 345,\n          \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/isEmpty.js\",\n          \"module\": \"./node_modules/lodash/isEmpty.js\",\n          \"moduleName\": \"./node_modules/lodash/isEmpty.js\",\n          \"type\": \"cjs require\",\n          \"userRequest\": \"./_getTag\",\n          \"loc\": \"2:13-33\"\n        }\n      ],\n      \"usedExports\": true,\n      \"providedExports\": null,\n      \"optimizationBailout\": [\n        \"ModuleConcatenation bailout: Module is not an ECMAScript module\"\n      ],\n      \"depth\": 3,\n      \"source\": \"var DataView = require('./_DataView'),\\n    Map = require('./_Map'),\\n    Promise = require('./_Promise'),\\n    Set = require('./_Set'),\\n    WeakMap = require('./_WeakMap'),\\n    baseGetTag = require('./_baseGetTag'),\\n    toSource = require('./_toSource');\\n\\n/** `Object#toString` result references. */\\nvar mapTag = '[object Map]',\\n    objectTag = '[object Object]',\\n    promiseTag = '[object Promise]',\\n    setTag = '[object Set]',\\n    weakMapTag = '[object WeakMap]';\\n\\nvar dataViewTag = '[object DataView]';\\n\\n/** Used to detect maps, sets, and weakmaps. */\\nvar dataViewCtorString = toSource(DataView),\\n    mapCtorString = toSource(Map),\\n    promiseCtorString = toSource(Promise),\\n    setCtorString = toSource(Set),\\n    weakMapCtorString = toSource(WeakMap);\\n\\n/**\\n * Gets the `toStringTag` of `value`.\\n *\\n * @private\\n * @param {*} value The value to query.\\n * @returns {string} Returns the `toStringTag`.\\n */\\nvar getTag = baseGetTag;\\n\\n// Fallback for data views, maps, sets, and weak maps in IE 11 and promises in Node.js < 6.\\nif ((DataView && getTag(new DataView(new ArrayBuffer(1))) != dataViewTag) ||\\n    (Map && getTag(new Map) != mapTag) ||\\n    (Promise && getTag(Promise.resolve()) != promiseTag) ||\\n    (Set && getTag(new Set) != setTag) ||\\n    (WeakMap && getTag(new WeakMap) != weakMapTag)) {\\n  getTag = function(value) {\\n    var result = baseGetTag(value),\\n        Ctor = result == objectTag ? value.constructor : undefined,\\n        ctorString = Ctor ? toSource(Ctor) : '';\\n\\n    if (ctorString) {\\n      switch (ctorString) {\\n        case dataViewCtorString: return dataViewTag;\\n        case mapCtorString: return mapTag;\\n        case promiseCtorString: return promiseTag;\\n        case setCtorString: return setTag;\\n        case weakMapCtorString: return weakMapTag;\\n      }\\n    }\\n    return result;\\n  };\\n}\\n\\nmodule.exports = getTag;\\n\"\n    },\n    {\n      \"id\": 96,\n      \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_DataView.js\",\n      \"name\": \"./node_modules/lodash/_DataView.js\",\n      \"index\": 133,\n      \"index2\": 124,\n      \"size\": 210,\n      \"cacheable\": true,\n      \"built\": true,\n      \"optional\": false,\n      \"prefetched\": false,\n      \"chunks\": [\n        2,\n        3\n      ],\n      \"issuer\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_getTag.js\",\n      \"issuerId\": 95,\n      \"issuerName\": \"./node_modules/lodash/_getTag.js\",\n      \"issuerPath\": [\n        {\n          \"id\": 342,\n          \"identifier\": \"multi /Users/jarred/Code/styleurl/webpack/customPublicPath /Users/jarred/Code/styleurl/chrome/extension/devtools\",\n          \"name\": \"multi ./webpack/customPublicPath ./chrome/extension/devtools\",\n          \"profile\": {\n            \"factory\": 0,\n            \"building\": 0,\n            \"dependencies\": 54\n          }\n        },\n        {\n          \"id\": 343,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/devtools.js\",\n          \"name\": \"./chrome/extension/devtools.js\",\n          \"profile\": {\n            \"factory\": 55,\n            \"building\": 548\n          }\n        },\n        {\n          \"id\": 345,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/isEmpty.js\",\n          \"name\": \"./node_modules/lodash/isEmpty.js\",\n          \"profile\": {\n            \"factory\": 230,\n            \"building\": 567,\n            \"dependencies\": 245\n          }\n        },\n        {\n          \"id\": 95,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_getTag.js\",\n          \"name\": \"./node_modules/lodash/_getTag.js\",\n          \"profile\": {\n            \"factory\": 247,\n            \"building\": 72,\n            \"dependencies\": 1\n          }\n        }\n      ],\n      \"profile\": {\n        \"factory\": 89,\n        \"building\": 98,\n        \"dependencies\": 85\n      },\n      \"failed\": false,\n      \"errors\": 0,\n      \"warnings\": 0,\n      \"assets\": [],\n      \"reasons\": [\n        {\n          \"moduleId\": 95,\n          \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_getTag.js\",\n          \"module\": \"./node_modules/lodash/_getTag.js\",\n          \"moduleName\": \"./node_modules/lodash/_getTag.js\",\n          \"type\": \"cjs require\",\n          \"userRequest\": \"./_DataView\",\n          \"loc\": \"1:15-37\"\n        }\n      ],\n      \"usedExports\": true,\n      \"providedExports\": null,\n      \"optimizationBailout\": [\n        \"ModuleConcatenation bailout: Module is not an ECMAScript module\"\n      ],\n      \"depth\": 4,\n      \"source\": \"var getNative = require('./_getNative'),\\n    root = require('./_root');\\n\\n/* Built-in method references that are verified to be native. */\\nvar DataView = getNative(root, 'DataView');\\n\\nmodule.exports = DataView;\\n\"\n    },\n    {\n      \"id\": 97,\n      \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_Promise.js\",\n      \"name\": \"./node_modules/lodash/_Promise.js\",\n      \"index\": 134,\n      \"index2\": 125,\n      \"size\": 207,\n      \"cacheable\": true,\n      \"built\": true,\n      \"optional\": false,\n      \"prefetched\": false,\n      \"chunks\": [\n        2,\n        3\n      ],\n      \"issuer\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_getTag.js\",\n      \"issuerId\": 95,\n      \"issuerName\": \"./node_modules/lodash/_getTag.js\",\n      \"issuerPath\": [\n        {\n          \"id\": 342,\n          \"identifier\": \"multi /Users/jarred/Code/styleurl/webpack/customPublicPath /Users/jarred/Code/styleurl/chrome/extension/devtools\",\n          \"name\": \"multi ./webpack/customPublicPath ./chrome/extension/devtools\",\n          \"profile\": {\n            \"factory\": 0,\n            \"building\": 0,\n            \"dependencies\": 54\n          }\n        },\n        {\n          \"id\": 343,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/devtools.js\",\n          \"name\": \"./chrome/extension/devtools.js\",\n          \"profile\": {\n            \"factory\": 55,\n            \"building\": 548\n          }\n        },\n        {\n          \"id\": 345,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/isEmpty.js\",\n          \"name\": \"./node_modules/lodash/isEmpty.js\",\n          \"profile\": {\n            \"factory\": 230,\n            \"building\": 567,\n            \"dependencies\": 245\n          }\n        },\n        {\n          \"id\": 95,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_getTag.js\",\n          \"name\": \"./node_modules/lodash/_getTag.js\",\n          \"profile\": {\n            \"factory\": 247,\n            \"building\": 72,\n            \"dependencies\": 1\n          }\n        }\n      ],\n      \"profile\": {\n        \"factory\": 89,\n        \"building\": 98,\n        \"dependencies\": 85\n      },\n      \"failed\": false,\n      \"errors\": 0,\n      \"warnings\": 0,\n      \"assets\": [],\n      \"reasons\": [\n        {\n          \"moduleId\": 95,\n          \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_getTag.js\",\n          \"module\": \"./node_modules/lodash/_getTag.js\",\n          \"moduleName\": \"./node_modules/lodash/_getTag.js\",\n          \"type\": \"cjs require\",\n          \"userRequest\": \"./_Promise\",\n          \"loc\": \"3:14-35\"\n        }\n      ],\n      \"usedExports\": true,\n      \"providedExports\": null,\n      \"optimizationBailout\": [\n        \"ModuleConcatenation bailout: Module is not an ECMAScript module\"\n      ],\n      \"depth\": 4,\n      \"source\": \"var getNative = require('./_getNative'),\\n    root = require('./_root');\\n\\n/* Built-in method references that are verified to be native. */\\nvar Promise = getNative(root, 'Promise');\\n\\nmodule.exports = Promise;\\n\"\n    },\n    {\n      \"id\": 98,\n      \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_Set.js\",\n      \"name\": \"./node_modules/lodash/_Set.js\",\n      \"index\": 135,\n      \"index2\": 126,\n      \"size\": 195,\n      \"cacheable\": true,\n      \"built\": true,\n      \"optional\": false,\n      \"prefetched\": false,\n      \"chunks\": [\n        2,\n        3\n      ],\n      \"issuer\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_getTag.js\",\n      \"issuerId\": 95,\n      \"issuerName\": \"./node_modules/lodash/_getTag.js\",\n      \"issuerPath\": [\n        {\n          \"id\": 342,\n          \"identifier\": \"multi /Users/jarred/Code/styleurl/webpack/customPublicPath /Users/jarred/Code/styleurl/chrome/extension/devtools\",\n          \"name\": \"multi ./webpack/customPublicPath ./chrome/extension/devtools\",\n          \"profile\": {\n            \"factory\": 0,\n            \"building\": 0,\n            \"dependencies\": 54\n          }\n        },\n        {\n          \"id\": 343,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/devtools.js\",\n          \"name\": \"./chrome/extension/devtools.js\",\n          \"profile\": {\n            \"factory\": 55,\n            \"building\": 548\n          }\n        },\n        {\n          \"id\": 345,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/isEmpty.js\",\n          \"name\": \"./node_modules/lodash/isEmpty.js\",\n          \"profile\": {\n            \"factory\": 230,\n            \"building\": 567,\n            \"dependencies\": 245\n          }\n        },\n        {\n          \"id\": 95,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_getTag.js\",\n          \"name\": \"./node_modules/lodash/_getTag.js\",\n          \"profile\": {\n            \"factory\": 247,\n            \"building\": 72,\n            \"dependencies\": 1\n          }\n        }\n      ],\n      \"profile\": {\n        \"factory\": 89,\n        \"building\": 98,\n        \"dependencies\": 85\n      },\n      \"failed\": false,\n      \"errors\": 0,\n      \"warnings\": 0,\n      \"assets\": [],\n      \"reasons\": [\n        {\n          \"moduleId\": 95,\n          \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_getTag.js\",\n          \"module\": \"./node_modules/lodash/_getTag.js\",\n          \"moduleName\": \"./node_modules/lodash/_getTag.js\",\n          \"type\": \"cjs require\",\n          \"userRequest\": \"./_Set\",\n          \"loc\": \"4:10-27\"\n        }\n      ],\n      \"usedExports\": true,\n      \"providedExports\": null,\n      \"optimizationBailout\": [\n        \"ModuleConcatenation bailout: Module is not an ECMAScript module\"\n      ],\n      \"depth\": 4,\n      \"source\": \"var getNative = require('./_getNative'),\\n    root = require('./_root');\\n\\n/* Built-in method references that are verified to be native. */\\nvar Set = getNative(root, 'Set');\\n\\nmodule.exports = Set;\\n\"\n    },\n    {\n      \"id\": 99,\n      \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_WeakMap.js\",\n      \"name\": \"./node_modules/lodash/_WeakMap.js\",\n      \"index\": 136,\n      \"index2\": 127,\n      \"size\": 207,\n      \"cacheable\": true,\n      \"built\": true,\n      \"optional\": false,\n      \"prefetched\": false,\n      \"chunks\": [\n        2,\n        3\n      ],\n      \"issuer\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_getTag.js\",\n      \"issuerId\": 95,\n      \"issuerName\": \"./node_modules/lodash/_getTag.js\",\n      \"issuerPath\": [\n        {\n          \"id\": 342,\n          \"identifier\": \"multi /Users/jarred/Code/styleurl/webpack/customPublicPath /Users/jarred/Code/styleurl/chrome/extension/devtools\",\n          \"name\": \"multi ./webpack/customPublicPath ./chrome/extension/devtools\",\n          \"profile\": {\n            \"factory\": 0,\n            \"building\": 0,\n            \"dependencies\": 54\n          }\n        },\n        {\n          \"id\": 343,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/devtools.js\",\n          \"name\": \"./chrome/extension/devtools.js\",\n          \"profile\": {\n            \"factory\": 55,\n            \"building\": 548\n          }\n        },\n        {\n          \"id\": 345,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/isEmpty.js\",\n          \"name\": \"./node_modules/lodash/isEmpty.js\",\n          \"profile\": {\n            \"factory\": 230,\n            \"building\": 567,\n            \"dependencies\": 245\n          }\n        },\n        {\n          \"id\": 95,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_getTag.js\",\n          \"name\": \"./node_modules/lodash/_getTag.js\",\n          \"profile\": {\n            \"factory\": 247,\n            \"building\": 72,\n            \"dependencies\": 1\n          }\n        }\n      ],\n      \"profile\": {\n        \"factory\": 89,\n        \"building\": 98,\n        \"dependencies\": 85\n      },\n      \"failed\": false,\n      \"errors\": 0,\n      \"warnings\": 0,\n      \"assets\": [],\n      \"reasons\": [\n        {\n          \"moduleId\": 95,\n          \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_getTag.js\",\n          \"module\": \"./node_modules/lodash/_getTag.js\",\n          \"moduleName\": \"./node_modules/lodash/_getTag.js\",\n          \"type\": \"cjs require\",\n          \"userRequest\": \"./_WeakMap\",\n          \"loc\": \"5:14-35\"\n        }\n      ],\n      \"usedExports\": true,\n      \"providedExports\": null,\n      \"optimizationBailout\": [\n        \"ModuleConcatenation bailout: Module is not an ECMAScript module\"\n      ],\n      \"depth\": 4,\n      \"source\": \"var getNative = require('./_getNative'),\\n    root = require('./_root');\\n\\n/* Built-in method references that are verified to be native. */\\nvar WeakMap = getNative(root, 'WeakMap');\\n\\nmodule.exports = WeakMap;\\n\"\n    },\n    {\n      \"id\": 100,\n      \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_isKey.js\",\n      \"name\": \"./node_modules/lodash/_isKey.js\",\n      \"index\": 144,\n      \"index2\": 137,\n      \"size\": 880,\n      \"cacheable\": true,\n      \"built\": true,\n      \"optional\": false,\n      \"prefetched\": false,\n      \"chunks\": [\n        2\n      ],\n      \"issuer\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_baseMatchesProperty.js\",\n      \"issuerId\": 237,\n      \"issuerName\": \"./node_modules/lodash/_baseMatchesProperty.js\",\n      \"issuerPath\": [\n        {\n          \"id\": 191,\n          \"identifier\": \"multi /Users/jarred/Code/styleurl/webpack/customPublicPath /Users/jarred/Code/styleurl/chrome/extension/background\",\n          \"name\": \"multi ./webpack/customPublicPath ./chrome/extension/background\",\n          \"profile\": {\n            \"factory\": 0,\n            \"building\": 0,\n            \"dependencies\": 54\n          }\n        },\n        {\n          \"id\": 192,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/background.js\",\n          \"name\": \"./chrome/extension/background.js\",\n          \"profile\": {\n            \"factory\": 54,\n            \"building\": 639,\n            \"dependencies\": 140\n          }\n        },\n        {\n          \"id\": 193,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/findIndex.js\",\n          \"name\": \"./node_modules/lodash/findIndex.js\",\n          \"profile\": {\n            \"factory\": 140,\n            \"building\": 568,\n            \"dependencies\": 1\n          }\n        },\n        {\n          \"id\": 195,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_baseIteratee.js\",\n          \"name\": \"./node_modules/lodash/_baseIteratee.js\",\n          \"profile\": {\n            \"factory\": 245,\n            \"building\": 75,\n            \"dependencies\": 1\n          }\n        },\n        {\n          \"id\": 237,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_baseMatchesProperty.js\",\n          \"name\": \"./node_modules/lodash/_baseMatchesProperty.js\",\n          \"profile\": {\n            \"factory\": 82,\n            \"building\": 104,\n            \"dependencies\": 78\n          }\n        }\n      ],\n      \"profile\": {\n        \"factory\": 78,\n        \"building\": 20,\n        \"dependencies\": 38\n      },\n      \"failed\": false,\n      \"errors\": 0,\n      \"warnings\": 0,\n      \"assets\": [],\n      \"reasons\": [\n        {\n          \"moduleId\": 146,\n          \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_castPath.js\",\n          \"module\": \"./node_modules/lodash/_castPath.js\",\n          \"moduleName\": \"./node_modules/lodash/_castPath.js\",\n          \"type\": \"cjs require\",\n          \"userRequest\": \"./_isKey\",\n          \"loc\": \"2:12-31\"\n        },\n        {\n          \"moduleId\": 237,\n          \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_baseMatchesProperty.js\",\n          \"module\": \"./node_modules/lodash/_baseMatchesProperty.js\",\n          \"moduleName\": \"./node_modules/lodash/_baseMatchesProperty.js\",\n          \"type\": \"cjs require\",\n          \"userRequest\": \"./_isKey\",\n          \"loc\": \"4:12-31\"\n        },\n        {\n          \"moduleId\": 247,\n          \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/property.js\",\n          \"module\": \"./node_modules/lodash/property.js\",\n          \"moduleName\": \"./node_modules/lodash/property.js\",\n          \"type\": \"cjs require\",\n          \"userRequest\": \"./_isKey\",\n          \"loc\": \"3:12-31\"\n        }\n      ],\n      \"usedExports\": true,\n      \"providedExports\": null,\n      \"optimizationBailout\": [\n        \"ModuleConcatenation bailout: Module is not an ECMAScript module\"\n      ],\n      \"depth\": 5,\n      \"source\": \"var isArray = require('./isArray'),\\n    isSymbol = require('./isSymbol');\\n\\n/** Used to match property names within property paths. */\\nvar reIsDeepProp = /\\\\.|\\\\[(?:[^[\\\\]]*|([\\\"'])(?:(?!\\\\1)[^\\\\\\\\]|\\\\\\\\.)*?\\\\1)\\\\]/,\\n    reIsPlainProp = /^\\\\w*$/;\\n\\n/**\\n * Checks if `value` is a property name and not a property path.\\n *\\n * @private\\n * @param {*} value The value to check.\\n * @param {Object} [object] The object to query keys on.\\n * @returns {boolean} Returns `true` if `value` is a property name, else `false`.\\n */\\nfunction isKey(value, object) {\\n  if (isArray(value)) {\\n    return false;\\n  }\\n  var type = typeof value;\\n  if (type == 'number' || type == 'symbol' || type == 'boolean' ||\\n      value == null || isSymbol(value)) {\\n    return true;\\n  }\\n  return reIsPlainProp.test(value) || !reIsDeepProp.test(value) ||\\n    (object != null && value in Object(object));\\n}\\n\\nmodule.exports = isKey;\\n\"\n    },\n    {\n      \"id\": 101,\n      \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/lib/gists.js\",\n      \"name\": \"./chrome/extension/lib/gists.js\",\n      \"index\": 165,\n      \"index2\": 201,\n      \"size\": 2394,\n      \"cacheable\": true,\n      \"built\": true,\n      \"optional\": false,\n      \"prefetched\": false,\n      \"chunks\": [\n        2,\n        4\n      ],\n      \"issuer\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/github_gist_content_script.js\",\n      \"issuerId\": 351,\n      \"issuerName\": \"./chrome/extension/github_gist_content_script.js\",\n      \"issuerPath\": [\n        {\n          \"id\": 350,\n          \"identifier\": \"multi /Users/jarred/Code/styleurl/webpack/customPublicPath /Users/jarred/Code/styleurl/chrome/extension/github_gist_content_script\",\n          \"name\": \"multi ./webpack/customPublicPath ./chrome/extension/github_gist_content_script\",\n          \"profile\": {\n            \"factory\": 0,\n            \"building\": 0,\n            \"dependencies\": 53\n          }\n        },\n        {\n          \"id\": 351,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/github_gist_content_script.js\",\n          \"name\": \"./chrome/extension/github_gist_content_script.js\",\n          \"profile\": {\n            \"factory\": 54,\n            \"building\": 576,\n            \"dependencies\": 194\n          }\n        }\n      ],\n      \"profile\": {\n        \"factory\": 194,\n        \"building\": 246,\n        \"dependencies\": 40\n      },\n      \"failed\": false,\n      \"errors\": 0,\n      \"warnings\": 0,\n      \"assets\": [],\n      \"reasons\": [\n        {\n          \"moduleId\": 192,\n          \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/background.js\",\n          \"module\": \"./chrome/extension/background.js\",\n          \"moduleName\": \"./chrome/extension/background.js\",\n          \"type\": \"cjs require\",\n          \"userRequest\": \"./lib/gists\",\n          \"loc\": \"11:13-35\"\n        },\n        {\n          \"moduleId\": 351,\n          \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/github_gist_content_script.js\",\n          \"module\": \"./chrome/extension/github_gist_content_script.js\",\n          \"moduleName\": \"./chrome/extension/github_gist_content_script.js\",\n          \"type\": \"cjs require\",\n          \"userRequest\": \"./lib/gists\",\n          \"loc\": \"5:13-35\"\n        }\n      ],\n      \"usedExports\": true,\n      \"providedExports\": null,\n      \"optimizationBailout\": [\n        \"ModuleConcatenation bailout: Module is not an ECMAScript module\"\n      ],\n      \"depth\": 2,\n      \"source\": \"\\\"use strict\\\";\\n\\nObject.defineProperty(exports, \\\"__esModule\\\", {\\n  value: true\\n});\\nexports.applyStyleURLToTabID = exports.loadStylefileFromGist = exports.getStylesheetsFromGist = exports.getGistIDFromURL = exports.getGistById = exports.SPECIAL_QUERY_PARAMS = exports.STYLEFILE_NAMES = void 0;\\n\\nvar _keys2 = _interopRequireDefault(require(\\\"lodash/keys\\\"));\\n\\nvar _last2 = _interopRequireDefault(require(\\\"lodash/last\\\"));\\n\\nvar _stylefile = require(\\\"./stylefile\\\");\\n\\nfunction _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }\\n\\nconst STYLEFILE_NAMES = [\\\"Stylefile.yml\\\", \\\"Stylefile\\\"];\\nexports.STYLEFILE_NAMES = STYLEFILE_NAMES;\\nconst SPECIAL_QUERY_PARAMS = {\\n  gist_id: \\\"__styleurl\\\"\\n};\\nexports.SPECIAL_QUERY_PARAMS = SPECIAL_QUERY_PARAMS;\\n\\nconst getGistById = id => window.fetch(`https://api.github.com/gists/${id}`, {\\n  redirect: \\\"follow\\\",\\n  credentials: \\\"include\\\"\\n}).then(resp => {\\n  return resp.json();\\n});\\n\\nexports.getGistById = getGistById;\\n\\nconst getGistIDFromURL = url => {\\n  const queryString = (0, _last2.default)(url.split(\\\"?\\\"));\\n\\n  if (!queryString) {\\n    return null;\\n  }\\n\\n  const params = new URLSearchParams(queryString);\\n  return (0, _last2.default)(params.get(SPECIAL_QUERY_PARAMS.gist_id).split(\\\"gist_\\\"));\\n};\\n\\nexports.getGistIDFromURL = getGistIDFromURL;\\n\\nconst getStylesheetsFromGist = gist => {\\n  return (0, _keys2.default)(gist.files || []).filter(fileName => {\\n    const file = gist.files[fileName];\\n    return file.type === \\\"text/css\\\";\\n  }).map(filename => [filename, gist.files[filename].content]);\\n};\\n\\nexports.getStylesheetsFromGist = getStylesheetsFromGist;\\n\\nconst loadStylefileFromGist = gist => {\\n  const filename = (0, _keys2.default)(gist.files || []).find(fileName => {\\n    return STYLEFILE_NAMES.includes(fileName);\\n  });\\n\\n  if (!filename) {\\n    return null;\\n  }\\n\\n  return (0, _stylefile.loadStylefileFromString)(gist.files[filename].content);\\n};\\n\\nexports.loadStylefileFromGist = loadStylefileFromGist;\\n\\nconst applyStyleURLToTabID = async (gist, tabId) => {\\n  const stylesheets = getStylesheetsFromGist(gist);\\n  stylesheets.forEach(stylesheet => {\\n    const content = stylesheet[1];\\n    console.log(\\\"Inserting Stylesheet\\\", stylesheet, \\\"into tab\\\", tabId);\\n    chrome.tabs.insertCSS(tabId, {\\n      cssOrigin: \\\"author\\\",\\n      code: content,\\n      runAt: \\\"document_start\\\"\\n    });\\n  });\\n};\\n\\nexports.applyStyleURLToTabID = applyStyleURLToTabID;\"\n    },\n    {\n      \"id\": 102,\n      \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/url-pattern/lib/url-pattern.js\",\n      \"name\": \"./node_modules/url-pattern/lib/url-pattern.js\",\n      \"index\": 167,\n      \"index2\": 164,\n      \"size\": 13845,\n      \"cacheable\": true,\n      \"built\": true,\n      \"optional\": false,\n      \"prefetched\": false,\n      \"chunks\": [\n        2,\n        4\n      ],\n      \"issuer\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/lib/stylefile.js\",\n      \"issuerId\": 55,\n      \"issuerName\": \"./chrome/extension/lib/stylefile.js\",\n      \"issuerPath\": [\n        {\n          \"id\": 350,\n          \"identifier\": \"multi /Users/jarred/Code/styleurl/webpack/customPublicPath /Users/jarred/Code/styleurl/chrome/extension/github_gist_content_script\",\n          \"name\": \"multi ./webpack/customPublicPath ./chrome/extension/github_gist_content_script\",\n          \"profile\": {\n            \"factory\": 0,\n            \"building\": 0,\n            \"dependencies\": 53\n          }\n        },\n        {\n          \"id\": 351,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/github_gist_content_script.js\",\n          \"name\": \"./chrome/extension/github_gist_content_script.js\",\n          \"profile\": {\n            \"factory\": 54,\n            \"building\": 576,\n            \"dependencies\": 194\n          }\n        },\n        {\n          \"id\": 55,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/lib/stylefile.js\",\n          \"name\": \"./chrome/extension/lib/stylefile.js\",\n          \"profile\": {\n            \"factory\": 194,\n            \"building\": 246,\n            \"dependencies\": 40\n          }\n        }\n      ],\n      \"profile\": {\n        \"factory\": 408,\n        \"building\": 42\n      },\n      \"failed\": false,\n      \"errors\": 0,\n      \"warnings\": 0,\n      \"assets\": [],\n      \"reasons\": [\n        {\n          \"moduleId\": 55,\n          \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/lib/stylefile.js\",\n          \"module\": \"./chrome/extension/lib/stylefile.js\",\n          \"moduleName\": \"./chrome/extension/lib/stylefile.js\",\n          \"type\": \"cjs require\",\n          \"userRequest\": \"url-pattern\",\n          \"loc\": \"10:41-63\"\n        }\n      ],\n      \"usedExports\": true,\n      \"providedExports\": null,\n      \"optimizationBailout\": [\n        \"ModuleConcatenation bailout: Module is not an ECMAScript module\"\n      ],\n      \"depth\": 3,\n      \"source\": \"// Generated by CoffeeScript 1.10.0\\nvar slice = [].slice;\\n\\n(function(root, factory) {\\n  if (('function' === typeof define) && (define.amd != null)) {\\n    return define([], factory);\\n  } else if (typeof exports !== \\\"undefined\\\" && exports !== null) {\\n    return module.exports = factory();\\n  } else {\\n    return root.UrlPattern = factory();\\n  }\\n})(this, function() {\\n  var P, UrlPattern, astNodeContainsSegmentsForProvidedParams, astNodeToNames, astNodeToRegexString, baseAstNodeToRegexString, concatMap, defaultOptions, escapeForRegex, getParam, keysAndValuesToObject, newParser, regexGroupCount, stringConcatMap, stringify;\\n  escapeForRegex = function(string) {\\n    return string.replace(/[-\\\\/\\\\\\\\^$*+?.()|[\\\\]{}]/g, '\\\\\\\\$&');\\n  };\\n  concatMap = function(array, f) {\\n    var i, length, results;\\n    results = [];\\n    i = -1;\\n    length = array.length;\\n    while (++i < length) {\\n      results = results.concat(f(array[i]));\\n    }\\n    return results;\\n  };\\n  stringConcatMap = function(array, f) {\\n    var i, length, result;\\n    result = '';\\n    i = -1;\\n    length = array.length;\\n    while (++i < length) {\\n      result += f(array[i]);\\n    }\\n    return result;\\n  };\\n  regexGroupCount = function(regex) {\\n    return (new RegExp(regex.toString() + '|')).exec('').length - 1;\\n  };\\n  keysAndValuesToObject = function(keys, values) {\\n    var i, key, length, object, value;\\n    object = {};\\n    i = -1;\\n    length = keys.length;\\n    while (++i < length) {\\n      key = keys[i];\\n      value = values[i];\\n      if (value == null) {\\n        continue;\\n      }\\n      if (object[key] != null) {\\n        if (!Array.isArray(object[key])) {\\n          object[key] = [object[key]];\\n        }\\n        object[key].push(value);\\n      } else {\\n        object[key] = value;\\n      }\\n    }\\n    return object;\\n  };\\n  P = {};\\n  P.Result = function(value, rest) {\\n    this.value = value;\\n    this.rest = rest;\\n  };\\n  P.Tagged = function(tag, value) {\\n    this.tag = tag;\\n    this.value = value;\\n  };\\n  P.tag = function(tag, parser) {\\n    return function(input) {\\n      var result, tagged;\\n      result = parser(input);\\n      if (result == null) {\\n        return;\\n      }\\n      tagged = new P.Tagged(tag, result.value);\\n      return new P.Result(tagged, result.rest);\\n    };\\n  };\\n  P.regex = function(regex) {\\n    return function(input) {\\n      var matches, result;\\n      matches = regex.exec(input);\\n      if (matches == null) {\\n        return;\\n      }\\n      result = matches[0];\\n      return new P.Result(result, input.slice(result.length));\\n    };\\n  };\\n  P.sequence = function() {\\n    var parsers;\\n    parsers = 1 <= arguments.length ? slice.call(arguments, 0) : [];\\n    return function(input) {\\n      var i, length, parser, rest, result, values;\\n      i = -1;\\n      length = parsers.length;\\n      values = [];\\n      rest = input;\\n      while (++i < length) {\\n        parser = parsers[i];\\n        result = parser(rest);\\n        if (result == null) {\\n          return;\\n        }\\n        values.push(result.value);\\n        rest = result.rest;\\n      }\\n      return new P.Result(values, rest);\\n    };\\n  };\\n  P.pick = function() {\\n    var indexes, parsers;\\n    indexes = arguments[0], parsers = 2 <= arguments.length ? slice.call(arguments, 1) : [];\\n    return function(input) {\\n      var array, result;\\n      result = P.sequence.apply(P, parsers)(input);\\n      if (result == null) {\\n        return;\\n      }\\n      array = result.value;\\n      result.value = array[indexes];\\n      return result;\\n    };\\n  };\\n  P.string = function(string) {\\n    var length;\\n    length = string.length;\\n    return function(input) {\\n      if (input.slice(0, length) === string) {\\n        return new P.Result(string, input.slice(length));\\n      }\\n    };\\n  };\\n  P.lazy = function(fn) {\\n    var cached;\\n    cached = null;\\n    return function(input) {\\n      if (cached == null) {\\n        cached = fn();\\n      }\\n      return cached(input);\\n    };\\n  };\\n  P.baseMany = function(parser, end, stringResult, atLeastOneResultRequired, input) {\\n    var endResult, parserResult, rest, results;\\n    rest = input;\\n    results = stringResult ? '' : [];\\n    while (true) {\\n      if (end != null) {\\n        endResult = end(rest);\\n        if (endResult != null) {\\n          break;\\n        }\\n      }\\n      parserResult = parser(rest);\\n      if (parserResult == null) {\\n        break;\\n      }\\n      if (stringResult) {\\n        results += parserResult.value;\\n      } else {\\n        results.push(parserResult.value);\\n      }\\n      rest = parserResult.rest;\\n    }\\n    if (atLeastOneResultRequired && results.length === 0) {\\n      return;\\n    }\\n    return new P.Result(results, rest);\\n  };\\n  P.many1 = function(parser) {\\n    return function(input) {\\n      return P.baseMany(parser, null, false, true, input);\\n    };\\n  };\\n  P.concatMany1Till = function(parser, end) {\\n    return function(input) {\\n      return P.baseMany(parser, end, true, true, input);\\n    };\\n  };\\n  P.firstChoice = function() {\\n    var parsers;\\n    parsers = 1 <= arguments.length ? slice.call(arguments, 0) : [];\\n    return function(input) {\\n      var i, length, parser, result;\\n      i = -1;\\n      length = parsers.length;\\n      while (++i < length) {\\n        parser = parsers[i];\\n        result = parser(input);\\n        if (result != null) {\\n          return result;\\n        }\\n      }\\n    };\\n  };\\n  newParser = function(options) {\\n    var U;\\n    U = {};\\n    U.wildcard = P.tag('wildcard', P.string(options.wildcardChar));\\n    U.optional = P.tag('optional', P.pick(1, P.string(options.optionalSegmentStartChar), P.lazy(function() {\\n      return U.pattern;\\n    }), P.string(options.optionalSegmentEndChar)));\\n    U.name = P.regex(new RegExp(\\\"^[\\\" + options.segmentNameCharset + \\\"]+\\\"));\\n    U.named = P.tag('named', P.pick(1, P.string(options.segmentNameStartChar), P.lazy(function() {\\n      return U.name;\\n    })));\\n    U.escapedChar = P.pick(1, P.string(options.escapeChar), P.regex(/^./));\\n    U[\\\"static\\\"] = P.tag('static', P.concatMany1Till(P.firstChoice(P.lazy(function() {\\n      return U.escapedChar;\\n    }), P.regex(/^./)), P.firstChoice(P.string(options.segmentNameStartChar), P.string(options.optionalSegmentStartChar), P.string(options.optionalSegmentEndChar), U.wildcard)));\\n    U.token = P.lazy(function() {\\n      return P.firstChoice(U.wildcard, U.optional, U.named, U[\\\"static\\\"]);\\n    });\\n    U.pattern = P.many1(P.lazy(function() {\\n      return U.token;\\n    }));\\n    return U;\\n  };\\n  defaultOptions = {\\n    escapeChar: '\\\\\\\\',\\n    segmentNameStartChar: ':',\\n    segmentValueCharset: 'a-zA-Z0-9-_~ %',\\n    segmentNameCharset: 'a-zA-Z0-9',\\n    optionalSegmentStartChar: '(',\\n    optionalSegmentEndChar: ')',\\n    wildcardChar: '*'\\n  };\\n  baseAstNodeToRegexString = function(astNode, segmentValueCharset) {\\n    if (Array.isArray(astNode)) {\\n      return stringConcatMap(astNode, function(node) {\\n        return baseAstNodeToRegexString(node, segmentValueCharset);\\n      });\\n    }\\n    switch (astNode.tag) {\\n      case 'wildcard':\\n        return '(.*?)';\\n      case 'named':\\n        return \\\"([\\\" + segmentValueCharset + \\\"]+)\\\";\\n      case 'static':\\n        return escapeForRegex(astNode.value);\\n      case 'optional':\\n        return '(?:' + baseAstNodeToRegexString(astNode.value, segmentValueCharset) + ')?';\\n    }\\n  };\\n  astNodeToRegexString = function(astNode, segmentValueCharset) {\\n    if (segmentValueCharset == null) {\\n      segmentValueCharset = defaultOptions.segmentValueCharset;\\n    }\\n    return '^' + baseAstNodeToRegexString(astNode, segmentValueCharset) + '$';\\n  };\\n  astNodeToNames = function(astNode) {\\n    if (Array.isArray(astNode)) {\\n      return concatMap(astNode, astNodeToNames);\\n    }\\n    switch (astNode.tag) {\\n      case 'wildcard':\\n        return ['_'];\\n      case 'named':\\n        return [astNode.value];\\n      case 'static':\\n        return [];\\n      case 'optional':\\n        return astNodeToNames(astNode.value);\\n    }\\n  };\\n  getParam = function(params, key, nextIndexes, sideEffects) {\\n    var index, maxIndex, result, value;\\n    if (sideEffects == null) {\\n      sideEffects = false;\\n    }\\n    value = params[key];\\n    if (value == null) {\\n      if (sideEffects) {\\n        throw new Error(\\\"no values provided for key `\\\" + key + \\\"`\\\");\\n      } else {\\n        return;\\n      }\\n    }\\n    index = nextIndexes[key] || 0;\\n    maxIndex = Array.isArray(value) ? value.length - 1 : 0;\\n    if (index > maxIndex) {\\n      if (sideEffects) {\\n        throw new Error(\\\"too few values provided for key `\\\" + key + \\\"`\\\");\\n      } else {\\n        return;\\n      }\\n    }\\n    result = Array.isArray(value) ? value[index] : value;\\n    if (sideEffects) {\\n      nextIndexes[key] = index + 1;\\n    }\\n    return result;\\n  };\\n  astNodeContainsSegmentsForProvidedParams = function(astNode, params, nextIndexes) {\\n    var i, length;\\n    if (Array.isArray(astNode)) {\\n      i = -1;\\n      length = astNode.length;\\n      while (++i < length) {\\n        if (astNodeContainsSegmentsForProvidedParams(astNode[i], params, nextIndexes)) {\\n          return true;\\n        }\\n      }\\n      return false;\\n    }\\n    switch (astNode.tag) {\\n      case 'wildcard':\\n        return getParam(params, '_', nextIndexes, false) != null;\\n      case 'named':\\n        return getParam(params, astNode.value, nextIndexes, false) != null;\\n      case 'static':\\n        return false;\\n      case 'optional':\\n        return astNodeContainsSegmentsForProvidedParams(astNode.value, params, nextIndexes);\\n    }\\n  };\\n  stringify = function(astNode, params, nextIndexes) {\\n    if (Array.isArray(astNode)) {\\n      return stringConcatMap(astNode, function(node) {\\n        return stringify(node, params, nextIndexes);\\n      });\\n    }\\n    switch (astNode.tag) {\\n      case 'wildcard':\\n        return getParam(params, '_', nextIndexes, true);\\n      case 'named':\\n        return getParam(params, astNode.value, nextIndexes, true);\\n      case 'static':\\n        return astNode.value;\\n      case 'optional':\\n        if (astNodeContainsSegmentsForProvidedParams(astNode.value, params, nextIndexes)) {\\n          return stringify(astNode.value, params, nextIndexes);\\n        } else {\\n          return '';\\n        }\\n    }\\n  };\\n  UrlPattern = function(arg1, arg2) {\\n    var groupCount, options, parsed, parser, withoutWhitespace;\\n    if (arg1 instanceof UrlPattern) {\\n      this.isRegex = arg1.isRegex;\\n      this.regex = arg1.regex;\\n      this.ast = arg1.ast;\\n      this.names = arg1.names;\\n      return;\\n    }\\n    this.isRegex = arg1 instanceof RegExp;\\n    if (!(('string' === typeof arg1) || this.isRegex)) {\\n      throw new TypeError('argument must be a regex or a string');\\n    }\\n    if (this.isRegex) {\\n      this.regex = arg1;\\n      if (arg2 != null) {\\n        if (!Array.isArray(arg2)) {\\n          throw new Error('if first argument is a regex the second argument may be an array of group names but you provided something else');\\n        }\\n        groupCount = regexGroupCount(this.regex);\\n        if (arg2.length !== groupCount) {\\n          throw new Error(\\\"regex contains \\\" + groupCount + \\\" groups but array of group names contains \\\" + arg2.length);\\n        }\\n        this.names = arg2;\\n      }\\n      return;\\n    }\\n    if (arg1 === '') {\\n      throw new Error('argument must not be the empty string');\\n    }\\n    withoutWhitespace = arg1.replace(/\\\\s+/g, '');\\n    if (withoutWhitespace !== arg1) {\\n      throw new Error('argument must not contain whitespace');\\n    }\\n    options = {\\n      escapeChar: (arg2 != null ? arg2.escapeChar : void 0) || defaultOptions.escapeChar,\\n      segmentNameStartChar: (arg2 != null ? arg2.segmentNameStartChar : void 0) || defaultOptions.segmentNameStartChar,\\n      segmentNameCharset: (arg2 != null ? arg2.segmentNameCharset : void 0) || defaultOptions.segmentNameCharset,\\n      segmentValueCharset: (arg2 != null ? arg2.segmentValueCharset : void 0) || defaultOptions.segmentValueCharset,\\n      optionalSegmentStartChar: (arg2 != null ? arg2.optionalSegmentStartChar : void 0) || defaultOptions.optionalSegmentStartChar,\\n      optionalSegmentEndChar: (arg2 != null ? arg2.optionalSegmentEndChar : void 0) || defaultOptions.optionalSegmentEndChar,\\n      wildcardChar: (arg2 != null ? arg2.wildcardChar : void 0) || defaultOptions.wildcardChar\\n    };\\n    parser = newParser(options);\\n    parsed = parser.pattern(arg1);\\n    if (parsed == null) {\\n      throw new Error(\\\"couldn't parse pattern\\\");\\n    }\\n    if (parsed.rest !== '') {\\n      throw new Error(\\\"could only partially parse pattern\\\");\\n    }\\n    this.ast = parsed.value;\\n    this.regex = new RegExp(astNodeToRegexString(this.ast, options.segmentValueCharset));\\n    this.names = astNodeToNames(this.ast);\\n  };\\n  UrlPattern.prototype.match = function(url) {\\n    var groups, match;\\n    match = this.regex.exec(url);\\n    if (match == null) {\\n      return null;\\n    }\\n    groups = match.slice(1);\\n    if (this.names) {\\n      return keysAndValuesToObject(this.names, groups);\\n    } else {\\n      return groups;\\n    }\\n  };\\n  UrlPattern.prototype.stringify = function(params) {\\n    if (params == null) {\\n      params = {};\\n    }\\n    if (this.isRegex) {\\n      throw new Error(\\\"can't stringify patterns generated from a regex\\\");\\n    }\\n    if (params !== Object(params)) {\\n      throw new Error(\\\"argument must be an object or undefined\\\");\\n    }\\n    return stringify(this.ast, params, {});\\n  };\\n  UrlPattern.escapeForRegex = escapeForRegex;\\n  UrlPattern.concatMap = concatMap;\\n  UrlPattern.stringConcatMap = stringConcatMap;\\n  UrlPattern.regexGroupCount = regexGroupCount;\\n  UrlPattern.keysAndValuesToObject = keysAndValuesToObject;\\n  UrlPattern.P = P;\\n  UrlPattern.newParser = newParser;\\n  UrlPattern.defaultOptions = defaultOptions;\\n  UrlPattern.astNodeToRegexString = astNodeToRegexString;\\n  UrlPattern.astNodeToNames = astNodeToNames;\\n  UrlPattern.getParam = getParam;\\n  UrlPattern.astNodeContainsSegmentsForProvidedParams = astNodeContainsSegmentsForProvidedParams;\\n  UrlPattern.stringify = stringify;\\n  return UrlPattern;\\n});\\n\"\n    },\n    {\n      \"id\": 103,\n      \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/webpack/buildin/amd-options.js\",\n      \"name\": \"(webpack)/buildin/amd-options.js\",\n      \"index\": 168,\n      \"index2\": 163,\n      \"size\": 82,\n      \"cacheable\": true,\n      \"built\": true,\n      \"optional\": false,\n      \"prefetched\": false,\n      \"chunks\": [\n        2,\n        4\n      ],\n      \"issuer\": \"/Users/jarred/Code/styleurl/node_modules/url-pattern/lib/url-pattern.js\",\n      \"issuerId\": 102,\n      \"issuerName\": \"./node_modules/url-pattern/lib/url-pattern.js\",\n      \"issuerPath\": [\n        {\n          \"id\": 350,\n          \"identifier\": \"multi /Users/jarred/Code/styleurl/webpack/customPublicPath /Users/jarred/Code/styleurl/chrome/extension/github_gist_content_script\",\n          \"name\": \"multi ./webpack/customPublicPath ./chrome/extension/github_gist_content_script\",\n          \"profile\": {\n            \"factory\": 0,\n            \"building\": 0,\n            \"dependencies\": 53\n          }\n        },\n        {\n          \"id\": 351,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/github_gist_content_script.js\",\n          \"name\": \"./chrome/extension/github_gist_content_script.js\",\n          \"profile\": {\n            \"factory\": 54,\n            \"building\": 576,\n            \"dependencies\": 194\n          }\n        },\n        {\n          \"id\": 55,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/lib/stylefile.js\",\n          \"name\": \"./chrome/extension/lib/stylefile.js\",\n          \"profile\": {\n            \"factory\": 194,\n            \"building\": 246,\n            \"dependencies\": 40\n          }\n        },\n        {\n          \"id\": 102,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/url-pattern/lib/url-pattern.js\",\n          \"name\": \"./node_modules/url-pattern/lib/url-pattern.js\",\n          \"profile\": {\n            \"factory\": 408,\n            \"building\": 42\n          }\n        }\n      ],\n      \"profile\": {\n        \"factory\": 98,\n        \"building\": 62\n      },\n      \"failed\": false,\n      \"errors\": 0,\n      \"warnings\": 0,\n      \"assets\": [],\n      \"reasons\": [\n        {\n          \"moduleId\": 102,\n          \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/url-pattern/lib/url-pattern.js\",\n          \"module\": \"./node_modules/url-pattern/lib/url-pattern.js\",\n          \"moduleName\": \"./node_modules/url-pattern/lib/url-pattern.js\",\n          \"type\": \"amd require\",\n          \"userRequest\": \"define.amd\",\n          \"loc\": \"5:41-51\"\n        }\n      ],\n      \"usedExports\": true,\n      \"providedExports\": null,\n      \"optimizationBailout\": [\n        \"ModuleConcatenation bailout: Module is not an ECMAScript module\"\n      ],\n      \"depth\": 4,\n      \"source\": \"/* globals __webpack_amd_options__ */\\r\\nmodule.exports = __webpack_amd_options__;\\r\\n\"\n    },\n    {\n      \"id\": 104,\n      \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/js-yaml/index.js\",\n      \"name\": \"./node_modules/js-yaml/index.js\",\n      \"index\": 169,\n      \"index2\": 199,\n      \"size\": 81,\n      \"cacheable\": true,\n      \"built\": true,\n      \"optional\": false,\n      \"prefetched\": false,\n      \"chunks\": [\n        2,\n        4\n      ],\n      \"issuer\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/lib/stylefile.js\",\n      \"issuerId\": 55,\n      \"issuerName\": \"./chrome/extension/lib/stylefile.js\",\n      \"issuerPath\": [\n        {\n          \"id\": 350,\n          \"identifier\": \"multi /Users/jarred/Code/styleurl/webpack/customPublicPath /Users/jarred/Code/styleurl/chrome/extension/github_gist_content_script\",\n          \"name\": \"multi ./webpack/customPublicPath ./chrome/extension/github_gist_content_script\",\n          \"profile\": {\n            \"factory\": 0,\n            \"building\": 0,\n            \"dependencies\": 53\n          }\n        },\n        {\n          \"id\": 351,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/github_gist_content_script.js\",\n          \"name\": \"./chrome/extension/github_gist_content_script.js\",\n          \"profile\": {\n            \"factory\": 54,\n            \"building\": 576,\n            \"dependencies\": 194\n          }\n        },\n        {\n          \"id\": 55,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/lib/stylefile.js\",\n          \"name\": \"./chrome/extension/lib/stylefile.js\",\n          \"profile\": {\n            \"factory\": 194,\n            \"building\": 246,\n            \"dependencies\": 40\n          }\n        }\n      ],\n      \"profile\": {\n        \"factory\": 408,\n        \"building\": 42\n      },\n      \"failed\": false,\n      \"errors\": 0,\n      \"warnings\": 0,\n      \"assets\": [],\n      \"reasons\": [\n        {\n          \"moduleId\": 55,\n          \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/lib/stylefile.js\",\n          \"module\": \"./chrome/extension/lib/stylefile.js\",\n          \"moduleName\": \"./chrome/extension/lib/stylefile.js\",\n          \"type\": \"cjs require\",\n          \"userRequest\": \"js-yaml\",\n          \"loc\": \"12:37-55\"\n        }\n      ],\n      \"usedExports\": true,\n      \"providedExports\": null,\n      \"optimizationBailout\": [\n        \"ModuleConcatenation bailout: Module is not an ECMAScript module\"\n      ],\n      \"depth\": 3,\n      \"source\": \"'use strict';\\n\\n\\nvar yaml = require('./lib/js-yaml.js');\\n\\n\\nmodule.exports = yaml;\\n\"\n    },\n    {\n      \"id\": 105,\n      \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/js-yaml/lib/js-yaml.js\",\n      \"name\": \"./node_modules/js-yaml/lib/js-yaml.js\",\n      \"index\": 170,\n      \"index2\": 198,\n      \"size\": 1665,\n      \"cacheable\": true,\n      \"built\": true,\n      \"optional\": false,\n      \"prefetched\": false,\n      \"chunks\": [\n        2,\n        4\n      ],\n      \"issuer\": \"/Users/jarred/Code/styleurl/node_modules/js-yaml/index.js\",\n      \"issuerId\": 104,\n      \"issuerName\": \"./node_modules/js-yaml/index.js\",\n      \"issuerPath\": [\n        {\n          \"id\": 350,\n          \"identifier\": \"multi /Users/jarred/Code/styleurl/webpack/customPublicPath /Users/jarred/Code/styleurl/chrome/extension/github_gist_content_script\",\n          \"name\": \"multi ./webpack/customPublicPath ./chrome/extension/github_gist_content_script\",\n          \"profile\": {\n            \"factory\": 0,\n            \"building\": 0,\n            \"dependencies\": 53\n          }\n        },\n        {\n          \"id\": 351,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/github_gist_content_script.js\",\n          \"name\": \"./chrome/extension/github_gist_content_script.js\",\n          \"profile\": {\n            \"factory\": 54,\n            \"building\": 576,\n            \"dependencies\": 194\n          }\n        },\n        {\n          \"id\": 55,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/lib/stylefile.js\",\n          \"name\": \"./chrome/extension/lib/stylefile.js\",\n          \"profile\": {\n            \"factory\": 194,\n            \"building\": 246,\n            \"dependencies\": 40\n          }\n        },\n        {\n          \"id\": 104,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/js-yaml/index.js\",\n          \"name\": \"./node_modules/js-yaml/index.js\",\n          \"profile\": {\n            \"factory\": 408,\n            \"building\": 42\n          }\n        }\n      ],\n      \"profile\": {\n        \"factory\": 96,\n        \"building\": 77\n      },\n      \"failed\": false,\n      \"errors\": 0,\n      \"warnings\": 0,\n      \"assets\": [],\n      \"reasons\": [\n        {\n          \"moduleId\": 104,\n          \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/js-yaml/index.js\",\n          \"module\": \"./node_modules/js-yaml/index.js\",\n          \"moduleName\": \"./node_modules/js-yaml/index.js\",\n          \"type\": \"cjs require\",\n          \"userRequest\": \"./lib/js-yaml.js\",\n          \"loc\": \"4:11-38\"\n        }\n      ],\n      \"usedExports\": true,\n      \"providedExports\": null,\n      \"optimizationBailout\": [\n        \"ModuleConcatenation bailout: Module is not an ECMAScript module\"\n      ],\n      \"depth\": 4,\n      \"source\": \"'use strict';\\n\\n\\nvar loader = require('./js-yaml/loader');\\nvar dumper = require('./js-yaml/dumper');\\n\\n\\nfunction deprecated(name) {\\n  return function () {\\n    throw new Error('Function ' + name + ' is deprecated and cannot be used.');\\n  };\\n}\\n\\n\\nmodule.exports.Type                = require('./js-yaml/type');\\nmodule.exports.Schema              = require('./js-yaml/schema');\\nmodule.exports.FAILSAFE_SCHEMA     = require('./js-yaml/schema/failsafe');\\nmodule.exports.JSON_SCHEMA         = require('./js-yaml/schema/json');\\nmodule.exports.CORE_SCHEMA         = require('./js-yaml/schema/core');\\nmodule.exports.DEFAULT_SAFE_SCHEMA = require('./js-yaml/schema/default_safe');\\nmodule.exports.DEFAULT_FULL_SCHEMA = require('./js-yaml/schema/default_full');\\nmodule.exports.load                = loader.load;\\nmodule.exports.loadAll             = loader.loadAll;\\nmodule.exports.safeLoad            = loader.safeLoad;\\nmodule.exports.safeLoadAll         = loader.safeLoadAll;\\nmodule.exports.dump                = dumper.dump;\\nmodule.exports.safeDump            = dumper.safeDump;\\nmodule.exports.YAMLException       = require('./js-yaml/exception');\\n\\n// Deprecated schema names from JS-YAML 2.0.x\\nmodule.exports.MINIMAL_SCHEMA = require('./js-yaml/schema/failsafe');\\nmodule.exports.SAFE_SCHEMA    = require('./js-yaml/schema/default_safe');\\nmodule.exports.DEFAULT_SCHEMA = require('./js-yaml/schema/default_full');\\n\\n// Deprecated functions from JS-YAML 1.x.x\\nmodule.exports.scan           = deprecated('scan');\\nmodule.exports.parse          = deprecated('parse');\\nmodule.exports.compose        = deprecated('compose');\\nmodule.exports.addConstructor = deprecated('addConstructor');\\n\"\n    },\n    {\n      \"id\": 106,\n      \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/js-yaml/lib/js-yaml/loader.js\",\n      \"name\": \"./node_modules/js-yaml/lib/js-yaml/loader.js\",\n      \"index\": 171,\n      \"index2\": 196,\n      \"size\": 42739,\n      \"cacheable\": true,\n      \"built\": true,\n      \"optional\": false,\n      \"prefetched\": false,\n      \"chunks\": [\n        2,\n        4\n      ],\n      \"issuer\": \"/Users/jarred/Code/styleurl/node_modules/js-yaml/lib/js-yaml.js\",\n      \"issuerId\": 105,\n      \"issuerName\": \"./node_modules/js-yaml/lib/js-yaml.js\",\n      \"issuerPath\": [\n        {\n          \"id\": 350,\n          \"identifier\": \"multi /Users/jarred/Code/styleurl/webpack/customPublicPath /Users/jarred/Code/styleurl/chrome/extension/github_gist_content_script\",\n          \"name\": \"multi ./webpack/customPublicPath ./chrome/extension/github_gist_content_script\",\n          \"profile\": {\n            \"factory\": 0,\n            \"building\": 0,\n            \"dependencies\": 53\n          }\n        },\n        {\n          \"id\": 351,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/github_gist_content_script.js\",\n          \"name\": \"./chrome/extension/github_gist_content_script.js\",\n          \"profile\": {\n            \"factory\": 54,\n            \"building\": 576,\n            \"dependencies\": 194\n          }\n        },\n        {\n          \"id\": 55,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/lib/stylefile.js\",\n          \"name\": \"./chrome/extension/lib/stylefile.js\",\n          \"profile\": {\n            \"factory\": 194,\n            \"building\": 246,\n            \"dependencies\": 40\n          }\n        },\n        {\n          \"id\": 104,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/js-yaml/index.js\",\n          \"name\": \"./node_modules/js-yaml/index.js\",\n          \"profile\": {\n            \"factory\": 408,\n            \"building\": 42\n          }\n        },\n        {\n          \"id\": 105,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/js-yaml/lib/js-yaml.js\",\n          \"name\": \"./node_modules/js-yaml/lib/js-yaml.js\",\n          \"profile\": {\n            \"factory\": 96,\n            \"building\": 77\n          }\n        }\n      ],\n      \"profile\": {\n        \"factory\": 33,\n        \"building\": 66,\n        \"dependencies\": 42\n      },\n      \"failed\": false,\n      \"errors\": 0,\n      \"warnings\": 0,\n      \"assets\": [],\n      \"reasons\": [\n        {\n          \"moduleId\": 105,\n          \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/js-yaml/lib/js-yaml.js\",\n          \"module\": \"./node_modules/js-yaml/lib/js-yaml.js\",\n          \"moduleName\": \"./node_modules/js-yaml/lib/js-yaml.js\",\n          \"type\": \"cjs require\",\n          \"userRequest\": \"./js-yaml/loader\",\n          \"loc\": \"4:13-40\"\n        }\n      ],\n      \"usedExports\": true,\n      \"providedExports\": null,\n      \"optimizationBailout\": [\n        \"ModuleConcatenation bailout: Module is not an ECMAScript module\"\n      ],\n      \"depth\": 5,\n      \"source\": \"'use strict';\\n\\n/*eslint-disable max-len,no-use-before-define*/\\n\\nvar common              = require('./common');\\nvar YAMLException       = require('./exception');\\nvar Mark                = require('./mark');\\nvar DEFAULT_SAFE_SCHEMA = require('./schema/default_safe');\\nvar DEFAULT_FULL_SCHEMA = require('./schema/default_full');\\n\\n\\nvar _hasOwnProperty = Object.prototype.hasOwnProperty;\\n\\n\\nvar CONTEXT_FLOW_IN   = 1;\\nvar CONTEXT_FLOW_OUT  = 2;\\nvar CONTEXT_BLOCK_IN  = 3;\\nvar CONTEXT_BLOCK_OUT = 4;\\n\\n\\nvar CHOMPING_CLIP  = 1;\\nvar CHOMPING_STRIP = 2;\\nvar CHOMPING_KEEP  = 3;\\n\\n\\nvar PATTERN_NON_PRINTABLE         = /[\\\\x00-\\\\x08\\\\x0B\\\\x0C\\\\x0E-\\\\x1F\\\\x7F-\\\\x84\\\\x86-\\\\x9F\\\\uFFFE\\\\uFFFF]|[\\\\uD800-\\\\uDBFF](?![\\\\uDC00-\\\\uDFFF])|(?:[^\\\\uD800-\\\\uDBFF]|^)[\\\\uDC00-\\\\uDFFF]/;\\nvar PATTERN_NON_ASCII_LINE_BREAKS = /[\\\\x85\\\\u2028\\\\u2029]/;\\nvar PATTERN_FLOW_INDICATORS       = /[,\\\\[\\\\]\\\\{\\\\}]/;\\nvar PATTERN_TAG_HANDLE            = /^(?:!|!!|![a-z\\\\-]+!)$/i;\\nvar PATTERN_TAG_URI               = /^(?:!|[^,\\\\[\\\\]\\\\{\\\\}])(?:%[0-9a-f]{2}|[0-9a-z\\\\-#;\\\\/\\\\?:@&=\\\\+\\\\$,_\\\\.!~\\\\*'\\\\(\\\\)\\\\[\\\\]])*$/i;\\n\\n\\nfunction is_EOL(c) {\\n  return (c === 0x0A/* LF */) || (c === 0x0D/* CR */);\\n}\\n\\nfunction is_WHITE_SPACE(c) {\\n  return (c === 0x09/* Tab */) || (c === 0x20/* Space */);\\n}\\n\\nfunction is_WS_OR_EOL(c) {\\n  return (c === 0x09/* Tab */) ||\\n         (c === 0x20/* Space */) ||\\n         (c === 0x0A/* LF */) ||\\n         (c === 0x0D/* CR */);\\n}\\n\\nfunction is_FLOW_INDICATOR(c) {\\n  return c === 0x2C/* , */ ||\\n         c === 0x5B/* [ */ ||\\n         c === 0x5D/* ] */ ||\\n         c === 0x7B/* { */ ||\\n         c === 0x7D/* } */;\\n}\\n\\nfunction fromHexCode(c) {\\n  var lc;\\n\\n  if ((0x30/* 0 */ <= c) && (c <= 0x39/* 9 */)) {\\n    return c - 0x30;\\n  }\\n\\n  /*eslint-disable no-bitwise*/\\n  lc = c | 0x20;\\n\\n  if ((0x61/* a */ <= lc) && (lc <= 0x66/* f */)) {\\n    return lc - 0x61 + 10;\\n  }\\n\\n  return -1;\\n}\\n\\nfunction escapedHexLen(c) {\\n  if (c === 0x78/* x */) { return 2; }\\n  if (c === 0x75/* u */) { return 4; }\\n  if (c === 0x55/* U */) { return 8; }\\n  return 0;\\n}\\n\\nfunction fromDecimalCode(c) {\\n  if ((0x30/* 0 */ <= c) && (c <= 0x39/* 9 */)) {\\n    return c - 0x30;\\n  }\\n\\n  return -1;\\n}\\n\\nfunction simpleEscapeSequence(c) {\\n  /* eslint-disable indent */\\n  return (c === 0x30/* 0 */) ? '\\\\x00' :\\n        (c === 0x61/* a */) ? '\\\\x07' :\\n        (c === 0x62/* b */) ? '\\\\x08' :\\n        (c === 0x74/* t */) ? '\\\\x09' :\\n        (c === 0x09/* Tab */) ? '\\\\x09' :\\n        (c === 0x6E/* n */) ? '\\\\x0A' :\\n        (c === 0x76/* v */) ? '\\\\x0B' :\\n        (c === 0x66/* f */) ? '\\\\x0C' :\\n        (c === 0x72/* r */) ? '\\\\x0D' :\\n        (c === 0x65/* e */) ? '\\\\x1B' :\\n        (c === 0x20/* Space */) ? ' ' :\\n        (c === 0x22/* \\\" */) ? '\\\\x22' :\\n        (c === 0x2F/* / */) ? '/' :\\n        (c === 0x5C/* \\\\ */) ? '\\\\x5C' :\\n        (c === 0x4E/* N */) ? '\\\\x85' :\\n        (c === 0x5F/* _ */) ? '\\\\xA0' :\\n        (c === 0x4C/* L */) ? '\\\\u2028' :\\n        (c === 0x50/* P */) ? '\\\\u2029' : '';\\n}\\n\\nfunction charFromCodepoint(c) {\\n  if (c <= 0xFFFF) {\\n    return String.fromCharCode(c);\\n  }\\n  // Encode UTF-16 surrogate pair\\n  // https://en.wikipedia.org/wiki/UTF-16#Code_points_U.2B010000_to_U.2B10FFFF\\n  return String.fromCharCode(\\n    ((c - 0x010000) >> 10) + 0xD800,\\n    ((c - 0x010000) & 0x03FF) + 0xDC00\\n  );\\n}\\n\\nvar simpleEscapeCheck = new Array(256); // integer, for fast access\\nvar simpleEscapeMap = new Array(256);\\nfor (var i = 0; i < 256; i++) {\\n  simpleEscapeCheck[i] = simpleEscapeSequence(i) ? 1 : 0;\\n  simpleEscapeMap[i] = simpleEscapeSequence(i);\\n}\\n\\n\\nfunction State(input, options) {\\n  this.input = input;\\n\\n  this.filename  = options['filename']  || null;\\n  this.schema    = options['schema']    || DEFAULT_FULL_SCHEMA;\\n  this.onWarning = options['onWarning'] || null;\\n  this.legacy    = options['legacy']    || false;\\n  this.json      = options['json']      || false;\\n  this.listener  = options['listener']  || null;\\n\\n  this.implicitTypes = this.schema.compiledImplicit;\\n  this.typeMap       = this.schema.compiledTypeMap;\\n\\n  this.length     = input.length;\\n  this.position   = 0;\\n  this.line       = 0;\\n  this.lineStart  = 0;\\n  this.lineIndent = 0;\\n\\n  this.documents = [];\\n\\n  /*\\n  this.version;\\n  this.checkLineBreaks;\\n  this.tagMap;\\n  this.anchorMap;\\n  this.tag;\\n  this.anchor;\\n  this.kind;\\n  this.result;*/\\n\\n}\\n\\n\\nfunction generateError(state, message) {\\n  return new YAMLException(\\n    message,\\n    new Mark(state.filename, state.input, state.position, state.line, (state.position - state.lineStart)));\\n}\\n\\nfunction throwError(state, message) {\\n  throw generateError(state, message);\\n}\\n\\nfunction throwWarning(state, message) {\\n  if (state.onWarning) {\\n    state.onWarning.call(null, generateError(state, message));\\n  }\\n}\\n\\n\\nvar directiveHandlers = {\\n\\n  YAML: function handleYamlDirective(state, name, args) {\\n\\n    var match, major, minor;\\n\\n    if (state.version !== null) {\\n      throwError(state, 'duplication of %YAML directive');\\n    }\\n\\n    if (args.length !== 1) {\\n      throwError(state, 'YAML directive accepts exactly one argument');\\n    }\\n\\n    match = /^([0-9]+)\\\\.([0-9]+)$/.exec(args[0]);\\n\\n    if (match === null) {\\n      throwError(state, 'ill-formed argument of the YAML directive');\\n    }\\n\\n    major = parseInt(match[1], 10);\\n    minor = parseInt(match[2], 10);\\n\\n    if (major !== 1) {\\n      throwError(state, 'unacceptable YAML version of the document');\\n    }\\n\\n    state.version = args[0];\\n    state.checkLineBreaks = (minor < 2);\\n\\n    if (minor !== 1 && minor !== 2) {\\n      throwWarning(state, 'unsupported YAML version of the document');\\n    }\\n  },\\n\\n  TAG: function handleTagDirective(state, name, args) {\\n\\n    var handle, prefix;\\n\\n    if (args.length !== 2) {\\n      throwError(state, 'TAG directive accepts exactly two arguments');\\n    }\\n\\n    handle = args[0];\\n    prefix = args[1];\\n\\n    if (!PATTERN_TAG_HANDLE.test(handle)) {\\n      throwError(state, 'ill-formed tag handle (first argument) of the TAG directive');\\n    }\\n\\n    if (_hasOwnProperty.call(state.tagMap, handle)) {\\n      throwError(state, 'there is a previously declared suffix for \\\"' + handle + '\\\" tag handle');\\n    }\\n\\n    if (!PATTERN_TAG_URI.test(prefix)) {\\n      throwError(state, 'ill-formed tag prefix (second argument) of the TAG directive');\\n    }\\n\\n    state.tagMap[handle] = prefix;\\n  }\\n};\\n\\n\\nfunction captureSegment(state, start, end, checkJson) {\\n  var _position, _length, _character, _result;\\n\\n  if (start < end) {\\n    _result = state.input.slice(start, end);\\n\\n    if (checkJson) {\\n      for (_position = 0, _length = _result.length; _position < _length; _position += 1) {\\n        _character = _result.charCodeAt(_position);\\n        if (!(_character === 0x09 ||\\n              (0x20 <= _character && _character <= 0x10FFFF))) {\\n          throwError(state, 'expected valid JSON character');\\n        }\\n      }\\n    } else if (PATTERN_NON_PRINTABLE.test(_result)) {\\n      throwError(state, 'the stream contains non-printable characters');\\n    }\\n\\n    state.result += _result;\\n  }\\n}\\n\\nfunction mergeMappings(state, destination, source, overridableKeys) {\\n  var sourceKeys, key, index, quantity;\\n\\n  if (!common.isObject(source)) {\\n    throwError(state, 'cannot merge mappings; the provided source object is unacceptable');\\n  }\\n\\n  sourceKeys = Object.keys(source);\\n\\n  for (index = 0, quantity = sourceKeys.length; index < quantity; index += 1) {\\n    key = sourceKeys[index];\\n\\n    if (!_hasOwnProperty.call(destination, key)) {\\n      destination[key] = source[key];\\n      overridableKeys[key] = true;\\n    }\\n  }\\n}\\n\\nfunction storeMappingPair(state, _result, overridableKeys, keyTag, keyNode, valueNode, startLine, startPos) {\\n  var index, quantity;\\n\\n  keyNode = String(keyNode);\\n\\n  if (_result === null) {\\n    _result = {};\\n  }\\n\\n  if (keyTag === 'tag:yaml.org,2002:merge') {\\n    if (Array.isArray(valueNode)) {\\n      for (index = 0, quantity = valueNode.length; index < quantity; index += 1) {\\n        mergeMappings(state, _result, valueNode[index], overridableKeys);\\n      }\\n    } else {\\n      mergeMappings(state, _result, valueNode, overridableKeys);\\n    }\\n  } else {\\n    if (!state.json &&\\n        !_hasOwnProperty.call(overridableKeys, keyNode) &&\\n        _hasOwnProperty.call(_result, keyNode)) {\\n      state.line = startLine || state.line;\\n      state.position = startPos || state.position;\\n      throwError(state, 'duplicated mapping key');\\n    }\\n    _result[keyNode] = valueNode;\\n    delete overridableKeys[keyNode];\\n  }\\n\\n  return _result;\\n}\\n\\nfunction readLineBreak(state) {\\n  var ch;\\n\\n  ch = state.input.charCodeAt(state.position);\\n\\n  if (ch === 0x0A/* LF */) {\\n    state.position++;\\n  } else if (ch === 0x0D/* CR */) {\\n    state.position++;\\n    if (state.input.charCodeAt(state.position) === 0x0A/* LF */) {\\n      state.position++;\\n    }\\n  } else {\\n    throwError(state, 'a line break is expected');\\n  }\\n\\n  state.line += 1;\\n  state.lineStart = state.position;\\n}\\n\\nfunction skipSeparationSpace(state, allowComments, checkIndent) {\\n  var lineBreaks = 0,\\n      ch = state.input.charCodeAt(state.position);\\n\\n  while (ch !== 0) {\\n    while (is_WHITE_SPACE(ch)) {\\n      ch = state.input.charCodeAt(++state.position);\\n    }\\n\\n    if (allowComments && ch === 0x23/* # */) {\\n      do {\\n        ch = state.input.charCodeAt(++state.position);\\n      } while (ch !== 0x0A/* LF */ && ch !== 0x0D/* CR */ && ch !== 0);\\n    }\\n\\n    if (is_EOL(ch)) {\\n      readLineBreak(state);\\n\\n      ch = state.input.charCodeAt(state.position);\\n      lineBreaks++;\\n      state.lineIndent = 0;\\n\\n      while (ch === 0x20/* Space */) {\\n        state.lineIndent++;\\n        ch = state.input.charCodeAt(++state.position);\\n      }\\n    } else {\\n      break;\\n    }\\n  }\\n\\n  if (checkIndent !== -1 && lineBreaks !== 0 && state.lineIndent < checkIndent) {\\n    throwWarning(state, 'deficient indentation');\\n  }\\n\\n  return lineBreaks;\\n}\\n\\nfunction testDocumentSeparator(state) {\\n  var _position = state.position,\\n      ch;\\n\\n  ch = state.input.charCodeAt(_position);\\n\\n  // Condition state.position === state.lineStart is tested\\n  // in parent on each call, for efficiency. No needs to test here again.\\n  if ((ch === 0x2D/* - */ || ch === 0x2E/* . */) &&\\n      ch === state.input.charCodeAt(_position + 1) &&\\n      ch === state.input.charCodeAt(_position + 2)) {\\n\\n    _position += 3;\\n\\n    ch = state.input.charCodeAt(_position);\\n\\n    if (ch === 0 || is_WS_OR_EOL(ch)) {\\n      return true;\\n    }\\n  }\\n\\n  return false;\\n}\\n\\nfunction writeFoldedLines(state, count) {\\n  if (count === 1) {\\n    state.result += ' ';\\n  } else if (count > 1) {\\n    state.result += common.repeat('\\\\n', count - 1);\\n  }\\n}\\n\\n\\nfunction readPlainScalar(state, nodeIndent, withinFlowCollection) {\\n  var preceding,\\n      following,\\n      captureStart,\\n      captureEnd,\\n      hasPendingContent,\\n      _line,\\n      _lineStart,\\n      _lineIndent,\\n      _kind = state.kind,\\n      _result = state.result,\\n      ch;\\n\\n  ch = state.input.charCodeAt(state.position);\\n\\n  if (is_WS_OR_EOL(ch)      ||\\n      is_FLOW_INDICATOR(ch) ||\\n      ch === 0x23/* # */    ||\\n      ch === 0x26/* & */    ||\\n      ch === 0x2A/* * */    ||\\n      ch === 0x21/* ! */    ||\\n      ch === 0x7C/* | */    ||\\n      ch === 0x3E/* > */    ||\\n      ch === 0x27/* ' */    ||\\n      ch === 0x22/* \\\" */    ||\\n      ch === 0x25/* % */    ||\\n      ch === 0x40/* @ */    ||\\n      ch === 0x60/* ` */) {\\n    return false;\\n  }\\n\\n  if (ch === 0x3F/* ? */ || ch === 0x2D/* - */) {\\n    following = state.input.charCodeAt(state.position + 1);\\n\\n    if (is_WS_OR_EOL(following) ||\\n        withinFlowCollection && is_FLOW_INDICATOR(following)) {\\n      return false;\\n    }\\n  }\\n\\n  state.kind = 'scalar';\\n  state.result = '';\\n  captureStart = captureEnd = state.position;\\n  hasPendingContent = false;\\n\\n  while (ch !== 0) {\\n    if (ch === 0x3A/* : */) {\\n      following = state.input.charCodeAt(state.position + 1);\\n\\n      if (is_WS_OR_EOL(following) ||\\n          withinFlowCollection && is_FLOW_INDICATOR(following)) {\\n        break;\\n      }\\n\\n    } else if (ch === 0x23/* # */) {\\n      preceding = state.input.charCodeAt(state.position - 1);\\n\\n      if (is_WS_OR_EOL(preceding)) {\\n        break;\\n      }\\n\\n    } else if ((state.position === state.lineStart && testDocumentSeparator(state)) ||\\n               withinFlowCollection && is_FLOW_INDICATOR(ch)) {\\n      break;\\n\\n    } else if (is_EOL(ch)) {\\n      _line = state.line;\\n      _lineStart = state.lineStart;\\n      _lineIndent = state.lineIndent;\\n      skipSeparationSpace(state, false, -1);\\n\\n      if (state.lineIndent >= nodeIndent) {\\n        hasPendingContent = true;\\n        ch = state.input.charCodeAt(state.position);\\n        continue;\\n      } else {\\n        state.position = captureEnd;\\n        state.line = _line;\\n        state.lineStart = _lineStart;\\n        state.lineIndent = _lineIndent;\\n        break;\\n      }\\n    }\\n\\n    if (hasPendingContent) {\\n      captureSegment(state, captureStart, captureEnd, false);\\n      writeFoldedLines(state, state.line - _line);\\n      captureStart = captureEnd = state.position;\\n      hasPendingContent = false;\\n    }\\n\\n    if (!is_WHITE_SPACE(ch)) {\\n      captureEnd = state.position + 1;\\n    }\\n\\n    ch = state.input.charCodeAt(++state.position);\\n  }\\n\\n  captureSegment(state, captureStart, captureEnd, false);\\n\\n  if (state.result) {\\n    return true;\\n  }\\n\\n  state.kind = _kind;\\n  state.result = _result;\\n  return false;\\n}\\n\\nfunction readSingleQuotedScalar(state, nodeIndent) {\\n  var ch,\\n      captureStart, captureEnd;\\n\\n  ch = state.input.charCodeAt(state.position);\\n\\n  if (ch !== 0x27/* ' */) {\\n    return false;\\n  }\\n\\n  state.kind = 'scalar';\\n  state.result = '';\\n  state.position++;\\n  captureStart = captureEnd = state.position;\\n\\n  while ((ch = state.input.charCodeAt(state.position)) !== 0) {\\n    if (ch === 0x27/* ' */) {\\n      captureSegment(state, captureStart, state.position, true);\\n      ch = state.input.charCodeAt(++state.position);\\n\\n      if (ch === 0x27/* ' */) {\\n        captureStart = state.position;\\n        state.position++;\\n        captureEnd = state.position;\\n      } else {\\n        return true;\\n      }\\n\\n    } else if (is_EOL(ch)) {\\n      captureSegment(state, captureStart, captureEnd, true);\\n      writeFoldedLines(state, skipSeparationSpace(state, false, nodeIndent));\\n      captureStart = captureEnd = state.position;\\n\\n    } else if (state.position === state.lineStart && testDocumentSeparator(state)) {\\n      throwError(state, 'unexpected end of the document within a single quoted scalar');\\n\\n    } else {\\n      state.position++;\\n      captureEnd = state.position;\\n    }\\n  }\\n\\n  throwError(state, 'unexpected end of the stream within a single quoted scalar');\\n}\\n\\nfunction readDoubleQuotedScalar(state, nodeIndent) {\\n  var captureStart,\\n      captureEnd,\\n      hexLength,\\n      hexResult,\\n      tmp,\\n      ch;\\n\\n  ch = state.input.charCodeAt(state.position);\\n\\n  if (ch !== 0x22/* \\\" */) {\\n    return false;\\n  }\\n\\n  state.kind = 'scalar';\\n  state.result = '';\\n  state.position++;\\n  captureStart = captureEnd = state.position;\\n\\n  while ((ch = state.input.charCodeAt(state.position)) !== 0) {\\n    if (ch === 0x22/* \\\" */) {\\n      captureSegment(state, captureStart, state.position, true);\\n      state.position++;\\n      return true;\\n\\n    } else if (ch === 0x5C/* \\\\ */) {\\n      captureSegment(state, captureStart, state.position, true);\\n      ch = state.input.charCodeAt(++state.position);\\n\\n      if (is_EOL(ch)) {\\n        skipSeparationSpace(state, false, nodeIndent);\\n\\n        // TODO: rework to inline fn with no type cast?\\n      } else if (ch < 256 && simpleEscapeCheck[ch]) {\\n        state.result += simpleEscapeMap[ch];\\n        state.position++;\\n\\n      } else if ((tmp = escapedHexLen(ch)) > 0) {\\n        hexLength = tmp;\\n        hexResult = 0;\\n\\n        for (; hexLength > 0; hexLength--) {\\n          ch = state.input.charCodeAt(++state.position);\\n\\n          if ((tmp = fromHexCode(ch)) >= 0) {\\n            hexResult = (hexResult << 4) + tmp;\\n\\n          } else {\\n            throwError(state, 'expected hexadecimal character');\\n          }\\n        }\\n\\n        state.result += charFromCodepoint(hexResult);\\n\\n        state.position++;\\n\\n      } else {\\n        throwError(state, 'unknown escape sequence');\\n      }\\n\\n      captureStart = captureEnd = state.position;\\n\\n    } else if (is_EOL(ch)) {\\n      captureSegment(state, captureStart, captureEnd, true);\\n      writeFoldedLines(state, skipSeparationSpace(state, false, nodeIndent));\\n      captureStart = captureEnd = state.position;\\n\\n    } else if (state.position === state.lineStart && testDocumentSeparator(state)) {\\n      throwError(state, 'unexpected end of the document within a double quoted scalar');\\n\\n    } else {\\n      state.position++;\\n      captureEnd = state.position;\\n    }\\n  }\\n\\n  throwError(state, 'unexpected end of the stream within a double quoted scalar');\\n}\\n\\nfunction readFlowCollection(state, nodeIndent) {\\n  var readNext = true,\\n      _line,\\n      _tag     = state.tag,\\n      _result,\\n      _anchor  = state.anchor,\\n      following,\\n      terminator,\\n      isPair,\\n      isExplicitPair,\\n      isMapping,\\n      overridableKeys = {},\\n      keyNode,\\n      keyTag,\\n      valueNode,\\n      ch;\\n\\n  ch = state.input.charCodeAt(state.position);\\n\\n  if (ch === 0x5B/* [ */) {\\n    terminator = 0x5D;/* ] */\\n    isMapping = false;\\n    _result = [];\\n  } else if (ch === 0x7B/* { */) {\\n    terminator = 0x7D;/* } */\\n    isMapping = true;\\n    _result = {};\\n  } else {\\n    return false;\\n  }\\n\\n  if (state.anchor !== null) {\\n    state.anchorMap[state.anchor] = _result;\\n  }\\n\\n  ch = state.input.charCodeAt(++state.position);\\n\\n  while (ch !== 0) {\\n    skipSeparationSpace(state, true, nodeIndent);\\n\\n    ch = state.input.charCodeAt(state.position);\\n\\n    if (ch === terminator) {\\n      state.position++;\\n      state.tag = _tag;\\n      state.anchor = _anchor;\\n      state.kind = isMapping ? 'mapping' : 'sequence';\\n      state.result = _result;\\n      return true;\\n    } else if (!readNext) {\\n      throwError(state, 'missed comma between flow collection entries');\\n    }\\n\\n    keyTag = keyNode = valueNode = null;\\n    isPair = isExplicitPair = false;\\n\\n    if (ch === 0x3F/* ? */) {\\n      following = state.input.charCodeAt(state.position + 1);\\n\\n      if (is_WS_OR_EOL(following)) {\\n        isPair = isExplicitPair = true;\\n        state.position++;\\n        skipSeparationSpace(state, true, nodeIndent);\\n      }\\n    }\\n\\n    _line = state.line;\\n    composeNode(state, nodeIndent, CONTEXT_FLOW_IN, false, true);\\n    keyTag = state.tag;\\n    keyNode = state.result;\\n    skipSeparationSpace(state, true, nodeIndent);\\n\\n    ch = state.input.charCodeAt(state.position);\\n\\n    if ((isExplicitPair || state.line === _line) && ch === 0x3A/* : */) {\\n      isPair = true;\\n      ch = state.input.charCodeAt(++state.position);\\n      skipSeparationSpace(state, true, nodeIndent);\\n      composeNode(state, nodeIndent, CONTEXT_FLOW_IN, false, true);\\n      valueNode = state.result;\\n    }\\n\\n    if (isMapping) {\\n      storeMappingPair(state, _result, overridableKeys, keyTag, keyNode, valueNode);\\n    } else if (isPair) {\\n      _result.push(storeMappingPair(state, null, overridableKeys, keyTag, keyNode, valueNode));\\n    } else {\\n      _result.push(keyNode);\\n    }\\n\\n    skipSeparationSpace(state, true, nodeIndent);\\n\\n    ch = state.input.charCodeAt(state.position);\\n\\n    if (ch === 0x2C/* , */) {\\n      readNext = true;\\n      ch = state.input.charCodeAt(++state.position);\\n    } else {\\n      readNext = false;\\n    }\\n  }\\n\\n  throwError(state, 'unexpected end of the stream within a flow collection');\\n}\\n\\nfunction readBlockScalar(state, nodeIndent) {\\n  var captureStart,\\n      folding,\\n      chomping       = CHOMPING_CLIP,\\n      didReadContent = false,\\n      detectedIndent = false,\\n      textIndent     = nodeIndent,\\n      emptyLines     = 0,\\n      atMoreIndented = false,\\n      tmp,\\n      ch;\\n\\n  ch = state.input.charCodeAt(state.position);\\n\\n  if (ch === 0x7C/* | */) {\\n    folding = false;\\n  } else if (ch === 0x3E/* > */) {\\n    folding = true;\\n  } else {\\n    return false;\\n  }\\n\\n  state.kind = 'scalar';\\n  state.result = '';\\n\\n  while (ch !== 0) {\\n    ch = state.input.charCodeAt(++state.position);\\n\\n    if (ch === 0x2B/* + */ || ch === 0x2D/* - */) {\\n      if (CHOMPING_CLIP === chomping) {\\n        chomping = (ch === 0x2B/* + */) ? CHOMPING_KEEP : CHOMPING_STRIP;\\n      } else {\\n        throwError(state, 'repeat of a chomping mode identifier');\\n      }\\n\\n    } else if ((tmp = fromDecimalCode(ch)) >= 0) {\\n      if (tmp === 0) {\\n        throwError(state, 'bad explicit indentation width of a block scalar; it cannot be less than one');\\n      } else if (!detectedIndent) {\\n        textIndent = nodeIndent + tmp - 1;\\n        detectedIndent = true;\\n      } else {\\n        throwError(state, 'repeat of an indentation width identifier');\\n      }\\n\\n    } else {\\n      break;\\n    }\\n  }\\n\\n  if (is_WHITE_SPACE(ch)) {\\n    do { ch = state.input.charCodeAt(++state.position); }\\n    while (is_WHITE_SPACE(ch));\\n\\n    if (ch === 0x23/* # */) {\\n      do { ch = state.input.charCodeAt(++state.position); }\\n      while (!is_EOL(ch) && (ch !== 0));\\n    }\\n  }\\n\\n  while (ch !== 0) {\\n    readLineBreak(state);\\n    state.lineIndent = 0;\\n\\n    ch = state.input.charCodeAt(state.position);\\n\\n    while ((!detectedIndent || state.lineIndent < textIndent) &&\\n           (ch === 0x20/* Space */)) {\\n      state.lineIndent++;\\n      ch = state.input.charCodeAt(++state.position);\\n    }\\n\\n    if (!detectedIndent && state.lineIndent > textIndent) {\\n      textIndent = state.lineIndent;\\n    }\\n\\n    if (is_EOL(ch)) {\\n      emptyLines++;\\n      continue;\\n    }\\n\\n    // End of the scalar.\\n    if (state.lineIndent < textIndent) {\\n\\n      // Perform the chomping.\\n      if (chomping === CHOMPING_KEEP) {\\n        state.result += common.repeat('\\\\n', didReadContent ? 1 + emptyLines : emptyLines);\\n      } else if (chomping === CHOMPING_CLIP) {\\n        if (didReadContent) { // i.e. only if the scalar is not empty.\\n          state.result += '\\\\n';\\n        }\\n      }\\n\\n      // Break this `while` cycle and go to the funciton's epilogue.\\n      break;\\n    }\\n\\n    // Folded style: use fancy rules to handle line breaks.\\n    if (folding) {\\n\\n      // Lines starting with white space characters (more-indented lines) are not folded.\\n      if (is_WHITE_SPACE(ch)) {\\n        atMoreIndented = true;\\n        // except for the first content line (cf. Example 8.1)\\n        state.result += common.repeat('\\\\n', didReadContent ? 1 + emptyLines : emptyLines);\\n\\n      // End of more-indented block.\\n      } else if (atMoreIndented) {\\n        atMoreIndented = false;\\n        state.result += common.repeat('\\\\n', emptyLines + 1);\\n\\n      // Just one line break - perceive as the same line.\\n      } else if (emptyLines === 0) {\\n        if (didReadContent) { // i.e. only if we have already read some scalar content.\\n          state.result += ' ';\\n        }\\n\\n      // Several line breaks - perceive as different lines.\\n      } else {\\n        state.result += common.repeat('\\\\n', emptyLines);\\n      }\\n\\n    // Literal style: just add exact number of line breaks between content lines.\\n    } else {\\n      // Keep all line breaks except the header line break.\\n      state.result += common.repeat('\\\\n', didReadContent ? 1 + emptyLines : emptyLines);\\n    }\\n\\n    didReadContent = true;\\n    detectedIndent = true;\\n    emptyLines = 0;\\n    captureStart = state.position;\\n\\n    while (!is_EOL(ch) && (ch !== 0)) {\\n      ch = state.input.charCodeAt(++state.position);\\n    }\\n\\n    captureSegment(state, captureStart, state.position, false);\\n  }\\n\\n  return true;\\n}\\n\\nfunction readBlockSequence(state, nodeIndent) {\\n  var _line,\\n      _tag      = state.tag,\\n      _anchor   = state.anchor,\\n      _result   = [],\\n      following,\\n      detected  = false,\\n      ch;\\n\\n  if (state.anchor !== null) {\\n    state.anchorMap[state.anchor] = _result;\\n  }\\n\\n  ch = state.input.charCodeAt(state.position);\\n\\n  while (ch !== 0) {\\n\\n    if (ch !== 0x2D/* - */) {\\n      break;\\n    }\\n\\n    following = state.input.charCodeAt(state.position + 1);\\n\\n    if (!is_WS_OR_EOL(following)) {\\n      break;\\n    }\\n\\n    detected = true;\\n    state.position++;\\n\\n    if (skipSeparationSpace(state, true, -1)) {\\n      if (state.lineIndent <= nodeIndent) {\\n        _result.push(null);\\n        ch = state.input.charCodeAt(state.position);\\n        continue;\\n      }\\n    }\\n\\n    _line = state.line;\\n    composeNode(state, nodeIndent, CONTEXT_BLOCK_IN, false, true);\\n    _result.push(state.result);\\n    skipSeparationSpace(state, true, -1);\\n\\n    ch = state.input.charCodeAt(state.position);\\n\\n    if ((state.line === _line || state.lineIndent > nodeIndent) && (ch !== 0)) {\\n      throwError(state, 'bad indentation of a sequence entry');\\n    } else if (state.lineIndent < nodeIndent) {\\n      break;\\n    }\\n  }\\n\\n  if (detected) {\\n    state.tag = _tag;\\n    state.anchor = _anchor;\\n    state.kind = 'sequence';\\n    state.result = _result;\\n    return true;\\n  }\\n  return false;\\n}\\n\\nfunction readBlockMapping(state, nodeIndent, flowIndent) {\\n  var following,\\n      allowCompact,\\n      _line,\\n      _pos,\\n      _tag          = state.tag,\\n      _anchor       = state.anchor,\\n      _result       = {},\\n      overridableKeys = {},\\n      keyTag        = null,\\n      keyNode       = null,\\n      valueNode     = null,\\n      atExplicitKey = false,\\n      detected      = false,\\n      ch;\\n\\n  if (state.anchor !== null) {\\n    state.anchorMap[state.anchor] = _result;\\n  }\\n\\n  ch = state.input.charCodeAt(state.position);\\n\\n  while (ch !== 0) {\\n    following = state.input.charCodeAt(state.position + 1);\\n    _line = state.line; // Save the current line.\\n    _pos = state.position;\\n\\n    //\\n    // Explicit notation case. There are two separate blocks:\\n    // first for the key (denoted by \\\"?\\\") and second for the value (denoted by \\\":\\\")\\n    //\\n    if ((ch === 0x3F/* ? */ || ch === 0x3A/* : */) && is_WS_OR_EOL(following)) {\\n\\n      if (ch === 0x3F/* ? */) {\\n        if (atExplicitKey) {\\n          storeMappingPair(state, _result, overridableKeys, keyTag, keyNode, null);\\n          keyTag = keyNode = valueNode = null;\\n        }\\n\\n        detected = true;\\n        atExplicitKey = true;\\n        allowCompact = true;\\n\\n      } else if (atExplicitKey) {\\n        // i.e. 0x3A/* : */ === character after the explicit key.\\n        atExplicitKey = false;\\n        allowCompact = true;\\n\\n      } else {\\n        throwError(state, 'incomplete explicit mapping pair; a key node is missed; or followed by a non-tabulated empty line');\\n      }\\n\\n      state.position += 1;\\n      ch = following;\\n\\n    //\\n    // Implicit notation case. Flow-style node as the key first, then \\\":\\\", and the value.\\n    //\\n    } else if (composeNode(state, flowIndent, CONTEXT_FLOW_OUT, false, true)) {\\n\\n      if (state.line === _line) {\\n        ch = state.input.charCodeAt(state.position);\\n\\n        while (is_WHITE_SPACE(ch)) {\\n          ch = state.input.charCodeAt(++state.position);\\n        }\\n\\n        if (ch === 0x3A/* : */) {\\n          ch = state.input.charCodeAt(++state.position);\\n\\n          if (!is_WS_OR_EOL(ch)) {\\n            throwError(state, 'a whitespace character is expected after the key-value separator within a block mapping');\\n          }\\n\\n          if (atExplicitKey) {\\n            storeMappingPair(state, _result, overridableKeys, keyTag, keyNode, null);\\n            keyTag = keyNode = valueNode = null;\\n          }\\n\\n          detected = true;\\n          atExplicitKey = false;\\n          allowCompact = false;\\n          keyTag = state.tag;\\n          keyNode = state.result;\\n\\n        } else if (detected) {\\n          throwError(state, 'can not read an implicit mapping pair; a colon is missed');\\n\\n        } else {\\n          state.tag = _tag;\\n          state.anchor = _anchor;\\n          return true; // Keep the result of `composeNode`.\\n        }\\n\\n      } else if (detected) {\\n        throwError(state, 'can not read a block mapping entry; a multiline key may not be an implicit key');\\n\\n      } else {\\n        state.tag = _tag;\\n        state.anchor = _anchor;\\n        return true; // Keep the result of `composeNode`.\\n      }\\n\\n    } else {\\n      break; // Reading is done. Go to the epilogue.\\n    }\\n\\n    //\\n    // Common reading code for both explicit and implicit notations.\\n    //\\n    if (state.line === _line || state.lineIndent > nodeIndent) {\\n      if (composeNode(state, nodeIndent, CONTEXT_BLOCK_OUT, true, allowCompact)) {\\n        if (atExplicitKey) {\\n          keyNode = state.result;\\n        } else {\\n          valueNode = state.result;\\n        }\\n      }\\n\\n      if (!atExplicitKey) {\\n        storeMappingPair(state, _result, overridableKeys, keyTag, keyNode, valueNode, _line, _pos);\\n        keyTag = keyNode = valueNode = null;\\n      }\\n\\n      skipSeparationSpace(state, true, -1);\\n      ch = state.input.charCodeAt(state.position);\\n    }\\n\\n    if (state.lineIndent > nodeIndent && (ch !== 0)) {\\n      throwError(state, 'bad indentation of a mapping entry');\\n    } else if (state.lineIndent < nodeIndent) {\\n      break;\\n    }\\n  }\\n\\n  //\\n  // Epilogue.\\n  //\\n\\n  // Special case: last mapping's node contains only the key in explicit notation.\\n  if (atExplicitKey) {\\n    storeMappingPair(state, _result, overridableKeys, keyTag, keyNode, null);\\n  }\\n\\n  // Expose the resulting mapping.\\n  if (detected) {\\n    state.tag = _tag;\\n    state.anchor = _anchor;\\n    state.kind = 'mapping';\\n    state.result = _result;\\n  }\\n\\n  return detected;\\n}\\n\\nfunction readTagProperty(state) {\\n  var _position,\\n      isVerbatim = false,\\n      isNamed    = false,\\n      tagHandle,\\n      tagName,\\n      ch;\\n\\n  ch = state.input.charCodeAt(state.position);\\n\\n  if (ch !== 0x21/* ! */) return false;\\n\\n  if (state.tag !== null) {\\n    throwError(state, 'duplication of a tag property');\\n  }\\n\\n  ch = state.input.charCodeAt(++state.position);\\n\\n  if (ch === 0x3C/* < */) {\\n    isVerbatim = true;\\n    ch = state.input.charCodeAt(++state.position);\\n\\n  } else if (ch === 0x21/* ! */) {\\n    isNamed = true;\\n    tagHandle = '!!';\\n    ch = state.input.charCodeAt(++state.position);\\n\\n  } else {\\n    tagHandle = '!';\\n  }\\n\\n  _position = state.position;\\n\\n  if (isVerbatim) {\\n    do { ch = state.input.charCodeAt(++state.position); }\\n    while (ch !== 0 && ch !== 0x3E/* > */);\\n\\n    if (state.position < state.length) {\\n      tagName = state.input.slice(_position, state.position);\\n      ch = state.input.charCodeAt(++state.position);\\n    } else {\\n      throwError(state, 'unexpected end of the stream within a verbatim tag');\\n    }\\n  } else {\\n    while (ch !== 0 && !is_WS_OR_EOL(ch)) {\\n\\n      if (ch === 0x21/* ! */) {\\n        if (!isNamed) {\\n          tagHandle = state.input.slice(_position - 1, state.position + 1);\\n\\n          if (!PATTERN_TAG_HANDLE.test(tagHandle)) {\\n            throwError(state, 'named tag handle cannot contain such characters');\\n          }\\n\\n          isNamed = true;\\n          _position = state.position + 1;\\n        } else {\\n          throwError(state, 'tag suffix cannot contain exclamation marks');\\n        }\\n      }\\n\\n      ch = state.input.charCodeAt(++state.position);\\n    }\\n\\n    tagName = state.input.slice(_position, state.position);\\n\\n    if (PATTERN_FLOW_INDICATORS.test(tagName)) {\\n      throwError(state, 'tag suffix cannot contain flow indicator characters');\\n    }\\n  }\\n\\n  if (tagName && !PATTERN_TAG_URI.test(tagName)) {\\n    throwError(state, 'tag name cannot contain such characters: ' + tagName);\\n  }\\n\\n  if (isVerbatim) {\\n    state.tag = tagName;\\n\\n  } else if (_hasOwnProperty.call(state.tagMap, tagHandle)) {\\n    state.tag = state.tagMap[tagHandle] + tagName;\\n\\n  } else if (tagHandle === '!') {\\n    state.tag = '!' + tagName;\\n\\n  } else if (tagHandle === '!!') {\\n    state.tag = 'tag:yaml.org,2002:' + tagName;\\n\\n  } else {\\n    throwError(state, 'undeclared tag handle \\\"' + tagHandle + '\\\"');\\n  }\\n\\n  return true;\\n}\\n\\nfunction readAnchorProperty(state) {\\n  var _position,\\n      ch;\\n\\n  ch = state.input.charCodeAt(state.position);\\n\\n  if (ch !== 0x26/* & */) return false;\\n\\n  if (state.anchor !== null) {\\n    throwError(state, 'duplication of an anchor property');\\n  }\\n\\n  ch = state.input.charCodeAt(++state.position);\\n  _position = state.position;\\n\\n  while (ch !== 0 && !is_WS_OR_EOL(ch) && !is_FLOW_INDICATOR(ch)) {\\n    ch = state.input.charCodeAt(++state.position);\\n  }\\n\\n  if (state.position === _position) {\\n    throwError(state, 'name of an anchor node must contain at least one character');\\n  }\\n\\n  state.anchor = state.input.slice(_position, state.position);\\n  return true;\\n}\\n\\nfunction readAlias(state) {\\n  var _position, alias,\\n      ch;\\n\\n  ch = state.input.charCodeAt(state.position);\\n\\n  if (ch !== 0x2A/* * */) return false;\\n\\n  ch = state.input.charCodeAt(++state.position);\\n  _position = state.position;\\n\\n  while (ch !== 0 && !is_WS_OR_EOL(ch) && !is_FLOW_INDICATOR(ch)) {\\n    ch = state.input.charCodeAt(++state.position);\\n  }\\n\\n  if (state.position === _position) {\\n    throwError(state, 'name of an alias node must contain at least one character');\\n  }\\n\\n  alias = state.input.slice(_position, state.position);\\n\\n  if (!state.anchorMap.hasOwnProperty(alias)) {\\n    throwError(state, 'unidentified alias \\\"' + alias + '\\\"');\\n  }\\n\\n  state.result = state.anchorMap[alias];\\n  skipSeparationSpace(state, true, -1);\\n  return true;\\n}\\n\\nfunction composeNode(state, parentIndent, nodeContext, allowToSeek, allowCompact) {\\n  var allowBlockStyles,\\n      allowBlockScalars,\\n      allowBlockCollections,\\n      indentStatus = 1, // 1: this>parent, 0: this=parent, -1: this<parent\\n      atNewLine  = false,\\n      hasContent = false,\\n      typeIndex,\\n      typeQuantity,\\n      type,\\n      flowIndent,\\n      blockIndent;\\n\\n  if (state.listener !== null) {\\n    state.listener('open', state);\\n  }\\n\\n  state.tag    = null;\\n  state.anchor = null;\\n  state.kind   = null;\\n  state.result = null;\\n\\n  allowBlockStyles = allowBlockScalars = allowBlockCollections =\\n    CONTEXT_BLOCK_OUT === nodeContext ||\\n    CONTEXT_BLOCK_IN  === nodeContext;\\n\\n  if (allowToSeek) {\\n    if (skipSeparationSpace(state, true, -1)) {\\n      atNewLine = true;\\n\\n      if (state.lineIndent > parentIndent) {\\n        indentStatus = 1;\\n      } else if (state.lineIndent === parentIndent) {\\n        indentStatus = 0;\\n      } else if (state.lineIndent < parentIndent) {\\n        indentStatus = -1;\\n      }\\n    }\\n  }\\n\\n  if (indentStatus === 1) {\\n    while (readTagProperty(state) || readAnchorProperty(state)) {\\n      if (skipSeparationSpace(state, true, -1)) {\\n        atNewLine = true;\\n        allowBlockCollections = allowBlockStyles;\\n\\n        if (state.lineIndent > parentIndent) {\\n          indentStatus = 1;\\n        } else if (state.lineIndent === parentIndent) {\\n          indentStatus = 0;\\n        } else if (state.lineIndent < parentIndent) {\\n          indentStatus = -1;\\n        }\\n      } else {\\n        allowBlockCollections = false;\\n      }\\n    }\\n  }\\n\\n  if (allowBlockCollections) {\\n    allowBlockCollections = atNewLine || allowCompact;\\n  }\\n\\n  if (indentStatus === 1 || CONTEXT_BLOCK_OUT === nodeContext) {\\n    if (CONTEXT_FLOW_IN === nodeContext || CONTEXT_FLOW_OUT === nodeContext) {\\n      flowIndent = parentIndent;\\n    } else {\\n      flowIndent = parentIndent + 1;\\n    }\\n\\n    blockIndent = state.position - state.lineStart;\\n\\n    if (indentStatus === 1) {\\n      if (allowBlockCollections &&\\n          (readBlockSequence(state, blockIndent) ||\\n           readBlockMapping(state, blockIndent, flowIndent)) ||\\n          readFlowCollection(state, flowIndent)) {\\n        hasContent = true;\\n      } else {\\n        if ((allowBlockScalars && readBlockScalar(state, flowIndent)) ||\\n            readSingleQuotedScalar(state, flowIndent) ||\\n            readDoubleQuotedScalar(state, flowIndent)) {\\n          hasContent = true;\\n\\n        } else if (readAlias(state)) {\\n          hasContent = true;\\n\\n          if (state.tag !== null || state.anchor !== null) {\\n            throwError(state, 'alias node should not have any properties');\\n          }\\n\\n        } else if (readPlainScalar(state, flowIndent, CONTEXT_FLOW_IN === nodeContext)) {\\n          hasContent = true;\\n\\n          if (state.tag === null) {\\n            state.tag = '?';\\n          }\\n        }\\n\\n        if (state.anchor !== null) {\\n          state.anchorMap[state.anchor] = state.result;\\n        }\\n      }\\n    } else if (indentStatus === 0) {\\n      // Special case: block sequences are allowed to have same indentation level as the parent.\\n      // http://www.yaml.org/spec/1.2/spec.html#id2799784\\n      hasContent = allowBlockCollections && readBlockSequence(state, blockIndent);\\n    }\\n  }\\n\\n  if (state.tag !== null && state.tag !== '!') {\\n    if (state.tag === '?') {\\n      for (typeIndex = 0, typeQuantity = state.implicitTypes.length; typeIndex < typeQuantity; typeIndex += 1) {\\n        type = state.implicitTypes[typeIndex];\\n\\n        // Implicit resolving is not allowed for non-scalar types, and '?'\\n        // non-specific tag is only assigned to plain scalars. So, it isn't\\n        // needed to check for 'kind' conformity.\\n\\n        if (type.resolve(state.result)) { // `state.result` updated in resolver if matched\\n          state.result = type.construct(state.result);\\n          state.tag = type.tag;\\n          if (state.anchor !== null) {\\n            state.anchorMap[state.anchor] = state.result;\\n          }\\n          break;\\n        }\\n      }\\n    } else if (_hasOwnProperty.call(state.typeMap[state.kind || 'fallback'], state.tag)) {\\n      type = state.typeMap[state.kind || 'fallback'][state.tag];\\n\\n      if (state.result !== null && type.kind !== state.kind) {\\n        throwError(state, 'unacceptable node kind for !<' + state.tag + '> tag; it should be \\\"' + type.kind + '\\\", not \\\"' + state.kind + '\\\"');\\n      }\\n\\n      if (!type.resolve(state.result)) { // `state.result` updated in resolver if matched\\n        throwError(state, 'cannot resolve a node with !<' + state.tag + '> explicit tag');\\n      } else {\\n        state.result = type.construct(state.result);\\n        if (state.anchor !== null) {\\n          state.anchorMap[state.anchor] = state.result;\\n        }\\n      }\\n    } else {\\n      throwError(state, 'unknown tag !<' + state.tag + '>');\\n    }\\n  }\\n\\n  if (state.listener !== null) {\\n    state.listener('close', state);\\n  }\\n  return state.tag !== null ||  state.anchor !== null || hasContent;\\n}\\n\\nfunction readDocument(state) {\\n  var documentStart = state.position,\\n      _position,\\n      directiveName,\\n      directiveArgs,\\n      hasDirectives = false,\\n      ch;\\n\\n  state.version = null;\\n  state.checkLineBreaks = state.legacy;\\n  state.tagMap = {};\\n  state.anchorMap = {};\\n\\n  while ((ch = state.input.charCodeAt(state.position)) !== 0) {\\n    skipSeparationSpace(state, true, -1);\\n\\n    ch = state.input.charCodeAt(state.position);\\n\\n    if (state.lineIndent > 0 || ch !== 0x25/* % */) {\\n      break;\\n    }\\n\\n    hasDirectives = true;\\n    ch = state.input.charCodeAt(++state.position);\\n    _position = state.position;\\n\\n    while (ch !== 0 && !is_WS_OR_EOL(ch)) {\\n      ch = state.input.charCodeAt(++state.position);\\n    }\\n\\n    directiveName = state.input.slice(_position, state.position);\\n    directiveArgs = [];\\n\\n    if (directiveName.length < 1) {\\n      throwError(state, 'directive name must not be less than one character in length');\\n    }\\n\\n    while (ch !== 0) {\\n      while (is_WHITE_SPACE(ch)) {\\n        ch = state.input.charCodeAt(++state.position);\\n      }\\n\\n      if (ch === 0x23/* # */) {\\n        do { ch = state.input.charCodeAt(++state.position); }\\n        while (ch !== 0 && !is_EOL(ch));\\n        break;\\n      }\\n\\n      if (is_EOL(ch)) break;\\n\\n      _position = state.position;\\n\\n      while (ch !== 0 && !is_WS_OR_EOL(ch)) {\\n        ch = state.input.charCodeAt(++state.position);\\n      }\\n\\n      directiveArgs.push(state.input.slice(_position, state.position));\\n    }\\n\\n    if (ch !== 0) readLineBreak(state);\\n\\n    if (_hasOwnProperty.call(directiveHandlers, directiveName)) {\\n      directiveHandlers[directiveName](state, directiveName, directiveArgs);\\n    } else {\\n      throwWarning(state, 'unknown document directive \\\"' + directiveName + '\\\"');\\n    }\\n  }\\n\\n  skipSeparationSpace(state, true, -1);\\n\\n  if (state.lineIndent === 0 &&\\n      state.input.charCodeAt(state.position)     === 0x2D/* - */ &&\\n      state.input.charCodeAt(state.position + 1) === 0x2D/* - */ &&\\n      state.input.charCodeAt(state.position + 2) === 0x2D/* - */) {\\n    state.position += 3;\\n    skipSeparationSpace(state, true, -1);\\n\\n  } else if (hasDirectives) {\\n    throwError(state, 'directives end mark is expected');\\n  }\\n\\n  composeNode(state, state.lineIndent - 1, CONTEXT_BLOCK_OUT, false, true);\\n  skipSeparationSpace(state, true, -1);\\n\\n  if (state.checkLineBreaks &&\\n      PATTERN_NON_ASCII_LINE_BREAKS.test(state.input.slice(documentStart, state.position))) {\\n    throwWarning(state, 'non-ASCII line breaks are interpreted as content');\\n  }\\n\\n  state.documents.push(state.result);\\n\\n  if (state.position === state.lineStart && testDocumentSeparator(state)) {\\n\\n    if (state.input.charCodeAt(state.position) === 0x2E/* . */) {\\n      state.position += 3;\\n      skipSeparationSpace(state, true, -1);\\n    }\\n    return;\\n  }\\n\\n  if (state.position < (state.length - 1)) {\\n    throwError(state, 'end of the stream or a document separator is expected');\\n  } else {\\n    return;\\n  }\\n}\\n\\n\\nfunction loadDocuments(input, options) {\\n  input = String(input);\\n  options = options || {};\\n\\n  if (input.length !== 0) {\\n\\n    // Add tailing `\\\\n` if not exists\\n    if (input.charCodeAt(input.length - 1) !== 0x0A/* LF */ &&\\n        input.charCodeAt(input.length - 1) !== 0x0D/* CR */) {\\n      input += '\\\\n';\\n    }\\n\\n    // Strip BOM\\n    if (input.charCodeAt(0) === 0xFEFF) {\\n      input = input.slice(1);\\n    }\\n  }\\n\\n  var state = new State(input, options);\\n\\n  // Use 0 as string terminator. That significantly simplifies bounds check.\\n  state.input += '\\\\0';\\n\\n  while (state.input.charCodeAt(state.position) === 0x20/* Space */) {\\n    state.lineIndent += 1;\\n    state.position += 1;\\n  }\\n\\n  while (state.position < (state.length - 1)) {\\n    readDocument(state);\\n  }\\n\\n  return state.documents;\\n}\\n\\n\\nfunction loadAll(input, iterator, options) {\\n  var documents = loadDocuments(input, options), index, length;\\n\\n  if (typeof iterator !== 'function') {\\n    return documents;\\n  }\\n\\n  for (index = 0, length = documents.length; index < length; index += 1) {\\n    iterator(documents[index]);\\n  }\\n}\\n\\n\\nfunction load(input, options) {\\n  var documents = loadDocuments(input, options);\\n\\n  if (documents.length === 0) {\\n    /*eslint-disable no-undefined*/\\n    return undefined;\\n  } else if (documents.length === 1) {\\n    return documents[0];\\n  }\\n  throw new YAMLException('expected a single document in the stream, but found more');\\n}\\n\\n\\nfunction safeLoadAll(input, output, options) {\\n  if (typeof output === 'function') {\\n    loadAll(input, output, common.extend({ schema: DEFAULT_SAFE_SCHEMA }, options));\\n  } else {\\n    return loadAll(input, common.extend({ schema: DEFAULT_SAFE_SCHEMA }, options));\\n  }\\n}\\n\\n\\nfunction safeLoad(input, options) {\\n  return load(input, common.extend({ schema: DEFAULT_SAFE_SCHEMA }, options));\\n}\\n\\n\\nmodule.exports.loadAll     = loadAll;\\nmodule.exports.load        = load;\\nmodule.exports.safeLoadAll = safeLoadAll;\\nmodule.exports.safeLoad    = safeLoad;\\n\"\n    },\n    {\n      \"id\": 107,\n      \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/js-yaml/lib/js-yaml/mark.js\",\n      \"name\": \"./node_modules/js-yaml/lib/js-yaml/mark.js\",\n      \"index\": 174,\n      \"index2\": 167,\n      \"size\": 1562,\n      \"cacheable\": true,\n      \"built\": true,\n      \"optional\": false,\n      \"prefetched\": false,\n      \"chunks\": [\n        2,\n        4\n      ],\n      \"issuer\": \"/Users/jarred/Code/styleurl/node_modules/js-yaml/lib/js-yaml/loader.js\",\n      \"issuerId\": 106,\n      \"issuerName\": \"./node_modules/js-yaml/lib/js-yaml/loader.js\",\n      \"issuerPath\": [\n        {\n          \"id\": 350,\n          \"identifier\": \"multi /Users/jarred/Code/styleurl/webpack/customPublicPath /Users/jarred/Code/styleurl/chrome/extension/github_gist_content_script\",\n          \"name\": \"multi ./webpack/customPublicPath ./chrome/extension/github_gist_content_script\",\n          \"profile\": {\n            \"factory\": 0,\n            \"building\": 0,\n            \"dependencies\": 53\n          }\n        },\n        {\n          \"id\": 351,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/github_gist_content_script.js\",\n          \"name\": \"./chrome/extension/github_gist_content_script.js\",\n          \"profile\": {\n            \"factory\": 54,\n            \"building\": 576,\n            \"dependencies\": 194\n          }\n        },\n        {\n          \"id\": 55,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/lib/stylefile.js\",\n          \"name\": \"./chrome/extension/lib/stylefile.js\",\n          \"profile\": {\n            \"factory\": 194,\n            \"building\": 246,\n            \"dependencies\": 40\n          }\n        },\n        {\n          \"id\": 104,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/js-yaml/index.js\",\n          \"name\": \"./node_modules/js-yaml/index.js\",\n          \"profile\": {\n            \"factory\": 408,\n            \"building\": 42\n          }\n        },\n        {\n          \"id\": 105,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/js-yaml/lib/js-yaml.js\",\n          \"name\": \"./node_modules/js-yaml/lib/js-yaml.js\",\n          \"profile\": {\n            \"factory\": 96,\n            \"building\": 77\n          }\n        },\n        {\n          \"id\": 106,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/js-yaml/lib/js-yaml/loader.js\",\n          \"name\": \"./node_modules/js-yaml/lib/js-yaml/loader.js\",\n          \"profile\": {\n            \"factory\": 33,\n            \"building\": 66,\n            \"dependencies\": 42\n          }\n        }\n      ],\n      \"profile\": {\n        \"factory\": 41,\n        \"building\": 17,\n        \"dependencies\": 0\n      },\n      \"failed\": false,\n      \"errors\": 0,\n      \"warnings\": 0,\n      \"assets\": [],\n      \"reasons\": [\n        {\n          \"moduleId\": 106,\n          \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/js-yaml/lib/js-yaml/loader.js\",\n          \"module\": \"./node_modules/js-yaml/lib/js-yaml/loader.js\",\n          \"moduleName\": \"./node_modules/js-yaml/lib/js-yaml/loader.js\",\n          \"type\": \"cjs require\",\n          \"userRequest\": \"./mark\",\n          \"loc\": \"7:26-43\"\n        }\n      ],\n      \"usedExports\": true,\n      \"providedExports\": null,\n      \"optimizationBailout\": [\n        \"ModuleConcatenation bailout: Module is not an ECMAScript module\"\n      ],\n      \"depth\": 6,\n      \"source\": \"'use strict';\\n\\n\\nvar common = require('./common');\\n\\n\\nfunction Mark(name, buffer, position, line, column) {\\n  this.name     = name;\\n  this.buffer   = buffer;\\n  this.position = position;\\n  this.line     = line;\\n  this.column   = column;\\n}\\n\\n\\nMark.prototype.getSnippet = function getSnippet(indent, maxLength) {\\n  var head, start, tail, end, snippet;\\n\\n  if (!this.buffer) return null;\\n\\n  indent = indent || 4;\\n  maxLength = maxLength || 75;\\n\\n  head = '';\\n  start = this.position;\\n\\n  while (start > 0 && '\\\\x00\\\\r\\\\n\\\\x85\\\\u2028\\\\u2029'.indexOf(this.buffer.charAt(start - 1)) === -1) {\\n    start -= 1;\\n    if (this.position - start > (maxLength / 2 - 1)) {\\n      head = ' ... ';\\n      start += 5;\\n      break;\\n    }\\n  }\\n\\n  tail = '';\\n  end = this.position;\\n\\n  while (end < this.buffer.length && '\\\\x00\\\\r\\\\n\\\\x85\\\\u2028\\\\u2029'.indexOf(this.buffer.charAt(end)) === -1) {\\n    end += 1;\\n    if (end - this.position > (maxLength / 2 - 1)) {\\n      tail = ' ... ';\\n      end -= 5;\\n      break;\\n    }\\n  }\\n\\n  snippet = this.buffer.slice(start, end);\\n\\n  return common.repeat(' ', indent) + head + snippet + tail + '\\\\n' +\\n         common.repeat(' ', indent + this.position - start + head.length) + '^';\\n};\\n\\n\\nMark.prototype.toString = function toString(compact) {\\n  var snippet, where = '';\\n\\n  if (this.name) {\\n    where += 'in \\\"' + this.name + '\\\" ';\\n  }\\n\\n  where += 'at line ' + (this.line + 1) + ', column ' + (this.column + 1);\\n\\n  if (!compact) {\\n    snippet = this.getSnippet();\\n\\n    if (snippet) {\\n      where += ':\\\\n' + snippet;\\n    }\\n  }\\n\\n  return where;\\n};\\n\\n\\nmodule.exports = Mark;\\n\"\n    },\n    {\n      \"id\": 108,\n      \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/js-yaml/lib/js-yaml/type/str.js\",\n      \"name\": \"./node_modules/js-yaml/lib/js-yaml/type/str.js\",\n      \"index\": 181,\n      \"index2\": 170,\n      \"size\": 189,\n      \"cacheable\": true,\n      \"built\": true,\n      \"optional\": false,\n      \"prefetched\": false,\n      \"chunks\": [\n        2,\n        4\n      ],\n      \"issuer\": \"/Users/jarred/Code/styleurl/node_modules/js-yaml/lib/js-yaml/schema/failsafe.js\",\n      \"issuerId\": 30,\n      \"issuerName\": \"./node_modules/js-yaml/lib/js-yaml/schema/failsafe.js\",\n      \"issuerPath\": [\n        {\n          \"id\": 350,\n          \"identifier\": \"multi /Users/jarred/Code/styleurl/webpack/customPublicPath /Users/jarred/Code/styleurl/chrome/extension/github_gist_content_script\",\n          \"name\": \"multi ./webpack/customPublicPath ./chrome/extension/github_gist_content_script\",\n          \"profile\": {\n            \"factory\": 0,\n            \"building\": 0,\n            \"dependencies\": 53\n          }\n        },\n        {\n          \"id\": 351,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/github_gist_content_script.js\",\n          \"name\": \"./chrome/extension/github_gist_content_script.js\",\n          \"profile\": {\n            \"factory\": 54,\n            \"building\": 576,\n            \"dependencies\": 194\n          }\n        },\n        {\n          \"id\": 55,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/lib/stylefile.js\",\n          \"name\": \"./chrome/extension/lib/stylefile.js\",\n          \"profile\": {\n            \"factory\": 194,\n            \"building\": 246,\n            \"dependencies\": 40\n          }\n        },\n        {\n          \"id\": 104,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/js-yaml/index.js\",\n          \"name\": \"./node_modules/js-yaml/index.js\",\n          \"profile\": {\n            \"factory\": 408,\n            \"building\": 42\n          }\n        },\n        {\n          \"id\": 105,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/js-yaml/lib/js-yaml.js\",\n          \"name\": \"./node_modules/js-yaml/lib/js-yaml.js\",\n          \"profile\": {\n            \"factory\": 96,\n            \"building\": 77\n          }\n        },\n        {\n          \"id\": 30,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/js-yaml/lib/js-yaml/schema/failsafe.js\",\n          \"name\": \"./node_modules/js-yaml/lib/js-yaml/schema/failsafe.js\",\n          \"profile\": {\n            \"factory\": 33,\n            \"building\": 66,\n            \"dependencies\": 42\n          }\n        }\n      ],\n      \"profile\": {\n        \"factory\": 66,\n        \"building\": 9,\n        \"dependencies\": 0\n      },\n      \"failed\": false,\n      \"errors\": 0,\n      \"warnings\": 0,\n      \"assets\": [],\n      \"reasons\": [\n        {\n          \"moduleId\": 30,\n          \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/js-yaml/lib/js-yaml/schema/failsafe.js\",\n          \"module\": \"./node_modules/js-yaml/lib/js-yaml/schema/failsafe.js\",\n          \"moduleName\": \"./node_modules/js-yaml/lib/js-yaml/schema/failsafe.js\",\n          \"type\": \"cjs require\",\n          \"userRequest\": \"../type/str\",\n          \"loc\": \"13:4-26\"\n        }\n      ],\n      \"usedExports\": true,\n      \"providedExports\": null,\n      \"optimizationBailout\": [\n        \"ModuleConcatenation bailout: Module is not an ECMAScript module\"\n      ],\n      \"depth\": 6,\n      \"source\": \"'use strict';\\n\\nvar Type = require('../type');\\n\\nmodule.exports = new Type('tag:yaml.org,2002:str', {\\n  kind: 'scalar',\\n  construct: function (data) { return data !== null ? data : ''; }\\n});\\n\"\n    },\n    {\n      \"id\": 109,\n      \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/js-yaml/lib/js-yaml/type/seq.js\",\n      \"name\": \"./node_modules/js-yaml/lib/js-yaml/type/seq.js\",\n      \"index\": 182,\n      \"index2\": 171,\n      \"size\": 191,\n      \"cacheable\": true,\n      \"built\": true,\n      \"optional\": false,\n      \"prefetched\": false,\n      \"chunks\": [\n        2,\n        4\n      ],\n      \"issuer\": \"/Users/jarred/Code/styleurl/node_modules/js-yaml/lib/js-yaml/schema/failsafe.js\",\n      \"issuerId\": 30,\n      \"issuerName\": \"./node_modules/js-yaml/lib/js-yaml/schema/failsafe.js\",\n      \"issuerPath\": [\n        {\n          \"id\": 350,\n          \"identifier\": \"multi /Users/jarred/Code/styleurl/webpack/customPublicPath /Users/jarred/Code/styleurl/chrome/extension/github_gist_content_script\",\n          \"name\": \"multi ./webpack/customPublicPath ./chrome/extension/github_gist_content_script\",\n          \"profile\": {\n            \"factory\": 0,\n            \"building\": 0,\n            \"dependencies\": 53\n          }\n        },\n        {\n          \"id\": 351,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/github_gist_content_script.js\",\n          \"name\": \"./chrome/extension/github_gist_content_script.js\",\n          \"profile\": {\n            \"factory\": 54,\n            \"building\": 576,\n            \"dependencies\": 194\n          }\n        },\n        {\n          \"id\": 55,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/lib/stylefile.js\",\n          \"name\": \"./chrome/extension/lib/stylefile.js\",\n          \"profile\": {\n            \"factory\": 194,\n            \"building\": 246,\n            \"dependencies\": 40\n          }\n        },\n        {\n          \"id\": 104,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/js-yaml/index.js\",\n          \"name\": \"./node_modules/js-yaml/index.js\",\n          \"profile\": {\n            \"factory\": 408,\n            \"building\": 42\n          }\n        },\n        {\n          \"id\": 105,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/js-yaml/lib/js-yaml.js\",\n          \"name\": \"./node_modules/js-yaml/lib/js-yaml.js\",\n          \"profile\": {\n            \"factory\": 96,\n            \"building\": 77\n          }\n        },\n        {\n          \"id\": 30,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/js-yaml/lib/js-yaml/schema/failsafe.js\",\n          \"name\": \"./node_modules/js-yaml/lib/js-yaml/schema/failsafe.js\",\n          \"profile\": {\n            \"factory\": 33,\n            \"building\": 66,\n            \"dependencies\": 42\n          }\n        }\n      ],\n      \"profile\": {\n        \"factory\": 66,\n        \"building\": 9,\n        \"dependencies\": 0\n      },\n      \"failed\": false,\n      \"errors\": 0,\n      \"warnings\": 0,\n      \"assets\": [],\n      \"reasons\": [\n        {\n          \"moduleId\": 30,\n          \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/js-yaml/lib/js-yaml/schema/failsafe.js\",\n          \"module\": \"./node_modules/js-yaml/lib/js-yaml/schema/failsafe.js\",\n          \"moduleName\": \"./node_modules/js-yaml/lib/js-yaml/schema/failsafe.js\",\n          \"type\": \"cjs require\",\n          \"userRequest\": \"../type/seq\",\n          \"loc\": \"14:4-26\"\n        }\n      ],\n      \"usedExports\": true,\n      \"providedExports\": null,\n      \"optimizationBailout\": [\n        \"ModuleConcatenation bailout: Module is not an ECMAScript module\"\n      ],\n      \"depth\": 6,\n      \"source\": \"'use strict';\\n\\nvar Type = require('../type');\\n\\nmodule.exports = new Type('tag:yaml.org,2002:seq', {\\n  kind: 'sequence',\\n  construct: function (data) { return data !== null ? data : []; }\\n});\\n\"\n    },\n    {\n      \"id\": 110,\n      \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/js-yaml/lib/js-yaml/type/map.js\",\n      \"name\": \"./node_modules/js-yaml/lib/js-yaml/type/map.js\",\n      \"index\": 183,\n      \"index2\": 172,\n      \"size\": 190,\n      \"cacheable\": true,\n      \"built\": true,\n      \"optional\": false,\n      \"prefetched\": false,\n      \"chunks\": [\n        2,\n        4\n      ],\n      \"issuer\": \"/Users/jarred/Code/styleurl/node_modules/js-yaml/lib/js-yaml/schema/failsafe.js\",\n      \"issuerId\": 30,\n      \"issuerName\": \"./node_modules/js-yaml/lib/js-yaml/schema/failsafe.js\",\n      \"issuerPath\": [\n        {\n          \"id\": 350,\n          \"identifier\": \"multi /Users/jarred/Code/styleurl/webpack/customPublicPath /Users/jarred/Code/styleurl/chrome/extension/github_gist_content_script\",\n          \"name\": \"multi ./webpack/customPublicPath ./chrome/extension/github_gist_content_script\",\n          \"profile\": {\n            \"factory\": 0,\n            \"building\": 0,\n            \"dependencies\": 53\n          }\n        },\n        {\n          \"id\": 351,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/github_gist_content_script.js\",\n          \"name\": \"./chrome/extension/github_gist_content_script.js\",\n          \"profile\": {\n            \"factory\": 54,\n            \"building\": 576,\n            \"dependencies\": 194\n          }\n        },\n        {\n          \"id\": 55,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/lib/stylefile.js\",\n          \"name\": \"./chrome/extension/lib/stylefile.js\",\n          \"profile\": {\n            \"factory\": 194,\n            \"building\": 246,\n            \"dependencies\": 40\n          }\n        },\n        {\n          \"id\": 104,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/js-yaml/index.js\",\n          \"name\": \"./node_modules/js-yaml/index.js\",\n          \"profile\": {\n            \"factory\": 408,\n            \"building\": 42\n          }\n        },\n        {\n          \"id\": 105,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/js-yaml/lib/js-yaml.js\",\n          \"name\": \"./node_modules/js-yaml/lib/js-yaml.js\",\n          \"profile\": {\n            \"factory\": 96,\n            \"building\": 77\n          }\n        },\n        {\n          \"id\": 30,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/js-yaml/lib/js-yaml/schema/failsafe.js\",\n          \"name\": \"./node_modules/js-yaml/lib/js-yaml/schema/failsafe.js\",\n          \"profile\": {\n            \"factory\": 33,\n            \"building\": 66,\n            \"dependencies\": 42\n          }\n        }\n      ],\n      \"profile\": {\n        \"factory\": 66,\n        \"building\": 9,\n        \"dependencies\": 0\n      },\n      \"failed\": false,\n      \"errors\": 0,\n      \"warnings\": 0,\n      \"assets\": [],\n      \"reasons\": [\n        {\n          \"moduleId\": 30,\n          \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/js-yaml/lib/js-yaml/schema/failsafe.js\",\n          \"module\": \"./node_modules/js-yaml/lib/js-yaml/schema/failsafe.js\",\n          \"moduleName\": \"./node_modules/js-yaml/lib/js-yaml/schema/failsafe.js\",\n          \"type\": \"cjs require\",\n          \"userRequest\": \"../type/map\",\n          \"loc\": \"15:4-26\"\n        }\n      ],\n      \"usedExports\": true,\n      \"providedExports\": null,\n      \"optimizationBailout\": [\n        \"ModuleConcatenation bailout: Module is not an ECMAScript module\"\n      ],\n      \"depth\": 6,\n      \"source\": \"'use strict';\\n\\nvar Type = require('../type');\\n\\nmodule.exports = new Type('tag:yaml.org,2002:map', {\\n  kind: 'mapping',\\n  construct: function (data) { return data !== null ? data : {}; }\\n});\\n\"\n    },\n    {\n      \"id\": 111,\n      \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/js-yaml/lib/js-yaml/type/null.js\",\n      \"name\": \"./node_modules/js-yaml/lib/js-yaml/type/null.js\",\n      \"index\": 184,\n      \"index2\": 174,\n      \"size\": 761,\n      \"cacheable\": true,\n      \"built\": true,\n      \"optional\": false,\n      \"prefetched\": false,\n      \"chunks\": [\n        2,\n        4\n      ],\n      \"issuer\": \"/Users/jarred/Code/styleurl/node_modules/js-yaml/lib/js-yaml/schema/json.js\",\n      \"issuerId\": 57,\n      \"issuerName\": \"./node_modules/js-yaml/lib/js-yaml/schema/json.js\",\n      \"issuerPath\": [\n        {\n          \"id\": 350,\n          \"identifier\": \"multi /Users/jarred/Code/styleurl/webpack/customPublicPath /Users/jarred/Code/styleurl/chrome/extension/github_gist_content_script\",\n          \"name\": \"multi ./webpack/customPublicPath ./chrome/extension/github_gist_content_script\",\n          \"profile\": {\n            \"factory\": 0,\n            \"building\": 0,\n            \"dependencies\": 53\n          }\n        },\n        {\n          \"id\": 351,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/github_gist_content_script.js\",\n          \"name\": \"./chrome/extension/github_gist_content_script.js\",\n          \"profile\": {\n            \"factory\": 54,\n            \"building\": 576,\n            \"dependencies\": 194\n          }\n        },\n        {\n          \"id\": 55,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/lib/stylefile.js\",\n          \"name\": \"./chrome/extension/lib/stylefile.js\",\n          \"profile\": {\n            \"factory\": 194,\n            \"building\": 246,\n            \"dependencies\": 40\n          }\n        },\n        {\n          \"id\": 104,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/js-yaml/index.js\",\n          \"name\": \"./node_modules/js-yaml/index.js\",\n          \"profile\": {\n            \"factory\": 408,\n            \"building\": 42\n          }\n        },\n        {\n          \"id\": 105,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/js-yaml/lib/js-yaml.js\",\n          \"name\": \"./node_modules/js-yaml/lib/js-yaml.js\",\n          \"profile\": {\n            \"factory\": 96,\n            \"building\": 77\n          }\n        },\n        {\n          \"id\": 57,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/js-yaml/lib/js-yaml/schema/json.js\",\n          \"name\": \"./node_modules/js-yaml/lib/js-yaml/schema/json.js\",\n          \"profile\": {\n            \"factory\": 33,\n            \"building\": 66,\n            \"dependencies\": 42\n          }\n        }\n      ],\n      \"profile\": {\n        \"factory\": 66,\n        \"building\": 11,\n        \"dependencies\": 1\n      },\n      \"failed\": false,\n      \"errors\": 0,\n      \"warnings\": 0,\n      \"assets\": [],\n      \"reasons\": [\n        {\n          \"moduleId\": 57,\n          \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/js-yaml/lib/js-yaml/schema/json.js\",\n          \"module\": \"./node_modules/js-yaml/lib/js-yaml/schema/json.js\",\n          \"moduleName\": \"./node_modules/js-yaml/lib/js-yaml/schema/json.js\",\n          \"type\": \"cjs require\",\n          \"userRequest\": \"../type/null\",\n          \"loc\": \"20:4-27\"\n        }\n      ],\n      \"usedExports\": true,\n      \"providedExports\": null,\n      \"optimizationBailout\": [\n        \"ModuleConcatenation bailout: Module is not an ECMAScript module\"\n      ],\n      \"depth\": 6,\n      \"source\": \"'use strict';\\n\\nvar Type = require('../type');\\n\\nfunction resolveYamlNull(data) {\\n  if (data === null) return true;\\n\\n  var max = data.length;\\n\\n  return (max === 1 && data === '~') ||\\n         (max === 4 && (data === 'null' || data === 'Null' || data === 'NULL'));\\n}\\n\\nfunction constructYamlNull() {\\n  return null;\\n}\\n\\nfunction isNull(object) {\\n  return object === null;\\n}\\n\\nmodule.exports = new Type('tag:yaml.org,2002:null', {\\n  kind: 'scalar',\\n  resolve: resolveYamlNull,\\n  construct: constructYamlNull,\\n  predicate: isNull,\\n  represent: {\\n    canonical: function () { return '~';    },\\n    lowercase: function () { return 'null'; },\\n    uppercase: function () { return 'NULL'; },\\n    camelcase: function () { return 'Null'; }\\n  },\\n  defaultStyle: 'lowercase'\\n});\\n\"\n    },\n    {\n      \"id\": 112,\n      \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/js-yaml/lib/js-yaml/type/bool.js\",\n      \"name\": \"./node_modules/js-yaml/lib/js-yaml/type/bool.js\",\n      \"index\": 185,\n      \"index2\": 175,\n      \"size\": 971,\n      \"cacheable\": true,\n      \"built\": true,\n      \"optional\": false,\n      \"prefetched\": false,\n      \"chunks\": [\n        2,\n        4\n      ],\n      \"issuer\": \"/Users/jarred/Code/styleurl/node_modules/js-yaml/lib/js-yaml/schema/json.js\",\n      \"issuerId\": 57,\n      \"issuerName\": \"./node_modules/js-yaml/lib/js-yaml/schema/json.js\",\n      \"issuerPath\": [\n        {\n          \"id\": 350,\n          \"identifier\": \"multi /Users/jarred/Code/styleurl/webpack/customPublicPath /Users/jarred/Code/styleurl/chrome/extension/github_gist_content_script\",\n          \"name\": \"multi ./webpack/customPublicPath ./chrome/extension/github_gist_content_script\",\n          \"profile\": {\n            \"factory\": 0,\n            \"building\": 0,\n            \"dependencies\": 53\n          }\n        },\n        {\n          \"id\": 351,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/github_gist_content_script.js\",\n          \"name\": \"./chrome/extension/github_gist_content_script.js\",\n          \"profile\": {\n            \"factory\": 54,\n            \"building\": 576,\n            \"dependencies\": 194\n          }\n        },\n        {\n          \"id\": 55,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/lib/stylefile.js\",\n          \"name\": \"./chrome/extension/lib/stylefile.js\",\n          \"profile\": {\n            \"factory\": 194,\n            \"building\": 246,\n            \"dependencies\": 40\n          }\n        },\n        {\n          \"id\": 104,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/js-yaml/index.js\",\n          \"name\": \"./node_modules/js-yaml/index.js\",\n          \"profile\": {\n            \"factory\": 408,\n            \"building\": 42\n          }\n        },\n        {\n          \"id\": 105,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/js-yaml/lib/js-yaml.js\",\n          \"name\": \"./node_modules/js-yaml/lib/js-yaml.js\",\n          \"profile\": {\n            \"factory\": 96,\n            \"building\": 77\n          }\n        },\n        {\n          \"id\": 57,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/js-yaml/lib/js-yaml/schema/json.js\",\n          \"name\": \"./node_modules/js-yaml/lib/js-yaml/schema/json.js\",\n          \"profile\": {\n            \"factory\": 33,\n            \"building\": 66,\n            \"dependencies\": 42\n          }\n        }\n      ],\n      \"profile\": {\n        \"factory\": 66,\n        \"building\": 11,\n        \"dependencies\": 1\n      },\n      \"failed\": false,\n      \"errors\": 0,\n      \"warnings\": 0,\n      \"assets\": [],\n      \"reasons\": [\n        {\n          \"moduleId\": 57,\n          \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/js-yaml/lib/js-yaml/schema/json.js\",\n          \"module\": \"./node_modules/js-yaml/lib/js-yaml/schema/json.js\",\n          \"moduleName\": \"./node_modules/js-yaml/lib/js-yaml/schema/json.js\",\n          \"type\": \"cjs require\",\n          \"userRequest\": \"../type/bool\",\n          \"loc\": \"21:4-27\"\n        }\n      ],\n      \"usedExports\": true,\n      \"providedExports\": null,\n      \"optimizationBailout\": [\n        \"ModuleConcatenation bailout: Module is not an ECMAScript module\"\n      ],\n      \"depth\": 6,\n      \"source\": \"'use strict';\\n\\nvar Type = require('../type');\\n\\nfunction resolveYamlBoolean(data) {\\n  if (data === null) return false;\\n\\n  var max = data.length;\\n\\n  return (max === 4 && (data === 'true' || data === 'True' || data === 'TRUE')) ||\\n         (max === 5 && (data === 'false' || data === 'False' || data === 'FALSE'));\\n}\\n\\nfunction constructYamlBoolean(data) {\\n  return data === 'true' ||\\n         data === 'True' ||\\n         data === 'TRUE';\\n}\\n\\nfunction isBoolean(object) {\\n  return Object.prototype.toString.call(object) === '[object Boolean]';\\n}\\n\\nmodule.exports = new Type('tag:yaml.org,2002:bool', {\\n  kind: 'scalar',\\n  resolve: resolveYamlBoolean,\\n  construct: constructYamlBoolean,\\n  predicate: isBoolean,\\n  represent: {\\n    lowercase: function (object) { return object ? 'true' : 'false'; },\\n    uppercase: function (object) { return object ? 'TRUE' : 'FALSE'; },\\n    camelcase: function (object) { return object ? 'True' : 'False'; }\\n  },\\n  defaultStyle: 'lowercase'\\n});\\n\"\n    },\n    {\n      \"id\": 113,\n      \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/js-yaml/lib/js-yaml/type/int.js\",\n      \"name\": \"./node_modules/js-yaml/lib/js-yaml/type/int.js\",\n      \"index\": 186,\n      \"index2\": 176,\n      \"size\": 4066,\n      \"cacheable\": true,\n      \"built\": true,\n      \"optional\": false,\n      \"prefetched\": false,\n      \"chunks\": [\n        2,\n        4\n      ],\n      \"issuer\": \"/Users/jarred/Code/styleurl/node_modules/js-yaml/lib/js-yaml/schema/json.js\",\n      \"issuerId\": 57,\n      \"issuerName\": \"./node_modules/js-yaml/lib/js-yaml/schema/json.js\",\n      \"issuerPath\": [\n        {\n          \"id\": 350,\n          \"identifier\": \"multi /Users/jarred/Code/styleurl/webpack/customPublicPath /Users/jarred/Code/styleurl/chrome/extension/github_gist_content_script\",\n          \"name\": \"multi ./webpack/customPublicPath ./chrome/extension/github_gist_content_script\",\n          \"profile\": {\n            \"factory\": 0,\n            \"building\": 0,\n            \"dependencies\": 53\n          }\n        },\n        {\n          \"id\": 351,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/github_gist_content_script.js\",\n          \"name\": \"./chrome/extension/github_gist_content_script.js\",\n          \"profile\": {\n            \"factory\": 54,\n            \"building\": 576,\n            \"dependencies\": 194\n          }\n        },\n        {\n          \"id\": 55,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/lib/stylefile.js\",\n          \"name\": \"./chrome/extension/lib/stylefile.js\",\n          \"profile\": {\n            \"factory\": 194,\n            \"building\": 246,\n            \"dependencies\": 40\n          }\n        },\n        {\n          \"id\": 104,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/js-yaml/index.js\",\n          \"name\": \"./node_modules/js-yaml/index.js\",\n          \"profile\": {\n            \"factory\": 408,\n            \"building\": 42\n          }\n        },\n        {\n          \"id\": 105,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/js-yaml/lib/js-yaml.js\",\n          \"name\": \"./node_modules/js-yaml/lib/js-yaml.js\",\n          \"profile\": {\n            \"factory\": 96,\n            \"building\": 77\n          }\n        },\n        {\n          \"id\": 57,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/js-yaml/lib/js-yaml/schema/json.js\",\n          \"name\": \"./node_modules/js-yaml/lib/js-yaml/schema/json.js\",\n          \"profile\": {\n            \"factory\": 33,\n            \"building\": 66,\n            \"dependencies\": 42\n          }\n        }\n      ],\n      \"profile\": {\n        \"factory\": 66,\n        \"building\": 11,\n        \"dependencies\": 1\n      },\n      \"failed\": false,\n      \"errors\": 0,\n      \"warnings\": 0,\n      \"assets\": [],\n      \"reasons\": [\n        {\n          \"moduleId\": 57,\n          \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/js-yaml/lib/js-yaml/schema/json.js\",\n          \"module\": \"./node_modules/js-yaml/lib/js-yaml/schema/json.js\",\n          \"moduleName\": \"./node_modules/js-yaml/lib/js-yaml/schema/json.js\",\n          \"type\": \"cjs require\",\n          \"userRequest\": \"../type/int\",\n          \"loc\": \"22:4-26\"\n        }\n      ],\n      \"usedExports\": true,\n      \"providedExports\": null,\n      \"optimizationBailout\": [\n        \"ModuleConcatenation bailout: Module is not an ECMAScript module\"\n      ],\n      \"depth\": 6,\n      \"source\": \"'use strict';\\n\\nvar common = require('../common');\\nvar Type   = require('../type');\\n\\nfunction isHexCode(c) {\\n  return ((0x30/* 0 */ <= c) && (c <= 0x39/* 9 */)) ||\\n         ((0x41/* A */ <= c) && (c <= 0x46/* F */)) ||\\n         ((0x61/* a */ <= c) && (c <= 0x66/* f */));\\n}\\n\\nfunction isOctCode(c) {\\n  return ((0x30/* 0 */ <= c) && (c <= 0x37/* 7 */));\\n}\\n\\nfunction isDecCode(c) {\\n  return ((0x30/* 0 */ <= c) && (c <= 0x39/* 9 */));\\n}\\n\\nfunction resolveYamlInteger(data) {\\n  if (data === null) return false;\\n\\n  var max = data.length,\\n      index = 0,\\n      hasDigits = false,\\n      ch;\\n\\n  if (!max) return false;\\n\\n  ch = data[index];\\n\\n  // sign\\n  if (ch === '-' || ch === '+') {\\n    ch = data[++index];\\n  }\\n\\n  if (ch === '0') {\\n    // 0\\n    if (index + 1 === max) return true;\\n    ch = data[++index];\\n\\n    // base 2, base 8, base 16\\n\\n    if (ch === 'b') {\\n      // base 2\\n      index++;\\n\\n      for (; index < max; index++) {\\n        ch = data[index];\\n        if (ch === '_') continue;\\n        if (ch !== '0' && ch !== '1') return false;\\n        hasDigits = true;\\n      }\\n      return hasDigits && ch !== '_';\\n    }\\n\\n\\n    if (ch === 'x') {\\n      // base 16\\n      index++;\\n\\n      for (; index < max; index++) {\\n        ch = data[index];\\n        if (ch === '_') continue;\\n        if (!isHexCode(data.charCodeAt(index))) return false;\\n        hasDigits = true;\\n      }\\n      return hasDigits && ch !== '_';\\n    }\\n\\n    // base 8\\n    for (; index < max; index++) {\\n      ch = data[index];\\n      if (ch === '_') continue;\\n      if (!isOctCode(data.charCodeAt(index))) return false;\\n      hasDigits = true;\\n    }\\n    return hasDigits && ch !== '_';\\n  }\\n\\n  // base 10 (except 0) or base 60\\n\\n  // value should not start with `_`;\\n  if (ch === '_') return false;\\n\\n  for (; index < max; index++) {\\n    ch = data[index];\\n    if (ch === '_') continue;\\n    if (ch === ':') break;\\n    if (!isDecCode(data.charCodeAt(index))) {\\n      return false;\\n    }\\n    hasDigits = true;\\n  }\\n\\n  // Should have digits and should not end with `_`\\n  if (!hasDigits || ch === '_') return false;\\n\\n  // if !base60 - done;\\n  if (ch !== ':') return true;\\n\\n  // base60 almost not used, no needs to optimize\\n  return /^(:[0-5]?[0-9])+$/.test(data.slice(index));\\n}\\n\\nfunction constructYamlInteger(data) {\\n  var value = data, sign = 1, ch, base, digits = [];\\n\\n  if (value.indexOf('_') !== -1) {\\n    value = value.replace(/_/g, '');\\n  }\\n\\n  ch = value[0];\\n\\n  if (ch === '-' || ch === '+') {\\n    if (ch === '-') sign = -1;\\n    value = value.slice(1);\\n    ch = value[0];\\n  }\\n\\n  if (value === '0') return 0;\\n\\n  if (ch === '0') {\\n    if (value[1] === 'b') return sign * parseInt(value.slice(2), 2);\\n    if (value[1] === 'x') return sign * parseInt(value, 16);\\n    return sign * parseInt(value, 8);\\n  }\\n\\n  if (value.indexOf(':') !== -1) {\\n    value.split(':').forEach(function (v) {\\n      digits.unshift(parseInt(v, 10));\\n    });\\n\\n    value = 0;\\n    base = 1;\\n\\n    digits.forEach(function (d) {\\n      value += (d * base);\\n      base *= 60;\\n    });\\n\\n    return sign * value;\\n\\n  }\\n\\n  return sign * parseInt(value, 10);\\n}\\n\\nfunction isInteger(object) {\\n  return (Object.prototype.toString.call(object)) === '[object Number]' &&\\n         (object % 1 === 0 && !common.isNegativeZero(object));\\n}\\n\\nmodule.exports = new Type('tag:yaml.org,2002:int', {\\n  kind: 'scalar',\\n  resolve: resolveYamlInteger,\\n  construct: constructYamlInteger,\\n  predicate: isInteger,\\n  represent: {\\n    binary:      function (obj) { return obj >= 0 ? '0b' + obj.toString(2) : '-0b' + obj.toString(2).slice(1); },\\n    octal:       function (obj) { return obj >= 0 ? '0'  + obj.toString(8) : '-0'  + obj.toString(8).slice(1); },\\n    decimal:     function (obj) { return obj.toString(10); },\\n    /* eslint-disable max-len */\\n    hexadecimal: function (obj) { return obj >= 0 ? '0x' + obj.toString(16).toUpperCase() :  '-0x' + obj.toString(16).toUpperCase().slice(1); }\\n  },\\n  defaultStyle: 'decimal',\\n  styleAliases: {\\n    binary:      [ 2,  'bin' ],\\n    octal:       [ 8,  'oct' ],\\n    decimal:     [ 10, 'dec' ],\\n    hexadecimal: [ 16, 'hex' ]\\n  }\\n});\\n\"\n    },\n    {\n      \"id\": 114,\n      \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/js-yaml/lib/js-yaml/type/float.js\",\n      \"name\": \"./node_modules/js-yaml/lib/js-yaml/type/float.js\",\n      \"index\": 187,\n      \"index2\": 177,\n      \"size\": 2840,\n      \"cacheable\": true,\n      \"built\": true,\n      \"optional\": false,\n      \"prefetched\": false,\n      \"chunks\": [\n        2,\n        4\n      ],\n      \"issuer\": \"/Users/jarred/Code/styleurl/node_modules/js-yaml/lib/js-yaml/schema/json.js\",\n      \"issuerId\": 57,\n      \"issuerName\": \"./node_modules/js-yaml/lib/js-yaml/schema/json.js\",\n      \"issuerPath\": [\n        {\n          \"id\": 350,\n          \"identifier\": \"multi /Users/jarred/Code/styleurl/webpack/customPublicPath /Users/jarred/Code/styleurl/chrome/extension/github_gist_content_script\",\n          \"name\": \"multi ./webpack/customPublicPath ./chrome/extension/github_gist_content_script\",\n          \"profile\": {\n            \"factory\": 0,\n            \"building\": 0,\n            \"dependencies\": 53\n          }\n        },\n        {\n          \"id\": 351,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/github_gist_content_script.js\",\n          \"name\": \"./chrome/extension/github_gist_content_script.js\",\n          \"profile\": {\n            \"factory\": 54,\n            \"building\": 576,\n            \"dependencies\": 194\n          }\n        },\n        {\n          \"id\": 55,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/lib/stylefile.js\",\n          \"name\": \"./chrome/extension/lib/stylefile.js\",\n          \"profile\": {\n            \"factory\": 194,\n            \"building\": 246,\n            \"dependencies\": 40\n          }\n        },\n        {\n          \"id\": 104,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/js-yaml/index.js\",\n          \"name\": \"./node_modules/js-yaml/index.js\",\n          \"profile\": {\n            \"factory\": 408,\n            \"building\": 42\n          }\n        },\n        {\n          \"id\": 105,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/js-yaml/lib/js-yaml.js\",\n          \"name\": \"./node_modules/js-yaml/lib/js-yaml.js\",\n          \"profile\": {\n            \"factory\": 96,\n            \"building\": 77\n          }\n        },\n        {\n          \"id\": 57,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/js-yaml/lib/js-yaml/schema/json.js\",\n          \"name\": \"./node_modules/js-yaml/lib/js-yaml/schema/json.js\",\n          \"profile\": {\n            \"factory\": 33,\n            \"building\": 66,\n            \"dependencies\": 42\n          }\n        }\n      ],\n      \"profile\": {\n        \"factory\": 66,\n        \"building\": 11,\n        \"dependencies\": 1\n      },\n      \"failed\": false,\n      \"errors\": 0,\n      \"warnings\": 0,\n      \"assets\": [],\n      \"reasons\": [\n        {\n          \"moduleId\": 57,\n          \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/js-yaml/lib/js-yaml/schema/json.js\",\n          \"module\": \"./node_modules/js-yaml/lib/js-yaml/schema/json.js\",\n          \"moduleName\": \"./node_modules/js-yaml/lib/js-yaml/schema/json.js\",\n          \"type\": \"cjs require\",\n          \"userRequest\": \"../type/float\",\n          \"loc\": \"23:4-28\"\n        }\n      ],\n      \"usedExports\": true,\n      \"providedExports\": null,\n      \"optimizationBailout\": [\n        \"ModuleConcatenation bailout: Module is not an ECMAScript module\"\n      ],\n      \"depth\": 6,\n      \"source\": \"'use strict';\\n\\nvar common = require('../common');\\nvar Type   = require('../type');\\n\\nvar YAML_FLOAT_PATTERN = new RegExp(\\n  // 2.5e4, 2.5 and integers\\n  '^(?:[-+]?(?:0|[1-9][0-9_]*)(?:\\\\\\\\.[0-9_]*)?(?:[eE][-+]?[0-9]+)?' +\\n  // .2e4, .2\\n  // special case, seems not from spec\\n  '|\\\\\\\\.[0-9_]+(?:[eE][-+]?[0-9]+)?' +\\n  // 20:59\\n  '|[-+]?[0-9][0-9_]*(?::[0-5]?[0-9])+\\\\\\\\.[0-9_]*' +\\n  // .inf\\n  '|[-+]?\\\\\\\\.(?:inf|Inf|INF)' +\\n  // .nan\\n  '|\\\\\\\\.(?:nan|NaN|NAN))$');\\n\\nfunction resolveYamlFloat(data) {\\n  if (data === null) return false;\\n\\n  if (!YAML_FLOAT_PATTERN.test(data) ||\\n      // Quick hack to not allow integers end with `_`\\n      // Probably should update regexp & check speed\\n      data[data.length - 1] === '_') {\\n    return false;\\n  }\\n\\n  return true;\\n}\\n\\nfunction constructYamlFloat(data) {\\n  var value, sign, base, digits;\\n\\n  value  = data.replace(/_/g, '').toLowerCase();\\n  sign   = value[0] === '-' ? -1 : 1;\\n  digits = [];\\n\\n  if ('+-'.indexOf(value[0]) >= 0) {\\n    value = value.slice(1);\\n  }\\n\\n  if (value === '.inf') {\\n    return (sign === 1) ? Number.POSITIVE_INFINITY : Number.NEGATIVE_INFINITY;\\n\\n  } else if (value === '.nan') {\\n    return NaN;\\n\\n  } else if (value.indexOf(':') >= 0) {\\n    value.split(':').forEach(function (v) {\\n      digits.unshift(parseFloat(v, 10));\\n    });\\n\\n    value = 0.0;\\n    base = 1;\\n\\n    digits.forEach(function (d) {\\n      value += d * base;\\n      base *= 60;\\n    });\\n\\n    return sign * value;\\n\\n  }\\n  return sign * parseFloat(value, 10);\\n}\\n\\n\\nvar SCIENTIFIC_WITHOUT_DOT = /^[-+]?[0-9]+e/;\\n\\nfunction representYamlFloat(object, style) {\\n  var res;\\n\\n  if (isNaN(object)) {\\n    switch (style) {\\n      case 'lowercase': return '.nan';\\n      case 'uppercase': return '.NAN';\\n      case 'camelcase': return '.NaN';\\n    }\\n  } else if (Number.POSITIVE_INFINITY === object) {\\n    switch (style) {\\n      case 'lowercase': return '.inf';\\n      case 'uppercase': return '.INF';\\n      case 'camelcase': return '.Inf';\\n    }\\n  } else if (Number.NEGATIVE_INFINITY === object) {\\n    switch (style) {\\n      case 'lowercase': return '-.inf';\\n      case 'uppercase': return '-.INF';\\n      case 'camelcase': return '-.Inf';\\n    }\\n  } else if (common.isNegativeZero(object)) {\\n    return '-0.0';\\n  }\\n\\n  res = object.toString(10);\\n\\n  // JS stringifier can build scientific format without dots: 5e-100,\\n  // while YAML requres dot: 5.e-100. Fix it with simple hack\\n\\n  return SCIENTIFIC_WITHOUT_DOT.test(res) ? res.replace('e', '.e') : res;\\n}\\n\\nfunction isFloat(object) {\\n  return (Object.prototype.toString.call(object) === '[object Number]') &&\\n         (object % 1 !== 0 || common.isNegativeZero(object));\\n}\\n\\nmodule.exports = new Type('tag:yaml.org,2002:float', {\\n  kind: 'scalar',\\n  resolve: resolveYamlFloat,\\n  construct: constructYamlFloat,\\n  predicate: isFloat,\\n  represent: representYamlFloat,\\n  defaultStyle: 'lowercase'\\n});\\n\"\n    },\n    {\n      \"id\": 115,\n      \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/js-yaml/lib/js-yaml/type/timestamp.js\",\n      \"name\": \"./node_modules/js-yaml/lib/js-yaml/type/timestamp.js\",\n      \"index\": 188,\n      \"index2\": 180,\n      \"size\": 2571,\n      \"cacheable\": true,\n      \"built\": true,\n      \"optional\": false,\n      \"prefetched\": false,\n      \"chunks\": [\n        2,\n        4\n      ],\n      \"issuer\": \"/Users/jarred/Code/styleurl/node_modules/js-yaml/lib/js-yaml/schema/default_safe.js\",\n      \"issuerId\": 15,\n      \"issuerName\": \"./node_modules/js-yaml/lib/js-yaml/schema/default_safe.js\",\n      \"issuerPath\": [\n        {\n          \"id\": 350,\n          \"identifier\": \"multi /Users/jarred/Code/styleurl/webpack/customPublicPath /Users/jarred/Code/styleurl/chrome/extension/github_gist_content_script\",\n          \"name\": \"multi ./webpack/customPublicPath ./chrome/extension/github_gist_content_script\",\n          \"profile\": {\n            \"factory\": 0,\n            \"building\": 0,\n            \"dependencies\": 53\n          }\n        },\n        {\n          \"id\": 351,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/github_gist_content_script.js\",\n          \"name\": \"./chrome/extension/github_gist_content_script.js\",\n          \"profile\": {\n            \"factory\": 54,\n            \"building\": 576,\n            \"dependencies\": 194\n          }\n        },\n        {\n          \"id\": 55,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/lib/stylefile.js\",\n          \"name\": \"./chrome/extension/lib/stylefile.js\",\n          \"profile\": {\n            \"factory\": 194,\n            \"building\": 246,\n            \"dependencies\": 40\n          }\n        },\n        {\n          \"id\": 104,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/js-yaml/index.js\",\n          \"name\": \"./node_modules/js-yaml/index.js\",\n          \"profile\": {\n            \"factory\": 408,\n            \"building\": 42\n          }\n        },\n        {\n          \"id\": 105,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/js-yaml/lib/js-yaml.js\",\n          \"name\": \"./node_modules/js-yaml/lib/js-yaml.js\",\n          \"profile\": {\n            \"factory\": 96,\n            \"building\": 77\n          }\n        },\n        {\n          \"id\": 15,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/js-yaml/lib/js-yaml/schema/default_safe.js\",\n          \"name\": \"./node_modules/js-yaml/lib/js-yaml/schema/default_safe.js\",\n          \"profile\": {\n            \"factory\": 33,\n            \"building\": 66,\n            \"dependencies\": 42\n          }\n        }\n      ],\n      \"profile\": {\n        \"factory\": 64,\n        \"building\": 16,\n        \"dependencies\": 1\n      },\n      \"failed\": false,\n      \"errors\": 0,\n      \"warnings\": 0,\n      \"assets\": [],\n      \"reasons\": [\n        {\n          \"moduleId\": 15,\n          \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/js-yaml/lib/js-yaml/schema/default_safe.js\",\n          \"module\": \"./node_modules/js-yaml/lib/js-yaml/schema/default_safe.js\",\n          \"moduleName\": \"./node_modules/js-yaml/lib/js-yaml/schema/default_safe.js\",\n          \"type\": \"cjs require\",\n          \"userRequest\": \"../type/timestamp\",\n          \"loc\": \"19:4-32\"\n        }\n      ],\n      \"usedExports\": true,\n      \"providedExports\": null,\n      \"optimizationBailout\": [\n        \"ModuleConcatenation bailout: Module is not an ECMAScript module\"\n      ],\n      \"depth\": 6,\n      \"source\": \"'use strict';\\n\\nvar Type = require('../type');\\n\\nvar YAML_DATE_REGEXP = new RegExp(\\n  '^([0-9][0-9][0-9][0-9])'          + // [1] year\\n  '-([0-9][0-9])'                    + // [2] month\\n  '-([0-9][0-9])$');                   // [3] day\\n\\nvar YAML_TIMESTAMP_REGEXP = new RegExp(\\n  '^([0-9][0-9][0-9][0-9])'          + // [1] year\\n  '-([0-9][0-9]?)'                   + // [2] month\\n  '-([0-9][0-9]?)'                   + // [3] day\\n  '(?:[Tt]|[ \\\\\\\\t]+)'                 + // ...\\n  '([0-9][0-9]?)'                    + // [4] hour\\n  ':([0-9][0-9])'                    + // [5] minute\\n  ':([0-9][0-9])'                    + // [6] second\\n  '(?:\\\\\\\\.([0-9]*))?'                 + // [7] fraction\\n  '(?:[ \\\\\\\\t]*(Z|([-+])([0-9][0-9]?)' + // [8] tz [9] tz_sign [10] tz_hour\\n  '(?::([0-9][0-9]))?))?$');           // [11] tz_minute\\n\\nfunction resolveYamlTimestamp(data) {\\n  if (data === null) return false;\\n  if (YAML_DATE_REGEXP.exec(data) !== null) return true;\\n  if (YAML_TIMESTAMP_REGEXP.exec(data) !== null) return true;\\n  return false;\\n}\\n\\nfunction constructYamlTimestamp(data) {\\n  var match, year, month, day, hour, minute, second, fraction = 0,\\n      delta = null, tz_hour, tz_minute, date;\\n\\n  match = YAML_DATE_REGEXP.exec(data);\\n  if (match === null) match = YAML_TIMESTAMP_REGEXP.exec(data);\\n\\n  if (match === null) throw new Error('Date resolve error');\\n\\n  // match: [1] year [2] month [3] day\\n\\n  year = +(match[1]);\\n  month = +(match[2]) - 1; // JS month starts with 0\\n  day = +(match[3]);\\n\\n  if (!match[4]) { // no hour\\n    return new Date(Date.UTC(year, month, day));\\n  }\\n\\n  // match: [4] hour [5] minute [6] second [7] fraction\\n\\n  hour = +(match[4]);\\n  minute = +(match[5]);\\n  second = +(match[6]);\\n\\n  if (match[7]) {\\n    fraction = match[7].slice(0, 3);\\n    while (fraction.length < 3) { // milli-seconds\\n      fraction += '0';\\n    }\\n    fraction = +fraction;\\n  }\\n\\n  // match: [8] tz [9] tz_sign [10] tz_hour [11] tz_minute\\n\\n  if (match[9]) {\\n    tz_hour = +(match[10]);\\n    tz_minute = +(match[11] || 0);\\n    delta = (tz_hour * 60 + tz_minute) * 60000; // delta in mili-seconds\\n    if (match[9] === '-') delta = -delta;\\n  }\\n\\n  date = new Date(Date.UTC(year, month, day, hour, minute, second, fraction));\\n\\n  if (delta) date.setTime(date.getTime() - delta);\\n\\n  return date;\\n}\\n\\nfunction representYamlTimestamp(object /*, style*/) {\\n  return object.toISOString();\\n}\\n\\nmodule.exports = new Type('tag:yaml.org,2002:timestamp', {\\n  kind: 'scalar',\\n  resolve: resolveYamlTimestamp,\\n  construct: constructYamlTimestamp,\\n  instanceOf: Date,\\n  represent: representYamlTimestamp\\n});\\n\"\n    },\n    {\n      \"id\": 116,\n      \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/js-yaml/lib/js-yaml/type/merge.js\",\n      \"name\": \"./node_modules/js-yaml/lib/js-yaml/type/merge.js\",\n      \"index\": 189,\n      \"index2\": 181,\n      \"size\": 230,\n      \"cacheable\": true,\n      \"built\": true,\n      \"optional\": false,\n      \"prefetched\": false,\n      \"chunks\": [\n        2,\n        4\n      ],\n      \"issuer\": \"/Users/jarred/Code/styleurl/node_modules/js-yaml/lib/js-yaml/schema/default_safe.js\",\n      \"issuerId\": 15,\n      \"issuerName\": \"./node_modules/js-yaml/lib/js-yaml/schema/default_safe.js\",\n      \"issuerPath\": [\n        {\n          \"id\": 350,\n          \"identifier\": \"multi /Users/jarred/Code/styleurl/webpack/customPublicPath /Users/jarred/Code/styleurl/chrome/extension/github_gist_content_script\",\n          \"name\": \"multi ./webpack/customPublicPath ./chrome/extension/github_gist_content_script\",\n          \"profile\": {\n            \"factory\": 0,\n            \"building\": 0,\n            \"dependencies\": 53\n          }\n        },\n        {\n          \"id\": 351,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/github_gist_content_script.js\",\n          \"name\": \"./chrome/extension/github_gist_content_script.js\",\n          \"profile\": {\n            \"factory\": 54,\n            \"building\": 576,\n            \"dependencies\": 194\n          }\n        },\n        {\n          \"id\": 55,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/lib/stylefile.js\",\n          \"name\": \"./chrome/extension/lib/stylefile.js\",\n          \"profile\": {\n            \"factory\": 194,\n            \"building\": 246,\n            \"dependencies\": 40\n          }\n        },\n        {\n          \"id\": 104,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/js-yaml/index.js\",\n          \"name\": \"./node_modules/js-yaml/index.js\",\n          \"profile\": {\n            \"factory\": 408,\n            \"building\": 42\n          }\n        },\n        {\n          \"id\": 105,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/js-yaml/lib/js-yaml.js\",\n          \"name\": \"./node_modules/js-yaml/lib/js-yaml.js\",\n          \"profile\": {\n            \"factory\": 96,\n            \"building\": 77\n          }\n        },\n        {\n          \"id\": 15,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/js-yaml/lib/js-yaml/schema/default_safe.js\",\n          \"name\": \"./node_modules/js-yaml/lib/js-yaml/schema/default_safe.js\",\n          \"profile\": {\n            \"factory\": 33,\n            \"building\": 66,\n            \"dependencies\": 42\n          }\n        }\n      ],\n      \"profile\": {\n        \"factory\": 64,\n        \"building\": 16,\n        \"dependencies\": 1\n      },\n      \"failed\": false,\n      \"errors\": 0,\n      \"warnings\": 0,\n      \"assets\": [],\n      \"reasons\": [\n        {\n          \"moduleId\": 15,\n          \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/js-yaml/lib/js-yaml/schema/default_safe.js\",\n          \"module\": \"./node_modules/js-yaml/lib/js-yaml/schema/default_safe.js\",\n          \"moduleName\": \"./node_modules/js-yaml/lib/js-yaml/schema/default_safe.js\",\n          \"type\": \"cjs require\",\n          \"userRequest\": \"../type/merge\",\n          \"loc\": \"20:4-28\"\n        }\n      ],\n      \"usedExports\": true,\n      \"providedExports\": null,\n      \"optimizationBailout\": [\n        \"ModuleConcatenation bailout: Module is not an ECMAScript module\"\n      ],\n      \"depth\": 6,\n      \"source\": \"'use strict';\\n\\nvar Type = require('../type');\\n\\nfunction resolveYamlMerge(data) {\\n  return data === '<<' || data === null;\\n}\\n\\nmodule.exports = new Type('tag:yaml.org,2002:merge', {\\n  kind: 'scalar',\\n  resolve: resolveYamlMerge\\n});\\n\"\n    },\n    {\n      \"id\": 117,\n      \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/js-yaml/lib/js-yaml/type/binary.js\",\n      \"name\": \"./node_modules/js-yaml/lib/js-yaml/type/binary.js\",\n      \"index\": 190,\n      \"index2\": 186,\n      \"size\": 3274,\n      \"cacheable\": true,\n      \"built\": true,\n      \"optional\": false,\n      \"prefetched\": false,\n      \"chunks\": [\n        2,\n        4\n      ],\n      \"issuer\": \"/Users/jarred/Code/styleurl/node_modules/js-yaml/lib/js-yaml/schema/default_safe.js\",\n      \"issuerId\": 15,\n      \"issuerName\": \"./node_modules/js-yaml/lib/js-yaml/schema/default_safe.js\",\n      \"issuerPath\": [\n        {\n          \"id\": 350,\n          \"identifier\": \"multi /Users/jarred/Code/styleurl/webpack/customPublicPath /Users/jarred/Code/styleurl/chrome/extension/github_gist_content_script\",\n          \"name\": \"multi ./webpack/customPublicPath ./chrome/extension/github_gist_content_script\",\n          \"profile\": {\n            \"factory\": 0,\n            \"building\": 0,\n            \"dependencies\": 53\n          }\n        },\n        {\n          \"id\": 351,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/github_gist_content_script.js\",\n          \"name\": \"./chrome/extension/github_gist_content_script.js\",\n          \"profile\": {\n            \"factory\": 54,\n            \"building\": 576,\n            \"dependencies\": 194\n          }\n        },\n        {\n          \"id\": 55,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/lib/stylefile.js\",\n          \"name\": \"./chrome/extension/lib/stylefile.js\",\n          \"profile\": {\n            \"factory\": 194,\n            \"building\": 246,\n            \"dependencies\": 40\n          }\n        },\n        {\n          \"id\": 104,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/js-yaml/index.js\",\n          \"name\": \"./node_modules/js-yaml/index.js\",\n          \"profile\": {\n            \"factory\": 408,\n            \"building\": 42\n          }\n        },\n        {\n          \"id\": 105,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/js-yaml/lib/js-yaml.js\",\n          \"name\": \"./node_modules/js-yaml/lib/js-yaml.js\",\n          \"profile\": {\n            \"factory\": 96,\n            \"building\": 77\n          }\n        },\n        {\n          \"id\": 15,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/js-yaml/lib/js-yaml/schema/default_safe.js\",\n          \"name\": \"./node_modules/js-yaml/lib/js-yaml/schema/default_safe.js\",\n          \"profile\": {\n            \"factory\": 33,\n            \"building\": 66,\n            \"dependencies\": 42\n          }\n        }\n      ],\n      \"profile\": {\n        \"factory\": 64,\n        \"building\": 16,\n        \"dependencies\": 1\n      },\n      \"failed\": false,\n      \"errors\": 0,\n      \"warnings\": 0,\n      \"assets\": [],\n      \"reasons\": [\n        {\n          \"moduleId\": 15,\n          \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/js-yaml/lib/js-yaml/schema/default_safe.js\",\n          \"module\": \"./node_modules/js-yaml/lib/js-yaml/schema/default_safe.js\",\n          \"moduleName\": \"./node_modules/js-yaml/lib/js-yaml/schema/default_safe.js\",\n          \"type\": \"cjs require\",\n          \"userRequest\": \"../type/binary\",\n          \"loc\": \"23:4-29\"\n        }\n      ],\n      \"usedExports\": true,\n      \"providedExports\": null,\n      \"optimizationBailout\": [\n        \"ModuleConcatenation bailout: Module is not an ECMAScript module\"\n      ],\n      \"depth\": 6,\n      \"source\": \"'use strict';\\n\\n/*eslint-disable no-bitwise*/\\n\\nvar NodeBuffer;\\n\\ntry {\\n  // A trick for browserified version, to not include `Buffer` shim\\n  var _require = require;\\n  NodeBuffer = _require('buffer').Buffer;\\n} catch (__) {}\\n\\nvar Type       = require('../type');\\n\\n\\n// [ 64, 65, 66 ] -> [ padding, CR, LF ]\\nvar BASE64_MAP = 'ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/=\\\\n\\\\r';\\n\\n\\nfunction resolveYamlBinary(data) {\\n  if (data === null) return false;\\n\\n  var code, idx, bitlen = 0, max = data.length, map = BASE64_MAP;\\n\\n  // Convert one by one.\\n  for (idx = 0; idx < max; idx++) {\\n    code = map.indexOf(data.charAt(idx));\\n\\n    // Skip CR/LF\\n    if (code > 64) continue;\\n\\n    // Fail on illegal characters\\n    if (code < 0) return false;\\n\\n    bitlen += 6;\\n  }\\n\\n  // If there are any bits left, source was corrupted\\n  return (bitlen % 8) === 0;\\n}\\n\\nfunction constructYamlBinary(data) {\\n  var idx, tailbits,\\n      input = data.replace(/[\\\\r\\\\n=]/g, ''), // remove CR/LF & padding to simplify scan\\n      max = input.length,\\n      map = BASE64_MAP,\\n      bits = 0,\\n      result = [];\\n\\n  // Collect by 6*4 bits (3 bytes)\\n\\n  for (idx = 0; idx < max; idx++) {\\n    if ((idx % 4 === 0) && idx) {\\n      result.push((bits >> 16) & 0xFF);\\n      result.push((bits >> 8) & 0xFF);\\n      result.push(bits & 0xFF);\\n    }\\n\\n    bits = (bits << 6) | map.indexOf(input.charAt(idx));\\n  }\\n\\n  // Dump tail\\n\\n  tailbits = (max % 4) * 6;\\n\\n  if (tailbits === 0) {\\n    result.push((bits >> 16) & 0xFF);\\n    result.push((bits >> 8) & 0xFF);\\n    result.push(bits & 0xFF);\\n  } else if (tailbits === 18) {\\n    result.push((bits >> 10) & 0xFF);\\n    result.push((bits >> 2) & 0xFF);\\n  } else if (tailbits === 12) {\\n    result.push((bits >> 4) & 0xFF);\\n  }\\n\\n  // Wrap into Buffer for NodeJS and leave Array for browser\\n  if (NodeBuffer) {\\n    // Support node 6.+ Buffer API when available\\n    return NodeBuffer.from ? NodeBuffer.from(result) : new NodeBuffer(result);\\n  }\\n\\n  return result;\\n}\\n\\nfunction representYamlBinary(object /*, style*/) {\\n  var result = '', bits = 0, idx, tail,\\n      max = object.length,\\n      map = BASE64_MAP;\\n\\n  // Convert every three bytes to 4 ASCII characters.\\n\\n  for (idx = 0; idx < max; idx++) {\\n    if ((idx % 3 === 0) && idx) {\\n      result += map[(bits >> 18) & 0x3F];\\n      result += map[(bits >> 12) & 0x3F];\\n      result += map[(bits >> 6) & 0x3F];\\n      result += map[bits & 0x3F];\\n    }\\n\\n    bits = (bits << 8) + object[idx];\\n  }\\n\\n  // Dump tail\\n\\n  tail = max % 3;\\n\\n  if (tail === 0) {\\n    result += map[(bits >> 18) & 0x3F];\\n    result += map[(bits >> 12) & 0x3F];\\n    result += map[(bits >> 6) & 0x3F];\\n    result += map[bits & 0x3F];\\n  } else if (tail === 2) {\\n    result += map[(bits >> 10) & 0x3F];\\n    result += map[(bits >> 4) & 0x3F];\\n    result += map[(bits << 2) & 0x3F];\\n    result += map[64];\\n  } else if (tail === 1) {\\n    result += map[(bits >> 2) & 0x3F];\\n    result += map[(bits << 4) & 0x3F];\\n    result += map[64];\\n    result += map[64];\\n  }\\n\\n  return result;\\n}\\n\\nfunction isBinary(object) {\\n  return NodeBuffer && NodeBuffer.isBuffer(object);\\n}\\n\\nmodule.exports = new Type('tag:yaml.org,2002:binary', {\\n  kind: 'scalar',\\n  resolve: resolveYamlBinary,\\n  construct: constructYamlBinary,\\n  predicate: isBinary,\\n  represent: representYamlBinary\\n});\\n\"\n    },\n    {\n      \"id\": 118,\n      \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/base64-js/index.js\",\n      \"name\": \"./node_modules/base64-js/index.js\",\n      \"index\": 192,\n      \"index2\": 182,\n      \"size\": 3483,\n      \"cacheable\": true,\n      \"built\": true,\n      \"optional\": false,\n      \"prefetched\": false,\n      \"chunks\": [\n        2,\n        4\n      ],\n      \"issuer\": \"/Users/jarred/Code/styleurl/node_modules/buffer/index.js\",\n      \"issuerId\": 1,\n      \"issuerName\": \"./node_modules/buffer/index.js\",\n      \"issuerPath\": [\n        {\n          \"id\": 191,\n          \"identifier\": \"multi /Users/jarred/Code/styleurl/webpack/customPublicPath /Users/jarred/Code/styleurl/chrome/extension/background\",\n          \"name\": \"multi ./webpack/customPublicPath ./chrome/extension/background\",\n          \"profile\": {\n            \"factory\": 0,\n            \"building\": 0,\n            \"dependencies\": 54\n          }\n        },\n        {\n          \"id\": 192,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/background.js\",\n          \"name\": \"./chrome/extension/background.js\",\n          \"profile\": {\n            \"factory\": 54,\n            \"building\": 639,\n            \"dependencies\": 140\n          }\n        },\n        {\n          \"id\": 255,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/stylesheet-differ/lib/index.js\",\n          \"name\": \"./node_modules/stylesheet-differ/lib/index.js\",\n          \"profile\": {\n            \"factory\": 140,\n            \"building\": 568,\n            \"dependencies\": 1\n          }\n        },\n        {\n          \"id\": 256,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/native-css/index.js\",\n          \"name\": \"./node_modules/native-css/index.js\",\n          \"profile\": {\n            \"factory\": 189,\n            \"building\": 603,\n            \"dependencies\": 1\n          }\n        },\n        {\n          \"id\": 257,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/native-css/src/native-css.js\",\n          \"name\": \"./node_modules/native-css/src/native-css.js\",\n          \"profile\": {\n            \"factory\": 26,\n            \"building\": 63,\n            \"dependencies\": 14\n          }\n        },\n        {\n          \"id\": 1,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/buffer/index.js\",\n          \"name\": \"./node_modules/buffer/index.js\",\n          \"profile\": {\n            \"factory\": 117,\n            \"building\": 25,\n            \"dependencies\": 27\n          }\n        }\n      ],\n      \"profile\": {\n        \"factory\": 50,\n        \"building\": 14\n      },\n      \"failed\": false,\n      \"errors\": 0,\n      \"warnings\": 0,\n      \"assets\": [],\n      \"reasons\": [\n        {\n          \"moduleId\": 1,\n          \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/buffer/index.js\",\n          \"module\": \"./node_modules/buffer/index.js\",\n          \"moduleName\": \"./node_modules/buffer/index.js\",\n          \"type\": \"cjs require\",\n          \"userRequest\": \"base64-js\",\n          \"loc\": \"11:13-33\"\n        }\n      ],\n      \"usedExports\": true,\n      \"providedExports\": null,\n      \"optimizationBailout\": [\n        \"ModuleConcatenation bailout: Module is not an ECMAScript module\"\n      ],\n      \"depth\": 6,\n      \"source\": \"'use strict'\\n\\nexports.byteLength = byteLength\\nexports.toByteArray = toByteArray\\nexports.fromByteArray = fromByteArray\\n\\nvar lookup = []\\nvar revLookup = []\\nvar Arr = typeof Uint8Array !== 'undefined' ? Uint8Array : Array\\n\\nvar code = 'ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/'\\nfor (var i = 0, len = code.length; i < len; ++i) {\\n  lookup[i] = code[i]\\n  revLookup[code.charCodeAt(i)] = i\\n}\\n\\nrevLookup['-'.charCodeAt(0)] = 62\\nrevLookup['_'.charCodeAt(0)] = 63\\n\\nfunction placeHoldersCount (b64) {\\n  var len = b64.length\\n  if (len % 4 > 0) {\\n    throw new Error('Invalid string. Length must be a multiple of 4')\\n  }\\n\\n  // the number of equal signs (place holders)\\n  // if there are two placeholders, than the two characters before it\\n  // represent one byte\\n  // if there is only one, then the three characters before it represent 2 bytes\\n  // this is just a cheap hack to not do indexOf twice\\n  return b64[len - 2] === '=' ? 2 : b64[len - 1] === '=' ? 1 : 0\\n}\\n\\nfunction byteLength (b64) {\\n  // base64 is 4/3 + up to two characters of the original data\\n  return b64.length * 3 / 4 - placeHoldersCount(b64)\\n}\\n\\nfunction toByteArray (b64) {\\n  var i, j, l, tmp, placeHolders, arr\\n  var len = b64.length\\n  placeHolders = placeHoldersCount(b64)\\n\\n  arr = new Arr(len * 3 / 4 - placeHolders)\\n\\n  // if there are placeholders, only get up to the last complete 4 chars\\n  l = placeHolders > 0 ? len - 4 : len\\n\\n  var L = 0\\n\\n  for (i = 0, j = 0; i < l; i += 4, j += 3) {\\n    tmp = (revLookup[b64.charCodeAt(i)] << 18) | (revLookup[b64.charCodeAt(i + 1)] << 12) | (revLookup[b64.charCodeAt(i + 2)] << 6) | revLookup[b64.charCodeAt(i + 3)]\\n    arr[L++] = (tmp >> 16) & 0xFF\\n    arr[L++] = (tmp >> 8) & 0xFF\\n    arr[L++] = tmp & 0xFF\\n  }\\n\\n  if (placeHolders === 2) {\\n    tmp = (revLookup[b64.charCodeAt(i)] << 2) | (revLookup[b64.charCodeAt(i + 1)] >> 4)\\n    arr[L++] = tmp & 0xFF\\n  } else if (placeHolders === 1) {\\n    tmp = (revLookup[b64.charCodeAt(i)] << 10) | (revLookup[b64.charCodeAt(i + 1)] << 4) | (revLookup[b64.charCodeAt(i + 2)] >> 2)\\n    arr[L++] = (tmp >> 8) & 0xFF\\n    arr[L++] = tmp & 0xFF\\n  }\\n\\n  return arr\\n}\\n\\nfunction tripletToBase64 (num) {\\n  return lookup[num >> 18 & 0x3F] + lookup[num >> 12 & 0x3F] + lookup[num >> 6 & 0x3F] + lookup[num & 0x3F]\\n}\\n\\nfunction encodeChunk (uint8, start, end) {\\n  var tmp\\n  var output = []\\n  for (var i = start; i < end; i += 3) {\\n    tmp = (uint8[i] << 16) + (uint8[i + 1] << 8) + (uint8[i + 2])\\n    output.push(tripletToBase64(tmp))\\n  }\\n  return output.join('')\\n}\\n\\nfunction fromByteArray (uint8) {\\n  var tmp\\n  var len = uint8.length\\n  var extraBytes = len % 3 // if we have 1 byte left, pad 2 bytes\\n  var output = ''\\n  var parts = []\\n  var maxChunkLength = 16383 // must be multiple of 3\\n\\n  // go through the array every three bytes, we'll deal with trailing stuff later\\n  for (var i = 0, len2 = len - extraBytes; i < len2; i += maxChunkLength) {\\n    parts.push(encodeChunk(uint8, i, (i + maxChunkLength) > len2 ? len2 : (i + maxChunkLength)))\\n  }\\n\\n  // pad the end with zeros, but make sure to not forget the extra bytes\\n  if (extraBytes === 1) {\\n    tmp = uint8[len - 1]\\n    output += lookup[tmp >> 2]\\n    output += lookup[(tmp << 4) & 0x3F]\\n    output += '=='\\n  } else if (extraBytes === 2) {\\n    tmp = (uint8[len - 2] << 8) + (uint8[len - 1])\\n    output += lookup[tmp >> 10]\\n    output += lookup[(tmp >> 4) & 0x3F]\\n    output += lookup[(tmp << 2) & 0x3F]\\n    output += '='\\n  }\\n\\n  parts.push(output)\\n\\n  return parts.join('')\\n}\\n\"\n    },\n    {\n      \"id\": 119,\n      \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/ieee754/index.js\",\n      \"name\": \"./node_modules/ieee754/index.js\",\n      \"index\": 193,\n      \"index2\": 183,\n      \"size\": 2054,\n      \"cacheable\": true,\n      \"built\": true,\n      \"optional\": false,\n      \"prefetched\": false,\n      \"chunks\": [\n        2,\n        4\n      ],\n      \"issuer\": \"/Users/jarred/Code/styleurl/node_modules/buffer/index.js\",\n      \"issuerId\": 1,\n      \"issuerName\": \"./node_modules/buffer/index.js\",\n      \"issuerPath\": [\n        {\n          \"id\": 191,\n          \"identifier\": \"multi /Users/jarred/Code/styleurl/webpack/customPublicPath /Users/jarred/Code/styleurl/chrome/extension/background\",\n          \"name\": \"multi ./webpack/customPublicPath ./chrome/extension/background\",\n          \"profile\": {\n            \"factory\": 0,\n            \"building\": 0,\n            \"dependencies\": 54\n          }\n        },\n        {\n          \"id\": 192,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/background.js\",\n          \"name\": \"./chrome/extension/background.js\",\n          \"profile\": {\n            \"factory\": 54,\n            \"building\": 639,\n            \"dependencies\": 140\n          }\n        },\n        {\n          \"id\": 255,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/stylesheet-differ/lib/index.js\",\n          \"name\": \"./node_modules/stylesheet-differ/lib/index.js\",\n          \"profile\": {\n            \"factory\": 140,\n            \"building\": 568,\n            \"dependencies\": 1\n          }\n        },\n        {\n          \"id\": 256,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/native-css/index.js\",\n          \"name\": \"./node_modules/native-css/index.js\",\n          \"profile\": {\n            \"factory\": 189,\n            \"building\": 603,\n            \"dependencies\": 1\n          }\n        },\n        {\n          \"id\": 257,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/native-css/src/native-css.js\",\n          \"name\": \"./node_modules/native-css/src/native-css.js\",\n          \"profile\": {\n            \"factory\": 26,\n            \"building\": 63,\n            \"dependencies\": 14\n          }\n        },\n        {\n          \"id\": 1,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/buffer/index.js\",\n          \"name\": \"./node_modules/buffer/index.js\",\n          \"profile\": {\n            \"factory\": 117,\n            \"building\": 25,\n            \"dependencies\": 27\n          }\n        }\n      ],\n      \"profile\": {\n        \"factory\": 50,\n        \"building\": 14\n      },\n      \"failed\": false,\n      \"errors\": 0,\n      \"warnings\": 0,\n      \"assets\": [],\n      \"reasons\": [\n        {\n          \"moduleId\": 1,\n          \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/buffer/index.js\",\n          \"module\": \"./node_modules/buffer/index.js\",\n          \"moduleName\": \"./node_modules/buffer/index.js\",\n          \"type\": \"cjs require\",\n          \"userRequest\": \"ieee754\",\n          \"loc\": \"12:14-32\"\n        }\n      ],\n      \"usedExports\": true,\n      \"providedExports\": null,\n      \"optimizationBailout\": [\n        \"ModuleConcatenation bailout: Module is not an ECMAScript module\"\n      ],\n      \"depth\": 6,\n      \"source\": \"exports.read = function (buffer, offset, isLE, mLen, nBytes) {\\n  var e, m\\n  var eLen = nBytes * 8 - mLen - 1\\n  var eMax = (1 << eLen) - 1\\n  var eBias = eMax >> 1\\n  var nBits = -7\\n  var i = isLE ? (nBytes - 1) : 0\\n  var d = isLE ? -1 : 1\\n  var s = buffer[offset + i]\\n\\n  i += d\\n\\n  e = s & ((1 << (-nBits)) - 1)\\n  s >>= (-nBits)\\n  nBits += eLen\\n  for (; nBits > 0; e = e * 256 + buffer[offset + i], i += d, nBits -= 8) {}\\n\\n  m = e & ((1 << (-nBits)) - 1)\\n  e >>= (-nBits)\\n  nBits += mLen\\n  for (; nBits > 0; m = m * 256 + buffer[offset + i], i += d, nBits -= 8) {}\\n\\n  if (e === 0) {\\n    e = 1 - eBias\\n  } else if (e === eMax) {\\n    return m ? NaN : ((s ? -1 : 1) * Infinity)\\n  } else {\\n    m = m + Math.pow(2, mLen)\\n    e = e - eBias\\n  }\\n  return (s ? -1 : 1) * m * Math.pow(2, e - mLen)\\n}\\n\\nexports.write = function (buffer, value, offset, isLE, mLen, nBytes) {\\n  var e, m, c\\n  var eLen = nBytes * 8 - mLen - 1\\n  var eMax = (1 << eLen) - 1\\n  var eBias = eMax >> 1\\n  var rt = (mLen === 23 ? Math.pow(2, -24) - Math.pow(2, -77) : 0)\\n  var i = isLE ? 0 : (nBytes - 1)\\n  var d = isLE ? 1 : -1\\n  var s = value < 0 || (value === 0 && 1 / value < 0) ? 1 : 0\\n\\n  value = Math.abs(value)\\n\\n  if (isNaN(value) || value === Infinity) {\\n    m = isNaN(value) ? 1 : 0\\n    e = eMax\\n  } else {\\n    e = Math.floor(Math.log(value) / Math.LN2)\\n    if (value * (c = Math.pow(2, -e)) < 1) {\\n      e--\\n      c *= 2\\n    }\\n    if (e + eBias >= 1) {\\n      value += rt / c\\n    } else {\\n      value += rt * Math.pow(2, 1 - eBias)\\n    }\\n    if (value * c >= 2) {\\n      e++\\n      c /= 2\\n    }\\n\\n    if (e + eBias >= eMax) {\\n      m = 0\\n      e = eMax\\n    } else if (e + eBias >= 1) {\\n      m = (value * c - 1) * Math.pow(2, mLen)\\n      e = e + eBias\\n    } else {\\n      m = value * Math.pow(2, eBias - 1) * Math.pow(2, mLen)\\n      e = 0\\n    }\\n  }\\n\\n  for (; mLen >= 8; buffer[offset + i] = m & 0xff, i += d, m /= 256, mLen -= 8) {}\\n\\n  e = (e << mLen) | m\\n  eLen += mLen\\n  for (; eLen > 0; buffer[offset + i] = e & 0xff, i += d, e /= 256, eLen -= 8) {}\\n\\n  buffer[offset + i - d] |= s * 128\\n}\\n\"\n    },\n    {\n      \"id\": 120,\n      \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/js-yaml/lib/js-yaml/type/omap.js\",\n      \"name\": \"./node_modules/js-yaml/lib/js-yaml/type/omap.js\",\n      \"index\": 195,\n      \"index2\": 187,\n      \"size\": 1023,\n      \"cacheable\": true,\n      \"built\": true,\n      \"optional\": false,\n      \"prefetched\": false,\n      \"chunks\": [\n        2,\n        4\n      ],\n      \"issuer\": \"/Users/jarred/Code/styleurl/node_modules/js-yaml/lib/js-yaml/schema/default_safe.js\",\n      \"issuerId\": 15,\n      \"issuerName\": \"./node_modules/js-yaml/lib/js-yaml/schema/default_safe.js\",\n      \"issuerPath\": [\n        {\n          \"id\": 350,\n          \"identifier\": \"multi /Users/jarred/Code/styleurl/webpack/customPublicPath /Users/jarred/Code/styleurl/chrome/extension/github_gist_content_script\",\n          \"name\": \"multi ./webpack/customPublicPath ./chrome/extension/github_gist_content_script\",\n          \"profile\": {\n            \"factory\": 0,\n            \"building\": 0,\n            \"dependencies\": 53\n          }\n        },\n        {\n          \"id\": 351,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/github_gist_content_script.js\",\n          \"name\": \"./chrome/extension/github_gist_content_script.js\",\n          \"profile\": {\n            \"factory\": 54,\n            \"building\": 576,\n            \"dependencies\": 194\n          }\n        },\n        {\n          \"id\": 55,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/lib/stylefile.js\",\n          \"name\": \"./chrome/extension/lib/stylefile.js\",\n          \"profile\": {\n            \"factory\": 194,\n            \"building\": 246,\n            \"dependencies\": 40\n          }\n        },\n        {\n          \"id\": 104,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/js-yaml/index.js\",\n          \"name\": \"./node_modules/js-yaml/index.js\",\n          \"profile\": {\n            \"factory\": 408,\n            \"building\": 42\n          }\n        },\n        {\n          \"id\": 105,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/js-yaml/lib/js-yaml.js\",\n          \"name\": \"./node_modules/js-yaml/lib/js-yaml.js\",\n          \"profile\": {\n            \"factory\": 96,\n            \"building\": 77\n          }\n        },\n        {\n          \"id\": 15,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/js-yaml/lib/js-yaml/schema/default_safe.js\",\n          \"name\": \"./node_modules/js-yaml/lib/js-yaml/schema/default_safe.js\",\n          \"profile\": {\n            \"factory\": 33,\n            \"building\": 66,\n            \"dependencies\": 42\n          }\n        }\n      ],\n      \"profile\": {\n        \"factory\": 64,\n        \"building\": 16,\n        \"dependencies\": 1\n      },\n      \"failed\": false,\n      \"errors\": 0,\n      \"warnings\": 0,\n      \"assets\": [],\n      \"reasons\": [\n        {\n          \"moduleId\": 15,\n          \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/js-yaml/lib/js-yaml/schema/default_safe.js\",\n          \"module\": \"./node_modules/js-yaml/lib/js-yaml/schema/default_safe.js\",\n          \"moduleName\": \"./node_modules/js-yaml/lib/js-yaml/schema/default_safe.js\",\n          \"type\": \"cjs require\",\n          \"userRequest\": \"../type/omap\",\n          \"loc\": \"24:4-27\"\n        }\n      ],\n      \"usedExports\": true,\n      \"providedExports\": null,\n      \"optimizationBailout\": [\n        \"ModuleConcatenation bailout: Module is not an ECMAScript module\"\n      ],\n      \"depth\": 6,\n      \"source\": \"'use strict';\\n\\nvar Type = require('../type');\\n\\nvar _hasOwnProperty = Object.prototype.hasOwnProperty;\\nvar _toString       = Object.prototype.toString;\\n\\nfunction resolveYamlOmap(data) {\\n  if (data === null) return true;\\n\\n  var objectKeys = [], index, length, pair, pairKey, pairHasKey,\\n      object = data;\\n\\n  for (index = 0, length = object.length; index < length; index += 1) {\\n    pair = object[index];\\n    pairHasKey = false;\\n\\n    if (_toString.call(pair) !== '[object Object]') return false;\\n\\n    for (pairKey in pair) {\\n      if (_hasOwnProperty.call(pair, pairKey)) {\\n        if (!pairHasKey) pairHasKey = true;\\n        else return false;\\n      }\\n    }\\n\\n    if (!pairHasKey) return false;\\n\\n    if (objectKeys.indexOf(pairKey) === -1) objectKeys.push(pairKey);\\n    else return false;\\n  }\\n\\n  return true;\\n}\\n\\nfunction constructYamlOmap(data) {\\n  return data !== null ? data : [];\\n}\\n\\nmodule.exports = new Type('tag:yaml.org,2002:omap', {\\n  kind: 'sequence',\\n  resolve: resolveYamlOmap,\\n  construct: constructYamlOmap\\n});\\n\"\n    },\n    {\n      \"id\": 121,\n      \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/js-yaml/lib/js-yaml/type/pairs.js\",\n      \"name\": \"./node_modules/js-yaml/lib/js-yaml/type/pairs.js\",\n      \"index\": 196,\n      \"index2\": 188,\n      \"size\": 1084,\n      \"cacheable\": true,\n      \"built\": true,\n      \"optional\": false,\n      \"prefetched\": false,\n      \"chunks\": [\n        2,\n        4\n      ],\n      \"issuer\": \"/Users/jarred/Code/styleurl/node_modules/js-yaml/lib/js-yaml/schema/default_safe.js\",\n      \"issuerId\": 15,\n      \"issuerName\": \"./node_modules/js-yaml/lib/js-yaml/schema/default_safe.js\",\n      \"issuerPath\": [\n        {\n          \"id\": 350,\n          \"identifier\": \"multi /Users/jarred/Code/styleurl/webpack/customPublicPath /Users/jarred/Code/styleurl/chrome/extension/github_gist_content_script\",\n          \"name\": \"multi ./webpack/customPublicPath ./chrome/extension/github_gist_content_script\",\n          \"profile\": {\n            \"factory\": 0,\n            \"building\": 0,\n            \"dependencies\": 53\n          }\n        },\n        {\n          \"id\": 351,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/github_gist_content_script.js\",\n          \"name\": \"./chrome/extension/github_gist_content_script.js\",\n          \"profile\": {\n            \"factory\": 54,\n            \"building\": 576,\n            \"dependencies\": 194\n          }\n        },\n        {\n          \"id\": 55,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/lib/stylefile.js\",\n          \"name\": \"./chrome/extension/lib/stylefile.js\",\n          \"profile\": {\n            \"factory\": 194,\n            \"building\": 246,\n            \"dependencies\": 40\n          }\n        },\n        {\n          \"id\": 104,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/js-yaml/index.js\",\n          \"name\": \"./node_modules/js-yaml/index.js\",\n          \"profile\": {\n            \"factory\": 408,\n            \"building\": 42\n          }\n        },\n        {\n          \"id\": 105,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/js-yaml/lib/js-yaml.js\",\n          \"name\": \"./node_modules/js-yaml/lib/js-yaml.js\",\n          \"profile\": {\n            \"factory\": 96,\n            \"building\": 77\n          }\n        },\n        {\n          \"id\": 15,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/js-yaml/lib/js-yaml/schema/default_safe.js\",\n          \"name\": \"./node_modules/js-yaml/lib/js-yaml/schema/default_safe.js\",\n          \"profile\": {\n            \"factory\": 33,\n            \"building\": 66,\n            \"dependencies\": 42\n          }\n        }\n      ],\n      \"profile\": {\n        \"factory\": 64,\n        \"building\": 16,\n        \"dependencies\": 1\n      },\n      \"failed\": false,\n      \"errors\": 0,\n      \"warnings\": 0,\n      \"assets\": [],\n      \"reasons\": [\n        {\n          \"moduleId\": 15,\n          \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/js-yaml/lib/js-yaml/schema/default_safe.js\",\n          \"module\": \"./node_modules/js-yaml/lib/js-yaml/schema/default_safe.js\",\n          \"moduleName\": \"./node_modules/js-yaml/lib/js-yaml/schema/default_safe.js\",\n          \"type\": \"cjs require\",\n          \"userRequest\": \"../type/pairs\",\n          \"loc\": \"25:4-28\"\n        }\n      ],\n      \"usedExports\": true,\n      \"providedExports\": null,\n      \"optimizationBailout\": [\n        \"ModuleConcatenation bailout: Module is not an ECMAScript module\"\n      ],\n      \"depth\": 6,\n      \"source\": \"'use strict';\\n\\nvar Type = require('../type');\\n\\nvar _toString = Object.prototype.toString;\\n\\nfunction resolveYamlPairs(data) {\\n  if (data === null) return true;\\n\\n  var index, length, pair, keys, result,\\n      object = data;\\n\\n  result = new Array(object.length);\\n\\n  for (index = 0, length = object.length; index < length; index += 1) {\\n    pair = object[index];\\n\\n    if (_toString.call(pair) !== '[object Object]') return false;\\n\\n    keys = Object.keys(pair);\\n\\n    if (keys.length !== 1) return false;\\n\\n    result[index] = [ keys[0], pair[keys[0]] ];\\n  }\\n\\n  return true;\\n}\\n\\nfunction constructYamlPairs(data) {\\n  if (data === null) return [];\\n\\n  var index, length, pair, keys, result,\\n      object = data;\\n\\n  result = new Array(object.length);\\n\\n  for (index = 0, length = object.length; index < length; index += 1) {\\n    pair = object[index];\\n\\n    keys = Object.keys(pair);\\n\\n    result[index] = [ keys[0], pair[keys[0]] ];\\n  }\\n\\n  return result;\\n}\\n\\nmodule.exports = new Type('tag:yaml.org,2002:pairs', {\\n  kind: 'sequence',\\n  resolve: resolveYamlPairs,\\n  construct: constructYamlPairs\\n});\\n\"\n    },\n    {\n      \"id\": 122,\n      \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/js-yaml/lib/js-yaml/type/set.js\",\n      \"name\": \"./node_modules/js-yaml/lib/js-yaml/type/set.js\",\n      \"index\": 197,\n      \"index2\": 189,\n      \"size\": 547,\n      \"cacheable\": true,\n      \"built\": true,\n      \"optional\": false,\n      \"prefetched\": false,\n      \"chunks\": [\n        2,\n        4\n      ],\n      \"issuer\": \"/Users/jarred/Code/styleurl/node_modules/js-yaml/lib/js-yaml/schema/default_safe.js\",\n      \"issuerId\": 15,\n      \"issuerName\": \"./node_modules/js-yaml/lib/js-yaml/schema/default_safe.js\",\n      \"issuerPath\": [\n        {\n          \"id\": 350,\n          \"identifier\": \"multi /Users/jarred/Code/styleurl/webpack/customPublicPath /Users/jarred/Code/styleurl/chrome/extension/github_gist_content_script\",\n          \"name\": \"multi ./webpack/customPublicPath ./chrome/extension/github_gist_content_script\",\n          \"profile\": {\n            \"factory\": 0,\n            \"building\": 0,\n            \"dependencies\": 53\n          }\n        },\n        {\n          \"id\": 351,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/github_gist_content_script.js\",\n          \"name\": \"./chrome/extension/github_gist_content_script.js\",\n          \"profile\": {\n            \"factory\": 54,\n            \"building\": 576,\n            \"dependencies\": 194\n          }\n        },\n        {\n          \"id\": 55,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/lib/stylefile.js\",\n          \"name\": \"./chrome/extension/lib/stylefile.js\",\n          \"profile\": {\n            \"factory\": 194,\n            \"building\": 246,\n            \"dependencies\": 40\n          }\n        },\n        {\n          \"id\": 104,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/js-yaml/index.js\",\n          \"name\": \"./node_modules/js-yaml/index.js\",\n          \"profile\": {\n            \"factory\": 408,\n            \"building\": 42\n          }\n        },\n        {\n          \"id\": 105,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/js-yaml/lib/js-yaml.js\",\n          \"name\": \"./node_modules/js-yaml/lib/js-yaml.js\",\n          \"profile\": {\n            \"factory\": 96,\n            \"building\": 77\n          }\n        },\n        {\n          \"id\": 15,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/js-yaml/lib/js-yaml/schema/default_safe.js\",\n          \"name\": \"./node_modules/js-yaml/lib/js-yaml/schema/default_safe.js\",\n          \"profile\": {\n            \"factory\": 33,\n            \"building\": 66,\n            \"dependencies\": 42\n          }\n        }\n      ],\n      \"profile\": {\n        \"factory\": 64,\n        \"building\": 16,\n        \"dependencies\": 1\n      },\n      \"failed\": false,\n      \"errors\": 0,\n      \"warnings\": 0,\n      \"assets\": [],\n      \"reasons\": [\n        {\n          \"moduleId\": 15,\n          \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/js-yaml/lib/js-yaml/schema/default_safe.js\",\n          \"module\": \"./node_modules/js-yaml/lib/js-yaml/schema/default_safe.js\",\n          \"moduleName\": \"./node_modules/js-yaml/lib/js-yaml/schema/default_safe.js\",\n          \"type\": \"cjs require\",\n          \"userRequest\": \"../type/set\",\n          \"loc\": \"26:4-26\"\n        }\n      ],\n      \"usedExports\": true,\n      \"providedExports\": null,\n      \"optimizationBailout\": [\n        \"ModuleConcatenation bailout: Module is not an ECMAScript module\"\n      ],\n      \"depth\": 6,\n      \"source\": \"'use strict';\\n\\nvar Type = require('../type');\\n\\nvar _hasOwnProperty = Object.prototype.hasOwnProperty;\\n\\nfunction resolveYamlSet(data) {\\n  if (data === null) return true;\\n\\n  var key, object = data;\\n\\n  for (key in object) {\\n    if (_hasOwnProperty.call(object, key)) {\\n      if (object[key] !== null) return false;\\n    }\\n  }\\n\\n  return true;\\n}\\n\\nfunction constructYamlSet(data) {\\n  return data !== null ? data : {};\\n}\\n\\nmodule.exports = new Type('tag:yaml.org,2002:set', {\\n  kind: 'mapping',\\n  resolve: resolveYamlSet,\\n  construct: constructYamlSet\\n});\\n\"\n    },\n    {\n      \"id\": 123,\n      \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/js-yaml/lib/js-yaml/type/js/undefined.js\",\n      \"name\": \"./node_modules/js-yaml/lib/js-yaml/type/js/undefined.js\",\n      \"index\": 199,\n      \"index2\": 191,\n      \"size\": 573,\n      \"cacheable\": true,\n      \"built\": true,\n      \"optional\": false,\n      \"prefetched\": false,\n      \"chunks\": [\n        2,\n        4\n      ],\n      \"issuer\": \"/Users/jarred/Code/styleurl/node_modules/js-yaml/lib/js-yaml/schema/default_full.js\",\n      \"issuerId\": 21,\n      \"issuerName\": \"./node_modules/js-yaml/lib/js-yaml/schema/default_full.js\",\n      \"issuerPath\": [\n        {\n          \"id\": 350,\n          \"identifier\": \"multi /Users/jarred/Code/styleurl/webpack/customPublicPath /Users/jarred/Code/styleurl/chrome/extension/github_gist_content_script\",\n          \"name\": \"multi ./webpack/customPublicPath ./chrome/extension/github_gist_content_script\",\n          \"profile\": {\n            \"factory\": 0,\n            \"building\": 0,\n            \"dependencies\": 53\n          }\n        },\n        {\n          \"id\": 351,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/github_gist_content_script.js\",\n          \"name\": \"./chrome/extension/github_gist_content_script.js\",\n          \"profile\": {\n            \"factory\": 54,\n            \"building\": 576,\n            \"dependencies\": 194\n          }\n        },\n        {\n          \"id\": 55,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/lib/stylefile.js\",\n          \"name\": \"./chrome/extension/lib/stylefile.js\",\n          \"profile\": {\n            \"factory\": 194,\n            \"building\": 246,\n            \"dependencies\": 40\n          }\n        },\n        {\n          \"id\": 104,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/js-yaml/index.js\",\n          \"name\": \"./node_modules/js-yaml/index.js\",\n          \"profile\": {\n            \"factory\": 408,\n            \"building\": 42\n          }\n        },\n        {\n          \"id\": 105,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/js-yaml/lib/js-yaml.js\",\n          \"name\": \"./node_modules/js-yaml/lib/js-yaml.js\",\n          \"profile\": {\n            \"factory\": 96,\n            \"building\": 77\n          }\n        },\n        {\n          \"id\": 21,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/js-yaml/lib/js-yaml/schema/default_full.js\",\n          \"name\": \"./node_modules/js-yaml/lib/js-yaml/schema/default_full.js\",\n          \"profile\": {\n            \"factory\": 33,\n            \"building\": 66,\n            \"dependencies\": 42\n          }\n        }\n      ],\n      \"profile\": {\n        \"factory\": 65,\n        \"building\": 18,\n        \"dependencies\": 0\n      },\n      \"failed\": false,\n      \"errors\": 0,\n      \"warnings\": 0,\n      \"assets\": [],\n      \"reasons\": [\n        {\n          \"moduleId\": 21,\n          \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/js-yaml/lib/js-yaml/schema/default_full.js\",\n          \"module\": \"./node_modules/js-yaml/lib/js-yaml/schema/default_full.js\",\n          \"moduleName\": \"./node_modules/js-yaml/lib/js-yaml/schema/default_full.js\",\n          \"type\": \"cjs require\",\n          \"userRequest\": \"../type/js/undefined\",\n          \"loc\": \"21:4-35\"\n        }\n      ],\n      \"usedExports\": true,\n      \"providedExports\": null,\n      \"optimizationBailout\": [\n        \"ModuleConcatenation bailout: Module is not an ECMAScript module\"\n      ],\n      \"depth\": 6,\n      \"source\": \"'use strict';\\n\\nvar Type = require('../../type');\\n\\nfunction resolveJavascriptUndefined() {\\n  return true;\\n}\\n\\nfunction constructJavascriptUndefined() {\\n  /*eslint-disable no-undefined*/\\n  return undefined;\\n}\\n\\nfunction representJavascriptUndefined() {\\n  return '';\\n}\\n\\nfunction isUndefined(object) {\\n  return typeof object === 'undefined';\\n}\\n\\nmodule.exports = new Type('tag:yaml.org,2002:js/undefined', {\\n  kind: 'scalar',\\n  resolve: resolveJavascriptUndefined,\\n  construct: constructJavascriptUndefined,\\n  predicate: isUndefined,\\n  represent: representJavascriptUndefined\\n});\\n\"\n    },\n    {\n      \"id\": 124,\n      \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/js-yaml/lib/js-yaml/type/js/regexp.js\",\n      \"name\": \"./node_modules/js-yaml/lib/js-yaml/type/js/regexp.js\",\n      \"index\": 200,\n      \"index2\": 192,\n      \"size\": 1572,\n      \"cacheable\": true,\n      \"built\": true,\n      \"optional\": false,\n      \"prefetched\": false,\n      \"chunks\": [\n        2,\n        4\n      ],\n      \"issuer\": \"/Users/jarred/Code/styleurl/node_modules/js-yaml/lib/js-yaml/schema/default_full.js\",\n      \"issuerId\": 21,\n      \"issuerName\": \"./node_modules/js-yaml/lib/js-yaml/schema/default_full.js\",\n      \"issuerPath\": [\n        {\n          \"id\": 350,\n          \"identifier\": \"multi /Users/jarred/Code/styleurl/webpack/customPublicPath /Users/jarred/Code/styleurl/chrome/extension/github_gist_content_script\",\n          \"name\": \"multi ./webpack/customPublicPath ./chrome/extension/github_gist_content_script\",\n          \"profile\": {\n            \"factory\": 0,\n            \"building\": 0,\n            \"dependencies\": 53\n          }\n        },\n        {\n          \"id\": 351,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/github_gist_content_script.js\",\n          \"name\": \"./chrome/extension/github_gist_content_script.js\",\n          \"profile\": {\n            \"factory\": 54,\n            \"building\": 576,\n            \"dependencies\": 194\n          }\n        },\n        {\n          \"id\": 55,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/lib/stylefile.js\",\n          \"name\": \"./chrome/extension/lib/stylefile.js\",\n          \"profile\": {\n            \"factory\": 194,\n            \"building\": 246,\n            \"dependencies\": 40\n          }\n        },\n        {\n          \"id\": 104,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/js-yaml/index.js\",\n          \"name\": \"./node_modules/js-yaml/index.js\",\n          \"profile\": {\n            \"factory\": 408,\n            \"building\": 42\n          }\n        },\n        {\n          \"id\": 105,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/js-yaml/lib/js-yaml.js\",\n          \"name\": \"./node_modules/js-yaml/lib/js-yaml.js\",\n          \"profile\": {\n            \"factory\": 96,\n            \"building\": 77\n          }\n        },\n        {\n          \"id\": 21,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/js-yaml/lib/js-yaml/schema/default_full.js\",\n          \"name\": \"./node_modules/js-yaml/lib/js-yaml/schema/default_full.js\",\n          \"profile\": {\n            \"factory\": 33,\n            \"building\": 66,\n            \"dependencies\": 42\n          }\n        }\n      ],\n      \"profile\": {\n        \"factory\": 65,\n        \"building\": 18,\n        \"dependencies\": 0\n      },\n      \"failed\": false,\n      \"errors\": 0,\n      \"warnings\": 0,\n      \"assets\": [],\n      \"reasons\": [\n        {\n          \"moduleId\": 21,\n          \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/js-yaml/lib/js-yaml/schema/default_full.js\",\n          \"module\": \"./node_modules/js-yaml/lib/js-yaml/schema/default_full.js\",\n          \"moduleName\": \"./node_modules/js-yaml/lib/js-yaml/schema/default_full.js\",\n          \"type\": \"cjs require\",\n          \"userRequest\": \"../type/js/regexp\",\n          \"loc\": \"22:4-32\"\n        }\n      ],\n      \"usedExports\": true,\n      \"providedExports\": null,\n      \"optimizationBailout\": [\n        \"ModuleConcatenation bailout: Module is not an ECMAScript module\"\n      ],\n      \"depth\": 6,\n      \"source\": \"'use strict';\\n\\nvar Type = require('../../type');\\n\\nfunction resolveJavascriptRegExp(data) {\\n  if (data === null) return false;\\n  if (data.length === 0) return false;\\n\\n  var regexp = data,\\n      tail   = /\\\\/([gim]*)$/.exec(data),\\n      modifiers = '';\\n\\n  // if regexp starts with '/' it can have modifiers and must be properly closed\\n  // `/foo/gim` - modifiers tail can be maximum 3 chars\\n  if (regexp[0] === '/') {\\n    if (tail) modifiers = tail[1];\\n\\n    if (modifiers.length > 3) return false;\\n    // if expression starts with /, is should be properly terminated\\n    if (regexp[regexp.length - modifiers.length - 1] !== '/') return false;\\n  }\\n\\n  return true;\\n}\\n\\nfunction constructJavascriptRegExp(data) {\\n  var regexp = data,\\n      tail   = /\\\\/([gim]*)$/.exec(data),\\n      modifiers = '';\\n\\n  // `/foo/gim` - tail can be maximum 4 chars\\n  if (regexp[0] === '/') {\\n    if (tail) modifiers = tail[1];\\n    regexp = regexp.slice(1, regexp.length - modifiers.length - 1);\\n  }\\n\\n  return new RegExp(regexp, modifiers);\\n}\\n\\nfunction representJavascriptRegExp(object /*, style*/) {\\n  var result = '/' + object.source + '/';\\n\\n  if (object.global) result += 'g';\\n  if (object.multiline) result += 'm';\\n  if (object.ignoreCase) result += 'i';\\n\\n  return result;\\n}\\n\\nfunction isRegExp(object) {\\n  return Object.prototype.toString.call(object) === '[object RegExp]';\\n}\\n\\nmodule.exports = new Type('tag:yaml.org,2002:js/regexp', {\\n  kind: 'scalar',\\n  resolve: resolveJavascriptRegExp,\\n  construct: constructJavascriptRegExp,\\n  predicate: isRegExp,\\n  represent: representJavascriptRegExp\\n});\\n\"\n    },\n    {\n      \"id\": 125,\n      \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/js-yaml/lib/js-yaml/type/js/function.js\",\n      \"name\": \"./node_modules/js-yaml/lib/js-yaml/type/js/function.js\",\n      \"index\": 201,\n      \"index2\": 194,\n      \"size\": 2782,\n      \"cacheable\": true,\n      \"built\": true,\n      \"optional\": false,\n      \"prefetched\": false,\n      \"chunks\": [\n        2,\n        4\n      ],\n      \"issuer\": \"/Users/jarred/Code/styleurl/node_modules/js-yaml/lib/js-yaml/schema/default_full.js\",\n      \"issuerId\": 21,\n      \"issuerName\": \"./node_modules/js-yaml/lib/js-yaml/schema/default_full.js\",\n      \"issuerPath\": [\n        {\n          \"id\": 350,\n          \"identifier\": \"multi /Users/jarred/Code/styleurl/webpack/customPublicPath /Users/jarred/Code/styleurl/chrome/extension/github_gist_content_script\",\n          \"name\": \"multi ./webpack/customPublicPath ./chrome/extension/github_gist_content_script\",\n          \"profile\": {\n            \"factory\": 0,\n            \"building\": 0,\n            \"dependencies\": 53\n          }\n        },\n        {\n          \"id\": 351,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/github_gist_content_script.js\",\n          \"name\": \"./chrome/extension/github_gist_content_script.js\",\n          \"profile\": {\n            \"factory\": 54,\n            \"building\": 576,\n            \"dependencies\": 194\n          }\n        },\n        {\n          \"id\": 55,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/lib/stylefile.js\",\n          \"name\": \"./chrome/extension/lib/stylefile.js\",\n          \"profile\": {\n            \"factory\": 194,\n            \"building\": 246,\n            \"dependencies\": 40\n          }\n        },\n        {\n          \"id\": 104,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/js-yaml/index.js\",\n          \"name\": \"./node_modules/js-yaml/index.js\",\n          \"profile\": {\n            \"factory\": 408,\n            \"building\": 42\n          }\n        },\n        {\n          \"id\": 105,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/js-yaml/lib/js-yaml.js\",\n          \"name\": \"./node_modules/js-yaml/lib/js-yaml.js\",\n          \"profile\": {\n            \"factory\": 96,\n            \"building\": 77\n          }\n        },\n        {\n          \"id\": 21,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/js-yaml/lib/js-yaml/schema/default_full.js\",\n          \"name\": \"./node_modules/js-yaml/lib/js-yaml/schema/default_full.js\",\n          \"profile\": {\n            \"factory\": 33,\n            \"building\": 66,\n            \"dependencies\": 42\n          }\n        }\n      ],\n      \"profile\": {\n        \"factory\": 65,\n        \"building\": 18,\n        \"dependencies\": 0\n      },\n      \"failed\": false,\n      \"errors\": 0,\n      \"warnings\": 0,\n      \"assets\": [],\n      \"reasons\": [\n        {\n          \"moduleId\": 21,\n          \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/js-yaml/lib/js-yaml/schema/default_full.js\",\n          \"module\": \"./node_modules/js-yaml/lib/js-yaml/schema/default_full.js\",\n          \"moduleName\": \"./node_modules/js-yaml/lib/js-yaml/schema/default_full.js\",\n          \"type\": \"cjs require\",\n          \"userRequest\": \"../type/js/function\",\n          \"loc\": \"23:4-34\"\n        }\n      ],\n      \"usedExports\": true,\n      \"providedExports\": null,\n      \"optimizationBailout\": [\n        \"ModuleConcatenation bailout: Module is not an ECMAScript module\"\n      ],\n      \"depth\": 6,\n      \"source\": \"'use strict';\\n\\nvar esprima;\\n\\n// Browserified version does not have esprima\\n//\\n// 1. For node.js just require module as deps\\n// 2. For browser try to require mudule via external AMD system.\\n//    If not found - try to fallback to window.esprima. If not\\n//    found too - then fail to parse.\\n//\\ntry {\\n  // workaround to exclude package from browserify list.\\n  var _require = require;\\n  esprima = _require('esprima');\\n} catch (_) {\\n  /*global window */\\n  if (typeof window !== 'undefined') esprima = window.esprima;\\n}\\n\\nvar Type = require('../../type');\\n\\nfunction resolveJavascriptFunction(data) {\\n  if (data === null) return false;\\n\\n  try {\\n    var source = '(' + data + ')',\\n        ast    = esprima.parse(source, { range: true });\\n\\n    if (ast.type                    !== 'Program'             ||\\n        ast.body.length             !== 1                     ||\\n        ast.body[0].type            !== 'ExpressionStatement' ||\\n        (ast.body[0].expression.type !== 'ArrowFunctionExpression' &&\\n          ast.body[0].expression.type !== 'FunctionExpression')) {\\n      return false;\\n    }\\n\\n    return true;\\n  } catch (err) {\\n    return false;\\n  }\\n}\\n\\nfunction constructJavascriptFunction(data) {\\n  /*jslint evil:true*/\\n\\n  var source = '(' + data + ')',\\n      ast    = esprima.parse(source, { range: true }),\\n      params = [],\\n      body;\\n\\n  if (ast.type                    !== 'Program'             ||\\n      ast.body.length             !== 1                     ||\\n      ast.body[0].type            !== 'ExpressionStatement' ||\\n      (ast.body[0].expression.type !== 'ArrowFunctionExpression' &&\\n        ast.body[0].expression.type !== 'FunctionExpression')) {\\n    throw new Error('Failed to resolve function');\\n  }\\n\\n  ast.body[0].expression.params.forEach(function (param) {\\n    params.push(param.name);\\n  });\\n\\n  body = ast.body[0].expression.body.range;\\n\\n  // Esprima's ranges include the first '{' and the last '}' characters on\\n  // function expressions. So cut them out.\\n  if (ast.body[0].expression.body.type === 'BlockStatement') {\\n    /*eslint-disable no-new-func*/\\n    return new Function(params, source.slice(body[0] + 1, body[1] - 1));\\n  }\\n  // ES6 arrow functions can omit the BlockStatement. In that case, just return\\n  // the body.\\n  /*eslint-disable no-new-func*/\\n  return new Function(params, 'return ' + source.slice(body[0], body[1]));\\n}\\n\\nfunction representJavascriptFunction(object /*, style*/) {\\n  return object.toString();\\n}\\n\\nfunction isFunction(object) {\\n  return Object.prototype.toString.call(object) === '[object Function]';\\n}\\n\\nmodule.exports = new Type('tag:yaml.org,2002:js/function', {\\n  kind: 'scalar',\\n  resolve: resolveJavascriptFunction,\\n  construct: constructJavascriptFunction,\\n  predicate: isFunction,\\n  represent: representJavascriptFunction\\n});\\n\"\n    },\n    {\n      \"id\": 126,\n      \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/js-yaml/node_modules/esprima/dist/esprima.js\",\n      \"name\": \"./node_modules/js-yaml/node_modules/esprima/dist/esprima.js\",\n      \"index\": 202,\n      \"index2\": 193,\n      \"size\": 289689,\n      \"cacheable\": true,\n      \"built\": true,\n      \"optional\": true,\n      \"prefetched\": false,\n      \"chunks\": [\n        2,\n        4\n      ],\n      \"issuer\": \"/Users/jarred/Code/styleurl/node_modules/js-yaml/lib/js-yaml/type/js/function.js\",\n      \"issuerId\": 125,\n      \"issuerName\": \"./node_modules/js-yaml/lib/js-yaml/type/js/function.js\",\n      \"issuerPath\": [\n        {\n          \"id\": 350,\n          \"identifier\": \"multi /Users/jarred/Code/styleurl/webpack/customPublicPath /Users/jarred/Code/styleurl/chrome/extension/github_gist_content_script\",\n          \"name\": \"multi ./webpack/customPublicPath ./chrome/extension/github_gist_content_script\",\n          \"profile\": {\n            \"factory\": 0,\n            \"building\": 0,\n            \"dependencies\": 53\n          }\n        },\n        {\n          \"id\": 351,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/github_gist_content_script.js\",\n          \"name\": \"./chrome/extension/github_gist_content_script.js\",\n          \"profile\": {\n            \"factory\": 54,\n            \"building\": 576,\n            \"dependencies\": 194\n          }\n        },\n        {\n          \"id\": 55,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/lib/stylefile.js\",\n          \"name\": \"./chrome/extension/lib/stylefile.js\",\n          \"profile\": {\n            \"factory\": 194,\n            \"building\": 246,\n            \"dependencies\": 40\n          }\n        },\n        {\n          \"id\": 104,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/js-yaml/index.js\",\n          \"name\": \"./node_modules/js-yaml/index.js\",\n          \"profile\": {\n            \"factory\": 408,\n            \"building\": 42\n          }\n        },\n        {\n          \"id\": 105,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/js-yaml/lib/js-yaml.js\",\n          \"name\": \"./node_modules/js-yaml/lib/js-yaml.js\",\n          \"profile\": {\n            \"factory\": 96,\n            \"building\": 77\n          }\n        },\n        {\n          \"id\": 21,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/js-yaml/lib/js-yaml/schema/default_full.js\",\n          \"name\": \"./node_modules/js-yaml/lib/js-yaml/schema/default_full.js\",\n          \"profile\": {\n            \"factory\": 33,\n            \"building\": 66,\n            \"dependencies\": 42\n          }\n        },\n        {\n          \"id\": 125,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/js-yaml/lib/js-yaml/type/js/function.js\",\n          \"name\": \"./node_modules/js-yaml/lib/js-yaml/type/js/function.js\",\n          \"profile\": {\n            \"factory\": 65,\n            \"building\": 18,\n            \"dependencies\": 0\n          }\n        }\n      ],\n      \"profile\": {\n        \"factory\": 77,\n        \"building\": 304\n      },\n      \"failed\": false,\n      \"errors\": 0,\n      \"warnings\": 0,\n      \"assets\": [],\n      \"reasons\": [\n        {\n          \"moduleId\": 125,\n          \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/js-yaml/lib/js-yaml/type/js/function.js\",\n          \"module\": \"./node_modules/js-yaml/lib/js-yaml/type/js/function.js\",\n          \"moduleName\": \"./node_modules/js-yaml/lib/js-yaml/type/js/function.js\",\n          \"type\": \"cjs require\",\n          \"userRequest\": \"esprima\",\n          \"loc\": \"15:12-31\"\n        }\n      ],\n      \"usedExports\": true,\n      \"providedExports\": null,\n      \"optimizationBailout\": [\n        \"ModuleConcatenation bailout: Module is not an ECMAScript module\"\n      ],\n      \"depth\": 7,\n      \"source\": \"(function webpackUniversalModuleDefinition(root, factory) {\\n/* istanbul ignore next */\\n\\tif(typeof exports === 'object' && typeof module === 'object')\\n\\t\\tmodule.exports = factory();\\n\\telse if(typeof define === 'function' && define.amd)\\n\\t\\tdefine([], factory);\\n/* istanbul ignore next */\\n\\telse if(typeof exports === 'object')\\n\\t\\texports[\\\"esprima\\\"] = factory();\\n\\telse\\n\\t\\troot[\\\"esprima\\\"] = factory();\\n})(this, function() {\\nreturn /******/ (function(modules) { // webpackBootstrap\\n/******/ \\t// The module cache\\n/******/ \\tvar installedModules = {};\\n\\n/******/ \\t// The require function\\n/******/ \\tfunction __webpack_require__(moduleId) {\\n\\n/******/ \\t\\t// Check if module is in cache\\n/* istanbul ignore if */\\n/******/ \\t\\tif(installedModules[moduleId])\\n/******/ \\t\\t\\treturn installedModules[moduleId].exports;\\n\\n/******/ \\t\\t// Create a new module (and put it into the cache)\\n/******/ \\t\\tvar module = installedModules[moduleId] = {\\n/******/ \\t\\t\\texports: {},\\n/******/ \\t\\t\\tid: moduleId,\\n/******/ \\t\\t\\tloaded: false\\n/******/ \\t\\t};\\n\\n/******/ \\t\\t// Execute the module function\\n/******/ \\t\\tmodules[moduleId].call(module.exports, module, module.exports, __webpack_require__);\\n\\n/******/ \\t\\t// Flag the module as loaded\\n/******/ \\t\\tmodule.loaded = true;\\n\\n/******/ \\t\\t// Return the exports of the module\\n/******/ \\t\\treturn module.exports;\\n/******/ \\t}\\n\\n\\n/******/ \\t// expose the modules object (__webpack_modules__)\\n/******/ \\t__webpack_require__.m = modules;\\n\\n/******/ \\t// expose the module cache\\n/******/ \\t__webpack_require__.c = installedModules;\\n\\n/******/ \\t// __webpack_public_path__\\n/******/ \\t__webpack_require__.p = \\\"\\\";\\n\\n/******/ \\t// Load entry module and return exports\\n/******/ \\treturn __webpack_require__(0);\\n/******/ })\\n/************************************************************************/\\n/******/ ([\\n/* 0 */\\n/***/ function(module, exports, __webpack_require__) {\\n\\n\\t\\\"use strict\\\";\\r\\n\\t/*\\r\\n\\t  Copyright JS Foundation and other contributors, https://js.foundation/\\r\\n\\r\\n\\t  Redistribution and use in source and binary forms, with or without\\r\\n\\t  modification, are permitted provided that the following conditions are met:\\r\\n\\r\\n\\t    * Redistributions of source code must retain the above copyright\\r\\n\\t      notice, this list of conditions and the following disclaimer.\\r\\n\\t    * Redistributions in binary form must reproduce the above copyright\\r\\n\\t      notice, this list of conditions and the following disclaimer in the\\r\\n\\t      documentation and/or other materials provided with the distribution.\\r\\n\\r\\n\\t  THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS \\\"AS IS\\\"\\r\\n\\t  AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE\\r\\n\\t  IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE\\r\\n\\t  ARE DISCLAIMED. IN NO EVENT SHALL <COPYRIGHT HOLDER> BE LIABLE FOR ANY\\r\\n\\t  DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES\\r\\n\\t  (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;\\r\\n\\t  LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND\\r\\n\\t  ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT\\r\\n\\t  (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF\\r\\n\\t  THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.\\r\\n\\t*/\\r\\n\\tObject.defineProperty(exports, \\\"__esModule\\\", { value: true });\\r\\n\\tvar comment_handler_1 = __webpack_require__(1);\\r\\n\\tvar jsx_parser_1 = __webpack_require__(3);\\r\\n\\tvar parser_1 = __webpack_require__(8);\\r\\n\\tvar tokenizer_1 = __webpack_require__(15);\\r\\n\\tfunction parse(code, options, delegate) {\\r\\n\\t    var commentHandler = null;\\r\\n\\t    var proxyDelegate = function (node, metadata) {\\r\\n\\t        if (delegate) {\\r\\n\\t            delegate(node, metadata);\\r\\n\\t        }\\r\\n\\t        if (commentHandler) {\\r\\n\\t            commentHandler.visit(node, metadata);\\r\\n\\t        }\\r\\n\\t    };\\r\\n\\t    var parserDelegate = (typeof delegate === 'function') ? proxyDelegate : null;\\r\\n\\t    var collectComment = false;\\r\\n\\t    if (options) {\\r\\n\\t        collectComment = (typeof options.comment === 'boolean' && options.comment);\\r\\n\\t        var attachComment = (typeof options.attachComment === 'boolean' && options.attachComment);\\r\\n\\t        if (collectComment || attachComment) {\\r\\n\\t            commentHandler = new comment_handler_1.CommentHandler();\\r\\n\\t            commentHandler.attach = attachComment;\\r\\n\\t            options.comment = true;\\r\\n\\t            parserDelegate = proxyDelegate;\\r\\n\\t        }\\r\\n\\t    }\\r\\n\\t    var isModule = false;\\r\\n\\t    if (options && typeof options.sourceType === 'string') {\\r\\n\\t        isModule = (options.sourceType === 'module');\\r\\n\\t    }\\r\\n\\t    var parser;\\r\\n\\t    if (options && typeof options.jsx === 'boolean' && options.jsx) {\\r\\n\\t        parser = new jsx_parser_1.JSXParser(code, options, parserDelegate);\\r\\n\\t    }\\r\\n\\t    else {\\r\\n\\t        parser = new parser_1.Parser(code, options, parserDelegate);\\r\\n\\t    }\\r\\n\\t    var program = isModule ? parser.parseModule() : parser.parseScript();\\r\\n\\t    var ast = program;\\r\\n\\t    if (collectComment && commentHandler) {\\r\\n\\t        ast.comments = commentHandler.comments;\\r\\n\\t    }\\r\\n\\t    if (parser.config.tokens) {\\r\\n\\t        ast.tokens = parser.tokens;\\r\\n\\t    }\\r\\n\\t    if (parser.config.tolerant) {\\r\\n\\t        ast.errors = parser.errorHandler.errors;\\r\\n\\t    }\\r\\n\\t    return ast;\\r\\n\\t}\\r\\n\\texports.parse = parse;\\r\\n\\tfunction parseModule(code, options, delegate) {\\r\\n\\t    var parsingOptions = options || {};\\r\\n\\t    parsingOptions.sourceType = 'module';\\r\\n\\t    return parse(code, parsingOptions, delegate);\\r\\n\\t}\\r\\n\\texports.parseModule = parseModule;\\r\\n\\tfunction parseScript(code, options, delegate) {\\r\\n\\t    var parsingOptions = options || {};\\r\\n\\t    parsingOptions.sourceType = 'script';\\r\\n\\t    return parse(code, parsingOptions, delegate);\\r\\n\\t}\\r\\n\\texports.parseScript = parseScript;\\r\\n\\tfunction tokenize(code, options, delegate) {\\r\\n\\t    var tokenizer = new tokenizer_1.Tokenizer(code, options);\\r\\n\\t    var tokens;\\r\\n\\t    tokens = [];\\r\\n\\t    try {\\r\\n\\t        while (true) {\\r\\n\\t            var token = tokenizer.getNextToken();\\r\\n\\t            if (!token) {\\r\\n\\t                break;\\r\\n\\t            }\\r\\n\\t            if (delegate) {\\r\\n\\t                token = delegate(token);\\r\\n\\t            }\\r\\n\\t            tokens.push(token);\\r\\n\\t        }\\r\\n\\t    }\\r\\n\\t    catch (e) {\\r\\n\\t        tokenizer.errorHandler.tolerate(e);\\r\\n\\t    }\\r\\n\\t    if (tokenizer.errorHandler.tolerant) {\\r\\n\\t        tokens.errors = tokenizer.errors();\\r\\n\\t    }\\r\\n\\t    return tokens;\\r\\n\\t}\\r\\n\\texports.tokenize = tokenize;\\r\\n\\tvar syntax_1 = __webpack_require__(2);\\r\\n\\texports.Syntax = syntax_1.Syntax;\\r\\n\\t// Sync with *.json manifests.\\r\\n\\texports.version = '4.0.0';\\r\\n\\n\\n/***/ },\\n/* 1 */\\n/***/ function(module, exports, __webpack_require__) {\\n\\n\\t\\\"use strict\\\";\\r\\n\\tObject.defineProperty(exports, \\\"__esModule\\\", { value: true });\\r\\n\\tvar syntax_1 = __webpack_require__(2);\\r\\n\\tvar CommentHandler = (function () {\\r\\n\\t    function CommentHandler() {\\r\\n\\t        this.attach = false;\\r\\n\\t        this.comments = [];\\r\\n\\t        this.stack = [];\\r\\n\\t        this.leading = [];\\r\\n\\t        this.trailing = [];\\r\\n\\t    }\\r\\n\\t    CommentHandler.prototype.insertInnerComments = function (node, metadata) {\\r\\n\\t        //  innnerComments for properties empty block\\r\\n\\t        //  `function a() {/** comments **\\\\/}`\\r\\n\\t        if (node.type === syntax_1.Syntax.BlockStatement && node.body.length === 0) {\\r\\n\\t            var innerComments = [];\\r\\n\\t            for (var i = this.leading.length - 1; i >= 0; --i) {\\r\\n\\t                var entry = this.leading[i];\\r\\n\\t                if (metadata.end.offset >= entry.start) {\\r\\n\\t                    innerComments.unshift(entry.comment);\\r\\n\\t                    this.leading.splice(i, 1);\\r\\n\\t                    this.trailing.splice(i, 1);\\r\\n\\t                }\\r\\n\\t            }\\r\\n\\t            if (innerComments.length) {\\r\\n\\t                node.innerComments = innerComments;\\r\\n\\t            }\\r\\n\\t        }\\r\\n\\t    };\\r\\n\\t    CommentHandler.prototype.findTrailingComments = function (metadata) {\\r\\n\\t        var trailingComments = [];\\r\\n\\t        if (this.trailing.length > 0) {\\r\\n\\t            for (var i = this.trailing.length - 1; i >= 0; --i) {\\r\\n\\t                var entry_1 = this.trailing[i];\\r\\n\\t                if (entry_1.start >= metadata.end.offset) {\\r\\n\\t                    trailingComments.unshift(entry_1.comment);\\r\\n\\t                }\\r\\n\\t            }\\r\\n\\t            this.trailing.length = 0;\\r\\n\\t            return trailingComments;\\r\\n\\t        }\\r\\n\\t        var entry = this.stack[this.stack.length - 1];\\r\\n\\t        if (entry && entry.node.trailingComments) {\\r\\n\\t            var firstComment = entry.node.trailingComments[0];\\r\\n\\t            if (firstComment && firstComment.range[0] >= metadata.end.offset) {\\r\\n\\t                trailingComments = entry.node.trailingComments;\\r\\n\\t                delete entry.node.trailingComments;\\r\\n\\t            }\\r\\n\\t        }\\r\\n\\t        return trailingComments;\\r\\n\\t    };\\r\\n\\t    CommentHandler.prototype.findLeadingComments = function (metadata) {\\r\\n\\t        var leadingComments = [];\\r\\n\\t        var target;\\r\\n\\t        while (this.stack.length > 0) {\\r\\n\\t            var entry = this.stack[this.stack.length - 1];\\r\\n\\t            if (entry && entry.start >= metadata.start.offset) {\\r\\n\\t                target = entry.node;\\r\\n\\t                this.stack.pop();\\r\\n\\t            }\\r\\n\\t            else {\\r\\n\\t                break;\\r\\n\\t            }\\r\\n\\t        }\\r\\n\\t        if (target) {\\r\\n\\t            var count = target.leadingComments ? target.leadingComments.length : 0;\\r\\n\\t            for (var i = count - 1; i >= 0; --i) {\\r\\n\\t                var comment = target.leadingComments[i];\\r\\n\\t                if (comment.range[1] <= metadata.start.offset) {\\r\\n\\t                    leadingComments.unshift(comment);\\r\\n\\t                    target.leadingComments.splice(i, 1);\\r\\n\\t                }\\r\\n\\t            }\\r\\n\\t            if (target.leadingComments && target.leadingComments.length === 0) {\\r\\n\\t                delete target.leadingComments;\\r\\n\\t            }\\r\\n\\t            return leadingComments;\\r\\n\\t        }\\r\\n\\t        for (var i = this.leading.length - 1; i >= 0; --i) {\\r\\n\\t            var entry = this.leading[i];\\r\\n\\t            if (entry.start <= metadata.start.offset) {\\r\\n\\t                leadingComments.unshift(entry.comment);\\r\\n\\t                this.leading.splice(i, 1);\\r\\n\\t            }\\r\\n\\t        }\\r\\n\\t        return leadingComments;\\r\\n\\t    };\\r\\n\\t    CommentHandler.prototype.visitNode = function (node, metadata) {\\r\\n\\t        if (node.type === syntax_1.Syntax.Program && node.body.length > 0) {\\r\\n\\t            return;\\r\\n\\t        }\\r\\n\\t        this.insertInnerComments(node, metadata);\\r\\n\\t        var trailingComments = this.findTrailingComments(metadata);\\r\\n\\t        var leadingComments = this.findLeadingComments(metadata);\\r\\n\\t        if (leadingComments.length > 0) {\\r\\n\\t            node.leadingComments = leadingComments;\\r\\n\\t        }\\r\\n\\t        if (trailingComments.length > 0) {\\r\\n\\t            node.trailingComments = trailingComments;\\r\\n\\t        }\\r\\n\\t        this.stack.push({\\r\\n\\t            node: node,\\r\\n\\t            start: metadata.start.offset\\r\\n\\t        });\\r\\n\\t    };\\r\\n\\t    CommentHandler.prototype.visitComment = function (node, metadata) {\\r\\n\\t        var type = (node.type[0] === 'L') ? 'Line' : 'Block';\\r\\n\\t        var comment = {\\r\\n\\t            type: type,\\r\\n\\t            value: node.value\\r\\n\\t        };\\r\\n\\t        if (node.range) {\\r\\n\\t            comment.range = node.range;\\r\\n\\t        }\\r\\n\\t        if (node.loc) {\\r\\n\\t            comment.loc = node.loc;\\r\\n\\t        }\\r\\n\\t        this.comments.push(comment);\\r\\n\\t        if (this.attach) {\\r\\n\\t            var entry = {\\r\\n\\t                comment: {\\r\\n\\t                    type: type,\\r\\n\\t                    value: node.value,\\r\\n\\t                    range: [metadata.start.offset, metadata.end.offset]\\r\\n\\t                },\\r\\n\\t                start: metadata.start.offset\\r\\n\\t            };\\r\\n\\t            if (node.loc) {\\r\\n\\t                entry.comment.loc = node.loc;\\r\\n\\t            }\\r\\n\\t            node.type = type;\\r\\n\\t            this.leading.push(entry);\\r\\n\\t            this.trailing.push(entry);\\r\\n\\t        }\\r\\n\\t    };\\r\\n\\t    CommentHandler.prototype.visit = function (node, metadata) {\\r\\n\\t        if (node.type === 'LineComment') {\\r\\n\\t            this.visitComment(node, metadata);\\r\\n\\t        }\\r\\n\\t        else if (node.type === 'BlockComment') {\\r\\n\\t            this.visitComment(node, metadata);\\r\\n\\t        }\\r\\n\\t        else if (this.attach) {\\r\\n\\t            this.visitNode(node, metadata);\\r\\n\\t        }\\r\\n\\t    };\\r\\n\\t    return CommentHandler;\\r\\n\\t}());\\r\\n\\texports.CommentHandler = CommentHandler;\\r\\n\\n\\n/***/ },\\n/* 2 */\\n/***/ function(module, exports) {\\n\\n\\t\\\"use strict\\\";\\r\\n\\tObject.defineProperty(exports, \\\"__esModule\\\", { value: true });\\r\\n\\texports.Syntax = {\\r\\n\\t    AssignmentExpression: 'AssignmentExpression',\\r\\n\\t    AssignmentPattern: 'AssignmentPattern',\\r\\n\\t    ArrayExpression: 'ArrayExpression',\\r\\n\\t    ArrayPattern: 'ArrayPattern',\\r\\n\\t    ArrowFunctionExpression: 'ArrowFunctionExpression',\\r\\n\\t    AwaitExpression: 'AwaitExpression',\\r\\n\\t    BlockStatement: 'BlockStatement',\\r\\n\\t    BinaryExpression: 'BinaryExpression',\\r\\n\\t    BreakStatement: 'BreakStatement',\\r\\n\\t    CallExpression: 'CallExpression',\\r\\n\\t    CatchClause: 'CatchClause',\\r\\n\\t    ClassBody: 'ClassBody',\\r\\n\\t    ClassDeclaration: 'ClassDeclaration',\\r\\n\\t    ClassExpression: 'ClassExpression',\\r\\n\\t    ConditionalExpression: 'ConditionalExpression',\\r\\n\\t    ContinueStatement: 'ContinueStatement',\\r\\n\\t    DoWhileStatement: 'DoWhileStatement',\\r\\n\\t    DebuggerStatement: 'DebuggerStatement',\\r\\n\\t    EmptyStatement: 'EmptyStatement',\\r\\n\\t    ExportAllDeclaration: 'ExportAllDeclaration',\\r\\n\\t    ExportDefaultDeclaration: 'ExportDefaultDeclaration',\\r\\n\\t    ExportNamedDeclaration: 'ExportNamedDeclaration',\\r\\n\\t    ExportSpecifier: 'ExportSpecifier',\\r\\n\\t    ExpressionStatement: 'ExpressionStatement',\\r\\n\\t    ForStatement: 'ForStatement',\\r\\n\\t    ForOfStatement: 'ForOfStatement',\\r\\n\\t    ForInStatement: 'ForInStatement',\\r\\n\\t    FunctionDeclaration: 'FunctionDeclaration',\\r\\n\\t    FunctionExpression: 'FunctionExpression',\\r\\n\\t    Identifier: 'Identifier',\\r\\n\\t    IfStatement: 'IfStatement',\\r\\n\\t    ImportDeclaration: 'ImportDeclaration',\\r\\n\\t    ImportDefaultSpecifier: 'ImportDefaultSpecifier',\\r\\n\\t    ImportNamespaceSpecifier: 'ImportNamespaceSpecifier',\\r\\n\\t    ImportSpecifier: 'ImportSpecifier',\\r\\n\\t    Literal: 'Literal',\\r\\n\\t    LabeledStatement: 'LabeledStatement',\\r\\n\\t    LogicalExpression: 'LogicalExpression',\\r\\n\\t    MemberExpression: 'MemberExpression',\\r\\n\\t    MetaProperty: 'MetaProperty',\\r\\n\\t    MethodDefinition: 'MethodDefinition',\\r\\n\\t    NewExpression: 'NewExpression',\\r\\n\\t    ObjectExpression: 'ObjectExpression',\\r\\n\\t    ObjectPattern: 'ObjectPattern',\\r\\n\\t    Program: 'Program',\\r\\n\\t    Property: 'Property',\\r\\n\\t    RestElement: 'RestElement',\\r\\n\\t    ReturnStatement: 'ReturnStatement',\\r\\n\\t    SequenceExpression: 'SequenceExpression',\\r\\n\\t    SpreadElement: 'SpreadElement',\\r\\n\\t    Super: 'Super',\\r\\n\\t    SwitchCase: 'SwitchCase',\\r\\n\\t    SwitchStatement: 'SwitchStatement',\\r\\n\\t    TaggedTemplateExpression: 'TaggedTemplateExpression',\\r\\n\\t    TemplateElement: 'TemplateElement',\\r\\n\\t    TemplateLiteral: 'TemplateLiteral',\\r\\n\\t    ThisExpression: 'ThisExpression',\\r\\n\\t    ThrowStatement: 'ThrowStatement',\\r\\n\\t    TryStatement: 'TryStatement',\\r\\n\\t    UnaryExpression: 'UnaryExpression',\\r\\n\\t    UpdateExpression: 'UpdateExpression',\\r\\n\\t    VariableDeclaration: 'VariableDeclaration',\\r\\n\\t    VariableDeclarator: 'VariableDeclarator',\\r\\n\\t    WhileStatement: 'WhileStatement',\\r\\n\\t    WithStatement: 'WithStatement',\\r\\n\\t    YieldExpression: 'YieldExpression'\\r\\n\\t};\\r\\n\\n\\n/***/ },\\n/* 3 */\\n/***/ function(module, exports, __webpack_require__) {\\n\\n\\t\\\"use strict\\\";\\r\\n/* istanbul ignore next */\\n\\tvar __extends = (this && this.__extends) || (function () {\\r\\n\\t    var extendStatics = Object.setPrototypeOf ||\\r\\n\\t        ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||\\r\\n\\t        function (d, b) { for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; };\\r\\n\\t    return function (d, b) {\\r\\n\\t        extendStatics(d, b);\\r\\n\\t        function __() { this.constructor = d; }\\r\\n\\t        d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());\\r\\n\\t    };\\r\\n\\t})();\\r\\n\\tObject.defineProperty(exports, \\\"__esModule\\\", { value: true });\\r\\n\\tvar character_1 = __webpack_require__(4);\\r\\n\\tvar JSXNode = __webpack_require__(5);\\r\\n\\tvar jsx_syntax_1 = __webpack_require__(6);\\r\\n\\tvar Node = __webpack_require__(7);\\r\\n\\tvar parser_1 = __webpack_require__(8);\\r\\n\\tvar token_1 = __webpack_require__(13);\\r\\n\\tvar xhtml_entities_1 = __webpack_require__(14);\\r\\n\\ttoken_1.TokenName[100 /* Identifier */] = 'JSXIdentifier';\\r\\n\\ttoken_1.TokenName[101 /* Text */] = 'JSXText';\\r\\n\\t// Fully qualified element name, e.g. <svg:path> returns \\\"svg:path\\\"\\r\\n\\tfunction getQualifiedElementName(elementName) {\\r\\n\\t    var qualifiedName;\\r\\n\\t    switch (elementName.type) {\\r\\n\\t        case jsx_syntax_1.JSXSyntax.JSXIdentifier:\\r\\n\\t            var id = elementName;\\r\\n\\t            qualifiedName = id.name;\\r\\n\\t            break;\\r\\n\\t        case jsx_syntax_1.JSXSyntax.JSXNamespacedName:\\r\\n\\t            var ns = elementName;\\r\\n\\t            qualifiedName = getQualifiedElementName(ns.namespace) + ':' +\\r\\n\\t                getQualifiedElementName(ns.name);\\r\\n\\t            break;\\r\\n\\t        case jsx_syntax_1.JSXSyntax.JSXMemberExpression:\\r\\n\\t            var expr = elementName;\\r\\n\\t            qualifiedName = getQualifiedElementName(expr.object) + '.' +\\r\\n\\t                getQualifiedElementName(expr.property);\\r\\n\\t            break;\\r\\n\\t        /* istanbul ignore next */\\r\\n\\t        default:\\r\\n\\t            break;\\r\\n\\t    }\\r\\n\\t    return qualifiedName;\\r\\n\\t}\\r\\n\\tvar JSXParser = (function (_super) {\\r\\n\\t    __extends(JSXParser, _super);\\r\\n\\t    function JSXParser(code, options, delegate) {\\r\\n\\t        return _super.call(this, code, options, delegate) || this;\\r\\n\\t    }\\r\\n\\t    JSXParser.prototype.parsePrimaryExpression = function () {\\r\\n\\t        return this.match('<') ? this.parseJSXRoot() : _super.prototype.parsePrimaryExpression.call(this);\\r\\n\\t    };\\r\\n\\t    JSXParser.prototype.startJSX = function () {\\r\\n\\t        // Unwind the scanner before the lookahead token.\\r\\n\\t        this.scanner.index = this.startMarker.index;\\r\\n\\t        this.scanner.lineNumber = this.startMarker.line;\\r\\n\\t        this.scanner.lineStart = this.startMarker.index - this.startMarker.column;\\r\\n\\t    };\\r\\n\\t    JSXParser.prototype.finishJSX = function () {\\r\\n\\t        // Prime the next lookahead.\\r\\n\\t        this.nextToken();\\r\\n\\t    };\\r\\n\\t    JSXParser.prototype.reenterJSX = function () {\\r\\n\\t        this.startJSX();\\r\\n\\t        this.expectJSX('}');\\r\\n\\t        // Pop the closing '}' added from the lookahead.\\r\\n\\t        if (this.config.tokens) {\\r\\n\\t            this.tokens.pop();\\r\\n\\t        }\\r\\n\\t    };\\r\\n\\t    JSXParser.prototype.createJSXNode = function () {\\r\\n\\t        this.collectComments();\\r\\n\\t        return {\\r\\n\\t            index: this.scanner.index,\\r\\n\\t            line: this.scanner.lineNumber,\\r\\n\\t            column: this.scanner.index - this.scanner.lineStart\\r\\n\\t        };\\r\\n\\t    };\\r\\n\\t    JSXParser.prototype.createJSXChildNode = function () {\\r\\n\\t        return {\\r\\n\\t            index: this.scanner.index,\\r\\n\\t            line: this.scanner.lineNumber,\\r\\n\\t            column: this.scanner.index - this.scanner.lineStart\\r\\n\\t        };\\r\\n\\t    };\\r\\n\\t    JSXParser.prototype.scanXHTMLEntity = function (quote) {\\r\\n\\t        var result = '&';\\r\\n\\t        var valid = true;\\r\\n\\t        var terminated = false;\\r\\n\\t        var numeric = false;\\r\\n\\t        var hex = false;\\r\\n\\t        while (!this.scanner.eof() && valid && !terminated) {\\r\\n\\t            var ch = this.scanner.source[this.scanner.index];\\r\\n\\t            if (ch === quote) {\\r\\n\\t                break;\\r\\n\\t            }\\r\\n\\t            terminated = (ch === ';');\\r\\n\\t            result += ch;\\r\\n\\t            ++this.scanner.index;\\r\\n\\t            if (!terminated) {\\r\\n\\t                switch (result.length) {\\r\\n\\t                    case 2:\\r\\n\\t                        // e.g. '&#123;'\\r\\n\\t                        numeric = (ch === '#');\\r\\n\\t                        break;\\r\\n\\t                    case 3:\\r\\n\\t                        if (numeric) {\\r\\n\\t                            // e.g. '&#x41;'\\r\\n\\t                            hex = (ch === 'x');\\r\\n\\t                            valid = hex || character_1.Character.isDecimalDigit(ch.charCodeAt(0));\\r\\n\\t                            numeric = numeric && !hex;\\r\\n\\t                        }\\r\\n\\t                        break;\\r\\n\\t                    default:\\r\\n\\t                        valid = valid && !(numeric && !character_1.Character.isDecimalDigit(ch.charCodeAt(0)));\\r\\n\\t                        valid = valid && !(hex && !character_1.Character.isHexDigit(ch.charCodeAt(0)));\\r\\n\\t                        break;\\r\\n\\t                }\\r\\n\\t            }\\r\\n\\t        }\\r\\n\\t        if (valid && terminated && result.length > 2) {\\r\\n\\t            // e.g. '&#x41;' becomes just '#x41'\\r\\n\\t            var str = result.substr(1, result.length - 2);\\r\\n\\t            if (numeric && str.length > 1) {\\r\\n\\t                result = String.fromCharCode(parseInt(str.substr(1), 10));\\r\\n\\t            }\\r\\n\\t            else if (hex && str.length > 2) {\\r\\n\\t                result = String.fromCharCode(parseInt('0' + str.substr(1), 16));\\r\\n\\t            }\\r\\n\\t            else if (!numeric && !hex && xhtml_entities_1.XHTMLEntities[str]) {\\r\\n\\t                result = xhtml_entities_1.XHTMLEntities[str];\\r\\n\\t            }\\r\\n\\t        }\\r\\n\\t        return result;\\r\\n\\t    };\\r\\n\\t    // Scan the next JSX token. This replaces Scanner#lex when in JSX mode.\\r\\n\\t    JSXParser.prototype.lexJSX = function () {\\r\\n\\t        var cp = this.scanner.source.charCodeAt(this.scanner.index);\\r\\n\\t        // < > / : = { }\\r\\n\\t        if (cp === 60 || cp === 62 || cp === 47 || cp === 58 || cp === 61 || cp === 123 || cp === 125) {\\r\\n\\t            var value = this.scanner.source[this.scanner.index++];\\r\\n\\t            return {\\r\\n\\t                type: 7 /* Punctuator */,\\r\\n\\t                value: value,\\r\\n\\t                lineNumber: this.scanner.lineNumber,\\r\\n\\t                lineStart: this.scanner.lineStart,\\r\\n\\t                start: this.scanner.index - 1,\\r\\n\\t                end: this.scanner.index\\r\\n\\t            };\\r\\n\\t        }\\r\\n\\t        // \\\" '\\r\\n\\t        if (cp === 34 || cp === 39) {\\r\\n\\t            var start = this.scanner.index;\\r\\n\\t            var quote = this.scanner.source[this.scanner.index++];\\r\\n\\t            var str = '';\\r\\n\\t            while (!this.scanner.eof()) {\\r\\n\\t                var ch = this.scanner.source[this.scanner.index++];\\r\\n\\t                if (ch === quote) {\\r\\n\\t                    break;\\r\\n\\t                }\\r\\n\\t                else if (ch === '&') {\\r\\n\\t                    str += this.scanXHTMLEntity(quote);\\r\\n\\t                }\\r\\n\\t                else {\\r\\n\\t                    str += ch;\\r\\n\\t                }\\r\\n\\t            }\\r\\n\\t            return {\\r\\n\\t                type: 8 /* StringLiteral */,\\r\\n\\t                value: str,\\r\\n\\t                lineNumber: this.scanner.lineNumber,\\r\\n\\t                lineStart: this.scanner.lineStart,\\r\\n\\t                start: start,\\r\\n\\t                end: this.scanner.index\\r\\n\\t            };\\r\\n\\t        }\\r\\n\\t        // ... or .\\r\\n\\t        if (cp === 46) {\\r\\n\\t            var n1 = this.scanner.source.charCodeAt(this.scanner.index + 1);\\r\\n\\t            var n2 = this.scanner.source.charCodeAt(this.scanner.index + 2);\\r\\n\\t            var value = (n1 === 46 && n2 === 46) ? '...' : '.';\\r\\n\\t            var start = this.scanner.index;\\r\\n\\t            this.scanner.index += value.length;\\r\\n\\t            return {\\r\\n\\t                type: 7 /* Punctuator */,\\r\\n\\t                value: value,\\r\\n\\t                lineNumber: this.scanner.lineNumber,\\r\\n\\t                lineStart: this.scanner.lineStart,\\r\\n\\t                start: start,\\r\\n\\t                end: this.scanner.index\\r\\n\\t            };\\r\\n\\t        }\\r\\n\\t        // `\\r\\n\\t        if (cp === 96) {\\r\\n\\t            // Only placeholder, since it will be rescanned as a real assignment expression.\\r\\n\\t            return {\\r\\n\\t                type: 10 /* Template */,\\r\\n\\t                value: '',\\r\\n\\t                lineNumber: this.scanner.lineNumber,\\r\\n\\t                lineStart: this.scanner.lineStart,\\r\\n\\t                start: this.scanner.index,\\r\\n\\t                end: this.scanner.index\\r\\n\\t            };\\r\\n\\t        }\\r\\n\\t        // Identifer can not contain backslash (char code 92).\\r\\n\\t        if (character_1.Character.isIdentifierStart(cp) && (cp !== 92)) {\\r\\n\\t            var start = this.scanner.index;\\r\\n\\t            ++this.scanner.index;\\r\\n\\t            while (!this.scanner.eof()) {\\r\\n\\t                var ch = this.scanner.source.charCodeAt(this.scanner.index);\\r\\n\\t                if (character_1.Character.isIdentifierPart(ch) && (ch !== 92)) {\\r\\n\\t                    ++this.scanner.index;\\r\\n\\t                }\\r\\n\\t                else if (ch === 45) {\\r\\n\\t                    // Hyphen (char code 45) can be part of an identifier.\\r\\n\\t                    ++this.scanner.index;\\r\\n\\t                }\\r\\n\\t                else {\\r\\n\\t                    break;\\r\\n\\t                }\\r\\n\\t            }\\r\\n\\t            var id = this.scanner.source.slice(start, this.scanner.index);\\r\\n\\t            return {\\r\\n\\t                type: 100 /* Identifier */,\\r\\n\\t                value: id,\\r\\n\\t                lineNumber: this.scanner.lineNumber,\\r\\n\\t                lineStart: this.scanner.lineStart,\\r\\n\\t                start: start,\\r\\n\\t                end: this.scanner.index\\r\\n\\t            };\\r\\n\\t        }\\r\\n\\t        return this.scanner.lex();\\r\\n\\t    };\\r\\n\\t    JSXParser.prototype.nextJSXToken = function () {\\r\\n\\t        this.collectComments();\\r\\n\\t        this.startMarker.index = this.scanner.index;\\r\\n\\t        this.startMarker.line = this.scanner.lineNumber;\\r\\n\\t        this.startMarker.column = this.scanner.index - this.scanner.lineStart;\\r\\n\\t        var token = this.lexJSX();\\r\\n\\t        this.lastMarker.index = this.scanner.index;\\r\\n\\t        this.lastMarker.line = this.scanner.lineNumber;\\r\\n\\t        this.lastMarker.column = this.scanner.index - this.scanner.lineStart;\\r\\n\\t        if (this.config.tokens) {\\r\\n\\t            this.tokens.push(this.convertToken(token));\\r\\n\\t        }\\r\\n\\t        return token;\\r\\n\\t    };\\r\\n\\t    JSXParser.prototype.nextJSXText = function () {\\r\\n\\t        this.startMarker.index = this.scanner.index;\\r\\n\\t        this.startMarker.line = this.scanner.lineNumber;\\r\\n\\t        this.startMarker.column = this.scanner.index - this.scanner.lineStart;\\r\\n\\t        var start = this.scanner.index;\\r\\n\\t        var text = '';\\r\\n\\t        while (!this.scanner.eof()) {\\r\\n\\t            var ch = this.scanner.source[this.scanner.index];\\r\\n\\t            if (ch === '{' || ch === '<') {\\r\\n\\t                break;\\r\\n\\t            }\\r\\n\\t            ++this.scanner.index;\\r\\n\\t            text += ch;\\r\\n\\t            if (character_1.Character.isLineTerminator(ch.charCodeAt(0))) {\\r\\n\\t                ++this.scanner.lineNumber;\\r\\n\\t                if (ch === '\\\\r' && this.scanner.source[this.scanner.index] === '\\\\n') {\\r\\n\\t                    ++this.scanner.index;\\r\\n\\t                }\\r\\n\\t                this.scanner.lineStart = this.scanner.index;\\r\\n\\t            }\\r\\n\\t        }\\r\\n\\t        this.lastMarker.index = this.scanner.index;\\r\\n\\t        this.lastMarker.line = this.scanner.lineNumber;\\r\\n\\t        this.lastMarker.column = this.scanner.index - this.scanner.lineStart;\\r\\n\\t        var token = {\\r\\n\\t            type: 101 /* Text */,\\r\\n\\t            value: text,\\r\\n\\t            lineNumber: this.scanner.lineNumber,\\r\\n\\t            lineStart: this.scanner.lineStart,\\r\\n\\t            start: start,\\r\\n\\t            end: this.scanner.index\\r\\n\\t        };\\r\\n\\t        if ((text.length > 0) && this.config.tokens) {\\r\\n\\t            this.tokens.push(this.convertToken(token));\\r\\n\\t        }\\r\\n\\t        return token;\\r\\n\\t    };\\r\\n\\t    JSXParser.prototype.peekJSXToken = function () {\\r\\n\\t        var state = this.scanner.saveState();\\r\\n\\t        this.scanner.scanComments();\\r\\n\\t        var next = this.lexJSX();\\r\\n\\t        this.scanner.restoreState(state);\\r\\n\\t        return next;\\r\\n\\t    };\\r\\n\\t    // Expect the next JSX token to match the specified punctuator.\\r\\n\\t    // If not, an exception will be thrown.\\r\\n\\t    JSXParser.prototype.expectJSX = function (value) {\\r\\n\\t        var token = this.nextJSXToken();\\r\\n\\t        if (token.type !== 7 /* Punctuator */ || token.value !== value) {\\r\\n\\t            this.throwUnexpectedToken(token);\\r\\n\\t        }\\r\\n\\t    };\\r\\n\\t    // Return true if the next JSX token matches the specified punctuator.\\r\\n\\t    JSXParser.prototype.matchJSX = function (value) {\\r\\n\\t        var next = this.peekJSXToken();\\r\\n\\t        return next.type === 7 /* Punctuator */ && next.value === value;\\r\\n\\t    };\\r\\n\\t    JSXParser.prototype.parseJSXIdentifier = function () {\\r\\n\\t        var node = this.createJSXNode();\\r\\n\\t        var token = this.nextJSXToken();\\r\\n\\t        if (token.type !== 100 /* Identifier */) {\\r\\n\\t            this.throwUnexpectedToken(token);\\r\\n\\t        }\\r\\n\\t        return this.finalize(node, new JSXNode.JSXIdentifier(token.value));\\r\\n\\t    };\\r\\n\\t    JSXParser.prototype.parseJSXElementName = function () {\\r\\n\\t        var node = this.createJSXNode();\\r\\n\\t        var elementName = this.parseJSXIdentifier();\\r\\n\\t        if (this.matchJSX(':')) {\\r\\n\\t            var namespace = elementName;\\r\\n\\t            this.expectJSX(':');\\r\\n\\t            var name_1 = this.parseJSXIdentifier();\\r\\n\\t            elementName = this.finalize(node, new JSXNode.JSXNamespacedName(namespace, name_1));\\r\\n\\t        }\\r\\n\\t        else if (this.matchJSX('.')) {\\r\\n\\t            while (this.matchJSX('.')) {\\r\\n\\t                var object = elementName;\\r\\n\\t                this.expectJSX('.');\\r\\n\\t                var property = this.parseJSXIdentifier();\\r\\n\\t                elementName = this.finalize(node, new JSXNode.JSXMemberExpression(object, property));\\r\\n\\t            }\\r\\n\\t        }\\r\\n\\t        return elementName;\\r\\n\\t    };\\r\\n\\t    JSXParser.prototype.parseJSXAttributeName = function () {\\r\\n\\t        var node = this.createJSXNode();\\r\\n\\t        var attributeName;\\r\\n\\t        var identifier = this.parseJSXIdentifier();\\r\\n\\t        if (this.matchJSX(':')) {\\r\\n\\t            var namespace = identifier;\\r\\n\\t            this.expectJSX(':');\\r\\n\\t            var name_2 = this.parseJSXIdentifier();\\r\\n\\t            attributeName = this.finalize(node, new JSXNode.JSXNamespacedName(namespace, name_2));\\r\\n\\t        }\\r\\n\\t        else {\\r\\n\\t            attributeName = identifier;\\r\\n\\t        }\\r\\n\\t        return attributeName;\\r\\n\\t    };\\r\\n\\t    JSXParser.prototype.parseJSXStringLiteralAttribute = function () {\\r\\n\\t        var node = this.createJSXNode();\\r\\n\\t        var token = this.nextJSXToken();\\r\\n\\t        if (token.type !== 8 /* StringLiteral */) {\\r\\n\\t            this.throwUnexpectedToken(token);\\r\\n\\t        }\\r\\n\\t        var raw = this.getTokenRaw(token);\\r\\n\\t        return this.finalize(node, new Node.Literal(token.value, raw));\\r\\n\\t    };\\r\\n\\t    JSXParser.prototype.parseJSXExpressionAttribute = function () {\\r\\n\\t        var node = this.createJSXNode();\\r\\n\\t        this.expectJSX('{');\\r\\n\\t        this.finishJSX();\\r\\n\\t        if (this.match('}')) {\\r\\n\\t            this.tolerateError('JSX attributes must only be assigned a non-empty expression');\\r\\n\\t        }\\r\\n\\t        var expression = this.parseAssignmentExpression();\\r\\n\\t        this.reenterJSX();\\r\\n\\t        return this.finalize(node, new JSXNode.JSXExpressionContainer(expression));\\r\\n\\t    };\\r\\n\\t    JSXParser.prototype.parseJSXAttributeValue = function () {\\r\\n\\t        return this.matchJSX('{') ? this.parseJSXExpressionAttribute() :\\r\\n\\t            this.matchJSX('<') ? this.parseJSXElement() : this.parseJSXStringLiteralAttribute();\\r\\n\\t    };\\r\\n\\t    JSXParser.prototype.parseJSXNameValueAttribute = function () {\\r\\n\\t        var node = this.createJSXNode();\\r\\n\\t        var name = this.parseJSXAttributeName();\\r\\n\\t        var value = null;\\r\\n\\t        if (this.matchJSX('=')) {\\r\\n\\t            this.expectJSX('=');\\r\\n\\t            value = this.parseJSXAttributeValue();\\r\\n\\t        }\\r\\n\\t        return this.finalize(node, new JSXNode.JSXAttribute(name, value));\\r\\n\\t    };\\r\\n\\t    JSXParser.prototype.parseJSXSpreadAttribute = function () {\\r\\n\\t        var node = this.createJSXNode();\\r\\n\\t        this.expectJSX('{');\\r\\n\\t        this.expectJSX('...');\\r\\n\\t        this.finishJSX();\\r\\n\\t        var argument = this.parseAssignmentExpression();\\r\\n\\t        this.reenterJSX();\\r\\n\\t        return this.finalize(node, new JSXNode.JSXSpreadAttribute(argument));\\r\\n\\t    };\\r\\n\\t    JSXParser.prototype.parseJSXAttributes = function () {\\r\\n\\t        var attributes = [];\\r\\n\\t        while (!this.matchJSX('/') && !this.matchJSX('>')) {\\r\\n\\t            var attribute = this.matchJSX('{') ? this.parseJSXSpreadAttribute() :\\r\\n\\t                this.parseJSXNameValueAttribute();\\r\\n\\t            attributes.push(attribute);\\r\\n\\t        }\\r\\n\\t        return attributes;\\r\\n\\t    };\\r\\n\\t    JSXParser.prototype.parseJSXOpeningElement = function () {\\r\\n\\t        var node = this.createJSXNode();\\r\\n\\t        this.expectJSX('<');\\r\\n\\t        var name = this.parseJSXElementName();\\r\\n\\t        var attributes = this.parseJSXAttributes();\\r\\n\\t        var selfClosing = this.matchJSX('/');\\r\\n\\t        if (selfClosing) {\\r\\n\\t            this.expectJSX('/');\\r\\n\\t        }\\r\\n\\t        this.expectJSX('>');\\r\\n\\t        return this.finalize(node, new JSXNode.JSXOpeningElement(name, selfClosing, attributes));\\r\\n\\t    };\\r\\n\\t    JSXParser.prototype.parseJSXBoundaryElement = function () {\\r\\n\\t        var node = this.createJSXNode();\\r\\n\\t        this.expectJSX('<');\\r\\n\\t        if (this.matchJSX('/')) {\\r\\n\\t            this.expectJSX('/');\\r\\n\\t            var name_3 = this.parseJSXElementName();\\r\\n\\t            this.expectJSX('>');\\r\\n\\t            return this.finalize(node, new JSXNode.JSXClosingElement(name_3));\\r\\n\\t        }\\r\\n\\t        var name = this.parseJSXElementName();\\r\\n\\t        var attributes = this.parseJSXAttributes();\\r\\n\\t        var selfClosing = this.matchJSX('/');\\r\\n\\t        if (selfClosing) {\\r\\n\\t            this.expectJSX('/');\\r\\n\\t        }\\r\\n\\t        this.expectJSX('>');\\r\\n\\t        return this.finalize(node, new JSXNode.JSXOpeningElement(name, selfClosing, attributes));\\r\\n\\t    };\\r\\n\\t    JSXParser.prototype.parseJSXEmptyExpression = function () {\\r\\n\\t        var node = this.createJSXChildNode();\\r\\n\\t        this.collectComments();\\r\\n\\t        this.lastMarker.index = this.scanner.index;\\r\\n\\t        this.lastMarker.line = this.scanner.lineNumber;\\r\\n\\t        this.lastMarker.column = this.scanner.index - this.scanner.lineStart;\\r\\n\\t        return this.finalize(node, new JSXNode.JSXEmptyExpression());\\r\\n\\t    };\\r\\n\\t    JSXParser.prototype.parseJSXExpressionContainer = function () {\\r\\n\\t        var node = this.createJSXNode();\\r\\n\\t        this.expectJSX('{');\\r\\n\\t        var expression;\\r\\n\\t        if (this.matchJSX('}')) {\\r\\n\\t            expression = this.parseJSXEmptyExpression();\\r\\n\\t            this.expectJSX('}');\\r\\n\\t        }\\r\\n\\t        else {\\r\\n\\t            this.finishJSX();\\r\\n\\t            expression = this.parseAssignmentExpression();\\r\\n\\t            this.reenterJSX();\\r\\n\\t        }\\r\\n\\t        return this.finalize(node, new JSXNode.JSXExpressionContainer(expression));\\r\\n\\t    };\\r\\n\\t    JSXParser.prototype.parseJSXChildren = function () {\\r\\n\\t        var children = [];\\r\\n\\t        while (!this.scanner.eof()) {\\r\\n\\t            var node = this.createJSXChildNode();\\r\\n\\t            var token = this.nextJSXText();\\r\\n\\t            if (token.start < token.end) {\\r\\n\\t                var raw = this.getTokenRaw(token);\\r\\n\\t                var child = this.finalize(node, new JSXNode.JSXText(token.value, raw));\\r\\n\\t                children.push(child);\\r\\n\\t            }\\r\\n\\t            if (this.scanner.source[this.scanner.index] === '{') {\\r\\n\\t                var container = this.parseJSXExpressionContainer();\\r\\n\\t                children.push(container);\\r\\n\\t            }\\r\\n\\t            else {\\r\\n\\t                break;\\r\\n\\t            }\\r\\n\\t        }\\r\\n\\t        return children;\\r\\n\\t    };\\r\\n\\t    JSXParser.prototype.parseComplexJSXElement = function (el) {\\r\\n\\t        var stack = [];\\r\\n\\t        while (!this.scanner.eof()) {\\r\\n\\t            el.children = el.children.concat(this.parseJSXChildren());\\r\\n\\t            var node = this.createJSXChildNode();\\r\\n\\t            var element = this.parseJSXBoundaryElement();\\r\\n\\t            if (element.type === jsx_syntax_1.JSXSyntax.JSXOpeningElement) {\\r\\n\\t                var opening = element;\\r\\n\\t                if (opening.selfClosing) {\\r\\n\\t                    var child = this.finalize(node, new JSXNode.JSXElement(opening, [], null));\\r\\n\\t                    el.children.push(child);\\r\\n\\t                }\\r\\n\\t                else {\\r\\n\\t                    stack.push(el);\\r\\n\\t                    el = { node: node, opening: opening, closing: null, children: [] };\\r\\n\\t                }\\r\\n\\t            }\\r\\n\\t            if (element.type === jsx_syntax_1.JSXSyntax.JSXClosingElement) {\\r\\n\\t                el.closing = element;\\r\\n\\t                var open_1 = getQualifiedElementName(el.opening.name);\\r\\n\\t                var close_1 = getQualifiedElementName(el.closing.name);\\r\\n\\t                if (open_1 !== close_1) {\\r\\n\\t                    this.tolerateError('Expected corresponding JSX closing tag for %0', open_1);\\r\\n\\t                }\\r\\n\\t                if (stack.length > 0) {\\r\\n\\t                    var child = this.finalize(el.node, new JSXNode.JSXElement(el.opening, el.children, el.closing));\\r\\n\\t                    el = stack[stack.length - 1];\\r\\n\\t                    el.children.push(child);\\r\\n\\t                    stack.pop();\\r\\n\\t                }\\r\\n\\t                else {\\r\\n\\t                    break;\\r\\n\\t                }\\r\\n\\t            }\\r\\n\\t        }\\r\\n\\t        return el;\\r\\n\\t    };\\r\\n\\t    JSXParser.prototype.parseJSXElement = function () {\\r\\n\\t        var node = this.createJSXNode();\\r\\n\\t        var opening = this.parseJSXOpeningElement();\\r\\n\\t        var children = [];\\r\\n\\t        var closing = null;\\r\\n\\t        if (!opening.selfClosing) {\\r\\n\\t            var el = this.parseComplexJSXElement({ node: node, opening: opening, closing: closing, children: children });\\r\\n\\t            children = el.children;\\r\\n\\t            closing = el.closing;\\r\\n\\t        }\\r\\n\\t        return this.finalize(node, new JSXNode.JSXElement(opening, children, closing));\\r\\n\\t    };\\r\\n\\t    JSXParser.prototype.parseJSXRoot = function () {\\r\\n\\t        // Pop the opening '<' added from the lookahead.\\r\\n\\t        if (this.config.tokens) {\\r\\n\\t            this.tokens.pop();\\r\\n\\t        }\\r\\n\\t        this.startJSX();\\r\\n\\t        var element = this.parseJSXElement();\\r\\n\\t        this.finishJSX();\\r\\n\\t        return element;\\r\\n\\t    };\\r\\n\\t    JSXParser.prototype.isStartOfExpression = function () {\\r\\n\\t        return _super.prototype.isStartOfExpression.call(this) || this.match('<');\\r\\n\\t    };\\r\\n\\t    return JSXParser;\\r\\n\\t}(parser_1.Parser));\\r\\n\\texports.JSXParser = JSXParser;\\r\\n\\n\\n/***/ },\\n/* 4 */\\n/***/ function(module, exports) {\\n\\n\\t\\\"use strict\\\";\\r\\n\\tObject.defineProperty(exports, \\\"__esModule\\\", { value: true });\\r\\n\\t// See also tools/generate-unicode-regex.js.\\r\\n\\tvar Regex = {\\r\\n\\t    // Unicode v8.0.0 NonAsciiIdentifierStart:\\r\\n\\t    NonAsciiIdentifierStart: /[\\\\xAA\\\\xB5\\\\xBA\\\\xC0-\\\\xD6\\\\xD8-\\\\xF6\\\\xF8-\\\\u02C1\\\\u02C6-\\\\u02D1\\\\u02E0-\\\\u02E4\\\\u02EC\\\\u02EE\\\\u0370-\\\\u0374\\\\u0376\\\\u0377\\\\u037A-\\\\u037D\\\\u037F\\\\u0386\\\\u0388-\\\\u038A\\\\u038C\\\\u038E-\\\\u03A1\\\\u03A3-\\\\u03F5\\\\u03F7-\\\\u0481\\\\u048A-\\\\u052F\\\\u0531-\\\\u0556\\\\u0559\\\\u0561-\\\\u0587\\\\u05D0-\\\\u05EA\\\\u05F0-\\\\u05F2\\\\u0620-\\\\u064A\\\\u066E\\\\u066F\\\\u0671-\\\\u06D3\\\\u06D5\\\\u06E5\\\\u06E6\\\\u06EE\\\\u06EF\\\\u06FA-\\\\u06FC\\\\u06FF\\\\u0710\\\\u0712-\\\\u072F\\\\u074D-\\\\u07A5\\\\u07B1\\\\u07CA-\\\\u07EA\\\\u07F4\\\\u07F5\\\\u07FA\\\\u0800-\\\\u0815\\\\u081A\\\\u0824\\\\u0828\\\\u0840-\\\\u0858\\\\u08A0-\\\\u08B4\\\\u0904-\\\\u0939\\\\u093D\\\\u0950\\\\u0958-\\\\u0961\\\\u0971-\\\\u0980\\\\u0985-\\\\u098C\\\\u098F\\\\u0990\\\\u0993-\\\\u09A8\\\\u09AA-\\\\u09B0\\\\u09B2\\\\u09B6-\\\\u09B9\\\\u09BD\\\\u09CE\\\\u09DC\\\\u09DD\\\\u09DF-\\\\u09E1\\\\u09F0\\\\u09F1\\\\u0A05-\\\\u0A0A\\\\u0A0F\\\\u0A10\\\\u0A13-\\\\u0A28\\\\u0A2A-\\\\u0A30\\\\u0A32\\\\u0A33\\\\u0A35\\\\u0A36\\\\u0A38\\\\u0A39\\\\u0A59-\\\\u0A5C\\\\u0A5E\\\\u0A72-\\\\u0A74\\\\u0A85-\\\\u0A8D\\\\u0A8F-\\\\u0A91\\\\u0A93-\\\\u0AA8\\\\u0AAA-\\\\u0AB0\\\\u0AB2\\\\u0AB3\\\\u0AB5-\\\\u0AB9\\\\u0ABD\\\\u0AD0\\\\u0AE0\\\\u0AE1\\\\u0AF9\\\\u0B05-\\\\u0B0C\\\\u0B0F\\\\u0B10\\\\u0B13-\\\\u0B28\\\\u0B2A-\\\\u0B30\\\\u0B32\\\\u0B33\\\\u0B35-\\\\u0B39\\\\u0B3D\\\\u0B5C\\\\u0B5D\\\\u0B5F-\\\\u0B61\\\\u0B71\\\\u0B83\\\\u0B85-\\\\u0B8A\\\\u0B8E-\\\\u0B90\\\\u0B92-\\\\u0B95\\\\u0B99\\\\u0B9A\\\\u0B9C\\\\u0B9E\\\\u0B9F\\\\u0BA3\\\\u0BA4\\\\u0BA8-\\\\u0BAA\\\\u0BAE-\\\\u0BB9\\\\u0BD0\\\\u0C05-\\\\u0C0C\\\\u0C0E-\\\\u0C10\\\\u0C12-\\\\u0C28\\\\u0C2A-\\\\u0C39\\\\u0C3D\\\\u0C58-\\\\u0C5A\\\\u0C60\\\\u0C61\\\\u0C85-\\\\u0C8C\\\\u0C8E-\\\\u0C90\\\\u0C92-\\\\u0CA8\\\\u0CAA-\\\\u0CB3\\\\u0CB5-\\\\u0CB9\\\\u0CBD\\\\u0CDE\\\\u0CE0\\\\u0CE1\\\\u0CF1\\\\u0CF2\\\\u0D05-\\\\u0D0C\\\\u0D0E-\\\\u0D10\\\\u0D12-\\\\u0D3A\\\\u0D3D\\\\u0D4E\\\\u0D5F-\\\\u0D61\\\\u0D7A-\\\\u0D7F\\\\u0D85-\\\\u0D96\\\\u0D9A-\\\\u0DB1\\\\u0DB3-\\\\u0DBB\\\\u0DBD\\\\u0DC0-\\\\u0DC6\\\\u0E01-\\\\u0E30\\\\u0E32\\\\u0E33\\\\u0E40-\\\\u0E46\\\\u0E81\\\\u0E82\\\\u0E84\\\\u0E87\\\\u0E88\\\\u0E8A\\\\u0E8D\\\\u0E94-\\\\u0E97\\\\u0E99-\\\\u0E9F\\\\u0EA1-\\\\u0EA3\\\\u0EA5\\\\u0EA7\\\\u0EAA\\\\u0EAB\\\\u0EAD-\\\\u0EB0\\\\u0EB2\\\\u0EB3\\\\u0EBD\\\\u0EC0-\\\\u0EC4\\\\u0EC6\\\\u0EDC-\\\\u0EDF\\\\u0F00\\\\u0F40-\\\\u0F47\\\\u0F49-\\\\u0F6C\\\\u0F88-\\\\u0F8C\\\\u1000-\\\\u102A\\\\u103F\\\\u1050-\\\\u1055\\\\u105A-\\\\u105D\\\\u1061\\\\u1065\\\\u1066\\\\u106E-\\\\u1070\\\\u1075-\\\\u1081\\\\u108E\\\\u10A0-\\\\u10C5\\\\u10C7\\\\u10CD\\\\u10D0-\\\\u10FA\\\\u10FC-\\\\u1248\\\\u124A-\\\\u124D\\\\u1250-\\\\u1256\\\\u1258\\\\u125A-\\\\u125D\\\\u1260-\\\\u1288\\\\u128A-\\\\u128D\\\\u1290-\\\\u12B0\\\\u12B2-\\\\u12B5\\\\u12B8-\\\\u12BE\\\\u12C0\\\\u12C2-\\\\u12C5\\\\u12C8-\\\\u12D6\\\\u12D8-\\\\u1310\\\\u1312-\\\\u1315\\\\u1318-\\\\u135A\\\\u1380-\\\\u138F\\\\u13A0-\\\\u13F5\\\\u13F8-\\\\u13FD\\\\u1401-\\\\u166C\\\\u166F-\\\\u167F\\\\u1681-\\\\u169A\\\\u16A0-\\\\u16EA\\\\u16EE-\\\\u16F8\\\\u1700-\\\\u170C\\\\u170E-\\\\u1711\\\\u1720-\\\\u1731\\\\u1740-\\\\u1751\\\\u1760-\\\\u176C\\\\u176E-\\\\u1770\\\\u1780-\\\\u17B3\\\\u17D7\\\\u17DC\\\\u1820-\\\\u1877\\\\u1880-\\\\u18A8\\\\u18AA\\\\u18B0-\\\\u18F5\\\\u1900-\\\\u191E\\\\u1950-\\\\u196D\\\\u1970-\\\\u1974\\\\u1980-\\\\u19AB\\\\u19B0-\\\\u19C9\\\\u1A00-\\\\u1A16\\\\u1A20-\\\\u1A54\\\\u1AA7\\\\u1B05-\\\\u1B33\\\\u1B45-\\\\u1B4B\\\\u1B83-\\\\u1BA0\\\\u1BAE\\\\u1BAF\\\\u1BBA-\\\\u1BE5\\\\u1C00-\\\\u1C23\\\\u1C4D-\\\\u1C4F\\\\u1C5A-\\\\u1C7D\\\\u1CE9-\\\\u1CEC\\\\u1CEE-\\\\u1CF1\\\\u1CF5\\\\u1CF6\\\\u1D00-\\\\u1DBF\\\\u1E00-\\\\u1F15\\\\u1F18-\\\\u1F1D\\\\u1F20-\\\\u1F45\\\\u1F48-\\\\u1F4D\\\\u1F50-\\\\u1F57\\\\u1F59\\\\u1F5B\\\\u1F5D\\\\u1F5F-\\\\u1F7D\\\\u1F80-\\\\u1FB4\\\\u1FB6-\\\\u1FBC\\\\u1FBE\\\\u1FC2-\\\\u1FC4\\\\u1FC6-\\\\u1FCC\\\\u1FD0-\\\\u1FD3\\\\u1FD6-\\\\u1FDB\\\\u1FE0-\\\\u1FEC\\\\u1FF2-\\\\u1FF4\\\\u1FF6-\\\\u1FFC\\\\u2071\\\\u207F\\\\u2090-\\\\u209C\\\\u2102\\\\u2107\\\\u210A-\\\\u2113\\\\u2115\\\\u2118-\\\\u211D\\\\u2124\\\\u2126\\\\u2128\\\\u212A-\\\\u2139\\\\u213C-\\\\u213F\\\\u2145-\\\\u2149\\\\u214E\\\\u2160-\\\\u2188\\\\u2C00-\\\\u2C2E\\\\u2C30-\\\\u2C5E\\\\u2C60-\\\\u2CE4\\\\u2CEB-\\\\u2CEE\\\\u2CF2\\\\u2CF3\\\\u2D00-\\\\u2D25\\\\u2D27\\\\u2D2D\\\\u2D30-\\\\u2D67\\\\u2D6F\\\\u2D80-\\\\u2D96\\\\u2DA0-\\\\u2DA6\\\\u2DA8-\\\\u2DAE\\\\u2DB0-\\\\u2DB6\\\\u2DB8-\\\\u2DBE\\\\u2DC0-\\\\u2DC6\\\\u2DC8-\\\\u2DCE\\\\u2DD0-\\\\u2DD6\\\\u2DD8-\\\\u2DDE\\\\u3005-\\\\u3007\\\\u3021-\\\\u3029\\\\u3031-\\\\u3035\\\\u3038-\\\\u303C\\\\u3041-\\\\u3096\\\\u309B-\\\\u309F\\\\u30A1-\\\\u30FA\\\\u30FC-\\\\u30FF\\\\u3105-\\\\u312D\\\\u3131-\\\\u318E\\\\u31A0-\\\\u31BA\\\\u31F0-\\\\u31FF\\\\u3400-\\\\u4DB5\\\\u4E00-\\\\u9FD5\\\\uA000-\\\\uA48C\\\\uA4D0-\\\\uA4FD\\\\uA500-\\\\uA60C\\\\uA610-\\\\uA61F\\\\uA62A\\\\uA62B\\\\uA640-\\\\uA66E\\\\uA67F-\\\\uA69D\\\\uA6A0-\\\\uA6EF\\\\uA717-\\\\uA71F\\\\uA722-\\\\uA788\\\\uA78B-\\\\uA7AD\\\\uA7B0-\\\\uA7B7\\\\uA7F7-\\\\uA801\\\\uA803-\\\\uA805\\\\uA807-\\\\uA80A\\\\uA80C-\\\\uA822\\\\uA840-\\\\uA873\\\\uA882-\\\\uA8B3\\\\uA8F2-\\\\uA8F7\\\\uA8FB\\\\uA8FD\\\\uA90A-\\\\uA925\\\\uA930-\\\\uA946\\\\uA960-\\\\uA97C\\\\uA984-\\\\uA9B2\\\\uA9CF\\\\uA9E0-\\\\uA9E4\\\\uA9E6-\\\\uA9EF\\\\uA9FA-\\\\uA9FE\\\\uAA00-\\\\uAA28\\\\uAA40-\\\\uAA42\\\\uAA44-\\\\uAA4B\\\\uAA60-\\\\uAA76\\\\uAA7A\\\\uAA7E-\\\\uAAAF\\\\uAAB1\\\\uAAB5\\\\uAAB6\\\\uAAB9-\\\\uAABD\\\\uAAC0\\\\uAAC2\\\\uAADB-\\\\uAADD\\\\uAAE0-\\\\uAAEA\\\\uAAF2-\\\\uAAF4\\\\uAB01-\\\\uAB06\\\\uAB09-\\\\uAB0E\\\\uAB11-\\\\uAB16\\\\uAB20-\\\\uAB26\\\\uAB28-\\\\uAB2E\\\\uAB30-\\\\uAB5A\\\\uAB5C-\\\\uAB65\\\\uAB70-\\\\uABE2\\\\uAC00-\\\\uD7A3\\\\uD7B0-\\\\uD7C6\\\\uD7CB-\\\\uD7FB\\\\uF900-\\\\uFA6D\\\\uFA70-\\\\uFAD9\\\\uFB00-\\\\uFB06\\\\uFB13-\\\\uFB17\\\\uFB1D\\\\uFB1F-\\\\uFB28\\\\uFB2A-\\\\uFB36\\\\uFB38-\\\\uFB3C\\\\uFB3E\\\\uFB40\\\\uFB41\\\\uFB43\\\\uFB44\\\\uFB46-\\\\uFBB1\\\\uFBD3-\\\\uFD3D\\\\uFD50-\\\\uFD8F\\\\uFD92-\\\\uFDC7\\\\uFDF0-\\\\uFDFB\\\\uFE70-\\\\uFE74\\\\uFE76-\\\\uFEFC\\\\uFF21-\\\\uFF3A\\\\uFF41-\\\\uFF5A\\\\uFF66-\\\\uFFBE\\\\uFFC2-\\\\uFFC7\\\\uFFCA-\\\\uFFCF\\\\uFFD2-\\\\uFFD7\\\\uFFDA-\\\\uFFDC]|\\\\uD800[\\\\uDC00-\\\\uDC0B\\\\uDC0D-\\\\uDC26\\\\uDC28-\\\\uDC3A\\\\uDC3C\\\\uDC3D\\\\uDC3F-\\\\uDC4D\\\\uDC50-\\\\uDC5D\\\\uDC80-\\\\uDCFA\\\\uDD40-\\\\uDD74\\\\uDE80-\\\\uDE9C\\\\uDEA0-\\\\uDED0\\\\uDF00-\\\\uDF1F\\\\uDF30-\\\\uDF4A\\\\uDF50-\\\\uDF75\\\\uDF80-\\\\uDF9D\\\\uDFA0-\\\\uDFC3\\\\uDFC8-\\\\uDFCF\\\\uDFD1-\\\\uDFD5]|\\\\uD801[\\\\uDC00-\\\\uDC9D\\\\uDD00-\\\\uDD27\\\\uDD30-\\\\uDD63\\\\uDE00-\\\\uDF36\\\\uDF40-\\\\uDF55\\\\uDF60-\\\\uDF67]|\\\\uD802[\\\\uDC00-\\\\uDC05\\\\uDC08\\\\uDC0A-\\\\uDC35\\\\uDC37\\\\uDC38\\\\uDC3C\\\\uDC3F-\\\\uDC55\\\\uDC60-\\\\uDC76\\\\uDC80-\\\\uDC9E\\\\uDCE0-\\\\uDCF2\\\\uDCF4\\\\uDCF5\\\\uDD00-\\\\uDD15\\\\uDD20-\\\\uDD39\\\\uDD80-\\\\uDDB7\\\\uDDBE\\\\uDDBF\\\\uDE00\\\\uDE10-\\\\uDE13\\\\uDE15-\\\\uDE17\\\\uDE19-\\\\uDE33\\\\uDE60-\\\\uDE7C\\\\uDE80-\\\\uDE9C\\\\uDEC0-\\\\uDEC7\\\\uDEC9-\\\\uDEE4\\\\uDF00-\\\\uDF35\\\\uDF40-\\\\uDF55\\\\uDF60-\\\\uDF72\\\\uDF80-\\\\uDF91]|\\\\uD803[\\\\uDC00-\\\\uDC48\\\\uDC80-\\\\uDCB2\\\\uDCC0-\\\\uDCF2]|\\\\uD804[\\\\uDC03-\\\\uDC37\\\\uDC83-\\\\uDCAF\\\\uDCD0-\\\\uDCE8\\\\uDD03-\\\\uDD26\\\\uDD50-\\\\uDD72\\\\uDD76\\\\uDD83-\\\\uDDB2\\\\uDDC1-\\\\uDDC4\\\\uDDDA\\\\uDDDC\\\\uDE00-\\\\uDE11\\\\uDE13-\\\\uDE2B\\\\uDE80-\\\\uDE86\\\\uDE88\\\\uDE8A-\\\\uDE8D\\\\uDE8F-\\\\uDE9D\\\\uDE9F-\\\\uDEA8\\\\uDEB0-\\\\uDEDE\\\\uDF05-\\\\uDF0C\\\\uDF0F\\\\uDF10\\\\uDF13-\\\\uDF28\\\\uDF2A-\\\\uDF30\\\\uDF32\\\\uDF33\\\\uDF35-\\\\uDF39\\\\uDF3D\\\\uDF50\\\\uDF5D-\\\\uDF61]|\\\\uD805[\\\\uDC80-\\\\uDCAF\\\\uDCC4\\\\uDCC5\\\\uDCC7\\\\uDD80-\\\\uDDAE\\\\uDDD8-\\\\uDDDB\\\\uDE00-\\\\uDE2F\\\\uDE44\\\\uDE80-\\\\uDEAA\\\\uDF00-\\\\uDF19]|\\\\uD806[\\\\uDCA0-\\\\uDCDF\\\\uDCFF\\\\uDEC0-\\\\uDEF8]|\\\\uD808[\\\\uDC00-\\\\uDF99]|\\\\uD809[\\\\uDC00-\\\\uDC6E\\\\uDC80-\\\\uDD43]|[\\\\uD80C\\\\uD840-\\\\uD868\\\\uD86A-\\\\uD86C\\\\uD86F-\\\\uD872][\\\\uDC00-\\\\uDFFF]|\\\\uD80D[\\\\uDC00-\\\\uDC2E]|\\\\uD811[\\\\uDC00-\\\\uDE46]|\\\\uD81A[\\\\uDC00-\\\\uDE38\\\\uDE40-\\\\uDE5E\\\\uDED0-\\\\uDEED\\\\uDF00-\\\\uDF2F\\\\uDF40-\\\\uDF43\\\\uDF63-\\\\uDF77\\\\uDF7D-\\\\uDF8F]|\\\\uD81B[\\\\uDF00-\\\\uDF44\\\\uDF50\\\\uDF93-\\\\uDF9F]|\\\\uD82C[\\\\uDC00\\\\uDC01]|\\\\uD82F[\\\\uDC00-\\\\uDC6A\\\\uDC70-\\\\uDC7C\\\\uDC80-\\\\uDC88\\\\uDC90-\\\\uDC99]|\\\\uD835[\\\\uDC00-\\\\uDC54\\\\uDC56-\\\\uDC9C\\\\uDC9E\\\\uDC9F\\\\uDCA2\\\\uDCA5\\\\uDCA6\\\\uDCA9-\\\\uDCAC\\\\uDCAE-\\\\uDCB9\\\\uDCBB\\\\uDCBD-\\\\uDCC3\\\\uDCC5-\\\\uDD05\\\\uDD07-\\\\uDD0A\\\\uDD0D-\\\\uDD14\\\\uDD16-\\\\uDD1C\\\\uDD1E-\\\\uDD39\\\\uDD3B-\\\\uDD3E\\\\uDD40-\\\\uDD44\\\\uDD46\\\\uDD4A-\\\\uDD50\\\\uDD52-\\\\uDEA5\\\\uDEA8-\\\\uDEC0\\\\uDEC2-\\\\uDEDA\\\\uDEDC-\\\\uDEFA\\\\uDEFC-\\\\uDF14\\\\uDF16-\\\\uDF34\\\\uDF36-\\\\uDF4E\\\\uDF50-\\\\uDF6E\\\\uDF70-\\\\uDF88\\\\uDF8A-\\\\uDFA8\\\\uDFAA-\\\\uDFC2\\\\uDFC4-\\\\uDFCB]|\\\\uD83A[\\\\uDC00-\\\\uDCC4]|\\\\uD83B[\\\\uDE00-\\\\uDE03\\\\uDE05-\\\\uDE1F\\\\uDE21\\\\uDE22\\\\uDE24\\\\uDE27\\\\uDE29-\\\\uDE32\\\\uDE34-\\\\uDE37\\\\uDE39\\\\uDE3B\\\\uDE42\\\\uDE47\\\\uDE49\\\\uDE4B\\\\uDE4D-\\\\uDE4F\\\\uDE51\\\\uDE52\\\\uDE54\\\\uDE57\\\\uDE59\\\\uDE5B\\\\uDE5D\\\\uDE5F\\\\uDE61\\\\uDE62\\\\uDE64\\\\uDE67-\\\\uDE6A\\\\uDE6C-\\\\uDE72\\\\uDE74-\\\\uDE77\\\\uDE79-\\\\uDE7C\\\\uDE7E\\\\uDE80-\\\\uDE89\\\\uDE8B-\\\\uDE9B\\\\uDEA1-\\\\uDEA3\\\\uDEA5-\\\\uDEA9\\\\uDEAB-\\\\uDEBB]|\\\\uD869[\\\\uDC00-\\\\uDED6\\\\uDF00-\\\\uDFFF]|\\\\uD86D[\\\\uDC00-\\\\uDF34\\\\uDF40-\\\\uDFFF]|\\\\uD86E[\\\\uDC00-\\\\uDC1D\\\\uDC20-\\\\uDFFF]|\\\\uD873[\\\\uDC00-\\\\uDEA1]|\\\\uD87E[\\\\uDC00-\\\\uDE1D]/,\\r\\n\\t    // Unicode v8.0.0 NonAsciiIdentifierPart:\\r\\n\\t    NonAsciiIdentifierPart: /[\\\\xAA\\\\xB5\\\\xB7\\\\xBA\\\\xC0-\\\\xD6\\\\xD8-\\\\xF6\\\\xF8-\\\\u02C1\\\\u02C6-\\\\u02D1\\\\u02E0-\\\\u02E4\\\\u02EC\\\\u02EE\\\\u0300-\\\\u0374\\\\u0376\\\\u0377\\\\u037A-\\\\u037D\\\\u037F\\\\u0386-\\\\u038A\\\\u038C\\\\u038E-\\\\u03A1\\\\u03A3-\\\\u03F5\\\\u03F7-\\\\u0481\\\\u0483-\\\\u0487\\\\u048A-\\\\u052F\\\\u0531-\\\\u0556\\\\u0559\\\\u0561-\\\\u0587\\\\u0591-\\\\u05BD\\\\u05BF\\\\u05C1\\\\u05C2\\\\u05C4\\\\u05C5\\\\u05C7\\\\u05D0-\\\\u05EA\\\\u05F0-\\\\u05F2\\\\u0610-\\\\u061A\\\\u0620-\\\\u0669\\\\u066E-\\\\u06D3\\\\u06D5-\\\\u06DC\\\\u06DF-\\\\u06E8\\\\u06EA-\\\\u06FC\\\\u06FF\\\\u0710-\\\\u074A\\\\u074D-\\\\u07B1\\\\u07C0-\\\\u07F5\\\\u07FA\\\\u0800-\\\\u082D\\\\u0840-\\\\u085B\\\\u08A0-\\\\u08B4\\\\u08E3-\\\\u0963\\\\u0966-\\\\u096F\\\\u0971-\\\\u0983\\\\u0985-\\\\u098C\\\\u098F\\\\u0990\\\\u0993-\\\\u09A8\\\\u09AA-\\\\u09B0\\\\u09B2\\\\u09B6-\\\\u09B9\\\\u09BC-\\\\u09C4\\\\u09C7\\\\u09C8\\\\u09CB-\\\\u09CE\\\\u09D7\\\\u09DC\\\\u09DD\\\\u09DF-\\\\u09E3\\\\u09E6-\\\\u09F1\\\\u0A01-\\\\u0A03\\\\u0A05-\\\\u0A0A\\\\u0A0F\\\\u0A10\\\\u0A13-\\\\u0A28\\\\u0A2A-\\\\u0A30\\\\u0A32\\\\u0A33\\\\u0A35\\\\u0A36\\\\u0A38\\\\u0A39\\\\u0A3C\\\\u0A3E-\\\\u0A42\\\\u0A47\\\\u0A48\\\\u0A4B-\\\\u0A4D\\\\u0A51\\\\u0A59-\\\\u0A5C\\\\u0A5E\\\\u0A66-\\\\u0A75\\\\u0A81-\\\\u0A83\\\\u0A85-\\\\u0A8D\\\\u0A8F-\\\\u0A91\\\\u0A93-\\\\u0AA8\\\\u0AAA-\\\\u0AB0\\\\u0AB2\\\\u0AB3\\\\u0AB5-\\\\u0AB9\\\\u0ABC-\\\\u0AC5\\\\u0AC7-\\\\u0AC9\\\\u0ACB-\\\\u0ACD\\\\u0AD0\\\\u0AE0-\\\\u0AE3\\\\u0AE6-\\\\u0AEF\\\\u0AF9\\\\u0B01-\\\\u0B03\\\\u0B05-\\\\u0B0C\\\\u0B0F\\\\u0B10\\\\u0B13-\\\\u0B28\\\\u0B2A-\\\\u0B30\\\\u0B32\\\\u0B33\\\\u0B35-\\\\u0B39\\\\u0B3C-\\\\u0B44\\\\u0B47\\\\u0B48\\\\u0B4B-\\\\u0B4D\\\\u0B56\\\\u0B57\\\\u0B5C\\\\u0B5D\\\\u0B5F-\\\\u0B63\\\\u0B66-\\\\u0B6F\\\\u0B71\\\\u0B82\\\\u0B83\\\\u0B85-\\\\u0B8A\\\\u0B8E-\\\\u0B90\\\\u0B92-\\\\u0B95\\\\u0B99\\\\u0B9A\\\\u0B9C\\\\u0B9E\\\\u0B9F\\\\u0BA3\\\\u0BA4\\\\u0BA8-\\\\u0BAA\\\\u0BAE-\\\\u0BB9\\\\u0BBE-\\\\u0BC2\\\\u0BC6-\\\\u0BC8\\\\u0BCA-\\\\u0BCD\\\\u0BD0\\\\u0BD7\\\\u0BE6-\\\\u0BEF\\\\u0C00-\\\\u0C03\\\\u0C05-\\\\u0C0C\\\\u0C0E-\\\\u0C10\\\\u0C12-\\\\u0C28\\\\u0C2A-\\\\u0C39\\\\u0C3D-\\\\u0C44\\\\u0C46-\\\\u0C48\\\\u0C4A-\\\\u0C4D\\\\u0C55\\\\u0C56\\\\u0C58-\\\\u0C5A\\\\u0C60-\\\\u0C63\\\\u0C66-\\\\u0C6F\\\\u0C81-\\\\u0C83\\\\u0C85-\\\\u0C8C\\\\u0C8E-\\\\u0C90\\\\u0C92-\\\\u0CA8\\\\u0CAA-\\\\u0CB3\\\\u0CB5-\\\\u0CB9\\\\u0CBC-\\\\u0CC4\\\\u0CC6-\\\\u0CC8\\\\u0CCA-\\\\u0CCD\\\\u0CD5\\\\u0CD6\\\\u0CDE\\\\u0CE0-\\\\u0CE3\\\\u0CE6-\\\\u0CEF\\\\u0CF1\\\\u0CF2\\\\u0D01-\\\\u0D03\\\\u0D05-\\\\u0D0C\\\\u0D0E-\\\\u0D10\\\\u0D12-\\\\u0D3A\\\\u0D3D-\\\\u0D44\\\\u0D46-\\\\u0D48\\\\u0D4A-\\\\u0D4E\\\\u0D57\\\\u0D5F-\\\\u0D63\\\\u0D66-\\\\u0D6F\\\\u0D7A-\\\\u0D7F\\\\u0D82\\\\u0D83\\\\u0D85-\\\\u0D96\\\\u0D9A-\\\\u0DB1\\\\u0DB3-\\\\u0DBB\\\\u0DBD\\\\u0DC0-\\\\u0DC6\\\\u0DCA\\\\u0DCF-\\\\u0DD4\\\\u0DD6\\\\u0DD8-\\\\u0DDF\\\\u0DE6-\\\\u0DEF\\\\u0DF2\\\\u0DF3\\\\u0E01-\\\\u0E3A\\\\u0E40-\\\\u0E4E\\\\u0E50-\\\\u0E59\\\\u0E81\\\\u0E82\\\\u0E84\\\\u0E87\\\\u0E88\\\\u0E8A\\\\u0E8D\\\\u0E94-\\\\u0E97\\\\u0E99-\\\\u0E9F\\\\u0EA1-\\\\u0EA3\\\\u0EA5\\\\u0EA7\\\\u0EAA\\\\u0EAB\\\\u0EAD-\\\\u0EB9\\\\u0EBB-\\\\u0EBD\\\\u0EC0-\\\\u0EC4\\\\u0EC6\\\\u0EC8-\\\\u0ECD\\\\u0ED0-\\\\u0ED9\\\\u0EDC-\\\\u0EDF\\\\u0F00\\\\u0F18\\\\u0F19\\\\u0F20-\\\\u0F29\\\\u0F35\\\\u0F37\\\\u0F39\\\\u0F3E-\\\\u0F47\\\\u0F49-\\\\u0F6C\\\\u0F71-\\\\u0F84\\\\u0F86-\\\\u0F97\\\\u0F99-\\\\u0FBC\\\\u0FC6\\\\u1000-\\\\u1049\\\\u1050-\\\\u109D\\\\u10A0-\\\\u10C5\\\\u10C7\\\\u10CD\\\\u10D0-\\\\u10FA\\\\u10FC-\\\\u1248\\\\u124A-\\\\u124D\\\\u1250-\\\\u1256\\\\u1258\\\\u125A-\\\\u125D\\\\u1260-\\\\u1288\\\\u128A-\\\\u128D\\\\u1290-\\\\u12B0\\\\u12B2-\\\\u12B5\\\\u12B8-\\\\u12BE\\\\u12C0\\\\u12C2-\\\\u12C5\\\\u12C8-\\\\u12D6\\\\u12D8-\\\\u1310\\\\u1312-\\\\u1315\\\\u1318-\\\\u135A\\\\u135D-\\\\u135F\\\\u1369-\\\\u1371\\\\u1380-\\\\u138F\\\\u13A0-\\\\u13F5\\\\u13F8-\\\\u13FD\\\\u1401-\\\\u166C\\\\u166F-\\\\u167F\\\\u1681-\\\\u169A\\\\u16A0-\\\\u16EA\\\\u16EE-\\\\u16F8\\\\u1700-\\\\u170C\\\\u170E-\\\\u1714\\\\u1720-\\\\u1734\\\\u1740-\\\\u1753\\\\u1760-\\\\u176C\\\\u176E-\\\\u1770\\\\u1772\\\\u1773\\\\u1780-\\\\u17D3\\\\u17D7\\\\u17DC\\\\u17DD\\\\u17E0-\\\\u17E9\\\\u180B-\\\\u180D\\\\u1810-\\\\u1819\\\\u1820-\\\\u1877\\\\u1880-\\\\u18AA\\\\u18B0-\\\\u18F5\\\\u1900-\\\\u191E\\\\u1920-\\\\u192B\\\\u1930-\\\\u193B\\\\u1946-\\\\u196D\\\\u1970-\\\\u1974\\\\u1980-\\\\u19AB\\\\u19B0-\\\\u19C9\\\\u19D0-\\\\u19DA\\\\u1A00-\\\\u1A1B\\\\u1A20-\\\\u1A5E\\\\u1A60-\\\\u1A7C\\\\u1A7F-\\\\u1A89\\\\u1A90-\\\\u1A99\\\\u1AA7\\\\u1AB0-\\\\u1ABD\\\\u1B00-\\\\u1B4B\\\\u1B50-\\\\u1B59\\\\u1B6B-\\\\u1B73\\\\u1B80-\\\\u1BF3\\\\u1C00-\\\\u1C37\\\\u1C40-\\\\u1C49\\\\u1C4D-\\\\u1C7D\\\\u1CD0-\\\\u1CD2\\\\u1CD4-\\\\u1CF6\\\\u1CF8\\\\u1CF9\\\\u1D00-\\\\u1DF5\\\\u1DFC-\\\\u1F15\\\\u1F18-\\\\u1F1D\\\\u1F20-\\\\u1F45\\\\u1F48-\\\\u1F4D\\\\u1F50-\\\\u1F57\\\\u1F59\\\\u1F5B\\\\u1F5D\\\\u1F5F-\\\\u1F7D\\\\u1F80-\\\\u1FB4\\\\u1FB6-\\\\u1FBC\\\\u1FBE\\\\u1FC2-\\\\u1FC4\\\\u1FC6-\\\\u1FCC\\\\u1FD0-\\\\u1FD3\\\\u1FD6-\\\\u1FDB\\\\u1FE0-\\\\u1FEC\\\\u1FF2-\\\\u1FF4\\\\u1FF6-\\\\u1FFC\\\\u200C\\\\u200D\\\\u203F\\\\u2040\\\\u2054\\\\u2071\\\\u207F\\\\u2090-\\\\u209C\\\\u20D0-\\\\u20DC\\\\u20E1\\\\u20E5-\\\\u20F0\\\\u2102\\\\u2107\\\\u210A-\\\\u2113\\\\u2115\\\\u2118-\\\\u211D\\\\u2124\\\\u2126\\\\u2128\\\\u212A-\\\\u2139\\\\u213C-\\\\u213F\\\\u2145-\\\\u2149\\\\u214E\\\\u2160-\\\\u2188\\\\u2C00-\\\\u2C2E\\\\u2C30-\\\\u2C5E\\\\u2C60-\\\\u2CE4\\\\u2CEB-\\\\u2CF3\\\\u2D00-\\\\u2D25\\\\u2D27\\\\u2D2D\\\\u2D30-\\\\u2D67\\\\u2D6F\\\\u2D7F-\\\\u2D96\\\\u2DA0-\\\\u2DA6\\\\u2DA8-\\\\u2DAE\\\\u2DB0-\\\\u2DB6\\\\u2DB8-\\\\u2DBE\\\\u2DC0-\\\\u2DC6\\\\u2DC8-\\\\u2DCE\\\\u2DD0-\\\\u2DD6\\\\u2DD8-\\\\u2DDE\\\\u2DE0-\\\\u2DFF\\\\u3005-\\\\u3007\\\\u3021-\\\\u302F\\\\u3031-\\\\u3035\\\\u3038-\\\\u303C\\\\u3041-\\\\u3096\\\\u3099-\\\\u309F\\\\u30A1-\\\\u30FA\\\\u30FC-\\\\u30FF\\\\u3105-\\\\u312D\\\\u3131-\\\\u318E\\\\u31A0-\\\\u31BA\\\\u31F0-\\\\u31FF\\\\u3400-\\\\u4DB5\\\\u4E00-\\\\u9FD5\\\\uA000-\\\\uA48C\\\\uA4D0-\\\\uA4FD\\\\uA500-\\\\uA60C\\\\uA610-\\\\uA62B\\\\uA640-\\\\uA66F\\\\uA674-\\\\uA67D\\\\uA67F-\\\\uA6F1\\\\uA717-\\\\uA71F\\\\uA722-\\\\uA788\\\\uA78B-\\\\uA7AD\\\\uA7B0-\\\\uA7B7\\\\uA7F7-\\\\uA827\\\\uA840-\\\\uA873\\\\uA880-\\\\uA8C4\\\\uA8D0-\\\\uA8D9\\\\uA8E0-\\\\uA8F7\\\\uA8FB\\\\uA8FD\\\\uA900-\\\\uA92D\\\\uA930-\\\\uA953\\\\uA960-\\\\uA97C\\\\uA980-\\\\uA9C0\\\\uA9CF-\\\\uA9D9\\\\uA9E0-\\\\uA9FE\\\\uAA00-\\\\uAA36\\\\uAA40-\\\\uAA4D\\\\uAA50-\\\\uAA59\\\\uAA60-\\\\uAA76\\\\uAA7A-\\\\uAAC2\\\\uAADB-\\\\uAADD\\\\uAAE0-\\\\uAAEF\\\\uAAF2-\\\\uAAF6\\\\uAB01-\\\\uAB06\\\\uAB09-\\\\uAB0E\\\\uAB11-\\\\uAB16\\\\uAB20-\\\\uAB26\\\\uAB28-\\\\uAB2E\\\\uAB30-\\\\uAB5A\\\\uAB5C-\\\\uAB65\\\\uAB70-\\\\uABEA\\\\uABEC\\\\uABED\\\\uABF0-\\\\uABF9\\\\uAC00-\\\\uD7A3\\\\uD7B0-\\\\uD7C6\\\\uD7CB-\\\\uD7FB\\\\uF900-\\\\uFA6D\\\\uFA70-\\\\uFAD9\\\\uFB00-\\\\uFB06\\\\uFB13-\\\\uFB17\\\\uFB1D-\\\\uFB28\\\\uFB2A-\\\\uFB36\\\\uFB38-\\\\uFB3C\\\\uFB3E\\\\uFB40\\\\uFB41\\\\uFB43\\\\uFB44\\\\uFB46-\\\\uFBB1\\\\uFBD3-\\\\uFD3D\\\\uFD50-\\\\uFD8F\\\\uFD92-\\\\uFDC7\\\\uFDF0-\\\\uFDFB\\\\uFE00-\\\\uFE0F\\\\uFE20-\\\\uFE2F\\\\uFE33\\\\uFE34\\\\uFE4D-\\\\uFE4F\\\\uFE70-\\\\uFE74\\\\uFE76-\\\\uFEFC\\\\uFF10-\\\\uFF19\\\\uFF21-\\\\uFF3A\\\\uFF3F\\\\uFF41-\\\\uFF5A\\\\uFF66-\\\\uFFBE\\\\uFFC2-\\\\uFFC7\\\\uFFCA-\\\\uFFCF\\\\uFFD2-\\\\uFFD7\\\\uFFDA-\\\\uFFDC]|\\\\uD800[\\\\uDC00-\\\\uDC0B\\\\uDC0D-\\\\uDC26\\\\uDC28-\\\\uDC3A\\\\uDC3C\\\\uDC3D\\\\uDC3F-\\\\uDC4D\\\\uDC50-\\\\uDC5D\\\\uDC80-\\\\uDCFA\\\\uDD40-\\\\uDD74\\\\uDDFD\\\\uDE80-\\\\uDE9C\\\\uDEA0-\\\\uDED0\\\\uDEE0\\\\uDF00-\\\\uDF1F\\\\uDF30-\\\\uDF4A\\\\uDF50-\\\\uDF7A\\\\uDF80-\\\\uDF9D\\\\uDFA0-\\\\uDFC3\\\\uDFC8-\\\\uDFCF\\\\uDFD1-\\\\uDFD5]|\\\\uD801[\\\\uDC00-\\\\uDC9D\\\\uDCA0-\\\\uDCA9\\\\uDD00-\\\\uDD27\\\\uDD30-\\\\uDD63\\\\uDE00-\\\\uDF36\\\\uDF40-\\\\uDF55\\\\uDF60-\\\\uDF67]|\\\\uD802[\\\\uDC00-\\\\uDC05\\\\uDC08\\\\uDC0A-\\\\uDC35\\\\uDC37\\\\uDC38\\\\uDC3C\\\\uDC3F-\\\\uDC55\\\\uDC60-\\\\uDC76\\\\uDC80-\\\\uDC9E\\\\uDCE0-\\\\uDCF2\\\\uDCF4\\\\uDCF5\\\\uDD00-\\\\uDD15\\\\uDD20-\\\\uDD39\\\\uDD80-\\\\uDDB7\\\\uDDBE\\\\uDDBF\\\\uDE00-\\\\uDE03\\\\uDE05\\\\uDE06\\\\uDE0C-\\\\uDE13\\\\uDE15-\\\\uDE17\\\\uDE19-\\\\uDE33\\\\uDE38-\\\\uDE3A\\\\uDE3F\\\\uDE60-\\\\uDE7C\\\\uDE80-\\\\uDE9C\\\\uDEC0-\\\\uDEC7\\\\uDEC9-\\\\uDEE6\\\\uDF00-\\\\uDF35\\\\uDF40-\\\\uDF55\\\\uDF60-\\\\uDF72\\\\uDF80-\\\\uDF91]|\\\\uD803[\\\\uDC00-\\\\uDC48\\\\uDC80-\\\\uDCB2\\\\uDCC0-\\\\uDCF2]|\\\\uD804[\\\\uDC00-\\\\uDC46\\\\uDC66-\\\\uDC6F\\\\uDC7F-\\\\uDCBA\\\\uDCD0-\\\\uDCE8\\\\uDCF0-\\\\uDCF9\\\\uDD00-\\\\uDD34\\\\uDD36-\\\\uDD3F\\\\uDD50-\\\\uDD73\\\\uDD76\\\\uDD80-\\\\uDDC4\\\\uDDCA-\\\\uDDCC\\\\uDDD0-\\\\uDDDA\\\\uDDDC\\\\uDE00-\\\\uDE11\\\\uDE13-\\\\uDE37\\\\uDE80-\\\\uDE86\\\\uDE88\\\\uDE8A-\\\\uDE8D\\\\uDE8F-\\\\uDE9D\\\\uDE9F-\\\\uDEA8\\\\uDEB0-\\\\uDEEA\\\\uDEF0-\\\\uDEF9\\\\uDF00-\\\\uDF03\\\\uDF05-\\\\uDF0C\\\\uDF0F\\\\uDF10\\\\uDF13-\\\\uDF28\\\\uDF2A-\\\\uDF30\\\\uDF32\\\\uDF33\\\\uDF35-\\\\uDF39\\\\uDF3C-\\\\uDF44\\\\uDF47\\\\uDF48\\\\uDF4B-\\\\uDF4D\\\\uDF50\\\\uDF57\\\\uDF5D-\\\\uDF63\\\\uDF66-\\\\uDF6C\\\\uDF70-\\\\uDF74]|\\\\uD805[\\\\uDC80-\\\\uDCC5\\\\uDCC7\\\\uDCD0-\\\\uDCD9\\\\uDD80-\\\\uDDB5\\\\uDDB8-\\\\uDDC0\\\\uDDD8-\\\\uDDDD\\\\uDE00-\\\\uDE40\\\\uDE44\\\\uDE50-\\\\uDE59\\\\uDE80-\\\\uDEB7\\\\uDEC0-\\\\uDEC9\\\\uDF00-\\\\uDF19\\\\uDF1D-\\\\uDF2B\\\\uDF30-\\\\uDF39]|\\\\uD806[\\\\uDCA0-\\\\uDCE9\\\\uDCFF\\\\uDEC0-\\\\uDEF8]|\\\\uD808[\\\\uDC00-\\\\uDF99]|\\\\uD809[\\\\uDC00-\\\\uDC6E\\\\uDC80-\\\\uDD43]|[\\\\uD80C\\\\uD840-\\\\uD868\\\\uD86A-\\\\uD86C\\\\uD86F-\\\\uD872][\\\\uDC00-\\\\uDFFF]|\\\\uD80D[\\\\uDC00-\\\\uDC2E]|\\\\uD811[\\\\uDC00-\\\\uDE46]|\\\\uD81A[\\\\uDC00-\\\\uDE38\\\\uDE40-\\\\uDE5E\\\\uDE60-\\\\uDE69\\\\uDED0-\\\\uDEED\\\\uDEF0-\\\\uDEF4\\\\uDF00-\\\\uDF36\\\\uDF40-\\\\uDF43\\\\uDF50-\\\\uDF59\\\\uDF63-\\\\uDF77\\\\uDF7D-\\\\uDF8F]|\\\\uD81B[\\\\uDF00-\\\\uDF44\\\\uDF50-\\\\uDF7E\\\\uDF8F-\\\\uDF9F]|\\\\uD82C[\\\\uDC00\\\\uDC01]|\\\\uD82F[\\\\uDC00-\\\\uDC6A\\\\uDC70-\\\\uDC7C\\\\uDC80-\\\\uDC88\\\\uDC90-\\\\uDC99\\\\uDC9D\\\\uDC9E]|\\\\uD834[\\\\uDD65-\\\\uDD69\\\\uDD6D-\\\\uDD72\\\\uDD7B-\\\\uDD82\\\\uDD85-\\\\uDD8B\\\\uDDAA-\\\\uDDAD\\\\uDE42-\\\\uDE44]|\\\\uD835[\\\\uDC00-\\\\uDC54\\\\uDC56-\\\\uDC9C\\\\uDC9E\\\\uDC9F\\\\uDCA2\\\\uDCA5\\\\uDCA6\\\\uDCA9-\\\\uDCAC\\\\uDCAE-\\\\uDCB9\\\\uDCBB\\\\uDCBD-\\\\uDCC3\\\\uDCC5-\\\\uDD05\\\\uDD07-\\\\uDD0A\\\\uDD0D-\\\\uDD14\\\\uDD16-\\\\uDD1C\\\\uDD1E-\\\\uDD39\\\\uDD3B-\\\\uDD3E\\\\uDD40-\\\\uDD44\\\\uDD46\\\\uDD4A-\\\\uDD50\\\\uDD52-\\\\uDEA5\\\\uDEA8-\\\\uDEC0\\\\uDEC2-\\\\uDEDA\\\\uDEDC-\\\\uDEFA\\\\uDEFC-\\\\uDF14\\\\uDF16-\\\\uDF34\\\\uDF36-\\\\uDF4E\\\\uDF50-\\\\uDF6E\\\\uDF70-\\\\uDF88\\\\uDF8A-\\\\uDFA8\\\\uDFAA-\\\\uDFC2\\\\uDFC4-\\\\uDFCB\\\\uDFCE-\\\\uDFFF]|\\\\uD836[\\\\uDE00-\\\\uDE36\\\\uDE3B-\\\\uDE6C\\\\uDE75\\\\uDE84\\\\uDE9B-\\\\uDE9F\\\\uDEA1-\\\\uDEAF]|\\\\uD83A[\\\\uDC00-\\\\uDCC4\\\\uDCD0-\\\\uDCD6]|\\\\uD83B[\\\\uDE00-\\\\uDE03\\\\uDE05-\\\\uDE1F\\\\uDE21\\\\uDE22\\\\uDE24\\\\uDE27\\\\uDE29-\\\\uDE32\\\\uDE34-\\\\uDE37\\\\uDE39\\\\uDE3B\\\\uDE42\\\\uDE47\\\\uDE49\\\\uDE4B\\\\uDE4D-\\\\uDE4F\\\\uDE51\\\\uDE52\\\\uDE54\\\\uDE57\\\\uDE59\\\\uDE5B\\\\uDE5D\\\\uDE5F\\\\uDE61\\\\uDE62\\\\uDE64\\\\uDE67-\\\\uDE6A\\\\uDE6C-\\\\uDE72\\\\uDE74-\\\\uDE77\\\\uDE79-\\\\uDE7C\\\\uDE7E\\\\uDE80-\\\\uDE89\\\\uDE8B-\\\\uDE9B\\\\uDEA1-\\\\uDEA3\\\\uDEA5-\\\\uDEA9\\\\uDEAB-\\\\uDEBB]|\\\\uD869[\\\\uDC00-\\\\uDED6\\\\uDF00-\\\\uDFFF]|\\\\uD86D[\\\\uDC00-\\\\uDF34\\\\uDF40-\\\\uDFFF]|\\\\uD86E[\\\\uDC00-\\\\uDC1D\\\\uDC20-\\\\uDFFF]|\\\\uD873[\\\\uDC00-\\\\uDEA1]|\\\\uD87E[\\\\uDC00-\\\\uDE1D]|\\\\uDB40[\\\\uDD00-\\\\uDDEF]/\\r\\n\\t};\\r\\n\\texports.Character = {\\r\\n\\t    /* tslint:disable:no-bitwise */\\r\\n\\t    fromCodePoint: function (cp) {\\r\\n\\t        return (cp < 0x10000) ? String.fromCharCode(cp) :\\r\\n\\t            String.fromCharCode(0xD800 + ((cp - 0x10000) >> 10)) +\\r\\n\\t                String.fromCharCode(0xDC00 + ((cp - 0x10000) & 1023));\\r\\n\\t    },\\r\\n\\t    // https://tc39.github.io/ecma262/#sec-white-space\\r\\n\\t    isWhiteSpace: function (cp) {\\r\\n\\t        return (cp === 0x20) || (cp === 0x09) || (cp === 0x0B) || (cp === 0x0C) || (cp === 0xA0) ||\\r\\n\\t            (cp >= 0x1680 && [0x1680, 0x2000, 0x2001, 0x2002, 0x2003, 0x2004, 0x2005, 0x2006, 0x2007, 0x2008, 0x2009, 0x200A, 0x202F, 0x205F, 0x3000, 0xFEFF].indexOf(cp) >= 0);\\r\\n\\t    },\\r\\n\\t    // https://tc39.github.io/ecma262/#sec-line-terminators\\r\\n\\t    isLineTerminator: function (cp) {\\r\\n\\t        return (cp === 0x0A) || (cp === 0x0D) || (cp === 0x2028) || (cp === 0x2029);\\r\\n\\t    },\\r\\n\\t    // https://tc39.github.io/ecma262/#sec-names-and-keywords\\r\\n\\t    isIdentifierStart: function (cp) {\\r\\n\\t        return (cp === 0x24) || (cp === 0x5F) ||\\r\\n\\t            (cp >= 0x41 && cp <= 0x5A) ||\\r\\n\\t            (cp >= 0x61 && cp <= 0x7A) ||\\r\\n\\t            (cp === 0x5C) ||\\r\\n\\t            ((cp >= 0x80) && Regex.NonAsciiIdentifierStart.test(exports.Character.fromCodePoint(cp)));\\r\\n\\t    },\\r\\n\\t    isIdentifierPart: function (cp) {\\r\\n\\t        return (cp === 0x24) || (cp === 0x5F) ||\\r\\n\\t            (cp >= 0x41 && cp <= 0x5A) ||\\r\\n\\t            (cp >= 0x61 && cp <= 0x7A) ||\\r\\n\\t            (cp >= 0x30 && cp <= 0x39) ||\\r\\n\\t            (cp === 0x5C) ||\\r\\n\\t            ((cp >= 0x80) && Regex.NonAsciiIdentifierPart.test(exports.Character.fromCodePoint(cp)));\\r\\n\\t    },\\r\\n\\t    // https://tc39.github.io/ecma262/#sec-literals-numeric-literals\\r\\n\\t    isDecimalDigit: function (cp) {\\r\\n\\t        return (cp >= 0x30 && cp <= 0x39); // 0..9\\r\\n\\t    },\\r\\n\\t    isHexDigit: function (cp) {\\r\\n\\t        return (cp >= 0x30 && cp <= 0x39) ||\\r\\n\\t            (cp >= 0x41 && cp <= 0x46) ||\\r\\n\\t            (cp >= 0x61 && cp <= 0x66); // a..f\\r\\n\\t    },\\r\\n\\t    isOctalDigit: function (cp) {\\r\\n\\t        return (cp >= 0x30 && cp <= 0x37); // 0..7\\r\\n\\t    }\\r\\n\\t};\\r\\n\\n\\n/***/ },\\n/* 5 */\\n/***/ function(module, exports, __webpack_require__) {\\n\\n\\t\\\"use strict\\\";\\r\\n\\tObject.defineProperty(exports, \\\"__esModule\\\", { value: true });\\r\\n\\tvar jsx_syntax_1 = __webpack_require__(6);\\r\\n\\t/* tslint:disable:max-classes-per-file */\\r\\n\\tvar JSXClosingElement = (function () {\\r\\n\\t    function JSXClosingElement(name) {\\r\\n\\t        this.type = jsx_syntax_1.JSXSyntax.JSXClosingElement;\\r\\n\\t        this.name = name;\\r\\n\\t    }\\r\\n\\t    return JSXClosingElement;\\r\\n\\t}());\\r\\n\\texports.JSXClosingElement = JSXClosingElement;\\r\\n\\tvar JSXElement = (function () {\\r\\n\\t    function JSXElement(openingElement, children, closingElement) {\\r\\n\\t        this.type = jsx_syntax_1.JSXSyntax.JSXElement;\\r\\n\\t        this.openingElement = openingElement;\\r\\n\\t        this.children = children;\\r\\n\\t        this.closingElement = closingElement;\\r\\n\\t    }\\r\\n\\t    return JSXElement;\\r\\n\\t}());\\r\\n\\texports.JSXElement = JSXElement;\\r\\n\\tvar JSXEmptyExpression = (function () {\\r\\n\\t    function JSXEmptyExpression() {\\r\\n\\t        this.type = jsx_syntax_1.JSXSyntax.JSXEmptyExpression;\\r\\n\\t    }\\r\\n\\t    return JSXEmptyExpression;\\r\\n\\t}());\\r\\n\\texports.JSXEmptyExpression = JSXEmptyExpression;\\r\\n\\tvar JSXExpressionContainer = (function () {\\r\\n\\t    function JSXExpressionContainer(expression) {\\r\\n\\t        this.type = jsx_syntax_1.JSXSyntax.JSXExpressionContainer;\\r\\n\\t        this.expression = expression;\\r\\n\\t    }\\r\\n\\t    return JSXExpressionContainer;\\r\\n\\t}());\\r\\n\\texports.JSXExpressionContainer = JSXExpressionContainer;\\r\\n\\tvar JSXIdentifier = (function () {\\r\\n\\t    function JSXIdentifier(name) {\\r\\n\\t        this.type = jsx_syntax_1.JSXSyntax.JSXIdentifier;\\r\\n\\t        this.name = name;\\r\\n\\t    }\\r\\n\\t    return JSXIdentifier;\\r\\n\\t}());\\r\\n\\texports.JSXIdentifier = JSXIdentifier;\\r\\n\\tvar JSXMemberExpression = (function () {\\r\\n\\t    function JSXMemberExpression(object, property) {\\r\\n\\t        this.type = jsx_syntax_1.JSXSyntax.JSXMemberExpression;\\r\\n\\t        this.object = object;\\r\\n\\t        this.property = property;\\r\\n\\t    }\\r\\n\\t    return JSXMemberExpression;\\r\\n\\t}());\\r\\n\\texports.JSXMemberExpression = JSXMemberExpression;\\r\\n\\tvar JSXAttribute = (function () {\\r\\n\\t    function JSXAttribute(name, value) {\\r\\n\\t        this.type = jsx_syntax_1.JSXSyntax.JSXAttribute;\\r\\n\\t        this.name = name;\\r\\n\\t        this.value = value;\\r\\n\\t    }\\r\\n\\t    return JSXAttribute;\\r\\n\\t}());\\r\\n\\texports.JSXAttribute = JSXAttribute;\\r\\n\\tvar JSXNamespacedName = (function () {\\r\\n\\t    function JSXNamespacedName(namespace, name) {\\r\\n\\t        this.type = jsx_syntax_1.JSXSyntax.JSXNamespacedName;\\r\\n\\t        this.namespace = namespace;\\r\\n\\t        this.name = name;\\r\\n\\t    }\\r\\n\\t    return JSXNamespacedName;\\r\\n\\t}());\\r\\n\\texports.JSXNamespacedName = JSXNamespacedName;\\r\\n\\tvar JSXOpeningElement = (function () {\\r\\n\\t    function JSXOpeningElement(name, selfClosing, attributes) {\\r\\n\\t        this.type = jsx_syntax_1.JSXSyntax.JSXOpeningElement;\\r\\n\\t        this.name = name;\\r\\n\\t        this.selfClosing = selfClosing;\\r\\n\\t        this.attributes = attributes;\\r\\n\\t    }\\r\\n\\t    return JSXOpeningElement;\\r\\n\\t}());\\r\\n\\texports.JSXOpeningElement = JSXOpeningElement;\\r\\n\\tvar JSXSpreadAttribute = (function () {\\r\\n\\t    function JSXSpreadAttribute(argument) {\\r\\n\\t        this.type = jsx_syntax_1.JSXSyntax.JSXSpreadAttribute;\\r\\n\\t        this.argument = argument;\\r\\n\\t    }\\r\\n\\t    return JSXSpreadAttribute;\\r\\n\\t}());\\r\\n\\texports.JSXSpreadAttribute = JSXSpreadAttribute;\\r\\n\\tvar JSXText = (function () {\\r\\n\\t    function JSXText(value, raw) {\\r\\n\\t        this.type = jsx_syntax_1.JSXSyntax.JSXText;\\r\\n\\t        this.value = value;\\r\\n\\t        this.raw = raw;\\r\\n\\t    }\\r\\n\\t    return JSXText;\\r\\n\\t}());\\r\\n\\texports.JSXText = JSXText;\\r\\n\\n\\n/***/ },\\n/* 6 */\\n/***/ function(module, exports) {\\n\\n\\t\\\"use strict\\\";\\r\\n\\tObject.defineProperty(exports, \\\"__esModule\\\", { value: true });\\r\\n\\texports.JSXSyntax = {\\r\\n\\t    JSXAttribute: 'JSXAttribute',\\r\\n\\t    JSXClosingElement: 'JSXClosingElement',\\r\\n\\t    JSXElement: 'JSXElement',\\r\\n\\t    JSXEmptyExpression: 'JSXEmptyExpression',\\r\\n\\t    JSXExpressionContainer: 'JSXExpressionContainer',\\r\\n\\t    JSXIdentifier: 'JSXIdentifier',\\r\\n\\t    JSXMemberExpression: 'JSXMemberExpression',\\r\\n\\t    JSXNamespacedName: 'JSXNamespacedName',\\r\\n\\t    JSXOpeningElement: 'JSXOpeningElement',\\r\\n\\t    JSXSpreadAttribute: 'JSXSpreadAttribute',\\r\\n\\t    JSXText: 'JSXText'\\r\\n\\t};\\r\\n\\n\\n/***/ },\\n/* 7 */\\n/***/ function(module, exports, __webpack_require__) {\\n\\n\\t\\\"use strict\\\";\\r\\n\\tObject.defineProperty(exports, \\\"__esModule\\\", { value: true });\\r\\n\\tvar syntax_1 = __webpack_require__(2);\\r\\n\\t/* tslint:disable:max-classes-per-file */\\r\\n\\tvar ArrayExpression = (function () {\\r\\n\\t    function ArrayExpression(elements) {\\r\\n\\t        this.type = syntax_1.Syntax.ArrayExpression;\\r\\n\\t        this.elements = elements;\\r\\n\\t    }\\r\\n\\t    return ArrayExpression;\\r\\n\\t}());\\r\\n\\texports.ArrayExpression = ArrayExpression;\\r\\n\\tvar ArrayPattern = (function () {\\r\\n\\t    function ArrayPattern(elements) {\\r\\n\\t        this.type = syntax_1.Syntax.ArrayPattern;\\r\\n\\t        this.elements = elements;\\r\\n\\t    }\\r\\n\\t    return ArrayPattern;\\r\\n\\t}());\\r\\n\\texports.ArrayPattern = ArrayPattern;\\r\\n\\tvar ArrowFunctionExpression = (function () {\\r\\n\\t    function ArrowFunctionExpression(params, body, expression) {\\r\\n\\t        this.type = syntax_1.Syntax.ArrowFunctionExpression;\\r\\n\\t        this.id = null;\\r\\n\\t        this.params = params;\\r\\n\\t        this.body = body;\\r\\n\\t        this.generator = false;\\r\\n\\t        this.expression = expression;\\r\\n\\t        this.async = false;\\r\\n\\t    }\\r\\n\\t    return ArrowFunctionExpression;\\r\\n\\t}());\\r\\n\\texports.ArrowFunctionExpression = ArrowFunctionExpression;\\r\\n\\tvar AssignmentExpression = (function () {\\r\\n\\t    function AssignmentExpression(operator, left, right) {\\r\\n\\t        this.type = syntax_1.Syntax.AssignmentExpression;\\r\\n\\t        this.operator = operator;\\r\\n\\t        this.left = left;\\r\\n\\t        this.right = right;\\r\\n\\t    }\\r\\n\\t    return AssignmentExpression;\\r\\n\\t}());\\r\\n\\texports.AssignmentExpression = AssignmentExpression;\\r\\n\\tvar AssignmentPattern = (function () {\\r\\n\\t    function AssignmentPattern(left, right) {\\r\\n\\t        this.type = syntax_1.Syntax.AssignmentPattern;\\r\\n\\t        this.left = left;\\r\\n\\t        this.right = right;\\r\\n\\t    }\\r\\n\\t    return AssignmentPattern;\\r\\n\\t}());\\r\\n\\texports.AssignmentPattern = AssignmentPattern;\\r\\n\\tvar AsyncArrowFunctionExpression = (function () {\\r\\n\\t    function AsyncArrowFunctionExpression(params, body, expression) {\\r\\n\\t        this.type = syntax_1.Syntax.ArrowFunctionExpression;\\r\\n\\t        this.id = null;\\r\\n\\t        this.params = params;\\r\\n\\t        this.body = body;\\r\\n\\t        this.generator = false;\\r\\n\\t        this.expression = expression;\\r\\n\\t        this.async = true;\\r\\n\\t    }\\r\\n\\t    return AsyncArrowFunctionExpression;\\r\\n\\t}());\\r\\n\\texports.AsyncArrowFunctionExpression = AsyncArrowFunctionExpression;\\r\\n\\tvar AsyncFunctionDeclaration = (function () {\\r\\n\\t    function AsyncFunctionDeclaration(id, params, body) {\\r\\n\\t        this.type = syntax_1.Syntax.FunctionDeclaration;\\r\\n\\t        this.id = id;\\r\\n\\t        this.params = params;\\r\\n\\t        this.body = body;\\r\\n\\t        this.generator = false;\\r\\n\\t        this.expression = false;\\r\\n\\t        this.async = true;\\r\\n\\t    }\\r\\n\\t    return AsyncFunctionDeclaration;\\r\\n\\t}());\\r\\n\\texports.AsyncFunctionDeclaration = AsyncFunctionDeclaration;\\r\\n\\tvar AsyncFunctionExpression = (function () {\\r\\n\\t    function AsyncFunctionExpression(id, params, body) {\\r\\n\\t        this.type = syntax_1.Syntax.FunctionExpression;\\r\\n\\t        this.id = id;\\r\\n\\t        this.params = params;\\r\\n\\t        this.body = body;\\r\\n\\t        this.generator = false;\\r\\n\\t        this.expression = false;\\r\\n\\t        this.async = true;\\r\\n\\t    }\\r\\n\\t    return AsyncFunctionExpression;\\r\\n\\t}());\\r\\n\\texports.AsyncFunctionExpression = AsyncFunctionExpression;\\r\\n\\tvar AwaitExpression = (function () {\\r\\n\\t    function AwaitExpression(argument) {\\r\\n\\t        this.type = syntax_1.Syntax.AwaitExpression;\\r\\n\\t        this.argument = argument;\\r\\n\\t    }\\r\\n\\t    return AwaitExpression;\\r\\n\\t}());\\r\\n\\texports.AwaitExpression = AwaitExpression;\\r\\n\\tvar BinaryExpression = (function () {\\r\\n\\t    function BinaryExpression(operator, left, right) {\\r\\n\\t        var logical = (operator === '||' || operator === '&&');\\r\\n\\t        this.type = logical ? syntax_1.Syntax.LogicalExpression : syntax_1.Syntax.BinaryExpression;\\r\\n\\t        this.operator = operator;\\r\\n\\t        this.left = left;\\r\\n\\t        this.right = right;\\r\\n\\t    }\\r\\n\\t    return BinaryExpression;\\r\\n\\t}());\\r\\n\\texports.BinaryExpression = BinaryExpression;\\r\\n\\tvar BlockStatement = (function () {\\r\\n\\t    function BlockStatement(body) {\\r\\n\\t        this.type = syntax_1.Syntax.BlockStatement;\\r\\n\\t        this.body = body;\\r\\n\\t    }\\r\\n\\t    return BlockStatement;\\r\\n\\t}());\\r\\n\\texports.BlockStatement = BlockStatement;\\r\\n\\tvar BreakStatement = (function () {\\r\\n\\t    function BreakStatement(label) {\\r\\n\\t        this.type = syntax_1.Syntax.BreakStatement;\\r\\n\\t        this.label = label;\\r\\n\\t    }\\r\\n\\t    return BreakStatement;\\r\\n\\t}());\\r\\n\\texports.BreakStatement = BreakStatement;\\r\\n\\tvar CallExpression = (function () {\\r\\n\\t    function CallExpression(callee, args) {\\r\\n\\t        this.type = syntax_1.Syntax.CallExpression;\\r\\n\\t        this.callee = callee;\\r\\n\\t        this.arguments = args;\\r\\n\\t    }\\r\\n\\t    return CallExpression;\\r\\n\\t}());\\r\\n\\texports.CallExpression = CallExpression;\\r\\n\\tvar CatchClause = (function () {\\r\\n\\t    function CatchClause(param, body) {\\r\\n\\t        this.type = syntax_1.Syntax.CatchClause;\\r\\n\\t        this.param = param;\\r\\n\\t        this.body = body;\\r\\n\\t    }\\r\\n\\t    return CatchClause;\\r\\n\\t}());\\r\\n\\texports.CatchClause = CatchClause;\\r\\n\\tvar ClassBody = (function () {\\r\\n\\t    function ClassBody(body) {\\r\\n\\t        this.type = syntax_1.Syntax.ClassBody;\\r\\n\\t        this.body = body;\\r\\n\\t    }\\r\\n\\t    return ClassBody;\\r\\n\\t}());\\r\\n\\texports.ClassBody = ClassBody;\\r\\n\\tvar ClassDeclaration = (function () {\\r\\n\\t    function ClassDeclaration(id, superClass, body) {\\r\\n\\t        this.type = syntax_1.Syntax.ClassDeclaration;\\r\\n\\t        this.id = id;\\r\\n\\t        this.superClass = superClass;\\r\\n\\t        this.body = body;\\r\\n\\t    }\\r\\n\\t    return ClassDeclaration;\\r\\n\\t}());\\r\\n\\texports.ClassDeclaration = ClassDeclaration;\\r\\n\\tvar ClassExpression = (function () {\\r\\n\\t    function ClassExpression(id, superClass, body) {\\r\\n\\t        this.type = syntax_1.Syntax.ClassExpression;\\r\\n\\t        this.id = id;\\r\\n\\t        this.superClass = superClass;\\r\\n\\t        this.body = body;\\r\\n\\t    }\\r\\n\\t    return ClassExpression;\\r\\n\\t}());\\r\\n\\texports.ClassExpression = ClassExpression;\\r\\n\\tvar ComputedMemberExpression = (function () {\\r\\n\\t    function ComputedMemberExpression(object, property) {\\r\\n\\t        this.type = syntax_1.Syntax.MemberExpression;\\r\\n\\t        this.computed = true;\\r\\n\\t        this.object = object;\\r\\n\\t        this.property = property;\\r\\n\\t    }\\r\\n\\t    return ComputedMemberExpression;\\r\\n\\t}());\\r\\n\\texports.ComputedMemberExpression = ComputedMemberExpression;\\r\\n\\tvar ConditionalExpression = (function () {\\r\\n\\t    function ConditionalExpression(test, consequent, alternate) {\\r\\n\\t        this.type = syntax_1.Syntax.ConditionalExpression;\\r\\n\\t        this.test = test;\\r\\n\\t        this.consequent = consequent;\\r\\n\\t        this.alternate = alternate;\\r\\n\\t    }\\r\\n\\t    return ConditionalExpression;\\r\\n\\t}());\\r\\n\\texports.ConditionalExpression = ConditionalExpression;\\r\\n\\tvar ContinueStatement = (function () {\\r\\n\\t    function ContinueStatement(label) {\\r\\n\\t        this.type = syntax_1.Syntax.ContinueStatement;\\r\\n\\t        this.label = label;\\r\\n\\t    }\\r\\n\\t    return ContinueStatement;\\r\\n\\t}());\\r\\n\\texports.ContinueStatement = ContinueStatement;\\r\\n\\tvar DebuggerStatement = (function () {\\r\\n\\t    function DebuggerStatement() {\\r\\n\\t        this.type = syntax_1.Syntax.DebuggerStatement;\\r\\n\\t    }\\r\\n\\t    return DebuggerStatement;\\r\\n\\t}());\\r\\n\\texports.DebuggerStatement = DebuggerStatement;\\r\\n\\tvar Directive = (function () {\\r\\n\\t    function Directive(expression, directive) {\\r\\n\\t        this.type = syntax_1.Syntax.ExpressionStatement;\\r\\n\\t        this.expression = expression;\\r\\n\\t        this.directive = directive;\\r\\n\\t    }\\r\\n\\t    return Directive;\\r\\n\\t}());\\r\\n\\texports.Directive = Directive;\\r\\n\\tvar DoWhileStatement = (function () {\\r\\n\\t    function DoWhileStatement(body, test) {\\r\\n\\t        this.type = syntax_1.Syntax.DoWhileStatement;\\r\\n\\t        this.body = body;\\r\\n\\t        this.test = test;\\r\\n\\t    }\\r\\n\\t    return DoWhileStatement;\\r\\n\\t}());\\r\\n\\texports.DoWhileStatement = DoWhileStatement;\\r\\n\\tvar EmptyStatement = (function () {\\r\\n\\t    function EmptyStatement() {\\r\\n\\t        this.type = syntax_1.Syntax.EmptyStatement;\\r\\n\\t    }\\r\\n\\t    return EmptyStatement;\\r\\n\\t}());\\r\\n\\texports.EmptyStatement = EmptyStatement;\\r\\n\\tvar ExportAllDeclaration = (function () {\\r\\n\\t    function ExportAllDeclaration(source) {\\r\\n\\t        this.type = syntax_1.Syntax.ExportAllDeclaration;\\r\\n\\t        this.source = source;\\r\\n\\t    }\\r\\n\\t    return ExportAllDeclaration;\\r\\n\\t}());\\r\\n\\texports.ExportAllDeclaration = ExportAllDeclaration;\\r\\n\\tvar ExportDefaultDeclaration = (function () {\\r\\n\\t    function ExportDefaultDeclaration(declaration) {\\r\\n\\t        this.type = syntax_1.Syntax.ExportDefaultDeclaration;\\r\\n\\t        this.declaration = declaration;\\r\\n\\t    }\\r\\n\\t    return ExportDefaultDeclaration;\\r\\n\\t}());\\r\\n\\texports.ExportDefaultDeclaration = ExportDefaultDeclaration;\\r\\n\\tvar ExportNamedDeclaration = (function () {\\r\\n\\t    function ExportNamedDeclaration(declaration, specifiers, source) {\\r\\n\\t        this.type = syntax_1.Syntax.ExportNamedDeclaration;\\r\\n\\t        this.declaration = declaration;\\r\\n\\t        this.specifiers = specifiers;\\r\\n\\t        this.source = source;\\r\\n\\t    }\\r\\n\\t    return ExportNamedDeclaration;\\r\\n\\t}());\\r\\n\\texports.ExportNamedDeclaration = ExportNamedDeclaration;\\r\\n\\tvar ExportSpecifier = (function () {\\r\\n\\t    function ExportSpecifier(local, exported) {\\r\\n\\t        this.type = syntax_1.Syntax.ExportSpecifier;\\r\\n\\t        this.exported = exported;\\r\\n\\t        this.local = local;\\r\\n\\t    }\\r\\n\\t    return ExportSpecifier;\\r\\n\\t}());\\r\\n\\texports.ExportSpecifier = ExportSpecifier;\\r\\n\\tvar ExpressionStatement = (function () {\\r\\n\\t    function ExpressionStatement(expression) {\\r\\n\\t        this.type = syntax_1.Syntax.ExpressionStatement;\\r\\n\\t        this.expression = expression;\\r\\n\\t    }\\r\\n\\t    return ExpressionStatement;\\r\\n\\t}());\\r\\n\\texports.ExpressionStatement = ExpressionStatement;\\r\\n\\tvar ForInStatement = (function () {\\r\\n\\t    function ForInStatement(left, right, body) {\\r\\n\\t        this.type = syntax_1.Syntax.ForInStatement;\\r\\n\\t        this.left = left;\\r\\n\\t        this.right = right;\\r\\n\\t        this.body = body;\\r\\n\\t        this.each = false;\\r\\n\\t    }\\r\\n\\t    return ForInStatement;\\r\\n\\t}());\\r\\n\\texports.ForInStatement = ForInStatement;\\r\\n\\tvar ForOfStatement = (function () {\\r\\n\\t    function ForOfStatement(left, right, body) {\\r\\n\\t        this.type = syntax_1.Syntax.ForOfStatement;\\r\\n\\t        this.left = left;\\r\\n\\t        this.right = right;\\r\\n\\t        this.body = body;\\r\\n\\t    }\\r\\n\\t    return ForOfStatement;\\r\\n\\t}());\\r\\n\\texports.ForOfStatement = ForOfStatement;\\r\\n\\tvar ForStatement = (function () {\\r\\n\\t    function ForStatement(init, test, update, body) {\\r\\n\\t        this.type = syntax_1.Syntax.ForStatement;\\r\\n\\t        this.init = init;\\r\\n\\t        this.test = test;\\r\\n\\t        this.update = update;\\r\\n\\t        this.body = body;\\r\\n\\t    }\\r\\n\\t    return ForStatement;\\r\\n\\t}());\\r\\n\\texports.ForStatement = ForStatement;\\r\\n\\tvar FunctionDeclaration = (function () {\\r\\n\\t    function FunctionDeclaration(id, params, body, generator) {\\r\\n\\t        this.type = syntax_1.Syntax.FunctionDeclaration;\\r\\n\\t        this.id = id;\\r\\n\\t        this.params = params;\\r\\n\\t        this.body = body;\\r\\n\\t        this.generator = generator;\\r\\n\\t        this.expression = false;\\r\\n\\t        this.async = false;\\r\\n\\t    }\\r\\n\\t    return FunctionDeclaration;\\r\\n\\t}());\\r\\n\\texports.FunctionDeclaration = FunctionDeclaration;\\r\\n\\tvar FunctionExpression = (function () {\\r\\n\\t    function FunctionExpression(id, params, body, generator) {\\r\\n\\t        this.type = syntax_1.Syntax.FunctionExpression;\\r\\n\\t        this.id = id;\\r\\n\\t        this.params = params;\\r\\n\\t        this.body = body;\\r\\n\\t        this.generator = generator;\\r\\n\\t        this.expression = false;\\r\\n\\t        this.async = false;\\r\\n\\t    }\\r\\n\\t    return FunctionExpression;\\r\\n\\t}());\\r\\n\\texports.FunctionExpression = FunctionExpression;\\r\\n\\tvar Identifier = (function () {\\r\\n\\t    function Identifier(name) {\\r\\n\\t        this.type = syntax_1.Syntax.Identifier;\\r\\n\\t        this.name = name;\\r\\n\\t    }\\r\\n\\t    return Identifier;\\r\\n\\t}());\\r\\n\\texports.Identifier = Identifier;\\r\\n\\tvar IfStatement = (function () {\\r\\n\\t    function IfStatement(test, consequent, alternate) {\\r\\n\\t        this.type = syntax_1.Syntax.IfStatement;\\r\\n\\t        this.test = test;\\r\\n\\t        this.consequent = consequent;\\r\\n\\t        this.alternate = alternate;\\r\\n\\t    }\\r\\n\\t    return IfStatement;\\r\\n\\t}());\\r\\n\\texports.IfStatement = IfStatement;\\r\\n\\tvar ImportDeclaration = (function () {\\r\\n\\t    function ImportDeclaration(specifiers, source) {\\r\\n\\t        this.type = syntax_1.Syntax.ImportDeclaration;\\r\\n\\t        this.specifiers = specifiers;\\r\\n\\t        this.source = source;\\r\\n\\t    }\\r\\n\\t    return ImportDeclaration;\\r\\n\\t}());\\r\\n\\texports.ImportDeclaration = ImportDeclaration;\\r\\n\\tvar ImportDefaultSpecifier = (function () {\\r\\n\\t    function ImportDefaultSpecifier(local) {\\r\\n\\t        this.type = syntax_1.Syntax.ImportDefaultSpecifier;\\r\\n\\t        this.local = local;\\r\\n\\t    }\\r\\n\\t    return ImportDefaultSpecifier;\\r\\n\\t}());\\r\\n\\texports.ImportDefaultSpecifier = ImportDefaultSpecifier;\\r\\n\\tvar ImportNamespaceSpecifier = (function () {\\r\\n\\t    function ImportNamespaceSpecifier(local) {\\r\\n\\t        this.type = syntax_1.Syntax.ImportNamespaceSpecifier;\\r\\n\\t        this.local = local;\\r\\n\\t    }\\r\\n\\t    return ImportNamespaceSpecifier;\\r\\n\\t}());\\r\\n\\texports.ImportNamespaceSpecifier = ImportNamespaceSpecifier;\\r\\n\\tvar ImportSpecifier = (function () {\\r\\n\\t    function ImportSpecifier(local, imported) {\\r\\n\\t        this.type = syntax_1.Syntax.ImportSpecifier;\\r\\n\\t        this.local = local;\\r\\n\\t        this.imported = imported;\\r\\n\\t    }\\r\\n\\t    return ImportSpecifier;\\r\\n\\t}());\\r\\n\\texports.ImportSpecifier = ImportSpecifier;\\r\\n\\tvar LabeledStatement = (function () {\\r\\n\\t    function LabeledStatement(label, body) {\\r\\n\\t        this.type = syntax_1.Syntax.LabeledStatement;\\r\\n\\t        this.label = label;\\r\\n\\t        this.body = body;\\r\\n\\t    }\\r\\n\\t    return LabeledStatement;\\r\\n\\t}());\\r\\n\\texports.LabeledStatement = LabeledStatement;\\r\\n\\tvar Literal = (function () {\\r\\n\\t    function Literal(value, raw) {\\r\\n\\t        this.type = syntax_1.Syntax.Literal;\\r\\n\\t        this.value = value;\\r\\n\\t        this.raw = raw;\\r\\n\\t    }\\r\\n\\t    return Literal;\\r\\n\\t}());\\r\\n\\texports.Literal = Literal;\\r\\n\\tvar MetaProperty = (function () {\\r\\n\\t    function MetaProperty(meta, property) {\\r\\n\\t        this.type = syntax_1.Syntax.MetaProperty;\\r\\n\\t        this.meta = meta;\\r\\n\\t        this.property = property;\\r\\n\\t    }\\r\\n\\t    return MetaProperty;\\r\\n\\t}());\\r\\n\\texports.MetaProperty = MetaProperty;\\r\\n\\tvar MethodDefinition = (function () {\\r\\n\\t    function MethodDefinition(key, computed, value, kind, isStatic) {\\r\\n\\t        this.type = syntax_1.Syntax.MethodDefinition;\\r\\n\\t        this.key = key;\\r\\n\\t        this.computed = computed;\\r\\n\\t        this.value = value;\\r\\n\\t        this.kind = kind;\\r\\n\\t        this.static = isStatic;\\r\\n\\t    }\\r\\n\\t    return MethodDefinition;\\r\\n\\t}());\\r\\n\\texports.MethodDefinition = MethodDefinition;\\r\\n\\tvar Module = (function () {\\r\\n\\t    function Module(body) {\\r\\n\\t        this.type = syntax_1.Syntax.Program;\\r\\n\\t        this.body = body;\\r\\n\\t        this.sourceType = 'module';\\r\\n\\t    }\\r\\n\\t    return Module;\\r\\n\\t}());\\r\\n\\texports.Module = Module;\\r\\n\\tvar NewExpression = (function () {\\r\\n\\t    function NewExpression(callee, args) {\\r\\n\\t        this.type = syntax_1.Syntax.NewExpression;\\r\\n\\t        this.callee = callee;\\r\\n\\t        this.arguments = args;\\r\\n\\t    }\\r\\n\\t    return NewExpression;\\r\\n\\t}());\\r\\n\\texports.NewExpression = NewExpression;\\r\\n\\tvar ObjectExpression = (function () {\\r\\n\\t    function ObjectExpression(properties) {\\r\\n\\t        this.type = syntax_1.Syntax.ObjectExpression;\\r\\n\\t        this.properties = properties;\\r\\n\\t    }\\r\\n\\t    return ObjectExpression;\\r\\n\\t}());\\r\\n\\texports.ObjectExpression = ObjectExpression;\\r\\n\\tvar ObjectPattern = (function () {\\r\\n\\t    function ObjectPattern(properties) {\\r\\n\\t        this.type = syntax_1.Syntax.ObjectPattern;\\r\\n\\t        this.properties = properties;\\r\\n\\t    }\\r\\n\\t    return ObjectPattern;\\r\\n\\t}());\\r\\n\\texports.ObjectPattern = ObjectPattern;\\r\\n\\tvar Property = (function () {\\r\\n\\t    function Property(kind, key, computed, value, method, shorthand) {\\r\\n\\t        this.type = syntax_1.Syntax.Property;\\r\\n\\t        this.key = key;\\r\\n\\t        this.computed = computed;\\r\\n\\t        this.value = value;\\r\\n\\t        this.kind = kind;\\r\\n\\t        this.method = method;\\r\\n\\t        this.shorthand = shorthand;\\r\\n\\t    }\\r\\n\\t    return Property;\\r\\n\\t}());\\r\\n\\texports.Property = Property;\\r\\n\\tvar RegexLiteral = (function () {\\r\\n\\t    function RegexLiteral(value, raw, pattern, flags) {\\r\\n\\t        this.type = syntax_1.Syntax.Literal;\\r\\n\\t        this.value = value;\\r\\n\\t        this.raw = raw;\\r\\n\\t        this.regex = { pattern: pattern, flags: flags };\\r\\n\\t    }\\r\\n\\t    return RegexLiteral;\\r\\n\\t}());\\r\\n\\texports.RegexLiteral = RegexLiteral;\\r\\n\\tvar RestElement = (function () {\\r\\n\\t    function RestElement(argument) {\\r\\n\\t        this.type = syntax_1.Syntax.RestElement;\\r\\n\\t        this.argument = argument;\\r\\n\\t    }\\r\\n\\t    return RestElement;\\r\\n\\t}());\\r\\n\\texports.RestElement = RestElement;\\r\\n\\tvar ReturnStatement = (function () {\\r\\n\\t    function ReturnStatement(argument) {\\r\\n\\t        this.type = syntax_1.Syntax.ReturnStatement;\\r\\n\\t        this.argument = argument;\\r\\n\\t    }\\r\\n\\t    return ReturnStatement;\\r\\n\\t}());\\r\\n\\texports.ReturnStatement = ReturnStatement;\\r\\n\\tvar Script = (function () {\\r\\n\\t    function Script(body) {\\r\\n\\t        this.type = syntax_1.Syntax.Program;\\r\\n\\t        this.body = body;\\r\\n\\t        this.sourceType = 'script';\\r\\n\\t    }\\r\\n\\t    return Script;\\r\\n\\t}());\\r\\n\\texports.Script = Script;\\r\\n\\tvar SequenceExpression = (function () {\\r\\n\\t    function SequenceExpression(expressions) {\\r\\n\\t        this.type = syntax_1.Syntax.SequenceExpression;\\r\\n\\t        this.expressions = expressions;\\r\\n\\t    }\\r\\n\\t    return SequenceExpression;\\r\\n\\t}());\\r\\n\\texports.SequenceExpression = SequenceExpression;\\r\\n\\tvar SpreadElement = (function () {\\r\\n\\t    function SpreadElement(argument) {\\r\\n\\t        this.type = syntax_1.Syntax.SpreadElement;\\r\\n\\t        this.argument = argument;\\r\\n\\t    }\\r\\n\\t    return SpreadElement;\\r\\n\\t}());\\r\\n\\texports.SpreadElement = SpreadElement;\\r\\n\\tvar StaticMemberExpression = (function () {\\r\\n\\t    function StaticMemberExpression(object, property) {\\r\\n\\t        this.type = syntax_1.Syntax.MemberExpression;\\r\\n\\t        this.computed = false;\\r\\n\\t        this.object = object;\\r\\n\\t        this.property = property;\\r\\n\\t    }\\r\\n\\t    return StaticMemberExpression;\\r\\n\\t}());\\r\\n\\texports.StaticMemberExpression = StaticMemberExpression;\\r\\n\\tvar Super = (function () {\\r\\n\\t    function Super() {\\r\\n\\t        this.type = syntax_1.Syntax.Super;\\r\\n\\t    }\\r\\n\\t    return Super;\\r\\n\\t}());\\r\\n\\texports.Super = Super;\\r\\n\\tvar SwitchCase = (function () {\\r\\n\\t    function SwitchCase(test, consequent) {\\r\\n\\t        this.type = syntax_1.Syntax.SwitchCase;\\r\\n\\t        this.test = test;\\r\\n\\t        this.consequent = consequent;\\r\\n\\t    }\\r\\n\\t    return SwitchCase;\\r\\n\\t}());\\r\\n\\texports.SwitchCase = SwitchCase;\\r\\n\\tvar SwitchStatement = (function () {\\r\\n\\t    function SwitchStatement(discriminant, cases) {\\r\\n\\t        this.type = syntax_1.Syntax.SwitchStatement;\\r\\n\\t        this.discriminant = discriminant;\\r\\n\\t        this.cases = cases;\\r\\n\\t    }\\r\\n\\t    return SwitchStatement;\\r\\n\\t}());\\r\\n\\texports.SwitchStatement = SwitchStatement;\\r\\n\\tvar TaggedTemplateExpression = (function () {\\r\\n\\t    function TaggedTemplateExpression(tag, quasi) {\\r\\n\\t        this.type = syntax_1.Syntax.TaggedTemplateExpression;\\r\\n\\t        this.tag = tag;\\r\\n\\t        this.quasi = quasi;\\r\\n\\t    }\\r\\n\\t    return TaggedTemplateExpression;\\r\\n\\t}());\\r\\n\\texports.TaggedTemplateExpression = TaggedTemplateExpression;\\r\\n\\tvar TemplateElement = (function () {\\r\\n\\t    function TemplateElement(value, tail) {\\r\\n\\t        this.type = syntax_1.Syntax.TemplateElement;\\r\\n\\t        this.value = value;\\r\\n\\t        this.tail = tail;\\r\\n\\t    }\\r\\n\\t    return TemplateElement;\\r\\n\\t}());\\r\\n\\texports.TemplateElement = TemplateElement;\\r\\n\\tvar TemplateLiteral = (function () {\\r\\n\\t    function TemplateLiteral(quasis, expressions) {\\r\\n\\t        this.type = syntax_1.Syntax.TemplateLiteral;\\r\\n\\t        this.quasis = quasis;\\r\\n\\t        this.expressions = expressions;\\r\\n\\t    }\\r\\n\\t    return TemplateLiteral;\\r\\n\\t}());\\r\\n\\texports.TemplateLiteral = TemplateLiteral;\\r\\n\\tvar ThisExpression = (function () {\\r\\n\\t    function ThisExpression() {\\r\\n\\t        this.type = syntax_1.Syntax.ThisExpression;\\r\\n\\t    }\\r\\n\\t    return ThisExpression;\\r\\n\\t}());\\r\\n\\texports.ThisExpression = ThisExpression;\\r\\n\\tvar ThrowStatement = (function () {\\r\\n\\t    function ThrowStatement(argument) {\\r\\n\\t        this.type = syntax_1.Syntax.ThrowStatement;\\r\\n\\t        this.argument = argument;\\r\\n\\t    }\\r\\n\\t    return ThrowStatement;\\r\\n\\t}());\\r\\n\\texports.ThrowStatement = ThrowStatement;\\r\\n\\tvar TryStatement = (function () {\\r\\n\\t    function TryStatement(block, handler, finalizer) {\\r\\n\\t        this.type = syntax_1.Syntax.TryStatement;\\r\\n\\t        this.block = block;\\r\\n\\t        this.handler = handler;\\r\\n\\t        this.finalizer = finalizer;\\r\\n\\t    }\\r\\n\\t    return TryStatement;\\r\\n\\t}());\\r\\n\\texports.TryStatement = TryStatement;\\r\\n\\tvar UnaryExpression = (function () {\\r\\n\\t    function UnaryExpression(operator, argument) {\\r\\n\\t        this.type = syntax_1.Syntax.UnaryExpression;\\r\\n\\t        this.operator = operator;\\r\\n\\t        this.argument = argument;\\r\\n\\t        this.prefix = true;\\r\\n\\t    }\\r\\n\\t    return UnaryExpression;\\r\\n\\t}());\\r\\n\\texports.UnaryExpression = UnaryExpression;\\r\\n\\tvar UpdateExpression = (function () {\\r\\n\\t    function UpdateExpression(operator, argument, prefix) {\\r\\n\\t        this.type = syntax_1.Syntax.UpdateExpression;\\r\\n\\t        this.operator = operator;\\r\\n\\t        this.argument = argument;\\r\\n\\t        this.prefix = prefix;\\r\\n\\t    }\\r\\n\\t    return UpdateExpression;\\r\\n\\t}());\\r\\n\\texports.UpdateExpression = UpdateExpression;\\r\\n\\tvar VariableDeclaration = (function () {\\r\\n\\t    function VariableDeclaration(declarations, kind) {\\r\\n\\t        this.type = syntax_1.Syntax.VariableDeclaration;\\r\\n\\t        this.declarations = declarations;\\r\\n\\t        this.kind = kind;\\r\\n\\t    }\\r\\n\\t    return VariableDeclaration;\\r\\n\\t}());\\r\\n\\texports.VariableDeclaration = VariableDeclaration;\\r\\n\\tvar VariableDeclarator = (function () {\\r\\n\\t    function VariableDeclarator(id, init) {\\r\\n\\t        this.type = syntax_1.Syntax.VariableDeclarator;\\r\\n\\t        this.id = id;\\r\\n\\t        this.init = init;\\r\\n\\t    }\\r\\n\\t    return VariableDeclarator;\\r\\n\\t}());\\r\\n\\texports.VariableDeclarator = VariableDeclarator;\\r\\n\\tvar WhileStatement = (function () {\\r\\n\\t    function WhileStatement(test, body) {\\r\\n\\t        this.type = syntax_1.Syntax.WhileStatement;\\r\\n\\t        this.test = test;\\r\\n\\t        this.body = body;\\r\\n\\t    }\\r\\n\\t    return WhileStatement;\\r\\n\\t}());\\r\\n\\texports.WhileStatement = WhileStatement;\\r\\n\\tvar WithStatement = (function () {\\r\\n\\t    function WithStatement(object, body) {\\r\\n\\t        this.type = syntax_1.Syntax.WithStatement;\\r\\n\\t        this.object = object;\\r\\n\\t        this.body = body;\\r\\n\\t    }\\r\\n\\t    return WithStatement;\\r\\n\\t}());\\r\\n\\texports.WithStatement = WithStatement;\\r\\n\\tvar YieldExpression = (function () {\\r\\n\\t    function YieldExpression(argument, delegate) {\\r\\n\\t        this.type = syntax_1.Syntax.YieldExpression;\\r\\n\\t        this.argument = argument;\\r\\n\\t        this.delegate = delegate;\\r\\n\\t    }\\r\\n\\t    return YieldExpression;\\r\\n\\t}());\\r\\n\\texports.YieldExpression = YieldExpression;\\r\\n\\n\\n/***/ },\\n/* 8 */\\n/***/ function(module, exports, __webpack_require__) {\\n\\n\\t\\\"use strict\\\";\\r\\n\\tObject.defineProperty(exports, \\\"__esModule\\\", { value: true });\\r\\n\\tvar assert_1 = __webpack_require__(9);\\r\\n\\tvar error_handler_1 = __webpack_require__(10);\\r\\n\\tvar messages_1 = __webpack_require__(11);\\r\\n\\tvar Node = __webpack_require__(7);\\r\\n\\tvar scanner_1 = __webpack_require__(12);\\r\\n\\tvar syntax_1 = __webpack_require__(2);\\r\\n\\tvar token_1 = __webpack_require__(13);\\r\\n\\tvar ArrowParameterPlaceHolder = 'ArrowParameterPlaceHolder';\\r\\n\\tvar Parser = (function () {\\r\\n\\t    function Parser(code, options, delegate) {\\r\\n\\t        if (options === void 0) { options = {}; }\\r\\n\\t        this.config = {\\r\\n\\t            range: (typeof options.range === 'boolean') && options.range,\\r\\n\\t            loc: (typeof options.loc === 'boolean') && options.loc,\\r\\n\\t            source: null,\\r\\n\\t            tokens: (typeof options.tokens === 'boolean') && options.tokens,\\r\\n\\t            comment: (typeof options.comment === 'boolean') && options.comment,\\r\\n\\t            tolerant: (typeof options.tolerant === 'boolean') && options.tolerant\\r\\n\\t        };\\r\\n\\t        if (this.config.loc && options.source && options.source !== null) {\\r\\n\\t            this.config.source = String(options.source);\\r\\n\\t        }\\r\\n\\t        this.delegate = delegate;\\r\\n\\t        this.errorHandler = new error_handler_1.ErrorHandler();\\r\\n\\t        this.errorHandler.tolerant = this.config.tolerant;\\r\\n\\t        this.scanner = new scanner_1.Scanner(code, this.errorHandler);\\r\\n\\t        this.scanner.trackComment = this.config.comment;\\r\\n\\t        this.operatorPrecedence = {\\r\\n\\t            ')': 0,\\r\\n\\t            ';': 0,\\r\\n\\t            ',': 0,\\r\\n\\t            '=': 0,\\r\\n\\t            ']': 0,\\r\\n\\t            '||': 1,\\r\\n\\t            '&&': 2,\\r\\n\\t            '|': 3,\\r\\n\\t            '^': 4,\\r\\n\\t            '&': 5,\\r\\n\\t            '==': 6,\\r\\n\\t            '!=': 6,\\r\\n\\t            '===': 6,\\r\\n\\t            '!==': 6,\\r\\n\\t            '<': 7,\\r\\n\\t            '>': 7,\\r\\n\\t            '<=': 7,\\r\\n\\t            '>=': 7,\\r\\n\\t            '<<': 8,\\r\\n\\t            '>>': 8,\\r\\n\\t            '>>>': 8,\\r\\n\\t            '+': 9,\\r\\n\\t            '-': 9,\\r\\n\\t            '*': 11,\\r\\n\\t            '/': 11,\\r\\n\\t            '%': 11\\r\\n\\t        };\\r\\n\\t        this.lookahead = {\\r\\n\\t            type: 2 /* EOF */,\\r\\n\\t            value: '',\\r\\n\\t            lineNumber: this.scanner.lineNumber,\\r\\n\\t            lineStart: 0,\\r\\n\\t            start: 0,\\r\\n\\t            end: 0\\r\\n\\t        };\\r\\n\\t        this.hasLineTerminator = false;\\r\\n\\t        this.context = {\\r\\n\\t            isModule: false,\\r\\n\\t            await: false,\\r\\n\\t            allowIn: true,\\r\\n\\t            allowStrictDirective: true,\\r\\n\\t            allowYield: true,\\r\\n\\t            firstCoverInitializedNameError: null,\\r\\n\\t            isAssignmentTarget: false,\\r\\n\\t            isBindingElement: false,\\r\\n\\t            inFunctionBody: false,\\r\\n\\t            inIteration: false,\\r\\n\\t            inSwitch: false,\\r\\n\\t            labelSet: {},\\r\\n\\t            strict: false\\r\\n\\t        };\\r\\n\\t        this.tokens = [];\\r\\n\\t        this.startMarker = {\\r\\n\\t            index: 0,\\r\\n\\t            line: this.scanner.lineNumber,\\r\\n\\t            column: 0\\r\\n\\t        };\\r\\n\\t        this.lastMarker = {\\r\\n\\t            index: 0,\\r\\n\\t            line: this.scanner.lineNumber,\\r\\n\\t            column: 0\\r\\n\\t        };\\r\\n\\t        this.nextToken();\\r\\n\\t        this.lastMarker = {\\r\\n\\t            index: this.scanner.index,\\r\\n\\t            line: this.scanner.lineNumber,\\r\\n\\t            column: this.scanner.index - this.scanner.lineStart\\r\\n\\t        };\\r\\n\\t    }\\r\\n\\t    Parser.prototype.throwError = function (messageFormat) {\\r\\n\\t        var values = [];\\r\\n\\t        for (var _i = 1; _i < arguments.length; _i++) {\\r\\n\\t            values[_i - 1] = arguments[_i];\\r\\n\\t        }\\r\\n\\t        var args = Array.prototype.slice.call(arguments, 1);\\r\\n\\t        var msg = messageFormat.replace(/%(\\\\d)/g, function (whole, idx) {\\r\\n\\t            assert_1.assert(idx < args.length, 'Message reference must be in range');\\r\\n\\t            return args[idx];\\r\\n\\t        });\\r\\n\\t        var index = this.lastMarker.index;\\r\\n\\t        var line = this.lastMarker.line;\\r\\n\\t        var column = this.lastMarker.column + 1;\\r\\n\\t        throw this.errorHandler.createError(index, line, column, msg);\\r\\n\\t    };\\r\\n\\t    Parser.prototype.tolerateError = function (messageFormat) {\\r\\n\\t        var values = [];\\r\\n\\t        for (var _i = 1; _i < arguments.length; _i++) {\\r\\n\\t            values[_i - 1] = arguments[_i];\\r\\n\\t        }\\r\\n\\t        var args = Array.prototype.slice.call(arguments, 1);\\r\\n\\t        var msg = messageFormat.replace(/%(\\\\d)/g, function (whole, idx) {\\r\\n\\t            assert_1.assert(idx < args.length, 'Message reference must be in range');\\r\\n\\t            return args[idx];\\r\\n\\t        });\\r\\n\\t        var index = this.lastMarker.index;\\r\\n\\t        var line = this.scanner.lineNumber;\\r\\n\\t        var column = this.lastMarker.column + 1;\\r\\n\\t        this.errorHandler.tolerateError(index, line, column, msg);\\r\\n\\t    };\\r\\n\\t    // Throw an exception because of the token.\\r\\n\\t    Parser.prototype.unexpectedTokenError = function (token, message) {\\r\\n\\t        var msg = message || messages_1.Messages.UnexpectedToken;\\r\\n\\t        var value;\\r\\n\\t        if (token) {\\r\\n\\t            if (!message) {\\r\\n\\t                msg = (token.type === 2 /* EOF */) ? messages_1.Messages.UnexpectedEOS :\\r\\n\\t                    (token.type === 3 /* Identifier */) ? messages_1.Messages.UnexpectedIdentifier :\\r\\n\\t                        (token.type === 6 /* NumericLiteral */) ? messages_1.Messages.UnexpectedNumber :\\r\\n\\t                            (token.type === 8 /* StringLiteral */) ? messages_1.Messages.UnexpectedString :\\r\\n\\t                                (token.type === 10 /* Template */) ? messages_1.Messages.UnexpectedTemplate :\\r\\n\\t                                    messages_1.Messages.UnexpectedToken;\\r\\n\\t                if (token.type === 4 /* Keyword */) {\\r\\n\\t                    if (this.scanner.isFutureReservedWord(token.value)) {\\r\\n\\t                        msg = messages_1.Messages.UnexpectedReserved;\\r\\n\\t                    }\\r\\n\\t                    else if (this.context.strict && this.scanner.isStrictModeReservedWord(token.value)) {\\r\\n\\t                        msg = messages_1.Messages.StrictReservedWord;\\r\\n\\t                    }\\r\\n\\t                }\\r\\n\\t            }\\r\\n\\t            value = token.value;\\r\\n\\t        }\\r\\n\\t        else {\\r\\n\\t            value = 'ILLEGAL';\\r\\n\\t        }\\r\\n\\t        msg = msg.replace('%0', value);\\r\\n\\t        if (token && typeof token.lineNumber === 'number') {\\r\\n\\t            var index = token.start;\\r\\n\\t            var line = token.lineNumber;\\r\\n\\t            var lastMarkerLineStart = this.lastMarker.index - this.lastMarker.column;\\r\\n\\t            var column = token.start - lastMarkerLineStart + 1;\\r\\n\\t            return this.errorHandler.createError(index, line, column, msg);\\r\\n\\t        }\\r\\n\\t        else {\\r\\n\\t            var index = this.lastMarker.index;\\r\\n\\t            var line = this.lastMarker.line;\\r\\n\\t            var column = this.lastMarker.column + 1;\\r\\n\\t            return this.errorHandler.createError(index, line, column, msg);\\r\\n\\t        }\\r\\n\\t    };\\r\\n\\t    Parser.prototype.throwUnexpectedToken = function (token, message) {\\r\\n\\t        throw this.unexpectedTokenError(token, message);\\r\\n\\t    };\\r\\n\\t    Parser.prototype.tolerateUnexpectedToken = function (token, message) {\\r\\n\\t        this.errorHandler.tolerate(this.unexpectedTokenError(token, message));\\r\\n\\t    };\\r\\n\\t    Parser.prototype.collectComments = function () {\\r\\n\\t        if (!this.config.comment) {\\r\\n\\t            this.scanner.scanComments();\\r\\n\\t        }\\r\\n\\t        else {\\r\\n\\t            var comments = this.scanner.scanComments();\\r\\n\\t            if (comments.length > 0 && this.delegate) {\\r\\n\\t                for (var i = 0; i < comments.length; ++i) {\\r\\n\\t                    var e = comments[i];\\r\\n\\t                    var node = void 0;\\r\\n\\t                    node = {\\r\\n\\t                        type: e.multiLine ? 'BlockComment' : 'LineComment',\\r\\n\\t                        value: this.scanner.source.slice(e.slice[0], e.slice[1])\\r\\n\\t                    };\\r\\n\\t                    if (this.config.range) {\\r\\n\\t                        node.range = e.range;\\r\\n\\t                    }\\r\\n\\t                    if (this.config.loc) {\\r\\n\\t                        node.loc = e.loc;\\r\\n\\t                    }\\r\\n\\t                    var metadata = {\\r\\n\\t                        start: {\\r\\n\\t                            line: e.loc.start.line,\\r\\n\\t                            column: e.loc.start.column,\\r\\n\\t                            offset: e.range[0]\\r\\n\\t                        },\\r\\n\\t                        end: {\\r\\n\\t                            line: e.loc.end.line,\\r\\n\\t                            column: e.loc.end.column,\\r\\n\\t                            offset: e.range[1]\\r\\n\\t                        }\\r\\n\\t                    };\\r\\n\\t                    this.delegate(node, metadata);\\r\\n\\t                }\\r\\n\\t            }\\r\\n\\t        }\\r\\n\\t    };\\r\\n\\t    // From internal representation to an external structure\\r\\n\\t    Parser.prototype.getTokenRaw = function (token) {\\r\\n\\t        return this.scanner.source.slice(token.start, token.end);\\r\\n\\t    };\\r\\n\\t    Parser.prototype.convertToken = function (token) {\\r\\n\\t        var t = {\\r\\n\\t            type: token_1.TokenName[token.type],\\r\\n\\t            value: this.getTokenRaw(token)\\r\\n\\t        };\\r\\n\\t        if (this.config.range) {\\r\\n\\t            t.range = [token.start, token.end];\\r\\n\\t        }\\r\\n\\t        if (this.config.loc) {\\r\\n\\t            t.loc = {\\r\\n\\t                start: {\\r\\n\\t                    line: this.startMarker.line,\\r\\n\\t                    column: this.startMarker.column\\r\\n\\t                },\\r\\n\\t                end: {\\r\\n\\t                    line: this.scanner.lineNumber,\\r\\n\\t                    column: this.scanner.index - this.scanner.lineStart\\r\\n\\t                }\\r\\n\\t            };\\r\\n\\t        }\\r\\n\\t        if (token.type === 9 /* RegularExpression */) {\\r\\n\\t            var pattern = token.pattern;\\r\\n\\t            var flags = token.flags;\\r\\n\\t            t.regex = { pattern: pattern, flags: flags };\\r\\n\\t        }\\r\\n\\t        return t;\\r\\n\\t    };\\r\\n\\t    Parser.prototype.nextToken = function () {\\r\\n\\t        var token = this.lookahead;\\r\\n\\t        this.lastMarker.index = this.scanner.index;\\r\\n\\t        this.lastMarker.line = this.scanner.lineNumber;\\r\\n\\t        this.lastMarker.column = this.scanner.index - this.scanner.lineStart;\\r\\n\\t        this.collectComments();\\r\\n\\t        if (this.scanner.index !== this.startMarker.index) {\\r\\n\\t            this.startMarker.index = this.scanner.index;\\r\\n\\t            this.startMarker.line = this.scanner.lineNumber;\\r\\n\\t            this.startMarker.column = this.scanner.index - this.scanner.lineStart;\\r\\n\\t        }\\r\\n\\t        var next = this.scanner.lex();\\r\\n\\t        this.hasLineTerminator = (token.lineNumber !== next.lineNumber);\\r\\n\\t        if (next && this.context.strict && next.type === 3 /* Identifier */) {\\r\\n\\t            if (this.scanner.isStrictModeReservedWord(next.value)) {\\r\\n\\t                next.type = 4 /* Keyword */;\\r\\n\\t            }\\r\\n\\t        }\\r\\n\\t        this.lookahead = next;\\r\\n\\t        if (this.config.tokens && next.type !== 2 /* EOF */) {\\r\\n\\t            this.tokens.push(this.convertToken(next));\\r\\n\\t        }\\r\\n\\t        return token;\\r\\n\\t    };\\r\\n\\t    Parser.prototype.nextRegexToken = function () {\\r\\n\\t        this.collectComments();\\r\\n\\t        var token = this.scanner.scanRegExp();\\r\\n\\t        if (this.config.tokens) {\\r\\n\\t            // Pop the previous token, '/' or '/='\\r\\n\\t            // This is added from the lookahead token.\\r\\n\\t            this.tokens.pop();\\r\\n\\t            this.tokens.push(this.convertToken(token));\\r\\n\\t        }\\r\\n\\t        // Prime the next lookahead.\\r\\n\\t        this.lookahead = token;\\r\\n\\t        this.nextToken();\\r\\n\\t        return token;\\r\\n\\t    };\\r\\n\\t    Parser.prototype.createNode = function () {\\r\\n\\t        return {\\r\\n\\t            index: this.startMarker.index,\\r\\n\\t            line: this.startMarker.line,\\r\\n\\t            column: this.startMarker.column\\r\\n\\t        };\\r\\n\\t    };\\r\\n\\t    Parser.prototype.startNode = function (token) {\\r\\n\\t        return {\\r\\n\\t            index: token.start,\\r\\n\\t            line: token.lineNumber,\\r\\n\\t            column: token.start - token.lineStart\\r\\n\\t        };\\r\\n\\t    };\\r\\n\\t    Parser.prototype.finalize = function (marker, node) {\\r\\n\\t        if (this.config.range) {\\r\\n\\t            node.range = [marker.index, this.lastMarker.index];\\r\\n\\t        }\\r\\n\\t        if (this.config.loc) {\\r\\n\\t            node.loc = {\\r\\n\\t                start: {\\r\\n\\t                    line: marker.line,\\r\\n\\t                    column: marker.column,\\r\\n\\t                },\\r\\n\\t                end: {\\r\\n\\t                    line: this.lastMarker.line,\\r\\n\\t                    column: this.lastMarker.column\\r\\n\\t                }\\r\\n\\t            };\\r\\n\\t            if (this.config.source) {\\r\\n\\t                node.loc.source = this.config.source;\\r\\n\\t            }\\r\\n\\t        }\\r\\n\\t        if (this.delegate) {\\r\\n\\t            var metadata = {\\r\\n\\t                start: {\\r\\n\\t                    line: marker.line,\\r\\n\\t                    column: marker.column,\\r\\n\\t                    offset: marker.index\\r\\n\\t                },\\r\\n\\t                end: {\\r\\n\\t                    line: this.lastMarker.line,\\r\\n\\t                    column: this.lastMarker.column,\\r\\n\\t                    offset: this.lastMarker.index\\r\\n\\t                }\\r\\n\\t            };\\r\\n\\t            this.delegate(node, metadata);\\r\\n\\t        }\\r\\n\\t        return node;\\r\\n\\t    };\\r\\n\\t    // Expect the next token to match the specified punctuator.\\r\\n\\t    // If not, an exception will be thrown.\\r\\n\\t    Parser.prototype.expect = function (value) {\\r\\n\\t        var token = this.nextToken();\\r\\n\\t        if (token.type !== 7 /* Punctuator */ || token.value !== value) {\\r\\n\\t            this.throwUnexpectedToken(token);\\r\\n\\t        }\\r\\n\\t    };\\r\\n\\t    // Quietly expect a comma when in tolerant mode, otherwise delegates to expect().\\r\\n\\t    Parser.prototype.expectCommaSeparator = function () {\\r\\n\\t        if (this.config.tolerant) {\\r\\n\\t            var token = this.lookahead;\\r\\n\\t            if (token.type === 7 /* Punctuator */ && token.value === ',') {\\r\\n\\t                this.nextToken();\\r\\n\\t            }\\r\\n\\t            else if (token.type === 7 /* Punctuator */ && token.value === ';') {\\r\\n\\t                this.nextToken();\\r\\n\\t                this.tolerateUnexpectedToken(token);\\r\\n\\t            }\\r\\n\\t            else {\\r\\n\\t                this.tolerateUnexpectedToken(token, messages_1.Messages.UnexpectedToken);\\r\\n\\t            }\\r\\n\\t        }\\r\\n\\t        else {\\r\\n\\t            this.expect(',');\\r\\n\\t        }\\r\\n\\t    };\\r\\n\\t    // Expect the next token to match the specified keyword.\\r\\n\\t    // If not, an exception will be thrown.\\r\\n\\t    Parser.prototype.expectKeyword = function (keyword) {\\r\\n\\t        var token = this.nextToken();\\r\\n\\t        if (token.type !== 4 /* Keyword */ || token.value !== keyword) {\\r\\n\\t            this.throwUnexpectedToken(token);\\r\\n\\t        }\\r\\n\\t    };\\r\\n\\t    // Return true if the next token matches the specified punctuator.\\r\\n\\t    Parser.prototype.match = function (value) {\\r\\n\\t        return this.lookahead.type === 7 /* Punctuator */ && this.lookahead.value === value;\\r\\n\\t    };\\r\\n\\t    // Return true if the next token matches the specified keyword\\r\\n\\t    Parser.prototype.matchKeyword = function (keyword) {\\r\\n\\t        return this.lookahead.type === 4 /* Keyword */ && this.lookahead.value === keyword;\\r\\n\\t    };\\r\\n\\t    // Return true if the next token matches the specified contextual keyword\\r\\n\\t    // (where an identifier is sometimes a keyword depending on the context)\\r\\n\\t    Parser.prototype.matchContextualKeyword = function (keyword) {\\r\\n\\t        return this.lookahead.type === 3 /* Identifier */ && this.lookahead.value === keyword;\\r\\n\\t    };\\r\\n\\t    // Return true if the next token is an assignment operator\\r\\n\\t    Parser.prototype.matchAssign = function () {\\r\\n\\t        if (this.lookahead.type !== 7 /* Punctuator */) {\\r\\n\\t            return false;\\r\\n\\t        }\\r\\n\\t        var op = this.lookahead.value;\\r\\n\\t        return op === '=' ||\\r\\n\\t            op === '*=' ||\\r\\n\\t            op === '**=' ||\\r\\n\\t            op === '/=' ||\\r\\n\\t            op === '%=' ||\\r\\n\\t            op === '+=' ||\\r\\n\\t            op === '-=' ||\\r\\n\\t            op === '<<=' ||\\r\\n\\t            op === '>>=' ||\\r\\n\\t            op === '>>>=' ||\\r\\n\\t            op === '&=' ||\\r\\n\\t            op === '^=' ||\\r\\n\\t            op === '|=';\\r\\n\\t    };\\r\\n\\t    // Cover grammar support.\\r\\n\\t    //\\r\\n\\t    // When an assignment expression position starts with an left parenthesis, the determination of the type\\r\\n\\t    // of the syntax is to be deferred arbitrarily long until the end of the parentheses pair (plus a lookahead)\\r\\n\\t    // or the first comma. This situation also defers the determination of all the expressions nested in the pair.\\r\\n\\t    //\\r\\n\\t    // There are three productions that can be parsed in a parentheses pair that needs to be determined\\r\\n\\t    // after the outermost pair is closed. They are:\\r\\n\\t    //\\r\\n\\t    //   1. AssignmentExpression\\r\\n\\t    //   2. BindingElements\\r\\n\\t    //   3. AssignmentTargets\\r\\n\\t    //\\r\\n\\t    // In order to avoid exponential backtracking, we use two flags to denote if the production can be\\r\\n\\t    // binding element or assignment target.\\r\\n\\t    //\\r\\n\\t    // The three productions have the relationship:\\r\\n\\t    //\\r\\n\\t    //   BindingElements ⊆ AssignmentTargets ⊆ AssignmentExpression\\r\\n\\t    //\\r\\n\\t    // with a single exception that CoverInitializedName when used directly in an Expression, generates\\r\\n\\t    // an early error. Therefore, we need the third state, firstCoverInitializedNameError, to track the\\r\\n\\t    // first usage of CoverInitializedName and report it when we reached the end of the parentheses pair.\\r\\n\\t    //\\r\\n\\t    // isolateCoverGrammar function runs the given parser function with a new cover grammar context, and it does not\\r\\n\\t    // effect the current flags. This means the production the parser parses is only used as an expression. Therefore\\r\\n\\t    // the CoverInitializedName check is conducted.\\r\\n\\t    //\\r\\n\\t    // inheritCoverGrammar function runs the given parse function with a new cover grammar context, and it propagates\\r\\n\\t    // the flags outside of the parser. This means the production the parser parses is used as a part of a potential\\r\\n\\t    // pattern. The CoverInitializedName check is deferred.\\r\\n\\t    Parser.prototype.isolateCoverGrammar = function (parseFunction) {\\r\\n\\t        var previousIsBindingElement = this.context.isBindingElement;\\r\\n\\t        var previousIsAssignmentTarget = this.context.isAssignmentTarget;\\r\\n\\t        var previousFirstCoverInitializedNameError = this.context.firstCoverInitializedNameError;\\r\\n\\t        this.context.isBindingElement = true;\\r\\n\\t        this.context.isAssignmentTarget = true;\\r\\n\\t        this.context.firstCoverInitializedNameError = null;\\r\\n\\t        var result = parseFunction.call(this);\\r\\n\\t        if (this.context.firstCoverInitializedNameError !== null) {\\r\\n\\t            this.throwUnexpectedToken(this.context.firstCoverInitializedNameError);\\r\\n\\t        }\\r\\n\\t        this.context.isBindingElement = previousIsBindingElement;\\r\\n\\t        this.context.isAssignmentTarget = previousIsAssignmentTarget;\\r\\n\\t        this.context.firstCoverInitializedNameError = previousFirstCoverInitializedNameError;\\r\\n\\t        return result;\\r\\n\\t    };\\r\\n\\t    Parser.prototype.inheritCoverGrammar = function (parseFunction) {\\r\\n\\t        var previousIsBindingElement = this.context.isBindingElement;\\r\\n\\t        var previousIsAssignmentTarget = this.context.isAssignmentTarget;\\r\\n\\t        var previousFirstCoverInitializedNameError = this.context.firstCoverInitializedNameError;\\r\\n\\t        this.context.isBindingElement = true;\\r\\n\\t        this.context.isAssignmentTarget = true;\\r\\n\\t        this.context.firstCoverInitializedNameError = null;\\r\\n\\t        var result = parseFunction.call(this);\\r\\n\\t        this.context.isBindingElement = this.context.isBindingElement && previousIsBindingElement;\\r\\n\\t        this.context.isAssignmentTarget = this.context.isAssignmentTarget && previousIsAssignmentTarget;\\r\\n\\t        this.context.firstCoverInitializedNameError = previousFirstCoverInitializedNameError || this.context.firstCoverInitializedNameError;\\r\\n\\t        return result;\\r\\n\\t    };\\r\\n\\t    Parser.prototype.consumeSemicolon = function () {\\r\\n\\t        if (this.match(';')) {\\r\\n\\t            this.nextToken();\\r\\n\\t        }\\r\\n\\t        else if (!this.hasLineTerminator) {\\r\\n\\t            if (this.lookahead.type !== 2 /* EOF */ && !this.match('}')) {\\r\\n\\t                this.throwUnexpectedToken(this.lookahead);\\r\\n\\t            }\\r\\n\\t            this.lastMarker.index = this.startMarker.index;\\r\\n\\t            this.lastMarker.line = this.startMarker.line;\\r\\n\\t            this.lastMarker.column = this.startMarker.column;\\r\\n\\t        }\\r\\n\\t    };\\r\\n\\t    // https://tc39.github.io/ecma262/#sec-primary-expression\\r\\n\\t    Parser.prototype.parsePrimaryExpression = function () {\\r\\n\\t        var node = this.createNode();\\r\\n\\t        var expr;\\r\\n\\t        var token, raw;\\r\\n\\t        switch (this.lookahead.type) {\\r\\n\\t            case 3 /* Identifier */:\\r\\n\\t                if ((this.context.isModule || this.context.await) && this.lookahead.value === 'await') {\\r\\n\\t                    this.tolerateUnexpectedToken(this.lookahead);\\r\\n\\t                }\\r\\n\\t                expr = this.matchAsyncFunction() ? this.parseFunctionExpression() : this.finalize(node, new Node.Identifier(this.nextToken().value));\\r\\n\\t                break;\\r\\n\\t            case 6 /* NumericLiteral */:\\r\\n\\t            case 8 /* StringLiteral */:\\r\\n\\t                if (this.context.strict && this.lookahead.octal) {\\r\\n\\t                    this.tolerateUnexpectedToken(this.lookahead, messages_1.Messages.StrictOctalLiteral);\\r\\n\\t                }\\r\\n\\t                this.context.isAssignmentTarget = false;\\r\\n\\t                this.context.isBindingElement = false;\\r\\n\\t                token = this.nextToken();\\r\\n\\t                raw = this.getTokenRaw(token);\\r\\n\\t                expr = this.finalize(node, new Node.Literal(token.value, raw));\\r\\n\\t                break;\\r\\n\\t            case 1 /* BooleanLiteral */:\\r\\n\\t                this.context.isAssignmentTarget = false;\\r\\n\\t                this.context.isBindingElement = false;\\r\\n\\t                token = this.nextToken();\\r\\n\\t                raw = this.getTokenRaw(token);\\r\\n\\t                expr = this.finalize(node, new Node.Literal(token.value === 'true', raw));\\r\\n\\t                break;\\r\\n\\t            case 5 /* NullLiteral */:\\r\\n\\t                this.context.isAssignmentTarget = false;\\r\\n\\t                this.context.isBindingElement = false;\\r\\n\\t                token = this.nextToken();\\r\\n\\t                raw = this.getTokenRaw(token);\\r\\n\\t                expr = this.finalize(node, new Node.Literal(null, raw));\\r\\n\\t                break;\\r\\n\\t            case 10 /* Template */:\\r\\n\\t                expr = this.parseTemplateLiteral();\\r\\n\\t                break;\\r\\n\\t            case 7 /* Punctuator */:\\r\\n\\t                switch (this.lookahead.value) {\\r\\n\\t                    case '(':\\r\\n\\t                        this.context.isBindingElement = false;\\r\\n\\t                        expr = this.inheritCoverGrammar(this.parseGroupExpression);\\r\\n\\t                        break;\\r\\n\\t                    case '[':\\r\\n\\t                        expr = this.inheritCoverGrammar(this.parseArrayInitializer);\\r\\n\\t                        break;\\r\\n\\t                    case '{':\\r\\n\\t                        expr = this.inheritCoverGrammar(this.parseObjectInitializer);\\r\\n\\t                        break;\\r\\n\\t                    case '/':\\r\\n\\t                    case '/=':\\r\\n\\t                        this.context.isAssignmentTarget = false;\\r\\n\\t                        this.context.isBindingElement = false;\\r\\n\\t                        this.scanner.index = this.startMarker.index;\\r\\n\\t                        token = this.nextRegexToken();\\r\\n\\t                        raw = this.getTokenRaw(token);\\r\\n\\t                        expr = this.finalize(node, new Node.RegexLiteral(token.regex, raw, token.pattern, token.flags));\\r\\n\\t                        break;\\r\\n\\t                    default:\\r\\n\\t                        expr = this.throwUnexpectedToken(this.nextToken());\\r\\n\\t                }\\r\\n\\t                break;\\r\\n\\t            case 4 /* Keyword */:\\r\\n\\t                if (!this.context.strict && this.context.allowYield && this.matchKeyword('yield')) {\\r\\n\\t                    expr = this.parseIdentifierName();\\r\\n\\t                }\\r\\n\\t                else if (!this.context.strict && this.matchKeyword('let')) {\\r\\n\\t                    expr = this.finalize(node, new Node.Identifier(this.nextToken().value));\\r\\n\\t                }\\r\\n\\t                else {\\r\\n\\t                    this.context.isAssignmentTarget = false;\\r\\n\\t                    this.context.isBindingElement = false;\\r\\n\\t                    if (this.matchKeyword('function')) {\\r\\n\\t                        expr = this.parseFunctionExpression();\\r\\n\\t                    }\\r\\n\\t                    else if (this.matchKeyword('this')) {\\r\\n\\t                        this.nextToken();\\r\\n\\t                        expr = this.finalize(node, new Node.ThisExpression());\\r\\n\\t                    }\\r\\n\\t                    else if (this.matchKeyword('class')) {\\r\\n\\t                        expr = this.parseClassExpression();\\r\\n\\t                    }\\r\\n\\t                    else {\\r\\n\\t                        expr = this.throwUnexpectedToken(this.nextToken());\\r\\n\\t                    }\\r\\n\\t                }\\r\\n\\t                break;\\r\\n\\t            default:\\r\\n\\t                expr = this.throwUnexpectedToken(this.nextToken());\\r\\n\\t        }\\r\\n\\t        return expr;\\r\\n\\t    };\\r\\n\\t    // https://tc39.github.io/ecma262/#sec-array-initializer\\r\\n\\t    Parser.prototype.parseSpreadElement = function () {\\r\\n\\t        var node = this.createNode();\\r\\n\\t        this.expect('...');\\r\\n\\t        var arg = this.inheritCoverGrammar(this.parseAssignmentExpression);\\r\\n\\t        return this.finalize(node, new Node.SpreadElement(arg));\\r\\n\\t    };\\r\\n\\t    Parser.prototype.parseArrayInitializer = function () {\\r\\n\\t        var node = this.createNode();\\r\\n\\t        var elements = [];\\r\\n\\t        this.expect('[');\\r\\n\\t        while (!this.match(']')) {\\r\\n\\t            if (this.match(',')) {\\r\\n\\t                this.nextToken();\\r\\n\\t                elements.push(null);\\r\\n\\t            }\\r\\n\\t            else if (this.match('...')) {\\r\\n\\t                var element = this.parseSpreadElement();\\r\\n\\t                if (!this.match(']')) {\\r\\n\\t                    this.context.isAssignmentTarget = false;\\r\\n\\t                    this.context.isBindingElement = false;\\r\\n\\t                    this.expect(',');\\r\\n\\t                }\\r\\n\\t                elements.push(element);\\r\\n\\t            }\\r\\n\\t            else {\\r\\n\\t                elements.push(this.inheritCoverGrammar(this.parseAssignmentExpression));\\r\\n\\t                if (!this.match(']')) {\\r\\n\\t                    this.expect(',');\\r\\n\\t                }\\r\\n\\t            }\\r\\n\\t        }\\r\\n\\t        this.expect(']');\\r\\n\\t        return this.finalize(node, new Node.ArrayExpression(elements));\\r\\n\\t    };\\r\\n\\t    // https://tc39.github.io/ecma262/#sec-object-initializer\\r\\n\\t    Parser.prototype.parsePropertyMethod = function (params) {\\r\\n\\t        this.context.isAssignmentTarget = false;\\r\\n\\t        this.context.isBindingElement = false;\\r\\n\\t        var previousStrict = this.context.strict;\\r\\n\\t        var previousAllowStrictDirective = this.context.allowStrictDirective;\\r\\n\\t        this.context.allowStrictDirective = params.simple;\\r\\n\\t        var body = this.isolateCoverGrammar(this.parseFunctionSourceElements);\\r\\n\\t        if (this.context.strict && params.firstRestricted) {\\r\\n\\t            this.tolerateUnexpectedToken(params.firstRestricted, params.message);\\r\\n\\t        }\\r\\n\\t        if (this.context.strict && params.stricted) {\\r\\n\\t            this.tolerateUnexpectedToken(params.stricted, params.message);\\r\\n\\t        }\\r\\n\\t        this.context.strict = previousStrict;\\r\\n\\t        this.context.allowStrictDirective = previousAllowStrictDirective;\\r\\n\\t        return body;\\r\\n\\t    };\\r\\n\\t    Parser.prototype.parsePropertyMethodFunction = function () {\\r\\n\\t        var isGenerator = false;\\r\\n\\t        var node = this.createNode();\\r\\n\\t        var previousAllowYield = this.context.allowYield;\\r\\n\\t        this.context.allowYield = false;\\r\\n\\t        var params = this.parseFormalParameters();\\r\\n\\t        var method = this.parsePropertyMethod(params);\\r\\n\\t        this.context.allowYield = previousAllowYield;\\r\\n\\t        return this.finalize(node, new Node.FunctionExpression(null, params.params, method, isGenerator));\\r\\n\\t    };\\r\\n\\t    Parser.prototype.parsePropertyMethodAsyncFunction = function () {\\r\\n\\t        var node = this.createNode();\\r\\n\\t        var previousAllowYield = this.context.allowYield;\\r\\n\\t        var previousAwait = this.context.await;\\r\\n\\t        this.context.allowYield = false;\\r\\n\\t        this.context.await = true;\\r\\n\\t        var params = this.parseFormalParameters();\\r\\n\\t        var method = this.parsePropertyMethod(params);\\r\\n\\t        this.context.allowYield = previousAllowYield;\\r\\n\\t        this.context.await = previousAwait;\\r\\n\\t        return this.finalize(node, new Node.AsyncFunctionExpression(null, params.params, method));\\r\\n\\t    };\\r\\n\\t    Parser.prototype.parseObjectPropertyKey = function () {\\r\\n\\t        var node = this.createNode();\\r\\n\\t        var token = this.nextToken();\\r\\n\\t        var key;\\r\\n\\t        switch (token.type) {\\r\\n\\t            case 8 /* StringLiteral */:\\r\\n\\t            case 6 /* NumericLiteral */:\\r\\n\\t                if (this.context.strict && token.octal) {\\r\\n\\t                    this.tolerateUnexpectedToken(token, messages_1.Messages.StrictOctalLiteral);\\r\\n\\t                }\\r\\n\\t                var raw = this.getTokenRaw(token);\\r\\n\\t                key = this.finalize(node, new Node.Literal(token.value, raw));\\r\\n\\t                break;\\r\\n\\t            case 3 /* Identifier */:\\r\\n\\t            case 1 /* BooleanLiteral */:\\r\\n\\t            case 5 /* NullLiteral */:\\r\\n\\t            case 4 /* Keyword */:\\r\\n\\t                key = this.finalize(node, new Node.Identifier(token.value));\\r\\n\\t                break;\\r\\n\\t            case 7 /* Punctuator */:\\r\\n\\t                if (token.value === '[') {\\r\\n\\t                    key = this.isolateCoverGrammar(this.parseAssignmentExpression);\\r\\n\\t                    this.expect(']');\\r\\n\\t                }\\r\\n\\t                else {\\r\\n\\t                    key = this.throwUnexpectedToken(token);\\r\\n\\t                }\\r\\n\\t                break;\\r\\n\\t            default:\\r\\n\\t                key = this.throwUnexpectedToken(token);\\r\\n\\t        }\\r\\n\\t        return key;\\r\\n\\t    };\\r\\n\\t    Parser.prototype.isPropertyKey = function (key, value) {\\r\\n\\t        return (key.type === syntax_1.Syntax.Identifier && key.name === value) ||\\r\\n\\t            (key.type === syntax_1.Syntax.Literal && key.value === value);\\r\\n\\t    };\\r\\n\\t    Parser.prototype.parseObjectProperty = function (hasProto) {\\r\\n\\t        var node = this.createNode();\\r\\n\\t        var token = this.lookahead;\\r\\n\\t        var kind;\\r\\n\\t        var key = null;\\r\\n\\t        var value = null;\\r\\n\\t        var computed = false;\\r\\n\\t        var method = false;\\r\\n\\t        var shorthand = false;\\r\\n\\t        var isAsync = false;\\r\\n\\t        if (token.type === 3 /* Identifier */) {\\r\\n\\t            var id = token.value;\\r\\n\\t            this.nextToken();\\r\\n\\t            computed = this.match('[');\\r\\n\\t            isAsync = !this.hasLineTerminator && (id === 'async') &&\\r\\n\\t                !this.match(':') && !this.match('(') && !this.match('*');\\r\\n\\t            key = isAsync ? this.parseObjectPropertyKey() : this.finalize(node, new Node.Identifier(id));\\r\\n\\t        }\\r\\n\\t        else if (this.match('*')) {\\r\\n\\t            this.nextToken();\\r\\n\\t        }\\r\\n\\t        else {\\r\\n\\t            computed = this.match('[');\\r\\n\\t            key = this.parseObjectPropertyKey();\\r\\n\\t        }\\r\\n\\t        var lookaheadPropertyKey = this.qualifiedPropertyName(this.lookahead);\\r\\n\\t        if (token.type === 3 /* Identifier */ && !isAsync && token.value === 'get' && lookaheadPropertyKey) {\\r\\n\\t            kind = 'get';\\r\\n\\t            computed = this.match('[');\\r\\n\\t            key = this.parseObjectPropertyKey();\\r\\n\\t            this.context.allowYield = false;\\r\\n\\t            value = this.parseGetterMethod();\\r\\n\\t        }\\r\\n\\t        else if (token.type === 3 /* Identifier */ && !isAsync && token.value === 'set' && lookaheadPropertyKey) {\\r\\n\\t            kind = 'set';\\r\\n\\t            computed = this.match('[');\\r\\n\\t            key = this.parseObjectPropertyKey();\\r\\n\\t            value = this.parseSetterMethod();\\r\\n\\t        }\\r\\n\\t        else if (token.type === 7 /* Punctuator */ && token.value === '*' && lookaheadPropertyKey) {\\r\\n\\t            kind = 'init';\\r\\n\\t            computed = this.match('[');\\r\\n\\t            key = this.parseObjectPropertyKey();\\r\\n\\t            value = this.parseGeneratorMethod();\\r\\n\\t            method = true;\\r\\n\\t        }\\r\\n\\t        else {\\r\\n\\t            if (!key) {\\r\\n\\t                this.throwUnexpectedToken(this.lookahead);\\r\\n\\t            }\\r\\n\\t            kind = 'init';\\r\\n\\t            if (this.match(':') && !isAsync) {\\r\\n\\t                if (!computed && this.isPropertyKey(key, '__proto__')) {\\r\\n\\t                    if (hasProto.value) {\\r\\n\\t                        this.tolerateError(messages_1.Messages.DuplicateProtoProperty);\\r\\n\\t                    }\\r\\n\\t                    hasProto.value = true;\\r\\n\\t                }\\r\\n\\t                this.nextToken();\\r\\n\\t                value = this.inheritCoverGrammar(this.parseAssignmentExpression);\\r\\n\\t            }\\r\\n\\t            else if (this.match('(')) {\\r\\n\\t                value = isAsync ? this.parsePropertyMethodAsyncFunction() : this.parsePropertyMethodFunction();\\r\\n\\t                method = true;\\r\\n\\t            }\\r\\n\\t            else if (token.type === 3 /* Identifier */) {\\r\\n\\t                var id = this.finalize(node, new Node.Identifier(token.value));\\r\\n\\t                if (this.match('=')) {\\r\\n\\t                    this.context.firstCoverInitializedNameError = this.lookahead;\\r\\n\\t                    this.nextToken();\\r\\n\\t                    shorthand = true;\\r\\n\\t                    var init = this.isolateCoverGrammar(this.parseAssignmentExpression);\\r\\n\\t                    value = this.finalize(node, new Node.AssignmentPattern(id, init));\\r\\n\\t                }\\r\\n\\t                else {\\r\\n\\t                    shorthand = true;\\r\\n\\t                    value = id;\\r\\n\\t                }\\r\\n\\t            }\\r\\n\\t            else {\\r\\n\\t                this.throwUnexpectedToken(this.nextToken());\\r\\n\\t            }\\r\\n\\t        }\\r\\n\\t        return this.finalize(node, new Node.Property(kind, key, computed, value, method, shorthand));\\r\\n\\t    };\\r\\n\\t    Parser.prototype.parseObjectInitializer = function () {\\r\\n\\t        var node = this.createNode();\\r\\n\\t        this.expect('{');\\r\\n\\t        var properties = [];\\r\\n\\t        var hasProto = { value: false };\\r\\n\\t        while (!this.match('}')) {\\r\\n\\t            properties.push(this.parseObjectProperty(hasProto));\\r\\n\\t            if (!this.match('}')) {\\r\\n\\t                this.expectCommaSeparator();\\r\\n\\t            }\\r\\n\\t        }\\r\\n\\t        this.expect('}');\\r\\n\\t        return this.finalize(node, new Node.ObjectExpression(properties));\\r\\n\\t    };\\r\\n\\t    // https://tc39.github.io/ecma262/#sec-template-literals\\r\\n\\t    Parser.prototype.parseTemplateHead = function () {\\r\\n\\t        assert_1.assert(this.lookahead.head, 'Template literal must start with a template head');\\r\\n\\t        var node = this.createNode();\\r\\n\\t        var token = this.nextToken();\\r\\n\\t        var raw = token.value;\\r\\n\\t        var cooked = token.cooked;\\r\\n\\t        return this.finalize(node, new Node.TemplateElement({ raw: raw, cooked: cooked }, token.tail));\\r\\n\\t    };\\r\\n\\t    Parser.prototype.parseTemplateElement = function () {\\r\\n\\t        if (this.lookahead.type !== 10 /* Template */) {\\r\\n\\t            this.throwUnexpectedToken();\\r\\n\\t        }\\r\\n\\t        var node = this.createNode();\\r\\n\\t        var token = this.nextToken();\\r\\n\\t        var raw = token.value;\\r\\n\\t        var cooked = token.cooked;\\r\\n\\t        return this.finalize(node, new Node.TemplateElement({ raw: raw, cooked: cooked }, token.tail));\\r\\n\\t    };\\r\\n\\t    Parser.prototype.parseTemplateLiteral = function () {\\r\\n\\t        var node = this.createNode();\\r\\n\\t        var expressions = [];\\r\\n\\t        var quasis = [];\\r\\n\\t        var quasi = this.parseTemplateHead();\\r\\n\\t        quasis.push(quasi);\\r\\n\\t        while (!quasi.tail) {\\r\\n\\t            expressions.push(this.parseExpression());\\r\\n\\t            quasi = this.parseTemplateElement();\\r\\n\\t            quasis.push(quasi);\\r\\n\\t        }\\r\\n\\t        return this.finalize(node, new Node.TemplateLiteral(quasis, expressions));\\r\\n\\t    };\\r\\n\\t    // https://tc39.github.io/ecma262/#sec-grouping-operator\\r\\n\\t    Parser.prototype.reinterpretExpressionAsPattern = function (expr) {\\r\\n\\t        switch (expr.type) {\\r\\n\\t            case syntax_1.Syntax.Identifier:\\r\\n\\t            case syntax_1.Syntax.MemberExpression:\\r\\n\\t            case syntax_1.Syntax.RestElement:\\r\\n\\t            case syntax_1.Syntax.AssignmentPattern:\\r\\n\\t                break;\\r\\n\\t            case syntax_1.Syntax.SpreadElement:\\r\\n\\t                expr.type = syntax_1.Syntax.RestElement;\\r\\n\\t                this.reinterpretExpressionAsPattern(expr.argument);\\r\\n\\t                break;\\r\\n\\t            case syntax_1.Syntax.ArrayExpression:\\r\\n\\t                expr.type = syntax_1.Syntax.ArrayPattern;\\r\\n\\t                for (var i = 0; i < expr.elements.length; i++) {\\r\\n\\t                    if (expr.elements[i] !== null) {\\r\\n\\t                        this.reinterpretExpressionAsPattern(expr.elements[i]);\\r\\n\\t                    }\\r\\n\\t                }\\r\\n\\t                break;\\r\\n\\t            case syntax_1.Syntax.ObjectExpression:\\r\\n\\t                expr.type = syntax_1.Syntax.ObjectPattern;\\r\\n\\t                for (var i = 0; i < expr.properties.length; i++) {\\r\\n\\t                    this.reinterpretExpressionAsPattern(expr.properties[i].value);\\r\\n\\t                }\\r\\n\\t                break;\\r\\n\\t            case syntax_1.Syntax.AssignmentExpression:\\r\\n\\t                expr.type = syntax_1.Syntax.AssignmentPattern;\\r\\n\\t                delete expr.operator;\\r\\n\\t                this.reinterpretExpressionAsPattern(expr.left);\\r\\n\\t                break;\\r\\n\\t            default:\\r\\n\\t                // Allow other node type for tolerant parsing.\\r\\n\\t                break;\\r\\n\\t        }\\r\\n\\t    };\\r\\n\\t    Parser.prototype.parseGroupExpression = function () {\\r\\n\\t        var expr;\\r\\n\\t        this.expect('(');\\r\\n\\t        if (this.match(')')) {\\r\\n\\t            this.nextToken();\\r\\n\\t            if (!this.match('=>')) {\\r\\n\\t                this.expect('=>');\\r\\n\\t            }\\r\\n\\t            expr = {\\r\\n\\t                type: ArrowParameterPlaceHolder,\\r\\n\\t                params: [],\\r\\n\\t                async: false\\r\\n\\t            };\\r\\n\\t        }\\r\\n\\t        else {\\r\\n\\t            var startToken = this.lookahead;\\r\\n\\t            var params = [];\\r\\n\\t            if (this.match('...')) {\\r\\n\\t                expr = this.parseRestElement(params);\\r\\n\\t                this.expect(')');\\r\\n\\t                if (!this.match('=>')) {\\r\\n\\t                    this.expect('=>');\\r\\n\\t                }\\r\\n\\t                expr = {\\r\\n\\t                    type: ArrowParameterPlaceHolder,\\r\\n\\t                    params: [expr],\\r\\n\\t                    async: false\\r\\n\\t                };\\r\\n\\t            }\\r\\n\\t            else {\\r\\n\\t                var arrow = false;\\r\\n\\t                this.context.isBindingElement = true;\\r\\n\\t                expr = this.inheritCoverGrammar(this.parseAssignmentExpression);\\r\\n\\t                if (this.match(',')) {\\r\\n\\t                    var expressions = [];\\r\\n\\t                    this.context.isAssignmentTarget = false;\\r\\n\\t                    expressions.push(expr);\\r\\n\\t                    while (this.lookahead.type !== 2 /* EOF */) {\\r\\n\\t                        if (!this.match(',')) {\\r\\n\\t                            break;\\r\\n\\t                        }\\r\\n\\t                        this.nextToken();\\r\\n\\t                        if (this.match(')')) {\\r\\n\\t                            this.nextToken();\\r\\n\\t                            for (var i = 0; i < expressions.length; i++) {\\r\\n\\t                                this.reinterpretExpressionAsPattern(expressions[i]);\\r\\n\\t                            }\\r\\n\\t                            arrow = true;\\r\\n\\t                            expr = {\\r\\n\\t                                type: ArrowParameterPlaceHolder,\\r\\n\\t                                params: expressions,\\r\\n\\t                                async: false\\r\\n\\t                            };\\r\\n\\t                        }\\r\\n\\t                        else if (this.match('...')) {\\r\\n\\t                            if (!this.context.isBindingElement) {\\r\\n\\t                                this.throwUnexpectedToken(this.lookahead);\\r\\n\\t                            }\\r\\n\\t                            expressions.push(this.parseRestElement(params));\\r\\n\\t                            this.expect(')');\\r\\n\\t                            if (!this.match('=>')) {\\r\\n\\t                                this.expect('=>');\\r\\n\\t                            }\\r\\n\\t                            this.context.isBindingElement = false;\\r\\n\\t                            for (var i = 0; i < expressions.length; i++) {\\r\\n\\t                                this.reinterpretExpressionAsPattern(expressions[i]);\\r\\n\\t                            }\\r\\n\\t                            arrow = true;\\r\\n\\t                            expr = {\\r\\n\\t                                type: ArrowParameterPlaceHolder,\\r\\n\\t                                params: expressions,\\r\\n\\t                                async: false\\r\\n\\t                            };\\r\\n\\t                        }\\r\\n\\t                        else {\\r\\n\\t                            expressions.push(this.inheritCoverGrammar(this.parseAssignmentExpression));\\r\\n\\t                        }\\r\\n\\t                        if (arrow) {\\r\\n\\t                            break;\\r\\n\\t                        }\\r\\n\\t                    }\\r\\n\\t                    if (!arrow) {\\r\\n\\t                        expr = this.finalize(this.startNode(startToken), new Node.SequenceExpression(expressions));\\r\\n\\t                    }\\r\\n\\t                }\\r\\n\\t                if (!arrow) {\\r\\n\\t                    this.expect(')');\\r\\n\\t                    if (this.match('=>')) {\\r\\n\\t                        if (expr.type === syntax_1.Syntax.Identifier && expr.name === 'yield') {\\r\\n\\t                            arrow = true;\\r\\n\\t                            expr = {\\r\\n\\t                                type: ArrowParameterPlaceHolder,\\r\\n\\t                                params: [expr],\\r\\n\\t                                async: false\\r\\n\\t                            };\\r\\n\\t                        }\\r\\n\\t                        if (!arrow) {\\r\\n\\t                            if (!this.context.isBindingElement) {\\r\\n\\t                                this.throwUnexpectedToken(this.lookahead);\\r\\n\\t                            }\\r\\n\\t                            if (expr.type === syntax_1.Syntax.SequenceExpression) {\\r\\n\\t                                for (var i = 0; i < expr.expressions.length; i++) {\\r\\n\\t                                    this.reinterpretExpressionAsPattern(expr.expressions[i]);\\r\\n\\t                                }\\r\\n\\t                            }\\r\\n\\t                            else {\\r\\n\\t                                this.reinterpretExpressionAsPattern(expr);\\r\\n\\t                            }\\r\\n\\t                            var parameters = (expr.type === syntax_1.Syntax.SequenceExpression ? expr.expressions : [expr]);\\r\\n\\t                            expr = {\\r\\n\\t                                type: ArrowParameterPlaceHolder,\\r\\n\\t                                params: parameters,\\r\\n\\t                                async: false\\r\\n\\t                            };\\r\\n\\t                        }\\r\\n\\t                    }\\r\\n\\t                    this.context.isBindingElement = false;\\r\\n\\t                }\\r\\n\\t            }\\r\\n\\t        }\\r\\n\\t        return expr;\\r\\n\\t    };\\r\\n\\t    // https://tc39.github.io/ecma262/#sec-left-hand-side-expressions\\r\\n\\t    Parser.prototype.parseArguments = function () {\\r\\n\\t        this.expect('(');\\r\\n\\t        var args = [];\\r\\n\\t        if (!this.match(')')) {\\r\\n\\t            while (true) {\\r\\n\\t                var expr = this.match('...') ? this.parseSpreadElement() :\\r\\n\\t                    this.isolateCoverGrammar(this.parseAssignmentExpression);\\r\\n\\t                args.push(expr);\\r\\n\\t                if (this.match(')')) {\\r\\n\\t                    break;\\r\\n\\t                }\\r\\n\\t                this.expectCommaSeparator();\\r\\n\\t                if (this.match(')')) {\\r\\n\\t                    break;\\r\\n\\t                }\\r\\n\\t            }\\r\\n\\t        }\\r\\n\\t        this.expect(')');\\r\\n\\t        return args;\\r\\n\\t    };\\r\\n\\t    Parser.prototype.isIdentifierName = function (token) {\\r\\n\\t        return token.type === 3 /* Identifier */ ||\\r\\n\\t            token.type === 4 /* Keyword */ ||\\r\\n\\t            token.type === 1 /* BooleanLiteral */ ||\\r\\n\\t            token.type === 5 /* NullLiteral */;\\r\\n\\t    };\\r\\n\\t    Parser.prototype.parseIdentifierName = function () {\\r\\n\\t        var node = this.createNode();\\r\\n\\t        var token = this.nextToken();\\r\\n\\t        if (!this.isIdentifierName(token)) {\\r\\n\\t            this.throwUnexpectedToken(token);\\r\\n\\t        }\\r\\n\\t        return this.finalize(node, new Node.Identifier(token.value));\\r\\n\\t    };\\r\\n\\t    Parser.prototype.parseNewExpression = function () {\\r\\n\\t        var node = this.createNode();\\r\\n\\t        var id = this.parseIdentifierName();\\r\\n\\t        assert_1.assert(id.name === 'new', 'New expression must start with `new`');\\r\\n\\t        var expr;\\r\\n\\t        if (this.match('.')) {\\r\\n\\t            this.nextToken();\\r\\n\\t            if (this.lookahead.type === 3 /* Identifier */ && this.context.inFunctionBody && this.lookahead.value === 'target') {\\r\\n\\t                var property = this.parseIdentifierName();\\r\\n\\t                expr = new Node.MetaProperty(id, property);\\r\\n\\t            }\\r\\n\\t            else {\\r\\n\\t                this.throwUnexpectedToken(this.lookahead);\\r\\n\\t            }\\r\\n\\t        }\\r\\n\\t        else {\\r\\n\\t            var callee = this.isolateCoverGrammar(this.parseLeftHandSideExpression);\\r\\n\\t            var args = this.match('(') ? this.parseArguments() : [];\\r\\n\\t            expr = new Node.NewExpression(callee, args);\\r\\n\\t            this.context.isAssignmentTarget = false;\\r\\n\\t            this.context.isBindingElement = false;\\r\\n\\t        }\\r\\n\\t        return this.finalize(node, expr);\\r\\n\\t    };\\r\\n\\t    Parser.prototype.parseAsyncArgument = function () {\\r\\n\\t        var arg = this.parseAssignmentExpression();\\r\\n\\t        this.context.firstCoverInitializedNameError = null;\\r\\n\\t        return arg;\\r\\n\\t    };\\r\\n\\t    Parser.prototype.parseAsyncArguments = function () {\\r\\n\\t        this.expect('(');\\r\\n\\t        var args = [];\\r\\n\\t        if (!this.match(')')) {\\r\\n\\t            while (true) {\\r\\n\\t                var expr = this.match('...') ? this.parseSpreadElement() :\\r\\n\\t                    this.isolateCoverGrammar(this.parseAsyncArgument);\\r\\n\\t                args.push(expr);\\r\\n\\t                if (this.match(')')) {\\r\\n\\t                    break;\\r\\n\\t                }\\r\\n\\t                this.expectCommaSeparator();\\r\\n\\t                if (this.match(')')) {\\r\\n\\t                    break;\\r\\n\\t                }\\r\\n\\t            }\\r\\n\\t        }\\r\\n\\t        this.expect(')');\\r\\n\\t        return args;\\r\\n\\t    };\\r\\n\\t    Parser.prototype.parseLeftHandSideExpressionAllowCall = function () {\\r\\n\\t        var startToken = this.lookahead;\\r\\n\\t        var maybeAsync = this.matchContextualKeyword('async');\\r\\n\\t        var previousAllowIn = this.context.allowIn;\\r\\n\\t        this.context.allowIn = true;\\r\\n\\t        var expr;\\r\\n\\t        if (this.matchKeyword('super') && this.context.inFunctionBody) {\\r\\n\\t            expr = this.createNode();\\r\\n\\t            this.nextToken();\\r\\n\\t            expr = this.finalize(expr, new Node.Super());\\r\\n\\t            if (!this.match('(') && !this.match('.') && !this.match('[')) {\\r\\n\\t                this.throwUnexpectedToken(this.lookahead);\\r\\n\\t            }\\r\\n\\t        }\\r\\n\\t        else {\\r\\n\\t            expr = this.inheritCoverGrammar(this.matchKeyword('new') ? this.parseNewExpression : this.parsePrimaryExpression);\\r\\n\\t        }\\r\\n\\t        while (true) {\\r\\n\\t            if (this.match('.')) {\\r\\n\\t                this.context.isBindingElement = false;\\r\\n\\t                this.context.isAssignmentTarget = true;\\r\\n\\t                this.expect('.');\\r\\n\\t                var property = this.parseIdentifierName();\\r\\n\\t                expr = this.finalize(this.startNode(startToken), new Node.StaticMemberExpression(expr, property));\\r\\n\\t            }\\r\\n\\t            else if (this.match('(')) {\\r\\n\\t                var asyncArrow = maybeAsync && (startToken.lineNumber === this.lookahead.lineNumber);\\r\\n\\t                this.context.isBindingElement = false;\\r\\n\\t                this.context.isAssignmentTarget = false;\\r\\n\\t                var args = asyncArrow ? this.parseAsyncArguments() : this.parseArguments();\\r\\n\\t                expr = this.finalize(this.startNode(startToken), new Node.CallExpression(expr, args));\\r\\n\\t                if (asyncArrow && this.match('=>')) {\\r\\n\\t                    for (var i = 0; i < args.length; ++i) {\\r\\n\\t                        this.reinterpretExpressionAsPattern(args[i]);\\r\\n\\t                    }\\r\\n\\t                    expr = {\\r\\n\\t                        type: ArrowParameterPlaceHolder,\\r\\n\\t                        params: args,\\r\\n\\t                        async: true\\r\\n\\t                    };\\r\\n\\t                }\\r\\n\\t            }\\r\\n\\t            else if (this.match('[')) {\\r\\n\\t                this.context.isBindingElement = false;\\r\\n\\t                this.context.isAssignmentTarget = true;\\r\\n\\t                this.expect('[');\\r\\n\\t                var property = this.isolateCoverGrammar(this.parseExpression);\\r\\n\\t                this.expect(']');\\r\\n\\t                expr = this.finalize(this.startNode(startToken), new Node.ComputedMemberExpression(expr, property));\\r\\n\\t            }\\r\\n\\t            else if (this.lookahead.type === 10 /* Template */ && this.lookahead.head) {\\r\\n\\t                var quasi = this.parseTemplateLiteral();\\r\\n\\t                expr = this.finalize(this.startNode(startToken), new Node.TaggedTemplateExpression(expr, quasi));\\r\\n\\t            }\\r\\n\\t            else {\\r\\n\\t                break;\\r\\n\\t            }\\r\\n\\t        }\\r\\n\\t        this.context.allowIn = previousAllowIn;\\r\\n\\t        return expr;\\r\\n\\t    };\\r\\n\\t    Parser.prototype.parseSuper = function () {\\r\\n\\t        var node = this.createNode();\\r\\n\\t        this.expectKeyword('super');\\r\\n\\t        if (!this.match('[') && !this.match('.')) {\\r\\n\\t            this.throwUnexpectedToken(this.lookahead);\\r\\n\\t        }\\r\\n\\t        return this.finalize(node, new Node.Super());\\r\\n\\t    };\\r\\n\\t    Parser.prototype.parseLeftHandSideExpression = function () {\\r\\n\\t        assert_1.assert(this.context.allowIn, 'callee of new expression always allow in keyword.');\\r\\n\\t        var node = this.startNode(this.lookahead);\\r\\n\\t        var expr = (this.matchKeyword('super') && this.context.inFunctionBody) ? this.parseSuper() :\\r\\n\\t            this.inheritCoverGrammar(this.matchKeyword('new') ? this.parseNewExpression : this.parsePrimaryExpression);\\r\\n\\t        while (true) {\\r\\n\\t            if (this.match('[')) {\\r\\n\\t                this.context.isBindingElement = false;\\r\\n\\t                this.context.isAssignmentTarget = true;\\r\\n\\t                this.expect('[');\\r\\n\\t                var property = this.isolateCoverGrammar(this.parseExpression);\\r\\n\\t                this.expect(']');\\r\\n\\t                expr = this.finalize(node, new Node.ComputedMemberExpression(expr, property));\\r\\n\\t            }\\r\\n\\t            else if (this.match('.')) {\\r\\n\\t                this.context.isBindingElement = false;\\r\\n\\t                this.context.isAssignmentTarget = true;\\r\\n\\t                this.expect('.');\\r\\n\\t                var property = this.parseIdentifierName();\\r\\n\\t                expr = this.finalize(node, new Node.StaticMemberExpression(expr, property));\\r\\n\\t            }\\r\\n\\t            else if (this.lookahead.type === 10 /* Template */ && this.lookahead.head) {\\r\\n\\t                var quasi = this.parseTemplateLiteral();\\r\\n\\t                expr = this.finalize(node, new Node.TaggedTemplateExpression(expr, quasi));\\r\\n\\t            }\\r\\n\\t            else {\\r\\n\\t                break;\\r\\n\\t            }\\r\\n\\t        }\\r\\n\\t        return expr;\\r\\n\\t    };\\r\\n\\t    // https://tc39.github.io/ecma262/#sec-update-expressions\\r\\n\\t    Parser.prototype.parseUpdateExpression = function () {\\r\\n\\t        var expr;\\r\\n\\t        var startToken = this.lookahead;\\r\\n\\t        if (this.match('++') || this.match('--')) {\\r\\n\\t            var node = this.startNode(startToken);\\r\\n\\t            var token = this.nextToken();\\r\\n\\t            expr = this.inheritCoverGrammar(this.parseUnaryExpression);\\r\\n\\t            if (this.context.strict && expr.type === syntax_1.Syntax.Identifier && this.scanner.isRestrictedWord(expr.name)) {\\r\\n\\t                this.tolerateError(messages_1.Messages.StrictLHSPrefix);\\r\\n\\t            }\\r\\n\\t            if (!this.context.isAssignmentTarget) {\\r\\n\\t                this.tolerateError(messages_1.Messages.InvalidLHSInAssignment);\\r\\n\\t            }\\r\\n\\t            var prefix = true;\\r\\n\\t            expr = this.finalize(node, new Node.UpdateExpression(token.value, expr, prefix));\\r\\n\\t            this.context.isAssignmentTarget = false;\\r\\n\\t            this.context.isBindingElement = false;\\r\\n\\t        }\\r\\n\\t        else {\\r\\n\\t            expr = this.inheritCoverGrammar(this.parseLeftHandSideExpressionAllowCall);\\r\\n\\t            if (!this.hasLineTerminator && this.lookahead.type === 7 /* Punctuator */) {\\r\\n\\t                if (this.match('++') || this.match('--')) {\\r\\n\\t                    if (this.context.strict && expr.type === syntax_1.Syntax.Identifier && this.scanner.isRestrictedWord(expr.name)) {\\r\\n\\t                        this.tolerateError(messages_1.Messages.StrictLHSPostfix);\\r\\n\\t                    }\\r\\n\\t                    if (!this.context.isAssignmentTarget) {\\r\\n\\t                        this.tolerateError(messages_1.Messages.InvalidLHSInAssignment);\\r\\n\\t                    }\\r\\n\\t                    this.context.isAssignmentTarget = false;\\r\\n\\t                    this.context.isBindingElement = false;\\r\\n\\t                    var operator = this.nextToken().value;\\r\\n\\t                    var prefix = false;\\r\\n\\t                    expr = this.finalize(this.startNode(startToken), new Node.UpdateExpression(operator, expr, prefix));\\r\\n\\t                }\\r\\n\\t            }\\r\\n\\t        }\\r\\n\\t        return expr;\\r\\n\\t    };\\r\\n\\t    // https://tc39.github.io/ecma262/#sec-unary-operators\\r\\n\\t    Parser.prototype.parseAwaitExpression = function () {\\r\\n\\t        var node = this.createNode();\\r\\n\\t        this.nextToken();\\r\\n\\t        var argument = this.parseUnaryExpression();\\r\\n\\t        return this.finalize(node, new Node.AwaitExpression(argument));\\r\\n\\t    };\\r\\n\\t    Parser.prototype.parseUnaryExpression = function () {\\r\\n\\t        var expr;\\r\\n\\t        if (this.match('+') || this.match('-') || this.match('~') || this.match('!') ||\\r\\n\\t            this.matchKeyword('delete') || this.matchKeyword('void') || this.matchKeyword('typeof')) {\\r\\n\\t            var node = this.startNode(this.lookahead);\\r\\n\\t            var token = this.nextToken();\\r\\n\\t            expr = this.inheritCoverGrammar(this.parseUnaryExpression);\\r\\n\\t            expr = this.finalize(node, new Node.UnaryExpression(token.value, expr));\\r\\n\\t            if (this.context.strict && expr.operator === 'delete' && expr.argument.type === syntax_1.Syntax.Identifier) {\\r\\n\\t                this.tolerateError(messages_1.Messages.StrictDelete);\\r\\n\\t            }\\r\\n\\t            this.context.isAssignmentTarget = false;\\r\\n\\t            this.context.isBindingElement = false;\\r\\n\\t        }\\r\\n\\t        else if (this.context.await && this.matchContextualKeyword('await')) {\\r\\n\\t            expr = this.parseAwaitExpression();\\r\\n\\t        }\\r\\n\\t        else {\\r\\n\\t            expr = this.parseUpdateExpression();\\r\\n\\t        }\\r\\n\\t        return expr;\\r\\n\\t    };\\r\\n\\t    Parser.prototype.parseExponentiationExpression = function () {\\r\\n\\t        var startToken = this.lookahead;\\r\\n\\t        var expr = this.inheritCoverGrammar(this.parseUnaryExpression);\\r\\n\\t        if (expr.type !== syntax_1.Syntax.UnaryExpression && this.match('**')) {\\r\\n\\t            this.nextToken();\\r\\n\\t            this.context.isAssignmentTarget = false;\\r\\n\\t            this.context.isBindingElement = false;\\r\\n\\t            var left = expr;\\r\\n\\t            var right = this.isolateCoverGrammar(this.parseExponentiationExpression);\\r\\n\\t            expr = this.finalize(this.startNode(startToken), new Node.BinaryExpression('**', left, right));\\r\\n\\t        }\\r\\n\\t        return expr;\\r\\n\\t    };\\r\\n\\t    // https://tc39.github.io/ecma262/#sec-exp-operator\\r\\n\\t    // https://tc39.github.io/ecma262/#sec-multiplicative-operators\\r\\n\\t    // https://tc39.github.io/ecma262/#sec-additive-operators\\r\\n\\t    // https://tc39.github.io/ecma262/#sec-bitwise-shift-operators\\r\\n\\t    // https://tc39.github.io/ecma262/#sec-relational-operators\\r\\n\\t    // https://tc39.github.io/ecma262/#sec-equality-operators\\r\\n\\t    // https://tc39.github.io/ecma262/#sec-binary-bitwise-operators\\r\\n\\t    // https://tc39.github.io/ecma262/#sec-binary-logical-operators\\r\\n\\t    Parser.prototype.binaryPrecedence = function (token) {\\r\\n\\t        var op = token.value;\\r\\n\\t        var precedence;\\r\\n\\t        if (token.type === 7 /* Punctuator */) {\\r\\n\\t            precedence = this.operatorPrecedence[op] || 0;\\r\\n\\t        }\\r\\n\\t        else if (token.type === 4 /* Keyword */) {\\r\\n\\t            precedence = (op === 'instanceof' || (this.context.allowIn && op === 'in')) ? 7 : 0;\\r\\n\\t        }\\r\\n\\t        else {\\r\\n\\t            precedence = 0;\\r\\n\\t        }\\r\\n\\t        return precedence;\\r\\n\\t    };\\r\\n\\t    Parser.prototype.parseBinaryExpression = function () {\\r\\n\\t        var startToken = this.lookahead;\\r\\n\\t        var expr = this.inheritCoverGrammar(this.parseExponentiationExpression);\\r\\n\\t        var token = this.lookahead;\\r\\n\\t        var prec = this.binaryPrecedence(token);\\r\\n\\t        if (prec > 0) {\\r\\n\\t            this.nextToken();\\r\\n\\t            this.context.isAssignmentTarget = false;\\r\\n\\t            this.context.isBindingElement = false;\\r\\n\\t            var markers = [startToken, this.lookahead];\\r\\n\\t            var left = expr;\\r\\n\\t            var right = this.isolateCoverGrammar(this.parseExponentiationExpression);\\r\\n\\t            var stack = [left, token.value, right];\\r\\n\\t            var precedences = [prec];\\r\\n\\t            while (true) {\\r\\n\\t                prec = this.binaryPrecedence(this.lookahead);\\r\\n\\t                if (prec <= 0) {\\r\\n\\t                    break;\\r\\n\\t                }\\r\\n\\t                // Reduce: make a binary expression from the three topmost entries.\\r\\n\\t                while ((stack.length > 2) && (prec <= precedences[precedences.length - 1])) {\\r\\n\\t                    right = stack.pop();\\r\\n\\t                    var operator = stack.pop();\\r\\n\\t                    precedences.pop();\\r\\n\\t                    left = stack.pop();\\r\\n\\t                    markers.pop();\\r\\n\\t                    var node = this.startNode(markers[markers.length - 1]);\\r\\n\\t                    stack.push(this.finalize(node, new Node.BinaryExpression(operator, left, right)));\\r\\n\\t                }\\r\\n\\t                // Shift.\\r\\n\\t                stack.push(this.nextToken().value);\\r\\n\\t                precedences.push(prec);\\r\\n\\t                markers.push(this.lookahead);\\r\\n\\t                stack.push(this.isolateCoverGrammar(this.parseExponentiationExpression));\\r\\n\\t            }\\r\\n\\t            // Final reduce to clean-up the stack.\\r\\n\\t            var i = stack.length - 1;\\r\\n\\t            expr = stack[i];\\r\\n\\t            markers.pop();\\r\\n\\t            while (i > 1) {\\r\\n\\t                var node = this.startNode(markers.pop());\\r\\n\\t                var operator = stack[i - 1];\\r\\n\\t                expr = this.finalize(node, new Node.BinaryExpression(operator, stack[i - 2], expr));\\r\\n\\t                i -= 2;\\r\\n\\t            }\\r\\n\\t        }\\r\\n\\t        return expr;\\r\\n\\t    };\\r\\n\\t    // https://tc39.github.io/ecma262/#sec-conditional-operator\\r\\n\\t    Parser.prototype.parseConditionalExpression = function () {\\r\\n\\t        var startToken = this.lookahead;\\r\\n\\t        var expr = this.inheritCoverGrammar(this.parseBinaryExpression);\\r\\n\\t        if (this.match('?')) {\\r\\n\\t            this.nextToken();\\r\\n\\t            var previousAllowIn = this.context.allowIn;\\r\\n\\t            this.context.allowIn = true;\\r\\n\\t            var consequent = this.isolateCoverGrammar(this.parseAssignmentExpression);\\r\\n\\t            this.context.allowIn = previousAllowIn;\\r\\n\\t            this.expect(':');\\r\\n\\t            var alternate = this.isolateCoverGrammar(this.parseAssignmentExpression);\\r\\n\\t            expr = this.finalize(this.startNode(startToken), new Node.ConditionalExpression(expr, consequent, alternate));\\r\\n\\t            this.context.isAssignmentTarget = false;\\r\\n\\t            this.context.isBindingElement = false;\\r\\n\\t        }\\r\\n\\t        return expr;\\r\\n\\t    };\\r\\n\\t    // https://tc39.github.io/ecma262/#sec-assignment-operators\\r\\n\\t    Parser.prototype.checkPatternParam = function (options, param) {\\r\\n\\t        switch (param.type) {\\r\\n\\t            case syntax_1.Syntax.Identifier:\\r\\n\\t                this.validateParam(options, param, param.name);\\r\\n\\t                break;\\r\\n\\t            case syntax_1.Syntax.RestElement:\\r\\n\\t                this.checkPatternParam(options, param.argument);\\r\\n\\t                break;\\r\\n\\t            case syntax_1.Syntax.AssignmentPattern:\\r\\n\\t                this.checkPatternParam(options, param.left);\\r\\n\\t                break;\\r\\n\\t            case syntax_1.Syntax.ArrayPattern:\\r\\n\\t                for (var i = 0; i < param.elements.length; i++) {\\r\\n\\t                    if (param.elements[i] !== null) {\\r\\n\\t                        this.checkPatternParam(options, param.elements[i]);\\r\\n\\t                    }\\r\\n\\t                }\\r\\n\\t                break;\\r\\n\\t            case syntax_1.Syntax.ObjectPattern:\\r\\n\\t                for (var i = 0; i < param.properties.length; i++) {\\r\\n\\t                    this.checkPatternParam(options, param.properties[i].value);\\r\\n\\t                }\\r\\n\\t                break;\\r\\n\\t            default:\\r\\n\\t                break;\\r\\n\\t        }\\r\\n\\t        options.simple = options.simple && (param instanceof Node.Identifier);\\r\\n\\t    };\\r\\n\\t    Parser.prototype.reinterpretAsCoverFormalsList = function (expr) {\\r\\n\\t        var params = [expr];\\r\\n\\t        var options;\\r\\n\\t        var asyncArrow = false;\\r\\n\\t        switch (expr.type) {\\r\\n\\t            case syntax_1.Syntax.Identifier:\\r\\n\\t                break;\\r\\n\\t            case ArrowParameterPlaceHolder:\\r\\n\\t                params = expr.params;\\r\\n\\t                asyncArrow = expr.async;\\r\\n\\t                break;\\r\\n\\t            default:\\r\\n\\t                return null;\\r\\n\\t        }\\r\\n\\t        options = {\\r\\n\\t            simple: true,\\r\\n\\t            paramSet: {}\\r\\n\\t        };\\r\\n\\t        for (var i = 0; i < params.length; ++i) {\\r\\n\\t            var param = params[i];\\r\\n\\t            if (param.type === syntax_1.Syntax.AssignmentPattern) {\\r\\n\\t                if (param.right.type === syntax_1.Syntax.YieldExpression) {\\r\\n\\t                    if (param.right.argument) {\\r\\n\\t                        this.throwUnexpectedToken(this.lookahead);\\r\\n\\t                    }\\r\\n\\t                    param.right.type = syntax_1.Syntax.Identifier;\\r\\n\\t                    param.right.name = 'yield';\\r\\n\\t                    delete param.right.argument;\\r\\n\\t                    delete param.right.delegate;\\r\\n\\t                }\\r\\n\\t            }\\r\\n\\t            else if (asyncArrow && param.type === syntax_1.Syntax.Identifier && param.name === 'await') {\\r\\n\\t                this.throwUnexpectedToken(this.lookahead);\\r\\n\\t            }\\r\\n\\t            this.checkPatternParam(options, param);\\r\\n\\t            params[i] = param;\\r\\n\\t        }\\r\\n\\t        if (this.context.strict || !this.context.allowYield) {\\r\\n\\t            for (var i = 0; i < params.length; ++i) {\\r\\n\\t                var param = params[i];\\r\\n\\t                if (param.type === syntax_1.Syntax.YieldExpression) {\\r\\n\\t                    this.throwUnexpectedToken(this.lookahead);\\r\\n\\t                }\\r\\n\\t            }\\r\\n\\t        }\\r\\n\\t        if (options.message === messages_1.Messages.StrictParamDupe) {\\r\\n\\t            var token = this.context.strict ? options.stricted : options.firstRestricted;\\r\\n\\t            this.throwUnexpectedToken(token, options.message);\\r\\n\\t        }\\r\\n\\t        return {\\r\\n\\t            simple: options.simple,\\r\\n\\t            params: params,\\r\\n\\t            stricted: options.stricted,\\r\\n\\t            firstRestricted: options.firstRestricted,\\r\\n\\t            message: options.message\\r\\n\\t        };\\r\\n\\t    };\\r\\n\\t    Parser.prototype.parseAssignmentExpression = function () {\\r\\n\\t        var expr;\\r\\n\\t        if (!this.context.allowYield && this.matchKeyword('yield')) {\\r\\n\\t            expr = this.parseYieldExpression();\\r\\n\\t        }\\r\\n\\t        else {\\r\\n\\t            var startToken = this.lookahead;\\r\\n\\t            var token = startToken;\\r\\n\\t            expr = this.parseConditionalExpression();\\r\\n\\t            if (token.type === 3 /* Identifier */ && (token.lineNumber === this.lookahead.lineNumber) && token.value === 'async') {\\r\\n\\t                if (this.lookahead.type === 3 /* Identifier */ || this.matchKeyword('yield')) {\\r\\n\\t                    var arg = this.parsePrimaryExpression();\\r\\n\\t                    this.reinterpretExpressionAsPattern(arg);\\r\\n\\t                    expr = {\\r\\n\\t                        type: ArrowParameterPlaceHolder,\\r\\n\\t                        params: [arg],\\r\\n\\t                        async: true\\r\\n\\t                    };\\r\\n\\t                }\\r\\n\\t            }\\r\\n\\t            if (expr.type === ArrowParameterPlaceHolder || this.match('=>')) {\\r\\n\\t                // https://tc39.github.io/ecma262/#sec-arrow-function-definitions\\r\\n\\t                this.context.isAssignmentTarget = false;\\r\\n\\t                this.context.isBindingElement = false;\\r\\n\\t                var isAsync = expr.async;\\r\\n\\t                var list = this.reinterpretAsCoverFormalsList(expr);\\r\\n\\t                if (list) {\\r\\n\\t                    if (this.hasLineTerminator) {\\r\\n\\t                        this.tolerateUnexpectedToken(this.lookahead);\\r\\n\\t                    }\\r\\n\\t                    this.context.firstCoverInitializedNameError = null;\\r\\n\\t                    var previousStrict = this.context.strict;\\r\\n\\t                    var previousAllowStrictDirective = this.context.allowStrictDirective;\\r\\n\\t                    this.context.allowStrictDirective = list.simple;\\r\\n\\t                    var previousAllowYield = this.context.allowYield;\\r\\n\\t                    var previousAwait = this.context.await;\\r\\n\\t                    this.context.allowYield = true;\\r\\n\\t                    this.context.await = isAsync;\\r\\n\\t                    var node = this.startNode(startToken);\\r\\n\\t                    this.expect('=>');\\r\\n\\t                    var body = void 0;\\r\\n\\t                    if (this.match('{')) {\\r\\n\\t                        var previousAllowIn = this.context.allowIn;\\r\\n\\t                        this.context.allowIn = true;\\r\\n\\t                        body = this.parseFunctionSourceElements();\\r\\n\\t                        this.context.allowIn = previousAllowIn;\\r\\n\\t                    }\\r\\n\\t                    else {\\r\\n\\t                        body = this.isolateCoverGrammar(this.parseAssignmentExpression);\\r\\n\\t                    }\\r\\n\\t                    var expression = body.type !== syntax_1.Syntax.BlockStatement;\\r\\n\\t                    if (this.context.strict && list.firstRestricted) {\\r\\n\\t                        this.throwUnexpectedToken(list.firstRestricted, list.message);\\r\\n\\t                    }\\r\\n\\t                    if (this.context.strict && list.stricted) {\\r\\n\\t                        this.tolerateUnexpectedToken(list.stricted, list.message);\\r\\n\\t                    }\\r\\n\\t                    expr = isAsync ? this.finalize(node, new Node.AsyncArrowFunctionExpression(list.params, body, expression)) :\\r\\n\\t                        this.finalize(node, new Node.ArrowFunctionExpression(list.params, body, expression));\\r\\n\\t                    this.context.strict = previousStrict;\\r\\n\\t                    this.context.allowStrictDirective = previousAllowStrictDirective;\\r\\n\\t                    this.context.allowYield = previousAllowYield;\\r\\n\\t                    this.context.await = previousAwait;\\r\\n\\t                }\\r\\n\\t            }\\r\\n\\t            else {\\r\\n\\t                if (this.matchAssign()) {\\r\\n\\t                    if (!this.context.isAssignmentTarget) {\\r\\n\\t                        this.tolerateError(messages_1.Messages.InvalidLHSInAssignment);\\r\\n\\t                    }\\r\\n\\t                    if (this.context.strict && expr.type === syntax_1.Syntax.Identifier) {\\r\\n\\t                        var id = expr;\\r\\n\\t                        if (this.scanner.isRestrictedWord(id.name)) {\\r\\n\\t                            this.tolerateUnexpectedToken(token, messages_1.Messages.StrictLHSAssignment);\\r\\n\\t                        }\\r\\n\\t                        if (this.scanner.isStrictModeReservedWord(id.name)) {\\r\\n\\t                            this.tolerateUnexpectedToken(token, messages_1.Messages.StrictReservedWord);\\r\\n\\t                        }\\r\\n\\t                    }\\r\\n\\t                    if (!this.match('=')) {\\r\\n\\t                        this.context.isAssignmentTarget = false;\\r\\n\\t                        this.context.isBindingElement = false;\\r\\n\\t                    }\\r\\n\\t                    else {\\r\\n\\t                        this.reinterpretExpressionAsPattern(expr);\\r\\n\\t                    }\\r\\n\\t                    token = this.nextToken();\\r\\n\\t                    var operator = token.value;\\r\\n\\t                    var right = this.isolateCoverGrammar(this.parseAssignmentExpression);\\r\\n\\t                    expr = this.finalize(this.startNode(startToken), new Node.AssignmentExpression(operator, expr, right));\\r\\n\\t                    this.context.firstCoverInitializedNameError = null;\\r\\n\\t                }\\r\\n\\t            }\\r\\n\\t        }\\r\\n\\t        return expr;\\r\\n\\t    };\\r\\n\\t    // https://tc39.github.io/ecma262/#sec-comma-operator\\r\\n\\t    Parser.prototype.parseExpression = function () {\\r\\n\\t        var startToken = this.lookahead;\\r\\n\\t        var expr = this.isolateCoverGrammar(this.parseAssignmentExpression);\\r\\n\\t        if (this.match(',')) {\\r\\n\\t            var expressions = [];\\r\\n\\t            expressions.push(expr);\\r\\n\\t            while (this.lookahead.type !== 2 /* EOF */) {\\r\\n\\t                if (!this.match(',')) {\\r\\n\\t                    break;\\r\\n\\t                }\\r\\n\\t                this.nextToken();\\r\\n\\t                expressions.push(this.isolateCoverGrammar(this.parseAssignmentExpression));\\r\\n\\t            }\\r\\n\\t            expr = this.finalize(this.startNode(startToken), new Node.SequenceExpression(expressions));\\r\\n\\t        }\\r\\n\\t        return expr;\\r\\n\\t    };\\r\\n\\t    // https://tc39.github.io/ecma262/#sec-block\\r\\n\\t    Parser.prototype.parseStatementListItem = function () {\\r\\n\\t        var statement;\\r\\n\\t        this.context.isAssignmentTarget = true;\\r\\n\\t        this.context.isBindingElement = true;\\r\\n\\t        if (this.lookahead.type === 4 /* Keyword */) {\\r\\n\\t            switch (this.lookahead.value) {\\r\\n\\t                case 'export':\\r\\n\\t                    if (!this.context.isModule) {\\r\\n\\t                        this.tolerateUnexpectedToken(this.lookahead, messages_1.Messages.IllegalExportDeclaration);\\r\\n\\t                    }\\r\\n\\t                    statement = this.parseExportDeclaration();\\r\\n\\t                    break;\\r\\n\\t                case 'import':\\r\\n\\t                    if (!this.context.isModule) {\\r\\n\\t                        this.tolerateUnexpectedToken(this.lookahead, messages_1.Messages.IllegalImportDeclaration);\\r\\n\\t                    }\\r\\n\\t                    statement = this.parseImportDeclaration();\\r\\n\\t                    break;\\r\\n\\t                case 'const':\\r\\n\\t                    statement = this.parseLexicalDeclaration({ inFor: false });\\r\\n\\t                    break;\\r\\n\\t                case 'function':\\r\\n\\t                    statement = this.parseFunctionDeclaration();\\r\\n\\t                    break;\\r\\n\\t                case 'class':\\r\\n\\t                    statement = this.parseClassDeclaration();\\r\\n\\t                    break;\\r\\n\\t                case 'let':\\r\\n\\t                    statement = this.isLexicalDeclaration() ? this.parseLexicalDeclaration({ inFor: false }) : this.parseStatement();\\r\\n\\t                    break;\\r\\n\\t                default:\\r\\n\\t                    statement = this.parseStatement();\\r\\n\\t                    break;\\r\\n\\t            }\\r\\n\\t        }\\r\\n\\t        else {\\r\\n\\t            statement = this.parseStatement();\\r\\n\\t        }\\r\\n\\t        return statement;\\r\\n\\t    };\\r\\n\\t    Parser.prototype.parseBlock = function () {\\r\\n\\t        var node = this.createNode();\\r\\n\\t        this.expect('{');\\r\\n\\t        var block = [];\\r\\n\\t        while (true) {\\r\\n\\t            if (this.match('}')) {\\r\\n\\t                break;\\r\\n\\t            }\\r\\n\\t            block.push(this.parseStatementListItem());\\r\\n\\t        }\\r\\n\\t        this.expect('}');\\r\\n\\t        return this.finalize(node, new Node.BlockStatement(block));\\r\\n\\t    };\\r\\n\\t    // https://tc39.github.io/ecma262/#sec-let-and-const-declarations\\r\\n\\t    Parser.prototype.parseLexicalBinding = function (kind, options) {\\r\\n\\t        var node = this.createNode();\\r\\n\\t        var params = [];\\r\\n\\t        var id = this.parsePattern(params, kind);\\r\\n\\t        if (this.context.strict && id.type === syntax_1.Syntax.Identifier) {\\r\\n\\t            if (this.scanner.isRestrictedWord(id.name)) {\\r\\n\\t                this.tolerateError(messages_1.Messages.StrictVarName);\\r\\n\\t            }\\r\\n\\t        }\\r\\n\\t        var init = null;\\r\\n\\t        if (kind === 'const') {\\r\\n\\t            if (!this.matchKeyword('in') && !this.matchContextualKeyword('of')) {\\r\\n\\t                if (this.match('=')) {\\r\\n\\t                    this.nextToken();\\r\\n\\t                    init = this.isolateCoverGrammar(this.parseAssignmentExpression);\\r\\n\\t                }\\r\\n\\t                else {\\r\\n\\t                    this.throwError(messages_1.Messages.DeclarationMissingInitializer, 'const');\\r\\n\\t                }\\r\\n\\t            }\\r\\n\\t        }\\r\\n\\t        else if ((!options.inFor && id.type !== syntax_1.Syntax.Identifier) || this.match('=')) {\\r\\n\\t            this.expect('=');\\r\\n\\t            init = this.isolateCoverGrammar(this.parseAssignmentExpression);\\r\\n\\t        }\\r\\n\\t        return this.finalize(node, new Node.VariableDeclarator(id, init));\\r\\n\\t    };\\r\\n\\t    Parser.prototype.parseBindingList = function (kind, options) {\\r\\n\\t        var list = [this.parseLexicalBinding(kind, options)];\\r\\n\\t        while (this.match(',')) {\\r\\n\\t            this.nextToken();\\r\\n\\t            list.push(this.parseLexicalBinding(kind, options));\\r\\n\\t        }\\r\\n\\t        return list;\\r\\n\\t    };\\r\\n\\t    Parser.prototype.isLexicalDeclaration = function () {\\r\\n\\t        var state = this.scanner.saveState();\\r\\n\\t        this.scanner.scanComments();\\r\\n\\t        var next = this.scanner.lex();\\r\\n\\t        this.scanner.restoreState(state);\\r\\n\\t        return (next.type === 3 /* Identifier */) ||\\r\\n\\t            (next.type === 7 /* Punctuator */ && next.value === '[') ||\\r\\n\\t            (next.type === 7 /* Punctuator */ && next.value === '{') ||\\r\\n\\t            (next.type === 4 /* Keyword */ && next.value === 'let') ||\\r\\n\\t            (next.type === 4 /* Keyword */ && next.value === 'yield');\\r\\n\\t    };\\r\\n\\t    Parser.prototype.parseLexicalDeclaration = function (options) {\\r\\n\\t        var node = this.createNode();\\r\\n\\t        var kind = this.nextToken().value;\\r\\n\\t        assert_1.assert(kind === 'let' || kind === 'const', 'Lexical declaration must be either let or const');\\r\\n\\t        var declarations = this.parseBindingList(kind, options);\\r\\n\\t        this.consumeSemicolon();\\r\\n\\t        return this.finalize(node, new Node.VariableDeclaration(declarations, kind));\\r\\n\\t    };\\r\\n\\t    // https://tc39.github.io/ecma262/#sec-destructuring-binding-patterns\\r\\n\\t    Parser.prototype.parseBindingRestElement = function (params, kind) {\\r\\n\\t        var node = this.createNode();\\r\\n\\t        this.expect('...');\\r\\n\\t        var arg = this.parsePattern(params, kind);\\r\\n\\t        return this.finalize(node, new Node.RestElement(arg));\\r\\n\\t    };\\r\\n\\t    Parser.prototype.parseArrayPattern = function (params, kind) {\\r\\n\\t        var node = this.createNode();\\r\\n\\t        this.expect('[');\\r\\n\\t        var elements = [];\\r\\n\\t        while (!this.match(']')) {\\r\\n\\t            if (this.match(',')) {\\r\\n\\t                this.nextToken();\\r\\n\\t                elements.push(null);\\r\\n\\t            }\\r\\n\\t            else {\\r\\n\\t                if (this.match('...')) {\\r\\n\\t                    elements.push(this.parseBindingRestElement(params, kind));\\r\\n\\t                    break;\\r\\n\\t                }\\r\\n\\t                else {\\r\\n\\t                    elements.push(this.parsePatternWithDefault(params, kind));\\r\\n\\t                }\\r\\n\\t                if (!this.match(']')) {\\r\\n\\t                    this.expect(',');\\r\\n\\t                }\\r\\n\\t            }\\r\\n\\t        }\\r\\n\\t        this.expect(']');\\r\\n\\t        return this.finalize(node, new Node.ArrayPattern(elements));\\r\\n\\t    };\\r\\n\\t    Parser.prototype.parsePropertyPattern = function (params, kind) {\\r\\n\\t        var node = this.createNode();\\r\\n\\t        var computed = false;\\r\\n\\t        var shorthand = false;\\r\\n\\t        var method = false;\\r\\n\\t        var key;\\r\\n\\t        var value;\\r\\n\\t        if (this.lookahead.type === 3 /* Identifier */) {\\r\\n\\t            var keyToken = this.lookahead;\\r\\n\\t            key = this.parseVariableIdentifier();\\r\\n\\t            var init = this.finalize(node, new Node.Identifier(keyToken.value));\\r\\n\\t            if (this.match('=')) {\\r\\n\\t                params.push(keyToken);\\r\\n\\t                shorthand = true;\\r\\n\\t                this.nextToken();\\r\\n\\t                var expr = this.parseAssignmentExpression();\\r\\n\\t                value = this.finalize(this.startNode(keyToken), new Node.AssignmentPattern(init, expr));\\r\\n\\t            }\\r\\n\\t            else if (!this.match(':')) {\\r\\n\\t                params.push(keyToken);\\r\\n\\t                shorthand = true;\\r\\n\\t                value = init;\\r\\n\\t            }\\r\\n\\t            else {\\r\\n\\t                this.expect(':');\\r\\n\\t                value = this.parsePatternWithDefault(params, kind);\\r\\n\\t            }\\r\\n\\t        }\\r\\n\\t        else {\\r\\n\\t            computed = this.match('[');\\r\\n\\t            key = this.parseObjectPropertyKey();\\r\\n\\t            this.expect(':');\\r\\n\\t            value = this.parsePatternWithDefault(params, kind);\\r\\n\\t        }\\r\\n\\t        return this.finalize(node, new Node.Property('init', key, computed, value, method, shorthand));\\r\\n\\t    };\\r\\n\\t    Parser.prototype.parseObjectPattern = function (params, kind) {\\r\\n\\t        var node = this.createNode();\\r\\n\\t        var properties = [];\\r\\n\\t        this.expect('{');\\r\\n\\t        while (!this.match('}')) {\\r\\n\\t            properties.push(this.parsePropertyPattern(params, kind));\\r\\n\\t            if (!this.match('}')) {\\r\\n\\t                this.expect(',');\\r\\n\\t            }\\r\\n\\t        }\\r\\n\\t        this.expect('}');\\r\\n\\t        return this.finalize(node, new Node.ObjectPattern(properties));\\r\\n\\t    };\\r\\n\\t    Parser.prototype.parsePattern = function (params, kind) {\\r\\n\\t        var pattern;\\r\\n\\t        if (this.match('[')) {\\r\\n\\t            pattern = this.parseArrayPattern(params, kind);\\r\\n\\t        }\\r\\n\\t        else if (this.match('{')) {\\r\\n\\t            pattern = this.parseObjectPattern(params, kind);\\r\\n\\t        }\\r\\n\\t        else {\\r\\n\\t            if (this.matchKeyword('let') && (kind === 'const' || kind === 'let')) {\\r\\n\\t                this.tolerateUnexpectedToken(this.lookahead, messages_1.Messages.LetInLexicalBinding);\\r\\n\\t            }\\r\\n\\t            params.push(this.lookahead);\\r\\n\\t            pattern = this.parseVariableIdentifier(kind);\\r\\n\\t        }\\r\\n\\t        return pattern;\\r\\n\\t    };\\r\\n\\t    Parser.prototype.parsePatternWithDefault = function (params, kind) {\\r\\n\\t        var startToken = this.lookahead;\\r\\n\\t        var pattern = this.parsePattern(params, kind);\\r\\n\\t        if (this.match('=')) {\\r\\n\\t            this.nextToken();\\r\\n\\t            var previousAllowYield = this.context.allowYield;\\r\\n\\t            this.context.allowYield = true;\\r\\n\\t            var right = this.isolateCoverGrammar(this.parseAssignmentExpression);\\r\\n\\t            this.context.allowYield = previousAllowYield;\\r\\n\\t            pattern = this.finalize(this.startNode(startToken), new Node.AssignmentPattern(pattern, right));\\r\\n\\t        }\\r\\n\\t        return pattern;\\r\\n\\t    };\\r\\n\\t    // https://tc39.github.io/ecma262/#sec-variable-statement\\r\\n\\t    Parser.prototype.parseVariableIdentifier = function (kind) {\\r\\n\\t        var node = this.createNode();\\r\\n\\t        var token = this.nextToken();\\r\\n\\t        if (token.type === 4 /* Keyword */ && token.value === 'yield') {\\r\\n\\t            if (this.context.strict) {\\r\\n\\t                this.tolerateUnexpectedToken(token, messages_1.Messages.StrictReservedWord);\\r\\n\\t            }\\r\\n\\t            else if (!this.context.allowYield) {\\r\\n\\t                this.throwUnexpectedToken(token);\\r\\n\\t            }\\r\\n\\t        }\\r\\n\\t        else if (token.type !== 3 /* Identifier */) {\\r\\n\\t            if (this.context.strict && token.type === 4 /* Keyword */ && this.scanner.isStrictModeReservedWord(token.value)) {\\r\\n\\t                this.tolerateUnexpectedToken(token, messages_1.Messages.StrictReservedWord);\\r\\n\\t            }\\r\\n\\t            else {\\r\\n\\t                if (this.context.strict || token.value !== 'let' || kind !== 'var') {\\r\\n\\t                    this.throwUnexpectedToken(token);\\r\\n\\t                }\\r\\n\\t            }\\r\\n\\t        }\\r\\n\\t        else if ((this.context.isModule || this.context.await) && token.type === 3 /* Identifier */ && token.value === 'await') {\\r\\n\\t            this.tolerateUnexpectedToken(token);\\r\\n\\t        }\\r\\n\\t        return this.finalize(node, new Node.Identifier(token.value));\\r\\n\\t    };\\r\\n\\t    Parser.prototype.parseVariableDeclaration = function (options) {\\r\\n\\t        var node = this.createNode();\\r\\n\\t        var params = [];\\r\\n\\t        var id = this.parsePattern(params, 'var');\\r\\n\\t        if (this.context.strict && id.type === syntax_1.Syntax.Identifier) {\\r\\n\\t            if (this.scanner.isRestrictedWord(id.name)) {\\r\\n\\t                this.tolerateError(messages_1.Messages.StrictVarName);\\r\\n\\t            }\\r\\n\\t        }\\r\\n\\t        var init = null;\\r\\n\\t        if (this.match('=')) {\\r\\n\\t            this.nextToken();\\r\\n\\t            init = this.isolateCoverGrammar(this.parseAssignmentExpression);\\r\\n\\t        }\\r\\n\\t        else if (id.type !== syntax_1.Syntax.Identifier && !options.inFor) {\\r\\n\\t            this.expect('=');\\r\\n\\t        }\\r\\n\\t        return this.finalize(node, new Node.VariableDeclarator(id, init));\\r\\n\\t    };\\r\\n\\t    Parser.prototype.parseVariableDeclarationList = function (options) {\\r\\n\\t        var opt = { inFor: options.inFor };\\r\\n\\t        var list = [];\\r\\n\\t        list.push(this.parseVariableDeclaration(opt));\\r\\n\\t        while (this.match(',')) {\\r\\n\\t            this.nextToken();\\r\\n\\t            list.push(this.parseVariableDeclaration(opt));\\r\\n\\t        }\\r\\n\\t        return list;\\r\\n\\t    };\\r\\n\\t    Parser.prototype.parseVariableStatement = function () {\\r\\n\\t        var node = this.createNode();\\r\\n\\t        this.expectKeyword('var');\\r\\n\\t        var declarations = this.parseVariableDeclarationList({ inFor: false });\\r\\n\\t        this.consumeSemicolon();\\r\\n\\t        return this.finalize(node, new Node.VariableDeclaration(declarations, 'var'));\\r\\n\\t    };\\r\\n\\t    // https://tc39.github.io/ecma262/#sec-empty-statement\\r\\n\\t    Parser.prototype.parseEmptyStatement = function () {\\r\\n\\t        var node = this.createNode();\\r\\n\\t        this.expect(';');\\r\\n\\t        return this.finalize(node, new Node.EmptyStatement());\\r\\n\\t    };\\r\\n\\t    // https://tc39.github.io/ecma262/#sec-expression-statement\\r\\n\\t    Parser.prototype.parseExpressionStatement = function () {\\r\\n\\t        var node = this.createNode();\\r\\n\\t        var expr = this.parseExpression();\\r\\n\\t        this.consumeSemicolon();\\r\\n\\t        return this.finalize(node, new Node.ExpressionStatement(expr));\\r\\n\\t    };\\r\\n\\t    // https://tc39.github.io/ecma262/#sec-if-statement\\r\\n\\t    Parser.prototype.parseIfClause = function () {\\r\\n\\t        if (this.context.strict && this.matchKeyword('function')) {\\r\\n\\t            this.tolerateError(messages_1.Messages.StrictFunction);\\r\\n\\t        }\\r\\n\\t        return this.parseStatement();\\r\\n\\t    };\\r\\n\\t    Parser.prototype.parseIfStatement = function () {\\r\\n\\t        var node = this.createNode();\\r\\n\\t        var consequent;\\r\\n\\t        var alternate = null;\\r\\n\\t        this.expectKeyword('if');\\r\\n\\t        this.expect('(');\\r\\n\\t        var test = this.parseExpression();\\r\\n\\t        if (!this.match(')') && this.config.tolerant) {\\r\\n\\t            this.tolerateUnexpectedToken(this.nextToken());\\r\\n\\t            consequent = this.finalize(this.createNode(), new Node.EmptyStatement());\\r\\n\\t        }\\r\\n\\t        else {\\r\\n\\t            this.expect(')');\\r\\n\\t            consequent = this.parseIfClause();\\r\\n\\t            if (this.matchKeyword('else')) {\\r\\n\\t                this.nextToken();\\r\\n\\t                alternate = this.parseIfClause();\\r\\n\\t            }\\r\\n\\t        }\\r\\n\\t        return this.finalize(node, new Node.IfStatement(test, consequent, alternate));\\r\\n\\t    };\\r\\n\\t    // https://tc39.github.io/ecma262/#sec-do-while-statement\\r\\n\\t    Parser.prototype.parseDoWhileStatement = function () {\\r\\n\\t        var node = this.createNode();\\r\\n\\t        this.expectKeyword('do');\\r\\n\\t        var previousInIteration = this.context.inIteration;\\r\\n\\t        this.context.inIteration = true;\\r\\n\\t        var body = this.parseStatement();\\r\\n\\t        this.context.inIteration = previousInIteration;\\r\\n\\t        this.expectKeyword('while');\\r\\n\\t        this.expect('(');\\r\\n\\t        var test = this.parseExpression();\\r\\n\\t        if (!this.match(')') && this.config.tolerant) {\\r\\n\\t            this.tolerateUnexpectedToken(this.nextToken());\\r\\n\\t        }\\r\\n\\t        else {\\r\\n\\t            this.expect(')');\\r\\n\\t            if (this.match(';')) {\\r\\n\\t                this.nextToken();\\r\\n\\t            }\\r\\n\\t        }\\r\\n\\t        return this.finalize(node, new Node.DoWhileStatement(body, test));\\r\\n\\t    };\\r\\n\\t    // https://tc39.github.io/ecma262/#sec-while-statement\\r\\n\\t    Parser.prototype.parseWhileStatement = function () {\\r\\n\\t        var node = this.createNode();\\r\\n\\t        var body;\\r\\n\\t        this.expectKeyword('while');\\r\\n\\t        this.expect('(');\\r\\n\\t        var test = this.parseExpression();\\r\\n\\t        if (!this.match(')') && this.config.tolerant) {\\r\\n\\t            this.tolerateUnexpectedToken(this.nextToken());\\r\\n\\t            body = this.finalize(this.createNode(), new Node.EmptyStatement());\\r\\n\\t        }\\r\\n\\t        else {\\r\\n\\t            this.expect(')');\\r\\n\\t            var previousInIteration = this.context.inIteration;\\r\\n\\t            this.context.inIteration = true;\\r\\n\\t            body = this.parseStatement();\\r\\n\\t            this.context.inIteration = previousInIteration;\\r\\n\\t        }\\r\\n\\t        return this.finalize(node, new Node.WhileStatement(test, body));\\r\\n\\t    };\\r\\n\\t    // https://tc39.github.io/ecma262/#sec-for-statement\\r\\n\\t    // https://tc39.github.io/ecma262/#sec-for-in-and-for-of-statements\\r\\n\\t    Parser.prototype.parseForStatement = function () {\\r\\n\\t        var init = null;\\r\\n\\t        var test = null;\\r\\n\\t        var update = null;\\r\\n\\t        var forIn = true;\\r\\n\\t        var left, right;\\r\\n\\t        var node = this.createNode();\\r\\n\\t        this.expectKeyword('for');\\r\\n\\t        this.expect('(');\\r\\n\\t        if (this.match(';')) {\\r\\n\\t            this.nextToken();\\r\\n\\t        }\\r\\n\\t        else {\\r\\n\\t            if (this.matchKeyword('var')) {\\r\\n\\t                init = this.createNode();\\r\\n\\t                this.nextToken();\\r\\n\\t                var previousAllowIn = this.context.allowIn;\\r\\n\\t                this.context.allowIn = false;\\r\\n\\t                var declarations = this.parseVariableDeclarationList({ inFor: true });\\r\\n\\t                this.context.allowIn = previousAllowIn;\\r\\n\\t                if (declarations.length === 1 && this.matchKeyword('in')) {\\r\\n\\t                    var decl = declarations[0];\\r\\n\\t                    if (decl.init && (decl.id.type === syntax_1.Syntax.ArrayPattern || decl.id.type === syntax_1.Syntax.ObjectPattern || this.context.strict)) {\\r\\n\\t                        this.tolerateError(messages_1.Messages.ForInOfLoopInitializer, 'for-in');\\r\\n\\t                    }\\r\\n\\t                    init = this.finalize(init, new Node.VariableDeclaration(declarations, 'var'));\\r\\n\\t                    this.nextToken();\\r\\n\\t                    left = init;\\r\\n\\t                    right = this.parseExpression();\\r\\n\\t                    init = null;\\r\\n\\t                }\\r\\n\\t                else if (declarations.length === 1 && declarations[0].init === null && this.matchContextualKeyword('of')) {\\r\\n\\t                    init = this.finalize(init, new Node.VariableDeclaration(declarations, 'var'));\\r\\n\\t                    this.nextToken();\\r\\n\\t                    left = init;\\r\\n\\t                    right = this.parseAssignmentExpression();\\r\\n\\t                    init = null;\\r\\n\\t                    forIn = false;\\r\\n\\t                }\\r\\n\\t                else {\\r\\n\\t                    init = this.finalize(init, new Node.VariableDeclaration(declarations, 'var'));\\r\\n\\t                    this.expect(';');\\r\\n\\t                }\\r\\n\\t            }\\r\\n\\t            else if (this.matchKeyword('const') || this.matchKeyword('let')) {\\r\\n\\t                init = this.createNode();\\r\\n\\t                var kind = this.nextToken().value;\\r\\n\\t                if (!this.context.strict && this.lookahead.value === 'in') {\\r\\n\\t                    init = this.finalize(init, new Node.Identifier(kind));\\r\\n\\t                    this.nextToken();\\r\\n\\t                    left = init;\\r\\n\\t                    right = this.parseExpression();\\r\\n\\t                    init = null;\\r\\n\\t                }\\r\\n\\t                else {\\r\\n\\t                    var previousAllowIn = this.context.allowIn;\\r\\n\\t                    this.context.allowIn = false;\\r\\n\\t                    var declarations = this.parseBindingList(kind, { inFor: true });\\r\\n\\t                    this.context.allowIn = previousAllowIn;\\r\\n\\t                    if (declarations.length === 1 && declarations[0].init === null && this.matchKeyword('in')) {\\r\\n\\t                        init = this.finalize(init, new Node.VariableDeclaration(declarations, kind));\\r\\n\\t                        this.nextToken();\\r\\n\\t                        left = init;\\r\\n\\t                        right = this.parseExpression();\\r\\n\\t                        init = null;\\r\\n\\t                    }\\r\\n\\t                    else if (declarations.length === 1 && declarations[0].init === null && this.matchContextualKeyword('of')) {\\r\\n\\t                        init = this.finalize(init, new Node.VariableDeclaration(declarations, kind));\\r\\n\\t                        this.nextToken();\\r\\n\\t                        left = init;\\r\\n\\t                        right = this.parseAssignmentExpression();\\r\\n\\t                        init = null;\\r\\n\\t                        forIn = false;\\r\\n\\t                    }\\r\\n\\t                    else {\\r\\n\\t                        this.consumeSemicolon();\\r\\n\\t                        init = this.finalize(init, new Node.VariableDeclaration(declarations, kind));\\r\\n\\t                    }\\r\\n\\t                }\\r\\n\\t            }\\r\\n\\t            else {\\r\\n\\t                var initStartToken = this.lookahead;\\r\\n\\t                var previousAllowIn = this.context.allowIn;\\r\\n\\t                this.context.allowIn = false;\\r\\n\\t                init = this.inheritCoverGrammar(this.parseAssignmentExpression);\\r\\n\\t                this.context.allowIn = previousAllowIn;\\r\\n\\t                if (this.matchKeyword('in')) {\\r\\n\\t                    if (!this.context.isAssignmentTarget || init.type === syntax_1.Syntax.AssignmentExpression) {\\r\\n\\t                        this.tolerateError(messages_1.Messages.InvalidLHSInForIn);\\r\\n\\t                    }\\r\\n\\t                    this.nextToken();\\r\\n\\t                    this.reinterpretExpressionAsPattern(init);\\r\\n\\t                    left = init;\\r\\n\\t                    right = this.parseExpression();\\r\\n\\t                    init = null;\\r\\n\\t                }\\r\\n\\t                else if (this.matchContextualKeyword('of')) {\\r\\n\\t                    if (!this.context.isAssignmentTarget || init.type === syntax_1.Syntax.AssignmentExpression) {\\r\\n\\t                        this.tolerateError(messages_1.Messages.InvalidLHSInForLoop);\\r\\n\\t                    }\\r\\n\\t                    this.nextToken();\\r\\n\\t                    this.reinterpretExpressionAsPattern(init);\\r\\n\\t                    left = init;\\r\\n\\t                    right = this.parseAssignmentExpression();\\r\\n\\t                    init = null;\\r\\n\\t                    forIn = false;\\r\\n\\t                }\\r\\n\\t                else {\\r\\n\\t                    if (this.match(',')) {\\r\\n\\t                        var initSeq = [init];\\r\\n\\t                        while (this.match(',')) {\\r\\n\\t                            this.nextToken();\\r\\n\\t                            initSeq.push(this.isolateCoverGrammar(this.parseAssignmentExpression));\\r\\n\\t                        }\\r\\n\\t                        init = this.finalize(this.startNode(initStartToken), new Node.SequenceExpression(initSeq));\\r\\n\\t                    }\\r\\n\\t                    this.expect(';');\\r\\n\\t                }\\r\\n\\t            }\\r\\n\\t        }\\r\\n\\t        if (typeof left === 'undefined') {\\r\\n\\t            if (!this.match(';')) {\\r\\n\\t                test = this.parseExpression();\\r\\n\\t            }\\r\\n\\t            this.expect(';');\\r\\n\\t            if (!this.match(')')) {\\r\\n\\t                update = this.parseExpression();\\r\\n\\t            }\\r\\n\\t        }\\r\\n\\t        var body;\\r\\n\\t        if (!this.match(')') && this.config.tolerant) {\\r\\n\\t            this.tolerateUnexpectedToken(this.nextToken());\\r\\n\\t            body = this.finalize(this.createNode(), new Node.EmptyStatement());\\r\\n\\t        }\\r\\n\\t        else {\\r\\n\\t            this.expect(')');\\r\\n\\t            var previousInIteration = this.context.inIteration;\\r\\n\\t            this.context.inIteration = true;\\r\\n\\t            body = this.isolateCoverGrammar(this.parseStatement);\\r\\n\\t            this.context.inIteration = previousInIteration;\\r\\n\\t        }\\r\\n\\t        return (typeof left === 'undefined') ?\\r\\n\\t            this.finalize(node, new Node.ForStatement(init, test, update, body)) :\\r\\n\\t            forIn ? this.finalize(node, new Node.ForInStatement(left, right, body)) :\\r\\n\\t                this.finalize(node, new Node.ForOfStatement(left, right, body));\\r\\n\\t    };\\r\\n\\t    // https://tc39.github.io/ecma262/#sec-continue-statement\\r\\n\\t    Parser.prototype.parseContinueStatement = function () {\\r\\n\\t        var node = this.createNode();\\r\\n\\t        this.expectKeyword('continue');\\r\\n\\t        var label = null;\\r\\n\\t        if (this.lookahead.type === 3 /* Identifier */ && !this.hasLineTerminator) {\\r\\n\\t            var id = this.parseVariableIdentifier();\\r\\n\\t            label = id;\\r\\n\\t            var key = '$' + id.name;\\r\\n\\t            if (!Object.prototype.hasOwnProperty.call(this.context.labelSet, key)) {\\r\\n\\t                this.throwError(messages_1.Messages.UnknownLabel, id.name);\\r\\n\\t            }\\r\\n\\t        }\\r\\n\\t        this.consumeSemicolon();\\r\\n\\t        if (label === null && !this.context.inIteration) {\\r\\n\\t            this.throwError(messages_1.Messages.IllegalContinue);\\r\\n\\t        }\\r\\n\\t        return this.finalize(node, new Node.ContinueStatement(label));\\r\\n\\t    };\\r\\n\\t    // https://tc39.github.io/ecma262/#sec-break-statement\\r\\n\\t    Parser.prototype.parseBreakStatement = function () {\\r\\n\\t        var node = this.createNode();\\r\\n\\t        this.expectKeyword('break');\\r\\n\\t        var label = null;\\r\\n\\t        if (this.lookahead.type === 3 /* Identifier */ && !this.hasLineTerminator) {\\r\\n\\t            var id = this.parseVariableIdentifier();\\r\\n\\t            var key = '$' + id.name;\\r\\n\\t            if (!Object.prototype.hasOwnProperty.call(this.context.labelSet, key)) {\\r\\n\\t                this.throwError(messages_1.Messages.UnknownLabel, id.name);\\r\\n\\t            }\\r\\n\\t            label = id;\\r\\n\\t        }\\r\\n\\t        this.consumeSemicolon();\\r\\n\\t        if (label === null && !this.context.inIteration && !this.context.inSwitch) {\\r\\n\\t            this.throwError(messages_1.Messages.IllegalBreak);\\r\\n\\t        }\\r\\n\\t        return this.finalize(node, new Node.BreakStatement(label));\\r\\n\\t    };\\r\\n\\t    // https://tc39.github.io/ecma262/#sec-return-statement\\r\\n\\t    Parser.prototype.parseReturnStatement = function () {\\r\\n\\t        if (!this.context.inFunctionBody) {\\r\\n\\t            this.tolerateError(messages_1.Messages.IllegalReturn);\\r\\n\\t        }\\r\\n\\t        var node = this.createNode();\\r\\n\\t        this.expectKeyword('return');\\r\\n\\t        var hasArgument = !this.match(';') && !this.match('}') &&\\r\\n\\t            !this.hasLineTerminator && this.lookahead.type !== 2 /* EOF */;\\r\\n\\t        var argument = hasArgument ? this.parseExpression() : null;\\r\\n\\t        this.consumeSemicolon();\\r\\n\\t        return this.finalize(node, new Node.ReturnStatement(argument));\\r\\n\\t    };\\r\\n\\t    // https://tc39.github.io/ecma262/#sec-with-statement\\r\\n\\t    Parser.prototype.parseWithStatement = function () {\\r\\n\\t        if (this.context.strict) {\\r\\n\\t            this.tolerateError(messages_1.Messages.StrictModeWith);\\r\\n\\t        }\\r\\n\\t        var node = this.createNode();\\r\\n\\t        var body;\\r\\n\\t        this.expectKeyword('with');\\r\\n\\t        this.expect('(');\\r\\n\\t        var object = this.parseExpression();\\r\\n\\t        if (!this.match(')') && this.config.tolerant) {\\r\\n\\t            this.tolerateUnexpectedToken(this.nextToken());\\r\\n\\t            body = this.finalize(this.createNode(), new Node.EmptyStatement());\\r\\n\\t        }\\r\\n\\t        else {\\r\\n\\t            this.expect(')');\\r\\n\\t            body = this.parseStatement();\\r\\n\\t        }\\r\\n\\t        return this.finalize(node, new Node.WithStatement(object, body));\\r\\n\\t    };\\r\\n\\t    // https://tc39.github.io/ecma262/#sec-switch-statement\\r\\n\\t    Parser.prototype.parseSwitchCase = function () {\\r\\n\\t        var node = this.createNode();\\r\\n\\t        var test;\\r\\n\\t        if (this.matchKeyword('default')) {\\r\\n\\t            this.nextToken();\\r\\n\\t            test = null;\\r\\n\\t        }\\r\\n\\t        else {\\r\\n\\t            this.expectKeyword('case');\\r\\n\\t            test = this.parseExpression();\\r\\n\\t        }\\r\\n\\t        this.expect(':');\\r\\n\\t        var consequent = [];\\r\\n\\t        while (true) {\\r\\n\\t            if (this.match('}') || this.matchKeyword('default') || this.matchKeyword('case')) {\\r\\n\\t                break;\\r\\n\\t            }\\r\\n\\t            consequent.push(this.parseStatementListItem());\\r\\n\\t        }\\r\\n\\t        return this.finalize(node, new Node.SwitchCase(test, consequent));\\r\\n\\t    };\\r\\n\\t    Parser.prototype.parseSwitchStatement = function () {\\r\\n\\t        var node = this.createNode();\\r\\n\\t        this.expectKeyword('switch');\\r\\n\\t        this.expect('(');\\r\\n\\t        var discriminant = this.parseExpression();\\r\\n\\t        this.expect(')');\\r\\n\\t        var previousInSwitch = this.context.inSwitch;\\r\\n\\t        this.context.inSwitch = true;\\r\\n\\t        var cases = [];\\r\\n\\t        var defaultFound = false;\\r\\n\\t        this.expect('{');\\r\\n\\t        while (true) {\\r\\n\\t            if (this.match('}')) {\\r\\n\\t                break;\\r\\n\\t            }\\r\\n\\t            var clause = this.parseSwitchCase();\\r\\n\\t            if (clause.test === null) {\\r\\n\\t                if (defaultFound) {\\r\\n\\t                    this.throwError(messages_1.Messages.MultipleDefaultsInSwitch);\\r\\n\\t                }\\r\\n\\t                defaultFound = true;\\r\\n\\t            }\\r\\n\\t            cases.push(clause);\\r\\n\\t        }\\r\\n\\t        this.expect('}');\\r\\n\\t        this.context.inSwitch = previousInSwitch;\\r\\n\\t        return this.finalize(node, new Node.SwitchStatement(discriminant, cases));\\r\\n\\t    };\\r\\n\\t    // https://tc39.github.io/ecma262/#sec-labelled-statements\\r\\n\\t    Parser.prototype.parseLabelledStatement = function () {\\r\\n\\t        var node = this.createNode();\\r\\n\\t        var expr = this.parseExpression();\\r\\n\\t        var statement;\\r\\n\\t        if ((expr.type === syntax_1.Syntax.Identifier) && this.match(':')) {\\r\\n\\t            this.nextToken();\\r\\n\\t            var id = expr;\\r\\n\\t            var key = '$' + id.name;\\r\\n\\t            if (Object.prototype.hasOwnProperty.call(this.context.labelSet, key)) {\\r\\n\\t                this.throwError(messages_1.Messages.Redeclaration, 'Label', id.name);\\r\\n\\t            }\\r\\n\\t            this.context.labelSet[key] = true;\\r\\n\\t            var body = void 0;\\r\\n\\t            if (this.matchKeyword('class')) {\\r\\n\\t                this.tolerateUnexpectedToken(this.lookahead);\\r\\n\\t                body = this.parseClassDeclaration();\\r\\n\\t            }\\r\\n\\t            else if (this.matchKeyword('function')) {\\r\\n\\t                var token = this.lookahead;\\r\\n\\t                var declaration = this.parseFunctionDeclaration();\\r\\n\\t                if (this.context.strict) {\\r\\n\\t                    this.tolerateUnexpectedToken(token, messages_1.Messages.StrictFunction);\\r\\n\\t                }\\r\\n\\t                else if (declaration.generator) {\\r\\n\\t                    this.tolerateUnexpectedToken(token, messages_1.Messages.GeneratorInLegacyContext);\\r\\n\\t                }\\r\\n\\t                body = declaration;\\r\\n\\t            }\\r\\n\\t            else {\\r\\n\\t                body = this.parseStatement();\\r\\n\\t            }\\r\\n\\t            delete this.context.labelSet[key];\\r\\n\\t            statement = new Node.LabeledStatement(id, body);\\r\\n\\t        }\\r\\n\\t        else {\\r\\n\\t            this.consumeSemicolon();\\r\\n\\t            statement = new Node.ExpressionStatement(expr);\\r\\n\\t        }\\r\\n\\t        return this.finalize(node, statement);\\r\\n\\t    };\\r\\n\\t    // https://tc39.github.io/ecma262/#sec-throw-statement\\r\\n\\t    Parser.prototype.parseThrowStatement = function () {\\r\\n\\t        var node = this.createNode();\\r\\n\\t        this.expectKeyword('throw');\\r\\n\\t        if (this.hasLineTerminator) {\\r\\n\\t            this.throwError(messages_1.Messages.NewlineAfterThrow);\\r\\n\\t        }\\r\\n\\t        var argument = this.parseExpression();\\r\\n\\t        this.consumeSemicolon();\\r\\n\\t        return this.finalize(node, new Node.ThrowStatement(argument));\\r\\n\\t    };\\r\\n\\t    // https://tc39.github.io/ecma262/#sec-try-statement\\r\\n\\t    Parser.prototype.parseCatchClause = function () {\\r\\n\\t        var node = this.createNode();\\r\\n\\t        this.expectKeyword('catch');\\r\\n\\t        this.expect('(');\\r\\n\\t        if (this.match(')')) {\\r\\n\\t            this.throwUnexpectedToken(this.lookahead);\\r\\n\\t        }\\r\\n\\t        var params = [];\\r\\n\\t        var param = this.parsePattern(params);\\r\\n\\t        var paramMap = {};\\r\\n\\t        for (var i = 0; i < params.length; i++) {\\r\\n\\t            var key = '$' + params[i].value;\\r\\n\\t            if (Object.prototype.hasOwnProperty.call(paramMap, key)) {\\r\\n\\t                this.tolerateError(messages_1.Messages.DuplicateBinding, params[i].value);\\r\\n\\t            }\\r\\n\\t            paramMap[key] = true;\\r\\n\\t        }\\r\\n\\t        if (this.context.strict && param.type === syntax_1.Syntax.Identifier) {\\r\\n\\t            if (this.scanner.isRestrictedWord(param.name)) {\\r\\n\\t                this.tolerateError(messages_1.Messages.StrictCatchVariable);\\r\\n\\t            }\\r\\n\\t        }\\r\\n\\t        this.expect(')');\\r\\n\\t        var body = this.parseBlock();\\r\\n\\t        return this.finalize(node, new Node.CatchClause(param, body));\\r\\n\\t    };\\r\\n\\t    Parser.prototype.parseFinallyClause = function () {\\r\\n\\t        this.expectKeyword('finally');\\r\\n\\t        return this.parseBlock();\\r\\n\\t    };\\r\\n\\t    Parser.prototype.parseTryStatement = function () {\\r\\n\\t        var node = this.createNode();\\r\\n\\t        this.expectKeyword('try');\\r\\n\\t        var block = this.parseBlock();\\r\\n\\t        var handler = this.matchKeyword('catch') ? this.parseCatchClause() : null;\\r\\n\\t        var finalizer = this.matchKeyword('finally') ? this.parseFinallyClause() : null;\\r\\n\\t        if (!handler && !finalizer) {\\r\\n\\t            this.throwError(messages_1.Messages.NoCatchOrFinally);\\r\\n\\t        }\\r\\n\\t        return this.finalize(node, new Node.TryStatement(block, handler, finalizer));\\r\\n\\t    };\\r\\n\\t    // https://tc39.github.io/ecma262/#sec-debugger-statement\\r\\n\\t    Parser.prototype.parseDebuggerStatement = function () {\\r\\n\\t        var node = this.createNode();\\r\\n\\t        this.expectKeyword('debugger');\\r\\n\\t        this.consumeSemicolon();\\r\\n\\t        return this.finalize(node, new Node.DebuggerStatement());\\r\\n\\t    };\\r\\n\\t    // https://tc39.github.io/ecma262/#sec-ecmascript-language-statements-and-declarations\\r\\n\\t    Parser.prototype.parseStatement = function () {\\r\\n\\t        var statement;\\r\\n\\t        switch (this.lookahead.type) {\\r\\n\\t            case 1 /* BooleanLiteral */:\\r\\n\\t            case 5 /* NullLiteral */:\\r\\n\\t            case 6 /* NumericLiteral */:\\r\\n\\t            case 8 /* StringLiteral */:\\r\\n\\t            case 10 /* Template */:\\r\\n\\t            case 9 /* RegularExpression */:\\r\\n\\t                statement = this.parseExpressionStatement();\\r\\n\\t                break;\\r\\n\\t            case 7 /* Punctuator */:\\r\\n\\t                var value = this.lookahead.value;\\r\\n\\t                if (value === '{') {\\r\\n\\t                    statement = this.parseBlock();\\r\\n\\t                }\\r\\n\\t                else if (value === '(') {\\r\\n\\t                    statement = this.parseExpressionStatement();\\r\\n\\t                }\\r\\n\\t                else if (value === ';') {\\r\\n\\t                    statement = this.parseEmptyStatement();\\r\\n\\t                }\\r\\n\\t                else {\\r\\n\\t                    statement = this.parseExpressionStatement();\\r\\n\\t                }\\r\\n\\t                break;\\r\\n\\t            case 3 /* Identifier */:\\r\\n\\t                statement = this.matchAsyncFunction() ? this.parseFunctionDeclaration() : this.parseLabelledStatement();\\r\\n\\t                break;\\r\\n\\t            case 4 /* Keyword */:\\r\\n\\t                switch (this.lookahead.value) {\\r\\n\\t                    case 'break':\\r\\n\\t                        statement = this.parseBreakStatement();\\r\\n\\t                        break;\\r\\n\\t                    case 'continue':\\r\\n\\t                        statement = this.parseContinueStatement();\\r\\n\\t                        break;\\r\\n\\t                    case 'debugger':\\r\\n\\t                        statement = this.parseDebuggerStatement();\\r\\n\\t                        break;\\r\\n\\t                    case 'do':\\r\\n\\t                        statement = this.parseDoWhileStatement();\\r\\n\\t                        break;\\r\\n\\t                    case 'for':\\r\\n\\t                        statement = this.parseForStatement();\\r\\n\\t                        break;\\r\\n\\t                    case 'function':\\r\\n\\t                        statement = this.parseFunctionDeclaration();\\r\\n\\t                        break;\\r\\n\\t                    case 'if':\\r\\n\\t                        statement = this.parseIfStatement();\\r\\n\\t                        break;\\r\\n\\t                    case 'return':\\r\\n\\t                        statement = this.parseReturnStatement();\\r\\n\\t                        break;\\r\\n\\t                    case 'switch':\\r\\n\\t                        statement = this.parseSwitchStatement();\\r\\n\\t                        break;\\r\\n\\t                    case 'throw':\\r\\n\\t                        statement = this.parseThrowStatement();\\r\\n\\t                        break;\\r\\n\\t                    case 'try':\\r\\n\\t                        statement = this.parseTryStatement();\\r\\n\\t                        break;\\r\\n\\t                    case 'var':\\r\\n\\t                        statement = this.parseVariableStatement();\\r\\n\\t                        break;\\r\\n\\t                    case 'while':\\r\\n\\t                        statement = this.parseWhileStatement();\\r\\n\\t                        break;\\r\\n\\t                    case 'with':\\r\\n\\t                        statement = this.parseWithStatement();\\r\\n\\t                        break;\\r\\n\\t                    default:\\r\\n\\t                        statement = this.parseExpressionStatement();\\r\\n\\t                        break;\\r\\n\\t                }\\r\\n\\t                break;\\r\\n\\t            default:\\r\\n\\t                statement = this.throwUnexpectedToken(this.lookahead);\\r\\n\\t        }\\r\\n\\t        return statement;\\r\\n\\t    };\\r\\n\\t    // https://tc39.github.io/ecma262/#sec-function-definitions\\r\\n\\t    Parser.prototype.parseFunctionSourceElements = function () {\\r\\n\\t        var node = this.createNode();\\r\\n\\t        this.expect('{');\\r\\n\\t        var body = this.parseDirectivePrologues();\\r\\n\\t        var previousLabelSet = this.context.labelSet;\\r\\n\\t        var previousInIteration = this.context.inIteration;\\r\\n\\t        var previousInSwitch = this.context.inSwitch;\\r\\n\\t        var previousInFunctionBody = this.context.inFunctionBody;\\r\\n\\t        this.context.labelSet = {};\\r\\n\\t        this.context.inIteration = false;\\r\\n\\t        this.context.inSwitch = false;\\r\\n\\t        this.context.inFunctionBody = true;\\r\\n\\t        while (this.lookahead.type !== 2 /* EOF */) {\\r\\n\\t            if (this.match('}')) {\\r\\n\\t                break;\\r\\n\\t            }\\r\\n\\t            body.push(this.parseStatementListItem());\\r\\n\\t        }\\r\\n\\t        this.expect('}');\\r\\n\\t        this.context.labelSet = previousLabelSet;\\r\\n\\t        this.context.inIteration = previousInIteration;\\r\\n\\t        this.context.inSwitch = previousInSwitch;\\r\\n\\t        this.context.inFunctionBody = previousInFunctionBody;\\r\\n\\t        return this.finalize(node, new Node.BlockStatement(body));\\r\\n\\t    };\\r\\n\\t    Parser.prototype.validateParam = function (options, param, name) {\\r\\n\\t        var key = '$' + name;\\r\\n\\t        if (this.context.strict) {\\r\\n\\t            if (this.scanner.isRestrictedWord(name)) {\\r\\n\\t                options.stricted = param;\\r\\n\\t                options.message = messages_1.Messages.StrictParamName;\\r\\n\\t            }\\r\\n\\t            if (Object.prototype.hasOwnProperty.call(options.paramSet, key)) {\\r\\n\\t                options.stricted = param;\\r\\n\\t                options.message = messages_1.Messages.StrictParamDupe;\\r\\n\\t            }\\r\\n\\t        }\\r\\n\\t        else if (!options.firstRestricted) {\\r\\n\\t            if (this.scanner.isRestrictedWord(name)) {\\r\\n\\t                options.firstRestricted = param;\\r\\n\\t                options.message = messages_1.Messages.StrictParamName;\\r\\n\\t            }\\r\\n\\t            else if (this.scanner.isStrictModeReservedWord(name)) {\\r\\n\\t                options.firstRestricted = param;\\r\\n\\t                options.message = messages_1.Messages.StrictReservedWord;\\r\\n\\t            }\\r\\n\\t            else if (Object.prototype.hasOwnProperty.call(options.paramSet, key)) {\\r\\n\\t                options.stricted = param;\\r\\n\\t                options.message = messages_1.Messages.StrictParamDupe;\\r\\n\\t            }\\r\\n\\t        }\\r\\n\\t        /* istanbul ignore next */\\r\\n\\t        if (typeof Object.defineProperty === 'function') {\\r\\n\\t            Object.defineProperty(options.paramSet, key, { value: true, enumerable: true, writable: true, configurable: true });\\r\\n\\t        }\\r\\n\\t        else {\\r\\n\\t            options.paramSet[key] = true;\\r\\n\\t        }\\r\\n\\t    };\\r\\n\\t    Parser.prototype.parseRestElement = function (params) {\\r\\n\\t        var node = this.createNode();\\r\\n\\t        this.expect('...');\\r\\n\\t        var arg = this.parsePattern(params);\\r\\n\\t        if (this.match('=')) {\\r\\n\\t            this.throwError(messages_1.Messages.DefaultRestParameter);\\r\\n\\t        }\\r\\n\\t        if (!this.match(')')) {\\r\\n\\t            this.throwError(messages_1.Messages.ParameterAfterRestParameter);\\r\\n\\t        }\\r\\n\\t        return this.finalize(node, new Node.RestElement(arg));\\r\\n\\t    };\\r\\n\\t    Parser.prototype.parseFormalParameter = function (options) {\\r\\n\\t        var params = [];\\r\\n\\t        var param = this.match('...') ? this.parseRestElement(params) : this.parsePatternWithDefault(params);\\r\\n\\t        for (var i = 0; i < params.length; i++) {\\r\\n\\t            this.validateParam(options, params[i], params[i].value);\\r\\n\\t        }\\r\\n\\t        options.simple = options.simple && (param instanceof Node.Identifier);\\r\\n\\t        options.params.push(param);\\r\\n\\t    };\\r\\n\\t    Parser.prototype.parseFormalParameters = function (firstRestricted) {\\r\\n\\t        var options;\\r\\n\\t        options = {\\r\\n\\t            simple: true,\\r\\n\\t            params: [],\\r\\n\\t            firstRestricted: firstRestricted\\r\\n\\t        };\\r\\n\\t        this.expect('(');\\r\\n\\t        if (!this.match(')')) {\\r\\n\\t            options.paramSet = {};\\r\\n\\t            while (this.lookahead.type !== 2 /* EOF */) {\\r\\n\\t                this.parseFormalParameter(options);\\r\\n\\t                if (this.match(')')) {\\r\\n\\t                    break;\\r\\n\\t                }\\r\\n\\t                this.expect(',');\\r\\n\\t                if (this.match(')')) {\\r\\n\\t                    break;\\r\\n\\t                }\\r\\n\\t            }\\r\\n\\t        }\\r\\n\\t        this.expect(')');\\r\\n\\t        return {\\r\\n\\t            simple: options.simple,\\r\\n\\t            params: options.params,\\r\\n\\t            stricted: options.stricted,\\r\\n\\t            firstRestricted: options.firstRestricted,\\r\\n\\t            message: options.message\\r\\n\\t        };\\r\\n\\t    };\\r\\n\\t    Parser.prototype.matchAsyncFunction = function () {\\r\\n\\t        var match = this.matchContextualKeyword('async');\\r\\n\\t        if (match) {\\r\\n\\t            var state = this.scanner.saveState();\\r\\n\\t            this.scanner.scanComments();\\r\\n\\t            var next = this.scanner.lex();\\r\\n\\t            this.scanner.restoreState(state);\\r\\n\\t            match = (state.lineNumber === next.lineNumber) && (next.type === 4 /* Keyword */) && (next.value === 'function');\\r\\n\\t        }\\r\\n\\t        return match;\\r\\n\\t    };\\r\\n\\t    Parser.prototype.parseFunctionDeclaration = function (identifierIsOptional) {\\r\\n\\t        var node = this.createNode();\\r\\n\\t        var isAsync = this.matchContextualKeyword('async');\\r\\n\\t        if (isAsync) {\\r\\n\\t            this.nextToken();\\r\\n\\t        }\\r\\n\\t        this.expectKeyword('function');\\r\\n\\t        var isGenerator = isAsync ? false : this.match('*');\\r\\n\\t        if (isGenerator) {\\r\\n\\t            this.nextToken();\\r\\n\\t        }\\r\\n\\t        var message;\\r\\n\\t        var id = null;\\r\\n\\t        var firstRestricted = null;\\r\\n\\t        if (!identifierIsOptional || !this.match('(')) {\\r\\n\\t            var token = this.lookahead;\\r\\n\\t            id = this.parseVariableIdentifier();\\r\\n\\t            if (this.context.strict) {\\r\\n\\t                if (this.scanner.isRestrictedWord(token.value)) {\\r\\n\\t                    this.tolerateUnexpectedToken(token, messages_1.Messages.StrictFunctionName);\\r\\n\\t                }\\r\\n\\t            }\\r\\n\\t            else {\\r\\n\\t                if (this.scanner.isRestrictedWord(token.value)) {\\r\\n\\t                    firstRestricted = token;\\r\\n\\t                    message = messages_1.Messages.StrictFunctionName;\\r\\n\\t                }\\r\\n\\t                else if (this.scanner.isStrictModeReservedWord(token.value)) {\\r\\n\\t                    firstRestricted = token;\\r\\n\\t                    message = messages_1.Messages.StrictReservedWord;\\r\\n\\t                }\\r\\n\\t            }\\r\\n\\t        }\\r\\n\\t        var previousAllowAwait = this.context.await;\\r\\n\\t        var previousAllowYield = this.context.allowYield;\\r\\n\\t        this.context.await = isAsync;\\r\\n\\t        this.context.allowYield = !isGenerator;\\r\\n\\t        var formalParameters = this.parseFormalParameters(firstRestricted);\\r\\n\\t        var params = formalParameters.params;\\r\\n\\t        var stricted = formalParameters.stricted;\\r\\n\\t        firstRestricted = formalParameters.firstRestricted;\\r\\n\\t        if (formalParameters.message) {\\r\\n\\t            message = formalParameters.message;\\r\\n\\t        }\\r\\n\\t        var previousStrict = this.context.strict;\\r\\n\\t        var previousAllowStrictDirective = this.context.allowStrictDirective;\\r\\n\\t        this.context.allowStrictDirective = formalParameters.simple;\\r\\n\\t        var body = this.parseFunctionSourceElements();\\r\\n\\t        if (this.context.strict && firstRestricted) {\\r\\n\\t            this.throwUnexpectedToken(firstRestricted, message);\\r\\n\\t        }\\r\\n\\t        if (this.context.strict && stricted) {\\r\\n\\t            this.tolerateUnexpectedToken(stricted, message);\\r\\n\\t        }\\r\\n\\t        this.context.strict = previousStrict;\\r\\n\\t        this.context.allowStrictDirective = previousAllowStrictDirective;\\r\\n\\t        this.context.await = previousAllowAwait;\\r\\n\\t        this.context.allowYield = previousAllowYield;\\r\\n\\t        return isAsync ? this.finalize(node, new Node.AsyncFunctionDeclaration(id, params, body)) :\\r\\n\\t            this.finalize(node, new Node.FunctionDeclaration(id, params, body, isGenerator));\\r\\n\\t    };\\r\\n\\t    Parser.prototype.parseFunctionExpression = function () {\\r\\n\\t        var node = this.createNode();\\r\\n\\t        var isAsync = this.matchContextualKeyword('async');\\r\\n\\t        if (isAsync) {\\r\\n\\t            this.nextToken();\\r\\n\\t        }\\r\\n\\t        this.expectKeyword('function');\\r\\n\\t        var isGenerator = isAsync ? false : this.match('*');\\r\\n\\t        if (isGenerator) {\\r\\n\\t            this.nextToken();\\r\\n\\t        }\\r\\n\\t        var message;\\r\\n\\t        var id = null;\\r\\n\\t        var firstRestricted;\\r\\n\\t        var previousAllowAwait = this.context.await;\\r\\n\\t        var previousAllowYield = this.context.allowYield;\\r\\n\\t        this.context.await = isAsync;\\r\\n\\t        this.context.allowYield = !isGenerator;\\r\\n\\t        if (!this.match('(')) {\\r\\n\\t            var token = this.lookahead;\\r\\n\\t            id = (!this.context.strict && !isGenerator && this.matchKeyword('yield')) ? this.parseIdentifierName() : this.parseVariableIdentifier();\\r\\n\\t            if (this.context.strict) {\\r\\n\\t                if (this.scanner.isRestrictedWord(token.value)) {\\r\\n\\t                    this.tolerateUnexpectedToken(token, messages_1.Messages.StrictFunctionName);\\r\\n\\t                }\\r\\n\\t            }\\r\\n\\t            else {\\r\\n\\t                if (this.scanner.isRestrictedWord(token.value)) {\\r\\n\\t                    firstRestricted = token;\\r\\n\\t                    message = messages_1.Messages.StrictFunctionName;\\r\\n\\t                }\\r\\n\\t                else if (this.scanner.isStrictModeReservedWord(token.value)) {\\r\\n\\t                    firstRestricted = token;\\r\\n\\t                    message = messages_1.Messages.StrictReservedWord;\\r\\n\\t                }\\r\\n\\t            }\\r\\n\\t        }\\r\\n\\t        var formalParameters = this.parseFormalParameters(firstRestricted);\\r\\n\\t        var params = formalParameters.params;\\r\\n\\t        var stricted = formalParameters.stricted;\\r\\n\\t        firstRestricted = formalParameters.firstRestricted;\\r\\n\\t        if (formalParameters.message) {\\r\\n\\t            message = formalParameters.message;\\r\\n\\t        }\\r\\n\\t        var previousStrict = this.context.strict;\\r\\n\\t        var previousAllowStrictDirective = this.context.allowStrictDirective;\\r\\n\\t        this.context.allowStrictDirective = formalParameters.simple;\\r\\n\\t        var body = this.parseFunctionSourceElements();\\r\\n\\t        if (this.context.strict && firstRestricted) {\\r\\n\\t            this.throwUnexpectedToken(firstRestricted, message);\\r\\n\\t        }\\r\\n\\t        if (this.context.strict && stricted) {\\r\\n\\t            this.tolerateUnexpectedToken(stricted, message);\\r\\n\\t        }\\r\\n\\t        this.context.strict = previousStrict;\\r\\n\\t        this.context.allowStrictDirective = previousAllowStrictDirective;\\r\\n\\t        this.context.await = previousAllowAwait;\\r\\n\\t        this.context.allowYield = previousAllowYield;\\r\\n\\t        return isAsync ? this.finalize(node, new Node.AsyncFunctionExpression(id, params, body)) :\\r\\n\\t            this.finalize(node, new Node.FunctionExpression(id, params, body, isGenerator));\\r\\n\\t    };\\r\\n\\t    // https://tc39.github.io/ecma262/#sec-directive-prologues-and-the-use-strict-directive\\r\\n\\t    Parser.prototype.parseDirective = function () {\\r\\n\\t        var token = this.lookahead;\\r\\n\\t        var node = this.createNode();\\r\\n\\t        var expr = this.parseExpression();\\r\\n\\t        var directive = (expr.type === syntax_1.Syntax.Literal) ? this.getTokenRaw(token).slice(1, -1) : null;\\r\\n\\t        this.consumeSemicolon();\\r\\n\\t        return this.finalize(node, directive ? new Node.Directive(expr, directive) : new Node.ExpressionStatement(expr));\\r\\n\\t    };\\r\\n\\t    Parser.prototype.parseDirectivePrologues = function () {\\r\\n\\t        var firstRestricted = null;\\r\\n\\t        var body = [];\\r\\n\\t        while (true) {\\r\\n\\t            var token = this.lookahead;\\r\\n\\t            if (token.type !== 8 /* StringLiteral */) {\\r\\n\\t                break;\\r\\n\\t            }\\r\\n\\t            var statement = this.parseDirective();\\r\\n\\t            body.push(statement);\\r\\n\\t            var directive = statement.directive;\\r\\n\\t            if (typeof directive !== 'string') {\\r\\n\\t                break;\\r\\n\\t            }\\r\\n\\t            if (directive === 'use strict') {\\r\\n\\t                this.context.strict = true;\\r\\n\\t                if (firstRestricted) {\\r\\n\\t                    this.tolerateUnexpectedToken(firstRestricted, messages_1.Messages.StrictOctalLiteral);\\r\\n\\t                }\\r\\n\\t                if (!this.context.allowStrictDirective) {\\r\\n\\t                    this.tolerateUnexpectedToken(token, messages_1.Messages.IllegalLanguageModeDirective);\\r\\n\\t                }\\r\\n\\t            }\\r\\n\\t            else {\\r\\n\\t                if (!firstRestricted && token.octal) {\\r\\n\\t                    firstRestricted = token;\\r\\n\\t                }\\r\\n\\t            }\\r\\n\\t        }\\r\\n\\t        return body;\\r\\n\\t    };\\r\\n\\t    // https://tc39.github.io/ecma262/#sec-method-definitions\\r\\n\\t    Parser.prototype.qualifiedPropertyName = function (token) {\\r\\n\\t        switch (token.type) {\\r\\n\\t            case 3 /* Identifier */:\\r\\n\\t            case 8 /* StringLiteral */:\\r\\n\\t            case 1 /* BooleanLiteral */:\\r\\n\\t            case 5 /* NullLiteral */:\\r\\n\\t            case 6 /* NumericLiteral */:\\r\\n\\t            case 4 /* Keyword */:\\r\\n\\t                return true;\\r\\n\\t            case 7 /* Punctuator */:\\r\\n\\t                return token.value === '[';\\r\\n\\t            default:\\r\\n\\t                break;\\r\\n\\t        }\\r\\n\\t        return false;\\r\\n\\t    };\\r\\n\\t    Parser.prototype.parseGetterMethod = function () {\\r\\n\\t        var node = this.createNode();\\r\\n\\t        var isGenerator = false;\\r\\n\\t        var previousAllowYield = this.context.allowYield;\\r\\n\\t        this.context.allowYield = false;\\r\\n\\t        var formalParameters = this.parseFormalParameters();\\r\\n\\t        if (formalParameters.params.length > 0) {\\r\\n\\t            this.tolerateError(messages_1.Messages.BadGetterArity);\\r\\n\\t        }\\r\\n\\t        var method = this.parsePropertyMethod(formalParameters);\\r\\n\\t        this.context.allowYield = previousAllowYield;\\r\\n\\t        return this.finalize(node, new Node.FunctionExpression(null, formalParameters.params, method, isGenerator));\\r\\n\\t    };\\r\\n\\t    Parser.prototype.parseSetterMethod = function () {\\r\\n\\t        var node = this.createNode();\\r\\n\\t        var isGenerator = false;\\r\\n\\t        var previousAllowYield = this.context.allowYield;\\r\\n\\t        this.context.allowYield = false;\\r\\n\\t        var formalParameters = this.parseFormalParameters();\\r\\n\\t        if (formalParameters.params.length !== 1) {\\r\\n\\t            this.tolerateError(messages_1.Messages.BadSetterArity);\\r\\n\\t        }\\r\\n\\t        else if (formalParameters.params[0] instanceof Node.RestElement) {\\r\\n\\t            this.tolerateError(messages_1.Messages.BadSetterRestParameter);\\r\\n\\t        }\\r\\n\\t        var method = this.parsePropertyMethod(formalParameters);\\r\\n\\t        this.context.allowYield = previousAllowYield;\\r\\n\\t        return this.finalize(node, new Node.FunctionExpression(null, formalParameters.params, method, isGenerator));\\r\\n\\t    };\\r\\n\\t    Parser.prototype.parseGeneratorMethod = function () {\\r\\n\\t        var node = this.createNode();\\r\\n\\t        var isGenerator = true;\\r\\n\\t        var previousAllowYield = this.context.allowYield;\\r\\n\\t        this.context.allowYield = true;\\r\\n\\t        var params = this.parseFormalParameters();\\r\\n\\t        this.context.allowYield = false;\\r\\n\\t        var method = this.parsePropertyMethod(params);\\r\\n\\t        this.context.allowYield = previousAllowYield;\\r\\n\\t        return this.finalize(node, new Node.FunctionExpression(null, params.params, method, isGenerator));\\r\\n\\t    };\\r\\n\\t    // https://tc39.github.io/ecma262/#sec-generator-function-definitions\\r\\n\\t    Parser.prototype.isStartOfExpression = function () {\\r\\n\\t        var start = true;\\r\\n\\t        var value = this.lookahead.value;\\r\\n\\t        switch (this.lookahead.type) {\\r\\n\\t            case 7 /* Punctuator */:\\r\\n\\t                start = (value === '[') || (value === '(') || (value === '{') ||\\r\\n\\t                    (value === '+') || (value === '-') ||\\r\\n\\t                    (value === '!') || (value === '~') ||\\r\\n\\t                    (value === '++') || (value === '--') ||\\r\\n\\t                    (value === '/') || (value === '/='); // regular expression literal\\r\\n\\t                break;\\r\\n\\t            case 4 /* Keyword */:\\r\\n\\t                start = (value === 'class') || (value === 'delete') ||\\r\\n\\t                    (value === 'function') || (value === 'let') || (value === 'new') ||\\r\\n\\t                    (value === 'super') || (value === 'this') || (value === 'typeof') ||\\r\\n\\t                    (value === 'void') || (value === 'yield');\\r\\n\\t                break;\\r\\n\\t            default:\\r\\n\\t                break;\\r\\n\\t        }\\r\\n\\t        return start;\\r\\n\\t    };\\r\\n\\t    Parser.prototype.parseYieldExpression = function () {\\r\\n\\t        var node = this.createNode();\\r\\n\\t        this.expectKeyword('yield');\\r\\n\\t        var argument = null;\\r\\n\\t        var delegate = false;\\r\\n\\t        if (!this.hasLineTerminator) {\\r\\n\\t            var previousAllowYield = this.context.allowYield;\\r\\n\\t            this.context.allowYield = false;\\r\\n\\t            delegate = this.match('*');\\r\\n\\t            if (delegate) {\\r\\n\\t                this.nextToken();\\r\\n\\t                argument = this.parseAssignmentExpression();\\r\\n\\t            }\\r\\n\\t            else if (this.isStartOfExpression()) {\\r\\n\\t                argument = this.parseAssignmentExpression();\\r\\n\\t            }\\r\\n\\t            this.context.allowYield = previousAllowYield;\\r\\n\\t        }\\r\\n\\t        return this.finalize(node, new Node.YieldExpression(argument, delegate));\\r\\n\\t    };\\r\\n\\t    // https://tc39.github.io/ecma262/#sec-class-definitions\\r\\n\\t    Parser.prototype.parseClassElement = function (hasConstructor) {\\r\\n\\t        var token = this.lookahead;\\r\\n\\t        var node = this.createNode();\\r\\n\\t        var kind = '';\\r\\n\\t        var key = null;\\r\\n\\t        var value = null;\\r\\n\\t        var computed = false;\\r\\n\\t        var method = false;\\r\\n\\t        var isStatic = false;\\r\\n\\t        var isAsync = false;\\r\\n\\t        if (this.match('*')) {\\r\\n\\t            this.nextToken();\\r\\n\\t        }\\r\\n\\t        else {\\r\\n\\t            computed = this.match('[');\\r\\n\\t            key = this.parseObjectPropertyKey();\\r\\n\\t            var id = key;\\r\\n\\t            if (id.name === 'static' && (this.qualifiedPropertyName(this.lookahead) || this.match('*'))) {\\r\\n\\t                token = this.lookahead;\\r\\n\\t                isStatic = true;\\r\\n\\t                computed = this.match('[');\\r\\n\\t                if (this.match('*')) {\\r\\n\\t                    this.nextToken();\\r\\n\\t                }\\r\\n\\t                else {\\r\\n\\t                    key = this.parseObjectPropertyKey();\\r\\n\\t                }\\r\\n\\t            }\\r\\n\\t            if ((token.type === 3 /* Identifier */) && !this.hasLineTerminator && (token.value === 'async')) {\\r\\n\\t                var punctuator = this.lookahead.value;\\r\\n\\t                if (punctuator !== ':' && punctuator !== '(' && punctuator !== '*') {\\r\\n\\t                    isAsync = true;\\r\\n\\t                    token = this.lookahead;\\r\\n\\t                    key = this.parseObjectPropertyKey();\\r\\n\\t                    if (token.type === 3 /* Identifier */) {\\r\\n\\t                        if (token.value === 'get' || token.value === 'set') {\\r\\n\\t                            this.tolerateUnexpectedToken(token);\\r\\n\\t                        }\\r\\n\\t                        else if (token.value === 'constructor') {\\r\\n\\t                            this.tolerateUnexpectedToken(token, messages_1.Messages.ConstructorIsAsync);\\r\\n\\t                        }\\r\\n\\t                    }\\r\\n\\t                }\\r\\n\\t            }\\r\\n\\t        }\\r\\n\\t        var lookaheadPropertyKey = this.qualifiedPropertyName(this.lookahead);\\r\\n\\t        if (token.type === 3 /* Identifier */) {\\r\\n\\t            if (token.value === 'get' && lookaheadPropertyKey) {\\r\\n\\t                kind = 'get';\\r\\n\\t                computed = this.match('[');\\r\\n\\t                key = this.parseObjectPropertyKey();\\r\\n\\t                this.context.allowYield = false;\\r\\n\\t                value = this.parseGetterMethod();\\r\\n\\t            }\\r\\n\\t            else if (token.value === 'set' && lookaheadPropertyKey) {\\r\\n\\t                kind = 'set';\\r\\n\\t                computed = this.match('[');\\r\\n\\t                key = this.parseObjectPropertyKey();\\r\\n\\t                value = this.parseSetterMethod();\\r\\n\\t            }\\r\\n\\t        }\\r\\n\\t        else if (token.type === 7 /* Punctuator */ && token.value === '*' && lookaheadPropertyKey) {\\r\\n\\t            kind = 'init';\\r\\n\\t            computed = this.match('[');\\r\\n\\t            key = this.parseObjectPropertyKey();\\r\\n\\t            value = this.parseGeneratorMethod();\\r\\n\\t            method = true;\\r\\n\\t        }\\r\\n\\t        if (!kind && key && this.match('(')) {\\r\\n\\t            kind = 'init';\\r\\n\\t            value = isAsync ? this.parsePropertyMethodAsyncFunction() : this.parsePropertyMethodFunction();\\r\\n\\t            method = true;\\r\\n\\t        }\\r\\n\\t        if (!kind) {\\r\\n\\t            this.throwUnexpectedToken(this.lookahead);\\r\\n\\t        }\\r\\n\\t        if (kind === 'init') {\\r\\n\\t            kind = 'method';\\r\\n\\t        }\\r\\n\\t        if (!computed) {\\r\\n\\t            if (isStatic && this.isPropertyKey(key, 'prototype')) {\\r\\n\\t                this.throwUnexpectedToken(token, messages_1.Messages.StaticPrototype);\\r\\n\\t            }\\r\\n\\t            if (!isStatic && this.isPropertyKey(key, 'constructor')) {\\r\\n\\t                if (kind !== 'method' || !method || (value && value.generator)) {\\r\\n\\t                    this.throwUnexpectedToken(token, messages_1.Messages.ConstructorSpecialMethod);\\r\\n\\t                }\\r\\n\\t                if (hasConstructor.value) {\\r\\n\\t                    this.throwUnexpectedToken(token, messages_1.Messages.DuplicateConstructor);\\r\\n\\t                }\\r\\n\\t                else {\\r\\n\\t                    hasConstructor.value = true;\\r\\n\\t                }\\r\\n\\t                kind = 'constructor';\\r\\n\\t            }\\r\\n\\t        }\\r\\n\\t        return this.finalize(node, new Node.MethodDefinition(key, computed, value, kind, isStatic));\\r\\n\\t    };\\r\\n\\t    Parser.prototype.parseClassElementList = function () {\\r\\n\\t        var body = [];\\r\\n\\t        var hasConstructor = { value: false };\\r\\n\\t        this.expect('{');\\r\\n\\t        while (!this.match('}')) {\\r\\n\\t            if (this.match(';')) {\\r\\n\\t                this.nextToken();\\r\\n\\t            }\\r\\n\\t            else {\\r\\n\\t                body.push(this.parseClassElement(hasConstructor));\\r\\n\\t            }\\r\\n\\t        }\\r\\n\\t        this.expect('}');\\r\\n\\t        return body;\\r\\n\\t    };\\r\\n\\t    Parser.prototype.parseClassBody = function () {\\r\\n\\t        var node = this.createNode();\\r\\n\\t        var elementList = this.parseClassElementList();\\r\\n\\t        return this.finalize(node, new Node.ClassBody(elementList));\\r\\n\\t    };\\r\\n\\t    Parser.prototype.parseClassDeclaration = function (identifierIsOptional) {\\r\\n\\t        var node = this.createNode();\\r\\n\\t        var previousStrict = this.context.strict;\\r\\n\\t        this.context.strict = true;\\r\\n\\t        this.expectKeyword('class');\\r\\n\\t        var id = (identifierIsOptional && (this.lookahead.type !== 3 /* Identifier */)) ? null : this.parseVariableIdentifier();\\r\\n\\t        var superClass = null;\\r\\n\\t        if (this.matchKeyword('extends')) {\\r\\n\\t            this.nextToken();\\r\\n\\t            superClass = this.isolateCoverGrammar(this.parseLeftHandSideExpressionAllowCall);\\r\\n\\t        }\\r\\n\\t        var classBody = this.parseClassBody();\\r\\n\\t        this.context.strict = previousStrict;\\r\\n\\t        return this.finalize(node, new Node.ClassDeclaration(id, superClass, classBody));\\r\\n\\t    };\\r\\n\\t    Parser.prototype.parseClassExpression = function () {\\r\\n\\t        var node = this.createNode();\\r\\n\\t        var previousStrict = this.context.strict;\\r\\n\\t        this.context.strict = true;\\r\\n\\t        this.expectKeyword('class');\\r\\n\\t        var id = (this.lookahead.type === 3 /* Identifier */) ? this.parseVariableIdentifier() : null;\\r\\n\\t        var superClass = null;\\r\\n\\t        if (this.matchKeyword('extends')) {\\r\\n\\t            this.nextToken();\\r\\n\\t            superClass = this.isolateCoverGrammar(this.parseLeftHandSideExpressionAllowCall);\\r\\n\\t        }\\r\\n\\t        var classBody = this.parseClassBody();\\r\\n\\t        this.context.strict = previousStrict;\\r\\n\\t        return this.finalize(node, new Node.ClassExpression(id, superClass, classBody));\\r\\n\\t    };\\r\\n\\t    // https://tc39.github.io/ecma262/#sec-scripts\\r\\n\\t    // https://tc39.github.io/ecma262/#sec-modules\\r\\n\\t    Parser.prototype.parseModule = function () {\\r\\n\\t        this.context.strict = true;\\r\\n\\t        this.context.isModule = true;\\r\\n\\t        var node = this.createNode();\\r\\n\\t        var body = this.parseDirectivePrologues();\\r\\n\\t        while (this.lookahead.type !== 2 /* EOF */) {\\r\\n\\t            body.push(this.parseStatementListItem());\\r\\n\\t        }\\r\\n\\t        return this.finalize(node, new Node.Module(body));\\r\\n\\t    };\\r\\n\\t    Parser.prototype.parseScript = function () {\\r\\n\\t        var node = this.createNode();\\r\\n\\t        var body = this.parseDirectivePrologues();\\r\\n\\t        while (this.lookahead.type !== 2 /* EOF */) {\\r\\n\\t            body.push(this.parseStatementListItem());\\r\\n\\t        }\\r\\n\\t        return this.finalize(node, new Node.Script(body));\\r\\n\\t    };\\r\\n\\t    // https://tc39.github.io/ecma262/#sec-imports\\r\\n\\t    Parser.prototype.parseModuleSpecifier = function () {\\r\\n\\t        var node = this.createNode();\\r\\n\\t        if (this.lookahead.type !== 8 /* StringLiteral */) {\\r\\n\\t            this.throwError(messages_1.Messages.InvalidModuleSpecifier);\\r\\n\\t        }\\r\\n\\t        var token = this.nextToken();\\r\\n\\t        var raw = this.getTokenRaw(token);\\r\\n\\t        return this.finalize(node, new Node.Literal(token.value, raw));\\r\\n\\t    };\\r\\n\\t    // import {<foo as bar>} ...;\\r\\n\\t    Parser.prototype.parseImportSpecifier = function () {\\r\\n\\t        var node = this.createNode();\\r\\n\\t        var imported;\\r\\n\\t        var local;\\r\\n\\t        if (this.lookahead.type === 3 /* Identifier */) {\\r\\n\\t            imported = this.parseVariableIdentifier();\\r\\n\\t            local = imported;\\r\\n\\t            if (this.matchContextualKeyword('as')) {\\r\\n\\t                this.nextToken();\\r\\n\\t                local = this.parseVariableIdentifier();\\r\\n\\t            }\\r\\n\\t        }\\r\\n\\t        else {\\r\\n\\t            imported = this.parseIdentifierName();\\r\\n\\t            local = imported;\\r\\n\\t            if (this.matchContextualKeyword('as')) {\\r\\n\\t                this.nextToken();\\r\\n\\t                local = this.parseVariableIdentifier();\\r\\n\\t            }\\r\\n\\t            else {\\r\\n\\t                this.throwUnexpectedToken(this.nextToken());\\r\\n\\t            }\\r\\n\\t        }\\r\\n\\t        return this.finalize(node, new Node.ImportSpecifier(local, imported));\\r\\n\\t    };\\r\\n\\t    // {foo, bar as bas}\\r\\n\\t    Parser.prototype.parseNamedImports = function () {\\r\\n\\t        this.expect('{');\\r\\n\\t        var specifiers = [];\\r\\n\\t        while (!this.match('}')) {\\r\\n\\t            specifiers.push(this.parseImportSpecifier());\\r\\n\\t            if (!this.match('}')) {\\r\\n\\t                this.expect(',');\\r\\n\\t            }\\r\\n\\t        }\\r\\n\\t        this.expect('}');\\r\\n\\t        return specifiers;\\r\\n\\t    };\\r\\n\\t    // import <foo> ...;\\r\\n\\t    Parser.prototype.parseImportDefaultSpecifier = function () {\\r\\n\\t        var node = this.createNode();\\r\\n\\t        var local = this.parseIdentifierName();\\r\\n\\t        return this.finalize(node, new Node.ImportDefaultSpecifier(local));\\r\\n\\t    };\\r\\n\\t    // import <* as foo> ...;\\r\\n\\t    Parser.prototype.parseImportNamespaceSpecifier = function () {\\r\\n\\t        var node = this.createNode();\\r\\n\\t        this.expect('*');\\r\\n\\t        if (!this.matchContextualKeyword('as')) {\\r\\n\\t            this.throwError(messages_1.Messages.NoAsAfterImportNamespace);\\r\\n\\t        }\\r\\n\\t        this.nextToken();\\r\\n\\t        var local = this.parseIdentifierName();\\r\\n\\t        return this.finalize(node, new Node.ImportNamespaceSpecifier(local));\\r\\n\\t    };\\r\\n\\t    Parser.prototype.parseImportDeclaration = function () {\\r\\n\\t        if (this.context.inFunctionBody) {\\r\\n\\t            this.throwError(messages_1.Messages.IllegalImportDeclaration);\\r\\n\\t        }\\r\\n\\t        var node = this.createNode();\\r\\n\\t        this.expectKeyword('import');\\r\\n\\t        var src;\\r\\n\\t        var specifiers = [];\\r\\n\\t        if (this.lookahead.type === 8 /* StringLiteral */) {\\r\\n\\t            // import 'foo';\\r\\n\\t            src = this.parseModuleSpecifier();\\r\\n\\t        }\\r\\n\\t        else {\\r\\n\\t            if (this.match('{')) {\\r\\n\\t                // import {bar}\\r\\n\\t                specifiers = specifiers.concat(this.parseNamedImports());\\r\\n\\t            }\\r\\n\\t            else if (this.match('*')) {\\r\\n\\t                // import * as foo\\r\\n\\t                specifiers.push(this.parseImportNamespaceSpecifier());\\r\\n\\t            }\\r\\n\\t            else if (this.isIdentifierName(this.lookahead) && !this.matchKeyword('default')) {\\r\\n\\t                // import foo\\r\\n\\t                specifiers.push(this.parseImportDefaultSpecifier());\\r\\n\\t                if (this.match(',')) {\\r\\n\\t                    this.nextToken();\\r\\n\\t                    if (this.match('*')) {\\r\\n\\t                        // import foo, * as foo\\r\\n\\t                        specifiers.push(this.parseImportNamespaceSpecifier());\\r\\n\\t                    }\\r\\n\\t                    else if (this.match('{')) {\\r\\n\\t                        // import foo, {bar}\\r\\n\\t                        specifiers = specifiers.concat(this.parseNamedImports());\\r\\n\\t                    }\\r\\n\\t                    else {\\r\\n\\t                        this.throwUnexpectedToken(this.lookahead);\\r\\n\\t                    }\\r\\n\\t                }\\r\\n\\t            }\\r\\n\\t            else {\\r\\n\\t                this.throwUnexpectedToken(this.nextToken());\\r\\n\\t            }\\r\\n\\t            if (!this.matchContextualKeyword('from')) {\\r\\n\\t                var message = this.lookahead.value ? messages_1.Messages.UnexpectedToken : messages_1.Messages.MissingFromClause;\\r\\n\\t                this.throwError(message, this.lookahead.value);\\r\\n\\t            }\\r\\n\\t            this.nextToken();\\r\\n\\t            src = this.parseModuleSpecifier();\\r\\n\\t        }\\r\\n\\t        this.consumeSemicolon();\\r\\n\\t        return this.finalize(node, new Node.ImportDeclaration(specifiers, src));\\r\\n\\t    };\\r\\n\\t    // https://tc39.github.io/ecma262/#sec-exports\\r\\n\\t    Parser.prototype.parseExportSpecifier = function () {\\r\\n\\t        var node = this.createNode();\\r\\n\\t        var local = this.parseIdentifierName();\\r\\n\\t        var exported = local;\\r\\n\\t        if (this.matchContextualKeyword('as')) {\\r\\n\\t            this.nextToken();\\r\\n\\t            exported = this.parseIdentifierName();\\r\\n\\t        }\\r\\n\\t        return this.finalize(node, new Node.ExportSpecifier(local, exported));\\r\\n\\t    };\\r\\n\\t    Parser.prototype.parseExportDeclaration = function () {\\r\\n\\t        if (this.context.inFunctionBody) {\\r\\n\\t            this.throwError(messages_1.Messages.IllegalExportDeclaration);\\r\\n\\t        }\\r\\n\\t        var node = this.createNode();\\r\\n\\t        this.expectKeyword('export');\\r\\n\\t        var exportDeclaration;\\r\\n\\t        if (this.matchKeyword('default')) {\\r\\n\\t            // export default ...\\r\\n\\t            this.nextToken();\\r\\n\\t            if (this.matchKeyword('function')) {\\r\\n\\t                // export default function foo () {}\\r\\n\\t                // export default function () {}\\r\\n\\t                var declaration = this.parseFunctionDeclaration(true);\\r\\n\\t                exportDeclaration = this.finalize(node, new Node.ExportDefaultDeclaration(declaration));\\r\\n\\t            }\\r\\n\\t            else if (this.matchKeyword('class')) {\\r\\n\\t                // export default class foo {}\\r\\n\\t                var declaration = this.parseClassDeclaration(true);\\r\\n\\t                exportDeclaration = this.finalize(node, new Node.ExportDefaultDeclaration(declaration));\\r\\n\\t            }\\r\\n\\t            else if (this.matchContextualKeyword('async')) {\\r\\n\\t                // export default async function f () {}\\r\\n\\t                // export default async function () {}\\r\\n\\t                // export default async x => x\\r\\n\\t                var declaration = this.matchAsyncFunction() ? this.parseFunctionDeclaration(true) : this.parseAssignmentExpression();\\r\\n\\t                exportDeclaration = this.finalize(node, new Node.ExportDefaultDeclaration(declaration));\\r\\n\\t            }\\r\\n\\t            else {\\r\\n\\t                if (this.matchContextualKeyword('from')) {\\r\\n\\t                    this.throwError(messages_1.Messages.UnexpectedToken, this.lookahead.value);\\r\\n\\t                }\\r\\n\\t                // export default {};\\r\\n\\t                // export default [];\\r\\n\\t                // export default (1 + 2);\\r\\n\\t                var declaration = this.match('{') ? this.parseObjectInitializer() :\\r\\n\\t                    this.match('[') ? this.parseArrayInitializer() : this.parseAssignmentExpression();\\r\\n\\t                this.consumeSemicolon();\\r\\n\\t                exportDeclaration = this.finalize(node, new Node.ExportDefaultDeclaration(declaration));\\r\\n\\t            }\\r\\n\\t        }\\r\\n\\t        else if (this.match('*')) {\\r\\n\\t            // export * from 'foo';\\r\\n\\t            this.nextToken();\\r\\n\\t            if (!this.matchContextualKeyword('from')) {\\r\\n\\t                var message = this.lookahead.value ? messages_1.Messages.UnexpectedToken : messages_1.Messages.MissingFromClause;\\r\\n\\t                this.throwError(message, this.lookahead.value);\\r\\n\\t            }\\r\\n\\t            this.nextToken();\\r\\n\\t            var src = this.parseModuleSpecifier();\\r\\n\\t            this.consumeSemicolon();\\r\\n\\t            exportDeclaration = this.finalize(node, new Node.ExportAllDeclaration(src));\\r\\n\\t        }\\r\\n\\t        else if (this.lookahead.type === 4 /* Keyword */) {\\r\\n\\t            // export var f = 1;\\r\\n\\t            var declaration = void 0;\\r\\n\\t            switch (this.lookahead.value) {\\r\\n\\t                case 'let':\\r\\n\\t                case 'const':\\r\\n\\t                    declaration = this.parseLexicalDeclaration({ inFor: false });\\r\\n\\t                    break;\\r\\n\\t                case 'var':\\r\\n\\t                case 'class':\\r\\n\\t                case 'function':\\r\\n\\t                    declaration = this.parseStatementListItem();\\r\\n\\t                    break;\\r\\n\\t                default:\\r\\n\\t                    this.throwUnexpectedToken(this.lookahead);\\r\\n\\t            }\\r\\n\\t            exportDeclaration = this.finalize(node, new Node.ExportNamedDeclaration(declaration, [], null));\\r\\n\\t        }\\r\\n\\t        else if (this.matchAsyncFunction()) {\\r\\n\\t            var declaration = this.parseFunctionDeclaration();\\r\\n\\t            exportDeclaration = this.finalize(node, new Node.ExportNamedDeclaration(declaration, [], null));\\r\\n\\t        }\\r\\n\\t        else {\\r\\n\\t            var specifiers = [];\\r\\n\\t            var source = null;\\r\\n\\t            var isExportFromIdentifier = false;\\r\\n\\t            this.expect('{');\\r\\n\\t            while (!this.match('}')) {\\r\\n\\t                isExportFromIdentifier = isExportFromIdentifier || this.matchKeyword('default');\\r\\n\\t                specifiers.push(this.parseExportSpecifier());\\r\\n\\t                if (!this.match('}')) {\\r\\n\\t                    this.expect(',');\\r\\n\\t                }\\r\\n\\t            }\\r\\n\\t            this.expect('}');\\r\\n\\t            if (this.matchContextualKeyword('from')) {\\r\\n\\t                // export {default} from 'foo';\\r\\n\\t                // export {foo} from 'foo';\\r\\n\\t                this.nextToken();\\r\\n\\t                source = this.parseModuleSpecifier();\\r\\n\\t                this.consumeSemicolon();\\r\\n\\t            }\\r\\n\\t            else if (isExportFromIdentifier) {\\r\\n\\t                // export {default}; // missing fromClause\\r\\n\\t                var message = this.lookahead.value ? messages_1.Messages.UnexpectedToken : messages_1.Messages.MissingFromClause;\\r\\n\\t                this.throwError(message, this.lookahead.value);\\r\\n\\t            }\\r\\n\\t            else {\\r\\n\\t                // export {foo};\\r\\n\\t                this.consumeSemicolon();\\r\\n\\t            }\\r\\n\\t            exportDeclaration = this.finalize(node, new Node.ExportNamedDeclaration(null, specifiers, source));\\r\\n\\t        }\\r\\n\\t        return exportDeclaration;\\r\\n\\t    };\\r\\n\\t    return Parser;\\r\\n\\t}());\\r\\n\\texports.Parser = Parser;\\r\\n\\n\\n/***/ },\\n/* 9 */\\n/***/ function(module, exports) {\\n\\n\\t\\\"use strict\\\";\\r\\n\\t// Ensure the condition is true, otherwise throw an error.\\r\\n\\t// This is only to have a better contract semantic, i.e. another safety net\\r\\n\\t// to catch a logic error. The condition shall be fulfilled in normal case.\\r\\n\\t// Do NOT use this to enforce a certain condition on any user input.\\r\\n\\tObject.defineProperty(exports, \\\"__esModule\\\", { value: true });\\r\\n\\tfunction assert(condition, message) {\\r\\n\\t    /* istanbul ignore if */\\r\\n\\t    if (!condition) {\\r\\n\\t        throw new Error('ASSERT: ' + message);\\r\\n\\t    }\\r\\n\\t}\\r\\n\\texports.assert = assert;\\r\\n\\n\\n/***/ },\\n/* 10 */\\n/***/ function(module, exports) {\\n\\n\\t\\\"use strict\\\";\\r\\n\\t/* tslint:disable:max-classes-per-file */\\r\\n\\tObject.defineProperty(exports, \\\"__esModule\\\", { value: true });\\r\\n\\tvar ErrorHandler = (function () {\\r\\n\\t    function ErrorHandler() {\\r\\n\\t        this.errors = [];\\r\\n\\t        this.tolerant = false;\\r\\n\\t    }\\r\\n\\t    ErrorHandler.prototype.recordError = function (error) {\\r\\n\\t        this.errors.push(error);\\r\\n\\t    };\\r\\n\\t    ErrorHandler.prototype.tolerate = function (error) {\\r\\n\\t        if (this.tolerant) {\\r\\n\\t            this.recordError(error);\\r\\n\\t        }\\r\\n\\t        else {\\r\\n\\t            throw error;\\r\\n\\t        }\\r\\n\\t    };\\r\\n\\t    ErrorHandler.prototype.constructError = function (msg, column) {\\r\\n\\t        var error = new Error(msg);\\r\\n\\t        try {\\r\\n\\t            throw error;\\r\\n\\t        }\\r\\n\\t        catch (base) {\\r\\n\\t            /* istanbul ignore else */\\r\\n\\t            if (Object.create && Object.defineProperty) {\\r\\n\\t                error = Object.create(base);\\r\\n\\t                Object.defineProperty(error, 'column', { value: column });\\r\\n\\t            }\\r\\n\\t        }\\r\\n\\t        /* istanbul ignore next */\\r\\n\\t        return error;\\r\\n\\t    };\\r\\n\\t    ErrorHandler.prototype.createError = function (index, line, col, description) {\\r\\n\\t        var msg = 'Line ' + line + ': ' + description;\\r\\n\\t        var error = this.constructError(msg, col);\\r\\n\\t        error.index = index;\\r\\n\\t        error.lineNumber = line;\\r\\n\\t        error.description = description;\\r\\n\\t        return error;\\r\\n\\t    };\\r\\n\\t    ErrorHandler.prototype.throwError = function (index, line, col, description) {\\r\\n\\t        throw this.createError(index, line, col, description);\\r\\n\\t    };\\r\\n\\t    ErrorHandler.prototype.tolerateError = function (index, line, col, description) {\\r\\n\\t        var error = this.createError(index, line, col, description);\\r\\n\\t        if (this.tolerant) {\\r\\n\\t            this.recordError(error);\\r\\n\\t        }\\r\\n\\t        else {\\r\\n\\t            throw error;\\r\\n\\t        }\\r\\n\\t    };\\r\\n\\t    return ErrorHandler;\\r\\n\\t}());\\r\\n\\texports.ErrorHandler = ErrorHandler;\\r\\n\\n\\n/***/ },\\n/* 11 */\\n/***/ function(module, exports) {\\n\\n\\t\\\"use strict\\\";\\r\\n\\tObject.defineProperty(exports, \\\"__esModule\\\", { value: true });\\r\\n\\t// Error messages should be identical to V8.\\r\\n\\texports.Messages = {\\r\\n\\t    BadGetterArity: 'Getter must not have any formal parameters',\\r\\n\\t    BadSetterArity: 'Setter must have exactly one formal parameter',\\r\\n\\t    BadSetterRestParameter: 'Setter function argument must not be a rest parameter',\\r\\n\\t    ConstructorIsAsync: 'Class constructor may not be an async method',\\r\\n\\t    ConstructorSpecialMethod: 'Class constructor may not be an accessor',\\r\\n\\t    DeclarationMissingInitializer: 'Missing initializer in %0 declaration',\\r\\n\\t    DefaultRestParameter: 'Unexpected token =',\\r\\n\\t    DuplicateBinding: 'Duplicate binding %0',\\r\\n\\t    DuplicateConstructor: 'A class may only have one constructor',\\r\\n\\t    DuplicateProtoProperty: 'Duplicate __proto__ fields are not allowed in object literals',\\r\\n\\t    ForInOfLoopInitializer: '%0 loop variable declaration may not have an initializer',\\r\\n\\t    GeneratorInLegacyContext: 'Generator declarations are not allowed in legacy contexts',\\r\\n\\t    IllegalBreak: 'Illegal break statement',\\r\\n\\t    IllegalContinue: 'Illegal continue statement',\\r\\n\\t    IllegalExportDeclaration: 'Unexpected token',\\r\\n\\t    IllegalImportDeclaration: 'Unexpected token',\\r\\n\\t    IllegalLanguageModeDirective: 'Illegal \\\\'use strict\\\\' directive in function with non-simple parameter list',\\r\\n\\t    IllegalReturn: 'Illegal return statement',\\r\\n\\t    InvalidEscapedReservedWord: 'Keyword must not contain escaped characters',\\r\\n\\t    InvalidHexEscapeSequence: 'Invalid hexadecimal escape sequence',\\r\\n\\t    InvalidLHSInAssignment: 'Invalid left-hand side in assignment',\\r\\n\\t    InvalidLHSInForIn: 'Invalid left-hand side in for-in',\\r\\n\\t    InvalidLHSInForLoop: 'Invalid left-hand side in for-loop',\\r\\n\\t    InvalidModuleSpecifier: 'Unexpected token',\\r\\n\\t    InvalidRegExp: 'Invalid regular expression',\\r\\n\\t    LetInLexicalBinding: 'let is disallowed as a lexically bound name',\\r\\n\\t    MissingFromClause: 'Unexpected token',\\r\\n\\t    MultipleDefaultsInSwitch: 'More than one default clause in switch statement',\\r\\n\\t    NewlineAfterThrow: 'Illegal newline after throw',\\r\\n\\t    NoAsAfterImportNamespace: 'Unexpected token',\\r\\n\\t    NoCatchOrFinally: 'Missing catch or finally after try',\\r\\n\\t    ParameterAfterRestParameter: 'Rest parameter must be last formal parameter',\\r\\n\\t    Redeclaration: '%0 \\\\'%1\\\\' has already been declared',\\r\\n\\t    StaticPrototype: 'Classes may not have static property named prototype',\\r\\n\\t    StrictCatchVariable: 'Catch variable may not be eval or arguments in strict mode',\\r\\n\\t    StrictDelete: 'Delete of an unqualified identifier in strict mode.',\\r\\n\\t    StrictFunction: 'In strict mode code, functions can only be declared at top level or inside a block',\\r\\n\\t    StrictFunctionName: 'Function name may not be eval or arguments in strict mode',\\r\\n\\t    StrictLHSAssignment: 'Assignment to eval or arguments is not allowed in strict mode',\\r\\n\\t    StrictLHSPostfix: 'Postfix increment/decrement may not have eval or arguments operand in strict mode',\\r\\n\\t    StrictLHSPrefix: 'Prefix increment/decrement may not have eval or arguments operand in strict mode',\\r\\n\\t    StrictModeWith: 'Strict mode code may not include a with statement',\\r\\n\\t    StrictOctalLiteral: 'Octal literals are not allowed in strict mode.',\\r\\n\\t    StrictParamDupe: 'Strict mode function may not have duplicate parameter names',\\r\\n\\t    StrictParamName: 'Parameter name eval or arguments is not allowed in strict mode',\\r\\n\\t    StrictReservedWord: 'Use of future reserved word in strict mode',\\r\\n\\t    StrictVarName: 'Variable name may not be eval or arguments in strict mode',\\r\\n\\t    TemplateOctalLiteral: 'Octal literals are not allowed in template strings.',\\r\\n\\t    UnexpectedEOS: 'Unexpected end of input',\\r\\n\\t    UnexpectedIdentifier: 'Unexpected identifier',\\r\\n\\t    UnexpectedNumber: 'Unexpected number',\\r\\n\\t    UnexpectedReserved: 'Unexpected reserved word',\\r\\n\\t    UnexpectedString: 'Unexpected string',\\r\\n\\t    UnexpectedTemplate: 'Unexpected quasi %0',\\r\\n\\t    UnexpectedToken: 'Unexpected token %0',\\r\\n\\t    UnexpectedTokenIllegal: 'Unexpected token ILLEGAL',\\r\\n\\t    UnknownLabel: 'Undefined label \\\\'%0\\\\'',\\r\\n\\t    UnterminatedRegExp: 'Invalid regular expression: missing /'\\r\\n\\t};\\r\\n\\n\\n/***/ },\\n/* 12 */\\n/***/ function(module, exports, __webpack_require__) {\\n\\n\\t\\\"use strict\\\";\\r\\n\\tObject.defineProperty(exports, \\\"__esModule\\\", { value: true });\\r\\n\\tvar assert_1 = __webpack_require__(9);\\r\\n\\tvar character_1 = __webpack_require__(4);\\r\\n\\tvar messages_1 = __webpack_require__(11);\\r\\n\\tfunction hexValue(ch) {\\r\\n\\t    return '0123456789abcdef'.indexOf(ch.toLowerCase());\\r\\n\\t}\\r\\n\\tfunction octalValue(ch) {\\r\\n\\t    return '01234567'.indexOf(ch);\\r\\n\\t}\\r\\n\\tvar Scanner = (function () {\\r\\n\\t    function Scanner(code, handler) {\\r\\n\\t        this.source = code;\\r\\n\\t        this.errorHandler = handler;\\r\\n\\t        this.trackComment = false;\\r\\n\\t        this.length = code.length;\\r\\n\\t        this.index = 0;\\r\\n\\t        this.lineNumber = (code.length > 0) ? 1 : 0;\\r\\n\\t        this.lineStart = 0;\\r\\n\\t        this.curlyStack = [];\\r\\n\\t    }\\r\\n\\t    Scanner.prototype.saveState = function () {\\r\\n\\t        return {\\r\\n\\t            index: this.index,\\r\\n\\t            lineNumber: this.lineNumber,\\r\\n\\t            lineStart: this.lineStart\\r\\n\\t        };\\r\\n\\t    };\\r\\n\\t    Scanner.prototype.restoreState = function (state) {\\r\\n\\t        this.index = state.index;\\r\\n\\t        this.lineNumber = state.lineNumber;\\r\\n\\t        this.lineStart = state.lineStart;\\r\\n\\t    };\\r\\n\\t    Scanner.prototype.eof = function () {\\r\\n\\t        return this.index >= this.length;\\r\\n\\t    };\\r\\n\\t    Scanner.prototype.throwUnexpectedToken = function (message) {\\r\\n\\t        if (message === void 0) { message = messages_1.Messages.UnexpectedTokenIllegal; }\\r\\n\\t        return this.errorHandler.throwError(this.index, this.lineNumber, this.index - this.lineStart + 1, message);\\r\\n\\t    };\\r\\n\\t    Scanner.prototype.tolerateUnexpectedToken = function (message) {\\r\\n\\t        if (message === void 0) { message = messages_1.Messages.UnexpectedTokenIllegal; }\\r\\n\\t        this.errorHandler.tolerateError(this.index, this.lineNumber, this.index - this.lineStart + 1, message);\\r\\n\\t    };\\r\\n\\t    // https://tc39.github.io/ecma262/#sec-comments\\r\\n\\t    Scanner.prototype.skipSingleLineComment = function (offset) {\\r\\n\\t        var comments = [];\\r\\n\\t        var start, loc;\\r\\n\\t        if (this.trackComment) {\\r\\n\\t            comments = [];\\r\\n\\t            start = this.index - offset;\\r\\n\\t            loc = {\\r\\n\\t                start: {\\r\\n\\t                    line: this.lineNumber,\\r\\n\\t                    column: this.index - this.lineStart - offset\\r\\n\\t                },\\r\\n\\t                end: {}\\r\\n\\t            };\\r\\n\\t        }\\r\\n\\t        while (!this.eof()) {\\r\\n\\t            var ch = this.source.charCodeAt(this.index);\\r\\n\\t            ++this.index;\\r\\n\\t            if (character_1.Character.isLineTerminator(ch)) {\\r\\n\\t                if (this.trackComment) {\\r\\n\\t                    loc.end = {\\r\\n\\t                        line: this.lineNumber,\\r\\n\\t                        column: this.index - this.lineStart - 1\\r\\n\\t                    };\\r\\n\\t                    var entry = {\\r\\n\\t                        multiLine: false,\\r\\n\\t                        slice: [start + offset, this.index - 1],\\r\\n\\t                        range: [start, this.index - 1],\\r\\n\\t                        loc: loc\\r\\n\\t                    };\\r\\n\\t                    comments.push(entry);\\r\\n\\t                }\\r\\n\\t                if (ch === 13 && this.source.charCodeAt(this.index) === 10) {\\r\\n\\t                    ++this.index;\\r\\n\\t                }\\r\\n\\t                ++this.lineNumber;\\r\\n\\t                this.lineStart = this.index;\\r\\n\\t                return comments;\\r\\n\\t            }\\r\\n\\t        }\\r\\n\\t        if (this.trackComment) {\\r\\n\\t            loc.end = {\\r\\n\\t                line: this.lineNumber,\\r\\n\\t                column: this.index - this.lineStart\\r\\n\\t            };\\r\\n\\t            var entry = {\\r\\n\\t                multiLine: false,\\r\\n\\t                slice: [start + offset, this.index],\\r\\n\\t                range: [start, this.index],\\r\\n\\t                loc: loc\\r\\n\\t            };\\r\\n\\t            comments.push(entry);\\r\\n\\t        }\\r\\n\\t        return comments;\\r\\n\\t    };\\r\\n\\t    Scanner.prototype.skipMultiLineComment = function () {\\r\\n\\t        var comments = [];\\r\\n\\t        var start, loc;\\r\\n\\t        if (this.trackComment) {\\r\\n\\t            comments = [];\\r\\n\\t            start = this.index - 2;\\r\\n\\t            loc = {\\r\\n\\t                start: {\\r\\n\\t                    line: this.lineNumber,\\r\\n\\t                    column: this.index - this.lineStart - 2\\r\\n\\t                },\\r\\n\\t                end: {}\\r\\n\\t            };\\r\\n\\t        }\\r\\n\\t        while (!this.eof()) {\\r\\n\\t            var ch = this.source.charCodeAt(this.index);\\r\\n\\t            if (character_1.Character.isLineTerminator(ch)) {\\r\\n\\t                if (ch === 0x0D && this.source.charCodeAt(this.index + 1) === 0x0A) {\\r\\n\\t                    ++this.index;\\r\\n\\t                }\\r\\n\\t                ++this.lineNumber;\\r\\n\\t                ++this.index;\\r\\n\\t                this.lineStart = this.index;\\r\\n\\t            }\\r\\n\\t            else if (ch === 0x2A) {\\r\\n\\t                // Block comment ends with '*/'.\\r\\n\\t                if (this.source.charCodeAt(this.index + 1) === 0x2F) {\\r\\n\\t                    this.index += 2;\\r\\n\\t                    if (this.trackComment) {\\r\\n\\t                        loc.end = {\\r\\n\\t                            line: this.lineNumber,\\r\\n\\t                            column: this.index - this.lineStart\\r\\n\\t                        };\\r\\n\\t                        var entry = {\\r\\n\\t                            multiLine: true,\\r\\n\\t                            slice: [start + 2, this.index - 2],\\r\\n\\t                            range: [start, this.index],\\r\\n\\t                            loc: loc\\r\\n\\t                        };\\r\\n\\t                        comments.push(entry);\\r\\n\\t                    }\\r\\n\\t                    return comments;\\r\\n\\t                }\\r\\n\\t                ++this.index;\\r\\n\\t            }\\r\\n\\t            else {\\r\\n\\t                ++this.index;\\r\\n\\t            }\\r\\n\\t        }\\r\\n\\t        // Ran off the end of the file - the whole thing is a comment\\r\\n\\t        if (this.trackComment) {\\r\\n\\t            loc.end = {\\r\\n\\t                line: this.lineNumber,\\r\\n\\t                column: this.index - this.lineStart\\r\\n\\t            };\\r\\n\\t            var entry = {\\r\\n\\t                multiLine: true,\\r\\n\\t                slice: [start + 2, this.index],\\r\\n\\t                range: [start, this.index],\\r\\n\\t                loc: loc\\r\\n\\t            };\\r\\n\\t            comments.push(entry);\\r\\n\\t        }\\r\\n\\t        this.tolerateUnexpectedToken();\\r\\n\\t        return comments;\\r\\n\\t    };\\r\\n\\t    Scanner.prototype.scanComments = function () {\\r\\n\\t        var comments;\\r\\n\\t        if (this.trackComment) {\\r\\n\\t            comments = [];\\r\\n\\t        }\\r\\n\\t        var start = (this.index === 0);\\r\\n\\t        while (!this.eof()) {\\r\\n\\t            var ch = this.source.charCodeAt(this.index);\\r\\n\\t            if (character_1.Character.isWhiteSpace(ch)) {\\r\\n\\t                ++this.index;\\r\\n\\t            }\\r\\n\\t            else if (character_1.Character.isLineTerminator(ch)) {\\r\\n\\t                ++this.index;\\r\\n\\t                if (ch === 0x0D && this.source.charCodeAt(this.index) === 0x0A) {\\r\\n\\t                    ++this.index;\\r\\n\\t                }\\r\\n\\t                ++this.lineNumber;\\r\\n\\t                this.lineStart = this.index;\\r\\n\\t                start = true;\\r\\n\\t            }\\r\\n\\t            else if (ch === 0x2F) {\\r\\n\\t                ch = this.source.charCodeAt(this.index + 1);\\r\\n\\t                if (ch === 0x2F) {\\r\\n\\t                    this.index += 2;\\r\\n\\t                    var comment = this.skipSingleLineComment(2);\\r\\n\\t                    if (this.trackComment) {\\r\\n\\t                        comments = comments.concat(comment);\\r\\n\\t                    }\\r\\n\\t                    start = true;\\r\\n\\t                }\\r\\n\\t                else if (ch === 0x2A) {\\r\\n\\t                    this.index += 2;\\r\\n\\t                    var comment = this.skipMultiLineComment();\\r\\n\\t                    if (this.trackComment) {\\r\\n\\t                        comments = comments.concat(comment);\\r\\n\\t                    }\\r\\n\\t                }\\r\\n\\t                else {\\r\\n\\t                    break;\\r\\n\\t                }\\r\\n\\t            }\\r\\n\\t            else if (start && ch === 0x2D) {\\r\\n\\t                // U+003E is '>'\\r\\n\\t                if ((this.source.charCodeAt(this.index + 1) === 0x2D) && (this.source.charCodeAt(this.index + 2) === 0x3E)) {\\r\\n\\t                    // '-->' is a single-line comment\\r\\n\\t                    this.index += 3;\\r\\n\\t                    var comment = this.skipSingleLineComment(3);\\r\\n\\t                    if (this.trackComment) {\\r\\n\\t                        comments = comments.concat(comment);\\r\\n\\t                    }\\r\\n\\t                }\\r\\n\\t                else {\\r\\n\\t                    break;\\r\\n\\t                }\\r\\n\\t            }\\r\\n\\t            else if (ch === 0x3C) {\\r\\n\\t                if (this.source.slice(this.index + 1, this.index + 4) === '!--') {\\r\\n\\t                    this.index += 4; // `<!--`\\r\\n\\t                    var comment = this.skipSingleLineComment(4);\\r\\n\\t                    if (this.trackComment) {\\r\\n\\t                        comments = comments.concat(comment);\\r\\n\\t                    }\\r\\n\\t                }\\r\\n\\t                else {\\r\\n\\t                    break;\\r\\n\\t                }\\r\\n\\t            }\\r\\n\\t            else {\\r\\n\\t                break;\\r\\n\\t            }\\r\\n\\t        }\\r\\n\\t        return comments;\\r\\n\\t    };\\r\\n\\t    // https://tc39.github.io/ecma262/#sec-future-reserved-words\\r\\n\\t    Scanner.prototype.isFutureReservedWord = function (id) {\\r\\n\\t        switch (id) {\\r\\n\\t            case 'enum':\\r\\n\\t            case 'export':\\r\\n\\t            case 'import':\\r\\n\\t            case 'super':\\r\\n\\t                return true;\\r\\n\\t            default:\\r\\n\\t                return false;\\r\\n\\t        }\\r\\n\\t    };\\r\\n\\t    Scanner.prototype.isStrictModeReservedWord = function (id) {\\r\\n\\t        switch (id) {\\r\\n\\t            case 'implements':\\r\\n\\t            case 'interface':\\r\\n\\t            case 'package':\\r\\n\\t            case 'private':\\r\\n\\t            case 'protected':\\r\\n\\t            case 'public':\\r\\n\\t            case 'static':\\r\\n\\t            case 'yield':\\r\\n\\t            case 'let':\\r\\n\\t                return true;\\r\\n\\t            default:\\r\\n\\t                return false;\\r\\n\\t        }\\r\\n\\t    };\\r\\n\\t    Scanner.prototype.isRestrictedWord = function (id) {\\r\\n\\t        return id === 'eval' || id === 'arguments';\\r\\n\\t    };\\r\\n\\t    // https://tc39.github.io/ecma262/#sec-keywords\\r\\n\\t    Scanner.prototype.isKeyword = function (id) {\\r\\n\\t        switch (id.length) {\\r\\n\\t            case 2:\\r\\n\\t                return (id === 'if') || (id === 'in') || (id === 'do');\\r\\n\\t            case 3:\\r\\n\\t                return (id === 'var') || (id === 'for') || (id === 'new') ||\\r\\n\\t                    (id === 'try') || (id === 'let');\\r\\n\\t            case 4:\\r\\n\\t                return (id === 'this') || (id === 'else') || (id === 'case') ||\\r\\n\\t                    (id === 'void') || (id === 'with') || (id === 'enum');\\r\\n\\t            case 5:\\r\\n\\t                return (id === 'while') || (id === 'break') || (id === 'catch') ||\\r\\n\\t                    (id === 'throw') || (id === 'const') || (id === 'yield') ||\\r\\n\\t                    (id === 'class') || (id === 'super');\\r\\n\\t            case 6:\\r\\n\\t                return (id === 'return') || (id === 'typeof') || (id === 'delete') ||\\r\\n\\t                    (id === 'switch') || (id === 'export') || (id === 'import');\\r\\n\\t            case 7:\\r\\n\\t                return (id === 'default') || (id === 'finally') || (id === 'extends');\\r\\n\\t            case 8:\\r\\n\\t                return (id === 'function') || (id === 'continue') || (id === 'debugger');\\r\\n\\t            case 10:\\r\\n\\t                return (id === 'instanceof');\\r\\n\\t            default:\\r\\n\\t                return false;\\r\\n\\t        }\\r\\n\\t    };\\r\\n\\t    Scanner.prototype.codePointAt = function (i) {\\r\\n\\t        var cp = this.source.charCodeAt(i);\\r\\n\\t        if (cp >= 0xD800 && cp <= 0xDBFF) {\\r\\n\\t            var second = this.source.charCodeAt(i + 1);\\r\\n\\t            if (second >= 0xDC00 && second <= 0xDFFF) {\\r\\n\\t                var first = cp;\\r\\n\\t                cp = (first - 0xD800) * 0x400 + second - 0xDC00 + 0x10000;\\r\\n\\t            }\\r\\n\\t        }\\r\\n\\t        return cp;\\r\\n\\t    };\\r\\n\\t    Scanner.prototype.scanHexEscape = function (prefix) {\\r\\n\\t        var len = (prefix === 'u') ? 4 : 2;\\r\\n\\t        var code = 0;\\r\\n\\t        for (var i = 0; i < len; ++i) {\\r\\n\\t            if (!this.eof() && character_1.Character.isHexDigit(this.source.charCodeAt(this.index))) {\\r\\n\\t                code = code * 16 + hexValue(this.source[this.index++]);\\r\\n\\t            }\\r\\n\\t            else {\\r\\n\\t                return null;\\r\\n\\t            }\\r\\n\\t        }\\r\\n\\t        return String.fromCharCode(code);\\r\\n\\t    };\\r\\n\\t    Scanner.prototype.scanUnicodeCodePointEscape = function () {\\r\\n\\t        var ch = this.source[this.index];\\r\\n\\t        var code = 0;\\r\\n\\t        // At least, one hex digit is required.\\r\\n\\t        if (ch === '}') {\\r\\n\\t            this.throwUnexpectedToken();\\r\\n\\t        }\\r\\n\\t        while (!this.eof()) {\\r\\n\\t            ch = this.source[this.index++];\\r\\n\\t            if (!character_1.Character.isHexDigit(ch.charCodeAt(0))) {\\r\\n\\t                break;\\r\\n\\t            }\\r\\n\\t            code = code * 16 + hexValue(ch);\\r\\n\\t        }\\r\\n\\t        if (code > 0x10FFFF || ch !== '}') {\\r\\n\\t            this.throwUnexpectedToken();\\r\\n\\t        }\\r\\n\\t        return character_1.Character.fromCodePoint(code);\\r\\n\\t    };\\r\\n\\t    Scanner.prototype.getIdentifier = function () {\\r\\n\\t        var start = this.index++;\\r\\n\\t        while (!this.eof()) {\\r\\n\\t            var ch = this.source.charCodeAt(this.index);\\r\\n\\t            if (ch === 0x5C) {\\r\\n\\t                // Blackslash (U+005C) marks Unicode escape sequence.\\r\\n\\t                this.index = start;\\r\\n\\t                return this.getComplexIdentifier();\\r\\n\\t            }\\r\\n\\t            else if (ch >= 0xD800 && ch < 0xDFFF) {\\r\\n\\t                // Need to handle surrogate pairs.\\r\\n\\t                this.index = start;\\r\\n\\t                return this.getComplexIdentifier();\\r\\n\\t            }\\r\\n\\t            if (character_1.Character.isIdentifierPart(ch)) {\\r\\n\\t                ++this.index;\\r\\n\\t            }\\r\\n\\t            else {\\r\\n\\t                break;\\r\\n\\t            }\\r\\n\\t        }\\r\\n\\t        return this.source.slice(start, this.index);\\r\\n\\t    };\\r\\n\\t    Scanner.prototype.getComplexIdentifier = function () {\\r\\n\\t        var cp = this.codePointAt(this.index);\\r\\n\\t        var id = character_1.Character.fromCodePoint(cp);\\r\\n\\t        this.index += id.length;\\r\\n\\t        // '\\\\u' (U+005C, U+0075) denotes an escaped character.\\r\\n\\t        var ch;\\r\\n\\t        if (cp === 0x5C) {\\r\\n\\t            if (this.source.charCodeAt(this.index) !== 0x75) {\\r\\n\\t                this.throwUnexpectedToken();\\r\\n\\t            }\\r\\n\\t            ++this.index;\\r\\n\\t            if (this.source[this.index] === '{') {\\r\\n\\t                ++this.index;\\r\\n\\t                ch = this.scanUnicodeCodePointEscape();\\r\\n\\t            }\\r\\n\\t            else {\\r\\n\\t                ch = this.scanHexEscape('u');\\r\\n\\t                if (ch === null || ch === '\\\\\\\\' || !character_1.Character.isIdentifierStart(ch.charCodeAt(0))) {\\r\\n\\t                    this.throwUnexpectedToken();\\r\\n\\t                }\\r\\n\\t            }\\r\\n\\t            id = ch;\\r\\n\\t        }\\r\\n\\t        while (!this.eof()) {\\r\\n\\t            cp = this.codePointAt(this.index);\\r\\n\\t            if (!character_1.Character.isIdentifierPart(cp)) {\\r\\n\\t                break;\\r\\n\\t            }\\r\\n\\t            ch = character_1.Character.fromCodePoint(cp);\\r\\n\\t            id += ch;\\r\\n\\t            this.index += ch.length;\\r\\n\\t            // '\\\\u' (U+005C, U+0075) denotes an escaped character.\\r\\n\\t            if (cp === 0x5C) {\\r\\n\\t                id = id.substr(0, id.length - 1);\\r\\n\\t                if (this.source.charCodeAt(this.index) !== 0x75) {\\r\\n\\t                    this.throwUnexpectedToken();\\r\\n\\t                }\\r\\n\\t                ++this.index;\\r\\n\\t                if (this.source[this.index] === '{') {\\r\\n\\t                    ++this.index;\\r\\n\\t                    ch = this.scanUnicodeCodePointEscape();\\r\\n\\t                }\\r\\n\\t                else {\\r\\n\\t                    ch = this.scanHexEscape('u');\\r\\n\\t                    if (ch === null || ch === '\\\\\\\\' || !character_1.Character.isIdentifierPart(ch.charCodeAt(0))) {\\r\\n\\t                        this.throwUnexpectedToken();\\r\\n\\t                    }\\r\\n\\t                }\\r\\n\\t                id += ch;\\r\\n\\t            }\\r\\n\\t        }\\r\\n\\t        return id;\\r\\n\\t    };\\r\\n\\t    Scanner.prototype.octalToDecimal = function (ch) {\\r\\n\\t        // \\\\0 is not octal escape sequence\\r\\n\\t        var octal = (ch !== '0');\\r\\n\\t        var code = octalValue(ch);\\r\\n\\t        if (!this.eof() && character_1.Character.isOctalDigit(this.source.charCodeAt(this.index))) {\\r\\n\\t            octal = true;\\r\\n\\t            code = code * 8 + octalValue(this.source[this.index++]);\\r\\n\\t            // 3 digits are only allowed when string starts\\r\\n\\t            // with 0, 1, 2, 3\\r\\n\\t            if ('0123'.indexOf(ch) >= 0 && !this.eof() && character_1.Character.isOctalDigit(this.source.charCodeAt(this.index))) {\\r\\n\\t                code = code * 8 + octalValue(this.source[this.index++]);\\r\\n\\t            }\\r\\n\\t        }\\r\\n\\t        return {\\r\\n\\t            code: code,\\r\\n\\t            octal: octal\\r\\n\\t        };\\r\\n\\t    };\\r\\n\\t    // https://tc39.github.io/ecma262/#sec-names-and-keywords\\r\\n\\t    Scanner.prototype.scanIdentifier = function () {\\r\\n\\t        var type;\\r\\n\\t        var start = this.index;\\r\\n\\t        // Backslash (U+005C) starts an escaped character.\\r\\n\\t        var id = (this.source.charCodeAt(start) === 0x5C) ? this.getComplexIdentifier() : this.getIdentifier();\\r\\n\\t        // There is no keyword or literal with only one character.\\r\\n\\t        // Thus, it must be an identifier.\\r\\n\\t        if (id.length === 1) {\\r\\n\\t            type = 3 /* Identifier */;\\r\\n\\t        }\\r\\n\\t        else if (this.isKeyword(id)) {\\r\\n\\t            type = 4 /* Keyword */;\\r\\n\\t        }\\r\\n\\t        else if (id === 'null') {\\r\\n\\t            type = 5 /* NullLiteral */;\\r\\n\\t        }\\r\\n\\t        else if (id === 'true' || id === 'false') {\\r\\n\\t            type = 1 /* BooleanLiteral */;\\r\\n\\t        }\\r\\n\\t        else {\\r\\n\\t            type = 3 /* Identifier */;\\r\\n\\t        }\\r\\n\\t        if (type !== 3 /* Identifier */ && (start + id.length !== this.index)) {\\r\\n\\t            var restore = this.index;\\r\\n\\t            this.index = start;\\r\\n\\t            this.tolerateUnexpectedToken(messages_1.Messages.InvalidEscapedReservedWord);\\r\\n\\t            this.index = restore;\\r\\n\\t        }\\r\\n\\t        return {\\r\\n\\t            type: type,\\r\\n\\t            value: id,\\r\\n\\t            lineNumber: this.lineNumber,\\r\\n\\t            lineStart: this.lineStart,\\r\\n\\t            start: start,\\r\\n\\t            end: this.index\\r\\n\\t        };\\r\\n\\t    };\\r\\n\\t    // https://tc39.github.io/ecma262/#sec-punctuators\\r\\n\\t    Scanner.prototype.scanPunctuator = function () {\\r\\n\\t        var start = this.index;\\r\\n\\t        // Check for most common single-character punctuators.\\r\\n\\t        var str = this.source[this.index];\\r\\n\\t        switch (str) {\\r\\n\\t            case '(':\\r\\n\\t            case '{':\\r\\n\\t                if (str === '{') {\\r\\n\\t                    this.curlyStack.push('{');\\r\\n\\t                }\\r\\n\\t                ++this.index;\\r\\n\\t                break;\\r\\n\\t            case '.':\\r\\n\\t                ++this.index;\\r\\n\\t                if (this.source[this.index] === '.' && this.source[this.index + 1] === '.') {\\r\\n\\t                    // Spread operator: ...\\r\\n\\t                    this.index += 2;\\r\\n\\t                    str = '...';\\r\\n\\t                }\\r\\n\\t                break;\\r\\n\\t            case '}':\\r\\n\\t                ++this.index;\\r\\n\\t                this.curlyStack.pop();\\r\\n\\t                break;\\r\\n\\t            case ')':\\r\\n\\t            case ';':\\r\\n\\t            case ',':\\r\\n\\t            case '[':\\r\\n\\t            case ']':\\r\\n\\t            case ':':\\r\\n\\t            case '?':\\r\\n\\t            case '~':\\r\\n\\t                ++this.index;\\r\\n\\t                break;\\r\\n\\t            default:\\r\\n\\t                // 4-character punctuator.\\r\\n\\t                str = this.source.substr(this.index, 4);\\r\\n\\t                if (str === '>>>=') {\\r\\n\\t                    this.index += 4;\\r\\n\\t                }\\r\\n\\t                else {\\r\\n\\t                    // 3-character punctuators.\\r\\n\\t                    str = str.substr(0, 3);\\r\\n\\t                    if (str === '===' || str === '!==' || str === '>>>' ||\\r\\n\\t                        str === '<<=' || str === '>>=' || str === '**=') {\\r\\n\\t                        this.index += 3;\\r\\n\\t                    }\\r\\n\\t                    else {\\r\\n\\t                        // 2-character punctuators.\\r\\n\\t                        str = str.substr(0, 2);\\r\\n\\t                        if (str === '&&' || str === '||' || str === '==' || str === '!=' ||\\r\\n\\t                            str === '+=' || str === '-=' || str === '*=' || str === '/=' ||\\r\\n\\t                            str === '++' || str === '--' || str === '<<' || str === '>>' ||\\r\\n\\t                            str === '&=' || str === '|=' || str === '^=' || str === '%=' ||\\r\\n\\t                            str === '<=' || str === '>=' || str === '=>' || str === '**') {\\r\\n\\t                            this.index += 2;\\r\\n\\t                        }\\r\\n\\t                        else {\\r\\n\\t                            // 1-character punctuators.\\r\\n\\t                            str = this.source[this.index];\\r\\n\\t                            if ('<>=!+-*%&|^/'.indexOf(str) >= 0) {\\r\\n\\t                                ++this.index;\\r\\n\\t                            }\\r\\n\\t                        }\\r\\n\\t                    }\\r\\n\\t                }\\r\\n\\t        }\\r\\n\\t        if (this.index === start) {\\r\\n\\t            this.throwUnexpectedToken();\\r\\n\\t        }\\r\\n\\t        return {\\r\\n\\t            type: 7 /* Punctuator */,\\r\\n\\t            value: str,\\r\\n\\t            lineNumber: this.lineNumber,\\r\\n\\t            lineStart: this.lineStart,\\r\\n\\t            start: start,\\r\\n\\t            end: this.index\\r\\n\\t        };\\r\\n\\t    };\\r\\n\\t    // https://tc39.github.io/ecma262/#sec-literals-numeric-literals\\r\\n\\t    Scanner.prototype.scanHexLiteral = function (start) {\\r\\n\\t        var num = '';\\r\\n\\t        while (!this.eof()) {\\r\\n\\t            if (!character_1.Character.isHexDigit(this.source.charCodeAt(this.index))) {\\r\\n\\t                break;\\r\\n\\t            }\\r\\n\\t            num += this.source[this.index++];\\r\\n\\t        }\\r\\n\\t        if (num.length === 0) {\\r\\n\\t            this.throwUnexpectedToken();\\r\\n\\t        }\\r\\n\\t        if (character_1.Character.isIdentifierStart(this.source.charCodeAt(this.index))) {\\r\\n\\t            this.throwUnexpectedToken();\\r\\n\\t        }\\r\\n\\t        return {\\r\\n\\t            type: 6 /* NumericLiteral */,\\r\\n\\t            value: parseInt('0x' + num, 16),\\r\\n\\t            lineNumber: this.lineNumber,\\r\\n\\t            lineStart: this.lineStart,\\r\\n\\t            start: start,\\r\\n\\t            end: this.index\\r\\n\\t        };\\r\\n\\t    };\\r\\n\\t    Scanner.prototype.scanBinaryLiteral = function (start) {\\r\\n\\t        var num = '';\\r\\n\\t        var ch;\\r\\n\\t        while (!this.eof()) {\\r\\n\\t            ch = this.source[this.index];\\r\\n\\t            if (ch !== '0' && ch !== '1') {\\r\\n\\t                break;\\r\\n\\t            }\\r\\n\\t            num += this.source[this.index++];\\r\\n\\t        }\\r\\n\\t        if (num.length === 0) {\\r\\n\\t            // only 0b or 0B\\r\\n\\t            this.throwUnexpectedToken();\\r\\n\\t        }\\r\\n\\t        if (!this.eof()) {\\r\\n\\t            ch = this.source.charCodeAt(this.index);\\r\\n\\t            /* istanbul ignore else */\\r\\n\\t            if (character_1.Character.isIdentifierStart(ch) || character_1.Character.isDecimalDigit(ch)) {\\r\\n\\t                this.throwUnexpectedToken();\\r\\n\\t            }\\r\\n\\t        }\\r\\n\\t        return {\\r\\n\\t            type: 6 /* NumericLiteral */,\\r\\n\\t            value: parseInt(num, 2),\\r\\n\\t            lineNumber: this.lineNumber,\\r\\n\\t            lineStart: this.lineStart,\\r\\n\\t            start: start,\\r\\n\\t            end: this.index\\r\\n\\t        };\\r\\n\\t    };\\r\\n\\t    Scanner.prototype.scanOctalLiteral = function (prefix, start) {\\r\\n\\t        var num = '';\\r\\n\\t        var octal = false;\\r\\n\\t        if (character_1.Character.isOctalDigit(prefix.charCodeAt(0))) {\\r\\n\\t            octal = true;\\r\\n\\t            num = '0' + this.source[this.index++];\\r\\n\\t        }\\r\\n\\t        else {\\r\\n\\t            ++this.index;\\r\\n\\t        }\\r\\n\\t        while (!this.eof()) {\\r\\n\\t            if (!character_1.Character.isOctalDigit(this.source.charCodeAt(this.index))) {\\r\\n\\t                break;\\r\\n\\t            }\\r\\n\\t            num += this.source[this.index++];\\r\\n\\t        }\\r\\n\\t        if (!octal && num.length === 0) {\\r\\n\\t            // only 0o or 0O\\r\\n\\t            this.throwUnexpectedToken();\\r\\n\\t        }\\r\\n\\t        if (character_1.Character.isIdentifierStart(this.source.charCodeAt(this.index)) || character_1.Character.isDecimalDigit(this.source.charCodeAt(this.index))) {\\r\\n\\t            this.throwUnexpectedToken();\\r\\n\\t        }\\r\\n\\t        return {\\r\\n\\t            type: 6 /* NumericLiteral */,\\r\\n\\t            value: parseInt(num, 8),\\r\\n\\t            octal: octal,\\r\\n\\t            lineNumber: this.lineNumber,\\r\\n\\t            lineStart: this.lineStart,\\r\\n\\t            start: start,\\r\\n\\t            end: this.index\\r\\n\\t        };\\r\\n\\t    };\\r\\n\\t    Scanner.prototype.isImplicitOctalLiteral = function () {\\r\\n\\t        // Implicit octal, unless there is a non-octal digit.\\r\\n\\t        // (Annex B.1.1 on Numeric Literals)\\r\\n\\t        for (var i = this.index + 1; i < this.length; ++i) {\\r\\n\\t            var ch = this.source[i];\\r\\n\\t            if (ch === '8' || ch === '9') {\\r\\n\\t                return false;\\r\\n\\t            }\\r\\n\\t            if (!character_1.Character.isOctalDigit(ch.charCodeAt(0))) {\\r\\n\\t                return true;\\r\\n\\t            }\\r\\n\\t        }\\r\\n\\t        return true;\\r\\n\\t    };\\r\\n\\t    Scanner.prototype.scanNumericLiteral = function () {\\r\\n\\t        var start = this.index;\\r\\n\\t        var ch = this.source[start];\\r\\n\\t        assert_1.assert(character_1.Character.isDecimalDigit(ch.charCodeAt(0)) || (ch === '.'), 'Numeric literal must start with a decimal digit or a decimal point');\\r\\n\\t        var num = '';\\r\\n\\t        if (ch !== '.') {\\r\\n\\t            num = this.source[this.index++];\\r\\n\\t            ch = this.source[this.index];\\r\\n\\t            // Hex number starts with '0x'.\\r\\n\\t            // Octal number starts with '0'.\\r\\n\\t            // Octal number in ES6 starts with '0o'.\\r\\n\\t            // Binary number in ES6 starts with '0b'.\\r\\n\\t            if (num === '0') {\\r\\n\\t                if (ch === 'x' || ch === 'X') {\\r\\n\\t                    ++this.index;\\r\\n\\t                    return this.scanHexLiteral(start);\\r\\n\\t                }\\r\\n\\t                if (ch === 'b' || ch === 'B') {\\r\\n\\t                    ++this.index;\\r\\n\\t                    return this.scanBinaryLiteral(start);\\r\\n\\t                }\\r\\n\\t                if (ch === 'o' || ch === 'O') {\\r\\n\\t                    return this.scanOctalLiteral(ch, start);\\r\\n\\t                }\\r\\n\\t                if (ch && character_1.Character.isOctalDigit(ch.charCodeAt(0))) {\\r\\n\\t                    if (this.isImplicitOctalLiteral()) {\\r\\n\\t                        return this.scanOctalLiteral(ch, start);\\r\\n\\t                    }\\r\\n\\t                }\\r\\n\\t            }\\r\\n\\t            while (character_1.Character.isDecimalDigit(this.source.charCodeAt(this.index))) {\\r\\n\\t                num += this.source[this.index++];\\r\\n\\t            }\\r\\n\\t            ch = this.source[this.index];\\r\\n\\t        }\\r\\n\\t        if (ch === '.') {\\r\\n\\t            num += this.source[this.index++];\\r\\n\\t            while (character_1.Character.isDecimalDigit(this.source.charCodeAt(this.index))) {\\r\\n\\t                num += this.source[this.index++];\\r\\n\\t            }\\r\\n\\t            ch = this.source[this.index];\\r\\n\\t        }\\r\\n\\t        if (ch === 'e' || ch === 'E') {\\r\\n\\t            num += this.source[this.index++];\\r\\n\\t            ch = this.source[this.index];\\r\\n\\t            if (ch === '+' || ch === '-') {\\r\\n\\t                num += this.source[this.index++];\\r\\n\\t            }\\r\\n\\t            if (character_1.Character.isDecimalDigit(this.source.charCodeAt(this.index))) {\\r\\n\\t                while (character_1.Character.isDecimalDigit(this.source.charCodeAt(this.index))) {\\r\\n\\t                    num += this.source[this.index++];\\r\\n\\t                }\\r\\n\\t            }\\r\\n\\t            else {\\r\\n\\t                this.throwUnexpectedToken();\\r\\n\\t            }\\r\\n\\t        }\\r\\n\\t        if (character_1.Character.isIdentifierStart(this.source.charCodeAt(this.index))) {\\r\\n\\t            this.throwUnexpectedToken();\\r\\n\\t        }\\r\\n\\t        return {\\r\\n\\t            type: 6 /* NumericLiteral */,\\r\\n\\t            value: parseFloat(num),\\r\\n\\t            lineNumber: this.lineNumber,\\r\\n\\t            lineStart: this.lineStart,\\r\\n\\t            start: start,\\r\\n\\t            end: this.index\\r\\n\\t        };\\r\\n\\t    };\\r\\n\\t    // https://tc39.github.io/ecma262/#sec-literals-string-literals\\r\\n\\t    Scanner.prototype.scanStringLiteral = function () {\\r\\n\\t        var start = this.index;\\r\\n\\t        var quote = this.source[start];\\r\\n\\t        assert_1.assert((quote === '\\\\'' || quote === '\\\"'), 'String literal must starts with a quote');\\r\\n\\t        ++this.index;\\r\\n\\t        var octal = false;\\r\\n\\t        var str = '';\\r\\n\\t        while (!this.eof()) {\\r\\n\\t            var ch = this.source[this.index++];\\r\\n\\t            if (ch === quote) {\\r\\n\\t                quote = '';\\r\\n\\t                break;\\r\\n\\t            }\\r\\n\\t            else if (ch === '\\\\\\\\') {\\r\\n\\t                ch = this.source[this.index++];\\r\\n\\t                if (!ch || !character_1.Character.isLineTerminator(ch.charCodeAt(0))) {\\r\\n\\t                    switch (ch) {\\r\\n\\t                        case 'u':\\r\\n\\t                            if (this.source[this.index] === '{') {\\r\\n\\t                                ++this.index;\\r\\n\\t                                str += this.scanUnicodeCodePointEscape();\\r\\n\\t                            }\\r\\n\\t                            else {\\r\\n\\t                                var unescaped_1 = this.scanHexEscape(ch);\\r\\n\\t                                if (unescaped_1 === null) {\\r\\n\\t                                    this.throwUnexpectedToken();\\r\\n\\t                                }\\r\\n\\t                                str += unescaped_1;\\r\\n\\t                            }\\r\\n\\t                            break;\\r\\n\\t                        case 'x':\\r\\n\\t                            var unescaped = this.scanHexEscape(ch);\\r\\n\\t                            if (unescaped === null) {\\r\\n\\t                                this.throwUnexpectedToken(messages_1.Messages.InvalidHexEscapeSequence);\\r\\n\\t                            }\\r\\n\\t                            str += unescaped;\\r\\n\\t                            break;\\r\\n\\t                        case 'n':\\r\\n\\t                            str += '\\\\n';\\r\\n\\t                            break;\\r\\n\\t                        case 'r':\\r\\n\\t                            str += '\\\\r';\\r\\n\\t                            break;\\r\\n\\t                        case 't':\\r\\n\\t                            str += '\\\\t';\\r\\n\\t                            break;\\r\\n\\t                        case 'b':\\r\\n\\t                            str += '\\\\b';\\r\\n\\t                            break;\\r\\n\\t                        case 'f':\\r\\n\\t                            str += '\\\\f';\\r\\n\\t                            break;\\r\\n\\t                        case 'v':\\r\\n\\t                            str += '\\\\x0B';\\r\\n\\t                            break;\\r\\n\\t                        case '8':\\r\\n\\t                        case '9':\\r\\n\\t                            str += ch;\\r\\n\\t                            this.tolerateUnexpectedToken();\\r\\n\\t                            break;\\r\\n\\t                        default:\\r\\n\\t                            if (ch && character_1.Character.isOctalDigit(ch.charCodeAt(0))) {\\r\\n\\t                                var octToDec = this.octalToDecimal(ch);\\r\\n\\t                                octal = octToDec.octal || octal;\\r\\n\\t                                str += String.fromCharCode(octToDec.code);\\r\\n\\t                            }\\r\\n\\t                            else {\\r\\n\\t                                str += ch;\\r\\n\\t                            }\\r\\n\\t                            break;\\r\\n\\t                    }\\r\\n\\t                }\\r\\n\\t                else {\\r\\n\\t                    ++this.lineNumber;\\r\\n\\t                    if (ch === '\\\\r' && this.source[this.index] === '\\\\n') {\\r\\n\\t                        ++this.index;\\r\\n\\t                    }\\r\\n\\t                    this.lineStart = this.index;\\r\\n\\t                }\\r\\n\\t            }\\r\\n\\t            else if (character_1.Character.isLineTerminator(ch.charCodeAt(0))) {\\r\\n\\t                break;\\r\\n\\t            }\\r\\n\\t            else {\\r\\n\\t                str += ch;\\r\\n\\t            }\\r\\n\\t        }\\r\\n\\t        if (quote !== '') {\\r\\n\\t            this.index = start;\\r\\n\\t            this.throwUnexpectedToken();\\r\\n\\t        }\\r\\n\\t        return {\\r\\n\\t            type: 8 /* StringLiteral */,\\r\\n\\t            value: str,\\r\\n\\t            octal: octal,\\r\\n\\t            lineNumber: this.lineNumber,\\r\\n\\t            lineStart: this.lineStart,\\r\\n\\t            start: start,\\r\\n\\t            end: this.index\\r\\n\\t        };\\r\\n\\t    };\\r\\n\\t    // https://tc39.github.io/ecma262/#sec-template-literal-lexical-components\\r\\n\\t    Scanner.prototype.scanTemplate = function () {\\r\\n\\t        var cooked = '';\\r\\n\\t        var terminated = false;\\r\\n\\t        var start = this.index;\\r\\n\\t        var head = (this.source[start] === '`');\\r\\n\\t        var tail = false;\\r\\n\\t        var rawOffset = 2;\\r\\n\\t        ++this.index;\\r\\n\\t        while (!this.eof()) {\\r\\n\\t            var ch = this.source[this.index++];\\r\\n\\t            if (ch === '`') {\\r\\n\\t                rawOffset = 1;\\r\\n\\t                tail = true;\\r\\n\\t                terminated = true;\\r\\n\\t                break;\\r\\n\\t            }\\r\\n\\t            else if (ch === '$') {\\r\\n\\t                if (this.source[this.index] === '{') {\\r\\n\\t                    this.curlyStack.push('${');\\r\\n\\t                    ++this.index;\\r\\n\\t                    terminated = true;\\r\\n\\t                    break;\\r\\n\\t                }\\r\\n\\t                cooked += ch;\\r\\n\\t            }\\r\\n\\t            else if (ch === '\\\\\\\\') {\\r\\n\\t                ch = this.source[this.index++];\\r\\n\\t                if (!character_1.Character.isLineTerminator(ch.charCodeAt(0))) {\\r\\n\\t                    switch (ch) {\\r\\n\\t                        case 'n':\\r\\n\\t                            cooked += '\\\\n';\\r\\n\\t                            break;\\r\\n\\t                        case 'r':\\r\\n\\t                            cooked += '\\\\r';\\r\\n\\t                            break;\\r\\n\\t                        case 't':\\r\\n\\t                            cooked += '\\\\t';\\r\\n\\t                            break;\\r\\n\\t                        case 'u':\\r\\n\\t                            if (this.source[this.index] === '{') {\\r\\n\\t                                ++this.index;\\r\\n\\t                                cooked += this.scanUnicodeCodePointEscape();\\r\\n\\t                            }\\r\\n\\t                            else {\\r\\n\\t                                var restore = this.index;\\r\\n\\t                                var unescaped_2 = this.scanHexEscape(ch);\\r\\n\\t                                if (unescaped_2 !== null) {\\r\\n\\t                                    cooked += unescaped_2;\\r\\n\\t                                }\\r\\n\\t                                else {\\r\\n\\t                                    this.index = restore;\\r\\n\\t                                    cooked += ch;\\r\\n\\t                                }\\r\\n\\t                            }\\r\\n\\t                            break;\\r\\n\\t                        case 'x':\\r\\n\\t                            var unescaped = this.scanHexEscape(ch);\\r\\n\\t                            if (unescaped === null) {\\r\\n\\t                                this.throwUnexpectedToken(messages_1.Messages.InvalidHexEscapeSequence);\\r\\n\\t                            }\\r\\n\\t                            cooked += unescaped;\\r\\n\\t                            break;\\r\\n\\t                        case 'b':\\r\\n\\t                            cooked += '\\\\b';\\r\\n\\t                            break;\\r\\n\\t                        case 'f':\\r\\n\\t                            cooked += '\\\\f';\\r\\n\\t                            break;\\r\\n\\t                        case 'v':\\r\\n\\t                            cooked += '\\\\v';\\r\\n\\t                            break;\\r\\n\\t                        default:\\r\\n\\t                            if (ch === '0') {\\r\\n\\t                                if (character_1.Character.isDecimalDigit(this.source.charCodeAt(this.index))) {\\r\\n\\t                                    // Illegal: \\\\01 \\\\02 and so on\\r\\n\\t                                    this.throwUnexpectedToken(messages_1.Messages.TemplateOctalLiteral);\\r\\n\\t                                }\\r\\n\\t                                cooked += '\\\\0';\\r\\n\\t                            }\\r\\n\\t                            else if (character_1.Character.isOctalDigit(ch.charCodeAt(0))) {\\r\\n\\t                                // Illegal: \\\\1 \\\\2\\r\\n\\t                                this.throwUnexpectedToken(messages_1.Messages.TemplateOctalLiteral);\\r\\n\\t                            }\\r\\n\\t                            else {\\r\\n\\t                                cooked += ch;\\r\\n\\t                            }\\r\\n\\t                            break;\\r\\n\\t                    }\\r\\n\\t                }\\r\\n\\t                else {\\r\\n\\t                    ++this.lineNumber;\\r\\n\\t                    if (ch === '\\\\r' && this.source[this.index] === '\\\\n') {\\r\\n\\t                        ++this.index;\\r\\n\\t                    }\\r\\n\\t                    this.lineStart = this.index;\\r\\n\\t                }\\r\\n\\t            }\\r\\n\\t            else if (character_1.Character.isLineTerminator(ch.charCodeAt(0))) {\\r\\n\\t                ++this.lineNumber;\\r\\n\\t                if (ch === '\\\\r' && this.source[this.index] === '\\\\n') {\\r\\n\\t                    ++this.index;\\r\\n\\t                }\\r\\n\\t                this.lineStart = this.index;\\r\\n\\t                cooked += '\\\\n';\\r\\n\\t            }\\r\\n\\t            else {\\r\\n\\t                cooked += ch;\\r\\n\\t            }\\r\\n\\t        }\\r\\n\\t        if (!terminated) {\\r\\n\\t            this.throwUnexpectedToken();\\r\\n\\t        }\\r\\n\\t        if (!head) {\\r\\n\\t            this.curlyStack.pop();\\r\\n\\t        }\\r\\n\\t        return {\\r\\n\\t            type: 10 /* Template */,\\r\\n\\t            value: this.source.slice(start + 1, this.index - rawOffset),\\r\\n\\t            cooked: cooked,\\r\\n\\t            head: head,\\r\\n\\t            tail: tail,\\r\\n\\t            lineNumber: this.lineNumber,\\r\\n\\t            lineStart: this.lineStart,\\r\\n\\t            start: start,\\r\\n\\t            end: this.index\\r\\n\\t        };\\r\\n\\t    };\\r\\n\\t    // https://tc39.github.io/ecma262/#sec-literals-regular-expression-literals\\r\\n\\t    Scanner.prototype.testRegExp = function (pattern, flags) {\\r\\n\\t        // The BMP character to use as a replacement for astral symbols when\\r\\n\\t        // translating an ES6 \\\"u\\\"-flagged pattern to an ES5-compatible\\r\\n\\t        // approximation.\\r\\n\\t        // Note: replacing with '\\\\uFFFF' enables false positives in unlikely\\r\\n\\t        // scenarios. For example, `[\\\\u{1044f}-\\\\u{10440}]` is an invalid\\r\\n\\t        // pattern that would not be detected by this substitution.\\r\\n\\t        var astralSubstitute = '\\\\uFFFF';\\r\\n\\t        var tmp = pattern;\\r\\n\\t        var self = this;\\r\\n\\t        if (flags.indexOf('u') >= 0) {\\r\\n\\t            tmp = tmp\\r\\n\\t                .replace(/\\\\\\\\u\\\\{([0-9a-fA-F]+)\\\\}|\\\\\\\\u([a-fA-F0-9]{4})/g, function ($0, $1, $2) {\\r\\n\\t                var codePoint = parseInt($1 || $2, 16);\\r\\n\\t                if (codePoint > 0x10FFFF) {\\r\\n\\t                    self.throwUnexpectedToken(messages_1.Messages.InvalidRegExp);\\r\\n\\t                }\\r\\n\\t                if (codePoint <= 0xFFFF) {\\r\\n\\t                    return String.fromCharCode(codePoint);\\r\\n\\t                }\\r\\n\\t                return astralSubstitute;\\r\\n\\t            })\\r\\n\\t                .replace(/[\\\\uD800-\\\\uDBFF][\\\\uDC00-\\\\uDFFF]/g, astralSubstitute);\\r\\n\\t        }\\r\\n\\t        // First, detect invalid regular expressions.\\r\\n\\t        try {\\r\\n\\t            RegExp(tmp);\\r\\n\\t        }\\r\\n\\t        catch (e) {\\r\\n\\t            this.throwUnexpectedToken(messages_1.Messages.InvalidRegExp);\\r\\n\\t        }\\r\\n\\t        // Return a regular expression object for this pattern-flag pair, or\\r\\n\\t        // `null` in case the current environment doesn't support the flags it\\r\\n\\t        // uses.\\r\\n\\t        try {\\r\\n\\t            return new RegExp(pattern, flags);\\r\\n\\t        }\\r\\n\\t        catch (exception) {\\r\\n\\t            /* istanbul ignore next */\\r\\n\\t            return null;\\r\\n\\t        }\\r\\n\\t    };\\r\\n\\t    Scanner.prototype.scanRegExpBody = function () {\\r\\n\\t        var ch = this.source[this.index];\\r\\n\\t        assert_1.assert(ch === '/', 'Regular expression literal must start with a slash');\\r\\n\\t        var str = this.source[this.index++];\\r\\n\\t        var classMarker = false;\\r\\n\\t        var terminated = false;\\r\\n\\t        while (!this.eof()) {\\r\\n\\t            ch = this.source[this.index++];\\r\\n\\t            str += ch;\\r\\n\\t            if (ch === '\\\\\\\\') {\\r\\n\\t                ch = this.source[this.index++];\\r\\n\\t                // https://tc39.github.io/ecma262/#sec-literals-regular-expression-literals\\r\\n\\t                if (character_1.Character.isLineTerminator(ch.charCodeAt(0))) {\\r\\n\\t                    this.throwUnexpectedToken(messages_1.Messages.UnterminatedRegExp);\\r\\n\\t                }\\r\\n\\t                str += ch;\\r\\n\\t            }\\r\\n\\t            else if (character_1.Character.isLineTerminator(ch.charCodeAt(0))) {\\r\\n\\t                this.throwUnexpectedToken(messages_1.Messages.UnterminatedRegExp);\\r\\n\\t            }\\r\\n\\t            else if (classMarker) {\\r\\n\\t                if (ch === ']') {\\r\\n\\t                    classMarker = false;\\r\\n\\t                }\\r\\n\\t            }\\r\\n\\t            else {\\r\\n\\t                if (ch === '/') {\\r\\n\\t                    terminated = true;\\r\\n\\t                    break;\\r\\n\\t                }\\r\\n\\t                else if (ch === '[') {\\r\\n\\t                    classMarker = true;\\r\\n\\t                }\\r\\n\\t            }\\r\\n\\t        }\\r\\n\\t        if (!terminated) {\\r\\n\\t            this.throwUnexpectedToken(messages_1.Messages.UnterminatedRegExp);\\r\\n\\t        }\\r\\n\\t        // Exclude leading and trailing slash.\\r\\n\\t        return str.substr(1, str.length - 2);\\r\\n\\t    };\\r\\n\\t    Scanner.prototype.scanRegExpFlags = function () {\\r\\n\\t        var str = '';\\r\\n\\t        var flags = '';\\r\\n\\t        while (!this.eof()) {\\r\\n\\t            var ch = this.source[this.index];\\r\\n\\t            if (!character_1.Character.isIdentifierPart(ch.charCodeAt(0))) {\\r\\n\\t                break;\\r\\n\\t            }\\r\\n\\t            ++this.index;\\r\\n\\t            if (ch === '\\\\\\\\' && !this.eof()) {\\r\\n\\t                ch = this.source[this.index];\\r\\n\\t                if (ch === 'u') {\\r\\n\\t                    ++this.index;\\r\\n\\t                    var restore = this.index;\\r\\n\\t                    var char = this.scanHexEscape('u');\\r\\n\\t                    if (char !== null) {\\r\\n\\t                        flags += char;\\r\\n\\t                        for (str += '\\\\\\\\u'; restore < this.index; ++restore) {\\r\\n\\t                            str += this.source[restore];\\r\\n\\t                        }\\r\\n\\t                    }\\r\\n\\t                    else {\\r\\n\\t                        this.index = restore;\\r\\n\\t                        flags += 'u';\\r\\n\\t                        str += '\\\\\\\\u';\\r\\n\\t                    }\\r\\n\\t                    this.tolerateUnexpectedToken();\\r\\n\\t                }\\r\\n\\t                else {\\r\\n\\t                    str += '\\\\\\\\';\\r\\n\\t                    this.tolerateUnexpectedToken();\\r\\n\\t                }\\r\\n\\t            }\\r\\n\\t            else {\\r\\n\\t                flags += ch;\\r\\n\\t                str += ch;\\r\\n\\t            }\\r\\n\\t        }\\r\\n\\t        return flags;\\r\\n\\t    };\\r\\n\\t    Scanner.prototype.scanRegExp = function () {\\r\\n\\t        var start = this.index;\\r\\n\\t        var pattern = this.scanRegExpBody();\\r\\n\\t        var flags = this.scanRegExpFlags();\\r\\n\\t        var value = this.testRegExp(pattern, flags);\\r\\n\\t        return {\\r\\n\\t            type: 9 /* RegularExpression */,\\r\\n\\t            value: '',\\r\\n\\t            pattern: pattern,\\r\\n\\t            flags: flags,\\r\\n\\t            regex: value,\\r\\n\\t            lineNumber: this.lineNumber,\\r\\n\\t            lineStart: this.lineStart,\\r\\n\\t            start: start,\\r\\n\\t            end: this.index\\r\\n\\t        };\\r\\n\\t    };\\r\\n\\t    Scanner.prototype.lex = function () {\\r\\n\\t        if (this.eof()) {\\r\\n\\t            return {\\r\\n\\t                type: 2 /* EOF */,\\r\\n\\t                value: '',\\r\\n\\t                lineNumber: this.lineNumber,\\r\\n\\t                lineStart: this.lineStart,\\r\\n\\t                start: this.index,\\r\\n\\t                end: this.index\\r\\n\\t            };\\r\\n\\t        }\\r\\n\\t        var cp = this.source.charCodeAt(this.index);\\r\\n\\t        if (character_1.Character.isIdentifierStart(cp)) {\\r\\n\\t            return this.scanIdentifier();\\r\\n\\t        }\\r\\n\\t        // Very common: ( and ) and ;\\r\\n\\t        if (cp === 0x28 || cp === 0x29 || cp === 0x3B) {\\r\\n\\t            return this.scanPunctuator();\\r\\n\\t        }\\r\\n\\t        // String literal starts with single quote (U+0027) or double quote (U+0022).\\r\\n\\t        if (cp === 0x27 || cp === 0x22) {\\r\\n\\t            return this.scanStringLiteral();\\r\\n\\t        }\\r\\n\\t        // Dot (.) U+002E can also start a floating-point number, hence the need\\r\\n\\t        // to check the next character.\\r\\n\\t        if (cp === 0x2E) {\\r\\n\\t            if (character_1.Character.isDecimalDigit(this.source.charCodeAt(this.index + 1))) {\\r\\n\\t                return this.scanNumericLiteral();\\r\\n\\t            }\\r\\n\\t            return this.scanPunctuator();\\r\\n\\t        }\\r\\n\\t        if (character_1.Character.isDecimalDigit(cp)) {\\r\\n\\t            return this.scanNumericLiteral();\\r\\n\\t        }\\r\\n\\t        // Template literals start with ` (U+0060) for template head\\r\\n\\t        // or } (U+007D) for template middle or template tail.\\r\\n\\t        if (cp === 0x60 || (cp === 0x7D && this.curlyStack[this.curlyStack.length - 1] === '${')) {\\r\\n\\t            return this.scanTemplate();\\r\\n\\t        }\\r\\n\\t        // Possible identifier start in a surrogate pair.\\r\\n\\t        if (cp >= 0xD800 && cp < 0xDFFF) {\\r\\n\\t            if (character_1.Character.isIdentifierStart(this.codePointAt(this.index))) {\\r\\n\\t                return this.scanIdentifier();\\r\\n\\t            }\\r\\n\\t        }\\r\\n\\t        return this.scanPunctuator();\\r\\n\\t    };\\r\\n\\t    return Scanner;\\r\\n\\t}());\\r\\n\\texports.Scanner = Scanner;\\r\\n\\n\\n/***/ },\\n/* 13 */\\n/***/ function(module, exports) {\\n\\n\\t\\\"use strict\\\";\\r\\n\\tObject.defineProperty(exports, \\\"__esModule\\\", { value: true });\\r\\n\\texports.TokenName = {};\\r\\n\\texports.TokenName[1 /* BooleanLiteral */] = 'Boolean';\\r\\n\\texports.TokenName[2 /* EOF */] = '<end>';\\r\\n\\texports.TokenName[3 /* Identifier */] = 'Identifier';\\r\\n\\texports.TokenName[4 /* Keyword */] = 'Keyword';\\r\\n\\texports.TokenName[5 /* NullLiteral */] = 'Null';\\r\\n\\texports.TokenName[6 /* NumericLiteral */] = 'Numeric';\\r\\n\\texports.TokenName[7 /* Punctuator */] = 'Punctuator';\\r\\n\\texports.TokenName[8 /* StringLiteral */] = 'String';\\r\\n\\texports.TokenName[9 /* RegularExpression */] = 'RegularExpression';\\r\\n\\texports.TokenName[10 /* Template */] = 'Template';\\r\\n\\n\\n/***/ },\\n/* 14 */\\n/***/ function(module, exports) {\\n\\n\\t\\\"use strict\\\";\\r\\n\\t// Generated by generate-xhtml-entities.js. DO NOT MODIFY!\\r\\n\\tObject.defineProperty(exports, \\\"__esModule\\\", { value: true });\\r\\n\\texports.XHTMLEntities = {\\r\\n\\t    quot: '\\\\u0022',\\r\\n\\t    amp: '\\\\u0026',\\r\\n\\t    apos: '\\\\u0027',\\r\\n\\t    gt: '\\\\u003E',\\r\\n\\t    nbsp: '\\\\u00A0',\\r\\n\\t    iexcl: '\\\\u00A1',\\r\\n\\t    cent: '\\\\u00A2',\\r\\n\\t    pound: '\\\\u00A3',\\r\\n\\t    curren: '\\\\u00A4',\\r\\n\\t    yen: '\\\\u00A5',\\r\\n\\t    brvbar: '\\\\u00A6',\\r\\n\\t    sect: '\\\\u00A7',\\r\\n\\t    uml: '\\\\u00A8',\\r\\n\\t    copy: '\\\\u00A9',\\r\\n\\t    ordf: '\\\\u00AA',\\r\\n\\t    laquo: '\\\\u00AB',\\r\\n\\t    not: '\\\\u00AC',\\r\\n\\t    shy: '\\\\u00AD',\\r\\n\\t    reg: '\\\\u00AE',\\r\\n\\t    macr: '\\\\u00AF',\\r\\n\\t    deg: '\\\\u00B0',\\r\\n\\t    plusmn: '\\\\u00B1',\\r\\n\\t    sup2: '\\\\u00B2',\\r\\n\\t    sup3: '\\\\u00B3',\\r\\n\\t    acute: '\\\\u00B4',\\r\\n\\t    micro: '\\\\u00B5',\\r\\n\\t    para: '\\\\u00B6',\\r\\n\\t    middot: '\\\\u00B7',\\r\\n\\t    cedil: '\\\\u00B8',\\r\\n\\t    sup1: '\\\\u00B9',\\r\\n\\t    ordm: '\\\\u00BA',\\r\\n\\t    raquo: '\\\\u00BB',\\r\\n\\t    frac14: '\\\\u00BC',\\r\\n\\t    frac12: '\\\\u00BD',\\r\\n\\t    frac34: '\\\\u00BE',\\r\\n\\t    iquest: '\\\\u00BF',\\r\\n\\t    Agrave: '\\\\u00C0',\\r\\n\\t    Aacute: '\\\\u00C1',\\r\\n\\t    Acirc: '\\\\u00C2',\\r\\n\\t    Atilde: '\\\\u00C3',\\r\\n\\t    Auml: '\\\\u00C4',\\r\\n\\t    Aring: '\\\\u00C5',\\r\\n\\t    AElig: '\\\\u00C6',\\r\\n\\t    Ccedil: '\\\\u00C7',\\r\\n\\t    Egrave: '\\\\u00C8',\\r\\n\\t    Eacute: '\\\\u00C9',\\r\\n\\t    Ecirc: '\\\\u00CA',\\r\\n\\t    Euml: '\\\\u00CB',\\r\\n\\t    Igrave: '\\\\u00CC',\\r\\n\\t    Iacute: '\\\\u00CD',\\r\\n\\t    Icirc: '\\\\u00CE',\\r\\n\\t    Iuml: '\\\\u00CF',\\r\\n\\t    ETH: '\\\\u00D0',\\r\\n\\t    Ntilde: '\\\\u00D1',\\r\\n\\t    Ograve: '\\\\u00D2',\\r\\n\\t    Oacute: '\\\\u00D3',\\r\\n\\t    Ocirc: '\\\\u00D4',\\r\\n\\t    Otilde: '\\\\u00D5',\\r\\n\\t    Ouml: '\\\\u00D6',\\r\\n\\t    times: '\\\\u00D7',\\r\\n\\t    Oslash: '\\\\u00D8',\\r\\n\\t    Ugrave: '\\\\u00D9',\\r\\n\\t    Uacute: '\\\\u00DA',\\r\\n\\t    Ucirc: '\\\\u00DB',\\r\\n\\t    Uuml: '\\\\u00DC',\\r\\n\\t    Yacute: '\\\\u00DD',\\r\\n\\t    THORN: '\\\\u00DE',\\r\\n\\t    szlig: '\\\\u00DF',\\r\\n\\t    agrave: '\\\\u00E0',\\r\\n\\t    aacute: '\\\\u00E1',\\r\\n\\t    acirc: '\\\\u00E2',\\r\\n\\t    atilde: '\\\\u00E3',\\r\\n\\t    auml: '\\\\u00E4',\\r\\n\\t    aring: '\\\\u00E5',\\r\\n\\t    aelig: '\\\\u00E6',\\r\\n\\t    ccedil: '\\\\u00E7',\\r\\n\\t    egrave: '\\\\u00E8',\\r\\n\\t    eacute: '\\\\u00E9',\\r\\n\\t    ecirc: '\\\\u00EA',\\r\\n\\t    euml: '\\\\u00EB',\\r\\n\\t    igrave: '\\\\u00EC',\\r\\n\\t    iacute: '\\\\u00ED',\\r\\n\\t    icirc: '\\\\u00EE',\\r\\n\\t    iuml: '\\\\u00EF',\\r\\n\\t    eth: '\\\\u00F0',\\r\\n\\t    ntilde: '\\\\u00F1',\\r\\n\\t    ograve: '\\\\u00F2',\\r\\n\\t    oacute: '\\\\u00F3',\\r\\n\\t    ocirc: '\\\\u00F4',\\r\\n\\t    otilde: '\\\\u00F5',\\r\\n\\t    ouml: '\\\\u00F6',\\r\\n\\t    divide: '\\\\u00F7',\\r\\n\\t    oslash: '\\\\u00F8',\\r\\n\\t    ugrave: '\\\\u00F9',\\r\\n\\t    uacute: '\\\\u00FA',\\r\\n\\t    ucirc: '\\\\u00FB',\\r\\n\\t    uuml: '\\\\u00FC',\\r\\n\\t    yacute: '\\\\u00FD',\\r\\n\\t    thorn: '\\\\u00FE',\\r\\n\\t    yuml: '\\\\u00FF',\\r\\n\\t    OElig: '\\\\u0152',\\r\\n\\t    oelig: '\\\\u0153',\\r\\n\\t    Scaron: '\\\\u0160',\\r\\n\\t    scaron: '\\\\u0161',\\r\\n\\t    Yuml: '\\\\u0178',\\r\\n\\t    fnof: '\\\\u0192',\\r\\n\\t    circ: '\\\\u02C6',\\r\\n\\t    tilde: '\\\\u02DC',\\r\\n\\t    Alpha: '\\\\u0391',\\r\\n\\t    Beta: '\\\\u0392',\\r\\n\\t    Gamma: '\\\\u0393',\\r\\n\\t    Delta: '\\\\u0394',\\r\\n\\t    Epsilon: '\\\\u0395',\\r\\n\\t    Zeta: '\\\\u0396',\\r\\n\\t    Eta: '\\\\u0397',\\r\\n\\t    Theta: '\\\\u0398',\\r\\n\\t    Iota: '\\\\u0399',\\r\\n\\t    Kappa: '\\\\u039A',\\r\\n\\t    Lambda: '\\\\u039B',\\r\\n\\t    Mu: '\\\\u039C',\\r\\n\\t    Nu: '\\\\u039D',\\r\\n\\t    Xi: '\\\\u039E',\\r\\n\\t    Omicron: '\\\\u039F',\\r\\n\\t    Pi: '\\\\u03A0',\\r\\n\\t    Rho: '\\\\u03A1',\\r\\n\\t    Sigma: '\\\\u03A3',\\r\\n\\t    Tau: '\\\\u03A4',\\r\\n\\t    Upsilon: '\\\\u03A5',\\r\\n\\t    Phi: '\\\\u03A6',\\r\\n\\t    Chi: '\\\\u03A7',\\r\\n\\t    Psi: '\\\\u03A8',\\r\\n\\t    Omega: '\\\\u03A9',\\r\\n\\t    alpha: '\\\\u03B1',\\r\\n\\t    beta: '\\\\u03B2',\\r\\n\\t    gamma: '\\\\u03B3',\\r\\n\\t    delta: '\\\\u03B4',\\r\\n\\t    epsilon: '\\\\u03B5',\\r\\n\\t    zeta: '\\\\u03B6',\\r\\n\\t    eta: '\\\\u03B7',\\r\\n\\t    theta: '\\\\u03B8',\\r\\n\\t    iota: '\\\\u03B9',\\r\\n\\t    kappa: '\\\\u03BA',\\r\\n\\t    lambda: '\\\\u03BB',\\r\\n\\t    mu: '\\\\u03BC',\\r\\n\\t    nu: '\\\\u03BD',\\r\\n\\t    xi: '\\\\u03BE',\\r\\n\\t    omicron: '\\\\u03BF',\\r\\n\\t    pi: '\\\\u03C0',\\r\\n\\t    rho: '\\\\u03C1',\\r\\n\\t    sigmaf: '\\\\u03C2',\\r\\n\\t    sigma: '\\\\u03C3',\\r\\n\\t    tau: '\\\\u03C4',\\r\\n\\t    upsilon: '\\\\u03C5',\\r\\n\\t    phi: '\\\\u03C6',\\r\\n\\t    chi: '\\\\u03C7',\\r\\n\\t    psi: '\\\\u03C8',\\r\\n\\t    omega: '\\\\u03C9',\\r\\n\\t    thetasym: '\\\\u03D1',\\r\\n\\t    upsih: '\\\\u03D2',\\r\\n\\t    piv: '\\\\u03D6',\\r\\n\\t    ensp: '\\\\u2002',\\r\\n\\t    emsp: '\\\\u2003',\\r\\n\\t    thinsp: '\\\\u2009',\\r\\n\\t    zwnj: '\\\\u200C',\\r\\n\\t    zwj: '\\\\u200D',\\r\\n\\t    lrm: '\\\\u200E',\\r\\n\\t    rlm: '\\\\u200F',\\r\\n\\t    ndash: '\\\\u2013',\\r\\n\\t    mdash: '\\\\u2014',\\r\\n\\t    lsquo: '\\\\u2018',\\r\\n\\t    rsquo: '\\\\u2019',\\r\\n\\t    sbquo: '\\\\u201A',\\r\\n\\t    ldquo: '\\\\u201C',\\r\\n\\t    rdquo: '\\\\u201D',\\r\\n\\t    bdquo: '\\\\u201E',\\r\\n\\t    dagger: '\\\\u2020',\\r\\n\\t    Dagger: '\\\\u2021',\\r\\n\\t    bull: '\\\\u2022',\\r\\n\\t    hellip: '\\\\u2026',\\r\\n\\t    permil: '\\\\u2030',\\r\\n\\t    prime: '\\\\u2032',\\r\\n\\t    Prime: '\\\\u2033',\\r\\n\\t    lsaquo: '\\\\u2039',\\r\\n\\t    rsaquo: '\\\\u203A',\\r\\n\\t    oline: '\\\\u203E',\\r\\n\\t    frasl: '\\\\u2044',\\r\\n\\t    euro: '\\\\u20AC',\\r\\n\\t    image: '\\\\u2111',\\r\\n\\t    weierp: '\\\\u2118',\\r\\n\\t    real: '\\\\u211C',\\r\\n\\t    trade: '\\\\u2122',\\r\\n\\t    alefsym: '\\\\u2135',\\r\\n\\t    larr: '\\\\u2190',\\r\\n\\t    uarr: '\\\\u2191',\\r\\n\\t    rarr: '\\\\u2192',\\r\\n\\t    darr: '\\\\u2193',\\r\\n\\t    harr: '\\\\u2194',\\r\\n\\t    crarr: '\\\\u21B5',\\r\\n\\t    lArr: '\\\\u21D0',\\r\\n\\t    uArr: '\\\\u21D1',\\r\\n\\t    rArr: '\\\\u21D2',\\r\\n\\t    dArr: '\\\\u21D3',\\r\\n\\t    hArr: '\\\\u21D4',\\r\\n\\t    forall: '\\\\u2200',\\r\\n\\t    part: '\\\\u2202',\\r\\n\\t    exist: '\\\\u2203',\\r\\n\\t    empty: '\\\\u2205',\\r\\n\\t    nabla: '\\\\u2207',\\r\\n\\t    isin: '\\\\u2208',\\r\\n\\t    notin: '\\\\u2209',\\r\\n\\t    ni: '\\\\u220B',\\r\\n\\t    prod: '\\\\u220F',\\r\\n\\t    sum: '\\\\u2211',\\r\\n\\t    minus: '\\\\u2212',\\r\\n\\t    lowast: '\\\\u2217',\\r\\n\\t    radic: '\\\\u221A',\\r\\n\\t    prop: '\\\\u221D',\\r\\n\\t    infin: '\\\\u221E',\\r\\n\\t    ang: '\\\\u2220',\\r\\n\\t    and: '\\\\u2227',\\r\\n\\t    or: '\\\\u2228',\\r\\n\\t    cap: '\\\\u2229',\\r\\n\\t    cup: '\\\\u222A',\\r\\n\\t    int: '\\\\u222B',\\r\\n\\t    there4: '\\\\u2234',\\r\\n\\t    sim: '\\\\u223C',\\r\\n\\t    cong: '\\\\u2245',\\r\\n\\t    asymp: '\\\\u2248',\\r\\n\\t    ne: '\\\\u2260',\\r\\n\\t    equiv: '\\\\u2261',\\r\\n\\t    le: '\\\\u2264',\\r\\n\\t    ge: '\\\\u2265',\\r\\n\\t    sub: '\\\\u2282',\\r\\n\\t    sup: '\\\\u2283',\\r\\n\\t    nsub: '\\\\u2284',\\r\\n\\t    sube: '\\\\u2286',\\r\\n\\t    supe: '\\\\u2287',\\r\\n\\t    oplus: '\\\\u2295',\\r\\n\\t    otimes: '\\\\u2297',\\r\\n\\t    perp: '\\\\u22A5',\\r\\n\\t    sdot: '\\\\u22C5',\\r\\n\\t    lceil: '\\\\u2308',\\r\\n\\t    rceil: '\\\\u2309',\\r\\n\\t    lfloor: '\\\\u230A',\\r\\n\\t    rfloor: '\\\\u230B',\\r\\n\\t    loz: '\\\\u25CA',\\r\\n\\t    spades: '\\\\u2660',\\r\\n\\t    clubs: '\\\\u2663',\\r\\n\\t    hearts: '\\\\u2665',\\r\\n\\t    diams: '\\\\u2666',\\r\\n\\t    lang: '\\\\u27E8',\\r\\n\\t    rang: '\\\\u27E9'\\r\\n\\t};\\r\\n\\n\\n/***/ },\\n/* 15 */\\n/***/ function(module, exports, __webpack_require__) {\\n\\n\\t\\\"use strict\\\";\\r\\n\\tObject.defineProperty(exports, \\\"__esModule\\\", { value: true });\\r\\n\\tvar error_handler_1 = __webpack_require__(10);\\r\\n\\tvar scanner_1 = __webpack_require__(12);\\r\\n\\tvar token_1 = __webpack_require__(13);\\r\\n\\tvar Reader = (function () {\\r\\n\\t    function Reader() {\\r\\n\\t        this.values = [];\\r\\n\\t        this.curly = this.paren = -1;\\r\\n\\t    }\\r\\n\\t    // A function following one of those tokens is an expression.\\r\\n\\t    Reader.prototype.beforeFunctionExpression = function (t) {\\r\\n\\t        return ['(', '{', '[', 'in', 'typeof', 'instanceof', 'new',\\r\\n\\t            'return', 'case', 'delete', 'throw', 'void',\\r\\n\\t            // assignment operators\\r\\n\\t            '=', '+=', '-=', '*=', '**=', '/=', '%=', '<<=', '>>=', '>>>=',\\r\\n\\t            '&=', '|=', '^=', ',',\\r\\n\\t            // binary/unary operators\\r\\n\\t            '+', '-', '*', '**', '/', '%', '++', '--', '<<', '>>', '>>>', '&',\\r\\n\\t            '|', '^', '!', '~', '&&', '||', '?', ':', '===', '==', '>=',\\r\\n\\t            '<=', '<', '>', '!=', '!=='].indexOf(t) >= 0;\\r\\n\\t    };\\r\\n\\t    // Determine if forward slash (/) is an operator or part of a regular expression\\r\\n\\t    // https://github.com/mozilla/sweet.js/wiki/design\\r\\n\\t    Reader.prototype.isRegexStart = function () {\\r\\n\\t        var previous = this.values[this.values.length - 1];\\r\\n\\t        var regex = (previous !== null);\\r\\n\\t        switch (previous) {\\r\\n\\t            case 'this':\\r\\n\\t            case ']':\\r\\n\\t                regex = false;\\r\\n\\t                break;\\r\\n\\t            case ')':\\r\\n\\t                var keyword = this.values[this.paren - 1];\\r\\n\\t                regex = (keyword === 'if' || keyword === 'while' || keyword === 'for' || keyword === 'with');\\r\\n\\t                break;\\r\\n\\t            case '}':\\r\\n\\t                // Dividing a function by anything makes little sense,\\r\\n\\t                // but we have to check for that.\\r\\n\\t                regex = false;\\r\\n\\t                if (this.values[this.curly - 3] === 'function') {\\r\\n\\t                    // Anonymous function, e.g. function(){} /42\\r\\n\\t                    var check = this.values[this.curly - 4];\\r\\n\\t                    regex = check ? !this.beforeFunctionExpression(check) : false;\\r\\n\\t                }\\r\\n\\t                else if (this.values[this.curly - 4] === 'function') {\\r\\n\\t                    // Named function, e.g. function f(){} /42/\\r\\n\\t                    var check = this.values[this.curly - 5];\\r\\n\\t                    regex = check ? !this.beforeFunctionExpression(check) : true;\\r\\n\\t                }\\r\\n\\t                break;\\r\\n\\t            default:\\r\\n\\t                break;\\r\\n\\t        }\\r\\n\\t        return regex;\\r\\n\\t    };\\r\\n\\t    Reader.prototype.push = function (token) {\\r\\n\\t        if (token.type === 7 /* Punctuator */ || token.type === 4 /* Keyword */) {\\r\\n\\t            if (token.value === '{') {\\r\\n\\t                this.curly = this.values.length;\\r\\n\\t            }\\r\\n\\t            else if (token.value === '(') {\\r\\n\\t                this.paren = this.values.length;\\r\\n\\t            }\\r\\n\\t            this.values.push(token.value);\\r\\n\\t        }\\r\\n\\t        else {\\r\\n\\t            this.values.push(null);\\r\\n\\t        }\\r\\n\\t    };\\r\\n\\t    return Reader;\\r\\n\\t}());\\r\\n\\tvar Tokenizer = (function () {\\r\\n\\t    function Tokenizer(code, config) {\\r\\n\\t        this.errorHandler = new error_handler_1.ErrorHandler();\\r\\n\\t        this.errorHandler.tolerant = config ? (typeof config.tolerant === 'boolean' && config.tolerant) : false;\\r\\n\\t        this.scanner = new scanner_1.Scanner(code, this.errorHandler);\\r\\n\\t        this.scanner.trackComment = config ? (typeof config.comment === 'boolean' && config.comment) : false;\\r\\n\\t        this.trackRange = config ? (typeof config.range === 'boolean' && config.range) : false;\\r\\n\\t        this.trackLoc = config ? (typeof config.loc === 'boolean' && config.loc) : false;\\r\\n\\t        this.buffer = [];\\r\\n\\t        this.reader = new Reader();\\r\\n\\t    }\\r\\n\\t    Tokenizer.prototype.errors = function () {\\r\\n\\t        return this.errorHandler.errors;\\r\\n\\t    };\\r\\n\\t    Tokenizer.prototype.getNextToken = function () {\\r\\n\\t        if (this.buffer.length === 0) {\\r\\n\\t            var comments = this.scanner.scanComments();\\r\\n\\t            if (this.scanner.trackComment) {\\r\\n\\t                for (var i = 0; i < comments.length; ++i) {\\r\\n\\t                    var e = comments[i];\\r\\n\\t                    var value = this.scanner.source.slice(e.slice[0], e.slice[1]);\\r\\n\\t                    var comment = {\\r\\n\\t                        type: e.multiLine ? 'BlockComment' : 'LineComment',\\r\\n\\t                        value: value\\r\\n\\t                    };\\r\\n\\t                    if (this.trackRange) {\\r\\n\\t                        comment.range = e.range;\\r\\n\\t                    }\\r\\n\\t                    if (this.trackLoc) {\\r\\n\\t                        comment.loc = e.loc;\\r\\n\\t                    }\\r\\n\\t                    this.buffer.push(comment);\\r\\n\\t                }\\r\\n\\t            }\\r\\n\\t            if (!this.scanner.eof()) {\\r\\n\\t                var loc = void 0;\\r\\n\\t                if (this.trackLoc) {\\r\\n\\t                    loc = {\\r\\n\\t                        start: {\\r\\n\\t                            line: this.scanner.lineNumber,\\r\\n\\t                            column: this.scanner.index - this.scanner.lineStart\\r\\n\\t                        },\\r\\n\\t                        end: {}\\r\\n\\t                    };\\r\\n\\t                }\\r\\n\\t                var startRegex = (this.scanner.source[this.scanner.index] === '/') && this.reader.isRegexStart();\\r\\n\\t                var token = startRegex ? this.scanner.scanRegExp() : this.scanner.lex();\\r\\n\\t                this.reader.push(token);\\r\\n\\t                var entry = {\\r\\n\\t                    type: token_1.TokenName[token.type],\\r\\n\\t                    value: this.scanner.source.slice(token.start, token.end)\\r\\n\\t                };\\r\\n\\t                if (this.trackRange) {\\r\\n\\t                    entry.range = [token.start, token.end];\\r\\n\\t                }\\r\\n\\t                if (this.trackLoc) {\\r\\n\\t                    loc.end = {\\r\\n\\t                        line: this.scanner.lineNumber,\\r\\n\\t                        column: this.scanner.index - this.scanner.lineStart\\r\\n\\t                    };\\r\\n\\t                    entry.loc = loc;\\r\\n\\t                }\\r\\n\\t                if (token.type === 9 /* RegularExpression */) {\\r\\n\\t                    var pattern = token.pattern;\\r\\n\\t                    var flags = token.flags;\\r\\n\\t                    entry.regex = { pattern: pattern, flags: flags };\\r\\n\\t                }\\r\\n\\t                this.buffer.push(entry);\\r\\n\\t            }\\r\\n\\t        }\\r\\n\\t        return this.buffer.shift();\\r\\n\\t    };\\r\\n\\t    return Tokenizer;\\r\\n\\t}());\\r\\n\\texports.Tokenizer = Tokenizer;\\r\\n\\n\\n/***/ }\\n/******/ ])\\n});\\n;\"\n    },\n    {\n      \"id\": 127,\n      \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/js-yaml/lib/js-yaml/dumper.js\",\n      \"name\": \"./node_modules/js-yaml/lib/js-yaml/dumper.js\",\n      \"index\": 203,\n      \"index2\": 197,\n      \"size\": 26385,\n      \"cacheable\": true,\n      \"built\": true,\n      \"optional\": false,\n      \"prefetched\": false,\n      \"chunks\": [\n        2,\n        4\n      ],\n      \"issuer\": \"/Users/jarred/Code/styleurl/node_modules/js-yaml/lib/js-yaml.js\",\n      \"issuerId\": 105,\n      \"issuerName\": \"./node_modules/js-yaml/lib/js-yaml.js\",\n      \"issuerPath\": [\n        {\n          \"id\": 350,\n          \"identifier\": \"multi /Users/jarred/Code/styleurl/webpack/customPublicPath /Users/jarred/Code/styleurl/chrome/extension/github_gist_content_script\",\n          \"name\": \"multi ./webpack/customPublicPath ./chrome/extension/github_gist_content_script\",\n          \"profile\": {\n            \"factory\": 0,\n            \"building\": 0,\n            \"dependencies\": 53\n          }\n        },\n        {\n          \"id\": 351,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/github_gist_content_script.js\",\n          \"name\": \"./chrome/extension/github_gist_content_script.js\",\n          \"profile\": {\n            \"factory\": 54,\n            \"building\": 576,\n            \"dependencies\": 194\n          }\n        },\n        {\n          \"id\": 55,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/lib/stylefile.js\",\n          \"name\": \"./chrome/extension/lib/stylefile.js\",\n          \"profile\": {\n            \"factory\": 194,\n            \"building\": 246,\n            \"dependencies\": 40\n          }\n        },\n        {\n          \"id\": 104,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/js-yaml/index.js\",\n          \"name\": \"./node_modules/js-yaml/index.js\",\n          \"profile\": {\n            \"factory\": 408,\n            \"building\": 42\n          }\n        },\n        {\n          \"id\": 105,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/js-yaml/lib/js-yaml.js\",\n          \"name\": \"./node_modules/js-yaml/lib/js-yaml.js\",\n          \"profile\": {\n            \"factory\": 96,\n            \"building\": 77\n          }\n        }\n      ],\n      \"profile\": {\n        \"factory\": 33,\n        \"building\": 66,\n        \"dependencies\": 42\n      },\n      \"failed\": false,\n      \"errors\": 0,\n      \"warnings\": 0,\n      \"assets\": [],\n      \"reasons\": [\n        {\n          \"moduleId\": 105,\n          \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/js-yaml/lib/js-yaml.js\",\n          \"module\": \"./node_modules/js-yaml/lib/js-yaml.js\",\n          \"moduleName\": \"./node_modules/js-yaml/lib/js-yaml.js\",\n          \"type\": \"cjs require\",\n          \"userRequest\": \"./js-yaml/dumper\",\n          \"loc\": \"5:13-40\"\n        }\n      ],\n      \"usedExports\": true,\n      \"providedExports\": null,\n      \"optimizationBailout\": [\n        \"ModuleConcatenation bailout: Module is not an ECMAScript module\"\n      ],\n      \"depth\": 5,\n      \"source\": \"'use strict';\\n\\n/*eslint-disable no-use-before-define*/\\n\\nvar common              = require('./common');\\nvar YAMLException       = require('./exception');\\nvar DEFAULT_FULL_SCHEMA = require('./schema/default_full');\\nvar DEFAULT_SAFE_SCHEMA = require('./schema/default_safe');\\n\\nvar _toString       = Object.prototype.toString;\\nvar _hasOwnProperty = Object.prototype.hasOwnProperty;\\n\\nvar CHAR_TAB                  = 0x09; /* Tab */\\nvar CHAR_LINE_FEED            = 0x0A; /* LF */\\nvar CHAR_SPACE                = 0x20; /* Space */\\nvar CHAR_EXCLAMATION          = 0x21; /* ! */\\nvar CHAR_DOUBLE_QUOTE         = 0x22; /* \\\" */\\nvar CHAR_SHARP                = 0x23; /* # */\\nvar CHAR_PERCENT              = 0x25; /* % */\\nvar CHAR_AMPERSAND            = 0x26; /* & */\\nvar CHAR_SINGLE_QUOTE         = 0x27; /* ' */\\nvar CHAR_ASTERISK             = 0x2A; /* * */\\nvar CHAR_COMMA                = 0x2C; /* , */\\nvar CHAR_MINUS                = 0x2D; /* - */\\nvar CHAR_COLON                = 0x3A; /* : */\\nvar CHAR_GREATER_THAN         = 0x3E; /* > */\\nvar CHAR_QUESTION             = 0x3F; /* ? */\\nvar CHAR_COMMERCIAL_AT        = 0x40; /* @ */\\nvar CHAR_LEFT_SQUARE_BRACKET  = 0x5B; /* [ */\\nvar CHAR_RIGHT_SQUARE_BRACKET = 0x5D; /* ] */\\nvar CHAR_GRAVE_ACCENT         = 0x60; /* ` */\\nvar CHAR_LEFT_CURLY_BRACKET   = 0x7B; /* { */\\nvar CHAR_VERTICAL_LINE        = 0x7C; /* | */\\nvar CHAR_RIGHT_CURLY_BRACKET  = 0x7D; /* } */\\n\\nvar ESCAPE_SEQUENCES = {};\\n\\nESCAPE_SEQUENCES[0x00]   = '\\\\\\\\0';\\nESCAPE_SEQUENCES[0x07]   = '\\\\\\\\a';\\nESCAPE_SEQUENCES[0x08]   = '\\\\\\\\b';\\nESCAPE_SEQUENCES[0x09]   = '\\\\\\\\t';\\nESCAPE_SEQUENCES[0x0A]   = '\\\\\\\\n';\\nESCAPE_SEQUENCES[0x0B]   = '\\\\\\\\v';\\nESCAPE_SEQUENCES[0x0C]   = '\\\\\\\\f';\\nESCAPE_SEQUENCES[0x0D]   = '\\\\\\\\r';\\nESCAPE_SEQUENCES[0x1B]   = '\\\\\\\\e';\\nESCAPE_SEQUENCES[0x22]   = '\\\\\\\\\\\"';\\nESCAPE_SEQUENCES[0x5C]   = '\\\\\\\\\\\\\\\\';\\nESCAPE_SEQUENCES[0x85]   = '\\\\\\\\N';\\nESCAPE_SEQUENCES[0xA0]   = '\\\\\\\\_';\\nESCAPE_SEQUENCES[0x2028] = '\\\\\\\\L';\\nESCAPE_SEQUENCES[0x2029] = '\\\\\\\\P';\\n\\nvar DEPRECATED_BOOLEANS_SYNTAX = [\\n  'y', 'Y', 'yes', 'Yes', 'YES', 'on', 'On', 'ON',\\n  'n', 'N', 'no', 'No', 'NO', 'off', 'Off', 'OFF'\\n];\\n\\nfunction compileStyleMap(schema, map) {\\n  var result, keys, index, length, tag, style, type;\\n\\n  if (map === null) return {};\\n\\n  result = {};\\n  keys = Object.keys(map);\\n\\n  for (index = 0, length = keys.length; index < length; index += 1) {\\n    tag = keys[index];\\n    style = String(map[tag]);\\n\\n    if (tag.slice(0, 2) === '!!') {\\n      tag = 'tag:yaml.org,2002:' + tag.slice(2);\\n    }\\n    type = schema.compiledTypeMap['fallback'][tag];\\n\\n    if (type && _hasOwnProperty.call(type.styleAliases, style)) {\\n      style = type.styleAliases[style];\\n    }\\n\\n    result[tag] = style;\\n  }\\n\\n  return result;\\n}\\n\\nfunction encodeHex(character) {\\n  var string, handle, length;\\n\\n  string = character.toString(16).toUpperCase();\\n\\n  if (character <= 0xFF) {\\n    handle = 'x';\\n    length = 2;\\n  } else if (character <= 0xFFFF) {\\n    handle = 'u';\\n    length = 4;\\n  } else if (character <= 0xFFFFFFFF) {\\n    handle = 'U';\\n    length = 8;\\n  } else {\\n    throw new YAMLException('code point within a string may not be greater than 0xFFFFFFFF');\\n  }\\n\\n  return '\\\\\\\\' + handle + common.repeat('0', length - string.length) + string;\\n}\\n\\nfunction State(options) {\\n  this.schema       = options['schema'] || DEFAULT_FULL_SCHEMA;\\n  this.indent       = Math.max(1, (options['indent'] || 2));\\n  this.skipInvalid  = options['skipInvalid'] || false;\\n  this.flowLevel    = (common.isNothing(options['flowLevel']) ? -1 : options['flowLevel']);\\n  this.styleMap     = compileStyleMap(this.schema, options['styles'] || null);\\n  this.sortKeys     = options['sortKeys'] || false;\\n  this.lineWidth    = options['lineWidth'] || 80;\\n  this.noRefs       = options['noRefs'] || false;\\n  this.noCompatMode = options['noCompatMode'] || false;\\n  this.condenseFlow = options['condenseFlow'] || false;\\n\\n  this.implicitTypes = this.schema.compiledImplicit;\\n  this.explicitTypes = this.schema.compiledExplicit;\\n\\n  this.tag = null;\\n  this.result = '';\\n\\n  this.duplicates = [];\\n  this.usedDuplicates = null;\\n}\\n\\n// Indents every line in a string. Empty lines (\\\\n only) are not indented.\\nfunction indentString(string, spaces) {\\n  var ind = common.repeat(' ', spaces),\\n      position = 0,\\n      next = -1,\\n      result = '',\\n      line,\\n      length = string.length;\\n\\n  while (position < length) {\\n    next = string.indexOf('\\\\n', position);\\n    if (next === -1) {\\n      line = string.slice(position);\\n      position = length;\\n    } else {\\n      line = string.slice(position, next + 1);\\n      position = next + 1;\\n    }\\n\\n    if (line.length && line !== '\\\\n') result += ind;\\n\\n    result += line;\\n  }\\n\\n  return result;\\n}\\n\\nfunction generateNextLine(state, level) {\\n  return '\\\\n' + common.repeat(' ', state.indent * level);\\n}\\n\\nfunction testImplicitResolving(state, str) {\\n  var index, length, type;\\n\\n  for (index = 0, length = state.implicitTypes.length; index < length; index += 1) {\\n    type = state.implicitTypes[index];\\n\\n    if (type.resolve(str)) {\\n      return true;\\n    }\\n  }\\n\\n  return false;\\n}\\n\\n// [33] s-white ::= s-space | s-tab\\nfunction isWhitespace(c) {\\n  return c === CHAR_SPACE || c === CHAR_TAB;\\n}\\n\\n// Returns true if the character can be printed without escaping.\\n// From YAML 1.2: \\\"any allowed characters known to be non-printable\\n// should also be escaped. [However,] This isn’t mandatory\\\"\\n// Derived from nb-char - \\\\t - #x85 - #xA0 - #x2028 - #x2029.\\nfunction isPrintable(c) {\\n  return  (0x00020 <= c && c <= 0x00007E)\\n      || ((0x000A1 <= c && c <= 0x00D7FF) && c !== 0x2028 && c !== 0x2029)\\n      || ((0x0E000 <= c && c <= 0x00FFFD) && c !== 0xFEFF /* BOM */)\\n      ||  (0x10000 <= c && c <= 0x10FFFF);\\n}\\n\\n// Simplified test for values allowed after the first character in plain style.\\nfunction isPlainSafe(c) {\\n  // Uses a subset of nb-char - c-flow-indicator - \\\":\\\" - \\\"#\\\"\\n  // where nb-char ::= c-printable - b-char - c-byte-order-mark.\\n  return isPrintable(c) && c !== 0xFEFF\\n    // - c-flow-indicator\\n    && c !== CHAR_COMMA\\n    && c !== CHAR_LEFT_SQUARE_BRACKET\\n    && c !== CHAR_RIGHT_SQUARE_BRACKET\\n    && c !== CHAR_LEFT_CURLY_BRACKET\\n    && c !== CHAR_RIGHT_CURLY_BRACKET\\n    // - \\\":\\\" - \\\"#\\\"\\n    && c !== CHAR_COLON\\n    && c !== CHAR_SHARP;\\n}\\n\\n// Simplified test for values allowed as the first character in plain style.\\nfunction isPlainSafeFirst(c) {\\n  // Uses a subset of ns-char - c-indicator\\n  // where ns-char = nb-char - s-white.\\n  return isPrintable(c) && c !== 0xFEFF\\n    && !isWhitespace(c) // - s-white\\n    // - (c-indicator ::=\\n    // “-” | “?” | “:” | “,” | “[” | “]” | “{” | “}”\\n    && c !== CHAR_MINUS\\n    && c !== CHAR_QUESTION\\n    && c !== CHAR_COLON\\n    && c !== CHAR_COMMA\\n    && c !== CHAR_LEFT_SQUARE_BRACKET\\n    && c !== CHAR_RIGHT_SQUARE_BRACKET\\n    && c !== CHAR_LEFT_CURLY_BRACKET\\n    && c !== CHAR_RIGHT_CURLY_BRACKET\\n    // | “#” | “&” | “*” | “!” | “|” | “>” | “'” | “\\\"”\\n    && c !== CHAR_SHARP\\n    && c !== CHAR_AMPERSAND\\n    && c !== CHAR_ASTERISK\\n    && c !== CHAR_EXCLAMATION\\n    && c !== CHAR_VERTICAL_LINE\\n    && c !== CHAR_GREATER_THAN\\n    && c !== CHAR_SINGLE_QUOTE\\n    && c !== CHAR_DOUBLE_QUOTE\\n    // | “%” | “@” | “`”)\\n    && c !== CHAR_PERCENT\\n    && c !== CHAR_COMMERCIAL_AT\\n    && c !== CHAR_GRAVE_ACCENT;\\n}\\n\\n// Determines whether block indentation indicator is required.\\nfunction needIndentIndicator(string) {\\n  var leadingSpaceRe = /^\\\\n* /;\\n  return leadingSpaceRe.test(string);\\n}\\n\\nvar STYLE_PLAIN   = 1,\\n    STYLE_SINGLE  = 2,\\n    STYLE_LITERAL = 3,\\n    STYLE_FOLDED  = 4,\\n    STYLE_DOUBLE  = 5;\\n\\n// Determines which scalar styles are possible and returns the preferred style.\\n// lineWidth = -1 => no limit.\\n// Pre-conditions: str.length > 0.\\n// Post-conditions:\\n//    STYLE_PLAIN or STYLE_SINGLE => no \\\\n are in the string.\\n//    STYLE_LITERAL => no lines are suitable for folding (or lineWidth is -1).\\n//    STYLE_FOLDED => a line > lineWidth and can be folded (and lineWidth != -1).\\nfunction chooseScalarStyle(string, singleLineOnly, indentPerLevel, lineWidth, testAmbiguousType) {\\n  var i;\\n  var char;\\n  var hasLineBreak = false;\\n  var hasFoldableLine = false; // only checked if shouldTrackWidth\\n  var shouldTrackWidth = lineWidth !== -1;\\n  var previousLineBreak = -1; // count the first line correctly\\n  var plain = isPlainSafeFirst(string.charCodeAt(0))\\n          && !isWhitespace(string.charCodeAt(string.length - 1));\\n\\n  if (singleLineOnly) {\\n    // Case: no block styles.\\n    // Check for disallowed characters to rule out plain and single.\\n    for (i = 0; i < string.length; i++) {\\n      char = string.charCodeAt(i);\\n      if (!isPrintable(char)) {\\n        return STYLE_DOUBLE;\\n      }\\n      plain = plain && isPlainSafe(char);\\n    }\\n  } else {\\n    // Case: block styles permitted.\\n    for (i = 0; i < string.length; i++) {\\n      char = string.charCodeAt(i);\\n      if (char === CHAR_LINE_FEED) {\\n        hasLineBreak = true;\\n        // Check if any line can be folded.\\n        if (shouldTrackWidth) {\\n          hasFoldableLine = hasFoldableLine ||\\n            // Foldable line = too long, and not more-indented.\\n            (i - previousLineBreak - 1 > lineWidth &&\\n             string[previousLineBreak + 1] !== ' ');\\n          previousLineBreak = i;\\n        }\\n      } else if (!isPrintable(char)) {\\n        return STYLE_DOUBLE;\\n      }\\n      plain = plain && isPlainSafe(char);\\n    }\\n    // in case the end is missing a \\\\n\\n    hasFoldableLine = hasFoldableLine || (shouldTrackWidth &&\\n      (i - previousLineBreak - 1 > lineWidth &&\\n       string[previousLineBreak + 1] !== ' '));\\n  }\\n  // Although every style can represent \\\\n without escaping, prefer block styles\\n  // for multiline, since they're more readable and they don't add empty lines.\\n  // Also prefer folding a super-long line.\\n  if (!hasLineBreak && !hasFoldableLine) {\\n    // Strings interpretable as another type have to be quoted;\\n    // e.g. the string 'true' vs. the boolean true.\\n    return plain && !testAmbiguousType(string)\\n      ? STYLE_PLAIN : STYLE_SINGLE;\\n  }\\n  // Edge case: block indentation indicator can only have one digit.\\n  if (indentPerLevel > 9 && needIndentIndicator(string)) {\\n    return STYLE_DOUBLE;\\n  }\\n  // At this point we know block styles are valid.\\n  // Prefer literal style unless we want to fold.\\n  return hasFoldableLine ? STYLE_FOLDED : STYLE_LITERAL;\\n}\\n\\n// Note: line breaking/folding is implemented for only the folded style.\\n// NB. We drop the last trailing newline (if any) of a returned block scalar\\n//  since the dumper adds its own newline. This always works:\\n//    • No ending newline => unaffected; already using strip \\\"-\\\" chomping.\\n//    • Ending newline    => removed then restored.\\n//  Importantly, this keeps the \\\"+\\\" chomp indicator from gaining an extra line.\\nfunction writeScalar(state, string, level, iskey) {\\n  state.dump = (function () {\\n    if (string.length === 0) {\\n      return \\\"''\\\";\\n    }\\n    if (!state.noCompatMode &&\\n        DEPRECATED_BOOLEANS_SYNTAX.indexOf(string) !== -1) {\\n      return \\\"'\\\" + string + \\\"'\\\";\\n    }\\n\\n    var indent = state.indent * Math.max(1, level); // no 0-indent scalars\\n    // As indentation gets deeper, let the width decrease monotonically\\n    // to the lower bound min(state.lineWidth, 40).\\n    // Note that this implies\\n    //  state.lineWidth ≤ 40 + state.indent: width is fixed at the lower bound.\\n    //  state.lineWidth > 40 + state.indent: width decreases until the lower bound.\\n    // This behaves better than a constant minimum width which disallows narrower options,\\n    // or an indent threshold which causes the width to suddenly increase.\\n    var lineWidth = state.lineWidth === -1\\n      ? -1 : Math.max(Math.min(state.lineWidth, 40), state.lineWidth - indent);\\n\\n    // Without knowing if keys are implicit/explicit, assume implicit for safety.\\n    var singleLineOnly = iskey\\n      // No block styles in flow mode.\\n      || (state.flowLevel > -1 && level >= state.flowLevel);\\n    function testAmbiguity(string) {\\n      return testImplicitResolving(state, string);\\n    }\\n\\n    switch (chooseScalarStyle(string, singleLineOnly, state.indent, lineWidth, testAmbiguity)) {\\n      case STYLE_PLAIN:\\n        return string;\\n      case STYLE_SINGLE:\\n        return \\\"'\\\" + string.replace(/'/g, \\\"''\\\") + \\\"'\\\";\\n      case STYLE_LITERAL:\\n        return '|' + blockHeader(string, state.indent)\\n          + dropEndingNewline(indentString(string, indent));\\n      case STYLE_FOLDED:\\n        return '>' + blockHeader(string, state.indent)\\n          + dropEndingNewline(indentString(foldString(string, lineWidth), indent));\\n      case STYLE_DOUBLE:\\n        return '\\\"' + escapeString(string, lineWidth) + '\\\"';\\n      default:\\n        throw new YAMLException('impossible error: invalid scalar style');\\n    }\\n  }());\\n}\\n\\n// Pre-conditions: string is valid for a block scalar, 1 <= indentPerLevel <= 9.\\nfunction blockHeader(string, indentPerLevel) {\\n  var indentIndicator = needIndentIndicator(string) ? String(indentPerLevel) : '';\\n\\n  // note the special case: the string '\\\\n' counts as a \\\"trailing\\\" empty line.\\n  var clip =          string[string.length - 1] === '\\\\n';\\n  var keep = clip && (string[string.length - 2] === '\\\\n' || string === '\\\\n');\\n  var chomp = keep ? '+' : (clip ? '' : '-');\\n\\n  return indentIndicator + chomp + '\\\\n';\\n}\\n\\n// (See the note for writeScalar.)\\nfunction dropEndingNewline(string) {\\n  return string[string.length - 1] === '\\\\n' ? string.slice(0, -1) : string;\\n}\\n\\n// Note: a long line without a suitable break point will exceed the width limit.\\n// Pre-conditions: every char in str isPrintable, str.length > 0, width > 0.\\nfunction foldString(string, width) {\\n  // In folded style, $k$ consecutive newlines output as $k+1$ newlines—\\n  // unless they're before or after a more-indented line, or at the very\\n  // beginning or end, in which case $k$ maps to $k$.\\n  // Therefore, parse each chunk as newline(s) followed by a content line.\\n  var lineRe = /(\\\\n+)([^\\\\n]*)/g;\\n\\n  // first line (possibly an empty line)\\n  var result = (function () {\\n    var nextLF = string.indexOf('\\\\n');\\n    nextLF = nextLF !== -1 ? nextLF : string.length;\\n    lineRe.lastIndex = nextLF;\\n    return foldLine(string.slice(0, nextLF), width);\\n  }());\\n  // If we haven't reached the first content line yet, don't add an extra \\\\n.\\n  var prevMoreIndented = string[0] === '\\\\n' || string[0] === ' ';\\n  var moreIndented;\\n\\n  // rest of the lines\\n  var match;\\n  while ((match = lineRe.exec(string))) {\\n    var prefix = match[1], line = match[2];\\n    moreIndented = (line[0] === ' ');\\n    result += prefix\\n      + (!prevMoreIndented && !moreIndented && line !== ''\\n        ? '\\\\n' : '')\\n      + foldLine(line, width);\\n    prevMoreIndented = moreIndented;\\n  }\\n\\n  return result;\\n}\\n\\n// Greedy line breaking.\\n// Picks the longest line under the limit each time,\\n// otherwise settles for the shortest line over the limit.\\n// NB. More-indented lines *cannot* be folded, as that would add an extra \\\\n.\\nfunction foldLine(line, width) {\\n  if (line === '' || line[0] === ' ') return line;\\n\\n  // Since a more-indented line adds a \\\\n, breaks can't be followed by a space.\\n  var breakRe = / [^ ]/g; // note: the match index will always be <= length-2.\\n  var match;\\n  // start is an inclusive index. end, curr, and next are exclusive.\\n  var start = 0, end, curr = 0, next = 0;\\n  var result = '';\\n\\n  // Invariants: 0 <= start <= length-1.\\n  //   0 <= curr <= next <= max(0, length-2). curr - start <= width.\\n  // Inside the loop:\\n  //   A match implies length >= 2, so curr and next are <= length-2.\\n  while ((match = breakRe.exec(line))) {\\n    next = match.index;\\n    // maintain invariant: curr - start <= width\\n    if (next - start > width) {\\n      end = (curr > start) ? curr : next; // derive end <= length-2\\n      result += '\\\\n' + line.slice(start, end);\\n      // skip the space that was output as \\\\n\\n      start = end + 1;                    // derive start <= length-1\\n    }\\n    curr = next;\\n  }\\n\\n  // By the invariants, start <= length-1, so there is something left over.\\n  // It is either the whole string or a part starting from non-whitespace.\\n  result += '\\\\n';\\n  // Insert a break if the remainder is too long and there is a break available.\\n  if (line.length - start > width && curr > start) {\\n    result += line.slice(start, curr) + '\\\\n' + line.slice(curr + 1);\\n  } else {\\n    result += line.slice(start);\\n  }\\n\\n  return result.slice(1); // drop extra \\\\n joiner\\n}\\n\\n// Escapes a double-quoted string.\\nfunction escapeString(string) {\\n  var result = '';\\n  var char, nextChar;\\n  var escapeSeq;\\n\\n  for (var i = 0; i < string.length; i++) {\\n    char = string.charCodeAt(i);\\n    // Check for surrogate pairs (reference Unicode 3.0 section \\\"3.7 Surrogates\\\").\\n    if (char >= 0xD800 && char <= 0xDBFF/* high surrogate */) {\\n      nextChar = string.charCodeAt(i + 1);\\n      if (nextChar >= 0xDC00 && nextChar <= 0xDFFF/* low surrogate */) {\\n        // Combine the surrogate pair and store it escaped.\\n        result += encodeHex((char - 0xD800) * 0x400 + nextChar - 0xDC00 + 0x10000);\\n        // Advance index one extra since we already used that char here.\\n        i++; continue;\\n      }\\n    }\\n    escapeSeq = ESCAPE_SEQUENCES[char];\\n    result += !escapeSeq && isPrintable(char)\\n      ? string[i]\\n      : escapeSeq || encodeHex(char);\\n  }\\n\\n  return result;\\n}\\n\\nfunction writeFlowSequence(state, level, object) {\\n  var _result = '',\\n      _tag    = state.tag,\\n      index,\\n      length;\\n\\n  for (index = 0, length = object.length; index < length; index += 1) {\\n    // Write only valid elements.\\n    if (writeNode(state, level, object[index], false, false)) {\\n      if (index !== 0) _result += ',' + (!state.condenseFlow ? ' ' : '');\\n      _result += state.dump;\\n    }\\n  }\\n\\n  state.tag = _tag;\\n  state.dump = '[' + _result + ']';\\n}\\n\\nfunction writeBlockSequence(state, level, object, compact) {\\n  var _result = '',\\n      _tag    = state.tag,\\n      index,\\n      length;\\n\\n  for (index = 0, length = object.length; index < length; index += 1) {\\n    // Write only valid elements.\\n    if (writeNode(state, level + 1, object[index], true, true)) {\\n      if (!compact || index !== 0) {\\n        _result += generateNextLine(state, level);\\n      }\\n\\n      if (state.dump && CHAR_LINE_FEED === state.dump.charCodeAt(0)) {\\n        _result += '-';\\n      } else {\\n        _result += '- ';\\n      }\\n\\n      _result += state.dump;\\n    }\\n  }\\n\\n  state.tag = _tag;\\n  state.dump = _result || '[]'; // Empty sequence if no valid values.\\n}\\n\\nfunction writeFlowMapping(state, level, object) {\\n  var _result       = '',\\n      _tag          = state.tag,\\n      objectKeyList = Object.keys(object),\\n      index,\\n      length,\\n      objectKey,\\n      objectValue,\\n      pairBuffer;\\n\\n  for (index = 0, length = objectKeyList.length; index < length; index += 1) {\\n    pairBuffer = state.condenseFlow ? '\\\"' : '';\\n\\n    if (index !== 0) pairBuffer += ', ';\\n\\n    objectKey = objectKeyList[index];\\n    objectValue = object[objectKey];\\n\\n    if (!writeNode(state, level, objectKey, false, false)) {\\n      continue; // Skip this pair because of invalid key;\\n    }\\n\\n    if (state.dump.length > 1024) pairBuffer += '? ';\\n\\n    pairBuffer += state.dump + (state.condenseFlow ? '\\\"' : '') + ':' + (state.condenseFlow ? '' : ' ');\\n\\n    if (!writeNode(state, level, objectValue, false, false)) {\\n      continue; // Skip this pair because of invalid value.\\n    }\\n\\n    pairBuffer += state.dump;\\n\\n    // Both key and value are valid.\\n    _result += pairBuffer;\\n  }\\n\\n  state.tag = _tag;\\n  state.dump = '{' + _result + '}';\\n}\\n\\nfunction writeBlockMapping(state, level, object, compact) {\\n  var _result       = '',\\n      _tag          = state.tag,\\n      objectKeyList = Object.keys(object),\\n      index,\\n      length,\\n      objectKey,\\n      objectValue,\\n      explicitPair,\\n      pairBuffer;\\n\\n  // Allow sorting keys so that the output file is deterministic\\n  if (state.sortKeys === true) {\\n    // Default sorting\\n    objectKeyList.sort();\\n  } else if (typeof state.sortKeys === 'function') {\\n    // Custom sort function\\n    objectKeyList.sort(state.sortKeys);\\n  } else if (state.sortKeys) {\\n    // Something is wrong\\n    throw new YAMLException('sortKeys must be a boolean or a function');\\n  }\\n\\n  for (index = 0, length = objectKeyList.length; index < length; index += 1) {\\n    pairBuffer = '';\\n\\n    if (!compact || index !== 0) {\\n      pairBuffer += generateNextLine(state, level);\\n    }\\n\\n    objectKey = objectKeyList[index];\\n    objectValue = object[objectKey];\\n\\n    if (!writeNode(state, level + 1, objectKey, true, true, true)) {\\n      continue; // Skip this pair because of invalid key.\\n    }\\n\\n    explicitPair = (state.tag !== null && state.tag !== '?') ||\\n                   (state.dump && state.dump.length > 1024);\\n\\n    if (explicitPair) {\\n      if (state.dump && CHAR_LINE_FEED === state.dump.charCodeAt(0)) {\\n        pairBuffer += '?';\\n      } else {\\n        pairBuffer += '? ';\\n      }\\n    }\\n\\n    pairBuffer += state.dump;\\n\\n    if (explicitPair) {\\n      pairBuffer += generateNextLine(state, level);\\n    }\\n\\n    if (!writeNode(state, level + 1, objectValue, true, explicitPair)) {\\n      continue; // Skip this pair because of invalid value.\\n    }\\n\\n    if (state.dump && CHAR_LINE_FEED === state.dump.charCodeAt(0)) {\\n      pairBuffer += ':';\\n    } else {\\n      pairBuffer += ': ';\\n    }\\n\\n    pairBuffer += state.dump;\\n\\n    // Both key and value are valid.\\n    _result += pairBuffer;\\n  }\\n\\n  state.tag = _tag;\\n  state.dump = _result || '{}'; // Empty mapping if no valid pairs.\\n}\\n\\nfunction detectType(state, object, explicit) {\\n  var _result, typeList, index, length, type, style;\\n\\n  typeList = explicit ? state.explicitTypes : state.implicitTypes;\\n\\n  for (index = 0, length = typeList.length; index < length; index += 1) {\\n    type = typeList[index];\\n\\n    if ((type.instanceOf  || type.predicate) &&\\n        (!type.instanceOf || ((typeof object === 'object') && (object instanceof type.instanceOf))) &&\\n        (!type.predicate  || type.predicate(object))) {\\n\\n      state.tag = explicit ? type.tag : '?';\\n\\n      if (type.represent) {\\n        style = state.styleMap[type.tag] || type.defaultStyle;\\n\\n        if (_toString.call(type.represent) === '[object Function]') {\\n          _result = type.represent(object, style);\\n        } else if (_hasOwnProperty.call(type.represent, style)) {\\n          _result = type.represent[style](object, style);\\n        } else {\\n          throw new YAMLException('!<' + type.tag + '> tag resolver accepts not \\\"' + style + '\\\" style');\\n        }\\n\\n        state.dump = _result;\\n      }\\n\\n      return true;\\n    }\\n  }\\n\\n  return false;\\n}\\n\\n// Serializes `object` and writes it to global `result`.\\n// Returns true on success, or false on invalid object.\\n//\\nfunction writeNode(state, level, object, block, compact, iskey) {\\n  state.tag = null;\\n  state.dump = object;\\n\\n  if (!detectType(state, object, false)) {\\n    detectType(state, object, true);\\n  }\\n\\n  var type = _toString.call(state.dump);\\n\\n  if (block) {\\n    block = (state.flowLevel < 0 || state.flowLevel > level);\\n  }\\n\\n  var objectOrArray = type === '[object Object]' || type === '[object Array]',\\n      duplicateIndex,\\n      duplicate;\\n\\n  if (objectOrArray) {\\n    duplicateIndex = state.duplicates.indexOf(object);\\n    duplicate = duplicateIndex !== -1;\\n  }\\n\\n  if ((state.tag !== null && state.tag !== '?') || duplicate || (state.indent !== 2 && level > 0)) {\\n    compact = false;\\n  }\\n\\n  if (duplicate && state.usedDuplicates[duplicateIndex]) {\\n    state.dump = '*ref_' + duplicateIndex;\\n  } else {\\n    if (objectOrArray && duplicate && !state.usedDuplicates[duplicateIndex]) {\\n      state.usedDuplicates[duplicateIndex] = true;\\n    }\\n    if (type === '[object Object]') {\\n      if (block && (Object.keys(state.dump).length !== 0)) {\\n        writeBlockMapping(state, level, state.dump, compact);\\n        if (duplicate) {\\n          state.dump = '&ref_' + duplicateIndex + state.dump;\\n        }\\n      } else {\\n        writeFlowMapping(state, level, state.dump);\\n        if (duplicate) {\\n          state.dump = '&ref_' + duplicateIndex + ' ' + state.dump;\\n        }\\n      }\\n    } else if (type === '[object Array]') {\\n      if (block && (state.dump.length !== 0)) {\\n        writeBlockSequence(state, level, state.dump, compact);\\n        if (duplicate) {\\n          state.dump = '&ref_' + duplicateIndex + state.dump;\\n        }\\n      } else {\\n        writeFlowSequence(state, level, state.dump);\\n        if (duplicate) {\\n          state.dump = '&ref_' + duplicateIndex + ' ' + state.dump;\\n        }\\n      }\\n    } else if (type === '[object String]') {\\n      if (state.tag !== '?') {\\n        writeScalar(state, state.dump, level, iskey);\\n      }\\n    } else {\\n      if (state.skipInvalid) return false;\\n      throw new YAMLException('unacceptable kind of an object to dump ' + type);\\n    }\\n\\n    if (state.tag !== null && state.tag !== '?') {\\n      state.dump = '!<' + state.tag + '> ' + state.dump;\\n    }\\n  }\\n\\n  return true;\\n}\\n\\nfunction getDuplicateReferences(object, state) {\\n  var objects = [],\\n      duplicatesIndexes = [],\\n      index,\\n      length;\\n\\n  inspectNode(object, objects, duplicatesIndexes);\\n\\n  for (index = 0, length = duplicatesIndexes.length; index < length; index += 1) {\\n    state.duplicates.push(objects[duplicatesIndexes[index]]);\\n  }\\n  state.usedDuplicates = new Array(length);\\n}\\n\\nfunction inspectNode(object, objects, duplicatesIndexes) {\\n  var objectKeyList,\\n      index,\\n      length;\\n\\n  if (object !== null && typeof object === 'object') {\\n    index = objects.indexOf(object);\\n    if (index !== -1) {\\n      if (duplicatesIndexes.indexOf(index) === -1) {\\n        duplicatesIndexes.push(index);\\n      }\\n    } else {\\n      objects.push(object);\\n\\n      if (Array.isArray(object)) {\\n        for (index = 0, length = object.length; index < length; index += 1) {\\n          inspectNode(object[index], objects, duplicatesIndexes);\\n        }\\n      } else {\\n        objectKeyList = Object.keys(object);\\n\\n        for (index = 0, length = objectKeyList.length; index < length; index += 1) {\\n          inspectNode(object[objectKeyList[index]], objects, duplicatesIndexes);\\n        }\\n      }\\n    }\\n  }\\n}\\n\\nfunction dump(input, options) {\\n  options = options || {};\\n\\n  var state = new State(options);\\n\\n  if (!state.noRefs) getDuplicateReferences(input, state);\\n\\n  if (writeNode(state, 0, input, true, true)) return state.dump + '\\\\n';\\n\\n  return '';\\n}\\n\\nfunction safeDump(input, options) {\\n  return dump(input, common.extend({ schema: DEFAULT_SAFE_SCHEMA }, options));\\n}\\n\\nmodule.exports.dump     = dump;\\nmodule.exports.safeDump = safeDump;\\n\"\n    },\n    {\n      \"id\": 128,\n      \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/bluebird/js/browser/bluebird.js\",\n      \"name\": \"./node_modules/bluebird/js/browser/bluebird.js\",\n      \"index\": 205,\n      \"index2\": 206,\n      \"size\": 179169,\n      \"cacheable\": true,\n      \"built\": true,\n      \"optional\": false,\n      \"prefetched\": false,\n      \"chunks\": [\n        2,\n        3\n      ],\n      \"issuer\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/devtools.js\",\n      \"issuerId\": 343,\n      \"issuerName\": \"./chrome/extension/devtools.js\",\n      \"issuerPath\": [\n        {\n          \"id\": 342,\n          \"identifier\": \"multi /Users/jarred/Code/styleurl/webpack/customPublicPath /Users/jarred/Code/styleurl/chrome/extension/devtools\",\n          \"name\": \"multi ./webpack/customPublicPath ./chrome/extension/devtools\",\n          \"profile\": {\n            \"factory\": 0,\n            \"building\": 0,\n            \"dependencies\": 54\n          }\n        },\n        {\n          \"id\": 343,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/devtools.js\",\n          \"name\": \"./chrome/extension/devtools.js\",\n          \"profile\": {\n            \"factory\": 55,\n            \"building\": 548\n          }\n        }\n      ],\n      \"profile\": {\n        \"factory\": 230,\n        \"building\": 567,\n        \"dependencies\": 245\n      },\n      \"failed\": false,\n      \"errors\": 0,\n      \"warnings\": 0,\n      \"assets\": [],\n      \"reasons\": [\n        {\n          \"moduleId\": 192,\n          \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/background.js\",\n          \"module\": \"./chrome/extension/background.js\",\n          \"moduleName\": \"./chrome/extension/background.js\",\n          \"type\": \"cjs require\",\n          \"userRequest\": \"bluebird\",\n          \"loc\": \"17:39-58\"\n        },\n        {\n          \"moduleId\": 343,\n          \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/devtools.js\",\n          \"module\": \"./chrome/extension/devtools.js\",\n          \"moduleName\": \"./chrome/extension/devtools.js\",\n          \"type\": \"cjs require\",\n          \"userRequest\": \"bluebird\",\n          \"loc\": \"15:39-58\"\n        }\n      ],\n      \"usedExports\": true,\n      \"providedExports\": null,\n      \"optimizationBailout\": [\n        \"ModuleConcatenation bailout: Module is not an ECMAScript module\"\n      ],\n      \"depth\": 2,\n      \"source\": \"/* @preserve\\n * The MIT License (MIT)\\n * \\n * Copyright (c) 2013-2017 Petka Antonov\\n * \\n * Permission is hereby granted, free of charge, to any person obtaining a copy\\n * of this software and associated documentation files (the \\\"Software\\\"), to deal\\n * in the Software without restriction, including without limitation the rights\\n * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell\\n * copies of the Software, and to permit persons to whom the Software is\\n * furnished to do so, subject to the following conditions:\\n * \\n * The above copyright notice and this permission notice shall be included in\\n * all copies or substantial portions of the Software.\\n * \\n * THE SOFTWARE IS PROVIDED \\\"AS IS\\\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\\n * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL THE\\n * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\\n * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\\n * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN\\n * THE SOFTWARE.\\n * \\n */\\n/**\\n * bluebird build version 3.5.1\\n * Features enabled: core, race, call_get, generators, map, nodeify, promisify, props, reduce, settle, some, using, timers, filter, any, each\\n*/\\n!function(e){if(\\\"object\\\"==typeof exports&&\\\"undefined\\\"!=typeof module)module.exports=e();else if(\\\"function\\\"==typeof define&&define.amd)define([],e);else{var f;\\\"undefined\\\"!=typeof window?f=window:\\\"undefined\\\"!=typeof global?f=global:\\\"undefined\\\"!=typeof self&&(f=self),f.Promise=e()}}(function(){var define,module,exports;return (function e(t,n,r){function s(o,u){if(!n[o]){if(!t[o]){var a=typeof _dereq_==\\\"function\\\"&&_dereq_;if(!u&&a)return a(o,!0);if(i)return i(o,!0);var f=new Error(\\\"Cannot find module '\\\"+o+\\\"'\\\");throw f.code=\\\"MODULE_NOT_FOUND\\\",f}var l=n[o]={exports:{}};t[o][0].call(l.exports,function(e){var n=t[o][1][e];return s(n?n:e)},l,l.exports,e,t,n,r)}return n[o].exports}var i=typeof _dereq_==\\\"function\\\"&&_dereq_;for(var o=0;o<r.length;o++)s(r[o]);return s})({1:[function(_dereq_,module,exports){\\n\\\"use strict\\\";\\nmodule.exports = function(Promise) {\\nvar SomePromiseArray = Promise._SomePromiseArray;\\nfunction any(promises) {\\n    var ret = new SomePromiseArray(promises);\\n    var promise = ret.promise();\\n    ret.setHowMany(1);\\n    ret.setUnwrap();\\n    ret.init();\\n    return promise;\\n}\\n\\nPromise.any = function (promises) {\\n    return any(promises);\\n};\\n\\nPromise.prototype.any = function () {\\n    return any(this);\\n};\\n\\n};\\n\\n},{}],2:[function(_dereq_,module,exports){\\n\\\"use strict\\\";\\nvar firstLineError;\\ntry {throw new Error(); } catch (e) {firstLineError = e;}\\nvar schedule = _dereq_(\\\"./schedule\\\");\\nvar Queue = _dereq_(\\\"./queue\\\");\\nvar util = _dereq_(\\\"./util\\\");\\n\\nfunction Async() {\\n    this._customScheduler = false;\\n    this._isTickUsed = false;\\n    this._lateQueue = new Queue(16);\\n    this._normalQueue = new Queue(16);\\n    this._haveDrainedQueues = false;\\n    this._trampolineEnabled = true;\\n    var self = this;\\n    this.drainQueues = function () {\\n        self._drainQueues();\\n    };\\n    this._schedule = schedule;\\n}\\n\\nAsync.prototype.setScheduler = function(fn) {\\n    var prev = this._schedule;\\n    this._schedule = fn;\\n    this._customScheduler = true;\\n    return prev;\\n};\\n\\nAsync.prototype.hasCustomScheduler = function() {\\n    return this._customScheduler;\\n};\\n\\nAsync.prototype.enableTrampoline = function() {\\n    this._trampolineEnabled = true;\\n};\\n\\nAsync.prototype.disableTrampolineIfNecessary = function() {\\n    if (util.hasDevTools) {\\n        this._trampolineEnabled = false;\\n    }\\n};\\n\\nAsync.prototype.haveItemsQueued = function () {\\n    return this._isTickUsed || this._haveDrainedQueues;\\n};\\n\\n\\nAsync.prototype.fatalError = function(e, isNode) {\\n    if (isNode) {\\n        process.stderr.write(\\\"Fatal \\\" + (e instanceof Error ? e.stack : e) +\\n            \\\"\\\\n\\\");\\n        process.exit(2);\\n    } else {\\n        this.throwLater(e);\\n    }\\n};\\n\\nAsync.prototype.throwLater = function(fn, arg) {\\n    if (arguments.length === 1) {\\n        arg = fn;\\n        fn = function () { throw arg; };\\n    }\\n    if (typeof setTimeout !== \\\"undefined\\\") {\\n        setTimeout(function() {\\n            fn(arg);\\n        }, 0);\\n    } else try {\\n        this._schedule(function() {\\n            fn(arg);\\n        });\\n    } catch (e) {\\n        throw new Error(\\\"No async scheduler available\\\\u000a\\\\u000a    See http://goo.gl/MqrFmX\\\\u000a\\\");\\n    }\\n};\\n\\nfunction AsyncInvokeLater(fn, receiver, arg) {\\n    this._lateQueue.push(fn, receiver, arg);\\n    this._queueTick();\\n}\\n\\nfunction AsyncInvoke(fn, receiver, arg) {\\n    this._normalQueue.push(fn, receiver, arg);\\n    this._queueTick();\\n}\\n\\nfunction AsyncSettlePromises(promise) {\\n    this._normalQueue._pushOne(promise);\\n    this._queueTick();\\n}\\n\\nif (!util.hasDevTools) {\\n    Async.prototype.invokeLater = AsyncInvokeLater;\\n    Async.prototype.invoke = AsyncInvoke;\\n    Async.prototype.settlePromises = AsyncSettlePromises;\\n} else {\\n    Async.prototype.invokeLater = function (fn, receiver, arg) {\\n        if (this._trampolineEnabled) {\\n            AsyncInvokeLater.call(this, fn, receiver, arg);\\n        } else {\\n            this._schedule(function() {\\n                setTimeout(function() {\\n                    fn.call(receiver, arg);\\n                }, 100);\\n            });\\n        }\\n    };\\n\\n    Async.prototype.invoke = function (fn, receiver, arg) {\\n        if (this._trampolineEnabled) {\\n            AsyncInvoke.call(this, fn, receiver, arg);\\n        } else {\\n            this._schedule(function() {\\n                fn.call(receiver, arg);\\n            });\\n        }\\n    };\\n\\n    Async.prototype.settlePromises = function(promise) {\\n        if (this._trampolineEnabled) {\\n            AsyncSettlePromises.call(this, promise);\\n        } else {\\n            this._schedule(function() {\\n                promise._settlePromises();\\n            });\\n        }\\n    };\\n}\\n\\nAsync.prototype._drainQueue = function(queue) {\\n    while (queue.length() > 0) {\\n        var fn = queue.shift();\\n        if (typeof fn !== \\\"function\\\") {\\n            fn._settlePromises();\\n            continue;\\n        }\\n        var receiver = queue.shift();\\n        var arg = queue.shift();\\n        fn.call(receiver, arg);\\n    }\\n};\\n\\nAsync.prototype._drainQueues = function () {\\n    this._drainQueue(this._normalQueue);\\n    this._reset();\\n    this._haveDrainedQueues = true;\\n    this._drainQueue(this._lateQueue);\\n};\\n\\nAsync.prototype._queueTick = function () {\\n    if (!this._isTickUsed) {\\n        this._isTickUsed = true;\\n        this._schedule(this.drainQueues);\\n    }\\n};\\n\\nAsync.prototype._reset = function () {\\n    this._isTickUsed = false;\\n};\\n\\nmodule.exports = Async;\\nmodule.exports.firstLineError = firstLineError;\\n\\n},{\\\"./queue\\\":26,\\\"./schedule\\\":29,\\\"./util\\\":36}],3:[function(_dereq_,module,exports){\\n\\\"use strict\\\";\\nmodule.exports = function(Promise, INTERNAL, tryConvertToPromise, debug) {\\nvar calledBind = false;\\nvar rejectThis = function(_, e) {\\n    this._reject(e);\\n};\\n\\nvar targetRejected = function(e, context) {\\n    context.promiseRejectionQueued = true;\\n    context.bindingPromise._then(rejectThis, rejectThis, null, this, e);\\n};\\n\\nvar bindingResolved = function(thisArg, context) {\\n    if (((this._bitField & 50397184) === 0)) {\\n        this._resolveCallback(context.target);\\n    }\\n};\\n\\nvar bindingRejected = function(e, context) {\\n    if (!context.promiseRejectionQueued) this._reject(e);\\n};\\n\\nPromise.prototype.bind = function (thisArg) {\\n    if (!calledBind) {\\n        calledBind = true;\\n        Promise.prototype._propagateFrom = debug.propagateFromFunction();\\n        Promise.prototype._boundValue = debug.boundValueFunction();\\n    }\\n    var maybePromise = tryConvertToPromise(thisArg);\\n    var ret = new Promise(INTERNAL);\\n    ret._propagateFrom(this, 1);\\n    var target = this._target();\\n    ret._setBoundTo(maybePromise);\\n    if (maybePromise instanceof Promise) {\\n        var context = {\\n            promiseRejectionQueued: false,\\n            promise: ret,\\n            target: target,\\n            bindingPromise: maybePromise\\n        };\\n        target._then(INTERNAL, targetRejected, undefined, ret, context);\\n        maybePromise._then(\\n            bindingResolved, bindingRejected, undefined, ret, context);\\n        ret._setOnCancel(maybePromise);\\n    } else {\\n        ret._resolveCallback(target);\\n    }\\n    return ret;\\n};\\n\\nPromise.prototype._setBoundTo = function (obj) {\\n    if (obj !== undefined) {\\n        this._bitField = this._bitField | 2097152;\\n        this._boundTo = obj;\\n    } else {\\n        this._bitField = this._bitField & (~2097152);\\n    }\\n};\\n\\nPromise.prototype._isBound = function () {\\n    return (this._bitField & 2097152) === 2097152;\\n};\\n\\nPromise.bind = function (thisArg, value) {\\n    return Promise.resolve(value).bind(thisArg);\\n};\\n};\\n\\n},{}],4:[function(_dereq_,module,exports){\\n\\\"use strict\\\";\\nvar old;\\nif (typeof Promise !== \\\"undefined\\\") old = Promise;\\nfunction noConflict() {\\n    try { if (Promise === bluebird) Promise = old; }\\n    catch (e) {}\\n    return bluebird;\\n}\\nvar bluebird = _dereq_(\\\"./promise\\\")();\\nbluebird.noConflict = noConflict;\\nmodule.exports = bluebird;\\n\\n},{\\\"./promise\\\":22}],5:[function(_dereq_,module,exports){\\n\\\"use strict\\\";\\nvar cr = Object.create;\\nif (cr) {\\n    var callerCache = cr(null);\\n    var getterCache = cr(null);\\n    callerCache[\\\" size\\\"] = getterCache[\\\" size\\\"] = 0;\\n}\\n\\nmodule.exports = function(Promise) {\\nvar util = _dereq_(\\\"./util\\\");\\nvar canEvaluate = util.canEvaluate;\\nvar isIdentifier = util.isIdentifier;\\n\\nvar getMethodCaller;\\nvar getGetter;\\nif (!true) {\\nvar makeMethodCaller = function (methodName) {\\n    return new Function(\\\"ensureMethod\\\", \\\"                                    \\\\n\\\\\\n        return function(obj) {                                               \\\\n\\\\\\n            'use strict'                                                     \\\\n\\\\\\n            var len = this.length;                                           \\\\n\\\\\\n            ensureMethod(obj, 'methodName');                                 \\\\n\\\\\\n            switch(len) {                                                    \\\\n\\\\\\n                case 1: return obj.methodName(this[0]);                      \\\\n\\\\\\n                case 2: return obj.methodName(this[0], this[1]);             \\\\n\\\\\\n                case 3: return obj.methodName(this[0], this[1], this[2]);    \\\\n\\\\\\n                case 0: return obj.methodName();                             \\\\n\\\\\\n                default:                                                     \\\\n\\\\\\n                    return obj.methodName.apply(obj, this);                  \\\\n\\\\\\n            }                                                                \\\\n\\\\\\n        };                                                                   \\\\n\\\\\\n        \\\".replace(/methodName/g, methodName))(ensureMethod);\\n};\\n\\nvar makeGetter = function (propertyName) {\\n    return new Function(\\\"obj\\\", \\\"                                             \\\\n\\\\\\n        'use strict';                                                        \\\\n\\\\\\n        return obj.propertyName;                                             \\\\n\\\\\\n        \\\".replace(\\\"propertyName\\\", propertyName));\\n};\\n\\nvar getCompiled = function(name, compiler, cache) {\\n    var ret = cache[name];\\n    if (typeof ret !== \\\"function\\\") {\\n        if (!isIdentifier(name)) {\\n            return null;\\n        }\\n        ret = compiler(name);\\n        cache[name] = ret;\\n        cache[\\\" size\\\"]++;\\n        if (cache[\\\" size\\\"] > 512) {\\n            var keys = Object.keys(cache);\\n            for (var i = 0; i < 256; ++i) delete cache[keys[i]];\\n            cache[\\\" size\\\"] = keys.length - 256;\\n        }\\n    }\\n    return ret;\\n};\\n\\ngetMethodCaller = function(name) {\\n    return getCompiled(name, makeMethodCaller, callerCache);\\n};\\n\\ngetGetter = function(name) {\\n    return getCompiled(name, makeGetter, getterCache);\\n};\\n}\\n\\nfunction ensureMethod(obj, methodName) {\\n    var fn;\\n    if (obj != null) fn = obj[methodName];\\n    if (typeof fn !== \\\"function\\\") {\\n        var message = \\\"Object \\\" + util.classString(obj) + \\\" has no method '\\\" +\\n            util.toString(methodName) + \\\"'\\\";\\n        throw new Promise.TypeError(message);\\n    }\\n    return fn;\\n}\\n\\nfunction caller(obj) {\\n    var methodName = this.pop();\\n    var fn = ensureMethod(obj, methodName);\\n    return fn.apply(obj, this);\\n}\\nPromise.prototype.call = function (methodName) {\\n    var args = [].slice.call(arguments, 1);;\\n    if (!true) {\\n        if (canEvaluate) {\\n            var maybeCaller = getMethodCaller(methodName);\\n            if (maybeCaller !== null) {\\n                return this._then(\\n                    maybeCaller, undefined, undefined, args, undefined);\\n            }\\n        }\\n    }\\n    args.push(methodName);\\n    return this._then(caller, undefined, undefined, args, undefined);\\n};\\n\\nfunction namedGetter(obj) {\\n    return obj[this];\\n}\\nfunction indexedGetter(obj) {\\n    var index = +this;\\n    if (index < 0) index = Math.max(0, index + obj.length);\\n    return obj[index];\\n}\\nPromise.prototype.get = function (propertyName) {\\n    var isIndex = (typeof propertyName === \\\"number\\\");\\n    var getter;\\n    if (!isIndex) {\\n        if (canEvaluate) {\\n            var maybeGetter = getGetter(propertyName);\\n            getter = maybeGetter !== null ? maybeGetter : namedGetter;\\n        } else {\\n            getter = namedGetter;\\n        }\\n    } else {\\n        getter = indexedGetter;\\n    }\\n    return this._then(getter, undefined, undefined, propertyName, undefined);\\n};\\n};\\n\\n},{\\\"./util\\\":36}],6:[function(_dereq_,module,exports){\\n\\\"use strict\\\";\\nmodule.exports = function(Promise, PromiseArray, apiRejection, debug) {\\nvar util = _dereq_(\\\"./util\\\");\\nvar tryCatch = util.tryCatch;\\nvar errorObj = util.errorObj;\\nvar async = Promise._async;\\n\\nPromise.prototype[\\\"break\\\"] = Promise.prototype.cancel = function() {\\n    if (!debug.cancellation()) return this._warn(\\\"cancellation is disabled\\\");\\n\\n    var promise = this;\\n    var child = promise;\\n    while (promise._isCancellable()) {\\n        if (!promise._cancelBy(child)) {\\n            if (child._isFollowing()) {\\n                child._followee().cancel();\\n            } else {\\n                child._cancelBranched();\\n            }\\n            break;\\n        }\\n\\n        var parent = promise._cancellationParent;\\n        if (parent == null || !parent._isCancellable()) {\\n            if (promise._isFollowing()) {\\n                promise._followee().cancel();\\n            } else {\\n                promise._cancelBranched();\\n            }\\n            break;\\n        } else {\\n            if (promise._isFollowing()) promise._followee().cancel();\\n            promise._setWillBeCancelled();\\n            child = promise;\\n            promise = parent;\\n        }\\n    }\\n};\\n\\nPromise.prototype._branchHasCancelled = function() {\\n    this._branchesRemainingToCancel--;\\n};\\n\\nPromise.prototype._enoughBranchesHaveCancelled = function() {\\n    return this._branchesRemainingToCancel === undefined ||\\n           this._branchesRemainingToCancel <= 0;\\n};\\n\\nPromise.prototype._cancelBy = function(canceller) {\\n    if (canceller === this) {\\n        this._branchesRemainingToCancel = 0;\\n        this._invokeOnCancel();\\n        return true;\\n    } else {\\n        this._branchHasCancelled();\\n        if (this._enoughBranchesHaveCancelled()) {\\n            this._invokeOnCancel();\\n            return true;\\n        }\\n    }\\n    return false;\\n};\\n\\nPromise.prototype._cancelBranched = function() {\\n    if (this._enoughBranchesHaveCancelled()) {\\n        this._cancel();\\n    }\\n};\\n\\nPromise.prototype._cancel = function() {\\n    if (!this._isCancellable()) return;\\n    this._setCancelled();\\n    async.invoke(this._cancelPromises, this, undefined);\\n};\\n\\nPromise.prototype._cancelPromises = function() {\\n    if (this._length() > 0) this._settlePromises();\\n};\\n\\nPromise.prototype._unsetOnCancel = function() {\\n    this._onCancelField = undefined;\\n};\\n\\nPromise.prototype._isCancellable = function() {\\n    return this.isPending() && !this._isCancelled();\\n};\\n\\nPromise.prototype.isCancellable = function() {\\n    return this.isPending() && !this.isCancelled();\\n};\\n\\nPromise.prototype._doInvokeOnCancel = function(onCancelCallback, internalOnly) {\\n    if (util.isArray(onCancelCallback)) {\\n        for (var i = 0; i < onCancelCallback.length; ++i) {\\n            this._doInvokeOnCancel(onCancelCallback[i], internalOnly);\\n        }\\n    } else if (onCancelCallback !== undefined) {\\n        if (typeof onCancelCallback === \\\"function\\\") {\\n            if (!internalOnly) {\\n                var e = tryCatch(onCancelCallback).call(this._boundValue());\\n                if (e === errorObj) {\\n                    this._attachExtraTrace(e.e);\\n                    async.throwLater(e.e);\\n                }\\n            }\\n        } else {\\n            onCancelCallback._resultCancelled(this);\\n        }\\n    }\\n};\\n\\nPromise.prototype._invokeOnCancel = function() {\\n    var onCancelCallback = this._onCancel();\\n    this._unsetOnCancel();\\n    async.invoke(this._doInvokeOnCancel, this, onCancelCallback);\\n};\\n\\nPromise.prototype._invokeInternalOnCancel = function() {\\n    if (this._isCancellable()) {\\n        this._doInvokeOnCancel(this._onCancel(), true);\\n        this._unsetOnCancel();\\n    }\\n};\\n\\nPromise.prototype._resultCancelled = function() {\\n    this.cancel();\\n};\\n\\n};\\n\\n},{\\\"./util\\\":36}],7:[function(_dereq_,module,exports){\\n\\\"use strict\\\";\\nmodule.exports = function(NEXT_FILTER) {\\nvar util = _dereq_(\\\"./util\\\");\\nvar getKeys = _dereq_(\\\"./es5\\\").keys;\\nvar tryCatch = util.tryCatch;\\nvar errorObj = util.errorObj;\\n\\nfunction catchFilter(instances, cb, promise) {\\n    return function(e) {\\n        var boundTo = promise._boundValue();\\n        predicateLoop: for (var i = 0; i < instances.length; ++i) {\\n            var item = instances[i];\\n\\n            if (item === Error ||\\n                (item != null && item.prototype instanceof Error)) {\\n                if (e instanceof item) {\\n                    return tryCatch(cb).call(boundTo, e);\\n                }\\n            } else if (typeof item === \\\"function\\\") {\\n                var matchesPredicate = tryCatch(item).call(boundTo, e);\\n                if (matchesPredicate === errorObj) {\\n                    return matchesPredicate;\\n                } else if (matchesPredicate) {\\n                    return tryCatch(cb).call(boundTo, e);\\n                }\\n            } else if (util.isObject(e)) {\\n                var keys = getKeys(item);\\n                for (var j = 0; j < keys.length; ++j) {\\n                    var key = keys[j];\\n                    if (item[key] != e[key]) {\\n                        continue predicateLoop;\\n                    }\\n                }\\n                return tryCatch(cb).call(boundTo, e);\\n            }\\n        }\\n        return NEXT_FILTER;\\n    };\\n}\\n\\nreturn catchFilter;\\n};\\n\\n},{\\\"./es5\\\":13,\\\"./util\\\":36}],8:[function(_dereq_,module,exports){\\n\\\"use strict\\\";\\nmodule.exports = function(Promise) {\\nvar longStackTraces = false;\\nvar contextStack = [];\\n\\nPromise.prototype._promiseCreated = function() {};\\nPromise.prototype._pushContext = function() {};\\nPromise.prototype._popContext = function() {return null;};\\nPromise._peekContext = Promise.prototype._peekContext = function() {};\\n\\nfunction Context() {\\n    this._trace = new Context.CapturedTrace(peekContext());\\n}\\nContext.prototype._pushContext = function () {\\n    if (this._trace !== undefined) {\\n        this._trace._promiseCreated = null;\\n        contextStack.push(this._trace);\\n    }\\n};\\n\\nContext.prototype._popContext = function () {\\n    if (this._trace !== undefined) {\\n        var trace = contextStack.pop();\\n        var ret = trace._promiseCreated;\\n        trace._promiseCreated = null;\\n        return ret;\\n    }\\n    return null;\\n};\\n\\nfunction createContext() {\\n    if (longStackTraces) return new Context();\\n}\\n\\nfunction peekContext() {\\n    var lastIndex = contextStack.length - 1;\\n    if (lastIndex >= 0) {\\n        return contextStack[lastIndex];\\n    }\\n    return undefined;\\n}\\nContext.CapturedTrace = null;\\nContext.create = createContext;\\nContext.deactivateLongStackTraces = function() {};\\nContext.activateLongStackTraces = function() {\\n    var Promise_pushContext = Promise.prototype._pushContext;\\n    var Promise_popContext = Promise.prototype._popContext;\\n    var Promise_PeekContext = Promise._peekContext;\\n    var Promise_peekContext = Promise.prototype._peekContext;\\n    var Promise_promiseCreated = Promise.prototype._promiseCreated;\\n    Context.deactivateLongStackTraces = function() {\\n        Promise.prototype._pushContext = Promise_pushContext;\\n        Promise.prototype._popContext = Promise_popContext;\\n        Promise._peekContext = Promise_PeekContext;\\n        Promise.prototype._peekContext = Promise_peekContext;\\n        Promise.prototype._promiseCreated = Promise_promiseCreated;\\n        longStackTraces = false;\\n    };\\n    longStackTraces = true;\\n    Promise.prototype._pushContext = Context.prototype._pushContext;\\n    Promise.prototype._popContext = Context.prototype._popContext;\\n    Promise._peekContext = Promise.prototype._peekContext = peekContext;\\n    Promise.prototype._promiseCreated = function() {\\n        var ctx = this._peekContext();\\n        if (ctx && ctx._promiseCreated == null) ctx._promiseCreated = this;\\n    };\\n};\\nreturn Context;\\n};\\n\\n},{}],9:[function(_dereq_,module,exports){\\n\\\"use strict\\\";\\nmodule.exports = function(Promise, Context) {\\nvar getDomain = Promise._getDomain;\\nvar async = Promise._async;\\nvar Warning = _dereq_(\\\"./errors\\\").Warning;\\nvar util = _dereq_(\\\"./util\\\");\\nvar canAttachTrace = util.canAttachTrace;\\nvar unhandledRejectionHandled;\\nvar possiblyUnhandledRejection;\\nvar bluebirdFramePattern =\\n    /[\\\\\\\\\\\\/]bluebird[\\\\\\\\\\\\/]js[\\\\\\\\\\\\/](release|debug|instrumented)/;\\nvar nodeFramePattern = /\\\\((?:timers\\\\.js):\\\\d+:\\\\d+\\\\)/;\\nvar parseLinePattern = /[\\\\/<\\\\(](.+?):(\\\\d+):(\\\\d+)\\\\)?\\\\s*$/;\\nvar stackFramePattern = null;\\nvar formatStack = null;\\nvar indentStackFrames = false;\\nvar printWarning;\\nvar debugging = !!(util.env(\\\"BLUEBIRD_DEBUG\\\") != 0 &&\\n                        (true ||\\n                         util.env(\\\"BLUEBIRD_DEBUG\\\") ||\\n                         util.env(\\\"NODE_ENV\\\") === \\\"development\\\"));\\n\\nvar warnings = !!(util.env(\\\"BLUEBIRD_WARNINGS\\\") != 0 &&\\n    (debugging || util.env(\\\"BLUEBIRD_WARNINGS\\\")));\\n\\nvar longStackTraces = !!(util.env(\\\"BLUEBIRD_LONG_STACK_TRACES\\\") != 0 &&\\n    (debugging || util.env(\\\"BLUEBIRD_LONG_STACK_TRACES\\\")));\\n\\nvar wForgottenReturn = util.env(\\\"BLUEBIRD_W_FORGOTTEN_RETURN\\\") != 0 &&\\n    (warnings || !!util.env(\\\"BLUEBIRD_W_FORGOTTEN_RETURN\\\"));\\n\\nPromise.prototype.suppressUnhandledRejections = function() {\\n    var target = this._target();\\n    target._bitField = ((target._bitField & (~1048576)) |\\n                      524288);\\n};\\n\\nPromise.prototype._ensurePossibleRejectionHandled = function () {\\n    if ((this._bitField & 524288) !== 0) return;\\n    this._setRejectionIsUnhandled();\\n    var self = this;\\n    setTimeout(function() {\\n        self._notifyUnhandledRejection();\\n    }, 1);\\n};\\n\\nPromise.prototype._notifyUnhandledRejectionIsHandled = function () {\\n    fireRejectionEvent(\\\"rejectionHandled\\\",\\n                                  unhandledRejectionHandled, undefined, this);\\n};\\n\\nPromise.prototype._setReturnedNonUndefined = function() {\\n    this._bitField = this._bitField | 268435456;\\n};\\n\\nPromise.prototype._returnedNonUndefined = function() {\\n    return (this._bitField & 268435456) !== 0;\\n};\\n\\nPromise.prototype._notifyUnhandledRejection = function () {\\n    if (this._isRejectionUnhandled()) {\\n        var reason = this._settledValue();\\n        this._setUnhandledRejectionIsNotified();\\n        fireRejectionEvent(\\\"unhandledRejection\\\",\\n                                      possiblyUnhandledRejection, reason, this);\\n    }\\n};\\n\\nPromise.prototype._setUnhandledRejectionIsNotified = function () {\\n    this._bitField = this._bitField | 262144;\\n};\\n\\nPromise.prototype._unsetUnhandledRejectionIsNotified = function () {\\n    this._bitField = this._bitField & (~262144);\\n};\\n\\nPromise.prototype._isUnhandledRejectionNotified = function () {\\n    return (this._bitField & 262144) > 0;\\n};\\n\\nPromise.prototype._setRejectionIsUnhandled = function () {\\n    this._bitField = this._bitField | 1048576;\\n};\\n\\nPromise.prototype._unsetRejectionIsUnhandled = function () {\\n    this._bitField = this._bitField & (~1048576);\\n    if (this._isUnhandledRejectionNotified()) {\\n        this._unsetUnhandledRejectionIsNotified();\\n        this._notifyUnhandledRejectionIsHandled();\\n    }\\n};\\n\\nPromise.prototype._isRejectionUnhandled = function () {\\n    return (this._bitField & 1048576) > 0;\\n};\\n\\nPromise.prototype._warn = function(message, shouldUseOwnTrace, promise) {\\n    return warn(message, shouldUseOwnTrace, promise || this);\\n};\\n\\nPromise.onPossiblyUnhandledRejection = function (fn) {\\n    var domain = getDomain();\\n    possiblyUnhandledRejection =\\n        typeof fn === \\\"function\\\" ? (domain === null ?\\n                                            fn : util.domainBind(domain, fn))\\n                                 : undefined;\\n};\\n\\nPromise.onUnhandledRejectionHandled = function (fn) {\\n    var domain = getDomain();\\n    unhandledRejectionHandled =\\n        typeof fn === \\\"function\\\" ? (domain === null ?\\n                                            fn : util.domainBind(domain, fn))\\n                                 : undefined;\\n};\\n\\nvar disableLongStackTraces = function() {};\\nPromise.longStackTraces = function () {\\n    if (async.haveItemsQueued() && !config.longStackTraces) {\\n        throw new Error(\\\"cannot enable long stack traces after promises have been created\\\\u000a\\\\u000a    See http://goo.gl/MqrFmX\\\\u000a\\\");\\n    }\\n    if (!config.longStackTraces && longStackTracesIsSupported()) {\\n        var Promise_captureStackTrace = Promise.prototype._captureStackTrace;\\n        var Promise_attachExtraTrace = Promise.prototype._attachExtraTrace;\\n        config.longStackTraces = true;\\n        disableLongStackTraces = function() {\\n            if (async.haveItemsQueued() && !config.longStackTraces) {\\n                throw new Error(\\\"cannot enable long stack traces after promises have been created\\\\u000a\\\\u000a    See http://goo.gl/MqrFmX\\\\u000a\\\");\\n            }\\n            Promise.prototype._captureStackTrace = Promise_captureStackTrace;\\n            Promise.prototype._attachExtraTrace = Promise_attachExtraTrace;\\n            Context.deactivateLongStackTraces();\\n            async.enableTrampoline();\\n            config.longStackTraces = false;\\n        };\\n        Promise.prototype._captureStackTrace = longStackTracesCaptureStackTrace;\\n        Promise.prototype._attachExtraTrace = longStackTracesAttachExtraTrace;\\n        Context.activateLongStackTraces();\\n        async.disableTrampolineIfNecessary();\\n    }\\n};\\n\\nPromise.hasLongStackTraces = function () {\\n    return config.longStackTraces && longStackTracesIsSupported();\\n};\\n\\nvar fireDomEvent = (function() {\\n    try {\\n        if (typeof CustomEvent === \\\"function\\\") {\\n            var event = new CustomEvent(\\\"CustomEvent\\\");\\n            util.global.dispatchEvent(event);\\n            return function(name, event) {\\n                var domEvent = new CustomEvent(name.toLowerCase(), {\\n                    detail: event,\\n                    cancelable: true\\n                });\\n                return !util.global.dispatchEvent(domEvent);\\n            };\\n        } else if (typeof Event === \\\"function\\\") {\\n            var event = new Event(\\\"CustomEvent\\\");\\n            util.global.dispatchEvent(event);\\n            return function(name, event) {\\n                var domEvent = new Event(name.toLowerCase(), {\\n                    cancelable: true\\n                });\\n                domEvent.detail = event;\\n                return !util.global.dispatchEvent(domEvent);\\n            };\\n        } else {\\n            var event = document.createEvent(\\\"CustomEvent\\\");\\n            event.initCustomEvent(\\\"testingtheevent\\\", false, true, {});\\n            util.global.dispatchEvent(event);\\n            return function(name, event) {\\n                var domEvent = document.createEvent(\\\"CustomEvent\\\");\\n                domEvent.initCustomEvent(name.toLowerCase(), false, true,\\n                    event);\\n                return !util.global.dispatchEvent(domEvent);\\n            };\\n        }\\n    } catch (e) {}\\n    return function() {\\n        return false;\\n    };\\n})();\\n\\nvar fireGlobalEvent = (function() {\\n    if (util.isNode) {\\n        return function() {\\n            return process.emit.apply(process, arguments);\\n        };\\n    } else {\\n        if (!util.global) {\\n            return function() {\\n                return false;\\n            };\\n        }\\n        return function(name) {\\n            var methodName = \\\"on\\\" + name.toLowerCase();\\n            var method = util.global[methodName];\\n            if (!method) return false;\\n            method.apply(util.global, [].slice.call(arguments, 1));\\n            return true;\\n        };\\n    }\\n})();\\n\\nfunction generatePromiseLifecycleEventObject(name, promise) {\\n    return {promise: promise};\\n}\\n\\nvar eventToObjectGenerator = {\\n    promiseCreated: generatePromiseLifecycleEventObject,\\n    promiseFulfilled: generatePromiseLifecycleEventObject,\\n    promiseRejected: generatePromiseLifecycleEventObject,\\n    promiseResolved: generatePromiseLifecycleEventObject,\\n    promiseCancelled: generatePromiseLifecycleEventObject,\\n    promiseChained: function(name, promise, child) {\\n        return {promise: promise, child: child};\\n    },\\n    warning: function(name, warning) {\\n        return {warning: warning};\\n    },\\n    unhandledRejection: function (name, reason, promise) {\\n        return {reason: reason, promise: promise};\\n    },\\n    rejectionHandled: generatePromiseLifecycleEventObject\\n};\\n\\nvar activeFireEvent = function (name) {\\n    var globalEventFired = false;\\n    try {\\n        globalEventFired = fireGlobalEvent.apply(null, arguments);\\n    } catch (e) {\\n        async.throwLater(e);\\n        globalEventFired = true;\\n    }\\n\\n    var domEventFired = false;\\n    try {\\n        domEventFired = fireDomEvent(name,\\n                    eventToObjectGenerator[name].apply(null, arguments));\\n    } catch (e) {\\n        async.throwLater(e);\\n        domEventFired = true;\\n    }\\n\\n    return domEventFired || globalEventFired;\\n};\\n\\nPromise.config = function(opts) {\\n    opts = Object(opts);\\n    if (\\\"longStackTraces\\\" in opts) {\\n        if (opts.longStackTraces) {\\n            Promise.longStackTraces();\\n        } else if (!opts.longStackTraces && Promise.hasLongStackTraces()) {\\n            disableLongStackTraces();\\n        }\\n    }\\n    if (\\\"warnings\\\" in opts) {\\n        var warningsOption = opts.warnings;\\n        config.warnings = !!warningsOption;\\n        wForgottenReturn = config.warnings;\\n\\n        if (util.isObject(warningsOption)) {\\n            if (\\\"wForgottenReturn\\\" in warningsOption) {\\n                wForgottenReturn = !!warningsOption.wForgottenReturn;\\n            }\\n        }\\n    }\\n    if (\\\"cancellation\\\" in opts && opts.cancellation && !config.cancellation) {\\n        if (async.haveItemsQueued()) {\\n            throw new Error(\\n                \\\"cannot enable cancellation after promises are in use\\\");\\n        }\\n        Promise.prototype._clearCancellationData =\\n            cancellationClearCancellationData;\\n        Promise.prototype._propagateFrom = cancellationPropagateFrom;\\n        Promise.prototype._onCancel = cancellationOnCancel;\\n        Promise.prototype._setOnCancel = cancellationSetOnCancel;\\n        Promise.prototype._attachCancellationCallback =\\n            cancellationAttachCancellationCallback;\\n        Promise.prototype._execute = cancellationExecute;\\n        propagateFromFunction = cancellationPropagateFrom;\\n        config.cancellation = true;\\n    }\\n    if (\\\"monitoring\\\" in opts) {\\n        if (opts.monitoring && !config.monitoring) {\\n            config.monitoring = true;\\n            Promise.prototype._fireEvent = activeFireEvent;\\n        } else if (!opts.monitoring && config.monitoring) {\\n            config.monitoring = false;\\n            Promise.prototype._fireEvent = defaultFireEvent;\\n        }\\n    }\\n    return Promise;\\n};\\n\\nfunction defaultFireEvent() { return false; }\\n\\nPromise.prototype._fireEvent = defaultFireEvent;\\nPromise.prototype._execute = function(executor, resolve, reject) {\\n    try {\\n        executor(resolve, reject);\\n    } catch (e) {\\n        return e;\\n    }\\n};\\nPromise.prototype._onCancel = function () {};\\nPromise.prototype._setOnCancel = function (handler) { ; };\\nPromise.prototype._attachCancellationCallback = function(onCancel) {\\n    ;\\n};\\nPromise.prototype._captureStackTrace = function () {};\\nPromise.prototype._attachExtraTrace = function () {};\\nPromise.prototype._clearCancellationData = function() {};\\nPromise.prototype._propagateFrom = function (parent, flags) {\\n    ;\\n    ;\\n};\\n\\nfunction cancellationExecute(executor, resolve, reject) {\\n    var promise = this;\\n    try {\\n        executor(resolve, reject, function(onCancel) {\\n            if (typeof onCancel !== \\\"function\\\") {\\n                throw new TypeError(\\\"onCancel must be a function, got: \\\" +\\n                                    util.toString(onCancel));\\n            }\\n            promise._attachCancellationCallback(onCancel);\\n        });\\n    } catch (e) {\\n        return e;\\n    }\\n}\\n\\nfunction cancellationAttachCancellationCallback(onCancel) {\\n    if (!this._isCancellable()) return this;\\n\\n    var previousOnCancel = this._onCancel();\\n    if (previousOnCancel !== undefined) {\\n        if (util.isArray(previousOnCancel)) {\\n            previousOnCancel.push(onCancel);\\n        } else {\\n            this._setOnCancel([previousOnCancel, onCancel]);\\n        }\\n    } else {\\n        this._setOnCancel(onCancel);\\n    }\\n}\\n\\nfunction cancellationOnCancel() {\\n    return this._onCancelField;\\n}\\n\\nfunction cancellationSetOnCancel(onCancel) {\\n    this._onCancelField = onCancel;\\n}\\n\\nfunction cancellationClearCancellationData() {\\n    this._cancellationParent = undefined;\\n    this._onCancelField = undefined;\\n}\\n\\nfunction cancellationPropagateFrom(parent, flags) {\\n    if ((flags & 1) !== 0) {\\n        this._cancellationParent = parent;\\n        var branchesRemainingToCancel = parent._branchesRemainingToCancel;\\n        if (branchesRemainingToCancel === undefined) {\\n            branchesRemainingToCancel = 0;\\n        }\\n        parent._branchesRemainingToCancel = branchesRemainingToCancel + 1;\\n    }\\n    if ((flags & 2) !== 0 && parent._isBound()) {\\n        this._setBoundTo(parent._boundTo);\\n    }\\n}\\n\\nfunction bindingPropagateFrom(parent, flags) {\\n    if ((flags & 2) !== 0 && parent._isBound()) {\\n        this._setBoundTo(parent._boundTo);\\n    }\\n}\\nvar propagateFromFunction = bindingPropagateFrom;\\n\\nfunction boundValueFunction() {\\n    var ret = this._boundTo;\\n    if (ret !== undefined) {\\n        if (ret instanceof Promise) {\\n            if (ret.isFulfilled()) {\\n                return ret.value();\\n            } else {\\n                return undefined;\\n            }\\n        }\\n    }\\n    return ret;\\n}\\n\\nfunction longStackTracesCaptureStackTrace() {\\n    this._trace = new CapturedTrace(this._peekContext());\\n}\\n\\nfunction longStackTracesAttachExtraTrace(error, ignoreSelf) {\\n    if (canAttachTrace(error)) {\\n        var trace = this._trace;\\n        if (trace !== undefined) {\\n            if (ignoreSelf) trace = trace._parent;\\n        }\\n        if (trace !== undefined) {\\n            trace.attachExtraTrace(error);\\n        } else if (!error.__stackCleaned__) {\\n            var parsed = parseStackAndMessage(error);\\n            util.notEnumerableProp(error, \\\"stack\\\",\\n                parsed.message + \\\"\\\\n\\\" + parsed.stack.join(\\\"\\\\n\\\"));\\n            util.notEnumerableProp(error, \\\"__stackCleaned__\\\", true);\\n        }\\n    }\\n}\\n\\nfunction checkForgottenReturns(returnValue, promiseCreated, name, promise,\\n                               parent) {\\n    if (returnValue === undefined && promiseCreated !== null &&\\n        wForgottenReturn) {\\n        if (parent !== undefined && parent._returnedNonUndefined()) return;\\n        if ((promise._bitField & 65535) === 0) return;\\n\\n        if (name) name = name + \\\" \\\";\\n        var handlerLine = \\\"\\\";\\n        var creatorLine = \\\"\\\";\\n        if (promiseCreated._trace) {\\n            var traceLines = promiseCreated._trace.stack.split(\\\"\\\\n\\\");\\n            var stack = cleanStack(traceLines);\\n            for (var i = stack.length - 1; i >= 0; --i) {\\n                var line = stack[i];\\n                if (!nodeFramePattern.test(line)) {\\n                    var lineMatches = line.match(parseLinePattern);\\n                    if (lineMatches) {\\n                        handlerLine  = \\\"at \\\" + lineMatches[1] +\\n                            \\\":\\\" + lineMatches[2] + \\\":\\\" + lineMatches[3] + \\\" \\\";\\n                    }\\n                    break;\\n                }\\n            }\\n\\n            if (stack.length > 0) {\\n                var firstUserLine = stack[0];\\n                for (var i = 0; i < traceLines.length; ++i) {\\n\\n                    if (traceLines[i] === firstUserLine) {\\n                        if (i > 0) {\\n                            creatorLine = \\\"\\\\n\\\" + traceLines[i - 1];\\n                        }\\n                        break;\\n                    }\\n                }\\n\\n            }\\n        }\\n        var msg = \\\"a promise was created in a \\\" + name +\\n            \\\"handler \\\" + handlerLine + \\\"but was not returned from it, \\\" +\\n            \\\"see http://goo.gl/rRqMUw\\\" +\\n            creatorLine;\\n        promise._warn(msg, true, promiseCreated);\\n    }\\n}\\n\\nfunction deprecated(name, replacement) {\\n    var message = name +\\n        \\\" is deprecated and will be removed in a future version.\\\";\\n    if (replacement) message += \\\" Use \\\" + replacement + \\\" instead.\\\";\\n    return warn(message);\\n}\\n\\nfunction warn(message, shouldUseOwnTrace, promise) {\\n    if (!config.warnings) return;\\n    var warning = new Warning(message);\\n    var ctx;\\n    if (shouldUseOwnTrace) {\\n        promise._attachExtraTrace(warning);\\n    } else if (config.longStackTraces && (ctx = Promise._peekContext())) {\\n        ctx.attachExtraTrace(warning);\\n    } else {\\n        var parsed = parseStackAndMessage(warning);\\n        warning.stack = parsed.message + \\\"\\\\n\\\" + parsed.stack.join(\\\"\\\\n\\\");\\n    }\\n\\n    if (!activeFireEvent(\\\"warning\\\", warning)) {\\n        formatAndLogError(warning, \\\"\\\", true);\\n    }\\n}\\n\\nfunction reconstructStack(message, stacks) {\\n    for (var i = 0; i < stacks.length - 1; ++i) {\\n        stacks[i].push(\\\"From previous event:\\\");\\n        stacks[i] = stacks[i].join(\\\"\\\\n\\\");\\n    }\\n    if (i < stacks.length) {\\n        stacks[i] = stacks[i].join(\\\"\\\\n\\\");\\n    }\\n    return message + \\\"\\\\n\\\" + stacks.join(\\\"\\\\n\\\");\\n}\\n\\nfunction removeDuplicateOrEmptyJumps(stacks) {\\n    for (var i = 0; i < stacks.length; ++i) {\\n        if (stacks[i].length === 0 ||\\n            ((i + 1 < stacks.length) && stacks[i][0] === stacks[i+1][0])) {\\n            stacks.splice(i, 1);\\n            i--;\\n        }\\n    }\\n}\\n\\nfunction removeCommonRoots(stacks) {\\n    var current = stacks[0];\\n    for (var i = 1; i < stacks.length; ++i) {\\n        var prev = stacks[i];\\n        var currentLastIndex = current.length - 1;\\n        var currentLastLine = current[currentLastIndex];\\n        var commonRootMeetPoint = -1;\\n\\n        for (var j = prev.length - 1; j >= 0; --j) {\\n            if (prev[j] === currentLastLine) {\\n                commonRootMeetPoint = j;\\n                break;\\n            }\\n        }\\n\\n        for (var j = commonRootMeetPoint; j >= 0; --j) {\\n            var line = prev[j];\\n            if (current[currentLastIndex] === line) {\\n                current.pop();\\n                currentLastIndex--;\\n            } else {\\n                break;\\n            }\\n        }\\n        current = prev;\\n    }\\n}\\n\\nfunction cleanStack(stack) {\\n    var ret = [];\\n    for (var i = 0; i < stack.length; ++i) {\\n        var line = stack[i];\\n        var isTraceLine = \\\"    (No stack trace)\\\" === line ||\\n            stackFramePattern.test(line);\\n        var isInternalFrame = isTraceLine && shouldIgnore(line);\\n        if (isTraceLine && !isInternalFrame) {\\n            if (indentStackFrames && line.charAt(0) !== \\\" \\\") {\\n                line = \\\"    \\\" + line;\\n            }\\n            ret.push(line);\\n        }\\n    }\\n    return ret;\\n}\\n\\nfunction stackFramesAsArray(error) {\\n    var stack = error.stack.replace(/\\\\s+$/g, \\\"\\\").split(\\\"\\\\n\\\");\\n    for (var i = 0; i < stack.length; ++i) {\\n        var line = stack[i];\\n        if (\\\"    (No stack trace)\\\" === line || stackFramePattern.test(line)) {\\n            break;\\n        }\\n    }\\n    if (i > 0 && error.name != \\\"SyntaxError\\\") {\\n        stack = stack.slice(i);\\n    }\\n    return stack;\\n}\\n\\nfunction parseStackAndMessage(error) {\\n    var stack = error.stack;\\n    var message = error.toString();\\n    stack = typeof stack === \\\"string\\\" && stack.length > 0\\n                ? stackFramesAsArray(error) : [\\\"    (No stack trace)\\\"];\\n    return {\\n        message: message,\\n        stack: error.name == \\\"SyntaxError\\\" ? stack : cleanStack(stack)\\n    };\\n}\\n\\nfunction formatAndLogError(error, title, isSoft) {\\n    if (typeof console !== \\\"undefined\\\") {\\n        var message;\\n        if (util.isObject(error)) {\\n            var stack = error.stack;\\n            message = title + formatStack(stack, error);\\n        } else {\\n            message = title + String(error);\\n        }\\n        if (typeof printWarning === \\\"function\\\") {\\n            printWarning(message, isSoft);\\n        } else if (typeof console.log === \\\"function\\\" ||\\n            typeof console.log === \\\"object\\\") {\\n            console.log(message);\\n        }\\n    }\\n}\\n\\nfunction fireRejectionEvent(name, localHandler, reason, promise) {\\n    var localEventFired = false;\\n    try {\\n        if (typeof localHandler === \\\"function\\\") {\\n            localEventFired = true;\\n            if (name === \\\"rejectionHandled\\\") {\\n                localHandler(promise);\\n            } else {\\n                localHandler(reason, promise);\\n            }\\n        }\\n    } catch (e) {\\n        async.throwLater(e);\\n    }\\n\\n    if (name === \\\"unhandledRejection\\\") {\\n        if (!activeFireEvent(name, reason, promise) && !localEventFired) {\\n            formatAndLogError(reason, \\\"Unhandled rejection \\\");\\n        }\\n    } else {\\n        activeFireEvent(name, promise);\\n    }\\n}\\n\\nfunction formatNonError(obj) {\\n    var str;\\n    if (typeof obj === \\\"function\\\") {\\n        str = \\\"[function \\\" +\\n            (obj.name || \\\"anonymous\\\") +\\n            \\\"]\\\";\\n    } else {\\n        str = obj && typeof obj.toString === \\\"function\\\"\\n            ? obj.toString() : util.toString(obj);\\n        var ruselessToString = /\\\\[object [a-zA-Z0-9$_]+\\\\]/;\\n        if (ruselessToString.test(str)) {\\n            try {\\n                var newStr = JSON.stringify(obj);\\n                str = newStr;\\n            }\\n            catch(e) {\\n\\n            }\\n        }\\n        if (str.length === 0) {\\n            str = \\\"(empty array)\\\";\\n        }\\n    }\\n    return (\\\"(<\\\" + snip(str) + \\\">, no stack trace)\\\");\\n}\\n\\nfunction snip(str) {\\n    var maxChars = 41;\\n    if (str.length < maxChars) {\\n        return str;\\n    }\\n    return str.substr(0, maxChars - 3) + \\\"...\\\";\\n}\\n\\nfunction longStackTracesIsSupported() {\\n    return typeof captureStackTrace === \\\"function\\\";\\n}\\n\\nvar shouldIgnore = function() { return false; };\\nvar parseLineInfoRegex = /[\\\\/<\\\\(]([^:\\\\/]+):(\\\\d+):(?:\\\\d+)\\\\)?\\\\s*$/;\\nfunction parseLineInfo(line) {\\n    var matches = line.match(parseLineInfoRegex);\\n    if (matches) {\\n        return {\\n            fileName: matches[1],\\n            line: parseInt(matches[2], 10)\\n        };\\n    }\\n}\\n\\nfunction setBounds(firstLineError, lastLineError) {\\n    if (!longStackTracesIsSupported()) return;\\n    var firstStackLines = firstLineError.stack.split(\\\"\\\\n\\\");\\n    var lastStackLines = lastLineError.stack.split(\\\"\\\\n\\\");\\n    var firstIndex = -1;\\n    var lastIndex = -1;\\n    var firstFileName;\\n    var lastFileName;\\n    for (var i = 0; i < firstStackLines.length; ++i) {\\n        var result = parseLineInfo(firstStackLines[i]);\\n        if (result) {\\n            firstFileName = result.fileName;\\n            firstIndex = result.line;\\n            break;\\n        }\\n    }\\n    for (var i = 0; i < lastStackLines.length; ++i) {\\n        var result = parseLineInfo(lastStackLines[i]);\\n        if (result) {\\n            lastFileName = result.fileName;\\n            lastIndex = result.line;\\n            break;\\n        }\\n    }\\n    if (firstIndex < 0 || lastIndex < 0 || !firstFileName || !lastFileName ||\\n        firstFileName !== lastFileName || firstIndex >= lastIndex) {\\n        return;\\n    }\\n\\n    shouldIgnore = function(line) {\\n        if (bluebirdFramePattern.test(line)) return true;\\n        var info = parseLineInfo(line);\\n        if (info) {\\n            if (info.fileName === firstFileName &&\\n                (firstIndex <= info.line && info.line <= lastIndex)) {\\n                return true;\\n            }\\n        }\\n        return false;\\n    };\\n}\\n\\nfunction CapturedTrace(parent) {\\n    this._parent = parent;\\n    this._promisesCreated = 0;\\n    var length = this._length = 1 + (parent === undefined ? 0 : parent._length);\\n    captureStackTrace(this, CapturedTrace);\\n    if (length > 32) this.uncycle();\\n}\\nutil.inherits(CapturedTrace, Error);\\nContext.CapturedTrace = CapturedTrace;\\n\\nCapturedTrace.prototype.uncycle = function() {\\n    var length = this._length;\\n    if (length < 2) return;\\n    var nodes = [];\\n    var stackToIndex = {};\\n\\n    for (var i = 0, node = this; node !== undefined; ++i) {\\n        nodes.push(node);\\n        node = node._parent;\\n    }\\n    length = this._length = i;\\n    for (var i = length - 1; i >= 0; --i) {\\n        var stack = nodes[i].stack;\\n        if (stackToIndex[stack] === undefined) {\\n            stackToIndex[stack] = i;\\n        }\\n    }\\n    for (var i = 0; i < length; ++i) {\\n        var currentStack = nodes[i].stack;\\n        var index = stackToIndex[currentStack];\\n        if (index !== undefined && index !== i) {\\n            if (index > 0) {\\n                nodes[index - 1]._parent = undefined;\\n                nodes[index - 1]._length = 1;\\n            }\\n            nodes[i]._parent = undefined;\\n            nodes[i]._length = 1;\\n            var cycleEdgeNode = i > 0 ? nodes[i - 1] : this;\\n\\n            if (index < length - 1) {\\n                cycleEdgeNode._parent = nodes[index + 1];\\n                cycleEdgeNode._parent.uncycle();\\n                cycleEdgeNode._length =\\n                    cycleEdgeNode._parent._length + 1;\\n            } else {\\n                cycleEdgeNode._parent = undefined;\\n                cycleEdgeNode._length = 1;\\n            }\\n            var currentChildLength = cycleEdgeNode._length + 1;\\n            for (var j = i - 2; j >= 0; --j) {\\n                nodes[j]._length = currentChildLength;\\n                currentChildLength++;\\n            }\\n            return;\\n        }\\n    }\\n};\\n\\nCapturedTrace.prototype.attachExtraTrace = function(error) {\\n    if (error.__stackCleaned__) return;\\n    this.uncycle();\\n    var parsed = parseStackAndMessage(error);\\n    var message = parsed.message;\\n    var stacks = [parsed.stack];\\n\\n    var trace = this;\\n    while (trace !== undefined) {\\n        stacks.push(cleanStack(trace.stack.split(\\\"\\\\n\\\")));\\n        trace = trace._parent;\\n    }\\n    removeCommonRoots(stacks);\\n    removeDuplicateOrEmptyJumps(stacks);\\n    util.notEnumerableProp(error, \\\"stack\\\", reconstructStack(message, stacks));\\n    util.notEnumerableProp(error, \\\"__stackCleaned__\\\", true);\\n};\\n\\nvar captureStackTrace = (function stackDetection() {\\n    var v8stackFramePattern = /^\\\\s*at\\\\s*/;\\n    var v8stackFormatter = function(stack, error) {\\n        if (typeof stack === \\\"string\\\") return stack;\\n\\n        if (error.name !== undefined &&\\n            error.message !== undefined) {\\n            return error.toString();\\n        }\\n        return formatNonError(error);\\n    };\\n\\n    if (typeof Error.stackTraceLimit === \\\"number\\\" &&\\n        typeof Error.captureStackTrace === \\\"function\\\") {\\n        Error.stackTraceLimit += 6;\\n        stackFramePattern = v8stackFramePattern;\\n        formatStack = v8stackFormatter;\\n        var captureStackTrace = Error.captureStackTrace;\\n\\n        shouldIgnore = function(line) {\\n            return bluebirdFramePattern.test(line);\\n        };\\n        return function(receiver, ignoreUntil) {\\n            Error.stackTraceLimit += 6;\\n            captureStackTrace(receiver, ignoreUntil);\\n            Error.stackTraceLimit -= 6;\\n        };\\n    }\\n    var err = new Error();\\n\\n    if (typeof err.stack === \\\"string\\\" &&\\n        err.stack.split(\\\"\\\\n\\\")[0].indexOf(\\\"stackDetection@\\\") >= 0) {\\n        stackFramePattern = /@/;\\n        formatStack = v8stackFormatter;\\n        indentStackFrames = true;\\n        return function captureStackTrace(o) {\\n            o.stack = new Error().stack;\\n        };\\n    }\\n\\n    var hasStackAfterThrow;\\n    try { throw new Error(); }\\n    catch(e) {\\n        hasStackAfterThrow = (\\\"stack\\\" in e);\\n    }\\n    if (!(\\\"stack\\\" in err) && hasStackAfterThrow &&\\n        typeof Error.stackTraceLimit === \\\"number\\\") {\\n        stackFramePattern = v8stackFramePattern;\\n        formatStack = v8stackFormatter;\\n        return function captureStackTrace(o) {\\n            Error.stackTraceLimit += 6;\\n            try { throw new Error(); }\\n            catch(e) { o.stack = e.stack; }\\n            Error.stackTraceLimit -= 6;\\n        };\\n    }\\n\\n    formatStack = function(stack, error) {\\n        if (typeof stack === \\\"string\\\") return stack;\\n\\n        if ((typeof error === \\\"object\\\" ||\\n            typeof error === \\\"function\\\") &&\\n            error.name !== undefined &&\\n            error.message !== undefined) {\\n            return error.toString();\\n        }\\n        return formatNonError(error);\\n    };\\n\\n    return null;\\n\\n})([]);\\n\\nif (typeof console !== \\\"undefined\\\" && typeof console.warn !== \\\"undefined\\\") {\\n    printWarning = function (message) {\\n        console.warn(message);\\n    };\\n    if (util.isNode && process.stderr.isTTY) {\\n        printWarning = function(message, isSoft) {\\n            var color = isSoft ? \\\"\\\\u001b[33m\\\" : \\\"\\\\u001b[31m\\\";\\n            console.warn(color + message + \\\"\\\\u001b[0m\\\\n\\\");\\n        };\\n    } else if (!util.isNode && typeof (new Error().stack) === \\\"string\\\") {\\n        printWarning = function(message, isSoft) {\\n            console.warn(\\\"%c\\\" + message,\\n                        isSoft ? \\\"color: darkorange\\\" : \\\"color: red\\\");\\n        };\\n    }\\n}\\n\\nvar config = {\\n    warnings: warnings,\\n    longStackTraces: false,\\n    cancellation: false,\\n    monitoring: false\\n};\\n\\nif (longStackTraces) Promise.longStackTraces();\\n\\nreturn {\\n    longStackTraces: function() {\\n        return config.longStackTraces;\\n    },\\n    warnings: function() {\\n        return config.warnings;\\n    },\\n    cancellation: function() {\\n        return config.cancellation;\\n    },\\n    monitoring: function() {\\n        return config.monitoring;\\n    },\\n    propagateFromFunction: function() {\\n        return propagateFromFunction;\\n    },\\n    boundValueFunction: function() {\\n        return boundValueFunction;\\n    },\\n    checkForgottenReturns: checkForgottenReturns,\\n    setBounds: setBounds,\\n    warn: warn,\\n    deprecated: deprecated,\\n    CapturedTrace: CapturedTrace,\\n    fireDomEvent: fireDomEvent,\\n    fireGlobalEvent: fireGlobalEvent\\n};\\n};\\n\\n},{\\\"./errors\\\":12,\\\"./util\\\":36}],10:[function(_dereq_,module,exports){\\n\\\"use strict\\\";\\nmodule.exports = function(Promise) {\\nfunction returner() {\\n    return this.value;\\n}\\nfunction thrower() {\\n    throw this.reason;\\n}\\n\\nPromise.prototype[\\\"return\\\"] =\\nPromise.prototype.thenReturn = function (value) {\\n    if (value instanceof Promise) value.suppressUnhandledRejections();\\n    return this._then(\\n        returner, undefined, undefined, {value: value}, undefined);\\n};\\n\\nPromise.prototype[\\\"throw\\\"] =\\nPromise.prototype.thenThrow = function (reason) {\\n    return this._then(\\n        thrower, undefined, undefined, {reason: reason}, undefined);\\n};\\n\\nPromise.prototype.catchThrow = function (reason) {\\n    if (arguments.length <= 1) {\\n        return this._then(\\n            undefined, thrower, undefined, {reason: reason}, undefined);\\n    } else {\\n        var _reason = arguments[1];\\n        var handler = function() {throw _reason;};\\n        return this.caught(reason, handler);\\n    }\\n};\\n\\nPromise.prototype.catchReturn = function (value) {\\n    if (arguments.length <= 1) {\\n        if (value instanceof Promise) value.suppressUnhandledRejections();\\n        return this._then(\\n            undefined, returner, undefined, {value: value}, undefined);\\n    } else {\\n        var _value = arguments[1];\\n        if (_value instanceof Promise) _value.suppressUnhandledRejections();\\n        var handler = function() {return _value;};\\n        return this.caught(value, handler);\\n    }\\n};\\n};\\n\\n},{}],11:[function(_dereq_,module,exports){\\n\\\"use strict\\\";\\nmodule.exports = function(Promise, INTERNAL) {\\nvar PromiseReduce = Promise.reduce;\\nvar PromiseAll = Promise.all;\\n\\nfunction promiseAllThis() {\\n    return PromiseAll(this);\\n}\\n\\nfunction PromiseMapSeries(promises, fn) {\\n    return PromiseReduce(promises, fn, INTERNAL, INTERNAL);\\n}\\n\\nPromise.prototype.each = function (fn) {\\n    return PromiseReduce(this, fn, INTERNAL, 0)\\n              ._then(promiseAllThis, undefined, undefined, this, undefined);\\n};\\n\\nPromise.prototype.mapSeries = function (fn) {\\n    return PromiseReduce(this, fn, INTERNAL, INTERNAL);\\n};\\n\\nPromise.each = function (promises, fn) {\\n    return PromiseReduce(promises, fn, INTERNAL, 0)\\n              ._then(promiseAllThis, undefined, undefined, promises, undefined);\\n};\\n\\nPromise.mapSeries = PromiseMapSeries;\\n};\\n\\n\\n},{}],12:[function(_dereq_,module,exports){\\n\\\"use strict\\\";\\nvar es5 = _dereq_(\\\"./es5\\\");\\nvar Objectfreeze = es5.freeze;\\nvar util = _dereq_(\\\"./util\\\");\\nvar inherits = util.inherits;\\nvar notEnumerableProp = util.notEnumerableProp;\\n\\nfunction subError(nameProperty, defaultMessage) {\\n    function SubError(message) {\\n        if (!(this instanceof SubError)) return new SubError(message);\\n        notEnumerableProp(this, \\\"message\\\",\\n            typeof message === \\\"string\\\" ? message : defaultMessage);\\n        notEnumerableProp(this, \\\"name\\\", nameProperty);\\n        if (Error.captureStackTrace) {\\n            Error.captureStackTrace(this, this.constructor);\\n        } else {\\n            Error.call(this);\\n        }\\n    }\\n    inherits(SubError, Error);\\n    return SubError;\\n}\\n\\nvar _TypeError, _RangeError;\\nvar Warning = subError(\\\"Warning\\\", \\\"warning\\\");\\nvar CancellationError = subError(\\\"CancellationError\\\", \\\"cancellation error\\\");\\nvar TimeoutError = subError(\\\"TimeoutError\\\", \\\"timeout error\\\");\\nvar AggregateError = subError(\\\"AggregateError\\\", \\\"aggregate error\\\");\\ntry {\\n    _TypeError = TypeError;\\n    _RangeError = RangeError;\\n} catch(e) {\\n    _TypeError = subError(\\\"TypeError\\\", \\\"type error\\\");\\n    _RangeError = subError(\\\"RangeError\\\", \\\"range error\\\");\\n}\\n\\nvar methods = (\\\"join pop push shift unshift slice filter forEach some \\\" +\\n    \\\"every map indexOf lastIndexOf reduce reduceRight sort reverse\\\").split(\\\" \\\");\\n\\nfor (var i = 0; i < methods.length; ++i) {\\n    if (typeof Array.prototype[methods[i]] === \\\"function\\\") {\\n        AggregateError.prototype[methods[i]] = Array.prototype[methods[i]];\\n    }\\n}\\n\\nes5.defineProperty(AggregateError.prototype, \\\"length\\\", {\\n    value: 0,\\n    configurable: false,\\n    writable: true,\\n    enumerable: true\\n});\\nAggregateError.prototype[\\\"isOperational\\\"] = true;\\nvar level = 0;\\nAggregateError.prototype.toString = function() {\\n    var indent = Array(level * 4 + 1).join(\\\" \\\");\\n    var ret = \\\"\\\\n\\\" + indent + \\\"AggregateError of:\\\" + \\\"\\\\n\\\";\\n    level++;\\n    indent = Array(level * 4 + 1).join(\\\" \\\");\\n    for (var i = 0; i < this.length; ++i) {\\n        var str = this[i] === this ? \\\"[Circular AggregateError]\\\" : this[i] + \\\"\\\";\\n        var lines = str.split(\\\"\\\\n\\\");\\n        for (var j = 0; j < lines.length; ++j) {\\n            lines[j] = indent + lines[j];\\n        }\\n        str = lines.join(\\\"\\\\n\\\");\\n        ret += str + \\\"\\\\n\\\";\\n    }\\n    level--;\\n    return ret;\\n};\\n\\nfunction OperationalError(message) {\\n    if (!(this instanceof OperationalError))\\n        return new OperationalError(message);\\n    notEnumerableProp(this, \\\"name\\\", \\\"OperationalError\\\");\\n    notEnumerableProp(this, \\\"message\\\", message);\\n    this.cause = message;\\n    this[\\\"isOperational\\\"] = true;\\n\\n    if (message instanceof Error) {\\n        notEnumerableProp(this, \\\"message\\\", message.message);\\n        notEnumerableProp(this, \\\"stack\\\", message.stack);\\n    } else if (Error.captureStackTrace) {\\n        Error.captureStackTrace(this, this.constructor);\\n    }\\n\\n}\\ninherits(OperationalError, Error);\\n\\nvar errorTypes = Error[\\\"__BluebirdErrorTypes__\\\"];\\nif (!errorTypes) {\\n    errorTypes = Objectfreeze({\\n        CancellationError: CancellationError,\\n        TimeoutError: TimeoutError,\\n        OperationalError: OperationalError,\\n        RejectionError: OperationalError,\\n        AggregateError: AggregateError\\n    });\\n    es5.defineProperty(Error, \\\"__BluebirdErrorTypes__\\\", {\\n        value: errorTypes,\\n        writable: false,\\n        enumerable: false,\\n        configurable: false\\n    });\\n}\\n\\nmodule.exports = {\\n    Error: Error,\\n    TypeError: _TypeError,\\n    RangeError: _RangeError,\\n    CancellationError: errorTypes.CancellationError,\\n    OperationalError: errorTypes.OperationalError,\\n    TimeoutError: errorTypes.TimeoutError,\\n    AggregateError: errorTypes.AggregateError,\\n    Warning: Warning\\n};\\n\\n},{\\\"./es5\\\":13,\\\"./util\\\":36}],13:[function(_dereq_,module,exports){\\nvar isES5 = (function(){\\n    \\\"use strict\\\";\\n    return this === undefined;\\n})();\\n\\nif (isES5) {\\n    module.exports = {\\n        freeze: Object.freeze,\\n        defineProperty: Object.defineProperty,\\n        getDescriptor: Object.getOwnPropertyDescriptor,\\n        keys: Object.keys,\\n        names: Object.getOwnPropertyNames,\\n        getPrototypeOf: Object.getPrototypeOf,\\n        isArray: Array.isArray,\\n        isES5: isES5,\\n        propertyIsWritable: function(obj, prop) {\\n            var descriptor = Object.getOwnPropertyDescriptor(obj, prop);\\n            return !!(!descriptor || descriptor.writable || descriptor.set);\\n        }\\n    };\\n} else {\\n    var has = {}.hasOwnProperty;\\n    var str = {}.toString;\\n    var proto = {}.constructor.prototype;\\n\\n    var ObjectKeys = function (o) {\\n        var ret = [];\\n        for (var key in o) {\\n            if (has.call(o, key)) {\\n                ret.push(key);\\n            }\\n        }\\n        return ret;\\n    };\\n\\n    var ObjectGetDescriptor = function(o, key) {\\n        return {value: o[key]};\\n    };\\n\\n    var ObjectDefineProperty = function (o, key, desc) {\\n        o[key] = desc.value;\\n        return o;\\n    };\\n\\n    var ObjectFreeze = function (obj) {\\n        return obj;\\n    };\\n\\n    var ObjectGetPrototypeOf = function (obj) {\\n        try {\\n            return Object(obj).constructor.prototype;\\n        }\\n        catch (e) {\\n            return proto;\\n        }\\n    };\\n\\n    var ArrayIsArray = function (obj) {\\n        try {\\n            return str.call(obj) === \\\"[object Array]\\\";\\n        }\\n        catch(e) {\\n            return false;\\n        }\\n    };\\n\\n    module.exports = {\\n        isArray: ArrayIsArray,\\n        keys: ObjectKeys,\\n        names: ObjectKeys,\\n        defineProperty: ObjectDefineProperty,\\n        getDescriptor: ObjectGetDescriptor,\\n        freeze: ObjectFreeze,\\n        getPrototypeOf: ObjectGetPrototypeOf,\\n        isES5: isES5,\\n        propertyIsWritable: function() {\\n            return true;\\n        }\\n    };\\n}\\n\\n},{}],14:[function(_dereq_,module,exports){\\n\\\"use strict\\\";\\nmodule.exports = function(Promise, INTERNAL) {\\nvar PromiseMap = Promise.map;\\n\\nPromise.prototype.filter = function (fn, options) {\\n    return PromiseMap(this, fn, options, INTERNAL);\\n};\\n\\nPromise.filter = function (promises, fn, options) {\\n    return PromiseMap(promises, fn, options, INTERNAL);\\n};\\n};\\n\\n},{}],15:[function(_dereq_,module,exports){\\n\\\"use strict\\\";\\nmodule.exports = function(Promise, tryConvertToPromise, NEXT_FILTER) {\\nvar util = _dereq_(\\\"./util\\\");\\nvar CancellationError = Promise.CancellationError;\\nvar errorObj = util.errorObj;\\nvar catchFilter = _dereq_(\\\"./catch_filter\\\")(NEXT_FILTER);\\n\\nfunction PassThroughHandlerContext(promise, type, handler) {\\n    this.promise = promise;\\n    this.type = type;\\n    this.handler = handler;\\n    this.called = false;\\n    this.cancelPromise = null;\\n}\\n\\nPassThroughHandlerContext.prototype.isFinallyHandler = function() {\\n    return this.type === 0;\\n};\\n\\nfunction FinallyHandlerCancelReaction(finallyHandler) {\\n    this.finallyHandler = finallyHandler;\\n}\\n\\nFinallyHandlerCancelReaction.prototype._resultCancelled = function() {\\n    checkCancel(this.finallyHandler);\\n};\\n\\nfunction checkCancel(ctx, reason) {\\n    if (ctx.cancelPromise != null) {\\n        if (arguments.length > 1) {\\n            ctx.cancelPromise._reject(reason);\\n        } else {\\n            ctx.cancelPromise._cancel();\\n        }\\n        ctx.cancelPromise = null;\\n        return true;\\n    }\\n    return false;\\n}\\n\\nfunction succeed() {\\n    return finallyHandler.call(this, this.promise._target()._settledValue());\\n}\\nfunction fail(reason) {\\n    if (checkCancel(this, reason)) return;\\n    errorObj.e = reason;\\n    return errorObj;\\n}\\nfunction finallyHandler(reasonOrValue) {\\n    var promise = this.promise;\\n    var handler = this.handler;\\n\\n    if (!this.called) {\\n        this.called = true;\\n        var ret = this.isFinallyHandler()\\n            ? handler.call(promise._boundValue())\\n            : handler.call(promise._boundValue(), reasonOrValue);\\n        if (ret === NEXT_FILTER) {\\n            return ret;\\n        } else if (ret !== undefined) {\\n            promise._setReturnedNonUndefined();\\n            var maybePromise = tryConvertToPromise(ret, promise);\\n            if (maybePromise instanceof Promise) {\\n                if (this.cancelPromise != null) {\\n                    if (maybePromise._isCancelled()) {\\n                        var reason =\\n                            new CancellationError(\\\"late cancellation observer\\\");\\n                        promise._attachExtraTrace(reason);\\n                        errorObj.e = reason;\\n                        return errorObj;\\n                    } else if (maybePromise.isPending()) {\\n                        maybePromise._attachCancellationCallback(\\n                            new FinallyHandlerCancelReaction(this));\\n                    }\\n                }\\n                return maybePromise._then(\\n                    succeed, fail, undefined, this, undefined);\\n            }\\n        }\\n    }\\n\\n    if (promise.isRejected()) {\\n        checkCancel(this);\\n        errorObj.e = reasonOrValue;\\n        return errorObj;\\n    } else {\\n        checkCancel(this);\\n        return reasonOrValue;\\n    }\\n}\\n\\nPromise.prototype._passThrough = function(handler, type, success, fail) {\\n    if (typeof handler !== \\\"function\\\") return this.then();\\n    return this._then(success,\\n                      fail,\\n                      undefined,\\n                      new PassThroughHandlerContext(this, type, handler),\\n                      undefined);\\n};\\n\\nPromise.prototype.lastly =\\nPromise.prototype[\\\"finally\\\"] = function (handler) {\\n    return this._passThrough(handler,\\n                             0,\\n                             finallyHandler,\\n                             finallyHandler);\\n};\\n\\n\\nPromise.prototype.tap = function (handler) {\\n    return this._passThrough(handler, 1, finallyHandler);\\n};\\n\\nPromise.prototype.tapCatch = function (handlerOrPredicate) {\\n    var len = arguments.length;\\n    if(len === 1) {\\n        return this._passThrough(handlerOrPredicate,\\n                                 1,\\n                                 undefined,\\n                                 finallyHandler);\\n    } else {\\n         var catchInstances = new Array(len - 1),\\n            j = 0, i;\\n        for (i = 0; i < len - 1; ++i) {\\n            var item = arguments[i];\\n            if (util.isObject(item)) {\\n                catchInstances[j++] = item;\\n            } else {\\n                return Promise.reject(new TypeError(\\n                    \\\"tapCatch statement predicate: \\\"\\n                    + \\\"expecting an object but got \\\" + util.classString(item)\\n                ));\\n            }\\n        }\\n        catchInstances.length = j;\\n        var handler = arguments[i];\\n        return this._passThrough(catchFilter(catchInstances, handler, this),\\n                                 1,\\n                                 undefined,\\n                                 finallyHandler);\\n    }\\n\\n};\\n\\nreturn PassThroughHandlerContext;\\n};\\n\\n},{\\\"./catch_filter\\\":7,\\\"./util\\\":36}],16:[function(_dereq_,module,exports){\\n\\\"use strict\\\";\\nmodule.exports = function(Promise,\\n                          apiRejection,\\n                          INTERNAL,\\n                          tryConvertToPromise,\\n                          Proxyable,\\n                          debug) {\\nvar errors = _dereq_(\\\"./errors\\\");\\nvar TypeError = errors.TypeError;\\nvar util = _dereq_(\\\"./util\\\");\\nvar errorObj = util.errorObj;\\nvar tryCatch = util.tryCatch;\\nvar yieldHandlers = [];\\n\\nfunction promiseFromYieldHandler(value, yieldHandlers, traceParent) {\\n    for (var i = 0; i < yieldHandlers.length; ++i) {\\n        traceParent._pushContext();\\n        var result = tryCatch(yieldHandlers[i])(value);\\n        traceParent._popContext();\\n        if (result === errorObj) {\\n            traceParent._pushContext();\\n            var ret = Promise.reject(errorObj.e);\\n            traceParent._popContext();\\n            return ret;\\n        }\\n        var maybePromise = tryConvertToPromise(result, traceParent);\\n        if (maybePromise instanceof Promise) return maybePromise;\\n    }\\n    return null;\\n}\\n\\nfunction PromiseSpawn(generatorFunction, receiver, yieldHandler, stack) {\\n    if (debug.cancellation()) {\\n        var internal = new Promise(INTERNAL);\\n        var _finallyPromise = this._finallyPromise = new Promise(INTERNAL);\\n        this._promise = internal.lastly(function() {\\n            return _finallyPromise;\\n        });\\n        internal._captureStackTrace();\\n        internal._setOnCancel(this);\\n    } else {\\n        var promise = this._promise = new Promise(INTERNAL);\\n        promise._captureStackTrace();\\n    }\\n    this._stack = stack;\\n    this._generatorFunction = generatorFunction;\\n    this._receiver = receiver;\\n    this._generator = undefined;\\n    this._yieldHandlers = typeof yieldHandler === \\\"function\\\"\\n        ? [yieldHandler].concat(yieldHandlers)\\n        : yieldHandlers;\\n    this._yieldedPromise = null;\\n    this._cancellationPhase = false;\\n}\\nutil.inherits(PromiseSpawn, Proxyable);\\n\\nPromiseSpawn.prototype._isResolved = function() {\\n    return this._promise === null;\\n};\\n\\nPromiseSpawn.prototype._cleanup = function() {\\n    this._promise = this._generator = null;\\n    if (debug.cancellation() && this._finallyPromise !== null) {\\n        this._finallyPromise._fulfill();\\n        this._finallyPromise = null;\\n    }\\n};\\n\\nPromiseSpawn.prototype._promiseCancelled = function() {\\n    if (this._isResolved()) return;\\n    var implementsReturn = typeof this._generator[\\\"return\\\"] !== \\\"undefined\\\";\\n\\n    var result;\\n    if (!implementsReturn) {\\n        var reason = new Promise.CancellationError(\\n            \\\"generator .return() sentinel\\\");\\n        Promise.coroutine.returnSentinel = reason;\\n        this._promise._attachExtraTrace(reason);\\n        this._promise._pushContext();\\n        result = tryCatch(this._generator[\\\"throw\\\"]).call(this._generator,\\n                                                         reason);\\n        this._promise._popContext();\\n    } else {\\n        this._promise._pushContext();\\n        result = tryCatch(this._generator[\\\"return\\\"]).call(this._generator,\\n                                                          undefined);\\n        this._promise._popContext();\\n    }\\n    this._cancellationPhase = true;\\n    this._yieldedPromise = null;\\n    this._continue(result);\\n};\\n\\nPromiseSpawn.prototype._promiseFulfilled = function(value) {\\n    this._yieldedPromise = null;\\n    this._promise._pushContext();\\n    var result = tryCatch(this._generator.next).call(this._generator, value);\\n    this._promise._popContext();\\n    this._continue(result);\\n};\\n\\nPromiseSpawn.prototype._promiseRejected = function(reason) {\\n    this._yieldedPromise = null;\\n    this._promise._attachExtraTrace(reason);\\n    this._promise._pushContext();\\n    var result = tryCatch(this._generator[\\\"throw\\\"])\\n        .call(this._generator, reason);\\n    this._promise._popContext();\\n    this._continue(result);\\n};\\n\\nPromiseSpawn.prototype._resultCancelled = function() {\\n    if (this._yieldedPromise instanceof Promise) {\\n        var promise = this._yieldedPromise;\\n        this._yieldedPromise = null;\\n        promise.cancel();\\n    }\\n};\\n\\nPromiseSpawn.prototype.promise = function () {\\n    return this._promise;\\n};\\n\\nPromiseSpawn.prototype._run = function () {\\n    this._generator = this._generatorFunction.call(this._receiver);\\n    this._receiver =\\n        this._generatorFunction = undefined;\\n    this._promiseFulfilled(undefined);\\n};\\n\\nPromiseSpawn.prototype._continue = function (result) {\\n    var promise = this._promise;\\n    if (result === errorObj) {\\n        this._cleanup();\\n        if (this._cancellationPhase) {\\n            return promise.cancel();\\n        } else {\\n            return promise._rejectCallback(result.e, false);\\n        }\\n    }\\n\\n    var value = result.value;\\n    if (result.done === true) {\\n        this._cleanup();\\n        if (this._cancellationPhase) {\\n            return promise.cancel();\\n        } else {\\n            return promise._resolveCallback(value);\\n        }\\n    } else {\\n        var maybePromise = tryConvertToPromise(value, this._promise);\\n        if (!(maybePromise instanceof Promise)) {\\n            maybePromise =\\n                promiseFromYieldHandler(maybePromise,\\n                                        this._yieldHandlers,\\n                                        this._promise);\\n            if (maybePromise === null) {\\n                this._promiseRejected(\\n                    new TypeError(\\n                        \\\"A value %s was yielded that could not be treated as a promise\\\\u000a\\\\u000a    See http://goo.gl/MqrFmX\\\\u000a\\\\u000a\\\".replace(\\\"%s\\\", String(value)) +\\n                        \\\"From coroutine:\\\\u000a\\\" +\\n                        this._stack.split(\\\"\\\\n\\\").slice(1, -7).join(\\\"\\\\n\\\")\\n                    )\\n                );\\n                return;\\n            }\\n        }\\n        maybePromise = maybePromise._target();\\n        var bitField = maybePromise._bitField;\\n        ;\\n        if (((bitField & 50397184) === 0)) {\\n            this._yieldedPromise = maybePromise;\\n            maybePromise._proxy(this, null);\\n        } else if (((bitField & 33554432) !== 0)) {\\n            Promise._async.invoke(\\n                this._promiseFulfilled, this, maybePromise._value()\\n            );\\n        } else if (((bitField & 16777216) !== 0)) {\\n            Promise._async.invoke(\\n                this._promiseRejected, this, maybePromise._reason()\\n            );\\n        } else {\\n            this._promiseCancelled();\\n        }\\n    }\\n};\\n\\nPromise.coroutine = function (generatorFunction, options) {\\n    if (typeof generatorFunction !== \\\"function\\\") {\\n        throw new TypeError(\\\"generatorFunction must be a function\\\\u000a\\\\u000a    See http://goo.gl/MqrFmX\\\\u000a\\\");\\n    }\\n    var yieldHandler = Object(options).yieldHandler;\\n    var PromiseSpawn$ = PromiseSpawn;\\n    var stack = new Error().stack;\\n    return function () {\\n        var generator = generatorFunction.apply(this, arguments);\\n        var spawn = new PromiseSpawn$(undefined, undefined, yieldHandler,\\n                                      stack);\\n        var ret = spawn.promise();\\n        spawn._generator = generator;\\n        spawn._promiseFulfilled(undefined);\\n        return ret;\\n    };\\n};\\n\\nPromise.coroutine.addYieldHandler = function(fn) {\\n    if (typeof fn !== \\\"function\\\") {\\n        throw new TypeError(\\\"expecting a function but got \\\" + util.classString(fn));\\n    }\\n    yieldHandlers.push(fn);\\n};\\n\\nPromise.spawn = function (generatorFunction) {\\n    debug.deprecated(\\\"Promise.spawn()\\\", \\\"Promise.coroutine()\\\");\\n    if (typeof generatorFunction !== \\\"function\\\") {\\n        return apiRejection(\\\"generatorFunction must be a function\\\\u000a\\\\u000a    See http://goo.gl/MqrFmX\\\\u000a\\\");\\n    }\\n    var spawn = new PromiseSpawn(generatorFunction, this);\\n    var ret = spawn.promise();\\n    spawn._run(Promise.spawn);\\n    return ret;\\n};\\n};\\n\\n},{\\\"./errors\\\":12,\\\"./util\\\":36}],17:[function(_dereq_,module,exports){\\n\\\"use strict\\\";\\nmodule.exports =\\nfunction(Promise, PromiseArray, tryConvertToPromise, INTERNAL, async,\\n         getDomain) {\\nvar util = _dereq_(\\\"./util\\\");\\nvar canEvaluate = util.canEvaluate;\\nvar tryCatch = util.tryCatch;\\nvar errorObj = util.errorObj;\\nvar reject;\\n\\nif (!true) {\\nif (canEvaluate) {\\n    var thenCallback = function(i) {\\n        return new Function(\\\"value\\\", \\\"holder\\\", \\\"                             \\\\n\\\\\\n            'use strict';                                                    \\\\n\\\\\\n            holder.pIndex = value;                                           \\\\n\\\\\\n            holder.checkFulfillment(this);                                   \\\\n\\\\\\n            \\\".replace(/Index/g, i));\\n    };\\n\\n    var promiseSetter = function(i) {\\n        return new Function(\\\"promise\\\", \\\"holder\\\", \\\"                           \\\\n\\\\\\n            'use strict';                                                    \\\\n\\\\\\n            holder.pIndex = promise;                                         \\\\n\\\\\\n            \\\".replace(/Index/g, i));\\n    };\\n\\n    var generateHolderClass = function(total) {\\n        var props = new Array(total);\\n        for (var i = 0; i < props.length; ++i) {\\n            props[i] = \\\"this.p\\\" + (i+1);\\n        }\\n        var assignment = props.join(\\\" = \\\") + \\\" = null;\\\";\\n        var cancellationCode= \\\"var promise;\\\\n\\\" + props.map(function(prop) {\\n            return \\\"                                                         \\\\n\\\\\\n                promise = \\\" + prop + \\\";                                      \\\\n\\\\\\n                if (promise instanceof Promise) {                            \\\\n\\\\\\n                    promise.cancel();                                        \\\\n\\\\\\n                }                                                            \\\\n\\\\\\n            \\\";\\n        }).join(\\\"\\\\n\\\");\\n        var passedArguments = props.join(\\\", \\\");\\n        var name = \\\"Holder$\\\" + total;\\n\\n\\n        var code = \\\"return function(tryCatch, errorObj, Promise, async) {    \\\\n\\\\\\n            'use strict';                                                    \\\\n\\\\\\n            function [TheName](fn) {                                         \\\\n\\\\\\n                [TheProperties]                                              \\\\n\\\\\\n                this.fn = fn;                                                \\\\n\\\\\\n                this.asyncNeeded = true;                                     \\\\n\\\\\\n                this.now = 0;                                                \\\\n\\\\\\n            }                                                                \\\\n\\\\\\n                                                                             \\\\n\\\\\\n            [TheName].prototype._callFunction = function(promise) {          \\\\n\\\\\\n                promise._pushContext();                                      \\\\n\\\\\\n                var ret = tryCatch(this.fn)([ThePassedArguments]);           \\\\n\\\\\\n                promise._popContext();                                       \\\\n\\\\\\n                if (ret === errorObj) {                                      \\\\n\\\\\\n                    promise._rejectCallback(ret.e, false);                   \\\\n\\\\\\n                } else {                                                     \\\\n\\\\\\n                    promise._resolveCallback(ret);                           \\\\n\\\\\\n                }                                                            \\\\n\\\\\\n            };                                                               \\\\n\\\\\\n                                                                             \\\\n\\\\\\n            [TheName].prototype.checkFulfillment = function(promise) {       \\\\n\\\\\\n                var now = ++this.now;                                        \\\\n\\\\\\n                if (now === [TheTotal]) {                                    \\\\n\\\\\\n                    if (this.asyncNeeded) {                                  \\\\n\\\\\\n                        async.invoke(this._callFunction, this, promise);     \\\\n\\\\\\n                    } else {                                                 \\\\n\\\\\\n                        this._callFunction(promise);                         \\\\n\\\\\\n                    }                                                        \\\\n\\\\\\n                                                                             \\\\n\\\\\\n                }                                                            \\\\n\\\\\\n            };                                                               \\\\n\\\\\\n                                                                             \\\\n\\\\\\n            [TheName].prototype._resultCancelled = function() {              \\\\n\\\\\\n                [CancellationCode]                                           \\\\n\\\\\\n            };                                                               \\\\n\\\\\\n                                                                             \\\\n\\\\\\n            return [TheName];                                                \\\\n\\\\\\n        }(tryCatch, errorObj, Promise, async);                               \\\\n\\\\\\n        \\\";\\n\\n        code = code.replace(/\\\\[TheName\\\\]/g, name)\\n            .replace(/\\\\[TheTotal\\\\]/g, total)\\n            .replace(/\\\\[ThePassedArguments\\\\]/g, passedArguments)\\n            .replace(/\\\\[TheProperties\\\\]/g, assignment)\\n            .replace(/\\\\[CancellationCode\\\\]/g, cancellationCode);\\n\\n        return new Function(\\\"tryCatch\\\", \\\"errorObj\\\", \\\"Promise\\\", \\\"async\\\", code)\\n                           (tryCatch, errorObj, Promise, async);\\n    };\\n\\n    var holderClasses = [];\\n    var thenCallbacks = [];\\n    var promiseSetters = [];\\n\\n    for (var i = 0; i < 8; ++i) {\\n        holderClasses.push(generateHolderClass(i + 1));\\n        thenCallbacks.push(thenCallback(i + 1));\\n        promiseSetters.push(promiseSetter(i + 1));\\n    }\\n\\n    reject = function (reason) {\\n        this._reject(reason);\\n    };\\n}}\\n\\nPromise.join = function () {\\n    var last = arguments.length - 1;\\n    var fn;\\n    if (last > 0 && typeof arguments[last] === \\\"function\\\") {\\n        fn = arguments[last];\\n        if (!true) {\\n            if (last <= 8 && canEvaluate) {\\n                var ret = new Promise(INTERNAL);\\n                ret._captureStackTrace();\\n                var HolderClass = holderClasses[last - 1];\\n                var holder = new HolderClass(fn);\\n                var callbacks = thenCallbacks;\\n\\n                for (var i = 0; i < last; ++i) {\\n                    var maybePromise = tryConvertToPromise(arguments[i], ret);\\n                    if (maybePromise instanceof Promise) {\\n                        maybePromise = maybePromise._target();\\n                        var bitField = maybePromise._bitField;\\n                        ;\\n                        if (((bitField & 50397184) === 0)) {\\n                            maybePromise._then(callbacks[i], reject,\\n                                               undefined, ret, holder);\\n                            promiseSetters[i](maybePromise, holder);\\n                            holder.asyncNeeded = false;\\n                        } else if (((bitField & 33554432) !== 0)) {\\n                            callbacks[i].call(ret,\\n                                              maybePromise._value(), holder);\\n                        } else if (((bitField & 16777216) !== 0)) {\\n                            ret._reject(maybePromise._reason());\\n                        } else {\\n                            ret._cancel();\\n                        }\\n                    } else {\\n                        callbacks[i].call(ret, maybePromise, holder);\\n                    }\\n                }\\n\\n                if (!ret._isFateSealed()) {\\n                    if (holder.asyncNeeded) {\\n                        var domain = getDomain();\\n                        if (domain !== null) {\\n                            holder.fn = util.domainBind(domain, holder.fn);\\n                        }\\n                    }\\n                    ret._setAsyncGuaranteed();\\n                    ret._setOnCancel(holder);\\n                }\\n                return ret;\\n            }\\n        }\\n    }\\n    var args = [].slice.call(arguments);;\\n    if (fn) args.pop();\\n    var ret = new PromiseArray(args).promise();\\n    return fn !== undefined ? ret.spread(fn) : ret;\\n};\\n\\n};\\n\\n},{\\\"./util\\\":36}],18:[function(_dereq_,module,exports){\\n\\\"use strict\\\";\\nmodule.exports = function(Promise,\\n                          PromiseArray,\\n                          apiRejection,\\n                          tryConvertToPromise,\\n                          INTERNAL,\\n                          debug) {\\nvar getDomain = Promise._getDomain;\\nvar util = _dereq_(\\\"./util\\\");\\nvar tryCatch = util.tryCatch;\\nvar errorObj = util.errorObj;\\nvar async = Promise._async;\\n\\nfunction MappingPromiseArray(promises, fn, limit, _filter) {\\n    this.constructor$(promises);\\n    this._promise._captureStackTrace();\\n    var domain = getDomain();\\n    this._callback = domain === null ? fn : util.domainBind(domain, fn);\\n    this._preservedValues = _filter === INTERNAL\\n        ? new Array(this.length())\\n        : null;\\n    this._limit = limit;\\n    this._inFlight = 0;\\n    this._queue = [];\\n    async.invoke(this._asyncInit, this, undefined);\\n}\\nutil.inherits(MappingPromiseArray, PromiseArray);\\n\\nMappingPromiseArray.prototype._asyncInit = function() {\\n    this._init$(undefined, -2);\\n};\\n\\nMappingPromiseArray.prototype._init = function () {};\\n\\nMappingPromiseArray.prototype._promiseFulfilled = function (value, index) {\\n    var values = this._values;\\n    var length = this.length();\\n    var preservedValues = this._preservedValues;\\n    var limit = this._limit;\\n\\n    if (index < 0) {\\n        index = (index * -1) - 1;\\n        values[index] = value;\\n        if (limit >= 1) {\\n            this._inFlight--;\\n            this._drainQueue();\\n            if (this._isResolved()) return true;\\n        }\\n    } else {\\n        if (limit >= 1 && this._inFlight >= limit) {\\n            values[index] = value;\\n            this._queue.push(index);\\n            return false;\\n        }\\n        if (preservedValues !== null) preservedValues[index] = value;\\n\\n        var promise = this._promise;\\n        var callback = this._callback;\\n        var receiver = promise._boundValue();\\n        promise._pushContext();\\n        var ret = tryCatch(callback).call(receiver, value, index, length);\\n        var promiseCreated = promise._popContext();\\n        debug.checkForgottenReturns(\\n            ret,\\n            promiseCreated,\\n            preservedValues !== null ? \\\"Promise.filter\\\" : \\\"Promise.map\\\",\\n            promise\\n        );\\n        if (ret === errorObj) {\\n            this._reject(ret.e);\\n            return true;\\n        }\\n\\n        var maybePromise = tryConvertToPromise(ret, this._promise);\\n        if (maybePromise instanceof Promise) {\\n            maybePromise = maybePromise._target();\\n            var bitField = maybePromise._bitField;\\n            ;\\n            if (((bitField & 50397184) === 0)) {\\n                if (limit >= 1) this._inFlight++;\\n                values[index] = maybePromise;\\n                maybePromise._proxy(this, (index + 1) * -1);\\n                return false;\\n            } else if (((bitField & 33554432) !== 0)) {\\n                ret = maybePromise._value();\\n            } else if (((bitField & 16777216) !== 0)) {\\n                this._reject(maybePromise._reason());\\n                return true;\\n            } else {\\n                this._cancel();\\n                return true;\\n            }\\n        }\\n        values[index] = ret;\\n    }\\n    var totalResolved = ++this._totalResolved;\\n    if (totalResolved >= length) {\\n        if (preservedValues !== null) {\\n            this._filter(values, preservedValues);\\n        } else {\\n            this._resolve(values);\\n        }\\n        return true;\\n    }\\n    return false;\\n};\\n\\nMappingPromiseArray.prototype._drainQueue = function () {\\n    var queue = this._queue;\\n    var limit = this._limit;\\n    var values = this._values;\\n    while (queue.length > 0 && this._inFlight < limit) {\\n        if (this._isResolved()) return;\\n        var index = queue.pop();\\n        this._promiseFulfilled(values[index], index);\\n    }\\n};\\n\\nMappingPromiseArray.prototype._filter = function (booleans, values) {\\n    var len = values.length;\\n    var ret = new Array(len);\\n    var j = 0;\\n    for (var i = 0; i < len; ++i) {\\n        if (booleans[i]) ret[j++] = values[i];\\n    }\\n    ret.length = j;\\n    this._resolve(ret);\\n};\\n\\nMappingPromiseArray.prototype.preservedValues = function () {\\n    return this._preservedValues;\\n};\\n\\nfunction map(promises, fn, options, _filter) {\\n    if (typeof fn !== \\\"function\\\") {\\n        return apiRejection(\\\"expecting a function but got \\\" + util.classString(fn));\\n    }\\n\\n    var limit = 0;\\n    if (options !== undefined) {\\n        if (typeof options === \\\"object\\\" && options !== null) {\\n            if (typeof options.concurrency !== \\\"number\\\") {\\n                return Promise.reject(\\n                    new TypeError(\\\"'concurrency' must be a number but it is \\\" +\\n                                    util.classString(options.concurrency)));\\n            }\\n            limit = options.concurrency;\\n        } else {\\n            return Promise.reject(new TypeError(\\n                            \\\"options argument must be an object but it is \\\" +\\n                             util.classString(options)));\\n        }\\n    }\\n    limit = typeof limit === \\\"number\\\" &&\\n        isFinite(limit) && limit >= 1 ? limit : 0;\\n    return new MappingPromiseArray(promises, fn, limit, _filter).promise();\\n}\\n\\nPromise.prototype.map = function (fn, options) {\\n    return map(this, fn, options, null);\\n};\\n\\nPromise.map = function (promises, fn, options, _filter) {\\n    return map(promises, fn, options, _filter);\\n};\\n\\n\\n};\\n\\n},{\\\"./util\\\":36}],19:[function(_dereq_,module,exports){\\n\\\"use strict\\\";\\nmodule.exports =\\nfunction(Promise, INTERNAL, tryConvertToPromise, apiRejection, debug) {\\nvar util = _dereq_(\\\"./util\\\");\\nvar tryCatch = util.tryCatch;\\n\\nPromise.method = function (fn) {\\n    if (typeof fn !== \\\"function\\\") {\\n        throw new Promise.TypeError(\\\"expecting a function but got \\\" + util.classString(fn));\\n    }\\n    return function () {\\n        var ret = new Promise(INTERNAL);\\n        ret._captureStackTrace();\\n        ret._pushContext();\\n        var value = tryCatch(fn).apply(this, arguments);\\n        var promiseCreated = ret._popContext();\\n        debug.checkForgottenReturns(\\n            value, promiseCreated, \\\"Promise.method\\\", ret);\\n        ret._resolveFromSyncValue(value);\\n        return ret;\\n    };\\n};\\n\\nPromise.attempt = Promise[\\\"try\\\"] = function (fn) {\\n    if (typeof fn !== \\\"function\\\") {\\n        return apiRejection(\\\"expecting a function but got \\\" + util.classString(fn));\\n    }\\n    var ret = new Promise(INTERNAL);\\n    ret._captureStackTrace();\\n    ret._pushContext();\\n    var value;\\n    if (arguments.length > 1) {\\n        debug.deprecated(\\\"calling Promise.try with more than 1 argument\\\");\\n        var arg = arguments[1];\\n        var ctx = arguments[2];\\n        value = util.isArray(arg) ? tryCatch(fn).apply(ctx, arg)\\n                                  : tryCatch(fn).call(ctx, arg);\\n    } else {\\n        value = tryCatch(fn)();\\n    }\\n    var promiseCreated = ret._popContext();\\n    debug.checkForgottenReturns(\\n        value, promiseCreated, \\\"Promise.try\\\", ret);\\n    ret._resolveFromSyncValue(value);\\n    return ret;\\n};\\n\\nPromise.prototype._resolveFromSyncValue = function (value) {\\n    if (value === util.errorObj) {\\n        this._rejectCallback(value.e, false);\\n    } else {\\n        this._resolveCallback(value, true);\\n    }\\n};\\n};\\n\\n},{\\\"./util\\\":36}],20:[function(_dereq_,module,exports){\\n\\\"use strict\\\";\\nvar util = _dereq_(\\\"./util\\\");\\nvar maybeWrapAsError = util.maybeWrapAsError;\\nvar errors = _dereq_(\\\"./errors\\\");\\nvar OperationalError = errors.OperationalError;\\nvar es5 = _dereq_(\\\"./es5\\\");\\n\\nfunction isUntypedError(obj) {\\n    return obj instanceof Error &&\\n        es5.getPrototypeOf(obj) === Error.prototype;\\n}\\n\\nvar rErrorKey = /^(?:name|message|stack|cause)$/;\\nfunction wrapAsOperationalError(obj) {\\n    var ret;\\n    if (isUntypedError(obj)) {\\n        ret = new OperationalError(obj);\\n        ret.name = obj.name;\\n        ret.message = obj.message;\\n        ret.stack = obj.stack;\\n        var keys = es5.keys(obj);\\n        for (var i = 0; i < keys.length; ++i) {\\n            var key = keys[i];\\n            if (!rErrorKey.test(key)) {\\n                ret[key] = obj[key];\\n            }\\n        }\\n        return ret;\\n    }\\n    util.markAsOriginatingFromRejection(obj);\\n    return obj;\\n}\\n\\nfunction nodebackForPromise(promise, multiArgs) {\\n    return function(err, value) {\\n        if (promise === null) return;\\n        if (err) {\\n            var wrapped = wrapAsOperationalError(maybeWrapAsError(err));\\n            promise._attachExtraTrace(wrapped);\\n            promise._reject(wrapped);\\n        } else if (!multiArgs) {\\n            promise._fulfill(value);\\n        } else {\\n            var args = [].slice.call(arguments, 1);;\\n            promise._fulfill(args);\\n        }\\n        promise = null;\\n    };\\n}\\n\\nmodule.exports = nodebackForPromise;\\n\\n},{\\\"./errors\\\":12,\\\"./es5\\\":13,\\\"./util\\\":36}],21:[function(_dereq_,module,exports){\\n\\\"use strict\\\";\\nmodule.exports = function(Promise) {\\nvar util = _dereq_(\\\"./util\\\");\\nvar async = Promise._async;\\nvar tryCatch = util.tryCatch;\\nvar errorObj = util.errorObj;\\n\\nfunction spreadAdapter(val, nodeback) {\\n    var promise = this;\\n    if (!util.isArray(val)) return successAdapter.call(promise, val, nodeback);\\n    var ret =\\n        tryCatch(nodeback).apply(promise._boundValue(), [null].concat(val));\\n    if (ret === errorObj) {\\n        async.throwLater(ret.e);\\n    }\\n}\\n\\nfunction successAdapter(val, nodeback) {\\n    var promise = this;\\n    var receiver = promise._boundValue();\\n    var ret = val === undefined\\n        ? tryCatch(nodeback).call(receiver, null)\\n        : tryCatch(nodeback).call(receiver, null, val);\\n    if (ret === errorObj) {\\n        async.throwLater(ret.e);\\n    }\\n}\\nfunction errorAdapter(reason, nodeback) {\\n    var promise = this;\\n    if (!reason) {\\n        var newReason = new Error(reason + \\\"\\\");\\n        newReason.cause = reason;\\n        reason = newReason;\\n    }\\n    var ret = tryCatch(nodeback).call(promise._boundValue(), reason);\\n    if (ret === errorObj) {\\n        async.throwLater(ret.e);\\n    }\\n}\\n\\nPromise.prototype.asCallback = Promise.prototype.nodeify = function (nodeback,\\n                                                                     options) {\\n    if (typeof nodeback == \\\"function\\\") {\\n        var adapter = successAdapter;\\n        if (options !== undefined && Object(options).spread) {\\n            adapter = spreadAdapter;\\n        }\\n        this._then(\\n            adapter,\\n            errorAdapter,\\n            undefined,\\n            this,\\n            nodeback\\n        );\\n    }\\n    return this;\\n};\\n};\\n\\n},{\\\"./util\\\":36}],22:[function(_dereq_,module,exports){\\n\\\"use strict\\\";\\nmodule.exports = function() {\\nvar makeSelfResolutionError = function () {\\n    return new TypeError(\\\"circular promise resolution chain\\\\u000a\\\\u000a    See http://goo.gl/MqrFmX\\\\u000a\\\");\\n};\\nvar reflectHandler = function() {\\n    return new Promise.PromiseInspection(this._target());\\n};\\nvar apiRejection = function(msg) {\\n    return Promise.reject(new TypeError(msg));\\n};\\nfunction Proxyable() {}\\nvar UNDEFINED_BINDING = {};\\nvar util = _dereq_(\\\"./util\\\");\\n\\nvar getDomain;\\nif (util.isNode) {\\n    getDomain = function() {\\n        var ret = process.domain;\\n        if (ret === undefined) ret = null;\\n        return ret;\\n    };\\n} else {\\n    getDomain = function() {\\n        return null;\\n    };\\n}\\nutil.notEnumerableProp(Promise, \\\"_getDomain\\\", getDomain);\\n\\nvar es5 = _dereq_(\\\"./es5\\\");\\nvar Async = _dereq_(\\\"./async\\\");\\nvar async = new Async();\\nes5.defineProperty(Promise, \\\"_async\\\", {value: async});\\nvar errors = _dereq_(\\\"./errors\\\");\\nvar TypeError = Promise.TypeError = errors.TypeError;\\nPromise.RangeError = errors.RangeError;\\nvar CancellationError = Promise.CancellationError = errors.CancellationError;\\nPromise.TimeoutError = errors.TimeoutError;\\nPromise.OperationalError = errors.OperationalError;\\nPromise.RejectionError = errors.OperationalError;\\nPromise.AggregateError = errors.AggregateError;\\nvar INTERNAL = function(){};\\nvar APPLY = {};\\nvar NEXT_FILTER = {};\\nvar tryConvertToPromise = _dereq_(\\\"./thenables\\\")(Promise, INTERNAL);\\nvar PromiseArray =\\n    _dereq_(\\\"./promise_array\\\")(Promise, INTERNAL,\\n                               tryConvertToPromise, apiRejection, Proxyable);\\nvar Context = _dereq_(\\\"./context\\\")(Promise);\\n /*jshint unused:false*/\\nvar createContext = Context.create;\\nvar debug = _dereq_(\\\"./debuggability\\\")(Promise, Context);\\nvar CapturedTrace = debug.CapturedTrace;\\nvar PassThroughHandlerContext =\\n    _dereq_(\\\"./finally\\\")(Promise, tryConvertToPromise, NEXT_FILTER);\\nvar catchFilter = _dereq_(\\\"./catch_filter\\\")(NEXT_FILTER);\\nvar nodebackForPromise = _dereq_(\\\"./nodeback\\\");\\nvar errorObj = util.errorObj;\\nvar tryCatch = util.tryCatch;\\nfunction check(self, executor) {\\n    if (self == null || self.constructor !== Promise) {\\n        throw new TypeError(\\\"the promise constructor cannot be invoked directly\\\\u000a\\\\u000a    See http://goo.gl/MqrFmX\\\\u000a\\\");\\n    }\\n    if (typeof executor !== \\\"function\\\") {\\n        throw new TypeError(\\\"expecting a function but got \\\" + util.classString(executor));\\n    }\\n\\n}\\n\\nfunction Promise(executor) {\\n    if (executor !== INTERNAL) {\\n        check(this, executor);\\n    }\\n    this._bitField = 0;\\n    this._fulfillmentHandler0 = undefined;\\n    this._rejectionHandler0 = undefined;\\n    this._promise0 = undefined;\\n    this._receiver0 = undefined;\\n    this._resolveFromExecutor(executor);\\n    this._promiseCreated();\\n    this._fireEvent(\\\"promiseCreated\\\", this);\\n}\\n\\nPromise.prototype.toString = function () {\\n    return \\\"[object Promise]\\\";\\n};\\n\\nPromise.prototype.caught = Promise.prototype[\\\"catch\\\"] = function (fn) {\\n    var len = arguments.length;\\n    if (len > 1) {\\n        var catchInstances = new Array(len - 1),\\n            j = 0, i;\\n        for (i = 0; i < len - 1; ++i) {\\n            var item = arguments[i];\\n            if (util.isObject(item)) {\\n                catchInstances[j++] = item;\\n            } else {\\n                return apiRejection(\\\"Catch statement predicate: \\\" +\\n                    \\\"expecting an object but got \\\" + util.classString(item));\\n            }\\n        }\\n        catchInstances.length = j;\\n        fn = arguments[i];\\n        return this.then(undefined, catchFilter(catchInstances, fn, this));\\n    }\\n    return this.then(undefined, fn);\\n};\\n\\nPromise.prototype.reflect = function () {\\n    return this._then(reflectHandler,\\n        reflectHandler, undefined, this, undefined);\\n};\\n\\nPromise.prototype.then = function (didFulfill, didReject) {\\n    if (debug.warnings() && arguments.length > 0 &&\\n        typeof didFulfill !== \\\"function\\\" &&\\n        typeof didReject !== \\\"function\\\") {\\n        var msg = \\\".then() only accepts functions but was passed: \\\" +\\n                util.classString(didFulfill);\\n        if (arguments.length > 1) {\\n            msg += \\\", \\\" + util.classString(didReject);\\n        }\\n        this._warn(msg);\\n    }\\n    return this._then(didFulfill, didReject, undefined, undefined, undefined);\\n};\\n\\nPromise.prototype.done = function (didFulfill, didReject) {\\n    var promise =\\n        this._then(didFulfill, didReject, undefined, undefined, undefined);\\n    promise._setIsFinal();\\n};\\n\\nPromise.prototype.spread = function (fn) {\\n    if (typeof fn !== \\\"function\\\") {\\n        return apiRejection(\\\"expecting a function but got \\\" + util.classString(fn));\\n    }\\n    return this.all()._then(fn, undefined, undefined, APPLY, undefined);\\n};\\n\\nPromise.prototype.toJSON = function () {\\n    var ret = {\\n        isFulfilled: false,\\n        isRejected: false,\\n        fulfillmentValue: undefined,\\n        rejectionReason: undefined\\n    };\\n    if (this.isFulfilled()) {\\n        ret.fulfillmentValue = this.value();\\n        ret.isFulfilled = true;\\n    } else if (this.isRejected()) {\\n        ret.rejectionReason = this.reason();\\n        ret.isRejected = true;\\n    }\\n    return ret;\\n};\\n\\nPromise.prototype.all = function () {\\n    if (arguments.length > 0) {\\n        this._warn(\\\".all() was passed arguments but it does not take any\\\");\\n    }\\n    return new PromiseArray(this).promise();\\n};\\n\\nPromise.prototype.error = function (fn) {\\n    return this.caught(util.originatesFromRejection, fn);\\n};\\n\\nPromise.getNewLibraryCopy = module.exports;\\n\\nPromise.is = function (val) {\\n    return val instanceof Promise;\\n};\\n\\nPromise.fromNode = Promise.fromCallback = function(fn) {\\n    var ret = new Promise(INTERNAL);\\n    ret._captureStackTrace();\\n    var multiArgs = arguments.length > 1 ? !!Object(arguments[1]).multiArgs\\n                                         : false;\\n    var result = tryCatch(fn)(nodebackForPromise(ret, multiArgs));\\n    if (result === errorObj) {\\n        ret._rejectCallback(result.e, true);\\n    }\\n    if (!ret._isFateSealed()) ret._setAsyncGuaranteed();\\n    return ret;\\n};\\n\\nPromise.all = function (promises) {\\n    return new PromiseArray(promises).promise();\\n};\\n\\nPromise.cast = function (obj) {\\n    var ret = tryConvertToPromise(obj);\\n    if (!(ret instanceof Promise)) {\\n        ret = new Promise(INTERNAL);\\n        ret._captureStackTrace();\\n        ret._setFulfilled();\\n        ret._rejectionHandler0 = obj;\\n    }\\n    return ret;\\n};\\n\\nPromise.resolve = Promise.fulfilled = Promise.cast;\\n\\nPromise.reject = Promise.rejected = function (reason) {\\n    var ret = new Promise(INTERNAL);\\n    ret._captureStackTrace();\\n    ret._rejectCallback(reason, true);\\n    return ret;\\n};\\n\\nPromise.setScheduler = function(fn) {\\n    if (typeof fn !== \\\"function\\\") {\\n        throw new TypeError(\\\"expecting a function but got \\\" + util.classString(fn));\\n    }\\n    return async.setScheduler(fn);\\n};\\n\\nPromise.prototype._then = function (\\n    didFulfill,\\n    didReject,\\n    _,    receiver,\\n    internalData\\n) {\\n    var haveInternalData = internalData !== undefined;\\n    var promise = haveInternalData ? internalData : new Promise(INTERNAL);\\n    var target = this._target();\\n    var bitField = target._bitField;\\n\\n    if (!haveInternalData) {\\n        promise._propagateFrom(this, 3);\\n        promise._captureStackTrace();\\n        if (receiver === undefined &&\\n            ((this._bitField & 2097152) !== 0)) {\\n            if (!((bitField & 50397184) === 0)) {\\n                receiver = this._boundValue();\\n            } else {\\n                receiver = target === this ? undefined : this._boundTo;\\n            }\\n        }\\n        this._fireEvent(\\\"promiseChained\\\", this, promise);\\n    }\\n\\n    var domain = getDomain();\\n    if (!((bitField & 50397184) === 0)) {\\n        var handler, value, settler = target._settlePromiseCtx;\\n        if (((bitField & 33554432) !== 0)) {\\n            value = target._rejectionHandler0;\\n            handler = didFulfill;\\n        } else if (((bitField & 16777216) !== 0)) {\\n            value = target._fulfillmentHandler0;\\n            handler = didReject;\\n            target._unsetRejectionIsUnhandled();\\n        } else {\\n            settler = target._settlePromiseLateCancellationObserver;\\n            value = new CancellationError(\\\"late cancellation observer\\\");\\n            target._attachExtraTrace(value);\\n            handler = didReject;\\n        }\\n\\n        async.invoke(settler, target, {\\n            handler: domain === null ? handler\\n                : (typeof handler === \\\"function\\\" &&\\n                    util.domainBind(domain, handler)),\\n            promise: promise,\\n            receiver: receiver,\\n            value: value\\n        });\\n    } else {\\n        target._addCallbacks(didFulfill, didReject, promise, receiver, domain);\\n    }\\n\\n    return promise;\\n};\\n\\nPromise.prototype._length = function () {\\n    return this._bitField & 65535;\\n};\\n\\nPromise.prototype._isFateSealed = function () {\\n    return (this._bitField & 117506048) !== 0;\\n};\\n\\nPromise.prototype._isFollowing = function () {\\n    return (this._bitField & 67108864) === 67108864;\\n};\\n\\nPromise.prototype._setLength = function (len) {\\n    this._bitField = (this._bitField & -65536) |\\n        (len & 65535);\\n};\\n\\nPromise.prototype._setFulfilled = function () {\\n    this._bitField = this._bitField | 33554432;\\n    this._fireEvent(\\\"promiseFulfilled\\\", this);\\n};\\n\\nPromise.prototype._setRejected = function () {\\n    this._bitField = this._bitField | 16777216;\\n    this._fireEvent(\\\"promiseRejected\\\", this);\\n};\\n\\nPromise.prototype._setFollowing = function () {\\n    this._bitField = this._bitField | 67108864;\\n    this._fireEvent(\\\"promiseResolved\\\", this);\\n};\\n\\nPromise.prototype._setIsFinal = function () {\\n    this._bitField = this._bitField | 4194304;\\n};\\n\\nPromise.prototype._isFinal = function () {\\n    return (this._bitField & 4194304) > 0;\\n};\\n\\nPromise.prototype._unsetCancelled = function() {\\n    this._bitField = this._bitField & (~65536);\\n};\\n\\nPromise.prototype._setCancelled = function() {\\n    this._bitField = this._bitField | 65536;\\n    this._fireEvent(\\\"promiseCancelled\\\", this);\\n};\\n\\nPromise.prototype._setWillBeCancelled = function() {\\n    this._bitField = this._bitField | 8388608;\\n};\\n\\nPromise.prototype._setAsyncGuaranteed = function() {\\n    if (async.hasCustomScheduler()) return;\\n    this._bitField = this._bitField | 134217728;\\n};\\n\\nPromise.prototype._receiverAt = function (index) {\\n    var ret = index === 0 ? this._receiver0 : this[\\n            index * 4 - 4 + 3];\\n    if (ret === UNDEFINED_BINDING) {\\n        return undefined;\\n    } else if (ret === undefined && this._isBound()) {\\n        return this._boundValue();\\n    }\\n    return ret;\\n};\\n\\nPromise.prototype._promiseAt = function (index) {\\n    return this[\\n            index * 4 - 4 + 2];\\n};\\n\\nPromise.prototype._fulfillmentHandlerAt = function (index) {\\n    return this[\\n            index * 4 - 4 + 0];\\n};\\n\\nPromise.prototype._rejectionHandlerAt = function (index) {\\n    return this[\\n            index * 4 - 4 + 1];\\n};\\n\\nPromise.prototype._boundValue = function() {};\\n\\nPromise.prototype._migrateCallback0 = function (follower) {\\n    var bitField = follower._bitField;\\n    var fulfill = follower._fulfillmentHandler0;\\n    var reject = follower._rejectionHandler0;\\n    var promise = follower._promise0;\\n    var receiver = follower._receiverAt(0);\\n    if (receiver === undefined) receiver = UNDEFINED_BINDING;\\n    this._addCallbacks(fulfill, reject, promise, receiver, null);\\n};\\n\\nPromise.prototype._migrateCallbackAt = function (follower, index) {\\n    var fulfill = follower._fulfillmentHandlerAt(index);\\n    var reject = follower._rejectionHandlerAt(index);\\n    var promise = follower._promiseAt(index);\\n    var receiver = follower._receiverAt(index);\\n    if (receiver === undefined) receiver = UNDEFINED_BINDING;\\n    this._addCallbacks(fulfill, reject, promise, receiver, null);\\n};\\n\\nPromise.prototype._addCallbacks = function (\\n    fulfill,\\n    reject,\\n    promise,\\n    receiver,\\n    domain\\n) {\\n    var index = this._length();\\n\\n    if (index >= 65535 - 4) {\\n        index = 0;\\n        this._setLength(0);\\n    }\\n\\n    if (index === 0) {\\n        this._promise0 = promise;\\n        this._receiver0 = receiver;\\n        if (typeof fulfill === \\\"function\\\") {\\n            this._fulfillmentHandler0 =\\n                domain === null ? fulfill : util.domainBind(domain, fulfill);\\n        }\\n        if (typeof reject === \\\"function\\\") {\\n            this._rejectionHandler0 =\\n                domain === null ? reject : util.domainBind(domain, reject);\\n        }\\n    } else {\\n        var base = index * 4 - 4;\\n        this[base + 2] = promise;\\n        this[base + 3] = receiver;\\n        if (typeof fulfill === \\\"function\\\") {\\n            this[base + 0] =\\n                domain === null ? fulfill : util.domainBind(domain, fulfill);\\n        }\\n        if (typeof reject === \\\"function\\\") {\\n            this[base + 1] =\\n                domain === null ? reject : util.domainBind(domain, reject);\\n        }\\n    }\\n    this._setLength(index + 1);\\n    return index;\\n};\\n\\nPromise.prototype._proxy = function (proxyable, arg) {\\n    this._addCallbacks(undefined, undefined, arg, proxyable, null);\\n};\\n\\nPromise.prototype._resolveCallback = function(value, shouldBind) {\\n    if (((this._bitField & 117506048) !== 0)) return;\\n    if (value === this)\\n        return this._rejectCallback(makeSelfResolutionError(), false);\\n    var maybePromise = tryConvertToPromise(value, this);\\n    if (!(maybePromise instanceof Promise)) return this._fulfill(value);\\n\\n    if (shouldBind) this._propagateFrom(maybePromise, 2);\\n\\n    var promise = maybePromise._target();\\n\\n    if (promise === this) {\\n        this._reject(makeSelfResolutionError());\\n        return;\\n    }\\n\\n    var bitField = promise._bitField;\\n    if (((bitField & 50397184) === 0)) {\\n        var len = this._length();\\n        if (len > 0) promise._migrateCallback0(this);\\n        for (var i = 1; i < len; ++i) {\\n            promise._migrateCallbackAt(this, i);\\n        }\\n        this._setFollowing();\\n        this._setLength(0);\\n        this._setFollowee(promise);\\n    } else if (((bitField & 33554432) !== 0)) {\\n        this._fulfill(promise._value());\\n    } else if (((bitField & 16777216) !== 0)) {\\n        this._reject(promise._reason());\\n    } else {\\n        var reason = new CancellationError(\\\"late cancellation observer\\\");\\n        promise._attachExtraTrace(reason);\\n        this._reject(reason);\\n    }\\n};\\n\\nPromise.prototype._rejectCallback =\\nfunction(reason, synchronous, ignoreNonErrorWarnings) {\\n    var trace = util.ensureErrorObject(reason);\\n    var hasStack = trace === reason;\\n    if (!hasStack && !ignoreNonErrorWarnings && debug.warnings()) {\\n        var message = \\\"a promise was rejected with a non-error: \\\" +\\n            util.classString(reason);\\n        this._warn(message, true);\\n    }\\n    this._attachExtraTrace(trace, synchronous ? hasStack : false);\\n    this._reject(reason);\\n};\\n\\nPromise.prototype._resolveFromExecutor = function (executor) {\\n    if (executor === INTERNAL) return;\\n    var promise = this;\\n    this._captureStackTrace();\\n    this._pushContext();\\n    var synchronous = true;\\n    var r = this._execute(executor, function(value) {\\n        promise._resolveCallback(value);\\n    }, function (reason) {\\n        promise._rejectCallback(reason, synchronous);\\n    });\\n    synchronous = false;\\n    this._popContext();\\n\\n    if (r !== undefined) {\\n        promise._rejectCallback(r, true);\\n    }\\n};\\n\\nPromise.prototype._settlePromiseFromHandler = function (\\n    handler, receiver, value, promise\\n) {\\n    var bitField = promise._bitField;\\n    if (((bitField & 65536) !== 0)) return;\\n    promise._pushContext();\\n    var x;\\n    if (receiver === APPLY) {\\n        if (!value || typeof value.length !== \\\"number\\\") {\\n            x = errorObj;\\n            x.e = new TypeError(\\\"cannot .spread() a non-array: \\\" +\\n                                    util.classString(value));\\n        } else {\\n            x = tryCatch(handler).apply(this._boundValue(), value);\\n        }\\n    } else {\\n        x = tryCatch(handler).call(receiver, value);\\n    }\\n    var promiseCreated = promise._popContext();\\n    bitField = promise._bitField;\\n    if (((bitField & 65536) !== 0)) return;\\n\\n    if (x === NEXT_FILTER) {\\n        promise._reject(value);\\n    } else if (x === errorObj) {\\n        promise._rejectCallback(x.e, false);\\n    } else {\\n        debug.checkForgottenReturns(x, promiseCreated, \\\"\\\",  promise, this);\\n        promise._resolveCallback(x);\\n    }\\n};\\n\\nPromise.prototype._target = function() {\\n    var ret = this;\\n    while (ret._isFollowing()) ret = ret._followee();\\n    return ret;\\n};\\n\\nPromise.prototype._followee = function() {\\n    return this._rejectionHandler0;\\n};\\n\\nPromise.prototype._setFollowee = function(promise) {\\n    this._rejectionHandler0 = promise;\\n};\\n\\nPromise.prototype._settlePromise = function(promise, handler, receiver, value) {\\n    var isPromise = promise instanceof Promise;\\n    var bitField = this._bitField;\\n    var asyncGuaranteed = ((bitField & 134217728) !== 0);\\n    if (((bitField & 65536) !== 0)) {\\n        if (isPromise) promise._invokeInternalOnCancel();\\n\\n        if (receiver instanceof PassThroughHandlerContext &&\\n            receiver.isFinallyHandler()) {\\n            receiver.cancelPromise = promise;\\n            if (tryCatch(handler).call(receiver, value) === errorObj) {\\n                promise._reject(errorObj.e);\\n            }\\n        } else if (handler === reflectHandler) {\\n            promise._fulfill(reflectHandler.call(receiver));\\n        } else if (receiver instanceof Proxyable) {\\n            receiver._promiseCancelled(promise);\\n        } else if (isPromise || promise instanceof PromiseArray) {\\n            promise._cancel();\\n        } else {\\n            receiver.cancel();\\n        }\\n    } else if (typeof handler === \\\"function\\\") {\\n        if (!isPromise) {\\n            handler.call(receiver, value, promise);\\n        } else {\\n            if (asyncGuaranteed) promise._setAsyncGuaranteed();\\n            this._settlePromiseFromHandler(handler, receiver, value, promise);\\n        }\\n    } else if (receiver instanceof Proxyable) {\\n        if (!receiver._isResolved()) {\\n            if (((bitField & 33554432) !== 0)) {\\n                receiver._promiseFulfilled(value, promise);\\n            } else {\\n                receiver._promiseRejected(value, promise);\\n            }\\n        }\\n    } else if (isPromise) {\\n        if (asyncGuaranteed) promise._setAsyncGuaranteed();\\n        if (((bitField & 33554432) !== 0)) {\\n            promise._fulfill(value);\\n        } else {\\n            promise._reject(value);\\n        }\\n    }\\n};\\n\\nPromise.prototype._settlePromiseLateCancellationObserver = function(ctx) {\\n    var handler = ctx.handler;\\n    var promise = ctx.promise;\\n    var receiver = ctx.receiver;\\n    var value = ctx.value;\\n    if (typeof handler === \\\"function\\\") {\\n        if (!(promise instanceof Promise)) {\\n            handler.call(receiver, value, promise);\\n        } else {\\n            this._settlePromiseFromHandler(handler, receiver, value, promise);\\n        }\\n    } else if (promise instanceof Promise) {\\n        promise._reject(value);\\n    }\\n};\\n\\nPromise.prototype._settlePromiseCtx = function(ctx) {\\n    this._settlePromise(ctx.promise, ctx.handler, ctx.receiver, ctx.value);\\n};\\n\\nPromise.prototype._settlePromise0 = function(handler, value, bitField) {\\n    var promise = this._promise0;\\n    var receiver = this._receiverAt(0);\\n    this._promise0 = undefined;\\n    this._receiver0 = undefined;\\n    this._settlePromise(promise, handler, receiver, value);\\n};\\n\\nPromise.prototype._clearCallbackDataAtIndex = function(index) {\\n    var base = index * 4 - 4;\\n    this[base + 2] =\\n    this[base + 3] =\\n    this[base + 0] =\\n    this[base + 1] = undefined;\\n};\\n\\nPromise.prototype._fulfill = function (value) {\\n    var bitField = this._bitField;\\n    if (((bitField & 117506048) >>> 16)) return;\\n    if (value === this) {\\n        var err = makeSelfResolutionError();\\n        this._attachExtraTrace(err);\\n        return this._reject(err);\\n    }\\n    this._setFulfilled();\\n    this._rejectionHandler0 = value;\\n\\n    if ((bitField & 65535) > 0) {\\n        if (((bitField & 134217728) !== 0)) {\\n            this._settlePromises();\\n        } else {\\n            async.settlePromises(this);\\n        }\\n    }\\n};\\n\\nPromise.prototype._reject = function (reason) {\\n    var bitField = this._bitField;\\n    if (((bitField & 117506048) >>> 16)) return;\\n    this._setRejected();\\n    this._fulfillmentHandler0 = reason;\\n\\n    if (this._isFinal()) {\\n        return async.fatalError(reason, util.isNode);\\n    }\\n\\n    if ((bitField & 65535) > 0) {\\n        async.settlePromises(this);\\n    } else {\\n        this._ensurePossibleRejectionHandled();\\n    }\\n};\\n\\nPromise.prototype._fulfillPromises = function (len, value) {\\n    for (var i = 1; i < len; i++) {\\n        var handler = this._fulfillmentHandlerAt(i);\\n        var promise = this._promiseAt(i);\\n        var receiver = this._receiverAt(i);\\n        this._clearCallbackDataAtIndex(i);\\n        this._settlePromise(promise, handler, receiver, value);\\n    }\\n};\\n\\nPromise.prototype._rejectPromises = function (len, reason) {\\n    for (var i = 1; i < len; i++) {\\n        var handler = this._rejectionHandlerAt(i);\\n        var promise = this._promiseAt(i);\\n        var receiver = this._receiverAt(i);\\n        this._clearCallbackDataAtIndex(i);\\n        this._settlePromise(promise, handler, receiver, reason);\\n    }\\n};\\n\\nPromise.prototype._settlePromises = function () {\\n    var bitField = this._bitField;\\n    var len = (bitField & 65535);\\n\\n    if (len > 0) {\\n        if (((bitField & 16842752) !== 0)) {\\n            var reason = this._fulfillmentHandler0;\\n            this._settlePromise0(this._rejectionHandler0, reason, bitField);\\n            this._rejectPromises(len, reason);\\n        } else {\\n            var value = this._rejectionHandler0;\\n            this._settlePromise0(this._fulfillmentHandler0, value, bitField);\\n            this._fulfillPromises(len, value);\\n        }\\n        this._setLength(0);\\n    }\\n    this._clearCancellationData();\\n};\\n\\nPromise.prototype._settledValue = function() {\\n    var bitField = this._bitField;\\n    if (((bitField & 33554432) !== 0)) {\\n        return this._rejectionHandler0;\\n    } else if (((bitField & 16777216) !== 0)) {\\n        return this._fulfillmentHandler0;\\n    }\\n};\\n\\nfunction deferResolve(v) {this.promise._resolveCallback(v);}\\nfunction deferReject(v) {this.promise._rejectCallback(v, false);}\\n\\nPromise.defer = Promise.pending = function() {\\n    debug.deprecated(\\\"Promise.defer\\\", \\\"new Promise\\\");\\n    var promise = new Promise(INTERNAL);\\n    return {\\n        promise: promise,\\n        resolve: deferResolve,\\n        reject: deferReject\\n    };\\n};\\n\\nutil.notEnumerableProp(Promise,\\n                       \\\"_makeSelfResolutionError\\\",\\n                       makeSelfResolutionError);\\n\\n_dereq_(\\\"./method\\\")(Promise, INTERNAL, tryConvertToPromise, apiRejection,\\n    debug);\\n_dereq_(\\\"./bind\\\")(Promise, INTERNAL, tryConvertToPromise, debug);\\n_dereq_(\\\"./cancel\\\")(Promise, PromiseArray, apiRejection, debug);\\n_dereq_(\\\"./direct_resolve\\\")(Promise);\\n_dereq_(\\\"./synchronous_inspection\\\")(Promise);\\n_dereq_(\\\"./join\\\")(\\n    Promise, PromiseArray, tryConvertToPromise, INTERNAL, async, getDomain);\\nPromise.Promise = Promise;\\nPromise.version = \\\"3.5.1\\\";\\n_dereq_('./map.js')(Promise, PromiseArray, apiRejection, tryConvertToPromise, INTERNAL, debug);\\n_dereq_('./call_get.js')(Promise);\\n_dereq_('./using.js')(Promise, apiRejection, tryConvertToPromise, createContext, INTERNAL, debug);\\n_dereq_('./timers.js')(Promise, INTERNAL, debug);\\n_dereq_('./generators.js')(Promise, apiRejection, INTERNAL, tryConvertToPromise, Proxyable, debug);\\n_dereq_('./nodeify.js')(Promise);\\n_dereq_('./promisify.js')(Promise, INTERNAL);\\n_dereq_('./props.js')(Promise, PromiseArray, tryConvertToPromise, apiRejection);\\n_dereq_('./race.js')(Promise, INTERNAL, tryConvertToPromise, apiRejection);\\n_dereq_('./reduce.js')(Promise, PromiseArray, apiRejection, tryConvertToPromise, INTERNAL, debug);\\n_dereq_('./settle.js')(Promise, PromiseArray, debug);\\n_dereq_('./some.js')(Promise, PromiseArray, apiRejection);\\n_dereq_('./filter.js')(Promise, INTERNAL);\\n_dereq_('./each.js')(Promise, INTERNAL);\\n_dereq_('./any.js')(Promise);\\n                                                         \\n    util.toFastProperties(Promise);                                          \\n    util.toFastProperties(Promise.prototype);                                \\n    function fillTypes(value) {                                              \\n        var p = new Promise(INTERNAL);                                       \\n        p._fulfillmentHandler0 = value;                                      \\n        p._rejectionHandler0 = value;                                        \\n        p._promise0 = value;                                                 \\n        p._receiver0 = value;                                                \\n    }                                                                        \\n    // Complete slack tracking, opt out of field-type tracking and           \\n    // stabilize map                                                         \\n    fillTypes({a: 1});                                                       \\n    fillTypes({b: 2});                                                       \\n    fillTypes({c: 3});                                                       \\n    fillTypes(1);                                                            \\n    fillTypes(function(){});                                                 \\n    fillTypes(undefined);                                                    \\n    fillTypes(false);                                                        \\n    fillTypes(new Promise(INTERNAL));                                        \\n    debug.setBounds(Async.firstLineError, util.lastLineError);               \\n    return Promise;                                                          \\n\\n};\\n\\n},{\\\"./any.js\\\":1,\\\"./async\\\":2,\\\"./bind\\\":3,\\\"./call_get.js\\\":5,\\\"./cancel\\\":6,\\\"./catch_filter\\\":7,\\\"./context\\\":8,\\\"./debuggability\\\":9,\\\"./direct_resolve\\\":10,\\\"./each.js\\\":11,\\\"./errors\\\":12,\\\"./es5\\\":13,\\\"./filter.js\\\":14,\\\"./finally\\\":15,\\\"./generators.js\\\":16,\\\"./join\\\":17,\\\"./map.js\\\":18,\\\"./method\\\":19,\\\"./nodeback\\\":20,\\\"./nodeify.js\\\":21,\\\"./promise_array\\\":23,\\\"./promisify.js\\\":24,\\\"./props.js\\\":25,\\\"./race.js\\\":27,\\\"./reduce.js\\\":28,\\\"./settle.js\\\":30,\\\"./some.js\\\":31,\\\"./synchronous_inspection\\\":32,\\\"./thenables\\\":33,\\\"./timers.js\\\":34,\\\"./using.js\\\":35,\\\"./util\\\":36}],23:[function(_dereq_,module,exports){\\n\\\"use strict\\\";\\nmodule.exports = function(Promise, INTERNAL, tryConvertToPromise,\\n    apiRejection, Proxyable) {\\nvar util = _dereq_(\\\"./util\\\");\\nvar isArray = util.isArray;\\n\\nfunction toResolutionValue(val) {\\n    switch(val) {\\n    case -2: return [];\\n    case -3: return {};\\n    case -6: return new Map();\\n    }\\n}\\n\\nfunction PromiseArray(values) {\\n    var promise = this._promise = new Promise(INTERNAL);\\n    if (values instanceof Promise) {\\n        promise._propagateFrom(values, 3);\\n    }\\n    promise._setOnCancel(this);\\n    this._values = values;\\n    this._length = 0;\\n    this._totalResolved = 0;\\n    this._init(undefined, -2);\\n}\\nutil.inherits(PromiseArray, Proxyable);\\n\\nPromiseArray.prototype.length = function () {\\n    return this._length;\\n};\\n\\nPromiseArray.prototype.promise = function () {\\n    return this._promise;\\n};\\n\\nPromiseArray.prototype._init = function init(_, resolveValueIfEmpty) {\\n    var values = tryConvertToPromise(this._values, this._promise);\\n    if (values instanceof Promise) {\\n        values = values._target();\\n        var bitField = values._bitField;\\n        ;\\n        this._values = values;\\n\\n        if (((bitField & 50397184) === 0)) {\\n            this._promise._setAsyncGuaranteed();\\n            return values._then(\\n                init,\\n                this._reject,\\n                undefined,\\n                this,\\n                resolveValueIfEmpty\\n           );\\n        } else if (((bitField & 33554432) !== 0)) {\\n            values = values._value();\\n        } else if (((bitField & 16777216) !== 0)) {\\n            return this._reject(values._reason());\\n        } else {\\n            return this._cancel();\\n        }\\n    }\\n    values = util.asArray(values);\\n    if (values === null) {\\n        var err = apiRejection(\\n            \\\"expecting an array or an iterable object but got \\\" + util.classString(values)).reason();\\n        this._promise._rejectCallback(err, false);\\n        return;\\n    }\\n\\n    if (values.length === 0) {\\n        if (resolveValueIfEmpty === -5) {\\n            this._resolveEmptyArray();\\n        }\\n        else {\\n            this._resolve(toResolutionValue(resolveValueIfEmpty));\\n        }\\n        return;\\n    }\\n    this._iterate(values);\\n};\\n\\nPromiseArray.prototype._iterate = function(values) {\\n    var len = this.getActualLength(values.length);\\n    this._length = len;\\n    this._values = this.shouldCopyValues() ? new Array(len) : this._values;\\n    var result = this._promise;\\n    var isResolved = false;\\n    var bitField = null;\\n    for (var i = 0; i < len; ++i) {\\n        var maybePromise = tryConvertToPromise(values[i], result);\\n\\n        if (maybePromise instanceof Promise) {\\n            maybePromise = maybePromise._target();\\n            bitField = maybePromise._bitField;\\n        } else {\\n            bitField = null;\\n        }\\n\\n        if (isResolved) {\\n            if (bitField !== null) {\\n                maybePromise.suppressUnhandledRejections();\\n            }\\n        } else if (bitField !== null) {\\n            if (((bitField & 50397184) === 0)) {\\n                maybePromise._proxy(this, i);\\n                this._values[i] = maybePromise;\\n            } else if (((bitField & 33554432) !== 0)) {\\n                isResolved = this._promiseFulfilled(maybePromise._value(), i);\\n            } else if (((bitField & 16777216) !== 0)) {\\n                isResolved = this._promiseRejected(maybePromise._reason(), i);\\n            } else {\\n                isResolved = this._promiseCancelled(i);\\n            }\\n        } else {\\n            isResolved = this._promiseFulfilled(maybePromise, i);\\n        }\\n    }\\n    if (!isResolved) result._setAsyncGuaranteed();\\n};\\n\\nPromiseArray.prototype._isResolved = function () {\\n    return this._values === null;\\n};\\n\\nPromiseArray.prototype._resolve = function (value) {\\n    this._values = null;\\n    this._promise._fulfill(value);\\n};\\n\\nPromiseArray.prototype._cancel = function() {\\n    if (this._isResolved() || !this._promise._isCancellable()) return;\\n    this._values = null;\\n    this._promise._cancel();\\n};\\n\\nPromiseArray.prototype._reject = function (reason) {\\n    this._values = null;\\n    this._promise._rejectCallback(reason, false);\\n};\\n\\nPromiseArray.prototype._promiseFulfilled = function (value, index) {\\n    this._values[index] = value;\\n    var totalResolved = ++this._totalResolved;\\n    if (totalResolved >= this._length) {\\n        this._resolve(this._values);\\n        return true;\\n    }\\n    return false;\\n};\\n\\nPromiseArray.prototype._promiseCancelled = function() {\\n    this._cancel();\\n    return true;\\n};\\n\\nPromiseArray.prototype._promiseRejected = function (reason) {\\n    this._totalResolved++;\\n    this._reject(reason);\\n    return true;\\n};\\n\\nPromiseArray.prototype._resultCancelled = function() {\\n    if (this._isResolved()) return;\\n    var values = this._values;\\n    this._cancel();\\n    if (values instanceof Promise) {\\n        values.cancel();\\n    } else {\\n        for (var i = 0; i < values.length; ++i) {\\n            if (values[i] instanceof Promise) {\\n                values[i].cancel();\\n            }\\n        }\\n    }\\n};\\n\\nPromiseArray.prototype.shouldCopyValues = function () {\\n    return true;\\n};\\n\\nPromiseArray.prototype.getActualLength = function (len) {\\n    return len;\\n};\\n\\nreturn PromiseArray;\\n};\\n\\n},{\\\"./util\\\":36}],24:[function(_dereq_,module,exports){\\n\\\"use strict\\\";\\nmodule.exports = function(Promise, INTERNAL) {\\nvar THIS = {};\\nvar util = _dereq_(\\\"./util\\\");\\nvar nodebackForPromise = _dereq_(\\\"./nodeback\\\");\\nvar withAppended = util.withAppended;\\nvar maybeWrapAsError = util.maybeWrapAsError;\\nvar canEvaluate = util.canEvaluate;\\nvar TypeError = _dereq_(\\\"./errors\\\").TypeError;\\nvar defaultSuffix = \\\"Async\\\";\\nvar defaultPromisified = {__isPromisified__: true};\\nvar noCopyProps = [\\n    \\\"arity\\\",    \\\"length\\\",\\n    \\\"name\\\",\\n    \\\"arguments\\\",\\n    \\\"caller\\\",\\n    \\\"callee\\\",\\n    \\\"prototype\\\",\\n    \\\"__isPromisified__\\\"\\n];\\nvar noCopyPropsPattern = new RegExp(\\\"^(?:\\\" + noCopyProps.join(\\\"|\\\") + \\\")$\\\");\\n\\nvar defaultFilter = function(name) {\\n    return util.isIdentifier(name) &&\\n        name.charAt(0) !== \\\"_\\\" &&\\n        name !== \\\"constructor\\\";\\n};\\n\\nfunction propsFilter(key) {\\n    return !noCopyPropsPattern.test(key);\\n}\\n\\nfunction isPromisified(fn) {\\n    try {\\n        return fn.__isPromisified__ === true;\\n    }\\n    catch (e) {\\n        return false;\\n    }\\n}\\n\\nfunction hasPromisified(obj, key, suffix) {\\n    var val = util.getDataPropertyOrDefault(obj, key + suffix,\\n                                            defaultPromisified);\\n    return val ? isPromisified(val) : false;\\n}\\nfunction checkValid(ret, suffix, suffixRegexp) {\\n    for (var i = 0; i < ret.length; i += 2) {\\n        var key = ret[i];\\n        if (suffixRegexp.test(key)) {\\n            var keyWithoutAsyncSuffix = key.replace(suffixRegexp, \\\"\\\");\\n            for (var j = 0; j < ret.length; j += 2) {\\n                if (ret[j] === keyWithoutAsyncSuffix) {\\n                    throw new TypeError(\\\"Cannot promisify an API that has normal methods with '%s'-suffix\\\\u000a\\\\u000a    See http://goo.gl/MqrFmX\\\\u000a\\\"\\n                        .replace(\\\"%s\\\", suffix));\\n                }\\n            }\\n        }\\n    }\\n}\\n\\nfunction promisifiableMethods(obj, suffix, suffixRegexp, filter) {\\n    var keys = util.inheritedDataKeys(obj);\\n    var ret = [];\\n    for (var i = 0; i < keys.length; ++i) {\\n        var key = keys[i];\\n        var value = obj[key];\\n        var passesDefaultFilter = filter === defaultFilter\\n            ? true : defaultFilter(key, value, obj);\\n        if (typeof value === \\\"function\\\" &&\\n            !isPromisified(value) &&\\n            !hasPromisified(obj, key, suffix) &&\\n            filter(key, value, obj, passesDefaultFilter)) {\\n            ret.push(key, value);\\n        }\\n    }\\n    checkValid(ret, suffix, suffixRegexp);\\n    return ret;\\n}\\n\\nvar escapeIdentRegex = function(str) {\\n    return str.replace(/([$])/, \\\"\\\\\\\\$\\\");\\n};\\n\\nvar makeNodePromisifiedEval;\\nif (!true) {\\nvar switchCaseArgumentOrder = function(likelyArgumentCount) {\\n    var ret = [likelyArgumentCount];\\n    var min = Math.max(0, likelyArgumentCount - 1 - 3);\\n    for(var i = likelyArgumentCount - 1; i >= min; --i) {\\n        ret.push(i);\\n    }\\n    for(var i = likelyArgumentCount + 1; i <= 3; ++i) {\\n        ret.push(i);\\n    }\\n    return ret;\\n};\\n\\nvar argumentSequence = function(argumentCount) {\\n    return util.filledRange(argumentCount, \\\"_arg\\\", \\\"\\\");\\n};\\n\\nvar parameterDeclaration = function(parameterCount) {\\n    return util.filledRange(\\n        Math.max(parameterCount, 3), \\\"_arg\\\", \\\"\\\");\\n};\\n\\nvar parameterCount = function(fn) {\\n    if (typeof fn.length === \\\"number\\\") {\\n        return Math.max(Math.min(fn.length, 1023 + 1), 0);\\n    }\\n    return 0;\\n};\\n\\nmakeNodePromisifiedEval =\\nfunction(callback, receiver, originalName, fn, _, multiArgs) {\\n    var newParameterCount = Math.max(0, parameterCount(fn) - 1);\\n    var argumentOrder = switchCaseArgumentOrder(newParameterCount);\\n    var shouldProxyThis = typeof callback === \\\"string\\\" || receiver === THIS;\\n\\n    function generateCallForArgumentCount(count) {\\n        var args = argumentSequence(count).join(\\\", \\\");\\n        var comma = count > 0 ? \\\", \\\" : \\\"\\\";\\n        var ret;\\n        if (shouldProxyThis) {\\n            ret = \\\"ret = callback.call(this, {{args}}, nodeback); break;\\\\n\\\";\\n        } else {\\n            ret = receiver === undefined\\n                ? \\\"ret = callback({{args}}, nodeback); break;\\\\n\\\"\\n                : \\\"ret = callback.call(receiver, {{args}}, nodeback); break;\\\\n\\\";\\n        }\\n        return ret.replace(\\\"{{args}}\\\", args).replace(\\\", \\\", comma);\\n    }\\n\\n    function generateArgumentSwitchCase() {\\n        var ret = \\\"\\\";\\n        for (var i = 0; i < argumentOrder.length; ++i) {\\n            ret += \\\"case \\\" + argumentOrder[i] +\\\":\\\" +\\n                generateCallForArgumentCount(argumentOrder[i]);\\n        }\\n\\n        ret += \\\"                                                             \\\\n\\\\\\n        default:                                                             \\\\n\\\\\\n            var args = new Array(len + 1);                                   \\\\n\\\\\\n            var i = 0;                                                       \\\\n\\\\\\n            for (var i = 0; i < len; ++i) {                                  \\\\n\\\\\\n               args[i] = arguments[i];                                       \\\\n\\\\\\n            }                                                                \\\\n\\\\\\n            args[i] = nodeback;                                              \\\\n\\\\\\n            [CodeForCall]                                                    \\\\n\\\\\\n            break;                                                           \\\\n\\\\\\n        \\\".replace(\\\"[CodeForCall]\\\", (shouldProxyThis\\n                                ? \\\"ret = callback.apply(this, args);\\\\n\\\"\\n                                : \\\"ret = callback.apply(receiver, args);\\\\n\\\"));\\n        return ret;\\n    }\\n\\n    var getFunctionCode = typeof callback === \\\"string\\\"\\n                                ? (\\\"this != null ? this['\\\"+callback+\\\"'] : fn\\\")\\n                                : \\\"fn\\\";\\n    var body = \\\"'use strict';                                                \\\\n\\\\\\n        var ret = function (Parameters) {                                    \\\\n\\\\\\n            'use strict';                                                    \\\\n\\\\\\n            var len = arguments.length;                                      \\\\n\\\\\\n            var promise = new Promise(INTERNAL);                             \\\\n\\\\\\n            promise._captureStackTrace();                                    \\\\n\\\\\\n            var nodeback = nodebackForPromise(promise, \\\" + multiArgs + \\\");   \\\\n\\\\\\n            var ret;                                                         \\\\n\\\\\\n            var callback = tryCatch([GetFunctionCode]);                      \\\\n\\\\\\n            switch(len) {                                                    \\\\n\\\\\\n                [CodeForSwitchCase]                                          \\\\n\\\\\\n            }                                                                \\\\n\\\\\\n            if (ret === errorObj) {                                          \\\\n\\\\\\n                promise._rejectCallback(maybeWrapAsError(ret.e), true, true);\\\\n\\\\\\n            }                                                                \\\\n\\\\\\n            if (!promise._isFateSealed()) promise._setAsyncGuaranteed();     \\\\n\\\\\\n            return promise;                                                  \\\\n\\\\\\n        };                                                                   \\\\n\\\\\\n        notEnumerableProp(ret, '__isPromisified__', true);                   \\\\n\\\\\\n        return ret;                                                          \\\\n\\\\\\n    \\\".replace(\\\"[CodeForSwitchCase]\\\", generateArgumentSwitchCase())\\n        .replace(\\\"[GetFunctionCode]\\\", getFunctionCode);\\n    body = body.replace(\\\"Parameters\\\", parameterDeclaration(newParameterCount));\\n    return new Function(\\\"Promise\\\",\\n                        \\\"fn\\\",\\n                        \\\"receiver\\\",\\n                        \\\"withAppended\\\",\\n                        \\\"maybeWrapAsError\\\",\\n                        \\\"nodebackForPromise\\\",\\n                        \\\"tryCatch\\\",\\n                        \\\"errorObj\\\",\\n                        \\\"notEnumerableProp\\\",\\n                        \\\"INTERNAL\\\",\\n                        body)(\\n                    Promise,\\n                    fn,\\n                    receiver,\\n                    withAppended,\\n                    maybeWrapAsError,\\n                    nodebackForPromise,\\n                    util.tryCatch,\\n                    util.errorObj,\\n                    util.notEnumerableProp,\\n                    INTERNAL);\\n};\\n}\\n\\nfunction makeNodePromisifiedClosure(callback, receiver, _, fn, __, multiArgs) {\\n    var defaultThis = (function() {return this;})();\\n    var method = callback;\\n    if (typeof method === \\\"string\\\") {\\n        callback = fn;\\n    }\\n    function promisified() {\\n        var _receiver = receiver;\\n        if (receiver === THIS) _receiver = this;\\n        var promise = new Promise(INTERNAL);\\n        promise._captureStackTrace();\\n        var cb = typeof method === \\\"string\\\" && this !== defaultThis\\n            ? this[method] : callback;\\n        var fn = nodebackForPromise(promise, multiArgs);\\n        try {\\n            cb.apply(_receiver, withAppended(arguments, fn));\\n        } catch(e) {\\n            promise._rejectCallback(maybeWrapAsError(e), true, true);\\n        }\\n        if (!promise._isFateSealed()) promise._setAsyncGuaranteed();\\n        return promise;\\n    }\\n    util.notEnumerableProp(promisified, \\\"__isPromisified__\\\", true);\\n    return promisified;\\n}\\n\\nvar makeNodePromisified = canEvaluate\\n    ? makeNodePromisifiedEval\\n    : makeNodePromisifiedClosure;\\n\\nfunction promisifyAll(obj, suffix, filter, promisifier, multiArgs) {\\n    var suffixRegexp = new RegExp(escapeIdentRegex(suffix) + \\\"$\\\");\\n    var methods =\\n        promisifiableMethods(obj, suffix, suffixRegexp, filter);\\n\\n    for (var i = 0, len = methods.length; i < len; i+= 2) {\\n        var key = methods[i];\\n        var fn = methods[i+1];\\n        var promisifiedKey = key + suffix;\\n        if (promisifier === makeNodePromisified) {\\n            obj[promisifiedKey] =\\n                makeNodePromisified(key, THIS, key, fn, suffix, multiArgs);\\n        } else {\\n            var promisified = promisifier(fn, function() {\\n                return makeNodePromisified(key, THIS, key,\\n                                           fn, suffix, multiArgs);\\n            });\\n            util.notEnumerableProp(promisified, \\\"__isPromisified__\\\", true);\\n            obj[promisifiedKey] = promisified;\\n        }\\n    }\\n    util.toFastProperties(obj);\\n    return obj;\\n}\\n\\nfunction promisify(callback, receiver, multiArgs) {\\n    return makeNodePromisified(callback, receiver, undefined,\\n                                callback, null, multiArgs);\\n}\\n\\nPromise.promisify = function (fn, options) {\\n    if (typeof fn !== \\\"function\\\") {\\n        throw new TypeError(\\\"expecting a function but got \\\" + util.classString(fn));\\n    }\\n    if (isPromisified(fn)) {\\n        return fn;\\n    }\\n    options = Object(options);\\n    var receiver = options.context === undefined ? THIS : options.context;\\n    var multiArgs = !!options.multiArgs;\\n    var ret = promisify(fn, receiver, multiArgs);\\n    util.copyDescriptors(fn, ret, propsFilter);\\n    return ret;\\n};\\n\\nPromise.promisifyAll = function (target, options) {\\n    if (typeof target !== \\\"function\\\" && typeof target !== \\\"object\\\") {\\n        throw new TypeError(\\\"the target of promisifyAll must be an object or a function\\\\u000a\\\\u000a    See http://goo.gl/MqrFmX\\\\u000a\\\");\\n    }\\n    options = Object(options);\\n    var multiArgs = !!options.multiArgs;\\n    var suffix = options.suffix;\\n    if (typeof suffix !== \\\"string\\\") suffix = defaultSuffix;\\n    var filter = options.filter;\\n    if (typeof filter !== \\\"function\\\") filter = defaultFilter;\\n    var promisifier = options.promisifier;\\n    if (typeof promisifier !== \\\"function\\\") promisifier = makeNodePromisified;\\n\\n    if (!util.isIdentifier(suffix)) {\\n        throw new RangeError(\\\"suffix must be a valid identifier\\\\u000a\\\\u000a    See http://goo.gl/MqrFmX\\\\u000a\\\");\\n    }\\n\\n    var keys = util.inheritedDataKeys(target);\\n    for (var i = 0; i < keys.length; ++i) {\\n        var value = target[keys[i]];\\n        if (keys[i] !== \\\"constructor\\\" &&\\n            util.isClass(value)) {\\n            promisifyAll(value.prototype, suffix, filter, promisifier,\\n                multiArgs);\\n            promisifyAll(value, suffix, filter, promisifier, multiArgs);\\n        }\\n    }\\n\\n    return promisifyAll(target, suffix, filter, promisifier, multiArgs);\\n};\\n};\\n\\n\\n},{\\\"./errors\\\":12,\\\"./nodeback\\\":20,\\\"./util\\\":36}],25:[function(_dereq_,module,exports){\\n\\\"use strict\\\";\\nmodule.exports = function(\\n    Promise, PromiseArray, tryConvertToPromise, apiRejection) {\\nvar util = _dereq_(\\\"./util\\\");\\nvar isObject = util.isObject;\\nvar es5 = _dereq_(\\\"./es5\\\");\\nvar Es6Map;\\nif (typeof Map === \\\"function\\\") Es6Map = Map;\\n\\nvar mapToEntries = (function() {\\n    var index = 0;\\n    var size = 0;\\n\\n    function extractEntry(value, key) {\\n        this[index] = value;\\n        this[index + size] = key;\\n        index++;\\n    }\\n\\n    return function mapToEntries(map) {\\n        size = map.size;\\n        index = 0;\\n        var ret = new Array(map.size * 2);\\n        map.forEach(extractEntry, ret);\\n        return ret;\\n    };\\n})();\\n\\nvar entriesToMap = function(entries) {\\n    var ret = new Es6Map();\\n    var length = entries.length / 2 | 0;\\n    for (var i = 0; i < length; ++i) {\\n        var key = entries[length + i];\\n        var value = entries[i];\\n        ret.set(key, value);\\n    }\\n    return ret;\\n};\\n\\nfunction PropertiesPromiseArray(obj) {\\n    var isMap = false;\\n    var entries;\\n    if (Es6Map !== undefined && obj instanceof Es6Map) {\\n        entries = mapToEntries(obj);\\n        isMap = true;\\n    } else {\\n        var keys = es5.keys(obj);\\n        var len = keys.length;\\n        entries = new Array(len * 2);\\n        for (var i = 0; i < len; ++i) {\\n            var key = keys[i];\\n            entries[i] = obj[key];\\n            entries[i + len] = key;\\n        }\\n    }\\n    this.constructor$(entries);\\n    this._isMap = isMap;\\n    this._init$(undefined, isMap ? -6 : -3);\\n}\\nutil.inherits(PropertiesPromiseArray, PromiseArray);\\n\\nPropertiesPromiseArray.prototype._init = function () {};\\n\\nPropertiesPromiseArray.prototype._promiseFulfilled = function (value, index) {\\n    this._values[index] = value;\\n    var totalResolved = ++this._totalResolved;\\n    if (totalResolved >= this._length) {\\n        var val;\\n        if (this._isMap) {\\n            val = entriesToMap(this._values);\\n        } else {\\n            val = {};\\n            var keyOffset = this.length();\\n            for (var i = 0, len = this.length(); i < len; ++i) {\\n                val[this._values[i + keyOffset]] = this._values[i];\\n            }\\n        }\\n        this._resolve(val);\\n        return true;\\n    }\\n    return false;\\n};\\n\\nPropertiesPromiseArray.prototype.shouldCopyValues = function () {\\n    return false;\\n};\\n\\nPropertiesPromiseArray.prototype.getActualLength = function (len) {\\n    return len >> 1;\\n};\\n\\nfunction props(promises) {\\n    var ret;\\n    var castValue = tryConvertToPromise(promises);\\n\\n    if (!isObject(castValue)) {\\n        return apiRejection(\\\"cannot await properties of a non-object\\\\u000a\\\\u000a    See http://goo.gl/MqrFmX\\\\u000a\\\");\\n    } else if (castValue instanceof Promise) {\\n        ret = castValue._then(\\n            Promise.props, undefined, undefined, undefined, undefined);\\n    } else {\\n        ret = new PropertiesPromiseArray(castValue).promise();\\n    }\\n\\n    if (castValue instanceof Promise) {\\n        ret._propagateFrom(castValue, 2);\\n    }\\n    return ret;\\n}\\n\\nPromise.prototype.props = function () {\\n    return props(this);\\n};\\n\\nPromise.props = function (promises) {\\n    return props(promises);\\n};\\n};\\n\\n},{\\\"./es5\\\":13,\\\"./util\\\":36}],26:[function(_dereq_,module,exports){\\n\\\"use strict\\\";\\nfunction arrayMove(src, srcIndex, dst, dstIndex, len) {\\n    for (var j = 0; j < len; ++j) {\\n        dst[j + dstIndex] = src[j + srcIndex];\\n        src[j + srcIndex] = void 0;\\n    }\\n}\\n\\nfunction Queue(capacity) {\\n    this._capacity = capacity;\\n    this._length = 0;\\n    this._front = 0;\\n}\\n\\nQueue.prototype._willBeOverCapacity = function (size) {\\n    return this._capacity < size;\\n};\\n\\nQueue.prototype._pushOne = function (arg) {\\n    var length = this.length();\\n    this._checkCapacity(length + 1);\\n    var i = (this._front + length) & (this._capacity - 1);\\n    this[i] = arg;\\n    this._length = length + 1;\\n};\\n\\nQueue.prototype.push = function (fn, receiver, arg) {\\n    var length = this.length() + 3;\\n    if (this._willBeOverCapacity(length)) {\\n        this._pushOne(fn);\\n        this._pushOne(receiver);\\n        this._pushOne(arg);\\n        return;\\n    }\\n    var j = this._front + length - 3;\\n    this._checkCapacity(length);\\n    var wrapMask = this._capacity - 1;\\n    this[(j + 0) & wrapMask] = fn;\\n    this[(j + 1) & wrapMask] = receiver;\\n    this[(j + 2) & wrapMask] = arg;\\n    this._length = length;\\n};\\n\\nQueue.prototype.shift = function () {\\n    var front = this._front,\\n        ret = this[front];\\n\\n    this[front] = undefined;\\n    this._front = (front + 1) & (this._capacity - 1);\\n    this._length--;\\n    return ret;\\n};\\n\\nQueue.prototype.length = function () {\\n    return this._length;\\n};\\n\\nQueue.prototype._checkCapacity = function (size) {\\n    if (this._capacity < size) {\\n        this._resizeTo(this._capacity << 1);\\n    }\\n};\\n\\nQueue.prototype._resizeTo = function (capacity) {\\n    var oldCapacity = this._capacity;\\n    this._capacity = capacity;\\n    var front = this._front;\\n    var length = this._length;\\n    var moveItemsCount = (front + length) & (oldCapacity - 1);\\n    arrayMove(this, 0, this, oldCapacity, moveItemsCount);\\n};\\n\\nmodule.exports = Queue;\\n\\n},{}],27:[function(_dereq_,module,exports){\\n\\\"use strict\\\";\\nmodule.exports = function(\\n    Promise, INTERNAL, tryConvertToPromise, apiRejection) {\\nvar util = _dereq_(\\\"./util\\\");\\n\\nvar raceLater = function (promise) {\\n    return promise.then(function(array) {\\n        return race(array, promise);\\n    });\\n};\\n\\nfunction race(promises, parent) {\\n    var maybePromise = tryConvertToPromise(promises);\\n\\n    if (maybePromise instanceof Promise) {\\n        return raceLater(maybePromise);\\n    } else {\\n        promises = util.asArray(promises);\\n        if (promises === null)\\n            return apiRejection(\\\"expecting an array or an iterable object but got \\\" + util.classString(promises));\\n    }\\n\\n    var ret = new Promise(INTERNAL);\\n    if (parent !== undefined) {\\n        ret._propagateFrom(parent, 3);\\n    }\\n    var fulfill = ret._fulfill;\\n    var reject = ret._reject;\\n    for (var i = 0, len = promises.length; i < len; ++i) {\\n        var val = promises[i];\\n\\n        if (val === undefined && !(i in promises)) {\\n            continue;\\n        }\\n\\n        Promise.cast(val)._then(fulfill, reject, undefined, ret, null);\\n    }\\n    return ret;\\n}\\n\\nPromise.race = function (promises) {\\n    return race(promises, undefined);\\n};\\n\\nPromise.prototype.race = function () {\\n    return race(this, undefined);\\n};\\n\\n};\\n\\n},{\\\"./util\\\":36}],28:[function(_dereq_,module,exports){\\n\\\"use strict\\\";\\nmodule.exports = function(Promise,\\n                          PromiseArray,\\n                          apiRejection,\\n                          tryConvertToPromise,\\n                          INTERNAL,\\n                          debug) {\\nvar getDomain = Promise._getDomain;\\nvar util = _dereq_(\\\"./util\\\");\\nvar tryCatch = util.tryCatch;\\n\\nfunction ReductionPromiseArray(promises, fn, initialValue, _each) {\\n    this.constructor$(promises);\\n    var domain = getDomain();\\n    this._fn = domain === null ? fn : util.domainBind(domain, fn);\\n    if (initialValue !== undefined) {\\n        initialValue = Promise.resolve(initialValue);\\n        initialValue._attachCancellationCallback(this);\\n    }\\n    this._initialValue = initialValue;\\n    this._currentCancellable = null;\\n    if(_each === INTERNAL) {\\n        this._eachValues = Array(this._length);\\n    } else if (_each === 0) {\\n        this._eachValues = null;\\n    } else {\\n        this._eachValues = undefined;\\n    }\\n    this._promise._captureStackTrace();\\n    this._init$(undefined, -5);\\n}\\nutil.inherits(ReductionPromiseArray, PromiseArray);\\n\\nReductionPromiseArray.prototype._gotAccum = function(accum) {\\n    if (this._eachValues !== undefined && \\n        this._eachValues !== null && \\n        accum !== INTERNAL) {\\n        this._eachValues.push(accum);\\n    }\\n};\\n\\nReductionPromiseArray.prototype._eachComplete = function(value) {\\n    if (this._eachValues !== null) {\\n        this._eachValues.push(value);\\n    }\\n    return this._eachValues;\\n};\\n\\nReductionPromiseArray.prototype._init = function() {};\\n\\nReductionPromiseArray.prototype._resolveEmptyArray = function() {\\n    this._resolve(this._eachValues !== undefined ? this._eachValues\\n                                                 : this._initialValue);\\n};\\n\\nReductionPromiseArray.prototype.shouldCopyValues = function () {\\n    return false;\\n};\\n\\nReductionPromiseArray.prototype._resolve = function(value) {\\n    this._promise._resolveCallback(value);\\n    this._values = null;\\n};\\n\\nReductionPromiseArray.prototype._resultCancelled = function(sender) {\\n    if (sender === this._initialValue) return this._cancel();\\n    if (this._isResolved()) return;\\n    this._resultCancelled$();\\n    if (this._currentCancellable instanceof Promise) {\\n        this._currentCancellable.cancel();\\n    }\\n    if (this._initialValue instanceof Promise) {\\n        this._initialValue.cancel();\\n    }\\n};\\n\\nReductionPromiseArray.prototype._iterate = function (values) {\\n    this._values = values;\\n    var value;\\n    var i;\\n    var length = values.length;\\n    if (this._initialValue !== undefined) {\\n        value = this._initialValue;\\n        i = 0;\\n    } else {\\n        value = Promise.resolve(values[0]);\\n        i = 1;\\n    }\\n\\n    this._currentCancellable = value;\\n\\n    if (!value.isRejected()) {\\n        for (; i < length; ++i) {\\n            var ctx = {\\n                accum: null,\\n                value: values[i],\\n                index: i,\\n                length: length,\\n                array: this\\n            };\\n            value = value._then(gotAccum, undefined, undefined, ctx, undefined);\\n        }\\n    }\\n\\n    if (this._eachValues !== undefined) {\\n        value = value\\n            ._then(this._eachComplete, undefined, undefined, this, undefined);\\n    }\\n    value._then(completed, completed, undefined, value, this);\\n};\\n\\nPromise.prototype.reduce = function (fn, initialValue) {\\n    return reduce(this, fn, initialValue, null);\\n};\\n\\nPromise.reduce = function (promises, fn, initialValue, _each) {\\n    return reduce(promises, fn, initialValue, _each);\\n};\\n\\nfunction completed(valueOrReason, array) {\\n    if (this.isFulfilled()) {\\n        array._resolve(valueOrReason);\\n    } else {\\n        array._reject(valueOrReason);\\n    }\\n}\\n\\nfunction reduce(promises, fn, initialValue, _each) {\\n    if (typeof fn !== \\\"function\\\") {\\n        return apiRejection(\\\"expecting a function but got \\\" + util.classString(fn));\\n    }\\n    var array = new ReductionPromiseArray(promises, fn, initialValue, _each);\\n    return array.promise();\\n}\\n\\nfunction gotAccum(accum) {\\n    this.accum = accum;\\n    this.array._gotAccum(accum);\\n    var value = tryConvertToPromise(this.value, this.array._promise);\\n    if (value instanceof Promise) {\\n        this.array._currentCancellable = value;\\n        return value._then(gotValue, undefined, undefined, this, undefined);\\n    } else {\\n        return gotValue.call(this, value);\\n    }\\n}\\n\\nfunction gotValue(value) {\\n    var array = this.array;\\n    var promise = array._promise;\\n    var fn = tryCatch(array._fn);\\n    promise._pushContext();\\n    var ret;\\n    if (array._eachValues !== undefined) {\\n        ret = fn.call(promise._boundValue(), value, this.index, this.length);\\n    } else {\\n        ret = fn.call(promise._boundValue(),\\n                              this.accum, value, this.index, this.length);\\n    }\\n    if (ret instanceof Promise) {\\n        array._currentCancellable = ret;\\n    }\\n    var promiseCreated = promise._popContext();\\n    debug.checkForgottenReturns(\\n        ret,\\n        promiseCreated,\\n        array._eachValues !== undefined ? \\\"Promise.each\\\" : \\\"Promise.reduce\\\",\\n        promise\\n    );\\n    return ret;\\n}\\n};\\n\\n},{\\\"./util\\\":36}],29:[function(_dereq_,module,exports){\\n\\\"use strict\\\";\\nvar util = _dereq_(\\\"./util\\\");\\nvar schedule;\\nvar noAsyncScheduler = function() {\\n    throw new Error(\\\"No async scheduler available\\\\u000a\\\\u000a    See http://goo.gl/MqrFmX\\\\u000a\\\");\\n};\\nvar NativePromise = util.getNativePromise();\\nif (util.isNode && typeof MutationObserver === \\\"undefined\\\") {\\n    var GlobalSetImmediate = global.setImmediate;\\n    var ProcessNextTick = process.nextTick;\\n    schedule = util.isRecentNode\\n                ? function(fn) { GlobalSetImmediate.call(global, fn); }\\n                : function(fn) { ProcessNextTick.call(process, fn); };\\n} else if (typeof NativePromise === \\\"function\\\" &&\\n           typeof NativePromise.resolve === \\\"function\\\") {\\n    var nativePromise = NativePromise.resolve();\\n    schedule = function(fn) {\\n        nativePromise.then(fn);\\n    };\\n} else if ((typeof MutationObserver !== \\\"undefined\\\") &&\\n          !(typeof window !== \\\"undefined\\\" &&\\n            window.navigator &&\\n            (window.navigator.standalone || window.cordova))) {\\n    schedule = (function() {\\n        var div = document.createElement(\\\"div\\\");\\n        var opts = {attributes: true};\\n        var toggleScheduled = false;\\n        var div2 = document.createElement(\\\"div\\\");\\n        var o2 = new MutationObserver(function() {\\n            div.classList.toggle(\\\"foo\\\");\\n            toggleScheduled = false;\\n        });\\n        o2.observe(div2, opts);\\n\\n        var scheduleToggle = function() {\\n            if (toggleScheduled) return;\\n            toggleScheduled = true;\\n            div2.classList.toggle(\\\"foo\\\");\\n        };\\n\\n        return function schedule(fn) {\\n            var o = new MutationObserver(function() {\\n                o.disconnect();\\n                fn();\\n            });\\n            o.observe(div, opts);\\n            scheduleToggle();\\n        };\\n    })();\\n} else if (typeof setImmediate !== \\\"undefined\\\") {\\n    schedule = function (fn) {\\n        setImmediate(fn);\\n    };\\n} else if (typeof setTimeout !== \\\"undefined\\\") {\\n    schedule = function (fn) {\\n        setTimeout(fn, 0);\\n    };\\n} else {\\n    schedule = noAsyncScheduler;\\n}\\nmodule.exports = schedule;\\n\\n},{\\\"./util\\\":36}],30:[function(_dereq_,module,exports){\\n\\\"use strict\\\";\\nmodule.exports =\\n    function(Promise, PromiseArray, debug) {\\nvar PromiseInspection = Promise.PromiseInspection;\\nvar util = _dereq_(\\\"./util\\\");\\n\\nfunction SettledPromiseArray(values) {\\n    this.constructor$(values);\\n}\\nutil.inherits(SettledPromiseArray, PromiseArray);\\n\\nSettledPromiseArray.prototype._promiseResolved = function (index, inspection) {\\n    this._values[index] = inspection;\\n    var totalResolved = ++this._totalResolved;\\n    if (totalResolved >= this._length) {\\n        this._resolve(this._values);\\n        return true;\\n    }\\n    return false;\\n};\\n\\nSettledPromiseArray.prototype._promiseFulfilled = function (value, index) {\\n    var ret = new PromiseInspection();\\n    ret._bitField = 33554432;\\n    ret._settledValueField = value;\\n    return this._promiseResolved(index, ret);\\n};\\nSettledPromiseArray.prototype._promiseRejected = function (reason, index) {\\n    var ret = new PromiseInspection();\\n    ret._bitField = 16777216;\\n    ret._settledValueField = reason;\\n    return this._promiseResolved(index, ret);\\n};\\n\\nPromise.settle = function (promises) {\\n    debug.deprecated(\\\".settle()\\\", \\\".reflect()\\\");\\n    return new SettledPromiseArray(promises).promise();\\n};\\n\\nPromise.prototype.settle = function () {\\n    return Promise.settle(this);\\n};\\n};\\n\\n},{\\\"./util\\\":36}],31:[function(_dereq_,module,exports){\\n\\\"use strict\\\";\\nmodule.exports =\\nfunction(Promise, PromiseArray, apiRejection) {\\nvar util = _dereq_(\\\"./util\\\");\\nvar RangeError = _dereq_(\\\"./errors\\\").RangeError;\\nvar AggregateError = _dereq_(\\\"./errors\\\").AggregateError;\\nvar isArray = util.isArray;\\nvar CANCELLATION = {};\\n\\n\\nfunction SomePromiseArray(values) {\\n    this.constructor$(values);\\n    this._howMany = 0;\\n    this._unwrap = false;\\n    this._initialized = false;\\n}\\nutil.inherits(SomePromiseArray, PromiseArray);\\n\\nSomePromiseArray.prototype._init = function () {\\n    if (!this._initialized) {\\n        return;\\n    }\\n    if (this._howMany === 0) {\\n        this._resolve([]);\\n        return;\\n    }\\n    this._init$(undefined, -5);\\n    var isArrayResolved = isArray(this._values);\\n    if (!this._isResolved() &&\\n        isArrayResolved &&\\n        this._howMany > this._canPossiblyFulfill()) {\\n        this._reject(this._getRangeError(this.length()));\\n    }\\n};\\n\\nSomePromiseArray.prototype.init = function () {\\n    this._initialized = true;\\n    this._init();\\n};\\n\\nSomePromiseArray.prototype.setUnwrap = function () {\\n    this._unwrap = true;\\n};\\n\\nSomePromiseArray.prototype.howMany = function () {\\n    return this._howMany;\\n};\\n\\nSomePromiseArray.prototype.setHowMany = function (count) {\\n    this._howMany = count;\\n};\\n\\nSomePromiseArray.prototype._promiseFulfilled = function (value) {\\n    this._addFulfilled(value);\\n    if (this._fulfilled() === this.howMany()) {\\n        this._values.length = this.howMany();\\n        if (this.howMany() === 1 && this._unwrap) {\\n            this._resolve(this._values[0]);\\n        } else {\\n            this._resolve(this._values);\\n        }\\n        return true;\\n    }\\n    return false;\\n\\n};\\nSomePromiseArray.prototype._promiseRejected = function (reason) {\\n    this._addRejected(reason);\\n    return this._checkOutcome();\\n};\\n\\nSomePromiseArray.prototype._promiseCancelled = function () {\\n    if (this._values instanceof Promise || this._values == null) {\\n        return this._cancel();\\n    }\\n    this._addRejected(CANCELLATION);\\n    return this._checkOutcome();\\n};\\n\\nSomePromiseArray.prototype._checkOutcome = function() {\\n    if (this.howMany() > this._canPossiblyFulfill()) {\\n        var e = new AggregateError();\\n        for (var i = this.length(); i < this._values.length; ++i) {\\n            if (this._values[i] !== CANCELLATION) {\\n                e.push(this._values[i]);\\n            }\\n        }\\n        if (e.length > 0) {\\n            this._reject(e);\\n        } else {\\n            this._cancel();\\n        }\\n        return true;\\n    }\\n    return false;\\n};\\n\\nSomePromiseArray.prototype._fulfilled = function () {\\n    return this._totalResolved;\\n};\\n\\nSomePromiseArray.prototype._rejected = function () {\\n    return this._values.length - this.length();\\n};\\n\\nSomePromiseArray.prototype._addRejected = function (reason) {\\n    this._values.push(reason);\\n};\\n\\nSomePromiseArray.prototype._addFulfilled = function (value) {\\n    this._values[this._totalResolved++] = value;\\n};\\n\\nSomePromiseArray.prototype._canPossiblyFulfill = function () {\\n    return this.length() - this._rejected();\\n};\\n\\nSomePromiseArray.prototype._getRangeError = function (count) {\\n    var message = \\\"Input array must contain at least \\\" +\\n            this._howMany + \\\" items but contains only \\\" + count + \\\" items\\\";\\n    return new RangeError(message);\\n};\\n\\nSomePromiseArray.prototype._resolveEmptyArray = function () {\\n    this._reject(this._getRangeError(0));\\n};\\n\\nfunction some(promises, howMany) {\\n    if ((howMany | 0) !== howMany || howMany < 0) {\\n        return apiRejection(\\\"expecting a positive integer\\\\u000a\\\\u000a    See http://goo.gl/MqrFmX\\\\u000a\\\");\\n    }\\n    var ret = new SomePromiseArray(promises);\\n    var promise = ret.promise();\\n    ret.setHowMany(howMany);\\n    ret.init();\\n    return promise;\\n}\\n\\nPromise.some = function (promises, howMany) {\\n    return some(promises, howMany);\\n};\\n\\nPromise.prototype.some = function (howMany) {\\n    return some(this, howMany);\\n};\\n\\nPromise._SomePromiseArray = SomePromiseArray;\\n};\\n\\n},{\\\"./errors\\\":12,\\\"./util\\\":36}],32:[function(_dereq_,module,exports){\\n\\\"use strict\\\";\\nmodule.exports = function(Promise) {\\nfunction PromiseInspection(promise) {\\n    if (promise !== undefined) {\\n        promise = promise._target();\\n        this._bitField = promise._bitField;\\n        this._settledValueField = promise._isFateSealed()\\n            ? promise._settledValue() : undefined;\\n    }\\n    else {\\n        this._bitField = 0;\\n        this._settledValueField = undefined;\\n    }\\n}\\n\\nPromiseInspection.prototype._settledValue = function() {\\n    return this._settledValueField;\\n};\\n\\nvar value = PromiseInspection.prototype.value = function () {\\n    if (!this.isFulfilled()) {\\n        throw new TypeError(\\\"cannot get fulfillment value of a non-fulfilled promise\\\\u000a\\\\u000a    See http://goo.gl/MqrFmX\\\\u000a\\\");\\n    }\\n    return this._settledValue();\\n};\\n\\nvar reason = PromiseInspection.prototype.error =\\nPromiseInspection.prototype.reason = function () {\\n    if (!this.isRejected()) {\\n        throw new TypeError(\\\"cannot get rejection reason of a non-rejected promise\\\\u000a\\\\u000a    See http://goo.gl/MqrFmX\\\\u000a\\\");\\n    }\\n    return this._settledValue();\\n};\\n\\nvar isFulfilled = PromiseInspection.prototype.isFulfilled = function() {\\n    return (this._bitField & 33554432) !== 0;\\n};\\n\\nvar isRejected = PromiseInspection.prototype.isRejected = function () {\\n    return (this._bitField & 16777216) !== 0;\\n};\\n\\nvar isPending = PromiseInspection.prototype.isPending = function () {\\n    return (this._bitField & 50397184) === 0;\\n};\\n\\nvar isResolved = PromiseInspection.prototype.isResolved = function () {\\n    return (this._bitField & 50331648) !== 0;\\n};\\n\\nPromiseInspection.prototype.isCancelled = function() {\\n    return (this._bitField & 8454144) !== 0;\\n};\\n\\nPromise.prototype.__isCancelled = function() {\\n    return (this._bitField & 65536) === 65536;\\n};\\n\\nPromise.prototype._isCancelled = function() {\\n    return this._target().__isCancelled();\\n};\\n\\nPromise.prototype.isCancelled = function() {\\n    return (this._target()._bitField & 8454144) !== 0;\\n};\\n\\nPromise.prototype.isPending = function() {\\n    return isPending.call(this._target());\\n};\\n\\nPromise.prototype.isRejected = function() {\\n    return isRejected.call(this._target());\\n};\\n\\nPromise.prototype.isFulfilled = function() {\\n    return isFulfilled.call(this._target());\\n};\\n\\nPromise.prototype.isResolved = function() {\\n    return isResolved.call(this._target());\\n};\\n\\nPromise.prototype.value = function() {\\n    return value.call(this._target());\\n};\\n\\nPromise.prototype.reason = function() {\\n    var target = this._target();\\n    target._unsetRejectionIsUnhandled();\\n    return reason.call(target);\\n};\\n\\nPromise.prototype._value = function() {\\n    return this._settledValue();\\n};\\n\\nPromise.prototype._reason = function() {\\n    this._unsetRejectionIsUnhandled();\\n    return this._settledValue();\\n};\\n\\nPromise.PromiseInspection = PromiseInspection;\\n};\\n\\n},{}],33:[function(_dereq_,module,exports){\\n\\\"use strict\\\";\\nmodule.exports = function(Promise, INTERNAL) {\\nvar util = _dereq_(\\\"./util\\\");\\nvar errorObj = util.errorObj;\\nvar isObject = util.isObject;\\n\\nfunction tryConvertToPromise(obj, context) {\\n    if (isObject(obj)) {\\n        if (obj instanceof Promise) return obj;\\n        var then = getThen(obj);\\n        if (then === errorObj) {\\n            if (context) context._pushContext();\\n            var ret = Promise.reject(then.e);\\n            if (context) context._popContext();\\n            return ret;\\n        } else if (typeof then === \\\"function\\\") {\\n            if (isAnyBluebirdPromise(obj)) {\\n                var ret = new Promise(INTERNAL);\\n                obj._then(\\n                    ret._fulfill,\\n                    ret._reject,\\n                    undefined,\\n                    ret,\\n                    null\\n                );\\n                return ret;\\n            }\\n            return doThenable(obj, then, context);\\n        }\\n    }\\n    return obj;\\n}\\n\\nfunction doGetThen(obj) {\\n    return obj.then;\\n}\\n\\nfunction getThen(obj) {\\n    try {\\n        return doGetThen(obj);\\n    } catch (e) {\\n        errorObj.e = e;\\n        return errorObj;\\n    }\\n}\\n\\nvar hasProp = {}.hasOwnProperty;\\nfunction isAnyBluebirdPromise(obj) {\\n    try {\\n        return hasProp.call(obj, \\\"_promise0\\\");\\n    } catch (e) {\\n        return false;\\n    }\\n}\\n\\nfunction doThenable(x, then, context) {\\n    var promise = new Promise(INTERNAL);\\n    var ret = promise;\\n    if (context) context._pushContext();\\n    promise._captureStackTrace();\\n    if (context) context._popContext();\\n    var synchronous = true;\\n    var result = util.tryCatch(then).call(x, resolve, reject);\\n    synchronous = false;\\n\\n    if (promise && result === errorObj) {\\n        promise._rejectCallback(result.e, true, true);\\n        promise = null;\\n    }\\n\\n    function resolve(value) {\\n        if (!promise) return;\\n        promise._resolveCallback(value);\\n        promise = null;\\n    }\\n\\n    function reject(reason) {\\n        if (!promise) return;\\n        promise._rejectCallback(reason, synchronous, true);\\n        promise = null;\\n    }\\n    return ret;\\n}\\n\\nreturn tryConvertToPromise;\\n};\\n\\n},{\\\"./util\\\":36}],34:[function(_dereq_,module,exports){\\n\\\"use strict\\\";\\nmodule.exports = function(Promise, INTERNAL, debug) {\\nvar util = _dereq_(\\\"./util\\\");\\nvar TimeoutError = Promise.TimeoutError;\\n\\nfunction HandleWrapper(handle)  {\\n    this.handle = handle;\\n}\\n\\nHandleWrapper.prototype._resultCancelled = function() {\\n    clearTimeout(this.handle);\\n};\\n\\nvar afterValue = function(value) { return delay(+this).thenReturn(value); };\\nvar delay = Promise.delay = function (ms, value) {\\n    var ret;\\n    var handle;\\n    if (value !== undefined) {\\n        ret = Promise.resolve(value)\\n                ._then(afterValue, null, null, ms, undefined);\\n        if (debug.cancellation() && value instanceof Promise) {\\n            ret._setOnCancel(value);\\n        }\\n    } else {\\n        ret = new Promise(INTERNAL);\\n        handle = setTimeout(function() { ret._fulfill(); }, +ms);\\n        if (debug.cancellation()) {\\n            ret._setOnCancel(new HandleWrapper(handle));\\n        }\\n        ret._captureStackTrace();\\n    }\\n    ret._setAsyncGuaranteed();\\n    return ret;\\n};\\n\\nPromise.prototype.delay = function (ms) {\\n    return delay(ms, this);\\n};\\n\\nvar afterTimeout = function (promise, message, parent) {\\n    var err;\\n    if (typeof message !== \\\"string\\\") {\\n        if (message instanceof Error) {\\n            err = message;\\n        } else {\\n            err = new TimeoutError(\\\"operation timed out\\\");\\n        }\\n    } else {\\n        err = new TimeoutError(message);\\n    }\\n    util.markAsOriginatingFromRejection(err);\\n    promise._attachExtraTrace(err);\\n    promise._reject(err);\\n\\n    if (parent != null) {\\n        parent.cancel();\\n    }\\n};\\n\\nfunction successClear(value) {\\n    clearTimeout(this.handle);\\n    return value;\\n}\\n\\nfunction failureClear(reason) {\\n    clearTimeout(this.handle);\\n    throw reason;\\n}\\n\\nPromise.prototype.timeout = function (ms, message) {\\n    ms = +ms;\\n    var ret, parent;\\n\\n    var handleWrapper = new HandleWrapper(setTimeout(function timeoutTimeout() {\\n        if (ret.isPending()) {\\n            afterTimeout(ret, message, parent);\\n        }\\n    }, ms));\\n\\n    if (debug.cancellation()) {\\n        parent = this.then();\\n        ret = parent._then(successClear, failureClear,\\n                            undefined, handleWrapper, undefined);\\n        ret._setOnCancel(handleWrapper);\\n    } else {\\n        ret = this._then(successClear, failureClear,\\n                            undefined, handleWrapper, undefined);\\n    }\\n\\n    return ret;\\n};\\n\\n};\\n\\n},{\\\"./util\\\":36}],35:[function(_dereq_,module,exports){\\n\\\"use strict\\\";\\nmodule.exports = function (Promise, apiRejection, tryConvertToPromise,\\n    createContext, INTERNAL, debug) {\\n    var util = _dereq_(\\\"./util\\\");\\n    var TypeError = _dereq_(\\\"./errors\\\").TypeError;\\n    var inherits = _dereq_(\\\"./util\\\").inherits;\\n    var errorObj = util.errorObj;\\n    var tryCatch = util.tryCatch;\\n    var NULL = {};\\n\\n    function thrower(e) {\\n        setTimeout(function(){throw e;}, 0);\\n    }\\n\\n    function castPreservingDisposable(thenable) {\\n        var maybePromise = tryConvertToPromise(thenable);\\n        if (maybePromise !== thenable &&\\n            typeof thenable._isDisposable === \\\"function\\\" &&\\n            typeof thenable._getDisposer === \\\"function\\\" &&\\n            thenable._isDisposable()) {\\n            maybePromise._setDisposable(thenable._getDisposer());\\n        }\\n        return maybePromise;\\n    }\\n    function dispose(resources, inspection) {\\n        var i = 0;\\n        var len = resources.length;\\n        var ret = new Promise(INTERNAL);\\n        function iterator() {\\n            if (i >= len) return ret._fulfill();\\n            var maybePromise = castPreservingDisposable(resources[i++]);\\n            if (maybePromise instanceof Promise &&\\n                maybePromise._isDisposable()) {\\n                try {\\n                    maybePromise = tryConvertToPromise(\\n                        maybePromise._getDisposer().tryDispose(inspection),\\n                        resources.promise);\\n                } catch (e) {\\n                    return thrower(e);\\n                }\\n                if (maybePromise instanceof Promise) {\\n                    return maybePromise._then(iterator, thrower,\\n                                              null, null, null);\\n                }\\n            }\\n            iterator();\\n        }\\n        iterator();\\n        return ret;\\n    }\\n\\n    function Disposer(data, promise, context) {\\n        this._data = data;\\n        this._promise = promise;\\n        this._context = context;\\n    }\\n\\n    Disposer.prototype.data = function () {\\n        return this._data;\\n    };\\n\\n    Disposer.prototype.promise = function () {\\n        return this._promise;\\n    };\\n\\n    Disposer.prototype.resource = function () {\\n        if (this.promise().isFulfilled()) {\\n            return this.promise().value();\\n        }\\n        return NULL;\\n    };\\n\\n    Disposer.prototype.tryDispose = function(inspection) {\\n        var resource = this.resource();\\n        var context = this._context;\\n        if (context !== undefined) context._pushContext();\\n        var ret = resource !== NULL\\n            ? this.doDispose(resource, inspection) : null;\\n        if (context !== undefined) context._popContext();\\n        this._promise._unsetDisposable();\\n        this._data = null;\\n        return ret;\\n    };\\n\\n    Disposer.isDisposer = function (d) {\\n        return (d != null &&\\n                typeof d.resource === \\\"function\\\" &&\\n                typeof d.tryDispose === \\\"function\\\");\\n    };\\n\\n    function FunctionDisposer(fn, promise, context) {\\n        this.constructor$(fn, promise, context);\\n    }\\n    inherits(FunctionDisposer, Disposer);\\n\\n    FunctionDisposer.prototype.doDispose = function (resource, inspection) {\\n        var fn = this.data();\\n        return fn.call(resource, resource, inspection);\\n    };\\n\\n    function maybeUnwrapDisposer(value) {\\n        if (Disposer.isDisposer(value)) {\\n            this.resources[this.index]._setDisposable(value);\\n            return value.promise();\\n        }\\n        return value;\\n    }\\n\\n    function ResourceList(length) {\\n        this.length = length;\\n        this.promise = null;\\n        this[length-1] = null;\\n    }\\n\\n    ResourceList.prototype._resultCancelled = function() {\\n        var len = this.length;\\n        for (var i = 0; i < len; ++i) {\\n            var item = this[i];\\n            if (item instanceof Promise) {\\n                item.cancel();\\n            }\\n        }\\n    };\\n\\n    Promise.using = function () {\\n        var len = arguments.length;\\n        if (len < 2) return apiRejection(\\n                        \\\"you must pass at least 2 arguments to Promise.using\\\");\\n        var fn = arguments[len - 1];\\n        if (typeof fn !== \\\"function\\\") {\\n            return apiRejection(\\\"expecting a function but got \\\" + util.classString(fn));\\n        }\\n        var input;\\n        var spreadArgs = true;\\n        if (len === 2 && Array.isArray(arguments[0])) {\\n            input = arguments[0];\\n            len = input.length;\\n            spreadArgs = false;\\n        } else {\\n            input = arguments;\\n            len--;\\n        }\\n        var resources = new ResourceList(len);\\n        for (var i = 0; i < len; ++i) {\\n            var resource = input[i];\\n            if (Disposer.isDisposer(resource)) {\\n                var disposer = resource;\\n                resource = resource.promise();\\n                resource._setDisposable(disposer);\\n            } else {\\n                var maybePromise = tryConvertToPromise(resource);\\n                if (maybePromise instanceof Promise) {\\n                    resource =\\n                        maybePromise._then(maybeUnwrapDisposer, null, null, {\\n                            resources: resources,\\n                            index: i\\n                    }, undefined);\\n                }\\n            }\\n            resources[i] = resource;\\n        }\\n\\n        var reflectedResources = new Array(resources.length);\\n        for (var i = 0; i < reflectedResources.length; ++i) {\\n            reflectedResources[i] = Promise.resolve(resources[i]).reflect();\\n        }\\n\\n        var resultPromise = Promise.all(reflectedResources)\\n            .then(function(inspections) {\\n                for (var i = 0; i < inspections.length; ++i) {\\n                    var inspection = inspections[i];\\n                    if (inspection.isRejected()) {\\n                        errorObj.e = inspection.error();\\n                        return errorObj;\\n                    } else if (!inspection.isFulfilled()) {\\n                        resultPromise.cancel();\\n                        return;\\n                    }\\n                    inspections[i] = inspection.value();\\n                }\\n                promise._pushContext();\\n\\n                fn = tryCatch(fn);\\n                var ret = spreadArgs\\n                    ? fn.apply(undefined, inspections) : fn(inspections);\\n                var promiseCreated = promise._popContext();\\n                debug.checkForgottenReturns(\\n                    ret, promiseCreated, \\\"Promise.using\\\", promise);\\n                return ret;\\n            });\\n\\n        var promise = resultPromise.lastly(function() {\\n            var inspection = new Promise.PromiseInspection(resultPromise);\\n            return dispose(resources, inspection);\\n        });\\n        resources.promise = promise;\\n        promise._setOnCancel(resources);\\n        return promise;\\n    };\\n\\n    Promise.prototype._setDisposable = function (disposer) {\\n        this._bitField = this._bitField | 131072;\\n        this._disposer = disposer;\\n    };\\n\\n    Promise.prototype._isDisposable = function () {\\n        return (this._bitField & 131072) > 0;\\n    };\\n\\n    Promise.prototype._getDisposer = function () {\\n        return this._disposer;\\n    };\\n\\n    Promise.prototype._unsetDisposable = function () {\\n        this._bitField = this._bitField & (~131072);\\n        this._disposer = undefined;\\n    };\\n\\n    Promise.prototype.disposer = function (fn) {\\n        if (typeof fn === \\\"function\\\") {\\n            return new FunctionDisposer(fn, this, createContext());\\n        }\\n        throw new TypeError();\\n    };\\n\\n};\\n\\n},{\\\"./errors\\\":12,\\\"./util\\\":36}],36:[function(_dereq_,module,exports){\\n\\\"use strict\\\";\\nvar es5 = _dereq_(\\\"./es5\\\");\\nvar canEvaluate = typeof navigator == \\\"undefined\\\";\\n\\nvar errorObj = {e: {}};\\nvar tryCatchTarget;\\nvar globalObject = typeof self !== \\\"undefined\\\" ? self :\\n    typeof window !== \\\"undefined\\\" ? window :\\n    typeof global !== \\\"undefined\\\" ? global :\\n    this !== undefined ? this : null;\\n\\nfunction tryCatcher() {\\n    try {\\n        var target = tryCatchTarget;\\n        tryCatchTarget = null;\\n        return target.apply(this, arguments);\\n    } catch (e) {\\n        errorObj.e = e;\\n        return errorObj;\\n    }\\n}\\nfunction tryCatch(fn) {\\n    tryCatchTarget = fn;\\n    return tryCatcher;\\n}\\n\\nvar inherits = function(Child, Parent) {\\n    var hasProp = {}.hasOwnProperty;\\n\\n    function T() {\\n        this.constructor = Child;\\n        this.constructor$ = Parent;\\n        for (var propertyName in Parent.prototype) {\\n            if (hasProp.call(Parent.prototype, propertyName) &&\\n                propertyName.charAt(propertyName.length-1) !== \\\"$\\\"\\n           ) {\\n                this[propertyName + \\\"$\\\"] = Parent.prototype[propertyName];\\n            }\\n        }\\n    }\\n    T.prototype = Parent.prototype;\\n    Child.prototype = new T();\\n    return Child.prototype;\\n};\\n\\n\\nfunction isPrimitive(val) {\\n    return val == null || val === true || val === false ||\\n        typeof val === \\\"string\\\" || typeof val === \\\"number\\\";\\n\\n}\\n\\nfunction isObject(value) {\\n    return typeof value === \\\"function\\\" ||\\n           typeof value === \\\"object\\\" && value !== null;\\n}\\n\\nfunction maybeWrapAsError(maybeError) {\\n    if (!isPrimitive(maybeError)) return maybeError;\\n\\n    return new Error(safeToString(maybeError));\\n}\\n\\nfunction withAppended(target, appendee) {\\n    var len = target.length;\\n    var ret = new Array(len + 1);\\n    var i;\\n    for (i = 0; i < len; ++i) {\\n        ret[i] = target[i];\\n    }\\n    ret[i] = appendee;\\n    return ret;\\n}\\n\\nfunction getDataPropertyOrDefault(obj, key, defaultValue) {\\n    if (es5.isES5) {\\n        var desc = Object.getOwnPropertyDescriptor(obj, key);\\n\\n        if (desc != null) {\\n            return desc.get == null && desc.set == null\\n                    ? desc.value\\n                    : defaultValue;\\n        }\\n    } else {\\n        return {}.hasOwnProperty.call(obj, key) ? obj[key] : undefined;\\n    }\\n}\\n\\nfunction notEnumerableProp(obj, name, value) {\\n    if (isPrimitive(obj)) return obj;\\n    var descriptor = {\\n        value: value,\\n        configurable: true,\\n        enumerable: false,\\n        writable: true\\n    };\\n    es5.defineProperty(obj, name, descriptor);\\n    return obj;\\n}\\n\\nfunction thrower(r) {\\n    throw r;\\n}\\n\\nvar inheritedDataKeys = (function() {\\n    var excludedPrototypes = [\\n        Array.prototype,\\n        Object.prototype,\\n        Function.prototype\\n    ];\\n\\n    var isExcludedProto = function(val) {\\n        for (var i = 0; i < excludedPrototypes.length; ++i) {\\n            if (excludedPrototypes[i] === val) {\\n                return true;\\n            }\\n        }\\n        return false;\\n    };\\n\\n    if (es5.isES5) {\\n        var getKeys = Object.getOwnPropertyNames;\\n        return function(obj) {\\n            var ret = [];\\n            var visitedKeys = Object.create(null);\\n            while (obj != null && !isExcludedProto(obj)) {\\n                var keys;\\n                try {\\n                    keys = getKeys(obj);\\n                } catch (e) {\\n                    return ret;\\n                }\\n                for (var i = 0; i < keys.length; ++i) {\\n                    var key = keys[i];\\n                    if (visitedKeys[key]) continue;\\n                    visitedKeys[key] = true;\\n                    var desc = Object.getOwnPropertyDescriptor(obj, key);\\n                    if (desc != null && desc.get == null && desc.set == null) {\\n                        ret.push(key);\\n                    }\\n                }\\n                obj = es5.getPrototypeOf(obj);\\n            }\\n            return ret;\\n        };\\n    } else {\\n        var hasProp = {}.hasOwnProperty;\\n        return function(obj) {\\n            if (isExcludedProto(obj)) return [];\\n            var ret = [];\\n\\n            /*jshint forin:false */\\n            enumeration: for (var key in obj) {\\n                if (hasProp.call(obj, key)) {\\n                    ret.push(key);\\n                } else {\\n                    for (var i = 0; i < excludedPrototypes.length; ++i) {\\n                        if (hasProp.call(excludedPrototypes[i], key)) {\\n                            continue enumeration;\\n                        }\\n                    }\\n                    ret.push(key);\\n                }\\n            }\\n            return ret;\\n        };\\n    }\\n\\n})();\\n\\nvar thisAssignmentPattern = /this\\\\s*\\\\.\\\\s*\\\\S+\\\\s*=/;\\nfunction isClass(fn) {\\n    try {\\n        if (typeof fn === \\\"function\\\") {\\n            var keys = es5.names(fn.prototype);\\n\\n            var hasMethods = es5.isES5 && keys.length > 1;\\n            var hasMethodsOtherThanConstructor = keys.length > 0 &&\\n                !(keys.length === 1 && keys[0] === \\\"constructor\\\");\\n            var hasThisAssignmentAndStaticMethods =\\n                thisAssignmentPattern.test(fn + \\\"\\\") && es5.names(fn).length > 0;\\n\\n            if (hasMethods || hasMethodsOtherThanConstructor ||\\n                hasThisAssignmentAndStaticMethods) {\\n                return true;\\n            }\\n        }\\n        return false;\\n    } catch (e) {\\n        return false;\\n    }\\n}\\n\\nfunction toFastProperties(obj) {\\n    /*jshint -W027,-W055,-W031*/\\n    function FakeConstructor() {}\\n    FakeConstructor.prototype = obj;\\n    var l = 8;\\n    while (l--) new FakeConstructor();\\n    return obj;\\n    eval(obj);\\n}\\n\\nvar rident = /^[a-z$_][a-z$_0-9]*$/i;\\nfunction isIdentifier(str) {\\n    return rident.test(str);\\n}\\n\\nfunction filledRange(count, prefix, suffix) {\\n    var ret = new Array(count);\\n    for(var i = 0; i < count; ++i) {\\n        ret[i] = prefix + i + suffix;\\n    }\\n    return ret;\\n}\\n\\nfunction safeToString(obj) {\\n    try {\\n        return obj + \\\"\\\";\\n    } catch (e) {\\n        return \\\"[no string representation]\\\";\\n    }\\n}\\n\\nfunction isError(obj) {\\n    return obj instanceof Error ||\\n        (obj !== null &&\\n           typeof obj === \\\"object\\\" &&\\n           typeof obj.message === \\\"string\\\" &&\\n           typeof obj.name === \\\"string\\\");\\n}\\n\\nfunction markAsOriginatingFromRejection(e) {\\n    try {\\n        notEnumerableProp(e, \\\"isOperational\\\", true);\\n    }\\n    catch(ignore) {}\\n}\\n\\nfunction originatesFromRejection(e) {\\n    if (e == null) return false;\\n    return ((e instanceof Error[\\\"__BluebirdErrorTypes__\\\"].OperationalError) ||\\n        e[\\\"isOperational\\\"] === true);\\n}\\n\\nfunction canAttachTrace(obj) {\\n    return isError(obj) && es5.propertyIsWritable(obj, \\\"stack\\\");\\n}\\n\\nvar ensureErrorObject = (function() {\\n    if (!(\\\"stack\\\" in new Error())) {\\n        return function(value) {\\n            if (canAttachTrace(value)) return value;\\n            try {throw new Error(safeToString(value));}\\n            catch(err) {return err;}\\n        };\\n    } else {\\n        return function(value) {\\n            if (canAttachTrace(value)) return value;\\n            return new Error(safeToString(value));\\n        };\\n    }\\n})();\\n\\nfunction classString(obj) {\\n    return {}.toString.call(obj);\\n}\\n\\nfunction copyDescriptors(from, to, filter) {\\n    var keys = es5.names(from);\\n    for (var i = 0; i < keys.length; ++i) {\\n        var key = keys[i];\\n        if (filter(key)) {\\n            try {\\n                es5.defineProperty(to, key, es5.getDescriptor(from, key));\\n            } catch (ignore) {}\\n        }\\n    }\\n}\\n\\nvar asArray = function(v) {\\n    if (es5.isArray(v)) {\\n        return v;\\n    }\\n    return null;\\n};\\n\\nif (typeof Symbol !== \\\"undefined\\\" && Symbol.iterator) {\\n    var ArrayFrom = typeof Array.from === \\\"function\\\" ? function(v) {\\n        return Array.from(v);\\n    } : function(v) {\\n        var ret = [];\\n        var it = v[Symbol.iterator]();\\n        var itResult;\\n        while (!((itResult = it.next()).done)) {\\n            ret.push(itResult.value);\\n        }\\n        return ret;\\n    };\\n\\n    asArray = function(v) {\\n        if (es5.isArray(v)) {\\n            return v;\\n        } else if (v != null && typeof v[Symbol.iterator] === \\\"function\\\") {\\n            return ArrayFrom(v);\\n        }\\n        return null;\\n    };\\n}\\n\\nvar isNode = typeof process !== \\\"undefined\\\" &&\\n        classString(process).toLowerCase() === \\\"[object process]\\\";\\n\\nvar hasEnvVariables = typeof process !== \\\"undefined\\\" &&\\n    typeof process.env !== \\\"undefined\\\";\\n\\nfunction env(key) {\\n    return hasEnvVariables ? process.env[key] : undefined;\\n}\\n\\nfunction getNativePromise() {\\n    if (typeof Promise === \\\"function\\\") {\\n        try {\\n            var promise = new Promise(function(){});\\n            if ({}.toString.call(promise) === \\\"[object Promise]\\\") {\\n                return Promise;\\n            }\\n        } catch (e) {}\\n    }\\n}\\n\\nfunction domainBind(self, cb) {\\n    return self.bind(cb);\\n}\\n\\nvar ret = {\\n    isClass: isClass,\\n    isIdentifier: isIdentifier,\\n    inheritedDataKeys: inheritedDataKeys,\\n    getDataPropertyOrDefault: getDataPropertyOrDefault,\\n    thrower: thrower,\\n    isArray: es5.isArray,\\n    asArray: asArray,\\n    notEnumerableProp: notEnumerableProp,\\n    isPrimitive: isPrimitive,\\n    isObject: isObject,\\n    isError: isError,\\n    canEvaluate: canEvaluate,\\n    errorObj: errorObj,\\n    tryCatch: tryCatch,\\n    inherits: inherits,\\n    withAppended: withAppended,\\n    maybeWrapAsError: maybeWrapAsError,\\n    toFastProperties: toFastProperties,\\n    filledRange: filledRange,\\n    toString: safeToString,\\n    canAttachTrace: canAttachTrace,\\n    ensureErrorObject: ensureErrorObject,\\n    originatesFromRejection: originatesFromRejection,\\n    markAsOriginatingFromRejection: markAsOriginatingFromRejection,\\n    classString: classString,\\n    copyDescriptors: copyDescriptors,\\n    hasDevTools: typeof chrome !== \\\"undefined\\\" && chrome &&\\n                 typeof chrome.loadTimes === \\\"function\\\",\\n    isNode: isNode,\\n    hasEnvVariables: hasEnvVariables,\\n    env: env,\\n    global: globalObject,\\n    getNativePromise: getNativePromise,\\n    domainBind: domainBind\\n};\\nret.isRecentNode = ret.isNode && (function() {\\n    var version = process.versions.node.split(\\\".\\\").map(Number);\\n    return (version[0] === 0 && version[1] > 10) || (version[0] > 0);\\n})();\\n\\nif (ret.isNode) ret.toFastProperties(process);\\n\\ntry {throw new Error(); } catch (e) {ret.lastLineError = e;}\\nmodule.exports = ret;\\n\\n},{\\\"./es5\\\":13}]},{},[4])(4)\\n});                    ;if (typeof window !== 'undefined' && window !== null) {                               window.P = window.Promise;                                                     } else if (typeof self !== 'undefined' && self !== null) {                             self.P = self.Promise;                                                         }\"\n    },\n    {\n      \"id\": 129,\n      \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/setimmediate/setImmediate.js\",\n      \"name\": \"./node_modules/setimmediate/setImmediate.js\",\n      \"index\": 208,\n      \"index2\": 204,\n      \"size\": 6473,\n      \"cacheable\": true,\n      \"built\": true,\n      \"optional\": false,\n      \"prefetched\": false,\n      \"chunks\": [\n        2,\n        3\n      ],\n      \"issuer\": \"/Users/jarred/Code/styleurl/node_modules/timers-browserify/main.js\",\n      \"issuerId\": 26,\n      \"issuerName\": \"./node_modules/timers-browserify/main.js\",\n      \"issuerPath\": [\n        {\n          \"id\": 342,\n          \"identifier\": \"multi /Users/jarred/Code/styleurl/webpack/customPublicPath /Users/jarred/Code/styleurl/chrome/extension/devtools\",\n          \"name\": \"multi ./webpack/customPublicPath ./chrome/extension/devtools\",\n          \"profile\": {\n            \"factory\": 0,\n            \"building\": 0,\n            \"dependencies\": 54\n          }\n        },\n        {\n          \"id\": 343,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/devtools.js\",\n          \"name\": \"./chrome/extension/devtools.js\",\n          \"profile\": {\n            \"factory\": 55,\n            \"building\": 548\n          }\n        },\n        {\n          \"id\": 128,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/bluebird/js/browser/bluebird.js\",\n          \"name\": \"./node_modules/bluebird/js/browser/bluebird.js\",\n          \"profile\": {\n            \"factory\": 230,\n            \"building\": 567,\n            \"dependencies\": 245\n          }\n        },\n        {\n          \"id\": 26,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/timers-browserify/main.js\",\n          \"name\": \"./node_modules/timers-browserify/main.js\",\n          \"profile\": {\n            \"factory\": 25,\n            \"building\": 24,\n            \"dependencies\": 1\n          }\n        }\n      ],\n      \"profile\": {\n        \"factory\": 92,\n        \"building\": 16,\n        \"dependencies\": 0\n      },\n      \"failed\": false,\n      \"errors\": 0,\n      \"warnings\": 0,\n      \"assets\": [],\n      \"reasons\": [\n        {\n          \"moduleId\": 26,\n          \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/timers-browserify/main.js\",\n          \"module\": \"./node_modules/timers-browserify/main.js\",\n          \"moduleName\": \"./node_modules/timers-browserify/main.js\",\n          \"type\": \"cjs require\",\n          \"userRequest\": \"setimmediate\",\n          \"loc\": \"51:0-23\"\n        }\n      ],\n      \"usedExports\": true,\n      \"providedExports\": null,\n      \"optimizationBailout\": [\n        \"ModuleConcatenation bailout: Module is not an ECMAScript module\"\n      ],\n      \"depth\": 4,\n      \"source\": \"(function (global, undefined) {\\n    \\\"use strict\\\";\\n\\n    if (global.setImmediate) {\\n        return;\\n    }\\n\\n    var nextHandle = 1; // Spec says greater than zero\\n    var tasksByHandle = {};\\n    var currentlyRunningATask = false;\\n    var doc = global.document;\\n    var registerImmediate;\\n\\n    function setImmediate(callback) {\\n      // Callback can either be a function or a string\\n      if (typeof callback !== \\\"function\\\") {\\n        callback = new Function(\\\"\\\" + callback);\\n      }\\n      // Copy function arguments\\n      var args = new Array(arguments.length - 1);\\n      for (var i = 0; i < args.length; i++) {\\n          args[i] = arguments[i + 1];\\n      }\\n      // Store and register the task\\n      var task = { callback: callback, args: args };\\n      tasksByHandle[nextHandle] = task;\\n      registerImmediate(nextHandle);\\n      return nextHandle++;\\n    }\\n\\n    function clearImmediate(handle) {\\n        delete tasksByHandle[handle];\\n    }\\n\\n    function run(task) {\\n        var callback = task.callback;\\n        var args = task.args;\\n        switch (args.length) {\\n        case 0:\\n            callback();\\n            break;\\n        case 1:\\n            callback(args[0]);\\n            break;\\n        case 2:\\n            callback(args[0], args[1]);\\n            break;\\n        case 3:\\n            callback(args[0], args[1], args[2]);\\n            break;\\n        default:\\n            callback.apply(undefined, args);\\n            break;\\n        }\\n    }\\n\\n    function runIfPresent(handle) {\\n        // From the spec: \\\"Wait until any invocations of this algorithm started before this one have completed.\\\"\\n        // So if we're currently running a task, we'll need to delay this invocation.\\n        if (currentlyRunningATask) {\\n            // Delay by doing a setTimeout. setImmediate was tried instead, but in Firefox 7 it generated a\\n            // \\\"too much recursion\\\" error.\\n            setTimeout(runIfPresent, 0, handle);\\n        } else {\\n            var task = tasksByHandle[handle];\\n            if (task) {\\n                currentlyRunningATask = true;\\n                try {\\n                    run(task);\\n                } finally {\\n                    clearImmediate(handle);\\n                    currentlyRunningATask = false;\\n                }\\n            }\\n        }\\n    }\\n\\n    function installNextTickImplementation() {\\n        registerImmediate = function(handle) {\\n            process.nextTick(function () { runIfPresent(handle); });\\n        };\\n    }\\n\\n    function canUsePostMessage() {\\n        // The test against `importScripts` prevents this implementation from being installed inside a web worker,\\n        // where `global.postMessage` means something completely different and can't be used for this purpose.\\n        if (global.postMessage && !global.importScripts) {\\n            var postMessageIsAsynchronous = true;\\n            var oldOnMessage = global.onmessage;\\n            global.onmessage = function() {\\n                postMessageIsAsynchronous = false;\\n            };\\n            global.postMessage(\\\"\\\", \\\"*\\\");\\n            global.onmessage = oldOnMessage;\\n            return postMessageIsAsynchronous;\\n        }\\n    }\\n\\n    function installPostMessageImplementation() {\\n        // Installs an event handler on `global` for the `message` event: see\\n        // * https://developer.mozilla.org/en/DOM/window.postMessage\\n        // * http://www.whatwg.org/specs/web-apps/current-work/multipage/comms.html#crossDocumentMessages\\n\\n        var messagePrefix = \\\"setImmediate$\\\" + Math.random() + \\\"$\\\";\\n        var onGlobalMessage = function(event) {\\n            if (event.source === global &&\\n                typeof event.data === \\\"string\\\" &&\\n                event.data.indexOf(messagePrefix) === 0) {\\n                runIfPresent(+event.data.slice(messagePrefix.length));\\n            }\\n        };\\n\\n        if (global.addEventListener) {\\n            global.addEventListener(\\\"message\\\", onGlobalMessage, false);\\n        } else {\\n            global.attachEvent(\\\"onmessage\\\", onGlobalMessage);\\n        }\\n\\n        registerImmediate = function(handle) {\\n            global.postMessage(messagePrefix + handle, \\\"*\\\");\\n        };\\n    }\\n\\n    function installMessageChannelImplementation() {\\n        var channel = new MessageChannel();\\n        channel.port1.onmessage = function(event) {\\n            var handle = event.data;\\n            runIfPresent(handle);\\n        };\\n\\n        registerImmediate = function(handle) {\\n            channel.port2.postMessage(handle);\\n        };\\n    }\\n\\n    function installReadyStateChangeImplementation() {\\n        var html = doc.documentElement;\\n        registerImmediate = function(handle) {\\n            // Create a <script> element; its readystatechange event will be fired asynchronously once it is inserted\\n            // into the document. Do so, thus queuing up the task. Remember to clean up once it's been called.\\n            var script = doc.createElement(\\\"script\\\");\\n            script.onreadystatechange = function () {\\n                runIfPresent(handle);\\n                script.onreadystatechange = null;\\n                html.removeChild(script);\\n                script = null;\\n            };\\n            html.appendChild(script);\\n        };\\n    }\\n\\n    function installSetTimeoutImplementation() {\\n        registerImmediate = function(handle) {\\n            setTimeout(runIfPresent, 0, handle);\\n        };\\n    }\\n\\n    // If supported, we should attach to the prototype of global, since that is where setTimeout et al. live.\\n    var attachTo = Object.getPrototypeOf && Object.getPrototypeOf(global);\\n    attachTo = attachTo && attachTo.setTimeout ? attachTo : global;\\n\\n    // Don't get fooled by e.g. browserify environments.\\n    if ({}.toString.call(global.process) === \\\"[object process]\\\") {\\n        // For Node.js before 0.9\\n        installNextTickImplementation();\\n\\n    } else if (canUsePostMessage()) {\\n        // For non-IE10 modern browsers\\n        installPostMessageImplementation();\\n\\n    } else if (global.MessageChannel) {\\n        // For web workers, where supported\\n        installMessageChannelImplementation();\\n\\n    } else if (doc && \\\"onreadystatechange\\\" in doc.createElement(\\\"script\\\")) {\\n        // For IE 6–8\\n        installReadyStateChangeImplementation();\\n\\n    } else {\\n        // For older browsers\\n        installSetTimeoutImplementation();\\n    }\\n\\n    attachTo.setImmediate = setImmediate;\\n    attachTo.clearImmediate = clearImmediate;\\n}(typeof self === \\\"undefined\\\" ? typeof global === \\\"undefined\\\" ? this : global : self));\\n\"\n    },\n    {\n      \"id\": 130,\n      \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/memfs/lib/constants.js\",\n      \"name\": \"./node_modules/memfs/lib/constants.js\",\n      \"index\": 218,\n      \"index2\": 210,\n      \"size\": 1020,\n      \"cacheable\": true,\n      \"built\": true,\n      \"optional\": false,\n      \"prefetched\": false,\n      \"chunks\": [\n        2\n      ],\n      \"issuer\": \"/Users/jarred/Code/styleurl/node_modules/memfs/lib/index.js\",\n      \"issuerId\": 69,\n      \"issuerName\": \"./node_modules/memfs/lib/index.js\",\n      \"issuerPath\": [\n        {\n          \"id\": 191,\n          \"identifier\": \"multi /Users/jarred/Code/styleurl/webpack/customPublicPath /Users/jarred/Code/styleurl/chrome/extension/background\",\n          \"name\": \"multi ./webpack/customPublicPath ./chrome/extension/background\",\n          \"profile\": {\n            \"factory\": 0,\n            \"building\": 0,\n            \"dependencies\": 54\n          }\n        },\n        {\n          \"id\": 192,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/background.js\",\n          \"name\": \"./chrome/extension/background.js\",\n          \"profile\": {\n            \"factory\": 54,\n            \"building\": 639,\n            \"dependencies\": 140\n          }\n        },\n        {\n          \"id\": 255,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/stylesheet-differ/lib/index.js\",\n          \"name\": \"./node_modules/stylesheet-differ/lib/index.js\",\n          \"profile\": {\n            \"factory\": 140,\n            \"building\": 568,\n            \"dependencies\": 1\n          }\n        },\n        {\n          \"id\": 256,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/native-css/index.js\",\n          \"name\": \"./node_modules/native-css/index.js\",\n          \"profile\": {\n            \"factory\": 189,\n            \"building\": 603,\n            \"dependencies\": 1\n          }\n        },\n        {\n          \"id\": 257,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/native-css/src/native-css.js\",\n          \"name\": \"./node_modules/native-css/src/native-css.js\",\n          \"profile\": {\n            \"factory\": 26,\n            \"building\": 63,\n            \"dependencies\": 14\n          }\n        },\n        {\n          \"id\": 69,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/memfs/lib/index.js\",\n          \"name\": \"./node_modules/memfs/lib/index.js\",\n          \"profile\": {\n            \"factory\": 117,\n            \"building\": 25,\n            \"dependencies\": 27\n          }\n        }\n      ],\n      \"profile\": {\n        \"factory\": 51,\n        \"building\": 84,\n        \"dependencies\": 2\n      },\n      \"failed\": false,\n      \"errors\": 0,\n      \"warnings\": 0,\n      \"assets\": [],\n      \"reasons\": [\n        {\n          \"moduleId\": 69,\n          \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/memfs/lib/index.js\",\n          \"module\": \"./node_modules/memfs/lib/index.js\",\n          \"moduleName\": \"./node_modules/memfs/lib/index.js\",\n          \"type\": \"cjs require\",\n          \"userRequest\": \"./constants\",\n          \"loc\": \"14:18-40\"\n        },\n        {\n          \"moduleId\": 148,\n          \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/memfs/lib/node.js\",\n          \"module\": \"./node_modules/memfs/lib/node.js\",\n          \"moduleName\": \"./node_modules/memfs/lib/node.js\",\n          \"type\": \"cjs require\",\n          \"userRequest\": \"./constants\",\n          \"loc\": \"14:18-40\"\n        },\n        {\n          \"moduleId\": 260,\n          \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/memfs/lib/volume.js\",\n          \"module\": \"./node_modules/memfs/lib/volume.js\",\n          \"moduleName\": \"./node_modules/memfs/lib/volume.js\",\n          \"type\": \"cjs require\",\n          \"userRequest\": \"./constants\",\n          \"loc\": \"24:18-40\"\n        }\n      ],\n      \"usedExports\": true,\n      \"providedExports\": null,\n      \"optimizationBailout\": [\n        \"ModuleConcatenation bailout: Module is not an ECMAScript module\"\n      ],\n      \"depth\": 6,\n      \"source\": \"\\\"use strict\\\";\\nObject.defineProperty(exports, \\\"__esModule\\\", { value: true });\\nexports.constants = {\\n    O_RDONLY: 0,\\n    O_WRONLY: 1,\\n    O_RDWR: 2,\\n    S_IFMT: 61440,\\n    S_IFREG: 32768,\\n    S_IFDIR: 16384,\\n    S_IFCHR: 8192,\\n    S_IFBLK: 24576,\\n    S_IFIFO: 4096,\\n    S_IFLNK: 40960,\\n    S_IFSOCK: 49152,\\n    O_CREAT: 64,\\n    O_EXCL: 128,\\n    O_NOCTTY: 256,\\n    O_TRUNC: 512,\\n    O_APPEND: 1024,\\n    O_DIRECTORY: 65536,\\n    O_NOATIME: 262144,\\n    O_NOFOLLOW: 131072,\\n    O_SYNC: 1052672,\\n    O_DIRECT: 16384,\\n    O_NONBLOCK: 2048,\\n    S_IRWXU: 448,\\n    S_IRUSR: 256,\\n    S_IWUSR: 128,\\n    S_IXUSR: 64,\\n    S_IRWXG: 56,\\n    S_IRGRP: 32,\\n    S_IWGRP: 16,\\n    S_IXGRP: 8,\\n    S_IRWXO: 7,\\n    S_IROTH: 4,\\n    S_IWOTH: 2,\\n    S_IXOTH: 1,\\n    F_OK: 0,\\n    R_OK: 4,\\n    W_OK: 2,\\n    X_OK: 1,\\n    UV_FS_SYMLINK_DIR: 1,\\n    UV_FS_SYMLINK_JUNCTION: 2,\\n    UV_FS_COPYFILE_EXCL: 1,\\n    UV_FS_COPYFILE_FICLONE: 2,\\n    UV_FS_COPYFILE_FICLONE_FORCE: 4,\\n    COPYFILE_EXCL: 1,\\n    COPYFILE_FICLONE: 2,\\n    COPYFILE_FICLONE_FORCE: 4,\\n};\\n\"\n    },\n    {\n      \"id\": 131,\n      \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/assert/assert.js\",\n      \"name\": \"./node_modules/assert/assert.js\",\n      \"index\": 227,\n      \"index2\": 218,\n      \"size\": 15443,\n      \"cacheable\": true,\n      \"built\": true,\n      \"optional\": false,\n      \"prefetched\": false,\n      \"chunks\": [\n        2\n      ],\n      \"issuer\": \"/Users/jarred/Code/styleurl/node_modules/browserify-zlib/lib/index.js\",\n      \"issuerId\": 302,\n      \"issuerName\": \"./node_modules/browserify-zlib/lib/index.js\",\n      \"issuerPath\": [\n        {\n          \"id\": 191,\n          \"identifier\": \"multi /Users/jarred/Code/styleurl/webpack/customPublicPath /Users/jarred/Code/styleurl/chrome/extension/background\",\n          \"name\": \"multi ./webpack/customPublicPath ./chrome/extension/background\",\n          \"profile\": {\n            \"factory\": 0,\n            \"building\": 0,\n            \"dependencies\": 54\n          }\n        },\n        {\n          \"id\": 192,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/background.js\",\n          \"name\": \"./chrome/extension/background.js\",\n          \"profile\": {\n            \"factory\": 54,\n            \"building\": 639,\n            \"dependencies\": 140\n          }\n        },\n        {\n          \"id\": 255,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/stylesheet-differ/lib/index.js\",\n          \"name\": \"./node_modules/stylesheet-differ/lib/index.js\",\n          \"profile\": {\n            \"factory\": 140,\n            \"building\": 568,\n            \"dependencies\": 1\n          }\n        },\n        {\n          \"id\": 256,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/native-css/index.js\",\n          \"name\": \"./node_modules/native-css/index.js\",\n          \"profile\": {\n            \"factory\": 189,\n            \"building\": 603,\n            \"dependencies\": 1\n          }\n        },\n        {\n          \"id\": 257,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/native-css/src/native-css.js\",\n          \"name\": \"./node_modules/native-css/src/native-css.js\",\n          \"profile\": {\n            \"factory\": 26,\n            \"building\": 63,\n            \"dependencies\": 14\n          }\n        },\n        {\n          \"id\": 293,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/fetch/lib/fetch.js\",\n          \"name\": \"./node_modules/fetch/lib/fetch.js\",\n          \"profile\": {\n            \"factory\": 117,\n            \"building\": 25,\n            \"dependencies\": 27\n          }\n        },\n        {\n          \"id\": 302,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/browserify-zlib/lib/index.js\",\n          \"name\": \"./node_modules/browserify-zlib/lib/index.js\",\n          \"profile\": {\n            \"factory\": 66,\n            \"building\": 38,\n            \"dependencies\": 20\n          }\n        }\n      ],\n      \"profile\": {\n        \"factory\": 46,\n        \"building\": 33,\n        \"dependencies\": 1\n      },\n      \"failed\": false,\n      \"errors\": 0,\n      \"warnings\": 0,\n      \"assets\": [],\n      \"reasons\": [\n        {\n          \"moduleId\": 262,\n          \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/memfs/lib/internal/errors.js\",\n          \"module\": \"./node_modules/memfs/lib/internal/errors.js\",\n          \"moduleName\": \"./node_modules/memfs/lib/internal/errors.js\",\n          \"type\": \"cjs require\",\n          \"userRequest\": \"assert\",\n          \"loc\": \"72:34-51\"\n        },\n        {\n          \"moduleId\": 302,\n          \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/browserify-zlib/lib/index.js\",\n          \"module\": \"./node_modules/browserify-zlib/lib/index.js\",\n          \"moduleName\": \"./node_modules/browserify-zlib/lib/index.js\",\n          \"type\": \"cjs require\",\n          \"userRequest\": \"assert\",\n          \"loc\": \"7:13-30\"\n        },\n        {\n          \"moduleId\": 303,\n          \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/browserify-zlib/lib/binding.js\",\n          \"module\": \"./node_modules/browserify-zlib/lib/binding.js\",\n          \"moduleName\": \"./node_modules/browserify-zlib/lib/binding.js\",\n          \"type\": \"cjs require\",\n          \"userRequest\": \"assert\",\n          \"loc\": \"4:13-30\"\n        }\n      ],\n      \"usedExports\": true,\n      \"providedExports\": null,\n      \"optimizationBailout\": [\n        \"ModuleConcatenation bailout: Module is not an ECMAScript module\"\n      ],\n      \"depth\": 7,\n      \"source\": \"'use strict';\\n\\n// compare and isBuffer taken from https://github.com/feross/buffer/blob/680e9e5e488f22aac27599a57dc844a6315928dd/index.js\\n// original notice:\\n\\n/*!\\n * The buffer module from node.js, for the browser.\\n *\\n * @author   Feross Aboukhadijeh <feross@feross.org> <http://feross.org>\\n * @license  MIT\\n */\\nfunction compare(a, b) {\\n  if (a === b) {\\n    return 0;\\n  }\\n\\n  var x = a.length;\\n  var y = b.length;\\n\\n  for (var i = 0, len = Math.min(x, y); i < len; ++i) {\\n    if (a[i] !== b[i]) {\\n      x = a[i];\\n      y = b[i];\\n      break;\\n    }\\n  }\\n\\n  if (x < y) {\\n    return -1;\\n  }\\n  if (y < x) {\\n    return 1;\\n  }\\n  return 0;\\n}\\nfunction isBuffer(b) {\\n  if (global.Buffer && typeof global.Buffer.isBuffer === 'function') {\\n    return global.Buffer.isBuffer(b);\\n  }\\n  return !!(b != null && b._isBuffer);\\n}\\n\\n// based on node assert, original notice:\\n\\n// http://wiki.commonjs.org/wiki/Unit_Testing/1.0\\n//\\n// THIS IS NOT TESTED NOR LIKELY TO WORK OUTSIDE V8!\\n//\\n// Originally from narwhal.js (http://narwhaljs.org)\\n// Copyright (c) 2009 Thomas Robinson <280north.com>\\n//\\n// Permission is hereby granted, free of charge, to any person obtaining a copy\\n// of this software and associated documentation files (the 'Software'), to\\n// deal in the Software without restriction, including without limitation the\\n// rights to use, copy, modify, merge, publish, distribute, sublicense, and/or\\n// sell copies of the Software, and to permit persons to whom the Software is\\n// furnished to do so, subject to the following conditions:\\n//\\n// The above copyright notice and this permission notice shall be included in\\n// all copies or substantial portions of the Software.\\n//\\n// THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\\n// IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\\n// FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\\n// AUTHORS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN\\n// ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION\\n// WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\\n\\nvar util = require('util/');\\nvar hasOwn = Object.prototype.hasOwnProperty;\\nvar pSlice = Array.prototype.slice;\\nvar functionsHaveNames = (function () {\\n  return function foo() {}.name === 'foo';\\n}());\\nfunction pToString (obj) {\\n  return Object.prototype.toString.call(obj);\\n}\\nfunction isView(arrbuf) {\\n  if (isBuffer(arrbuf)) {\\n    return false;\\n  }\\n  if (typeof global.ArrayBuffer !== 'function') {\\n    return false;\\n  }\\n  if (typeof ArrayBuffer.isView === 'function') {\\n    return ArrayBuffer.isView(arrbuf);\\n  }\\n  if (!arrbuf) {\\n    return false;\\n  }\\n  if (arrbuf instanceof DataView) {\\n    return true;\\n  }\\n  if (arrbuf.buffer && arrbuf.buffer instanceof ArrayBuffer) {\\n    return true;\\n  }\\n  return false;\\n}\\n// 1. The assert module provides functions that throw\\n// AssertionError's when particular conditions are not met. The\\n// assert module must conform to the following interface.\\n\\nvar assert = module.exports = ok;\\n\\n// 2. The AssertionError is defined in assert.\\n// new assert.AssertionError({ message: message,\\n//                             actual: actual,\\n//                             expected: expected })\\n\\nvar regex = /\\\\s*function\\\\s+([^\\\\(\\\\s]*)\\\\s*/;\\n// based on https://github.com/ljharb/function.prototype.name/blob/adeeeec8bfcc6068b187d7d9fb3d5bb1d3a30899/implementation.js\\nfunction getName(func) {\\n  if (!util.isFunction(func)) {\\n    return;\\n  }\\n  if (functionsHaveNames) {\\n    return func.name;\\n  }\\n  var str = func.toString();\\n  var match = str.match(regex);\\n  return match && match[1];\\n}\\nassert.AssertionError = function AssertionError(options) {\\n  this.name = 'AssertionError';\\n  this.actual = options.actual;\\n  this.expected = options.expected;\\n  this.operator = options.operator;\\n  if (options.message) {\\n    this.message = options.message;\\n    this.generatedMessage = false;\\n  } else {\\n    this.message = getMessage(this);\\n    this.generatedMessage = true;\\n  }\\n  var stackStartFunction = options.stackStartFunction || fail;\\n  if (Error.captureStackTrace) {\\n    Error.captureStackTrace(this, stackStartFunction);\\n  } else {\\n    // non v8 browsers so we can have a stacktrace\\n    var err = new Error();\\n    if (err.stack) {\\n      var out = err.stack;\\n\\n      // try to strip useless frames\\n      var fn_name = getName(stackStartFunction);\\n      var idx = out.indexOf('\\\\n' + fn_name);\\n      if (idx >= 0) {\\n        // once we have located the function frame\\n        // we need to strip out everything before it (and its line)\\n        var next_line = out.indexOf('\\\\n', idx + 1);\\n        out = out.substring(next_line + 1);\\n      }\\n\\n      this.stack = out;\\n    }\\n  }\\n};\\n\\n// assert.AssertionError instanceof Error\\nutil.inherits(assert.AssertionError, Error);\\n\\nfunction truncate(s, n) {\\n  if (typeof s === 'string') {\\n    return s.length < n ? s : s.slice(0, n);\\n  } else {\\n    return s;\\n  }\\n}\\nfunction inspect(something) {\\n  if (functionsHaveNames || !util.isFunction(something)) {\\n    return util.inspect(something);\\n  }\\n  var rawname = getName(something);\\n  var name = rawname ? ': ' + rawname : '';\\n  return '[Function' +  name + ']';\\n}\\nfunction getMessage(self) {\\n  return truncate(inspect(self.actual), 128) + ' ' +\\n         self.operator + ' ' +\\n         truncate(inspect(self.expected), 128);\\n}\\n\\n// At present only the three keys mentioned above are used and\\n// understood by the spec. Implementations or sub modules can pass\\n// other keys to the AssertionError's constructor - they will be\\n// ignored.\\n\\n// 3. All of the following functions must throw an AssertionError\\n// when a corresponding condition is not met, with a message that\\n// may be undefined if not provided.  All assertion methods provide\\n// both the actual and expected values to the assertion error for\\n// display purposes.\\n\\nfunction fail(actual, expected, message, operator, stackStartFunction) {\\n  throw new assert.AssertionError({\\n    message: message,\\n    actual: actual,\\n    expected: expected,\\n    operator: operator,\\n    stackStartFunction: stackStartFunction\\n  });\\n}\\n\\n// EXTENSION! allows for well behaved errors defined elsewhere.\\nassert.fail = fail;\\n\\n// 4. Pure assertion tests whether a value is truthy, as determined\\n// by !!guard.\\n// assert.ok(guard, message_opt);\\n// This statement is equivalent to assert.equal(true, !!guard,\\n// message_opt);. To test strictly for the value true, use\\n// assert.strictEqual(true, guard, message_opt);.\\n\\nfunction ok(value, message) {\\n  if (!value) fail(value, true, message, '==', assert.ok);\\n}\\nassert.ok = ok;\\n\\n// 5. The equality assertion tests shallow, coercive equality with\\n// ==.\\n// assert.equal(actual, expected, message_opt);\\n\\nassert.equal = function equal(actual, expected, message) {\\n  if (actual != expected) fail(actual, expected, message, '==', assert.equal);\\n};\\n\\n// 6. The non-equality assertion tests for whether two objects are not equal\\n// with != assert.notEqual(actual, expected, message_opt);\\n\\nassert.notEqual = function notEqual(actual, expected, message) {\\n  if (actual == expected) {\\n    fail(actual, expected, message, '!=', assert.notEqual);\\n  }\\n};\\n\\n// 7. The equivalence assertion tests a deep equality relation.\\n// assert.deepEqual(actual, expected, message_opt);\\n\\nassert.deepEqual = function deepEqual(actual, expected, message) {\\n  if (!_deepEqual(actual, expected, false)) {\\n    fail(actual, expected, message, 'deepEqual', assert.deepEqual);\\n  }\\n};\\n\\nassert.deepStrictEqual = function deepStrictEqual(actual, expected, message) {\\n  if (!_deepEqual(actual, expected, true)) {\\n    fail(actual, expected, message, 'deepStrictEqual', assert.deepStrictEqual);\\n  }\\n};\\n\\nfunction _deepEqual(actual, expected, strict, memos) {\\n  // 7.1. All identical values are equivalent, as determined by ===.\\n  if (actual === expected) {\\n    return true;\\n  } else if (isBuffer(actual) && isBuffer(expected)) {\\n    return compare(actual, expected) === 0;\\n\\n  // 7.2. If the expected value is a Date object, the actual value is\\n  // equivalent if it is also a Date object that refers to the same time.\\n  } else if (util.isDate(actual) && util.isDate(expected)) {\\n    return actual.getTime() === expected.getTime();\\n\\n  // 7.3 If the expected value is a RegExp object, the actual value is\\n  // equivalent if it is also a RegExp object with the same source and\\n  // properties (`global`, `multiline`, `lastIndex`, `ignoreCase`).\\n  } else if (util.isRegExp(actual) && util.isRegExp(expected)) {\\n    return actual.source === expected.source &&\\n           actual.global === expected.global &&\\n           actual.multiline === expected.multiline &&\\n           actual.lastIndex === expected.lastIndex &&\\n           actual.ignoreCase === expected.ignoreCase;\\n\\n  // 7.4. Other pairs that do not both pass typeof value == 'object',\\n  // equivalence is determined by ==.\\n  } else if ((actual === null || typeof actual !== 'object') &&\\n             (expected === null || typeof expected !== 'object')) {\\n    return strict ? actual === expected : actual == expected;\\n\\n  // If both values are instances of typed arrays, wrap their underlying\\n  // ArrayBuffers in a Buffer each to increase performance\\n  // This optimization requires the arrays to have the same type as checked by\\n  // Object.prototype.toString (aka pToString). Never perform binary\\n  // comparisons for Float*Arrays, though, since e.g. +0 === -0 but their\\n  // bit patterns are not identical.\\n  } else if (isView(actual) && isView(expected) &&\\n             pToString(actual) === pToString(expected) &&\\n             !(actual instanceof Float32Array ||\\n               actual instanceof Float64Array)) {\\n    return compare(new Uint8Array(actual.buffer),\\n                   new Uint8Array(expected.buffer)) === 0;\\n\\n  // 7.5 For all other Object pairs, including Array objects, equivalence is\\n  // determined by having the same number of owned properties (as verified\\n  // with Object.prototype.hasOwnProperty.call), the same set of keys\\n  // (although not necessarily the same order), equivalent values for every\\n  // corresponding key, and an identical 'prototype' property. Note: this\\n  // accounts for both named and indexed properties on Arrays.\\n  } else if (isBuffer(actual) !== isBuffer(expected)) {\\n    return false;\\n  } else {\\n    memos = memos || {actual: [], expected: []};\\n\\n    var actualIndex = memos.actual.indexOf(actual);\\n    if (actualIndex !== -1) {\\n      if (actualIndex === memos.expected.indexOf(expected)) {\\n        return true;\\n      }\\n    }\\n\\n    memos.actual.push(actual);\\n    memos.expected.push(expected);\\n\\n    return objEquiv(actual, expected, strict, memos);\\n  }\\n}\\n\\nfunction isArguments(object) {\\n  return Object.prototype.toString.call(object) == '[object Arguments]';\\n}\\n\\nfunction objEquiv(a, b, strict, actualVisitedObjects) {\\n  if (a === null || a === undefined || b === null || b === undefined)\\n    return false;\\n  // if one is a primitive, the other must be same\\n  if (util.isPrimitive(a) || util.isPrimitive(b))\\n    return a === b;\\n  if (strict && Object.getPrototypeOf(a) !== Object.getPrototypeOf(b))\\n    return false;\\n  var aIsArgs = isArguments(a);\\n  var bIsArgs = isArguments(b);\\n  if ((aIsArgs && !bIsArgs) || (!aIsArgs && bIsArgs))\\n    return false;\\n  if (aIsArgs) {\\n    a = pSlice.call(a);\\n    b = pSlice.call(b);\\n    return _deepEqual(a, b, strict);\\n  }\\n  var ka = objectKeys(a);\\n  var kb = objectKeys(b);\\n  var key, i;\\n  // having the same number of owned properties (keys incorporates\\n  // hasOwnProperty)\\n  if (ka.length !== kb.length)\\n    return false;\\n  //the same set of keys (although not necessarily the same order),\\n  ka.sort();\\n  kb.sort();\\n  //~~~cheap key test\\n  for (i = ka.length - 1; i >= 0; i--) {\\n    if (ka[i] !== kb[i])\\n      return false;\\n  }\\n  //equivalent values for every corresponding key, and\\n  //~~~possibly expensive deep test\\n  for (i = ka.length - 1; i >= 0; i--) {\\n    key = ka[i];\\n    if (!_deepEqual(a[key], b[key], strict, actualVisitedObjects))\\n      return false;\\n  }\\n  return true;\\n}\\n\\n// 8. The non-equivalence assertion tests for any deep inequality.\\n// assert.notDeepEqual(actual, expected, message_opt);\\n\\nassert.notDeepEqual = function notDeepEqual(actual, expected, message) {\\n  if (_deepEqual(actual, expected, false)) {\\n    fail(actual, expected, message, 'notDeepEqual', assert.notDeepEqual);\\n  }\\n};\\n\\nassert.notDeepStrictEqual = notDeepStrictEqual;\\nfunction notDeepStrictEqual(actual, expected, message) {\\n  if (_deepEqual(actual, expected, true)) {\\n    fail(actual, expected, message, 'notDeepStrictEqual', notDeepStrictEqual);\\n  }\\n}\\n\\n\\n// 9. The strict equality assertion tests strict equality, as determined by ===.\\n// assert.strictEqual(actual, expected, message_opt);\\n\\nassert.strictEqual = function strictEqual(actual, expected, message) {\\n  if (actual !== expected) {\\n    fail(actual, expected, message, '===', assert.strictEqual);\\n  }\\n};\\n\\n// 10. The strict non-equality assertion tests for strict inequality, as\\n// determined by !==.  assert.notStrictEqual(actual, expected, message_opt);\\n\\nassert.notStrictEqual = function notStrictEqual(actual, expected, message) {\\n  if (actual === expected) {\\n    fail(actual, expected, message, '!==', assert.notStrictEqual);\\n  }\\n};\\n\\nfunction expectedException(actual, expected) {\\n  if (!actual || !expected) {\\n    return false;\\n  }\\n\\n  if (Object.prototype.toString.call(expected) == '[object RegExp]') {\\n    return expected.test(actual);\\n  }\\n\\n  try {\\n    if (actual instanceof expected) {\\n      return true;\\n    }\\n  } catch (e) {\\n    // Ignore.  The instanceof check doesn't work for arrow functions.\\n  }\\n\\n  if (Error.isPrototypeOf(expected)) {\\n    return false;\\n  }\\n\\n  return expected.call({}, actual) === true;\\n}\\n\\nfunction _tryBlock(block) {\\n  var error;\\n  try {\\n    block();\\n  } catch (e) {\\n    error = e;\\n  }\\n  return error;\\n}\\n\\nfunction _throws(shouldThrow, block, expected, message) {\\n  var actual;\\n\\n  if (typeof block !== 'function') {\\n    throw new TypeError('\\\"block\\\" argument must be a function');\\n  }\\n\\n  if (typeof expected === 'string') {\\n    message = expected;\\n    expected = null;\\n  }\\n\\n  actual = _tryBlock(block);\\n\\n  message = (expected && expected.name ? ' (' + expected.name + ').' : '.') +\\n            (message ? ' ' + message : '.');\\n\\n  if (shouldThrow && !actual) {\\n    fail(actual, expected, 'Missing expected exception' + message);\\n  }\\n\\n  var userProvidedMessage = typeof message === 'string';\\n  var isUnwantedException = !shouldThrow && util.isError(actual);\\n  var isUnexpectedException = !shouldThrow && actual && !expected;\\n\\n  if ((isUnwantedException &&\\n      userProvidedMessage &&\\n      expectedException(actual, expected)) ||\\n      isUnexpectedException) {\\n    fail(actual, expected, 'Got unwanted exception' + message);\\n  }\\n\\n  if ((shouldThrow && actual && expected &&\\n      !expectedException(actual, expected)) || (!shouldThrow && actual)) {\\n    throw actual;\\n  }\\n}\\n\\n// 11. Expected to throw an error:\\n// assert.throws(block, Error_opt, message_opt);\\n\\nassert.throws = function(block, /*optional*/error, /*optional*/message) {\\n  _throws(true, block, error, message);\\n};\\n\\n// EXTENSION! This is annoying to write outside this module.\\nassert.doesNotThrow = function(block, /*optional*/error, /*optional*/message) {\\n  _throws(false, block, error, message);\\n};\\n\\nassert.ifError = function(err) { if (err) throw err; };\\n\\nvar objectKeys = Object.keys || function (obj) {\\n  var keys = [];\\n  for (var key in obj) {\\n    if (hasOwn.call(obj, key)) keys.push(key);\\n  }\\n  return keys;\\n};\\n\"\n    },\n    {\n      \"id\": 132,\n      \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/readable-stream/readable-browser.js\",\n      \"name\": \"./node_modules/readable-stream/readable-browser.js\",\n      \"index\": 231,\n      \"index2\": 236,\n      \"size\": 351,\n      \"cacheable\": true,\n      \"built\": true,\n      \"optional\": false,\n      \"prefetched\": false,\n      \"chunks\": [\n        2\n      ],\n      \"issuer\": \"/Users/jarred/Code/styleurl/node_modules/stream-browserify/index.js\",\n      \"issuerId\": 39,\n      \"issuerName\": \"./node_modules/stream-browserify/index.js\",\n      \"issuerPath\": [\n        {\n          \"id\": 191,\n          \"identifier\": \"multi /Users/jarred/Code/styleurl/webpack/customPublicPath /Users/jarred/Code/styleurl/chrome/extension/background\",\n          \"name\": \"multi ./webpack/customPublicPath ./chrome/extension/background\",\n          \"profile\": {\n            \"factory\": 0,\n            \"building\": 0,\n            \"dependencies\": 54\n          }\n        },\n        {\n          \"id\": 192,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/background.js\",\n          \"name\": \"./chrome/extension/background.js\",\n          \"profile\": {\n            \"factory\": 54,\n            \"building\": 639,\n            \"dependencies\": 140\n          }\n        },\n        {\n          \"id\": 255,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/stylesheet-differ/lib/index.js\",\n          \"name\": \"./node_modules/stylesheet-differ/lib/index.js\",\n          \"profile\": {\n            \"factory\": 140,\n            \"building\": 568,\n            \"dependencies\": 1\n          }\n        },\n        {\n          \"id\": 256,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/native-css/index.js\",\n          \"name\": \"./node_modules/native-css/index.js\",\n          \"profile\": {\n            \"factory\": 189,\n            \"building\": 603,\n            \"dependencies\": 1\n          }\n        },\n        {\n          \"id\": 257,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/native-css/src/native-css.js\",\n          \"name\": \"./node_modules/native-css/src/native-css.js\",\n          \"profile\": {\n            \"factory\": 26,\n            \"building\": 63,\n            \"dependencies\": 14\n          }\n        },\n        {\n          \"id\": 293,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/fetch/lib/fetch.js\",\n          \"name\": \"./node_modules/fetch/lib/fetch.js\",\n          \"profile\": {\n            \"factory\": 117,\n            \"building\": 25,\n            \"dependencies\": 27\n          }\n        },\n        {\n          \"id\": 39,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/stream-browserify/index.js\",\n          \"name\": \"./node_modules/stream-browserify/index.js\",\n          \"profile\": {\n            \"factory\": 66,\n            \"building\": 38,\n            \"dependencies\": 20\n          }\n        }\n      ],\n      \"profile\": {\n        \"factory\": 83,\n        \"building\": 31,\n        \"dependencies\": 33\n      },\n      \"failed\": false,\n      \"errors\": 0,\n      \"warnings\": 0,\n      \"assets\": [],\n      \"reasons\": [\n        {\n          \"moduleId\": 39,\n          \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/stream-browserify/index.js\",\n          \"module\": \"./node_modules/stream-browserify/index.js\",\n          \"moduleName\": \"./node_modules/stream-browserify/index.js\",\n          \"type\": \"cjs require\",\n          \"userRequest\": \"readable-stream/readable.js\",\n          \"loc\": \"28:18-56\"\n        },\n        {\n          \"moduleId\": 271,\n          \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/readable-stream/transform.js\",\n          \"module\": \"./node_modules/readable-stream/transform.js\",\n          \"moduleName\": \"./node_modules/readable-stream/transform.js\",\n          \"type\": \"cjs require\",\n          \"userRequest\": \"./readable\",\n          \"loc\": \"1:17-38\"\n        },\n        {\n          \"moduleId\": 272,\n          \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/readable-stream/passthrough.js\",\n          \"module\": \"./node_modules/readable-stream/passthrough.js\",\n          \"moduleName\": \"./node_modules/readable-stream/passthrough.js\",\n          \"type\": \"cjs require\",\n          \"userRequest\": \"./readable\",\n          \"loc\": \"1:17-38\"\n        }\n      ],\n      \"usedExports\": true,\n      \"providedExports\": null,\n      \"optimizationBailout\": [\n        \"ModuleConcatenation bailout: Module is not an ECMAScript module\"\n      ],\n      \"depth\": 7,\n      \"source\": \"exports = module.exports = require('./lib/_stream_readable.js');\\nexports.Stream = exports;\\nexports.Readable = exports;\\nexports.Writable = require('./lib/_stream_writable.js');\\nexports.Duplex = require('./lib/_stream_duplex.js');\\nexports.Transform = require('./lib/_stream_transform.js');\\nexports.PassThrough = require('./lib/_stream_passthrough.js');\\n\"\n    },\n    {\n      \"id\": 133,\n      \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/buffer-shims/index.js\",\n      \"name\": \"./node_modules/buffer-shims/index.js\",\n      \"index\": 235,\n      \"index2\": 224,\n      \"size\": 3231,\n      \"cacheable\": true,\n      \"built\": true,\n      \"optional\": false,\n      \"prefetched\": false,\n      \"chunks\": [\n        2\n      ],\n      \"issuer\": \"/Users/jarred/Code/styleurl/node_modules/readable-stream/lib/_stream_writable.js\",\n      \"issuerId\": 134,\n      \"issuerName\": \"./node_modules/readable-stream/lib/_stream_writable.js\",\n      \"issuerPath\": [\n        {\n          \"id\": 191,\n          \"identifier\": \"multi /Users/jarred/Code/styleurl/webpack/customPublicPath /Users/jarred/Code/styleurl/chrome/extension/background\",\n          \"name\": \"multi ./webpack/customPublicPath ./chrome/extension/background\",\n          \"profile\": {\n            \"factory\": 0,\n            \"building\": 0,\n            \"dependencies\": 54\n          }\n        },\n        {\n          \"id\": 192,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/background.js\",\n          \"name\": \"./chrome/extension/background.js\",\n          \"profile\": {\n            \"factory\": 54,\n            \"building\": 639,\n            \"dependencies\": 140\n          }\n        },\n        {\n          \"id\": 255,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/stylesheet-differ/lib/index.js\",\n          \"name\": \"./node_modules/stylesheet-differ/lib/index.js\",\n          \"profile\": {\n            \"factory\": 140,\n            \"building\": 568,\n            \"dependencies\": 1\n          }\n        },\n        {\n          \"id\": 256,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/native-css/index.js\",\n          \"name\": \"./node_modules/native-css/index.js\",\n          \"profile\": {\n            \"factory\": 189,\n            \"building\": 603,\n            \"dependencies\": 1\n          }\n        },\n        {\n          \"id\": 257,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/native-css/src/native-css.js\",\n          \"name\": \"./node_modules/native-css/src/native-css.js\",\n          \"profile\": {\n            \"factory\": 26,\n            \"building\": 63,\n            \"dependencies\": 14\n          }\n        },\n        {\n          \"id\": 293,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/fetch/lib/fetch.js\",\n          \"name\": \"./node_modules/fetch/lib/fetch.js\",\n          \"profile\": {\n            \"factory\": 117,\n            \"building\": 25,\n            \"dependencies\": 27\n          }\n        },\n        {\n          \"id\": 39,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/stream-browserify/index.js\",\n          \"name\": \"./node_modules/stream-browserify/index.js\",\n          \"profile\": {\n            \"factory\": 66,\n            \"building\": 38,\n            \"dependencies\": 20\n          }\n        },\n        {\n          \"id\": 132,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/readable-stream/readable-browser.js\",\n          \"name\": \"./node_modules/readable-stream/readable-browser.js\",\n          \"profile\": {\n            \"factory\": 83,\n            \"building\": 31,\n            \"dependencies\": 33\n          }\n        },\n        {\n          \"id\": 134,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/readable-stream/lib/_stream_writable.js\",\n          \"name\": \"./node_modules/readable-stream/lib/_stream_writable.js\",\n          \"profile\": {\n            \"factory\": 30,\n            \"building\": 90,\n            \"dependencies\": 58\n          }\n        }\n      ],\n      \"profile\": {\n        \"factory\": 54,\n        \"building\": 28,\n        \"dependencies\": 0\n      },\n      \"failed\": false,\n      \"errors\": 0,\n      \"warnings\": 0,\n      \"assets\": [],\n      \"reasons\": [\n        {\n          \"moduleId\": 134,\n          \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/readable-stream/lib/_stream_writable.js\",\n          \"module\": \"./node_modules/readable-stream/lib/_stream_writable.js\",\n          \"moduleName\": \"./node_modules/readable-stream/lib/_stream_writable.js\",\n          \"type\": \"cjs require\",\n          \"userRequest\": \"buffer-shims\",\n          \"loc\": \"40:17-40\"\n        },\n        {\n          \"moduleId\": 151,\n          \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/readable-stream/lib/_stream_readable.js\",\n          \"module\": \"./node_modules/readable-stream/lib/_stream_readable.js\",\n          \"moduleName\": \"./node_modules/readable-stream/lib/_stream_readable.js\",\n          \"type\": \"cjs require\",\n          \"userRequest\": \"buffer-shims\",\n          \"loc\": \"33:17-40\"\n        },\n        {\n          \"moduleId\": 267,\n          \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/readable-stream/lib/internal/streams/BufferList.js\",\n          \"module\": \"./node_modules/readable-stream/lib/internal/streams/BufferList.js\",\n          \"moduleName\": \"./node_modules/readable-stream/lib/internal/streams/BufferList.js\",\n          \"type\": \"cjs require\",\n          \"userRequest\": \"buffer-shims\",\n          \"loc\": \"5:17-40\"\n        }\n      ],\n      \"usedExports\": true,\n      \"providedExports\": null,\n      \"optimizationBailout\": [\n        \"ModuleConcatenation bailout: Module is not an ECMAScript module\"\n      ],\n      \"depth\": 9,\n      \"source\": \"'use strict';\\n\\nvar buffer = require('buffer');\\nvar Buffer = buffer.Buffer;\\nvar SlowBuffer = buffer.SlowBuffer;\\nvar MAX_LEN = buffer.kMaxLength || 2147483647;\\nexports.alloc = function alloc(size, fill, encoding) {\\n  if (typeof Buffer.alloc === 'function') {\\n    return Buffer.alloc(size, fill, encoding);\\n  }\\n  if (typeof encoding === 'number') {\\n    throw new TypeError('encoding must not be number');\\n  }\\n  if (typeof size !== 'number') {\\n    throw new TypeError('size must be a number');\\n  }\\n  if (size > MAX_LEN) {\\n    throw new RangeError('size is too large');\\n  }\\n  var enc = encoding;\\n  var _fill = fill;\\n  if (_fill === undefined) {\\n    enc = undefined;\\n    _fill = 0;\\n  }\\n  var buf = new Buffer(size);\\n  if (typeof _fill === 'string') {\\n    var fillBuf = new Buffer(_fill, enc);\\n    var flen = fillBuf.length;\\n    var i = -1;\\n    while (++i < size) {\\n      buf[i] = fillBuf[i % flen];\\n    }\\n  } else {\\n    buf.fill(_fill);\\n  }\\n  return buf;\\n}\\nexports.allocUnsafe = function allocUnsafe(size) {\\n  if (typeof Buffer.allocUnsafe === 'function') {\\n    return Buffer.allocUnsafe(size);\\n  }\\n  if (typeof size !== 'number') {\\n    throw new TypeError('size must be a number');\\n  }\\n  if (size > MAX_LEN) {\\n    throw new RangeError('size is too large');\\n  }\\n  return new Buffer(size);\\n}\\nexports.from = function from(value, encodingOrOffset, length) {\\n  if (typeof Buffer.from === 'function' && (!global.Uint8Array || Uint8Array.from !== Buffer.from)) {\\n    return Buffer.from(value, encodingOrOffset, length);\\n  }\\n  if (typeof value === 'number') {\\n    throw new TypeError('\\\"value\\\" argument must not be a number');\\n  }\\n  if (typeof value === 'string') {\\n    return new Buffer(value, encodingOrOffset);\\n  }\\n  if (typeof ArrayBuffer !== 'undefined' && value instanceof ArrayBuffer) {\\n    var offset = encodingOrOffset;\\n    if (arguments.length === 1) {\\n      return new Buffer(value);\\n    }\\n    if (typeof offset === 'undefined') {\\n      offset = 0;\\n    }\\n    var len = length;\\n    if (typeof len === 'undefined') {\\n      len = value.byteLength - offset;\\n    }\\n    if (offset >= value.byteLength) {\\n      throw new RangeError('\\\\'offset\\\\' is out of bounds');\\n    }\\n    if (len > value.byteLength - offset) {\\n      throw new RangeError('\\\\'length\\\\' is out of bounds');\\n    }\\n    return new Buffer(value.slice(offset, offset + len));\\n  }\\n  if (Buffer.isBuffer(value)) {\\n    var out = new Buffer(value.length);\\n    value.copy(out, 0, 0, value.length);\\n    return out;\\n  }\\n  if (value) {\\n    if (Array.isArray(value) || (typeof ArrayBuffer !== 'undefined' && value.buffer instanceof ArrayBuffer) || 'length' in value) {\\n      return new Buffer(value);\\n    }\\n    if (value.type === 'Buffer' && Array.isArray(value.data)) {\\n      return new Buffer(value.data);\\n    }\\n  }\\n\\n  throw new TypeError('First argument must be a string, Buffer, ' + 'ArrayBuffer, Array, or array-like object.');\\n}\\nexports.allocUnsafeSlow = function allocUnsafeSlow(size) {\\n  if (typeof Buffer.allocUnsafeSlow === 'function') {\\n    return Buffer.allocUnsafeSlow(size);\\n  }\\n  if (typeof size !== 'number') {\\n    throw new TypeError('size must be a number');\\n  }\\n  if (size >= MAX_LEN) {\\n    throw new RangeError('size is too large');\\n  }\\n  return new SlowBuffer(size);\\n}\\n\"\n    },\n    {\n      \"id\": 134,\n      \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/readable-stream/lib/_stream_writable.js\",\n      \"name\": \"./node_modules/readable-stream/lib/_stream_writable.js\",\n      \"index\": 240,\n      \"index2\": 229,\n      \"size\": 15758,\n      \"cacheable\": true,\n      \"built\": true,\n      \"optional\": false,\n      \"prefetched\": false,\n      \"chunks\": [\n        2\n      ],\n      \"issuer\": \"/Users/jarred/Code/styleurl/node_modules/readable-stream/readable-browser.js\",\n      \"issuerId\": 132,\n      \"issuerName\": \"./node_modules/readable-stream/readable-browser.js\",\n      \"issuerPath\": [\n        {\n          \"id\": 191,\n          \"identifier\": \"multi /Users/jarred/Code/styleurl/webpack/customPublicPath /Users/jarred/Code/styleurl/chrome/extension/background\",\n          \"name\": \"multi ./webpack/customPublicPath ./chrome/extension/background\",\n          \"profile\": {\n            \"factory\": 0,\n            \"building\": 0,\n            \"dependencies\": 54\n          }\n        },\n        {\n          \"id\": 192,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/background.js\",\n          \"name\": \"./chrome/extension/background.js\",\n          \"profile\": {\n            \"factory\": 54,\n            \"building\": 639,\n            \"dependencies\": 140\n          }\n        },\n        {\n          \"id\": 255,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/stylesheet-differ/lib/index.js\",\n          \"name\": \"./node_modules/stylesheet-differ/lib/index.js\",\n          \"profile\": {\n            \"factory\": 140,\n            \"building\": 568,\n            \"dependencies\": 1\n          }\n        },\n        {\n          \"id\": 256,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/native-css/index.js\",\n          \"name\": \"./node_modules/native-css/index.js\",\n          \"profile\": {\n            \"factory\": 189,\n            \"building\": 603,\n            \"dependencies\": 1\n          }\n        },\n        {\n          \"id\": 257,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/native-css/src/native-css.js\",\n          \"name\": \"./node_modules/native-css/src/native-css.js\",\n          \"profile\": {\n            \"factory\": 26,\n            \"building\": 63,\n            \"dependencies\": 14\n          }\n        },\n        {\n          \"id\": 293,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/fetch/lib/fetch.js\",\n          \"name\": \"./node_modules/fetch/lib/fetch.js\",\n          \"profile\": {\n            \"factory\": 117,\n            \"building\": 25,\n            \"dependencies\": 27\n          }\n        },\n        {\n          \"id\": 39,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/stream-browserify/index.js\",\n          \"name\": \"./node_modules/stream-browserify/index.js\",\n          \"profile\": {\n            \"factory\": 66,\n            \"building\": 38,\n            \"dependencies\": 20\n          }\n        },\n        {\n          \"id\": 132,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/readable-stream/readable-browser.js\",\n          \"name\": \"./node_modules/readable-stream/readable-browser.js\",\n          \"profile\": {\n            \"factory\": 83,\n            \"building\": 31,\n            \"dependencies\": 33\n          }\n        }\n      ],\n      \"profile\": {\n        \"factory\": 30,\n        \"building\": 90,\n        \"dependencies\": 58\n      },\n      \"failed\": false,\n      \"errors\": 0,\n      \"warnings\": 0,\n      \"assets\": [],\n      \"reasons\": [\n        {\n          \"moduleId\": 33,\n          \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/readable-stream/lib/_stream_duplex.js\",\n          \"module\": \"./node_modules/readable-stream/lib/_stream_duplex.js\",\n          \"moduleName\": \"./node_modules/readable-stream/lib/_stream_duplex.js\",\n          \"type\": \"cjs require\",\n          \"userRequest\": \"./_stream_writable\",\n          \"loc\": \"30:15-44\"\n        },\n        {\n          \"moduleId\": 132,\n          \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/readable-stream/readable-browser.js\",\n          \"module\": \"./node_modules/readable-stream/readable-browser.js\",\n          \"moduleName\": \"./node_modules/readable-stream/readable-browser.js\",\n          \"type\": \"cjs require\",\n          \"userRequest\": \"./lib/_stream_writable.js\",\n          \"loc\": \"4:19-55\"\n        },\n        {\n          \"moduleId\": 269,\n          \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/readable-stream/writable-browser.js\",\n          \"module\": \"./node_modules/readable-stream/writable-browser.js\",\n          \"moduleName\": \"./node_modules/readable-stream/writable-browser.js\",\n          \"type\": \"cjs require\",\n          \"userRequest\": \"./lib/_stream_writable.js\",\n          \"loc\": \"1:17-53\"\n        }\n      ],\n      \"usedExports\": true,\n      \"providedExports\": null,\n      \"optimizationBailout\": [\n        \"ModuleConcatenation bailout: Module is not an ECMAScript module\"\n      ],\n      \"depth\": 8,\n      \"source\": \"// A bit simpler than readable streams.\\n// Implement an async ._write(chunk, encoding, cb), and it'll handle all\\n// the drain event emission and buffering.\\n\\n'use strict';\\n\\nmodule.exports = Writable;\\n\\n/*<replacement>*/\\nvar processNextTick = require('process-nextick-args');\\n/*</replacement>*/\\n\\n/*<replacement>*/\\nvar asyncWrite = !process.browser && ['v0.10', 'v0.9.'].indexOf(process.version.slice(0, 5)) > -1 ? setImmediate : processNextTick;\\n/*</replacement>*/\\n\\n/*<replacement>*/\\nvar Duplex;\\n/*</replacement>*/\\n\\nWritable.WritableState = WritableState;\\n\\n/*<replacement>*/\\nvar util = require('core-util-is');\\nutil.inherits = require('inherits');\\n/*</replacement>*/\\n\\n/*<replacement>*/\\nvar internalUtil = {\\n  deprecate: require('util-deprecate')\\n};\\n/*</replacement>*/\\n\\n/*<replacement>*/\\nvar Stream = require('./internal/streams/stream');\\n/*</replacement>*/\\n\\nvar Buffer = require('buffer').Buffer;\\n/*<replacement>*/\\nvar bufferShim = require('buffer-shims');\\n/*</replacement>*/\\n\\nutil.inherits(Writable, Stream);\\n\\nfunction nop() {}\\n\\nfunction WriteReq(chunk, encoding, cb) {\\n  this.chunk = chunk;\\n  this.encoding = encoding;\\n  this.callback = cb;\\n  this.next = null;\\n}\\n\\nfunction WritableState(options, stream) {\\n  Duplex = Duplex || require('./_stream_duplex');\\n\\n  options = options || {};\\n\\n  // object stream flag to indicate whether or not this stream\\n  // contains buffers or objects.\\n  this.objectMode = !!options.objectMode;\\n\\n  if (stream instanceof Duplex) this.objectMode = this.objectMode || !!options.writableObjectMode;\\n\\n  // the point at which write() starts returning false\\n  // Note: 0 is a valid value, means that we always return false if\\n  // the entire buffer is not flushed immediately on write()\\n  var hwm = options.highWaterMark;\\n  var defaultHwm = this.objectMode ? 16 : 16 * 1024;\\n  this.highWaterMark = hwm || hwm === 0 ? hwm : defaultHwm;\\n\\n  // cast to ints.\\n  this.highWaterMark = ~~this.highWaterMark;\\n\\n  // drain event flag.\\n  this.needDrain = false;\\n  // at the start of calling end()\\n  this.ending = false;\\n  // when end() has been called, and returned\\n  this.ended = false;\\n  // when 'finish' is emitted\\n  this.finished = false;\\n\\n  // should we decode strings into buffers before passing to _write?\\n  // this is here so that some node-core streams can optimize string\\n  // handling at a lower level.\\n  var noDecode = options.decodeStrings === false;\\n  this.decodeStrings = !noDecode;\\n\\n  // Crypto is kind of old and crusty.  Historically, its default string\\n  // encoding is 'binary' so we have to make this configurable.\\n  // Everything else in the universe uses 'utf8', though.\\n  this.defaultEncoding = options.defaultEncoding || 'utf8';\\n\\n  // not an actual buffer we keep track of, but a measurement\\n  // of how much we're waiting to get pushed to some underlying\\n  // socket or file.\\n  this.length = 0;\\n\\n  // a flag to see when we're in the middle of a write.\\n  this.writing = false;\\n\\n  // when true all writes will be buffered until .uncork() call\\n  this.corked = 0;\\n\\n  // a flag to be able to tell if the onwrite cb is called immediately,\\n  // or on a later tick.  We set this to true at first, because any\\n  // actions that shouldn't happen until \\\"later\\\" should generally also\\n  // not happen before the first write call.\\n  this.sync = true;\\n\\n  // a flag to know if we're processing previously buffered items, which\\n  // may call the _write() callback in the same tick, so that we don't\\n  // end up in an overlapped onwrite situation.\\n  this.bufferProcessing = false;\\n\\n  // the callback that's passed to _write(chunk,cb)\\n  this.onwrite = function (er) {\\n    onwrite(stream, er);\\n  };\\n\\n  // the callback that the user supplies to write(chunk,encoding,cb)\\n  this.writecb = null;\\n\\n  // the amount that is being written when _write is called.\\n  this.writelen = 0;\\n\\n  this.bufferedRequest = null;\\n  this.lastBufferedRequest = null;\\n\\n  // number of pending user-supplied write callbacks\\n  // this must be 0 before 'finish' can be emitted\\n  this.pendingcb = 0;\\n\\n  // emit prefinish if the only thing we're waiting for is _write cbs\\n  // This is relevant for synchronous Transform streams\\n  this.prefinished = false;\\n\\n  // True if the error was already emitted and should not be thrown again\\n  this.errorEmitted = false;\\n\\n  // count buffered requests\\n  this.bufferedRequestCount = 0;\\n\\n  // allocate the first CorkedRequest, there is always\\n  // one allocated and free to use, and we maintain at most two\\n  this.corkedRequestsFree = new CorkedRequest(this);\\n}\\n\\nWritableState.prototype.getBuffer = function getBuffer() {\\n  var current = this.bufferedRequest;\\n  var out = [];\\n  while (current) {\\n    out.push(current);\\n    current = current.next;\\n  }\\n  return out;\\n};\\n\\n(function () {\\n  try {\\n    Object.defineProperty(WritableState.prototype, 'buffer', {\\n      get: internalUtil.deprecate(function () {\\n        return this.getBuffer();\\n      }, '_writableState.buffer is deprecated. Use _writableState.getBuffer ' + 'instead.')\\n    });\\n  } catch (_) {}\\n})();\\n\\n// Test _writableState for inheritance to account for Duplex streams,\\n// whose prototype chain only points to Readable.\\nvar realHasInstance;\\nif (typeof Symbol === 'function' && Symbol.hasInstance && typeof Function.prototype[Symbol.hasInstance] === 'function') {\\n  realHasInstance = Function.prototype[Symbol.hasInstance];\\n  Object.defineProperty(Writable, Symbol.hasInstance, {\\n    value: function (object) {\\n      if (realHasInstance.call(this, object)) return true;\\n\\n      return object && object._writableState instanceof WritableState;\\n    }\\n  });\\n} else {\\n  realHasInstance = function (object) {\\n    return object instanceof this;\\n  };\\n}\\n\\nfunction Writable(options) {\\n  Duplex = Duplex || require('./_stream_duplex');\\n\\n  // Writable ctor is applied to Duplexes, too.\\n  // `realHasInstance` is necessary because using plain `instanceof`\\n  // would return false, as no `_writableState` property is attached.\\n\\n  // Trying to use the custom `instanceof` for Writable here will also break the\\n  // Node.js LazyTransform implementation, which has a non-trivial getter for\\n  // `_writableState` that would lead to infinite recursion.\\n  if (!realHasInstance.call(Writable, this) && !(this instanceof Duplex)) {\\n    return new Writable(options);\\n  }\\n\\n  this._writableState = new WritableState(options, this);\\n\\n  // legacy.\\n  this.writable = true;\\n\\n  if (options) {\\n    if (typeof options.write === 'function') this._write = options.write;\\n\\n    if (typeof options.writev === 'function') this._writev = options.writev;\\n  }\\n\\n  Stream.call(this);\\n}\\n\\n// Otherwise people can pipe Writable streams, which is just wrong.\\nWritable.prototype.pipe = function () {\\n  this.emit('error', new Error('Cannot pipe, not readable'));\\n};\\n\\nfunction writeAfterEnd(stream, cb) {\\n  var er = new Error('write after end');\\n  // TODO: defer error events consistently everywhere, not just the cb\\n  stream.emit('error', er);\\n  processNextTick(cb, er);\\n}\\n\\n// Checks that a user-supplied chunk is valid, especially for the particular\\n// mode the stream is in. Currently this means that `null` is never accepted\\n// and undefined/non-string values are only allowed in object mode.\\nfunction validChunk(stream, state, chunk, cb) {\\n  var valid = true;\\n  var er = false;\\n\\n  if (chunk === null) {\\n    er = new TypeError('May not write null values to stream');\\n  } else if (typeof chunk !== 'string' && chunk !== undefined && !state.objectMode) {\\n    er = new TypeError('Invalid non-string/buffer chunk');\\n  }\\n  if (er) {\\n    stream.emit('error', er);\\n    processNextTick(cb, er);\\n    valid = false;\\n  }\\n  return valid;\\n}\\n\\nWritable.prototype.write = function (chunk, encoding, cb) {\\n  var state = this._writableState;\\n  var ret = false;\\n  var isBuf = Buffer.isBuffer(chunk);\\n\\n  if (typeof encoding === 'function') {\\n    cb = encoding;\\n    encoding = null;\\n  }\\n\\n  if (isBuf) encoding = 'buffer';else if (!encoding) encoding = state.defaultEncoding;\\n\\n  if (typeof cb !== 'function') cb = nop;\\n\\n  if (state.ended) writeAfterEnd(this, cb);else if (isBuf || validChunk(this, state, chunk, cb)) {\\n    state.pendingcb++;\\n    ret = writeOrBuffer(this, state, isBuf, chunk, encoding, cb);\\n  }\\n\\n  return ret;\\n};\\n\\nWritable.prototype.cork = function () {\\n  var state = this._writableState;\\n\\n  state.corked++;\\n};\\n\\nWritable.prototype.uncork = function () {\\n  var state = this._writableState;\\n\\n  if (state.corked) {\\n    state.corked--;\\n\\n    if (!state.writing && !state.corked && !state.finished && !state.bufferProcessing && state.bufferedRequest) clearBuffer(this, state);\\n  }\\n};\\n\\nWritable.prototype.setDefaultEncoding = function setDefaultEncoding(encoding) {\\n  // node::ParseEncoding() requires lower case.\\n  if (typeof encoding === 'string') encoding = encoding.toLowerCase();\\n  if (!(['hex', 'utf8', 'utf-8', 'ascii', 'binary', 'base64', 'ucs2', 'ucs-2', 'utf16le', 'utf-16le', 'raw'].indexOf((encoding + '').toLowerCase()) > -1)) throw new TypeError('Unknown encoding: ' + encoding);\\n  this._writableState.defaultEncoding = encoding;\\n  return this;\\n};\\n\\nfunction decodeChunk(state, chunk, encoding) {\\n  if (!state.objectMode && state.decodeStrings !== false && typeof chunk === 'string') {\\n    chunk = bufferShim.from(chunk, encoding);\\n  }\\n  return chunk;\\n}\\n\\n// if we're already writing something, then just put this\\n// in the queue, and wait our turn.  Otherwise, call _write\\n// If we return false, then we need a drain event, so set that flag.\\nfunction writeOrBuffer(stream, state, isBuf, chunk, encoding, cb) {\\n  if (!isBuf) {\\n    chunk = decodeChunk(state, chunk, encoding);\\n    if (Buffer.isBuffer(chunk)) encoding = 'buffer';\\n  }\\n  var len = state.objectMode ? 1 : chunk.length;\\n\\n  state.length += len;\\n\\n  var ret = state.length < state.highWaterMark;\\n  // we must ensure that previous needDrain will not be reset to false.\\n  if (!ret) state.needDrain = true;\\n\\n  if (state.writing || state.corked) {\\n    var last = state.lastBufferedRequest;\\n    state.lastBufferedRequest = new WriteReq(chunk, encoding, cb);\\n    if (last) {\\n      last.next = state.lastBufferedRequest;\\n    } else {\\n      state.bufferedRequest = state.lastBufferedRequest;\\n    }\\n    state.bufferedRequestCount += 1;\\n  } else {\\n    doWrite(stream, state, false, len, chunk, encoding, cb);\\n  }\\n\\n  return ret;\\n}\\n\\nfunction doWrite(stream, state, writev, len, chunk, encoding, cb) {\\n  state.writelen = len;\\n  state.writecb = cb;\\n  state.writing = true;\\n  state.sync = true;\\n  if (writev) stream._writev(chunk, state.onwrite);else stream._write(chunk, encoding, state.onwrite);\\n  state.sync = false;\\n}\\n\\nfunction onwriteError(stream, state, sync, er, cb) {\\n  --state.pendingcb;\\n  if (sync) processNextTick(cb, er);else cb(er);\\n\\n  stream._writableState.errorEmitted = true;\\n  stream.emit('error', er);\\n}\\n\\nfunction onwriteStateUpdate(state) {\\n  state.writing = false;\\n  state.writecb = null;\\n  state.length -= state.writelen;\\n  state.writelen = 0;\\n}\\n\\nfunction onwrite(stream, er) {\\n  var state = stream._writableState;\\n  var sync = state.sync;\\n  var cb = state.writecb;\\n\\n  onwriteStateUpdate(state);\\n\\n  if (er) onwriteError(stream, state, sync, er, cb);else {\\n    // Check if we're actually ready to finish, but don't emit yet\\n    var finished = needFinish(state);\\n\\n    if (!finished && !state.corked && !state.bufferProcessing && state.bufferedRequest) {\\n      clearBuffer(stream, state);\\n    }\\n\\n    if (sync) {\\n      /*<replacement>*/\\n      asyncWrite(afterWrite, stream, state, finished, cb);\\n      /*</replacement>*/\\n    } else {\\n      afterWrite(stream, state, finished, cb);\\n    }\\n  }\\n}\\n\\nfunction afterWrite(stream, state, finished, cb) {\\n  if (!finished) onwriteDrain(stream, state);\\n  state.pendingcb--;\\n  cb();\\n  finishMaybe(stream, state);\\n}\\n\\n// Must force callback to be called on nextTick, so that we don't\\n// emit 'drain' before the write() consumer gets the 'false' return\\n// value, and has a chance to attach a 'drain' listener.\\nfunction onwriteDrain(stream, state) {\\n  if (state.length === 0 && state.needDrain) {\\n    state.needDrain = false;\\n    stream.emit('drain');\\n  }\\n}\\n\\n// if there's something in the buffer waiting, then process it\\nfunction clearBuffer(stream, state) {\\n  state.bufferProcessing = true;\\n  var entry = state.bufferedRequest;\\n\\n  if (stream._writev && entry && entry.next) {\\n    // Fast case, write everything using _writev()\\n    var l = state.bufferedRequestCount;\\n    var buffer = new Array(l);\\n    var holder = state.corkedRequestsFree;\\n    holder.entry = entry;\\n\\n    var count = 0;\\n    while (entry) {\\n      buffer[count] = entry;\\n      entry = entry.next;\\n      count += 1;\\n    }\\n\\n    doWrite(stream, state, true, state.length, buffer, '', holder.finish);\\n\\n    // doWrite is almost always async, defer these to save a bit of time\\n    // as the hot path ends with doWrite\\n    state.pendingcb++;\\n    state.lastBufferedRequest = null;\\n    if (holder.next) {\\n      state.corkedRequestsFree = holder.next;\\n      holder.next = null;\\n    } else {\\n      state.corkedRequestsFree = new CorkedRequest(state);\\n    }\\n  } else {\\n    // Slow case, write chunks one-by-one\\n    while (entry) {\\n      var chunk = entry.chunk;\\n      var encoding = entry.encoding;\\n      var cb = entry.callback;\\n      var len = state.objectMode ? 1 : chunk.length;\\n\\n      doWrite(stream, state, false, len, chunk, encoding, cb);\\n      entry = entry.next;\\n      // if we didn't call the onwrite immediately, then\\n      // it means that we need to wait until it does.\\n      // also, that means that the chunk and cb are currently\\n      // being processed, so move the buffer counter past them.\\n      if (state.writing) {\\n        break;\\n      }\\n    }\\n\\n    if (entry === null) state.lastBufferedRequest = null;\\n  }\\n\\n  state.bufferedRequestCount = 0;\\n  state.bufferedRequest = entry;\\n  state.bufferProcessing = false;\\n}\\n\\nWritable.prototype._write = function (chunk, encoding, cb) {\\n  cb(new Error('_write() is not implemented'));\\n};\\n\\nWritable.prototype._writev = null;\\n\\nWritable.prototype.end = function (chunk, encoding, cb) {\\n  var state = this._writableState;\\n\\n  if (typeof chunk === 'function') {\\n    cb = chunk;\\n    chunk = null;\\n    encoding = null;\\n  } else if (typeof encoding === 'function') {\\n    cb = encoding;\\n    encoding = null;\\n  }\\n\\n  if (chunk !== null && chunk !== undefined) this.write(chunk, encoding);\\n\\n  // .end() fully uncorks\\n  if (state.corked) {\\n    state.corked = 1;\\n    this.uncork();\\n  }\\n\\n  // ignore unnecessary end() calls.\\n  if (!state.ending && !state.finished) endWritable(this, state, cb);\\n};\\n\\nfunction needFinish(state) {\\n  return state.ending && state.length === 0 && state.bufferedRequest === null && !state.finished && !state.writing;\\n}\\n\\nfunction prefinish(stream, state) {\\n  if (!state.prefinished) {\\n    state.prefinished = true;\\n    stream.emit('prefinish');\\n  }\\n}\\n\\nfunction finishMaybe(stream, state) {\\n  var need = needFinish(state);\\n  if (need) {\\n    if (state.pendingcb === 0) {\\n      prefinish(stream, state);\\n      state.finished = true;\\n      stream.emit('finish');\\n    } else {\\n      prefinish(stream, state);\\n    }\\n  }\\n  return need;\\n}\\n\\nfunction endWritable(stream, state, cb) {\\n  state.ending = true;\\n  finishMaybe(stream, state);\\n  if (cb) {\\n    if (state.finished) processNextTick(cb);else stream.once('finish', cb);\\n  }\\n  state.ended = true;\\n  stream.writable = false;\\n}\\n\\n// It seems a linked list but it is not\\n// there will be only 2 of these for each stream\\nfunction CorkedRequest(state) {\\n  var _this = this;\\n\\n  this.next = null;\\n  this.entry = null;\\n  this.finish = function (err) {\\n    var entry = _this.entry;\\n    _this.entry = null;\\n    while (entry) {\\n      var cb = entry.callback;\\n      state.pendingcb--;\\n      cb(err);\\n      entry = entry.next;\\n    }\\n    if (state.corkedRequestsFree) {\\n      state.corkedRequestsFree.next = _this;\\n    } else {\\n      state.corkedRequestsFree = _this;\\n    }\\n  };\\n}\"\n    },\n    {\n      \"id\": 135,\n      \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/webpack/buildin/amd-define.js\",\n      \"name\": \"(webpack)/buildin/amd-define.js\",\n      \"index\": 267,\n      \"index2\": 257,\n      \"size\": 88,\n      \"cacheable\": true,\n      \"built\": true,\n      \"optional\": false,\n      \"prefetched\": false,\n      \"chunks\": [\n        2\n      ],\n      \"issuer\": \"/Users/jarred/Code/styleurl/node_modules/css/node_modules/source-map/lib/source-map/source-map-generator.js\",\n      \"issuerId\": 286,\n      \"issuerName\": \"./node_modules/css/node_modules/source-map/lib/source-map/source-map-generator.js\",\n      \"issuerPath\": [\n        {\n          \"id\": 191,\n          \"identifier\": \"multi /Users/jarred/Code/styleurl/webpack/customPublicPath /Users/jarred/Code/styleurl/chrome/extension/background\",\n          \"name\": \"multi ./webpack/customPublicPath ./chrome/extension/background\",\n          \"profile\": {\n            \"factory\": 0,\n            \"building\": 0,\n            \"dependencies\": 54\n          }\n        },\n        {\n          \"id\": 192,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/background.js\",\n          \"name\": \"./chrome/extension/background.js\",\n          \"profile\": {\n            \"factory\": 54,\n            \"building\": 639,\n            \"dependencies\": 140\n          }\n        },\n        {\n          \"id\": 255,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/stylesheet-differ/lib/index.js\",\n          \"name\": \"./node_modules/stylesheet-differ/lib/index.js\",\n          \"profile\": {\n            \"factory\": 140,\n            \"building\": 568,\n            \"dependencies\": 1\n          }\n        },\n        {\n          \"id\": 256,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/native-css/index.js\",\n          \"name\": \"./node_modules/native-css/index.js\",\n          \"profile\": {\n            \"factory\": 189,\n            \"building\": 603,\n            \"dependencies\": 1\n          }\n        },\n        {\n          \"id\": 257,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/native-css/src/native-css.js\",\n          \"name\": \"./node_modules/native-css/src/native-css.js\",\n          \"profile\": {\n            \"factory\": 26,\n            \"building\": 63,\n            \"dependencies\": 14\n          }\n        },\n        {\n          \"id\": 280,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/css/index.js\",\n          \"name\": \"./node_modules/css/index.js\",\n          \"profile\": {\n            \"factory\": 117,\n            \"building\": 25,\n            \"dependencies\": 27\n          }\n        },\n        {\n          \"id\": 282,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/css/lib/stringify/index.js\",\n          \"name\": \"./node_modules/css/lib/stringify/index.js\",\n          \"profile\": {\n            \"factory\": 71,\n            \"building\": 48\n          }\n        },\n        {\n          \"id\": 285,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/css/lib/stringify/source-map-support.js\",\n          \"name\": \"./node_modules/css/lib/stringify/source-map-support.js\",\n          \"profile\": {\n            \"factory\": 29,\n            \"building\": 30,\n            \"dependencies\": 102\n          }\n        },\n        {\n          \"id\": 156,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/css/node_modules/source-map/lib/source-map.js\",\n          \"name\": \"./node_modules/css/node_modules/source-map/lib/source-map.js\",\n          \"profile\": {\n            \"factory\": 112,\n            \"building\": 33,\n            \"dependencies\": 0\n          }\n        },\n        {\n          \"id\": 286,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/css/node_modules/source-map/lib/source-map/source-map-generator.js\",\n          \"name\": \"./node_modules/css/node_modules/source-map/lib/source-map/source-map-generator.js\",\n          \"profile\": {\n            \"factory\": 77,\n            \"building\": 26,\n            \"dependencies\": 16\n          }\n        }\n      ],\n      \"profile\": {\n        \"factory\": 18,\n        \"building\": 13\n      },\n      \"failed\": false,\n      \"errors\": 0,\n      \"warnings\": 0,\n      \"assets\": [],\n      \"reasons\": [\n        {\n          \"moduleId\": 286,\n          \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/css/node_modules/source-map/lib/source-map/source-map-generator.js\",\n          \"module\": \"./node_modules/css/node_modules/source-map/lib/source-map/source-map-generator.js\",\n          \"moduleName\": \"./node_modules/css/node_modules/source-map/lib/source-map/source-map-generator.js\",\n          \"type\": \"cjs require\",\n          \"userRequest\": \"amdefine\",\n          \"loc\": \"8:17-36\"\n        },\n        {\n          \"moduleId\": 287,\n          \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/css/node_modules/source-map/lib/source-map/source-map-consumer.js\",\n          \"module\": \"./node_modules/css/node_modules/source-map/lib/source-map/source-map-consumer.js\",\n          \"moduleName\": \"./node_modules/css/node_modules/source-map/lib/source-map/source-map-consumer.js\",\n          \"type\": \"cjs require\",\n          \"userRequest\": \"amdefine\",\n          \"loc\": \"8:17-36\"\n        },\n        {\n          \"moduleId\": 288,\n          \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/css/node_modules/source-map/lib/source-map/source-node.js\",\n          \"module\": \"./node_modules/css/node_modules/source-map/lib/source-map/source-node.js\",\n          \"moduleName\": \"./node_modules/css/node_modules/source-map/lib/source-map/source-node.js\",\n          \"type\": \"cjs require\",\n          \"userRequest\": \"amdefine\",\n          \"loc\": \"8:17-36\"\n        }\n      ],\n      \"usedExports\": true,\n      \"providedExports\": null,\n      \"optimizationBailout\": [\n        \"ModuleConcatenation bailout: Module is not an ECMAScript module\"\n      ],\n      \"depth\": 10,\n      \"source\": \"module.exports = function() {\\r\\n\\tthrow new Error(\\\"define cannot be used indirect\\\");\\r\\n};\\r\\n\"\n    },\n    {\n      \"id\": 136,\n      \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/css/node_modules/source-map/lib/source-map sync\",\n      \"name\": \"./node_modules/css/node_modules/source-map/lib/source-map sync\",\n      \"index\": 268,\n      \"index2\": 258,\n      \"size\": 160,\n      \"built\": true,\n      \"optional\": false,\n      \"prefetched\": false,\n      \"chunks\": [\n        2\n      ],\n      \"issuer\": \"/Users/jarred/Code/styleurl/node_modules/css/node_modules/source-map/lib/source-map/source-map-generator.js\",\n      \"issuerId\": 286,\n      \"issuerName\": \"./node_modules/css/node_modules/source-map/lib/source-map/source-map-generator.js\",\n      \"issuerPath\": [\n        {\n          \"id\": 191,\n          \"identifier\": \"multi /Users/jarred/Code/styleurl/webpack/customPublicPath /Users/jarred/Code/styleurl/chrome/extension/background\",\n          \"name\": \"multi ./webpack/customPublicPath ./chrome/extension/background\",\n          \"profile\": {\n            \"factory\": 0,\n            \"building\": 0,\n            \"dependencies\": 54\n          }\n        },\n        {\n          \"id\": 192,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/background.js\",\n          \"name\": \"./chrome/extension/background.js\",\n          \"profile\": {\n            \"factory\": 54,\n            \"building\": 639,\n            \"dependencies\": 140\n          }\n        },\n        {\n          \"id\": 255,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/stylesheet-differ/lib/index.js\",\n          \"name\": \"./node_modules/stylesheet-differ/lib/index.js\",\n          \"profile\": {\n            \"factory\": 140,\n            \"building\": 568,\n            \"dependencies\": 1\n          }\n        },\n        {\n          \"id\": 256,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/native-css/index.js\",\n          \"name\": \"./node_modules/native-css/index.js\",\n          \"profile\": {\n            \"factory\": 189,\n            \"building\": 603,\n            \"dependencies\": 1\n          }\n        },\n        {\n          \"id\": 257,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/native-css/src/native-css.js\",\n          \"name\": \"./node_modules/native-css/src/native-css.js\",\n          \"profile\": {\n            \"factory\": 26,\n            \"building\": 63,\n            \"dependencies\": 14\n          }\n        },\n        {\n          \"id\": 280,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/css/index.js\",\n          \"name\": \"./node_modules/css/index.js\",\n          \"profile\": {\n            \"factory\": 117,\n            \"building\": 25,\n            \"dependencies\": 27\n          }\n        },\n        {\n          \"id\": 282,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/css/lib/stringify/index.js\",\n          \"name\": \"./node_modules/css/lib/stringify/index.js\",\n          \"profile\": {\n            \"factory\": 71,\n            \"building\": 48\n          }\n        },\n        {\n          \"id\": 285,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/css/lib/stringify/source-map-support.js\",\n          \"name\": \"./node_modules/css/lib/stringify/source-map-support.js\",\n          \"profile\": {\n            \"factory\": 29,\n            \"building\": 30,\n            \"dependencies\": 102\n          }\n        },\n        {\n          \"id\": 156,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/css/node_modules/source-map/lib/source-map.js\",\n          \"name\": \"./node_modules/css/node_modules/source-map/lib/source-map.js\",\n          \"profile\": {\n            \"factory\": 112,\n            \"building\": 33,\n            \"dependencies\": 0\n          }\n        },\n        {\n          \"id\": 286,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/css/node_modules/source-map/lib/source-map/source-map-generator.js\",\n          \"name\": \"./node_modules/css/node_modules/source-map/lib/source-map/source-map-generator.js\",\n          \"profile\": {\n            \"factory\": 77,\n            \"building\": 26,\n            \"dependencies\": 16\n          }\n        }\n      ],\n      \"profile\": {\n        \"factory\": 18,\n        \"building\": 13\n      },\n      \"failed\": false,\n      \"errors\": 0,\n      \"warnings\": 0,\n      \"assets\": [],\n      \"reasons\": [\n        {\n          \"moduleId\": 286,\n          \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/css/node_modules/source-map/lib/source-map/source-map-generator.js\",\n          \"module\": \"./node_modules/css/node_modules/source-map/lib/source-map/source-map-generator.js\",\n          \"moduleName\": \"./node_modules/css/node_modules/source-map/lib/source-map/source-map-generator.js\",\n          \"type\": \"cjs require context\",\n          \"userRequest\": \".\",\n          \"loc\": \"8:45-52\"\n        },\n        {\n          \"moduleId\": 287,\n          \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/css/node_modules/source-map/lib/source-map/source-map-consumer.js\",\n          \"module\": \"./node_modules/css/node_modules/source-map/lib/source-map/source-map-consumer.js\",\n          \"moduleName\": \"./node_modules/css/node_modules/source-map/lib/source-map/source-map-consumer.js\",\n          \"type\": \"cjs require context\",\n          \"userRequest\": \".\",\n          \"loc\": \"8:45-52\"\n        },\n        {\n          \"moduleId\": 288,\n          \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/css/node_modules/source-map/lib/source-map/source-node.js\",\n          \"module\": \"./node_modules/css/node_modules/source-map/lib/source-map/source-node.js\",\n          \"moduleName\": \"./node_modules/css/node_modules/source-map/lib/source-map/source-node.js\",\n          \"type\": \"cjs require context\",\n          \"userRequest\": \".\",\n          \"loc\": \"8:45-52\"\n        }\n      ],\n      \"usedExports\": true,\n      \"providedExports\": null,\n      \"optimizationBailout\": [\n        \"ModuleConcatenation bailout: Module is not an ECMAScript module\"\n      ],\n      \"depth\": 10\n    },\n    {\n      \"id\": 137,\n      \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/iconv-lite/encodings/tables/cp936.json\",\n      \"name\": \"./node_modules/iconv-lite/encodings/tables/cp936.json\",\n      \"index\": 323,\n      \"index2\": 313,\n      \"size\": 20799,\n      \"cacheable\": true,\n      \"built\": true,\n      \"optional\": false,\n      \"prefetched\": false,\n      \"chunks\": [\n        2\n      ],\n      \"issuer\": \"/Users/jarred/Code/styleurl/node_modules/iconv-lite/encodings/dbcs-data.js\",\n      \"issuerId\": 324,\n      \"issuerName\": \"./node_modules/iconv-lite/encodings/dbcs-data.js\",\n      \"issuerPath\": [\n        {\n          \"id\": 191,\n          \"identifier\": \"multi /Users/jarred/Code/styleurl/webpack/customPublicPath /Users/jarred/Code/styleurl/chrome/extension/background\",\n          \"name\": \"multi ./webpack/customPublicPath ./chrome/extension/background\",\n          \"profile\": {\n            \"factory\": 0,\n            \"building\": 0,\n            \"dependencies\": 54\n          }\n        },\n        {\n          \"id\": 192,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/background.js\",\n          \"name\": \"./chrome/extension/background.js\",\n          \"profile\": {\n            \"factory\": 54,\n            \"building\": 639,\n            \"dependencies\": 140\n          }\n        },\n        {\n          \"id\": 255,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/stylesheet-differ/lib/index.js\",\n          \"name\": \"./node_modules/stylesheet-differ/lib/index.js\",\n          \"profile\": {\n            \"factory\": 140,\n            \"building\": 568,\n            \"dependencies\": 1\n          }\n        },\n        {\n          \"id\": 256,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/native-css/index.js\",\n          \"name\": \"./node_modules/native-css/index.js\",\n          \"profile\": {\n            \"factory\": 189,\n            \"building\": 603,\n            \"dependencies\": 1\n          }\n        },\n        {\n          \"id\": 257,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/native-css/src/native-css.js\",\n          \"name\": \"./node_modules/native-css/src/native-css.js\",\n          \"profile\": {\n            \"factory\": 26,\n            \"building\": 63,\n            \"dependencies\": 14\n          }\n        },\n        {\n          \"id\": 293,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/fetch/lib/fetch.js\",\n          \"name\": \"./node_modules/fetch/lib/fetch.js\",\n          \"profile\": {\n            \"factory\": 117,\n            \"building\": 25,\n            \"dependencies\": 27\n          }\n        },\n        {\n          \"id\": 313,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/encoding/lib/encoding.js\",\n          \"name\": \"./node_modules/encoding/lib/encoding.js\",\n          \"profile\": {\n            \"factory\": 66,\n            \"building\": 38,\n            \"dependencies\": 20\n          }\n        },\n        {\n          \"id\": 314,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/iconv-lite/lib/index.js\",\n          \"name\": \"./node_modules/iconv-lite/lib/index.js\",\n          \"profile\": {\n            \"factory\": 123,\n            \"building\": 23,\n            \"dependencies\": 1\n          }\n        },\n        {\n          \"id\": 316,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/iconv-lite/encodings/index.js\",\n          \"name\": \"./node_modules/iconv-lite/encodings/index.js\",\n          \"profile\": {\n            \"factory\": 62,\n            \"building\": 61,\n            \"dependencies\": 1\n          }\n        },\n        {\n          \"id\": 324,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/iconv-lite/encodings/dbcs-data.js\",\n          \"name\": \"./node_modules/iconv-lite/encodings/dbcs-data.js\",\n          \"profile\": {\n            \"factory\": 26,\n            \"building\": 20,\n            \"dependencies\": 1\n          }\n        }\n      ],\n      \"profile\": {\n        \"factory\": 9,\n        \"building\": 6\n      },\n      \"failed\": false,\n      \"errors\": 0,\n      \"warnings\": 0,\n      \"assets\": [],\n      \"reasons\": [\n        {\n          \"moduleId\": 324,\n          \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/iconv-lite/encodings/dbcs-data.js\",\n          \"module\": \"./node_modules/iconv-lite/encodings/dbcs-data.js\",\n          \"moduleName\": \"./node_modules/iconv-lite/encodings/dbcs-data.js\",\n          \"type\": \"cjs require\",\n          \"userRequest\": \"./tables/cp936.json\",\n          \"loc\": \"85:35-65\"\n        },\n        {\n          \"moduleId\": 324,\n          \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/iconv-lite/encodings/dbcs-data.js\",\n          \"module\": \"./node_modules/iconv-lite/encodings/dbcs-data.js\",\n          \"moduleName\": \"./node_modules/iconv-lite/encodings/dbcs-data.js\",\n          \"type\": \"cjs require\",\n          \"userRequest\": \"./tables/cp936.json\",\n          \"loc\": \"91:35-65\"\n        },\n        {\n          \"moduleId\": 324,\n          \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/iconv-lite/encodings/dbcs-data.js\",\n          \"module\": \"./node_modules/iconv-lite/encodings/dbcs-data.js\",\n          \"moduleName\": \"./node_modules/iconv-lite/encodings/dbcs-data.js\",\n          \"type\": \"cjs require\",\n          \"userRequest\": \"./tables/cp936.json\",\n          \"loc\": \"98:35-65\"\n        }\n      ],\n      \"usedExports\": true,\n      \"providedExports\": [\n        \"0\",\n        \"1\",\n        \"2\",\n        \"3\",\n        \"4\",\n        \"5\",\n        \"6\",\n        \"7\",\n        \"8\",\n        \"9\",\n        \"10\",\n        \"11\",\n        \"12\",\n        \"13\",\n        \"14\",\n        \"15\",\n        \"16\",\n        \"17\",\n        \"18\",\n        \"19\",\n        \"20\",\n        \"21\",\n        \"22\",\n        \"23\",\n        \"24\",\n        \"25\",\n        \"26\",\n        \"27\",\n        \"28\",\n        \"29\",\n        \"30\",\n        \"31\",\n        \"32\",\n        \"33\",\n        \"34\",\n        \"35\",\n        \"36\",\n        \"37\",\n        \"38\",\n        \"39\",\n        \"40\",\n        \"41\",\n        \"42\",\n        \"43\",\n        \"44\",\n        \"45\",\n        \"46\",\n        \"47\",\n        \"48\",\n        \"49\",\n        \"50\",\n        \"51\",\n        \"52\",\n        \"53\",\n        \"54\",\n        \"55\",\n        \"56\",\n        \"57\",\n        \"58\",\n        \"59\",\n        \"60\",\n        \"61\",\n        \"62\",\n        \"63\",\n        \"64\",\n        \"65\",\n        \"66\",\n        \"67\",\n        \"68\",\n        \"69\",\n        \"70\",\n        \"71\",\n        \"72\",\n        \"73\",\n        \"74\",\n        \"75\",\n        \"76\",\n        \"77\",\n        \"78\",\n        \"79\",\n        \"80\",\n        \"81\",\n        \"82\",\n        \"83\",\n        \"84\",\n        \"85\",\n        \"86\",\n        \"87\",\n        \"88\",\n        \"89\",\n        \"90\",\n        \"91\",\n        \"92\",\n        \"93\",\n        \"94\",\n        \"95\",\n        \"96\",\n        \"97\",\n        \"98\",\n        \"99\",\n        \"100\",\n        \"101\",\n        \"102\",\n        \"103\",\n        \"104\",\n        \"105\",\n        \"106\",\n        \"107\",\n        \"108\",\n        \"109\",\n        \"110\",\n        \"111\",\n        \"112\",\n        \"113\",\n        \"114\",\n        \"115\",\n        \"116\",\n        \"117\",\n        \"118\",\n        \"119\",\n        \"120\",\n        \"121\",\n        \"122\",\n        \"123\",\n        \"124\",\n        \"125\",\n        \"126\",\n        \"127\",\n        \"128\",\n        \"129\",\n        \"130\",\n        \"131\",\n        \"132\",\n        \"133\",\n        \"134\",\n        \"135\",\n        \"136\",\n        \"137\",\n        \"138\",\n        \"139\",\n        \"140\",\n        \"141\",\n        \"142\",\n        \"143\",\n        \"144\",\n        \"145\",\n        \"146\",\n        \"147\",\n        \"148\",\n        \"149\",\n        \"150\",\n        \"151\",\n        \"152\",\n        \"153\",\n        \"154\",\n        \"155\",\n        \"156\",\n        \"157\",\n        \"158\",\n        \"159\",\n        \"160\",\n        \"161\",\n        \"162\",\n        \"163\",\n        \"164\",\n        \"165\",\n        \"166\",\n        \"167\",\n        \"168\",\n        \"169\",\n        \"170\",\n        \"171\",\n        \"172\",\n        \"173\",\n        \"174\",\n        \"175\",\n        \"176\",\n        \"177\",\n        \"178\",\n        \"179\",\n        \"180\",\n        \"181\",\n        \"182\",\n        \"183\",\n        \"184\",\n        \"185\",\n        \"186\",\n        \"187\",\n        \"188\",\n        \"189\",\n        \"190\",\n        \"191\",\n        \"192\",\n        \"193\",\n        \"194\",\n        \"195\",\n        \"196\",\n        \"197\",\n        \"198\",\n        \"199\",\n        \"200\",\n        \"201\",\n        \"202\",\n        \"203\",\n        \"204\",\n        \"205\",\n        \"206\",\n        \"207\",\n        \"208\",\n        \"209\",\n        \"210\",\n        \"211\",\n        \"212\",\n        \"213\",\n        \"214\",\n        \"215\",\n        \"216\",\n        \"217\",\n        \"218\",\n        \"219\",\n        \"220\",\n        \"221\",\n        \"222\",\n        \"223\",\n        \"224\",\n        \"225\",\n        \"226\",\n        \"227\",\n        \"228\",\n        \"229\",\n        \"230\",\n        \"231\",\n        \"232\",\n        \"233\",\n        \"234\",\n        \"235\",\n        \"236\",\n        \"237\",\n        \"238\",\n        \"239\",\n        \"240\",\n        \"241\",\n        \"242\",\n        \"243\",\n        \"244\",\n        \"245\",\n        \"246\",\n        \"247\",\n        \"248\",\n        \"249\",\n        \"250\",\n        \"251\",\n        \"252\",\n        \"253\",\n        \"254\",\n        \"255\",\n        \"256\",\n        \"257\",\n        \"258\",\n        \"259\",\n        \"260\",\n        \"261\",\n        \"default\"\n      ],\n      \"optimizationBailout\": [\n        \"ModuleConcatenation bailout: Module is not an ECMAScript module\"\n      ],\n      \"depth\": 10,\n      \"source\": \"[\\n[\\\"0\\\",\\\"\\\\u0000\\\",127,\\\"€\\\"],\\n[\\\"8140\\\",\\\"丂丄丅丆丏丒丗丟丠両丣並丩丮丯丱丳丵丷丼乀乁乂乄乆乊乑乕乗乚乛乢乣乤乥乧乨乪\\\",5,\\\"乲乴\\\",9,\\\"乿\\\",6,\\\"亇亊\\\"],\\n[\\\"8180\\\",\\\"亐亖亗亙亜亝亞亣亪亯亰亱亴亶亷亸亹亼亽亾仈仌仏仐仒仚仛仜仠仢仦仧仩仭仮仯仱仴仸仹仺仼仾伀伂\\\",6,\\\"伋伌伒\\\",4,\\\"伜伝伡伣伨伩伬伭伮伱伳伵伷伹伻伾\\\",4,\\\"佄佅佇\\\",5,\\\"佒佔佖佡佢佦佨佪佫佭佮佱佲併佷佸佹佺佽侀侁侂侅來侇侊侌侎侐侒侓侕侖侘侙侚侜侞侟価侢\\\"],\\n[\\\"8240\\\",\\\"侤侫侭侰\\\",4,\\\"侶\\\",8,\\\"俀俁係俆俇俈俉俋俌俍俒\\\",4,\\\"俙俛俠俢俤俥俧俫俬俰俲俴俵俶俷俹俻俼俽俿\\\",11],\\n[\\\"8280\\\",\\\"個倎倐們倓倕倖倗倛倝倞倠倢倣値倧倫倯\\\",10,\\\"倻倽倿偀偁偂偄偅偆偉偊偋偍偐\\\",4,\\\"偖偗偘偙偛偝\\\",7,\\\"偦\\\",5,\\\"偭\\\",8,\\\"偸偹偺偼偽傁傂傃傄傆傇傉傊傋傌傎\\\",20,\\\"傤傦傪傫傭\\\",4,\\\"傳\\\",6,\\\"傼\\\"],\\n[\\\"8340\\\",\\\"傽\\\",17,\\\"僐\\\",5,\\\"僗僘僙僛\\\",10,\\\"僨僩僪僫僯僰僱僲僴僶\\\",4,\\\"僼\\\",9,\\\"儈\\\"],\\n[\\\"8380\\\",\\\"儉儊儌\\\",5,\\\"儓\\\",13,\\\"儢\\\",28,\\\"兂兇兊兌兎兏児兒兓兗兘兙兛兝\\\",4,\\\"兣兤兦內兩兪兯兲兺兾兿冃冄円冇冊冋冎冏冐冑冓冔冘冚冝冞冟冡冣冦\\\",4,\\\"冭冮冴冸冹冺冾冿凁凂凃凅凈凊凍凎凐凒\\\",5],\\n[\\\"8440\\\",\\\"凘凙凚凜凞凟凢凣凥\\\",5,\\\"凬凮凱凲凴凷凾刄刅刉刋刌刏刐刓刔刕刜刞刟刡刢刣別刦刧刪刬刯刱刲刴刵刼刾剄\\\",5,\\\"剋剎剏剒剓剕剗剘\\\"],\\n[\\\"8480\\\",\\\"剙剚剛剝剟剠剢剣剤剦剨剫剬剭剮剰剱剳\\\",9,\\\"剾劀劃\\\",4,\\\"劉\\\",6,\\\"劑劒劔\\\",6,\\\"劜劤劥劦劧劮劯劰労\\\",9,\\\"勀勁勂勄勅勆勈勊勌勍勎勏勑勓勔動勗務\\\",5,\\\"勠勡勢勣勥\\\",10,\\\"勱\\\",7,\\\"勻勼勽匁匂匃匄匇匉匊匋匌匎\\\"],\\n[\\\"8540\\\",\\\"匑匒匓匔匘匛匜匞匟匢匤匥匧匨匩匫匬匭匯\\\",9,\\\"匼匽區卂卄卆卋卌卍卐協単卙卛卝卥卨卪卬卭卲卶卹卻卼卽卾厀厁厃厇厈厊厎厏\\\"],\\n[\\\"8580\\\",\\\"厐\\\",4,\\\"厖厗厙厛厜厞厠厡厤厧厪厫厬厭厯\\\",6,\\\"厷厸厹厺厼厽厾叀參\\\",4,\\\"収叏叐叒叓叕叚叜叝叞叡叢叧叴叺叾叿吀吂吅吇吋吔吘吙吚吜吢吤吥吪吰吳吶吷吺吽吿呁呂呄呅呇呉呌呍呎呏呑呚呝\\\",4,\\\"呣呥呧呩\\\",7,\\\"呴呹呺呾呿咁咃咅咇咈咉咊咍咑咓咗咘咜咞咟咠咡\\\"],\\n[\\\"8640\\\",\\\"咢咥咮咰咲咵咶咷咹咺咼咾哃哅哊哋哖哘哛哠\\\",4,\\\"哫哬哯哰哱哴\\\",5,\\\"哻哾唀唂唃唄唅唈唊\\\",4,\\\"唒唓唕\\\",5,\\\"唜唝唞唟唡唥唦\\\"],\\n[\\\"8680\\\",\\\"唨唩唫唭唲唴唵唶唸唹唺唻唽啀啂啅啇啈啋\\\",4,\\\"啑啒啓啔啗\\\",4,\\\"啝啞啟啠啢啣啨啩啫啯\\\",5,\\\"啹啺啽啿喅喆喌喍喎喐喒喓喕喖喗喚喛喞喠\\\",6,\\\"喨\\\",8,\\\"喲喴営喸喺喼喿\\\",4,\\\"嗆嗇嗈嗊嗋嗎嗏嗐嗕嗗\\\",4,\\\"嗞嗠嗢嗧嗩嗭嗮嗰嗱嗴嗶嗸\\\",4,\\\"嗿嘂嘃嘄嘅\\\"],\\n[\\\"8740\\\",\\\"嘆嘇嘊嘋嘍嘐\\\",7,\\\"嘙嘚嘜嘝嘠嘡嘢嘥嘦嘨嘩嘪嘫嘮嘯嘰嘳嘵嘷嘸嘺嘼嘽嘾噀\\\",11,\\\"噏\\\",4,\\\"噕噖噚噛噝\\\",4],\\n[\\\"8780\\\",\\\"噣噥噦噧噭噮噯噰噲噳噴噵噷噸噹噺噽\\\",7,\\\"嚇\\\",6,\\\"嚐嚑嚒嚔\\\",14,\\\"嚤\\\",10,\\\"嚰\\\",6,\\\"嚸嚹嚺嚻嚽\\\",12,\\\"囋\\\",8,\\\"囕囖囘囙囜団囥\\\",5,\\\"囬囮囯囲図囶囷囸囻囼圀圁圂圅圇國\\\",6],\\n[\\\"8840\\\",\\\"園\\\",9,\\\"圝圞圠圡圢圤圥圦圧圫圱圲圴\\\",4,\\\"圼圽圿坁坃坄坅坆坈坉坋坒\\\",4,\\\"坘坙坢坣坥坧坬坮坰坱坲坴坵坸坹坺坽坾坿垀\\\"],\\n[\\\"8880\\\",\\\"垁垇垈垉垊垍\\\",4,\\\"垔\\\",6,\\\"垜垝垞垟垥垨垪垬垯垰垱垳垵垶垷垹\\\",8,\\\"埄\\\",6,\\\"埌埍埐埑埓埖埗埛埜埞埡埢埣埥\\\",7,\\\"埮埰埱埲埳埵埶執埻埼埾埿堁堃堄堅堈堉堊堌堎堏堐堒堓堔堖堗堘堚堛堜堝堟堢堣堥\\\",4,\\\"堫\\\",4,\\\"報堲堳場堶\\\",7],\\n[\\\"8940\\\",\\\"堾\\\",5,\\\"塅\\\",6,\\\"塎塏塐塒塓塕塖塗塙\\\",4,\\\"塟\\\",5,\\\"塦\\\",4,\\\"塭\\\",16,\\\"塿墂墄墆墇墈墊墋墌\\\"],\\n[\\\"8980\\\",\\\"墍\\\",4,\\\"墔\\\",4,\\\"墛墜墝墠\\\",7,\\\"墪\\\",17,\\\"墽墾墿壀壂壃壄壆\\\",10,\\\"壒壓壔壖\\\",13,\\\"壥\\\",5,\\\"壭壯壱売壴壵壷壸壺\\\",7,\\\"夃夅夆夈\\\",4,\\\"夎夐夑夒夓夗夘夛夝夞夠夡夢夣夦夨夬夰夲夳夵夶夻\\\"],\\n[\\\"8a40\\\",\\\"夽夾夿奀奃奅奆奊奌奍奐奒奓奙奛\\\",4,\\\"奡奣奤奦\\\",12,\\\"奵奷奺奻奼奾奿妀妅妉妋妌妎妏妐妑妔妕妘妚妛妜妝妟妠妡妢妦\\\"],\\n[\\\"8a80\\\",\\\"妧妬妭妰妱妳\\\",5,\\\"妺妼妽妿\\\",6,\\\"姇姈姉姌姍姎姏姕姖姙姛姞\\\",4,\\\"姤姦姧姩姪姫姭\\\",11,\\\"姺姼姽姾娀娂娊娋娍娎娏娐娒娔娕娖娗娙娚娛娝娞娡娢娤娦娧娨娪\\\",6,\\\"娳娵娷\\\",4,\\\"娽娾娿婁\\\",4,\\\"婇婈婋\\\",9,\\\"婖婗婘婙婛\\\",5],\\n[\\\"8b40\\\",\\\"婡婣婤婥婦婨婩婫\\\",8,\\\"婸婹婻婼婽婾媀\\\",17,\\\"媓\\\",6,\\\"媜\\\",13,\\\"媫媬\\\"],\\n[\\\"8b80\\\",\\\"媭\\\",4,\\\"媴媶媷媹\\\",4,\\\"媿嫀嫃\\\",5,\\\"嫊嫋嫍\\\",4,\\\"嫓嫕嫗嫙嫚嫛嫝嫞嫟嫢嫤嫥嫧嫨嫪嫬\\\",4,\\\"嫲\\\",22,\\\"嬊\\\",11,\\\"嬘\\\",25,\\\"嬳嬵嬶嬸\\\",7,\\\"孁\\\",6],\\n[\\\"8c40\\\",\\\"孈\\\",7,\\\"孒孖孞孠孡孧孨孫孭孮孯孲孴孶孷學孹孻孼孾孿宂宆宊宍宎宐宑宒宔宖実宧宨宩宬宭宮宯宱宲宷宺宻宼寀寁寃寈寉寊寋寍寎寏\\\"],\\n[\\\"8c80\\\",\\\"寑寔\\\",8,\\\"寠寢寣實寧審\\\",4,\\\"寯寱\\\",6,\\\"寽対尀専尃尅將專尋尌對導尐尒尓尗尙尛尞尟尠尡尣尦尨尩尪尫尭尮尯尰尲尳尵尶尷屃屄屆屇屌屍屒屓屔屖屗屘屚屛屜屝屟屢層屧\\\",6,\\\"屰屲\\\",6,\\\"屻屼屽屾岀岃\\\",4,\\\"岉岊岋岎岏岒岓岕岝\\\",4,\\\"岤\\\",4],\\n[\\\"8d40\\\",\\\"岪岮岯岰岲岴岶岹岺岻岼岾峀峂峃峅\\\",5,\\\"峌\\\",5,\\\"峓\\\",5,\\\"峚\\\",6,\\\"峢峣峧峩峫峬峮峯峱\\\",9,\\\"峼\\\",4],\\n[\\\"8d80\\\",\\\"崁崄崅崈\\\",5,\\\"崏\\\",4,\\\"崕崗崘崙崚崜崝崟\\\",4,\\\"崥崨崪崫崬崯\\\",4,\\\"崵\\\",7,\\\"崿\\\",7,\\\"嵈嵉嵍\\\",10,\\\"嵙嵚嵜嵞\\\",10,\\\"嵪嵭嵮嵰嵱嵲嵳嵵\\\",12,\\\"嶃\\\",21,\\\"嶚嶛嶜嶞嶟嶠\\\"],\\n[\\\"8e40\\\",\\\"嶡\\\",21,\\\"嶸\\\",12,\\\"巆\\\",6,\\\"巎\\\",12,\\\"巜巟巠巣巤巪巬巭\\\"],\\n[\\\"8e80\\\",\\\"巰巵巶巸\\\",4,\\\"巿帀帄帇帉帊帋帍帎帒帓帗帞\\\",7,\\\"帨\\\",4,\\\"帯帰帲\\\",4,\\\"帹帺帾帿幀幁幃幆\\\",5,\\\"幍\\\",6,\\\"幖\\\",4,\\\"幜幝幟幠幣\\\",14,\\\"幵幷幹幾庁庂広庅庈庉庌庍庎庒庘庛庝庡庢庣庤庨\\\",4,\\\"庮\\\",4,\\\"庴庺庻庼庽庿\\\",6],\\n[\\\"8f40\\\",\\\"廆廇廈廋\\\",5,\\\"廔廕廗廘廙廚廜\\\",11,\\\"廩廫\\\",8,\\\"廵廸廹廻廼廽弅弆弇弉弌弍弎弐弒弔弖弙弚弜弝弞弡弢弣弤\\\"],\\n[\\\"8f80\\\",\\\"弨弫弬弮弰弲\\\",6,\\\"弻弽弾弿彁\\\",14,\\\"彑彔彙彚彛彜彞彟彠彣彥彧彨彫彮彯彲彴彵彶彸彺彽彾彿徃徆徍徎徏徑従徔徖徚徛徝從徟徠徢\\\",5,\\\"復徫徬徯\\\",5,\\\"徶徸徹徺徻徾\\\",4,\\\"忇忈忊忋忎忓忔忕忚忛応忞忟忢忣忥忦忨忩忬忯忰忲忳忴忶忷忹忺忼怇\\\"],\\n[\\\"9040\\\",\\\"怈怉怋怌怐怑怓怗怘怚怞怟怢怣怤怬怭怮怰\\\",4,\\\"怶\\\",4,\\\"怽怾恀恄\\\",6,\\\"恌恎恏恑恓恔恖恗恘恛恜恞恟恠恡恥恦恮恱恲恴恵恷恾悀\\\"],\\n[\\\"9080\\\",\\\"悁悂悅悆悇悈悊悋悎悏悐悑悓悕悗悘悙悜悞悡悢悤悥悧悩悪悮悰悳悵悶悷悹悺悽\\\",7,\\\"惇惈惉惌\\\",4,\\\"惒惓惔惖惗惙惛惞惡\\\",4,\\\"惪惱惲惵惷惸惻\\\",4,\\\"愂愃愄愅愇愊愋愌愐\\\",4,\\\"愖愗愘愙愛愜愝愞愡愢愥愨愩愪愬\\\",18,\\\"慀\\\",6],\\n[\\\"9140\\\",\\\"慇慉態慍慏慐慒慓慔慖\\\",6,\\\"慞慟慠慡慣慤慥慦慩\\\",6,\\\"慱慲慳慴慶慸\\\",18,\\\"憌憍憏\\\",4,\\\"憕\\\"],\\n[\\\"9180\\\",\\\"憖\\\",6,\\\"憞\\\",8,\\\"憪憫憭\\\",9,\\\"憸\\\",5,\\\"憿懀懁懃\\\",4,\\\"應懌\\\",4,\\\"懓懕\\\",16,\\\"懧\\\",13,\\\"懶\\\",8,\\\"戀\\\",5,\\\"戇戉戓戔戙戜戝戞戠戣戦戧戨戩戫戭戯戰戱戲戵戶戸\\\",4,\\\"扂扄扅扆扊\\\"],\\n[\\\"9240\\\",\\\"扏扐払扖扗扙扚扜\\\",6,\\\"扤扥扨扱扲扴扵扷扸扺扻扽抁抂抃抅抆抇抈抋\\\",5,\\\"抔抙抜抝択抣抦抧抩抪抭抮抯抰抲抳抴抶抷抸抺抾拀拁\\\"],\\n[\\\"9280\\\",\\\"拃拋拏拑拕拝拞拠拡拤拪拫拰拲拵拸拹拺拻挀挃挄挅挆挊挋挌挍挏挐挒挓挔挕挗挘挙挜挦挧挩挬挭挮挰挱挳\\\",5,\\\"挻挼挾挿捀捁捄捇捈捊捑捒捓捔捖\\\",7,\\\"捠捤捥捦捨捪捫捬捯捰捲捳捴捵捸捹捼捽捾捿掁掃掄掅掆掋掍掑掓掔掕掗掙\\\",6,\\\"採掤掦掫掯掱掲掵掶掹掻掽掿揀\\\"],\\n[\\\"9340\\\",\\\"揁揂揃揅揇揈揊揋揌揑揓揔揕揗\\\",6,\\\"揟揢揤\\\",4,\\\"揫揬揮揯揰揱揳揵揷揹揺揻揼揾搃搄搆\\\",4,\\\"損搎搑搒搕\\\",5,\\\"搝搟搢搣搤\\\"],\\n[\\\"9380\\\",\\\"搥搧搨搩搫搮\\\",5,\\\"搵\\\",4,\\\"搻搼搾摀摂摃摉摋\\\",6,\\\"摓摕摖摗摙\\\",4,\\\"摟\\\",7,\\\"摨摪摫摬摮\\\",9,\\\"摻\\\",6,\\\"撃撆撈\\\",8,\\\"撓撔撗撘撚撛撜撝撟\\\",4,\\\"撥撦撧撨撪撫撯撱撲撳撴撶撹撻撽撾撿擁擃擄擆\\\",6,\\\"擏擑擓擔擕擖擙據\\\"],\\n[\\\"9440\\\",\\\"擛擜擝擟擠擡擣擥擧\\\",24,\\\"攁\\\",7,\\\"攊\\\",7,\\\"攓\\\",4,\\\"攙\\\",8],\\n[\\\"9480\\\",\\\"攢攣攤攦\\\",4,\\\"攬攭攰攱攲攳攷攺攼攽敀\\\",4,\\\"敆敇敊敋敍敎敐敒敓敔敗敘敚敜敟敠敡敤敥敧敨敩敪敭敮敯敱敳敵敶數\\\",14,\\\"斈斉斊斍斎斏斒斔斕斖斘斚斝斞斠斢斣斦斨斪斬斮斱\\\",7,\\\"斺斻斾斿旀旂旇旈旉旊旍旐旑旓旔旕旘\\\",7,\\\"旡旣旤旪旫\\\"],\\n[\\\"9540\\\",\\\"旲旳旴旵旸旹旻\\\",4,\\\"昁昄昅昇昈昉昋昍昐昑昒昖昗昘昚昛昜昞昡昢昣昤昦昩昪昫昬昮昰昲昳昷\\\",4,\\\"昽昿晀時晄\\\",6,\\\"晍晎晐晑晘\\\"],\\n[\\\"9580\\\",\\\"晙晛晜晝晞晠晢晣晥晧晩\\\",4,\\\"晱晲晳晵晸晹晻晼晽晿暀暁暃暅暆暈暉暊暋暍暎暏暐暒暓暔暕暘\\\",4,\\\"暞\\\",8,\\\"暩\\\",4,\\\"暯\\\",4,\\\"暵暶暷暸暺暻暼暽暿\\\",25,\\\"曚曞\\\",7,\\\"曧曨曪\\\",5,\\\"曱曵曶書曺曻曽朁朂會\\\"],\\n[\\\"9640\\\",\\\"朄朅朆朇朌朎朏朑朒朓朖朘朙朚朜朞朠\\\",5,\\\"朧朩朮朰朲朳朶朷朸朹朻朼朾朿杁杄杅杇杊杋杍杒杔杕杗\\\",4,\\\"杝杢杣杤杦杧杫杬杮東杴杶\\\"],\\n[\\\"9680\\\",\\\"杸杹杺杻杽枀枂枃枅枆枈枊枌枍枎枏枑枒枓枔枖枙枛枟枠枡枤枦枩枬枮枱枲枴枹\\\",7,\\\"柂柅\\\",9,\\\"柕柖柗柛柟柡柣柤柦柧柨柪柫柭柮柲柵\\\",7,\\\"柾栁栂栃栄栆栍栐栒栔栕栘\\\",4,\\\"栞栟栠栢\\\",6,\\\"栫\\\",6,\\\"栴栵栶栺栻栿桇桋桍桏桒桖\\\",5],\\n[\\\"9740\\\",\\\"桜桝桞桟桪桬\\\",7,\\\"桵桸\\\",8,\\\"梂梄梇\\\",7,\\\"梐梑梒梔梕梖梘\\\",9,\\\"梣梤梥梩梪梫梬梮梱梲梴梶梷梸\\\"],\\n[\\\"9780\\\",\\\"梹\\\",6,\\\"棁棃\\\",5,\\\"棊棌棎棏棐棑棓棔棖棗棙棛\\\",4,\\\"棡棢棤\\\",9,\\\"棯棲棳棴棶棷棸棻棽棾棿椀椂椃椄椆\\\",4,\\\"椌椏椑椓\\\",11,\\\"椡椢椣椥\\\",7,\\\"椮椯椱椲椳椵椶椷椸椺椻椼椾楀楁楃\\\",16,\\\"楕楖楘楙楛楜楟\\\"],\\n[\\\"9840\\\",\\\"楡楢楤楥楧楨楩楪楬業楯楰楲\\\",4,\\\"楺楻楽楾楿榁榃榅榊榋榌榎\\\",5,\\\"榖榗榙榚榝\\\",9,\\\"榩榪榬榮榯榰榲榳榵榶榸榹榺榼榽\\\"],\\n[\\\"9880\\\",\\\"榾榿槀槂\\\",7,\\\"構槍槏槑槒槓槕\\\",5,\\\"槜槝槞槡\\\",11,\\\"槮槯槰槱槳\\\",9,\\\"槾樀\\\",9,\\\"樋\\\",11,\\\"標\\\",5,\\\"樠樢\\\",5,\\\"権樫樬樭樮樰樲樳樴樶\\\",6,\\\"樿\\\",4,\\\"橅橆橈\\\",7,\\\"橑\\\",6,\\\"橚\\\"],\\n[\\\"9940\\\",\\\"橜\\\",4,\\\"橢橣橤橦\\\",10,\\\"橲\\\",6,\\\"橺橻橽橾橿檁檂檃檅\\\",8,\\\"檏檒\\\",4,\\\"檘\\\",7,\\\"檡\\\",5],\\n[\\\"9980\\\",\\\"檧檨檪檭\\\",114,\\\"欥欦欨\\\",6],\\n[\\\"9a40\\\",\\\"欯欰欱欳欴欵欶欸欻欼欽欿歀歁歂歄歅歈歊歋歍\\\",11,\\\"歚\\\",7,\\\"歨歩歫\\\",13,\\\"歺歽歾歿殀殅殈\\\"],\\n[\\\"9a80\\\",\\\"殌殎殏殐殑殔殕殗殘殙殜\\\",4,\\\"殢\\\",7,\\\"殫\\\",7,\\\"殶殸\\\",6,\\\"毀毃毄毆\\\",4,\\\"毌毎毐毑毘毚毜\\\",4,\\\"毢\\\",7,\\\"毬毭毮毰毱毲毴毶毷毸毺毻毼毾\\\",6,\\\"氈\\\",4,\\\"氎氒気氜氝氞氠氣氥氫氬氭氱氳氶氷氹氺氻氼氾氿汃汄汅汈汋\\\",4,\\\"汑汒汓汖汘\\\"],\\n[\\\"9b40\\\",\\\"汙汚汢汣汥汦汧汫\\\",4,\\\"汱汳汵汷汸決汻汼汿沀沄沇沊沋沍沎沑沒沕沖沗沘沚沜沝沞沠沢沨沬沯沰沴沵沶沷沺泀況泂泃泆泇泈泋泍泎泏泑泒泘\\\"],\\n[\\\"9b80\\\",\\\"泙泚泜泝泟泤泦泧泩泬泭泲泴泹泿洀洂洃洅洆洈洉洊洍洏洐洑洓洔洕洖洘洜洝洟\\\",5,\\\"洦洨洩洬洭洯洰洴洶洷洸洺洿浀浂浄浉浌浐浕浖浗浘浛浝浟浡浢浤浥浧浨浫浬浭浰浱浲浳浵浶浹浺浻浽\\\",4,\\\"涃涄涆涇涊涋涍涏涐涒涖\\\",4,\\\"涜涢涥涬涭涰涱涳涴涶涷涹\\\",5,\\\"淁淂淃淈淉淊\\\"],\\n[\\\"9c40\\\",\\\"淍淎淏淐淒淓淔淕淗淚淛淜淟淢淣淥淧淨淩淪淭淯淰淲淴淵淶淸淺淽\\\",7,\\\"渆渇済渉渋渏渒渓渕渘渙減渜渞渟渢渦渧渨渪測渮渰渱渳渵\\\"],\\n[\\\"9c80\\\",\\\"渶渷渹渻\\\",7,\\\"湅\\\",7,\\\"湏湐湑湒湕湗湙湚湜湝湞湠\\\",10,\\\"湬湭湯\\\",14,\\\"満溁溂溄溇溈溊\\\",4,\\\"溑\\\",6,\\\"溙溚溛溝溞溠溡溣溤溦溨溩溫溬溭溮溰溳溵溸溹溼溾溿滀滃滄滅滆滈滉滊滌滍滎滐滒滖滘滙滛滜滝滣滧滪\\\",5],\\n[\\\"9d40\\\",\\\"滰滱滲滳滵滶滷滸滺\\\",7,\\\"漃漄漅漇漈漊\\\",4,\\\"漐漑漒漖\\\",9,\\\"漡漢漣漥漦漧漨漬漮漰漲漴漵漷\\\",6,\\\"漿潀潁潂\\\"],\\n[\\\"9d80\\\",\\\"潃潄潅潈潉潊潌潎\\\",9,\\\"潙潚潛潝潟潠潡潣潤潥潧\\\",5,\\\"潯潰潱潳潵潶潷潹潻潽\\\",6,\\\"澅澆澇澊澋澏\\\",12,\\\"澝澞澟澠澢\\\",4,\\\"澨\\\",10,\\\"澴澵澷澸澺\\\",5,\\\"濁濃\\\",5,\\\"濊\\\",6,\\\"濓\\\",10,\\\"濟濢濣濤濥\\\"],\\n[\\\"9e40\\\",\\\"濦\\\",7,\\\"濰\\\",32,\\\"瀒\\\",7,\\\"瀜\\\",6,\\\"瀤\\\",6],\\n[\\\"9e80\\\",\\\"瀫\\\",9,\\\"瀶瀷瀸瀺\\\",17,\\\"灍灎灐\\\",13,\\\"灟\\\",11,\\\"灮灱灲灳灴灷灹灺灻災炁炂炃炄炆炇炈炋炌炍炏炐炑炓炗炘炚炛炞\\\",12,\\\"炰炲炴炵炶為炾炿烄烅烆烇烉烋\\\",12,\\\"烚\\\"],\\n[\\\"9f40\\\",\\\"烜烝烞烠烡烢烣烥烪烮烰\\\",6,\\\"烸烺烻烼烾\\\",10,\\\"焋\\\",4,\\\"焑焒焔焗焛\\\",10,\\\"焧\\\",7,\\\"焲焳焴\\\"],\\n[\\\"9f80\\\",\\\"焵焷\\\",13,\\\"煆煇煈煉煋煍煏\\\",12,\\\"煝煟\\\",4,\\\"煥煩\\\",4,\\\"煯煰煱煴煵煶煷煹煻煼煾\\\",5,\\\"熅\\\",4,\\\"熋熌熍熎熐熑熒熓熕熖熗熚\\\",4,\\\"熡\\\",6,\\\"熩熪熫熭\\\",5,\\\"熴熶熷熸熺\\\",8,\\\"燄\\\",9,\\\"燏\\\",4],\\n[\\\"a040\\\",\\\"燖\\\",9,\\\"燡燢燣燤燦燨\\\",5,\\\"燯\\\",9,\\\"燺\\\",11,\\\"爇\\\",19],\\n[\\\"a080\\\",\\\"爛爜爞\\\",9,\\\"爩爫爭爮爯爲爳爴爺爼爾牀\\\",6,\\\"牉牊牋牎牏牐牑牓牔牕牗牘牚牜牞牠牣牤牥牨牪牫牬牭牰牱牳牴牶牷牸牻牼牽犂犃犅\\\",4,\\\"犌犎犐犑犓\\\",11,\\\"犠\\\",11,\\\"犮犱犲犳犵犺\\\",6,\\\"狅狆狇狉狊狋狌狏狑狓狔狕狖狘狚狛\\\"],\\n[\\\"a1a1\\\",\\\"　、。·ˉˇ¨〃々—～‖…‘’“”〔〕〈\\\",7,\\\"〖〗【】±×÷∶∧∨∑∏∪∩∈∷√⊥∥∠⌒⊙∫∮≡≌≈∽∝≠≮≯≤≥∞∵∴♂♀°′″℃＄¤￠￡‰§№☆★○●◎◇◆□■△▲※→←↑↓〓\\\"],\\n[\\\"a2a1\\\",\\\"ⅰ\\\",9],\\n[\\\"a2b1\\\",\\\"⒈\\\",19,\\\"⑴\\\",19,\\\"①\\\",9],\\n[\\\"a2e5\\\",\\\"㈠\\\",9],\\n[\\\"a2f1\\\",\\\"Ⅰ\\\",11],\\n[\\\"a3a1\\\",\\\"！＂＃￥％\\\",88,\\\"￣\\\"],\\n[\\\"a4a1\\\",\\\"ぁ\\\",82],\\n[\\\"a5a1\\\",\\\"ァ\\\",85],\\n[\\\"a6a1\\\",\\\"Α\\\",16,\\\"Σ\\\",6],\\n[\\\"a6c1\\\",\\\"α\\\",16,\\\"σ\\\",6],\\n[\\\"a6e0\\\",\\\"︵︶︹︺︿﹀︽︾﹁﹂﹃﹄\\\"],\\n[\\\"a6ee\\\",\\\"︻︼︷︸︱\\\"],\\n[\\\"a6f4\\\",\\\"︳︴\\\"],\\n[\\\"a7a1\\\",\\\"А\\\",5,\\\"ЁЖ\\\",25],\\n[\\\"a7d1\\\",\\\"а\\\",5,\\\"ёж\\\",25],\\n[\\\"a840\\\",\\\"ˊˋ˙–―‥‵℅℉↖↗↘↙∕∟∣≒≦≧⊿═\\\",35,\\\"▁\\\",6],\\n[\\\"a880\\\",\\\"█\\\",7,\\\"▓▔▕▼▽◢◣◤◥☉⊕〒〝〞\\\"],\\n[\\\"a8a1\\\",\\\"āáǎàēéěèīíǐìōóǒòūúǔùǖǘǚǜüêɑ\\\"],\\n[\\\"a8bd\\\",\\\"ńň\\\"],\\n[\\\"a8c0\\\",\\\"ɡ\\\"],\\n[\\\"a8c5\\\",\\\"ㄅ\\\",36],\\n[\\\"a940\\\",\\\"〡\\\",8,\\\"㊣㎎㎏㎜㎝㎞㎡㏄㏎㏑㏒㏕︰￢￤\\\"],\\n[\\\"a959\\\",\\\"℡㈱\\\"],\\n[\\\"a95c\\\",\\\"‐\\\"],\\n[\\\"a960\\\",\\\"ー゛゜ヽヾ〆ゝゞ﹉\\\",9,\\\"﹔﹕﹖﹗﹙\\\",8],\\n[\\\"a980\\\",\\\"﹢\\\",4,\\\"﹨﹩﹪﹫\\\"],\\n[\\\"a996\\\",\\\"〇\\\"],\\n[\\\"a9a4\\\",\\\"─\\\",75],\\n[\\\"aa40\\\",\\\"狜狝狟狢\\\",5,\\\"狪狫狵狶狹狽狾狿猀猂猄\\\",5,\\\"猋猌猍猏猐猑猒猔猘猙猚猟猠猣猤猦猧猨猭猯猰猲猳猵猶猺猻猼猽獀\\\",8],\\n[\\\"aa80\\\",\\\"獉獊獋獌獎獏獑獓獔獕獖獘\\\",7,\\\"獡\\\",10,\\\"獮獰獱\\\"],\\n[\\\"ab40\\\",\\\"獲\\\",11,\\\"獿\\\",4,\\\"玅玆玈玊玌玍玏玐玒玓玔玕玗玘玙玚玜玝玞玠玡玣\\\",5,\\\"玪玬玭玱玴玵玶玸玹玼玽玾玿珁珃\\\",4],\\n[\\\"ab80\\\",\\\"珋珌珎珒\\\",6,\\\"珚珛珜珝珟珡珢珣珤珦珨珪珫珬珮珯珰珱珳\\\",4],\\n[\\\"ac40\\\",\\\"珸\\\",10,\\\"琄琇琈琋琌琍琎琑\\\",8,\\\"琜\\\",5,\\\"琣琤琧琩琫琭琯琱琲琷\\\",4,\\\"琽琾琿瑀瑂\\\",11],\\n[\\\"ac80\\\",\\\"瑎\\\",6,\\\"瑖瑘瑝瑠\\\",12,\\\"瑮瑯瑱\\\",4,\\\"瑸瑹瑺\\\"],\\n[\\\"ad40\\\",\\\"瑻瑼瑽瑿璂璄璅璆璈璉璊璌璍璏璑\\\",10,\\\"璝璟\\\",7,\\\"璪\\\",15,\\\"璻\\\",12],\\n[\\\"ad80\\\",\\\"瓈\\\",9,\\\"瓓\\\",8,\\\"瓝瓟瓡瓥瓧\\\",6,\\\"瓰瓱瓲\\\"],\\n[\\\"ae40\\\",\\\"瓳瓵瓸\\\",6,\\\"甀甁甂甃甅\\\",7,\\\"甎甐甒甔甕甖甗甛甝甞甠\\\",4,\\\"甦甧甪甮甴甶甹甼甽甿畁畂畃畄畆畇畉畊畍畐畑畒畓畕畖畗畘\\\"],\\n[\\\"ae80\\\",\\\"畝\\\",7,\\\"畧畨畩畫\\\",6,\\\"畳畵當畷畺\\\",4,\\\"疀疁疂疄疅疇\\\"],\\n[\\\"af40\\\",\\\"疈疉疊疌疍疎疐疓疕疘疛疜疞疢疦\\\",4,\\\"疭疶疷疺疻疿痀痁痆痋痌痎痏痐痑痓痗痙痚痜痝痟痠痡痥痩痬痭痮痯痲痳痵痶痷痸痺痻痽痾瘂瘄瘆瘇\\\"],\\n[\\\"af80\\\",\\\"瘈瘉瘋瘍瘎瘏瘑瘒瘓瘔瘖瘚瘜瘝瘞瘡瘣瘧瘨瘬瘮瘯瘱瘲瘶瘷瘹瘺瘻瘽癁療癄\\\"],\\n[\\\"b040\\\",\\\"癅\\\",6,\\\"癎\\\",5,\\\"癕癗\\\",4,\\\"癝癟癠癡癢癤\\\",6,\\\"癬癭癮癰\\\",7,\\\"癹発發癿皀皁皃皅皉皊皌皍皏皐皒皔皕皗皘皚皛\\\"],\\n[\\\"b080\\\",\\\"皜\\\",7,\\\"皥\\\",8,\\\"皯皰皳皵\\\",9,\\\"盀盁盃啊阿埃挨哎唉哀皑癌蔼矮艾碍爱隘鞍氨安俺按暗岸胺案肮昂盎凹敖熬翱袄傲奥懊澳芭捌扒叭吧笆八疤巴拔跋靶把耙坝霸罢爸白柏百摆佰败拜稗斑班搬扳般颁板版扮拌伴瓣半办绊邦帮梆榜膀绑棒磅蚌镑傍谤苞胞包褒剥\\\"],\\n[\\\"b140\\\",\\\"盄盇盉盋盌盓盕盙盚盜盝盞盠\\\",4,\\\"盦\\\",7,\\\"盰盳盵盶盷盺盻盽盿眀眂眃眅眆眊県眎\\\",10,\\\"眛眜眝眞眡眣眤眥眧眪眫\\\"],\\n[\\\"b180\\\",\\\"眬眮眰\\\",4,\\\"眹眻眽眾眿睂睄睅睆睈\\\",7,\\\"睒\\\",7,\\\"睜薄雹保堡饱宝抱报暴豹鲍爆杯碑悲卑北辈背贝钡倍狈备惫焙被奔苯本笨崩绷甭泵蹦迸逼鼻比鄙笔彼碧蓖蔽毕毙毖币庇痹闭敝弊必辟壁臂避陛鞭边编贬扁便变卞辨辩辫遍标彪膘表鳖憋别瘪彬斌濒滨宾摈兵冰柄丙秉饼炳\\\"],\\n[\\\"b240\\\",\\\"睝睞睟睠睤睧睩睪睭\\\",11,\\\"睺睻睼瞁瞂瞃瞆\\\",5,\\\"瞏瞐瞓\\\",11,\\\"瞡瞣瞤瞦瞨瞫瞭瞮瞯瞱瞲瞴瞶\\\",4],\\n[\\\"b280\\\",\\\"瞼瞾矀\\\",12,\\\"矎\\\",8,\\\"矘矙矚矝\\\",4,\\\"矤病并玻菠播拨钵波博勃搏铂箔伯帛舶脖膊渤泊驳捕卜哺补埠不布步簿部怖擦猜裁材才财睬踩采彩菜蔡餐参蚕残惭惨灿苍舱仓沧藏操糙槽曹草厕策侧册测层蹭插叉茬茶查碴搽察岔差诧拆柴豺搀掺蝉馋谗缠铲产阐颤昌猖\\\"],\\n[\\\"b340\\\",\\\"矦矨矪矯矰矱矲矴矵矷矹矺矻矼砃\\\",5,\\\"砊砋砎砏砐砓砕砙砛砞砠砡砢砤砨砪砫砮砯砱砲砳砵砶砽砿硁硂硃硄硆硈硉硊硋硍硏硑硓硔硘硙硚\\\"],\\n[\\\"b380\\\",\\\"硛硜硞\\\",11,\\\"硯\\\",7,\\\"硸硹硺硻硽\\\",6,\\\"场尝常长偿肠厂敞畅唱倡超抄钞朝嘲潮巢吵炒车扯撤掣彻澈郴臣辰尘晨忱沉陈趁衬撑称城橙成呈乘程惩澄诚承逞骋秤吃痴持匙池迟弛驰耻齿侈尺赤翅斥炽充冲虫崇宠抽酬畴踌稠愁筹仇绸瞅丑臭初出橱厨躇锄雏滁除楚\\\"],\\n[\\\"b440\\\",\\\"碄碅碆碈碊碋碏碐碒碔碕碖碙碝碞碠碢碤碦碨\\\",7,\\\"碵碶碷碸確碻碼碽碿磀磂磃磄磆磇磈磌磍磎磏磑磒磓磖磗磘磚\\\",9],\\n[\\\"b480\\\",\\\"磤磥磦磧磩磪磫磭\\\",4,\\\"磳磵磶磸磹磻\\\",5,\\\"礂礃礄礆\\\",6,\\\"础储矗搐触处揣川穿椽传船喘串疮窗幢床闯创吹炊捶锤垂春椿醇唇淳纯蠢戳绰疵茨磁雌辞慈瓷词此刺赐次聪葱囱匆从丛凑粗醋簇促蹿篡窜摧崔催脆瘁粹淬翠村存寸磋撮搓措挫错搭达答瘩打大呆歹傣戴带殆代贷袋待逮\\\"],\\n[\\\"b540\\\",\\\"礍\\\",5,\\\"礔\\\",9,\\\"礟\\\",4,\\\"礥\\\",14,\\\"礵\\\",4,\\\"礽礿祂祃祄祅祇祊\\\",8,\\\"祔祕祘祙祡祣\\\"],\\n[\\\"b580\\\",\\\"祤祦祩祪祫祬祮祰\\\",6,\\\"祹祻\\\",4,\\\"禂禃禆禇禈禉禋禌禍禎禐禑禒怠耽担丹单郸掸胆旦氮但惮淡诞弹蛋当挡党荡档刀捣蹈倒岛祷导到稻悼道盗德得的蹬灯登等瞪凳邓堤低滴迪敌笛狄涤翟嫡抵底地蒂第帝弟递缔颠掂滇碘点典靛垫电佃甸店惦奠淀殿碉叼雕凋刁掉吊钓调跌爹碟蝶迭谍叠\\\"],\\n[\\\"b640\\\",\\\"禓\\\",6,\\\"禛\\\",11,\\\"禨\\\",10,\\\"禴\\\",4,\\\"禼禿秂秄秅秇秈秊秌秎秏秐秓秔秖秗秙\\\",5,\\\"秠秡秢秥秨秪\\\"],\\n[\\\"b680\\\",\\\"秬秮秱\\\",6,\\\"秹秺秼秾秿稁稄稅稇稈稉稊稌稏\\\",4,\\\"稕稖稘稙稛稜丁盯叮钉顶鼎锭定订丢东冬董懂动栋侗恫冻洞兜抖斗陡豆逗痘都督毒犊独读堵睹赌杜镀肚度渡妒端短锻段断缎堆兑队对墩吨蹲敦顿囤钝盾遁掇哆多夺垛躲朵跺舵剁惰堕蛾峨鹅俄额讹娥恶厄扼遏鄂饿恩而儿耳尔饵洱二\\\"],\\n[\\\"b740\\\",\\\"稝稟稡稢稤\\\",14,\\\"稴稵稶稸稺稾穀\\\",5,\\\"穇\\\",9,\\\"穒\\\",4,\\\"穘\\\",16],\\n[\\\"b780\\\",\\\"穩\\\",6,\\\"穱穲穳穵穻穼穽穾窂窅窇窉窊窋窌窎窏窐窓窔窙窚窛窞窡窢贰发罚筏伐乏阀法珐藩帆番翻樊矾钒繁凡烦反返范贩犯饭泛坊芳方肪房防妨仿访纺放菲非啡飞肥匪诽吠肺废沸费芬酚吩氛分纷坟焚汾粉奋份忿愤粪丰封枫蜂峰锋风疯烽逢冯缝讽奉凤佛否夫敷肤孵扶拂辐幅氟符伏俘服\\\"],\\n[\\\"b840\\\",\\\"窣窤窧窩窪窫窮\\\",4,\\\"窴\\\",10,\\\"竀\\\",10,\\\"竌\\\",9,\\\"竗竘竚竛竜竝竡竢竤竧\\\",5,\\\"竮竰竱竲竳\\\"],\\n[\\\"b880\\\",\\\"竴\\\",4,\\\"竻竼竾笀笁笂笅笇笉笌笍笎笐笒笓笖笗笘笚笜笝笟笡笢笣笧笩笭浮涪福袱弗甫抚辅俯釜斧脯腑府腐赴副覆赋复傅付阜父腹负富讣附妇缚咐噶嘎该改概钙盖溉干甘杆柑竿肝赶感秆敢赣冈刚钢缸肛纲岗港杠篙皋高膏羔糕搞镐稿告哥歌搁戈鸽胳疙割革葛格蛤阁隔铬个各给根跟耕更庚羹\\\"],\\n[\\\"b940\\\",\\\"笯笰笲笴笵笶笷笹笻笽笿\\\",5,\\\"筆筈筊筍筎筓筕筗筙筜筞筟筡筣\\\",10,\\\"筯筰筳筴筶筸筺筼筽筿箁箂箃箄箆\\\",6,\\\"箎箏\\\"],\\n[\\\"b980\\\",\\\"箑箒箓箖箘箙箚箛箞箟箠箣箤箥箮箯箰箲箳箵箶箷箹\\\",7,\\\"篂篃範埂耿梗工攻功恭龚供躬公宫弓巩汞拱贡共钩勾沟苟狗垢构购够辜菇咕箍估沽孤姑鼓古蛊骨谷股故顾固雇刮瓜剐寡挂褂乖拐怪棺关官冠观管馆罐惯灌贯光广逛瑰规圭硅归龟闺轨鬼诡癸桂柜跪贵刽辊滚棍锅郭国果裹过哈\\\"],\\n[\\\"ba40\\\",\\\"篅篈築篊篋篍篎篏篐篒篔\\\",4,\\\"篛篜篞篟篠篢篣篤篧篨篩篫篬篭篯篰篲\\\",4,\\\"篸篹篺篻篽篿\\\",7,\\\"簈簉簊簍簎簐\\\",5,\\\"簗簘簙\\\"],\\n[\\\"ba80\\\",\\\"簚\\\",4,\\\"簠\\\",5,\\\"簨簩簫\\\",12,\\\"簹\\\",5,\\\"籂骸孩海氦亥害骇酣憨邯韩含涵寒函喊罕翰撼捍旱憾悍焊汗汉夯杭航壕嚎豪毫郝好耗号浩呵喝荷菏核禾和何合盒貉阂河涸赫褐鹤贺嘿黑痕很狠恨哼亨横衡恒轰哄烘虹鸿洪宏弘红喉侯猴吼厚候后呼乎忽瑚壶葫胡蝴狐糊湖\\\"],\\n[\\\"bb40\\\",\\\"籃\\\",9,\\\"籎\\\",36,\\\"籵\\\",5,\\\"籾\\\",9],\\n[\\\"bb80\\\",\\\"粈粊\\\",6,\\\"粓粔粖粙粚粛粠粡粣粦粧粨粩粫粬粭粯粰粴\\\",4,\\\"粺粻弧虎唬护互沪户花哗华猾滑画划化话槐徊怀淮坏欢环桓还缓换患唤痪豢焕涣宦幻荒慌黄磺蝗簧皇凰惶煌晃幌恍谎灰挥辉徽恢蛔回毁悔慧卉惠晦贿秽会烩汇讳诲绘荤昏婚魂浑混豁活伙火获或惑霍货祸击圾基机畸稽积箕\\\"],\\n[\\\"bc40\\\",\\\"粿糀糂糃糄糆糉糋糎\\\",6,\\\"糘糚糛糝糞糡\\\",6,\\\"糩\\\",5,\\\"糰\\\",7,\\\"糹糺糼\\\",13,\\\"紋\\\",5],\\n[\\\"bc80\\\",\\\"紑\\\",14,\\\"紡紣紤紥紦紨紩紪紬紭紮細\\\",6,\\\"肌饥迹激讥鸡姬绩缉吉极棘辑籍集及急疾汲即嫉级挤几脊己蓟技冀季伎祭剂悸济寄寂计记既忌际妓继纪嘉枷夹佳家加荚颊贾甲钾假稼价架驾嫁歼监坚尖笺间煎兼肩艰奸缄茧检柬碱硷拣捡简俭剪减荐槛鉴践贱见键箭件\\\"],\\n[\\\"bd40\\\",\\\"紷\\\",54,\\\"絯\\\",7],\\n[\\\"bd80\\\",\\\"絸\\\",32,\\\"健舰剑饯渐溅涧建僵姜将浆江疆蒋桨奖讲匠酱降蕉椒礁焦胶交郊浇骄娇嚼搅铰矫侥脚狡角饺缴绞剿教酵轿较叫窖揭接皆秸街阶截劫节桔杰捷睫竭洁结解姐戒藉芥界借介疥诫届巾筋斤金今津襟紧锦仅谨进靳晋禁近烬浸\\\"],\\n[\\\"be40\\\",\\\"継\\\",12,\\\"綧\\\",6,\\\"綯\\\",42],\\n[\\\"be80\\\",\\\"線\\\",32,\\\"尽劲荆兢茎睛晶鲸京惊精粳经井警景颈静境敬镜径痉靖竟竞净炯窘揪究纠玖韭久灸九酒厩救旧臼舅咎就疚鞠拘狙疽居驹菊局咀矩举沮聚拒据巨具距踞锯俱句惧炬剧捐鹃娟倦眷卷绢撅攫抉掘倔爵觉决诀绝均菌钧军君峻\\\"],\\n[\\\"bf40\\\",\\\"緻\\\",62],\\n[\\\"bf80\\\",\\\"縺縼\\\",4,\\\"繂\\\",4,\\\"繈\\\",21,\\\"俊竣浚郡骏喀咖卡咯开揩楷凯慨刊堪勘坎砍看康慷糠扛抗亢炕考拷烤靠坷苛柯棵磕颗科壳咳可渴克刻客课肯啃垦恳坑吭空恐孔控抠口扣寇枯哭窟苦酷库裤夸垮挎跨胯块筷侩快宽款匡筐狂框矿眶旷况亏盔岿窥葵奎魁傀\\\"],\\n[\\\"c040\\\",\\\"繞\\\",35,\\\"纃\\\",23,\\\"纜纝纞\\\"],\\n[\\\"c080\\\",\\\"纮纴纻纼绖绤绬绹缊缐缞缷缹缻\\\",6,\\\"罃罆\\\",9,\\\"罒罓馈愧溃坤昆捆困括扩廓阔垃拉喇蜡腊辣啦莱来赖蓝婪栏拦篮阑兰澜谰揽览懒缆烂滥琅榔狼廊郎朗浪捞劳牢老佬姥酪烙涝勒乐雷镭蕾磊累儡垒擂肋类泪棱楞冷厘梨犁黎篱狸离漓理李里鲤礼莉荔吏栗丽厉励砾历利傈例俐\\\"],\\n[\\\"c140\\\",\\\"罖罙罛罜罝罞罠罣\\\",4,\\\"罫罬罭罯罰罳罵罶罷罸罺罻罼罽罿羀羂\\\",7,\\\"羋羍羏\\\",4,\\\"羕\\\",4,\\\"羛羜羠羢羣羥羦羨\\\",6,\\\"羱\\\"],\\n[\\\"c180\\\",\\\"羳\\\",4,\\\"羺羻羾翀翂翃翄翆翇翈翉翋翍翏\\\",4,\\\"翖翗翙\\\",5,\\\"翢翣痢立粒沥隶力璃哩俩联莲连镰廉怜涟帘敛脸链恋炼练粮凉梁粱良两辆量晾亮谅撩聊僚疗燎寥辽潦了撂镣廖料列裂烈劣猎琳林磷霖临邻鳞淋凛赁吝拎玲菱零龄铃伶羚凌灵陵岭领另令溜琉榴硫馏留刘瘤流柳六龙聋咙笼窿\\\"],\\n[\\\"c240\\\",\\\"翤翧翨翪翫翬翭翯翲翴\\\",6,\\\"翽翾翿耂耇耈耉耊耎耏耑耓耚耛耝耞耟耡耣耤耫\\\",5,\\\"耲耴耹耺耼耾聀聁聄聅聇聈聉聎聏聐聑聓聕聖聗\\\"],\\n[\\\"c280\\\",\\\"聙聛\\\",13,\\\"聫\\\",5,\\\"聲\\\",11,\\\"隆垄拢陇楼娄搂篓漏陋芦卢颅庐炉掳卤虏鲁麓碌露路赂鹿潞禄录陆戮驴吕铝侣旅履屡缕虑氯律率滤绿峦挛孪滦卵乱掠略抡轮伦仑沦纶论萝螺罗逻锣箩骡裸落洛骆络妈麻玛码蚂马骂嘛吗埋买麦卖迈脉瞒馒蛮满蔓曼慢漫\\\"],\\n[\\\"c340\\\",\\\"聾肁肂肅肈肊肍\\\",5,\\\"肔肕肗肙肞肣肦肧肨肬肰肳肵肶肸肹肻胅胇\\\",4,\\\"胏\\\",6,\\\"胘胟胠胢胣胦胮胵胷胹胻胾胿脀脁脃脄脅脇脈脋\\\"],\\n[\\\"c380\\\",\\\"脌脕脗脙脛脜脝脟\\\",12,\\\"脭脮脰脳脴脵脷脹\\\",4,\\\"脿谩芒茫盲氓忙莽猫茅锚毛矛铆卯茂冒帽貌贸么玫枚梅酶霉煤没眉媒镁每美昧寐妹媚门闷们萌蒙檬盟锰猛梦孟眯醚靡糜迷谜弥米秘觅泌蜜密幂棉眠绵冕免勉娩缅面苗描瞄藐秒渺庙妙蔑灭民抿皿敏悯闽明螟鸣铭名命谬摸\\\"],\\n[\\\"c440\\\",\\\"腀\\\",5,\\\"腇腉腍腎腏腒腖腗腘腛\\\",4,\\\"腡腢腣腤腦腨腪腫腬腯腲腳腵腶腷腸膁膃\\\",4,\\\"膉膋膌膍膎膐膒\\\",5,\\\"膙膚膞\\\",4,\\\"膤膥\\\"],\\n[\\\"c480\\\",\\\"膧膩膫\\\",7,\\\"膴\\\",5,\\\"膼膽膾膿臄臅臇臈臉臋臍\\\",6,\\\"摹蘑模膜磨摩魔抹末莫墨默沫漠寞陌谋牟某拇牡亩姆母墓暮幕募慕木目睦牧穆拿哪呐钠那娜纳氖乃奶耐奈南男难囊挠脑恼闹淖呢馁内嫩能妮霓倪泥尼拟你匿腻逆溺蔫拈年碾撵捻念娘酿鸟尿捏聂孽啮镊镍涅您柠狞凝宁\\\"],\\n[\\\"c540\\\",\\\"臔\\\",14,\\\"臤臥臦臨臩臫臮\\\",4,\\\"臵\\\",5,\\\"臽臿舃與\\\",4,\\\"舎舏舑舓舕\\\",5,\\\"舝舠舤舥舦舧舩舮舲舺舼舽舿\\\"],\\n[\\\"c580\\\",\\\"艀艁艂艃艅艆艈艊艌艍艎艐\\\",7,\\\"艙艛艜艝艞艠\\\",7,\\\"艩拧泞牛扭钮纽脓浓农弄奴努怒女暖虐疟挪懦糯诺哦欧鸥殴藕呕偶沤啪趴爬帕怕琶拍排牌徘湃派攀潘盘磐盼畔判叛乓庞旁耪胖抛咆刨炮袍跑泡呸胚培裴赔陪配佩沛喷盆砰抨烹澎彭蓬棚硼篷膨朋鹏捧碰坯砒霹批披劈琵毗\\\"],\\n[\\\"c640\\\",\\\"艪艫艬艭艱艵艶艷艸艻艼芀芁芃芅芆芇芉芌芐芓芔芕芖芚芛芞芠芢芣芧芲芵芶芺芻芼芿苀苂苃苅苆苉苐苖苙苚苝苢苧苨苩苪苬苭苮苰苲苳苵苶苸\\\"],\\n[\\\"c680\\\",\\\"苺苼\\\",4,\\\"茊茋茍茐茒茓茖茘茙茝\\\",9,\\\"茩茪茮茰茲茷茻茽啤脾疲皮匹痞僻屁譬篇偏片骗飘漂瓢票撇瞥拼频贫品聘乒坪苹萍平凭瓶评屏坡泼颇婆破魄迫粕剖扑铺仆莆葡菩蒲埔朴圃普浦谱曝瀑期欺栖戚妻七凄漆柒沏其棋奇歧畦崎脐齐旗祈祁骑起岂乞企启契砌器气迄弃汽泣讫掐\\\"],\\n[\\\"c740\\\",\\\"茾茿荁荂荄荅荈荊\\\",4,\\\"荓荕\\\",4,\\\"荝荢荰\\\",6,\\\"荹荺荾\\\",6,\\\"莇莈莊莋莌莍莏莐莑莔莕莖莗莙莚莝莟莡\\\",6,\\\"莬莭莮\\\"],\\n[\\\"c780\\\",\\\"莯莵莻莾莿菂菃菄菆菈菉菋菍菎菐菑菒菓菕菗菙菚菛菞菢菣菤菦菧菨菫菬菭恰洽牵扦钎铅千迁签仟谦乾黔钱钳前潜遣浅谴堑嵌欠歉枪呛腔羌墙蔷强抢橇锹敲悄桥瞧乔侨巧鞘撬翘峭俏窍切茄且怯窃钦侵亲秦琴勤芹擒禽寝沁青轻氢倾卿清擎晴氰情顷请庆琼穷秋丘邱球求囚酋泅趋区蛆曲躯屈驱渠\\\"],\\n[\\\"c840\\\",\\\"菮華菳\\\",4,\\\"菺菻菼菾菿萀萂萅萇萈萉萊萐萒\\\",5,\\\"萙萚萛萞\\\",5,\\\"萩\\\",7,\\\"萲\\\",5,\\\"萹萺萻萾\\\",7,\\\"葇葈葉\\\"],\\n[\\\"c880\\\",\\\"葊\\\",6,\\\"葒\\\",4,\\\"葘葝葞葟葠葢葤\\\",4,\\\"葪葮葯葰葲葴葷葹葻葼取娶龋趣去圈颧权醛泉全痊拳犬券劝缺炔瘸却鹊榷确雀裙群然燃冉染瓤壤攘嚷让饶扰绕惹热壬仁人忍韧任认刃妊纫扔仍日戎茸蓉荣融熔溶容绒冗揉柔肉茹蠕儒孺如辱乳汝入褥软阮蕊瑞锐闰润若弱撒洒萨腮鳃塞赛三叁\\\"],\\n[\\\"c940\\\",\\\"葽\\\",4,\\\"蒃蒄蒅蒆蒊蒍蒏\\\",7,\\\"蒘蒚蒛蒝蒞蒟蒠蒢\\\",12,\\\"蒰蒱蒳蒵蒶蒷蒻蒼蒾蓀蓂蓃蓅蓆蓇蓈蓋蓌蓎蓏蓒蓔蓕蓗\\\"],\\n[\\\"c980\\\",\\\"蓘\\\",4,\\\"蓞蓡蓢蓤蓧\\\",4,\\\"蓭蓮蓯蓱\\\",10,\\\"蓽蓾蔀蔁蔂伞散桑嗓丧搔骚扫嫂瑟色涩森僧莎砂杀刹沙纱傻啥煞筛晒珊苫杉山删煽衫闪陕擅赡膳善汕扇缮墒伤商赏晌上尚裳梢捎稍烧芍勺韶少哨邵绍奢赊蛇舌舍赦摄射慑涉社设砷申呻伸身深娠绅神沈审婶甚肾慎渗声生甥牲升绳\\\"],\\n[\\\"ca40\\\",\\\"蔃\\\",8,\\\"蔍蔎蔏蔐蔒蔔蔕蔖蔘蔙蔛蔜蔝蔞蔠蔢\\\",8,\\\"蔭\\\",9,\\\"蔾\\\",4,\\\"蕄蕅蕆蕇蕋\\\",10],\\n[\\\"ca80\\\",\\\"蕗蕘蕚蕛蕜蕝蕟\\\",4,\\\"蕥蕦蕧蕩\\\",8,\\\"蕳蕵蕶蕷蕸蕼蕽蕿薀薁省盛剩胜圣师失狮施湿诗尸虱十石拾时什食蚀实识史矢使屎驶始式示士世柿事拭誓逝势是嗜噬适仕侍释饰氏市恃室视试收手首守寿授售受瘦兽蔬枢梳殊抒输叔舒淑疏书赎孰熟薯暑曙署蜀黍鼠属术述树束戍竖墅庶数漱\\\"],\\n[\\\"cb40\\\",\\\"薂薃薆薈\\\",6,\\\"薐\\\",10,\\\"薝\\\",6,\\\"薥薦薧薩薫薬薭薱\\\",5,\\\"薸薺\\\",6,\\\"藂\\\",6,\\\"藊\\\",4,\\\"藑藒\\\"],\\n[\\\"cb80\\\",\\\"藔藖\\\",5,\\\"藝\\\",6,\\\"藥藦藧藨藪\\\",14,\\\"恕刷耍摔衰甩帅栓拴霜双爽谁水睡税吮瞬顺舜说硕朔烁斯撕嘶思私司丝死肆寺嗣四伺似饲巳松耸怂颂送宋讼诵搜艘擞嗽苏酥俗素速粟僳塑溯宿诉肃酸蒜算虽隋随绥髓碎岁穗遂隧祟孙损笋蓑梭唆缩琐索锁所塌他它她塔\\\"],\\n[\\\"cc40\\\",\\\"藹藺藼藽藾蘀\\\",4,\\\"蘆\\\",10,\\\"蘒蘓蘔蘕蘗\\\",15,\\\"蘨蘪\\\",13,\\\"蘹蘺蘻蘽蘾蘿虀\\\"],\\n[\\\"cc80\\\",\\\"虁\\\",11,\\\"虒虓處\\\",4,\\\"虛虜虝號虠虡虣\\\",7,\\\"獭挞蹋踏胎苔抬台泰酞太态汰坍摊贪瘫滩坛檀痰潭谭谈坦毯袒碳探叹炭汤塘搪堂棠膛唐糖倘躺淌趟烫掏涛滔绦萄桃逃淘陶讨套特藤腾疼誊梯剔踢锑提题蹄啼体替嚏惕涕剃屉天添填田甜恬舔腆挑条迢眺跳贴铁帖厅听烃\\\"],\\n[\\\"cd40\\\",\\\"虭虯虰虲\\\",6,\\\"蚃\\\",6,\\\"蚎\\\",4,\\\"蚔蚖\\\",5,\\\"蚞\\\",4,\\\"蚥蚦蚫蚭蚮蚲蚳蚷蚸蚹蚻\\\",4,\\\"蛁蛂蛃蛅蛈蛌蛍蛒蛓蛕蛖蛗蛚蛜\\\"],\\n[\\\"cd80\\\",\\\"蛝蛠蛡蛢蛣蛥蛦蛧蛨蛪蛫蛬蛯蛵蛶蛷蛺蛻蛼蛽蛿蜁蜄蜅蜆蜋蜌蜎蜏蜐蜑蜔蜖汀廷停亭庭挺艇通桐酮瞳同铜彤童桶捅筒统痛偷投头透凸秃突图徒途涂屠土吐兔湍团推颓腿蜕褪退吞屯臀拖托脱鸵陀驮驼椭妥拓唾挖哇蛙洼娃瓦袜歪外豌弯湾玩顽丸烷完碗挽晚皖惋宛婉万腕汪王亡枉网往旺望忘妄威\\\"],\\n[\\\"ce40\\\",\\\"蜙蜛蜝蜟蜠蜤蜦蜧蜨蜪蜫蜬蜭蜯蜰蜲蜳蜵蜶蜸蜹蜺蜼蜽蝀\\\",6,\\\"蝊蝋蝍蝏蝐蝑蝒蝔蝕蝖蝘蝚\\\",5,\\\"蝡蝢蝦\\\",7,\\\"蝯蝱蝲蝳蝵\\\"],\\n[\\\"ce80\\\",\\\"蝷蝸蝹蝺蝿螀螁螄螆螇螉螊螌螎\\\",4,\\\"螔螕螖螘\\\",6,\\\"螠\\\",4,\\\"巍微危韦违桅围唯惟为潍维苇萎委伟伪尾纬未蔚味畏胃喂魏位渭谓尉慰卫瘟温蚊文闻纹吻稳紊问嗡翁瓮挝蜗涡窝我斡卧握沃巫呜钨乌污诬屋无芜梧吾吴毋武五捂午舞伍侮坞戊雾晤物勿务悟误昔熙析西硒矽晰嘻吸锡牺\\\"],\\n[\\\"cf40\\\",\\\"螥螦螧螩螪螮螰螱螲螴螶螷螸螹螻螼螾螿蟁\\\",4,\\\"蟇蟈蟉蟌\\\",4,\\\"蟔\\\",6,\\\"蟜蟝蟞蟟蟡蟢蟣蟤蟦蟧蟨蟩蟫蟬蟭蟯\\\",9],\\n[\\\"cf80\\\",\\\"蟺蟻蟼蟽蟿蠀蠁蠂蠄\\\",5,\\\"蠋\\\",7,\\\"蠔蠗蠘蠙蠚蠜\\\",4,\\\"蠣稀息希悉膝夕惜熄烯溪汐犀檄袭席习媳喜铣洗系隙戏细瞎虾匣霞辖暇峡侠狭下厦夏吓掀锨先仙鲜纤咸贤衔舷闲涎弦嫌显险现献县腺馅羡宪陷限线相厢镶香箱襄湘乡翔祥详想响享项巷橡像向象萧硝霄削哮嚣销消宵淆晓\\\"],\\n[\\\"d040\\\",\\\"蠤\\\",13,\\\"蠳\\\",5,\\\"蠺蠻蠽蠾蠿衁衂衃衆\\\",5,\\\"衎\\\",5,\\\"衕衖衘衚\\\",6,\\\"衦衧衪衭衯衱衳衴衵衶衸衹衺\\\"],\\n[\\\"d080\\\",\\\"衻衼袀袃袆袇袉袊袌袎袏袐袑袓袔袕袗\\\",4,\\\"袝\\\",4,\\\"袣袥\\\",5,\\\"小孝校肖啸笑效楔些歇蝎鞋协挟携邪斜胁谐写械卸蟹懈泄泻谢屑薪芯锌欣辛新忻心信衅星腥猩惺兴刑型形邢行醒幸杏性姓兄凶胸匈汹雄熊休修羞朽嗅锈秀袖绣墟戌需虚嘘须徐许蓄酗叙旭序畜恤絮婿绪续轩喧宣悬旋玄\\\"],\\n[\\\"d140\\\",\\\"袬袮袯袰袲\\\",4,\\\"袸袹袺袻袽袾袿裀裃裄裇裈裊裋裌裍裏裐裑裓裖裗裚\\\",4,\\\"裠裡裦裧裩\\\",6,\\\"裲裵裶裷裺裻製裿褀褁褃\\\",5],\\n[\\\"d180\\\",\\\"褉褋\\\",4,\\\"褑褔\\\",4,\\\"褜\\\",4,\\\"褢褣褤褦褧褨褩褬褭褮褯褱褲褳褵褷选癣眩绚靴薛学穴雪血勋熏循旬询寻驯巡殉汛训讯逊迅压押鸦鸭呀丫芽牙蚜崖衙涯雅哑亚讶焉咽阉烟淹盐严研蜒岩延言颜阎炎沿奄掩眼衍演艳堰燕厌砚雁唁彦焰宴谚验殃央鸯秧杨扬佯疡羊洋阳氧仰痒养样漾邀腰妖瑶\\\"],\\n[\\\"d240\\\",\\\"褸\\\",8,\\\"襂襃襅\\\",24,\\\"襠\\\",5,\\\"襧\\\",19,\\\"襼\\\"],\\n[\\\"d280\\\",\\\"襽襾覀覂覄覅覇\\\",26,\\\"摇尧遥窑谣姚咬舀药要耀椰噎耶爷野冶也页掖业叶曳腋夜液一壹医揖铱依伊衣颐夷遗移仪胰疑沂宜姨彝椅蚁倚已乙矣以艺抑易邑屹亿役臆逸肄疫亦裔意毅忆义益溢诣议谊译异翼翌绎茵荫因殷音阴姻吟银淫寅饮尹引隐\\\"],\\n[\\\"d340\\\",\\\"覢\\\",30,\\\"觃觍觓觔觕觗觘觙觛觝觟觠觡觢觤觧觨觩觪觬觭觮觰觱觲觴\\\",6],\\n[\\\"d380\\\",\\\"觻\\\",4,\\\"訁\\\",5,\\\"計\\\",21,\\\"印英樱婴鹰应缨莹萤营荧蝇迎赢盈影颖硬映哟拥佣臃痈庸雍踊蛹咏泳涌永恿勇用幽优悠忧尤由邮铀犹油游酉有友右佑釉诱又幼迂淤于盂榆虞愚舆余俞逾鱼愉渝渔隅予娱雨与屿禹宇语羽玉域芋郁吁遇喻峪御愈欲狱育誉\\\"],\\n[\\\"d440\\\",\\\"訞\\\",31,\\\"訿\\\",8,\\\"詉\\\",21],\\n[\\\"d480\\\",\\\"詟\\\",25,\\\"詺\\\",6,\\\"浴寓裕预豫驭鸳渊冤元垣袁原援辕园员圆猿源缘远苑愿怨院曰约越跃钥岳粤月悦阅耘云郧匀陨允运蕴酝晕韵孕匝砸杂栽哉灾宰载再在咱攒暂赞赃脏葬遭糟凿藻枣早澡蚤躁噪造皂灶燥责择则泽贼怎增憎曾赠扎喳渣札轧\\\"],\\n[\\\"d540\\\",\\\"誁\\\",7,\\\"誋\\\",7,\\\"誔\\\",46],\\n[\\\"d580\\\",\\\"諃\\\",32,\\\"铡闸眨栅榨咋乍炸诈摘斋宅窄债寨瞻毡詹粘沾盏斩辗崭展蘸栈占战站湛绽樟章彰漳张掌涨杖丈帐账仗胀瘴障招昭找沼赵照罩兆肇召遮折哲蛰辙者锗蔗这浙珍斟真甄砧臻贞针侦枕疹诊震振镇阵蒸挣睁征狰争怔整拯正政\\\"],\\n[\\\"d640\\\",\\\"諤\\\",34,\\\"謈\\\",27],\\n[\\\"d680\\\",\\\"謤謥謧\\\",30,\\\"帧症郑证芝枝支吱蜘知肢脂汁之织职直植殖执值侄址指止趾只旨纸志挚掷至致置帜峙制智秩稚质炙痔滞治窒中盅忠钟衷终种肿重仲众舟周州洲诌粥轴肘帚咒皱宙昼骤珠株蛛朱猪诸诛逐竹烛煮拄瞩嘱主著柱助蛀贮铸筑\\\"],\\n[\\\"d740\\\",\\\"譆\\\",31,\\\"譧\\\",4,\\\"譭\\\",25],\\n[\\\"d780\\\",\\\"讇\\\",24,\\\"讬讱讻诇诐诪谉谞住注祝驻抓爪拽专砖转撰赚篆桩庄装妆撞壮状椎锥追赘坠缀谆准捉拙卓桌琢茁酌啄着灼浊兹咨资姿滋淄孜紫仔籽滓子自渍字鬃棕踪宗综总纵邹走奏揍租足卒族祖诅阻组钻纂嘴醉最罪尊遵昨左佐柞做作坐座\\\"],\\n[\\\"d840\\\",\\\"谸\\\",8,\\\"豂豃豄豅豈豊豋豍\\\",7,\\\"豖豗豘豙豛\\\",5,\\\"豣\\\",6,\\\"豬\\\",6,\\\"豴豵豶豷豻\\\",6,\\\"貃貄貆貇\\\"],\\n[\\\"d880\\\",\\\"貈貋貍\\\",6,\\\"貕貖貗貙\\\",20,\\\"亍丌兀丐廿卅丕亘丞鬲孬噩丨禺丿匕乇夭爻卮氐囟胤馗毓睾鼗丶亟鼐乜乩亓芈孛啬嘏仄厍厝厣厥厮靥赝匚叵匦匮匾赜卦卣刂刈刎刭刳刿剀剌剞剡剜蒯剽劂劁劐劓冂罔亻仃仉仂仨仡仫仞伛仳伢佤仵伥伧伉伫佞佧攸佚佝\\\"],\\n[\\\"d940\\\",\\\"貮\\\",62],\\n[\\\"d980\\\",\\\"賭\\\",32,\\\"佟佗伲伽佶佴侑侉侃侏佾佻侪佼侬侔俦俨俪俅俚俣俜俑俟俸倩偌俳倬倏倮倭俾倜倌倥倨偾偃偕偈偎偬偻傥傧傩傺僖儆僭僬僦僮儇儋仝氽佘佥俎龠汆籴兮巽黉馘冁夔勹匍訇匐凫夙兕亠兖亳衮袤亵脔裒禀嬴蠃羸冫冱冽冼\\\"],\\n[\\\"da40\\\",\\\"贎\\\",14,\\\"贠赑赒赗赟赥赨赩赪赬赮赯赱赲赸\\\",8,\\\"趂趃趆趇趈趉趌\\\",4,\\\"趒趓趕\\\",9,\\\"趠趡\\\"],\\n[\\\"da80\\\",\\\"趢趤\\\",12,\\\"趲趶趷趹趻趽跀跁跂跅跇跈跉跊跍跐跒跓跔凇冖冢冥讠讦讧讪讴讵讷诂诃诋诏诎诒诓诔诖诘诙诜诟诠诤诨诩诮诰诳诶诹诼诿谀谂谄谇谌谏谑谒谔谕谖谙谛谘谝谟谠谡谥谧谪谫谮谯谲谳谵谶卩卺阝阢阡阱阪阽阼陂陉陔陟陧陬陲陴隈隍隗隰邗邛邝邙邬邡邴邳邶邺\\\"],\\n[\\\"db40\\\",\\\"跕跘跙跜跠跡跢跥跦跧跩跭跮跰跱跲跴跶跼跾\\\",6,\\\"踆踇踈踋踍踎踐踑踒踓踕\\\",7,\\\"踠踡踤\\\",4,\\\"踫踭踰踲踳踴踶踷踸踻踼踾\\\"],\\n[\\\"db80\\\",\\\"踿蹃蹅蹆蹌\\\",4,\\\"蹓\\\",5,\\\"蹚\\\",11,\\\"蹧蹨蹪蹫蹮蹱邸邰郏郅邾郐郄郇郓郦郢郜郗郛郫郯郾鄄鄢鄞鄣鄱鄯鄹酃酆刍奂劢劬劭劾哿勐勖勰叟燮矍廴凵凼鬯厶弁畚巯坌垩垡塾墼壅壑圩圬圪圳圹圮圯坜圻坂坩垅坫垆坼坻坨坭坶坳垭垤垌垲埏垧垴垓垠埕埘埚埙埒垸埴埯埸埤埝\\\"],\\n[\\\"dc40\\\",\\\"蹳蹵蹷\\\",4,\\\"蹽蹾躀躂躃躄躆躈\\\",6,\\\"躑躒躓躕\\\",6,\\\"躝躟\\\",11,\\\"躭躮躰躱躳\\\",6,\\\"躻\\\",7],\\n[\\\"dc80\\\",\\\"軃\\\",10,\\\"軏\\\",21,\\\"堋堍埽埭堀堞堙塄堠塥塬墁墉墚墀馨鼙懿艹艽艿芏芊芨芄芎芑芗芙芫芸芾芰苈苊苣芘芷芮苋苌苁芩芴芡芪芟苄苎芤苡茉苷苤茏茇苜苴苒苘茌苻苓茑茚茆茔茕苠苕茜荑荛荜茈莒茼茴茱莛荞茯荏荇荃荟荀茗荠茭茺茳荦荥\\\"],\\n[\\\"dd40\\\",\\\"軥\\\",62],\\n[\\\"dd80\\\",\\\"輤\\\",32,\\\"荨茛荩荬荪荭荮莰荸莳莴莠莪莓莜莅荼莶莩荽莸荻莘莞莨莺莼菁萁菥菘堇萘萋菝菽菖萜萸萑萆菔菟萏萃菸菹菪菅菀萦菰菡葜葑葚葙葳蒇蒈葺蒉葸萼葆葩葶蒌蒎萱葭蓁蓍蓐蓦蒽蓓蓊蒿蒺蓠蒡蒹蒴蒗蓥蓣蔌甍蔸蓰蔹蔟蔺\\\"],\\n[\\\"de40\\\",\\\"轅\\\",32,\\\"轪辀辌辒辝辠辡辢辤辥辦辧辪辬辭辮辯農辳辴辵辷辸辺辻込辿迀迃迆\\\"],\\n[\\\"de80\\\",\\\"迉\\\",4,\\\"迏迒迖迗迚迠迡迣迧迬迯迱迲迴迵迶迺迻迼迾迿逇逈逌逎逓逕逘蕖蔻蓿蓼蕙蕈蕨蕤蕞蕺瞢蕃蕲蕻薤薨薇薏蕹薮薜薅薹薷薰藓藁藜藿蘧蘅蘩蘖蘼廾弈夼奁耷奕奚奘匏尢尥尬尴扌扪抟抻拊拚拗拮挢拶挹捋捃掭揶捱捺掎掴捭掬掊捩掮掼揲揸揠揿揄揞揎摒揆掾摅摁搋搛搠搌搦搡摞撄摭撖\\\"],\\n[\\\"df40\\\",\\\"這逜連逤逥逧\\\",5,\\\"逰\\\",4,\\\"逷逹逺逽逿遀遃遅遆遈\\\",4,\\\"過達違遖遙遚遜\\\",5,\\\"遤遦遧適遪遫遬遯\\\",4,\\\"遶\\\",6,\\\"遾邁\\\"],\\n[\\\"df80\\\",\\\"還邅邆邇邉邊邌\\\",4,\\\"邒邔邖邘邚邜邞邟邠邤邥邧邨邩邫邭邲邷邼邽邿郀摺撷撸撙撺擀擐擗擤擢攉攥攮弋忒甙弑卟叱叽叩叨叻吒吖吆呋呒呓呔呖呃吡呗呙吣吲咂咔呷呱呤咚咛咄呶呦咝哐咭哂咴哒咧咦哓哔呲咣哕咻咿哌哙哚哜咩咪咤哝哏哞唛哧唠哽唔哳唢唣唏唑唧唪啧喏喵啉啭啁啕唿啐唼\\\"],\\n[\\\"e040\\\",\\\"郂郃郆郈郉郋郌郍郒郔郕郖郘郙郚郞郟郠郣郤郥郩郪郬郮郰郱郲郳郵郶郷郹郺郻郼郿鄀鄁鄃鄅\\\",19,\\\"鄚鄛鄜\\\"],\\n[\\\"e080\\\",\\\"鄝鄟鄠鄡鄤\\\",10,\\\"鄰鄲\\\",6,\\\"鄺\\\",8,\\\"酄唷啖啵啶啷唳唰啜喋嗒喃喱喹喈喁喟啾嗖喑啻嗟喽喾喔喙嗪嗷嗉嘟嗑嗫嗬嗔嗦嗝嗄嗯嗥嗲嗳嗌嗍嗨嗵嗤辔嘞嘈嘌嘁嘤嘣嗾嘀嘧嘭噘嘹噗嘬噍噢噙噜噌噔嚆噤噱噫噻噼嚅嚓嚯囔囗囝囡囵囫囹囿圄圊圉圜帏帙帔帑帱帻帼\\\"],\\n[\\\"e140\\\",\\\"酅酇酈酑酓酔酕酖酘酙酛酜酟酠酦酧酨酫酭酳酺酻酼醀\\\",4,\\\"醆醈醊醎醏醓\\\",6,\\\"醜\\\",5,\\\"醤\\\",5,\\\"醫醬醰醱醲醳醶醷醸醹醻\\\"],\\n[\\\"e180\\\",\\\"醼\\\",10,\\\"釈釋釐釒\\\",9,\\\"針\\\",8,\\\"帷幄幔幛幞幡岌屺岍岐岖岈岘岙岑岚岜岵岢岽岬岫岱岣峁岷峄峒峤峋峥崂崃崧崦崮崤崞崆崛嵘崾崴崽嵬嵛嵯嵝嵫嵋嵊嵩嵴嶂嶙嶝豳嶷巅彳彷徂徇徉後徕徙徜徨徭徵徼衢彡犭犰犴犷犸狃狁狎狍狒狨狯狩狲狴狷猁狳猃狺\\\"],\\n[\\\"e240\\\",\\\"釦\\\",62],\\n[\\\"e280\\\",\\\"鈥\\\",32,\\\"狻猗猓猡猊猞猝猕猢猹猥猬猸猱獐獍獗獠獬獯獾舛夥飧夤夂饣饧\\\",5,\\\"饴饷饽馀馄馇馊馍馐馑馓馔馕庀庑庋庖庥庠庹庵庾庳赓廒廑廛廨廪膺忄忉忖忏怃忮怄忡忤忾怅怆忪忭忸怙怵怦怛怏怍怩怫怊怿怡恸恹恻恺恂\\\"],\\n[\\\"e340\\\",\\\"鉆\\\",45,\\\"鉵\\\",16],\\n[\\\"e380\\\",\\\"銆\\\",7,\\\"銏\\\",24,\\\"恪恽悖悚悭悝悃悒悌悛惬悻悱惝惘惆惚悴愠愦愕愣惴愀愎愫慊慵憬憔憧憷懔懵忝隳闩闫闱闳闵闶闼闾阃阄阆阈阊阋阌阍阏阒阕阖阗阙阚丬爿戕氵汔汜汊沣沅沐沔沌汨汩汴汶沆沩泐泔沭泷泸泱泗沲泠泖泺泫泮沱泓泯泾\\\"],\\n[\\\"e440\\\",\\\"銨\\\",5,\\\"銯\\\",24,\\\"鋉\\\",31],\\n[\\\"e480\\\",\\\"鋩\\\",32,\\\"洹洧洌浃浈洇洄洙洎洫浍洮洵洚浏浒浔洳涑浯涞涠浞涓涔浜浠浼浣渚淇淅淞渎涿淠渑淦淝淙渖涫渌涮渫湮湎湫溲湟溆湓湔渲渥湄滟溱溘滠漭滢溥溧溽溻溷滗溴滏溏滂溟潢潆潇漤漕滹漯漶潋潴漪漉漩澉澍澌潸潲潼潺濑\\\"],\\n[\\\"e540\\\",\\\"錊\\\",51,\\\"錿\\\",10],\\n[\\\"e580\\\",\\\"鍊\\\",31,\\\"鍫濉澧澹澶濂濡濮濞濠濯瀚瀣瀛瀹瀵灏灞宀宄宕宓宥宸甯骞搴寤寮褰寰蹇謇辶迓迕迥迮迤迩迦迳迨逅逄逋逦逑逍逖逡逵逶逭逯遄遑遒遐遨遘遢遛暹遴遽邂邈邃邋彐彗彖彘尻咫屐屙孱屣屦羼弪弩弭艴弼鬻屮妁妃妍妩妪妣\\\"],\\n[\\\"e640\\\",\\\"鍬\\\",34,\\\"鎐\\\",27],\\n[\\\"e680\\\",\\\"鎬\\\",29,\\\"鏋鏌鏍妗姊妫妞妤姒妲妯姗妾娅娆姝娈姣姘姹娌娉娲娴娑娣娓婀婧婊婕娼婢婵胬媪媛婷婺媾嫫媲嫒嫔媸嫠嫣嫱嫖嫦嫘嫜嬉嬗嬖嬲嬷孀尕尜孚孥孳孑孓孢驵驷驸驺驿驽骀骁骅骈骊骐骒骓骖骘骛骜骝骟骠骢骣骥骧纟纡纣纥纨纩\\\"],\\n[\\\"e740\\\",\\\"鏎\\\",7,\\\"鏗\\\",54],\\n[\\\"e780\\\",\\\"鐎\\\",32,\\\"纭纰纾绀绁绂绉绋绌绐绔绗绛绠绡绨绫绮绯绱绲缍绶绺绻绾缁缂缃缇缈缋缌缏缑缒缗缙缜缛缟缡\\\",6,\\\"缪缫缬缭缯\\\",4,\\\"缵幺畿巛甾邕玎玑玮玢玟珏珂珑玷玳珀珉珈珥珙顼琊珩珧珞玺珲琏琪瑛琦琥琨琰琮琬\\\"],\\n[\\\"e840\\\",\\\"鐯\\\",14,\\\"鐿\\\",43,\\\"鑬鑭鑮鑯\\\"],\\n[\\\"e880\\\",\\\"鑰\\\",20,\\\"钑钖钘铇铏铓铔铚铦铻锜锠琛琚瑁瑜瑗瑕瑙瑷瑭瑾璜璎璀璁璇璋璞璨璩璐璧瓒璺韪韫韬杌杓杞杈杩枥枇杪杳枘枧杵枨枞枭枋杷杼柰栉柘栊柩枰栌柙枵柚枳柝栀柃枸柢栎柁柽栲栳桠桡桎桢桄桤梃栝桕桦桁桧桀栾桊桉栩梵梏桴桷梓桫棂楮棼椟椠棹\\\"],\\n[\\\"e940\\\",\\\"锧锳锽镃镈镋镕镚镠镮镴镵長\\\",7,\\\"門\\\",42],\\n[\\\"e980\\\",\\\"閫\\\",32,\\\"椤棰椋椁楗棣椐楱椹楠楂楝榄楫榀榘楸椴槌榇榈槎榉楦楣楹榛榧榻榫榭槔榱槁槊槟榕槠榍槿樯槭樗樘橥槲橄樾檠橐橛樵檎橹樽樨橘橼檑檐檩檗檫猷獒殁殂殇殄殒殓殍殚殛殡殪轫轭轱轲轳轵轶轸轷轹轺轼轾辁辂辄辇辋\\\"],\\n[\\\"ea40\\\",\\\"闌\\\",27,\\\"闬闿阇阓阘阛阞阠阣\\\",6,\\\"阫阬阭阯阰阷阸阹阺阾陁陃陊陎陏陑陒陓陖陗\\\"],\\n[\\\"ea80\\\",\\\"陘陙陚陜陝陞陠陣陥陦陫陭\\\",4,\\\"陳陸\\\",12,\\\"隇隉隊辍辎辏辘辚軎戋戗戛戟戢戡戥戤戬臧瓯瓴瓿甏甑甓攴旮旯旰昊昙杲昃昕昀炅曷昝昴昱昶昵耆晟晔晁晏晖晡晗晷暄暌暧暝暾曛曜曦曩贲贳贶贻贽赀赅赆赈赉赇赍赕赙觇觊觋觌觎觏觐觑牮犟牝牦牯牾牿犄犋犍犏犒挈挲掰\\\"],\\n[\\\"eb40\\\",\\\"隌階隑隒隓隕隖隚際隝\\\",9,\\\"隨\\\",7,\\\"隱隲隴隵隷隸隺隻隿雂雃雈雊雋雐雑雓雔雖\\\",9,\\\"雡\\\",6,\\\"雫\\\"],\\n[\\\"eb80\\\",\\\"雬雭雮雰雱雲雴雵雸雺電雼雽雿霂霃霅霊霋霌霐霑霒霔霕霗\\\",4,\\\"霝霟霠搿擘耄毪毳毽毵毹氅氇氆氍氕氘氙氚氡氩氤氪氲攵敕敫牍牒牖爰虢刖肟肜肓肼朊肽肱肫肭肴肷胧胨胩胪胛胂胄胙胍胗朐胝胫胱胴胭脍脎胲胼朕脒豚脶脞脬脘脲腈腌腓腴腙腚腱腠腩腼腽腭腧塍媵膈膂膑滕膣膪臌朦臊膻\\\"],\\n[\\\"ec40\\\",\\\"霡\\\",8,\\\"霫霬霮霯霱霳\\\",4,\\\"霺霻霼霽霿\\\",18,\\\"靔靕靗靘靚靜靝靟靣靤靦靧靨靪\\\",7],\\n[\\\"ec80\\\",\\\"靲靵靷\\\",4,\\\"靽\\\",7,\\\"鞆\\\",4,\\\"鞌鞎鞏鞐鞓鞕鞖鞗鞙\\\",4,\\\"臁膦欤欷欹歃歆歙飑飒飓飕飙飚殳彀毂觳斐齑斓於旆旄旃旌旎旒旖炀炜炖炝炻烀炷炫炱烨烊焐焓焖焯焱煳煜煨煅煲煊煸煺熘熳熵熨熠燠燔燧燹爝爨灬焘煦熹戾戽扃扈扉礻祀祆祉祛祜祓祚祢祗祠祯祧祺禅禊禚禧禳忑忐\\\"],\\n[\\\"ed40\\\",\\\"鞞鞟鞡鞢鞤\\\",6,\\\"鞬鞮鞰鞱鞳鞵\\\",46],\\n[\\\"ed80\\\",\\\"韤韥韨韮\\\",4,\\\"韴韷\\\",23,\\\"怼恝恚恧恁恙恣悫愆愍慝憩憝懋懑戆肀聿沓泶淼矶矸砀砉砗砘砑斫砭砜砝砹砺砻砟砼砥砬砣砩硎硭硖硗砦硐硇硌硪碛碓碚碇碜碡碣碲碹碥磔磙磉磬磲礅磴礓礤礞礴龛黹黻黼盱眄眍盹眇眈眚眢眙眭眦眵眸睐睑睇睃睚睨\\\"],\\n[\\\"ee40\\\",\\\"頏\\\",62],\\n[\\\"ee80\\\",\\\"顎\\\",32,\\\"睢睥睿瞍睽瞀瞌瞑瞟瞠瞰瞵瞽町畀畎畋畈畛畲畹疃罘罡罟詈罨罴罱罹羁罾盍盥蠲钅钆钇钋钊钌钍钏钐钔钗钕钚钛钜钣钤钫钪钭钬钯钰钲钴钶\\\",4,\\\"钼钽钿铄铈\\\",6,\\\"铐铑铒铕铖铗铙铘铛铞铟铠铢铤铥铧铨铪\\\"],\\n[\\\"ef40\\\",\\\"顯\\\",5,\\\"颋颎颒颕颙颣風\\\",37,\\\"飏飐飔飖飗飛飜飝飠\\\",4],\\n[\\\"ef80\\\",\\\"飥飦飩\\\",30,\\\"铩铫铮铯铳铴铵铷铹铼铽铿锃锂锆锇锉锊锍锎锏锒\\\",4,\\\"锘锛锝锞锟锢锪锫锩锬锱锲锴锶锷锸锼锾锿镂锵镄镅镆镉镌镎镏镒镓镔镖镗镘镙镛镞镟镝镡镢镤\\\",8,\\\"镯镱镲镳锺矧矬雉秕秭秣秫稆嵇稃稂稞稔\\\"],\\n[\\\"f040\\\",\\\"餈\\\",4,\\\"餎餏餑\\\",28,\\\"餯\\\",26],\\n[\\\"f080\\\",\\\"饊\\\",9,\\\"饖\\\",12,\\\"饤饦饳饸饹饻饾馂馃馉稹稷穑黏馥穰皈皎皓皙皤瓞瓠甬鸠鸢鸨\\\",4,\\\"鸲鸱鸶鸸鸷鸹鸺鸾鹁鹂鹄鹆鹇鹈鹉鹋鹌鹎鹑鹕鹗鹚鹛鹜鹞鹣鹦\\\",6,\\\"鹱鹭鹳疒疔疖疠疝疬疣疳疴疸痄疱疰痃痂痖痍痣痨痦痤痫痧瘃痱痼痿瘐瘀瘅瘌瘗瘊瘥瘘瘕瘙\\\"],\\n[\\\"f140\\\",\\\"馌馎馚\\\",10,\\\"馦馧馩\\\",47],\\n[\\\"f180\\\",\\\"駙\\\",32,\\\"瘛瘼瘢瘠癀瘭瘰瘿瘵癃瘾瘳癍癞癔癜癖癫癯翊竦穸穹窀窆窈窕窦窠窬窨窭窳衤衩衲衽衿袂袢裆袷袼裉裢裎裣裥裱褚裼裨裾裰褡褙褓褛褊褴褫褶襁襦襻疋胥皲皴矜耒耔耖耜耠耢耥耦耧耩耨耱耋耵聃聆聍聒聩聱覃顸颀颃\\\"],\\n[\\\"f240\\\",\\\"駺\\\",62],\\n[\\\"f280\\\",\\\"騹\\\",32,\\\"颉颌颍颏颔颚颛颞颟颡颢颥颦虍虔虬虮虿虺虼虻蚨蚍蚋蚬蚝蚧蚣蚪蚓蚩蚶蛄蚵蛎蚰蚺蚱蚯蛉蛏蚴蛩蛱蛲蛭蛳蛐蜓蛞蛴蛟蛘蛑蜃蜇蛸蜈蜊蜍蜉蜣蜻蜞蜥蜮蜚蜾蝈蜴蜱蜩蜷蜿螂蜢蝽蝾蝻蝠蝰蝌蝮螋蝓蝣蝼蝤蝙蝥螓螯螨蟒\\\"],\\n[\\\"f340\\\",\\\"驚\\\",17,\\\"驲骃骉骍骎骔骕骙骦骩\\\",6,\\\"骲骳骴骵骹骻骽骾骿髃髄髆\\\",4,\\\"髍髎髏髐髒體髕髖髗髙髚髛髜\\\"],\\n[\\\"f380\\\",\\\"髝髞髠髢髣髤髥髧髨髩髪髬髮髰\\\",8,\\\"髺髼\\\",6,\\\"鬄鬅鬆蟆螈螅螭螗螃螫蟥螬螵螳蟋蟓螽蟑蟀蟊蟛蟪蟠蟮蠖蠓蟾蠊蠛蠡蠹蠼缶罂罄罅舐竺竽笈笃笄笕笊笫笏筇笸笪笙笮笱笠笥笤笳笾笞筘筚筅筵筌筝筠筮筻筢筲筱箐箦箧箸箬箝箨箅箪箜箢箫箴篑篁篌篝篚篥篦篪簌篾篼簏簖簋\\\"],\\n[\\\"f440\\\",\\\"鬇鬉\\\",5,\\\"鬐鬑鬒鬔\\\",10,\\\"鬠鬡鬢鬤\\\",10,\\\"鬰鬱鬳\\\",7,\\\"鬽鬾鬿魀魆魊魋魌魎魐魒魓魕\\\",5],\\n[\\\"f480\\\",\\\"魛\\\",32,\\\"簟簪簦簸籁籀臾舁舂舄臬衄舡舢舣舭舯舨舫舸舻舳舴舾艄艉艋艏艚艟艨衾袅袈裘裟襞羝羟羧羯羰羲籼敉粑粝粜粞粢粲粼粽糁糇糌糍糈糅糗糨艮暨羿翎翕翥翡翦翩翮翳糸絷綦綮繇纛麸麴赳趄趔趑趱赧赭豇豉酊酐酎酏酤\\\"],\\n[\\\"f540\\\",\\\"魼\\\",62],\\n[\\\"f580\\\",\\\"鮻\\\",32,\\\"酢酡酰酩酯酽酾酲酴酹醌醅醐醍醑醢醣醪醭醮醯醵醴醺豕鹾趸跫踅蹙蹩趵趿趼趺跄跖跗跚跞跎跏跛跆跬跷跸跣跹跻跤踉跽踔踝踟踬踮踣踯踺蹀踹踵踽踱蹉蹁蹂蹑蹒蹊蹰蹶蹼蹯蹴躅躏躔躐躜躞豸貂貊貅貘貔斛觖觞觚觜\\\"],\\n[\\\"f640\\\",\\\"鯜\\\",62],\\n[\\\"f680\\\",\\\"鰛\\\",32,\\\"觥觫觯訾謦靓雩雳雯霆霁霈霏霎霪霭霰霾龀龃龅\\\",5,\\\"龌黾鼋鼍隹隼隽雎雒瞿雠銎銮鋈錾鍪鏊鎏鐾鑫鱿鲂鲅鲆鲇鲈稣鲋鲎鲐鲑鲒鲔鲕鲚鲛鲞\\\",5,\\\"鲥\\\",4,\\\"鲫鲭鲮鲰\\\",7,\\\"鲺鲻鲼鲽鳄鳅鳆鳇鳊鳋\\\"],\\n[\\\"f740\\\",\\\"鰼\\\",62],\\n[\\\"f780\\\",\\\"鱻鱽鱾鲀鲃鲄鲉鲊鲌鲏鲓鲖鲗鲘鲙鲝鲪鲬鲯鲹鲾\\\",4,\\\"鳈鳉鳑鳒鳚鳛鳠鳡鳌\\\",4,\\\"鳓鳔鳕鳗鳘鳙鳜鳝鳟鳢靼鞅鞑鞒鞔鞯鞫鞣鞲鞴骱骰骷鹘骶骺骼髁髀髅髂髋髌髑魅魃魇魉魈魍魑飨餍餮饕饔髟髡髦髯髫髻髭髹鬈鬏鬓鬟鬣麽麾縻麂麇麈麋麒鏖麝麟黛黜黝黠黟黢黩黧黥黪黯鼢鼬鼯鼹鼷鼽鼾齄\\\"],\\n[\\\"f840\\\",\\\"鳣\\\",62],\\n[\\\"f880\\\",\\\"鴢\\\",32],\\n[\\\"f940\\\",\\\"鵃\\\",62],\\n[\\\"f980\\\",\\\"鶂\\\",32],\\n[\\\"fa40\\\",\\\"鶣\\\",62],\\n[\\\"fa80\\\",\\\"鷢\\\",32],\\n[\\\"fb40\\\",\\\"鸃\\\",27,\\\"鸤鸧鸮鸰鸴鸻鸼鹀鹍鹐鹒鹓鹔鹖鹙鹝鹟鹠鹡鹢鹥鹮鹯鹲鹴\\\",9,\\\"麀\\\"],\\n[\\\"fb80\\\",\\\"麁麃麄麅麆麉麊麌\\\",5,\\\"麔\\\",8,\\\"麞麠\\\",5,\\\"麧麨麩麪\\\"],\\n[\\\"fc40\\\",\\\"麫\\\",8,\\\"麵麶麷麹麺麼麿\\\",4,\\\"黅黆黇黈黊黋黌黐黒黓黕黖黗黙黚點黡黣黤黦黨黫黬黭黮黰\\\",8,\\\"黺黽黿\\\",6],\\n[\\\"fc80\\\",\\\"鼆\\\",4,\\\"鼌鼏鼑鼒鼔鼕鼖鼘鼚\\\",5,\\\"鼡鼣\\\",8,\\\"鼭鼮鼰鼱\\\"],\\n[\\\"fd40\\\",\\\"鼲\\\",4,\\\"鼸鼺鼼鼿\\\",4,\\\"齅\\\",10,\\\"齒\\\",38],\\n[\\\"fd80\\\",\\\"齹\\\",5,\\\"龁龂龍\\\",11,\\\"龜龝龞龡\\\",4,\\\"郎凉秊裏隣\\\"],\\n[\\\"fe40\\\",\\\"兀嗀﨎﨏﨑﨓﨔礼﨟蘒﨡﨣﨤﨧﨨﨩\\\"]\\n]\\n\"\n    },\n    {\n      \"id\": 138,\n      \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/identity.js\",\n      \"name\": \"./node_modules/lodash/identity.js\",\n      \"index\": 42,\n      \"index2\": 40,\n      \"size\": 370,\n      \"cacheable\": true,\n      \"built\": true,\n      \"optional\": false,\n      \"prefetched\": false,\n      \"chunks\": [\n        2\n      ],\n      \"issuer\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/background.js\",\n      \"issuerId\": 192,\n      \"issuerName\": \"./chrome/extension/background.js\",\n      \"issuerPath\": [\n        {\n          \"id\": 191,\n          \"identifier\": \"multi /Users/jarred/Code/styleurl/webpack/customPublicPath /Users/jarred/Code/styleurl/chrome/extension/background\",\n          \"name\": \"multi ./webpack/customPublicPath ./chrome/extension/background\",\n          \"profile\": {\n            \"factory\": 0,\n            \"building\": 0,\n            \"dependencies\": 54\n          }\n        },\n        {\n          \"id\": 192,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/background.js\",\n          \"name\": \"./chrome/extension/background.js\",\n          \"profile\": {\n            \"factory\": 54,\n            \"building\": 639,\n            \"dependencies\": 140\n          }\n        }\n      ],\n      \"profile\": {\n        \"factory\": 140,\n        \"building\": 568,\n        \"dependencies\": 1\n      },\n      \"failed\": false,\n      \"errors\": 0,\n      \"warnings\": 0,\n      \"assets\": [],\n      \"reasons\": [\n        {\n          \"moduleId\": 192,\n          \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/background.js\",\n          \"module\": \"./chrome/extension/background.js\",\n          \"moduleName\": \"./chrome/extension/background.js\",\n          \"type\": \"cjs require\",\n          \"userRequest\": \"lodash/identity\",\n          \"loc\": \"3:40-66\"\n        },\n        {\n          \"moduleId\": 195,\n          \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_baseIteratee.js\",\n          \"module\": \"./node_modules/lodash/_baseIteratee.js\",\n          \"moduleName\": \"./node_modules/lodash/_baseIteratee.js\",\n          \"type\": \"cjs require\",\n          \"userRequest\": \"./identity\",\n          \"loc\": \"3:15-36\"\n        }\n      ],\n      \"usedExports\": true,\n      \"providedExports\": null,\n      \"optimizationBailout\": [\n        \"ModuleConcatenation bailout: Module is not an ECMAScript module\"\n      ],\n      \"depth\": 2,\n      \"source\": \"/**\\n * This method returns the first argument it receives.\\n *\\n * @static\\n * @since 0.1.0\\n * @memberOf _\\n * @category Util\\n * @param {*} value Any value.\\n * @returns {*} Returns `value`.\\n * @example\\n *\\n * var object = { 'a': 1 };\\n *\\n * console.log(_.identity(object) === object);\\n * // => true\\n */\\nfunction identity(value) {\\n  return value;\\n}\\n\\nmodule.exports = identity;\\n\"\n    },\n    {\n      \"id\": 139,\n      \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_Stack.js\",\n      \"name\": \"./node_modules/lodash/_Stack.js\",\n      \"index\": 48,\n      \"index2\": 85,\n      \"size\": 734,\n      \"cacheable\": true,\n      \"built\": true,\n      \"optional\": false,\n      \"prefetched\": false,\n      \"chunks\": [\n        2\n      ],\n      \"issuer\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_baseIsMatch.js\",\n      \"issuerId\": 197,\n      \"issuerName\": \"./node_modules/lodash/_baseIsMatch.js\",\n      \"issuerPath\": [\n        {\n          \"id\": 191,\n          \"identifier\": \"multi /Users/jarred/Code/styleurl/webpack/customPublicPath /Users/jarred/Code/styleurl/chrome/extension/background\",\n          \"name\": \"multi ./webpack/customPublicPath ./chrome/extension/background\",\n          \"profile\": {\n            \"factory\": 0,\n            \"building\": 0,\n            \"dependencies\": 54\n          }\n        },\n        {\n          \"id\": 192,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/background.js\",\n          \"name\": \"./chrome/extension/background.js\",\n          \"profile\": {\n            \"factory\": 54,\n            \"building\": 639,\n            \"dependencies\": 140\n          }\n        },\n        {\n          \"id\": 193,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/findIndex.js\",\n          \"name\": \"./node_modules/lodash/findIndex.js\",\n          \"profile\": {\n            \"factory\": 140,\n            \"building\": 568,\n            \"dependencies\": 1\n          }\n        },\n        {\n          \"id\": 195,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_baseIteratee.js\",\n          \"name\": \"./node_modules/lodash/_baseIteratee.js\",\n          \"profile\": {\n            \"factory\": 245,\n            \"building\": 75,\n            \"dependencies\": 1\n          }\n        },\n        {\n          \"id\": 196,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_baseMatches.js\",\n          \"name\": \"./node_modules/lodash/_baseMatches.js\",\n          \"profile\": {\n            \"factory\": 82,\n            \"building\": 104,\n            \"dependencies\": 78\n          }\n        },\n        {\n          \"id\": 197,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_baseIsMatch.js\",\n          \"name\": \"./node_modules/lodash/_baseIsMatch.js\",\n          \"profile\": {\n            \"factory\": 78,\n            \"building\": 19,\n            \"dependencies\": 1\n          }\n        }\n      ],\n      \"profile\": {\n        \"factory\": 41,\n        \"building\": 34\n      },\n      \"failed\": false,\n      \"errors\": 0,\n      \"warnings\": 0,\n      \"assets\": [],\n      \"reasons\": [\n        {\n          \"moduleId\": 197,\n          \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_baseIsMatch.js\",\n          \"module\": \"./node_modules/lodash/_baseIsMatch.js\",\n          \"moduleName\": \"./node_modules/lodash/_baseIsMatch.js\",\n          \"type\": \"cjs require\",\n          \"userRequest\": \"./_Stack\",\n          \"loc\": \"1:12-31\"\n        },\n        {\n          \"moduleId\": 220,\n          \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_baseIsEqualDeep.js\",\n          \"module\": \"./node_modules/lodash/_baseIsEqualDeep.js\",\n          \"moduleName\": \"./node_modules/lodash/_baseIsEqualDeep.js\",\n          \"type\": \"cjs require\",\n          \"userRequest\": \"./_Stack\",\n          \"loc\": \"1:12-31\"\n        }\n      ],\n      \"usedExports\": true,\n      \"providedExports\": null,\n      \"optimizationBailout\": [\n        \"ModuleConcatenation bailout: Module is not an ECMAScript module\"\n      ],\n      \"depth\": 6,\n      \"source\": \"var ListCache = require('./_ListCache'),\\n    stackClear = require('./_stackClear'),\\n    stackDelete = require('./_stackDelete'),\\n    stackGet = require('./_stackGet'),\\n    stackHas = require('./_stackHas'),\\n    stackSet = require('./_stackSet');\\n\\n/**\\n * Creates a stack cache object to store key-value pairs.\\n *\\n * @private\\n * @constructor\\n * @param {Array} [entries] The key-value pairs to cache.\\n */\\nfunction Stack(entries) {\\n  var data = this.__data__ = new ListCache(entries);\\n  this.size = data.size;\\n}\\n\\n// Add methods to `Stack`.\\nStack.prototype.clear = stackClear;\\nStack.prototype['delete'] = stackDelete;\\nStack.prototype.get = stackGet;\\nStack.prototype.has = stackHas;\\nStack.prototype.set = stackSet;\\n\\nmodule.exports = Stack;\\n\"\n    },\n    {\n      \"id\": 140,\n      \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/eq.js\",\n      \"name\": \"./node_modules/lodash/eq.js\",\n      \"index\": 53,\n      \"index2\": 43,\n      \"size\": 799,\n      \"cacheable\": true,\n      \"built\": true,\n      \"optional\": false,\n      \"prefetched\": false,\n      \"chunks\": [\n        2\n      ],\n      \"issuer\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_equalByTag.js\",\n      \"issuerId\": 226,\n      \"issuerName\": \"./node_modules/lodash/_equalByTag.js\",\n      \"issuerPath\": [\n        {\n          \"id\": 191,\n          \"identifier\": \"multi /Users/jarred/Code/styleurl/webpack/customPublicPath /Users/jarred/Code/styleurl/chrome/extension/background\",\n          \"name\": \"multi ./webpack/customPublicPath ./chrome/extension/background\",\n          \"profile\": {\n            \"factory\": 0,\n            \"building\": 0,\n            \"dependencies\": 54\n          }\n        },\n        {\n          \"id\": 192,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/background.js\",\n          \"name\": \"./chrome/extension/background.js\",\n          \"profile\": {\n            \"factory\": 54,\n            \"building\": 639,\n            \"dependencies\": 140\n          }\n        },\n        {\n          \"id\": 193,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/findIndex.js\",\n          \"name\": \"./node_modules/lodash/findIndex.js\",\n          \"profile\": {\n            \"factory\": 140,\n            \"building\": 568,\n            \"dependencies\": 1\n          }\n        },\n        {\n          \"id\": 195,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_baseIteratee.js\",\n          \"name\": \"./node_modules/lodash/_baseIteratee.js\",\n          \"profile\": {\n            \"factory\": 245,\n            \"building\": 75,\n            \"dependencies\": 1\n          }\n        },\n        {\n          \"id\": 237,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_baseMatchesProperty.js\",\n          \"name\": \"./node_modules/lodash/_baseMatchesProperty.js\",\n          \"profile\": {\n            \"factory\": 82,\n            \"building\": 104,\n            \"dependencies\": 78\n          }\n        },\n        {\n          \"id\": 141,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_baseIsEqual.js\",\n          \"name\": \"./node_modules/lodash/_baseIsEqual.js\",\n          \"profile\": {\n            \"factory\": 78,\n            \"building\": 20,\n            \"dependencies\": 38\n          }\n        },\n        {\n          \"id\": 220,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_baseIsEqualDeep.js\",\n          \"name\": \"./node_modules/lodash/_baseIsEqualDeep.js\",\n          \"profile\": {\n            \"factory\": 40,\n            \"building\": 33,\n            \"dependencies\": 0\n          }\n        },\n        {\n          \"id\": 226,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_equalByTag.js\",\n          \"name\": \"./node_modules/lodash/_equalByTag.js\",\n          \"profile\": {\n            \"factory\": 42,\n            \"building\": 17,\n            \"dependencies\": 0\n          }\n        }\n      ],\n      \"profile\": {\n        \"factory\": 22,\n        \"building\": 36,\n        \"dependencies\": 1\n      },\n      \"failed\": false,\n      \"errors\": 0,\n      \"warnings\": 0,\n      \"assets\": [],\n      \"reasons\": [\n        {\n          \"moduleId\": 64,\n          \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_assocIndexOf.js\",\n          \"module\": \"./node_modules/lodash/_assocIndexOf.js\",\n          \"moduleName\": \"./node_modules/lodash/_assocIndexOf.js\",\n          \"type\": \"cjs require\",\n          \"userRequest\": \"./eq\",\n          \"loc\": \"1:9-24\"\n        },\n        {\n          \"moduleId\": 226,\n          \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_equalByTag.js\",\n          \"module\": \"./node_modules/lodash/_equalByTag.js\",\n          \"moduleName\": \"./node_modules/lodash/_equalByTag.js\",\n          \"type\": \"cjs require\",\n          \"userRequest\": \"./eq\",\n          \"loc\": \"3:9-24\"\n        }\n      ],\n      \"usedExports\": true,\n      \"providedExports\": null,\n      \"optimizationBailout\": [\n        \"ModuleConcatenation bailout: Module is not an ECMAScript module\"\n      ],\n      \"depth\": 8,\n      \"source\": \"/**\\n * Performs a\\n * [`SameValueZero`](http://ecma-international.org/ecma-262/7.0/#sec-samevaluezero)\\n * comparison between two values to determine if they are equivalent.\\n *\\n * @static\\n * @memberOf _\\n * @since 4.0.0\\n * @category Lang\\n * @param {*} value The value to compare.\\n * @param {*} other The other value to compare.\\n * @returns {boolean} Returns `true` if the values are equivalent, else `false`.\\n * @example\\n *\\n * var object = { 'a': 1 };\\n * var other = { 'a': 1 };\\n *\\n * _.eq(object, object);\\n * // => true\\n *\\n * _.eq(object, other);\\n * // => false\\n *\\n * _.eq('a', 'a');\\n * // => true\\n *\\n * _.eq('a', Object('a'));\\n * // => false\\n *\\n * _.eq(NaN, NaN);\\n * // => true\\n */\\nfunction eq(value, other) {\\n  return value === other || (value !== value && other !== other);\\n}\\n\\nmodule.exports = eq;\\n\"\n    },\n    {\n      \"id\": 141,\n      \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_baseIsEqual.js\",\n      \"name\": \"./node_modules/lodash/_baseIsEqual.js\",\n      \"index\": 92,\n      \"index2\": 130,\n      \"size\": 1019,\n      \"cacheable\": true,\n      \"built\": true,\n      \"optional\": false,\n      \"prefetched\": false,\n      \"chunks\": [\n        2\n      ],\n      \"issuer\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_baseMatchesProperty.js\",\n      \"issuerId\": 237,\n      \"issuerName\": \"./node_modules/lodash/_baseMatchesProperty.js\",\n      \"issuerPath\": [\n        {\n          \"id\": 191,\n          \"identifier\": \"multi /Users/jarred/Code/styleurl/webpack/customPublicPath /Users/jarred/Code/styleurl/chrome/extension/background\",\n          \"name\": \"multi ./webpack/customPublicPath ./chrome/extension/background\",\n          \"profile\": {\n            \"factory\": 0,\n            \"building\": 0,\n            \"dependencies\": 54\n          }\n        },\n        {\n          \"id\": 192,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/background.js\",\n          \"name\": \"./chrome/extension/background.js\",\n          \"profile\": {\n            \"factory\": 54,\n            \"building\": 639,\n            \"dependencies\": 140\n          }\n        },\n        {\n          \"id\": 193,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/findIndex.js\",\n          \"name\": \"./node_modules/lodash/findIndex.js\",\n          \"profile\": {\n            \"factory\": 140,\n            \"building\": 568,\n            \"dependencies\": 1\n          }\n        },\n        {\n          \"id\": 195,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_baseIteratee.js\",\n          \"name\": \"./node_modules/lodash/_baseIteratee.js\",\n          \"profile\": {\n            \"factory\": 245,\n            \"building\": 75,\n            \"dependencies\": 1\n          }\n        },\n        {\n          \"id\": 237,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_baseMatchesProperty.js\",\n          \"name\": \"./node_modules/lodash/_baseMatchesProperty.js\",\n          \"profile\": {\n            \"factory\": 82,\n            \"building\": 104,\n            \"dependencies\": 78\n          }\n        }\n      ],\n      \"profile\": {\n        \"factory\": 78,\n        \"building\": 20,\n        \"dependencies\": 38\n      },\n      \"failed\": false,\n      \"errors\": 0,\n      \"warnings\": 0,\n      \"assets\": [],\n      \"reasons\": [\n        {\n          \"moduleId\": 197,\n          \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_baseIsMatch.js\",\n          \"module\": \"./node_modules/lodash/_baseIsMatch.js\",\n          \"moduleName\": \"./node_modules/lodash/_baseIsMatch.js\",\n          \"type\": \"cjs require\",\n          \"userRequest\": \"./_baseIsEqual\",\n          \"loc\": \"2:18-43\"\n        },\n        {\n          \"moduleId\": 237,\n          \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_baseMatchesProperty.js\",\n          \"module\": \"./node_modules/lodash/_baseMatchesProperty.js\",\n          \"moduleName\": \"./node_modules/lodash/_baseMatchesProperty.js\",\n          \"type\": \"cjs require\",\n          \"userRequest\": \"./_baseIsEqual\",\n          \"loc\": \"1:18-43\"\n        }\n      ],\n      \"usedExports\": true,\n      \"providedExports\": null,\n      \"optimizationBailout\": [\n        \"ModuleConcatenation bailout: Module is not an ECMAScript module\"\n      ],\n      \"depth\": 5,\n      \"source\": \"var baseIsEqualDeep = require('./_baseIsEqualDeep'),\\n    isObjectLike = require('./isObjectLike');\\n\\n/**\\n * The base implementation of `_.isEqual` which supports partial comparisons\\n * and tracks traversed objects.\\n *\\n * @private\\n * @param {*} value The value to compare.\\n * @param {*} other The other value to compare.\\n * @param {boolean} bitmask The bitmask flags.\\n *  1 - Unordered comparison\\n *  2 - Partial comparison\\n * @param {Function} [customizer] The function to customize comparisons.\\n * @param {Object} [stack] Tracks traversed `value` and `other` objects.\\n * @returns {boolean} Returns `true` if the values are equivalent, else `false`.\\n */\\nfunction baseIsEqual(value, other, bitmask, customizer, stack) {\\n  if (value === other) {\\n    return true;\\n  }\\n  if (value == null || other == null || (!isObjectLike(value) && !isObjectLike(other))) {\\n    return value !== value && other !== other;\\n  }\\n  return baseIsEqualDeep(value, other, bitmask, customizer, baseIsEqual, stack);\\n}\\n\\nmodule.exports = baseIsEqual;\\n\"\n    },\n    {\n      \"id\": 142,\n      \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_equalArrays.js\",\n      \"name\": \"./node_modules/lodash/_equalArrays.js\",\n      \"index\": 94,\n      \"index2\": 91,\n      \"size\": 2595,\n      \"cacheable\": true,\n      \"built\": true,\n      \"optional\": false,\n      \"prefetched\": false,\n      \"chunks\": [\n        2\n      ],\n      \"issuer\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_baseIsEqualDeep.js\",\n      \"issuerId\": 220,\n      \"issuerName\": \"./node_modules/lodash/_baseIsEqualDeep.js\",\n      \"issuerPath\": [\n        {\n          \"id\": 191,\n          \"identifier\": \"multi /Users/jarred/Code/styleurl/webpack/customPublicPath /Users/jarred/Code/styleurl/chrome/extension/background\",\n          \"name\": \"multi ./webpack/customPublicPath ./chrome/extension/background\",\n          \"profile\": {\n            \"factory\": 0,\n            \"building\": 0,\n            \"dependencies\": 54\n          }\n        },\n        {\n          \"id\": 192,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/background.js\",\n          \"name\": \"./chrome/extension/background.js\",\n          \"profile\": {\n            \"factory\": 54,\n            \"building\": 639,\n            \"dependencies\": 140\n          }\n        },\n        {\n          \"id\": 193,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/findIndex.js\",\n          \"name\": \"./node_modules/lodash/findIndex.js\",\n          \"profile\": {\n            \"factory\": 140,\n            \"building\": 568,\n            \"dependencies\": 1\n          }\n        },\n        {\n          \"id\": 195,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_baseIteratee.js\",\n          \"name\": \"./node_modules/lodash/_baseIteratee.js\",\n          \"profile\": {\n            \"factory\": 245,\n            \"building\": 75,\n            \"dependencies\": 1\n          }\n        },\n        {\n          \"id\": 237,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_baseMatchesProperty.js\",\n          \"name\": \"./node_modules/lodash/_baseMatchesProperty.js\",\n          \"profile\": {\n            \"factory\": 82,\n            \"building\": 104,\n            \"dependencies\": 78\n          }\n        },\n        {\n          \"id\": 141,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_baseIsEqual.js\",\n          \"name\": \"./node_modules/lodash/_baseIsEqual.js\",\n          \"profile\": {\n            \"factory\": 78,\n            \"building\": 20,\n            \"dependencies\": 38\n          }\n        },\n        {\n          \"id\": 220,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_baseIsEqualDeep.js\",\n          \"name\": \"./node_modules/lodash/_baseIsEqualDeep.js\",\n          \"profile\": {\n            \"factory\": 40,\n            \"building\": 33,\n            \"dependencies\": 0\n          }\n        }\n      ],\n      \"profile\": {\n        \"factory\": 42,\n        \"building\": 17,\n        \"dependencies\": 0\n      },\n      \"failed\": false,\n      \"errors\": 0,\n      \"warnings\": 0,\n      \"assets\": [],\n      \"reasons\": [\n        {\n          \"moduleId\": 220,\n          \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_baseIsEqualDeep.js\",\n          \"module\": \"./node_modules/lodash/_baseIsEqualDeep.js\",\n          \"moduleName\": \"./node_modules/lodash/_baseIsEqualDeep.js\",\n          \"type\": \"cjs require\",\n          \"userRequest\": \"./_equalArrays\",\n          \"loc\": \"2:18-43\"\n        },\n        {\n          \"moduleId\": 226,\n          \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_equalByTag.js\",\n          \"module\": \"./node_modules/lodash/_equalByTag.js\",\n          \"moduleName\": \"./node_modules/lodash/_equalByTag.js\",\n          \"type\": \"cjs require\",\n          \"userRequest\": \"./_equalArrays\",\n          \"loc\": \"4:18-43\"\n        }\n      ],\n      \"usedExports\": true,\n      \"providedExports\": null,\n      \"optimizationBailout\": [\n        \"ModuleConcatenation bailout: Module is not an ECMAScript module\"\n      ],\n      \"depth\": 7,\n      \"source\": \"var SetCache = require('./_SetCache'),\\n    arraySome = require('./_arraySome'),\\n    cacheHas = require('./_cacheHas');\\n\\n/** Used to compose bitmasks for value comparisons. */\\nvar COMPARE_PARTIAL_FLAG = 1,\\n    COMPARE_UNORDERED_FLAG = 2;\\n\\n/**\\n * A specialized version of `baseIsEqualDeep` for arrays with support for\\n * partial deep comparisons.\\n *\\n * @private\\n * @param {Array} array The array to compare.\\n * @param {Array} other The other array to compare.\\n * @param {number} bitmask The bitmask flags. See `baseIsEqual` for more details.\\n * @param {Function} customizer The function to customize comparisons.\\n * @param {Function} equalFunc The function to determine equivalents of values.\\n * @param {Object} stack Tracks traversed `array` and `other` objects.\\n * @returns {boolean} Returns `true` if the arrays are equivalent, else `false`.\\n */\\nfunction equalArrays(array, other, bitmask, customizer, equalFunc, stack) {\\n  var isPartial = bitmask & COMPARE_PARTIAL_FLAG,\\n      arrLength = array.length,\\n      othLength = other.length;\\n\\n  if (arrLength != othLength && !(isPartial && othLength > arrLength)) {\\n    return false;\\n  }\\n  // Assume cyclic values are equal.\\n  var stacked = stack.get(array);\\n  if (stacked && stack.get(other)) {\\n    return stacked == other;\\n  }\\n  var index = -1,\\n      result = true,\\n      seen = (bitmask & COMPARE_UNORDERED_FLAG) ? new SetCache : undefined;\\n\\n  stack.set(array, other);\\n  stack.set(other, array);\\n\\n  // Ignore non-index properties.\\n  while (++index < arrLength) {\\n    var arrValue = array[index],\\n        othValue = other[index];\\n\\n    if (customizer) {\\n      var compared = isPartial\\n        ? customizer(othValue, arrValue, index, other, array, stack)\\n        : customizer(arrValue, othValue, index, array, other, stack);\\n    }\\n    if (compared !== undefined) {\\n      if (compared) {\\n        continue;\\n      }\\n      result = false;\\n      break;\\n    }\\n    // Recursively compare arrays (susceptible to call stack limits).\\n    if (seen) {\\n      if (!arraySome(other, function(othValue, othIndex) {\\n            if (!cacheHas(seen, othIndex) &&\\n                (arrValue === othValue || equalFunc(arrValue, othValue, bitmask, customizer, stack))) {\\n              return seen.push(othIndex);\\n            }\\n          })) {\\n        result = false;\\n        break;\\n      }\\n    } else if (!(\\n          arrValue === othValue ||\\n            equalFunc(arrValue, othValue, bitmask, customizer, stack)\\n        )) {\\n      result = false;\\n      break;\\n    }\\n  }\\n  stack['delete'](array);\\n  stack['delete'](other);\\n  return result;\\n}\\n\\nmodule.exports = equalArrays;\\n\"\n    },\n    {\n      \"id\": 143,\n      \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_isStrictComparable.js\",\n      \"name\": \"./node_modules/lodash/_isStrictComparable.js\",\n      \"index\": 138,\n      \"index2\": 132,\n      \"size\": 414,\n      \"cacheable\": true,\n      \"built\": true,\n      \"optional\": false,\n      \"prefetched\": false,\n      \"chunks\": [\n        2\n      ],\n      \"issuer\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_baseMatchesProperty.js\",\n      \"issuerId\": 237,\n      \"issuerName\": \"./node_modules/lodash/_baseMatchesProperty.js\",\n      \"issuerPath\": [\n        {\n          \"id\": 191,\n          \"identifier\": \"multi /Users/jarred/Code/styleurl/webpack/customPublicPath /Users/jarred/Code/styleurl/chrome/extension/background\",\n          \"name\": \"multi ./webpack/customPublicPath ./chrome/extension/background\",\n          \"profile\": {\n            \"factory\": 0,\n            \"building\": 0,\n            \"dependencies\": 54\n          }\n        },\n        {\n          \"id\": 192,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/background.js\",\n          \"name\": \"./chrome/extension/background.js\",\n          \"profile\": {\n            \"factory\": 54,\n            \"building\": 639,\n            \"dependencies\": 140\n          }\n        },\n        {\n          \"id\": 193,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/findIndex.js\",\n          \"name\": \"./node_modules/lodash/findIndex.js\",\n          \"profile\": {\n            \"factory\": 140,\n            \"building\": 568,\n            \"dependencies\": 1\n          }\n        },\n        {\n          \"id\": 195,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_baseIteratee.js\",\n          \"name\": \"./node_modules/lodash/_baseIteratee.js\",\n          \"profile\": {\n            \"factory\": 245,\n            \"building\": 75,\n            \"dependencies\": 1\n          }\n        },\n        {\n          \"id\": 237,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_baseMatchesProperty.js\",\n          \"name\": \"./node_modules/lodash/_baseMatchesProperty.js\",\n          \"profile\": {\n            \"factory\": 82,\n            \"building\": 104,\n            \"dependencies\": 78\n          }\n        }\n      ],\n      \"profile\": {\n        \"factory\": 78,\n        \"building\": 20,\n        \"dependencies\": 38\n      },\n      \"failed\": false,\n      \"errors\": 0,\n      \"warnings\": 0,\n      \"assets\": [],\n      \"reasons\": [\n        {\n          \"moduleId\": 236,\n          \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_getMatchData.js\",\n          \"module\": \"./node_modules/lodash/_getMatchData.js\",\n          \"moduleName\": \"./node_modules/lodash/_getMatchData.js\",\n          \"type\": \"cjs require\",\n          \"userRequest\": \"./_isStrictComparable\",\n          \"loc\": \"1:25-57\"\n        },\n        {\n          \"moduleId\": 237,\n          \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_baseMatchesProperty.js\",\n          \"module\": \"./node_modules/lodash/_baseMatchesProperty.js\",\n          \"moduleName\": \"./node_modules/lodash/_baseMatchesProperty.js\",\n          \"type\": \"cjs require\",\n          \"userRequest\": \"./_isStrictComparable\",\n          \"loc\": \"5:25-57\"\n        }\n      ],\n      \"usedExports\": true,\n      \"providedExports\": null,\n      \"optimizationBailout\": [\n        \"ModuleConcatenation bailout: Module is not an ECMAScript module\"\n      ],\n      \"depth\": 5,\n      \"source\": \"var isObject = require('./isObject');\\n\\n/**\\n * Checks if `value` is suitable for strict equality comparisons, i.e. `===`.\\n *\\n * @private\\n * @param {*} value The value to check.\\n * @returns {boolean} Returns `true` if `value` if suitable for strict\\n *  equality comparisons, else `false`.\\n */\\nfunction isStrictComparable(value) {\\n  return value === value && !isObject(value);\\n}\\n\\nmodule.exports = isStrictComparable;\\n\"\n    },\n    {\n      \"id\": 144,\n      \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_matchesStrictComparable.js\",\n      \"name\": \"./node_modules/lodash/_matchesStrictComparable.js\",\n      \"index\": 139,\n      \"index2\": 134,\n      \"size\": 574,\n      \"cacheable\": true,\n      \"built\": true,\n      \"optional\": false,\n      \"prefetched\": false,\n      \"chunks\": [\n        2\n      ],\n      \"issuer\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_baseMatches.js\",\n      \"issuerId\": 196,\n      \"issuerName\": \"./node_modules/lodash/_baseMatches.js\",\n      \"issuerPath\": [\n        {\n          \"id\": 191,\n          \"identifier\": \"multi /Users/jarred/Code/styleurl/webpack/customPublicPath /Users/jarred/Code/styleurl/chrome/extension/background\",\n          \"name\": \"multi ./webpack/customPublicPath ./chrome/extension/background\",\n          \"profile\": {\n            \"factory\": 0,\n            \"building\": 0,\n            \"dependencies\": 54\n          }\n        },\n        {\n          \"id\": 192,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/background.js\",\n          \"name\": \"./chrome/extension/background.js\",\n          \"profile\": {\n            \"factory\": 54,\n            \"building\": 639,\n            \"dependencies\": 140\n          }\n        },\n        {\n          \"id\": 193,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/findIndex.js\",\n          \"name\": \"./node_modules/lodash/findIndex.js\",\n          \"profile\": {\n            \"factory\": 140,\n            \"building\": 568,\n            \"dependencies\": 1\n          }\n        },\n        {\n          \"id\": 195,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_baseIteratee.js\",\n          \"name\": \"./node_modules/lodash/_baseIteratee.js\",\n          \"profile\": {\n            \"factory\": 245,\n            \"building\": 75,\n            \"dependencies\": 1\n          }\n        },\n        {\n          \"id\": 196,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_baseMatches.js\",\n          \"name\": \"./node_modules/lodash/_baseMatches.js\",\n          \"profile\": {\n            \"factory\": 82,\n            \"building\": 104,\n            \"dependencies\": 78\n          }\n        }\n      ],\n      \"profile\": {\n        \"factory\": 78,\n        \"building\": 19,\n        \"dependencies\": 1\n      },\n      \"failed\": false,\n      \"errors\": 0,\n      \"warnings\": 0,\n      \"assets\": [],\n      \"reasons\": [\n        {\n          \"moduleId\": 196,\n          \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_baseMatches.js\",\n          \"module\": \"./node_modules/lodash/_baseMatches.js\",\n          \"moduleName\": \"./node_modules/lodash/_baseMatches.js\",\n          \"type\": \"cjs require\",\n          \"userRequest\": \"./_matchesStrictComparable\",\n          \"loc\": \"3:30-67\"\n        },\n        {\n          \"moduleId\": 237,\n          \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_baseMatchesProperty.js\",\n          \"module\": \"./node_modules/lodash/_baseMatchesProperty.js\",\n          \"moduleName\": \"./node_modules/lodash/_baseMatchesProperty.js\",\n          \"type\": \"cjs require\",\n          \"userRequest\": \"./_matchesStrictComparable\",\n          \"loc\": \"6:30-67\"\n        }\n      ],\n      \"usedExports\": true,\n      \"providedExports\": null,\n      \"optimizationBailout\": [\n        \"ModuleConcatenation bailout: Module is not an ECMAScript module\"\n      ],\n      \"depth\": 5,\n      \"source\": \"/**\\n * A specialized version of `matchesProperty` for source values suitable\\n * for strict equality comparisons, i.e. `===`.\\n *\\n * @private\\n * @param {string} key The key of the property to get.\\n * @param {*} srcValue The value to match.\\n * @returns {Function} Returns the new spec function.\\n */\\nfunction matchesStrictComparable(key, srcValue) {\\n  return function(object) {\\n    if (object == null) {\\n      return false;\\n    }\\n    return object[key] === srcValue &&\\n      (srcValue !== undefined || (key in Object(object)));\\n  };\\n}\\n\\nmodule.exports = matchesStrictComparable;\\n\"\n    },\n    {\n      \"id\": 145,\n      \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_baseGet.js\",\n      \"name\": \"./node_modules/lodash/_baseGet.js\",\n      \"index\": 142,\n      \"index2\": 146,\n      \"size\": 616,\n      \"cacheable\": true,\n      \"built\": true,\n      \"optional\": false,\n      \"prefetched\": false,\n      \"chunks\": [\n        2\n      ],\n      \"issuer\": \"/Users/jarred/Code/styleurl/node_modules/lodash/get.js\",\n      \"issuerId\": 238,\n      \"issuerName\": \"./node_modules/lodash/get.js\",\n      \"issuerPath\": [\n        {\n          \"id\": 191,\n          \"identifier\": \"multi /Users/jarred/Code/styleurl/webpack/customPublicPath /Users/jarred/Code/styleurl/chrome/extension/background\",\n          \"name\": \"multi ./webpack/customPublicPath ./chrome/extension/background\",\n          \"profile\": {\n            \"factory\": 0,\n            \"building\": 0,\n            \"dependencies\": 54\n          }\n        },\n        {\n          \"id\": 192,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/background.js\",\n          \"name\": \"./chrome/extension/background.js\",\n          \"profile\": {\n            \"factory\": 54,\n            \"building\": 639,\n            \"dependencies\": 140\n          }\n        },\n        {\n          \"id\": 193,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/findIndex.js\",\n          \"name\": \"./node_modules/lodash/findIndex.js\",\n          \"profile\": {\n            \"factory\": 140,\n            \"building\": 568,\n            \"dependencies\": 1\n          }\n        },\n        {\n          \"id\": 195,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_baseIteratee.js\",\n          \"name\": \"./node_modules/lodash/_baseIteratee.js\",\n          \"profile\": {\n            \"factory\": 245,\n            \"building\": 75,\n            \"dependencies\": 1\n          }\n        },\n        {\n          \"id\": 237,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_baseMatchesProperty.js\",\n          \"name\": \"./node_modules/lodash/_baseMatchesProperty.js\",\n          \"profile\": {\n            \"factory\": 82,\n            \"building\": 104,\n            \"dependencies\": 78\n          }\n        },\n        {\n          \"id\": 238,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/get.js\",\n          \"name\": \"./node_modules/lodash/get.js\",\n          \"profile\": {\n            \"factory\": 78,\n            \"building\": 20,\n            \"dependencies\": 38\n          }\n        }\n      ],\n      \"profile\": {\n        \"factory\": 39,\n        \"building\": 35,\n        \"dependencies\": 0\n      },\n      \"failed\": false,\n      \"errors\": 0,\n      \"warnings\": 0,\n      \"assets\": [],\n      \"reasons\": [\n        {\n          \"moduleId\": 238,\n          \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/get.js\",\n          \"module\": \"./node_modules/lodash/get.js\",\n          \"moduleName\": \"./node_modules/lodash/get.js\",\n          \"type\": \"cjs require\",\n          \"userRequest\": \"./_baseGet\",\n          \"loc\": \"1:14-35\"\n        },\n        {\n          \"moduleId\": 249,\n          \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_basePropertyDeep.js\",\n          \"module\": \"./node_modules/lodash/_basePropertyDeep.js\",\n          \"moduleName\": \"./node_modules/lodash/_basePropertyDeep.js\",\n          \"type\": \"cjs require\",\n          \"userRequest\": \"./_baseGet\",\n          \"loc\": \"1:14-35\"\n        }\n      ],\n      \"usedExports\": true,\n      \"providedExports\": null,\n      \"optimizationBailout\": [\n        \"ModuleConcatenation bailout: Module is not an ECMAScript module\"\n      ],\n      \"depth\": 6,\n      \"source\": \"var castPath = require('./_castPath'),\\n    toKey = require('./_toKey');\\n\\n/**\\n * The base implementation of `_.get` without support for default values.\\n *\\n * @private\\n * @param {Object} object The object to query.\\n * @param {Array|string} path The path of the property to get.\\n * @returns {*} Returns the resolved value.\\n */\\nfunction baseGet(object, path) {\\n  path = castPath(path, object);\\n\\n  var index = 0,\\n      length = path.length;\\n\\n  while (object != null && index < length) {\\n    object = object[toKey(path[index++])];\\n  }\\n  return (index && index == length) ? object : undefined;\\n}\\n\\nmodule.exports = baseGet;\\n\"\n    },\n    {\n      \"id\": 146,\n      \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_castPath.js\",\n      \"name\": \"./node_modules/lodash/_castPath.js\",\n      \"index\": 143,\n      \"index2\": 144,\n      \"size\": 569,\n      \"cacheable\": true,\n      \"built\": true,\n      \"optional\": false,\n      \"prefetched\": false,\n      \"chunks\": [\n        2\n      ],\n      \"issuer\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_baseGet.js\",\n      \"issuerId\": 145,\n      \"issuerName\": \"./node_modules/lodash/_baseGet.js\",\n      \"issuerPath\": [\n        {\n          \"id\": 191,\n          \"identifier\": \"multi /Users/jarred/Code/styleurl/webpack/customPublicPath /Users/jarred/Code/styleurl/chrome/extension/background\",\n          \"name\": \"multi ./webpack/customPublicPath ./chrome/extension/background\",\n          \"profile\": {\n            \"factory\": 0,\n            \"building\": 0,\n            \"dependencies\": 54\n          }\n        },\n        {\n          \"id\": 192,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/background.js\",\n          \"name\": \"./chrome/extension/background.js\",\n          \"profile\": {\n            \"factory\": 54,\n            \"building\": 639,\n            \"dependencies\": 140\n          }\n        },\n        {\n          \"id\": 193,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/findIndex.js\",\n          \"name\": \"./node_modules/lodash/findIndex.js\",\n          \"profile\": {\n            \"factory\": 140,\n            \"building\": 568,\n            \"dependencies\": 1\n          }\n        },\n        {\n          \"id\": 195,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_baseIteratee.js\",\n          \"name\": \"./node_modules/lodash/_baseIteratee.js\",\n          \"profile\": {\n            \"factory\": 245,\n            \"building\": 75,\n            \"dependencies\": 1\n          }\n        },\n        {\n          \"id\": 237,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_baseMatchesProperty.js\",\n          \"name\": \"./node_modules/lodash/_baseMatchesProperty.js\",\n          \"profile\": {\n            \"factory\": 82,\n            \"building\": 104,\n            \"dependencies\": 78\n          }\n        },\n        {\n          \"id\": 238,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/get.js\",\n          \"name\": \"./node_modules/lodash/get.js\",\n          \"profile\": {\n            \"factory\": 78,\n            \"building\": 20,\n            \"dependencies\": 38\n          }\n        },\n        {\n          \"id\": 145,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_baseGet.js\",\n          \"name\": \"./node_modules/lodash/_baseGet.js\",\n          \"profile\": {\n            \"factory\": 39,\n            \"building\": 35,\n            \"dependencies\": 0\n          }\n        }\n      ],\n      \"profile\": {\n        \"factory\": 40,\n        \"building\": 19,\n        \"dependencies\": 0\n      },\n      \"failed\": false,\n      \"errors\": 0,\n      \"warnings\": 0,\n      \"assets\": [],\n      \"reasons\": [\n        {\n          \"moduleId\": 145,\n          \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_baseGet.js\",\n          \"module\": \"./node_modules/lodash/_baseGet.js\",\n          \"moduleName\": \"./node_modules/lodash/_baseGet.js\",\n          \"type\": \"cjs require\",\n          \"userRequest\": \"./_castPath\",\n          \"loc\": \"1:15-37\"\n        },\n        {\n          \"moduleId\": 246,\n          \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_hasPath.js\",\n          \"module\": \"./node_modules/lodash/_hasPath.js\",\n          \"moduleName\": \"./node_modules/lodash/_hasPath.js\",\n          \"type\": \"cjs require\",\n          \"userRequest\": \"./_castPath\",\n          \"loc\": \"1:15-37\"\n        }\n      ],\n      \"usedExports\": true,\n      \"providedExports\": null,\n      \"optimizationBailout\": [\n        \"ModuleConcatenation bailout: Module is not an ECMAScript module\"\n      ],\n      \"depth\": 7,\n      \"source\": \"var isArray = require('./isArray'),\\n    isKey = require('./_isKey'),\\n    stringToPath = require('./_stringToPath'),\\n    toString = require('./toString');\\n\\n/**\\n * Casts `value` to a path array if it's not one.\\n *\\n * @private\\n * @param {*} value The value to inspect.\\n * @param {Object} [object] The object to query keys on.\\n * @returns {Array} Returns the cast property path array.\\n */\\nfunction castPath(value, object) {\\n  if (isArray(value)) {\\n    return value;\\n  }\\n  return isKey(value, object) ? [value] : stringToPath(toString(value));\\n}\\n\\nmodule.exports = castPath;\\n\"\n    },\n    {\n      \"id\": 147,\n      \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_arrayMap.js\",\n      \"name\": \"./node_modules/lodash/_arrayMap.js\",\n      \"index\": 151,\n      \"index2\": 141,\n      \"size\": 556,\n      \"cacheable\": true,\n      \"built\": true,\n      \"optional\": false,\n      \"prefetched\": false,\n      \"chunks\": [\n        2\n      ],\n      \"issuer\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_baseValues.js\",\n      \"issuerId\": 254,\n      \"issuerName\": \"./node_modules/lodash/_baseValues.js\",\n      \"issuerPath\": [\n        {\n          \"id\": 191,\n          \"identifier\": \"multi /Users/jarred/Code/styleurl/webpack/customPublicPath /Users/jarred/Code/styleurl/chrome/extension/background\",\n          \"name\": \"multi ./webpack/customPublicPath ./chrome/extension/background\",\n          \"profile\": {\n            \"factory\": 0,\n            \"building\": 0,\n            \"dependencies\": 54\n          }\n        },\n        {\n          \"id\": 192,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/background.js\",\n          \"name\": \"./chrome/extension/background.js\",\n          \"profile\": {\n            \"factory\": 54,\n            \"building\": 639,\n            \"dependencies\": 140\n          }\n        },\n        {\n          \"id\": 253,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/values.js\",\n          \"name\": \"./node_modules/lodash/values.js\",\n          \"profile\": {\n            \"factory\": 140,\n            \"building\": 568,\n            \"dependencies\": 1\n          }\n        },\n        {\n          \"id\": 254,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_baseValues.js\",\n          \"name\": \"./node_modules/lodash/_baseValues.js\",\n          \"profile\": {\n            \"factory\": 261,\n            \"building\": 58\n          }\n        }\n      ],\n      \"profile\": {\n        \"factory\": 82,\n        \"building\": 104\n      },\n      \"failed\": false,\n      \"errors\": 0,\n      \"warnings\": 0,\n      \"assets\": [],\n      \"reasons\": [\n        {\n          \"moduleId\": 243,\n          \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_baseToString.js\",\n          \"module\": \"./node_modules/lodash/_baseToString.js\",\n          \"moduleName\": \"./node_modules/lodash/_baseToString.js\",\n          \"type\": \"cjs require\",\n          \"userRequest\": \"./_arrayMap\",\n          \"loc\": \"2:15-37\"\n        },\n        {\n          \"moduleId\": 254,\n          \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_baseValues.js\",\n          \"module\": \"./node_modules/lodash/_baseValues.js\",\n          \"moduleName\": \"./node_modules/lodash/_baseValues.js\",\n          \"type\": \"cjs require\",\n          \"userRequest\": \"./_arrayMap\",\n          \"loc\": \"1:15-37\"\n        }\n      ],\n      \"usedExports\": true,\n      \"providedExports\": null,\n      \"optimizationBailout\": [\n        \"ModuleConcatenation bailout: Module is not an ECMAScript module\"\n      ],\n      \"depth\": 4,\n      \"source\": \"/**\\n * A specialized version of `_.map` for arrays without support for iteratee\\n * shorthands.\\n *\\n * @private\\n * @param {Array} [array] The array to iterate over.\\n * @param {Function} iteratee The function invoked per iteration.\\n * @returns {Array} Returns the new mapped array.\\n */\\nfunction arrayMap(array, iteratee) {\\n  var index = -1,\\n      length = array == null ? 0 : array.length,\\n      result = Array(length);\\n\\n  while (++index < length) {\\n    result[index] = iteratee(array[index], index, array);\\n  }\\n  return result;\\n}\\n\\nmodule.exports = arrayMap;\\n\"\n    },\n    {\n      \"id\": 148,\n      \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/memfs/lib/node.js\",\n      \"name\": \"./node_modules/memfs/lib/node.js\",\n      \"index\": 215,\n      \"index2\": 212,\n      \"size\": 15805,\n      \"cacheable\": true,\n      \"built\": true,\n      \"optional\": false,\n      \"prefetched\": false,\n      \"chunks\": [\n        2\n      ],\n      \"issuer\": \"/Users/jarred/Code/styleurl/node_modules/memfs/lib/index.js\",\n      \"issuerId\": 69,\n      \"issuerName\": \"./node_modules/memfs/lib/index.js\",\n      \"issuerPath\": [\n        {\n          \"id\": 191,\n          \"identifier\": \"multi /Users/jarred/Code/styleurl/webpack/customPublicPath /Users/jarred/Code/styleurl/chrome/extension/background\",\n          \"name\": \"multi ./webpack/customPublicPath ./chrome/extension/background\",\n          \"profile\": {\n            \"factory\": 0,\n            \"building\": 0,\n            \"dependencies\": 54\n          }\n        },\n        {\n          \"id\": 192,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/background.js\",\n          \"name\": \"./chrome/extension/background.js\",\n          \"profile\": {\n            \"factory\": 54,\n            \"building\": 639,\n            \"dependencies\": 140\n          }\n        },\n        {\n          \"id\": 255,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/stylesheet-differ/lib/index.js\",\n          \"name\": \"./node_modules/stylesheet-differ/lib/index.js\",\n          \"profile\": {\n            \"factory\": 140,\n            \"building\": 568,\n            \"dependencies\": 1\n          }\n        },\n        {\n          \"id\": 256,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/native-css/index.js\",\n          \"name\": \"./node_modules/native-css/index.js\",\n          \"profile\": {\n            \"factory\": 189,\n            \"building\": 603,\n            \"dependencies\": 1\n          }\n        },\n        {\n          \"id\": 257,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/native-css/src/native-css.js\",\n          \"name\": \"./node_modules/native-css/src/native-css.js\",\n          \"profile\": {\n            \"factory\": 26,\n            \"building\": 63,\n            \"dependencies\": 14\n          }\n        },\n        {\n          \"id\": 69,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/memfs/lib/index.js\",\n          \"name\": \"./node_modules/memfs/lib/index.js\",\n          \"profile\": {\n            \"factory\": 117,\n            \"building\": 25,\n            \"dependencies\": 27\n          }\n        }\n      ],\n      \"profile\": {\n        \"factory\": 51,\n        \"building\": 84,\n        \"dependencies\": 2\n      },\n      \"failed\": false,\n      \"errors\": 0,\n      \"warnings\": 0,\n      \"assets\": [],\n      \"reasons\": [\n        {\n          \"moduleId\": 69,\n          \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/memfs/lib/index.js\",\n          \"module\": \"./node_modules/memfs/lib/index.js\",\n          \"moduleName\": \"./node_modules/memfs/lib/index.js\",\n          \"type\": \"cjs require\",\n          \"userRequest\": \"./node\",\n          \"loc\": \"11:13-30\"\n        },\n        {\n          \"moduleId\": 260,\n          \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/memfs/lib/volume.js\",\n          \"module\": \"./node_modules/memfs/lib/volume.js\",\n          \"moduleName\": \"./node_modules/memfs/lib/volume.js\",\n          \"type\": \"cjs require\",\n          \"userRequest\": \"./node\",\n          \"loc\": \"15:13-30\"\n        }\n      ],\n      \"usedExports\": true,\n      \"providedExports\": null,\n      \"optimizationBailout\": [\n        \"ModuleConcatenation bailout: Module is not an ECMAScript module\"\n      ],\n      \"depth\": 6,\n      \"source\": \"\\\"use strict\\\";\\nvar __extends = (this && this.__extends) || (function () {\\n    var extendStatics = Object.setPrototypeOf ||\\n        ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||\\n        function (d, b) { for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; };\\n    return function (d, b) {\\n        extendStatics(d, b);\\n        function __() { this.constructor = d; }\\n        d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());\\n    };\\n})();\\nObject.defineProperty(exports, \\\"__esModule\\\", { value: true });\\nvar process_1 = require(\\\"./process\\\");\\nvar constants_1 = require(\\\"./constants\\\");\\nvar events_1 = require(\\\"events\\\");\\nvar S_IFMT = constants_1.constants.S_IFMT, S_IFDIR = constants_1.constants.S_IFDIR, S_IFREG = constants_1.constants.S_IFREG, S_IFBLK = constants_1.constants.S_IFBLK, S_IFCHR = constants_1.constants.S_IFCHR, S_IFLNK = constants_1.constants.S_IFLNK, S_IFIFO = constants_1.constants.S_IFIFO, S_IFSOCK = constants_1.constants.S_IFSOCK, O_APPEND = constants_1.constants.O_APPEND;\\nexports.SEP = '/';\\n/**\\n * Node in a file system (like i-node, v-node).\\n */\\nvar Node = /** @class */ (function (_super) {\\n    __extends(Node, _super);\\n    function Node(ino, perm) {\\n        if (perm === void 0) { perm = 438; }\\n        var _this = _super.call(this) || this;\\n        // User ID and group ID.\\n        _this.uid = process_1.default.getuid();\\n        _this.gid = process_1.default.getgid();\\n        _this.atime = new Date;\\n        _this.mtime = new Date;\\n        _this.ctime = new Date;\\n        // data: string = '';\\n        _this.buf = null;\\n        _this.perm = 438; // Permissions `chmod`, `fchmod`\\n        _this.mode = S_IFREG; // S_IFDIR, S_IFREG, etc.. (file by default?)\\n        // Number of hard links pointing at this Node.\\n        _this.nlink = 1;\\n        // Steps to another node, if this node is a symlink.\\n        _this.symlink = null;\\n        _this.perm = perm;\\n        _this.mode |= perm;\\n        _this.ino = ino;\\n        return _this;\\n    }\\n    Node.prototype.getString = function (encoding) {\\n        if (encoding === void 0) { encoding = 'utf8'; }\\n        return this.getBuffer().toString(encoding);\\n    };\\n    Node.prototype.setString = function (str) {\\n        // this.setBuffer(Buffer.from(str, 'utf8'));\\n        this.buf = Buffer.from(str, 'utf8');\\n        this.touch();\\n    };\\n    Node.prototype.getBuffer = function () {\\n        if (!this.buf)\\n            this.setBuffer(Buffer.allocUnsafe(0));\\n        return Buffer.from(this.buf); // Return a copy.\\n    };\\n    Node.prototype.setBuffer = function (buf) {\\n        this.buf = Buffer.from(buf); // Creates a copy of data.\\n        this.touch();\\n    };\\n    Node.prototype.getSize = function () {\\n        return this.buf ? this.buf.length : 0;\\n    };\\n    Node.prototype.setModeProperty = function (property) {\\n        this.mode = (this.mode & ~S_IFMT) | property;\\n    };\\n    Node.prototype.setIsFile = function () {\\n        this.setModeProperty(S_IFREG);\\n    };\\n    Node.prototype.setIsDirectory = function () {\\n        this.setModeProperty(S_IFDIR);\\n    };\\n    Node.prototype.setIsSymlink = function () {\\n        this.setModeProperty(S_IFLNK);\\n    };\\n    Node.prototype.isFile = function () {\\n        return (this.mode & S_IFMT) === S_IFREG;\\n    };\\n    Node.prototype.isDirectory = function () {\\n        return (this.mode & S_IFMT) === S_IFDIR;\\n    };\\n    Node.prototype.isSymlink = function () {\\n        // return !!this.symlink;\\n        return (this.mode & S_IFMT) === S_IFLNK;\\n    };\\n    Node.prototype.makeSymlink = function (steps) {\\n        this.symlink = steps;\\n        this.setIsSymlink();\\n    };\\n    Node.prototype.write = function (buf, off, len, pos) {\\n        if (off === void 0) { off = 0; }\\n        if (len === void 0) { len = buf.length; }\\n        if (pos === void 0) { pos = 0; }\\n        if (!this.buf)\\n            this.buf = Buffer.allocUnsafe(0);\\n        if (pos + len > this.buf.length) {\\n            var newBuf = Buffer.allocUnsafe(pos + len);\\n            this.buf.copy(newBuf, 0, 0, this.buf.length);\\n            this.buf = newBuf;\\n        }\\n        buf.copy(this.buf, pos, off, off + len);\\n        this.touch();\\n        return len;\\n    };\\n    // Returns the number of bytes read.\\n    Node.prototype.read = function (buf, off, len, pos) {\\n        if (off === void 0) { off = 0; }\\n        if (len === void 0) { len = buf.byteLength; }\\n        if (pos === void 0) { pos = 0; }\\n        if (!this.buf)\\n            this.buf = Buffer.allocUnsafe(0);\\n        var actualLen = len;\\n        if (actualLen > buf.byteLength) {\\n            actualLen = buf.byteLength;\\n        }\\n        if (actualLen + pos > this.buf.length) {\\n            actualLen = this.buf.length - pos;\\n        }\\n        this.buf.copy(buf, off, pos, pos + actualLen);\\n        return actualLen;\\n    };\\n    Node.prototype.truncate = function (len) {\\n        if (len === void 0) { len = 0; }\\n        if (!len)\\n            this.buf = Buffer.allocUnsafe(0);\\n        else {\\n            if (!this.buf)\\n                this.buf = Buffer.allocUnsafe(0);\\n            if (len <= this.buf.length) {\\n                this.buf = this.buf.slice(0, len);\\n            }\\n            else {\\n                var buf = Buffer.allocUnsafe(0);\\n                this.buf.copy(buf);\\n                buf.fill(0, len);\\n            }\\n        }\\n        this.touch();\\n    };\\n    Node.prototype.chmod = function (perm) {\\n        this.perm = perm;\\n        this.mode |= perm;\\n        this.touch();\\n    };\\n    Node.prototype.chown = function (uid, gid) {\\n        this.uid = uid;\\n        this.gid = gid;\\n        this.touch();\\n    };\\n    Node.prototype.touch = function () {\\n        this.mtime = new Date;\\n        this.emit('change', this);\\n    };\\n    Node.prototype.canRead = function (uid, gid) {\\n        if (uid === void 0) { uid = process_1.default.getuid(); }\\n        if (gid === void 0) { gid = process_1.default.getgid(); }\\n        if (this.perm & 4 /* IROTH */) {\\n            return true;\\n        }\\n        if (gid === this.gid) {\\n            if (this.perm & 32 /* IRGRP */) {\\n                return true;\\n            }\\n        }\\n        if (uid === this.uid) {\\n            if (this.perm & 256 /* IRUSR */) {\\n                return true;\\n            }\\n        }\\n        return false;\\n    };\\n    Node.prototype.canWrite = function (uid, gid) {\\n        if (uid === void 0) { uid = process_1.default.getuid(); }\\n        if (gid === void 0) { gid = process_1.default.getgid(); }\\n        if (this.perm & 2 /* IWOTH */) {\\n            return true;\\n        }\\n        if (gid === this.gid) {\\n            if (this.perm & 16 /* IWGRP */) {\\n                return true;\\n            }\\n        }\\n        if (uid === this.uid) {\\n            if (this.perm & 128 /* IWUSR */) {\\n                return true;\\n            }\\n        }\\n        return false;\\n    };\\n    Node.prototype.del = function () {\\n        this.emit('delete', this);\\n    };\\n    Node.prototype.toJSON = function () {\\n        return {\\n            ino: this.ino,\\n            uid: this.uid,\\n            gid: this.gid,\\n            atime: this.atime.getTime(),\\n            mtime: this.mtime.getTime(),\\n            ctime: this.ctime.getTime(),\\n            perm: this.perm,\\n            mode: this.mode,\\n            nlink: this.nlink,\\n            symlink: this.symlink,\\n            data: this.getString(),\\n        };\\n    };\\n    return Node;\\n}(events_1.EventEmitter));\\nexports.Node = Node;\\n/**\\n * Represents a hard link that points to an i-node `node`.\\n */\\nvar Link = /** @class */ (function (_super) {\\n    __extends(Link, _super);\\n    function Link(vol, parent, name) {\\n        var _this = _super.call(this) || this;\\n        _this.parent = null;\\n        _this.children = {};\\n        // Path to this node as Array: ['usr', 'bin', 'node'].\\n        _this.steps = [];\\n        // \\\"i-node\\\" of this hard link.\\n        _this.node = null;\\n        // \\\"i-node\\\" number of the node.\\n        _this.ino = 0;\\n        // Number of children.\\n        _this.length = 0;\\n        _this.vol = vol;\\n        _this.parent = parent;\\n        _this.steps = parent ? parent.steps.concat([name]) : [name];\\n        return _this;\\n    }\\n    Link.prototype.setNode = function (node) {\\n        this.node = node;\\n        this.ino = node.ino;\\n    };\\n    Link.prototype.getNode = function () {\\n        return this.node;\\n    };\\n    Link.prototype.createChild = function (name, node) {\\n        if (node === void 0) { node = this.vol.createNode(); }\\n        var link = new Link(this.vol, this, name);\\n        link.setNode(node);\\n        if (node.isDirectory()) {\\n            // link.setChild('.', link);\\n            // link.getNode().nlink++;\\n            // link.setChild('..', this);\\n            // this.getNode().nlink++;\\n        }\\n        this.setChild(name, link);\\n        return link;\\n    };\\n    Link.prototype.setChild = function (name, link) {\\n        if (link === void 0) { link = new Link(this.vol, this, name); }\\n        this.children[name] = link;\\n        link.parent = this;\\n        this.length++;\\n        this.emit('child:add', link, this);\\n        return link;\\n    };\\n    Link.prototype.deleteChild = function (link) {\\n        delete this.children[link.getName()];\\n        this.length--;\\n        this.emit('child:delete', link, this);\\n    };\\n    Link.prototype.getChild = function (name) {\\n        return this.children[name];\\n    };\\n    Link.prototype.getPath = function () {\\n        return this.steps.join(exports.SEP);\\n    };\\n    Link.prototype.getName = function () {\\n        return this.steps[this.steps.length - 1];\\n    };\\n    // del() {\\n    //     const parent = this.parent;\\n    //     if(parent) {\\n    //         parent.deleteChild(link);\\n    //     }\\n    //     this.parent = null;\\n    //     this.vol = null;\\n    // }\\n    /**\\n     * Walk the tree path and return the `Link` at that location, if any.\\n     * @param steps {string[]} Desired location.\\n     * @param stop {number} Max steps to go into.\\n     * @param i {number} Current step in the `steps` array.\\n     * @returns {any}\\n     */\\n    Link.prototype.walk = function (steps, stop, i) {\\n        if (stop === void 0) { stop = steps.length; }\\n        if (i === void 0) { i = 0; }\\n        if (i >= steps.length)\\n            return this;\\n        if (i >= stop)\\n            return this;\\n        var step = steps[i];\\n        var link = this.getChild(step);\\n        if (!link)\\n            return null;\\n        return link.walk(steps, stop, i + 1);\\n    };\\n    Link.prototype.toJSON = function () {\\n        for (var ch in this.children) {\\n            console.log('ch', ch);\\n        }\\n        return {\\n            steps: this.steps,\\n            ino: this.ino,\\n            children: Object.keys(this.children),\\n        };\\n    };\\n    return Link;\\n}(events_1.EventEmitter));\\nexports.Link = Link;\\n/**\\n * Represents an open file (file descriptor) that points to a `Link` (Hard-link) and a `Node`.\\n */\\nvar File = /** @class */ (function () {\\n    /**\\n     * Open a Link-Node pair. `node` is provided separately as that might be a different node\\n     * rather the one `link` points to, because it might be a symlink.\\n     * @param link\\n     * @param node\\n     * @param flags\\n     * @param fd\\n     */\\n    function File(link, node, flags, fd) {\\n        /**\\n         * Hard link that this file opened.\\n         * @type {any}\\n         */\\n        this.link = null;\\n        /**\\n         * Reference to a `Node`.\\n         * @type {Node}\\n         */\\n        this.node = null;\\n        /**\\n         * A cursor/offset position in a file, where data will be written on write.\\n         * User can \\\"seek\\\" this position.\\n         */\\n        this.position = 0;\\n        this.link = link;\\n        this.node = node;\\n        this.flags = flags;\\n        this.fd = fd;\\n    }\\n    File.prototype.getString = function (encoding) {\\n        if (encoding === void 0) { encoding = 'utf8'; }\\n        return this.node.getString();\\n    };\\n    File.prototype.setString = function (str) {\\n        this.node.setString(str);\\n    };\\n    File.prototype.getBuffer = function () {\\n        return this.node.getBuffer();\\n    };\\n    File.prototype.setBuffer = function (buf) {\\n        this.node.setBuffer(buf);\\n    };\\n    File.prototype.getSize = function () {\\n        return this.node.getSize();\\n    };\\n    File.prototype.truncate = function (len) {\\n        this.node.truncate(len);\\n    };\\n    File.prototype.seekTo = function (position) {\\n        this.position = position;\\n    };\\n    File.prototype.stats = function () {\\n        return Stats.build(this.node);\\n    };\\n    File.prototype.write = function (buf, offset, length, position) {\\n        if (offset === void 0) { offset = 0; }\\n        if (length === void 0) { length = buf.length; }\\n        if (typeof position !== 'number')\\n            position = this.position;\\n        if (this.flags & O_APPEND)\\n            position = this.getSize();\\n        var bytes = this.node.write(buf, offset, length, position);\\n        this.position = position + bytes;\\n        return bytes;\\n    };\\n    File.prototype.read = function (buf, offset, length, position) {\\n        if (offset === void 0) { offset = 0; }\\n        if (length === void 0) { length = buf.byteLength; }\\n        if (typeof position !== 'number')\\n            position = this.position;\\n        var bytes = this.node.read(buf, offset, length, position);\\n        this.position = position + bytes;\\n        return bytes;\\n    };\\n    File.prototype.chmod = function (perm) {\\n        this.node.chmod(perm);\\n    };\\n    File.prototype.chown = function (uid, gid) {\\n        this.node.chown(uid, gid);\\n    };\\n    return File;\\n}());\\nexports.File = File;\\n/**\\n * Statistics about a file/directory, like `fs.Stats`.\\n */\\nvar Stats = /** @class */ (function () {\\n    function Stats() {\\n        // User ID and group ID.\\n        this.uid = 0;\\n        this.gid = 0;\\n        this.rdev = 0;\\n        this.blksize = 4096;\\n        this.ino = 0;\\n        this.size = 0;\\n        this.blocks = 1;\\n        this.atime = null;\\n        this.mtime = null;\\n        this.ctime = null;\\n        this.birthtime = null;\\n        this.atimeMs = 0.0;\\n        this.mtimeMs = 0.0;\\n        this.ctimeMs = 0.0;\\n        this.birthtimeMs = 0.0;\\n        this.dev = 0;\\n        this.mode = 0;\\n        this.nlink = 0;\\n    }\\n    Stats.build = function (node) {\\n        var stats = new Stats;\\n        var uid = node.uid, gid = node.gid, atime = node.atime, mtime = node.mtime, ctime = node.ctime, mode = node.mode, ino = node.ino;\\n        stats.uid = uid;\\n        stats.gid = gid;\\n        stats.atime = atime;\\n        stats.mtime = mtime;\\n        stats.ctime = ctime;\\n        stats.birthtime = ctime;\\n        stats.atimeMs = atime.getTime();\\n        stats.mtimeMs = mtime.getTime();\\n        var ctimeMs = ctime.getTime();\\n        stats.ctimeMs = ctimeMs;\\n        stats.birthtimeMs = ctimeMs;\\n        stats.size = node.getSize();\\n        stats.mode = node.mode;\\n        stats.ino = node.ino;\\n        stats.nlink = node.nlink;\\n        return stats;\\n    };\\n    Stats.prototype._checkModeProperty = function (property) {\\n        return (this.mode & S_IFMT) === property;\\n    };\\n    Stats.prototype.isDirectory = function () {\\n        return this._checkModeProperty(S_IFDIR);\\n    };\\n    Stats.prototype.isFile = function () {\\n        return this._checkModeProperty(S_IFREG);\\n    };\\n    Stats.prototype.isBlockDevice = function () {\\n        return this._checkModeProperty(S_IFBLK);\\n    };\\n    Stats.prototype.isCharacterDevice = function () {\\n        return this._checkModeProperty(S_IFCHR);\\n    };\\n    Stats.prototype.isSymbolicLink = function () {\\n        return this._checkModeProperty(S_IFLNK);\\n    };\\n    Stats.prototype.isFIFO = function () {\\n        return this._checkModeProperty(S_IFIFO);\\n    };\\n    Stats.prototype.isSocket = function () {\\n        return this._checkModeProperty(S_IFSOCK);\\n    };\\n    return Stats;\\n}());\\nexports.Stats = Stats;\\n\"\n    },\n    {\n      \"id\": 149,\n      \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/memfs/lib/process.js\",\n      \"name\": \"./node_modules/memfs/lib/process.js\",\n      \"index\": 216,\n      \"index2\": 209,\n      \"size\": 720,\n      \"cacheable\": true,\n      \"built\": true,\n      \"optional\": false,\n      \"prefetched\": false,\n      \"chunks\": [\n        2\n      ],\n      \"issuer\": \"/Users/jarred/Code/styleurl/node_modules/memfs/lib/node.js\",\n      \"issuerId\": 148,\n      \"issuerName\": \"./node_modules/memfs/lib/node.js\",\n      \"issuerPath\": [\n        {\n          \"id\": 191,\n          \"identifier\": \"multi /Users/jarred/Code/styleurl/webpack/customPublicPath /Users/jarred/Code/styleurl/chrome/extension/background\",\n          \"name\": \"multi ./webpack/customPublicPath ./chrome/extension/background\",\n          \"profile\": {\n            \"factory\": 0,\n            \"building\": 0,\n            \"dependencies\": 54\n          }\n        },\n        {\n          \"id\": 192,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/background.js\",\n          \"name\": \"./chrome/extension/background.js\",\n          \"profile\": {\n            \"factory\": 54,\n            \"building\": 639,\n            \"dependencies\": 140\n          }\n        },\n        {\n          \"id\": 255,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/stylesheet-differ/lib/index.js\",\n          \"name\": \"./node_modules/stylesheet-differ/lib/index.js\",\n          \"profile\": {\n            \"factory\": 140,\n            \"building\": 568,\n            \"dependencies\": 1\n          }\n        },\n        {\n          \"id\": 256,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/native-css/index.js\",\n          \"name\": \"./node_modules/native-css/index.js\",\n          \"profile\": {\n            \"factory\": 189,\n            \"building\": 603,\n            \"dependencies\": 1\n          }\n        },\n        {\n          \"id\": 257,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/native-css/src/native-css.js\",\n          \"name\": \"./node_modules/native-css/src/native-css.js\",\n          \"profile\": {\n            \"factory\": 26,\n            \"building\": 63,\n            \"dependencies\": 14\n          }\n        },\n        {\n          \"id\": 69,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/memfs/lib/index.js\",\n          \"name\": \"./node_modules/memfs/lib/index.js\",\n          \"profile\": {\n            \"factory\": 117,\n            \"building\": 25,\n            \"dependencies\": 27\n          }\n        },\n        {\n          \"id\": 148,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/memfs/lib/node.js\",\n          \"name\": \"./node_modules/memfs/lib/node.js\",\n          \"profile\": {\n            \"factory\": 51,\n            \"building\": 84,\n            \"dependencies\": 2\n          }\n        }\n      ],\n      \"profile\": {\n        \"factory\": 37,\n        \"building\": 45,\n        \"dependencies\": 15\n      },\n      \"failed\": false,\n      \"errors\": 0,\n      \"warnings\": 0,\n      \"assets\": [],\n      \"reasons\": [\n        {\n          \"moduleId\": 148,\n          \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/memfs/lib/node.js\",\n          \"module\": \"./node_modules/memfs/lib/node.js\",\n          \"moduleName\": \"./node_modules/memfs/lib/node.js\",\n          \"type\": \"cjs require\",\n          \"userRequest\": \"./process\",\n          \"loc\": \"13:16-36\"\n        },\n        {\n          \"moduleId\": 260,\n          \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/memfs/lib/volume.js\",\n          \"module\": \"./node_modules/memfs/lib/volume.js\",\n          \"moduleName\": \"./node_modules/memfs/lib/volume.js\",\n          \"type\": \"cjs require\",\n          \"userRequest\": \"./process\",\n          \"loc\": \"18:16-36\"\n        }\n      ],\n      \"usedExports\": true,\n      \"providedExports\": null,\n      \"optimizationBailout\": [\n        \"ModuleConcatenation bailout: Module is not an ECMAScript module\"\n      ],\n      \"depth\": 7,\n      \"source\": \"\\\"use strict\\\";\\n// Here we mock the global `process` variable in case we are not in Node's environment.\\nObject.defineProperty(exports, \\\"__esModule\\\", { value: true });\\nfunction createProcess(p) {\\n    if (p === void 0) { p = process; }\\n    if (!p) {\\n        try {\\n            p = require('process');\\n        }\\n        catch (e) { }\\n    }\\n    if (!p)\\n        p = {};\\n    if (!p.getuid)\\n        p.getuid = function () { return 0; };\\n    if (!p.getgid)\\n        p.getgid = function () { return 0; };\\n    if (!p.cwd)\\n        p.cwd = function () { return '/'; };\\n    if (!p.nextTick)\\n        p.nextTick = require('./setImmediate').default;\\n    return p;\\n}\\nexports.createProcess = createProcess;\\nexports.default = createProcess();\\n\"\n    },\n    {\n      \"id\": 150,\n      \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/memfs/lib/setImmediate.js\",\n      \"name\": \"./node_modules/memfs/lib/setImmediate.js\",\n      \"index\": 217,\n      \"index2\": 208,\n      \"size\": 294,\n      \"cacheable\": true,\n      \"built\": true,\n      \"optional\": false,\n      \"prefetched\": false,\n      \"chunks\": [\n        2\n      ],\n      \"issuer\": \"/Users/jarred/Code/styleurl/node_modules/memfs/lib/volume.js\",\n      \"issuerId\": 260,\n      \"issuerName\": \"./node_modules/memfs/lib/volume.js\",\n      \"issuerPath\": [\n        {\n          \"id\": 191,\n          \"identifier\": \"multi /Users/jarred/Code/styleurl/webpack/customPublicPath /Users/jarred/Code/styleurl/chrome/extension/background\",\n          \"name\": \"multi ./webpack/customPublicPath ./chrome/extension/background\",\n          \"profile\": {\n            \"factory\": 0,\n            \"building\": 0,\n            \"dependencies\": 54\n          }\n        },\n        {\n          \"id\": 192,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/background.js\",\n          \"name\": \"./chrome/extension/background.js\",\n          \"profile\": {\n            \"factory\": 54,\n            \"building\": 639,\n            \"dependencies\": 140\n          }\n        },\n        {\n          \"id\": 255,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/stylesheet-differ/lib/index.js\",\n          \"name\": \"./node_modules/stylesheet-differ/lib/index.js\",\n          \"profile\": {\n            \"factory\": 140,\n            \"building\": 568,\n            \"dependencies\": 1\n          }\n        },\n        {\n          \"id\": 256,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/native-css/index.js\",\n          \"name\": \"./node_modules/native-css/index.js\",\n          \"profile\": {\n            \"factory\": 189,\n            \"building\": 603,\n            \"dependencies\": 1\n          }\n        },\n        {\n          \"id\": 257,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/native-css/src/native-css.js\",\n          \"name\": \"./node_modules/native-css/src/native-css.js\",\n          \"profile\": {\n            \"factory\": 26,\n            \"building\": 63,\n            \"dependencies\": 14\n          }\n        },\n        {\n          \"id\": 69,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/memfs/lib/index.js\",\n          \"name\": \"./node_modules/memfs/lib/index.js\",\n          \"profile\": {\n            \"factory\": 117,\n            \"building\": 25,\n            \"dependencies\": 27\n          }\n        },\n        {\n          \"id\": 260,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/memfs/lib/volume.js\",\n          \"name\": \"./node_modules/memfs/lib/volume.js\",\n          \"profile\": {\n            \"factory\": 51,\n            \"building\": 84,\n            \"dependencies\": 2\n          }\n        }\n      ],\n      \"profile\": {\n        \"factory\": 133,\n        \"building\": 20,\n        \"dependencies\": 1\n      },\n      \"failed\": false,\n      \"errors\": 0,\n      \"warnings\": 0,\n      \"assets\": [],\n      \"reasons\": [\n        {\n          \"moduleId\": 149,\n          \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/memfs/lib/process.js\",\n          \"module\": \"./node_modules/memfs/lib/process.js\",\n          \"moduleName\": \"./node_modules/memfs/lib/process.js\",\n          \"type\": \"cjs require\",\n          \"userRequest\": \"./setImmediate\",\n          \"loc\": \"21:21-46\"\n        },\n        {\n          \"moduleId\": 260,\n          \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/memfs/lib/volume.js\",\n          \"module\": \"./node_modules/memfs/lib/volume.js\",\n          \"moduleName\": \"./node_modules/memfs/lib/volume.js\",\n          \"type\": \"cjs require\",\n          \"userRequest\": \"./setImmediate\",\n          \"loc\": \"17:21-46\"\n        }\n      ],\n      \"usedExports\": true,\n      \"providedExports\": null,\n      \"optimizationBailout\": [\n        \"ModuleConcatenation bailout: Module is not an ECMAScript module\"\n      ],\n      \"depth\": 7,\n      \"source\": \"\\\"use strict\\\";\\nObject.defineProperty(exports, \\\"__esModule\\\", { value: true });\\nvar _setImmediate;\\n/* istanbul ignore next */\\nif (typeof setImmediate === 'function')\\n    _setImmediate = setImmediate;\\n/* istanbul ignore next */\\nelse\\n    _setImmediate = setTimeout;\\nexports.default = _setImmediate;\\n\"\n    },\n    {\n      \"id\": 151,\n      \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/readable-stream/lib/_stream_readable.js\",\n      \"name\": \"./node_modules/readable-stream/lib/_stream_readable.js\",\n      \"index\": 232,\n      \"index2\": 233,\n      \"size\": 28188,\n      \"cacheable\": true,\n      \"built\": true,\n      \"optional\": false,\n      \"prefetched\": false,\n      \"chunks\": [\n        2\n      ],\n      \"issuer\": \"/Users/jarred/Code/styleurl/node_modules/readable-stream/readable-browser.js\",\n      \"issuerId\": 132,\n      \"issuerName\": \"./node_modules/readable-stream/readable-browser.js\",\n      \"issuerPath\": [\n        {\n          \"id\": 191,\n          \"identifier\": \"multi /Users/jarred/Code/styleurl/webpack/customPublicPath /Users/jarred/Code/styleurl/chrome/extension/background\",\n          \"name\": \"multi ./webpack/customPublicPath ./chrome/extension/background\",\n          \"profile\": {\n            \"factory\": 0,\n            \"building\": 0,\n            \"dependencies\": 54\n          }\n        },\n        {\n          \"id\": 192,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/background.js\",\n          \"name\": \"./chrome/extension/background.js\",\n          \"profile\": {\n            \"factory\": 54,\n            \"building\": 639,\n            \"dependencies\": 140\n          }\n        },\n        {\n          \"id\": 255,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/stylesheet-differ/lib/index.js\",\n          \"name\": \"./node_modules/stylesheet-differ/lib/index.js\",\n          \"profile\": {\n            \"factory\": 140,\n            \"building\": 568,\n            \"dependencies\": 1\n          }\n        },\n        {\n          \"id\": 256,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/native-css/index.js\",\n          \"name\": \"./node_modules/native-css/index.js\",\n          \"profile\": {\n            \"factory\": 189,\n            \"building\": 603,\n            \"dependencies\": 1\n          }\n        },\n        {\n          \"id\": 257,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/native-css/src/native-css.js\",\n          \"name\": \"./node_modules/native-css/src/native-css.js\",\n          \"profile\": {\n            \"factory\": 26,\n            \"building\": 63,\n            \"dependencies\": 14\n          }\n        },\n        {\n          \"id\": 293,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/fetch/lib/fetch.js\",\n          \"name\": \"./node_modules/fetch/lib/fetch.js\",\n          \"profile\": {\n            \"factory\": 117,\n            \"building\": 25,\n            \"dependencies\": 27\n          }\n        },\n        {\n          \"id\": 39,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/stream-browserify/index.js\",\n          \"name\": \"./node_modules/stream-browserify/index.js\",\n          \"profile\": {\n            \"factory\": 66,\n            \"building\": 38,\n            \"dependencies\": 20\n          }\n        },\n        {\n          \"id\": 132,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/readable-stream/readable-browser.js\",\n          \"name\": \"./node_modules/readable-stream/readable-browser.js\",\n          \"profile\": {\n            \"factory\": 83,\n            \"building\": 31,\n            \"dependencies\": 33\n          }\n        }\n      ],\n      \"profile\": {\n        \"factory\": 30,\n        \"building\": 90,\n        \"dependencies\": 58\n      },\n      \"failed\": false,\n      \"errors\": 0,\n      \"warnings\": 0,\n      \"assets\": [],\n      \"reasons\": [\n        {\n          \"moduleId\": 33,\n          \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/readable-stream/lib/_stream_duplex.js\",\n          \"module\": \"./node_modules/readable-stream/lib/_stream_duplex.js\",\n          \"moduleName\": \"./node_modules/readable-stream/lib/_stream_duplex.js\",\n          \"type\": \"cjs require\",\n          \"userRequest\": \"./_stream_readable\",\n          \"loc\": \"29:15-44\"\n        },\n        {\n          \"moduleId\": 132,\n          \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/readable-stream/readable-browser.js\",\n          \"module\": \"./node_modules/readable-stream/readable-browser.js\",\n          \"moduleName\": \"./node_modules/readable-stream/readable-browser.js\",\n          \"type\": \"cjs require\",\n          \"userRequest\": \"./lib/_stream_readable.js\",\n          \"loc\": \"1:27-63\"\n        }\n      ],\n      \"usedExports\": true,\n      \"providedExports\": null,\n      \"optimizationBailout\": [\n        \"ModuleConcatenation bailout: Module is not an ECMAScript module\"\n      ],\n      \"depth\": 8,\n      \"source\": \"'use strict';\\n\\nmodule.exports = Readable;\\n\\n/*<replacement>*/\\nvar processNextTick = require('process-nextick-args');\\n/*</replacement>*/\\n\\n/*<replacement>*/\\nvar isArray = require('isarray');\\n/*</replacement>*/\\n\\n/*<replacement>*/\\nvar Duplex;\\n/*</replacement>*/\\n\\nReadable.ReadableState = ReadableState;\\n\\n/*<replacement>*/\\nvar EE = require('events').EventEmitter;\\n\\nvar EElistenerCount = function (emitter, type) {\\n  return emitter.listeners(type).length;\\n};\\n/*</replacement>*/\\n\\n/*<replacement>*/\\nvar Stream = require('./internal/streams/stream');\\n/*</replacement>*/\\n\\nvar Buffer = require('buffer').Buffer;\\n/*<replacement>*/\\nvar bufferShim = require('buffer-shims');\\n/*</replacement>*/\\n\\n/*<replacement>*/\\nvar util = require('core-util-is');\\nutil.inherits = require('inherits');\\n/*</replacement>*/\\n\\n/*<replacement>*/\\nvar debugUtil = require('util');\\nvar debug = void 0;\\nif (debugUtil && debugUtil.debuglog) {\\n  debug = debugUtil.debuglog('stream');\\n} else {\\n  debug = function () {};\\n}\\n/*</replacement>*/\\n\\nvar BufferList = require('./internal/streams/BufferList');\\nvar StringDecoder;\\n\\nutil.inherits(Readable, Stream);\\n\\nvar kProxyEvents = ['error', 'close', 'destroy', 'pause', 'resume'];\\n\\nfunction prependListener(emitter, event, fn) {\\n  // Sadly this is not cacheable as some libraries bundle their own\\n  // event emitter implementation with them.\\n  if (typeof emitter.prependListener === 'function') {\\n    return emitter.prependListener(event, fn);\\n  } else {\\n    // This is a hack to make sure that our error handler is attached before any\\n    // userland ones.  NEVER DO THIS. This is here only because this code needs\\n    // to continue to work with older versions of Node.js that do not include\\n    // the prependListener() method. The goal is to eventually remove this hack.\\n    if (!emitter._events || !emitter._events[event]) emitter.on(event, fn);else if (isArray(emitter._events[event])) emitter._events[event].unshift(fn);else emitter._events[event] = [fn, emitter._events[event]];\\n  }\\n}\\n\\nfunction ReadableState(options, stream) {\\n  Duplex = Duplex || require('./_stream_duplex');\\n\\n  options = options || {};\\n\\n  // object stream flag. Used to make read(n) ignore n and to\\n  // make all the buffer merging and length checks go away\\n  this.objectMode = !!options.objectMode;\\n\\n  if (stream instanceof Duplex) this.objectMode = this.objectMode || !!options.readableObjectMode;\\n\\n  // the point at which it stops calling _read() to fill the buffer\\n  // Note: 0 is a valid value, means \\\"don't call _read preemptively ever\\\"\\n  var hwm = options.highWaterMark;\\n  var defaultHwm = this.objectMode ? 16 : 16 * 1024;\\n  this.highWaterMark = hwm || hwm === 0 ? hwm : defaultHwm;\\n\\n  // cast to ints.\\n  this.highWaterMark = ~~this.highWaterMark;\\n\\n  // A linked list is used to store data chunks instead of an array because the\\n  // linked list can remove elements from the beginning faster than\\n  // array.shift()\\n  this.buffer = new BufferList();\\n  this.length = 0;\\n  this.pipes = null;\\n  this.pipesCount = 0;\\n  this.flowing = null;\\n  this.ended = false;\\n  this.endEmitted = false;\\n  this.reading = false;\\n\\n  // a flag to be able to tell if the onwrite cb is called immediately,\\n  // or on a later tick.  We set this to true at first, because any\\n  // actions that shouldn't happen until \\\"later\\\" should generally also\\n  // not happen before the first write call.\\n  this.sync = true;\\n\\n  // whenever we return null, then we set a flag to say\\n  // that we're awaiting a 'readable' event emission.\\n  this.needReadable = false;\\n  this.emittedReadable = false;\\n  this.readableListening = false;\\n  this.resumeScheduled = false;\\n\\n  // Crypto is kind of old and crusty.  Historically, its default string\\n  // encoding is 'binary' so we have to make this configurable.\\n  // Everything else in the universe uses 'utf8', though.\\n  this.defaultEncoding = options.defaultEncoding || 'utf8';\\n\\n  // when piping, we only care about 'readable' events that happen\\n  // after read()ing all the bytes and not getting any pushback.\\n  this.ranOut = false;\\n\\n  // the number of writers that are awaiting a drain event in .pipe()s\\n  this.awaitDrain = 0;\\n\\n  // if true, a maybeReadMore has been scheduled\\n  this.readingMore = false;\\n\\n  this.decoder = null;\\n  this.encoding = null;\\n  if (options.encoding) {\\n    if (!StringDecoder) StringDecoder = require('string_decoder/').StringDecoder;\\n    this.decoder = new StringDecoder(options.encoding);\\n    this.encoding = options.encoding;\\n  }\\n}\\n\\nfunction Readable(options) {\\n  Duplex = Duplex || require('./_stream_duplex');\\n\\n  if (!(this instanceof Readable)) return new Readable(options);\\n\\n  this._readableState = new ReadableState(options, this);\\n\\n  // legacy\\n  this.readable = true;\\n\\n  if (options && typeof options.read === 'function') this._read = options.read;\\n\\n  Stream.call(this);\\n}\\n\\n// Manually shove something into the read() buffer.\\n// This returns true if the highWaterMark has not been hit yet,\\n// similar to how Writable.write() returns true if you should\\n// write() some more.\\nReadable.prototype.push = function (chunk, encoding) {\\n  var state = this._readableState;\\n\\n  if (!state.objectMode && typeof chunk === 'string') {\\n    encoding = encoding || state.defaultEncoding;\\n    if (encoding !== state.encoding) {\\n      chunk = bufferShim.from(chunk, encoding);\\n      encoding = '';\\n    }\\n  }\\n\\n  return readableAddChunk(this, state, chunk, encoding, false);\\n};\\n\\n// Unshift should *always* be something directly out of read()\\nReadable.prototype.unshift = function (chunk) {\\n  var state = this._readableState;\\n  return readableAddChunk(this, state, chunk, '', true);\\n};\\n\\nReadable.prototype.isPaused = function () {\\n  return this._readableState.flowing === false;\\n};\\n\\nfunction readableAddChunk(stream, state, chunk, encoding, addToFront) {\\n  var er = chunkInvalid(state, chunk);\\n  if (er) {\\n    stream.emit('error', er);\\n  } else if (chunk === null) {\\n    state.reading = false;\\n    onEofChunk(stream, state);\\n  } else if (state.objectMode || chunk && chunk.length > 0) {\\n    if (state.ended && !addToFront) {\\n      var e = new Error('stream.push() after EOF');\\n      stream.emit('error', e);\\n    } else if (state.endEmitted && addToFront) {\\n      var _e = new Error('stream.unshift() after end event');\\n      stream.emit('error', _e);\\n    } else {\\n      var skipAdd;\\n      if (state.decoder && !addToFront && !encoding) {\\n        chunk = state.decoder.write(chunk);\\n        skipAdd = !state.objectMode && chunk.length === 0;\\n      }\\n\\n      if (!addToFront) state.reading = false;\\n\\n      // Don't add to the buffer if we've decoded to an empty string chunk and\\n      // we're not in object mode\\n      if (!skipAdd) {\\n        // if we want the data now, just emit it.\\n        if (state.flowing && state.length === 0 && !state.sync) {\\n          stream.emit('data', chunk);\\n          stream.read(0);\\n        } else {\\n          // update the buffer info.\\n          state.length += state.objectMode ? 1 : chunk.length;\\n          if (addToFront) state.buffer.unshift(chunk);else state.buffer.push(chunk);\\n\\n          if (state.needReadable) emitReadable(stream);\\n        }\\n      }\\n\\n      maybeReadMore(stream, state);\\n    }\\n  } else if (!addToFront) {\\n    state.reading = false;\\n  }\\n\\n  return needMoreData(state);\\n}\\n\\n// if it's past the high water mark, we can push in some more.\\n// Also, if we have no data yet, we can stand some\\n// more bytes.  This is to work around cases where hwm=0,\\n// such as the repl.  Also, if the push() triggered a\\n// readable event, and the user called read(largeNumber) such that\\n// needReadable was set, then we ought to push more, so that another\\n// 'readable' event will be triggered.\\nfunction needMoreData(state) {\\n  return !state.ended && (state.needReadable || state.length < state.highWaterMark || state.length === 0);\\n}\\n\\n// backwards compatibility.\\nReadable.prototype.setEncoding = function (enc) {\\n  if (!StringDecoder) StringDecoder = require('string_decoder/').StringDecoder;\\n  this._readableState.decoder = new StringDecoder(enc);\\n  this._readableState.encoding = enc;\\n  return this;\\n};\\n\\n// Don't raise the hwm > 8MB\\nvar MAX_HWM = 0x800000;\\nfunction computeNewHighWaterMark(n) {\\n  if (n >= MAX_HWM) {\\n    n = MAX_HWM;\\n  } else {\\n    // Get the next highest power of 2 to prevent increasing hwm excessively in\\n    // tiny amounts\\n    n--;\\n    n |= n >>> 1;\\n    n |= n >>> 2;\\n    n |= n >>> 4;\\n    n |= n >>> 8;\\n    n |= n >>> 16;\\n    n++;\\n  }\\n  return n;\\n}\\n\\n// This function is designed to be inlinable, so please take care when making\\n// changes to the function body.\\nfunction howMuchToRead(n, state) {\\n  if (n <= 0 || state.length === 0 && state.ended) return 0;\\n  if (state.objectMode) return 1;\\n  if (n !== n) {\\n    // Only flow one buffer at a time\\n    if (state.flowing && state.length) return state.buffer.head.data.length;else return state.length;\\n  }\\n  // If we're asking for more than the current hwm, then raise the hwm.\\n  if (n > state.highWaterMark) state.highWaterMark = computeNewHighWaterMark(n);\\n  if (n <= state.length) return n;\\n  // Don't have enough\\n  if (!state.ended) {\\n    state.needReadable = true;\\n    return 0;\\n  }\\n  return state.length;\\n}\\n\\n// you can override either this method, or the async _read(n) below.\\nReadable.prototype.read = function (n) {\\n  debug('read', n);\\n  n = parseInt(n, 10);\\n  var state = this._readableState;\\n  var nOrig = n;\\n\\n  if (n !== 0) state.emittedReadable = false;\\n\\n  // if we're doing read(0) to trigger a readable event, but we\\n  // already have a bunch of data in the buffer, then just trigger\\n  // the 'readable' event and move on.\\n  if (n === 0 && state.needReadable && (state.length >= state.highWaterMark || state.ended)) {\\n    debug('read: emitReadable', state.length, state.ended);\\n    if (state.length === 0 && state.ended) endReadable(this);else emitReadable(this);\\n    return null;\\n  }\\n\\n  n = howMuchToRead(n, state);\\n\\n  // if we've ended, and we're now clear, then finish it up.\\n  if (n === 0 && state.ended) {\\n    if (state.length === 0) endReadable(this);\\n    return null;\\n  }\\n\\n  // All the actual chunk generation logic needs to be\\n  // *below* the call to _read.  The reason is that in certain\\n  // synthetic stream cases, such as passthrough streams, _read\\n  // may be a completely synchronous operation which may change\\n  // the state of the read buffer, providing enough data when\\n  // before there was *not* enough.\\n  //\\n  // So, the steps are:\\n  // 1. Figure out what the state of things will be after we do\\n  // a read from the buffer.\\n  //\\n  // 2. If that resulting state will trigger a _read, then call _read.\\n  // Note that this may be asynchronous, or synchronous.  Yes, it is\\n  // deeply ugly to write APIs this way, but that still doesn't mean\\n  // that the Readable class should behave improperly, as streams are\\n  // designed to be sync/async agnostic.\\n  // Take note if the _read call is sync or async (ie, if the read call\\n  // has returned yet), so that we know whether or not it's safe to emit\\n  // 'readable' etc.\\n  //\\n  // 3. Actually pull the requested chunks out of the buffer and return.\\n\\n  // if we need a readable event, then we need to do some reading.\\n  var doRead = state.needReadable;\\n  debug('need readable', doRead);\\n\\n  // if we currently have less than the highWaterMark, then also read some\\n  if (state.length === 0 || state.length - n < state.highWaterMark) {\\n    doRead = true;\\n    debug('length less than watermark', doRead);\\n  }\\n\\n  // however, if we've ended, then there's no point, and if we're already\\n  // reading, then it's unnecessary.\\n  if (state.ended || state.reading) {\\n    doRead = false;\\n    debug('reading or ended', doRead);\\n  } else if (doRead) {\\n    debug('do read');\\n    state.reading = true;\\n    state.sync = true;\\n    // if the length is currently zero, then we *need* a readable event.\\n    if (state.length === 0) state.needReadable = true;\\n    // call internal read method\\n    this._read(state.highWaterMark);\\n    state.sync = false;\\n    // If _read pushed data synchronously, then `reading` will be false,\\n    // and we need to re-evaluate how much data we can return to the user.\\n    if (!state.reading) n = howMuchToRead(nOrig, state);\\n  }\\n\\n  var ret;\\n  if (n > 0) ret = fromList(n, state);else ret = null;\\n\\n  if (ret === null) {\\n    state.needReadable = true;\\n    n = 0;\\n  } else {\\n    state.length -= n;\\n  }\\n\\n  if (state.length === 0) {\\n    // If we have nothing in the buffer, then we want to know\\n    // as soon as we *do* get something into the buffer.\\n    if (!state.ended) state.needReadable = true;\\n\\n    // If we tried to read() past the EOF, then emit end on the next tick.\\n    if (nOrig !== n && state.ended) endReadable(this);\\n  }\\n\\n  if (ret !== null) this.emit('data', ret);\\n\\n  return ret;\\n};\\n\\nfunction chunkInvalid(state, chunk) {\\n  var er = null;\\n  if (!Buffer.isBuffer(chunk) && typeof chunk !== 'string' && chunk !== null && chunk !== undefined && !state.objectMode) {\\n    er = new TypeError('Invalid non-string/buffer chunk');\\n  }\\n  return er;\\n}\\n\\nfunction onEofChunk(stream, state) {\\n  if (state.ended) return;\\n  if (state.decoder) {\\n    var chunk = state.decoder.end();\\n    if (chunk && chunk.length) {\\n      state.buffer.push(chunk);\\n      state.length += state.objectMode ? 1 : chunk.length;\\n    }\\n  }\\n  state.ended = true;\\n\\n  // emit 'readable' now to make sure it gets picked up.\\n  emitReadable(stream);\\n}\\n\\n// Don't emit readable right away in sync mode, because this can trigger\\n// another read() call => stack overflow.  This way, it might trigger\\n// a nextTick recursion warning, but that's not so bad.\\nfunction emitReadable(stream) {\\n  var state = stream._readableState;\\n  state.needReadable = false;\\n  if (!state.emittedReadable) {\\n    debug('emitReadable', state.flowing);\\n    state.emittedReadable = true;\\n    if (state.sync) processNextTick(emitReadable_, stream);else emitReadable_(stream);\\n  }\\n}\\n\\nfunction emitReadable_(stream) {\\n  debug('emit readable');\\n  stream.emit('readable');\\n  flow(stream);\\n}\\n\\n// at this point, the user has presumably seen the 'readable' event,\\n// and called read() to consume some data.  that may have triggered\\n// in turn another _read(n) call, in which case reading = true if\\n// it's in progress.\\n// However, if we're not ended, or reading, and the length < hwm,\\n// then go ahead and try to read some more preemptively.\\nfunction maybeReadMore(stream, state) {\\n  if (!state.readingMore) {\\n    state.readingMore = true;\\n    processNextTick(maybeReadMore_, stream, state);\\n  }\\n}\\n\\nfunction maybeReadMore_(stream, state) {\\n  var len = state.length;\\n  while (!state.reading && !state.flowing && !state.ended && state.length < state.highWaterMark) {\\n    debug('maybeReadMore read 0');\\n    stream.read(0);\\n    if (len === state.length)\\n      // didn't get any data, stop spinning.\\n      break;else len = state.length;\\n  }\\n  state.readingMore = false;\\n}\\n\\n// abstract method.  to be overridden in specific implementation classes.\\n// call cb(er, data) where data is <= n in length.\\n// for virtual (non-string, non-buffer) streams, \\\"length\\\" is somewhat\\n// arbitrary, and perhaps not very meaningful.\\nReadable.prototype._read = function (n) {\\n  this.emit('error', new Error('_read() is not implemented'));\\n};\\n\\nReadable.prototype.pipe = function (dest, pipeOpts) {\\n  var src = this;\\n  var state = this._readableState;\\n\\n  switch (state.pipesCount) {\\n    case 0:\\n      state.pipes = dest;\\n      break;\\n    case 1:\\n      state.pipes = [state.pipes, dest];\\n      break;\\n    default:\\n      state.pipes.push(dest);\\n      break;\\n  }\\n  state.pipesCount += 1;\\n  debug('pipe count=%d opts=%j', state.pipesCount, pipeOpts);\\n\\n  var doEnd = (!pipeOpts || pipeOpts.end !== false) && dest !== process.stdout && dest !== process.stderr;\\n\\n  var endFn = doEnd ? onend : cleanup;\\n  if (state.endEmitted) processNextTick(endFn);else src.once('end', endFn);\\n\\n  dest.on('unpipe', onunpipe);\\n  function onunpipe(readable) {\\n    debug('onunpipe');\\n    if (readable === src) {\\n      cleanup();\\n    }\\n  }\\n\\n  function onend() {\\n    debug('onend');\\n    dest.end();\\n  }\\n\\n  // when the dest drains, it reduces the awaitDrain counter\\n  // on the source.  This would be more elegant with a .once()\\n  // handler in flow(), but adding and removing repeatedly is\\n  // too slow.\\n  var ondrain = pipeOnDrain(src);\\n  dest.on('drain', ondrain);\\n\\n  var cleanedUp = false;\\n  function cleanup() {\\n    debug('cleanup');\\n    // cleanup event handlers once the pipe is broken\\n    dest.removeListener('close', onclose);\\n    dest.removeListener('finish', onfinish);\\n    dest.removeListener('drain', ondrain);\\n    dest.removeListener('error', onerror);\\n    dest.removeListener('unpipe', onunpipe);\\n    src.removeListener('end', onend);\\n    src.removeListener('end', cleanup);\\n    src.removeListener('data', ondata);\\n\\n    cleanedUp = true;\\n\\n    // if the reader is waiting for a drain event from this\\n    // specific writer, then it would cause it to never start\\n    // flowing again.\\n    // So, if this is awaiting a drain, then we just call it now.\\n    // If we don't know, then assume that we are waiting for one.\\n    if (state.awaitDrain && (!dest._writableState || dest._writableState.needDrain)) ondrain();\\n  }\\n\\n  // If the user pushes more data while we're writing to dest then we'll end up\\n  // in ondata again. However, we only want to increase awaitDrain once because\\n  // dest will only emit one 'drain' event for the multiple writes.\\n  // => Introduce a guard on increasing awaitDrain.\\n  var increasedAwaitDrain = false;\\n  src.on('data', ondata);\\n  function ondata(chunk) {\\n    debug('ondata');\\n    increasedAwaitDrain = false;\\n    var ret = dest.write(chunk);\\n    if (false === ret && !increasedAwaitDrain) {\\n      // If the user unpiped during `dest.write()`, it is possible\\n      // to get stuck in a permanently paused state if that write\\n      // also returned false.\\n      // => Check whether `dest` is still a piping destination.\\n      if ((state.pipesCount === 1 && state.pipes === dest || state.pipesCount > 1 && indexOf(state.pipes, dest) !== -1) && !cleanedUp) {\\n        debug('false write response, pause', src._readableState.awaitDrain);\\n        src._readableState.awaitDrain++;\\n        increasedAwaitDrain = true;\\n      }\\n      src.pause();\\n    }\\n  }\\n\\n  // if the dest has an error, then stop piping into it.\\n  // however, don't suppress the throwing behavior for this.\\n  function onerror(er) {\\n    debug('onerror', er);\\n    unpipe();\\n    dest.removeListener('error', onerror);\\n    if (EElistenerCount(dest, 'error') === 0) dest.emit('error', er);\\n  }\\n\\n  // Make sure our error handler is attached before userland ones.\\n  prependListener(dest, 'error', onerror);\\n\\n  // Both close and finish should trigger unpipe, but only once.\\n  function onclose() {\\n    dest.removeListener('finish', onfinish);\\n    unpipe();\\n  }\\n  dest.once('close', onclose);\\n  function onfinish() {\\n    debug('onfinish');\\n    dest.removeListener('close', onclose);\\n    unpipe();\\n  }\\n  dest.once('finish', onfinish);\\n\\n  function unpipe() {\\n    debug('unpipe');\\n    src.unpipe(dest);\\n  }\\n\\n  // tell the dest that it's being piped to\\n  dest.emit('pipe', src);\\n\\n  // start the flow if it hasn't been started already.\\n  if (!state.flowing) {\\n    debug('pipe resume');\\n    src.resume();\\n  }\\n\\n  return dest;\\n};\\n\\nfunction pipeOnDrain(src) {\\n  return function () {\\n    var state = src._readableState;\\n    debug('pipeOnDrain', state.awaitDrain);\\n    if (state.awaitDrain) state.awaitDrain--;\\n    if (state.awaitDrain === 0 && EElistenerCount(src, 'data')) {\\n      state.flowing = true;\\n      flow(src);\\n    }\\n  };\\n}\\n\\nReadable.prototype.unpipe = function (dest) {\\n  var state = this._readableState;\\n\\n  // if we're not piping anywhere, then do nothing.\\n  if (state.pipesCount === 0) return this;\\n\\n  // just one destination.  most common case.\\n  if (state.pipesCount === 1) {\\n    // passed in one, but it's not the right one.\\n    if (dest && dest !== state.pipes) return this;\\n\\n    if (!dest) dest = state.pipes;\\n\\n    // got a match.\\n    state.pipes = null;\\n    state.pipesCount = 0;\\n    state.flowing = false;\\n    if (dest) dest.emit('unpipe', this);\\n    return this;\\n  }\\n\\n  // slow case. multiple pipe destinations.\\n\\n  if (!dest) {\\n    // remove all.\\n    var dests = state.pipes;\\n    var len = state.pipesCount;\\n    state.pipes = null;\\n    state.pipesCount = 0;\\n    state.flowing = false;\\n\\n    for (var i = 0; i < len; i++) {\\n      dests[i].emit('unpipe', this);\\n    }return this;\\n  }\\n\\n  // try to find the right one.\\n  var index = indexOf(state.pipes, dest);\\n  if (index === -1) return this;\\n\\n  state.pipes.splice(index, 1);\\n  state.pipesCount -= 1;\\n  if (state.pipesCount === 1) state.pipes = state.pipes[0];\\n\\n  dest.emit('unpipe', this);\\n\\n  return this;\\n};\\n\\n// set up data events if they are asked for\\n// Ensure readable listeners eventually get something\\nReadable.prototype.on = function (ev, fn) {\\n  var res = Stream.prototype.on.call(this, ev, fn);\\n\\n  if (ev === 'data') {\\n    // Start flowing on next tick if stream isn't explicitly paused\\n    if (this._readableState.flowing !== false) this.resume();\\n  } else if (ev === 'readable') {\\n    var state = this._readableState;\\n    if (!state.endEmitted && !state.readableListening) {\\n      state.readableListening = state.needReadable = true;\\n      state.emittedReadable = false;\\n      if (!state.reading) {\\n        processNextTick(nReadingNextTick, this);\\n      } else if (state.length) {\\n        emitReadable(this, state);\\n      }\\n    }\\n  }\\n\\n  return res;\\n};\\nReadable.prototype.addListener = Readable.prototype.on;\\n\\nfunction nReadingNextTick(self) {\\n  debug('readable nexttick read 0');\\n  self.read(0);\\n}\\n\\n// pause() and resume() are remnants of the legacy readable stream API\\n// If the user uses them, then switch into old mode.\\nReadable.prototype.resume = function () {\\n  var state = this._readableState;\\n  if (!state.flowing) {\\n    debug('resume');\\n    state.flowing = true;\\n    resume(this, state);\\n  }\\n  return this;\\n};\\n\\nfunction resume(stream, state) {\\n  if (!state.resumeScheduled) {\\n    state.resumeScheduled = true;\\n    processNextTick(resume_, stream, state);\\n  }\\n}\\n\\nfunction resume_(stream, state) {\\n  if (!state.reading) {\\n    debug('resume read 0');\\n    stream.read(0);\\n  }\\n\\n  state.resumeScheduled = false;\\n  state.awaitDrain = 0;\\n  stream.emit('resume');\\n  flow(stream);\\n  if (state.flowing && !state.reading) stream.read(0);\\n}\\n\\nReadable.prototype.pause = function () {\\n  debug('call pause flowing=%j', this._readableState.flowing);\\n  if (false !== this._readableState.flowing) {\\n    debug('pause');\\n    this._readableState.flowing = false;\\n    this.emit('pause');\\n  }\\n  return this;\\n};\\n\\nfunction flow(stream) {\\n  var state = stream._readableState;\\n  debug('flow', state.flowing);\\n  while (state.flowing && stream.read() !== null) {}\\n}\\n\\n// wrap an old-style stream as the async data source.\\n// This is *not* part of the readable stream interface.\\n// It is an ugly unfortunate mess of history.\\nReadable.prototype.wrap = function (stream) {\\n  var state = this._readableState;\\n  var paused = false;\\n\\n  var self = this;\\n  stream.on('end', function () {\\n    debug('wrapped end');\\n    if (state.decoder && !state.ended) {\\n      var chunk = state.decoder.end();\\n      if (chunk && chunk.length) self.push(chunk);\\n    }\\n\\n    self.push(null);\\n  });\\n\\n  stream.on('data', function (chunk) {\\n    debug('wrapped data');\\n    if (state.decoder) chunk = state.decoder.write(chunk);\\n\\n    // don't skip over falsy values in objectMode\\n    if (state.objectMode && (chunk === null || chunk === undefined)) return;else if (!state.objectMode && (!chunk || !chunk.length)) return;\\n\\n    var ret = self.push(chunk);\\n    if (!ret) {\\n      paused = true;\\n      stream.pause();\\n    }\\n  });\\n\\n  // proxy all the other methods.\\n  // important when wrapping filters and duplexes.\\n  for (var i in stream) {\\n    if (this[i] === undefined && typeof stream[i] === 'function') {\\n      this[i] = function (method) {\\n        return function () {\\n          return stream[method].apply(stream, arguments);\\n        };\\n      }(i);\\n    }\\n  }\\n\\n  // proxy certain important events.\\n  for (var n = 0; n < kProxyEvents.length; n++) {\\n    stream.on(kProxyEvents[n], self.emit.bind(self, kProxyEvents[n]));\\n  }\\n\\n  // when we try to consume some more bytes, simply unpause the\\n  // underlying stream.\\n  self._read = function (n) {\\n    debug('wrapped _read', n);\\n    if (paused) {\\n      paused = false;\\n      stream.resume();\\n    }\\n  };\\n\\n  return self;\\n};\\n\\n// exposed for testing purposes only.\\nReadable._fromList = fromList;\\n\\n// Pluck off n bytes from an array of buffers.\\n// Length is the combined lengths of all the buffers in the list.\\n// This function is designed to be inlinable, so please take care when making\\n// changes to the function body.\\nfunction fromList(n, state) {\\n  // nothing buffered\\n  if (state.length === 0) return null;\\n\\n  var ret;\\n  if (state.objectMode) ret = state.buffer.shift();else if (!n || n >= state.length) {\\n    // read it all, truncate the list\\n    if (state.decoder) ret = state.buffer.join('');else if (state.buffer.length === 1) ret = state.buffer.head.data;else ret = state.buffer.concat(state.length);\\n    state.buffer.clear();\\n  } else {\\n    // read part of list\\n    ret = fromListPartial(n, state.buffer, state.decoder);\\n  }\\n\\n  return ret;\\n}\\n\\n// Extracts only enough buffered data to satisfy the amount requested.\\n// This function is designed to be inlinable, so please take care when making\\n// changes to the function body.\\nfunction fromListPartial(n, list, hasStrings) {\\n  var ret;\\n  if (n < list.head.data.length) {\\n    // slice is the same for buffers and strings\\n    ret = list.head.data.slice(0, n);\\n    list.head.data = list.head.data.slice(n);\\n  } else if (n === list.head.data.length) {\\n    // first chunk is a perfect match\\n    ret = list.shift();\\n  } else {\\n    // result spans more than one buffer\\n    ret = hasStrings ? copyFromBufferString(n, list) : copyFromBuffer(n, list);\\n  }\\n  return ret;\\n}\\n\\n// Copies a specified amount of characters from the list of buffered data\\n// chunks.\\n// This function is designed to be inlinable, so please take care when making\\n// changes to the function body.\\nfunction copyFromBufferString(n, list) {\\n  var p = list.head;\\n  var c = 1;\\n  var ret = p.data;\\n  n -= ret.length;\\n  while (p = p.next) {\\n    var str = p.data;\\n    var nb = n > str.length ? str.length : n;\\n    if (nb === str.length) ret += str;else ret += str.slice(0, n);\\n    n -= nb;\\n    if (n === 0) {\\n      if (nb === str.length) {\\n        ++c;\\n        if (p.next) list.head = p.next;else list.head = list.tail = null;\\n      } else {\\n        list.head = p;\\n        p.data = str.slice(nb);\\n      }\\n      break;\\n    }\\n    ++c;\\n  }\\n  list.length -= c;\\n  return ret;\\n}\\n\\n// Copies a specified amount of bytes from the list of buffered data chunks.\\n// This function is designed to be inlinable, so please take care when making\\n// changes to the function body.\\nfunction copyFromBuffer(n, list) {\\n  var ret = bufferShim.allocUnsafe(n);\\n  var p = list.head;\\n  var c = 1;\\n  p.data.copy(ret);\\n  n -= p.data.length;\\n  while (p = p.next) {\\n    var buf = p.data;\\n    var nb = n > buf.length ? buf.length : n;\\n    buf.copy(ret, ret.length - n, 0, nb);\\n    n -= nb;\\n    if (n === 0) {\\n      if (nb === buf.length) {\\n        ++c;\\n        if (p.next) list.head = p.next;else list.head = list.tail = null;\\n      } else {\\n        list.head = p;\\n        p.data = buf.slice(nb);\\n      }\\n      break;\\n    }\\n    ++c;\\n  }\\n  list.length -= c;\\n  return ret;\\n}\\n\\nfunction endReadable(stream) {\\n  var state = stream._readableState;\\n\\n  // If we get here before consuming all the bytes, then that is a\\n  // bug in node.  Should never happen.\\n  if (state.length > 0) throw new Error('\\\"endReadable()\\\" called on non-empty stream');\\n\\n  if (!state.endEmitted) {\\n    state.ended = true;\\n    processNextTick(endReadableNT, state, stream);\\n  }\\n}\\n\\nfunction endReadableNT(state, stream) {\\n  // Check that we didn't get one last unshift.\\n  if (!state.endEmitted && state.length === 0) {\\n    state.endEmitted = true;\\n    stream.readable = false;\\n    stream.emit('end');\\n  }\\n}\\n\\nfunction forEach(xs, f) {\\n  for (var i = 0, l = xs.length; i < l; i++) {\\n    f(xs[i], i);\\n  }\\n}\\n\\nfunction indexOf(xs, x) {\\n  for (var i = 0, l = xs.length; i < l; i++) {\\n    if (xs[i] === x) return i;\\n  }\\n  return -1;\\n}\"\n    },\n    {\n      \"id\": 152,\n      \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/readable-stream/lib/internal/streams/stream-browser.js\",\n      \"name\": \"./node_modules/readable-stream/lib/internal/streams/stream-browser.js\",\n      \"index\": 234,\n      \"index2\": 223,\n      \"size\": 49,\n      \"cacheable\": true,\n      \"built\": true,\n      \"optional\": false,\n      \"prefetched\": false,\n      \"chunks\": [\n        2\n      ],\n      \"issuer\": \"/Users/jarred/Code/styleurl/node_modules/readable-stream/lib/_stream_writable.js\",\n      \"issuerId\": 134,\n      \"issuerName\": \"./node_modules/readable-stream/lib/_stream_writable.js\",\n      \"issuerPath\": [\n        {\n          \"id\": 191,\n          \"identifier\": \"multi /Users/jarred/Code/styleurl/webpack/customPublicPath /Users/jarred/Code/styleurl/chrome/extension/background\",\n          \"name\": \"multi ./webpack/customPublicPath ./chrome/extension/background\",\n          \"profile\": {\n            \"factory\": 0,\n            \"building\": 0,\n            \"dependencies\": 54\n          }\n        },\n        {\n          \"id\": 192,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/background.js\",\n          \"name\": \"./chrome/extension/background.js\",\n          \"profile\": {\n            \"factory\": 54,\n            \"building\": 639,\n            \"dependencies\": 140\n          }\n        },\n        {\n          \"id\": 255,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/stylesheet-differ/lib/index.js\",\n          \"name\": \"./node_modules/stylesheet-differ/lib/index.js\",\n          \"profile\": {\n            \"factory\": 140,\n            \"building\": 568,\n            \"dependencies\": 1\n          }\n        },\n        {\n          \"id\": 256,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/native-css/index.js\",\n          \"name\": \"./node_modules/native-css/index.js\",\n          \"profile\": {\n            \"factory\": 189,\n            \"building\": 603,\n            \"dependencies\": 1\n          }\n        },\n        {\n          \"id\": 257,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/native-css/src/native-css.js\",\n          \"name\": \"./node_modules/native-css/src/native-css.js\",\n          \"profile\": {\n            \"factory\": 26,\n            \"building\": 63,\n            \"dependencies\": 14\n          }\n        },\n        {\n          \"id\": 293,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/fetch/lib/fetch.js\",\n          \"name\": \"./node_modules/fetch/lib/fetch.js\",\n          \"profile\": {\n            \"factory\": 117,\n            \"building\": 25,\n            \"dependencies\": 27\n          }\n        },\n        {\n          \"id\": 39,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/stream-browserify/index.js\",\n          \"name\": \"./node_modules/stream-browserify/index.js\",\n          \"profile\": {\n            \"factory\": 66,\n            \"building\": 38,\n            \"dependencies\": 20\n          }\n        },\n        {\n          \"id\": 132,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/readable-stream/readable-browser.js\",\n          \"name\": \"./node_modules/readable-stream/readable-browser.js\",\n          \"profile\": {\n            \"factory\": 83,\n            \"building\": 31,\n            \"dependencies\": 33\n          }\n        },\n        {\n          \"id\": 134,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/readable-stream/lib/_stream_writable.js\",\n          \"name\": \"./node_modules/readable-stream/lib/_stream_writable.js\",\n          \"profile\": {\n            \"factory\": 30,\n            \"building\": 90,\n            \"dependencies\": 58\n          }\n        }\n      ],\n      \"profile\": {\n        \"factory\": 54,\n        \"building\": 28,\n        \"dependencies\": 0\n      },\n      \"failed\": false,\n      \"errors\": 0,\n      \"warnings\": 0,\n      \"assets\": [],\n      \"reasons\": [\n        {\n          \"moduleId\": 134,\n          \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/readable-stream/lib/_stream_writable.js\",\n          \"module\": \"./node_modules/readable-stream/lib/_stream_writable.js\",\n          \"moduleName\": \"./node_modules/readable-stream/lib/_stream_writable.js\",\n          \"type\": \"cjs require\",\n          \"userRequest\": \"./internal/streams/stream\",\n          \"loc\": \"35:13-49\"\n        },\n        {\n          \"moduleId\": 151,\n          \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/readable-stream/lib/_stream_readable.js\",\n          \"module\": \"./node_modules/readable-stream/lib/_stream_readable.js\",\n          \"moduleName\": \"./node_modules/readable-stream/lib/_stream_readable.js\",\n          \"type\": \"cjs require\",\n          \"userRequest\": \"./internal/streams/stream\",\n          \"loc\": \"28:13-49\"\n        }\n      ],\n      \"usedExports\": true,\n      \"providedExports\": null,\n      \"optimizationBailout\": [\n        \"ModuleConcatenation bailout: Module is not an ECMAScript module\"\n      ],\n      \"depth\": 9,\n      \"source\": \"module.exports = require('events').EventEmitter;\\n\"\n    },\n    {\n      \"id\": 153,\n      \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/util-deprecate/browser.js\",\n      \"name\": \"./node_modules/util-deprecate/browser.js\",\n      \"index\": 241,\n      \"index2\": 228,\n      \"size\": 1614,\n      \"cacheable\": true,\n      \"built\": true,\n      \"optional\": false,\n      \"prefetched\": false,\n      \"chunks\": [\n        2\n      ],\n      \"issuer\": \"/Users/jarred/Code/styleurl/node_modules/readable-stream/lib/_stream_writable.js\",\n      \"issuerId\": 134,\n      \"issuerName\": \"./node_modules/readable-stream/lib/_stream_writable.js\",\n      \"issuerPath\": [\n        {\n          \"id\": 191,\n          \"identifier\": \"multi /Users/jarred/Code/styleurl/webpack/customPublicPath /Users/jarred/Code/styleurl/chrome/extension/background\",\n          \"name\": \"multi ./webpack/customPublicPath ./chrome/extension/background\",\n          \"profile\": {\n            \"factory\": 0,\n            \"building\": 0,\n            \"dependencies\": 54\n          }\n        },\n        {\n          \"id\": 192,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/background.js\",\n          \"name\": \"./chrome/extension/background.js\",\n          \"profile\": {\n            \"factory\": 54,\n            \"building\": 639,\n            \"dependencies\": 140\n          }\n        },\n        {\n          \"id\": 255,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/stylesheet-differ/lib/index.js\",\n          \"name\": \"./node_modules/stylesheet-differ/lib/index.js\",\n          \"profile\": {\n            \"factory\": 140,\n            \"building\": 568,\n            \"dependencies\": 1\n          }\n        },\n        {\n          \"id\": 256,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/native-css/index.js\",\n          \"name\": \"./node_modules/native-css/index.js\",\n          \"profile\": {\n            \"factory\": 189,\n            \"building\": 603,\n            \"dependencies\": 1\n          }\n        },\n        {\n          \"id\": 257,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/native-css/src/native-css.js\",\n          \"name\": \"./node_modules/native-css/src/native-css.js\",\n          \"profile\": {\n            \"factory\": 26,\n            \"building\": 63,\n            \"dependencies\": 14\n          }\n        },\n        {\n          \"id\": 293,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/fetch/lib/fetch.js\",\n          \"name\": \"./node_modules/fetch/lib/fetch.js\",\n          \"profile\": {\n            \"factory\": 117,\n            \"building\": 25,\n            \"dependencies\": 27\n          }\n        },\n        {\n          \"id\": 39,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/stream-browserify/index.js\",\n          \"name\": \"./node_modules/stream-browserify/index.js\",\n          \"profile\": {\n            \"factory\": 66,\n            \"building\": 38,\n            \"dependencies\": 20\n          }\n        },\n        {\n          \"id\": 132,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/readable-stream/readable-browser.js\",\n          \"name\": \"./node_modules/readable-stream/readable-browser.js\",\n          \"profile\": {\n            \"factory\": 83,\n            \"building\": 31,\n            \"dependencies\": 33\n          }\n        },\n        {\n          \"id\": 134,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/readable-stream/lib/_stream_writable.js\",\n          \"name\": \"./node_modules/readable-stream/lib/_stream_writable.js\",\n          \"profile\": {\n            \"factory\": 30,\n            \"building\": 90,\n            \"dependencies\": 58\n          }\n        }\n      ],\n      \"profile\": {\n        \"factory\": 54,\n        \"building\": 28,\n        \"dependencies\": 0\n      },\n      \"failed\": false,\n      \"errors\": 0,\n      \"warnings\": 0,\n      \"assets\": [],\n      \"reasons\": [\n        {\n          \"moduleId\": 134,\n          \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/readable-stream/lib/_stream_writable.js\",\n          \"module\": \"./node_modules/readable-stream/lib/_stream_writable.js\",\n          \"moduleName\": \"./node_modules/readable-stream/lib/_stream_writable.js\",\n          \"type\": \"cjs require\",\n          \"userRequest\": \"util-deprecate\",\n          \"loc\": \"30:13-38\"\n        },\n        {\n          \"moduleId\": 164,\n          \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/stream-http/node_modules/readable-stream/lib/_stream_writable.js\",\n          \"module\": \"./node_modules/stream-http/node_modules/readable-stream/lib/_stream_writable.js\",\n          \"moduleName\": \"./node_modules/stream-http/node_modules/readable-stream/lib/_stream_writable.js\",\n          \"type\": \"cjs require\",\n          \"userRequest\": \"util-deprecate\",\n          \"loc\": \"73:13-38\"\n        }\n      ],\n      \"usedExports\": true,\n      \"providedExports\": null,\n      \"optimizationBailout\": [\n        \"ModuleConcatenation bailout: Module is not an ECMAScript module\"\n      ],\n      \"depth\": 9,\n      \"source\": \"\\n/**\\n * Module exports.\\n */\\n\\nmodule.exports = deprecate;\\n\\n/**\\n * Mark that a method should not be used.\\n * Returns a modified function which warns once by default.\\n *\\n * If `localStorage.noDeprecation = true` is set, then it is a no-op.\\n *\\n * If `localStorage.throwDeprecation = true` is set, then deprecated functions\\n * will throw an Error when invoked.\\n *\\n * If `localStorage.traceDeprecation = true` is set, then deprecated functions\\n * will invoke `console.trace()` instead of `console.error()`.\\n *\\n * @param {Function} fn - the function to deprecate\\n * @param {String} msg - the string to print to the console when `fn` is invoked\\n * @returns {Function} a new \\\"deprecated\\\" version of `fn`\\n * @api public\\n */\\n\\nfunction deprecate (fn, msg) {\\n  if (config('noDeprecation')) {\\n    return fn;\\n  }\\n\\n  var warned = false;\\n  function deprecated() {\\n    if (!warned) {\\n      if (config('throwDeprecation')) {\\n        throw new Error(msg);\\n      } else if (config('traceDeprecation')) {\\n        console.trace(msg);\\n      } else {\\n        console.warn(msg);\\n      }\\n      warned = true;\\n    }\\n    return fn.apply(this, arguments);\\n  }\\n\\n  return deprecated;\\n}\\n\\n/**\\n * Checks `localStorage` for boolean values for the given `name`.\\n *\\n * @param {String} name\\n * @returns {Boolean}\\n * @api private\\n */\\n\\nfunction config (name) {\\n  // accessing global.localStorage can trigger a DOMException in sandboxed iframes\\n  try {\\n    if (!global.localStorage) return false;\\n  } catch (_) {\\n    return false;\\n  }\\n  var val = global.localStorage[name];\\n  if (null == val) return false;\\n  return String(val).toLowerCase() === 'true';\\n}\\n\"\n    },\n    {\n      \"id\": 154,\n      \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/readable-stream/lib/_stream_transform.js\",\n      \"name\": \"./node_modules/readable-stream/lib/_stream_transform.js\",\n      \"index\": 244,\n      \"index2\": 234,\n      \"size\": 6451,\n      \"cacheable\": true,\n      \"built\": true,\n      \"optional\": false,\n      \"prefetched\": false,\n      \"chunks\": [\n        2\n      ],\n      \"issuer\": \"/Users/jarred/Code/styleurl/node_modules/readable-stream/readable-browser.js\",\n      \"issuerId\": 132,\n      \"issuerName\": \"./node_modules/readable-stream/readable-browser.js\",\n      \"issuerPath\": [\n        {\n          \"id\": 191,\n          \"identifier\": \"multi /Users/jarred/Code/styleurl/webpack/customPublicPath /Users/jarred/Code/styleurl/chrome/extension/background\",\n          \"name\": \"multi ./webpack/customPublicPath ./chrome/extension/background\",\n          \"profile\": {\n            \"factory\": 0,\n            \"building\": 0,\n            \"dependencies\": 54\n          }\n        },\n        {\n          \"id\": 192,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/background.js\",\n          \"name\": \"./chrome/extension/background.js\",\n          \"profile\": {\n            \"factory\": 54,\n            \"building\": 639,\n            \"dependencies\": 140\n          }\n        },\n        {\n          \"id\": 255,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/stylesheet-differ/lib/index.js\",\n          \"name\": \"./node_modules/stylesheet-differ/lib/index.js\",\n          \"profile\": {\n            \"factory\": 140,\n            \"building\": 568,\n            \"dependencies\": 1\n          }\n        },\n        {\n          \"id\": 256,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/native-css/index.js\",\n          \"name\": \"./node_modules/native-css/index.js\",\n          \"profile\": {\n            \"factory\": 189,\n            \"building\": 603,\n            \"dependencies\": 1\n          }\n        },\n        {\n          \"id\": 257,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/native-css/src/native-css.js\",\n          \"name\": \"./node_modules/native-css/src/native-css.js\",\n          \"profile\": {\n            \"factory\": 26,\n            \"building\": 63,\n            \"dependencies\": 14\n          }\n        },\n        {\n          \"id\": 293,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/fetch/lib/fetch.js\",\n          \"name\": \"./node_modules/fetch/lib/fetch.js\",\n          \"profile\": {\n            \"factory\": 117,\n            \"building\": 25,\n            \"dependencies\": 27\n          }\n        },\n        {\n          \"id\": 39,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/stream-browserify/index.js\",\n          \"name\": \"./node_modules/stream-browserify/index.js\",\n          \"profile\": {\n            \"factory\": 66,\n            \"building\": 38,\n            \"dependencies\": 20\n          }\n        },\n        {\n          \"id\": 132,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/readable-stream/readable-browser.js\",\n          \"name\": \"./node_modules/readable-stream/readable-browser.js\",\n          \"profile\": {\n            \"factory\": 83,\n            \"building\": 31,\n            \"dependencies\": 33\n          }\n        }\n      ],\n      \"profile\": {\n        \"factory\": 30,\n        \"building\": 90,\n        \"dependencies\": 58\n      },\n      \"failed\": false,\n      \"errors\": 0,\n      \"warnings\": 0,\n      \"assets\": [],\n      \"reasons\": [\n        {\n          \"moduleId\": 132,\n          \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/readable-stream/readable-browser.js\",\n          \"module\": \"./node_modules/readable-stream/readable-browser.js\",\n          \"moduleName\": \"./node_modules/readable-stream/readable-browser.js\",\n          \"type\": \"cjs require\",\n          \"userRequest\": \"./lib/_stream_transform.js\",\n          \"loc\": \"6:20-57\"\n        },\n        {\n          \"moduleId\": 268,\n          \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/readable-stream/lib/_stream_passthrough.js\",\n          \"module\": \"./node_modules/readable-stream/lib/_stream_passthrough.js\",\n          \"moduleName\": \"./node_modules/readable-stream/lib/_stream_passthrough.js\",\n          \"type\": \"cjs require\",\n          \"userRequest\": \"./_stream_transform\",\n          \"loc\": \"9:16-46\"\n        }\n      ],\n      \"usedExports\": true,\n      \"providedExports\": null,\n      \"optimizationBailout\": [\n        \"ModuleConcatenation bailout: Module is not an ECMAScript module\"\n      ],\n      \"depth\": 8,\n      \"source\": \"// a transform stream is a readable/writable stream where you do\\n// something with the data.  Sometimes it's called a \\\"filter\\\",\\n// but that's not a great name for it, since that implies a thing where\\n// some bits pass through, and others are simply ignored.  (That would\\n// be a valid example of a transform, of course.)\\n//\\n// While the output is causally related to the input, it's not a\\n// necessarily symmetric or synchronous transformation.  For example,\\n// a zlib stream might take multiple plain-text writes(), and then\\n// emit a single compressed chunk some time in the future.\\n//\\n// Here's how this works:\\n//\\n// The Transform stream has all the aspects of the readable and writable\\n// stream classes.  When you write(chunk), that calls _write(chunk,cb)\\n// internally, and returns false if there's a lot of pending writes\\n// buffered up.  When you call read(), that calls _read(n) until\\n// there's enough pending readable data buffered up.\\n//\\n// In a transform stream, the written data is placed in a buffer.  When\\n// _read(n) is called, it transforms the queued up data, calling the\\n// buffered _write cb's as it consumes chunks.  If consuming a single\\n// written chunk would result in multiple output chunks, then the first\\n// outputted bit calls the readcb, and subsequent chunks just go into\\n// the read buffer, and will cause it to emit 'readable' if necessary.\\n//\\n// This way, back-pressure is actually determined by the reading side,\\n// since _read has to be called to start processing a new chunk.  However,\\n// a pathological inflate type of transform can cause excessive buffering\\n// here.  For example, imagine a stream where every byte of input is\\n// interpreted as an integer from 0-255, and then results in that many\\n// bytes of output.  Writing the 4 bytes {ff,ff,ff,ff} would result in\\n// 1kb of data being output.  In this case, you could write a very small\\n// amount of input, and end up with a very large amount of output.  In\\n// such a pathological inflating mechanism, there'd be no way to tell\\n// the system to stop doing the transform.  A single 4MB write could\\n// cause the system to run out of memory.\\n//\\n// However, even in such a pathological case, only a single written chunk\\n// would be consumed, and then the rest would wait (un-transformed) until\\n// the results of the previous transformed chunk were consumed.\\n\\n'use strict';\\n\\nmodule.exports = Transform;\\n\\nvar Duplex = require('./_stream_duplex');\\n\\n/*<replacement>*/\\nvar util = require('core-util-is');\\nutil.inherits = require('inherits');\\n/*</replacement>*/\\n\\nutil.inherits(Transform, Duplex);\\n\\nfunction TransformState(stream) {\\n  this.afterTransform = function (er, data) {\\n    return afterTransform(stream, er, data);\\n  };\\n\\n  this.needTransform = false;\\n  this.transforming = false;\\n  this.writecb = null;\\n  this.writechunk = null;\\n  this.writeencoding = null;\\n}\\n\\nfunction afterTransform(stream, er, data) {\\n  var ts = stream._transformState;\\n  ts.transforming = false;\\n\\n  var cb = ts.writecb;\\n\\n  if (!cb) return stream.emit('error', new Error('no writecb in Transform class'));\\n\\n  ts.writechunk = null;\\n  ts.writecb = null;\\n\\n  if (data !== null && data !== undefined) stream.push(data);\\n\\n  cb(er);\\n\\n  var rs = stream._readableState;\\n  rs.reading = false;\\n  if (rs.needReadable || rs.length < rs.highWaterMark) {\\n    stream._read(rs.highWaterMark);\\n  }\\n}\\n\\nfunction Transform(options) {\\n  if (!(this instanceof Transform)) return new Transform(options);\\n\\n  Duplex.call(this, options);\\n\\n  this._transformState = new TransformState(this);\\n\\n  var stream = this;\\n\\n  // start out asking for a readable event once data is transformed.\\n  this._readableState.needReadable = true;\\n\\n  // we have implemented the _read method, and done the other things\\n  // that Readable wants before the first _read call, so unset the\\n  // sync guard flag.\\n  this._readableState.sync = false;\\n\\n  if (options) {\\n    if (typeof options.transform === 'function') this._transform = options.transform;\\n\\n    if (typeof options.flush === 'function') this._flush = options.flush;\\n  }\\n\\n  // When the writable side finishes, then flush out anything remaining.\\n  this.once('prefinish', function () {\\n    if (typeof this._flush === 'function') this._flush(function (er, data) {\\n      done(stream, er, data);\\n    });else done(stream);\\n  });\\n}\\n\\nTransform.prototype.push = function (chunk, encoding) {\\n  this._transformState.needTransform = false;\\n  return Duplex.prototype.push.call(this, chunk, encoding);\\n};\\n\\n// This is the part where you do stuff!\\n// override this function in implementation classes.\\n// 'chunk' is an input chunk.\\n//\\n// Call `push(newChunk)` to pass along transformed output\\n// to the readable side.  You may call 'push' zero or more times.\\n//\\n// Call `cb(err)` when you are done with this chunk.  If you pass\\n// an error, then that'll put the hurt on the whole operation.  If you\\n// never call cb(), then you'll never get another chunk.\\nTransform.prototype._transform = function (chunk, encoding, cb) {\\n  throw new Error('_transform() is not implemented');\\n};\\n\\nTransform.prototype._write = function (chunk, encoding, cb) {\\n  var ts = this._transformState;\\n  ts.writecb = cb;\\n  ts.writechunk = chunk;\\n  ts.writeencoding = encoding;\\n  if (!ts.transforming) {\\n    var rs = this._readableState;\\n    if (ts.needTransform || rs.needReadable || rs.length < rs.highWaterMark) this._read(rs.highWaterMark);\\n  }\\n};\\n\\n// Doesn't matter what the args are here.\\n// _transform does all the work.\\n// That we got here means that the readable side wants more data.\\nTransform.prototype._read = function (n) {\\n  var ts = this._transformState;\\n\\n  if (ts.writechunk !== null && ts.writecb && !ts.transforming) {\\n    ts.transforming = true;\\n    this._transform(ts.writechunk, ts.writeencoding, ts.afterTransform);\\n  } else {\\n    // mark that we need a transform, so that any data that comes in\\n    // will get processed, now that we've asked for it.\\n    ts.needTransform = true;\\n  }\\n};\\n\\nfunction done(stream, er, data) {\\n  if (er) return stream.emit('error', er);\\n\\n  if (data !== null && data !== undefined) stream.push(data);\\n\\n  // if there's nothing in the write buffer, then that means\\n  // that nothing more will ever be provided\\n  var ws = stream._writableState;\\n  var ts = stream._transformState;\\n\\n  if (ws.length) throw new Error('Calling transform done when ws.length != 0');\\n\\n  if (ts.transforming) throw new Error('Calling transform done when still transforming');\\n\\n  return stream.push(null);\\n}\"\n    },\n    {\n      \"id\": 155,\n      \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/css/lib/stringify/compiler.js\",\n      \"name\": \"./node_modules/css/lib/stringify/compiler.js\",\n      \"index\": 262,\n      \"index2\": 254,\n      \"size\": 738,\n      \"cacheable\": true,\n      \"built\": true,\n      \"optional\": false,\n      \"prefetched\": false,\n      \"chunks\": [\n        2\n      ],\n      \"issuer\": \"/Users/jarred/Code/styleurl/node_modules/css/lib/stringify/compress.js\",\n      \"issuerId\": 283,\n      \"issuerName\": \"./node_modules/css/lib/stringify/compress.js\",\n      \"issuerPath\": [\n        {\n          \"id\": 191,\n          \"identifier\": \"multi /Users/jarred/Code/styleurl/webpack/customPublicPath /Users/jarred/Code/styleurl/chrome/extension/background\",\n          \"name\": \"multi ./webpack/customPublicPath ./chrome/extension/background\",\n          \"profile\": {\n            \"factory\": 0,\n            \"building\": 0,\n            \"dependencies\": 54\n          }\n        },\n        {\n          \"id\": 192,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/background.js\",\n          \"name\": \"./chrome/extension/background.js\",\n          \"profile\": {\n            \"factory\": 54,\n            \"building\": 639,\n            \"dependencies\": 140\n          }\n        },\n        {\n          \"id\": 255,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/stylesheet-differ/lib/index.js\",\n          \"name\": \"./node_modules/stylesheet-differ/lib/index.js\",\n          \"profile\": {\n            \"factory\": 140,\n            \"building\": 568,\n            \"dependencies\": 1\n          }\n        },\n        {\n          \"id\": 256,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/native-css/index.js\",\n          \"name\": \"./node_modules/native-css/index.js\",\n          \"profile\": {\n            \"factory\": 189,\n            \"building\": 603,\n            \"dependencies\": 1\n          }\n        },\n        {\n          \"id\": 257,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/native-css/src/native-css.js\",\n          \"name\": \"./node_modules/native-css/src/native-css.js\",\n          \"profile\": {\n            \"factory\": 26,\n            \"building\": 63,\n            \"dependencies\": 14\n          }\n        },\n        {\n          \"id\": 280,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/css/index.js\",\n          \"name\": \"./node_modules/css/index.js\",\n          \"profile\": {\n            \"factory\": 117,\n            \"building\": 25,\n            \"dependencies\": 27\n          }\n        },\n        {\n          \"id\": 282,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/css/lib/stringify/index.js\",\n          \"name\": \"./node_modules/css/lib/stringify/index.js\",\n          \"profile\": {\n            \"factory\": 71,\n            \"building\": 48\n          }\n        },\n        {\n          \"id\": 283,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/css/lib/stringify/compress.js\",\n          \"name\": \"./node_modules/css/lib/stringify/compress.js\",\n          \"profile\": {\n            \"factory\": 29,\n            \"building\": 30,\n            \"dependencies\": 102\n          }\n        }\n      ],\n      \"profile\": {\n        \"factory\": 102,\n        \"building\": 16\n      },\n      \"failed\": false,\n      \"errors\": 0,\n      \"warnings\": 0,\n      \"assets\": [],\n      \"reasons\": [\n        {\n          \"moduleId\": 283,\n          \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/css/lib/stringify/compress.js\",\n          \"module\": \"./node_modules/css/lib/stringify/compress.js\",\n          \"moduleName\": \"./node_modules/css/lib/stringify/compress.js\",\n          \"type\": \"cjs require\",\n          \"userRequest\": \"./compiler\",\n          \"loc\": \"6:11-32\"\n        },\n        {\n          \"moduleId\": 284,\n          \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/css/lib/stringify/identity.js\",\n          \"module\": \"./node_modules/css/lib/stringify/identity.js\",\n          \"moduleName\": \"./node_modules/css/lib/stringify/identity.js\",\n          \"type\": \"cjs require\",\n          \"userRequest\": \"./compiler\",\n          \"loc\": \"6:11-32\"\n        }\n      ],\n      \"usedExports\": true,\n      \"providedExports\": null,\n      \"optimizationBailout\": [\n        \"ModuleConcatenation bailout: Module is not an ECMAScript module\"\n      ],\n      \"depth\": 8,\n      \"source\": \"\\n/**\\n * Expose `Compiler`.\\n */\\n\\nmodule.exports = Compiler;\\n\\n/**\\n * Initialize a compiler.\\n *\\n * @param {Type} name\\n * @return {Type}\\n * @api public\\n */\\n\\nfunction Compiler(opts) {\\n  this.options = opts || {};\\n}\\n\\n/**\\n * Emit `str`\\n */\\n\\nCompiler.prototype.emit = function(str) {\\n  return str;\\n};\\n\\n/**\\n * Visit `node`.\\n */\\n\\nCompiler.prototype.visit = function(node){\\n  return this[node.type](node);\\n};\\n\\n/**\\n * Map visit over array of `nodes`, optionally using a `delim`\\n */\\n\\nCompiler.prototype.mapVisit = function(nodes, delim){\\n  var buf = '';\\n  delim = delim || '';\\n\\n  for (var i = 0, length = nodes.length; i < length; i++) {\\n    buf += this.visit(nodes[i]);\\n    if (delim && i < length - 1) buf += this.emit(delim);\\n  }\\n\\n  return buf;\\n};\\n\"\n    },\n    {\n      \"id\": 156,\n      \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/css/node_modules/source-map/lib/source-map.js\",\n      \"name\": \"./node_modules/css/node_modules/source-map/lib/source-map.js\",\n      \"index\": 265,\n      \"index2\": 262,\n      \"size\": 426,\n      \"cacheable\": true,\n      \"built\": true,\n      \"optional\": false,\n      \"prefetched\": false,\n      \"chunks\": [\n        2\n      ],\n      \"issuer\": \"/Users/jarred/Code/styleurl/node_modules/css/lib/stringify/source-map-support.js\",\n      \"issuerId\": 285,\n      \"issuerName\": \"./node_modules/css/lib/stringify/source-map-support.js\",\n      \"issuerPath\": [\n        {\n          \"id\": 191,\n          \"identifier\": \"multi /Users/jarred/Code/styleurl/webpack/customPublicPath /Users/jarred/Code/styleurl/chrome/extension/background\",\n          \"name\": \"multi ./webpack/customPublicPath ./chrome/extension/background\",\n          \"profile\": {\n            \"factory\": 0,\n            \"building\": 0,\n            \"dependencies\": 54\n          }\n        },\n        {\n          \"id\": 192,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/background.js\",\n          \"name\": \"./chrome/extension/background.js\",\n          \"profile\": {\n            \"factory\": 54,\n            \"building\": 639,\n            \"dependencies\": 140\n          }\n        },\n        {\n          \"id\": 255,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/stylesheet-differ/lib/index.js\",\n          \"name\": \"./node_modules/stylesheet-differ/lib/index.js\",\n          \"profile\": {\n            \"factory\": 140,\n            \"building\": 568,\n            \"dependencies\": 1\n          }\n        },\n        {\n          \"id\": 256,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/native-css/index.js\",\n          \"name\": \"./node_modules/native-css/index.js\",\n          \"profile\": {\n            \"factory\": 189,\n            \"building\": 603,\n            \"dependencies\": 1\n          }\n        },\n        {\n          \"id\": 257,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/native-css/src/native-css.js\",\n          \"name\": \"./node_modules/native-css/src/native-css.js\",\n          \"profile\": {\n            \"factory\": 26,\n            \"building\": 63,\n            \"dependencies\": 14\n          }\n        },\n        {\n          \"id\": 280,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/css/index.js\",\n          \"name\": \"./node_modules/css/index.js\",\n          \"profile\": {\n            \"factory\": 117,\n            \"building\": 25,\n            \"dependencies\": 27\n          }\n        },\n        {\n          \"id\": 282,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/css/lib/stringify/index.js\",\n          \"name\": \"./node_modules/css/lib/stringify/index.js\",\n          \"profile\": {\n            \"factory\": 71,\n            \"building\": 48\n          }\n        },\n        {\n          \"id\": 285,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/css/lib/stringify/source-map-support.js\",\n          \"name\": \"./node_modules/css/lib/stringify/source-map-support.js\",\n          \"profile\": {\n            \"factory\": 29,\n            \"building\": 30,\n            \"dependencies\": 102\n          }\n        }\n      ],\n      \"profile\": {\n        \"factory\": 112,\n        \"building\": 33,\n        \"dependencies\": 0\n      },\n      \"failed\": false,\n      \"errors\": 0,\n      \"warnings\": 0,\n      \"assets\": [],\n      \"reasons\": [\n        {\n          \"moduleId\": 285,\n          \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/css/lib/stringify/source-map-support.js\",\n          \"module\": \"./node_modules/css/lib/stringify/source-map-support.js\",\n          \"moduleName\": \"./node_modules/css/lib/stringify/source-map-support.js\",\n          \"type\": \"cjs require\",\n          \"userRequest\": \"source-map\",\n          \"loc\": \"6:16-37\"\n        },\n        {\n          \"moduleId\": 285,\n          \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/css/lib/stringify/source-map-support.js\",\n          \"module\": \"./node_modules/css/lib/stringify/source-map-support.js\",\n          \"moduleName\": \"./node_modules/css/lib/stringify/source-map-support.js\",\n          \"type\": \"cjs require\",\n          \"userRequest\": \"source-map\",\n          \"loc\": \"7:24-45\"\n        }\n      ],\n      \"usedExports\": true,\n      \"providedExports\": null,\n      \"optimizationBailout\": [\n        \"ModuleConcatenation bailout: Module is not an ECMAScript module\"\n      ],\n      \"depth\": 8,\n      \"source\": \"/*\\n * Copyright 2009-2011 Mozilla Foundation and contributors\\n * Licensed under the New BSD license. See LICENSE.txt or:\\n * http://opensource.org/licenses/BSD-3-Clause\\n */\\nexports.SourceMapGenerator = require('./source-map/source-map-generator').SourceMapGenerator;\\nexports.SourceMapConsumer = require('./source-map/source-map-consumer').SourceMapConsumer;\\nexports.SourceNode = require('./source-map/source-node').SourceNode;\\n\"\n    },\n    {\n      \"id\": 157,\n      \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/stream-http/index.js\",\n      \"name\": \"./node_modules/stream-http/index.js\",\n      \"index\": 276,\n      \"index2\": 286,\n      \"size\": 1841,\n      \"cacheable\": true,\n      \"built\": true,\n      \"optional\": false,\n      \"prefetched\": false,\n      \"chunks\": [\n        2\n      ],\n      \"issuer\": \"/Users/jarred/Code/styleurl/node_modules/fetch/lib/fetch.js\",\n      \"issuerId\": 293,\n      \"issuerName\": \"./node_modules/fetch/lib/fetch.js\",\n      \"issuerPath\": [\n        {\n          \"id\": 191,\n          \"identifier\": \"multi /Users/jarred/Code/styleurl/webpack/customPublicPath /Users/jarred/Code/styleurl/chrome/extension/background\",\n          \"name\": \"multi ./webpack/customPublicPath ./chrome/extension/background\",\n          \"profile\": {\n            \"factory\": 0,\n            \"building\": 0,\n            \"dependencies\": 54\n          }\n        },\n        {\n          \"id\": 192,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/background.js\",\n          \"name\": \"./chrome/extension/background.js\",\n          \"profile\": {\n            \"factory\": 54,\n            \"building\": 639,\n            \"dependencies\": 140\n          }\n        },\n        {\n          \"id\": 255,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/stylesheet-differ/lib/index.js\",\n          \"name\": \"./node_modules/stylesheet-differ/lib/index.js\",\n          \"profile\": {\n            \"factory\": 140,\n            \"building\": 568,\n            \"dependencies\": 1\n          }\n        },\n        {\n          \"id\": 256,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/native-css/index.js\",\n          \"name\": \"./node_modules/native-css/index.js\",\n          \"profile\": {\n            \"factory\": 189,\n            \"building\": 603,\n            \"dependencies\": 1\n          }\n        },\n        {\n          \"id\": 257,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/native-css/src/native-css.js\",\n          \"name\": \"./node_modules/native-css/src/native-css.js\",\n          \"profile\": {\n            \"factory\": 26,\n            \"building\": 63,\n            \"dependencies\": 14\n          }\n        },\n        {\n          \"id\": 293,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/fetch/lib/fetch.js\",\n          \"name\": \"./node_modules/fetch/lib/fetch.js\",\n          \"profile\": {\n            \"factory\": 117,\n            \"building\": 25,\n            \"dependencies\": 27\n          }\n        }\n      ],\n      \"profile\": {\n        \"factory\": 66,\n        \"building\": 38,\n        \"dependencies\": 20\n      },\n      \"failed\": false,\n      \"errors\": 0,\n      \"warnings\": 0,\n      \"assets\": [],\n      \"reasons\": [\n        {\n          \"moduleId\": 293,\n          \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/fetch/lib/fetch.js\",\n          \"module\": \"./node_modules/fetch/lib/fetch.js\",\n          \"moduleName\": \"./node_modules/fetch/lib/fetch.js\",\n          \"type\": \"cjs require\",\n          \"userRequest\": \"http\",\n          \"loc\": \"3:11-26\"\n        },\n        {\n          \"moduleId\": 301,\n          \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/https-browserify/index.js\",\n          \"module\": \"./node_modules/https-browserify/index.js\",\n          \"moduleName\": \"./node_modules/https-browserify/index.js\",\n          \"type\": \"cjs require\",\n          \"userRequest\": \"http\",\n          \"loc\": \"1:11-26\"\n        }\n      ],\n      \"usedExports\": true,\n      \"providedExports\": null,\n      \"optimizationBailout\": [\n        \"ModuleConcatenation bailout: Module is not an ECMAScript module\"\n      ],\n      \"depth\": 6,\n      \"source\": \"var ClientRequest = require('./lib/request')\\nvar IncomingMessage = require('./lib/response')\\nvar extend = require('xtend')\\nvar statusCodes = require('builtin-status-codes')\\nvar url = require('url')\\n\\nvar http = exports\\n\\nhttp.request = function (opts, cb) {\\n\\tif (typeof opts === 'string')\\n\\t\\topts = url.parse(opts)\\n\\telse\\n\\t\\topts = extend(opts)\\n\\n\\t// Normally, the page is loaded from http or https, so not specifying a protocol\\n\\t// will result in a (valid) protocol-relative url. However, this won't work if\\n\\t// the protocol is something else, like 'file:'\\n\\tvar defaultProtocol = global.location.protocol.search(/^https?:$/) === -1 ? 'http:' : ''\\n\\n\\tvar protocol = opts.protocol || defaultProtocol\\n\\tvar host = opts.hostname || opts.host\\n\\tvar port = opts.port\\n\\tvar path = opts.path || '/'\\n\\n\\t// Necessary for IPv6 addresses\\n\\tif (host && host.indexOf(':') !== -1)\\n\\t\\thost = '[' + host + ']'\\n\\n\\t// This may be a relative url. The browser should always be able to interpret it correctly.\\n\\topts.url = (host ? (protocol + '//' + host) : '') + (port ? ':' + port : '') + path\\n\\topts.method = (opts.method || 'GET').toUpperCase()\\n\\topts.headers = opts.headers || {}\\n\\n\\t// Also valid opts.auth, opts.mode\\n\\n\\tvar req = new ClientRequest(opts)\\n\\tif (cb)\\n\\t\\treq.on('response', cb)\\n\\treturn req\\n}\\n\\nhttp.get = function get (opts, cb) {\\n\\tvar req = http.request(opts, cb)\\n\\treq.end()\\n\\treturn req\\n}\\n\\nhttp.ClientRequest = ClientRequest\\nhttp.IncomingMessage = IncomingMessage\\n\\nhttp.Agent = function () {}\\nhttp.Agent.defaultMaxSockets = 4\\n\\nhttp.STATUS_CODES = statusCodes\\n\\nhttp.METHODS = [\\n\\t'CHECKOUT',\\n\\t'CONNECT',\\n\\t'COPY',\\n\\t'DELETE',\\n\\t'GET',\\n\\t'HEAD',\\n\\t'LOCK',\\n\\t'M-SEARCH',\\n\\t'MERGE',\\n\\t'MKACTIVITY',\\n\\t'MKCOL',\\n\\t'MOVE',\\n\\t'NOTIFY',\\n\\t'OPTIONS',\\n\\t'PATCH',\\n\\t'POST',\\n\\t'PROPFIND',\\n\\t'PROPPATCH',\\n\\t'PURGE',\\n\\t'PUT',\\n\\t'REPORT',\\n\\t'SEARCH',\\n\\t'SUBSCRIBE',\\n\\t'TRACE',\\n\\t'UNLOCK',\\n\\t'UNSUBSCRIBE'\\n]\"\n    },\n    {\n      \"id\": 158,\n      \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/stream-http/lib/capability.js\",\n      \"name\": \"./node_modules/stream-http/lib/capability.js\",\n      \"index\": 278,\n      \"index2\": 270,\n      \"size\": 2455,\n      \"cacheable\": true,\n      \"built\": true,\n      \"optional\": false,\n      \"prefetched\": false,\n      \"chunks\": [\n        2\n      ],\n      \"issuer\": \"/Users/jarred/Code/styleurl/node_modules/stream-http/lib/response.js\",\n      \"issuerId\": 159,\n      \"issuerName\": \"./node_modules/stream-http/lib/response.js\",\n      \"issuerPath\": [\n        {\n          \"id\": 191,\n          \"identifier\": \"multi /Users/jarred/Code/styleurl/webpack/customPublicPath /Users/jarred/Code/styleurl/chrome/extension/background\",\n          \"name\": \"multi ./webpack/customPublicPath ./chrome/extension/background\",\n          \"profile\": {\n            \"factory\": 0,\n            \"building\": 0,\n            \"dependencies\": 54\n          }\n        },\n        {\n          \"id\": 192,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/background.js\",\n          \"name\": \"./chrome/extension/background.js\",\n          \"profile\": {\n            \"factory\": 54,\n            \"building\": 639,\n            \"dependencies\": 140\n          }\n        },\n        {\n          \"id\": 255,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/stylesheet-differ/lib/index.js\",\n          \"name\": \"./node_modules/stylesheet-differ/lib/index.js\",\n          \"profile\": {\n            \"factory\": 140,\n            \"building\": 568,\n            \"dependencies\": 1\n          }\n        },\n        {\n          \"id\": 256,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/native-css/index.js\",\n          \"name\": \"./node_modules/native-css/index.js\",\n          \"profile\": {\n            \"factory\": 189,\n            \"building\": 603,\n            \"dependencies\": 1\n          }\n        },\n        {\n          \"id\": 257,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/native-css/src/native-css.js\",\n          \"name\": \"./node_modules/native-css/src/native-css.js\",\n          \"profile\": {\n            \"factory\": 26,\n            \"building\": 63,\n            \"dependencies\": 14\n          }\n        },\n        {\n          \"id\": 293,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/fetch/lib/fetch.js\",\n          \"name\": \"./node_modules/fetch/lib/fetch.js\",\n          \"profile\": {\n            \"factory\": 117,\n            \"building\": 25,\n            \"dependencies\": 27\n          }\n        },\n        {\n          \"id\": 157,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/stream-http/index.js\",\n          \"name\": \"./node_modules/stream-http/index.js\",\n          \"profile\": {\n            \"factory\": 66,\n            \"building\": 38,\n            \"dependencies\": 20\n          }\n        },\n        {\n          \"id\": 159,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/stream-http/lib/response.js\",\n          \"name\": \"./node_modules/stream-http/lib/response.js\",\n          \"profile\": {\n            \"factory\": 114,\n            \"building\": 71,\n            \"dependencies\": 122\n          }\n        }\n      ],\n      \"profile\": {\n        \"factory\": 127,\n        \"building\": 15,\n        \"dependencies\": 0\n      },\n      \"failed\": false,\n      \"errors\": 0,\n      \"warnings\": 0,\n      \"assets\": [],\n      \"reasons\": [\n        {\n          \"moduleId\": 159,\n          \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/stream-http/lib/response.js\",\n          \"module\": \"./node_modules/stream-http/lib/response.js\",\n          \"moduleName\": \"./node_modules/stream-http/lib/response.js\",\n          \"type\": \"cjs require\",\n          \"userRequest\": \"./capability\",\n          \"loc\": \"1:17-40\"\n        },\n        {\n          \"moduleId\": 294,\n          \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/stream-http/lib/request.js\",\n          \"module\": \"./node_modules/stream-http/lib/request.js\",\n          \"moduleName\": \"./node_modules/stream-http/lib/request.js\",\n          \"type\": \"cjs require\",\n          \"userRequest\": \"./capability\",\n          \"loc\": \"1:17-40\"\n        }\n      ],\n      \"usedExports\": true,\n      \"providedExports\": null,\n      \"optimizationBailout\": [\n        \"ModuleConcatenation bailout: Module is not an ECMAScript module\"\n      ],\n      \"depth\": 8,\n      \"source\": \"exports.fetch = isFunction(global.fetch) && isFunction(global.ReadableStream)\\n\\nexports.writableStream = isFunction(global.WritableStream)\\n\\nexports.abortController = isFunction(global.AbortController)\\n\\nexports.blobConstructor = false\\ntry {\\n\\tnew Blob([new ArrayBuffer(1)])\\n\\texports.blobConstructor = true\\n} catch (e) {}\\n\\n// The xhr request to example.com may violate some restrictive CSP configurations,\\n// so if we're running in a browser that supports `fetch`, avoid calling getXHR()\\n// and assume support for certain features below.\\nvar xhr\\nfunction getXHR () {\\n\\t// Cache the xhr value\\n\\tif (xhr !== undefined) return xhr\\n\\n\\tif (global.XMLHttpRequest) {\\n\\t\\txhr = new global.XMLHttpRequest()\\n\\t\\t// If XDomainRequest is available (ie only, where xhr might not work\\n\\t\\t// cross domain), use the page location. Otherwise use example.com\\n\\t\\t// Note: this doesn't actually make an http request.\\n\\t\\ttry {\\n\\t\\t\\txhr.open('GET', global.XDomainRequest ? '/' : 'https://example.com')\\n\\t\\t} catch(e) {\\n\\t\\t\\txhr = null\\n\\t\\t}\\n\\t} else {\\n\\t\\t// Service workers don't have XHR\\n\\t\\txhr = null\\n\\t}\\n\\treturn xhr\\n}\\n\\nfunction checkTypeSupport (type) {\\n\\tvar xhr = getXHR()\\n\\tif (!xhr) return false\\n\\ttry {\\n\\t\\txhr.responseType = type\\n\\t\\treturn xhr.responseType === type\\n\\t} catch (e) {}\\n\\treturn false\\n}\\n\\n// For some strange reason, Safari 7.0 reports typeof global.ArrayBuffer === 'object'.\\n// Safari 7.1 appears to have fixed this bug.\\nvar haveArrayBuffer = typeof global.ArrayBuffer !== 'undefined'\\nvar haveSlice = haveArrayBuffer && isFunction(global.ArrayBuffer.prototype.slice)\\n\\n// If fetch is supported, then arraybuffer will be supported too. Skip calling\\n// checkTypeSupport(), since that calls getXHR().\\nexports.arraybuffer = exports.fetch || (haveArrayBuffer && checkTypeSupport('arraybuffer'))\\n\\n// These next two tests unavoidably show warnings in Chrome. Since fetch will always\\n// be used if it's available, just return false for these to avoid the warnings.\\nexports.msstream = !exports.fetch && haveSlice && checkTypeSupport('ms-stream')\\nexports.mozchunkedarraybuffer = !exports.fetch && haveArrayBuffer &&\\n\\tcheckTypeSupport('moz-chunked-arraybuffer')\\n\\n// If fetch is supported, then overrideMimeType will be supported too. Skip calling\\n// getXHR().\\nexports.overrideMimeType = exports.fetch || (getXHR() ? isFunction(getXHR().overrideMimeType) : false)\\n\\nexports.vbArray = isFunction(global.VBArray)\\n\\nfunction isFunction (value) {\\n\\treturn typeof value === 'function'\\n}\\n\\nxhr = null // Help gc\\n\"\n    },\n    {\n      \"id\": 159,\n      \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/stream-http/lib/response.js\",\n      \"name\": \"./node_modules/stream-http/lib/response.js\",\n      \"index\": 279,\n      \"index2\": 281,\n      \"size\": 5468,\n      \"cacheable\": true,\n      \"built\": true,\n      \"optional\": false,\n      \"prefetched\": false,\n      \"chunks\": [\n        2\n      ],\n      \"issuer\": \"/Users/jarred/Code/styleurl/node_modules/stream-http/index.js\",\n      \"issuerId\": 157,\n      \"issuerName\": \"./node_modules/stream-http/index.js\",\n      \"issuerPath\": [\n        {\n          \"id\": 191,\n          \"identifier\": \"multi /Users/jarred/Code/styleurl/webpack/customPublicPath /Users/jarred/Code/styleurl/chrome/extension/background\",\n          \"name\": \"multi ./webpack/customPublicPath ./chrome/extension/background\",\n          \"profile\": {\n            \"factory\": 0,\n            \"building\": 0,\n            \"dependencies\": 54\n          }\n        },\n        {\n          \"id\": 192,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/background.js\",\n          \"name\": \"./chrome/extension/background.js\",\n          \"profile\": {\n            \"factory\": 54,\n            \"building\": 639,\n            \"dependencies\": 140\n          }\n        },\n        {\n          \"id\": 255,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/stylesheet-differ/lib/index.js\",\n          \"name\": \"./node_modules/stylesheet-differ/lib/index.js\",\n          \"profile\": {\n            \"factory\": 140,\n            \"building\": 568,\n            \"dependencies\": 1\n          }\n        },\n        {\n          \"id\": 256,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/native-css/index.js\",\n          \"name\": \"./node_modules/native-css/index.js\",\n          \"profile\": {\n            \"factory\": 189,\n            \"building\": 603,\n            \"dependencies\": 1\n          }\n        },\n        {\n          \"id\": 257,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/native-css/src/native-css.js\",\n          \"name\": \"./node_modules/native-css/src/native-css.js\",\n          \"profile\": {\n            \"factory\": 26,\n            \"building\": 63,\n            \"dependencies\": 14\n          }\n        },\n        {\n          \"id\": 293,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/fetch/lib/fetch.js\",\n          \"name\": \"./node_modules/fetch/lib/fetch.js\",\n          \"profile\": {\n            \"factory\": 117,\n            \"building\": 25,\n            \"dependencies\": 27\n          }\n        },\n        {\n          \"id\": 157,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/stream-http/index.js\",\n          \"name\": \"./node_modules/stream-http/index.js\",\n          \"profile\": {\n            \"factory\": 66,\n            \"building\": 38,\n            \"dependencies\": 20\n          }\n        }\n      ],\n      \"profile\": {\n        \"factory\": 114,\n        \"building\": 71,\n        \"dependencies\": 122\n      },\n      \"failed\": false,\n      \"errors\": 0,\n      \"warnings\": 0,\n      \"assets\": [],\n      \"reasons\": [\n        {\n          \"moduleId\": 157,\n          \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/stream-http/index.js\",\n          \"module\": \"./node_modules/stream-http/index.js\",\n          \"moduleName\": \"./node_modules/stream-http/index.js\",\n          \"type\": \"cjs require\",\n          \"userRequest\": \"./lib/response\",\n          \"loc\": \"2:22-47\"\n        },\n        {\n          \"moduleId\": 294,\n          \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/stream-http/lib/request.js\",\n          \"module\": \"./node_modules/stream-http/lib/request.js\",\n          \"moduleName\": \"./node_modules/stream-http/lib/request.js\",\n          \"type\": \"cjs require\",\n          \"userRequest\": \"./response\",\n          \"loc\": \"3:15-36\"\n        }\n      ],\n      \"usedExports\": true,\n      \"providedExports\": null,\n      \"optimizationBailout\": [\n        \"ModuleConcatenation bailout: Module is not an ECMAScript module\"\n      ],\n      \"depth\": 7,\n      \"source\": \"var capability = require('./capability')\\nvar inherits = require('inherits')\\nvar stream = require('readable-stream')\\n\\nvar rStates = exports.readyStates = {\\n\\tUNSENT: 0,\\n\\tOPENED: 1,\\n\\tHEADERS_RECEIVED: 2,\\n\\tLOADING: 3,\\n\\tDONE: 4\\n}\\n\\nvar IncomingMessage = exports.IncomingMessage = function (xhr, response, mode) {\\n\\tvar self = this\\n\\tstream.Readable.call(self)\\n\\n\\tself._mode = mode\\n\\tself.headers = {}\\n\\tself.rawHeaders = []\\n\\tself.trailers = {}\\n\\tself.rawTrailers = []\\n\\n\\t// Fake the 'close' event, but only once 'end' fires\\n\\tself.on('end', function () {\\n\\t\\t// The nextTick is necessary to prevent the 'request' module from causing an infinite loop\\n\\t\\tprocess.nextTick(function () {\\n\\t\\t\\tself.emit('close')\\n\\t\\t})\\n\\t})\\n\\n\\tif (mode === 'fetch') {\\n\\t\\tself._fetchResponse = response\\n\\n\\t\\tself.url = response.url\\n\\t\\tself.statusCode = response.status\\n\\t\\tself.statusMessage = response.statusText\\n\\t\\t\\n\\t\\tresponse.headers.forEach(function (header, key){\\n\\t\\t\\tself.headers[key.toLowerCase()] = header\\n\\t\\t\\tself.rawHeaders.push(key, header)\\n\\t\\t})\\n\\n\\t\\tif (capability.writableStream) {\\n\\t\\t\\tvar writable = new WritableStream({\\n\\t\\t\\t\\twrite: function (chunk) {\\n\\t\\t\\t\\t\\treturn new Promise(function (resolve, reject) {\\n\\t\\t\\t\\t\\t\\tif (self._destroyed) {\\n\\t\\t\\t\\t\\t\\t\\treturn\\n\\t\\t\\t\\t\\t\\t} else if(self.push(new Buffer(chunk))) {\\n\\t\\t\\t\\t\\t\\t\\tresolve()\\n\\t\\t\\t\\t\\t\\t} else {\\n\\t\\t\\t\\t\\t\\t\\tself._resumeFetch = resolve\\n\\t\\t\\t\\t\\t\\t}\\n\\t\\t\\t\\t\\t})\\n\\t\\t\\t\\t},\\n\\t\\t\\t\\tclose: function () {\\n\\t\\t\\t\\t\\tif (!self._destroyed)\\n\\t\\t\\t\\t\\t\\tself.push(null)\\n\\t\\t\\t\\t},\\n\\t\\t\\t\\tabort: function (err) {\\n\\t\\t\\t\\t\\tif (!self._destroyed)\\n\\t\\t\\t\\t\\t\\tself.emit('error', err)\\n\\t\\t\\t\\t}\\n\\t\\t\\t})\\n\\n\\t\\t\\ttry {\\n\\t\\t\\t\\tresponse.body.pipeTo(writable)\\n\\t\\t\\t\\treturn\\n\\t\\t\\t} catch (e) {} // pipeTo method isn't defined. Can't find a better way to feature test this\\n\\t\\t}\\n\\t\\t// fallback for when writableStream or pipeTo aren't available\\n\\t\\tvar reader = response.body.getReader()\\n\\t\\tfunction read () {\\n\\t\\t\\treader.read().then(function (result) {\\n\\t\\t\\t\\tif (self._destroyed)\\n\\t\\t\\t\\t\\treturn\\n\\t\\t\\t\\tif (result.done) {\\n\\t\\t\\t\\t\\tself.push(null)\\n\\t\\t\\t\\t\\treturn\\n\\t\\t\\t\\t}\\n\\t\\t\\t\\tself.push(new Buffer(result.value))\\n\\t\\t\\t\\tread()\\n\\t\\t\\t}).catch(function(err) {\\n\\t\\t\\t\\tif (!self._destroyed)\\n\\t\\t\\t\\t\\tself.emit('error', err)\\n\\t\\t\\t})\\n\\t\\t}\\n\\t\\tread()\\n\\t} else {\\n\\t\\tself._xhr = xhr\\n\\t\\tself._pos = 0\\n\\n\\t\\tself.url = xhr.responseURL\\n\\t\\tself.statusCode = xhr.status\\n\\t\\tself.statusMessage = xhr.statusText\\n\\t\\tvar headers = xhr.getAllResponseHeaders().split(/\\\\r?\\\\n/)\\n\\t\\theaders.forEach(function (header) {\\n\\t\\t\\tvar matches = header.match(/^([^:]+):\\\\s*(.*)/)\\n\\t\\t\\tif (matches) {\\n\\t\\t\\t\\tvar key = matches[1].toLowerCase()\\n\\t\\t\\t\\tif (key === 'set-cookie') {\\n\\t\\t\\t\\t\\tif (self.headers[key] === undefined) {\\n\\t\\t\\t\\t\\t\\tself.headers[key] = []\\n\\t\\t\\t\\t\\t}\\n\\t\\t\\t\\t\\tself.headers[key].push(matches[2])\\n\\t\\t\\t\\t} else if (self.headers[key] !== undefined) {\\n\\t\\t\\t\\t\\tself.headers[key] += ', ' + matches[2]\\n\\t\\t\\t\\t} else {\\n\\t\\t\\t\\t\\tself.headers[key] = matches[2]\\n\\t\\t\\t\\t}\\n\\t\\t\\t\\tself.rawHeaders.push(matches[1], matches[2])\\n\\t\\t\\t}\\n\\t\\t})\\n\\n\\t\\tself._charset = 'x-user-defined'\\n\\t\\tif (!capability.overrideMimeType) {\\n\\t\\t\\tvar mimeType = self.rawHeaders['mime-type']\\n\\t\\t\\tif (mimeType) {\\n\\t\\t\\t\\tvar charsetMatch = mimeType.match(/;\\\\s*charset=([^;])(;|$)/)\\n\\t\\t\\t\\tif (charsetMatch) {\\n\\t\\t\\t\\t\\tself._charset = charsetMatch[1].toLowerCase()\\n\\t\\t\\t\\t}\\n\\t\\t\\t}\\n\\t\\t\\tif (!self._charset)\\n\\t\\t\\t\\tself._charset = 'utf-8' // best guess\\n\\t\\t}\\n\\t}\\n}\\n\\ninherits(IncomingMessage, stream.Readable)\\n\\nIncomingMessage.prototype._read = function () {\\n\\tvar self = this\\n\\n\\tvar resolve = self._resumeFetch\\n\\tif (resolve) {\\n\\t\\tself._resumeFetch = null\\n\\t\\tresolve()\\n\\t}\\n}\\n\\nIncomingMessage.prototype._onXHRProgress = function () {\\n\\tvar self = this\\n\\n\\tvar xhr = self._xhr\\n\\n\\tvar response = null\\n\\tswitch (self._mode) {\\n\\t\\tcase 'text:vbarray': // For IE9\\n\\t\\t\\tif (xhr.readyState !== rStates.DONE)\\n\\t\\t\\t\\tbreak\\n\\t\\t\\ttry {\\n\\t\\t\\t\\t// This fails in IE8\\n\\t\\t\\t\\tresponse = new global.VBArray(xhr.responseBody).toArray()\\n\\t\\t\\t} catch (e) {}\\n\\t\\t\\tif (response !== null) {\\n\\t\\t\\t\\tself.push(new Buffer(response))\\n\\t\\t\\t\\tbreak\\n\\t\\t\\t}\\n\\t\\t\\t// Falls through in IE8\\t\\n\\t\\tcase 'text':\\n\\t\\t\\ttry { // This will fail when readyState = 3 in IE9. Switch mode and wait for readyState = 4\\n\\t\\t\\t\\tresponse = xhr.responseText\\n\\t\\t\\t} catch (e) {\\n\\t\\t\\t\\tself._mode = 'text:vbarray'\\n\\t\\t\\t\\tbreak\\n\\t\\t\\t}\\n\\t\\t\\tif (response.length > self._pos) {\\n\\t\\t\\t\\tvar newData = response.substr(self._pos)\\n\\t\\t\\t\\tif (self._charset === 'x-user-defined') {\\n\\t\\t\\t\\t\\tvar buffer = new Buffer(newData.length)\\n\\t\\t\\t\\t\\tfor (var i = 0; i < newData.length; i++)\\n\\t\\t\\t\\t\\t\\tbuffer[i] = newData.charCodeAt(i) & 0xff\\n\\n\\t\\t\\t\\t\\tself.push(buffer)\\n\\t\\t\\t\\t} else {\\n\\t\\t\\t\\t\\tself.push(newData, self._charset)\\n\\t\\t\\t\\t}\\n\\t\\t\\t\\tself._pos = response.length\\n\\t\\t\\t}\\n\\t\\t\\tbreak\\n\\t\\tcase 'arraybuffer':\\n\\t\\t\\tif (xhr.readyState !== rStates.DONE || !xhr.response)\\n\\t\\t\\t\\tbreak\\n\\t\\t\\tresponse = xhr.response\\n\\t\\t\\tself.push(new Buffer(new Uint8Array(response)))\\n\\t\\t\\tbreak\\n\\t\\tcase 'moz-chunked-arraybuffer': // take whole\\n\\t\\t\\tresponse = xhr.response\\n\\t\\t\\tif (xhr.readyState !== rStates.LOADING || !response)\\n\\t\\t\\t\\tbreak\\n\\t\\t\\tself.push(new Buffer(new Uint8Array(response)))\\n\\t\\t\\tbreak\\n\\t\\tcase 'ms-stream':\\n\\t\\t\\tresponse = xhr.response\\n\\t\\t\\tif (xhr.readyState !== rStates.LOADING)\\n\\t\\t\\t\\tbreak\\n\\t\\t\\tvar reader = new global.MSStreamReader()\\n\\t\\t\\treader.onprogress = function () {\\n\\t\\t\\t\\tif (reader.result.byteLength > self._pos) {\\n\\t\\t\\t\\t\\tself.push(new Buffer(new Uint8Array(reader.result.slice(self._pos))))\\n\\t\\t\\t\\t\\tself._pos = reader.result.byteLength\\n\\t\\t\\t\\t}\\n\\t\\t\\t}\\n\\t\\t\\treader.onload = function () {\\n\\t\\t\\t\\tself.push(null)\\n\\t\\t\\t}\\n\\t\\t\\t// reader.onerror = ??? // TODO: this\\n\\t\\t\\treader.readAsArrayBuffer(response)\\n\\t\\t\\tbreak\\n\\t}\\n\\n\\t// The ms-stream case handles end separately in reader.onload()\\n\\tif (self._xhr.readyState === rStates.DONE && self._mode !== 'ms-stream') {\\n\\t\\tself.push(null)\\n\\t}\\n}\\n\"\n    },\n    {\n      \"id\": 160,\n      \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/stream-http/node_modules/readable-stream/readable-browser.js\",\n      \"name\": \"./node_modules/stream-http/node_modules/readable-stream/readable-browser.js\",\n      \"index\": 280,\n      \"index2\": 280,\n      \"size\": 351,\n      \"cacheable\": true,\n      \"built\": true,\n      \"optional\": false,\n      \"prefetched\": false,\n      \"chunks\": [\n        2\n      ],\n      \"issuer\": \"/Users/jarred/Code/styleurl/node_modules/stream-http/lib/response.js\",\n      \"issuerId\": 159,\n      \"issuerName\": \"./node_modules/stream-http/lib/response.js\",\n      \"issuerPath\": [\n        {\n          \"id\": 191,\n          \"identifier\": \"multi /Users/jarred/Code/styleurl/webpack/customPublicPath /Users/jarred/Code/styleurl/chrome/extension/background\",\n          \"name\": \"multi ./webpack/customPublicPath ./chrome/extension/background\",\n          \"profile\": {\n            \"factory\": 0,\n            \"building\": 0,\n            \"dependencies\": 54\n          }\n        },\n        {\n          \"id\": 192,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/background.js\",\n          \"name\": \"./chrome/extension/background.js\",\n          \"profile\": {\n            \"factory\": 54,\n            \"building\": 639,\n            \"dependencies\": 140\n          }\n        },\n        {\n          \"id\": 255,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/stylesheet-differ/lib/index.js\",\n          \"name\": \"./node_modules/stylesheet-differ/lib/index.js\",\n          \"profile\": {\n            \"factory\": 140,\n            \"building\": 568,\n            \"dependencies\": 1\n          }\n        },\n        {\n          \"id\": 256,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/native-css/index.js\",\n          \"name\": \"./node_modules/native-css/index.js\",\n          \"profile\": {\n            \"factory\": 189,\n            \"building\": 603,\n            \"dependencies\": 1\n          }\n        },\n        {\n          \"id\": 257,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/native-css/src/native-css.js\",\n          \"name\": \"./node_modules/native-css/src/native-css.js\",\n          \"profile\": {\n            \"factory\": 26,\n            \"building\": 63,\n            \"dependencies\": 14\n          }\n        },\n        {\n          \"id\": 293,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/fetch/lib/fetch.js\",\n          \"name\": \"./node_modules/fetch/lib/fetch.js\",\n          \"profile\": {\n            \"factory\": 117,\n            \"building\": 25,\n            \"dependencies\": 27\n          }\n        },\n        {\n          \"id\": 157,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/stream-http/index.js\",\n          \"name\": \"./node_modules/stream-http/index.js\",\n          \"profile\": {\n            \"factory\": 66,\n            \"building\": 38,\n            \"dependencies\": 20\n          }\n        },\n        {\n          \"id\": 159,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/stream-http/lib/response.js\",\n          \"name\": \"./node_modules/stream-http/lib/response.js\",\n          \"profile\": {\n            \"factory\": 114,\n            \"building\": 71,\n            \"dependencies\": 122\n          }\n        }\n      ],\n      \"profile\": {\n        \"factory\": 127,\n        \"building\": 15,\n        \"dependencies\": 0\n      },\n      \"failed\": false,\n      \"errors\": 0,\n      \"warnings\": 0,\n      \"assets\": [],\n      \"reasons\": [\n        {\n          \"moduleId\": 159,\n          \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/stream-http/lib/response.js\",\n          \"module\": \"./node_modules/stream-http/lib/response.js\",\n          \"moduleName\": \"./node_modules/stream-http/lib/response.js\",\n          \"type\": \"cjs require\",\n          \"userRequest\": \"readable-stream\",\n          \"loc\": \"3:13-39\"\n        },\n        {\n          \"moduleId\": 294,\n          \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/stream-http/lib/request.js\",\n          \"module\": \"./node_modules/stream-http/lib/request.js\",\n          \"moduleName\": \"./node_modules/stream-http/lib/request.js\",\n          \"type\": \"cjs require\",\n          \"userRequest\": \"readable-stream\",\n          \"loc\": \"4:13-39\"\n        }\n      ],\n      \"usedExports\": true,\n      \"providedExports\": null,\n      \"optimizationBailout\": [\n        \"ModuleConcatenation bailout: Module is not an ECMAScript module\"\n      ],\n      \"depth\": 8,\n      \"source\": \"exports = module.exports = require('./lib/_stream_readable.js');\\nexports.Stream = exports;\\nexports.Readable = exports;\\nexports.Writable = require('./lib/_stream_writable.js');\\nexports.Duplex = require('./lib/_stream_duplex.js');\\nexports.Transform = require('./lib/_stream_transform.js');\\nexports.PassThrough = require('./lib/_stream_passthrough.js');\\n\"\n    },\n    {\n      \"id\": 161,\n      \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/stream-http/node_modules/readable-stream/lib/_stream_readable.js\",\n      \"name\": \"./node_modules/stream-http/node_modules/readable-stream/lib/_stream_readable.js\",\n      \"index\": 281,\n      \"index2\": 277,\n      \"size\": 30776,\n      \"cacheable\": true,\n      \"built\": true,\n      \"optional\": false,\n      \"prefetched\": false,\n      \"chunks\": [\n        2\n      ],\n      \"issuer\": \"/Users/jarred/Code/styleurl/node_modules/stream-http/node_modules/readable-stream/readable-browser.js\",\n      \"issuerId\": 160,\n      \"issuerName\": \"./node_modules/stream-http/node_modules/readable-stream/readable-browser.js\",\n      \"issuerPath\": [\n        {\n          \"id\": 191,\n          \"identifier\": \"multi /Users/jarred/Code/styleurl/webpack/customPublicPath /Users/jarred/Code/styleurl/chrome/extension/background\",\n          \"name\": \"multi ./webpack/customPublicPath ./chrome/extension/background\",\n          \"profile\": {\n            \"factory\": 0,\n            \"building\": 0,\n            \"dependencies\": 54\n          }\n        },\n        {\n          \"id\": 192,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/background.js\",\n          \"name\": \"./chrome/extension/background.js\",\n          \"profile\": {\n            \"factory\": 54,\n            \"building\": 639,\n            \"dependencies\": 140\n          }\n        },\n        {\n          \"id\": 255,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/stylesheet-differ/lib/index.js\",\n          \"name\": \"./node_modules/stylesheet-differ/lib/index.js\",\n          \"profile\": {\n            \"factory\": 140,\n            \"building\": 568,\n            \"dependencies\": 1\n          }\n        },\n        {\n          \"id\": 256,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/native-css/index.js\",\n          \"name\": \"./node_modules/native-css/index.js\",\n          \"profile\": {\n            \"factory\": 189,\n            \"building\": 603,\n            \"dependencies\": 1\n          }\n        },\n        {\n          \"id\": 257,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/native-css/src/native-css.js\",\n          \"name\": \"./node_modules/native-css/src/native-css.js\",\n          \"profile\": {\n            \"factory\": 26,\n            \"building\": 63,\n            \"dependencies\": 14\n          }\n        },\n        {\n          \"id\": 293,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/fetch/lib/fetch.js\",\n          \"name\": \"./node_modules/fetch/lib/fetch.js\",\n          \"profile\": {\n            \"factory\": 117,\n            \"building\": 25,\n            \"dependencies\": 27\n          }\n        },\n        {\n          \"id\": 157,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/stream-http/index.js\",\n          \"name\": \"./node_modules/stream-http/index.js\",\n          \"profile\": {\n            \"factory\": 66,\n            \"building\": 38,\n            \"dependencies\": 20\n          }\n        },\n        {\n          \"id\": 159,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/stream-http/lib/response.js\",\n          \"name\": \"./node_modules/stream-http/lib/response.js\",\n          \"profile\": {\n            \"factory\": 114,\n            \"building\": 71,\n            \"dependencies\": 122\n          }\n        },\n        {\n          \"id\": 160,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/stream-http/node_modules/readable-stream/readable-browser.js\",\n          \"name\": \"./node_modules/stream-http/node_modules/readable-stream/readable-browser.js\",\n          \"profile\": {\n            \"factory\": 127,\n            \"building\": 15,\n            \"dependencies\": 0\n          }\n        }\n      ],\n      \"profile\": {\n        \"factory\": 8,\n        \"building\": 54,\n        \"dependencies\": 78\n      },\n      \"failed\": false,\n      \"errors\": 0,\n      \"warnings\": 0,\n      \"assets\": [],\n      \"reasons\": [\n        {\n          \"moduleId\": 40,\n          \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/stream-http/node_modules/readable-stream/lib/_stream_duplex.js\",\n          \"module\": \"./node_modules/stream-http/node_modules/readable-stream/lib/_stream_duplex.js\",\n          \"moduleName\": \"./node_modules/stream-http/node_modules/readable-stream/lib/_stream_duplex.js\",\n          \"type\": \"cjs require\",\n          \"userRequest\": \"./_stream_readable\",\n          \"loc\": \"50:15-44\"\n        },\n        {\n          \"moduleId\": 160,\n          \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/stream-http/node_modules/readable-stream/readable-browser.js\",\n          \"module\": \"./node_modules/stream-http/node_modules/readable-stream/readable-browser.js\",\n          \"moduleName\": \"./node_modules/stream-http/node_modules/readable-stream/readable-browser.js\",\n          \"type\": \"cjs require\",\n          \"userRequest\": \"./lib/_stream_readable.js\",\n          \"loc\": \"1:27-63\"\n        }\n      ],\n      \"usedExports\": true,\n      \"providedExports\": null,\n      \"optimizationBailout\": [\n        \"ModuleConcatenation bailout: Module is not an ECMAScript module\"\n      ],\n      \"depth\": 9,\n      \"source\": \"// Copyright Joyent, Inc. and other Node contributors.\\n//\\n// Permission is hereby granted, free of charge, to any person obtaining a\\n// copy of this software and associated documentation files (the\\n// \\\"Software\\\"), to deal in the Software without restriction, including\\n// without limitation the rights to use, copy, modify, merge, publish,\\n// distribute, sublicense, and/or sell copies of the Software, and to permit\\n// persons to whom the Software is furnished to do so, subject to the\\n// following conditions:\\n//\\n// The above copyright notice and this permission notice shall be included\\n// in all copies or substantial portions of the Software.\\n//\\n// THE SOFTWARE IS PROVIDED \\\"AS IS\\\", WITHOUT WARRANTY OF ANY KIND, EXPRESS\\n// OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\\n// MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN\\n// NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM,\\n// DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR\\n// OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE\\n// USE OR OTHER DEALINGS IN THE SOFTWARE.\\n\\n'use strict';\\n\\n/*<replacement>*/\\n\\nvar processNextTick = require('process-nextick-args');\\n/*</replacement>*/\\n\\nmodule.exports = Readable;\\n\\n/*<replacement>*/\\nvar isArray = require('isarray');\\n/*</replacement>*/\\n\\n/*<replacement>*/\\nvar Duplex;\\n/*</replacement>*/\\n\\nReadable.ReadableState = ReadableState;\\n\\n/*<replacement>*/\\nvar EE = require('events').EventEmitter;\\n\\nvar EElistenerCount = function (emitter, type) {\\n  return emitter.listeners(type).length;\\n};\\n/*</replacement>*/\\n\\n/*<replacement>*/\\nvar Stream = require('./internal/streams/stream');\\n/*</replacement>*/\\n\\n// TODO(bmeurer): Change this back to const once hole checks are\\n// properly optimized away early in Ignition+TurboFan.\\n/*<replacement>*/\\nvar Buffer = require('safe-buffer').Buffer;\\nvar OurUint8Array = global.Uint8Array || function () {};\\nfunction _uint8ArrayToBuffer(chunk) {\\n  return Buffer.from(chunk);\\n}\\nfunction _isUint8Array(obj) {\\n  return Buffer.isBuffer(obj) || obj instanceof OurUint8Array;\\n}\\n/*</replacement>*/\\n\\n/*<replacement>*/\\nvar util = require('core-util-is');\\nutil.inherits = require('inherits');\\n/*</replacement>*/\\n\\n/*<replacement>*/\\nvar debugUtil = require('util');\\nvar debug = void 0;\\nif (debugUtil && debugUtil.debuglog) {\\n  debug = debugUtil.debuglog('stream');\\n} else {\\n  debug = function () {};\\n}\\n/*</replacement>*/\\n\\nvar BufferList = require('./internal/streams/BufferList');\\nvar destroyImpl = require('./internal/streams/destroy');\\nvar StringDecoder;\\n\\nutil.inherits(Readable, Stream);\\n\\nvar kProxyEvents = ['error', 'close', 'destroy', 'pause', 'resume'];\\n\\nfunction prependListener(emitter, event, fn) {\\n  // Sadly this is not cacheable as some libraries bundle their own\\n  // event emitter implementation with them.\\n  if (typeof emitter.prependListener === 'function') {\\n    return emitter.prependListener(event, fn);\\n  } else {\\n    // This is a hack to make sure that our error handler is attached before any\\n    // userland ones.  NEVER DO THIS. This is here only because this code needs\\n    // to continue to work with older versions of Node.js that do not include\\n    // the prependListener() method. The goal is to eventually remove this hack.\\n    if (!emitter._events || !emitter._events[event]) emitter.on(event, fn);else if (isArray(emitter._events[event])) emitter._events[event].unshift(fn);else emitter._events[event] = [fn, emitter._events[event]];\\n  }\\n}\\n\\nfunction ReadableState(options, stream) {\\n  Duplex = Duplex || require('./_stream_duplex');\\n\\n  options = options || {};\\n\\n  // object stream flag. Used to make read(n) ignore n and to\\n  // make all the buffer merging and length checks go away\\n  this.objectMode = !!options.objectMode;\\n\\n  if (stream instanceof Duplex) this.objectMode = this.objectMode || !!options.readableObjectMode;\\n\\n  // the point at which it stops calling _read() to fill the buffer\\n  // Note: 0 is a valid value, means \\\"don't call _read preemptively ever\\\"\\n  var hwm = options.highWaterMark;\\n  var defaultHwm = this.objectMode ? 16 : 16 * 1024;\\n  this.highWaterMark = hwm || hwm === 0 ? hwm : defaultHwm;\\n\\n  // cast to ints.\\n  this.highWaterMark = Math.floor(this.highWaterMark);\\n\\n  // A linked list is used to store data chunks instead of an array because the\\n  // linked list can remove elements from the beginning faster than\\n  // array.shift()\\n  this.buffer = new BufferList();\\n  this.length = 0;\\n  this.pipes = null;\\n  this.pipesCount = 0;\\n  this.flowing = null;\\n  this.ended = false;\\n  this.endEmitted = false;\\n  this.reading = false;\\n\\n  // a flag to be able to tell if the event 'readable'/'data' is emitted\\n  // immediately, or on a later tick.  We set this to true at first, because\\n  // any actions that shouldn't happen until \\\"later\\\" should generally also\\n  // not happen before the first read call.\\n  this.sync = true;\\n\\n  // whenever we return null, then we set a flag to say\\n  // that we're awaiting a 'readable' event emission.\\n  this.needReadable = false;\\n  this.emittedReadable = false;\\n  this.readableListening = false;\\n  this.resumeScheduled = false;\\n\\n  // has it been destroyed\\n  this.destroyed = false;\\n\\n  // Crypto is kind of old and crusty.  Historically, its default string\\n  // encoding is 'binary' so we have to make this configurable.\\n  // Everything else in the universe uses 'utf8', though.\\n  this.defaultEncoding = options.defaultEncoding || 'utf8';\\n\\n  // the number of writers that are awaiting a drain event in .pipe()s\\n  this.awaitDrain = 0;\\n\\n  // if true, a maybeReadMore has been scheduled\\n  this.readingMore = false;\\n\\n  this.decoder = null;\\n  this.encoding = null;\\n  if (options.encoding) {\\n    if (!StringDecoder) StringDecoder = require('string_decoder/').StringDecoder;\\n    this.decoder = new StringDecoder(options.encoding);\\n    this.encoding = options.encoding;\\n  }\\n}\\n\\nfunction Readable(options) {\\n  Duplex = Duplex || require('./_stream_duplex');\\n\\n  if (!(this instanceof Readable)) return new Readable(options);\\n\\n  this._readableState = new ReadableState(options, this);\\n\\n  // legacy\\n  this.readable = true;\\n\\n  if (options) {\\n    if (typeof options.read === 'function') this._read = options.read;\\n\\n    if (typeof options.destroy === 'function') this._destroy = options.destroy;\\n  }\\n\\n  Stream.call(this);\\n}\\n\\nObject.defineProperty(Readable.prototype, 'destroyed', {\\n  get: function () {\\n    if (this._readableState === undefined) {\\n      return false;\\n    }\\n    return this._readableState.destroyed;\\n  },\\n  set: function (value) {\\n    // we ignore the value if the stream\\n    // has not been initialized yet\\n    if (!this._readableState) {\\n      return;\\n    }\\n\\n    // backward compatibility, the user is explicitly\\n    // managing destroyed\\n    this._readableState.destroyed = value;\\n  }\\n});\\n\\nReadable.prototype.destroy = destroyImpl.destroy;\\nReadable.prototype._undestroy = destroyImpl.undestroy;\\nReadable.prototype._destroy = function (err, cb) {\\n  this.push(null);\\n  cb(err);\\n};\\n\\n// Manually shove something into the read() buffer.\\n// This returns true if the highWaterMark has not been hit yet,\\n// similar to how Writable.write() returns true if you should\\n// write() some more.\\nReadable.prototype.push = function (chunk, encoding) {\\n  var state = this._readableState;\\n  var skipChunkCheck;\\n\\n  if (!state.objectMode) {\\n    if (typeof chunk === 'string') {\\n      encoding = encoding || state.defaultEncoding;\\n      if (encoding !== state.encoding) {\\n        chunk = Buffer.from(chunk, encoding);\\n        encoding = '';\\n      }\\n      skipChunkCheck = true;\\n    }\\n  } else {\\n    skipChunkCheck = true;\\n  }\\n\\n  return readableAddChunk(this, chunk, encoding, false, skipChunkCheck);\\n};\\n\\n// Unshift should *always* be something directly out of read()\\nReadable.prototype.unshift = function (chunk) {\\n  return readableAddChunk(this, chunk, null, true, false);\\n};\\n\\nfunction readableAddChunk(stream, chunk, encoding, addToFront, skipChunkCheck) {\\n  var state = stream._readableState;\\n  if (chunk === null) {\\n    state.reading = false;\\n    onEofChunk(stream, state);\\n  } else {\\n    var er;\\n    if (!skipChunkCheck) er = chunkInvalid(state, chunk);\\n    if (er) {\\n      stream.emit('error', er);\\n    } else if (state.objectMode || chunk && chunk.length > 0) {\\n      if (typeof chunk !== 'string' && !state.objectMode && Object.getPrototypeOf(chunk) !== Buffer.prototype) {\\n        chunk = _uint8ArrayToBuffer(chunk);\\n      }\\n\\n      if (addToFront) {\\n        if (state.endEmitted) stream.emit('error', new Error('stream.unshift() after end event'));else addChunk(stream, state, chunk, true);\\n      } else if (state.ended) {\\n        stream.emit('error', new Error('stream.push() after EOF'));\\n      } else {\\n        state.reading = false;\\n        if (state.decoder && !encoding) {\\n          chunk = state.decoder.write(chunk);\\n          if (state.objectMode || chunk.length !== 0) addChunk(stream, state, chunk, false);else maybeReadMore(stream, state);\\n        } else {\\n          addChunk(stream, state, chunk, false);\\n        }\\n      }\\n    } else if (!addToFront) {\\n      state.reading = false;\\n    }\\n  }\\n\\n  return needMoreData(state);\\n}\\n\\nfunction addChunk(stream, state, chunk, addToFront) {\\n  if (state.flowing && state.length === 0 && !state.sync) {\\n    stream.emit('data', chunk);\\n    stream.read(0);\\n  } else {\\n    // update the buffer info.\\n    state.length += state.objectMode ? 1 : chunk.length;\\n    if (addToFront) state.buffer.unshift(chunk);else state.buffer.push(chunk);\\n\\n    if (state.needReadable) emitReadable(stream);\\n  }\\n  maybeReadMore(stream, state);\\n}\\n\\nfunction chunkInvalid(state, chunk) {\\n  var er;\\n  if (!_isUint8Array(chunk) && typeof chunk !== 'string' && chunk !== undefined && !state.objectMode) {\\n    er = new TypeError('Invalid non-string/buffer chunk');\\n  }\\n  return er;\\n}\\n\\n// if it's past the high water mark, we can push in some more.\\n// Also, if we have no data yet, we can stand some\\n// more bytes.  This is to work around cases where hwm=0,\\n// such as the repl.  Also, if the push() triggered a\\n// readable event, and the user called read(largeNumber) such that\\n// needReadable was set, then we ought to push more, so that another\\n// 'readable' event will be triggered.\\nfunction needMoreData(state) {\\n  return !state.ended && (state.needReadable || state.length < state.highWaterMark || state.length === 0);\\n}\\n\\nReadable.prototype.isPaused = function () {\\n  return this._readableState.flowing === false;\\n};\\n\\n// backwards compatibility.\\nReadable.prototype.setEncoding = function (enc) {\\n  if (!StringDecoder) StringDecoder = require('string_decoder/').StringDecoder;\\n  this._readableState.decoder = new StringDecoder(enc);\\n  this._readableState.encoding = enc;\\n  return this;\\n};\\n\\n// Don't raise the hwm > 8MB\\nvar MAX_HWM = 0x800000;\\nfunction computeNewHighWaterMark(n) {\\n  if (n >= MAX_HWM) {\\n    n = MAX_HWM;\\n  } else {\\n    // Get the next highest power of 2 to prevent increasing hwm excessively in\\n    // tiny amounts\\n    n--;\\n    n |= n >>> 1;\\n    n |= n >>> 2;\\n    n |= n >>> 4;\\n    n |= n >>> 8;\\n    n |= n >>> 16;\\n    n++;\\n  }\\n  return n;\\n}\\n\\n// This function is designed to be inlinable, so please take care when making\\n// changes to the function body.\\nfunction howMuchToRead(n, state) {\\n  if (n <= 0 || state.length === 0 && state.ended) return 0;\\n  if (state.objectMode) return 1;\\n  if (n !== n) {\\n    // Only flow one buffer at a time\\n    if (state.flowing && state.length) return state.buffer.head.data.length;else return state.length;\\n  }\\n  // If we're asking for more than the current hwm, then raise the hwm.\\n  if (n > state.highWaterMark) state.highWaterMark = computeNewHighWaterMark(n);\\n  if (n <= state.length) return n;\\n  // Don't have enough\\n  if (!state.ended) {\\n    state.needReadable = true;\\n    return 0;\\n  }\\n  return state.length;\\n}\\n\\n// you can override either this method, or the async _read(n) below.\\nReadable.prototype.read = function (n) {\\n  debug('read', n);\\n  n = parseInt(n, 10);\\n  var state = this._readableState;\\n  var nOrig = n;\\n\\n  if (n !== 0) state.emittedReadable = false;\\n\\n  // if we're doing read(0) to trigger a readable event, but we\\n  // already have a bunch of data in the buffer, then just trigger\\n  // the 'readable' event and move on.\\n  if (n === 0 && state.needReadable && (state.length >= state.highWaterMark || state.ended)) {\\n    debug('read: emitReadable', state.length, state.ended);\\n    if (state.length === 0 && state.ended) endReadable(this);else emitReadable(this);\\n    return null;\\n  }\\n\\n  n = howMuchToRead(n, state);\\n\\n  // if we've ended, and we're now clear, then finish it up.\\n  if (n === 0 && state.ended) {\\n    if (state.length === 0) endReadable(this);\\n    return null;\\n  }\\n\\n  // All the actual chunk generation logic needs to be\\n  // *below* the call to _read.  The reason is that in certain\\n  // synthetic stream cases, such as passthrough streams, _read\\n  // may be a completely synchronous operation which may change\\n  // the state of the read buffer, providing enough data when\\n  // before there was *not* enough.\\n  //\\n  // So, the steps are:\\n  // 1. Figure out what the state of things will be after we do\\n  // a read from the buffer.\\n  //\\n  // 2. If that resulting state will trigger a _read, then call _read.\\n  // Note that this may be asynchronous, or synchronous.  Yes, it is\\n  // deeply ugly to write APIs this way, but that still doesn't mean\\n  // that the Readable class should behave improperly, as streams are\\n  // designed to be sync/async agnostic.\\n  // Take note if the _read call is sync or async (ie, if the read call\\n  // has returned yet), so that we know whether or not it's safe to emit\\n  // 'readable' etc.\\n  //\\n  // 3. Actually pull the requested chunks out of the buffer and return.\\n\\n  // if we need a readable event, then we need to do some reading.\\n  var doRead = state.needReadable;\\n  debug('need readable', doRead);\\n\\n  // if we currently have less than the highWaterMark, then also read some\\n  if (state.length === 0 || state.length - n < state.highWaterMark) {\\n    doRead = true;\\n    debug('length less than watermark', doRead);\\n  }\\n\\n  // however, if we've ended, then there's no point, and if we're already\\n  // reading, then it's unnecessary.\\n  if (state.ended || state.reading) {\\n    doRead = false;\\n    debug('reading or ended', doRead);\\n  } else if (doRead) {\\n    debug('do read');\\n    state.reading = true;\\n    state.sync = true;\\n    // if the length is currently zero, then we *need* a readable event.\\n    if (state.length === 0) state.needReadable = true;\\n    // call internal read method\\n    this._read(state.highWaterMark);\\n    state.sync = false;\\n    // If _read pushed data synchronously, then `reading` will be false,\\n    // and we need to re-evaluate how much data we can return to the user.\\n    if (!state.reading) n = howMuchToRead(nOrig, state);\\n  }\\n\\n  var ret;\\n  if (n > 0) ret = fromList(n, state);else ret = null;\\n\\n  if (ret === null) {\\n    state.needReadable = true;\\n    n = 0;\\n  } else {\\n    state.length -= n;\\n  }\\n\\n  if (state.length === 0) {\\n    // If we have nothing in the buffer, then we want to know\\n    // as soon as we *do* get something into the buffer.\\n    if (!state.ended) state.needReadable = true;\\n\\n    // If we tried to read() past the EOF, then emit end on the next tick.\\n    if (nOrig !== n && state.ended) endReadable(this);\\n  }\\n\\n  if (ret !== null) this.emit('data', ret);\\n\\n  return ret;\\n};\\n\\nfunction onEofChunk(stream, state) {\\n  if (state.ended) return;\\n  if (state.decoder) {\\n    var chunk = state.decoder.end();\\n    if (chunk && chunk.length) {\\n      state.buffer.push(chunk);\\n      state.length += state.objectMode ? 1 : chunk.length;\\n    }\\n  }\\n  state.ended = true;\\n\\n  // emit 'readable' now to make sure it gets picked up.\\n  emitReadable(stream);\\n}\\n\\n// Don't emit readable right away in sync mode, because this can trigger\\n// another read() call => stack overflow.  This way, it might trigger\\n// a nextTick recursion warning, but that's not so bad.\\nfunction emitReadable(stream) {\\n  var state = stream._readableState;\\n  state.needReadable = false;\\n  if (!state.emittedReadable) {\\n    debug('emitReadable', state.flowing);\\n    state.emittedReadable = true;\\n    if (state.sync) processNextTick(emitReadable_, stream);else emitReadable_(stream);\\n  }\\n}\\n\\nfunction emitReadable_(stream) {\\n  debug('emit readable');\\n  stream.emit('readable');\\n  flow(stream);\\n}\\n\\n// at this point, the user has presumably seen the 'readable' event,\\n// and called read() to consume some data.  that may have triggered\\n// in turn another _read(n) call, in which case reading = true if\\n// it's in progress.\\n// However, if we're not ended, or reading, and the length < hwm,\\n// then go ahead and try to read some more preemptively.\\nfunction maybeReadMore(stream, state) {\\n  if (!state.readingMore) {\\n    state.readingMore = true;\\n    processNextTick(maybeReadMore_, stream, state);\\n  }\\n}\\n\\nfunction maybeReadMore_(stream, state) {\\n  var len = state.length;\\n  while (!state.reading && !state.flowing && !state.ended && state.length < state.highWaterMark) {\\n    debug('maybeReadMore read 0');\\n    stream.read(0);\\n    if (len === state.length)\\n      // didn't get any data, stop spinning.\\n      break;else len = state.length;\\n  }\\n  state.readingMore = false;\\n}\\n\\n// abstract method.  to be overridden in specific implementation classes.\\n// call cb(er, data) where data is <= n in length.\\n// for virtual (non-string, non-buffer) streams, \\\"length\\\" is somewhat\\n// arbitrary, and perhaps not very meaningful.\\nReadable.prototype._read = function (n) {\\n  this.emit('error', new Error('_read() is not implemented'));\\n};\\n\\nReadable.prototype.pipe = function (dest, pipeOpts) {\\n  var src = this;\\n  var state = this._readableState;\\n\\n  switch (state.pipesCount) {\\n    case 0:\\n      state.pipes = dest;\\n      break;\\n    case 1:\\n      state.pipes = [state.pipes, dest];\\n      break;\\n    default:\\n      state.pipes.push(dest);\\n      break;\\n  }\\n  state.pipesCount += 1;\\n  debug('pipe count=%d opts=%j', state.pipesCount, pipeOpts);\\n\\n  var doEnd = (!pipeOpts || pipeOpts.end !== false) && dest !== process.stdout && dest !== process.stderr;\\n\\n  var endFn = doEnd ? onend : unpipe;\\n  if (state.endEmitted) processNextTick(endFn);else src.once('end', endFn);\\n\\n  dest.on('unpipe', onunpipe);\\n  function onunpipe(readable, unpipeInfo) {\\n    debug('onunpipe');\\n    if (readable === src) {\\n      if (unpipeInfo && unpipeInfo.hasUnpiped === false) {\\n        unpipeInfo.hasUnpiped = true;\\n        cleanup();\\n      }\\n    }\\n  }\\n\\n  function onend() {\\n    debug('onend');\\n    dest.end();\\n  }\\n\\n  // when the dest drains, it reduces the awaitDrain counter\\n  // on the source.  This would be more elegant with a .once()\\n  // handler in flow(), but adding and removing repeatedly is\\n  // too slow.\\n  var ondrain = pipeOnDrain(src);\\n  dest.on('drain', ondrain);\\n\\n  var cleanedUp = false;\\n  function cleanup() {\\n    debug('cleanup');\\n    // cleanup event handlers once the pipe is broken\\n    dest.removeListener('close', onclose);\\n    dest.removeListener('finish', onfinish);\\n    dest.removeListener('drain', ondrain);\\n    dest.removeListener('error', onerror);\\n    dest.removeListener('unpipe', onunpipe);\\n    src.removeListener('end', onend);\\n    src.removeListener('end', unpipe);\\n    src.removeListener('data', ondata);\\n\\n    cleanedUp = true;\\n\\n    // if the reader is waiting for a drain event from this\\n    // specific writer, then it would cause it to never start\\n    // flowing again.\\n    // So, if this is awaiting a drain, then we just call it now.\\n    // If we don't know, then assume that we are waiting for one.\\n    if (state.awaitDrain && (!dest._writableState || dest._writableState.needDrain)) ondrain();\\n  }\\n\\n  // If the user pushes more data while we're writing to dest then we'll end up\\n  // in ondata again. However, we only want to increase awaitDrain once because\\n  // dest will only emit one 'drain' event for the multiple writes.\\n  // => Introduce a guard on increasing awaitDrain.\\n  var increasedAwaitDrain = false;\\n  src.on('data', ondata);\\n  function ondata(chunk) {\\n    debug('ondata');\\n    increasedAwaitDrain = false;\\n    var ret = dest.write(chunk);\\n    if (false === ret && !increasedAwaitDrain) {\\n      // If the user unpiped during `dest.write()`, it is possible\\n      // to get stuck in a permanently paused state if that write\\n      // also returned false.\\n      // => Check whether `dest` is still a piping destination.\\n      if ((state.pipesCount === 1 && state.pipes === dest || state.pipesCount > 1 && indexOf(state.pipes, dest) !== -1) && !cleanedUp) {\\n        debug('false write response, pause', src._readableState.awaitDrain);\\n        src._readableState.awaitDrain++;\\n        increasedAwaitDrain = true;\\n      }\\n      src.pause();\\n    }\\n  }\\n\\n  // if the dest has an error, then stop piping into it.\\n  // however, don't suppress the throwing behavior for this.\\n  function onerror(er) {\\n    debug('onerror', er);\\n    unpipe();\\n    dest.removeListener('error', onerror);\\n    if (EElistenerCount(dest, 'error') === 0) dest.emit('error', er);\\n  }\\n\\n  // Make sure our error handler is attached before userland ones.\\n  prependListener(dest, 'error', onerror);\\n\\n  // Both close and finish should trigger unpipe, but only once.\\n  function onclose() {\\n    dest.removeListener('finish', onfinish);\\n    unpipe();\\n  }\\n  dest.once('close', onclose);\\n  function onfinish() {\\n    debug('onfinish');\\n    dest.removeListener('close', onclose);\\n    unpipe();\\n  }\\n  dest.once('finish', onfinish);\\n\\n  function unpipe() {\\n    debug('unpipe');\\n    src.unpipe(dest);\\n  }\\n\\n  // tell the dest that it's being piped to\\n  dest.emit('pipe', src);\\n\\n  // start the flow if it hasn't been started already.\\n  if (!state.flowing) {\\n    debug('pipe resume');\\n    src.resume();\\n  }\\n\\n  return dest;\\n};\\n\\nfunction pipeOnDrain(src) {\\n  return function () {\\n    var state = src._readableState;\\n    debug('pipeOnDrain', state.awaitDrain);\\n    if (state.awaitDrain) state.awaitDrain--;\\n    if (state.awaitDrain === 0 && EElistenerCount(src, 'data')) {\\n      state.flowing = true;\\n      flow(src);\\n    }\\n  };\\n}\\n\\nReadable.prototype.unpipe = function (dest) {\\n  var state = this._readableState;\\n  var unpipeInfo = { hasUnpiped: false };\\n\\n  // if we're not piping anywhere, then do nothing.\\n  if (state.pipesCount === 0) return this;\\n\\n  // just one destination.  most common case.\\n  if (state.pipesCount === 1) {\\n    // passed in one, but it's not the right one.\\n    if (dest && dest !== state.pipes) return this;\\n\\n    if (!dest) dest = state.pipes;\\n\\n    // got a match.\\n    state.pipes = null;\\n    state.pipesCount = 0;\\n    state.flowing = false;\\n    if (dest) dest.emit('unpipe', this, unpipeInfo);\\n    return this;\\n  }\\n\\n  // slow case. multiple pipe destinations.\\n\\n  if (!dest) {\\n    // remove all.\\n    var dests = state.pipes;\\n    var len = state.pipesCount;\\n    state.pipes = null;\\n    state.pipesCount = 0;\\n    state.flowing = false;\\n\\n    for (var i = 0; i < len; i++) {\\n      dests[i].emit('unpipe', this, unpipeInfo);\\n    }return this;\\n  }\\n\\n  // try to find the right one.\\n  var index = indexOf(state.pipes, dest);\\n  if (index === -1) return this;\\n\\n  state.pipes.splice(index, 1);\\n  state.pipesCount -= 1;\\n  if (state.pipesCount === 1) state.pipes = state.pipes[0];\\n\\n  dest.emit('unpipe', this, unpipeInfo);\\n\\n  return this;\\n};\\n\\n// set up data events if they are asked for\\n// Ensure readable listeners eventually get something\\nReadable.prototype.on = function (ev, fn) {\\n  var res = Stream.prototype.on.call(this, ev, fn);\\n\\n  if (ev === 'data') {\\n    // Start flowing on next tick if stream isn't explicitly paused\\n    if (this._readableState.flowing !== false) this.resume();\\n  } else if (ev === 'readable') {\\n    var state = this._readableState;\\n    if (!state.endEmitted && !state.readableListening) {\\n      state.readableListening = state.needReadable = true;\\n      state.emittedReadable = false;\\n      if (!state.reading) {\\n        processNextTick(nReadingNextTick, this);\\n      } else if (state.length) {\\n        emitReadable(this);\\n      }\\n    }\\n  }\\n\\n  return res;\\n};\\nReadable.prototype.addListener = Readable.prototype.on;\\n\\nfunction nReadingNextTick(self) {\\n  debug('readable nexttick read 0');\\n  self.read(0);\\n}\\n\\n// pause() and resume() are remnants of the legacy readable stream API\\n// If the user uses them, then switch into old mode.\\nReadable.prototype.resume = function () {\\n  var state = this._readableState;\\n  if (!state.flowing) {\\n    debug('resume');\\n    state.flowing = true;\\n    resume(this, state);\\n  }\\n  return this;\\n};\\n\\nfunction resume(stream, state) {\\n  if (!state.resumeScheduled) {\\n    state.resumeScheduled = true;\\n    processNextTick(resume_, stream, state);\\n  }\\n}\\n\\nfunction resume_(stream, state) {\\n  if (!state.reading) {\\n    debug('resume read 0');\\n    stream.read(0);\\n  }\\n\\n  state.resumeScheduled = false;\\n  state.awaitDrain = 0;\\n  stream.emit('resume');\\n  flow(stream);\\n  if (state.flowing && !state.reading) stream.read(0);\\n}\\n\\nReadable.prototype.pause = function () {\\n  debug('call pause flowing=%j', this._readableState.flowing);\\n  if (false !== this._readableState.flowing) {\\n    debug('pause');\\n    this._readableState.flowing = false;\\n    this.emit('pause');\\n  }\\n  return this;\\n};\\n\\nfunction flow(stream) {\\n  var state = stream._readableState;\\n  debug('flow', state.flowing);\\n  while (state.flowing && stream.read() !== null) {}\\n}\\n\\n// wrap an old-style stream as the async data source.\\n// This is *not* part of the readable stream interface.\\n// It is an ugly unfortunate mess of history.\\nReadable.prototype.wrap = function (stream) {\\n  var state = this._readableState;\\n  var paused = false;\\n\\n  var self = this;\\n  stream.on('end', function () {\\n    debug('wrapped end');\\n    if (state.decoder && !state.ended) {\\n      var chunk = state.decoder.end();\\n      if (chunk && chunk.length) self.push(chunk);\\n    }\\n\\n    self.push(null);\\n  });\\n\\n  stream.on('data', function (chunk) {\\n    debug('wrapped data');\\n    if (state.decoder) chunk = state.decoder.write(chunk);\\n\\n    // don't skip over falsy values in objectMode\\n    if (state.objectMode && (chunk === null || chunk === undefined)) return;else if (!state.objectMode && (!chunk || !chunk.length)) return;\\n\\n    var ret = self.push(chunk);\\n    if (!ret) {\\n      paused = true;\\n      stream.pause();\\n    }\\n  });\\n\\n  // proxy all the other methods.\\n  // important when wrapping filters and duplexes.\\n  for (var i in stream) {\\n    if (this[i] === undefined && typeof stream[i] === 'function') {\\n      this[i] = function (method) {\\n        return function () {\\n          return stream[method].apply(stream, arguments);\\n        };\\n      }(i);\\n    }\\n  }\\n\\n  // proxy certain important events.\\n  for (var n = 0; n < kProxyEvents.length; n++) {\\n    stream.on(kProxyEvents[n], self.emit.bind(self, kProxyEvents[n]));\\n  }\\n\\n  // when we try to consume some more bytes, simply unpause the\\n  // underlying stream.\\n  self._read = function (n) {\\n    debug('wrapped _read', n);\\n    if (paused) {\\n      paused = false;\\n      stream.resume();\\n    }\\n  };\\n\\n  return self;\\n};\\n\\n// exposed for testing purposes only.\\nReadable._fromList = fromList;\\n\\n// Pluck off n bytes from an array of buffers.\\n// Length is the combined lengths of all the buffers in the list.\\n// This function is designed to be inlinable, so please take care when making\\n// changes to the function body.\\nfunction fromList(n, state) {\\n  // nothing buffered\\n  if (state.length === 0) return null;\\n\\n  var ret;\\n  if (state.objectMode) ret = state.buffer.shift();else if (!n || n >= state.length) {\\n    // read it all, truncate the list\\n    if (state.decoder) ret = state.buffer.join('');else if (state.buffer.length === 1) ret = state.buffer.head.data;else ret = state.buffer.concat(state.length);\\n    state.buffer.clear();\\n  } else {\\n    // read part of list\\n    ret = fromListPartial(n, state.buffer, state.decoder);\\n  }\\n\\n  return ret;\\n}\\n\\n// Extracts only enough buffered data to satisfy the amount requested.\\n// This function is designed to be inlinable, so please take care when making\\n// changes to the function body.\\nfunction fromListPartial(n, list, hasStrings) {\\n  var ret;\\n  if (n < list.head.data.length) {\\n    // slice is the same for buffers and strings\\n    ret = list.head.data.slice(0, n);\\n    list.head.data = list.head.data.slice(n);\\n  } else if (n === list.head.data.length) {\\n    // first chunk is a perfect match\\n    ret = list.shift();\\n  } else {\\n    // result spans more than one buffer\\n    ret = hasStrings ? copyFromBufferString(n, list) : copyFromBuffer(n, list);\\n  }\\n  return ret;\\n}\\n\\n// Copies a specified amount of characters from the list of buffered data\\n// chunks.\\n// This function is designed to be inlinable, so please take care when making\\n// changes to the function body.\\nfunction copyFromBufferString(n, list) {\\n  var p = list.head;\\n  var c = 1;\\n  var ret = p.data;\\n  n -= ret.length;\\n  while (p = p.next) {\\n    var str = p.data;\\n    var nb = n > str.length ? str.length : n;\\n    if (nb === str.length) ret += str;else ret += str.slice(0, n);\\n    n -= nb;\\n    if (n === 0) {\\n      if (nb === str.length) {\\n        ++c;\\n        if (p.next) list.head = p.next;else list.head = list.tail = null;\\n      } else {\\n        list.head = p;\\n        p.data = str.slice(nb);\\n      }\\n      break;\\n    }\\n    ++c;\\n  }\\n  list.length -= c;\\n  return ret;\\n}\\n\\n// Copies a specified amount of bytes from the list of buffered data chunks.\\n// This function is designed to be inlinable, so please take care when making\\n// changes to the function body.\\nfunction copyFromBuffer(n, list) {\\n  var ret = Buffer.allocUnsafe(n);\\n  var p = list.head;\\n  var c = 1;\\n  p.data.copy(ret);\\n  n -= p.data.length;\\n  while (p = p.next) {\\n    var buf = p.data;\\n    var nb = n > buf.length ? buf.length : n;\\n    buf.copy(ret, ret.length - n, 0, nb);\\n    n -= nb;\\n    if (n === 0) {\\n      if (nb === buf.length) {\\n        ++c;\\n        if (p.next) list.head = p.next;else list.head = list.tail = null;\\n      } else {\\n        list.head = p;\\n        p.data = buf.slice(nb);\\n      }\\n      break;\\n    }\\n    ++c;\\n  }\\n  list.length -= c;\\n  return ret;\\n}\\n\\nfunction endReadable(stream) {\\n  var state = stream._readableState;\\n\\n  // If we get here before consuming all the bytes, then that is a\\n  // bug in node.  Should never happen.\\n  if (state.length > 0) throw new Error('\\\"endReadable()\\\" called on non-empty stream');\\n\\n  if (!state.endEmitted) {\\n    state.ended = true;\\n    processNextTick(endReadableNT, state, stream);\\n  }\\n}\\n\\nfunction endReadableNT(state, stream) {\\n  // Check that we didn't get one last unshift.\\n  if (!state.endEmitted && state.length === 0) {\\n    state.endEmitted = true;\\n    stream.readable = false;\\n    stream.emit('end');\\n  }\\n}\\n\\nfunction forEach(xs, f) {\\n  for (var i = 0, l = xs.length; i < l; i++) {\\n    f(xs[i], i);\\n  }\\n}\\n\\nfunction indexOf(xs, x) {\\n  for (var i = 0, l = xs.length; i < l; i++) {\\n    if (xs[i] === x) return i;\\n  }\\n  return -1;\\n}\"\n    },\n    {\n      \"id\": 162,\n      \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/stream-http/node_modules/readable-stream/lib/internal/streams/stream-browser.js\",\n      \"name\": \"./node_modules/stream-http/node_modules/readable-stream/lib/internal/streams/stream-browser.js\",\n      \"index\": 282,\n      \"index2\": 271,\n      \"size\": 49,\n      \"cacheable\": true,\n      \"built\": true,\n      \"optional\": false,\n      \"prefetched\": false,\n      \"chunks\": [\n        2\n      ],\n      \"issuer\": \"/Users/jarred/Code/styleurl/node_modules/stream-http/node_modules/readable-stream/lib/_stream_writable.js\",\n      \"issuerId\": 164,\n      \"issuerName\": \"./node_modules/stream-http/node_modules/readable-stream/lib/_stream_writable.js\",\n      \"issuerPath\": [\n        {\n          \"id\": 191,\n          \"identifier\": \"multi /Users/jarred/Code/styleurl/webpack/customPublicPath /Users/jarred/Code/styleurl/chrome/extension/background\",\n          \"name\": \"multi ./webpack/customPublicPath ./chrome/extension/background\",\n          \"profile\": {\n            \"factory\": 0,\n            \"building\": 0,\n            \"dependencies\": 54\n          }\n        },\n        {\n          \"id\": 192,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/background.js\",\n          \"name\": \"./chrome/extension/background.js\",\n          \"profile\": {\n            \"factory\": 54,\n            \"building\": 639,\n            \"dependencies\": 140\n          }\n        },\n        {\n          \"id\": 255,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/stylesheet-differ/lib/index.js\",\n          \"name\": \"./node_modules/stylesheet-differ/lib/index.js\",\n          \"profile\": {\n            \"factory\": 140,\n            \"building\": 568,\n            \"dependencies\": 1\n          }\n        },\n        {\n          \"id\": 256,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/native-css/index.js\",\n          \"name\": \"./node_modules/native-css/index.js\",\n          \"profile\": {\n            \"factory\": 189,\n            \"building\": 603,\n            \"dependencies\": 1\n          }\n        },\n        {\n          \"id\": 257,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/native-css/src/native-css.js\",\n          \"name\": \"./node_modules/native-css/src/native-css.js\",\n          \"profile\": {\n            \"factory\": 26,\n            \"building\": 63,\n            \"dependencies\": 14\n          }\n        },\n        {\n          \"id\": 293,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/fetch/lib/fetch.js\",\n          \"name\": \"./node_modules/fetch/lib/fetch.js\",\n          \"profile\": {\n            \"factory\": 117,\n            \"building\": 25,\n            \"dependencies\": 27\n          }\n        },\n        {\n          \"id\": 157,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/stream-http/index.js\",\n          \"name\": \"./node_modules/stream-http/index.js\",\n          \"profile\": {\n            \"factory\": 66,\n            \"building\": 38,\n            \"dependencies\": 20\n          }\n        },\n        {\n          \"id\": 159,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/stream-http/lib/response.js\",\n          \"name\": \"./node_modules/stream-http/lib/response.js\",\n          \"profile\": {\n            \"factory\": 114,\n            \"building\": 71,\n            \"dependencies\": 122\n          }\n        },\n        {\n          \"id\": 160,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/stream-http/node_modules/readable-stream/readable-browser.js\",\n          \"name\": \"./node_modules/stream-http/node_modules/readable-stream/readable-browser.js\",\n          \"profile\": {\n            \"factory\": 127,\n            \"building\": 15,\n            \"dependencies\": 0\n          }\n        },\n        {\n          \"id\": 164,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/stream-http/node_modules/readable-stream/lib/_stream_writable.js\",\n          \"name\": \"./node_modules/stream-http/node_modules/readable-stream/lib/_stream_writable.js\",\n          \"profile\": {\n            \"factory\": 8,\n            \"building\": 54,\n            \"dependencies\": 78\n          }\n        }\n      ],\n      \"profile\": {\n        \"factory\": 73,\n        \"building\": 23,\n        \"dependencies\": 2\n      },\n      \"failed\": false,\n      \"errors\": 0,\n      \"warnings\": 0,\n      \"assets\": [],\n      \"reasons\": [\n        {\n          \"moduleId\": 161,\n          \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/stream-http/node_modules/readable-stream/lib/_stream_readable.js\",\n          \"module\": \"./node_modules/stream-http/node_modules/readable-stream/lib/_stream_readable.js\",\n          \"moduleName\": \"./node_modules/stream-http/node_modules/readable-stream/lib/_stream_readable.js\",\n          \"type\": \"cjs require\",\n          \"userRequest\": \"./internal/streams/stream\",\n          \"loc\": \"50:13-49\"\n        },\n        {\n          \"moduleId\": 164,\n          \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/stream-http/node_modules/readable-stream/lib/_stream_writable.js\",\n          \"module\": \"./node_modules/stream-http/node_modules/readable-stream/lib/_stream_writable.js\",\n          \"moduleName\": \"./node_modules/stream-http/node_modules/readable-stream/lib/_stream_writable.js\",\n          \"type\": \"cjs require\",\n          \"userRequest\": \"./internal/streams/stream\",\n          \"loc\": \"78:13-49\"\n        }\n      ],\n      \"usedExports\": true,\n      \"providedExports\": null,\n      \"optimizationBailout\": [\n        \"ModuleConcatenation bailout: Module is not an ECMAScript module\"\n      ],\n      \"depth\": 10,\n      \"source\": \"module.exports = require('events').EventEmitter;\\n\"\n    },\n    {\n      \"id\": 163,\n      \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/stream-http/node_modules/readable-stream/lib/internal/streams/destroy.js\",\n      \"name\": \"./node_modules/stream-http/node_modules/readable-stream/lib/internal/streams/destroy.js\",\n      \"index\": 285,\n      \"index2\": 274,\n      \"size\": 1846,\n      \"cacheable\": true,\n      \"built\": true,\n      \"optional\": false,\n      \"prefetched\": false,\n      \"chunks\": [\n        2\n      ],\n      \"issuer\": \"/Users/jarred/Code/styleurl/node_modules/stream-http/node_modules/readable-stream/lib/_stream_writable.js\",\n      \"issuerId\": 164,\n      \"issuerName\": \"./node_modules/stream-http/node_modules/readable-stream/lib/_stream_writable.js\",\n      \"issuerPath\": [\n        {\n          \"id\": 191,\n          \"identifier\": \"multi /Users/jarred/Code/styleurl/webpack/customPublicPath /Users/jarred/Code/styleurl/chrome/extension/background\",\n          \"name\": \"multi ./webpack/customPublicPath ./chrome/extension/background\",\n          \"profile\": {\n            \"factory\": 0,\n            \"building\": 0,\n            \"dependencies\": 54\n          }\n        },\n        {\n          \"id\": 192,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/background.js\",\n          \"name\": \"./chrome/extension/background.js\",\n          \"profile\": {\n            \"factory\": 54,\n            \"building\": 639,\n            \"dependencies\": 140\n          }\n        },\n        {\n          \"id\": 255,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/stylesheet-differ/lib/index.js\",\n          \"name\": \"./node_modules/stylesheet-differ/lib/index.js\",\n          \"profile\": {\n            \"factory\": 140,\n            \"building\": 568,\n            \"dependencies\": 1\n          }\n        },\n        {\n          \"id\": 256,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/native-css/index.js\",\n          \"name\": \"./node_modules/native-css/index.js\",\n          \"profile\": {\n            \"factory\": 189,\n            \"building\": 603,\n            \"dependencies\": 1\n          }\n        },\n        {\n          \"id\": 257,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/native-css/src/native-css.js\",\n          \"name\": \"./node_modules/native-css/src/native-css.js\",\n          \"profile\": {\n            \"factory\": 26,\n            \"building\": 63,\n            \"dependencies\": 14\n          }\n        },\n        {\n          \"id\": 293,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/fetch/lib/fetch.js\",\n          \"name\": \"./node_modules/fetch/lib/fetch.js\",\n          \"profile\": {\n            \"factory\": 117,\n            \"building\": 25,\n            \"dependencies\": 27\n          }\n        },\n        {\n          \"id\": 157,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/stream-http/index.js\",\n          \"name\": \"./node_modules/stream-http/index.js\",\n          \"profile\": {\n            \"factory\": 66,\n            \"building\": 38,\n            \"dependencies\": 20\n          }\n        },\n        {\n          \"id\": 159,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/stream-http/lib/response.js\",\n          \"name\": \"./node_modules/stream-http/lib/response.js\",\n          \"profile\": {\n            \"factory\": 114,\n            \"building\": 71,\n            \"dependencies\": 122\n          }\n        },\n        {\n          \"id\": 160,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/stream-http/node_modules/readable-stream/readable-browser.js\",\n          \"name\": \"./node_modules/stream-http/node_modules/readable-stream/readable-browser.js\",\n          \"profile\": {\n            \"factory\": 127,\n            \"building\": 15,\n            \"dependencies\": 0\n          }\n        },\n        {\n          \"id\": 164,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/stream-http/node_modules/readable-stream/lib/_stream_writable.js\",\n          \"name\": \"./node_modules/stream-http/node_modules/readable-stream/lib/_stream_writable.js\",\n          \"profile\": {\n            \"factory\": 8,\n            \"building\": 54,\n            \"dependencies\": 78\n          }\n        }\n      ],\n      \"profile\": {\n        \"factory\": 73,\n        \"building\": 23,\n        \"dependencies\": 2\n      },\n      \"failed\": false,\n      \"errors\": 0,\n      \"warnings\": 0,\n      \"assets\": [],\n      \"reasons\": [\n        {\n          \"moduleId\": 161,\n          \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/stream-http/node_modules/readable-stream/lib/_stream_readable.js\",\n          \"module\": \"./node_modules/stream-http/node_modules/readable-stream/lib/_stream_readable.js\",\n          \"moduleName\": \"./node_modules/stream-http/node_modules/readable-stream/lib/_stream_readable.js\",\n          \"type\": \"cjs require\",\n          \"userRequest\": \"./internal/streams/destroy\",\n          \"loc\": \"82:18-55\"\n        },\n        {\n          \"moduleId\": 164,\n          \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/stream-http/node_modules/readable-stream/lib/_stream_writable.js\",\n          \"module\": \"./node_modules/stream-http/node_modules/readable-stream/lib/_stream_writable.js\",\n          \"moduleName\": \"./node_modules/stream-http/node_modules/readable-stream/lib/_stream_writable.js\",\n          \"type\": \"cjs require\",\n          \"userRequest\": \"./internal/streams/destroy\",\n          \"loc\": \"92:18-55\"\n        }\n      ],\n      \"usedExports\": true,\n      \"providedExports\": null,\n      \"optimizationBailout\": [\n        \"ModuleConcatenation bailout: Module is not an ECMAScript module\"\n      ],\n      \"depth\": 10,\n      \"source\": \"'use strict';\\n\\n/*<replacement>*/\\n\\nvar processNextTick = require('process-nextick-args');\\n/*</replacement>*/\\n\\n// undocumented cb() API, needed for core, not for public API\\nfunction destroy(err, cb) {\\n  var _this = this;\\n\\n  var readableDestroyed = this._readableState && this._readableState.destroyed;\\n  var writableDestroyed = this._writableState && this._writableState.destroyed;\\n\\n  if (readableDestroyed || writableDestroyed) {\\n    if (cb) {\\n      cb(err);\\n    } else if (err && (!this._writableState || !this._writableState.errorEmitted)) {\\n      processNextTick(emitErrorNT, this, err);\\n    }\\n    return;\\n  }\\n\\n  // we set destroyed to true before firing error callbacks in order\\n  // to make it re-entrance safe in case destroy() is called within callbacks\\n\\n  if (this._readableState) {\\n    this._readableState.destroyed = true;\\n  }\\n\\n  // if this is a duplex stream mark the writable part as destroyed as well\\n  if (this._writableState) {\\n    this._writableState.destroyed = true;\\n  }\\n\\n  this._destroy(err || null, function (err) {\\n    if (!cb && err) {\\n      processNextTick(emitErrorNT, _this, err);\\n      if (_this._writableState) {\\n        _this._writableState.errorEmitted = true;\\n      }\\n    } else if (cb) {\\n      cb(err);\\n    }\\n  });\\n}\\n\\nfunction undestroy() {\\n  if (this._readableState) {\\n    this._readableState.destroyed = false;\\n    this._readableState.reading = false;\\n    this._readableState.ended = false;\\n    this._readableState.endEmitted = false;\\n  }\\n\\n  if (this._writableState) {\\n    this._writableState.destroyed = false;\\n    this._writableState.ended = false;\\n    this._writableState.ending = false;\\n    this._writableState.finished = false;\\n    this._writableState.errorEmitted = false;\\n  }\\n}\\n\\nfunction emitErrorNT(self, err) {\\n  self.emit('error', err);\\n}\\n\\nmodule.exports = {\\n  destroy: destroy,\\n  undestroy: undestroy\\n};\"\n    },\n    {\n      \"id\": 164,\n      \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/stream-http/node_modules/readable-stream/lib/_stream_writable.js\",\n      \"name\": \"./node_modules/stream-http/node_modules/readable-stream/lib/_stream_writable.js\",\n      \"index\": 287,\n      \"index2\": 275,\n      \"size\": 19449,\n      \"cacheable\": true,\n      \"built\": true,\n      \"optional\": false,\n      \"prefetched\": false,\n      \"chunks\": [\n        2\n      ],\n      \"issuer\": \"/Users/jarred/Code/styleurl/node_modules/stream-http/node_modules/readable-stream/readable-browser.js\",\n      \"issuerId\": 160,\n      \"issuerName\": \"./node_modules/stream-http/node_modules/readable-stream/readable-browser.js\",\n      \"issuerPath\": [\n        {\n          \"id\": 191,\n          \"identifier\": \"multi /Users/jarred/Code/styleurl/webpack/customPublicPath /Users/jarred/Code/styleurl/chrome/extension/background\",\n          \"name\": \"multi ./webpack/customPublicPath ./chrome/extension/background\",\n          \"profile\": {\n            \"factory\": 0,\n            \"building\": 0,\n            \"dependencies\": 54\n          }\n        },\n        {\n          \"id\": 192,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/background.js\",\n          \"name\": \"./chrome/extension/background.js\",\n          \"profile\": {\n            \"factory\": 54,\n            \"building\": 639,\n            \"dependencies\": 140\n          }\n        },\n        {\n          \"id\": 255,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/stylesheet-differ/lib/index.js\",\n          \"name\": \"./node_modules/stylesheet-differ/lib/index.js\",\n          \"profile\": {\n            \"factory\": 140,\n            \"building\": 568,\n            \"dependencies\": 1\n          }\n        },\n        {\n          \"id\": 256,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/native-css/index.js\",\n          \"name\": \"./node_modules/native-css/index.js\",\n          \"profile\": {\n            \"factory\": 189,\n            \"building\": 603,\n            \"dependencies\": 1\n          }\n        },\n        {\n          \"id\": 257,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/native-css/src/native-css.js\",\n          \"name\": \"./node_modules/native-css/src/native-css.js\",\n          \"profile\": {\n            \"factory\": 26,\n            \"building\": 63,\n            \"dependencies\": 14\n          }\n        },\n        {\n          \"id\": 293,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/fetch/lib/fetch.js\",\n          \"name\": \"./node_modules/fetch/lib/fetch.js\",\n          \"profile\": {\n            \"factory\": 117,\n            \"building\": 25,\n            \"dependencies\": 27\n          }\n        },\n        {\n          \"id\": 157,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/stream-http/index.js\",\n          \"name\": \"./node_modules/stream-http/index.js\",\n          \"profile\": {\n            \"factory\": 66,\n            \"building\": 38,\n            \"dependencies\": 20\n          }\n        },\n        {\n          \"id\": 159,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/stream-http/lib/response.js\",\n          \"name\": \"./node_modules/stream-http/lib/response.js\",\n          \"profile\": {\n            \"factory\": 114,\n            \"building\": 71,\n            \"dependencies\": 122\n          }\n        },\n        {\n          \"id\": 160,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/stream-http/node_modules/readable-stream/readable-browser.js\",\n          \"name\": \"./node_modules/stream-http/node_modules/readable-stream/readable-browser.js\",\n          \"profile\": {\n            \"factory\": 127,\n            \"building\": 15,\n            \"dependencies\": 0\n          }\n        }\n      ],\n      \"profile\": {\n        \"factory\": 8,\n        \"building\": 54,\n        \"dependencies\": 78\n      },\n      \"failed\": false,\n      \"errors\": 0,\n      \"warnings\": 0,\n      \"assets\": [],\n      \"reasons\": [\n        {\n          \"moduleId\": 40,\n          \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/stream-http/node_modules/readable-stream/lib/_stream_duplex.js\",\n          \"module\": \"./node_modules/stream-http/node_modules/readable-stream/lib/_stream_duplex.js\",\n          \"moduleName\": \"./node_modules/stream-http/node_modules/readable-stream/lib/_stream_duplex.js\",\n          \"type\": \"cjs require\",\n          \"userRequest\": \"./_stream_writable\",\n          \"loc\": \"51:15-44\"\n        },\n        {\n          \"moduleId\": 160,\n          \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/stream-http/node_modules/readable-stream/readable-browser.js\",\n          \"module\": \"./node_modules/stream-http/node_modules/readable-stream/readable-browser.js\",\n          \"moduleName\": \"./node_modules/stream-http/node_modules/readable-stream/readable-browser.js\",\n          \"type\": \"cjs require\",\n          \"userRequest\": \"./lib/_stream_writable.js\",\n          \"loc\": \"4:19-55\"\n        }\n      ],\n      \"usedExports\": true,\n      \"providedExports\": null,\n      \"optimizationBailout\": [\n        \"ModuleConcatenation bailout: Module is not an ECMAScript module\"\n      ],\n      \"depth\": 9,\n      \"source\": \"// Copyright Joyent, Inc. and other Node contributors.\\n//\\n// Permission is hereby granted, free of charge, to any person obtaining a\\n// copy of this software and associated documentation files (the\\n// \\\"Software\\\"), to deal in the Software without restriction, including\\n// without limitation the rights to use, copy, modify, merge, publish,\\n// distribute, sublicense, and/or sell copies of the Software, and to permit\\n// persons to whom the Software is furnished to do so, subject to the\\n// following conditions:\\n//\\n// The above copyright notice and this permission notice shall be included\\n// in all copies or substantial portions of the Software.\\n//\\n// THE SOFTWARE IS PROVIDED \\\"AS IS\\\", WITHOUT WARRANTY OF ANY KIND, EXPRESS\\n// OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\\n// MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN\\n// NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM,\\n// DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR\\n// OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE\\n// USE OR OTHER DEALINGS IN THE SOFTWARE.\\n\\n// A bit simpler than readable streams.\\n// Implement an async ._write(chunk, encoding, cb), and it'll handle all\\n// the drain event emission and buffering.\\n\\n'use strict';\\n\\n/*<replacement>*/\\n\\nvar processNextTick = require('process-nextick-args');\\n/*</replacement>*/\\n\\nmodule.exports = Writable;\\n\\n/* <replacement> */\\nfunction WriteReq(chunk, encoding, cb) {\\n  this.chunk = chunk;\\n  this.encoding = encoding;\\n  this.callback = cb;\\n  this.next = null;\\n}\\n\\n// It seems a linked list but it is not\\n// there will be only 2 of these for each stream\\nfunction CorkedRequest(state) {\\n  var _this = this;\\n\\n  this.next = null;\\n  this.entry = null;\\n  this.finish = function () {\\n    onCorkedFinish(_this, state);\\n  };\\n}\\n/* </replacement> */\\n\\n/*<replacement>*/\\nvar asyncWrite = !process.browser && ['v0.10', 'v0.9.'].indexOf(process.version.slice(0, 5)) > -1 ? setImmediate : processNextTick;\\n/*</replacement>*/\\n\\n/*<replacement>*/\\nvar Duplex;\\n/*</replacement>*/\\n\\nWritable.WritableState = WritableState;\\n\\n/*<replacement>*/\\nvar util = require('core-util-is');\\nutil.inherits = require('inherits');\\n/*</replacement>*/\\n\\n/*<replacement>*/\\nvar internalUtil = {\\n  deprecate: require('util-deprecate')\\n};\\n/*</replacement>*/\\n\\n/*<replacement>*/\\nvar Stream = require('./internal/streams/stream');\\n/*</replacement>*/\\n\\n/*<replacement>*/\\nvar Buffer = require('safe-buffer').Buffer;\\nvar OurUint8Array = global.Uint8Array || function () {};\\nfunction _uint8ArrayToBuffer(chunk) {\\n  return Buffer.from(chunk);\\n}\\nfunction _isUint8Array(obj) {\\n  return Buffer.isBuffer(obj) || obj instanceof OurUint8Array;\\n}\\n/*</replacement>*/\\n\\nvar destroyImpl = require('./internal/streams/destroy');\\n\\nutil.inherits(Writable, Stream);\\n\\nfunction nop() {}\\n\\nfunction WritableState(options, stream) {\\n  Duplex = Duplex || require('./_stream_duplex');\\n\\n  options = options || {};\\n\\n  // object stream flag to indicate whether or not this stream\\n  // contains buffers or objects.\\n  this.objectMode = !!options.objectMode;\\n\\n  if (stream instanceof Duplex) this.objectMode = this.objectMode || !!options.writableObjectMode;\\n\\n  // the point at which write() starts returning false\\n  // Note: 0 is a valid value, means that we always return false if\\n  // the entire buffer is not flushed immediately on write()\\n  var hwm = options.highWaterMark;\\n  var defaultHwm = this.objectMode ? 16 : 16 * 1024;\\n  this.highWaterMark = hwm || hwm === 0 ? hwm : defaultHwm;\\n\\n  // cast to ints.\\n  this.highWaterMark = Math.floor(this.highWaterMark);\\n\\n  // if _final has been called\\n  this.finalCalled = false;\\n\\n  // drain event flag.\\n  this.needDrain = false;\\n  // at the start of calling end()\\n  this.ending = false;\\n  // when end() has been called, and returned\\n  this.ended = false;\\n  // when 'finish' is emitted\\n  this.finished = false;\\n\\n  // has it been destroyed\\n  this.destroyed = false;\\n\\n  // should we decode strings into buffers before passing to _write?\\n  // this is here so that some node-core streams can optimize string\\n  // handling at a lower level.\\n  var noDecode = options.decodeStrings === false;\\n  this.decodeStrings = !noDecode;\\n\\n  // Crypto is kind of old and crusty.  Historically, its default string\\n  // encoding is 'binary' so we have to make this configurable.\\n  // Everything else in the universe uses 'utf8', though.\\n  this.defaultEncoding = options.defaultEncoding || 'utf8';\\n\\n  // not an actual buffer we keep track of, but a measurement\\n  // of how much we're waiting to get pushed to some underlying\\n  // socket or file.\\n  this.length = 0;\\n\\n  // a flag to see when we're in the middle of a write.\\n  this.writing = false;\\n\\n  // when true all writes will be buffered until .uncork() call\\n  this.corked = 0;\\n\\n  // a flag to be able to tell if the onwrite cb is called immediately,\\n  // or on a later tick.  We set this to true at first, because any\\n  // actions that shouldn't happen until \\\"later\\\" should generally also\\n  // not happen before the first write call.\\n  this.sync = true;\\n\\n  // a flag to know if we're processing previously buffered items, which\\n  // may call the _write() callback in the same tick, so that we don't\\n  // end up in an overlapped onwrite situation.\\n  this.bufferProcessing = false;\\n\\n  // the callback that's passed to _write(chunk,cb)\\n  this.onwrite = function (er) {\\n    onwrite(stream, er);\\n  };\\n\\n  // the callback that the user supplies to write(chunk,encoding,cb)\\n  this.writecb = null;\\n\\n  // the amount that is being written when _write is called.\\n  this.writelen = 0;\\n\\n  this.bufferedRequest = null;\\n  this.lastBufferedRequest = null;\\n\\n  // number of pending user-supplied write callbacks\\n  // this must be 0 before 'finish' can be emitted\\n  this.pendingcb = 0;\\n\\n  // emit prefinish if the only thing we're waiting for is _write cbs\\n  // This is relevant for synchronous Transform streams\\n  this.prefinished = false;\\n\\n  // True if the error was already emitted and should not be thrown again\\n  this.errorEmitted = false;\\n\\n  // count buffered requests\\n  this.bufferedRequestCount = 0;\\n\\n  // allocate the first CorkedRequest, there is always\\n  // one allocated and free to use, and we maintain at most two\\n  this.corkedRequestsFree = new CorkedRequest(this);\\n}\\n\\nWritableState.prototype.getBuffer = function getBuffer() {\\n  var current = this.bufferedRequest;\\n  var out = [];\\n  while (current) {\\n    out.push(current);\\n    current = current.next;\\n  }\\n  return out;\\n};\\n\\n(function () {\\n  try {\\n    Object.defineProperty(WritableState.prototype, 'buffer', {\\n      get: internalUtil.deprecate(function () {\\n        return this.getBuffer();\\n      }, '_writableState.buffer is deprecated. Use _writableState.getBuffer ' + 'instead.', 'DEP0003')\\n    });\\n  } catch (_) {}\\n})();\\n\\n// Test _writableState for inheritance to account for Duplex streams,\\n// whose prototype chain only points to Readable.\\nvar realHasInstance;\\nif (typeof Symbol === 'function' && Symbol.hasInstance && typeof Function.prototype[Symbol.hasInstance] === 'function') {\\n  realHasInstance = Function.prototype[Symbol.hasInstance];\\n  Object.defineProperty(Writable, Symbol.hasInstance, {\\n    value: function (object) {\\n      if (realHasInstance.call(this, object)) return true;\\n\\n      return object && object._writableState instanceof WritableState;\\n    }\\n  });\\n} else {\\n  realHasInstance = function (object) {\\n    return object instanceof this;\\n  };\\n}\\n\\nfunction Writable(options) {\\n  Duplex = Duplex || require('./_stream_duplex');\\n\\n  // Writable ctor is applied to Duplexes, too.\\n  // `realHasInstance` is necessary because using plain `instanceof`\\n  // would return false, as no `_writableState` property is attached.\\n\\n  // Trying to use the custom `instanceof` for Writable here will also break the\\n  // Node.js LazyTransform implementation, which has a non-trivial getter for\\n  // `_writableState` that would lead to infinite recursion.\\n  if (!realHasInstance.call(Writable, this) && !(this instanceof Duplex)) {\\n    return new Writable(options);\\n  }\\n\\n  this._writableState = new WritableState(options, this);\\n\\n  // legacy.\\n  this.writable = true;\\n\\n  if (options) {\\n    if (typeof options.write === 'function') this._write = options.write;\\n\\n    if (typeof options.writev === 'function') this._writev = options.writev;\\n\\n    if (typeof options.destroy === 'function') this._destroy = options.destroy;\\n\\n    if (typeof options.final === 'function') this._final = options.final;\\n  }\\n\\n  Stream.call(this);\\n}\\n\\n// Otherwise people can pipe Writable streams, which is just wrong.\\nWritable.prototype.pipe = function () {\\n  this.emit('error', new Error('Cannot pipe, not readable'));\\n};\\n\\nfunction writeAfterEnd(stream, cb) {\\n  var er = new Error('write after end');\\n  // TODO: defer error events consistently everywhere, not just the cb\\n  stream.emit('error', er);\\n  processNextTick(cb, er);\\n}\\n\\n// Checks that a user-supplied chunk is valid, especially for the particular\\n// mode the stream is in. Currently this means that `null` is never accepted\\n// and undefined/non-string values are only allowed in object mode.\\nfunction validChunk(stream, state, chunk, cb) {\\n  var valid = true;\\n  var er = false;\\n\\n  if (chunk === null) {\\n    er = new TypeError('May not write null values to stream');\\n  } else if (typeof chunk !== 'string' && chunk !== undefined && !state.objectMode) {\\n    er = new TypeError('Invalid non-string/buffer chunk');\\n  }\\n  if (er) {\\n    stream.emit('error', er);\\n    processNextTick(cb, er);\\n    valid = false;\\n  }\\n  return valid;\\n}\\n\\nWritable.prototype.write = function (chunk, encoding, cb) {\\n  var state = this._writableState;\\n  var ret = false;\\n  var isBuf = _isUint8Array(chunk) && !state.objectMode;\\n\\n  if (isBuf && !Buffer.isBuffer(chunk)) {\\n    chunk = _uint8ArrayToBuffer(chunk);\\n  }\\n\\n  if (typeof encoding === 'function') {\\n    cb = encoding;\\n    encoding = null;\\n  }\\n\\n  if (isBuf) encoding = 'buffer';else if (!encoding) encoding = state.defaultEncoding;\\n\\n  if (typeof cb !== 'function') cb = nop;\\n\\n  if (state.ended) writeAfterEnd(this, cb);else if (isBuf || validChunk(this, state, chunk, cb)) {\\n    state.pendingcb++;\\n    ret = writeOrBuffer(this, state, isBuf, chunk, encoding, cb);\\n  }\\n\\n  return ret;\\n};\\n\\nWritable.prototype.cork = function () {\\n  var state = this._writableState;\\n\\n  state.corked++;\\n};\\n\\nWritable.prototype.uncork = function () {\\n  var state = this._writableState;\\n\\n  if (state.corked) {\\n    state.corked--;\\n\\n    if (!state.writing && !state.corked && !state.finished && !state.bufferProcessing && state.bufferedRequest) clearBuffer(this, state);\\n  }\\n};\\n\\nWritable.prototype.setDefaultEncoding = function setDefaultEncoding(encoding) {\\n  // node::ParseEncoding() requires lower case.\\n  if (typeof encoding === 'string') encoding = encoding.toLowerCase();\\n  if (!(['hex', 'utf8', 'utf-8', 'ascii', 'binary', 'base64', 'ucs2', 'ucs-2', 'utf16le', 'utf-16le', 'raw'].indexOf((encoding + '').toLowerCase()) > -1)) throw new TypeError('Unknown encoding: ' + encoding);\\n  this._writableState.defaultEncoding = encoding;\\n  return this;\\n};\\n\\nfunction decodeChunk(state, chunk, encoding) {\\n  if (!state.objectMode && state.decodeStrings !== false && typeof chunk === 'string') {\\n    chunk = Buffer.from(chunk, encoding);\\n  }\\n  return chunk;\\n}\\n\\n// if we're already writing something, then just put this\\n// in the queue, and wait our turn.  Otherwise, call _write\\n// If we return false, then we need a drain event, so set that flag.\\nfunction writeOrBuffer(stream, state, isBuf, chunk, encoding, cb) {\\n  if (!isBuf) {\\n    var newChunk = decodeChunk(state, chunk, encoding);\\n    if (chunk !== newChunk) {\\n      isBuf = true;\\n      encoding = 'buffer';\\n      chunk = newChunk;\\n    }\\n  }\\n  var len = state.objectMode ? 1 : chunk.length;\\n\\n  state.length += len;\\n\\n  var ret = state.length < state.highWaterMark;\\n  // we must ensure that previous needDrain will not be reset to false.\\n  if (!ret) state.needDrain = true;\\n\\n  if (state.writing || state.corked) {\\n    var last = state.lastBufferedRequest;\\n    state.lastBufferedRequest = {\\n      chunk: chunk,\\n      encoding: encoding,\\n      isBuf: isBuf,\\n      callback: cb,\\n      next: null\\n    };\\n    if (last) {\\n      last.next = state.lastBufferedRequest;\\n    } else {\\n      state.bufferedRequest = state.lastBufferedRequest;\\n    }\\n    state.bufferedRequestCount += 1;\\n  } else {\\n    doWrite(stream, state, false, len, chunk, encoding, cb);\\n  }\\n\\n  return ret;\\n}\\n\\nfunction doWrite(stream, state, writev, len, chunk, encoding, cb) {\\n  state.writelen = len;\\n  state.writecb = cb;\\n  state.writing = true;\\n  state.sync = true;\\n  if (writev) stream._writev(chunk, state.onwrite);else stream._write(chunk, encoding, state.onwrite);\\n  state.sync = false;\\n}\\n\\nfunction onwriteError(stream, state, sync, er, cb) {\\n  --state.pendingcb;\\n\\n  if (sync) {\\n    // defer the callback if we are being called synchronously\\n    // to avoid piling up things on the stack\\n    processNextTick(cb, er);\\n    // this can emit finish, and it will always happen\\n    // after error\\n    processNextTick(finishMaybe, stream, state);\\n    stream._writableState.errorEmitted = true;\\n    stream.emit('error', er);\\n  } else {\\n    // the caller expect this to happen before if\\n    // it is async\\n    cb(er);\\n    stream._writableState.errorEmitted = true;\\n    stream.emit('error', er);\\n    // this can emit finish, but finish must\\n    // always follow error\\n    finishMaybe(stream, state);\\n  }\\n}\\n\\nfunction onwriteStateUpdate(state) {\\n  state.writing = false;\\n  state.writecb = null;\\n  state.length -= state.writelen;\\n  state.writelen = 0;\\n}\\n\\nfunction onwrite(stream, er) {\\n  var state = stream._writableState;\\n  var sync = state.sync;\\n  var cb = state.writecb;\\n\\n  onwriteStateUpdate(state);\\n\\n  if (er) onwriteError(stream, state, sync, er, cb);else {\\n    // Check if we're actually ready to finish, but don't emit yet\\n    var finished = needFinish(state);\\n\\n    if (!finished && !state.corked && !state.bufferProcessing && state.bufferedRequest) {\\n      clearBuffer(stream, state);\\n    }\\n\\n    if (sync) {\\n      /*<replacement>*/\\n      asyncWrite(afterWrite, stream, state, finished, cb);\\n      /*</replacement>*/\\n    } else {\\n      afterWrite(stream, state, finished, cb);\\n    }\\n  }\\n}\\n\\nfunction afterWrite(stream, state, finished, cb) {\\n  if (!finished) onwriteDrain(stream, state);\\n  state.pendingcb--;\\n  cb();\\n  finishMaybe(stream, state);\\n}\\n\\n// Must force callback to be called on nextTick, so that we don't\\n// emit 'drain' before the write() consumer gets the 'false' return\\n// value, and has a chance to attach a 'drain' listener.\\nfunction onwriteDrain(stream, state) {\\n  if (state.length === 0 && state.needDrain) {\\n    state.needDrain = false;\\n    stream.emit('drain');\\n  }\\n}\\n\\n// if there's something in the buffer waiting, then process it\\nfunction clearBuffer(stream, state) {\\n  state.bufferProcessing = true;\\n  var entry = state.bufferedRequest;\\n\\n  if (stream._writev && entry && entry.next) {\\n    // Fast case, write everything using _writev()\\n    var l = state.bufferedRequestCount;\\n    var buffer = new Array(l);\\n    var holder = state.corkedRequestsFree;\\n    holder.entry = entry;\\n\\n    var count = 0;\\n    var allBuffers = true;\\n    while (entry) {\\n      buffer[count] = entry;\\n      if (!entry.isBuf) allBuffers = false;\\n      entry = entry.next;\\n      count += 1;\\n    }\\n    buffer.allBuffers = allBuffers;\\n\\n    doWrite(stream, state, true, state.length, buffer, '', holder.finish);\\n\\n    // doWrite is almost always async, defer these to save a bit of time\\n    // as the hot path ends with doWrite\\n    state.pendingcb++;\\n    state.lastBufferedRequest = null;\\n    if (holder.next) {\\n      state.corkedRequestsFree = holder.next;\\n      holder.next = null;\\n    } else {\\n      state.corkedRequestsFree = new CorkedRequest(state);\\n    }\\n  } else {\\n    // Slow case, write chunks one-by-one\\n    while (entry) {\\n      var chunk = entry.chunk;\\n      var encoding = entry.encoding;\\n      var cb = entry.callback;\\n      var len = state.objectMode ? 1 : chunk.length;\\n\\n      doWrite(stream, state, false, len, chunk, encoding, cb);\\n      entry = entry.next;\\n      // if we didn't call the onwrite immediately, then\\n      // it means that we need to wait until it does.\\n      // also, that means that the chunk and cb are currently\\n      // being processed, so move the buffer counter past them.\\n      if (state.writing) {\\n        break;\\n      }\\n    }\\n\\n    if (entry === null) state.lastBufferedRequest = null;\\n  }\\n\\n  state.bufferedRequestCount = 0;\\n  state.bufferedRequest = entry;\\n  state.bufferProcessing = false;\\n}\\n\\nWritable.prototype._write = function (chunk, encoding, cb) {\\n  cb(new Error('_write() is not implemented'));\\n};\\n\\nWritable.prototype._writev = null;\\n\\nWritable.prototype.end = function (chunk, encoding, cb) {\\n  var state = this._writableState;\\n\\n  if (typeof chunk === 'function') {\\n    cb = chunk;\\n    chunk = null;\\n    encoding = null;\\n  } else if (typeof encoding === 'function') {\\n    cb = encoding;\\n    encoding = null;\\n  }\\n\\n  if (chunk !== null && chunk !== undefined) this.write(chunk, encoding);\\n\\n  // .end() fully uncorks\\n  if (state.corked) {\\n    state.corked = 1;\\n    this.uncork();\\n  }\\n\\n  // ignore unnecessary end() calls.\\n  if (!state.ending && !state.finished) endWritable(this, state, cb);\\n};\\n\\nfunction needFinish(state) {\\n  return state.ending && state.length === 0 && state.bufferedRequest === null && !state.finished && !state.writing;\\n}\\nfunction callFinal(stream, state) {\\n  stream._final(function (err) {\\n    state.pendingcb--;\\n    if (err) {\\n      stream.emit('error', err);\\n    }\\n    state.prefinished = true;\\n    stream.emit('prefinish');\\n    finishMaybe(stream, state);\\n  });\\n}\\nfunction prefinish(stream, state) {\\n  if (!state.prefinished && !state.finalCalled) {\\n    if (typeof stream._final === 'function') {\\n      state.pendingcb++;\\n      state.finalCalled = true;\\n      processNextTick(callFinal, stream, state);\\n    } else {\\n      state.prefinished = true;\\n      stream.emit('prefinish');\\n    }\\n  }\\n}\\n\\nfunction finishMaybe(stream, state) {\\n  var need = needFinish(state);\\n  if (need) {\\n    prefinish(stream, state);\\n    if (state.pendingcb === 0) {\\n      state.finished = true;\\n      stream.emit('finish');\\n    }\\n  }\\n  return need;\\n}\\n\\nfunction endWritable(stream, state, cb) {\\n  state.ending = true;\\n  finishMaybe(stream, state);\\n  if (cb) {\\n    if (state.finished) processNextTick(cb);else stream.once('finish', cb);\\n  }\\n  state.ended = true;\\n  stream.writable = false;\\n}\\n\\nfunction onCorkedFinish(corkReq, state, err) {\\n  var entry = corkReq.entry;\\n  corkReq.entry = null;\\n  while (entry) {\\n    var cb = entry.callback;\\n    state.pendingcb--;\\n    cb(err);\\n    entry = entry.next;\\n  }\\n  if (state.corkedRequestsFree) {\\n    state.corkedRequestsFree.next = corkReq;\\n  } else {\\n    state.corkedRequestsFree = corkReq;\\n  }\\n}\\n\\nObject.defineProperty(Writable.prototype, 'destroyed', {\\n  get: function () {\\n    if (this._writableState === undefined) {\\n      return false;\\n    }\\n    return this._writableState.destroyed;\\n  },\\n  set: function (value) {\\n    // we ignore the value if the stream\\n    // has not been initialized yet\\n    if (!this._writableState) {\\n      return;\\n    }\\n\\n    // backward compatibility, the user is explicitly\\n    // managing destroyed\\n    this._writableState.destroyed = value;\\n  }\\n});\\n\\nWritable.prototype.destroy = destroyImpl.destroy;\\nWritable.prototype._undestroy = destroyImpl.undestroy;\\nWritable.prototype._destroy = function (err, cb) {\\n  this.end();\\n  cb(err);\\n};\"\n    },\n    {\n      \"id\": 165,\n      \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/stream-http/node_modules/readable-stream/lib/_stream_transform.js\",\n      \"name\": \"./node_modules/stream-http/node_modules/readable-stream/lib/_stream_transform.js\",\n      \"index\": 288,\n      \"index2\": 278,\n      \"size\": 7786,\n      \"cacheable\": true,\n      \"built\": true,\n      \"optional\": false,\n      \"prefetched\": false,\n      \"chunks\": [\n        2\n      ],\n      \"issuer\": \"/Users/jarred/Code/styleurl/node_modules/stream-http/node_modules/readable-stream/readable-browser.js\",\n      \"issuerId\": 160,\n      \"issuerName\": \"./node_modules/stream-http/node_modules/readable-stream/readable-browser.js\",\n      \"issuerPath\": [\n        {\n          \"id\": 191,\n          \"identifier\": \"multi /Users/jarred/Code/styleurl/webpack/customPublicPath /Users/jarred/Code/styleurl/chrome/extension/background\",\n          \"name\": \"multi ./webpack/customPublicPath ./chrome/extension/background\",\n          \"profile\": {\n            \"factory\": 0,\n            \"building\": 0,\n            \"dependencies\": 54\n          }\n        },\n        {\n          \"id\": 192,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/background.js\",\n          \"name\": \"./chrome/extension/background.js\",\n          \"profile\": {\n            \"factory\": 54,\n            \"building\": 639,\n            \"dependencies\": 140\n          }\n        },\n        {\n          \"id\": 255,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/stylesheet-differ/lib/index.js\",\n          \"name\": \"./node_modules/stylesheet-differ/lib/index.js\",\n          \"profile\": {\n            \"factory\": 140,\n            \"building\": 568,\n            \"dependencies\": 1\n          }\n        },\n        {\n          \"id\": 256,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/native-css/index.js\",\n          \"name\": \"./node_modules/native-css/index.js\",\n          \"profile\": {\n            \"factory\": 189,\n            \"building\": 603,\n            \"dependencies\": 1\n          }\n        },\n        {\n          \"id\": 257,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/native-css/src/native-css.js\",\n          \"name\": \"./node_modules/native-css/src/native-css.js\",\n          \"profile\": {\n            \"factory\": 26,\n            \"building\": 63,\n            \"dependencies\": 14\n          }\n        },\n        {\n          \"id\": 293,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/fetch/lib/fetch.js\",\n          \"name\": \"./node_modules/fetch/lib/fetch.js\",\n          \"profile\": {\n            \"factory\": 117,\n            \"building\": 25,\n            \"dependencies\": 27\n          }\n        },\n        {\n          \"id\": 157,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/stream-http/index.js\",\n          \"name\": \"./node_modules/stream-http/index.js\",\n          \"profile\": {\n            \"factory\": 66,\n            \"building\": 38,\n            \"dependencies\": 20\n          }\n        },\n        {\n          \"id\": 159,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/stream-http/lib/response.js\",\n          \"name\": \"./node_modules/stream-http/lib/response.js\",\n          \"profile\": {\n            \"factory\": 114,\n            \"building\": 71,\n            \"dependencies\": 122\n          }\n        },\n        {\n          \"id\": 160,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/stream-http/node_modules/readable-stream/readable-browser.js\",\n          \"name\": \"./node_modules/stream-http/node_modules/readable-stream/readable-browser.js\",\n          \"profile\": {\n            \"factory\": 127,\n            \"building\": 15,\n            \"dependencies\": 0\n          }\n        }\n      ],\n      \"profile\": {\n        \"factory\": 8,\n        \"building\": 54,\n        \"dependencies\": 78\n      },\n      \"failed\": false,\n      \"errors\": 0,\n      \"warnings\": 0,\n      \"assets\": [],\n      \"reasons\": [\n        {\n          \"moduleId\": 160,\n          \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/stream-http/node_modules/readable-stream/readable-browser.js\",\n          \"module\": \"./node_modules/stream-http/node_modules/readable-stream/readable-browser.js\",\n          \"moduleName\": \"./node_modules/stream-http/node_modules/readable-stream/readable-browser.js\",\n          \"type\": \"cjs require\",\n          \"userRequest\": \"./lib/_stream_transform.js\",\n          \"loc\": \"6:20-57\"\n        },\n        {\n          \"moduleId\": 297,\n          \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/stream-http/node_modules/readable-stream/lib/_stream_passthrough.js\",\n          \"module\": \"./node_modules/stream-http/node_modules/readable-stream/lib/_stream_passthrough.js\",\n          \"moduleName\": \"./node_modules/stream-http/node_modules/readable-stream/lib/_stream_passthrough.js\",\n          \"type\": \"cjs require\",\n          \"userRequest\": \"./_stream_transform\",\n          \"loc\": \"30:16-46\"\n        }\n      ],\n      \"usedExports\": true,\n      \"providedExports\": null,\n      \"optimizationBailout\": [\n        \"ModuleConcatenation bailout: Module is not an ECMAScript module\"\n      ],\n      \"depth\": 9,\n      \"source\": \"// Copyright Joyent, Inc. and other Node contributors.\\n//\\n// Permission is hereby granted, free of charge, to any person obtaining a\\n// copy of this software and associated documentation files (the\\n// \\\"Software\\\"), to deal in the Software without restriction, including\\n// without limitation the rights to use, copy, modify, merge, publish,\\n// distribute, sublicense, and/or sell copies of the Software, and to permit\\n// persons to whom the Software is furnished to do so, subject to the\\n// following conditions:\\n//\\n// The above copyright notice and this permission notice shall be included\\n// in all copies or substantial portions of the Software.\\n//\\n// THE SOFTWARE IS PROVIDED \\\"AS IS\\\", WITHOUT WARRANTY OF ANY KIND, EXPRESS\\n// OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\\n// MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN\\n// NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM,\\n// DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR\\n// OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE\\n// USE OR OTHER DEALINGS IN THE SOFTWARE.\\n\\n// a transform stream is a readable/writable stream where you do\\n// something with the data.  Sometimes it's called a \\\"filter\\\",\\n// but that's not a great name for it, since that implies a thing where\\n// some bits pass through, and others are simply ignored.  (That would\\n// be a valid example of a transform, of course.)\\n//\\n// While the output is causally related to the input, it's not a\\n// necessarily symmetric or synchronous transformation.  For example,\\n// a zlib stream might take multiple plain-text writes(), and then\\n// emit a single compressed chunk some time in the future.\\n//\\n// Here's how this works:\\n//\\n// The Transform stream has all the aspects of the readable and writable\\n// stream classes.  When you write(chunk), that calls _write(chunk,cb)\\n// internally, and returns false if there's a lot of pending writes\\n// buffered up.  When you call read(), that calls _read(n) until\\n// there's enough pending readable data buffered up.\\n//\\n// In a transform stream, the written data is placed in a buffer.  When\\n// _read(n) is called, it transforms the queued up data, calling the\\n// buffered _write cb's as it consumes chunks.  If consuming a single\\n// written chunk would result in multiple output chunks, then the first\\n// outputted bit calls the readcb, and subsequent chunks just go into\\n// the read buffer, and will cause it to emit 'readable' if necessary.\\n//\\n// This way, back-pressure is actually determined by the reading side,\\n// since _read has to be called to start processing a new chunk.  However,\\n// a pathological inflate type of transform can cause excessive buffering\\n// here.  For example, imagine a stream where every byte of input is\\n// interpreted as an integer from 0-255, and then results in that many\\n// bytes of output.  Writing the 4 bytes {ff,ff,ff,ff} would result in\\n// 1kb of data being output.  In this case, you could write a very small\\n// amount of input, and end up with a very large amount of output.  In\\n// such a pathological inflating mechanism, there'd be no way to tell\\n// the system to stop doing the transform.  A single 4MB write could\\n// cause the system to run out of memory.\\n//\\n// However, even in such a pathological case, only a single written chunk\\n// would be consumed, and then the rest would wait (un-transformed) until\\n// the results of the previous transformed chunk were consumed.\\n\\n'use strict';\\n\\nmodule.exports = Transform;\\n\\nvar Duplex = require('./_stream_duplex');\\n\\n/*<replacement>*/\\nvar util = require('core-util-is');\\nutil.inherits = require('inherits');\\n/*</replacement>*/\\n\\nutil.inherits(Transform, Duplex);\\n\\nfunction TransformState(stream) {\\n  this.afterTransform = function (er, data) {\\n    return afterTransform(stream, er, data);\\n  };\\n\\n  this.needTransform = false;\\n  this.transforming = false;\\n  this.writecb = null;\\n  this.writechunk = null;\\n  this.writeencoding = null;\\n}\\n\\nfunction afterTransform(stream, er, data) {\\n  var ts = stream._transformState;\\n  ts.transforming = false;\\n\\n  var cb = ts.writecb;\\n\\n  if (!cb) {\\n    return stream.emit('error', new Error('write callback called multiple times'));\\n  }\\n\\n  ts.writechunk = null;\\n  ts.writecb = null;\\n\\n  if (data !== null && data !== undefined) stream.push(data);\\n\\n  cb(er);\\n\\n  var rs = stream._readableState;\\n  rs.reading = false;\\n  if (rs.needReadable || rs.length < rs.highWaterMark) {\\n    stream._read(rs.highWaterMark);\\n  }\\n}\\n\\nfunction Transform(options) {\\n  if (!(this instanceof Transform)) return new Transform(options);\\n\\n  Duplex.call(this, options);\\n\\n  this._transformState = new TransformState(this);\\n\\n  var stream = this;\\n\\n  // start out asking for a readable event once data is transformed.\\n  this._readableState.needReadable = true;\\n\\n  // we have implemented the _read method, and done the other things\\n  // that Readable wants before the first _read call, so unset the\\n  // sync guard flag.\\n  this._readableState.sync = false;\\n\\n  if (options) {\\n    if (typeof options.transform === 'function') this._transform = options.transform;\\n\\n    if (typeof options.flush === 'function') this._flush = options.flush;\\n  }\\n\\n  // When the writable side finishes, then flush out anything remaining.\\n  this.once('prefinish', function () {\\n    if (typeof this._flush === 'function') this._flush(function (er, data) {\\n      done(stream, er, data);\\n    });else done(stream);\\n  });\\n}\\n\\nTransform.prototype.push = function (chunk, encoding) {\\n  this._transformState.needTransform = false;\\n  return Duplex.prototype.push.call(this, chunk, encoding);\\n};\\n\\n// This is the part where you do stuff!\\n// override this function in implementation classes.\\n// 'chunk' is an input chunk.\\n//\\n// Call `push(newChunk)` to pass along transformed output\\n// to the readable side.  You may call 'push' zero or more times.\\n//\\n// Call `cb(err)` when you are done with this chunk.  If you pass\\n// an error, then that'll put the hurt on the whole operation.  If you\\n// never call cb(), then you'll never get another chunk.\\nTransform.prototype._transform = function (chunk, encoding, cb) {\\n  throw new Error('_transform() is not implemented');\\n};\\n\\nTransform.prototype._write = function (chunk, encoding, cb) {\\n  var ts = this._transformState;\\n  ts.writecb = cb;\\n  ts.writechunk = chunk;\\n  ts.writeencoding = encoding;\\n  if (!ts.transforming) {\\n    var rs = this._readableState;\\n    if (ts.needTransform || rs.needReadable || rs.length < rs.highWaterMark) this._read(rs.highWaterMark);\\n  }\\n};\\n\\n// Doesn't matter what the args are here.\\n// _transform does all the work.\\n// That we got here means that the readable side wants more data.\\nTransform.prototype._read = function (n) {\\n  var ts = this._transformState;\\n\\n  if (ts.writechunk !== null && ts.writecb && !ts.transforming) {\\n    ts.transforming = true;\\n    this._transform(ts.writechunk, ts.writeencoding, ts.afterTransform);\\n  } else {\\n    // mark that we need a transform, so that any data that comes in\\n    // will get processed, now that we've asked for it.\\n    ts.needTransform = true;\\n  }\\n};\\n\\nTransform.prototype._destroy = function (err, cb) {\\n  var _this = this;\\n\\n  Duplex.prototype._destroy.call(this, err, function (err2) {\\n    cb(err2);\\n    _this.emit('close');\\n  });\\n};\\n\\nfunction done(stream, er, data) {\\n  if (er) return stream.emit('error', er);\\n\\n  if (data !== null && data !== undefined) stream.push(data);\\n\\n  // if there's nothing in the write buffer, then that means\\n  // that nothing more will ever be provided\\n  var ws = stream._writableState;\\n  var ts = stream._transformState;\\n\\n  if (ws.length) throw new Error('Calling transform done when ws.length != 0');\\n\\n  if (ts.transforming) throw new Error('Calling transform done when still transforming');\\n\\n  return stream.push(null);\\n}\"\n    },\n    {\n      \"id\": 166,\n      \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/pako/lib/zlib/adler32.js\",\n      \"name\": \"./node_modules/pako/lib/zlib/adler32.js\",\n      \"index\": 300,\n      \"index2\": 291,\n      \"size\": 1656,\n      \"cacheable\": true,\n      \"built\": true,\n      \"optional\": false,\n      \"prefetched\": false,\n      \"chunks\": [\n        2\n      ],\n      \"issuer\": \"/Users/jarred/Code/styleurl/node_modules/pako/lib/zlib/inflate.js\",\n      \"issuerId\": 308,\n      \"issuerName\": \"./node_modules/pako/lib/zlib/inflate.js\",\n      \"issuerPath\": [\n        {\n          \"id\": 191,\n          \"identifier\": \"multi /Users/jarred/Code/styleurl/webpack/customPublicPath /Users/jarred/Code/styleurl/chrome/extension/background\",\n          \"name\": \"multi ./webpack/customPublicPath ./chrome/extension/background\",\n          \"profile\": {\n            \"factory\": 0,\n            \"building\": 0,\n            \"dependencies\": 54\n          }\n        },\n        {\n          \"id\": 192,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/background.js\",\n          \"name\": \"./chrome/extension/background.js\",\n          \"profile\": {\n            \"factory\": 54,\n            \"building\": 639,\n            \"dependencies\": 140\n          }\n        },\n        {\n          \"id\": 255,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/stylesheet-differ/lib/index.js\",\n          \"name\": \"./node_modules/stylesheet-differ/lib/index.js\",\n          \"profile\": {\n            \"factory\": 140,\n            \"building\": 568,\n            \"dependencies\": 1\n          }\n        },\n        {\n          \"id\": 256,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/native-css/index.js\",\n          \"name\": \"./node_modules/native-css/index.js\",\n          \"profile\": {\n            \"factory\": 189,\n            \"building\": 603,\n            \"dependencies\": 1\n          }\n        },\n        {\n          \"id\": 257,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/native-css/src/native-css.js\",\n          \"name\": \"./node_modules/native-css/src/native-css.js\",\n          \"profile\": {\n            \"factory\": 26,\n            \"building\": 63,\n            \"dependencies\": 14\n          }\n        },\n        {\n          \"id\": 293,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/fetch/lib/fetch.js\",\n          \"name\": \"./node_modules/fetch/lib/fetch.js\",\n          \"profile\": {\n            \"factory\": 117,\n            \"building\": 25,\n            \"dependencies\": 27\n          }\n        },\n        {\n          \"id\": 302,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/browserify-zlib/lib/index.js\",\n          \"name\": \"./node_modules/browserify-zlib/lib/index.js\",\n          \"profile\": {\n            \"factory\": 66,\n            \"building\": 38,\n            \"dependencies\": 20\n          }\n        },\n        {\n          \"id\": 303,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/browserify-zlib/lib/binding.js\",\n          \"name\": \"./node_modules/browserify-zlib/lib/binding.js\",\n          \"profile\": {\n            \"factory\": 46,\n            \"building\": 33,\n            \"dependencies\": 1\n          }\n        },\n        {\n          \"id\": 308,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/pako/lib/zlib/inflate.js\",\n          \"name\": \"./node_modules/pako/lib/zlib/inflate.js\",\n          \"profile\": {\n            \"factory\": 116,\n            \"building\": 47,\n            \"dependencies\": 38\n          }\n        }\n      ],\n      \"profile\": {\n        \"factory\": 51,\n        \"building\": 57,\n        \"dependencies\": 0\n      },\n      \"failed\": false,\n      \"errors\": 0,\n      \"warnings\": 0,\n      \"assets\": [],\n      \"reasons\": [\n        {\n          \"moduleId\": 305,\n          \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/pako/lib/zlib/deflate.js\",\n          \"module\": \"./node_modules/pako/lib/zlib/deflate.js\",\n          \"moduleName\": \"./node_modules/pako/lib/zlib/deflate.js\",\n          \"type\": \"cjs require\",\n          \"userRequest\": \"./adler32\",\n          \"loc\": \"24:14-34\"\n        },\n        {\n          \"moduleId\": 308,\n          \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/pako/lib/zlib/inflate.js\",\n          \"module\": \"./node_modules/pako/lib/zlib/inflate.js\",\n          \"moduleName\": \"./node_modules/pako/lib/zlib/inflate.js\",\n          \"type\": \"cjs require\",\n          \"userRequest\": \"./adler32\",\n          \"loc\": \"23:20-40\"\n        }\n      ],\n      \"usedExports\": true,\n      \"providedExports\": null,\n      \"optimizationBailout\": [\n        \"ModuleConcatenation bailout: Module is not an ECMAScript module\"\n      ],\n      \"depth\": 9,\n      \"source\": \"'use strict';\\n\\n// Note: adler32 takes 12% for level 0 and 2% for level 6.\\n// It isn't worth it to make additional optimizations as in original.\\n// Small size is preferable.\\n\\n// (C) 1995-2013 Jean-loup Gailly and Mark Adler\\n// (C) 2014-2017 Vitaly Puzrin and Andrey Tupitsin\\n//\\n// This software is provided 'as-is', without any express or implied\\n// warranty. In no event will the authors be held liable for any damages\\n// arising from the use of this software.\\n//\\n// Permission is granted to anyone to use this software for any purpose,\\n// including commercial applications, and to alter it and redistribute it\\n// freely, subject to the following restrictions:\\n//\\n// 1. The origin of this software must not be misrepresented; you must not\\n//   claim that you wrote the original software. If you use this software\\n//   in a product, an acknowledgment in the product documentation would be\\n//   appreciated but is not required.\\n// 2. Altered source versions must be plainly marked as such, and must not be\\n//   misrepresented as being the original software.\\n// 3. This notice may not be removed or altered from any source distribution.\\n\\nfunction adler32(adler, buf, len, pos) {\\n  var s1 = (adler & 0xffff) |0,\\n      s2 = ((adler >>> 16) & 0xffff) |0,\\n      n = 0;\\n\\n  while (len !== 0) {\\n    // Set limit ~ twice less than 5552, to keep\\n    // s2 in 31-bits, because we force signed ints.\\n    // in other case %= will fail.\\n    n = len > 2000 ? 2000 : len;\\n    len -= n;\\n\\n    do {\\n      s1 = (s1 + buf[pos++]) |0;\\n      s2 = (s2 + s1) |0;\\n    } while (--n);\\n\\n    s1 %= 65521;\\n    s2 %= 65521;\\n  }\\n\\n  return (s1 | (s2 << 16)) |0;\\n}\\n\\n\\nmodule.exports = adler32;\\n\"\n    },\n    {\n      \"id\": 167,\n      \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/pako/lib/zlib/crc32.js\",\n      \"name\": \"./node_modules/pako/lib/zlib/crc32.js\",\n      \"index\": 301,\n      \"index2\": 292,\n      \"size\": 1750,\n      \"cacheable\": true,\n      \"built\": true,\n      \"optional\": false,\n      \"prefetched\": false,\n      \"chunks\": [\n        2\n      ],\n      \"issuer\": \"/Users/jarred/Code/styleurl/node_modules/pako/lib/zlib/inflate.js\",\n      \"issuerId\": 308,\n      \"issuerName\": \"./node_modules/pako/lib/zlib/inflate.js\",\n      \"issuerPath\": [\n        {\n          \"id\": 191,\n          \"identifier\": \"multi /Users/jarred/Code/styleurl/webpack/customPublicPath /Users/jarred/Code/styleurl/chrome/extension/background\",\n          \"name\": \"multi ./webpack/customPublicPath ./chrome/extension/background\",\n          \"profile\": {\n            \"factory\": 0,\n            \"building\": 0,\n            \"dependencies\": 54\n          }\n        },\n        {\n          \"id\": 192,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/background.js\",\n          \"name\": \"./chrome/extension/background.js\",\n          \"profile\": {\n            \"factory\": 54,\n            \"building\": 639,\n            \"dependencies\": 140\n          }\n        },\n        {\n          \"id\": 255,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/stylesheet-differ/lib/index.js\",\n          \"name\": \"./node_modules/stylesheet-differ/lib/index.js\",\n          \"profile\": {\n            \"factory\": 140,\n            \"building\": 568,\n            \"dependencies\": 1\n          }\n        },\n        {\n          \"id\": 256,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/native-css/index.js\",\n          \"name\": \"./node_modules/native-css/index.js\",\n          \"profile\": {\n            \"factory\": 189,\n            \"building\": 603,\n            \"dependencies\": 1\n          }\n        },\n        {\n          \"id\": 257,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/native-css/src/native-css.js\",\n          \"name\": \"./node_modules/native-css/src/native-css.js\",\n          \"profile\": {\n            \"factory\": 26,\n            \"building\": 63,\n            \"dependencies\": 14\n          }\n        },\n        {\n          \"id\": 293,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/fetch/lib/fetch.js\",\n          \"name\": \"./node_modules/fetch/lib/fetch.js\",\n          \"profile\": {\n            \"factory\": 117,\n            \"building\": 25,\n            \"dependencies\": 27\n          }\n        },\n        {\n          \"id\": 302,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/browserify-zlib/lib/index.js\",\n          \"name\": \"./node_modules/browserify-zlib/lib/index.js\",\n          \"profile\": {\n            \"factory\": 66,\n            \"building\": 38,\n            \"dependencies\": 20\n          }\n        },\n        {\n          \"id\": 303,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/browserify-zlib/lib/binding.js\",\n          \"name\": \"./node_modules/browserify-zlib/lib/binding.js\",\n          \"profile\": {\n            \"factory\": 46,\n            \"building\": 33,\n            \"dependencies\": 1\n          }\n        },\n        {\n          \"id\": 308,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/pako/lib/zlib/inflate.js\",\n          \"name\": \"./node_modules/pako/lib/zlib/inflate.js\",\n          \"profile\": {\n            \"factory\": 116,\n            \"building\": 47,\n            \"dependencies\": 38\n          }\n        }\n      ],\n      \"profile\": {\n        \"factory\": 51,\n        \"building\": 57,\n        \"dependencies\": 0\n      },\n      \"failed\": false,\n      \"errors\": 0,\n      \"warnings\": 0,\n      \"assets\": [],\n      \"reasons\": [\n        {\n          \"moduleId\": 305,\n          \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/pako/lib/zlib/deflate.js\",\n          \"module\": \"./node_modules/pako/lib/zlib/deflate.js\",\n          \"moduleName\": \"./node_modules/pako/lib/zlib/deflate.js\",\n          \"type\": \"cjs require\",\n          \"userRequest\": \"./crc32\",\n          \"loc\": \"25:14-32\"\n        },\n        {\n          \"moduleId\": 308,\n          \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/pako/lib/zlib/inflate.js\",\n          \"module\": \"./node_modules/pako/lib/zlib/inflate.js\",\n          \"moduleName\": \"./node_modules/pako/lib/zlib/inflate.js\",\n          \"type\": \"cjs require\",\n          \"userRequest\": \"./crc32\",\n          \"loc\": \"24:20-38\"\n        }\n      ],\n      \"usedExports\": true,\n      \"providedExports\": null,\n      \"optimizationBailout\": [\n        \"ModuleConcatenation bailout: Module is not an ECMAScript module\"\n      ],\n      \"depth\": 9,\n      \"source\": \"'use strict';\\n\\n// Note: we can't get significant speed boost here.\\n// So write code to minimize size - no pregenerated tables\\n// and array tools dependencies.\\n\\n// (C) 1995-2013 Jean-loup Gailly and Mark Adler\\n// (C) 2014-2017 Vitaly Puzrin and Andrey Tupitsin\\n//\\n// This software is provided 'as-is', without any express or implied\\n// warranty. In no event will the authors be held liable for any damages\\n// arising from the use of this software.\\n//\\n// Permission is granted to anyone to use this software for any purpose,\\n// including commercial applications, and to alter it and redistribute it\\n// freely, subject to the following restrictions:\\n//\\n// 1. The origin of this software must not be misrepresented; you must not\\n//   claim that you wrote the original software. If you use this software\\n//   in a product, an acknowledgment in the product documentation would be\\n//   appreciated but is not required.\\n// 2. Altered source versions must be plainly marked as such, and must not be\\n//   misrepresented as being the original software.\\n// 3. This notice may not be removed or altered from any source distribution.\\n\\n// Use ordinary array, since untyped makes no boost here\\nfunction makeTable() {\\n  var c, table = [];\\n\\n  for (var n = 0; n < 256; n++) {\\n    c = n;\\n    for (var k = 0; k < 8; k++) {\\n      c = ((c & 1) ? (0xEDB88320 ^ (c >>> 1)) : (c >>> 1));\\n    }\\n    table[n] = c;\\n  }\\n\\n  return table;\\n}\\n\\n// Create table on load. Just 255 signed longs. Not a problem.\\nvar crcTable = makeTable();\\n\\n\\nfunction crc32(crc, buf, len, pos) {\\n  var t = crcTable,\\n      end = pos + len;\\n\\n  crc ^= -1;\\n\\n  for (var i = pos; i < end; i++) {\\n    crc = (crc >>> 8) ^ t[(crc ^ buf[i]) & 0xFF];\\n  }\\n\\n  return (crc ^ (-1)); // >>> 0;\\n}\\n\\n\\nmodule.exports = crc32;\\n\"\n    },\n    {\n      \"id\": 168,\n      \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/node-libs-browser/mock/empty.js\",\n      \"name\": \"./node_modules/node-libs-browser/mock/empty.js\",\n      \"index\": 307,\n      \"index2\": 301,\n      \"size\": 0,\n      \"cacheable\": true,\n      \"built\": true,\n      \"optional\": false,\n      \"prefetched\": false,\n      \"chunks\": [\n        2\n      ],\n      \"issuer\": \"/Users/jarred/Code/styleurl/node_modules/fetch/lib/fetch.js\",\n      \"issuerId\": 293,\n      \"issuerName\": \"./node_modules/fetch/lib/fetch.js\",\n      \"issuerPath\": [\n        {\n          \"id\": 191,\n          \"identifier\": \"multi /Users/jarred/Code/styleurl/webpack/customPublicPath /Users/jarred/Code/styleurl/chrome/extension/background\",\n          \"name\": \"multi ./webpack/customPublicPath ./chrome/extension/background\",\n          \"profile\": {\n            \"factory\": 0,\n            \"building\": 0,\n            \"dependencies\": 54\n          }\n        },\n        {\n          \"id\": 192,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/background.js\",\n          \"name\": \"./chrome/extension/background.js\",\n          \"profile\": {\n            \"factory\": 54,\n            \"building\": 639,\n            \"dependencies\": 140\n          }\n        },\n        {\n          \"id\": 255,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/stylesheet-differ/lib/index.js\",\n          \"name\": \"./node_modules/stylesheet-differ/lib/index.js\",\n          \"profile\": {\n            \"factory\": 140,\n            \"building\": 568,\n            \"dependencies\": 1\n          }\n        },\n        {\n          \"id\": 256,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/native-css/index.js\",\n          \"name\": \"./node_modules/native-css/index.js\",\n          \"profile\": {\n            \"factory\": 189,\n            \"building\": 603,\n            \"dependencies\": 1\n          }\n        },\n        {\n          \"id\": 257,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/native-css/src/native-css.js\",\n          \"name\": \"./node_modules/native-css/src/native-css.js\",\n          \"profile\": {\n            \"factory\": 26,\n            \"building\": 63,\n            \"dependencies\": 14\n          }\n        },\n        {\n          \"id\": 293,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/fetch/lib/fetch.js\",\n          \"name\": \"./node_modules/fetch/lib/fetch.js\",\n          \"profile\": {\n            \"factory\": 117,\n            \"building\": 25,\n            \"dependencies\": 27\n          }\n        }\n      ],\n      \"profile\": {\n        \"factory\": 66,\n        \"building\": 38,\n        \"dependencies\": 20\n      },\n      \"failed\": false,\n      \"errors\": 0,\n      \"warnings\": 0,\n      \"assets\": [],\n      \"reasons\": [\n        {\n          \"moduleId\": 293,\n          \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/fetch/lib/fetch.js\",\n          \"module\": \"./node_modules/fetch/lib/fetch.js\",\n          \"moduleName\": \"./node_modules/fetch/lib/fetch.js\",\n          \"type\": \"cjs require\",\n          \"userRequest\": \"dns\",\n          \"loc\": \"8:10-24\"\n        },\n        {\n          \"moduleId\": 293,\n          \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/fetch/lib/fetch.js\",\n          \"module\": \"./node_modules/fetch/lib/fetch.js\",\n          \"moduleName\": \"./node_modules/fetch/lib/fetch.js\",\n          \"type\": \"cjs require\",\n          \"userRequest\": \"net\",\n          \"loc\": \"12:10-24\"\n        }\n      ],\n      \"usedExports\": true,\n      \"providedExports\": null,\n      \"optimizationBailout\": [\n        \"ModuleConcatenation bailout: Module is not an ECMAScript module\"\n      ],\n      \"depth\": 6,\n      \"source\": \"\"\n    },\n    {\n      \"id\": 169,\n      \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/iconv-lite/encodings/tables/gbk-added.json\",\n      \"name\": \"./node_modules/iconv-lite/encodings/tables/gbk-added.json\",\n      \"index\": 324,\n      \"index2\": 314,\n      \"size\": 954,\n      \"cacheable\": true,\n      \"built\": true,\n      \"optional\": false,\n      \"prefetched\": false,\n      \"chunks\": [\n        2\n      ],\n      \"issuer\": \"/Users/jarred/Code/styleurl/node_modules/iconv-lite/encodings/dbcs-data.js\",\n      \"issuerId\": 324,\n      \"issuerName\": \"./node_modules/iconv-lite/encodings/dbcs-data.js\",\n      \"issuerPath\": [\n        {\n          \"id\": 191,\n          \"identifier\": \"multi /Users/jarred/Code/styleurl/webpack/customPublicPath /Users/jarred/Code/styleurl/chrome/extension/background\",\n          \"name\": \"multi ./webpack/customPublicPath ./chrome/extension/background\",\n          \"profile\": {\n            \"factory\": 0,\n            \"building\": 0,\n            \"dependencies\": 54\n          }\n        },\n        {\n          \"id\": 192,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/background.js\",\n          \"name\": \"./chrome/extension/background.js\",\n          \"profile\": {\n            \"factory\": 54,\n            \"building\": 639,\n            \"dependencies\": 140\n          }\n        },\n        {\n          \"id\": 255,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/stylesheet-differ/lib/index.js\",\n          \"name\": \"./node_modules/stylesheet-differ/lib/index.js\",\n          \"profile\": {\n            \"factory\": 140,\n            \"building\": 568,\n            \"dependencies\": 1\n          }\n        },\n        {\n          \"id\": 256,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/native-css/index.js\",\n          \"name\": \"./node_modules/native-css/index.js\",\n          \"profile\": {\n            \"factory\": 189,\n            \"building\": 603,\n            \"dependencies\": 1\n          }\n        },\n        {\n          \"id\": 257,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/native-css/src/native-css.js\",\n          \"name\": \"./node_modules/native-css/src/native-css.js\",\n          \"profile\": {\n            \"factory\": 26,\n            \"building\": 63,\n            \"dependencies\": 14\n          }\n        },\n        {\n          \"id\": 293,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/fetch/lib/fetch.js\",\n          \"name\": \"./node_modules/fetch/lib/fetch.js\",\n          \"profile\": {\n            \"factory\": 117,\n            \"building\": 25,\n            \"dependencies\": 27\n          }\n        },\n        {\n          \"id\": 313,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/encoding/lib/encoding.js\",\n          \"name\": \"./node_modules/encoding/lib/encoding.js\",\n          \"profile\": {\n            \"factory\": 66,\n            \"building\": 38,\n            \"dependencies\": 20\n          }\n        },\n        {\n          \"id\": 314,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/iconv-lite/lib/index.js\",\n          \"name\": \"./node_modules/iconv-lite/lib/index.js\",\n          \"profile\": {\n            \"factory\": 123,\n            \"building\": 23,\n            \"dependencies\": 1\n          }\n        },\n        {\n          \"id\": 316,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/iconv-lite/encodings/index.js\",\n          \"name\": \"./node_modules/iconv-lite/encodings/index.js\",\n          \"profile\": {\n            \"factory\": 62,\n            \"building\": 61,\n            \"dependencies\": 1\n          }\n        },\n        {\n          \"id\": 324,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/iconv-lite/encodings/dbcs-data.js\",\n          \"name\": \"./node_modules/iconv-lite/encodings/dbcs-data.js\",\n          \"profile\": {\n            \"factory\": 26,\n            \"building\": 20,\n            \"dependencies\": 1\n          }\n        }\n      ],\n      \"profile\": {\n        \"factory\": 9,\n        \"building\": 6\n      },\n      \"failed\": false,\n      \"errors\": 0,\n      \"warnings\": 0,\n      \"assets\": [],\n      \"reasons\": [\n        {\n          \"moduleId\": 324,\n          \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/iconv-lite/encodings/dbcs-data.js\",\n          \"module\": \"./node_modules/iconv-lite/encodings/dbcs-data.js\",\n          \"moduleName\": \"./node_modules/iconv-lite/encodings/dbcs-data.js\",\n          \"type\": \"cjs require\",\n          \"userRequest\": \"./tables/gbk-added.json\",\n          \"loc\": \"91:73-107\"\n        },\n        {\n          \"moduleId\": 324,\n          \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/iconv-lite/encodings/dbcs-data.js\",\n          \"module\": \"./node_modules/iconv-lite/encodings/dbcs-data.js\",\n          \"moduleName\": \"./node_modules/iconv-lite/encodings/dbcs-data.js\",\n          \"type\": \"cjs require\",\n          \"userRequest\": \"./tables/gbk-added.json\",\n          \"loc\": \"98:73-107\"\n        }\n      ],\n      \"usedExports\": true,\n      \"providedExports\": [\n        \"0\",\n        \"1\",\n        \"2\",\n        \"3\",\n        \"4\",\n        \"5\",\n        \"6\",\n        \"7\",\n        \"8\",\n        \"9\",\n        \"10\",\n        \"11\",\n        \"12\",\n        \"13\",\n        \"14\",\n        \"15\",\n        \"16\",\n        \"17\",\n        \"18\",\n        \"19\",\n        \"20\",\n        \"21\",\n        \"22\",\n        \"23\",\n        \"24\",\n        \"25\",\n        \"26\",\n        \"27\",\n        \"28\",\n        \"29\",\n        \"30\",\n        \"31\",\n        \"32\",\n        \"33\",\n        \"34\",\n        \"35\",\n        \"36\",\n        \"37\",\n        \"38\",\n        \"39\",\n        \"40\",\n        \"41\",\n        \"42\",\n        \"43\",\n        \"44\",\n        \"45\",\n        \"46\",\n        \"47\",\n        \"48\",\n        \"49\",\n        \"50\",\n        \"51\",\n        \"52\",\n        \"default\"\n      ],\n      \"optimizationBailout\": [\n        \"ModuleConcatenation bailout: Module is not an ECMAScript module\"\n      ],\n      \"depth\": 10,\n      \"source\": \"[\\n[\\\"a140\\\",\\\"\\\",62],\\n[\\\"a180\\\",\\\"\\\",32],\\n[\\\"a240\\\",\\\"\\\",62],\\n[\\\"a280\\\",\\\"\\\",32],\\n[\\\"a2ab\\\",\\\"\\\",5],\\n[\\\"a2e3\\\",\\\"€\\\"],\\n[\\\"a2ef\\\",\\\"\\\"],\\n[\\\"a2fd\\\",\\\"\\\"],\\n[\\\"a340\\\",\\\"\\\",62],\\n[\\\"a380\\\",\\\"\\\",31,\\\"　\\\"],\\n[\\\"a440\\\",\\\"\\\",62],\\n[\\\"a480\\\",\\\"\\\",32],\\n[\\\"a4f4\\\",\\\"\\\",10],\\n[\\\"a540\\\",\\\"\\\",62],\\n[\\\"a580\\\",\\\"\\\",32],\\n[\\\"a5f7\\\",\\\"\\\",7],\\n[\\\"a640\\\",\\\"\\\",62],\\n[\\\"a680\\\",\\\"\\\",32],\\n[\\\"a6b9\\\",\\\"\\\",7],\\n[\\\"a6d9\\\",\\\"\\\",6],\\n[\\\"a6ec\\\",\\\"\\\"],\\n[\\\"a6f3\\\",\\\"\\\"],\\n[\\\"a6f6\\\",\\\"\\\",8],\\n[\\\"a740\\\",\\\"\\\",62],\\n[\\\"a780\\\",\\\"\\\",32],\\n[\\\"a7c2\\\",\\\"\\\",14],\\n[\\\"a7f2\\\",\\\"\\\",12],\\n[\\\"a896\\\",\\\"\\\",10],\\n[\\\"a8bc\\\",\\\"\\\"],\\n[\\\"a8bf\\\",\\\"ǹ\\\"],\\n[\\\"a8c1\\\",\\\"\\\"],\\n[\\\"a8ea\\\",\\\"\\\",20],\\n[\\\"a958\\\",\\\"\\\"],\\n[\\\"a95b\\\",\\\"\\\"],\\n[\\\"a95d\\\",\\\"\\\"],\\n[\\\"a989\\\",\\\"〾⿰\\\",11],\\n[\\\"a997\\\",\\\"\\\",12],\\n[\\\"a9f0\\\",\\\"\\\",14],\\n[\\\"aaa1\\\",\\\"\\\",93],\\n[\\\"aba1\\\",\\\"\\\",93],\\n[\\\"aca1\\\",\\\"\\\",93],\\n[\\\"ada1\\\",\\\"\\\",93],\\n[\\\"aea1\\\",\\\"\\\",93],\\n[\\\"afa1\\\",\\\"\\\",93],\\n[\\\"d7fa\\\",\\\"\\\",4],\\n[\\\"f8a1\\\",\\\"\\\",93],\\n[\\\"f9a1\\\",\\\"\\\",93],\\n[\\\"faa1\\\",\\\"\\\",93],\\n[\\\"fba1\\\",\\\"\\\",93],\\n[\\\"fca1\\\",\\\"\\\",93],\\n[\\\"fda1\\\",\\\"\\\",93],\\n[\\\"fe50\\\",\\\"⺁⺄㑳㑇⺈⺋㖞㘚㘎⺌⺗㥮㤘㧏㧟㩳㧐㭎㱮㳠⺧⺪䁖䅟⺮䌷⺳⺶⺷䎱䎬⺻䏝䓖䙡䙌\\\"],\\n[\\\"fe80\\\",\\\"䜣䜩䝼䞍⻊䥇䥺䥽䦂䦃䦅䦆䦟䦛䦷䦶䲣䲟䲠䲡䱷䲢䴓\\\",6,\\\"䶮\\\",93]\\n]\\n\"\n    },\n    {\n      \"id\": 170,\n      \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/iconv-lite/encodings/tables/cp950.json\",\n      \"name\": \"./node_modules/iconv-lite/encodings/tables/cp950.json\",\n      \"index\": 327,\n      \"index2\": 317,\n      \"size\": 15691,\n      \"cacheable\": true,\n      \"built\": true,\n      \"optional\": false,\n      \"prefetched\": false,\n      \"chunks\": [\n        2\n      ],\n      \"issuer\": \"/Users/jarred/Code/styleurl/node_modules/iconv-lite/encodings/dbcs-data.js\",\n      \"issuerId\": 324,\n      \"issuerName\": \"./node_modules/iconv-lite/encodings/dbcs-data.js\",\n      \"issuerPath\": [\n        {\n          \"id\": 191,\n          \"identifier\": \"multi /Users/jarred/Code/styleurl/webpack/customPublicPath /Users/jarred/Code/styleurl/chrome/extension/background\",\n          \"name\": \"multi ./webpack/customPublicPath ./chrome/extension/background\",\n          \"profile\": {\n            \"factory\": 0,\n            \"building\": 0,\n            \"dependencies\": 54\n          }\n        },\n        {\n          \"id\": 192,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/background.js\",\n          \"name\": \"./chrome/extension/background.js\",\n          \"profile\": {\n            \"factory\": 54,\n            \"building\": 639,\n            \"dependencies\": 140\n          }\n        },\n        {\n          \"id\": 255,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/stylesheet-differ/lib/index.js\",\n          \"name\": \"./node_modules/stylesheet-differ/lib/index.js\",\n          \"profile\": {\n            \"factory\": 140,\n            \"building\": 568,\n            \"dependencies\": 1\n          }\n        },\n        {\n          \"id\": 256,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/native-css/index.js\",\n          \"name\": \"./node_modules/native-css/index.js\",\n          \"profile\": {\n            \"factory\": 189,\n            \"building\": 603,\n            \"dependencies\": 1\n          }\n        },\n        {\n          \"id\": 257,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/native-css/src/native-css.js\",\n          \"name\": \"./node_modules/native-css/src/native-css.js\",\n          \"profile\": {\n            \"factory\": 26,\n            \"building\": 63,\n            \"dependencies\": 14\n          }\n        },\n        {\n          \"id\": 293,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/fetch/lib/fetch.js\",\n          \"name\": \"./node_modules/fetch/lib/fetch.js\",\n          \"profile\": {\n            \"factory\": 117,\n            \"building\": 25,\n            \"dependencies\": 27\n          }\n        },\n        {\n          \"id\": 313,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/encoding/lib/encoding.js\",\n          \"name\": \"./node_modules/encoding/lib/encoding.js\",\n          \"profile\": {\n            \"factory\": 66,\n            \"building\": 38,\n            \"dependencies\": 20\n          }\n        },\n        {\n          \"id\": 314,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/iconv-lite/lib/index.js\",\n          \"name\": \"./node_modules/iconv-lite/lib/index.js\",\n          \"profile\": {\n            \"factory\": 123,\n            \"building\": 23,\n            \"dependencies\": 1\n          }\n        },\n        {\n          \"id\": 316,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/iconv-lite/encodings/index.js\",\n          \"name\": \"./node_modules/iconv-lite/encodings/index.js\",\n          \"profile\": {\n            \"factory\": 62,\n            \"building\": 61,\n            \"dependencies\": 1\n          }\n        },\n        {\n          \"id\": 324,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/iconv-lite/encodings/dbcs-data.js\",\n          \"name\": \"./node_modules/iconv-lite/encodings/dbcs-data.js\",\n          \"profile\": {\n            \"factory\": 26,\n            \"building\": 20,\n            \"dependencies\": 1\n          }\n        }\n      ],\n      \"profile\": {\n        \"factory\": 9,\n        \"building\": 6\n      },\n      \"failed\": false,\n      \"errors\": 0,\n      \"warnings\": 0,\n      \"assets\": [],\n      \"reasons\": [\n        {\n          \"moduleId\": 324,\n          \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/iconv-lite/encodings/dbcs-data.js\",\n          \"module\": \"./node_modules/iconv-lite/encodings/dbcs-data.js\",\n          \"moduleName\": \"./node_modules/iconv-lite/encodings/dbcs-data.js\",\n          \"type\": \"cjs require\",\n          \"userRequest\": \"./tables/cp950.json\",\n          \"loc\": \"155:35-65\"\n        },\n        {\n          \"moduleId\": 324,\n          \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/iconv-lite/encodings/dbcs-data.js\",\n          \"module\": \"./node_modules/iconv-lite/encodings/dbcs-data.js\",\n          \"moduleName\": \"./node_modules/iconv-lite/encodings/dbcs-data.js\",\n          \"type\": \"cjs require\",\n          \"userRequest\": \"./tables/cp950.json\",\n          \"loc\": \"162:35-65\"\n        }\n      ],\n      \"usedExports\": true,\n      \"providedExports\": [\n        \"0\",\n        \"1\",\n        \"2\",\n        \"3\",\n        \"4\",\n        \"5\",\n        \"6\",\n        \"7\",\n        \"8\",\n        \"9\",\n        \"10\",\n        \"11\",\n        \"12\",\n        \"13\",\n        \"14\",\n        \"15\",\n        \"16\",\n        \"17\",\n        \"18\",\n        \"19\",\n        \"20\",\n        \"21\",\n        \"22\",\n        \"23\",\n        \"24\",\n        \"25\",\n        \"26\",\n        \"27\",\n        \"28\",\n        \"29\",\n        \"30\",\n        \"31\",\n        \"32\",\n        \"33\",\n        \"34\",\n        \"35\",\n        \"36\",\n        \"37\",\n        \"38\",\n        \"39\",\n        \"40\",\n        \"41\",\n        \"42\",\n        \"43\",\n        \"44\",\n        \"45\",\n        \"46\",\n        \"47\",\n        \"48\",\n        \"49\",\n        \"50\",\n        \"51\",\n        \"52\",\n        \"53\",\n        \"54\",\n        \"55\",\n        \"56\",\n        \"57\",\n        \"58\",\n        \"59\",\n        \"60\",\n        \"61\",\n        \"62\",\n        \"63\",\n        \"64\",\n        \"65\",\n        \"66\",\n        \"67\",\n        \"68\",\n        \"69\",\n        \"70\",\n        \"71\",\n        \"72\",\n        \"73\",\n        \"74\",\n        \"75\",\n        \"76\",\n        \"77\",\n        \"78\",\n        \"79\",\n        \"80\",\n        \"81\",\n        \"82\",\n        \"83\",\n        \"84\",\n        \"85\",\n        \"86\",\n        \"87\",\n        \"88\",\n        \"89\",\n        \"90\",\n        \"91\",\n        \"92\",\n        \"93\",\n        \"94\",\n        \"95\",\n        \"96\",\n        \"97\",\n        \"98\",\n        \"99\",\n        \"100\",\n        \"101\",\n        \"102\",\n        \"103\",\n        \"104\",\n        \"105\",\n        \"106\",\n        \"107\",\n        \"108\",\n        \"109\",\n        \"110\",\n        \"111\",\n        \"112\",\n        \"113\",\n        \"114\",\n        \"115\",\n        \"116\",\n        \"117\",\n        \"118\",\n        \"119\",\n        \"120\",\n        \"121\",\n        \"122\",\n        \"123\",\n        \"124\",\n        \"125\",\n        \"126\",\n        \"127\",\n        \"128\",\n        \"129\",\n        \"130\",\n        \"131\",\n        \"132\",\n        \"133\",\n        \"134\",\n        \"135\",\n        \"136\",\n        \"137\",\n        \"138\",\n        \"139\",\n        \"140\",\n        \"141\",\n        \"142\",\n        \"143\",\n        \"144\",\n        \"145\",\n        \"146\",\n        \"147\",\n        \"148\",\n        \"149\",\n        \"150\",\n        \"151\",\n        \"152\",\n        \"153\",\n        \"154\",\n        \"155\",\n        \"156\",\n        \"157\",\n        \"158\",\n        \"159\",\n        \"160\",\n        \"161\",\n        \"162\",\n        \"163\",\n        \"164\",\n        \"165\",\n        \"166\",\n        \"167\",\n        \"168\",\n        \"169\",\n        \"170\",\n        \"171\",\n        \"172\",\n        \"173\",\n        \"174\",\n        \"default\"\n      ],\n      \"optimizationBailout\": [\n        \"ModuleConcatenation bailout: Module is not an ECMAScript module\"\n      ],\n      \"depth\": 10,\n      \"source\": \"[\\n[\\\"0\\\",\\\"\\\\u0000\\\",127],\\n[\\\"a140\\\",\\\"　，、。．‧；：？！︰…‥﹐﹑﹒·﹔﹕﹖﹗｜–︱—︳╴︴﹏（）︵︶｛｝︷︸〔〕︹︺【】︻︼《》︽︾〈〉︿﹀「」﹁﹂『』﹃﹄﹙﹚\\\"],\\n[\\\"a1a1\\\",\\\"﹛﹜﹝﹞‘’“”〝〞‵′＃＆＊※§〃○●△▲◎☆★◇◆□■▽▼㊣℅¯￣＿ˍ﹉﹊﹍﹎﹋﹌﹟﹠﹡＋－×÷±√＜＞＝≦≧≠∞≒≡﹢\\\",4,\\\"～∩∪⊥∠∟⊿㏒㏑∫∮∵∴♀♂⊕⊙↑↓←→↖↗↙↘∥∣／\\\"],\\n[\\\"a240\\\",\\\"＼∕﹨＄￥〒￠￡％＠℃℉﹩﹪﹫㏕㎜㎝㎞㏎㎡㎎㎏㏄°兙兛兞兝兡兣嗧瓩糎▁\\\",7,\\\"▏▎▍▌▋▊▉┼┴┬┤├▔─│▕┌┐└┘╭\\\"],\\n[\\\"a2a1\\\",\\\"╮╰╯═╞╪╡◢◣◥◤╱╲╳０\\\",9,\\\"Ⅰ\\\",9,\\\"〡\\\",8,\\\"十卄卅Ａ\\\",25,\\\"ａ\\\",21],\\n[\\\"a340\\\",\\\"ｗｘｙｚΑ\\\",16,\\\"Σ\\\",6,\\\"α\\\",16,\\\"σ\\\",6,\\\"ㄅ\\\",10],\\n[\\\"a3a1\\\",\\\"ㄐ\\\",25,\\\"˙ˉˊˇˋ\\\"],\\n[\\\"a3e1\\\",\\\"€\\\"],\\n[\\\"a440\\\",\\\"一乙丁七乃九了二人儿入八几刀刁力匕十卜又三下丈上丫丸凡久么也乞于亡兀刃勺千叉口土士夕大女子孑孓寸小尢尸山川工己已巳巾干廾弋弓才\\\"],\\n[\\\"a4a1\\\",\\\"丑丐不中丰丹之尹予云井互五亢仁什仃仆仇仍今介仄元允內六兮公冗凶分切刈勻勾勿化匹午升卅卞厄友及反壬天夫太夭孔少尤尺屯巴幻廿弔引心戈戶手扎支文斗斤方日曰月木欠止歹毋比毛氏水火爪父爻片牙牛犬王丙\\\"],\\n[\\\"a540\\\",\\\"世丕且丘主乍乏乎以付仔仕他仗代令仙仞充兄冉冊冬凹出凸刊加功包匆北匝仟半卉卡占卯卮去可古右召叮叩叨叼司叵叫另只史叱台句叭叻四囚外\\\"],\\n[\\\"a5a1\\\",\\\"央失奴奶孕它尼巨巧左市布平幼弁弘弗必戊打扔扒扑斥旦朮本未末札正母民氐永汁汀氾犯玄玉瓜瓦甘生用甩田由甲申疋白皮皿目矛矢石示禾穴立丞丟乒乓乩亙交亦亥仿伉伙伊伕伍伐休伏仲件任仰仳份企伋光兇兆先全\\\"],\\n[\\\"a640\\\",\\\"共再冰列刑划刎刖劣匈匡匠印危吉吏同吊吐吁吋各向名合吃后吆吒因回囝圳地在圭圬圯圩夙多夷夸妄奸妃好她如妁字存宇守宅安寺尖屹州帆并年\\\"],\\n[\\\"a6a1\\\",\\\"式弛忙忖戎戌戍成扣扛托收早旨旬旭曲曳有朽朴朱朵次此死氖汝汗汙江池汐汕污汛汍汎灰牟牝百竹米糸缶羊羽老考而耒耳聿肉肋肌臣自至臼舌舛舟艮色艾虫血行衣西阡串亨位住佇佗佞伴佛何估佐佑伽伺伸佃佔似但佣\\\"],\\n[\\\"a740\\\",\\\"作你伯低伶余佝佈佚兌克免兵冶冷別判利刪刨劫助努劬匣即卵吝吭吞吾否呎吧呆呃吳呈呂君吩告吹吻吸吮吵吶吠吼呀吱含吟听囪困囤囫坊坑址坍\\\"],\\n[\\\"a7a1\\\",\\\"均坎圾坐坏圻壯夾妝妒妨妞妣妙妖妍妤妓妊妥孝孜孚孛完宋宏尬局屁尿尾岐岑岔岌巫希序庇床廷弄弟彤形彷役忘忌志忍忱快忸忪戒我抄抗抖技扶抉扭把扼找批扳抒扯折扮投抓抑抆改攻攸旱更束李杏材村杜杖杞杉杆杠\\\"],\\n[\\\"a840\\\",\\\"杓杗步每求汞沙沁沈沉沅沛汪決沐汰沌汨沖沒汽沃汲汾汴沆汶沍沔沘沂灶灼災灸牢牡牠狄狂玖甬甫男甸皂盯矣私秀禿究系罕肖肓肝肘肛肚育良芒\\\"],\\n[\\\"a8a1\\\",\\\"芋芍見角言谷豆豕貝赤走足身車辛辰迂迆迅迄巡邑邢邪邦那酉釆里防阮阱阪阬並乖乳事些亞享京佯依侍佳使佬供例來侃佰併侈佩佻侖佾侏侑佺兔兒兕兩具其典冽函刻券刷刺到刮制剁劾劻卒協卓卑卦卷卸卹取叔受味呵\\\"],\\n[\\\"a940\\\",\\\"咖呸咕咀呻呷咄咒咆呼咐呱呶和咚呢周咋命咎固垃坷坪坩坡坦坤坼夜奉奇奈奄奔妾妻委妹妮姑姆姐姍始姓姊妯妳姒姅孟孤季宗定官宜宙宛尚屈居\\\"],\\n[\\\"a9a1\\\",\\\"屆岷岡岸岩岫岱岳帘帚帖帕帛帑幸庚店府底庖延弦弧弩往征彿彼忝忠忽念忿怏怔怯怵怖怪怕怡性怩怫怛或戕房戾所承拉拌拄抿拂抹拒招披拓拔拋拈抨抽押拐拙拇拍抵拚抱拘拖拗拆抬拎放斧於旺昔易昌昆昂明昀昏昕昊\\\"],\\n[\\\"aa40\\\",\\\"昇服朋杭枋枕東果杳杷枇枝林杯杰板枉松析杵枚枓杼杪杲欣武歧歿氓氛泣注泳沱泌泥河沽沾沼波沫法泓沸泄油況沮泗泅泱沿治泡泛泊沬泯泜泖泠\\\"],\\n[\\\"aaa1\\\",\\\"炕炎炒炊炙爬爭爸版牧物狀狎狙狗狐玩玨玟玫玥甽疝疙疚的盂盲直知矽社祀祁秉秈空穹竺糾罔羌羋者肺肥肢肱股肫肩肴肪肯臥臾舍芳芝芙芭芽芟芹花芬芥芯芸芣芰芾芷虎虱初表軋迎返近邵邸邱邶采金長門阜陀阿阻附\\\"],\\n[\\\"ab40\\\",\\\"陂隹雨青非亟亭亮信侵侯便俠俑俏保促侶俘俟俊俗侮俐俄係俚俎俞侷兗冒冑冠剎剃削前剌剋則勇勉勃勁匍南卻厚叛咬哀咨哎哉咸咦咳哇哂咽咪品\\\"],\\n[\\\"aba1\\\",\\\"哄哈咯咫咱咻咩咧咿囿垂型垠垣垢城垮垓奕契奏奎奐姜姘姿姣姨娃姥姪姚姦威姻孩宣宦室客宥封屎屏屍屋峙峒巷帝帥帟幽庠度建弈弭彥很待徊律徇後徉怒思怠急怎怨恍恰恨恢恆恃恬恫恪恤扁拜挖按拼拭持拮拽指拱拷\\\"],\\n[\\\"ac40\\\",\\\"拯括拾拴挑挂政故斫施既春昭映昧是星昨昱昤曷柿染柱柔某柬架枯柵柩柯柄柑枴柚查枸柏柞柳枰柙柢柝柒歪殃殆段毒毗氟泉洋洲洪流津洌洱洞洗\\\"],\\n[\\\"aca1\\\",\\\"活洽派洶洛泵洹洧洸洩洮洵洎洫炫為炳炬炯炭炸炮炤爰牲牯牴狩狠狡玷珊玻玲珍珀玳甚甭畏界畎畋疫疤疥疢疣癸皆皇皈盈盆盃盅省盹相眉看盾盼眇矜砂研砌砍祆祉祈祇禹禺科秒秋穿突竿竽籽紂紅紀紉紇約紆缸美羿耄\\\"],\\n[\\\"ad40\\\",\\\"耐耍耑耶胖胥胚胃胄背胡胛胎胞胤胝致舢苧范茅苣苛苦茄若茂茉苒苗英茁苜苔苑苞苓苟苯茆虐虹虻虺衍衫要觔計訂訃貞負赴赳趴軍軌述迦迢迪迥\\\"],\\n[\\\"ada1\\\",\\\"迭迫迤迨郊郎郁郃酋酊重閂限陋陌降面革韋韭音頁風飛食首香乘亳倌倍倣俯倦倥俸倩倖倆值借倚倒們俺倀倔倨俱倡個候倘俳修倭倪俾倫倉兼冤冥冢凍凌准凋剖剜剔剛剝匪卿原厝叟哨唐唁唷哼哥哲唆哺唔哩哭員唉哮哪\\\"],\\n[\\\"ae40\\\",\\\"哦唧唇哽唏圃圄埂埔埋埃堉夏套奘奚娑娘娜娟娛娓姬娠娣娩娥娌娉孫屘宰害家宴宮宵容宸射屑展屐峭峽峻峪峨峰島崁峴差席師庫庭座弱徒徑徐恙\\\"],\\n[\\\"aea1\\\",\\\"恣恥恐恕恭恩息悄悟悚悍悔悌悅悖扇拳挈拿捎挾振捕捂捆捏捉挺捐挽挪挫挨捍捌效敉料旁旅時晉晏晃晒晌晅晁書朔朕朗校核案框桓根桂桔栩梳栗桌桑栽柴桐桀格桃株桅栓栘桁殊殉殷氣氧氨氦氤泰浪涕消涇浦浸海浙涓\\\"],\\n[\\\"af40\\\",\\\"浬涉浮浚浴浩涌涊浹涅浥涔烊烘烤烙烈烏爹特狼狹狽狸狷玆班琉珮珠珪珞畔畝畜畚留疾病症疲疳疽疼疹痂疸皋皰益盍盎眩真眠眨矩砰砧砸砝破砷\\\"],\\n[\\\"afa1\\\",\\\"砥砭砠砟砲祕祐祠祟祖神祝祗祚秤秣秧租秦秩秘窄窈站笆笑粉紡紗紋紊素索純紐紕級紜納紙紛缺罟羔翅翁耆耘耕耙耗耽耿胱脂胰脅胭胴脆胸胳脈能脊胼胯臭臬舀舐航舫舨般芻茫荒荔荊茸荐草茵茴荏茲茹茶茗荀茱茨荃\\\"],\\n[\\\"b040\\\",\\\"虔蚊蚪蚓蚤蚩蚌蚣蚜衰衷袁袂衽衹記訐討訌訕訊託訓訖訏訑豈豺豹財貢起躬軒軔軏辱送逆迷退迺迴逃追逅迸邕郡郝郢酒配酌釘針釗釜釙閃院陣陡\\\"],\\n[\\\"b0a1\\\",\\\"陛陝除陘陞隻飢馬骨高鬥鬲鬼乾偺偽停假偃偌做偉健偶偎偕偵側偷偏倏偯偭兜冕凰剪副勒務勘動匐匏匙匿區匾參曼商啪啦啄啞啡啃啊唱啖問啕唯啤唸售啜唬啣唳啁啗圈國圉域堅堊堆埠埤基堂堵執培夠奢娶婁婉婦婪婀\\\"],\\n[\\\"b140\\\",\\\"娼婢婚婆婊孰寇寅寄寂宿密尉專將屠屜屝崇崆崎崛崖崢崑崩崔崙崤崧崗巢常帶帳帷康庸庶庵庾張強彗彬彩彫得徙從徘御徠徜恿患悉悠您惋悴惦悽\\\"],\\n[\\\"b1a1\\\",\\\"情悻悵惜悼惘惕惆惟悸惚惇戚戛扈掠控捲掖探接捷捧掘措捱掩掉掃掛捫推掄授掙採掬排掏掀捻捩捨捺敝敖救教敗啟敏敘敕敔斜斛斬族旋旌旎晝晚晤晨晦晞曹勗望梁梯梢梓梵桿桶梱梧梗械梃棄梭梆梅梔條梨梟梡梂欲殺\\\"],\\n[\\\"b240\\\",\\\"毫毬氫涎涼淳淙液淡淌淤添淺清淇淋涯淑涮淞淹涸混淵淅淒渚涵淚淫淘淪深淮淨淆淄涪淬涿淦烹焉焊烽烯爽牽犁猜猛猖猓猙率琅琊球理現琍瓠瓶\\\"],\\n[\\\"b2a1\\\",\\\"瓷甜產略畦畢異疏痔痕疵痊痍皎盔盒盛眷眾眼眶眸眺硫硃硎祥票祭移窒窕笠笨笛第符笙笞笮粒粗粕絆絃統紮紹紼絀細紳組累終紲紱缽羞羚翌翎習耜聊聆脯脖脣脫脩脰脤舂舵舷舶船莎莞莘荸莢莖莽莫莒莊莓莉莠荷荻荼\\\"],\\n[\\\"b340\\\",\\\"莆莧處彪蛇蛀蚶蛄蚵蛆蛋蚱蚯蛉術袞袈被袒袖袍袋覓規訪訝訣訥許設訟訛訢豉豚販責貫貨貪貧赧赦趾趺軛軟這逍通逗連速逝逐逕逞造透逢逖逛途\\\"],\\n[\\\"b3a1\\\",\\\"部郭都酗野釵釦釣釧釭釩閉陪陵陳陸陰陴陶陷陬雀雪雩章竟頂頃魚鳥鹵鹿麥麻傢傍傅備傑傀傖傘傚最凱割剴創剩勞勝勛博厥啻喀喧啼喊喝喘喂喜喪喔喇喋喃喳單喟唾喲喚喻喬喱啾喉喫喙圍堯堪場堤堰報堡堝堠壹壺奠\\\"],\\n[\\\"b440\\\",\\\"婷媚婿媒媛媧孳孱寒富寓寐尊尋就嵌嵐崴嵇巽幅帽幀幃幾廊廁廂廄弼彭復循徨惑惡悲悶惠愜愣惺愕惰惻惴慨惱愎惶愉愀愒戟扉掣掌描揀揩揉揆揍\\\"],\\n[\\\"b4a1\\\",\\\"插揣提握揖揭揮捶援揪換摒揚揹敞敦敢散斑斐斯普晰晴晶景暑智晾晷曾替期朝棺棕棠棘棗椅棟棵森棧棹棒棲棣棋棍植椒椎棉棚楮棻款欺欽殘殖殼毯氮氯氬港游湔渡渲湧湊渠渥渣減湛湘渤湖湮渭渦湯渴湍渺測湃渝渾滋\\\"],\\n[\\\"b540\\\",\\\"溉渙湎湣湄湲湩湟焙焚焦焰無然煮焜牌犄犀猶猥猴猩琺琪琳琢琥琵琶琴琯琛琦琨甥甦畫番痢痛痣痙痘痞痠登發皖皓皴盜睏短硝硬硯稍稈程稅稀窘\\\"],\\n[\\\"b5a1\\\",\\\"窗窖童竣等策筆筐筒答筍筋筏筑粟粥絞結絨絕紫絮絲絡給絢絰絳善翔翕耋聒肅腕腔腋腑腎脹腆脾腌腓腴舒舜菩萃菸萍菠菅萋菁華菱菴著萊菰萌菌菽菲菊萸萎萄菜萇菔菟虛蛟蛙蛭蛔蛛蛤蛐蛞街裁裂袱覃視註詠評詞証詁\\\"],\\n[\\\"b640\\\",\\\"詔詛詐詆訴診訶詖象貂貯貼貳貽賁費賀貴買貶貿貸越超趁跎距跋跚跑跌跛跆軻軸軼辜逮逵週逸進逶鄂郵鄉郾酣酥量鈔鈕鈣鈉鈞鈍鈐鈇鈑閔閏開閑\\\"],\\n[\\\"b6a1\\\",\\\"間閒閎隊階隋陽隅隆隍陲隄雁雅雄集雇雯雲韌項順須飧飪飯飩飲飭馮馭黃黍黑亂傭債傲傳僅傾催傷傻傯僇剿剷剽募勦勤勢勣匯嗟嗨嗓嗦嗎嗜嗇嗑嗣嗤嗯嗚嗡嗅嗆嗥嗉園圓塞塑塘塗塚塔填塌塭塊塢塒塋奧嫁嫉嫌媾媽媼\\\"],\\n[\\\"b740\\\",\\\"媳嫂媲嵩嵯幌幹廉廈弒彙徬微愚意慈感想愛惹愁愈慎慌慄慍愾愴愧愍愆愷戡戢搓搾搞搪搭搽搬搏搜搔損搶搖搗搆敬斟新暗暉暇暈暖暄暘暍會榔業\\\"],\\n[\\\"b7a1\\\",\\\"楚楷楠楔極椰概楊楨楫楞楓楹榆楝楣楛歇歲毀殿毓毽溢溯滓溶滂源溝滇滅溥溘溼溺溫滑準溜滄滔溪溧溴煎煙煩煤煉照煜煬煦煌煥煞煆煨煖爺牒猷獅猿猾瑯瑚瑕瑟瑞瑁琿瑙瑛瑜當畸瘀痰瘁痲痱痺痿痴痳盞盟睛睫睦睞督\\\"],\\n[\\\"b840\\\",\\\"睹睪睬睜睥睨睢矮碎碰碗碘碌碉硼碑碓硿祺祿禁萬禽稜稚稠稔稟稞窟窠筷節筠筮筧粱粳粵經絹綑綁綏絛置罩罪署義羨群聖聘肆肄腱腰腸腥腮腳腫\\\"],\\n[\\\"b8a1\\\",\\\"腹腺腦舅艇蒂葷落萱葵葦葫葉葬葛萼萵葡董葩葭葆虞虜號蛹蜓蜈蜇蜀蛾蛻蜂蜃蜆蜊衙裟裔裙補裘裝裡裊裕裒覜解詫該詳試詩詰誇詼詣誠話誅詭詢詮詬詹詻訾詨豢貊貉賊資賈賄貲賃賂賅跡跟跨路跳跺跪跤跦躲較載軾輊\\\"],\\n[\\\"b940\\\",\\\"辟農運遊道遂達逼違遐遇遏過遍遑逾遁鄒鄗酬酪酩釉鈷鉗鈸鈽鉀鈾鉛鉋鉤鉑鈴鉉鉍鉅鈹鈿鉚閘隘隔隕雍雋雉雊雷電雹零靖靴靶預頑頓頊頒頌飼飴\\\"],\\n[\\\"b9a1\\\",\\\"飽飾馳馱馴髡鳩麂鼎鼓鼠僧僮僥僖僭僚僕像僑僱僎僩兢凳劃劂匱厭嗾嘀嘛嘗嗽嘔嘆嘉嘍嘎嗷嘖嘟嘈嘐嗶團圖塵塾境墓墊塹墅塽壽夥夢夤奪奩嫡嫦嫩嫗嫖嫘嫣孵寞寧寡寥實寨寢寤察對屢嶄嶇幛幣幕幗幔廓廖弊彆彰徹慇\\\"],\\n[\\\"ba40\\\",\\\"愿態慷慢慣慟慚慘慵截撇摘摔撤摸摟摺摑摧搴摭摻敲斡旗旖暢暨暝榜榨榕槁榮槓構榛榷榻榫榴槐槍榭槌榦槃榣歉歌氳漳演滾漓滴漩漾漠漬漏漂漢\\\"],\\n[\\\"baa1\\\",\\\"滿滯漆漱漸漲漣漕漫漯澈漪滬漁滲滌滷熔熙煽熊熄熒爾犒犖獄獐瑤瑣瑪瑰瑭甄疑瘧瘍瘋瘉瘓盡監瞄睽睿睡磁碟碧碳碩碣禎福禍種稱窪窩竭端管箕箋筵算箝箔箏箸箇箄粹粽精綻綰綜綽綾綠緊綴網綱綺綢綿綵綸維緒緇綬\\\"],\\n[\\\"bb40\\\",\\\"罰翠翡翟聞聚肇腐膀膏膈膊腿膂臧臺與舔舞艋蓉蒿蓆蓄蒙蒞蒲蒜蓋蒸蓀蓓蒐蒼蓑蓊蜿蜜蜻蜢蜥蜴蜘蝕蜷蜩裳褂裴裹裸製裨褚裯誦誌語誣認誡誓誤\\\"],\\n[\\\"bba1\\\",\\\"說誥誨誘誑誚誧豪貍貌賓賑賒赫趙趕跼輔輒輕輓辣遠遘遜遣遙遞遢遝遛鄙鄘鄞酵酸酷酴鉸銀銅銘銖鉻銓銜銨鉼銑閡閨閩閣閥閤隙障際雌雒需靼鞅韶頗領颯颱餃餅餌餉駁骯骰髦魁魂鳴鳶鳳麼鼻齊億儀僻僵價儂儈儉儅凜\\\"],\\n[\\\"bc40\\\",\\\"劇劈劉劍劊勰厲嘮嘻嘹嘲嘿嘴嘩噓噎噗噴嘶嘯嘰墀墟增墳墜墮墩墦奭嬉嫻嬋嫵嬌嬈寮寬審寫層履嶝嶔幢幟幡廢廚廟廝廣廠彈影德徵慶慧慮慝慕憂\\\"],\\n[\\\"bca1\\\",\\\"慼慰慫慾憧憐憫憎憬憚憤憔憮戮摩摯摹撞撲撈撐撰撥撓撕撩撒撮播撫撚撬撙撢撳敵敷數暮暫暴暱樣樟槨樁樞標槽模樓樊槳樂樅槭樑歐歎殤毅毆漿潼澄潑潦潔澆潭潛潸潮澎潺潰潤澗潘滕潯潠潟熟熬熱熨牖犛獎獗瑩璋璃\\\"],\\n[\\\"bd40\\\",\\\"瑾璀畿瘠瘩瘟瘤瘦瘡瘢皚皺盤瞎瞇瞌瞑瞋磋磅確磊碾磕碼磐稿稼穀稽稷稻窯窮箭箱範箴篆篇篁箠篌糊締練緯緻緘緬緝編緣線緞緩綞緙緲緹罵罷羯\\\"],\\n[\\\"bda1\\\",\\\"翩耦膛膜膝膠膚膘蔗蔽蔚蓮蔬蔭蔓蔑蔣蔡蔔蓬蔥蓿蔆螂蝴蝶蝠蝦蝸蝨蝙蝗蝌蝓衛衝褐複褒褓褕褊誼諒談諄誕請諸課諉諂調誰論諍誶誹諛豌豎豬賠賞賦賤賬賭賢賣賜質賡赭趟趣踫踐踝踢踏踩踟踡踞躺輝輛輟輩輦輪輜輞\\\"],\\n[\\\"be40\\\",\\\"輥適遮遨遭遷鄰鄭鄧鄱醇醉醋醃鋅銻銷鋪銬鋤鋁銳銼鋒鋇鋰銲閭閱霄霆震霉靠鞍鞋鞏頡頫頜颳養餓餒餘駝駐駟駛駑駕駒駙骷髮髯鬧魅魄魷魯鴆鴉\\\"],\\n[\\\"bea1\\\",\\\"鴃麩麾黎墨齒儒儘儔儐儕冀冪凝劑劓勳噙噫噹噩噤噸噪器噥噱噯噬噢噶壁墾壇壅奮嬝嬴學寰導彊憲憑憩憊懍憶憾懊懈戰擅擁擋撻撼據擄擇擂操撿擒擔撾整曆曉暹曄曇暸樽樸樺橙橫橘樹橄橢橡橋橇樵機橈歙歷氅濂澱澡\\\"],\\n[\\\"bf40\\\",\\\"濃澤濁澧澳激澹澶澦澠澴熾燉燐燒燈燕熹燎燙燜燃燄獨璜璣璘璟璞瓢甌甍瘴瘸瘺盧盥瞠瞞瞟瞥磨磚磬磧禦積穎穆穌穋窺篙簑築篤篛篡篩篦糕糖縊\\\"],\\n[\\\"bfa1\\\",\\\"縑縈縛縣縞縝縉縐罹羲翰翱翮耨膳膩膨臻興艘艙蕊蕙蕈蕨蕩蕃蕉蕭蕪蕞螃螟螞螢融衡褪褲褥褫褡親覦諦諺諫諱謀諜諧諮諾謁謂諷諭諳諶諼豫豭貓賴蹄踱踴蹂踹踵輻輯輸輳辨辦遵遴選遲遼遺鄴醒錠錶鋸錳錯錢鋼錫錄錚\\\"],\\n[\\\"c040\\\",\\\"錐錦錡錕錮錙閻隧隨險雕霎霑霖霍霓霏靛靜靦鞘頰頸頻頷頭頹頤餐館餞餛餡餚駭駢駱骸骼髻髭鬨鮑鴕鴣鴦鴨鴒鴛默黔龍龜優償儡儲勵嚎嚀嚐嚅嚇\\\"],\\n[\\\"c0a1\\\",\\\"嚏壕壓壑壎嬰嬪嬤孺尷屨嶼嶺嶽嶸幫彌徽應懂懇懦懋戲戴擎擊擘擠擰擦擬擱擢擭斂斃曙曖檀檔檄檢檜櫛檣橾檗檐檠歜殮毚氈濘濱濟濠濛濤濫濯澀濬濡濩濕濮濰燧營燮燦燥燭燬燴燠爵牆獰獲璩環璦璨癆療癌盪瞳瞪瞰瞬\\\"],\\n[\\\"c140\\\",\\\"瞧瞭矯磷磺磴磯礁禧禪穗窿簇簍篾篷簌篠糠糜糞糢糟糙糝縮績繆縷縲繃縫總縱繅繁縴縹繈縵縿縯罄翳翼聱聲聰聯聳臆臃膺臂臀膿膽臉膾臨舉艱薪\\\"],\\n[\\\"c1a1\\\",\\\"薄蕾薜薑薔薯薛薇薨薊虧蟀蟑螳蟒蟆螫螻螺蟈蟋褻褶襄褸褽覬謎謗謙講謊謠謝謄謐豁谿豳賺賽購賸賻趨蹉蹋蹈蹊轄輾轂轅輿避遽還邁邂邀鄹醣醞醜鍍鎂錨鍵鍊鍥鍋錘鍾鍬鍛鍰鍚鍔闊闋闌闈闆隱隸雖霜霞鞠韓顆颶餵騁\\\"],\\n[\\\"c240\\\",\\\"駿鮮鮫鮪鮭鴻鴿麋黏點黜黝黛鼾齋叢嚕嚮壙壘嬸彝懣戳擴擲擾攆擺擻擷斷曜朦檳檬櫃檻檸櫂檮檯歟歸殯瀉瀋濾瀆濺瀑瀏燻燼燾燸獷獵璧璿甕癖癘\\\"],\\n[\\\"c2a1\\\",\\\"癒瞽瞿瞻瞼礎禮穡穢穠竄竅簫簧簪簞簣簡糧織繕繞繚繡繒繙罈翹翻職聶臍臏舊藏薩藍藐藉薰薺薹薦蟯蟬蟲蟠覆覲觴謨謹謬謫豐贅蹙蹣蹦蹤蹟蹕軀轉轍邇邃邈醫醬釐鎔鎊鎖鎢鎳鎮鎬鎰鎘鎚鎗闔闖闐闕離雜雙雛雞霤鞣鞦\\\"],\\n[\\\"c340\\\",\\\"鞭韹額顏題顎顓颺餾餿餽餮馥騎髁鬃鬆魏魎魍鯊鯉鯽鯈鯀鵑鵝鵠黠鼕鼬儳嚥壞壟壢寵龐廬懲懷懶懵攀攏曠曝櫥櫝櫚櫓瀛瀟瀨瀚瀝瀕瀘爆爍牘犢獸\\\"],\\n[\\\"c3a1\\\",\\\"獺璽瓊瓣疇疆癟癡矇礙禱穫穩簾簿簸簽簷籀繫繭繹繩繪羅繳羶羹羸臘藩藝藪藕藤藥藷蟻蠅蠍蟹蟾襠襟襖襞譁譜識證譚譎譏譆譙贈贊蹼蹲躇蹶蹬蹺蹴轔轎辭邊邋醱醮鏡鏑鏟鏃鏈鏜鏝鏖鏢鏍鏘鏤鏗鏨關隴難霪霧靡韜韻類\\\"],\\n[\\\"c440\\\",\\\"願顛颼饅饉騖騙鬍鯨鯧鯖鯛鶉鵡鵲鵪鵬麒麗麓麴勸嚨嚷嚶嚴嚼壤孀孃孽寶巉懸懺攘攔攙曦朧櫬瀾瀰瀲爐獻瓏癢癥礦礪礬礫竇競籌籃籍糯糰辮繽繼\\\"],\\n[\\\"c4a1\\\",\\\"纂罌耀臚艦藻藹蘑藺蘆蘋蘇蘊蠔蠕襤覺觸議譬警譯譟譫贏贍躉躁躅躂醴釋鐘鐃鏽闡霰飄饒饑馨騫騰騷騵鰓鰍鹹麵黨鼯齟齣齡儷儸囁囀囂夔屬巍懼懾攝攜斕曩櫻欄櫺殲灌爛犧瓖瓔癩矓籐纏續羼蘗蘭蘚蠣蠢蠡蠟襪襬覽譴\\\"],\\n[\\\"c540\\\",\\\"護譽贓躊躍躋轟辯醺鐮鐳鐵鐺鐸鐲鐫闢霸霹露響顧顥饗驅驃驀騾髏魔魑鰭鰥鶯鶴鷂鶸麝黯鼙齜齦齧儼儻囈囊囉孿巔巒彎懿攤權歡灑灘玀瓤疊癮癬\\\"],\\n[\\\"c5a1\\\",\\\"禳籠籟聾聽臟襲襯觼讀贖贗躑躓轡酈鑄鑑鑒霽霾韃韁顫饕驕驍髒鬚鱉鰱鰾鰻鷓鷗鼴齬齪龔囌巖戀攣攫攪曬欐瓚竊籤籣籥纓纖纔臢蘸蘿蠱變邐邏鑣鑠鑤靨顯饜驚驛驗髓體髑鱔鱗鱖鷥麟黴囑壩攬灞癱癲矗罐羈蠶蠹衢讓讒\\\"],\\n[\\\"c640\\\",\\\"讖艷贛釀鑪靂靈靄韆顰驟鬢魘鱟鷹鷺鹼鹽鼇齷齲廳欖灣籬籮蠻觀躡釁鑲鑰顱饞髖鬣黌灤矚讚鑷韉驢驥纜讜躪釅鑽鑾鑼鱷鱸黷豔鑿鸚爨驪鬱鸛鸞籲\\\"],\\n[\\\"c940\\\",\\\"乂乜凵匚厂万丌乇亍囗兀屮彳丏冇与丮亓仂仉仈冘勼卬厹圠夃夬尐巿旡殳毌气爿丱丼仨仜仩仡仝仚刌匜卌圢圣夗夯宁宄尒尻屴屳帄庀庂忉戉扐氕\\\"],\\n[\\\"c9a1\\\",\\\"氶汃氿氻犮犰玊禸肊阞伎优伬仵伔仱伀价伈伝伂伅伢伓伄仴伒冱刓刉刐劦匢匟卍厊吇囡囟圮圪圴夼妀奼妅奻奾奷奿孖尕尥屼屺屻屾巟幵庄异弚彴忕忔忏扜扞扤扡扦扢扙扠扚扥旯旮朾朹朸朻机朿朼朳氘汆汒汜汏汊汔汋\\\"],\\n[\\\"ca40\\\",\\\"汌灱牞犴犵玎甪癿穵网艸艼芀艽艿虍襾邙邗邘邛邔阢阤阠阣佖伻佢佉体佤伾佧佒佟佁佘伭伳伿佡冏冹刜刞刡劭劮匉卣卲厎厏吰吷吪呔呅吙吜吥吘\\\"],\\n[\\\"caa1\\\",\\\"吽呏呁吨吤呇囮囧囥坁坅坌坉坋坒夆奀妦妘妠妗妎妢妐妏妧妡宎宒尨尪岍岏岈岋岉岒岊岆岓岕巠帊帎庋庉庌庈庍弅弝彸彶忒忑忐忭忨忮忳忡忤忣忺忯忷忻怀忴戺抃抌抎抏抔抇扱扻扺扰抁抈扷扽扲扴攷旰旴旳旲旵杅杇\\\"],\\n[\\\"cb40\\\",\\\"杙杕杌杈杝杍杚杋毐氙氚汸汧汫沄沋沏汱汯汩沚汭沇沕沜汦汳汥汻沎灴灺牣犿犽狃狆狁犺狅玕玗玓玔玒町甹疔疕皁礽耴肕肙肐肒肜芐芏芅芎芑芓\\\"],\\n[\\\"cba1\\\",\\\"芊芃芄豸迉辿邟邡邥邞邧邠阰阨阯阭丳侘佼侅佽侀侇佶佴侉侄佷佌侗佪侚佹侁佸侐侜侔侞侒侂侕佫佮冞冼冾刵刲刳剆刱劼匊匋匼厒厔咇呿咁咑咂咈呫呺呾呥呬呴呦咍呯呡呠咘呣呧呤囷囹坯坲坭坫坱坰坶垀坵坻坳坴坢\\\"],\\n[\\\"cc40\\\",\\\"坨坽夌奅妵妺姏姎妲姌姁妶妼姃姖妱妽姀姈妴姇孢孥宓宕屄屇岮岤岠岵岯岨岬岟岣岭岢岪岧岝岥岶岰岦帗帔帙弨弢弣弤彔徂彾彽忞忥怭怦怙怲怋\\\"],\\n[\\\"cca1\\\",\\\"怴怊怗怳怚怞怬怢怍怐怮怓怑怌怉怜戔戽抭抴拑抾抪抶拊抮抳抯抻抩抰抸攽斨斻昉旼昄昒昈旻昃昋昍昅旽昑昐曶朊枅杬枎枒杶杻枘枆构杴枍枌杺枟枑枙枃杽极杸杹枔欥殀歾毞氝沓泬泫泮泙沶泔沭泧沷泐泂沺泃泆泭泲\\\"],\\n[\\\"cd40\\\",\\\"泒泝沴沊沝沀泞泀洰泍泇沰泹泏泩泑炔炘炅炓炆炄炑炖炂炚炃牪狖狋狘狉狜狒狔狚狌狑玤玡玭玦玢玠玬玝瓝瓨甿畀甾疌疘皯盳盱盰盵矸矼矹矻矺\\\"],\\n[\\\"cda1\\\",\\\"矷祂礿秅穸穻竻籵糽耵肏肮肣肸肵肭舠芠苀芫芚芘芛芵芧芮芼芞芺芴芨芡芩苂芤苃芶芢虰虯虭虮豖迒迋迓迍迖迕迗邲邴邯邳邰阹阽阼阺陃俍俅俓侲俉俋俁俔俜俙侻侳俛俇俖侺俀侹俬剄剉勀勂匽卼厗厖厙厘咺咡咭咥哏\\\"],\\n[\\\"ce40\\\",\\\"哃茍咷咮哖咶哅哆咠呰咼咢咾呲哞咰垵垞垟垤垌垗垝垛垔垘垏垙垥垚垕壴复奓姡姞姮娀姱姝姺姽姼姶姤姲姷姛姩姳姵姠姾姴姭宨屌峐峘峌峗峋峛\\\"],\\n[\\\"cea1\\\",\\\"峞峚峉峇峊峖峓峔峏峈峆峎峟峸巹帡帢帣帠帤庰庤庢庛庣庥弇弮彖徆怷怹恔恲恞恅恓恇恉恛恌恀恂恟怤恄恘恦恮扂扃拏挍挋拵挎挃拫拹挏挌拸拶挀挓挔拺挕拻拰敁敃斪斿昶昡昲昵昜昦昢昳昫昺昝昴昹昮朏朐柁柲柈枺\\\"],\\n[\\\"cf40\\\",\\\"柜枻柸柘柀枷柅柫柤柟枵柍枳柷柶柮柣柂枹柎柧柰枲柼柆柭柌枮柦柛柺柉柊柃柪柋欨殂殄殶毖毘毠氠氡洨洴洭洟洼洿洒洊泚洳洄洙洺洚洑洀洝浂\\\"],\\n[\\\"cfa1\\\",\\\"洁洘洷洃洏浀洇洠洬洈洢洉洐炷炟炾炱炰炡炴炵炩牁牉牊牬牰牳牮狊狤狨狫狟狪狦狣玅珌珂珈珅玹玶玵玴珫玿珇玾珃珆玸珋瓬瓮甮畇畈疧疪癹盄眈眃眄眅眊盷盻盺矧矨砆砑砒砅砐砏砎砉砃砓祊祌祋祅祄秕种秏秖秎窀\\\"],\\n[\\\"d040\\\",\\\"穾竑笀笁籺籸籹籿粀粁紃紈紁罘羑羍羾耇耎耏耔耷胘胇胠胑胈胂胐胅胣胙胜胊胕胉胏胗胦胍臿舡芔苙苾苹茇苨茀苕茺苫苖苴苬苡苲苵茌苻苶苰苪\\\"],\\n[\\\"d0a1\\\",\\\"苤苠苺苳苭虷虴虼虳衁衎衧衪衩觓訄訇赲迣迡迮迠郱邽邿郕郅邾郇郋郈釔釓陔陏陑陓陊陎倞倅倇倓倢倰倛俵俴倳倷倬俶俷倗倜倠倧倵倯倱倎党冔冓凊凄凅凈凎剡剚剒剞剟剕剢勍匎厞唦哢唗唒哧哳哤唚哿唄唈哫唑唅哱\\\"],\\n[\\\"d140\\\",\\\"唊哻哷哸哠唎唃唋圁圂埌堲埕埒垺埆垽垼垸垶垿埇埐垹埁夎奊娙娖娭娮娕娏娗娊娞娳孬宧宭宬尃屖屔峬峿峮峱峷崀峹帩帨庨庮庪庬弳弰彧恝恚恧\\\"],\\n[\\\"d1a1\\\",\\\"恁悢悈悀悒悁悝悃悕悛悗悇悜悎戙扆拲挐捖挬捄捅挶捃揤挹捋捊挼挩捁挴捘捔捙挭捇挳捚捑挸捗捀捈敊敆旆旃旄旂晊晟晇晑朒朓栟栚桉栲栳栻桋桏栖栱栜栵栫栭栯桎桄栴栝栒栔栦栨栮桍栺栥栠欬欯欭欱欴歭肂殈毦毤\\\"],\\n[\\\"d240\\\",\\\"毨毣毢毧氥浺浣浤浶洍浡涒浘浢浭浯涑涍淯浿涆浞浧浠涗浰浼浟涂涘洯浨涋浾涀涄洖涃浻浽浵涐烜烓烑烝烋缹烢烗烒烞烠烔烍烅烆烇烚烎烡牂牸\\\"],\\n[\\\"d2a1\\\",\\\"牷牶猀狺狴狾狶狳狻猁珓珙珥珖玼珧珣珩珜珒珛珔珝珚珗珘珨瓞瓟瓴瓵甡畛畟疰痁疻痄痀疿疶疺皊盉眝眛眐眓眒眣眑眕眙眚眢眧砣砬砢砵砯砨砮砫砡砩砳砪砱祔祛祏祜祓祒祑秫秬秠秮秭秪秜秞秝窆窉窅窋窌窊窇竘笐\\\"],\\n[\\\"d340\\\",\\\"笄笓笅笏笈笊笎笉笒粄粑粊粌粈粍粅紞紝紑紎紘紖紓紟紒紏紌罜罡罞罠罝罛羖羒翃翂翀耖耾耹胺胲胹胵脁胻脀舁舯舥茳茭荄茙荑茥荖茿荁茦茜茢\\\"],\\n[\\\"d3a1\\\",\\\"荂荎茛茪茈茼荍茖茤茠茷茯茩荇荅荌荓茞茬荋茧荈虓虒蚢蚨蚖蚍蚑蚞蚇蚗蚆蚋蚚蚅蚥蚙蚡蚧蚕蚘蚎蚝蚐蚔衃衄衭衵衶衲袀衱衿衯袃衾衴衼訒豇豗豻貤貣赶赸趵趷趶軑軓迾迵适迿迻逄迼迶郖郠郙郚郣郟郥郘郛郗郜郤酐\\\"],\\n[\\\"d440\\\",\\\"酎酏釕釢釚陜陟隼飣髟鬯乿偰偪偡偞偠偓偋偝偲偈偍偁偛偊偢倕偅偟偩偫偣偤偆偀偮偳偗偑凐剫剭剬剮勖勓匭厜啵啶唼啍啐唴唪啑啢唶唵唰啒啅\\\"],\\n[\\\"d4a1\\\",\\\"唌唲啥啎唹啈唭唻啀啋圊圇埻堔埢埶埜埴堀埭埽堈埸堋埳埏堇埮埣埲埥埬埡堎埼堐埧堁堌埱埩埰堍堄奜婠婘婕婧婞娸娵婭婐婟婥婬婓婤婗婃婝婒婄婛婈媎娾婍娹婌婰婩婇婑婖婂婜孲孮寁寀屙崞崋崝崚崠崌崨崍崦崥崏\\\"],\\n[\\\"d540\\\",\\\"崰崒崣崟崮帾帴庱庴庹庲庳弶弸徛徖徟悊悐悆悾悰悺惓惔惏惤惙惝惈悱惛悷惊悿惃惍惀挲捥掊掂捽掽掞掭掝掗掫掎捯掇掐据掯捵掜捭掮捼掤挻掟\\\"],\\n[\\\"d5a1\\\",\\\"捸掅掁掑掍捰敓旍晥晡晛晙晜晢朘桹梇梐梜桭桮梮梫楖桯梣梬梩桵桴梲梏桷梒桼桫桲梪梀桱桾梛梖梋梠梉梤桸桻梑梌梊桽欶欳欷欸殑殏殍殎殌氪淀涫涴涳湴涬淩淢涷淶淔渀淈淠淟淖涾淥淜淝淛淴淊涽淭淰涺淕淂淏淉\\\"],\\n[\\\"d640\\\",\\\"淐淲淓淽淗淍淣涻烺焍烷焗烴焌烰焄烳焐烼烿焆焓焀烸烶焋焂焎牾牻牼牿猝猗猇猑猘猊猈狿猏猞玈珶珸珵琄琁珽琇琀珺珼珿琌琋珴琈畤畣痎痒痏\\\"],\\n[\\\"d6a1\\\",\\\"痋痌痑痐皏皉盓眹眯眭眱眲眴眳眽眥眻眵硈硒硉硍硊硌砦硅硐祤祧祩祪祣祫祡离秺秸秶秷窏窔窐笵筇笴笥笰笢笤笳笘笪笝笱笫笭笯笲笸笚笣粔粘粖粣紵紽紸紶紺絅紬紩絁絇紾紿絊紻紨罣羕羜羝羛翊翋翍翐翑翇翏翉耟\\\"],\\n[\\\"d740\\\",\\\"耞耛聇聃聈脘脥脙脛脭脟脬脞脡脕脧脝脢舑舸舳舺舴舲艴莐莣莨莍荺荳莤荴莏莁莕莙荵莔莩荽莃莌莝莛莪莋荾莥莯莈莗莰荿莦莇莮荶莚虙虖蚿蚷\\\"],\\n[\\\"d7a1\\\",\\\"蛂蛁蛅蚺蚰蛈蚹蚳蚸蛌蚴蚻蚼蛃蚽蚾衒袉袕袨袢袪袚袑袡袟袘袧袙袛袗袤袬袌袓袎覂觖觙觕訰訧訬訞谹谻豜豝豽貥赽赻赹趼跂趹趿跁軘軞軝軜軗軠軡逤逋逑逜逌逡郯郪郰郴郲郳郔郫郬郩酖酘酚酓酕釬釴釱釳釸釤釹釪\\\"],\\n[\\\"d840\\\",\\\"釫釷釨釮镺閆閈陼陭陫陱陯隿靪頄飥馗傛傕傔傞傋傣傃傌傎傝偨傜傒傂傇兟凔匒匑厤厧喑喨喥喭啷噅喢喓喈喏喵喁喣喒喤啽喌喦啿喕喡喎圌堩堷\\\"],\\n[\\\"d8a1\\\",\\\"堙堞堧堣堨埵塈堥堜堛堳堿堶堮堹堸堭堬堻奡媯媔媟婺媢媞婸媦婼媥媬媕媮娷媄媊媗媃媋媩婻婽媌媜媏媓媝寪寍寋寔寑寊寎尌尰崷嵃嵫嵁嵋崿崵嵑嵎嵕崳崺嵒崽崱嵙嵂崹嵉崸崼崲崶嵀嵅幄幁彘徦徥徫惉悹惌惢惎惄愔\\\"],\\n[\\\"d940\\\",\\\"惲愊愖愅惵愓惸惼惾惁愃愘愝愐惿愄愋扊掔掱掰揎揥揨揯揃撝揳揊揠揶揕揲揵摡揟掾揝揜揄揘揓揂揇揌揋揈揰揗揙攲敧敪敤敜敨敥斌斝斞斮旐旒\\\"],\\n[\\\"d9a1\\\",\\\"晼晬晻暀晱晹晪晲朁椌棓椄棜椪棬棪棱椏棖棷棫棤棶椓椐棳棡椇棌椈楰梴椑棯棆椔棸棐棽棼棨椋椊椗棎棈棝棞棦棴棑椆棔棩椕椥棇欹欻欿欼殔殗殙殕殽毰毲毳氰淼湆湇渟湉溈渼渽湅湢渫渿湁湝湳渜渳湋湀湑渻渃渮湞\\\"],\\n[\\\"da40\\\",\\\"湨湜湡渱渨湠湱湫渹渢渰湓湥渧湸湤湷湕湹湒湦渵渶湚焠焞焯烻焮焱焣焥焢焲焟焨焺焛牋牚犈犉犆犅犋猒猋猰猢猱猳猧猲猭猦猣猵猌琮琬琰琫琖\\\"],\\n[\\\"daa1\\\",\\\"琚琡琭琱琤琣琝琩琠琲瓻甯畯畬痧痚痡痦痝痟痤痗皕皒盚睆睇睄睍睅睊睎睋睌矞矬硠硤硥硜硭硱硪确硰硩硨硞硢祴祳祲祰稂稊稃稌稄窙竦竤筊笻筄筈筌筎筀筘筅粢粞粨粡絘絯絣絓絖絧絪絏絭絜絫絒絔絩絑絟絎缾缿罥\\\"],\\n[\\\"db40\\\",\\\"罦羢羠羡翗聑聏聐胾胔腃腊腒腏腇脽腍脺臦臮臷臸臹舄舼舽舿艵茻菏菹萣菀菨萒菧菤菼菶萐菆菈菫菣莿萁菝菥菘菿菡菋菎菖菵菉萉萏菞萑萆菂菳\\\"],\\n[\\\"dba1\\\",\\\"菕菺菇菑菪萓菃菬菮菄菻菗菢萛菛菾蛘蛢蛦蛓蛣蛚蛪蛝蛫蛜蛬蛩蛗蛨蛑衈衖衕袺裗袹袸裀袾袶袼袷袽袲褁裉覕覘覗觝觚觛詎詍訹詙詀詗詘詄詅詒詈詑詊詌詏豟貁貀貺貾貰貹貵趄趀趉跘跓跍跇跖跜跏跕跙跈跗跅軯軷軺\\\"],\\n[\\\"dc40\\\",\\\"軹軦軮軥軵軧軨軶軫軱軬軴軩逭逴逯鄆鄬鄄郿郼鄈郹郻鄁鄀鄇鄅鄃酡酤酟酢酠鈁鈊鈥鈃鈚鈦鈏鈌鈀鈒釿釽鈆鈄鈧鈂鈜鈤鈙鈗鈅鈖镻閍閌閐隇陾隈\\\"],\\n[\\\"dca1\\\",\\\"隉隃隀雂雈雃雱雰靬靰靮頇颩飫鳦黹亃亄亶傽傿僆傮僄僊傴僈僂傰僁傺傱僋僉傶傸凗剺剸剻剼嗃嗛嗌嗐嗋嗊嗝嗀嗔嗄嗩喿嗒喍嗏嗕嗢嗖嗈嗲嗍嗙嗂圔塓塨塤塏塍塉塯塕塎塝塙塥塛堽塣塱壼嫇嫄嫋媺媸媱媵媰媿嫈媻嫆\\\"],\\n[\\\"dd40\\\",\\\"媷嫀嫊媴媶嫍媹媐寖寘寙尟尳嵱嵣嵊嵥嵲嵬嵞嵨嵧嵢巰幏幎幊幍幋廅廌廆廋廇彀徯徭惷慉慊愫慅愶愲愮慆愯慏愩慀戠酨戣戥戤揅揱揫搐搒搉搠搤\\\"],\\n[\\\"dda1\\\",\\\"搳摃搟搕搘搹搷搢搣搌搦搰搨摁搵搯搊搚摀搥搧搋揧搛搮搡搎敯斒旓暆暌暕暐暋暊暙暔晸朠楦楟椸楎楢楱椿楅楪椹楂楗楙楺楈楉椵楬椳椽楥棰楸椴楩楀楯楄楶楘楁楴楌椻楋椷楜楏楑椲楒椯楻椼歆歅歃歂歈歁殛嗀毻毼\\\"],\\n[\\\"de40\\\",\\\"毹毷毸溛滖滈溏滀溟溓溔溠溱溹滆滒溽滁溞滉溷溰滍溦滏溲溾滃滜滘溙溒溎溍溤溡溿溳滐滊溗溮溣煇煔煒煣煠煁煝煢煲煸煪煡煂煘煃煋煰煟煐煓\\\"],\\n[\\\"dea1\\\",\\\"煄煍煚牏犍犌犑犐犎猼獂猻猺獀獊獉瑄瑊瑋瑒瑑瑗瑀瑏瑐瑎瑂瑆瑍瑔瓡瓿瓾瓽甝畹畷榃痯瘏瘃痷痾痼痹痸瘐痻痶痭痵痽皙皵盝睕睟睠睒睖睚睩睧睔睙睭矠碇碚碔碏碄碕碅碆碡碃硹碙碀碖硻祼禂祽祹稑稘稙稒稗稕稢稓\\\"],\\n[\\\"df40\\\",\\\"稛稐窣窢窞竫筦筤筭筴筩筲筥筳筱筰筡筸筶筣粲粴粯綈綆綀綍絿綅絺綎絻綃絼綌綔綄絽綒罭罫罧罨罬羦羥羧翛翜耡腤腠腷腜腩腛腢腲朡腞腶腧腯\\\"],\\n[\\\"dfa1\\\",\\\"腄腡舝艉艄艀艂艅蓱萿葖葶葹蒏蒍葥葑葀蒆葧萰葍葽葚葙葴葳葝蔇葞萷萺萴葺葃葸萲葅萩菙葋萯葂萭葟葰萹葎葌葒葯蓅蒎萻葇萶萳葨葾葄萫葠葔葮葐蜋蜄蛷蜌蛺蛖蛵蝍蛸蜎蜉蜁蛶蜍蜅裖裋裍裎裞裛裚裌裐覅覛觟觥觤\\\"],\\n[\\\"e040\\\",\\\"觡觠觢觜触詶誆詿詡訿詷誂誄詵誃誁詴詺谼豋豊豥豤豦貆貄貅賌赨赩趑趌趎趏趍趓趔趐趒跰跠跬跱跮跐跩跣跢跧跲跫跴輆軿輁輀輅輇輈輂輋遒逿\\\"],\\n[\\\"e0a1\\\",\\\"遄遉逽鄐鄍鄏鄑鄖鄔鄋鄎酮酯鉈鉒鈰鈺鉦鈳鉥鉞銃鈮鉊鉆鉭鉬鉏鉠鉧鉯鈶鉡鉰鈱鉔鉣鉐鉲鉎鉓鉌鉖鈲閟閜閞閛隒隓隑隗雎雺雽雸雵靳靷靸靲頏頍頎颬飶飹馯馲馰馵骭骫魛鳪鳭鳧麀黽僦僔僗僨僳僛僪僝僤僓僬僰僯僣僠\\\"],\\n[\\\"e140\\\",\\\"凘劀劁勩勫匰厬嘧嘕嘌嘒嗼嘏嘜嘁嘓嘂嗺嘝嘄嗿嗹墉塼墐墘墆墁塿塴墋塺墇墑墎塶墂墈塻墔墏壾奫嫜嫮嫥嫕嫪嫚嫭嫫嫳嫢嫠嫛嫬嫞嫝嫙嫨嫟孷寠\\\"],\\n[\\\"e1a1\\\",\\\"寣屣嶂嶀嵽嶆嵺嶁嵷嶊嶉嶈嵾嵼嶍嵹嵿幘幙幓廘廑廗廎廜廕廙廒廔彄彃彯徶愬愨慁慞慱慳慒慓慲慬憀慴慔慺慛慥愻慪慡慖戩戧戫搫摍摛摝摴摶摲摳摽摵摦撦摎撂摞摜摋摓摠摐摿搿摬摫摙摥摷敳斠暡暠暟朅朄朢榱榶槉\\\"],\\n[\\\"e240\\\",\\\"榠槎榖榰榬榼榑榙榎榧榍榩榾榯榿槄榽榤槔榹槊榚槏榳榓榪榡榞槙榗榐槂榵榥槆歊歍歋殞殟殠毃毄毾滎滵滱漃漥滸漷滻漮漉潎漙漚漧漘漻漒滭漊\\\"],\\n[\\\"e2a1\\\",\\\"漶潳滹滮漭潀漰漼漵滫漇漎潃漅滽滶漹漜滼漺漟漍漞漈漡熇熐熉熀熅熂熏煻熆熁熗牄牓犗犕犓獃獍獑獌瑢瑳瑱瑵瑲瑧瑮甀甂甃畽疐瘖瘈瘌瘕瘑瘊瘔皸瞁睼瞅瞂睮瞀睯睾瞃碲碪碴碭碨硾碫碞碥碠碬碢碤禘禊禋禖禕禔禓\\\"],\\n[\\\"e340\\\",\\\"禗禈禒禐稫穊稰稯稨稦窨窫窬竮箈箜箊箑箐箖箍箌箛箎箅箘劄箙箤箂粻粿粼粺綧綷緂綣綪緁緀緅綝緎緄緆緋緌綯綹綖綼綟綦綮綩綡緉罳翢翣翥翞\\\"],\\n[\\\"e3a1\\\",\\\"耤聝聜膉膆膃膇膍膌膋舕蒗蒤蒡蒟蒺蓎蓂蒬蒮蒫蒹蒴蓁蓍蒪蒚蒱蓐蒝蒧蒻蒢蒔蓇蓌蒛蒩蒯蒨蓖蒘蒶蓏蒠蓗蓔蓒蓛蒰蒑虡蜳蜣蜨蝫蝀蜮蜞蜡蜙蜛蝃蜬蝁蜾蝆蜠蜲蜪蜭蜼蜒蜺蜱蜵蝂蜦蜧蜸蜤蜚蜰蜑裷裧裱裲裺裾裮裼裶裻\\\"],\\n[\\\"e440\\\",\\\"裰裬裫覝覡覟覞觩觫觨誫誙誋誒誏誖谽豨豩賕賏賗趖踉踂跿踍跽踊踃踇踆踅跾踀踄輐輑輎輍鄣鄜鄠鄢鄟鄝鄚鄤鄡鄛酺酲酹酳銥銤鉶銛鉺銠銔銪銍\\\"],\\n[\\\"e4a1\\\",\\\"銦銚銫鉹銗鉿銣鋮銎銂銕銢鉽銈銡銊銆銌銙銧鉾銇銩銝銋鈭隞隡雿靘靽靺靾鞃鞀鞂靻鞄鞁靿韎韍頖颭颮餂餀餇馝馜駃馹馻馺駂馽駇骱髣髧鬾鬿魠魡魟鳱鳲鳵麧僿儃儰僸儆儇僶僾儋儌僽儊劋劌勱勯噈噂噌嘵噁噊噉噆噘\\\"],\\n[\\\"e540\\\",\\\"噚噀嘳嘽嘬嘾嘸嘪嘺圚墫墝墱墠墣墯墬墥墡壿嫿嫴嫽嫷嫶嬃嫸嬂嫹嬁嬇嬅嬏屧嶙嶗嶟嶒嶢嶓嶕嶠嶜嶡嶚嶞幩幝幠幜緳廛廞廡彉徲憋憃慹憱憰憢憉\\\"],\\n[\\\"e5a1\\\",\\\"憛憓憯憭憟憒憪憡憍慦憳戭摮摰撖撠撅撗撜撏撋撊撌撣撟摨撱撘敶敺敹敻斲斳暵暰暩暲暷暪暯樀樆樗槥槸樕槱槤樠槿槬槢樛樝槾樧槲槮樔槷槧橀樈槦槻樍槼槫樉樄樘樥樏槶樦樇槴樖歑殥殣殢殦氁氀毿氂潁漦潾澇濆澒\\\"],\\n[\\\"e640\\\",\\\"澍澉澌潢潏澅潚澖潶潬澂潕潲潒潐潗澔澓潝漀潡潫潽潧澐潓澋潩潿澕潣潷潪潻熲熯熛熰熠熚熩熵熝熥熞熤熡熪熜熧熳犘犚獘獒獞獟獠獝獛獡獚獙\\\"],\\n[\\\"e6a1\\\",\\\"獢璇璉璊璆璁瑽璅璈瑼瑹甈甇畾瘥瘞瘙瘝瘜瘣瘚瘨瘛皜皝皞皛瞍瞏瞉瞈磍碻磏磌磑磎磔磈磃磄磉禚禡禠禜禢禛歶稹窲窴窳箷篋箾箬篎箯箹篊箵糅糈糌糋緷緛緪緧緗緡縃緺緦緶緱緰緮緟罶羬羰羭翭翫翪翬翦翨聤聧膣膟\\\"],\\n[\\\"e740\\\",\\\"膞膕膢膙膗舖艏艓艒艐艎艑蔤蔻蔏蔀蔩蔎蔉蔍蔟蔊蔧蔜蓻蔫蓺蔈蔌蓴蔪蓲蔕蓷蓫蓳蓼蔒蓪蓩蔖蓾蔨蔝蔮蔂蓽蔞蓶蔱蔦蓧蓨蓰蓯蓹蔘蔠蔰蔋蔙蔯虢\\\"],\\n[\\\"e7a1\\\",\\\"蝖蝣蝤蝷蟡蝳蝘蝔蝛蝒蝡蝚蝑蝞蝭蝪蝐蝎蝟蝝蝯蝬蝺蝮蝜蝥蝏蝻蝵蝢蝧蝩衚褅褌褔褋褗褘褙褆褖褑褎褉覢覤覣觭觰觬諏諆誸諓諑諔諕誻諗誾諀諅諘諃誺誽諙谾豍貏賥賟賙賨賚賝賧趠趜趡趛踠踣踥踤踮踕踛踖踑踙踦踧\\\"],\\n[\\\"e840\\\",\\\"踔踒踘踓踜踗踚輬輤輘輚輠輣輖輗遳遰遯遧遫鄯鄫鄩鄪鄲鄦鄮醅醆醊醁醂醄醀鋐鋃鋄鋀鋙銶鋏鋱鋟鋘鋩鋗鋝鋌鋯鋂鋨鋊鋈鋎鋦鋍鋕鋉鋠鋞鋧鋑鋓\\\"],\\n[\\\"e8a1\\\",\\\"銵鋡鋆銴镼閬閫閮閰隤隢雓霅霈霂靚鞊鞎鞈韐韏頞頝頦頩頨頠頛頧颲餈飺餑餔餖餗餕駜駍駏駓駔駎駉駖駘駋駗駌骳髬髫髳髲髱魆魃魧魴魱魦魶魵魰魨魤魬鳼鳺鳽鳿鳷鴇鴀鳹鳻鴈鴅鴄麃黓鼏鼐儜儓儗儚儑凞匴叡噰噠噮\\\"],\\n[\\\"e940\\\",\\\"噳噦噣噭噲噞噷圜圛壈墽壉墿墺壂墼壆嬗嬙嬛嬡嬔嬓嬐嬖嬨嬚嬠嬞寯嶬嶱嶩嶧嶵嶰嶮嶪嶨嶲嶭嶯嶴幧幨幦幯廩廧廦廨廥彋徼憝憨憖懅憴懆懁懌憺\\\"],\\n[\\\"e9a1\\\",\\\"憿憸憌擗擖擐擏擉撽撉擃擛擳擙攳敿敼斢曈暾曀曊曋曏暽暻暺曌朣樴橦橉橧樲橨樾橝橭橶橛橑樨橚樻樿橁橪橤橐橏橔橯橩橠樼橞橖橕橍橎橆歕歔歖殧殪殫毈毇氄氃氆澭濋澣濇澼濎濈潞濄澽澞濊澨瀄澥澮澺澬澪濏澿澸\\\"],\\n[\\\"ea40\\\",\\\"澢濉澫濍澯澲澰燅燂熿熸燖燀燁燋燔燊燇燏熽燘熼燆燚燛犝犞獩獦獧獬獥獫獪瑿璚璠璔璒璕璡甋疀瘯瘭瘱瘽瘳瘼瘵瘲瘰皻盦瞚瞝瞡瞜瞛瞢瞣瞕瞙\\\"],\\n[\\\"eaa1\\\",\\\"瞗磝磩磥磪磞磣磛磡磢磭磟磠禤穄穈穇窶窸窵窱窷篞篣篧篝篕篥篚篨篹篔篪篢篜篫篘篟糒糔糗糐糑縒縡縗縌縟縠縓縎縜縕縚縢縋縏縖縍縔縥縤罃罻罼罺羱翯耪耩聬膱膦膮膹膵膫膰膬膴膲膷膧臲艕艖艗蕖蕅蕫蕍蕓蕡蕘\\\"],\\n[\\\"eb40\\\",\\\"蕀蕆蕤蕁蕢蕄蕑蕇蕣蔾蕛蕱蕎蕮蕵蕕蕧蕠薌蕦蕝蕔蕥蕬虣虥虤螛螏螗螓螒螈螁螖螘蝹螇螣螅螐螑螝螄螔螜螚螉褞褦褰褭褮褧褱褢褩褣褯褬褟觱諠\\\"],\\n[\\\"eba1\\\",\\\"諢諲諴諵諝謔諤諟諰諈諞諡諨諿諯諻貑貒貐賵賮賱賰賳赬赮趥趧踳踾踸蹀蹅踶踼踽蹁踰踿躽輶輮輵輲輹輷輴遶遹遻邆郺鄳鄵鄶醓醐醑醍醏錧錞錈錟錆錏鍺錸錼錛錣錒錁鍆錭錎錍鋋錝鋺錥錓鋹鋷錴錂錤鋿錩錹錵錪錔錌\\\"],\\n[\\\"ec40\\\",\\\"錋鋾錉錀鋻錖閼闍閾閹閺閶閿閵閽隩雔霋霒霐鞙鞗鞔韰韸頵頯頲餤餟餧餩馞駮駬駥駤駰駣駪駩駧骹骿骴骻髶髺髹髷鬳鮀鮅鮇魼魾魻鮂鮓鮒鮐魺鮕\\\"],\\n[\\\"eca1\\\",\\\"魽鮈鴥鴗鴠鴞鴔鴩鴝鴘鴢鴐鴙鴟麈麆麇麮麭黕黖黺鼒鼽儦儥儢儤儠儩勴嚓嚌嚍嚆嚄嚃噾嚂噿嚁壖壔壏壒嬭嬥嬲嬣嬬嬧嬦嬯嬮孻寱寲嶷幬幪徾徻懃憵憼懧懠懥懤懨懞擯擩擣擫擤擨斁斀斶旚曒檍檖檁檥檉檟檛檡檞檇檓檎\\\"],\\n[\\\"ed40\\\",\\\"檕檃檨檤檑橿檦檚檅檌檒歛殭氉濌澩濴濔濣濜濭濧濦濞濲濝濢濨燡燱燨燲燤燰燢獳獮獯璗璲璫璐璪璭璱璥璯甐甑甒甏疄癃癈癉癇皤盩瞵瞫瞲瞷瞶\\\"],\\n[\\\"eda1\\\",\\\"瞴瞱瞨矰磳磽礂磻磼磲礅磹磾礄禫禨穜穛穖穘穔穚窾竀竁簅簏篲簀篿篻簎篴簋篳簂簉簃簁篸篽簆篰篱簐簊糨縭縼繂縳顈縸縪繉繀繇縩繌縰縻縶繄縺罅罿罾罽翴翲耬膻臄臌臊臅臇膼臩艛艚艜薃薀薏薧薕薠薋薣蕻薤薚薞\\\"],\\n[\\\"ee40\\\",\\\"蕷蕼薉薡蕺蕸蕗薎薖薆薍薙薝薁薢薂薈薅蕹蕶薘薐薟虨螾螪螭蟅螰螬螹螵螼螮蟉蟃蟂蟌螷螯蟄蟊螴螶螿螸螽蟞螲褵褳褼褾襁襒褷襂覭覯覮觲觳謞\\\"],\\n[\\\"eea1\\\",\\\"謘謖謑謅謋謢謏謒謕謇謍謈謆謜謓謚豏豰豲豱豯貕貔賹赯蹎蹍蹓蹐蹌蹇轃轀邅遾鄸醚醢醛醙醟醡醝醠鎡鎃鎯鍤鍖鍇鍼鍘鍜鍶鍉鍐鍑鍠鍭鎏鍌鍪鍹鍗鍕鍒鍏鍱鍷鍻鍡鍞鍣鍧鎀鍎鍙闇闀闉闃闅閷隮隰隬霠霟霘霝霙鞚鞡鞜\\\"],\\n[\\\"ef40\\\",\\\"鞞鞝韕韔韱顁顄顊顉顅顃餥餫餬餪餳餲餯餭餱餰馘馣馡騂駺駴駷駹駸駶駻駽駾駼騃骾髾髽鬁髼魈鮚鮨鮞鮛鮦鮡鮥鮤鮆鮢鮠鮯鴳鵁鵧鴶鴮鴯鴱鴸鴰\\\"],\\n[\\\"efa1\\\",\\\"鵅鵂鵃鴾鴷鵀鴽翵鴭麊麉麍麰黈黚黻黿鼤鼣鼢齔龠儱儭儮嚘嚜嚗嚚嚝嚙奰嬼屩屪巀幭幮懘懟懭懮懱懪懰懫懖懩擿攄擽擸攁攃擼斔旛曚曛曘櫅檹檽櫡櫆檺檶檷櫇檴檭歞毉氋瀇瀌瀍瀁瀅瀔瀎濿瀀濻瀦濼濷瀊爁燿燹爃燽獶\\\"],\\n[\\\"f040\\\",\\\"璸瓀璵瓁璾璶璻瓂甔甓癜癤癙癐癓癗癚皦皽盬矂瞺磿礌礓礔礉礐礒礑禭禬穟簜簩簙簠簟簭簝簦簨簢簥簰繜繐繖繣繘繢繟繑繠繗繓羵羳翷翸聵臑臒\\\"],\\n[\\\"f0a1\\\",\\\"臐艟艞薴藆藀藃藂薳薵薽藇藄薿藋藎藈藅薱薶藒蘤薸薷薾虩蟧蟦蟢蟛蟫蟪蟥蟟蟳蟤蟔蟜蟓蟭蟘蟣螤蟗蟙蠁蟴蟨蟝襓襋襏襌襆襐襑襉謪謧謣謳謰謵譇謯謼謾謱謥謷謦謶謮謤謻謽謺豂豵貙貘貗賾贄贂贀蹜蹢蹠蹗蹖蹞蹥蹧\\\"],\\n[\\\"f140\\\",\\\"蹛蹚蹡蹝蹩蹔轆轇轈轋鄨鄺鄻鄾醨醥醧醯醪鎵鎌鎒鎷鎛鎝鎉鎧鎎鎪鎞鎦鎕鎈鎙鎟鎍鎱鎑鎲鎤鎨鎴鎣鎥闒闓闑隳雗雚巂雟雘雝霣霢霥鞬鞮鞨鞫鞤鞪\\\"],\\n[\\\"f1a1\\\",\\\"鞢鞥韗韙韖韘韺顐顑顒颸饁餼餺騏騋騉騍騄騑騊騅騇騆髀髜鬈鬄鬅鬩鬵魊魌魋鯇鯆鯃鮿鯁鮵鮸鯓鮶鯄鮹鮽鵜鵓鵏鵊鵛鵋鵙鵖鵌鵗鵒鵔鵟鵘鵚麎麌黟鼁鼀鼖鼥鼫鼪鼩鼨齌齕儴儵劖勷厴嚫嚭嚦嚧嚪嚬壚壝壛夒嬽嬾嬿巃幰\\\"],\\n[\\\"f240\\\",\\\"徿懻攇攐攍攉攌攎斄旞旝曞櫧櫠櫌櫑櫙櫋櫟櫜櫐櫫櫏櫍櫞歠殰氌瀙瀧瀠瀖瀫瀡瀢瀣瀩瀗瀤瀜瀪爌爊爇爂爅犥犦犤犣犡瓋瓅璷瓃甖癠矉矊矄矱礝礛\\\"],\\n[\\\"f2a1\\\",\\\"礡礜礗礞禰穧穨簳簼簹簬簻糬糪繶繵繸繰繷繯繺繲繴繨罋罊羃羆羷翽翾聸臗臕艤艡艣藫藱藭藙藡藨藚藗藬藲藸藘藟藣藜藑藰藦藯藞藢蠀蟺蠃蟶蟷蠉蠌蠋蠆蟼蠈蟿蠊蠂襢襚襛襗襡襜襘襝襙覈覷覶觶譐譈譊譀譓譖譔譋譕\\\"],\\n[\\\"f340\\\",\\\"譑譂譒譗豃豷豶貚贆贇贉趬趪趭趫蹭蹸蹳蹪蹯蹻軂轒轑轏轐轓辴酀鄿醰醭鏞鏇鏏鏂鏚鏐鏹鏬鏌鏙鎩鏦鏊鏔鏮鏣鏕鏄鏎鏀鏒鏧镽闚闛雡霩霫霬霨霦\\\"],\\n[\\\"f3a1\\\",\\\"鞳鞷鞶韝韞韟顜顙顝顗颿颽颻颾饈饇饃馦馧騚騕騥騝騤騛騢騠騧騣騞騜騔髂鬋鬊鬎鬌鬷鯪鯫鯠鯞鯤鯦鯢鯰鯔鯗鯬鯜鯙鯥鯕鯡鯚鵷鶁鶊鶄鶈鵱鶀鵸鶆鶋鶌鵽鵫鵴鵵鵰鵩鶅鵳鵻鶂鵯鵹鵿鶇鵨麔麑黀黼鼭齀齁齍齖齗齘匷嚲\\\"],\\n[\\\"f440\\\",\\\"嚵嚳壣孅巆巇廮廯忀忁懹攗攖攕攓旟曨曣曤櫳櫰櫪櫨櫹櫱櫮櫯瀼瀵瀯瀷瀴瀱灂瀸瀿瀺瀹灀瀻瀳灁爓爔犨獽獼璺皫皪皾盭矌矎矏矍矲礥礣礧礨礤礩\\\"],\\n[\\\"f4a1\\\",\\\"禲穮穬穭竷籉籈籊籇籅糮繻繾纁纀羺翿聹臛臙舋艨艩蘢藿蘁藾蘛蘀藶蘄蘉蘅蘌藽蠙蠐蠑蠗蠓蠖襣襦覹觷譠譪譝譨譣譥譧譭趮躆躈躄轙轖轗轕轘轚邍酃酁醷醵醲醳鐋鐓鏻鐠鐏鐔鏾鐕鐐鐨鐙鐍鏵鐀鏷鐇鐎鐖鐒鏺鐉鏸鐊鏿\\\"],\\n[\\\"f540\\\",\\\"鏼鐌鏶鐑鐆闞闠闟霮霯鞹鞻韽韾顠顢顣顟飁飂饐饎饙饌饋饓騲騴騱騬騪騶騩騮騸騭髇髊髆鬐鬒鬑鰋鰈鯷鰅鰒鯸鱀鰇鰎鰆鰗鰔鰉鶟鶙鶤鶝鶒鶘鶐鶛\\\"],\\n[\\\"f5a1\\\",\\\"鶠鶔鶜鶪鶗鶡鶚鶢鶨鶞鶣鶿鶩鶖鶦鶧麙麛麚黥黤黧黦鼰鼮齛齠齞齝齙龑儺儹劘劗囃嚽嚾孈孇巋巏廱懽攛欂櫼欃櫸欀灃灄灊灈灉灅灆爝爚爙獾甗癪矐礭礱礯籔籓糲纊纇纈纋纆纍罍羻耰臝蘘蘪蘦蘟蘣蘜蘙蘧蘮蘡蘠蘩蘞蘥\\\"],\\n[\\\"f640\\\",\\\"蠩蠝蠛蠠蠤蠜蠫衊襭襩襮襫觺譹譸譅譺譻贐贔趯躎躌轞轛轝酆酄酅醹鐿鐻鐶鐩鐽鐼鐰鐹鐪鐷鐬鑀鐱闥闤闣霵霺鞿韡顤飉飆飀饘饖騹騽驆驄驂驁騺\\\"],\\n[\\\"f6a1\\\",\\\"騿髍鬕鬗鬘鬖鬺魒鰫鰝鰜鰬鰣鰨鰩鰤鰡鶷鶶鶼鷁鷇鷊鷏鶾鷅鷃鶻鶵鷎鶹鶺鶬鷈鶱鶭鷌鶳鷍鶲鹺麜黫黮黭鼛鼘鼚鼱齎齥齤龒亹囆囅囋奱孋孌巕巑廲攡攠攦攢欋欈欉氍灕灖灗灒爞爟犩獿瓘瓕瓙瓗癭皭礵禴穰穱籗籜籙籛籚\\\"],\\n[\\\"f740\\\",\\\"糴糱纑罏羇臞艫蘴蘵蘳蘬蘲蘶蠬蠨蠦蠪蠥襱覿覾觻譾讄讂讆讅譿贕躕躔躚躒躐躖躗轠轢酇鑌鑐鑊鑋鑏鑇鑅鑈鑉鑆霿韣顪顩飋饔饛驎驓驔驌驏驈驊\\\"],\\n[\\\"f7a1\\\",\\\"驉驒驐髐鬙鬫鬻魖魕鱆鱈鰿鱄鰹鰳鱁鰼鰷鰴鰲鰽鰶鷛鷒鷞鷚鷋鷐鷜鷑鷟鷩鷙鷘鷖鷵鷕鷝麶黰鼵鼳鼲齂齫龕龢儽劙壨壧奲孍巘蠯彏戁戃戄攩攥斖曫欑欒欏毊灛灚爢玂玁玃癰矔籧籦纕艬蘺虀蘹蘼蘱蘻蘾蠰蠲蠮蠳襶襴襳觾\\\"],\\n[\\\"f840\\\",\\\"讌讎讋讈豅贙躘轤轣醼鑢鑕鑝鑗鑞韄韅頀驖驙鬞鬟鬠鱒鱘鱐鱊鱍鱋鱕鱙鱌鱎鷻鷷鷯鷣鷫鷸鷤鷶鷡鷮鷦鷲鷰鷢鷬鷴鷳鷨鷭黂黐黲黳鼆鼜鼸鼷鼶齃齏\\\"],\\n[\\\"f8a1\\\",\\\"齱齰齮齯囓囍孎屭攭曭曮欓灟灡灝灠爣瓛瓥矕礸禷禶籪纗羉艭虃蠸蠷蠵衋讔讕躞躟躠躝醾醽釂鑫鑨鑩雥靆靃靇韇韥驞髕魙鱣鱧鱦鱢鱞鱠鸂鷾鸇鸃鸆鸅鸀鸁鸉鷿鷽鸄麠鼞齆齴齵齶囔攮斸欘欙欗欚灢爦犪矘矙礹籩籫糶纚\\\"],\\n[\\\"f940\\\",\\\"纘纛纙臠臡虆虇虈襹襺襼襻觿讘讙躥躤躣鑮鑭鑯鑱鑳靉顲饟鱨鱮鱭鸋鸍鸐鸏鸒鸑麡黵鼉齇齸齻齺齹圞灦籯蠼趲躦釃鑴鑸鑶鑵驠鱴鱳鱱鱵鸔鸓黶鼊\\\"],\\n[\\\"f9a1\\\",\\\"龤灨灥糷虪蠾蠽蠿讞貜躩軉靋顳顴飌饡馫驤驦驧鬤鸕鸗齈戇欞爧虌躨钂钀钁驩驨鬮鸙爩虋讟钃鱹麷癵驫鱺鸝灩灪麤齾齉龘碁銹裏墻恒粧嫺╔╦╗╠╬╣╚╩╝╒╤╕╞╪╡╘╧╛╓╥╖╟╫╢╙╨╜║═╭╮╰╯▓\\\"]\\n]\\n\"\n    },\n    {\n      \"id\": 171,\n      \"identifier\": \"multi /Users/jarred/Code/styleurl/webpack/customPublicPath /Users/jarred/Code/styleurl/chrome/extension/popup\",\n      \"name\": \"multi ./webpack/customPublicPath ./chrome/extension/popup\",\n      \"index\": 0,\n      \"index2\": 27,\n      \"size\": 40,\n      \"built\": true,\n      \"optional\": false,\n      \"prefetched\": false,\n      \"chunks\": [\n        0\n      ],\n      \"issuer\": null,\n      \"issuerId\": null,\n      \"issuerName\": null,\n      \"issuerPath\": null,\n      \"profile\": {\n        \"factory\": 0,\n        \"building\": 3\n      },\n      \"failed\": false,\n      \"errors\": 0,\n      \"warnings\": 0,\n      \"assets\": [],\n      \"reasons\": [\n        {\n          \"moduleId\": null,\n          \"moduleIdentifier\": null,\n          \"module\": null,\n          \"moduleName\": null,\n          \"type\": \"multi entry\"\n        }\n      ],\n      \"usedExports\": true,\n      \"providedExports\": null,\n      \"optimizationBailout\": [\n        \"ModuleConcatenation bailout: Module is not an ECMAScript module\"\n      ],\n      \"depth\": 0\n    },\n    {\n      \"id\": 172,\n      \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/popup.js\",\n      \"name\": \"./chrome/extension/popup.js\",\n      \"index\": 2,\n      \"index2\": 26,\n      \"size\": 430,\n      \"cacheable\": true,\n      \"built\": true,\n      \"optional\": false,\n      \"prefetched\": false,\n      \"chunks\": [\n        0\n      ],\n      \"issuer\": \"multi /Users/jarred/Code/styleurl/webpack/customPublicPath /Users/jarred/Code/styleurl/chrome/extension/popup\",\n      \"issuerId\": 171,\n      \"issuerName\": \"multi ./webpack/customPublicPath ./chrome/extension/popup\",\n      \"issuerPath\": [\n        {\n          \"id\": 171,\n          \"identifier\": \"multi /Users/jarred/Code/styleurl/webpack/customPublicPath /Users/jarred/Code/styleurl/chrome/extension/popup\",\n          \"name\": \"multi ./webpack/customPublicPath ./chrome/extension/popup\",\n          \"profile\": {\n            \"factory\": 0,\n            \"building\": 3\n          }\n        }\n      ],\n      \"profile\": {\n        \"factory\": 58,\n        \"building\": 445\n      },\n      \"failed\": false,\n      \"errors\": 0,\n      \"warnings\": 0,\n      \"assets\": [],\n      \"reasons\": [\n        {\n          \"moduleId\": 171,\n          \"moduleIdentifier\": \"multi /Users/jarred/Code/styleurl/webpack/customPublicPath /Users/jarred/Code/styleurl/chrome/extension/popup\",\n          \"module\": \"multi ./webpack/customPublicPath ./chrome/extension/popup\",\n          \"moduleName\": \"multi ./webpack/customPublicPath ./chrome/extension/popup\",\n          \"type\": \"single entry\",\n          \"userRequest\": \"/Users/jarred/Code/styleurl/chrome/extension/popup\",\n          \"loc\": \"+1\"\n        }\n      ],\n      \"usedExports\": true,\n      \"providedExports\": null,\n      \"optimizationBailout\": [\n        \"ModuleConcatenation bailout: Module is not an ECMAScript module\"\n      ],\n      \"depth\": 1,\n      \"source\": \"\\\"use strict\\\";\\n\\nvar _react = _interopRequireDefault(require(\\\"react\\\"));\\n\\nvar _reactDom = _interopRequireDefault(require(\\\"react-dom\\\"));\\n\\nvar _Popup = _interopRequireDefault(require(\\\"./popup/Popup\\\"));\\n\\nrequire(\\\"./popup.css\\\");\\n\\nfunction _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }\\n\\n_reactDom.default.render(_react.default.createElement(_Popup.default, null), document.querySelector(\\\"#root\\\"));\"\n    },\n    {\n      \"id\": 173,\n      \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/popup/Popup.js\",\n      \"name\": \"./chrome/extension/popup/Popup.js\",\n      \"index\": 20,\n      \"index2\": 22,\n      \"size\": 9400,\n      \"cacheable\": true,\n      \"built\": true,\n      \"optional\": false,\n      \"prefetched\": false,\n      \"chunks\": [\n        0\n      ],\n      \"issuer\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/popup.js\",\n      \"issuerId\": 172,\n      \"issuerName\": \"./chrome/extension/popup.js\",\n      \"issuerPath\": [\n        {\n          \"id\": 171,\n          \"identifier\": \"multi /Users/jarred/Code/styleurl/webpack/customPublicPath /Users/jarred/Code/styleurl/chrome/extension/popup\",\n          \"name\": \"multi ./webpack/customPublicPath ./chrome/extension/popup\",\n          \"profile\": {\n            \"factory\": 0,\n            \"building\": 3\n          }\n        },\n        {\n          \"id\": 172,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/popup.js\",\n          \"name\": \"./chrome/extension/popup.js\",\n          \"profile\": {\n            \"factory\": 58,\n            \"building\": 445\n          }\n        }\n      ],\n      \"profile\": {\n        \"factory\": 340,\n        \"building\": 762,\n        \"dependencies\": 60\n      },\n      \"failed\": false,\n      \"errors\": 0,\n      \"warnings\": 0,\n      \"assets\": [],\n      \"reasons\": [\n        {\n          \"moduleId\": 172,\n          \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/popup.js\",\n          \"module\": \"./chrome/extension/popup.js\",\n          \"moduleName\": \"./chrome/extension/popup.js\",\n          \"type\": \"cjs require\",\n          \"userRequest\": \"./popup/Popup\",\n          \"loc\": \"7:36-60\"\n        }\n      ],\n      \"usedExports\": true,\n      \"providedExports\": null,\n      \"optimizationBailout\": [\n        \"ModuleConcatenation bailout: Module is not an ECMAScript module\"\n      ],\n      \"depth\": 2,\n      \"source\": \"\\\"use strict\\\";\\n\\nObject.defineProperty(exports, \\\"__esModule\\\", {\\n  value: true\\n});\\nexports.default = void 0;\\n\\nvar _react = _interopRequireDefault(require(\\\"react\\\"));\\n\\nvar _Gist = require(\\\"./Gist\\\");\\n\\nvar _messages = require(\\\"./messages\\\");\\n\\nfunction _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }\\n\\nfunction _defineProperty(obj, key, value) { if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; }\\n\\nconst buildEditURL = gistId => {\\n  return `${__API_HOST__}/api/gists/edit/${gistId}`;\\n};\\n\\nconst buildViewURL = gistId => {\\n  return `https://gist.github.com/${gistId}`;\\n};\\n\\nconst EXAMPLE_STYLEFILE = {\\n  version: 1,\\n  name: \\\"Jarred's github.com changes\\\",\\n  domains: [\\\"github.com\\\"],\\n  url_patterns: [\\\"github.com/*\\\"],\\n  timestamp: \\\"2018-07-15T03:24:29Z\\\",\\n  id: \\\"vHxq\\\",\\n  redirect_url: \\\"https://github.com/Jarred-Sumner/styleurl-extension\\\",\\n  shared_via: \\\"StyleURL – import and export CSS changes from Chrome Inspector to a Gist\\\\nyou can share (like this one!)\\\"\\n};\\n\\nclass PopupRoot extends _react.default.Component {\\n  constructor(props) {\\n    super(props);\\n\\n    _defineProperty(this, \\\"handleChange\\\", () => {\\n      console.log(\\\"change\\\");\\n    });\\n\\n    this.state = {\\n      width: _messages.INITIAL_WIDTH\\n    };\\n    window.addEventListener(\\\"message\\\", event => {\\n      console.log(\\\"MSG\\\", event.data);\\n\\n      if (event.data && event.data.name === _messages.MESSAGE_TYPES.size_change && event.data.size) {\\n        console.log(event.data.size);\\n      }\\n    }, false);\\n  }\\n\\n  render() {\\n    const {\\n      stylefile,\\n      gistId\\n    } = this.props;\\n    return _react.default.createElement(\\\"div\\\", {\\n      className: \\\"Popup\\\"\\n    }, _react.default.createElement(\\\"div\\\", {\\n      className: \\\"Header\\\"\\n    }, _react.default.createElement(\\\"div\\\", {\\n      className: \\\"Header--left\\\"\\n    }, _react.default.createElement(\\\"svg\\\", {\\n      className: \\\"Header-logo\\\",\\n      width: \\\"18px\\\",\\n      height: \\\"18px\\\",\\n      viewBox: \\\"0 0 130 130\\\",\\n      version: \\\"1.1\\\",\\n      xmlns: \\\"http://www.w3.org/2000/svg\\\"\\n    }, _react.default.createElement(\\\"g\\\", {\\n      stroke: \\\"none\\\",\\n      strokeWidth: \\\"1\\\",\\n      fill: \\\"none\\\",\\n      fillRule: \\\"evenodd\\\"\\n    }, _react.default.createElement(\\\"g\\\", {\\n      transform: \\\"translate(-67.000000, -397.000000)\\\",\\n      stroke: \\\"#29F6BC\\\"\\n    }, _react.default.createElement(\\\"g\\\", {\\n      transform: \\\"translate(68.000000, 398.000000)\\\"\\n    }, _react.default.createElement(\\\"g\\\", null, _react.default.createElement(\\\"circle\\\", {\\n      strokeWidth: \\\"2\\\",\\n      fill: \\\"#333333\\\",\\n      cx: \\\"64\\\",\\n      cy: \\\"64\\\",\\n      r: \\\"64\\\"\\n    }), _react.default.createElement(\\\"path\\\", {\\n      d: \\\"M39.3846154,73.5096154 L47.8942308,73.5096154 C48.2788481,75.9134736 48.8317272,78.2211428 49.5528846,80.4326923 C50.2740421,82.6442418 51.2115327,84.5672995 52.3653846,86.2019231 C53.5192365,87.8365466 54.9374916,89.1586488 56.6201923,90.1682692 C58.302893,91.1778897 60.2980654,91.6826923 62.6057692,91.6826923 C66.7404053,91.6826923 69.5528772,90.7211635 71.0432692,88.7980769 C72.5336613,86.8749904 73.2788462,84.663474 73.2788462,82.1634615 C73.2788462,80.1442207 72.9423111,78.4134687 72.2692308,76.9711538 C71.5961505,75.5288389 70.6346216,74.2548132 69.3846154,73.1490385 C68.1346091,72.0432637 66.6682776,71.0336584 64.9855769,70.1201923 C63.3028762,69.2067262 61.4519332,68.1730827 59.4326923,67.0192308 C53.9518957,64.2307553 49.4567483,61.153863 45.9471154,57.7884615 C42.4374825,54.4230601 40.6826923,50.2404096 40.6826923,45.2403846 C40.6826923,42.6442178 41.2355714,40.1202046 42.3413462,37.6682692 C43.4471209,35.2163339 45.0576817,33.0288558 47.1730769,31.1057692 C49.2884721,29.1826827 51.8846,27.6201983 54.9615385,26.4182692 C58.0384769,25.2163401 61.4999808,24.6153846 65.3461538,24.6153846 C68.4230923,24.6153846 71.4759464,24.9999962 74.5048077,25.7692308 C77.533669,26.5384654 80.8269053,27.8846058 84.3846154,29.8076923 L85.3942308,47.4038462 L77.3173077,47.4038462 C76.5480731,41.8268952 75.0577034,37.9327034 72.8461538,35.7211538 C70.6346043,33.5096043 67.7019413,32.4038462 64.0480769,32.4038462 C61.2596014,32.4038462 58.8557793,33.149031 56.8365385,34.6394231 C54.8172976,36.1298151 53.8076923,38.2692168 53.8076923,41.0576923 C53.8076923,43.0769332 54.2884567,44.8076851 55.25,46.25 C56.2115433,47.6923149 57.485569,49.0144171 59.0721154,50.2163462 C60.6586618,51.4182752 62.4615284,52.5480716 64.4807692,53.6057692 C66.5000101,54.6634668 68.6153736,55.7211486 70.8269231,56.7788462 C72.9423183,57.7403894 75.0576817,58.7499947 77.1730769,59.8076923 C79.2884721,60.8653899 81.1874916,62.1634538 82.8701923,63.7019231 C84.552893,65.2403923 85.9230716,67.0913353 86.9807692,69.2548077 C88.0384668,71.41828 88.5673077,74.0865226 88.5673077,77.2596154 C88.5673077,79.9519365 88.0384668,82.6201791 86.9807692,85.2644231 C85.9230716,87.9086671 84.2884726,90.2644127 82.0769231,92.3317308 C79.8653736,94.3990488 77.0769399,96.0576861 73.7115385,97.3076923 C70.346137,98.5576986 66.3077159,99.1826923 61.5961538,99.1826923 C58.1345981,99.1826923 54.6730942,98.7019279 51.2115385,97.7403846 C47.7499827,96.7788413 44.5288611,95.3365481 41.5480769,93.4134615 L39.3846154,73.5096154 Z\\\",\\n      id: \\\"logo\\\",\\n      fill: \\\"#29F6BC\\\"\\n    })))))), _react.default.createElement(\\\"h3\\\", {\\n      className: \\\"Header-title\\\"\\n    }, _react.default.createElement(\\\"a\\\", {\\n      target: \\\"_blank\\\",\\n      href: buildViewURL(gistId)\\n    }, stylefile.name))), _react.default.createElement(\\\"div\\\", {\\n      className: \\\"Header--right\\\"\\n    }, _react.default.createElement(\\\"svg\\\", {\\n      className: \\\"Header-closeButton CloseButton\\\",\\n      width: 18,\\n      height: 18,\\n      viewBox: \\\"0 0 100 100\\\"\\n    }, _react.default.createElement(\\\"path\\\", {\\n      d: \\\"M50 5.1c-24.9 0-45 20.1-45 45s20.1 45 45 45 45-20.1 45-45-20.1-45-45-45zM68.8 61c1.7 1.7 1.7 4.4 0 6.1L67 68.9c-1.7 1.7-4.4 1.7-6.1 0L50 58.1 39.1 68.9c-1.7 1.7-4.4 1.7-6.1 0L31.1 67c-1.7-1.7-1.7-4.4 0-6.1L42 50.1 31.2 39.2c-1.7-1.7-1.7-4.4 0-6.1l1.9-1.9c1.7-1.7 4.4-1.7 6.1 0L50 42.1l10.9-10.9c1.7-1.7 4.4-1.7 6.1 0l1.9 1.9c1.7 1.7 1.7 4.4 0 6.1L58 50.1 68.8 61z\\\"\\n    })))), _react.default.createElement(\\\"div\\\", {\\n      className: \\\"EditorToolbar\\\"\\n    }, _react.default.createElement(\\\"div\\\", {\\n      className: \\\"ToggleButtonGroup\\\"\\n    }, _react.default.createElement(\\\"div\\\", {\\n      className: \\\"ToggleButton\\\"\\n    }, _react.default.createElement(\\\"div\\\", {\\n      className: \\\"ToggleButton-icon\\\"\\n    }, _react.default.createElement(\\\"svg\\\", {\\n      width: 14,\\n      height: 14,\\n      fill: \\\"#FFF\\\",\\n      viewBox: \\\"0 0 96 96\\\"\\n    }, _react.default.createElement(\\\"path\\\", {\\n      d: \\\"M25.824 92.764l4.41-.1 1.602-3.93.836.33 1.691-4.279c2.672-6.766 12.961-10.883 12.961-10.883s.678.293.744.121c.061-.15.275-.789.275-.789 2.684-7.598 20.734-58.678 21.605-61.359.939-2.902-1.346-3.328-1.346-3.328l-2.281-.9-.336-.131-3.75-1.482-3.75-1.48-.335-.134-2.283-.9s-1.959-1.252-3.256 1.51C51.414 7.583 29.697 57.221 26.47 64.596c0 .004-.199.414-.34.766-.066.172.627.418.627.418s4.703 10.039 2.029 16.805L27.1 86.863l.516.205-1.756 4.443-.036 1.253z\\\"\\n    }))), _react.default.createElement(\\\"div\\\", {\\n      className: \\\"ToggleButton-text\\\"\\n    }, \\\"Highlight diff\\\"))), _react.default.createElement(\\\"div\\\", {\\n      className: \\\"ToggleButtonGroup\\\"\\n    }, _react.default.createElement(\\\"div\\\", {\\n      className: \\\"ToggleButton\\\"\\n    }, _react.default.createElement(\\\"div\\\", {\\n      className: \\\"ToggleButton-icon\\\"\\n    }, _react.default.createElement(\\\"svg\\\", {\\n      width: 14,\\n      height: 14,\\n      fill: \\\"#FFF\\\",\\n      viewBox: \\\"0 0 32 32\\\"\\n    }, _react.default.createElement(\\\"path\\\", {\\n      d: \\\"M6 25h8v2H6zm10-12H6v2h10zm4 6v-4l-6 6 6 6v-4h10v-4zm-9-2H6v2h5zm-5 6h5v-2H6zm18 2h2v4a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V7a2 2 0 0 1 2-2h6a4 4 0 0 1 8 0h6a2 2 0 0 1 2 2v10h-2v-6H4v18h20zM6 9h16a2 2 0 0 0-2-2h-2a2 2 0 0 1-2-2 2 2 0 0 0-4 0 2 2 0 0 1-2 2H8a2 2 0 0 0-2 2z\\\"\\n    }))), _react.default.createElement(\\\"div\\\", {\\n      className: \\\"ToggleButton-text\\\"\\n    }, \\\"Copy\\\")), _react.default.createElement(\\\"div\\\", {\\n      className: \\\"ToggleButton\\\"\\n    }, _react.default.createElement(\\\"div\\\", {\\n      className: \\\"ToggleButton-icon\\\"\\n    }, _react.default.createElement(\\\"svg\\\", {\\n      height: \\\"14\\\",\\n      width: \\\"14\\\",\\n      xmlns: \\\"http://www.w3.org/2000/svg\\\",\\n      viewBox: \\\"0 0 100 100\\\"\\n    }, _react.default.createElement(\\\"g\\\", null, _react.default.createElement(\\\"path\\\", {\\n      fill: \\\"#FFF\\\",\\n      d: \\\"M32.7,46.7c-1.8,1.8-1.8,4.8,0,6.6l14.2,14.1c0.9,0.9,2.1,1.4,3.3,1.4c1.2,0,2.4-0.5,3.3-1.4l13.9-14.1   c1.8-1.8,1.8-4.8,0-6.6c-1.8-1.8-4.8-1.8-6.6,0l-6.1,6.2v-5.3V14.8c0-1.3-1-2.3-2.3-2.3h-4.7c-1.3,0-2.3,1-2.3,2.3v32.8v4.6   l-0.6-0.1l-5.5-5.4C37.5,44.9,34.5,44.9,32.7,46.7z\\\"\\n    }), _react.default.createElement(\\\"path\\\", {\\n      fill: \\\"#FFF\\\",\\n      d: \\\"M82.9,21.9H68.8c-2.6,0-4.6,2.1-4.6,4.6v0.1c0,2.6,2.1,4.6,4.6,4.6h7.1c1.3,0,2.3,1,2.3,2.3v42.2   c0,1.3-1,2.3-2.3,2.3H50H24.3c-1.3,0-2.3-1-2.3-2.3V33.6c0-1.3,1-2.3,2.3-2.3h7.1c2.6,0,4.6-2.1,4.6-4.6v-0.1   c0-2.6-2.1-4.6-4.6-4.6H17.2c-2.6,0-4.7,2.1-4.7,4.7v56.3c0,2.6,2.1,4.7,4.7,4.7H50h32.8c2.6,0,4.7-2.1,4.7-4.7V26.6   C87.6,24,85.5,21.9,82.9,21.9z\\\"\\n    })))), _react.default.createElement(\\\"div\\\", {\\n      className: \\\"ToggleButton-text\\\"\\n    }, \\\"Download\\\")))));\\n  }\\n\\n}\\n\\n_defineProperty(PopupRoot, \\\"defaultProps\\\", {\\n  stylefile: EXAMPLE_STYLEFILE,\\n  gistId: \\\"4197f93e0fc62d7cf235d41eef5a7fa3\\\"\\n});\\n\\nvar _default = PopupRoot;\\nexports.default = _default;\"\n    },\n    {\n      \"id\": 174,\n      \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/popup/Gist.js\",\n      \"name\": \"./chrome/extension/popup/Gist.js\",\n      \"index\": 21,\n      \"index2\": 20,\n      \"size\": 2709,\n      \"cacheable\": true,\n      \"built\": true,\n      \"optional\": false,\n      \"prefetched\": false,\n      \"chunks\": [\n        0\n      ],\n      \"issuer\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/popup/Popup.js\",\n      \"issuerId\": 173,\n      \"issuerName\": \"./chrome/extension/popup/Popup.js\",\n      \"issuerPath\": [\n        {\n          \"id\": 171,\n          \"identifier\": \"multi /Users/jarred/Code/styleurl/webpack/customPublicPath /Users/jarred/Code/styleurl/chrome/extension/popup\",\n          \"name\": \"multi ./webpack/customPublicPath ./chrome/extension/popup\",\n          \"profile\": {\n            \"factory\": 0,\n            \"building\": 3\n          }\n        },\n        {\n          \"id\": 172,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/popup.js\",\n          \"name\": \"./chrome/extension/popup.js\",\n          \"profile\": {\n            \"factory\": 58,\n            \"building\": 445\n          }\n        },\n        {\n          \"id\": 173,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/popup/Popup.js\",\n          \"name\": \"./chrome/extension/popup/Popup.js\",\n          \"profile\": {\n            \"factory\": 340,\n            \"building\": 762,\n            \"dependencies\": 60\n          }\n        }\n      ],\n      \"profile\": {\n        \"factory\": 89,\n        \"building\": 243,\n        \"dependencies\": 0\n      },\n      \"failed\": false,\n      \"errors\": 0,\n      \"warnings\": 0,\n      \"assets\": [],\n      \"reasons\": [\n        {\n          \"moduleId\": 173,\n          \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/popup/Popup.js\",\n          \"module\": \"./chrome/extension/popup/Popup.js\",\n          \"moduleName\": \"./chrome/extension/popup/Popup.js\",\n          \"type\": \"cjs require\",\n          \"userRequest\": \"./Gist\",\n          \"loc\": \"10:12-29\"\n        }\n      ],\n      \"usedExports\": true,\n      \"providedExports\": null,\n      \"optimizationBailout\": [\n        \"ModuleConcatenation bailout: Module is not an ECMAScript module\"\n      ],\n      \"depth\": 3,\n      \"source\": \"\\\"use strict\\\";\\n\\nObject.defineProperty(exports, \\\"__esModule\\\", {\\n  value: true\\n});\\nexports.default = exports.Gist = void 0;\\n\\nvar _react = _interopRequireDefault(require(\\\"react\\\"));\\n\\nrequire(\\\"./gist.css\\\");\\n\\nfunction _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }\\n\\nfunction _defineProperty(obj, key, value) { if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; }\\n\\nconst gistURL = ({\\n  file,\\n  id\\n}) => {\\n  const fileArg = file ? `?file=${file}` : \\\"\\\";\\n  return `https://gist.github.com/${id}.js${fileArg}`;\\n};\\n\\nclass Gist extends _react.default.Component {\\n  constructor(...args) {\\n    super(...args);\\n\\n    _defineProperty(this, \\\"state\\\", {\\n      url: null\\n    });\\n\\n    _defineProperty(this, \\\"_updateIframeContent\\\", () => {\\n      const {\\n        id,\\n        file,\\n        height\\n      } = this.props;\\n      const iframe = this.iframeNode;\\n      let doc = iframe.document;\\n      if (iframe.contentDocument) doc = iframe.contentDocument;else if (iframe.contentWindow) doc = iframe.contentWindow.document;\\n      const gistLink = this.state.url;\\n      const gistScript = `<script type=\\\"text/javascript\\\" src=\\\"${gistLink}\\\"></script>`;\\n      const stylesheetHref = document.querySelector(\\\"#root_stylesheet\\\").href;\\n      const styles = `<link rel=\\\"stylesheet\\\" href=\\\"${stylesheetHref}\\\" />`;\\n      const elementId = file ? `gist-${id}-${file}` : `gist-${id}`;\\n      const resizeScript = `onload=\\\"parent.document.getElementById('${elementId}').style.height=document.body.scrollHeight + 'px'\\\"`;\\n      const iframeHtml = `<html id=\\\"gist_root\\\"><head><base target=\\\"_blank\\\">${styles}</head><body ${resizeScript}>${gistScript}</body></html>`;\\n      doc.open();\\n      doc.writeln(iframeHtml);\\n      doc.close();\\n    });\\n  }\\n\\n  static getDerivedStateFromProps(props, state) {\\n    const {\\n      id,\\n      file\\n    } = props;\\n    const url = gistURL({\\n      id,\\n      file\\n    });\\n\\n    if (url !== state.url) {\\n      return {\\n        url\\n      };\\n    } else {\\n      return {};\\n    }\\n  }\\n\\n  componentDidUpdate(_prevProps, prevState) {\\n    if (this.state.url !== prevState.url) {\\n      this._updateIframeContent();\\n    }\\n  }\\n\\n  componentDidMount() {\\n    this._updateIframeContent();\\n  }\\n\\n  render() {\\n    const {\\n      id,\\n      file,\\n      height,\\n      width\\n    } = this.props;\\n    return _react.default.createElement(\\\"iframe\\\", {\\n      ref: n => {\\n        this.iframeNode = n;\\n      },\\n      width: \\\"600\\\",\\n      height: 400,\\n      frameBorder: 0,\\n      id: file ? `gist-${id}-${file}` : `gist-${id}`\\n    });\\n  }\\n\\n}\\n\\nexports.Gist = Gist;\\nvar _default = Gist;\\nexports.default = _default;\"\n    },\n    {\n      \"id\": 175,\n      \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/mini-css-extract-plugin/dist/loader.js!/Users/jarred/Code/styleurl/node_modules/css-loader/index.js??ref--6-1!/Users/jarred/Code/styleurl/node_modules/postcss-loader/lib/index.js??ref--6-2!/Users/jarred/Code/styleurl/chrome/extension/popup/gist.css\",\n      \"name\": \"./chrome/extension/popup/gist.css\",\n      \"index\": 22,\n      \"index2\": 19,\n      \"size\": 39,\n      \"cacheable\": true,\n      \"built\": true,\n      \"optional\": false,\n      \"prefetched\": false,\n      \"chunks\": [\n        0\n      ],\n      \"issuer\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/popup/Gist.js\",\n      \"issuerId\": 174,\n      \"issuerName\": \"./chrome/extension/popup/Gist.js\",\n      \"issuerPath\": [\n        {\n          \"id\": 171,\n          \"identifier\": \"multi /Users/jarred/Code/styleurl/webpack/customPublicPath /Users/jarred/Code/styleurl/chrome/extension/popup\",\n          \"name\": \"multi ./webpack/customPublicPath ./chrome/extension/popup\",\n          \"profile\": {\n            \"factory\": 0,\n            \"building\": 3\n          }\n        },\n        {\n          \"id\": 172,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/popup.js\",\n          \"name\": \"./chrome/extension/popup.js\",\n          \"profile\": {\n            \"factory\": 58,\n            \"building\": 445\n          }\n        },\n        {\n          \"id\": 173,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/popup/Popup.js\",\n          \"name\": \"./chrome/extension/popup/Popup.js\",\n          \"profile\": {\n            \"factory\": 340,\n            \"building\": 762,\n            \"dependencies\": 60\n          }\n        },\n        {\n          \"id\": 174,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/popup/Gist.js\",\n          \"name\": \"./chrome/extension/popup/Gist.js\",\n          \"profile\": {\n            \"factory\": 89,\n            \"building\": 243,\n            \"dependencies\": 0\n          }\n        }\n      ],\n      \"profile\": {\n        \"factory\": 43,\n        \"building\": 89\n      },\n      \"failed\": false,\n      \"errors\": 0,\n      \"warnings\": 0,\n      \"assets\": [],\n      \"reasons\": [\n        {\n          \"moduleId\": 174,\n          \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/popup/Gist.js\",\n          \"module\": \"./chrome/extension/popup/Gist.js\",\n          \"moduleName\": \"./chrome/extension/popup/Gist.js\",\n          \"type\": \"cjs require\",\n          \"userRequest\": \"./gist.css\",\n          \"loc\": \"10:0-21\"\n        }\n      ],\n      \"usedExports\": true,\n      \"providedExports\": null,\n      \"optimizationBailout\": [\n        \"ModuleConcatenation bailout: Module is not an ECMAScript module\"\n      ],\n      \"depth\": 4,\n      \"source\": \"// extracted by mini-css-extract-plugin\"\n    },\n    {\n      \"id\": 176,\n      \"identifier\": \"css /Users/jarred/Code/styleurl/node_modules/css-loader/index.js??ref--6-1!/Users/jarred/Code/styleurl/node_modules/postcss-loader/lib/index.js??ref--6-2!/Users/jarred/Code/styleurl/chrome/extension/popup/gist.css 0\",\n      \"name\": \"css ./node_modules/css-loader??ref--6-1!./node_modules/postcss-loader/lib??ref--6-2!./chrome/extension/popup/gist.css\",\n      \"index\": 23,\n      \"index2\": 18,\n      \"size\": 1386,\n      \"built\": false,\n      \"optional\": false,\n      \"prefetched\": false,\n      \"chunks\": [\n        0\n      ],\n      \"issuer\": \"/Users/jarred/Code/styleurl/node_modules/mini-css-extract-plugin/dist/loader.js!/Users/jarred/Code/styleurl/node_modules/css-loader/index.js??ref--6-1!/Users/jarred/Code/styleurl/node_modules/postcss-loader/lib/index.js??ref--6-2!/Users/jarred/Code/styleurl/chrome/extension/popup/gist.css\",\n      \"issuerId\": 175,\n      \"issuerName\": \"./chrome/extension/popup/gist.css\",\n      \"issuerPath\": [\n        {\n          \"id\": 171,\n          \"identifier\": \"multi /Users/jarred/Code/styleurl/webpack/customPublicPath /Users/jarred/Code/styleurl/chrome/extension/popup\",\n          \"name\": \"multi ./webpack/customPublicPath ./chrome/extension/popup\",\n          \"profile\": {\n            \"factory\": 0,\n            \"building\": 3\n          }\n        },\n        {\n          \"id\": 172,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/popup.js\",\n          \"name\": \"./chrome/extension/popup.js\",\n          \"profile\": {\n            \"factory\": 58,\n            \"building\": 445\n          }\n        },\n        {\n          \"id\": 173,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/popup/Popup.js\",\n          \"name\": \"./chrome/extension/popup/Popup.js\",\n          \"profile\": {\n            \"factory\": 340,\n            \"building\": 762,\n            \"dependencies\": 60\n          }\n        },\n        {\n          \"id\": 174,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/popup/Gist.js\",\n          \"name\": \"./chrome/extension/popup/Gist.js\",\n          \"profile\": {\n            \"factory\": 89,\n            \"building\": 243,\n            \"dependencies\": 0\n          }\n        },\n        {\n          \"id\": 175,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/mini-css-extract-plugin/dist/loader.js!/Users/jarred/Code/styleurl/node_modules/css-loader/index.js??ref--6-1!/Users/jarred/Code/styleurl/node_modules/postcss-loader/lib/index.js??ref--6-2!/Users/jarred/Code/styleurl/chrome/extension/popup/gist.css\",\n          \"name\": \"./chrome/extension/popup/gist.css\",\n          \"profile\": {\n            \"factory\": 43,\n            \"building\": 89\n          }\n        }\n      ],\n      \"profile\": {\n        \"factory\": 0,\n        \"building\": 0\n      },\n      \"failed\": false,\n      \"errors\": 0,\n      \"warnings\": 0,\n      \"assets\": [],\n      \"reasons\": [\n        {\n          \"moduleId\": 175,\n          \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/mini-css-extract-plugin/dist/loader.js!/Users/jarred/Code/styleurl/node_modules/css-loader/index.js??ref--6-1!/Users/jarred/Code/styleurl/node_modules/postcss-loader/lib/index.js??ref--6-2!/Users/jarred/Code/styleurl/chrome/extension/popup/gist.css\",\n          \"module\": \"./chrome/extension/popup/gist.css\",\n          \"moduleName\": \"./chrome/extension/popup/gist.css\"\n        }\n      ],\n      \"usedExports\": true,\n      \"providedExports\": null,\n      \"optimizationBailout\": [\n        \"ModuleConcatenation bailout: Module is not an ECMAScript module\"\n      ],\n      \"depth\": 5\n    },\n    {\n      \"id\": 177,\n      \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/mini-css-extract-plugin/dist/loader.js!/Users/jarred/Code/styleurl/node_modules/css-loader/index.js??ref--6-1!/Users/jarred/Code/styleurl/node_modules/postcss-loader/lib/index.js??ref--6-2!/Users/jarred/Code/styleurl/chrome/extension/popup.css\",\n      \"name\": \"./chrome/extension/popup.css\",\n      \"index\": 25,\n      \"index2\": 25,\n      \"size\": 39,\n      \"cacheable\": true,\n      \"built\": true,\n      \"optional\": false,\n      \"prefetched\": false,\n      \"chunks\": [\n        0\n      ],\n      \"issuer\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/popup.js\",\n      \"issuerId\": 172,\n      \"issuerName\": \"./chrome/extension/popup.js\",\n      \"issuerPath\": [\n        {\n          \"id\": 171,\n          \"identifier\": \"multi /Users/jarred/Code/styleurl/webpack/customPublicPath /Users/jarred/Code/styleurl/chrome/extension/popup\",\n          \"name\": \"multi ./webpack/customPublicPath ./chrome/extension/popup\",\n          \"profile\": {\n            \"factory\": 0,\n            \"building\": 3\n          }\n        },\n        {\n          \"id\": 172,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/popup.js\",\n          \"name\": \"./chrome/extension/popup.js\",\n          \"profile\": {\n            \"factory\": 58,\n            \"building\": 445\n          }\n        }\n      ],\n      \"profile\": {\n        \"factory\": 340,\n        \"building\": 762,\n        \"dependencies\": 60\n      },\n      \"failed\": false,\n      \"errors\": 0,\n      \"warnings\": 0,\n      \"assets\": [],\n      \"reasons\": [\n        {\n          \"moduleId\": 172,\n          \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/popup.js\",\n          \"module\": \"./chrome/extension/popup.js\",\n          \"moduleName\": \"./chrome/extension/popup.js\",\n          \"type\": \"cjs require\",\n          \"userRequest\": \"./popup.css\",\n          \"loc\": \"9:0-22\"\n        }\n      ],\n      \"usedExports\": true,\n      \"providedExports\": null,\n      \"optimizationBailout\": [\n        \"ModuleConcatenation bailout: Module is not an ECMAScript module\"\n      ],\n      \"depth\": 2,\n      \"source\": \"// extracted by mini-css-extract-plugin\"\n    },\n    {\n      \"id\": 178,\n      \"identifier\": \"css /Users/jarred/Code/styleurl/node_modules/css-loader/index.js??ref--6-1!/Users/jarred/Code/styleurl/node_modules/postcss-loader/lib/index.js??ref--6-2!/Users/jarred/Code/styleurl/chrome/extension/popup/fonts.css 0\",\n      \"name\": \"css ./node_modules/css-loader??ref--6-1!./node_modules/postcss-loader/lib??ref--6-2!./chrome/extension/popup/fonts.css\",\n      \"index\": 26,\n      \"index2\": 23,\n      \"size\": 6622,\n      \"built\": false,\n      \"optional\": false,\n      \"prefetched\": false,\n      \"chunks\": [\n        0\n      ],\n      \"issuer\": \"/Users/jarred/Code/styleurl/node_modules/mini-css-extract-plugin/dist/loader.js!/Users/jarred/Code/styleurl/node_modules/css-loader/index.js??ref--6-1!/Users/jarred/Code/styleurl/node_modules/postcss-loader/lib/index.js??ref--6-2!/Users/jarred/Code/styleurl/chrome/extension/popup.css\",\n      \"issuerId\": 177,\n      \"issuerName\": \"./chrome/extension/popup.css\",\n      \"issuerPath\": [\n        {\n          \"id\": 171,\n          \"identifier\": \"multi /Users/jarred/Code/styleurl/webpack/customPublicPath /Users/jarred/Code/styleurl/chrome/extension/popup\",\n          \"name\": \"multi ./webpack/customPublicPath ./chrome/extension/popup\",\n          \"profile\": {\n            \"factory\": 0,\n            \"building\": 3\n          }\n        },\n        {\n          \"id\": 172,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/popup.js\",\n          \"name\": \"./chrome/extension/popup.js\",\n          \"profile\": {\n            \"factory\": 58,\n            \"building\": 445\n          }\n        },\n        {\n          \"id\": 177,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/mini-css-extract-plugin/dist/loader.js!/Users/jarred/Code/styleurl/node_modules/css-loader/index.js??ref--6-1!/Users/jarred/Code/styleurl/node_modules/postcss-loader/lib/index.js??ref--6-2!/Users/jarred/Code/styleurl/chrome/extension/popup.css\",\n          \"name\": \"./chrome/extension/popup.css\",\n          \"profile\": {\n            \"factory\": 340,\n            \"building\": 762,\n            \"dependencies\": 60\n          }\n        }\n      ],\n      \"profile\": {\n        \"factory\": 0,\n        \"building\": 0\n      },\n      \"failed\": false,\n      \"errors\": 0,\n      \"warnings\": 0,\n      \"assets\": [],\n      \"reasons\": [\n        {\n          \"moduleId\": 177,\n          \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/mini-css-extract-plugin/dist/loader.js!/Users/jarred/Code/styleurl/node_modules/css-loader/index.js??ref--6-1!/Users/jarred/Code/styleurl/node_modules/postcss-loader/lib/index.js??ref--6-2!/Users/jarred/Code/styleurl/chrome/extension/popup.css\",\n          \"module\": \"./chrome/extension/popup.css\",\n          \"moduleName\": \"./chrome/extension/popup.css\"\n        }\n      ],\n      \"usedExports\": true,\n      \"providedExports\": null,\n      \"optimizationBailout\": [\n        \"ModuleConcatenation bailout: Module is not an ECMAScript module\"\n      ],\n      \"depth\": 3\n    },\n    {\n      \"id\": 179,\n      \"identifier\": \"css /Users/jarred/Code/styleurl/node_modules/css-loader/index.js??ref--6-1!/Users/jarred/Code/styleurl/node_modules/postcss-loader/lib/index.js??ref--6-2!/Users/jarred/Code/styleurl/chrome/extension/popup.css 0\",\n      \"name\": \"css ./node_modules/css-loader??ref--6-1!./node_modules/postcss-loader/lib??ref--6-2!./chrome/extension/popup.css\",\n      \"index\": 27,\n      \"index2\": 24,\n      \"size\": 1971,\n      \"built\": false,\n      \"optional\": false,\n      \"prefetched\": false,\n      \"chunks\": [\n        0\n      ],\n      \"issuer\": \"/Users/jarred/Code/styleurl/node_modules/mini-css-extract-plugin/dist/loader.js!/Users/jarred/Code/styleurl/node_modules/css-loader/index.js??ref--6-1!/Users/jarred/Code/styleurl/node_modules/postcss-loader/lib/index.js??ref--6-2!/Users/jarred/Code/styleurl/chrome/extension/popup.css\",\n      \"issuerId\": 177,\n      \"issuerName\": \"./chrome/extension/popup.css\",\n      \"issuerPath\": [\n        {\n          \"id\": 171,\n          \"identifier\": \"multi /Users/jarred/Code/styleurl/webpack/customPublicPath /Users/jarred/Code/styleurl/chrome/extension/popup\",\n          \"name\": \"multi ./webpack/customPublicPath ./chrome/extension/popup\",\n          \"profile\": {\n            \"factory\": 0,\n            \"building\": 3\n          }\n        },\n        {\n          \"id\": 172,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/popup.js\",\n          \"name\": \"./chrome/extension/popup.js\",\n          \"profile\": {\n            \"factory\": 58,\n            \"building\": 445\n          }\n        },\n        {\n          \"id\": 177,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/mini-css-extract-plugin/dist/loader.js!/Users/jarred/Code/styleurl/node_modules/css-loader/index.js??ref--6-1!/Users/jarred/Code/styleurl/node_modules/postcss-loader/lib/index.js??ref--6-2!/Users/jarred/Code/styleurl/chrome/extension/popup.css\",\n          \"name\": \"./chrome/extension/popup.css\",\n          \"profile\": {\n            \"factory\": 340,\n            \"building\": 762,\n            \"dependencies\": 60\n          }\n        }\n      ],\n      \"profile\": {\n        \"factory\": 0,\n        \"building\": 0\n      },\n      \"failed\": false,\n      \"errors\": 0,\n      \"warnings\": 0,\n      \"assets\": [],\n      \"reasons\": [\n        {\n          \"moduleId\": 177,\n          \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/mini-css-extract-plugin/dist/loader.js!/Users/jarred/Code/styleurl/node_modules/css-loader/index.js??ref--6-1!/Users/jarred/Code/styleurl/node_modules/postcss-loader/lib/index.js??ref--6-2!/Users/jarred/Code/styleurl/chrome/extension/popup.css\",\n          \"module\": \"./chrome/extension/popup.css\",\n          \"moduleName\": \"./chrome/extension/popup.css\"\n        }\n      ],\n      \"usedExports\": true,\n      \"providedExports\": null,\n      \"optimizationBailout\": [\n        \"ModuleConcatenation bailout: Module is not an ECMAScript module\"\n      ],\n      \"depth\": 3\n    },\n    {\n      \"id\": 180,\n      \"identifier\": \"multi /Users/jarred/Code/styleurl/webpack/customPublicPath /Users/jarred/Code/styleurl/chrome/extension/inject\",\n      \"name\": \"multi ./webpack/customPublicPath ./chrome/extension/inject\",\n      \"index\": 28,\n      \"index2\": 38,\n      \"size\": 40,\n      \"built\": true,\n      \"optional\": false,\n      \"prefetched\": false,\n      \"chunks\": [\n        1\n      ],\n      \"issuer\": null,\n      \"issuerId\": null,\n      \"issuerName\": null,\n      \"issuerPath\": null,\n      \"profile\": {\n        \"factory\": 0,\n        \"building\": 0,\n        \"dependencies\": 54\n      },\n      \"failed\": false,\n      \"errors\": 0,\n      \"warnings\": 0,\n      \"assets\": [],\n      \"reasons\": [\n        {\n          \"moduleId\": null,\n          \"moduleIdentifier\": null,\n          \"module\": null,\n          \"moduleName\": null,\n          \"type\": \"multi entry\"\n        }\n      ],\n      \"usedExports\": true,\n      \"providedExports\": null,\n      \"optimizationBailout\": [\n        \"ModuleConcatenation bailout: Module is not an ECMAScript module\"\n      ],\n      \"depth\": 0\n    },\n    {\n      \"id\": 181,\n      \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/inject.js\",\n      \"name\": \"./chrome/extension/inject.js\",\n      \"index\": 29,\n      \"index2\": 37,\n      \"size\": 2252,\n      \"cacheable\": true,\n      \"built\": true,\n      \"optional\": false,\n      \"prefetched\": false,\n      \"chunks\": [\n        1\n      ],\n      \"issuer\": \"multi /Users/jarred/Code/styleurl/webpack/customPublicPath /Users/jarred/Code/styleurl/chrome/extension/inject\",\n      \"issuerId\": 180,\n      \"issuerName\": \"multi ./webpack/customPublicPath ./chrome/extension/inject\",\n      \"issuerPath\": [\n        {\n          \"id\": 180,\n          \"identifier\": \"multi /Users/jarred/Code/styleurl/webpack/customPublicPath /Users/jarred/Code/styleurl/chrome/extension/inject\",\n          \"name\": \"multi ./webpack/customPublicPath ./chrome/extension/inject\",\n          \"profile\": {\n            \"factory\": 0,\n            \"building\": 0,\n            \"dependencies\": 54\n          }\n        }\n      ],\n      \"profile\": {\n        \"factory\": 55,\n        \"building\": 493,\n        \"dependencies\": 274\n      },\n      \"failed\": false,\n      \"errors\": 0,\n      \"warnings\": 0,\n      \"assets\": [],\n      \"reasons\": [\n        {\n          \"moduleId\": 180,\n          \"moduleIdentifier\": \"multi /Users/jarred/Code/styleurl/webpack/customPublicPath /Users/jarred/Code/styleurl/chrome/extension/inject\",\n          \"module\": \"multi ./webpack/customPublicPath ./chrome/extension/inject\",\n          \"moduleName\": \"multi ./webpack/customPublicPath ./chrome/extension/inject\",\n          \"type\": \"single entry\",\n          \"userRequest\": \"/Users/jarred/Code/styleurl/chrome/extension/inject\",\n          \"loc\": \"+1\"\n        }\n      ],\n      \"usedExports\": true,\n      \"providedExports\": null,\n      \"optimizationBailout\": [\n        \"ModuleConcatenation bailout: Module is not an ECMAScript module\"\n      ],\n      \"depth\": 1,\n      \"source\": \"\\\"use strict\\\";\\n\\nvar _react = _interopRequireWildcard(require(\\\"react\\\"));\\n\\nvar _reactDom = require(\\\"react-dom\\\");\\n\\nvar _reactDock = _interopRequireDefault(require(\\\"react-dock\\\"));\\n\\nvar _messages = require(\\\"./popup/messages\\\");\\n\\nfunction _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }\\n\\nfunction _interopRequireWildcard(obj) { if (obj && obj.__esModule) { return obj; } else { var newObj = {}; if (obj != null) { for (var key in obj) { if (Object.prototype.hasOwnProperty.call(obj, key)) { var desc = Object.defineProperty && Object.getOwnPropertyDescriptor ? Object.getOwnPropertyDescriptor(obj, key) : {}; if (desc.get || desc.set) { Object.defineProperty(newObj, key, desc); } else { newObj[key] = obj[key]; } } } } newObj.default = obj; return newObj; } }\\n\\nfunction _defineProperty(obj, key, value) { if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; }\\n\\nclass InjectApp extends _react.Component {\\n  constructor(props) {\\n    super(props);\\n\\n    _defineProperty(this, \\\"setIframe\\\", iframe => this.iframeRef = iframe);\\n\\n    _defineProperty(this, \\\"handleSizeChange\\\", size => {\\n      if (!this.iframeRef) {\\n        return true;\\n      }\\n\\n      window.postMessage({\\n        name: _messages.MESSAGE_TYPES.size_change,\\n        size\\n      }, \\\"*\\\");\\n      return true;\\n    });\\n\\n    this.state = {\\n      isVisible: true\\n    };\\n  }\\n\\n  render() {\\n    return _react.default.createElement(_reactDock.default, {\\n      position: \\\"right\\\",\\n      dimMode: \\\"none\\\",\\n      defaultSize: _messages.INITIAL_WIDTH,\\n      fluid: false,\\n      onSizeChange: this.handleSizeChange,\\n      isVisible: this.state.isVisible\\n    }, _react.default.createElement(\\\"iframe\\\", {\\n      ref: this.setIframe,\\n      style: {\\n        width: \\\"100%\\\",\\n        height: \\\"100%\\\"\\n      },\\n      frameBorder: 0,\\n      allowTransparency: \\\"true\\\",\\n      src: chrome.extension.getURL(`popup.html`)\\n    }));\\n  }\\n\\n}\\n\\nconst injectDOM = document.createElement(\\\"div\\\");\\ninjectDOM.className = \\\"inject-react-example\\\";\\ninjectDOM.style.textAlign = \\\"center\\\";\\ndocument.body.appendChild(injectDOM);\\n(0, _reactDom.render)(_react.default.createElement(InjectApp, null), injectDOM);\"\n    },\n    {\n      \"id\": 182,\n      \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/react-dock/lib/index.js\",\n      \"name\": \"./node_modules/react-dock/lib/index.js\",\n      \"index\": 30,\n      \"index2\": 36,\n      \"size\": 317,\n      \"cacheable\": true,\n      \"built\": true,\n      \"optional\": false,\n      \"prefetched\": false,\n      \"chunks\": [\n        1\n      ],\n      \"issuer\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/inject.js\",\n      \"issuerId\": 181,\n      \"issuerName\": \"./chrome/extension/inject.js\",\n      \"issuerPath\": [\n        {\n          \"id\": 180,\n          \"identifier\": \"multi /Users/jarred/Code/styleurl/webpack/customPublicPath /Users/jarred/Code/styleurl/chrome/extension/inject\",\n          \"name\": \"multi ./webpack/customPublicPath ./chrome/extension/inject\",\n          \"profile\": {\n            \"factory\": 0,\n            \"building\": 0,\n            \"dependencies\": 54\n          }\n        },\n        {\n          \"id\": 181,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/inject.js\",\n          \"name\": \"./chrome/extension/inject.js\",\n          \"profile\": {\n            \"factory\": 55,\n            \"building\": 493,\n            \"dependencies\": 274\n          }\n        }\n      ],\n      \"profile\": {\n        \"factory\": 276,\n        \"building\": 25\n      },\n      \"failed\": false,\n      \"errors\": 0,\n      \"warnings\": 0,\n      \"assets\": [],\n      \"reasons\": [\n        {\n          \"moduleId\": 181,\n          \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/inject.js\",\n          \"module\": \"./chrome/extension/inject.js\",\n          \"moduleName\": \"./chrome/extension/inject.js\",\n          \"type\": \"cjs require\",\n          \"userRequest\": \"react-dock\",\n          \"loc\": \"7:40-61\"\n        }\n      ],\n      \"usedExports\": true,\n      \"providedExports\": null,\n      \"optimizationBailout\": [\n        \"ModuleConcatenation bailout: Module is not an ECMAScript module\"\n      ],\n      \"depth\": 2,\n      \"source\": \"'use strict';\\n\\nObject.defineProperty(exports, \\\"__esModule\\\", {\\n  value: true\\n});\\nexports.default = undefined;\\n\\nvar _Dock = require('./Dock');\\n\\nvar _Dock2 = _interopRequireDefault(_Dock);\\n\\nfunction _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }\\n\\nexports.default = _Dock2.default;\"\n    },\n    {\n      \"id\": 183,\n      \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/react-dock/lib/Dock.js\",\n      \"name\": \"./node_modules/react-dock/lib/Dock.js\",\n      \"index\": 31,\n      \"index2\": 35,\n      \"size\": 14735,\n      \"cacheable\": true,\n      \"built\": true,\n      \"optional\": false,\n      \"prefetched\": false,\n      \"chunks\": [\n        1\n      ],\n      \"issuer\": \"/Users/jarred/Code/styleurl/node_modules/react-dock/lib/index.js\",\n      \"issuerId\": 182,\n      \"issuerName\": \"./node_modules/react-dock/lib/index.js\",\n      \"issuerPath\": [\n        {\n          \"id\": 180,\n          \"identifier\": \"multi /Users/jarred/Code/styleurl/webpack/customPublicPath /Users/jarred/Code/styleurl/chrome/extension/inject\",\n          \"name\": \"multi ./webpack/customPublicPath ./chrome/extension/inject\",\n          \"profile\": {\n            \"factory\": 0,\n            \"building\": 0,\n            \"dependencies\": 54\n          }\n        },\n        {\n          \"id\": 181,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/inject.js\",\n          \"name\": \"./chrome/extension/inject.js\",\n          \"profile\": {\n            \"factory\": 55,\n            \"building\": 493,\n            \"dependencies\": 274\n          }\n        },\n        {\n          \"id\": 182,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/react-dock/lib/index.js\",\n          \"name\": \"./node_modules/react-dock/lib/index.js\",\n          \"profile\": {\n            \"factory\": 276,\n            \"building\": 25\n          }\n        }\n      ],\n      \"profile\": {\n        \"factory\": 285,\n        \"building\": 69,\n        \"dependencies\": 23\n      },\n      \"failed\": false,\n      \"errors\": 0,\n      \"warnings\": 0,\n      \"assets\": [],\n      \"reasons\": [\n        {\n          \"moduleId\": 182,\n          \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/react-dock/lib/index.js\",\n          \"module\": \"./node_modules/react-dock/lib/index.js\",\n          \"moduleName\": \"./node_modules/react-dock/lib/index.js\",\n          \"type\": \"cjs require\",\n          \"userRequest\": \"./Dock\",\n          \"loc\": \"8:12-29\"\n        }\n      ],\n      \"usedExports\": true,\n      \"providedExports\": null,\n      \"optimizationBailout\": [\n        \"ModuleConcatenation bailout: Module is not an ECMAScript module\"\n      ],\n      \"depth\": 3,\n      \"source\": \"'use strict';\\n\\nObject.defineProperty(exports, \\\"__esModule\\\", {\\n  value: true\\n});\\nexports.default = undefined;\\n\\nvar _extends = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; };\\n\\nvar _createClass = function () { function defineProperties(target, props) { for (var i = 0; i < props.length; i++) { var descriptor = props[i]; descriptor.enumerable = descriptor.enumerable || false; descriptor.configurable = true; if (\\\"value\\\" in descriptor) descriptor.writable = true; Object.defineProperty(target, descriptor.key, descriptor); } } return function (Constructor, protoProps, staticProps) { if (protoProps) defineProperties(Constructor.prototype, protoProps); if (staticProps) defineProperties(Constructor, staticProps); return Constructor; }; }();\\n\\nvar _class, _temp;\\n\\nvar _react = require('react');\\n\\nvar _react2 = _interopRequireDefault(_react);\\n\\nvar _propTypes = require('prop-types');\\n\\nvar _propTypes2 = _interopRequireDefault(_propTypes);\\n\\nvar _lodash = require('lodash.debounce');\\n\\nvar _lodash2 = _interopRequireDefault(_lodash);\\n\\nvar _autoprefix = require('./autoprefix');\\n\\nvar _autoprefix2 = _interopRequireDefault(_autoprefix);\\n\\nfunction _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }\\n\\nfunction _classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw new TypeError(\\\"Cannot call a class as a function\\\"); } }\\n\\nfunction _possibleConstructorReturn(self, call) { if (!self) { throw new ReferenceError(\\\"this hasn't been initialised - super() hasn't been called\\\"); } return call && (typeof call === \\\"object\\\" || typeof call === \\\"function\\\") ? call : self; }\\n\\nfunction _inherits(subClass, superClass) { if (typeof superClass !== \\\"function\\\" && superClass !== null) { throw new TypeError(\\\"Super expression must either be null or a function, not \\\" + typeof superClass); } subClass.prototype = Object.create(superClass && superClass.prototype, { constructor: { value: subClass, enumerable: false, writable: true, configurable: true } }); if (superClass) Object.setPrototypeOf ? Object.setPrototypeOf(subClass, superClass) : subClass.__proto__ = superClass; }\\n\\nfunction _toConsumableArray(arr) { if (Array.isArray(arr)) { for (var i = 0, arr2 = Array(arr.length); i < arr.length; i++) { arr2[i] = arr[i]; } return arr2; } else { return Array.from(arr); } }\\n\\nfunction autoprefixes(styles) {\\n  return Object.keys(styles).reduce(function (obj, key) {\\n    return obj[key] = (0, _autoprefix2.default)(styles[key]), obj;\\n  }, {});\\n}\\n\\nvar styles = autoprefixes({\\n  wrapper: {\\n    position: 'fixed',\\n    width: 0,\\n    height: 0,\\n    top: 0,\\n    left: 0\\n  },\\n\\n  dim: {\\n    position: 'fixed',\\n    left: 0,\\n    right: 0,\\n    top: 0,\\n    bottom: 0,\\n    zIndex: 0,\\n    background: 'rgba(0, 0, 0, 0.2)',\\n    opacity: 1\\n  },\\n\\n  dimAppear: {\\n    opacity: 0\\n  },\\n\\n  dimTransparent: {\\n    pointerEvents: 'none'\\n  },\\n\\n  dimHidden: {\\n    opacity: 0\\n  },\\n\\n  dock: {\\n    position: 'fixed',\\n    zIndex: 1,\\n    boxShadow: '0 0 4px rgba(0, 0, 0, 0.3)',\\n    background: 'white',\\n    left: 0,\\n    top: 0,\\n    width: '100%',\\n    height: '100%'\\n  },\\n\\n  dockHidden: {\\n    opacity: 0\\n  },\\n\\n  dockResizing: {\\n    transition: 'none'\\n  },\\n\\n  dockContent: {\\n    width: '100%',\\n    height: '100%',\\n    overflow: 'auto'\\n  },\\n\\n  resizer: {\\n    position: 'absolute',\\n    zIndex: 2,\\n    opacity: 0\\n  }\\n});\\n\\nfunction getTransitions(duration) {\\n  return ['left', 'top', 'width', 'height'].map(function (p) {\\n    return p + ' ' + duration / 1000 + 's ease-out';\\n  });\\n}\\n\\nfunction getDockStyles(_ref, _ref2) {\\n  var fluid = _ref.fluid;\\n  var dockStyle = _ref.dockStyle;\\n  var dockHiddenStyle = _ref.dockHiddenStyle;\\n  var duration = _ref.duration;\\n  var position = _ref.position;\\n  var isVisible = _ref.isVisible;\\n  var size = _ref2.size;\\n  var isResizing = _ref2.isResizing;\\n  var fullWidth = _ref2.fullWidth;\\n  var fullHeight = _ref2.fullHeight;\\n\\n  var posStyle = void 0;\\n  var absSize = fluid ? size * 100 + '%' : size + 'px';\\n\\n  function getRestSize(fullSize) {\\n    return fluid ? 100 - size * 100 + '%' : fullSize - size + 'px';\\n  }\\n\\n  switch (position) {\\n    case 'left':\\n      posStyle = {\\n        width: absSize,\\n        left: isVisible ? 0 : '-' + absSize\\n      };\\n      break;\\n    case 'right':\\n      posStyle = {\\n        left: isVisible ? getRestSize(fullWidth) : fullWidth,\\n        width: absSize\\n      };\\n      break;\\n    case 'top':\\n      posStyle = {\\n        top: isVisible ? 0 : '-' + absSize,\\n        height: absSize\\n      };\\n      break;\\n    case 'bottom':\\n      posStyle = {\\n        top: isVisible ? getRestSize(fullHeight) : fullHeight,\\n        height: absSize\\n      };\\n      break;\\n  }\\n\\n  var transitions = getTransitions(duration);\\n\\n  return [styles.dock, (0, _autoprefix2.default)({\\n    transition: [].concat(_toConsumableArray(transitions), [!isVisible && 'opacity 0.01s linear ' + duration / 1000 + 's']).filter(function (t) {\\n      return t;\\n    }).join(',')\\n  }), dockStyle, (0, _autoprefix2.default)(posStyle), isResizing && styles.dockResizing, !isVisible && styles.dockHidden, !isVisible && dockHiddenStyle];\\n}\\n\\nfunction getDimStyles(_ref3, _ref4) {\\n  var dimMode = _ref3.dimMode;\\n  var dimStyle = _ref3.dimStyle;\\n  var duration = _ref3.duration;\\n  var isVisible = _ref3.isVisible;\\n  var isTransitionStarted = _ref4.isTransitionStarted;\\n\\n  return [styles.dim, (0, _autoprefix2.default)({\\n    transition: 'opacity ' + duration / 1000 + 's ease-out'\\n  }), dimStyle, dimMode === 'transparent' && styles.dimTransparent, !isVisible && styles.dimHidden, isTransitionStarted && isVisible && styles.dimAppear, isTransitionStarted && !isVisible && styles.dimDisappear];\\n}\\n\\nfunction getResizerStyles(position) {\\n  var resizerStyle = void 0;\\n  var size = 10;\\n\\n  switch (position) {\\n    case 'left':\\n      resizerStyle = {\\n        right: -size / 2,\\n        width: size,\\n        top: 0,\\n        height: '100%',\\n        cursor: 'col-resize'\\n      };\\n      break;\\n    case 'right':\\n      resizerStyle = {\\n        left: -size / 2,\\n        width: size,\\n        top: 0,\\n        height: '100%',\\n        cursor: 'col-resize'\\n      };\\n      break;\\n    case 'top':\\n      resizerStyle = {\\n        bottom: -size / 2,\\n        height: size,\\n        left: 0,\\n        width: '100%',\\n        cursor: 'row-resize'\\n      };\\n      break;\\n    case 'bottom':\\n      resizerStyle = {\\n        top: -size / 2,\\n        height: size,\\n        left: 0,\\n        width: '100%',\\n        cursor: 'row-resize'\\n      };\\n      break;\\n  }\\n\\n  return [styles.resizer, (0, _autoprefix2.default)(resizerStyle)];\\n}\\n\\nfunction getFullSize(position, fullWidth, fullHeight) {\\n  return position === 'left' || position === 'right' ? fullWidth : fullHeight;\\n}\\n\\nvar Dock = (_temp = _class = function (_Component) {\\n  _inherits(Dock, _Component);\\n\\n  function Dock(props) {\\n    _classCallCheck(this, Dock);\\n\\n    var _this = _possibleConstructorReturn(this, Object.getPrototypeOf(Dock).call(this, props));\\n\\n    _this.transitionEnd = function () {\\n      _this.setState({ isTransitionStarted: false });\\n    };\\n\\n    _this.hideDim = function () {\\n      if (!_this.props.isVisible) {\\n        _this.setState({ isDimHidden: true });\\n      }\\n    };\\n\\n    _this.handleDimClick = function () {\\n      if (_this.props.dimMode === 'opaque') {\\n        _this.props.onVisibleChange && _this.props.onVisibleChange(false);\\n      }\\n    };\\n\\n    _this.handleResize = function () {\\n      if (window.requestAnimationFrame) {\\n        window.requestAnimationFrame(_this.updateWindowSize.bind(_this, true));\\n      } else {\\n        _this.updateWindowSize(true);\\n      }\\n    };\\n\\n    _this.updateWindowSize = function (windowResize) {\\n      var sizeState = {\\n        fullWidth: window.innerWidth,\\n        fullHeight: window.innerHeight\\n      };\\n\\n      if (windowResize) {\\n        _this.setState(_extends({}, sizeState, {\\n          isResizing: true,\\n          isWindowResizing: windowResize\\n        }));\\n\\n        _this.debouncedUpdateWindowSizeEnd();\\n      } else {\\n        _this.setState(sizeState);\\n      }\\n    };\\n\\n    _this.updateWindowSizeEnd = function () {\\n      _this.setState({\\n        isResizing: false,\\n        isWindowResizing: false\\n      });\\n    };\\n\\n    _this.debouncedUpdateWindowSizeEnd = (0, _lodash2.default)(_this.updateWindowSizeEnd, 30);\\n\\n    _this.handleWrapperLeave = function () {\\n      _this.setState({ isResizing: false });\\n    };\\n\\n    _this.handleMouseDown = function () {\\n      _this.setState({ isResizing: true });\\n    };\\n\\n    _this.handleMouseUp = function () {\\n      _this.setState({ isResizing: false });\\n    };\\n\\n    _this.handleMouseMove = function (e) {\\n      if (!_this.state.isResizing || _this.state.isWindowResizing) return;\\n      e.preventDefault();\\n\\n      var _this$props = _this.props;\\n      var position = _this$props.position;\\n      var fluid = _this$props.fluid;\\n      var _this$state = _this.state;\\n      var fullWidth = _this$state.fullWidth;\\n      var fullHeight = _this$state.fullHeight;\\n      var isControlled = _this$state.isControlled;\\n      var x = e.clientX;\\n      var y = e.clientY;\\n\\n      var size = void 0;\\n\\n      switch (position) {\\n        case 'left':\\n          size = fluid ? x / fullWidth : x;\\n          break;\\n        case 'right':\\n          size = fluid ? (fullWidth - x) / fullWidth : fullWidth - x;\\n          break;\\n        case 'top':\\n          size = fluid ? y / fullHeight : y;\\n          break;\\n        case 'bottom':\\n          size = fluid ? (fullHeight - y) / fullHeight : fullHeight - y;\\n          break;\\n      }\\n\\n      _this.props.onSizeChange && _this.props.onSizeChange(size);\\n\\n      if (!isControlled) {\\n        _this.setState({ size: size });\\n      }\\n    };\\n\\n    _this.state = {\\n      isControlled: typeof props.size !== 'undefined',\\n      size: props.size || props.defaultSize,\\n      isDimHidden: !props.isVisible,\\n      fullWidth: typeof window !== 'undefined' && window.innerWidth,\\n      fullHeight: typeof window !== 'undefined' && window.innerHeight,\\n      isTransitionStarted: false,\\n      isWindowResizing: false\\n    };\\n    return _this;\\n  }\\n\\n  _createClass(Dock, [{\\n    key: 'componentDidMount',\\n    value: function componentDidMount() {\\n      window.addEventListener('mouseup', this.handleMouseUp);\\n      window.addEventListener('mousemove', this.handleMouseMove);\\n      window.addEventListener('resize', this.handleResize);\\n\\n      if (!window.fullWidth) {\\n        this.updateWindowSize();\\n      }\\n    }\\n  }, {\\n    key: 'componentWillUnmount',\\n    value: function componentWillUnmount() {\\n      window.removeEventListener('mouseup', this.handleMouseUp);\\n      window.removeEventListener('mousemove', this.handleMouseMove);\\n      window.removeEventListener('resize', this.handleResize);\\n    }\\n  }, {\\n    key: 'componentWillReceiveProps',\\n    value: function componentWillReceiveProps(nextProps) {\\n      var isControlled = typeof nextProps.size !== 'undefined';\\n\\n      this.setState({ isControlled: isControlled });\\n\\n      if (isControlled && this.props.size !== nextProps.size) {\\n        this.setState({ size: nextProps.size });\\n      } else if (this.props.fluid !== nextProps.fluid) {\\n        this.updateSize(nextProps);\\n      }\\n\\n      if (this.props.isVisible !== nextProps.isVisible) {\\n        this.setState({\\n          isTransitionStarted: true\\n        });\\n      }\\n    }\\n  }, {\\n    key: 'updateSize',\\n    value: function updateSize(props) {\\n      var _state = this.state;\\n      var fullWidth = _state.fullWidth;\\n      var fullHeight = _state.fullHeight;\\n\\n\\n      this.setState({\\n        size: props.fluid ? this.state.size / getFullSize(props.position, fullWidth, fullHeight) : getFullSize(props.position, fullWidth, fullHeight) * this.state.size\\n      });\\n    }\\n  }, {\\n    key: 'componentDidUpdate',\\n    value: function componentDidUpdate(prevProps) {\\n      var _this2 = this;\\n\\n      if (this.props.isVisible !== prevProps.isVisible) {\\n        if (!this.props.isVisible) {\\n          window.setTimeout(function () {\\n            return _this2.hideDim();\\n          }, this.props.duration);\\n        } else {\\n          this.setState({ isDimHidden: false });\\n        }\\n\\n        window.setTimeout(function () {\\n          return _this2.setState({ isTransitionStarted: false });\\n        }, 0);\\n      }\\n    }\\n  }, {\\n    key: 'render',\\n    value: function render() {\\n      var _props = this.props;\\n      var children = _props.children;\\n      var zIndex = _props.zIndex;\\n      var dimMode = _props.dimMode;\\n      var position = _props.position;\\n      var isVisible = _props.isVisible;\\n      var _state2 = this.state;\\n      var isResizing = _state2.isResizing;\\n      var size = _state2.size;\\n      var isDimHidden = _state2.isDimHidden;\\n\\n\\n      var dimStyles = Object.assign.apply(Object, [{}].concat(_toConsumableArray(getDimStyles(this.props, this.state))));\\n      var dockStyles = Object.assign.apply(Object, [{}].concat(_toConsumableArray(getDockStyles(this.props, this.state))));\\n      var resizerStyles = Object.assign.apply(Object, [{}].concat(_toConsumableArray(getResizerStyles(position))));\\n\\n      return _react2.default.createElement(\\n        'div',\\n        { style: Object.assign({}, styles.wrapper, { zIndex: zIndex }) },\\n        dimMode !== 'none' && !isDimHidden && _react2.default.createElement('div', { style: dimStyles, onClick: this.handleDimClick }),\\n        _react2.default.createElement(\\n          'div',\\n          { style: dockStyles },\\n          _react2.default.createElement('div', { style: resizerStyles,\\n            onMouseDown: this.handleMouseDown }),\\n          _react2.default.createElement(\\n            'div',\\n            { style: styles.dockContent },\\n            typeof children === 'function' ? children({\\n              position: position,\\n              isResizing: isResizing,\\n              size: size,\\n              isVisible: isVisible\\n            }) : children\\n          )\\n        )\\n      );\\n    }\\n  }]);\\n\\n  return Dock;\\n}(_react.Component), _class.propTypes = {\\n  position: _propTypes2.default.oneOf(['left', 'right', 'top', 'bottom']),\\n  zIndex: _propTypes2.default.number,\\n  fluid: _propTypes2.default.bool,\\n  size: _propTypes2.default.number,\\n  defaultSize: _propTypes2.default.number,\\n  dimMode: _propTypes2.default.oneOf(['none', 'transparent', 'opaque']),\\n  isVisible: _propTypes2.default.bool,\\n  onVisibleChange: _propTypes2.default.func,\\n  onSizeChange: _propTypes2.default.func,\\n  dimStyle: _propTypes2.default.object,\\n  dockStyle: _propTypes2.default.object,\\n  duration: _propTypes2.default.number\\n}, _class.defaultProps = {\\n  position: 'left',\\n  zIndex: 99999999,\\n  fluid: true,\\n  defaultSize: 0.3,\\n  dimMode: 'opaque',\\n  duration: 200\\n}, _temp);\\nexports.default = Dock;\"\n    },\n    {\n      \"id\": 184,\n      \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/prop-types/index.js\",\n      \"name\": \"./node_modules/prop-types/index.js\",\n      \"index\": 32,\n      \"index2\": 31,\n      \"size\": 1078,\n      \"cacheable\": true,\n      \"built\": true,\n      \"optional\": false,\n      \"prefetched\": false,\n      \"chunks\": [\n        1\n      ],\n      \"issuer\": \"/Users/jarred/Code/styleurl/node_modules/react-dock/lib/Dock.js\",\n      \"issuerId\": 183,\n      \"issuerName\": \"./node_modules/react-dock/lib/Dock.js\",\n      \"issuerPath\": [\n        {\n          \"id\": 180,\n          \"identifier\": \"multi /Users/jarred/Code/styleurl/webpack/customPublicPath /Users/jarred/Code/styleurl/chrome/extension/inject\",\n          \"name\": \"multi ./webpack/customPublicPath ./chrome/extension/inject\",\n          \"profile\": {\n            \"factory\": 0,\n            \"building\": 0,\n            \"dependencies\": 54\n          }\n        },\n        {\n          \"id\": 181,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/inject.js\",\n          \"name\": \"./chrome/extension/inject.js\",\n          \"profile\": {\n            \"factory\": 55,\n            \"building\": 493,\n            \"dependencies\": 274\n          }\n        },\n        {\n          \"id\": 182,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/react-dock/lib/index.js\",\n          \"name\": \"./node_modules/react-dock/lib/index.js\",\n          \"profile\": {\n            \"factory\": 276,\n            \"building\": 25\n          }\n        },\n        {\n          \"id\": 183,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/react-dock/lib/Dock.js\",\n          \"name\": \"./node_modules/react-dock/lib/Dock.js\",\n          \"profile\": {\n            \"factory\": 285,\n            \"building\": 69,\n            \"dependencies\": 23\n          }\n        }\n      ],\n      \"profile\": {\n        \"factory\": 220,\n        \"building\": 19\n      },\n      \"failed\": false,\n      \"errors\": 0,\n      \"warnings\": 0,\n      \"assets\": [],\n      \"reasons\": [\n        {\n          \"moduleId\": 183,\n          \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/react-dock/lib/Dock.js\",\n          \"module\": \"./node_modules/react-dock/lib/Dock.js\",\n          \"moduleName\": \"./node_modules/react-dock/lib/Dock.js\",\n          \"type\": \"cjs require\",\n          \"userRequest\": \"prop-types\",\n          \"loc\": \"18:17-38\"\n        }\n      ],\n      \"usedExports\": true,\n      \"providedExports\": null,\n      \"optimizationBailout\": [\n        \"ModuleConcatenation bailout: Module is not an ECMAScript module\"\n      ],\n      \"depth\": 4,\n      \"source\": \"/**\\n * Copyright 2013-present, Facebook, Inc.\\n * All rights reserved.\\n *\\n * This source code is licensed under the BSD-style license found in the\\n * LICENSE file in the root directory of this source tree. An additional grant\\n * of patent rights can be found in the PATENTS file in the same directory.\\n */\\n\\nif (process.env.NODE_ENV !== 'production') {\\n  var REACT_ELEMENT_TYPE = (typeof Symbol === 'function' &&\\n    Symbol.for &&\\n    Symbol.for('react.element')) ||\\n    0xeac7;\\n\\n  var isValidElement = function(object) {\\n    return typeof object === 'object' &&\\n      object !== null &&\\n      object.$$typeof === REACT_ELEMENT_TYPE;\\n  };\\n\\n  // By explicitly using `prop-types` you are opting into new development behavior.\\n  // http://fb.me/prop-types-in-prod\\n  var throwOnDirectAccess = true;\\n  module.exports = require('./factoryWithTypeCheckers')(isValidElement, throwOnDirectAccess);\\n} else {\\n  // By explicitly using `prop-types` you are opting into new production behavior.\\n  // http://fb.me/prop-types-in-prod\\n  module.exports = require('./factoryWithThrowingShims')();\\n}\\n\"\n    },\n    {\n      \"id\": 185,\n      \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/prop-types/factoryWithThrowingShims.js\",\n      \"name\": \"./node_modules/prop-types/factoryWithThrowingShims.js\",\n      \"index\": 33,\n      \"index2\": 30,\n      \"size\": 1353,\n      \"cacheable\": true,\n      \"built\": true,\n      \"optional\": false,\n      \"prefetched\": false,\n      \"chunks\": [\n        1\n      ],\n      \"issuer\": \"/Users/jarred/Code/styleurl/node_modules/prop-types/index.js\",\n      \"issuerId\": 184,\n      \"issuerName\": \"./node_modules/prop-types/index.js\",\n      \"issuerPath\": [\n        {\n          \"id\": 180,\n          \"identifier\": \"multi /Users/jarred/Code/styleurl/webpack/customPublicPath /Users/jarred/Code/styleurl/chrome/extension/inject\",\n          \"name\": \"multi ./webpack/customPublicPath ./chrome/extension/inject\",\n          \"profile\": {\n            \"factory\": 0,\n            \"building\": 0,\n            \"dependencies\": 54\n          }\n        },\n        {\n          \"id\": 181,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/inject.js\",\n          \"name\": \"./chrome/extension/inject.js\",\n          \"profile\": {\n            \"factory\": 55,\n            \"building\": 493,\n            \"dependencies\": 274\n          }\n        },\n        {\n          \"id\": 182,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/react-dock/lib/index.js\",\n          \"name\": \"./node_modules/react-dock/lib/index.js\",\n          \"profile\": {\n            \"factory\": 276,\n            \"building\": 25\n          }\n        },\n        {\n          \"id\": 183,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/react-dock/lib/Dock.js\",\n          \"name\": \"./node_modules/react-dock/lib/Dock.js\",\n          \"profile\": {\n            \"factory\": 285,\n            \"building\": 69,\n            \"dependencies\": 23\n          }\n        },\n        {\n          \"id\": 184,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/prop-types/index.js\",\n          \"name\": \"./node_modules/prop-types/index.js\",\n          \"profile\": {\n            \"factory\": 220,\n            \"building\": 19\n          }\n        }\n      ],\n      \"profile\": {\n        \"factory\": 44,\n        \"building\": 23\n      },\n      \"failed\": false,\n      \"errors\": 0,\n      \"warnings\": 0,\n      \"assets\": [],\n      \"reasons\": [\n        {\n          \"moduleId\": 184,\n          \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/prop-types/index.js\",\n          \"module\": \"./node_modules/prop-types/index.js\",\n          \"moduleName\": \"./node_modules/prop-types/index.js\",\n          \"type\": \"cjs require\",\n          \"userRequest\": \"./factoryWithThrowingShims\",\n          \"loc\": \"29:19-56\"\n        }\n      ],\n      \"usedExports\": true,\n      \"providedExports\": null,\n      \"optimizationBailout\": [\n        \"ModuleConcatenation bailout: Module is not an ECMAScript module\"\n      ],\n      \"depth\": 5,\n      \"source\": \"/**\\n * Copyright 2013-present, Facebook, Inc.\\n * All rights reserved.\\n *\\n * This source code is licensed under the BSD-style license found in the\\n * LICENSE file in the root directory of this source tree. An additional grant\\n * of patent rights can be found in the PATENTS file in the same directory.\\n */\\n\\n'use strict';\\n\\nvar emptyFunction = require('fbjs/lib/emptyFunction');\\nvar invariant = require('fbjs/lib/invariant');\\n\\nmodule.exports = function() {\\n  // Important!\\n  // Keep this list in sync with production version in `./factoryWithTypeCheckers.js`.\\n  function shim() {\\n    invariant(\\n      false,\\n      'Calling PropTypes validators directly is not supported by the `prop-types` package. ' +\\n      'Use PropTypes.checkPropTypes() to call them. ' +\\n      'Read more at http://fb.me/use-check-prop-types'\\n    );\\n  };\\n  shim.isRequired = shim;\\n  function getShim() {\\n    return shim;\\n  };\\n  var ReactPropTypes = {\\n    array: shim,\\n    bool: shim,\\n    func: shim,\\n    number: shim,\\n    object: shim,\\n    string: shim,\\n    symbol: shim,\\n\\n    any: shim,\\n    arrayOf: getShim,\\n    element: shim,\\n    instanceOf: getShim,\\n    node: shim,\\n    objectOf: getShim,\\n    oneOf: getShim,\\n    oneOfType: getShim,\\n    shape: getShim\\n  };\\n\\n  ReactPropTypes.checkPropTypes = emptyFunction;\\n  ReactPropTypes.PropTypes = ReactPropTypes;\\n\\n  return ReactPropTypes;\\n};\\n\"\n    },\n    {\n      \"id\": 186,\n      \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/fbjs/lib/emptyFunction.js\",\n      \"name\": \"./node_modules/fbjs/lib/emptyFunction.js\",\n      \"index\": 34,\n      \"index2\": 28,\n      \"size\": 1085,\n      \"cacheable\": true,\n      \"built\": true,\n      \"optional\": false,\n      \"prefetched\": false,\n      \"chunks\": [\n        1\n      ],\n      \"issuer\": \"/Users/jarred/Code/styleurl/node_modules/prop-types/factoryWithThrowingShims.js\",\n      \"issuerId\": 185,\n      \"issuerName\": \"./node_modules/prop-types/factoryWithThrowingShims.js\",\n      \"issuerPath\": [\n        {\n          \"id\": 180,\n          \"identifier\": \"multi /Users/jarred/Code/styleurl/webpack/customPublicPath /Users/jarred/Code/styleurl/chrome/extension/inject\",\n          \"name\": \"multi ./webpack/customPublicPath ./chrome/extension/inject\",\n          \"profile\": {\n            \"factory\": 0,\n            \"building\": 0,\n            \"dependencies\": 54\n          }\n        },\n        {\n          \"id\": 181,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/inject.js\",\n          \"name\": \"./chrome/extension/inject.js\",\n          \"profile\": {\n            \"factory\": 55,\n            \"building\": 493,\n            \"dependencies\": 274\n          }\n        },\n        {\n          \"id\": 182,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/react-dock/lib/index.js\",\n          \"name\": \"./node_modules/react-dock/lib/index.js\",\n          \"profile\": {\n            \"factory\": 276,\n            \"building\": 25\n          }\n        },\n        {\n          \"id\": 183,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/react-dock/lib/Dock.js\",\n          \"name\": \"./node_modules/react-dock/lib/Dock.js\",\n          \"profile\": {\n            \"factory\": 285,\n            \"building\": 69,\n            \"dependencies\": 23\n          }\n        },\n        {\n          \"id\": 184,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/prop-types/index.js\",\n          \"name\": \"./node_modules/prop-types/index.js\",\n          \"profile\": {\n            \"factory\": 220,\n            \"building\": 19\n          }\n        },\n        {\n          \"id\": 185,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/prop-types/factoryWithThrowingShims.js\",\n          \"name\": \"./node_modules/prop-types/factoryWithThrowingShims.js\",\n          \"profile\": {\n            \"factory\": 44,\n            \"building\": 23\n          }\n        }\n      ],\n      \"profile\": {\n        \"factory\": 13,\n        \"building\": 27\n      },\n      \"failed\": false,\n      \"errors\": 0,\n      \"warnings\": 0,\n      \"assets\": [],\n      \"reasons\": [\n        {\n          \"moduleId\": 185,\n          \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/prop-types/factoryWithThrowingShims.js\",\n          \"module\": \"./node_modules/prop-types/factoryWithThrowingShims.js\",\n          \"moduleName\": \"./node_modules/prop-types/factoryWithThrowingShims.js\",\n          \"type\": \"cjs require\",\n          \"userRequest\": \"fbjs/lib/emptyFunction\",\n          \"loc\": \"12:20-53\"\n        }\n      ],\n      \"usedExports\": true,\n      \"providedExports\": null,\n      \"optimizationBailout\": [\n        \"ModuleConcatenation bailout: Module is not an ECMAScript module\"\n      ],\n      \"depth\": 6,\n      \"source\": \"\\\"use strict\\\";\\n\\n/**\\n * Copyright (c) 2013-present, Facebook, Inc.\\n * All rights reserved.\\n *\\n * This source code is licensed under the BSD-style license found in the\\n * LICENSE file in the root directory of this source tree. An additional grant\\n * of patent rights can be found in the PATENTS file in the same directory.\\n *\\n * \\n */\\n\\nfunction makeEmptyFunction(arg) {\\n  return function () {\\n    return arg;\\n  };\\n}\\n\\n/**\\n * This function accepts and discards inputs; it has no side effects. This is\\n * primarily useful idiomatically for overridable function endpoints which\\n * always need to be callable, since JS lacks a null-call idiom ala Cocoa.\\n */\\nvar emptyFunction = function emptyFunction() {};\\n\\nemptyFunction.thatReturns = makeEmptyFunction;\\nemptyFunction.thatReturnsFalse = makeEmptyFunction(false);\\nemptyFunction.thatReturnsTrue = makeEmptyFunction(true);\\nemptyFunction.thatReturnsNull = makeEmptyFunction(null);\\nemptyFunction.thatReturnsThis = function () {\\n  return this;\\n};\\nemptyFunction.thatReturnsArgument = function (arg) {\\n  return arg;\\n};\\n\\nmodule.exports = emptyFunction;\"\n    },\n    {\n      \"id\": 187,\n      \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/fbjs/lib/invariant.js\",\n      \"name\": \"./node_modules/fbjs/lib/invariant.js\",\n      \"index\": 35,\n      \"index2\": 29,\n      \"size\": 1632,\n      \"cacheable\": true,\n      \"built\": true,\n      \"optional\": false,\n      \"prefetched\": false,\n      \"chunks\": [\n        1\n      ],\n      \"issuer\": \"/Users/jarred/Code/styleurl/node_modules/prop-types/factoryWithThrowingShims.js\",\n      \"issuerId\": 185,\n      \"issuerName\": \"./node_modules/prop-types/factoryWithThrowingShims.js\",\n      \"issuerPath\": [\n        {\n          \"id\": 180,\n          \"identifier\": \"multi /Users/jarred/Code/styleurl/webpack/customPublicPath /Users/jarred/Code/styleurl/chrome/extension/inject\",\n          \"name\": \"multi ./webpack/customPublicPath ./chrome/extension/inject\",\n          \"profile\": {\n            \"factory\": 0,\n            \"building\": 0,\n            \"dependencies\": 54\n          }\n        },\n        {\n          \"id\": 181,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/inject.js\",\n          \"name\": \"./chrome/extension/inject.js\",\n          \"profile\": {\n            \"factory\": 55,\n            \"building\": 493,\n            \"dependencies\": 274\n          }\n        },\n        {\n          \"id\": 182,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/react-dock/lib/index.js\",\n          \"name\": \"./node_modules/react-dock/lib/index.js\",\n          \"profile\": {\n            \"factory\": 276,\n            \"building\": 25\n          }\n        },\n        {\n          \"id\": 183,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/react-dock/lib/Dock.js\",\n          \"name\": \"./node_modules/react-dock/lib/Dock.js\",\n          \"profile\": {\n            \"factory\": 285,\n            \"building\": 69,\n            \"dependencies\": 23\n          }\n        },\n        {\n          \"id\": 184,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/prop-types/index.js\",\n          \"name\": \"./node_modules/prop-types/index.js\",\n          \"profile\": {\n            \"factory\": 220,\n            \"building\": 19\n          }\n        },\n        {\n          \"id\": 185,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/prop-types/factoryWithThrowingShims.js\",\n          \"name\": \"./node_modules/prop-types/factoryWithThrowingShims.js\",\n          \"profile\": {\n            \"factory\": 44,\n            \"building\": 23\n          }\n        }\n      ],\n      \"profile\": {\n        \"factory\": 13,\n        \"building\": 27\n      },\n      \"failed\": false,\n      \"errors\": 0,\n      \"warnings\": 0,\n      \"assets\": [],\n      \"reasons\": [\n        {\n          \"moduleId\": 185,\n          \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/prop-types/factoryWithThrowingShims.js\",\n          \"module\": \"./node_modules/prop-types/factoryWithThrowingShims.js\",\n          \"moduleName\": \"./node_modules/prop-types/factoryWithThrowingShims.js\",\n          \"type\": \"cjs require\",\n          \"userRequest\": \"fbjs/lib/invariant\",\n          \"loc\": \"13:16-45\"\n        }\n      ],\n      \"usedExports\": true,\n      \"providedExports\": null,\n      \"optimizationBailout\": [\n        \"ModuleConcatenation bailout: Module is not an ECMAScript module\"\n      ],\n      \"depth\": 6,\n      \"source\": \"/**\\n * Copyright (c) 2013-present, Facebook, Inc.\\n * All rights reserved.\\n *\\n * This source code is licensed under the BSD-style license found in the\\n * LICENSE file in the root directory of this source tree. An additional grant\\n * of patent rights can be found in the PATENTS file in the same directory.\\n *\\n */\\n\\n'use strict';\\n\\n/**\\n * Use invariant() to assert state which your program assumes to be true.\\n *\\n * Provide sprintf-style format (only %s is supported) and arguments\\n * to provide information about what broke and what you were\\n * expecting.\\n *\\n * The invariant message will be stripped in production, but the invariant\\n * will remain to ensure logic does not differ in production.\\n */\\n\\nvar validateFormat = function validateFormat(format) {};\\n\\nif (process.env.NODE_ENV !== 'production') {\\n  validateFormat = function validateFormat(format) {\\n    if (format === undefined) {\\n      throw new Error('invariant requires an error message argument');\\n    }\\n  };\\n}\\n\\nfunction invariant(condition, format, a, b, c, d, e, f) {\\n  validateFormat(format);\\n\\n  if (!condition) {\\n    var error;\\n    if (format === undefined) {\\n      error = new Error('Minified exception occurred; use the non-minified dev environment ' + 'for the full error message and additional helpful warnings.');\\n    } else {\\n      var args = [a, b, c, d, e, f];\\n      var argIndex = 0;\\n      error = new Error(format.replace(/%s/g, function () {\\n        return args[argIndex++];\\n      }));\\n      error.name = 'Invariant Violation';\\n    }\\n\\n    error.framesToPop = 1; // we don't care about invariant's own frame\\n    throw error;\\n  }\\n}\\n\\nmodule.exports = invariant;\"\n    },\n    {\n      \"id\": 188,\n      \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash.debounce/index.js\",\n      \"name\": \"./node_modules/lodash.debounce/index.js\",\n      \"index\": 36,\n      \"index2\": 33,\n      \"size\": 7059,\n      \"cacheable\": true,\n      \"built\": true,\n      \"optional\": false,\n      \"prefetched\": false,\n      \"chunks\": [\n        1\n      ],\n      \"issuer\": \"/Users/jarred/Code/styleurl/node_modules/react-dock/lib/Dock.js\",\n      \"issuerId\": 183,\n      \"issuerName\": \"./node_modules/react-dock/lib/Dock.js\",\n      \"issuerPath\": [\n        {\n          \"id\": 180,\n          \"identifier\": \"multi /Users/jarred/Code/styleurl/webpack/customPublicPath /Users/jarred/Code/styleurl/chrome/extension/inject\",\n          \"name\": \"multi ./webpack/customPublicPath ./chrome/extension/inject\",\n          \"profile\": {\n            \"factory\": 0,\n            \"building\": 0,\n            \"dependencies\": 54\n          }\n        },\n        {\n          \"id\": 181,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/inject.js\",\n          \"name\": \"./chrome/extension/inject.js\",\n          \"profile\": {\n            \"factory\": 55,\n            \"building\": 493,\n            \"dependencies\": 274\n          }\n        },\n        {\n          \"id\": 182,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/react-dock/lib/index.js\",\n          \"name\": \"./node_modules/react-dock/lib/index.js\",\n          \"profile\": {\n            \"factory\": 276,\n            \"building\": 25\n          }\n        },\n        {\n          \"id\": 183,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/react-dock/lib/Dock.js\",\n          \"name\": \"./node_modules/react-dock/lib/Dock.js\",\n          \"profile\": {\n            \"factory\": 285,\n            \"building\": 69,\n            \"dependencies\": 23\n          }\n        }\n      ],\n      \"profile\": {\n        \"factory\": 220,\n        \"building\": 19\n      },\n      \"failed\": false,\n      \"errors\": 0,\n      \"warnings\": 0,\n      \"assets\": [],\n      \"reasons\": [\n        {\n          \"moduleId\": 183,\n          \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/react-dock/lib/Dock.js\",\n          \"module\": \"./node_modules/react-dock/lib/Dock.js\",\n          \"moduleName\": \"./node_modules/react-dock/lib/Dock.js\",\n          \"type\": \"cjs require\",\n          \"userRequest\": \"lodash.debounce\",\n          \"loc\": \"22:14-40\"\n        }\n      ],\n      \"usedExports\": true,\n      \"providedExports\": null,\n      \"optimizationBailout\": [\n        \"ModuleConcatenation bailout: Module is not an ECMAScript module\"\n      ],\n      \"depth\": 4,\n      \"source\": \"/**\\n * lodash 3.1.1 (Custom Build) <https://lodash.com/>\\n * Build: `lodash modern modularize exports=\\\"npm\\\" -o ./`\\n * Copyright 2012-2015 The Dojo Foundation <http://dojofoundation.org/>\\n * Based on Underscore.js 1.8.3 <http://underscorejs.org/LICENSE>\\n * Copyright 2009-2015 Jeremy Ashkenas, DocumentCloud and Investigative Reporters & Editors\\n * Available under MIT license <https://lodash.com/license>\\n */\\nvar getNative = require('lodash._getnative');\\n\\n/** Used as the `TypeError` message for \\\"Functions\\\" methods. */\\nvar FUNC_ERROR_TEXT = 'Expected a function';\\n\\n/* Native method references for those with the same name as other `lodash` methods. */\\nvar nativeMax = Math.max,\\n    nativeNow = getNative(Date, 'now');\\n\\n/**\\n * Gets the number of milliseconds that have elapsed since the Unix epoch\\n * (1 January 1970 00:00:00 UTC).\\n *\\n * @static\\n * @memberOf _\\n * @category Date\\n * @example\\n *\\n * _.defer(function(stamp) {\\n *   console.log(_.now() - stamp);\\n * }, _.now());\\n * // => logs the number of milliseconds it took for the deferred function to be invoked\\n */\\nvar now = nativeNow || function() {\\n  return new Date().getTime();\\n};\\n\\n/**\\n * Creates a debounced function that delays invoking `func` until after `wait`\\n * milliseconds have elapsed since the last time the debounced function was\\n * invoked. The debounced function comes with a `cancel` method to cancel\\n * delayed invocations. Provide an options object to indicate that `func`\\n * should be invoked on the leading and/or trailing edge of the `wait` timeout.\\n * Subsequent calls to the debounced function return the result of the last\\n * `func` invocation.\\n *\\n * **Note:** If `leading` and `trailing` options are `true`, `func` is invoked\\n * on the trailing edge of the timeout only if the the debounced function is\\n * invoked more than once during the `wait` timeout.\\n *\\n * See [David Corbacho's article](http://drupalmotion.com/article/debounce-and-throttle-visual-explanation)\\n * for details over the differences between `_.debounce` and `_.throttle`.\\n *\\n * @static\\n * @memberOf _\\n * @category Function\\n * @param {Function} func The function to debounce.\\n * @param {number} [wait=0] The number of milliseconds to delay.\\n * @param {Object} [options] The options object.\\n * @param {boolean} [options.leading=false] Specify invoking on the leading\\n *  edge of the timeout.\\n * @param {number} [options.maxWait] The maximum time `func` is allowed to be\\n *  delayed before it is invoked.\\n * @param {boolean} [options.trailing=true] Specify invoking on the trailing\\n *  edge of the timeout.\\n * @returns {Function} Returns the new debounced function.\\n * @example\\n *\\n * // avoid costly calculations while the window size is in flux\\n * jQuery(window).on('resize', _.debounce(calculateLayout, 150));\\n *\\n * // invoke `sendMail` when the click event is fired, debouncing subsequent calls\\n * jQuery('#postbox').on('click', _.debounce(sendMail, 300, {\\n *   'leading': true,\\n *   'trailing': false\\n * }));\\n *\\n * // ensure `batchLog` is invoked once after 1 second of debounced calls\\n * var source = new EventSource('/stream');\\n * jQuery(source).on('message', _.debounce(batchLog, 250, {\\n *   'maxWait': 1000\\n * }));\\n *\\n * // cancel a debounced call\\n * var todoChanges = _.debounce(batchLog, 1000);\\n * Object.observe(models.todo, todoChanges);\\n *\\n * Object.observe(models, function(changes) {\\n *   if (_.find(changes, { 'user': 'todo', 'type': 'delete'})) {\\n *     todoChanges.cancel();\\n *   }\\n * }, ['delete']);\\n *\\n * // ...at some point `models.todo` is changed\\n * models.todo.completed = true;\\n *\\n * // ...before 1 second has passed `models.todo` is deleted\\n * // which cancels the debounced `todoChanges` call\\n * delete models.todo;\\n */\\nfunction debounce(func, wait, options) {\\n  var args,\\n      maxTimeoutId,\\n      result,\\n      stamp,\\n      thisArg,\\n      timeoutId,\\n      trailingCall,\\n      lastCalled = 0,\\n      maxWait = false,\\n      trailing = true;\\n\\n  if (typeof func != 'function') {\\n    throw new TypeError(FUNC_ERROR_TEXT);\\n  }\\n  wait = wait < 0 ? 0 : (+wait || 0);\\n  if (options === true) {\\n    var leading = true;\\n    trailing = false;\\n  } else if (isObject(options)) {\\n    leading = !!options.leading;\\n    maxWait = 'maxWait' in options && nativeMax(+options.maxWait || 0, wait);\\n    trailing = 'trailing' in options ? !!options.trailing : trailing;\\n  }\\n\\n  function cancel() {\\n    if (timeoutId) {\\n      clearTimeout(timeoutId);\\n    }\\n    if (maxTimeoutId) {\\n      clearTimeout(maxTimeoutId);\\n    }\\n    lastCalled = 0;\\n    maxTimeoutId = timeoutId = trailingCall = undefined;\\n  }\\n\\n  function complete(isCalled, id) {\\n    if (id) {\\n      clearTimeout(id);\\n    }\\n    maxTimeoutId = timeoutId = trailingCall = undefined;\\n    if (isCalled) {\\n      lastCalled = now();\\n      result = func.apply(thisArg, args);\\n      if (!timeoutId && !maxTimeoutId) {\\n        args = thisArg = undefined;\\n      }\\n    }\\n  }\\n\\n  function delayed() {\\n    var remaining = wait - (now() - stamp);\\n    if (remaining <= 0 || remaining > wait) {\\n      complete(trailingCall, maxTimeoutId);\\n    } else {\\n      timeoutId = setTimeout(delayed, remaining);\\n    }\\n  }\\n\\n  function maxDelayed() {\\n    complete(trailing, timeoutId);\\n  }\\n\\n  function debounced() {\\n    args = arguments;\\n    stamp = now();\\n    thisArg = this;\\n    trailingCall = trailing && (timeoutId || !leading);\\n\\n    if (maxWait === false) {\\n      var leadingCall = leading && !timeoutId;\\n    } else {\\n      if (!maxTimeoutId && !leading) {\\n        lastCalled = stamp;\\n      }\\n      var remaining = maxWait - (stamp - lastCalled),\\n          isCalled = remaining <= 0 || remaining > maxWait;\\n\\n      if (isCalled) {\\n        if (maxTimeoutId) {\\n          maxTimeoutId = clearTimeout(maxTimeoutId);\\n        }\\n        lastCalled = stamp;\\n        result = func.apply(thisArg, args);\\n      }\\n      else if (!maxTimeoutId) {\\n        maxTimeoutId = setTimeout(maxDelayed, remaining);\\n      }\\n    }\\n    if (isCalled && timeoutId) {\\n      timeoutId = clearTimeout(timeoutId);\\n    }\\n    else if (!timeoutId && wait !== maxWait) {\\n      timeoutId = setTimeout(delayed, wait);\\n    }\\n    if (leadingCall) {\\n      isCalled = true;\\n      result = func.apply(thisArg, args);\\n    }\\n    if (isCalled && !timeoutId && !maxTimeoutId) {\\n      args = thisArg = undefined;\\n    }\\n    return result;\\n  }\\n  debounced.cancel = cancel;\\n  return debounced;\\n}\\n\\n/**\\n * Checks if `value` is the [language type](https://es5.github.io/#x8) of `Object`.\\n * (e.g. arrays, functions, objects, regexes, `new Number(0)`, and `new String('')`)\\n *\\n * @static\\n * @memberOf _\\n * @category Lang\\n * @param {*} value The value to check.\\n * @returns {boolean} Returns `true` if `value` is an object, else `false`.\\n * @example\\n *\\n * _.isObject({});\\n * // => true\\n *\\n * _.isObject([1, 2, 3]);\\n * // => true\\n *\\n * _.isObject(1);\\n * // => false\\n */\\nfunction isObject(value) {\\n  // Avoid a V8 JIT bug in Chrome 19-20.\\n  // See https://code.google.com/p/v8/issues/detail?id=2291 for more details.\\n  var type = typeof value;\\n  return !!value && (type == 'object' || type == 'function');\\n}\\n\\nmodule.exports = debounce;\\n\"\n    },\n    {\n      \"id\": 189,\n      \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash._getnative/index.js\",\n      \"name\": \"./node_modules/lodash._getnative/index.js\",\n      \"index\": 37,\n      \"index2\": 32,\n      \"size\": 3870,\n      \"cacheable\": true,\n      \"built\": true,\n      \"optional\": false,\n      \"prefetched\": false,\n      \"chunks\": [\n        1\n      ],\n      \"issuer\": \"/Users/jarred/Code/styleurl/node_modules/lodash.debounce/index.js\",\n      \"issuerId\": 188,\n      \"issuerName\": \"./node_modules/lodash.debounce/index.js\",\n      \"issuerPath\": [\n        {\n          \"id\": 180,\n          \"identifier\": \"multi /Users/jarred/Code/styleurl/webpack/customPublicPath /Users/jarred/Code/styleurl/chrome/extension/inject\",\n          \"name\": \"multi ./webpack/customPublicPath ./chrome/extension/inject\",\n          \"profile\": {\n            \"factory\": 0,\n            \"building\": 0,\n            \"dependencies\": 54\n          }\n        },\n        {\n          \"id\": 181,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/inject.js\",\n          \"name\": \"./chrome/extension/inject.js\",\n          \"profile\": {\n            \"factory\": 55,\n            \"building\": 493,\n            \"dependencies\": 274\n          }\n        },\n        {\n          \"id\": 182,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/react-dock/lib/index.js\",\n          \"name\": \"./node_modules/react-dock/lib/index.js\",\n          \"profile\": {\n            \"factory\": 276,\n            \"building\": 25\n          }\n        },\n        {\n          \"id\": 183,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/react-dock/lib/Dock.js\",\n          \"name\": \"./node_modules/react-dock/lib/Dock.js\",\n          \"profile\": {\n            \"factory\": 285,\n            \"building\": 69,\n            \"dependencies\": 23\n          }\n        },\n        {\n          \"id\": 188,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash.debounce/index.js\",\n          \"name\": \"./node_modules/lodash.debounce/index.js\",\n          \"profile\": {\n            \"factory\": 220,\n            \"building\": 19\n          }\n        }\n      ],\n      \"profile\": {\n        \"factory\": 113,\n        \"building\": 13\n      },\n      \"failed\": false,\n      \"errors\": 0,\n      \"warnings\": 0,\n      \"assets\": [],\n      \"reasons\": [\n        {\n          \"moduleId\": 188,\n          \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash.debounce/index.js\",\n          \"module\": \"./node_modules/lodash.debounce/index.js\",\n          \"moduleName\": \"./node_modules/lodash.debounce/index.js\",\n          \"type\": \"cjs require\",\n          \"userRequest\": \"lodash._getnative\",\n          \"loc\": \"9:16-44\"\n        }\n      ],\n      \"usedExports\": true,\n      \"providedExports\": null,\n      \"optimizationBailout\": [\n        \"ModuleConcatenation bailout: Module is not an ECMAScript module\"\n      ],\n      \"depth\": 5,\n      \"source\": \"/**\\n * lodash 3.9.1 (Custom Build) <https://lodash.com/>\\n * Build: `lodash modern modularize exports=\\\"npm\\\" -o ./`\\n * Copyright 2012-2015 The Dojo Foundation <http://dojofoundation.org/>\\n * Based on Underscore.js 1.8.3 <http://underscorejs.org/LICENSE>\\n * Copyright 2009-2015 Jeremy Ashkenas, DocumentCloud and Investigative Reporters & Editors\\n * Available under MIT license <https://lodash.com/license>\\n */\\n\\n/** `Object#toString` result references. */\\nvar funcTag = '[object Function]';\\n\\n/** Used to detect host constructors (Safari > 5). */\\nvar reIsHostCtor = /^\\\\[object .+?Constructor\\\\]$/;\\n\\n/**\\n * Checks if `value` is object-like.\\n *\\n * @private\\n * @param {*} value The value to check.\\n * @returns {boolean} Returns `true` if `value` is object-like, else `false`.\\n */\\nfunction isObjectLike(value) {\\n  return !!value && typeof value == 'object';\\n}\\n\\n/** Used for native method references. */\\nvar objectProto = Object.prototype;\\n\\n/** Used to resolve the decompiled source of functions. */\\nvar fnToString = Function.prototype.toString;\\n\\n/** Used to check objects for own properties. */\\nvar hasOwnProperty = objectProto.hasOwnProperty;\\n\\n/**\\n * Used to resolve the [`toStringTag`](http://ecma-international.org/ecma-262/6.0/#sec-object.prototype.tostring)\\n * of values.\\n */\\nvar objToString = objectProto.toString;\\n\\n/** Used to detect if a method is native. */\\nvar reIsNative = RegExp('^' +\\n  fnToString.call(hasOwnProperty).replace(/[\\\\\\\\^$.*+?()[\\\\]{}|]/g, '\\\\\\\\$&')\\n  .replace(/hasOwnProperty|(function).*?(?=\\\\\\\\\\\\()| for .+?(?=\\\\\\\\\\\\])/g, '$1.*?') + '$'\\n);\\n\\n/**\\n * Gets the native function at `key` of `object`.\\n *\\n * @private\\n * @param {Object} object The object to query.\\n * @param {string} key The key of the method to get.\\n * @returns {*} Returns the function if it's native, else `undefined`.\\n */\\nfunction getNative(object, key) {\\n  var value = object == null ? undefined : object[key];\\n  return isNative(value) ? value : undefined;\\n}\\n\\n/**\\n * Checks if `value` is classified as a `Function` object.\\n *\\n * @static\\n * @memberOf _\\n * @category Lang\\n * @param {*} value The value to check.\\n * @returns {boolean} Returns `true` if `value` is correctly classified, else `false`.\\n * @example\\n *\\n * _.isFunction(_);\\n * // => true\\n *\\n * _.isFunction(/abc/);\\n * // => false\\n */\\nfunction isFunction(value) {\\n  // The use of `Object#toString` avoids issues with the `typeof` operator\\n  // in older versions of Chrome and Safari which return 'function' for regexes\\n  // and Safari 8 equivalents which return 'object' for typed array constructors.\\n  return isObject(value) && objToString.call(value) == funcTag;\\n}\\n\\n/**\\n * Checks if `value` is the [language type](https://es5.github.io/#x8) of `Object`.\\n * (e.g. arrays, functions, objects, regexes, `new Number(0)`, and `new String('')`)\\n *\\n * @static\\n * @memberOf _\\n * @category Lang\\n * @param {*} value The value to check.\\n * @returns {boolean} Returns `true` if `value` is an object, else `false`.\\n * @example\\n *\\n * _.isObject({});\\n * // => true\\n *\\n * _.isObject([1, 2, 3]);\\n * // => true\\n *\\n * _.isObject(1);\\n * // => false\\n */\\nfunction isObject(value) {\\n  // Avoid a V8 JIT bug in Chrome 19-20.\\n  // See https://code.google.com/p/v8/issues/detail?id=2291 for more details.\\n  var type = typeof value;\\n  return !!value && (type == 'object' || type == 'function');\\n}\\n\\n/**\\n * Checks if `value` is a native function.\\n *\\n * @static\\n * @memberOf _\\n * @category Lang\\n * @param {*} value The value to check.\\n * @returns {boolean} Returns `true` if `value` is a native function, else `false`.\\n * @example\\n *\\n * _.isNative(Array.prototype.push);\\n * // => true\\n *\\n * _.isNative(_);\\n * // => false\\n */\\nfunction isNative(value) {\\n  if (value == null) {\\n    return false;\\n  }\\n  if (isFunction(value)) {\\n    return reIsNative.test(fnToString.call(value));\\n  }\\n  return isObjectLike(value) && reIsHostCtor.test(value);\\n}\\n\\nmodule.exports = getNative;\\n\"\n    },\n    {\n      \"id\": 190,\n      \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/react-dock/lib/autoprefix.js\",\n      \"name\": \"./node_modules/react-dock/lib/autoprefix.js\",\n      \"index\": 38,\n      \"index2\": 34,\n      \"size\": 1455,\n      \"cacheable\": true,\n      \"built\": true,\n      \"optional\": false,\n      \"prefetched\": false,\n      \"chunks\": [\n        1\n      ],\n      \"issuer\": \"/Users/jarred/Code/styleurl/node_modules/react-dock/lib/Dock.js\",\n      \"issuerId\": 183,\n      \"issuerName\": \"./node_modules/react-dock/lib/Dock.js\",\n      \"issuerPath\": [\n        {\n          \"id\": 180,\n          \"identifier\": \"multi /Users/jarred/Code/styleurl/webpack/customPublicPath /Users/jarred/Code/styleurl/chrome/extension/inject\",\n          \"name\": \"multi ./webpack/customPublicPath ./chrome/extension/inject\",\n          \"profile\": {\n            \"factory\": 0,\n            \"building\": 0,\n            \"dependencies\": 54\n          }\n        },\n        {\n          \"id\": 181,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/inject.js\",\n          \"name\": \"./chrome/extension/inject.js\",\n          \"profile\": {\n            \"factory\": 55,\n            \"building\": 493,\n            \"dependencies\": 274\n          }\n        },\n        {\n          \"id\": 182,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/react-dock/lib/index.js\",\n          \"name\": \"./node_modules/react-dock/lib/index.js\",\n          \"profile\": {\n            \"factory\": 276,\n            \"building\": 25\n          }\n        },\n        {\n          \"id\": 183,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/react-dock/lib/Dock.js\",\n          \"name\": \"./node_modules/react-dock/lib/Dock.js\",\n          \"profile\": {\n            \"factory\": 285,\n            \"building\": 69,\n            \"dependencies\": 23\n          }\n        }\n      ],\n      \"profile\": {\n        \"factory\": 220,\n        \"building\": 19\n      },\n      \"failed\": false,\n      \"errors\": 0,\n      \"warnings\": 0,\n      \"assets\": [],\n      \"reasons\": [\n        {\n          \"moduleId\": 183,\n          \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/react-dock/lib/Dock.js\",\n          \"module\": \"./node_modules/react-dock/lib/Dock.js\",\n          \"moduleName\": \"./node_modules/react-dock/lib/Dock.js\",\n          \"type\": \"cjs require\",\n          \"userRequest\": \"./autoprefix\",\n          \"loc\": \"26:18-41\"\n        }\n      ],\n      \"usedExports\": true,\n      \"providedExports\": null,\n      \"optimizationBailout\": [\n        \"ModuleConcatenation bailout: Module is not an ECMAScript module\"\n      ],\n      \"depth\": 4,\n      \"source\": \"'use strict';\\n\\nObject.defineProperty(exports, \\\"__esModule\\\", {\\n  value: true\\n});\\n\\nvar _extends = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; };\\n\\nexports.default = autoprefix;\\n// Same as https://github.com/SimenB/react-vendor-prefixes/blob/master/src/index.js,\\n// but dumber\\n\\nvar vendorSpecificProperties = ['animation', 'animationDelay', 'animationDirection', 'animationDuration', 'animationFillMode', 'animationIterationCount', 'animationName', 'animationPlayState', 'animationTimingFunction', 'appearance', 'backfaceVisibility', 'backgroundClip', 'borderImage', 'borderImageSlice', 'boxSizing', 'boxShadow', 'contentColumns', 'transform', 'transformOrigin', 'transformStyle', 'transition', 'transitionDelay', 'transitionDuration', 'transitionProperty', 'transitionTimingFunction', 'perspective', 'perspectiveOrigin', 'userSelect'];\\n\\nvar prefixes = ['Moz', 'Webkit', 'ms', 'O'];\\n\\nfunction prefixProp(key, value) {\\n  return prefixes.reduce(function (obj, pre) {\\n    return obj[pre + key[0].toUpperCase() + key.substr(1)] = value, obj;\\n  }, {});\\n}\\n\\nfunction autoprefix(style) {\\n  return Object.keys(style).reduce(function (obj, key) {\\n    return vendorSpecificProperties.indexOf(key) !== -1 ? _extends({}, obj, prefixProp(key, style[key])) : obj;\\n  }, style);\\n}\"\n    },\n    {\n      \"id\": 191,\n      \"identifier\": \"multi /Users/jarred/Code/styleurl/webpack/customPublicPath /Users/jarred/Code/styleurl/chrome/extension/background\",\n      \"name\": \"multi ./webpack/customPublicPath ./chrome/extension/background\",\n      \"index\": 39,\n      \"index2\": 341,\n      \"size\": 40,\n      \"built\": true,\n      \"optional\": false,\n      \"prefetched\": false,\n      \"chunks\": [\n        2\n      ],\n      \"issuer\": null,\n      \"issuerId\": null,\n      \"issuerName\": null,\n      \"issuerPath\": null,\n      \"profile\": {\n        \"factory\": 0,\n        \"building\": 0,\n        \"dependencies\": 54\n      },\n      \"failed\": false,\n      \"errors\": 0,\n      \"warnings\": 0,\n      \"assets\": [],\n      \"reasons\": [\n        {\n          \"moduleId\": null,\n          \"moduleIdentifier\": null,\n          \"module\": null,\n          \"moduleName\": null,\n          \"type\": \"multi entry\"\n        }\n      ],\n      \"usedExports\": true,\n      \"providedExports\": null,\n      \"optimizationBailout\": [\n        \"ModuleConcatenation bailout: Module is not an ECMAScript module\"\n      ],\n      \"depth\": 0\n    },\n    {\n      \"id\": 192,\n      \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/background.js\",\n      \"name\": \"./chrome/extension/background.js\",\n      \"index\": 40,\n      \"index2\": 340,\n      \"size\": 9000,\n      \"cacheable\": true,\n      \"built\": true,\n      \"optional\": false,\n      \"prefetched\": false,\n      \"chunks\": [\n        2\n      ],\n      \"issuer\": \"multi /Users/jarred/Code/styleurl/webpack/customPublicPath /Users/jarred/Code/styleurl/chrome/extension/background\",\n      \"issuerId\": 191,\n      \"issuerName\": \"multi ./webpack/customPublicPath ./chrome/extension/background\",\n      \"issuerPath\": [\n        {\n          \"id\": 191,\n          \"identifier\": \"multi /Users/jarred/Code/styleurl/webpack/customPublicPath /Users/jarred/Code/styleurl/chrome/extension/background\",\n          \"name\": \"multi ./webpack/customPublicPath ./chrome/extension/background\",\n          \"profile\": {\n            \"factory\": 0,\n            \"building\": 0,\n            \"dependencies\": 54\n          }\n        }\n      ],\n      \"profile\": {\n        \"factory\": 54,\n        \"building\": 639,\n        \"dependencies\": 140\n      },\n      \"failed\": false,\n      \"errors\": 0,\n      \"warnings\": 0,\n      \"assets\": [],\n      \"reasons\": [\n        {\n          \"moduleId\": 191,\n          \"moduleIdentifier\": \"multi /Users/jarred/Code/styleurl/webpack/customPublicPath /Users/jarred/Code/styleurl/chrome/extension/background\",\n          \"module\": \"multi ./webpack/customPublicPath ./chrome/extension/background\",\n          \"moduleName\": \"multi ./webpack/customPublicPath ./chrome/extension/background\",\n          \"type\": \"single entry\",\n          \"userRequest\": \"/Users/jarred/Code/styleurl/chrome/extension/background\",\n          \"loc\": \"+1\"\n        }\n      ],\n      \"usedExports\": true,\n      \"providedExports\": null,\n      \"optimizationBailout\": [\n        \"ModuleConcatenation bailout: Module is not an ECMAScript module\"\n      ],\n      \"depth\": 1,\n      \"source\": \"\\\"use strict\\\";\\n\\nvar _identity2 = _interopRequireDefault(require(\\\"lodash/identity\\\"));\\n\\nvar _findIndex2 = _interopRequireDefault(require(\\\"lodash/findIndex\\\"));\\n\\nvar _values2 = _interopRequireDefault(require(\\\"lodash/values\\\"));\\n\\nvar _last2 = _interopRequireDefault(require(\\\"lodash/last\\\"));\\n\\nvar _gists = require(\\\"./lib/gists\\\");\\n\\nvar _port = require(\\\"./lib/port\\\");\\n\\nvar _stylefile = require(\\\"./lib/stylefile\\\");\\n\\nvar _bluebird = _interopRequireDefault(require(\\\"bluebird\\\"));\\n\\nvar _stylesheetDiffer = _interopRequireDefault(require(\\\"stylesheet-differ\\\"));\\n\\nvar _inject = require(\\\"./background/inject\\\");\\n\\nvar _chromeExtMessenger = _interopRequireDefault(require(\\\"chrome-ext-messenger\\\"));\\n\\nvar _toFile = require(\\\"./lib/toFile\\\");\\n\\nvar _api = require(\\\"./lib/api\\\");\\n\\nvar _browserAction = require(\\\"./lib/browserAction\\\");\\n\\nfunction _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }\\n\\nglobal.Promise = _bluebird.default;\\nlet devtoolConnection;\\nlet gistConnection;\\nconst messenger = new _chromeExtMessenger.default();\\nmessenger.initBackgroundHub({\\n  connectedHandler: function (extensionPart, connectionName, tabId) {},\\n  disconnectedHandler: function (extensionPart, connectionName, tabId) {\\n    if (extensionPart === \\\"devtool\\\" && (0, _browserAction.getBrowserActionState)() === _browserAction.BROWSER_ACTION_STATES.upload_style) {\\n      (0, _browserAction.setBrowserActionToDefault)({\\n        tabId\\n      });\\n    }\\n  }\\n});\\n\\nconst log = (...messages) => console.log.apply(console, [\\\"[Background]\\\", ...messages]);\\n\\nconst TAB_IDS_TO_APPLY_STYLES = {};\\nconst TAB_ORIGINAL_STYLES = {};\\n\\nconst startMonitoringTabID = (tabId, gistId) => {\\n  if (!TAB_IDS_TO_APPLY_STYLES[tabId]) {\\n    TAB_IDS_TO_APPLY_STYLES[tabId] = [];\\n  }\\n\\n  if (!TAB_IDS_TO_APPLY_STYLES[tabId].includes(gistId)) {\\n    TAB_IDS_TO_APPLY_STYLES[tabId].push(gistId);\\n  }\\n};\\n\\nconst stopMonitoringTabID = (tabId, gistId) => {\\n  if (TAB_IDS_TO_APPLY_STYLES[tabId] && TAB_IDS_TO_APPLY_STYLES[tabId].includes(gistId)) {\\n    TAB_IDS_TO_APPLY_STYLES[tabId].splice(TAB_IDS_TO_APPLY_STYLES[tabId].indexOf(gistId), 1);\\n\\n    if (TAB_IDS_TO_APPLY_STYLES[tabId].length === 0) {\\n      delete TAB_IDS_TO_APPLY_STYLES[tabId];\\n    }\\n  }\\n};\\n\\nconst getTab = tabId => new Promise((resolve, reject) => {\\n  chrome.tabs.get(tabId, resolve);\\n});\\n\\nconst getTabId = sender => parseInt((0, _last2.default)(sender.split(\\\"::\\\")), 10);\\n\\nconst handleGistContentScriptMessages = async (request, from, sender, sendResponse) => {\\n  const {\\n    type = null\\n  } = request;\\n  const types = _port.MESSAGE_TYPES;\\n\\n  if (!type) {\\n    return;\\n  }\\n\\n  if (!(0, _values2.default)(types).includes(type)) {\\n    console.error(\\\"[background] request type must be one of\\\", (0, _values2.default)(types));\\n    return;\\n  }\\n\\n  if (type === types.get_gist_content) {\\n    if (!request.url) {\\n      console.error(\\\"[background] invalid get_gist_content: missing url\\\");\\n      sendResponse({\\n        success: false\\n      });\\n      return;\\n    }\\n\\n    return window.fetch(request.url, {\\n      redirect: \\\"follow\\\",\\n      credentials: \\\"include\\\"\\n    }).then(response => response.text()).then(value => {\\n      return sendResponse({\\n        url: request.url,\\n        response: true,\\n        value\\n      });\\n    });\\n  }\\n};\\n\\nconst handleDevtoolMessages = async (request, from, sender, sendResponse) => {\\n  const {\\n    type = null\\n  } = request;\\n  const types = _port.MESSAGE_TYPES;\\n\\n  if (!type) {\\n    return;\\n  }\\n\\n  if (!(0, _values2.default)(types).includes(type)) {\\n    console.error(\\\"[background] request type must be one of\\\", (0, _values2.default)(types));\\n    return;\\n  }\\n\\n  const tabId = getTabId(from);\\n  const tab = await getTab(tabId);\\n\\n  if (type === types.log) {\\n    console.log.apply(console, request.value);\\n  } else if (type === types.send_content_stylesheets) {\\n    log(\\\"Received content stylesheets\\\", request.value);\\n\\n    if (!TAB_ORIGINAL_STYLES[tabId]) {\\n      TAB_ORIGINAL_STYLES[tabId] = request.value;\\n    } else {\\n      const contentStyles = request.value;\\n      const existingSheets = TAB_ORIGINAL_STYLES[tabId];\\n      contentStyles.forEach(style => {\\n        const index = (0, _findIndex2.default)(existingSheets, sheet => sheet.url === style.url);\\n\\n        if (index === -1) {\\n          TAB_ORIGINAL_STYLES[tabId][sUrl] = contentStyles[sUrl];\\n        }\\n      });\\n    }\\n  } else if (type === types.style_diff_changed) {\\n    if (request.value.stylesheets.length > 0) {\\n      (0, _browserAction.setBrowserActionToUploadStyle)({\\n        tabId: tabId,\\n        styleCount: request.value.stylesheets.length\\n      }); // chrome.browserAction.setPopup({ tabId: tabId, popup: \\\"\\\" });\\n    } else {\\n      (0, _browserAction.setBrowserActionToDefault)({\\n        tabId: tabId\\n      }); // chrome.browserAction.setPopup({ tabId, popup: \\\"popup.html\\\" });\\n    }\\n  } else if (type === types.get_styles_diff) {\\n    log(\\\"Received styles!\\\");\\n\\n    if (!tab || !tab.url) {\\n      alert(\\\"Something didnt work quite right. Please try again!\\\");\\n    }\\n\\n    let modifiedSheets = request.value.stylesheets.slice();\\n    const currentStyles = request.value.general_stylesheets;\\n    const oldStyles = TAB_ORIGINAL_STYLES[tabId];\\n\\n    if (oldStyles) {\\n      oldStyles.forEach(oldStyle => {\\n        const newStyle = currentStyles.find(style => style.url === oldStyle.url);\\n        const diffedStyle = (0, _stylesheetDiffer.default)(oldStyle.content, newStyle.content);\\n\\n        if (diffedStyle && diffedStyle.trim().length > 0) {\\n          modifiedSheets.push({\\n            url: oldStyle.url,\\n            content: diffedStyle\\n          });\\n        }\\n      });\\n    }\\n\\n    return (0, _api.uploadStylesheets)({\\n      stylesheets: modifiedSheets,\\n      url: tab.url\\n    }).then(stylesheetResponse => {\\n      if (stylesheetResponse.success) {\\n        chrome.tabs.captureVisibleTab(null, {\\n          format: \\\"png\\\"\\n        }, async function (photo) {\\n          chrome.tabs.create({\\n            url: stylesheetResponse.data.url\\n          }); // Capturing the photo fails sometimes shrug\\n\\n          if (photo) {\\n            (0, _api.uploadScreenshot)({\\n              photo: await (0, _toFile.toFile)(photo, _api.SCREENSHOT_CONTENT_TYPE),\\n              key: stylesheetResponse.data.id,\\n              domain: stylesheetResponse.data.domain\\n            });\\n          }\\n        });\\n      } else {\\n        alert(\\\"Something didnt work quite right. Please try again!\\\");\\n      }\\n    });\\n  }\\n};\\n\\nconst createStyleURL = tab => {\\n  return devtoolConnection.sendMessage(`devtool:${_port.PORT_TYPES.devtool_widget}:${tab.id}`, {\\n    type: _port.MESSAGE_TYPES.get_styles_diff\\n  });\\n};\\n\\nchrome.browserAction.onClicked.addListener(tab => {\\n  console.log(\\\"Clicked Browser Action\\\", (0, _browserAction.getBrowserActionState)());\\n\\n  if ((0, _browserAction.getBrowserActionState)() === _browserAction.BROWSER_ACTION_STATES.default) {} else if ((0, _browserAction.getBrowserActionState)() === _browserAction.BROWSER_ACTION_STATES.upload_style) {\\n    createStyleURL(tab);\\n  } else if ((0, _browserAction.getBrowserActionState)() === _browserAction.BROWSER_ACTION_STATES.style_applied) {\\n    chrome.tabs.query({\\n      active: true,\\n      lastFocusedWindow: true\\n    }, function (tabs) {\\n      const tab = tabs[0];\\n\\n      if (!tab) {\\n        return;\\n      }\\n\\n      (0, _inject.loadScript)(\\\"inject\\\", tab.id);\\n    });\\n  }\\n});\\nchrome.webNavigation.onBeforeNavigate.addListener(async ({\\n  tabId,\\n  url\\n}) => {\\n  const gistID = (0, _gists.getGistIDFromURL)(url);\\n\\n  if (!gistID) {\\n    log(\\\"Gist ID not found\\\");\\n    return;\\n  }\\n\\n  startMonitoringTabID(tabId, gistID);\\n}, {\\n  url: Object.values(_gists.SPECIAL_QUERY_PARAMS).map(queryContains => ({\\n    queryContains\\n  }))\\n});\\nchrome.tabs.onUpdated.addListener(async (tabId, changeInfo, tab) => {\\n  if (!TAB_IDS_TO_APPLY_STYLES[tabId]) {\\n    return;\\n  }\\n\\n  if (!tab.url) {\\n    return;\\n  }\\n\\n  if (changeInfo.status !== \\\"loading\\\") {\\n    return;\\n  }\\n\\n  Promise.all(TAB_IDS_TO_APPLY_STYLES[tabId].map(async gistId => {\\n    const gist = await (0, _gists.getGistById)(gistId);\\n    const stylefile = (0, _gists.loadStylefileFromGist)(gist);\\n\\n    if (!stylefile) {\\n      return false;\\n    }\\n\\n    if (!(0, _stylefile.shouldApplyStyleToURL)(stylefile, tab.url)) {\\n      return false;\\n    }\\n\\n    (0, _gists.applyStyleURLToTabID)(gist, tabId);\\n    return true;\\n  })).then(appliedStyles => appliedStyles.filter(_identity2.default)).then(appliedStyles => {\\n    const styleCount = appliedStyles.length;\\n\\n    if (styleCount > 0) {\\n      (0, _browserAction.setBrowserActionToStyleApplied)({\\n        tabId,\\n        styleCount\\n      });\\n    } else {\\n      // TODO: see if this is too aggro\\n      (0, _browserAction.setBrowserActionToDefault)({\\n        tabId\\n      });\\n    }\\n  });\\n});\\nchrome.tabs.onRemoved.addListener(tabId => {\\n  if (TAB_IDS_TO_APPLY_STYLES[tabId]) {\\n    stopMonitoringTabID(tabId);\\n  }\\n});\\ndevtoolConnection = messenger.initConnection(_port.PORT_TYPES.devtool_widget, handleDevtoolMessages);\\ngistConnection = messenger.initConnection(_port.PORT_TYPES.github_gist, handleGistContentScriptMessages);\"\n    },\n    {\n      \"id\": 193,\n      \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/findIndex.js\",\n      \"name\": \"./node_modules/lodash/findIndex.js\",\n      \"index\": 43,\n      \"index2\": 159,\n      \"size\": 1654,\n      \"cacheable\": true,\n      \"built\": true,\n      \"optional\": false,\n      \"prefetched\": false,\n      \"chunks\": [\n        2\n      ],\n      \"issuer\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/background.js\",\n      \"issuerId\": 192,\n      \"issuerName\": \"./chrome/extension/background.js\",\n      \"issuerPath\": [\n        {\n          \"id\": 191,\n          \"identifier\": \"multi /Users/jarred/Code/styleurl/webpack/customPublicPath /Users/jarred/Code/styleurl/chrome/extension/background\",\n          \"name\": \"multi ./webpack/customPublicPath ./chrome/extension/background\",\n          \"profile\": {\n            \"factory\": 0,\n            \"building\": 0,\n            \"dependencies\": 54\n          }\n        },\n        {\n          \"id\": 192,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/background.js\",\n          \"name\": \"./chrome/extension/background.js\",\n          \"profile\": {\n            \"factory\": 54,\n            \"building\": 639,\n            \"dependencies\": 140\n          }\n        }\n      ],\n      \"profile\": {\n        \"factory\": 140,\n        \"building\": 568,\n        \"dependencies\": 1\n      },\n      \"failed\": false,\n      \"errors\": 0,\n      \"warnings\": 0,\n      \"assets\": [],\n      \"reasons\": [\n        {\n          \"moduleId\": 192,\n          \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/background.js\",\n          \"module\": \"./chrome/extension/background.js\",\n          \"moduleName\": \"./chrome/extension/background.js\",\n          \"type\": \"cjs require\",\n          \"userRequest\": \"lodash/findIndex\",\n          \"loc\": \"5:41-68\"\n        }\n      ],\n      \"usedExports\": true,\n      \"providedExports\": null,\n      \"optimizationBailout\": [\n        \"ModuleConcatenation bailout: Module is not an ECMAScript module\"\n      ],\n      \"depth\": 2,\n      \"source\": \"var baseFindIndex = require('./_baseFindIndex'),\\n    baseIteratee = require('./_baseIteratee'),\\n    toInteger = require('./toInteger');\\n\\n/* Built-in method references for those with the same name as other `lodash` methods. */\\nvar nativeMax = Math.max;\\n\\n/**\\n * This method is like `_.find` except that it returns the index of the first\\n * element `predicate` returns truthy for instead of the element itself.\\n *\\n * @static\\n * @memberOf _\\n * @since 1.1.0\\n * @category Array\\n * @param {Array} array The array to inspect.\\n * @param {Function} [predicate=_.identity] The function invoked per iteration.\\n * @param {number} [fromIndex=0] The index to search from.\\n * @returns {number} Returns the index of the found element, else `-1`.\\n * @example\\n *\\n * var users = [\\n *   { 'user': 'barney',  'active': false },\\n *   { 'user': 'fred',    'active': false },\\n *   { 'user': 'pebbles', 'active': true }\\n * ];\\n *\\n * _.findIndex(users, function(o) { return o.user == 'barney'; });\\n * // => 0\\n *\\n * // The `_.matches` iteratee shorthand.\\n * _.findIndex(users, { 'user': 'fred', 'active': false });\\n * // => 1\\n *\\n * // The `_.matchesProperty` iteratee shorthand.\\n * _.findIndex(users, ['active', false]);\\n * // => 0\\n *\\n * // The `_.property` iteratee shorthand.\\n * _.findIndex(users, 'active');\\n * // => 2\\n */\\nfunction findIndex(array, predicate, fromIndex) {\\n  var length = array == null ? 0 : array.length;\\n  if (!length) {\\n    return -1;\\n  }\\n  var index = fromIndex == null ? 0 : toInteger(fromIndex);\\n  if (index < 0) {\\n    index = nativeMax(length + index, 0);\\n  }\\n  return baseFindIndex(array, baseIteratee(predicate, 3), index);\\n}\\n\\nmodule.exports = findIndex;\\n\"\n    },\n    {\n      \"id\": 194,\n      \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_baseFindIndex.js\",\n      \"name\": \"./node_modules/lodash/_baseFindIndex.js\",\n      \"index\": 44,\n      \"index2\": 41,\n      \"size\": 766,\n      \"cacheable\": true,\n      \"built\": true,\n      \"optional\": false,\n      \"prefetched\": false,\n      \"chunks\": [\n        2\n      ],\n      \"issuer\": \"/Users/jarred/Code/styleurl/node_modules/lodash/findIndex.js\",\n      \"issuerId\": 193,\n      \"issuerName\": \"./node_modules/lodash/findIndex.js\",\n      \"issuerPath\": [\n        {\n          \"id\": 191,\n          \"identifier\": \"multi /Users/jarred/Code/styleurl/webpack/customPublicPath /Users/jarred/Code/styleurl/chrome/extension/background\",\n          \"name\": \"multi ./webpack/customPublicPath ./chrome/extension/background\",\n          \"profile\": {\n            \"factory\": 0,\n            \"building\": 0,\n            \"dependencies\": 54\n          }\n        },\n        {\n          \"id\": 192,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/background.js\",\n          \"name\": \"./chrome/extension/background.js\",\n          \"profile\": {\n            \"factory\": 54,\n            \"building\": 639,\n            \"dependencies\": 140\n          }\n        },\n        {\n          \"id\": 193,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/findIndex.js\",\n          \"name\": \"./node_modules/lodash/findIndex.js\",\n          \"profile\": {\n            \"factory\": 140,\n            \"building\": 568,\n            \"dependencies\": 1\n          }\n        }\n      ],\n      \"profile\": {\n        \"factory\": 245,\n        \"building\": 75,\n        \"dependencies\": 1\n      },\n      \"failed\": false,\n      \"errors\": 0,\n      \"warnings\": 0,\n      \"assets\": [],\n      \"reasons\": [\n        {\n          \"moduleId\": 193,\n          \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/findIndex.js\",\n          \"module\": \"./node_modules/lodash/findIndex.js\",\n          \"moduleName\": \"./node_modules/lodash/findIndex.js\",\n          \"type\": \"cjs require\",\n          \"userRequest\": \"./_baseFindIndex\",\n          \"loc\": \"1:20-47\"\n        }\n      ],\n      \"usedExports\": true,\n      \"providedExports\": null,\n      \"optimizationBailout\": [\n        \"ModuleConcatenation bailout: Module is not an ECMAScript module\"\n      ],\n      \"depth\": 3,\n      \"source\": \"/**\\n * The base implementation of `_.findIndex` and `_.findLastIndex` without\\n * support for iteratee shorthands.\\n *\\n * @private\\n * @param {Array} array The array to inspect.\\n * @param {Function} predicate The function invoked per iteration.\\n * @param {number} fromIndex The index to search from.\\n * @param {boolean} [fromRight] Specify iterating from right to left.\\n * @returns {number} Returns the index of the matched value, else `-1`.\\n */\\nfunction baseFindIndex(array, predicate, fromIndex, fromRight) {\\n  var length = array.length,\\n      index = fromIndex + (fromRight ? 1 : -1);\\n\\n  while ((fromRight ? index-- : ++index < length)) {\\n    if (predicate(array[index], index, array)) {\\n      return index;\\n    }\\n  }\\n  return -1;\\n}\\n\\nmodule.exports = baseFindIndex;\\n\"\n    },\n    {\n      \"id\": 195,\n      \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_baseIteratee.js\",\n      \"name\": \"./node_modules/lodash/_baseIteratee.js\",\n      \"index\": 45,\n      \"index2\": 155,\n      \"size\": 895,\n      \"cacheable\": true,\n      \"built\": true,\n      \"optional\": false,\n      \"prefetched\": false,\n      \"chunks\": [\n        2\n      ],\n      \"issuer\": \"/Users/jarred/Code/styleurl/node_modules/lodash/findIndex.js\",\n      \"issuerId\": 193,\n      \"issuerName\": \"./node_modules/lodash/findIndex.js\",\n      \"issuerPath\": [\n        {\n          \"id\": 191,\n          \"identifier\": \"multi /Users/jarred/Code/styleurl/webpack/customPublicPath /Users/jarred/Code/styleurl/chrome/extension/background\",\n          \"name\": \"multi ./webpack/customPublicPath ./chrome/extension/background\",\n          \"profile\": {\n            \"factory\": 0,\n            \"building\": 0,\n            \"dependencies\": 54\n          }\n        },\n        {\n          \"id\": 192,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/background.js\",\n          \"name\": \"./chrome/extension/background.js\",\n          \"profile\": {\n            \"factory\": 54,\n            \"building\": 639,\n            \"dependencies\": 140\n          }\n        },\n        {\n          \"id\": 193,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/findIndex.js\",\n          \"name\": \"./node_modules/lodash/findIndex.js\",\n          \"profile\": {\n            \"factory\": 140,\n            \"building\": 568,\n            \"dependencies\": 1\n          }\n        }\n      ],\n      \"profile\": {\n        \"factory\": 245,\n        \"building\": 75,\n        \"dependencies\": 1\n      },\n      \"failed\": false,\n      \"errors\": 0,\n      \"warnings\": 0,\n      \"assets\": [],\n      \"reasons\": [\n        {\n          \"moduleId\": 193,\n          \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/findIndex.js\",\n          \"module\": \"./node_modules/lodash/findIndex.js\",\n          \"moduleName\": \"./node_modules/lodash/findIndex.js\",\n          \"type\": \"cjs require\",\n          \"userRequest\": \"./_baseIteratee\",\n          \"loc\": \"2:19-45\"\n        }\n      ],\n      \"usedExports\": true,\n      \"providedExports\": null,\n      \"optimizationBailout\": [\n        \"ModuleConcatenation bailout: Module is not an ECMAScript module\"\n      ],\n      \"depth\": 3,\n      \"source\": \"var baseMatches = require('./_baseMatches'),\\n    baseMatchesProperty = require('./_baseMatchesProperty'),\\n    identity = require('./identity'),\\n    isArray = require('./isArray'),\\n    property = require('./property');\\n\\n/**\\n * The base implementation of `_.iteratee`.\\n *\\n * @private\\n * @param {*} [value=_.identity] The value to convert to an iteratee.\\n * @returns {Function} Returns the iteratee.\\n */\\nfunction baseIteratee(value) {\\n  // Don't store the `typeof` result in a variable to avoid a JIT bug in Safari 9.\\n  // See https://bugs.webkit.org/show_bug.cgi?id=156034 for more details.\\n  if (typeof value == 'function') {\\n    return value;\\n  }\\n  if (value == null) {\\n    return identity;\\n  }\\n  if (typeof value == 'object') {\\n    return isArray(value)\\n      ? baseMatchesProperty(value[0], value[1])\\n      : baseMatches(value);\\n  }\\n  return property(value);\\n}\\n\\nmodule.exports = baseIteratee;\\n\"\n    },\n    {\n      \"id\": 196,\n      \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_baseMatches.js\",\n      \"name\": \"./node_modules/lodash/_baseMatches.js\",\n      \"index\": 46,\n      \"index2\": 135,\n      \"size\": 710,\n      \"cacheable\": true,\n      \"built\": true,\n      \"optional\": false,\n      \"prefetched\": false,\n      \"chunks\": [\n        2\n      ],\n      \"issuer\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_baseIteratee.js\",\n      \"issuerId\": 195,\n      \"issuerName\": \"./node_modules/lodash/_baseIteratee.js\",\n      \"issuerPath\": [\n        {\n          \"id\": 191,\n          \"identifier\": \"multi /Users/jarred/Code/styleurl/webpack/customPublicPath /Users/jarred/Code/styleurl/chrome/extension/background\",\n          \"name\": \"multi ./webpack/customPublicPath ./chrome/extension/background\",\n          \"profile\": {\n            \"factory\": 0,\n            \"building\": 0,\n            \"dependencies\": 54\n          }\n        },\n        {\n          \"id\": 192,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/background.js\",\n          \"name\": \"./chrome/extension/background.js\",\n          \"profile\": {\n            \"factory\": 54,\n            \"building\": 639,\n            \"dependencies\": 140\n          }\n        },\n        {\n          \"id\": 193,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/findIndex.js\",\n          \"name\": \"./node_modules/lodash/findIndex.js\",\n          \"profile\": {\n            \"factory\": 140,\n            \"building\": 568,\n            \"dependencies\": 1\n          }\n        },\n        {\n          \"id\": 195,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_baseIteratee.js\",\n          \"name\": \"./node_modules/lodash/_baseIteratee.js\",\n          \"profile\": {\n            \"factory\": 245,\n            \"building\": 75,\n            \"dependencies\": 1\n          }\n        }\n      ],\n      \"profile\": {\n        \"factory\": 82,\n        \"building\": 104,\n        \"dependencies\": 78\n      },\n      \"failed\": false,\n      \"errors\": 0,\n      \"warnings\": 0,\n      \"assets\": [],\n      \"reasons\": [\n        {\n          \"moduleId\": 195,\n          \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_baseIteratee.js\",\n          \"module\": \"./node_modules/lodash/_baseIteratee.js\",\n          \"moduleName\": \"./node_modules/lodash/_baseIteratee.js\",\n          \"type\": \"cjs require\",\n          \"userRequest\": \"./_baseMatches\",\n          \"loc\": \"1:18-43\"\n        }\n      ],\n      \"usedExports\": true,\n      \"providedExports\": null,\n      \"optimizationBailout\": [\n        \"ModuleConcatenation bailout: Module is not an ECMAScript module\"\n      ],\n      \"depth\": 4,\n      \"source\": \"var baseIsMatch = require('./_baseIsMatch'),\\n    getMatchData = require('./_getMatchData'),\\n    matchesStrictComparable = require('./_matchesStrictComparable');\\n\\n/**\\n * The base implementation of `_.matches` which doesn't clone `source`.\\n *\\n * @private\\n * @param {Object} source The object of property values to match.\\n * @returns {Function} Returns the new spec function.\\n */\\nfunction baseMatches(source) {\\n  var matchData = getMatchData(source);\\n  if (matchData.length == 1 && matchData[0][2]) {\\n    return matchesStrictComparable(matchData[0][0], matchData[0][1]);\\n  }\\n  return function(object) {\\n    return object === source || baseIsMatch(object, source, matchData);\\n  };\\n}\\n\\nmodule.exports = baseMatches;\\n\"\n    },\n    {\n      \"id\": 197,\n      \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_baseIsMatch.js\",\n      \"name\": \"./node_modules/lodash/_baseIsMatch.js\",\n      \"index\": 47,\n      \"index2\": 131,\n      \"size\": 1765,\n      \"cacheable\": true,\n      \"built\": true,\n      \"optional\": false,\n      \"prefetched\": false,\n      \"chunks\": [\n        2\n      ],\n      \"issuer\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_baseMatches.js\",\n      \"issuerId\": 196,\n      \"issuerName\": \"./node_modules/lodash/_baseMatches.js\",\n      \"issuerPath\": [\n        {\n          \"id\": 191,\n          \"identifier\": \"multi /Users/jarred/Code/styleurl/webpack/customPublicPath /Users/jarred/Code/styleurl/chrome/extension/background\",\n          \"name\": \"multi ./webpack/customPublicPath ./chrome/extension/background\",\n          \"profile\": {\n            \"factory\": 0,\n            \"building\": 0,\n            \"dependencies\": 54\n          }\n        },\n        {\n          \"id\": 192,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/background.js\",\n          \"name\": \"./chrome/extension/background.js\",\n          \"profile\": {\n            \"factory\": 54,\n            \"building\": 639,\n            \"dependencies\": 140\n          }\n        },\n        {\n          \"id\": 193,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/findIndex.js\",\n          \"name\": \"./node_modules/lodash/findIndex.js\",\n          \"profile\": {\n            \"factory\": 140,\n            \"building\": 568,\n            \"dependencies\": 1\n          }\n        },\n        {\n          \"id\": 195,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_baseIteratee.js\",\n          \"name\": \"./node_modules/lodash/_baseIteratee.js\",\n          \"profile\": {\n            \"factory\": 245,\n            \"building\": 75,\n            \"dependencies\": 1\n          }\n        },\n        {\n          \"id\": 196,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_baseMatches.js\",\n          \"name\": \"./node_modules/lodash/_baseMatches.js\",\n          \"profile\": {\n            \"factory\": 82,\n            \"building\": 104,\n            \"dependencies\": 78\n          }\n        }\n      ],\n      \"profile\": {\n        \"factory\": 78,\n        \"building\": 19,\n        \"dependencies\": 1\n      },\n      \"failed\": false,\n      \"errors\": 0,\n      \"warnings\": 0,\n      \"assets\": [],\n      \"reasons\": [\n        {\n          \"moduleId\": 196,\n          \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_baseMatches.js\",\n          \"module\": \"./node_modules/lodash/_baseMatches.js\",\n          \"moduleName\": \"./node_modules/lodash/_baseMatches.js\",\n          \"type\": \"cjs require\",\n          \"userRequest\": \"./_baseIsMatch\",\n          \"loc\": \"1:18-43\"\n        }\n      ],\n      \"usedExports\": true,\n      \"providedExports\": null,\n      \"optimizationBailout\": [\n        \"ModuleConcatenation bailout: Module is not an ECMAScript module\"\n      ],\n      \"depth\": 5,\n      \"source\": \"var Stack = require('./_Stack'),\\n    baseIsEqual = require('./_baseIsEqual');\\n\\n/** Used to compose bitmasks for value comparisons. */\\nvar COMPARE_PARTIAL_FLAG = 1,\\n    COMPARE_UNORDERED_FLAG = 2;\\n\\n/**\\n * The base implementation of `_.isMatch` without support for iteratee shorthands.\\n *\\n * @private\\n * @param {Object} object The object to inspect.\\n * @param {Object} source The object of property values to match.\\n * @param {Array} matchData The property names, values, and compare flags to match.\\n * @param {Function} [customizer] The function to customize comparisons.\\n * @returns {boolean} Returns `true` if `object` is a match, else `false`.\\n */\\nfunction baseIsMatch(object, source, matchData, customizer) {\\n  var index = matchData.length,\\n      length = index,\\n      noCustomizer = !customizer;\\n\\n  if (object == null) {\\n    return !length;\\n  }\\n  object = Object(object);\\n  while (index--) {\\n    var data = matchData[index];\\n    if ((noCustomizer && data[2])\\n          ? data[1] !== object[data[0]]\\n          : !(data[0] in object)\\n        ) {\\n      return false;\\n    }\\n  }\\n  while (++index < length) {\\n    data = matchData[index];\\n    var key = data[0],\\n        objValue = object[key],\\n        srcValue = data[1];\\n\\n    if (noCustomizer && data[2]) {\\n      if (objValue === undefined && !(key in object)) {\\n        return false;\\n      }\\n    } else {\\n      var stack = new Stack;\\n      if (customizer) {\\n        var result = customizer(objValue, srcValue, key, object, source, stack);\\n      }\\n      if (!(result === undefined\\n            ? baseIsEqual(srcValue, objValue, COMPARE_PARTIAL_FLAG | COMPARE_UNORDERED_FLAG, customizer, stack)\\n            : result\\n          )) {\\n        return false;\\n      }\\n    }\\n  }\\n  return true;\\n}\\n\\nmodule.exports = baseIsMatch;\\n\"\n    },\n    {\n      \"id\": 198,\n      \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_listCacheClear.js\",\n      \"name\": \"./node_modules/lodash/_listCacheClear.js\",\n      \"index\": 50,\n      \"index2\": 42,\n      \"size\": 218,\n      \"cacheable\": true,\n      \"built\": true,\n      \"optional\": false,\n      \"prefetched\": false,\n      \"chunks\": [\n        2\n      ],\n      \"issuer\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_ListCache.js\",\n      \"issuerId\": 63,\n      \"issuerName\": \"./node_modules/lodash/_ListCache.js\",\n      \"issuerPath\": [\n        {\n          \"id\": 191,\n          \"identifier\": \"multi /Users/jarred/Code/styleurl/webpack/customPublicPath /Users/jarred/Code/styleurl/chrome/extension/background\",\n          \"name\": \"multi ./webpack/customPublicPath ./chrome/extension/background\",\n          \"profile\": {\n            \"factory\": 0,\n            \"building\": 0,\n            \"dependencies\": 54\n          }\n        },\n        {\n          \"id\": 192,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/background.js\",\n          \"name\": \"./chrome/extension/background.js\",\n          \"profile\": {\n            \"factory\": 54,\n            \"building\": 639,\n            \"dependencies\": 140\n          }\n        },\n        {\n          \"id\": 193,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/findIndex.js\",\n          \"name\": \"./node_modules/lodash/findIndex.js\",\n          \"profile\": {\n            \"factory\": 140,\n            \"building\": 568,\n            \"dependencies\": 1\n          }\n        },\n        {\n          \"id\": 195,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_baseIteratee.js\",\n          \"name\": \"./node_modules/lodash/_baseIteratee.js\",\n          \"profile\": {\n            \"factory\": 245,\n            \"building\": 75,\n            \"dependencies\": 1\n          }\n        },\n        {\n          \"id\": 196,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_baseMatches.js\",\n          \"name\": \"./node_modules/lodash/_baseMatches.js\",\n          \"profile\": {\n            \"factory\": 82,\n            \"building\": 104,\n            \"dependencies\": 78\n          }\n        },\n        {\n          \"id\": 197,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_baseIsMatch.js\",\n          \"name\": \"./node_modules/lodash/_baseIsMatch.js\",\n          \"profile\": {\n            \"factory\": 78,\n            \"building\": 19,\n            \"dependencies\": 1\n          }\n        },\n        {\n          \"id\": 139,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_Stack.js\",\n          \"name\": \"./node_modules/lodash/_Stack.js\",\n          \"profile\": {\n            \"factory\": 41,\n            \"building\": 34\n          }\n        },\n        {\n          \"id\": 63,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_ListCache.js\",\n          \"name\": \"./node_modules/lodash/_ListCache.js\",\n          \"profile\": {\n            \"factory\": 41,\n            \"building\": 20,\n            \"dependencies\": 0\n          }\n        }\n      ],\n      \"profile\": {\n        \"factory\": 21,\n        \"building\": 38,\n        \"dependencies\": 42\n      },\n      \"failed\": false,\n      \"errors\": 0,\n      \"warnings\": 0,\n      \"assets\": [],\n      \"reasons\": [\n        {\n          \"moduleId\": 63,\n          \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_ListCache.js\",\n          \"module\": \"./node_modules/lodash/_ListCache.js\",\n          \"moduleName\": \"./node_modules/lodash/_ListCache.js\",\n          \"type\": \"cjs require\",\n          \"userRequest\": \"./_listCacheClear\",\n          \"loc\": \"1:21-49\"\n        }\n      ],\n      \"usedExports\": true,\n      \"providedExports\": null,\n      \"optimizationBailout\": [\n        \"ModuleConcatenation bailout: Module is not an ECMAScript module\"\n      ],\n      \"depth\": 8,\n      \"source\": \"/**\\n * Removes all key-value entries from the list cache.\\n *\\n * @private\\n * @name clear\\n * @memberOf ListCache\\n */\\nfunction listCacheClear() {\\n  this.__data__ = [];\\n  this.size = 0;\\n}\\n\\nmodule.exports = listCacheClear;\\n\"\n    },\n    {\n      \"id\": 199,\n      \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_listCacheDelete.js\",\n      \"name\": \"./node_modules/lodash/_listCacheDelete.js\",\n      \"index\": 51,\n      \"index2\": 45,\n      \"size\": 775,\n      \"cacheable\": true,\n      \"built\": true,\n      \"optional\": false,\n      \"prefetched\": false,\n      \"chunks\": [\n        2\n      ],\n      \"issuer\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_ListCache.js\",\n      \"issuerId\": 63,\n      \"issuerName\": \"./node_modules/lodash/_ListCache.js\",\n      \"issuerPath\": [\n        {\n          \"id\": 191,\n          \"identifier\": \"multi /Users/jarred/Code/styleurl/webpack/customPublicPath /Users/jarred/Code/styleurl/chrome/extension/background\",\n          \"name\": \"multi ./webpack/customPublicPath ./chrome/extension/background\",\n          \"profile\": {\n            \"factory\": 0,\n            \"building\": 0,\n            \"dependencies\": 54\n          }\n        },\n        {\n          \"id\": 192,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/background.js\",\n          \"name\": \"./chrome/extension/background.js\",\n          \"profile\": {\n            \"factory\": 54,\n            \"building\": 639,\n            \"dependencies\": 140\n          }\n        },\n        {\n          \"id\": 193,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/findIndex.js\",\n          \"name\": \"./node_modules/lodash/findIndex.js\",\n          \"profile\": {\n            \"factory\": 140,\n            \"building\": 568,\n            \"dependencies\": 1\n          }\n        },\n        {\n          \"id\": 195,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_baseIteratee.js\",\n          \"name\": \"./node_modules/lodash/_baseIteratee.js\",\n          \"profile\": {\n            \"factory\": 245,\n            \"building\": 75,\n            \"dependencies\": 1\n          }\n        },\n        {\n          \"id\": 196,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_baseMatches.js\",\n          \"name\": \"./node_modules/lodash/_baseMatches.js\",\n          \"profile\": {\n            \"factory\": 82,\n            \"building\": 104,\n            \"dependencies\": 78\n          }\n        },\n        {\n          \"id\": 197,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_baseIsMatch.js\",\n          \"name\": \"./node_modules/lodash/_baseIsMatch.js\",\n          \"profile\": {\n            \"factory\": 78,\n            \"building\": 19,\n            \"dependencies\": 1\n          }\n        },\n        {\n          \"id\": 139,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_Stack.js\",\n          \"name\": \"./node_modules/lodash/_Stack.js\",\n          \"profile\": {\n            \"factory\": 41,\n            \"building\": 34\n          }\n        },\n        {\n          \"id\": 63,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_ListCache.js\",\n          \"name\": \"./node_modules/lodash/_ListCache.js\",\n          \"profile\": {\n            \"factory\": 41,\n            \"building\": 20,\n            \"dependencies\": 0\n          }\n        }\n      ],\n      \"profile\": {\n        \"factory\": 21,\n        \"building\": 38,\n        \"dependencies\": 42\n      },\n      \"failed\": false,\n      \"errors\": 0,\n      \"warnings\": 0,\n      \"assets\": [],\n      \"reasons\": [\n        {\n          \"moduleId\": 63,\n          \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_ListCache.js\",\n          \"module\": \"./node_modules/lodash/_ListCache.js\",\n          \"moduleName\": \"./node_modules/lodash/_ListCache.js\",\n          \"type\": \"cjs require\",\n          \"userRequest\": \"./_listCacheDelete\",\n          \"loc\": \"2:22-51\"\n        }\n      ],\n      \"usedExports\": true,\n      \"providedExports\": null,\n      \"optimizationBailout\": [\n        \"ModuleConcatenation bailout: Module is not an ECMAScript module\"\n      ],\n      \"depth\": 8,\n      \"source\": \"var assocIndexOf = require('./_assocIndexOf');\\n\\n/** Used for built-in method references. */\\nvar arrayProto = Array.prototype;\\n\\n/** Built-in value references. */\\nvar splice = arrayProto.splice;\\n\\n/**\\n * Removes `key` and its value from the list cache.\\n *\\n * @private\\n * @name delete\\n * @memberOf ListCache\\n * @param {string} key The key of the value to remove.\\n * @returns {boolean} Returns `true` if the entry was removed, else `false`.\\n */\\nfunction listCacheDelete(key) {\\n  var data = this.__data__,\\n      index = assocIndexOf(data, key);\\n\\n  if (index < 0) {\\n    return false;\\n  }\\n  var lastIndex = data.length - 1;\\n  if (index == lastIndex) {\\n    data.pop();\\n  } else {\\n    splice.call(data, index, 1);\\n  }\\n  --this.size;\\n  return true;\\n}\\n\\nmodule.exports = listCacheDelete;\\n\"\n    },\n    {\n      \"id\": 200,\n      \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_listCacheGet.js\",\n      \"name\": \"./node_modules/lodash/_listCacheGet.js\",\n      \"index\": 54,\n      \"index2\": 46,\n      \"size\": 420,\n      \"cacheable\": true,\n      \"built\": true,\n      \"optional\": false,\n      \"prefetched\": false,\n      \"chunks\": [\n        2\n      ],\n      \"issuer\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_ListCache.js\",\n      \"issuerId\": 63,\n      \"issuerName\": \"./node_modules/lodash/_ListCache.js\",\n      \"issuerPath\": [\n        {\n          \"id\": 191,\n          \"identifier\": \"multi /Users/jarred/Code/styleurl/webpack/customPublicPath /Users/jarred/Code/styleurl/chrome/extension/background\",\n          \"name\": \"multi ./webpack/customPublicPath ./chrome/extension/background\",\n          \"profile\": {\n            \"factory\": 0,\n            \"building\": 0,\n            \"dependencies\": 54\n          }\n        },\n        {\n          \"id\": 192,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/background.js\",\n          \"name\": \"./chrome/extension/background.js\",\n          \"profile\": {\n            \"factory\": 54,\n            \"building\": 639,\n            \"dependencies\": 140\n          }\n        },\n        {\n          \"id\": 193,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/findIndex.js\",\n          \"name\": \"./node_modules/lodash/findIndex.js\",\n          \"profile\": {\n            \"factory\": 140,\n            \"building\": 568,\n            \"dependencies\": 1\n          }\n        },\n        {\n          \"id\": 195,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_baseIteratee.js\",\n          \"name\": \"./node_modules/lodash/_baseIteratee.js\",\n          \"profile\": {\n            \"factory\": 245,\n            \"building\": 75,\n            \"dependencies\": 1\n          }\n        },\n        {\n          \"id\": 196,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_baseMatches.js\",\n          \"name\": \"./node_modules/lodash/_baseMatches.js\",\n          \"profile\": {\n            \"factory\": 82,\n            \"building\": 104,\n            \"dependencies\": 78\n          }\n        },\n        {\n          \"id\": 197,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_baseIsMatch.js\",\n          \"name\": \"./node_modules/lodash/_baseIsMatch.js\",\n          \"profile\": {\n            \"factory\": 78,\n            \"building\": 19,\n            \"dependencies\": 1\n          }\n        },\n        {\n          \"id\": 139,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_Stack.js\",\n          \"name\": \"./node_modules/lodash/_Stack.js\",\n          \"profile\": {\n            \"factory\": 41,\n            \"building\": 34\n          }\n        },\n        {\n          \"id\": 63,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_ListCache.js\",\n          \"name\": \"./node_modules/lodash/_ListCache.js\",\n          \"profile\": {\n            \"factory\": 41,\n            \"building\": 20,\n            \"dependencies\": 0\n          }\n        }\n      ],\n      \"profile\": {\n        \"factory\": 21,\n        \"building\": 38,\n        \"dependencies\": 42\n      },\n      \"failed\": false,\n      \"errors\": 0,\n      \"warnings\": 0,\n      \"assets\": [],\n      \"reasons\": [\n        {\n          \"moduleId\": 63,\n          \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_ListCache.js\",\n          \"module\": \"./node_modules/lodash/_ListCache.js\",\n          \"moduleName\": \"./node_modules/lodash/_ListCache.js\",\n          \"type\": \"cjs require\",\n          \"userRequest\": \"./_listCacheGet\",\n          \"loc\": \"3:19-45\"\n        }\n      ],\n      \"usedExports\": true,\n      \"providedExports\": null,\n      \"optimizationBailout\": [\n        \"ModuleConcatenation bailout: Module is not an ECMAScript module\"\n      ],\n      \"depth\": 8,\n      \"source\": \"var assocIndexOf = require('./_assocIndexOf');\\n\\n/**\\n * Gets the list cache value for `key`.\\n *\\n * @private\\n * @name get\\n * @memberOf ListCache\\n * @param {string} key The key of the value to get.\\n * @returns {*} Returns the entry value.\\n */\\nfunction listCacheGet(key) {\\n  var data = this.__data__,\\n      index = assocIndexOf(data, key);\\n\\n  return index < 0 ? undefined : data[index][1];\\n}\\n\\nmodule.exports = listCacheGet;\\n\"\n    },\n    {\n      \"id\": 201,\n      \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_listCacheHas.js\",\n      \"name\": \"./node_modules/lodash/_listCacheHas.js\",\n      \"index\": 55,\n      \"index2\": 47,\n      \"size\": 403,\n      \"cacheable\": true,\n      \"built\": true,\n      \"optional\": false,\n      \"prefetched\": false,\n      \"chunks\": [\n        2\n      ],\n      \"issuer\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_ListCache.js\",\n      \"issuerId\": 63,\n      \"issuerName\": \"./node_modules/lodash/_ListCache.js\",\n      \"issuerPath\": [\n        {\n          \"id\": 191,\n          \"identifier\": \"multi /Users/jarred/Code/styleurl/webpack/customPublicPath /Users/jarred/Code/styleurl/chrome/extension/background\",\n          \"name\": \"multi ./webpack/customPublicPath ./chrome/extension/background\",\n          \"profile\": {\n            \"factory\": 0,\n            \"building\": 0,\n            \"dependencies\": 54\n          }\n        },\n        {\n          \"id\": 192,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/background.js\",\n          \"name\": \"./chrome/extension/background.js\",\n          \"profile\": {\n            \"factory\": 54,\n            \"building\": 639,\n            \"dependencies\": 140\n          }\n        },\n        {\n          \"id\": 193,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/findIndex.js\",\n          \"name\": \"./node_modules/lodash/findIndex.js\",\n          \"profile\": {\n            \"factory\": 140,\n            \"building\": 568,\n            \"dependencies\": 1\n          }\n        },\n        {\n          \"id\": 195,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_baseIteratee.js\",\n          \"name\": \"./node_modules/lodash/_baseIteratee.js\",\n          \"profile\": {\n            \"factory\": 245,\n            \"building\": 75,\n            \"dependencies\": 1\n          }\n        },\n        {\n          \"id\": 196,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_baseMatches.js\",\n          \"name\": \"./node_modules/lodash/_baseMatches.js\",\n          \"profile\": {\n            \"factory\": 82,\n            \"building\": 104,\n            \"dependencies\": 78\n          }\n        },\n        {\n          \"id\": 197,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_baseIsMatch.js\",\n          \"name\": \"./node_modules/lodash/_baseIsMatch.js\",\n          \"profile\": {\n            \"factory\": 78,\n            \"building\": 19,\n            \"dependencies\": 1\n          }\n        },\n        {\n          \"id\": 139,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_Stack.js\",\n          \"name\": \"./node_modules/lodash/_Stack.js\",\n          \"profile\": {\n            \"factory\": 41,\n            \"building\": 34\n          }\n        },\n        {\n          \"id\": 63,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_ListCache.js\",\n          \"name\": \"./node_modules/lodash/_ListCache.js\",\n          \"profile\": {\n            \"factory\": 41,\n            \"building\": 20,\n            \"dependencies\": 0\n          }\n        }\n      ],\n      \"profile\": {\n        \"factory\": 21,\n        \"building\": 38,\n        \"dependencies\": 42\n      },\n      \"failed\": false,\n      \"errors\": 0,\n      \"warnings\": 0,\n      \"assets\": [],\n      \"reasons\": [\n        {\n          \"moduleId\": 63,\n          \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_ListCache.js\",\n          \"module\": \"./node_modules/lodash/_ListCache.js\",\n          \"moduleName\": \"./node_modules/lodash/_ListCache.js\",\n          \"type\": \"cjs require\",\n          \"userRequest\": \"./_listCacheHas\",\n          \"loc\": \"4:19-45\"\n        }\n      ],\n      \"usedExports\": true,\n      \"providedExports\": null,\n      \"optimizationBailout\": [\n        \"ModuleConcatenation bailout: Module is not an ECMAScript module\"\n      ],\n      \"depth\": 8,\n      \"source\": \"var assocIndexOf = require('./_assocIndexOf');\\n\\n/**\\n * Checks if a list cache value for `key` exists.\\n *\\n * @private\\n * @name has\\n * @memberOf ListCache\\n * @param {string} key The key of the entry to check.\\n * @returns {boolean} Returns `true` if an entry for `key` exists, else `false`.\\n */\\nfunction listCacheHas(key) {\\n  return assocIndexOf(this.__data__, key) > -1;\\n}\\n\\nmodule.exports = listCacheHas;\\n\"\n    },\n    {\n      \"id\": 202,\n      \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_listCacheSet.js\",\n      \"name\": \"./node_modules/lodash/_listCacheSet.js\",\n      \"index\": 56,\n      \"index2\": 48,\n      \"size\": 553,\n      \"cacheable\": true,\n      \"built\": true,\n      \"optional\": false,\n      \"prefetched\": false,\n      \"chunks\": [\n        2\n      ],\n      \"issuer\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_ListCache.js\",\n      \"issuerId\": 63,\n      \"issuerName\": \"./node_modules/lodash/_ListCache.js\",\n      \"issuerPath\": [\n        {\n          \"id\": 191,\n          \"identifier\": \"multi /Users/jarred/Code/styleurl/webpack/customPublicPath /Users/jarred/Code/styleurl/chrome/extension/background\",\n          \"name\": \"multi ./webpack/customPublicPath ./chrome/extension/background\",\n          \"profile\": {\n            \"factory\": 0,\n            \"building\": 0,\n            \"dependencies\": 54\n          }\n        },\n        {\n          \"id\": 192,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/background.js\",\n          \"name\": \"./chrome/extension/background.js\",\n          \"profile\": {\n            \"factory\": 54,\n            \"building\": 639,\n            \"dependencies\": 140\n          }\n        },\n        {\n          \"id\": 193,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/findIndex.js\",\n          \"name\": \"./node_modules/lodash/findIndex.js\",\n          \"profile\": {\n            \"factory\": 140,\n            \"building\": 568,\n            \"dependencies\": 1\n          }\n        },\n        {\n          \"id\": 195,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_baseIteratee.js\",\n          \"name\": \"./node_modules/lodash/_baseIteratee.js\",\n          \"profile\": {\n            \"factory\": 245,\n            \"building\": 75,\n            \"dependencies\": 1\n          }\n        },\n        {\n          \"id\": 196,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_baseMatches.js\",\n          \"name\": \"./node_modules/lodash/_baseMatches.js\",\n          \"profile\": {\n            \"factory\": 82,\n            \"building\": 104,\n            \"dependencies\": 78\n          }\n        },\n        {\n          \"id\": 197,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_baseIsMatch.js\",\n          \"name\": \"./node_modules/lodash/_baseIsMatch.js\",\n          \"profile\": {\n            \"factory\": 78,\n            \"building\": 19,\n            \"dependencies\": 1\n          }\n        },\n        {\n          \"id\": 139,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_Stack.js\",\n          \"name\": \"./node_modules/lodash/_Stack.js\",\n          \"profile\": {\n            \"factory\": 41,\n            \"building\": 34\n          }\n        },\n        {\n          \"id\": 63,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_ListCache.js\",\n          \"name\": \"./node_modules/lodash/_ListCache.js\",\n          \"profile\": {\n            \"factory\": 41,\n            \"building\": 20,\n            \"dependencies\": 0\n          }\n        }\n      ],\n      \"profile\": {\n        \"factory\": 21,\n        \"building\": 38,\n        \"dependencies\": 42\n      },\n      \"failed\": false,\n      \"errors\": 0,\n      \"warnings\": 0,\n      \"assets\": [],\n      \"reasons\": [\n        {\n          \"moduleId\": 63,\n          \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_ListCache.js\",\n          \"module\": \"./node_modules/lodash/_ListCache.js\",\n          \"moduleName\": \"./node_modules/lodash/_ListCache.js\",\n          \"type\": \"cjs require\",\n          \"userRequest\": \"./_listCacheSet\",\n          \"loc\": \"5:19-45\"\n        }\n      ],\n      \"usedExports\": true,\n      \"providedExports\": null,\n      \"optimizationBailout\": [\n        \"ModuleConcatenation bailout: Module is not an ECMAScript module\"\n      ],\n      \"depth\": 8,\n      \"source\": \"var assocIndexOf = require('./_assocIndexOf');\\n\\n/**\\n * Sets the list cache `key` to `value`.\\n *\\n * @private\\n * @name set\\n * @memberOf ListCache\\n * @param {string} key The key of the value to set.\\n * @param {*} value The value to set.\\n * @returns {Object} Returns the list cache instance.\\n */\\nfunction listCacheSet(key, value) {\\n  var data = this.__data__,\\n      index = assocIndexOf(data, key);\\n\\n  if (index < 0) {\\n    ++this.size;\\n    data.push([key, value]);\\n  } else {\\n    data[index][1] = value;\\n  }\\n  return this;\\n}\\n\\nmodule.exports = listCacheSet;\\n\"\n    },\n    {\n      \"id\": 203,\n      \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_stackClear.js\",\n      \"name\": \"./node_modules/lodash/_stackClear.js\",\n      \"index\": 57,\n      \"index2\": 50,\n      \"size\": 254,\n      \"cacheable\": true,\n      \"built\": true,\n      \"optional\": false,\n      \"prefetched\": false,\n      \"chunks\": [\n        2\n      ],\n      \"issuer\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_Stack.js\",\n      \"issuerId\": 139,\n      \"issuerName\": \"./node_modules/lodash/_Stack.js\",\n      \"issuerPath\": [\n        {\n          \"id\": 191,\n          \"identifier\": \"multi /Users/jarred/Code/styleurl/webpack/customPublicPath /Users/jarred/Code/styleurl/chrome/extension/background\",\n          \"name\": \"multi ./webpack/customPublicPath ./chrome/extension/background\",\n          \"profile\": {\n            \"factory\": 0,\n            \"building\": 0,\n            \"dependencies\": 54\n          }\n        },\n        {\n          \"id\": 192,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/background.js\",\n          \"name\": \"./chrome/extension/background.js\",\n          \"profile\": {\n            \"factory\": 54,\n            \"building\": 639,\n            \"dependencies\": 140\n          }\n        },\n        {\n          \"id\": 193,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/findIndex.js\",\n          \"name\": \"./node_modules/lodash/findIndex.js\",\n          \"profile\": {\n            \"factory\": 140,\n            \"building\": 568,\n            \"dependencies\": 1\n          }\n        },\n        {\n          \"id\": 195,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_baseIteratee.js\",\n          \"name\": \"./node_modules/lodash/_baseIteratee.js\",\n          \"profile\": {\n            \"factory\": 245,\n            \"building\": 75,\n            \"dependencies\": 1\n          }\n        },\n        {\n          \"id\": 196,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_baseMatches.js\",\n          \"name\": \"./node_modules/lodash/_baseMatches.js\",\n          \"profile\": {\n            \"factory\": 82,\n            \"building\": 104,\n            \"dependencies\": 78\n          }\n        },\n        {\n          \"id\": 197,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_baseIsMatch.js\",\n          \"name\": \"./node_modules/lodash/_baseIsMatch.js\",\n          \"profile\": {\n            \"factory\": 78,\n            \"building\": 19,\n            \"dependencies\": 1\n          }\n        },\n        {\n          \"id\": 139,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_Stack.js\",\n          \"name\": \"./node_modules/lodash/_Stack.js\",\n          \"profile\": {\n            \"factory\": 41,\n            \"building\": 34\n          }\n        }\n      ],\n      \"profile\": {\n        \"factory\": 41,\n        \"building\": 20,\n        \"dependencies\": 0\n      },\n      \"failed\": false,\n      \"errors\": 0,\n      \"warnings\": 0,\n      \"assets\": [],\n      \"reasons\": [\n        {\n          \"moduleId\": 139,\n          \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_Stack.js\",\n          \"module\": \"./node_modules/lodash/_Stack.js\",\n          \"moduleName\": \"./node_modules/lodash/_Stack.js\",\n          \"type\": \"cjs require\",\n          \"userRequest\": \"./_stackClear\",\n          \"loc\": \"2:17-41\"\n        }\n      ],\n      \"usedExports\": true,\n      \"providedExports\": null,\n      \"optimizationBailout\": [\n        \"ModuleConcatenation bailout: Module is not an ECMAScript module\"\n      ],\n      \"depth\": 7,\n      \"source\": \"var ListCache = require('./_ListCache');\\n\\n/**\\n * Removes all key-value entries from the stack.\\n *\\n * @private\\n * @name clear\\n * @memberOf Stack\\n */\\nfunction stackClear() {\\n  this.__data__ = new ListCache;\\n  this.size = 0;\\n}\\n\\nmodule.exports = stackClear;\\n\"\n    },\n    {\n      \"id\": 204,\n      \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_stackDelete.js\",\n      \"name\": \"./node_modules/lodash/_stackDelete.js\",\n      \"index\": 58,\n      \"index2\": 51,\n      \"size\": 405,\n      \"cacheable\": true,\n      \"built\": true,\n      \"optional\": false,\n      \"prefetched\": false,\n      \"chunks\": [\n        2\n      ],\n      \"issuer\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_Stack.js\",\n      \"issuerId\": 139,\n      \"issuerName\": \"./node_modules/lodash/_Stack.js\",\n      \"issuerPath\": [\n        {\n          \"id\": 191,\n          \"identifier\": \"multi /Users/jarred/Code/styleurl/webpack/customPublicPath /Users/jarred/Code/styleurl/chrome/extension/background\",\n          \"name\": \"multi ./webpack/customPublicPath ./chrome/extension/background\",\n          \"profile\": {\n            \"factory\": 0,\n            \"building\": 0,\n            \"dependencies\": 54\n          }\n        },\n        {\n          \"id\": 192,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/background.js\",\n          \"name\": \"./chrome/extension/background.js\",\n          \"profile\": {\n            \"factory\": 54,\n            \"building\": 639,\n            \"dependencies\": 140\n          }\n        },\n        {\n          \"id\": 193,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/findIndex.js\",\n          \"name\": \"./node_modules/lodash/findIndex.js\",\n          \"profile\": {\n            \"factory\": 140,\n            \"building\": 568,\n            \"dependencies\": 1\n          }\n        },\n        {\n          \"id\": 195,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_baseIteratee.js\",\n          \"name\": \"./node_modules/lodash/_baseIteratee.js\",\n          \"profile\": {\n            \"factory\": 245,\n            \"building\": 75,\n            \"dependencies\": 1\n          }\n        },\n        {\n          \"id\": 196,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_baseMatches.js\",\n          \"name\": \"./node_modules/lodash/_baseMatches.js\",\n          \"profile\": {\n            \"factory\": 82,\n            \"building\": 104,\n            \"dependencies\": 78\n          }\n        },\n        {\n          \"id\": 197,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_baseIsMatch.js\",\n          \"name\": \"./node_modules/lodash/_baseIsMatch.js\",\n          \"profile\": {\n            \"factory\": 78,\n            \"building\": 19,\n            \"dependencies\": 1\n          }\n        },\n        {\n          \"id\": 139,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_Stack.js\",\n          \"name\": \"./node_modules/lodash/_Stack.js\",\n          \"profile\": {\n            \"factory\": 41,\n            \"building\": 34\n          }\n        }\n      ],\n      \"profile\": {\n        \"factory\": 41,\n        \"building\": 20,\n        \"dependencies\": 0\n      },\n      \"failed\": false,\n      \"errors\": 0,\n      \"warnings\": 0,\n      \"assets\": [],\n      \"reasons\": [\n        {\n          \"moduleId\": 139,\n          \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_Stack.js\",\n          \"module\": \"./node_modules/lodash/_Stack.js\",\n          \"moduleName\": \"./node_modules/lodash/_Stack.js\",\n          \"type\": \"cjs require\",\n          \"userRequest\": \"./_stackDelete\",\n          \"loc\": \"3:18-43\"\n        }\n      ],\n      \"usedExports\": true,\n      \"providedExports\": null,\n      \"optimizationBailout\": [\n        \"ModuleConcatenation bailout: Module is not an ECMAScript module\"\n      ],\n      \"depth\": 7,\n      \"source\": \"/**\\n * Removes `key` and its value from the stack.\\n *\\n * @private\\n * @name delete\\n * @memberOf Stack\\n * @param {string} key The key of the value to remove.\\n * @returns {boolean} Returns `true` if the entry was removed, else `false`.\\n */\\nfunction stackDelete(key) {\\n  var data = this.__data__,\\n      result = data['delete'](key);\\n\\n  this.size = data.size;\\n  return result;\\n}\\n\\nmodule.exports = stackDelete;\\n\"\n    },\n    {\n      \"id\": 205,\n      \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_stackGet.js\",\n      \"name\": \"./node_modules/lodash/_stackGet.js\",\n      \"index\": 59,\n      \"index2\": 52,\n      \"size\": 271,\n      \"cacheable\": true,\n      \"built\": true,\n      \"optional\": false,\n      \"prefetched\": false,\n      \"chunks\": [\n        2\n      ],\n      \"issuer\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_Stack.js\",\n      \"issuerId\": 139,\n      \"issuerName\": \"./node_modules/lodash/_Stack.js\",\n      \"issuerPath\": [\n        {\n          \"id\": 191,\n          \"identifier\": \"multi /Users/jarred/Code/styleurl/webpack/customPublicPath /Users/jarred/Code/styleurl/chrome/extension/background\",\n          \"name\": \"multi ./webpack/customPublicPath ./chrome/extension/background\",\n          \"profile\": {\n            \"factory\": 0,\n            \"building\": 0,\n            \"dependencies\": 54\n          }\n        },\n        {\n          \"id\": 192,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/background.js\",\n          \"name\": \"./chrome/extension/background.js\",\n          \"profile\": {\n            \"factory\": 54,\n            \"building\": 639,\n            \"dependencies\": 140\n          }\n        },\n        {\n          \"id\": 193,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/findIndex.js\",\n          \"name\": \"./node_modules/lodash/findIndex.js\",\n          \"profile\": {\n            \"factory\": 140,\n            \"building\": 568,\n            \"dependencies\": 1\n          }\n        },\n        {\n          \"id\": 195,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_baseIteratee.js\",\n          \"name\": \"./node_modules/lodash/_baseIteratee.js\",\n          \"profile\": {\n            \"factory\": 245,\n            \"building\": 75,\n            \"dependencies\": 1\n          }\n        },\n        {\n          \"id\": 196,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_baseMatches.js\",\n          \"name\": \"./node_modules/lodash/_baseMatches.js\",\n          \"profile\": {\n            \"factory\": 82,\n            \"building\": 104,\n            \"dependencies\": 78\n          }\n        },\n        {\n          \"id\": 197,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_baseIsMatch.js\",\n          \"name\": \"./node_modules/lodash/_baseIsMatch.js\",\n          \"profile\": {\n            \"factory\": 78,\n            \"building\": 19,\n            \"dependencies\": 1\n          }\n        },\n        {\n          \"id\": 139,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_Stack.js\",\n          \"name\": \"./node_modules/lodash/_Stack.js\",\n          \"profile\": {\n            \"factory\": 41,\n            \"building\": 34\n          }\n        }\n      ],\n      \"profile\": {\n        \"factory\": 41,\n        \"building\": 20,\n        \"dependencies\": 0\n      },\n      \"failed\": false,\n      \"errors\": 0,\n      \"warnings\": 0,\n      \"assets\": [],\n      \"reasons\": [\n        {\n          \"moduleId\": 139,\n          \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_Stack.js\",\n          \"module\": \"./node_modules/lodash/_Stack.js\",\n          \"moduleName\": \"./node_modules/lodash/_Stack.js\",\n          \"type\": \"cjs require\",\n          \"userRequest\": \"./_stackGet\",\n          \"loc\": \"4:15-37\"\n        }\n      ],\n      \"usedExports\": true,\n      \"providedExports\": null,\n      \"optimizationBailout\": [\n        \"ModuleConcatenation bailout: Module is not an ECMAScript module\"\n      ],\n      \"depth\": 7,\n      \"source\": \"/**\\n * Gets the stack value for `key`.\\n *\\n * @private\\n * @name get\\n * @memberOf Stack\\n * @param {string} key The key of the value to get.\\n * @returns {*} Returns the entry value.\\n */\\nfunction stackGet(key) {\\n  return this.__data__.get(key);\\n}\\n\\nmodule.exports = stackGet;\\n\"\n    },\n    {\n      \"id\": 206,\n      \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_stackHas.js\",\n      \"name\": \"./node_modules/lodash/_stackHas.js\",\n      \"index\": 60,\n      \"index2\": 53,\n      \"size\": 323,\n      \"cacheable\": true,\n      \"built\": true,\n      \"optional\": false,\n      \"prefetched\": false,\n      \"chunks\": [\n        2\n      ],\n      \"issuer\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_Stack.js\",\n      \"issuerId\": 139,\n      \"issuerName\": \"./node_modules/lodash/_Stack.js\",\n      \"issuerPath\": [\n        {\n          \"id\": 191,\n          \"identifier\": \"multi /Users/jarred/Code/styleurl/webpack/customPublicPath /Users/jarred/Code/styleurl/chrome/extension/background\",\n          \"name\": \"multi ./webpack/customPublicPath ./chrome/extension/background\",\n          \"profile\": {\n            \"factory\": 0,\n            \"building\": 0,\n            \"dependencies\": 54\n          }\n        },\n        {\n          \"id\": 192,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/background.js\",\n          \"name\": \"./chrome/extension/background.js\",\n          \"profile\": {\n            \"factory\": 54,\n            \"building\": 639,\n            \"dependencies\": 140\n          }\n        },\n        {\n          \"id\": 193,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/findIndex.js\",\n          \"name\": \"./node_modules/lodash/findIndex.js\",\n          \"profile\": {\n            \"factory\": 140,\n            \"building\": 568,\n            \"dependencies\": 1\n          }\n        },\n        {\n          \"id\": 195,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_baseIteratee.js\",\n          \"name\": \"./node_modules/lodash/_baseIteratee.js\",\n          \"profile\": {\n            \"factory\": 245,\n            \"building\": 75,\n            \"dependencies\": 1\n          }\n        },\n        {\n          \"id\": 196,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_baseMatches.js\",\n          \"name\": \"./node_modules/lodash/_baseMatches.js\",\n          \"profile\": {\n            \"factory\": 82,\n            \"building\": 104,\n            \"dependencies\": 78\n          }\n        },\n        {\n          \"id\": 197,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_baseIsMatch.js\",\n          \"name\": \"./node_modules/lodash/_baseIsMatch.js\",\n          \"profile\": {\n            \"factory\": 78,\n            \"building\": 19,\n            \"dependencies\": 1\n          }\n        },\n        {\n          \"id\": 139,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_Stack.js\",\n          \"name\": \"./node_modules/lodash/_Stack.js\",\n          \"profile\": {\n            \"factory\": 41,\n            \"building\": 34\n          }\n        }\n      ],\n      \"profile\": {\n        \"factory\": 41,\n        \"building\": 20,\n        \"dependencies\": 0\n      },\n      \"failed\": false,\n      \"errors\": 0,\n      \"warnings\": 0,\n      \"assets\": [],\n      \"reasons\": [\n        {\n          \"moduleId\": 139,\n          \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_Stack.js\",\n          \"module\": \"./node_modules/lodash/_Stack.js\",\n          \"moduleName\": \"./node_modules/lodash/_Stack.js\",\n          \"type\": \"cjs require\",\n          \"userRequest\": \"./_stackHas\",\n          \"loc\": \"5:15-37\"\n        }\n      ],\n      \"usedExports\": true,\n      \"providedExports\": null,\n      \"optimizationBailout\": [\n        \"ModuleConcatenation bailout: Module is not an ECMAScript module\"\n      ],\n      \"depth\": 7,\n      \"source\": \"/**\\n * Checks if a stack value for `key` exists.\\n *\\n * @private\\n * @name has\\n * @memberOf Stack\\n * @param {string} key The key of the entry to check.\\n * @returns {boolean} Returns `true` if an entry for `key` exists, else `false`.\\n */\\nfunction stackHas(key) {\\n  return this.__data__.has(key);\\n}\\n\\nmodule.exports = stackHas;\\n\"\n    },\n    {\n      \"id\": 207,\n      \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_stackSet.js\",\n      \"name\": \"./node_modules/lodash/_stackSet.js\",\n      \"index\": 61,\n      \"index2\": 84,\n      \"size\": 853,\n      \"cacheable\": true,\n      \"built\": true,\n      \"optional\": false,\n      \"prefetched\": false,\n      \"chunks\": [\n        2\n      ],\n      \"issuer\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_Stack.js\",\n      \"issuerId\": 139,\n      \"issuerName\": \"./node_modules/lodash/_Stack.js\",\n      \"issuerPath\": [\n        {\n          \"id\": 191,\n          \"identifier\": \"multi /Users/jarred/Code/styleurl/webpack/customPublicPath /Users/jarred/Code/styleurl/chrome/extension/background\",\n          \"name\": \"multi ./webpack/customPublicPath ./chrome/extension/background\",\n          \"profile\": {\n            \"factory\": 0,\n            \"building\": 0,\n            \"dependencies\": 54\n          }\n        },\n        {\n          \"id\": 192,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/background.js\",\n          \"name\": \"./chrome/extension/background.js\",\n          \"profile\": {\n            \"factory\": 54,\n            \"building\": 639,\n            \"dependencies\": 140\n          }\n        },\n        {\n          \"id\": 193,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/findIndex.js\",\n          \"name\": \"./node_modules/lodash/findIndex.js\",\n          \"profile\": {\n            \"factory\": 140,\n            \"building\": 568,\n            \"dependencies\": 1\n          }\n        },\n        {\n          \"id\": 195,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_baseIteratee.js\",\n          \"name\": \"./node_modules/lodash/_baseIteratee.js\",\n          \"profile\": {\n            \"factory\": 245,\n            \"building\": 75,\n            \"dependencies\": 1\n          }\n        },\n        {\n          \"id\": 196,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_baseMatches.js\",\n          \"name\": \"./node_modules/lodash/_baseMatches.js\",\n          \"profile\": {\n            \"factory\": 82,\n            \"building\": 104,\n            \"dependencies\": 78\n          }\n        },\n        {\n          \"id\": 197,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_baseIsMatch.js\",\n          \"name\": \"./node_modules/lodash/_baseIsMatch.js\",\n          \"profile\": {\n            \"factory\": 78,\n            \"building\": 19,\n            \"dependencies\": 1\n          }\n        },\n        {\n          \"id\": 139,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_Stack.js\",\n          \"name\": \"./node_modules/lodash/_Stack.js\",\n          \"profile\": {\n            \"factory\": 41,\n            \"building\": 34\n          }\n        }\n      ],\n      \"profile\": {\n        \"factory\": 41,\n        \"building\": 20,\n        \"dependencies\": 0\n      },\n      \"failed\": false,\n      \"errors\": 0,\n      \"warnings\": 0,\n      \"assets\": [],\n      \"reasons\": [\n        {\n          \"moduleId\": 139,\n          \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_Stack.js\",\n          \"module\": \"./node_modules/lodash/_Stack.js\",\n          \"moduleName\": \"./node_modules/lodash/_Stack.js\",\n          \"type\": \"cjs require\",\n          \"userRequest\": \"./_stackSet\",\n          \"loc\": \"6:15-37\"\n        }\n      ],\n      \"usedExports\": true,\n      \"providedExports\": null,\n      \"optimizationBailout\": [\n        \"ModuleConcatenation bailout: Module is not an ECMAScript module\"\n      ],\n      \"depth\": 7,\n      \"source\": \"var ListCache = require('./_ListCache'),\\n    Map = require('./_Map'),\\n    MapCache = require('./_MapCache');\\n\\n/** Used as the size to enable large array optimizations. */\\nvar LARGE_ARRAY_SIZE = 200;\\n\\n/**\\n * Sets the stack `key` to `value`.\\n *\\n * @private\\n * @name set\\n * @memberOf Stack\\n * @param {string} key The key of the value to set.\\n * @param {*} value The value to set.\\n * @returns {Object} Returns the stack cache instance.\\n */\\nfunction stackSet(key, value) {\\n  var data = this.__data__;\\n  if (data instanceof ListCache) {\\n    var pairs = data.__data__;\\n    if (!Map || (pairs.length < LARGE_ARRAY_SIZE - 1)) {\\n      pairs.push([key, value]);\\n      this.size = ++data.size;\\n      return this;\\n    }\\n    data = this.__data__ = new MapCache(pairs);\\n  }\\n  data.set(key, value);\\n  this.size = data.size;\\n  return this;\\n}\\n\\nmodule.exports = stackSet;\\n\"\n    },\n    {\n      \"id\": 208,\n      \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_mapCacheClear.js\",\n      \"name\": \"./node_modules/lodash/_mapCacheClear.js\",\n      \"index\": 78,\n      \"index2\": 76,\n      \"size\": 393,\n      \"cacheable\": true,\n      \"built\": true,\n      \"optional\": false,\n      \"prefetched\": false,\n      \"chunks\": [\n        2\n      ],\n      \"issuer\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_MapCache.js\",\n      \"issuerId\": 93,\n      \"issuerName\": \"./node_modules/lodash/_MapCache.js\",\n      \"issuerPath\": [\n        {\n          \"id\": 191,\n          \"identifier\": \"multi /Users/jarred/Code/styleurl/webpack/customPublicPath /Users/jarred/Code/styleurl/chrome/extension/background\",\n          \"name\": \"multi ./webpack/customPublicPath ./chrome/extension/background\",\n          \"profile\": {\n            \"factory\": 0,\n            \"building\": 0,\n            \"dependencies\": 54\n          }\n        },\n        {\n          \"id\": 192,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/background.js\",\n          \"name\": \"./chrome/extension/background.js\",\n          \"profile\": {\n            \"factory\": 54,\n            \"building\": 639,\n            \"dependencies\": 140\n          }\n        },\n        {\n          \"id\": 193,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/findIndex.js\",\n          \"name\": \"./node_modules/lodash/findIndex.js\",\n          \"profile\": {\n            \"factory\": 140,\n            \"building\": 568,\n            \"dependencies\": 1\n          }\n        },\n        {\n          \"id\": 195,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_baseIteratee.js\",\n          \"name\": \"./node_modules/lodash/_baseIteratee.js\",\n          \"profile\": {\n            \"factory\": 245,\n            \"building\": 75,\n            \"dependencies\": 1\n          }\n        },\n        {\n          \"id\": 196,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_baseMatches.js\",\n          \"name\": \"./node_modules/lodash/_baseMatches.js\",\n          \"profile\": {\n            \"factory\": 82,\n            \"building\": 104,\n            \"dependencies\": 78\n          }\n        },\n        {\n          \"id\": 197,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_baseIsMatch.js\",\n          \"name\": \"./node_modules/lodash/_baseIsMatch.js\",\n          \"profile\": {\n            \"factory\": 78,\n            \"building\": 19,\n            \"dependencies\": 1\n          }\n        },\n        {\n          \"id\": 139,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_Stack.js\",\n          \"name\": \"./node_modules/lodash/_Stack.js\",\n          \"profile\": {\n            \"factory\": 41,\n            \"building\": 34\n          }\n        },\n        {\n          \"id\": 207,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_stackSet.js\",\n          \"name\": \"./node_modules/lodash/_stackSet.js\",\n          \"profile\": {\n            \"factory\": 41,\n            \"building\": 20,\n            \"dependencies\": 0\n          }\n        },\n        {\n          \"id\": 93,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_MapCache.js\",\n          \"name\": \"./node_modules/lodash/_MapCache.js\",\n          \"profile\": {\n            \"factory\": 19,\n            \"building\": 39\n          }\n        }\n      ],\n      \"profile\": {\n        \"factory\": 41,\n        \"building\": 23,\n        \"dependencies\": 94\n      },\n      \"failed\": false,\n      \"errors\": 0,\n      \"warnings\": 0,\n      \"assets\": [],\n      \"reasons\": [\n        {\n          \"moduleId\": 93,\n          \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_MapCache.js\",\n          \"module\": \"./node_modules/lodash/_MapCache.js\",\n          \"moduleName\": \"./node_modules/lodash/_MapCache.js\",\n          \"type\": \"cjs require\",\n          \"userRequest\": \"./_mapCacheClear\",\n          \"loc\": \"1:20-47\"\n        }\n      ],\n      \"usedExports\": true,\n      \"providedExports\": null,\n      \"optimizationBailout\": [\n        \"ModuleConcatenation bailout: Module is not an ECMAScript module\"\n      ],\n      \"depth\": 9,\n      \"source\": \"var Hash = require('./_Hash'),\\n    ListCache = require('./_ListCache'),\\n    Map = require('./_Map');\\n\\n/**\\n * Removes all key-value entries from the map.\\n *\\n * @private\\n * @name clear\\n * @memberOf MapCache\\n */\\nfunction mapCacheClear() {\\n  this.size = 0;\\n  this.__data__ = {\\n    'hash': new Hash,\\n    'map': new (Map || ListCache),\\n    'string': new Hash\\n  };\\n}\\n\\nmodule.exports = mapCacheClear;\\n\"\n    },\n    {\n      \"id\": 209,\n      \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_Hash.js\",\n      \"name\": \"./node_modules/lodash/_Hash.js\",\n      \"index\": 79,\n      \"index2\": 75,\n      \"size\": 747,\n      \"cacheable\": true,\n      \"built\": true,\n      \"optional\": false,\n      \"prefetched\": false,\n      \"chunks\": [\n        2\n      ],\n      \"issuer\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_mapCacheClear.js\",\n      \"issuerId\": 208,\n      \"issuerName\": \"./node_modules/lodash/_mapCacheClear.js\",\n      \"issuerPath\": [\n        {\n          \"id\": 191,\n          \"identifier\": \"multi /Users/jarred/Code/styleurl/webpack/customPublicPath /Users/jarred/Code/styleurl/chrome/extension/background\",\n          \"name\": \"multi ./webpack/customPublicPath ./chrome/extension/background\",\n          \"profile\": {\n            \"factory\": 0,\n            \"building\": 0,\n            \"dependencies\": 54\n          }\n        },\n        {\n          \"id\": 192,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/background.js\",\n          \"name\": \"./chrome/extension/background.js\",\n          \"profile\": {\n            \"factory\": 54,\n            \"building\": 639,\n            \"dependencies\": 140\n          }\n        },\n        {\n          \"id\": 193,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/findIndex.js\",\n          \"name\": \"./node_modules/lodash/findIndex.js\",\n          \"profile\": {\n            \"factory\": 140,\n            \"building\": 568,\n            \"dependencies\": 1\n          }\n        },\n        {\n          \"id\": 195,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_baseIteratee.js\",\n          \"name\": \"./node_modules/lodash/_baseIteratee.js\",\n          \"profile\": {\n            \"factory\": 245,\n            \"building\": 75,\n            \"dependencies\": 1\n          }\n        },\n        {\n          \"id\": 196,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_baseMatches.js\",\n          \"name\": \"./node_modules/lodash/_baseMatches.js\",\n          \"profile\": {\n            \"factory\": 82,\n            \"building\": 104,\n            \"dependencies\": 78\n          }\n        },\n        {\n          \"id\": 197,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_baseIsMatch.js\",\n          \"name\": \"./node_modules/lodash/_baseIsMatch.js\",\n          \"profile\": {\n            \"factory\": 78,\n            \"building\": 19,\n            \"dependencies\": 1\n          }\n        },\n        {\n          \"id\": 139,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_Stack.js\",\n          \"name\": \"./node_modules/lodash/_Stack.js\",\n          \"profile\": {\n            \"factory\": 41,\n            \"building\": 34\n          }\n        },\n        {\n          \"id\": 207,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_stackSet.js\",\n          \"name\": \"./node_modules/lodash/_stackSet.js\",\n          \"profile\": {\n            \"factory\": 41,\n            \"building\": 20,\n            \"dependencies\": 0\n          }\n        },\n        {\n          \"id\": 93,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_MapCache.js\",\n          \"name\": \"./node_modules/lodash/_MapCache.js\",\n          \"profile\": {\n            \"factory\": 19,\n            \"building\": 39\n          }\n        },\n        {\n          \"id\": 208,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_mapCacheClear.js\",\n          \"name\": \"./node_modules/lodash/_mapCacheClear.js\",\n          \"profile\": {\n            \"factory\": 41,\n            \"building\": 23,\n            \"dependencies\": 94\n          }\n        }\n      ],\n      \"profile\": {\n        \"factory\": 95,\n        \"building\": 24\n      },\n      \"failed\": false,\n      \"errors\": 0,\n      \"warnings\": 0,\n      \"assets\": [],\n      \"reasons\": [\n        {\n          \"moduleId\": 208,\n          \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_mapCacheClear.js\",\n          \"module\": \"./node_modules/lodash/_mapCacheClear.js\",\n          \"moduleName\": \"./node_modules/lodash/_mapCacheClear.js\",\n          \"type\": \"cjs require\",\n          \"userRequest\": \"./_Hash\",\n          \"loc\": \"1:11-29\"\n        }\n      ],\n      \"usedExports\": true,\n      \"providedExports\": null,\n      \"optimizationBailout\": [\n        \"ModuleConcatenation bailout: Module is not an ECMAScript module\"\n      ],\n      \"depth\": 10,\n      \"source\": \"var hashClear = require('./_hashClear'),\\n    hashDelete = require('./_hashDelete'),\\n    hashGet = require('./_hashGet'),\\n    hashHas = require('./_hashHas'),\\n    hashSet = require('./_hashSet');\\n\\n/**\\n * Creates a hash object.\\n *\\n * @private\\n * @constructor\\n * @param {Array} [entries] The key-value pairs to cache.\\n */\\nfunction Hash(entries) {\\n  var index = -1,\\n      length = entries == null ? 0 : entries.length;\\n\\n  this.clear();\\n  while (++index < length) {\\n    var entry = entries[index];\\n    this.set(entry[0], entry[1]);\\n  }\\n}\\n\\n// Add methods to `Hash`.\\nHash.prototype.clear = hashClear;\\nHash.prototype['delete'] = hashDelete;\\nHash.prototype.get = hashGet;\\nHash.prototype.has = hashHas;\\nHash.prototype.set = hashSet;\\n\\nmodule.exports = Hash;\\n\"\n    },\n    {\n      \"id\": 210,\n      \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_hashClear.js\",\n      \"name\": \"./node_modules/lodash/_hashClear.js\",\n      \"index\": 80,\n      \"index2\": 70,\n      \"size\": 281,\n      \"cacheable\": true,\n      \"built\": true,\n      \"optional\": false,\n      \"prefetched\": false,\n      \"chunks\": [\n        2\n      ],\n      \"issuer\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_Hash.js\",\n      \"issuerId\": 209,\n      \"issuerName\": \"./node_modules/lodash/_Hash.js\",\n      \"issuerPath\": [\n        {\n          \"id\": 191,\n          \"identifier\": \"multi /Users/jarred/Code/styleurl/webpack/customPublicPath /Users/jarred/Code/styleurl/chrome/extension/background\",\n          \"name\": \"multi ./webpack/customPublicPath ./chrome/extension/background\",\n          \"profile\": {\n            \"factory\": 0,\n            \"building\": 0,\n            \"dependencies\": 54\n          }\n        },\n        {\n          \"id\": 192,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/background.js\",\n          \"name\": \"./chrome/extension/background.js\",\n          \"profile\": {\n            \"factory\": 54,\n            \"building\": 639,\n            \"dependencies\": 140\n          }\n        },\n        {\n          \"id\": 193,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/findIndex.js\",\n          \"name\": \"./node_modules/lodash/findIndex.js\",\n          \"profile\": {\n            \"factory\": 140,\n            \"building\": 568,\n            \"dependencies\": 1\n          }\n        },\n        {\n          \"id\": 195,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_baseIteratee.js\",\n          \"name\": \"./node_modules/lodash/_baseIteratee.js\",\n          \"profile\": {\n            \"factory\": 245,\n            \"building\": 75,\n            \"dependencies\": 1\n          }\n        },\n        {\n          \"id\": 196,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_baseMatches.js\",\n          \"name\": \"./node_modules/lodash/_baseMatches.js\",\n          \"profile\": {\n            \"factory\": 82,\n            \"building\": 104,\n            \"dependencies\": 78\n          }\n        },\n        {\n          \"id\": 197,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_baseIsMatch.js\",\n          \"name\": \"./node_modules/lodash/_baseIsMatch.js\",\n          \"profile\": {\n            \"factory\": 78,\n            \"building\": 19,\n            \"dependencies\": 1\n          }\n        },\n        {\n          \"id\": 139,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_Stack.js\",\n          \"name\": \"./node_modules/lodash/_Stack.js\",\n          \"profile\": {\n            \"factory\": 41,\n            \"building\": 34\n          }\n        },\n        {\n          \"id\": 207,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_stackSet.js\",\n          \"name\": \"./node_modules/lodash/_stackSet.js\",\n          \"profile\": {\n            \"factory\": 41,\n            \"building\": 20,\n            \"dependencies\": 0\n          }\n        },\n        {\n          \"id\": 93,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_MapCache.js\",\n          \"name\": \"./node_modules/lodash/_MapCache.js\",\n          \"profile\": {\n            \"factory\": 19,\n            \"building\": 39\n          }\n        },\n        {\n          \"id\": 208,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_mapCacheClear.js\",\n          \"name\": \"./node_modules/lodash/_mapCacheClear.js\",\n          \"profile\": {\n            \"factory\": 41,\n            \"building\": 23,\n            \"dependencies\": 94\n          }\n        },\n        {\n          \"id\": 209,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_Hash.js\",\n          \"name\": \"./node_modules/lodash/_Hash.js\",\n          \"profile\": {\n            \"factory\": 95,\n            \"building\": 24\n          }\n        }\n      ],\n      \"profile\": {\n        \"factory\": 13,\n        \"building\": 30,\n        \"dependencies\": 80\n      },\n      \"failed\": false,\n      \"errors\": 0,\n      \"warnings\": 0,\n      \"assets\": [],\n      \"reasons\": [\n        {\n          \"moduleId\": 209,\n          \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_Hash.js\",\n          \"module\": \"./node_modules/lodash/_Hash.js\",\n          \"moduleName\": \"./node_modules/lodash/_Hash.js\",\n          \"type\": \"cjs require\",\n          \"userRequest\": \"./_hashClear\",\n          \"loc\": \"1:16-39\"\n        }\n      ],\n      \"usedExports\": true,\n      \"providedExports\": null,\n      \"optimizationBailout\": [\n        \"ModuleConcatenation bailout: Module is not an ECMAScript module\"\n      ],\n      \"depth\": 11,\n      \"source\": \"var nativeCreate = require('./_nativeCreate');\\n\\n/**\\n * Removes all key-value entries from the hash.\\n *\\n * @private\\n * @name clear\\n * @memberOf Hash\\n */\\nfunction hashClear() {\\n  this.__data__ = nativeCreate ? nativeCreate(null) : {};\\n  this.size = 0;\\n}\\n\\nmodule.exports = hashClear;\\n\"\n    },\n    {\n      \"id\": 211,\n      \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_hashDelete.js\",\n      \"name\": \"./node_modules/lodash/_hashDelete.js\",\n      \"index\": 82,\n      \"index2\": 71,\n      \"size\": 445,\n      \"cacheable\": true,\n      \"built\": true,\n      \"optional\": false,\n      \"prefetched\": false,\n      \"chunks\": [\n        2\n      ],\n      \"issuer\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_Hash.js\",\n      \"issuerId\": 209,\n      \"issuerName\": \"./node_modules/lodash/_Hash.js\",\n      \"issuerPath\": [\n        {\n          \"id\": 191,\n          \"identifier\": \"multi /Users/jarred/Code/styleurl/webpack/customPublicPath /Users/jarred/Code/styleurl/chrome/extension/background\",\n          \"name\": \"multi ./webpack/customPublicPath ./chrome/extension/background\",\n          \"profile\": {\n            \"factory\": 0,\n            \"building\": 0,\n            \"dependencies\": 54\n          }\n        },\n        {\n          \"id\": 192,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/background.js\",\n          \"name\": \"./chrome/extension/background.js\",\n          \"profile\": {\n            \"factory\": 54,\n            \"building\": 639,\n            \"dependencies\": 140\n          }\n        },\n        {\n          \"id\": 193,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/findIndex.js\",\n          \"name\": \"./node_modules/lodash/findIndex.js\",\n          \"profile\": {\n            \"factory\": 140,\n            \"building\": 568,\n            \"dependencies\": 1\n          }\n        },\n        {\n          \"id\": 195,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_baseIteratee.js\",\n          \"name\": \"./node_modules/lodash/_baseIteratee.js\",\n          \"profile\": {\n            \"factory\": 245,\n            \"building\": 75,\n            \"dependencies\": 1\n          }\n        },\n        {\n          \"id\": 196,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_baseMatches.js\",\n          \"name\": \"./node_modules/lodash/_baseMatches.js\",\n          \"profile\": {\n            \"factory\": 82,\n            \"building\": 104,\n            \"dependencies\": 78\n          }\n        },\n        {\n          \"id\": 197,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_baseIsMatch.js\",\n          \"name\": \"./node_modules/lodash/_baseIsMatch.js\",\n          \"profile\": {\n            \"factory\": 78,\n            \"building\": 19,\n            \"dependencies\": 1\n          }\n        },\n        {\n          \"id\": 139,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_Stack.js\",\n          \"name\": \"./node_modules/lodash/_Stack.js\",\n          \"profile\": {\n            \"factory\": 41,\n            \"building\": 34\n          }\n        },\n        {\n          \"id\": 207,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_stackSet.js\",\n          \"name\": \"./node_modules/lodash/_stackSet.js\",\n          \"profile\": {\n            \"factory\": 41,\n            \"building\": 20,\n            \"dependencies\": 0\n          }\n        },\n        {\n          \"id\": 93,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_MapCache.js\",\n          \"name\": \"./node_modules/lodash/_MapCache.js\",\n          \"profile\": {\n            \"factory\": 19,\n            \"building\": 39\n          }\n        },\n        {\n          \"id\": 208,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_mapCacheClear.js\",\n          \"name\": \"./node_modules/lodash/_mapCacheClear.js\",\n          \"profile\": {\n            \"factory\": 41,\n            \"building\": 23,\n            \"dependencies\": 94\n          }\n        },\n        {\n          \"id\": 209,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_Hash.js\",\n          \"name\": \"./node_modules/lodash/_Hash.js\",\n          \"profile\": {\n            \"factory\": 95,\n            \"building\": 24\n          }\n        }\n      ],\n      \"profile\": {\n        \"factory\": 13,\n        \"building\": 30,\n        \"dependencies\": 80\n      },\n      \"failed\": false,\n      \"errors\": 0,\n      \"warnings\": 0,\n      \"assets\": [],\n      \"reasons\": [\n        {\n          \"moduleId\": 209,\n          \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_Hash.js\",\n          \"module\": \"./node_modules/lodash/_Hash.js\",\n          \"moduleName\": \"./node_modules/lodash/_Hash.js\",\n          \"type\": \"cjs require\",\n          \"userRequest\": \"./_hashDelete\",\n          \"loc\": \"2:17-41\"\n        }\n      ],\n      \"usedExports\": true,\n      \"providedExports\": null,\n      \"optimizationBailout\": [\n        \"ModuleConcatenation bailout: Module is not an ECMAScript module\"\n      ],\n      \"depth\": 11,\n      \"source\": \"/**\\n * Removes `key` and its value from the hash.\\n *\\n * @private\\n * @name delete\\n * @memberOf Hash\\n * @param {Object} hash The hash to modify.\\n * @param {string} key The key of the value to remove.\\n * @returns {boolean} Returns `true` if the entry was removed, else `false`.\\n */\\nfunction hashDelete(key) {\\n  var result = this.has(key) && delete this.__data__[key];\\n  this.size -= result ? 1 : 0;\\n  return result;\\n}\\n\\nmodule.exports = hashDelete;\\n\"\n    },\n    {\n      \"id\": 212,\n      \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_hashGet.js\",\n      \"name\": \"./node_modules/lodash/_hashGet.js\",\n      \"index\": 83,\n      \"index2\": 72,\n      \"size\": 772,\n      \"cacheable\": true,\n      \"built\": true,\n      \"optional\": false,\n      \"prefetched\": false,\n      \"chunks\": [\n        2\n      ],\n      \"issuer\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_Hash.js\",\n      \"issuerId\": 209,\n      \"issuerName\": \"./node_modules/lodash/_Hash.js\",\n      \"issuerPath\": [\n        {\n          \"id\": 191,\n          \"identifier\": \"multi /Users/jarred/Code/styleurl/webpack/customPublicPath /Users/jarred/Code/styleurl/chrome/extension/background\",\n          \"name\": \"multi ./webpack/customPublicPath ./chrome/extension/background\",\n          \"profile\": {\n            \"factory\": 0,\n            \"building\": 0,\n            \"dependencies\": 54\n          }\n        },\n        {\n          \"id\": 192,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/background.js\",\n          \"name\": \"./chrome/extension/background.js\",\n          \"profile\": {\n            \"factory\": 54,\n            \"building\": 639,\n            \"dependencies\": 140\n          }\n        },\n        {\n          \"id\": 193,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/findIndex.js\",\n          \"name\": \"./node_modules/lodash/findIndex.js\",\n          \"profile\": {\n            \"factory\": 140,\n            \"building\": 568,\n            \"dependencies\": 1\n          }\n        },\n        {\n          \"id\": 195,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_baseIteratee.js\",\n          \"name\": \"./node_modules/lodash/_baseIteratee.js\",\n          \"profile\": {\n            \"factory\": 245,\n            \"building\": 75,\n            \"dependencies\": 1\n          }\n        },\n        {\n          \"id\": 196,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_baseMatches.js\",\n          \"name\": \"./node_modules/lodash/_baseMatches.js\",\n          \"profile\": {\n            \"factory\": 82,\n            \"building\": 104,\n            \"dependencies\": 78\n          }\n        },\n        {\n          \"id\": 197,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_baseIsMatch.js\",\n          \"name\": \"./node_modules/lodash/_baseIsMatch.js\",\n          \"profile\": {\n            \"factory\": 78,\n            \"building\": 19,\n            \"dependencies\": 1\n          }\n        },\n        {\n          \"id\": 139,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_Stack.js\",\n          \"name\": \"./node_modules/lodash/_Stack.js\",\n          \"profile\": {\n            \"factory\": 41,\n            \"building\": 34\n          }\n        },\n        {\n          \"id\": 207,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_stackSet.js\",\n          \"name\": \"./node_modules/lodash/_stackSet.js\",\n          \"profile\": {\n            \"factory\": 41,\n            \"building\": 20,\n            \"dependencies\": 0\n          }\n        },\n        {\n          \"id\": 93,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_MapCache.js\",\n          \"name\": \"./node_modules/lodash/_MapCache.js\",\n          \"profile\": {\n            \"factory\": 19,\n            \"building\": 39\n          }\n        },\n        {\n          \"id\": 208,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_mapCacheClear.js\",\n          \"name\": \"./node_modules/lodash/_mapCacheClear.js\",\n          \"profile\": {\n            \"factory\": 41,\n            \"building\": 23,\n            \"dependencies\": 94\n          }\n        },\n        {\n          \"id\": 209,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_Hash.js\",\n          \"name\": \"./node_modules/lodash/_Hash.js\",\n          \"profile\": {\n            \"factory\": 95,\n            \"building\": 24\n          }\n        }\n      ],\n      \"profile\": {\n        \"factory\": 13,\n        \"building\": 30,\n        \"dependencies\": 80\n      },\n      \"failed\": false,\n      \"errors\": 0,\n      \"warnings\": 0,\n      \"assets\": [],\n      \"reasons\": [\n        {\n          \"moduleId\": 209,\n          \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_Hash.js\",\n          \"module\": \"./node_modules/lodash/_Hash.js\",\n          \"moduleName\": \"./node_modules/lodash/_Hash.js\",\n          \"type\": \"cjs require\",\n          \"userRequest\": \"./_hashGet\",\n          \"loc\": \"3:14-35\"\n        }\n      ],\n      \"usedExports\": true,\n      \"providedExports\": null,\n      \"optimizationBailout\": [\n        \"ModuleConcatenation bailout: Module is not an ECMAScript module\"\n      ],\n      \"depth\": 11,\n      \"source\": \"var nativeCreate = require('./_nativeCreate');\\n\\n/** Used to stand-in for `undefined` hash values. */\\nvar HASH_UNDEFINED = '__lodash_hash_undefined__';\\n\\n/** Used for built-in method references. */\\nvar objectProto = Object.prototype;\\n\\n/** Used to check objects for own properties. */\\nvar hasOwnProperty = objectProto.hasOwnProperty;\\n\\n/**\\n * Gets the hash value for `key`.\\n *\\n * @private\\n * @name get\\n * @memberOf Hash\\n * @param {string} key The key of the value to get.\\n * @returns {*} Returns the entry value.\\n */\\nfunction hashGet(key) {\\n  var data = this.__data__;\\n  if (nativeCreate) {\\n    var result = data[key];\\n    return result === HASH_UNDEFINED ? undefined : result;\\n  }\\n  return hasOwnProperty.call(data, key) ? data[key] : undefined;\\n}\\n\\nmodule.exports = hashGet;\\n\"\n    },\n    {\n      \"id\": 213,\n      \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_hashHas.js\",\n      \"name\": \"./node_modules/lodash/_hashHas.js\",\n      \"index\": 84,\n      \"index2\": 73,\n      \"size\": 626,\n      \"cacheable\": true,\n      \"built\": true,\n      \"optional\": false,\n      \"prefetched\": false,\n      \"chunks\": [\n        2\n      ],\n      \"issuer\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_Hash.js\",\n      \"issuerId\": 209,\n      \"issuerName\": \"./node_modules/lodash/_Hash.js\",\n      \"issuerPath\": [\n        {\n          \"id\": 191,\n          \"identifier\": \"multi /Users/jarred/Code/styleurl/webpack/customPublicPath /Users/jarred/Code/styleurl/chrome/extension/background\",\n          \"name\": \"multi ./webpack/customPublicPath ./chrome/extension/background\",\n          \"profile\": {\n            \"factory\": 0,\n            \"building\": 0,\n            \"dependencies\": 54\n          }\n        },\n        {\n          \"id\": 192,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/background.js\",\n          \"name\": \"./chrome/extension/background.js\",\n          \"profile\": {\n            \"factory\": 54,\n            \"building\": 639,\n            \"dependencies\": 140\n          }\n        },\n        {\n          \"id\": 193,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/findIndex.js\",\n          \"name\": \"./node_modules/lodash/findIndex.js\",\n          \"profile\": {\n            \"factory\": 140,\n            \"building\": 568,\n            \"dependencies\": 1\n          }\n        },\n        {\n          \"id\": 195,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_baseIteratee.js\",\n          \"name\": \"./node_modules/lodash/_baseIteratee.js\",\n          \"profile\": {\n            \"factory\": 245,\n            \"building\": 75,\n            \"dependencies\": 1\n          }\n        },\n        {\n          \"id\": 196,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_baseMatches.js\",\n          \"name\": \"./node_modules/lodash/_baseMatches.js\",\n          \"profile\": {\n            \"factory\": 82,\n            \"building\": 104,\n            \"dependencies\": 78\n          }\n        },\n        {\n          \"id\": 197,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_baseIsMatch.js\",\n          \"name\": \"./node_modules/lodash/_baseIsMatch.js\",\n          \"profile\": {\n            \"factory\": 78,\n            \"building\": 19,\n            \"dependencies\": 1\n          }\n        },\n        {\n          \"id\": 139,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_Stack.js\",\n          \"name\": \"./node_modules/lodash/_Stack.js\",\n          \"profile\": {\n            \"factory\": 41,\n            \"building\": 34\n          }\n        },\n        {\n          \"id\": 207,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_stackSet.js\",\n          \"name\": \"./node_modules/lodash/_stackSet.js\",\n          \"profile\": {\n            \"factory\": 41,\n            \"building\": 20,\n            \"dependencies\": 0\n          }\n        },\n        {\n          \"id\": 93,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_MapCache.js\",\n          \"name\": \"./node_modules/lodash/_MapCache.js\",\n          \"profile\": {\n            \"factory\": 19,\n            \"building\": 39\n          }\n        },\n        {\n          \"id\": 208,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_mapCacheClear.js\",\n          \"name\": \"./node_modules/lodash/_mapCacheClear.js\",\n          \"profile\": {\n            \"factory\": 41,\n            \"building\": 23,\n            \"dependencies\": 94\n          }\n        },\n        {\n          \"id\": 209,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_Hash.js\",\n          \"name\": \"./node_modules/lodash/_Hash.js\",\n          \"profile\": {\n            \"factory\": 95,\n            \"building\": 24\n          }\n        }\n      ],\n      \"profile\": {\n        \"factory\": 13,\n        \"building\": 30,\n        \"dependencies\": 80\n      },\n      \"failed\": false,\n      \"errors\": 0,\n      \"warnings\": 0,\n      \"assets\": [],\n      \"reasons\": [\n        {\n          \"moduleId\": 209,\n          \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_Hash.js\",\n          \"module\": \"./node_modules/lodash/_Hash.js\",\n          \"moduleName\": \"./node_modules/lodash/_Hash.js\",\n          \"type\": \"cjs require\",\n          \"userRequest\": \"./_hashHas\",\n          \"loc\": \"4:14-35\"\n        }\n      ],\n      \"usedExports\": true,\n      \"providedExports\": null,\n      \"optimizationBailout\": [\n        \"ModuleConcatenation bailout: Module is not an ECMAScript module\"\n      ],\n      \"depth\": 11,\n      \"source\": \"var nativeCreate = require('./_nativeCreate');\\n\\n/** Used for built-in method references. */\\nvar objectProto = Object.prototype;\\n\\n/** Used to check objects for own properties. */\\nvar hasOwnProperty = objectProto.hasOwnProperty;\\n\\n/**\\n * Checks if a hash value for `key` exists.\\n *\\n * @private\\n * @name has\\n * @memberOf Hash\\n * @param {string} key The key of the entry to check.\\n * @returns {boolean} Returns `true` if an entry for `key` exists, else `false`.\\n */\\nfunction hashHas(key) {\\n  var data = this.__data__;\\n  return nativeCreate ? (data[key] !== undefined) : hasOwnProperty.call(data, key);\\n}\\n\\nmodule.exports = hashHas;\\n\"\n    },\n    {\n      \"id\": 214,\n      \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_hashSet.js\",\n      \"name\": \"./node_modules/lodash/_hashSet.js\",\n      \"index\": 85,\n      \"index2\": 74,\n      \"size\": 598,\n      \"cacheable\": true,\n      \"built\": true,\n      \"optional\": false,\n      \"prefetched\": false,\n      \"chunks\": [\n        2\n      ],\n      \"issuer\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_Hash.js\",\n      \"issuerId\": 209,\n      \"issuerName\": \"./node_modules/lodash/_Hash.js\",\n      \"issuerPath\": [\n        {\n          \"id\": 191,\n          \"identifier\": \"multi /Users/jarred/Code/styleurl/webpack/customPublicPath /Users/jarred/Code/styleurl/chrome/extension/background\",\n          \"name\": \"multi ./webpack/customPublicPath ./chrome/extension/background\",\n          \"profile\": {\n            \"factory\": 0,\n            \"building\": 0,\n            \"dependencies\": 54\n          }\n        },\n        {\n          \"id\": 192,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/background.js\",\n          \"name\": \"./chrome/extension/background.js\",\n          \"profile\": {\n            \"factory\": 54,\n            \"building\": 639,\n            \"dependencies\": 140\n          }\n        },\n        {\n          \"id\": 193,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/findIndex.js\",\n          \"name\": \"./node_modules/lodash/findIndex.js\",\n          \"profile\": {\n            \"factory\": 140,\n            \"building\": 568,\n            \"dependencies\": 1\n          }\n        },\n        {\n          \"id\": 195,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_baseIteratee.js\",\n          \"name\": \"./node_modules/lodash/_baseIteratee.js\",\n          \"profile\": {\n            \"factory\": 245,\n            \"building\": 75,\n            \"dependencies\": 1\n          }\n        },\n        {\n          \"id\": 196,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_baseMatches.js\",\n          \"name\": \"./node_modules/lodash/_baseMatches.js\",\n          \"profile\": {\n            \"factory\": 82,\n            \"building\": 104,\n            \"dependencies\": 78\n          }\n        },\n        {\n          \"id\": 197,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_baseIsMatch.js\",\n          \"name\": \"./node_modules/lodash/_baseIsMatch.js\",\n          \"profile\": {\n            \"factory\": 78,\n            \"building\": 19,\n            \"dependencies\": 1\n          }\n        },\n        {\n          \"id\": 139,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_Stack.js\",\n          \"name\": \"./node_modules/lodash/_Stack.js\",\n          \"profile\": {\n            \"factory\": 41,\n            \"building\": 34\n          }\n        },\n        {\n          \"id\": 207,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_stackSet.js\",\n          \"name\": \"./node_modules/lodash/_stackSet.js\",\n          \"profile\": {\n            \"factory\": 41,\n            \"building\": 20,\n            \"dependencies\": 0\n          }\n        },\n        {\n          \"id\": 93,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_MapCache.js\",\n          \"name\": \"./node_modules/lodash/_MapCache.js\",\n          \"profile\": {\n            \"factory\": 19,\n            \"building\": 39\n          }\n        },\n        {\n          \"id\": 208,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_mapCacheClear.js\",\n          \"name\": \"./node_modules/lodash/_mapCacheClear.js\",\n          \"profile\": {\n            \"factory\": 41,\n            \"building\": 23,\n            \"dependencies\": 94\n          }\n        },\n        {\n          \"id\": 209,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_Hash.js\",\n          \"name\": \"./node_modules/lodash/_Hash.js\",\n          \"profile\": {\n            \"factory\": 95,\n            \"building\": 24\n          }\n        }\n      ],\n      \"profile\": {\n        \"factory\": 13,\n        \"building\": 30,\n        \"dependencies\": 80\n      },\n      \"failed\": false,\n      \"errors\": 0,\n      \"warnings\": 0,\n      \"assets\": [],\n      \"reasons\": [\n        {\n          \"moduleId\": 209,\n          \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_Hash.js\",\n          \"module\": \"./node_modules/lodash/_Hash.js\",\n          \"moduleName\": \"./node_modules/lodash/_Hash.js\",\n          \"type\": \"cjs require\",\n          \"userRequest\": \"./_hashSet\",\n          \"loc\": \"5:14-35\"\n        }\n      ],\n      \"usedExports\": true,\n      \"providedExports\": null,\n      \"optimizationBailout\": [\n        \"ModuleConcatenation bailout: Module is not an ECMAScript module\"\n      ],\n      \"depth\": 11,\n      \"source\": \"var nativeCreate = require('./_nativeCreate');\\n\\n/** Used to stand-in for `undefined` hash values. */\\nvar HASH_UNDEFINED = '__lodash_hash_undefined__';\\n\\n/**\\n * Sets the hash `key` to `value`.\\n *\\n * @private\\n * @name set\\n * @memberOf Hash\\n * @param {string} key The key of the value to set.\\n * @param {*} value The value to set.\\n * @returns {Object} Returns the hash instance.\\n */\\nfunction hashSet(key, value) {\\n  var data = this.__data__;\\n  this.size += this.has(key) ? 0 : 1;\\n  data[key] = (nativeCreate && value === undefined) ? HASH_UNDEFINED : value;\\n  return this;\\n}\\n\\nmodule.exports = hashSet;\\n\"\n    },\n    {\n      \"id\": 215,\n      \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_mapCacheDelete.js\",\n      \"name\": \"./node_modules/lodash/_mapCacheDelete.js\",\n      \"index\": 86,\n      \"index2\": 79,\n      \"size\": 450,\n      \"cacheable\": true,\n      \"built\": true,\n      \"optional\": false,\n      \"prefetched\": false,\n      \"chunks\": [\n        2\n      ],\n      \"issuer\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_MapCache.js\",\n      \"issuerId\": 93,\n      \"issuerName\": \"./node_modules/lodash/_MapCache.js\",\n      \"issuerPath\": [\n        {\n          \"id\": 191,\n          \"identifier\": \"multi /Users/jarred/Code/styleurl/webpack/customPublicPath /Users/jarred/Code/styleurl/chrome/extension/background\",\n          \"name\": \"multi ./webpack/customPublicPath ./chrome/extension/background\",\n          \"profile\": {\n            \"factory\": 0,\n            \"building\": 0,\n            \"dependencies\": 54\n          }\n        },\n        {\n          \"id\": 192,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/background.js\",\n          \"name\": \"./chrome/extension/background.js\",\n          \"profile\": {\n            \"factory\": 54,\n            \"building\": 639,\n            \"dependencies\": 140\n          }\n        },\n        {\n          \"id\": 193,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/findIndex.js\",\n          \"name\": \"./node_modules/lodash/findIndex.js\",\n          \"profile\": {\n            \"factory\": 140,\n            \"building\": 568,\n            \"dependencies\": 1\n          }\n        },\n        {\n          \"id\": 195,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_baseIteratee.js\",\n          \"name\": \"./node_modules/lodash/_baseIteratee.js\",\n          \"profile\": {\n            \"factory\": 245,\n            \"building\": 75,\n            \"dependencies\": 1\n          }\n        },\n        {\n          \"id\": 196,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_baseMatches.js\",\n          \"name\": \"./node_modules/lodash/_baseMatches.js\",\n          \"profile\": {\n            \"factory\": 82,\n            \"building\": 104,\n            \"dependencies\": 78\n          }\n        },\n        {\n          \"id\": 197,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_baseIsMatch.js\",\n          \"name\": \"./node_modules/lodash/_baseIsMatch.js\",\n          \"profile\": {\n            \"factory\": 78,\n            \"building\": 19,\n            \"dependencies\": 1\n          }\n        },\n        {\n          \"id\": 139,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_Stack.js\",\n          \"name\": \"./node_modules/lodash/_Stack.js\",\n          \"profile\": {\n            \"factory\": 41,\n            \"building\": 34\n          }\n        },\n        {\n          \"id\": 207,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_stackSet.js\",\n          \"name\": \"./node_modules/lodash/_stackSet.js\",\n          \"profile\": {\n            \"factory\": 41,\n            \"building\": 20,\n            \"dependencies\": 0\n          }\n        },\n        {\n          \"id\": 93,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_MapCache.js\",\n          \"name\": \"./node_modules/lodash/_MapCache.js\",\n          \"profile\": {\n            \"factory\": 19,\n            \"building\": 39\n          }\n        }\n      ],\n      \"profile\": {\n        \"factory\": 41,\n        \"building\": 23,\n        \"dependencies\": 94\n      },\n      \"failed\": false,\n      \"errors\": 0,\n      \"warnings\": 0,\n      \"assets\": [],\n      \"reasons\": [\n        {\n          \"moduleId\": 93,\n          \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_MapCache.js\",\n          \"module\": \"./node_modules/lodash/_MapCache.js\",\n          \"moduleName\": \"./node_modules/lodash/_MapCache.js\",\n          \"type\": \"cjs require\",\n          \"userRequest\": \"./_mapCacheDelete\",\n          \"loc\": \"2:21-49\"\n        }\n      ],\n      \"usedExports\": true,\n      \"providedExports\": null,\n      \"optimizationBailout\": [\n        \"ModuleConcatenation bailout: Module is not an ECMAScript module\"\n      ],\n      \"depth\": 9,\n      \"source\": \"var getMapData = require('./_getMapData');\\n\\n/**\\n * Removes `key` and its value from the map.\\n *\\n * @private\\n * @name delete\\n * @memberOf MapCache\\n * @param {string} key The key of the value to remove.\\n * @returns {boolean} Returns `true` if the entry was removed, else `false`.\\n */\\nfunction mapCacheDelete(key) {\\n  var result = getMapData(this, key)['delete'](key);\\n  this.size -= result ? 1 : 0;\\n  return result;\\n}\\n\\nmodule.exports = mapCacheDelete;\\n\"\n    },\n    {\n      \"id\": 216,\n      \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_isKeyable.js\",\n      \"name\": \"./node_modules/lodash/_isKeyable.js\",\n      \"index\": 88,\n      \"index2\": 77,\n      \"size\": 430,\n      \"cacheable\": true,\n      \"built\": true,\n      \"optional\": false,\n      \"prefetched\": false,\n      \"chunks\": [\n        2\n      ],\n      \"issuer\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_getMapData.js\",\n      \"issuerId\": 66,\n      \"issuerName\": \"./node_modules/lodash/_getMapData.js\",\n      \"issuerPath\": [\n        {\n          \"id\": 191,\n          \"identifier\": \"multi /Users/jarred/Code/styleurl/webpack/customPublicPath /Users/jarred/Code/styleurl/chrome/extension/background\",\n          \"name\": \"multi ./webpack/customPublicPath ./chrome/extension/background\",\n          \"profile\": {\n            \"factory\": 0,\n            \"building\": 0,\n            \"dependencies\": 54\n          }\n        },\n        {\n          \"id\": 192,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/background.js\",\n          \"name\": \"./chrome/extension/background.js\",\n          \"profile\": {\n            \"factory\": 54,\n            \"building\": 639,\n            \"dependencies\": 140\n          }\n        },\n        {\n          \"id\": 193,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/findIndex.js\",\n          \"name\": \"./node_modules/lodash/findIndex.js\",\n          \"profile\": {\n            \"factory\": 140,\n            \"building\": 568,\n            \"dependencies\": 1\n          }\n        },\n        {\n          \"id\": 195,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_baseIteratee.js\",\n          \"name\": \"./node_modules/lodash/_baseIteratee.js\",\n          \"profile\": {\n            \"factory\": 245,\n            \"building\": 75,\n            \"dependencies\": 1\n          }\n        },\n        {\n          \"id\": 196,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_baseMatches.js\",\n          \"name\": \"./node_modules/lodash/_baseMatches.js\",\n          \"profile\": {\n            \"factory\": 82,\n            \"building\": 104,\n            \"dependencies\": 78\n          }\n        },\n        {\n          \"id\": 197,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_baseIsMatch.js\",\n          \"name\": \"./node_modules/lodash/_baseIsMatch.js\",\n          \"profile\": {\n            \"factory\": 78,\n            \"building\": 19,\n            \"dependencies\": 1\n          }\n        },\n        {\n          \"id\": 139,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_Stack.js\",\n          \"name\": \"./node_modules/lodash/_Stack.js\",\n          \"profile\": {\n            \"factory\": 41,\n            \"building\": 34\n          }\n        },\n        {\n          \"id\": 207,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_stackSet.js\",\n          \"name\": \"./node_modules/lodash/_stackSet.js\",\n          \"profile\": {\n            \"factory\": 41,\n            \"building\": 20,\n            \"dependencies\": 0\n          }\n        },\n        {\n          \"id\": 93,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_MapCache.js\",\n          \"name\": \"./node_modules/lodash/_MapCache.js\",\n          \"profile\": {\n            \"factory\": 19,\n            \"building\": 39\n          }\n        },\n        {\n          \"id\": 215,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_mapCacheDelete.js\",\n          \"name\": \"./node_modules/lodash/_mapCacheDelete.js\",\n          \"profile\": {\n            \"factory\": 41,\n            \"building\": 23,\n            \"dependencies\": 94\n          }\n        },\n        {\n          \"id\": 66,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_getMapData.js\",\n          \"name\": \"./node_modules/lodash/_getMapData.js\",\n          \"profile\": {\n            \"factory\": 94,\n            \"building\": 24\n          }\n        }\n      ],\n      \"profile\": {\n        \"factory\": 13,\n        \"building\": 31\n      },\n      \"failed\": false,\n      \"errors\": 0,\n      \"warnings\": 0,\n      \"assets\": [],\n      \"reasons\": [\n        {\n          \"moduleId\": 66,\n          \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_getMapData.js\",\n          \"module\": \"./node_modules/lodash/_getMapData.js\",\n          \"moduleName\": \"./node_modules/lodash/_getMapData.js\",\n          \"type\": \"cjs require\",\n          \"userRequest\": \"./_isKeyable\",\n          \"loc\": \"1:16-39\"\n        }\n      ],\n      \"usedExports\": true,\n      \"providedExports\": null,\n      \"optimizationBailout\": [\n        \"ModuleConcatenation bailout: Module is not an ECMAScript module\"\n      ],\n      \"depth\": 11,\n      \"source\": \"/**\\n * Checks if `value` is suitable for use as unique object key.\\n *\\n * @private\\n * @param {*} value The value to check.\\n * @returns {boolean} Returns `true` if `value` is suitable, else `false`.\\n */\\nfunction isKeyable(value) {\\n  var type = typeof value;\\n  return (type == 'string' || type == 'number' || type == 'symbol' || type == 'boolean')\\n    ? (value !== '__proto__')\\n    : (value === null);\\n}\\n\\nmodule.exports = isKeyable;\\n\"\n    },\n    {\n      \"id\": 217,\n      \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_mapCacheGet.js\",\n      \"name\": \"./node_modules/lodash/_mapCacheGet.js\",\n      \"index\": 89,\n      \"index2\": 80,\n      \"size\": 330,\n      \"cacheable\": true,\n      \"built\": true,\n      \"optional\": false,\n      \"prefetched\": false,\n      \"chunks\": [\n        2\n      ],\n      \"issuer\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_MapCache.js\",\n      \"issuerId\": 93,\n      \"issuerName\": \"./node_modules/lodash/_MapCache.js\",\n      \"issuerPath\": [\n        {\n          \"id\": 191,\n          \"identifier\": \"multi /Users/jarred/Code/styleurl/webpack/customPublicPath /Users/jarred/Code/styleurl/chrome/extension/background\",\n          \"name\": \"multi ./webpack/customPublicPath ./chrome/extension/background\",\n          \"profile\": {\n            \"factory\": 0,\n            \"building\": 0,\n            \"dependencies\": 54\n          }\n        },\n        {\n          \"id\": 192,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/background.js\",\n          \"name\": \"./chrome/extension/background.js\",\n          \"profile\": {\n            \"factory\": 54,\n            \"building\": 639,\n            \"dependencies\": 140\n          }\n        },\n        {\n          \"id\": 193,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/findIndex.js\",\n          \"name\": \"./node_modules/lodash/findIndex.js\",\n          \"profile\": {\n            \"factory\": 140,\n            \"building\": 568,\n            \"dependencies\": 1\n          }\n        },\n        {\n          \"id\": 195,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_baseIteratee.js\",\n          \"name\": \"./node_modules/lodash/_baseIteratee.js\",\n          \"profile\": {\n            \"factory\": 245,\n            \"building\": 75,\n            \"dependencies\": 1\n          }\n        },\n        {\n          \"id\": 196,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_baseMatches.js\",\n          \"name\": \"./node_modules/lodash/_baseMatches.js\",\n          \"profile\": {\n            \"factory\": 82,\n            \"building\": 104,\n            \"dependencies\": 78\n          }\n        },\n        {\n          \"id\": 197,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_baseIsMatch.js\",\n          \"name\": \"./node_modules/lodash/_baseIsMatch.js\",\n          \"profile\": {\n            \"factory\": 78,\n            \"building\": 19,\n            \"dependencies\": 1\n          }\n        },\n        {\n          \"id\": 139,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_Stack.js\",\n          \"name\": \"./node_modules/lodash/_Stack.js\",\n          \"profile\": {\n            \"factory\": 41,\n            \"building\": 34\n          }\n        },\n        {\n          \"id\": 207,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_stackSet.js\",\n          \"name\": \"./node_modules/lodash/_stackSet.js\",\n          \"profile\": {\n            \"factory\": 41,\n            \"building\": 20,\n            \"dependencies\": 0\n          }\n        },\n        {\n          \"id\": 93,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_MapCache.js\",\n          \"name\": \"./node_modules/lodash/_MapCache.js\",\n          \"profile\": {\n            \"factory\": 19,\n            \"building\": 39\n          }\n        }\n      ],\n      \"profile\": {\n        \"factory\": 41,\n        \"building\": 23,\n        \"dependencies\": 94\n      },\n      \"failed\": false,\n      \"errors\": 0,\n      \"warnings\": 0,\n      \"assets\": [],\n      \"reasons\": [\n        {\n          \"moduleId\": 93,\n          \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_MapCache.js\",\n          \"module\": \"./node_modules/lodash/_MapCache.js\",\n          \"moduleName\": \"./node_modules/lodash/_MapCache.js\",\n          \"type\": \"cjs require\",\n          \"userRequest\": \"./_mapCacheGet\",\n          \"loc\": \"3:18-43\"\n        }\n      ],\n      \"usedExports\": true,\n      \"providedExports\": null,\n      \"optimizationBailout\": [\n        \"ModuleConcatenation bailout: Module is not an ECMAScript module\"\n      ],\n      \"depth\": 9,\n      \"source\": \"var getMapData = require('./_getMapData');\\n\\n/**\\n * Gets the map value for `key`.\\n *\\n * @private\\n * @name get\\n * @memberOf MapCache\\n * @param {string} key The key of the value to get.\\n * @returns {*} Returns the entry value.\\n */\\nfunction mapCacheGet(key) {\\n  return getMapData(this, key).get(key);\\n}\\n\\nmodule.exports = mapCacheGet;\\n\"\n    },\n    {\n      \"id\": 218,\n      \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_mapCacheHas.js\",\n      \"name\": \"./node_modules/lodash/_mapCacheHas.js\",\n      \"index\": 90,\n      \"index2\": 81,\n      \"size\": 382,\n      \"cacheable\": true,\n      \"built\": true,\n      \"optional\": false,\n      \"prefetched\": false,\n      \"chunks\": [\n        2\n      ],\n      \"issuer\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_MapCache.js\",\n      \"issuerId\": 93,\n      \"issuerName\": \"./node_modules/lodash/_MapCache.js\",\n      \"issuerPath\": [\n        {\n          \"id\": 191,\n          \"identifier\": \"multi /Users/jarred/Code/styleurl/webpack/customPublicPath /Users/jarred/Code/styleurl/chrome/extension/background\",\n          \"name\": \"multi ./webpack/customPublicPath ./chrome/extension/background\",\n          \"profile\": {\n            \"factory\": 0,\n            \"building\": 0,\n            \"dependencies\": 54\n          }\n        },\n        {\n          \"id\": 192,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/background.js\",\n          \"name\": \"./chrome/extension/background.js\",\n          \"profile\": {\n            \"factory\": 54,\n            \"building\": 639,\n            \"dependencies\": 140\n          }\n        },\n        {\n          \"id\": 193,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/findIndex.js\",\n          \"name\": \"./node_modules/lodash/findIndex.js\",\n          \"profile\": {\n            \"factory\": 140,\n            \"building\": 568,\n            \"dependencies\": 1\n          }\n        },\n        {\n          \"id\": 195,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_baseIteratee.js\",\n          \"name\": \"./node_modules/lodash/_baseIteratee.js\",\n          \"profile\": {\n            \"factory\": 245,\n            \"building\": 75,\n            \"dependencies\": 1\n          }\n        },\n        {\n          \"id\": 196,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_baseMatches.js\",\n          \"name\": \"./node_modules/lodash/_baseMatches.js\",\n          \"profile\": {\n            \"factory\": 82,\n            \"building\": 104,\n            \"dependencies\": 78\n          }\n        },\n        {\n          \"id\": 197,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_baseIsMatch.js\",\n          \"name\": \"./node_modules/lodash/_baseIsMatch.js\",\n          \"profile\": {\n            \"factory\": 78,\n            \"building\": 19,\n            \"dependencies\": 1\n          }\n        },\n        {\n          \"id\": 139,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_Stack.js\",\n          \"name\": \"./node_modules/lodash/_Stack.js\",\n          \"profile\": {\n            \"factory\": 41,\n            \"building\": 34\n          }\n        },\n        {\n          \"id\": 207,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_stackSet.js\",\n          \"name\": \"./node_modules/lodash/_stackSet.js\",\n          \"profile\": {\n            \"factory\": 41,\n            \"building\": 20,\n            \"dependencies\": 0\n          }\n        },\n        {\n          \"id\": 93,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_MapCache.js\",\n          \"name\": \"./node_modules/lodash/_MapCache.js\",\n          \"profile\": {\n            \"factory\": 19,\n            \"building\": 39\n          }\n        }\n      ],\n      \"profile\": {\n        \"factory\": 41,\n        \"building\": 23,\n        \"dependencies\": 94\n      },\n      \"failed\": false,\n      \"errors\": 0,\n      \"warnings\": 0,\n      \"assets\": [],\n      \"reasons\": [\n        {\n          \"moduleId\": 93,\n          \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_MapCache.js\",\n          \"module\": \"./node_modules/lodash/_MapCache.js\",\n          \"moduleName\": \"./node_modules/lodash/_MapCache.js\",\n          \"type\": \"cjs require\",\n          \"userRequest\": \"./_mapCacheHas\",\n          \"loc\": \"4:18-43\"\n        }\n      ],\n      \"usedExports\": true,\n      \"providedExports\": null,\n      \"optimizationBailout\": [\n        \"ModuleConcatenation bailout: Module is not an ECMAScript module\"\n      ],\n      \"depth\": 9,\n      \"source\": \"var getMapData = require('./_getMapData');\\n\\n/**\\n * Checks if a map value for `key` exists.\\n *\\n * @private\\n * @name has\\n * @memberOf MapCache\\n * @param {string} key The key of the entry to check.\\n * @returns {boolean} Returns `true` if an entry for `key` exists, else `false`.\\n */\\nfunction mapCacheHas(key) {\\n  return getMapData(this, key).has(key);\\n}\\n\\nmodule.exports = mapCacheHas;\\n\"\n    },\n    {\n      \"id\": 219,\n      \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_mapCacheSet.js\",\n      \"name\": \"./node_modules/lodash/_mapCacheSet.js\",\n      \"index\": 91,\n      \"index2\": 82,\n      \"size\": 489,\n      \"cacheable\": true,\n      \"built\": true,\n      \"optional\": false,\n      \"prefetched\": false,\n      \"chunks\": [\n        2\n      ],\n      \"issuer\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_MapCache.js\",\n      \"issuerId\": 93,\n      \"issuerName\": \"./node_modules/lodash/_MapCache.js\",\n      \"issuerPath\": [\n        {\n          \"id\": 191,\n          \"identifier\": \"multi /Users/jarred/Code/styleurl/webpack/customPublicPath /Users/jarred/Code/styleurl/chrome/extension/background\",\n          \"name\": \"multi ./webpack/customPublicPath ./chrome/extension/background\",\n          \"profile\": {\n            \"factory\": 0,\n            \"building\": 0,\n            \"dependencies\": 54\n          }\n        },\n        {\n          \"id\": 192,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/background.js\",\n          \"name\": \"./chrome/extension/background.js\",\n          \"profile\": {\n            \"factory\": 54,\n            \"building\": 639,\n            \"dependencies\": 140\n          }\n        },\n        {\n          \"id\": 193,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/findIndex.js\",\n          \"name\": \"./node_modules/lodash/findIndex.js\",\n          \"profile\": {\n            \"factory\": 140,\n            \"building\": 568,\n            \"dependencies\": 1\n          }\n        },\n        {\n          \"id\": 195,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_baseIteratee.js\",\n          \"name\": \"./node_modules/lodash/_baseIteratee.js\",\n          \"profile\": {\n            \"factory\": 245,\n            \"building\": 75,\n            \"dependencies\": 1\n          }\n        },\n        {\n          \"id\": 196,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_baseMatches.js\",\n          \"name\": \"./node_modules/lodash/_baseMatches.js\",\n          \"profile\": {\n            \"factory\": 82,\n            \"building\": 104,\n            \"dependencies\": 78\n          }\n        },\n        {\n          \"id\": 197,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_baseIsMatch.js\",\n          \"name\": \"./node_modules/lodash/_baseIsMatch.js\",\n          \"profile\": {\n            \"factory\": 78,\n            \"building\": 19,\n            \"dependencies\": 1\n          }\n        },\n        {\n          \"id\": 139,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_Stack.js\",\n          \"name\": \"./node_modules/lodash/_Stack.js\",\n          \"profile\": {\n            \"factory\": 41,\n            \"building\": 34\n          }\n        },\n        {\n          \"id\": 207,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_stackSet.js\",\n          \"name\": \"./node_modules/lodash/_stackSet.js\",\n          \"profile\": {\n            \"factory\": 41,\n            \"building\": 20,\n            \"dependencies\": 0\n          }\n        },\n        {\n          \"id\": 93,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_MapCache.js\",\n          \"name\": \"./node_modules/lodash/_MapCache.js\",\n          \"profile\": {\n            \"factory\": 19,\n            \"building\": 39\n          }\n        }\n      ],\n      \"profile\": {\n        \"factory\": 41,\n        \"building\": 23,\n        \"dependencies\": 94\n      },\n      \"failed\": false,\n      \"errors\": 0,\n      \"warnings\": 0,\n      \"assets\": [],\n      \"reasons\": [\n        {\n          \"moduleId\": 93,\n          \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_MapCache.js\",\n          \"module\": \"./node_modules/lodash/_MapCache.js\",\n          \"moduleName\": \"./node_modules/lodash/_MapCache.js\",\n          \"type\": \"cjs require\",\n          \"userRequest\": \"./_mapCacheSet\",\n          \"loc\": \"5:18-43\"\n        }\n      ],\n      \"usedExports\": true,\n      \"providedExports\": null,\n      \"optimizationBailout\": [\n        \"ModuleConcatenation bailout: Module is not an ECMAScript module\"\n      ],\n      \"depth\": 9,\n      \"source\": \"var getMapData = require('./_getMapData');\\n\\n/**\\n * Sets the map `key` to `value`.\\n *\\n * @private\\n * @name set\\n * @memberOf MapCache\\n * @param {string} key The key of the value to set.\\n * @param {*} value The value to set.\\n * @returns {Object} Returns the map cache instance.\\n */\\nfunction mapCacheSet(key, value) {\\n  var data = getMapData(this, key),\\n      size = data.size;\\n\\n  data.set(key, value);\\n  this.size += data.size == size ? 0 : 1;\\n  return this;\\n}\\n\\nmodule.exports = mapCacheSet;\\n\"\n    },\n    {\n      \"id\": 220,\n      \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_baseIsEqualDeep.js\",\n      \"name\": \"./node_modules/lodash/_baseIsEqualDeep.js\",\n      \"index\": 93,\n      \"index2\": 129,\n      \"size\": 3010,\n      \"cacheable\": true,\n      \"built\": true,\n      \"optional\": false,\n      \"prefetched\": false,\n      \"chunks\": [\n        2\n      ],\n      \"issuer\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_baseIsEqual.js\",\n      \"issuerId\": 141,\n      \"issuerName\": \"./node_modules/lodash/_baseIsEqual.js\",\n      \"issuerPath\": [\n        {\n          \"id\": 191,\n          \"identifier\": \"multi /Users/jarred/Code/styleurl/webpack/customPublicPath /Users/jarred/Code/styleurl/chrome/extension/background\",\n          \"name\": \"multi ./webpack/customPublicPath ./chrome/extension/background\",\n          \"profile\": {\n            \"factory\": 0,\n            \"building\": 0,\n            \"dependencies\": 54\n          }\n        },\n        {\n          \"id\": 192,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/background.js\",\n          \"name\": \"./chrome/extension/background.js\",\n          \"profile\": {\n            \"factory\": 54,\n            \"building\": 639,\n            \"dependencies\": 140\n          }\n        },\n        {\n          \"id\": 193,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/findIndex.js\",\n          \"name\": \"./node_modules/lodash/findIndex.js\",\n          \"profile\": {\n            \"factory\": 140,\n            \"building\": 568,\n            \"dependencies\": 1\n          }\n        },\n        {\n          \"id\": 195,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_baseIteratee.js\",\n          \"name\": \"./node_modules/lodash/_baseIteratee.js\",\n          \"profile\": {\n            \"factory\": 245,\n            \"building\": 75,\n            \"dependencies\": 1\n          }\n        },\n        {\n          \"id\": 237,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_baseMatchesProperty.js\",\n          \"name\": \"./node_modules/lodash/_baseMatchesProperty.js\",\n          \"profile\": {\n            \"factory\": 82,\n            \"building\": 104,\n            \"dependencies\": 78\n          }\n        },\n        {\n          \"id\": 141,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_baseIsEqual.js\",\n          \"name\": \"./node_modules/lodash/_baseIsEqual.js\",\n          \"profile\": {\n            \"factory\": 78,\n            \"building\": 20,\n            \"dependencies\": 38\n          }\n        }\n      ],\n      \"profile\": {\n        \"factory\": 40,\n        \"building\": 33,\n        \"dependencies\": 0\n      },\n      \"failed\": false,\n      \"errors\": 0,\n      \"warnings\": 0,\n      \"assets\": [],\n      \"reasons\": [\n        {\n          \"moduleId\": 141,\n          \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_baseIsEqual.js\",\n          \"module\": \"./node_modules/lodash/_baseIsEqual.js\",\n          \"moduleName\": \"./node_modules/lodash/_baseIsEqual.js\",\n          \"type\": \"cjs require\",\n          \"userRequest\": \"./_baseIsEqualDeep\",\n          \"loc\": \"1:22-51\"\n        }\n      ],\n      \"usedExports\": true,\n      \"providedExports\": null,\n      \"optimizationBailout\": [\n        \"ModuleConcatenation bailout: Module is not an ECMAScript module\"\n      ],\n      \"depth\": 6,\n      \"source\": \"var Stack = require('./_Stack'),\\n    equalArrays = require('./_equalArrays'),\\n    equalByTag = require('./_equalByTag'),\\n    equalObjects = require('./_equalObjects'),\\n    getTag = require('./_getTag'),\\n    isArray = require('./isArray'),\\n    isBuffer = require('./isBuffer'),\\n    isTypedArray = require('./isTypedArray');\\n\\n/** Used to compose bitmasks for value comparisons. */\\nvar COMPARE_PARTIAL_FLAG = 1;\\n\\n/** `Object#toString` result references. */\\nvar argsTag = '[object Arguments]',\\n    arrayTag = '[object Array]',\\n    objectTag = '[object Object]';\\n\\n/** Used for built-in method references. */\\nvar objectProto = Object.prototype;\\n\\n/** Used to check objects for own properties. */\\nvar hasOwnProperty = objectProto.hasOwnProperty;\\n\\n/**\\n * A specialized version of `baseIsEqual` for arrays and objects which performs\\n * deep comparisons and tracks traversed objects enabling objects with circular\\n * references to be compared.\\n *\\n * @private\\n * @param {Object} object The object to compare.\\n * @param {Object} other The other object to compare.\\n * @param {number} bitmask The bitmask flags. See `baseIsEqual` for more details.\\n * @param {Function} customizer The function to customize comparisons.\\n * @param {Function} equalFunc The function to determine equivalents of values.\\n * @param {Object} [stack] Tracks traversed `object` and `other` objects.\\n * @returns {boolean} Returns `true` if the objects are equivalent, else `false`.\\n */\\nfunction baseIsEqualDeep(object, other, bitmask, customizer, equalFunc, stack) {\\n  var objIsArr = isArray(object),\\n      othIsArr = isArray(other),\\n      objTag = objIsArr ? arrayTag : getTag(object),\\n      othTag = othIsArr ? arrayTag : getTag(other);\\n\\n  objTag = objTag == argsTag ? objectTag : objTag;\\n  othTag = othTag == argsTag ? objectTag : othTag;\\n\\n  var objIsObj = objTag == objectTag,\\n      othIsObj = othTag == objectTag,\\n      isSameTag = objTag == othTag;\\n\\n  if (isSameTag && isBuffer(object)) {\\n    if (!isBuffer(other)) {\\n      return false;\\n    }\\n    objIsArr = true;\\n    objIsObj = false;\\n  }\\n  if (isSameTag && !objIsObj) {\\n    stack || (stack = new Stack);\\n    return (objIsArr || isTypedArray(object))\\n      ? equalArrays(object, other, bitmask, customizer, equalFunc, stack)\\n      : equalByTag(object, other, objTag, bitmask, customizer, equalFunc, stack);\\n  }\\n  if (!(bitmask & COMPARE_PARTIAL_FLAG)) {\\n    var objIsWrapped = objIsObj && hasOwnProperty.call(object, '__wrapped__'),\\n        othIsWrapped = othIsObj && hasOwnProperty.call(other, '__wrapped__');\\n\\n    if (objIsWrapped || othIsWrapped) {\\n      var objUnwrapped = objIsWrapped ? object.value() : object,\\n          othUnwrapped = othIsWrapped ? other.value() : other;\\n\\n      stack || (stack = new Stack);\\n      return equalFunc(objUnwrapped, othUnwrapped, bitmask, customizer, stack);\\n    }\\n  }\\n  if (!isSameTag) {\\n    return false;\\n  }\\n  stack || (stack = new Stack);\\n  return equalObjects(object, other, bitmask, customizer, equalFunc, stack);\\n}\\n\\nmodule.exports = baseIsEqualDeep;\\n\"\n    },\n    {\n      \"id\": 221,\n      \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_SetCache.js\",\n      \"name\": \"./node_modules/lodash/_SetCache.js\",\n      \"index\": 95,\n      \"index2\": 88,\n      \"size\": 632,\n      \"cacheable\": true,\n      \"built\": true,\n      \"optional\": false,\n      \"prefetched\": false,\n      \"chunks\": [\n        2\n      ],\n      \"issuer\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_equalArrays.js\",\n      \"issuerId\": 142,\n      \"issuerName\": \"./node_modules/lodash/_equalArrays.js\",\n      \"issuerPath\": [\n        {\n          \"id\": 191,\n          \"identifier\": \"multi /Users/jarred/Code/styleurl/webpack/customPublicPath /Users/jarred/Code/styleurl/chrome/extension/background\",\n          \"name\": \"multi ./webpack/customPublicPath ./chrome/extension/background\",\n          \"profile\": {\n            \"factory\": 0,\n            \"building\": 0,\n            \"dependencies\": 54\n          }\n        },\n        {\n          \"id\": 192,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/background.js\",\n          \"name\": \"./chrome/extension/background.js\",\n          \"profile\": {\n            \"factory\": 54,\n            \"building\": 639,\n            \"dependencies\": 140\n          }\n        },\n        {\n          \"id\": 193,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/findIndex.js\",\n          \"name\": \"./node_modules/lodash/findIndex.js\",\n          \"profile\": {\n            \"factory\": 140,\n            \"building\": 568,\n            \"dependencies\": 1\n          }\n        },\n        {\n          \"id\": 195,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_baseIteratee.js\",\n          \"name\": \"./node_modules/lodash/_baseIteratee.js\",\n          \"profile\": {\n            \"factory\": 245,\n            \"building\": 75,\n            \"dependencies\": 1\n          }\n        },\n        {\n          \"id\": 237,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_baseMatchesProperty.js\",\n          \"name\": \"./node_modules/lodash/_baseMatchesProperty.js\",\n          \"profile\": {\n            \"factory\": 82,\n            \"building\": 104,\n            \"dependencies\": 78\n          }\n        },\n        {\n          \"id\": 141,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_baseIsEqual.js\",\n          \"name\": \"./node_modules/lodash/_baseIsEqual.js\",\n          \"profile\": {\n            \"factory\": 78,\n            \"building\": 20,\n            \"dependencies\": 38\n          }\n        },\n        {\n          \"id\": 220,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_baseIsEqualDeep.js\",\n          \"name\": \"./node_modules/lodash/_baseIsEqualDeep.js\",\n          \"profile\": {\n            \"factory\": 40,\n            \"building\": 33,\n            \"dependencies\": 0\n          }\n        },\n        {\n          \"id\": 142,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_equalArrays.js\",\n          \"name\": \"./node_modules/lodash/_equalArrays.js\",\n          \"profile\": {\n            \"factory\": 42,\n            \"building\": 17,\n            \"dependencies\": 0\n          }\n        }\n      ],\n      \"profile\": {\n        \"factory\": 23,\n        \"building\": 36,\n        \"dependencies\": 0\n      },\n      \"failed\": false,\n      \"errors\": 0,\n      \"warnings\": 0,\n      \"assets\": [],\n      \"reasons\": [\n        {\n          \"moduleId\": 142,\n          \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_equalArrays.js\",\n          \"module\": \"./node_modules/lodash/_equalArrays.js\",\n          \"moduleName\": \"./node_modules/lodash/_equalArrays.js\",\n          \"type\": \"cjs require\",\n          \"userRequest\": \"./_SetCache\",\n          \"loc\": \"1:15-37\"\n        }\n      ],\n      \"usedExports\": true,\n      \"providedExports\": null,\n      \"optimizationBailout\": [\n        \"ModuleConcatenation bailout: Module is not an ECMAScript module\"\n      ],\n      \"depth\": 8,\n      \"source\": \"var MapCache = require('./_MapCache'),\\n    setCacheAdd = require('./_setCacheAdd'),\\n    setCacheHas = require('./_setCacheHas');\\n\\n/**\\n *\\n * Creates an array cache object to store unique values.\\n *\\n * @private\\n * @constructor\\n * @param {Array} [values] The values to cache.\\n */\\nfunction SetCache(values) {\\n  var index = -1,\\n      length = values == null ? 0 : values.length;\\n\\n  this.__data__ = new MapCache;\\n  while (++index < length) {\\n    this.add(values[index]);\\n  }\\n}\\n\\n// Add methods to `SetCache`.\\nSetCache.prototype.add = SetCache.prototype.push = setCacheAdd;\\nSetCache.prototype.has = setCacheHas;\\n\\nmodule.exports = SetCache;\\n\"\n    },\n    {\n      \"id\": 222,\n      \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_setCacheAdd.js\",\n      \"name\": \"./node_modules/lodash/_setCacheAdd.js\",\n      \"index\": 96,\n      \"index2\": 86,\n      \"size\": 424,\n      \"cacheable\": true,\n      \"built\": true,\n      \"optional\": false,\n      \"prefetched\": false,\n      \"chunks\": [\n        2\n      ],\n      \"issuer\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_SetCache.js\",\n      \"issuerId\": 221,\n      \"issuerName\": \"./node_modules/lodash/_SetCache.js\",\n      \"issuerPath\": [\n        {\n          \"id\": 191,\n          \"identifier\": \"multi /Users/jarred/Code/styleurl/webpack/customPublicPath /Users/jarred/Code/styleurl/chrome/extension/background\",\n          \"name\": \"multi ./webpack/customPublicPath ./chrome/extension/background\",\n          \"profile\": {\n            \"factory\": 0,\n            \"building\": 0,\n            \"dependencies\": 54\n          }\n        },\n        {\n          \"id\": 192,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/background.js\",\n          \"name\": \"./chrome/extension/background.js\",\n          \"profile\": {\n            \"factory\": 54,\n            \"building\": 639,\n            \"dependencies\": 140\n          }\n        },\n        {\n          \"id\": 193,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/findIndex.js\",\n          \"name\": \"./node_modules/lodash/findIndex.js\",\n          \"profile\": {\n            \"factory\": 140,\n            \"building\": 568,\n            \"dependencies\": 1\n          }\n        },\n        {\n          \"id\": 195,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_baseIteratee.js\",\n          \"name\": \"./node_modules/lodash/_baseIteratee.js\",\n          \"profile\": {\n            \"factory\": 245,\n            \"building\": 75,\n            \"dependencies\": 1\n          }\n        },\n        {\n          \"id\": 237,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_baseMatchesProperty.js\",\n          \"name\": \"./node_modules/lodash/_baseMatchesProperty.js\",\n          \"profile\": {\n            \"factory\": 82,\n            \"building\": 104,\n            \"dependencies\": 78\n          }\n        },\n        {\n          \"id\": 141,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_baseIsEqual.js\",\n          \"name\": \"./node_modules/lodash/_baseIsEqual.js\",\n          \"profile\": {\n            \"factory\": 78,\n            \"building\": 20,\n            \"dependencies\": 38\n          }\n        },\n        {\n          \"id\": 220,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_baseIsEqualDeep.js\",\n          \"name\": \"./node_modules/lodash/_baseIsEqualDeep.js\",\n          \"profile\": {\n            \"factory\": 40,\n            \"building\": 33,\n            \"dependencies\": 0\n          }\n        },\n        {\n          \"id\": 142,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_equalArrays.js\",\n          \"name\": \"./node_modules/lodash/_equalArrays.js\",\n          \"profile\": {\n            \"factory\": 42,\n            \"building\": 17,\n            \"dependencies\": 0\n          }\n        },\n        {\n          \"id\": 221,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_SetCache.js\",\n          \"name\": \"./node_modules/lodash/_SetCache.js\",\n          \"profile\": {\n            \"factory\": 23,\n            \"building\": 36,\n            \"dependencies\": 0\n          }\n        }\n      ],\n      \"profile\": {\n        \"factory\": 45,\n        \"building\": 20\n      },\n      \"failed\": false,\n      \"errors\": 0,\n      \"warnings\": 0,\n      \"assets\": [],\n      \"reasons\": [\n        {\n          \"moduleId\": 221,\n          \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_SetCache.js\",\n          \"module\": \"./node_modules/lodash/_SetCache.js\",\n          \"moduleName\": \"./node_modules/lodash/_SetCache.js\",\n          \"type\": \"cjs require\",\n          \"userRequest\": \"./_setCacheAdd\",\n          \"loc\": \"2:18-43\"\n        }\n      ],\n      \"usedExports\": true,\n      \"providedExports\": null,\n      \"optimizationBailout\": [\n        \"ModuleConcatenation bailout: Module is not an ECMAScript module\"\n      ],\n      \"depth\": 9,\n      \"source\": \"/** Used to stand-in for `undefined` hash values. */\\nvar HASH_UNDEFINED = '__lodash_hash_undefined__';\\n\\n/**\\n * Adds `value` to the array cache.\\n *\\n * @private\\n * @name add\\n * @memberOf SetCache\\n * @alias push\\n * @param {*} value The value to cache.\\n * @returns {Object} Returns the cache instance.\\n */\\nfunction setCacheAdd(value) {\\n  this.__data__.set(value, HASH_UNDEFINED);\\n  return this;\\n}\\n\\nmodule.exports = setCacheAdd;\\n\"\n    },\n    {\n      \"id\": 223,\n      \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_setCacheHas.js\",\n      \"name\": \"./node_modules/lodash/_setCacheHas.js\",\n      \"index\": 97,\n      \"index2\": 87,\n      \"size\": 316,\n      \"cacheable\": true,\n      \"built\": true,\n      \"optional\": false,\n      \"prefetched\": false,\n      \"chunks\": [\n        2\n      ],\n      \"issuer\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_SetCache.js\",\n      \"issuerId\": 221,\n      \"issuerName\": \"./node_modules/lodash/_SetCache.js\",\n      \"issuerPath\": [\n        {\n          \"id\": 191,\n          \"identifier\": \"multi /Users/jarred/Code/styleurl/webpack/customPublicPath /Users/jarred/Code/styleurl/chrome/extension/background\",\n          \"name\": \"multi ./webpack/customPublicPath ./chrome/extension/background\",\n          \"profile\": {\n            \"factory\": 0,\n            \"building\": 0,\n            \"dependencies\": 54\n          }\n        },\n        {\n          \"id\": 192,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/background.js\",\n          \"name\": \"./chrome/extension/background.js\",\n          \"profile\": {\n            \"factory\": 54,\n            \"building\": 639,\n            \"dependencies\": 140\n          }\n        },\n        {\n          \"id\": 193,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/findIndex.js\",\n          \"name\": \"./node_modules/lodash/findIndex.js\",\n          \"profile\": {\n            \"factory\": 140,\n            \"building\": 568,\n            \"dependencies\": 1\n          }\n        },\n        {\n          \"id\": 195,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_baseIteratee.js\",\n          \"name\": \"./node_modules/lodash/_baseIteratee.js\",\n          \"profile\": {\n            \"factory\": 245,\n            \"building\": 75,\n            \"dependencies\": 1\n          }\n        },\n        {\n          \"id\": 237,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_baseMatchesProperty.js\",\n          \"name\": \"./node_modules/lodash/_baseMatchesProperty.js\",\n          \"profile\": {\n            \"factory\": 82,\n            \"building\": 104,\n            \"dependencies\": 78\n          }\n        },\n        {\n          \"id\": 141,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_baseIsEqual.js\",\n          \"name\": \"./node_modules/lodash/_baseIsEqual.js\",\n          \"profile\": {\n            \"factory\": 78,\n            \"building\": 20,\n            \"dependencies\": 38\n          }\n        },\n        {\n          \"id\": 220,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_baseIsEqualDeep.js\",\n          \"name\": \"./node_modules/lodash/_baseIsEqualDeep.js\",\n          \"profile\": {\n            \"factory\": 40,\n            \"building\": 33,\n            \"dependencies\": 0\n          }\n        },\n        {\n          \"id\": 142,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_equalArrays.js\",\n          \"name\": \"./node_modules/lodash/_equalArrays.js\",\n          \"profile\": {\n            \"factory\": 42,\n            \"building\": 17,\n            \"dependencies\": 0\n          }\n        },\n        {\n          \"id\": 221,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_SetCache.js\",\n          \"name\": \"./node_modules/lodash/_SetCache.js\",\n          \"profile\": {\n            \"factory\": 23,\n            \"building\": 36,\n            \"dependencies\": 0\n          }\n        }\n      ],\n      \"profile\": {\n        \"factory\": 45,\n        \"building\": 20\n      },\n      \"failed\": false,\n      \"errors\": 0,\n      \"warnings\": 0,\n      \"assets\": [],\n      \"reasons\": [\n        {\n          \"moduleId\": 221,\n          \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_SetCache.js\",\n          \"module\": \"./node_modules/lodash/_SetCache.js\",\n          \"moduleName\": \"./node_modules/lodash/_SetCache.js\",\n          \"type\": \"cjs require\",\n          \"userRequest\": \"./_setCacheHas\",\n          \"loc\": \"3:18-43\"\n        }\n      ],\n      \"usedExports\": true,\n      \"providedExports\": null,\n      \"optimizationBailout\": [\n        \"ModuleConcatenation bailout: Module is not an ECMAScript module\"\n      ],\n      \"depth\": 9,\n      \"source\": \"/**\\n * Checks if `value` is in the array cache.\\n *\\n * @private\\n * @name has\\n * @memberOf SetCache\\n * @param {*} value The value to search for.\\n * @returns {number} Returns `true` if `value` is found, else `false`.\\n */\\nfunction setCacheHas(value) {\\n  return this.__data__.has(value);\\n}\\n\\nmodule.exports = setCacheHas;\\n\"\n    },\n    {\n      \"id\": 224,\n      \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_arraySome.js\",\n      \"name\": \"./node_modules/lodash/_arraySome.js\",\n      \"index\": 98,\n      \"index2\": 89,\n      \"size\": 594,\n      \"cacheable\": true,\n      \"built\": true,\n      \"optional\": false,\n      \"prefetched\": false,\n      \"chunks\": [\n        2\n      ],\n      \"issuer\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_equalArrays.js\",\n      \"issuerId\": 142,\n      \"issuerName\": \"./node_modules/lodash/_equalArrays.js\",\n      \"issuerPath\": [\n        {\n          \"id\": 191,\n          \"identifier\": \"multi /Users/jarred/Code/styleurl/webpack/customPublicPath /Users/jarred/Code/styleurl/chrome/extension/background\",\n          \"name\": \"multi ./webpack/customPublicPath ./chrome/extension/background\",\n          \"profile\": {\n            \"factory\": 0,\n            \"building\": 0,\n            \"dependencies\": 54\n          }\n        },\n        {\n          \"id\": 192,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/background.js\",\n          \"name\": \"./chrome/extension/background.js\",\n          \"profile\": {\n            \"factory\": 54,\n            \"building\": 639,\n            \"dependencies\": 140\n          }\n        },\n        {\n          \"id\": 193,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/findIndex.js\",\n          \"name\": \"./node_modules/lodash/findIndex.js\",\n          \"profile\": {\n            \"factory\": 140,\n            \"building\": 568,\n            \"dependencies\": 1\n          }\n        },\n        {\n          \"id\": 195,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_baseIteratee.js\",\n          \"name\": \"./node_modules/lodash/_baseIteratee.js\",\n          \"profile\": {\n            \"factory\": 245,\n            \"building\": 75,\n            \"dependencies\": 1\n          }\n        },\n        {\n          \"id\": 237,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_baseMatchesProperty.js\",\n          \"name\": \"./node_modules/lodash/_baseMatchesProperty.js\",\n          \"profile\": {\n            \"factory\": 82,\n            \"building\": 104,\n            \"dependencies\": 78\n          }\n        },\n        {\n          \"id\": 141,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_baseIsEqual.js\",\n          \"name\": \"./node_modules/lodash/_baseIsEqual.js\",\n          \"profile\": {\n            \"factory\": 78,\n            \"building\": 20,\n            \"dependencies\": 38\n          }\n        },\n        {\n          \"id\": 220,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_baseIsEqualDeep.js\",\n          \"name\": \"./node_modules/lodash/_baseIsEqualDeep.js\",\n          \"profile\": {\n            \"factory\": 40,\n            \"building\": 33,\n            \"dependencies\": 0\n          }\n        },\n        {\n          \"id\": 142,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_equalArrays.js\",\n          \"name\": \"./node_modules/lodash/_equalArrays.js\",\n          \"profile\": {\n            \"factory\": 42,\n            \"building\": 17,\n            \"dependencies\": 0\n          }\n        }\n      ],\n      \"profile\": {\n        \"factory\": 23,\n        \"building\": 36,\n        \"dependencies\": 0\n      },\n      \"failed\": false,\n      \"errors\": 0,\n      \"warnings\": 0,\n      \"assets\": [],\n      \"reasons\": [\n        {\n          \"moduleId\": 142,\n          \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_equalArrays.js\",\n          \"module\": \"./node_modules/lodash/_equalArrays.js\",\n          \"moduleName\": \"./node_modules/lodash/_equalArrays.js\",\n          \"type\": \"cjs require\",\n          \"userRequest\": \"./_arraySome\",\n          \"loc\": \"2:16-39\"\n        }\n      ],\n      \"usedExports\": true,\n      \"providedExports\": null,\n      \"optimizationBailout\": [\n        \"ModuleConcatenation bailout: Module is not an ECMAScript module\"\n      ],\n      \"depth\": 8,\n      \"source\": \"/**\\n * A specialized version of `_.some` for arrays without support for iteratee\\n * shorthands.\\n *\\n * @private\\n * @param {Array} [array] The array to iterate over.\\n * @param {Function} predicate The function invoked per iteration.\\n * @returns {boolean} Returns `true` if any element passes the predicate check,\\n *  else `false`.\\n */\\nfunction arraySome(array, predicate) {\\n  var index = -1,\\n      length = array == null ? 0 : array.length;\\n\\n  while (++index < length) {\\n    if (predicate(array[index], index, array)) {\\n      return true;\\n    }\\n  }\\n  return false;\\n}\\n\\nmodule.exports = arraySome;\\n\"\n    },\n    {\n      \"id\": 225,\n      \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_cacheHas.js\",\n      \"name\": \"./node_modules/lodash/_cacheHas.js\",\n      \"index\": 99,\n      \"index2\": 90,\n      \"size\": 337,\n      \"cacheable\": true,\n      \"built\": true,\n      \"optional\": false,\n      \"prefetched\": false,\n      \"chunks\": [\n        2\n      ],\n      \"issuer\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_equalArrays.js\",\n      \"issuerId\": 142,\n      \"issuerName\": \"./node_modules/lodash/_equalArrays.js\",\n      \"issuerPath\": [\n        {\n          \"id\": 191,\n          \"identifier\": \"multi /Users/jarred/Code/styleurl/webpack/customPublicPath /Users/jarred/Code/styleurl/chrome/extension/background\",\n          \"name\": \"multi ./webpack/customPublicPath ./chrome/extension/background\",\n          \"profile\": {\n            \"factory\": 0,\n            \"building\": 0,\n            \"dependencies\": 54\n          }\n        },\n        {\n          \"id\": 192,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/background.js\",\n          \"name\": \"./chrome/extension/background.js\",\n          \"profile\": {\n            \"factory\": 54,\n            \"building\": 639,\n            \"dependencies\": 140\n          }\n        },\n        {\n          \"id\": 193,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/findIndex.js\",\n          \"name\": \"./node_modules/lodash/findIndex.js\",\n          \"profile\": {\n            \"factory\": 140,\n            \"building\": 568,\n            \"dependencies\": 1\n          }\n        },\n        {\n          \"id\": 195,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_baseIteratee.js\",\n          \"name\": \"./node_modules/lodash/_baseIteratee.js\",\n          \"profile\": {\n            \"factory\": 245,\n            \"building\": 75,\n            \"dependencies\": 1\n          }\n        },\n        {\n          \"id\": 237,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_baseMatchesProperty.js\",\n          \"name\": \"./node_modules/lodash/_baseMatchesProperty.js\",\n          \"profile\": {\n            \"factory\": 82,\n            \"building\": 104,\n            \"dependencies\": 78\n          }\n        },\n        {\n          \"id\": 141,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_baseIsEqual.js\",\n          \"name\": \"./node_modules/lodash/_baseIsEqual.js\",\n          \"profile\": {\n            \"factory\": 78,\n            \"building\": 20,\n            \"dependencies\": 38\n          }\n        },\n        {\n          \"id\": 220,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_baseIsEqualDeep.js\",\n          \"name\": \"./node_modules/lodash/_baseIsEqualDeep.js\",\n          \"profile\": {\n            \"factory\": 40,\n            \"building\": 33,\n            \"dependencies\": 0\n          }\n        },\n        {\n          \"id\": 142,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_equalArrays.js\",\n          \"name\": \"./node_modules/lodash/_equalArrays.js\",\n          \"profile\": {\n            \"factory\": 42,\n            \"building\": 17,\n            \"dependencies\": 0\n          }\n        }\n      ],\n      \"profile\": {\n        \"factory\": 23,\n        \"building\": 36,\n        \"dependencies\": 0\n      },\n      \"failed\": false,\n      \"errors\": 0,\n      \"warnings\": 0,\n      \"assets\": [],\n      \"reasons\": [\n        {\n          \"moduleId\": 142,\n          \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_equalArrays.js\",\n          \"module\": \"./node_modules/lodash/_equalArrays.js\",\n          \"moduleName\": \"./node_modules/lodash/_equalArrays.js\",\n          \"type\": \"cjs require\",\n          \"userRequest\": \"./_cacheHas\",\n          \"loc\": \"3:15-37\"\n        }\n      ],\n      \"usedExports\": true,\n      \"providedExports\": null,\n      \"optimizationBailout\": [\n        \"ModuleConcatenation bailout: Module is not an ECMAScript module\"\n      ],\n      \"depth\": 8,\n      \"source\": \"/**\\n * Checks if a `cache` value for `key` exists.\\n *\\n * @private\\n * @param {Object} cache The cache to query.\\n * @param {string} key The key of the entry to check.\\n * @returns {boolean} Returns `true` if an entry for `key` exists, else `false`.\\n */\\nfunction cacheHas(cache, key) {\\n  return cache.has(key);\\n}\\n\\nmodule.exports = cacheHas;\\n\"\n    },\n    {\n      \"id\": 226,\n      \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_equalByTag.js\",\n      \"name\": \"./node_modules/lodash/_equalByTag.js\",\n      \"index\": 100,\n      \"index2\": 95,\n      \"size\": 3746,\n      \"cacheable\": true,\n      \"built\": true,\n      \"optional\": false,\n      \"prefetched\": false,\n      \"chunks\": [\n        2\n      ],\n      \"issuer\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_baseIsEqualDeep.js\",\n      \"issuerId\": 220,\n      \"issuerName\": \"./node_modules/lodash/_baseIsEqualDeep.js\",\n      \"issuerPath\": [\n        {\n          \"id\": 191,\n          \"identifier\": \"multi /Users/jarred/Code/styleurl/webpack/customPublicPath /Users/jarred/Code/styleurl/chrome/extension/background\",\n          \"name\": \"multi ./webpack/customPublicPath ./chrome/extension/background\",\n          \"profile\": {\n            \"factory\": 0,\n            \"building\": 0,\n            \"dependencies\": 54\n          }\n        },\n        {\n          \"id\": 192,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/background.js\",\n          \"name\": \"./chrome/extension/background.js\",\n          \"profile\": {\n            \"factory\": 54,\n            \"building\": 639,\n            \"dependencies\": 140\n          }\n        },\n        {\n          \"id\": 193,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/findIndex.js\",\n          \"name\": \"./node_modules/lodash/findIndex.js\",\n          \"profile\": {\n            \"factory\": 140,\n            \"building\": 568,\n            \"dependencies\": 1\n          }\n        },\n        {\n          \"id\": 195,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_baseIteratee.js\",\n          \"name\": \"./node_modules/lodash/_baseIteratee.js\",\n          \"profile\": {\n            \"factory\": 245,\n            \"building\": 75,\n            \"dependencies\": 1\n          }\n        },\n        {\n          \"id\": 237,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_baseMatchesProperty.js\",\n          \"name\": \"./node_modules/lodash/_baseMatchesProperty.js\",\n          \"profile\": {\n            \"factory\": 82,\n            \"building\": 104,\n            \"dependencies\": 78\n          }\n        },\n        {\n          \"id\": 141,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_baseIsEqual.js\",\n          \"name\": \"./node_modules/lodash/_baseIsEqual.js\",\n          \"profile\": {\n            \"factory\": 78,\n            \"building\": 20,\n            \"dependencies\": 38\n          }\n        },\n        {\n          \"id\": 220,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_baseIsEqualDeep.js\",\n          \"name\": \"./node_modules/lodash/_baseIsEqualDeep.js\",\n          \"profile\": {\n            \"factory\": 40,\n            \"building\": 33,\n            \"dependencies\": 0\n          }\n        }\n      ],\n      \"profile\": {\n        \"factory\": 42,\n        \"building\": 17,\n        \"dependencies\": 0\n      },\n      \"failed\": false,\n      \"errors\": 0,\n      \"warnings\": 0,\n      \"assets\": [],\n      \"reasons\": [\n        {\n          \"moduleId\": 220,\n          \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_baseIsEqualDeep.js\",\n          \"module\": \"./node_modules/lodash/_baseIsEqualDeep.js\",\n          \"moduleName\": \"./node_modules/lodash/_baseIsEqualDeep.js\",\n          \"type\": \"cjs require\",\n          \"userRequest\": \"./_equalByTag\",\n          \"loc\": \"3:17-41\"\n        }\n      ],\n      \"usedExports\": true,\n      \"providedExports\": null,\n      \"optimizationBailout\": [\n        \"ModuleConcatenation bailout: Module is not an ECMAScript module\"\n      ],\n      \"depth\": 7,\n      \"source\": \"var Symbol = require('./_Symbol'),\\n    Uint8Array = require('./_Uint8Array'),\\n    eq = require('./eq'),\\n    equalArrays = require('./_equalArrays'),\\n    mapToArray = require('./_mapToArray'),\\n    setToArray = require('./_setToArray');\\n\\n/** Used to compose bitmasks for value comparisons. */\\nvar COMPARE_PARTIAL_FLAG = 1,\\n    COMPARE_UNORDERED_FLAG = 2;\\n\\n/** `Object#toString` result references. */\\nvar boolTag = '[object Boolean]',\\n    dateTag = '[object Date]',\\n    errorTag = '[object Error]',\\n    mapTag = '[object Map]',\\n    numberTag = '[object Number]',\\n    regexpTag = '[object RegExp]',\\n    setTag = '[object Set]',\\n    stringTag = '[object String]',\\n    symbolTag = '[object Symbol]';\\n\\nvar arrayBufferTag = '[object ArrayBuffer]',\\n    dataViewTag = '[object DataView]';\\n\\n/** Used to convert symbols to primitives and strings. */\\nvar symbolProto = Symbol ? Symbol.prototype : undefined,\\n    symbolValueOf = symbolProto ? symbolProto.valueOf : undefined;\\n\\n/**\\n * A specialized version of `baseIsEqualDeep` for comparing objects of\\n * the same `toStringTag`.\\n *\\n * **Note:** This function only supports comparing values with tags of\\n * `Boolean`, `Date`, `Error`, `Number`, `RegExp`, or `String`.\\n *\\n * @private\\n * @param {Object} object The object to compare.\\n * @param {Object} other The other object to compare.\\n * @param {string} tag The `toStringTag` of the objects to compare.\\n * @param {number} bitmask The bitmask flags. See `baseIsEqual` for more details.\\n * @param {Function} customizer The function to customize comparisons.\\n * @param {Function} equalFunc The function to determine equivalents of values.\\n * @param {Object} stack Tracks traversed `object` and `other` objects.\\n * @returns {boolean} Returns `true` if the objects are equivalent, else `false`.\\n */\\nfunction equalByTag(object, other, tag, bitmask, customizer, equalFunc, stack) {\\n  switch (tag) {\\n    case dataViewTag:\\n      if ((object.byteLength != other.byteLength) ||\\n          (object.byteOffset != other.byteOffset)) {\\n        return false;\\n      }\\n      object = object.buffer;\\n      other = other.buffer;\\n\\n    case arrayBufferTag:\\n      if ((object.byteLength != other.byteLength) ||\\n          !equalFunc(new Uint8Array(object), new Uint8Array(other))) {\\n        return false;\\n      }\\n      return true;\\n\\n    case boolTag:\\n    case dateTag:\\n    case numberTag:\\n      // Coerce booleans to `1` or `0` and dates to milliseconds.\\n      // Invalid dates are coerced to `NaN`.\\n      return eq(+object, +other);\\n\\n    case errorTag:\\n      return object.name == other.name && object.message == other.message;\\n\\n    case regexpTag:\\n    case stringTag:\\n      // Coerce regexes to strings and treat strings, primitives and objects,\\n      // as equal. See http://www.ecma-international.org/ecma-262/7.0/#sec-regexp.prototype.tostring\\n      // for more details.\\n      return object == (other + '');\\n\\n    case mapTag:\\n      var convert = mapToArray;\\n\\n    case setTag:\\n      var isPartial = bitmask & COMPARE_PARTIAL_FLAG;\\n      convert || (convert = setToArray);\\n\\n      if (object.size != other.size && !isPartial) {\\n        return false;\\n      }\\n      // Assume cyclic values are equal.\\n      var stacked = stack.get(object);\\n      if (stacked) {\\n        return stacked == other;\\n      }\\n      bitmask |= COMPARE_UNORDERED_FLAG;\\n\\n      // Recursively compare objects (susceptible to call stack limits).\\n      stack.set(object, other);\\n      var result = equalArrays(convert(object), convert(other), bitmask, customizer, equalFunc, stack);\\n      stack['delete'](object);\\n      return result;\\n\\n    case symbolTag:\\n      if (symbolValueOf) {\\n        return symbolValueOf.call(object) == symbolValueOf.call(other);\\n      }\\n  }\\n  return false;\\n}\\n\\nmodule.exports = equalByTag;\\n\"\n    },\n    {\n      \"id\": 227,\n      \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_Uint8Array.js\",\n      \"name\": \"./node_modules/lodash/_Uint8Array.js\",\n      \"index\": 101,\n      \"index2\": 92,\n      \"size\": 130,\n      \"cacheable\": true,\n      \"built\": true,\n      \"optional\": false,\n      \"prefetched\": false,\n      \"chunks\": [\n        2\n      ],\n      \"issuer\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_equalByTag.js\",\n      \"issuerId\": 226,\n      \"issuerName\": \"./node_modules/lodash/_equalByTag.js\",\n      \"issuerPath\": [\n        {\n          \"id\": 191,\n          \"identifier\": \"multi /Users/jarred/Code/styleurl/webpack/customPublicPath /Users/jarred/Code/styleurl/chrome/extension/background\",\n          \"name\": \"multi ./webpack/customPublicPath ./chrome/extension/background\",\n          \"profile\": {\n            \"factory\": 0,\n            \"building\": 0,\n            \"dependencies\": 54\n          }\n        },\n        {\n          \"id\": 192,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/background.js\",\n          \"name\": \"./chrome/extension/background.js\",\n          \"profile\": {\n            \"factory\": 54,\n            \"building\": 639,\n            \"dependencies\": 140\n          }\n        },\n        {\n          \"id\": 193,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/findIndex.js\",\n          \"name\": \"./node_modules/lodash/findIndex.js\",\n          \"profile\": {\n            \"factory\": 140,\n            \"building\": 568,\n            \"dependencies\": 1\n          }\n        },\n        {\n          \"id\": 195,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_baseIteratee.js\",\n          \"name\": \"./node_modules/lodash/_baseIteratee.js\",\n          \"profile\": {\n            \"factory\": 245,\n            \"building\": 75,\n            \"dependencies\": 1\n          }\n        },\n        {\n          \"id\": 237,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_baseMatchesProperty.js\",\n          \"name\": \"./node_modules/lodash/_baseMatchesProperty.js\",\n          \"profile\": {\n            \"factory\": 82,\n            \"building\": 104,\n            \"dependencies\": 78\n          }\n        },\n        {\n          \"id\": 141,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_baseIsEqual.js\",\n          \"name\": \"./node_modules/lodash/_baseIsEqual.js\",\n          \"profile\": {\n            \"factory\": 78,\n            \"building\": 20,\n            \"dependencies\": 38\n          }\n        },\n        {\n          \"id\": 220,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_baseIsEqualDeep.js\",\n          \"name\": \"./node_modules/lodash/_baseIsEqualDeep.js\",\n          \"profile\": {\n            \"factory\": 40,\n            \"building\": 33,\n            \"dependencies\": 0\n          }\n        },\n        {\n          \"id\": 226,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_equalByTag.js\",\n          \"name\": \"./node_modules/lodash/_equalByTag.js\",\n          \"profile\": {\n            \"factory\": 42,\n            \"building\": 17,\n            \"dependencies\": 0\n          }\n        }\n      ],\n      \"profile\": {\n        \"factory\": 22,\n        \"building\": 36,\n        \"dependencies\": 1\n      },\n      \"failed\": false,\n      \"errors\": 0,\n      \"warnings\": 0,\n      \"assets\": [],\n      \"reasons\": [\n        {\n          \"moduleId\": 226,\n          \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_equalByTag.js\",\n          \"module\": \"./node_modules/lodash/_equalByTag.js\",\n          \"moduleName\": \"./node_modules/lodash/_equalByTag.js\",\n          \"type\": \"cjs require\",\n          \"userRequest\": \"./_Uint8Array\",\n          \"loc\": \"2:17-41\"\n        }\n      ],\n      \"usedExports\": true,\n      \"providedExports\": null,\n      \"optimizationBailout\": [\n        \"ModuleConcatenation bailout: Module is not an ECMAScript module\"\n      ],\n      \"depth\": 8,\n      \"source\": \"var root = require('./_root');\\n\\n/** Built-in value references. */\\nvar Uint8Array = root.Uint8Array;\\n\\nmodule.exports = Uint8Array;\\n\"\n    },\n    {\n      \"id\": 228,\n      \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_mapToArray.js\",\n      \"name\": \"./node_modules/lodash/_mapToArray.js\",\n      \"index\": 102,\n      \"index2\": 93,\n      \"size\": 363,\n      \"cacheable\": true,\n      \"built\": true,\n      \"optional\": false,\n      \"prefetched\": false,\n      \"chunks\": [\n        2\n      ],\n      \"issuer\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_equalByTag.js\",\n      \"issuerId\": 226,\n      \"issuerName\": \"./node_modules/lodash/_equalByTag.js\",\n      \"issuerPath\": [\n        {\n          \"id\": 191,\n          \"identifier\": \"multi /Users/jarred/Code/styleurl/webpack/customPublicPath /Users/jarred/Code/styleurl/chrome/extension/background\",\n          \"name\": \"multi ./webpack/customPublicPath ./chrome/extension/background\",\n          \"profile\": {\n            \"factory\": 0,\n            \"building\": 0,\n            \"dependencies\": 54\n          }\n        },\n        {\n          \"id\": 192,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/background.js\",\n          \"name\": \"./chrome/extension/background.js\",\n          \"profile\": {\n            \"factory\": 54,\n            \"building\": 639,\n            \"dependencies\": 140\n          }\n        },\n        {\n          \"id\": 193,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/findIndex.js\",\n          \"name\": \"./node_modules/lodash/findIndex.js\",\n          \"profile\": {\n            \"factory\": 140,\n            \"building\": 568,\n            \"dependencies\": 1\n          }\n        },\n        {\n          \"id\": 195,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_baseIteratee.js\",\n          \"name\": \"./node_modules/lodash/_baseIteratee.js\",\n          \"profile\": {\n            \"factory\": 245,\n            \"building\": 75,\n            \"dependencies\": 1\n          }\n        },\n        {\n          \"id\": 237,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_baseMatchesProperty.js\",\n          \"name\": \"./node_modules/lodash/_baseMatchesProperty.js\",\n          \"profile\": {\n            \"factory\": 82,\n            \"building\": 104,\n            \"dependencies\": 78\n          }\n        },\n        {\n          \"id\": 141,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_baseIsEqual.js\",\n          \"name\": \"./node_modules/lodash/_baseIsEqual.js\",\n          \"profile\": {\n            \"factory\": 78,\n            \"building\": 20,\n            \"dependencies\": 38\n          }\n        },\n        {\n          \"id\": 220,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_baseIsEqualDeep.js\",\n          \"name\": \"./node_modules/lodash/_baseIsEqualDeep.js\",\n          \"profile\": {\n            \"factory\": 40,\n            \"building\": 33,\n            \"dependencies\": 0\n          }\n        },\n        {\n          \"id\": 226,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_equalByTag.js\",\n          \"name\": \"./node_modules/lodash/_equalByTag.js\",\n          \"profile\": {\n            \"factory\": 42,\n            \"building\": 17,\n            \"dependencies\": 0\n          }\n        }\n      ],\n      \"profile\": {\n        \"factory\": 22,\n        \"building\": 36,\n        \"dependencies\": 1\n      },\n      \"failed\": false,\n      \"errors\": 0,\n      \"warnings\": 0,\n      \"assets\": [],\n      \"reasons\": [\n        {\n          \"moduleId\": 226,\n          \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_equalByTag.js\",\n          \"module\": \"./node_modules/lodash/_equalByTag.js\",\n          \"moduleName\": \"./node_modules/lodash/_equalByTag.js\",\n          \"type\": \"cjs require\",\n          \"userRequest\": \"./_mapToArray\",\n          \"loc\": \"5:17-41\"\n        }\n      ],\n      \"usedExports\": true,\n      \"providedExports\": null,\n      \"optimizationBailout\": [\n        \"ModuleConcatenation bailout: Module is not an ECMAScript module\"\n      ],\n      \"depth\": 8,\n      \"source\": \"/**\\n * Converts `map` to its key-value pairs.\\n *\\n * @private\\n * @param {Object} map The map to convert.\\n * @returns {Array} Returns the key-value pairs.\\n */\\nfunction mapToArray(map) {\\n  var index = -1,\\n      result = Array(map.size);\\n\\n  map.forEach(function(value, key) {\\n    result[++index] = [key, value];\\n  });\\n  return result;\\n}\\n\\nmodule.exports = mapToArray;\\n\"\n    },\n    {\n      \"id\": 229,\n      \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_setToArray.js\",\n      \"name\": \"./node_modules/lodash/_setToArray.js\",\n      \"index\": 103,\n      \"index2\": 94,\n      \"size\": 345,\n      \"cacheable\": true,\n      \"built\": true,\n      \"optional\": false,\n      \"prefetched\": false,\n      \"chunks\": [\n        2\n      ],\n      \"issuer\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_equalByTag.js\",\n      \"issuerId\": 226,\n      \"issuerName\": \"./node_modules/lodash/_equalByTag.js\",\n      \"issuerPath\": [\n        {\n          \"id\": 191,\n          \"identifier\": \"multi /Users/jarred/Code/styleurl/webpack/customPublicPath /Users/jarred/Code/styleurl/chrome/extension/background\",\n          \"name\": \"multi ./webpack/customPublicPath ./chrome/extension/background\",\n          \"profile\": {\n            \"factory\": 0,\n            \"building\": 0,\n            \"dependencies\": 54\n          }\n        },\n        {\n          \"id\": 192,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/background.js\",\n          \"name\": \"./chrome/extension/background.js\",\n          \"profile\": {\n            \"factory\": 54,\n            \"building\": 639,\n            \"dependencies\": 140\n          }\n        },\n        {\n          \"id\": 193,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/findIndex.js\",\n          \"name\": \"./node_modules/lodash/findIndex.js\",\n          \"profile\": {\n            \"factory\": 140,\n            \"building\": 568,\n            \"dependencies\": 1\n          }\n        },\n        {\n          \"id\": 195,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_baseIteratee.js\",\n          \"name\": \"./node_modules/lodash/_baseIteratee.js\",\n          \"profile\": {\n            \"factory\": 245,\n            \"building\": 75,\n            \"dependencies\": 1\n          }\n        },\n        {\n          \"id\": 237,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_baseMatchesProperty.js\",\n          \"name\": \"./node_modules/lodash/_baseMatchesProperty.js\",\n          \"profile\": {\n            \"factory\": 82,\n            \"building\": 104,\n            \"dependencies\": 78\n          }\n        },\n        {\n          \"id\": 141,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_baseIsEqual.js\",\n          \"name\": \"./node_modules/lodash/_baseIsEqual.js\",\n          \"profile\": {\n            \"factory\": 78,\n            \"building\": 20,\n            \"dependencies\": 38\n          }\n        },\n        {\n          \"id\": 220,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_baseIsEqualDeep.js\",\n          \"name\": \"./node_modules/lodash/_baseIsEqualDeep.js\",\n          \"profile\": {\n            \"factory\": 40,\n            \"building\": 33,\n            \"dependencies\": 0\n          }\n        },\n        {\n          \"id\": 226,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_equalByTag.js\",\n          \"name\": \"./node_modules/lodash/_equalByTag.js\",\n          \"profile\": {\n            \"factory\": 42,\n            \"building\": 17,\n            \"dependencies\": 0\n          }\n        }\n      ],\n      \"profile\": {\n        \"factory\": 22,\n        \"building\": 36,\n        \"dependencies\": 1\n      },\n      \"failed\": false,\n      \"errors\": 0,\n      \"warnings\": 0,\n      \"assets\": [],\n      \"reasons\": [\n        {\n          \"moduleId\": 226,\n          \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_equalByTag.js\",\n          \"module\": \"./node_modules/lodash/_equalByTag.js\",\n          \"moduleName\": \"./node_modules/lodash/_equalByTag.js\",\n          \"type\": \"cjs require\",\n          \"userRequest\": \"./_setToArray\",\n          \"loc\": \"6:17-41\"\n        }\n      ],\n      \"usedExports\": true,\n      \"providedExports\": null,\n      \"optimizationBailout\": [\n        \"ModuleConcatenation bailout: Module is not an ECMAScript module\"\n      ],\n      \"depth\": 8,\n      \"source\": \"/**\\n * Converts `set` to an array of its values.\\n *\\n * @private\\n * @param {Object} set The set to convert.\\n * @returns {Array} Returns the values.\\n */\\nfunction setToArray(set) {\\n  var index = -1,\\n      result = Array(set.size);\\n\\n  set.forEach(function(value) {\\n    result[++index] = value;\\n  });\\n  return result;\\n}\\n\\nmodule.exports = setToArray;\\n\"\n    },\n    {\n      \"id\": 230,\n      \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_equalObjects.js\",\n      \"name\": \"./node_modules/lodash/_equalObjects.js\",\n      \"index\": 104,\n      \"index2\": 123,\n      \"size\": 2903,\n      \"cacheable\": true,\n      \"built\": true,\n      \"optional\": false,\n      \"prefetched\": false,\n      \"chunks\": [\n        2\n      ],\n      \"issuer\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_baseIsEqualDeep.js\",\n      \"issuerId\": 220,\n      \"issuerName\": \"./node_modules/lodash/_baseIsEqualDeep.js\",\n      \"issuerPath\": [\n        {\n          \"id\": 191,\n          \"identifier\": \"multi /Users/jarred/Code/styleurl/webpack/customPublicPath /Users/jarred/Code/styleurl/chrome/extension/background\",\n          \"name\": \"multi ./webpack/customPublicPath ./chrome/extension/background\",\n          \"profile\": {\n            \"factory\": 0,\n            \"building\": 0,\n            \"dependencies\": 54\n          }\n        },\n        {\n          \"id\": 192,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/background.js\",\n          \"name\": \"./chrome/extension/background.js\",\n          \"profile\": {\n            \"factory\": 54,\n            \"building\": 639,\n            \"dependencies\": 140\n          }\n        },\n        {\n          \"id\": 193,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/findIndex.js\",\n          \"name\": \"./node_modules/lodash/findIndex.js\",\n          \"profile\": {\n            \"factory\": 140,\n            \"building\": 568,\n            \"dependencies\": 1\n          }\n        },\n        {\n          \"id\": 195,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_baseIteratee.js\",\n          \"name\": \"./node_modules/lodash/_baseIteratee.js\",\n          \"profile\": {\n            \"factory\": 245,\n            \"building\": 75,\n            \"dependencies\": 1\n          }\n        },\n        {\n          \"id\": 237,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_baseMatchesProperty.js\",\n          \"name\": \"./node_modules/lodash/_baseMatchesProperty.js\",\n          \"profile\": {\n            \"factory\": 82,\n            \"building\": 104,\n            \"dependencies\": 78\n          }\n        },\n        {\n          \"id\": 141,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_baseIsEqual.js\",\n          \"name\": \"./node_modules/lodash/_baseIsEqual.js\",\n          \"profile\": {\n            \"factory\": 78,\n            \"building\": 20,\n            \"dependencies\": 38\n          }\n        },\n        {\n          \"id\": 220,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_baseIsEqualDeep.js\",\n          \"name\": \"./node_modules/lodash/_baseIsEqualDeep.js\",\n          \"profile\": {\n            \"factory\": 40,\n            \"building\": 33,\n            \"dependencies\": 0\n          }\n        }\n      ],\n      \"profile\": {\n        \"factory\": 42,\n        \"building\": 17,\n        \"dependencies\": 0\n      },\n      \"failed\": false,\n      \"errors\": 0,\n      \"warnings\": 0,\n      \"assets\": [],\n      \"reasons\": [\n        {\n          \"moduleId\": 220,\n          \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_baseIsEqualDeep.js\",\n          \"module\": \"./node_modules/lodash/_baseIsEqualDeep.js\",\n          \"moduleName\": \"./node_modules/lodash/_baseIsEqualDeep.js\",\n          \"type\": \"cjs require\",\n          \"userRequest\": \"./_equalObjects\",\n          \"loc\": \"4:19-45\"\n        }\n      ],\n      \"usedExports\": true,\n      \"providedExports\": null,\n      \"optimizationBailout\": [\n        \"ModuleConcatenation bailout: Module is not an ECMAScript module\"\n      ],\n      \"depth\": 7,\n      \"source\": \"var getAllKeys = require('./_getAllKeys');\\n\\n/** Used to compose bitmasks for value comparisons. */\\nvar COMPARE_PARTIAL_FLAG = 1;\\n\\n/** Used for built-in method references. */\\nvar objectProto = Object.prototype;\\n\\n/** Used to check objects for own properties. */\\nvar hasOwnProperty = objectProto.hasOwnProperty;\\n\\n/**\\n * A specialized version of `baseIsEqualDeep` for objects with support for\\n * partial deep comparisons.\\n *\\n * @private\\n * @param {Object} object The object to compare.\\n * @param {Object} other The other object to compare.\\n * @param {number} bitmask The bitmask flags. See `baseIsEqual` for more details.\\n * @param {Function} customizer The function to customize comparisons.\\n * @param {Function} equalFunc The function to determine equivalents of values.\\n * @param {Object} stack Tracks traversed `object` and `other` objects.\\n * @returns {boolean} Returns `true` if the objects are equivalent, else `false`.\\n */\\nfunction equalObjects(object, other, bitmask, customizer, equalFunc, stack) {\\n  var isPartial = bitmask & COMPARE_PARTIAL_FLAG,\\n      objProps = getAllKeys(object),\\n      objLength = objProps.length,\\n      othProps = getAllKeys(other),\\n      othLength = othProps.length;\\n\\n  if (objLength != othLength && !isPartial) {\\n    return false;\\n  }\\n  var index = objLength;\\n  while (index--) {\\n    var key = objProps[index];\\n    if (!(isPartial ? key in other : hasOwnProperty.call(other, key))) {\\n      return false;\\n    }\\n  }\\n  // Assume cyclic values are equal.\\n  var stacked = stack.get(object);\\n  if (stacked && stack.get(other)) {\\n    return stacked == other;\\n  }\\n  var result = true;\\n  stack.set(object, other);\\n  stack.set(other, object);\\n\\n  var skipCtor = isPartial;\\n  while (++index < objLength) {\\n    key = objProps[index];\\n    var objValue = object[key],\\n        othValue = other[key];\\n\\n    if (customizer) {\\n      var compared = isPartial\\n        ? customizer(othValue, objValue, key, other, object, stack)\\n        : customizer(objValue, othValue, key, object, other, stack);\\n    }\\n    // Recursively compare objects (susceptible to call stack limits).\\n    if (!(compared === undefined\\n          ? (objValue === othValue || equalFunc(objValue, othValue, bitmask, customizer, stack))\\n          : compared\\n        )) {\\n      result = false;\\n      break;\\n    }\\n    skipCtor || (skipCtor = key == 'constructor');\\n  }\\n  if (result && !skipCtor) {\\n    var objCtor = object.constructor,\\n        othCtor = other.constructor;\\n\\n    // Non `Object` object instances with different constructors are not equal.\\n    if (objCtor != othCtor &&\\n        ('constructor' in object && 'constructor' in other) &&\\n        !(typeof objCtor == 'function' && objCtor instanceof objCtor &&\\n          typeof othCtor == 'function' && othCtor instanceof othCtor)) {\\n      result = false;\\n    }\\n  }\\n  stack['delete'](object);\\n  stack['delete'](other);\\n  return result;\\n}\\n\\nmodule.exports = equalObjects;\\n\"\n    },\n    {\n      \"id\": 231,\n      \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_getAllKeys.js\",\n      \"name\": \"./node_modules/lodash/_getAllKeys.js\",\n      \"index\": 105,\n      \"index2\": 122,\n      \"size\": 455,\n      \"cacheable\": true,\n      \"built\": true,\n      \"optional\": false,\n      \"prefetched\": false,\n      \"chunks\": [\n        2\n      ],\n      \"issuer\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_equalObjects.js\",\n      \"issuerId\": 230,\n      \"issuerName\": \"./node_modules/lodash/_equalObjects.js\",\n      \"issuerPath\": [\n        {\n          \"id\": 191,\n          \"identifier\": \"multi /Users/jarred/Code/styleurl/webpack/customPublicPath /Users/jarred/Code/styleurl/chrome/extension/background\",\n          \"name\": \"multi ./webpack/customPublicPath ./chrome/extension/background\",\n          \"profile\": {\n            \"factory\": 0,\n            \"building\": 0,\n            \"dependencies\": 54\n          }\n        },\n        {\n          \"id\": 192,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/background.js\",\n          \"name\": \"./chrome/extension/background.js\",\n          \"profile\": {\n            \"factory\": 54,\n            \"building\": 639,\n            \"dependencies\": 140\n          }\n        },\n        {\n          \"id\": 193,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/findIndex.js\",\n          \"name\": \"./node_modules/lodash/findIndex.js\",\n          \"profile\": {\n            \"factory\": 140,\n            \"building\": 568,\n            \"dependencies\": 1\n          }\n        },\n        {\n          \"id\": 195,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_baseIteratee.js\",\n          \"name\": \"./node_modules/lodash/_baseIteratee.js\",\n          \"profile\": {\n            \"factory\": 245,\n            \"building\": 75,\n            \"dependencies\": 1\n          }\n        },\n        {\n          \"id\": 237,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_baseMatchesProperty.js\",\n          \"name\": \"./node_modules/lodash/_baseMatchesProperty.js\",\n          \"profile\": {\n            \"factory\": 82,\n            \"building\": 104,\n            \"dependencies\": 78\n          }\n        },\n        {\n          \"id\": 141,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_baseIsEqual.js\",\n          \"name\": \"./node_modules/lodash/_baseIsEqual.js\",\n          \"profile\": {\n            \"factory\": 78,\n            \"building\": 20,\n            \"dependencies\": 38\n          }\n        },\n        {\n          \"id\": 220,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_baseIsEqualDeep.js\",\n          \"name\": \"./node_modules/lodash/_baseIsEqualDeep.js\",\n          \"profile\": {\n            \"factory\": 40,\n            \"building\": 33,\n            \"dependencies\": 0\n          }\n        },\n        {\n          \"id\": 230,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_equalObjects.js\",\n          \"name\": \"./node_modules/lodash/_equalObjects.js\",\n          \"profile\": {\n            \"factory\": 42,\n            \"building\": 17,\n            \"dependencies\": 0\n          }\n        }\n      ],\n      \"profile\": {\n        \"factory\": 22,\n        \"building\": 36,\n        \"dependencies\": 0\n      },\n      \"failed\": false,\n      \"errors\": 0,\n      \"warnings\": 0,\n      \"assets\": [],\n      \"reasons\": [\n        {\n          \"moduleId\": 230,\n          \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_equalObjects.js\",\n          \"module\": \"./node_modules/lodash/_equalObjects.js\",\n          \"moduleName\": \"./node_modules/lodash/_equalObjects.js\",\n          \"type\": \"cjs require\",\n          \"userRequest\": \"./_getAllKeys\",\n          \"loc\": \"1:17-41\"\n        }\n      ],\n      \"usedExports\": true,\n      \"providedExports\": null,\n      \"optimizationBailout\": [\n        \"ModuleConcatenation bailout: Module is not an ECMAScript module\"\n      ],\n      \"depth\": 8,\n      \"source\": \"var baseGetAllKeys = require('./_baseGetAllKeys'),\\n    getSymbols = require('./_getSymbols'),\\n    keys = require('./keys');\\n\\n/**\\n * Creates an array of own enumerable property names and symbols of `object`.\\n *\\n * @private\\n * @param {Object} object The object to query.\\n * @returns {Array} Returns the array of property names and symbols.\\n */\\nfunction getAllKeys(object) {\\n  return baseGetAllKeys(object, keys, getSymbols);\\n}\\n\\nmodule.exports = getAllKeys;\\n\"\n    },\n    {\n      \"id\": 232,\n      \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_baseGetAllKeys.js\",\n      \"name\": \"./node_modules/lodash/_baseGetAllKeys.js\",\n      \"index\": 106,\n      \"index2\": 98,\n      \"size\": 739,\n      \"cacheable\": true,\n      \"built\": true,\n      \"optional\": false,\n      \"prefetched\": false,\n      \"chunks\": [\n        2\n      ],\n      \"issuer\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_getAllKeys.js\",\n      \"issuerId\": 231,\n      \"issuerName\": \"./node_modules/lodash/_getAllKeys.js\",\n      \"issuerPath\": [\n        {\n          \"id\": 191,\n          \"identifier\": \"multi /Users/jarred/Code/styleurl/webpack/customPublicPath /Users/jarred/Code/styleurl/chrome/extension/background\",\n          \"name\": \"multi ./webpack/customPublicPath ./chrome/extension/background\",\n          \"profile\": {\n            \"factory\": 0,\n            \"building\": 0,\n            \"dependencies\": 54\n          }\n        },\n        {\n          \"id\": 192,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/background.js\",\n          \"name\": \"./chrome/extension/background.js\",\n          \"profile\": {\n            \"factory\": 54,\n            \"building\": 639,\n            \"dependencies\": 140\n          }\n        },\n        {\n          \"id\": 193,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/findIndex.js\",\n          \"name\": \"./node_modules/lodash/findIndex.js\",\n          \"profile\": {\n            \"factory\": 140,\n            \"building\": 568,\n            \"dependencies\": 1\n          }\n        },\n        {\n          \"id\": 195,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_baseIteratee.js\",\n          \"name\": \"./node_modules/lodash/_baseIteratee.js\",\n          \"profile\": {\n            \"factory\": 245,\n            \"building\": 75,\n            \"dependencies\": 1\n          }\n        },\n        {\n          \"id\": 237,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_baseMatchesProperty.js\",\n          \"name\": \"./node_modules/lodash/_baseMatchesProperty.js\",\n          \"profile\": {\n            \"factory\": 82,\n            \"building\": 104,\n            \"dependencies\": 78\n          }\n        },\n        {\n          \"id\": 141,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_baseIsEqual.js\",\n          \"name\": \"./node_modules/lodash/_baseIsEqual.js\",\n          \"profile\": {\n            \"factory\": 78,\n            \"building\": 20,\n            \"dependencies\": 38\n          }\n        },\n        {\n          \"id\": 220,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_baseIsEqualDeep.js\",\n          \"name\": \"./node_modules/lodash/_baseIsEqualDeep.js\",\n          \"profile\": {\n            \"factory\": 40,\n            \"building\": 33,\n            \"dependencies\": 0\n          }\n        },\n        {\n          \"id\": 230,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_equalObjects.js\",\n          \"name\": \"./node_modules/lodash/_equalObjects.js\",\n          \"profile\": {\n            \"factory\": 42,\n            \"building\": 17,\n            \"dependencies\": 0\n          }\n        },\n        {\n          \"id\": 231,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_getAllKeys.js\",\n          \"name\": \"./node_modules/lodash/_getAllKeys.js\",\n          \"profile\": {\n            \"factory\": 22,\n            \"building\": 36,\n            \"dependencies\": 0\n          }\n        }\n      ],\n      \"profile\": {\n        \"factory\": 44,\n        \"building\": 21,\n        \"dependencies\": 0\n      },\n      \"failed\": false,\n      \"errors\": 0,\n      \"warnings\": 0,\n      \"assets\": [],\n      \"reasons\": [\n        {\n          \"moduleId\": 231,\n          \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_getAllKeys.js\",\n          \"module\": \"./node_modules/lodash/_getAllKeys.js\",\n          \"moduleName\": \"./node_modules/lodash/_getAllKeys.js\",\n          \"type\": \"cjs require\",\n          \"userRequest\": \"./_baseGetAllKeys\",\n          \"loc\": \"1:21-49\"\n        }\n      ],\n      \"usedExports\": true,\n      \"providedExports\": null,\n      \"optimizationBailout\": [\n        \"ModuleConcatenation bailout: Module is not an ECMAScript module\"\n      ],\n      \"depth\": 9,\n      \"source\": \"var arrayPush = require('./_arrayPush'),\\n    isArray = require('./isArray');\\n\\n/**\\n * The base implementation of `getAllKeys` and `getAllKeysIn` which uses\\n * `keysFunc` and `symbolsFunc` to get the enumerable property names and\\n * symbols of `object`.\\n *\\n * @private\\n * @param {Object} object The object to query.\\n * @param {Function} keysFunc The function to get the keys of `object`.\\n * @param {Function} symbolsFunc The function to get the symbols of `object`.\\n * @returns {Array} Returns the array of property names and symbols.\\n */\\nfunction baseGetAllKeys(object, keysFunc, symbolsFunc) {\\n  var result = keysFunc(object);\\n  return isArray(object) ? result : arrayPush(result, symbolsFunc(object));\\n}\\n\\nmodule.exports = baseGetAllKeys;\\n\"\n    },\n    {\n      \"id\": 233,\n      \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_getSymbols.js\",\n      \"name\": \"./node_modules/lodash/_getSymbols.js\",\n      \"index\": 109,\n      \"index2\": 101,\n      \"size\": 886,\n      \"cacheable\": true,\n      \"built\": true,\n      \"optional\": false,\n      \"prefetched\": false,\n      \"chunks\": [\n        2\n      ],\n      \"issuer\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_getAllKeys.js\",\n      \"issuerId\": 231,\n      \"issuerName\": \"./node_modules/lodash/_getAllKeys.js\",\n      \"issuerPath\": [\n        {\n          \"id\": 191,\n          \"identifier\": \"multi /Users/jarred/Code/styleurl/webpack/customPublicPath /Users/jarred/Code/styleurl/chrome/extension/background\",\n          \"name\": \"multi ./webpack/customPublicPath ./chrome/extension/background\",\n          \"profile\": {\n            \"factory\": 0,\n            \"building\": 0,\n            \"dependencies\": 54\n          }\n        },\n        {\n          \"id\": 192,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/background.js\",\n          \"name\": \"./chrome/extension/background.js\",\n          \"profile\": {\n            \"factory\": 54,\n            \"building\": 639,\n            \"dependencies\": 140\n          }\n        },\n        {\n          \"id\": 193,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/findIndex.js\",\n          \"name\": \"./node_modules/lodash/findIndex.js\",\n          \"profile\": {\n            \"factory\": 140,\n            \"building\": 568,\n            \"dependencies\": 1\n          }\n        },\n        {\n          \"id\": 195,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_baseIteratee.js\",\n          \"name\": \"./node_modules/lodash/_baseIteratee.js\",\n          \"profile\": {\n            \"factory\": 245,\n            \"building\": 75,\n            \"dependencies\": 1\n          }\n        },\n        {\n          \"id\": 237,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_baseMatchesProperty.js\",\n          \"name\": \"./node_modules/lodash/_baseMatchesProperty.js\",\n          \"profile\": {\n            \"factory\": 82,\n            \"building\": 104,\n            \"dependencies\": 78\n          }\n        },\n        {\n          \"id\": 141,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_baseIsEqual.js\",\n          \"name\": \"./node_modules/lodash/_baseIsEqual.js\",\n          \"profile\": {\n            \"factory\": 78,\n            \"building\": 20,\n            \"dependencies\": 38\n          }\n        },\n        {\n          \"id\": 220,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_baseIsEqualDeep.js\",\n          \"name\": \"./node_modules/lodash/_baseIsEqualDeep.js\",\n          \"profile\": {\n            \"factory\": 40,\n            \"building\": 33,\n            \"dependencies\": 0\n          }\n        },\n        {\n          \"id\": 230,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_equalObjects.js\",\n          \"name\": \"./node_modules/lodash/_equalObjects.js\",\n          \"profile\": {\n            \"factory\": 42,\n            \"building\": 17,\n            \"dependencies\": 0\n          }\n        },\n        {\n          \"id\": 231,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_getAllKeys.js\",\n          \"name\": \"./node_modules/lodash/_getAllKeys.js\",\n          \"profile\": {\n            \"factory\": 22,\n            \"building\": 36,\n            \"dependencies\": 0\n          }\n        }\n      ],\n      \"profile\": {\n        \"factory\": 44,\n        \"building\": 21,\n        \"dependencies\": 0\n      },\n      \"failed\": false,\n      \"errors\": 0,\n      \"warnings\": 0,\n      \"assets\": [],\n      \"reasons\": [\n        {\n          \"moduleId\": 231,\n          \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_getAllKeys.js\",\n          \"module\": \"./node_modules/lodash/_getAllKeys.js\",\n          \"moduleName\": \"./node_modules/lodash/_getAllKeys.js\",\n          \"type\": \"cjs require\",\n          \"userRequest\": \"./_getSymbols\",\n          \"loc\": \"2:17-41\"\n        }\n      ],\n      \"usedExports\": true,\n      \"providedExports\": null,\n      \"optimizationBailout\": [\n        \"ModuleConcatenation bailout: Module is not an ECMAScript module\"\n      ],\n      \"depth\": 9,\n      \"source\": \"var arrayFilter = require('./_arrayFilter'),\\n    stubArray = require('./stubArray');\\n\\n/** Used for built-in method references. */\\nvar objectProto = Object.prototype;\\n\\n/** Built-in value references. */\\nvar propertyIsEnumerable = objectProto.propertyIsEnumerable;\\n\\n/* Built-in method references for those with the same name as other `lodash` methods. */\\nvar nativeGetSymbols = Object.getOwnPropertySymbols;\\n\\n/**\\n * Creates an array of the own enumerable symbols of `object`.\\n *\\n * @private\\n * @param {Object} object The object to query.\\n * @returns {Array} Returns the array of symbols.\\n */\\nvar getSymbols = !nativeGetSymbols ? stubArray : function(object) {\\n  if (object == null) {\\n    return [];\\n  }\\n  object = Object(object);\\n  return arrayFilter(nativeGetSymbols(object), function(symbol) {\\n    return propertyIsEnumerable.call(object, symbol);\\n  });\\n};\\n\\nmodule.exports = getSymbols;\\n\"\n    },\n    {\n      \"id\": 234,\n      \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_arrayFilter.js\",\n      \"name\": \"./node_modules/lodash/_arrayFilter.js\",\n      \"index\": 110,\n      \"index2\": 99,\n      \"size\": 632,\n      \"cacheable\": true,\n      \"built\": true,\n      \"optional\": false,\n      \"prefetched\": false,\n      \"chunks\": [\n        2\n      ],\n      \"issuer\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_getSymbols.js\",\n      \"issuerId\": 233,\n      \"issuerName\": \"./node_modules/lodash/_getSymbols.js\",\n      \"issuerPath\": [\n        {\n          \"id\": 191,\n          \"identifier\": \"multi /Users/jarred/Code/styleurl/webpack/customPublicPath /Users/jarred/Code/styleurl/chrome/extension/background\",\n          \"name\": \"multi ./webpack/customPublicPath ./chrome/extension/background\",\n          \"profile\": {\n            \"factory\": 0,\n            \"building\": 0,\n            \"dependencies\": 54\n          }\n        },\n        {\n          \"id\": 192,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/background.js\",\n          \"name\": \"./chrome/extension/background.js\",\n          \"profile\": {\n            \"factory\": 54,\n            \"building\": 639,\n            \"dependencies\": 140\n          }\n        },\n        {\n          \"id\": 193,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/findIndex.js\",\n          \"name\": \"./node_modules/lodash/findIndex.js\",\n          \"profile\": {\n            \"factory\": 140,\n            \"building\": 568,\n            \"dependencies\": 1\n          }\n        },\n        {\n          \"id\": 195,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_baseIteratee.js\",\n          \"name\": \"./node_modules/lodash/_baseIteratee.js\",\n          \"profile\": {\n            \"factory\": 245,\n            \"building\": 75,\n            \"dependencies\": 1\n          }\n        },\n        {\n          \"id\": 237,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_baseMatchesProperty.js\",\n          \"name\": \"./node_modules/lodash/_baseMatchesProperty.js\",\n          \"profile\": {\n            \"factory\": 82,\n            \"building\": 104,\n            \"dependencies\": 78\n          }\n        },\n        {\n          \"id\": 141,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_baseIsEqual.js\",\n          \"name\": \"./node_modules/lodash/_baseIsEqual.js\",\n          \"profile\": {\n            \"factory\": 78,\n            \"building\": 20,\n            \"dependencies\": 38\n          }\n        },\n        {\n          \"id\": 220,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_baseIsEqualDeep.js\",\n          \"name\": \"./node_modules/lodash/_baseIsEqualDeep.js\",\n          \"profile\": {\n            \"factory\": 40,\n            \"building\": 33,\n            \"dependencies\": 0\n          }\n        },\n        {\n          \"id\": 230,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_equalObjects.js\",\n          \"name\": \"./node_modules/lodash/_equalObjects.js\",\n          \"profile\": {\n            \"factory\": 42,\n            \"building\": 17,\n            \"dependencies\": 0\n          }\n        },\n        {\n          \"id\": 231,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_getAllKeys.js\",\n          \"name\": \"./node_modules/lodash/_getAllKeys.js\",\n          \"profile\": {\n            \"factory\": 22,\n            \"building\": 36,\n            \"dependencies\": 0\n          }\n        },\n        {\n          \"id\": 233,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_getSymbols.js\",\n          \"name\": \"./node_modules/lodash/_getSymbols.js\",\n          \"profile\": {\n            \"factory\": 44,\n            \"building\": 21,\n            \"dependencies\": 0\n          }\n        }\n      ],\n      \"profile\": {\n        \"factory\": 95,\n        \"building\": 24\n      },\n      \"failed\": false,\n      \"errors\": 0,\n      \"warnings\": 0,\n      \"assets\": [],\n      \"reasons\": [\n        {\n          \"moduleId\": 233,\n          \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_getSymbols.js\",\n          \"module\": \"./node_modules/lodash/_getSymbols.js\",\n          \"moduleName\": \"./node_modules/lodash/_getSymbols.js\",\n          \"type\": \"cjs require\",\n          \"userRequest\": \"./_arrayFilter\",\n          \"loc\": \"1:18-43\"\n        }\n      ],\n      \"usedExports\": true,\n      \"providedExports\": null,\n      \"optimizationBailout\": [\n        \"ModuleConcatenation bailout: Module is not an ECMAScript module\"\n      ],\n      \"depth\": 10,\n      \"source\": \"/**\\n * A specialized version of `_.filter` for arrays without support for\\n * iteratee shorthands.\\n *\\n * @private\\n * @param {Array} [array] The array to iterate over.\\n * @param {Function} predicate The function invoked per iteration.\\n * @returns {Array} Returns the new filtered array.\\n */\\nfunction arrayFilter(array, predicate) {\\n  var index = -1,\\n      length = array == null ? 0 : array.length,\\n      resIndex = 0,\\n      result = [];\\n\\n  while (++index < length) {\\n    var value = array[index];\\n    if (predicate(value, index, array)) {\\n      result[resIndex++] = value;\\n    }\\n  }\\n  return result;\\n}\\n\\nmodule.exports = arrayFilter;\\n\"\n    },\n    {\n      \"id\": 235,\n      \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/stubArray.js\",\n      \"name\": \"./node_modules/lodash/stubArray.js\",\n      \"index\": 111,\n      \"index2\": 100,\n      \"size\": 390,\n      \"cacheable\": true,\n      \"built\": true,\n      \"optional\": false,\n      \"prefetched\": false,\n      \"chunks\": [\n        2\n      ],\n      \"issuer\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_getSymbols.js\",\n      \"issuerId\": 233,\n      \"issuerName\": \"./node_modules/lodash/_getSymbols.js\",\n      \"issuerPath\": [\n        {\n          \"id\": 191,\n          \"identifier\": \"multi /Users/jarred/Code/styleurl/webpack/customPublicPath /Users/jarred/Code/styleurl/chrome/extension/background\",\n          \"name\": \"multi ./webpack/customPublicPath ./chrome/extension/background\",\n          \"profile\": {\n            \"factory\": 0,\n            \"building\": 0,\n            \"dependencies\": 54\n          }\n        },\n        {\n          \"id\": 192,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/background.js\",\n          \"name\": \"./chrome/extension/background.js\",\n          \"profile\": {\n            \"factory\": 54,\n            \"building\": 639,\n            \"dependencies\": 140\n          }\n        },\n        {\n          \"id\": 193,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/findIndex.js\",\n          \"name\": \"./node_modules/lodash/findIndex.js\",\n          \"profile\": {\n            \"factory\": 140,\n            \"building\": 568,\n            \"dependencies\": 1\n          }\n        },\n        {\n          \"id\": 195,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_baseIteratee.js\",\n          \"name\": \"./node_modules/lodash/_baseIteratee.js\",\n          \"profile\": {\n            \"factory\": 245,\n            \"building\": 75,\n            \"dependencies\": 1\n          }\n        },\n        {\n          \"id\": 237,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_baseMatchesProperty.js\",\n          \"name\": \"./node_modules/lodash/_baseMatchesProperty.js\",\n          \"profile\": {\n            \"factory\": 82,\n            \"building\": 104,\n            \"dependencies\": 78\n          }\n        },\n        {\n          \"id\": 141,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_baseIsEqual.js\",\n          \"name\": \"./node_modules/lodash/_baseIsEqual.js\",\n          \"profile\": {\n            \"factory\": 78,\n            \"building\": 20,\n            \"dependencies\": 38\n          }\n        },\n        {\n          \"id\": 220,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_baseIsEqualDeep.js\",\n          \"name\": \"./node_modules/lodash/_baseIsEqualDeep.js\",\n          \"profile\": {\n            \"factory\": 40,\n            \"building\": 33,\n            \"dependencies\": 0\n          }\n        },\n        {\n          \"id\": 230,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_equalObjects.js\",\n          \"name\": \"./node_modules/lodash/_equalObjects.js\",\n          \"profile\": {\n            \"factory\": 42,\n            \"building\": 17,\n            \"dependencies\": 0\n          }\n        },\n        {\n          \"id\": 231,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_getAllKeys.js\",\n          \"name\": \"./node_modules/lodash/_getAllKeys.js\",\n          \"profile\": {\n            \"factory\": 22,\n            \"building\": 36,\n            \"dependencies\": 0\n          }\n        },\n        {\n          \"id\": 233,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_getSymbols.js\",\n          \"name\": \"./node_modules/lodash/_getSymbols.js\",\n          \"profile\": {\n            \"factory\": 44,\n            \"building\": 21,\n            \"dependencies\": 0\n          }\n        }\n      ],\n      \"profile\": {\n        \"factory\": 95,\n        \"building\": 24\n      },\n      \"failed\": false,\n      \"errors\": 0,\n      \"warnings\": 0,\n      \"assets\": [],\n      \"reasons\": [\n        {\n          \"moduleId\": 233,\n          \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_getSymbols.js\",\n          \"module\": \"./node_modules/lodash/_getSymbols.js\",\n          \"moduleName\": \"./node_modules/lodash/_getSymbols.js\",\n          \"type\": \"cjs require\",\n          \"userRequest\": \"./stubArray\",\n          \"loc\": \"2:16-38\"\n        }\n      ],\n      \"usedExports\": true,\n      \"providedExports\": null,\n      \"optimizationBailout\": [\n        \"ModuleConcatenation bailout: Module is not an ECMAScript module\"\n      ],\n      \"depth\": 10,\n      \"source\": \"/**\\n * This method returns a new empty array.\\n *\\n * @static\\n * @memberOf _\\n * @since 4.13.0\\n * @category Util\\n * @returns {Array} Returns the new empty array.\\n * @example\\n *\\n * var arrays = _.times(2, _.stubArray);\\n *\\n * console.log(arrays);\\n * // => [[], []]\\n *\\n * console.log(arrays[0] === arrays[1]);\\n * // => false\\n */\\nfunction stubArray() {\\n  return [];\\n}\\n\\nmodule.exports = stubArray;\\n\"\n    },\n    {\n      \"id\": 236,\n      \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_getMatchData.js\",\n      \"name\": \"./node_modules/lodash/_getMatchData.js\",\n      \"index\": 137,\n      \"index2\": 133,\n      \"size\": 573,\n      \"cacheable\": true,\n      \"built\": true,\n      \"optional\": false,\n      \"prefetched\": false,\n      \"chunks\": [\n        2\n      ],\n      \"issuer\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_baseMatches.js\",\n      \"issuerId\": 196,\n      \"issuerName\": \"./node_modules/lodash/_baseMatches.js\",\n      \"issuerPath\": [\n        {\n          \"id\": 191,\n          \"identifier\": \"multi /Users/jarred/Code/styleurl/webpack/customPublicPath /Users/jarred/Code/styleurl/chrome/extension/background\",\n          \"name\": \"multi ./webpack/customPublicPath ./chrome/extension/background\",\n          \"profile\": {\n            \"factory\": 0,\n            \"building\": 0,\n            \"dependencies\": 54\n          }\n        },\n        {\n          \"id\": 192,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/background.js\",\n          \"name\": \"./chrome/extension/background.js\",\n          \"profile\": {\n            \"factory\": 54,\n            \"building\": 639,\n            \"dependencies\": 140\n          }\n        },\n        {\n          \"id\": 193,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/findIndex.js\",\n          \"name\": \"./node_modules/lodash/findIndex.js\",\n          \"profile\": {\n            \"factory\": 140,\n            \"building\": 568,\n            \"dependencies\": 1\n          }\n        },\n        {\n          \"id\": 195,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_baseIteratee.js\",\n          \"name\": \"./node_modules/lodash/_baseIteratee.js\",\n          \"profile\": {\n            \"factory\": 245,\n            \"building\": 75,\n            \"dependencies\": 1\n          }\n        },\n        {\n          \"id\": 196,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_baseMatches.js\",\n          \"name\": \"./node_modules/lodash/_baseMatches.js\",\n          \"profile\": {\n            \"factory\": 82,\n            \"building\": 104,\n            \"dependencies\": 78\n          }\n        }\n      ],\n      \"profile\": {\n        \"factory\": 78,\n        \"building\": 19,\n        \"dependencies\": 1\n      },\n      \"failed\": false,\n      \"errors\": 0,\n      \"warnings\": 0,\n      \"assets\": [],\n      \"reasons\": [\n        {\n          \"moduleId\": 196,\n          \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_baseMatches.js\",\n          \"module\": \"./node_modules/lodash/_baseMatches.js\",\n          \"moduleName\": \"./node_modules/lodash/_baseMatches.js\",\n          \"type\": \"cjs require\",\n          \"userRequest\": \"./_getMatchData\",\n          \"loc\": \"2:19-45\"\n        }\n      ],\n      \"usedExports\": true,\n      \"providedExports\": null,\n      \"optimizationBailout\": [\n        \"ModuleConcatenation bailout: Module is not an ECMAScript module\"\n      ],\n      \"depth\": 5,\n      \"source\": \"var isStrictComparable = require('./_isStrictComparable'),\\n    keys = require('./keys');\\n\\n/**\\n * Gets the property names, values, and compare flags of `object`.\\n *\\n * @private\\n * @param {Object} object The object to query.\\n * @returns {Array} Returns the match data of `object`.\\n */\\nfunction getMatchData(object) {\\n  var result = keys(object),\\n      length = result.length;\\n\\n  while (length--) {\\n    var key = result[length],\\n        value = object[key];\\n\\n    result[length] = [key, value, isStrictComparable(value)];\\n  }\\n  return result;\\n}\\n\\nmodule.exports = getMatchData;\\n\"\n    },\n    {\n      \"id\": 237,\n      \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_baseMatchesProperty.js\",\n      \"name\": \"./node_modules/lodash/_baseMatchesProperty.js\",\n      \"index\": 140,\n      \"index2\": 151,\n      \"size\": 1129,\n      \"cacheable\": true,\n      \"built\": true,\n      \"optional\": false,\n      \"prefetched\": false,\n      \"chunks\": [\n        2\n      ],\n      \"issuer\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_baseIteratee.js\",\n      \"issuerId\": 195,\n      \"issuerName\": \"./node_modules/lodash/_baseIteratee.js\",\n      \"issuerPath\": [\n        {\n          \"id\": 191,\n          \"identifier\": \"multi /Users/jarred/Code/styleurl/webpack/customPublicPath /Users/jarred/Code/styleurl/chrome/extension/background\",\n          \"name\": \"multi ./webpack/customPublicPath ./chrome/extension/background\",\n          \"profile\": {\n            \"factory\": 0,\n            \"building\": 0,\n            \"dependencies\": 54\n          }\n        },\n        {\n          \"id\": 192,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/background.js\",\n          \"name\": \"./chrome/extension/background.js\",\n          \"profile\": {\n            \"factory\": 54,\n            \"building\": 639,\n            \"dependencies\": 140\n          }\n        },\n        {\n          \"id\": 193,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/findIndex.js\",\n          \"name\": \"./node_modules/lodash/findIndex.js\",\n          \"profile\": {\n            \"factory\": 140,\n            \"building\": 568,\n            \"dependencies\": 1\n          }\n        },\n        {\n          \"id\": 195,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_baseIteratee.js\",\n          \"name\": \"./node_modules/lodash/_baseIteratee.js\",\n          \"profile\": {\n            \"factory\": 245,\n            \"building\": 75,\n            \"dependencies\": 1\n          }\n        }\n      ],\n      \"profile\": {\n        \"factory\": 82,\n        \"building\": 104,\n        \"dependencies\": 78\n      },\n      \"failed\": false,\n      \"errors\": 0,\n      \"warnings\": 0,\n      \"assets\": [],\n      \"reasons\": [\n        {\n          \"moduleId\": 195,\n          \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_baseIteratee.js\",\n          \"module\": \"./node_modules/lodash/_baseIteratee.js\",\n          \"moduleName\": \"./node_modules/lodash/_baseIteratee.js\",\n          \"type\": \"cjs require\",\n          \"userRequest\": \"./_baseMatchesProperty\",\n          \"loc\": \"2:26-59\"\n        }\n      ],\n      \"usedExports\": true,\n      \"providedExports\": null,\n      \"optimizationBailout\": [\n        \"ModuleConcatenation bailout: Module is not an ECMAScript module\"\n      ],\n      \"depth\": 4,\n      \"source\": \"var baseIsEqual = require('./_baseIsEqual'),\\n    get = require('./get'),\\n    hasIn = require('./hasIn'),\\n    isKey = require('./_isKey'),\\n    isStrictComparable = require('./_isStrictComparable'),\\n    matchesStrictComparable = require('./_matchesStrictComparable'),\\n    toKey = require('./_toKey');\\n\\n/** Used to compose bitmasks for value comparisons. */\\nvar COMPARE_PARTIAL_FLAG = 1,\\n    COMPARE_UNORDERED_FLAG = 2;\\n\\n/**\\n * The base implementation of `_.matchesProperty` which doesn't clone `srcValue`.\\n *\\n * @private\\n * @param {string} path The path of the property to get.\\n * @param {*} srcValue The value to match.\\n * @returns {Function} Returns the new spec function.\\n */\\nfunction baseMatchesProperty(path, srcValue) {\\n  if (isKey(path) && isStrictComparable(srcValue)) {\\n    return matchesStrictComparable(toKey(path), srcValue);\\n  }\\n  return function(object) {\\n    var objValue = get(object, path);\\n    return (objValue === undefined && objValue === srcValue)\\n      ? hasIn(object, path)\\n      : baseIsEqual(srcValue, objValue, COMPARE_PARTIAL_FLAG | COMPARE_UNORDERED_FLAG);\\n  };\\n}\\n\\nmodule.exports = baseMatchesProperty;\\n\"\n    },\n    {\n      \"id\": 238,\n      \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/get.js\",\n      \"name\": \"./node_modules/lodash/get.js\",\n      \"index\": 141,\n      \"index2\": 147,\n      \"size\": 884,\n      \"cacheable\": true,\n      \"built\": true,\n      \"optional\": false,\n      \"prefetched\": false,\n      \"chunks\": [\n        2\n      ],\n      \"issuer\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_baseMatchesProperty.js\",\n      \"issuerId\": 237,\n      \"issuerName\": \"./node_modules/lodash/_baseMatchesProperty.js\",\n      \"issuerPath\": [\n        {\n          \"id\": 191,\n          \"identifier\": \"multi /Users/jarred/Code/styleurl/webpack/customPublicPath /Users/jarred/Code/styleurl/chrome/extension/background\",\n          \"name\": \"multi ./webpack/customPublicPath ./chrome/extension/background\",\n          \"profile\": {\n            \"factory\": 0,\n            \"building\": 0,\n            \"dependencies\": 54\n          }\n        },\n        {\n          \"id\": 192,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/background.js\",\n          \"name\": \"./chrome/extension/background.js\",\n          \"profile\": {\n            \"factory\": 54,\n            \"building\": 639,\n            \"dependencies\": 140\n          }\n        },\n        {\n          \"id\": 193,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/findIndex.js\",\n          \"name\": \"./node_modules/lodash/findIndex.js\",\n          \"profile\": {\n            \"factory\": 140,\n            \"building\": 568,\n            \"dependencies\": 1\n          }\n        },\n        {\n          \"id\": 195,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_baseIteratee.js\",\n          \"name\": \"./node_modules/lodash/_baseIteratee.js\",\n          \"profile\": {\n            \"factory\": 245,\n            \"building\": 75,\n            \"dependencies\": 1\n          }\n        },\n        {\n          \"id\": 237,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_baseMatchesProperty.js\",\n          \"name\": \"./node_modules/lodash/_baseMatchesProperty.js\",\n          \"profile\": {\n            \"factory\": 82,\n            \"building\": 104,\n            \"dependencies\": 78\n          }\n        }\n      ],\n      \"profile\": {\n        \"factory\": 78,\n        \"building\": 20,\n        \"dependencies\": 38\n      },\n      \"failed\": false,\n      \"errors\": 0,\n      \"warnings\": 0,\n      \"assets\": [],\n      \"reasons\": [\n        {\n          \"moduleId\": 237,\n          \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_baseMatchesProperty.js\",\n          \"module\": \"./node_modules/lodash/_baseMatchesProperty.js\",\n          \"moduleName\": \"./node_modules/lodash/_baseMatchesProperty.js\",\n          \"type\": \"cjs require\",\n          \"userRequest\": \"./get\",\n          \"loc\": \"2:10-26\"\n        }\n      ],\n      \"usedExports\": true,\n      \"providedExports\": null,\n      \"optimizationBailout\": [\n        \"ModuleConcatenation bailout: Module is not an ECMAScript module\"\n      ],\n      \"depth\": 5,\n      \"source\": \"var baseGet = require('./_baseGet');\\n\\n/**\\n * Gets the value at `path` of `object`. If the resolved value is\\n * `undefined`, the `defaultValue` is returned in its place.\\n *\\n * @static\\n * @memberOf _\\n * @since 3.7.0\\n * @category Object\\n * @param {Object} object The object to query.\\n * @param {Array|string} path The path of the property to get.\\n * @param {*} [defaultValue] The value returned for `undefined` resolved values.\\n * @returns {*} Returns the resolved value.\\n * @example\\n *\\n * var object = { 'a': [{ 'b': { 'c': 3 } }] };\\n *\\n * _.get(object, 'a[0].b.c');\\n * // => 3\\n *\\n * _.get(object, ['a', '0', 'b', 'c']);\\n * // => 3\\n *\\n * _.get(object, 'a.b.c', 'default');\\n * // => 'default'\\n */\\nfunction get(object, path, defaultValue) {\\n  var result = object == null ? undefined : baseGet(object, path);\\n  return result === undefined ? defaultValue : result;\\n}\\n\\nmodule.exports = get;\\n\"\n    },\n    {\n      \"id\": 239,\n      \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_stringToPath.js\",\n      \"name\": \"./node_modules/lodash/_stringToPath.js\",\n      \"index\": 146,\n      \"index2\": 140,\n      \"size\": 840,\n      \"cacheable\": true,\n      \"built\": true,\n      \"optional\": false,\n      \"prefetched\": false,\n      \"chunks\": [\n        2\n      ],\n      \"issuer\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_castPath.js\",\n      \"issuerId\": 146,\n      \"issuerName\": \"./node_modules/lodash/_castPath.js\",\n      \"issuerPath\": [\n        {\n          \"id\": 191,\n          \"identifier\": \"multi /Users/jarred/Code/styleurl/webpack/customPublicPath /Users/jarred/Code/styleurl/chrome/extension/background\",\n          \"name\": \"multi ./webpack/customPublicPath ./chrome/extension/background\",\n          \"profile\": {\n            \"factory\": 0,\n            \"building\": 0,\n            \"dependencies\": 54\n          }\n        },\n        {\n          \"id\": 192,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/background.js\",\n          \"name\": \"./chrome/extension/background.js\",\n          \"profile\": {\n            \"factory\": 54,\n            \"building\": 639,\n            \"dependencies\": 140\n          }\n        },\n        {\n          \"id\": 193,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/findIndex.js\",\n          \"name\": \"./node_modules/lodash/findIndex.js\",\n          \"profile\": {\n            \"factory\": 140,\n            \"building\": 568,\n            \"dependencies\": 1\n          }\n        },\n        {\n          \"id\": 195,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_baseIteratee.js\",\n          \"name\": \"./node_modules/lodash/_baseIteratee.js\",\n          \"profile\": {\n            \"factory\": 245,\n            \"building\": 75,\n            \"dependencies\": 1\n          }\n        },\n        {\n          \"id\": 237,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_baseMatchesProperty.js\",\n          \"name\": \"./node_modules/lodash/_baseMatchesProperty.js\",\n          \"profile\": {\n            \"factory\": 82,\n            \"building\": 104,\n            \"dependencies\": 78\n          }\n        },\n        {\n          \"id\": 238,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/get.js\",\n          \"name\": \"./node_modules/lodash/get.js\",\n          \"profile\": {\n            \"factory\": 78,\n            \"building\": 20,\n            \"dependencies\": 38\n          }\n        },\n        {\n          \"id\": 145,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_baseGet.js\",\n          \"name\": \"./node_modules/lodash/_baseGet.js\",\n          \"profile\": {\n            \"factory\": 39,\n            \"building\": 35,\n            \"dependencies\": 0\n          }\n        },\n        {\n          \"id\": 146,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_castPath.js\",\n          \"name\": \"./node_modules/lodash/_castPath.js\",\n          \"profile\": {\n            \"factory\": 40,\n            \"building\": 19,\n            \"dependencies\": 0\n          }\n        }\n      ],\n      \"profile\": {\n        \"factory\": 20,\n        \"building\": 38\n      },\n      \"failed\": false,\n      \"errors\": 0,\n      \"warnings\": 0,\n      \"assets\": [],\n      \"reasons\": [\n        {\n          \"moduleId\": 146,\n          \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_castPath.js\",\n          \"module\": \"./node_modules/lodash/_castPath.js\",\n          \"moduleName\": \"./node_modules/lodash/_castPath.js\",\n          \"type\": \"cjs require\",\n          \"userRequest\": \"./_stringToPath\",\n          \"loc\": \"3:19-45\"\n        }\n      ],\n      \"usedExports\": true,\n      \"providedExports\": null,\n      \"optimizationBailout\": [\n        \"ModuleConcatenation bailout: Module is not an ECMAScript module\"\n      ],\n      \"depth\": 8,\n      \"source\": \"var memoizeCapped = require('./_memoizeCapped');\\n\\n/** Used to match property names within property paths. */\\nvar rePropName = /[^.[\\\\]]+|\\\\[(?:(-?\\\\d+(?:\\\\.\\\\d+)?)|([\\\"'])((?:(?!\\\\2)[^\\\\\\\\]|\\\\\\\\.)*?)\\\\2)\\\\]|(?=(?:\\\\.|\\\\[\\\\])(?:\\\\.|\\\\[\\\\]|$))/g;\\n\\n/** Used to match backslashes in property paths. */\\nvar reEscapeChar = /\\\\\\\\(\\\\\\\\)?/g;\\n\\n/**\\n * Converts `string` to a property path array.\\n *\\n * @private\\n * @param {string} string The string to convert.\\n * @returns {Array} Returns the property path array.\\n */\\nvar stringToPath = memoizeCapped(function(string) {\\n  var result = [];\\n  if (string.charCodeAt(0) === 46 /* . */) {\\n    result.push('');\\n  }\\n  string.replace(rePropName, function(match, number, quote, subString) {\\n    result.push(quote ? subString.replace(reEscapeChar, '$1') : (number || match));\\n  });\\n  return result;\\n});\\n\\nmodule.exports = stringToPath;\\n\"\n    },\n    {\n      \"id\": 240,\n      \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_memoizeCapped.js\",\n      \"name\": \"./node_modules/lodash/_memoizeCapped.js\",\n      \"index\": 147,\n      \"index2\": 139,\n      \"size\": 633,\n      \"cacheable\": true,\n      \"built\": true,\n      \"optional\": false,\n      \"prefetched\": false,\n      \"chunks\": [\n        2\n      ],\n      \"issuer\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_stringToPath.js\",\n      \"issuerId\": 239,\n      \"issuerName\": \"./node_modules/lodash/_stringToPath.js\",\n      \"issuerPath\": [\n        {\n          \"id\": 191,\n          \"identifier\": \"multi /Users/jarred/Code/styleurl/webpack/customPublicPath /Users/jarred/Code/styleurl/chrome/extension/background\",\n          \"name\": \"multi ./webpack/customPublicPath ./chrome/extension/background\",\n          \"profile\": {\n            \"factory\": 0,\n            \"building\": 0,\n            \"dependencies\": 54\n          }\n        },\n        {\n          \"id\": 192,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/background.js\",\n          \"name\": \"./chrome/extension/background.js\",\n          \"profile\": {\n            \"factory\": 54,\n            \"building\": 639,\n            \"dependencies\": 140\n          }\n        },\n        {\n          \"id\": 193,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/findIndex.js\",\n          \"name\": \"./node_modules/lodash/findIndex.js\",\n          \"profile\": {\n            \"factory\": 140,\n            \"building\": 568,\n            \"dependencies\": 1\n          }\n        },\n        {\n          \"id\": 195,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_baseIteratee.js\",\n          \"name\": \"./node_modules/lodash/_baseIteratee.js\",\n          \"profile\": {\n            \"factory\": 245,\n            \"building\": 75,\n            \"dependencies\": 1\n          }\n        },\n        {\n          \"id\": 237,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_baseMatchesProperty.js\",\n          \"name\": \"./node_modules/lodash/_baseMatchesProperty.js\",\n          \"profile\": {\n            \"factory\": 82,\n            \"building\": 104,\n            \"dependencies\": 78\n          }\n        },\n        {\n          \"id\": 238,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/get.js\",\n          \"name\": \"./node_modules/lodash/get.js\",\n          \"profile\": {\n            \"factory\": 78,\n            \"building\": 20,\n            \"dependencies\": 38\n          }\n        },\n        {\n          \"id\": 145,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_baseGet.js\",\n          \"name\": \"./node_modules/lodash/_baseGet.js\",\n          \"profile\": {\n            \"factory\": 39,\n            \"building\": 35,\n            \"dependencies\": 0\n          }\n        },\n        {\n          \"id\": 146,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_castPath.js\",\n          \"name\": \"./node_modules/lodash/_castPath.js\",\n          \"profile\": {\n            \"factory\": 40,\n            \"building\": 19,\n            \"dependencies\": 0\n          }\n        },\n        {\n          \"id\": 239,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_stringToPath.js\",\n          \"name\": \"./node_modules/lodash/_stringToPath.js\",\n          \"profile\": {\n            \"factory\": 20,\n            \"building\": 38\n          }\n        }\n      ],\n      \"profile\": {\n        \"factory\": 42,\n        \"building\": 21\n      },\n      \"failed\": false,\n      \"errors\": 0,\n      \"warnings\": 0,\n      \"assets\": [],\n      \"reasons\": [\n        {\n          \"moduleId\": 239,\n          \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_stringToPath.js\",\n          \"module\": \"./node_modules/lodash/_stringToPath.js\",\n          \"moduleName\": \"./node_modules/lodash/_stringToPath.js\",\n          \"type\": \"cjs require\",\n          \"userRequest\": \"./_memoizeCapped\",\n          \"loc\": \"1:20-47\"\n        }\n      ],\n      \"usedExports\": true,\n      \"providedExports\": null,\n      \"optimizationBailout\": [\n        \"ModuleConcatenation bailout: Module is not an ECMAScript module\"\n      ],\n      \"depth\": 9,\n      \"source\": \"var memoize = require('./memoize');\\n\\n/** Used as the maximum memoize cache size. */\\nvar MAX_MEMOIZE_SIZE = 500;\\n\\n/**\\n * A specialized version of `_.memoize` which clears the memoized function's\\n * cache when it exceeds `MAX_MEMOIZE_SIZE`.\\n *\\n * @private\\n * @param {Function} func The function to have its output memoized.\\n * @returns {Function} Returns the new memoized function.\\n */\\nfunction memoizeCapped(func) {\\n  var result = memoize(func, function(key) {\\n    if (cache.size === MAX_MEMOIZE_SIZE) {\\n      cache.clear();\\n    }\\n    return key;\\n  });\\n\\n  var cache = result.cache;\\n  return result;\\n}\\n\\nmodule.exports = memoizeCapped;\\n\"\n    },\n    {\n      \"id\": 241,\n      \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/memoize.js\",\n      \"name\": \"./node_modules/lodash/memoize.js\",\n      \"index\": 148,\n      \"index2\": 138,\n      \"size\": 2224,\n      \"cacheable\": true,\n      \"built\": true,\n      \"optional\": false,\n      \"prefetched\": false,\n      \"chunks\": [\n        2\n      ],\n      \"issuer\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_memoizeCapped.js\",\n      \"issuerId\": 240,\n      \"issuerName\": \"./node_modules/lodash/_memoizeCapped.js\",\n      \"issuerPath\": [\n        {\n          \"id\": 191,\n          \"identifier\": \"multi /Users/jarred/Code/styleurl/webpack/customPublicPath /Users/jarred/Code/styleurl/chrome/extension/background\",\n          \"name\": \"multi ./webpack/customPublicPath ./chrome/extension/background\",\n          \"profile\": {\n            \"factory\": 0,\n            \"building\": 0,\n            \"dependencies\": 54\n          }\n        },\n        {\n          \"id\": 192,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/background.js\",\n          \"name\": \"./chrome/extension/background.js\",\n          \"profile\": {\n            \"factory\": 54,\n            \"building\": 639,\n            \"dependencies\": 140\n          }\n        },\n        {\n          \"id\": 193,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/findIndex.js\",\n          \"name\": \"./node_modules/lodash/findIndex.js\",\n          \"profile\": {\n            \"factory\": 140,\n            \"building\": 568,\n            \"dependencies\": 1\n          }\n        },\n        {\n          \"id\": 195,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_baseIteratee.js\",\n          \"name\": \"./node_modules/lodash/_baseIteratee.js\",\n          \"profile\": {\n            \"factory\": 245,\n            \"building\": 75,\n            \"dependencies\": 1\n          }\n        },\n        {\n          \"id\": 237,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_baseMatchesProperty.js\",\n          \"name\": \"./node_modules/lodash/_baseMatchesProperty.js\",\n          \"profile\": {\n            \"factory\": 82,\n            \"building\": 104,\n            \"dependencies\": 78\n          }\n        },\n        {\n          \"id\": 238,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/get.js\",\n          \"name\": \"./node_modules/lodash/get.js\",\n          \"profile\": {\n            \"factory\": 78,\n            \"building\": 20,\n            \"dependencies\": 38\n          }\n        },\n        {\n          \"id\": 145,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_baseGet.js\",\n          \"name\": \"./node_modules/lodash/_baseGet.js\",\n          \"profile\": {\n            \"factory\": 39,\n            \"building\": 35,\n            \"dependencies\": 0\n          }\n        },\n        {\n          \"id\": 146,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_castPath.js\",\n          \"name\": \"./node_modules/lodash/_castPath.js\",\n          \"profile\": {\n            \"factory\": 40,\n            \"building\": 19,\n            \"dependencies\": 0\n          }\n        },\n        {\n          \"id\": 239,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_stringToPath.js\",\n          \"name\": \"./node_modules/lodash/_stringToPath.js\",\n          \"profile\": {\n            \"factory\": 20,\n            \"building\": 38\n          }\n        },\n        {\n          \"id\": 240,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_memoizeCapped.js\",\n          \"name\": \"./node_modules/lodash/_memoizeCapped.js\",\n          \"profile\": {\n            \"factory\": 42,\n            \"building\": 21\n          }\n        }\n      ],\n      \"profile\": {\n        \"factory\": 94,\n        \"building\": 24,\n        \"dependencies\": 0\n      },\n      \"failed\": false,\n      \"errors\": 0,\n      \"warnings\": 0,\n      \"assets\": [],\n      \"reasons\": [\n        {\n          \"moduleId\": 240,\n          \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_memoizeCapped.js\",\n          \"module\": \"./node_modules/lodash/_memoizeCapped.js\",\n          \"moduleName\": \"./node_modules/lodash/_memoizeCapped.js\",\n          \"type\": \"cjs require\",\n          \"userRequest\": \"./memoize\",\n          \"loc\": \"1:14-34\"\n        }\n      ],\n      \"usedExports\": true,\n      \"providedExports\": null,\n      \"optimizationBailout\": [\n        \"ModuleConcatenation bailout: Module is not an ECMAScript module\"\n      ],\n      \"depth\": 10,\n      \"source\": \"var MapCache = require('./_MapCache');\\n\\n/** Error message constants. */\\nvar FUNC_ERROR_TEXT = 'Expected a function';\\n\\n/**\\n * Creates a function that memoizes the result of `func`. If `resolver` is\\n * provided, it determines the cache key for storing the result based on the\\n * arguments provided to the memoized function. By default, the first argument\\n * provided to the memoized function is used as the map cache key. The `func`\\n * is invoked with the `this` binding of the memoized function.\\n *\\n * **Note:** The cache is exposed as the `cache` property on the memoized\\n * function. Its creation may be customized by replacing the `_.memoize.Cache`\\n * constructor with one whose instances implement the\\n * [`Map`](http://ecma-international.org/ecma-262/7.0/#sec-properties-of-the-map-prototype-object)\\n * method interface of `clear`, `delete`, `get`, `has`, and `set`.\\n *\\n * @static\\n * @memberOf _\\n * @since 0.1.0\\n * @category Function\\n * @param {Function} func The function to have its output memoized.\\n * @param {Function} [resolver] The function to resolve the cache key.\\n * @returns {Function} Returns the new memoized function.\\n * @example\\n *\\n * var object = { 'a': 1, 'b': 2 };\\n * var other = { 'c': 3, 'd': 4 };\\n *\\n * var values = _.memoize(_.values);\\n * values(object);\\n * // => [1, 2]\\n *\\n * values(other);\\n * // => [3, 4]\\n *\\n * object.a = 2;\\n * values(object);\\n * // => [1, 2]\\n *\\n * // Modify the result cache.\\n * values.cache.set(object, ['a', 'b']);\\n * values(object);\\n * // => ['a', 'b']\\n *\\n * // Replace `_.memoize.Cache`.\\n * _.memoize.Cache = WeakMap;\\n */\\nfunction memoize(func, resolver) {\\n  if (typeof func != 'function' || (resolver != null && typeof resolver != 'function')) {\\n    throw new TypeError(FUNC_ERROR_TEXT);\\n  }\\n  var memoized = function() {\\n    var args = arguments,\\n        key = resolver ? resolver.apply(this, args) : args[0],\\n        cache = memoized.cache;\\n\\n    if (cache.has(key)) {\\n      return cache.get(key);\\n    }\\n    var result = func.apply(this, args);\\n    memoized.cache = cache.set(key, result) || cache;\\n    return result;\\n  };\\n  memoized.cache = new (memoize.Cache || MapCache);\\n  return memoized;\\n}\\n\\n// Expose `MapCache`.\\nmemoize.Cache = MapCache;\\n\\nmodule.exports = memoize;\\n\"\n    },\n    {\n      \"id\": 242,\n      \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/toString.js\",\n      \"name\": \"./node_modules/lodash/toString.js\",\n      \"index\": 149,\n      \"index2\": 143,\n      \"size\": 580,\n      \"cacheable\": true,\n      \"built\": true,\n      \"optional\": false,\n      \"prefetched\": false,\n      \"chunks\": [\n        2\n      ],\n      \"issuer\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_castPath.js\",\n      \"issuerId\": 146,\n      \"issuerName\": \"./node_modules/lodash/_castPath.js\",\n      \"issuerPath\": [\n        {\n          \"id\": 191,\n          \"identifier\": \"multi /Users/jarred/Code/styleurl/webpack/customPublicPath /Users/jarred/Code/styleurl/chrome/extension/background\",\n          \"name\": \"multi ./webpack/customPublicPath ./chrome/extension/background\",\n          \"profile\": {\n            \"factory\": 0,\n            \"building\": 0,\n            \"dependencies\": 54\n          }\n        },\n        {\n          \"id\": 192,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/background.js\",\n          \"name\": \"./chrome/extension/background.js\",\n          \"profile\": {\n            \"factory\": 54,\n            \"building\": 639,\n            \"dependencies\": 140\n          }\n        },\n        {\n          \"id\": 193,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/findIndex.js\",\n          \"name\": \"./node_modules/lodash/findIndex.js\",\n          \"profile\": {\n            \"factory\": 140,\n            \"building\": 568,\n            \"dependencies\": 1\n          }\n        },\n        {\n          \"id\": 195,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_baseIteratee.js\",\n          \"name\": \"./node_modules/lodash/_baseIteratee.js\",\n          \"profile\": {\n            \"factory\": 245,\n            \"building\": 75,\n            \"dependencies\": 1\n          }\n        },\n        {\n          \"id\": 237,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_baseMatchesProperty.js\",\n          \"name\": \"./node_modules/lodash/_baseMatchesProperty.js\",\n          \"profile\": {\n            \"factory\": 82,\n            \"building\": 104,\n            \"dependencies\": 78\n          }\n        },\n        {\n          \"id\": 238,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/get.js\",\n          \"name\": \"./node_modules/lodash/get.js\",\n          \"profile\": {\n            \"factory\": 78,\n            \"building\": 20,\n            \"dependencies\": 38\n          }\n        },\n        {\n          \"id\": 145,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_baseGet.js\",\n          \"name\": \"./node_modules/lodash/_baseGet.js\",\n          \"profile\": {\n            \"factory\": 39,\n            \"building\": 35,\n            \"dependencies\": 0\n          }\n        },\n        {\n          \"id\": 146,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_castPath.js\",\n          \"name\": \"./node_modules/lodash/_castPath.js\",\n          \"profile\": {\n            \"factory\": 40,\n            \"building\": 19,\n            \"dependencies\": 0\n          }\n        }\n      ],\n      \"profile\": {\n        \"factory\": 20,\n        \"building\": 38\n      },\n      \"failed\": false,\n      \"errors\": 0,\n      \"warnings\": 0,\n      \"assets\": [],\n      \"reasons\": [\n        {\n          \"moduleId\": 146,\n          \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_castPath.js\",\n          \"module\": \"./node_modules/lodash/_castPath.js\",\n          \"moduleName\": \"./node_modules/lodash/_castPath.js\",\n          \"type\": \"cjs require\",\n          \"userRequest\": \"./toString\",\n          \"loc\": \"4:15-36\"\n        }\n      ],\n      \"usedExports\": true,\n      \"providedExports\": null,\n      \"optimizationBailout\": [\n        \"ModuleConcatenation bailout: Module is not an ECMAScript module\"\n      ],\n      \"depth\": 8,\n      \"source\": \"var baseToString = require('./_baseToString');\\n\\n/**\\n * Converts `value` to a string. An empty string is returned for `null`\\n * and `undefined` values. The sign of `-0` is preserved.\\n *\\n * @static\\n * @memberOf _\\n * @since 4.0.0\\n * @category Lang\\n * @param {*} value The value to convert.\\n * @returns {string} Returns the converted string.\\n * @example\\n *\\n * _.toString(null);\\n * // => ''\\n *\\n * _.toString(-0);\\n * // => '-0'\\n *\\n * _.toString([1, 2, 3]);\\n * // => '1,2,3'\\n */\\nfunction toString(value) {\\n  return value == null ? '' : baseToString(value);\\n}\\n\\nmodule.exports = toString;\\n\"\n    },\n    {\n      \"id\": 243,\n      \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_baseToString.js\",\n      \"name\": \"./node_modules/lodash/_baseToString.js\",\n      \"index\": 150,\n      \"index2\": 142,\n      \"size\": 1154,\n      \"cacheable\": true,\n      \"built\": true,\n      \"optional\": false,\n      \"prefetched\": false,\n      \"chunks\": [\n        2\n      ],\n      \"issuer\": \"/Users/jarred/Code/styleurl/node_modules/lodash/toString.js\",\n      \"issuerId\": 242,\n      \"issuerName\": \"./node_modules/lodash/toString.js\",\n      \"issuerPath\": [\n        {\n          \"id\": 191,\n          \"identifier\": \"multi /Users/jarred/Code/styleurl/webpack/customPublicPath /Users/jarred/Code/styleurl/chrome/extension/background\",\n          \"name\": \"multi ./webpack/customPublicPath ./chrome/extension/background\",\n          \"profile\": {\n            \"factory\": 0,\n            \"building\": 0,\n            \"dependencies\": 54\n          }\n        },\n        {\n          \"id\": 192,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/background.js\",\n          \"name\": \"./chrome/extension/background.js\",\n          \"profile\": {\n            \"factory\": 54,\n            \"building\": 639,\n            \"dependencies\": 140\n          }\n        },\n        {\n          \"id\": 193,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/findIndex.js\",\n          \"name\": \"./node_modules/lodash/findIndex.js\",\n          \"profile\": {\n            \"factory\": 140,\n            \"building\": 568,\n            \"dependencies\": 1\n          }\n        },\n        {\n          \"id\": 195,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_baseIteratee.js\",\n          \"name\": \"./node_modules/lodash/_baseIteratee.js\",\n          \"profile\": {\n            \"factory\": 245,\n            \"building\": 75,\n            \"dependencies\": 1\n          }\n        },\n        {\n          \"id\": 237,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_baseMatchesProperty.js\",\n          \"name\": \"./node_modules/lodash/_baseMatchesProperty.js\",\n          \"profile\": {\n            \"factory\": 82,\n            \"building\": 104,\n            \"dependencies\": 78\n          }\n        },\n        {\n          \"id\": 238,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/get.js\",\n          \"name\": \"./node_modules/lodash/get.js\",\n          \"profile\": {\n            \"factory\": 78,\n            \"building\": 20,\n            \"dependencies\": 38\n          }\n        },\n        {\n          \"id\": 145,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_baseGet.js\",\n          \"name\": \"./node_modules/lodash/_baseGet.js\",\n          \"profile\": {\n            \"factory\": 39,\n            \"building\": 35,\n            \"dependencies\": 0\n          }\n        },\n        {\n          \"id\": 146,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_castPath.js\",\n          \"name\": \"./node_modules/lodash/_castPath.js\",\n          \"profile\": {\n            \"factory\": 40,\n            \"building\": 19,\n            \"dependencies\": 0\n          }\n        },\n        {\n          \"id\": 242,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/toString.js\",\n          \"name\": \"./node_modules/lodash/toString.js\",\n          \"profile\": {\n            \"factory\": 20,\n            \"building\": 38\n          }\n        }\n      ],\n      \"profile\": {\n        \"factory\": 42,\n        \"building\": 21,\n        \"dependencies\": 0\n      },\n      \"failed\": false,\n      \"errors\": 0,\n      \"warnings\": 0,\n      \"assets\": [],\n      \"reasons\": [\n        {\n          \"moduleId\": 242,\n          \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/toString.js\",\n          \"module\": \"./node_modules/lodash/toString.js\",\n          \"moduleName\": \"./node_modules/lodash/toString.js\",\n          \"type\": \"cjs require\",\n          \"userRequest\": \"./_baseToString\",\n          \"loc\": \"1:19-45\"\n        }\n      ],\n      \"usedExports\": true,\n      \"providedExports\": null,\n      \"optimizationBailout\": [\n        \"ModuleConcatenation bailout: Module is not an ECMAScript module\"\n      ],\n      \"depth\": 9,\n      \"source\": \"var Symbol = require('./_Symbol'),\\n    arrayMap = require('./_arrayMap'),\\n    isArray = require('./isArray'),\\n    isSymbol = require('./isSymbol');\\n\\n/** Used as references for various `Number` constants. */\\nvar INFINITY = 1 / 0;\\n\\n/** Used to convert symbols to primitives and strings. */\\nvar symbolProto = Symbol ? Symbol.prototype : undefined,\\n    symbolToString = symbolProto ? symbolProto.toString : undefined;\\n\\n/**\\n * The base implementation of `_.toString` which doesn't convert nullish\\n * values to empty strings.\\n *\\n * @private\\n * @param {*} value The value to process.\\n * @returns {string} Returns the string.\\n */\\nfunction baseToString(value) {\\n  // Exit early for strings to avoid a performance hit in some environments.\\n  if (typeof value == 'string') {\\n    return value;\\n  }\\n  if (isArray(value)) {\\n    // Recursively convert values (susceptible to call stack limits).\\n    return arrayMap(value, baseToString) + '';\\n  }\\n  if (isSymbol(value)) {\\n    return symbolToString ? symbolToString.call(value) : '';\\n  }\\n  var result = (value + '');\\n  return (result == '0' && (1 / value) == -INFINITY) ? '-0' : result;\\n}\\n\\nmodule.exports = baseToString;\\n\"\n    },\n    {\n      \"id\": 244,\n      \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/hasIn.js\",\n      \"name\": \"./node_modules/lodash/hasIn.js\",\n      \"index\": 153,\n      \"index2\": 150,\n      \"size\": 753,\n      \"cacheable\": true,\n      \"built\": true,\n      \"optional\": false,\n      \"prefetched\": false,\n      \"chunks\": [\n        2\n      ],\n      \"issuer\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_baseMatchesProperty.js\",\n      \"issuerId\": 237,\n      \"issuerName\": \"./node_modules/lodash/_baseMatchesProperty.js\",\n      \"issuerPath\": [\n        {\n          \"id\": 191,\n          \"identifier\": \"multi /Users/jarred/Code/styleurl/webpack/customPublicPath /Users/jarred/Code/styleurl/chrome/extension/background\",\n          \"name\": \"multi ./webpack/customPublicPath ./chrome/extension/background\",\n          \"profile\": {\n            \"factory\": 0,\n            \"building\": 0,\n            \"dependencies\": 54\n          }\n        },\n        {\n          \"id\": 192,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/background.js\",\n          \"name\": \"./chrome/extension/background.js\",\n          \"profile\": {\n            \"factory\": 54,\n            \"building\": 639,\n            \"dependencies\": 140\n          }\n        },\n        {\n          \"id\": 193,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/findIndex.js\",\n          \"name\": \"./node_modules/lodash/findIndex.js\",\n          \"profile\": {\n            \"factory\": 140,\n            \"building\": 568,\n            \"dependencies\": 1\n          }\n        },\n        {\n          \"id\": 195,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_baseIteratee.js\",\n          \"name\": \"./node_modules/lodash/_baseIteratee.js\",\n          \"profile\": {\n            \"factory\": 245,\n            \"building\": 75,\n            \"dependencies\": 1\n          }\n        },\n        {\n          \"id\": 237,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_baseMatchesProperty.js\",\n          \"name\": \"./node_modules/lodash/_baseMatchesProperty.js\",\n          \"profile\": {\n            \"factory\": 82,\n            \"building\": 104,\n            \"dependencies\": 78\n          }\n        }\n      ],\n      \"profile\": {\n        \"factory\": 78,\n        \"building\": 20,\n        \"dependencies\": 38\n      },\n      \"failed\": false,\n      \"errors\": 0,\n      \"warnings\": 0,\n      \"assets\": [],\n      \"reasons\": [\n        {\n          \"moduleId\": 237,\n          \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_baseMatchesProperty.js\",\n          \"module\": \"./node_modules/lodash/_baseMatchesProperty.js\",\n          \"moduleName\": \"./node_modules/lodash/_baseMatchesProperty.js\",\n          \"type\": \"cjs require\",\n          \"userRequest\": \"./hasIn\",\n          \"loc\": \"3:12-30\"\n        }\n      ],\n      \"usedExports\": true,\n      \"providedExports\": null,\n      \"optimizationBailout\": [\n        \"ModuleConcatenation bailout: Module is not an ECMAScript module\"\n      ],\n      \"depth\": 5,\n      \"source\": \"var baseHasIn = require('./_baseHasIn'),\\n    hasPath = require('./_hasPath');\\n\\n/**\\n * Checks if `path` is a direct or inherited property of `object`.\\n *\\n * @static\\n * @memberOf _\\n * @since 4.0.0\\n * @category Object\\n * @param {Object} object The object to query.\\n * @param {Array|string} path The path to check.\\n * @returns {boolean} Returns `true` if `path` exists, else `false`.\\n * @example\\n *\\n * var object = _.create({ 'a': _.create({ 'b': 2 }) });\\n *\\n * _.hasIn(object, 'a');\\n * // => true\\n *\\n * _.hasIn(object, 'a.b');\\n * // => true\\n *\\n * _.hasIn(object, ['a', 'b']);\\n * // => true\\n *\\n * _.hasIn(object, 'b');\\n * // => false\\n */\\nfunction hasIn(object, path) {\\n  return object != null && hasPath(object, path, baseHasIn);\\n}\\n\\nmodule.exports = hasIn;\\n\"\n    },\n    {\n      \"id\": 245,\n      \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_baseHasIn.js\",\n      \"name\": \"./node_modules/lodash/_baseHasIn.js\",\n      \"index\": 154,\n      \"index2\": 148,\n      \"size\": 374,\n      \"cacheable\": true,\n      \"built\": true,\n      \"optional\": false,\n      \"prefetched\": false,\n      \"chunks\": [\n        2\n      ],\n      \"issuer\": \"/Users/jarred/Code/styleurl/node_modules/lodash/hasIn.js\",\n      \"issuerId\": 244,\n      \"issuerName\": \"./node_modules/lodash/hasIn.js\",\n      \"issuerPath\": [\n        {\n          \"id\": 191,\n          \"identifier\": \"multi /Users/jarred/Code/styleurl/webpack/customPublicPath /Users/jarred/Code/styleurl/chrome/extension/background\",\n          \"name\": \"multi ./webpack/customPublicPath ./chrome/extension/background\",\n          \"profile\": {\n            \"factory\": 0,\n            \"building\": 0,\n            \"dependencies\": 54\n          }\n        },\n        {\n          \"id\": 192,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/background.js\",\n          \"name\": \"./chrome/extension/background.js\",\n          \"profile\": {\n            \"factory\": 54,\n            \"building\": 639,\n            \"dependencies\": 140\n          }\n        },\n        {\n          \"id\": 193,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/findIndex.js\",\n          \"name\": \"./node_modules/lodash/findIndex.js\",\n          \"profile\": {\n            \"factory\": 140,\n            \"building\": 568,\n            \"dependencies\": 1\n          }\n        },\n        {\n          \"id\": 195,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_baseIteratee.js\",\n          \"name\": \"./node_modules/lodash/_baseIteratee.js\",\n          \"profile\": {\n            \"factory\": 245,\n            \"building\": 75,\n            \"dependencies\": 1\n          }\n        },\n        {\n          \"id\": 237,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_baseMatchesProperty.js\",\n          \"name\": \"./node_modules/lodash/_baseMatchesProperty.js\",\n          \"profile\": {\n            \"factory\": 82,\n            \"building\": 104,\n            \"dependencies\": 78\n          }\n        },\n        {\n          \"id\": 244,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/hasIn.js\",\n          \"name\": \"./node_modules/lodash/hasIn.js\",\n          \"profile\": {\n            \"factory\": 78,\n            \"building\": 20,\n            \"dependencies\": 38\n          }\n        }\n      ],\n      \"profile\": {\n        \"factory\": 39,\n        \"building\": 36,\n        \"dependencies\": 39\n      },\n      \"failed\": false,\n      \"errors\": 0,\n      \"warnings\": 0,\n      \"assets\": [],\n      \"reasons\": [\n        {\n          \"moduleId\": 244,\n          \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/hasIn.js\",\n          \"module\": \"./node_modules/lodash/hasIn.js\",\n          \"moduleName\": \"./node_modules/lodash/hasIn.js\",\n          \"type\": \"cjs require\",\n          \"userRequest\": \"./_baseHasIn\",\n          \"loc\": \"1:16-39\"\n        }\n      ],\n      \"usedExports\": true,\n      \"providedExports\": null,\n      \"optimizationBailout\": [\n        \"ModuleConcatenation bailout: Module is not an ECMAScript module\"\n      ],\n      \"depth\": 6,\n      \"source\": \"/**\\n * The base implementation of `_.hasIn` without support for deep paths.\\n *\\n * @private\\n * @param {Object} [object] The object to query.\\n * @param {Array|string} key The key to check.\\n * @returns {boolean} Returns `true` if `key` exists, else `false`.\\n */\\nfunction baseHasIn(object, key) {\\n  return object != null && key in Object(object);\\n}\\n\\nmodule.exports = baseHasIn;\\n\"\n    },\n    {\n      \"id\": 246,\n      \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_hasPath.js\",\n      \"name\": \"./node_modules/lodash/_hasPath.js\",\n      \"index\": 155,\n      \"index2\": 149,\n      \"size\": 1085,\n      \"cacheable\": true,\n      \"built\": true,\n      \"optional\": false,\n      \"prefetched\": false,\n      \"chunks\": [\n        2\n      ],\n      \"issuer\": \"/Users/jarred/Code/styleurl/node_modules/lodash/hasIn.js\",\n      \"issuerId\": 244,\n      \"issuerName\": \"./node_modules/lodash/hasIn.js\",\n      \"issuerPath\": [\n        {\n          \"id\": 191,\n          \"identifier\": \"multi /Users/jarred/Code/styleurl/webpack/customPublicPath /Users/jarred/Code/styleurl/chrome/extension/background\",\n          \"name\": \"multi ./webpack/customPublicPath ./chrome/extension/background\",\n          \"profile\": {\n            \"factory\": 0,\n            \"building\": 0,\n            \"dependencies\": 54\n          }\n        },\n        {\n          \"id\": 192,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/background.js\",\n          \"name\": \"./chrome/extension/background.js\",\n          \"profile\": {\n            \"factory\": 54,\n            \"building\": 639,\n            \"dependencies\": 140\n          }\n        },\n        {\n          \"id\": 193,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/findIndex.js\",\n          \"name\": \"./node_modules/lodash/findIndex.js\",\n          \"profile\": {\n            \"factory\": 140,\n            \"building\": 568,\n            \"dependencies\": 1\n          }\n        },\n        {\n          \"id\": 195,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_baseIteratee.js\",\n          \"name\": \"./node_modules/lodash/_baseIteratee.js\",\n          \"profile\": {\n            \"factory\": 245,\n            \"building\": 75,\n            \"dependencies\": 1\n          }\n        },\n        {\n          \"id\": 237,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_baseMatchesProperty.js\",\n          \"name\": \"./node_modules/lodash/_baseMatchesProperty.js\",\n          \"profile\": {\n            \"factory\": 82,\n            \"building\": 104,\n            \"dependencies\": 78\n          }\n        },\n        {\n          \"id\": 244,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/hasIn.js\",\n          \"name\": \"./node_modules/lodash/hasIn.js\",\n          \"profile\": {\n            \"factory\": 78,\n            \"building\": 20,\n            \"dependencies\": 38\n          }\n        }\n      ],\n      \"profile\": {\n        \"factory\": 39,\n        \"building\": 36,\n        \"dependencies\": 39\n      },\n      \"failed\": false,\n      \"errors\": 0,\n      \"warnings\": 0,\n      \"assets\": [],\n      \"reasons\": [\n        {\n          \"moduleId\": 244,\n          \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/hasIn.js\",\n          \"module\": \"./node_modules/lodash/hasIn.js\",\n          \"moduleName\": \"./node_modules/lodash/hasIn.js\",\n          \"type\": \"cjs require\",\n          \"userRequest\": \"./_hasPath\",\n          \"loc\": \"2:14-35\"\n        }\n      ],\n      \"usedExports\": true,\n      \"providedExports\": null,\n      \"optimizationBailout\": [\n        \"ModuleConcatenation bailout: Module is not an ECMAScript module\"\n      ],\n      \"depth\": 6,\n      \"source\": \"var castPath = require('./_castPath'),\\n    isArguments = require('./isArguments'),\\n    isArray = require('./isArray'),\\n    isIndex = require('./_isIndex'),\\n    isLength = require('./isLength'),\\n    toKey = require('./_toKey');\\n\\n/**\\n * Checks if `path` exists on `object`.\\n *\\n * @private\\n * @param {Object} object The object to query.\\n * @param {Array|string} path The path to check.\\n * @param {Function} hasFunc The function to check properties.\\n * @returns {boolean} Returns `true` if `path` exists, else `false`.\\n */\\nfunction hasPath(object, path, hasFunc) {\\n  path = castPath(path, object);\\n\\n  var index = -1,\\n      length = path.length,\\n      result = false;\\n\\n  while (++index < length) {\\n    var key = toKey(path[index]);\\n    if (!(result = object != null && hasFunc(object, key))) {\\n      break;\\n    }\\n    object = object[key];\\n  }\\n  if (result || ++index != length) {\\n    return result;\\n  }\\n  length = object == null ? 0 : object.length;\\n  return !!length && isLength(length) && isIndex(key, length) &&\\n    (isArray(object) || isArguments(object));\\n}\\n\\nmodule.exports = hasPath;\\n\"\n    },\n    {\n      \"id\": 247,\n      \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/property.js\",\n      \"name\": \"./node_modules/lodash/property.js\",\n      \"index\": 156,\n      \"index2\": 154,\n      \"size\": 793,\n      \"cacheable\": true,\n      \"built\": true,\n      \"optional\": false,\n      \"prefetched\": false,\n      \"chunks\": [\n        2\n      ],\n      \"issuer\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_baseIteratee.js\",\n      \"issuerId\": 195,\n      \"issuerName\": \"./node_modules/lodash/_baseIteratee.js\",\n      \"issuerPath\": [\n        {\n          \"id\": 191,\n          \"identifier\": \"multi /Users/jarred/Code/styleurl/webpack/customPublicPath /Users/jarred/Code/styleurl/chrome/extension/background\",\n          \"name\": \"multi ./webpack/customPublicPath ./chrome/extension/background\",\n          \"profile\": {\n            \"factory\": 0,\n            \"building\": 0,\n            \"dependencies\": 54\n          }\n        },\n        {\n          \"id\": 192,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/background.js\",\n          \"name\": \"./chrome/extension/background.js\",\n          \"profile\": {\n            \"factory\": 54,\n            \"building\": 639,\n            \"dependencies\": 140\n          }\n        },\n        {\n          \"id\": 193,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/findIndex.js\",\n          \"name\": \"./node_modules/lodash/findIndex.js\",\n          \"profile\": {\n            \"factory\": 140,\n            \"building\": 568,\n            \"dependencies\": 1\n          }\n        },\n        {\n          \"id\": 195,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_baseIteratee.js\",\n          \"name\": \"./node_modules/lodash/_baseIteratee.js\",\n          \"profile\": {\n            \"factory\": 245,\n            \"building\": 75,\n            \"dependencies\": 1\n          }\n        }\n      ],\n      \"profile\": {\n        \"factory\": 82,\n        \"building\": 104,\n        \"dependencies\": 78\n      },\n      \"failed\": false,\n      \"errors\": 0,\n      \"warnings\": 0,\n      \"assets\": [],\n      \"reasons\": [\n        {\n          \"moduleId\": 195,\n          \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_baseIteratee.js\",\n          \"module\": \"./node_modules/lodash/_baseIteratee.js\",\n          \"moduleName\": \"./node_modules/lodash/_baseIteratee.js\",\n          \"type\": \"cjs require\",\n          \"userRequest\": \"./property\",\n          \"loc\": \"5:15-36\"\n        }\n      ],\n      \"usedExports\": true,\n      \"providedExports\": null,\n      \"optimizationBailout\": [\n        \"ModuleConcatenation bailout: Module is not an ECMAScript module\"\n      ],\n      \"depth\": 4,\n      \"source\": \"var baseProperty = require('./_baseProperty'),\\n    basePropertyDeep = require('./_basePropertyDeep'),\\n    isKey = require('./_isKey'),\\n    toKey = require('./_toKey');\\n\\n/**\\n * Creates a function that returns the value at `path` of a given object.\\n *\\n * @static\\n * @memberOf _\\n * @since 2.4.0\\n * @category Util\\n * @param {Array|string} path The path of the property to get.\\n * @returns {Function} Returns the new accessor function.\\n * @example\\n *\\n * var objects = [\\n *   { 'a': { 'b': 2 } },\\n *   { 'a': { 'b': 1 } }\\n * ];\\n *\\n * _.map(objects, _.property('a.b'));\\n * // => [2, 1]\\n *\\n * _.map(_.sortBy(objects, _.property(['a', 'b'])), 'a.b');\\n * // => [1, 2]\\n */\\nfunction property(path) {\\n  return isKey(path) ? baseProperty(toKey(path)) : basePropertyDeep(path);\\n}\\n\\nmodule.exports = property;\\n\"\n    },\n    {\n      \"id\": 248,\n      \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_baseProperty.js\",\n      \"name\": \"./node_modules/lodash/_baseProperty.js\",\n      \"index\": 157,\n      \"index2\": 152,\n      \"size\": 360,\n      \"cacheable\": true,\n      \"built\": true,\n      \"optional\": false,\n      \"prefetched\": false,\n      \"chunks\": [\n        2\n      ],\n      \"issuer\": \"/Users/jarred/Code/styleurl/node_modules/lodash/property.js\",\n      \"issuerId\": 247,\n      \"issuerName\": \"./node_modules/lodash/property.js\",\n      \"issuerPath\": [\n        {\n          \"id\": 191,\n          \"identifier\": \"multi /Users/jarred/Code/styleurl/webpack/customPublicPath /Users/jarred/Code/styleurl/chrome/extension/background\",\n          \"name\": \"multi ./webpack/customPublicPath ./chrome/extension/background\",\n          \"profile\": {\n            \"factory\": 0,\n            \"building\": 0,\n            \"dependencies\": 54\n          }\n        },\n        {\n          \"id\": 192,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/background.js\",\n          \"name\": \"./chrome/extension/background.js\",\n          \"profile\": {\n            \"factory\": 54,\n            \"building\": 639,\n            \"dependencies\": 140\n          }\n        },\n        {\n          \"id\": 193,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/findIndex.js\",\n          \"name\": \"./node_modules/lodash/findIndex.js\",\n          \"profile\": {\n            \"factory\": 140,\n            \"building\": 568,\n            \"dependencies\": 1\n          }\n        },\n        {\n          \"id\": 195,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_baseIteratee.js\",\n          \"name\": \"./node_modules/lodash/_baseIteratee.js\",\n          \"profile\": {\n            \"factory\": 245,\n            \"building\": 75,\n            \"dependencies\": 1\n          }\n        },\n        {\n          \"id\": 247,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/property.js\",\n          \"name\": \"./node_modules/lodash/property.js\",\n          \"profile\": {\n            \"factory\": 82,\n            \"building\": 104,\n            \"dependencies\": 78\n          }\n        }\n      ],\n      \"profile\": {\n        \"factory\": 77,\n        \"building\": 21,\n        \"dependencies\": 37\n      },\n      \"failed\": false,\n      \"errors\": 0,\n      \"warnings\": 0,\n      \"assets\": [],\n      \"reasons\": [\n        {\n          \"moduleId\": 247,\n          \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/property.js\",\n          \"module\": \"./node_modules/lodash/property.js\",\n          \"moduleName\": \"./node_modules/lodash/property.js\",\n          \"type\": \"cjs require\",\n          \"userRequest\": \"./_baseProperty\",\n          \"loc\": \"1:19-45\"\n        }\n      ],\n      \"usedExports\": true,\n      \"providedExports\": null,\n      \"optimizationBailout\": [\n        \"ModuleConcatenation bailout: Module is not an ECMAScript module\"\n      ],\n      \"depth\": 5,\n      \"source\": \"/**\\n * The base implementation of `_.property` without support for deep paths.\\n *\\n * @private\\n * @param {string} key The key of the property to get.\\n * @returns {Function} Returns the new accessor function.\\n */\\nfunction baseProperty(key) {\\n  return function(object) {\\n    return object == null ? undefined : object[key];\\n  };\\n}\\n\\nmodule.exports = baseProperty;\\n\"\n    },\n    {\n      \"id\": 249,\n      \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_basePropertyDeep.js\",\n      \"name\": \"./node_modules/lodash/_basePropertyDeep.js\",\n      \"index\": 158,\n      \"index2\": 153,\n      \"size\": 391,\n      \"cacheable\": true,\n      \"built\": true,\n      \"optional\": false,\n      \"prefetched\": false,\n      \"chunks\": [\n        2\n      ],\n      \"issuer\": \"/Users/jarred/Code/styleurl/node_modules/lodash/property.js\",\n      \"issuerId\": 247,\n      \"issuerName\": \"./node_modules/lodash/property.js\",\n      \"issuerPath\": [\n        {\n          \"id\": 191,\n          \"identifier\": \"multi /Users/jarred/Code/styleurl/webpack/customPublicPath /Users/jarred/Code/styleurl/chrome/extension/background\",\n          \"name\": \"multi ./webpack/customPublicPath ./chrome/extension/background\",\n          \"profile\": {\n            \"factory\": 0,\n            \"building\": 0,\n            \"dependencies\": 54\n          }\n        },\n        {\n          \"id\": 192,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/background.js\",\n          \"name\": \"./chrome/extension/background.js\",\n          \"profile\": {\n            \"factory\": 54,\n            \"building\": 639,\n            \"dependencies\": 140\n          }\n        },\n        {\n          \"id\": 193,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/findIndex.js\",\n          \"name\": \"./node_modules/lodash/findIndex.js\",\n          \"profile\": {\n            \"factory\": 140,\n            \"building\": 568,\n            \"dependencies\": 1\n          }\n        },\n        {\n          \"id\": 195,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_baseIteratee.js\",\n          \"name\": \"./node_modules/lodash/_baseIteratee.js\",\n          \"profile\": {\n            \"factory\": 245,\n            \"building\": 75,\n            \"dependencies\": 1\n          }\n        },\n        {\n          \"id\": 247,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/property.js\",\n          \"name\": \"./node_modules/lodash/property.js\",\n          \"profile\": {\n            \"factory\": 82,\n            \"building\": 104,\n            \"dependencies\": 78\n          }\n        }\n      ],\n      \"profile\": {\n        \"factory\": 77,\n        \"building\": 21,\n        \"dependencies\": 37\n      },\n      \"failed\": false,\n      \"errors\": 0,\n      \"warnings\": 0,\n      \"assets\": [],\n      \"reasons\": [\n        {\n          \"moduleId\": 247,\n          \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/property.js\",\n          \"module\": \"./node_modules/lodash/property.js\",\n          \"moduleName\": \"./node_modules/lodash/property.js\",\n          \"type\": \"cjs require\",\n          \"userRequest\": \"./_basePropertyDeep\",\n          \"loc\": \"2:23-53\"\n        }\n      ],\n      \"usedExports\": true,\n      \"providedExports\": null,\n      \"optimizationBailout\": [\n        \"ModuleConcatenation bailout: Module is not an ECMAScript module\"\n      ],\n      \"depth\": 5,\n      \"source\": \"var baseGet = require('./_baseGet');\\n\\n/**\\n * A specialized version of `baseProperty` which supports deep paths.\\n *\\n * @private\\n * @param {Array|string} path The path of the property to get.\\n * @returns {Function} Returns the new accessor function.\\n */\\nfunction basePropertyDeep(path) {\\n  return function(object) {\\n    return baseGet(object, path);\\n  };\\n}\\n\\nmodule.exports = basePropertyDeep;\\n\"\n    },\n    {\n      \"id\": 250,\n      \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/toInteger.js\",\n      \"name\": \"./node_modules/lodash/toInteger.js\",\n      \"index\": 159,\n      \"index2\": 158,\n      \"size\": 760,\n      \"cacheable\": true,\n      \"built\": true,\n      \"optional\": false,\n      \"prefetched\": false,\n      \"chunks\": [\n        2\n      ],\n      \"issuer\": \"/Users/jarred/Code/styleurl/node_modules/lodash/findIndex.js\",\n      \"issuerId\": 193,\n      \"issuerName\": \"./node_modules/lodash/findIndex.js\",\n      \"issuerPath\": [\n        {\n          \"id\": 191,\n          \"identifier\": \"multi /Users/jarred/Code/styleurl/webpack/customPublicPath /Users/jarred/Code/styleurl/chrome/extension/background\",\n          \"name\": \"multi ./webpack/customPublicPath ./chrome/extension/background\",\n          \"profile\": {\n            \"factory\": 0,\n            \"building\": 0,\n            \"dependencies\": 54\n          }\n        },\n        {\n          \"id\": 192,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/background.js\",\n          \"name\": \"./chrome/extension/background.js\",\n          \"profile\": {\n            \"factory\": 54,\n            \"building\": 639,\n            \"dependencies\": 140\n          }\n        },\n        {\n          \"id\": 193,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/findIndex.js\",\n          \"name\": \"./node_modules/lodash/findIndex.js\",\n          \"profile\": {\n            \"factory\": 140,\n            \"building\": 568,\n            \"dependencies\": 1\n          }\n        }\n      ],\n      \"profile\": {\n        \"factory\": 245,\n        \"building\": 75,\n        \"dependencies\": 1\n      },\n      \"failed\": false,\n      \"errors\": 0,\n      \"warnings\": 0,\n      \"assets\": [],\n      \"reasons\": [\n        {\n          \"moduleId\": 193,\n          \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/findIndex.js\",\n          \"module\": \"./node_modules/lodash/findIndex.js\",\n          \"moduleName\": \"./node_modules/lodash/findIndex.js\",\n          \"type\": \"cjs require\",\n          \"userRequest\": \"./toInteger\",\n          \"loc\": \"3:16-38\"\n        }\n      ],\n      \"usedExports\": true,\n      \"providedExports\": null,\n      \"optimizationBailout\": [\n        \"ModuleConcatenation bailout: Module is not an ECMAScript module\"\n      ],\n      \"depth\": 3,\n      \"source\": \"var toFinite = require('./toFinite');\\n\\n/**\\n * Converts `value` to an integer.\\n *\\n * **Note:** This method is loosely based on\\n * [`ToInteger`](http://www.ecma-international.org/ecma-262/7.0/#sec-tointeger).\\n *\\n * @static\\n * @memberOf _\\n * @since 4.0.0\\n * @category Lang\\n * @param {*} value The value to convert.\\n * @returns {number} Returns the converted integer.\\n * @example\\n *\\n * _.toInteger(3.2);\\n * // => 3\\n *\\n * _.toInteger(Number.MIN_VALUE);\\n * // => 0\\n *\\n * _.toInteger(Infinity);\\n * // => 1.7976931348623157e+308\\n *\\n * _.toInteger('3.2');\\n * // => 3\\n */\\nfunction toInteger(value) {\\n  var result = toFinite(value),\\n      remainder = result % 1;\\n\\n  return result === result ? (remainder ? result - remainder : result) : 0;\\n}\\n\\nmodule.exports = toInteger;\\n\"\n    },\n    {\n      \"id\": 251,\n      \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/toFinite.js\",\n      \"name\": \"./node_modules/lodash/toFinite.js\",\n      \"index\": 160,\n      \"index2\": 157,\n      \"size\": 868,\n      \"cacheable\": true,\n      \"built\": true,\n      \"optional\": false,\n      \"prefetched\": false,\n      \"chunks\": [\n        2\n      ],\n      \"issuer\": \"/Users/jarred/Code/styleurl/node_modules/lodash/toInteger.js\",\n      \"issuerId\": 250,\n      \"issuerName\": \"./node_modules/lodash/toInteger.js\",\n      \"issuerPath\": [\n        {\n          \"id\": 191,\n          \"identifier\": \"multi /Users/jarred/Code/styleurl/webpack/customPublicPath /Users/jarred/Code/styleurl/chrome/extension/background\",\n          \"name\": \"multi ./webpack/customPublicPath ./chrome/extension/background\",\n          \"profile\": {\n            \"factory\": 0,\n            \"building\": 0,\n            \"dependencies\": 54\n          }\n        },\n        {\n          \"id\": 192,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/background.js\",\n          \"name\": \"./chrome/extension/background.js\",\n          \"profile\": {\n            \"factory\": 54,\n            \"building\": 639,\n            \"dependencies\": 140\n          }\n        },\n        {\n          \"id\": 193,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/findIndex.js\",\n          \"name\": \"./node_modules/lodash/findIndex.js\",\n          \"profile\": {\n            \"factory\": 140,\n            \"building\": 568,\n            \"dependencies\": 1\n          }\n        },\n        {\n          \"id\": 250,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/toInteger.js\",\n          \"name\": \"./node_modules/lodash/toInteger.js\",\n          \"profile\": {\n            \"factory\": 245,\n            \"building\": 75,\n            \"dependencies\": 1\n          }\n        }\n      ],\n      \"profile\": {\n        \"factory\": 82,\n        \"building\": 103\n      },\n      \"failed\": false,\n      \"errors\": 0,\n      \"warnings\": 0,\n      \"assets\": [],\n      \"reasons\": [\n        {\n          \"moduleId\": 250,\n          \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/toInteger.js\",\n          \"module\": \"./node_modules/lodash/toInteger.js\",\n          \"moduleName\": \"./node_modules/lodash/toInteger.js\",\n          \"type\": \"cjs require\",\n          \"userRequest\": \"./toFinite\",\n          \"loc\": \"1:15-36\"\n        }\n      ],\n      \"usedExports\": true,\n      \"providedExports\": null,\n      \"optimizationBailout\": [\n        \"ModuleConcatenation bailout: Module is not an ECMAScript module\"\n      ],\n      \"depth\": 4,\n      \"source\": \"var toNumber = require('./toNumber');\\n\\n/** Used as references for various `Number` constants. */\\nvar INFINITY = 1 / 0,\\n    MAX_INTEGER = 1.7976931348623157e+308;\\n\\n/**\\n * Converts `value` to a finite number.\\n *\\n * @static\\n * @memberOf _\\n * @since 4.12.0\\n * @category Lang\\n * @param {*} value The value to convert.\\n * @returns {number} Returns the converted number.\\n * @example\\n *\\n * _.toFinite(3.2);\\n * // => 3.2\\n *\\n * _.toFinite(Number.MIN_VALUE);\\n * // => 5e-324\\n *\\n * _.toFinite(Infinity);\\n * // => 1.7976931348623157e+308\\n *\\n * _.toFinite('3.2');\\n * // => 3.2\\n */\\nfunction toFinite(value) {\\n  if (!value) {\\n    return value === 0 ? value : 0;\\n  }\\n  value = toNumber(value);\\n  if (value === INFINITY || value === -INFINITY) {\\n    var sign = (value < 0 ? -1 : 1);\\n    return sign * MAX_INTEGER;\\n  }\\n  return value === value ? value : 0;\\n}\\n\\nmodule.exports = toFinite;\\n\"\n    },\n    {\n      \"id\": 252,\n      \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/toNumber.js\",\n      \"name\": \"./node_modules/lodash/toNumber.js\",\n      \"index\": 161,\n      \"index2\": 156,\n      \"size\": 1572,\n      \"cacheable\": true,\n      \"built\": true,\n      \"optional\": false,\n      \"prefetched\": false,\n      \"chunks\": [\n        2\n      ],\n      \"issuer\": \"/Users/jarred/Code/styleurl/node_modules/lodash/toFinite.js\",\n      \"issuerId\": 251,\n      \"issuerName\": \"./node_modules/lodash/toFinite.js\",\n      \"issuerPath\": [\n        {\n          \"id\": 191,\n          \"identifier\": \"multi /Users/jarred/Code/styleurl/webpack/customPublicPath /Users/jarred/Code/styleurl/chrome/extension/background\",\n          \"name\": \"multi ./webpack/customPublicPath ./chrome/extension/background\",\n          \"profile\": {\n            \"factory\": 0,\n            \"building\": 0,\n            \"dependencies\": 54\n          }\n        },\n        {\n          \"id\": 192,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/background.js\",\n          \"name\": \"./chrome/extension/background.js\",\n          \"profile\": {\n            \"factory\": 54,\n            \"building\": 639,\n            \"dependencies\": 140\n          }\n        },\n        {\n          \"id\": 193,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/findIndex.js\",\n          \"name\": \"./node_modules/lodash/findIndex.js\",\n          \"profile\": {\n            \"factory\": 140,\n            \"building\": 568,\n            \"dependencies\": 1\n          }\n        },\n        {\n          \"id\": 250,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/toInteger.js\",\n          \"name\": \"./node_modules/lodash/toInteger.js\",\n          \"profile\": {\n            \"factory\": 245,\n            \"building\": 75,\n            \"dependencies\": 1\n          }\n        },\n        {\n          \"id\": 251,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/toFinite.js\",\n          \"name\": \"./node_modules/lodash/toFinite.js\",\n          \"profile\": {\n            \"factory\": 82,\n            \"building\": 103\n          }\n        }\n      ],\n      \"profile\": {\n        \"factory\": 77,\n        \"building\": 21,\n        \"dependencies\": 37\n      },\n      \"failed\": false,\n      \"errors\": 0,\n      \"warnings\": 0,\n      \"assets\": [],\n      \"reasons\": [\n        {\n          \"moduleId\": 251,\n          \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/toFinite.js\",\n          \"module\": \"./node_modules/lodash/toFinite.js\",\n          \"moduleName\": \"./node_modules/lodash/toFinite.js\",\n          \"type\": \"cjs require\",\n          \"userRequest\": \"./toNumber\",\n          \"loc\": \"1:15-36\"\n        }\n      ],\n      \"usedExports\": true,\n      \"providedExports\": null,\n      \"optimizationBailout\": [\n        \"ModuleConcatenation bailout: Module is not an ECMAScript module\"\n      ],\n      \"depth\": 5,\n      \"source\": \"var isObject = require('./isObject'),\\n    isSymbol = require('./isSymbol');\\n\\n/** Used as references for various `Number` constants. */\\nvar NAN = 0 / 0;\\n\\n/** Used to match leading and trailing whitespace. */\\nvar reTrim = /^\\\\s+|\\\\s+$/g;\\n\\n/** Used to detect bad signed hexadecimal string values. */\\nvar reIsBadHex = /^[-+]0x[0-9a-f]+$/i;\\n\\n/** Used to detect binary string values. */\\nvar reIsBinary = /^0b[01]+$/i;\\n\\n/** Used to detect octal string values. */\\nvar reIsOctal = /^0o[0-7]+$/i;\\n\\n/** Built-in method references without a dependency on `root`. */\\nvar freeParseInt = parseInt;\\n\\n/**\\n * Converts `value` to a number.\\n *\\n * @static\\n * @memberOf _\\n * @since 4.0.0\\n * @category Lang\\n * @param {*} value The value to process.\\n * @returns {number} Returns the number.\\n * @example\\n *\\n * _.toNumber(3.2);\\n * // => 3.2\\n *\\n * _.toNumber(Number.MIN_VALUE);\\n * // => 5e-324\\n *\\n * _.toNumber(Infinity);\\n * // => Infinity\\n *\\n * _.toNumber('3.2');\\n * // => 3.2\\n */\\nfunction toNumber(value) {\\n  if (typeof value == 'number') {\\n    return value;\\n  }\\n  if (isSymbol(value)) {\\n    return NAN;\\n  }\\n  if (isObject(value)) {\\n    var other = typeof value.valueOf == 'function' ? value.valueOf() : value;\\n    value = isObject(other) ? (other + '') : other;\\n  }\\n  if (typeof value != 'string') {\\n    return value === 0 ? value : +value;\\n  }\\n  value = value.replace(reTrim, '');\\n  var isBinary = reIsBinary.test(value);\\n  return (isBinary || reIsOctal.test(value))\\n    ? freeParseInt(value.slice(2), isBinary ? 2 : 8)\\n    : (reIsBadHex.test(value) ? NAN : +value);\\n}\\n\\nmodule.exports = toNumber;\\n\"\n    },\n    {\n      \"id\": 253,\n      \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/values.js\",\n      \"name\": \"./node_modules/lodash/values.js\",\n      \"index\": 162,\n      \"index2\": 161,\n      \"size\": 733,\n      \"cacheable\": true,\n      \"built\": true,\n      \"optional\": false,\n      \"prefetched\": false,\n      \"chunks\": [\n        2\n      ],\n      \"issuer\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/background.js\",\n      \"issuerId\": 192,\n      \"issuerName\": \"./chrome/extension/background.js\",\n      \"issuerPath\": [\n        {\n          \"id\": 191,\n          \"identifier\": \"multi /Users/jarred/Code/styleurl/webpack/customPublicPath /Users/jarred/Code/styleurl/chrome/extension/background\",\n          \"name\": \"multi ./webpack/customPublicPath ./chrome/extension/background\",\n          \"profile\": {\n            \"factory\": 0,\n            \"building\": 0,\n            \"dependencies\": 54\n          }\n        },\n        {\n          \"id\": 192,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/background.js\",\n          \"name\": \"./chrome/extension/background.js\",\n          \"profile\": {\n            \"factory\": 54,\n            \"building\": 639,\n            \"dependencies\": 140\n          }\n        }\n      ],\n      \"profile\": {\n        \"factory\": 140,\n        \"building\": 568,\n        \"dependencies\": 1\n      },\n      \"failed\": false,\n      \"errors\": 0,\n      \"warnings\": 0,\n      \"assets\": [],\n      \"reasons\": [\n        {\n          \"moduleId\": 192,\n          \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/background.js\",\n          \"module\": \"./chrome/extension/background.js\",\n          \"moduleName\": \"./chrome/extension/background.js\",\n          \"type\": \"cjs require\",\n          \"userRequest\": \"lodash/values\",\n          \"loc\": \"7:38-62\"\n        }\n      ],\n      \"usedExports\": true,\n      \"providedExports\": null,\n      \"optimizationBailout\": [\n        \"ModuleConcatenation bailout: Module is not an ECMAScript module\"\n      ],\n      \"depth\": 2,\n      \"source\": \"var baseValues = require('./_baseValues'),\\n    keys = require('./keys');\\n\\n/**\\n * Creates an array of the own enumerable string keyed property values of `object`.\\n *\\n * **Note:** Non-object values are coerced to objects.\\n *\\n * @static\\n * @since 0.1.0\\n * @memberOf _\\n * @category Object\\n * @param {Object} object The object to query.\\n * @returns {Array} Returns the array of property values.\\n * @example\\n *\\n * function Foo() {\\n *   this.a = 1;\\n *   this.b = 2;\\n * }\\n *\\n * Foo.prototype.c = 3;\\n *\\n * _.values(new Foo);\\n * // => [1, 2] (iteration order is not guaranteed)\\n *\\n * _.values('hi');\\n * // => ['h', 'i']\\n */\\nfunction values(object) {\\n  return object == null ? [] : baseValues(object, keys(object));\\n}\\n\\nmodule.exports = values;\\n\"\n    },\n    {\n      \"id\": 254,\n      \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_baseValues.js\",\n      \"name\": \"./node_modules/lodash/_baseValues.js\",\n      \"index\": 163,\n      \"index2\": 160,\n      \"size\": 534,\n      \"cacheable\": true,\n      \"built\": true,\n      \"optional\": false,\n      \"prefetched\": false,\n      \"chunks\": [\n        2\n      ],\n      \"issuer\": \"/Users/jarred/Code/styleurl/node_modules/lodash/values.js\",\n      \"issuerId\": 253,\n      \"issuerName\": \"./node_modules/lodash/values.js\",\n      \"issuerPath\": [\n        {\n          \"id\": 191,\n          \"identifier\": \"multi /Users/jarred/Code/styleurl/webpack/customPublicPath /Users/jarred/Code/styleurl/chrome/extension/background\",\n          \"name\": \"multi ./webpack/customPublicPath ./chrome/extension/background\",\n          \"profile\": {\n            \"factory\": 0,\n            \"building\": 0,\n            \"dependencies\": 54\n          }\n        },\n        {\n          \"id\": 192,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/background.js\",\n          \"name\": \"./chrome/extension/background.js\",\n          \"profile\": {\n            \"factory\": 54,\n            \"building\": 639,\n            \"dependencies\": 140\n          }\n        },\n        {\n          \"id\": 253,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/values.js\",\n          \"name\": \"./node_modules/lodash/values.js\",\n          \"profile\": {\n            \"factory\": 140,\n            \"building\": 568,\n            \"dependencies\": 1\n          }\n        }\n      ],\n      \"profile\": {\n        \"factory\": 261,\n        \"building\": 58\n      },\n      \"failed\": false,\n      \"errors\": 0,\n      \"warnings\": 0,\n      \"assets\": [],\n      \"reasons\": [\n        {\n          \"moduleId\": 253,\n          \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/values.js\",\n          \"module\": \"./node_modules/lodash/values.js\",\n          \"moduleName\": \"./node_modules/lodash/values.js\",\n          \"type\": \"cjs require\",\n          \"userRequest\": \"./_baseValues\",\n          \"loc\": \"1:17-41\"\n        }\n      ],\n      \"usedExports\": true,\n      \"providedExports\": null,\n      \"optimizationBailout\": [\n        \"ModuleConcatenation bailout: Module is not an ECMAScript module\"\n      ],\n      \"depth\": 3,\n      \"source\": \"var arrayMap = require('./_arrayMap');\\n\\n/**\\n * The base implementation of `_.values` and `_.valuesIn` which creates an\\n * array of `object` property values corresponding to the property names\\n * of `props`.\\n *\\n * @private\\n * @param {Object} object The object to query.\\n * @param {Array} props The property names to get values for.\\n * @returns {Object} Returns the array of property values.\\n */\\nfunction baseValues(object, props) {\\n  return arrayMap(props, function(key) {\\n    return object[key];\\n  });\\n}\\n\\nmodule.exports = baseValues;\\n\"\n    },\n    {\n      \"id\": 255,\n      \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/stylesheet-differ/lib/index.js\",\n      \"name\": \"./node_modules/stylesheet-differ/lib/index.js\",\n      \"index\": 209,\n      \"index2\": 333,\n      \"size\": 873,\n      \"cacheable\": true,\n      \"built\": true,\n      \"optional\": false,\n      \"prefetched\": false,\n      \"chunks\": [\n        2\n      ],\n      \"issuer\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/background.js\",\n      \"issuerId\": 192,\n      \"issuerName\": \"./chrome/extension/background.js\",\n      \"issuerPath\": [\n        {\n          \"id\": 191,\n          \"identifier\": \"multi /Users/jarred/Code/styleurl/webpack/customPublicPath /Users/jarred/Code/styleurl/chrome/extension/background\",\n          \"name\": \"multi ./webpack/customPublicPath ./chrome/extension/background\",\n          \"profile\": {\n            \"factory\": 0,\n            \"building\": 0,\n            \"dependencies\": 54\n          }\n        },\n        {\n          \"id\": 192,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/background.js\",\n          \"name\": \"./chrome/extension/background.js\",\n          \"profile\": {\n            \"factory\": 54,\n            \"building\": 639,\n            \"dependencies\": 140\n          }\n        }\n      ],\n      \"profile\": {\n        \"factory\": 140,\n        \"building\": 568,\n        \"dependencies\": 1\n      },\n      \"failed\": false,\n      \"errors\": 0,\n      \"warnings\": 0,\n      \"assets\": [],\n      \"reasons\": [\n        {\n          \"moduleId\": 192,\n          \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/background.js\",\n          \"module\": \"./chrome/extension/background.js\",\n          \"moduleName\": \"./chrome/extension/background.js\",\n          \"type\": \"cjs require\",\n          \"userRequest\": \"stylesheet-differ\",\n          \"loc\": \"19:47-75\"\n        }\n      ],\n      \"usedExports\": true,\n      \"providedExports\": null,\n      \"optimizationBailout\": [\n        \"ModuleConcatenation bailout: Module is not an ECMAScript module\"\n      ],\n      \"depth\": 2,\n      \"source\": \"const nativeCSS = require('native-css')\\nconst cssobj_core = require('cssobj-core')\\nconst cssobj_plugin_gencss = require('cssobj-plugin-gencss')\\nconst _ = require('lodash')\\n\\nconst cssobj = cssobj_core({\\n  plugins: [cssobj_plugin_gencss({ indent: '  ', newLine: '\\\\n' })],\\n})\\n\\nconst stylemapper = d => {\\n  const key = d.key === '' ? '*' : d.key\\n\\n  const map = {\\n    [key]: d.obj,\\n  }\\n\\n  const oldProps = Object.keys(d.lastRaw)\\n  const newProps = Object.keys(d.obj)\\n\\n  _.difference(oldProps, newProps).forEach(prop => {\\n    map[key][prop] = 'unset'\\n  })\\n\\n  return cssobj(map).css\\n}\\n\\nmodule.exports = (style, change) => {\\n  const obj = cssobj(nativeCSS.convert(style))\\n  const diff = obj.update(nativeCSS.convert(change)).diff\\n  let styles = []\\n\\n  Object.keys(diff).forEach(dk => {\\n    styles = styles.concat(diff[dk].map(stylemapper))\\n  })\\n\\n  return styles.join(`\\\\n`).trim()\\n}\\n\"\n    },\n    {\n      \"id\": 256,\n      \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/native-css/index.js\",\n      \"name\": \"./node_modules/native-css/index.js\",\n      \"index\": 210,\n      \"index2\": 329,\n      \"size\": 49,\n      \"cacheable\": true,\n      \"built\": true,\n      \"optional\": false,\n      \"prefetched\": false,\n      \"chunks\": [\n        2\n      ],\n      \"issuer\": \"/Users/jarred/Code/styleurl/node_modules/stylesheet-differ/lib/index.js\",\n      \"issuerId\": 255,\n      \"issuerName\": \"./node_modules/stylesheet-differ/lib/index.js\",\n      \"issuerPath\": [\n        {\n          \"id\": 191,\n          \"identifier\": \"multi /Users/jarred/Code/styleurl/webpack/customPublicPath /Users/jarred/Code/styleurl/chrome/extension/background\",\n          \"name\": \"multi ./webpack/customPublicPath ./chrome/extension/background\",\n          \"profile\": {\n            \"factory\": 0,\n            \"building\": 0,\n            \"dependencies\": 54\n          }\n        },\n        {\n          \"id\": 192,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/background.js\",\n          \"name\": \"./chrome/extension/background.js\",\n          \"profile\": {\n            \"factory\": 54,\n            \"building\": 639,\n            \"dependencies\": 140\n          }\n        },\n        {\n          \"id\": 255,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/stylesheet-differ/lib/index.js\",\n          \"name\": \"./node_modules/stylesheet-differ/lib/index.js\",\n          \"profile\": {\n            \"factory\": 140,\n            \"building\": 568,\n            \"dependencies\": 1\n          }\n        }\n      ],\n      \"profile\": {\n        \"factory\": 189,\n        \"building\": 603,\n        \"dependencies\": 1\n      },\n      \"failed\": false,\n      \"errors\": 0,\n      \"warnings\": 0,\n      \"assets\": [],\n      \"reasons\": [\n        {\n          \"moduleId\": 255,\n          \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/stylesheet-differ/lib/index.js\",\n          \"module\": \"./node_modules/stylesheet-differ/lib/index.js\",\n          \"moduleName\": \"./node_modules/stylesheet-differ/lib/index.js\",\n          \"type\": \"cjs require\",\n          \"userRequest\": \"native-css\",\n          \"loc\": \"1:18-39\"\n        }\n      ],\n      \"usedExports\": true,\n      \"providedExports\": null,\n      \"optimizationBailout\": [\n        \"ModuleConcatenation bailout: Module is not an ECMAScript module\"\n      ],\n      \"depth\": 3,\n      \"source\": \"module.exports = require('./src/native-css.js');\\n\"\n    },\n    {\n      \"id\": 257,\n      \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/native-css/src/native-css.js\",\n      \"name\": \"./node_modules/native-css/src/native-css.js\",\n      \"index\": 211,\n      \"index2\": 328,\n      \"size\": 4680,\n      \"cacheable\": true,\n      \"built\": true,\n      \"optional\": false,\n      \"prefetched\": false,\n      \"chunks\": [\n        2\n      ],\n      \"issuer\": \"/Users/jarred/Code/styleurl/node_modules/native-css/index.js\",\n      \"issuerId\": 256,\n      \"issuerName\": \"./node_modules/native-css/index.js\",\n      \"issuerPath\": [\n        {\n          \"id\": 191,\n          \"identifier\": \"multi /Users/jarred/Code/styleurl/webpack/customPublicPath /Users/jarred/Code/styleurl/chrome/extension/background\",\n          \"name\": \"multi ./webpack/customPublicPath ./chrome/extension/background\",\n          \"profile\": {\n            \"factory\": 0,\n            \"building\": 0,\n            \"dependencies\": 54\n          }\n        },\n        {\n          \"id\": 192,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/background.js\",\n          \"name\": \"./chrome/extension/background.js\",\n          \"profile\": {\n            \"factory\": 54,\n            \"building\": 639,\n            \"dependencies\": 140\n          }\n        },\n        {\n          \"id\": 255,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/stylesheet-differ/lib/index.js\",\n          \"name\": \"./node_modules/stylesheet-differ/lib/index.js\",\n          \"profile\": {\n            \"factory\": 140,\n            \"building\": 568,\n            \"dependencies\": 1\n          }\n        },\n        {\n          \"id\": 256,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/native-css/index.js\",\n          \"name\": \"./node_modules/native-css/index.js\",\n          \"profile\": {\n            \"factory\": 189,\n            \"building\": 603,\n            \"dependencies\": 1\n          }\n        }\n      ],\n      \"profile\": {\n        \"factory\": 26,\n        \"building\": 63,\n        \"dependencies\": 14\n      },\n      \"failed\": false,\n      \"errors\": 0,\n      \"warnings\": 0,\n      \"assets\": [],\n      \"reasons\": [\n        {\n          \"moduleId\": 256,\n          \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/native-css/index.js\",\n          \"module\": \"./node_modules/native-css/index.js\",\n          \"moduleName\": \"./node_modules/native-css/index.js\",\n          \"type\": \"cjs require\",\n          \"userRequest\": \"./src/native-css.js\",\n          \"loc\": \"1:17-47\"\n        }\n      ],\n      \"usedExports\": true,\n      \"providedExports\": null,\n      \"optimizationBailout\": [\n        \"ModuleConcatenation bailout: Module is not an ECMAScript module\"\n      ],\n      \"depth\": 4,\n      \"source\": \"'use strict';\\n\\nvar packageJson = require('../package.json'),\\n  lib = require('../lib'),\\n  cssParser = require('css'),\\n  fetchUrl = require('fetch').fetchUrl;\\n\\nvar nativeCSS = function() {};\\n\\nnativeCSS.prototype.version = function() {\\n  return ('native-css version: ' + packageJson.version)\\n}\\n\\nnativeCSS.prototype.help = function() {\\n  return lib.readFile(__dirname + '/../docs/help.md')\\n}\\n\\nnativeCSS.prototype.indentObject = function(obj, indent) {\\n  var self = this,\\n    result = '';\\n  return JSON.stringify(obj, null, indent || 0);\\n}\\n\\nnativeCSS.prototype.nameGenerator = function(name) {\\n  name = name.replace(/\\\\s\\\\s+/g, ' ');\\n  name = name.replace(/[^a-zA-Z0-9]/g, '_');\\n  name = name.replace(/^_+/g, '');\\n  name = name.replace(/_+$/g, '');\\n  return name;\\n}\\n\\nnativeCSS.prototype.mediaNameGenerator = function(name) {\\n  return '@media ' + name;\\n}\\n\\nfunction transformRules(self, rules, result) {\\n  rules.forEach(function(rule) {\\n    var obj = {};\\n    if (rule.type === 'media') {\\n      var name = self.mediaNameGenerator(rule.media);\\n      var media = result[name] = result[name] || {\\n        \\\"__expression__\\\": rule.media\\n      };\\n      transformRules(self, rule.rules, media)\\n    } else if (rule.type === 'rule') {\\n      rule.declarations.forEach(function(declaration) {\\n        if (declaration.type === 'declaration') {\\n          var cssProperty = lib.camelize(declaration.property)\\n          obj[cssProperty] = declaration.value;\\n        }\\n      });\\n      rule.selectors.forEach(function(selector) {\\n        var name = self.nameGenerator(selector.trim());\\n        result[name] = obj;\\n      });\\n    }\\n  });\\n}\\n\\nnativeCSS.prototype.transform = function(css) {\\n  var result = {};\\n  transformRules(this, css.stylesheet.rules, result);\\n  return result;\\n}\\n\\nnativeCSS.prototype.isUrl = function(str) {\\n  // feel free to use a better pattern\\n  var pattern = new RegExp('^(?:(?:http|https|ftp)://)(?:\\\\\\\\S+(?::\\\\\\\\S*)?@)?(?:(?:(?:[1-9]\\\\\\\\d?|1\\\\\\\\d\\\\\\\\d|2[01]\\\\\\\\d|22[0-3])(?:\\\\\\\\.(?:1?\\\\\\\\d{1,2}|2[0-4]\\\\\\\\d|25[0-5])){2}(?:\\\\\\\\.(?:[0-9]\\\\\\\\d?|1\\\\\\\\d\\\\\\\\d|2[0-4]\\\\\\\\d|25[0-4]))|(?:(?:[a-z\\\\\\\\u00a1-\\\\\\\\uffff0-9]+-?)*[a-z\\\\\\\\u00a1-\\\\\\\\uffff0-9]+)(?:\\\\\\\\.(?:[a-z\\\\\\\\u00a1-\\\\\\\\uffff0-9]+-?)*[a-z\\\\\\\\u00a1-\\\\\\\\uffff0-9]+)*(?:\\\\\\\\.(?:[a-z\\\\\\\\u00a1-\\\\\\\\uffff]{2,})))|localhost)(?::\\\\\\\\d{2,5})?(?:(/|\\\\\\\\?|#)[^\\\\\\\\s]*)?$', 'i');\\n  if (!pattern.test(str)) {\\n    return false;\\n  }\\n  return true;\\n}\\n\\nnativeCSS.prototype.fetchUrlAsync = function(cssFile) {\\n  return new Promise(function(resolve, reject) {\\n    fetchUrl(cssFile, function(err, meta, body) {\\n      if (err) throw err;\\n      try {\\n        resolve(body.toString());\\n      } catch (err) {\\n        reject(err);\\n      }\\n    });\\n  });\\n}\\n\\nnativeCSS.prototype.convertAsync = function(cssFile) {\\n  var self = this,\\n    path = process.cwd() + '/' + cssFile,\\n    error;\\n\\n  return new Promise(function(resolve, reject) {\\n    if (!self.isUrl(cssFile)) {\\n      if ((require('fs').existsSync(path))) {\\n        var css = lib.readFile(path);\\n        css = cssParser.parse(css, {\\n          silent: false,\\n          source: path\\n        });\\n        return resolve(self.transform.apply(self, css));\\n      } else {\\n        reject(new Error('Ooops!\\\\nError: CSS file not found!'));\\n      }\\n    } else {\\n      return self.fetchUrlAsync(cssFile)\\n        .catch(function(err) {\\n          reject(err);\\n        })\\n        .then(function(css) {\\n          var css = cssParser.parse(css, {\\n            silent: false,\\n            source: path\\n          });\\n          resolve(self.transform(css));\\n        });\\n    }\\n  });\\n};\\n\\nnativeCSS.prototype.convert = function(cssFile) {\\n  var self = this,\\n    path = process.cwd() + '/' + cssFile,\\n    css;\\n  // PATH given\\n  if ((require('fs').existsSync(path))) {\\n    css = lib.readFile(path);\\n  }\\n  // STRING given\\n  else if (typeof cssFile === 'string') {\\n    css = cssFile;\\n  }\\n  // Buffer given\\n  else if (cssFile instanceof Buffer) {\\n    css = cssFile.toString();\\n  }\\n  // URL given\\n  else if (this.isUrl(cssFile)) {\\n    return this.convertAsync(cssFile);\\n  }\\n  // unknown format\\n  else {\\n    return 'Ooops!\\\\nError: CSS file not found!';\\n  }\\n  css = cssParser.parse(css, {\\n    silent: false,\\n    source: path\\n  });\\n  return self.transform(css);\\n}\\n\\nnativeCSS.prototype.generateFile = function(obj, where, react) {\\n  if (!where || where.indexOf('--') > -1)\\n    return console.log('Please, set a output path!');\\n\\n  var self = this,\\n    body;\\n\\n  where = process.cwd() + '/' + where;\\n\\n  if (react) {\\n    lib.writeFile(where, 'var styles = StyleSheet.create({\\\\n');\\n    body = self.indentObject(obj, 2);\\n    lib.appendFile(where, body + '\\\\n});');\\n    return;\\n  }\\n\\n  body = self.indentObject({\\n    'styles': obj\\n  }, 2);\\n  lib.writeFile(where, body);\\n}\\n\\nmodule.exports = new nativeCSS();\\n\"\n    },\n    {\n      \"id\": 258,\n      \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/native-css/package.json\",\n      \"name\": \"./node_modules/native-css/package.json\",\n      \"index\": 212,\n      \"index2\": 207,\n      \"size\": 826,\n      \"cacheable\": true,\n      \"built\": true,\n      \"optional\": false,\n      \"prefetched\": false,\n      \"chunks\": [\n        2\n      ],\n      \"issuer\": \"/Users/jarred/Code/styleurl/node_modules/native-css/src/native-css.js\",\n      \"issuerId\": 257,\n      \"issuerName\": \"./node_modules/native-css/src/native-css.js\",\n      \"issuerPath\": [\n        {\n          \"id\": 191,\n          \"identifier\": \"multi /Users/jarred/Code/styleurl/webpack/customPublicPath /Users/jarred/Code/styleurl/chrome/extension/background\",\n          \"name\": \"multi ./webpack/customPublicPath ./chrome/extension/background\",\n          \"profile\": {\n            \"factory\": 0,\n            \"building\": 0,\n            \"dependencies\": 54\n          }\n        },\n        {\n          \"id\": 192,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/background.js\",\n          \"name\": \"./chrome/extension/background.js\",\n          \"profile\": {\n            \"factory\": 54,\n            \"building\": 639,\n            \"dependencies\": 140\n          }\n        },\n        {\n          \"id\": 255,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/stylesheet-differ/lib/index.js\",\n          \"name\": \"./node_modules/stylesheet-differ/lib/index.js\",\n          \"profile\": {\n            \"factory\": 140,\n            \"building\": 568,\n            \"dependencies\": 1\n          }\n        },\n        {\n          \"id\": 256,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/native-css/index.js\",\n          \"name\": \"./node_modules/native-css/index.js\",\n          \"profile\": {\n            \"factory\": 189,\n            \"building\": 603,\n            \"dependencies\": 1\n          }\n        },\n        {\n          \"id\": 257,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/native-css/src/native-css.js\",\n          \"name\": \"./node_modules/native-css/src/native-css.js\",\n          \"profile\": {\n            \"factory\": 26,\n            \"building\": 63,\n            \"dependencies\": 14\n          }\n        }\n      ],\n      \"profile\": {\n        \"factory\": 117,\n        \"building\": 25,\n        \"dependencies\": 27\n      },\n      \"failed\": false,\n      \"errors\": 0,\n      \"warnings\": 0,\n      \"assets\": [],\n      \"reasons\": [\n        {\n          \"moduleId\": 257,\n          \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/native-css/src/native-css.js\",\n          \"module\": \"./node_modules/native-css/src/native-css.js\",\n          \"moduleName\": \"./node_modules/native-css/src/native-css.js\",\n          \"type\": \"cjs require\",\n          \"userRequest\": \"../package.json\",\n          \"loc\": \"3:18-44\"\n        }\n      ],\n      \"usedExports\": true,\n      \"providedExports\": [\n        \"name\",\n        \"version\",\n        \"description\",\n        \"main\",\n        \"bin\",\n        \"directories\",\n        \"scripts\",\n        \"repository\",\n        \"keywords\",\n        \"author\",\n        \"license\",\n        \"preferGlobal\",\n        \"bugs\",\n        \"engines\",\n        \"homepage\",\n        \"devDependencies\",\n        \"dependencies\",\n        \"default\"\n      ],\n      \"optimizationBailout\": [\n        \"ModuleConcatenation bailout: Module is not an ECMAScript module\"\n      ],\n      \"depth\": 5,\n      \"source\": \"{\\n  \\\"name\\\": \\\"native-css\\\",\\n  \\\"version\\\": \\\"2.0.0\\\",\\n  \\\"description\\\": \\\"Convert pure CSS to javascript literal objects or React Style\\\",\\n  \\\"main\\\": \\\"index.js\\\",\\n  \\\"bin\\\": \\\"./bin/native-css.js\\\",\\n  \\\"directories\\\": {\\n    \\\"doc\\\": \\\"docs\\\"\\n  },\\n  \\\"scripts\\\": {\\n    \\\"test\\\": \\\"make test\\\"\\n  },\\n  \\\"repository\\\": {\\n    \\\"type\\\": \\\"git\\\",\\n    \\\"url\\\": \\\"https://github.com/raphamorim/native-css\\\"\\n  },\\n  \\\"keywords\\\": [\\n    \\\"react\\\",\\n    \\\"css\\\",\\n    \\\"react\\\",\\n    \\\"native\\\",\\n    \\\"convert\\\"\\n  ],\\n  \\\"author\\\": \\\"Raphael Amorim\\\",\\n  \\\"license\\\": \\\"MIT\\\",\\n  \\\"preferGlobal\\\": \\\"true\\\",\\n  \\\"bugs\\\": {\\n    \\\"url\\\": \\\"https://github.com/raphamorim/native-css/issues\\\"\\n  },\\n  \\\"engines\\\": {\\n    \\\"node\\\": \\\">=0.12.18\\\"\\n  },\\n  \\\"homepage\\\": \\\"https://github.com/raphamorim/native-css\\\",\\n  \\\"devDependencies\\\": {\\n    \\\"mocha\\\": \\\"^2.2.1\\\"\\n  },\\n  \\\"dependencies\\\": {\\n    \\\"css\\\": \\\"2.2.1\\\",\\n    \\\"fetch\\\": \\\"^1.0.1\\\"\\n  }\\n}\\n\"\n    },\n    {\n      \"id\": 259,\n      \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/native-css/lib/index.js\",\n      \"name\": \"./node_modules/native-css/lib/index.js\",\n      \"index\": 213,\n      \"index2\": 252,\n      \"size\": 651,\n      \"cacheable\": true,\n      \"built\": true,\n      \"optional\": false,\n      \"prefetched\": false,\n      \"chunks\": [\n        2\n      ],\n      \"issuer\": \"/Users/jarred/Code/styleurl/node_modules/native-css/src/native-css.js\",\n      \"issuerId\": 257,\n      \"issuerName\": \"./node_modules/native-css/src/native-css.js\",\n      \"issuerPath\": [\n        {\n          \"id\": 191,\n          \"identifier\": \"multi /Users/jarred/Code/styleurl/webpack/customPublicPath /Users/jarred/Code/styleurl/chrome/extension/background\",\n          \"name\": \"multi ./webpack/customPublicPath ./chrome/extension/background\",\n          \"profile\": {\n            \"factory\": 0,\n            \"building\": 0,\n            \"dependencies\": 54\n          }\n        },\n        {\n          \"id\": 192,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/background.js\",\n          \"name\": \"./chrome/extension/background.js\",\n          \"profile\": {\n            \"factory\": 54,\n            \"building\": 639,\n            \"dependencies\": 140\n          }\n        },\n        {\n          \"id\": 255,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/stylesheet-differ/lib/index.js\",\n          \"name\": \"./node_modules/stylesheet-differ/lib/index.js\",\n          \"profile\": {\n            \"factory\": 140,\n            \"building\": 568,\n            \"dependencies\": 1\n          }\n        },\n        {\n          \"id\": 256,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/native-css/index.js\",\n          \"name\": \"./node_modules/native-css/index.js\",\n          \"profile\": {\n            \"factory\": 189,\n            \"building\": 603,\n            \"dependencies\": 1\n          }\n        },\n        {\n          \"id\": 257,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/native-css/src/native-css.js\",\n          \"name\": \"./node_modules/native-css/src/native-css.js\",\n          \"profile\": {\n            \"factory\": 26,\n            \"building\": 63,\n            \"dependencies\": 14\n          }\n        }\n      ],\n      \"profile\": {\n        \"factory\": 117,\n        \"building\": 25,\n        \"dependencies\": 27\n      },\n      \"failed\": false,\n      \"errors\": 0,\n      \"warnings\": 0,\n      \"assets\": [],\n      \"reasons\": [\n        {\n          \"moduleId\": 257,\n          \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/native-css/src/native-css.js\",\n          \"module\": \"./node_modules/native-css/src/native-css.js\",\n          \"moduleName\": \"./node_modules/native-css/src/native-css.js\",\n          \"type\": \"cjs require\",\n          \"userRequest\": \"../lib\",\n          \"loc\": \"4:8-25\"\n        }\n      ],\n      \"usedExports\": true,\n      \"providedExports\": null,\n      \"optimizationBailout\": [\n        \"ModuleConcatenation bailout: Module is not an ECMAScript module\"\n      ],\n      \"depth\": 5,\n      \"source\": \"var fs = require('fs'),\\n  input = process.argv[2];\\n\\nexports.readFile = function(path) {\\n  return fs.readFileSync(path, 'utf8');\\n};\\n\\nexports.writeFile = function(path, body) {\\n  return fs.writeFileSync(path, body);\\n};\\n\\nexports.appendFile = function(path, body) {\\n  return fs.appendFileSync(path, body);\\n};\\n\\nexports.verify = function(args) {\\n  if (typeof args === 'object') {\\n    if (args.indexOf(input) == -1)\\n      return false;\\n\\n    return true;\\n  } else {\\n    if (args != input)\\n      return false;\\n\\n    return true;\\n  }\\n};\\n\\nexports.camelize = function(str) {\\n  return str.replace(/-([a-z])/g, function (g) {\\n    return g[1].toUpperCase();\\n  });\\n};\\n\"\n    },\n    {\n      \"id\": 260,\n      \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/memfs/lib/volume.js\",\n      \"name\": \"./node_modules/memfs/lib/volume.js\",\n      \"index\": 220,\n      \"index2\": 249,\n      \"size\": 79226,\n      \"cacheable\": true,\n      \"built\": true,\n      \"optional\": false,\n      \"prefetched\": false,\n      \"chunks\": [\n        2\n      ],\n      \"issuer\": \"/Users/jarred/Code/styleurl/node_modules/memfs/lib/index.js\",\n      \"issuerId\": 69,\n      \"issuerName\": \"./node_modules/memfs/lib/index.js\",\n      \"issuerPath\": [\n        {\n          \"id\": 191,\n          \"identifier\": \"multi /Users/jarred/Code/styleurl/webpack/customPublicPath /Users/jarred/Code/styleurl/chrome/extension/background\",\n          \"name\": \"multi ./webpack/customPublicPath ./chrome/extension/background\",\n          \"profile\": {\n            \"factory\": 0,\n            \"building\": 0,\n            \"dependencies\": 54\n          }\n        },\n        {\n          \"id\": 192,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/background.js\",\n          \"name\": \"./chrome/extension/background.js\",\n          \"profile\": {\n            \"factory\": 54,\n            \"building\": 639,\n            \"dependencies\": 140\n          }\n        },\n        {\n          \"id\": 255,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/stylesheet-differ/lib/index.js\",\n          \"name\": \"./node_modules/stylesheet-differ/lib/index.js\",\n          \"profile\": {\n            \"factory\": 140,\n            \"building\": 568,\n            \"dependencies\": 1\n          }\n        },\n        {\n          \"id\": 256,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/native-css/index.js\",\n          \"name\": \"./node_modules/native-css/index.js\",\n          \"profile\": {\n            \"factory\": 189,\n            \"building\": 603,\n            \"dependencies\": 1\n          }\n        },\n        {\n          \"id\": 257,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/native-css/src/native-css.js\",\n          \"name\": \"./node_modules/native-css/src/native-css.js\",\n          \"profile\": {\n            \"factory\": 26,\n            \"building\": 63,\n            \"dependencies\": 14\n          }\n        },\n        {\n          \"id\": 69,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/memfs/lib/index.js\",\n          \"name\": \"./node_modules/memfs/lib/index.js\",\n          \"profile\": {\n            \"factory\": 117,\n            \"building\": 25,\n            \"dependencies\": 27\n          }\n        }\n      ],\n      \"profile\": {\n        \"factory\": 51,\n        \"building\": 84,\n        \"dependencies\": 2\n      },\n      \"failed\": false,\n      \"errors\": 0,\n      \"warnings\": 0,\n      \"assets\": [],\n      \"reasons\": [\n        {\n          \"moduleId\": 69,\n          \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/memfs/lib/index.js\",\n          \"module\": \"./node_modules/memfs/lib/index.js\",\n          \"moduleName\": \"./node_modules/memfs/lib/index.js\",\n          \"type\": \"cjs require\",\n          \"userRequest\": \"./volume\",\n          \"loc\": \"12:15-34\"\n        }\n      ],\n      \"usedExports\": true,\n      \"providedExports\": null,\n      \"optimizationBailout\": [\n        \"ModuleConcatenation bailout: Module is not an ECMAScript module\"\n      ],\n      \"depth\": 6,\n      \"source\": \"\\\"use strict\\\";\\nvar __extends = (this && this.__extends) || (function () {\\n    var extendStatics = Object.setPrototypeOf ||\\n        ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||\\n        function (d, b) { for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; };\\n    return function (d, b) {\\n        extendStatics(d, b);\\n        function __() { this.constructor = d; }\\n        d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());\\n    };\\n})();\\nObject.defineProperty(exports, \\\"__esModule\\\", { value: true });\\nvar path_1 = require(\\\"path\\\");\\nvar pathModule = require(\\\"path\\\");\\nvar node_1 = require(\\\"./node\\\");\\nvar buffer_1 = require(\\\"buffer\\\");\\nvar setImmediate_1 = require(\\\"./setImmediate\\\");\\nvar process_1 = require(\\\"./process\\\");\\nvar extend = require('fast-extend');\\nvar errors = require('./internal/errors');\\nvar setTimeoutUnref_1 = require(\\\"./setTimeoutUnref\\\");\\nvar stream_1 = require(\\\"stream\\\");\\nvar util = require('util');\\nvar constants_1 = require(\\\"./constants\\\");\\nvar events_1 = require(\\\"events\\\");\\nvar O_RDONLY = constants_1.constants.O_RDONLY, O_WRONLY = constants_1.constants.O_WRONLY, O_RDWR = constants_1.constants.O_RDWR, O_CREAT = constants_1.constants.O_CREAT, O_EXCL = constants_1.constants.O_EXCL, O_NOCTTY = constants_1.constants.O_NOCTTY, O_TRUNC = constants_1.constants.O_TRUNC, O_APPEND = constants_1.constants.O_APPEND, O_DIRECTORY = constants_1.constants.O_DIRECTORY, O_NOATIME = constants_1.constants.O_NOATIME, O_NOFOLLOW = constants_1.constants.O_NOFOLLOW, O_SYNC = constants_1.constants.O_SYNC, O_DIRECT = constants_1.constants.O_DIRECT, O_NONBLOCK = constants_1.constants.O_NONBLOCK, F_OK = constants_1.constants.F_OK, R_OK = constants_1.constants.R_OK, W_OK = constants_1.constants.W_OK, X_OK = constants_1.constants.X_OK, COPYFILE_EXCL = constants_1.constants.COPYFILE_EXCL, COPYFILE_FICLONE = constants_1.constants.COPYFILE_FICLONE, COPYFILE_FICLONE_FORCE = constants_1.constants.COPYFILE_FICLONE_FORCE;\\nvar sep, relative;\\nif (pathModule.posix) {\\n    var posix = pathModule.posix;\\n    sep = posix.sep;\\n    relative = posix.relative;\\n}\\nelse {\\n    sep = pathModule.sep;\\n    relative = pathModule.relative;\\n}\\nvar isWin = process_1.default.platform === 'win32';\\n// type TCallbackWrite = (err?: IError, bytesWritten?: number, source?: Buffer) => void;\\n// type TCallbackWriteStr = (err?: IError, written?: number, str?: string) => void;\\n// ---------------------------------------- Constants\\nvar ENCODING_UTF8 = 'utf8';\\nvar kMinPoolSpace = 128;\\n// const kMaxLength = require('buffer').kMaxLength;\\n// ---------------------------------------- Error messages\\n// TODO: Use `internal/errors.js` in the future.\\nvar ERRSTR = {\\n    PATH_STR: 'path must be a string or Buffer',\\n    // FD:             'file descriptor must be a unsigned 32-bit integer',\\n    FD: 'fd must be a file descriptor',\\n    MODE_INT: 'mode must be an int',\\n    CB: 'callback must be a function',\\n    UID: 'uid must be an unsigned int',\\n    GID: 'gid must be an unsigned int',\\n    LEN: 'len must be an integer',\\n    ATIME: 'atime must be an integer',\\n    MTIME: 'mtime must be an integer',\\n    PREFIX: 'filename prefix is required',\\n    BUFFER: 'buffer must be an instance of Buffer or StaticBuffer',\\n    OFFSET: 'offset must be an integer',\\n    LENGTH: 'length must be an integer',\\n    POSITION: 'position must be an integer',\\n};\\nvar ERRSTR_OPTS = function (tipeof) { return \\\"Expected options to be either an object or a string, but got \\\" + tipeof + \\\" instead\\\"; };\\n// const ERRSTR_FLAG = flag => `Unknown file open flag: ${flag}`;\\nvar ENOENT = 'ENOENT';\\nvar EBADF = 'EBADF';\\nvar EINVAL = 'EINVAL';\\nvar EPERM = 'EPERM';\\nvar EPROTO = 'EPROTO';\\nvar EEXIST = 'EEXIST';\\nvar ENOTDIR = 'ENOTDIR';\\nvar EMFILE = 'EMFILE';\\nvar EACCES = 'EACCES';\\nvar EISDIR = 'EISDIR';\\nvar ENOTEMPTY = 'ENOTEMPTY';\\nvar ENOSYS = 'ENOSYS';\\nfunction formatError(errorCode, func, path, path2) {\\n    if (func === void 0) { func = ''; }\\n    if (path === void 0) { path = ''; }\\n    if (path2 === void 0) { path2 = ''; }\\n    var pathFormatted = '';\\n    if (path)\\n        pathFormatted = \\\" '\\\" + path + \\\"'\\\";\\n    if (path2)\\n        pathFormatted += \\\" -> '\\\" + path2 + \\\"'\\\";\\n    switch (errorCode) {\\n        case ENOENT: return \\\"ENOENT: no such file or directory, \\\" + func + pathFormatted;\\n        case EBADF: return \\\"EBADF: bad file descriptor, \\\" + func + pathFormatted;\\n        case EINVAL: return \\\"EINVAL: invalid argument, \\\" + func + pathFormatted;\\n        case EPERM: return \\\"EPERM: operation not permitted, \\\" + func + pathFormatted;\\n        case EPROTO: return \\\"EPROTO: protocol error, \\\" + func + pathFormatted;\\n        case EEXIST: return \\\"EEXIST: file already exists, \\\" + func + pathFormatted;\\n        case ENOTDIR: return \\\"ENOTDIR: not a directory, \\\" + func + pathFormatted;\\n        case EISDIR: return \\\"EISDIR: illegal operation on a directory, \\\" + func + pathFormatted;\\n        case EACCES: return \\\"EACCES: permission denied, \\\" + func + pathFormatted;\\n        case ENOTEMPTY: return \\\"ENOTEMPTY: directory not empty, \\\" + func + pathFormatted;\\n        case EMFILE: return \\\"EMFILE: too many open files, \\\" + func + pathFormatted;\\n        case ENOSYS: return \\\"ENOSYS: function not implemented, \\\" + func + pathFormatted;\\n        default: return errorCode + \\\": error occurred, \\\" + func + pathFormatted;\\n    }\\n}\\nfunction createError(errorCode, func, path, path2, Constructor) {\\n    if (func === void 0) { func = ''; }\\n    if (path === void 0) { path = ''; }\\n    if (path2 === void 0) { path2 = ''; }\\n    if (Constructor === void 0) { Constructor = Error; }\\n    var error = new Constructor(formatError(errorCode, func, path, path2));\\n    error.code = errorCode;\\n    return error;\\n}\\nfunction throwError(errorCode, func, path, path2, Constructor) {\\n    if (func === void 0) { func = ''; }\\n    if (path === void 0) { path = ''; }\\n    if (path2 === void 0) { path2 = ''; }\\n    if (Constructor === void 0) { Constructor = Error; }\\n    throw createError(errorCode, func, path, path2, Constructor);\\n}\\n// ---------------------------------------- Flags\\n// List of file `flags` as defined by Node.\\nvar FLAGS;\\n(function (FLAGS) {\\n    // Open file for reading. An exception occurs if the file does not exist.\\n    FLAGS[FLAGS[\\\"r\\\"] = O_RDONLY] = \\\"r\\\";\\n    // Open file for reading and writing. An exception occurs if the file does not exist.\\n    FLAGS[FLAGS[\\\"r+\\\"] = O_RDWR] = \\\"r+\\\";\\n    // Open file for reading in synchronous mode. Instructs the operating system to bypass the local file system cache.\\n    FLAGS[FLAGS[\\\"rs\\\"] = O_RDONLY | O_SYNC] = \\\"rs\\\";\\n    FLAGS[FLAGS[\\\"sr\\\"] = FLAGS.rs] = \\\"sr\\\";\\n    // Open file for reading and writing, telling the OS to open it synchronously. See notes for 'rs' about using this with caution.\\n    FLAGS[FLAGS[\\\"rs+\\\"] = O_RDWR | O_SYNC] = \\\"rs+\\\";\\n    FLAGS[FLAGS[\\\"sr+\\\"] = FLAGS['rs+']] = \\\"sr+\\\";\\n    // Open file for writing. The file is created (if it does not exist) or truncated (if it exists).\\n    FLAGS[FLAGS[\\\"w\\\"] = O_WRONLY | O_CREAT | O_TRUNC] = \\\"w\\\";\\n    // Like 'w' but fails if path exists.\\n    FLAGS[FLAGS[\\\"wx\\\"] = O_WRONLY | O_CREAT | O_TRUNC | O_EXCL] = \\\"wx\\\";\\n    FLAGS[FLAGS[\\\"xw\\\"] = FLAGS.wx] = \\\"xw\\\";\\n    // Open file for reading and writing. The file is created (if it does not exist) or truncated (if it exists).\\n    FLAGS[FLAGS[\\\"w+\\\"] = O_RDWR | O_CREAT | O_TRUNC] = \\\"w+\\\";\\n    // Like 'w+' but fails if path exists.\\n    FLAGS[FLAGS[\\\"wx+\\\"] = O_RDWR | O_CREAT | O_TRUNC | O_EXCL] = \\\"wx+\\\";\\n    FLAGS[FLAGS[\\\"xw+\\\"] = FLAGS['wx+']] = \\\"xw+\\\";\\n    // Open file for appending. The file is created if it does not exist.\\n    FLAGS[FLAGS[\\\"a\\\"] = O_WRONLY | O_APPEND | O_CREAT] = \\\"a\\\";\\n    // Like 'a' but fails if path exists.\\n    FLAGS[FLAGS[\\\"ax\\\"] = O_WRONLY | O_APPEND | O_CREAT | O_EXCL] = \\\"ax\\\";\\n    FLAGS[FLAGS[\\\"xa\\\"] = FLAGS.ax] = \\\"xa\\\";\\n    // Open file for reading and appending. The file is created if it does not exist.\\n    FLAGS[FLAGS[\\\"a+\\\"] = O_RDWR | O_APPEND | O_CREAT] = \\\"a+\\\";\\n    // Like 'a+' but fails if path exists.\\n    FLAGS[FLAGS[\\\"ax+\\\"] = O_RDWR | O_APPEND | O_CREAT | O_EXCL] = \\\"ax+\\\";\\n    FLAGS[FLAGS[\\\"xa+\\\"] = FLAGS['ax+']] = \\\"xa+\\\";\\n})(FLAGS = exports.FLAGS || (exports.FLAGS = {}));\\nfunction flagsToNumber(flags) {\\n    if (typeof flags === 'number')\\n        return flags;\\n    if (typeof flags === 'string') {\\n        var flagsNum = FLAGS[flags];\\n        if (typeof flagsNum !== 'undefined')\\n            return flagsNum;\\n    }\\n    // throw new TypeError(formatError(ERRSTR_FLAG(flags)));\\n    throw new errors.TypeError('ERR_INVALID_OPT_VALUE', 'flags', flags);\\n}\\nexports.flagsToNumber = flagsToNumber;\\n// ---------------------------------------- Options\\nfunction assertEncoding(encoding) {\\n    if (encoding && !buffer_1.Buffer.isEncoding(encoding))\\n        throw new errors.TypeError('ERR_INVALID_OPT_VALUE_ENCODING', encoding);\\n}\\nfunction getOptions(defaults, options) {\\n    var opts;\\n    if (!options)\\n        return defaults;\\n    else {\\n        var tipeof = typeof options;\\n        switch (tipeof) {\\n            case 'string':\\n                opts = extend({}, defaults, { encoding: options });\\n                break;\\n            case 'object':\\n                opts = extend({}, defaults, options);\\n                break;\\n            default: throw TypeError(ERRSTR_OPTS(tipeof));\\n        }\\n    }\\n    if (opts.encoding !== 'buffer')\\n        assertEncoding(opts.encoding);\\n    return opts;\\n}\\nfunction optsGenerator(defaults) {\\n    return function (options) { return getOptions(defaults, options); };\\n}\\nfunction validateCallback(callback) {\\n    if (typeof callback !== 'function')\\n        throw TypeError(ERRSTR.CB);\\n    return callback;\\n}\\nfunction optsAndCbGenerator(getOpts) {\\n    return function (options, callback) { return typeof options === 'function'\\n        ? [getOpts(), options]\\n        : [getOpts(options), validateCallback(callback)]; };\\n}\\nvar optsDefaults = {\\n    encoding: 'utf8',\\n};\\nvar getDefaultOpts = optsGenerator(optsDefaults);\\nvar getDefaultOptsAndCb = optsAndCbGenerator(getDefaultOpts);\\nvar readFileOptsDefaults = {\\n    flag: 'r',\\n};\\nvar getReadFileOptions = optsGenerator(readFileOptsDefaults);\\nvar writeFileDefaults = {\\n    encoding: 'utf8',\\n    mode: 438 /* DEFAULT */,\\n    flag: FLAGS[FLAGS.w],\\n};\\nvar getWriteFileOptions = optsGenerator(writeFileDefaults);\\nvar appendFileDefaults = {\\n    encoding: 'utf8',\\n    mode: 438 /* DEFAULT */,\\n    flag: FLAGS[FLAGS.a],\\n};\\nvar getAppendFileOpts = optsGenerator(appendFileDefaults);\\nvar getAppendFileOptsAndCb = optsAndCbGenerator(getAppendFileOpts);\\nvar realpathDefaults = optsDefaults;\\nvar getRealpathOptions = optsGenerator(realpathDefaults);\\nvar getRealpathOptsAndCb = optsAndCbGenerator(getRealpathOptions);\\n// ---------------------------------------- Utility functions\\nfunction getPathFromURLPosix(url) {\\n    if (url.hostname !== '') {\\n        return new errors.TypeError('ERR_INVALID_FILE_URL_HOST', process_1.default.platform);\\n    }\\n    var pathname = url.pathname;\\n    for (var n = 0; n < pathname.length; n++) {\\n        if (pathname[n] === '%') {\\n            var third = pathname.codePointAt(n + 2) | 0x20;\\n            if (pathname[n + 1] === '2' && third === 102) {\\n                return new errors.TypeError('ERR_INVALID_FILE_URL_PATH', 'must not include encoded / characters');\\n            }\\n        }\\n    }\\n    return decodeURIComponent(pathname);\\n}\\nfunction pathToFilename(path) {\\n    if ((typeof path !== 'string') && !buffer_1.Buffer.isBuffer(path)) {\\n        try {\\n            if (!(path instanceof require('url').URL))\\n                throw new TypeError(ERRSTR.PATH_STR);\\n        }\\n        catch (err) {\\n            throw new TypeError(ERRSTR.PATH_STR);\\n        }\\n        path = getPathFromURLPosix(path);\\n    }\\n    var pathString = String(path);\\n    nullCheck(pathString);\\n    // return slash(pathString);\\n    return pathString;\\n}\\nexports.pathToFilename = pathToFilename;\\nvar resolve = function (filename, base) {\\n    if (base === void 0) { base = process_1.default.cwd(); }\\n    return path_1.resolve(base, filename);\\n};\\nif (isWin) {\\n    var _resolve_1 = resolve;\\n    var unixify_1 = require(\\\"fs-monkey/lib/correctPath\\\").unixify;\\n    resolve = function (filename, base) { return unixify_1(_resolve_1(filename, base)); };\\n}\\nfunction filenameToSteps(filename, base) {\\n    var fullPath = resolve(filename, base);\\n    var fullPathSansSlash = fullPath.substr(1);\\n    if (!fullPathSansSlash)\\n        return [];\\n    return fullPathSansSlash.split(sep);\\n}\\nexports.filenameToSteps = filenameToSteps;\\nfunction pathToSteps(path) {\\n    return filenameToSteps(pathToFilename(path));\\n}\\nexports.pathToSteps = pathToSteps;\\nfunction dataToStr(data, encoding) {\\n    if (encoding === void 0) { encoding = ENCODING_UTF8; }\\n    if (buffer_1.Buffer.isBuffer(data))\\n        return data.toString(encoding);\\n    else if (data instanceof Uint8Array)\\n        return buffer_1.Buffer.from(data).toString(encoding);\\n    else\\n        return String(data);\\n}\\nexports.dataToStr = dataToStr;\\nfunction dataToBuffer(data, encoding) {\\n    if (encoding === void 0) { encoding = ENCODING_UTF8; }\\n    if (buffer_1.Buffer.isBuffer(data))\\n        return data;\\n    else if (data instanceof Uint8Array)\\n        return buffer_1.Buffer.from(data);\\n    else\\n        return buffer_1.Buffer.from(String(data), encoding);\\n}\\nexports.dataToBuffer = dataToBuffer;\\nfunction strToEncoding(str, encoding) {\\n    if (!encoding || (encoding === ENCODING_UTF8))\\n        return str; // UTF-8\\n    if (encoding === 'buffer')\\n        return new buffer_1.Buffer(str); // `buffer` encoding\\n    return (new buffer_1.Buffer(str)).toString(encoding); // Custom encoding\\n}\\nexports.strToEncoding = strToEncoding;\\nfunction bufferToEncoding(buffer, encoding) {\\n    if (!encoding || (encoding === 'buffer'))\\n        return buffer;\\n    else\\n        return buffer.toString(encoding);\\n}\\nexports.bufferToEncoding = bufferToEncoding;\\nfunction nullCheck(path, callback) {\\n    if (('' + path).indexOf('\\\\u0000') !== -1) {\\n        var er = new Error('Path must be a string without null bytes');\\n        er.code = ENOENT;\\n        if (typeof callback !== 'function')\\n            throw er;\\n        process_1.default.nextTick(callback, er);\\n        return false;\\n    }\\n    return true;\\n}\\nfunction _modeToNumber(mode, def) {\\n    if (typeof mode === 'number')\\n        return mode;\\n    if (typeof mode === 'string')\\n        return parseInt(mode, 8);\\n    if (def)\\n        return modeToNumber(def);\\n    return undefined;\\n}\\nfunction modeToNumber(mode, def) {\\n    var result = _modeToNumber(mode, def);\\n    if ((typeof result !== 'number') || isNaN(result))\\n        throw new TypeError(ERRSTR.MODE_INT);\\n    return result;\\n}\\nfunction isFd(path) {\\n    return (path >>> 0) === path;\\n}\\nfunction validateFd(fd) {\\n    if (!isFd(fd))\\n        throw TypeError(ERRSTR.FD);\\n}\\n// converts Date or number to a fractional UNIX timestamp\\nfunction toUnixTimestamp(time) {\\n    if (typeof time === 'string' && (+time == time)) {\\n        return +time;\\n    }\\n    if (isFinite(time)) {\\n        if (time < 0) {\\n            return Date.now() / 1000;\\n        }\\n        return time;\\n    }\\n    if (time instanceof Date) {\\n        return time.getTime() / 1000;\\n    }\\n    throw new Error('Cannot parse time: ' + time);\\n}\\nexports.toUnixTimestamp = toUnixTimestamp;\\n/**\\n * Returns optional argument and callback\\n * @param arg Argument or callback value\\n * @param callback Callback or undefined\\n * @param def Default argument value\\n */\\nfunction getArgAndCb(arg, callback, def) {\\n    return typeof arg === 'function'\\n        ? [def, arg]\\n        : [arg, callback];\\n}\\nfunction validateUid(uid) {\\n    if (typeof uid !== 'number')\\n        throw TypeError(ERRSTR.UID);\\n}\\nfunction validateGid(gid) {\\n    if (typeof gid !== 'number')\\n        throw TypeError(ERRSTR.GID);\\n}\\n// ---------------------------------------- Volume\\n/**\\n * `Volume` represents a file system.\\n */\\nvar Volume = /** @class */ (function () {\\n    function Volume(props) {\\n        if (props === void 0) { props = {}; }\\n        // I-node number counter.\\n        this.ino = 0;\\n        // A mapping for i-node numbers to i-nodes (`Node`);\\n        this.inodes = {};\\n        // List of released i-node numbers, for reuse.\\n        this.releasedInos = [];\\n        // A mapping for file descriptors to `File`s.\\n        this.fds = {};\\n        // A list of reusable (opened and closed) file descriptors, that should be\\n        // used first before creating a new file descriptor.\\n        this.releasedFds = [];\\n        // Max number of open files.\\n        this.maxFiles = 10000;\\n        // Current number of open files.\\n        this.openFiles = 0;\\n        this.statWatchers = {};\\n        this.props = extend({ Node: node_1.Node, Link: node_1.Link, File: node_1.File }, props);\\n        var root = this.createLink();\\n        root.setNode(this.createNode(true));\\n        var self = this;\\n        this.StatWatcher = /** @class */ (function (_super) {\\n            __extends(StatWatcher, _super);\\n            function StatWatcher() {\\n                return _super.call(this, self) || this;\\n            }\\n            return StatWatcher;\\n        }(StatWatcher));\\n        var _ReadStream = FsReadStream;\\n        this.ReadStream = /** @class */ (function (_super) {\\n            __extends(class_1, _super);\\n            function class_1() {\\n                var args = [];\\n                for (var _i = 0; _i < arguments.length; _i++) {\\n                    args[_i] = arguments[_i];\\n                }\\n                return _super.apply(this, [self].concat(args)) || this;\\n            }\\n            return class_1;\\n        }(_ReadStream));\\n        var _WriteStream = FsWriteStream;\\n        this.WriteStream = /** @class */ (function (_super) {\\n            __extends(class_2, _super);\\n            function class_2() {\\n                var args = [];\\n                for (var _i = 0; _i < arguments.length; _i++) {\\n                    args[_i] = arguments[_i];\\n                }\\n                return _super.apply(this, [self].concat(args)) || this;\\n            }\\n            return class_2;\\n        }(_WriteStream));\\n        this.FSWatcher = /** @class */ (function (_super) {\\n            __extends(FSWatcher, _super);\\n            function FSWatcher() {\\n                return _super.call(this, self) || this;\\n            }\\n            return FSWatcher;\\n        }(FSWatcher));\\n        // root.setChild('.', root);\\n        // root.getNode().nlink++;\\n        // root.setChild('..', root);\\n        // root.getNode().nlink++;\\n        this.root = root;\\n    }\\n    Volume.fromJSON = function (json, cwd) {\\n        var vol = new Volume;\\n        vol.fromJSON(json, cwd);\\n        return vol;\\n    };\\n    Volume.prototype.createLink = function (parent, name, isDirectory, perm) {\\n        if (isDirectory === void 0) { isDirectory = false; }\\n        return parent\\n            ? parent.createChild(name, this.createNode(isDirectory, perm))\\n            : new this.props.Link(this, null, '');\\n    };\\n    Volume.prototype.deleteLink = function (link) {\\n        var parent = link.parent;\\n        if (parent) {\\n            parent.deleteChild(link);\\n            link.vol = null;\\n            link.parent = null;\\n            return true;\\n        }\\n        return false;\\n    };\\n    Volume.prototype.newInoNumber = function () {\\n        if (this.releasedInos.length)\\n            return this.releasedInos.pop();\\n        else {\\n            this.ino = (this.ino + 1) % 0xFFFFFFFF;\\n            return this.ino;\\n        }\\n    };\\n    Volume.prototype.newFdNumber = function () {\\n        return this.releasedFds.length ? this.releasedFds.pop() : Volume.fd--;\\n    };\\n    Volume.prototype.createNode = function (isDirectory, perm) {\\n        if (isDirectory === void 0) { isDirectory = false; }\\n        var node = new this.props.Node(this.newInoNumber(), perm);\\n        if (isDirectory)\\n            node.setIsDirectory();\\n        this.inodes[node.ino] = node;\\n        return node;\\n    };\\n    Volume.prototype.getNode = function (ino) {\\n        return this.inodes[ino];\\n    };\\n    Volume.prototype.deleteNode = function (node) {\\n        node.del();\\n        delete this.inodes[node.ino];\\n        this.releasedInos.push(node.ino);\\n    };\\n    // Generates 6 character long random string, used by `mkdtemp`.\\n    Volume.prototype.genRndStr = function () {\\n        var str = (Math.random() + 1).toString(36).substr(2, 6);\\n        if (str.length === 6)\\n            return str;\\n        else\\n            return this.genRndStr();\\n    };\\n    // Returns a `Link` (hard link) referenced by path \\\"split\\\" into steps.\\n    Volume.prototype.getLink = function (steps) {\\n        return this.root.walk(steps);\\n    };\\n    // Just link `getLink`, but throws a correct user error, if link to found.\\n    Volume.prototype.getLinkOrThrow = function (filename, funcName) {\\n        var steps = filenameToSteps(filename);\\n        var link = this.getLink(steps);\\n        if (!link)\\n            throwError(ENOENT, funcName, filename);\\n        return link;\\n    };\\n    // Just like `getLink`, but also dereference/resolves symbolic links.\\n    Volume.prototype.getResolvedLink = function (filenameOrSteps) {\\n        var steps = typeof filenameOrSteps === 'string'\\n            ? filenameToSteps(filenameOrSteps)\\n            : filenameOrSteps;\\n        var link = this.root;\\n        var i = 0;\\n        while (i < steps.length) {\\n            var step = steps[i];\\n            link = link.getChild(step);\\n            if (!link)\\n                return null;\\n            var node = link.getNode();\\n            if (node.isSymlink()) {\\n                steps = node.symlink.concat(steps.slice(i + 1));\\n                link = this.root;\\n                i = 0;\\n                continue;\\n            }\\n            i++;\\n        }\\n        return link;\\n    };\\n    // Just like `getLinkOrThrow`, but also dereference/resolves symbolic links.\\n    Volume.prototype.getResolvedLinkOrThrow = function (filename, funcName) {\\n        var link = this.getResolvedLink(filename);\\n        if (!link)\\n            throwError(ENOENT, funcName, filename);\\n        return link;\\n    };\\n    Volume.prototype.resolveSymlinks = function (link) {\\n        // let node: Node = link.getNode();\\n        // while(link && node.isSymlink()) {\\n        //     link = this.getLink(node.symlink);\\n        //     if(!link) return null;\\n        //     node = link.getNode();\\n        // }\\n        // return link;\\n        return this.getResolvedLink(link.steps.slice(1));\\n    };\\n    // Just like `getLinkOrThrow`, but also verifies that the link is a directory.\\n    Volume.prototype.getLinkAsDirOrThrow = function (filename, funcName) {\\n        var link = this.getLinkOrThrow(filename, funcName);\\n        if (!link.getNode().isDirectory())\\n            throwError(ENOTDIR, funcName, filename);\\n        return link;\\n    };\\n    // Get the immediate parent directory of the link.\\n    Volume.prototype.getLinkParent = function (steps) {\\n        return this.root.walk(steps, steps.length - 1);\\n    };\\n    Volume.prototype.getLinkParentAsDirOrThrow = function (filenameOrSteps, funcName) {\\n        var steps = filenameOrSteps instanceof Array ? filenameOrSteps : filenameToSteps(filenameOrSteps);\\n        var link = this.getLinkParent(steps);\\n        if (!link)\\n            throwError(ENOENT, funcName, sep + steps.join(sep));\\n        if (!link.getNode().isDirectory())\\n            throwError(ENOTDIR, funcName, sep + steps.join(sep));\\n        return link;\\n    };\\n    Volume.prototype.getFileByFd = function (fd) {\\n        return this.fds[String(fd)];\\n    };\\n    Volume.prototype.getFileByFdOrThrow = function (fd, funcName) {\\n        if (!isFd(fd))\\n            throw TypeError(ERRSTR.FD);\\n        var file = this.getFileByFd(fd);\\n        if (!file)\\n            throwError(EBADF, funcName);\\n        return file;\\n    };\\n    Volume.prototype.getNodeByIdOrCreate = function (id, flags, perm) {\\n        if (typeof id === 'number') {\\n            var file = this.getFileByFd(id);\\n            if (!file)\\n                throw Error('File nto found');\\n            return file.node;\\n        }\\n        else {\\n            var steps = pathToSteps(id);\\n            var link = this.getLink(steps);\\n            if (link)\\n                return link.getNode();\\n            // Try creating a node if not found.\\n            if (flags & O_CREAT) {\\n                var dirLink = this.getLinkParent(steps);\\n                if (dirLink) {\\n                    var name_1 = steps[steps.length - 1];\\n                    link = this.createLink(dirLink, name_1, false, perm);\\n                    return link.getNode();\\n                }\\n            }\\n            throwError(ENOENT, 'getNodeByIdOrCreate', pathToFilename(id));\\n        }\\n    };\\n    Volume.prototype.wrapAsync = function (method, args, callback) {\\n        var _this = this;\\n        validateCallback(callback);\\n        setImmediate_1.default(function () {\\n            try {\\n                callback(null, method.apply(_this, args));\\n            }\\n            catch (err) {\\n                callback(err);\\n            }\\n        });\\n    };\\n    Volume.prototype._toJSON = function (link, json, path) {\\n        if (link === void 0) { link = this.root; }\\n        if (json === void 0) { json = {}; }\\n        var isEmpty = true;\\n        for (var name_2 in link.children) {\\n            isEmpty = false;\\n            var child = link.getChild(name_2);\\n            var node = child.getNode();\\n            if (node.isFile()) {\\n                var filename = child.getPath();\\n                if (path)\\n                    filename = relative(path, filename);\\n                json[filename] = node.getString();\\n            }\\n            else if (node.isDirectory()) {\\n                this._toJSON(child, json, path);\\n            }\\n        }\\n        var dirPath = link.getPath();\\n        if (path)\\n            dirPath = relative(path, dirPath);\\n        if (dirPath && isEmpty) {\\n            json[dirPath] = null;\\n        }\\n        return json;\\n    };\\n    Volume.prototype.toJSON = function (paths, json, isRelative) {\\n        if (json === void 0) { json = {}; }\\n        if (isRelative === void 0) { isRelative = false; }\\n        var links = [];\\n        if (paths) {\\n            if (!(paths instanceof Array))\\n                paths = [paths];\\n            for (var _i = 0, paths_1 = paths; _i < paths_1.length; _i++) {\\n                var path = paths_1[_i];\\n                var filename = pathToFilename(path);\\n                var link = this.getResolvedLink(filename);\\n                if (!link)\\n                    continue;\\n                links.push(link);\\n            }\\n        }\\n        else {\\n            links.push(this.root);\\n        }\\n        if (!links.length)\\n            return json;\\n        for (var _a = 0, links_1 = links; _a < links_1.length; _a++) {\\n            var link = links_1[_a];\\n            this._toJSON(link, json, isRelative ? link.getPath() : '');\\n        }\\n        return json;\\n    };\\n    // fromJSON(json: {[filename: string]: string}, cwd: string = '/') {\\n    Volume.prototype.fromJSON = function (json, cwd) {\\n        if (cwd === void 0) { cwd = process_1.default.cwd(); }\\n        for (var filename in json) {\\n            var data = json[filename];\\n            if (typeof data === 'string') {\\n                filename = resolve(filename, cwd);\\n                var steps = filenameToSteps(filename);\\n                if (steps.length > 1) {\\n                    var dirname = sep + steps.slice(0, steps.length - 1).join(sep);\\n                    this.mkdirpBase(dirname, 511 /* DIR */);\\n                }\\n                this.writeFileSync(filename, data);\\n            }\\n            else {\\n                this.mkdirpBase(filename, 511 /* DIR */);\\n            }\\n        }\\n    };\\n    Volume.prototype.reset = function () {\\n        this.ino = 0;\\n        this.inodes = {};\\n        this.releasedInos = [];\\n        this.fds = {};\\n        this.releasedFds = [];\\n        this.openFiles = 0;\\n        this.root = this.createLink();\\n        this.root.setNode(this.createNode(true));\\n    };\\n    // Legacy interface\\n    Volume.prototype.mountSync = function (mountpoint, json) {\\n        this.fromJSON(json, mountpoint);\\n    };\\n    Volume.prototype.openLink = function (link, flagsNum, resolveSymlinks) {\\n        if (resolveSymlinks === void 0) { resolveSymlinks = true; }\\n        if (this.openFiles >= this.maxFiles) { // Too many open files.\\n            throw createError(EMFILE, 'open', link.getPath());\\n        }\\n        // Resolve symlinks.\\n        var realLink = link;\\n        if (resolveSymlinks)\\n            realLink = this.resolveSymlinks(link);\\n        if (!realLink)\\n            throwError(ENOENT, 'open', link.getPath());\\n        var node = realLink.getNode();\\n        if (node.isDirectory() && (flagsNum !== FLAGS.r))\\n            throwError(EISDIR, 'open', link.getPath());\\n        // Check node permissions\\n        if (!(flagsNum & O_WRONLY)) {\\n            if (!node.canRead()) {\\n                throwError(EACCES, 'open', link.getPath());\\n            }\\n        }\\n        if (flagsNum & O_RDWR) {\\n        }\\n        var file = new this.props.File(link, node, flagsNum, this.newFdNumber());\\n        this.fds[file.fd] = file;\\n        this.openFiles++;\\n        if (flagsNum & O_TRUNC)\\n            file.truncate();\\n        return file;\\n    };\\n    Volume.prototype.openFile = function (filename, flagsNum, modeNum, resolveSymlinks) {\\n        if (resolveSymlinks === void 0) { resolveSymlinks = true; }\\n        var steps = filenameToSteps(filename);\\n        var link = this.getResolvedLink(steps);\\n        // Try creating a new file, if it does not exist.\\n        if (!link) {\\n            // const dirLink: Link = this.getLinkParent(steps);\\n            var dirLink = this.getResolvedLink(steps.slice(0, steps.length - 1));\\n            // if(!dirLink) throwError(ENOENT, 'open', filename);\\n            if (!dirLink)\\n                throwError(ENOENT, 'open', sep + steps.join(sep));\\n            if ((flagsNum & O_CREAT) && (typeof modeNum === 'number')) {\\n                link = this.createLink(dirLink, steps[steps.length - 1], false, modeNum);\\n            }\\n        }\\n        if (link)\\n            return this.openLink(link, flagsNum, resolveSymlinks);\\n    };\\n    Volume.prototype.openBase = function (filename, flagsNum, modeNum, resolveSymlinks) {\\n        if (resolveSymlinks === void 0) { resolveSymlinks = true; }\\n        var file = this.openFile(filename, flagsNum, modeNum, resolveSymlinks);\\n        if (!file)\\n            throwError(ENOENT, 'open', filename);\\n        return file.fd;\\n    };\\n    Volume.prototype.openSync = function (path, flags, mode) {\\n        if (mode === void 0) { mode = 438 /* DEFAULT */; }\\n        // Validate (1) mode; (2) path; (3) flags - in that order.\\n        var modeNum = modeToNumber(mode);\\n        var fileName = pathToFilename(path);\\n        var flagsNum = flagsToNumber(flags);\\n        return this.openBase(fileName, flagsNum, modeNum);\\n    };\\n    Volume.prototype.open = function (path, flags, a, b) {\\n        var mode = a;\\n        var callback = b;\\n        if (typeof a === 'function') {\\n            mode = 438 /* DEFAULT */;\\n            callback = a;\\n        }\\n        mode = mode || 438 /* DEFAULT */;\\n        var modeNum = modeToNumber(mode);\\n        var fileName = pathToFilename(path);\\n        var flagsNum = flagsToNumber(flags);\\n        this.wrapAsync(this.openBase, [fileName, flagsNum, modeNum], callback);\\n    };\\n    Volume.prototype.closeFile = function (file) {\\n        if (!this.fds[file.fd])\\n            return;\\n        this.openFiles--;\\n        delete this.fds[file.fd];\\n        this.releasedFds.push(file.fd);\\n    };\\n    Volume.prototype.closeSync = function (fd) {\\n        validateFd(fd);\\n        var file = this.getFileByFdOrThrow(fd, 'close');\\n        this.closeFile(file);\\n    };\\n    Volume.prototype.close = function (fd, callback) {\\n        validateFd(fd);\\n        this.wrapAsync(this.closeSync, [fd], callback);\\n    };\\n    Volume.prototype.openFileOrGetById = function (id, flagsNum, modeNum) {\\n        if (typeof id === 'number') {\\n            var file = this.fds[id];\\n            if (!file)\\n                throw createError(ENOENT);\\n            return file;\\n        }\\n        else {\\n            return this.openFile(pathToFilename(id), flagsNum, modeNum);\\n        }\\n    };\\n    Volume.prototype.readBase = function (fd, buffer, offset, length, position) {\\n        var file = this.getFileByFdOrThrow(fd);\\n        return file.read(buffer, Number(offset), Number(length), position);\\n    };\\n    Volume.prototype.readSync = function (fd, buffer, offset, length, position) {\\n        validateFd(fd);\\n        return this.readBase(fd, buffer, offset, length, position);\\n    };\\n    Volume.prototype.read = function (fd, buffer, offset, length, position, callback) {\\n        var _this = this;\\n        validateCallback(callback);\\n        // This `if` branch is from Node.js\\n        if (length === 0) {\\n            return process_1.default.nextTick(function () {\\n                callback && callback(null, 0, buffer);\\n            });\\n        }\\n        setImmediate_1.default(function () {\\n            try {\\n                var bytes = _this.readBase(fd, buffer, offset, length, position);\\n                callback(null, bytes, buffer);\\n            }\\n            catch (err) {\\n                callback(err);\\n            }\\n        });\\n    };\\n    Volume.prototype.readFileBase = function (id, flagsNum, encoding) {\\n        var result;\\n        var userOwnsFd = isFd(id);\\n        var fd;\\n        if (userOwnsFd) {\\n            fd = id;\\n        }\\n        else {\\n            var steps = filenameToSteps(id);\\n            var link = this.getResolvedLink(steps);\\n            if (link) {\\n                var node = link.getNode();\\n                if (node.isDirectory())\\n                    throwError(EISDIR, 'open', link.getPath());\\n            }\\n            fd = this.openSync(id, flagsNum);\\n        }\\n        try {\\n            result = bufferToEncoding(this.getFileByFdOrThrow(fd).getBuffer(), encoding);\\n        }\\n        finally {\\n            if (!userOwnsFd) {\\n                this.closeSync(fd);\\n            }\\n        }\\n        return result;\\n    };\\n    Volume.prototype.readFileSync = function (file, options) {\\n        var opts = getReadFileOptions(options);\\n        var flagsNum = flagsToNumber(opts.flag);\\n        return this.readFileBase(file, flagsNum, opts.encoding);\\n    };\\n    Volume.prototype.readFile = function (id, a, b) {\\n        var _a = optsAndCbGenerator(getReadFileOptions)(a, b), opts = _a[0], callback = _a[1];\\n        var flagsNum = flagsToNumber(opts.flag);\\n        this.wrapAsync(this.readFileBase, [id, flagsNum, opts.encoding], callback);\\n    };\\n    Volume.prototype.writeBase = function (fd, buf, offset, length, position) {\\n        var file = this.getFileByFdOrThrow(fd, 'write');\\n        return file.write(buf, offset, length, position);\\n    };\\n    Volume.prototype.writeSync = function (fd, a, b, c, d) {\\n        validateFd(fd);\\n        var encoding;\\n        var offset;\\n        var length;\\n        var position;\\n        var isBuffer = typeof a !== 'string';\\n        if (isBuffer) {\\n            offset = b | 0;\\n            length = c;\\n            position = d;\\n        }\\n        else {\\n            position = b;\\n            encoding = c;\\n        }\\n        var buf = dataToBuffer(a, encoding);\\n        if (isBuffer) {\\n            if (typeof length === 'undefined') {\\n                length = buf.length;\\n            }\\n        }\\n        else {\\n            offset = 0;\\n            length = buf.length;\\n        }\\n        return this.writeBase(fd, buf, offset, length, position);\\n    };\\n    Volume.prototype.write = function (fd, a, b, c, d, e) {\\n        var _this = this;\\n        validateFd(fd);\\n        var offset;\\n        var length;\\n        var position;\\n        var encoding;\\n        var callback;\\n        var tipa = typeof a;\\n        var tipb = typeof b;\\n        var tipc = typeof c;\\n        var tipd = typeof d;\\n        if (tipa !== 'string') {\\n            if (tipb === 'function') {\\n                callback = b;\\n            }\\n            else if (tipc === 'function') {\\n                offset = b | 0;\\n                callback = c;\\n            }\\n            else if (tipd === 'function') {\\n                offset = b | 0;\\n                length = c;\\n                callback = d;\\n            }\\n            else {\\n                offset = b | 0;\\n                length = c;\\n                position = d;\\n                callback = e;\\n            }\\n        }\\n        else {\\n            if (tipb === 'function') {\\n                callback = b;\\n            }\\n            else if (tipc === 'function') {\\n                position = b;\\n                callback = c;\\n            }\\n            else if (tipd === 'function') {\\n                position = b;\\n                encoding = c;\\n                callback = d;\\n            }\\n        }\\n        var buf = dataToBuffer(a, encoding);\\n        if (tipa !== 'string') {\\n            if (typeof length === 'undefined')\\n                length = buf.length;\\n        }\\n        else {\\n            offset = 0;\\n            length = buf.length;\\n        }\\n        validateCallback(callback);\\n        setImmediate_1.default(function () {\\n            try {\\n                var bytes = _this.writeBase(fd, buf, offset, length, position);\\n                if (tipa !== 'string') {\\n                    callback(null, bytes, buf);\\n                }\\n                else {\\n                    callback(null, bytes, a);\\n                }\\n            }\\n            catch (err) {\\n                callback(err);\\n            }\\n        });\\n    };\\n    Volume.prototype.writeFileBase = function (id, buf, flagsNum, modeNum) {\\n        // console.log('writeFileBase', id, buf, flagsNum, modeNum);\\n        // const node = this.getNodeByIdOrCreate(id, flagsNum, modeNum);\\n        // node.setBuffer(buf);\\n        var isUserFd = typeof id === 'number';\\n        var fd;\\n        if (isUserFd)\\n            fd = id;\\n        else {\\n            fd = this.openBase(pathToFilename(id), flagsNum, modeNum);\\n            // fd = this.openSync(id as TFilePath, flagsNum, modeNum);\\n        }\\n        var offset = 0;\\n        var length = buf.length;\\n        var position = (flagsNum & O_APPEND) ? null : 0;\\n        try {\\n            while (length > 0) {\\n                var written = this.writeSync(fd, buf, offset, length, position);\\n                offset += written;\\n                length -= written;\\n                if (position !== null)\\n                    position += written;\\n            }\\n        }\\n        finally {\\n            if (!isUserFd)\\n                this.closeSync(fd);\\n        }\\n    };\\n    Volume.prototype.writeFileSync = function (id, data, options) {\\n        var opts = getWriteFileOptions(options);\\n        var flagsNum = flagsToNumber(opts.flag);\\n        var modeNum = modeToNumber(opts.mode);\\n        var buf = dataToBuffer(data, opts.encoding);\\n        this.writeFileBase(id, buf, flagsNum, modeNum);\\n    };\\n    Volume.prototype.writeFile = function (id, data, a, b) {\\n        var options = a;\\n        var callback = b;\\n        if (typeof a === 'function') {\\n            options = writeFileDefaults;\\n            callback = a;\\n        }\\n        var opts = getWriteFileOptions(options);\\n        var flagsNum = flagsToNumber(opts.flag);\\n        var modeNum = modeToNumber(opts.mode);\\n        var buf = dataToBuffer(data, opts.encoding);\\n        this.wrapAsync(this.writeFileBase, [id, buf, flagsNum, modeNum], callback);\\n    };\\n    Volume.prototype.linkBase = function (filename1, filename2) {\\n        var steps1 = filenameToSteps(filename1);\\n        var link1 = this.getLink(steps1);\\n        if (!link1)\\n            throwError(ENOENT, 'link', filename1, filename2);\\n        var steps2 = filenameToSteps(filename2);\\n        // Check new link directory exists.\\n        var dir2 = this.getLinkParent(steps2);\\n        if (!dir2)\\n            throwError(ENOENT, 'link', filename1, filename2);\\n        var name = steps2[steps2.length - 1];\\n        // Check if new file already exists.\\n        if (dir2.getChild(name))\\n            throwError(EEXIST, 'link', filename1, filename2);\\n        var node = link1.getNode();\\n        node.nlink++;\\n        dir2.createChild(name, node);\\n    };\\n    Volume.prototype.copyFileBase = function (src, dest, flags) {\\n        var buf = this.readFileSync(src);\\n        if (flags & COPYFILE_EXCL) {\\n            if (this.existsSync(dest)) {\\n                throwError(EEXIST, 'copyFile', src, dest);\\n            }\\n        }\\n        if (flags & COPYFILE_FICLONE_FORCE) {\\n            throwError(ENOSYS, 'copyFile', src, dest);\\n        }\\n        this.writeFileBase(dest, buf, FLAGS.w, 438 /* DEFAULT */);\\n    };\\n    Volume.prototype.copyFileSync = function (src, dest, flags) {\\n        var srcFilename = pathToFilename(src);\\n        var destFilename = pathToFilename(dest);\\n        return this.copyFileBase(srcFilename, destFilename, flags | 0);\\n    };\\n    Volume.prototype.copyFile = function (src, dest, a, b) {\\n        var srcFilename = pathToFilename(src);\\n        var destFilename = pathToFilename(dest);\\n        var flags;\\n        var callback;\\n        if (typeof a === 'function') {\\n            flags = 0;\\n            callback = a;\\n        }\\n        else {\\n            flags = a;\\n            callback = b;\\n        }\\n        validateCallback(callback);\\n        this.wrapAsync(this.copyFileBase, [srcFilename, destFilename, flags], callback);\\n    };\\n    Volume.prototype.linkSync = function (existingPath, newPath) {\\n        var existingPathFilename = pathToFilename(existingPath);\\n        var newPathFilename = pathToFilename(newPath);\\n        this.linkBase(existingPathFilename, newPathFilename);\\n    };\\n    Volume.prototype.link = function (existingPath, newPath, callback) {\\n        var existingPathFilename = pathToFilename(existingPath);\\n        var newPathFilename = pathToFilename(newPath);\\n        this.wrapAsync(this.linkBase, [existingPathFilename, newPathFilename], callback);\\n    };\\n    Volume.prototype.unlinkBase = function (filename) {\\n        var steps = filenameToSteps(filename);\\n        var link = this.getLink(steps);\\n        if (!link)\\n            throwError(ENOENT, 'unlink', filename);\\n        // TODO: Check if it is file, dir, other...\\n        if (link.length)\\n            throw Error('Dir not empty...');\\n        this.deleteLink(link);\\n        var node = link.getNode();\\n        node.nlink--;\\n        // When all hard links to i-node are deleted, remove the i-node, too.\\n        if (node.nlink <= 0) {\\n            this.deleteNode(node);\\n        }\\n    };\\n    Volume.prototype.unlinkSync = function (path) {\\n        var filename = pathToFilename(path);\\n        this.unlinkBase(filename);\\n    };\\n    Volume.prototype.unlink = function (path, callback) {\\n        var filename = pathToFilename(path);\\n        this.wrapAsync(this.unlinkBase, [filename], callback);\\n    };\\n    Volume.prototype.symlinkBase = function (targetFilename, pathFilename) {\\n        var pathSteps = filenameToSteps(pathFilename);\\n        // Check if directory exists, where we about to create a symlink.\\n        var dirLink = this.getLinkParent(pathSteps);\\n        if (!dirLink)\\n            throwError(ENOENT, 'symlink', targetFilename, pathFilename);\\n        var name = pathSteps[pathSteps.length - 1];\\n        // Check if new file already exists.\\n        if (dirLink.getChild(name))\\n            throwError(EEXIST, 'symlink', targetFilename, pathFilename);\\n        // Create symlink.\\n        var symlink = dirLink.createChild(name);\\n        symlink.getNode().makeSymlink(filenameToSteps(targetFilename));\\n        return symlink;\\n    };\\n    // `type` argument works only on Windows.\\n    Volume.prototype.symlinkSync = function (target, path, type) {\\n        var targetFilename = pathToFilename(target);\\n        var pathFilename = pathToFilename(path);\\n        this.symlinkBase(targetFilename, pathFilename);\\n    };\\n    Volume.prototype.symlink = function (target, path, a, b) {\\n        var _a = getArgAndCb(a, b), type = _a[0], callback = _a[1];\\n        var targetFilename = pathToFilename(target);\\n        var pathFilename = pathToFilename(path);\\n        this.wrapAsync(this.symlinkBase, [targetFilename, pathFilename], callback);\\n    };\\n    Volume.prototype.realpathBase = function (filename, encoding) {\\n        var steps = filenameToSteps(filename);\\n        var link = this.getLink(steps);\\n        // TODO: this check has to be perfomed by `lstat`.\\n        if (!link)\\n            throwError(ENOENT, 'realpath', filename);\\n        // Resolve symlinks.\\n        var realLink = this.resolveSymlinks(link);\\n        if (!realLink)\\n            throwError(ENOENT, 'realpath', filename);\\n        return strToEncoding(realLink.getPath(), encoding);\\n    };\\n    Volume.prototype.realpathSync = function (path, options) {\\n        return this.realpathBase(pathToFilename(path), getRealpathOptions(options).encoding);\\n    };\\n    Volume.prototype.realpath = function (path, a, b) {\\n        var _a = getRealpathOptsAndCb(a, b), opts = _a[0], callback = _a[1];\\n        var pathFilename = pathToFilename(path);\\n        this.wrapAsync(this.realpathBase, [pathFilename, opts.encoding], callback);\\n    };\\n    Volume.prototype.lstatBase = function (filename) {\\n        var link = this.getLink(filenameToSteps(filename));\\n        if (!link)\\n            throwError(ENOENT, 'lstat', filename);\\n        return node_1.Stats.build(link.getNode());\\n    };\\n    Volume.prototype.lstatSync = function (path) {\\n        return this.lstatBase(pathToFilename(path));\\n    };\\n    Volume.prototype.lstat = function (path, callback) {\\n        this.wrapAsync(this.lstatBase, [pathToFilename(path)], callback);\\n    };\\n    Volume.prototype.statBase = function (filename) {\\n        var link = this.getLink(filenameToSteps(filename));\\n        if (!link)\\n            throwError(ENOENT, 'stat', filename);\\n        // Resolve symlinks.\\n        link = this.resolveSymlinks(link);\\n        if (!link)\\n            throwError(ENOENT, 'stat', filename);\\n        return node_1.Stats.build(link.getNode());\\n    };\\n    Volume.prototype.statSync = function (path) {\\n        return this.statBase(pathToFilename(path));\\n    };\\n    Volume.prototype.stat = function (path, callback) {\\n        this.wrapAsync(this.statBase, [pathToFilename(path)], callback);\\n    };\\n    Volume.prototype.fstatBase = function (fd) {\\n        var file = this.getFileByFd(fd);\\n        if (!file)\\n            throwError(EBADF, 'fstat');\\n        return node_1.Stats.build(file.node);\\n    };\\n    Volume.prototype.fstatSync = function (fd) {\\n        return this.fstatBase(fd);\\n    };\\n    Volume.prototype.fstat = function (fd, callback) {\\n        this.wrapAsync(this.fstatBase, [fd], callback);\\n    };\\n    Volume.prototype.renameBase = function (oldPathFilename, newPathFilename) {\\n        var link = this.getLink(filenameToSteps(oldPathFilename));\\n        if (!link)\\n            throwError(ENOENT, 'rename', oldPathFilename, newPathFilename);\\n        // TODO: Check if it is directory, if non-empty, we cannot move it, right?\\n        var newPathSteps = filenameToSteps(newPathFilename);\\n        // Check directory exists for the new location.\\n        var newPathDirLink = this.getLinkParent(newPathSteps);\\n        if (!newPathDirLink)\\n            throwError(ENOENT, 'rename', oldPathFilename, newPathFilename);\\n        // TODO: Also treat cases with directories and symbolic links.\\n        // TODO: See: http://man7.org/linux/man-pages/man2/rename.2.html\\n        // Remove hard link from old folder.\\n        var oldLinkParent = link.parent;\\n        if (oldLinkParent) {\\n            oldLinkParent.deleteChild(link);\\n        }\\n        // Rename should overwrite the new path, if that exists.\\n        var name = newPathSteps[newPathSteps.length - 1];\\n        link.steps = newPathDirLink.steps.concat([name]);\\n        newPathDirLink.setChild(link.getName(), link);\\n    };\\n    Volume.prototype.renameSync = function (oldPath, newPath) {\\n        var oldPathFilename = pathToFilename(oldPath);\\n        var newPathFilename = pathToFilename(newPath);\\n        this.renameBase(oldPathFilename, newPathFilename);\\n    };\\n    Volume.prototype.rename = function (oldPath, newPath, callback) {\\n        var oldPathFilename = pathToFilename(oldPath);\\n        var newPathFilename = pathToFilename(newPath);\\n        this.wrapAsync(this.renameBase, [oldPathFilename, newPathFilename], callback);\\n    };\\n    Volume.prototype.existsBase = function (filename) {\\n        return !!this.statBase(filename);\\n    };\\n    Volume.prototype.existsSync = function (path) {\\n        try {\\n            return this.existsBase(pathToFilename(path));\\n        }\\n        catch (err) {\\n            return false;\\n        }\\n    };\\n    Volume.prototype.exists = function (path, callback) {\\n        var _this = this;\\n        var filename = pathToFilename(path);\\n        if (typeof callback !== 'function')\\n            throw Error(ERRSTR.CB);\\n        setImmediate_1.default(function () {\\n            try {\\n                callback(_this.existsBase(filename));\\n            }\\n            catch (err) {\\n                callback(false);\\n            }\\n        });\\n    };\\n    Volume.prototype.accessBase = function (filename, mode) {\\n        var link = this.getLinkOrThrow(filename, 'access');\\n        // TODO: Verify permissions\\n    };\\n    Volume.prototype.accessSync = function (path, mode) {\\n        if (mode === void 0) { mode = F_OK; }\\n        var filename = pathToFilename(path);\\n        mode = mode | 0;\\n        this.accessBase(filename, mode);\\n    };\\n    Volume.prototype.access = function (path, a, b) {\\n        var mode = a;\\n        var callback = b;\\n        if (typeof mode === 'function') {\\n            mode = F_OK;\\n            callback = a;\\n        }\\n        var filename = pathToFilename(path);\\n        mode = mode | 0;\\n        this.wrapAsync(this.accessBase, [filename, mode], callback);\\n    };\\n    Volume.prototype.appendFileSync = function (id, data, options) {\\n        if (options === void 0) { options = appendFileDefaults; }\\n        var opts = getAppendFileOpts(options);\\n        // force append behavior when using a supplied file descriptor\\n        if (!opts.flag || isFd(id))\\n            opts.flag = 'a';\\n        this.writeFileSync(id, data, opts);\\n    };\\n    Volume.prototype.appendFile = function (id, data, a, b) {\\n        var _a = getAppendFileOptsAndCb(a, b), opts = _a[0], callback = _a[1];\\n        // force append behavior when using a supplied file descriptor\\n        if (!opts.flag || isFd(id))\\n            opts.flag = 'a';\\n        this.writeFile(id, data, opts, callback);\\n    };\\n    Volume.prototype.readdirBase = function (filename, encoding) {\\n        var steps = filenameToSteps(filename);\\n        var link = this.getResolvedLink(steps);\\n        if (!link)\\n            throwError(ENOENT, 'readdir', filename);\\n        var node = link.getNode();\\n        if (!node.isDirectory())\\n            throwError(ENOTDIR, 'scandir', filename);\\n        var list = [];\\n        for (var name_3 in link.children)\\n            list.push(strToEncoding(name_3, encoding));\\n        if (!isWin && encoding !== 'buffer')\\n            list.sort();\\n        return list;\\n    };\\n    Volume.prototype.readdirSync = function (path, options) {\\n        var opts = getDefaultOpts(options);\\n        var filename = pathToFilename(path);\\n        return this.readdirBase(filename, opts.encoding);\\n    };\\n    Volume.prototype.readdir = function (path, a, b) {\\n        var options = a;\\n        var callback = b;\\n        if (typeof a === 'function') {\\n            callback = a;\\n            options = optsDefaults;\\n        }\\n        var opts = getDefaultOpts(options);\\n        var filename = pathToFilename(path);\\n        this.wrapAsync(this.readdirBase, [filename, opts.encoding], callback);\\n    };\\n    Volume.prototype.readlinkBase = function (filename, encoding) {\\n        var link = this.getLinkOrThrow(filename, 'readlink');\\n        var node = link.getNode();\\n        if (!node.isSymlink())\\n            throwError(EINVAL, 'readlink', filename);\\n        var str = sep + node.symlink.join(sep);\\n        return strToEncoding(str, encoding);\\n    };\\n    Volume.prototype.readlinkSync = function (path, options) {\\n        var opts = getDefaultOpts(options);\\n        var filename = pathToFilename(path);\\n        return this.readlinkBase(filename, opts.encoding);\\n    };\\n    Volume.prototype.readlink = function (path, a, b) {\\n        var _a = getDefaultOptsAndCb(a, b), opts = _a[0], callback = _a[1];\\n        var filename = pathToFilename(path);\\n        this.wrapAsync(this.readlinkBase, [filename, opts.encoding], callback);\\n    };\\n    Volume.prototype.fsyncBase = function (fd) {\\n        this.getFileByFdOrThrow(fd, 'fsync');\\n    };\\n    Volume.prototype.fsyncSync = function (fd) {\\n        this.fsyncBase(fd);\\n    };\\n    Volume.prototype.fsync = function (fd, callback) {\\n        this.wrapAsync(this.fsyncBase, [fd], callback);\\n    };\\n    Volume.prototype.fdatasyncBase = function (fd) {\\n        this.getFileByFdOrThrow(fd, 'fdatasync');\\n    };\\n    Volume.prototype.fdatasyncSync = function (fd) {\\n        this.fdatasyncBase(fd);\\n    };\\n    Volume.prototype.fdatasync = function (fd, callback) {\\n        this.wrapAsync(this.fdatasyncBase, [fd], callback);\\n    };\\n    Volume.prototype.ftruncateBase = function (fd, len) {\\n        var file = this.getFileByFdOrThrow(fd, 'ftruncate');\\n        file.truncate(len);\\n    };\\n    Volume.prototype.ftruncateSync = function (fd, len) {\\n        this.ftruncateBase(fd, len);\\n    };\\n    Volume.prototype.ftruncate = function (fd, a, b) {\\n        var _a = getArgAndCb(a, b), len = _a[0], callback = _a[1];\\n        this.wrapAsync(this.ftruncateBase, [fd, len], callback);\\n    };\\n    Volume.prototype.truncateBase = function (path, len) {\\n        var fd = this.openSync(path, 'r+');\\n        try {\\n            this.ftruncateSync(fd, len);\\n        }\\n        finally {\\n            this.closeSync(fd);\\n        }\\n    };\\n    Volume.prototype.truncateSync = function (id, len) {\\n        if (isFd(id))\\n            return this.ftruncateSync(id, len);\\n        this.truncateBase(id, len);\\n    };\\n    Volume.prototype.truncate = function (id, a, b) {\\n        if (isFd(id))\\n            return this.ftruncate(id, a, b);\\n        var _a = getArgAndCb(a, b, 0), len = _a[0], callback = _a[1];\\n        this.wrapAsync(this.truncateBase, [id, len], callback);\\n    };\\n    Volume.prototype.futimesBase = function (fd, atime, mtime) {\\n        var file = this.getFileByFdOrThrow(fd, 'futimes');\\n        var node = file.node;\\n        node.atime = new Date(atime * 1000);\\n        node.mtime = new Date(mtime * 1000);\\n    };\\n    Volume.prototype.futimesSync = function (fd, atime, mtime) {\\n        this.futimesBase(fd, toUnixTimestamp(atime), toUnixTimestamp(mtime));\\n    };\\n    Volume.prototype.futimes = function (fd, atime, mtime, callback) {\\n        this.wrapAsync(this.futimesBase, [fd, toUnixTimestamp(atime), toUnixTimestamp(mtime)], callback);\\n    };\\n    Volume.prototype.utimesBase = function (filename, atime, mtime) {\\n        var fd = this.openSync(filename, 'r+');\\n        try {\\n            this.futimesBase(fd, atime, mtime);\\n        }\\n        finally {\\n            this.closeSync(fd);\\n        }\\n    };\\n    Volume.prototype.utimesSync = function (path, atime, mtime) {\\n        this.utimesBase(pathToFilename(path), toUnixTimestamp(atime), toUnixTimestamp(mtime));\\n    };\\n    Volume.prototype.utimes = function (path, atime, mtime, callback) {\\n        this.wrapAsync(this.utimesBase, [pathToFilename(path), toUnixTimestamp(atime), toUnixTimestamp(mtime)], callback);\\n    };\\n    Volume.prototype.mkdirBase = function (filename, modeNum) {\\n        var steps = filenameToSteps(filename);\\n        var dir = this.getLinkParentAsDirOrThrow(filename, 'mkdir');\\n        // Check path already exists.\\n        var name = steps[steps.length - 1];\\n        if (dir.getChild(name))\\n            throwError(EEXIST, 'mkdir', filename);\\n        dir.createChild(name, this.createNode(true, modeNum));\\n    };\\n    Volume.prototype.mkdirSync = function (path, mode) {\\n        var modeNum = modeToNumber(mode, 511);\\n        var filename = pathToFilename(path);\\n        this.mkdirBase(filename, modeNum);\\n    };\\n    Volume.prototype.mkdir = function (path, a, b) {\\n        var _a = getArgAndCb(a, b), mode = _a[0], callback = _a[1];\\n        var modeNum = modeToNumber(mode, 511);\\n        var filename = pathToFilename(path);\\n        this.wrapAsync(this.mkdirBase, [filename, modeNum], callback);\\n    };\\n    Volume.prototype.mkdtempBase = function (prefix, encoding, retry) {\\n        if (retry === void 0) { retry = 5; }\\n        var filename = prefix + this.genRndStr();\\n        try {\\n            this.mkdirBase(filename, 511 /* DIR */);\\n            return strToEncoding(filename, encoding);\\n        }\\n        catch (err) {\\n            if (err.code === EEXIST) {\\n                if (retry > 1)\\n                    this.mkdtempBase(prefix, encoding, retry - 1);\\n                else\\n                    throw Error('Could not create temp dir.');\\n            }\\n            else\\n                throw err;\\n        }\\n    };\\n    Volume.prototype.mkdtempSync = function (prefix, options) {\\n        var encoding = getDefaultOpts(options).encoding;\\n        if (!prefix || typeof prefix !== 'string')\\n            throw new TypeError('filename prefix is required');\\n        if (!nullCheck(prefix))\\n            return;\\n        return this.mkdtempBase(prefix, encoding);\\n    };\\n    Volume.prototype.mkdtemp = function (prefix, a, b) {\\n        var _a = getDefaultOptsAndCb(a, b), encoding = _a[0].encoding, callback = _a[1];\\n        if (!prefix || typeof prefix !== 'string')\\n            throw new TypeError('filename prefix is required');\\n        if (!nullCheck(prefix))\\n            return;\\n        this.wrapAsync(this.mkdtempBase, [prefix, encoding], callback);\\n    };\\n    /**\\n     * Creates directory tree recursively.\\n     * @param filename\\n     * @param modeNum\\n     */\\n    Volume.prototype.mkdirpBase = function (filename, modeNum) {\\n        var steps = filenameToSteps(filename);\\n        var link = this.root;\\n        for (var i = 0; i < steps.length; i++) {\\n            var step = steps[i];\\n            if (!link.getNode().isDirectory())\\n                throwError(ENOTDIR, 'mkdirp', link.getPath());\\n            var child = link.getChild(step);\\n            if (child) {\\n                if (child.getNode().isDirectory())\\n                    link = child;\\n                else\\n                    throwError(ENOTDIR, 'mkdirp', child.getPath());\\n            }\\n            else {\\n                link = link.createChild(step, this.createNode(true, modeNum));\\n            }\\n        }\\n    };\\n    Volume.prototype.mkdirpSync = function (path, mode) {\\n        var modeNum = modeToNumber(mode, 511);\\n        var filename = pathToFilename(path);\\n        this.mkdirpBase(filename, modeNum);\\n    };\\n    Volume.prototype.mkdirp = function (path, a, b) {\\n        var _a = getArgAndCb(a, b), mode = _a[0], callback = _a[1];\\n        var modeNum = modeToNumber(mode, 511);\\n        var filename = pathToFilename(path);\\n        this.wrapAsync(this.mkdirpBase, [filename, modeNum], callback);\\n    };\\n    Volume.prototype.rmdirBase = function (filename) {\\n        var link = this.getLinkAsDirOrThrow(filename, 'rmdir');\\n        // Check directory is empty.\\n        if (link.length)\\n            throwError(ENOTEMPTY, 'rmdir', filename);\\n        this.deleteLink(link);\\n    };\\n    Volume.prototype.rmdirSync = function (path) {\\n        this.rmdirBase(pathToFilename(path));\\n    };\\n    Volume.prototype.rmdir = function (path, callback) {\\n        this.wrapAsync(this.rmdirBase, [pathToFilename(path)], callback);\\n    };\\n    Volume.prototype.fchmodBase = function (fd, modeNum) {\\n        var file = this.getFileByFdOrThrow(fd, 'fchmod');\\n        file.chmod(modeNum);\\n    };\\n    Volume.prototype.fchmodSync = function (fd, mode) {\\n        this.fchmodBase(fd, modeToNumber(mode));\\n    };\\n    Volume.prototype.fchmod = function (fd, mode, callback) {\\n        this.wrapAsync(this.fchmodBase, [fd, modeToNumber(mode)], callback);\\n    };\\n    Volume.prototype.chmodBase = function (filename, modeNum) {\\n        var fd = this.openSync(filename, 'r+');\\n        try {\\n            this.fchmodBase(fd, modeNum);\\n        }\\n        finally {\\n            this.closeSync(fd);\\n        }\\n    };\\n    Volume.prototype.chmodSync = function (path, mode) {\\n        var modeNum = modeToNumber(mode);\\n        var filename = pathToFilename(path);\\n        this.chmodBase(filename, modeNum);\\n    };\\n    Volume.prototype.chmod = function (path, mode, callback) {\\n        var modeNum = modeToNumber(mode);\\n        var filename = pathToFilename(path);\\n        this.wrapAsync(this.chmodBase, [filename, modeNum], callback);\\n    };\\n    Volume.prototype.lchmodBase = function (filename, modeNum) {\\n        var fd = this.openBase(filename, O_RDWR, 0, false);\\n        try {\\n            this.fchmodBase(fd, modeNum);\\n        }\\n        finally {\\n            this.closeSync(fd);\\n        }\\n    };\\n    Volume.prototype.lchmodSync = function (path, mode) {\\n        var modeNum = modeToNumber(mode);\\n        var filename = pathToFilename(path);\\n        this.lchmodBase(filename, modeNum);\\n    };\\n    Volume.prototype.lchmod = function (path, mode, callback) {\\n        var modeNum = modeToNumber(mode);\\n        var filename = pathToFilename(path);\\n        this.wrapAsync(this.lchmodBase, [filename, modeNum], callback);\\n    };\\n    Volume.prototype.fchownBase = function (fd, uid, gid) {\\n        this.getFileByFdOrThrow(fd, 'fchown').chown(uid, gid);\\n    };\\n    Volume.prototype.fchownSync = function (fd, uid, gid) {\\n        validateUid(uid);\\n        validateGid(gid);\\n        this.fchownBase(fd, uid, gid);\\n    };\\n    Volume.prototype.fchown = function (fd, uid, gid, callback) {\\n        validateUid(uid);\\n        validateGid(gid);\\n        this.wrapAsync(this.fchownBase, [fd, uid, gid], callback);\\n    };\\n    Volume.prototype.chownBase = function (filename, uid, gid) {\\n        var link = this.getResolvedLinkOrThrow(filename, 'chown');\\n        var node = link.getNode();\\n        node.chown(uid, gid);\\n        // if(node.isFile() || node.isSymlink()) {\\n        //\\n        // } else if(node.isDirectory()) {\\n        //\\n        // } else {\\n        // TODO: What do we do here?\\n        // }\\n    };\\n    Volume.prototype.chownSync = function (path, uid, gid) {\\n        validateUid(uid);\\n        validateGid(gid);\\n        this.chownBase(pathToFilename(path), uid, gid);\\n    };\\n    Volume.prototype.chown = function (path, uid, gid, callback) {\\n        validateUid(uid);\\n        validateGid(gid);\\n        this.wrapAsync(this.chownBase, [pathToFilename(path), uid, gid], callback);\\n    };\\n    Volume.prototype.lchownBase = function (filename, uid, gid) {\\n        this.getLinkOrThrow(filename, 'lchown').getNode().chown(uid, gid);\\n    };\\n    Volume.prototype.lchownSync = function (path, uid, gid) {\\n        validateUid(uid);\\n        validateGid(gid);\\n        this.lchownBase(pathToFilename(path), uid, gid);\\n    };\\n    Volume.prototype.lchown = function (path, uid, gid, callback) {\\n        validateUid(uid);\\n        validateGid(gid);\\n        this.wrapAsync(this.lchownBase, [pathToFilename(path), uid, gid], callback);\\n    };\\n    Volume.prototype.watchFile = function (path, a, b) {\\n        var filename = pathToFilename(path);\\n        var options = a;\\n        var listener = b;\\n        if (typeof options === 'function') {\\n            listener = a;\\n            options = null;\\n        }\\n        if (typeof listener !== 'function') {\\n            throw Error('\\\"watchFile()\\\" requires a listener function');\\n        }\\n        var interval = 5007;\\n        var persistent = true;\\n        if (options && (typeof options === 'object')) {\\n            if (typeof options.interval === 'number')\\n                interval = options.interval;\\n            if (typeof options.persistent === 'boolean')\\n                persistent = options.persistent;\\n        }\\n        var watcher = this.statWatchers[filename];\\n        if (!watcher) {\\n            watcher = new this.StatWatcher;\\n            watcher.start(filename, persistent, interval);\\n            this.statWatchers[filename] = watcher;\\n        }\\n        watcher.addListener('change', listener);\\n        return watcher;\\n    };\\n    Volume.prototype.unwatchFile = function (path, listener) {\\n        var filename = pathToFilename(path);\\n        var watcher = this.statWatchers[filename];\\n        if (!watcher)\\n            return;\\n        if (typeof listener === 'function') {\\n            watcher.removeListener('change', listener);\\n        }\\n        else {\\n            watcher.removeAllListeners('change');\\n        }\\n        if (watcher.listenerCount('change') === 0) {\\n            watcher.stop();\\n            delete this.statWatchers[filename];\\n        }\\n    };\\n    Volume.prototype.createReadStream = function (path, options) {\\n        return new this.ReadStream(path, options);\\n    };\\n    Volume.prototype.createWriteStream = function (path, options) {\\n        return new this.WriteStream(path, options);\\n    };\\n    // watch(path: TFilePath): FSWatcher;\\n    // watch(path: TFilePath, options?: IWatchOptions | string): FSWatcher;\\n    Volume.prototype.watch = function (path, options, listener) {\\n        var filename = pathToFilename(path);\\n        if (typeof options === 'function') {\\n            listener = options;\\n            options = null;\\n        }\\n        var _a = getDefaultOpts(options), persistent = _a.persistent, recursive = _a.recursive, encoding = _a.encoding;\\n        if (persistent === undefined)\\n            persistent = true;\\n        if (recursive === undefined)\\n            recursive = false;\\n        var watcher = new this.FSWatcher;\\n        watcher.start(filename, persistent, recursive, encoding);\\n        if (listener) {\\n            watcher.addListener('change', listener);\\n        }\\n        return watcher;\\n    };\\n    /**\\n     * Global file descriptor counter. UNIX file descriptors start from 0 and go sequentially\\n     * up, so here, in order not to conflict with them, we choose some big number and descrease\\n     * the file descriptor of every new opened file.\\n     * @type {number}\\n     * @todo This should not be static, right?\\n     */\\n    Volume.fd = 0xFFFFFFFF;\\n    return Volume;\\n}());\\nexports.Volume = Volume;\\nfunction emitStop(self) {\\n    self.emit('stop');\\n}\\nvar StatWatcher = /** @class */ (function (_super) {\\n    __extends(StatWatcher, _super);\\n    function StatWatcher(vol) {\\n        var _this = _super.call(this) || this;\\n        _this.vol = null;\\n        _this.timeoutRef = null;\\n        _this.prev = null;\\n        _this.onInterval = function () {\\n            try {\\n                var stats = _this.vol.statSync(_this.filename);\\n                if (_this.hasChanged(stats)) {\\n                    _this.emit('change', stats, _this.prev);\\n                    _this.prev = stats;\\n                }\\n            }\\n            finally {\\n                _this.loop();\\n            }\\n        };\\n        _this.vol = vol;\\n        return _this;\\n    }\\n    StatWatcher.prototype.loop = function () {\\n        this.timeoutRef = this.setTimeout(this.onInterval, this.interval);\\n    };\\n    StatWatcher.prototype.hasChanged = function (stats) {\\n        // if(!this.prev) return false;\\n        if (stats.mtimeMs > this.prev.mtimeMs)\\n            return true;\\n        if (stats.nlink !== this.prev.nlink)\\n            return true;\\n        return false;\\n    };\\n    StatWatcher.prototype.start = function (path, persistent, interval) {\\n        if (persistent === void 0) { persistent = true; }\\n        if (interval === void 0) { interval = 5007; }\\n        this.filename = pathToFilename(path);\\n        this.setTimeout = persistent ? setTimeout : setTimeoutUnref_1.default;\\n        this.interval = interval;\\n        this.prev = this.vol.statSync(this.filename);\\n        this.loop();\\n    };\\n    StatWatcher.prototype.stop = function () {\\n        clearTimeout(this.timeoutRef);\\n        process_1.default.nextTick(emitStop, this);\\n    };\\n    return StatWatcher;\\n}(events_1.EventEmitter));\\nexports.StatWatcher = StatWatcher;\\nvar pool;\\nfunction allocNewPool(poolSize) {\\n    pool = buffer_1.Buffer.allocUnsafe(poolSize);\\n    pool.used = 0;\\n}\\nutil.inherits(FsReadStream, stream_1.Readable);\\nexports.ReadStream = FsReadStream;\\nfunction FsReadStream(vol, path, options) {\\n    if (!(this instanceof FsReadStream))\\n        return new FsReadStream(vol, path, options);\\n    this._vol = vol;\\n    // a little bit bigger buffer and water marks by default\\n    options = extend({}, getOptions(options, {}));\\n    if (options.highWaterMark === undefined)\\n        options.highWaterMark = 64 * 1024;\\n    stream_1.Readable.call(this, options);\\n    this.path = pathToFilename(path);\\n    this.fd = options.fd === undefined ? null : options.fd;\\n    this.flags = options.flags === undefined ? 'r' : options.flags;\\n    this.mode = options.mode === undefined ? 438 : options.mode;\\n    this.start = options.start;\\n    this.end = options.end;\\n    this.autoClose = options.autoClose === undefined ? true : options.autoClose;\\n    this.pos = undefined;\\n    this.bytesRead = 0;\\n    if (this.start !== undefined) {\\n        if (typeof this.start !== 'number') {\\n            throw new TypeError('\\\"start\\\" option must be a Number');\\n        }\\n        if (this.end === undefined) {\\n            this.end = Infinity;\\n        }\\n        else if (typeof this.end !== 'number') {\\n            throw new TypeError('\\\"end\\\" option must be a Number');\\n        }\\n        if (this.start > this.end) {\\n            throw new Error('\\\"start\\\" option must be <= \\\"end\\\" option');\\n        }\\n        this.pos = this.start;\\n    }\\n    if (typeof this.fd !== 'number')\\n        this.open();\\n    this.on('end', function () {\\n        if (this.autoClose) {\\n            if (this.destroy)\\n                this.destroy();\\n        }\\n    });\\n}\\nFsReadStream.prototype.open = function () {\\n    var self = this;\\n    this._vol.open(this.path, this.flags, this.mode, function (er, fd) {\\n        if (er) {\\n            if (self.autoClose) {\\n                if (self.destroy)\\n                    self.destroy();\\n            }\\n            self.emit('error', er);\\n            return;\\n        }\\n        self.fd = fd;\\n        self.emit('open', fd);\\n        // start the flow of data.\\n        self.read();\\n    });\\n};\\nFsReadStream.prototype._read = function (n) {\\n    if (typeof this.fd !== 'number') {\\n        return this.once('open', function () {\\n            this._read(n);\\n        });\\n    }\\n    if (this.destroyed)\\n        return;\\n    if (!pool || pool.length - pool.used < kMinPoolSpace) {\\n        // discard the old pool.\\n        allocNewPool(this._readableState.highWaterMark);\\n    }\\n    // Grab another reference to the pool in the case that while we're\\n    // in the thread pool another read() finishes up the pool, and\\n    // allocates a new one.\\n    var thisPool = pool;\\n    var toRead = Math.min(pool.length - pool.used, n);\\n    var start = pool.used;\\n    if (this.pos !== undefined)\\n        toRead = Math.min(this.end - this.pos + 1, toRead);\\n    // already read everything we were supposed to read!\\n    // treat as EOF.\\n    if (toRead <= 0)\\n        return this.push(null);\\n    // the actual read.\\n    var self = this;\\n    this._vol.read(this.fd, pool, pool.used, toRead, this.pos, onread);\\n    // move the pool positions, and internal position for reading.\\n    if (this.pos !== undefined)\\n        this.pos += toRead;\\n    pool.used += toRead;\\n    function onread(er, bytesRead) {\\n        if (er) {\\n            if (self.autoClose && self.destroy) {\\n                self.destroy();\\n            }\\n            self.emit('error', er);\\n        }\\n        else {\\n            var b = null;\\n            if (bytesRead > 0) {\\n                self.bytesRead += bytesRead;\\n                b = thisPool.slice(start, start + bytesRead);\\n            }\\n            self.push(b);\\n        }\\n    }\\n};\\nFsReadStream.prototype._destroy = function (err, cb) {\\n    this.close(function (err2) {\\n        cb(err || err2);\\n    });\\n};\\nFsReadStream.prototype.close = function (cb) {\\n    var _this = this;\\n    if (cb)\\n        this.once('close', cb);\\n    if (this.closed || typeof this.fd !== 'number') {\\n        if (typeof this.fd !== 'number') {\\n            this.once('open', closeOnOpen);\\n            return;\\n        }\\n        return process_1.default.nextTick(function () { return _this.emit('close'); });\\n    }\\n    this.closed = true;\\n    this._vol.close(this.fd, function (er) {\\n        if (er)\\n            _this.emit('error', er);\\n        else\\n            _this.emit('close');\\n    });\\n    this.fd = null;\\n};\\n// needed because as it will be called with arguments\\n// that does not match this.close() signature\\nfunction closeOnOpen(fd) {\\n    this.close();\\n}\\nutil.inherits(FsWriteStream, stream_1.Writable);\\nexports.WriteStream = FsWriteStream;\\nfunction FsWriteStream(vol, path, options) {\\n    if (!(this instanceof FsWriteStream))\\n        return new FsWriteStream(vol, path, options);\\n    this._vol = vol;\\n    options = extend({}, getOptions(options, {}));\\n    stream_1.Writable.call(this, options);\\n    this.path = pathToFilename(path);\\n    this.fd = options.fd === undefined ? null : options.fd;\\n    this.flags = options.flags === undefined ? 'w' : options.flags;\\n    this.mode = options.mode === undefined ? 438 : options.mode;\\n    this.start = options.start;\\n    this.autoClose = options.autoClose === undefined ? true : !!options.autoClose;\\n    this.pos = undefined;\\n    this.bytesWritten = 0;\\n    if (this.start !== undefined) {\\n        if (typeof this.start !== 'number') {\\n            throw new TypeError('\\\"start\\\" option must be a Number');\\n        }\\n        if (this.start < 0) {\\n            throw new Error('\\\"start\\\" must be >= zero');\\n        }\\n        this.pos = this.start;\\n    }\\n    if (options.encoding)\\n        this.setDefaultEncoding(options.encoding);\\n    if (typeof this.fd !== 'number')\\n        this.open();\\n    // dispose on finish.\\n    this.once('finish', function () {\\n        if (this.autoClose) {\\n            this.close();\\n        }\\n    });\\n}\\nFsWriteStream.prototype.open = function () {\\n    this._vol.open(this.path, this.flags, this.mode, function (er, fd) {\\n        if (er) {\\n            if (this.autoClose && this.destroy) {\\n                this.destroy();\\n            }\\n            this.emit('error', er);\\n            return;\\n        }\\n        this.fd = fd;\\n        this.emit('open', fd);\\n    }.bind(this));\\n};\\nFsWriteStream.prototype._write = function (data, encoding, cb) {\\n    if (!(data instanceof buffer_1.Buffer))\\n        return this.emit('error', new Error('Invalid data'));\\n    if (typeof this.fd !== 'number') {\\n        return this.once('open', function () {\\n            this._write(data, encoding, cb);\\n        });\\n    }\\n    var self = this;\\n    this._vol.write(this.fd, data, 0, data.length, this.pos, function (er, bytes) {\\n        if (er) {\\n            if (self.autoClose && self.destroy) {\\n                self.destroy();\\n            }\\n            return cb(er);\\n        }\\n        self.bytesWritten += bytes;\\n        cb();\\n    });\\n    if (this.pos !== undefined)\\n        this.pos += data.length;\\n};\\nFsWriteStream.prototype._writev = function (data, cb) {\\n    if (typeof this.fd !== 'number') {\\n        return this.once('open', function () {\\n            this._writev(data, cb);\\n        });\\n    }\\n    var self = this;\\n    var len = data.length;\\n    var chunks = new Array(len);\\n    var size = 0;\\n    for (var i = 0; i < len; i++) {\\n        var chunk = data[i].chunk;\\n        chunks[i] = chunk;\\n        size += chunk.length;\\n    }\\n    var buf = buffer_1.Buffer.concat(chunks);\\n    this._vol.write(this.fd, buf, 0, buf.length, this.pos, function (er, bytes) {\\n        if (er) {\\n            if (self.destroy)\\n                self.destroy();\\n            return cb(er);\\n        }\\n        self.bytesWritten += bytes;\\n        cb();\\n    });\\n    if (this.pos !== undefined)\\n        this.pos += size;\\n};\\nFsWriteStream.prototype._destroy = FsReadStream.prototype._destroy;\\nFsWriteStream.prototype.close = FsReadStream.prototype.close;\\n// There is no shutdown() for files.\\nFsWriteStream.prototype.destroySoon = FsWriteStream.prototype.end;\\n// ---------------------------------------- FSWatcher\\nvar FSWatcher = /** @class */ (function (_super) {\\n    __extends(FSWatcher, _super);\\n    function FSWatcher(vol) {\\n        var _this = _super.call(this) || this;\\n        _this._filename = '';\\n        _this._steps = null;\\n        _this._filenameEncoded = '';\\n        // _persistent: boolean = true;\\n        _this._recursive = false;\\n        _this._encoding = ENCODING_UTF8;\\n        _this._link = null;\\n        _this._onNodeChange = function () {\\n            _this._emit('change');\\n        };\\n        _this._onParentChild = function (link) {\\n            if (link.getName() === _this._getName()) {\\n                _this._emit('rename');\\n            }\\n        };\\n        _this._emit = function (type) {\\n            _this.emit('change', type, _this._filenameEncoded);\\n        };\\n        _this._persist = function () {\\n            _this._timer = setTimeout(_this._persist, 1e6);\\n        };\\n        _this._vol = vol;\\n        return _this;\\n        // TODO: Emit \\\"error\\\" messages when watching.\\n        // this._handle.onchange = function(status, eventType, filename) {\\n        //     if (status < 0) {\\n        //         self._handle.close();\\n        //         const error = !filename ?\\n        //             errnoException(status, 'Error watching file for changes:') :\\n        //             errnoException(status, `Error watching file ${filename} for changes:`);\\n        //         error.filename = filename;\\n        //         self.emit('error', error);\\n        //     } else {\\n        //         self.emit('change', eventType, filename);\\n        //     }\\n        // };\\n    }\\n    FSWatcher.prototype._getName = function () {\\n        return this._steps[this._steps.length - 1];\\n    };\\n    FSWatcher.prototype.start = function (path, persistent, recursive, encoding) {\\n        if (persistent === void 0) { persistent = true; }\\n        if (recursive === void 0) { recursive = false; }\\n        if (encoding === void 0) { encoding = ENCODING_UTF8; }\\n        this._filename = pathToFilename(path);\\n        this._steps = filenameToSteps(this._filename);\\n        this._filenameEncoded = strToEncoding(this._filename);\\n        // this._persistent = persistent;\\n        this._recursive = recursive;\\n        this._encoding = encoding;\\n        try {\\n            this._link = this._vol.getLinkOrThrow(this._filename, 'FSWatcher');\\n        }\\n        catch (err) {\\n            var error = new Error(\\\"watch \\\" + this._filename + \\\" \\\" + err.code);\\n            error.code = err.code;\\n            error.errno = err.code;\\n            throw error;\\n        }\\n        this._link.getNode().on('change', this._onNodeChange);\\n        var parent = this._link.parent;\\n        if (parent) {\\n            // parent.on('child:add', this._onParentChild);\\n            parent.on('child:delete', this._onParentChild);\\n        }\\n        if (persistent)\\n            this._persist();\\n    };\\n    FSWatcher.prototype.close = function () {\\n        clearTimeout(this._timer);\\n        this._link.getNode().removeListener('change', this._onNodeChange);\\n        var parent = this._link.parent;\\n        if (parent) {\\n            // parent.removeListener('child:add', this._onParentChild);\\n            parent.removeListener('child:delete', this._onParentChild);\\n        }\\n    };\\n    return FSWatcher;\\n}(events_1.EventEmitter));\\nexports.FSWatcher = FSWatcher;\\n\"\n    },\n    {\n      \"id\": 261,\n      \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/fast-extend/index.js\",\n      \"name\": \"./node_modules/fast-extend/index.js\",\n      \"index\": 222,\n      \"index2\": 214,\n      \"size\": 243,\n      \"cacheable\": true,\n      \"built\": true,\n      \"optional\": false,\n      \"prefetched\": false,\n      \"chunks\": [\n        2\n      ],\n      \"issuer\": \"/Users/jarred/Code/styleurl/node_modules/memfs/lib/volume.js\",\n      \"issuerId\": 260,\n      \"issuerName\": \"./node_modules/memfs/lib/volume.js\",\n      \"issuerPath\": [\n        {\n          \"id\": 191,\n          \"identifier\": \"multi /Users/jarred/Code/styleurl/webpack/customPublicPath /Users/jarred/Code/styleurl/chrome/extension/background\",\n          \"name\": \"multi ./webpack/customPublicPath ./chrome/extension/background\",\n          \"profile\": {\n            \"factory\": 0,\n            \"building\": 0,\n            \"dependencies\": 54\n          }\n        },\n        {\n          \"id\": 192,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/background.js\",\n          \"name\": \"./chrome/extension/background.js\",\n          \"profile\": {\n            \"factory\": 54,\n            \"building\": 639,\n            \"dependencies\": 140\n          }\n        },\n        {\n          \"id\": 255,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/stylesheet-differ/lib/index.js\",\n          \"name\": \"./node_modules/stylesheet-differ/lib/index.js\",\n          \"profile\": {\n            \"factory\": 140,\n            \"building\": 568,\n            \"dependencies\": 1\n          }\n        },\n        {\n          \"id\": 256,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/native-css/index.js\",\n          \"name\": \"./node_modules/native-css/index.js\",\n          \"profile\": {\n            \"factory\": 189,\n            \"building\": 603,\n            \"dependencies\": 1\n          }\n        },\n        {\n          \"id\": 257,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/native-css/src/native-css.js\",\n          \"name\": \"./node_modules/native-css/src/native-css.js\",\n          \"profile\": {\n            \"factory\": 26,\n            \"building\": 63,\n            \"dependencies\": 14\n          }\n        },\n        {\n          \"id\": 69,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/memfs/lib/index.js\",\n          \"name\": \"./node_modules/memfs/lib/index.js\",\n          \"profile\": {\n            \"factory\": 117,\n            \"building\": 25,\n            \"dependencies\": 27\n          }\n        },\n        {\n          \"id\": 260,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/memfs/lib/volume.js\",\n          \"name\": \"./node_modules/memfs/lib/volume.js\",\n          \"profile\": {\n            \"factory\": 51,\n            \"building\": 84,\n            \"dependencies\": 2\n          }\n        }\n      ],\n      \"profile\": {\n        \"factory\": 133,\n        \"building\": 20,\n        \"dependencies\": 1\n      },\n      \"failed\": false,\n      \"errors\": 0,\n      \"warnings\": 0,\n      \"assets\": [],\n      \"reasons\": [\n        {\n          \"moduleId\": 260,\n          \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/memfs/lib/volume.js\",\n          \"module\": \"./node_modules/memfs/lib/volume.js\",\n          \"moduleName\": \"./node_modules/memfs/lib/volume.js\",\n          \"type\": \"cjs require\",\n          \"userRequest\": \"fast-extend\",\n          \"loc\": \"19:13-35\"\n        }\n      ],\n      \"usedExports\": true,\n      \"providedExports\": null,\n      \"optimizationBailout\": [\n        \"ModuleConcatenation bailout: Module is not an ECMAScript module\"\n      ],\n      \"depth\": 7,\n      \"source\": \"\\n\\nvar slice = Array.prototype.slice;\\n\\n\\nfunction extend(a, b) {\\n    for(var key in b) a[key] = b[key];\\n\\n    return arguments.length < 3\\n        ? a\\n        : extend.apply(null, [a].concat(slice.call(arguments, 2)));\\n}\\n\\n\\nmodule.exports = extend;\"\n    },\n    {\n      \"id\": 262,\n      \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/memfs/lib/internal/errors.js\",\n      \"name\": \"./node_modules/memfs/lib/internal/errors.js\",\n      \"index\": 223,\n      \"index2\": 219,\n      \"size\": 12556,\n      \"cacheable\": true,\n      \"built\": true,\n      \"optional\": false,\n      \"prefetched\": false,\n      \"chunks\": [\n        2\n      ],\n      \"issuer\": \"/Users/jarred/Code/styleurl/node_modules/memfs/lib/volume.js\",\n      \"issuerId\": 260,\n      \"issuerName\": \"./node_modules/memfs/lib/volume.js\",\n      \"issuerPath\": [\n        {\n          \"id\": 191,\n          \"identifier\": \"multi /Users/jarred/Code/styleurl/webpack/customPublicPath /Users/jarred/Code/styleurl/chrome/extension/background\",\n          \"name\": \"multi ./webpack/customPublicPath ./chrome/extension/background\",\n          \"profile\": {\n            \"factory\": 0,\n            \"building\": 0,\n            \"dependencies\": 54\n          }\n        },\n        {\n          \"id\": 192,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/background.js\",\n          \"name\": \"./chrome/extension/background.js\",\n          \"profile\": {\n            \"factory\": 54,\n            \"building\": 639,\n            \"dependencies\": 140\n          }\n        },\n        {\n          \"id\": 255,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/stylesheet-differ/lib/index.js\",\n          \"name\": \"./node_modules/stylesheet-differ/lib/index.js\",\n          \"profile\": {\n            \"factory\": 140,\n            \"building\": 568,\n            \"dependencies\": 1\n          }\n        },\n        {\n          \"id\": 256,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/native-css/index.js\",\n          \"name\": \"./node_modules/native-css/index.js\",\n          \"profile\": {\n            \"factory\": 189,\n            \"building\": 603,\n            \"dependencies\": 1\n          }\n        },\n        {\n          \"id\": 257,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/native-css/src/native-css.js\",\n          \"name\": \"./node_modules/native-css/src/native-css.js\",\n          \"profile\": {\n            \"factory\": 26,\n            \"building\": 63,\n            \"dependencies\": 14\n          }\n        },\n        {\n          \"id\": 69,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/memfs/lib/index.js\",\n          \"name\": \"./node_modules/memfs/lib/index.js\",\n          \"profile\": {\n            \"factory\": 117,\n            \"building\": 25,\n            \"dependencies\": 27\n          }\n        },\n        {\n          \"id\": 260,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/memfs/lib/volume.js\",\n          \"name\": \"./node_modules/memfs/lib/volume.js\",\n          \"profile\": {\n            \"factory\": 51,\n            \"building\": 84,\n            \"dependencies\": 2\n          }\n        }\n      ],\n      \"profile\": {\n        \"factory\": 133,\n        \"building\": 20,\n        \"dependencies\": 1\n      },\n      \"failed\": false,\n      \"errors\": 0,\n      \"warnings\": 0,\n      \"assets\": [],\n      \"reasons\": [\n        {\n          \"moduleId\": 260,\n          \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/memfs/lib/volume.js\",\n          \"module\": \"./node_modules/memfs/lib/volume.js\",\n          \"moduleName\": \"./node_modules/memfs/lib/volume.js\",\n          \"type\": \"cjs require\",\n          \"userRequest\": \"./internal/errors\",\n          \"loc\": \"20:13-41\"\n        }\n      ],\n      \"usedExports\": true,\n      \"providedExports\": null,\n      \"optimizationBailout\": [\n        \"ModuleConcatenation bailout: Module is not an ECMAScript module\"\n      ],\n      \"depth\": 7,\n      \"source\": \"'use strict';\\n\\nvar _typeof = typeof Symbol === \\\"function\\\" && typeof Symbol.iterator === \\\"symbol\\\" ? function (obj) { return typeof obj; } : function (obj) { return obj && typeof Symbol === \\\"function\\\" && obj.constructor === Symbol && obj !== Symbol.prototype ? \\\"symbol\\\" : typeof obj; };\\n\\nvar _get = function get(object, property, receiver) { if (object === null) object = Function.prototype; var desc = Object.getOwnPropertyDescriptor(object, property); if (desc === undefined) { var parent = Object.getPrototypeOf(object); if (parent === null) { return undefined; } else { return get(parent, property, receiver); } } else if (\\\"value\\\" in desc) { return desc.value; } else { var getter = desc.get; if (getter === undefined) { return undefined; } return getter.call(receiver); } };\\n\\nfunction _classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw new TypeError(\\\"Cannot call a class as a function\\\"); } }\\n\\nfunction _possibleConstructorReturn(self, call) { if (!self) { throw new ReferenceError(\\\"this hasn't been initialised - super() hasn't been called\\\"); } return call && (typeof call === \\\"object\\\" || typeof call === \\\"function\\\") ? call : self; }\\n\\nfunction _inherits(subClass, superClass) { if (typeof superClass !== \\\"function\\\" && superClass !== null) { throw new TypeError(\\\"Super expression must either be null or a function, not \\\" + typeof superClass); } subClass.prototype = Object.create(superClass && superClass.prototype, { constructor: { value: subClass, enumerable: false, writable: true, configurable: true } }); if (superClass) Object.setPrototypeOf ? Object.setPrototypeOf(subClass, superClass) : subClass.__proto__ = superClass; }\\n\\nvar kCode = typeof Symbol === 'undefined' ? '_kCode' : Symbol('code');\\nvar messages = {};\\nvar assert = null;\\nvar util = null;\\n\\nfunction makeNodeError(Base) {\\n    return function (_Base) {\\n        _inherits(NodeError, _Base);\\n\\n        function NodeError(key) {\\n            _classCallCheck(this, NodeError);\\n\\n            for (var _len = arguments.length, args = Array(_len > 1 ? _len - 1 : 0), _key = 1; _key < _len; _key++) {\\n                args[_key - 1] = arguments[_key];\\n            }\\n\\n            var _this = _possibleConstructorReturn(this, (NodeError.__proto__ || Object.getPrototypeOf(NodeError)).call(this, message(key, args)));\\n\\n            _this.code = key;\\n            _this[kCode] = key;\\n            _this.name = _get(NodeError.prototype.__proto__ || Object.getPrototypeOf(NodeError.prototype), 'name', _this) + ' [' + _this[kCode] + ']';\\n            return _this;\\n        }\\n\\n        return NodeError;\\n    }(Base);\\n}\\n\\nvar AssertionError = function (_Error) {\\n    _inherits(AssertionError, _Error);\\n\\n    function AssertionError(options) {\\n        _classCallCheck(this, AssertionError);\\n\\n        if ((typeof options === 'undefined' ? 'undefined' : _typeof(options)) !== 'object' || options === null) {\\n            throw new exports.TypeError('ERR_INVALID_ARG_TYPE', 'options', 'object');\\n        }\\n        if (options.message) {\\n            var _this2 = _possibleConstructorReturn(this, (AssertionError.__proto__ || Object.getPrototypeOf(AssertionError)).call(this, options.message));\\n        } else {\\n            if (util === null) util = require('util');\\n\\n            var _this2 = _possibleConstructorReturn(this, (AssertionError.__proto__ || Object.getPrototypeOf(AssertionError)).call(this, util.inspect(options.actual).slice(0, 128) + ' ' + (options.operator + ' ' + util.inspect(options.expected).slice(0, 128))));\\n        }\\n\\n        _this2.generatedMessage = !options.message;\\n        _this2.name = 'AssertionError [ERR_ASSERTION]';\\n        _this2.code = 'ERR_ASSERTION';\\n        _this2.actual = options.actual;\\n        _this2.expected = options.expected;\\n        _this2.operator = options.operator;\\n        Error.captureStackTrace(_this2, options.stackStartFunction);\\n        return _possibleConstructorReturn(_this2);\\n    }\\n\\n    return AssertionError;\\n}(Error);\\n\\nfunction message(key, args) {\\n    if (assert === null) assert = require('assert');\\n    assert.strictEqual(typeof key === 'undefined' ? 'undefined' : _typeof(key), 'string');\\n\\n    var msg = messages[key];\\n    assert(msg, 'An invalid error message key was used: ' + key + '.');\\n    var fmt = void 0;\\n    if (typeof msg === 'function') {\\n        fmt = msg;\\n    } else {\\n        if (util === null) util = require('util');\\n        fmt = util.format;\\n        if (args === undefined || args.length === 0) return msg;\\n        args.unshift(msg);\\n    }\\n    return String(fmt.apply(null, args));\\n}\\n\\nfunction E(sym, val) {\\n    messages[sym] = typeof val === 'function' ? val : String(val);\\n}\\n\\nmodule.exports = exports = {\\n    message: message,\\n    Error: makeNodeError(Error),\\n    TypeError: makeNodeError(TypeError),\\n    RangeError: makeNodeError(RangeError),\\n    AssertionError: AssertionError,\\n    E: E };\\n\\nE('ERR_ARG_NOT_ITERABLE', '%s must be iterable');\\nE('ERR_ASSERTION', '%s');\\nE('ERR_BUFFER_OUT_OF_BOUNDS', bufferOutOfBounds);\\nE('ERR_CHILD_CLOSED_BEFORE_REPLY', 'Child closed before reply received');\\nE('ERR_CONSOLE_WRITABLE_STREAM', 'Console expects a writable stream instance for %s');\\nE('ERR_CPU_USAGE', 'Unable to obtain cpu usage %s');\\nE('ERR_DNS_SET_SERVERS_FAILED', function (err, servers) {\\n    return 'c-ares failed to set servers: \\\"' + err + '\\\" [' + servers + ']';\\n});\\nE('ERR_FALSY_VALUE_REJECTION', 'Promise was rejected with falsy value');\\nE('ERR_ENCODING_NOT_SUPPORTED', function (enc) {\\n    return 'The \\\"' + enc + '\\\" encoding is not supported';\\n});\\nE('ERR_ENCODING_INVALID_ENCODED_DATA', function (enc) {\\n    return 'The encoded data was not valid for encoding ' + enc;\\n});\\nE('ERR_HTTP_HEADERS_SENT', 'Cannot render headers after they are sent to the client');\\nE('ERR_HTTP_INVALID_STATUS_CODE', 'Invalid status code: %s');\\nE('ERR_HTTP_TRAILER_INVALID', 'Trailers are invalid with this transfer encoding');\\nE('ERR_INDEX_OUT_OF_RANGE', 'Index out of range');\\nE('ERR_INVALID_ARG_TYPE', invalidArgType);\\nE('ERR_INVALID_ARRAY_LENGTH', function (name, len, actual) {\\n    assert.strictEqual(typeof actual === 'undefined' ? 'undefined' : _typeof(actual), 'number');\\n    return 'The array \\\"' + name + '\\\" (length ' + actual + ') must be of length ' + len + '.';\\n});\\nE('ERR_INVALID_BUFFER_SIZE', 'Buffer size must be a multiple of %s');\\nE('ERR_INVALID_CALLBACK', 'Callback must be a function');\\nE('ERR_INVALID_CHAR', 'Invalid character in %s');\\nE('ERR_INVALID_CURSOR_POS', 'Cannot set cursor row without setting its column');\\nE('ERR_INVALID_FD', '\\\"fd\\\" must be a positive integer: %s');\\nE('ERR_INVALID_FILE_URL_HOST', 'File URL host must be \\\"localhost\\\" or empty on %s');\\nE('ERR_INVALID_FILE_URL_PATH', 'File URL path %s');\\nE('ERR_INVALID_HANDLE_TYPE', 'This handle type cannot be sent');\\nE('ERR_INVALID_IP_ADDRESS', 'Invalid IP address: %s');\\nE('ERR_INVALID_OPT_VALUE', function (name, value) {\\n    return 'The value \\\"' + String(value) + '\\\" is invalid for option \\\"' + name + '\\\"';\\n});\\nE('ERR_INVALID_OPT_VALUE_ENCODING', function (value) {\\n    return 'The value \\\"' + String(value) + '\\\" is invalid for option \\\"encoding\\\"';\\n});\\nE('ERR_INVALID_REPL_EVAL_CONFIG', 'Cannot specify both \\\"breakEvalOnSigint\\\" and \\\"eval\\\" for REPL');\\nE('ERR_INVALID_SYNC_FORK_INPUT', 'Asynchronous forks do not support Buffer, Uint8Array or string input: %s');\\nE('ERR_INVALID_THIS', 'Value of \\\"this\\\" must be of type %s');\\nE('ERR_INVALID_TUPLE', '%s must be an iterable %s tuple');\\nE('ERR_INVALID_URL', 'Invalid URL: %s');\\nE('ERR_INVALID_URL_SCHEME', function (expected) {\\n    return 'The URL must be ' + oneOf(expected, 'scheme');\\n});\\nE('ERR_IPC_CHANNEL_CLOSED', 'Channel closed');\\nE('ERR_IPC_DISCONNECTED', 'IPC channel is already disconnected');\\nE('ERR_IPC_ONE_PIPE', 'Child process can have only one IPC pipe');\\nE('ERR_IPC_SYNC_FORK', 'IPC cannot be used with synchronous forks');\\nE('ERR_MISSING_ARGS', missingArgs);\\nE('ERR_MULTIPLE_CALLBACK', 'Callback called multiple times');\\nE('ERR_NAPI_CONS_FUNCTION', 'Constructor must be a function');\\nE('ERR_NAPI_CONS_PROTOTYPE_OBJECT', 'Constructor.prototype must be an object');\\nE('ERR_NO_CRYPTO', 'Node.js is not compiled with OpenSSL crypto support');\\nE('ERR_NO_LONGER_SUPPORTED', '%s is no longer supported');\\nE('ERR_PARSE_HISTORY_DATA', 'Could not parse history data in %s');\\nE('ERR_SOCKET_ALREADY_BOUND', 'Socket is already bound');\\nE('ERR_SOCKET_BAD_PORT', 'Port should be > 0 and < 65536');\\nE('ERR_SOCKET_BAD_TYPE', 'Bad socket type specified. Valid types are: udp4, udp6');\\nE('ERR_SOCKET_CANNOT_SEND', 'Unable to send data');\\nE('ERR_SOCKET_CLOSED', 'Socket is closed');\\nE('ERR_SOCKET_DGRAM_NOT_RUNNING', 'Not running');\\nE('ERR_STDERR_CLOSE', 'process.stderr cannot be closed');\\nE('ERR_STDOUT_CLOSE', 'process.stdout cannot be closed');\\nE('ERR_STREAM_WRAP', 'Stream has StringDecoder set or is in objectMode');\\nE('ERR_TLS_CERT_ALTNAME_INVALID', 'Hostname/IP does not match certificate\\\\'s altnames: %s');\\nE('ERR_TLS_DH_PARAM_SIZE', function (size) {\\n    return 'DH parameter size ' + size + ' is less than 2048';\\n});\\nE('ERR_TLS_HANDSHAKE_TIMEOUT', 'TLS handshake timeout');\\nE('ERR_TLS_RENEGOTIATION_FAILED', 'Failed to renegotiate');\\nE('ERR_TLS_REQUIRED_SERVER_NAME', '\\\"servername\\\" is required parameter for Server.addContext');\\nE('ERR_TLS_SESSION_ATTACK', 'TSL session renegotiation attack detected');\\nE('ERR_TRANSFORM_ALREADY_TRANSFORMING', 'Calling transform done when still transforming');\\nE('ERR_TRANSFORM_WITH_LENGTH_0', 'Calling transform done when writableState.length != 0');\\nE('ERR_UNKNOWN_ENCODING', 'Unknown encoding: %s');\\nE('ERR_UNKNOWN_SIGNAL', 'Unknown signal: %s');\\nE('ERR_UNKNOWN_STDIN_TYPE', 'Unknown stdin file type');\\nE('ERR_UNKNOWN_STREAM_TYPE', 'Unknown stream file type');\\nE('ERR_V8BREAKITERATOR', 'Full ICU data not installed. ' + 'See https://github.com/nodejs/node/wiki/Intl');\\n\\nfunction invalidArgType(name, expected, actual) {\\n    assert(name, 'name is required');\\n\\n    var determiner = void 0;\\n    if (expected.includes('not ')) {\\n        determiner = 'must not be';\\n        expected = expected.split('not ')[1];\\n    } else {\\n        determiner = 'must be';\\n    }\\n\\n    var msg = void 0;\\n    if (Array.isArray(name)) {\\n        var names = name.map(function (val) {\\n            return '\\\"' + val + '\\\"';\\n        }).join(', ');\\n        msg = 'The ' + names + ' arguments ' + determiner + ' ' + oneOf(expected, 'type');\\n    } else if (name.includes(' argument')) {\\n        msg = 'The ' + name + ' ' + determiner + ' ' + oneOf(expected, 'type');\\n    } else {\\n        var type = name.includes('.') ? 'property' : 'argument';\\n        msg = 'The \\\"' + name + '\\\" ' + type + ' ' + determiner + ' ' + oneOf(expected, 'type');\\n    }\\n\\n    if (arguments.length >= 3) {\\n        msg += '. Received type ' + (actual !== null ? typeof actual === 'undefined' ? 'undefined' : _typeof(actual) : 'null');\\n    }\\n    return msg;\\n}\\n\\nfunction missingArgs() {\\n    for (var _len2 = arguments.length, args = Array(_len2), _key2 = 0; _key2 < _len2; _key2++) {\\n        args[_key2] = arguments[_key2];\\n    }\\n\\n    assert(args.length > 0, 'At least one arg needs to be specified');\\n    var msg = 'The ';\\n    var len = args.length;\\n    args = args.map(function (a) {\\n        return '\\\"' + a + '\\\"';\\n    });\\n    switch (len) {\\n        case 1:\\n            msg += args[0] + ' argument';\\n            break;\\n        case 2:\\n            msg += args[0] + ' and ' + args[1] + ' arguments';\\n            break;\\n        default:\\n            msg += args.slice(0, len - 1).join(', ');\\n            msg += ', and ' + args[len - 1] + ' arguments';\\n            break;\\n    }\\n    return msg + ' must be specified';\\n}\\n\\nfunction oneOf(expected, thing) {\\n    assert(expected, 'expected is required');\\n    assert(typeof thing === 'string', 'thing is required');\\n    if (Array.isArray(expected)) {\\n        var len = expected.length;\\n        assert(len > 0, 'At least one expected value needs to be specified');\\n        expected = expected.map(function (i) {\\n            return String(i);\\n        });\\n        if (len > 2) {\\n            return 'one of ' + thing + ' ' + expected.slice(0, len - 1).join(', ') + ', or ' + expected[len - 1];\\n        } else if (len === 2) {\\n            return 'one of ' + thing + ' ' + expected[0] + ' or ' + expected[1];\\n        } else {\\n            return 'of ' + thing + ' ' + expected[0];\\n        }\\n    } else {\\n        return 'of ' + thing + ' ' + String(expected);\\n    }\\n}\\n\\nfunction bufferOutOfBounds(name, isWriting) {\\n    if (isWriting) {\\n        return 'Attempt to write outside buffer bounds';\\n    } else {\\n        return '\\\"' + name + '\\\" is outside of buffer bounds';\\n    }\\n}\"\n    },\n    {\n      \"id\": 263,\n      \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/util/support/isBufferBrowser.js\",\n      \"name\": \"./node_modules/util/support/isBufferBrowser.js\",\n      \"index\": 225,\n      \"index2\": 215,\n      \"size\": 203,\n      \"cacheable\": true,\n      \"built\": true,\n      \"optional\": false,\n      \"prefetched\": false,\n      \"chunks\": [\n        2\n      ],\n      \"issuer\": \"/Users/jarred/Code/styleurl/node_modules/util/util.js\",\n      \"issuerId\": 38,\n      \"issuerName\": \"./node_modules/util/util.js\",\n      \"issuerPath\": [\n        {\n          \"id\": 191,\n          \"identifier\": \"multi /Users/jarred/Code/styleurl/webpack/customPublicPath /Users/jarred/Code/styleurl/chrome/extension/background\",\n          \"name\": \"multi ./webpack/customPublicPath ./chrome/extension/background\",\n          \"profile\": {\n            \"factory\": 0,\n            \"building\": 0,\n            \"dependencies\": 54\n          }\n        },\n        {\n          \"id\": 192,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/background.js\",\n          \"name\": \"./chrome/extension/background.js\",\n          \"profile\": {\n            \"factory\": 54,\n            \"building\": 639,\n            \"dependencies\": 140\n          }\n        },\n        {\n          \"id\": 255,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/stylesheet-differ/lib/index.js\",\n          \"name\": \"./node_modules/stylesheet-differ/lib/index.js\",\n          \"profile\": {\n            \"factory\": 140,\n            \"building\": 568,\n            \"dependencies\": 1\n          }\n        },\n        {\n          \"id\": 256,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/native-css/index.js\",\n          \"name\": \"./node_modules/native-css/index.js\",\n          \"profile\": {\n            \"factory\": 189,\n            \"building\": 603,\n            \"dependencies\": 1\n          }\n        },\n        {\n          \"id\": 257,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/native-css/src/native-css.js\",\n          \"name\": \"./node_modules/native-css/src/native-css.js\",\n          \"profile\": {\n            \"factory\": 26,\n            \"building\": 63,\n            \"dependencies\": 14\n          }\n        },\n        {\n          \"id\": 293,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/fetch/lib/fetch.js\",\n          \"name\": \"./node_modules/fetch/lib/fetch.js\",\n          \"profile\": {\n            \"factory\": 117,\n            \"building\": 25,\n            \"dependencies\": 27\n          }\n        },\n        {\n          \"id\": 38,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/util/util.js\",\n          \"name\": \"./node_modules/util/util.js\",\n          \"profile\": {\n            \"factory\": 66,\n            \"building\": 38,\n            \"dependencies\": 20\n          }\n        }\n      ],\n      \"profile\": {\n        \"factory\": 94,\n        \"building\": 73\n      },\n      \"failed\": false,\n      \"errors\": 0,\n      \"warnings\": 0,\n      \"assets\": [],\n      \"reasons\": [\n        {\n          \"moduleId\": 38,\n          \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/util/util.js\",\n          \"module\": \"./node_modules/util/util.js\",\n          \"moduleName\": \"./node_modules/util/util.js\",\n          \"type\": \"cjs require\",\n          \"userRequest\": \"./support/isBuffer\",\n          \"loc\": \"526:19-48\"\n        }\n      ],\n      \"usedExports\": true,\n      \"providedExports\": null,\n      \"optimizationBailout\": [\n        \"ModuleConcatenation bailout: Module is not an ECMAScript module\"\n      ],\n      \"depth\": 7,\n      \"source\": \"module.exports = function isBuffer(arg) {\\n  return arg && typeof arg === 'object'\\n    && typeof arg.copy === 'function'\\n    && typeof arg.fill === 'function'\\n    && typeof arg.readUInt8 === 'function';\\n}\"\n    },\n    {\n      \"id\": 264,\n      \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/util/node_modules/inherits/inherits_browser.js\",\n      \"name\": \"./node_modules/util/node_modules/inherits/inherits_browser.js\",\n      \"index\": 226,\n      \"index2\": 216,\n      \"size\": 672,\n      \"cacheable\": true,\n      \"built\": true,\n      \"optional\": false,\n      \"prefetched\": false,\n      \"chunks\": [\n        2\n      ],\n      \"issuer\": \"/Users/jarred/Code/styleurl/node_modules/util/util.js\",\n      \"issuerId\": 38,\n      \"issuerName\": \"./node_modules/util/util.js\",\n      \"issuerPath\": [\n        {\n          \"id\": 191,\n          \"identifier\": \"multi /Users/jarred/Code/styleurl/webpack/customPublicPath /Users/jarred/Code/styleurl/chrome/extension/background\",\n          \"name\": \"multi ./webpack/customPublicPath ./chrome/extension/background\",\n          \"profile\": {\n            \"factory\": 0,\n            \"building\": 0,\n            \"dependencies\": 54\n          }\n        },\n        {\n          \"id\": 192,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/background.js\",\n          \"name\": \"./chrome/extension/background.js\",\n          \"profile\": {\n            \"factory\": 54,\n            \"building\": 639,\n            \"dependencies\": 140\n          }\n        },\n        {\n          \"id\": 255,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/stylesheet-differ/lib/index.js\",\n          \"name\": \"./node_modules/stylesheet-differ/lib/index.js\",\n          \"profile\": {\n            \"factory\": 140,\n            \"building\": 568,\n            \"dependencies\": 1\n          }\n        },\n        {\n          \"id\": 256,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/native-css/index.js\",\n          \"name\": \"./node_modules/native-css/index.js\",\n          \"profile\": {\n            \"factory\": 189,\n            \"building\": 603,\n            \"dependencies\": 1\n          }\n        },\n        {\n          \"id\": 257,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/native-css/src/native-css.js\",\n          \"name\": \"./node_modules/native-css/src/native-css.js\",\n          \"profile\": {\n            \"factory\": 26,\n            \"building\": 63,\n            \"dependencies\": 14\n          }\n        },\n        {\n          \"id\": 293,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/fetch/lib/fetch.js\",\n          \"name\": \"./node_modules/fetch/lib/fetch.js\",\n          \"profile\": {\n            \"factory\": 117,\n            \"building\": 25,\n            \"dependencies\": 27\n          }\n        },\n        {\n          \"id\": 38,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/util/util.js\",\n          \"name\": \"./node_modules/util/util.js\",\n          \"profile\": {\n            \"factory\": 66,\n            \"building\": 38,\n            \"dependencies\": 20\n          }\n        }\n      ],\n      \"profile\": {\n        \"factory\": 94,\n        \"building\": 73\n      },\n      \"failed\": false,\n      \"errors\": 0,\n      \"warnings\": 0,\n      \"assets\": [],\n      \"reasons\": [\n        {\n          \"moduleId\": 38,\n          \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/util/util.js\",\n          \"module\": \"./node_modules/util/util.js\",\n          \"moduleName\": \"./node_modules/util/util.js\",\n          \"type\": \"cjs require\",\n          \"userRequest\": \"inherits\",\n          \"loc\": \"570:19-38\"\n        }\n      ],\n      \"usedExports\": true,\n      \"providedExports\": null,\n      \"optimizationBailout\": [\n        \"ModuleConcatenation bailout: Module is not an ECMAScript module\"\n      ],\n      \"depth\": 7,\n      \"source\": \"if (typeof Object.create === 'function') {\\n  // implementation from standard node.js 'util' module\\n  module.exports = function inherits(ctor, superCtor) {\\n    ctor.super_ = superCtor\\n    ctor.prototype = Object.create(superCtor.prototype, {\\n      constructor: {\\n        value: ctor,\\n        enumerable: false,\\n        writable: true,\\n        configurable: true\\n      }\\n    });\\n  };\\n} else {\\n  // old school shim for old browsers\\n  module.exports = function inherits(ctor, superCtor) {\\n    ctor.super_ = superCtor\\n    var TempCtor = function () {}\\n    TempCtor.prototype = superCtor.prototype\\n    ctor.prototype = new TempCtor()\\n    ctor.prototype.constructor = ctor\\n  }\\n}\\n\"\n    },\n    {\n      \"id\": 265,\n      \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/memfs/lib/setTimeoutUnref.js\",\n      \"name\": \"./node_modules/memfs/lib/setTimeoutUnref.js\",\n      \"index\": 228,\n      \"index2\": 220,\n      \"size\": 541,\n      \"cacheable\": true,\n      \"built\": true,\n      \"optional\": false,\n      \"prefetched\": false,\n      \"chunks\": [\n        2\n      ],\n      \"issuer\": \"/Users/jarred/Code/styleurl/node_modules/memfs/lib/volume.js\",\n      \"issuerId\": 260,\n      \"issuerName\": \"./node_modules/memfs/lib/volume.js\",\n      \"issuerPath\": [\n        {\n          \"id\": 191,\n          \"identifier\": \"multi /Users/jarred/Code/styleurl/webpack/customPublicPath /Users/jarred/Code/styleurl/chrome/extension/background\",\n          \"name\": \"multi ./webpack/customPublicPath ./chrome/extension/background\",\n          \"profile\": {\n            \"factory\": 0,\n            \"building\": 0,\n            \"dependencies\": 54\n          }\n        },\n        {\n          \"id\": 192,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/background.js\",\n          \"name\": \"./chrome/extension/background.js\",\n          \"profile\": {\n            \"factory\": 54,\n            \"building\": 639,\n            \"dependencies\": 140\n          }\n        },\n        {\n          \"id\": 255,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/stylesheet-differ/lib/index.js\",\n          \"name\": \"./node_modules/stylesheet-differ/lib/index.js\",\n          \"profile\": {\n            \"factory\": 140,\n            \"building\": 568,\n            \"dependencies\": 1\n          }\n        },\n        {\n          \"id\": 256,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/native-css/index.js\",\n          \"name\": \"./node_modules/native-css/index.js\",\n          \"profile\": {\n            \"factory\": 189,\n            \"building\": 603,\n            \"dependencies\": 1\n          }\n        },\n        {\n          \"id\": 257,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/native-css/src/native-css.js\",\n          \"name\": \"./node_modules/native-css/src/native-css.js\",\n          \"profile\": {\n            \"factory\": 26,\n            \"building\": 63,\n            \"dependencies\": 14\n          }\n        },\n        {\n          \"id\": 69,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/memfs/lib/index.js\",\n          \"name\": \"./node_modules/memfs/lib/index.js\",\n          \"profile\": {\n            \"factory\": 117,\n            \"building\": 25,\n            \"dependencies\": 27\n          }\n        },\n        {\n          \"id\": 260,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/memfs/lib/volume.js\",\n          \"name\": \"./node_modules/memfs/lib/volume.js\",\n          \"profile\": {\n            \"factory\": 51,\n            \"building\": 84,\n            \"dependencies\": 2\n          }\n        }\n      ],\n      \"profile\": {\n        \"factory\": 133,\n        \"building\": 20,\n        \"dependencies\": 1\n      },\n      \"failed\": false,\n      \"errors\": 0,\n      \"warnings\": 0,\n      \"assets\": [],\n      \"reasons\": [\n        {\n          \"moduleId\": 260,\n          \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/memfs/lib/volume.js\",\n          \"module\": \"./node_modules/memfs/lib/volume.js\",\n          \"moduleName\": \"./node_modules/memfs/lib/volume.js\",\n          \"type\": \"cjs require\",\n          \"userRequest\": \"./setTimeoutUnref\",\n          \"loc\": \"21:24-52\"\n        }\n      ],\n      \"usedExports\": true,\n      \"providedExports\": null,\n      \"optimizationBailout\": [\n        \"ModuleConcatenation bailout: Module is not an ECMAScript module\"\n      ],\n      \"depth\": 7,\n      \"source\": \"\\\"use strict\\\";\\nObject.defineProperty(exports, \\\"__esModule\\\", { value: true });\\n/**\\n * `setTimeoutUnref` is just like `setTimeout`, only in Node's environment it will \\\"unref\\\" its macro task.\\n * @param callback\\n * @param time\\n * @param args\\n * @returns {any}\\n */\\nfunction setTimeoutUnref(callback, time, args) {\\n    var ref = setTimeout.apply(null, arguments);\\n    /* istanbul ignore next */\\n    if (ref && (typeof ref === 'object') && (typeof ref.unref === 'function'))\\n        ref.unref();\\n    return ref;\\n}\\nexports.default = setTimeoutUnref;\\n\"\n    },\n    {\n      \"id\": 266,\n      \"identifier\": \"ignored /Users/jarred/Code/styleurl/node_modules/readable-stream/lib util\",\n      \"name\": \"util (ignored)\",\n      \"index\": 237,\n      \"index2\": 226,\n      \"size\": 15,\n      \"cacheable\": true,\n      \"built\": true,\n      \"optional\": false,\n      \"prefetched\": false,\n      \"chunks\": [\n        2\n      ],\n      \"issuer\": \"/Users/jarred/Code/styleurl/node_modules/readable-stream/lib/_stream_readable.js\",\n      \"issuerId\": 151,\n      \"issuerName\": \"./node_modules/readable-stream/lib/_stream_readable.js\",\n      \"issuerPath\": [\n        {\n          \"id\": 191,\n          \"identifier\": \"multi /Users/jarred/Code/styleurl/webpack/customPublicPath /Users/jarred/Code/styleurl/chrome/extension/background\",\n          \"name\": \"multi ./webpack/customPublicPath ./chrome/extension/background\",\n          \"profile\": {\n            \"factory\": 0,\n            \"building\": 0,\n            \"dependencies\": 54\n          }\n        },\n        {\n          \"id\": 192,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/background.js\",\n          \"name\": \"./chrome/extension/background.js\",\n          \"profile\": {\n            \"factory\": 54,\n            \"building\": 639,\n            \"dependencies\": 140\n          }\n        },\n        {\n          \"id\": 255,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/stylesheet-differ/lib/index.js\",\n          \"name\": \"./node_modules/stylesheet-differ/lib/index.js\",\n          \"profile\": {\n            \"factory\": 140,\n            \"building\": 568,\n            \"dependencies\": 1\n          }\n        },\n        {\n          \"id\": 256,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/native-css/index.js\",\n          \"name\": \"./node_modules/native-css/index.js\",\n          \"profile\": {\n            \"factory\": 189,\n            \"building\": 603,\n            \"dependencies\": 1\n          }\n        },\n        {\n          \"id\": 257,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/native-css/src/native-css.js\",\n          \"name\": \"./node_modules/native-css/src/native-css.js\",\n          \"profile\": {\n            \"factory\": 26,\n            \"building\": 63,\n            \"dependencies\": 14\n          }\n        },\n        {\n          \"id\": 293,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/fetch/lib/fetch.js\",\n          \"name\": \"./node_modules/fetch/lib/fetch.js\",\n          \"profile\": {\n            \"factory\": 117,\n            \"building\": 25,\n            \"dependencies\": 27\n          }\n        },\n        {\n          \"id\": 39,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/stream-browserify/index.js\",\n          \"name\": \"./node_modules/stream-browserify/index.js\",\n          \"profile\": {\n            \"factory\": 66,\n            \"building\": 38,\n            \"dependencies\": 20\n          }\n        },\n        {\n          \"id\": 132,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/readable-stream/readable-browser.js\",\n          \"name\": \"./node_modules/readable-stream/readable-browser.js\",\n          \"profile\": {\n            \"factory\": 83,\n            \"building\": 31,\n            \"dependencies\": 33\n          }\n        },\n        {\n          \"id\": 151,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/readable-stream/lib/_stream_readable.js\",\n          \"name\": \"./node_modules/readable-stream/lib/_stream_readable.js\",\n          \"profile\": {\n            \"factory\": 30,\n            \"building\": 90,\n            \"dependencies\": 58\n          }\n        }\n      ],\n      \"profile\": {\n        \"factory\": 43,\n        \"building\": 28,\n        \"dependencies\": 10\n      },\n      \"failed\": false,\n      \"errors\": 0,\n      \"warnings\": 0,\n      \"assets\": [],\n      \"reasons\": [\n        {\n          \"moduleId\": 151,\n          \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/readable-stream/lib/_stream_readable.js\",\n          \"module\": \"./node_modules/readable-stream/lib/_stream_readable.js\",\n          \"moduleName\": \"./node_modules/readable-stream/lib/_stream_readable.js\",\n          \"type\": \"cjs require\",\n          \"userRequest\": \"util\",\n          \"loc\": \"42:16-31\"\n        }\n      ],\n      \"usedExports\": true,\n      \"providedExports\": null,\n      \"optimizationBailout\": [\n        \"ModuleConcatenation bailout: Module is not an ECMAScript module\"\n      ],\n      \"depth\": 9\n    },\n    {\n      \"id\": 267,\n      \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/readable-stream/lib/internal/streams/BufferList.js\",\n      \"name\": \"./node_modules/readable-stream/lib/internal/streams/BufferList.js\",\n      \"index\": 238,\n      \"index2\": 227,\n      \"size\": 1458,\n      \"cacheable\": true,\n      \"built\": true,\n      \"optional\": false,\n      \"prefetched\": false,\n      \"chunks\": [\n        2\n      ],\n      \"issuer\": \"/Users/jarred/Code/styleurl/node_modules/readable-stream/lib/_stream_readable.js\",\n      \"issuerId\": 151,\n      \"issuerName\": \"./node_modules/readable-stream/lib/_stream_readable.js\",\n      \"issuerPath\": [\n        {\n          \"id\": 191,\n          \"identifier\": \"multi /Users/jarred/Code/styleurl/webpack/customPublicPath /Users/jarred/Code/styleurl/chrome/extension/background\",\n          \"name\": \"multi ./webpack/customPublicPath ./chrome/extension/background\",\n          \"profile\": {\n            \"factory\": 0,\n            \"building\": 0,\n            \"dependencies\": 54\n          }\n        },\n        {\n          \"id\": 192,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/background.js\",\n          \"name\": \"./chrome/extension/background.js\",\n          \"profile\": {\n            \"factory\": 54,\n            \"building\": 639,\n            \"dependencies\": 140\n          }\n        },\n        {\n          \"id\": 255,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/stylesheet-differ/lib/index.js\",\n          \"name\": \"./node_modules/stylesheet-differ/lib/index.js\",\n          \"profile\": {\n            \"factory\": 140,\n            \"building\": 568,\n            \"dependencies\": 1\n          }\n        },\n        {\n          \"id\": 256,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/native-css/index.js\",\n          \"name\": \"./node_modules/native-css/index.js\",\n          \"profile\": {\n            \"factory\": 189,\n            \"building\": 603,\n            \"dependencies\": 1\n          }\n        },\n        {\n          \"id\": 257,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/native-css/src/native-css.js\",\n          \"name\": \"./node_modules/native-css/src/native-css.js\",\n          \"profile\": {\n            \"factory\": 26,\n            \"building\": 63,\n            \"dependencies\": 14\n          }\n        },\n        {\n          \"id\": 293,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/fetch/lib/fetch.js\",\n          \"name\": \"./node_modules/fetch/lib/fetch.js\",\n          \"profile\": {\n            \"factory\": 117,\n            \"building\": 25,\n            \"dependencies\": 27\n          }\n        },\n        {\n          \"id\": 39,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/stream-browserify/index.js\",\n          \"name\": \"./node_modules/stream-browserify/index.js\",\n          \"profile\": {\n            \"factory\": 66,\n            \"building\": 38,\n            \"dependencies\": 20\n          }\n        },\n        {\n          \"id\": 132,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/readable-stream/readable-browser.js\",\n          \"name\": \"./node_modules/readable-stream/readable-browser.js\",\n          \"profile\": {\n            \"factory\": 83,\n            \"building\": 31,\n            \"dependencies\": 33\n          }\n        },\n        {\n          \"id\": 151,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/readable-stream/lib/_stream_readable.js\",\n          \"name\": \"./node_modules/readable-stream/lib/_stream_readable.js\",\n          \"profile\": {\n            \"factory\": 30,\n            \"building\": 90,\n            \"dependencies\": 58\n          }\n        }\n      ],\n      \"profile\": {\n        \"factory\": 43,\n        \"building\": 28,\n        \"dependencies\": 10\n      },\n      \"failed\": false,\n      \"errors\": 0,\n      \"warnings\": 0,\n      \"assets\": [],\n      \"reasons\": [\n        {\n          \"moduleId\": 151,\n          \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/readable-stream/lib/_stream_readable.js\",\n          \"module\": \"./node_modules/readable-stream/lib/_stream_readable.js\",\n          \"moduleName\": \"./node_modules/readable-stream/lib/_stream_readable.js\",\n          \"type\": \"cjs require\",\n          \"userRequest\": \"./internal/streams/BufferList\",\n          \"loc\": \"51:17-57\"\n        }\n      ],\n      \"usedExports\": true,\n      \"providedExports\": null,\n      \"optimizationBailout\": [\n        \"ModuleConcatenation bailout: Module is not an ECMAScript module\"\n      ],\n      \"depth\": 9,\n      \"source\": \"'use strict';\\n\\nvar Buffer = require('buffer').Buffer;\\n/*<replacement>*/\\nvar bufferShim = require('buffer-shims');\\n/*</replacement>*/\\n\\nmodule.exports = BufferList;\\n\\nfunction BufferList() {\\n  this.head = null;\\n  this.tail = null;\\n  this.length = 0;\\n}\\n\\nBufferList.prototype.push = function (v) {\\n  var entry = { data: v, next: null };\\n  if (this.length > 0) this.tail.next = entry;else this.head = entry;\\n  this.tail = entry;\\n  ++this.length;\\n};\\n\\nBufferList.prototype.unshift = function (v) {\\n  var entry = { data: v, next: this.head };\\n  if (this.length === 0) this.tail = entry;\\n  this.head = entry;\\n  ++this.length;\\n};\\n\\nBufferList.prototype.shift = function () {\\n  if (this.length === 0) return;\\n  var ret = this.head.data;\\n  if (this.length === 1) this.head = this.tail = null;else this.head = this.head.next;\\n  --this.length;\\n  return ret;\\n};\\n\\nBufferList.prototype.clear = function () {\\n  this.head = this.tail = null;\\n  this.length = 0;\\n};\\n\\nBufferList.prototype.join = function (s) {\\n  if (this.length === 0) return '';\\n  var p = this.head;\\n  var ret = '' + p.data;\\n  while (p = p.next) {\\n    ret += s + p.data;\\n  }return ret;\\n};\\n\\nBufferList.prototype.concat = function (n) {\\n  if (this.length === 0) return bufferShim.alloc(0);\\n  if (this.length === 1) return this.head.data;\\n  var ret = bufferShim.allocUnsafe(n >>> 0);\\n  var p = this.head;\\n  var i = 0;\\n  while (p) {\\n    p.data.copy(ret, i);\\n    i += p.data.length;\\n    p = p.next;\\n  }\\n  return ret;\\n};\"\n    },\n    {\n      \"id\": 268,\n      \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/readable-stream/lib/_stream_passthrough.js\",\n      \"name\": \"./node_modules/readable-stream/lib/_stream_passthrough.js\",\n      \"index\": 245,\n      \"index2\": 235,\n      \"size\": 604,\n      \"cacheable\": true,\n      \"built\": true,\n      \"optional\": false,\n      \"prefetched\": false,\n      \"chunks\": [\n        2\n      ],\n      \"issuer\": \"/Users/jarred/Code/styleurl/node_modules/readable-stream/readable-browser.js\",\n      \"issuerId\": 132,\n      \"issuerName\": \"./node_modules/readable-stream/readable-browser.js\",\n      \"issuerPath\": [\n        {\n          \"id\": 191,\n          \"identifier\": \"multi /Users/jarred/Code/styleurl/webpack/customPublicPath /Users/jarred/Code/styleurl/chrome/extension/background\",\n          \"name\": \"multi ./webpack/customPublicPath ./chrome/extension/background\",\n          \"profile\": {\n            \"factory\": 0,\n            \"building\": 0,\n            \"dependencies\": 54\n          }\n        },\n        {\n          \"id\": 192,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/background.js\",\n          \"name\": \"./chrome/extension/background.js\",\n          \"profile\": {\n            \"factory\": 54,\n            \"building\": 639,\n            \"dependencies\": 140\n          }\n        },\n        {\n          \"id\": 255,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/stylesheet-differ/lib/index.js\",\n          \"name\": \"./node_modules/stylesheet-differ/lib/index.js\",\n          \"profile\": {\n            \"factory\": 140,\n            \"building\": 568,\n            \"dependencies\": 1\n          }\n        },\n        {\n          \"id\": 256,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/native-css/index.js\",\n          \"name\": \"./node_modules/native-css/index.js\",\n          \"profile\": {\n            \"factory\": 189,\n            \"building\": 603,\n            \"dependencies\": 1\n          }\n        },\n        {\n          \"id\": 257,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/native-css/src/native-css.js\",\n          \"name\": \"./node_modules/native-css/src/native-css.js\",\n          \"profile\": {\n            \"factory\": 26,\n            \"building\": 63,\n            \"dependencies\": 14\n          }\n        },\n        {\n          \"id\": 293,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/fetch/lib/fetch.js\",\n          \"name\": \"./node_modules/fetch/lib/fetch.js\",\n          \"profile\": {\n            \"factory\": 117,\n            \"building\": 25,\n            \"dependencies\": 27\n          }\n        },\n        {\n          \"id\": 39,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/stream-browserify/index.js\",\n          \"name\": \"./node_modules/stream-browserify/index.js\",\n          \"profile\": {\n            \"factory\": 66,\n            \"building\": 38,\n            \"dependencies\": 20\n          }\n        },\n        {\n          \"id\": 132,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/readable-stream/readable-browser.js\",\n          \"name\": \"./node_modules/readable-stream/readable-browser.js\",\n          \"profile\": {\n            \"factory\": 83,\n            \"building\": 31,\n            \"dependencies\": 33\n          }\n        }\n      ],\n      \"profile\": {\n        \"factory\": 30,\n        \"building\": 90,\n        \"dependencies\": 58\n      },\n      \"failed\": false,\n      \"errors\": 0,\n      \"warnings\": 0,\n      \"assets\": [],\n      \"reasons\": [\n        {\n          \"moduleId\": 132,\n          \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/readable-stream/readable-browser.js\",\n          \"module\": \"./node_modules/readable-stream/readable-browser.js\",\n          \"moduleName\": \"./node_modules/readable-stream/readable-browser.js\",\n          \"type\": \"cjs require\",\n          \"userRequest\": \"./lib/_stream_passthrough.js\",\n          \"loc\": \"7:22-61\"\n        }\n      ],\n      \"usedExports\": true,\n      \"providedExports\": null,\n      \"optimizationBailout\": [\n        \"ModuleConcatenation bailout: Module is not an ECMAScript module\"\n      ],\n      \"depth\": 8,\n      \"source\": \"// a passthrough stream.\\n// basically just the most minimal sort of Transform stream.\\n// Every written chunk gets output as-is.\\n\\n'use strict';\\n\\nmodule.exports = PassThrough;\\n\\nvar Transform = require('./_stream_transform');\\n\\n/*<replacement>*/\\nvar util = require('core-util-is');\\nutil.inherits = require('inherits');\\n/*</replacement>*/\\n\\nutil.inherits(PassThrough, Transform);\\n\\nfunction PassThrough(options) {\\n  if (!(this instanceof PassThrough)) return new PassThrough(options);\\n\\n  Transform.call(this, options);\\n}\\n\\nPassThrough.prototype._transform = function (chunk, encoding, cb) {\\n  cb(null, chunk);\\n};\"\n    },\n    {\n      \"id\": 269,\n      \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/readable-stream/writable-browser.js\",\n      \"name\": \"./node_modules/readable-stream/writable-browser.js\",\n      \"index\": 246,\n      \"index2\": 237,\n      \"size\": 55,\n      \"cacheable\": true,\n      \"built\": true,\n      \"optional\": false,\n      \"prefetched\": false,\n      \"chunks\": [\n        2\n      ],\n      \"issuer\": \"/Users/jarred/Code/styleurl/node_modules/stream-browserify/index.js\",\n      \"issuerId\": 39,\n      \"issuerName\": \"./node_modules/stream-browserify/index.js\",\n      \"issuerPath\": [\n        {\n          \"id\": 191,\n          \"identifier\": \"multi /Users/jarred/Code/styleurl/webpack/customPublicPath /Users/jarred/Code/styleurl/chrome/extension/background\",\n          \"name\": \"multi ./webpack/customPublicPath ./chrome/extension/background\",\n          \"profile\": {\n            \"factory\": 0,\n            \"building\": 0,\n            \"dependencies\": 54\n          }\n        },\n        {\n          \"id\": 192,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/background.js\",\n          \"name\": \"./chrome/extension/background.js\",\n          \"profile\": {\n            \"factory\": 54,\n            \"building\": 639,\n            \"dependencies\": 140\n          }\n        },\n        {\n          \"id\": 255,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/stylesheet-differ/lib/index.js\",\n          \"name\": \"./node_modules/stylesheet-differ/lib/index.js\",\n          \"profile\": {\n            \"factory\": 140,\n            \"building\": 568,\n            \"dependencies\": 1\n          }\n        },\n        {\n          \"id\": 256,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/native-css/index.js\",\n          \"name\": \"./node_modules/native-css/index.js\",\n          \"profile\": {\n            \"factory\": 189,\n            \"building\": 603,\n            \"dependencies\": 1\n          }\n        },\n        {\n          \"id\": 257,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/native-css/src/native-css.js\",\n          \"name\": \"./node_modules/native-css/src/native-css.js\",\n          \"profile\": {\n            \"factory\": 26,\n            \"building\": 63,\n            \"dependencies\": 14\n          }\n        },\n        {\n          \"id\": 293,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/fetch/lib/fetch.js\",\n          \"name\": \"./node_modules/fetch/lib/fetch.js\",\n          \"profile\": {\n            \"factory\": 117,\n            \"building\": 25,\n            \"dependencies\": 27\n          }\n        },\n        {\n          \"id\": 39,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/stream-browserify/index.js\",\n          \"name\": \"./node_modules/stream-browserify/index.js\",\n          \"profile\": {\n            \"factory\": 66,\n            \"building\": 38,\n            \"dependencies\": 20\n          }\n        }\n      ],\n      \"profile\": {\n        \"factory\": 83,\n        \"building\": 31,\n        \"dependencies\": 33\n      },\n      \"failed\": false,\n      \"errors\": 0,\n      \"warnings\": 0,\n      \"assets\": [],\n      \"reasons\": [\n        {\n          \"moduleId\": 39,\n          \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/stream-browserify/index.js\",\n          \"module\": \"./node_modules/stream-browserify/index.js\",\n          \"moduleName\": \"./node_modules/stream-browserify/index.js\",\n          \"type\": \"cjs require\",\n          \"userRequest\": \"readable-stream/writable.js\",\n          \"loc\": \"29:18-56\"\n        }\n      ],\n      \"usedExports\": true,\n      \"providedExports\": null,\n      \"optimizationBailout\": [\n        \"ModuleConcatenation bailout: Module is not an ECMAScript module\"\n      ],\n      \"depth\": 7,\n      \"source\": \"module.exports = require('./lib/_stream_writable.js');\\n\"\n    },\n    {\n      \"id\": 270,\n      \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/readable-stream/duplex-browser.js\",\n      \"name\": \"./node_modules/readable-stream/duplex-browser.js\",\n      \"index\": 247,\n      \"index2\": 238,\n      \"size\": 53,\n      \"cacheable\": true,\n      \"built\": true,\n      \"optional\": false,\n      \"prefetched\": false,\n      \"chunks\": [\n        2\n      ],\n      \"issuer\": \"/Users/jarred/Code/styleurl/node_modules/stream-browserify/index.js\",\n      \"issuerId\": 39,\n      \"issuerName\": \"./node_modules/stream-browserify/index.js\",\n      \"issuerPath\": [\n        {\n          \"id\": 191,\n          \"identifier\": \"multi /Users/jarred/Code/styleurl/webpack/customPublicPath /Users/jarred/Code/styleurl/chrome/extension/background\",\n          \"name\": \"multi ./webpack/customPublicPath ./chrome/extension/background\",\n          \"profile\": {\n            \"factory\": 0,\n            \"building\": 0,\n            \"dependencies\": 54\n          }\n        },\n        {\n          \"id\": 192,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/background.js\",\n          \"name\": \"./chrome/extension/background.js\",\n          \"profile\": {\n            \"factory\": 54,\n            \"building\": 639,\n            \"dependencies\": 140\n          }\n        },\n        {\n          \"id\": 255,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/stylesheet-differ/lib/index.js\",\n          \"name\": \"./node_modules/stylesheet-differ/lib/index.js\",\n          \"profile\": {\n            \"factory\": 140,\n            \"building\": 568,\n            \"dependencies\": 1\n          }\n        },\n        {\n          \"id\": 256,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/native-css/index.js\",\n          \"name\": \"./node_modules/native-css/index.js\",\n          \"profile\": {\n            \"factory\": 189,\n            \"building\": 603,\n            \"dependencies\": 1\n          }\n        },\n        {\n          \"id\": 257,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/native-css/src/native-css.js\",\n          \"name\": \"./node_modules/native-css/src/native-css.js\",\n          \"profile\": {\n            \"factory\": 26,\n            \"building\": 63,\n            \"dependencies\": 14\n          }\n        },\n        {\n          \"id\": 293,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/fetch/lib/fetch.js\",\n          \"name\": \"./node_modules/fetch/lib/fetch.js\",\n          \"profile\": {\n            \"factory\": 117,\n            \"building\": 25,\n            \"dependencies\": 27\n          }\n        },\n        {\n          \"id\": 39,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/stream-browserify/index.js\",\n          \"name\": \"./node_modules/stream-browserify/index.js\",\n          \"profile\": {\n            \"factory\": 66,\n            \"building\": 38,\n            \"dependencies\": 20\n          }\n        }\n      ],\n      \"profile\": {\n        \"factory\": 83,\n        \"building\": 31,\n        \"dependencies\": 33\n      },\n      \"failed\": false,\n      \"errors\": 0,\n      \"warnings\": 0,\n      \"assets\": [],\n      \"reasons\": [\n        {\n          \"moduleId\": 39,\n          \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/stream-browserify/index.js\",\n          \"module\": \"./node_modules/stream-browserify/index.js\",\n          \"moduleName\": \"./node_modules/stream-browserify/index.js\",\n          \"type\": \"cjs require\",\n          \"userRequest\": \"readable-stream/duplex.js\",\n          \"loc\": \"30:16-52\"\n        }\n      ],\n      \"usedExports\": true,\n      \"providedExports\": null,\n      \"optimizationBailout\": [\n        \"ModuleConcatenation bailout: Module is not an ECMAScript module\"\n      ],\n      \"depth\": 7,\n      \"source\": \"module.exports = require('./lib/_stream_duplex.js');\\n\"\n    },\n    {\n      \"id\": 271,\n      \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/readable-stream/transform.js\",\n      \"name\": \"./node_modules/readable-stream/transform.js\",\n      \"index\": 248,\n      \"index2\": 239,\n      \"size\": 49,\n      \"cacheable\": true,\n      \"built\": true,\n      \"optional\": false,\n      \"prefetched\": false,\n      \"chunks\": [\n        2\n      ],\n      \"issuer\": \"/Users/jarred/Code/styleurl/node_modules/stream-browserify/index.js\",\n      \"issuerId\": 39,\n      \"issuerName\": \"./node_modules/stream-browserify/index.js\",\n      \"issuerPath\": [\n        {\n          \"id\": 191,\n          \"identifier\": \"multi /Users/jarred/Code/styleurl/webpack/customPublicPath /Users/jarred/Code/styleurl/chrome/extension/background\",\n          \"name\": \"multi ./webpack/customPublicPath ./chrome/extension/background\",\n          \"profile\": {\n            \"factory\": 0,\n            \"building\": 0,\n            \"dependencies\": 54\n          }\n        },\n        {\n          \"id\": 192,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/background.js\",\n          \"name\": \"./chrome/extension/background.js\",\n          \"profile\": {\n            \"factory\": 54,\n            \"building\": 639,\n            \"dependencies\": 140\n          }\n        },\n        {\n          \"id\": 255,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/stylesheet-differ/lib/index.js\",\n          \"name\": \"./node_modules/stylesheet-differ/lib/index.js\",\n          \"profile\": {\n            \"factory\": 140,\n            \"building\": 568,\n            \"dependencies\": 1\n          }\n        },\n        {\n          \"id\": 256,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/native-css/index.js\",\n          \"name\": \"./node_modules/native-css/index.js\",\n          \"profile\": {\n            \"factory\": 189,\n            \"building\": 603,\n            \"dependencies\": 1\n          }\n        },\n        {\n          \"id\": 257,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/native-css/src/native-css.js\",\n          \"name\": \"./node_modules/native-css/src/native-css.js\",\n          \"profile\": {\n            \"factory\": 26,\n            \"building\": 63,\n            \"dependencies\": 14\n          }\n        },\n        {\n          \"id\": 293,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/fetch/lib/fetch.js\",\n          \"name\": \"./node_modules/fetch/lib/fetch.js\",\n          \"profile\": {\n            \"factory\": 117,\n            \"building\": 25,\n            \"dependencies\": 27\n          }\n        },\n        {\n          \"id\": 39,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/stream-browserify/index.js\",\n          \"name\": \"./node_modules/stream-browserify/index.js\",\n          \"profile\": {\n            \"factory\": 66,\n            \"building\": 38,\n            \"dependencies\": 20\n          }\n        }\n      ],\n      \"profile\": {\n        \"factory\": 83,\n        \"building\": 31,\n        \"dependencies\": 33\n      },\n      \"failed\": false,\n      \"errors\": 0,\n      \"warnings\": 0,\n      \"assets\": [],\n      \"reasons\": [\n        {\n          \"moduleId\": 39,\n          \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/stream-browserify/index.js\",\n          \"module\": \"./node_modules/stream-browserify/index.js\",\n          \"moduleName\": \"./node_modules/stream-browserify/index.js\",\n          \"type\": \"cjs require\",\n          \"userRequest\": \"readable-stream/transform.js\",\n          \"loc\": \"31:19-58\"\n        }\n      ],\n      \"usedExports\": true,\n      \"providedExports\": null,\n      \"optimizationBailout\": [\n        \"ModuleConcatenation bailout: Module is not an ECMAScript module\"\n      ],\n      \"depth\": 7,\n      \"source\": \"module.exports = require('./readable').Transform\\n\"\n    },\n    {\n      \"id\": 272,\n      \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/readable-stream/passthrough.js\",\n      \"name\": \"./node_modules/readable-stream/passthrough.js\",\n      \"index\": 249,\n      \"index2\": 240,\n      \"size\": 51,\n      \"cacheable\": true,\n      \"built\": true,\n      \"optional\": false,\n      \"prefetched\": false,\n      \"chunks\": [\n        2\n      ],\n      \"issuer\": \"/Users/jarred/Code/styleurl/node_modules/stream-browserify/index.js\",\n      \"issuerId\": 39,\n      \"issuerName\": \"./node_modules/stream-browserify/index.js\",\n      \"issuerPath\": [\n        {\n          \"id\": 191,\n          \"identifier\": \"multi /Users/jarred/Code/styleurl/webpack/customPublicPath /Users/jarred/Code/styleurl/chrome/extension/background\",\n          \"name\": \"multi ./webpack/customPublicPath ./chrome/extension/background\",\n          \"profile\": {\n            \"factory\": 0,\n            \"building\": 0,\n            \"dependencies\": 54\n          }\n        },\n        {\n          \"id\": 192,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/background.js\",\n          \"name\": \"./chrome/extension/background.js\",\n          \"profile\": {\n            \"factory\": 54,\n            \"building\": 639,\n            \"dependencies\": 140\n          }\n        },\n        {\n          \"id\": 255,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/stylesheet-differ/lib/index.js\",\n          \"name\": \"./node_modules/stylesheet-differ/lib/index.js\",\n          \"profile\": {\n            \"factory\": 140,\n            \"building\": 568,\n            \"dependencies\": 1\n          }\n        },\n        {\n          \"id\": 256,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/native-css/index.js\",\n          \"name\": \"./node_modules/native-css/index.js\",\n          \"profile\": {\n            \"factory\": 189,\n            \"building\": 603,\n            \"dependencies\": 1\n          }\n        },\n        {\n          \"id\": 257,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/native-css/src/native-css.js\",\n          \"name\": \"./node_modules/native-css/src/native-css.js\",\n          \"profile\": {\n            \"factory\": 26,\n            \"building\": 63,\n            \"dependencies\": 14\n          }\n        },\n        {\n          \"id\": 293,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/fetch/lib/fetch.js\",\n          \"name\": \"./node_modules/fetch/lib/fetch.js\",\n          \"profile\": {\n            \"factory\": 117,\n            \"building\": 25,\n            \"dependencies\": 27\n          }\n        },\n        {\n          \"id\": 39,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/stream-browserify/index.js\",\n          \"name\": \"./node_modules/stream-browserify/index.js\",\n          \"profile\": {\n            \"factory\": 66,\n            \"building\": 38,\n            \"dependencies\": 20\n          }\n        }\n      ],\n      \"profile\": {\n        \"factory\": 83,\n        \"building\": 31,\n        \"dependencies\": 33\n      },\n      \"failed\": false,\n      \"errors\": 0,\n      \"warnings\": 0,\n      \"assets\": [],\n      \"reasons\": [\n        {\n          \"moduleId\": 39,\n          \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/stream-browserify/index.js\",\n          \"module\": \"./node_modules/stream-browserify/index.js\",\n          \"moduleName\": \"./node_modules/stream-browserify/index.js\",\n          \"type\": \"cjs require\",\n          \"userRequest\": \"readable-stream/passthrough.js\",\n          \"loc\": \"32:21-62\"\n        }\n      ],\n      \"usedExports\": true,\n      \"providedExports\": null,\n      \"optimizationBailout\": [\n        \"ModuleConcatenation bailout: Module is not an ECMAScript module\"\n      ],\n      \"depth\": 7,\n      \"source\": \"module.exports = require('./readable').PassThrough\\n\"\n    },\n    {\n      \"id\": 273,\n      \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/punycode/punycode.js\",\n      \"name\": \"./node_modules/punycode/punycode.js\",\n      \"index\": 251,\n      \"index2\": 242,\n      \"size\": 14670,\n      \"cacheable\": true,\n      \"built\": true,\n      \"optional\": false,\n      \"prefetched\": false,\n      \"chunks\": [\n        2\n      ],\n      \"issuer\": \"/Users/jarred/Code/styleurl/node_modules/node-libs-browser/node_modules/url/url.js\",\n      \"issuerId\": 61,\n      \"issuerName\": \"./node_modules/node-libs-browser/node_modules/url/url.js\",\n      \"issuerPath\": [\n        {\n          \"id\": 191,\n          \"identifier\": \"multi /Users/jarred/Code/styleurl/webpack/customPublicPath /Users/jarred/Code/styleurl/chrome/extension/background\",\n          \"name\": \"multi ./webpack/customPublicPath ./chrome/extension/background\",\n          \"profile\": {\n            \"factory\": 0,\n            \"building\": 0,\n            \"dependencies\": 54\n          }\n        },\n        {\n          \"id\": 192,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/background.js\",\n          \"name\": \"./chrome/extension/background.js\",\n          \"profile\": {\n            \"factory\": 54,\n            \"building\": 639,\n            \"dependencies\": 140\n          }\n        },\n        {\n          \"id\": 255,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/stylesheet-differ/lib/index.js\",\n          \"name\": \"./node_modules/stylesheet-differ/lib/index.js\",\n          \"profile\": {\n            \"factory\": 140,\n            \"building\": 568,\n            \"dependencies\": 1\n          }\n        },\n        {\n          \"id\": 256,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/native-css/index.js\",\n          \"name\": \"./node_modules/native-css/index.js\",\n          \"profile\": {\n            \"factory\": 189,\n            \"building\": 603,\n            \"dependencies\": 1\n          }\n        },\n        {\n          \"id\": 257,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/native-css/src/native-css.js\",\n          \"name\": \"./node_modules/native-css/src/native-css.js\",\n          \"profile\": {\n            \"factory\": 26,\n            \"building\": 63,\n            \"dependencies\": 14\n          }\n        },\n        {\n          \"id\": 293,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/fetch/lib/fetch.js\",\n          \"name\": \"./node_modules/fetch/lib/fetch.js\",\n          \"profile\": {\n            \"factory\": 117,\n            \"building\": 25,\n            \"dependencies\": 27\n          }\n        },\n        {\n          \"id\": 61,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/node-libs-browser/node_modules/url/url.js\",\n          \"name\": \"./node_modules/node-libs-browser/node_modules/url/url.js\",\n          \"profile\": {\n            \"factory\": 66,\n            \"building\": 38,\n            \"dependencies\": 20\n          }\n        }\n      ],\n      \"profile\": {\n        \"factory\": 49,\n        \"building\": 21,\n        \"dependencies\": 0\n      },\n      \"failed\": false,\n      \"errors\": 0,\n      \"warnings\": 0,\n      \"assets\": [],\n      \"reasons\": [\n        {\n          \"moduleId\": 61,\n          \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/node-libs-browser/node_modules/url/url.js\",\n          \"module\": \"./node_modules/node-libs-browser/node_modules/url/url.js\",\n          \"moduleName\": \"./node_modules/node-libs-browser/node_modules/url/url.js\",\n          \"type\": \"cjs require\",\n          \"userRequest\": \"punycode\",\n          \"loc\": \"24:15-34\"\n        }\n      ],\n      \"usedExports\": true,\n      \"providedExports\": null,\n      \"optimizationBailout\": [\n        \"ModuleConcatenation bailout: Module is not an ECMAScript module\"\n      ],\n      \"depth\": 7,\n      \"source\": \"/*! https://mths.be/punycode v1.4.1 by @mathias */\\n;(function(root) {\\n\\n\\t/** Detect free variables */\\n\\tvar freeExports = typeof exports == 'object' && exports &&\\n\\t\\t!exports.nodeType && exports;\\n\\tvar freeModule = typeof module == 'object' && module &&\\n\\t\\t!module.nodeType && module;\\n\\tvar freeGlobal = typeof global == 'object' && global;\\n\\tif (\\n\\t\\tfreeGlobal.global === freeGlobal ||\\n\\t\\tfreeGlobal.window === freeGlobal ||\\n\\t\\tfreeGlobal.self === freeGlobal\\n\\t) {\\n\\t\\troot = freeGlobal;\\n\\t}\\n\\n\\t/**\\n\\t * The `punycode` object.\\n\\t * @name punycode\\n\\t * @type Object\\n\\t */\\n\\tvar punycode,\\n\\n\\t/** Highest positive signed 32-bit float value */\\n\\tmaxInt = 2147483647, // aka. 0x7FFFFFFF or 2^31-1\\n\\n\\t/** Bootstring parameters */\\n\\tbase = 36,\\n\\ttMin = 1,\\n\\ttMax = 26,\\n\\tskew = 38,\\n\\tdamp = 700,\\n\\tinitialBias = 72,\\n\\tinitialN = 128, // 0x80\\n\\tdelimiter = '-', // '\\\\x2D'\\n\\n\\t/** Regular expressions */\\n\\tregexPunycode = /^xn--/,\\n\\tregexNonASCII = /[^\\\\x20-\\\\x7E]/, // unprintable ASCII chars + non-ASCII chars\\n\\tregexSeparators = /[\\\\x2E\\\\u3002\\\\uFF0E\\\\uFF61]/g, // RFC 3490 separators\\n\\n\\t/** Error messages */\\n\\terrors = {\\n\\t\\t'overflow': 'Overflow: input needs wider integers to process',\\n\\t\\t'not-basic': 'Illegal input >= 0x80 (not a basic code point)',\\n\\t\\t'invalid-input': 'Invalid input'\\n\\t},\\n\\n\\t/** Convenience shortcuts */\\n\\tbaseMinusTMin = base - tMin,\\n\\tfloor = Math.floor,\\n\\tstringFromCharCode = String.fromCharCode,\\n\\n\\t/** Temporary variable */\\n\\tkey;\\n\\n\\t/*--------------------------------------------------------------------------*/\\n\\n\\t/**\\n\\t * A generic error utility function.\\n\\t * @private\\n\\t * @param {String} type The error type.\\n\\t * @returns {Error} Throws a `RangeError` with the applicable error message.\\n\\t */\\n\\tfunction error(type) {\\n\\t\\tthrow new RangeError(errors[type]);\\n\\t}\\n\\n\\t/**\\n\\t * A generic `Array#map` utility function.\\n\\t * @private\\n\\t * @param {Array} array The array to iterate over.\\n\\t * @param {Function} callback The function that gets called for every array\\n\\t * item.\\n\\t * @returns {Array} A new array of values returned by the callback function.\\n\\t */\\n\\tfunction map(array, fn) {\\n\\t\\tvar length = array.length;\\n\\t\\tvar result = [];\\n\\t\\twhile (length--) {\\n\\t\\t\\tresult[length] = fn(array[length]);\\n\\t\\t}\\n\\t\\treturn result;\\n\\t}\\n\\n\\t/**\\n\\t * A simple `Array#map`-like wrapper to work with domain name strings or email\\n\\t * addresses.\\n\\t * @private\\n\\t * @param {String} domain The domain name or email address.\\n\\t * @param {Function} callback The function that gets called for every\\n\\t * character.\\n\\t * @returns {Array} A new string of characters returned by the callback\\n\\t * function.\\n\\t */\\n\\tfunction mapDomain(string, fn) {\\n\\t\\tvar parts = string.split('@');\\n\\t\\tvar result = '';\\n\\t\\tif (parts.length > 1) {\\n\\t\\t\\t// In email addresses, only the domain name should be punycoded. Leave\\n\\t\\t\\t// the local part (i.e. everything up to `@`) intact.\\n\\t\\t\\tresult = parts[0] + '@';\\n\\t\\t\\tstring = parts[1];\\n\\t\\t}\\n\\t\\t// Avoid `split(regex)` for IE8 compatibility. See #17.\\n\\t\\tstring = string.replace(regexSeparators, '\\\\x2E');\\n\\t\\tvar labels = string.split('.');\\n\\t\\tvar encoded = map(labels, fn).join('.');\\n\\t\\treturn result + encoded;\\n\\t}\\n\\n\\t/**\\n\\t * Creates an array containing the numeric code points of each Unicode\\n\\t * character in the string. While JavaScript uses UCS-2 internally,\\n\\t * this function will convert a pair of surrogate halves (each of which\\n\\t * UCS-2 exposes as separate characters) into a single code point,\\n\\t * matching UTF-16.\\n\\t * @see `punycode.ucs2.encode`\\n\\t * @see <https://mathiasbynens.be/notes/javascript-encoding>\\n\\t * @memberOf punycode.ucs2\\n\\t * @name decode\\n\\t * @param {String} string The Unicode input string (UCS-2).\\n\\t * @returns {Array} The new array of code points.\\n\\t */\\n\\tfunction ucs2decode(string) {\\n\\t\\tvar output = [],\\n\\t\\t    counter = 0,\\n\\t\\t    length = string.length,\\n\\t\\t    value,\\n\\t\\t    extra;\\n\\t\\twhile (counter < length) {\\n\\t\\t\\tvalue = string.charCodeAt(counter++);\\n\\t\\t\\tif (value >= 0xD800 && value <= 0xDBFF && counter < length) {\\n\\t\\t\\t\\t// high surrogate, and there is a next character\\n\\t\\t\\t\\textra = string.charCodeAt(counter++);\\n\\t\\t\\t\\tif ((extra & 0xFC00) == 0xDC00) { // low surrogate\\n\\t\\t\\t\\t\\toutput.push(((value & 0x3FF) << 10) + (extra & 0x3FF) + 0x10000);\\n\\t\\t\\t\\t} else {\\n\\t\\t\\t\\t\\t// unmatched surrogate; only append this code unit, in case the next\\n\\t\\t\\t\\t\\t// code unit is the high surrogate of a surrogate pair\\n\\t\\t\\t\\t\\toutput.push(value);\\n\\t\\t\\t\\t\\tcounter--;\\n\\t\\t\\t\\t}\\n\\t\\t\\t} else {\\n\\t\\t\\t\\toutput.push(value);\\n\\t\\t\\t}\\n\\t\\t}\\n\\t\\treturn output;\\n\\t}\\n\\n\\t/**\\n\\t * Creates a string based on an array of numeric code points.\\n\\t * @see `punycode.ucs2.decode`\\n\\t * @memberOf punycode.ucs2\\n\\t * @name encode\\n\\t * @param {Array} codePoints The array of numeric code points.\\n\\t * @returns {String} The new Unicode string (UCS-2).\\n\\t */\\n\\tfunction ucs2encode(array) {\\n\\t\\treturn map(array, function(value) {\\n\\t\\t\\tvar output = '';\\n\\t\\t\\tif (value > 0xFFFF) {\\n\\t\\t\\t\\tvalue -= 0x10000;\\n\\t\\t\\t\\toutput += stringFromCharCode(value >>> 10 & 0x3FF | 0xD800);\\n\\t\\t\\t\\tvalue = 0xDC00 | value & 0x3FF;\\n\\t\\t\\t}\\n\\t\\t\\toutput += stringFromCharCode(value);\\n\\t\\t\\treturn output;\\n\\t\\t}).join('');\\n\\t}\\n\\n\\t/**\\n\\t * Converts a basic code point into a digit/integer.\\n\\t * @see `digitToBasic()`\\n\\t * @private\\n\\t * @param {Number} codePoint The basic numeric code point value.\\n\\t * @returns {Number} The numeric value of a basic code point (for use in\\n\\t * representing integers) in the range `0` to `base - 1`, or `base` if\\n\\t * the code point does not represent a value.\\n\\t */\\n\\tfunction basicToDigit(codePoint) {\\n\\t\\tif (codePoint - 48 < 10) {\\n\\t\\t\\treturn codePoint - 22;\\n\\t\\t}\\n\\t\\tif (codePoint - 65 < 26) {\\n\\t\\t\\treturn codePoint - 65;\\n\\t\\t}\\n\\t\\tif (codePoint - 97 < 26) {\\n\\t\\t\\treturn codePoint - 97;\\n\\t\\t}\\n\\t\\treturn base;\\n\\t}\\n\\n\\t/**\\n\\t * Converts a digit/integer into a basic code point.\\n\\t * @see `basicToDigit()`\\n\\t * @private\\n\\t * @param {Number} digit The numeric value of a basic code point.\\n\\t * @returns {Number} The basic code point whose value (when used for\\n\\t * representing integers) is `digit`, which needs to be in the range\\n\\t * `0` to `base - 1`. If `flag` is non-zero, the uppercase form is\\n\\t * used; else, the lowercase form is used. The behavior is undefined\\n\\t * if `flag` is non-zero and `digit` has no uppercase form.\\n\\t */\\n\\tfunction digitToBasic(digit, flag) {\\n\\t\\t//  0..25 map to ASCII a..z or A..Z\\n\\t\\t// 26..35 map to ASCII 0..9\\n\\t\\treturn digit + 22 + 75 * (digit < 26) - ((flag != 0) << 5);\\n\\t}\\n\\n\\t/**\\n\\t * Bias adaptation function as per section 3.4 of RFC 3492.\\n\\t * https://tools.ietf.org/html/rfc3492#section-3.4\\n\\t * @private\\n\\t */\\n\\tfunction adapt(delta, numPoints, firstTime) {\\n\\t\\tvar k = 0;\\n\\t\\tdelta = firstTime ? floor(delta / damp) : delta >> 1;\\n\\t\\tdelta += floor(delta / numPoints);\\n\\t\\tfor (/* no initialization */; delta > baseMinusTMin * tMax >> 1; k += base) {\\n\\t\\t\\tdelta = floor(delta / baseMinusTMin);\\n\\t\\t}\\n\\t\\treturn floor(k + (baseMinusTMin + 1) * delta / (delta + skew));\\n\\t}\\n\\n\\t/**\\n\\t * Converts a Punycode string of ASCII-only symbols to a string of Unicode\\n\\t * symbols.\\n\\t * @memberOf punycode\\n\\t * @param {String} input The Punycode string of ASCII-only symbols.\\n\\t * @returns {String} The resulting string of Unicode symbols.\\n\\t */\\n\\tfunction decode(input) {\\n\\t\\t// Don't use UCS-2\\n\\t\\tvar output = [],\\n\\t\\t    inputLength = input.length,\\n\\t\\t    out,\\n\\t\\t    i = 0,\\n\\t\\t    n = initialN,\\n\\t\\t    bias = initialBias,\\n\\t\\t    basic,\\n\\t\\t    j,\\n\\t\\t    index,\\n\\t\\t    oldi,\\n\\t\\t    w,\\n\\t\\t    k,\\n\\t\\t    digit,\\n\\t\\t    t,\\n\\t\\t    /** Cached calculation results */\\n\\t\\t    baseMinusT;\\n\\n\\t\\t// Handle the basic code points: let `basic` be the number of input code\\n\\t\\t// points before the last delimiter, or `0` if there is none, then copy\\n\\t\\t// the first basic code points to the output.\\n\\n\\t\\tbasic = input.lastIndexOf(delimiter);\\n\\t\\tif (basic < 0) {\\n\\t\\t\\tbasic = 0;\\n\\t\\t}\\n\\n\\t\\tfor (j = 0; j < basic; ++j) {\\n\\t\\t\\t// if it's not a basic code point\\n\\t\\t\\tif (input.charCodeAt(j) >= 0x80) {\\n\\t\\t\\t\\terror('not-basic');\\n\\t\\t\\t}\\n\\t\\t\\toutput.push(input.charCodeAt(j));\\n\\t\\t}\\n\\n\\t\\t// Main decoding loop: start just after the last delimiter if any basic code\\n\\t\\t// points were copied; start at the beginning otherwise.\\n\\n\\t\\tfor (index = basic > 0 ? basic + 1 : 0; index < inputLength; /* no final expression */) {\\n\\n\\t\\t\\t// `index` is the index of the next character to be consumed.\\n\\t\\t\\t// Decode a generalized variable-length integer into `delta`,\\n\\t\\t\\t// which gets added to `i`. The overflow checking is easier\\n\\t\\t\\t// if we increase `i` as we go, then subtract off its starting\\n\\t\\t\\t// value at the end to obtain `delta`.\\n\\t\\t\\tfor (oldi = i, w = 1, k = base; /* no condition */; k += base) {\\n\\n\\t\\t\\t\\tif (index >= inputLength) {\\n\\t\\t\\t\\t\\terror('invalid-input');\\n\\t\\t\\t\\t}\\n\\n\\t\\t\\t\\tdigit = basicToDigit(input.charCodeAt(index++));\\n\\n\\t\\t\\t\\tif (digit >= base || digit > floor((maxInt - i) / w)) {\\n\\t\\t\\t\\t\\terror('overflow');\\n\\t\\t\\t\\t}\\n\\n\\t\\t\\t\\ti += digit * w;\\n\\t\\t\\t\\tt = k <= bias ? tMin : (k >= bias + tMax ? tMax : k - bias);\\n\\n\\t\\t\\t\\tif (digit < t) {\\n\\t\\t\\t\\t\\tbreak;\\n\\t\\t\\t\\t}\\n\\n\\t\\t\\t\\tbaseMinusT = base - t;\\n\\t\\t\\t\\tif (w > floor(maxInt / baseMinusT)) {\\n\\t\\t\\t\\t\\terror('overflow');\\n\\t\\t\\t\\t}\\n\\n\\t\\t\\t\\tw *= baseMinusT;\\n\\n\\t\\t\\t}\\n\\n\\t\\t\\tout = output.length + 1;\\n\\t\\t\\tbias = adapt(i - oldi, out, oldi == 0);\\n\\n\\t\\t\\t// `i` was supposed to wrap around from `out` to `0`,\\n\\t\\t\\t// incrementing `n` each time, so we'll fix that now:\\n\\t\\t\\tif (floor(i / out) > maxInt - n) {\\n\\t\\t\\t\\terror('overflow');\\n\\t\\t\\t}\\n\\n\\t\\t\\tn += floor(i / out);\\n\\t\\t\\ti %= out;\\n\\n\\t\\t\\t// Insert `n` at position `i` of the output\\n\\t\\t\\toutput.splice(i++, 0, n);\\n\\n\\t\\t}\\n\\n\\t\\treturn ucs2encode(output);\\n\\t}\\n\\n\\t/**\\n\\t * Converts a string of Unicode symbols (e.g. a domain name label) to a\\n\\t * Punycode string of ASCII-only symbols.\\n\\t * @memberOf punycode\\n\\t * @param {String} input The string of Unicode symbols.\\n\\t * @returns {String} The resulting Punycode string of ASCII-only symbols.\\n\\t */\\n\\tfunction encode(input) {\\n\\t\\tvar n,\\n\\t\\t    delta,\\n\\t\\t    handledCPCount,\\n\\t\\t    basicLength,\\n\\t\\t    bias,\\n\\t\\t    j,\\n\\t\\t    m,\\n\\t\\t    q,\\n\\t\\t    k,\\n\\t\\t    t,\\n\\t\\t    currentValue,\\n\\t\\t    output = [],\\n\\t\\t    /** `inputLength` will hold the number of code points in `input`. */\\n\\t\\t    inputLength,\\n\\t\\t    /** Cached calculation results */\\n\\t\\t    handledCPCountPlusOne,\\n\\t\\t    baseMinusT,\\n\\t\\t    qMinusT;\\n\\n\\t\\t// Convert the input in UCS-2 to Unicode\\n\\t\\tinput = ucs2decode(input);\\n\\n\\t\\t// Cache the length\\n\\t\\tinputLength = input.length;\\n\\n\\t\\t// Initialize the state\\n\\t\\tn = initialN;\\n\\t\\tdelta = 0;\\n\\t\\tbias = initialBias;\\n\\n\\t\\t// Handle the basic code points\\n\\t\\tfor (j = 0; j < inputLength; ++j) {\\n\\t\\t\\tcurrentValue = input[j];\\n\\t\\t\\tif (currentValue < 0x80) {\\n\\t\\t\\t\\toutput.push(stringFromCharCode(currentValue));\\n\\t\\t\\t}\\n\\t\\t}\\n\\n\\t\\thandledCPCount = basicLength = output.length;\\n\\n\\t\\t// `handledCPCount` is the number of code points that have been handled;\\n\\t\\t// `basicLength` is the number of basic code points.\\n\\n\\t\\t// Finish the basic string - if it is not empty - with a delimiter\\n\\t\\tif (basicLength) {\\n\\t\\t\\toutput.push(delimiter);\\n\\t\\t}\\n\\n\\t\\t// Main encoding loop:\\n\\t\\twhile (handledCPCount < inputLength) {\\n\\n\\t\\t\\t// All non-basic code points < n have been handled already. Find the next\\n\\t\\t\\t// larger one:\\n\\t\\t\\tfor (m = maxInt, j = 0; j < inputLength; ++j) {\\n\\t\\t\\t\\tcurrentValue = input[j];\\n\\t\\t\\t\\tif (currentValue >= n && currentValue < m) {\\n\\t\\t\\t\\t\\tm = currentValue;\\n\\t\\t\\t\\t}\\n\\t\\t\\t}\\n\\n\\t\\t\\t// Increase `delta` enough to advance the decoder's <n,i> state to <m,0>,\\n\\t\\t\\t// but guard against overflow\\n\\t\\t\\thandledCPCountPlusOne = handledCPCount + 1;\\n\\t\\t\\tif (m - n > floor((maxInt - delta) / handledCPCountPlusOne)) {\\n\\t\\t\\t\\terror('overflow');\\n\\t\\t\\t}\\n\\n\\t\\t\\tdelta += (m - n) * handledCPCountPlusOne;\\n\\t\\t\\tn = m;\\n\\n\\t\\t\\tfor (j = 0; j < inputLength; ++j) {\\n\\t\\t\\t\\tcurrentValue = input[j];\\n\\n\\t\\t\\t\\tif (currentValue < n && ++delta > maxInt) {\\n\\t\\t\\t\\t\\terror('overflow');\\n\\t\\t\\t\\t}\\n\\n\\t\\t\\t\\tif (currentValue == n) {\\n\\t\\t\\t\\t\\t// Represent delta as a generalized variable-length integer\\n\\t\\t\\t\\t\\tfor (q = delta, k = base; /* no condition */; k += base) {\\n\\t\\t\\t\\t\\t\\tt = k <= bias ? tMin : (k >= bias + tMax ? tMax : k - bias);\\n\\t\\t\\t\\t\\t\\tif (q < t) {\\n\\t\\t\\t\\t\\t\\t\\tbreak;\\n\\t\\t\\t\\t\\t\\t}\\n\\t\\t\\t\\t\\t\\tqMinusT = q - t;\\n\\t\\t\\t\\t\\t\\tbaseMinusT = base - t;\\n\\t\\t\\t\\t\\t\\toutput.push(\\n\\t\\t\\t\\t\\t\\t\\tstringFromCharCode(digitToBasic(t + qMinusT % baseMinusT, 0))\\n\\t\\t\\t\\t\\t\\t);\\n\\t\\t\\t\\t\\t\\tq = floor(qMinusT / baseMinusT);\\n\\t\\t\\t\\t\\t}\\n\\n\\t\\t\\t\\t\\toutput.push(stringFromCharCode(digitToBasic(q, 0)));\\n\\t\\t\\t\\t\\tbias = adapt(delta, handledCPCountPlusOne, handledCPCount == basicLength);\\n\\t\\t\\t\\t\\tdelta = 0;\\n\\t\\t\\t\\t\\t++handledCPCount;\\n\\t\\t\\t\\t}\\n\\t\\t\\t}\\n\\n\\t\\t\\t++delta;\\n\\t\\t\\t++n;\\n\\n\\t\\t}\\n\\t\\treturn output.join('');\\n\\t}\\n\\n\\t/**\\n\\t * Converts a Punycode string representing a domain name or an email address\\n\\t * to Unicode. Only the Punycoded parts of the input will be converted, i.e.\\n\\t * it doesn't matter if you call it on a string that has already been\\n\\t * converted to Unicode.\\n\\t * @memberOf punycode\\n\\t * @param {String} input The Punycoded domain name or email address to\\n\\t * convert to Unicode.\\n\\t * @returns {String} The Unicode representation of the given Punycode\\n\\t * string.\\n\\t */\\n\\tfunction toUnicode(input) {\\n\\t\\treturn mapDomain(input, function(string) {\\n\\t\\t\\treturn regexPunycode.test(string)\\n\\t\\t\\t\\t? decode(string.slice(4).toLowerCase())\\n\\t\\t\\t\\t: string;\\n\\t\\t});\\n\\t}\\n\\n\\t/**\\n\\t * Converts a Unicode string representing a domain name or an email address to\\n\\t * Punycode. Only the non-ASCII parts of the domain name will be converted,\\n\\t * i.e. it doesn't matter if you call it with a domain that's already in\\n\\t * ASCII.\\n\\t * @memberOf punycode\\n\\t * @param {String} input The domain name or email address to convert, as a\\n\\t * Unicode string.\\n\\t * @returns {String} The Punycode representation of the given domain name or\\n\\t * email address.\\n\\t */\\n\\tfunction toASCII(input) {\\n\\t\\treturn mapDomain(input, function(string) {\\n\\t\\t\\treturn regexNonASCII.test(string)\\n\\t\\t\\t\\t? 'xn--' + encode(string)\\n\\t\\t\\t\\t: string;\\n\\t\\t});\\n\\t}\\n\\n\\t/*--------------------------------------------------------------------------*/\\n\\n\\t/** Define the public API */\\n\\tpunycode = {\\n\\t\\t/**\\n\\t\\t * A string representing the current Punycode.js version number.\\n\\t\\t * @memberOf punycode\\n\\t\\t * @type String\\n\\t\\t */\\n\\t\\t'version': '1.4.1',\\n\\t\\t/**\\n\\t\\t * An object of methods to convert from JavaScript's internal character\\n\\t\\t * representation (UCS-2) to Unicode code points, and back.\\n\\t\\t * @see <https://mathiasbynens.be/notes/javascript-encoding>\\n\\t\\t * @memberOf punycode\\n\\t\\t * @type Object\\n\\t\\t */\\n\\t\\t'ucs2': {\\n\\t\\t\\t'decode': ucs2decode,\\n\\t\\t\\t'encode': ucs2encode\\n\\t\\t},\\n\\t\\t'decode': decode,\\n\\t\\t'encode': encode,\\n\\t\\t'toASCII': toASCII,\\n\\t\\t'toUnicode': toUnicode\\n\\t};\\n\\n\\t/** Expose `punycode` */\\n\\t// Some AMD build optimizers, like r.js, check for specific condition patterns\\n\\t// like the following:\\n\\tif (\\n\\t\\ttypeof define == 'function' &&\\n\\t\\ttypeof define.amd == 'object' &&\\n\\t\\tdefine.amd\\n\\t) {\\n\\t\\tdefine('punycode', function() {\\n\\t\\t\\treturn punycode;\\n\\t\\t});\\n\\t} else if (freeExports && freeModule) {\\n\\t\\tif (module.exports == freeExports) {\\n\\t\\t\\t// in Node.js, io.js, or RingoJS v0.8.0+\\n\\t\\t\\tfreeModule.exports = punycode;\\n\\t\\t} else {\\n\\t\\t\\t// in Narwhal or RingoJS v0.7.0-\\n\\t\\t\\tfor (key in punycode) {\\n\\t\\t\\t\\tpunycode.hasOwnProperty(key) && (freeExports[key] = punycode[key]);\\n\\t\\t\\t}\\n\\t\\t}\\n\\t} else {\\n\\t\\t// in Rhino or a web browser\\n\\t\\troot.punycode = punycode;\\n\\t}\\n\\n}(this));\\n\"\n    },\n    {\n      \"id\": 274,\n      \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/node-libs-browser/node_modules/url/util.js\",\n      \"name\": \"./node_modules/node-libs-browser/node_modules/url/util.js\",\n      \"index\": 252,\n      \"index2\": 243,\n      \"size\": 314,\n      \"cacheable\": true,\n      \"built\": true,\n      \"optional\": false,\n      \"prefetched\": false,\n      \"chunks\": [\n        2\n      ],\n      \"issuer\": \"/Users/jarred/Code/styleurl/node_modules/node-libs-browser/node_modules/url/url.js\",\n      \"issuerId\": 61,\n      \"issuerName\": \"./node_modules/node-libs-browser/node_modules/url/url.js\",\n      \"issuerPath\": [\n        {\n          \"id\": 191,\n          \"identifier\": \"multi /Users/jarred/Code/styleurl/webpack/customPublicPath /Users/jarred/Code/styleurl/chrome/extension/background\",\n          \"name\": \"multi ./webpack/customPublicPath ./chrome/extension/background\",\n          \"profile\": {\n            \"factory\": 0,\n            \"building\": 0,\n            \"dependencies\": 54\n          }\n        },\n        {\n          \"id\": 192,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/background.js\",\n          \"name\": \"./chrome/extension/background.js\",\n          \"profile\": {\n            \"factory\": 54,\n            \"building\": 639,\n            \"dependencies\": 140\n          }\n        },\n        {\n          \"id\": 255,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/stylesheet-differ/lib/index.js\",\n          \"name\": \"./node_modules/stylesheet-differ/lib/index.js\",\n          \"profile\": {\n            \"factory\": 140,\n            \"building\": 568,\n            \"dependencies\": 1\n          }\n        },\n        {\n          \"id\": 256,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/native-css/index.js\",\n          \"name\": \"./node_modules/native-css/index.js\",\n          \"profile\": {\n            \"factory\": 189,\n            \"building\": 603,\n            \"dependencies\": 1\n          }\n        },\n        {\n          \"id\": 257,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/native-css/src/native-css.js\",\n          \"name\": \"./node_modules/native-css/src/native-css.js\",\n          \"profile\": {\n            \"factory\": 26,\n            \"building\": 63,\n            \"dependencies\": 14\n          }\n        },\n        {\n          \"id\": 293,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/fetch/lib/fetch.js\",\n          \"name\": \"./node_modules/fetch/lib/fetch.js\",\n          \"profile\": {\n            \"factory\": 117,\n            \"building\": 25,\n            \"dependencies\": 27\n          }\n        },\n        {\n          \"id\": 61,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/node-libs-browser/node_modules/url/url.js\",\n          \"name\": \"./node_modules/node-libs-browser/node_modules/url/url.js\",\n          \"profile\": {\n            \"factory\": 66,\n            \"building\": 38,\n            \"dependencies\": 20\n          }\n        }\n      ],\n      \"profile\": {\n        \"factory\": 49,\n        \"building\": 21,\n        \"dependencies\": 0\n      },\n      \"failed\": false,\n      \"errors\": 0,\n      \"warnings\": 0,\n      \"assets\": [],\n      \"reasons\": [\n        {\n          \"moduleId\": 61,\n          \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/node-libs-browser/node_modules/url/url.js\",\n          \"module\": \"./node_modules/node-libs-browser/node_modules/url/url.js\",\n          \"moduleName\": \"./node_modules/node-libs-browser/node_modules/url/url.js\",\n          \"type\": \"cjs require\",\n          \"userRequest\": \"./util\",\n          \"loc\": \"25:11-28\"\n        }\n      ],\n      \"usedExports\": true,\n      \"providedExports\": null,\n      \"optimizationBailout\": [\n        \"ModuleConcatenation bailout: Module is not an ECMAScript module\"\n      ],\n      \"depth\": 7,\n      \"source\": \"'use strict';\\n\\nmodule.exports = {\\n  isString: function(arg) {\\n    return typeof(arg) === 'string';\\n  },\\n  isObject: function(arg) {\\n    return typeof(arg) === 'object' && arg !== null;\\n  },\\n  isNull: function(arg) {\\n    return arg === null;\\n  },\\n  isNullOrUndefined: function(arg) {\\n    return arg == null;\\n  }\\n};\\n\"\n    },\n    {\n      \"id\": 275,\n      \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/querystring-es3/index.js\",\n      \"name\": \"./node_modules/querystring-es3/index.js\",\n      \"index\": 253,\n      \"index2\": 246,\n      \"size\": 127,\n      \"cacheable\": true,\n      \"built\": true,\n      \"optional\": false,\n      \"prefetched\": false,\n      \"chunks\": [\n        2\n      ],\n      \"issuer\": \"/Users/jarred/Code/styleurl/node_modules/node-libs-browser/node_modules/url/url.js\",\n      \"issuerId\": 61,\n      \"issuerName\": \"./node_modules/node-libs-browser/node_modules/url/url.js\",\n      \"issuerPath\": [\n        {\n          \"id\": 191,\n          \"identifier\": \"multi /Users/jarred/Code/styleurl/webpack/customPublicPath /Users/jarred/Code/styleurl/chrome/extension/background\",\n          \"name\": \"multi ./webpack/customPublicPath ./chrome/extension/background\",\n          \"profile\": {\n            \"factory\": 0,\n            \"building\": 0,\n            \"dependencies\": 54\n          }\n        },\n        {\n          \"id\": 192,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/background.js\",\n          \"name\": \"./chrome/extension/background.js\",\n          \"profile\": {\n            \"factory\": 54,\n            \"building\": 639,\n            \"dependencies\": 140\n          }\n        },\n        {\n          \"id\": 255,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/stylesheet-differ/lib/index.js\",\n          \"name\": \"./node_modules/stylesheet-differ/lib/index.js\",\n          \"profile\": {\n            \"factory\": 140,\n            \"building\": 568,\n            \"dependencies\": 1\n          }\n        },\n        {\n          \"id\": 256,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/native-css/index.js\",\n          \"name\": \"./node_modules/native-css/index.js\",\n          \"profile\": {\n            \"factory\": 189,\n            \"building\": 603,\n            \"dependencies\": 1\n          }\n        },\n        {\n          \"id\": 257,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/native-css/src/native-css.js\",\n          \"name\": \"./node_modules/native-css/src/native-css.js\",\n          \"profile\": {\n            \"factory\": 26,\n            \"building\": 63,\n            \"dependencies\": 14\n          }\n        },\n        {\n          \"id\": 293,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/fetch/lib/fetch.js\",\n          \"name\": \"./node_modules/fetch/lib/fetch.js\",\n          \"profile\": {\n            \"factory\": 117,\n            \"building\": 25,\n            \"dependencies\": 27\n          }\n        },\n        {\n          \"id\": 61,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/node-libs-browser/node_modules/url/url.js\",\n          \"name\": \"./node_modules/node-libs-browser/node_modules/url/url.js\",\n          \"profile\": {\n            \"factory\": 66,\n            \"building\": 38,\n            \"dependencies\": 20\n          }\n        }\n      ],\n      \"profile\": {\n        \"factory\": 49,\n        \"building\": 21,\n        \"dependencies\": 0\n      },\n      \"failed\": false,\n      \"errors\": 0,\n      \"warnings\": 0,\n      \"assets\": [],\n      \"reasons\": [\n        {\n          \"moduleId\": 61,\n          \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/node-libs-browser/node_modules/url/url.js\",\n          \"module\": \"./node_modules/node-libs-browser/node_modules/url/url.js\",\n          \"moduleName\": \"./node_modules/node-libs-browser/node_modules/url/url.js\",\n          \"type\": \"cjs require\",\n          \"userRequest\": \"querystring\",\n          \"loc\": \"100:18-40\"\n        }\n      ],\n      \"usedExports\": true,\n      \"providedExports\": null,\n      \"optimizationBailout\": [\n        \"ModuleConcatenation bailout: Module is not an ECMAScript module\"\n      ],\n      \"depth\": 7,\n      \"source\": \"'use strict';\\n\\nexports.decode = exports.parse = require('./decode');\\nexports.encode = exports.stringify = require('./encode');\\n\"\n    },\n    {\n      \"id\": 276,\n      \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/querystring-es3/decode.js\",\n      \"name\": \"./node_modules/querystring-es3/decode.js\",\n      \"index\": 254,\n      \"index2\": 244,\n      \"size\": 2510,\n      \"cacheable\": true,\n      \"built\": true,\n      \"optional\": false,\n      \"prefetched\": false,\n      \"chunks\": [\n        2\n      ],\n      \"issuer\": \"/Users/jarred/Code/styleurl/node_modules/querystring-es3/index.js\",\n      \"issuerId\": 275,\n      \"issuerName\": \"./node_modules/querystring-es3/index.js\",\n      \"issuerPath\": [\n        {\n          \"id\": 191,\n          \"identifier\": \"multi /Users/jarred/Code/styleurl/webpack/customPublicPath /Users/jarred/Code/styleurl/chrome/extension/background\",\n          \"name\": \"multi ./webpack/customPublicPath ./chrome/extension/background\",\n          \"profile\": {\n            \"factory\": 0,\n            \"building\": 0,\n            \"dependencies\": 54\n          }\n        },\n        {\n          \"id\": 192,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/background.js\",\n          \"name\": \"./chrome/extension/background.js\",\n          \"profile\": {\n            \"factory\": 54,\n            \"building\": 639,\n            \"dependencies\": 140\n          }\n        },\n        {\n          \"id\": 255,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/stylesheet-differ/lib/index.js\",\n          \"name\": \"./node_modules/stylesheet-differ/lib/index.js\",\n          \"profile\": {\n            \"factory\": 140,\n            \"building\": 568,\n            \"dependencies\": 1\n          }\n        },\n        {\n          \"id\": 256,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/native-css/index.js\",\n          \"name\": \"./node_modules/native-css/index.js\",\n          \"profile\": {\n            \"factory\": 189,\n            \"building\": 603,\n            \"dependencies\": 1\n          }\n        },\n        {\n          \"id\": 257,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/native-css/src/native-css.js\",\n          \"name\": \"./node_modules/native-css/src/native-css.js\",\n          \"profile\": {\n            \"factory\": 26,\n            \"building\": 63,\n            \"dependencies\": 14\n          }\n        },\n        {\n          \"id\": 293,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/fetch/lib/fetch.js\",\n          \"name\": \"./node_modules/fetch/lib/fetch.js\",\n          \"profile\": {\n            \"factory\": 117,\n            \"building\": 25,\n            \"dependencies\": 27\n          }\n        },\n        {\n          \"id\": 61,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/node-libs-browser/node_modules/url/url.js\",\n          \"name\": \"./node_modules/node-libs-browser/node_modules/url/url.js\",\n          \"profile\": {\n            \"factory\": 66,\n            \"building\": 38,\n            \"dependencies\": 20\n          }\n        },\n        {\n          \"id\": 275,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/querystring-es3/index.js\",\n          \"name\": \"./node_modules/querystring-es3/index.js\",\n          \"profile\": {\n            \"factory\": 49,\n            \"building\": 21,\n            \"dependencies\": 0\n          }\n        }\n      ],\n      \"profile\": {\n        \"factory\": 95,\n        \"building\": 23\n      },\n      \"failed\": false,\n      \"errors\": 0,\n      \"warnings\": 0,\n      \"assets\": [],\n      \"reasons\": [\n        {\n          \"moduleId\": 275,\n          \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/querystring-es3/index.js\",\n          \"module\": \"./node_modules/querystring-es3/index.js\",\n          \"moduleName\": \"./node_modules/querystring-es3/index.js\",\n          \"type\": \"cjs require\",\n          \"userRequest\": \"./decode\",\n          \"loc\": \"3:33-52\"\n        }\n      ],\n      \"usedExports\": true,\n      \"providedExports\": null,\n      \"optimizationBailout\": [\n        \"ModuleConcatenation bailout: Module is not an ECMAScript module\"\n      ],\n      \"depth\": 8,\n      \"source\": \"// Copyright Joyent, Inc. and other Node contributors.\\n//\\n// Permission is hereby granted, free of charge, to any person obtaining a\\n// copy of this software and associated documentation files (the\\n// \\\"Software\\\"), to deal in the Software without restriction, including\\n// without limitation the rights to use, copy, modify, merge, publish,\\n// distribute, sublicense, and/or sell copies of the Software, and to permit\\n// persons to whom the Software is furnished to do so, subject to the\\n// following conditions:\\n//\\n// The above copyright notice and this permission notice shall be included\\n// in all copies or substantial portions of the Software.\\n//\\n// THE SOFTWARE IS PROVIDED \\\"AS IS\\\", WITHOUT WARRANTY OF ANY KIND, EXPRESS\\n// OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\\n// MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN\\n// NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM,\\n// DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR\\n// OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE\\n// USE OR OTHER DEALINGS IN THE SOFTWARE.\\n\\n'use strict';\\n\\n// If obj.hasOwnProperty has been overridden, then calling\\n// obj.hasOwnProperty(prop) will break.\\n// See: https://github.com/joyent/node/issues/1707\\nfunction hasOwnProperty(obj, prop) {\\n  return Object.prototype.hasOwnProperty.call(obj, prop);\\n}\\n\\nmodule.exports = function(qs, sep, eq, options) {\\n  sep = sep || '&';\\n  eq = eq || '=';\\n  var obj = {};\\n\\n  if (typeof qs !== 'string' || qs.length === 0) {\\n    return obj;\\n  }\\n\\n  var regexp = /\\\\+/g;\\n  qs = qs.split(sep);\\n\\n  var maxKeys = 1000;\\n  if (options && typeof options.maxKeys === 'number') {\\n    maxKeys = options.maxKeys;\\n  }\\n\\n  var len = qs.length;\\n  // maxKeys <= 0 means that we should not limit keys count\\n  if (maxKeys > 0 && len > maxKeys) {\\n    len = maxKeys;\\n  }\\n\\n  for (var i = 0; i < len; ++i) {\\n    var x = qs[i].replace(regexp, '%20'),\\n        idx = x.indexOf(eq),\\n        kstr, vstr, k, v;\\n\\n    if (idx >= 0) {\\n      kstr = x.substr(0, idx);\\n      vstr = x.substr(idx + 1);\\n    } else {\\n      kstr = x;\\n      vstr = '';\\n    }\\n\\n    k = decodeURIComponent(kstr);\\n    v = decodeURIComponent(vstr);\\n\\n    if (!hasOwnProperty(obj, k)) {\\n      obj[k] = v;\\n    } else if (isArray(obj[k])) {\\n      obj[k].push(v);\\n    } else {\\n      obj[k] = [obj[k], v];\\n    }\\n  }\\n\\n  return obj;\\n};\\n\\nvar isArray = Array.isArray || function (xs) {\\n  return Object.prototype.toString.call(xs) === '[object Array]';\\n};\\n\"\n    },\n    {\n      \"id\": 277,\n      \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/querystring-es3/encode.js\",\n      \"name\": \"./node_modules/querystring-es3/encode.js\",\n      \"index\": 255,\n      \"index2\": 245,\n      \"size\": 2544,\n      \"cacheable\": true,\n      \"built\": true,\n      \"optional\": false,\n      \"prefetched\": false,\n      \"chunks\": [\n        2\n      ],\n      \"issuer\": \"/Users/jarred/Code/styleurl/node_modules/querystring-es3/index.js\",\n      \"issuerId\": 275,\n      \"issuerName\": \"./node_modules/querystring-es3/index.js\",\n      \"issuerPath\": [\n        {\n          \"id\": 191,\n          \"identifier\": \"multi /Users/jarred/Code/styleurl/webpack/customPublicPath /Users/jarred/Code/styleurl/chrome/extension/background\",\n          \"name\": \"multi ./webpack/customPublicPath ./chrome/extension/background\",\n          \"profile\": {\n            \"factory\": 0,\n            \"building\": 0,\n            \"dependencies\": 54\n          }\n        },\n        {\n          \"id\": 192,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/background.js\",\n          \"name\": \"./chrome/extension/background.js\",\n          \"profile\": {\n            \"factory\": 54,\n            \"building\": 639,\n            \"dependencies\": 140\n          }\n        },\n        {\n          \"id\": 255,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/stylesheet-differ/lib/index.js\",\n          \"name\": \"./node_modules/stylesheet-differ/lib/index.js\",\n          \"profile\": {\n            \"factory\": 140,\n            \"building\": 568,\n            \"dependencies\": 1\n          }\n        },\n        {\n          \"id\": 256,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/native-css/index.js\",\n          \"name\": \"./node_modules/native-css/index.js\",\n          \"profile\": {\n            \"factory\": 189,\n            \"building\": 603,\n            \"dependencies\": 1\n          }\n        },\n        {\n          \"id\": 257,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/native-css/src/native-css.js\",\n          \"name\": \"./node_modules/native-css/src/native-css.js\",\n          \"profile\": {\n            \"factory\": 26,\n            \"building\": 63,\n            \"dependencies\": 14\n          }\n        },\n        {\n          \"id\": 293,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/fetch/lib/fetch.js\",\n          \"name\": \"./node_modules/fetch/lib/fetch.js\",\n          \"profile\": {\n            \"factory\": 117,\n            \"building\": 25,\n            \"dependencies\": 27\n          }\n        },\n        {\n          \"id\": 61,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/node-libs-browser/node_modules/url/url.js\",\n          \"name\": \"./node_modules/node-libs-browser/node_modules/url/url.js\",\n          \"profile\": {\n            \"factory\": 66,\n            \"building\": 38,\n            \"dependencies\": 20\n          }\n        },\n        {\n          \"id\": 275,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/querystring-es3/index.js\",\n          \"name\": \"./node_modules/querystring-es3/index.js\",\n          \"profile\": {\n            \"factory\": 49,\n            \"building\": 21,\n            \"dependencies\": 0\n          }\n        }\n      ],\n      \"profile\": {\n        \"factory\": 95,\n        \"building\": 23\n      },\n      \"failed\": false,\n      \"errors\": 0,\n      \"warnings\": 0,\n      \"assets\": [],\n      \"reasons\": [\n        {\n          \"moduleId\": 275,\n          \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/querystring-es3/index.js\",\n          \"module\": \"./node_modules/querystring-es3/index.js\",\n          \"moduleName\": \"./node_modules/querystring-es3/index.js\",\n          \"type\": \"cjs require\",\n          \"userRequest\": \"./encode\",\n          \"loc\": \"4:37-56\"\n        }\n      ],\n      \"usedExports\": true,\n      \"providedExports\": null,\n      \"optimizationBailout\": [\n        \"ModuleConcatenation bailout: Module is not an ECMAScript module\"\n      ],\n      \"depth\": 8,\n      \"source\": \"// Copyright Joyent, Inc. and other Node contributors.\\n//\\n// Permission is hereby granted, free of charge, to any person obtaining a\\n// copy of this software and associated documentation files (the\\n// \\\"Software\\\"), to deal in the Software without restriction, including\\n// without limitation the rights to use, copy, modify, merge, publish,\\n// distribute, sublicense, and/or sell copies of the Software, and to permit\\n// persons to whom the Software is furnished to do so, subject to the\\n// following conditions:\\n//\\n// The above copyright notice and this permission notice shall be included\\n// in all copies or substantial portions of the Software.\\n//\\n// THE SOFTWARE IS PROVIDED \\\"AS IS\\\", WITHOUT WARRANTY OF ANY KIND, EXPRESS\\n// OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\\n// MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN\\n// NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM,\\n// DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR\\n// OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE\\n// USE OR OTHER DEALINGS IN THE SOFTWARE.\\n\\n'use strict';\\n\\nvar stringifyPrimitive = function(v) {\\n  switch (typeof v) {\\n    case 'string':\\n      return v;\\n\\n    case 'boolean':\\n      return v ? 'true' : 'false';\\n\\n    case 'number':\\n      return isFinite(v) ? v : '';\\n\\n    default:\\n      return '';\\n  }\\n};\\n\\nmodule.exports = function(obj, sep, eq, name) {\\n  sep = sep || '&';\\n  eq = eq || '=';\\n  if (obj === null) {\\n    obj = undefined;\\n  }\\n\\n  if (typeof obj === 'object') {\\n    return map(objectKeys(obj), function(k) {\\n      var ks = encodeURIComponent(stringifyPrimitive(k)) + eq;\\n      if (isArray(obj[k])) {\\n        return map(obj[k], function(v) {\\n          return ks + encodeURIComponent(stringifyPrimitive(v));\\n        }).join(sep);\\n      } else {\\n        return ks + encodeURIComponent(stringifyPrimitive(obj[k]));\\n      }\\n    }).join(sep);\\n\\n  }\\n\\n  if (!name) return '';\\n  return encodeURIComponent(stringifyPrimitive(name)) + eq +\\n         encodeURIComponent(stringifyPrimitive(obj));\\n};\\n\\nvar isArray = Array.isArray || function (xs) {\\n  return Object.prototype.toString.call(xs) === '[object Array]';\\n};\\n\\nfunction map (xs, f) {\\n  if (xs.map) return xs.map(f);\\n  var res = [];\\n  for (var i = 0; i < xs.length; i++) {\\n    res.push(f(xs[i], i));\\n  }\\n  return res;\\n}\\n\\nvar objectKeys = Object.keys || function (obj) {\\n  var res = [];\\n  for (var key in obj) {\\n    if (Object.prototype.hasOwnProperty.call(obj, key)) res.push(key);\\n  }\\n  return res;\\n};\\n\"\n    },\n    {\n      \"id\": 278,\n      \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/fs-monkey/lib/correctPath.js\",\n      \"name\": \"./node_modules/fs-monkey/lib/correctPath.js\",\n      \"index\": 256,\n      \"index2\": 248,\n      \"size\": 1110,\n      \"cacheable\": true,\n      \"built\": true,\n      \"optional\": false,\n      \"prefetched\": false,\n      \"chunks\": [\n        2\n      ],\n      \"issuer\": \"/Users/jarred/Code/styleurl/node_modules/memfs/lib/volume.js\",\n      \"issuerId\": 260,\n      \"issuerName\": \"./node_modules/memfs/lib/volume.js\",\n      \"issuerPath\": [\n        {\n          \"id\": 191,\n          \"identifier\": \"multi /Users/jarred/Code/styleurl/webpack/customPublicPath /Users/jarred/Code/styleurl/chrome/extension/background\",\n          \"name\": \"multi ./webpack/customPublicPath ./chrome/extension/background\",\n          \"profile\": {\n            \"factory\": 0,\n            \"building\": 0,\n            \"dependencies\": 54\n          }\n        },\n        {\n          \"id\": 192,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/background.js\",\n          \"name\": \"./chrome/extension/background.js\",\n          \"profile\": {\n            \"factory\": 54,\n            \"building\": 639,\n            \"dependencies\": 140\n          }\n        },\n        {\n          \"id\": 255,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/stylesheet-differ/lib/index.js\",\n          \"name\": \"./node_modules/stylesheet-differ/lib/index.js\",\n          \"profile\": {\n            \"factory\": 140,\n            \"building\": 568,\n            \"dependencies\": 1\n          }\n        },\n        {\n          \"id\": 256,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/native-css/index.js\",\n          \"name\": \"./node_modules/native-css/index.js\",\n          \"profile\": {\n            \"factory\": 189,\n            \"building\": 603,\n            \"dependencies\": 1\n          }\n        },\n        {\n          \"id\": 257,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/native-css/src/native-css.js\",\n          \"name\": \"./node_modules/native-css/src/native-css.js\",\n          \"profile\": {\n            \"factory\": 26,\n            \"building\": 63,\n            \"dependencies\": 14\n          }\n        },\n        {\n          \"id\": 69,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/memfs/lib/index.js\",\n          \"name\": \"./node_modules/memfs/lib/index.js\",\n          \"profile\": {\n            \"factory\": 117,\n            \"building\": 25,\n            \"dependencies\": 27\n          }\n        },\n        {\n          \"id\": 260,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/memfs/lib/volume.js\",\n          \"name\": \"./node_modules/memfs/lib/volume.js\",\n          \"profile\": {\n            \"factory\": 51,\n            \"building\": 84,\n            \"dependencies\": 2\n          }\n        }\n      ],\n      \"profile\": {\n        \"factory\": 133,\n        \"building\": 20,\n        \"dependencies\": 1\n      },\n      \"failed\": false,\n      \"errors\": 0,\n      \"warnings\": 0,\n      \"assets\": [],\n      \"reasons\": [\n        {\n          \"moduleId\": 260,\n          \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/memfs/lib/volume.js\",\n          \"module\": \"./node_modules/memfs/lib/volume.js\",\n          \"moduleName\": \"./node_modules/memfs/lib/volume.js\",\n          \"type\": \"cjs require\",\n          \"userRequest\": \"fs-monkey/lib/correctPath\",\n          \"loc\": \"267:20-56\"\n        }\n      ],\n      \"usedExports\": true,\n      \"providedExports\": null,\n      \"optimizationBailout\": [\n        \"ModuleConcatenation bailout: Module is not an ECMAScript module\"\n      ],\n      \"depth\": 7,\n      \"source\": \"'use strict';\\n\\nObject.defineProperty(exports, \\\"__esModule\\\", {\\n  value: true\\n});\\nexports.unixify = unixify;\\nexports.correctPath = correctPath;\\nvar isWin = process.platform === 'win32';\\n\\nfunction removeTrailingSeparator(str) {\\n  var i = str.length - 1;\\n  if (i < 2) {\\n    return str;\\n  }\\n  while (isSeparator(str, i)) {\\n    i--;\\n  }\\n  return str.substr(0, i + 1);\\n}\\n\\nfunction isSeparator(str, i) {\\n  var char = str[i];\\n  return i > 0 && (char === '/' || isWin && char === '\\\\\\\\');\\n}\\n\\nfunction normalizePath(str, stripTrailing) {\\n  if (typeof str !== 'string') {\\n    throw new TypeError('expected a string');\\n  }\\n  str = str.replace(/[\\\\\\\\\\\\/]+/g, '/');\\n  if (stripTrailing !== false) {\\n    str = removeTrailingSeparator(str);\\n  }\\n  return str;\\n}\\n\\nfunction unixify(filepath) {\\n  var stripTrailing = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : true;\\n\\n  if (isWin) {\\n    filepath = normalizePath(filepath, stripTrailing);\\n    return filepath.replace(/^([a-zA-Z]+:|\\\\.\\\\/)/, '');\\n  }\\n  return filepath;\\n}\\n\\nfunction correctPath(filepath) {\\n  return unixify(filepath.replace(/^\\\\\\\\\\\\\\\\\\\\?\\\\\\\\.:\\\\\\\\/, '\\\\\\\\'));\\n}\"\n    },\n    {\n      \"id\": 279,\n      \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/fs-monkey/lib/util/lists.js\",\n      \"name\": \"./node_modules/fs-monkey/lib/util/lists.js\",\n      \"index\": 257,\n      \"index2\": 250,\n      \"size\": 1227,\n      \"cacheable\": true,\n      \"built\": true,\n      \"optional\": false,\n      \"prefetched\": false,\n      \"chunks\": [\n        2\n      ],\n      \"issuer\": \"/Users/jarred/Code/styleurl/node_modules/memfs/lib/index.js\",\n      \"issuerId\": 69,\n      \"issuerName\": \"./node_modules/memfs/lib/index.js\",\n      \"issuerPath\": [\n        {\n          \"id\": 191,\n          \"identifier\": \"multi /Users/jarred/Code/styleurl/webpack/customPublicPath /Users/jarred/Code/styleurl/chrome/extension/background\",\n          \"name\": \"multi ./webpack/customPublicPath ./chrome/extension/background\",\n          \"profile\": {\n            \"factory\": 0,\n            \"building\": 0,\n            \"dependencies\": 54\n          }\n        },\n        {\n          \"id\": 192,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/background.js\",\n          \"name\": \"./chrome/extension/background.js\",\n          \"profile\": {\n            \"factory\": 54,\n            \"building\": 639,\n            \"dependencies\": 140\n          }\n        },\n        {\n          \"id\": 255,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/stylesheet-differ/lib/index.js\",\n          \"name\": \"./node_modules/stylesheet-differ/lib/index.js\",\n          \"profile\": {\n            \"factory\": 140,\n            \"building\": 568,\n            \"dependencies\": 1\n          }\n        },\n        {\n          \"id\": 256,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/native-css/index.js\",\n          \"name\": \"./node_modules/native-css/index.js\",\n          \"profile\": {\n            \"factory\": 189,\n            \"building\": 603,\n            \"dependencies\": 1\n          }\n        },\n        {\n          \"id\": 257,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/native-css/src/native-css.js\",\n          \"name\": \"./node_modules/native-css/src/native-css.js\",\n          \"profile\": {\n            \"factory\": 26,\n            \"building\": 63,\n            \"dependencies\": 14\n          }\n        },\n        {\n          \"id\": 69,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/memfs/lib/index.js\",\n          \"name\": \"./node_modules/memfs/lib/index.js\",\n          \"profile\": {\n            \"factory\": 117,\n            \"building\": 25,\n            \"dependencies\": 27\n          }\n        }\n      ],\n      \"profile\": {\n        \"factory\": 51,\n        \"building\": 84,\n        \"dependencies\": 2\n      },\n      \"failed\": false,\n      \"errors\": 0,\n      \"warnings\": 0,\n      \"assets\": [],\n      \"reasons\": [\n        {\n          \"moduleId\": 69,\n          \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/memfs/lib/index.js\",\n          \"module\": \"./node_modules/memfs/lib/index.js\",\n          \"moduleName\": \"./node_modules/memfs/lib/index.js\",\n          \"type\": \"cjs require\",\n          \"userRequest\": \"fs-monkey/lib/util/lists\",\n          \"loc\": \"13:9-44\"\n        }\n      ],\n      \"usedExports\": true,\n      \"providedExports\": null,\n      \"optimizationBailout\": [\n        \"ModuleConcatenation bailout: Module is not an ECMAScript module\"\n      ],\n      \"depth\": 6,\n      \"source\": \"'use strict';\\n\\nObject.defineProperty(exports, \\\"__esModule\\\", {\\n    value: true\\n});\\nvar fsProps = exports.fsProps = ['constants', 'F_OK', 'R_OK', 'W_OK', 'X_OK', 'Stats'];\\n\\nvar fsSyncMethods = exports.fsSyncMethods = ['renameSync', 'ftruncateSync', 'truncateSync', 'chownSync', 'fchownSync', 'lchownSync', 'chmodSync', 'fchmodSync', 'lchmodSync', 'statSync', 'lstatSync', 'fstatSync', 'linkSync', 'symlinkSync', 'readlinkSync', 'realpathSync', 'unlinkSync', 'rmdirSync', 'mkdirSync', 'mkdirpSync', 'readdirSync', 'closeSync', 'openSync', 'utimesSync', 'futimesSync', 'fsyncSync', 'writeSync', 'readSync', 'readFileSync', 'writeFileSync', 'appendFileSync', 'existsSync', 'accessSync', 'fdatasyncSync', 'mkdtempSync', 'copyFileSync', 'createReadStream', 'createWriteStream'];\\n\\nvar fsAsyncMethods = exports.fsAsyncMethods = ['rename', 'ftruncate', 'truncate', 'chown', 'fchown', 'lchown', 'chmod', 'fchmod', 'lchmod', 'stat', 'lstat', 'fstat', 'link', 'symlink', 'readlink', 'realpath', 'unlink', 'rmdir', 'mkdir', 'mkdirp', 'readdir', 'close', 'open', 'utimes', 'futimes', 'fsync', 'write', 'read', 'readFile', 'writeFile', 'appendFile', 'exists', 'access', 'fdatasync', 'mkdtemp', 'copyFile', 'watchFile', 'unwatchFile', 'watch'];\"\n    },\n    {\n      \"id\": 280,\n      \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/css/index.js\",\n      \"name\": \"./node_modules/css/index.js\",\n      \"index\": 258,\n      \"index2\": 269,\n      \"size\": 88,\n      \"cacheable\": true,\n      \"built\": true,\n      \"optional\": false,\n      \"prefetched\": false,\n      \"chunks\": [\n        2\n      ],\n      \"issuer\": \"/Users/jarred/Code/styleurl/node_modules/native-css/src/native-css.js\",\n      \"issuerId\": 257,\n      \"issuerName\": \"./node_modules/native-css/src/native-css.js\",\n      \"issuerPath\": [\n        {\n          \"id\": 191,\n          \"identifier\": \"multi /Users/jarred/Code/styleurl/webpack/customPublicPath /Users/jarred/Code/styleurl/chrome/extension/background\",\n          \"name\": \"multi ./webpack/customPublicPath ./chrome/extension/background\",\n          \"profile\": {\n            \"factory\": 0,\n            \"building\": 0,\n            \"dependencies\": 54\n          }\n        },\n        {\n          \"id\": 192,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/background.js\",\n          \"name\": \"./chrome/extension/background.js\",\n          \"profile\": {\n            \"factory\": 54,\n            \"building\": 639,\n            \"dependencies\": 140\n          }\n        },\n        {\n          \"id\": 255,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/stylesheet-differ/lib/index.js\",\n          \"name\": \"./node_modules/stylesheet-differ/lib/index.js\",\n          \"profile\": {\n            \"factory\": 140,\n            \"building\": 568,\n            \"dependencies\": 1\n          }\n        },\n        {\n          \"id\": 256,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/native-css/index.js\",\n          \"name\": \"./node_modules/native-css/index.js\",\n          \"profile\": {\n            \"factory\": 189,\n            \"building\": 603,\n            \"dependencies\": 1\n          }\n        },\n        {\n          \"id\": 257,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/native-css/src/native-css.js\",\n          \"name\": \"./node_modules/native-css/src/native-css.js\",\n          \"profile\": {\n            \"factory\": 26,\n            \"building\": 63,\n            \"dependencies\": 14\n          }\n        }\n      ],\n      \"profile\": {\n        \"factory\": 117,\n        \"building\": 25,\n        \"dependencies\": 27\n      },\n      \"failed\": false,\n      \"errors\": 0,\n      \"warnings\": 0,\n      \"assets\": [],\n      \"reasons\": [\n        {\n          \"moduleId\": 257,\n          \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/native-css/src/native-css.js\",\n          \"module\": \"./node_modules/native-css/src/native-css.js\",\n          \"moduleName\": \"./node_modules/native-css/src/native-css.js\",\n          \"type\": \"cjs require\",\n          \"userRequest\": \"css\",\n          \"loc\": \"5:14-28\"\n        }\n      ],\n      \"usedExports\": true,\n      \"providedExports\": null,\n      \"optimizationBailout\": [\n        \"ModuleConcatenation bailout: Module is not an ECMAScript module\"\n      ],\n      \"depth\": 5,\n      \"source\": \"exports.parse = require('./lib/parse');\\nexports.stringify = require('./lib/stringify');\\n\"\n    },\n    {\n      \"id\": 281,\n      \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/css/lib/parse/index.js\",\n      \"name\": \"./node_modules/css/lib/parse/index.js\",\n      \"index\": 259,\n      \"index2\": 253,\n      \"size\": 10812,\n      \"cacheable\": true,\n      \"built\": true,\n      \"optional\": false,\n      \"prefetched\": false,\n      \"chunks\": [\n        2\n      ],\n      \"issuer\": \"/Users/jarred/Code/styleurl/node_modules/css/index.js\",\n      \"issuerId\": 280,\n      \"issuerName\": \"./node_modules/css/index.js\",\n      \"issuerPath\": [\n        {\n          \"id\": 191,\n          \"identifier\": \"multi /Users/jarred/Code/styleurl/webpack/customPublicPath /Users/jarred/Code/styleurl/chrome/extension/background\",\n          \"name\": \"multi ./webpack/customPublicPath ./chrome/extension/background\",\n          \"profile\": {\n            \"factory\": 0,\n            \"building\": 0,\n            \"dependencies\": 54\n          }\n        },\n        {\n          \"id\": 192,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/background.js\",\n          \"name\": \"./chrome/extension/background.js\",\n          \"profile\": {\n            \"factory\": 54,\n            \"building\": 639,\n            \"dependencies\": 140\n          }\n        },\n        {\n          \"id\": 255,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/stylesheet-differ/lib/index.js\",\n          \"name\": \"./node_modules/stylesheet-differ/lib/index.js\",\n          \"profile\": {\n            \"factory\": 140,\n            \"building\": 568,\n            \"dependencies\": 1\n          }\n        },\n        {\n          \"id\": 256,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/native-css/index.js\",\n          \"name\": \"./node_modules/native-css/index.js\",\n          \"profile\": {\n            \"factory\": 189,\n            \"building\": 603,\n            \"dependencies\": 1\n          }\n        },\n        {\n          \"id\": 257,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/native-css/src/native-css.js\",\n          \"name\": \"./node_modules/native-css/src/native-css.js\",\n          \"profile\": {\n            \"factory\": 26,\n            \"building\": 63,\n            \"dependencies\": 14\n          }\n        },\n        {\n          \"id\": 280,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/css/index.js\",\n          \"name\": \"./node_modules/css/index.js\",\n          \"profile\": {\n            \"factory\": 117,\n            \"building\": 25,\n            \"dependencies\": 27\n          }\n        }\n      ],\n      \"profile\": {\n        \"factory\": 71,\n        \"building\": 48\n      },\n      \"failed\": false,\n      \"errors\": 0,\n      \"warnings\": 0,\n      \"assets\": [],\n      \"reasons\": [\n        {\n          \"moduleId\": 280,\n          \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/css/index.js\",\n          \"module\": \"./node_modules/css/index.js\",\n          \"moduleName\": \"./node_modules/css/index.js\",\n          \"type\": \"cjs require\",\n          \"userRequest\": \"./lib/parse\",\n          \"loc\": \"1:16-38\"\n        }\n      ],\n      \"usedExports\": true,\n      \"providedExports\": null,\n      \"optimizationBailout\": [\n        \"ModuleConcatenation bailout: Module is not an ECMAScript module\"\n      ],\n      \"depth\": 6,\n      \"source\": \"// http://www.w3.org/TR/CSS21/grammar.html\\n// https://github.com/visionmedia/css-parse/pull/49#issuecomment-30088027\\nvar commentre = /\\\\/\\\\*[^*]*\\\\*+([^/*][^*]*\\\\*+)*\\\\//g\\n\\nmodule.exports = function(css, options){\\n  options = options || {};\\n\\n  /**\\n   * Positional.\\n   */\\n\\n  var lineno = 1;\\n  var column = 1;\\n\\n  /**\\n   * Update lineno and column based on `str`.\\n   */\\n\\n  function updatePosition(str) {\\n    var lines = str.match(/\\\\n/g);\\n    if (lines) lineno += lines.length;\\n    var i = str.lastIndexOf('\\\\n');\\n    column = ~i ? str.length - i : column + str.length;\\n  }\\n\\n  /**\\n   * Mark position and patch `node.position`.\\n   */\\n\\n  function position() {\\n    var start = { line: lineno, column: column };\\n    return function(node){\\n      node.position = new Position(start);\\n      whitespace();\\n      return node;\\n    };\\n  }\\n\\n  /**\\n   * Store position information for a node\\n   */\\n\\n  function Position(start) {\\n    this.start = start;\\n    this.end = { line: lineno, column: column };\\n    this.source = options.source;\\n  }\\n\\n  /**\\n   * Non-enumerable source string\\n   */\\n\\n  Position.prototype.content = css;\\n\\n  /**\\n   * Error `msg`.\\n   */\\n\\n  var errorsList = [];\\n\\n  function error(msg) {\\n    var err = new Error(options.source + ':' + lineno + ':' + column + ': ' + msg);\\n    err.reason = msg;\\n    err.filename = options.source;\\n    err.line = lineno;\\n    err.column = column;\\n    err.source = css;\\n\\n    if (options.silent) {\\n      errorsList.push(err);\\n    } else {\\n      throw err;\\n    }\\n  }\\n\\n  /**\\n   * Parse stylesheet.\\n   */\\n\\n  function stylesheet() {\\n    var rulesList = rules();\\n\\n    return {\\n      type: 'stylesheet',\\n      stylesheet: {\\n        rules: rulesList,\\n        parsingErrors: errorsList\\n      }\\n    };\\n  }\\n\\n  /**\\n   * Opening brace.\\n   */\\n\\n  function open() {\\n    return match(/^{\\\\s*/);\\n  }\\n\\n  /**\\n   * Closing brace.\\n   */\\n\\n  function close() {\\n    return match(/^}/);\\n  }\\n\\n  /**\\n   * Parse ruleset.\\n   */\\n\\n  function rules() {\\n    var node;\\n    var rules = [];\\n    whitespace();\\n    comments(rules);\\n    while (css.length && css.charAt(0) != '}' && (node = atrule() || rule())) {\\n      if (node !== false) {\\n        rules.push(node);\\n        comments(rules);\\n      }\\n    }\\n    return rules;\\n  }\\n\\n  /**\\n   * Match `re` and return captures.\\n   */\\n\\n  function match(re) {\\n    var m = re.exec(css);\\n    if (!m) return;\\n    var str = m[0];\\n    updatePosition(str);\\n    css = css.slice(str.length);\\n    return m;\\n  }\\n\\n  /**\\n   * Parse whitespace.\\n   */\\n\\n  function whitespace() {\\n    match(/^\\\\s*/);\\n  }\\n\\n  /**\\n   * Parse comments;\\n   */\\n\\n  function comments(rules) {\\n    var c;\\n    rules = rules || [];\\n    while (c = comment()) {\\n      if (c !== false) {\\n        rules.push(c);\\n      }\\n    }\\n    return rules;\\n  }\\n\\n  /**\\n   * Parse comment.\\n   */\\n\\n  function comment() {\\n    var pos = position();\\n    if ('/' != css.charAt(0) || '*' != css.charAt(1)) return;\\n\\n    var i = 2;\\n    while (\\\"\\\" != css.charAt(i) && ('*' != css.charAt(i) || '/' != css.charAt(i + 1))) ++i;\\n    i += 2;\\n\\n    if (\\\"\\\" === css.charAt(i-1)) {\\n      return error('End of comment missing');\\n    }\\n\\n    var str = css.slice(2, i - 2);\\n    column += 2;\\n    updatePosition(str);\\n    css = css.slice(i);\\n    column += 2;\\n\\n    return pos({\\n      type: 'comment',\\n      comment: str\\n    });\\n  }\\n\\n  /**\\n   * Parse selector.\\n   */\\n\\n  function selector() {\\n    var m = match(/^([^{]+)/);\\n    if (!m) return;\\n    /* @fix Remove all comments from selectors\\n     * http://ostermiller.org/findcomment.html */\\n    return trim(m[0])\\n      .replace(/\\\\/\\\\*([^*]|[\\\\r\\\\n]|(\\\\*+([^*/]|[\\\\r\\\\n])))*\\\\*\\\\/+/g, '')\\n      .replace(/\\\"(?:\\\\\\\\\\\"|[^\\\"])*\\\"|'(?:\\\\\\\\'|[^'])*'/g, function(m) {\\n        return m.replace(/,/g, '\\\\u200C');\\n      })\\n      .split(/\\\\s*(?![^(]*\\\\)),\\\\s*/)\\n      .map(function(s) {\\n        return s.replace(/\\\\u200C/g, ',');\\n      });\\n  }\\n\\n  /**\\n   * Parse declaration.\\n   */\\n\\n  function declaration() {\\n    var pos = position();\\n\\n    // prop\\n    var prop = match(/^(\\\\*?[-#\\\\/\\\\*\\\\\\\\\\\\w]+(\\\\[[0-9a-z_-]+\\\\])?)\\\\s*/);\\n    if (!prop) return;\\n    prop = trim(prop[0]);\\n\\n    // :\\n    if (!match(/^:\\\\s*/)) return error(\\\"property missing ':'\\\");\\n\\n    // val\\n    var val = match(/^((?:'(?:\\\\\\\\'|.)*?'|\\\"(?:\\\\\\\\\\\"|.)*?\\\"|\\\\([^\\\\)]*?\\\\)|[^};])+)/);\\n\\n    var ret = pos({\\n      type: 'declaration',\\n      property: prop.replace(commentre, ''),\\n      value: val ? trim(val[0]).replace(commentre, '') : ''\\n    });\\n\\n    // ;\\n    match(/^[;\\\\s]*/);\\n\\n    return ret;\\n  }\\n\\n  /**\\n   * Parse declarations.\\n   */\\n\\n  function declarations() {\\n    var decls = [];\\n\\n    if (!open()) return error(\\\"missing '{'\\\");\\n    comments(decls);\\n\\n    // declarations\\n    var decl;\\n    while (decl = declaration()) {\\n      if (decl !== false) {\\n        decls.push(decl);\\n        comments(decls);\\n      }\\n    }\\n\\n    if (!close()) return error(\\\"missing '}'\\\");\\n    return decls;\\n  }\\n\\n  /**\\n   * Parse keyframe.\\n   */\\n\\n  function keyframe() {\\n    var m;\\n    var vals = [];\\n    var pos = position();\\n\\n    while (m = match(/^((\\\\d+\\\\.\\\\d+|\\\\.\\\\d+|\\\\d+)%?|[a-z]+)\\\\s*/)) {\\n      vals.push(m[1]);\\n      match(/^,\\\\s*/);\\n    }\\n\\n    if (!vals.length) return;\\n\\n    return pos({\\n      type: 'keyframe',\\n      values: vals,\\n      declarations: declarations()\\n    });\\n  }\\n\\n  /**\\n   * Parse keyframes.\\n   */\\n\\n  function atkeyframes() {\\n    var pos = position();\\n    var m = match(/^@([-\\\\w]+)?keyframes\\\\s*/);\\n\\n    if (!m) return;\\n    var vendor = m[1];\\n\\n    // identifier\\n    var m = match(/^([-\\\\w]+)\\\\s*/);\\n    if (!m) return error(\\\"@keyframes missing name\\\");\\n    var name = m[1];\\n\\n    if (!open()) return error(\\\"@keyframes missing '{'\\\");\\n\\n    var frame;\\n    var frames = comments();\\n    while (frame = keyframe()) {\\n      frames.push(frame);\\n      frames = frames.concat(comments());\\n    }\\n\\n    if (!close()) return error(\\\"@keyframes missing '}'\\\");\\n\\n    return pos({\\n      type: 'keyframes',\\n      name: name,\\n      vendor: vendor,\\n      keyframes: frames\\n    });\\n  }\\n\\n  /**\\n   * Parse supports.\\n   */\\n\\n  function atsupports() {\\n    var pos = position();\\n    var m = match(/^@supports *([^{]+)/);\\n\\n    if (!m) return;\\n    var supports = trim(m[1]);\\n\\n    if (!open()) return error(\\\"@supports missing '{'\\\");\\n\\n    var style = comments().concat(rules());\\n\\n    if (!close()) return error(\\\"@supports missing '}'\\\");\\n\\n    return pos({\\n      type: 'supports',\\n      supports: supports,\\n      rules: style\\n    });\\n  }\\n\\n  /**\\n   * Parse host.\\n   */\\n\\n  function athost() {\\n    var pos = position();\\n    var m = match(/^@host\\\\s*/);\\n\\n    if (!m) return;\\n\\n    if (!open()) return error(\\\"@host missing '{'\\\");\\n\\n    var style = comments().concat(rules());\\n\\n    if (!close()) return error(\\\"@host missing '}'\\\");\\n\\n    return pos({\\n      type: 'host',\\n      rules: style\\n    });\\n  }\\n\\n  /**\\n   * Parse media.\\n   */\\n\\n  function atmedia() {\\n    var pos = position();\\n    var m = match(/^@media *([^{]+)/);\\n\\n    if (!m) return;\\n    var media = trim(m[1]);\\n\\n    if (!open()) return error(\\\"@media missing '{'\\\");\\n\\n    var style = comments().concat(rules());\\n\\n    if (!close()) return error(\\\"@media missing '}'\\\");\\n\\n    return pos({\\n      type: 'media',\\n      media: media,\\n      rules: style\\n    });\\n  }\\n\\n\\n  /**\\n   * Parse custom-media.\\n   */\\n\\n  function atcustommedia() {\\n    var pos = position();\\n    var m = match(/^@custom-media\\\\s+(--[^\\\\s]+)\\\\s*([^{;]+);/);\\n    if (!m) return;\\n\\n    return pos({\\n      type: 'custom-media',\\n      name: trim(m[1]),\\n      media: trim(m[2])\\n    });\\n  }\\n\\n  /**\\n   * Parse paged media.\\n   */\\n\\n  function atpage() {\\n    var pos = position();\\n    var m = match(/^@page */);\\n    if (!m) return;\\n\\n    var sel = selector() || [];\\n\\n    if (!open()) return error(\\\"@page missing '{'\\\");\\n    var decls = comments();\\n\\n    // declarations\\n    var decl;\\n    while (decl = declaration()) {\\n      decls.push(decl);\\n      decls = decls.concat(comments());\\n    }\\n\\n    if (!close()) return error(\\\"@page missing '}'\\\");\\n\\n    return pos({\\n      type: 'page',\\n      selectors: sel,\\n      declarations: decls\\n    });\\n  }\\n\\n  /**\\n   * Parse document.\\n   */\\n\\n  function atdocument() {\\n    var pos = position();\\n    var m = match(/^@([-\\\\w]+)?document *([^{]+)/);\\n    if (!m) return;\\n\\n    var vendor = trim(m[1]);\\n    var doc = trim(m[2]);\\n\\n    if (!open()) return error(\\\"@document missing '{'\\\");\\n\\n    var style = comments().concat(rules());\\n\\n    if (!close()) return error(\\\"@document missing '}'\\\");\\n\\n    return pos({\\n      type: 'document',\\n      document: doc,\\n      vendor: vendor,\\n      rules: style\\n    });\\n  }\\n\\n  /**\\n   * Parse font-face.\\n   */\\n\\n  function atfontface() {\\n    var pos = position();\\n    var m = match(/^@font-face\\\\s*/);\\n    if (!m) return;\\n\\n    if (!open()) return error(\\\"@font-face missing '{'\\\");\\n    var decls = comments();\\n\\n    // declarations\\n    var decl;\\n    while (decl = declaration()) {\\n      decls.push(decl);\\n      decls = decls.concat(comments());\\n    }\\n\\n    if (!close()) return error(\\\"@font-face missing '}'\\\");\\n\\n    return pos({\\n      type: 'font-face',\\n      declarations: decls\\n    });\\n  }\\n\\n  /**\\n   * Parse import\\n   */\\n\\n  var atimport = _compileAtrule('import');\\n\\n  /**\\n   * Parse charset\\n   */\\n\\n  var atcharset = _compileAtrule('charset');\\n\\n  /**\\n   * Parse namespace\\n   */\\n\\n  var atnamespace = _compileAtrule('namespace');\\n\\n  /**\\n   * Parse non-block at-rules\\n   */\\n\\n\\n  function _compileAtrule(name) {\\n    var re = new RegExp('^@' + name + '\\\\\\\\s*([^;]+);');\\n    return function() {\\n      var pos = position();\\n      var m = match(re);\\n      if (!m) return;\\n      var ret = { type: name };\\n      ret[name] = m[1].trim();\\n      return pos(ret);\\n    }\\n  }\\n\\n  /**\\n   * Parse at rule.\\n   */\\n\\n  function atrule() {\\n    if (css[0] != '@') return;\\n\\n    return atkeyframes()\\n      || atmedia()\\n      || atcustommedia()\\n      || atsupports()\\n      || atimport()\\n      || atcharset()\\n      || atnamespace()\\n      || atdocument()\\n      || atpage()\\n      || athost()\\n      || atfontface();\\n  }\\n\\n  /**\\n   * Parse rule.\\n   */\\n\\n  function rule() {\\n    var pos = position();\\n    var sel = selector();\\n\\n    if (!sel) return error('selector missing');\\n    comments();\\n\\n    return pos({\\n      type: 'rule',\\n      selectors: sel,\\n      declarations: declarations()\\n    });\\n  }\\n\\n  return addParent(stylesheet());\\n};\\n\\n/**\\n * Trim `str`.\\n */\\n\\nfunction trim(str) {\\n  return str ? str.replace(/^\\\\s+|\\\\s+$/g, '') : '';\\n}\\n\\n/**\\n * Adds non-enumerable parent node reference to each node.\\n */\\n\\nfunction addParent(obj, parent) {\\n  var isNode = obj && typeof obj.type === 'string';\\n  var childParent = isNode ? obj : parent;\\n\\n  for (var k in obj) {\\n    var value = obj[k];\\n    if (Array.isArray(value)) {\\n      value.forEach(function(v) { addParent(v, childParent); });\\n    } else if (value && typeof value === 'object') {\\n      addParent(value, childParent);\\n    }\\n  }\\n\\n  if (isNode) {\\n    Object.defineProperty(obj, 'parent', {\\n      configurable: true,\\n      writable: true,\\n      enumerable: false,\\n      value: parent || null\\n    });\\n  }\\n\\n  return obj;\\n}\\n\"\n    },\n    {\n      \"id\": 282,\n      \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/css/lib/stringify/index.js\",\n      \"name\": \"./node_modules/css/lib/stringify/index.js\",\n      \"index\": 260,\n      \"index2\": 268,\n      \"size\": 923,\n      \"cacheable\": true,\n      \"built\": true,\n      \"optional\": false,\n      \"prefetched\": false,\n      \"chunks\": [\n        2\n      ],\n      \"issuer\": \"/Users/jarred/Code/styleurl/node_modules/css/index.js\",\n      \"issuerId\": 280,\n      \"issuerName\": \"./node_modules/css/index.js\",\n      \"issuerPath\": [\n        {\n          \"id\": 191,\n          \"identifier\": \"multi /Users/jarred/Code/styleurl/webpack/customPublicPath /Users/jarred/Code/styleurl/chrome/extension/background\",\n          \"name\": \"multi ./webpack/customPublicPath ./chrome/extension/background\",\n          \"profile\": {\n            \"factory\": 0,\n            \"building\": 0,\n            \"dependencies\": 54\n          }\n        },\n        {\n          \"id\": 192,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/background.js\",\n          \"name\": \"./chrome/extension/background.js\",\n          \"profile\": {\n            \"factory\": 54,\n            \"building\": 639,\n            \"dependencies\": 140\n          }\n        },\n        {\n          \"id\": 255,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/stylesheet-differ/lib/index.js\",\n          \"name\": \"./node_modules/stylesheet-differ/lib/index.js\",\n          \"profile\": {\n            \"factory\": 140,\n            \"building\": 568,\n            \"dependencies\": 1\n          }\n        },\n        {\n          \"id\": 256,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/native-css/index.js\",\n          \"name\": \"./node_modules/native-css/index.js\",\n          \"profile\": {\n            \"factory\": 189,\n            \"building\": 603,\n            \"dependencies\": 1\n          }\n        },\n        {\n          \"id\": 257,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/native-css/src/native-css.js\",\n          \"name\": \"./node_modules/native-css/src/native-css.js\",\n          \"profile\": {\n            \"factory\": 26,\n            \"building\": 63,\n            \"dependencies\": 14\n          }\n        },\n        {\n          \"id\": 280,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/css/index.js\",\n          \"name\": \"./node_modules/css/index.js\",\n          \"profile\": {\n            \"factory\": 117,\n            \"building\": 25,\n            \"dependencies\": 27\n          }\n        }\n      ],\n      \"profile\": {\n        \"factory\": 71,\n        \"building\": 48\n      },\n      \"failed\": false,\n      \"errors\": 0,\n      \"warnings\": 0,\n      \"assets\": [],\n      \"reasons\": [\n        {\n          \"moduleId\": 280,\n          \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/css/index.js\",\n          \"module\": \"./node_modules/css/index.js\",\n          \"moduleName\": \"./node_modules/css/index.js\",\n          \"type\": \"cjs require\",\n          \"userRequest\": \"./lib/stringify\",\n          \"loc\": \"2:20-46\"\n        }\n      ],\n      \"usedExports\": true,\n      \"providedExports\": null,\n      \"optimizationBailout\": [\n        \"ModuleConcatenation bailout: Module is not an ECMAScript module\"\n      ],\n      \"depth\": 6,\n      \"source\": \"\\n/**\\n * Module dependencies.\\n */\\n\\nvar Compressed = require('./compress');\\nvar Identity = require('./identity');\\n\\n/**\\n * Stringfy the given AST `node`.\\n *\\n * Options:\\n *\\n *  - `compress` space-optimized output\\n *  - `sourcemap` return an object with `.code` and `.map`\\n *\\n * @param {Object} node\\n * @param {Object} [options]\\n * @return {String}\\n * @api public\\n */\\n\\nmodule.exports = function(node, options){\\n  options = options || {};\\n\\n  var compiler = options.compress\\n    ? new Compressed(options)\\n    : new Identity(options);\\n\\n  // source maps\\n  if (options.sourcemap) {\\n    var sourcemaps = require('./source-map-support');\\n    sourcemaps(compiler);\\n\\n    var code = compiler.compile(node);\\n    compiler.applySourceMaps();\\n\\n    var map = options.sourcemap === 'generator'\\n      ? compiler.map\\n      : compiler.map.toJSON();\\n\\n    return { code: code, map: map };\\n  }\\n\\n  var code = compiler.compile(node);\\n  return code;\\n};\\n\"\n    },\n    {\n      \"id\": 283,\n      \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/css/lib/stringify/compress.js\",\n      \"name\": \"./node_modules/css/lib/stringify/compress.js\",\n      \"index\": 261,\n      \"index2\": 255,\n      \"size\": 3589,\n      \"cacheable\": true,\n      \"built\": true,\n      \"optional\": false,\n      \"prefetched\": false,\n      \"chunks\": [\n        2\n      ],\n      \"issuer\": \"/Users/jarred/Code/styleurl/node_modules/css/lib/stringify/index.js\",\n      \"issuerId\": 282,\n      \"issuerName\": \"./node_modules/css/lib/stringify/index.js\",\n      \"issuerPath\": [\n        {\n          \"id\": 191,\n          \"identifier\": \"multi /Users/jarred/Code/styleurl/webpack/customPublicPath /Users/jarred/Code/styleurl/chrome/extension/background\",\n          \"name\": \"multi ./webpack/customPublicPath ./chrome/extension/background\",\n          \"profile\": {\n            \"factory\": 0,\n            \"building\": 0,\n            \"dependencies\": 54\n          }\n        },\n        {\n          \"id\": 192,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/background.js\",\n          \"name\": \"./chrome/extension/background.js\",\n          \"profile\": {\n            \"factory\": 54,\n            \"building\": 639,\n            \"dependencies\": 140\n          }\n        },\n        {\n          \"id\": 255,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/stylesheet-differ/lib/index.js\",\n          \"name\": \"./node_modules/stylesheet-differ/lib/index.js\",\n          \"profile\": {\n            \"factory\": 140,\n            \"building\": 568,\n            \"dependencies\": 1\n          }\n        },\n        {\n          \"id\": 256,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/native-css/index.js\",\n          \"name\": \"./node_modules/native-css/index.js\",\n          \"profile\": {\n            \"factory\": 189,\n            \"building\": 603,\n            \"dependencies\": 1\n          }\n        },\n        {\n          \"id\": 257,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/native-css/src/native-css.js\",\n          \"name\": \"./node_modules/native-css/src/native-css.js\",\n          \"profile\": {\n            \"factory\": 26,\n            \"building\": 63,\n            \"dependencies\": 14\n          }\n        },\n        {\n          \"id\": 280,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/css/index.js\",\n          \"name\": \"./node_modules/css/index.js\",\n          \"profile\": {\n            \"factory\": 117,\n            \"building\": 25,\n            \"dependencies\": 27\n          }\n        },\n        {\n          \"id\": 282,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/css/lib/stringify/index.js\",\n          \"name\": \"./node_modules/css/lib/stringify/index.js\",\n          \"profile\": {\n            \"factory\": 71,\n            \"building\": 48\n          }\n        }\n      ],\n      \"profile\": {\n        \"factory\": 29,\n        \"building\": 30,\n        \"dependencies\": 102\n      },\n      \"failed\": false,\n      \"errors\": 0,\n      \"warnings\": 0,\n      \"assets\": [],\n      \"reasons\": [\n        {\n          \"moduleId\": 282,\n          \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/css/lib/stringify/index.js\",\n          \"module\": \"./node_modules/css/lib/stringify/index.js\",\n          \"moduleName\": \"./node_modules/css/lib/stringify/index.js\",\n          \"type\": \"cjs require\",\n          \"userRequest\": \"./compress\",\n          \"loc\": \"6:17-38\"\n        }\n      ],\n      \"usedExports\": true,\n      \"providedExports\": null,\n      \"optimizationBailout\": [\n        \"ModuleConcatenation bailout: Module is not an ECMAScript module\"\n      ],\n      \"depth\": 7,\n      \"source\": \"\\n/**\\n * Module dependencies.\\n */\\n\\nvar Base = require('./compiler');\\nvar inherits = require('inherits');\\n\\n/**\\n * Expose compiler.\\n */\\n\\nmodule.exports = Compiler;\\n\\n/**\\n * Initialize a new `Compiler`.\\n */\\n\\nfunction Compiler(options) {\\n  Base.call(this, options);\\n}\\n\\n/**\\n * Inherit from `Base.prototype`.\\n */\\n\\ninherits(Compiler, Base);\\n\\n/**\\n * Compile `node`.\\n */\\n\\nCompiler.prototype.compile = function(node){\\n  return node.stylesheet\\n    .rules.map(this.visit, this)\\n    .join('');\\n};\\n\\n/**\\n * Visit comment node.\\n */\\n\\nCompiler.prototype.comment = function(node){\\n  return this.emit('', node.position);\\n};\\n\\n/**\\n * Visit import node.\\n */\\n\\nCompiler.prototype.import = function(node){\\n  return this.emit('@import ' + node.import + ';', node.position);\\n};\\n\\n/**\\n * Visit media node.\\n */\\n\\nCompiler.prototype.media = function(node){\\n  return this.emit('@media ' + node.media, node.position)\\n    + this.emit('{')\\n    + this.mapVisit(node.rules)\\n    + this.emit('}');\\n};\\n\\n/**\\n * Visit document node.\\n */\\n\\nCompiler.prototype.document = function(node){\\n  var doc = '@' + (node.vendor || '') + 'document ' + node.document;\\n\\n  return this.emit(doc, node.position)\\n    + this.emit('{')\\n    + this.mapVisit(node.rules)\\n    + this.emit('}');\\n};\\n\\n/**\\n * Visit charset node.\\n */\\n\\nCompiler.prototype.charset = function(node){\\n  return this.emit('@charset ' + node.charset + ';', node.position);\\n};\\n\\n/**\\n * Visit namespace node.\\n */\\n\\nCompiler.prototype.namespace = function(node){\\n  return this.emit('@namespace ' + node.namespace + ';', node.position);\\n};\\n\\n/**\\n * Visit supports node.\\n */\\n\\nCompiler.prototype.supports = function(node){\\n  return this.emit('@supports ' + node.supports, node.position)\\n    + this.emit('{')\\n    + this.mapVisit(node.rules)\\n    + this.emit('}');\\n};\\n\\n/**\\n * Visit keyframes node.\\n */\\n\\nCompiler.prototype.keyframes = function(node){\\n  return this.emit('@'\\n    + (node.vendor || '')\\n    + 'keyframes '\\n    + node.name, node.position)\\n    + this.emit('{')\\n    + this.mapVisit(node.keyframes)\\n    + this.emit('}');\\n};\\n\\n/**\\n * Visit keyframe node.\\n */\\n\\nCompiler.prototype.keyframe = function(node){\\n  var decls = node.declarations;\\n\\n  return this.emit(node.values.join(','), node.position)\\n    + this.emit('{')\\n    + this.mapVisit(decls)\\n    + this.emit('}');\\n};\\n\\n/**\\n * Visit page node.\\n */\\n\\nCompiler.prototype.page = function(node){\\n  var sel = node.selectors.length\\n    ? node.selectors.join(', ')\\n    : '';\\n\\n  return this.emit('@page ' + sel, node.position)\\n    + this.emit('{')\\n    + this.mapVisit(node.declarations)\\n    + this.emit('}');\\n};\\n\\n/**\\n * Visit font-face node.\\n */\\n\\nCompiler.prototype['font-face'] = function(node){\\n  return this.emit('@font-face', node.position)\\n    + this.emit('{')\\n    + this.mapVisit(node.declarations)\\n    + this.emit('}');\\n};\\n\\n/**\\n * Visit host node.\\n */\\n\\nCompiler.prototype.host = function(node){\\n  return this.emit('@host', node.position)\\n    + this.emit('{')\\n    + this.mapVisit(node.rules)\\n    + this.emit('}');\\n};\\n\\n/**\\n * Visit custom-media node.\\n */\\n\\nCompiler.prototype['custom-media'] = function(node){\\n  return this.emit('@custom-media ' + node.name + ' ' + node.media + ';', node.position);\\n};\\n\\n/**\\n * Visit rule node.\\n */\\n\\nCompiler.prototype.rule = function(node){\\n  var decls = node.declarations;\\n  if (!decls.length) return '';\\n\\n  return this.emit(node.selectors.join(','), node.position)\\n    + this.emit('{')\\n    + this.mapVisit(decls)\\n    + this.emit('}');\\n};\\n\\n/**\\n * Visit declaration node.\\n */\\n\\nCompiler.prototype.declaration = function(node){\\n  return this.emit(node.property + ':' + node.value, node.position) + this.emit(';');\\n};\\n\\n\"\n    },\n    {\n      \"id\": 284,\n      \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/css/lib/stringify/identity.js\",\n      \"name\": \"./node_modules/css/lib/stringify/identity.js\",\n      \"index\": 263,\n      \"index2\": 256,\n      \"size\": 4954,\n      \"cacheable\": true,\n      \"built\": true,\n      \"optional\": false,\n      \"prefetched\": false,\n      \"chunks\": [\n        2\n      ],\n      \"issuer\": \"/Users/jarred/Code/styleurl/node_modules/css/lib/stringify/index.js\",\n      \"issuerId\": 282,\n      \"issuerName\": \"./node_modules/css/lib/stringify/index.js\",\n      \"issuerPath\": [\n        {\n          \"id\": 191,\n          \"identifier\": \"multi /Users/jarred/Code/styleurl/webpack/customPublicPath /Users/jarred/Code/styleurl/chrome/extension/background\",\n          \"name\": \"multi ./webpack/customPublicPath ./chrome/extension/background\",\n          \"profile\": {\n            \"factory\": 0,\n            \"building\": 0,\n            \"dependencies\": 54\n          }\n        },\n        {\n          \"id\": 192,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/background.js\",\n          \"name\": \"./chrome/extension/background.js\",\n          \"profile\": {\n            \"factory\": 54,\n            \"building\": 639,\n            \"dependencies\": 140\n          }\n        },\n        {\n          \"id\": 255,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/stylesheet-differ/lib/index.js\",\n          \"name\": \"./node_modules/stylesheet-differ/lib/index.js\",\n          \"profile\": {\n            \"factory\": 140,\n            \"building\": 568,\n            \"dependencies\": 1\n          }\n        },\n        {\n          \"id\": 256,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/native-css/index.js\",\n          \"name\": \"./node_modules/native-css/index.js\",\n          \"profile\": {\n            \"factory\": 189,\n            \"building\": 603,\n            \"dependencies\": 1\n          }\n        },\n        {\n          \"id\": 257,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/native-css/src/native-css.js\",\n          \"name\": \"./node_modules/native-css/src/native-css.js\",\n          \"profile\": {\n            \"factory\": 26,\n            \"building\": 63,\n            \"dependencies\": 14\n          }\n        },\n        {\n          \"id\": 280,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/css/index.js\",\n          \"name\": \"./node_modules/css/index.js\",\n          \"profile\": {\n            \"factory\": 117,\n            \"building\": 25,\n            \"dependencies\": 27\n          }\n        },\n        {\n          \"id\": 282,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/css/lib/stringify/index.js\",\n          \"name\": \"./node_modules/css/lib/stringify/index.js\",\n          \"profile\": {\n            \"factory\": 71,\n            \"building\": 48\n          }\n        }\n      ],\n      \"profile\": {\n        \"factory\": 29,\n        \"building\": 30,\n        \"dependencies\": 102\n      },\n      \"failed\": false,\n      \"errors\": 0,\n      \"warnings\": 0,\n      \"assets\": [],\n      \"reasons\": [\n        {\n          \"moduleId\": 282,\n          \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/css/lib/stringify/index.js\",\n          \"module\": \"./node_modules/css/lib/stringify/index.js\",\n          \"moduleName\": \"./node_modules/css/lib/stringify/index.js\",\n          \"type\": \"cjs require\",\n          \"userRequest\": \"./identity\",\n          \"loc\": \"7:15-36\"\n        }\n      ],\n      \"usedExports\": true,\n      \"providedExports\": null,\n      \"optimizationBailout\": [\n        \"ModuleConcatenation bailout: Module is not an ECMAScript module\"\n      ],\n      \"depth\": 7,\n      \"source\": \"\\n/**\\n * Module dependencies.\\n */\\n\\nvar Base = require('./compiler');\\nvar inherits = require('inherits');\\n\\n/**\\n * Expose compiler.\\n */\\n\\nmodule.exports = Compiler;\\n\\n/**\\n * Initialize a new `Compiler`.\\n */\\n\\nfunction Compiler(options) {\\n  options = options || {};\\n  Base.call(this, options);\\n  this.indentation = options.indent;\\n}\\n\\n/**\\n * Inherit from `Base.prototype`.\\n */\\n\\ninherits(Compiler, Base);\\n\\n/**\\n * Compile `node`.\\n */\\n\\nCompiler.prototype.compile = function(node){\\n  return this.stylesheet(node);\\n};\\n\\n/**\\n * Visit stylesheet node.\\n */\\n\\nCompiler.prototype.stylesheet = function(node){\\n  return this.mapVisit(node.stylesheet.rules, '\\\\n\\\\n');\\n};\\n\\n/**\\n * Visit comment node.\\n */\\n\\nCompiler.prototype.comment = function(node){\\n  return this.emit(this.indent() + '/*' + node.comment + '*/', node.position);\\n};\\n\\n/**\\n * Visit import node.\\n */\\n\\nCompiler.prototype.import = function(node){\\n  return this.emit('@import ' + node.import + ';', node.position);\\n};\\n\\n/**\\n * Visit media node.\\n */\\n\\nCompiler.prototype.media = function(node){\\n  return this.emit('@media ' + node.media, node.position)\\n    + this.emit(\\n        ' {\\\\n'\\n        + this.indent(1))\\n    + this.mapVisit(node.rules, '\\\\n\\\\n')\\n    + this.emit(\\n        this.indent(-1)\\n        + '\\\\n}');\\n};\\n\\n/**\\n * Visit document node.\\n */\\n\\nCompiler.prototype.document = function(node){\\n  var doc = '@' + (node.vendor || '') + 'document ' + node.document;\\n\\n  return this.emit(doc, node.position)\\n    + this.emit(\\n        ' '\\n      + ' {\\\\n'\\n      + this.indent(1))\\n    + this.mapVisit(node.rules, '\\\\n\\\\n')\\n    + this.emit(\\n        this.indent(-1)\\n        + '\\\\n}');\\n};\\n\\n/**\\n * Visit charset node.\\n */\\n\\nCompiler.prototype.charset = function(node){\\n  return this.emit('@charset ' + node.charset + ';', node.position);\\n};\\n\\n/**\\n * Visit namespace node.\\n */\\n\\nCompiler.prototype.namespace = function(node){\\n  return this.emit('@namespace ' + node.namespace + ';', node.position);\\n};\\n\\n/**\\n * Visit supports node.\\n */\\n\\nCompiler.prototype.supports = function(node){\\n  return this.emit('@supports ' + node.supports, node.position)\\n    + this.emit(\\n      ' {\\\\n'\\n      + this.indent(1))\\n    + this.mapVisit(node.rules, '\\\\n\\\\n')\\n    + this.emit(\\n        this.indent(-1)\\n        + '\\\\n}');\\n};\\n\\n/**\\n * Visit keyframes node.\\n */\\n\\nCompiler.prototype.keyframes = function(node){\\n  return this.emit('@' + (node.vendor || '') + 'keyframes ' + node.name, node.position)\\n    + this.emit(\\n      ' {\\\\n'\\n      + this.indent(1))\\n    + this.mapVisit(node.keyframes, '\\\\n')\\n    + this.emit(\\n        this.indent(-1)\\n        + '}');\\n};\\n\\n/**\\n * Visit keyframe node.\\n */\\n\\nCompiler.prototype.keyframe = function(node){\\n  var decls = node.declarations;\\n\\n  return this.emit(this.indent())\\n    + this.emit(node.values.join(', '), node.position)\\n    + this.emit(\\n      ' {\\\\n'\\n      + this.indent(1))\\n    + this.mapVisit(decls, '\\\\n')\\n    + this.emit(\\n      this.indent(-1)\\n      + '\\\\n'\\n      + this.indent() + '}\\\\n');\\n};\\n\\n/**\\n * Visit page node.\\n */\\n\\nCompiler.prototype.page = function(node){\\n  var sel = node.selectors.length\\n    ? node.selectors.join(', ') + ' '\\n    : '';\\n\\n  return this.emit('@page ' + sel, node.position)\\n    + this.emit('{\\\\n')\\n    + this.emit(this.indent(1))\\n    + this.mapVisit(node.declarations, '\\\\n')\\n    + this.emit(this.indent(-1))\\n    + this.emit('\\\\n}');\\n};\\n\\n/**\\n * Visit font-face node.\\n */\\n\\nCompiler.prototype['font-face'] = function(node){\\n  return this.emit('@font-face ', node.position)\\n    + this.emit('{\\\\n')\\n    + this.emit(this.indent(1))\\n    + this.mapVisit(node.declarations, '\\\\n')\\n    + this.emit(this.indent(-1))\\n    + this.emit('\\\\n}');\\n};\\n\\n/**\\n * Visit host node.\\n */\\n\\nCompiler.prototype.host = function(node){\\n  return this.emit('@host', node.position)\\n    + this.emit(\\n        ' {\\\\n'\\n        + this.indent(1))\\n    + this.mapVisit(node.rules, '\\\\n\\\\n')\\n    + this.emit(\\n        this.indent(-1)\\n        + '\\\\n}');\\n};\\n\\n/**\\n * Visit custom-media node.\\n */\\n\\nCompiler.prototype['custom-media'] = function(node){\\n  return this.emit('@custom-media ' + node.name + ' ' + node.media + ';', node.position);\\n};\\n\\n/**\\n * Visit rule node.\\n */\\n\\nCompiler.prototype.rule = function(node){\\n  var indent = this.indent();\\n  var decls = node.declarations;\\n  if (!decls.length) return '';\\n\\n  return this.emit(node.selectors.map(function(s){ return indent + s }).join(',\\\\n'), node.position)\\n    + this.emit(' {\\\\n')\\n    + this.emit(this.indent(1))\\n    + this.mapVisit(decls, '\\\\n')\\n    + this.emit(this.indent(-1))\\n    + this.emit('\\\\n' + this.indent() + '}');\\n};\\n\\n/**\\n * Visit declaration node.\\n */\\n\\nCompiler.prototype.declaration = function(node){\\n  return this.emit(this.indent())\\n    + this.emit(node.property + ': ' + node.value, node.position)\\n    + this.emit(';');\\n};\\n\\n/**\\n * Increase, decrease or return current indentation.\\n */\\n\\nCompiler.prototype.indent = function(level) {\\n  this.level = this.level || 1;\\n\\n  if (null != level) {\\n    this.level += level;\\n    return '';\\n  }\\n\\n  return Array(this.level).join(this.indentation || '  ');\\n};\\n\"\n    },\n    {\n      \"id\": 285,\n      \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/css/lib/stringify/source-map-support.js\",\n      \"name\": \"./node_modules/css/lib/stringify/source-map-support.js\",\n      \"index\": 264,\n      \"index2\": 267,\n      \"size\": 2810,\n      \"cacheable\": true,\n      \"built\": true,\n      \"optional\": false,\n      \"prefetched\": false,\n      \"chunks\": [\n        2\n      ],\n      \"issuer\": \"/Users/jarred/Code/styleurl/node_modules/css/lib/stringify/index.js\",\n      \"issuerId\": 282,\n      \"issuerName\": \"./node_modules/css/lib/stringify/index.js\",\n      \"issuerPath\": [\n        {\n          \"id\": 191,\n          \"identifier\": \"multi /Users/jarred/Code/styleurl/webpack/customPublicPath /Users/jarred/Code/styleurl/chrome/extension/background\",\n          \"name\": \"multi ./webpack/customPublicPath ./chrome/extension/background\",\n          \"profile\": {\n            \"factory\": 0,\n            \"building\": 0,\n            \"dependencies\": 54\n          }\n        },\n        {\n          \"id\": 192,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/background.js\",\n          \"name\": \"./chrome/extension/background.js\",\n          \"profile\": {\n            \"factory\": 54,\n            \"building\": 639,\n            \"dependencies\": 140\n          }\n        },\n        {\n          \"id\": 255,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/stylesheet-differ/lib/index.js\",\n          \"name\": \"./node_modules/stylesheet-differ/lib/index.js\",\n          \"profile\": {\n            \"factory\": 140,\n            \"building\": 568,\n            \"dependencies\": 1\n          }\n        },\n        {\n          \"id\": 256,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/native-css/index.js\",\n          \"name\": \"./node_modules/native-css/index.js\",\n          \"profile\": {\n            \"factory\": 189,\n            \"building\": 603,\n            \"dependencies\": 1\n          }\n        },\n        {\n          \"id\": 257,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/native-css/src/native-css.js\",\n          \"name\": \"./node_modules/native-css/src/native-css.js\",\n          \"profile\": {\n            \"factory\": 26,\n            \"building\": 63,\n            \"dependencies\": 14\n          }\n        },\n        {\n          \"id\": 280,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/css/index.js\",\n          \"name\": \"./node_modules/css/index.js\",\n          \"profile\": {\n            \"factory\": 117,\n            \"building\": 25,\n            \"dependencies\": 27\n          }\n        },\n        {\n          \"id\": 282,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/css/lib/stringify/index.js\",\n          \"name\": \"./node_modules/css/lib/stringify/index.js\",\n          \"profile\": {\n            \"factory\": 71,\n            \"building\": 48\n          }\n        }\n      ],\n      \"profile\": {\n        \"factory\": 29,\n        \"building\": 30,\n        \"dependencies\": 102\n      },\n      \"failed\": false,\n      \"errors\": 0,\n      \"warnings\": 0,\n      \"assets\": [],\n      \"reasons\": [\n        {\n          \"moduleId\": 282,\n          \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/css/lib/stringify/index.js\",\n          \"module\": \"./node_modules/css/lib/stringify/index.js\",\n          \"moduleName\": \"./node_modules/css/lib/stringify/index.js\",\n          \"type\": \"cjs require\",\n          \"userRequest\": \"./source-map-support\",\n          \"loc\": \"32:21-52\"\n        }\n      ],\n      \"usedExports\": true,\n      \"providedExports\": null,\n      \"optimizationBailout\": [\n        \"ModuleConcatenation bailout: Module is not an ECMAScript module\"\n      ],\n      \"depth\": 7,\n      \"source\": \"\\n/**\\n * Module dependencies.\\n */\\n\\nvar SourceMap = require('source-map').SourceMapGenerator;\\nvar SourceMapConsumer = require('source-map').SourceMapConsumer;\\nvar sourceMapResolve = require('source-map-resolve');\\nvar urix = require('urix');\\nvar fs = require('fs');\\nvar path = require('path');\\n\\n/**\\n * Expose `mixin()`.\\n */\\n\\nmodule.exports = mixin;\\n\\n/**\\n * Mixin source map support into `compiler`.\\n *\\n * @param {Compiler} compiler\\n * @api public\\n */\\n\\nfunction mixin(compiler) {\\n  compiler._comment = compiler.comment;\\n  compiler.map = new SourceMap();\\n  compiler.position = { line: 1, column: 1 };\\n  compiler.files = {};\\n  for (var k in exports) compiler[k] = exports[k];\\n}\\n\\n/**\\n * Update position.\\n *\\n * @param {String} str\\n * @api private\\n */\\n\\nexports.updatePosition = function(str) {\\n  var lines = str.match(/\\\\n/g);\\n  if (lines) this.position.line += lines.length;\\n  var i = str.lastIndexOf('\\\\n');\\n  this.position.column = ~i ? str.length - i : this.position.column + str.length;\\n};\\n\\n/**\\n * Emit `str`.\\n *\\n * @param {String} str\\n * @param {Object} [pos]\\n * @return {String}\\n * @api private\\n */\\n\\nexports.emit = function(str, pos) {\\n  if (pos) {\\n    var sourceFile = urix(pos.source || 'source.css');\\n\\n    this.map.addMapping({\\n      source: sourceFile,\\n      generated: {\\n        line: this.position.line,\\n        column: Math.max(this.position.column - 1, 0)\\n      },\\n      original: {\\n        line: pos.start.line,\\n        column: pos.start.column - 1\\n      }\\n    });\\n\\n    this.addFile(sourceFile, pos);\\n  }\\n\\n  this.updatePosition(str);\\n\\n  return str;\\n};\\n\\n/**\\n * Adds a file to the source map output if it has not already been added\\n * @param {String} file\\n * @param {Object} pos\\n */\\n\\nexports.addFile = function(file, pos) {\\n  if (typeof pos.content !== 'string') return;\\n  if (Object.prototype.hasOwnProperty.call(this.files, file)) return;\\n\\n  this.files[file] = pos.content;\\n};\\n\\n/**\\n * Applies any original source maps to the output and embeds the source file\\n * contents in the source map.\\n */\\n\\nexports.applySourceMaps = function() {\\n  Object.keys(this.files).forEach(function(file) {\\n    var content = this.files[file];\\n    this.map.setSourceContent(file, content);\\n\\n    if (this.options.inputSourcemaps !== false) {\\n      var originalMap = sourceMapResolve.resolveSync(\\n        content, file, fs.readFileSync);\\n      if (originalMap) {\\n        var map = new SourceMapConsumer(originalMap.map);\\n        var relativeTo = originalMap.sourcesRelativeTo;\\n        this.map.applySourceMap(map, file, urix(path.dirname(relativeTo)));\\n      }\\n    }\\n  }, this);\\n};\\n\\n/**\\n * Process comments, drops sourceMap comments.\\n * @param {Object} node\\n */\\n\\nexports.comment = function(node) {\\n  if (/^# sourceMappingURL=/.test(node.comment))\\n    return this.emit('', node.position);\\n  else\\n    return this._comment(node);\\n};\\n\"\n    },\n    {\n      \"id\": 286,\n      \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/css/node_modules/source-map/lib/source-map/source-map-generator.js\",\n      \"name\": \"./node_modules/css/node_modules/source-map/lib/source-map/source-map-generator.js\",\n      \"index\": 266,\n      \"index2\": 259,\n      \"size\": 14141,\n      \"cacheable\": true,\n      \"built\": true,\n      \"optional\": false,\n      \"prefetched\": false,\n      \"chunks\": [\n        2\n      ],\n      \"issuer\": \"/Users/jarred/Code/styleurl/node_modules/css/node_modules/source-map/lib/source-map.js\",\n      \"issuerId\": 156,\n      \"issuerName\": \"./node_modules/css/node_modules/source-map/lib/source-map.js\",\n      \"issuerPath\": [\n        {\n          \"id\": 191,\n          \"identifier\": \"multi /Users/jarred/Code/styleurl/webpack/customPublicPath /Users/jarred/Code/styleurl/chrome/extension/background\",\n          \"name\": \"multi ./webpack/customPublicPath ./chrome/extension/background\",\n          \"profile\": {\n            \"factory\": 0,\n            \"building\": 0,\n            \"dependencies\": 54\n          }\n        },\n        {\n          \"id\": 192,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/background.js\",\n          \"name\": \"./chrome/extension/background.js\",\n          \"profile\": {\n            \"factory\": 54,\n            \"building\": 639,\n            \"dependencies\": 140\n          }\n        },\n        {\n          \"id\": 255,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/stylesheet-differ/lib/index.js\",\n          \"name\": \"./node_modules/stylesheet-differ/lib/index.js\",\n          \"profile\": {\n            \"factory\": 140,\n            \"building\": 568,\n            \"dependencies\": 1\n          }\n        },\n        {\n          \"id\": 256,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/native-css/index.js\",\n          \"name\": \"./node_modules/native-css/index.js\",\n          \"profile\": {\n            \"factory\": 189,\n            \"building\": 603,\n            \"dependencies\": 1\n          }\n        },\n        {\n          \"id\": 257,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/native-css/src/native-css.js\",\n          \"name\": \"./node_modules/native-css/src/native-css.js\",\n          \"profile\": {\n            \"factory\": 26,\n            \"building\": 63,\n            \"dependencies\": 14\n          }\n        },\n        {\n          \"id\": 280,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/css/index.js\",\n          \"name\": \"./node_modules/css/index.js\",\n          \"profile\": {\n            \"factory\": 117,\n            \"building\": 25,\n            \"dependencies\": 27\n          }\n        },\n        {\n          \"id\": 282,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/css/lib/stringify/index.js\",\n          \"name\": \"./node_modules/css/lib/stringify/index.js\",\n          \"profile\": {\n            \"factory\": 71,\n            \"building\": 48\n          }\n        },\n        {\n          \"id\": 285,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/css/lib/stringify/source-map-support.js\",\n          \"name\": \"./node_modules/css/lib/stringify/source-map-support.js\",\n          \"profile\": {\n            \"factory\": 29,\n            \"building\": 30,\n            \"dependencies\": 102\n          }\n        },\n        {\n          \"id\": 156,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/css/node_modules/source-map/lib/source-map.js\",\n          \"name\": \"./node_modules/css/node_modules/source-map/lib/source-map.js\",\n          \"profile\": {\n            \"factory\": 112,\n            \"building\": 33,\n            \"dependencies\": 0\n          }\n        }\n      ],\n      \"profile\": {\n        \"factory\": 77,\n        \"building\": 26,\n        \"dependencies\": 16\n      },\n      \"failed\": false,\n      \"errors\": 0,\n      \"warnings\": 0,\n      \"assets\": [],\n      \"reasons\": [\n        {\n          \"moduleId\": 156,\n          \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/css/node_modules/source-map/lib/source-map.js\",\n          \"module\": \"./node_modules/css/node_modules/source-map/lib/source-map.js\",\n          \"moduleName\": \"./node_modules/css/node_modules/source-map/lib/source-map.js\",\n          \"type\": \"cjs require\",\n          \"userRequest\": \"./source-map/source-map-generator\",\n          \"loc\": \"6:29-73\"\n        }\n      ],\n      \"usedExports\": true,\n      \"providedExports\": null,\n      \"optimizationBailout\": [\n        \"ModuleConcatenation bailout: Module is not an ECMAScript module\"\n      ],\n      \"depth\": 9,\n      \"source\": \"/* -*- Mode: js; js-indent-level: 2; -*- */\\n/*\\n * Copyright 2011 Mozilla Foundation and contributors\\n * Licensed under the New BSD license. See LICENSE or:\\n * http://opensource.org/licenses/BSD-3-Clause\\n */\\nif (typeof define !== 'function') {\\n    var define = require('amdefine')(module, require);\\n}\\ndefine(function (require, exports, module) {\\n\\n  var base64VLQ = require('./base64-vlq');\\n  var util = require('./util');\\n  var ArraySet = require('./array-set').ArraySet;\\n  var MappingList = require('./mapping-list').MappingList;\\n\\n  /**\\n   * An instance of the SourceMapGenerator represents a source map which is\\n   * being built incrementally. You may pass an object with the following\\n   * properties:\\n   *\\n   *   - file: The filename of the generated source.\\n   *   - sourceRoot: A root for all relative URLs in this source map.\\n   */\\n  function SourceMapGenerator(aArgs) {\\n    if (!aArgs) {\\n      aArgs = {};\\n    }\\n    this._file = util.getArg(aArgs, 'file', null);\\n    this._sourceRoot = util.getArg(aArgs, 'sourceRoot', null);\\n    this._skipValidation = util.getArg(aArgs, 'skipValidation', false);\\n    this._sources = new ArraySet();\\n    this._names = new ArraySet();\\n    this._mappings = new MappingList();\\n    this._sourcesContents = null;\\n  }\\n\\n  SourceMapGenerator.prototype._version = 3;\\n\\n  /**\\n   * Creates a new SourceMapGenerator based on a SourceMapConsumer\\n   *\\n   * @param aSourceMapConsumer The SourceMap.\\n   */\\n  SourceMapGenerator.fromSourceMap =\\n    function SourceMapGenerator_fromSourceMap(aSourceMapConsumer) {\\n      var sourceRoot = aSourceMapConsumer.sourceRoot;\\n      var generator = new SourceMapGenerator({\\n        file: aSourceMapConsumer.file,\\n        sourceRoot: sourceRoot\\n      });\\n      aSourceMapConsumer.eachMapping(function (mapping) {\\n        var newMapping = {\\n          generated: {\\n            line: mapping.generatedLine,\\n            column: mapping.generatedColumn\\n          }\\n        };\\n\\n        if (mapping.source != null) {\\n          newMapping.source = mapping.source;\\n          if (sourceRoot != null) {\\n            newMapping.source = util.relative(sourceRoot, newMapping.source);\\n          }\\n\\n          newMapping.original = {\\n            line: mapping.originalLine,\\n            column: mapping.originalColumn\\n          };\\n\\n          if (mapping.name != null) {\\n            newMapping.name = mapping.name;\\n          }\\n        }\\n\\n        generator.addMapping(newMapping);\\n      });\\n      aSourceMapConsumer.sources.forEach(function (sourceFile) {\\n        var content = aSourceMapConsumer.sourceContentFor(sourceFile);\\n        if (content != null) {\\n          generator.setSourceContent(sourceFile, content);\\n        }\\n      });\\n      return generator;\\n    };\\n\\n  /**\\n   * Add a single mapping from original source line and column to the generated\\n   * source's line and column for this source map being created. The mapping\\n   * object should have the following properties:\\n   *\\n   *   - generated: An object with the generated line and column positions.\\n   *   - original: An object with the original line and column positions.\\n   *   - source: The original source file (relative to the sourceRoot).\\n   *   - name: An optional original token name for this mapping.\\n   */\\n  SourceMapGenerator.prototype.addMapping =\\n    function SourceMapGenerator_addMapping(aArgs) {\\n      var generated = util.getArg(aArgs, 'generated');\\n      var original = util.getArg(aArgs, 'original', null);\\n      var source = util.getArg(aArgs, 'source', null);\\n      var name = util.getArg(aArgs, 'name', null);\\n\\n      if (!this._skipValidation) {\\n        this._validateMapping(generated, original, source, name);\\n      }\\n\\n      if (source != null && !this._sources.has(source)) {\\n        this._sources.add(source);\\n      }\\n\\n      if (name != null && !this._names.has(name)) {\\n        this._names.add(name);\\n      }\\n\\n      this._mappings.add({\\n        generatedLine: generated.line,\\n        generatedColumn: generated.column,\\n        originalLine: original != null && original.line,\\n        originalColumn: original != null && original.column,\\n        source: source,\\n        name: name\\n      });\\n    };\\n\\n  /**\\n   * Set the source content for a source file.\\n   */\\n  SourceMapGenerator.prototype.setSourceContent =\\n    function SourceMapGenerator_setSourceContent(aSourceFile, aSourceContent) {\\n      var source = aSourceFile;\\n      if (this._sourceRoot != null) {\\n        source = util.relative(this._sourceRoot, source);\\n      }\\n\\n      if (aSourceContent != null) {\\n        // Add the source content to the _sourcesContents map.\\n        // Create a new _sourcesContents map if the property is null.\\n        if (!this._sourcesContents) {\\n          this._sourcesContents = {};\\n        }\\n        this._sourcesContents[util.toSetString(source)] = aSourceContent;\\n      } else if (this._sourcesContents) {\\n        // Remove the source file from the _sourcesContents map.\\n        // If the _sourcesContents map is empty, set the property to null.\\n        delete this._sourcesContents[util.toSetString(source)];\\n        if (Object.keys(this._sourcesContents).length === 0) {\\n          this._sourcesContents = null;\\n        }\\n      }\\n    };\\n\\n  /**\\n   * Applies the mappings of a sub-source-map for a specific source file to the\\n   * source map being generated. Each mapping to the supplied source file is\\n   * rewritten using the supplied source map. Note: The resolution for the\\n   * resulting mappings is the minimium of this map and the supplied map.\\n   *\\n   * @param aSourceMapConsumer The source map to be applied.\\n   * @param aSourceFile Optional. The filename of the source file.\\n   *        If omitted, SourceMapConsumer's file property will be used.\\n   * @param aSourceMapPath Optional. The dirname of the path to the source map\\n   *        to be applied. If relative, it is relative to the SourceMapConsumer.\\n   *        This parameter is needed when the two source maps aren't in the same\\n   *        directory, and the source map to be applied contains relative source\\n   *        paths. If so, those relative source paths need to be rewritten\\n   *        relative to the SourceMapGenerator.\\n   */\\n  SourceMapGenerator.prototype.applySourceMap =\\n    function SourceMapGenerator_applySourceMap(aSourceMapConsumer, aSourceFile, aSourceMapPath) {\\n      var sourceFile = aSourceFile;\\n      // If aSourceFile is omitted, we will use the file property of the SourceMap\\n      if (aSourceFile == null) {\\n        if (aSourceMapConsumer.file == null) {\\n          throw new Error(\\n            'SourceMapGenerator.prototype.applySourceMap requires either an explicit source file, ' +\\n            'or the source map\\\\'s \\\"file\\\" property. Both were omitted.'\\n          );\\n        }\\n        sourceFile = aSourceMapConsumer.file;\\n      }\\n      var sourceRoot = this._sourceRoot;\\n      // Make \\\"sourceFile\\\" relative if an absolute Url is passed.\\n      if (sourceRoot != null) {\\n        sourceFile = util.relative(sourceRoot, sourceFile);\\n      }\\n      // Applying the SourceMap can add and remove items from the sources and\\n      // the names array.\\n      var newSources = new ArraySet();\\n      var newNames = new ArraySet();\\n\\n      // Find mappings for the \\\"sourceFile\\\"\\n      this._mappings.unsortedForEach(function (mapping) {\\n        if (mapping.source === sourceFile && mapping.originalLine != null) {\\n          // Check if it can be mapped by the source map, then update the mapping.\\n          var original = aSourceMapConsumer.originalPositionFor({\\n            line: mapping.originalLine,\\n            column: mapping.originalColumn\\n          });\\n          if (original.source != null) {\\n            // Copy mapping\\n            mapping.source = original.source;\\n            if (aSourceMapPath != null) {\\n              mapping.source = util.join(aSourceMapPath, mapping.source)\\n            }\\n            if (sourceRoot != null) {\\n              mapping.source = util.relative(sourceRoot, mapping.source);\\n            }\\n            mapping.originalLine = original.line;\\n            mapping.originalColumn = original.column;\\n            if (original.name != null) {\\n              mapping.name = original.name;\\n            }\\n          }\\n        }\\n\\n        var source = mapping.source;\\n        if (source != null && !newSources.has(source)) {\\n          newSources.add(source);\\n        }\\n\\n        var name = mapping.name;\\n        if (name != null && !newNames.has(name)) {\\n          newNames.add(name);\\n        }\\n\\n      }, this);\\n      this._sources = newSources;\\n      this._names = newNames;\\n\\n      // Copy sourcesContents of applied map.\\n      aSourceMapConsumer.sources.forEach(function (sourceFile) {\\n        var content = aSourceMapConsumer.sourceContentFor(sourceFile);\\n        if (content != null) {\\n          if (aSourceMapPath != null) {\\n            sourceFile = util.join(aSourceMapPath, sourceFile);\\n          }\\n          if (sourceRoot != null) {\\n            sourceFile = util.relative(sourceRoot, sourceFile);\\n          }\\n          this.setSourceContent(sourceFile, content);\\n        }\\n      }, this);\\n    };\\n\\n  /**\\n   * A mapping can have one of the three levels of data:\\n   *\\n   *   1. Just the generated position.\\n   *   2. The Generated position, original position, and original source.\\n   *   3. Generated and original position, original source, as well as a name\\n   *      token.\\n   *\\n   * To maintain consistency, we validate that any new mapping being added falls\\n   * in to one of these categories.\\n   */\\n  SourceMapGenerator.prototype._validateMapping =\\n    function SourceMapGenerator_validateMapping(aGenerated, aOriginal, aSource,\\n                                                aName) {\\n      if (aGenerated && 'line' in aGenerated && 'column' in aGenerated\\n          && aGenerated.line > 0 && aGenerated.column >= 0\\n          && !aOriginal && !aSource && !aName) {\\n        // Case 1.\\n        return;\\n      }\\n      else if (aGenerated && 'line' in aGenerated && 'column' in aGenerated\\n               && aOriginal && 'line' in aOriginal && 'column' in aOriginal\\n               && aGenerated.line > 0 && aGenerated.column >= 0\\n               && aOriginal.line > 0 && aOriginal.column >= 0\\n               && aSource) {\\n        // Cases 2 and 3.\\n        return;\\n      }\\n      else {\\n        throw new Error('Invalid mapping: ' + JSON.stringify({\\n          generated: aGenerated,\\n          source: aSource,\\n          original: aOriginal,\\n          name: aName\\n        }));\\n      }\\n    };\\n\\n  /**\\n   * Serialize the accumulated mappings in to the stream of base 64 VLQs\\n   * specified by the source map format.\\n   */\\n  SourceMapGenerator.prototype._serializeMappings =\\n    function SourceMapGenerator_serializeMappings() {\\n      var previousGeneratedColumn = 0;\\n      var previousGeneratedLine = 1;\\n      var previousOriginalColumn = 0;\\n      var previousOriginalLine = 0;\\n      var previousName = 0;\\n      var previousSource = 0;\\n      var result = '';\\n      var mapping;\\n\\n      var mappings = this._mappings.toArray();\\n\\n      for (var i = 0, len = mappings.length; i < len; i++) {\\n        mapping = mappings[i];\\n\\n        if (mapping.generatedLine !== previousGeneratedLine) {\\n          previousGeneratedColumn = 0;\\n          while (mapping.generatedLine !== previousGeneratedLine) {\\n            result += ';';\\n            previousGeneratedLine++;\\n          }\\n        }\\n        else {\\n          if (i > 0) {\\n            if (!util.compareByGeneratedPositions(mapping, mappings[i - 1])) {\\n              continue;\\n            }\\n            result += ',';\\n          }\\n        }\\n\\n        result += base64VLQ.encode(mapping.generatedColumn\\n                                   - previousGeneratedColumn);\\n        previousGeneratedColumn = mapping.generatedColumn;\\n\\n        if (mapping.source != null) {\\n          result += base64VLQ.encode(this._sources.indexOf(mapping.source)\\n                                     - previousSource);\\n          previousSource = this._sources.indexOf(mapping.source);\\n\\n          // lines are stored 0-based in SourceMap spec version 3\\n          result += base64VLQ.encode(mapping.originalLine - 1\\n                                     - previousOriginalLine);\\n          previousOriginalLine = mapping.originalLine - 1;\\n\\n          result += base64VLQ.encode(mapping.originalColumn\\n                                     - previousOriginalColumn);\\n          previousOriginalColumn = mapping.originalColumn;\\n\\n          if (mapping.name != null) {\\n            result += base64VLQ.encode(this._names.indexOf(mapping.name)\\n                                       - previousName);\\n            previousName = this._names.indexOf(mapping.name);\\n          }\\n        }\\n      }\\n\\n      return result;\\n    };\\n\\n  SourceMapGenerator.prototype._generateSourcesContent =\\n    function SourceMapGenerator_generateSourcesContent(aSources, aSourceRoot) {\\n      return aSources.map(function (source) {\\n        if (!this._sourcesContents) {\\n          return null;\\n        }\\n        if (aSourceRoot != null) {\\n          source = util.relative(aSourceRoot, source);\\n        }\\n        var key = util.toSetString(source);\\n        return Object.prototype.hasOwnProperty.call(this._sourcesContents,\\n                                                    key)\\n          ? this._sourcesContents[key]\\n          : null;\\n      }, this);\\n    };\\n\\n  /**\\n   * Externalize the source map.\\n   */\\n  SourceMapGenerator.prototype.toJSON =\\n    function SourceMapGenerator_toJSON() {\\n      var map = {\\n        version: this._version,\\n        sources: this._sources.toArray(),\\n        names: this._names.toArray(),\\n        mappings: this._serializeMappings()\\n      };\\n      if (this._file != null) {\\n        map.file = this._file;\\n      }\\n      if (this._sourceRoot != null) {\\n        map.sourceRoot = this._sourceRoot;\\n      }\\n      if (this._sourcesContents) {\\n        map.sourcesContent = this._generateSourcesContent(map.sources, map.sourceRoot);\\n      }\\n\\n      return map;\\n    };\\n\\n  /**\\n   * Render the source map being generated to a string.\\n   */\\n  SourceMapGenerator.prototype.toString =\\n    function SourceMapGenerator_toString() {\\n      return JSON.stringify(this);\\n    };\\n\\n  exports.SourceMapGenerator = SourceMapGenerator;\\n\\n});\\n\"\n    },\n    {\n      \"id\": 287,\n      \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/css/node_modules/source-map/lib/source-map/source-map-consumer.js\",\n      \"name\": \"./node_modules/css/node_modules/source-map/lib/source-map/source-map-consumer.js\",\n      \"index\": 269,\n      \"index2\": 260,\n      \"size\": 21648,\n      \"cacheable\": true,\n      \"built\": true,\n      \"optional\": false,\n      \"prefetched\": false,\n      \"chunks\": [\n        2\n      ],\n      \"issuer\": \"/Users/jarred/Code/styleurl/node_modules/css/node_modules/source-map/lib/source-map.js\",\n      \"issuerId\": 156,\n      \"issuerName\": \"./node_modules/css/node_modules/source-map/lib/source-map.js\",\n      \"issuerPath\": [\n        {\n          \"id\": 191,\n          \"identifier\": \"multi /Users/jarred/Code/styleurl/webpack/customPublicPath /Users/jarred/Code/styleurl/chrome/extension/background\",\n          \"name\": \"multi ./webpack/customPublicPath ./chrome/extension/background\",\n          \"profile\": {\n            \"factory\": 0,\n            \"building\": 0,\n            \"dependencies\": 54\n          }\n        },\n        {\n          \"id\": 192,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/background.js\",\n          \"name\": \"./chrome/extension/background.js\",\n          \"profile\": {\n            \"factory\": 54,\n            \"building\": 639,\n            \"dependencies\": 140\n          }\n        },\n        {\n          \"id\": 255,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/stylesheet-differ/lib/index.js\",\n          \"name\": \"./node_modules/stylesheet-differ/lib/index.js\",\n          \"profile\": {\n            \"factory\": 140,\n            \"building\": 568,\n            \"dependencies\": 1\n          }\n        },\n        {\n          \"id\": 256,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/native-css/index.js\",\n          \"name\": \"./node_modules/native-css/index.js\",\n          \"profile\": {\n            \"factory\": 189,\n            \"building\": 603,\n            \"dependencies\": 1\n          }\n        },\n        {\n          \"id\": 257,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/native-css/src/native-css.js\",\n          \"name\": \"./node_modules/native-css/src/native-css.js\",\n          \"profile\": {\n            \"factory\": 26,\n            \"building\": 63,\n            \"dependencies\": 14\n          }\n        },\n        {\n          \"id\": 280,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/css/index.js\",\n          \"name\": \"./node_modules/css/index.js\",\n          \"profile\": {\n            \"factory\": 117,\n            \"building\": 25,\n            \"dependencies\": 27\n          }\n        },\n        {\n          \"id\": 282,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/css/lib/stringify/index.js\",\n          \"name\": \"./node_modules/css/lib/stringify/index.js\",\n          \"profile\": {\n            \"factory\": 71,\n            \"building\": 48\n          }\n        },\n        {\n          \"id\": 285,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/css/lib/stringify/source-map-support.js\",\n          \"name\": \"./node_modules/css/lib/stringify/source-map-support.js\",\n          \"profile\": {\n            \"factory\": 29,\n            \"building\": 30,\n            \"dependencies\": 102\n          }\n        },\n        {\n          \"id\": 156,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/css/node_modules/source-map/lib/source-map.js\",\n          \"name\": \"./node_modules/css/node_modules/source-map/lib/source-map.js\",\n          \"profile\": {\n            \"factory\": 112,\n            \"building\": 33,\n            \"dependencies\": 0\n          }\n        }\n      ],\n      \"profile\": {\n        \"factory\": 77,\n        \"building\": 26,\n        \"dependencies\": 16\n      },\n      \"failed\": false,\n      \"errors\": 0,\n      \"warnings\": 0,\n      \"assets\": [],\n      \"reasons\": [\n        {\n          \"moduleId\": 156,\n          \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/css/node_modules/source-map/lib/source-map.js\",\n          \"module\": \"./node_modules/css/node_modules/source-map/lib/source-map.js\",\n          \"moduleName\": \"./node_modules/css/node_modules/source-map/lib/source-map.js\",\n          \"type\": \"cjs require\",\n          \"userRequest\": \"./source-map/source-map-consumer\",\n          \"loc\": \"7:28-71\"\n        }\n      ],\n      \"usedExports\": true,\n      \"providedExports\": null,\n      \"optimizationBailout\": [\n        \"ModuleConcatenation bailout: Module is not an ECMAScript module\"\n      ],\n      \"depth\": 9,\n      \"source\": \"/* -*- Mode: js; js-indent-level: 2; -*- */\\n/*\\n * Copyright 2011 Mozilla Foundation and contributors\\n * Licensed under the New BSD license. See LICENSE or:\\n * http://opensource.org/licenses/BSD-3-Clause\\n */\\nif (typeof define !== 'function') {\\n    var define = require('amdefine')(module, require);\\n}\\ndefine(function (require, exports, module) {\\n\\n  var util = require('./util');\\n  var binarySearch = require('./binary-search');\\n  var ArraySet = require('./array-set').ArraySet;\\n  var base64VLQ = require('./base64-vlq');\\n\\n  /**\\n   * A SourceMapConsumer instance represents a parsed source map which we can\\n   * query for information about the original file positions by giving it a file\\n   * position in the generated source.\\n   *\\n   * The only parameter is the raw source map (either as a JSON string, or\\n   * already parsed to an object). According to the spec, source maps have the\\n   * following attributes:\\n   *\\n   *   - version: Which version of the source map spec this map is following.\\n   *   - sources: An array of URLs to the original source files.\\n   *   - names: An array of identifiers which can be referrenced by individual mappings.\\n   *   - sourceRoot: Optional. The URL root from which all sources are relative.\\n   *   - sourcesContent: Optional. An array of contents of the original source files.\\n   *   - mappings: A string of base64 VLQs which contain the actual mappings.\\n   *   - file: Optional. The generated file this source map is associated with.\\n   *\\n   * Here is an example source map, taken from the source map spec[0]:\\n   *\\n   *     {\\n   *       version : 3,\\n   *       file: \\\"out.js\\\",\\n   *       sourceRoot : \\\"\\\",\\n   *       sources: [\\\"foo.js\\\", \\\"bar.js\\\"],\\n   *       names: [\\\"src\\\", \\\"maps\\\", \\\"are\\\", \\\"fun\\\"],\\n   *       mappings: \\\"AA,AB;;ABCDE;\\\"\\n   *     }\\n   *\\n   * [0]: https://docs.google.com/document/d/1U1RGAehQwRypUTovF1KRlpiOFze0b-_2gc6fAH0KY0k/edit?pli=1#\\n   */\\n  function SourceMapConsumer(aSourceMap) {\\n    var sourceMap = aSourceMap;\\n    if (typeof aSourceMap === 'string') {\\n      sourceMap = JSON.parse(aSourceMap.replace(/^\\\\)\\\\]\\\\}'/, ''));\\n    }\\n\\n    var version = util.getArg(sourceMap, 'version');\\n    var sources = util.getArg(sourceMap, 'sources');\\n    // Sass 3.3 leaves out the 'names' array, so we deviate from the spec (which\\n    // requires the array) to play nice here.\\n    var names = util.getArg(sourceMap, 'names', []);\\n    var sourceRoot = util.getArg(sourceMap, 'sourceRoot', null);\\n    var sourcesContent = util.getArg(sourceMap, 'sourcesContent', null);\\n    var mappings = util.getArg(sourceMap, 'mappings');\\n    var file = util.getArg(sourceMap, 'file', null);\\n\\n    // Once again, Sass deviates from the spec and supplies the version as a\\n    // string rather than a number, so we use loose equality checking here.\\n    if (version != this._version) {\\n      throw new Error('Unsupported version: ' + version);\\n    }\\n\\n    // Some source maps produce relative source paths like \\\"./foo.js\\\" instead of\\n    // \\\"foo.js\\\".  Normalize these first so that future comparisons will succeed.\\n    // See bugzil.la/1090768.\\n    sources = sources.map(util.normalize);\\n\\n    // Pass `true` below to allow duplicate names and sources. While source maps\\n    // are intended to be compressed and deduplicated, the TypeScript compiler\\n    // sometimes generates source maps with duplicates in them. See Github issue\\n    // #72 and bugzil.la/889492.\\n    this._names = ArraySet.fromArray(names, true);\\n    this._sources = ArraySet.fromArray(sources, true);\\n\\n    this.sourceRoot = sourceRoot;\\n    this.sourcesContent = sourcesContent;\\n    this._mappings = mappings;\\n    this.file = file;\\n  }\\n\\n  /**\\n   * Create a SourceMapConsumer from a SourceMapGenerator.\\n   *\\n   * @param SourceMapGenerator aSourceMap\\n   *        The source map that will be consumed.\\n   * @returns SourceMapConsumer\\n   */\\n  SourceMapConsumer.fromSourceMap =\\n    function SourceMapConsumer_fromSourceMap(aSourceMap) {\\n      var smc = Object.create(SourceMapConsumer.prototype);\\n\\n      smc._names = ArraySet.fromArray(aSourceMap._names.toArray(), true);\\n      smc._sources = ArraySet.fromArray(aSourceMap._sources.toArray(), true);\\n      smc.sourceRoot = aSourceMap._sourceRoot;\\n      smc.sourcesContent = aSourceMap._generateSourcesContent(smc._sources.toArray(),\\n                                                              smc.sourceRoot);\\n      smc.file = aSourceMap._file;\\n\\n      smc.__generatedMappings = aSourceMap._mappings.toArray().slice();\\n      smc.__originalMappings = aSourceMap._mappings.toArray().slice()\\n        .sort(util.compareByOriginalPositions);\\n\\n      return smc;\\n    };\\n\\n  /**\\n   * The version of the source mapping spec that we are consuming.\\n   */\\n  SourceMapConsumer.prototype._version = 3;\\n\\n  /**\\n   * The list of original sources.\\n   */\\n  Object.defineProperty(SourceMapConsumer.prototype, 'sources', {\\n    get: function () {\\n      return this._sources.toArray().map(function (s) {\\n        return this.sourceRoot != null ? util.join(this.sourceRoot, s) : s;\\n      }, this);\\n    }\\n  });\\n\\n  // `__generatedMappings` and `__originalMappings` are arrays that hold the\\n  // parsed mapping coordinates from the source map's \\\"mappings\\\" attribute. They\\n  // are lazily instantiated, accessed via the `_generatedMappings` and\\n  // `_originalMappings` getters respectively, and we only parse the mappings\\n  // and create these arrays once queried for a source location. We jump through\\n  // these hoops because there can be many thousands of mappings, and parsing\\n  // them is expensive, so we only want to do it if we must.\\n  //\\n  // Each object in the arrays is of the form:\\n  //\\n  //     {\\n  //       generatedLine: The line number in the generated code,\\n  //       generatedColumn: The column number in the generated code,\\n  //       source: The path to the original source file that generated this\\n  //               chunk of code,\\n  //       originalLine: The line number in the original source that\\n  //                     corresponds to this chunk of generated code,\\n  //       originalColumn: The column number in the original source that\\n  //                       corresponds to this chunk of generated code,\\n  //       name: The name of the original symbol which generated this chunk of\\n  //             code.\\n  //     }\\n  //\\n  // All properties except for `generatedLine` and `generatedColumn` can be\\n  // `null`.\\n  //\\n  // `_generatedMappings` is ordered by the generated positions.\\n  //\\n  // `_originalMappings` is ordered by the original positions.\\n\\n  SourceMapConsumer.prototype.__generatedMappings = null;\\n  Object.defineProperty(SourceMapConsumer.prototype, '_generatedMappings', {\\n    get: function () {\\n      if (!this.__generatedMappings) {\\n        this.__generatedMappings = [];\\n        this.__originalMappings = [];\\n        this._parseMappings(this._mappings, this.sourceRoot);\\n      }\\n\\n      return this.__generatedMappings;\\n    }\\n  });\\n\\n  SourceMapConsumer.prototype.__originalMappings = null;\\n  Object.defineProperty(SourceMapConsumer.prototype, '_originalMappings', {\\n    get: function () {\\n      if (!this.__originalMappings) {\\n        this.__generatedMappings = [];\\n        this.__originalMappings = [];\\n        this._parseMappings(this._mappings, this.sourceRoot);\\n      }\\n\\n      return this.__originalMappings;\\n    }\\n  });\\n\\n  SourceMapConsumer.prototype._nextCharIsMappingSeparator =\\n    function SourceMapConsumer_nextCharIsMappingSeparator(aStr) {\\n      var c = aStr.charAt(0);\\n      return c === \\\";\\\" || c === \\\",\\\";\\n    };\\n\\n  /**\\n   * Parse the mappings in a string in to a data structure which we can easily\\n   * query (the ordered arrays in the `this.__generatedMappings` and\\n   * `this.__originalMappings` properties).\\n   */\\n  SourceMapConsumer.prototype._parseMappings =\\n    function SourceMapConsumer_parseMappings(aStr, aSourceRoot) {\\n      var generatedLine = 1;\\n      var previousGeneratedColumn = 0;\\n      var previousOriginalLine = 0;\\n      var previousOriginalColumn = 0;\\n      var previousSource = 0;\\n      var previousName = 0;\\n      var str = aStr;\\n      var temp = {};\\n      var mapping;\\n\\n      while (str.length > 0) {\\n        if (str.charAt(0) === ';') {\\n          generatedLine++;\\n          str = str.slice(1);\\n          previousGeneratedColumn = 0;\\n        }\\n        else if (str.charAt(0) === ',') {\\n          str = str.slice(1);\\n        }\\n        else {\\n          mapping = {};\\n          mapping.generatedLine = generatedLine;\\n\\n          // Generated column.\\n          base64VLQ.decode(str, temp);\\n          mapping.generatedColumn = previousGeneratedColumn + temp.value;\\n          previousGeneratedColumn = mapping.generatedColumn;\\n          str = temp.rest;\\n\\n          if (str.length > 0 && !this._nextCharIsMappingSeparator(str)) {\\n            // Original source.\\n            base64VLQ.decode(str, temp);\\n            mapping.source = this._sources.at(previousSource + temp.value);\\n            previousSource += temp.value;\\n            str = temp.rest;\\n            if (str.length === 0 || this._nextCharIsMappingSeparator(str)) {\\n              throw new Error('Found a source, but no line and column');\\n            }\\n\\n            // Original line.\\n            base64VLQ.decode(str, temp);\\n            mapping.originalLine = previousOriginalLine + temp.value;\\n            previousOriginalLine = mapping.originalLine;\\n            // Lines are stored 0-based\\n            mapping.originalLine += 1;\\n            str = temp.rest;\\n            if (str.length === 0 || this._nextCharIsMappingSeparator(str)) {\\n              throw new Error('Found a source and line, but no column');\\n            }\\n\\n            // Original column.\\n            base64VLQ.decode(str, temp);\\n            mapping.originalColumn = previousOriginalColumn + temp.value;\\n            previousOriginalColumn = mapping.originalColumn;\\n            str = temp.rest;\\n\\n            if (str.length > 0 && !this._nextCharIsMappingSeparator(str)) {\\n              // Original name.\\n              base64VLQ.decode(str, temp);\\n              mapping.name = this._names.at(previousName + temp.value);\\n              previousName += temp.value;\\n              str = temp.rest;\\n            }\\n          }\\n\\n          this.__generatedMappings.push(mapping);\\n          if (typeof mapping.originalLine === 'number') {\\n            this.__originalMappings.push(mapping);\\n          }\\n        }\\n      }\\n\\n      this.__generatedMappings.sort(util.compareByGeneratedPositions);\\n      this.__originalMappings.sort(util.compareByOriginalPositions);\\n    };\\n\\n  /**\\n   * Find the mapping that best matches the hypothetical \\\"needle\\\" mapping that\\n   * we are searching for in the given \\\"haystack\\\" of mappings.\\n   */\\n  SourceMapConsumer.prototype._findMapping =\\n    function SourceMapConsumer_findMapping(aNeedle, aMappings, aLineName,\\n                                           aColumnName, aComparator) {\\n      // To return the position we are searching for, we must first find the\\n      // mapping for the given position and then return the opposite position it\\n      // points to. Because the mappings are sorted, we can use binary search to\\n      // find the best mapping.\\n\\n      if (aNeedle[aLineName] <= 0) {\\n        throw new TypeError('Line must be greater than or equal to 1, got '\\n                            + aNeedle[aLineName]);\\n      }\\n      if (aNeedle[aColumnName] < 0) {\\n        throw new TypeError('Column must be greater than or equal to 0, got '\\n                            + aNeedle[aColumnName]);\\n      }\\n\\n      return binarySearch.search(aNeedle, aMappings, aComparator);\\n    };\\n\\n  /**\\n   * Compute the last column for each generated mapping. The last column is\\n   * inclusive.\\n   */\\n  SourceMapConsumer.prototype.computeColumnSpans =\\n    function SourceMapConsumer_computeColumnSpans() {\\n      for (var index = 0; index < this._generatedMappings.length; ++index) {\\n        var mapping = this._generatedMappings[index];\\n\\n        // Mappings do not contain a field for the last generated columnt. We\\n        // can come up with an optimistic estimate, however, by assuming that\\n        // mappings are contiguous (i.e. given two consecutive mappings, the\\n        // first mapping ends where the second one starts).\\n        if (index + 1 < this._generatedMappings.length) {\\n          var nextMapping = this._generatedMappings[index + 1];\\n\\n          if (mapping.generatedLine === nextMapping.generatedLine) {\\n            mapping.lastGeneratedColumn = nextMapping.generatedColumn - 1;\\n            continue;\\n          }\\n        }\\n\\n        // The last mapping for each line spans the entire line.\\n        mapping.lastGeneratedColumn = Infinity;\\n      }\\n    };\\n\\n  /**\\n   * Returns the original source, line, and column information for the generated\\n   * source's line and column positions provided. The only argument is an object\\n   * with the following properties:\\n   *\\n   *   - line: The line number in the generated source.\\n   *   - column: The column number in the generated source.\\n   *\\n   * and an object is returned with the following properties:\\n   *\\n   *   - source: The original source file, or null.\\n   *   - line: The line number in the original source, or null.\\n   *   - column: The column number in the original source, or null.\\n   *   - name: The original identifier, or null.\\n   */\\n  SourceMapConsumer.prototype.originalPositionFor =\\n    function SourceMapConsumer_originalPositionFor(aArgs) {\\n      var needle = {\\n        generatedLine: util.getArg(aArgs, 'line'),\\n        generatedColumn: util.getArg(aArgs, 'column')\\n      };\\n\\n      var index = this._findMapping(needle,\\n                                    this._generatedMappings,\\n                                    \\\"generatedLine\\\",\\n                                    \\\"generatedColumn\\\",\\n                                    util.compareByGeneratedPositions);\\n\\n      if (index >= 0) {\\n        var mapping = this._generatedMappings[index];\\n\\n        if (mapping.generatedLine === needle.generatedLine) {\\n          var source = util.getArg(mapping, 'source', null);\\n          if (source != null && this.sourceRoot != null) {\\n            source = util.join(this.sourceRoot, source);\\n          }\\n          return {\\n            source: source,\\n            line: util.getArg(mapping, 'originalLine', null),\\n            column: util.getArg(mapping, 'originalColumn', null),\\n            name: util.getArg(mapping, 'name', null)\\n          };\\n        }\\n      }\\n\\n      return {\\n        source: null,\\n        line: null,\\n        column: null,\\n        name: null\\n      };\\n    };\\n\\n  /**\\n   * Returns the original source content. The only argument is the url of the\\n   * original source file. Returns null if no original source content is\\n   * availible.\\n   */\\n  SourceMapConsumer.prototype.sourceContentFor =\\n    function SourceMapConsumer_sourceContentFor(aSource) {\\n      if (!this.sourcesContent) {\\n        return null;\\n      }\\n\\n      if (this.sourceRoot != null) {\\n        aSource = util.relative(this.sourceRoot, aSource);\\n      }\\n\\n      if (this._sources.has(aSource)) {\\n        return this.sourcesContent[this._sources.indexOf(aSource)];\\n      }\\n\\n      var url;\\n      if (this.sourceRoot != null\\n          && (url = util.urlParse(this.sourceRoot))) {\\n        // XXX: file:// URIs and absolute paths lead to unexpected behavior for\\n        // many users. We can help them out when they expect file:// URIs to\\n        // behave like it would if they were running a local HTTP server. See\\n        // https://bugzilla.mozilla.org/show_bug.cgi?id=885597.\\n        var fileUriAbsPath = aSource.replace(/^file:\\\\/\\\\//, \\\"\\\");\\n        if (url.scheme == \\\"file\\\"\\n            && this._sources.has(fileUriAbsPath)) {\\n          return this.sourcesContent[this._sources.indexOf(fileUriAbsPath)]\\n        }\\n\\n        if ((!url.path || url.path == \\\"/\\\")\\n            && this._sources.has(\\\"/\\\" + aSource)) {\\n          return this.sourcesContent[this._sources.indexOf(\\\"/\\\" + aSource)];\\n        }\\n      }\\n\\n      throw new Error('\\\"' + aSource + '\\\" is not in the SourceMap.');\\n    };\\n\\n  /**\\n   * Returns the generated line and column information for the original source,\\n   * line, and column positions provided. The only argument is an object with\\n   * the following properties:\\n   *\\n   *   - source: The filename of the original source.\\n   *   - line: The line number in the original source.\\n   *   - column: The column number in the original source.\\n   *\\n   * and an object is returned with the following properties:\\n   *\\n   *   - line: The line number in the generated source, or null.\\n   *   - column: The column number in the generated source, or null.\\n   */\\n  SourceMapConsumer.prototype.generatedPositionFor =\\n    function SourceMapConsumer_generatedPositionFor(aArgs) {\\n      var needle = {\\n        source: util.getArg(aArgs, 'source'),\\n        originalLine: util.getArg(aArgs, 'line'),\\n        originalColumn: util.getArg(aArgs, 'column')\\n      };\\n\\n      if (this.sourceRoot != null) {\\n        needle.source = util.relative(this.sourceRoot, needle.source);\\n      }\\n\\n      var index = this._findMapping(needle,\\n                                    this._originalMappings,\\n                                    \\\"originalLine\\\",\\n                                    \\\"originalColumn\\\",\\n                                    util.compareByOriginalPositions);\\n\\n      if (index >= 0) {\\n        var mapping = this._originalMappings[index];\\n\\n        return {\\n          line: util.getArg(mapping, 'generatedLine', null),\\n          column: util.getArg(mapping, 'generatedColumn', null),\\n          lastColumn: util.getArg(mapping, 'lastGeneratedColumn', null)\\n        };\\n      }\\n\\n      return {\\n        line: null,\\n        column: null,\\n        lastColumn: null\\n      };\\n    };\\n\\n  /**\\n   * Returns all generated line and column information for the original source\\n   * and line provided. The only argument is an object with the following\\n   * properties:\\n   *\\n   *   - source: The filename of the original source.\\n   *   - line: The line number in the original source.\\n   *\\n   * and an array of objects is returned, each with the following properties:\\n   *\\n   *   - line: The line number in the generated source, or null.\\n   *   - column: The column number in the generated source, or null.\\n   */\\n  SourceMapConsumer.prototype.allGeneratedPositionsFor =\\n    function SourceMapConsumer_allGeneratedPositionsFor(aArgs) {\\n      // When there is no exact match, SourceMapConsumer.prototype._findMapping\\n      // returns the index of the closest mapping less than the needle. By\\n      // setting needle.originalColumn to Infinity, we thus find the last\\n      // mapping for the given line, provided such a mapping exists.\\n      var needle = {\\n        source: util.getArg(aArgs, 'source'),\\n        originalLine: util.getArg(aArgs, 'line'),\\n        originalColumn: Infinity\\n      };\\n\\n      if (this.sourceRoot != null) {\\n        needle.source = util.relative(this.sourceRoot, needle.source);\\n      }\\n\\n      var mappings = [];\\n\\n      var index = this._findMapping(needle,\\n                                    this._originalMappings,\\n                                    \\\"originalLine\\\",\\n                                    \\\"originalColumn\\\",\\n                                    util.compareByOriginalPositions);\\n      if (index >= 0) {\\n        var mapping = this._originalMappings[index];\\n\\n        while (mapping && mapping.originalLine === needle.originalLine) {\\n          mappings.push({\\n            line: util.getArg(mapping, 'generatedLine', null),\\n            column: util.getArg(mapping, 'generatedColumn', null),\\n            lastColumn: util.getArg(mapping, 'lastGeneratedColumn', null)\\n          });\\n\\n          mapping = this._originalMappings[--index];\\n        }\\n      }\\n\\n      return mappings.reverse();\\n    };\\n\\n  SourceMapConsumer.GENERATED_ORDER = 1;\\n  SourceMapConsumer.ORIGINAL_ORDER = 2;\\n\\n  /**\\n   * Iterate over each mapping between an original source/line/column and a\\n   * generated line/column in this source map.\\n   *\\n   * @param Function aCallback\\n   *        The function that is called with each mapping.\\n   * @param Object aContext\\n   *        Optional. If specified, this object will be the value of `this` every\\n   *        time that `aCallback` is called.\\n   * @param aOrder\\n   *        Either `SourceMapConsumer.GENERATED_ORDER` or\\n   *        `SourceMapConsumer.ORIGINAL_ORDER`. Specifies whether you want to\\n   *        iterate over the mappings sorted by the generated file's line/column\\n   *        order or the original's source/line/column order, respectively. Defaults to\\n   *        `SourceMapConsumer.GENERATED_ORDER`.\\n   */\\n  SourceMapConsumer.prototype.eachMapping =\\n    function SourceMapConsumer_eachMapping(aCallback, aContext, aOrder) {\\n      var context = aContext || null;\\n      var order = aOrder || SourceMapConsumer.GENERATED_ORDER;\\n\\n      var mappings;\\n      switch (order) {\\n      case SourceMapConsumer.GENERATED_ORDER:\\n        mappings = this._generatedMappings;\\n        break;\\n      case SourceMapConsumer.ORIGINAL_ORDER:\\n        mappings = this._originalMappings;\\n        break;\\n      default:\\n        throw new Error(\\\"Unknown order of iteration.\\\");\\n      }\\n\\n      var sourceRoot = this.sourceRoot;\\n      mappings.map(function (mapping) {\\n        var source = mapping.source;\\n        if (source != null && sourceRoot != null) {\\n          source = util.join(sourceRoot, source);\\n        }\\n        return {\\n          source: source,\\n          generatedLine: mapping.generatedLine,\\n          generatedColumn: mapping.generatedColumn,\\n          originalLine: mapping.originalLine,\\n          originalColumn: mapping.originalColumn,\\n          name: mapping.name\\n        };\\n      }).forEach(aCallback, context);\\n    };\\n\\n  exports.SourceMapConsumer = SourceMapConsumer;\\n\\n});\\n\"\n    },\n    {\n      \"id\": 288,\n      \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/css/node_modules/source-map/lib/source-map/source-node.js\",\n      \"name\": \"./node_modules/css/node_modules/source-map/lib/source-map/source-node.js\",\n      \"index\": 270,\n      \"index2\": 261,\n      \"size\": 14437,\n      \"cacheable\": true,\n      \"built\": true,\n      \"optional\": false,\n      \"prefetched\": false,\n      \"chunks\": [\n        2\n      ],\n      \"issuer\": \"/Users/jarred/Code/styleurl/node_modules/css/node_modules/source-map/lib/source-map.js\",\n      \"issuerId\": 156,\n      \"issuerName\": \"./node_modules/css/node_modules/source-map/lib/source-map.js\",\n      \"issuerPath\": [\n        {\n          \"id\": 191,\n          \"identifier\": \"multi /Users/jarred/Code/styleurl/webpack/customPublicPath /Users/jarred/Code/styleurl/chrome/extension/background\",\n          \"name\": \"multi ./webpack/customPublicPath ./chrome/extension/background\",\n          \"profile\": {\n            \"factory\": 0,\n            \"building\": 0,\n            \"dependencies\": 54\n          }\n        },\n        {\n          \"id\": 192,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/background.js\",\n          \"name\": \"./chrome/extension/background.js\",\n          \"profile\": {\n            \"factory\": 54,\n            \"building\": 639,\n            \"dependencies\": 140\n          }\n        },\n        {\n          \"id\": 255,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/stylesheet-differ/lib/index.js\",\n          \"name\": \"./node_modules/stylesheet-differ/lib/index.js\",\n          \"profile\": {\n            \"factory\": 140,\n            \"building\": 568,\n            \"dependencies\": 1\n          }\n        },\n        {\n          \"id\": 256,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/native-css/index.js\",\n          \"name\": \"./node_modules/native-css/index.js\",\n          \"profile\": {\n            \"factory\": 189,\n            \"building\": 603,\n            \"dependencies\": 1\n          }\n        },\n        {\n          \"id\": 257,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/native-css/src/native-css.js\",\n          \"name\": \"./node_modules/native-css/src/native-css.js\",\n          \"profile\": {\n            \"factory\": 26,\n            \"building\": 63,\n            \"dependencies\": 14\n          }\n        },\n        {\n          \"id\": 280,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/css/index.js\",\n          \"name\": \"./node_modules/css/index.js\",\n          \"profile\": {\n            \"factory\": 117,\n            \"building\": 25,\n            \"dependencies\": 27\n          }\n        },\n        {\n          \"id\": 282,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/css/lib/stringify/index.js\",\n          \"name\": \"./node_modules/css/lib/stringify/index.js\",\n          \"profile\": {\n            \"factory\": 71,\n            \"building\": 48\n          }\n        },\n        {\n          \"id\": 285,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/css/lib/stringify/source-map-support.js\",\n          \"name\": \"./node_modules/css/lib/stringify/source-map-support.js\",\n          \"profile\": {\n            \"factory\": 29,\n            \"building\": 30,\n            \"dependencies\": 102\n          }\n        },\n        {\n          \"id\": 156,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/css/node_modules/source-map/lib/source-map.js\",\n          \"name\": \"./node_modules/css/node_modules/source-map/lib/source-map.js\",\n          \"profile\": {\n            \"factory\": 112,\n            \"building\": 33,\n            \"dependencies\": 0\n          }\n        }\n      ],\n      \"profile\": {\n        \"factory\": 77,\n        \"building\": 26,\n        \"dependencies\": 16\n      },\n      \"failed\": false,\n      \"errors\": 0,\n      \"warnings\": 0,\n      \"assets\": [],\n      \"reasons\": [\n        {\n          \"moduleId\": 156,\n          \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/css/node_modules/source-map/lib/source-map.js\",\n          \"module\": \"./node_modules/css/node_modules/source-map/lib/source-map.js\",\n          \"moduleName\": \"./node_modules/css/node_modules/source-map/lib/source-map.js\",\n          \"type\": \"cjs require\",\n          \"userRequest\": \"./source-map/source-node\",\n          \"loc\": \"8:21-56\"\n        }\n      ],\n      \"usedExports\": true,\n      \"providedExports\": null,\n      \"optimizationBailout\": [\n        \"ModuleConcatenation bailout: Module is not an ECMAScript module\"\n      ],\n      \"depth\": 9,\n      \"source\": \"/* -*- Mode: js; js-indent-level: 2; -*- */\\n/*\\n * Copyright 2011 Mozilla Foundation and contributors\\n * Licensed under the New BSD license. See LICENSE or:\\n * http://opensource.org/licenses/BSD-3-Clause\\n */\\nif (typeof define !== 'function') {\\n    var define = require('amdefine')(module, require);\\n}\\ndefine(function (require, exports, module) {\\n\\n  var SourceMapGenerator = require('./source-map-generator').SourceMapGenerator;\\n  var util = require('./util');\\n\\n  // Matches a Windows-style `\\\\r\\\\n` newline or a `\\\\n` newline used by all other\\n  // operating systems these days (capturing the result).\\n  var REGEX_NEWLINE = /(\\\\r?\\\\n)/;\\n\\n  // Newline character code for charCodeAt() comparisons\\n  var NEWLINE_CODE = 10;\\n\\n  // Private symbol for identifying `SourceNode`s when multiple versions of\\n  // the source-map library are loaded. This MUST NOT CHANGE across\\n  // versions!\\n  var isSourceNode = \\\"$$$isSourceNode$$$\\\";\\n\\n  /**\\n   * SourceNodes provide a way to abstract over interpolating/concatenating\\n   * snippets of generated JavaScript source code while maintaining the line and\\n   * column information associated with the original source code.\\n   *\\n   * @param aLine The original line number.\\n   * @param aColumn The original column number.\\n   * @param aSource The original source's filename.\\n   * @param aChunks Optional. An array of strings which are snippets of\\n   *        generated JS, or other SourceNodes.\\n   * @param aName The original identifier.\\n   */\\n  function SourceNode(aLine, aColumn, aSource, aChunks, aName) {\\n    this.children = [];\\n    this.sourceContents = {};\\n    this.line = aLine == null ? null : aLine;\\n    this.column = aColumn == null ? null : aColumn;\\n    this.source = aSource == null ? null : aSource;\\n    this.name = aName == null ? null : aName;\\n    this[isSourceNode] = true;\\n    if (aChunks != null) this.add(aChunks);\\n  }\\n\\n  /**\\n   * Creates a SourceNode from generated code and a SourceMapConsumer.\\n   *\\n   * @param aGeneratedCode The generated code\\n   * @param aSourceMapConsumer The SourceMap for the generated code\\n   * @param aRelativePath Optional. The path that relative sources in the\\n   *        SourceMapConsumer should be relative to.\\n   */\\n  SourceNode.fromStringWithSourceMap =\\n    function SourceNode_fromStringWithSourceMap(aGeneratedCode, aSourceMapConsumer, aRelativePath) {\\n      // The SourceNode we want to fill with the generated code\\n      // and the SourceMap\\n      var node = new SourceNode();\\n\\n      // All even indices of this array are one line of the generated code,\\n      // while all odd indices are the newlines between two adjacent lines\\n      // (since `REGEX_NEWLINE` captures its match).\\n      // Processed fragments are removed from this array, by calling `shiftNextLine`.\\n      var remainingLines = aGeneratedCode.split(REGEX_NEWLINE);\\n      var shiftNextLine = function() {\\n        var lineContents = remainingLines.shift();\\n        // The last line of a file might not have a newline.\\n        var newLine = remainingLines.shift() || \\\"\\\";\\n        return lineContents + newLine;\\n      };\\n\\n      // We need to remember the position of \\\"remainingLines\\\"\\n      var lastGeneratedLine = 1, lastGeneratedColumn = 0;\\n\\n      // The generate SourceNodes we need a code range.\\n      // To extract it current and last mapping is used.\\n      // Here we store the last mapping.\\n      var lastMapping = null;\\n\\n      aSourceMapConsumer.eachMapping(function (mapping) {\\n        if (lastMapping !== null) {\\n          // We add the code from \\\"lastMapping\\\" to \\\"mapping\\\":\\n          // First check if there is a new line in between.\\n          if (lastGeneratedLine < mapping.generatedLine) {\\n            var code = \\\"\\\";\\n            // Associate first line with \\\"lastMapping\\\"\\n            addMappingWithCode(lastMapping, shiftNextLine());\\n            lastGeneratedLine++;\\n            lastGeneratedColumn = 0;\\n            // The remaining code is added without mapping\\n          } else {\\n            // There is no new line in between.\\n            // Associate the code between \\\"lastGeneratedColumn\\\" and\\n            // \\\"mapping.generatedColumn\\\" with \\\"lastMapping\\\"\\n            var nextLine = remainingLines[0];\\n            var code = nextLine.substr(0, mapping.generatedColumn -\\n                                          lastGeneratedColumn);\\n            remainingLines[0] = nextLine.substr(mapping.generatedColumn -\\n                                                lastGeneratedColumn);\\n            lastGeneratedColumn = mapping.generatedColumn;\\n            addMappingWithCode(lastMapping, code);\\n            // No more remaining code, continue\\n            lastMapping = mapping;\\n            return;\\n          }\\n        }\\n        // We add the generated code until the first mapping\\n        // to the SourceNode without any mapping.\\n        // Each line is added as separate string.\\n        while (lastGeneratedLine < mapping.generatedLine) {\\n          node.add(shiftNextLine());\\n          lastGeneratedLine++;\\n        }\\n        if (lastGeneratedColumn < mapping.generatedColumn) {\\n          var nextLine = remainingLines[0];\\n          node.add(nextLine.substr(0, mapping.generatedColumn));\\n          remainingLines[0] = nextLine.substr(mapping.generatedColumn);\\n          lastGeneratedColumn = mapping.generatedColumn;\\n        }\\n        lastMapping = mapping;\\n      }, this);\\n      // We have processed all mappings.\\n      if (remainingLines.length > 0) {\\n        if (lastMapping) {\\n          // Associate the remaining code in the current line with \\\"lastMapping\\\"\\n          addMappingWithCode(lastMapping, shiftNextLine());\\n        }\\n        // and add the remaining lines without any mapping\\n        node.add(remainingLines.join(\\\"\\\"));\\n      }\\n\\n      // Copy sourcesContent into SourceNode\\n      aSourceMapConsumer.sources.forEach(function (sourceFile) {\\n        var content = aSourceMapConsumer.sourceContentFor(sourceFile);\\n        if (content != null) {\\n          if (aRelativePath != null) {\\n            sourceFile = util.join(aRelativePath, sourceFile);\\n          }\\n          node.setSourceContent(sourceFile, content);\\n        }\\n      });\\n\\n      return node;\\n\\n      function addMappingWithCode(mapping, code) {\\n        if (mapping === null || mapping.source === undefined) {\\n          node.add(code);\\n        } else {\\n          var source = aRelativePath\\n            ? util.join(aRelativePath, mapping.source)\\n            : mapping.source;\\n          node.add(new SourceNode(mapping.originalLine,\\n                                  mapping.originalColumn,\\n                                  source,\\n                                  code,\\n                                  mapping.name));\\n        }\\n      }\\n    };\\n\\n  /**\\n   * Add a chunk of generated JS to this source node.\\n   *\\n   * @param aChunk A string snippet of generated JS code, another instance of\\n   *        SourceNode, or an array where each member is one of those things.\\n   */\\n  SourceNode.prototype.add = function SourceNode_add(aChunk) {\\n    if (Array.isArray(aChunk)) {\\n      aChunk.forEach(function (chunk) {\\n        this.add(chunk);\\n      }, this);\\n    }\\n    else if (aChunk[isSourceNode] || typeof aChunk === \\\"string\\\") {\\n      if (aChunk) {\\n        this.children.push(aChunk);\\n      }\\n    }\\n    else {\\n      throw new TypeError(\\n        \\\"Expected a SourceNode, string, or an array of SourceNodes and strings. Got \\\" + aChunk\\n      );\\n    }\\n    return this;\\n  };\\n\\n  /**\\n   * Add a chunk of generated JS to the beginning of this source node.\\n   *\\n   * @param aChunk A string snippet of generated JS code, another instance of\\n   *        SourceNode, or an array where each member is one of those things.\\n   */\\n  SourceNode.prototype.prepend = function SourceNode_prepend(aChunk) {\\n    if (Array.isArray(aChunk)) {\\n      for (var i = aChunk.length-1; i >= 0; i--) {\\n        this.prepend(aChunk[i]);\\n      }\\n    }\\n    else if (aChunk[isSourceNode] || typeof aChunk === \\\"string\\\") {\\n      this.children.unshift(aChunk);\\n    }\\n    else {\\n      throw new TypeError(\\n        \\\"Expected a SourceNode, string, or an array of SourceNodes and strings. Got \\\" + aChunk\\n      );\\n    }\\n    return this;\\n  };\\n\\n  /**\\n   * Walk over the tree of JS snippets in this node and its children. The\\n   * walking function is called once for each snippet of JS and is passed that\\n   * snippet and the its original associated source's line/column location.\\n   *\\n   * @param aFn The traversal function.\\n   */\\n  SourceNode.prototype.walk = function SourceNode_walk(aFn) {\\n    var chunk;\\n    for (var i = 0, len = this.children.length; i < len; i++) {\\n      chunk = this.children[i];\\n      if (chunk[isSourceNode]) {\\n        chunk.walk(aFn);\\n      }\\n      else {\\n        if (chunk !== '') {\\n          aFn(chunk, { source: this.source,\\n                       line: this.line,\\n                       column: this.column,\\n                       name: this.name });\\n        }\\n      }\\n    }\\n  };\\n\\n  /**\\n   * Like `String.prototype.join` except for SourceNodes. Inserts `aStr` between\\n   * each of `this.children`.\\n   *\\n   * @param aSep The separator.\\n   */\\n  SourceNode.prototype.join = function SourceNode_join(aSep) {\\n    var newChildren;\\n    var i;\\n    var len = this.children.length;\\n    if (len > 0) {\\n      newChildren = [];\\n      for (i = 0; i < len-1; i++) {\\n        newChildren.push(this.children[i]);\\n        newChildren.push(aSep);\\n      }\\n      newChildren.push(this.children[i]);\\n      this.children = newChildren;\\n    }\\n    return this;\\n  };\\n\\n  /**\\n   * Call String.prototype.replace on the very right-most source snippet. Useful\\n   * for trimming whitespace from the end of a source node, etc.\\n   *\\n   * @param aPattern The pattern to replace.\\n   * @param aReplacement The thing to replace the pattern with.\\n   */\\n  SourceNode.prototype.replaceRight = function SourceNode_replaceRight(aPattern, aReplacement) {\\n    var lastChild = this.children[this.children.length - 1];\\n    if (lastChild[isSourceNode]) {\\n      lastChild.replaceRight(aPattern, aReplacement);\\n    }\\n    else if (typeof lastChild === 'string') {\\n      this.children[this.children.length - 1] = lastChild.replace(aPattern, aReplacement);\\n    }\\n    else {\\n      this.children.push(''.replace(aPattern, aReplacement));\\n    }\\n    return this;\\n  };\\n\\n  /**\\n   * Set the source content for a source file. This will be added to the SourceMapGenerator\\n   * in the sourcesContent field.\\n   *\\n   * @param aSourceFile The filename of the source file\\n   * @param aSourceContent The content of the source file\\n   */\\n  SourceNode.prototype.setSourceContent =\\n    function SourceNode_setSourceContent(aSourceFile, aSourceContent) {\\n      this.sourceContents[util.toSetString(aSourceFile)] = aSourceContent;\\n    };\\n\\n  /**\\n   * Walk over the tree of SourceNodes. The walking function is called for each\\n   * source file content and is passed the filename and source content.\\n   *\\n   * @param aFn The traversal function.\\n   */\\n  SourceNode.prototype.walkSourceContents =\\n    function SourceNode_walkSourceContents(aFn) {\\n      for (var i = 0, len = this.children.length; i < len; i++) {\\n        if (this.children[i][isSourceNode]) {\\n          this.children[i].walkSourceContents(aFn);\\n        }\\n      }\\n\\n      var sources = Object.keys(this.sourceContents);\\n      for (var i = 0, len = sources.length; i < len; i++) {\\n        aFn(util.fromSetString(sources[i]), this.sourceContents[sources[i]]);\\n      }\\n    };\\n\\n  /**\\n   * Return the string representation of this source node. Walks over the tree\\n   * and concatenates all the various snippets together to one string.\\n   */\\n  SourceNode.prototype.toString = function SourceNode_toString() {\\n    var str = \\\"\\\";\\n    this.walk(function (chunk) {\\n      str += chunk;\\n    });\\n    return str;\\n  };\\n\\n  /**\\n   * Returns the string representation of this source node along with a source\\n   * map.\\n   */\\n  SourceNode.prototype.toStringWithSourceMap = function SourceNode_toStringWithSourceMap(aArgs) {\\n    var generated = {\\n      code: \\\"\\\",\\n      line: 1,\\n      column: 0\\n    };\\n    var map = new SourceMapGenerator(aArgs);\\n    var sourceMappingActive = false;\\n    var lastOriginalSource = null;\\n    var lastOriginalLine = null;\\n    var lastOriginalColumn = null;\\n    var lastOriginalName = null;\\n    this.walk(function (chunk, original) {\\n      generated.code += chunk;\\n      if (original.source !== null\\n          && original.line !== null\\n          && original.column !== null) {\\n        if(lastOriginalSource !== original.source\\n           || lastOriginalLine !== original.line\\n           || lastOriginalColumn !== original.column\\n           || lastOriginalName !== original.name) {\\n          map.addMapping({\\n            source: original.source,\\n            original: {\\n              line: original.line,\\n              column: original.column\\n            },\\n            generated: {\\n              line: generated.line,\\n              column: generated.column\\n            },\\n            name: original.name\\n          });\\n        }\\n        lastOriginalSource = original.source;\\n        lastOriginalLine = original.line;\\n        lastOriginalColumn = original.column;\\n        lastOriginalName = original.name;\\n        sourceMappingActive = true;\\n      } else if (sourceMappingActive) {\\n        map.addMapping({\\n          generated: {\\n            line: generated.line,\\n            column: generated.column\\n          }\\n        });\\n        lastOriginalSource = null;\\n        sourceMappingActive = false;\\n      }\\n      for (var idx = 0, length = chunk.length; idx < length; idx++) {\\n        if (chunk.charCodeAt(idx) === NEWLINE_CODE) {\\n          generated.line++;\\n          generated.column = 0;\\n          // Mappings end at eol\\n          if (idx + 1 === length) {\\n            lastOriginalSource = null;\\n            sourceMappingActive = false;\\n          } else if (sourceMappingActive) {\\n            map.addMapping({\\n              source: original.source,\\n              original: {\\n                line: original.line,\\n                column: original.column\\n              },\\n              generated: {\\n                line: generated.line,\\n                column: generated.column\\n              },\\n              name: original.name\\n            });\\n          }\\n        } else {\\n          generated.column++;\\n        }\\n      }\\n    });\\n    this.walkSourceContents(function (sourceFile, sourceContent) {\\n      map.setSourceContent(sourceFile, sourceContent);\\n    });\\n\\n    return { code: generated.code, map: map };\\n  };\\n\\n  exports.SourceNode = SourceNode;\\n\\n});\\n\"\n    },\n    {\n      \"id\": 289,\n      \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/source-map-resolve/source-map-resolve.js\",\n      \"name\": \"./node_modules/source-map-resolve/source-map-resolve.js\",\n      \"index\": 271,\n      \"index2\": 265,\n      \"size\": 6368,\n      \"cacheable\": true,\n      \"built\": true,\n      \"optional\": false,\n      \"prefetched\": false,\n      \"chunks\": [\n        2\n      ],\n      \"issuer\": \"/Users/jarred/Code/styleurl/node_modules/css/lib/stringify/source-map-support.js\",\n      \"issuerId\": 285,\n      \"issuerName\": \"./node_modules/css/lib/stringify/source-map-support.js\",\n      \"issuerPath\": [\n        {\n          \"id\": 191,\n          \"identifier\": \"multi /Users/jarred/Code/styleurl/webpack/customPublicPath /Users/jarred/Code/styleurl/chrome/extension/background\",\n          \"name\": \"multi ./webpack/customPublicPath ./chrome/extension/background\",\n          \"profile\": {\n            \"factory\": 0,\n            \"building\": 0,\n            \"dependencies\": 54\n          }\n        },\n        {\n          \"id\": 192,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/background.js\",\n          \"name\": \"./chrome/extension/background.js\",\n          \"profile\": {\n            \"factory\": 54,\n            \"building\": 639,\n            \"dependencies\": 140\n          }\n        },\n        {\n          \"id\": 255,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/stylesheet-differ/lib/index.js\",\n          \"name\": \"./node_modules/stylesheet-differ/lib/index.js\",\n          \"profile\": {\n            \"factory\": 140,\n            \"building\": 568,\n            \"dependencies\": 1\n          }\n        },\n        {\n          \"id\": 256,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/native-css/index.js\",\n          \"name\": \"./node_modules/native-css/index.js\",\n          \"profile\": {\n            \"factory\": 189,\n            \"building\": 603,\n            \"dependencies\": 1\n          }\n        },\n        {\n          \"id\": 257,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/native-css/src/native-css.js\",\n          \"name\": \"./node_modules/native-css/src/native-css.js\",\n          \"profile\": {\n            \"factory\": 26,\n            \"building\": 63,\n            \"dependencies\": 14\n          }\n        },\n        {\n          \"id\": 280,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/css/index.js\",\n          \"name\": \"./node_modules/css/index.js\",\n          \"profile\": {\n            \"factory\": 117,\n            \"building\": 25,\n            \"dependencies\": 27\n          }\n        },\n        {\n          \"id\": 282,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/css/lib/stringify/index.js\",\n          \"name\": \"./node_modules/css/lib/stringify/index.js\",\n          \"profile\": {\n            \"factory\": 71,\n            \"building\": 48\n          }\n        },\n        {\n          \"id\": 285,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/css/lib/stringify/source-map-support.js\",\n          \"name\": \"./node_modules/css/lib/stringify/source-map-support.js\",\n          \"profile\": {\n            \"factory\": 29,\n            \"building\": 30,\n            \"dependencies\": 102\n          }\n        }\n      ],\n      \"profile\": {\n        \"factory\": 112,\n        \"building\": 33,\n        \"dependencies\": 0\n      },\n      \"failed\": false,\n      \"errors\": 0,\n      \"warnings\": 0,\n      \"assets\": [],\n      \"reasons\": [\n        {\n          \"moduleId\": 285,\n          \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/css/lib/stringify/source-map-support.js\",\n          \"module\": \"./node_modules/css/lib/stringify/source-map-support.js\",\n          \"moduleName\": \"./node_modules/css/lib/stringify/source-map-support.js\",\n          \"type\": \"cjs require\",\n          \"userRequest\": \"source-map-resolve\",\n          \"loc\": \"8:23-52\"\n        }\n      ],\n      \"usedExports\": true,\n      \"providedExports\": null,\n      \"optimizationBailout\": [\n        \"ModuleConcatenation bailout: Module is not an ECMAScript module\"\n      ],\n      \"depth\": 8,\n      \"source\": \"// Copyright 2014 Simon Lydell\\n// X11 (“MIT”) Licensed. (See LICENSE.)\\n\\n// Note: source-map-resolve.js is generated from source-map-resolve-node.js and\\n// source-map-resolve-template.js. Only edit the two latter files, _not_\\n// source-map-resolve.js!\\n\\nvoid (function(root, factory) {\\n  if (typeof define === \\\"function\\\" && define.amd) {\\n    define([\\\"source-map-url\\\", \\\"resolve-url\\\"], factory)\\n  } else if (typeof exports === \\\"object\\\") {\\n    var sourceMappingURL = require(\\\"source-map-url\\\")\\n    var resolveUrl = require(\\\"resolve-url\\\")\\n    module.exports = factory(sourceMappingURL, resolveUrl)\\n  } else {\\n    root.sourceMapResolve = factory(root.sourceMappingURL, root.resolveUrl)\\n  }\\n}(this, function(sourceMappingURL, resolveUrl) {\\n\\n  function callbackAsync(callback, error, result) {\\n    setImmediate(function() { callback(error, result) })\\n  }\\n\\n  function parseMapToJSON(string) {\\n    return JSON.parse(string.replace(/^\\\\)\\\\]\\\\}'/, \\\"\\\"))\\n  }\\n\\n\\n\\n  function resolveSourceMap(code, codeUrl, read, callback) {\\n    var mapData\\n    try {\\n      mapData = resolveSourceMapHelper(code, codeUrl)\\n    } catch (error) {\\n      return callbackAsync(callback, error)\\n    }\\n    if (!mapData || mapData.map) {\\n      return callbackAsync(callback, null, mapData)\\n    }\\n    read(mapData.url, function(error, result) {\\n      if (error) {\\n        return callback(error)\\n      }\\n      try {\\n        mapData.map = parseMapToJSON(String(result))\\n      } catch (error) {\\n        return callback(error)\\n      }\\n      callback(null, mapData)\\n    })\\n  }\\n\\n  function resolveSourceMapSync(code, codeUrl, read) {\\n    var mapData = resolveSourceMapHelper(code, codeUrl)\\n    if (!mapData || mapData.map) {\\n      return mapData\\n    }\\n    mapData.map = parseMapToJSON(String(read(mapData.url)))\\n    return mapData\\n  }\\n\\n  var dataUriRegex = /^data:([^,;]*)(;[^,;]*)*(?:,(.*))?$/\\n  var jsonMimeTypeRegex = /^(?:application|text)\\\\/json$/\\n\\n  function resolveSourceMapHelper(code, codeUrl) {\\n    var url = sourceMappingURL.getFrom(code)\\n    if (!url) {\\n      return null\\n    }\\n\\n    var dataUri = url.match(dataUriRegex)\\n    if (dataUri) {\\n      var mimeType = dataUri[1]\\n      var lastParameter = dataUri[2]\\n      var encoded = dataUri[3]\\n      if (!jsonMimeTypeRegex.test(mimeType)) {\\n        throw new Error(\\\"Unuseful data uri mime type: \\\" + (mimeType || \\\"text/plain\\\"))\\n      }\\n      return {\\n        sourceMappingURL: url,\\n        url: null,\\n        sourcesRelativeTo: codeUrl,\\n        map: parseMapToJSON(lastParameter === \\\";base64\\\" ? atob(encoded) : decodeURIComponent(encoded))\\n      }\\n    }\\n\\n    var mapUrl = resolveUrl(codeUrl, url)\\n    return {\\n      sourceMappingURL: url,\\n      url: mapUrl,\\n      sourcesRelativeTo: mapUrl,\\n      map: null\\n    }\\n  }\\n\\n\\n\\n  function resolveSources(map, mapUrl, read, options, callback) {\\n    if (typeof options === \\\"function\\\") {\\n      callback = options\\n      options = {}\\n    }\\n    var pending = map.sources.length\\n    var errored = false\\n    var result = {\\n      sourcesResolved: [],\\n      sourcesContent:  []\\n    }\\n\\n    var done = function(error) {\\n      if (errored) {\\n        return\\n      }\\n      if (error) {\\n        errored = true\\n        return callback(error)\\n      }\\n      pending--\\n      if (pending === 0) {\\n        callback(null, result)\\n      }\\n    }\\n\\n    resolveSourcesHelper(map, mapUrl, options, function(fullUrl, sourceContent, index) {\\n      result.sourcesResolved[index] = fullUrl\\n      if (typeof sourceContent === \\\"string\\\") {\\n        result.sourcesContent[index] = sourceContent\\n        callbackAsync(done, null)\\n      } else {\\n        read(fullUrl, function(error, source) {\\n          result.sourcesContent[index] = String(source)\\n          done(error)\\n        })\\n      }\\n    })\\n  }\\n\\n  function resolveSourcesSync(map, mapUrl, read, options) {\\n    var result = {\\n      sourcesResolved: [],\\n      sourcesContent:  []\\n    }\\n    resolveSourcesHelper(map, mapUrl, options, function(fullUrl, sourceContent, index) {\\n      result.sourcesResolved[index] = fullUrl\\n      if (read !== null) {\\n        if (typeof sourceContent === \\\"string\\\") {\\n          result.sourcesContent[index] = sourceContent\\n        } else {\\n          result.sourcesContent[index] = String(read(fullUrl))\\n        }\\n      }\\n    })\\n    return result\\n  }\\n\\n  var endingSlash = /\\\\/?$/\\n\\n  function resolveSourcesHelper(map, mapUrl, options, fn) {\\n    options = options || {}\\n    var fullUrl\\n    var sourceContent\\n    for (var index = 0, len = map.sources.length; index < len; index++) {\\n      if (map.sourceRoot && !options.ignoreSourceRoot) {\\n        // Make sure that the sourceRoot ends with a slash, so that `/scripts/subdir` becomes\\n        // `/scripts/subdir/<source>`, not `/scripts/<source>`. Pointing to a file as source root\\n        // does not make sense.\\n        fullUrl = resolveUrl(mapUrl, map.sourceRoot.replace(endingSlash, \\\"/\\\"), map.sources[index])\\n      } else {\\n        fullUrl = resolveUrl(mapUrl, map.sources[index])\\n      }\\n      sourceContent = (map.sourcesContent || [])[index]\\n      fn(fullUrl, sourceContent, index)\\n    }\\n  }\\n\\n\\n\\n  function resolve(code, codeUrl, read, options, callback) {\\n    if (typeof options === \\\"function\\\") {\\n      callback = options\\n      options = {}\\n    }\\n    resolveSourceMap(code, codeUrl, read, function(error, mapData) {\\n      if (error) {\\n        return callback(error)\\n      }\\n      if (!mapData) {\\n        return callback(null, null)\\n      }\\n      resolveSources(mapData.map, mapData.sourcesRelativeTo, read, options, function(error, result) {\\n        if (error) {\\n          return callback(error)\\n        }\\n        mapData.sourcesResolved = result.sourcesResolved\\n        mapData.sourcesContent  = result.sourcesContent\\n        callback(null, mapData)\\n      })\\n    })\\n  }\\n\\n  function resolveSync(code, codeUrl, read, options) {\\n    var mapData = resolveSourceMapSync(code, codeUrl, read)\\n    if (!mapData) {\\n      return null\\n    }\\n    var result = resolveSourcesSync(mapData.map, mapData.sourcesRelativeTo, read, options)\\n    mapData.sourcesResolved = result.sourcesResolved\\n    mapData.sourcesContent  = result.sourcesContent\\n    return mapData\\n  }\\n\\n\\n\\n  return {\\n    resolveSourceMap:     resolveSourceMap,\\n    resolveSourceMapSync: resolveSourceMapSync,\\n    resolveSources:       resolveSources,\\n    resolveSourcesSync:   resolveSourcesSync,\\n    resolve:              resolve,\\n    resolveSync:          resolveSync\\n  }\\n\\n}));\\n\"\n    },\n    {\n      \"id\": 290,\n      \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/source-map-resolve/node_modules/source-map-url/source-map-url.js\",\n      \"name\": \"./node_modules/source-map-resolve/node_modules/source-map-url/source-map-url.js\",\n      \"index\": 272,\n      \"index2\": 263,\n      \"size\": 1194,\n      \"cacheable\": true,\n      \"built\": true,\n      \"optional\": false,\n      \"prefetched\": false,\n      \"chunks\": [\n        2\n      ],\n      \"issuer\": \"/Users/jarred/Code/styleurl/node_modules/source-map-resolve/source-map-resolve.js\",\n      \"issuerId\": 289,\n      \"issuerName\": \"./node_modules/source-map-resolve/source-map-resolve.js\",\n      \"issuerPath\": [\n        {\n          \"id\": 191,\n          \"identifier\": \"multi /Users/jarred/Code/styleurl/webpack/customPublicPath /Users/jarred/Code/styleurl/chrome/extension/background\",\n          \"name\": \"multi ./webpack/customPublicPath ./chrome/extension/background\",\n          \"profile\": {\n            \"factory\": 0,\n            \"building\": 0,\n            \"dependencies\": 54\n          }\n        },\n        {\n          \"id\": 192,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/background.js\",\n          \"name\": \"./chrome/extension/background.js\",\n          \"profile\": {\n            \"factory\": 54,\n            \"building\": 639,\n            \"dependencies\": 140\n          }\n        },\n        {\n          \"id\": 255,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/stylesheet-differ/lib/index.js\",\n          \"name\": \"./node_modules/stylesheet-differ/lib/index.js\",\n          \"profile\": {\n            \"factory\": 140,\n            \"building\": 568,\n            \"dependencies\": 1\n          }\n        },\n        {\n          \"id\": 256,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/native-css/index.js\",\n          \"name\": \"./node_modules/native-css/index.js\",\n          \"profile\": {\n            \"factory\": 189,\n            \"building\": 603,\n            \"dependencies\": 1\n          }\n        },\n        {\n          \"id\": 257,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/native-css/src/native-css.js\",\n          \"name\": \"./node_modules/native-css/src/native-css.js\",\n          \"profile\": {\n            \"factory\": 26,\n            \"building\": 63,\n            \"dependencies\": 14\n          }\n        },\n        {\n          \"id\": 280,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/css/index.js\",\n          \"name\": \"./node_modules/css/index.js\",\n          \"profile\": {\n            \"factory\": 117,\n            \"building\": 25,\n            \"dependencies\": 27\n          }\n        },\n        {\n          \"id\": 282,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/css/lib/stringify/index.js\",\n          \"name\": \"./node_modules/css/lib/stringify/index.js\",\n          \"profile\": {\n            \"factory\": 71,\n            \"building\": 48\n          }\n        },\n        {\n          \"id\": 285,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/css/lib/stringify/source-map-support.js\",\n          \"name\": \"./node_modules/css/lib/stringify/source-map-support.js\",\n          \"profile\": {\n            \"factory\": 29,\n            \"building\": 30,\n            \"dependencies\": 102\n          }\n        },\n        {\n          \"id\": 289,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/source-map-resolve/source-map-resolve.js\",\n          \"name\": \"./node_modules/source-map-resolve/source-map-resolve.js\",\n          \"profile\": {\n            \"factory\": 112,\n            \"building\": 33,\n            \"dependencies\": 0\n          }\n        }\n      ],\n      \"profile\": {\n        \"factory\": 106,\n        \"building\": 22\n      },\n      \"failed\": false,\n      \"errors\": 0,\n      \"warnings\": 0,\n      \"assets\": [],\n      \"reasons\": [\n        {\n          \"moduleId\": 289,\n          \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/source-map-resolve/source-map-resolve.js\",\n          \"module\": \"./node_modules/source-map-resolve/source-map-resolve.js\",\n          \"moduleName\": \"./node_modules/source-map-resolve/source-map-resolve.js\",\n          \"type\": \"amd require\",\n          \"userRequest\": \"source-map-url\",\n          \"loc\": \"10:4-54\"\n        }\n      ],\n      \"usedExports\": true,\n      \"providedExports\": null,\n      \"optimizationBailout\": [\n        \"ModuleConcatenation bailout: Module is not an ECMAScript module\"\n      ],\n      \"depth\": 9,\n      \"source\": \"// Copyright 2014 Simon Lydell\\n// X11 (“MIT”) Licensed. (See LICENSE.)\\n\\nvoid (function(root, factory) {\\n  if (typeof define === \\\"function\\\" && define.amd) {\\n    define(factory)\\n  } else if (typeof exports === \\\"object\\\") {\\n    module.exports = factory()\\n  } else {\\n    root.sourceMappingURL = factory()\\n  }\\n}(this, function() {\\n\\n  var innerRegex = /[#@] sourceMappingURL=([^\\\\s'\\\"]*)/\\n\\n  var regex = RegExp(\\n    \\\"(?:\\\" +\\n      \\\"/\\\\\\\\*\\\" +\\n      \\\"(?:\\\\\\\\s*\\\\r?\\\\n(?://)?)?\\\" +\\n      \\\"(?:\\\" + innerRegex.source + \\\")\\\" +\\n      \\\"\\\\\\\\s*\\\" +\\n      \\\"\\\\\\\\*/\\\" +\\n      \\\"|\\\" +\\n      \\\"//(?:\\\" + innerRegex.source + \\\")\\\" +\\n    \\\")\\\" +\\n    \\\"\\\\\\\\s*$\\\"\\n  )\\n\\n  return {\\n\\n    regex: regex,\\n    _innerRegex: innerRegex,\\n\\n    getFrom: function(code) {\\n      var match = code.match(regex)\\n      return (match ? match[1] || match[2] || \\\"\\\" : null)\\n    },\\n\\n    existsIn: function(code) {\\n      return regex.test(code)\\n    },\\n\\n    removeFrom: function(code) {\\n      return code.replace(regex, \\\"\\\")\\n    },\\n\\n    insertBefore: function(code, string) {\\n      var match = code.match(regex)\\n      if (match) {\\n        return code.slice(0, match.index) + string + code.slice(match.index)\\n      } else {\\n        return code + string\\n      }\\n    }\\n  }\\n\\n}));\\n\"\n    },\n    {\n      \"id\": 291,\n      \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/resolve-url/resolve-url.js\",\n      \"name\": \"./node_modules/resolve-url/resolve-url.js\",\n      \"index\": 273,\n      \"index2\": 264,\n      \"size\": 1064,\n      \"cacheable\": true,\n      \"built\": true,\n      \"optional\": false,\n      \"prefetched\": false,\n      \"chunks\": [\n        2\n      ],\n      \"issuer\": \"/Users/jarred/Code/styleurl/node_modules/source-map-resolve/source-map-resolve.js\",\n      \"issuerId\": 289,\n      \"issuerName\": \"./node_modules/source-map-resolve/source-map-resolve.js\",\n      \"issuerPath\": [\n        {\n          \"id\": 191,\n          \"identifier\": \"multi /Users/jarred/Code/styleurl/webpack/customPublicPath /Users/jarred/Code/styleurl/chrome/extension/background\",\n          \"name\": \"multi ./webpack/customPublicPath ./chrome/extension/background\",\n          \"profile\": {\n            \"factory\": 0,\n            \"building\": 0,\n            \"dependencies\": 54\n          }\n        },\n        {\n          \"id\": 192,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/background.js\",\n          \"name\": \"./chrome/extension/background.js\",\n          \"profile\": {\n            \"factory\": 54,\n            \"building\": 639,\n            \"dependencies\": 140\n          }\n        },\n        {\n          \"id\": 255,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/stylesheet-differ/lib/index.js\",\n          \"name\": \"./node_modules/stylesheet-differ/lib/index.js\",\n          \"profile\": {\n            \"factory\": 140,\n            \"building\": 568,\n            \"dependencies\": 1\n          }\n        },\n        {\n          \"id\": 256,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/native-css/index.js\",\n          \"name\": \"./node_modules/native-css/index.js\",\n          \"profile\": {\n            \"factory\": 189,\n            \"building\": 603,\n            \"dependencies\": 1\n          }\n        },\n        {\n          \"id\": 257,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/native-css/src/native-css.js\",\n          \"name\": \"./node_modules/native-css/src/native-css.js\",\n          \"profile\": {\n            \"factory\": 26,\n            \"building\": 63,\n            \"dependencies\": 14\n          }\n        },\n        {\n          \"id\": 280,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/css/index.js\",\n          \"name\": \"./node_modules/css/index.js\",\n          \"profile\": {\n            \"factory\": 117,\n            \"building\": 25,\n            \"dependencies\": 27\n          }\n        },\n        {\n          \"id\": 282,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/css/lib/stringify/index.js\",\n          \"name\": \"./node_modules/css/lib/stringify/index.js\",\n          \"profile\": {\n            \"factory\": 71,\n            \"building\": 48\n          }\n        },\n        {\n          \"id\": 285,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/css/lib/stringify/source-map-support.js\",\n          \"name\": \"./node_modules/css/lib/stringify/source-map-support.js\",\n          \"profile\": {\n            \"factory\": 29,\n            \"building\": 30,\n            \"dependencies\": 102\n          }\n        },\n        {\n          \"id\": 289,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/source-map-resolve/source-map-resolve.js\",\n          \"name\": \"./node_modules/source-map-resolve/source-map-resolve.js\",\n          \"profile\": {\n            \"factory\": 112,\n            \"building\": 33,\n            \"dependencies\": 0\n          }\n        }\n      ],\n      \"profile\": {\n        \"factory\": 106,\n        \"building\": 22\n      },\n      \"failed\": false,\n      \"errors\": 0,\n      \"warnings\": 0,\n      \"assets\": [],\n      \"reasons\": [\n        {\n          \"moduleId\": 289,\n          \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/source-map-resolve/source-map-resolve.js\",\n          \"module\": \"./node_modules/source-map-resolve/source-map-resolve.js\",\n          \"moduleName\": \"./node_modules/source-map-resolve/source-map-resolve.js\",\n          \"type\": \"amd require\",\n          \"userRequest\": \"resolve-url\",\n          \"loc\": \"10:4-54\"\n        }\n      ],\n      \"usedExports\": true,\n      \"providedExports\": null,\n      \"optimizationBailout\": [\n        \"ModuleConcatenation bailout: Module is not an ECMAScript module\"\n      ],\n      \"depth\": 9,\n      \"source\": \"// Copyright 2014 Simon Lydell\\r\\n// X11 (“MIT”) Licensed. (See LICENSE.)\\r\\n\\r\\nvoid (function(root, factory) {\\r\\n  if (typeof define === \\\"function\\\" && define.amd) {\\r\\n    define(factory)\\r\\n  } else if (typeof exports === \\\"object\\\") {\\r\\n    module.exports = factory()\\r\\n  } else {\\r\\n    root.resolveUrl = factory()\\r\\n  }\\r\\n}(this, function() {\\r\\n\\r\\n  function resolveUrl(/* ...urls */) {\\r\\n    var numUrls = arguments.length\\r\\n\\r\\n    if (numUrls === 0) {\\r\\n      throw new Error(\\\"resolveUrl requires at least one argument; got none.\\\")\\r\\n    }\\r\\n\\r\\n    var base = document.createElement(\\\"base\\\")\\r\\n    base.href = arguments[0]\\r\\n\\r\\n    if (numUrls === 1) {\\r\\n      return base.href\\r\\n    }\\r\\n\\r\\n    var head = document.getElementsByTagName(\\\"head\\\")[0]\\r\\n    head.insertBefore(base, head.firstChild)\\r\\n\\r\\n    var a = document.createElement(\\\"a\\\")\\r\\n    var resolved\\r\\n\\r\\n    for (var index = 1; index < numUrls; index++) {\\r\\n      a.href = arguments[index]\\r\\n      resolved = a.href\\r\\n      base.href = resolved\\r\\n    }\\r\\n\\r\\n    head.removeChild(base)\\r\\n\\r\\n    return resolved\\r\\n  }\\r\\n\\r\\n  return resolveUrl\\r\\n\\r\\n}));\\r\\n\"\n    },\n    {\n      \"id\": 292,\n      \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/urix/index.js\",\n      \"name\": \"./node_modules/urix/index.js\",\n      \"index\": 274,\n      \"index2\": 266,\n      \"size\": 304,\n      \"cacheable\": true,\n      \"built\": true,\n      \"optional\": false,\n      \"prefetched\": false,\n      \"chunks\": [\n        2\n      ],\n      \"issuer\": \"/Users/jarred/Code/styleurl/node_modules/css/lib/stringify/source-map-support.js\",\n      \"issuerId\": 285,\n      \"issuerName\": \"./node_modules/css/lib/stringify/source-map-support.js\",\n      \"issuerPath\": [\n        {\n          \"id\": 191,\n          \"identifier\": \"multi /Users/jarred/Code/styleurl/webpack/customPublicPath /Users/jarred/Code/styleurl/chrome/extension/background\",\n          \"name\": \"multi ./webpack/customPublicPath ./chrome/extension/background\",\n          \"profile\": {\n            \"factory\": 0,\n            \"building\": 0,\n            \"dependencies\": 54\n          }\n        },\n        {\n          \"id\": 192,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/background.js\",\n          \"name\": \"./chrome/extension/background.js\",\n          \"profile\": {\n            \"factory\": 54,\n            \"building\": 639,\n            \"dependencies\": 140\n          }\n        },\n        {\n          \"id\": 255,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/stylesheet-differ/lib/index.js\",\n          \"name\": \"./node_modules/stylesheet-differ/lib/index.js\",\n          \"profile\": {\n            \"factory\": 140,\n            \"building\": 568,\n            \"dependencies\": 1\n          }\n        },\n        {\n          \"id\": 256,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/native-css/index.js\",\n          \"name\": \"./node_modules/native-css/index.js\",\n          \"profile\": {\n            \"factory\": 189,\n            \"building\": 603,\n            \"dependencies\": 1\n          }\n        },\n        {\n          \"id\": 257,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/native-css/src/native-css.js\",\n          \"name\": \"./node_modules/native-css/src/native-css.js\",\n          \"profile\": {\n            \"factory\": 26,\n            \"building\": 63,\n            \"dependencies\": 14\n          }\n        },\n        {\n          \"id\": 280,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/css/index.js\",\n          \"name\": \"./node_modules/css/index.js\",\n          \"profile\": {\n            \"factory\": 117,\n            \"building\": 25,\n            \"dependencies\": 27\n          }\n        },\n        {\n          \"id\": 282,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/css/lib/stringify/index.js\",\n          \"name\": \"./node_modules/css/lib/stringify/index.js\",\n          \"profile\": {\n            \"factory\": 71,\n            \"building\": 48\n          }\n        },\n        {\n          \"id\": 285,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/css/lib/stringify/source-map-support.js\",\n          \"name\": \"./node_modules/css/lib/stringify/source-map-support.js\",\n          \"profile\": {\n            \"factory\": 29,\n            \"building\": 30,\n            \"dependencies\": 102\n          }\n        }\n      ],\n      \"profile\": {\n        \"factory\": 112,\n        \"building\": 33,\n        \"dependencies\": 0\n      },\n      \"failed\": false,\n      \"errors\": 0,\n      \"warnings\": 0,\n      \"assets\": [],\n      \"reasons\": [\n        {\n          \"moduleId\": 285,\n          \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/css/lib/stringify/source-map-support.js\",\n          \"module\": \"./node_modules/css/lib/stringify/source-map-support.js\",\n          \"moduleName\": \"./node_modules/css/lib/stringify/source-map-support.js\",\n          \"type\": \"cjs require\",\n          \"userRequest\": \"urix\",\n          \"loc\": \"9:11-26\"\n        }\n      ],\n      \"usedExports\": true,\n      \"providedExports\": null,\n      \"optimizationBailout\": [\n        \"ModuleConcatenation bailout: Module is not an ECMAScript module\"\n      ],\n      \"depth\": 8,\n      \"source\": \"// Copyright 2014 Simon Lydell\\r\\n// X11 (“MIT”) Licensed. (See LICENSE.)\\r\\n\\r\\nvar path = require(\\\"path\\\")\\r\\n\\r\\n\\\"use strict\\\"\\r\\n\\r\\nfunction urix(aPath) {\\r\\n  if (path.sep === \\\"\\\\\\\\\\\") {\\r\\n    return aPath\\r\\n      .replace(/\\\\\\\\/g, \\\"/\\\")\\r\\n      .replace(/^[a-z]:\\\\/?/i, \\\"/\\\")\\r\\n  }\\r\\n  return aPath\\r\\n}\\r\\n\\r\\nmodule.exports = urix\\r\\n\"\n    },\n    {\n      \"id\": 293,\n      \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/fetch/lib/fetch.js\",\n      \"name\": \"./node_modules/fetch/lib/fetch.js\",\n      \"index\": 275,\n      \"index2\": 327,\n      \"size\": 14956,\n      \"cacheable\": true,\n      \"built\": true,\n      \"optional\": false,\n      \"prefetched\": false,\n      \"chunks\": [\n        2\n      ],\n      \"issuer\": \"/Users/jarred/Code/styleurl/node_modules/native-css/src/native-css.js\",\n      \"issuerId\": 257,\n      \"issuerName\": \"./node_modules/native-css/src/native-css.js\",\n      \"issuerPath\": [\n        {\n          \"id\": 191,\n          \"identifier\": \"multi /Users/jarred/Code/styleurl/webpack/customPublicPath /Users/jarred/Code/styleurl/chrome/extension/background\",\n          \"name\": \"multi ./webpack/customPublicPath ./chrome/extension/background\",\n          \"profile\": {\n            \"factory\": 0,\n            \"building\": 0,\n            \"dependencies\": 54\n          }\n        },\n        {\n          \"id\": 192,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/background.js\",\n          \"name\": \"./chrome/extension/background.js\",\n          \"profile\": {\n            \"factory\": 54,\n            \"building\": 639,\n            \"dependencies\": 140\n          }\n        },\n        {\n          \"id\": 255,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/stylesheet-differ/lib/index.js\",\n          \"name\": \"./node_modules/stylesheet-differ/lib/index.js\",\n          \"profile\": {\n            \"factory\": 140,\n            \"building\": 568,\n            \"dependencies\": 1\n          }\n        },\n        {\n          \"id\": 256,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/native-css/index.js\",\n          \"name\": \"./node_modules/native-css/index.js\",\n          \"profile\": {\n            \"factory\": 189,\n            \"building\": 603,\n            \"dependencies\": 1\n          }\n        },\n        {\n          \"id\": 257,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/native-css/src/native-css.js\",\n          \"name\": \"./node_modules/native-css/src/native-css.js\",\n          \"profile\": {\n            \"factory\": 26,\n            \"building\": 63,\n            \"dependencies\": 14\n          }\n        }\n      ],\n      \"profile\": {\n        \"factory\": 117,\n        \"building\": 25,\n        \"dependencies\": 27\n      },\n      \"failed\": false,\n      \"errors\": 0,\n      \"warnings\": 0,\n      \"assets\": [],\n      \"reasons\": [\n        {\n          \"moduleId\": 257,\n          \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/native-css/src/native-css.js\",\n          \"module\": \"./node_modules/native-css/src/native-css.js\",\n          \"moduleName\": \"./node_modules/native-css/src/native-css.js\",\n          \"type\": \"cjs require\",\n          \"userRequest\": \"fetch\",\n          \"loc\": \"6:13-29\"\n        }\n      ],\n      \"usedExports\": true,\n      \"providedExports\": null,\n      \"optimizationBailout\": [\n        \"ModuleConcatenation bailout: Module is not an ECMAScript module\"\n      ],\n      \"depth\": 5,\n      \"source\": \"'use strict';\\n\\nvar http = require('http');\\nvar https = require('https');\\nvar urllib = require('url');\\nvar utillib = require('util');\\nvar zlib = require('zlib');\\nvar dns = require('dns');\\nvar Stream = require('stream').Readable;\\nvar CookieJar = require('./cookiejar').CookieJar;\\nvar encodinglib = require('encoding');\\nvar net = require('net');\\n\\nvar USE_ALLOC = typeof Buffer.alloc === 'function';\\n\\nexports.FetchStream = FetchStream;\\nexports.CookieJar = CookieJar;\\nexports.fetchUrl = fetchUrl;\\n\\nfunction FetchStream(url, options) {\\n    Stream.call(this);\\n\\n    options = options || {};\\n\\n    this.url = url;\\n    if (!this.url) {\\n        return this.emit('error', new Error('url not defined'));\\n    }\\n\\n    this.userAgent = options.userAgent || 'FetchStream';\\n\\n    this._redirect_count = 0;\\n\\n    this.options = options || {};\\n    this.normalizeOptions();\\n\\n    // prevent errors before 'error' handler is set by defferring actions\\n    if (typeof setImmediate !== 'undefined') {\\n        setImmediate(this.runStream.bind(this, url));\\n    } else {\\n        process.nextTick(this.runStream.bind(this, url));\\n    }\\n    this.responseBuffer = USE_ALLOC ? Buffer.alloc(0, '', 'binary') : new Buffer(0, 'binary');\\n    this.ended = false;\\n    this.readyToRead = 0;\\n}\\nutillib.inherits(FetchStream, Stream);\\n\\nFetchStream.prototype._read = function (size) {\\n    if (this.ended && this.responseBuffer.length === 0) {\\n        this.push(null);\\n        return;\\n    }\\n    this.readyToRead += size;\\n    this.drainBuffer();\\n};\\n\\nFetchStream.prototype.drainBuffer = function () {\\n    if (this.readyToRead === 0) {\\n        return;\\n    }\\n    if (this.responseBuffer.length === 0) {\\n        return;\\n    }\\n    var push;\\n    var rest;\\n    var restSize;\\n\\n    if (this.responseBuffer.length > this.readyToRead) {\\n        push = USE_ALLOC ? Buffer.alloc(this.readyToRead, '', 'binary') : new Buffer(this.readyToRead, 'binary');\\n        this.responseBuffer.copy(push, 0, 0, this.readyToRead);\\n        restSize = this.responseBuffer.length - this.readyToRead;\\n        rest = USE_ALLOC ? Buffer.alloc(restSize, '', 'binary') : new Buffer(restSize, 'binary');\\n        this.responseBuffer.copy(rest, 0, this.readyToRead);\\n    } else {\\n        push = this.responseBuffer;\\n        rest = USE_ALLOC ? Buffer.alloc(0, '', 'binary') : new Buffer(0, 'binary');\\n    }\\n    this.responseBuffer = rest;\\n    this.readyToRead = 0;\\n    if (this.options.encoding) {\\n        this.push(push, this.options.encoding);\\n    } else {\\n        this.push(push);\\n    }\\n};\\n\\nFetchStream.prototype.destroy = function (ex) {\\n    this.emit('destroy', ex);\\n};\\n\\nFetchStream.prototype.normalizeOptions = function () {\\n\\n    // cookiejar\\n    this.cookieJar = this.options.cookieJar || new CookieJar();\\n\\n    // default redirects - 10\\n    // if disableRedirect is set, then 0\\n    if (!this.options.disableRedirect && typeof this.options.maxRedirects !== 'number' &&\\n        !(this.options.maxRedirects instanceof Number)) {\\n        this.options.maxRedirects = 10;\\n    } else if (this.options.disableRedirects) {\\n        this.options.maxRedirects = 0;\\n    }\\n\\n    // normalize header keys\\n    // HTTP and HTTPS takes in key names in case insensitive but to find\\n    // an exact value from an object key name needs to be case sensitive\\n    // so we're just lowercasing all input keys\\n    this.options.headers = this.options.headers || {};\\n\\n    var keys = Object.keys(this.options.headers);\\n    var newheaders = {};\\n    var i;\\n\\n    for (i = keys.length - 1; i >= 0; i--) {\\n        newheaders[keys[i].toLowerCase().trim()] = this.options.headers[keys[i]];\\n    }\\n\\n    this.options.headers = newheaders;\\n\\n    if (!this.options.headers['user-agent']) {\\n        this.options.headers['user-agent'] = this.userAgent;\\n    }\\n\\n    if (!this.options.headers.pragma) {\\n        this.options.headers.pragma = 'no-cache';\\n    }\\n\\n    if (!this.options.headers['cache-control']) {\\n        this.options.headers['cache-control'] = 'no-cache';\\n    }\\n\\n    if (!this.options.disableGzip) {\\n        this.options.headers['accept-encoding'] = 'gzip, deflate';\\n    } else {\\n        delete this.options.headers['accept-encoding'];\\n    }\\n\\n    // max length for the response,\\n    // if not set, default is Infinity\\n    if (!this.options.maxResponseLength) {\\n        this.options.maxResponseLength = Infinity;\\n    }\\n\\n    // method:\\n    // defaults to GET, or when payload present to POST\\n    if (!this.options.method) {\\n        this.options.method = this.options.payload || this.options.payloadSize ? 'POST' : 'GET';\\n    }\\n\\n    // set cookies\\n    // takes full cookie definition strings as params\\n    if (this.options.cookies) {\\n        for (i = 0; i < this.options.cookies.length; i++) {\\n            this.cookieJar.setCookie(this.options.cookies[i], this.url);\\n        }\\n    }\\n\\n    // rejectUnauthorized\\n    if (typeof this.options.rejectUnauthorized === 'undefined') {\\n        this.options.rejectUnauthorized = true;\\n    }\\n};\\n\\nFetchStream.prototype.parseUrl = function (url) {\\n    var urlparts = urllib.parse(url, false, true),\\n        transport,\\n        urloptions = {\\n            host: urlparts.hostname || urlparts.host,\\n            port: urlparts.port,\\n            path: urlparts.pathname + (urlparts.search || '') || '/',\\n            method: this.options.method,\\n            rejectUnauthorized: this.options.rejectUnauthorized\\n        };\\n\\n    switch (urlparts.protocol) {\\n        case 'https:':\\n            transport = https;\\n            break;\\n        case 'http:':\\n        default:\\n            transport = http;\\n            break;\\n    }\\n\\n    if (transport === https) {\\n        if('agentHttps' in this.options){\\n            urloptions.agent = this.options.agentHttps;\\n        }\\n        if('agent' in this.options){\\n            urloptions.agent = this.options.agent;\\n        }\\n    } else {\\n        if('agentHttp' in this.options){\\n            urloptions.agent = this.options.agentHttp;\\n        }\\n        if('agent' in this.options){\\n            urloptions.agent = this.options.agent;\\n        }\\n    }\\n\\n    if (!urloptions.port) {\\n        switch (urlparts.protocol) {\\n            case 'https:':\\n                urloptions.port = 443;\\n                break;\\n            case 'http:':\\n            default:\\n                urloptions.port = 80;\\n                break;\\n        }\\n    }\\n\\n    urloptions.headers = this.options.headers || {};\\n\\n    if (urlparts.auth) {\\n        var buf = USE_ALLOC ? Buffer.alloc(Buffer.byteLength(urlparts.auth), urlparts.auth) : new Buffer(urlparts.auth);\\n        urloptions.headers.Authorization = 'Basic ' + buf.toString('base64');\\n    }\\n\\n    return {\\n        urloptions: urloptions,\\n        transport: transport\\n    };\\n};\\n\\nFetchStream.prototype.setEncoding = function (encoding) {\\n    this.options.encoding = encoding;\\n};\\n\\nFetchStream.prototype.runStream = function (url) {\\n    var url_data = this.parseUrl(url),\\n        cookies = this.cookieJar.getCookies(url);\\n\\n    if (cookies) {\\n        url_data.urloptions.headers.cookie = cookies;\\n    } else {\\n        delete url_data.urloptions.headers.cookie;\\n    }\\n\\n    if (this.options.payload) {\\n        url_data.urloptions.headers['content-length'] = Buffer.byteLength(this.options.payload || '', 'utf-8');\\n    }\\n\\n    if (this.options.payloadSize) {\\n        url_data.urloptions.headers['content-length'] = this.options.payloadSize;\\n    }\\n\\n    if (this.options.asyncDnsLoookup) {\\n        var dnsCallback = (function (err, addresses) {\\n            if (err) {\\n                this.emit('error', err);\\n                return;\\n            }\\n\\n            url_data.urloptions.headers.host = url_data.urloptions.hostname || url_data.urloptions.host;\\n            url_data.urloptions.hostname = addresses[0];\\n            url_data.urloptions.host = url_data.urloptions.headers.host + (url_data.urloptions.port ? ':' + url_data.urloptions.port : '');\\n\\n            this._runStream(url_data, url);\\n        }).bind(this);\\n\\n        if (net.isIP(url_data.urloptions.host)) {\\n            dnsCallback(null, [url_data.urloptions.host]);\\n        } else {\\n            dns.resolve4(url_data.urloptions.host, dnsCallback);\\n        }\\n    } else {\\n        this._runStream(url_data, url);\\n    }\\n};\\n\\nFetchStream.prototype._runStream = function (url_data, url) {\\n\\n    var req = url_data.transport.request(url_data.urloptions, (function (res) {\\n\\n        // catch new cookies before potential redirect\\n        if (Array.isArray(res.headers['set-cookie'])) {\\n            for (var i = 0; i < res.headers['set-cookie'].length; i++) {\\n                this.cookieJar.setCookie(res.headers['set-cookie'][i], url);\\n            }\\n        }\\n\\n        if ([301, 302, 303, 307, 308].indexOf(res.statusCode) >= 0) {\\n            if (!this.options.disableRedirects && this.options.maxRedirects > this._redirect_count && res.headers.location) {\\n                this._redirect_count++;\\n                req.destroy();\\n                this.runStream(urllib.resolve(url, res.headers.location));\\n                return;\\n            }\\n        }\\n\\n        this.meta = {\\n            status: res.statusCode,\\n            responseHeaders: res.headers,\\n            finalUrl: url,\\n            redirectCount: this._redirect_count,\\n            cookieJar: this.cookieJar\\n        };\\n\\n        var curlen = 0,\\n            maxlen,\\n\\n            receive = (function (chunk) {\\n                if (curlen + chunk.length > this.options.maxResponseLength) {\\n                    maxlen = this.options.maxResponseLength - curlen;\\n                } else {\\n                    maxlen = chunk.length;\\n                }\\n\\n                if (maxlen <= 0) {\\n                    return;\\n                }\\n\\n                curlen += Math.min(maxlen, chunk.length);\\n                if (maxlen >= chunk.length) {\\n                    if (this.responseBuffer.length === 0) {\\n                        this.responseBuffer = chunk;\\n                    } else {\\n                        this.responseBuffer = Buffer.concat([this.responseBuffer, chunk]);\\n                    }\\n                } else {\\n                    this.responseBuffer = Buffer.concat([this.responseBuffer, chunk], this.responseBuffer.length + maxlen);\\n                }\\n                this.drainBuffer();\\n            }).bind(this),\\n\\n            error = (function (e) {\\n                this.ended = true;\\n                this.emit('error', e);\\n                this.drainBuffer();\\n            }).bind(this),\\n\\n            end = (function () {\\n                this.ended = true;\\n                if (this.responseBuffer.length === 0) {\\n                    this.push(null);\\n                }\\n            }).bind(this),\\n\\n            unpack = (function (type, res) {\\n                var z = zlib['create' + type]();\\n                z.on('data', receive);\\n                z.on('error', error);\\n                z.on('end', end);\\n                res.pipe(z);\\n            }).bind(this);\\n\\n        this.emit('meta', this.meta);\\n\\n        if (res.headers['content-encoding']) {\\n            switch (res.headers['content-encoding'].toLowerCase().trim()) {\\n                case 'gzip':\\n                    return unpack('Gunzip', res);\\n                case 'deflate':\\n                    return unpack('InflateRaw', res);\\n            }\\n        }\\n\\n        res.on('data', receive);\\n        res.on('end', end);\\n\\n    }).bind(this));\\n\\n    req.on('error', (function (e) {\\n        this.emit('error', e);\\n    }).bind(this));\\n\\n    if (this.options.timeout) {\\n        req.setTimeout(this.options.timeout, req.abort.bind(req));\\n    }\\n    this.on('destroy', req.abort.bind(req));\\n\\n    if (this.options.payload) {\\n        req.end(this.options.payload);\\n    } else if (this.options.payloadStream) {\\n        this.options.payloadStream.pipe(req);\\n        this.options.payloadStream.resume();\\n    } else {\\n        req.end();\\n    }\\n};\\n\\nfunction fetchUrl(url, options, callback) {\\n    if (!callback && typeof options === 'function') {\\n        callback = options;\\n        options = undefined;\\n    }\\n    options = options || {};\\n\\n    var fetchstream = new FetchStream(url, options),\\n        response_data, chunks = [],\\n        length = 0,\\n        curpos = 0,\\n        buffer,\\n        content_type,\\n        callbackFired = false;\\n\\n    fetchstream.on('meta', function (meta) {\\n        response_data = meta;\\n        content_type = _parseContentType(meta.responseHeaders['content-type']);\\n    });\\n\\n    fetchstream.on('data', function (chunk) {\\n        if (chunk) {\\n            chunks.push(chunk);\\n            length += chunk.length;\\n        }\\n    });\\n\\n    fetchstream.on('error', function (error) {\\n        if (error && error.code === 'HPE_INVALID_CONSTANT') {\\n            // skip invalid formatting errors\\n            return;\\n        }\\n        if (callbackFired) {\\n            return;\\n        }\\n        callbackFired = true;\\n        callback(error);\\n    });\\n\\n    fetchstream.on('end', function () {\\n        if (callbackFired) {\\n            return;\\n        }\\n        callbackFired = true;\\n\\n        buffer = USE_ALLOC ? Buffer.alloc(length) : new Buffer(length);\\n        for (var i = 0, len = chunks.length; i < len; i++) {\\n            chunks[i].copy(buffer, curpos);\\n            curpos += chunks[i].length;\\n        }\\n\\n        if (content_type.mimeType === 'text/html') {\\n            content_type.charset = _findHTMLCharset(buffer) || content_type.charset;\\n        }\\n\\n        content_type.charset = (options.overrideCharset || content_type.charset || 'utf-8').trim().toLowerCase();\\n\\n\\n        if (!options.disableDecoding && !content_type.charset.match(/^utf-?8$/i)) {\\n            buffer = encodinglib.convert(buffer, 'UTF-8', content_type.charset);\\n        }\\n\\n        if (options.outputEncoding) {\\n            return callback(null, response_data, buffer.toString(options.outputEncoding));\\n        } else {\\n            return callback(null, response_data, buffer);\\n        }\\n\\n    });\\n}\\n\\nfunction _parseContentType(str) {\\n    if (!str) {\\n        return {};\\n    }\\n    var parts = str.split(';'),\\n        mimeType = parts.shift(),\\n        charset, chparts;\\n\\n    for (var i = 0, len = parts.length; i < len; i++) {\\n        chparts = parts[i].split('=');\\n        if (chparts.length > 1) {\\n            if (chparts[0].trim().toLowerCase() === 'charset') {\\n                charset = chparts[1];\\n            }\\n        }\\n    }\\n\\n    return {\\n        mimeType: (mimeType || '').trim().toLowerCase(),\\n        charset: (charset || 'UTF-8').trim().toLowerCase() // defaults to UTF-8\\n    };\\n}\\n\\nfunction _findHTMLCharset(htmlbuffer) {\\n\\n    var body = htmlbuffer.toString('ascii'),\\n        input, meta, charset;\\n\\n    if ((meta = body.match(/<meta\\\\s+http-equiv=[\\\"']content-type[\\\"'][^>]*?>/i))) {\\n        input = meta[0];\\n    }\\n\\n    if (input) {\\n        charset = input.match(/charset\\\\s?=\\\\s?([a-zA-Z\\\\-0-9]*);?/);\\n        if (charset) {\\n            charset = (charset[1] || '').trim().toLowerCase();\\n        }\\n    }\\n\\n    if (!charset && (meta = body.match(/<meta\\\\s+charset=[\\\"'](.*?)[\\\"']/i))) {\\n        charset = (meta[1] || '').trim().toLowerCase();\\n    }\\n\\n    return charset;\\n}\\n\"\n    },\n    {\n      \"id\": 294,\n      \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/stream-http/lib/request.js\",\n      \"name\": \"./node_modules/stream-http/lib/request.js\",\n      \"index\": 277,\n      \"index2\": 283,\n      \"size\": 8198,\n      \"cacheable\": true,\n      \"built\": true,\n      \"optional\": false,\n      \"prefetched\": false,\n      \"chunks\": [\n        2\n      ],\n      \"issuer\": \"/Users/jarred/Code/styleurl/node_modules/stream-http/index.js\",\n      \"issuerId\": 157,\n      \"issuerName\": \"./node_modules/stream-http/index.js\",\n      \"issuerPath\": [\n        {\n          \"id\": 191,\n          \"identifier\": \"multi /Users/jarred/Code/styleurl/webpack/customPublicPath /Users/jarred/Code/styleurl/chrome/extension/background\",\n          \"name\": \"multi ./webpack/customPublicPath ./chrome/extension/background\",\n          \"profile\": {\n            \"factory\": 0,\n            \"building\": 0,\n            \"dependencies\": 54\n          }\n        },\n        {\n          \"id\": 192,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/background.js\",\n          \"name\": \"./chrome/extension/background.js\",\n          \"profile\": {\n            \"factory\": 54,\n            \"building\": 639,\n            \"dependencies\": 140\n          }\n        },\n        {\n          \"id\": 255,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/stylesheet-differ/lib/index.js\",\n          \"name\": \"./node_modules/stylesheet-differ/lib/index.js\",\n          \"profile\": {\n            \"factory\": 140,\n            \"building\": 568,\n            \"dependencies\": 1\n          }\n        },\n        {\n          \"id\": 256,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/native-css/index.js\",\n          \"name\": \"./node_modules/native-css/index.js\",\n          \"profile\": {\n            \"factory\": 189,\n            \"building\": 603,\n            \"dependencies\": 1\n          }\n        },\n        {\n          \"id\": 257,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/native-css/src/native-css.js\",\n          \"name\": \"./node_modules/native-css/src/native-css.js\",\n          \"profile\": {\n            \"factory\": 26,\n            \"building\": 63,\n            \"dependencies\": 14\n          }\n        },\n        {\n          \"id\": 293,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/fetch/lib/fetch.js\",\n          \"name\": \"./node_modules/fetch/lib/fetch.js\",\n          \"profile\": {\n            \"factory\": 117,\n            \"building\": 25,\n            \"dependencies\": 27\n          }\n        },\n        {\n          \"id\": 157,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/stream-http/index.js\",\n          \"name\": \"./node_modules/stream-http/index.js\",\n          \"profile\": {\n            \"factory\": 66,\n            \"building\": 38,\n            \"dependencies\": 20\n          }\n        }\n      ],\n      \"profile\": {\n        \"factory\": 114,\n        \"building\": 71,\n        \"dependencies\": 122\n      },\n      \"failed\": false,\n      \"errors\": 0,\n      \"warnings\": 0,\n      \"assets\": [],\n      \"reasons\": [\n        {\n          \"moduleId\": 157,\n          \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/stream-http/index.js\",\n          \"module\": \"./node_modules/stream-http/index.js\",\n          \"moduleName\": \"./node_modules/stream-http/index.js\",\n          \"type\": \"cjs require\",\n          \"userRequest\": \"./lib/request\",\n          \"loc\": \"1:20-44\"\n        }\n      ],\n      \"usedExports\": true,\n      \"providedExports\": null,\n      \"optimizationBailout\": [\n        \"ModuleConcatenation bailout: Module is not an ECMAScript module\"\n      ],\n      \"depth\": 7,\n      \"source\": \"var capability = require('./capability')\\nvar inherits = require('inherits')\\nvar response = require('./response')\\nvar stream = require('readable-stream')\\nvar toArrayBuffer = require('to-arraybuffer')\\n\\nvar IncomingMessage = response.IncomingMessage\\nvar rStates = response.readyStates\\n\\nfunction decideMode (preferBinary, useFetch) {\\n\\tif (capability.fetch && useFetch) {\\n\\t\\treturn 'fetch'\\n\\t} else if (capability.mozchunkedarraybuffer) {\\n\\t\\treturn 'moz-chunked-arraybuffer'\\n\\t} else if (capability.msstream) {\\n\\t\\treturn 'ms-stream'\\n\\t} else if (capability.arraybuffer && preferBinary) {\\n\\t\\treturn 'arraybuffer'\\n\\t} else if (capability.vbArray && preferBinary) {\\n\\t\\treturn 'text:vbarray'\\n\\t} else {\\n\\t\\treturn 'text'\\n\\t}\\n}\\n\\nvar ClientRequest = module.exports = function (opts) {\\n\\tvar self = this\\n\\tstream.Writable.call(self)\\n\\n\\tself._opts = opts\\n\\tself._body = []\\n\\tself._headers = {}\\n\\tif (opts.auth)\\n\\t\\tself.setHeader('Authorization', 'Basic ' + new Buffer(opts.auth).toString('base64'))\\n\\tObject.keys(opts.headers).forEach(function (name) {\\n\\t\\tself.setHeader(name, opts.headers[name])\\n\\t})\\n\\n\\tvar preferBinary\\n\\tvar useFetch = true\\n\\tif (opts.mode === 'disable-fetch' || ('requestTimeout' in opts && !capability.abortController)) {\\n\\t\\t// If the use of XHR should be preferred. Not typically needed.\\n\\t\\tuseFetch = false\\n\\t\\tpreferBinary = true\\n\\t} else if (opts.mode === 'prefer-streaming') {\\n\\t\\t// If streaming is a high priority but binary compatibility and\\n\\t\\t// the accuracy of the 'content-type' header aren't\\n\\t\\tpreferBinary = false\\n\\t} else if (opts.mode === 'allow-wrong-content-type') {\\n\\t\\t// If streaming is more important than preserving the 'content-type' header\\n\\t\\tpreferBinary = !capability.overrideMimeType\\n\\t} else if (!opts.mode || opts.mode === 'default' || opts.mode === 'prefer-fast') {\\n\\t\\t// Use binary if text streaming may corrupt data or the content-type header, or for speed\\n\\t\\tpreferBinary = true\\n\\t} else {\\n\\t\\tthrow new Error('Invalid value for opts.mode')\\n\\t}\\n\\tself._mode = decideMode(preferBinary, useFetch)\\n\\n\\tself.on('finish', function () {\\n\\t\\tself._onFinish()\\n\\t})\\n}\\n\\ninherits(ClientRequest, stream.Writable)\\n\\nClientRequest.prototype.setHeader = function (name, value) {\\n\\tvar self = this\\n\\tvar lowerName = name.toLowerCase()\\n\\t// This check is not necessary, but it prevents warnings from browsers about setting unsafe\\n\\t// headers. To be honest I'm not entirely sure hiding these warnings is a good thing, but\\n\\t// http-browserify did it, so I will too.\\n\\tif (unsafeHeaders.indexOf(lowerName) !== -1)\\n\\t\\treturn\\n\\n\\tself._headers[lowerName] = {\\n\\t\\tname: name,\\n\\t\\tvalue: value\\n\\t}\\n}\\n\\nClientRequest.prototype.getHeader = function (name) {\\n\\tvar header = this._headers[name.toLowerCase()]\\n\\tif (header)\\n\\t\\treturn header.value\\n\\treturn null\\n}\\n\\nClientRequest.prototype.removeHeader = function (name) {\\n\\tvar self = this\\n\\tdelete self._headers[name.toLowerCase()]\\n}\\n\\nClientRequest.prototype._onFinish = function () {\\n\\tvar self = this\\n\\n\\tif (self._destroyed)\\n\\t\\treturn\\n\\tvar opts = self._opts\\n\\n\\tvar headersObj = self._headers\\n\\tvar body = null\\n\\tif (opts.method !== 'GET' && opts.method !== 'HEAD') {\\n\\t\\tif (capability.arraybuffer) {\\n\\t\\t\\tbody = toArrayBuffer(Buffer.concat(self._body))\\n\\t\\t} else if (capability.blobConstructor) {\\n\\t\\t\\tbody = new global.Blob(self._body.map(function (buffer) {\\n\\t\\t\\t\\treturn toArrayBuffer(buffer)\\n\\t\\t\\t}), {\\n\\t\\t\\t\\ttype: (headersObj['content-type'] || {}).value || ''\\n\\t\\t\\t})\\n\\t\\t} else {\\n\\t\\t\\t// get utf8 string\\n\\t\\t\\tbody = Buffer.concat(self._body).toString()\\n\\t\\t}\\n\\t}\\n\\n\\t// create flattened list of headers\\n\\tvar headersList = []\\n\\tObject.keys(headersObj).forEach(function (keyName) {\\n\\t\\tvar name = headersObj[keyName].name\\n\\t\\tvar value = headersObj[keyName].value\\n\\t\\tif (Array.isArray(value)) {\\n\\t\\t\\tvalue.forEach(function (v) {\\n\\t\\t\\t\\theadersList.push([name, v])\\n\\t\\t\\t})\\n\\t\\t} else {\\n\\t\\t\\theadersList.push([name, value])\\n\\t\\t}\\n\\t})\\n\\n\\tif (self._mode === 'fetch') {\\n\\t\\tvar signal = null\\n\\t\\tif (capability.abortController) {\\n\\t\\t\\tvar controller = new AbortController()\\n\\t\\t\\tsignal = controller.signal\\n\\t\\t\\tself._fetchAbortController = controller\\n\\n\\t\\t\\tif ('requestTimeout' in opts && opts.requestTimeout !== 0) {\\n\\t\\t\\t\\tglobal.setTimeout(function () {\\n\\t\\t\\t\\t\\tself.emit('requestTimeout')\\n\\t\\t\\t\\t\\tif (self._fetchAbortController)\\n\\t\\t\\t\\t\\t\\tself._fetchAbortController.abort()\\n\\t\\t\\t\\t}, opts.requestTimeout)\\n\\t\\t\\t}\\n\\t\\t}\\n\\n\\t\\tglobal.fetch(self._opts.url, {\\n\\t\\t\\tmethod: self._opts.method,\\n\\t\\t\\theaders: headersList,\\n\\t\\t\\tbody: body || undefined,\\n\\t\\t\\tmode: 'cors',\\n\\t\\t\\tcredentials: opts.withCredentials ? 'include' : 'same-origin',\\n\\t\\t\\tsignal: signal\\n\\t\\t}).then(function (response) {\\n\\t\\t\\tself._fetchResponse = response\\n\\t\\t\\tself._connect()\\n\\t\\t}, function (reason) {\\n\\t\\t\\tself.emit('error', reason)\\n\\t\\t})\\n\\t} else {\\n\\t\\tvar xhr = self._xhr = new global.XMLHttpRequest()\\n\\t\\ttry {\\n\\t\\t\\txhr.open(self._opts.method, self._opts.url, true)\\n\\t\\t} catch (err) {\\n\\t\\t\\tprocess.nextTick(function () {\\n\\t\\t\\t\\tself.emit('error', err)\\n\\t\\t\\t})\\n\\t\\t\\treturn\\n\\t\\t}\\n\\n\\t\\t// Can't set responseType on really old browsers\\n\\t\\tif ('responseType' in xhr)\\n\\t\\t\\txhr.responseType = self._mode.split(':')[0]\\n\\n\\t\\tif ('withCredentials' in xhr)\\n\\t\\t\\txhr.withCredentials = !!opts.withCredentials\\n\\n\\t\\tif (self._mode === 'text' && 'overrideMimeType' in xhr)\\n\\t\\t\\txhr.overrideMimeType('text/plain; charset=x-user-defined')\\n\\n\\t\\tif ('requestTimeout' in opts) {\\n\\t\\t\\txhr.timeout = opts.requestTimeout\\n\\t\\t\\txhr.ontimeout = function () {\\n\\t\\t\\t\\tself.emit('requestTimeout')\\n\\t\\t\\t}\\n\\t\\t}\\n\\n\\t\\theadersList.forEach(function (header) {\\n\\t\\t\\txhr.setRequestHeader(header[0], header[1])\\n\\t\\t})\\n\\n\\t\\tself._response = null\\n\\t\\txhr.onreadystatechange = function () {\\n\\t\\t\\tswitch (xhr.readyState) {\\n\\t\\t\\t\\tcase rStates.LOADING:\\n\\t\\t\\t\\tcase rStates.DONE:\\n\\t\\t\\t\\t\\tself._onXHRProgress()\\n\\t\\t\\t\\t\\tbreak\\n\\t\\t\\t}\\n\\t\\t}\\n\\t\\t// Necessary for streaming in Firefox, since xhr.response is ONLY defined\\n\\t\\t// in onprogress, not in onreadystatechange with xhr.readyState = 3\\n\\t\\tif (self._mode === 'moz-chunked-arraybuffer') {\\n\\t\\t\\txhr.onprogress = function () {\\n\\t\\t\\t\\tself._onXHRProgress()\\n\\t\\t\\t}\\n\\t\\t}\\n\\n\\t\\txhr.onerror = function () {\\n\\t\\t\\tif (self._destroyed)\\n\\t\\t\\t\\treturn\\n\\t\\t\\tself.emit('error', new Error('XHR error'))\\n\\t\\t}\\n\\n\\t\\ttry {\\n\\t\\t\\txhr.send(body)\\n\\t\\t} catch (err) {\\n\\t\\t\\tprocess.nextTick(function () {\\n\\t\\t\\t\\tself.emit('error', err)\\n\\t\\t\\t})\\n\\t\\t\\treturn\\n\\t\\t}\\n\\t}\\n}\\n\\n/**\\n * Checks if xhr.status is readable and non-zero, indicating no error.\\n * Even though the spec says it should be available in readyState 3,\\n * accessing it throws an exception in IE8\\n */\\nfunction statusValid (xhr) {\\n\\ttry {\\n\\t\\tvar status = xhr.status\\n\\t\\treturn (status !== null && status !== 0)\\n\\t} catch (e) {\\n\\t\\treturn false\\n\\t}\\n}\\n\\nClientRequest.prototype._onXHRProgress = function () {\\n\\tvar self = this\\n\\n\\tif (!statusValid(self._xhr) || self._destroyed)\\n\\t\\treturn\\n\\n\\tif (!self._response)\\n\\t\\tself._connect()\\n\\n\\tself._response._onXHRProgress()\\n}\\n\\nClientRequest.prototype._connect = function () {\\n\\tvar self = this\\n\\n\\tif (self._destroyed)\\n\\t\\treturn\\n\\n\\tself._response = new IncomingMessage(self._xhr, self._fetchResponse, self._mode)\\n\\tself._response.on('error', function(err) {\\n\\t\\tself.emit('error', err)\\n\\t})\\n\\n\\tself.emit('response', self._response)\\n}\\n\\nClientRequest.prototype._write = function (chunk, encoding, cb) {\\n\\tvar self = this\\n\\n\\tself._body.push(chunk)\\n\\tcb()\\n}\\n\\nClientRequest.prototype.abort = ClientRequest.prototype.destroy = function () {\\n\\tvar self = this\\n\\tself._destroyed = true\\n\\tif (self._response)\\n\\t\\tself._response._destroyed = true\\n\\tif (self._xhr)\\n\\t\\tself._xhr.abort()\\n\\telse if (self._fetchAbortController)\\n\\t\\tself._fetchAbortController.abort()\\n}\\n\\nClientRequest.prototype.end = function (data, encoding, cb) {\\n\\tvar self = this\\n\\tif (typeof data === 'function') {\\n\\t\\tcb = data\\n\\t\\tdata = undefined\\n\\t}\\n\\n\\tstream.Writable.prototype.end.call(self, data, encoding, cb)\\n}\\n\\nClientRequest.prototype.flushHeaders = function () {}\\nClientRequest.prototype.setTimeout = function () {}\\nClientRequest.prototype.setNoDelay = function () {}\\nClientRequest.prototype.setSocketKeepAlive = function () {}\\n\\n// Taken from http://www.w3.org/TR/XMLHttpRequest/#the-setrequestheader%28%29-method\\nvar unsafeHeaders = [\\n\\t'accept-charset',\\n\\t'accept-encoding',\\n\\t'access-control-request-headers',\\n\\t'access-control-request-method',\\n\\t'connection',\\n\\t'content-length',\\n\\t'cookie',\\n\\t'cookie2',\\n\\t'date',\\n\\t'dnt',\\n\\t'expect',\\n\\t'host',\\n\\t'keep-alive',\\n\\t'origin',\\n\\t'referer',\\n\\t'te',\\n\\t'trailer',\\n\\t'transfer-encoding',\\n\\t'upgrade',\\n\\t'user-agent',\\n\\t'via'\\n]\\n\"\n    },\n    {\n      \"id\": 295,\n      \"identifier\": \"ignored /Users/jarred/Code/styleurl/node_modules/stream-http/node_modules/readable-stream/lib util\",\n      \"name\": \"util (ignored)\",\n      \"index\": 283,\n      \"index2\": 272,\n      \"size\": 15,\n      \"cacheable\": true,\n      \"built\": true,\n      \"optional\": false,\n      \"prefetched\": false,\n      \"chunks\": [\n        2\n      ],\n      \"issuer\": \"/Users/jarred/Code/styleurl/node_modules/stream-http/node_modules/readable-stream/lib/_stream_readable.js\",\n      \"issuerId\": 161,\n      \"issuerName\": \"./node_modules/stream-http/node_modules/readable-stream/lib/_stream_readable.js\",\n      \"issuerPath\": [\n        {\n          \"id\": 191,\n          \"identifier\": \"multi /Users/jarred/Code/styleurl/webpack/customPublicPath /Users/jarred/Code/styleurl/chrome/extension/background\",\n          \"name\": \"multi ./webpack/customPublicPath ./chrome/extension/background\",\n          \"profile\": {\n            \"factory\": 0,\n            \"building\": 0,\n            \"dependencies\": 54\n          }\n        },\n        {\n          \"id\": 192,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/background.js\",\n          \"name\": \"./chrome/extension/background.js\",\n          \"profile\": {\n            \"factory\": 54,\n            \"building\": 639,\n            \"dependencies\": 140\n          }\n        },\n        {\n          \"id\": 255,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/stylesheet-differ/lib/index.js\",\n          \"name\": \"./node_modules/stylesheet-differ/lib/index.js\",\n          \"profile\": {\n            \"factory\": 140,\n            \"building\": 568,\n            \"dependencies\": 1\n          }\n        },\n        {\n          \"id\": 256,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/native-css/index.js\",\n          \"name\": \"./node_modules/native-css/index.js\",\n          \"profile\": {\n            \"factory\": 189,\n            \"building\": 603,\n            \"dependencies\": 1\n          }\n        },\n        {\n          \"id\": 257,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/native-css/src/native-css.js\",\n          \"name\": \"./node_modules/native-css/src/native-css.js\",\n          \"profile\": {\n            \"factory\": 26,\n            \"building\": 63,\n            \"dependencies\": 14\n          }\n        },\n        {\n          \"id\": 293,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/fetch/lib/fetch.js\",\n          \"name\": \"./node_modules/fetch/lib/fetch.js\",\n          \"profile\": {\n            \"factory\": 117,\n            \"building\": 25,\n            \"dependencies\": 27\n          }\n        },\n        {\n          \"id\": 157,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/stream-http/index.js\",\n          \"name\": \"./node_modules/stream-http/index.js\",\n          \"profile\": {\n            \"factory\": 66,\n            \"building\": 38,\n            \"dependencies\": 20\n          }\n        },\n        {\n          \"id\": 159,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/stream-http/lib/response.js\",\n          \"name\": \"./node_modules/stream-http/lib/response.js\",\n          \"profile\": {\n            \"factory\": 114,\n            \"building\": 71,\n            \"dependencies\": 122\n          }\n        },\n        {\n          \"id\": 160,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/stream-http/node_modules/readable-stream/readable-browser.js\",\n          \"name\": \"./node_modules/stream-http/node_modules/readable-stream/readable-browser.js\",\n          \"profile\": {\n            \"factory\": 127,\n            \"building\": 15,\n            \"dependencies\": 0\n          }\n        },\n        {\n          \"id\": 161,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/stream-http/node_modules/readable-stream/lib/_stream_readable.js\",\n          \"name\": \"./node_modules/stream-http/node_modules/readable-stream/lib/_stream_readable.js\",\n          \"profile\": {\n            \"factory\": 8,\n            \"building\": 54,\n            \"dependencies\": 78\n          }\n        }\n      ],\n      \"profile\": {\n        \"factory\": 64,\n        \"building\": 23,\n        \"dependencies\": 1\n      },\n      \"failed\": false,\n      \"errors\": 0,\n      \"warnings\": 0,\n      \"assets\": [],\n      \"reasons\": [\n        {\n          \"moduleId\": 161,\n          \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/stream-http/node_modules/readable-stream/lib/_stream_readable.js\",\n          \"module\": \"./node_modules/stream-http/node_modules/readable-stream/lib/_stream_readable.js\",\n          \"moduleName\": \"./node_modules/stream-http/node_modules/readable-stream/lib/_stream_readable.js\",\n          \"type\": \"cjs require\",\n          \"userRequest\": \"util\",\n          \"loc\": \"72:16-31\"\n        }\n      ],\n      \"usedExports\": true,\n      \"providedExports\": null,\n      \"optimizationBailout\": [\n        \"ModuleConcatenation bailout: Module is not an ECMAScript module\"\n      ],\n      \"depth\": 10\n    },\n    {\n      \"id\": 296,\n      \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/stream-http/node_modules/readable-stream/lib/internal/streams/BufferList.js\",\n      \"name\": \"./node_modules/stream-http/node_modules/readable-stream/lib/internal/streams/BufferList.js\",\n      \"index\": 284,\n      \"index2\": 273,\n      \"size\": 1847,\n      \"cacheable\": true,\n      \"built\": true,\n      \"optional\": false,\n      \"prefetched\": false,\n      \"chunks\": [\n        2\n      ],\n      \"issuer\": \"/Users/jarred/Code/styleurl/node_modules/stream-http/node_modules/readable-stream/lib/_stream_readable.js\",\n      \"issuerId\": 161,\n      \"issuerName\": \"./node_modules/stream-http/node_modules/readable-stream/lib/_stream_readable.js\",\n      \"issuerPath\": [\n        {\n          \"id\": 191,\n          \"identifier\": \"multi /Users/jarred/Code/styleurl/webpack/customPublicPath /Users/jarred/Code/styleurl/chrome/extension/background\",\n          \"name\": \"multi ./webpack/customPublicPath ./chrome/extension/background\",\n          \"profile\": {\n            \"factory\": 0,\n            \"building\": 0,\n            \"dependencies\": 54\n          }\n        },\n        {\n          \"id\": 192,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/background.js\",\n          \"name\": \"./chrome/extension/background.js\",\n          \"profile\": {\n            \"factory\": 54,\n            \"building\": 639,\n            \"dependencies\": 140\n          }\n        },\n        {\n          \"id\": 255,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/stylesheet-differ/lib/index.js\",\n          \"name\": \"./node_modules/stylesheet-differ/lib/index.js\",\n          \"profile\": {\n            \"factory\": 140,\n            \"building\": 568,\n            \"dependencies\": 1\n          }\n        },\n        {\n          \"id\": 256,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/native-css/index.js\",\n          \"name\": \"./node_modules/native-css/index.js\",\n          \"profile\": {\n            \"factory\": 189,\n            \"building\": 603,\n            \"dependencies\": 1\n          }\n        },\n        {\n          \"id\": 257,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/native-css/src/native-css.js\",\n          \"name\": \"./node_modules/native-css/src/native-css.js\",\n          \"profile\": {\n            \"factory\": 26,\n            \"building\": 63,\n            \"dependencies\": 14\n          }\n        },\n        {\n          \"id\": 293,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/fetch/lib/fetch.js\",\n          \"name\": \"./node_modules/fetch/lib/fetch.js\",\n          \"profile\": {\n            \"factory\": 117,\n            \"building\": 25,\n            \"dependencies\": 27\n          }\n        },\n        {\n          \"id\": 157,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/stream-http/index.js\",\n          \"name\": \"./node_modules/stream-http/index.js\",\n          \"profile\": {\n            \"factory\": 66,\n            \"building\": 38,\n            \"dependencies\": 20\n          }\n        },\n        {\n          \"id\": 159,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/stream-http/lib/response.js\",\n          \"name\": \"./node_modules/stream-http/lib/response.js\",\n          \"profile\": {\n            \"factory\": 114,\n            \"building\": 71,\n            \"dependencies\": 122\n          }\n        },\n        {\n          \"id\": 160,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/stream-http/node_modules/readable-stream/readable-browser.js\",\n          \"name\": \"./node_modules/stream-http/node_modules/readable-stream/readable-browser.js\",\n          \"profile\": {\n            \"factory\": 127,\n            \"building\": 15,\n            \"dependencies\": 0\n          }\n        },\n        {\n          \"id\": 161,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/stream-http/node_modules/readable-stream/lib/_stream_readable.js\",\n          \"name\": \"./node_modules/stream-http/node_modules/readable-stream/lib/_stream_readable.js\",\n          \"profile\": {\n            \"factory\": 8,\n            \"building\": 54,\n            \"dependencies\": 78\n          }\n        }\n      ],\n      \"profile\": {\n        \"factory\": 64,\n        \"building\": 23,\n        \"dependencies\": 1\n      },\n      \"failed\": false,\n      \"errors\": 0,\n      \"warnings\": 0,\n      \"assets\": [],\n      \"reasons\": [\n        {\n          \"moduleId\": 161,\n          \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/stream-http/node_modules/readable-stream/lib/_stream_readable.js\",\n          \"module\": \"./node_modules/stream-http/node_modules/readable-stream/lib/_stream_readable.js\",\n          \"moduleName\": \"./node_modules/stream-http/node_modules/readable-stream/lib/_stream_readable.js\",\n          \"type\": \"cjs require\",\n          \"userRequest\": \"./internal/streams/BufferList\",\n          \"loc\": \"81:17-57\"\n        }\n      ],\n      \"usedExports\": true,\n      \"providedExports\": null,\n      \"optimizationBailout\": [\n        \"ModuleConcatenation bailout: Module is not an ECMAScript module\"\n      ],\n      \"depth\": 10,\n      \"source\": \"'use strict';\\n\\n/*<replacement>*/\\n\\nfunction _classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw new TypeError(\\\"Cannot call a class as a function\\\"); } }\\n\\nvar Buffer = require('safe-buffer').Buffer;\\n/*</replacement>*/\\n\\nfunction copyBuffer(src, target, offset) {\\n  src.copy(target, offset);\\n}\\n\\nmodule.exports = function () {\\n  function BufferList() {\\n    _classCallCheck(this, BufferList);\\n\\n    this.head = null;\\n    this.tail = null;\\n    this.length = 0;\\n  }\\n\\n  BufferList.prototype.push = function push(v) {\\n    var entry = { data: v, next: null };\\n    if (this.length > 0) this.tail.next = entry;else this.head = entry;\\n    this.tail = entry;\\n    ++this.length;\\n  };\\n\\n  BufferList.prototype.unshift = function unshift(v) {\\n    var entry = { data: v, next: this.head };\\n    if (this.length === 0) this.tail = entry;\\n    this.head = entry;\\n    ++this.length;\\n  };\\n\\n  BufferList.prototype.shift = function shift() {\\n    if (this.length === 0) return;\\n    var ret = this.head.data;\\n    if (this.length === 1) this.head = this.tail = null;else this.head = this.head.next;\\n    --this.length;\\n    return ret;\\n  };\\n\\n  BufferList.prototype.clear = function clear() {\\n    this.head = this.tail = null;\\n    this.length = 0;\\n  };\\n\\n  BufferList.prototype.join = function join(s) {\\n    if (this.length === 0) return '';\\n    var p = this.head;\\n    var ret = '' + p.data;\\n    while (p = p.next) {\\n      ret += s + p.data;\\n    }return ret;\\n  };\\n\\n  BufferList.prototype.concat = function concat(n) {\\n    if (this.length === 0) return Buffer.alloc(0);\\n    if (this.length === 1) return this.head.data;\\n    var ret = Buffer.allocUnsafe(n >>> 0);\\n    var p = this.head;\\n    var i = 0;\\n    while (p) {\\n      copyBuffer(p.data, ret, i);\\n      i += p.data.length;\\n      p = p.next;\\n    }\\n    return ret;\\n  };\\n\\n  return BufferList;\\n}();\"\n    },\n    {\n      \"id\": 297,\n      \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/stream-http/node_modules/readable-stream/lib/_stream_passthrough.js\",\n      \"name\": \"./node_modules/stream-http/node_modules/readable-stream/lib/_stream_passthrough.js\",\n      \"index\": 289,\n      \"index2\": 279,\n      \"size\": 1738,\n      \"cacheable\": true,\n      \"built\": true,\n      \"optional\": false,\n      \"prefetched\": false,\n      \"chunks\": [\n        2\n      ],\n      \"issuer\": \"/Users/jarred/Code/styleurl/node_modules/stream-http/node_modules/readable-stream/readable-browser.js\",\n      \"issuerId\": 160,\n      \"issuerName\": \"./node_modules/stream-http/node_modules/readable-stream/readable-browser.js\",\n      \"issuerPath\": [\n        {\n          \"id\": 191,\n          \"identifier\": \"multi /Users/jarred/Code/styleurl/webpack/customPublicPath /Users/jarred/Code/styleurl/chrome/extension/background\",\n          \"name\": \"multi ./webpack/customPublicPath ./chrome/extension/background\",\n          \"profile\": {\n            \"factory\": 0,\n            \"building\": 0,\n            \"dependencies\": 54\n          }\n        },\n        {\n          \"id\": 192,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/background.js\",\n          \"name\": \"./chrome/extension/background.js\",\n          \"profile\": {\n            \"factory\": 54,\n            \"building\": 639,\n            \"dependencies\": 140\n          }\n        },\n        {\n          \"id\": 255,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/stylesheet-differ/lib/index.js\",\n          \"name\": \"./node_modules/stylesheet-differ/lib/index.js\",\n          \"profile\": {\n            \"factory\": 140,\n            \"building\": 568,\n            \"dependencies\": 1\n          }\n        },\n        {\n          \"id\": 256,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/native-css/index.js\",\n          \"name\": \"./node_modules/native-css/index.js\",\n          \"profile\": {\n            \"factory\": 189,\n            \"building\": 603,\n            \"dependencies\": 1\n          }\n        },\n        {\n          \"id\": 257,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/native-css/src/native-css.js\",\n          \"name\": \"./node_modules/native-css/src/native-css.js\",\n          \"profile\": {\n            \"factory\": 26,\n            \"building\": 63,\n            \"dependencies\": 14\n          }\n        },\n        {\n          \"id\": 293,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/fetch/lib/fetch.js\",\n          \"name\": \"./node_modules/fetch/lib/fetch.js\",\n          \"profile\": {\n            \"factory\": 117,\n            \"building\": 25,\n            \"dependencies\": 27\n          }\n        },\n        {\n          \"id\": 157,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/stream-http/index.js\",\n          \"name\": \"./node_modules/stream-http/index.js\",\n          \"profile\": {\n            \"factory\": 66,\n            \"building\": 38,\n            \"dependencies\": 20\n          }\n        },\n        {\n          \"id\": 159,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/stream-http/lib/response.js\",\n          \"name\": \"./node_modules/stream-http/lib/response.js\",\n          \"profile\": {\n            \"factory\": 114,\n            \"building\": 71,\n            \"dependencies\": 122\n          }\n        },\n        {\n          \"id\": 160,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/stream-http/node_modules/readable-stream/readable-browser.js\",\n          \"name\": \"./node_modules/stream-http/node_modules/readable-stream/readable-browser.js\",\n          \"profile\": {\n            \"factory\": 127,\n            \"building\": 15,\n            \"dependencies\": 0\n          }\n        }\n      ],\n      \"profile\": {\n        \"factory\": 8,\n        \"building\": 54,\n        \"dependencies\": 78\n      },\n      \"failed\": false,\n      \"errors\": 0,\n      \"warnings\": 0,\n      \"assets\": [],\n      \"reasons\": [\n        {\n          \"moduleId\": 160,\n          \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/stream-http/node_modules/readable-stream/readable-browser.js\",\n          \"module\": \"./node_modules/stream-http/node_modules/readable-stream/readable-browser.js\",\n          \"moduleName\": \"./node_modules/stream-http/node_modules/readable-stream/readable-browser.js\",\n          \"type\": \"cjs require\",\n          \"userRequest\": \"./lib/_stream_passthrough.js\",\n          \"loc\": \"7:22-61\"\n        }\n      ],\n      \"usedExports\": true,\n      \"providedExports\": null,\n      \"optimizationBailout\": [\n        \"ModuleConcatenation bailout: Module is not an ECMAScript module\"\n      ],\n      \"depth\": 9,\n      \"source\": \"// Copyright Joyent, Inc. and other Node contributors.\\n//\\n// Permission is hereby granted, free of charge, to any person obtaining a\\n// copy of this software and associated documentation files (the\\n// \\\"Software\\\"), to deal in the Software without restriction, including\\n// without limitation the rights to use, copy, modify, merge, publish,\\n// distribute, sublicense, and/or sell copies of the Software, and to permit\\n// persons to whom the Software is furnished to do so, subject to the\\n// following conditions:\\n//\\n// The above copyright notice and this permission notice shall be included\\n// in all copies or substantial portions of the Software.\\n//\\n// THE SOFTWARE IS PROVIDED \\\"AS IS\\\", WITHOUT WARRANTY OF ANY KIND, EXPRESS\\n// OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\\n// MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN\\n// NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM,\\n// DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR\\n// OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE\\n// USE OR OTHER DEALINGS IN THE SOFTWARE.\\n\\n// a passthrough stream.\\n// basically just the most minimal sort of Transform stream.\\n// Every written chunk gets output as-is.\\n\\n'use strict';\\n\\nmodule.exports = PassThrough;\\n\\nvar Transform = require('./_stream_transform');\\n\\n/*<replacement>*/\\nvar util = require('core-util-is');\\nutil.inherits = require('inherits');\\n/*</replacement>*/\\n\\nutil.inherits(PassThrough, Transform);\\n\\nfunction PassThrough(options) {\\n  if (!(this instanceof PassThrough)) return new PassThrough(options);\\n\\n  Transform.call(this, options);\\n}\\n\\nPassThrough.prototype._transform = function (chunk, encoding, cb) {\\n  cb(null, chunk);\\n};\"\n    },\n    {\n      \"id\": 298,\n      \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/to-arraybuffer/index.js\",\n      \"name\": \"./node_modules/to-arraybuffer/index.js\",\n      \"index\": 290,\n      \"index2\": 282,\n      \"size\": 881,\n      \"cacheable\": true,\n      \"built\": true,\n      \"optional\": false,\n      \"prefetched\": false,\n      \"chunks\": [\n        2\n      ],\n      \"issuer\": \"/Users/jarred/Code/styleurl/node_modules/stream-http/lib/request.js\",\n      \"issuerId\": 294,\n      \"issuerName\": \"./node_modules/stream-http/lib/request.js\",\n      \"issuerPath\": [\n        {\n          \"id\": 191,\n          \"identifier\": \"multi /Users/jarred/Code/styleurl/webpack/customPublicPath /Users/jarred/Code/styleurl/chrome/extension/background\",\n          \"name\": \"multi ./webpack/customPublicPath ./chrome/extension/background\",\n          \"profile\": {\n            \"factory\": 0,\n            \"building\": 0,\n            \"dependencies\": 54\n          }\n        },\n        {\n          \"id\": 192,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/background.js\",\n          \"name\": \"./chrome/extension/background.js\",\n          \"profile\": {\n            \"factory\": 54,\n            \"building\": 639,\n            \"dependencies\": 140\n          }\n        },\n        {\n          \"id\": 255,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/stylesheet-differ/lib/index.js\",\n          \"name\": \"./node_modules/stylesheet-differ/lib/index.js\",\n          \"profile\": {\n            \"factory\": 140,\n            \"building\": 568,\n            \"dependencies\": 1\n          }\n        },\n        {\n          \"id\": 256,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/native-css/index.js\",\n          \"name\": \"./node_modules/native-css/index.js\",\n          \"profile\": {\n            \"factory\": 189,\n            \"building\": 603,\n            \"dependencies\": 1\n          }\n        },\n        {\n          \"id\": 257,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/native-css/src/native-css.js\",\n          \"name\": \"./node_modules/native-css/src/native-css.js\",\n          \"profile\": {\n            \"factory\": 26,\n            \"building\": 63,\n            \"dependencies\": 14\n          }\n        },\n        {\n          \"id\": 293,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/fetch/lib/fetch.js\",\n          \"name\": \"./node_modules/fetch/lib/fetch.js\",\n          \"profile\": {\n            \"factory\": 117,\n            \"building\": 25,\n            \"dependencies\": 27\n          }\n        },\n        {\n          \"id\": 157,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/stream-http/index.js\",\n          \"name\": \"./node_modules/stream-http/index.js\",\n          \"profile\": {\n            \"factory\": 66,\n            \"building\": 38,\n            \"dependencies\": 20\n          }\n        },\n        {\n          \"id\": 294,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/stream-http/lib/request.js\",\n          \"name\": \"./node_modules/stream-http/lib/request.js\",\n          \"profile\": {\n            \"factory\": 114,\n            \"building\": 71,\n            \"dependencies\": 122\n          }\n        }\n      ],\n      \"profile\": {\n        \"factory\": 132,\n        \"building\": 6,\n        \"dependencies\": 1\n      },\n      \"failed\": false,\n      \"errors\": 0,\n      \"warnings\": 0,\n      \"assets\": [],\n      \"reasons\": [\n        {\n          \"moduleId\": 294,\n          \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/stream-http/lib/request.js\",\n          \"module\": \"./node_modules/stream-http/lib/request.js\",\n          \"moduleName\": \"./node_modules/stream-http/lib/request.js\",\n          \"type\": \"cjs require\",\n          \"userRequest\": \"to-arraybuffer\",\n          \"loc\": \"5:20-45\"\n        }\n      ],\n      \"usedExports\": true,\n      \"providedExports\": null,\n      \"optimizationBailout\": [\n        \"ModuleConcatenation bailout: Module is not an ECMAScript module\"\n      ],\n      \"depth\": 8,\n      \"source\": \"var Buffer = require('buffer').Buffer\\n\\nmodule.exports = function (buf) {\\n\\t// If the buffer is backed by a Uint8Array, a faster version will work\\n\\tif (buf instanceof Uint8Array) {\\n\\t\\t// If the buffer isn't a subarray, return the underlying ArrayBuffer\\n\\t\\tif (buf.byteOffset === 0 && buf.byteLength === buf.buffer.byteLength) {\\n\\t\\t\\treturn buf.buffer\\n\\t\\t} else if (typeof buf.buffer.slice === 'function') {\\n\\t\\t\\t// Otherwise we need to get a proper copy\\n\\t\\t\\treturn buf.buffer.slice(buf.byteOffset, buf.byteOffset + buf.byteLength)\\n\\t\\t}\\n\\t}\\n\\n\\tif (Buffer.isBuffer(buf)) {\\n\\t\\t// This is the slow version that will work with any Buffer\\n\\t\\t// implementation (even in old browsers)\\n\\t\\tvar arrayCopy = new Uint8Array(buf.length)\\n\\t\\tvar len = buf.length\\n\\t\\tfor (var i = 0; i < len; i++) {\\n\\t\\t\\tarrayCopy[i] = buf[i]\\n\\t\\t}\\n\\t\\treturn arrayCopy.buffer\\n\\t} else {\\n\\t\\tthrow new Error('Argument must be a Buffer')\\n\\t}\\n}\\n\"\n    },\n    {\n      \"id\": 299,\n      \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/xtend/immutable.js\",\n      \"name\": \"./node_modules/xtend/immutable.js\",\n      \"index\": 291,\n      \"index2\": 284,\n      \"size\": 384,\n      \"cacheable\": true,\n      \"built\": true,\n      \"optional\": false,\n      \"prefetched\": false,\n      \"chunks\": [\n        2\n      ],\n      \"issuer\": \"/Users/jarred/Code/styleurl/node_modules/stream-http/index.js\",\n      \"issuerId\": 157,\n      \"issuerName\": \"./node_modules/stream-http/index.js\",\n      \"issuerPath\": [\n        {\n          \"id\": 191,\n          \"identifier\": \"multi /Users/jarred/Code/styleurl/webpack/customPublicPath /Users/jarred/Code/styleurl/chrome/extension/background\",\n          \"name\": \"multi ./webpack/customPublicPath ./chrome/extension/background\",\n          \"profile\": {\n            \"factory\": 0,\n            \"building\": 0,\n            \"dependencies\": 54\n          }\n        },\n        {\n          \"id\": 192,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/background.js\",\n          \"name\": \"./chrome/extension/background.js\",\n          \"profile\": {\n            \"factory\": 54,\n            \"building\": 639,\n            \"dependencies\": 140\n          }\n        },\n        {\n          \"id\": 255,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/stylesheet-differ/lib/index.js\",\n          \"name\": \"./node_modules/stylesheet-differ/lib/index.js\",\n          \"profile\": {\n            \"factory\": 140,\n            \"building\": 568,\n            \"dependencies\": 1\n          }\n        },\n        {\n          \"id\": 256,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/native-css/index.js\",\n          \"name\": \"./node_modules/native-css/index.js\",\n          \"profile\": {\n            \"factory\": 189,\n            \"building\": 603,\n            \"dependencies\": 1\n          }\n        },\n        {\n          \"id\": 257,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/native-css/src/native-css.js\",\n          \"name\": \"./node_modules/native-css/src/native-css.js\",\n          \"profile\": {\n            \"factory\": 26,\n            \"building\": 63,\n            \"dependencies\": 14\n          }\n        },\n        {\n          \"id\": 293,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/fetch/lib/fetch.js\",\n          \"name\": \"./node_modules/fetch/lib/fetch.js\",\n          \"profile\": {\n            \"factory\": 117,\n            \"building\": 25,\n            \"dependencies\": 27\n          }\n        },\n        {\n          \"id\": 157,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/stream-http/index.js\",\n          \"name\": \"./node_modules/stream-http/index.js\",\n          \"profile\": {\n            \"factory\": 66,\n            \"building\": 38,\n            \"dependencies\": 20\n          }\n        }\n      ],\n      \"profile\": {\n        \"factory\": 114,\n        \"building\": 71,\n        \"dependencies\": 122\n      },\n      \"failed\": false,\n      \"errors\": 0,\n      \"warnings\": 0,\n      \"assets\": [],\n      \"reasons\": [\n        {\n          \"moduleId\": 157,\n          \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/stream-http/index.js\",\n          \"module\": \"./node_modules/stream-http/index.js\",\n          \"moduleName\": \"./node_modules/stream-http/index.js\",\n          \"type\": \"cjs require\",\n          \"userRequest\": \"xtend\",\n          \"loc\": \"3:13-29\"\n        }\n      ],\n      \"usedExports\": true,\n      \"providedExports\": null,\n      \"optimizationBailout\": [\n        \"ModuleConcatenation bailout: Module is not an ECMAScript module\"\n      ],\n      \"depth\": 7,\n      \"source\": \"module.exports = extend\\n\\nvar hasOwnProperty = Object.prototype.hasOwnProperty;\\n\\nfunction extend() {\\n    var target = {}\\n\\n    for (var i = 0; i < arguments.length; i++) {\\n        var source = arguments[i]\\n\\n        for (var key in source) {\\n            if (hasOwnProperty.call(source, key)) {\\n                target[key] = source[key]\\n            }\\n        }\\n    }\\n\\n    return target\\n}\\n\"\n    },\n    {\n      \"id\": 300,\n      \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/builtin-status-codes/browser.js\",\n      \"name\": \"./node_modules/builtin-status-codes/browser.js\",\n      \"index\": 292,\n      \"index2\": 285,\n      \"size\": 1793,\n      \"cacheable\": true,\n      \"built\": true,\n      \"optional\": false,\n      \"prefetched\": false,\n      \"chunks\": [\n        2\n      ],\n      \"issuer\": \"/Users/jarred/Code/styleurl/node_modules/stream-http/index.js\",\n      \"issuerId\": 157,\n      \"issuerName\": \"./node_modules/stream-http/index.js\",\n      \"issuerPath\": [\n        {\n          \"id\": 191,\n          \"identifier\": \"multi /Users/jarred/Code/styleurl/webpack/customPublicPath /Users/jarred/Code/styleurl/chrome/extension/background\",\n          \"name\": \"multi ./webpack/customPublicPath ./chrome/extension/background\",\n          \"profile\": {\n            \"factory\": 0,\n            \"building\": 0,\n            \"dependencies\": 54\n          }\n        },\n        {\n          \"id\": 192,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/background.js\",\n          \"name\": \"./chrome/extension/background.js\",\n          \"profile\": {\n            \"factory\": 54,\n            \"building\": 639,\n            \"dependencies\": 140\n          }\n        },\n        {\n          \"id\": 255,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/stylesheet-differ/lib/index.js\",\n          \"name\": \"./node_modules/stylesheet-differ/lib/index.js\",\n          \"profile\": {\n            \"factory\": 140,\n            \"building\": 568,\n            \"dependencies\": 1\n          }\n        },\n        {\n          \"id\": 256,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/native-css/index.js\",\n          \"name\": \"./node_modules/native-css/index.js\",\n          \"profile\": {\n            \"factory\": 189,\n            \"building\": 603,\n            \"dependencies\": 1\n          }\n        },\n        {\n          \"id\": 257,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/native-css/src/native-css.js\",\n          \"name\": \"./node_modules/native-css/src/native-css.js\",\n          \"profile\": {\n            \"factory\": 26,\n            \"building\": 63,\n            \"dependencies\": 14\n          }\n        },\n        {\n          \"id\": 293,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/fetch/lib/fetch.js\",\n          \"name\": \"./node_modules/fetch/lib/fetch.js\",\n          \"profile\": {\n            \"factory\": 117,\n            \"building\": 25,\n            \"dependencies\": 27\n          }\n        },\n        {\n          \"id\": 157,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/stream-http/index.js\",\n          \"name\": \"./node_modules/stream-http/index.js\",\n          \"profile\": {\n            \"factory\": 66,\n            \"building\": 38,\n            \"dependencies\": 20\n          }\n        }\n      ],\n      \"profile\": {\n        \"factory\": 114,\n        \"building\": 71,\n        \"dependencies\": 122\n      },\n      \"failed\": false,\n      \"errors\": 0,\n      \"warnings\": 0,\n      \"assets\": [],\n      \"reasons\": [\n        {\n          \"moduleId\": 157,\n          \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/stream-http/index.js\",\n          \"module\": \"./node_modules/stream-http/index.js\",\n          \"moduleName\": \"./node_modules/stream-http/index.js\",\n          \"type\": \"cjs require\",\n          \"userRequest\": \"builtin-status-codes\",\n          \"loc\": \"4:18-49\"\n        }\n      ],\n      \"usedExports\": true,\n      \"providedExports\": null,\n      \"optimizationBailout\": [\n        \"ModuleConcatenation bailout: Module is not an ECMAScript module\"\n      ],\n      \"depth\": 7,\n      \"source\": \"module.exports = {\\n  \\\"100\\\": \\\"Continue\\\",\\n  \\\"101\\\": \\\"Switching Protocols\\\",\\n  \\\"102\\\": \\\"Processing\\\",\\n  \\\"200\\\": \\\"OK\\\",\\n  \\\"201\\\": \\\"Created\\\",\\n  \\\"202\\\": \\\"Accepted\\\",\\n  \\\"203\\\": \\\"Non-Authoritative Information\\\",\\n  \\\"204\\\": \\\"No Content\\\",\\n  \\\"205\\\": \\\"Reset Content\\\",\\n  \\\"206\\\": \\\"Partial Content\\\",\\n  \\\"207\\\": \\\"Multi-Status\\\",\\n  \\\"208\\\": \\\"Already Reported\\\",\\n  \\\"226\\\": \\\"IM Used\\\",\\n  \\\"300\\\": \\\"Multiple Choices\\\",\\n  \\\"301\\\": \\\"Moved Permanently\\\",\\n  \\\"302\\\": \\\"Found\\\",\\n  \\\"303\\\": \\\"See Other\\\",\\n  \\\"304\\\": \\\"Not Modified\\\",\\n  \\\"305\\\": \\\"Use Proxy\\\",\\n  \\\"307\\\": \\\"Temporary Redirect\\\",\\n  \\\"308\\\": \\\"Permanent Redirect\\\",\\n  \\\"400\\\": \\\"Bad Request\\\",\\n  \\\"401\\\": \\\"Unauthorized\\\",\\n  \\\"402\\\": \\\"Payment Required\\\",\\n  \\\"403\\\": \\\"Forbidden\\\",\\n  \\\"404\\\": \\\"Not Found\\\",\\n  \\\"405\\\": \\\"Method Not Allowed\\\",\\n  \\\"406\\\": \\\"Not Acceptable\\\",\\n  \\\"407\\\": \\\"Proxy Authentication Required\\\",\\n  \\\"408\\\": \\\"Request Timeout\\\",\\n  \\\"409\\\": \\\"Conflict\\\",\\n  \\\"410\\\": \\\"Gone\\\",\\n  \\\"411\\\": \\\"Length Required\\\",\\n  \\\"412\\\": \\\"Precondition Failed\\\",\\n  \\\"413\\\": \\\"Payload Too Large\\\",\\n  \\\"414\\\": \\\"URI Too Long\\\",\\n  \\\"415\\\": \\\"Unsupported Media Type\\\",\\n  \\\"416\\\": \\\"Range Not Satisfiable\\\",\\n  \\\"417\\\": \\\"Expectation Failed\\\",\\n  \\\"418\\\": \\\"I'm a teapot\\\",\\n  \\\"421\\\": \\\"Misdirected Request\\\",\\n  \\\"422\\\": \\\"Unprocessable Entity\\\",\\n  \\\"423\\\": \\\"Locked\\\",\\n  \\\"424\\\": \\\"Failed Dependency\\\",\\n  \\\"425\\\": \\\"Unordered Collection\\\",\\n  \\\"426\\\": \\\"Upgrade Required\\\",\\n  \\\"428\\\": \\\"Precondition Required\\\",\\n  \\\"429\\\": \\\"Too Many Requests\\\",\\n  \\\"431\\\": \\\"Request Header Fields Too Large\\\",\\n  \\\"451\\\": \\\"Unavailable For Legal Reasons\\\",\\n  \\\"500\\\": \\\"Internal Server Error\\\",\\n  \\\"501\\\": \\\"Not Implemented\\\",\\n  \\\"502\\\": \\\"Bad Gateway\\\",\\n  \\\"503\\\": \\\"Service Unavailable\\\",\\n  \\\"504\\\": \\\"Gateway Timeout\\\",\\n  \\\"505\\\": \\\"HTTP Version Not Supported\\\",\\n  \\\"506\\\": \\\"Variant Also Negotiates\\\",\\n  \\\"507\\\": \\\"Insufficient Storage\\\",\\n  \\\"508\\\": \\\"Loop Detected\\\",\\n  \\\"509\\\": \\\"Bandwidth Limit Exceeded\\\",\\n  \\\"510\\\": \\\"Not Extended\\\",\\n  \\\"511\\\": \\\"Network Authentication Required\\\"\\n}\\n\"\n    },\n    {\n      \"id\": 301,\n      \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/https-browserify/index.js\",\n      \"name\": \"./node_modules/https-browserify/index.js\",\n      \"index\": 293,\n      \"index2\": 287,\n      \"size\": 717,\n      \"cacheable\": true,\n      \"built\": true,\n      \"optional\": false,\n      \"prefetched\": false,\n      \"chunks\": [\n        2\n      ],\n      \"issuer\": \"/Users/jarred/Code/styleurl/node_modules/fetch/lib/fetch.js\",\n      \"issuerId\": 293,\n      \"issuerName\": \"./node_modules/fetch/lib/fetch.js\",\n      \"issuerPath\": [\n        {\n          \"id\": 191,\n          \"identifier\": \"multi /Users/jarred/Code/styleurl/webpack/customPublicPath /Users/jarred/Code/styleurl/chrome/extension/background\",\n          \"name\": \"multi ./webpack/customPublicPath ./chrome/extension/background\",\n          \"profile\": {\n            \"factory\": 0,\n            \"building\": 0,\n            \"dependencies\": 54\n          }\n        },\n        {\n          \"id\": 192,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/background.js\",\n          \"name\": \"./chrome/extension/background.js\",\n          \"profile\": {\n            \"factory\": 54,\n            \"building\": 639,\n            \"dependencies\": 140\n          }\n        },\n        {\n          \"id\": 255,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/stylesheet-differ/lib/index.js\",\n          \"name\": \"./node_modules/stylesheet-differ/lib/index.js\",\n          \"profile\": {\n            \"factory\": 140,\n            \"building\": 568,\n            \"dependencies\": 1\n          }\n        },\n        {\n          \"id\": 256,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/native-css/index.js\",\n          \"name\": \"./node_modules/native-css/index.js\",\n          \"profile\": {\n            \"factory\": 189,\n            \"building\": 603,\n            \"dependencies\": 1\n          }\n        },\n        {\n          \"id\": 257,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/native-css/src/native-css.js\",\n          \"name\": \"./node_modules/native-css/src/native-css.js\",\n          \"profile\": {\n            \"factory\": 26,\n            \"building\": 63,\n            \"dependencies\": 14\n          }\n        },\n        {\n          \"id\": 293,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/fetch/lib/fetch.js\",\n          \"name\": \"./node_modules/fetch/lib/fetch.js\",\n          \"profile\": {\n            \"factory\": 117,\n            \"building\": 25,\n            \"dependencies\": 27\n          }\n        }\n      ],\n      \"profile\": {\n        \"factory\": 66,\n        \"building\": 38,\n        \"dependencies\": 20\n      },\n      \"failed\": false,\n      \"errors\": 0,\n      \"warnings\": 0,\n      \"assets\": [],\n      \"reasons\": [\n        {\n          \"moduleId\": 293,\n          \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/fetch/lib/fetch.js\",\n          \"module\": \"./node_modules/fetch/lib/fetch.js\",\n          \"moduleName\": \"./node_modules/fetch/lib/fetch.js\",\n          \"type\": \"cjs require\",\n          \"userRequest\": \"https\",\n          \"loc\": \"4:12-28\"\n        }\n      ],\n      \"usedExports\": true,\n      \"providedExports\": null,\n      \"optimizationBailout\": [\n        \"ModuleConcatenation bailout: Module is not an ECMAScript module\"\n      ],\n      \"depth\": 6,\n      \"source\": \"var http = require('http')\\nvar url = require('url')\\n\\nvar https = module.exports\\n\\nfor (var key in http) {\\n  if (http.hasOwnProperty(key)) https[key] = http[key]\\n}\\n\\nhttps.request = function (params, cb) {\\n  params = validateParams(params)\\n  return http.request.call(this, params, cb)\\n}\\n\\nhttps.get = function (params, cb) {\\n  params = validateParams(params)\\n  return http.get.call(this, params, cb)\\n}\\n\\nfunction validateParams (params) {\\n  if (typeof params === 'string') {\\n    params = url.parse(params)\\n  }\\n  if (!params.protocol) {\\n    params.protocol = 'https:'\\n  }\\n  if (params.protocol !== 'https:') {\\n    throw new Error('Protocol \\\"' + params.protocol + '\\\" not supported. Expected \\\"https:\\\"')\\n  }\\n  return params\\n}\\n\"\n    },\n    {\n      \"id\": 302,\n      \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/browserify-zlib/lib/index.js\",\n      \"name\": \"./node_modules/browserify-zlib/lib/index.js\",\n      \"index\": 294,\n      \"index2\": 300,\n      \"size\": 16698,\n      \"cacheable\": true,\n      \"built\": true,\n      \"optional\": false,\n      \"prefetched\": false,\n      \"chunks\": [\n        2\n      ],\n      \"issuer\": \"/Users/jarred/Code/styleurl/node_modules/fetch/lib/fetch.js\",\n      \"issuerId\": 293,\n      \"issuerName\": \"./node_modules/fetch/lib/fetch.js\",\n      \"issuerPath\": [\n        {\n          \"id\": 191,\n          \"identifier\": \"multi /Users/jarred/Code/styleurl/webpack/customPublicPath /Users/jarred/Code/styleurl/chrome/extension/background\",\n          \"name\": \"multi ./webpack/customPublicPath ./chrome/extension/background\",\n          \"profile\": {\n            \"factory\": 0,\n            \"building\": 0,\n            \"dependencies\": 54\n          }\n        },\n        {\n          \"id\": 192,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/background.js\",\n          \"name\": \"./chrome/extension/background.js\",\n          \"profile\": {\n            \"factory\": 54,\n            \"building\": 639,\n            \"dependencies\": 140\n          }\n        },\n        {\n          \"id\": 255,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/stylesheet-differ/lib/index.js\",\n          \"name\": \"./node_modules/stylesheet-differ/lib/index.js\",\n          \"profile\": {\n            \"factory\": 140,\n            \"building\": 568,\n            \"dependencies\": 1\n          }\n        },\n        {\n          \"id\": 256,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/native-css/index.js\",\n          \"name\": \"./node_modules/native-css/index.js\",\n          \"profile\": {\n            \"factory\": 189,\n            \"building\": 603,\n            \"dependencies\": 1\n          }\n        },\n        {\n          \"id\": 257,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/native-css/src/native-css.js\",\n          \"name\": \"./node_modules/native-css/src/native-css.js\",\n          \"profile\": {\n            \"factory\": 26,\n            \"building\": 63,\n            \"dependencies\": 14\n          }\n        },\n        {\n          \"id\": 293,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/fetch/lib/fetch.js\",\n          \"name\": \"./node_modules/fetch/lib/fetch.js\",\n          \"profile\": {\n            \"factory\": 117,\n            \"building\": 25,\n            \"dependencies\": 27\n          }\n        }\n      ],\n      \"profile\": {\n        \"factory\": 66,\n        \"building\": 38,\n        \"dependencies\": 20\n      },\n      \"failed\": false,\n      \"errors\": 0,\n      \"warnings\": 0,\n      \"assets\": [],\n      \"reasons\": [\n        {\n          \"moduleId\": 293,\n          \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/fetch/lib/fetch.js\",\n          \"module\": \"./node_modules/fetch/lib/fetch.js\",\n          \"moduleName\": \"./node_modules/fetch/lib/fetch.js\",\n          \"type\": \"cjs require\",\n          \"userRequest\": \"zlib\",\n          \"loc\": \"7:11-26\"\n        }\n      ],\n      \"usedExports\": true,\n      \"providedExports\": null,\n      \"optimizationBailout\": [\n        \"ModuleConcatenation bailout: Module is not an ECMAScript module\"\n      ],\n      \"depth\": 6,\n      \"source\": \"'use strict';\\n\\nvar Buffer = require('buffer').Buffer;\\nvar Transform = require('stream').Transform;\\nvar binding = require('./binding');\\nvar util = require('util');\\nvar assert = require('assert').ok;\\nvar kMaxLength = require('buffer').kMaxLength;\\nvar kRangeErrorMessage = 'Cannot create final Buffer. It would be larger ' + 'than 0x' + kMaxLength.toString(16) + ' bytes';\\n\\n// zlib doesn't provide these, so kludge them in following the same\\n// const naming scheme zlib uses.\\nbinding.Z_MIN_WINDOWBITS = 8;\\nbinding.Z_MAX_WINDOWBITS = 15;\\nbinding.Z_DEFAULT_WINDOWBITS = 15;\\n\\n// fewer than 64 bytes per chunk is stupid.\\n// technically it could work with as few as 8, but even 64 bytes\\n// is absurdly low.  Usually a MB or more is best.\\nbinding.Z_MIN_CHUNK = 64;\\nbinding.Z_MAX_CHUNK = Infinity;\\nbinding.Z_DEFAULT_CHUNK = 16 * 1024;\\n\\nbinding.Z_MIN_MEMLEVEL = 1;\\nbinding.Z_MAX_MEMLEVEL = 9;\\nbinding.Z_DEFAULT_MEMLEVEL = 8;\\n\\nbinding.Z_MIN_LEVEL = -1;\\nbinding.Z_MAX_LEVEL = 9;\\nbinding.Z_DEFAULT_LEVEL = binding.Z_DEFAULT_COMPRESSION;\\n\\n// expose all the zlib constants\\nvar bkeys = Object.keys(binding);\\nfor (var bk = 0; bk < bkeys.length; bk++) {\\n  var bkey = bkeys[bk];\\n  if (bkey.match(/^Z/)) {\\n    Object.defineProperty(exports, bkey, {\\n      enumerable: true, value: binding[bkey], writable: false\\n    });\\n  }\\n}\\n\\n// translation table for return codes.\\nvar codes = {\\n  Z_OK: binding.Z_OK,\\n  Z_STREAM_END: binding.Z_STREAM_END,\\n  Z_NEED_DICT: binding.Z_NEED_DICT,\\n  Z_ERRNO: binding.Z_ERRNO,\\n  Z_STREAM_ERROR: binding.Z_STREAM_ERROR,\\n  Z_DATA_ERROR: binding.Z_DATA_ERROR,\\n  Z_MEM_ERROR: binding.Z_MEM_ERROR,\\n  Z_BUF_ERROR: binding.Z_BUF_ERROR,\\n  Z_VERSION_ERROR: binding.Z_VERSION_ERROR\\n};\\n\\nvar ckeys = Object.keys(codes);\\nfor (var ck = 0; ck < ckeys.length; ck++) {\\n  var ckey = ckeys[ck];\\n  codes[codes[ckey]] = ckey;\\n}\\n\\nObject.defineProperty(exports, 'codes', {\\n  enumerable: true, value: Object.freeze(codes), writable: false\\n});\\n\\nexports.Deflate = Deflate;\\nexports.Inflate = Inflate;\\nexports.Gzip = Gzip;\\nexports.Gunzip = Gunzip;\\nexports.DeflateRaw = DeflateRaw;\\nexports.InflateRaw = InflateRaw;\\nexports.Unzip = Unzip;\\n\\nexports.createDeflate = function (o) {\\n  return new Deflate(o);\\n};\\n\\nexports.createInflate = function (o) {\\n  return new Inflate(o);\\n};\\n\\nexports.createDeflateRaw = function (o) {\\n  return new DeflateRaw(o);\\n};\\n\\nexports.createInflateRaw = function (o) {\\n  return new InflateRaw(o);\\n};\\n\\nexports.createGzip = function (o) {\\n  return new Gzip(o);\\n};\\n\\nexports.createGunzip = function (o) {\\n  return new Gunzip(o);\\n};\\n\\nexports.createUnzip = function (o) {\\n  return new Unzip(o);\\n};\\n\\n// Convenience methods.\\n// compress/decompress a string or buffer in one step.\\nexports.deflate = function (buffer, opts, callback) {\\n  if (typeof opts === 'function') {\\n    callback = opts;\\n    opts = {};\\n  }\\n  return zlibBuffer(new Deflate(opts), buffer, callback);\\n};\\n\\nexports.deflateSync = function (buffer, opts) {\\n  return zlibBufferSync(new Deflate(opts), buffer);\\n};\\n\\nexports.gzip = function (buffer, opts, callback) {\\n  if (typeof opts === 'function') {\\n    callback = opts;\\n    opts = {};\\n  }\\n  return zlibBuffer(new Gzip(opts), buffer, callback);\\n};\\n\\nexports.gzipSync = function (buffer, opts) {\\n  return zlibBufferSync(new Gzip(opts), buffer);\\n};\\n\\nexports.deflateRaw = function (buffer, opts, callback) {\\n  if (typeof opts === 'function') {\\n    callback = opts;\\n    opts = {};\\n  }\\n  return zlibBuffer(new DeflateRaw(opts), buffer, callback);\\n};\\n\\nexports.deflateRawSync = function (buffer, opts) {\\n  return zlibBufferSync(new DeflateRaw(opts), buffer);\\n};\\n\\nexports.unzip = function (buffer, opts, callback) {\\n  if (typeof opts === 'function') {\\n    callback = opts;\\n    opts = {};\\n  }\\n  return zlibBuffer(new Unzip(opts), buffer, callback);\\n};\\n\\nexports.unzipSync = function (buffer, opts) {\\n  return zlibBufferSync(new Unzip(opts), buffer);\\n};\\n\\nexports.inflate = function (buffer, opts, callback) {\\n  if (typeof opts === 'function') {\\n    callback = opts;\\n    opts = {};\\n  }\\n  return zlibBuffer(new Inflate(opts), buffer, callback);\\n};\\n\\nexports.inflateSync = function (buffer, opts) {\\n  return zlibBufferSync(new Inflate(opts), buffer);\\n};\\n\\nexports.gunzip = function (buffer, opts, callback) {\\n  if (typeof opts === 'function') {\\n    callback = opts;\\n    opts = {};\\n  }\\n  return zlibBuffer(new Gunzip(opts), buffer, callback);\\n};\\n\\nexports.gunzipSync = function (buffer, opts) {\\n  return zlibBufferSync(new Gunzip(opts), buffer);\\n};\\n\\nexports.inflateRaw = function (buffer, opts, callback) {\\n  if (typeof opts === 'function') {\\n    callback = opts;\\n    opts = {};\\n  }\\n  return zlibBuffer(new InflateRaw(opts), buffer, callback);\\n};\\n\\nexports.inflateRawSync = function (buffer, opts) {\\n  return zlibBufferSync(new InflateRaw(opts), buffer);\\n};\\n\\nfunction zlibBuffer(engine, buffer, callback) {\\n  var buffers = [];\\n  var nread = 0;\\n\\n  engine.on('error', onError);\\n  engine.on('end', onEnd);\\n\\n  engine.end(buffer);\\n  flow();\\n\\n  function flow() {\\n    var chunk;\\n    while (null !== (chunk = engine.read())) {\\n      buffers.push(chunk);\\n      nread += chunk.length;\\n    }\\n    engine.once('readable', flow);\\n  }\\n\\n  function onError(err) {\\n    engine.removeListener('end', onEnd);\\n    engine.removeListener('readable', flow);\\n    callback(err);\\n  }\\n\\n  function onEnd() {\\n    var buf;\\n    var err = null;\\n\\n    if (nread >= kMaxLength) {\\n      err = new RangeError(kRangeErrorMessage);\\n    } else {\\n      buf = Buffer.concat(buffers, nread);\\n    }\\n\\n    buffers = [];\\n    engine.close();\\n    callback(err, buf);\\n  }\\n}\\n\\nfunction zlibBufferSync(engine, buffer) {\\n  if (typeof buffer === 'string') buffer = Buffer.from(buffer);\\n\\n  if (!Buffer.isBuffer(buffer)) throw new TypeError('Not a string or buffer');\\n\\n  var flushFlag = engine._finishFlushFlag;\\n\\n  return engine._processChunk(buffer, flushFlag);\\n}\\n\\n// generic zlib\\n// minimal 2-byte header\\nfunction Deflate(opts) {\\n  if (!(this instanceof Deflate)) return new Deflate(opts);\\n  Zlib.call(this, opts, binding.DEFLATE);\\n}\\n\\nfunction Inflate(opts) {\\n  if (!(this instanceof Inflate)) return new Inflate(opts);\\n  Zlib.call(this, opts, binding.INFLATE);\\n}\\n\\n// gzip - bigger header, same deflate compression\\nfunction Gzip(opts) {\\n  if (!(this instanceof Gzip)) return new Gzip(opts);\\n  Zlib.call(this, opts, binding.GZIP);\\n}\\n\\nfunction Gunzip(opts) {\\n  if (!(this instanceof Gunzip)) return new Gunzip(opts);\\n  Zlib.call(this, opts, binding.GUNZIP);\\n}\\n\\n// raw - no header\\nfunction DeflateRaw(opts) {\\n  if (!(this instanceof DeflateRaw)) return new DeflateRaw(opts);\\n  Zlib.call(this, opts, binding.DEFLATERAW);\\n}\\n\\nfunction InflateRaw(opts) {\\n  if (!(this instanceof InflateRaw)) return new InflateRaw(opts);\\n  Zlib.call(this, opts, binding.INFLATERAW);\\n}\\n\\n// auto-detect header.\\nfunction Unzip(opts) {\\n  if (!(this instanceof Unzip)) return new Unzip(opts);\\n  Zlib.call(this, opts, binding.UNZIP);\\n}\\n\\nfunction isValidFlushFlag(flag) {\\n  return flag === binding.Z_NO_FLUSH || flag === binding.Z_PARTIAL_FLUSH || flag === binding.Z_SYNC_FLUSH || flag === binding.Z_FULL_FLUSH || flag === binding.Z_FINISH || flag === binding.Z_BLOCK;\\n}\\n\\n// the Zlib class they all inherit from\\n// This thing manages the queue of requests, and returns\\n// true or false if there is anything in the queue when\\n// you call the .write() method.\\n\\nfunction Zlib(opts, mode) {\\n  var _this = this;\\n\\n  this._opts = opts = opts || {};\\n  this._chunkSize = opts.chunkSize || exports.Z_DEFAULT_CHUNK;\\n\\n  Transform.call(this, opts);\\n\\n  if (opts.flush && !isValidFlushFlag(opts.flush)) {\\n    throw new Error('Invalid flush flag: ' + opts.flush);\\n  }\\n  if (opts.finishFlush && !isValidFlushFlag(opts.finishFlush)) {\\n    throw new Error('Invalid flush flag: ' + opts.finishFlush);\\n  }\\n\\n  this._flushFlag = opts.flush || binding.Z_NO_FLUSH;\\n  this._finishFlushFlag = typeof opts.finishFlush !== 'undefined' ? opts.finishFlush : binding.Z_FINISH;\\n\\n  if (opts.chunkSize) {\\n    if (opts.chunkSize < exports.Z_MIN_CHUNK || opts.chunkSize > exports.Z_MAX_CHUNK) {\\n      throw new Error('Invalid chunk size: ' + opts.chunkSize);\\n    }\\n  }\\n\\n  if (opts.windowBits) {\\n    if (opts.windowBits < exports.Z_MIN_WINDOWBITS || opts.windowBits > exports.Z_MAX_WINDOWBITS) {\\n      throw new Error('Invalid windowBits: ' + opts.windowBits);\\n    }\\n  }\\n\\n  if (opts.level) {\\n    if (opts.level < exports.Z_MIN_LEVEL || opts.level > exports.Z_MAX_LEVEL) {\\n      throw new Error('Invalid compression level: ' + opts.level);\\n    }\\n  }\\n\\n  if (opts.memLevel) {\\n    if (opts.memLevel < exports.Z_MIN_MEMLEVEL || opts.memLevel > exports.Z_MAX_MEMLEVEL) {\\n      throw new Error('Invalid memLevel: ' + opts.memLevel);\\n    }\\n  }\\n\\n  if (opts.strategy) {\\n    if (opts.strategy != exports.Z_FILTERED && opts.strategy != exports.Z_HUFFMAN_ONLY && opts.strategy != exports.Z_RLE && opts.strategy != exports.Z_FIXED && opts.strategy != exports.Z_DEFAULT_STRATEGY) {\\n      throw new Error('Invalid strategy: ' + opts.strategy);\\n    }\\n  }\\n\\n  if (opts.dictionary) {\\n    if (!Buffer.isBuffer(opts.dictionary)) {\\n      throw new Error('Invalid dictionary: it should be a Buffer instance');\\n    }\\n  }\\n\\n  this._handle = new binding.Zlib(mode);\\n\\n  var self = this;\\n  this._hadError = false;\\n  this._handle.onerror = function (message, errno) {\\n    // there is no way to cleanly recover.\\n    // continuing only obscures problems.\\n    _close(self);\\n    self._hadError = true;\\n\\n    var error = new Error(message);\\n    error.errno = errno;\\n    error.code = exports.codes[errno];\\n    self.emit('error', error);\\n  };\\n\\n  var level = exports.Z_DEFAULT_COMPRESSION;\\n  if (typeof opts.level === 'number') level = opts.level;\\n\\n  var strategy = exports.Z_DEFAULT_STRATEGY;\\n  if (typeof opts.strategy === 'number') strategy = opts.strategy;\\n\\n  this._handle.init(opts.windowBits || exports.Z_DEFAULT_WINDOWBITS, level, opts.memLevel || exports.Z_DEFAULT_MEMLEVEL, strategy, opts.dictionary);\\n\\n  this._buffer = Buffer.allocUnsafe(this._chunkSize);\\n  this._offset = 0;\\n  this._level = level;\\n  this._strategy = strategy;\\n\\n  this.once('end', this.close);\\n\\n  Object.defineProperty(this, '_closed', {\\n    get: function () {\\n      return !_this._handle;\\n    },\\n    configurable: true,\\n    enumerable: true\\n  });\\n}\\n\\nutil.inherits(Zlib, Transform);\\n\\nZlib.prototype.params = function (level, strategy, callback) {\\n  if (level < exports.Z_MIN_LEVEL || level > exports.Z_MAX_LEVEL) {\\n    throw new RangeError('Invalid compression level: ' + level);\\n  }\\n  if (strategy != exports.Z_FILTERED && strategy != exports.Z_HUFFMAN_ONLY && strategy != exports.Z_RLE && strategy != exports.Z_FIXED && strategy != exports.Z_DEFAULT_STRATEGY) {\\n    throw new TypeError('Invalid strategy: ' + strategy);\\n  }\\n\\n  if (this._level !== level || this._strategy !== strategy) {\\n    var self = this;\\n    this.flush(binding.Z_SYNC_FLUSH, function () {\\n      assert(self._handle, 'zlib binding closed');\\n      self._handle.params(level, strategy);\\n      if (!self._hadError) {\\n        self._level = level;\\n        self._strategy = strategy;\\n        if (callback) callback();\\n      }\\n    });\\n  } else {\\n    process.nextTick(callback);\\n  }\\n};\\n\\nZlib.prototype.reset = function () {\\n  assert(this._handle, 'zlib binding closed');\\n  return this._handle.reset();\\n};\\n\\n// This is the _flush function called by the transform class,\\n// internally, when the last chunk has been written.\\nZlib.prototype._flush = function (callback) {\\n  this._transform(Buffer.alloc(0), '', callback);\\n};\\n\\nZlib.prototype.flush = function (kind, callback) {\\n  var _this2 = this;\\n\\n  var ws = this._writableState;\\n\\n  if (typeof kind === 'function' || kind === undefined && !callback) {\\n    callback = kind;\\n    kind = binding.Z_FULL_FLUSH;\\n  }\\n\\n  if (ws.ended) {\\n    if (callback) process.nextTick(callback);\\n  } else if (ws.ending) {\\n    if (callback) this.once('end', callback);\\n  } else if (ws.needDrain) {\\n    if (callback) {\\n      this.once('drain', function () {\\n        return _this2.flush(kind, callback);\\n      });\\n    }\\n  } else {\\n    this._flushFlag = kind;\\n    this.write(Buffer.alloc(0), '', callback);\\n  }\\n};\\n\\nZlib.prototype.close = function (callback) {\\n  _close(this, callback);\\n  process.nextTick(emitCloseNT, this);\\n};\\n\\nfunction _close(engine, callback) {\\n  if (callback) process.nextTick(callback);\\n\\n  // Caller may invoke .close after a zlib error (which will null _handle).\\n  if (!engine._handle) return;\\n\\n  engine._handle.close();\\n  engine._handle = null;\\n}\\n\\nfunction emitCloseNT(self) {\\n  self.emit('close');\\n}\\n\\nZlib.prototype._transform = function (chunk, encoding, cb) {\\n  var flushFlag;\\n  var ws = this._writableState;\\n  var ending = ws.ending || ws.ended;\\n  var last = ending && (!chunk || ws.length === chunk.length);\\n\\n  if (chunk !== null && !Buffer.isBuffer(chunk)) return cb(new Error('invalid input'));\\n\\n  if (!this._handle) return cb(new Error('zlib binding closed'));\\n\\n  // If it's the last chunk, or a final flush, we use the Z_FINISH flush flag\\n  // (or whatever flag was provided using opts.finishFlush).\\n  // If it's explicitly flushing at some other time, then we use\\n  // Z_FULL_FLUSH. Otherwise, use Z_NO_FLUSH for maximum compression\\n  // goodness.\\n  if (last) flushFlag = this._finishFlushFlag;else {\\n    flushFlag = this._flushFlag;\\n    // once we've flushed the last of the queue, stop flushing and\\n    // go back to the normal behavior.\\n    if (chunk.length >= ws.length) {\\n      this._flushFlag = this._opts.flush || binding.Z_NO_FLUSH;\\n    }\\n  }\\n\\n  this._processChunk(chunk, flushFlag, cb);\\n};\\n\\nZlib.prototype._processChunk = function (chunk, flushFlag, cb) {\\n  var availInBefore = chunk && chunk.length;\\n  var availOutBefore = this._chunkSize - this._offset;\\n  var inOff = 0;\\n\\n  var self = this;\\n\\n  var async = typeof cb === 'function';\\n\\n  if (!async) {\\n    var buffers = [];\\n    var nread = 0;\\n\\n    var error;\\n    this.on('error', function (er) {\\n      error = er;\\n    });\\n\\n    assert(this._handle, 'zlib binding closed');\\n    do {\\n      var res = this._handle.writeSync(flushFlag, chunk, // in\\n      inOff, // in_off\\n      availInBefore, // in_len\\n      this._buffer, // out\\n      this._offset, //out_off\\n      availOutBefore); // out_len\\n    } while (!this._hadError && callback(res[0], res[1]));\\n\\n    if (this._hadError) {\\n      throw error;\\n    }\\n\\n    if (nread >= kMaxLength) {\\n      _close(this);\\n      throw new RangeError(kRangeErrorMessage);\\n    }\\n\\n    var buf = Buffer.concat(buffers, nread);\\n    _close(this);\\n\\n    return buf;\\n  }\\n\\n  assert(this._handle, 'zlib binding closed');\\n  var req = this._handle.write(flushFlag, chunk, // in\\n  inOff, // in_off\\n  availInBefore, // in_len\\n  this._buffer, // out\\n  this._offset, //out_off\\n  availOutBefore); // out_len\\n\\n  req.buffer = chunk;\\n  req.callback = callback;\\n\\n  function callback(availInAfter, availOutAfter) {\\n    // When the callback is used in an async write, the callback's\\n    // context is the `req` object that was created. The req object\\n    // is === this._handle, and that's why it's important to null\\n    // out the values after they are done being used. `this._handle`\\n    // can stay in memory longer than the callback and buffer are needed.\\n    if (this) {\\n      this.buffer = null;\\n      this.callback = null;\\n    }\\n\\n    if (self._hadError) return;\\n\\n    var have = availOutBefore - availOutAfter;\\n    assert(have >= 0, 'have should not go down');\\n\\n    if (have > 0) {\\n      var out = self._buffer.slice(self._offset, self._offset + have);\\n      self._offset += have;\\n      // serve some output to the consumer.\\n      if (async) {\\n        self.push(out);\\n      } else {\\n        buffers.push(out);\\n        nread += out.length;\\n      }\\n    }\\n\\n    // exhausted the output buffer, or used all the input create a new one.\\n    if (availOutAfter === 0 || self._offset >= self._chunkSize) {\\n      availOutBefore = self._chunkSize;\\n      self._offset = 0;\\n      self._buffer = Buffer.allocUnsafe(self._chunkSize);\\n    }\\n\\n    if (availOutAfter === 0) {\\n      // Not actually done.  Need to reprocess.\\n      // Also, update the availInBefore to the availInAfter value,\\n      // so that if we have to hit it a third (fourth, etc.) time,\\n      // it'll have the correct byte counts.\\n      inOff += availInBefore - availInAfter;\\n      availInBefore = availInAfter;\\n\\n      if (!async) return true;\\n\\n      var newReq = self._handle.write(flushFlag, chunk, inOff, availInBefore, self._buffer, self._offset, self._chunkSize);\\n      newReq.callback = callback; // this same function\\n      newReq.buffer = chunk;\\n      return;\\n    }\\n\\n    if (!async) return false;\\n\\n    // finished with the chunk.\\n    cb();\\n  }\\n};\\n\\nutil.inherits(Deflate, Zlib);\\nutil.inherits(Inflate, Zlib);\\nutil.inherits(Gzip, Zlib);\\nutil.inherits(Gunzip, Zlib);\\nutil.inherits(DeflateRaw, Zlib);\\nutil.inherits(InflateRaw, Zlib);\\nutil.inherits(Unzip, Zlib);\"\n    },\n    {\n      \"id\": 303,\n      \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/browserify-zlib/lib/binding.js\",\n      \"name\": \"./node_modules/browserify-zlib/lib/binding.js\",\n      \"index\": 295,\n      \"index2\": 299,\n      \"size\": 11044,\n      \"cacheable\": true,\n      \"built\": true,\n      \"optional\": false,\n      \"prefetched\": false,\n      \"chunks\": [\n        2\n      ],\n      \"issuer\": \"/Users/jarred/Code/styleurl/node_modules/browserify-zlib/lib/index.js\",\n      \"issuerId\": 302,\n      \"issuerName\": \"./node_modules/browserify-zlib/lib/index.js\",\n      \"issuerPath\": [\n        {\n          \"id\": 191,\n          \"identifier\": \"multi /Users/jarred/Code/styleurl/webpack/customPublicPath /Users/jarred/Code/styleurl/chrome/extension/background\",\n          \"name\": \"multi ./webpack/customPublicPath ./chrome/extension/background\",\n          \"profile\": {\n            \"factory\": 0,\n            \"building\": 0,\n            \"dependencies\": 54\n          }\n        },\n        {\n          \"id\": 192,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/background.js\",\n          \"name\": \"./chrome/extension/background.js\",\n          \"profile\": {\n            \"factory\": 54,\n            \"building\": 639,\n            \"dependencies\": 140\n          }\n        },\n        {\n          \"id\": 255,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/stylesheet-differ/lib/index.js\",\n          \"name\": \"./node_modules/stylesheet-differ/lib/index.js\",\n          \"profile\": {\n            \"factory\": 140,\n            \"building\": 568,\n            \"dependencies\": 1\n          }\n        },\n        {\n          \"id\": 256,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/native-css/index.js\",\n          \"name\": \"./node_modules/native-css/index.js\",\n          \"profile\": {\n            \"factory\": 189,\n            \"building\": 603,\n            \"dependencies\": 1\n          }\n        },\n        {\n          \"id\": 257,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/native-css/src/native-css.js\",\n          \"name\": \"./node_modules/native-css/src/native-css.js\",\n          \"profile\": {\n            \"factory\": 26,\n            \"building\": 63,\n            \"dependencies\": 14\n          }\n        },\n        {\n          \"id\": 293,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/fetch/lib/fetch.js\",\n          \"name\": \"./node_modules/fetch/lib/fetch.js\",\n          \"profile\": {\n            \"factory\": 117,\n            \"building\": 25,\n            \"dependencies\": 27\n          }\n        },\n        {\n          \"id\": 302,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/browserify-zlib/lib/index.js\",\n          \"name\": \"./node_modules/browserify-zlib/lib/index.js\",\n          \"profile\": {\n            \"factory\": 66,\n            \"building\": 38,\n            \"dependencies\": 20\n          }\n        }\n      ],\n      \"profile\": {\n        \"factory\": 46,\n        \"building\": 33,\n        \"dependencies\": 1\n      },\n      \"failed\": false,\n      \"errors\": 0,\n      \"warnings\": 0,\n      \"assets\": [],\n      \"reasons\": [\n        {\n          \"moduleId\": 302,\n          \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/browserify-zlib/lib/index.js\",\n          \"module\": \"./node_modules/browserify-zlib/lib/index.js\",\n          \"moduleName\": \"./node_modules/browserify-zlib/lib/index.js\",\n          \"type\": \"cjs require\",\n          \"userRequest\": \"./binding\",\n          \"loc\": \"5:14-34\"\n        }\n      ],\n      \"usedExports\": true,\n      \"providedExports\": null,\n      \"optimizationBailout\": [\n        \"ModuleConcatenation bailout: Module is not an ECMAScript module\"\n      ],\n      \"depth\": 7,\n      \"source\": \"'use strict';\\n/* eslint camelcase: \\\"off\\\" */\\n\\nvar assert = require('assert');\\n\\nvar Zstream = require('pako/lib/zlib/zstream');\\nvar zlib_deflate = require('pako/lib/zlib/deflate.js');\\nvar zlib_inflate = require('pako/lib/zlib/inflate.js');\\nvar constants = require('pako/lib/zlib/constants');\\n\\nfor (var key in constants) {\\n  exports[key] = constants[key];\\n}\\n\\n// zlib modes\\nexports.NONE = 0;\\nexports.DEFLATE = 1;\\nexports.INFLATE = 2;\\nexports.GZIP = 3;\\nexports.GUNZIP = 4;\\nexports.DEFLATERAW = 5;\\nexports.INFLATERAW = 6;\\nexports.UNZIP = 7;\\n\\nvar GZIP_HEADER_ID1 = 0x1f;\\nvar GZIP_HEADER_ID2 = 0x8b;\\n\\n/**\\n * Emulate Node's zlib C++ layer for use by the JS layer in index.js\\n */\\nfunction Zlib(mode) {\\n  if (typeof mode !== 'number' || mode < exports.DEFLATE || mode > exports.UNZIP) {\\n    throw new TypeError('Bad argument');\\n  }\\n\\n  this.dictionary = null;\\n  this.err = 0;\\n  this.flush = 0;\\n  this.init_done = false;\\n  this.level = 0;\\n  this.memLevel = 0;\\n  this.mode = mode;\\n  this.strategy = 0;\\n  this.windowBits = 0;\\n  this.write_in_progress = false;\\n  this.pending_close = false;\\n  this.gzip_id_bytes_read = 0;\\n}\\n\\nZlib.prototype.close = function () {\\n  if (this.write_in_progress) {\\n    this.pending_close = true;\\n    return;\\n  }\\n\\n  this.pending_close = false;\\n\\n  assert(this.init_done, 'close before init');\\n  assert(this.mode <= exports.UNZIP);\\n\\n  if (this.mode === exports.DEFLATE || this.mode === exports.GZIP || this.mode === exports.DEFLATERAW) {\\n    zlib_deflate.deflateEnd(this.strm);\\n  } else if (this.mode === exports.INFLATE || this.mode === exports.GUNZIP || this.mode === exports.INFLATERAW || this.mode === exports.UNZIP) {\\n    zlib_inflate.inflateEnd(this.strm);\\n  }\\n\\n  this.mode = exports.NONE;\\n\\n  this.dictionary = null;\\n};\\n\\nZlib.prototype.write = function (flush, input, in_off, in_len, out, out_off, out_len) {\\n  return this._write(true, flush, input, in_off, in_len, out, out_off, out_len);\\n};\\n\\nZlib.prototype.writeSync = function (flush, input, in_off, in_len, out, out_off, out_len) {\\n  return this._write(false, flush, input, in_off, in_len, out, out_off, out_len);\\n};\\n\\nZlib.prototype._write = function (async, flush, input, in_off, in_len, out, out_off, out_len) {\\n  assert.equal(arguments.length, 8);\\n\\n  assert(this.init_done, 'write before init');\\n  assert(this.mode !== exports.NONE, 'already finalized');\\n  assert.equal(false, this.write_in_progress, 'write already in progress');\\n  assert.equal(false, this.pending_close, 'close is pending');\\n\\n  this.write_in_progress = true;\\n\\n  assert.equal(false, flush === undefined, 'must provide flush value');\\n\\n  this.write_in_progress = true;\\n\\n  if (flush !== exports.Z_NO_FLUSH && flush !== exports.Z_PARTIAL_FLUSH && flush !== exports.Z_SYNC_FLUSH && flush !== exports.Z_FULL_FLUSH && flush !== exports.Z_FINISH && flush !== exports.Z_BLOCK) {\\n    throw new Error('Invalid flush value');\\n  }\\n\\n  if (input == null) {\\n    input = Buffer.alloc(0);\\n    in_len = 0;\\n    in_off = 0;\\n  }\\n\\n  this.strm.avail_in = in_len;\\n  this.strm.input = input;\\n  this.strm.next_in = in_off;\\n  this.strm.avail_out = out_len;\\n  this.strm.output = out;\\n  this.strm.next_out = out_off;\\n  this.flush = flush;\\n\\n  if (!async) {\\n    // sync version\\n    this._process();\\n\\n    if (this._checkError()) {\\n      return this._afterSync();\\n    }\\n    return;\\n  }\\n\\n  // async version\\n  var self = this;\\n  process.nextTick(function () {\\n    self._process();\\n    self._after();\\n  });\\n\\n  return this;\\n};\\n\\nZlib.prototype._afterSync = function () {\\n  var avail_out = this.strm.avail_out;\\n  var avail_in = this.strm.avail_in;\\n\\n  this.write_in_progress = false;\\n\\n  return [avail_in, avail_out];\\n};\\n\\nZlib.prototype._process = function () {\\n  var next_expected_header_byte = null;\\n\\n  // If the avail_out is left at 0, then it means that it ran out\\n  // of room.  If there was avail_out left over, then it means\\n  // that all of the input was consumed.\\n  switch (this.mode) {\\n    case exports.DEFLATE:\\n    case exports.GZIP:\\n    case exports.DEFLATERAW:\\n      this.err = zlib_deflate.deflate(this.strm, this.flush);\\n      break;\\n    case exports.UNZIP:\\n      if (this.strm.avail_in > 0) {\\n        next_expected_header_byte = this.strm.next_in;\\n      }\\n\\n      switch (this.gzip_id_bytes_read) {\\n        case 0:\\n          if (next_expected_header_byte === null) {\\n            break;\\n          }\\n\\n          if (this.strm.input[next_expected_header_byte] === GZIP_HEADER_ID1) {\\n            this.gzip_id_bytes_read = 1;\\n            next_expected_header_byte++;\\n\\n            if (this.strm.avail_in === 1) {\\n              // The only available byte was already read.\\n              break;\\n            }\\n          } else {\\n            this.mode = exports.INFLATE;\\n            break;\\n          }\\n\\n        // fallthrough\\n        case 1:\\n          if (next_expected_header_byte === null) {\\n            break;\\n          }\\n\\n          if (this.strm.input[next_expected_header_byte] === GZIP_HEADER_ID2) {\\n            this.gzip_id_bytes_read = 2;\\n            this.mode = exports.GUNZIP;\\n          } else {\\n            // There is no actual difference between INFLATE and INFLATERAW\\n            // (after initialization).\\n            this.mode = exports.INFLATE;\\n          }\\n\\n          break;\\n        default:\\n          throw new Error('invalid number of gzip magic number bytes read');\\n      }\\n\\n    // fallthrough\\n    case exports.INFLATE:\\n    case exports.GUNZIP:\\n    case exports.INFLATERAW:\\n      this.err = zlib_inflate.inflate(this.strm, this.flush\\n\\n      // If data was encoded with dictionary\\n      );if (this.err === exports.Z_NEED_DICT && this.dictionary) {\\n        // Load it\\n        this.err = zlib_inflate.inflateSetDictionary(this.strm, this.dictionary);\\n        if (this.err === exports.Z_OK) {\\n          // And try to decode again\\n          this.err = zlib_inflate.inflate(this.strm, this.flush);\\n        } else if (this.err === exports.Z_DATA_ERROR) {\\n          // Both inflateSetDictionary() and inflate() return Z_DATA_ERROR.\\n          // Make it possible for After() to tell a bad dictionary from bad\\n          // input.\\n          this.err = exports.Z_NEED_DICT;\\n        }\\n      }\\n      while (this.strm.avail_in > 0 && this.mode === exports.GUNZIP && this.err === exports.Z_STREAM_END && this.strm.next_in[0] !== 0x00) {\\n        // Bytes remain in input buffer. Perhaps this is another compressed\\n        // member in the same archive, or just trailing garbage.\\n        // Trailing zero bytes are okay, though, since they are frequently\\n        // used for padding.\\n\\n        this.reset();\\n        this.err = zlib_inflate.inflate(this.strm, this.flush);\\n      }\\n      break;\\n    default:\\n      throw new Error('Unknown mode ' + this.mode);\\n  }\\n};\\n\\nZlib.prototype._checkError = function () {\\n  // Acceptable error states depend on the type of zlib stream.\\n  switch (this.err) {\\n    case exports.Z_OK:\\n    case exports.Z_BUF_ERROR:\\n      if (this.strm.avail_out !== 0 && this.flush === exports.Z_FINISH) {\\n        this._error('unexpected end of file');\\n        return false;\\n      }\\n      break;\\n    case exports.Z_STREAM_END:\\n      // normal statuses, not fatal\\n      break;\\n    case exports.Z_NEED_DICT:\\n      if (this.dictionary == null) {\\n        this._error('Missing dictionary');\\n      } else {\\n        this._error('Bad dictionary');\\n      }\\n      return false;\\n    default:\\n      // something else.\\n      this._error('Zlib error');\\n      return false;\\n  }\\n\\n  return true;\\n};\\n\\nZlib.prototype._after = function () {\\n  if (!this._checkError()) {\\n    return;\\n  }\\n\\n  var avail_out = this.strm.avail_out;\\n  var avail_in = this.strm.avail_in;\\n\\n  this.write_in_progress = false;\\n\\n  // call the write() cb\\n  this.callback(avail_in, avail_out);\\n\\n  if (this.pending_close) {\\n    this.close();\\n  }\\n};\\n\\nZlib.prototype._error = function (message) {\\n  if (this.strm.msg) {\\n    message = this.strm.msg;\\n  }\\n  this.onerror(message, this.err\\n\\n  // no hope of rescue.\\n  );this.write_in_progress = false;\\n  if (this.pending_close) {\\n    this.close();\\n  }\\n};\\n\\nZlib.prototype.init = function (windowBits, level, memLevel, strategy, dictionary) {\\n  assert(arguments.length === 4 || arguments.length === 5, 'init(windowBits, level, memLevel, strategy, [dictionary])');\\n\\n  assert(windowBits >= 8 && windowBits <= 15, 'invalid windowBits');\\n  assert(level >= -1 && level <= 9, 'invalid compression level');\\n\\n  assert(memLevel >= 1 && memLevel <= 9, 'invalid memlevel');\\n\\n  assert(strategy === exports.Z_FILTERED || strategy === exports.Z_HUFFMAN_ONLY || strategy === exports.Z_RLE || strategy === exports.Z_FIXED || strategy === exports.Z_DEFAULT_STRATEGY, 'invalid strategy');\\n\\n  this._init(level, windowBits, memLevel, strategy, dictionary);\\n  this._setDictionary();\\n};\\n\\nZlib.prototype.params = function () {\\n  throw new Error('deflateParams Not supported');\\n};\\n\\nZlib.prototype.reset = function () {\\n  this._reset();\\n  this._setDictionary();\\n};\\n\\nZlib.prototype._init = function (level, windowBits, memLevel, strategy, dictionary) {\\n  this.level = level;\\n  this.windowBits = windowBits;\\n  this.memLevel = memLevel;\\n  this.strategy = strategy;\\n\\n  this.flush = exports.Z_NO_FLUSH;\\n\\n  this.err = exports.Z_OK;\\n\\n  if (this.mode === exports.GZIP || this.mode === exports.GUNZIP) {\\n    this.windowBits += 16;\\n  }\\n\\n  if (this.mode === exports.UNZIP) {\\n    this.windowBits += 32;\\n  }\\n\\n  if (this.mode === exports.DEFLATERAW || this.mode === exports.INFLATERAW) {\\n    this.windowBits = -1 * this.windowBits;\\n  }\\n\\n  this.strm = new Zstream();\\n\\n  switch (this.mode) {\\n    case exports.DEFLATE:\\n    case exports.GZIP:\\n    case exports.DEFLATERAW:\\n      this.err = zlib_deflate.deflateInit2(this.strm, this.level, exports.Z_DEFLATED, this.windowBits, this.memLevel, this.strategy);\\n      break;\\n    case exports.INFLATE:\\n    case exports.GUNZIP:\\n    case exports.INFLATERAW:\\n    case exports.UNZIP:\\n      this.err = zlib_inflate.inflateInit2(this.strm, this.windowBits);\\n      break;\\n    default:\\n      throw new Error('Unknown mode ' + this.mode);\\n  }\\n\\n  if (this.err !== exports.Z_OK) {\\n    this._error('Init error');\\n  }\\n\\n  this.dictionary = dictionary;\\n\\n  this.write_in_progress = false;\\n  this.init_done = true;\\n};\\n\\nZlib.prototype._setDictionary = function () {\\n  if (this.dictionary == null) {\\n    return;\\n  }\\n\\n  this.err = exports.Z_OK;\\n\\n  switch (this.mode) {\\n    case exports.DEFLATE:\\n    case exports.DEFLATERAW:\\n      this.err = zlib_deflate.deflateSetDictionary(this.strm, this.dictionary);\\n      break;\\n    default:\\n      break;\\n  }\\n\\n  if (this.err !== exports.Z_OK) {\\n    this._error('Failed to set dictionary');\\n  }\\n};\\n\\nZlib.prototype._reset = function () {\\n  this.err = exports.Z_OK;\\n\\n  switch (this.mode) {\\n    case exports.DEFLATE:\\n    case exports.DEFLATERAW:\\n    case exports.GZIP:\\n      this.err = zlib_deflate.deflateReset(this.strm);\\n      break;\\n    case exports.INFLATE:\\n    case exports.INFLATERAW:\\n    case exports.GUNZIP:\\n      this.err = zlib_inflate.inflateReset(this.strm);\\n      break;\\n    default:\\n      break;\\n  }\\n\\n  if (this.err !== exports.Z_OK) {\\n    this._error('Failed to reset stream');\\n  }\\n};\\n\\nexports.Zlib = Zlib;\"\n    },\n    {\n      \"id\": 304,\n      \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/pako/lib/zlib/zstream.js\",\n      \"name\": \"./node_modules/pako/lib/zlib/zstream.js\",\n      \"index\": 296,\n      \"index2\": 288,\n      \"size\": 1811,\n      \"cacheable\": true,\n      \"built\": true,\n      \"optional\": false,\n      \"prefetched\": false,\n      \"chunks\": [\n        2\n      ],\n      \"issuer\": \"/Users/jarred/Code/styleurl/node_modules/browserify-zlib/lib/binding.js\",\n      \"issuerId\": 303,\n      \"issuerName\": \"./node_modules/browserify-zlib/lib/binding.js\",\n      \"issuerPath\": [\n        {\n          \"id\": 191,\n          \"identifier\": \"multi /Users/jarred/Code/styleurl/webpack/customPublicPath /Users/jarred/Code/styleurl/chrome/extension/background\",\n          \"name\": \"multi ./webpack/customPublicPath ./chrome/extension/background\",\n          \"profile\": {\n            \"factory\": 0,\n            \"building\": 0,\n            \"dependencies\": 54\n          }\n        },\n        {\n          \"id\": 192,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/background.js\",\n          \"name\": \"./chrome/extension/background.js\",\n          \"profile\": {\n            \"factory\": 54,\n            \"building\": 639,\n            \"dependencies\": 140\n          }\n        },\n        {\n          \"id\": 255,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/stylesheet-differ/lib/index.js\",\n          \"name\": \"./node_modules/stylesheet-differ/lib/index.js\",\n          \"profile\": {\n            \"factory\": 140,\n            \"building\": 568,\n            \"dependencies\": 1\n          }\n        },\n        {\n          \"id\": 256,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/native-css/index.js\",\n          \"name\": \"./node_modules/native-css/index.js\",\n          \"profile\": {\n            \"factory\": 189,\n            \"building\": 603,\n            \"dependencies\": 1\n          }\n        },\n        {\n          \"id\": 257,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/native-css/src/native-css.js\",\n          \"name\": \"./node_modules/native-css/src/native-css.js\",\n          \"profile\": {\n            \"factory\": 26,\n            \"building\": 63,\n            \"dependencies\": 14\n          }\n        },\n        {\n          \"id\": 293,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/fetch/lib/fetch.js\",\n          \"name\": \"./node_modules/fetch/lib/fetch.js\",\n          \"profile\": {\n            \"factory\": 117,\n            \"building\": 25,\n            \"dependencies\": 27\n          }\n        },\n        {\n          \"id\": 302,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/browserify-zlib/lib/index.js\",\n          \"name\": \"./node_modules/browserify-zlib/lib/index.js\",\n          \"profile\": {\n            \"factory\": 66,\n            \"building\": 38,\n            \"dependencies\": 20\n          }\n        },\n        {\n          \"id\": 303,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/browserify-zlib/lib/binding.js\",\n          \"name\": \"./node_modules/browserify-zlib/lib/binding.js\",\n          \"profile\": {\n            \"factory\": 46,\n            \"building\": 33,\n            \"dependencies\": 1\n          }\n        }\n      ],\n      \"profile\": {\n        \"factory\": 116,\n        \"building\": 47,\n        \"dependencies\": 38\n      },\n      \"failed\": false,\n      \"errors\": 0,\n      \"warnings\": 0,\n      \"assets\": [],\n      \"reasons\": [\n        {\n          \"moduleId\": 303,\n          \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/browserify-zlib/lib/binding.js\",\n          \"module\": \"./node_modules/browserify-zlib/lib/binding.js\",\n          \"moduleName\": \"./node_modules/browserify-zlib/lib/binding.js\",\n          \"type\": \"cjs require\",\n          \"userRequest\": \"pako/lib/zlib/zstream\",\n          \"loc\": \"6:14-46\"\n        }\n      ],\n      \"usedExports\": true,\n      \"providedExports\": null,\n      \"optimizationBailout\": [\n        \"ModuleConcatenation bailout: Module is not an ECMAScript module\"\n      ],\n      \"depth\": 8,\n      \"source\": \"'use strict';\\n\\n// (C) 1995-2013 Jean-loup Gailly and Mark Adler\\n// (C) 2014-2017 Vitaly Puzrin and Andrey Tupitsin\\n//\\n// This software is provided 'as-is', without any express or implied\\n// warranty. In no event will the authors be held liable for any damages\\n// arising from the use of this software.\\n//\\n// Permission is granted to anyone to use this software for any purpose,\\n// including commercial applications, and to alter it and redistribute it\\n// freely, subject to the following restrictions:\\n//\\n// 1. The origin of this software must not be misrepresented; you must not\\n//   claim that you wrote the original software. If you use this software\\n//   in a product, an acknowledgment in the product documentation would be\\n//   appreciated but is not required.\\n// 2. Altered source versions must be plainly marked as such, and must not be\\n//   misrepresented as being the original software.\\n// 3. This notice may not be removed or altered from any source distribution.\\n\\nfunction ZStream() {\\n  /* next input byte */\\n  this.input = null; // JS specific, because we have no pointers\\n  this.next_in = 0;\\n  /* number of bytes available at input */\\n  this.avail_in = 0;\\n  /* total number of input bytes read so far */\\n  this.total_in = 0;\\n  /* next output byte should be put there */\\n  this.output = null; // JS specific, because we have no pointers\\n  this.next_out = 0;\\n  /* remaining free space at output */\\n  this.avail_out = 0;\\n  /* total number of bytes output so far */\\n  this.total_out = 0;\\n  /* last error message, NULL if no error */\\n  this.msg = ''/*Z_NULL*/;\\n  /* not visible by applications */\\n  this.state = null;\\n  /* best guess about the data type: binary or text */\\n  this.data_type = 2/*Z_UNKNOWN*/;\\n  /* adler32 value of the uncompressed data */\\n  this.adler = 0;\\n}\\n\\nmodule.exports = ZStream;\\n\"\n    },\n    {\n      \"id\": 305,\n      \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/pako/lib/zlib/deflate.js\",\n      \"name\": \"./node_modules/pako/lib/zlib/deflate.js\",\n      \"index\": 297,\n      \"index2\": 294,\n      \"size\": 61192,\n      \"cacheable\": true,\n      \"built\": true,\n      \"optional\": false,\n      \"prefetched\": false,\n      \"chunks\": [\n        2\n      ],\n      \"issuer\": \"/Users/jarred/Code/styleurl/node_modules/browserify-zlib/lib/binding.js\",\n      \"issuerId\": 303,\n      \"issuerName\": \"./node_modules/browserify-zlib/lib/binding.js\",\n      \"issuerPath\": [\n        {\n          \"id\": 191,\n          \"identifier\": \"multi /Users/jarred/Code/styleurl/webpack/customPublicPath /Users/jarred/Code/styleurl/chrome/extension/background\",\n          \"name\": \"multi ./webpack/customPublicPath ./chrome/extension/background\",\n          \"profile\": {\n            \"factory\": 0,\n            \"building\": 0,\n            \"dependencies\": 54\n          }\n        },\n        {\n          \"id\": 192,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/background.js\",\n          \"name\": \"./chrome/extension/background.js\",\n          \"profile\": {\n            \"factory\": 54,\n            \"building\": 639,\n            \"dependencies\": 140\n          }\n        },\n        {\n          \"id\": 255,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/stylesheet-differ/lib/index.js\",\n          \"name\": \"./node_modules/stylesheet-differ/lib/index.js\",\n          \"profile\": {\n            \"factory\": 140,\n            \"building\": 568,\n            \"dependencies\": 1\n          }\n        },\n        {\n          \"id\": 256,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/native-css/index.js\",\n          \"name\": \"./node_modules/native-css/index.js\",\n          \"profile\": {\n            \"factory\": 189,\n            \"building\": 603,\n            \"dependencies\": 1\n          }\n        },\n        {\n          \"id\": 257,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/native-css/src/native-css.js\",\n          \"name\": \"./node_modules/native-css/src/native-css.js\",\n          \"profile\": {\n            \"factory\": 26,\n            \"building\": 63,\n            \"dependencies\": 14\n          }\n        },\n        {\n          \"id\": 293,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/fetch/lib/fetch.js\",\n          \"name\": \"./node_modules/fetch/lib/fetch.js\",\n          \"profile\": {\n            \"factory\": 117,\n            \"building\": 25,\n            \"dependencies\": 27\n          }\n        },\n        {\n          \"id\": 302,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/browserify-zlib/lib/index.js\",\n          \"name\": \"./node_modules/browserify-zlib/lib/index.js\",\n          \"profile\": {\n            \"factory\": 66,\n            \"building\": 38,\n            \"dependencies\": 20\n          }\n        },\n        {\n          \"id\": 303,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/browserify-zlib/lib/binding.js\",\n          \"name\": \"./node_modules/browserify-zlib/lib/binding.js\",\n          \"profile\": {\n            \"factory\": 46,\n            \"building\": 33,\n            \"dependencies\": 1\n          }\n        }\n      ],\n      \"profile\": {\n        \"factory\": 116,\n        \"building\": 47,\n        \"dependencies\": 38\n      },\n      \"failed\": false,\n      \"errors\": 0,\n      \"warnings\": 0,\n      \"assets\": [],\n      \"reasons\": [\n        {\n          \"moduleId\": 303,\n          \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/browserify-zlib/lib/binding.js\",\n          \"module\": \"./node_modules/browserify-zlib/lib/binding.js\",\n          \"moduleName\": \"./node_modules/browserify-zlib/lib/binding.js\",\n          \"type\": \"cjs require\",\n          \"userRequest\": \"pako/lib/zlib/deflate.js\",\n          \"loc\": \"7:19-54\"\n        }\n      ],\n      \"usedExports\": true,\n      \"providedExports\": null,\n      \"optimizationBailout\": [\n        \"ModuleConcatenation bailout: Module is not an ECMAScript module\"\n      ],\n      \"depth\": 8,\n      \"source\": \"'use strict';\\n\\n// (C) 1995-2013 Jean-loup Gailly and Mark Adler\\n// (C) 2014-2017 Vitaly Puzrin and Andrey Tupitsin\\n//\\n// This software is provided 'as-is', without any express or implied\\n// warranty. In no event will the authors be held liable for any damages\\n// arising from the use of this software.\\n//\\n// Permission is granted to anyone to use this software for any purpose,\\n// including commercial applications, and to alter it and redistribute it\\n// freely, subject to the following restrictions:\\n//\\n// 1. The origin of this software must not be misrepresented; you must not\\n//   claim that you wrote the original software. If you use this software\\n//   in a product, an acknowledgment in the product documentation would be\\n//   appreciated but is not required.\\n// 2. Altered source versions must be plainly marked as such, and must not be\\n//   misrepresented as being the original software.\\n// 3. This notice may not be removed or altered from any source distribution.\\n\\nvar utils   = require('../utils/common');\\nvar trees   = require('./trees');\\nvar adler32 = require('./adler32');\\nvar crc32   = require('./crc32');\\nvar msg     = require('./messages');\\n\\n/* Public constants ==========================================================*/\\n/* ===========================================================================*/\\n\\n\\n/* Allowed flush values; see deflate() and inflate() below for details */\\nvar Z_NO_FLUSH      = 0;\\nvar Z_PARTIAL_FLUSH = 1;\\n//var Z_SYNC_FLUSH    = 2;\\nvar Z_FULL_FLUSH    = 3;\\nvar Z_FINISH        = 4;\\nvar Z_BLOCK         = 5;\\n//var Z_TREES         = 6;\\n\\n\\n/* Return codes for the compression/decompression functions. Negative values\\n * are errors, positive values are used for special but normal events.\\n */\\nvar Z_OK            = 0;\\nvar Z_STREAM_END    = 1;\\n//var Z_NEED_DICT     = 2;\\n//var Z_ERRNO         = -1;\\nvar Z_STREAM_ERROR  = -2;\\nvar Z_DATA_ERROR    = -3;\\n//var Z_MEM_ERROR     = -4;\\nvar Z_BUF_ERROR     = -5;\\n//var Z_VERSION_ERROR = -6;\\n\\n\\n/* compression levels */\\n//var Z_NO_COMPRESSION      = 0;\\n//var Z_BEST_SPEED          = 1;\\n//var Z_BEST_COMPRESSION    = 9;\\nvar Z_DEFAULT_COMPRESSION = -1;\\n\\n\\nvar Z_FILTERED            = 1;\\nvar Z_HUFFMAN_ONLY        = 2;\\nvar Z_RLE                 = 3;\\nvar Z_FIXED               = 4;\\nvar Z_DEFAULT_STRATEGY    = 0;\\n\\n/* Possible values of the data_type field (though see inflate()) */\\n//var Z_BINARY              = 0;\\n//var Z_TEXT                = 1;\\n//var Z_ASCII               = 1; // = Z_TEXT\\nvar Z_UNKNOWN             = 2;\\n\\n\\n/* The deflate compression method */\\nvar Z_DEFLATED  = 8;\\n\\n/*============================================================================*/\\n\\n\\nvar MAX_MEM_LEVEL = 9;\\n/* Maximum value for memLevel in deflateInit2 */\\nvar MAX_WBITS = 15;\\n/* 32K LZ77 window */\\nvar DEF_MEM_LEVEL = 8;\\n\\n\\nvar LENGTH_CODES  = 29;\\n/* number of length codes, not counting the special END_BLOCK code */\\nvar LITERALS      = 256;\\n/* number of literal bytes 0..255 */\\nvar L_CODES       = LITERALS + 1 + LENGTH_CODES;\\n/* number of Literal or Length codes, including the END_BLOCK code */\\nvar D_CODES       = 30;\\n/* number of distance codes */\\nvar BL_CODES      = 19;\\n/* number of codes used to transfer the bit lengths */\\nvar HEAP_SIZE     = 2 * L_CODES + 1;\\n/* maximum heap size */\\nvar MAX_BITS  = 15;\\n/* All codes must not exceed MAX_BITS bits */\\n\\nvar MIN_MATCH = 3;\\nvar MAX_MATCH = 258;\\nvar MIN_LOOKAHEAD = (MAX_MATCH + MIN_MATCH + 1);\\n\\nvar PRESET_DICT = 0x20;\\n\\nvar INIT_STATE = 42;\\nvar EXTRA_STATE = 69;\\nvar NAME_STATE = 73;\\nvar COMMENT_STATE = 91;\\nvar HCRC_STATE = 103;\\nvar BUSY_STATE = 113;\\nvar FINISH_STATE = 666;\\n\\nvar BS_NEED_MORE      = 1; /* block not completed, need more input or more output */\\nvar BS_BLOCK_DONE     = 2; /* block flush performed */\\nvar BS_FINISH_STARTED = 3; /* finish started, need only more output at next deflate */\\nvar BS_FINISH_DONE    = 4; /* finish done, accept no more input or output */\\n\\nvar OS_CODE = 0x03; // Unix :) . Don't detect, use this default.\\n\\nfunction err(strm, errorCode) {\\n  strm.msg = msg[errorCode];\\n  return errorCode;\\n}\\n\\nfunction rank(f) {\\n  return ((f) << 1) - ((f) > 4 ? 9 : 0);\\n}\\n\\nfunction zero(buf) { var len = buf.length; while (--len >= 0) { buf[len] = 0; } }\\n\\n\\n/* =========================================================================\\n * Flush as much pending output as possible. All deflate() output goes\\n * through this function so some applications may wish to modify it\\n * to avoid allocating a large strm->output buffer and copying into it.\\n * (See also read_buf()).\\n */\\nfunction flush_pending(strm) {\\n  var s = strm.state;\\n\\n  //_tr_flush_bits(s);\\n  var len = s.pending;\\n  if (len > strm.avail_out) {\\n    len = strm.avail_out;\\n  }\\n  if (len === 0) { return; }\\n\\n  utils.arraySet(strm.output, s.pending_buf, s.pending_out, len, strm.next_out);\\n  strm.next_out += len;\\n  s.pending_out += len;\\n  strm.total_out += len;\\n  strm.avail_out -= len;\\n  s.pending -= len;\\n  if (s.pending === 0) {\\n    s.pending_out = 0;\\n  }\\n}\\n\\n\\nfunction flush_block_only(s, last) {\\n  trees._tr_flush_block(s, (s.block_start >= 0 ? s.block_start : -1), s.strstart - s.block_start, last);\\n  s.block_start = s.strstart;\\n  flush_pending(s.strm);\\n}\\n\\n\\nfunction put_byte(s, b) {\\n  s.pending_buf[s.pending++] = b;\\n}\\n\\n\\n/* =========================================================================\\n * Put a short in the pending buffer. The 16-bit value is put in MSB order.\\n * IN assertion: the stream state is correct and there is enough room in\\n * pending_buf.\\n */\\nfunction putShortMSB(s, b) {\\n//  put_byte(s, (Byte)(b >> 8));\\n//  put_byte(s, (Byte)(b & 0xff));\\n  s.pending_buf[s.pending++] = (b >>> 8) & 0xff;\\n  s.pending_buf[s.pending++] = b & 0xff;\\n}\\n\\n\\n/* ===========================================================================\\n * Read a new buffer from the current input stream, update the adler32\\n * and total number of bytes read.  All deflate() input goes through\\n * this function so some applications may wish to modify it to avoid\\n * allocating a large strm->input buffer and copying from it.\\n * (See also flush_pending()).\\n */\\nfunction read_buf(strm, buf, start, size) {\\n  var len = strm.avail_in;\\n\\n  if (len > size) { len = size; }\\n  if (len === 0) { return 0; }\\n\\n  strm.avail_in -= len;\\n\\n  // zmemcpy(buf, strm->next_in, len);\\n  utils.arraySet(buf, strm.input, strm.next_in, len, start);\\n  if (strm.state.wrap === 1) {\\n    strm.adler = adler32(strm.adler, buf, len, start);\\n  }\\n\\n  else if (strm.state.wrap === 2) {\\n    strm.adler = crc32(strm.adler, buf, len, start);\\n  }\\n\\n  strm.next_in += len;\\n  strm.total_in += len;\\n\\n  return len;\\n}\\n\\n\\n/* ===========================================================================\\n * Set match_start to the longest match starting at the given string and\\n * return its length. Matches shorter or equal to prev_length are discarded,\\n * in which case the result is equal to prev_length and match_start is\\n * garbage.\\n * IN assertions: cur_match is the head of the hash chain for the current\\n *   string (strstart) and its distance is <= MAX_DIST, and prev_length >= 1\\n * OUT assertion: the match length is not greater than s->lookahead.\\n */\\nfunction longest_match(s, cur_match) {\\n  var chain_length = s.max_chain_length;      /* max hash chain length */\\n  var scan = s.strstart; /* current string */\\n  var match;                       /* matched string */\\n  var len;                           /* length of current match */\\n  var best_len = s.prev_length;              /* best match length so far */\\n  var nice_match = s.nice_match;             /* stop if match long enough */\\n  var limit = (s.strstart > (s.w_size - MIN_LOOKAHEAD)) ?\\n      s.strstart - (s.w_size - MIN_LOOKAHEAD) : 0/*NIL*/;\\n\\n  var _win = s.window; // shortcut\\n\\n  var wmask = s.w_mask;\\n  var prev  = s.prev;\\n\\n  /* Stop when cur_match becomes <= limit. To simplify the code,\\n   * we prevent matches with the string of window index 0.\\n   */\\n\\n  var strend = s.strstart + MAX_MATCH;\\n  var scan_end1  = _win[scan + best_len - 1];\\n  var scan_end   = _win[scan + best_len];\\n\\n  /* The code is optimized for HASH_BITS >= 8 and MAX_MATCH-2 multiple of 16.\\n   * It is easy to get rid of this optimization if necessary.\\n   */\\n  // Assert(s->hash_bits >= 8 && MAX_MATCH == 258, \\\"Code too clever\\\");\\n\\n  /* Do not waste too much time if we already have a good match: */\\n  if (s.prev_length >= s.good_match) {\\n    chain_length >>= 2;\\n  }\\n  /* Do not look for matches beyond the end of the input. This is necessary\\n   * to make deflate deterministic.\\n   */\\n  if (nice_match > s.lookahead) { nice_match = s.lookahead; }\\n\\n  // Assert((ulg)s->strstart <= s->window_size-MIN_LOOKAHEAD, \\\"need lookahead\\\");\\n\\n  do {\\n    // Assert(cur_match < s->strstart, \\\"no future\\\");\\n    match = cur_match;\\n\\n    /* Skip to next match if the match length cannot increase\\n     * or if the match length is less than 2.  Note that the checks below\\n     * for insufficient lookahead only occur occasionally for performance\\n     * reasons.  Therefore uninitialized memory will be accessed, and\\n     * conditional jumps will be made that depend on those values.\\n     * However the length of the match is limited to the lookahead, so\\n     * the output of deflate is not affected by the uninitialized values.\\n     */\\n\\n    if (_win[match + best_len]     !== scan_end  ||\\n        _win[match + best_len - 1] !== scan_end1 ||\\n        _win[match]                !== _win[scan] ||\\n        _win[++match]              !== _win[scan + 1]) {\\n      continue;\\n    }\\n\\n    /* The check at best_len-1 can be removed because it will be made\\n     * again later. (This heuristic is not always a win.)\\n     * It is not necessary to compare scan[2] and match[2] since they\\n     * are always equal when the other bytes match, given that\\n     * the hash keys are equal and that HASH_BITS >= 8.\\n     */\\n    scan += 2;\\n    match++;\\n    // Assert(*scan == *match, \\\"match[2]?\\\");\\n\\n    /* We check for insufficient lookahead only every 8th comparison;\\n     * the 256th check will be made at strstart+258.\\n     */\\n    do {\\n      /*jshint noempty:false*/\\n    } while (_win[++scan] === _win[++match] && _win[++scan] === _win[++match] &&\\n             _win[++scan] === _win[++match] && _win[++scan] === _win[++match] &&\\n             _win[++scan] === _win[++match] && _win[++scan] === _win[++match] &&\\n             _win[++scan] === _win[++match] && _win[++scan] === _win[++match] &&\\n             scan < strend);\\n\\n    // Assert(scan <= s->window+(unsigned)(s->window_size-1), \\\"wild scan\\\");\\n\\n    len = MAX_MATCH - (strend - scan);\\n    scan = strend - MAX_MATCH;\\n\\n    if (len > best_len) {\\n      s.match_start = cur_match;\\n      best_len = len;\\n      if (len >= nice_match) {\\n        break;\\n      }\\n      scan_end1  = _win[scan + best_len - 1];\\n      scan_end   = _win[scan + best_len];\\n    }\\n  } while ((cur_match = prev[cur_match & wmask]) > limit && --chain_length !== 0);\\n\\n  if (best_len <= s.lookahead) {\\n    return best_len;\\n  }\\n  return s.lookahead;\\n}\\n\\n\\n/* ===========================================================================\\n * Fill the window when the lookahead becomes insufficient.\\n * Updates strstart and lookahead.\\n *\\n * IN assertion: lookahead < MIN_LOOKAHEAD\\n * OUT assertions: strstart <= window_size-MIN_LOOKAHEAD\\n *    At least one byte has been read, or avail_in == 0; reads are\\n *    performed for at least two bytes (required for the zip translate_eol\\n *    option -- not supported here).\\n */\\nfunction fill_window(s) {\\n  var _w_size = s.w_size;\\n  var p, n, m, more, str;\\n\\n  //Assert(s->lookahead < MIN_LOOKAHEAD, \\\"already enough lookahead\\\");\\n\\n  do {\\n    more = s.window_size - s.lookahead - s.strstart;\\n\\n    // JS ints have 32 bit, block below not needed\\n    /* Deal with !@#$% 64K limit: */\\n    //if (sizeof(int) <= 2) {\\n    //    if (more == 0 && s->strstart == 0 && s->lookahead == 0) {\\n    //        more = wsize;\\n    //\\n    //  } else if (more == (unsigned)(-1)) {\\n    //        /* Very unlikely, but possible on 16 bit machine if\\n    //         * strstart == 0 && lookahead == 1 (input done a byte at time)\\n    //         */\\n    //        more--;\\n    //    }\\n    //}\\n\\n\\n    /* If the window is almost full and there is insufficient lookahead,\\n     * move the upper half to the lower one to make room in the upper half.\\n     */\\n    if (s.strstart >= _w_size + (_w_size - MIN_LOOKAHEAD)) {\\n\\n      utils.arraySet(s.window, s.window, _w_size, _w_size, 0);\\n      s.match_start -= _w_size;\\n      s.strstart -= _w_size;\\n      /* we now have strstart >= MAX_DIST */\\n      s.block_start -= _w_size;\\n\\n      /* Slide the hash table (could be avoided with 32 bit values\\n       at the expense of memory usage). We slide even when level == 0\\n       to keep the hash table consistent if we switch back to level > 0\\n       later. (Using level 0 permanently is not an optimal usage of\\n       zlib, so we don't care about this pathological case.)\\n       */\\n\\n      n = s.hash_size;\\n      p = n;\\n      do {\\n        m = s.head[--p];\\n        s.head[p] = (m >= _w_size ? m - _w_size : 0);\\n      } while (--n);\\n\\n      n = _w_size;\\n      p = n;\\n      do {\\n        m = s.prev[--p];\\n        s.prev[p] = (m >= _w_size ? m - _w_size : 0);\\n        /* If n is not on any hash chain, prev[n] is garbage but\\n         * its value will never be used.\\n         */\\n      } while (--n);\\n\\n      more += _w_size;\\n    }\\n    if (s.strm.avail_in === 0) {\\n      break;\\n    }\\n\\n    /* If there was no sliding:\\n     *    strstart <= WSIZE+MAX_DIST-1 && lookahead <= MIN_LOOKAHEAD - 1 &&\\n     *    more == window_size - lookahead - strstart\\n     * => more >= window_size - (MIN_LOOKAHEAD-1 + WSIZE + MAX_DIST-1)\\n     * => more >= window_size - 2*WSIZE + 2\\n     * In the BIG_MEM or MMAP case (not yet supported),\\n     *   window_size == input_size + MIN_LOOKAHEAD  &&\\n     *   strstart + s->lookahead <= input_size => more >= MIN_LOOKAHEAD.\\n     * Otherwise, window_size == 2*WSIZE so more >= 2.\\n     * If there was sliding, more >= WSIZE. So in all cases, more >= 2.\\n     */\\n    //Assert(more >= 2, \\\"more < 2\\\");\\n    n = read_buf(s.strm, s.window, s.strstart + s.lookahead, more);\\n    s.lookahead += n;\\n\\n    /* Initialize the hash value now that we have some input: */\\n    if (s.lookahead + s.insert >= MIN_MATCH) {\\n      str = s.strstart - s.insert;\\n      s.ins_h = s.window[str];\\n\\n      /* UPDATE_HASH(s, s->ins_h, s->window[str + 1]); */\\n      s.ins_h = ((s.ins_h << s.hash_shift) ^ s.window[str + 1]) & s.hash_mask;\\n//#if MIN_MATCH != 3\\n//        Call update_hash() MIN_MATCH-3 more times\\n//#endif\\n      while (s.insert) {\\n        /* UPDATE_HASH(s, s->ins_h, s->window[str + MIN_MATCH-1]); */\\n        s.ins_h = ((s.ins_h << s.hash_shift) ^ s.window[str + MIN_MATCH - 1]) & s.hash_mask;\\n\\n        s.prev[str & s.w_mask] = s.head[s.ins_h];\\n        s.head[s.ins_h] = str;\\n        str++;\\n        s.insert--;\\n        if (s.lookahead + s.insert < MIN_MATCH) {\\n          break;\\n        }\\n      }\\n    }\\n    /* If the whole input has less than MIN_MATCH bytes, ins_h is garbage,\\n     * but this is not important since only literal bytes will be emitted.\\n     */\\n\\n  } while (s.lookahead < MIN_LOOKAHEAD && s.strm.avail_in !== 0);\\n\\n  /* If the WIN_INIT bytes after the end of the current data have never been\\n   * written, then zero those bytes in order to avoid memory check reports of\\n   * the use of uninitialized (or uninitialised as Julian writes) bytes by\\n   * the longest match routines.  Update the high water mark for the next\\n   * time through here.  WIN_INIT is set to MAX_MATCH since the longest match\\n   * routines allow scanning to strstart + MAX_MATCH, ignoring lookahead.\\n   */\\n//  if (s.high_water < s.window_size) {\\n//    var curr = s.strstart + s.lookahead;\\n//    var init = 0;\\n//\\n//    if (s.high_water < curr) {\\n//      /* Previous high water mark below current data -- zero WIN_INIT\\n//       * bytes or up to end of window, whichever is less.\\n//       */\\n//      init = s.window_size - curr;\\n//      if (init > WIN_INIT)\\n//        init = WIN_INIT;\\n//      zmemzero(s->window + curr, (unsigned)init);\\n//      s->high_water = curr + init;\\n//    }\\n//    else if (s->high_water < (ulg)curr + WIN_INIT) {\\n//      /* High water mark at or above current data, but below current data\\n//       * plus WIN_INIT -- zero out to current data plus WIN_INIT, or up\\n//       * to end of window, whichever is less.\\n//       */\\n//      init = (ulg)curr + WIN_INIT - s->high_water;\\n//      if (init > s->window_size - s->high_water)\\n//        init = s->window_size - s->high_water;\\n//      zmemzero(s->window + s->high_water, (unsigned)init);\\n//      s->high_water += init;\\n//    }\\n//  }\\n//\\n//  Assert((ulg)s->strstart <= s->window_size - MIN_LOOKAHEAD,\\n//    \\\"not enough room for search\\\");\\n}\\n\\n/* ===========================================================================\\n * Copy without compression as much as possible from the input stream, return\\n * the current block state.\\n * This function does not insert new strings in the dictionary since\\n * uncompressible data is probably not useful. This function is used\\n * only for the level=0 compression option.\\n * NOTE: this function should be optimized to avoid extra copying from\\n * window to pending_buf.\\n */\\nfunction deflate_stored(s, flush) {\\n  /* Stored blocks are limited to 0xffff bytes, pending_buf is limited\\n   * to pending_buf_size, and each stored block has a 5 byte header:\\n   */\\n  var max_block_size = 0xffff;\\n\\n  if (max_block_size > s.pending_buf_size - 5) {\\n    max_block_size = s.pending_buf_size - 5;\\n  }\\n\\n  /* Copy as much as possible from input to output: */\\n  for (;;) {\\n    /* Fill the window as much as possible: */\\n    if (s.lookahead <= 1) {\\n\\n      //Assert(s->strstart < s->w_size+MAX_DIST(s) ||\\n      //  s->block_start >= (long)s->w_size, \\\"slide too late\\\");\\n//      if (!(s.strstart < s.w_size + (s.w_size - MIN_LOOKAHEAD) ||\\n//        s.block_start >= s.w_size)) {\\n//        throw  new Error(\\\"slide too late\\\");\\n//      }\\n\\n      fill_window(s);\\n      if (s.lookahead === 0 && flush === Z_NO_FLUSH) {\\n        return BS_NEED_MORE;\\n      }\\n\\n      if (s.lookahead === 0) {\\n        break;\\n      }\\n      /* flush the current block */\\n    }\\n    //Assert(s->block_start >= 0L, \\\"block gone\\\");\\n//    if (s.block_start < 0) throw new Error(\\\"block gone\\\");\\n\\n    s.strstart += s.lookahead;\\n    s.lookahead = 0;\\n\\n    /* Emit a stored block if pending_buf will be full: */\\n    var max_start = s.block_start + max_block_size;\\n\\n    if (s.strstart === 0 || s.strstart >= max_start) {\\n      /* strstart == 0 is possible when wraparound on 16-bit machine */\\n      s.lookahead = s.strstart - max_start;\\n      s.strstart = max_start;\\n      /*** FLUSH_BLOCK(s, 0); ***/\\n      flush_block_only(s, false);\\n      if (s.strm.avail_out === 0) {\\n        return BS_NEED_MORE;\\n      }\\n      /***/\\n\\n\\n    }\\n    /* Flush if we may have to slide, otherwise block_start may become\\n     * negative and the data will be gone:\\n     */\\n    if (s.strstart - s.block_start >= (s.w_size - MIN_LOOKAHEAD)) {\\n      /*** FLUSH_BLOCK(s, 0); ***/\\n      flush_block_only(s, false);\\n      if (s.strm.avail_out === 0) {\\n        return BS_NEED_MORE;\\n      }\\n      /***/\\n    }\\n  }\\n\\n  s.insert = 0;\\n\\n  if (flush === Z_FINISH) {\\n    /*** FLUSH_BLOCK(s, 1); ***/\\n    flush_block_only(s, true);\\n    if (s.strm.avail_out === 0) {\\n      return BS_FINISH_STARTED;\\n    }\\n    /***/\\n    return BS_FINISH_DONE;\\n  }\\n\\n  if (s.strstart > s.block_start) {\\n    /*** FLUSH_BLOCK(s, 0); ***/\\n    flush_block_only(s, false);\\n    if (s.strm.avail_out === 0) {\\n      return BS_NEED_MORE;\\n    }\\n    /***/\\n  }\\n\\n  return BS_NEED_MORE;\\n}\\n\\n/* ===========================================================================\\n * Compress as much as possible from the input stream, return the current\\n * block state.\\n * This function does not perform lazy evaluation of matches and inserts\\n * new strings in the dictionary only for unmatched strings or for short\\n * matches. It is used only for the fast compression options.\\n */\\nfunction deflate_fast(s, flush) {\\n  var hash_head;        /* head of the hash chain */\\n  var bflush;           /* set if current block must be flushed */\\n\\n  for (;;) {\\n    /* Make sure that we always have enough lookahead, except\\n     * at the end of the input file. We need MAX_MATCH bytes\\n     * for the next match, plus MIN_MATCH bytes to insert the\\n     * string following the next match.\\n     */\\n    if (s.lookahead < MIN_LOOKAHEAD) {\\n      fill_window(s);\\n      if (s.lookahead < MIN_LOOKAHEAD && flush === Z_NO_FLUSH) {\\n        return BS_NEED_MORE;\\n      }\\n      if (s.lookahead === 0) {\\n        break; /* flush the current block */\\n      }\\n    }\\n\\n    /* Insert the string window[strstart .. strstart+2] in the\\n     * dictionary, and set hash_head to the head of the hash chain:\\n     */\\n    hash_head = 0/*NIL*/;\\n    if (s.lookahead >= MIN_MATCH) {\\n      /*** INSERT_STRING(s, s.strstart, hash_head); ***/\\n      s.ins_h = ((s.ins_h << s.hash_shift) ^ s.window[s.strstart + MIN_MATCH - 1]) & s.hash_mask;\\n      hash_head = s.prev[s.strstart & s.w_mask] = s.head[s.ins_h];\\n      s.head[s.ins_h] = s.strstart;\\n      /***/\\n    }\\n\\n    /* Find the longest match, discarding those <= prev_length.\\n     * At this point we have always match_length < MIN_MATCH\\n     */\\n    if (hash_head !== 0/*NIL*/ && ((s.strstart - hash_head) <= (s.w_size - MIN_LOOKAHEAD))) {\\n      /* To simplify the code, we prevent matches with the string\\n       * of window index 0 (in particular we have to avoid a match\\n       * of the string with itself at the start of the input file).\\n       */\\n      s.match_length = longest_match(s, hash_head);\\n      /* longest_match() sets match_start */\\n    }\\n    if (s.match_length >= MIN_MATCH) {\\n      // check_match(s, s.strstart, s.match_start, s.match_length); // for debug only\\n\\n      /*** _tr_tally_dist(s, s.strstart - s.match_start,\\n                     s.match_length - MIN_MATCH, bflush); ***/\\n      bflush = trees._tr_tally(s, s.strstart - s.match_start, s.match_length - MIN_MATCH);\\n\\n      s.lookahead -= s.match_length;\\n\\n      /* Insert new strings in the hash table only if the match length\\n       * is not too large. This saves time but degrades compression.\\n       */\\n      if (s.match_length <= s.max_lazy_match/*max_insert_length*/ && s.lookahead >= MIN_MATCH) {\\n        s.match_length--; /* string at strstart already in table */\\n        do {\\n          s.strstart++;\\n          /*** INSERT_STRING(s, s.strstart, hash_head); ***/\\n          s.ins_h = ((s.ins_h << s.hash_shift) ^ s.window[s.strstart + MIN_MATCH - 1]) & s.hash_mask;\\n          hash_head = s.prev[s.strstart & s.w_mask] = s.head[s.ins_h];\\n          s.head[s.ins_h] = s.strstart;\\n          /***/\\n          /* strstart never exceeds WSIZE-MAX_MATCH, so there are\\n           * always MIN_MATCH bytes ahead.\\n           */\\n        } while (--s.match_length !== 0);\\n        s.strstart++;\\n      } else\\n      {\\n        s.strstart += s.match_length;\\n        s.match_length = 0;\\n        s.ins_h = s.window[s.strstart];\\n        /* UPDATE_HASH(s, s.ins_h, s.window[s.strstart+1]); */\\n        s.ins_h = ((s.ins_h << s.hash_shift) ^ s.window[s.strstart + 1]) & s.hash_mask;\\n\\n//#if MIN_MATCH != 3\\n//                Call UPDATE_HASH() MIN_MATCH-3 more times\\n//#endif\\n        /* If lookahead < MIN_MATCH, ins_h is garbage, but it does not\\n         * matter since it will be recomputed at next deflate call.\\n         */\\n      }\\n    } else {\\n      /* No match, output a literal byte */\\n      //Tracevv((stderr,\\\"%c\\\", s.window[s.strstart]));\\n      /*** _tr_tally_lit(s, s.window[s.strstart], bflush); ***/\\n      bflush = trees._tr_tally(s, 0, s.window[s.strstart]);\\n\\n      s.lookahead--;\\n      s.strstart++;\\n    }\\n    if (bflush) {\\n      /*** FLUSH_BLOCK(s, 0); ***/\\n      flush_block_only(s, false);\\n      if (s.strm.avail_out === 0) {\\n        return BS_NEED_MORE;\\n      }\\n      /***/\\n    }\\n  }\\n  s.insert = ((s.strstart < (MIN_MATCH - 1)) ? s.strstart : MIN_MATCH - 1);\\n  if (flush === Z_FINISH) {\\n    /*** FLUSH_BLOCK(s, 1); ***/\\n    flush_block_only(s, true);\\n    if (s.strm.avail_out === 0) {\\n      return BS_FINISH_STARTED;\\n    }\\n    /***/\\n    return BS_FINISH_DONE;\\n  }\\n  if (s.last_lit) {\\n    /*** FLUSH_BLOCK(s, 0); ***/\\n    flush_block_only(s, false);\\n    if (s.strm.avail_out === 0) {\\n      return BS_NEED_MORE;\\n    }\\n    /***/\\n  }\\n  return BS_BLOCK_DONE;\\n}\\n\\n/* ===========================================================================\\n * Same as above, but achieves better compression. We use a lazy\\n * evaluation for matches: a match is finally adopted only if there is\\n * no better match at the next window position.\\n */\\nfunction deflate_slow(s, flush) {\\n  var hash_head;          /* head of hash chain */\\n  var bflush;              /* set if current block must be flushed */\\n\\n  var max_insert;\\n\\n  /* Process the input block. */\\n  for (;;) {\\n    /* Make sure that we always have enough lookahead, except\\n     * at the end of the input file. We need MAX_MATCH bytes\\n     * for the next match, plus MIN_MATCH bytes to insert the\\n     * string following the next match.\\n     */\\n    if (s.lookahead < MIN_LOOKAHEAD) {\\n      fill_window(s);\\n      if (s.lookahead < MIN_LOOKAHEAD && flush === Z_NO_FLUSH) {\\n        return BS_NEED_MORE;\\n      }\\n      if (s.lookahead === 0) { break; } /* flush the current block */\\n    }\\n\\n    /* Insert the string window[strstart .. strstart+2] in the\\n     * dictionary, and set hash_head to the head of the hash chain:\\n     */\\n    hash_head = 0/*NIL*/;\\n    if (s.lookahead >= MIN_MATCH) {\\n      /*** INSERT_STRING(s, s.strstart, hash_head); ***/\\n      s.ins_h = ((s.ins_h << s.hash_shift) ^ s.window[s.strstart + MIN_MATCH - 1]) & s.hash_mask;\\n      hash_head = s.prev[s.strstart & s.w_mask] = s.head[s.ins_h];\\n      s.head[s.ins_h] = s.strstart;\\n      /***/\\n    }\\n\\n    /* Find the longest match, discarding those <= prev_length.\\n     */\\n    s.prev_length = s.match_length;\\n    s.prev_match = s.match_start;\\n    s.match_length = MIN_MATCH - 1;\\n\\n    if (hash_head !== 0/*NIL*/ && s.prev_length < s.max_lazy_match &&\\n        s.strstart - hash_head <= (s.w_size - MIN_LOOKAHEAD)/*MAX_DIST(s)*/) {\\n      /* To simplify the code, we prevent matches with the string\\n       * of window index 0 (in particular we have to avoid a match\\n       * of the string with itself at the start of the input file).\\n       */\\n      s.match_length = longest_match(s, hash_head);\\n      /* longest_match() sets match_start */\\n\\n      if (s.match_length <= 5 &&\\n         (s.strategy === Z_FILTERED || (s.match_length === MIN_MATCH && s.strstart - s.match_start > 4096/*TOO_FAR*/))) {\\n\\n        /* If prev_match is also MIN_MATCH, match_start is garbage\\n         * but we will ignore the current match anyway.\\n         */\\n        s.match_length = MIN_MATCH - 1;\\n      }\\n    }\\n    /* If there was a match at the previous step and the current\\n     * match is not better, output the previous match:\\n     */\\n    if (s.prev_length >= MIN_MATCH && s.match_length <= s.prev_length) {\\n      max_insert = s.strstart + s.lookahead - MIN_MATCH;\\n      /* Do not insert strings in hash table beyond this. */\\n\\n      //check_match(s, s.strstart-1, s.prev_match, s.prev_length);\\n\\n      /***_tr_tally_dist(s, s.strstart - 1 - s.prev_match,\\n                     s.prev_length - MIN_MATCH, bflush);***/\\n      bflush = trees._tr_tally(s, s.strstart - 1 - s.prev_match, s.prev_length - MIN_MATCH);\\n      /* Insert in hash table all strings up to the end of the match.\\n       * strstart-1 and strstart are already inserted. If there is not\\n       * enough lookahead, the last two strings are not inserted in\\n       * the hash table.\\n       */\\n      s.lookahead -= s.prev_length - 1;\\n      s.prev_length -= 2;\\n      do {\\n        if (++s.strstart <= max_insert) {\\n          /*** INSERT_STRING(s, s.strstart, hash_head); ***/\\n          s.ins_h = ((s.ins_h << s.hash_shift) ^ s.window[s.strstart + MIN_MATCH - 1]) & s.hash_mask;\\n          hash_head = s.prev[s.strstart & s.w_mask] = s.head[s.ins_h];\\n          s.head[s.ins_h] = s.strstart;\\n          /***/\\n        }\\n      } while (--s.prev_length !== 0);\\n      s.match_available = 0;\\n      s.match_length = MIN_MATCH - 1;\\n      s.strstart++;\\n\\n      if (bflush) {\\n        /*** FLUSH_BLOCK(s, 0); ***/\\n        flush_block_only(s, false);\\n        if (s.strm.avail_out === 0) {\\n          return BS_NEED_MORE;\\n        }\\n        /***/\\n      }\\n\\n    } else if (s.match_available) {\\n      /* If there was no match at the previous position, output a\\n       * single literal. If there was a match but the current match\\n       * is longer, truncate the previous match to a single literal.\\n       */\\n      //Tracevv((stderr,\\\"%c\\\", s->window[s->strstart-1]));\\n      /*** _tr_tally_lit(s, s.window[s.strstart-1], bflush); ***/\\n      bflush = trees._tr_tally(s, 0, s.window[s.strstart - 1]);\\n\\n      if (bflush) {\\n        /*** FLUSH_BLOCK_ONLY(s, 0) ***/\\n        flush_block_only(s, false);\\n        /***/\\n      }\\n      s.strstart++;\\n      s.lookahead--;\\n      if (s.strm.avail_out === 0) {\\n        return BS_NEED_MORE;\\n      }\\n    } else {\\n      /* There is no previous match to compare with, wait for\\n       * the next step to decide.\\n       */\\n      s.match_available = 1;\\n      s.strstart++;\\n      s.lookahead--;\\n    }\\n  }\\n  //Assert (flush != Z_NO_FLUSH, \\\"no flush?\\\");\\n  if (s.match_available) {\\n    //Tracevv((stderr,\\\"%c\\\", s->window[s->strstart-1]));\\n    /*** _tr_tally_lit(s, s.window[s.strstart-1], bflush); ***/\\n    bflush = trees._tr_tally(s, 0, s.window[s.strstart - 1]);\\n\\n    s.match_available = 0;\\n  }\\n  s.insert = s.strstart < MIN_MATCH - 1 ? s.strstart : MIN_MATCH - 1;\\n  if (flush === Z_FINISH) {\\n    /*** FLUSH_BLOCK(s, 1); ***/\\n    flush_block_only(s, true);\\n    if (s.strm.avail_out === 0) {\\n      return BS_FINISH_STARTED;\\n    }\\n    /***/\\n    return BS_FINISH_DONE;\\n  }\\n  if (s.last_lit) {\\n    /*** FLUSH_BLOCK(s, 0); ***/\\n    flush_block_only(s, false);\\n    if (s.strm.avail_out === 0) {\\n      return BS_NEED_MORE;\\n    }\\n    /***/\\n  }\\n\\n  return BS_BLOCK_DONE;\\n}\\n\\n\\n/* ===========================================================================\\n * For Z_RLE, simply look for runs of bytes, generate matches only of distance\\n * one.  Do not maintain a hash table.  (It will be regenerated if this run of\\n * deflate switches away from Z_RLE.)\\n */\\nfunction deflate_rle(s, flush) {\\n  var bflush;            /* set if current block must be flushed */\\n  var prev;              /* byte at distance one to match */\\n  var scan, strend;      /* scan goes up to strend for length of run */\\n\\n  var _win = s.window;\\n\\n  for (;;) {\\n    /* Make sure that we always have enough lookahead, except\\n     * at the end of the input file. We need MAX_MATCH bytes\\n     * for the longest run, plus one for the unrolled loop.\\n     */\\n    if (s.lookahead <= MAX_MATCH) {\\n      fill_window(s);\\n      if (s.lookahead <= MAX_MATCH && flush === Z_NO_FLUSH) {\\n        return BS_NEED_MORE;\\n      }\\n      if (s.lookahead === 0) { break; } /* flush the current block */\\n    }\\n\\n    /* See how many times the previous byte repeats */\\n    s.match_length = 0;\\n    if (s.lookahead >= MIN_MATCH && s.strstart > 0) {\\n      scan = s.strstart - 1;\\n      prev = _win[scan];\\n      if (prev === _win[++scan] && prev === _win[++scan] && prev === _win[++scan]) {\\n        strend = s.strstart + MAX_MATCH;\\n        do {\\n          /*jshint noempty:false*/\\n        } while (prev === _win[++scan] && prev === _win[++scan] &&\\n                 prev === _win[++scan] && prev === _win[++scan] &&\\n                 prev === _win[++scan] && prev === _win[++scan] &&\\n                 prev === _win[++scan] && prev === _win[++scan] &&\\n                 scan < strend);\\n        s.match_length = MAX_MATCH - (strend - scan);\\n        if (s.match_length > s.lookahead) {\\n          s.match_length = s.lookahead;\\n        }\\n      }\\n      //Assert(scan <= s->window+(uInt)(s->window_size-1), \\\"wild scan\\\");\\n    }\\n\\n    /* Emit match if have run of MIN_MATCH or longer, else emit literal */\\n    if (s.match_length >= MIN_MATCH) {\\n      //check_match(s, s.strstart, s.strstart - 1, s.match_length);\\n\\n      /*** _tr_tally_dist(s, 1, s.match_length - MIN_MATCH, bflush); ***/\\n      bflush = trees._tr_tally(s, 1, s.match_length - MIN_MATCH);\\n\\n      s.lookahead -= s.match_length;\\n      s.strstart += s.match_length;\\n      s.match_length = 0;\\n    } else {\\n      /* No match, output a literal byte */\\n      //Tracevv((stderr,\\\"%c\\\", s->window[s->strstart]));\\n      /*** _tr_tally_lit(s, s.window[s.strstart], bflush); ***/\\n      bflush = trees._tr_tally(s, 0, s.window[s.strstart]);\\n\\n      s.lookahead--;\\n      s.strstart++;\\n    }\\n    if (bflush) {\\n      /*** FLUSH_BLOCK(s, 0); ***/\\n      flush_block_only(s, false);\\n      if (s.strm.avail_out === 0) {\\n        return BS_NEED_MORE;\\n      }\\n      /***/\\n    }\\n  }\\n  s.insert = 0;\\n  if (flush === Z_FINISH) {\\n    /*** FLUSH_BLOCK(s, 1); ***/\\n    flush_block_only(s, true);\\n    if (s.strm.avail_out === 0) {\\n      return BS_FINISH_STARTED;\\n    }\\n    /***/\\n    return BS_FINISH_DONE;\\n  }\\n  if (s.last_lit) {\\n    /*** FLUSH_BLOCK(s, 0); ***/\\n    flush_block_only(s, false);\\n    if (s.strm.avail_out === 0) {\\n      return BS_NEED_MORE;\\n    }\\n    /***/\\n  }\\n  return BS_BLOCK_DONE;\\n}\\n\\n/* ===========================================================================\\n * For Z_HUFFMAN_ONLY, do not look for matches.  Do not maintain a hash table.\\n * (It will be regenerated if this run of deflate switches away from Huffman.)\\n */\\nfunction deflate_huff(s, flush) {\\n  var bflush;             /* set if current block must be flushed */\\n\\n  for (;;) {\\n    /* Make sure that we have a literal to write. */\\n    if (s.lookahead === 0) {\\n      fill_window(s);\\n      if (s.lookahead === 0) {\\n        if (flush === Z_NO_FLUSH) {\\n          return BS_NEED_MORE;\\n        }\\n        break;      /* flush the current block */\\n      }\\n    }\\n\\n    /* Output a literal byte */\\n    s.match_length = 0;\\n    //Tracevv((stderr,\\\"%c\\\", s->window[s->strstart]));\\n    /*** _tr_tally_lit(s, s.window[s.strstart], bflush); ***/\\n    bflush = trees._tr_tally(s, 0, s.window[s.strstart]);\\n    s.lookahead--;\\n    s.strstart++;\\n    if (bflush) {\\n      /*** FLUSH_BLOCK(s, 0); ***/\\n      flush_block_only(s, false);\\n      if (s.strm.avail_out === 0) {\\n        return BS_NEED_MORE;\\n      }\\n      /***/\\n    }\\n  }\\n  s.insert = 0;\\n  if (flush === Z_FINISH) {\\n    /*** FLUSH_BLOCK(s, 1); ***/\\n    flush_block_only(s, true);\\n    if (s.strm.avail_out === 0) {\\n      return BS_FINISH_STARTED;\\n    }\\n    /***/\\n    return BS_FINISH_DONE;\\n  }\\n  if (s.last_lit) {\\n    /*** FLUSH_BLOCK(s, 0); ***/\\n    flush_block_only(s, false);\\n    if (s.strm.avail_out === 0) {\\n      return BS_NEED_MORE;\\n    }\\n    /***/\\n  }\\n  return BS_BLOCK_DONE;\\n}\\n\\n/* Values for max_lazy_match, good_match and max_chain_length, depending on\\n * the desired pack level (0..9). The values given below have been tuned to\\n * exclude worst case performance for pathological files. Better values may be\\n * found for specific files.\\n */\\nfunction Config(good_length, max_lazy, nice_length, max_chain, func) {\\n  this.good_length = good_length;\\n  this.max_lazy = max_lazy;\\n  this.nice_length = nice_length;\\n  this.max_chain = max_chain;\\n  this.func = func;\\n}\\n\\nvar configuration_table;\\n\\nconfiguration_table = [\\n  /*      good lazy nice chain */\\n  new Config(0, 0, 0, 0, deflate_stored),          /* 0 store only */\\n  new Config(4, 4, 8, 4, deflate_fast),            /* 1 max speed, no lazy matches */\\n  new Config(4, 5, 16, 8, deflate_fast),           /* 2 */\\n  new Config(4, 6, 32, 32, deflate_fast),          /* 3 */\\n\\n  new Config(4, 4, 16, 16, deflate_slow),          /* 4 lazy matches */\\n  new Config(8, 16, 32, 32, deflate_slow),         /* 5 */\\n  new Config(8, 16, 128, 128, deflate_slow),       /* 6 */\\n  new Config(8, 32, 128, 256, deflate_slow),       /* 7 */\\n  new Config(32, 128, 258, 1024, deflate_slow),    /* 8 */\\n  new Config(32, 258, 258, 4096, deflate_slow)     /* 9 max compression */\\n];\\n\\n\\n/* ===========================================================================\\n * Initialize the \\\"longest match\\\" routines for a new zlib stream\\n */\\nfunction lm_init(s) {\\n  s.window_size = 2 * s.w_size;\\n\\n  /*** CLEAR_HASH(s); ***/\\n  zero(s.head); // Fill with NIL (= 0);\\n\\n  /* Set the default configuration parameters:\\n   */\\n  s.max_lazy_match = configuration_table[s.level].max_lazy;\\n  s.good_match = configuration_table[s.level].good_length;\\n  s.nice_match = configuration_table[s.level].nice_length;\\n  s.max_chain_length = configuration_table[s.level].max_chain;\\n\\n  s.strstart = 0;\\n  s.block_start = 0;\\n  s.lookahead = 0;\\n  s.insert = 0;\\n  s.match_length = s.prev_length = MIN_MATCH - 1;\\n  s.match_available = 0;\\n  s.ins_h = 0;\\n}\\n\\n\\nfunction DeflateState() {\\n  this.strm = null;            /* pointer back to this zlib stream */\\n  this.status = 0;            /* as the name implies */\\n  this.pending_buf = null;      /* output still pending */\\n  this.pending_buf_size = 0;  /* size of pending_buf */\\n  this.pending_out = 0;       /* next pending byte to output to the stream */\\n  this.pending = 0;           /* nb of bytes in the pending buffer */\\n  this.wrap = 0;              /* bit 0 true for zlib, bit 1 true for gzip */\\n  this.gzhead = null;         /* gzip header information to write */\\n  this.gzindex = 0;           /* where in extra, name, or comment */\\n  this.method = Z_DEFLATED; /* can only be DEFLATED */\\n  this.last_flush = -1;   /* value of flush param for previous deflate call */\\n\\n  this.w_size = 0;  /* LZ77 window size (32K by default) */\\n  this.w_bits = 0;  /* log2(w_size)  (8..16) */\\n  this.w_mask = 0;  /* w_size - 1 */\\n\\n  this.window = null;\\n  /* Sliding window. Input bytes are read into the second half of the window,\\n   * and move to the first half later to keep a dictionary of at least wSize\\n   * bytes. With this organization, matches are limited to a distance of\\n   * wSize-MAX_MATCH bytes, but this ensures that IO is always\\n   * performed with a length multiple of the block size.\\n   */\\n\\n  this.window_size = 0;\\n  /* Actual size of window: 2*wSize, except when the user input buffer\\n   * is directly used as sliding window.\\n   */\\n\\n  this.prev = null;\\n  /* Link to older string with same hash index. To limit the size of this\\n   * array to 64K, this link is maintained only for the last 32K strings.\\n   * An index in this array is thus a window index modulo 32K.\\n   */\\n\\n  this.head = null;   /* Heads of the hash chains or NIL. */\\n\\n  this.ins_h = 0;       /* hash index of string to be inserted */\\n  this.hash_size = 0;   /* number of elements in hash table */\\n  this.hash_bits = 0;   /* log2(hash_size) */\\n  this.hash_mask = 0;   /* hash_size-1 */\\n\\n  this.hash_shift = 0;\\n  /* Number of bits by which ins_h must be shifted at each input\\n   * step. It must be such that after MIN_MATCH steps, the oldest\\n   * byte no longer takes part in the hash key, that is:\\n   *   hash_shift * MIN_MATCH >= hash_bits\\n   */\\n\\n  this.block_start = 0;\\n  /* Window position at the beginning of the current output block. Gets\\n   * negative when the window is moved backwards.\\n   */\\n\\n  this.match_length = 0;      /* length of best match */\\n  this.prev_match = 0;        /* previous match */\\n  this.match_available = 0;   /* set if previous match exists */\\n  this.strstart = 0;          /* start of string to insert */\\n  this.match_start = 0;       /* start of matching string */\\n  this.lookahead = 0;         /* number of valid bytes ahead in window */\\n\\n  this.prev_length = 0;\\n  /* Length of the best match at previous step. Matches not greater than this\\n   * are discarded. This is used in the lazy match evaluation.\\n   */\\n\\n  this.max_chain_length = 0;\\n  /* To speed up deflation, hash chains are never searched beyond this\\n   * length.  A higher limit improves compression ratio but degrades the\\n   * speed.\\n   */\\n\\n  this.max_lazy_match = 0;\\n  /* Attempt to find a better match only when the current match is strictly\\n   * smaller than this value. This mechanism is used only for compression\\n   * levels >= 4.\\n   */\\n  // That's alias to max_lazy_match, don't use directly\\n  //this.max_insert_length = 0;\\n  /* Insert new strings in the hash table only if the match length is not\\n   * greater than this length. This saves time but degrades compression.\\n   * max_insert_length is used only for compression levels <= 3.\\n   */\\n\\n  this.level = 0;     /* compression level (1..9) */\\n  this.strategy = 0;  /* favor or force Huffman coding*/\\n\\n  this.good_match = 0;\\n  /* Use a faster search when the previous match is longer than this */\\n\\n  this.nice_match = 0; /* Stop searching when current match exceeds this */\\n\\n              /* used by trees.c: */\\n\\n  /* Didn't use ct_data typedef below to suppress compiler warning */\\n\\n  // struct ct_data_s dyn_ltree[HEAP_SIZE];   /* literal and length tree */\\n  // struct ct_data_s dyn_dtree[2*D_CODES+1]; /* distance tree */\\n  // struct ct_data_s bl_tree[2*BL_CODES+1];  /* Huffman tree for bit lengths */\\n\\n  // Use flat array of DOUBLE size, with interleaved fata,\\n  // because JS does not support effective\\n  this.dyn_ltree  = new utils.Buf16(HEAP_SIZE * 2);\\n  this.dyn_dtree  = new utils.Buf16((2 * D_CODES + 1) * 2);\\n  this.bl_tree    = new utils.Buf16((2 * BL_CODES + 1) * 2);\\n  zero(this.dyn_ltree);\\n  zero(this.dyn_dtree);\\n  zero(this.bl_tree);\\n\\n  this.l_desc   = null;         /* desc. for literal tree */\\n  this.d_desc   = null;         /* desc. for distance tree */\\n  this.bl_desc  = null;         /* desc. for bit length tree */\\n\\n  //ush bl_count[MAX_BITS+1];\\n  this.bl_count = new utils.Buf16(MAX_BITS + 1);\\n  /* number of codes at each bit length for an optimal tree */\\n\\n  //int heap[2*L_CODES+1];      /* heap used to build the Huffman trees */\\n  this.heap = new utils.Buf16(2 * L_CODES + 1);  /* heap used to build the Huffman trees */\\n  zero(this.heap);\\n\\n  this.heap_len = 0;               /* number of elements in the heap */\\n  this.heap_max = 0;               /* element of largest frequency */\\n  /* The sons of heap[n] are heap[2*n] and heap[2*n+1]. heap[0] is not used.\\n   * The same heap array is used to build all trees.\\n   */\\n\\n  this.depth = new utils.Buf16(2 * L_CODES + 1); //uch depth[2*L_CODES+1];\\n  zero(this.depth);\\n  /* Depth of each subtree used as tie breaker for trees of equal frequency\\n   */\\n\\n  this.l_buf = 0;          /* buffer index for literals or lengths */\\n\\n  this.lit_bufsize = 0;\\n  /* Size of match buffer for literals/lengths.  There are 4 reasons for\\n   * limiting lit_bufsize to 64K:\\n   *   - frequencies can be kept in 16 bit counters\\n   *   - if compression is not successful for the first block, all input\\n   *     data is still in the window so we can still emit a stored block even\\n   *     when input comes from standard input.  (This can also be done for\\n   *     all blocks if lit_bufsize is not greater than 32K.)\\n   *   - if compression is not successful for a file smaller than 64K, we can\\n   *     even emit a stored file instead of a stored block (saving 5 bytes).\\n   *     This is applicable only for zip (not gzip or zlib).\\n   *   - creating new Huffman trees less frequently may not provide fast\\n   *     adaptation to changes in the input data statistics. (Take for\\n   *     example a binary file with poorly compressible code followed by\\n   *     a highly compressible string table.) Smaller buffer sizes give\\n   *     fast adaptation but have of course the overhead of transmitting\\n   *     trees more frequently.\\n   *   - I can't count above 4\\n   */\\n\\n  this.last_lit = 0;      /* running index in l_buf */\\n\\n  this.d_buf = 0;\\n  /* Buffer index for distances. To simplify the code, d_buf and l_buf have\\n   * the same number of elements. To use different lengths, an extra flag\\n   * array would be necessary.\\n   */\\n\\n  this.opt_len = 0;       /* bit length of current block with optimal trees */\\n  this.static_len = 0;    /* bit length of current block with static trees */\\n  this.matches = 0;       /* number of string matches in current block */\\n  this.insert = 0;        /* bytes at end of window left to insert */\\n\\n\\n  this.bi_buf = 0;\\n  /* Output buffer. bits are inserted starting at the bottom (least\\n   * significant bits).\\n   */\\n  this.bi_valid = 0;\\n  /* Number of valid bits in bi_buf.  All bits above the last valid bit\\n   * are always zero.\\n   */\\n\\n  // Used for window memory init. We safely ignore it for JS. That makes\\n  // sense only for pointers and memory check tools.\\n  //this.high_water = 0;\\n  /* High water mark offset in window for initialized bytes -- bytes above\\n   * this are set to zero in order to avoid memory check warnings when\\n   * longest match routines access bytes past the input.  This is then\\n   * updated to the new high water mark.\\n   */\\n}\\n\\n\\nfunction deflateResetKeep(strm) {\\n  var s;\\n\\n  if (!strm || !strm.state) {\\n    return err(strm, Z_STREAM_ERROR);\\n  }\\n\\n  strm.total_in = strm.total_out = 0;\\n  strm.data_type = Z_UNKNOWN;\\n\\n  s = strm.state;\\n  s.pending = 0;\\n  s.pending_out = 0;\\n\\n  if (s.wrap < 0) {\\n    s.wrap = -s.wrap;\\n    /* was made negative by deflate(..., Z_FINISH); */\\n  }\\n  s.status = (s.wrap ? INIT_STATE : BUSY_STATE);\\n  strm.adler = (s.wrap === 2) ?\\n    0  // crc32(0, Z_NULL, 0)\\n  :\\n    1; // adler32(0, Z_NULL, 0)\\n  s.last_flush = Z_NO_FLUSH;\\n  trees._tr_init(s);\\n  return Z_OK;\\n}\\n\\n\\nfunction deflateReset(strm) {\\n  var ret = deflateResetKeep(strm);\\n  if (ret === Z_OK) {\\n    lm_init(strm.state);\\n  }\\n  return ret;\\n}\\n\\n\\nfunction deflateSetHeader(strm, head) {\\n  if (!strm || !strm.state) { return Z_STREAM_ERROR; }\\n  if (strm.state.wrap !== 2) { return Z_STREAM_ERROR; }\\n  strm.state.gzhead = head;\\n  return Z_OK;\\n}\\n\\n\\nfunction deflateInit2(strm, level, method, windowBits, memLevel, strategy) {\\n  if (!strm) { // === Z_NULL\\n    return Z_STREAM_ERROR;\\n  }\\n  var wrap = 1;\\n\\n  if (level === Z_DEFAULT_COMPRESSION) {\\n    level = 6;\\n  }\\n\\n  if (windowBits < 0) { /* suppress zlib wrapper */\\n    wrap = 0;\\n    windowBits = -windowBits;\\n  }\\n\\n  else if (windowBits > 15) {\\n    wrap = 2;           /* write gzip wrapper instead */\\n    windowBits -= 16;\\n  }\\n\\n\\n  if (memLevel < 1 || memLevel > MAX_MEM_LEVEL || method !== Z_DEFLATED ||\\n    windowBits < 8 || windowBits > 15 || level < 0 || level > 9 ||\\n    strategy < 0 || strategy > Z_FIXED) {\\n    return err(strm, Z_STREAM_ERROR);\\n  }\\n\\n\\n  if (windowBits === 8) {\\n    windowBits = 9;\\n  }\\n  /* until 256-byte window bug fixed */\\n\\n  var s = new DeflateState();\\n\\n  strm.state = s;\\n  s.strm = strm;\\n\\n  s.wrap = wrap;\\n  s.gzhead = null;\\n  s.w_bits = windowBits;\\n  s.w_size = 1 << s.w_bits;\\n  s.w_mask = s.w_size - 1;\\n\\n  s.hash_bits = memLevel + 7;\\n  s.hash_size = 1 << s.hash_bits;\\n  s.hash_mask = s.hash_size - 1;\\n  s.hash_shift = ~~((s.hash_bits + MIN_MATCH - 1) / MIN_MATCH);\\n\\n  s.window = new utils.Buf8(s.w_size * 2);\\n  s.head = new utils.Buf16(s.hash_size);\\n  s.prev = new utils.Buf16(s.w_size);\\n\\n  // Don't need mem init magic for JS.\\n  //s.high_water = 0;  /* nothing written to s->window yet */\\n\\n  s.lit_bufsize = 1 << (memLevel + 6); /* 16K elements by default */\\n\\n  s.pending_buf_size = s.lit_bufsize * 4;\\n\\n  //overlay = (ushf *) ZALLOC(strm, s->lit_bufsize, sizeof(ush)+2);\\n  //s->pending_buf = (uchf *) overlay;\\n  s.pending_buf = new utils.Buf8(s.pending_buf_size);\\n\\n  // It is offset from `s.pending_buf` (size is `s.lit_bufsize * 2`)\\n  //s->d_buf = overlay + s->lit_bufsize/sizeof(ush);\\n  s.d_buf = 1 * s.lit_bufsize;\\n\\n  //s->l_buf = s->pending_buf + (1+sizeof(ush))*s->lit_bufsize;\\n  s.l_buf = (1 + 2) * s.lit_bufsize;\\n\\n  s.level = level;\\n  s.strategy = strategy;\\n  s.method = method;\\n\\n  return deflateReset(strm);\\n}\\n\\nfunction deflateInit(strm, level) {\\n  return deflateInit2(strm, level, Z_DEFLATED, MAX_WBITS, DEF_MEM_LEVEL, Z_DEFAULT_STRATEGY);\\n}\\n\\n\\nfunction deflate(strm, flush) {\\n  var old_flush, s;\\n  var beg, val; // for gzip header write only\\n\\n  if (!strm || !strm.state ||\\n    flush > Z_BLOCK || flush < 0) {\\n    return strm ? err(strm, Z_STREAM_ERROR) : Z_STREAM_ERROR;\\n  }\\n\\n  s = strm.state;\\n\\n  if (!strm.output ||\\n      (!strm.input && strm.avail_in !== 0) ||\\n      (s.status === FINISH_STATE && flush !== Z_FINISH)) {\\n    return err(strm, (strm.avail_out === 0) ? Z_BUF_ERROR : Z_STREAM_ERROR);\\n  }\\n\\n  s.strm = strm; /* just in case */\\n  old_flush = s.last_flush;\\n  s.last_flush = flush;\\n\\n  /* Write the header */\\n  if (s.status === INIT_STATE) {\\n\\n    if (s.wrap === 2) { // GZIP header\\n      strm.adler = 0;  //crc32(0L, Z_NULL, 0);\\n      put_byte(s, 31);\\n      put_byte(s, 139);\\n      put_byte(s, 8);\\n      if (!s.gzhead) { // s->gzhead == Z_NULL\\n        put_byte(s, 0);\\n        put_byte(s, 0);\\n        put_byte(s, 0);\\n        put_byte(s, 0);\\n        put_byte(s, 0);\\n        put_byte(s, s.level === 9 ? 2 :\\n                    (s.strategy >= Z_HUFFMAN_ONLY || s.level < 2 ?\\n                     4 : 0));\\n        put_byte(s, OS_CODE);\\n        s.status = BUSY_STATE;\\n      }\\n      else {\\n        put_byte(s, (s.gzhead.text ? 1 : 0) +\\n                    (s.gzhead.hcrc ? 2 : 0) +\\n                    (!s.gzhead.extra ? 0 : 4) +\\n                    (!s.gzhead.name ? 0 : 8) +\\n                    (!s.gzhead.comment ? 0 : 16)\\n                );\\n        put_byte(s, s.gzhead.time & 0xff);\\n        put_byte(s, (s.gzhead.time >> 8) & 0xff);\\n        put_byte(s, (s.gzhead.time >> 16) & 0xff);\\n        put_byte(s, (s.gzhead.time >> 24) & 0xff);\\n        put_byte(s, s.level === 9 ? 2 :\\n                    (s.strategy >= Z_HUFFMAN_ONLY || s.level < 2 ?\\n                     4 : 0));\\n        put_byte(s, s.gzhead.os & 0xff);\\n        if (s.gzhead.extra && s.gzhead.extra.length) {\\n          put_byte(s, s.gzhead.extra.length & 0xff);\\n          put_byte(s, (s.gzhead.extra.length >> 8) & 0xff);\\n        }\\n        if (s.gzhead.hcrc) {\\n          strm.adler = crc32(strm.adler, s.pending_buf, s.pending, 0);\\n        }\\n        s.gzindex = 0;\\n        s.status = EXTRA_STATE;\\n      }\\n    }\\n    else // DEFLATE header\\n    {\\n      var header = (Z_DEFLATED + ((s.w_bits - 8) << 4)) << 8;\\n      var level_flags = -1;\\n\\n      if (s.strategy >= Z_HUFFMAN_ONLY || s.level < 2) {\\n        level_flags = 0;\\n      } else if (s.level < 6) {\\n        level_flags = 1;\\n      } else if (s.level === 6) {\\n        level_flags = 2;\\n      } else {\\n        level_flags = 3;\\n      }\\n      header |= (level_flags << 6);\\n      if (s.strstart !== 0) { header |= PRESET_DICT; }\\n      header += 31 - (header % 31);\\n\\n      s.status = BUSY_STATE;\\n      putShortMSB(s, header);\\n\\n      /* Save the adler32 of the preset dictionary: */\\n      if (s.strstart !== 0) {\\n        putShortMSB(s, strm.adler >>> 16);\\n        putShortMSB(s, strm.adler & 0xffff);\\n      }\\n      strm.adler = 1; // adler32(0L, Z_NULL, 0);\\n    }\\n  }\\n\\n//#ifdef GZIP\\n  if (s.status === EXTRA_STATE) {\\n    if (s.gzhead.extra/* != Z_NULL*/) {\\n      beg = s.pending;  /* start of bytes to update crc */\\n\\n      while (s.gzindex < (s.gzhead.extra.length & 0xffff)) {\\n        if (s.pending === s.pending_buf_size) {\\n          if (s.gzhead.hcrc && s.pending > beg) {\\n            strm.adler = crc32(strm.adler, s.pending_buf, s.pending - beg, beg);\\n          }\\n          flush_pending(strm);\\n          beg = s.pending;\\n          if (s.pending === s.pending_buf_size) {\\n            break;\\n          }\\n        }\\n        put_byte(s, s.gzhead.extra[s.gzindex] & 0xff);\\n        s.gzindex++;\\n      }\\n      if (s.gzhead.hcrc && s.pending > beg) {\\n        strm.adler = crc32(strm.adler, s.pending_buf, s.pending - beg, beg);\\n      }\\n      if (s.gzindex === s.gzhead.extra.length) {\\n        s.gzindex = 0;\\n        s.status = NAME_STATE;\\n      }\\n    }\\n    else {\\n      s.status = NAME_STATE;\\n    }\\n  }\\n  if (s.status === NAME_STATE) {\\n    if (s.gzhead.name/* != Z_NULL*/) {\\n      beg = s.pending;  /* start of bytes to update crc */\\n      //int val;\\n\\n      do {\\n        if (s.pending === s.pending_buf_size) {\\n          if (s.gzhead.hcrc && s.pending > beg) {\\n            strm.adler = crc32(strm.adler, s.pending_buf, s.pending - beg, beg);\\n          }\\n          flush_pending(strm);\\n          beg = s.pending;\\n          if (s.pending === s.pending_buf_size) {\\n            val = 1;\\n            break;\\n          }\\n        }\\n        // JS specific: little magic to add zero terminator to end of string\\n        if (s.gzindex < s.gzhead.name.length) {\\n          val = s.gzhead.name.charCodeAt(s.gzindex++) & 0xff;\\n        } else {\\n          val = 0;\\n        }\\n        put_byte(s, val);\\n      } while (val !== 0);\\n\\n      if (s.gzhead.hcrc && s.pending > beg) {\\n        strm.adler = crc32(strm.adler, s.pending_buf, s.pending - beg, beg);\\n      }\\n      if (val === 0) {\\n        s.gzindex = 0;\\n        s.status = COMMENT_STATE;\\n      }\\n    }\\n    else {\\n      s.status = COMMENT_STATE;\\n    }\\n  }\\n  if (s.status === COMMENT_STATE) {\\n    if (s.gzhead.comment/* != Z_NULL*/) {\\n      beg = s.pending;  /* start of bytes to update crc */\\n      //int val;\\n\\n      do {\\n        if (s.pending === s.pending_buf_size) {\\n          if (s.gzhead.hcrc && s.pending > beg) {\\n            strm.adler = crc32(strm.adler, s.pending_buf, s.pending - beg, beg);\\n          }\\n          flush_pending(strm);\\n          beg = s.pending;\\n          if (s.pending === s.pending_buf_size) {\\n            val = 1;\\n            break;\\n          }\\n        }\\n        // JS specific: little magic to add zero terminator to end of string\\n        if (s.gzindex < s.gzhead.comment.length) {\\n          val = s.gzhead.comment.charCodeAt(s.gzindex++) & 0xff;\\n        } else {\\n          val = 0;\\n        }\\n        put_byte(s, val);\\n      } while (val !== 0);\\n\\n      if (s.gzhead.hcrc && s.pending > beg) {\\n        strm.adler = crc32(strm.adler, s.pending_buf, s.pending - beg, beg);\\n      }\\n      if (val === 0) {\\n        s.status = HCRC_STATE;\\n      }\\n    }\\n    else {\\n      s.status = HCRC_STATE;\\n    }\\n  }\\n  if (s.status === HCRC_STATE) {\\n    if (s.gzhead.hcrc) {\\n      if (s.pending + 2 > s.pending_buf_size) {\\n        flush_pending(strm);\\n      }\\n      if (s.pending + 2 <= s.pending_buf_size) {\\n        put_byte(s, strm.adler & 0xff);\\n        put_byte(s, (strm.adler >> 8) & 0xff);\\n        strm.adler = 0; //crc32(0L, Z_NULL, 0);\\n        s.status = BUSY_STATE;\\n      }\\n    }\\n    else {\\n      s.status = BUSY_STATE;\\n    }\\n  }\\n//#endif\\n\\n  /* Flush as much pending output as possible */\\n  if (s.pending !== 0) {\\n    flush_pending(strm);\\n    if (strm.avail_out === 0) {\\n      /* Since avail_out is 0, deflate will be called again with\\n       * more output space, but possibly with both pending and\\n       * avail_in equal to zero. There won't be anything to do,\\n       * but this is not an error situation so make sure we\\n       * return OK instead of BUF_ERROR at next call of deflate:\\n       */\\n      s.last_flush = -1;\\n      return Z_OK;\\n    }\\n\\n    /* Make sure there is something to do and avoid duplicate consecutive\\n     * flushes. For repeated and useless calls with Z_FINISH, we keep\\n     * returning Z_STREAM_END instead of Z_BUF_ERROR.\\n     */\\n  } else if (strm.avail_in === 0 && rank(flush) <= rank(old_flush) &&\\n    flush !== Z_FINISH) {\\n    return err(strm, Z_BUF_ERROR);\\n  }\\n\\n  /* User must not provide more input after the first FINISH: */\\n  if (s.status === FINISH_STATE && strm.avail_in !== 0) {\\n    return err(strm, Z_BUF_ERROR);\\n  }\\n\\n  /* Start a new block or continue the current one.\\n   */\\n  if (strm.avail_in !== 0 || s.lookahead !== 0 ||\\n    (flush !== Z_NO_FLUSH && s.status !== FINISH_STATE)) {\\n    var bstate = (s.strategy === Z_HUFFMAN_ONLY) ? deflate_huff(s, flush) :\\n      (s.strategy === Z_RLE ? deflate_rle(s, flush) :\\n        configuration_table[s.level].func(s, flush));\\n\\n    if (bstate === BS_FINISH_STARTED || bstate === BS_FINISH_DONE) {\\n      s.status = FINISH_STATE;\\n    }\\n    if (bstate === BS_NEED_MORE || bstate === BS_FINISH_STARTED) {\\n      if (strm.avail_out === 0) {\\n        s.last_flush = -1;\\n        /* avoid BUF_ERROR next call, see above */\\n      }\\n      return Z_OK;\\n      /* If flush != Z_NO_FLUSH && avail_out == 0, the next call\\n       * of deflate should use the same flush parameter to make sure\\n       * that the flush is complete. So we don't have to output an\\n       * empty block here, this will be done at next call. This also\\n       * ensures that for a very small output buffer, we emit at most\\n       * one empty block.\\n       */\\n    }\\n    if (bstate === BS_BLOCK_DONE) {\\n      if (flush === Z_PARTIAL_FLUSH) {\\n        trees._tr_align(s);\\n      }\\n      else if (flush !== Z_BLOCK) { /* FULL_FLUSH or SYNC_FLUSH */\\n\\n        trees._tr_stored_block(s, 0, 0, false);\\n        /* For a full flush, this empty block will be recognized\\n         * as a special marker by inflate_sync().\\n         */\\n        if (flush === Z_FULL_FLUSH) {\\n          /*** CLEAR_HASH(s); ***/             /* forget history */\\n          zero(s.head); // Fill with NIL (= 0);\\n\\n          if (s.lookahead === 0) {\\n            s.strstart = 0;\\n            s.block_start = 0;\\n            s.insert = 0;\\n          }\\n        }\\n      }\\n      flush_pending(strm);\\n      if (strm.avail_out === 0) {\\n        s.last_flush = -1; /* avoid BUF_ERROR at next call, see above */\\n        return Z_OK;\\n      }\\n    }\\n  }\\n  //Assert(strm->avail_out > 0, \\\"bug2\\\");\\n  //if (strm.avail_out <= 0) { throw new Error(\\\"bug2\\\");}\\n\\n  if (flush !== Z_FINISH) { return Z_OK; }\\n  if (s.wrap <= 0) { return Z_STREAM_END; }\\n\\n  /* Write the trailer */\\n  if (s.wrap === 2) {\\n    put_byte(s, strm.adler & 0xff);\\n    put_byte(s, (strm.adler >> 8) & 0xff);\\n    put_byte(s, (strm.adler >> 16) & 0xff);\\n    put_byte(s, (strm.adler >> 24) & 0xff);\\n    put_byte(s, strm.total_in & 0xff);\\n    put_byte(s, (strm.total_in >> 8) & 0xff);\\n    put_byte(s, (strm.total_in >> 16) & 0xff);\\n    put_byte(s, (strm.total_in >> 24) & 0xff);\\n  }\\n  else\\n  {\\n    putShortMSB(s, strm.adler >>> 16);\\n    putShortMSB(s, strm.adler & 0xffff);\\n  }\\n\\n  flush_pending(strm);\\n  /* If avail_out is zero, the application will call deflate again\\n   * to flush the rest.\\n   */\\n  if (s.wrap > 0) { s.wrap = -s.wrap; }\\n  /* write the trailer only once! */\\n  return s.pending !== 0 ? Z_OK : Z_STREAM_END;\\n}\\n\\nfunction deflateEnd(strm) {\\n  var status;\\n\\n  if (!strm/*== Z_NULL*/ || !strm.state/*== Z_NULL*/) {\\n    return Z_STREAM_ERROR;\\n  }\\n\\n  status = strm.state.status;\\n  if (status !== INIT_STATE &&\\n    status !== EXTRA_STATE &&\\n    status !== NAME_STATE &&\\n    status !== COMMENT_STATE &&\\n    status !== HCRC_STATE &&\\n    status !== BUSY_STATE &&\\n    status !== FINISH_STATE\\n  ) {\\n    return err(strm, Z_STREAM_ERROR);\\n  }\\n\\n  strm.state = null;\\n\\n  return status === BUSY_STATE ? err(strm, Z_DATA_ERROR) : Z_OK;\\n}\\n\\n\\n/* =========================================================================\\n * Initializes the compression dictionary from the given byte\\n * sequence without producing any compressed output.\\n */\\nfunction deflateSetDictionary(strm, dictionary) {\\n  var dictLength = dictionary.length;\\n\\n  var s;\\n  var str, n;\\n  var wrap;\\n  var avail;\\n  var next;\\n  var input;\\n  var tmpDict;\\n\\n  if (!strm/*== Z_NULL*/ || !strm.state/*== Z_NULL*/) {\\n    return Z_STREAM_ERROR;\\n  }\\n\\n  s = strm.state;\\n  wrap = s.wrap;\\n\\n  if (wrap === 2 || (wrap === 1 && s.status !== INIT_STATE) || s.lookahead) {\\n    return Z_STREAM_ERROR;\\n  }\\n\\n  /* when using zlib wrappers, compute Adler-32 for provided dictionary */\\n  if (wrap === 1) {\\n    /* adler32(strm->adler, dictionary, dictLength); */\\n    strm.adler = adler32(strm.adler, dictionary, dictLength, 0);\\n  }\\n\\n  s.wrap = 0;   /* avoid computing Adler-32 in read_buf */\\n\\n  /* if dictionary would fill window, just replace the history */\\n  if (dictLength >= s.w_size) {\\n    if (wrap === 0) {            /* already empty otherwise */\\n      /*** CLEAR_HASH(s); ***/\\n      zero(s.head); // Fill with NIL (= 0);\\n      s.strstart = 0;\\n      s.block_start = 0;\\n      s.insert = 0;\\n    }\\n    /* use the tail */\\n    // dictionary = dictionary.slice(dictLength - s.w_size);\\n    tmpDict = new utils.Buf8(s.w_size);\\n    utils.arraySet(tmpDict, dictionary, dictLength - s.w_size, s.w_size, 0);\\n    dictionary = tmpDict;\\n    dictLength = s.w_size;\\n  }\\n  /* insert dictionary into window and hash */\\n  avail = strm.avail_in;\\n  next = strm.next_in;\\n  input = strm.input;\\n  strm.avail_in = dictLength;\\n  strm.next_in = 0;\\n  strm.input = dictionary;\\n  fill_window(s);\\n  while (s.lookahead >= MIN_MATCH) {\\n    str = s.strstart;\\n    n = s.lookahead - (MIN_MATCH - 1);\\n    do {\\n      /* UPDATE_HASH(s, s->ins_h, s->window[str + MIN_MATCH-1]); */\\n      s.ins_h = ((s.ins_h << s.hash_shift) ^ s.window[str + MIN_MATCH - 1]) & s.hash_mask;\\n\\n      s.prev[str & s.w_mask] = s.head[s.ins_h];\\n\\n      s.head[s.ins_h] = str;\\n      str++;\\n    } while (--n);\\n    s.strstart = str;\\n    s.lookahead = MIN_MATCH - 1;\\n    fill_window(s);\\n  }\\n  s.strstart += s.lookahead;\\n  s.block_start = s.strstart;\\n  s.insert = s.lookahead;\\n  s.lookahead = 0;\\n  s.match_length = s.prev_length = MIN_MATCH - 1;\\n  s.match_available = 0;\\n  strm.next_in = next;\\n  strm.input = input;\\n  strm.avail_in = avail;\\n  s.wrap = wrap;\\n  return Z_OK;\\n}\\n\\n\\nexports.deflateInit = deflateInit;\\nexports.deflateInit2 = deflateInit2;\\nexports.deflateReset = deflateReset;\\nexports.deflateResetKeep = deflateResetKeep;\\nexports.deflateSetHeader = deflateSetHeader;\\nexports.deflate = deflate;\\nexports.deflateEnd = deflateEnd;\\nexports.deflateSetDictionary = deflateSetDictionary;\\nexports.deflateInfo = 'pako deflate (from Nodeca project)';\\n\\n/* Not implemented\\nexports.deflateBound = deflateBound;\\nexports.deflateCopy = deflateCopy;\\nexports.deflateParams = deflateParams;\\nexports.deflatePending = deflatePending;\\nexports.deflatePrime = deflatePrime;\\nexports.deflateTune = deflateTune;\\n*/\\n\"\n    },\n    {\n      \"id\": 306,\n      \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/pako/lib/zlib/trees.js\",\n      \"name\": \"./node_modules/pako/lib/zlib/trees.js\",\n      \"index\": 299,\n      \"index2\": 290,\n      \"size\": 39841,\n      \"cacheable\": true,\n      \"built\": true,\n      \"optional\": false,\n      \"prefetched\": false,\n      \"chunks\": [\n        2\n      ],\n      \"issuer\": \"/Users/jarred/Code/styleurl/node_modules/pako/lib/zlib/deflate.js\",\n      \"issuerId\": 305,\n      \"issuerName\": \"./node_modules/pako/lib/zlib/deflate.js\",\n      \"issuerPath\": [\n        {\n          \"id\": 191,\n          \"identifier\": \"multi /Users/jarred/Code/styleurl/webpack/customPublicPath /Users/jarred/Code/styleurl/chrome/extension/background\",\n          \"name\": \"multi ./webpack/customPublicPath ./chrome/extension/background\",\n          \"profile\": {\n            \"factory\": 0,\n            \"building\": 0,\n            \"dependencies\": 54\n          }\n        },\n        {\n          \"id\": 192,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/background.js\",\n          \"name\": \"./chrome/extension/background.js\",\n          \"profile\": {\n            \"factory\": 54,\n            \"building\": 639,\n            \"dependencies\": 140\n          }\n        },\n        {\n          \"id\": 255,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/stylesheet-differ/lib/index.js\",\n          \"name\": \"./node_modules/stylesheet-differ/lib/index.js\",\n          \"profile\": {\n            \"factory\": 140,\n            \"building\": 568,\n            \"dependencies\": 1\n          }\n        },\n        {\n          \"id\": 256,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/native-css/index.js\",\n          \"name\": \"./node_modules/native-css/index.js\",\n          \"profile\": {\n            \"factory\": 189,\n            \"building\": 603,\n            \"dependencies\": 1\n          }\n        },\n        {\n          \"id\": 257,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/native-css/src/native-css.js\",\n          \"name\": \"./node_modules/native-css/src/native-css.js\",\n          \"profile\": {\n            \"factory\": 26,\n            \"building\": 63,\n            \"dependencies\": 14\n          }\n        },\n        {\n          \"id\": 293,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/fetch/lib/fetch.js\",\n          \"name\": \"./node_modules/fetch/lib/fetch.js\",\n          \"profile\": {\n            \"factory\": 117,\n            \"building\": 25,\n            \"dependencies\": 27\n          }\n        },\n        {\n          \"id\": 302,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/browserify-zlib/lib/index.js\",\n          \"name\": \"./node_modules/browserify-zlib/lib/index.js\",\n          \"profile\": {\n            \"factory\": 66,\n            \"building\": 38,\n            \"dependencies\": 20\n          }\n        },\n        {\n          \"id\": 303,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/browserify-zlib/lib/binding.js\",\n          \"name\": \"./node_modules/browserify-zlib/lib/binding.js\",\n          \"profile\": {\n            \"factory\": 46,\n            \"building\": 33,\n            \"dependencies\": 1\n          }\n        },\n        {\n          \"id\": 305,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/pako/lib/zlib/deflate.js\",\n          \"name\": \"./node_modules/pako/lib/zlib/deflate.js\",\n          \"profile\": {\n            \"factory\": 116,\n            \"building\": 47,\n            \"dependencies\": 38\n          }\n        }\n      ],\n      \"profile\": {\n        \"factory\": 38,\n        \"building\": 73,\n        \"dependencies\": 0\n      },\n      \"failed\": false,\n      \"errors\": 0,\n      \"warnings\": 0,\n      \"assets\": [],\n      \"reasons\": [\n        {\n          \"moduleId\": 305,\n          \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/pako/lib/zlib/deflate.js\",\n          \"module\": \"./node_modules/pako/lib/zlib/deflate.js\",\n          \"moduleName\": \"./node_modules/pako/lib/zlib/deflate.js\",\n          \"type\": \"cjs require\",\n          \"userRequest\": \"./trees\",\n          \"loc\": \"23:14-32\"\n        }\n      ],\n      \"usedExports\": true,\n      \"providedExports\": null,\n      \"optimizationBailout\": [\n        \"ModuleConcatenation bailout: Module is not an ECMAScript module\"\n      ],\n      \"depth\": 9,\n      \"source\": \"'use strict';\\n\\n// (C) 1995-2013 Jean-loup Gailly and Mark Adler\\n// (C) 2014-2017 Vitaly Puzrin and Andrey Tupitsin\\n//\\n// This software is provided 'as-is', without any express or implied\\n// warranty. In no event will the authors be held liable for any damages\\n// arising from the use of this software.\\n//\\n// Permission is granted to anyone to use this software for any purpose,\\n// including commercial applications, and to alter it and redistribute it\\n// freely, subject to the following restrictions:\\n//\\n// 1. The origin of this software must not be misrepresented; you must not\\n//   claim that you wrote the original software. If you use this software\\n//   in a product, an acknowledgment in the product documentation would be\\n//   appreciated but is not required.\\n// 2. Altered source versions must be plainly marked as such, and must not be\\n//   misrepresented as being the original software.\\n// 3. This notice may not be removed or altered from any source distribution.\\n\\nvar utils = require('../utils/common');\\n\\n/* Public constants ==========================================================*/\\n/* ===========================================================================*/\\n\\n\\n//var Z_FILTERED          = 1;\\n//var Z_HUFFMAN_ONLY      = 2;\\n//var Z_RLE               = 3;\\nvar Z_FIXED               = 4;\\n//var Z_DEFAULT_STRATEGY  = 0;\\n\\n/* Possible values of the data_type field (though see inflate()) */\\nvar Z_BINARY              = 0;\\nvar Z_TEXT                = 1;\\n//var Z_ASCII             = 1; // = Z_TEXT\\nvar Z_UNKNOWN             = 2;\\n\\n/*============================================================================*/\\n\\n\\nfunction zero(buf) { var len = buf.length; while (--len >= 0) { buf[len] = 0; } }\\n\\n// From zutil.h\\n\\nvar STORED_BLOCK = 0;\\nvar STATIC_TREES = 1;\\nvar DYN_TREES    = 2;\\n/* The three kinds of block type */\\n\\nvar MIN_MATCH    = 3;\\nvar MAX_MATCH    = 258;\\n/* The minimum and maximum match lengths */\\n\\n// From deflate.h\\n/* ===========================================================================\\n * Internal compression state.\\n */\\n\\nvar LENGTH_CODES  = 29;\\n/* number of length codes, not counting the special END_BLOCK code */\\n\\nvar LITERALS      = 256;\\n/* number of literal bytes 0..255 */\\n\\nvar L_CODES       = LITERALS + 1 + LENGTH_CODES;\\n/* number of Literal or Length codes, including the END_BLOCK code */\\n\\nvar D_CODES       = 30;\\n/* number of distance codes */\\n\\nvar BL_CODES      = 19;\\n/* number of codes used to transfer the bit lengths */\\n\\nvar HEAP_SIZE     = 2 * L_CODES + 1;\\n/* maximum heap size */\\n\\nvar MAX_BITS      = 15;\\n/* All codes must not exceed MAX_BITS bits */\\n\\nvar Buf_size      = 16;\\n/* size of bit buffer in bi_buf */\\n\\n\\n/* ===========================================================================\\n * Constants\\n */\\n\\nvar MAX_BL_BITS = 7;\\n/* Bit length codes must not exceed MAX_BL_BITS bits */\\n\\nvar END_BLOCK   = 256;\\n/* end of block literal code */\\n\\nvar REP_3_6     = 16;\\n/* repeat previous bit length 3-6 times (2 bits of repeat count) */\\n\\nvar REPZ_3_10   = 17;\\n/* repeat a zero length 3-10 times  (3 bits of repeat count) */\\n\\nvar REPZ_11_138 = 18;\\n/* repeat a zero length 11-138 times  (7 bits of repeat count) */\\n\\n/* eslint-disable comma-spacing,array-bracket-spacing */\\nvar extra_lbits =   /* extra bits for each length code */\\n  [0,0,0,0,0,0,0,0,1,1,1,1,2,2,2,2,3,3,3,3,4,4,4,4,5,5,5,5,0];\\n\\nvar extra_dbits =   /* extra bits for each distance code */\\n  [0,0,0,0,1,1,2,2,3,3,4,4,5,5,6,6,7,7,8,8,9,9,10,10,11,11,12,12,13,13];\\n\\nvar extra_blbits =  /* extra bits for each bit length code */\\n  [0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,3,7];\\n\\nvar bl_order =\\n  [16,17,18,0,8,7,9,6,10,5,11,4,12,3,13,2,14,1,15];\\n/* eslint-enable comma-spacing,array-bracket-spacing */\\n\\n/* The lengths of the bit length codes are sent in order of decreasing\\n * probability, to avoid transmitting the lengths for unused bit length codes.\\n */\\n\\n/* ===========================================================================\\n * Local data. These are initialized only once.\\n */\\n\\n// We pre-fill arrays with 0 to avoid uninitialized gaps\\n\\nvar DIST_CODE_LEN = 512; /* see definition of array dist_code below */\\n\\n// !!!! Use flat array instead of structure, Freq = i*2, Len = i*2+1\\nvar static_ltree  = new Array((L_CODES + 2) * 2);\\nzero(static_ltree);\\n/* The static literal tree. Since the bit lengths are imposed, there is no\\n * need for the L_CODES extra codes used during heap construction. However\\n * The codes 286 and 287 are needed to build a canonical tree (see _tr_init\\n * below).\\n */\\n\\nvar static_dtree  = new Array(D_CODES * 2);\\nzero(static_dtree);\\n/* The static distance tree. (Actually a trivial tree since all codes use\\n * 5 bits.)\\n */\\n\\nvar _dist_code    = new Array(DIST_CODE_LEN);\\nzero(_dist_code);\\n/* Distance codes. The first 256 values correspond to the distances\\n * 3 .. 258, the last 256 values correspond to the top 8 bits of\\n * the 15 bit distances.\\n */\\n\\nvar _length_code  = new Array(MAX_MATCH - MIN_MATCH + 1);\\nzero(_length_code);\\n/* length code for each normalized match length (0 == MIN_MATCH) */\\n\\nvar base_length   = new Array(LENGTH_CODES);\\nzero(base_length);\\n/* First normalized length for each code (0 = MIN_MATCH) */\\n\\nvar base_dist     = new Array(D_CODES);\\nzero(base_dist);\\n/* First normalized distance for each code (0 = distance of 1) */\\n\\n\\nfunction StaticTreeDesc(static_tree, extra_bits, extra_base, elems, max_length) {\\n\\n  this.static_tree  = static_tree;  /* static tree or NULL */\\n  this.extra_bits   = extra_bits;   /* extra bits for each code or NULL */\\n  this.extra_base   = extra_base;   /* base index for extra_bits */\\n  this.elems        = elems;        /* max number of elements in the tree */\\n  this.max_length   = max_length;   /* max bit length for the codes */\\n\\n  // show if `static_tree` has data or dummy - needed for monomorphic objects\\n  this.has_stree    = static_tree && static_tree.length;\\n}\\n\\n\\nvar static_l_desc;\\nvar static_d_desc;\\nvar static_bl_desc;\\n\\n\\nfunction TreeDesc(dyn_tree, stat_desc) {\\n  this.dyn_tree = dyn_tree;     /* the dynamic tree */\\n  this.max_code = 0;            /* largest code with non zero frequency */\\n  this.stat_desc = stat_desc;   /* the corresponding static tree */\\n}\\n\\n\\n\\nfunction d_code(dist) {\\n  return dist < 256 ? _dist_code[dist] : _dist_code[256 + (dist >>> 7)];\\n}\\n\\n\\n/* ===========================================================================\\n * Output a short LSB first on the stream.\\n * IN assertion: there is enough room in pendingBuf.\\n */\\nfunction put_short(s, w) {\\n//    put_byte(s, (uch)((w) & 0xff));\\n//    put_byte(s, (uch)((ush)(w) >> 8));\\n  s.pending_buf[s.pending++] = (w) & 0xff;\\n  s.pending_buf[s.pending++] = (w >>> 8) & 0xff;\\n}\\n\\n\\n/* ===========================================================================\\n * Send a value on a given number of bits.\\n * IN assertion: length <= 16 and value fits in length bits.\\n */\\nfunction send_bits(s, value, length) {\\n  if (s.bi_valid > (Buf_size - length)) {\\n    s.bi_buf |= (value << s.bi_valid) & 0xffff;\\n    put_short(s, s.bi_buf);\\n    s.bi_buf = value >> (Buf_size - s.bi_valid);\\n    s.bi_valid += length - Buf_size;\\n  } else {\\n    s.bi_buf |= (value << s.bi_valid) & 0xffff;\\n    s.bi_valid += length;\\n  }\\n}\\n\\n\\nfunction send_code(s, c, tree) {\\n  send_bits(s, tree[c * 2]/*.Code*/, tree[c * 2 + 1]/*.Len*/);\\n}\\n\\n\\n/* ===========================================================================\\n * Reverse the first len bits of a code, using straightforward code (a faster\\n * method would use a table)\\n * IN assertion: 1 <= len <= 15\\n */\\nfunction bi_reverse(code, len) {\\n  var res = 0;\\n  do {\\n    res |= code & 1;\\n    code >>>= 1;\\n    res <<= 1;\\n  } while (--len > 0);\\n  return res >>> 1;\\n}\\n\\n\\n/* ===========================================================================\\n * Flush the bit buffer, keeping at most 7 bits in it.\\n */\\nfunction bi_flush(s) {\\n  if (s.bi_valid === 16) {\\n    put_short(s, s.bi_buf);\\n    s.bi_buf = 0;\\n    s.bi_valid = 0;\\n\\n  } else if (s.bi_valid >= 8) {\\n    s.pending_buf[s.pending++] = s.bi_buf & 0xff;\\n    s.bi_buf >>= 8;\\n    s.bi_valid -= 8;\\n  }\\n}\\n\\n\\n/* ===========================================================================\\n * Compute the optimal bit lengths for a tree and update the total bit length\\n * for the current block.\\n * IN assertion: the fields freq and dad are set, heap[heap_max] and\\n *    above are the tree nodes sorted by increasing frequency.\\n * OUT assertions: the field len is set to the optimal bit length, the\\n *     array bl_count contains the frequencies for each bit length.\\n *     The length opt_len is updated; static_len is also updated if stree is\\n *     not null.\\n */\\nfunction gen_bitlen(s, desc)\\n//    deflate_state *s;\\n//    tree_desc *desc;    /* the tree descriptor */\\n{\\n  var tree            = desc.dyn_tree;\\n  var max_code        = desc.max_code;\\n  var stree           = desc.stat_desc.static_tree;\\n  var has_stree       = desc.stat_desc.has_stree;\\n  var extra           = desc.stat_desc.extra_bits;\\n  var base            = desc.stat_desc.extra_base;\\n  var max_length      = desc.stat_desc.max_length;\\n  var h;              /* heap index */\\n  var n, m;           /* iterate over the tree elements */\\n  var bits;           /* bit length */\\n  var xbits;          /* extra bits */\\n  var f;              /* frequency */\\n  var overflow = 0;   /* number of elements with bit length too large */\\n\\n  for (bits = 0; bits <= MAX_BITS; bits++) {\\n    s.bl_count[bits] = 0;\\n  }\\n\\n  /* In a first pass, compute the optimal bit lengths (which may\\n   * overflow in the case of the bit length tree).\\n   */\\n  tree[s.heap[s.heap_max] * 2 + 1]/*.Len*/ = 0; /* root of the heap */\\n\\n  for (h = s.heap_max + 1; h < HEAP_SIZE; h++) {\\n    n = s.heap[h];\\n    bits = tree[tree[n * 2 + 1]/*.Dad*/ * 2 + 1]/*.Len*/ + 1;\\n    if (bits > max_length) {\\n      bits = max_length;\\n      overflow++;\\n    }\\n    tree[n * 2 + 1]/*.Len*/ = bits;\\n    /* We overwrite tree[n].Dad which is no longer needed */\\n\\n    if (n > max_code) { continue; } /* not a leaf node */\\n\\n    s.bl_count[bits]++;\\n    xbits = 0;\\n    if (n >= base) {\\n      xbits = extra[n - base];\\n    }\\n    f = tree[n * 2]/*.Freq*/;\\n    s.opt_len += f * (bits + xbits);\\n    if (has_stree) {\\n      s.static_len += f * (stree[n * 2 + 1]/*.Len*/ + xbits);\\n    }\\n  }\\n  if (overflow === 0) { return; }\\n\\n  // Trace((stderr,\\\"\\\\nbit length overflow\\\\n\\\"));\\n  /* This happens for example on obj2 and pic of the Calgary corpus */\\n\\n  /* Find the first bit length which could increase: */\\n  do {\\n    bits = max_length - 1;\\n    while (s.bl_count[bits] === 0) { bits--; }\\n    s.bl_count[bits]--;      /* move one leaf down the tree */\\n    s.bl_count[bits + 1] += 2; /* move one overflow item as its brother */\\n    s.bl_count[max_length]--;\\n    /* The brother of the overflow item also moves one step up,\\n     * but this does not affect bl_count[max_length]\\n     */\\n    overflow -= 2;\\n  } while (overflow > 0);\\n\\n  /* Now recompute all bit lengths, scanning in increasing frequency.\\n   * h is still equal to HEAP_SIZE. (It is simpler to reconstruct all\\n   * lengths instead of fixing only the wrong ones. This idea is taken\\n   * from 'ar' written by Haruhiko Okumura.)\\n   */\\n  for (bits = max_length; bits !== 0; bits--) {\\n    n = s.bl_count[bits];\\n    while (n !== 0) {\\n      m = s.heap[--h];\\n      if (m > max_code) { continue; }\\n      if (tree[m * 2 + 1]/*.Len*/ !== bits) {\\n        // Trace((stderr,\\\"code %d bits %d->%d\\\\n\\\", m, tree[m].Len, bits));\\n        s.opt_len += (bits - tree[m * 2 + 1]/*.Len*/) * tree[m * 2]/*.Freq*/;\\n        tree[m * 2 + 1]/*.Len*/ = bits;\\n      }\\n      n--;\\n    }\\n  }\\n}\\n\\n\\n/* ===========================================================================\\n * Generate the codes for a given tree and bit counts (which need not be\\n * optimal).\\n * IN assertion: the array bl_count contains the bit length statistics for\\n * the given tree and the field len is set for all tree elements.\\n * OUT assertion: the field code is set for all tree elements of non\\n *     zero code length.\\n */\\nfunction gen_codes(tree, max_code, bl_count)\\n//    ct_data *tree;             /* the tree to decorate */\\n//    int max_code;              /* largest code with non zero frequency */\\n//    ushf *bl_count;            /* number of codes at each bit length */\\n{\\n  var next_code = new Array(MAX_BITS + 1); /* next code value for each bit length */\\n  var code = 0;              /* running code value */\\n  var bits;                  /* bit index */\\n  var n;                     /* code index */\\n\\n  /* The distribution counts are first used to generate the code values\\n   * without bit reversal.\\n   */\\n  for (bits = 1; bits <= MAX_BITS; bits++) {\\n    next_code[bits] = code = (code + bl_count[bits - 1]) << 1;\\n  }\\n  /* Check that the bit counts in bl_count are consistent. The last code\\n   * must be all ones.\\n   */\\n  //Assert (code + bl_count[MAX_BITS]-1 == (1<<MAX_BITS)-1,\\n  //        \\\"inconsistent bit counts\\\");\\n  //Tracev((stderr,\\\"\\\\ngen_codes: max_code %d \\\", max_code));\\n\\n  for (n = 0;  n <= max_code; n++) {\\n    var len = tree[n * 2 + 1]/*.Len*/;\\n    if (len === 0) { continue; }\\n    /* Now reverse the bits */\\n    tree[n * 2]/*.Code*/ = bi_reverse(next_code[len]++, len);\\n\\n    //Tracecv(tree != static_ltree, (stderr,\\\"\\\\nn %3d %c l %2d c %4x (%x) \\\",\\n    //     n, (isgraph(n) ? n : ' '), len, tree[n].Code, next_code[len]-1));\\n  }\\n}\\n\\n\\n/* ===========================================================================\\n * Initialize the various 'constant' tables.\\n */\\nfunction tr_static_init() {\\n  var n;        /* iterates over tree elements */\\n  var bits;     /* bit counter */\\n  var length;   /* length value */\\n  var code;     /* code value */\\n  var dist;     /* distance index */\\n  var bl_count = new Array(MAX_BITS + 1);\\n  /* number of codes at each bit length for an optimal tree */\\n\\n  // do check in _tr_init()\\n  //if (static_init_done) return;\\n\\n  /* For some embedded targets, global variables are not initialized: */\\n/*#ifdef NO_INIT_GLOBAL_POINTERS\\n  static_l_desc.static_tree = static_ltree;\\n  static_l_desc.extra_bits = extra_lbits;\\n  static_d_desc.static_tree = static_dtree;\\n  static_d_desc.extra_bits = extra_dbits;\\n  static_bl_desc.extra_bits = extra_blbits;\\n#endif*/\\n\\n  /* Initialize the mapping length (0..255) -> length code (0..28) */\\n  length = 0;\\n  for (code = 0; code < LENGTH_CODES - 1; code++) {\\n    base_length[code] = length;\\n    for (n = 0; n < (1 << extra_lbits[code]); n++) {\\n      _length_code[length++] = code;\\n    }\\n  }\\n  //Assert (length == 256, \\\"tr_static_init: length != 256\\\");\\n  /* Note that the length 255 (match length 258) can be represented\\n   * in two different ways: code 284 + 5 bits or code 285, so we\\n   * overwrite length_code[255] to use the best encoding:\\n   */\\n  _length_code[length - 1] = code;\\n\\n  /* Initialize the mapping dist (0..32K) -> dist code (0..29) */\\n  dist = 0;\\n  for (code = 0; code < 16; code++) {\\n    base_dist[code] = dist;\\n    for (n = 0; n < (1 << extra_dbits[code]); n++) {\\n      _dist_code[dist++] = code;\\n    }\\n  }\\n  //Assert (dist == 256, \\\"tr_static_init: dist != 256\\\");\\n  dist >>= 7; /* from now on, all distances are divided by 128 */\\n  for (; code < D_CODES; code++) {\\n    base_dist[code] = dist << 7;\\n    for (n = 0; n < (1 << (extra_dbits[code] - 7)); n++) {\\n      _dist_code[256 + dist++] = code;\\n    }\\n  }\\n  //Assert (dist == 256, \\\"tr_static_init: 256+dist != 512\\\");\\n\\n  /* Construct the codes of the static literal tree */\\n  for (bits = 0; bits <= MAX_BITS; bits++) {\\n    bl_count[bits] = 0;\\n  }\\n\\n  n = 0;\\n  while (n <= 143) {\\n    static_ltree[n * 2 + 1]/*.Len*/ = 8;\\n    n++;\\n    bl_count[8]++;\\n  }\\n  while (n <= 255) {\\n    static_ltree[n * 2 + 1]/*.Len*/ = 9;\\n    n++;\\n    bl_count[9]++;\\n  }\\n  while (n <= 279) {\\n    static_ltree[n * 2 + 1]/*.Len*/ = 7;\\n    n++;\\n    bl_count[7]++;\\n  }\\n  while (n <= 287) {\\n    static_ltree[n * 2 + 1]/*.Len*/ = 8;\\n    n++;\\n    bl_count[8]++;\\n  }\\n  /* Codes 286 and 287 do not exist, but we must include them in the\\n   * tree construction to get a canonical Huffman tree (longest code\\n   * all ones)\\n   */\\n  gen_codes(static_ltree, L_CODES + 1, bl_count);\\n\\n  /* The static distance tree is trivial: */\\n  for (n = 0; n < D_CODES; n++) {\\n    static_dtree[n * 2 + 1]/*.Len*/ = 5;\\n    static_dtree[n * 2]/*.Code*/ = bi_reverse(n, 5);\\n  }\\n\\n  // Now data ready and we can init static trees\\n  static_l_desc = new StaticTreeDesc(static_ltree, extra_lbits, LITERALS + 1, L_CODES, MAX_BITS);\\n  static_d_desc = new StaticTreeDesc(static_dtree, extra_dbits, 0,          D_CODES, MAX_BITS);\\n  static_bl_desc = new StaticTreeDesc(new Array(0), extra_blbits, 0,         BL_CODES, MAX_BL_BITS);\\n\\n  //static_init_done = true;\\n}\\n\\n\\n/* ===========================================================================\\n * Initialize a new block.\\n */\\nfunction init_block(s) {\\n  var n; /* iterates over tree elements */\\n\\n  /* Initialize the trees. */\\n  for (n = 0; n < L_CODES;  n++) { s.dyn_ltree[n * 2]/*.Freq*/ = 0; }\\n  for (n = 0; n < D_CODES;  n++) { s.dyn_dtree[n * 2]/*.Freq*/ = 0; }\\n  for (n = 0; n < BL_CODES; n++) { s.bl_tree[n * 2]/*.Freq*/ = 0; }\\n\\n  s.dyn_ltree[END_BLOCK * 2]/*.Freq*/ = 1;\\n  s.opt_len = s.static_len = 0;\\n  s.last_lit = s.matches = 0;\\n}\\n\\n\\n/* ===========================================================================\\n * Flush the bit buffer and align the output on a byte boundary\\n */\\nfunction bi_windup(s)\\n{\\n  if (s.bi_valid > 8) {\\n    put_short(s, s.bi_buf);\\n  } else if (s.bi_valid > 0) {\\n    //put_byte(s, (Byte)s->bi_buf);\\n    s.pending_buf[s.pending++] = s.bi_buf;\\n  }\\n  s.bi_buf = 0;\\n  s.bi_valid = 0;\\n}\\n\\n/* ===========================================================================\\n * Copy a stored block, storing first the length and its\\n * one's complement if requested.\\n */\\nfunction copy_block(s, buf, len, header)\\n//DeflateState *s;\\n//charf    *buf;    /* the input data */\\n//unsigned len;     /* its length */\\n//int      header;  /* true if block header must be written */\\n{\\n  bi_windup(s);        /* align on byte boundary */\\n\\n  if (header) {\\n    put_short(s, len);\\n    put_short(s, ~len);\\n  }\\n//  while (len--) {\\n//    put_byte(s, *buf++);\\n//  }\\n  utils.arraySet(s.pending_buf, s.window, buf, len, s.pending);\\n  s.pending += len;\\n}\\n\\n/* ===========================================================================\\n * Compares to subtrees, using the tree depth as tie breaker when\\n * the subtrees have equal frequency. This minimizes the worst case length.\\n */\\nfunction smaller(tree, n, m, depth) {\\n  var _n2 = n * 2;\\n  var _m2 = m * 2;\\n  return (tree[_n2]/*.Freq*/ < tree[_m2]/*.Freq*/ ||\\n         (tree[_n2]/*.Freq*/ === tree[_m2]/*.Freq*/ && depth[n] <= depth[m]));\\n}\\n\\n/* ===========================================================================\\n * Restore the heap property by moving down the tree starting at node k,\\n * exchanging a node with the smallest of its two sons if necessary, stopping\\n * when the heap property is re-established (each father smaller than its\\n * two sons).\\n */\\nfunction pqdownheap(s, tree, k)\\n//    deflate_state *s;\\n//    ct_data *tree;  /* the tree to restore */\\n//    int k;               /* node to move down */\\n{\\n  var v = s.heap[k];\\n  var j = k << 1;  /* left son of k */\\n  while (j <= s.heap_len) {\\n    /* Set j to the smallest of the two sons: */\\n    if (j < s.heap_len &&\\n      smaller(tree, s.heap[j + 1], s.heap[j], s.depth)) {\\n      j++;\\n    }\\n    /* Exit if v is smaller than both sons */\\n    if (smaller(tree, v, s.heap[j], s.depth)) { break; }\\n\\n    /* Exchange v with the smallest son */\\n    s.heap[k] = s.heap[j];\\n    k = j;\\n\\n    /* And continue down the tree, setting j to the left son of k */\\n    j <<= 1;\\n  }\\n  s.heap[k] = v;\\n}\\n\\n\\n// inlined manually\\n// var SMALLEST = 1;\\n\\n/* ===========================================================================\\n * Send the block data compressed using the given Huffman trees\\n */\\nfunction compress_block(s, ltree, dtree)\\n//    deflate_state *s;\\n//    const ct_data *ltree; /* literal tree */\\n//    const ct_data *dtree; /* distance tree */\\n{\\n  var dist;           /* distance of matched string */\\n  var lc;             /* match length or unmatched char (if dist == 0) */\\n  var lx = 0;         /* running index in l_buf */\\n  var code;           /* the code to send */\\n  var extra;          /* number of extra bits to send */\\n\\n  if (s.last_lit !== 0) {\\n    do {\\n      dist = (s.pending_buf[s.d_buf + lx * 2] << 8) | (s.pending_buf[s.d_buf + lx * 2 + 1]);\\n      lc = s.pending_buf[s.l_buf + lx];\\n      lx++;\\n\\n      if (dist === 0) {\\n        send_code(s, lc, ltree); /* send a literal byte */\\n        //Tracecv(isgraph(lc), (stderr,\\\" '%c' \\\", lc));\\n      } else {\\n        /* Here, lc is the match length - MIN_MATCH */\\n        code = _length_code[lc];\\n        send_code(s, code + LITERALS + 1, ltree); /* send the length code */\\n        extra = extra_lbits[code];\\n        if (extra !== 0) {\\n          lc -= base_length[code];\\n          send_bits(s, lc, extra);       /* send the extra length bits */\\n        }\\n        dist--; /* dist is now the match distance - 1 */\\n        code = d_code(dist);\\n        //Assert (code < D_CODES, \\\"bad d_code\\\");\\n\\n        send_code(s, code, dtree);       /* send the distance code */\\n        extra = extra_dbits[code];\\n        if (extra !== 0) {\\n          dist -= base_dist[code];\\n          send_bits(s, dist, extra);   /* send the extra distance bits */\\n        }\\n      } /* literal or match pair ? */\\n\\n      /* Check that the overlay between pending_buf and d_buf+l_buf is ok: */\\n      //Assert((uInt)(s->pending) < s->lit_bufsize + 2*lx,\\n      //       \\\"pendingBuf overflow\\\");\\n\\n    } while (lx < s.last_lit);\\n  }\\n\\n  send_code(s, END_BLOCK, ltree);\\n}\\n\\n\\n/* ===========================================================================\\n * Construct one Huffman tree and assigns the code bit strings and lengths.\\n * Update the total bit length for the current block.\\n * IN assertion: the field freq is set for all tree elements.\\n * OUT assertions: the fields len and code are set to the optimal bit length\\n *     and corresponding code. The length opt_len is updated; static_len is\\n *     also updated if stree is not null. The field max_code is set.\\n */\\nfunction build_tree(s, desc)\\n//    deflate_state *s;\\n//    tree_desc *desc; /* the tree descriptor */\\n{\\n  var tree     = desc.dyn_tree;\\n  var stree    = desc.stat_desc.static_tree;\\n  var has_stree = desc.stat_desc.has_stree;\\n  var elems    = desc.stat_desc.elems;\\n  var n, m;          /* iterate over heap elements */\\n  var max_code = -1; /* largest code with non zero frequency */\\n  var node;          /* new node being created */\\n\\n  /* Construct the initial heap, with least frequent element in\\n   * heap[SMALLEST]. The sons of heap[n] are heap[2*n] and heap[2*n+1].\\n   * heap[0] is not used.\\n   */\\n  s.heap_len = 0;\\n  s.heap_max = HEAP_SIZE;\\n\\n  for (n = 0; n < elems; n++) {\\n    if (tree[n * 2]/*.Freq*/ !== 0) {\\n      s.heap[++s.heap_len] = max_code = n;\\n      s.depth[n] = 0;\\n\\n    } else {\\n      tree[n * 2 + 1]/*.Len*/ = 0;\\n    }\\n  }\\n\\n  /* The pkzip format requires that at least one distance code exists,\\n   * and that at least one bit should be sent even if there is only one\\n   * possible code. So to avoid special checks later on we force at least\\n   * two codes of non zero frequency.\\n   */\\n  while (s.heap_len < 2) {\\n    node = s.heap[++s.heap_len] = (max_code < 2 ? ++max_code : 0);\\n    tree[node * 2]/*.Freq*/ = 1;\\n    s.depth[node] = 0;\\n    s.opt_len--;\\n\\n    if (has_stree) {\\n      s.static_len -= stree[node * 2 + 1]/*.Len*/;\\n    }\\n    /* node is 0 or 1 so it does not have extra bits */\\n  }\\n  desc.max_code = max_code;\\n\\n  /* The elements heap[heap_len/2+1 .. heap_len] are leaves of the tree,\\n   * establish sub-heaps of increasing lengths:\\n   */\\n  for (n = (s.heap_len >> 1/*int /2*/); n >= 1; n--) { pqdownheap(s, tree, n); }\\n\\n  /* Construct the Huffman tree by repeatedly combining the least two\\n   * frequent nodes.\\n   */\\n  node = elems;              /* next internal node of the tree */\\n  do {\\n    //pqremove(s, tree, n);  /* n = node of least frequency */\\n    /*** pqremove ***/\\n    n = s.heap[1/*SMALLEST*/];\\n    s.heap[1/*SMALLEST*/] = s.heap[s.heap_len--];\\n    pqdownheap(s, tree, 1/*SMALLEST*/);\\n    /***/\\n\\n    m = s.heap[1/*SMALLEST*/]; /* m = node of next least frequency */\\n\\n    s.heap[--s.heap_max] = n; /* keep the nodes sorted by frequency */\\n    s.heap[--s.heap_max] = m;\\n\\n    /* Create a new node father of n and m */\\n    tree[node * 2]/*.Freq*/ = tree[n * 2]/*.Freq*/ + tree[m * 2]/*.Freq*/;\\n    s.depth[node] = (s.depth[n] >= s.depth[m] ? s.depth[n] : s.depth[m]) + 1;\\n    tree[n * 2 + 1]/*.Dad*/ = tree[m * 2 + 1]/*.Dad*/ = node;\\n\\n    /* and insert the new node in the heap */\\n    s.heap[1/*SMALLEST*/] = node++;\\n    pqdownheap(s, tree, 1/*SMALLEST*/);\\n\\n  } while (s.heap_len >= 2);\\n\\n  s.heap[--s.heap_max] = s.heap[1/*SMALLEST*/];\\n\\n  /* At this point, the fields freq and dad are set. We can now\\n   * generate the bit lengths.\\n   */\\n  gen_bitlen(s, desc);\\n\\n  /* The field len is now set, we can generate the bit codes */\\n  gen_codes(tree, max_code, s.bl_count);\\n}\\n\\n\\n/* ===========================================================================\\n * Scan a literal or distance tree to determine the frequencies of the codes\\n * in the bit length tree.\\n */\\nfunction scan_tree(s, tree, max_code)\\n//    deflate_state *s;\\n//    ct_data *tree;   /* the tree to be scanned */\\n//    int max_code;    /* and its largest code of non zero frequency */\\n{\\n  var n;                     /* iterates over all tree elements */\\n  var prevlen = -1;          /* last emitted length */\\n  var curlen;                /* length of current code */\\n\\n  var nextlen = tree[0 * 2 + 1]/*.Len*/; /* length of next code */\\n\\n  var count = 0;             /* repeat count of the current code */\\n  var max_count = 7;         /* max repeat count */\\n  var min_count = 4;         /* min repeat count */\\n\\n  if (nextlen === 0) {\\n    max_count = 138;\\n    min_count = 3;\\n  }\\n  tree[(max_code + 1) * 2 + 1]/*.Len*/ = 0xffff; /* guard */\\n\\n  for (n = 0; n <= max_code; n++) {\\n    curlen = nextlen;\\n    nextlen = tree[(n + 1) * 2 + 1]/*.Len*/;\\n\\n    if (++count < max_count && curlen === nextlen) {\\n      continue;\\n\\n    } else if (count < min_count) {\\n      s.bl_tree[curlen * 2]/*.Freq*/ += count;\\n\\n    } else if (curlen !== 0) {\\n\\n      if (curlen !== prevlen) { s.bl_tree[curlen * 2]/*.Freq*/++; }\\n      s.bl_tree[REP_3_6 * 2]/*.Freq*/++;\\n\\n    } else if (count <= 10) {\\n      s.bl_tree[REPZ_3_10 * 2]/*.Freq*/++;\\n\\n    } else {\\n      s.bl_tree[REPZ_11_138 * 2]/*.Freq*/++;\\n    }\\n\\n    count = 0;\\n    prevlen = curlen;\\n\\n    if (nextlen === 0) {\\n      max_count = 138;\\n      min_count = 3;\\n\\n    } else if (curlen === nextlen) {\\n      max_count = 6;\\n      min_count = 3;\\n\\n    } else {\\n      max_count = 7;\\n      min_count = 4;\\n    }\\n  }\\n}\\n\\n\\n/* ===========================================================================\\n * Send a literal or distance tree in compressed form, using the codes in\\n * bl_tree.\\n */\\nfunction send_tree(s, tree, max_code)\\n//    deflate_state *s;\\n//    ct_data *tree; /* the tree to be scanned */\\n//    int max_code;       /* and its largest code of non zero frequency */\\n{\\n  var n;                     /* iterates over all tree elements */\\n  var prevlen = -1;          /* last emitted length */\\n  var curlen;                /* length of current code */\\n\\n  var nextlen = tree[0 * 2 + 1]/*.Len*/; /* length of next code */\\n\\n  var count = 0;             /* repeat count of the current code */\\n  var max_count = 7;         /* max repeat count */\\n  var min_count = 4;         /* min repeat count */\\n\\n  /* tree[max_code+1].Len = -1; */  /* guard already set */\\n  if (nextlen === 0) {\\n    max_count = 138;\\n    min_count = 3;\\n  }\\n\\n  for (n = 0; n <= max_code; n++) {\\n    curlen = nextlen;\\n    nextlen = tree[(n + 1) * 2 + 1]/*.Len*/;\\n\\n    if (++count < max_count && curlen === nextlen) {\\n      continue;\\n\\n    } else if (count < min_count) {\\n      do { send_code(s, curlen, s.bl_tree); } while (--count !== 0);\\n\\n    } else if (curlen !== 0) {\\n      if (curlen !== prevlen) {\\n        send_code(s, curlen, s.bl_tree);\\n        count--;\\n      }\\n      //Assert(count >= 3 && count <= 6, \\\" 3_6?\\\");\\n      send_code(s, REP_3_6, s.bl_tree);\\n      send_bits(s, count - 3, 2);\\n\\n    } else if (count <= 10) {\\n      send_code(s, REPZ_3_10, s.bl_tree);\\n      send_bits(s, count - 3, 3);\\n\\n    } else {\\n      send_code(s, REPZ_11_138, s.bl_tree);\\n      send_bits(s, count - 11, 7);\\n    }\\n\\n    count = 0;\\n    prevlen = curlen;\\n    if (nextlen === 0) {\\n      max_count = 138;\\n      min_count = 3;\\n\\n    } else if (curlen === nextlen) {\\n      max_count = 6;\\n      min_count = 3;\\n\\n    } else {\\n      max_count = 7;\\n      min_count = 4;\\n    }\\n  }\\n}\\n\\n\\n/* ===========================================================================\\n * Construct the Huffman tree for the bit lengths and return the index in\\n * bl_order of the last bit length code to send.\\n */\\nfunction build_bl_tree(s) {\\n  var max_blindex;  /* index of last bit length code of non zero freq */\\n\\n  /* Determine the bit length frequencies for literal and distance trees */\\n  scan_tree(s, s.dyn_ltree, s.l_desc.max_code);\\n  scan_tree(s, s.dyn_dtree, s.d_desc.max_code);\\n\\n  /* Build the bit length tree: */\\n  build_tree(s, s.bl_desc);\\n  /* opt_len now includes the length of the tree representations, except\\n   * the lengths of the bit lengths codes and the 5+5+4 bits for the counts.\\n   */\\n\\n  /* Determine the number of bit length codes to send. The pkzip format\\n   * requires that at least 4 bit length codes be sent. (appnote.txt says\\n   * 3 but the actual value used is 4.)\\n   */\\n  for (max_blindex = BL_CODES - 1; max_blindex >= 3; max_blindex--) {\\n    if (s.bl_tree[bl_order[max_blindex] * 2 + 1]/*.Len*/ !== 0) {\\n      break;\\n    }\\n  }\\n  /* Update opt_len to include the bit length tree and counts */\\n  s.opt_len += 3 * (max_blindex + 1) + 5 + 5 + 4;\\n  //Tracev((stderr, \\\"\\\\ndyn trees: dyn %ld, stat %ld\\\",\\n  //        s->opt_len, s->static_len));\\n\\n  return max_blindex;\\n}\\n\\n\\n/* ===========================================================================\\n * Send the header for a block using dynamic Huffman trees: the counts, the\\n * lengths of the bit length codes, the literal tree and the distance tree.\\n * IN assertion: lcodes >= 257, dcodes >= 1, blcodes >= 4.\\n */\\nfunction send_all_trees(s, lcodes, dcodes, blcodes)\\n//    deflate_state *s;\\n//    int lcodes, dcodes, blcodes; /* number of codes for each tree */\\n{\\n  var rank;                    /* index in bl_order */\\n\\n  //Assert (lcodes >= 257 && dcodes >= 1 && blcodes >= 4, \\\"not enough codes\\\");\\n  //Assert (lcodes <= L_CODES && dcodes <= D_CODES && blcodes <= BL_CODES,\\n  //        \\\"too many codes\\\");\\n  //Tracev((stderr, \\\"\\\\nbl counts: \\\"));\\n  send_bits(s, lcodes - 257, 5); /* not +255 as stated in appnote.txt */\\n  send_bits(s, dcodes - 1,   5);\\n  send_bits(s, blcodes - 4,  4); /* not -3 as stated in appnote.txt */\\n  for (rank = 0; rank < blcodes; rank++) {\\n    //Tracev((stderr, \\\"\\\\nbl code %2d \\\", bl_order[rank]));\\n    send_bits(s, s.bl_tree[bl_order[rank] * 2 + 1]/*.Len*/, 3);\\n  }\\n  //Tracev((stderr, \\\"\\\\nbl tree: sent %ld\\\", s->bits_sent));\\n\\n  send_tree(s, s.dyn_ltree, lcodes - 1); /* literal tree */\\n  //Tracev((stderr, \\\"\\\\nlit tree: sent %ld\\\", s->bits_sent));\\n\\n  send_tree(s, s.dyn_dtree, dcodes - 1); /* distance tree */\\n  //Tracev((stderr, \\\"\\\\ndist tree: sent %ld\\\", s->bits_sent));\\n}\\n\\n\\n/* ===========================================================================\\n * Check if the data type is TEXT or BINARY, using the following algorithm:\\n * - TEXT if the two conditions below are satisfied:\\n *    a) There are no non-portable control characters belonging to the\\n *       \\\"black list\\\" (0..6, 14..25, 28..31).\\n *    b) There is at least one printable character belonging to the\\n *       \\\"white list\\\" (9 {TAB}, 10 {LF}, 13 {CR}, 32..255).\\n * - BINARY otherwise.\\n * - The following partially-portable control characters form a\\n *   \\\"gray list\\\" that is ignored in this detection algorithm:\\n *   (7 {BEL}, 8 {BS}, 11 {VT}, 12 {FF}, 26 {SUB}, 27 {ESC}).\\n * IN assertion: the fields Freq of dyn_ltree are set.\\n */\\nfunction detect_data_type(s) {\\n  /* black_mask is the bit mask of black-listed bytes\\n   * set bits 0..6, 14..25, and 28..31\\n   * 0xf3ffc07f = binary 11110011111111111100000001111111\\n   */\\n  var black_mask = 0xf3ffc07f;\\n  var n;\\n\\n  /* Check for non-textual (\\\"black-listed\\\") bytes. */\\n  for (n = 0; n <= 31; n++, black_mask >>>= 1) {\\n    if ((black_mask & 1) && (s.dyn_ltree[n * 2]/*.Freq*/ !== 0)) {\\n      return Z_BINARY;\\n    }\\n  }\\n\\n  /* Check for textual (\\\"white-listed\\\") bytes. */\\n  if (s.dyn_ltree[9 * 2]/*.Freq*/ !== 0 || s.dyn_ltree[10 * 2]/*.Freq*/ !== 0 ||\\n      s.dyn_ltree[13 * 2]/*.Freq*/ !== 0) {\\n    return Z_TEXT;\\n  }\\n  for (n = 32; n < LITERALS; n++) {\\n    if (s.dyn_ltree[n * 2]/*.Freq*/ !== 0) {\\n      return Z_TEXT;\\n    }\\n  }\\n\\n  /* There are no \\\"black-listed\\\" or \\\"white-listed\\\" bytes:\\n   * this stream either is empty or has tolerated (\\\"gray-listed\\\") bytes only.\\n   */\\n  return Z_BINARY;\\n}\\n\\n\\nvar static_init_done = false;\\n\\n/* ===========================================================================\\n * Initialize the tree data structures for a new zlib stream.\\n */\\nfunction _tr_init(s)\\n{\\n\\n  if (!static_init_done) {\\n    tr_static_init();\\n    static_init_done = true;\\n  }\\n\\n  s.l_desc  = new TreeDesc(s.dyn_ltree, static_l_desc);\\n  s.d_desc  = new TreeDesc(s.dyn_dtree, static_d_desc);\\n  s.bl_desc = new TreeDesc(s.bl_tree, static_bl_desc);\\n\\n  s.bi_buf = 0;\\n  s.bi_valid = 0;\\n\\n  /* Initialize the first block of the first file: */\\n  init_block(s);\\n}\\n\\n\\n/* ===========================================================================\\n * Send a stored block\\n */\\nfunction _tr_stored_block(s, buf, stored_len, last)\\n//DeflateState *s;\\n//charf *buf;       /* input block */\\n//ulg stored_len;   /* length of input block */\\n//int last;         /* one if this is the last block for a file */\\n{\\n  send_bits(s, (STORED_BLOCK << 1) + (last ? 1 : 0), 3);    /* send block type */\\n  copy_block(s, buf, stored_len, true); /* with header */\\n}\\n\\n\\n/* ===========================================================================\\n * Send one empty static block to give enough lookahead for inflate.\\n * This takes 10 bits, of which 7 may remain in the bit buffer.\\n */\\nfunction _tr_align(s) {\\n  send_bits(s, STATIC_TREES << 1, 3);\\n  send_code(s, END_BLOCK, static_ltree);\\n  bi_flush(s);\\n}\\n\\n\\n/* ===========================================================================\\n * Determine the best encoding for the current block: dynamic trees, static\\n * trees or store, and output the encoded block to the zip file.\\n */\\nfunction _tr_flush_block(s, buf, stored_len, last)\\n//DeflateState *s;\\n//charf *buf;       /* input block, or NULL if too old */\\n//ulg stored_len;   /* length of input block */\\n//int last;         /* one if this is the last block for a file */\\n{\\n  var opt_lenb, static_lenb;  /* opt_len and static_len in bytes */\\n  var max_blindex = 0;        /* index of last bit length code of non zero freq */\\n\\n  /* Build the Huffman trees unless a stored block is forced */\\n  if (s.level > 0) {\\n\\n    /* Check if the file is binary or text */\\n    if (s.strm.data_type === Z_UNKNOWN) {\\n      s.strm.data_type = detect_data_type(s);\\n    }\\n\\n    /* Construct the literal and distance trees */\\n    build_tree(s, s.l_desc);\\n    // Tracev((stderr, \\\"\\\\nlit data: dyn %ld, stat %ld\\\", s->opt_len,\\n    //        s->static_len));\\n\\n    build_tree(s, s.d_desc);\\n    // Tracev((stderr, \\\"\\\\ndist data: dyn %ld, stat %ld\\\", s->opt_len,\\n    //        s->static_len));\\n    /* At this point, opt_len and static_len are the total bit lengths of\\n     * the compressed block data, excluding the tree representations.\\n     */\\n\\n    /* Build the bit length tree for the above two trees, and get the index\\n     * in bl_order of the last bit length code to send.\\n     */\\n    max_blindex = build_bl_tree(s);\\n\\n    /* Determine the best encoding. Compute the block lengths in bytes. */\\n    opt_lenb = (s.opt_len + 3 + 7) >>> 3;\\n    static_lenb = (s.static_len + 3 + 7) >>> 3;\\n\\n    // Tracev((stderr, \\\"\\\\nopt %lu(%lu) stat %lu(%lu) stored %lu lit %u \\\",\\n    //        opt_lenb, s->opt_len, static_lenb, s->static_len, stored_len,\\n    //        s->last_lit));\\n\\n    if (static_lenb <= opt_lenb) { opt_lenb = static_lenb; }\\n\\n  } else {\\n    // Assert(buf != (char*)0, \\\"lost buf\\\");\\n    opt_lenb = static_lenb = stored_len + 5; /* force a stored block */\\n  }\\n\\n  if ((stored_len + 4 <= opt_lenb) && (buf !== -1)) {\\n    /* 4: two words for the lengths */\\n\\n    /* The test buf != NULL is only necessary if LIT_BUFSIZE > WSIZE.\\n     * Otherwise we can't have processed more than WSIZE input bytes since\\n     * the last block flush, because compression would have been\\n     * successful. If LIT_BUFSIZE <= WSIZE, it is never too late to\\n     * transform a block into a stored block.\\n     */\\n    _tr_stored_block(s, buf, stored_len, last);\\n\\n  } else if (s.strategy === Z_FIXED || static_lenb === opt_lenb) {\\n\\n    send_bits(s, (STATIC_TREES << 1) + (last ? 1 : 0), 3);\\n    compress_block(s, static_ltree, static_dtree);\\n\\n  } else {\\n    send_bits(s, (DYN_TREES << 1) + (last ? 1 : 0), 3);\\n    send_all_trees(s, s.l_desc.max_code + 1, s.d_desc.max_code + 1, max_blindex + 1);\\n    compress_block(s, s.dyn_ltree, s.dyn_dtree);\\n  }\\n  // Assert (s->compressed_len == s->bits_sent, \\\"bad compressed size\\\");\\n  /* The above check is made mod 2^32, for files larger than 512 MB\\n   * and uLong implemented on 32 bits.\\n   */\\n  init_block(s);\\n\\n  if (last) {\\n    bi_windup(s);\\n  }\\n  // Tracev((stderr,\\\"\\\\ncomprlen %lu(%lu) \\\", s->compressed_len>>3,\\n  //       s->compressed_len-7*last));\\n}\\n\\n/* ===========================================================================\\n * Save the match info and tally the frequency counts. Return true if\\n * the current block must be flushed.\\n */\\nfunction _tr_tally(s, dist, lc)\\n//    deflate_state *s;\\n//    unsigned dist;  /* distance of matched string */\\n//    unsigned lc;    /* match length-MIN_MATCH or unmatched char (if dist==0) */\\n{\\n  //var out_length, in_length, dcode;\\n\\n  s.pending_buf[s.d_buf + s.last_lit * 2]     = (dist >>> 8) & 0xff;\\n  s.pending_buf[s.d_buf + s.last_lit * 2 + 1] = dist & 0xff;\\n\\n  s.pending_buf[s.l_buf + s.last_lit] = lc & 0xff;\\n  s.last_lit++;\\n\\n  if (dist === 0) {\\n    /* lc is the unmatched char */\\n    s.dyn_ltree[lc * 2]/*.Freq*/++;\\n  } else {\\n    s.matches++;\\n    /* Here, lc is the match length - MIN_MATCH */\\n    dist--;             /* dist = match distance - 1 */\\n    //Assert((ush)dist < (ush)MAX_DIST(s) &&\\n    //       (ush)lc <= (ush)(MAX_MATCH-MIN_MATCH) &&\\n    //       (ush)d_code(dist) < (ush)D_CODES,  \\\"_tr_tally: bad match\\\");\\n\\n    s.dyn_ltree[(_length_code[lc] + LITERALS + 1) * 2]/*.Freq*/++;\\n    s.dyn_dtree[d_code(dist) * 2]/*.Freq*/++;\\n  }\\n\\n// (!) This block is disabled in zlib defaults,\\n// don't enable it for binary compatibility\\n\\n//#ifdef TRUNCATE_BLOCK\\n//  /* Try to guess if it is profitable to stop the current block here */\\n//  if ((s.last_lit & 0x1fff) === 0 && s.level > 2) {\\n//    /* Compute an upper bound for the compressed length */\\n//    out_length = s.last_lit*8;\\n//    in_length = s.strstart - s.block_start;\\n//\\n//    for (dcode = 0; dcode < D_CODES; dcode++) {\\n//      out_length += s.dyn_dtree[dcode*2]/*.Freq*/ * (5 + extra_dbits[dcode]);\\n//    }\\n//    out_length >>>= 3;\\n//    //Tracev((stderr,\\\"\\\\nlast_lit %u, in %ld, out ~%ld(%ld%%) \\\",\\n//    //       s->last_lit, in_length, out_length,\\n//    //       100L - out_length*100L/in_length));\\n//    if (s.matches < (s.last_lit>>1)/*int /2*/ && out_length < (in_length>>1)/*int /2*/) {\\n//      return true;\\n//    }\\n//  }\\n//#endif\\n\\n  return (s.last_lit === s.lit_bufsize - 1);\\n  /* We avoid equality with lit_bufsize because of wraparound at 64K\\n   * on 16 bit machines and because stored blocks are restricted to\\n   * 64K-1 bytes.\\n   */\\n}\\n\\nexports._tr_init  = _tr_init;\\nexports._tr_stored_block = _tr_stored_block;\\nexports._tr_flush_block  = _tr_flush_block;\\nexports._tr_tally = _tr_tally;\\nexports._tr_align = _tr_align;\\n\"\n    },\n    {\n      \"id\": 307,\n      \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/pako/lib/zlib/messages.js\",\n      \"name\": \"./node_modules/pako/lib/zlib/messages.js\",\n      \"index\": 302,\n      \"index2\": 293,\n      \"size\": 1538,\n      \"cacheable\": true,\n      \"built\": true,\n      \"optional\": false,\n      \"prefetched\": false,\n      \"chunks\": [\n        2\n      ],\n      \"issuer\": \"/Users/jarred/Code/styleurl/node_modules/pako/lib/zlib/deflate.js\",\n      \"issuerId\": 305,\n      \"issuerName\": \"./node_modules/pako/lib/zlib/deflate.js\",\n      \"issuerPath\": [\n        {\n          \"id\": 191,\n          \"identifier\": \"multi /Users/jarred/Code/styleurl/webpack/customPublicPath /Users/jarred/Code/styleurl/chrome/extension/background\",\n          \"name\": \"multi ./webpack/customPublicPath ./chrome/extension/background\",\n          \"profile\": {\n            \"factory\": 0,\n            \"building\": 0,\n            \"dependencies\": 54\n          }\n        },\n        {\n          \"id\": 192,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/background.js\",\n          \"name\": \"./chrome/extension/background.js\",\n          \"profile\": {\n            \"factory\": 54,\n            \"building\": 639,\n            \"dependencies\": 140\n          }\n        },\n        {\n          \"id\": 255,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/stylesheet-differ/lib/index.js\",\n          \"name\": \"./node_modules/stylesheet-differ/lib/index.js\",\n          \"profile\": {\n            \"factory\": 140,\n            \"building\": 568,\n            \"dependencies\": 1\n          }\n        },\n        {\n          \"id\": 256,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/native-css/index.js\",\n          \"name\": \"./node_modules/native-css/index.js\",\n          \"profile\": {\n            \"factory\": 189,\n            \"building\": 603,\n            \"dependencies\": 1\n          }\n        },\n        {\n          \"id\": 257,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/native-css/src/native-css.js\",\n          \"name\": \"./node_modules/native-css/src/native-css.js\",\n          \"profile\": {\n            \"factory\": 26,\n            \"building\": 63,\n            \"dependencies\": 14\n          }\n        },\n        {\n          \"id\": 293,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/fetch/lib/fetch.js\",\n          \"name\": \"./node_modules/fetch/lib/fetch.js\",\n          \"profile\": {\n            \"factory\": 117,\n            \"building\": 25,\n            \"dependencies\": 27\n          }\n        },\n        {\n          \"id\": 302,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/browserify-zlib/lib/index.js\",\n          \"name\": \"./node_modules/browserify-zlib/lib/index.js\",\n          \"profile\": {\n            \"factory\": 66,\n            \"building\": 38,\n            \"dependencies\": 20\n          }\n        },\n        {\n          \"id\": 303,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/browserify-zlib/lib/binding.js\",\n          \"name\": \"./node_modules/browserify-zlib/lib/binding.js\",\n          \"profile\": {\n            \"factory\": 46,\n            \"building\": 33,\n            \"dependencies\": 1\n          }\n        },\n        {\n          \"id\": 305,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/pako/lib/zlib/deflate.js\",\n          \"name\": \"./node_modules/pako/lib/zlib/deflate.js\",\n          \"profile\": {\n            \"factory\": 116,\n            \"building\": 47,\n            \"dependencies\": 38\n          }\n        }\n      ],\n      \"profile\": {\n        \"factory\": 38,\n        \"building\": 73,\n        \"dependencies\": 0\n      },\n      \"failed\": false,\n      \"errors\": 0,\n      \"warnings\": 0,\n      \"assets\": [],\n      \"reasons\": [\n        {\n          \"moduleId\": 305,\n          \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/pako/lib/zlib/deflate.js\",\n          \"module\": \"./node_modules/pako/lib/zlib/deflate.js\",\n          \"moduleName\": \"./node_modules/pako/lib/zlib/deflate.js\",\n          \"type\": \"cjs require\",\n          \"userRequest\": \"./messages\",\n          \"loc\": \"26:14-35\"\n        }\n      ],\n      \"usedExports\": true,\n      \"providedExports\": null,\n      \"optimizationBailout\": [\n        \"ModuleConcatenation bailout: Module is not an ECMAScript module\"\n      ],\n      \"depth\": 9,\n      \"source\": \"'use strict';\\n\\n// (C) 1995-2013 Jean-loup Gailly and Mark Adler\\n// (C) 2014-2017 Vitaly Puzrin and Andrey Tupitsin\\n//\\n// This software is provided 'as-is', without any express or implied\\n// warranty. In no event will the authors be held liable for any damages\\n// arising from the use of this software.\\n//\\n// Permission is granted to anyone to use this software for any purpose,\\n// including commercial applications, and to alter it and redistribute it\\n// freely, subject to the following restrictions:\\n//\\n// 1. The origin of this software must not be misrepresented; you must not\\n//   claim that you wrote the original software. If you use this software\\n//   in a product, an acknowledgment in the product documentation would be\\n//   appreciated but is not required.\\n// 2. Altered source versions must be plainly marked as such, and must not be\\n//   misrepresented as being the original software.\\n// 3. This notice may not be removed or altered from any source distribution.\\n\\nmodule.exports = {\\n  2:      'need dictionary',     /* Z_NEED_DICT       2  */\\n  1:      'stream end',          /* Z_STREAM_END      1  */\\n  0:      '',                    /* Z_OK              0  */\\n  '-1':   'file error',          /* Z_ERRNO         (-1) */\\n  '-2':   'stream error',        /* Z_STREAM_ERROR  (-2) */\\n  '-3':   'data error',          /* Z_DATA_ERROR    (-3) */\\n  '-4':   'insufficient memory', /* Z_MEM_ERROR     (-4) */\\n  '-5':   'buffer error',        /* Z_BUF_ERROR     (-5) */\\n  '-6':   'incompatible version' /* Z_VERSION_ERROR (-6) */\\n};\\n\"\n    },\n    {\n      \"id\": 308,\n      \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/pako/lib/zlib/inflate.js\",\n      \"name\": \"./node_modules/pako/lib/zlib/inflate.js\",\n      \"index\": 303,\n      \"index2\": 297,\n      \"size\": 50284,\n      \"cacheable\": true,\n      \"built\": true,\n      \"optional\": false,\n      \"prefetched\": false,\n      \"chunks\": [\n        2\n      ],\n      \"issuer\": \"/Users/jarred/Code/styleurl/node_modules/browserify-zlib/lib/binding.js\",\n      \"issuerId\": 303,\n      \"issuerName\": \"./node_modules/browserify-zlib/lib/binding.js\",\n      \"issuerPath\": [\n        {\n          \"id\": 191,\n          \"identifier\": \"multi /Users/jarred/Code/styleurl/webpack/customPublicPath /Users/jarred/Code/styleurl/chrome/extension/background\",\n          \"name\": \"multi ./webpack/customPublicPath ./chrome/extension/background\",\n          \"profile\": {\n            \"factory\": 0,\n            \"building\": 0,\n            \"dependencies\": 54\n          }\n        },\n        {\n          \"id\": 192,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/background.js\",\n          \"name\": \"./chrome/extension/background.js\",\n          \"profile\": {\n            \"factory\": 54,\n            \"building\": 639,\n            \"dependencies\": 140\n          }\n        },\n        {\n          \"id\": 255,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/stylesheet-differ/lib/index.js\",\n          \"name\": \"./node_modules/stylesheet-differ/lib/index.js\",\n          \"profile\": {\n            \"factory\": 140,\n            \"building\": 568,\n            \"dependencies\": 1\n          }\n        },\n        {\n          \"id\": 256,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/native-css/index.js\",\n          \"name\": \"./node_modules/native-css/index.js\",\n          \"profile\": {\n            \"factory\": 189,\n            \"building\": 603,\n            \"dependencies\": 1\n          }\n        },\n        {\n          \"id\": 257,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/native-css/src/native-css.js\",\n          \"name\": \"./node_modules/native-css/src/native-css.js\",\n          \"profile\": {\n            \"factory\": 26,\n            \"building\": 63,\n            \"dependencies\": 14\n          }\n        },\n        {\n          \"id\": 293,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/fetch/lib/fetch.js\",\n          \"name\": \"./node_modules/fetch/lib/fetch.js\",\n          \"profile\": {\n            \"factory\": 117,\n            \"building\": 25,\n            \"dependencies\": 27\n          }\n        },\n        {\n          \"id\": 302,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/browserify-zlib/lib/index.js\",\n          \"name\": \"./node_modules/browserify-zlib/lib/index.js\",\n          \"profile\": {\n            \"factory\": 66,\n            \"building\": 38,\n            \"dependencies\": 20\n          }\n        },\n        {\n          \"id\": 303,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/browserify-zlib/lib/binding.js\",\n          \"name\": \"./node_modules/browserify-zlib/lib/binding.js\",\n          \"profile\": {\n            \"factory\": 46,\n            \"building\": 33,\n            \"dependencies\": 1\n          }\n        }\n      ],\n      \"profile\": {\n        \"factory\": 116,\n        \"building\": 47,\n        \"dependencies\": 38\n      },\n      \"failed\": false,\n      \"errors\": 0,\n      \"warnings\": 0,\n      \"assets\": [],\n      \"reasons\": [\n        {\n          \"moduleId\": 303,\n          \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/browserify-zlib/lib/binding.js\",\n          \"module\": \"./node_modules/browserify-zlib/lib/binding.js\",\n          \"moduleName\": \"./node_modules/browserify-zlib/lib/binding.js\",\n          \"type\": \"cjs require\",\n          \"userRequest\": \"pako/lib/zlib/inflate.js\",\n          \"loc\": \"8:19-54\"\n        }\n      ],\n      \"usedExports\": true,\n      \"providedExports\": null,\n      \"optimizationBailout\": [\n        \"ModuleConcatenation bailout: Module is not an ECMAScript module\"\n      ],\n      \"depth\": 8,\n      \"source\": \"'use strict';\\n\\n// (C) 1995-2013 Jean-loup Gailly and Mark Adler\\n// (C) 2014-2017 Vitaly Puzrin and Andrey Tupitsin\\n//\\n// This software is provided 'as-is', without any express or implied\\n// warranty. In no event will the authors be held liable for any damages\\n// arising from the use of this software.\\n//\\n// Permission is granted to anyone to use this software for any purpose,\\n// including commercial applications, and to alter it and redistribute it\\n// freely, subject to the following restrictions:\\n//\\n// 1. The origin of this software must not be misrepresented; you must not\\n//   claim that you wrote the original software. If you use this software\\n//   in a product, an acknowledgment in the product documentation would be\\n//   appreciated but is not required.\\n// 2. Altered source versions must be plainly marked as such, and must not be\\n//   misrepresented as being the original software.\\n// 3. This notice may not be removed or altered from any source distribution.\\n\\nvar utils         = require('../utils/common');\\nvar adler32       = require('./adler32');\\nvar crc32         = require('./crc32');\\nvar inflate_fast  = require('./inffast');\\nvar inflate_table = require('./inftrees');\\n\\nvar CODES = 0;\\nvar LENS = 1;\\nvar DISTS = 2;\\n\\n/* Public constants ==========================================================*/\\n/* ===========================================================================*/\\n\\n\\n/* Allowed flush values; see deflate() and inflate() below for details */\\n//var Z_NO_FLUSH      = 0;\\n//var Z_PARTIAL_FLUSH = 1;\\n//var Z_SYNC_FLUSH    = 2;\\n//var Z_FULL_FLUSH    = 3;\\nvar Z_FINISH        = 4;\\nvar Z_BLOCK         = 5;\\nvar Z_TREES         = 6;\\n\\n\\n/* Return codes for the compression/decompression functions. Negative values\\n * are errors, positive values are used for special but normal events.\\n */\\nvar Z_OK            = 0;\\nvar Z_STREAM_END    = 1;\\nvar Z_NEED_DICT     = 2;\\n//var Z_ERRNO         = -1;\\nvar Z_STREAM_ERROR  = -2;\\nvar Z_DATA_ERROR    = -3;\\nvar Z_MEM_ERROR     = -4;\\nvar Z_BUF_ERROR     = -5;\\n//var Z_VERSION_ERROR = -6;\\n\\n/* The deflate compression method */\\nvar Z_DEFLATED  = 8;\\n\\n\\n/* STATES ====================================================================*/\\n/* ===========================================================================*/\\n\\n\\nvar    HEAD = 1;       /* i: waiting for magic header */\\nvar    FLAGS = 2;      /* i: waiting for method and flags (gzip) */\\nvar    TIME = 3;       /* i: waiting for modification time (gzip) */\\nvar    OS = 4;         /* i: waiting for extra flags and operating system (gzip) */\\nvar    EXLEN = 5;      /* i: waiting for extra length (gzip) */\\nvar    EXTRA = 6;      /* i: waiting for extra bytes (gzip) */\\nvar    NAME = 7;       /* i: waiting for end of file name (gzip) */\\nvar    COMMENT = 8;    /* i: waiting for end of comment (gzip) */\\nvar    HCRC = 9;       /* i: waiting for header crc (gzip) */\\nvar    DICTID = 10;    /* i: waiting for dictionary check value */\\nvar    DICT = 11;      /* waiting for inflateSetDictionary() call */\\nvar        TYPE = 12;      /* i: waiting for type bits, including last-flag bit */\\nvar        TYPEDO = 13;    /* i: same, but skip check to exit inflate on new block */\\nvar        STORED = 14;    /* i: waiting for stored size (length and complement) */\\nvar        COPY_ = 15;     /* i/o: same as COPY below, but only first time in */\\nvar        COPY = 16;      /* i/o: waiting for input or output to copy stored block */\\nvar        TABLE = 17;     /* i: waiting for dynamic block table lengths */\\nvar        LENLENS = 18;   /* i: waiting for code length code lengths */\\nvar        CODELENS = 19;  /* i: waiting for length/lit and distance code lengths */\\nvar            LEN_ = 20;      /* i: same as LEN below, but only first time in */\\nvar            LEN = 21;       /* i: waiting for length/lit/eob code */\\nvar            LENEXT = 22;    /* i: waiting for length extra bits */\\nvar            DIST = 23;      /* i: waiting for distance code */\\nvar            DISTEXT = 24;   /* i: waiting for distance extra bits */\\nvar            MATCH = 25;     /* o: waiting for output space to copy string */\\nvar            LIT = 26;       /* o: waiting for output space to write literal */\\nvar    CHECK = 27;     /* i: waiting for 32-bit check value */\\nvar    LENGTH = 28;    /* i: waiting for 32-bit length (gzip) */\\nvar    DONE = 29;      /* finished check, done -- remain here until reset */\\nvar    BAD = 30;       /* got a data error -- remain here until reset */\\nvar    MEM = 31;       /* got an inflate() memory error -- remain here until reset */\\nvar    SYNC = 32;      /* looking for synchronization bytes to restart inflate() */\\n\\n/* ===========================================================================*/\\n\\n\\n\\nvar ENOUGH_LENS = 852;\\nvar ENOUGH_DISTS = 592;\\n//var ENOUGH =  (ENOUGH_LENS+ENOUGH_DISTS);\\n\\nvar MAX_WBITS = 15;\\n/* 32K LZ77 window */\\nvar DEF_WBITS = MAX_WBITS;\\n\\n\\nfunction zswap32(q) {\\n  return  (((q >>> 24) & 0xff) +\\n          ((q >>> 8) & 0xff00) +\\n          ((q & 0xff00) << 8) +\\n          ((q & 0xff) << 24));\\n}\\n\\n\\nfunction InflateState() {\\n  this.mode = 0;             /* current inflate mode */\\n  this.last = false;          /* true if processing last block */\\n  this.wrap = 0;              /* bit 0 true for zlib, bit 1 true for gzip */\\n  this.havedict = false;      /* true if dictionary provided */\\n  this.flags = 0;             /* gzip header method and flags (0 if zlib) */\\n  this.dmax = 0;              /* zlib header max distance (INFLATE_STRICT) */\\n  this.check = 0;             /* protected copy of check value */\\n  this.total = 0;             /* protected copy of output count */\\n  // TODO: may be {}\\n  this.head = null;           /* where to save gzip header information */\\n\\n  /* sliding window */\\n  this.wbits = 0;             /* log base 2 of requested window size */\\n  this.wsize = 0;             /* window size or zero if not using window */\\n  this.whave = 0;             /* valid bytes in the window */\\n  this.wnext = 0;             /* window write index */\\n  this.window = null;         /* allocated sliding window, if needed */\\n\\n  /* bit accumulator */\\n  this.hold = 0;              /* input bit accumulator */\\n  this.bits = 0;              /* number of bits in \\\"in\\\" */\\n\\n  /* for string and stored block copying */\\n  this.length = 0;            /* literal or length of data to copy */\\n  this.offset = 0;            /* distance back to copy string from */\\n\\n  /* for table and code decoding */\\n  this.extra = 0;             /* extra bits needed */\\n\\n  /* fixed and dynamic code tables */\\n  this.lencode = null;          /* starting table for length/literal codes */\\n  this.distcode = null;         /* starting table for distance codes */\\n  this.lenbits = 0;           /* index bits for lencode */\\n  this.distbits = 0;          /* index bits for distcode */\\n\\n  /* dynamic table building */\\n  this.ncode = 0;             /* number of code length code lengths */\\n  this.nlen = 0;              /* number of length code lengths */\\n  this.ndist = 0;             /* number of distance code lengths */\\n  this.have = 0;              /* number of code lengths in lens[] */\\n  this.next = null;              /* next available space in codes[] */\\n\\n  this.lens = new utils.Buf16(320); /* temporary storage for code lengths */\\n  this.work = new utils.Buf16(288); /* work area for code table building */\\n\\n  /*\\n   because we don't have pointers in js, we use lencode and distcode directly\\n   as buffers so we don't need codes\\n  */\\n  //this.codes = new utils.Buf32(ENOUGH);       /* space for code tables */\\n  this.lendyn = null;              /* dynamic table for length/literal codes (JS specific) */\\n  this.distdyn = null;             /* dynamic table for distance codes (JS specific) */\\n  this.sane = 0;                   /* if false, allow invalid distance too far */\\n  this.back = 0;                   /* bits back of last unprocessed length/lit */\\n  this.was = 0;                    /* initial length of match */\\n}\\n\\nfunction inflateResetKeep(strm) {\\n  var state;\\n\\n  if (!strm || !strm.state) { return Z_STREAM_ERROR; }\\n  state = strm.state;\\n  strm.total_in = strm.total_out = state.total = 0;\\n  strm.msg = ''; /*Z_NULL*/\\n  if (state.wrap) {       /* to support ill-conceived Java test suite */\\n    strm.adler = state.wrap & 1;\\n  }\\n  state.mode = HEAD;\\n  state.last = 0;\\n  state.havedict = 0;\\n  state.dmax = 32768;\\n  state.head = null/*Z_NULL*/;\\n  state.hold = 0;\\n  state.bits = 0;\\n  //state.lencode = state.distcode = state.next = state.codes;\\n  state.lencode = state.lendyn = new utils.Buf32(ENOUGH_LENS);\\n  state.distcode = state.distdyn = new utils.Buf32(ENOUGH_DISTS);\\n\\n  state.sane = 1;\\n  state.back = -1;\\n  //Tracev((stderr, \\\"inflate: reset\\\\n\\\"));\\n  return Z_OK;\\n}\\n\\nfunction inflateReset(strm) {\\n  var state;\\n\\n  if (!strm || !strm.state) { return Z_STREAM_ERROR; }\\n  state = strm.state;\\n  state.wsize = 0;\\n  state.whave = 0;\\n  state.wnext = 0;\\n  return inflateResetKeep(strm);\\n\\n}\\n\\nfunction inflateReset2(strm, windowBits) {\\n  var wrap;\\n  var state;\\n\\n  /* get the state */\\n  if (!strm || !strm.state) { return Z_STREAM_ERROR; }\\n  state = strm.state;\\n\\n  /* extract wrap request from windowBits parameter */\\n  if (windowBits < 0) {\\n    wrap = 0;\\n    windowBits = -windowBits;\\n  }\\n  else {\\n    wrap = (windowBits >> 4) + 1;\\n    if (windowBits < 48) {\\n      windowBits &= 15;\\n    }\\n  }\\n\\n  /* set number of window bits, free window if different */\\n  if (windowBits && (windowBits < 8 || windowBits > 15)) {\\n    return Z_STREAM_ERROR;\\n  }\\n  if (state.window !== null && state.wbits !== windowBits) {\\n    state.window = null;\\n  }\\n\\n  /* update state and reset the rest of it */\\n  state.wrap = wrap;\\n  state.wbits = windowBits;\\n  return inflateReset(strm);\\n}\\n\\nfunction inflateInit2(strm, windowBits) {\\n  var ret;\\n  var state;\\n\\n  if (!strm) { return Z_STREAM_ERROR; }\\n  //strm.msg = Z_NULL;                 /* in case we return an error */\\n\\n  state = new InflateState();\\n\\n  //if (state === Z_NULL) return Z_MEM_ERROR;\\n  //Tracev((stderr, \\\"inflate: allocated\\\\n\\\"));\\n  strm.state = state;\\n  state.window = null/*Z_NULL*/;\\n  ret = inflateReset2(strm, windowBits);\\n  if (ret !== Z_OK) {\\n    strm.state = null/*Z_NULL*/;\\n  }\\n  return ret;\\n}\\n\\nfunction inflateInit(strm) {\\n  return inflateInit2(strm, DEF_WBITS);\\n}\\n\\n\\n/*\\n Return state with length and distance decoding tables and index sizes set to\\n fixed code decoding.  Normally this returns fixed tables from inffixed.h.\\n If BUILDFIXED is defined, then instead this routine builds the tables the\\n first time it's called, and returns those tables the first time and\\n thereafter.  This reduces the size of the code by about 2K bytes, in\\n exchange for a little execution time.  However, BUILDFIXED should not be\\n used for threaded applications, since the rewriting of the tables and virgin\\n may not be thread-safe.\\n */\\nvar virgin = true;\\n\\nvar lenfix, distfix; // We have no pointers in JS, so keep tables separate\\n\\nfunction fixedtables(state) {\\n  /* build fixed huffman tables if first call (may not be thread safe) */\\n  if (virgin) {\\n    var sym;\\n\\n    lenfix = new utils.Buf32(512);\\n    distfix = new utils.Buf32(32);\\n\\n    /* literal/length table */\\n    sym = 0;\\n    while (sym < 144) { state.lens[sym++] = 8; }\\n    while (sym < 256) { state.lens[sym++] = 9; }\\n    while (sym < 280) { state.lens[sym++] = 7; }\\n    while (sym < 288) { state.lens[sym++] = 8; }\\n\\n    inflate_table(LENS,  state.lens, 0, 288, lenfix,   0, state.work, { bits: 9 });\\n\\n    /* distance table */\\n    sym = 0;\\n    while (sym < 32) { state.lens[sym++] = 5; }\\n\\n    inflate_table(DISTS, state.lens, 0, 32,   distfix, 0, state.work, { bits: 5 });\\n\\n    /* do this just once */\\n    virgin = false;\\n  }\\n\\n  state.lencode = lenfix;\\n  state.lenbits = 9;\\n  state.distcode = distfix;\\n  state.distbits = 5;\\n}\\n\\n\\n/*\\n Update the window with the last wsize (normally 32K) bytes written before\\n returning.  If window does not exist yet, create it.  This is only called\\n when a window is already in use, or when output has been written during this\\n inflate call, but the end of the deflate stream has not been reached yet.\\n It is also called to create a window for dictionary data when a dictionary\\n is loaded.\\n\\n Providing output buffers larger than 32K to inflate() should provide a speed\\n advantage, since only the last 32K of output is copied to the sliding window\\n upon return from inflate(), and since all distances after the first 32K of\\n output will fall in the output data, making match copies simpler and faster.\\n The advantage may be dependent on the size of the processor's data caches.\\n */\\nfunction updatewindow(strm, src, end, copy) {\\n  var dist;\\n  var state = strm.state;\\n\\n  /* if it hasn't been done already, allocate space for the window */\\n  if (state.window === null) {\\n    state.wsize = 1 << state.wbits;\\n    state.wnext = 0;\\n    state.whave = 0;\\n\\n    state.window = new utils.Buf8(state.wsize);\\n  }\\n\\n  /* copy state->wsize or less output bytes into the circular window */\\n  if (copy >= state.wsize) {\\n    utils.arraySet(state.window, src, end - state.wsize, state.wsize, 0);\\n    state.wnext = 0;\\n    state.whave = state.wsize;\\n  }\\n  else {\\n    dist = state.wsize - state.wnext;\\n    if (dist > copy) {\\n      dist = copy;\\n    }\\n    //zmemcpy(state->window + state->wnext, end - copy, dist);\\n    utils.arraySet(state.window, src, end - copy, dist, state.wnext);\\n    copy -= dist;\\n    if (copy) {\\n      //zmemcpy(state->window, end - copy, copy);\\n      utils.arraySet(state.window, src, end - copy, copy, 0);\\n      state.wnext = copy;\\n      state.whave = state.wsize;\\n    }\\n    else {\\n      state.wnext += dist;\\n      if (state.wnext === state.wsize) { state.wnext = 0; }\\n      if (state.whave < state.wsize) { state.whave += dist; }\\n    }\\n  }\\n  return 0;\\n}\\n\\nfunction inflate(strm, flush) {\\n  var state;\\n  var input, output;          // input/output buffers\\n  var next;                   /* next input INDEX */\\n  var put;                    /* next output INDEX */\\n  var have, left;             /* available input and output */\\n  var hold;                   /* bit buffer */\\n  var bits;                   /* bits in bit buffer */\\n  var _in, _out;              /* save starting available input and output */\\n  var copy;                   /* number of stored or match bytes to copy */\\n  var from;                   /* where to copy match bytes from */\\n  var from_source;\\n  var here = 0;               /* current decoding table entry */\\n  var here_bits, here_op, here_val; // paked \\\"here\\\" denormalized (JS specific)\\n  //var last;                   /* parent table entry */\\n  var last_bits, last_op, last_val; // paked \\\"last\\\" denormalized (JS specific)\\n  var len;                    /* length to copy for repeats, bits to drop */\\n  var ret;                    /* return code */\\n  var hbuf = new utils.Buf8(4);    /* buffer for gzip header crc calculation */\\n  var opts;\\n\\n  var n; // temporary var for NEED_BITS\\n\\n  var order = /* permutation of code lengths */\\n    [ 16, 17, 18, 0, 8, 7, 9, 6, 10, 5, 11, 4, 12, 3, 13, 2, 14, 1, 15 ];\\n\\n\\n  if (!strm || !strm.state || !strm.output ||\\n      (!strm.input && strm.avail_in !== 0)) {\\n    return Z_STREAM_ERROR;\\n  }\\n\\n  state = strm.state;\\n  if (state.mode === TYPE) { state.mode = TYPEDO; }    /* skip check */\\n\\n\\n  //--- LOAD() ---\\n  put = strm.next_out;\\n  output = strm.output;\\n  left = strm.avail_out;\\n  next = strm.next_in;\\n  input = strm.input;\\n  have = strm.avail_in;\\n  hold = state.hold;\\n  bits = state.bits;\\n  //---\\n\\n  _in = have;\\n  _out = left;\\n  ret = Z_OK;\\n\\n  inf_leave: // goto emulation\\n  for (;;) {\\n    switch (state.mode) {\\n      case HEAD:\\n        if (state.wrap === 0) {\\n          state.mode = TYPEDO;\\n          break;\\n        }\\n        //=== NEEDBITS(16);\\n        while (bits < 16) {\\n          if (have === 0) { break inf_leave; }\\n          have--;\\n          hold += input[next++] << bits;\\n          bits += 8;\\n        }\\n        //===//\\n        if ((state.wrap & 2) && hold === 0x8b1f) {  /* gzip header */\\n          state.check = 0/*crc32(0L, Z_NULL, 0)*/;\\n          //=== CRC2(state.check, hold);\\n          hbuf[0] = hold & 0xff;\\n          hbuf[1] = (hold >>> 8) & 0xff;\\n          state.check = crc32(state.check, hbuf, 2, 0);\\n          //===//\\n\\n          //=== INITBITS();\\n          hold = 0;\\n          bits = 0;\\n          //===//\\n          state.mode = FLAGS;\\n          break;\\n        }\\n        state.flags = 0;           /* expect zlib header */\\n        if (state.head) {\\n          state.head.done = false;\\n        }\\n        if (!(state.wrap & 1) ||   /* check if zlib header allowed */\\n          (((hold & 0xff)/*BITS(8)*/ << 8) + (hold >> 8)) % 31) {\\n          strm.msg = 'incorrect header check';\\n          state.mode = BAD;\\n          break;\\n        }\\n        if ((hold & 0x0f)/*BITS(4)*/ !== Z_DEFLATED) {\\n          strm.msg = 'unknown compression method';\\n          state.mode = BAD;\\n          break;\\n        }\\n        //--- DROPBITS(4) ---//\\n        hold >>>= 4;\\n        bits -= 4;\\n        //---//\\n        len = (hold & 0x0f)/*BITS(4)*/ + 8;\\n        if (state.wbits === 0) {\\n          state.wbits = len;\\n        }\\n        else if (len > state.wbits) {\\n          strm.msg = 'invalid window size';\\n          state.mode = BAD;\\n          break;\\n        }\\n        state.dmax = 1 << len;\\n        //Tracev((stderr, \\\"inflate:   zlib header ok\\\\n\\\"));\\n        strm.adler = state.check = 1/*adler32(0L, Z_NULL, 0)*/;\\n        state.mode = hold & 0x200 ? DICTID : TYPE;\\n        //=== INITBITS();\\n        hold = 0;\\n        bits = 0;\\n        //===//\\n        break;\\n      case FLAGS:\\n        //=== NEEDBITS(16); */\\n        while (bits < 16) {\\n          if (have === 0) { break inf_leave; }\\n          have--;\\n          hold += input[next++] << bits;\\n          bits += 8;\\n        }\\n        //===//\\n        state.flags = hold;\\n        if ((state.flags & 0xff) !== Z_DEFLATED) {\\n          strm.msg = 'unknown compression method';\\n          state.mode = BAD;\\n          break;\\n        }\\n        if (state.flags & 0xe000) {\\n          strm.msg = 'unknown header flags set';\\n          state.mode = BAD;\\n          break;\\n        }\\n        if (state.head) {\\n          state.head.text = ((hold >> 8) & 1);\\n        }\\n        if (state.flags & 0x0200) {\\n          //=== CRC2(state.check, hold);\\n          hbuf[0] = hold & 0xff;\\n          hbuf[1] = (hold >>> 8) & 0xff;\\n          state.check = crc32(state.check, hbuf, 2, 0);\\n          //===//\\n        }\\n        //=== INITBITS();\\n        hold = 0;\\n        bits = 0;\\n        //===//\\n        state.mode = TIME;\\n        /* falls through */\\n      case TIME:\\n        //=== NEEDBITS(32); */\\n        while (bits < 32) {\\n          if (have === 0) { break inf_leave; }\\n          have--;\\n          hold += input[next++] << bits;\\n          bits += 8;\\n        }\\n        //===//\\n        if (state.head) {\\n          state.head.time = hold;\\n        }\\n        if (state.flags & 0x0200) {\\n          //=== CRC4(state.check, hold)\\n          hbuf[0] = hold & 0xff;\\n          hbuf[1] = (hold >>> 8) & 0xff;\\n          hbuf[2] = (hold >>> 16) & 0xff;\\n          hbuf[3] = (hold >>> 24) & 0xff;\\n          state.check = crc32(state.check, hbuf, 4, 0);\\n          //===\\n        }\\n        //=== INITBITS();\\n        hold = 0;\\n        bits = 0;\\n        //===//\\n        state.mode = OS;\\n        /* falls through */\\n      case OS:\\n        //=== NEEDBITS(16); */\\n        while (bits < 16) {\\n          if (have === 0) { break inf_leave; }\\n          have--;\\n          hold += input[next++] << bits;\\n          bits += 8;\\n        }\\n        //===//\\n        if (state.head) {\\n          state.head.xflags = (hold & 0xff);\\n          state.head.os = (hold >> 8);\\n        }\\n        if (state.flags & 0x0200) {\\n          //=== CRC2(state.check, hold);\\n          hbuf[0] = hold & 0xff;\\n          hbuf[1] = (hold >>> 8) & 0xff;\\n          state.check = crc32(state.check, hbuf, 2, 0);\\n          //===//\\n        }\\n        //=== INITBITS();\\n        hold = 0;\\n        bits = 0;\\n        //===//\\n        state.mode = EXLEN;\\n        /* falls through */\\n      case EXLEN:\\n        if (state.flags & 0x0400) {\\n          //=== NEEDBITS(16); */\\n          while (bits < 16) {\\n            if (have === 0) { break inf_leave; }\\n            have--;\\n            hold += input[next++] << bits;\\n            bits += 8;\\n          }\\n          //===//\\n          state.length = hold;\\n          if (state.head) {\\n            state.head.extra_len = hold;\\n          }\\n          if (state.flags & 0x0200) {\\n            //=== CRC2(state.check, hold);\\n            hbuf[0] = hold & 0xff;\\n            hbuf[1] = (hold >>> 8) & 0xff;\\n            state.check = crc32(state.check, hbuf, 2, 0);\\n            //===//\\n          }\\n          //=== INITBITS();\\n          hold = 0;\\n          bits = 0;\\n          //===//\\n        }\\n        else if (state.head) {\\n          state.head.extra = null/*Z_NULL*/;\\n        }\\n        state.mode = EXTRA;\\n        /* falls through */\\n      case EXTRA:\\n        if (state.flags & 0x0400) {\\n          copy = state.length;\\n          if (copy > have) { copy = have; }\\n          if (copy) {\\n            if (state.head) {\\n              len = state.head.extra_len - state.length;\\n              if (!state.head.extra) {\\n                // Use untyped array for more convenient processing later\\n                state.head.extra = new Array(state.head.extra_len);\\n              }\\n              utils.arraySet(\\n                state.head.extra,\\n                input,\\n                next,\\n                // extra field is limited to 65536 bytes\\n                // - no need for additional size check\\n                copy,\\n                /*len + copy > state.head.extra_max - len ? state.head.extra_max : copy,*/\\n                len\\n              );\\n              //zmemcpy(state.head.extra + len, next,\\n              //        len + copy > state.head.extra_max ?\\n              //        state.head.extra_max - len : copy);\\n            }\\n            if (state.flags & 0x0200) {\\n              state.check = crc32(state.check, input, copy, next);\\n            }\\n            have -= copy;\\n            next += copy;\\n            state.length -= copy;\\n          }\\n          if (state.length) { break inf_leave; }\\n        }\\n        state.length = 0;\\n        state.mode = NAME;\\n        /* falls through */\\n      case NAME:\\n        if (state.flags & 0x0800) {\\n          if (have === 0) { break inf_leave; }\\n          copy = 0;\\n          do {\\n            // TODO: 2 or 1 bytes?\\n            len = input[next + copy++];\\n            /* use constant limit because in js we should not preallocate memory */\\n            if (state.head && len &&\\n                (state.length < 65536 /*state.head.name_max*/)) {\\n              state.head.name += String.fromCharCode(len);\\n            }\\n          } while (len && copy < have);\\n\\n          if (state.flags & 0x0200) {\\n            state.check = crc32(state.check, input, copy, next);\\n          }\\n          have -= copy;\\n          next += copy;\\n          if (len) { break inf_leave; }\\n        }\\n        else if (state.head) {\\n          state.head.name = null;\\n        }\\n        state.length = 0;\\n        state.mode = COMMENT;\\n        /* falls through */\\n      case COMMENT:\\n        if (state.flags & 0x1000) {\\n          if (have === 0) { break inf_leave; }\\n          copy = 0;\\n          do {\\n            len = input[next + copy++];\\n            /* use constant limit because in js we should not preallocate memory */\\n            if (state.head && len &&\\n                (state.length < 65536 /*state.head.comm_max*/)) {\\n              state.head.comment += String.fromCharCode(len);\\n            }\\n          } while (len && copy < have);\\n          if (state.flags & 0x0200) {\\n            state.check = crc32(state.check, input, copy, next);\\n          }\\n          have -= copy;\\n          next += copy;\\n          if (len) { break inf_leave; }\\n        }\\n        else if (state.head) {\\n          state.head.comment = null;\\n        }\\n        state.mode = HCRC;\\n        /* falls through */\\n      case HCRC:\\n        if (state.flags & 0x0200) {\\n          //=== NEEDBITS(16); */\\n          while (bits < 16) {\\n            if (have === 0) { break inf_leave; }\\n            have--;\\n            hold += input[next++] << bits;\\n            bits += 8;\\n          }\\n          //===//\\n          if (hold !== (state.check & 0xffff)) {\\n            strm.msg = 'header crc mismatch';\\n            state.mode = BAD;\\n            break;\\n          }\\n          //=== INITBITS();\\n          hold = 0;\\n          bits = 0;\\n          //===//\\n        }\\n        if (state.head) {\\n          state.head.hcrc = ((state.flags >> 9) & 1);\\n          state.head.done = true;\\n        }\\n        strm.adler = state.check = 0;\\n        state.mode = TYPE;\\n        break;\\n      case DICTID:\\n        //=== NEEDBITS(32); */\\n        while (bits < 32) {\\n          if (have === 0) { break inf_leave; }\\n          have--;\\n          hold += input[next++] << bits;\\n          bits += 8;\\n        }\\n        //===//\\n        strm.adler = state.check = zswap32(hold);\\n        //=== INITBITS();\\n        hold = 0;\\n        bits = 0;\\n        //===//\\n        state.mode = DICT;\\n        /* falls through */\\n      case DICT:\\n        if (state.havedict === 0) {\\n          //--- RESTORE() ---\\n          strm.next_out = put;\\n          strm.avail_out = left;\\n          strm.next_in = next;\\n          strm.avail_in = have;\\n          state.hold = hold;\\n          state.bits = bits;\\n          //---\\n          return Z_NEED_DICT;\\n        }\\n        strm.adler = state.check = 1/*adler32(0L, Z_NULL, 0)*/;\\n        state.mode = TYPE;\\n        /* falls through */\\n      case TYPE:\\n        if (flush === Z_BLOCK || flush === Z_TREES) { break inf_leave; }\\n        /* falls through */\\n      case TYPEDO:\\n        if (state.last) {\\n          //--- BYTEBITS() ---//\\n          hold >>>= bits & 7;\\n          bits -= bits & 7;\\n          //---//\\n          state.mode = CHECK;\\n          break;\\n        }\\n        //=== NEEDBITS(3); */\\n        while (bits < 3) {\\n          if (have === 0) { break inf_leave; }\\n          have--;\\n          hold += input[next++] << bits;\\n          bits += 8;\\n        }\\n        //===//\\n        state.last = (hold & 0x01)/*BITS(1)*/;\\n        //--- DROPBITS(1) ---//\\n        hold >>>= 1;\\n        bits -= 1;\\n        //---//\\n\\n        switch ((hold & 0x03)/*BITS(2)*/) {\\n          case 0:                             /* stored block */\\n            //Tracev((stderr, \\\"inflate:     stored block%s\\\\n\\\",\\n            //        state.last ? \\\" (last)\\\" : \\\"\\\"));\\n            state.mode = STORED;\\n            break;\\n          case 1:                             /* fixed block */\\n            fixedtables(state);\\n            //Tracev((stderr, \\\"inflate:     fixed codes block%s\\\\n\\\",\\n            //        state.last ? \\\" (last)\\\" : \\\"\\\"));\\n            state.mode = LEN_;             /* decode codes */\\n            if (flush === Z_TREES) {\\n              //--- DROPBITS(2) ---//\\n              hold >>>= 2;\\n              bits -= 2;\\n              //---//\\n              break inf_leave;\\n            }\\n            break;\\n          case 2:                             /* dynamic block */\\n            //Tracev((stderr, \\\"inflate:     dynamic codes block%s\\\\n\\\",\\n            //        state.last ? \\\" (last)\\\" : \\\"\\\"));\\n            state.mode = TABLE;\\n            break;\\n          case 3:\\n            strm.msg = 'invalid block type';\\n            state.mode = BAD;\\n        }\\n        //--- DROPBITS(2) ---//\\n        hold >>>= 2;\\n        bits -= 2;\\n        //---//\\n        break;\\n      case STORED:\\n        //--- BYTEBITS() ---// /* go to byte boundary */\\n        hold >>>= bits & 7;\\n        bits -= bits & 7;\\n        //---//\\n        //=== NEEDBITS(32); */\\n        while (bits < 32) {\\n          if (have === 0) { break inf_leave; }\\n          have--;\\n          hold += input[next++] << bits;\\n          bits += 8;\\n        }\\n        //===//\\n        if ((hold & 0xffff) !== ((hold >>> 16) ^ 0xffff)) {\\n          strm.msg = 'invalid stored block lengths';\\n          state.mode = BAD;\\n          break;\\n        }\\n        state.length = hold & 0xffff;\\n        //Tracev((stderr, \\\"inflate:       stored length %u\\\\n\\\",\\n        //        state.length));\\n        //=== INITBITS();\\n        hold = 0;\\n        bits = 0;\\n        //===//\\n        state.mode = COPY_;\\n        if (flush === Z_TREES) { break inf_leave; }\\n        /* falls through */\\n      case COPY_:\\n        state.mode = COPY;\\n        /* falls through */\\n      case COPY:\\n        copy = state.length;\\n        if (copy) {\\n          if (copy > have) { copy = have; }\\n          if (copy > left) { copy = left; }\\n          if (copy === 0) { break inf_leave; }\\n          //--- zmemcpy(put, next, copy); ---\\n          utils.arraySet(output, input, next, copy, put);\\n          //---//\\n          have -= copy;\\n          next += copy;\\n          left -= copy;\\n          put += copy;\\n          state.length -= copy;\\n          break;\\n        }\\n        //Tracev((stderr, \\\"inflate:       stored end\\\\n\\\"));\\n        state.mode = TYPE;\\n        break;\\n      case TABLE:\\n        //=== NEEDBITS(14); */\\n        while (bits < 14) {\\n          if (have === 0) { break inf_leave; }\\n          have--;\\n          hold += input[next++] << bits;\\n          bits += 8;\\n        }\\n        //===//\\n        state.nlen = (hold & 0x1f)/*BITS(5)*/ + 257;\\n        //--- DROPBITS(5) ---//\\n        hold >>>= 5;\\n        bits -= 5;\\n        //---//\\n        state.ndist = (hold & 0x1f)/*BITS(5)*/ + 1;\\n        //--- DROPBITS(5) ---//\\n        hold >>>= 5;\\n        bits -= 5;\\n        //---//\\n        state.ncode = (hold & 0x0f)/*BITS(4)*/ + 4;\\n        //--- DROPBITS(4) ---//\\n        hold >>>= 4;\\n        bits -= 4;\\n        //---//\\n//#ifndef PKZIP_BUG_WORKAROUND\\n        if (state.nlen > 286 || state.ndist > 30) {\\n          strm.msg = 'too many length or distance symbols';\\n          state.mode = BAD;\\n          break;\\n        }\\n//#endif\\n        //Tracev((stderr, \\\"inflate:       table sizes ok\\\\n\\\"));\\n        state.have = 0;\\n        state.mode = LENLENS;\\n        /* falls through */\\n      case LENLENS:\\n        while (state.have < state.ncode) {\\n          //=== NEEDBITS(3);\\n          while (bits < 3) {\\n            if (have === 0) { break inf_leave; }\\n            have--;\\n            hold += input[next++] << bits;\\n            bits += 8;\\n          }\\n          //===//\\n          state.lens[order[state.have++]] = (hold & 0x07);//BITS(3);\\n          //--- DROPBITS(3) ---//\\n          hold >>>= 3;\\n          bits -= 3;\\n          //---//\\n        }\\n        while (state.have < 19) {\\n          state.lens[order[state.have++]] = 0;\\n        }\\n        // We have separate tables & no pointers. 2 commented lines below not needed.\\n        //state.next = state.codes;\\n        //state.lencode = state.next;\\n        // Switch to use dynamic table\\n        state.lencode = state.lendyn;\\n        state.lenbits = 7;\\n\\n        opts = { bits: state.lenbits };\\n        ret = inflate_table(CODES, state.lens, 0, 19, state.lencode, 0, state.work, opts);\\n        state.lenbits = opts.bits;\\n\\n        if (ret) {\\n          strm.msg = 'invalid code lengths set';\\n          state.mode = BAD;\\n          break;\\n        }\\n        //Tracev((stderr, \\\"inflate:       code lengths ok\\\\n\\\"));\\n        state.have = 0;\\n        state.mode = CODELENS;\\n        /* falls through */\\n      case CODELENS:\\n        while (state.have < state.nlen + state.ndist) {\\n          for (;;) {\\n            here = state.lencode[hold & ((1 << state.lenbits) - 1)];/*BITS(state.lenbits)*/\\n            here_bits = here >>> 24;\\n            here_op = (here >>> 16) & 0xff;\\n            here_val = here & 0xffff;\\n\\n            if ((here_bits) <= bits) { break; }\\n            //--- PULLBYTE() ---//\\n            if (have === 0) { break inf_leave; }\\n            have--;\\n            hold += input[next++] << bits;\\n            bits += 8;\\n            //---//\\n          }\\n          if (here_val < 16) {\\n            //--- DROPBITS(here.bits) ---//\\n            hold >>>= here_bits;\\n            bits -= here_bits;\\n            //---//\\n            state.lens[state.have++] = here_val;\\n          }\\n          else {\\n            if (here_val === 16) {\\n              //=== NEEDBITS(here.bits + 2);\\n              n = here_bits + 2;\\n              while (bits < n) {\\n                if (have === 0) { break inf_leave; }\\n                have--;\\n                hold += input[next++] << bits;\\n                bits += 8;\\n              }\\n              //===//\\n              //--- DROPBITS(here.bits) ---//\\n              hold >>>= here_bits;\\n              bits -= here_bits;\\n              //---//\\n              if (state.have === 0) {\\n                strm.msg = 'invalid bit length repeat';\\n                state.mode = BAD;\\n                break;\\n              }\\n              len = state.lens[state.have - 1];\\n              copy = 3 + (hold & 0x03);//BITS(2);\\n              //--- DROPBITS(2) ---//\\n              hold >>>= 2;\\n              bits -= 2;\\n              //---//\\n            }\\n            else if (here_val === 17) {\\n              //=== NEEDBITS(here.bits + 3);\\n              n = here_bits + 3;\\n              while (bits < n) {\\n                if (have === 0) { break inf_leave; }\\n                have--;\\n                hold += input[next++] << bits;\\n                bits += 8;\\n              }\\n              //===//\\n              //--- DROPBITS(here.bits) ---//\\n              hold >>>= here_bits;\\n              bits -= here_bits;\\n              //---//\\n              len = 0;\\n              copy = 3 + (hold & 0x07);//BITS(3);\\n              //--- DROPBITS(3) ---//\\n              hold >>>= 3;\\n              bits -= 3;\\n              //---//\\n            }\\n            else {\\n              //=== NEEDBITS(here.bits + 7);\\n              n = here_bits + 7;\\n              while (bits < n) {\\n                if (have === 0) { break inf_leave; }\\n                have--;\\n                hold += input[next++] << bits;\\n                bits += 8;\\n              }\\n              //===//\\n              //--- DROPBITS(here.bits) ---//\\n              hold >>>= here_bits;\\n              bits -= here_bits;\\n              //---//\\n              len = 0;\\n              copy = 11 + (hold & 0x7f);//BITS(7);\\n              //--- DROPBITS(7) ---//\\n              hold >>>= 7;\\n              bits -= 7;\\n              //---//\\n            }\\n            if (state.have + copy > state.nlen + state.ndist) {\\n              strm.msg = 'invalid bit length repeat';\\n              state.mode = BAD;\\n              break;\\n            }\\n            while (copy--) {\\n              state.lens[state.have++] = len;\\n            }\\n          }\\n        }\\n\\n        /* handle error breaks in while */\\n        if (state.mode === BAD) { break; }\\n\\n        /* check for end-of-block code (better have one) */\\n        if (state.lens[256] === 0) {\\n          strm.msg = 'invalid code -- missing end-of-block';\\n          state.mode = BAD;\\n          break;\\n        }\\n\\n        /* build code tables -- note: do not change the lenbits or distbits\\n           values here (9 and 6) without reading the comments in inftrees.h\\n           concerning the ENOUGH constants, which depend on those values */\\n        state.lenbits = 9;\\n\\n        opts = { bits: state.lenbits };\\n        ret = inflate_table(LENS, state.lens, 0, state.nlen, state.lencode, 0, state.work, opts);\\n        // We have separate tables & no pointers. 2 commented lines below not needed.\\n        // state.next_index = opts.table_index;\\n        state.lenbits = opts.bits;\\n        // state.lencode = state.next;\\n\\n        if (ret) {\\n          strm.msg = 'invalid literal/lengths set';\\n          state.mode = BAD;\\n          break;\\n        }\\n\\n        state.distbits = 6;\\n        //state.distcode.copy(state.codes);\\n        // Switch to use dynamic table\\n        state.distcode = state.distdyn;\\n        opts = { bits: state.distbits };\\n        ret = inflate_table(DISTS, state.lens, state.nlen, state.ndist, state.distcode, 0, state.work, opts);\\n        // We have separate tables & no pointers. 2 commented lines below not needed.\\n        // state.next_index = opts.table_index;\\n        state.distbits = opts.bits;\\n        // state.distcode = state.next;\\n\\n        if (ret) {\\n          strm.msg = 'invalid distances set';\\n          state.mode = BAD;\\n          break;\\n        }\\n        //Tracev((stderr, 'inflate:       codes ok\\\\n'));\\n        state.mode = LEN_;\\n        if (flush === Z_TREES) { break inf_leave; }\\n        /* falls through */\\n      case LEN_:\\n        state.mode = LEN;\\n        /* falls through */\\n      case LEN:\\n        if (have >= 6 && left >= 258) {\\n          //--- RESTORE() ---\\n          strm.next_out = put;\\n          strm.avail_out = left;\\n          strm.next_in = next;\\n          strm.avail_in = have;\\n          state.hold = hold;\\n          state.bits = bits;\\n          //---\\n          inflate_fast(strm, _out);\\n          //--- LOAD() ---\\n          put = strm.next_out;\\n          output = strm.output;\\n          left = strm.avail_out;\\n          next = strm.next_in;\\n          input = strm.input;\\n          have = strm.avail_in;\\n          hold = state.hold;\\n          bits = state.bits;\\n          //---\\n\\n          if (state.mode === TYPE) {\\n            state.back = -1;\\n          }\\n          break;\\n        }\\n        state.back = 0;\\n        for (;;) {\\n          here = state.lencode[hold & ((1 << state.lenbits) - 1)];  /*BITS(state.lenbits)*/\\n          here_bits = here >>> 24;\\n          here_op = (here >>> 16) & 0xff;\\n          here_val = here & 0xffff;\\n\\n          if (here_bits <= bits) { break; }\\n          //--- PULLBYTE() ---//\\n          if (have === 0) { break inf_leave; }\\n          have--;\\n          hold += input[next++] << bits;\\n          bits += 8;\\n          //---//\\n        }\\n        if (here_op && (here_op & 0xf0) === 0) {\\n          last_bits = here_bits;\\n          last_op = here_op;\\n          last_val = here_val;\\n          for (;;) {\\n            here = state.lencode[last_val +\\n                    ((hold & ((1 << (last_bits + last_op)) - 1))/*BITS(last.bits + last.op)*/ >> last_bits)];\\n            here_bits = here >>> 24;\\n            here_op = (here >>> 16) & 0xff;\\n            here_val = here & 0xffff;\\n\\n            if ((last_bits + here_bits) <= bits) { break; }\\n            //--- PULLBYTE() ---//\\n            if (have === 0) { break inf_leave; }\\n            have--;\\n            hold += input[next++] << bits;\\n            bits += 8;\\n            //---//\\n          }\\n          //--- DROPBITS(last.bits) ---//\\n          hold >>>= last_bits;\\n          bits -= last_bits;\\n          //---//\\n          state.back += last_bits;\\n        }\\n        //--- DROPBITS(here.bits) ---//\\n        hold >>>= here_bits;\\n        bits -= here_bits;\\n        //---//\\n        state.back += here_bits;\\n        state.length = here_val;\\n        if (here_op === 0) {\\n          //Tracevv((stderr, here.val >= 0x20 && here.val < 0x7f ?\\n          //        \\\"inflate:         literal '%c'\\\\n\\\" :\\n          //        \\\"inflate:         literal 0x%02x\\\\n\\\", here.val));\\n          state.mode = LIT;\\n          break;\\n        }\\n        if (here_op & 32) {\\n          //Tracevv((stderr, \\\"inflate:         end of block\\\\n\\\"));\\n          state.back = -1;\\n          state.mode = TYPE;\\n          break;\\n        }\\n        if (here_op & 64) {\\n          strm.msg = 'invalid literal/length code';\\n          state.mode = BAD;\\n          break;\\n        }\\n        state.extra = here_op & 15;\\n        state.mode = LENEXT;\\n        /* falls through */\\n      case LENEXT:\\n        if (state.extra) {\\n          //=== NEEDBITS(state.extra);\\n          n = state.extra;\\n          while (bits < n) {\\n            if (have === 0) { break inf_leave; }\\n            have--;\\n            hold += input[next++] << bits;\\n            bits += 8;\\n          }\\n          //===//\\n          state.length += hold & ((1 << state.extra) - 1)/*BITS(state.extra)*/;\\n          //--- DROPBITS(state.extra) ---//\\n          hold >>>= state.extra;\\n          bits -= state.extra;\\n          //---//\\n          state.back += state.extra;\\n        }\\n        //Tracevv((stderr, \\\"inflate:         length %u\\\\n\\\", state.length));\\n        state.was = state.length;\\n        state.mode = DIST;\\n        /* falls through */\\n      case DIST:\\n        for (;;) {\\n          here = state.distcode[hold & ((1 << state.distbits) - 1)];/*BITS(state.distbits)*/\\n          here_bits = here >>> 24;\\n          here_op = (here >>> 16) & 0xff;\\n          here_val = here & 0xffff;\\n\\n          if ((here_bits) <= bits) { break; }\\n          //--- PULLBYTE() ---//\\n          if (have === 0) { break inf_leave; }\\n          have--;\\n          hold += input[next++] << bits;\\n          bits += 8;\\n          //---//\\n        }\\n        if ((here_op & 0xf0) === 0) {\\n          last_bits = here_bits;\\n          last_op = here_op;\\n          last_val = here_val;\\n          for (;;) {\\n            here = state.distcode[last_val +\\n                    ((hold & ((1 << (last_bits + last_op)) - 1))/*BITS(last.bits + last.op)*/ >> last_bits)];\\n            here_bits = here >>> 24;\\n            here_op = (here >>> 16) & 0xff;\\n            here_val = here & 0xffff;\\n\\n            if ((last_bits + here_bits) <= bits) { break; }\\n            //--- PULLBYTE() ---//\\n            if (have === 0) { break inf_leave; }\\n            have--;\\n            hold += input[next++] << bits;\\n            bits += 8;\\n            //---//\\n          }\\n          //--- DROPBITS(last.bits) ---//\\n          hold >>>= last_bits;\\n          bits -= last_bits;\\n          //---//\\n          state.back += last_bits;\\n        }\\n        //--- DROPBITS(here.bits) ---//\\n        hold >>>= here_bits;\\n        bits -= here_bits;\\n        //---//\\n        state.back += here_bits;\\n        if (here_op & 64) {\\n          strm.msg = 'invalid distance code';\\n          state.mode = BAD;\\n          break;\\n        }\\n        state.offset = here_val;\\n        state.extra = (here_op) & 15;\\n        state.mode = DISTEXT;\\n        /* falls through */\\n      case DISTEXT:\\n        if (state.extra) {\\n          //=== NEEDBITS(state.extra);\\n          n = state.extra;\\n          while (bits < n) {\\n            if (have === 0) { break inf_leave; }\\n            have--;\\n            hold += input[next++] << bits;\\n            bits += 8;\\n          }\\n          //===//\\n          state.offset += hold & ((1 << state.extra) - 1)/*BITS(state.extra)*/;\\n          //--- DROPBITS(state.extra) ---//\\n          hold >>>= state.extra;\\n          bits -= state.extra;\\n          //---//\\n          state.back += state.extra;\\n        }\\n//#ifdef INFLATE_STRICT\\n        if (state.offset > state.dmax) {\\n          strm.msg = 'invalid distance too far back';\\n          state.mode = BAD;\\n          break;\\n        }\\n//#endif\\n        //Tracevv((stderr, \\\"inflate:         distance %u\\\\n\\\", state.offset));\\n        state.mode = MATCH;\\n        /* falls through */\\n      case MATCH:\\n        if (left === 0) { break inf_leave; }\\n        copy = _out - left;\\n        if (state.offset > copy) {         /* copy from window */\\n          copy = state.offset - copy;\\n          if (copy > state.whave) {\\n            if (state.sane) {\\n              strm.msg = 'invalid distance too far back';\\n              state.mode = BAD;\\n              break;\\n            }\\n// (!) This block is disabled in zlib defaults,\\n// don't enable it for binary compatibility\\n//#ifdef INFLATE_ALLOW_INVALID_DISTANCE_TOOFAR_ARRR\\n//          Trace((stderr, \\\"inflate.c too far\\\\n\\\"));\\n//          copy -= state.whave;\\n//          if (copy > state.length) { copy = state.length; }\\n//          if (copy > left) { copy = left; }\\n//          left -= copy;\\n//          state.length -= copy;\\n//          do {\\n//            output[put++] = 0;\\n//          } while (--copy);\\n//          if (state.length === 0) { state.mode = LEN; }\\n//          break;\\n//#endif\\n          }\\n          if (copy > state.wnext) {\\n            copy -= state.wnext;\\n            from = state.wsize - copy;\\n          }\\n          else {\\n            from = state.wnext - copy;\\n          }\\n          if (copy > state.length) { copy = state.length; }\\n          from_source = state.window;\\n        }\\n        else {                              /* copy from output */\\n          from_source = output;\\n          from = put - state.offset;\\n          copy = state.length;\\n        }\\n        if (copy > left) { copy = left; }\\n        left -= copy;\\n        state.length -= copy;\\n        do {\\n          output[put++] = from_source[from++];\\n        } while (--copy);\\n        if (state.length === 0) { state.mode = LEN; }\\n        break;\\n      case LIT:\\n        if (left === 0) { break inf_leave; }\\n        output[put++] = state.length;\\n        left--;\\n        state.mode = LEN;\\n        break;\\n      case CHECK:\\n        if (state.wrap) {\\n          //=== NEEDBITS(32);\\n          while (bits < 32) {\\n            if (have === 0) { break inf_leave; }\\n            have--;\\n            // Use '|' instead of '+' to make sure that result is signed\\n            hold |= input[next++] << bits;\\n            bits += 8;\\n          }\\n          //===//\\n          _out -= left;\\n          strm.total_out += _out;\\n          state.total += _out;\\n          if (_out) {\\n            strm.adler = state.check =\\n                /*UPDATE(state.check, put - _out, _out);*/\\n                (state.flags ? crc32(state.check, output, _out, put - _out) : adler32(state.check, output, _out, put - _out));\\n\\n          }\\n          _out = left;\\n          // NB: crc32 stored as signed 32-bit int, zswap32 returns signed too\\n          if ((state.flags ? hold : zswap32(hold)) !== state.check) {\\n            strm.msg = 'incorrect data check';\\n            state.mode = BAD;\\n            break;\\n          }\\n          //=== INITBITS();\\n          hold = 0;\\n          bits = 0;\\n          //===//\\n          //Tracev((stderr, \\\"inflate:   check matches trailer\\\\n\\\"));\\n        }\\n        state.mode = LENGTH;\\n        /* falls through */\\n      case LENGTH:\\n        if (state.wrap && state.flags) {\\n          //=== NEEDBITS(32);\\n          while (bits < 32) {\\n            if (have === 0) { break inf_leave; }\\n            have--;\\n            hold += input[next++] << bits;\\n            bits += 8;\\n          }\\n          //===//\\n          if (hold !== (state.total & 0xffffffff)) {\\n            strm.msg = 'incorrect length check';\\n            state.mode = BAD;\\n            break;\\n          }\\n          //=== INITBITS();\\n          hold = 0;\\n          bits = 0;\\n          //===//\\n          //Tracev((stderr, \\\"inflate:   length matches trailer\\\\n\\\"));\\n        }\\n        state.mode = DONE;\\n        /* falls through */\\n      case DONE:\\n        ret = Z_STREAM_END;\\n        break inf_leave;\\n      case BAD:\\n        ret = Z_DATA_ERROR;\\n        break inf_leave;\\n      case MEM:\\n        return Z_MEM_ERROR;\\n      case SYNC:\\n        /* falls through */\\n      default:\\n        return Z_STREAM_ERROR;\\n    }\\n  }\\n\\n  // inf_leave <- here is real place for \\\"goto inf_leave\\\", emulated via \\\"break inf_leave\\\"\\n\\n  /*\\n     Return from inflate(), updating the total counts and the check value.\\n     If there was no progress during the inflate() call, return a buffer\\n     error.  Call updatewindow() to create and/or update the window state.\\n     Note: a memory error from inflate() is non-recoverable.\\n   */\\n\\n  //--- RESTORE() ---\\n  strm.next_out = put;\\n  strm.avail_out = left;\\n  strm.next_in = next;\\n  strm.avail_in = have;\\n  state.hold = hold;\\n  state.bits = bits;\\n  //---\\n\\n  if (state.wsize || (_out !== strm.avail_out && state.mode < BAD &&\\n                      (state.mode < CHECK || flush !== Z_FINISH))) {\\n    if (updatewindow(strm, strm.output, strm.next_out, _out - strm.avail_out)) {\\n      state.mode = MEM;\\n      return Z_MEM_ERROR;\\n    }\\n  }\\n  _in -= strm.avail_in;\\n  _out -= strm.avail_out;\\n  strm.total_in += _in;\\n  strm.total_out += _out;\\n  state.total += _out;\\n  if (state.wrap && _out) {\\n    strm.adler = state.check = /*UPDATE(state.check, strm.next_out - _out, _out);*/\\n      (state.flags ? crc32(state.check, output, _out, strm.next_out - _out) : adler32(state.check, output, _out, strm.next_out - _out));\\n  }\\n  strm.data_type = state.bits + (state.last ? 64 : 0) +\\n                    (state.mode === TYPE ? 128 : 0) +\\n                    (state.mode === LEN_ || state.mode === COPY_ ? 256 : 0);\\n  if (((_in === 0 && _out === 0) || flush === Z_FINISH) && ret === Z_OK) {\\n    ret = Z_BUF_ERROR;\\n  }\\n  return ret;\\n}\\n\\nfunction inflateEnd(strm) {\\n\\n  if (!strm || !strm.state /*|| strm->zfree == (free_func)0*/) {\\n    return Z_STREAM_ERROR;\\n  }\\n\\n  var state = strm.state;\\n  if (state.window) {\\n    state.window = null;\\n  }\\n  strm.state = null;\\n  return Z_OK;\\n}\\n\\nfunction inflateGetHeader(strm, head) {\\n  var state;\\n\\n  /* check state */\\n  if (!strm || !strm.state) { return Z_STREAM_ERROR; }\\n  state = strm.state;\\n  if ((state.wrap & 2) === 0) { return Z_STREAM_ERROR; }\\n\\n  /* save header structure */\\n  state.head = head;\\n  head.done = false;\\n  return Z_OK;\\n}\\n\\nfunction inflateSetDictionary(strm, dictionary) {\\n  var dictLength = dictionary.length;\\n\\n  var state;\\n  var dictid;\\n  var ret;\\n\\n  /* check state */\\n  if (!strm /* == Z_NULL */ || !strm.state /* == Z_NULL */) { return Z_STREAM_ERROR; }\\n  state = strm.state;\\n\\n  if (state.wrap !== 0 && state.mode !== DICT) {\\n    return Z_STREAM_ERROR;\\n  }\\n\\n  /* check for correct dictionary identifier */\\n  if (state.mode === DICT) {\\n    dictid = 1; /* adler32(0, null, 0)*/\\n    /* dictid = adler32(dictid, dictionary, dictLength); */\\n    dictid = adler32(dictid, dictionary, dictLength, 0);\\n    if (dictid !== state.check) {\\n      return Z_DATA_ERROR;\\n    }\\n  }\\n  /* copy dictionary to window using updatewindow(), which will amend the\\n   existing dictionary if appropriate */\\n  ret = updatewindow(strm, dictionary, dictLength, dictLength);\\n  if (ret) {\\n    state.mode = MEM;\\n    return Z_MEM_ERROR;\\n  }\\n  state.havedict = 1;\\n  // Tracev((stderr, \\\"inflate:   dictionary set\\\\n\\\"));\\n  return Z_OK;\\n}\\n\\nexports.inflateReset = inflateReset;\\nexports.inflateReset2 = inflateReset2;\\nexports.inflateResetKeep = inflateResetKeep;\\nexports.inflateInit = inflateInit;\\nexports.inflateInit2 = inflateInit2;\\nexports.inflate = inflate;\\nexports.inflateEnd = inflateEnd;\\nexports.inflateGetHeader = inflateGetHeader;\\nexports.inflateSetDictionary = inflateSetDictionary;\\nexports.inflateInfo = 'pako inflate (from Nodeca project)';\\n\\n/* Not implemented\\nexports.inflateCopy = inflateCopy;\\nexports.inflateGetDictionary = inflateGetDictionary;\\nexports.inflateMark = inflateMark;\\nexports.inflatePrime = inflatePrime;\\nexports.inflateSync = inflateSync;\\nexports.inflateSyncPoint = inflateSyncPoint;\\nexports.inflateUndermine = inflateUndermine;\\n*/\\n\"\n    },\n    {\n      \"id\": 309,\n      \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/pako/lib/zlib/inffast.js\",\n      \"name\": \"./node_modules/pako/lib/zlib/inffast.js\",\n      \"index\": 304,\n      \"index2\": 295,\n      \"size\": 12668,\n      \"cacheable\": true,\n      \"built\": true,\n      \"optional\": false,\n      \"prefetched\": false,\n      \"chunks\": [\n        2\n      ],\n      \"issuer\": \"/Users/jarred/Code/styleurl/node_modules/pako/lib/zlib/inflate.js\",\n      \"issuerId\": 308,\n      \"issuerName\": \"./node_modules/pako/lib/zlib/inflate.js\",\n      \"issuerPath\": [\n        {\n          \"id\": 191,\n          \"identifier\": \"multi /Users/jarred/Code/styleurl/webpack/customPublicPath /Users/jarred/Code/styleurl/chrome/extension/background\",\n          \"name\": \"multi ./webpack/customPublicPath ./chrome/extension/background\",\n          \"profile\": {\n            \"factory\": 0,\n            \"building\": 0,\n            \"dependencies\": 54\n          }\n        },\n        {\n          \"id\": 192,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/background.js\",\n          \"name\": \"./chrome/extension/background.js\",\n          \"profile\": {\n            \"factory\": 54,\n            \"building\": 639,\n            \"dependencies\": 140\n          }\n        },\n        {\n          \"id\": 255,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/stylesheet-differ/lib/index.js\",\n          \"name\": \"./node_modules/stylesheet-differ/lib/index.js\",\n          \"profile\": {\n            \"factory\": 140,\n            \"building\": 568,\n            \"dependencies\": 1\n          }\n        },\n        {\n          \"id\": 256,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/native-css/index.js\",\n          \"name\": \"./node_modules/native-css/index.js\",\n          \"profile\": {\n            \"factory\": 189,\n            \"building\": 603,\n            \"dependencies\": 1\n          }\n        },\n        {\n          \"id\": 257,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/native-css/src/native-css.js\",\n          \"name\": \"./node_modules/native-css/src/native-css.js\",\n          \"profile\": {\n            \"factory\": 26,\n            \"building\": 63,\n            \"dependencies\": 14\n          }\n        },\n        {\n          \"id\": 293,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/fetch/lib/fetch.js\",\n          \"name\": \"./node_modules/fetch/lib/fetch.js\",\n          \"profile\": {\n            \"factory\": 117,\n            \"building\": 25,\n            \"dependencies\": 27\n          }\n        },\n        {\n          \"id\": 302,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/browserify-zlib/lib/index.js\",\n          \"name\": \"./node_modules/browserify-zlib/lib/index.js\",\n          \"profile\": {\n            \"factory\": 66,\n            \"building\": 38,\n            \"dependencies\": 20\n          }\n        },\n        {\n          \"id\": 303,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/browserify-zlib/lib/binding.js\",\n          \"name\": \"./node_modules/browserify-zlib/lib/binding.js\",\n          \"profile\": {\n            \"factory\": 46,\n            \"building\": 33,\n            \"dependencies\": 1\n          }\n        },\n        {\n          \"id\": 308,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/pako/lib/zlib/inflate.js\",\n          \"name\": \"./node_modules/pako/lib/zlib/inflate.js\",\n          \"profile\": {\n            \"factory\": 116,\n            \"building\": 47,\n            \"dependencies\": 38\n          }\n        }\n      ],\n      \"profile\": {\n        \"factory\": 51,\n        \"building\": 57,\n        \"dependencies\": 0\n      },\n      \"failed\": false,\n      \"errors\": 0,\n      \"warnings\": 0,\n      \"assets\": [],\n      \"reasons\": [\n        {\n          \"moduleId\": 308,\n          \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/pako/lib/zlib/inflate.js\",\n          \"module\": \"./node_modules/pako/lib/zlib/inflate.js\",\n          \"moduleName\": \"./node_modules/pako/lib/zlib/inflate.js\",\n          \"type\": \"cjs require\",\n          \"userRequest\": \"./inffast\",\n          \"loc\": \"25:20-40\"\n        }\n      ],\n      \"usedExports\": true,\n      \"providedExports\": null,\n      \"optimizationBailout\": [\n        \"ModuleConcatenation bailout: Module is not an ECMAScript module\"\n      ],\n      \"depth\": 9,\n      \"source\": \"'use strict';\\n\\n// (C) 1995-2013 Jean-loup Gailly and Mark Adler\\n// (C) 2014-2017 Vitaly Puzrin and Andrey Tupitsin\\n//\\n// This software is provided 'as-is', without any express or implied\\n// warranty. In no event will the authors be held liable for any damages\\n// arising from the use of this software.\\n//\\n// Permission is granted to anyone to use this software for any purpose,\\n// including commercial applications, and to alter it and redistribute it\\n// freely, subject to the following restrictions:\\n//\\n// 1. The origin of this software must not be misrepresented; you must not\\n//   claim that you wrote the original software. If you use this software\\n//   in a product, an acknowledgment in the product documentation would be\\n//   appreciated but is not required.\\n// 2. Altered source versions must be plainly marked as such, and must not be\\n//   misrepresented as being the original software.\\n// 3. This notice may not be removed or altered from any source distribution.\\n\\n// See state defs from inflate.js\\nvar BAD = 30;       /* got a data error -- remain here until reset */\\nvar TYPE = 12;      /* i: waiting for type bits, including last-flag bit */\\n\\n/*\\n   Decode literal, length, and distance codes and write out the resulting\\n   literal and match bytes until either not enough input or output is\\n   available, an end-of-block is encountered, or a data error is encountered.\\n   When large enough input and output buffers are supplied to inflate(), for\\n   example, a 16K input buffer and a 64K output buffer, more than 95% of the\\n   inflate execution time is spent in this routine.\\n\\n   Entry assumptions:\\n\\n        state.mode === LEN\\n        strm.avail_in >= 6\\n        strm.avail_out >= 258\\n        start >= strm.avail_out\\n        state.bits < 8\\n\\n   On return, state.mode is one of:\\n\\n        LEN -- ran out of enough output space or enough available input\\n        TYPE -- reached end of block code, inflate() to interpret next block\\n        BAD -- error in block data\\n\\n   Notes:\\n\\n    - The maximum input bits used by a length/distance pair is 15 bits for the\\n      length code, 5 bits for the length extra, 15 bits for the distance code,\\n      and 13 bits for the distance extra.  This totals 48 bits, or six bytes.\\n      Therefore if strm.avail_in >= 6, then there is enough input to avoid\\n      checking for available input while decoding.\\n\\n    - The maximum bytes that a single length/distance pair can output is 258\\n      bytes, which is the maximum length that can be coded.  inflate_fast()\\n      requires strm.avail_out >= 258 for each loop to avoid checking for\\n      output space.\\n */\\nmodule.exports = function inflate_fast(strm, start) {\\n  var state;\\n  var _in;                    /* local strm.input */\\n  var last;                   /* have enough input while in < last */\\n  var _out;                   /* local strm.output */\\n  var beg;                    /* inflate()'s initial strm.output */\\n  var end;                    /* while out < end, enough space available */\\n//#ifdef INFLATE_STRICT\\n  var dmax;                   /* maximum distance from zlib header */\\n//#endif\\n  var wsize;                  /* window size or zero if not using window */\\n  var whave;                  /* valid bytes in the window */\\n  var wnext;                  /* window write index */\\n  // Use `s_window` instead `window`, avoid conflict with instrumentation tools\\n  var s_window;               /* allocated sliding window, if wsize != 0 */\\n  var hold;                   /* local strm.hold */\\n  var bits;                   /* local strm.bits */\\n  var lcode;                  /* local strm.lencode */\\n  var dcode;                  /* local strm.distcode */\\n  var lmask;                  /* mask for first level of length codes */\\n  var dmask;                  /* mask for first level of distance codes */\\n  var here;                   /* retrieved table entry */\\n  var op;                     /* code bits, operation, extra bits, or */\\n                              /*  window position, window bytes to copy */\\n  var len;                    /* match length, unused bytes */\\n  var dist;                   /* match distance */\\n  var from;                   /* where to copy match from */\\n  var from_source;\\n\\n\\n  var input, output; // JS specific, because we have no pointers\\n\\n  /* copy state to local variables */\\n  state = strm.state;\\n  //here = state.here;\\n  _in = strm.next_in;\\n  input = strm.input;\\n  last = _in + (strm.avail_in - 5);\\n  _out = strm.next_out;\\n  output = strm.output;\\n  beg = _out - (start - strm.avail_out);\\n  end = _out + (strm.avail_out - 257);\\n//#ifdef INFLATE_STRICT\\n  dmax = state.dmax;\\n//#endif\\n  wsize = state.wsize;\\n  whave = state.whave;\\n  wnext = state.wnext;\\n  s_window = state.window;\\n  hold = state.hold;\\n  bits = state.bits;\\n  lcode = state.lencode;\\n  dcode = state.distcode;\\n  lmask = (1 << state.lenbits) - 1;\\n  dmask = (1 << state.distbits) - 1;\\n\\n\\n  /* decode literals and length/distances until end-of-block or not enough\\n     input data or output space */\\n\\n  top:\\n  do {\\n    if (bits < 15) {\\n      hold += input[_in++] << bits;\\n      bits += 8;\\n      hold += input[_in++] << bits;\\n      bits += 8;\\n    }\\n\\n    here = lcode[hold & lmask];\\n\\n    dolen:\\n    for (;;) { // Goto emulation\\n      op = here >>> 24/*here.bits*/;\\n      hold >>>= op;\\n      bits -= op;\\n      op = (here >>> 16) & 0xff/*here.op*/;\\n      if (op === 0) {                          /* literal */\\n        //Tracevv((stderr, here.val >= 0x20 && here.val < 0x7f ?\\n        //        \\\"inflate:         literal '%c'\\\\n\\\" :\\n        //        \\\"inflate:         literal 0x%02x\\\\n\\\", here.val));\\n        output[_out++] = here & 0xffff/*here.val*/;\\n      }\\n      else if (op & 16) {                     /* length base */\\n        len = here & 0xffff/*here.val*/;\\n        op &= 15;                           /* number of extra bits */\\n        if (op) {\\n          if (bits < op) {\\n            hold += input[_in++] << bits;\\n            bits += 8;\\n          }\\n          len += hold & ((1 << op) - 1);\\n          hold >>>= op;\\n          bits -= op;\\n        }\\n        //Tracevv((stderr, \\\"inflate:         length %u\\\\n\\\", len));\\n        if (bits < 15) {\\n          hold += input[_in++] << bits;\\n          bits += 8;\\n          hold += input[_in++] << bits;\\n          bits += 8;\\n        }\\n        here = dcode[hold & dmask];\\n\\n        dodist:\\n        for (;;) { // goto emulation\\n          op = here >>> 24/*here.bits*/;\\n          hold >>>= op;\\n          bits -= op;\\n          op = (here >>> 16) & 0xff/*here.op*/;\\n\\n          if (op & 16) {                      /* distance base */\\n            dist = here & 0xffff/*here.val*/;\\n            op &= 15;                       /* number of extra bits */\\n            if (bits < op) {\\n              hold += input[_in++] << bits;\\n              bits += 8;\\n              if (bits < op) {\\n                hold += input[_in++] << bits;\\n                bits += 8;\\n              }\\n            }\\n            dist += hold & ((1 << op) - 1);\\n//#ifdef INFLATE_STRICT\\n            if (dist > dmax) {\\n              strm.msg = 'invalid distance too far back';\\n              state.mode = BAD;\\n              break top;\\n            }\\n//#endif\\n            hold >>>= op;\\n            bits -= op;\\n            //Tracevv((stderr, \\\"inflate:         distance %u\\\\n\\\", dist));\\n            op = _out - beg;                /* max distance in output */\\n            if (dist > op) {                /* see if copy from window */\\n              op = dist - op;               /* distance back in window */\\n              if (op > whave) {\\n                if (state.sane) {\\n                  strm.msg = 'invalid distance too far back';\\n                  state.mode = BAD;\\n                  break top;\\n                }\\n\\n// (!) This block is disabled in zlib defaults,\\n// don't enable it for binary compatibility\\n//#ifdef INFLATE_ALLOW_INVALID_DISTANCE_TOOFAR_ARRR\\n//                if (len <= op - whave) {\\n//                  do {\\n//                    output[_out++] = 0;\\n//                  } while (--len);\\n//                  continue top;\\n//                }\\n//                len -= op - whave;\\n//                do {\\n//                  output[_out++] = 0;\\n//                } while (--op > whave);\\n//                if (op === 0) {\\n//                  from = _out - dist;\\n//                  do {\\n//                    output[_out++] = output[from++];\\n//                  } while (--len);\\n//                  continue top;\\n//                }\\n//#endif\\n              }\\n              from = 0; // window index\\n              from_source = s_window;\\n              if (wnext === 0) {           /* very common case */\\n                from += wsize - op;\\n                if (op < len) {         /* some from window */\\n                  len -= op;\\n                  do {\\n                    output[_out++] = s_window[from++];\\n                  } while (--op);\\n                  from = _out - dist;  /* rest from output */\\n                  from_source = output;\\n                }\\n              }\\n              else if (wnext < op) {      /* wrap around window */\\n                from += wsize + wnext - op;\\n                op -= wnext;\\n                if (op < len) {         /* some from end of window */\\n                  len -= op;\\n                  do {\\n                    output[_out++] = s_window[from++];\\n                  } while (--op);\\n                  from = 0;\\n                  if (wnext < len) {  /* some from start of window */\\n                    op = wnext;\\n                    len -= op;\\n                    do {\\n                      output[_out++] = s_window[from++];\\n                    } while (--op);\\n                    from = _out - dist;      /* rest from output */\\n                    from_source = output;\\n                  }\\n                }\\n              }\\n              else {                      /* contiguous in window */\\n                from += wnext - op;\\n                if (op < len) {         /* some from window */\\n                  len -= op;\\n                  do {\\n                    output[_out++] = s_window[from++];\\n                  } while (--op);\\n                  from = _out - dist;  /* rest from output */\\n                  from_source = output;\\n                }\\n              }\\n              while (len > 2) {\\n                output[_out++] = from_source[from++];\\n                output[_out++] = from_source[from++];\\n                output[_out++] = from_source[from++];\\n                len -= 3;\\n              }\\n              if (len) {\\n                output[_out++] = from_source[from++];\\n                if (len > 1) {\\n                  output[_out++] = from_source[from++];\\n                }\\n              }\\n            }\\n            else {\\n              from = _out - dist;          /* copy direct from output */\\n              do {                        /* minimum length is three */\\n                output[_out++] = output[from++];\\n                output[_out++] = output[from++];\\n                output[_out++] = output[from++];\\n                len -= 3;\\n              } while (len > 2);\\n              if (len) {\\n                output[_out++] = output[from++];\\n                if (len > 1) {\\n                  output[_out++] = output[from++];\\n                }\\n              }\\n            }\\n          }\\n          else if ((op & 64) === 0) {          /* 2nd level distance code */\\n            here = dcode[(here & 0xffff)/*here.val*/ + (hold & ((1 << op) - 1))];\\n            continue dodist;\\n          }\\n          else {\\n            strm.msg = 'invalid distance code';\\n            state.mode = BAD;\\n            break top;\\n          }\\n\\n          break; // need to emulate goto via \\\"continue\\\"\\n        }\\n      }\\n      else if ((op & 64) === 0) {              /* 2nd level length code */\\n        here = lcode[(here & 0xffff)/*here.val*/ + (hold & ((1 << op) - 1))];\\n        continue dolen;\\n      }\\n      else if (op & 32) {                     /* end-of-block */\\n        //Tracevv((stderr, \\\"inflate:         end of block\\\\n\\\"));\\n        state.mode = TYPE;\\n        break top;\\n      }\\n      else {\\n        strm.msg = 'invalid literal/length code';\\n        state.mode = BAD;\\n        break top;\\n      }\\n\\n      break; // need to emulate goto via \\\"continue\\\"\\n    }\\n  } while (_in < last && _out < end);\\n\\n  /* return unused bytes (on entry, bits < 8, so in won't go too far back) */\\n  len = bits >> 3;\\n  _in -= len;\\n  bits -= len << 3;\\n  hold &= (1 << bits) - 1;\\n\\n  /* update state and return */\\n  strm.next_in = _in;\\n  strm.next_out = _out;\\n  strm.avail_in = (_in < last ? 5 + (last - _in) : 5 - (_in - last));\\n  strm.avail_out = (_out < end ? 257 + (end - _out) : 257 - (_out - end));\\n  state.hold = hold;\\n  state.bits = bits;\\n  return;\\n};\\n\"\n    },\n    {\n      \"id\": 310,\n      \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/pako/lib/zlib/inftrees.js\",\n      \"name\": \"./node_modules/pako/lib/zlib/inftrees.js\",\n      \"index\": 305,\n      \"index2\": 296,\n      \"size\": 12500,\n      \"cacheable\": true,\n      \"built\": true,\n      \"optional\": false,\n      \"prefetched\": false,\n      \"chunks\": [\n        2\n      ],\n      \"issuer\": \"/Users/jarred/Code/styleurl/node_modules/pako/lib/zlib/inflate.js\",\n      \"issuerId\": 308,\n      \"issuerName\": \"./node_modules/pako/lib/zlib/inflate.js\",\n      \"issuerPath\": [\n        {\n          \"id\": 191,\n          \"identifier\": \"multi /Users/jarred/Code/styleurl/webpack/customPublicPath /Users/jarred/Code/styleurl/chrome/extension/background\",\n          \"name\": \"multi ./webpack/customPublicPath ./chrome/extension/background\",\n          \"profile\": {\n            \"factory\": 0,\n            \"building\": 0,\n            \"dependencies\": 54\n          }\n        },\n        {\n          \"id\": 192,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/background.js\",\n          \"name\": \"./chrome/extension/background.js\",\n          \"profile\": {\n            \"factory\": 54,\n            \"building\": 639,\n            \"dependencies\": 140\n          }\n        },\n        {\n          \"id\": 255,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/stylesheet-differ/lib/index.js\",\n          \"name\": \"./node_modules/stylesheet-differ/lib/index.js\",\n          \"profile\": {\n            \"factory\": 140,\n            \"building\": 568,\n            \"dependencies\": 1\n          }\n        },\n        {\n          \"id\": 256,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/native-css/index.js\",\n          \"name\": \"./node_modules/native-css/index.js\",\n          \"profile\": {\n            \"factory\": 189,\n            \"building\": 603,\n            \"dependencies\": 1\n          }\n        },\n        {\n          \"id\": 257,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/native-css/src/native-css.js\",\n          \"name\": \"./node_modules/native-css/src/native-css.js\",\n          \"profile\": {\n            \"factory\": 26,\n            \"building\": 63,\n            \"dependencies\": 14\n          }\n        },\n        {\n          \"id\": 293,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/fetch/lib/fetch.js\",\n          \"name\": \"./node_modules/fetch/lib/fetch.js\",\n          \"profile\": {\n            \"factory\": 117,\n            \"building\": 25,\n            \"dependencies\": 27\n          }\n        },\n        {\n          \"id\": 302,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/browserify-zlib/lib/index.js\",\n          \"name\": \"./node_modules/browserify-zlib/lib/index.js\",\n          \"profile\": {\n            \"factory\": 66,\n            \"building\": 38,\n            \"dependencies\": 20\n          }\n        },\n        {\n          \"id\": 303,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/browserify-zlib/lib/binding.js\",\n          \"name\": \"./node_modules/browserify-zlib/lib/binding.js\",\n          \"profile\": {\n            \"factory\": 46,\n            \"building\": 33,\n            \"dependencies\": 1\n          }\n        },\n        {\n          \"id\": 308,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/pako/lib/zlib/inflate.js\",\n          \"name\": \"./node_modules/pako/lib/zlib/inflate.js\",\n          \"profile\": {\n            \"factory\": 116,\n            \"building\": 47,\n            \"dependencies\": 38\n          }\n        }\n      ],\n      \"profile\": {\n        \"factory\": 51,\n        \"building\": 57,\n        \"dependencies\": 0\n      },\n      \"failed\": false,\n      \"errors\": 0,\n      \"warnings\": 0,\n      \"assets\": [],\n      \"reasons\": [\n        {\n          \"moduleId\": 308,\n          \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/pako/lib/zlib/inflate.js\",\n          \"module\": \"./node_modules/pako/lib/zlib/inflate.js\",\n          \"moduleName\": \"./node_modules/pako/lib/zlib/inflate.js\",\n          \"type\": \"cjs require\",\n          \"userRequest\": \"./inftrees\",\n          \"loc\": \"26:20-41\"\n        }\n      ],\n      \"usedExports\": true,\n      \"providedExports\": null,\n      \"optimizationBailout\": [\n        \"ModuleConcatenation bailout: Module is not an ECMAScript module\"\n      ],\n      \"depth\": 9,\n      \"source\": \"'use strict';\\n\\n// (C) 1995-2013 Jean-loup Gailly and Mark Adler\\n// (C) 2014-2017 Vitaly Puzrin and Andrey Tupitsin\\n//\\n// This software is provided 'as-is', without any express or implied\\n// warranty. In no event will the authors be held liable for any damages\\n// arising from the use of this software.\\n//\\n// Permission is granted to anyone to use this software for any purpose,\\n// including commercial applications, and to alter it and redistribute it\\n// freely, subject to the following restrictions:\\n//\\n// 1. The origin of this software must not be misrepresented; you must not\\n//   claim that you wrote the original software. If you use this software\\n//   in a product, an acknowledgment in the product documentation would be\\n//   appreciated but is not required.\\n// 2. Altered source versions must be plainly marked as such, and must not be\\n//   misrepresented as being the original software.\\n// 3. This notice may not be removed or altered from any source distribution.\\n\\nvar utils = require('../utils/common');\\n\\nvar MAXBITS = 15;\\nvar ENOUGH_LENS = 852;\\nvar ENOUGH_DISTS = 592;\\n//var ENOUGH = (ENOUGH_LENS+ENOUGH_DISTS);\\n\\nvar CODES = 0;\\nvar LENS = 1;\\nvar DISTS = 2;\\n\\nvar lbase = [ /* Length codes 257..285 base */\\n  3, 4, 5, 6, 7, 8, 9, 10, 11, 13, 15, 17, 19, 23, 27, 31,\\n  35, 43, 51, 59, 67, 83, 99, 115, 131, 163, 195, 227, 258, 0, 0\\n];\\n\\nvar lext = [ /* Length codes 257..285 extra */\\n  16, 16, 16, 16, 16, 16, 16, 16, 17, 17, 17, 17, 18, 18, 18, 18,\\n  19, 19, 19, 19, 20, 20, 20, 20, 21, 21, 21, 21, 16, 72, 78\\n];\\n\\nvar dbase = [ /* Distance codes 0..29 base */\\n  1, 2, 3, 4, 5, 7, 9, 13, 17, 25, 33, 49, 65, 97, 129, 193,\\n  257, 385, 513, 769, 1025, 1537, 2049, 3073, 4097, 6145,\\n  8193, 12289, 16385, 24577, 0, 0\\n];\\n\\nvar dext = [ /* Distance codes 0..29 extra */\\n  16, 16, 16, 16, 17, 17, 18, 18, 19, 19, 20, 20, 21, 21, 22, 22,\\n  23, 23, 24, 24, 25, 25, 26, 26, 27, 27,\\n  28, 28, 29, 29, 64, 64\\n];\\n\\nmodule.exports = function inflate_table(type, lens, lens_index, codes, table, table_index, work, opts)\\n{\\n  var bits = opts.bits;\\n      //here = opts.here; /* table entry for duplication */\\n\\n  var len = 0;               /* a code's length in bits */\\n  var sym = 0;               /* index of code symbols */\\n  var min = 0, max = 0;          /* minimum and maximum code lengths */\\n  var root = 0;              /* number of index bits for root table */\\n  var curr = 0;              /* number of index bits for current table */\\n  var drop = 0;              /* code bits to drop for sub-table */\\n  var left = 0;                   /* number of prefix codes available */\\n  var used = 0;              /* code entries in table used */\\n  var huff = 0;              /* Huffman code */\\n  var incr;              /* for incrementing code, index */\\n  var fill;              /* index for replicating entries */\\n  var low;               /* low bits for current root entry */\\n  var mask;              /* mask for low root bits */\\n  var next;             /* next available space in table */\\n  var base = null;     /* base value table to use */\\n  var base_index = 0;\\n//  var shoextra;    /* extra bits table to use */\\n  var end;                    /* use base and extra for symbol > end */\\n  var count = new utils.Buf16(MAXBITS + 1); //[MAXBITS+1];    /* number of codes of each length */\\n  var offs = new utils.Buf16(MAXBITS + 1); //[MAXBITS+1];     /* offsets in table for each length */\\n  var extra = null;\\n  var extra_index = 0;\\n\\n  var here_bits, here_op, here_val;\\n\\n  /*\\n   Process a set of code lengths to create a canonical Huffman code.  The\\n   code lengths are lens[0..codes-1].  Each length corresponds to the\\n   symbols 0..codes-1.  The Huffman code is generated by first sorting the\\n   symbols by length from short to long, and retaining the symbol order\\n   for codes with equal lengths.  Then the code starts with all zero bits\\n   for the first code of the shortest length, and the codes are integer\\n   increments for the same length, and zeros are appended as the length\\n   increases.  For the deflate format, these bits are stored backwards\\n   from their more natural integer increment ordering, and so when the\\n   decoding tables are built in the large loop below, the integer codes\\n   are incremented backwards.\\n\\n   This routine assumes, but does not check, that all of the entries in\\n   lens[] are in the range 0..MAXBITS.  The caller must assure this.\\n   1..MAXBITS is interpreted as that code length.  zero means that that\\n   symbol does not occur in this code.\\n\\n   The codes are sorted by computing a count of codes for each length,\\n   creating from that a table of starting indices for each length in the\\n   sorted table, and then entering the symbols in order in the sorted\\n   table.  The sorted table is work[], with that space being provided by\\n   the caller.\\n\\n   The length counts are used for other purposes as well, i.e. finding\\n   the minimum and maximum length codes, determining if there are any\\n   codes at all, checking for a valid set of lengths, and looking ahead\\n   at length counts to determine sub-table sizes when building the\\n   decoding tables.\\n   */\\n\\n  /* accumulate lengths for codes (assumes lens[] all in 0..MAXBITS) */\\n  for (len = 0; len <= MAXBITS; len++) {\\n    count[len] = 0;\\n  }\\n  for (sym = 0; sym < codes; sym++) {\\n    count[lens[lens_index + sym]]++;\\n  }\\n\\n  /* bound code lengths, force root to be within code lengths */\\n  root = bits;\\n  for (max = MAXBITS; max >= 1; max--) {\\n    if (count[max] !== 0) { break; }\\n  }\\n  if (root > max) {\\n    root = max;\\n  }\\n  if (max === 0) {                     /* no symbols to code at all */\\n    //table.op[opts.table_index] = 64;  //here.op = (var char)64;    /* invalid code marker */\\n    //table.bits[opts.table_index] = 1;   //here.bits = (var char)1;\\n    //table.val[opts.table_index++] = 0;   //here.val = (var short)0;\\n    table[table_index++] = (1 << 24) | (64 << 16) | 0;\\n\\n\\n    //table.op[opts.table_index] = 64;\\n    //table.bits[opts.table_index] = 1;\\n    //table.val[opts.table_index++] = 0;\\n    table[table_index++] = (1 << 24) | (64 << 16) | 0;\\n\\n    opts.bits = 1;\\n    return 0;     /* no symbols, but wait for decoding to report error */\\n  }\\n  for (min = 1; min < max; min++) {\\n    if (count[min] !== 0) { break; }\\n  }\\n  if (root < min) {\\n    root = min;\\n  }\\n\\n  /* check for an over-subscribed or incomplete set of lengths */\\n  left = 1;\\n  for (len = 1; len <= MAXBITS; len++) {\\n    left <<= 1;\\n    left -= count[len];\\n    if (left < 0) {\\n      return -1;\\n    }        /* over-subscribed */\\n  }\\n  if (left > 0 && (type === CODES || max !== 1)) {\\n    return -1;                      /* incomplete set */\\n  }\\n\\n  /* generate offsets into symbol table for each length for sorting */\\n  offs[1] = 0;\\n  for (len = 1; len < MAXBITS; len++) {\\n    offs[len + 1] = offs[len] + count[len];\\n  }\\n\\n  /* sort symbols by length, by symbol order within each length */\\n  for (sym = 0; sym < codes; sym++) {\\n    if (lens[lens_index + sym] !== 0) {\\n      work[offs[lens[lens_index + sym]]++] = sym;\\n    }\\n  }\\n\\n  /*\\n   Create and fill in decoding tables.  In this loop, the table being\\n   filled is at next and has curr index bits.  The code being used is huff\\n   with length len.  That code is converted to an index by dropping drop\\n   bits off of the bottom.  For codes where len is less than drop + curr,\\n   those top drop + curr - len bits are incremented through all values to\\n   fill the table with replicated entries.\\n\\n   root is the number of index bits for the root table.  When len exceeds\\n   root, sub-tables are created pointed to by the root entry with an index\\n   of the low root bits of huff.  This is saved in low to check for when a\\n   new sub-table should be started.  drop is zero when the root table is\\n   being filled, and drop is root when sub-tables are being filled.\\n\\n   When a new sub-table is needed, it is necessary to look ahead in the\\n   code lengths to determine what size sub-table is needed.  The length\\n   counts are used for this, and so count[] is decremented as codes are\\n   entered in the tables.\\n\\n   used keeps track of how many table entries have been allocated from the\\n   provided *table space.  It is checked for LENS and DIST tables against\\n   the constants ENOUGH_LENS and ENOUGH_DISTS to guard against changes in\\n   the initial root table size constants.  See the comments in inftrees.h\\n   for more information.\\n\\n   sym increments through all symbols, and the loop terminates when\\n   all codes of length max, i.e. all codes, have been processed.  This\\n   routine permits incomplete codes, so another loop after this one fills\\n   in the rest of the decoding tables with invalid code markers.\\n   */\\n\\n  /* set up for code type */\\n  // poor man optimization - use if-else instead of switch,\\n  // to avoid deopts in old v8\\n  if (type === CODES) {\\n    base = extra = work;    /* dummy value--not used */\\n    end = 19;\\n\\n  } else if (type === LENS) {\\n    base = lbase;\\n    base_index -= 257;\\n    extra = lext;\\n    extra_index -= 257;\\n    end = 256;\\n\\n  } else {                    /* DISTS */\\n    base = dbase;\\n    extra = dext;\\n    end = -1;\\n  }\\n\\n  /* initialize opts for loop */\\n  huff = 0;                   /* starting code */\\n  sym = 0;                    /* starting code symbol */\\n  len = min;                  /* starting code length */\\n  next = table_index;              /* current table to fill in */\\n  curr = root;                /* current table index bits */\\n  drop = 0;                   /* current bits to drop from code for index */\\n  low = -1;                   /* trigger new sub-table when len > root */\\n  used = 1 << root;          /* use root table entries */\\n  mask = used - 1;            /* mask for comparing low */\\n\\n  /* check available table space */\\n  if ((type === LENS && used > ENOUGH_LENS) ||\\n    (type === DISTS && used > ENOUGH_DISTS)) {\\n    return 1;\\n  }\\n\\n  /* process all codes and make table entries */\\n  for (;;) {\\n    /* create table entry */\\n    here_bits = len - drop;\\n    if (work[sym] < end) {\\n      here_op = 0;\\n      here_val = work[sym];\\n    }\\n    else if (work[sym] > end) {\\n      here_op = extra[extra_index + work[sym]];\\n      here_val = base[base_index + work[sym]];\\n    }\\n    else {\\n      here_op = 32 + 64;         /* end of block */\\n      here_val = 0;\\n    }\\n\\n    /* replicate for those indices with low len bits equal to huff */\\n    incr = 1 << (len - drop);\\n    fill = 1 << curr;\\n    min = fill;                 /* save offset to next table */\\n    do {\\n      fill -= incr;\\n      table[next + (huff >> drop) + fill] = (here_bits << 24) | (here_op << 16) | here_val |0;\\n    } while (fill !== 0);\\n\\n    /* backwards increment the len-bit code huff */\\n    incr = 1 << (len - 1);\\n    while (huff & incr) {\\n      incr >>= 1;\\n    }\\n    if (incr !== 0) {\\n      huff &= incr - 1;\\n      huff += incr;\\n    } else {\\n      huff = 0;\\n    }\\n\\n    /* go to next symbol, update count, len */\\n    sym++;\\n    if (--count[len] === 0) {\\n      if (len === max) { break; }\\n      len = lens[lens_index + work[sym]];\\n    }\\n\\n    /* create new sub-table if needed */\\n    if (len > root && (huff & mask) !== low) {\\n      /* if first time, transition to sub-tables */\\n      if (drop === 0) {\\n        drop = root;\\n      }\\n\\n      /* increment past last table */\\n      next += min;            /* here min is 1 << curr */\\n\\n      /* determine length of next table */\\n      curr = len - drop;\\n      left = 1 << curr;\\n      while (curr + drop < max) {\\n        left -= count[curr + drop];\\n        if (left <= 0) { break; }\\n        curr++;\\n        left <<= 1;\\n      }\\n\\n      /* check for enough space */\\n      used += 1 << curr;\\n      if ((type === LENS && used > ENOUGH_LENS) ||\\n        (type === DISTS && used > ENOUGH_DISTS)) {\\n        return 1;\\n      }\\n\\n      /* point entry in root table to sub-table */\\n      low = huff & mask;\\n      /*table.op[low] = curr;\\n      table.bits[low] = root;\\n      table.val[low] = next - opts.table_index;*/\\n      table[low] = (root << 24) | (curr << 16) | (next - table_index) |0;\\n    }\\n  }\\n\\n  /* fill in remaining table entry if code is incomplete (guaranteed to have\\n   at most one remaining entry, since if the code is incomplete, the\\n   maximum code length that was allowed to get this far is one bit) */\\n  if (huff !== 0) {\\n    //table.op[next + huff] = 64;            /* invalid code marker */\\n    //table.bits[next + huff] = len - drop;\\n    //table.val[next + huff] = 0;\\n    table[next + huff] = ((len - drop) << 24) | (64 << 16) |0;\\n  }\\n\\n  /* set return parameters */\\n  //opts.table_index += used;\\n  opts.bits = root;\\n  return 0;\\n};\\n\"\n    },\n    {\n      \"id\": 311,\n      \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/pako/lib/zlib/constants.js\",\n      \"name\": \"./node_modules/pako/lib/zlib/constants.js\",\n      \"index\": 306,\n      \"index2\": 298,\n      \"size\": 2312,\n      \"cacheable\": true,\n      \"built\": true,\n      \"optional\": false,\n      \"prefetched\": false,\n      \"chunks\": [\n        2\n      ],\n      \"issuer\": \"/Users/jarred/Code/styleurl/node_modules/browserify-zlib/lib/binding.js\",\n      \"issuerId\": 303,\n      \"issuerName\": \"./node_modules/browserify-zlib/lib/binding.js\",\n      \"issuerPath\": [\n        {\n          \"id\": 191,\n          \"identifier\": \"multi /Users/jarred/Code/styleurl/webpack/customPublicPath /Users/jarred/Code/styleurl/chrome/extension/background\",\n          \"name\": \"multi ./webpack/customPublicPath ./chrome/extension/background\",\n          \"profile\": {\n            \"factory\": 0,\n            \"building\": 0,\n            \"dependencies\": 54\n          }\n        },\n        {\n          \"id\": 192,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/background.js\",\n          \"name\": \"./chrome/extension/background.js\",\n          \"profile\": {\n            \"factory\": 54,\n            \"building\": 639,\n            \"dependencies\": 140\n          }\n        },\n        {\n          \"id\": 255,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/stylesheet-differ/lib/index.js\",\n          \"name\": \"./node_modules/stylesheet-differ/lib/index.js\",\n          \"profile\": {\n            \"factory\": 140,\n            \"building\": 568,\n            \"dependencies\": 1\n          }\n        },\n        {\n          \"id\": 256,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/native-css/index.js\",\n          \"name\": \"./node_modules/native-css/index.js\",\n          \"profile\": {\n            \"factory\": 189,\n            \"building\": 603,\n            \"dependencies\": 1\n          }\n        },\n        {\n          \"id\": 257,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/native-css/src/native-css.js\",\n          \"name\": \"./node_modules/native-css/src/native-css.js\",\n          \"profile\": {\n            \"factory\": 26,\n            \"building\": 63,\n            \"dependencies\": 14\n          }\n        },\n        {\n          \"id\": 293,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/fetch/lib/fetch.js\",\n          \"name\": \"./node_modules/fetch/lib/fetch.js\",\n          \"profile\": {\n            \"factory\": 117,\n            \"building\": 25,\n            \"dependencies\": 27\n          }\n        },\n        {\n          \"id\": 302,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/browserify-zlib/lib/index.js\",\n          \"name\": \"./node_modules/browserify-zlib/lib/index.js\",\n          \"profile\": {\n            \"factory\": 66,\n            \"building\": 38,\n            \"dependencies\": 20\n          }\n        },\n        {\n          \"id\": 303,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/browserify-zlib/lib/binding.js\",\n          \"name\": \"./node_modules/browserify-zlib/lib/binding.js\",\n          \"profile\": {\n            \"factory\": 46,\n            \"building\": 33,\n            \"dependencies\": 1\n          }\n        }\n      ],\n      \"profile\": {\n        \"factory\": 116,\n        \"building\": 47,\n        \"dependencies\": 38\n      },\n      \"failed\": false,\n      \"errors\": 0,\n      \"warnings\": 0,\n      \"assets\": [],\n      \"reasons\": [\n        {\n          \"moduleId\": 303,\n          \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/browserify-zlib/lib/binding.js\",\n          \"module\": \"./node_modules/browserify-zlib/lib/binding.js\",\n          \"moduleName\": \"./node_modules/browserify-zlib/lib/binding.js\",\n          \"type\": \"cjs require\",\n          \"userRequest\": \"pako/lib/zlib/constants\",\n          \"loc\": \"9:16-50\"\n        }\n      ],\n      \"usedExports\": true,\n      \"providedExports\": null,\n      \"optimizationBailout\": [\n        \"ModuleConcatenation bailout: Module is not an ECMAScript module\"\n      ],\n      \"depth\": 8,\n      \"source\": \"'use strict';\\n\\n// (C) 1995-2013 Jean-loup Gailly and Mark Adler\\n// (C) 2014-2017 Vitaly Puzrin and Andrey Tupitsin\\n//\\n// This software is provided 'as-is', without any express or implied\\n// warranty. In no event will the authors be held liable for any damages\\n// arising from the use of this software.\\n//\\n// Permission is granted to anyone to use this software for any purpose,\\n// including commercial applications, and to alter it and redistribute it\\n// freely, subject to the following restrictions:\\n//\\n// 1. The origin of this software must not be misrepresented; you must not\\n//   claim that you wrote the original software. If you use this software\\n//   in a product, an acknowledgment in the product documentation would be\\n//   appreciated but is not required.\\n// 2. Altered source versions must be plainly marked as such, and must not be\\n//   misrepresented as being the original software.\\n// 3. This notice may not be removed or altered from any source distribution.\\n\\nmodule.exports = {\\n\\n  /* Allowed flush values; see deflate() and inflate() below for details */\\n  Z_NO_FLUSH:         0,\\n  Z_PARTIAL_FLUSH:    1,\\n  Z_SYNC_FLUSH:       2,\\n  Z_FULL_FLUSH:       3,\\n  Z_FINISH:           4,\\n  Z_BLOCK:            5,\\n  Z_TREES:            6,\\n\\n  /* Return codes for the compression/decompression functions. Negative values\\n  * are errors, positive values are used for special but normal events.\\n  */\\n  Z_OK:               0,\\n  Z_STREAM_END:       1,\\n  Z_NEED_DICT:        2,\\n  Z_ERRNO:           -1,\\n  Z_STREAM_ERROR:    -2,\\n  Z_DATA_ERROR:      -3,\\n  //Z_MEM_ERROR:     -4,\\n  Z_BUF_ERROR:       -5,\\n  //Z_VERSION_ERROR: -6,\\n\\n  /* compression levels */\\n  Z_NO_COMPRESSION:         0,\\n  Z_BEST_SPEED:             1,\\n  Z_BEST_COMPRESSION:       9,\\n  Z_DEFAULT_COMPRESSION:   -1,\\n\\n\\n  Z_FILTERED:               1,\\n  Z_HUFFMAN_ONLY:           2,\\n  Z_RLE:                    3,\\n  Z_FIXED:                  4,\\n  Z_DEFAULT_STRATEGY:       0,\\n\\n  /* Possible values of the data_type field (though see inflate()) */\\n  Z_BINARY:                 0,\\n  Z_TEXT:                   1,\\n  //Z_ASCII:                1, // = Z_TEXT (deprecated)\\n  Z_UNKNOWN:                2,\\n\\n  /* The deflate compression method */\\n  Z_DEFLATED:               8\\n  //Z_NULL:                 null // Use -1 or null inline, depending on var type\\n};\\n\"\n    },\n    {\n      \"id\": 312,\n      \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/fetch/lib/cookiejar.js\",\n      \"name\": \"./node_modules/fetch/lib/cookiejar.js\",\n      \"index\": 308,\n      \"index2\": 302,\n      \"size\": 4953,\n      \"cacheable\": true,\n      \"built\": true,\n      \"optional\": false,\n      \"prefetched\": false,\n      \"chunks\": [\n        2\n      ],\n      \"issuer\": \"/Users/jarred/Code/styleurl/node_modules/fetch/lib/fetch.js\",\n      \"issuerId\": 293,\n      \"issuerName\": \"./node_modules/fetch/lib/fetch.js\",\n      \"issuerPath\": [\n        {\n          \"id\": 191,\n          \"identifier\": \"multi /Users/jarred/Code/styleurl/webpack/customPublicPath /Users/jarred/Code/styleurl/chrome/extension/background\",\n          \"name\": \"multi ./webpack/customPublicPath ./chrome/extension/background\",\n          \"profile\": {\n            \"factory\": 0,\n            \"building\": 0,\n            \"dependencies\": 54\n          }\n        },\n        {\n          \"id\": 192,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/background.js\",\n          \"name\": \"./chrome/extension/background.js\",\n          \"profile\": {\n            \"factory\": 54,\n            \"building\": 639,\n            \"dependencies\": 140\n          }\n        },\n        {\n          \"id\": 255,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/stylesheet-differ/lib/index.js\",\n          \"name\": \"./node_modules/stylesheet-differ/lib/index.js\",\n          \"profile\": {\n            \"factory\": 140,\n            \"building\": 568,\n            \"dependencies\": 1\n          }\n        },\n        {\n          \"id\": 256,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/native-css/index.js\",\n          \"name\": \"./node_modules/native-css/index.js\",\n          \"profile\": {\n            \"factory\": 189,\n            \"building\": 603,\n            \"dependencies\": 1\n          }\n        },\n        {\n          \"id\": 257,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/native-css/src/native-css.js\",\n          \"name\": \"./node_modules/native-css/src/native-css.js\",\n          \"profile\": {\n            \"factory\": 26,\n            \"building\": 63,\n            \"dependencies\": 14\n          }\n        },\n        {\n          \"id\": 293,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/fetch/lib/fetch.js\",\n          \"name\": \"./node_modules/fetch/lib/fetch.js\",\n          \"profile\": {\n            \"factory\": 117,\n            \"building\": 25,\n            \"dependencies\": 27\n          }\n        }\n      ],\n      \"profile\": {\n        \"factory\": 66,\n        \"building\": 38,\n        \"dependencies\": 20\n      },\n      \"failed\": false,\n      \"errors\": 0,\n      \"warnings\": 0,\n      \"assets\": [],\n      \"reasons\": [\n        {\n          \"moduleId\": 293,\n          \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/fetch/lib/fetch.js\",\n          \"module\": \"./node_modules/fetch/lib/fetch.js\",\n          \"moduleName\": \"./node_modules/fetch/lib/fetch.js\",\n          \"type\": \"cjs require\",\n          \"userRequest\": \"./cookiejar\",\n          \"loc\": \"10:16-38\"\n        }\n      ],\n      \"usedExports\": true,\n      \"providedExports\": null,\n      \"optimizationBailout\": [\n        \"ModuleConcatenation bailout: Module is not an ECMAScript module\"\n      ],\n      \"depth\": 6,\n      \"source\": \"'use strict';\\n\\nvar urllib = require('url');\\n\\nmodule.exports.CookieJar = CookieJar;\\n\\nfunction CookieJar(options) {\\n    this.options = options || {};\\n    this.options.sessionTimeout = this.options.sessionTimeout || 1800; // 30min\\n\\n    this.cookies = {};\\n}\\n\\nCookieJar.prototype.addCookie = function (cookie) {\\n\\n    if (!cookie || !cookie.name) {\\n        return;\\n    }\\n\\n    var lcookie;\\n\\n    if (!this.cookies[cookie.name]) {\\n        this.cookies[cookie.name] = [];\\n    }\\n\\n    // overwrite if has same params\\n    for (var i = 0, len = this.cookies[cookie.name].length; i < len; i++) {\\n        lcookie = this.cookies[cookie.name][i];\\n        if (\\n            lcookie.path === cookie.path &&\\n            lcookie.domain === cookie.domain &&\\n            lcookie.secure === cookie.secure &&\\n            lcookie.httponly === cookie.httponly\\n        ) {\\n            this.cookies[cookie.name][i] = cookie;\\n            return;\\n        }\\n    }\\n\\n    this.cookies[cookie.name].push(cookie);\\n};\\n\\nCookieJar.prototype.getCookies = function (url) {\\n    var keys = Object.keys(this.cookies),\\n        cookie, cookies = [];\\n\\n    for (var i = 0, len = keys.length; i < len; i++) {\\n        if (Array.isArray(this.cookies[keys[i]])) {\\n            for (var j = 0, lenj = this.cookies[keys[i]].length; j < lenj; j++) {\\n                cookie = this.cookies[keys[i]][j];\\n                if (this.matchCookie(cookie, url)) {\\n                    cookies.push(cookie.name + '=' + cookie.value);\\n                }\\n            }\\n        }\\n    }\\n    return cookies.join('; ');\\n};\\n\\nCookieJar.prototype.matchCookie = function (cookie, url) {\\n    var urlparts = urllib.parse(url || '', false, true),\\n        path;\\n\\n    // check expire\\n    if (cookie.expire) {\\n        if (cookie.expire.getTime() < Date.now()) {\\n            return;\\n        }\\n    }\\n\\n    // check if hostname matches\\n    if (urlparts.hostname && cookie._domain) {\\n        if (!(urlparts.hostname === cookie._domain || urlparts.hostname.substr(-(cookie._domain.length + 1)) === '.' + cookie._domain)) {\\n            return false;\\n        }\\n    }\\n\\n    // check if path matches\\n    if (cookie.path && urlparts.pathname) {\\n\\n        path = (urlparts.pathname || '/').split('/');\\n        path.pop();\\n        path = path.join('/').trim();\\n        if (path.substr(0, 1) !== '/') {\\n            path = '/' + path;\\n        }\\n        if (path.substr(-1) !== '/') {\\n            path += '/';\\n        }\\n\\n        if (path.substr(0, cookie.path.length) !== cookie.path) {\\n            return false;\\n        }\\n    }\\n\\n    // check secure\\n    if (cookie.secure && urlparts.protocol) {\\n        if (urlparts.protocol !== 'https:') {\\n            return false;\\n        }\\n    }\\n\\n    // check httponly\\n    if (cookie.httponly && urlparts.protocol) {\\n        if (urlparts.protocol !== 'http:') {\\n            return false;\\n        }\\n    }\\n\\n    return true;\\n};\\n\\nCookieJar.prototype.setCookie = function (cookie_str, url) {\\n    var parts = (cookie_str || '').split(';'),\\n        cookie = {},\\n        urlparts = urllib.parse(url || '', false, true),\\n        path;\\n\\n    parts.forEach((function (part) {\\n        var key, val;\\n        part = part.split('=');\\n        key = part.shift().trim();\\n        val = part.join('=').trim();\\n\\n        if (!key) {\\n            return;\\n        }\\n\\n        switch (key.toLowerCase()) {\\n\\n            case 'expires':\\n\\n                cookie.expires = new Date(val);\\n                break;\\n\\n            case 'path':\\n                cookie.path = val.trim();\\n                break;\\n\\n            case 'domain':\\n                cookie.domain = val.toLowerCase();\\n                break;\\n\\n            case 'max-age':\\n                cookie.expires = new Date(Date.now() + (Number(val) || 0) * 1000);\\n                break;\\n\\n            case 'secure':\\n                cookie.secure = true;\\n                break;\\n\\n            case 'httponly':\\n                cookie.httponly = true;\\n                break;\\n\\n            default:\\n                if (!cookie.name) {\\n                    cookie.name = key;\\n                    cookie.value = val;\\n                }\\n        }\\n    }).bind(this));\\n\\n    // use current path when path is not specified\\n    if (!cookie.path) {\\n        path = (urlparts.pathname || '/').split('/');\\n        path.pop();\\n        cookie.path = path.join('/').trim();\\n        if (cookie.path.substr(0, 1) !== '/') {\\n            cookie.path = '/' + cookie.path;\\n        }\\n        if (cookie.path.substr(-1) !== '/') {\\n            cookie.path += '/';\\n        }\\n    }\\n\\n    // if no expire date, then use sessionTimeout value\\n    if (!cookie.expires) {\\n        cookie._expires = new Date(Date.now() + (Number(this.options.sessionTimeout) || 0) * 1000);\\n    } else {\\n        cookie._expires = cookie.expires;\\n    }\\n\\n    if (!cookie.domain) {\\n        if (urlparts.hostname) {\\n            cookie._domain = urlparts.hostname;\\n        }\\n    } else {\\n        cookie._domain = cookie.domain;\\n    }\\n\\n    this.addCookie(cookie);\\n};\\n\"\n    },\n    {\n      \"id\": 313,\n      \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/encoding/lib/encoding.js\",\n      \"name\": \"./node_modules/encoding/lib/encoding.js\",\n      \"index\": 309,\n      \"index2\": 326,\n      \"size\": 3148,\n      \"cacheable\": true,\n      \"built\": true,\n      \"optional\": false,\n      \"prefetched\": false,\n      \"chunks\": [\n        2\n      ],\n      \"issuer\": \"/Users/jarred/Code/styleurl/node_modules/fetch/lib/fetch.js\",\n      \"issuerId\": 293,\n      \"issuerName\": \"./node_modules/fetch/lib/fetch.js\",\n      \"issuerPath\": [\n        {\n          \"id\": 191,\n          \"identifier\": \"multi /Users/jarred/Code/styleurl/webpack/customPublicPath /Users/jarred/Code/styleurl/chrome/extension/background\",\n          \"name\": \"multi ./webpack/customPublicPath ./chrome/extension/background\",\n          \"profile\": {\n            \"factory\": 0,\n            \"building\": 0,\n            \"dependencies\": 54\n          }\n        },\n        {\n          \"id\": 192,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/background.js\",\n          \"name\": \"./chrome/extension/background.js\",\n          \"profile\": {\n            \"factory\": 54,\n            \"building\": 639,\n            \"dependencies\": 140\n          }\n        },\n        {\n          \"id\": 255,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/stylesheet-differ/lib/index.js\",\n          \"name\": \"./node_modules/stylesheet-differ/lib/index.js\",\n          \"profile\": {\n            \"factory\": 140,\n            \"building\": 568,\n            \"dependencies\": 1\n          }\n        },\n        {\n          \"id\": 256,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/native-css/index.js\",\n          \"name\": \"./node_modules/native-css/index.js\",\n          \"profile\": {\n            \"factory\": 189,\n            \"building\": 603,\n            \"dependencies\": 1\n          }\n        },\n        {\n          \"id\": 257,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/native-css/src/native-css.js\",\n          \"name\": \"./node_modules/native-css/src/native-css.js\",\n          \"profile\": {\n            \"factory\": 26,\n            \"building\": 63,\n            \"dependencies\": 14\n          }\n        },\n        {\n          \"id\": 293,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/fetch/lib/fetch.js\",\n          \"name\": \"./node_modules/fetch/lib/fetch.js\",\n          \"profile\": {\n            \"factory\": 117,\n            \"building\": 25,\n            \"dependencies\": 27\n          }\n        }\n      ],\n      \"profile\": {\n        \"factory\": 66,\n        \"building\": 38,\n        \"dependencies\": 20\n      },\n      \"failed\": false,\n      \"errors\": 0,\n      \"warnings\": 0,\n      \"assets\": [],\n      \"reasons\": [\n        {\n          \"moduleId\": 293,\n          \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/fetch/lib/fetch.js\",\n          \"module\": \"./node_modules/fetch/lib/fetch.js\",\n          \"moduleName\": \"./node_modules/fetch/lib/fetch.js\",\n          \"type\": \"cjs require\",\n          \"userRequest\": \"encoding\",\n          \"loc\": \"11:18-37\"\n        }\n      ],\n      \"usedExports\": true,\n      \"providedExports\": null,\n      \"optimizationBailout\": [\n        \"ModuleConcatenation bailout: Module is not an ECMAScript module\"\n      ],\n      \"depth\": 6,\n      \"source\": \"'use strict';\\n\\nvar iconvLite = require('iconv-lite');\\n// Load Iconv from an external file to be able to disable Iconv for webpack\\n// Add /\\\\/iconv-loader$/ to webpack.IgnorePlugin to ignore it\\nvar Iconv = require('./iconv-loader');\\n\\n// Expose to the world\\nmodule.exports.convert = convert;\\n\\n/**\\n * Convert encoding of an UTF-8 string or a buffer\\n *\\n * @param {String|Buffer} str String to be converted\\n * @param {String} to Encoding to be converted to\\n * @param {String} [from='UTF-8'] Encoding to be converted from\\n * @param {Boolean} useLite If set to ture, force to use iconvLite\\n * @return {Buffer} Encoded string\\n */\\nfunction convert(str, to, from, useLite) {\\n    from = checkEncoding(from || 'UTF-8');\\n    to = checkEncoding(to || 'UTF-8');\\n    str = str || '';\\n\\n    var result;\\n\\n    if (from !== 'UTF-8' && typeof str === 'string') {\\n        str = new Buffer(str, 'binary');\\n    }\\n\\n    if (from === to) {\\n        if (typeof str === 'string') {\\n            result = new Buffer(str);\\n        } else {\\n            result = str;\\n        }\\n    } else if (Iconv && !useLite) {\\n        try {\\n            result = convertIconv(str, to, from);\\n        } catch (E) {\\n            console.error(E);\\n            try {\\n                result = convertIconvLite(str, to, from);\\n            } catch (E) {\\n                console.error(E);\\n                result = str;\\n            }\\n        }\\n    } else {\\n        try {\\n            result = convertIconvLite(str, to, from);\\n        } catch (E) {\\n            console.error(E);\\n            result = str;\\n        }\\n    }\\n\\n\\n    if (typeof result === 'string') {\\n        result = new Buffer(result, 'utf-8');\\n    }\\n\\n    return result;\\n}\\n\\n/**\\n * Convert encoding of a string with node-iconv (if available)\\n *\\n * @param {String|Buffer} str String to be converted\\n * @param {String} to Encoding to be converted to\\n * @param {String} [from='UTF-8'] Encoding to be converted from\\n * @return {Buffer} Encoded string\\n */\\nfunction convertIconv(str, to, from) {\\n    var response, iconv;\\n    iconv = new Iconv(from, to + '//TRANSLIT//IGNORE');\\n    response = iconv.convert(str);\\n    return response.slice(0, response.length);\\n}\\n\\n/**\\n * Convert encoding of astring with iconv-lite\\n *\\n * @param {String|Buffer} str String to be converted\\n * @param {String} to Encoding to be converted to\\n * @param {String} [from='UTF-8'] Encoding to be converted from\\n * @return {Buffer} Encoded string\\n */\\nfunction convertIconvLite(str, to, from) {\\n    if (to === 'UTF-8') {\\n        return iconvLite.decode(str, from);\\n    } else if (from === 'UTF-8') {\\n        return iconvLite.encode(str, to);\\n    } else {\\n        return iconvLite.encode(iconvLite.decode(str, from), to);\\n    }\\n}\\n\\n/**\\n * Converts charset name if needed\\n *\\n * @param {String} name Character set\\n * @return {String} Character set name\\n */\\nfunction checkEncoding(name) {\\n    return (name || '').toString().trim().\\n    replace(/^latin[\\\\-_]?(\\\\d+)$/i, 'ISO-8859-$1').\\n    replace(/^win(?:dows)?[\\\\-_]?(\\\\d+)$/i, 'WINDOWS-$1').\\n    replace(/^utf[\\\\-_]?(\\\\d+)$/i, 'UTF-$1').\\n    replace(/^ks_c_5601\\\\-1987$/i, 'CP949').\\n    replace(/^us[\\\\-_]?ascii$/i, 'ASCII').\\n    toUpperCase();\\n}\\n\"\n    },\n    {\n      \"id\": 314,\n      \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/iconv-lite/lib/index.js\",\n      \"name\": \"./node_modules/iconv-lite/lib/index.js\",\n      \"index\": 310,\n      \"index2\": 323,\n      \"size\": 4519,\n      \"cacheable\": true,\n      \"built\": true,\n      \"optional\": false,\n      \"prefetched\": false,\n      \"chunks\": [\n        2\n      ],\n      \"issuer\": \"/Users/jarred/Code/styleurl/node_modules/encoding/lib/encoding.js\",\n      \"issuerId\": 313,\n      \"issuerName\": \"./node_modules/encoding/lib/encoding.js\",\n      \"issuerPath\": [\n        {\n          \"id\": 191,\n          \"identifier\": \"multi /Users/jarred/Code/styleurl/webpack/customPublicPath /Users/jarred/Code/styleurl/chrome/extension/background\",\n          \"name\": \"multi ./webpack/customPublicPath ./chrome/extension/background\",\n          \"profile\": {\n            \"factory\": 0,\n            \"building\": 0,\n            \"dependencies\": 54\n          }\n        },\n        {\n          \"id\": 192,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/background.js\",\n          \"name\": \"./chrome/extension/background.js\",\n          \"profile\": {\n            \"factory\": 54,\n            \"building\": 639,\n            \"dependencies\": 140\n          }\n        },\n        {\n          \"id\": 255,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/stylesheet-differ/lib/index.js\",\n          \"name\": \"./node_modules/stylesheet-differ/lib/index.js\",\n          \"profile\": {\n            \"factory\": 140,\n            \"building\": 568,\n            \"dependencies\": 1\n          }\n        },\n        {\n          \"id\": 256,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/native-css/index.js\",\n          \"name\": \"./node_modules/native-css/index.js\",\n          \"profile\": {\n            \"factory\": 189,\n            \"building\": 603,\n            \"dependencies\": 1\n          }\n        },\n        {\n          \"id\": 257,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/native-css/src/native-css.js\",\n          \"name\": \"./node_modules/native-css/src/native-css.js\",\n          \"profile\": {\n            \"factory\": 26,\n            \"building\": 63,\n            \"dependencies\": 14\n          }\n        },\n        {\n          \"id\": 293,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/fetch/lib/fetch.js\",\n          \"name\": \"./node_modules/fetch/lib/fetch.js\",\n          \"profile\": {\n            \"factory\": 117,\n            \"building\": 25,\n            \"dependencies\": 27\n          }\n        },\n        {\n          \"id\": 313,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/encoding/lib/encoding.js\",\n          \"name\": \"./node_modules/encoding/lib/encoding.js\",\n          \"profile\": {\n            \"factory\": 66,\n            \"building\": 38,\n            \"dependencies\": 20\n          }\n        }\n      ],\n      \"profile\": {\n        \"factory\": 123,\n        \"building\": 23,\n        \"dependencies\": 1\n      },\n      \"failed\": false,\n      \"errors\": 0,\n      \"warnings\": 0,\n      \"assets\": [],\n      \"reasons\": [\n        {\n          \"moduleId\": 313,\n          \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/encoding/lib/encoding.js\",\n          \"module\": \"./node_modules/encoding/lib/encoding.js\",\n          \"moduleName\": \"./node_modules/encoding/lib/encoding.js\",\n          \"type\": \"cjs require\",\n          \"userRequest\": \"iconv-lite\",\n          \"loc\": \"3:16-37\"\n        }\n      ],\n      \"usedExports\": true,\n      \"providedExports\": null,\n      \"optimizationBailout\": [\n        \"ModuleConcatenation bailout: Module is not an ECMAScript module\"\n      ],\n      \"depth\": 7,\n      \"source\": \"\\\"use strict\\\"\\n\\nvar bomHandling = require('./bom-handling'),\\n    iconv = module.exports;\\n\\n// All codecs and aliases are kept here, keyed by encoding name/alias.\\n// They are lazy loaded in `iconv.getCodec` from `encodings/index.js`.\\niconv.encodings = null;\\n\\n// Characters emitted in case of error.\\niconv.defaultCharUnicode = '�';\\niconv.defaultCharSingleByte = '?';\\n\\n// Public API.\\niconv.encode = function encode(str, encoding, options) {\\n    str = \\\"\\\" + (str || \\\"\\\"); // Ensure string.\\n\\n    var encoder = iconv.getEncoder(encoding, options);\\n\\n    var res = encoder.write(str);\\n    var trail = encoder.end();\\n    \\n    return (trail && trail.length > 0) ? Buffer.concat([res, trail]) : res;\\n}\\n\\niconv.decode = function decode(buf, encoding, options) {\\n    if (typeof buf === 'string') {\\n        if (!iconv.skipDecodeWarning) {\\n            console.error('Iconv-lite warning: decode()-ing strings is deprecated. Refer to https://github.com/ashtuchkin/iconv-lite/wiki/Use-Buffers-when-decoding');\\n            iconv.skipDecodeWarning = true;\\n        }\\n\\n        buf = new Buffer(\\\"\\\" + (buf || \\\"\\\"), \\\"binary\\\"); // Ensure buffer.\\n    }\\n\\n    var decoder = iconv.getDecoder(encoding, options);\\n\\n    var res = decoder.write(buf);\\n    var trail = decoder.end();\\n\\n    return trail ? (res + trail) : res;\\n}\\n\\niconv.encodingExists = function encodingExists(enc) {\\n    try {\\n        iconv.getCodec(enc);\\n        return true;\\n    } catch (e) {\\n        return false;\\n    }\\n}\\n\\n// Legacy aliases to convert functions\\niconv.toEncoding = iconv.encode;\\niconv.fromEncoding = iconv.decode;\\n\\n// Search for a codec in iconv.encodings. Cache codec data in iconv._codecDataCache.\\niconv._codecDataCache = {};\\niconv.getCodec = function getCodec(encoding) {\\n    if (!iconv.encodings)\\n        iconv.encodings = require(\\\"../encodings\\\"); // Lazy load all encoding definitions.\\n    \\n    // Canonicalize encoding name: strip all non-alphanumeric chars and appended year.\\n    var enc = (''+encoding).toLowerCase().replace(/[^0-9a-z]|:\\\\d{4}$/g, \\\"\\\");\\n\\n    // Traverse iconv.encodings to find actual codec.\\n    var codecOptions = {};\\n    while (true) {\\n        var codec = iconv._codecDataCache[enc];\\n        if (codec)\\n            return codec;\\n\\n        var codecDef = iconv.encodings[enc];\\n\\n        switch (typeof codecDef) {\\n            case \\\"string\\\": // Direct alias to other encoding.\\n                enc = codecDef;\\n                break;\\n\\n            case \\\"object\\\": // Alias with options. Can be layered.\\n                for (var key in codecDef)\\n                    codecOptions[key] = codecDef[key];\\n\\n                if (!codecOptions.encodingName)\\n                    codecOptions.encodingName = enc;\\n                \\n                enc = codecDef.type;\\n                break;\\n\\n            case \\\"function\\\": // Codec itself.\\n                if (!codecOptions.encodingName)\\n                    codecOptions.encodingName = enc;\\n\\n                // The codec function must load all tables and return object with .encoder and .decoder methods.\\n                // It'll be called only once (for each different options object).\\n                codec = new codecDef(codecOptions, iconv);\\n\\n                iconv._codecDataCache[codecOptions.encodingName] = codec; // Save it to be reused later.\\n                return codec;\\n\\n            default:\\n                throw new Error(\\\"Encoding not recognized: '\\\" + encoding + \\\"' (searched as: '\\\"+enc+\\\"')\\\");\\n        }\\n    }\\n}\\n\\niconv.getEncoder = function getEncoder(encoding, options) {\\n    var codec = iconv.getCodec(encoding),\\n        encoder = new codec.encoder(options, codec);\\n\\n    if (codec.bomAware && options && options.addBOM)\\n        encoder = new bomHandling.PrependBOM(encoder, options);\\n\\n    return encoder;\\n}\\n\\niconv.getDecoder = function getDecoder(encoding, options) {\\n    var codec = iconv.getCodec(encoding),\\n        decoder = new codec.decoder(options, codec);\\n\\n    if (codec.bomAware && !(options && options.stripBOM === false))\\n        decoder = new bomHandling.StripBOM(decoder, options);\\n\\n    return decoder;\\n}\\n\\n\\n// Load extensions in Node. All of them are omitted in Browserify build via 'browser' field in package.json.\\nvar nodeVer = typeof process !== 'undefined' && process.versions && process.versions.node;\\nif (nodeVer) {\\n\\n    // Load streaming support in Node v0.10+\\n    var nodeVerArr = nodeVer.split(\\\".\\\").map(Number);\\n    if (nodeVerArr[0] > 0 || nodeVerArr[1] >= 10) {\\n        require(\\\"./streams\\\")(iconv);\\n    }\\n\\n    // Load Node primitive extensions.\\n    require(\\\"./extend-node\\\")(iconv);\\n}\\n\\n\"\n    },\n    {\n      \"id\": 315,\n      \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/iconv-lite/lib/bom-handling.js\",\n      \"name\": \"./node_modules/iconv-lite/lib/bom-handling.js\",\n      \"index\": 311,\n      \"index2\": 303,\n      \"size\": 1108,\n      \"cacheable\": true,\n      \"built\": true,\n      \"optional\": false,\n      \"prefetched\": false,\n      \"chunks\": [\n        2\n      ],\n      \"issuer\": \"/Users/jarred/Code/styleurl/node_modules/iconv-lite/lib/index.js\",\n      \"issuerId\": 314,\n      \"issuerName\": \"./node_modules/iconv-lite/lib/index.js\",\n      \"issuerPath\": [\n        {\n          \"id\": 191,\n          \"identifier\": \"multi /Users/jarred/Code/styleurl/webpack/customPublicPath /Users/jarred/Code/styleurl/chrome/extension/background\",\n          \"name\": \"multi ./webpack/customPublicPath ./chrome/extension/background\",\n          \"profile\": {\n            \"factory\": 0,\n            \"building\": 0,\n            \"dependencies\": 54\n          }\n        },\n        {\n          \"id\": 192,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/background.js\",\n          \"name\": \"./chrome/extension/background.js\",\n          \"profile\": {\n            \"factory\": 54,\n            \"building\": 639,\n            \"dependencies\": 140\n          }\n        },\n        {\n          \"id\": 255,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/stylesheet-differ/lib/index.js\",\n          \"name\": \"./node_modules/stylesheet-differ/lib/index.js\",\n          \"profile\": {\n            \"factory\": 140,\n            \"building\": 568,\n            \"dependencies\": 1\n          }\n        },\n        {\n          \"id\": 256,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/native-css/index.js\",\n          \"name\": \"./node_modules/native-css/index.js\",\n          \"profile\": {\n            \"factory\": 189,\n            \"building\": 603,\n            \"dependencies\": 1\n          }\n        },\n        {\n          \"id\": 257,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/native-css/src/native-css.js\",\n          \"name\": \"./node_modules/native-css/src/native-css.js\",\n          \"profile\": {\n            \"factory\": 26,\n            \"building\": 63,\n            \"dependencies\": 14\n          }\n        },\n        {\n          \"id\": 293,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/fetch/lib/fetch.js\",\n          \"name\": \"./node_modules/fetch/lib/fetch.js\",\n          \"profile\": {\n            \"factory\": 117,\n            \"building\": 25,\n            \"dependencies\": 27\n          }\n        },\n        {\n          \"id\": 313,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/encoding/lib/encoding.js\",\n          \"name\": \"./node_modules/encoding/lib/encoding.js\",\n          \"profile\": {\n            \"factory\": 66,\n            \"building\": 38,\n            \"dependencies\": 20\n          }\n        },\n        {\n          \"id\": 314,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/iconv-lite/lib/index.js\",\n          \"name\": \"./node_modules/iconv-lite/lib/index.js\",\n          \"profile\": {\n            \"factory\": 123,\n            \"building\": 23,\n            \"dependencies\": 1\n          }\n        }\n      ],\n      \"profile\": {\n        \"factory\": 62,\n        \"building\": 61,\n        \"dependencies\": 1\n      },\n      \"failed\": false,\n      \"errors\": 0,\n      \"warnings\": 0,\n      \"assets\": [],\n      \"reasons\": [\n        {\n          \"moduleId\": 314,\n          \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/iconv-lite/lib/index.js\",\n          \"module\": \"./node_modules/iconv-lite/lib/index.js\",\n          \"moduleName\": \"./node_modules/iconv-lite/lib/index.js\",\n          \"type\": \"cjs require\",\n          \"userRequest\": \"./bom-handling\",\n          \"loc\": \"3:18-43\"\n        }\n      ],\n      \"usedExports\": true,\n      \"providedExports\": null,\n      \"optimizationBailout\": [\n        \"ModuleConcatenation bailout: Module is not an ECMAScript module\"\n      ],\n      \"depth\": 8,\n      \"source\": \"\\\"use strict\\\"\\n\\nvar BOMChar = '\\\\uFEFF';\\n\\nexports.PrependBOM = PrependBOMWrapper\\nfunction PrependBOMWrapper(encoder, options) {\\n    this.encoder = encoder;\\n    this.addBOM = true;\\n}\\n\\nPrependBOMWrapper.prototype.write = function(str) {\\n    if (this.addBOM) {\\n        str = BOMChar + str;\\n        this.addBOM = false;\\n    }\\n\\n    return this.encoder.write(str);\\n}\\n\\nPrependBOMWrapper.prototype.end = function() {\\n    return this.encoder.end();\\n}\\n\\n\\n//------------------------------------------------------------------------------\\n\\nexports.StripBOM = StripBOMWrapper;\\nfunction StripBOMWrapper(decoder, options) {\\n    this.decoder = decoder;\\n    this.pass = false;\\n    this.options = options || {};\\n}\\n\\nStripBOMWrapper.prototype.write = function(buf) {\\n    var res = this.decoder.write(buf);\\n    if (this.pass || !res)\\n        return res;\\n\\n    if (res[0] === BOMChar) {\\n        res = res.slice(1);\\n        if (typeof this.options.stripBOM === 'function')\\n            this.options.stripBOM();\\n    }\\n\\n    this.pass = true;\\n    return res;\\n}\\n\\nStripBOMWrapper.prototype.end = function() {\\n    return this.decoder.end();\\n}\\n\\n\"\n    },\n    {\n      \"id\": 316,\n      \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/iconv-lite/encodings/index.js\",\n      \"name\": \"./node_modules/iconv-lite/encodings/index.js\",\n      \"index\": 312,\n      \"index2\": 320,\n      \"size\": 709,\n      \"cacheable\": true,\n      \"built\": true,\n      \"optional\": false,\n      \"prefetched\": false,\n      \"chunks\": [\n        2\n      ],\n      \"issuer\": \"/Users/jarred/Code/styleurl/node_modules/iconv-lite/lib/index.js\",\n      \"issuerId\": 314,\n      \"issuerName\": \"./node_modules/iconv-lite/lib/index.js\",\n      \"issuerPath\": [\n        {\n          \"id\": 191,\n          \"identifier\": \"multi /Users/jarred/Code/styleurl/webpack/customPublicPath /Users/jarred/Code/styleurl/chrome/extension/background\",\n          \"name\": \"multi ./webpack/customPublicPath ./chrome/extension/background\",\n          \"profile\": {\n            \"factory\": 0,\n            \"building\": 0,\n            \"dependencies\": 54\n          }\n        },\n        {\n          \"id\": 192,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/background.js\",\n          \"name\": \"./chrome/extension/background.js\",\n          \"profile\": {\n            \"factory\": 54,\n            \"building\": 639,\n            \"dependencies\": 140\n          }\n        },\n        {\n          \"id\": 255,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/stylesheet-differ/lib/index.js\",\n          \"name\": \"./node_modules/stylesheet-differ/lib/index.js\",\n          \"profile\": {\n            \"factory\": 140,\n            \"building\": 568,\n            \"dependencies\": 1\n          }\n        },\n        {\n          \"id\": 256,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/native-css/index.js\",\n          \"name\": \"./node_modules/native-css/index.js\",\n          \"profile\": {\n            \"factory\": 189,\n            \"building\": 603,\n            \"dependencies\": 1\n          }\n        },\n        {\n          \"id\": 257,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/native-css/src/native-css.js\",\n          \"name\": \"./node_modules/native-css/src/native-css.js\",\n          \"profile\": {\n            \"factory\": 26,\n            \"building\": 63,\n            \"dependencies\": 14\n          }\n        },\n        {\n          \"id\": 293,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/fetch/lib/fetch.js\",\n          \"name\": \"./node_modules/fetch/lib/fetch.js\",\n          \"profile\": {\n            \"factory\": 117,\n            \"building\": 25,\n            \"dependencies\": 27\n          }\n        },\n        {\n          \"id\": 313,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/encoding/lib/encoding.js\",\n          \"name\": \"./node_modules/encoding/lib/encoding.js\",\n          \"profile\": {\n            \"factory\": 66,\n            \"building\": 38,\n            \"dependencies\": 20\n          }\n        },\n        {\n          \"id\": 314,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/iconv-lite/lib/index.js\",\n          \"name\": \"./node_modules/iconv-lite/lib/index.js\",\n          \"profile\": {\n            \"factory\": 123,\n            \"building\": 23,\n            \"dependencies\": 1\n          }\n        }\n      ],\n      \"profile\": {\n        \"factory\": 62,\n        \"building\": 61,\n        \"dependencies\": 1\n      },\n      \"failed\": false,\n      \"errors\": 0,\n      \"warnings\": 0,\n      \"assets\": [],\n      \"reasons\": [\n        {\n          \"moduleId\": 314,\n          \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/iconv-lite/lib/index.js\",\n          \"module\": \"./node_modules/iconv-lite/lib/index.js\",\n          \"moduleName\": \"./node_modules/iconv-lite/lib/index.js\",\n          \"type\": \"cjs require\",\n          \"userRequest\": \"../encodings\",\n          \"loc\": \"61:26-49\"\n        }\n      ],\n      \"usedExports\": true,\n      \"providedExports\": null,\n      \"optimizationBailout\": [\n        \"ModuleConcatenation bailout: Module is not an ECMAScript module\"\n      ],\n      \"depth\": 8,\n      \"source\": \"\\\"use strict\\\"\\n\\n// Update this array if you add/rename/remove files in this directory.\\n// We support Browserify by skipping automatic module discovery and requiring modules directly.\\nvar modules = [\\n    require(\\\"./internal\\\"),\\n    require(\\\"./utf16\\\"),\\n    require(\\\"./utf7\\\"),\\n    require(\\\"./sbcs-codec\\\"),\\n    require(\\\"./sbcs-data\\\"),\\n    require(\\\"./sbcs-data-generated\\\"),\\n    require(\\\"./dbcs-codec\\\"),\\n    require(\\\"./dbcs-data\\\"),\\n];\\n\\n// Put all encoding/alias/codec definitions to single object and export it. \\nfor (var i = 0; i < modules.length; i++) {\\n    var module = modules[i];\\n    for (var enc in module)\\n        if (Object.prototype.hasOwnProperty.call(module, enc))\\n            exports[enc] = module[enc];\\n}\\n\"\n    },\n    {\n      \"id\": 317,\n      \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/iconv-lite/encodings/internal.js\",\n      \"name\": \"./node_modules/iconv-lite/encodings/internal.js\",\n      \"index\": 313,\n      \"index2\": 304,\n      \"size\": 6058,\n      \"cacheable\": true,\n      \"built\": true,\n      \"optional\": false,\n      \"prefetched\": false,\n      \"chunks\": [\n        2\n      ],\n      \"issuer\": \"/Users/jarred/Code/styleurl/node_modules/iconv-lite/encodings/index.js\",\n      \"issuerId\": 316,\n      \"issuerName\": \"./node_modules/iconv-lite/encodings/index.js\",\n      \"issuerPath\": [\n        {\n          \"id\": 191,\n          \"identifier\": \"multi /Users/jarred/Code/styleurl/webpack/customPublicPath /Users/jarred/Code/styleurl/chrome/extension/background\",\n          \"name\": \"multi ./webpack/customPublicPath ./chrome/extension/background\",\n          \"profile\": {\n            \"factory\": 0,\n            \"building\": 0,\n            \"dependencies\": 54\n          }\n        },\n        {\n          \"id\": 192,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/background.js\",\n          \"name\": \"./chrome/extension/background.js\",\n          \"profile\": {\n            \"factory\": 54,\n            \"building\": 639,\n            \"dependencies\": 140\n          }\n        },\n        {\n          \"id\": 255,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/stylesheet-differ/lib/index.js\",\n          \"name\": \"./node_modules/stylesheet-differ/lib/index.js\",\n          \"profile\": {\n            \"factory\": 140,\n            \"building\": 568,\n            \"dependencies\": 1\n          }\n        },\n        {\n          \"id\": 256,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/native-css/index.js\",\n          \"name\": \"./node_modules/native-css/index.js\",\n          \"profile\": {\n            \"factory\": 189,\n            \"building\": 603,\n            \"dependencies\": 1\n          }\n        },\n        {\n          \"id\": 257,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/native-css/src/native-css.js\",\n          \"name\": \"./node_modules/native-css/src/native-css.js\",\n          \"profile\": {\n            \"factory\": 26,\n            \"building\": 63,\n            \"dependencies\": 14\n          }\n        },\n        {\n          \"id\": 293,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/fetch/lib/fetch.js\",\n          \"name\": \"./node_modules/fetch/lib/fetch.js\",\n          \"profile\": {\n            \"factory\": 117,\n            \"building\": 25,\n            \"dependencies\": 27\n          }\n        },\n        {\n          \"id\": 313,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/encoding/lib/encoding.js\",\n          \"name\": \"./node_modules/encoding/lib/encoding.js\",\n          \"profile\": {\n            \"factory\": 66,\n            \"building\": 38,\n            \"dependencies\": 20\n          }\n        },\n        {\n          \"id\": 314,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/iconv-lite/lib/index.js\",\n          \"name\": \"./node_modules/iconv-lite/lib/index.js\",\n          \"profile\": {\n            \"factory\": 123,\n            \"building\": 23,\n            \"dependencies\": 1\n          }\n        },\n        {\n          \"id\": 316,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/iconv-lite/encodings/index.js\",\n          \"name\": \"./node_modules/iconv-lite/encodings/index.js\",\n          \"profile\": {\n            \"factory\": 62,\n            \"building\": 61,\n            \"dependencies\": 1\n          }\n        }\n      ],\n      \"profile\": {\n        \"factory\": 26,\n        \"building\": 20,\n        \"dependencies\": 1\n      },\n      \"failed\": false,\n      \"errors\": 0,\n      \"warnings\": 0,\n      \"assets\": [],\n      \"reasons\": [\n        {\n          \"moduleId\": 316,\n          \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/iconv-lite/encodings/index.js\",\n          \"module\": \"./node_modules/iconv-lite/encodings/index.js\",\n          \"moduleName\": \"./node_modules/iconv-lite/encodings/index.js\",\n          \"type\": \"cjs require\",\n          \"userRequest\": \"./internal\",\n          \"loc\": \"6:4-25\"\n        }\n      ],\n      \"usedExports\": true,\n      \"providedExports\": null,\n      \"optimizationBailout\": [\n        \"ModuleConcatenation bailout: Module is not an ECMAScript module\"\n      ],\n      \"depth\": 9,\n      \"source\": \"\\\"use strict\\\"\\n\\n// Export Node.js internal encodings.\\n\\nmodule.exports = {\\n    // Encodings\\n    utf8:   { type: \\\"_internal\\\", bomAware: true},\\n    cesu8:  { type: \\\"_internal\\\", bomAware: true},\\n    unicode11utf8: \\\"utf8\\\",\\n\\n    ucs2:   { type: \\\"_internal\\\", bomAware: true},\\n    utf16le: \\\"ucs2\\\",\\n\\n    binary: { type: \\\"_internal\\\" },\\n    base64: { type: \\\"_internal\\\" },\\n    hex:    { type: \\\"_internal\\\" },\\n\\n    // Codec.\\n    _internal: InternalCodec,\\n};\\n\\n//------------------------------------------------------------------------------\\n\\nfunction InternalCodec(codecOptions, iconv) {\\n    this.enc = codecOptions.encodingName;\\n    this.bomAware = codecOptions.bomAware;\\n\\n    if (this.enc === \\\"base64\\\")\\n        this.encoder = InternalEncoderBase64;\\n    else if (this.enc === \\\"cesu8\\\") {\\n        this.enc = \\\"utf8\\\"; // Use utf8 for decoding.\\n        this.encoder = InternalEncoderCesu8;\\n\\n        // Add decoder for versions of Node not supporting CESU-8\\n        if (new Buffer(\\\"eda080\\\", 'hex').toString().length == 3) {\\n            this.decoder = InternalDecoderCesu8;\\n            this.defaultCharUnicode = iconv.defaultCharUnicode;\\n        }\\n    }\\n}\\n\\nInternalCodec.prototype.encoder = InternalEncoder;\\nInternalCodec.prototype.decoder = InternalDecoder;\\n\\n//------------------------------------------------------------------------------\\n\\n// We use node.js internal decoder. Its signature is the same as ours.\\nvar StringDecoder = require('string_decoder').StringDecoder;\\n\\nif (!StringDecoder.prototype.end) // Node v0.8 doesn't have this method.\\n    StringDecoder.prototype.end = function() {};\\n\\n\\nfunction InternalDecoder(options, codec) {\\n    StringDecoder.call(this, codec.enc);\\n}\\n\\nInternalDecoder.prototype = StringDecoder.prototype;\\n\\n\\n//------------------------------------------------------------------------------\\n// Encoder is mostly trivial\\n\\nfunction InternalEncoder(options, codec) {\\n    this.enc = codec.enc;\\n}\\n\\nInternalEncoder.prototype.write = function(str) {\\n    return new Buffer(str, this.enc);\\n}\\n\\nInternalEncoder.prototype.end = function() {\\n}\\n\\n\\n//------------------------------------------------------------------------------\\n// Except base64 encoder, which must keep its state.\\n\\nfunction InternalEncoderBase64(options, codec) {\\n    this.prevStr = '';\\n}\\n\\nInternalEncoderBase64.prototype.write = function(str) {\\n    str = this.prevStr + str;\\n    var completeQuads = str.length - (str.length % 4);\\n    this.prevStr = str.slice(completeQuads);\\n    str = str.slice(0, completeQuads);\\n\\n    return new Buffer(str, \\\"base64\\\");\\n}\\n\\nInternalEncoderBase64.prototype.end = function() {\\n    return new Buffer(this.prevStr, \\\"base64\\\");\\n}\\n\\n\\n//------------------------------------------------------------------------------\\n// CESU-8 encoder is also special.\\n\\nfunction InternalEncoderCesu8(options, codec) {\\n}\\n\\nInternalEncoderCesu8.prototype.write = function(str) {\\n    var buf = new Buffer(str.length * 3), bufIdx = 0;\\n    for (var i = 0; i < str.length; i++) {\\n        var charCode = str.charCodeAt(i);\\n        // Naive implementation, but it works because CESU-8 is especially easy\\n        // to convert from UTF-16 (which all JS strings are encoded in).\\n        if (charCode < 0x80)\\n            buf[bufIdx++] = charCode;\\n        else if (charCode < 0x800) {\\n            buf[bufIdx++] = 0xC0 + (charCode >>> 6);\\n            buf[bufIdx++] = 0x80 + (charCode & 0x3f);\\n        }\\n        else { // charCode will always be < 0x10000 in javascript.\\n            buf[bufIdx++] = 0xE0 + (charCode >>> 12);\\n            buf[bufIdx++] = 0x80 + ((charCode >>> 6) & 0x3f);\\n            buf[bufIdx++] = 0x80 + (charCode & 0x3f);\\n        }\\n    }\\n    return buf.slice(0, bufIdx);\\n}\\n\\nInternalEncoderCesu8.prototype.end = function() {\\n}\\n\\n//------------------------------------------------------------------------------\\n// CESU-8 decoder is not implemented in Node v4.0+\\n\\nfunction InternalDecoderCesu8(options, codec) {\\n    this.acc = 0;\\n    this.contBytes = 0;\\n    this.accBytes = 0;\\n    this.defaultCharUnicode = codec.defaultCharUnicode;\\n}\\n\\nInternalDecoderCesu8.prototype.write = function(buf) {\\n    var acc = this.acc, contBytes = this.contBytes, accBytes = this.accBytes, \\n        res = '';\\n    for (var i = 0; i < buf.length; i++) {\\n        var curByte = buf[i];\\n        if ((curByte & 0xC0) !== 0x80) { // Leading byte\\n            if (contBytes > 0) { // Previous code is invalid\\n                res += this.defaultCharUnicode;\\n                contBytes = 0;\\n            }\\n\\n            if (curByte < 0x80) { // Single-byte code\\n                res += String.fromCharCode(curByte);\\n            } else if (curByte < 0xE0) { // Two-byte code\\n                acc = curByte & 0x1F;\\n                contBytes = 1; accBytes = 1;\\n            } else if (curByte < 0xF0) { // Three-byte code\\n                acc = curByte & 0x0F;\\n                contBytes = 2; accBytes = 1;\\n            } else { // Four or more are not supported for CESU-8.\\n                res += this.defaultCharUnicode;\\n            }\\n        } else { // Continuation byte\\n            if (contBytes > 0) { // We're waiting for it.\\n                acc = (acc << 6) | (curByte & 0x3f);\\n                contBytes--; accBytes++;\\n                if (contBytes === 0) {\\n                    // Check for overlong encoding, but support Modified UTF-8 (encoding NULL as C0 80)\\n                    if (accBytes === 2 && acc < 0x80 && acc > 0)\\n                        res += this.defaultCharUnicode;\\n                    else if (accBytes === 3 && acc < 0x800)\\n                        res += this.defaultCharUnicode;\\n                    else\\n                        // Actually add character.\\n                        res += String.fromCharCode(acc);\\n                }\\n            } else { // Unexpected continuation byte\\n                res += this.defaultCharUnicode;\\n            }\\n        }\\n    }\\n    this.acc = acc; this.contBytes = contBytes; this.accBytes = accBytes;\\n    return res;\\n}\\n\\nInternalDecoderCesu8.prototype.end = function() {\\n    var res = 0;\\n    if (this.contBytes > 0)\\n        res += this.defaultCharUnicode;\\n    return res;\\n}\\n\"\n    },\n    {\n      \"id\": 318,\n      \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/iconv-lite/encodings/utf16.js\",\n      \"name\": \"./node_modules/iconv-lite/encodings/utf16.js\",\n      \"index\": 314,\n      \"index2\": 305,\n      \"size\": 4882,\n      \"cacheable\": true,\n      \"built\": true,\n      \"optional\": false,\n      \"prefetched\": false,\n      \"chunks\": [\n        2\n      ],\n      \"issuer\": \"/Users/jarred/Code/styleurl/node_modules/iconv-lite/encodings/index.js\",\n      \"issuerId\": 316,\n      \"issuerName\": \"./node_modules/iconv-lite/encodings/index.js\",\n      \"issuerPath\": [\n        {\n          \"id\": 191,\n          \"identifier\": \"multi /Users/jarred/Code/styleurl/webpack/customPublicPath /Users/jarred/Code/styleurl/chrome/extension/background\",\n          \"name\": \"multi ./webpack/customPublicPath ./chrome/extension/background\",\n          \"profile\": {\n            \"factory\": 0,\n            \"building\": 0,\n            \"dependencies\": 54\n          }\n        },\n        {\n          \"id\": 192,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/background.js\",\n          \"name\": \"./chrome/extension/background.js\",\n          \"profile\": {\n            \"factory\": 54,\n            \"building\": 639,\n            \"dependencies\": 140\n          }\n        },\n        {\n          \"id\": 255,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/stylesheet-differ/lib/index.js\",\n          \"name\": \"./node_modules/stylesheet-differ/lib/index.js\",\n          \"profile\": {\n            \"factory\": 140,\n            \"building\": 568,\n            \"dependencies\": 1\n          }\n        },\n        {\n          \"id\": 256,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/native-css/index.js\",\n          \"name\": \"./node_modules/native-css/index.js\",\n          \"profile\": {\n            \"factory\": 189,\n            \"building\": 603,\n            \"dependencies\": 1\n          }\n        },\n        {\n          \"id\": 257,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/native-css/src/native-css.js\",\n          \"name\": \"./node_modules/native-css/src/native-css.js\",\n          \"profile\": {\n            \"factory\": 26,\n            \"building\": 63,\n            \"dependencies\": 14\n          }\n        },\n        {\n          \"id\": 293,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/fetch/lib/fetch.js\",\n          \"name\": \"./node_modules/fetch/lib/fetch.js\",\n          \"profile\": {\n            \"factory\": 117,\n            \"building\": 25,\n            \"dependencies\": 27\n          }\n        },\n        {\n          \"id\": 313,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/encoding/lib/encoding.js\",\n          \"name\": \"./node_modules/encoding/lib/encoding.js\",\n          \"profile\": {\n            \"factory\": 66,\n            \"building\": 38,\n            \"dependencies\": 20\n          }\n        },\n        {\n          \"id\": 314,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/iconv-lite/lib/index.js\",\n          \"name\": \"./node_modules/iconv-lite/lib/index.js\",\n          \"profile\": {\n            \"factory\": 123,\n            \"building\": 23,\n            \"dependencies\": 1\n          }\n        },\n        {\n          \"id\": 316,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/iconv-lite/encodings/index.js\",\n          \"name\": \"./node_modules/iconv-lite/encodings/index.js\",\n          \"profile\": {\n            \"factory\": 62,\n            \"building\": 61,\n            \"dependencies\": 1\n          }\n        }\n      ],\n      \"profile\": {\n        \"factory\": 26,\n        \"building\": 20,\n        \"dependencies\": 1\n      },\n      \"failed\": false,\n      \"errors\": 0,\n      \"warnings\": 0,\n      \"assets\": [],\n      \"reasons\": [\n        {\n          \"moduleId\": 316,\n          \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/iconv-lite/encodings/index.js\",\n          \"module\": \"./node_modules/iconv-lite/encodings/index.js\",\n          \"moduleName\": \"./node_modules/iconv-lite/encodings/index.js\",\n          \"type\": \"cjs require\",\n          \"userRequest\": \"./utf16\",\n          \"loc\": \"7:4-22\"\n        }\n      ],\n      \"usedExports\": true,\n      \"providedExports\": null,\n      \"optimizationBailout\": [\n        \"ModuleConcatenation bailout: Module is not an ECMAScript module\"\n      ],\n      \"depth\": 9,\n      \"source\": \"\\\"use strict\\\"\\n\\n// == UTF16-BE codec. ==========================================================\\n\\nexports.utf16be = Utf16BECodec;\\nfunction Utf16BECodec() {\\n}\\n\\nUtf16BECodec.prototype.encoder = Utf16BEEncoder;\\nUtf16BECodec.prototype.decoder = Utf16BEDecoder;\\nUtf16BECodec.prototype.bomAware = true;\\n\\n\\n// -- Encoding\\n\\nfunction Utf16BEEncoder() {\\n}\\n\\nUtf16BEEncoder.prototype.write = function(str) {\\n    var buf = new Buffer(str, 'ucs2');\\n    for (var i = 0; i < buf.length; i += 2) {\\n        var tmp = buf[i]; buf[i] = buf[i+1]; buf[i+1] = tmp;\\n    }\\n    return buf;\\n}\\n\\nUtf16BEEncoder.prototype.end = function() {\\n}\\n\\n\\n// -- Decoding\\n\\nfunction Utf16BEDecoder() {\\n    this.overflowByte = -1;\\n}\\n\\nUtf16BEDecoder.prototype.write = function(buf) {\\n    if (buf.length == 0)\\n        return '';\\n\\n    var buf2 = new Buffer(buf.length + 1),\\n        i = 0, j = 0;\\n\\n    if (this.overflowByte !== -1) {\\n        buf2[0] = buf[0];\\n        buf2[1] = this.overflowByte;\\n        i = 1; j = 2;\\n    }\\n\\n    for (; i < buf.length-1; i += 2, j+= 2) {\\n        buf2[j] = buf[i+1];\\n        buf2[j+1] = buf[i];\\n    }\\n\\n    this.overflowByte = (i == buf.length-1) ? buf[buf.length-1] : -1;\\n\\n    return buf2.slice(0, j).toString('ucs2');\\n}\\n\\nUtf16BEDecoder.prototype.end = function() {\\n}\\n\\n\\n// == UTF-16 codec =============================================================\\n// Decoder chooses automatically from UTF-16LE and UTF-16BE using BOM and space-based heuristic.\\n// Defaults to UTF-16LE, as it's prevalent and default in Node.\\n// http://en.wikipedia.org/wiki/UTF-16 and http://encoding.spec.whatwg.org/#utf-16le\\n// Decoder default can be changed: iconv.decode(buf, 'utf16', {defaultEncoding: 'utf-16be'});\\n\\n// Encoder uses UTF-16LE and prepends BOM (which can be overridden with addBOM: false).\\n\\nexports.utf16 = Utf16Codec;\\nfunction Utf16Codec(codecOptions, iconv) {\\n    this.iconv = iconv;\\n}\\n\\nUtf16Codec.prototype.encoder = Utf16Encoder;\\nUtf16Codec.prototype.decoder = Utf16Decoder;\\n\\n\\n// -- Encoding (pass-through)\\n\\nfunction Utf16Encoder(options, codec) {\\n    options = options || {};\\n    if (options.addBOM === undefined)\\n        options.addBOM = true;\\n    this.encoder = codec.iconv.getEncoder('utf-16le', options);\\n}\\n\\nUtf16Encoder.prototype.write = function(str) {\\n    return this.encoder.write(str);\\n}\\n\\nUtf16Encoder.prototype.end = function() {\\n    return this.encoder.end();\\n}\\n\\n\\n// -- Decoding\\n\\nfunction Utf16Decoder(options, codec) {\\n    this.decoder = null;\\n    this.initialBytes = [];\\n    this.initialBytesLen = 0;\\n\\n    this.options = options || {};\\n    this.iconv = codec.iconv;\\n}\\n\\nUtf16Decoder.prototype.write = function(buf) {\\n    if (!this.decoder) {\\n        // Codec is not chosen yet. Accumulate initial bytes.\\n        this.initialBytes.push(buf);\\n        this.initialBytesLen += buf.length;\\n        \\n        if (this.initialBytesLen < 16) // We need more bytes to use space heuristic (see below)\\n            return '';\\n\\n        // We have enough bytes -> detect endianness.\\n        var buf = Buffer.concat(this.initialBytes),\\n            encoding = detectEncoding(buf, this.options.defaultEncoding);\\n        this.decoder = this.iconv.getDecoder(encoding, this.options);\\n        this.initialBytes.length = this.initialBytesLen = 0;\\n    }\\n\\n    return this.decoder.write(buf);\\n}\\n\\nUtf16Decoder.prototype.end = function() {\\n    if (!this.decoder) {\\n        var buf = Buffer.concat(this.initialBytes),\\n            encoding = detectEncoding(buf, this.options.defaultEncoding);\\n        this.decoder = this.iconv.getDecoder(encoding, this.options);\\n\\n        var res = this.decoder.write(buf),\\n            trail = this.decoder.end();\\n\\n        return trail ? (res + trail) : res;\\n    }\\n    return this.decoder.end();\\n}\\n\\nfunction detectEncoding(buf, defaultEncoding) {\\n    var enc = defaultEncoding || 'utf-16le';\\n\\n    if (buf.length >= 2) {\\n        // Check BOM.\\n        if (buf[0] == 0xFE && buf[1] == 0xFF) // UTF-16BE BOM\\n            enc = 'utf-16be';\\n        else if (buf[0] == 0xFF && buf[1] == 0xFE) // UTF-16LE BOM\\n            enc = 'utf-16le';\\n        else {\\n            // No BOM found. Try to deduce encoding from initial content.\\n            // Most of the time, the content has ASCII chars (U+00**), but the opposite (U+**00) is uncommon.\\n            // So, we count ASCII as if it was LE or BE, and decide from that.\\n            var asciiCharsLE = 0, asciiCharsBE = 0, // Counts of chars in both positions\\n                _len = Math.min(buf.length - (buf.length % 2), 64); // Len is always even.\\n\\n            for (var i = 0; i < _len; i += 2) {\\n                if (buf[i] === 0 && buf[i+1] !== 0) asciiCharsBE++;\\n                if (buf[i] !== 0 && buf[i+1] === 0) asciiCharsLE++;\\n            }\\n\\n            if (asciiCharsBE > asciiCharsLE)\\n                enc = 'utf-16be';\\n            else if (asciiCharsBE < asciiCharsLE)\\n                enc = 'utf-16le';\\n        }\\n    }\\n\\n    return enc;\\n}\\n\\n\\n\"\n    },\n    {\n      \"id\": 319,\n      \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/iconv-lite/encodings/utf7.js\",\n      \"name\": \"./node_modules/iconv-lite/encodings/utf7.js\",\n      \"index\": 315,\n      \"index2\": 306,\n      \"size\": 9156,\n      \"cacheable\": true,\n      \"built\": true,\n      \"optional\": false,\n      \"prefetched\": false,\n      \"chunks\": [\n        2\n      ],\n      \"issuer\": \"/Users/jarred/Code/styleurl/node_modules/iconv-lite/encodings/index.js\",\n      \"issuerId\": 316,\n      \"issuerName\": \"./node_modules/iconv-lite/encodings/index.js\",\n      \"issuerPath\": [\n        {\n          \"id\": 191,\n          \"identifier\": \"multi /Users/jarred/Code/styleurl/webpack/customPublicPath /Users/jarred/Code/styleurl/chrome/extension/background\",\n          \"name\": \"multi ./webpack/customPublicPath ./chrome/extension/background\",\n          \"profile\": {\n            \"factory\": 0,\n            \"building\": 0,\n            \"dependencies\": 54\n          }\n        },\n        {\n          \"id\": 192,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/background.js\",\n          \"name\": \"./chrome/extension/background.js\",\n          \"profile\": {\n            \"factory\": 54,\n            \"building\": 639,\n            \"dependencies\": 140\n          }\n        },\n        {\n          \"id\": 255,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/stylesheet-differ/lib/index.js\",\n          \"name\": \"./node_modules/stylesheet-differ/lib/index.js\",\n          \"profile\": {\n            \"factory\": 140,\n            \"building\": 568,\n            \"dependencies\": 1\n          }\n        },\n        {\n          \"id\": 256,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/native-css/index.js\",\n          \"name\": \"./node_modules/native-css/index.js\",\n          \"profile\": {\n            \"factory\": 189,\n            \"building\": 603,\n            \"dependencies\": 1\n          }\n        },\n        {\n          \"id\": 257,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/native-css/src/native-css.js\",\n          \"name\": \"./node_modules/native-css/src/native-css.js\",\n          \"profile\": {\n            \"factory\": 26,\n            \"building\": 63,\n            \"dependencies\": 14\n          }\n        },\n        {\n          \"id\": 293,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/fetch/lib/fetch.js\",\n          \"name\": \"./node_modules/fetch/lib/fetch.js\",\n          \"profile\": {\n            \"factory\": 117,\n            \"building\": 25,\n            \"dependencies\": 27\n          }\n        },\n        {\n          \"id\": 313,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/encoding/lib/encoding.js\",\n          \"name\": \"./node_modules/encoding/lib/encoding.js\",\n          \"profile\": {\n            \"factory\": 66,\n            \"building\": 38,\n            \"dependencies\": 20\n          }\n        },\n        {\n          \"id\": 314,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/iconv-lite/lib/index.js\",\n          \"name\": \"./node_modules/iconv-lite/lib/index.js\",\n          \"profile\": {\n            \"factory\": 123,\n            \"building\": 23,\n            \"dependencies\": 1\n          }\n        },\n        {\n          \"id\": 316,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/iconv-lite/encodings/index.js\",\n          \"name\": \"./node_modules/iconv-lite/encodings/index.js\",\n          \"profile\": {\n            \"factory\": 62,\n            \"building\": 61,\n            \"dependencies\": 1\n          }\n        }\n      ],\n      \"profile\": {\n        \"factory\": 26,\n        \"building\": 20,\n        \"dependencies\": 1\n      },\n      \"failed\": false,\n      \"errors\": 0,\n      \"warnings\": 0,\n      \"assets\": [],\n      \"reasons\": [\n        {\n          \"moduleId\": 316,\n          \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/iconv-lite/encodings/index.js\",\n          \"module\": \"./node_modules/iconv-lite/encodings/index.js\",\n          \"moduleName\": \"./node_modules/iconv-lite/encodings/index.js\",\n          \"type\": \"cjs require\",\n          \"userRequest\": \"./utf7\",\n          \"loc\": \"8:4-21\"\n        }\n      ],\n      \"usedExports\": true,\n      \"providedExports\": null,\n      \"optimizationBailout\": [\n        \"ModuleConcatenation bailout: Module is not an ECMAScript module\"\n      ],\n      \"depth\": 9,\n      \"source\": \"\\\"use strict\\\"\\n\\n// UTF-7 codec, according to https://tools.ietf.org/html/rfc2152\\n// See also below a UTF-7-IMAP codec, according to http://tools.ietf.org/html/rfc3501#section-5.1.3\\n\\nexports.utf7 = Utf7Codec;\\nexports.unicode11utf7 = 'utf7'; // Alias UNICODE-1-1-UTF-7\\nfunction Utf7Codec(codecOptions, iconv) {\\n    this.iconv = iconv;\\n};\\n\\nUtf7Codec.prototype.encoder = Utf7Encoder;\\nUtf7Codec.prototype.decoder = Utf7Decoder;\\nUtf7Codec.prototype.bomAware = true;\\n\\n\\n// -- Encoding\\n\\nvar nonDirectChars = /[^A-Za-z0-9'\\\\(\\\\),-\\\\.\\\\/:\\\\? \\\\n\\\\r\\\\t]+/g;\\n\\nfunction Utf7Encoder(options, codec) {\\n    this.iconv = codec.iconv;\\n}\\n\\nUtf7Encoder.prototype.write = function(str) {\\n    // Naive implementation.\\n    // Non-direct chars are encoded as \\\"+<base64>-\\\"; single \\\"+\\\" char is encoded as \\\"+-\\\".\\n    return new Buffer(str.replace(nonDirectChars, function(chunk) {\\n        return \\\"+\\\" + (chunk === '+' ? '' : \\n            this.iconv.encode(chunk, 'utf16-be').toString('base64').replace(/=+$/, '')) \\n            + \\\"-\\\";\\n    }.bind(this)));\\n}\\n\\nUtf7Encoder.prototype.end = function() {\\n}\\n\\n\\n// -- Decoding\\n\\nfunction Utf7Decoder(options, codec) {\\n    this.iconv = codec.iconv;\\n    this.inBase64 = false;\\n    this.base64Accum = '';\\n}\\n\\nvar base64Regex = /[A-Za-z0-9\\\\/+]/;\\nvar base64Chars = [];\\nfor (var i = 0; i < 256; i++)\\n    base64Chars[i] = base64Regex.test(String.fromCharCode(i));\\n\\nvar plusChar = '+'.charCodeAt(0), \\n    minusChar = '-'.charCodeAt(0),\\n    andChar = '&'.charCodeAt(0);\\n\\nUtf7Decoder.prototype.write = function(buf) {\\n    var res = \\\"\\\", lastI = 0,\\n        inBase64 = this.inBase64,\\n        base64Accum = this.base64Accum;\\n\\n    // The decoder is more involved as we must handle chunks in stream.\\n\\n    for (var i = 0; i < buf.length; i++) {\\n        if (!inBase64) { // We're in direct mode.\\n            // Write direct chars until '+'\\n            if (buf[i] == plusChar) {\\n                res += this.iconv.decode(buf.slice(lastI, i), \\\"ascii\\\"); // Write direct chars.\\n                lastI = i+1;\\n                inBase64 = true;\\n            }\\n        } else { // We decode base64.\\n            if (!base64Chars[buf[i]]) { // Base64 ended.\\n                if (i == lastI && buf[i] == minusChar) {// \\\"+-\\\" -> \\\"+\\\"\\n                    res += \\\"+\\\";\\n                } else {\\n                    var b64str = base64Accum + buf.slice(lastI, i).toString();\\n                    res += this.iconv.decode(new Buffer(b64str, 'base64'), \\\"utf16-be\\\");\\n                }\\n\\n                if (buf[i] != minusChar) // Minus is absorbed after base64.\\n                    i--;\\n\\n                lastI = i+1;\\n                inBase64 = false;\\n                base64Accum = '';\\n            }\\n        }\\n    }\\n\\n    if (!inBase64) {\\n        res += this.iconv.decode(buf.slice(lastI), \\\"ascii\\\"); // Write direct chars.\\n    } else {\\n        var b64str = base64Accum + buf.slice(lastI).toString();\\n\\n        var canBeDecoded = b64str.length - (b64str.length % 8); // Minimal chunk: 2 quads -> 2x3 bytes -> 3 chars.\\n        base64Accum = b64str.slice(canBeDecoded); // The rest will be decoded in future.\\n        b64str = b64str.slice(0, canBeDecoded);\\n\\n        res += this.iconv.decode(new Buffer(b64str, 'base64'), \\\"utf16-be\\\");\\n    }\\n\\n    this.inBase64 = inBase64;\\n    this.base64Accum = base64Accum;\\n\\n    return res;\\n}\\n\\nUtf7Decoder.prototype.end = function() {\\n    var res = \\\"\\\";\\n    if (this.inBase64 && this.base64Accum.length > 0)\\n        res = this.iconv.decode(new Buffer(this.base64Accum, 'base64'), \\\"utf16-be\\\");\\n\\n    this.inBase64 = false;\\n    this.base64Accum = '';\\n    return res;\\n}\\n\\n\\n// UTF-7-IMAP codec.\\n// RFC3501 Sec. 5.1.3 Modified UTF-7 (http://tools.ietf.org/html/rfc3501#section-5.1.3)\\n// Differences:\\n//  * Base64 part is started by \\\"&\\\" instead of \\\"+\\\"\\n//  * Direct characters are 0x20-0x7E, except \\\"&\\\" (0x26)\\n//  * In Base64, \\\",\\\" is used instead of \\\"/\\\"\\n//  * Base64 must not be used to represent direct characters.\\n//  * No implicit shift back from Base64 (should always end with '-')\\n//  * String must end in non-shifted position.\\n//  * \\\"-&\\\" while in base64 is not allowed.\\n\\n\\nexports.utf7imap = Utf7IMAPCodec;\\nfunction Utf7IMAPCodec(codecOptions, iconv) {\\n    this.iconv = iconv;\\n};\\n\\nUtf7IMAPCodec.prototype.encoder = Utf7IMAPEncoder;\\nUtf7IMAPCodec.prototype.decoder = Utf7IMAPDecoder;\\nUtf7IMAPCodec.prototype.bomAware = true;\\n\\n\\n// -- Encoding\\n\\nfunction Utf7IMAPEncoder(options, codec) {\\n    this.iconv = codec.iconv;\\n    this.inBase64 = false;\\n    this.base64Accum = new Buffer(6);\\n    this.base64AccumIdx = 0;\\n}\\n\\nUtf7IMAPEncoder.prototype.write = function(str) {\\n    var inBase64 = this.inBase64,\\n        base64Accum = this.base64Accum,\\n        base64AccumIdx = this.base64AccumIdx,\\n        buf = new Buffer(str.length*5 + 10), bufIdx = 0;\\n\\n    for (var i = 0; i < str.length; i++) {\\n        var uChar = str.charCodeAt(i);\\n        if (0x20 <= uChar && uChar <= 0x7E) { // Direct character or '&'.\\n            if (inBase64) {\\n                if (base64AccumIdx > 0) {\\n                    bufIdx += buf.write(base64Accum.slice(0, base64AccumIdx).toString('base64').replace(/\\\\//g, ',').replace(/=+$/, ''), bufIdx);\\n                    base64AccumIdx = 0;\\n                }\\n\\n                buf[bufIdx++] = minusChar; // Write '-', then go to direct mode.\\n                inBase64 = false;\\n            }\\n\\n            if (!inBase64) {\\n                buf[bufIdx++] = uChar; // Write direct character\\n\\n                if (uChar === andChar)  // Ampersand -> '&-'\\n                    buf[bufIdx++] = minusChar;\\n            }\\n\\n        } else { // Non-direct character\\n            if (!inBase64) {\\n                buf[bufIdx++] = andChar; // Write '&', then go to base64 mode.\\n                inBase64 = true;\\n            }\\n            if (inBase64) {\\n                base64Accum[base64AccumIdx++] = uChar >> 8;\\n                base64Accum[base64AccumIdx++] = uChar & 0xFF;\\n\\n                if (base64AccumIdx == base64Accum.length) {\\n                    bufIdx += buf.write(base64Accum.toString('base64').replace(/\\\\//g, ','), bufIdx);\\n                    base64AccumIdx = 0;\\n                }\\n            }\\n        }\\n    }\\n\\n    this.inBase64 = inBase64;\\n    this.base64AccumIdx = base64AccumIdx;\\n\\n    return buf.slice(0, bufIdx);\\n}\\n\\nUtf7IMAPEncoder.prototype.end = function() {\\n    var buf = new Buffer(10), bufIdx = 0;\\n    if (this.inBase64) {\\n        if (this.base64AccumIdx > 0) {\\n            bufIdx += buf.write(this.base64Accum.slice(0, this.base64AccumIdx).toString('base64').replace(/\\\\//g, ',').replace(/=+$/, ''), bufIdx);\\n            this.base64AccumIdx = 0;\\n        }\\n\\n        buf[bufIdx++] = minusChar; // Write '-', then go to direct mode.\\n        this.inBase64 = false;\\n    }\\n\\n    return buf.slice(0, bufIdx);\\n}\\n\\n\\n// -- Decoding\\n\\nfunction Utf7IMAPDecoder(options, codec) {\\n    this.iconv = codec.iconv;\\n    this.inBase64 = false;\\n    this.base64Accum = '';\\n}\\n\\nvar base64IMAPChars = base64Chars.slice();\\nbase64IMAPChars[','.charCodeAt(0)] = true;\\n\\nUtf7IMAPDecoder.prototype.write = function(buf) {\\n    var res = \\\"\\\", lastI = 0,\\n        inBase64 = this.inBase64,\\n        base64Accum = this.base64Accum;\\n\\n    // The decoder is more involved as we must handle chunks in stream.\\n    // It is forgiving, closer to standard UTF-7 (for example, '-' is optional at the end).\\n\\n    for (var i = 0; i < buf.length; i++) {\\n        if (!inBase64) { // We're in direct mode.\\n            // Write direct chars until '&'\\n            if (buf[i] == andChar) {\\n                res += this.iconv.decode(buf.slice(lastI, i), \\\"ascii\\\"); // Write direct chars.\\n                lastI = i+1;\\n                inBase64 = true;\\n            }\\n        } else { // We decode base64.\\n            if (!base64IMAPChars[buf[i]]) { // Base64 ended.\\n                if (i == lastI && buf[i] == minusChar) { // \\\"&-\\\" -> \\\"&\\\"\\n                    res += \\\"&\\\";\\n                } else {\\n                    var b64str = base64Accum + buf.slice(lastI, i).toString().replace(/,/g, '/');\\n                    res += this.iconv.decode(new Buffer(b64str, 'base64'), \\\"utf16-be\\\");\\n                }\\n\\n                if (buf[i] != minusChar) // Minus may be absorbed after base64.\\n                    i--;\\n\\n                lastI = i+1;\\n                inBase64 = false;\\n                base64Accum = '';\\n            }\\n        }\\n    }\\n\\n    if (!inBase64) {\\n        res += this.iconv.decode(buf.slice(lastI), \\\"ascii\\\"); // Write direct chars.\\n    } else {\\n        var b64str = base64Accum + buf.slice(lastI).toString().replace(/,/g, '/');\\n\\n        var canBeDecoded = b64str.length - (b64str.length % 8); // Minimal chunk: 2 quads -> 2x3 bytes -> 3 chars.\\n        base64Accum = b64str.slice(canBeDecoded); // The rest will be decoded in future.\\n        b64str = b64str.slice(0, canBeDecoded);\\n\\n        res += this.iconv.decode(new Buffer(b64str, 'base64'), \\\"utf16-be\\\");\\n    }\\n\\n    this.inBase64 = inBase64;\\n    this.base64Accum = base64Accum;\\n\\n    return res;\\n}\\n\\nUtf7IMAPDecoder.prototype.end = function() {\\n    var res = \\\"\\\";\\n    if (this.inBase64 && this.base64Accum.length > 0)\\n        res = this.iconv.decode(new Buffer(this.base64Accum, 'base64'), \\\"utf16-be\\\");\\n\\n    this.inBase64 = false;\\n    this.base64Accum = '';\\n    return res;\\n}\\n\\n\\n\"\n    },\n    {\n      \"id\": 320,\n      \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/iconv-lite/encodings/sbcs-codec.js\",\n      \"name\": \"./node_modules/iconv-lite/encodings/sbcs-codec.js\",\n      \"index\": 316,\n      \"index2\": 307,\n      \"size\": 2158,\n      \"cacheable\": true,\n      \"built\": true,\n      \"optional\": false,\n      \"prefetched\": false,\n      \"chunks\": [\n        2\n      ],\n      \"issuer\": \"/Users/jarred/Code/styleurl/node_modules/iconv-lite/encodings/index.js\",\n      \"issuerId\": 316,\n      \"issuerName\": \"./node_modules/iconv-lite/encodings/index.js\",\n      \"issuerPath\": [\n        {\n          \"id\": 191,\n          \"identifier\": \"multi /Users/jarred/Code/styleurl/webpack/customPublicPath /Users/jarred/Code/styleurl/chrome/extension/background\",\n          \"name\": \"multi ./webpack/customPublicPath ./chrome/extension/background\",\n          \"profile\": {\n            \"factory\": 0,\n            \"building\": 0,\n            \"dependencies\": 54\n          }\n        },\n        {\n          \"id\": 192,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/background.js\",\n          \"name\": \"./chrome/extension/background.js\",\n          \"profile\": {\n            \"factory\": 54,\n            \"building\": 639,\n            \"dependencies\": 140\n          }\n        },\n        {\n          \"id\": 255,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/stylesheet-differ/lib/index.js\",\n          \"name\": \"./node_modules/stylesheet-differ/lib/index.js\",\n          \"profile\": {\n            \"factory\": 140,\n            \"building\": 568,\n            \"dependencies\": 1\n          }\n        },\n        {\n          \"id\": 256,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/native-css/index.js\",\n          \"name\": \"./node_modules/native-css/index.js\",\n          \"profile\": {\n            \"factory\": 189,\n            \"building\": 603,\n            \"dependencies\": 1\n          }\n        },\n        {\n          \"id\": 257,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/native-css/src/native-css.js\",\n          \"name\": \"./node_modules/native-css/src/native-css.js\",\n          \"profile\": {\n            \"factory\": 26,\n            \"building\": 63,\n            \"dependencies\": 14\n          }\n        },\n        {\n          \"id\": 293,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/fetch/lib/fetch.js\",\n          \"name\": \"./node_modules/fetch/lib/fetch.js\",\n          \"profile\": {\n            \"factory\": 117,\n            \"building\": 25,\n            \"dependencies\": 27\n          }\n        },\n        {\n          \"id\": 313,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/encoding/lib/encoding.js\",\n          \"name\": \"./node_modules/encoding/lib/encoding.js\",\n          \"profile\": {\n            \"factory\": 66,\n            \"building\": 38,\n            \"dependencies\": 20\n          }\n        },\n        {\n          \"id\": 314,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/iconv-lite/lib/index.js\",\n          \"name\": \"./node_modules/iconv-lite/lib/index.js\",\n          \"profile\": {\n            \"factory\": 123,\n            \"building\": 23,\n            \"dependencies\": 1\n          }\n        },\n        {\n          \"id\": 316,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/iconv-lite/encodings/index.js\",\n          \"name\": \"./node_modules/iconv-lite/encodings/index.js\",\n          \"profile\": {\n            \"factory\": 62,\n            \"building\": 61,\n            \"dependencies\": 1\n          }\n        }\n      ],\n      \"profile\": {\n        \"factory\": 26,\n        \"building\": 20,\n        \"dependencies\": 1\n      },\n      \"failed\": false,\n      \"errors\": 0,\n      \"warnings\": 0,\n      \"assets\": [],\n      \"reasons\": [\n        {\n          \"moduleId\": 316,\n          \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/iconv-lite/encodings/index.js\",\n          \"module\": \"./node_modules/iconv-lite/encodings/index.js\",\n          \"moduleName\": \"./node_modules/iconv-lite/encodings/index.js\",\n          \"type\": \"cjs require\",\n          \"userRequest\": \"./sbcs-codec\",\n          \"loc\": \"9:4-27\"\n        }\n      ],\n      \"usedExports\": true,\n      \"providedExports\": null,\n      \"optimizationBailout\": [\n        \"ModuleConcatenation bailout: Module is not an ECMAScript module\"\n      ],\n      \"depth\": 9,\n      \"source\": \"\\\"use strict\\\"\\n\\n// Single-byte codec. Needs a 'chars' string parameter that contains 256 or 128 chars that\\n// correspond to encoded bytes (if 128 - then lower half is ASCII). \\n\\nexports._sbcs = SBCSCodec;\\nfunction SBCSCodec(codecOptions, iconv) {\\n    if (!codecOptions)\\n        throw new Error(\\\"SBCS codec is called without the data.\\\")\\n    \\n    // Prepare char buffer for decoding.\\n    if (!codecOptions.chars || (codecOptions.chars.length !== 128 && codecOptions.chars.length !== 256))\\n        throw new Error(\\\"Encoding '\\\"+codecOptions.type+\\\"' has incorrect 'chars' (must be of len 128 or 256)\\\");\\n    \\n    if (codecOptions.chars.length === 128) {\\n        var asciiString = \\\"\\\";\\n        for (var i = 0; i < 128; i++)\\n            asciiString += String.fromCharCode(i);\\n        codecOptions.chars = asciiString + codecOptions.chars;\\n    }\\n\\n    this.decodeBuf = new Buffer(codecOptions.chars, 'ucs2');\\n    \\n    // Encoding buffer.\\n    var encodeBuf = new Buffer(65536);\\n    encodeBuf.fill(iconv.defaultCharSingleByte.charCodeAt(0));\\n\\n    for (var i = 0; i < codecOptions.chars.length; i++)\\n        encodeBuf[codecOptions.chars.charCodeAt(i)] = i;\\n\\n    this.encodeBuf = encodeBuf;\\n}\\n\\nSBCSCodec.prototype.encoder = SBCSEncoder;\\nSBCSCodec.prototype.decoder = SBCSDecoder;\\n\\n\\nfunction SBCSEncoder(options, codec) {\\n    this.encodeBuf = codec.encodeBuf;\\n}\\n\\nSBCSEncoder.prototype.write = function(str) {\\n    var buf = new Buffer(str.length);\\n    for (var i = 0; i < str.length; i++)\\n        buf[i] = this.encodeBuf[str.charCodeAt(i)];\\n    \\n    return buf;\\n}\\n\\nSBCSEncoder.prototype.end = function() {\\n}\\n\\n\\nfunction SBCSDecoder(options, codec) {\\n    this.decodeBuf = codec.decodeBuf;\\n}\\n\\nSBCSDecoder.prototype.write = function(buf) {\\n    // Strings are immutable in JS -> we use ucs2 buffer to speed up computations.\\n    var decodeBuf = this.decodeBuf;\\n    var newBuf = new Buffer(buf.length*2);\\n    var idx1 = 0, idx2 = 0;\\n    for (var i = 0; i < buf.length; i++) {\\n        idx1 = buf[i]*2; idx2 = i*2;\\n        newBuf[idx2] = decodeBuf[idx1];\\n        newBuf[idx2+1] = decodeBuf[idx1+1];\\n    }\\n    return newBuf.toString('ucs2');\\n}\\n\\nSBCSDecoder.prototype.end = function() {\\n}\\n\"\n    },\n    {\n      \"id\": 321,\n      \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/iconv-lite/encodings/sbcs-data.js\",\n      \"name\": \"./node_modules/iconv-lite/encodings/sbcs-data.js\",\n      \"index\": 317,\n      \"index2\": 308,\n      \"size\": 3989,\n      \"cacheable\": true,\n      \"built\": true,\n      \"optional\": false,\n      \"prefetched\": false,\n      \"chunks\": [\n        2\n      ],\n      \"issuer\": \"/Users/jarred/Code/styleurl/node_modules/iconv-lite/encodings/index.js\",\n      \"issuerId\": 316,\n      \"issuerName\": \"./node_modules/iconv-lite/encodings/index.js\",\n      \"issuerPath\": [\n        {\n          \"id\": 191,\n          \"identifier\": \"multi /Users/jarred/Code/styleurl/webpack/customPublicPath /Users/jarred/Code/styleurl/chrome/extension/background\",\n          \"name\": \"multi ./webpack/customPublicPath ./chrome/extension/background\",\n          \"profile\": {\n            \"factory\": 0,\n            \"building\": 0,\n            \"dependencies\": 54\n          }\n        },\n        {\n          \"id\": 192,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/background.js\",\n          \"name\": \"./chrome/extension/background.js\",\n          \"profile\": {\n            \"factory\": 54,\n            \"building\": 639,\n            \"dependencies\": 140\n          }\n        },\n        {\n          \"id\": 255,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/stylesheet-differ/lib/index.js\",\n          \"name\": \"./node_modules/stylesheet-differ/lib/index.js\",\n          \"profile\": {\n            \"factory\": 140,\n            \"building\": 568,\n            \"dependencies\": 1\n          }\n        },\n        {\n          \"id\": 256,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/native-css/index.js\",\n          \"name\": \"./node_modules/native-css/index.js\",\n          \"profile\": {\n            \"factory\": 189,\n            \"building\": 603,\n            \"dependencies\": 1\n          }\n        },\n        {\n          \"id\": 257,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/native-css/src/native-css.js\",\n          \"name\": \"./node_modules/native-css/src/native-css.js\",\n          \"profile\": {\n            \"factory\": 26,\n            \"building\": 63,\n            \"dependencies\": 14\n          }\n        },\n        {\n          \"id\": 293,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/fetch/lib/fetch.js\",\n          \"name\": \"./node_modules/fetch/lib/fetch.js\",\n          \"profile\": {\n            \"factory\": 117,\n            \"building\": 25,\n            \"dependencies\": 27\n          }\n        },\n        {\n          \"id\": 313,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/encoding/lib/encoding.js\",\n          \"name\": \"./node_modules/encoding/lib/encoding.js\",\n          \"profile\": {\n            \"factory\": 66,\n            \"building\": 38,\n            \"dependencies\": 20\n          }\n        },\n        {\n          \"id\": 314,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/iconv-lite/lib/index.js\",\n          \"name\": \"./node_modules/iconv-lite/lib/index.js\",\n          \"profile\": {\n            \"factory\": 123,\n            \"building\": 23,\n            \"dependencies\": 1\n          }\n        },\n        {\n          \"id\": 316,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/iconv-lite/encodings/index.js\",\n          \"name\": \"./node_modules/iconv-lite/encodings/index.js\",\n          \"profile\": {\n            \"factory\": 62,\n            \"building\": 61,\n            \"dependencies\": 1\n          }\n        }\n      ],\n      \"profile\": {\n        \"factory\": 26,\n        \"building\": 20,\n        \"dependencies\": 1\n      },\n      \"failed\": false,\n      \"errors\": 0,\n      \"warnings\": 0,\n      \"assets\": [],\n      \"reasons\": [\n        {\n          \"moduleId\": 316,\n          \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/iconv-lite/encodings/index.js\",\n          \"module\": \"./node_modules/iconv-lite/encodings/index.js\",\n          \"moduleName\": \"./node_modules/iconv-lite/encodings/index.js\",\n          \"type\": \"cjs require\",\n          \"userRequest\": \"./sbcs-data\",\n          \"loc\": \"10:4-26\"\n        }\n      ],\n      \"usedExports\": true,\n      \"providedExports\": null,\n      \"optimizationBailout\": [\n        \"ModuleConcatenation bailout: Module is not an ECMAScript module\"\n      ],\n      \"depth\": 9,\n      \"source\": \"\\\"use strict\\\"\\n\\n// Manually added data to be used by sbcs codec in addition to generated one.\\n\\nmodule.exports = {\\n    // Not supported by iconv, not sure why.\\n    \\\"10029\\\": \\\"maccenteuro\\\",\\n    \\\"maccenteuro\\\": {\\n        \\\"type\\\": \\\"_sbcs\\\",\\n        \\\"chars\\\": \\\"ÄĀāÉĄÖÜáąČäčĆćéŹźĎíďĒēĖóėôöõúĚěü†°Ę£§•¶ß®©™ę¨≠ģĮįĪ≤≥īĶ∂∑łĻļĽľĹĺŅņŃ¬√ńŇ∆«»… ňŐÕőŌ–—“”‘’÷◊ōŔŕŘ‹›řŖŗŠ‚„šŚśÁŤťÍŽžŪÓÔūŮÚůŰűŲųÝýķŻŁżĢˇ\\\"\\n    },\\n\\n    \\\"808\\\": \\\"cp808\\\",\\n    \\\"ibm808\\\": \\\"cp808\\\",\\n    \\\"cp808\\\": {\\n        \\\"type\\\": \\\"_sbcs\\\",\\n        \\\"chars\\\": \\\"АБВГДЕЖЗИЙКЛМНОПРСТУФХЦЧШЩЪЫЬЭЮЯабвгдежзийклмноп░▒▓│┤╡╢╖╕╣║╗╝╜╛┐└┴┬├─┼╞╟╚╔╩╦╠═╬╧╨╤╥╙╘╒╓╫╪┘┌█▄▌▐▀рстуфхцчшщъыьэюяЁёЄєЇїЎў°∙·√№€■ \\\"\\n    },\\n\\n    // Aliases of generated encodings.\\n    \\\"ascii8bit\\\": \\\"ascii\\\",\\n    \\\"usascii\\\": \\\"ascii\\\",\\n    \\\"ansix34\\\": \\\"ascii\\\",\\n    \\\"ansix341968\\\": \\\"ascii\\\",\\n    \\\"ansix341986\\\": \\\"ascii\\\",\\n    \\\"csascii\\\": \\\"ascii\\\",\\n    \\\"cp367\\\": \\\"ascii\\\",\\n    \\\"ibm367\\\": \\\"ascii\\\",\\n    \\\"isoir6\\\": \\\"ascii\\\",\\n    \\\"iso646us\\\": \\\"ascii\\\",\\n    \\\"iso646irv\\\": \\\"ascii\\\",\\n    \\\"us\\\": \\\"ascii\\\",\\n\\n    \\\"latin1\\\": \\\"iso88591\\\",\\n    \\\"latin2\\\": \\\"iso88592\\\",\\n    \\\"latin3\\\": \\\"iso88593\\\",\\n    \\\"latin4\\\": \\\"iso88594\\\",\\n    \\\"latin5\\\": \\\"iso88599\\\",\\n    \\\"latin6\\\": \\\"iso885910\\\",\\n    \\\"latin7\\\": \\\"iso885913\\\",\\n    \\\"latin8\\\": \\\"iso885914\\\",\\n    \\\"latin9\\\": \\\"iso885915\\\",\\n    \\\"latin10\\\": \\\"iso885916\\\",\\n\\n    \\\"csisolatin1\\\": \\\"iso88591\\\",\\n    \\\"csisolatin2\\\": \\\"iso88592\\\",\\n    \\\"csisolatin3\\\": \\\"iso88593\\\",\\n    \\\"csisolatin4\\\": \\\"iso88594\\\",\\n    \\\"csisolatincyrillic\\\": \\\"iso88595\\\",\\n    \\\"csisolatinarabic\\\": \\\"iso88596\\\",\\n    \\\"csisolatingreek\\\" : \\\"iso88597\\\",\\n    \\\"csisolatinhebrew\\\": \\\"iso88598\\\",\\n    \\\"csisolatin5\\\": \\\"iso88599\\\",\\n    \\\"csisolatin6\\\": \\\"iso885910\\\",\\n\\n    \\\"l1\\\": \\\"iso88591\\\",\\n    \\\"l2\\\": \\\"iso88592\\\",\\n    \\\"l3\\\": \\\"iso88593\\\",\\n    \\\"l4\\\": \\\"iso88594\\\",\\n    \\\"l5\\\": \\\"iso88599\\\",\\n    \\\"l6\\\": \\\"iso885910\\\",\\n    \\\"l7\\\": \\\"iso885913\\\",\\n    \\\"l8\\\": \\\"iso885914\\\",\\n    \\\"l9\\\": \\\"iso885915\\\",\\n    \\\"l10\\\": \\\"iso885916\\\",\\n\\n    \\\"isoir14\\\": \\\"iso646jp\\\",\\n    \\\"isoir57\\\": \\\"iso646cn\\\",\\n    \\\"isoir100\\\": \\\"iso88591\\\",\\n    \\\"isoir101\\\": \\\"iso88592\\\",\\n    \\\"isoir109\\\": \\\"iso88593\\\",\\n    \\\"isoir110\\\": \\\"iso88594\\\",\\n    \\\"isoir144\\\": \\\"iso88595\\\",\\n    \\\"isoir127\\\": \\\"iso88596\\\",\\n    \\\"isoir126\\\": \\\"iso88597\\\",\\n    \\\"isoir138\\\": \\\"iso88598\\\",\\n    \\\"isoir148\\\": \\\"iso88599\\\",\\n    \\\"isoir157\\\": \\\"iso885910\\\",\\n    \\\"isoir166\\\": \\\"tis620\\\",\\n    \\\"isoir179\\\": \\\"iso885913\\\",\\n    \\\"isoir199\\\": \\\"iso885914\\\",\\n    \\\"isoir203\\\": \\\"iso885915\\\",\\n    \\\"isoir226\\\": \\\"iso885916\\\",\\n\\n    \\\"cp819\\\": \\\"iso88591\\\",\\n    \\\"ibm819\\\": \\\"iso88591\\\",\\n\\n    \\\"cyrillic\\\": \\\"iso88595\\\",\\n\\n    \\\"arabic\\\": \\\"iso88596\\\",\\n    \\\"arabic8\\\": \\\"iso88596\\\",\\n    \\\"ecma114\\\": \\\"iso88596\\\",\\n    \\\"asmo708\\\": \\\"iso88596\\\",\\n\\n    \\\"greek\\\" : \\\"iso88597\\\",\\n    \\\"greek8\\\" : \\\"iso88597\\\",\\n    \\\"ecma118\\\" : \\\"iso88597\\\",\\n    \\\"elot928\\\" : \\\"iso88597\\\",\\n\\n    \\\"hebrew\\\": \\\"iso88598\\\",\\n    \\\"hebrew8\\\": \\\"iso88598\\\",\\n\\n    \\\"turkish\\\": \\\"iso88599\\\",\\n    \\\"turkish8\\\": \\\"iso88599\\\",\\n\\n    \\\"thai\\\": \\\"iso885911\\\",\\n    \\\"thai8\\\": \\\"iso885911\\\",\\n\\n    \\\"celtic\\\": \\\"iso885914\\\",\\n    \\\"celtic8\\\": \\\"iso885914\\\",\\n    \\\"isoceltic\\\": \\\"iso885914\\\",\\n\\n    \\\"tis6200\\\": \\\"tis620\\\",\\n    \\\"tis62025291\\\": \\\"tis620\\\",\\n    \\\"tis62025330\\\": \\\"tis620\\\",\\n\\n    \\\"10000\\\": \\\"macroman\\\",\\n    \\\"10006\\\": \\\"macgreek\\\",\\n    \\\"10007\\\": \\\"maccyrillic\\\",\\n    \\\"10079\\\": \\\"maciceland\\\",\\n    \\\"10081\\\": \\\"macturkish\\\",\\n\\n    \\\"cspc8codepage437\\\": \\\"cp437\\\",\\n    \\\"cspc775baltic\\\": \\\"cp775\\\",\\n    \\\"cspc850multilingual\\\": \\\"cp850\\\",\\n    \\\"cspcp852\\\": \\\"cp852\\\",\\n    \\\"cspc862latinhebrew\\\": \\\"cp862\\\",\\n    \\\"cpgr\\\": \\\"cp869\\\",\\n\\n    \\\"msee\\\": \\\"cp1250\\\",\\n    \\\"mscyrl\\\": \\\"cp1251\\\",\\n    \\\"msansi\\\": \\\"cp1252\\\",\\n    \\\"msgreek\\\": \\\"cp1253\\\",\\n    \\\"msturk\\\": \\\"cp1254\\\",\\n    \\\"mshebr\\\": \\\"cp1255\\\",\\n    \\\"msarab\\\": \\\"cp1256\\\",\\n    \\\"winbaltrim\\\": \\\"cp1257\\\",\\n\\n    \\\"cp20866\\\": \\\"koi8r\\\",\\n    \\\"20866\\\": \\\"koi8r\\\",\\n    \\\"ibm878\\\": \\\"koi8r\\\",\\n    \\\"cskoi8r\\\": \\\"koi8r\\\",\\n\\n    \\\"cp21866\\\": \\\"koi8u\\\",\\n    \\\"21866\\\": \\\"koi8u\\\",\\n    \\\"ibm1168\\\": \\\"koi8u\\\",\\n\\n    \\\"strk10482002\\\": \\\"rk1048\\\",\\n\\n    \\\"tcvn5712\\\": \\\"tcvn\\\",\\n    \\\"tcvn57121\\\": \\\"tcvn\\\",\\n\\n    \\\"gb198880\\\": \\\"iso646cn\\\",\\n    \\\"cn\\\": \\\"iso646cn\\\",\\n\\n    \\\"csiso14jisc6220ro\\\": \\\"iso646jp\\\",\\n    \\\"jisc62201969ro\\\": \\\"iso646jp\\\",\\n    \\\"jp\\\": \\\"iso646jp\\\",\\n\\n    \\\"cshproman8\\\": \\\"hproman8\\\",\\n    \\\"r8\\\": \\\"hproman8\\\",\\n    \\\"roman8\\\": \\\"hproman8\\\",\\n    \\\"xroman8\\\": \\\"hproman8\\\",\\n    \\\"ibm1051\\\": \\\"hproman8\\\",\\n\\n    \\\"mac\\\": \\\"macintosh\\\",\\n    \\\"csmacintosh\\\": \\\"macintosh\\\",\\n};\\n\\n\"\n    },\n    {\n      \"id\": 322,\n      \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/iconv-lite/encodings/sbcs-data-generated.js\",\n      \"name\": \"./node_modules/iconv-lite/encodings/sbcs-data-generated.js\",\n      \"index\": 318,\n      \"index2\": 309,\n      \"size\": 18864,\n      \"cacheable\": true,\n      \"built\": true,\n      \"optional\": false,\n      \"prefetched\": false,\n      \"chunks\": [\n        2\n      ],\n      \"issuer\": \"/Users/jarred/Code/styleurl/node_modules/iconv-lite/encodings/index.js\",\n      \"issuerId\": 316,\n      \"issuerName\": \"./node_modules/iconv-lite/encodings/index.js\",\n      \"issuerPath\": [\n        {\n          \"id\": 191,\n          \"identifier\": \"multi /Users/jarred/Code/styleurl/webpack/customPublicPath /Users/jarred/Code/styleurl/chrome/extension/background\",\n          \"name\": \"multi ./webpack/customPublicPath ./chrome/extension/background\",\n          \"profile\": {\n            \"factory\": 0,\n            \"building\": 0,\n            \"dependencies\": 54\n          }\n        },\n        {\n          \"id\": 192,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/background.js\",\n          \"name\": \"./chrome/extension/background.js\",\n          \"profile\": {\n            \"factory\": 54,\n            \"building\": 639,\n            \"dependencies\": 140\n          }\n        },\n        {\n          \"id\": 255,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/stylesheet-differ/lib/index.js\",\n          \"name\": \"./node_modules/stylesheet-differ/lib/index.js\",\n          \"profile\": {\n            \"factory\": 140,\n            \"building\": 568,\n            \"dependencies\": 1\n          }\n        },\n        {\n          \"id\": 256,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/native-css/index.js\",\n          \"name\": \"./node_modules/native-css/index.js\",\n          \"profile\": {\n            \"factory\": 189,\n            \"building\": 603,\n            \"dependencies\": 1\n          }\n        },\n        {\n          \"id\": 257,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/native-css/src/native-css.js\",\n          \"name\": \"./node_modules/native-css/src/native-css.js\",\n          \"profile\": {\n            \"factory\": 26,\n            \"building\": 63,\n            \"dependencies\": 14\n          }\n        },\n        {\n          \"id\": 293,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/fetch/lib/fetch.js\",\n          \"name\": \"./node_modules/fetch/lib/fetch.js\",\n          \"profile\": {\n            \"factory\": 117,\n            \"building\": 25,\n            \"dependencies\": 27\n          }\n        },\n        {\n          \"id\": 313,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/encoding/lib/encoding.js\",\n          \"name\": \"./node_modules/encoding/lib/encoding.js\",\n          \"profile\": {\n            \"factory\": 66,\n            \"building\": 38,\n            \"dependencies\": 20\n          }\n        },\n        {\n          \"id\": 314,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/iconv-lite/lib/index.js\",\n          \"name\": \"./node_modules/iconv-lite/lib/index.js\",\n          \"profile\": {\n            \"factory\": 123,\n            \"building\": 23,\n            \"dependencies\": 1\n          }\n        },\n        {\n          \"id\": 316,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/iconv-lite/encodings/index.js\",\n          \"name\": \"./node_modules/iconv-lite/encodings/index.js\",\n          \"profile\": {\n            \"factory\": 62,\n            \"building\": 61,\n            \"dependencies\": 1\n          }\n        }\n      ],\n      \"profile\": {\n        \"factory\": 26,\n        \"building\": 20,\n        \"dependencies\": 1\n      },\n      \"failed\": false,\n      \"errors\": 0,\n      \"warnings\": 0,\n      \"assets\": [],\n      \"reasons\": [\n        {\n          \"moduleId\": 316,\n          \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/iconv-lite/encodings/index.js\",\n          \"module\": \"./node_modules/iconv-lite/encodings/index.js\",\n          \"moduleName\": \"./node_modules/iconv-lite/encodings/index.js\",\n          \"type\": \"cjs require\",\n          \"userRequest\": \"./sbcs-data-generated\",\n          \"loc\": \"11:4-36\"\n        }\n      ],\n      \"usedExports\": true,\n      \"providedExports\": null,\n      \"optimizationBailout\": [\n        \"ModuleConcatenation bailout: Module is not an ECMAScript module\"\n      ],\n      \"depth\": 9,\n      \"source\": \"\\\"use strict\\\"\\n\\n// Generated data for sbcs codec. Don't edit manually. Regenerate using generation/gen-sbcs.js script.\\nmodule.exports = {\\n  \\\"437\\\": \\\"cp437\\\",\\n  \\\"737\\\": \\\"cp737\\\",\\n  \\\"775\\\": \\\"cp775\\\",\\n  \\\"850\\\": \\\"cp850\\\",\\n  \\\"852\\\": \\\"cp852\\\",\\n  \\\"855\\\": \\\"cp855\\\",\\n  \\\"856\\\": \\\"cp856\\\",\\n  \\\"857\\\": \\\"cp857\\\",\\n  \\\"858\\\": \\\"cp858\\\",\\n  \\\"860\\\": \\\"cp860\\\",\\n  \\\"861\\\": \\\"cp861\\\",\\n  \\\"862\\\": \\\"cp862\\\",\\n  \\\"863\\\": \\\"cp863\\\",\\n  \\\"864\\\": \\\"cp864\\\",\\n  \\\"865\\\": \\\"cp865\\\",\\n  \\\"866\\\": \\\"cp866\\\",\\n  \\\"869\\\": \\\"cp869\\\",\\n  \\\"874\\\": \\\"windows874\\\",\\n  \\\"922\\\": \\\"cp922\\\",\\n  \\\"1046\\\": \\\"cp1046\\\",\\n  \\\"1124\\\": \\\"cp1124\\\",\\n  \\\"1125\\\": \\\"cp1125\\\",\\n  \\\"1129\\\": \\\"cp1129\\\",\\n  \\\"1133\\\": \\\"cp1133\\\",\\n  \\\"1161\\\": \\\"cp1161\\\",\\n  \\\"1162\\\": \\\"cp1162\\\",\\n  \\\"1163\\\": \\\"cp1163\\\",\\n  \\\"1250\\\": \\\"windows1250\\\",\\n  \\\"1251\\\": \\\"windows1251\\\",\\n  \\\"1252\\\": \\\"windows1252\\\",\\n  \\\"1253\\\": \\\"windows1253\\\",\\n  \\\"1254\\\": \\\"windows1254\\\",\\n  \\\"1255\\\": \\\"windows1255\\\",\\n  \\\"1256\\\": \\\"windows1256\\\",\\n  \\\"1257\\\": \\\"windows1257\\\",\\n  \\\"1258\\\": \\\"windows1258\\\",\\n  \\\"28591\\\": \\\"iso88591\\\",\\n  \\\"28592\\\": \\\"iso88592\\\",\\n  \\\"28593\\\": \\\"iso88593\\\",\\n  \\\"28594\\\": \\\"iso88594\\\",\\n  \\\"28595\\\": \\\"iso88595\\\",\\n  \\\"28596\\\": \\\"iso88596\\\",\\n  \\\"28597\\\": \\\"iso88597\\\",\\n  \\\"28598\\\": \\\"iso88598\\\",\\n  \\\"28599\\\": \\\"iso88599\\\",\\n  \\\"28600\\\": \\\"iso885910\\\",\\n  \\\"28601\\\": \\\"iso885911\\\",\\n  \\\"28603\\\": \\\"iso885913\\\",\\n  \\\"28604\\\": \\\"iso885914\\\",\\n  \\\"28605\\\": \\\"iso885915\\\",\\n  \\\"28606\\\": \\\"iso885916\\\",\\n  \\\"windows874\\\": {\\n    \\\"type\\\": \\\"_sbcs\\\",\\n    \\\"chars\\\": \\\"€����…�����������‘’“”•–—�������� กขฃคฅฆงจฉชซฌญฎฏฐฑฒณดตถทธนบปผฝพฟภมยรฤลฦวศษสหฬอฮฯะัาำิีึืฺุู����฿เแโใไๅๆ็่้๊๋์ํ๎๏๐๑๒๓๔๕๖๗๘๙๚๛����\\\"\\n  },\\n  \\\"win874\\\": \\\"windows874\\\",\\n  \\\"cp874\\\": \\\"windows874\\\",\\n  \\\"windows1250\\\": {\\n    \\\"type\\\": \\\"_sbcs\\\",\\n    \\\"chars\\\": \\\"€�‚�„…†‡�‰Š‹ŚŤŽŹ�‘’“”•–—�™š›śťžź ˇ˘Ł¤Ą¦§¨©Ş«¬­®Ż°±˛ł´µ¶·¸ąş»Ľ˝ľżŔÁÂĂÄĹĆÇČÉĘËĚÍÎĎĐŃŇÓÔŐÖ×ŘŮÚŰÜÝŢßŕáâăäĺćçčéęëěíîďđńňóôőö÷řůúűüýţ˙\\\"\\n  },\\n  \\\"win1250\\\": \\\"windows1250\\\",\\n  \\\"cp1250\\\": \\\"windows1250\\\",\\n  \\\"windows1251\\\": {\\n    \\\"type\\\": \\\"_sbcs\\\",\\n    \\\"chars\\\": \\\"ЂЃ‚ѓ„…†‡€‰Љ‹ЊЌЋЏђ‘’“”•–—�™љ›њќћџ ЎўЈ¤Ґ¦§Ё©Є«¬­®Ї°±Ііґµ¶·ё№є»јЅѕїАБВГДЕЖЗИЙКЛМНОПРСТУФХЦЧШЩЪЫЬЭЮЯабвгдежзийклмнопрстуфхцчшщъыьэюя\\\"\\n  },\\n  \\\"win1251\\\": \\\"windows1251\\\",\\n  \\\"cp1251\\\": \\\"windows1251\\\",\\n  \\\"windows1252\\\": {\\n    \\\"type\\\": \\\"_sbcs\\\",\\n    \\\"chars\\\": \\\"€�‚ƒ„…†‡ˆ‰Š‹Œ�Ž��‘’“”•–—˜™š›œ�žŸ ¡¢£¤¥¦§¨©ª«¬­®¯°±²³´µ¶·¸¹º»¼½¾¿ÀÁÂÃÄÅÆÇÈÉÊËÌÍÎÏÐÑÒÓÔÕÖ×ØÙÚÛÜÝÞßàáâãäåæçèéêëìíîïðñòóôõö÷øùúûüýþÿ\\\"\\n  },\\n  \\\"win1252\\\": \\\"windows1252\\\",\\n  \\\"cp1252\\\": \\\"windows1252\\\",\\n  \\\"windows1253\\\": {\\n    \\\"type\\\": \\\"_sbcs\\\",\\n    \\\"chars\\\": \\\"€�‚ƒ„…†‡�‰�‹�����‘’“”•–—�™�›���� ΅Ά£¤¥¦§¨©�«¬­®―°±²³΄µ¶·ΈΉΊ»Ό½ΎΏΐΑΒΓΔΕΖΗΘΙΚΛΜΝΞΟΠΡ�ΣΤΥΦΧΨΩΪΫάέήίΰαβγδεζηθικλμνξοπρςστυφχψωϊϋόύώ�\\\"\\n  },\\n  \\\"win1253\\\": \\\"windows1253\\\",\\n  \\\"cp1253\\\": \\\"windows1253\\\",\\n  \\\"windows1254\\\": {\\n    \\\"type\\\": \\\"_sbcs\\\",\\n    \\\"chars\\\": \\\"€�‚ƒ„…†‡ˆ‰Š‹Œ����‘’“”•–—˜™š›œ��Ÿ ¡¢£¤¥¦§¨©ª«¬­®¯°±²³´µ¶·¸¹º»¼½¾¿ÀÁÂÃÄÅÆÇÈÉÊËÌÍÎÏĞÑÒÓÔÕÖ×ØÙÚÛÜİŞßàáâãäåæçèéêëìíîïğñòóôõö÷øùúûüışÿ\\\"\\n  },\\n  \\\"win1254\\\": \\\"windows1254\\\",\\n  \\\"cp1254\\\": \\\"windows1254\\\",\\n  \\\"windows1255\\\": {\\n    \\\"type\\\": \\\"_sbcs\\\",\\n    \\\"chars\\\": \\\"€�‚ƒ„…†‡ˆ‰�‹�����‘’“”•–—˜™�›���� ¡¢£₪¥¦§¨©×«¬­®¯°±²³´µ¶·¸¹÷»¼½¾¿ְֱֲֳִֵֶַָֹ�ֻּֽ־ֿ׀ׁׂ׃װױײ׳״�������אבגדהוזחטיךכלםמןנסעףפץצקרשת��‎‏�\\\"\\n  },\\n  \\\"win1255\\\": \\\"windows1255\\\",\\n  \\\"cp1255\\\": \\\"windows1255\\\",\\n  \\\"windows1256\\\": {\\n    \\\"type\\\": \\\"_sbcs\\\",\\n    \\\"chars\\\": \\\"€پ‚ƒ„…†‡ˆ‰ٹ‹Œچژڈگ‘’“”•–—ک™ڑ›œ‌‍ں ،¢£¤¥¦§¨©ھ«¬­®¯°±²³´µ¶·¸¹؛»¼½¾؟ہءآأؤإئابةتثجحخدذرزسشصض×طظعغـفقكàلâمنهوçèéêëىيîïًٌٍَôُِ÷ّùْûü‎‏ے\\\"\\n  },\\n  \\\"win1256\\\": \\\"windows1256\\\",\\n  \\\"cp1256\\\": \\\"windows1256\\\",\\n  \\\"windows1257\\\": {\\n    \\\"type\\\": \\\"_sbcs\\\",\\n    \\\"chars\\\": \\\"€�‚�„…†‡�‰�‹�¨ˇ¸�‘’“”•–—�™�›�¯˛� �¢£¤�¦§Ø©Ŗ«¬­®Æ°±²³´µ¶·ø¹ŗ»¼½¾æĄĮĀĆÄÅĘĒČÉŹĖĢĶĪĻŠŃŅÓŌÕÖ×ŲŁŚŪÜŻŽßąįāćäåęēčéźėģķīļšńņóōõö÷ųłśūüżž˙\\\"\\n  },\\n  \\\"win1257\\\": \\\"windows1257\\\",\\n  \\\"cp1257\\\": \\\"windows1257\\\",\\n  \\\"windows1258\\\": {\\n    \\\"type\\\": \\\"_sbcs\\\",\\n    \\\"chars\\\": \\\"€�‚ƒ„…†‡ˆ‰�‹Œ����‘’“”•–—˜™�›œ��Ÿ ¡¢£¤¥¦§¨©ª«¬­®¯°±²³´µ¶·¸¹º»¼½¾¿ÀÁÂĂÄÅÆÇÈÉÊË̀ÍÎÏĐÑ̉ÓÔƠÖ×ØÙÚÛÜỮßàáâăäåæçèéêë́íîïđṇ̃óôơö÷øùúûüư₫ÿ\\\"\\n  },\\n  \\\"win1258\\\": \\\"windows1258\\\",\\n  \\\"cp1258\\\": \\\"windows1258\\\",\\n  \\\"iso88591\\\": {\\n    \\\"type\\\": \\\"_sbcs\\\",\\n    \\\"chars\\\": \\\" ¡¢£¤¥¦§¨©ª«¬­®¯°±²³´µ¶·¸¹º»¼½¾¿ÀÁÂÃÄÅÆÇÈÉÊËÌÍÎÏÐÑÒÓÔÕÖ×ØÙÚÛÜÝÞßàáâãäåæçèéêëìíîïðñòóôõö÷øùúûüýþÿ\\\"\\n  },\\n  \\\"cp28591\\\": \\\"iso88591\\\",\\n  \\\"iso88592\\\": {\\n    \\\"type\\\": \\\"_sbcs\\\",\\n    \\\"chars\\\": \\\" Ą˘Ł¤ĽŚ§¨ŠŞŤŹ­ŽŻ°ą˛ł´ľśˇ¸šşťź˝žżŔÁÂĂÄĹĆÇČÉĘËĚÍÎĎĐŃŇÓÔŐÖ×ŘŮÚŰÜÝŢßŕáâăäĺćçčéęëěíîďđńňóôőö÷řůúűüýţ˙\\\"\\n  },\\n  \\\"cp28592\\\": \\\"iso88592\\\",\\n  \\\"iso88593\\\": {\\n    \\\"type\\\": \\\"_sbcs\\\",\\n    \\\"chars\\\": \\\" Ħ˘£¤�Ĥ§¨İŞĞĴ­�Ż°ħ²³´µĥ·¸ışğĵ½�żÀÁÂ�ÄĊĈÇÈÉÊËÌÍÎÏ�ÑÒÓÔĠÖ×ĜÙÚÛÜŬŜßàáâ�äċĉçèéêëìíîï�ñòóôġö÷ĝùúûüŭŝ˙\\\"\\n  },\\n  \\\"cp28593\\\": \\\"iso88593\\\",\\n  \\\"iso88594\\\": {\\n    \\\"type\\\": \\\"_sbcs\\\",\\n    \\\"chars\\\": \\\" ĄĸŖ¤ĨĻ§¨ŠĒĢŦ­Ž¯°ą˛ŗ´ĩļˇ¸šēģŧŊžŋĀÁÂÃÄÅÆĮČÉĘËĖÍÎĪĐŅŌĶÔÕÖ×ØŲÚÛÜŨŪßāáâãäåæįčéęëėíîīđņōķôõö÷øųúûüũū˙\\\"\\n  },\\n  \\\"cp28594\\\": \\\"iso88594\\\",\\n  \\\"iso88595\\\": {\\n    \\\"type\\\": \\\"_sbcs\\\",\\n    \\\"chars\\\": \\\" ЁЂЃЄЅІЇЈЉЊЋЌ­ЎЏАБВГДЕЖЗИЙКЛМНОПРСТУФХЦЧШЩЪЫЬЭЮЯабвгдежзийклмнопрстуфхцчшщъыьэюя№ёђѓєѕіїјљњћќ§ўџ\\\"\\n  },\\n  \\\"cp28595\\\": \\\"iso88595\\\",\\n  \\\"iso88596\\\": {\\n    \\\"type\\\": \\\"_sbcs\\\",\\n    \\\"chars\\\": \\\" ���¤�������،­�������������؛���؟�ءآأؤإئابةتثجحخدذرزسشصضطظعغ�����ـفقكلمنهوىيًٌٍَُِّْ�������������\\\"\\n  },\\n  \\\"cp28596\\\": \\\"iso88596\\\",\\n  \\\"iso88597\\\": {\\n    \\\"type\\\": \\\"_sbcs\\\",\\n    \\\"chars\\\": \\\" ‘’£€₯¦§¨©ͺ«¬­�―°±²³΄΅Ά·ΈΉΊ»Ό½ΎΏΐΑΒΓΔΕΖΗΘΙΚΛΜΝΞΟΠΡ�ΣΤΥΦΧΨΩΪΫάέήίΰαβγδεζηθικλμνξοπρςστυφχψωϊϋόύώ�\\\"\\n  },\\n  \\\"cp28597\\\": \\\"iso88597\\\",\\n  \\\"iso88598\\\": {\\n    \\\"type\\\": \\\"_sbcs\\\",\\n    \\\"chars\\\": \\\" �¢£¤¥¦§¨©×«¬­®¯°±²³´µ¶·¸¹÷»¼½¾��������������������������������‗אבגדהוזחטיךכלםמןנסעףפץצקרשת��‎‏�\\\"\\n  },\\n  \\\"cp28598\\\": \\\"iso88598\\\",\\n  \\\"iso88599\\\": {\\n    \\\"type\\\": \\\"_sbcs\\\",\\n    \\\"chars\\\": \\\" ¡¢£¤¥¦§¨©ª«¬­®¯°±²³´µ¶·¸¹º»¼½¾¿ÀÁÂÃÄÅÆÇÈÉÊËÌÍÎÏĞÑÒÓÔÕÖ×ØÙÚÛÜİŞßàáâãäåæçèéêëìíîïğñòóôõö÷øùúûüışÿ\\\"\\n  },\\n  \\\"cp28599\\\": \\\"iso88599\\\",\\n  \\\"iso885910\\\": {\\n    \\\"type\\\": \\\"_sbcs\\\",\\n    \\\"chars\\\": \\\" ĄĒĢĪĨĶ§ĻĐŠŦŽ­ŪŊ°ąēģīĩķ·ļđšŧž―ūŋĀÁÂÃÄÅÆĮČÉĘËĖÍÎÏÐŅŌÓÔÕÖŨØŲÚÛÜÝÞßāáâãäåæįčéęëėíîïðņōóôõöũøųúûüýþĸ\\\"\\n  },\\n  \\\"cp28600\\\": \\\"iso885910\\\",\\n  \\\"iso885911\\\": {\\n    \\\"type\\\": \\\"_sbcs\\\",\\n    \\\"chars\\\": \\\" กขฃคฅฆงจฉชซฌญฎฏฐฑฒณดตถทธนบปผฝพฟภมยรฤลฦวศษสหฬอฮฯะัาำิีึืฺุู����฿เแโใไๅๆ็่้๊๋์ํ๎๏๐๑๒๓๔๕๖๗๘๙๚๛����\\\"\\n  },\\n  \\\"cp28601\\\": \\\"iso885911\\\",\\n  \\\"iso885913\\\": {\\n    \\\"type\\\": \\\"_sbcs\\\",\\n    \\\"chars\\\": \\\" ”¢£¤„¦§Ø©Ŗ«¬­®Æ°±²³“µ¶·ø¹ŗ»¼½¾æĄĮĀĆÄÅĘĒČÉŹĖĢĶĪĻŠŃŅÓŌÕÖ×ŲŁŚŪÜŻŽßąįāćäåęēčéźėģķīļšńņóōõö÷ųłśūüżž’\\\"\\n  },\\n  \\\"cp28603\\\": \\\"iso885913\\\",\\n  \\\"iso885914\\\": {\\n    \\\"type\\\": \\\"_sbcs\\\",\\n    \\\"chars\\\": \\\" Ḃḃ£ĊċḊ§Ẁ©ẂḋỲ­®ŸḞḟĠġṀṁ¶ṖẁṗẃṠỳẄẅṡÀÁÂÃÄÅÆÇÈÉÊËÌÍÎÏŴÑÒÓÔÕÖṪØÙÚÛÜÝŶßàáâãäåæçèéêëìíîïŵñòóôõöṫøùúûüýŷÿ\\\"\\n  },\\n  \\\"cp28604\\\": \\\"iso885914\\\",\\n  \\\"iso885915\\\": {\\n    \\\"type\\\": \\\"_sbcs\\\",\\n    \\\"chars\\\": \\\" ¡¢£€¥Š§š©ª«¬­®¯°±²³Žµ¶·ž¹º»ŒœŸ¿ÀÁÂÃÄÅÆÇÈÉÊËÌÍÎÏÐÑÒÓÔÕÖ×ØÙÚÛÜÝÞßàáâãäåæçèéêëìíîïðñòóôõö÷øùúûüýþÿ\\\"\\n  },\\n  \\\"cp28605\\\": \\\"iso885915\\\",\\n  \\\"iso885916\\\": {\\n    \\\"type\\\": \\\"_sbcs\\\",\\n    \\\"chars\\\": \\\" ĄąŁ€„Š§š©Ș«Ź­źŻ°±ČłŽ”¶·žčș»ŒœŸżÀÁÂĂÄĆÆÇÈÉÊËÌÍÎÏĐŃÒÓÔŐÖŚŰÙÚÛÜĘȚßàáâăäćæçèéêëìíîïđńòóôőöśűùúûüęțÿ\\\"\\n  },\\n  \\\"cp28606\\\": \\\"iso885916\\\",\\n  \\\"cp437\\\": {\\n    \\\"type\\\": \\\"_sbcs\\\",\\n    \\\"chars\\\": \\\"ÇüéâäàåçêëèïîìÄÅÉæÆôöòûùÿÖÜ¢£¥₧ƒáíóúñÑªº¿⌐¬½¼¡«»░▒▓│┤╡╢╖╕╣║╗╝╜╛┐└┴┬├─┼╞╟╚╔╩╦╠═╬╧╨╤╥╙╘╒╓╫╪┘┌█▄▌▐▀αßΓπΣσµτΦΘΩδ∞φε∩≡±≥≤⌠⌡÷≈°∙·√ⁿ²■ \\\"\\n  },\\n  \\\"ibm437\\\": \\\"cp437\\\",\\n  \\\"csibm437\\\": \\\"cp437\\\",\\n  \\\"cp737\\\": {\\n    \\\"type\\\": \\\"_sbcs\\\",\\n    \\\"chars\\\": \\\"ΑΒΓΔΕΖΗΘΙΚΛΜΝΞΟΠΡΣΤΥΦΧΨΩαβγδεζηθικλμνξοπρσςτυφχψ░▒▓│┤╡╢╖╕╣║╗╝╜╛┐└┴┬├─┼╞╟╚╔╩╦╠═╬╧╨╤╥╙╘╒╓╫╪┘┌█▄▌▐▀ωάέήϊίόύϋώΆΈΉΊΌΎΏ±≥≤ΪΫ÷≈°∙·√ⁿ²■ \\\"\\n  },\\n  \\\"ibm737\\\": \\\"cp737\\\",\\n  \\\"csibm737\\\": \\\"cp737\\\",\\n  \\\"cp775\\\": {\\n    \\\"type\\\": \\\"_sbcs\\\",\\n    \\\"chars\\\": \\\"ĆüéāäģåćłēŖŗīŹÄÅÉæÆōöĢ¢ŚśÖÜø£Ø×¤ĀĪóŻżź”¦©®¬½¼Ł«»░▒▓│┤ĄČĘĖ╣║╗╝ĮŠ┐└┴┬├─┼ŲŪ╚╔╩╦╠═╬Žąčęėįšųūž┘┌█▄▌▐▀ÓßŌŃõÕµńĶķĻļņĒŅ’­±“¾¶§÷„°∙·¹³²■ \\\"\\n  },\\n  \\\"ibm775\\\": \\\"cp775\\\",\\n  \\\"csibm775\\\": \\\"cp775\\\",\\n  \\\"cp850\\\": {\\n    \\\"type\\\": \\\"_sbcs\\\",\\n    \\\"chars\\\": \\\"ÇüéâäàåçêëèïîìÄÅÉæÆôöòûùÿÖÜø£Ø×ƒáíóúñÑªº¿®¬½¼¡«»░▒▓│┤ÁÂÀ©╣║╗╝¢¥┐└┴┬├─┼ãÃ╚╔╩╦╠═╬¤ðÐÊËÈıÍÎÏ┘┌█▄¦Ì▀ÓßÔÒõÕµþÞÚÛÙýÝ¯´­±‗¾¶§÷¸°¨·¹³²■ \\\"\\n  },\\n  \\\"ibm850\\\": \\\"cp850\\\",\\n  \\\"csibm850\\\": \\\"cp850\\\",\\n  \\\"cp852\\\": {\\n    \\\"type\\\": \\\"_sbcs\\\",\\n    \\\"chars\\\": \\\"ÇüéâäůćçłëŐőîŹÄĆÉĹĺôöĽľŚśÖÜŤťŁ×čáíóúĄąŽžĘę¬źČş«»░▒▓│┤ÁÂĚŞ╣║╗╝Żż┐└┴┬├─┼Ăă╚╔╩╦╠═╬¤đĐĎËďŇÍÎě┘┌█▄ŢŮ▀ÓßÔŃńňŠšŔÚŕŰýÝţ´­˝˛ˇ˘§÷¸°¨˙űŘř■ \\\"\\n  },\\n  \\\"ibm852\\\": \\\"cp852\\\",\\n  \\\"csibm852\\\": \\\"cp852\\\",\\n  \\\"cp855\\\": {\\n    \\\"type\\\": \\\"_sbcs\\\",\\n    \\\"chars\\\": \\\"ђЂѓЃёЁєЄѕЅіІїЇјЈљЉњЊћЋќЌўЎџЏюЮъЪаАбБцЦдДеЕфФгГ«»░▒▓│┤хХиИ╣║╗╝йЙ┐└┴┬├─┼кК╚╔╩╦╠═╬¤лЛмМнНоОп┘┌█▄Пя▀ЯрРсСтТуУжЖвВьЬ№­ыЫзЗшШэЭщЩчЧ§■ \\\"\\n  },\\n  \\\"ibm855\\\": \\\"cp855\\\",\\n  \\\"csibm855\\\": \\\"cp855\\\",\\n  \\\"cp856\\\": {\\n    \\\"type\\\": \\\"_sbcs\\\",\\n    \\\"chars\\\": \\\"אבגדהוזחטיךכלםמןנסעףפץצקרשת�£�×����������®¬½¼�«»░▒▓│┤���©╣║╗╝¢¥┐└┴┬├─┼��╚╔╩╦╠═╬¤���������┘┌█▄¦�▀������µ�������¯´­±‗¾¶§÷¸°¨·¹³²■ \\\"\\n  },\\n  \\\"ibm856\\\": \\\"cp856\\\",\\n  \\\"csibm856\\\": \\\"cp856\\\",\\n  \\\"cp857\\\": {\\n    \\\"type\\\": \\\"_sbcs\\\",\\n    \\\"chars\\\": \\\"ÇüéâäàåçêëèïîıÄÅÉæÆôöòûùİÖÜø£ØŞşáíóúñÑĞğ¿®¬½¼¡«»░▒▓│┤ÁÂÀ©╣║╗╝¢¥┐└┴┬├─┼ãÃ╚╔╩╦╠═╬¤ºªÊËÈ�ÍÎÏ┘┌█▄¦Ì▀ÓßÔÒõÕµ�×ÚÛÙìÿ¯´­±�¾¶§÷¸°¨·¹³²■ \\\"\\n  },\\n  \\\"ibm857\\\": \\\"cp857\\\",\\n  \\\"csibm857\\\": \\\"cp857\\\",\\n  \\\"cp858\\\": {\\n    \\\"type\\\": \\\"_sbcs\\\",\\n    \\\"chars\\\": \\\"ÇüéâäàåçêëèïîìÄÅÉæÆôöòûùÿÖÜø£Ø×ƒáíóúñÑªº¿®¬½¼¡«»░▒▓│┤ÁÂÀ©╣║╗╝¢¥┐└┴┬├─┼ãÃ╚╔╩╦╠═╬¤ðÐÊËÈ€ÍÎÏ┘┌█▄¦Ì▀ÓßÔÒõÕµþÞÚÛÙýÝ¯´­±‗¾¶§÷¸°¨·¹³²■ \\\"\\n  },\\n  \\\"ibm858\\\": \\\"cp858\\\",\\n  \\\"csibm858\\\": \\\"cp858\\\",\\n  \\\"cp860\\\": {\\n    \\\"type\\\": \\\"_sbcs\\\",\\n    \\\"chars\\\": \\\"ÇüéâãàÁçêÊèÍÔìÃÂÉÀÈôõòÚùÌÕÜ¢£Ù₧ÓáíóúñÑªº¿Ò¬½¼¡«»░▒▓│┤╡╢╖╕╣║╗╝╜╛┐└┴┬├─┼╞╟╚╔╩╦╠═╬╧╨╤╥╙╘╒╓╫╪┘┌█▄▌▐▀αßΓπΣσµτΦΘΩδ∞φε∩≡±≥≤⌠⌡÷≈°∙·√ⁿ²■ \\\"\\n  },\\n  \\\"ibm860\\\": \\\"cp860\\\",\\n  \\\"csibm860\\\": \\\"cp860\\\",\\n  \\\"cp861\\\": {\\n    \\\"type\\\": \\\"_sbcs\\\",\\n    \\\"chars\\\": \\\"ÇüéâäàåçêëèÐðÞÄÅÉæÆôöþûÝýÖÜø£Ø₧ƒáíóúÁÍÓÚ¿⌐¬½¼¡«»░▒▓│┤╡╢╖╕╣║╗╝╜╛┐└┴┬├─┼╞╟╚╔╩╦╠═╬╧╨╤╥╙╘╒╓╫╪┘┌█▄▌▐▀αßΓπΣσµτΦΘΩδ∞φε∩≡±≥≤⌠⌡÷≈°∙·√ⁿ²■ \\\"\\n  },\\n  \\\"ibm861\\\": \\\"cp861\\\",\\n  \\\"csibm861\\\": \\\"cp861\\\",\\n  \\\"cp862\\\": {\\n    \\\"type\\\": \\\"_sbcs\\\",\\n    \\\"chars\\\": \\\"אבגדהוזחטיךכלםמןנסעףפץצקרשת¢£¥₧ƒáíóúñÑªº¿⌐¬½¼¡«»░▒▓│┤╡╢╖╕╣║╗╝╜╛┐└┴┬├─┼╞╟╚╔╩╦╠═╬╧╨╤╥╙╘╒╓╫╪┘┌█▄▌▐▀αßΓπΣσµτΦΘΩδ∞φε∩≡±≥≤⌠⌡÷≈°∙·√ⁿ²■ \\\"\\n  },\\n  \\\"ibm862\\\": \\\"cp862\\\",\\n  \\\"csibm862\\\": \\\"cp862\\\",\\n  \\\"cp863\\\": {\\n    \\\"type\\\": \\\"_sbcs\\\",\\n    \\\"chars\\\": \\\"ÇüéâÂà¶çêëèïî‗À§ÉÈÊôËÏûù¤ÔÜ¢£ÙÛƒ¦´óú¨¸³¯Î⌐¬½¼¾«»░▒▓│┤╡╢╖╕╣║╗╝╜╛┐└┴┬├─┼╞╟╚╔╩╦╠═╬╧╨╤╥╙╘╒╓╫╪┘┌█▄▌▐▀αßΓπΣσµτΦΘΩδ∞φε∩≡±≥≤⌠⌡÷≈°∙·√ⁿ²■ \\\"\\n  },\\n  \\\"ibm863\\\": \\\"cp863\\\",\\n  \\\"csibm863\\\": \\\"cp863\\\",\\n  \\\"cp864\\\": {\\n    \\\"type\\\": \\\"_sbcs\\\",\\n    \\\"chars\\\": \\\"\\\\u0000\\\\u0001\\\\u0002\\\\u0003\\\\u0004\\\\u0005\\\\u0006\\\\u0007\\\\b\\\\t\\\\n\\\\u000b\\\\f\\\\r\\\\u000e\\\\u000f\\\\u0010\\\\u0011\\\\u0012\\\\u0013\\\\u0014\\\\u0015\\\\u0016\\\\u0017\\\\u0018\\\\u0019\\\\u001a\\\\u001b\\\\u001c\\\\u001d\\\\u001e\\\\u001f !\\\\\\\"#$٪&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\\\\\\\\]^_`abcdefghijklmnopqrstuvwxyz{|}~°·∙√▒─│┼┤┬├┴┐┌└┘β∞φ±½¼≈«»ﻷﻸ��ﻻﻼ� ­ﺂ£¤ﺄ��ﺎﺏﺕﺙ،ﺝﺡﺥ٠١٢٣٤٥٦٧٨٩ﻑ؛ﺱﺵﺹ؟¢ﺀﺁﺃﺅﻊﺋﺍﺑﺓﺗﺛﺟﺣﺧﺩﺫﺭﺯﺳﺷﺻﺿﻁﻅﻋﻏ¦¬÷×ﻉـﻓﻗﻛﻟﻣﻧﻫﻭﻯﻳﺽﻌﻎﻍﻡﹽّﻥﻩﻬﻰﻲﻐﻕﻵﻶﻝﻙﻱ■�\\\"\\n  },\\n  \\\"ibm864\\\": \\\"cp864\\\",\\n  \\\"csibm864\\\": \\\"cp864\\\",\\n  \\\"cp865\\\": {\\n    \\\"type\\\": \\\"_sbcs\\\",\\n    \\\"chars\\\": \\\"ÇüéâäàåçêëèïîìÄÅÉæÆôöòûùÿÖÜø£Ø₧ƒáíóúñÑªº¿⌐¬½¼¡«¤░▒▓│┤╡╢╖╕╣║╗╝╜╛┐└┴┬├─┼╞╟╚╔╩╦╠═╬╧╨╤╥╙╘╒╓╫╪┘┌█▄▌▐▀αßΓπΣσµτΦΘΩδ∞φε∩≡±≥≤⌠⌡÷≈°∙·√ⁿ²■ \\\"\\n  },\\n  \\\"ibm865\\\": \\\"cp865\\\",\\n  \\\"csibm865\\\": \\\"cp865\\\",\\n  \\\"cp866\\\": {\\n    \\\"type\\\": \\\"_sbcs\\\",\\n    \\\"chars\\\": \\\"АБВГДЕЖЗИЙКЛМНОПРСТУФХЦЧШЩЪЫЬЭЮЯабвгдежзийклмноп░▒▓│┤╡╢╖╕╣║╗╝╜╛┐└┴┬├─┼╞╟╚╔╩╦╠═╬╧╨╤╥╙╘╒╓╫╪┘┌█▄▌▐▀рстуфхцчшщъыьэюяЁёЄєЇїЎў°∙·√№¤■ \\\"\\n  },\\n  \\\"ibm866\\\": \\\"cp866\\\",\\n  \\\"csibm866\\\": \\\"cp866\\\",\\n  \\\"cp869\\\": {\\n    \\\"type\\\": \\\"_sbcs\\\",\\n    \\\"chars\\\": \\\"������Ά�·¬¦‘’Έ―ΉΊΪΌ��ΎΫ©Ώ²³ά£έήίϊΐόύΑΒΓΔΕΖΗ½ΘΙ«»░▒▓│┤ΚΛΜΝ╣║╗╝ΞΟ┐└┴┬├─┼ΠΡ╚╔╩╦╠═╬ΣΤΥΦΧΨΩαβγ┘┌█▄δε▀ζηθικλμνξοπρσςτ΄­±υφχ§ψ΅°¨ωϋΰώ■ \\\"\\n  },\\n  \\\"ibm869\\\": \\\"cp869\\\",\\n  \\\"csibm869\\\": \\\"cp869\\\",\\n  \\\"cp922\\\": {\\n    \\\"type\\\": \\\"_sbcs\\\",\\n    \\\"chars\\\": \\\" ¡¢£¤¥¦§¨©ª«¬­®‾°±²³´µ¶·¸¹º»¼½¾¿ÀÁÂÃÄÅÆÇÈÉÊËÌÍÎÏŠÑÒÓÔÕÖ×ØÙÚÛÜÝŽßàáâãäåæçèéêëìíîïšñòóôõö÷øùúûüýžÿ\\\"\\n  },\\n  \\\"ibm922\\\": \\\"cp922\\\",\\n  \\\"csibm922\\\": \\\"cp922\\\",\\n  \\\"cp1046\\\": {\\n    \\\"type\\\": \\\"_sbcs\\\",\\n    \\\"chars\\\": \\\"ﺈ×÷ﹱ■│─┐┌└┘ﹹﹻﹽﹿﹷﺊﻰﻳﻲﻎﻏﻐﻶﻸﻺﻼ ¤ﺋﺑﺗﺛﺟﺣ،­ﺧﺳ٠١٢٣٤٥٦٧٨٩ﺷ؛ﺻﺿﻊ؟ﻋءآأؤإئابةتثجحخدذرزسشصضطﻇعغﻌﺂﺄﺎﻓـفقكلمنهوىيًٌٍَُِّْﻗﻛﻟﻵﻷﻹﻻﻣﻧﻬﻩ�\\\"\\n  },\\n  \\\"ibm1046\\\": \\\"cp1046\\\",\\n  \\\"csibm1046\\\": \\\"cp1046\\\",\\n  \\\"cp1124\\\": {\\n    \\\"type\\\": \\\"_sbcs\\\",\\n    \\\"chars\\\": \\\" ЁЂҐЄЅІЇЈЉЊЋЌ­ЎЏАБВГДЕЖЗИЙКЛМНОПРСТУФХЦЧШЩЪЫЬЭЮЯабвгдежзийклмнопрстуфхцчшщъыьэюя№ёђґєѕіїјљњћќ§ўџ\\\"\\n  },\\n  \\\"ibm1124\\\": \\\"cp1124\\\",\\n  \\\"csibm1124\\\": \\\"cp1124\\\",\\n  \\\"cp1125\\\": {\\n    \\\"type\\\": \\\"_sbcs\\\",\\n    \\\"chars\\\": \\\"АБВГДЕЖЗИЙКЛМНОПРСТУФХЦЧШЩЪЫЬЭЮЯабвгдежзийклмноп░▒▓│┤╡╢╖╕╣║╗╝╜╛┐└┴┬├─┼╞╟╚╔╩╦╠═╬╧╨╤╥╙╘╒╓╫╪┘┌█▄▌▐▀рстуфхцчшщъыьэюяЁёҐґЄєІіЇї·√№¤■ \\\"\\n  },\\n  \\\"ibm1125\\\": \\\"cp1125\\\",\\n  \\\"csibm1125\\\": \\\"cp1125\\\",\\n  \\\"cp1129\\\": {\\n    \\\"type\\\": \\\"_sbcs\\\",\\n    \\\"chars\\\": \\\" ¡¢£¤¥¦§œ©ª«¬­®¯°±²³Ÿµ¶·Œ¹º»¼½¾¿ÀÁÂĂÄÅÆÇÈÉÊË̀ÍÎÏĐÑ̉ÓÔƠÖ×ØÙÚÛÜỮßàáâăäåæçèéêë́íîïđṇ̃óôơö÷øùúûüư₫ÿ\\\"\\n  },\\n  \\\"ibm1129\\\": \\\"cp1129\\\",\\n  \\\"csibm1129\\\": \\\"cp1129\\\",\\n  \\\"cp1133\\\": {\\n    \\\"type\\\": \\\"_sbcs\\\",\\n    \\\"chars\\\": \\\" ກຂຄງຈສຊຍດຕຖທນບປຜຝພຟມຢຣລວຫອຮ���ຯະາຳິີຶືຸູຼັົຽ���ເແໂໃໄ່້໊໋໌ໍໆ�ໜໝ₭����������������໐໑໒໓໔໕໖໗໘໙��¢¬¦�\\\"\\n  },\\n  \\\"ibm1133\\\": \\\"cp1133\\\",\\n  \\\"csibm1133\\\": \\\"cp1133\\\",\\n  \\\"cp1161\\\": {\\n    \\\"type\\\": \\\"_sbcs\\\",\\n    \\\"chars\\\": \\\"��������������������������������่กขฃคฅฆงจฉชซฌญฎฏฐฑฒณดตถทธนบปผฝพฟภมยรฤลฦวศษสหฬอฮฯะัาำิีึืฺุู้๊๋€฿เแโใไๅๆ็่้๊๋์ํ๎๏๐๑๒๓๔๕๖๗๘๙๚๛¢¬¦ \\\"\\n  },\\n  \\\"ibm1161\\\": \\\"cp1161\\\",\\n  \\\"csibm1161\\\": \\\"cp1161\\\",\\n  \\\"cp1162\\\": {\\n    \\\"type\\\": \\\"_sbcs\\\",\\n    \\\"chars\\\": \\\"€…‘’“”•–— กขฃคฅฆงจฉชซฌญฎฏฐฑฒณดตถทธนบปผฝพฟภมยรฤลฦวศษสหฬอฮฯะัาำิีึืฺุู����฿เแโใไๅๆ็่้๊๋์ํ๎๏๐๑๒๓๔๕๖๗๘๙๚๛����\\\"\\n  },\\n  \\\"ibm1162\\\": \\\"cp1162\\\",\\n  \\\"csibm1162\\\": \\\"cp1162\\\",\\n  \\\"cp1163\\\": {\\n    \\\"type\\\": \\\"_sbcs\\\",\\n    \\\"chars\\\": \\\" ¡¢£€¥¦§œ©ª«¬­®¯°±²³Ÿµ¶·Œ¹º»¼½¾¿ÀÁÂĂÄÅÆÇÈÉÊË̀ÍÎÏĐÑ̉ÓÔƠÖ×ØÙÚÛÜỮßàáâăäåæçèéêë́íîïđṇ̃óôơö÷øùúûüư₫ÿ\\\"\\n  },\\n  \\\"ibm1163\\\": \\\"cp1163\\\",\\n  \\\"csibm1163\\\": \\\"cp1163\\\",\\n  \\\"maccroatian\\\": {\\n    \\\"type\\\": \\\"_sbcs\\\",\\n    \\\"chars\\\": \\\"ÄÅÇÉÑÖÜáàâäãåçéèêëíìîïñóòôöõúùûü†°¢£§•¶ß®Š™´¨≠ŽØ∞±≤≥∆µ∂∑∏š∫ªºΩžø¿¡¬√ƒ≈Ć«Č… ÀÃÕŒœĐ—“”‘’÷◊�©⁄¤‹›Æ»–·‚„‰ÂćÁčÈÍÎÏÌÓÔđÒÚÛÙıˆ˜¯πË˚¸Êæˇ\\\"\\n  },\\n  \\\"maccyrillic\\\": {\\n    \\\"type\\\": \\\"_sbcs\\\",\\n    \\\"chars\\\": \\\"АБВГДЕЖЗИЙКЛМНОПРСТУФХЦЧШЩЪЫЬЭЮЯ†°¢£§•¶І®©™Ђђ≠Ѓѓ∞±≤≥іµ∂ЈЄєЇїЉљЊњјЅ¬√ƒ≈∆«»… ЋћЌќѕ–—“”‘’÷„ЎўЏџ№Ёёяабвгдежзийклмнопрстуфхцчшщъыьэю¤\\\"\\n  },\\n  \\\"macgreek\\\": {\\n    \\\"type\\\": \\\"_sbcs\\\",\\n    \\\"chars\\\": \\\"Ä¹²É³ÖÜ΅àâä΄¨çéèêë£™îï•½‰ôö¦­ùûü†ΓΔΘΛΞΠß®©ΣΪ§≠°·Α±≤≥¥ΒΕΖΗΙΚΜΦΫΨΩάΝ¬ΟΡ≈Τ«»… ΥΧΆΈœ–―“”‘’÷ΉΊΌΎέήίόΏύαβψδεφγηιξκλμνοπώρστθωςχυζϊϋΐΰ�\\\"\\n  },\\n  \\\"maciceland\\\": {\\n    \\\"type\\\": \\\"_sbcs\\\",\\n    \\\"chars\\\": \\\"ÄÅÇÉÑÖÜáàâäãåçéèêëíìîïñóòôöõúùûüÝ°¢£§•¶ß®©™´¨≠ÆØ∞±≤≥¥µ∂∑∏π∫ªºΩæø¿¡¬√ƒ≈∆«»… ÀÃÕŒœ–—“”‘’÷◊ÿŸ⁄¤ÐðÞþý·‚„‰ÂÊÁËÈÍÎÏÌÓÔ�ÒÚÛÙıˆ˜¯˘˙˚¸˝˛ˇ\\\"\\n  },\\n  \\\"macroman\\\": {\\n    \\\"type\\\": \\\"_sbcs\\\",\\n    \\\"chars\\\": \\\"ÄÅÇÉÑÖÜáàâäãåçéèêëíìîïñóòôöõúùûü†°¢£§•¶ß®©™´¨≠ÆØ∞±≤≥¥µ∂∑∏π∫ªºΩæø¿¡¬√ƒ≈∆«»… ÀÃÕŒœ–—“”‘’÷◊ÿŸ⁄¤‹›ﬁﬂ‡·‚„‰ÂÊÁËÈÍÎÏÌÓÔ�ÒÚÛÙıˆ˜¯˘˙˚¸˝˛ˇ\\\"\\n  },\\n  \\\"macromania\\\": {\\n    \\\"type\\\": \\\"_sbcs\\\",\\n    \\\"chars\\\": \\\"ÄÅÇÉÑÖÜáàâäãåçéèêëíìîïñóòôöõúùûü†°¢£§•¶ß®©™´¨≠ĂŞ∞±≤≥¥µ∂∑∏π∫ªºΩăş¿¡¬√ƒ≈∆«»… ÀÃÕŒœ–—“”‘’÷◊ÿŸ⁄¤‹›Ţţ‡·‚„‰ÂÊÁËÈÍÎÏÌÓÔ�ÒÚÛÙıˆ˜¯˘˙˚¸˝˛ˇ\\\"\\n  },\\n  \\\"macthai\\\": {\\n    \\\"type\\\": \\\"_sbcs\\\",\\n    \\\"chars\\\": \\\"«»…“”�•‘’� กขฃคฅฆงจฉชซฌญฎฏฐฑฒณดตถทธนบปผฝพฟภมยรฤลฦวศษสหฬอฮฯะัาำิีึืฺุู﻿​–—฿เแโใไๅๆ็่้๊๋์ํ™๏๐๑๒๓๔๕๖๗๘๙®©����\\\"\\n  },\\n  \\\"macturkish\\\": {\\n    \\\"type\\\": \\\"_sbcs\\\",\\n    \\\"chars\\\": \\\"ÄÅÇÉÑÖÜáàâäãåçéèêëíìîïñóòôöõúùûü†°¢£§•¶ß®©™´¨≠ÆØ∞±≤≥¥µ∂∑∏π∫ªºΩæø¿¡¬√ƒ≈∆«»… ÀÃÕŒœ–—“”‘’÷◊ÿŸĞğİıŞş‡·‚„‰ÂÊÁËÈÍÎÏÌÓÔ�ÒÚÛÙ�ˆ˜¯˘˙˚¸˝˛ˇ\\\"\\n  },\\n  \\\"macukraine\\\": {\\n    \\\"type\\\": \\\"_sbcs\\\",\\n    \\\"chars\\\": \\\"АБВГДЕЖЗИЙКЛМНОПРСТУФХЦЧШЩЪЫЬЭЮЯ†°Ґ£§•¶І®©™Ђђ≠Ѓѓ∞±≤≥іµґЈЄєЇїЉљЊњјЅ¬√ƒ≈∆«»… ЋћЌќѕ–—“”‘’÷„ЎўЏџ№Ёёяабвгдежзийклмнопрстуфхцчшщъыьэю¤\\\"\\n  },\\n  \\\"koi8r\\\": {\\n    \\\"type\\\": \\\"_sbcs\\\",\\n    \\\"chars\\\": \\\"─│┌┐└┘├┤┬┴┼▀▄█▌▐░▒▓⌠■∙√≈≤≥ ⌡°²·÷═║╒ё╓╔╕╖╗╘╙╚╛╜╝╞╟╠╡Ё╢╣╤╥╦╧╨╩╪╫╬©юабцдефгхийклмнопярстужвьызшэщчъЮАБЦДЕФГХИЙКЛМНОПЯРСТУЖВЬЫЗШЭЩЧЪ\\\"\\n  },\\n  \\\"koi8u\\\": {\\n    \\\"type\\\": \\\"_sbcs\\\",\\n    \\\"chars\\\": \\\"─│┌┐└┘├┤┬┴┼▀▄█▌▐░▒▓⌠■∙√≈≤≥ ⌡°²·÷═║╒ёє╔ії╗╘╙╚╛ґ╝╞╟╠╡ЁЄ╣ІЇ╦╧╨╩╪Ґ╬©юабцдефгхийклмнопярстужвьызшэщчъЮАБЦДЕФГХИЙКЛМНОПЯРСТУЖВЬЫЗШЭЩЧЪ\\\"\\n  },\\n  \\\"koi8ru\\\": {\\n    \\\"type\\\": \\\"_sbcs\\\",\\n    \\\"chars\\\": \\\"─│┌┐└┘├┤┬┴┼▀▄█▌▐░▒▓⌠■∙√≈≤≥ ⌡°²·÷═║╒ёє╔ії╗╘╙╚╛ґў╞╟╠╡ЁЄ╣ІЇ╦╧╨╩╪ҐЎ©юабцдефгхийклмнопярстужвьызшэщчъЮАБЦДЕФГХИЙКЛМНОПЯРСТУЖВЬЫЗШЭЩЧЪ\\\"\\n  },\\n  \\\"koi8t\\\": {\\n    \\\"type\\\": \\\"_sbcs\\\",\\n    \\\"chars\\\": \\\"қғ‚Ғ„…†‡�‰ҳ‹ҲҷҶ�Қ‘’“”•–—�™�›�����ӯӮё¤ӣ¦§���«¬­®�°±²Ё�Ӣ¶·�№�»���©юабцдефгхийклмнопярстужвьызшэщчъЮАБЦДЕФГХИЙКЛМНОПЯРСТУЖВЬЫЗШЭЩЧЪ\\\"\\n  },\\n  \\\"armscii8\\\": {\\n    \\\"type\\\": \\\"_sbcs\\\",\\n    \\\"chars\\\": \\\" �և։)(»«—.՝,-֊…՜՛՞ԱաԲբԳգԴդԵեԶզԷէԸըԹթԺժԻիԼլԽխԾծԿկՀհՁձՂղՃճՄմՅյՆնՇշՈոՉչՊպՋջՌռՍսՎվՏտՐրՑցՒւՓփՔքՕօՖֆ՚�\\\"\\n  },\\n  \\\"rk1048\\\": {\\n    \\\"type\\\": \\\"_sbcs\\\",\\n    \\\"chars\\\": \\\"ЂЃ‚ѓ„…†‡€‰Љ‹ЊҚҺЏђ‘’“”•–—�™љ›њқһџ ҰұӘ¤Ө¦§Ё©Ғ«¬­®Ү°±Ііөµ¶·ё№ғ»әҢңүАБВГДЕЖЗИЙКЛМНОПРСТУФХЦЧШЩЪЫЬЭЮЯабвгдежзийклмнопрстуфхцчшщъыьэюя\\\"\\n  },\\n  \\\"tcvn\\\": {\\n    \\\"type\\\": \\\"_sbcs\\\",\\n    \\\"chars\\\": \\\"\\\\u0000ÚỤ\\\\u0003ỪỬỮ\\\\u0007\\\\b\\\\t\\\\n\\\\u000b\\\\f\\\\r\\\\u000e\\\\u000f\\\\u0010ỨỰỲỶỸÝỴ\\\\u0018\\\\u0019\\\\u001a\\\\u001b\\\\u001c\\\\u001d\\\\u001e\\\\u001f !\\\\\\\"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\\\\\\\\]^_`abcdefghijklmnopqrstuvwxyz{|}~ÀẢÃÁẠẶẬÈẺẼÉẸỆÌỈĨÍỊÒỎÕÓỌỘỜỞỠỚỢÙỦŨ ĂÂÊÔƠƯĐăâêôơưđẶ̀̀̉̃́àảãáạẲằẳẵắẴẮẦẨẪẤỀặầẩẫấậèỂẻẽéẹềểễếệìỉỄẾỒĩíịòỔỏõóọồổỗốộờởỡớợùỖủũúụừửữứựỳỷỹýỵỐ\\\"\\n  },\\n  \\\"georgianacademy\\\": {\\n    \\\"type\\\": \\\"_sbcs\\\",\\n    \\\"chars\\\": \\\"‚ƒ„…†‡ˆ‰Š‹Œ‘’“”•–—˜™š›œŸ ¡¢£¤¥¦§¨©ª«¬­®¯°±²³´µ¶·¸¹º»¼½¾¿აბგდევზთიკლმნოპჟრსტუფქღყშჩცძწჭხჯჰჱჲჳჴჵჶçèéêëìíîïðñòóôõö÷øùúûüýþÿ\\\"\\n  },\\n  \\\"georgianps\\\": {\\n    \\\"type\\\": \\\"_sbcs\\\",\\n    \\\"chars\\\": \\\"‚ƒ„…†‡ˆ‰Š‹Œ‘’“”•–—˜™š›œŸ ¡¢£¤¥¦§¨©ª«¬­®¯°±²³´µ¶·¸¹º»¼½¾¿აბგდევზჱთიკლმნჲოპჟრსტჳუფქღყშჩცძწჭხჴჯჰჵæçèéêëìíîïðñòóôõö÷øùúûüýþÿ\\\"\\n  },\\n  \\\"pt154\\\": {\\n    \\\"type\\\": \\\"_sbcs\\\",\\n    \\\"chars\\\": \\\"ҖҒӮғ„…ҶҮҲүҠӢҢҚҺҸҗ‘’“”•–—ҳҷҡӣңқһҹ ЎўЈӨҘҰ§Ё©Ә«¬ӯ®Ҝ°ұІіҙө¶·ё№ә»јҪҫҝАБВГДЕЖЗИЙКЛМНОПРСТУФХЦЧШЩЪЫЬЭЮЯабвгдежзийклмнопрстуфхцчшщъыьэюя\\\"\\n  },\\n  \\\"viscii\\\": {\\n    \\\"type\\\": \\\"_sbcs\\\",\\n    \\\"chars\\\": \\\"\\\\u0000\\\\u0001Ẳ\\\\u0003\\\\u0004ẴẪ\\\\u0007\\\\b\\\\t\\\\n\\\\u000b\\\\f\\\\r\\\\u000e\\\\u000f\\\\u0010\\\\u0011\\\\u0012\\\\u0013Ỷ\\\\u0015\\\\u0016\\\\u0017\\\\u0018Ỹ\\\\u001a\\\\u001b\\\\u001c\\\\u001dỴ\\\\u001f !\\\\\\\"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\\\\\\\\]^_`abcdefghijklmnopqrstuvwxyz{|}~ẠẮẰẶẤẦẨẬẼẸẾỀỂỄỆỐỒỔỖỘỢỚỜỞỊỎỌỈỦŨỤỲÕắằặấầẩậẽẹếềểễệốồổỗỠƠộờởịỰỨỪỬơớƯÀÁÂÃẢĂẳẵÈÉÊẺÌÍĨỳĐứÒÓÔạỷừửÙÚỹỵÝỡưàáâãảăữẫèéêẻìíĩỉđựòóôõỏọụùúũủýợỮ\\\"\\n  },\\n  \\\"iso646cn\\\": {\\n    \\\"type\\\": \\\"_sbcs\\\",\\n    \\\"chars\\\": \\\"\\\\u0000\\\\u0001\\\\u0002\\\\u0003\\\\u0004\\\\u0005\\\\u0006\\\\u0007\\\\b\\\\t\\\\n\\\\u000b\\\\f\\\\r\\\\u000e\\\\u000f\\\\u0010\\\\u0011\\\\u0012\\\\u0013\\\\u0014\\\\u0015\\\\u0016\\\\u0017\\\\u0018\\\\u0019\\\\u001a\\\\u001b\\\\u001c\\\\u001d\\\\u001e\\\\u001f !\\\\\\\"#¥%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\\\\\\\\]^_`abcdefghijklmnopqrstuvwxyz{|}‾��������������������������������������������������������������������������������������������������������������������������������\\\"\\n  },\\n  \\\"iso646jp\\\": {\\n    \\\"type\\\": \\\"_sbcs\\\",\\n    \\\"chars\\\": \\\"\\\\u0000\\\\u0001\\\\u0002\\\\u0003\\\\u0004\\\\u0005\\\\u0006\\\\u0007\\\\b\\\\t\\\\n\\\\u000b\\\\f\\\\r\\\\u000e\\\\u000f\\\\u0010\\\\u0011\\\\u0012\\\\u0013\\\\u0014\\\\u0015\\\\u0016\\\\u0017\\\\u0018\\\\u0019\\\\u001a\\\\u001b\\\\u001c\\\\u001d\\\\u001e\\\\u001f !\\\\\\\"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[¥]^_`abcdefghijklmnopqrstuvwxyz{|}‾��������������������������������������������������������������������������������������������������������������������������������\\\"\\n  },\\n  \\\"hproman8\\\": {\\n    \\\"type\\\": \\\"_sbcs\\\",\\n    \\\"chars\\\": \\\" ÀÂÈÊËÎÏ´ˋˆ¨˜ÙÛ₤¯Ýý°ÇçÑñ¡¿¤£¥§ƒ¢âêôûáéóúàèòùäëöüÅîØÆåíøæÄìÖÜÉïßÔÁÃãÐðÍÌÓÒÕõŠšÚŸÿÞþ·µ¶¾—¼½ªº«■»±�\\\"\\n  },\\n  \\\"macintosh\\\": {\\n    \\\"type\\\": \\\"_sbcs\\\",\\n    \\\"chars\\\": \\\"ÄÅÇÉÑÖÜáàâäãåçéèêëíìîïñóòôöõúùûü†°¢£§•¶ß®©™´¨≠ÆØ∞±≤≥¥µ∂∑∏π∫ªºΩæø¿¡¬√ƒ≈∆«»… ÀÃÕŒœ–—“”‘’÷◊ÿŸ⁄¤‹›ﬁﬂ‡·‚„‰ÂÊÁËÈÍÎÏÌÓÔ�ÒÚÛÙıˆ˜¯˘˙˚¸˝˛ˇ\\\"\\n  },\\n  \\\"ascii\\\": {\\n    \\\"type\\\": \\\"_sbcs\\\",\\n    \\\"chars\\\": \\\"��������������������������������������������������������������������������������������������������������������������������������\\\"\\n  },\\n  \\\"tis620\\\": {\\n    \\\"type\\\": \\\"_sbcs\\\",\\n    \\\"chars\\\": \\\"���������������������������������กขฃคฅฆงจฉชซฌญฎฏฐฑฒณดตถทธนบปผฝพฟภมยรฤลฦวศษสหฬอฮฯะัาำิีึืฺุู����฿เแโใไๅๆ็่้๊๋์ํ๎๏๐๑๒๓๔๕๖๗๘๙๚๛����\\\"\\n  }\\n}\"\n    },\n    {\n      \"id\": 323,\n      \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/iconv-lite/encodings/dbcs-codec.js\",\n      \"name\": \"./node_modules/iconv-lite/encodings/dbcs-codec.js\",\n      \"index\": 319,\n      \"index2\": 310,\n      \"size\": 21360,\n      \"cacheable\": true,\n      \"built\": true,\n      \"optional\": false,\n      \"prefetched\": false,\n      \"chunks\": [\n        2\n      ],\n      \"issuer\": \"/Users/jarred/Code/styleurl/node_modules/iconv-lite/encodings/index.js\",\n      \"issuerId\": 316,\n      \"issuerName\": \"./node_modules/iconv-lite/encodings/index.js\",\n      \"issuerPath\": [\n        {\n          \"id\": 191,\n          \"identifier\": \"multi /Users/jarred/Code/styleurl/webpack/customPublicPath /Users/jarred/Code/styleurl/chrome/extension/background\",\n          \"name\": \"multi ./webpack/customPublicPath ./chrome/extension/background\",\n          \"profile\": {\n            \"factory\": 0,\n            \"building\": 0,\n            \"dependencies\": 54\n          }\n        },\n        {\n          \"id\": 192,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/background.js\",\n          \"name\": \"./chrome/extension/background.js\",\n          \"profile\": {\n            \"factory\": 54,\n            \"building\": 639,\n            \"dependencies\": 140\n          }\n        },\n        {\n          \"id\": 255,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/stylesheet-differ/lib/index.js\",\n          \"name\": \"./node_modules/stylesheet-differ/lib/index.js\",\n          \"profile\": {\n            \"factory\": 140,\n            \"building\": 568,\n            \"dependencies\": 1\n          }\n        },\n        {\n          \"id\": 256,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/native-css/index.js\",\n          \"name\": \"./node_modules/native-css/index.js\",\n          \"profile\": {\n            \"factory\": 189,\n            \"building\": 603,\n            \"dependencies\": 1\n          }\n        },\n        {\n          \"id\": 257,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/native-css/src/native-css.js\",\n          \"name\": \"./node_modules/native-css/src/native-css.js\",\n          \"profile\": {\n            \"factory\": 26,\n            \"building\": 63,\n            \"dependencies\": 14\n          }\n        },\n        {\n          \"id\": 293,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/fetch/lib/fetch.js\",\n          \"name\": \"./node_modules/fetch/lib/fetch.js\",\n          \"profile\": {\n            \"factory\": 117,\n            \"building\": 25,\n            \"dependencies\": 27\n          }\n        },\n        {\n          \"id\": 313,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/encoding/lib/encoding.js\",\n          \"name\": \"./node_modules/encoding/lib/encoding.js\",\n          \"profile\": {\n            \"factory\": 66,\n            \"building\": 38,\n            \"dependencies\": 20\n          }\n        },\n        {\n          \"id\": 314,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/iconv-lite/lib/index.js\",\n          \"name\": \"./node_modules/iconv-lite/lib/index.js\",\n          \"profile\": {\n            \"factory\": 123,\n            \"building\": 23,\n            \"dependencies\": 1\n          }\n        },\n        {\n          \"id\": 316,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/iconv-lite/encodings/index.js\",\n          \"name\": \"./node_modules/iconv-lite/encodings/index.js\",\n          \"profile\": {\n            \"factory\": 62,\n            \"building\": 61,\n            \"dependencies\": 1\n          }\n        }\n      ],\n      \"profile\": {\n        \"factory\": 26,\n        \"building\": 20,\n        \"dependencies\": 1\n      },\n      \"failed\": false,\n      \"errors\": 0,\n      \"warnings\": 0,\n      \"assets\": [],\n      \"reasons\": [\n        {\n          \"moduleId\": 316,\n          \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/iconv-lite/encodings/index.js\",\n          \"module\": \"./node_modules/iconv-lite/encodings/index.js\",\n          \"moduleName\": \"./node_modules/iconv-lite/encodings/index.js\",\n          \"type\": \"cjs require\",\n          \"userRequest\": \"./dbcs-codec\",\n          \"loc\": \"12:4-27\"\n        }\n      ],\n      \"usedExports\": true,\n      \"providedExports\": null,\n      \"optimizationBailout\": [\n        \"ModuleConcatenation bailout: Module is not an ECMAScript module\"\n      ],\n      \"depth\": 9,\n      \"source\": \"\\\"use strict\\\"\\n\\n// Multibyte codec. In this scheme, a character is represented by 1 or more bytes.\\n// Our codec supports UTF-16 surrogates, extensions for GB18030 and unicode sequences.\\n// To save memory and loading time, we read table files only when requested.\\n\\nexports._dbcs = DBCSCodec;\\n\\nvar UNASSIGNED = -1,\\n    GB18030_CODE = -2,\\n    SEQ_START  = -10,\\n    NODE_START = -1000,\\n    UNASSIGNED_NODE = new Array(0x100),\\n    DEF_CHAR = -1;\\n\\nfor (var i = 0; i < 0x100; i++)\\n    UNASSIGNED_NODE[i] = UNASSIGNED;\\n\\n\\n// Class DBCSCodec reads and initializes mapping tables.\\nfunction DBCSCodec(codecOptions, iconv) {\\n    this.encodingName = codecOptions.encodingName;\\n    if (!codecOptions)\\n        throw new Error(\\\"DBCS codec is called without the data.\\\")\\n    if (!codecOptions.table)\\n        throw new Error(\\\"Encoding '\\\" + this.encodingName + \\\"' has no data.\\\");\\n\\n    // Load tables.\\n    var mappingTable = codecOptions.table();\\n\\n\\n    // Decode tables: MBCS -> Unicode.\\n\\n    // decodeTables is a trie, encoded as an array of arrays of integers. Internal arrays are trie nodes and all have len = 256.\\n    // Trie root is decodeTables[0].\\n    // Values: >=  0 -> unicode character code. can be > 0xFFFF\\n    //         == UNASSIGNED -> unknown/unassigned sequence.\\n    //         == GB18030_CODE -> this is the end of a GB18030 4-byte sequence.\\n    //         <= NODE_START -> index of the next node in our trie to process next byte.\\n    //         <= SEQ_START  -> index of the start of a character code sequence, in decodeTableSeq.\\n    this.decodeTables = [];\\n    this.decodeTables[0] = UNASSIGNED_NODE.slice(0); // Create root node.\\n\\n    // Sometimes a MBCS char corresponds to a sequence of unicode chars. We store them as arrays of integers here. \\n    this.decodeTableSeq = [];\\n\\n    // Actual mapping tables consist of chunks. Use them to fill up decode tables.\\n    for (var i = 0; i < mappingTable.length; i++)\\n        this._addDecodeChunk(mappingTable[i]);\\n\\n    this.defaultCharUnicode = iconv.defaultCharUnicode;\\n\\n    \\n    // Encode tables: Unicode -> DBCS.\\n\\n    // `encodeTable` is array mapping from unicode char to encoded char. All its values are integers for performance.\\n    // Because it can be sparse, it is represented as array of buckets by 256 chars each. Bucket can be null.\\n    // Values: >=  0 -> it is a normal char. Write the value (if <=256 then 1 byte, if <=65536 then 2 bytes, etc.).\\n    //         == UNASSIGNED -> no conversion found. Output a default char.\\n    //         <= SEQ_START  -> it's an index in encodeTableSeq, see below. The character starts a sequence.\\n    this.encodeTable = [];\\n    \\n    // `encodeTableSeq` is used when a sequence of unicode characters is encoded as a single code. We use a tree of\\n    // objects where keys correspond to characters in sequence and leafs are the encoded dbcs values. A special DEF_CHAR key\\n    // means end of sequence (needed when one sequence is a strict subsequence of another).\\n    // Objects are kept separately from encodeTable to increase performance.\\n    this.encodeTableSeq = [];\\n\\n    // Some chars can be decoded, but need not be encoded.\\n    var skipEncodeChars = {};\\n    if (codecOptions.encodeSkipVals)\\n        for (var i = 0; i < codecOptions.encodeSkipVals.length; i++) {\\n            var val = codecOptions.encodeSkipVals[i];\\n            if (typeof val === 'number')\\n                skipEncodeChars[val] = true;\\n            else\\n                for (var j = val.from; j <= val.to; j++)\\n                    skipEncodeChars[j] = true;\\n        }\\n        \\n    // Use decode trie to recursively fill out encode tables.\\n    this._fillEncodeTable(0, 0, skipEncodeChars);\\n\\n    // Add more encoding pairs when needed.\\n    if (codecOptions.encodeAdd) {\\n        for (var uChar in codecOptions.encodeAdd)\\n            if (Object.prototype.hasOwnProperty.call(codecOptions.encodeAdd, uChar))\\n                this._setEncodeChar(uChar.charCodeAt(0), codecOptions.encodeAdd[uChar]);\\n    }\\n\\n    this.defCharSB  = this.encodeTable[0][iconv.defaultCharSingleByte.charCodeAt(0)];\\n    if (this.defCharSB === UNASSIGNED) this.defCharSB = this.encodeTable[0]['?'];\\n    if (this.defCharSB === UNASSIGNED) this.defCharSB = \\\"?\\\".charCodeAt(0);\\n\\n\\n    // Load & create GB18030 tables when needed.\\n    if (typeof codecOptions.gb18030 === 'function') {\\n        this.gb18030 = codecOptions.gb18030(); // Load GB18030 ranges.\\n\\n        // Add GB18030 decode tables.\\n        var thirdByteNodeIdx = this.decodeTables.length;\\n        var thirdByteNode = this.decodeTables[thirdByteNodeIdx] = UNASSIGNED_NODE.slice(0);\\n\\n        var fourthByteNodeIdx = this.decodeTables.length;\\n        var fourthByteNode = this.decodeTables[fourthByteNodeIdx] = UNASSIGNED_NODE.slice(0);\\n\\n        for (var i = 0x81; i <= 0xFE; i++) {\\n            var secondByteNodeIdx = NODE_START - this.decodeTables[0][i];\\n            var secondByteNode = this.decodeTables[secondByteNodeIdx];\\n            for (var j = 0x30; j <= 0x39; j++)\\n                secondByteNode[j] = NODE_START - thirdByteNodeIdx;\\n        }\\n        for (var i = 0x81; i <= 0xFE; i++)\\n            thirdByteNode[i] = NODE_START - fourthByteNodeIdx;\\n        for (var i = 0x30; i <= 0x39; i++)\\n            fourthByteNode[i] = GB18030_CODE\\n    }        \\n}\\n\\nDBCSCodec.prototype.encoder = DBCSEncoder;\\nDBCSCodec.prototype.decoder = DBCSDecoder;\\n\\n// Decoder helpers\\nDBCSCodec.prototype._getDecodeTrieNode = function(addr) {\\n    var bytes = [];\\n    for (; addr > 0; addr >>= 8)\\n        bytes.push(addr & 0xFF);\\n    if (bytes.length == 0)\\n        bytes.push(0);\\n\\n    var node = this.decodeTables[0];\\n    for (var i = bytes.length-1; i > 0; i--) { // Traverse nodes deeper into the trie.\\n        var val = node[bytes[i]];\\n\\n        if (val == UNASSIGNED) { // Create new node.\\n            node[bytes[i]] = NODE_START - this.decodeTables.length;\\n            this.decodeTables.push(node = UNASSIGNED_NODE.slice(0));\\n        }\\n        else if (val <= NODE_START) { // Existing node.\\n            node = this.decodeTables[NODE_START - val];\\n        }\\n        else\\n            throw new Error(\\\"Overwrite byte in \\\" + this.encodingName + \\\", addr: \\\" + addr.toString(16));\\n    }\\n    return node;\\n}\\n\\n\\nDBCSCodec.prototype._addDecodeChunk = function(chunk) {\\n    // First element of chunk is the hex mbcs code where we start.\\n    var curAddr = parseInt(chunk[0], 16);\\n\\n    // Choose the decoding node where we'll write our chars.\\n    var writeTable = this._getDecodeTrieNode(curAddr);\\n    curAddr = curAddr & 0xFF;\\n\\n    // Write all other elements of the chunk to the table.\\n    for (var k = 1; k < chunk.length; k++) {\\n        var part = chunk[k];\\n        if (typeof part === \\\"string\\\") { // String, write as-is.\\n            for (var l = 0; l < part.length;) {\\n                var code = part.charCodeAt(l++);\\n                if (0xD800 <= code && code < 0xDC00) { // Decode surrogate\\n                    var codeTrail = part.charCodeAt(l++);\\n                    if (0xDC00 <= codeTrail && codeTrail < 0xE000)\\n                        writeTable[curAddr++] = 0x10000 + (code - 0xD800) * 0x400 + (codeTrail - 0xDC00);\\n                    else\\n                        throw new Error(\\\"Incorrect surrogate pair in \\\"  + this.encodingName + \\\" at chunk \\\" + chunk[0]);\\n                }\\n                else if (0x0FF0 < code && code <= 0x0FFF) { // Character sequence (our own encoding used)\\n                    var len = 0xFFF - code + 2;\\n                    var seq = [];\\n                    for (var m = 0; m < len; m++)\\n                        seq.push(part.charCodeAt(l++)); // Simple variation: don't support surrogates or subsequences in seq.\\n\\n                    writeTable[curAddr++] = SEQ_START - this.decodeTableSeq.length;\\n                    this.decodeTableSeq.push(seq);\\n                }\\n                else\\n                    writeTable[curAddr++] = code; // Basic char\\n            }\\n        } \\n        else if (typeof part === \\\"number\\\") { // Integer, meaning increasing sequence starting with prev character.\\n            var charCode = writeTable[curAddr - 1] + 1;\\n            for (var l = 0; l < part; l++)\\n                writeTable[curAddr++] = charCode++;\\n        }\\n        else\\n            throw new Error(\\\"Incorrect type '\\\" + typeof part + \\\"' given in \\\"  + this.encodingName + \\\" at chunk \\\" + chunk[0]);\\n    }\\n    if (curAddr > 0xFF)\\n        throw new Error(\\\"Incorrect chunk in \\\"  + this.encodingName + \\\" at addr \\\" + chunk[0] + \\\": too long\\\" + curAddr);\\n}\\n\\n// Encoder helpers\\nDBCSCodec.prototype._getEncodeBucket = function(uCode) {\\n    var high = uCode >> 8; // This could be > 0xFF because of astral characters.\\n    if (this.encodeTable[high] === undefined)\\n        this.encodeTable[high] = UNASSIGNED_NODE.slice(0); // Create bucket on demand.\\n    return this.encodeTable[high];\\n}\\n\\nDBCSCodec.prototype._setEncodeChar = function(uCode, dbcsCode) {\\n    var bucket = this._getEncodeBucket(uCode);\\n    var low = uCode & 0xFF;\\n    if (bucket[low] <= SEQ_START)\\n        this.encodeTableSeq[SEQ_START-bucket[low]][DEF_CHAR] = dbcsCode; // There's already a sequence, set a single-char subsequence of it.\\n    else if (bucket[low] == UNASSIGNED)\\n        bucket[low] = dbcsCode;\\n}\\n\\nDBCSCodec.prototype._setEncodeSequence = function(seq, dbcsCode) {\\n    \\n    // Get the root of character tree according to first character of the sequence.\\n    var uCode = seq[0];\\n    var bucket = this._getEncodeBucket(uCode);\\n    var low = uCode & 0xFF;\\n\\n    var node;\\n    if (bucket[low] <= SEQ_START) {\\n        // There's already a sequence with  - use it.\\n        node = this.encodeTableSeq[SEQ_START-bucket[low]];\\n    }\\n    else {\\n        // There was no sequence object - allocate a new one.\\n        node = {};\\n        if (bucket[low] !== UNASSIGNED) node[DEF_CHAR] = bucket[low]; // If a char was set before - make it a single-char subsequence.\\n        bucket[low] = SEQ_START - this.encodeTableSeq.length;\\n        this.encodeTableSeq.push(node);\\n    }\\n\\n    // Traverse the character tree, allocating new nodes as needed.\\n    for (var j = 1; j < seq.length-1; j++) {\\n        var oldVal = node[uCode];\\n        if (typeof oldVal === 'object')\\n            node = oldVal;\\n        else {\\n            node = node[uCode] = {}\\n            if (oldVal !== undefined)\\n                node[DEF_CHAR] = oldVal\\n        }\\n    }\\n\\n    // Set the leaf to given dbcsCode.\\n    uCode = seq[seq.length-1];\\n    node[uCode] = dbcsCode;\\n}\\n\\nDBCSCodec.prototype._fillEncodeTable = function(nodeIdx, prefix, skipEncodeChars) {\\n    var node = this.decodeTables[nodeIdx];\\n    for (var i = 0; i < 0x100; i++) {\\n        var uCode = node[i];\\n        var mbCode = prefix + i;\\n        if (skipEncodeChars[mbCode])\\n            continue;\\n\\n        if (uCode >= 0)\\n            this._setEncodeChar(uCode, mbCode);\\n        else if (uCode <= NODE_START)\\n            this._fillEncodeTable(NODE_START - uCode, mbCode << 8, skipEncodeChars);\\n        else if (uCode <= SEQ_START)\\n            this._setEncodeSequence(this.decodeTableSeq[SEQ_START - uCode], mbCode);\\n    }\\n}\\n\\n\\n\\n// == Encoder ==================================================================\\n\\nfunction DBCSEncoder(options, codec) {\\n    // Encoder state\\n    this.leadSurrogate = -1;\\n    this.seqObj = undefined;\\n    \\n    // Static data\\n    this.encodeTable = codec.encodeTable;\\n    this.encodeTableSeq = codec.encodeTableSeq;\\n    this.defaultCharSingleByte = codec.defCharSB;\\n    this.gb18030 = codec.gb18030;\\n}\\n\\nDBCSEncoder.prototype.write = function(str) {\\n    var newBuf = new Buffer(str.length * (this.gb18030 ? 4 : 3)), \\n        leadSurrogate = this.leadSurrogate,\\n        seqObj = this.seqObj, nextChar = -1,\\n        i = 0, j = 0;\\n\\n    while (true) {\\n        // 0. Get next character.\\n        if (nextChar === -1) {\\n            if (i == str.length) break;\\n            var uCode = str.charCodeAt(i++);\\n        }\\n        else {\\n            var uCode = nextChar;\\n            nextChar = -1;    \\n        }\\n\\n        // 1. Handle surrogates.\\n        if (0xD800 <= uCode && uCode < 0xE000) { // Char is one of surrogates.\\n            if (uCode < 0xDC00) { // We've got lead surrogate.\\n                if (leadSurrogate === -1) {\\n                    leadSurrogate = uCode;\\n                    continue;\\n                } else {\\n                    leadSurrogate = uCode;\\n                    // Double lead surrogate found.\\n                    uCode = UNASSIGNED;\\n                }\\n            } else { // We've got trail surrogate.\\n                if (leadSurrogate !== -1) {\\n                    uCode = 0x10000 + (leadSurrogate - 0xD800) * 0x400 + (uCode - 0xDC00);\\n                    leadSurrogate = -1;\\n                } else {\\n                    // Incomplete surrogate pair - only trail surrogate found.\\n                    uCode = UNASSIGNED;\\n                }\\n                \\n            }\\n        }\\n        else if (leadSurrogate !== -1) {\\n            // Incomplete surrogate pair - only lead surrogate found.\\n            nextChar = uCode; uCode = UNASSIGNED; // Write an error, then current char.\\n            leadSurrogate = -1;\\n        }\\n\\n        // 2. Convert uCode character.\\n        var dbcsCode = UNASSIGNED;\\n        if (seqObj !== undefined && uCode != UNASSIGNED) { // We are in the middle of the sequence\\n            var resCode = seqObj[uCode];\\n            if (typeof resCode === 'object') { // Sequence continues.\\n                seqObj = resCode;\\n                continue;\\n\\n            } else if (typeof resCode == 'number') { // Sequence finished. Write it.\\n                dbcsCode = resCode;\\n\\n            } else if (resCode == undefined) { // Current character is not part of the sequence.\\n\\n                // Try default character for this sequence\\n                resCode = seqObj[DEF_CHAR];\\n                if (resCode !== undefined) {\\n                    dbcsCode = resCode; // Found. Write it.\\n                    nextChar = uCode; // Current character will be written too in the next iteration.\\n\\n                } else {\\n                    // TODO: What if we have no default? (resCode == undefined)\\n                    // Then, we should write first char of the sequence as-is and try the rest recursively.\\n                    // Didn't do it for now because no encoding has this situation yet.\\n                    // Currently, just skip the sequence and write current char.\\n                }\\n            }\\n            seqObj = undefined;\\n        }\\n        else if (uCode >= 0) {  // Regular character\\n            var subtable = this.encodeTable[uCode >> 8];\\n            if (subtable !== undefined)\\n                dbcsCode = subtable[uCode & 0xFF];\\n            \\n            if (dbcsCode <= SEQ_START) { // Sequence start\\n                seqObj = this.encodeTableSeq[SEQ_START-dbcsCode];\\n                continue;\\n            }\\n\\n            if (dbcsCode == UNASSIGNED && this.gb18030) {\\n                // Use GB18030 algorithm to find character(s) to write.\\n                var idx = findIdx(this.gb18030.uChars, uCode);\\n                if (idx != -1) {\\n                    var dbcsCode = this.gb18030.gbChars[idx] + (uCode - this.gb18030.uChars[idx]);\\n                    newBuf[j++] = 0x81 + Math.floor(dbcsCode / 12600); dbcsCode = dbcsCode % 12600;\\n                    newBuf[j++] = 0x30 + Math.floor(dbcsCode / 1260); dbcsCode = dbcsCode % 1260;\\n                    newBuf[j++] = 0x81 + Math.floor(dbcsCode / 10); dbcsCode = dbcsCode % 10;\\n                    newBuf[j++] = 0x30 + dbcsCode;\\n                    continue;\\n                }\\n            }\\n        }\\n\\n        // 3. Write dbcsCode character.\\n        if (dbcsCode === UNASSIGNED)\\n            dbcsCode = this.defaultCharSingleByte;\\n        \\n        if (dbcsCode < 0x100) {\\n            newBuf[j++] = dbcsCode;\\n        }\\n        else if (dbcsCode < 0x10000) {\\n            newBuf[j++] = dbcsCode >> 8;   // high byte\\n            newBuf[j++] = dbcsCode & 0xFF; // low byte\\n        }\\n        else {\\n            newBuf[j++] = dbcsCode >> 16;\\n            newBuf[j++] = (dbcsCode >> 8) & 0xFF;\\n            newBuf[j++] = dbcsCode & 0xFF;\\n        }\\n    }\\n\\n    this.seqObj = seqObj;\\n    this.leadSurrogate = leadSurrogate;\\n    return newBuf.slice(0, j);\\n}\\n\\nDBCSEncoder.prototype.end = function() {\\n    if (this.leadSurrogate === -1 && this.seqObj === undefined)\\n        return; // All clean. Most often case.\\n\\n    var newBuf = new Buffer(10), j = 0;\\n\\n    if (this.seqObj) { // We're in the sequence.\\n        var dbcsCode = this.seqObj[DEF_CHAR];\\n        if (dbcsCode !== undefined) { // Write beginning of the sequence.\\n            if (dbcsCode < 0x100) {\\n                newBuf[j++] = dbcsCode;\\n            }\\n            else {\\n                newBuf[j++] = dbcsCode >> 8;   // high byte\\n                newBuf[j++] = dbcsCode & 0xFF; // low byte\\n            }\\n        } else {\\n            // See todo above.\\n        }\\n        this.seqObj = undefined;\\n    }\\n\\n    if (this.leadSurrogate !== -1) {\\n        // Incomplete surrogate pair - only lead surrogate found.\\n        newBuf[j++] = this.defaultCharSingleByte;\\n        this.leadSurrogate = -1;\\n    }\\n    \\n    return newBuf.slice(0, j);\\n}\\n\\n// Export for testing\\nDBCSEncoder.prototype.findIdx = findIdx;\\n\\n\\n// == Decoder ==================================================================\\n\\nfunction DBCSDecoder(options, codec) {\\n    // Decoder state\\n    this.nodeIdx = 0;\\n    this.prevBuf = new Buffer(0);\\n\\n    // Static data\\n    this.decodeTables = codec.decodeTables;\\n    this.decodeTableSeq = codec.decodeTableSeq;\\n    this.defaultCharUnicode = codec.defaultCharUnicode;\\n    this.gb18030 = codec.gb18030;\\n}\\n\\nDBCSDecoder.prototype.write = function(buf) {\\n    var newBuf = new Buffer(buf.length*2),\\n        nodeIdx = this.nodeIdx, \\n        prevBuf = this.prevBuf, prevBufOffset = this.prevBuf.length,\\n        seqStart = -this.prevBuf.length, // idx of the start of current parsed sequence.\\n        uCode;\\n\\n    if (prevBufOffset > 0) // Make prev buf overlap a little to make it easier to slice later.\\n        prevBuf = Buffer.concat([prevBuf, buf.slice(0, 10)]);\\n    \\n    for (var i = 0, j = 0; i < buf.length; i++) {\\n        var curByte = (i >= 0) ? buf[i] : prevBuf[i + prevBufOffset];\\n\\n        // Lookup in current trie node.\\n        var uCode = this.decodeTables[nodeIdx][curByte];\\n\\n        if (uCode >= 0) { \\n            // Normal character, just use it.\\n        }\\n        else if (uCode === UNASSIGNED) { // Unknown char.\\n            // TODO: Callback with seq.\\n            //var curSeq = (seqStart >= 0) ? buf.slice(seqStart, i+1) : prevBuf.slice(seqStart + prevBufOffset, i+1 + prevBufOffset);\\n            i = seqStart; // Try to parse again, after skipping first byte of the sequence ('i' will be incremented by 'for' cycle).\\n            uCode = this.defaultCharUnicode.charCodeAt(0);\\n        }\\n        else if (uCode === GB18030_CODE) {\\n            var curSeq = (seqStart >= 0) ? buf.slice(seqStart, i+1) : prevBuf.slice(seqStart + prevBufOffset, i+1 + prevBufOffset);\\n            var ptr = (curSeq[0]-0x81)*12600 + (curSeq[1]-0x30)*1260 + (curSeq[2]-0x81)*10 + (curSeq[3]-0x30);\\n            var idx = findIdx(this.gb18030.gbChars, ptr);\\n            uCode = this.gb18030.uChars[idx] + ptr - this.gb18030.gbChars[idx];\\n        }\\n        else if (uCode <= NODE_START) { // Go to next trie node.\\n            nodeIdx = NODE_START - uCode;\\n            continue;\\n        }\\n        else if (uCode <= SEQ_START) { // Output a sequence of chars.\\n            var seq = this.decodeTableSeq[SEQ_START - uCode];\\n            for (var k = 0; k < seq.length - 1; k++) {\\n                uCode = seq[k];\\n                newBuf[j++] = uCode & 0xFF;\\n                newBuf[j++] = uCode >> 8;\\n            }\\n            uCode = seq[seq.length-1];\\n        }\\n        else\\n            throw new Error(\\\"iconv-lite internal error: invalid decoding table value \\\" + uCode + \\\" at \\\" + nodeIdx + \\\"/\\\" + curByte);\\n\\n        // Write the character to buffer, handling higher planes using surrogate pair.\\n        if (uCode > 0xFFFF) { \\n            uCode -= 0x10000;\\n            var uCodeLead = 0xD800 + Math.floor(uCode / 0x400);\\n            newBuf[j++] = uCodeLead & 0xFF;\\n            newBuf[j++] = uCodeLead >> 8;\\n\\n            uCode = 0xDC00 + uCode % 0x400;\\n        }\\n        newBuf[j++] = uCode & 0xFF;\\n        newBuf[j++] = uCode >> 8;\\n\\n        // Reset trie node.\\n        nodeIdx = 0; seqStart = i+1;\\n    }\\n\\n    this.nodeIdx = nodeIdx;\\n    this.prevBuf = (seqStart >= 0) ? buf.slice(seqStart) : prevBuf.slice(seqStart + prevBufOffset);\\n    return newBuf.slice(0, j).toString('ucs2');\\n}\\n\\nDBCSDecoder.prototype.end = function() {\\n    var ret = '';\\n\\n    // Try to parse all remaining chars.\\n    while (this.prevBuf.length > 0) {\\n        // Skip 1 character in the buffer.\\n        ret += this.defaultCharUnicode;\\n        var buf = this.prevBuf.slice(1);\\n\\n        // Parse remaining as usual.\\n        this.prevBuf = new Buffer(0);\\n        this.nodeIdx = 0;\\n        if (buf.length > 0)\\n            ret += this.write(buf);\\n    }\\n\\n    this.nodeIdx = 0;\\n    return ret;\\n}\\n\\n// Binary search for GB18030. Returns largest i such that table[i] <= val.\\nfunction findIdx(table, val) {\\n    if (table[0] > val)\\n        return -1;\\n\\n    var l = 0, r = table.length;\\n    while (l < r-1) { // always table[l] <= val < table[r]\\n        var mid = l + Math.floor((r-l+1)/2);\\n        if (table[mid] <= val)\\n            l = mid;\\n        else\\n            r = mid;\\n    }\\n    return l;\\n}\\n\\n\"\n    },\n    {\n      \"id\": 324,\n      \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/iconv-lite/encodings/dbcs-data.js\",\n      \"name\": \"./node_modules/iconv-lite/encodings/dbcs-data.js\",\n      \"index\": 320,\n      \"index2\": 319,\n      \"size\": 8111,\n      \"cacheable\": true,\n      \"built\": true,\n      \"optional\": false,\n      \"prefetched\": false,\n      \"chunks\": [\n        2\n      ],\n      \"issuer\": \"/Users/jarred/Code/styleurl/node_modules/iconv-lite/encodings/index.js\",\n      \"issuerId\": 316,\n      \"issuerName\": \"./node_modules/iconv-lite/encodings/index.js\",\n      \"issuerPath\": [\n        {\n          \"id\": 191,\n          \"identifier\": \"multi /Users/jarred/Code/styleurl/webpack/customPublicPath /Users/jarred/Code/styleurl/chrome/extension/background\",\n          \"name\": \"multi ./webpack/customPublicPath ./chrome/extension/background\",\n          \"profile\": {\n            \"factory\": 0,\n            \"building\": 0,\n            \"dependencies\": 54\n          }\n        },\n        {\n          \"id\": 192,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/background.js\",\n          \"name\": \"./chrome/extension/background.js\",\n          \"profile\": {\n            \"factory\": 54,\n            \"building\": 639,\n            \"dependencies\": 140\n          }\n        },\n        {\n          \"id\": 255,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/stylesheet-differ/lib/index.js\",\n          \"name\": \"./node_modules/stylesheet-differ/lib/index.js\",\n          \"profile\": {\n            \"factory\": 140,\n            \"building\": 568,\n            \"dependencies\": 1\n          }\n        },\n        {\n          \"id\": 256,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/native-css/index.js\",\n          \"name\": \"./node_modules/native-css/index.js\",\n          \"profile\": {\n            \"factory\": 189,\n            \"building\": 603,\n            \"dependencies\": 1\n          }\n        },\n        {\n          \"id\": 257,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/native-css/src/native-css.js\",\n          \"name\": \"./node_modules/native-css/src/native-css.js\",\n          \"profile\": {\n            \"factory\": 26,\n            \"building\": 63,\n            \"dependencies\": 14\n          }\n        },\n        {\n          \"id\": 293,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/fetch/lib/fetch.js\",\n          \"name\": \"./node_modules/fetch/lib/fetch.js\",\n          \"profile\": {\n            \"factory\": 117,\n            \"building\": 25,\n            \"dependencies\": 27\n          }\n        },\n        {\n          \"id\": 313,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/encoding/lib/encoding.js\",\n          \"name\": \"./node_modules/encoding/lib/encoding.js\",\n          \"profile\": {\n            \"factory\": 66,\n            \"building\": 38,\n            \"dependencies\": 20\n          }\n        },\n        {\n          \"id\": 314,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/iconv-lite/lib/index.js\",\n          \"name\": \"./node_modules/iconv-lite/lib/index.js\",\n          \"profile\": {\n            \"factory\": 123,\n            \"building\": 23,\n            \"dependencies\": 1\n          }\n        },\n        {\n          \"id\": 316,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/iconv-lite/encodings/index.js\",\n          \"name\": \"./node_modules/iconv-lite/encodings/index.js\",\n          \"profile\": {\n            \"factory\": 62,\n            \"building\": 61,\n            \"dependencies\": 1\n          }\n        }\n      ],\n      \"profile\": {\n        \"factory\": 26,\n        \"building\": 20,\n        \"dependencies\": 1\n      },\n      \"failed\": false,\n      \"errors\": 0,\n      \"warnings\": 0,\n      \"assets\": [],\n      \"reasons\": [\n        {\n          \"moduleId\": 316,\n          \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/iconv-lite/encodings/index.js\",\n          \"module\": \"./node_modules/iconv-lite/encodings/index.js\",\n          \"moduleName\": \"./node_modules/iconv-lite/encodings/index.js\",\n          \"type\": \"cjs require\",\n          \"userRequest\": \"./dbcs-data\",\n          \"loc\": \"13:4-26\"\n        }\n      ],\n      \"usedExports\": true,\n      \"providedExports\": null,\n      \"optimizationBailout\": [\n        \"ModuleConcatenation bailout: Module is not an ECMAScript module\"\n      ],\n      \"depth\": 9,\n      \"source\": \"\\\"use strict\\\"\\n\\n// Description of supported double byte encodings and aliases.\\n// Tables are not require()-d until they are needed to speed up library load.\\n// require()-s are direct to support Browserify.\\n\\nmodule.exports = {\\n    \\n    // == Japanese/ShiftJIS ====================================================\\n    // All japanese encodings are based on JIS X set of standards:\\n    // JIS X 0201 - Single-byte encoding of ASCII + ¥ + Kana chars at 0xA1-0xDF.\\n    // JIS X 0208 - Main set of 6879 characters, placed in 94x94 plane, to be encoded by 2 bytes. \\n    //              Has several variations in 1978, 1983, 1990 and 1997.\\n    // JIS X 0212 - Supplementary plane of 6067 chars in 94x94 plane. 1990. Effectively dead.\\n    // JIS X 0213 - Extension and modern replacement of 0208 and 0212. Total chars: 11233.\\n    //              2 planes, first is superset of 0208, second - revised 0212.\\n    //              Introduced in 2000, revised 2004. Some characters are in Unicode Plane 2 (0x2xxxx)\\n\\n    // Byte encodings are:\\n    //  * Shift_JIS: Compatible with 0201, uses not defined chars in top half as lead bytes for double-byte\\n    //               encoding of 0208. Lead byte ranges: 0x81-0x9F, 0xE0-0xEF; Trail byte ranges: 0x40-0x7E, 0x80-0x9E, 0x9F-0xFC.\\n    //               Windows CP932 is a superset of Shift_JIS. Some companies added more chars, notably KDDI.\\n    //  * EUC-JP:    Up to 3 bytes per character. Used mostly on *nixes.\\n    //               0x00-0x7F       - lower part of 0201\\n    //               0x8E, 0xA1-0xDF - upper part of 0201\\n    //               (0xA1-0xFE)x2   - 0208 plane (94x94).\\n    //               0x8F, (0xA1-0xFE)x2 - 0212 plane (94x94).\\n    //  * JIS X 208: 7-bit, direct encoding of 0208. Byte ranges: 0x21-0x7E (94 values). Uncommon.\\n    //               Used as-is in ISO2022 family.\\n    //  * ISO2022-JP: Stateful encoding, with escape sequences to switch between ASCII, \\n    //                0201-1976 Roman, 0208-1978, 0208-1983.\\n    //  * ISO2022-JP-1: Adds esc seq for 0212-1990.\\n    //  * ISO2022-JP-2: Adds esc seq for GB2313-1980, KSX1001-1992, ISO8859-1, ISO8859-7.\\n    //  * ISO2022-JP-3: Adds esc seq for 0201-1976 Kana set, 0213-2000 Planes 1, 2.\\n    //  * ISO2022-JP-2004: Adds 0213-2004 Plane 1.\\n    //\\n    // After JIS X 0213 appeared, Shift_JIS-2004, EUC-JISX0213 and ISO2022-JP-2004 followed, with just changing the planes.\\n    //\\n    // Overall, it seems that it's a mess :( http://www8.plala.or.jp/tkubota1/unicode-symbols-map2.html\\n\\n\\n    'shiftjis': {\\n        type: '_dbcs',\\n        table: function() { return require('./tables/shiftjis.json') },\\n        encodeAdd: {'\\\\u00a5': 0x5C, '\\\\u203E': 0x7E},\\n        encodeSkipVals: [{from: 0xED40, to: 0xF940}],\\n    },\\n    'csshiftjis': 'shiftjis',\\n    'mskanji': 'shiftjis',\\n    'sjis': 'shiftjis',\\n    'windows31j': 'shiftjis',\\n    'xsjis': 'shiftjis',\\n    'windows932': 'shiftjis',\\n    '932': 'shiftjis',\\n    'cp932': 'shiftjis',\\n\\n    'eucjp': {\\n        type: '_dbcs',\\n        table: function() { return require('./tables/eucjp.json') },\\n        encodeAdd: {'\\\\u00a5': 0x5C, '\\\\u203E': 0x7E},\\n    },\\n\\n    // TODO: KDDI extension to Shift_JIS\\n    // TODO: IBM CCSID 942 = CP932, but F0-F9 custom chars and other char changes.\\n    // TODO: IBM CCSID 943 = Shift_JIS = CP932 with original Shift_JIS lower 128 chars.\\n\\n    // == Chinese/GBK ==========================================================\\n    // http://en.wikipedia.org/wiki/GBK\\n\\n    // Oldest GB2312 (1981, ~7600 chars) is a subset of CP936\\n    'gb2312': 'cp936',\\n    'gb231280': 'cp936',\\n    'gb23121980': 'cp936',\\n    'csgb2312': 'cp936',\\n    'csiso58gb231280': 'cp936',\\n    'euccn': 'cp936',\\n    'isoir58': 'gbk',\\n\\n    // Microsoft's CP936 is a subset and approximation of GBK.\\n    // TODO: Euro = 0x80 in cp936, but not in GBK (where it's valid but undefined)\\n    'windows936': 'cp936',\\n    '936': 'cp936',\\n    'cp936': {\\n        type: '_dbcs',\\n        table: function() { return require('./tables/cp936.json') },\\n    },\\n\\n    // GBK (~22000 chars) is an extension of CP936 that added user-mapped chars and some other.\\n    'gbk': {\\n        type: '_dbcs',\\n        table: function() { return require('./tables/cp936.json').concat(require('./tables/gbk-added.json')) },\\n    },\\n    'xgbk': 'gbk',\\n\\n    // GB18030 is an algorithmic extension of GBK.\\n    'gb18030': {\\n        type: '_dbcs',\\n        table: function() { return require('./tables/cp936.json').concat(require('./tables/gbk-added.json')) },\\n        gb18030: function() { return require('./tables/gb18030-ranges.json') },\\n    },\\n\\n    'chinese': 'gb18030',\\n\\n    // TODO: Support GB18030 (~27000 chars + whole unicode mapping, cp54936)\\n    // http://icu-project.org/docs/papers/gb18030.html\\n    // http://source.icu-project.org/repos/icu/data/trunk/charset/data/xml/gb-18030-2000.xml\\n    // http://www.khngai.com/chinese/charmap/tblgbk.php?page=0\\n\\n    // == Korean ===============================================================\\n    // EUC-KR, KS_C_5601 and KS X 1001 are exactly the same.\\n    'windows949': 'cp949',\\n    '949': 'cp949',\\n    'cp949': {\\n        type: '_dbcs',\\n        table: function() { return require('./tables/cp949.json') },\\n    },\\n\\n    'cseuckr': 'cp949',\\n    'csksc56011987': 'cp949',\\n    'euckr': 'cp949',\\n    'isoir149': 'cp949',\\n    'korean': 'cp949',\\n    'ksc56011987': 'cp949',\\n    'ksc56011989': 'cp949',\\n    'ksc5601': 'cp949',\\n\\n\\n    // == Big5/Taiwan/Hong Kong ================================================\\n    // There are lots of tables for Big5 and cp950. Please see the following links for history:\\n    // http://moztw.org/docs/big5/  http://www.haible.de/bruno/charsets/conversion-tables/Big5.html\\n    // Variations, in roughly number of defined chars:\\n    //  * Windows CP 950: Microsoft variant of Big5. Canonical: http://www.unicode.org/Public/MAPPINGS/VENDORS/MICSFT/WINDOWS/CP950.TXT\\n    //  * Windows CP 951: Microsoft variant of Big5-HKSCS-2001. Seems to be never public. http://me.abelcheung.org/articles/research/what-is-cp951/\\n    //  * Big5-2003 (Taiwan standard) almost superset of cp950.\\n    //  * Unicode-at-on (UAO) / Mozilla 1.8. Falling out of use on the Web. Not supported by other browsers.\\n    //  * Big5-HKSCS (-2001, -2004, -2008). Hong Kong standard. \\n    //    many unicode code points moved from PUA to Supplementary plane (U+2XXXX) over the years.\\n    //    Plus, it has 4 combining sequences.\\n    //    Seems that Mozilla refused to support it for 10 yrs. https://bugzilla.mozilla.org/show_bug.cgi?id=162431 https://bugzilla.mozilla.org/show_bug.cgi?id=310299\\n    //    because big5-hkscs is the only encoding to include astral characters in non-algorithmic way.\\n    //    Implementations are not consistent within browsers; sometimes labeled as just big5.\\n    //    MS Internet Explorer switches from big5 to big5-hkscs when a patch applied.\\n    //    Great discussion & recap of what's going on https://bugzilla.mozilla.org/show_bug.cgi?id=912470#c31\\n    //    In the encoder, it might make sense to support encoding old PUA mappings to Big5 bytes seq-s.\\n    //    Official spec: http://www.ogcio.gov.hk/en/business/tech_promotion/ccli/terms/doc/2003cmp_2008.txt\\n    //                   http://www.ogcio.gov.hk/tc/business/tech_promotion/ccli/terms/doc/hkscs-2008-big5-iso.txt\\n    // \\n    // Current understanding of how to deal with Big5(-HKSCS) is in the Encoding Standard, http://encoding.spec.whatwg.org/#big5-encoder\\n    // Unicode mapping (http://www.unicode.org/Public/MAPPINGS/OBSOLETE/EASTASIA/OTHER/BIG5.TXT) is said to be wrong.\\n\\n    'windows950': 'cp950',\\n    '950': 'cp950',\\n    'cp950': {\\n        type: '_dbcs',\\n        table: function() { return require('./tables/cp950.json') },\\n    },\\n\\n    // Big5 has many variations and is an extension of cp950. We use Encoding Standard's as a consensus.\\n    'big5': 'big5hkscs',\\n    'big5hkscs': {\\n        type: '_dbcs',\\n        table: function() { return require('./tables/cp950.json').concat(require('./tables/big5-added.json')) },\\n        encodeSkipVals: [0xa2cc],\\n    },\\n\\n    'cnbig5': 'big5hkscs',\\n    'csbig5': 'big5hkscs',\\n    'xxbig5': 'big5hkscs',\\n\\n};\\n\"\n    },\n    {\n      \"id\": 325,\n      \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/iconv-lite/encodings/tables/shiftjis.json\",\n      \"name\": \"./node_modules/iconv-lite/encodings/tables/shiftjis.json\",\n      \"index\": 321,\n      \"index2\": 311,\n      \"size\": 9105,\n      \"cacheable\": true,\n      \"built\": true,\n      \"optional\": false,\n      \"prefetched\": false,\n      \"chunks\": [\n        2\n      ],\n      \"issuer\": \"/Users/jarred/Code/styleurl/node_modules/iconv-lite/encodings/dbcs-data.js\",\n      \"issuerId\": 324,\n      \"issuerName\": \"./node_modules/iconv-lite/encodings/dbcs-data.js\",\n      \"issuerPath\": [\n        {\n          \"id\": 191,\n          \"identifier\": \"multi /Users/jarred/Code/styleurl/webpack/customPublicPath /Users/jarred/Code/styleurl/chrome/extension/background\",\n          \"name\": \"multi ./webpack/customPublicPath ./chrome/extension/background\",\n          \"profile\": {\n            \"factory\": 0,\n            \"building\": 0,\n            \"dependencies\": 54\n          }\n        },\n        {\n          \"id\": 192,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/background.js\",\n          \"name\": \"./chrome/extension/background.js\",\n          \"profile\": {\n            \"factory\": 54,\n            \"building\": 639,\n            \"dependencies\": 140\n          }\n        },\n        {\n          \"id\": 255,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/stylesheet-differ/lib/index.js\",\n          \"name\": \"./node_modules/stylesheet-differ/lib/index.js\",\n          \"profile\": {\n            \"factory\": 140,\n            \"building\": 568,\n            \"dependencies\": 1\n          }\n        },\n        {\n          \"id\": 256,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/native-css/index.js\",\n          \"name\": \"./node_modules/native-css/index.js\",\n          \"profile\": {\n            \"factory\": 189,\n            \"building\": 603,\n            \"dependencies\": 1\n          }\n        },\n        {\n          \"id\": 257,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/native-css/src/native-css.js\",\n          \"name\": \"./node_modules/native-css/src/native-css.js\",\n          \"profile\": {\n            \"factory\": 26,\n            \"building\": 63,\n            \"dependencies\": 14\n          }\n        },\n        {\n          \"id\": 293,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/fetch/lib/fetch.js\",\n          \"name\": \"./node_modules/fetch/lib/fetch.js\",\n          \"profile\": {\n            \"factory\": 117,\n            \"building\": 25,\n            \"dependencies\": 27\n          }\n        },\n        {\n          \"id\": 313,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/encoding/lib/encoding.js\",\n          \"name\": \"./node_modules/encoding/lib/encoding.js\",\n          \"profile\": {\n            \"factory\": 66,\n            \"building\": 38,\n            \"dependencies\": 20\n          }\n        },\n        {\n          \"id\": 314,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/iconv-lite/lib/index.js\",\n          \"name\": \"./node_modules/iconv-lite/lib/index.js\",\n          \"profile\": {\n            \"factory\": 123,\n            \"building\": 23,\n            \"dependencies\": 1\n          }\n        },\n        {\n          \"id\": 316,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/iconv-lite/encodings/index.js\",\n          \"name\": \"./node_modules/iconv-lite/encodings/index.js\",\n          \"profile\": {\n            \"factory\": 62,\n            \"building\": 61,\n            \"dependencies\": 1\n          }\n        },\n        {\n          \"id\": 324,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/iconv-lite/encodings/dbcs-data.js\",\n          \"name\": \"./node_modules/iconv-lite/encodings/dbcs-data.js\",\n          \"profile\": {\n            \"factory\": 26,\n            \"building\": 20,\n            \"dependencies\": 1\n          }\n        }\n      ],\n      \"profile\": {\n        \"factory\": 9,\n        \"building\": 6\n      },\n      \"failed\": false,\n      \"errors\": 0,\n      \"warnings\": 0,\n      \"assets\": [],\n      \"reasons\": [\n        {\n          \"moduleId\": 324,\n          \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/iconv-lite/encodings/dbcs-data.js\",\n          \"module\": \"./node_modules/iconv-lite/encodings/dbcs-data.js\",\n          \"moduleName\": \"./node_modules/iconv-lite/encodings/dbcs-data.js\",\n          \"type\": \"cjs require\",\n          \"userRequest\": \"./tables/shiftjis.json\",\n          \"loc\": \"44:35-68\"\n        }\n      ],\n      \"usedExports\": true,\n      \"providedExports\": [\n        \"0\",\n        \"1\",\n        \"2\",\n        \"3\",\n        \"4\",\n        \"5\",\n        \"6\",\n        \"7\",\n        \"8\",\n        \"9\",\n        \"10\",\n        \"11\",\n        \"12\",\n        \"13\",\n        \"14\",\n        \"15\",\n        \"16\",\n        \"17\",\n        \"18\",\n        \"19\",\n        \"20\",\n        \"21\",\n        \"22\",\n        \"23\",\n        \"24\",\n        \"25\",\n        \"26\",\n        \"27\",\n        \"28\",\n        \"29\",\n        \"30\",\n        \"31\",\n        \"32\",\n        \"33\",\n        \"34\",\n        \"35\",\n        \"36\",\n        \"37\",\n        \"38\",\n        \"39\",\n        \"40\",\n        \"41\",\n        \"42\",\n        \"43\",\n        \"44\",\n        \"45\",\n        \"46\",\n        \"47\",\n        \"48\",\n        \"49\",\n        \"50\",\n        \"51\",\n        \"52\",\n        \"53\",\n        \"54\",\n        \"55\",\n        \"56\",\n        \"57\",\n        \"58\",\n        \"59\",\n        \"60\",\n        \"61\",\n        \"62\",\n        \"63\",\n        \"64\",\n        \"65\",\n        \"66\",\n        \"67\",\n        \"68\",\n        \"69\",\n        \"70\",\n        \"71\",\n        \"72\",\n        \"73\",\n        \"74\",\n        \"75\",\n        \"76\",\n        \"77\",\n        \"78\",\n        \"79\",\n        \"80\",\n        \"81\",\n        \"82\",\n        \"83\",\n        \"84\",\n        \"85\",\n        \"86\",\n        \"87\",\n        \"88\",\n        \"89\",\n        \"90\",\n        \"91\",\n        \"92\",\n        \"93\",\n        \"94\",\n        \"95\",\n        \"96\",\n        \"97\",\n        \"98\",\n        \"99\",\n        \"100\",\n        \"101\",\n        \"102\",\n        \"103\",\n        \"104\",\n        \"105\",\n        \"106\",\n        \"107\",\n        \"108\",\n        \"109\",\n        \"110\",\n        \"111\",\n        \"112\",\n        \"113\",\n        \"114\",\n        \"115\",\n        \"116\",\n        \"117\",\n        \"118\",\n        \"119\",\n        \"120\",\n        \"121\",\n        \"122\",\n        \"default\"\n      ],\n      \"optimizationBailout\": [\n        \"ModuleConcatenation bailout: Module is not an ECMAScript module\"\n      ],\n      \"depth\": 10,\n      \"source\": \"[\\n[\\\"0\\\",\\\"\\\\u0000\\\",128],\\n[\\\"a1\\\",\\\"｡\\\",62],\\n[\\\"8140\\\",\\\"　、。，．・：；？！゛゜´｀¨＾￣＿ヽヾゝゞ〃仝々〆〇ー―‐／＼～∥｜…‥‘’“”（）〔〕［］｛｝〈\\\",9,\\\"＋－±×\\\"],\\n[\\\"8180\\\",\\\"÷＝≠＜＞≦≧∞∴♂♀°′″℃￥＄￠￡％＃＆＊＠§☆★○●◎◇◆□■△▲▽▼※〒→←↑↓〓\\\"],\\n[\\\"81b8\\\",\\\"∈∋⊆⊇⊂⊃∪∩\\\"],\\n[\\\"81c8\\\",\\\"∧∨￢⇒⇔∀∃\\\"],\\n[\\\"81da\\\",\\\"∠⊥⌒∂∇≡≒≪≫√∽∝∵∫∬\\\"],\\n[\\\"81f0\\\",\\\"Å‰♯♭♪†‡¶\\\"],\\n[\\\"81fc\\\",\\\"◯\\\"],\\n[\\\"824f\\\",\\\"０\\\",9],\\n[\\\"8260\\\",\\\"Ａ\\\",25],\\n[\\\"8281\\\",\\\"ａ\\\",25],\\n[\\\"829f\\\",\\\"ぁ\\\",82],\\n[\\\"8340\\\",\\\"ァ\\\",62],\\n[\\\"8380\\\",\\\"ム\\\",22],\\n[\\\"839f\\\",\\\"Α\\\",16,\\\"Σ\\\",6],\\n[\\\"83bf\\\",\\\"α\\\",16,\\\"σ\\\",6],\\n[\\\"8440\\\",\\\"А\\\",5,\\\"ЁЖ\\\",25],\\n[\\\"8470\\\",\\\"а\\\",5,\\\"ёж\\\",7],\\n[\\\"8480\\\",\\\"о\\\",17],\\n[\\\"849f\\\",\\\"─│┌┐┘└├┬┤┴┼━┃┏┓┛┗┣┳┫┻╋┠┯┨┷┿┝┰┥┸╂\\\"],\\n[\\\"8740\\\",\\\"①\\\",19,\\\"Ⅰ\\\",9],\\n[\\\"875f\\\",\\\"㍉㌔㌢㍍㌘㌧㌃㌶㍑㍗㌍㌦㌣㌫㍊㌻㎜㎝㎞㎎㎏㏄㎡\\\"],\\n[\\\"877e\\\",\\\"㍻\\\"],\\n[\\\"8780\\\",\\\"〝〟№㏍℡㊤\\\",4,\\\"㈱㈲㈹㍾㍽㍼≒≡∫∮∑√⊥∠∟⊿∵∩∪\\\"],\\n[\\\"889f\\\",\\\"亜唖娃阿哀愛挨姶逢葵茜穐悪握渥旭葦芦鯵梓圧斡扱宛姐虻飴絢綾鮎或粟袷安庵按暗案闇鞍杏以伊位依偉囲夷委威尉惟意慰易椅為畏異移維緯胃萎衣謂違遺医井亥域育郁磯一壱溢逸稲茨芋鰯允印咽員因姻引飲淫胤蔭\\\"],\\n[\\\"8940\\\",\\\"院陰隠韻吋右宇烏羽迂雨卯鵜窺丑碓臼渦嘘唄欝蔚鰻姥厩浦瓜閏噂云運雲荏餌叡営嬰影映曳栄永泳洩瑛盈穎頴英衛詠鋭液疫益駅悦謁越閲榎厭円\\\"],\\n[\\\"8980\\\",\\\"園堰奄宴延怨掩援沿演炎焔煙燕猿縁艶苑薗遠鉛鴛塩於汚甥凹央奥往応押旺横欧殴王翁襖鴬鴎黄岡沖荻億屋憶臆桶牡乙俺卸恩温穏音下化仮何伽価佳加可嘉夏嫁家寡科暇果架歌河火珂禍禾稼箇花苛茄荷華菓蝦課嘩貨迦過霞蚊俄峨我牙画臥芽蛾賀雅餓駕介会解回塊壊廻快怪悔恢懐戒拐改\\\"],\\n[\\\"8a40\\\",\\\"魁晦械海灰界皆絵芥蟹開階貝凱劾外咳害崖慨概涯碍蓋街該鎧骸浬馨蛙垣柿蛎鈎劃嚇各廓拡撹格核殻獲確穫覚角赫較郭閣隔革学岳楽額顎掛笠樫\\\"],\\n[\\\"8a80\\\",\\\"橿梶鰍潟割喝恰括活渇滑葛褐轄且鰹叶椛樺鞄株兜竃蒲釜鎌噛鴨栢茅萱粥刈苅瓦乾侃冠寒刊勘勧巻喚堪姦完官寛干幹患感慣憾換敢柑桓棺款歓汗漢澗潅環甘監看竿管簡緩缶翰肝艦莞観諌貫還鑑間閑関陥韓館舘丸含岸巌玩癌眼岩翫贋雁頑顔願企伎危喜器基奇嬉寄岐希幾忌揮机旗既期棋棄\\\"],\\n[\\\"8b40\\\",\\\"機帰毅気汽畿祈季稀紀徽規記貴起軌輝飢騎鬼亀偽儀妓宜戯技擬欺犠疑祇義蟻誼議掬菊鞠吉吃喫桔橘詰砧杵黍却客脚虐逆丘久仇休及吸宮弓急救\\\"],\\n[\\\"8b80\\\",\\\"朽求汲泣灸球究窮笈級糾給旧牛去居巨拒拠挙渠虚許距鋸漁禦魚亨享京供侠僑兇競共凶協匡卿叫喬境峡強彊怯恐恭挟教橋況狂狭矯胸脅興蕎郷鏡響饗驚仰凝尭暁業局曲極玉桐粁僅勤均巾錦斤欣欽琴禁禽筋緊芹菌衿襟謹近金吟銀九倶句区狗玖矩苦躯駆駈駒具愚虞喰空偶寓遇隅串櫛釧屑屈\\\"],\\n[\\\"8c40\\\",\\\"掘窟沓靴轡窪熊隈粂栗繰桑鍬勲君薫訓群軍郡卦袈祁係傾刑兄啓圭珪型契形径恵慶慧憩掲携敬景桂渓畦稽系経継繋罫茎荊蛍計詣警軽頚鶏芸迎鯨\\\"],\\n[\\\"8c80\\\",\\\"劇戟撃激隙桁傑欠決潔穴結血訣月件倹倦健兼券剣喧圏堅嫌建憲懸拳捲検権牽犬献研硯絹県肩見謙賢軒遣鍵険顕験鹸元原厳幻弦減源玄現絃舷言諺限乎個古呼固姑孤己庫弧戸故枯湖狐糊袴股胡菰虎誇跨鈷雇顧鼓五互伍午呉吾娯後御悟梧檎瑚碁語誤護醐乞鯉交佼侯候倖光公功効勾厚口向\\\"],\\n[\\\"8d40\\\",\\\"后喉坑垢好孔孝宏工巧巷幸広庚康弘恒慌抗拘控攻昂晃更杭校梗構江洪浩港溝甲皇硬稿糠紅紘絞綱耕考肯肱腔膏航荒行衡講貢購郊酵鉱砿鋼閤降\\\"],\\n[\\\"8d80\\\",\\\"項香高鴻剛劫号合壕拷濠豪轟麹克刻告国穀酷鵠黒獄漉腰甑忽惚骨狛込此頃今困坤墾婚恨懇昏昆根梱混痕紺艮魂些佐叉唆嵯左差査沙瑳砂詐鎖裟坐座挫債催再最哉塞妻宰彩才採栽歳済災采犀砕砦祭斎細菜裁載際剤在材罪財冴坂阪堺榊肴咲崎埼碕鷺作削咋搾昨朔柵窄策索錯桜鮭笹匙冊刷\\\"],\\n[\\\"8e40\\\",\\\"察拶撮擦札殺薩雑皐鯖捌錆鮫皿晒三傘参山惨撒散桟燦珊産算纂蚕讃賛酸餐斬暫残仕仔伺使刺司史嗣四士始姉姿子屍市師志思指支孜斯施旨枝止\\\"],\\n[\\\"8e80\\\",\\\"死氏獅祉私糸紙紫肢脂至視詞詩試誌諮資賜雌飼歯事似侍児字寺慈持時次滋治爾璽痔磁示而耳自蒔辞汐鹿式識鴫竺軸宍雫七叱執失嫉室悉湿漆疾質実蔀篠偲柴芝屡蕊縞舎写射捨赦斜煮社紗者謝車遮蛇邪借勺尺杓灼爵酌釈錫若寂弱惹主取守手朱殊狩珠種腫趣酒首儒受呪寿授樹綬需囚収周\\\"],\\n[\\\"8f40\\\",\\\"宗就州修愁拾洲秀秋終繍習臭舟蒐衆襲讐蹴輯週酋酬集醜什住充十従戎柔汁渋獣縦重銃叔夙宿淑祝縮粛塾熟出術述俊峻春瞬竣舜駿准循旬楯殉淳\\\"],\\n[\\\"8f80\\\",\\\"準潤盾純巡遵醇順処初所暑曙渚庶緒署書薯藷諸助叙女序徐恕鋤除傷償勝匠升召哨商唱嘗奨妾娼宵将小少尚庄床廠彰承抄招掌捷昇昌昭晶松梢樟樵沼消渉湘焼焦照症省硝礁祥称章笑粧紹肖菖蒋蕉衝裳訟証詔詳象賞醤鉦鍾鐘障鞘上丈丞乗冗剰城場壌嬢常情擾条杖浄状畳穣蒸譲醸錠嘱埴飾\\\"],\\n[\\\"9040\\\",\\\"拭植殖燭織職色触食蝕辱尻伸信侵唇娠寝審心慎振新晋森榛浸深申疹真神秦紳臣芯薪親診身辛進針震人仁刃塵壬尋甚尽腎訊迅陣靭笥諏須酢図厨\\\"],\\n[\\\"9080\\\",\\\"逗吹垂帥推水炊睡粋翠衰遂酔錐錘随瑞髄崇嵩数枢趨雛据杉椙菅頗雀裾澄摺寸世瀬畝是凄制勢姓征性成政整星晴棲栖正清牲生盛精聖声製西誠誓請逝醒青静斉税脆隻席惜戚斥昔析石積籍績脊責赤跡蹟碩切拙接摂折設窃節説雪絶舌蝉仙先千占宣専尖川戦扇撰栓栴泉浅洗染潜煎煽旋穿箭線\\\"],\\n[\\\"9140\\\",\\\"繊羨腺舛船薦詮賎践選遷銭銑閃鮮前善漸然全禅繕膳糎噌塑岨措曾曽楚狙疏疎礎祖租粗素組蘇訴阻遡鼠僧創双叢倉喪壮奏爽宋層匝惣想捜掃挿掻\\\"],\\n[\\\"9180\\\",\\\"操早曹巣槍槽漕燥争痩相窓糟総綜聡草荘葬蒼藻装走送遭鎗霜騒像増憎臓蔵贈造促側則即息捉束測足速俗属賊族続卒袖其揃存孫尊損村遜他多太汰詑唾堕妥惰打柁舵楕陀駄騨体堆対耐岱帯待怠態戴替泰滞胎腿苔袋貸退逮隊黛鯛代台大第醍題鷹滝瀧卓啄宅托択拓沢濯琢託鐸濁諾茸凧蛸只\\\"],\\n[\\\"9240\\\",\\\"叩但達辰奪脱巽竪辿棚谷狸鱈樽誰丹単嘆坦担探旦歎淡湛炭短端箪綻耽胆蛋誕鍛団壇弾断暖檀段男談値知地弛恥智池痴稚置致蜘遅馳築畜竹筑蓄\\\"],\\n[\\\"9280\\\",\\\"逐秩窒茶嫡着中仲宙忠抽昼柱注虫衷註酎鋳駐樗瀦猪苧著貯丁兆凋喋寵帖帳庁弔張彫徴懲挑暢朝潮牒町眺聴脹腸蝶調諜超跳銚長頂鳥勅捗直朕沈珍賃鎮陳津墜椎槌追鎚痛通塚栂掴槻佃漬柘辻蔦綴鍔椿潰坪壷嬬紬爪吊釣鶴亭低停偵剃貞呈堤定帝底庭廷弟悌抵挺提梯汀碇禎程締艇訂諦蹄逓\\\"],\\n[\\\"9340\\\",\\\"邸鄭釘鼎泥摘擢敵滴的笛適鏑溺哲徹撤轍迭鉄典填天展店添纏甜貼転顛点伝殿澱田電兎吐堵塗妬屠徒斗杜渡登菟賭途都鍍砥砺努度土奴怒倒党冬\\\"],\\n[\\\"9380\\\",\\\"凍刀唐塔塘套宕島嶋悼投搭東桃梼棟盗淘湯涛灯燈当痘祷等答筒糖統到董蕩藤討謄豆踏逃透鐙陶頭騰闘働動同堂導憧撞洞瞳童胴萄道銅峠鴇匿得徳涜特督禿篤毒独読栃橡凸突椴届鳶苫寅酉瀞噸屯惇敦沌豚遁頓呑曇鈍奈那内乍凪薙謎灘捺鍋楢馴縄畷南楠軟難汝二尼弐迩匂賑肉虹廿日乳入\\\"],\\n[\\\"9440\\\",\\\"如尿韮任妊忍認濡禰祢寧葱猫熱年念捻撚燃粘乃廼之埜嚢悩濃納能脳膿農覗蚤巴把播覇杷波派琶破婆罵芭馬俳廃拝排敗杯盃牌背肺輩配倍培媒梅\\\"],\\n[\\\"9480\\\",\\\"楳煤狽買売賠陪這蝿秤矧萩伯剥博拍柏泊白箔粕舶薄迫曝漠爆縛莫駁麦函箱硲箸肇筈櫨幡肌畑畠八鉢溌発醗髪伐罰抜筏閥鳩噺塙蛤隼伴判半反叛帆搬斑板氾汎版犯班畔繁般藩販範釆煩頒飯挽晩番盤磐蕃蛮匪卑否妃庇彼悲扉批披斐比泌疲皮碑秘緋罷肥被誹費避非飛樋簸備尾微枇毘琵眉美\\\"],\\n[\\\"9540\\\",\\\"鼻柊稗匹疋髭彦膝菱肘弼必畢筆逼桧姫媛紐百謬俵彪標氷漂瓢票表評豹廟描病秒苗錨鋲蒜蛭鰭品彬斌浜瀕貧賓頻敏瓶不付埠夫婦富冨布府怖扶敷\\\"],\\n[\\\"9580\\\",\\\"斧普浮父符腐膚芙譜負賦赴阜附侮撫武舞葡蕪部封楓風葺蕗伏副復幅服福腹複覆淵弗払沸仏物鮒分吻噴墳憤扮焚奮粉糞紛雰文聞丙併兵塀幣平弊柄並蔽閉陛米頁僻壁癖碧別瞥蔑箆偏変片篇編辺返遍便勉娩弁鞭保舗鋪圃捕歩甫補輔穂募墓慕戊暮母簿菩倣俸包呆報奉宝峰峯崩庖抱捧放方朋\\\"],\\n[\\\"9640\\\",\\\"法泡烹砲縫胞芳萌蓬蜂褒訪豊邦鋒飽鳳鵬乏亡傍剖坊妨帽忘忙房暴望某棒冒紡肪膨謀貌貿鉾防吠頬北僕卜墨撲朴牧睦穆釦勃没殆堀幌奔本翻凡盆\\\"],\\n[\\\"9680\\\",\\\"摩磨魔麻埋妹昧枚毎哩槙幕膜枕鮪柾鱒桝亦俣又抹末沫迄侭繭麿万慢満漫蔓味未魅巳箕岬密蜜湊蓑稔脈妙粍民眠務夢無牟矛霧鵡椋婿娘冥名命明盟迷銘鳴姪牝滅免棉綿緬面麺摸模茂妄孟毛猛盲網耗蒙儲木黙目杢勿餅尤戻籾貰問悶紋門匁也冶夜爺耶野弥矢厄役約薬訳躍靖柳薮鑓愉愈油癒\\\"],\\n[\\\"9740\\\",\\\"諭輸唯佑優勇友宥幽悠憂揖有柚湧涌猶猷由祐裕誘遊邑郵雄融夕予余与誉輿預傭幼妖容庸揚揺擁曜楊様洋溶熔用窯羊耀葉蓉要謡踊遥陽養慾抑欲\\\"],\\n[\\\"9780\\\",\\\"沃浴翌翼淀羅螺裸来莱頼雷洛絡落酪乱卵嵐欄濫藍蘭覧利吏履李梨理璃痢裏裡里離陸律率立葎掠略劉流溜琉留硫粒隆竜龍侶慮旅虜了亮僚両凌寮料梁涼猟療瞭稜糧良諒遼量陵領力緑倫厘林淋燐琳臨輪隣鱗麟瑠塁涙累類令伶例冷励嶺怜玲礼苓鈴隷零霊麗齢暦歴列劣烈裂廉恋憐漣煉簾練聯\\\"],\\n[\\\"9840\\\",\\\"蓮連錬呂魯櫓炉賂路露労婁廊弄朗楼榔浪漏牢狼篭老聾蝋郎六麓禄肋録論倭和話歪賄脇惑枠鷲亙亘鰐詫藁蕨椀湾碗腕\\\"],\\n[\\\"989f\\\",\\\"弌丐丕个丱丶丼丿乂乖乘亂亅豫亊舒弍于亞亟亠亢亰亳亶从仍仄仆仂仗仞仭仟价伉佚估佛佝佗佇佶侈侏侘佻佩佰侑佯來侖儘俔俟俎俘俛俑俚俐俤俥倚倨倔倪倥倅伜俶倡倩倬俾俯們倆偃假會偕偐偈做偖偬偸傀傚傅傴傲\\\"],\\n[\\\"9940\\\",\\\"僉僊傳僂僖僞僥僭僣僮價僵儉儁儂儖儕儔儚儡儺儷儼儻儿兀兒兌兔兢竸兩兪兮冀冂囘册冉冏冑冓冕冖冤冦冢冩冪冫决冱冲冰况冽凅凉凛几處凩凭\\\"],\\n[\\\"9980\\\",\\\"凰凵凾刄刋刔刎刧刪刮刳刹剏剄剋剌剞剔剪剴剩剳剿剽劍劔劒剱劈劑辨辧劬劭劼劵勁勍勗勞勣勦飭勠勳勵勸勹匆匈甸匍匐匏匕匚匣匯匱匳匸區卆卅丗卉卍凖卞卩卮夘卻卷厂厖厠厦厥厮厰厶參簒雙叟曼燮叮叨叭叺吁吽呀听吭吼吮吶吩吝呎咏呵咎呟呱呷呰咒呻咀呶咄咐咆哇咢咸咥咬哄哈咨\\\"],\\n[\\\"9a40\\\",\\\"咫哂咤咾咼哘哥哦唏唔哽哮哭哺哢唹啀啣啌售啜啅啖啗唸唳啝喙喀咯喊喟啻啾喘喞單啼喃喩喇喨嗚嗅嗟嗄嗜嗤嗔嘔嗷嘖嗾嗽嘛嗹噎噐營嘴嘶嘲嘸\\\"],\\n[\\\"9a80\\\",\\\"噫噤嘯噬噪嚆嚀嚊嚠嚔嚏嚥嚮嚶嚴囂嚼囁囃囀囈囎囑囓囗囮囹圀囿圄圉圈國圍圓團圖嗇圜圦圷圸坎圻址坏坩埀垈坡坿垉垓垠垳垤垪垰埃埆埔埒埓堊埖埣堋堙堝塲堡塢塋塰毀塒堽塹墅墹墟墫墺壞墻墸墮壅壓壑壗壙壘壥壜壤壟壯壺壹壻壼壽夂夊夐夛梦夥夬夭夲夸夾竒奕奐奎奚奘奢奠奧奬奩\\\"],\\n[\\\"9b40\\\",\\\"奸妁妝佞侫妣妲姆姨姜妍姙姚娥娟娑娜娉娚婀婬婉娵娶婢婪媚媼媾嫋嫂媽嫣嫗嫦嫩嫖嫺嫻嬌嬋嬖嬲嫐嬪嬶嬾孃孅孀孑孕孚孛孥孩孰孳孵學斈孺宀\\\"],\\n[\\\"9b80\\\",\\\"它宦宸寃寇寉寔寐寤實寢寞寥寫寰寶寳尅將專對尓尠尢尨尸尹屁屆屎屓屐屏孱屬屮乢屶屹岌岑岔妛岫岻岶岼岷峅岾峇峙峩峽峺峭嶌峪崋崕崗嵜崟崛崑崔崢崚崙崘嵌嵒嵎嵋嵬嵳嵶嶇嶄嶂嶢嶝嶬嶮嶽嶐嶷嶼巉巍巓巒巖巛巫已巵帋帚帙帑帛帶帷幄幃幀幎幗幔幟幢幤幇幵并幺麼广庠廁廂廈廐廏\\\"],\\n[\\\"9c40\\\",\\\"廖廣廝廚廛廢廡廨廩廬廱廳廰廴廸廾弃弉彝彜弋弑弖弩弭弸彁彈彌彎弯彑彖彗彙彡彭彳彷徃徂彿徊很徑徇從徙徘徠徨徭徼忖忻忤忸忱忝悳忿怡恠\\\"],\\n[\\\"9c80\\\",\\\"怙怐怩怎怱怛怕怫怦怏怺恚恁恪恷恟恊恆恍恣恃恤恂恬恫恙悁悍惧悃悚悄悛悖悗悒悧悋惡悸惠惓悴忰悽惆悵惘慍愕愆惶惷愀惴惺愃愡惻惱愍愎慇愾愨愧慊愿愼愬愴愽慂慄慳慷慘慙慚慫慴慯慥慱慟慝慓慵憙憖憇憬憔憚憊憑憫憮懌懊應懷懈懃懆憺懋罹懍懦懣懶懺懴懿懽懼懾戀戈戉戍戌戔戛\\\"],\\n[\\\"9d40\\\",\\\"戞戡截戮戰戲戳扁扎扞扣扛扠扨扼抂抉找抒抓抖拔抃抔拗拑抻拏拿拆擔拈拜拌拊拂拇抛拉挌拮拱挧挂挈拯拵捐挾捍搜捏掖掎掀掫捶掣掏掉掟掵捫\\\"],\\n[\\\"9d80\\\",\\\"捩掾揩揀揆揣揉插揶揄搖搴搆搓搦搶攝搗搨搏摧摯摶摎攪撕撓撥撩撈撼據擒擅擇撻擘擂擱擧舉擠擡抬擣擯攬擶擴擲擺攀擽攘攜攅攤攣攫攴攵攷收攸畋效敖敕敍敘敞敝敲數斂斃變斛斟斫斷旃旆旁旄旌旒旛旙无旡旱杲昊昃旻杳昵昶昴昜晏晄晉晁晞晝晤晧晨晟晢晰暃暈暎暉暄暘暝曁暹曉暾暼\\\"],\\n[\\\"9e40\\\",\\\"曄暸曖曚曠昿曦曩曰曵曷朏朖朞朦朧霸朮朿朶杁朸朷杆杞杠杙杣杤枉杰枩杼杪枌枋枦枡枅枷柯枴柬枳柩枸柤柞柝柢柮枹柎柆柧檜栞框栩桀桍栲桎\\\"],\\n[\\\"9e80\\\",\\\"梳栫桙档桷桿梟梏梭梔條梛梃檮梹桴梵梠梺椏梍桾椁棊椈棘椢椦棡椌棍棔棧棕椶椒椄棗棣椥棹棠棯椨椪椚椣椡棆楹楷楜楸楫楔楾楮椹楴椽楙椰楡楞楝榁楪榲榮槐榿槁槓榾槎寨槊槝榻槃榧樮榑榠榜榕榴槞槨樂樛槿權槹槲槧樅榱樞槭樔槫樊樒櫁樣樓橄樌橲樶橸橇橢橙橦橈樸樢檐檍檠檄檢檣\\\"],\\n[\\\"9f40\\\",\\\"檗蘗檻櫃櫂檸檳檬櫞櫑櫟檪櫚櫪櫻欅蘖櫺欒欖鬱欟欸欷盜欹飮歇歃歉歐歙歔歛歟歡歸歹歿殀殄殃殍殘殕殞殤殪殫殯殲殱殳殷殼毆毋毓毟毬毫毳毯\\\"],\\n[\\\"9f80\\\",\\\"麾氈氓气氛氤氣汞汕汢汪沂沍沚沁沛汾汨汳沒沐泄泱泓沽泗泅泝沮沱沾沺泛泯泙泪洟衍洶洫洽洸洙洵洳洒洌浣涓浤浚浹浙涎涕濤涅淹渕渊涵淇淦涸淆淬淞淌淨淒淅淺淙淤淕淪淮渭湮渮渙湲湟渾渣湫渫湶湍渟湃渺湎渤滿渝游溂溪溘滉溷滓溽溯滄溲滔滕溏溥滂溟潁漑灌滬滸滾漿滲漱滯漲滌\\\"],\\n[\\\"e040\\\",\\\"漾漓滷澆潺潸澁澀潯潛濳潭澂潼潘澎澑濂潦澳澣澡澤澹濆澪濟濕濬濔濘濱濮濛瀉瀋濺瀑瀁瀏濾瀛瀚潴瀝瀘瀟瀰瀾瀲灑灣炙炒炯烱炬炸炳炮烟烋烝\\\"],\\n[\\\"e080\\\",\\\"烙焉烽焜焙煥煕熈煦煢煌煖煬熏燻熄熕熨熬燗熹熾燒燉燔燎燠燬燧燵燼燹燿爍爐爛爨爭爬爰爲爻爼爿牀牆牋牘牴牾犂犁犇犒犖犢犧犹犲狃狆狄狎狒狢狠狡狹狷倏猗猊猜猖猝猴猯猩猥猾獎獏默獗獪獨獰獸獵獻獺珈玳珎玻珀珥珮珞璢琅瑯琥珸琲琺瑕琿瑟瑙瑁瑜瑩瑰瑣瑪瑶瑾璋璞璧瓊瓏瓔珱\\\"],\\n[\\\"e140\\\",\\\"瓠瓣瓧瓩瓮瓲瓰瓱瓸瓷甄甃甅甌甎甍甕甓甞甦甬甼畄畍畊畉畛畆畚畩畤畧畫畭畸當疆疇畴疊疉疂疔疚疝疥疣痂疳痃疵疽疸疼疱痍痊痒痙痣痞痾痿\\\"],\\n[\\\"e180\\\",\\\"痼瘁痰痺痲痳瘋瘍瘉瘟瘧瘠瘡瘢瘤瘴瘰瘻癇癈癆癜癘癡癢癨癩癪癧癬癰癲癶癸發皀皃皈皋皎皖皓皙皚皰皴皸皹皺盂盍盖盒盞盡盥盧盪蘯盻眈眇眄眩眤眞眥眦眛眷眸睇睚睨睫睛睥睿睾睹瞎瞋瞑瞠瞞瞰瞶瞹瞿瞼瞽瞻矇矍矗矚矜矣矮矼砌砒礦砠礪硅碎硴碆硼碚碌碣碵碪碯磑磆磋磔碾碼磅磊磬\\\"],\\n[\\\"e240\\\",\\\"磧磚磽磴礇礒礑礙礬礫祀祠祗祟祚祕祓祺祿禊禝禧齋禪禮禳禹禺秉秕秧秬秡秣稈稍稘稙稠稟禀稱稻稾稷穃穗穉穡穢穩龝穰穹穽窈窗窕窘窖窩竈窰\\\"],\\n[\\\"e280\\\",\\\"窶竅竄窿邃竇竊竍竏竕竓站竚竝竡竢竦竭竰笂笏笊笆笳笘笙笞笵笨笶筐筺笄筍笋筌筅筵筥筴筧筰筱筬筮箝箘箟箍箜箚箋箒箏筝箙篋篁篌篏箴篆篝篩簑簔篦篥籠簀簇簓篳篷簗簍篶簣簧簪簟簷簫簽籌籃籔籏籀籐籘籟籤籖籥籬籵粃粐粤粭粢粫粡粨粳粲粱粮粹粽糀糅糂糘糒糜糢鬻糯糲糴糶糺紆\\\"],\\n[\\\"e340\\\",\\\"紂紜紕紊絅絋紮紲紿紵絆絳絖絎絲絨絮絏絣經綉絛綏絽綛綺綮綣綵緇綽綫總綢綯緜綸綟綰緘緝緤緞緻緲緡縅縊縣縡縒縱縟縉縋縢繆繦縻縵縹繃縷\\\"],\\n[\\\"e380\\\",\\\"縲縺繧繝繖繞繙繚繹繪繩繼繻纃緕繽辮繿纈纉續纒纐纓纔纖纎纛纜缸缺罅罌罍罎罐网罕罔罘罟罠罨罩罧罸羂羆羃羈羇羌羔羞羝羚羣羯羲羹羮羶羸譱翅翆翊翕翔翡翦翩翳翹飜耆耄耋耒耘耙耜耡耨耿耻聊聆聒聘聚聟聢聨聳聲聰聶聹聽聿肄肆肅肛肓肚肭冐肬胛胥胙胝胄胚胖脉胯胱脛脩脣脯腋\\\"],\\n[\\\"e440\\\",\\\"隋腆脾腓腑胼腱腮腥腦腴膃膈膊膀膂膠膕膤膣腟膓膩膰膵膾膸膽臀臂膺臉臍臑臙臘臈臚臟臠臧臺臻臾舁舂舅與舊舍舐舖舩舫舸舳艀艙艘艝艚艟艤\\\"],\\n[\\\"e480\\\",\\\"艢艨艪艫舮艱艷艸艾芍芒芫芟芻芬苡苣苟苒苴苳苺莓范苻苹苞茆苜茉苙茵茴茖茲茱荀茹荐荅茯茫茗茘莅莚莪莟莢莖茣莎莇莊荼莵荳荵莠莉莨菴萓菫菎菽萃菘萋菁菷萇菠菲萍萢萠莽萸蔆菻葭萪萼蕚蒄葷葫蒭葮蒂葩葆萬葯葹萵蓊葢蒹蒿蒟蓙蓍蒻蓚蓐蓁蓆蓖蒡蔡蓿蓴蔗蔘蔬蔟蔕蔔蓼蕀蕣蕘蕈\\\"],\\n[\\\"e540\\\",\\\"蕁蘂蕋蕕薀薤薈薑薊薨蕭薔薛藪薇薜蕷蕾薐藉薺藏薹藐藕藝藥藜藹蘊蘓蘋藾藺蘆蘢蘚蘰蘿虍乕虔號虧虱蚓蚣蚩蚪蚋蚌蚶蚯蛄蛆蚰蛉蠣蚫蛔蛞蛩蛬\\\"],\\n[\\\"e580\\\",\\\"蛟蛛蛯蜒蜆蜈蜀蜃蛻蜑蜉蜍蛹蜊蜴蜿蜷蜻蜥蜩蜚蝠蝟蝸蝌蝎蝴蝗蝨蝮蝙蝓蝣蝪蠅螢螟螂螯蟋螽蟀蟐雖螫蟄螳蟇蟆螻蟯蟲蟠蠏蠍蟾蟶蟷蠎蟒蠑蠖蠕蠢蠡蠱蠶蠹蠧蠻衄衂衒衙衞衢衫袁衾袞衵衽袵衲袂袗袒袮袙袢袍袤袰袿袱裃裄裔裘裙裝裹褂裼裴裨裲褄褌褊褓襃褞褥褪褫襁襄褻褶褸襌褝襠襞\\\"],\\n[\\\"e640\\\",\\\"襦襤襭襪襯襴襷襾覃覈覊覓覘覡覩覦覬覯覲覺覽覿觀觚觜觝觧觴觸訃訖訐訌訛訝訥訶詁詛詒詆詈詼詭詬詢誅誂誄誨誡誑誥誦誚誣諄諍諂諚諫諳諧\\\"],\\n[\\\"e680\\\",\\\"諤諱謔諠諢諷諞諛謌謇謚諡謖謐謗謠謳鞫謦謫謾謨譁譌譏譎證譖譛譚譫譟譬譯譴譽讀讌讎讒讓讖讙讚谺豁谿豈豌豎豐豕豢豬豸豺貂貉貅貊貍貎貔豼貘戝貭貪貽貲貳貮貶賈賁賤賣賚賽賺賻贄贅贊贇贏贍贐齎贓賍贔贖赧赭赱赳趁趙跂趾趺跏跚跖跌跛跋跪跫跟跣跼踈踉跿踝踞踐踟蹂踵踰踴蹊\\\"],\\n[\\\"e740\\\",\\\"蹇蹉蹌蹐蹈蹙蹤蹠踪蹣蹕蹶蹲蹼躁躇躅躄躋躊躓躑躔躙躪躡躬躰軆躱躾軅軈軋軛軣軼軻軫軾輊輅輕輒輙輓輜輟輛輌輦輳輻輹轅轂輾轌轉轆轎轗轜\\\"],\\n[\\\"e780\\\",\\\"轢轣轤辜辟辣辭辯辷迚迥迢迪迯邇迴逅迹迺逑逕逡逍逞逖逋逧逶逵逹迸遏遐遑遒逎遉逾遖遘遞遨遯遶隨遲邂遽邁邀邊邉邏邨邯邱邵郢郤扈郛鄂鄒鄙鄲鄰酊酖酘酣酥酩酳酲醋醉醂醢醫醯醪醵醴醺釀釁釉釋釐釖釟釡釛釼釵釶鈞釿鈔鈬鈕鈑鉞鉗鉅鉉鉤鉈銕鈿鉋鉐銜銖銓銛鉚鋏銹銷鋩錏鋺鍄錮\\\"],\\n[\\\"e840\\\",\\\"錙錢錚錣錺錵錻鍜鍠鍼鍮鍖鎰鎬鎭鎔鎹鏖鏗鏨鏥鏘鏃鏝鏐鏈鏤鐚鐔鐓鐃鐇鐐鐶鐫鐵鐡鐺鑁鑒鑄鑛鑠鑢鑞鑪鈩鑰鑵鑷鑽鑚鑼鑾钁鑿閂閇閊閔閖閘閙\\\"],\\n[\\\"e880\\\",\\\"閠閨閧閭閼閻閹閾闊濶闃闍闌闕闔闖關闡闥闢阡阨阮阯陂陌陏陋陷陜陞陝陟陦陲陬隍隘隕隗險隧隱隲隰隴隶隸隹雎雋雉雍襍雜霍雕雹霄霆霈霓霎霑霏霖霙霤霪霰霹霽霾靄靆靈靂靉靜靠靤靦靨勒靫靱靹鞅靼鞁靺鞆鞋鞏鞐鞜鞨鞦鞣鞳鞴韃韆韈韋韜韭齏韲竟韶韵頏頌頸頤頡頷頽顆顏顋顫顯顰\\\"],\\n[\\\"e940\\\",\\\"顱顴顳颪颯颱颶飄飃飆飩飫餃餉餒餔餘餡餝餞餤餠餬餮餽餾饂饉饅饐饋饑饒饌饕馗馘馥馭馮馼駟駛駝駘駑駭駮駱駲駻駸騁騏騅駢騙騫騷驅驂驀驃\\\"],\\n[\\\"e980\\\",\\\"騾驕驍驛驗驟驢驥驤驩驫驪骭骰骼髀髏髑髓體髞髟髢髣髦髯髫髮髴髱髷髻鬆鬘鬚鬟鬢鬣鬥鬧鬨鬩鬪鬮鬯鬲魄魃魏魍魎魑魘魴鮓鮃鮑鮖鮗鮟鮠鮨鮴鯀鯊鮹鯆鯏鯑鯒鯣鯢鯤鯔鯡鰺鯲鯱鯰鰕鰔鰉鰓鰌鰆鰈鰒鰊鰄鰮鰛鰥鰤鰡鰰鱇鰲鱆鰾鱚鱠鱧鱶鱸鳧鳬鳰鴉鴈鳫鴃鴆鴪鴦鶯鴣鴟鵄鴕鴒鵁鴿鴾鵆鵈\\\"],\\n[\\\"ea40\\\",\\\"鵝鵞鵤鵑鵐鵙鵲鶉鶇鶫鵯鵺鶚鶤鶩鶲鷄鷁鶻鶸鶺鷆鷏鷂鷙鷓鷸鷦鷭鷯鷽鸚鸛鸞鹵鹹鹽麁麈麋麌麒麕麑麝麥麩麸麪麭靡黌黎黏黐黔黜點黝黠黥黨黯\\\"],\\n[\\\"ea80\\\",\\\"黴黶黷黹黻黼黽鼇鼈皷鼕鼡鼬鼾齊齒齔齣齟齠齡齦齧齬齪齷齲齶龕龜龠堯槇遙瑤凜熙\\\"],\\n[\\\"ed40\\\",\\\"纊褜鍈銈蓜俉炻昱棈鋹曻彅丨仡仼伀伃伹佖侒侊侚侔俍偀倢俿倞偆偰偂傔僴僘兊兤冝冾凬刕劜劦勀勛匀匇匤卲厓厲叝﨎咜咊咩哿喆坙坥垬埈埇﨏\\\"],\\n[\\\"ed80\\\",\\\"塚增墲夋奓奛奝奣妤妺孖寀甯寘寬尞岦岺峵崧嵓﨑嵂嵭嶸嶹巐弡弴彧德忞恝悅悊惞惕愠惲愑愷愰憘戓抦揵摠撝擎敎昀昕昻昉昮昞昤晥晗晙晴晳暙暠暲暿曺朎朗杦枻桒柀栁桄棏﨓楨﨔榘槢樰橫橆橳橾櫢櫤毖氿汜沆汯泚洄涇浯涖涬淏淸淲淼渹湜渧渼溿澈澵濵瀅瀇瀨炅炫焏焄煜煆煇凞燁燾犱\\\"],\\n[\\\"ee40\\\",\\\"犾猤猪獷玽珉珖珣珒琇珵琦琪琩琮瑢璉璟甁畯皂皜皞皛皦益睆劯砡硎硤硺礰礼神祥禔福禛竑竧靖竫箞精絈絜綷綠緖繒罇羡羽茁荢荿菇菶葈蒴蕓蕙\\\"],\\n[\\\"ee80\\\",\\\"蕫﨟薰蘒﨡蠇裵訒訷詹誧誾諟諸諶譓譿賰賴贒赶﨣軏﨤逸遧郞都鄕鄧釚釗釞釭釮釤釥鈆鈐鈊鈺鉀鈼鉎鉙鉑鈹鉧銧鉷鉸鋧鋗鋙鋐﨧鋕鋠鋓錥錡鋻﨨錞鋿錝錂鍰鍗鎤鏆鏞鏸鐱鑅鑈閒隆﨩隝隯霳霻靃靍靏靑靕顗顥飯飼餧館馞驎髙髜魵魲鮏鮱鮻鰀鵰鵫鶴鸙黑\\\"],\\n[\\\"eeef\\\",\\\"ⅰ\\\",9,\\\"￢￤＇＂\\\"],\\n[\\\"f040\\\",\\\"\\\",62],\\n[\\\"f080\\\",\\\"\\\",124],\\n[\\\"f140\\\",\\\"\\\",62],\\n[\\\"f180\\\",\\\"\\\",124],\\n[\\\"f240\\\",\\\"\\\",62],\\n[\\\"f280\\\",\\\"\\\",124],\\n[\\\"f340\\\",\\\"\\\",62],\\n[\\\"f380\\\",\\\"\\\",124],\\n[\\\"f440\\\",\\\"\\\",62],\\n[\\\"f480\\\",\\\"\\\",124],\\n[\\\"f540\\\",\\\"\\\",62],\\n[\\\"f580\\\",\\\"\\\",124],\\n[\\\"f640\\\",\\\"\\\",62],\\n[\\\"f680\\\",\\\"\\\",124],\\n[\\\"f740\\\",\\\"\\\",62],\\n[\\\"f780\\\",\\\"\\\",124],\\n[\\\"f840\\\",\\\"\\\",62],\\n[\\\"f880\\\",\\\"\\\",124],\\n[\\\"f940\\\",\\\"\\\"],\\n[\\\"fa40\\\",\\\"ⅰ\\\",9,\\\"Ⅰ\\\",9,\\\"￢￤＇＂㈱№℡∵纊褜鍈銈蓜俉炻昱棈鋹曻彅丨仡仼伀伃伹佖侒侊侚侔俍偀倢俿倞偆偰偂傔僴僘兊\\\"],\\n[\\\"fa80\\\",\\\"兤冝冾凬刕劜劦勀勛匀匇匤卲厓厲叝﨎咜咊咩哿喆坙坥垬埈埇﨏塚增墲夋奓奛奝奣妤妺孖寀甯寘寬尞岦岺峵崧嵓﨑嵂嵭嶸嶹巐弡弴彧德忞恝悅悊惞惕愠惲愑愷愰憘戓抦揵摠撝擎敎昀昕昻昉昮昞昤晥晗晙晴晳暙暠暲暿曺朎朗杦枻桒柀栁桄棏﨓楨﨔榘槢樰橫橆橳橾櫢櫤毖氿汜沆汯泚洄涇浯\\\"],\\n[\\\"fb40\\\",\\\"涖涬淏淸淲淼渹湜渧渼溿澈澵濵瀅瀇瀨炅炫焏焄煜煆煇凞燁燾犱犾猤猪獷玽珉珖珣珒琇珵琦琪琩琮瑢璉璟甁畯皂皜皞皛皦益睆劯砡硎硤硺礰礼神\\\"],\\n[\\\"fb80\\\",\\\"祥禔福禛竑竧靖竫箞精絈絜綷綠緖繒罇羡羽茁荢荿菇菶葈蒴蕓蕙蕫﨟薰蘒﨡蠇裵訒訷詹誧誾諟諸諶譓譿賰賴贒赶﨣軏﨤逸遧郞都鄕鄧釚釗釞釭釮釤釥鈆鈐鈊鈺鉀鈼鉎鉙鉑鈹鉧銧鉷鉸鋧鋗鋙鋐﨧鋕鋠鋓錥錡鋻﨨錞鋿錝錂鍰鍗鎤鏆鏞鏸鐱鑅鑈閒隆﨩隝隯霳霻靃靍靏靑靕顗顥飯飼餧館馞驎髙\\\"],\\n[\\\"fc40\\\",\\\"髜魵魲鮏鮱鮻鰀鵰鵫鶴鸙黑\\\"]\\n]\\n\"\n    },\n    {\n      \"id\": 326,\n      \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/iconv-lite/encodings/tables/eucjp.json\",\n      \"name\": \"./node_modules/iconv-lite/encodings/tables/eucjp.json\",\n      \"index\": 322,\n      \"index2\": 312,\n      \"size\": 15619,\n      \"cacheable\": true,\n      \"built\": true,\n      \"optional\": false,\n      \"prefetched\": false,\n      \"chunks\": [\n        2\n      ],\n      \"issuer\": \"/Users/jarred/Code/styleurl/node_modules/iconv-lite/encodings/dbcs-data.js\",\n      \"issuerId\": 324,\n      \"issuerName\": \"./node_modules/iconv-lite/encodings/dbcs-data.js\",\n      \"issuerPath\": [\n        {\n          \"id\": 191,\n          \"identifier\": \"multi /Users/jarred/Code/styleurl/webpack/customPublicPath /Users/jarred/Code/styleurl/chrome/extension/background\",\n          \"name\": \"multi ./webpack/customPublicPath ./chrome/extension/background\",\n          \"profile\": {\n            \"factory\": 0,\n            \"building\": 0,\n            \"dependencies\": 54\n          }\n        },\n        {\n          \"id\": 192,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/background.js\",\n          \"name\": \"./chrome/extension/background.js\",\n          \"profile\": {\n            \"factory\": 54,\n            \"building\": 639,\n            \"dependencies\": 140\n          }\n        },\n        {\n          \"id\": 255,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/stylesheet-differ/lib/index.js\",\n          \"name\": \"./node_modules/stylesheet-differ/lib/index.js\",\n          \"profile\": {\n            \"factory\": 140,\n            \"building\": 568,\n            \"dependencies\": 1\n          }\n        },\n        {\n          \"id\": 256,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/native-css/index.js\",\n          \"name\": \"./node_modules/native-css/index.js\",\n          \"profile\": {\n            \"factory\": 189,\n            \"building\": 603,\n            \"dependencies\": 1\n          }\n        },\n        {\n          \"id\": 257,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/native-css/src/native-css.js\",\n          \"name\": \"./node_modules/native-css/src/native-css.js\",\n          \"profile\": {\n            \"factory\": 26,\n            \"building\": 63,\n            \"dependencies\": 14\n          }\n        },\n        {\n          \"id\": 293,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/fetch/lib/fetch.js\",\n          \"name\": \"./node_modules/fetch/lib/fetch.js\",\n          \"profile\": {\n            \"factory\": 117,\n            \"building\": 25,\n            \"dependencies\": 27\n          }\n        },\n        {\n          \"id\": 313,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/encoding/lib/encoding.js\",\n          \"name\": \"./node_modules/encoding/lib/encoding.js\",\n          \"profile\": {\n            \"factory\": 66,\n            \"building\": 38,\n            \"dependencies\": 20\n          }\n        },\n        {\n          \"id\": 314,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/iconv-lite/lib/index.js\",\n          \"name\": \"./node_modules/iconv-lite/lib/index.js\",\n          \"profile\": {\n            \"factory\": 123,\n            \"building\": 23,\n            \"dependencies\": 1\n          }\n        },\n        {\n          \"id\": 316,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/iconv-lite/encodings/index.js\",\n          \"name\": \"./node_modules/iconv-lite/encodings/index.js\",\n          \"profile\": {\n            \"factory\": 62,\n            \"building\": 61,\n            \"dependencies\": 1\n          }\n        },\n        {\n          \"id\": 324,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/iconv-lite/encodings/dbcs-data.js\",\n          \"name\": \"./node_modules/iconv-lite/encodings/dbcs-data.js\",\n          \"profile\": {\n            \"factory\": 26,\n            \"building\": 20,\n            \"dependencies\": 1\n          }\n        }\n      ],\n      \"profile\": {\n        \"factory\": 9,\n        \"building\": 6\n      },\n      \"failed\": false,\n      \"errors\": 0,\n      \"warnings\": 0,\n      \"assets\": [],\n      \"reasons\": [\n        {\n          \"moduleId\": 324,\n          \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/iconv-lite/encodings/dbcs-data.js\",\n          \"module\": \"./node_modules/iconv-lite/encodings/dbcs-data.js\",\n          \"moduleName\": \"./node_modules/iconv-lite/encodings/dbcs-data.js\",\n          \"type\": \"cjs require\",\n          \"userRequest\": \"./tables/eucjp.json\",\n          \"loc\": \"59:35-65\"\n        }\n      ],\n      \"usedExports\": true,\n      \"providedExports\": [\n        \"0\",\n        \"1\",\n        \"2\",\n        \"3\",\n        \"4\",\n        \"5\",\n        \"6\",\n        \"7\",\n        \"8\",\n        \"9\",\n        \"10\",\n        \"11\",\n        \"12\",\n        \"13\",\n        \"14\",\n        \"15\",\n        \"16\",\n        \"17\",\n        \"18\",\n        \"19\",\n        \"20\",\n        \"21\",\n        \"22\",\n        \"23\",\n        \"24\",\n        \"25\",\n        \"26\",\n        \"27\",\n        \"28\",\n        \"29\",\n        \"30\",\n        \"31\",\n        \"32\",\n        \"33\",\n        \"34\",\n        \"35\",\n        \"36\",\n        \"37\",\n        \"38\",\n        \"39\",\n        \"40\",\n        \"41\",\n        \"42\",\n        \"43\",\n        \"44\",\n        \"45\",\n        \"46\",\n        \"47\",\n        \"48\",\n        \"49\",\n        \"50\",\n        \"51\",\n        \"52\",\n        \"53\",\n        \"54\",\n        \"55\",\n        \"56\",\n        \"57\",\n        \"58\",\n        \"59\",\n        \"60\",\n        \"61\",\n        \"62\",\n        \"63\",\n        \"64\",\n        \"65\",\n        \"66\",\n        \"67\",\n        \"68\",\n        \"69\",\n        \"70\",\n        \"71\",\n        \"72\",\n        \"73\",\n        \"74\",\n        \"75\",\n        \"76\",\n        \"77\",\n        \"78\",\n        \"79\",\n        \"80\",\n        \"81\",\n        \"82\",\n        \"83\",\n        \"84\",\n        \"85\",\n        \"86\",\n        \"87\",\n        \"88\",\n        \"89\",\n        \"90\",\n        \"91\",\n        \"92\",\n        \"93\",\n        \"94\",\n        \"95\",\n        \"96\",\n        \"97\",\n        \"98\",\n        \"99\",\n        \"100\",\n        \"101\",\n        \"102\",\n        \"103\",\n        \"104\",\n        \"105\",\n        \"106\",\n        \"107\",\n        \"108\",\n        \"109\",\n        \"110\",\n        \"111\",\n        \"112\",\n        \"113\",\n        \"114\",\n        \"115\",\n        \"116\",\n        \"117\",\n        \"118\",\n        \"119\",\n        \"120\",\n        \"121\",\n        \"122\",\n        \"123\",\n        \"124\",\n        \"125\",\n        \"126\",\n        \"127\",\n        \"128\",\n        \"129\",\n        \"130\",\n        \"131\",\n        \"132\",\n        \"133\",\n        \"134\",\n        \"135\",\n        \"136\",\n        \"137\",\n        \"138\",\n        \"139\",\n        \"140\",\n        \"141\",\n        \"142\",\n        \"143\",\n        \"144\",\n        \"145\",\n        \"146\",\n        \"147\",\n        \"148\",\n        \"149\",\n        \"150\",\n        \"151\",\n        \"152\",\n        \"153\",\n        \"154\",\n        \"155\",\n        \"156\",\n        \"157\",\n        \"158\",\n        \"159\",\n        \"160\",\n        \"161\",\n        \"162\",\n        \"163\",\n        \"164\",\n        \"165\",\n        \"166\",\n        \"167\",\n        \"168\",\n        \"169\",\n        \"170\",\n        \"171\",\n        \"172\",\n        \"173\",\n        \"174\",\n        \"175\",\n        \"176\",\n        \"177\",\n        \"178\",\n        \"179\",\n        \"default\"\n      ],\n      \"optimizationBailout\": [\n        \"ModuleConcatenation bailout: Module is not an ECMAScript module\"\n      ],\n      \"depth\": 10,\n      \"source\": \"[\\n[\\\"0\\\",\\\"\\\\u0000\\\",127],\\n[\\\"8ea1\\\",\\\"｡\\\",62],\\n[\\\"a1a1\\\",\\\"　、。，．・：；？！゛゜´｀¨＾￣＿ヽヾゝゞ〃仝々〆〇ー―‐／＼～∥｜…‥‘’“”（）〔〕［］｛｝〈\\\",9,\\\"＋－±×÷＝≠＜＞≦≧∞∴♂♀°′″℃￥＄￠￡％＃＆＊＠§☆★○●◎◇\\\"],\\n[\\\"a2a1\\\",\\\"◆□■△▲▽▼※〒→←↑↓〓\\\"],\\n[\\\"a2ba\\\",\\\"∈∋⊆⊇⊂⊃∪∩\\\"],\\n[\\\"a2ca\\\",\\\"∧∨￢⇒⇔∀∃\\\"],\\n[\\\"a2dc\\\",\\\"∠⊥⌒∂∇≡≒≪≫√∽∝∵∫∬\\\"],\\n[\\\"a2f2\\\",\\\"Å‰♯♭♪†‡¶\\\"],\\n[\\\"a2fe\\\",\\\"◯\\\"],\\n[\\\"a3b0\\\",\\\"０\\\",9],\\n[\\\"a3c1\\\",\\\"Ａ\\\",25],\\n[\\\"a3e1\\\",\\\"ａ\\\",25],\\n[\\\"a4a1\\\",\\\"ぁ\\\",82],\\n[\\\"a5a1\\\",\\\"ァ\\\",85],\\n[\\\"a6a1\\\",\\\"Α\\\",16,\\\"Σ\\\",6],\\n[\\\"a6c1\\\",\\\"α\\\",16,\\\"σ\\\",6],\\n[\\\"a7a1\\\",\\\"А\\\",5,\\\"ЁЖ\\\",25],\\n[\\\"a7d1\\\",\\\"а\\\",5,\\\"ёж\\\",25],\\n[\\\"a8a1\\\",\\\"─│┌┐┘└├┬┤┴┼━┃┏┓┛┗┣┳┫┻╋┠┯┨┷┿┝┰┥┸╂\\\"],\\n[\\\"ada1\\\",\\\"①\\\",19,\\\"Ⅰ\\\",9],\\n[\\\"adc0\\\",\\\"㍉㌔㌢㍍㌘㌧㌃㌶㍑㍗㌍㌦㌣㌫㍊㌻㎜㎝㎞㎎㎏㏄㎡\\\"],\\n[\\\"addf\\\",\\\"㍻〝〟№㏍℡㊤\\\",4,\\\"㈱㈲㈹㍾㍽㍼≒≡∫∮∑√⊥∠∟⊿∵∩∪\\\"],\\n[\\\"b0a1\\\",\\\"亜唖娃阿哀愛挨姶逢葵茜穐悪握渥旭葦芦鯵梓圧斡扱宛姐虻飴絢綾鮎或粟袷安庵按暗案闇鞍杏以伊位依偉囲夷委威尉惟意慰易椅為畏異移維緯胃萎衣謂違遺医井亥域育郁磯一壱溢逸稲茨芋鰯允印咽員因姻引飲淫胤蔭\\\"],\\n[\\\"b1a1\\\",\\\"院陰隠韻吋右宇烏羽迂雨卯鵜窺丑碓臼渦嘘唄欝蔚鰻姥厩浦瓜閏噂云運雲荏餌叡営嬰影映曳栄永泳洩瑛盈穎頴英衛詠鋭液疫益駅悦謁越閲榎厭円園堰奄宴延怨掩援沿演炎焔煙燕猿縁艶苑薗遠鉛鴛塩於汚甥凹央奥往応\\\"],\\n[\\\"b2a1\\\",\\\"押旺横欧殴王翁襖鴬鴎黄岡沖荻億屋憶臆桶牡乙俺卸恩温穏音下化仮何伽価佳加可嘉夏嫁家寡科暇果架歌河火珂禍禾稼箇花苛茄荷華菓蝦課嘩貨迦過霞蚊俄峨我牙画臥芽蛾賀雅餓駕介会解回塊壊廻快怪悔恢懐戒拐改\\\"],\\n[\\\"b3a1\\\",\\\"魁晦械海灰界皆絵芥蟹開階貝凱劾外咳害崖慨概涯碍蓋街該鎧骸浬馨蛙垣柿蛎鈎劃嚇各廓拡撹格核殻獲確穫覚角赫較郭閣隔革学岳楽額顎掛笠樫橿梶鰍潟割喝恰括活渇滑葛褐轄且鰹叶椛樺鞄株兜竃蒲釜鎌噛鴨栢茅萱\\\"],\\n[\\\"b4a1\\\",\\\"粥刈苅瓦乾侃冠寒刊勘勧巻喚堪姦完官寛干幹患感慣憾換敢柑桓棺款歓汗漢澗潅環甘監看竿管簡緩缶翰肝艦莞観諌貫還鑑間閑関陥韓館舘丸含岸巌玩癌眼岩翫贋雁頑顔願企伎危喜器基奇嬉寄岐希幾忌揮机旗既期棋棄\\\"],\\n[\\\"b5a1\\\",\\\"機帰毅気汽畿祈季稀紀徽規記貴起軌輝飢騎鬼亀偽儀妓宜戯技擬欺犠疑祇義蟻誼議掬菊鞠吉吃喫桔橘詰砧杵黍却客脚虐逆丘久仇休及吸宮弓急救朽求汲泣灸球究窮笈級糾給旧牛去居巨拒拠挙渠虚許距鋸漁禦魚亨享京\\\"],\\n[\\\"b6a1\\\",\\\"供侠僑兇競共凶協匡卿叫喬境峡強彊怯恐恭挟教橋況狂狭矯胸脅興蕎郷鏡響饗驚仰凝尭暁業局曲極玉桐粁僅勤均巾錦斤欣欽琴禁禽筋緊芹菌衿襟謹近金吟銀九倶句区狗玖矩苦躯駆駈駒具愚虞喰空偶寓遇隅串櫛釧屑屈\\\"],\\n[\\\"b7a1\\\",\\\"掘窟沓靴轡窪熊隈粂栗繰桑鍬勲君薫訓群軍郡卦袈祁係傾刑兄啓圭珪型契形径恵慶慧憩掲携敬景桂渓畦稽系経継繋罫茎荊蛍計詣警軽頚鶏芸迎鯨劇戟撃激隙桁傑欠決潔穴結血訣月件倹倦健兼券剣喧圏堅嫌建憲懸拳捲\\\"],\\n[\\\"b8a1\\\",\\\"検権牽犬献研硯絹県肩見謙賢軒遣鍵険顕験鹸元原厳幻弦減源玄現絃舷言諺限乎個古呼固姑孤己庫弧戸故枯湖狐糊袴股胡菰虎誇跨鈷雇顧鼓五互伍午呉吾娯後御悟梧檎瑚碁語誤護醐乞鯉交佼侯候倖光公功効勾厚口向\\\"],\\n[\\\"b9a1\\\",\\\"后喉坑垢好孔孝宏工巧巷幸広庚康弘恒慌抗拘控攻昂晃更杭校梗構江洪浩港溝甲皇硬稿糠紅紘絞綱耕考肯肱腔膏航荒行衡講貢購郊酵鉱砿鋼閤降項香高鴻剛劫号合壕拷濠豪轟麹克刻告国穀酷鵠黒獄漉腰甑忽惚骨狛込\\\"],\\n[\\\"baa1\\\",\\\"此頃今困坤墾婚恨懇昏昆根梱混痕紺艮魂些佐叉唆嵯左差査沙瑳砂詐鎖裟坐座挫債催再最哉塞妻宰彩才採栽歳済災采犀砕砦祭斎細菜裁載際剤在材罪財冴坂阪堺榊肴咲崎埼碕鷺作削咋搾昨朔柵窄策索錯桜鮭笹匙冊刷\\\"],\\n[\\\"bba1\\\",\\\"察拶撮擦札殺薩雑皐鯖捌錆鮫皿晒三傘参山惨撒散桟燦珊産算纂蚕讃賛酸餐斬暫残仕仔伺使刺司史嗣四士始姉姿子屍市師志思指支孜斯施旨枝止死氏獅祉私糸紙紫肢脂至視詞詩試誌諮資賜雌飼歯事似侍児字寺慈持時\\\"],\\n[\\\"bca1\\\",\\\"次滋治爾璽痔磁示而耳自蒔辞汐鹿式識鴫竺軸宍雫七叱執失嫉室悉湿漆疾質実蔀篠偲柴芝屡蕊縞舎写射捨赦斜煮社紗者謝車遮蛇邪借勺尺杓灼爵酌釈錫若寂弱惹主取守手朱殊狩珠種腫趣酒首儒受呪寿授樹綬需囚収周\\\"],\\n[\\\"bda1\\\",\\\"宗就州修愁拾洲秀秋終繍習臭舟蒐衆襲讐蹴輯週酋酬集醜什住充十従戎柔汁渋獣縦重銃叔夙宿淑祝縮粛塾熟出術述俊峻春瞬竣舜駿准循旬楯殉淳準潤盾純巡遵醇順処初所暑曙渚庶緒署書薯藷諸助叙女序徐恕鋤除傷償\\\"],\\n[\\\"bea1\\\",\\\"勝匠升召哨商唱嘗奨妾娼宵将小少尚庄床廠彰承抄招掌捷昇昌昭晶松梢樟樵沼消渉湘焼焦照症省硝礁祥称章笑粧紹肖菖蒋蕉衝裳訟証詔詳象賞醤鉦鍾鐘障鞘上丈丞乗冗剰城場壌嬢常情擾条杖浄状畳穣蒸譲醸錠嘱埴飾\\\"],\\n[\\\"bfa1\\\",\\\"拭植殖燭織職色触食蝕辱尻伸信侵唇娠寝審心慎振新晋森榛浸深申疹真神秦紳臣芯薪親診身辛進針震人仁刃塵壬尋甚尽腎訊迅陣靭笥諏須酢図厨逗吹垂帥推水炊睡粋翠衰遂酔錐錘随瑞髄崇嵩数枢趨雛据杉椙菅頗雀裾\\\"],\\n[\\\"c0a1\\\",\\\"澄摺寸世瀬畝是凄制勢姓征性成政整星晴棲栖正清牲生盛精聖声製西誠誓請逝醒青静斉税脆隻席惜戚斥昔析石積籍績脊責赤跡蹟碩切拙接摂折設窃節説雪絶舌蝉仙先千占宣専尖川戦扇撰栓栴泉浅洗染潜煎煽旋穿箭線\\\"],\\n[\\\"c1a1\\\",\\\"繊羨腺舛船薦詮賎践選遷銭銑閃鮮前善漸然全禅繕膳糎噌塑岨措曾曽楚狙疏疎礎祖租粗素組蘇訴阻遡鼠僧創双叢倉喪壮奏爽宋層匝惣想捜掃挿掻操早曹巣槍槽漕燥争痩相窓糟総綜聡草荘葬蒼藻装走送遭鎗霜騒像増憎\\\"],\\n[\\\"c2a1\\\",\\\"臓蔵贈造促側則即息捉束測足速俗属賊族続卒袖其揃存孫尊損村遜他多太汰詑唾堕妥惰打柁舵楕陀駄騨体堆対耐岱帯待怠態戴替泰滞胎腿苔袋貸退逮隊黛鯛代台大第醍題鷹滝瀧卓啄宅托択拓沢濯琢託鐸濁諾茸凧蛸只\\\"],\\n[\\\"c3a1\\\",\\\"叩但達辰奪脱巽竪辿棚谷狸鱈樽誰丹単嘆坦担探旦歎淡湛炭短端箪綻耽胆蛋誕鍛団壇弾断暖檀段男談値知地弛恥智池痴稚置致蜘遅馳築畜竹筑蓄逐秩窒茶嫡着中仲宙忠抽昼柱注虫衷註酎鋳駐樗瀦猪苧著貯丁兆凋喋寵\\\"],\\n[\\\"c4a1\\\",\\\"帖帳庁弔張彫徴懲挑暢朝潮牒町眺聴脹腸蝶調諜超跳銚長頂鳥勅捗直朕沈珍賃鎮陳津墜椎槌追鎚痛通塚栂掴槻佃漬柘辻蔦綴鍔椿潰坪壷嬬紬爪吊釣鶴亭低停偵剃貞呈堤定帝底庭廷弟悌抵挺提梯汀碇禎程締艇訂諦蹄逓\\\"],\\n[\\\"c5a1\\\",\\\"邸鄭釘鼎泥摘擢敵滴的笛適鏑溺哲徹撤轍迭鉄典填天展店添纏甜貼転顛点伝殿澱田電兎吐堵塗妬屠徒斗杜渡登菟賭途都鍍砥砺努度土奴怒倒党冬凍刀唐塔塘套宕島嶋悼投搭東桃梼棟盗淘湯涛灯燈当痘祷等答筒糖統到\\\"],\\n[\\\"c6a1\\\",\\\"董蕩藤討謄豆踏逃透鐙陶頭騰闘働動同堂導憧撞洞瞳童胴萄道銅峠鴇匿得徳涜特督禿篤毒独読栃橡凸突椴届鳶苫寅酉瀞噸屯惇敦沌豚遁頓呑曇鈍奈那内乍凪薙謎灘捺鍋楢馴縄畷南楠軟難汝二尼弐迩匂賑肉虹廿日乳入\\\"],\\n[\\\"c7a1\\\",\\\"如尿韮任妊忍認濡禰祢寧葱猫熱年念捻撚燃粘乃廼之埜嚢悩濃納能脳膿農覗蚤巴把播覇杷波派琶破婆罵芭馬俳廃拝排敗杯盃牌背肺輩配倍培媒梅楳煤狽買売賠陪這蝿秤矧萩伯剥博拍柏泊白箔粕舶薄迫曝漠爆縛莫駁麦\\\"],\\n[\\\"c8a1\\\",\\\"函箱硲箸肇筈櫨幡肌畑畠八鉢溌発醗髪伐罰抜筏閥鳩噺塙蛤隼伴判半反叛帆搬斑板氾汎版犯班畔繁般藩販範釆煩頒飯挽晩番盤磐蕃蛮匪卑否妃庇彼悲扉批披斐比泌疲皮碑秘緋罷肥被誹費避非飛樋簸備尾微枇毘琵眉美\\\"],\\n[\\\"c9a1\\\",\\\"鼻柊稗匹疋髭彦膝菱肘弼必畢筆逼桧姫媛紐百謬俵彪標氷漂瓢票表評豹廟描病秒苗錨鋲蒜蛭鰭品彬斌浜瀕貧賓頻敏瓶不付埠夫婦富冨布府怖扶敷斧普浮父符腐膚芙譜負賦赴阜附侮撫武舞葡蕪部封楓風葺蕗伏副復幅服\\\"],\\n[\\\"caa1\\\",\\\"福腹複覆淵弗払沸仏物鮒分吻噴墳憤扮焚奮粉糞紛雰文聞丙併兵塀幣平弊柄並蔽閉陛米頁僻壁癖碧別瞥蔑箆偏変片篇編辺返遍便勉娩弁鞭保舗鋪圃捕歩甫補輔穂募墓慕戊暮母簿菩倣俸包呆報奉宝峰峯崩庖抱捧放方朋\\\"],\\n[\\\"cba1\\\",\\\"法泡烹砲縫胞芳萌蓬蜂褒訪豊邦鋒飽鳳鵬乏亡傍剖坊妨帽忘忙房暴望某棒冒紡肪膨謀貌貿鉾防吠頬北僕卜墨撲朴牧睦穆釦勃没殆堀幌奔本翻凡盆摩磨魔麻埋妹昧枚毎哩槙幕膜枕鮪柾鱒桝亦俣又抹末沫迄侭繭麿万慢満\\\"],\\n[\\\"cca1\\\",\\\"漫蔓味未魅巳箕岬密蜜湊蓑稔脈妙粍民眠務夢無牟矛霧鵡椋婿娘冥名命明盟迷銘鳴姪牝滅免棉綿緬面麺摸模茂妄孟毛猛盲網耗蒙儲木黙目杢勿餅尤戻籾貰問悶紋門匁也冶夜爺耶野弥矢厄役約薬訳躍靖柳薮鑓愉愈油癒\\\"],\\n[\\\"cda1\\\",\\\"諭輸唯佑優勇友宥幽悠憂揖有柚湧涌猶猷由祐裕誘遊邑郵雄融夕予余与誉輿預傭幼妖容庸揚揺擁曜楊様洋溶熔用窯羊耀葉蓉要謡踊遥陽養慾抑欲沃浴翌翼淀羅螺裸来莱頼雷洛絡落酪乱卵嵐欄濫藍蘭覧利吏履李梨理璃\\\"],\\n[\\\"cea1\\\",\\\"痢裏裡里離陸律率立葎掠略劉流溜琉留硫粒隆竜龍侶慮旅虜了亮僚両凌寮料梁涼猟療瞭稜糧良諒遼量陵領力緑倫厘林淋燐琳臨輪隣鱗麟瑠塁涙累類令伶例冷励嶺怜玲礼苓鈴隷零霊麗齢暦歴列劣烈裂廉恋憐漣煉簾練聯\\\"],\\n[\\\"cfa1\\\",\\\"蓮連錬呂魯櫓炉賂路露労婁廊弄朗楼榔浪漏牢狼篭老聾蝋郎六麓禄肋録論倭和話歪賄脇惑枠鷲亙亘鰐詫藁蕨椀湾碗腕\\\"],\\n[\\\"d0a1\\\",\\\"弌丐丕个丱丶丼丿乂乖乘亂亅豫亊舒弍于亞亟亠亢亰亳亶从仍仄仆仂仗仞仭仟价伉佚估佛佝佗佇佶侈侏侘佻佩佰侑佯來侖儘俔俟俎俘俛俑俚俐俤俥倚倨倔倪倥倅伜俶倡倩倬俾俯們倆偃假會偕偐偈做偖偬偸傀傚傅傴傲\\\"],\\n[\\\"d1a1\\\",\\\"僉僊傳僂僖僞僥僭僣僮價僵儉儁儂儖儕儔儚儡儺儷儼儻儿兀兒兌兔兢竸兩兪兮冀冂囘册冉冏冑冓冕冖冤冦冢冩冪冫决冱冲冰况冽凅凉凛几處凩凭凰凵凾刄刋刔刎刧刪刮刳刹剏剄剋剌剞剔剪剴剩剳剿剽劍劔劒剱劈劑辨\\\"],\\n[\\\"d2a1\\\",\\\"辧劬劭劼劵勁勍勗勞勣勦飭勠勳勵勸勹匆匈甸匍匐匏匕匚匣匯匱匳匸區卆卅丗卉卍凖卞卩卮夘卻卷厂厖厠厦厥厮厰厶參簒雙叟曼燮叮叨叭叺吁吽呀听吭吼吮吶吩吝呎咏呵咎呟呱呷呰咒呻咀呶咄咐咆哇咢咸咥咬哄哈咨\\\"],\\n[\\\"d3a1\\\",\\\"咫哂咤咾咼哘哥哦唏唔哽哮哭哺哢唹啀啣啌售啜啅啖啗唸唳啝喙喀咯喊喟啻啾喘喞單啼喃喩喇喨嗚嗅嗟嗄嗜嗤嗔嘔嗷嘖嗾嗽嘛嗹噎噐營嘴嘶嘲嘸噫噤嘯噬噪嚆嚀嚊嚠嚔嚏嚥嚮嚶嚴囂嚼囁囃囀囈囎囑囓囗囮囹圀囿圄圉\\\"],\\n[\\\"d4a1\\\",\\\"圈國圍圓團圖嗇圜圦圷圸坎圻址坏坩埀垈坡坿垉垓垠垳垤垪垰埃埆埔埒埓堊埖埣堋堙堝塲堡塢塋塰毀塒堽塹墅墹墟墫墺壞墻墸墮壅壓壑壗壙壘壥壜壤壟壯壺壹壻壼壽夂夊夐夛梦夥夬夭夲夸夾竒奕奐奎奚奘奢奠奧奬奩\\\"],\\n[\\\"d5a1\\\",\\\"奸妁妝佞侫妣妲姆姨姜妍姙姚娥娟娑娜娉娚婀婬婉娵娶婢婪媚媼媾嫋嫂媽嫣嫗嫦嫩嫖嫺嫻嬌嬋嬖嬲嫐嬪嬶嬾孃孅孀孑孕孚孛孥孩孰孳孵學斈孺宀它宦宸寃寇寉寔寐寤實寢寞寥寫寰寶寳尅將專對尓尠尢尨尸尹屁屆屎屓\\\"],\\n[\\\"d6a1\\\",\\\"屐屏孱屬屮乢屶屹岌岑岔妛岫岻岶岼岷峅岾峇峙峩峽峺峭嶌峪崋崕崗嵜崟崛崑崔崢崚崙崘嵌嵒嵎嵋嵬嵳嵶嶇嶄嶂嶢嶝嶬嶮嶽嶐嶷嶼巉巍巓巒巖巛巫已巵帋帚帙帑帛帶帷幄幃幀幎幗幔幟幢幤幇幵并幺麼广庠廁廂廈廐廏\\\"],\\n[\\\"d7a1\\\",\\\"廖廣廝廚廛廢廡廨廩廬廱廳廰廴廸廾弃弉彝彜弋弑弖弩弭弸彁彈彌彎弯彑彖彗彙彡彭彳彷徃徂彿徊很徑徇從徙徘徠徨徭徼忖忻忤忸忱忝悳忿怡恠怙怐怩怎怱怛怕怫怦怏怺恚恁恪恷恟恊恆恍恣恃恤恂恬恫恙悁悍惧悃悚\\\"],\\n[\\\"d8a1\\\",\\\"悄悛悖悗悒悧悋惡悸惠惓悴忰悽惆悵惘慍愕愆惶惷愀惴惺愃愡惻惱愍愎慇愾愨愧慊愿愼愬愴愽慂慄慳慷慘慙慚慫慴慯慥慱慟慝慓慵憙憖憇憬憔憚憊憑憫憮懌懊應懷懈懃懆憺懋罹懍懦懣懶懺懴懿懽懼懾戀戈戉戍戌戔戛\\\"],\\n[\\\"d9a1\\\",\\\"戞戡截戮戰戲戳扁扎扞扣扛扠扨扼抂抉找抒抓抖拔抃抔拗拑抻拏拿拆擔拈拜拌拊拂拇抛拉挌拮拱挧挂挈拯拵捐挾捍搜捏掖掎掀掫捶掣掏掉掟掵捫捩掾揩揀揆揣揉插揶揄搖搴搆搓搦搶攝搗搨搏摧摯摶摎攪撕撓撥撩撈撼\\\"],\\n[\\\"daa1\\\",\\\"據擒擅擇撻擘擂擱擧舉擠擡抬擣擯攬擶擴擲擺攀擽攘攜攅攤攣攫攴攵攷收攸畋效敖敕敍敘敞敝敲數斂斃變斛斟斫斷旃旆旁旄旌旒旛旙无旡旱杲昊昃旻杳昵昶昴昜晏晄晉晁晞晝晤晧晨晟晢晰暃暈暎暉暄暘暝曁暹曉暾暼\\\"],\\n[\\\"dba1\\\",\\\"曄暸曖曚曠昿曦曩曰曵曷朏朖朞朦朧霸朮朿朶杁朸朷杆杞杠杙杣杤枉杰枩杼杪枌枋枦枡枅枷柯枴柬枳柩枸柤柞柝柢柮枹柎柆柧檜栞框栩桀桍栲桎梳栫桙档桷桿梟梏梭梔條梛梃檮梹桴梵梠梺椏梍桾椁棊椈棘椢椦棡椌棍\\\"],\\n[\\\"dca1\\\",\\\"棔棧棕椶椒椄棗棣椥棹棠棯椨椪椚椣椡棆楹楷楜楸楫楔楾楮椹楴椽楙椰楡楞楝榁楪榲榮槐榿槁槓榾槎寨槊槝榻槃榧樮榑榠榜榕榴槞槨樂樛槿權槹槲槧樅榱樞槭樔槫樊樒櫁樣樓橄樌橲樶橸橇橢橙橦橈樸樢檐檍檠檄檢檣\\\"],\\n[\\\"dda1\\\",\\\"檗蘗檻櫃櫂檸檳檬櫞櫑櫟檪櫚櫪櫻欅蘖櫺欒欖鬱欟欸欷盜欹飮歇歃歉歐歙歔歛歟歡歸歹歿殀殄殃殍殘殕殞殤殪殫殯殲殱殳殷殼毆毋毓毟毬毫毳毯麾氈氓气氛氤氣汞汕汢汪沂沍沚沁沛汾汨汳沒沐泄泱泓沽泗泅泝沮沱沾\\\"],\\n[\\\"dea1\\\",\\\"沺泛泯泙泪洟衍洶洫洽洸洙洵洳洒洌浣涓浤浚浹浙涎涕濤涅淹渕渊涵淇淦涸淆淬淞淌淨淒淅淺淙淤淕淪淮渭湮渮渙湲湟渾渣湫渫湶湍渟湃渺湎渤滿渝游溂溪溘滉溷滓溽溯滄溲滔滕溏溥滂溟潁漑灌滬滸滾漿滲漱滯漲滌\\\"],\\n[\\\"dfa1\\\",\\\"漾漓滷澆潺潸澁澀潯潛濳潭澂潼潘澎澑濂潦澳澣澡澤澹濆澪濟濕濬濔濘濱濮濛瀉瀋濺瀑瀁瀏濾瀛瀚潴瀝瀘瀟瀰瀾瀲灑灣炙炒炯烱炬炸炳炮烟烋烝烙焉烽焜焙煥煕熈煦煢煌煖煬熏燻熄熕熨熬燗熹熾燒燉燔燎燠燬燧燵燼\\\"],\\n[\\\"e0a1\\\",\\\"燹燿爍爐爛爨爭爬爰爲爻爼爿牀牆牋牘牴牾犂犁犇犒犖犢犧犹犲狃狆狄狎狒狢狠狡狹狷倏猗猊猜猖猝猴猯猩猥猾獎獏默獗獪獨獰獸獵獻獺珈玳珎玻珀珥珮珞璢琅瑯琥珸琲琺瑕琿瑟瑙瑁瑜瑩瑰瑣瑪瑶瑾璋璞璧瓊瓏瓔珱\\\"],\\n[\\\"e1a1\\\",\\\"瓠瓣瓧瓩瓮瓲瓰瓱瓸瓷甄甃甅甌甎甍甕甓甞甦甬甼畄畍畊畉畛畆畚畩畤畧畫畭畸當疆疇畴疊疉疂疔疚疝疥疣痂疳痃疵疽疸疼疱痍痊痒痙痣痞痾痿痼瘁痰痺痲痳瘋瘍瘉瘟瘧瘠瘡瘢瘤瘴瘰瘻癇癈癆癜癘癡癢癨癩癪癧癬癰\\\"],\\n[\\\"e2a1\\\",\\\"癲癶癸發皀皃皈皋皎皖皓皙皚皰皴皸皹皺盂盍盖盒盞盡盥盧盪蘯盻眈眇眄眩眤眞眥眦眛眷眸睇睚睨睫睛睥睿睾睹瞎瞋瞑瞠瞞瞰瞶瞹瞿瞼瞽瞻矇矍矗矚矜矣矮矼砌砒礦砠礪硅碎硴碆硼碚碌碣碵碪碯磑磆磋磔碾碼磅磊磬\\\"],\\n[\\\"e3a1\\\",\\\"磧磚磽磴礇礒礑礙礬礫祀祠祗祟祚祕祓祺祿禊禝禧齋禪禮禳禹禺秉秕秧秬秡秣稈稍稘稙稠稟禀稱稻稾稷穃穗穉穡穢穩龝穰穹穽窈窗窕窘窖窩竈窰窶竅竄窿邃竇竊竍竏竕竓站竚竝竡竢竦竭竰笂笏笊笆笳笘笙笞笵笨笶筐\\\"],\\n[\\\"e4a1\\\",\\\"筺笄筍笋筌筅筵筥筴筧筰筱筬筮箝箘箟箍箜箚箋箒箏筝箙篋篁篌篏箴篆篝篩簑簔篦篥籠簀簇簓篳篷簗簍篶簣簧簪簟簷簫簽籌籃籔籏籀籐籘籟籤籖籥籬籵粃粐粤粭粢粫粡粨粳粲粱粮粹粽糀糅糂糘糒糜糢鬻糯糲糴糶糺紆\\\"],\\n[\\\"e5a1\\\",\\\"紂紜紕紊絅絋紮紲紿紵絆絳絖絎絲絨絮絏絣經綉絛綏絽綛綺綮綣綵緇綽綫總綢綯緜綸綟綰緘緝緤緞緻緲緡縅縊縣縡縒縱縟縉縋縢繆繦縻縵縹繃縷縲縺繧繝繖繞繙繚繹繪繩繼繻纃緕繽辮繿纈纉續纒纐纓纔纖纎纛纜缸缺\\\"],\\n[\\\"e6a1\\\",\\\"罅罌罍罎罐网罕罔罘罟罠罨罩罧罸羂羆羃羈羇羌羔羞羝羚羣羯羲羹羮羶羸譱翅翆翊翕翔翡翦翩翳翹飜耆耄耋耒耘耙耜耡耨耿耻聊聆聒聘聚聟聢聨聳聲聰聶聹聽聿肄肆肅肛肓肚肭冐肬胛胥胙胝胄胚胖脉胯胱脛脩脣脯腋\\\"],\\n[\\\"e7a1\\\",\\\"隋腆脾腓腑胼腱腮腥腦腴膃膈膊膀膂膠膕膤膣腟膓膩膰膵膾膸膽臀臂膺臉臍臑臙臘臈臚臟臠臧臺臻臾舁舂舅與舊舍舐舖舩舫舸舳艀艙艘艝艚艟艤艢艨艪艫舮艱艷艸艾芍芒芫芟芻芬苡苣苟苒苴苳苺莓范苻苹苞茆苜茉苙\\\"],\\n[\\\"e8a1\\\",\\\"茵茴茖茲茱荀茹荐荅茯茫茗茘莅莚莪莟莢莖茣莎莇莊荼莵荳荵莠莉莨菴萓菫菎菽萃菘萋菁菷萇菠菲萍萢萠莽萸蔆菻葭萪萼蕚蒄葷葫蒭葮蒂葩葆萬葯葹萵蓊葢蒹蒿蒟蓙蓍蒻蓚蓐蓁蓆蓖蒡蔡蓿蓴蔗蔘蔬蔟蔕蔔蓼蕀蕣蕘蕈\\\"],\\n[\\\"e9a1\\\",\\\"蕁蘂蕋蕕薀薤薈薑薊薨蕭薔薛藪薇薜蕷蕾薐藉薺藏薹藐藕藝藥藜藹蘊蘓蘋藾藺蘆蘢蘚蘰蘿虍乕虔號虧虱蚓蚣蚩蚪蚋蚌蚶蚯蛄蛆蚰蛉蠣蚫蛔蛞蛩蛬蛟蛛蛯蜒蜆蜈蜀蜃蛻蜑蜉蜍蛹蜊蜴蜿蜷蜻蜥蜩蜚蝠蝟蝸蝌蝎蝴蝗蝨蝮蝙\\\"],\\n[\\\"eaa1\\\",\\\"蝓蝣蝪蠅螢螟螂螯蟋螽蟀蟐雖螫蟄螳蟇蟆螻蟯蟲蟠蠏蠍蟾蟶蟷蠎蟒蠑蠖蠕蠢蠡蠱蠶蠹蠧蠻衄衂衒衙衞衢衫袁衾袞衵衽袵衲袂袗袒袮袙袢袍袤袰袿袱裃裄裔裘裙裝裹褂裼裴裨裲褄褌褊褓襃褞褥褪褫襁襄褻褶褸襌褝襠襞\\\"],\\n[\\\"eba1\\\",\\\"襦襤襭襪襯襴襷襾覃覈覊覓覘覡覩覦覬覯覲覺覽覿觀觚觜觝觧觴觸訃訖訐訌訛訝訥訶詁詛詒詆詈詼詭詬詢誅誂誄誨誡誑誥誦誚誣諄諍諂諚諫諳諧諤諱謔諠諢諷諞諛謌謇謚諡謖謐謗謠謳鞫謦謫謾謨譁譌譏譎證譖譛譚譫\\\"],\\n[\\\"eca1\\\",\\\"譟譬譯譴譽讀讌讎讒讓讖讙讚谺豁谿豈豌豎豐豕豢豬豸豺貂貉貅貊貍貎貔豼貘戝貭貪貽貲貳貮貶賈賁賤賣賚賽賺賻贄贅贊贇贏贍贐齎贓賍贔贖赧赭赱赳趁趙跂趾趺跏跚跖跌跛跋跪跫跟跣跼踈踉跿踝踞踐踟蹂踵踰踴蹊\\\"],\\n[\\\"eda1\\\",\\\"蹇蹉蹌蹐蹈蹙蹤蹠踪蹣蹕蹶蹲蹼躁躇躅躄躋躊躓躑躔躙躪躡躬躰軆躱躾軅軈軋軛軣軼軻軫軾輊輅輕輒輙輓輜輟輛輌輦輳輻輹轅轂輾轌轉轆轎轗轜轢轣轤辜辟辣辭辯辷迚迥迢迪迯邇迴逅迹迺逑逕逡逍逞逖逋逧逶逵逹迸\\\"],\\n[\\\"eea1\\\",\\\"遏遐遑遒逎遉逾遖遘遞遨遯遶隨遲邂遽邁邀邊邉邏邨邯邱邵郢郤扈郛鄂鄒鄙鄲鄰酊酖酘酣酥酩酳酲醋醉醂醢醫醯醪醵醴醺釀釁釉釋釐釖釟釡釛釼釵釶鈞釿鈔鈬鈕鈑鉞鉗鉅鉉鉤鉈銕鈿鉋鉐銜銖銓銛鉚鋏銹銷鋩錏鋺鍄錮\\\"],\\n[\\\"efa1\\\",\\\"錙錢錚錣錺錵錻鍜鍠鍼鍮鍖鎰鎬鎭鎔鎹鏖鏗鏨鏥鏘鏃鏝鏐鏈鏤鐚鐔鐓鐃鐇鐐鐶鐫鐵鐡鐺鑁鑒鑄鑛鑠鑢鑞鑪鈩鑰鑵鑷鑽鑚鑼鑾钁鑿閂閇閊閔閖閘閙閠閨閧閭閼閻閹閾闊濶闃闍闌闕闔闖關闡闥闢阡阨阮阯陂陌陏陋陷陜陞\\\"],\\n[\\\"f0a1\\\",\\\"陝陟陦陲陬隍隘隕隗險隧隱隲隰隴隶隸隹雎雋雉雍襍雜霍雕雹霄霆霈霓霎霑霏霖霙霤霪霰霹霽霾靄靆靈靂靉靜靠靤靦靨勒靫靱靹鞅靼鞁靺鞆鞋鞏鞐鞜鞨鞦鞣鞳鞴韃韆韈韋韜韭齏韲竟韶韵頏頌頸頤頡頷頽顆顏顋顫顯顰\\\"],\\n[\\\"f1a1\\\",\\\"顱顴顳颪颯颱颶飄飃飆飩飫餃餉餒餔餘餡餝餞餤餠餬餮餽餾饂饉饅饐饋饑饒饌饕馗馘馥馭馮馼駟駛駝駘駑駭駮駱駲駻駸騁騏騅駢騙騫騷驅驂驀驃騾驕驍驛驗驟驢驥驤驩驫驪骭骰骼髀髏髑髓體髞髟髢髣髦髯髫髮髴髱髷\\\"],\\n[\\\"f2a1\\\",\\\"髻鬆鬘鬚鬟鬢鬣鬥鬧鬨鬩鬪鬮鬯鬲魄魃魏魍魎魑魘魴鮓鮃鮑鮖鮗鮟鮠鮨鮴鯀鯊鮹鯆鯏鯑鯒鯣鯢鯤鯔鯡鰺鯲鯱鯰鰕鰔鰉鰓鰌鰆鰈鰒鰊鰄鰮鰛鰥鰤鰡鰰鱇鰲鱆鰾鱚鱠鱧鱶鱸鳧鳬鳰鴉鴈鳫鴃鴆鴪鴦鶯鴣鴟鵄鴕鴒鵁鴿鴾鵆鵈\\\"],\\n[\\\"f3a1\\\",\\\"鵝鵞鵤鵑鵐鵙鵲鶉鶇鶫鵯鵺鶚鶤鶩鶲鷄鷁鶻鶸鶺鷆鷏鷂鷙鷓鷸鷦鷭鷯鷽鸚鸛鸞鹵鹹鹽麁麈麋麌麒麕麑麝麥麩麸麪麭靡黌黎黏黐黔黜點黝黠黥黨黯黴黶黷黹黻黼黽鼇鼈皷鼕鼡鼬鼾齊齒齔齣齟齠齡齦齧齬齪齷齲齶龕龜龠\\\"],\\n[\\\"f4a1\\\",\\\"堯槇遙瑤凜熙\\\"],\\n[\\\"f9a1\\\",\\\"纊褜鍈銈蓜俉炻昱棈鋹曻彅丨仡仼伀伃伹佖侒侊侚侔俍偀倢俿倞偆偰偂傔僴僘兊兤冝冾凬刕劜劦勀勛匀匇匤卲厓厲叝﨎咜咊咩哿喆坙坥垬埈埇﨏塚增墲夋奓奛奝奣妤妺孖寀甯寘寬尞岦岺峵崧嵓﨑嵂嵭嶸嶹巐弡弴彧德\\\"],\\n[\\\"faa1\\\",\\\"忞恝悅悊惞惕愠惲愑愷愰憘戓抦揵摠撝擎敎昀昕昻昉昮昞昤晥晗晙晴晳暙暠暲暿曺朎朗杦枻桒柀栁桄棏﨓楨﨔榘槢樰橫橆橳橾櫢櫤毖氿汜沆汯泚洄涇浯涖涬淏淸淲淼渹湜渧渼溿澈澵濵瀅瀇瀨炅炫焏焄煜煆煇凞燁燾犱\\\"],\\n[\\\"fba1\\\",\\\"犾猤猪獷玽珉珖珣珒琇珵琦琪琩琮瑢璉璟甁畯皂皜皞皛皦益睆劯砡硎硤硺礰礼神祥禔福禛竑竧靖竫箞精絈絜綷綠緖繒罇羡羽茁荢荿菇菶葈蒴蕓蕙蕫﨟薰蘒﨡蠇裵訒訷詹誧誾諟諸諶譓譿賰賴贒赶﨣軏﨤逸遧郞都鄕鄧釚\\\"],\\n[\\\"fca1\\\",\\\"釗釞釭釮釤釥鈆鈐鈊鈺鉀鈼鉎鉙鉑鈹鉧銧鉷鉸鋧鋗鋙鋐﨧鋕鋠鋓錥錡鋻﨨錞鋿錝錂鍰鍗鎤鏆鏞鏸鐱鑅鑈閒隆﨩隝隯霳霻靃靍靏靑靕顗顥飯飼餧館馞驎髙髜魵魲鮏鮱鮻鰀鵰鵫鶴鸙黑\\\"],\\n[\\\"fcf1\\\",\\\"ⅰ\\\",9,\\\"￢￤＇＂\\\"],\\n[\\\"8fa2af\\\",\\\"˘ˇ¸˙˝¯˛˚～΄΅\\\"],\\n[\\\"8fa2c2\\\",\\\"¡¦¿\\\"],\\n[\\\"8fa2eb\\\",\\\"ºª©®™¤№\\\"],\\n[\\\"8fa6e1\\\",\\\"ΆΈΉΊΪ\\\"],\\n[\\\"8fa6e7\\\",\\\"Ό\\\"],\\n[\\\"8fa6e9\\\",\\\"ΎΫ\\\"],\\n[\\\"8fa6ec\\\",\\\"Ώ\\\"],\\n[\\\"8fa6f1\\\",\\\"άέήίϊΐόςύϋΰώ\\\"],\\n[\\\"8fa7c2\\\",\\\"Ђ\\\",10,\\\"ЎЏ\\\"],\\n[\\\"8fa7f2\\\",\\\"ђ\\\",10,\\\"ўџ\\\"],\\n[\\\"8fa9a1\\\",\\\"ÆĐ\\\"],\\n[\\\"8fa9a4\\\",\\\"Ħ\\\"],\\n[\\\"8fa9a6\\\",\\\"Ĳ\\\"],\\n[\\\"8fa9a8\\\",\\\"ŁĿ\\\"],\\n[\\\"8fa9ab\\\",\\\"ŊØŒ\\\"],\\n[\\\"8fa9af\\\",\\\"ŦÞ\\\"],\\n[\\\"8fa9c1\\\",\\\"æđðħıĳĸłŀŉŋøœßŧþ\\\"],\\n[\\\"8faaa1\\\",\\\"ÁÀÄÂĂǍĀĄÅÃĆĈČÇĊĎÉÈËÊĚĖĒĘ\\\"],\\n[\\\"8faaba\\\",\\\"ĜĞĢĠĤÍÌÏÎǏİĪĮĨĴĶĹĽĻŃŇŅÑÓÒÖÔǑŐŌÕŔŘŖŚŜŠŞŤŢÚÙÜÛŬǓŰŪŲŮŨǗǛǙǕŴÝŸŶŹŽŻ\\\"],\\n[\\\"8faba1\\\",\\\"áàäâăǎāąåãćĉčçċďéèëêěėēęǵĝğ\\\"],\\n[\\\"8fabbd\\\",\\\"ġĥíìïîǐ\\\"],\\n[\\\"8fabc5\\\",\\\"īįĩĵķĺľļńňņñóòöôǒőōõŕřŗśŝšşťţúùüûŭǔűūųůũǘǜǚǖŵýÿŷźžż\\\"],\\n[\\\"8fb0a1\\\",\\\"丂丄丅丌丒丟丣两丨丫丮丯丰丵乀乁乄乇乑乚乜乣乨乩乴乵乹乿亍亖亗亝亯亹仃仐仚仛仠仡仢仨仯仱仳仵份仾仿伀伂伃伈伋伌伒伕伖众伙伮伱你伳伵伷伹伻伾佀佂佈佉佋佌佒佔佖佘佟佣佪佬佮佱佷佸佹佺佽佾侁侂侄\\\"],\\n[\\\"8fb1a1\\\",\\\"侅侉侊侌侎侐侒侓侔侗侙侚侞侟侲侷侹侻侼侽侾俀俁俅俆俈俉俋俌俍俏俒俜俠俢俰俲俼俽俿倀倁倄倇倊倌倎倐倓倗倘倛倜倝倞倢倧倮倰倲倳倵偀偁偂偅偆偊偌偎偑偒偓偗偙偟偠偢偣偦偧偪偭偰偱倻傁傃傄傆傊傎傏傐\\\"],\\n[\\\"8fb2a1\\\",\\\"傒傓傔傖傛傜傞\\\",4,\\\"傪傯傰傹傺傽僀僃僄僇僌僎僐僓僔僘僜僝僟僢僤僦僨僩僯僱僶僺僾儃儆儇儈儋儌儍儎僲儐儗儙儛儜儝儞儣儧儨儬儭儯儱儳儴儵儸儹兂兊兏兓兕兗兘兟兤兦兾冃冄冋冎冘冝冡冣冭冸冺冼冾冿凂\\\"],\\n[\\\"8fb3a1\\\",\\\"凈减凑凒凓凕凘凞凢凥凮凲凳凴凷刁刂刅划刓刕刖刘刢刨刱刲刵刼剅剉剕剗剘剚剜剟剠剡剦剮剷剸剹劀劂劅劊劌劓劕劖劗劘劚劜劤劥劦劧劯劰劶劷劸劺劻劽勀勄勆勈勌勏勑勔勖勛勜勡勥勨勩勪勬勰勱勴勶勷匀匃匊匋\\\"],\\n[\\\"8fb4a1\\\",\\\"匌匑匓匘匛匜匞匟匥匧匨匩匫匬匭匰匲匵匼匽匾卂卌卋卙卛卡卣卥卬卭卲卹卾厃厇厈厎厓厔厙厝厡厤厪厫厯厲厴厵厷厸厺厽叀叅叏叒叓叕叚叝叞叠另叧叵吂吓吚吡吧吨吪启吱吴吵呃呄呇呍呏呞呢呤呦呧呩呫呭呮呴呿\\\"],\\n[\\\"8fb5a1\\\",\\\"咁咃咅咈咉咍咑咕咖咜咟咡咦咧咩咪咭咮咱咷咹咺咻咿哆哊响哎哠哪哬哯哶哼哾哿唀唁唅唈唉唌唍唎唕唪唫唲唵唶唻唼唽啁啇啉啊啍啐啑啘啚啛啞啠啡啤啦啿喁喂喆喈喎喏喑喒喓喔喗喣喤喭喲喿嗁嗃嗆嗉嗋嗌嗎嗑嗒\\\"],\\n[\\\"8fb6a1\\\",\\\"嗓嗗嗘嗛嗞嗢嗩嗶嗿嘅嘈嘊嘍\\\",5,\\\"嘙嘬嘰嘳嘵嘷嘹嘻嘼嘽嘿噀噁噃噄噆噉噋噍噏噔噞噠噡噢噣噦噩噭噯噱噲噵嚄嚅嚈嚋嚌嚕嚙嚚嚝嚞嚟嚦嚧嚨嚩嚫嚬嚭嚱嚳嚷嚾囅囉囊囋囏囐囌囍囙囜囝囟囡囤\\\",4,\\\"囱囫园\\\"],\\n[\\\"8fb7a1\\\",\\\"囶囷圁圂圇圊圌圑圕圚圛圝圠圢圣圤圥圩圪圬圮圯圳圴圽圾圿坅坆坌坍坒坢坥坧坨坫坭\\\",4,\\\"坳坴坵坷坹坺坻坼坾垁垃垌垔垗垙垚垜垝垞垟垡垕垧垨垩垬垸垽埇埈埌埏埕埝埞埤埦埧埩埭埰埵埶埸埽埾埿堃堄堈堉埡\\\"],\\n[\\\"8fb8a1\\\",\\\"堌堍堛堞堟堠堦堧堭堲堹堿塉塌塍塏塐塕塟塡塤塧塨塸塼塿墀墁墇墈墉墊墌墍墏墐墔墖墝墠墡墢墦墩墱墲壄墼壂壈壍壎壐壒壔壖壚壝壡壢壩壳夅夆夋夌夒夓夔虁夝夡夣夤夨夯夰夳夵夶夿奃奆奒奓奙奛奝奞奟奡奣奫奭\\\"],\\n[\\\"8fb9a1\\\",\\\"奯奲奵奶她奻奼妋妌妎妒妕妗妟妤妧妭妮妯妰妳妷妺妼姁姃姄姈姊姍姒姝姞姟姣姤姧姮姯姱姲姴姷娀娄娌娍娎娒娓娞娣娤娧娨娪娭娰婄婅婇婈婌婐婕婞婣婥婧婭婷婺婻婾媋媐媓媖媙媜媞媟媠媢媧媬媱媲媳媵媸媺媻媿\\\"],\\n[\\\"8fbaa1\\\",\\\"嫄嫆嫈嫏嫚嫜嫠嫥嫪嫮嫵嫶嫽嬀嬁嬈嬗嬴嬙嬛嬝嬡嬥嬭嬸孁孋孌孒孖孞孨孮孯孼孽孾孿宁宄宆宊宎宐宑宓宔宖宨宩宬宭宯宱宲宷宺宼寀寁寍寏寖\\\",4,\\\"寠寯寱寴寽尌尗尞尟尣尦尩尫尬尮尰尲尵尶屙屚屜屢屣屧屨屩\\\"],\\n[\\\"8fbba1\\\",\\\"屭屰屴屵屺屻屼屽岇岈岊岏岒岝岟岠岢岣岦岪岲岴岵岺峉峋峒峝峗峮峱峲峴崁崆崍崒崫崣崤崦崧崱崴崹崽崿嵂嵃嵆嵈嵕嵑嵙嵊嵟嵠嵡嵢嵤嵪嵭嵰嵹嵺嵾嵿嶁嶃嶈嶊嶒嶓嶔嶕嶙嶛嶟嶠嶧嶫嶰嶴嶸嶹巃巇巋巐巎巘巙巠巤\\\"],\\n[\\\"8fbca1\\\",\\\"巩巸巹帀帇帍帒帔帕帘帟帠帮帨帲帵帾幋幐幉幑幖幘幛幜幞幨幪\\\",4,\\\"幰庀庋庎庢庤庥庨庪庬庱庳庽庾庿廆廌廋廎廑廒廔廕廜廞廥廫异弆弇弈弎弙弜弝弡弢弣弤弨弫弬弮弰弴弶弻弽弿彀彄彅彇彍彐彔彘彛彠彣彤彧\\\"],\\n[\\\"8fbda1\\\",\\\"彯彲彴彵彸彺彽彾徉徍徏徖徜徝徢徧徫徤徬徯徰徱徸忄忇忈忉忋忐\\\",4,\\\"忞忡忢忨忩忪忬忭忮忯忲忳忶忺忼怇怊怍怓怔怗怘怚怟怤怭怳怵恀恇恈恉恌恑恔恖恗恝恡恧恱恾恿悂悆悈悊悎悑悓悕悘悝悞悢悤悥您悰悱悷\\\"],\\n[\\\"8fbea1\\\",\\\"悻悾惂惄惈惉惊惋惎惏惔惕惙惛惝惞惢惥惲惵惸惼惽愂愇愊愌愐\\\",4,\\\"愖愗愙愜愞愢愪愫愰愱愵愶愷愹慁慅慆慉慞慠慬慲慸慻慼慿憀憁憃憄憋憍憒憓憗憘憜憝憟憠憥憨憪憭憸憹憼懀懁懂懎懏懕懜懝懞懟懡懢懧懩懥\\\"],\\n[\\\"8fbfa1\\\",\\\"懬懭懯戁戃戄戇戓戕戜戠戢戣戧戩戫戹戽扂扃扄扆扌扐扑扒扔扖扚扜扤扭扯扳扺扽抍抎抏抐抦抨抳抶抷抺抾抿拄拎拕拖拚拪拲拴拼拽挃挄挊挋挍挐挓挖挘挩挪挭挵挶挹挼捁捂捃捄捆捊捋捎捒捓捔捘捛捥捦捬捭捱捴捵\\\"],\\n[\\\"8fc0a1\\\",\\\"捸捼捽捿掂掄掇掊掐掔掕掙掚掞掤掦掭掮掯掽揁揅揈揎揑揓揔揕揜揠揥揪揬揲揳揵揸揹搉搊搐搒搔搘搞搠搢搤搥搩搪搯搰搵搽搿摋摏摑摒摓摔摚摛摜摝摟摠摡摣摭摳摴摻摽撅撇撏撐撑撘撙撛撝撟撡撣撦撨撬撳撽撾撿\\\"],\\n[\\\"8fc1a1\\\",\\\"擄擉擊擋擌擎擐擑擕擗擤擥擩擪擭擰擵擷擻擿攁攄攈攉攊攏攓攔攖攙攛攞攟攢攦攩攮攱攺攼攽敃敇敉敐敒敔敟敠敧敫敺敽斁斅斊斒斕斘斝斠斣斦斮斲斳斴斿旂旈旉旎旐旔旖旘旟旰旲旴旵旹旾旿昀昄昈昉昍昑昒昕昖昝\\\"],\\n[\\\"8fc2a1\\\",\\\"昞昡昢昣昤昦昩昪昫昬昮昰昱昳昹昷晀晅晆晊晌晑晎晗晘晙晛晜晠晡曻晪晫晬晾晳晵晿晷晸晹晻暀晼暋暌暍暐暒暙暚暛暜暟暠暤暭暱暲暵暻暿曀曂曃曈曌曎曏曔曛曟曨曫曬曮曺朅朇朎朓朙朜朠朢朳朾杅杇杈杌杔杕杝\\\"],\\n[\\\"8fc3a1\\\",\\\"杦杬杮杴杶杻极构枎枏枑枓枖枘枙枛枰枱枲枵枻枼枽柹柀柂柃柅柈柉柒柗柙柜柡柦柰柲柶柷桒栔栙栝栟栨栧栬栭栯栰栱栳栻栿桄桅桊桌桕桗桘桛桫桮\\\",4,\\\"桵桹桺桻桼梂梄梆梈梖梘梚梜梡梣梥梩梪梮梲梻棅棈棌棏\\\"],\\n[\\\"8fc4a1\\\",\\\"棐棑棓棖棙棜棝棥棨棪棫棬棭棰棱棵棶棻棼棽椆椉椊椐椑椓椖椗椱椳椵椸椻楂楅楉楎楗楛楣楤楥楦楨楩楬楰楱楲楺楻楿榀榍榒榖榘榡榥榦榨榫榭榯榷榸榺榼槅槈槑槖槗槢槥槮槯槱槳槵槾樀樁樃樏樑樕樚樝樠樤樨樰樲\\\"],\\n[\\\"8fc5a1\\\",\\\"樴樷樻樾樿橅橆橉橊橎橐橑橒橕橖橛橤橧橪橱橳橾檁檃檆檇檉檋檑檛檝檞檟檥檫檯檰檱檴檽檾檿櫆櫉櫈櫌櫐櫔櫕櫖櫜櫝櫤櫧櫬櫰櫱櫲櫼櫽欂欃欆欇欉欏欐欑欗欛欞欤欨欫欬欯欵欶欻欿歆歊歍歒歖歘歝歠歧歫歮歰歵歽\\\"],\\n[\\\"8fc6a1\\\",\\\"歾殂殅殗殛殟殠殢殣殨殩殬殭殮殰殸殹殽殾毃毄毉毌毖毚毡毣毦毧毮毱毷毹毿氂氄氅氉氍氎氐氒氙氟氦氧氨氬氮氳氵氶氺氻氿汊汋汍汏汒汔汙汛汜汫汭汯汴汶汸汹汻沅沆沇沉沔沕沗沘沜沟沰沲沴泂泆泍泏泐泑泒泔泖\\\"],\\n[\\\"8fc7a1\\\",\\\"泚泜泠泧泩泫泬泮泲泴洄洇洊洎洏洑洓洚洦洧洨汧洮洯洱洹洼洿浗浞浟浡浥浧浯浰浼涂涇涑涒涔涖涗涘涪涬涴涷涹涽涿淄淈淊淎淏淖淛淝淟淠淢淥淩淯淰淴淶淼渀渄渞渢渧渲渶渹渻渼湄湅湈湉湋湏湑湒湓湔湗湜湝湞\\\"],\\n[\\\"8fc8a1\\\",\\\"湢湣湨湳湻湽溍溓溙溠溧溭溮溱溳溻溿滀滁滃滇滈滊滍滎滏滫滭滮滹滻滽漄漈漊漌漍漖漘漚漛漦漩漪漯漰漳漶漻漼漭潏潑潒潓潗潙潚潝潞潡潢潨潬潽潾澃澇澈澋澌澍澐澒澓澔澖澚澟澠澥澦澧澨澮澯澰澵澶澼濅濇濈濊\\\"],\\n[\\\"8fc9a1\\\",\\\"濚濞濨濩濰濵濹濼濽瀀瀅瀆瀇瀍瀗瀠瀣瀯瀴瀷瀹瀼灃灄灈灉灊灋灔灕灝灞灎灤灥灬灮灵灶灾炁炅炆炔\\\",4,\\\"炛炤炫炰炱炴炷烊烑烓烔烕烖烘烜烤烺焃\\\",4,\\\"焋焌焏焞焠焫焭焯焰焱焸煁煅煆煇煊煋煐煒煗煚煜煞煠\\\"],\\n[\\\"8fcaa1\\\",\\\"煨煹熀熅熇熌熒熚熛熠熢熯熰熲熳熺熿燀燁燄燋燌燓燖燙燚燜燸燾爀爇爈爉爓爗爚爝爟爤爫爯爴爸爹牁牂牃牅牎牏牐牓牕牖牚牜牞牠牣牨牫牮牯牱牷牸牻牼牿犄犉犍犎犓犛犨犭犮犱犴犾狁狇狉狌狕狖狘狟狥狳狴狺狻\\\"],\\n[\\\"8fcba1\\\",\\\"狾猂猄猅猇猋猍猒猓猘猙猞猢猤猧猨猬猱猲猵猺猻猽獃獍獐獒獖獘獝獞獟獠獦獧獩獫獬獮獯獱獷獹獼玀玁玃玅玆玎玐玓玕玗玘玜玞玟玠玢玥玦玪玫玭玵玷玹玼玽玿珅珆珉珋珌珏珒珓珖珙珝珡珣珦珧珩珴珵珷珹珺珻珽\\\"],\\n[\\\"8fcca1\\\",\\\"珿琀琁琄琇琊琑琚琛琤琦琨\\\",9,\\\"琹瑀瑃瑄瑆瑇瑋瑍瑑瑒瑗瑝瑢瑦瑧瑨瑫瑭瑮瑱瑲璀璁璅璆璇璉璏璐璑璒璘璙璚璜璟璠璡璣璦璨璩璪璫璮璯璱璲璵璹璻璿瓈瓉瓌瓐瓓瓘瓚瓛瓞瓟瓤瓨瓪瓫瓯瓴瓺瓻瓼瓿甆\\\"],\\n[\\\"8fcda1\\\",\\\"甒甖甗甠甡甤甧甩甪甯甶甹甽甾甿畀畃畇畈畎畐畒畗畞畟畡畯畱畹\\\",5,\\\"疁疅疐疒疓疕疙疜疢疤疴疺疿痀痁痄痆痌痎痏痗痜痟痠痡痤痧痬痮痯痱痹瘀瘂瘃瘄瘇瘈瘊瘌瘏瘒瘓瘕瘖瘙瘛瘜瘝瘞瘣瘥瘦瘩瘭瘲瘳瘵瘸瘹\\\"],\\n[\\\"8fcea1\\\",\\\"瘺瘼癊癀癁癃癄癅癉癋癕癙癟癤癥癭癮癯癱癴皁皅皌皍皕皛皜皝皟皠皢\\\",6,\\\"皪皭皽盁盅盉盋盌盎盔盙盠盦盨盬盰盱盶盹盼眀眆眊眎眒眔眕眗眙眚眜眢眨眭眮眯眴眵眶眹眽眾睂睅睆睊睍睎睏睒睖睗睜睞睟睠睢\\\"],\\n[\\\"8fcfa1\\\",\\\"睤睧睪睬睰睲睳睴睺睽瞀瞄瞌瞍瞔瞕瞖瞚瞟瞢瞧瞪瞮瞯瞱瞵瞾矃矉矑矒矕矙矞矟矠矤矦矪矬矰矱矴矸矻砅砆砉砍砎砑砝砡砢砣砭砮砰砵砷硃硄硇硈硌硎硒硜硞硠硡硣硤硨硪确硺硾碊碏碔碘碡碝碞碟碤碨碬碭碰碱碲碳\\\"],\\n[\\\"8fd0a1\\\",\\\"碻碽碿磇磈磉磌磎磒磓磕磖磤磛磟磠磡磦磪磲磳礀磶磷磺磻磿礆礌礐礚礜礞礟礠礥礧礩礭礱礴礵礻礽礿祄祅祆祊祋祏祑祔祘祛祜祧祩祫祲祹祻祼祾禋禌禑禓禔禕禖禘禛禜禡禨禩禫禯禱禴禸离秂秄秇秈秊秏秔秖秚秝秞\\\"],\\n[\\\"8fd1a1\\\",\\\"秠秢秥秪秫秭秱秸秼稂稃稇稉稊稌稑稕稛稞稡稧稫稭稯稰稴稵稸稹稺穄穅穇穈穌穕穖穙穜穝穟穠穥穧穪穭穵穸穾窀窂窅窆窊窋窐窑窔窞窠窣窬窳窵窹窻窼竆竉竌竎竑竛竨竩竫竬竱竴竻竽竾笇笔笟笣笧笩笪笫笭笮笯笰\\\"],\\n[\\\"8fd2a1\\\",\\\"笱笴笽笿筀筁筇筎筕筠筤筦筩筪筭筯筲筳筷箄箉箎箐箑箖箛箞箠箥箬箯箰箲箵箶箺箻箼箽篂篅篈篊篔篖篗篙篚篛篨篪篲篴篵篸篹篺篼篾簁簂簃簄簆簉簋簌簎簏簙簛簠簥簦簨簬簱簳簴簶簹簺籆籊籕籑籒籓籙\\\",5],\\n[\\\"8fd3a1\\\",\\\"籡籣籧籩籭籮籰籲籹籼籽粆粇粏粔粞粠粦粰粶粷粺粻粼粿糄糇糈糉糍糏糓糔糕糗糙糚糝糦糩糫糵紃紇紈紉紏紑紒紓紖紝紞紣紦紪紭紱紼紽紾絀絁絇絈絍絑絓絗絙絚絜絝絥絧絪絰絸絺絻絿綁綂綃綅綆綈綋綌綍綑綖綗綝\\\"],\\n[\\\"8fd4a1\\\",\\\"綞綦綧綪綳綶綷綹緂\\\",4,\\\"緌緍緎緗緙縀緢緥緦緪緫緭緱緵緶緹緺縈縐縑縕縗縜縝縠縧縨縬縭縯縳縶縿繄繅繇繎繐繒繘繟繡繢繥繫繮繯繳繸繾纁纆纇纊纍纑纕纘纚纝纞缼缻缽缾缿罃罄罇罏罒罓罛罜罝罡罣罤罥罦罭\\\"],\\n[\\\"8fd5a1\\\",\\\"罱罽罾罿羀羋羍羏羐羑羖羗羜羡羢羦羪羭羴羼羿翀翃翈翎翏翛翟翣翥翨翬翮翯翲翺翽翾翿耇耈耊耍耎耏耑耓耔耖耝耞耟耠耤耦耬耮耰耴耵耷耹耺耼耾聀聄聠聤聦聭聱聵肁肈肎肜肞肦肧肫肸肹胈胍胏胒胔胕胗胘胠胭胮\\\"],\\n[\\\"8fd6a1\\\",\\\"胰胲胳胶胹胺胾脃脋脖脗脘脜脞脠脤脧脬脰脵脺脼腅腇腊腌腒腗腠腡腧腨腩腭腯腷膁膐膄膅膆膋膎膖膘膛膞膢膮膲膴膻臋臃臅臊臎臏臕臗臛臝臞臡臤臫臬臰臱臲臵臶臸臹臽臿舀舃舏舓舔舙舚舝舡舢舨舲舴舺艃艄艅艆\\\"],\\n[\\\"8fd7a1\\\",\\\"艋艎艏艑艖艜艠艣艧艭艴艻艽艿芀芁芃芄芇芉芊芎芑芔芖芘芚芛芠芡芣芤芧芨芩芪芮芰芲芴芷芺芼芾芿苆苐苕苚苠苢苤苨苪苭苯苶苷苽苾茀茁茇茈茊茋荔茛茝茞茟茡茢茬茭茮茰茳茷茺茼茽荂荃荄荇荍荎荑荕荖荗荰荸\\\"],\\n[\\\"8fd8a1\\\",\\\"荽荿莀莂莄莆莍莒莔莕莘莙莛莜莝莦莧莩莬莾莿菀菇菉菏菐菑菔菝荓菨菪菶菸菹菼萁萆萊萏萑萕萙莭萯萹葅葇葈葊葍葏葑葒葖葘葙葚葜葠葤葥葧葪葰葳葴葶葸葼葽蒁蒅蒒蒓蒕蒞蒦蒨蒩蒪蒯蒱蒴蒺蒽蒾蓀蓂蓇蓈蓌蓏蓓\\\"],\\n[\\\"8fd9a1\\\",\\\"蓜蓧蓪蓯蓰蓱蓲蓷蔲蓺蓻蓽蔂蔃蔇蔌蔎蔐蔜蔞蔢蔣蔤蔥蔧蔪蔫蔯蔳蔴蔶蔿蕆蕏\\\",4,\\\"蕖蕙蕜\\\",6,\\\"蕤蕫蕯蕹蕺蕻蕽蕿薁薅薆薉薋薌薏薓薘薝薟薠薢薥薧薴薶薷薸薼薽薾薿藂藇藊藋藎薭藘藚藟藠藦藨藭藳藶藼\\\"],\\n[\\\"8fdaa1\\\",\\\"藿蘀蘄蘅蘍蘎蘐蘑蘒蘘蘙蘛蘞蘡蘧蘩蘶蘸蘺蘼蘽虀虂虆虒虓虖虗虘虙虝虠\\\",4,\\\"虩虬虯虵虶虷虺蚍蚑蚖蚘蚚蚜蚡蚦蚧蚨蚭蚱蚳蚴蚵蚷蚸蚹蚿蛀蛁蛃蛅蛑蛒蛕蛗蛚蛜蛠蛣蛥蛧蚈蛺蛼蛽蜄蜅蜇蜋蜎蜏蜐蜓蜔蜙蜞蜟蜡蜣\\\"],\\n[\\\"8fdba1\\\",\\\"蜨蜮蜯蜱蜲蜹蜺蜼蜽蜾蝀蝃蝅蝍蝘蝝蝡蝤蝥蝯蝱蝲蝻螃\\\",6,\\\"螋螌螐螓螕螗螘螙螞螠螣螧螬螭螮螱螵螾螿蟁蟈蟉蟊蟎蟕蟖蟙蟚蟜蟟蟢蟣蟤蟪蟫蟭蟱蟳蟸蟺蟿蠁蠃蠆蠉蠊蠋蠐蠙蠒蠓蠔蠘蠚蠛蠜蠞蠟蠨蠭蠮蠰蠲蠵\\\"],\\n[\\\"8fdca1\\\",\\\"蠺蠼衁衃衅衈衉衊衋衎衑衕衖衘衚衜衟衠衤衩衱衹衻袀袘袚袛袜袟袠袨袪袺袽袾裀裊\\\",4,\\\"裑裒裓裛裞裧裯裰裱裵裷褁褆褍褎褏褕褖褘褙褚褜褠褦褧褨褰褱褲褵褹褺褾襀襂襅襆襉襏襒襗襚襛襜襡襢襣襫襮襰襳襵襺\\\"],\\n[\\\"8fdda1\\\",\\\"襻襼襽覉覍覐覔覕覛覜覟覠覥覰覴覵覶覷覼觔\\\",4,\\\"觥觩觫觭觱觳觶觹觽觿訄訅訇訏訑訒訔訕訞訠訢訤訦訫訬訯訵訷訽訾詀詃詅詇詉詍詎詓詖詗詘詜詝詡詥詧詵詶詷詹詺詻詾詿誀誃誆誋誏誐誒誖誗誙誟誧誩誮誯誳\\\"],\\n[\\\"8fdea1\\\",\\\"誶誷誻誾諃諆諈諉諊諑諓諔諕諗諝諟諬諰諴諵諶諼諿謅謆謋謑謜謞謟謊謭謰謷謼譂\\\",4,\\\"譈譒譓譔譙譍譞譣譭譶譸譹譼譾讁讄讅讋讍讏讔讕讜讞讟谸谹谽谾豅豇豉豋豏豑豓豔豗豘豛豝豙豣豤豦豨豩豭豳豵豶豻豾貆\\\"],\\n[\\\"8fdfa1\\\",\\\"貇貋貐貒貓貙貛貜貤貹貺賅賆賉賋賏賖賕賙賝賡賨賬賯賰賲賵賷賸賾賿贁贃贉贒贗贛赥赩赬赮赿趂趄趈趍趐趑趕趞趟趠趦趫趬趯趲趵趷趹趻跀跅跆跇跈跊跎跑跔跕跗跙跤跥跧跬跰趼跱跲跴跽踁踄踅踆踋踑踔踖踠踡踢\\\"],\\n[\\\"8fe0a1\\\",\\\"踣踦踧踱踳踶踷踸踹踽蹀蹁蹋蹍蹎蹏蹔蹛蹜蹝蹞蹡蹢蹩蹬蹭蹯蹰蹱蹹蹺蹻躂躃躉躐躒躕躚躛躝躞躢躧躩躭躮躳躵躺躻軀軁軃軄軇軏軑軔軜軨軮軰軱軷軹軺軭輀輂輇輈輏輐輖輗輘輞輠輡輣輥輧輨輬輭輮輴輵輶輷輺轀轁\\\"],\\n[\\\"8fe1a1\\\",\\\"轃轇轏轑\\\",4,\\\"轘轝轞轥辝辠辡辤辥辦辵辶辸达迀迁迆迊迋迍运迒迓迕迠迣迤迨迮迱迵迶迻迾适逄逈逌逘逛逨逩逯逪逬逭逳逴逷逿遃遄遌遛遝遢遦遧遬遰遴遹邅邈邋邌邎邐邕邗邘邙邛邠邡邢邥邰邲邳邴邶邽郌邾郃\\\"],\\n[\\\"8fe2a1\\\",\\\"郄郅郇郈郕郗郘郙郜郝郟郥郒郶郫郯郰郴郾郿鄀鄄鄅鄆鄈鄍鄐鄔鄖鄗鄘鄚鄜鄞鄠鄥鄢鄣鄧鄩鄮鄯鄱鄴鄶鄷鄹鄺鄼鄽酃酇酈酏酓酗酙酚酛酡酤酧酭酴酹酺酻醁醃醅醆醊醎醑醓醔醕醘醞醡醦醨醬醭醮醰醱醲醳醶醻醼醽醿\\\"],\\n[\\\"8fe3a1\\\",\\\"釂釃釅釓釔釗釙釚釞釤釥釩釪釬\\\",5,\\\"釷釹釻釽鈀鈁鈄鈅鈆鈇鈉鈊鈌鈐鈒鈓鈖鈘鈜鈝鈣鈤鈥鈦鈨鈮鈯鈰鈳鈵鈶鈸鈹鈺鈼鈾鉀鉂鉃鉆鉇鉊鉍鉎鉏鉑鉘鉙鉜鉝鉠鉡鉥鉧鉨鉩鉮鉯鉰鉵\\\",4,\\\"鉻鉼鉽鉿銈銉銊銍銎銒銗\\\"],\\n[\\\"8fe4a1\\\",\\\"銙銟銠銤銥銧銨銫銯銲銶銸銺銻銼銽銿\\\",4,\\\"鋅鋆鋇鋈鋋鋌鋍鋎鋐鋓鋕鋗鋘鋙鋜鋝鋟鋠鋡鋣鋥鋧鋨鋬鋮鋰鋹鋻鋿錀錂錈錍錑錔錕錜錝錞錟錡錤錥錧錩錪錳錴錶錷鍇鍈鍉鍐鍑鍒鍕鍗鍘鍚鍞鍤鍥鍧鍩鍪鍭鍯鍰鍱鍳鍴鍶\\\"],\\n[\\\"8fe5a1\\\",\\\"鍺鍽鍿鎀鎁鎂鎈鎊鎋鎍鎏鎒鎕鎘鎛鎞鎡鎣鎤鎦鎨鎫鎴鎵鎶鎺鎩鏁鏄鏅鏆鏇鏉\\\",4,\\\"鏓鏙鏜鏞鏟鏢鏦鏧鏹鏷鏸鏺鏻鏽鐁鐂鐄鐈鐉鐍鐎鐏鐕鐖鐗鐟鐮鐯鐱鐲鐳鐴鐻鐿鐽鑃鑅鑈鑊鑌鑕鑙鑜鑟鑡鑣鑨鑫鑭鑮鑯鑱鑲钄钃镸镹\\\"],\\n[\\\"8fe6a1\\\",\\\"镾閄閈閌閍閎閝閞閟閡閦閩閫閬閴閶閺閽閿闆闈闉闋闐闑闒闓闙闚闝闞闟闠闤闦阝阞阢阤阥阦阬阱阳阷阸阹阺阼阽陁陒陔陖陗陘陡陮陴陻陼陾陿隁隂隃隄隉隑隖隚隝隟隤隥隦隩隮隯隳隺雊雒嶲雘雚雝雞雟雩雯雱雺霂\\\"],\\n[\\\"8fe7a1\\\",\\\"霃霅霉霚霛霝霡霢霣霨霱霳靁靃靊靎靏靕靗靘靚靛靣靧靪靮靳靶靷靸靻靽靿鞀鞉鞕鞖鞗鞙鞚鞞鞟鞢鞬鞮鞱鞲鞵鞶鞸鞹鞺鞼鞾鞿韁韄韅韇韉韊韌韍韎韐韑韔韗韘韙韝韞韠韛韡韤韯韱韴韷韸韺頇頊頙頍頎頔頖頜頞頠頣頦\\\"],\\n[\\\"8fe8a1\\\",\\\"頫頮頯頰頲頳頵頥頾顄顇顊顑顒顓顖顗顙顚顢顣顥顦顪顬颫颭颮颰颴颷颸颺颻颿飂飅飈飌飡飣飥飦飧飪飳飶餂餇餈餑餕餖餗餚餛餜餟餢餦餧餫餱\\\",4,\\\"餹餺餻餼饀饁饆饇饈饍饎饔饘饙饛饜饞饟饠馛馝馟馦馰馱馲馵\\\"],\\n[\\\"8fe9a1\\\",\\\"馹馺馽馿駃駉駓駔駙駚駜駞駧駪駫駬駰駴駵駹駽駾騂騃騄騋騌騐騑騖騞騠騢騣騤騧騭騮騳騵騶騸驇驁驄驊驋驌驎驑驔驖驝骪骬骮骯骲骴骵骶骹骻骾骿髁髃髆髈髎髐髒髕髖髗髛髜髠髤髥髧髩髬髲髳髵髹髺髽髿\\\",4],\\n[\\\"8feaa1\\\",\\\"鬄鬅鬈鬉鬋鬌鬍鬎鬐鬒鬖鬙鬛鬜鬠鬦鬫鬭鬳鬴鬵鬷鬹鬺鬽魈魋魌魕魖魗魛魞魡魣魥魦魨魪\\\",4,\\\"魳魵魷魸魹魿鮀鮄鮅鮆鮇鮉鮊鮋鮍鮏鮐鮔鮚鮝鮞鮦鮧鮩鮬鮰鮱鮲鮷鮸鮻鮼鮾鮿鯁鯇鯈鯎鯐鯗鯘鯝鯟鯥鯧鯪鯫鯯鯳鯷鯸\\\"],\\n[\\\"8feba1\\\",\\\"鯹鯺鯽鯿鰀鰂鰋鰏鰑鰖鰘鰙鰚鰜鰞鰢鰣鰦\\\",4,\\\"鰱鰵鰶鰷鰽鱁鱃鱄鱅鱉鱊鱎鱏鱐鱓鱔鱖鱘鱛鱝鱞鱟鱣鱩鱪鱜鱫鱨鱮鱰鱲鱵鱷鱻鳦鳲鳷鳹鴋鴂鴑鴗鴘鴜鴝鴞鴯鴰鴲鴳鴴鴺鴼鵅鴽鵂鵃鵇鵊鵓鵔鵟鵣鵢鵥鵩鵪鵫鵰鵶鵷鵻\\\"],\\n[\\\"8feca1\\\",\\\"鵼鵾鶃鶄鶆鶊鶍鶎鶒鶓鶕鶖鶗鶘鶡鶪鶬鶮鶱鶵鶹鶼鶿鷃鷇鷉鷊鷔鷕鷖鷗鷚鷞鷟鷠鷥鷧鷩鷫鷮鷰鷳鷴鷾鸊鸂鸇鸎鸐鸑鸒鸕鸖鸙鸜鸝鹺鹻鹼麀麂麃麄麅麇麎麏麖麘麛麞麤麨麬麮麯麰麳麴麵黆黈黋黕黟黤黧黬黭黮黰黱黲黵\\\"],\\n[\\\"8feda1\\\",\\\"黸黿鼂鼃鼉鼏鼐鼑鼒鼔鼖鼗鼙鼚鼛鼟鼢鼦鼪鼫鼯鼱鼲鼴鼷鼹鼺鼼鼽鼿齁齃\\\",4,\\\"齓齕齖齗齘齚齝齞齨齩齭\\\",4,\\\"齳齵齺齽龏龐龑龒龔龖龗龞龡龢龣龥\\\"]\\n]\\n\"\n    },\n    {\n      \"id\": 327,\n      \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/iconv-lite/encodings/tables/gb18030-ranges.json\",\n      \"name\": \"./node_modules/iconv-lite/encodings/tables/gb18030-ranges.json\",\n      \"index\": 325,\n      \"index2\": 315,\n      \"size\": 2216,\n      \"cacheable\": true,\n      \"built\": true,\n      \"optional\": false,\n      \"prefetched\": false,\n      \"chunks\": [\n        2\n      ],\n      \"issuer\": \"/Users/jarred/Code/styleurl/node_modules/iconv-lite/encodings/dbcs-data.js\",\n      \"issuerId\": 324,\n      \"issuerName\": \"./node_modules/iconv-lite/encodings/dbcs-data.js\",\n      \"issuerPath\": [\n        {\n          \"id\": 191,\n          \"identifier\": \"multi /Users/jarred/Code/styleurl/webpack/customPublicPath /Users/jarred/Code/styleurl/chrome/extension/background\",\n          \"name\": \"multi ./webpack/customPublicPath ./chrome/extension/background\",\n          \"profile\": {\n            \"factory\": 0,\n            \"building\": 0,\n            \"dependencies\": 54\n          }\n        },\n        {\n          \"id\": 192,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/background.js\",\n          \"name\": \"./chrome/extension/background.js\",\n          \"profile\": {\n            \"factory\": 54,\n            \"building\": 639,\n            \"dependencies\": 140\n          }\n        },\n        {\n          \"id\": 255,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/stylesheet-differ/lib/index.js\",\n          \"name\": \"./node_modules/stylesheet-differ/lib/index.js\",\n          \"profile\": {\n            \"factory\": 140,\n            \"building\": 568,\n            \"dependencies\": 1\n          }\n        },\n        {\n          \"id\": 256,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/native-css/index.js\",\n          \"name\": \"./node_modules/native-css/index.js\",\n          \"profile\": {\n            \"factory\": 189,\n            \"building\": 603,\n            \"dependencies\": 1\n          }\n        },\n        {\n          \"id\": 257,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/native-css/src/native-css.js\",\n          \"name\": \"./node_modules/native-css/src/native-css.js\",\n          \"profile\": {\n            \"factory\": 26,\n            \"building\": 63,\n            \"dependencies\": 14\n          }\n        },\n        {\n          \"id\": 293,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/fetch/lib/fetch.js\",\n          \"name\": \"./node_modules/fetch/lib/fetch.js\",\n          \"profile\": {\n            \"factory\": 117,\n            \"building\": 25,\n            \"dependencies\": 27\n          }\n        },\n        {\n          \"id\": 313,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/encoding/lib/encoding.js\",\n          \"name\": \"./node_modules/encoding/lib/encoding.js\",\n          \"profile\": {\n            \"factory\": 66,\n            \"building\": 38,\n            \"dependencies\": 20\n          }\n        },\n        {\n          \"id\": 314,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/iconv-lite/lib/index.js\",\n          \"name\": \"./node_modules/iconv-lite/lib/index.js\",\n          \"profile\": {\n            \"factory\": 123,\n            \"building\": 23,\n            \"dependencies\": 1\n          }\n        },\n        {\n          \"id\": 316,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/iconv-lite/encodings/index.js\",\n          \"name\": \"./node_modules/iconv-lite/encodings/index.js\",\n          \"profile\": {\n            \"factory\": 62,\n            \"building\": 61,\n            \"dependencies\": 1\n          }\n        },\n        {\n          \"id\": 324,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/iconv-lite/encodings/dbcs-data.js\",\n          \"name\": \"./node_modules/iconv-lite/encodings/dbcs-data.js\",\n          \"profile\": {\n            \"factory\": 26,\n            \"building\": 20,\n            \"dependencies\": 1\n          }\n        }\n      ],\n      \"profile\": {\n        \"factory\": 9,\n        \"building\": 6\n      },\n      \"failed\": false,\n      \"errors\": 0,\n      \"warnings\": 0,\n      \"assets\": [],\n      \"reasons\": [\n        {\n          \"moduleId\": 324,\n          \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/iconv-lite/encodings/dbcs-data.js\",\n          \"module\": \"./node_modules/iconv-lite/encodings/dbcs-data.js\",\n          \"moduleName\": \"./node_modules/iconv-lite/encodings/dbcs-data.js\",\n          \"type\": \"cjs require\",\n          \"userRequest\": \"./tables/gb18030-ranges.json\",\n          \"loc\": \"99:37-76\"\n        }\n      ],\n      \"usedExports\": true,\n      \"providedExports\": [\n        \"uChars\",\n        \"gbChars\",\n        \"default\"\n      ],\n      \"optimizationBailout\": [\n        \"ModuleConcatenation bailout: Module is not an ECMAScript module\"\n      ],\n      \"depth\": 10,\n      \"source\": \"{\\\"uChars\\\":[128,165,169,178,184,216,226,235,238,244,248,251,253,258,276,284,300,325,329,334,364,463,465,467,469,471,473,475,477,506,594,610,712,716,730,930,938,962,970,1026,1104,1106,8209,8215,8218,8222,8231,8241,8244,8246,8252,8365,8452,8454,8458,8471,8482,8556,8570,8596,8602,8713,8720,8722,8726,8731,8737,8740,8742,8748,8751,8760,8766,8777,8781,8787,8802,8808,8816,8854,8858,8870,8896,8979,9322,9372,9548,9588,9616,9622,9634,9652,9662,9672,9676,9680,9702,9735,9738,9793,9795,11906,11909,11913,11917,11928,11944,11947,11951,11956,11960,11964,11979,12284,12292,12312,12319,12330,12351,12436,12447,12535,12543,12586,12842,12850,12964,13200,13215,13218,13253,13263,13267,13270,13384,13428,13727,13839,13851,14617,14703,14801,14816,14964,15183,15471,15585,16471,16736,17208,17325,17330,17374,17623,17997,18018,18212,18218,18301,18318,18760,18811,18814,18820,18823,18844,18848,18872,19576,19620,19738,19887,40870,59244,59336,59367,59413,59417,59423,59431,59437,59443,59452,59460,59478,59493,63789,63866,63894,63976,63986,64016,64018,64021,64025,64034,64037,64042,65074,65093,65107,65112,65127,65132,65375,65510,65536],\\\"gbChars\\\":[0,36,38,45,50,81,89,95,96,100,103,104,105,109,126,133,148,172,175,179,208,306,307,308,309,310,311,312,313,341,428,443,544,545,558,741,742,749,750,805,819,820,7922,7924,7925,7927,7934,7943,7944,7945,7950,8062,8148,8149,8152,8164,8174,8236,8240,8262,8264,8374,8380,8381,8384,8388,8390,8392,8393,8394,8396,8401,8406,8416,8419,8424,8437,8439,8445,8482,8485,8496,8521,8603,8936,8946,9046,9050,9063,9066,9076,9092,9100,9108,9111,9113,9131,9162,9164,9218,9219,11329,11331,11334,11336,11346,11361,11363,11366,11370,11372,11375,11389,11682,11686,11687,11692,11694,11714,11716,11723,11725,11730,11736,11982,11989,12102,12336,12348,12350,12384,12393,12395,12397,12510,12553,12851,12962,12973,13738,13823,13919,13933,14080,14298,14585,14698,15583,15847,16318,16434,16438,16481,16729,17102,17122,17315,17320,17402,17418,17859,17909,17911,17915,17916,17936,17939,17961,18664,18703,18814,18962,19043,33469,33470,33471,33484,33485,33490,33497,33501,33505,33513,33520,33536,33550,37845,37921,37948,38029,38038,38064,38065,38066,38069,38075,38076,38078,39108,39109,39113,39114,39115,39116,39265,39394,189000]}\"\n    },\n    {\n      \"id\": 328,\n      \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/iconv-lite/encodings/tables/cp949.json\",\n      \"name\": \"./node_modules/iconv-lite/encodings/tables/cp949.json\",\n      \"index\": 326,\n      \"index2\": 316,\n      \"size\": 17325,\n      \"cacheable\": true,\n      \"built\": true,\n      \"optional\": false,\n      \"prefetched\": false,\n      \"chunks\": [\n        2\n      ],\n      \"issuer\": \"/Users/jarred/Code/styleurl/node_modules/iconv-lite/encodings/dbcs-data.js\",\n      \"issuerId\": 324,\n      \"issuerName\": \"./node_modules/iconv-lite/encodings/dbcs-data.js\",\n      \"issuerPath\": [\n        {\n          \"id\": 191,\n          \"identifier\": \"multi /Users/jarred/Code/styleurl/webpack/customPublicPath /Users/jarred/Code/styleurl/chrome/extension/background\",\n          \"name\": \"multi ./webpack/customPublicPath ./chrome/extension/background\",\n          \"profile\": {\n            \"factory\": 0,\n            \"building\": 0,\n            \"dependencies\": 54\n          }\n        },\n        {\n          \"id\": 192,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/background.js\",\n          \"name\": \"./chrome/extension/background.js\",\n          \"profile\": {\n            \"factory\": 54,\n            \"building\": 639,\n            \"dependencies\": 140\n          }\n        },\n        {\n          \"id\": 255,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/stylesheet-differ/lib/index.js\",\n          \"name\": \"./node_modules/stylesheet-differ/lib/index.js\",\n          \"profile\": {\n            \"factory\": 140,\n            \"building\": 568,\n            \"dependencies\": 1\n          }\n        },\n        {\n          \"id\": 256,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/native-css/index.js\",\n          \"name\": \"./node_modules/native-css/index.js\",\n          \"profile\": {\n            \"factory\": 189,\n            \"building\": 603,\n            \"dependencies\": 1\n          }\n        },\n        {\n          \"id\": 257,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/native-css/src/native-css.js\",\n          \"name\": \"./node_modules/native-css/src/native-css.js\",\n          \"profile\": {\n            \"factory\": 26,\n            \"building\": 63,\n            \"dependencies\": 14\n          }\n        },\n        {\n          \"id\": 293,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/fetch/lib/fetch.js\",\n          \"name\": \"./node_modules/fetch/lib/fetch.js\",\n          \"profile\": {\n            \"factory\": 117,\n            \"building\": 25,\n            \"dependencies\": 27\n          }\n        },\n        {\n          \"id\": 313,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/encoding/lib/encoding.js\",\n          \"name\": \"./node_modules/encoding/lib/encoding.js\",\n          \"profile\": {\n            \"factory\": 66,\n            \"building\": 38,\n            \"dependencies\": 20\n          }\n        },\n        {\n          \"id\": 314,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/iconv-lite/lib/index.js\",\n          \"name\": \"./node_modules/iconv-lite/lib/index.js\",\n          \"profile\": {\n            \"factory\": 123,\n            \"building\": 23,\n            \"dependencies\": 1\n          }\n        },\n        {\n          \"id\": 316,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/iconv-lite/encodings/index.js\",\n          \"name\": \"./node_modules/iconv-lite/encodings/index.js\",\n          \"profile\": {\n            \"factory\": 62,\n            \"building\": 61,\n            \"dependencies\": 1\n          }\n        },\n        {\n          \"id\": 324,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/iconv-lite/encodings/dbcs-data.js\",\n          \"name\": \"./node_modules/iconv-lite/encodings/dbcs-data.js\",\n          \"profile\": {\n            \"factory\": 26,\n            \"building\": 20,\n            \"dependencies\": 1\n          }\n        }\n      ],\n      \"profile\": {\n        \"factory\": 9,\n        \"building\": 6\n      },\n      \"failed\": false,\n      \"errors\": 0,\n      \"warnings\": 0,\n      \"assets\": [],\n      \"reasons\": [\n        {\n          \"moduleId\": 324,\n          \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/iconv-lite/encodings/dbcs-data.js\",\n          \"module\": \"./node_modules/iconv-lite/encodings/dbcs-data.js\",\n          \"moduleName\": \"./node_modules/iconv-lite/encodings/dbcs-data.js\",\n          \"type\": \"cjs require\",\n          \"userRequest\": \"./tables/cp949.json\",\n          \"loc\": \"115:35-65\"\n        }\n      ],\n      \"usedExports\": true,\n      \"providedExports\": [\n        \"0\",\n        \"1\",\n        \"2\",\n        \"3\",\n        \"4\",\n        \"5\",\n        \"6\",\n        \"7\",\n        \"8\",\n        \"9\",\n        \"10\",\n        \"11\",\n        \"12\",\n        \"13\",\n        \"14\",\n        \"15\",\n        \"16\",\n        \"17\",\n        \"18\",\n        \"19\",\n        \"20\",\n        \"21\",\n        \"22\",\n        \"23\",\n        \"24\",\n        \"25\",\n        \"26\",\n        \"27\",\n        \"28\",\n        \"29\",\n        \"30\",\n        \"31\",\n        \"32\",\n        \"33\",\n        \"34\",\n        \"35\",\n        \"36\",\n        \"37\",\n        \"38\",\n        \"39\",\n        \"40\",\n        \"41\",\n        \"42\",\n        \"43\",\n        \"44\",\n        \"45\",\n        \"46\",\n        \"47\",\n        \"48\",\n        \"49\",\n        \"50\",\n        \"51\",\n        \"52\",\n        \"53\",\n        \"54\",\n        \"55\",\n        \"56\",\n        \"57\",\n        \"58\",\n        \"59\",\n        \"60\",\n        \"61\",\n        \"62\",\n        \"63\",\n        \"64\",\n        \"65\",\n        \"66\",\n        \"67\",\n        \"68\",\n        \"69\",\n        \"70\",\n        \"71\",\n        \"72\",\n        \"73\",\n        \"74\",\n        \"75\",\n        \"76\",\n        \"77\",\n        \"78\",\n        \"79\",\n        \"80\",\n        \"81\",\n        \"82\",\n        \"83\",\n        \"84\",\n        \"85\",\n        \"86\",\n        \"87\",\n        \"88\",\n        \"89\",\n        \"90\",\n        \"91\",\n        \"92\",\n        \"93\",\n        \"94\",\n        \"95\",\n        \"96\",\n        \"97\",\n        \"98\",\n        \"99\",\n        \"100\",\n        \"101\",\n        \"102\",\n        \"103\",\n        \"104\",\n        \"105\",\n        \"106\",\n        \"107\",\n        \"108\",\n        \"109\",\n        \"110\",\n        \"111\",\n        \"112\",\n        \"113\",\n        \"114\",\n        \"115\",\n        \"116\",\n        \"117\",\n        \"118\",\n        \"119\",\n        \"120\",\n        \"121\",\n        \"122\",\n        \"123\",\n        \"124\",\n        \"125\",\n        \"126\",\n        \"127\",\n        \"128\",\n        \"129\",\n        \"130\",\n        \"131\",\n        \"132\",\n        \"133\",\n        \"134\",\n        \"135\",\n        \"136\",\n        \"137\",\n        \"138\",\n        \"139\",\n        \"140\",\n        \"141\",\n        \"142\",\n        \"143\",\n        \"144\",\n        \"145\",\n        \"146\",\n        \"147\",\n        \"148\",\n        \"149\",\n        \"150\",\n        \"151\",\n        \"152\",\n        \"153\",\n        \"154\",\n        \"155\",\n        \"156\",\n        \"157\",\n        \"158\",\n        \"159\",\n        \"160\",\n        \"161\",\n        \"162\",\n        \"163\",\n        \"164\",\n        \"165\",\n        \"166\",\n        \"167\",\n        \"168\",\n        \"169\",\n        \"170\",\n        \"171\",\n        \"172\",\n        \"173\",\n        \"174\",\n        \"175\",\n        \"176\",\n        \"177\",\n        \"178\",\n        \"179\",\n        \"180\",\n        \"181\",\n        \"182\",\n        \"183\",\n        \"184\",\n        \"185\",\n        \"186\",\n        \"187\",\n        \"188\",\n        \"189\",\n        \"190\",\n        \"191\",\n        \"192\",\n        \"193\",\n        \"194\",\n        \"195\",\n        \"196\",\n        \"197\",\n        \"198\",\n        \"199\",\n        \"200\",\n        \"201\",\n        \"202\",\n        \"203\",\n        \"204\",\n        \"205\",\n        \"206\",\n        \"207\",\n        \"208\",\n        \"209\",\n        \"210\",\n        \"211\",\n        \"212\",\n        \"213\",\n        \"214\",\n        \"215\",\n        \"216\",\n        \"217\",\n        \"218\",\n        \"219\",\n        \"220\",\n        \"221\",\n        \"222\",\n        \"223\",\n        \"224\",\n        \"225\",\n        \"226\",\n        \"227\",\n        \"228\",\n        \"229\",\n        \"230\",\n        \"231\",\n        \"232\",\n        \"233\",\n        \"234\",\n        \"235\",\n        \"236\",\n        \"237\",\n        \"238\",\n        \"239\",\n        \"240\",\n        \"241\",\n        \"242\",\n        \"243\",\n        \"244\",\n        \"245\",\n        \"246\",\n        \"247\",\n        \"248\",\n        \"249\",\n        \"250\",\n        \"251\",\n        \"252\",\n        \"253\",\n        \"254\",\n        \"255\",\n        \"256\",\n        \"257\",\n        \"258\",\n        \"259\",\n        \"260\",\n        \"261\",\n        \"262\",\n        \"263\",\n        \"264\",\n        \"265\",\n        \"266\",\n        \"267\",\n        \"268\",\n        \"269\",\n        \"270\",\n        \"default\"\n      ],\n      \"optimizationBailout\": [\n        \"ModuleConcatenation bailout: Module is not an ECMAScript module\"\n      ],\n      \"depth\": 10,\n      \"source\": \"[\\n[\\\"0\\\",\\\"\\\\u0000\\\",127],\\n[\\\"8141\\\",\\\"갂갃갅갆갋\\\",4,\\\"갘갞갟갡갢갣갥\\\",6,\\\"갮갲갳갴\\\"],\\n[\\\"8161\\\",\\\"갵갶갷갺갻갽갾갿걁\\\",9,\\\"걌걎\\\",5,\\\"걕\\\"],\\n[\\\"8181\\\",\\\"걖걗걙걚걛걝\\\",18,\\\"걲걳걵걶걹걻\\\",4,\\\"겂겇겈겍겎겏겑겒겓겕\\\",6,\\\"겞겢\\\",5,\\\"겫겭겮겱\\\",6,\\\"겺겾겿곀곂곃곅곆곇곉곊곋곍\\\",7,\\\"곖곘\\\",7,\\\"곢곣곥곦곩곫곭곮곲곴곷\\\",4,\\\"곾곿괁괂괃괅괇\\\",4,\\\"괎괐괒괓\\\"],\\n[\\\"8241\\\",\\\"괔괕괖괗괙괚괛괝괞괟괡\\\",7,\\\"괪괫괮\\\",5],\\n[\\\"8261\\\",\\\"괶괷괹괺괻괽\\\",6,\\\"굆굈굊\\\",5,\\\"굑굒굓굕굖굗\\\"],\\n[\\\"8281\\\",\\\"굙\\\",7,\\\"굢굤\\\",7,\\\"굮굯굱굲굷굸굹굺굾궀궃\\\",4,\\\"궊궋궍궎궏궑\\\",10,\\\"궞\\\",5,\\\"궥\\\",17,\\\"궸\\\",7,\\\"귂귃귅귆귇귉\\\",6,\\\"귒귔\\\",7,\\\"귝귞귟귡귢귣귥\\\",18],\\n[\\\"8341\\\",\\\"귺귻귽귾긂\\\",5,\\\"긊긌긎\\\",5,\\\"긕\\\",7],\\n[\\\"8361\\\",\\\"긝\\\",18,\\\"긲긳긵긶긹긻긼\\\"],\\n[\\\"8381\\\",\\\"긽긾긿깂깄깇깈깉깋깏깑깒깓깕깗\\\",4,\\\"깞깢깣깤깦깧깪깫깭깮깯깱\\\",6,\\\"깺깾\\\",5,\\\"꺆\\\",5,\\\"꺍\\\",46,\\\"꺿껁껂껃껅\\\",6,\\\"껎껒\\\",5,\\\"껚껛껝\\\",8],\\n[\\\"8441\\\",\\\"껦껧껩껪껬껮\\\",5,\\\"껵껶껷껹껺껻껽\\\",8],\\n[\\\"8461\\\",\\\"꼆꼉꼊꼋꼌꼎꼏꼑\\\",18],\\n[\\\"8481\\\",\\\"꼤\\\",7,\\\"꼮꼯꼱꼳꼵\\\",6,\\\"꼾꽀꽄꽅꽆꽇꽊\\\",5,\\\"꽑\\\",10,\\\"꽞\\\",5,\\\"꽦\\\",18,\\\"꽺\\\",5,\\\"꾁꾂꾃꾅꾆꾇꾉\\\",6,\\\"꾒꾓꾔꾖\\\",5,\\\"꾝\\\",26,\\\"꾺꾻꾽꾾\\\"],\\n[\\\"8541\\\",\\\"꾿꿁\\\",5,\\\"꿊꿌꿏\\\",4,\\\"꿕\\\",6,\\\"꿝\\\",4],\\n[\\\"8561\\\",\\\"꿢\\\",5,\\\"꿪\\\",5,\\\"꿲꿳꿵꿶꿷꿹\\\",6,\\\"뀂뀃\\\"],\\n[\\\"8581\\\",\\\"뀅\\\",6,\\\"뀍뀎뀏뀑뀒뀓뀕\\\",6,\\\"뀞\\\",9,\\\"뀩\\\",26,\\\"끆끇끉끋끍끏끐끑끒끖끘끚끛끜끞\\\",29,\\\"끾끿낁낂낃낅\\\",6,\\\"낎낐낒\\\",5,\\\"낛낝낞낣낤\\\"],\\n[\\\"8641\\\",\\\"낥낦낧낪낰낲낶낷낹낺낻낽\\\",6,\\\"냆냊\\\",5,\\\"냒\\\"],\\n[\\\"8661\\\",\\\"냓냕냖냗냙\\\",6,\\\"냡냢냣냤냦\\\",10],\\n[\\\"8681\\\",\\\"냱\\\",22,\\\"넊넍넎넏넑넔넕넖넗넚넞\\\",4,\\\"넦넧넩넪넫넭\\\",6,\\\"넶넺\\\",5,\\\"녂녃녅녆녇녉\\\",6,\\\"녒녓녖녗녙녚녛녝녞녟녡\\\",22,\\\"녺녻녽녾녿놁놃\\\",4,\\\"놊놌놎놏놐놑놕놖놗놙놚놛놝\\\"],\\n[\\\"8741\\\",\\\"놞\\\",9,\\\"놩\\\",15],\\n[\\\"8761\\\",\\\"놹\\\",18,\\\"뇍뇎뇏뇑뇒뇓뇕\\\"],\\n[\\\"8781\\\",\\\"뇖\\\",5,\\\"뇞뇠\\\",7,\\\"뇪뇫뇭뇮뇯뇱\\\",7,\\\"뇺뇼뇾\\\",5,\\\"눆눇눉눊눍\\\",6,\\\"눖눘눚\\\",5,\\\"눡\\\",18,\\\"눵\\\",6,\\\"눽\\\",26,\\\"뉙뉚뉛뉝뉞뉟뉡\\\",6,\\\"뉪\\\",4],\\n[\\\"8841\\\",\\\"뉯\\\",4,\\\"뉶\\\",5,\\\"뉽\\\",6,\\\"늆늇늈늊\\\",4],\\n[\\\"8861\\\",\\\"늏늒늓늕늖늗늛\\\",4,\\\"늢늤늧늨늩늫늭늮늯늱늲늳늵늶늷\\\"],\\n[\\\"8881\\\",\\\"늸\\\",15,\\\"닊닋닍닎닏닑닓\\\",4,\\\"닚닜닞닟닠닡닣닧닩닪닰닱닲닶닼닽닾댂댃댅댆댇댉\\\",6,\\\"댒댖\\\",5,\\\"댝\\\",54,\\\"덗덙덚덝덠덡덢덣\\\"],\\n[\\\"8941\\\",\\\"덦덨덪덬덭덯덲덳덵덶덷덹\\\",6,\\\"뎂뎆\\\",5,\\\"뎍\\\"],\\n[\\\"8961\\\",\\\"뎎뎏뎑뎒뎓뎕\\\",10,\\\"뎢\\\",5,\\\"뎩뎪뎫뎭\\\"],\\n[\\\"8981\\\",\\\"뎮\\\",21,\\\"돆돇돉돊돍돏돑돒돓돖돘돚돜돞돟돡돢돣돥돦돧돩\\\",18,\\\"돽\\\",18,\\\"됑\\\",6,\\\"됙됚됛됝됞됟됡\\\",6,\\\"됪됬\\\",7,\\\"됵\\\",15],\\n[\\\"8a41\\\",\\\"둅\\\",10,\\\"둒둓둕둖둗둙\\\",6,\\\"둢둤둦\\\"],\\n[\\\"8a61\\\",\\\"둧\\\",4,\\\"둭\\\",18,\\\"뒁뒂\\\"],\\n[\\\"8a81\\\",\\\"뒃\\\",4,\\\"뒉\\\",19,\\\"뒞\\\",5,\\\"뒥뒦뒧뒩뒪뒫뒭\\\",7,\\\"뒶뒸뒺\\\",5,\\\"듁듂듃듅듆듇듉\\\",6,\\\"듑듒듓듔듖\\\",5,\\\"듞듟듡듢듥듧\\\",4,\\\"듮듰듲\\\",5,\\\"듹\\\",26,\\\"딖딗딙딚딝\\\"],\\n[\\\"8b41\\\",\\\"딞\\\",5,\\\"딦딫\\\",4,\\\"딲딳딵딶딷딹\\\",6,\\\"땂땆\\\"],\\n[\\\"8b61\\\",\\\"땇땈땉땊땎땏땑땒땓땕\\\",6,\\\"땞땢\\\",8],\\n[\\\"8b81\\\",\\\"땫\\\",52,\\\"떢떣떥떦떧떩떬떭떮떯떲떶\\\",4,\\\"떾떿뗁뗂뗃뗅\\\",6,\\\"뗎뗒\\\",5,\\\"뗙\\\",18,\\\"뗭\\\",18],\\n[\\\"8c41\\\",\\\"똀\\\",15,\\\"똒똓똕똖똗똙\\\",4],\\n[\\\"8c61\\\",\\\"똞\\\",6,\\\"똦\\\",5,\\\"똭\\\",6,\\\"똵\\\",5],\\n[\\\"8c81\\\",\\\"똻\\\",12,\\\"뙉\\\",26,\\\"뙥뙦뙧뙩\\\",50,\\\"뚞뚟뚡뚢뚣뚥\\\",5,\\\"뚭뚮뚯뚰뚲\\\",16],\\n[\\\"8d41\\\",\\\"뛃\\\",16,\\\"뛕\\\",8],\\n[\\\"8d61\\\",\\\"뛞\\\",17,\\\"뛱뛲뛳뛵뛶뛷뛹뛺\\\"],\\n[\\\"8d81\\\",\\\"뛻\\\",4,\\\"뜂뜃뜄뜆\\\",33,\\\"뜪뜫뜭뜮뜱\\\",6,\\\"뜺뜼\\\",7,\\\"띅띆띇띉띊띋띍\\\",6,\\\"띖\\\",9,\\\"띡띢띣띥띦띧띩\\\",6,\\\"띲띴띶\\\",5,\\\"띾띿랁랂랃랅\\\",6,\\\"랎랓랔랕랚랛랝랞\\\"],\\n[\\\"8e41\\\",\\\"랟랡\\\",6,\\\"랪랮\\\",5,\\\"랶랷랹\\\",8],\\n[\\\"8e61\\\",\\\"럂\\\",4,\\\"럈럊\\\",19],\\n[\\\"8e81\\\",\\\"럞\\\",13,\\\"럮럯럱럲럳럵\\\",6,\\\"럾렂\\\",4,\\\"렊렋렍렎렏렑\\\",6,\\\"렚렜렞\\\",5,\\\"렦렧렩렪렫렭\\\",6,\\\"렶렺\\\",5,\\\"롁롂롃롅\\\",11,\\\"롒롔\\\",7,\\\"롞롟롡롢롣롥\\\",6,\\\"롮롰롲\\\",5,\\\"롹롺롻롽\\\",7],\\n[\\\"8f41\\\",\\\"뢅\\\",7,\\\"뢎\\\",17],\\n[\\\"8f61\\\",\\\"뢠\\\",7,\\\"뢩\\\",6,\\\"뢱뢲뢳뢵뢶뢷뢹\\\",4],\\n[\\\"8f81\\\",\\\"뢾뢿룂룄룆\\\",5,\\\"룍룎룏룑룒룓룕\\\",7,\\\"룞룠룢\\\",5,\\\"룪룫룭룮룯룱\\\",6,\\\"룺룼룾\\\",5,\\\"뤅\\\",18,\\\"뤙\\\",6,\\\"뤡\\\",26,\\\"뤾뤿륁륂륃륅\\\",6,\\\"륍륎륐륒\\\",5],\\n[\\\"9041\\\",\\\"륚륛륝륞륟륡\\\",6,\\\"륪륬륮\\\",5,\\\"륶륷륹륺륻륽\\\"],\\n[\\\"9061\\\",\\\"륾\\\",5,\\\"릆릈릋릌릏\\\",15],\\n[\\\"9081\\\",\\\"릟\\\",12,\\\"릮릯릱릲릳릵\\\",6,\\\"릾맀맂\\\",5,\\\"맊맋맍맓\\\",4,\\\"맚맜맟맠맢맦맧맩맪맫맭\\\",6,\\\"맶맻\\\",4,\\\"먂\\\",5,\\\"먉\\\",11,\\\"먖\\\",33,\\\"먺먻먽먾먿멁멃멄멅멆\\\"],\\n[\\\"9141\\\",\\\"멇멊멌멏멐멑멒멖멗멙멚멛멝\\\",6,\\\"멦멪\\\",5],\\n[\\\"9161\\\",\\\"멲멳멵멶멷멹\\\",9,\\\"몆몈몉몊몋몍\\\",5],\\n[\\\"9181\\\",\\\"몓\\\",20,\\\"몪몭몮몯몱몳\\\",4,\\\"몺몼몾\\\",5,\\\"뫅뫆뫇뫉\\\",14,\\\"뫚\\\",33,\\\"뫽뫾뫿묁묂묃묅\\\",7,\\\"묎묐묒\\\",5,\\\"묙묚묛묝묞묟묡\\\",6],\\n[\\\"9241\\\",\\\"묨묪묬\\\",7,\\\"묷묹묺묿\\\",4,\\\"뭆뭈뭊뭋뭌뭎뭑뭒\\\"],\\n[\\\"9261\\\",\\\"뭓뭕뭖뭗뭙\\\",7,\\\"뭢뭤\\\",7,\\\"뭭\\\",4],\\n[\\\"9281\\\",\\\"뭲\\\",21,\\\"뮉뮊뮋뮍뮎뮏뮑\\\",18,\\\"뮥뮦뮧뮩뮪뮫뮭\\\",6,\\\"뮵뮶뮸\\\",7,\\\"믁믂믃믅믆믇믉\\\",6,\\\"믑믒믔\\\",35,\\\"믺믻믽믾밁\\\"],\\n[\\\"9341\\\",\\\"밃\\\",4,\\\"밊밎밐밒밓밙밚밠밡밢밣밦밨밪밫밬밮밯밲밳밵\\\"],\\n[\\\"9361\\\",\\\"밶밷밹\\\",6,\\\"뱂뱆뱇뱈뱊뱋뱎뱏뱑\\\",8],\\n[\\\"9381\\\",\\\"뱚뱛뱜뱞\\\",37,\\\"벆벇벉벊벍벏\\\",4,\\\"벖벘벛\\\",4,\\\"벢벣벥벦벩\\\",6,\\\"벲벶\\\",5,\\\"벾벿볁볂볃볅\\\",7,\\\"볎볒볓볔볖볗볙볚볛볝\\\",22,\\\"볷볹볺볻볽\\\"],\\n[\\\"9441\\\",\\\"볾\\\",5,\\\"봆봈봊\\\",5,\\\"봑봒봓봕\\\",8],\\n[\\\"9461\\\",\\\"봞\\\",5,\\\"봥\\\",6,\\\"봭\\\",12],\\n[\\\"9481\\\",\\\"봺\\\",5,\\\"뵁\\\",6,\\\"뵊뵋뵍뵎뵏뵑\\\",6,\\\"뵚\\\",9,\\\"뵥뵦뵧뵩\\\",22,\\\"붂붃붅붆붋\\\",4,\\\"붒붔붖붗붘붛붝\\\",6,\\\"붥\\\",10,\\\"붱\\\",6,\\\"붹\\\",24],\\n[\\\"9541\\\",\\\"뷒뷓뷖뷗뷙뷚뷛뷝\\\",11,\\\"뷪\\\",5,\\\"뷱\\\"],\\n[\\\"9561\\\",\\\"뷲뷳뷵뷶뷷뷹\\\",6,\\\"븁븂븄븆\\\",5,\\\"븎븏븑븒븓\\\"],\\n[\\\"9581\\\",\\\"븕\\\",6,\\\"븞븠\\\",35,\\\"빆빇빉빊빋빍빏\\\",4,\\\"빖빘빜빝빞빟빢빣빥빦빧빩빫\\\",4,\\\"빲빶\\\",4,\\\"빾빿뺁뺂뺃뺅\\\",6,\\\"뺎뺒\\\",5,\\\"뺚\\\",13,\\\"뺩\\\",14],\\n[\\\"9641\\\",\\\"뺸\\\",23,\\\"뻒뻓\\\"],\\n[\\\"9661\\\",\\\"뻕뻖뻙\\\",6,\\\"뻡뻢뻦\\\",5,\\\"뻭\\\",8],\\n[\\\"9681\\\",\\\"뻶\\\",10,\\\"뼂\\\",5,\\\"뼊\\\",13,\\\"뼚뼞\\\",33,\\\"뽂뽃뽅뽆뽇뽉\\\",6,\\\"뽒뽓뽔뽖\\\",44],\\n[\\\"9741\\\",\\\"뾃\\\",16,\\\"뾕\\\",8],\\n[\\\"9761\\\",\\\"뾞\\\",17,\\\"뾱\\\",7],\\n[\\\"9781\\\",\\\"뾹\\\",11,\\\"뿆\\\",5,\\\"뿎뿏뿑뿒뿓뿕\\\",6,\\\"뿝뿞뿠뿢\\\",89,\\\"쀽쀾쀿\\\"],\\n[\\\"9841\\\",\\\"쁀\\\",16,\\\"쁒\\\",5,\\\"쁙쁚쁛\\\"],\\n[\\\"9861\\\",\\\"쁝쁞쁟쁡\\\",6,\\\"쁪\\\",15],\\n[\\\"9881\\\",\\\"쁺\\\",21,\\\"삒삓삕삖삗삙\\\",6,\\\"삢삤삦\\\",5,\\\"삮삱삲삷\\\",4,\\\"삾샂샃샄샆샇샊샋샍샎샏샑\\\",6,\\\"샚샞\\\",5,\\\"샦샧샩샪샫샭\\\",6,\\\"샶샸샺\\\",5,\\\"섁섂섃섅섆섇섉\\\",6,\\\"섑섒섓섔섖\\\",5,\\\"섡섢섥섨섩섪섫섮\\\"],\\n[\\\"9941\\\",\\\"섲섳섴섵섷섺섻섽섾섿셁\\\",6,\\\"셊셎\\\",5,\\\"셖셗\\\"],\\n[\\\"9961\\\",\\\"셙셚셛셝\\\",6,\\\"셦셪\\\",5,\\\"셱셲셳셵셶셷셹셺셻\\\"],\\n[\\\"9981\\\",\\\"셼\\\",8,\\\"솆\\\",5,\\\"솏솑솒솓솕솗\\\",4,\\\"솞솠솢솣솤솦솧솪솫솭솮솯솱\\\",11,\\\"솾\\\",5,\\\"쇅쇆쇇쇉쇊쇋쇍\\\",6,\\\"쇕쇖쇙\\\",6,\\\"쇡쇢쇣쇥쇦쇧쇩\\\",6,\\\"쇲쇴\\\",7,\\\"쇾쇿숁숂숃숅\\\",6,\\\"숎숐숒\\\",5,\\\"숚숛숝숞숡숢숣\\\"],\\n[\\\"9a41\\\",\\\"숤숥숦숧숪숬숮숰숳숵\\\",16],\\n[\\\"9a61\\\",\\\"쉆쉇쉉\\\",6,\\\"쉒쉓쉕쉖쉗쉙\\\",6,\\\"쉡쉢쉣쉤쉦\\\"],\\n[\\\"9a81\\\",\\\"쉧\\\",4,\\\"쉮쉯쉱쉲쉳쉵\\\",6,\\\"쉾슀슂\\\",5,\\\"슊\\\",5,\\\"슑\\\",6,\\\"슙슚슜슞\\\",5,\\\"슦슧슩슪슫슮\\\",5,\\\"슶슸슺\\\",33,\\\"싞싟싡싢싥\\\",5,\\\"싮싰싲싳싴싵싷싺싽싾싿쌁\\\",6,\\\"쌊쌋쌎쌏\\\"],\\n[\\\"9b41\\\",\\\"쌐쌑쌒쌖쌗쌙쌚쌛쌝\\\",6,\\\"쌦쌧쌪\\\",8],\\n[\\\"9b61\\\",\\\"쌳\\\",17,\\\"썆\\\",7],\\n[\\\"9b81\\\",\\\"썎\\\",25,\\\"썪썫썭썮썯썱썳\\\",4,\\\"썺썻썾\\\",5,\\\"쎅쎆쎇쎉쎊쎋쎍\\\",50,\\\"쏁\\\",22,\\\"쏚\\\"],\\n[\\\"9c41\\\",\\\"쏛쏝쏞쏡쏣\\\",4,\\\"쏪쏫쏬쏮\\\",5,\\\"쏶쏷쏹\\\",5],\\n[\\\"9c61\\\",\\\"쏿\\\",8,\\\"쐉\\\",6,\\\"쐑\\\",9],\\n[\\\"9c81\\\",\\\"쐛\\\",8,\\\"쐥\\\",6,\\\"쐭쐮쐯쐱쐲쐳쐵\\\",6,\\\"쐾\\\",9,\\\"쑉\\\",26,\\\"쑦쑧쑩쑪쑫쑭\\\",6,\\\"쑶쑷쑸쑺\\\",5,\\\"쒁\\\",18,\\\"쒕\\\",6,\\\"쒝\\\",12],\\n[\\\"9d41\\\",\\\"쒪\\\",13,\\\"쒹쒺쒻쒽\\\",8],\\n[\\\"9d61\\\",\\\"쓆\\\",25],\\n[\\\"9d81\\\",\\\"쓠\\\",8,\\\"쓪\\\",5,\\\"쓲쓳쓵쓶쓷쓹쓻쓼쓽쓾씂\\\",9,\\\"씍씎씏씑씒씓씕\\\",6,\\\"씝\\\",10,\\\"씪씫씭씮씯씱\\\",6,\\\"씺씼씾\\\",5,\\\"앆앇앋앏앐앑앒앖앚앛앜앟앢앣앥앦앧앩\\\",6,\\\"앲앶\\\",5,\\\"앾앿얁얂얃얅얆얈얉얊얋얎얐얒얓얔\\\"],\\n[\\\"9e41\\\",\\\"얖얙얚얛얝얞얟얡\\\",7,\\\"얪\\\",9,\\\"얶\\\"],\\n[\\\"9e61\\\",\\\"얷얺얿\\\",4,\\\"엋엍엏엒엓엕엖엗엙\\\",6,\\\"엢엤엦엧\\\"],\\n[\\\"9e81\\\",\\\"엨엩엪엫엯엱엲엳엵엸엹엺엻옂옃옄옉옊옋옍옎옏옑\\\",6,\\\"옚옝\\\",6,\\\"옦옧옩옪옫옯옱옲옶옸옺옼옽옾옿왂왃왅왆왇왉\\\",6,\\\"왒왖\\\",5,\\\"왞왟왡\\\",10,\\\"왭왮왰왲\\\",5,\\\"왺왻왽왾왿욁\\\",6,\\\"욊욌욎\\\",5,\\\"욖욗욙욚욛욝\\\",6,\\\"욦\\\"],\\n[\\\"9f41\\\",\\\"욨욪\\\",5,\\\"욲욳욵욶욷욻\\\",4,\\\"웂웄웆\\\",5,\\\"웎\\\"],\\n[\\\"9f61\\\",\\\"웏웑웒웓웕\\\",6,\\\"웞웟웢\\\",5,\\\"웪웫웭웮웯웱웲\\\"],\\n[\\\"9f81\\\",\\\"웳\\\",4,\\\"웺웻웼웾\\\",5,\\\"윆윇윉윊윋윍\\\",6,\\\"윖윘윚\\\",5,\\\"윢윣윥윦윧윩\\\",6,\\\"윲윴윶윸윹윺윻윾윿읁읂읃읅\\\",4,\\\"읋읎읐읙읚읛읝읞읟읡\\\",6,\\\"읩읪읬\\\",7,\\\"읶읷읹읺읻읿잀잁잂잆잋잌잍잏잒잓잕잙잛\\\",4,\\\"잢잧\\\",4,\\\"잮잯잱잲잳잵잶잷\\\"],\\n[\\\"a041\\\",\\\"잸잹잺잻잾쟂\\\",5,\\\"쟊쟋쟍쟏쟑\\\",6,\\\"쟙쟚쟛쟜\\\"],\\n[\\\"a061\\\",\\\"쟞\\\",5,\\\"쟥쟦쟧쟩쟪쟫쟭\\\",13],\\n[\\\"a081\\\",\\\"쟻\\\",4,\\\"젂젃젅젆젇젉젋\\\",4,\\\"젒젔젗\\\",4,\\\"젞젟젡젢젣젥\\\",6,\\\"젮젰젲\\\",5,\\\"젹젺젻젽젾젿졁\\\",6,\\\"졊졋졎\\\",5,\\\"졕\\\",26,\\\"졲졳졵졶졷졹졻\\\",4,\\\"좂좄좈좉좊좎\\\",5,\\\"좕\\\",7,\\\"좞좠좢좣좤\\\"],\\n[\\\"a141\\\",\\\"좥좦좧좩\\\",18,\\\"좾좿죀죁\\\"],\\n[\\\"a161\\\",\\\"죂죃죅죆죇죉죊죋죍\\\",6,\\\"죖죘죚\\\",5,\\\"죢죣죥\\\"],\\n[\\\"a181\\\",\\\"죦\\\",14,\\\"죶\\\",5,\\\"죾죿줁줂줃줇\\\",4,\\\"줎　、。·‥…¨〃­―∥＼∼‘’“”〔〕〈\\\",9,\\\"±×÷≠≤≥∞∴°′″℃Å￠￡￥♂♀∠⊥⌒∂∇≡≒§※☆★○●◎◇◆□■△▲▽▼→←↑↓↔〓≪≫√∽∝∵∫∬∈∋⊆⊇⊂⊃∪∩∧∨￢\\\"],\\n[\\\"a241\\\",\\\"줐줒\\\",5,\\\"줙\\\",18],\\n[\\\"a261\\\",\\\"줭\\\",6,\\\"줵\\\",18],\\n[\\\"a281\\\",\\\"쥈\\\",7,\\\"쥒쥓쥕쥖쥗쥙\\\",6,\\\"쥢쥤\\\",7,\\\"쥭쥮쥯⇒⇔∀∃´～ˇ˘˝˚˙¸˛¡¿ː∮∑∏¤℉‰◁◀▷▶♤♠♡♥♧♣⊙◈▣◐◑▒▤▥▨▧▦▩♨☏☎☜☞¶†‡↕↗↙↖↘♭♩♪♬㉿㈜№㏇™㏂㏘℡€®\\\"],\\n[\\\"a341\\\",\\\"쥱쥲쥳쥵\\\",6,\\\"쥽\\\",10,\\\"즊즋즍즎즏\\\"],\\n[\\\"a361\\\",\\\"즑\\\",6,\\\"즚즜즞\\\",16],\\n[\\\"a381\\\",\\\"즯\\\",16,\\\"짂짃짅짆짉짋\\\",4,\\\"짒짔짗짘짛！\\\",58,\\\"￦］\\\",32,\\\"￣\\\"],\\n[\\\"a441\\\",\\\"짞짟짡짣짥짦짨짩짪짫짮짲\\\",5,\\\"짺짻짽짾짿쨁쨂쨃쨄\\\"],\\n[\\\"a461\\\",\\\"쨅쨆쨇쨊쨎\\\",5,\\\"쨕쨖쨗쨙\\\",12],\\n[\\\"a481\\\",\\\"쨦쨧쨨쨪\\\",28,\\\"ㄱ\\\",93],\\n[\\\"a541\\\",\\\"쩇\\\",4,\\\"쩎쩏쩑쩒쩓쩕\\\",6,\\\"쩞쩢\\\",5,\\\"쩩쩪\\\"],\\n[\\\"a561\\\",\\\"쩫\\\",17,\\\"쩾\\\",5,\\\"쪅쪆\\\"],\\n[\\\"a581\\\",\\\"쪇\\\",16,\\\"쪙\\\",14,\\\"ⅰ\\\",9],\\n[\\\"a5b0\\\",\\\"Ⅰ\\\",9],\\n[\\\"a5c1\\\",\\\"Α\\\",16,\\\"Σ\\\",6],\\n[\\\"a5e1\\\",\\\"α\\\",16,\\\"σ\\\",6],\\n[\\\"a641\\\",\\\"쪨\\\",19,\\\"쪾쪿쫁쫂쫃쫅\\\"],\\n[\\\"a661\\\",\\\"쫆\\\",5,\\\"쫎쫐쫒쫔쫕쫖쫗쫚\\\",5,\\\"쫡\\\",6],\\n[\\\"a681\\\",\\\"쫨쫩쫪쫫쫭\\\",6,\\\"쫵\\\",18,\\\"쬉쬊─│┌┐┘└├┬┤┴┼━┃┏┓┛┗┣┳┫┻╋┠┯┨┷┿┝┰┥┸╂┒┑┚┙┖┕┎┍┞┟┡┢┦┧┩┪┭┮┱┲┵┶┹┺┽┾╀╁╃\\\",7],\\n[\\\"a741\\\",\\\"쬋\\\",4,\\\"쬑쬒쬓쬕쬖쬗쬙\\\",6,\\\"쬢\\\",7],\\n[\\\"a761\\\",\\\"쬪\\\",22,\\\"쭂쭃쭄\\\"],\\n[\\\"a781\\\",\\\"쭅쭆쭇쭊쭋쭍쭎쭏쭑\\\",6,\\\"쭚쭛쭜쭞\\\",5,\\\"쭥\\\",7,\\\"㎕㎖㎗ℓ㎘㏄㎣㎤㎥㎦㎙\\\",9,\\\"㏊㎍㎎㎏㏏㎈㎉㏈㎧㎨㎰\\\",9,\\\"㎀\\\",4,\\\"㎺\\\",5,\\\"㎐\\\",4,\\\"Ω㏀㏁㎊㎋㎌㏖㏅㎭㎮㎯㏛㎩㎪㎫㎬㏝㏐㏓㏃㏉㏜㏆\\\"],\\n[\\\"a841\\\",\\\"쭭\\\",10,\\\"쭺\\\",14],\\n[\\\"a861\\\",\\\"쮉\\\",18,\\\"쮝\\\",6],\\n[\\\"a881\\\",\\\"쮤\\\",19,\\\"쮹\\\",11,\\\"ÆÐªĦ\\\"],\\n[\\\"a8a6\\\",\\\"Ĳ\\\"],\\n[\\\"a8a8\\\",\\\"ĿŁØŒºÞŦŊ\\\"],\\n[\\\"a8b1\\\",\\\"㉠\\\",27,\\\"ⓐ\\\",25,\\\"①\\\",14,\\\"½⅓⅔¼¾⅛⅜⅝⅞\\\"],\\n[\\\"a941\\\",\\\"쯅\\\",14,\\\"쯕\\\",10],\\n[\\\"a961\\\",\\\"쯠쯡쯢쯣쯥쯦쯨쯪\\\",18],\\n[\\\"a981\\\",\\\"쯽\\\",14,\\\"찎찏찑찒찓찕\\\",6,\\\"찞찟찠찣찤æđðħıĳĸŀłøœßþŧŋŉ㈀\\\",27,\\\"⒜\\\",25,\\\"⑴\\\",14,\\\"¹²³⁴ⁿ₁₂₃₄\\\"],\\n[\\\"aa41\\\",\\\"찥찦찪찫찭찯찱\\\",6,\\\"찺찿\\\",4,\\\"챆챇챉챊챋챍챎\\\"],\\n[\\\"aa61\\\",\\\"챏\\\",4,\\\"챖챚\\\",5,\\\"챡챢챣챥챧챩\\\",6,\\\"챱챲\\\"],\\n[\\\"aa81\\\",\\\"챳챴챶\\\",29,\\\"ぁ\\\",82],\\n[\\\"ab41\\\",\\\"첔첕첖첗첚첛첝첞첟첡\\\",6,\\\"첪첮\\\",5,\\\"첶첷첹\\\"],\\n[\\\"ab61\\\",\\\"첺첻첽\\\",6,\\\"쳆쳈쳊\\\",5,\\\"쳑쳒쳓쳕\\\",5],\\n[\\\"ab81\\\",\\\"쳛\\\",8,\\\"쳥\\\",6,\\\"쳭쳮쳯쳱\\\",12,\\\"ァ\\\",85],\\n[\\\"ac41\\\",\\\"쳾쳿촀촂\\\",5,\\\"촊촋촍촎촏촑\\\",6,\\\"촚촜촞촟촠\\\"],\\n[\\\"ac61\\\",\\\"촡촢촣촥촦촧촩촪촫촭\\\",11,\\\"촺\\\",4],\\n[\\\"ac81\\\",\\\"촿\\\",28,\\\"쵝쵞쵟А\\\",5,\\\"ЁЖ\\\",25],\\n[\\\"acd1\\\",\\\"а\\\",5,\\\"ёж\\\",25],\\n[\\\"ad41\\\",\\\"쵡쵢쵣쵥\\\",6,\\\"쵮쵰쵲\\\",5,\\\"쵹\\\",7],\\n[\\\"ad61\\\",\\\"춁\\\",6,\\\"춉\\\",10,\\\"춖춗춙춚춛춝춞춟\\\"],\\n[\\\"ad81\\\",\\\"춠춡춢춣춦춨춪\\\",5,\\\"춱\\\",18,\\\"췅\\\"],\\n[\\\"ae41\\\",\\\"췆\\\",5,\\\"췍췎췏췑\\\",16],\\n[\\\"ae61\\\",\\\"췢\\\",5,\\\"췩췪췫췭췮췯췱\\\",6,\\\"췺췼췾\\\",4],\\n[\\\"ae81\\\",\\\"츃츅츆츇츉츊츋츍\\\",6,\\\"츕츖츗츘츚\\\",5,\\\"츢츣츥츦츧츩츪츫\\\"],\\n[\\\"af41\\\",\\\"츬츭츮츯츲츴츶\\\",19],\\n[\\\"af61\\\",\\\"칊\\\",13,\\\"칚칛칝칞칢\\\",5,\\\"칪칬\\\"],\\n[\\\"af81\\\",\\\"칮\\\",5,\\\"칶칷칹칺칻칽\\\",6,\\\"캆캈캊\\\",5,\\\"캒캓캕캖캗캙\\\"],\\n[\\\"b041\\\",\\\"캚\\\",5,\\\"캢캦\\\",5,\\\"캮\\\",12],\\n[\\\"b061\\\",\\\"캻\\\",5,\\\"컂\\\",19],\\n[\\\"b081\\\",\\\"컖\\\",13,\\\"컦컧컩컪컭\\\",6,\\\"컶컺\\\",5,\\\"가각간갇갈갉갊감\\\",7,\\\"같\\\",4,\\\"갠갤갬갭갯갰갱갸갹갼걀걋걍걔걘걜거걱건걷걸걺검겁것겄겅겆겉겊겋게겐겔겜겝겟겠겡겨격겪견겯결겸겹겻겼경곁계곈곌곕곗고곡곤곧골곪곬곯곰곱곳공곶과곽관괄괆\\\"],\\n[\\\"b141\\\",\\\"켂켃켅켆켇켉\\\",6,\\\"켒켔켖\\\",5,\\\"켝켞켟켡켢켣\\\"],\\n[\\\"b161\\\",\\\"켥\\\",6,\\\"켮켲\\\",5,\\\"켹\\\",11],\\n[\\\"b181\\\",\\\"콅\\\",14,\\\"콖콗콙콚콛콝\\\",6,\\\"콦콨콪콫콬괌괍괏광괘괜괠괩괬괭괴괵괸괼굄굅굇굉교굔굘굡굣구국군굳굴굵굶굻굼굽굿궁궂궈궉권궐궜궝궤궷귀귁귄귈귐귑귓규균귤그극근귿글긁금급긋긍긔기긱긴긷길긺김깁깃깅깆깊까깍깎깐깔깖깜깝깟깠깡깥깨깩깬깰깸\\\"],\\n[\\\"b241\\\",\\\"콭콮콯콲콳콵콶콷콹\\\",6,\\\"쾁쾂쾃쾄쾆\\\",5,\\\"쾍\\\"],\\n[\\\"b261\\\",\\\"쾎\\\",18,\\\"쾢\\\",5,\\\"쾩\\\"],\\n[\\\"b281\\\",\\\"쾪\\\",5,\\\"쾱\\\",18,\\\"쿅\\\",6,\\\"깹깻깼깽꺄꺅꺌꺼꺽꺾껀껄껌껍껏껐껑께껙껜껨껫껭껴껸껼꼇꼈꼍꼐꼬꼭꼰꼲꼴꼼꼽꼿꽁꽂꽃꽈꽉꽐꽜꽝꽤꽥꽹꾀꾄꾈꾐꾑꾕꾜꾸꾹꾼꿀꿇꿈꿉꿋꿍꿎꿔꿜꿨꿩꿰꿱꿴꿸뀀뀁뀄뀌뀐뀔뀜뀝뀨끄끅끈끊끌끎끓끔끕끗끙\\\"],\\n[\\\"b341\\\",\\\"쿌\\\",19,\\\"쿢쿣쿥쿦쿧쿩\\\"],\\n[\\\"b361\\\",\\\"쿪\\\",5,\\\"쿲쿴쿶\\\",5,\\\"쿽쿾쿿퀁퀂퀃퀅\\\",5],\\n[\\\"b381\\\",\\\"퀋\\\",5,\\\"퀒\\\",5,\\\"퀙\\\",19,\\\"끝끼끽낀낄낌낍낏낑나낙낚난낟날낡낢남납낫\\\",4,\\\"낱낳내낵낸낼냄냅냇냈냉냐냑냔냘냠냥너넉넋넌널넒넓넘넙넛넜넝넣네넥넨넬넴넵넷넸넹녀녁년녈념녑녔녕녘녜녠노녹논놀놂놈놉놋농높놓놔놘놜놨뇌뇐뇔뇜뇝\\\"],\\n[\\\"b441\\\",\\\"퀮\\\",5,\\\"퀶퀷퀹퀺퀻퀽\\\",6,\\\"큆큈큊\\\",5],\\n[\\\"b461\\\",\\\"큑큒큓큕큖큗큙\\\",6,\\\"큡\\\",10,\\\"큮큯\\\"],\\n[\\\"b481\\\",\\\"큱큲큳큵\\\",6,\\\"큾큿킀킂\\\",18,\\\"뇟뇨뇩뇬뇰뇹뇻뇽누눅눈눋눌눔눕눗눙눠눴눼뉘뉜뉠뉨뉩뉴뉵뉼늄늅늉느늑는늘늙늚늠늡늣능늦늪늬늰늴니닉닌닐닒님닙닛닝닢다닥닦단닫\\\",4,\\\"닳담답닷\\\",4,\\\"닿대댁댄댈댐댑댓댔댕댜더덕덖던덛덜덞덟덤덥\\\"],\\n[\\\"b541\\\",\\\"킕\\\",14,\\\"킦킧킩킪킫킭\\\",5],\\n[\\\"b561\\\",\\\"킳킶킸킺\\\",5,\\\"탂탃탅탆탇탊\\\",5,\\\"탒탖\\\",4],\\n[\\\"b581\\\",\\\"탛탞탟탡탢탣탥\\\",6,\\\"탮탲\\\",5,\\\"탹\\\",11,\\\"덧덩덫덮데덱덴델뎀뎁뎃뎄뎅뎌뎐뎔뎠뎡뎨뎬도독돈돋돌돎돐돔돕돗동돛돝돠돤돨돼됐되된될됨됩됫됴두둑둔둘둠둡둣둥둬뒀뒈뒝뒤뒨뒬뒵뒷뒹듀듄듈듐듕드득든듣들듦듬듭듯등듸디딕딘딛딜딤딥딧딨딩딪따딱딴딸\\\"],\\n[\\\"b641\\\",\\\"턅\\\",7,\\\"턎\\\",17],\\n[\\\"b661\\\",\\\"턠\\\",15,\\\"턲턳턵턶턷턹턻턼턽턾\\\"],\\n[\\\"b681\\\",\\\"턿텂텆\\\",5,\\\"텎텏텑텒텓텕\\\",6,\\\"텞텠텢\\\",5,\\\"텩텪텫텭땀땁땃땄땅땋때땍땐땔땜땝땟땠땡떠떡떤떨떪떫떰떱떳떴떵떻떼떽뗀뗄뗌뗍뗏뗐뗑뗘뗬또똑똔똘똥똬똴뙈뙤뙨뚜뚝뚠뚤뚫뚬뚱뛔뛰뛴뛸뜀뜁뜅뜨뜩뜬뜯뜰뜸뜹뜻띄띈띌띔띕띠띤띨띰띱띳띵라락란랄람랍랏랐랑랒랖랗\\\"],\\n[\\\"b741\\\",\\\"텮\\\",13,\\\"텽\\\",6,\\\"톅톆톇톉톊\\\"],\\n[\\\"b761\\\",\\\"톋\\\",20,\\\"톢톣톥톦톧\\\"],\\n[\\\"b781\\\",\\\"톩\\\",6,\\\"톲톴톶톷톸톹톻톽톾톿퇁\\\",14,\\\"래랙랜랠램랩랫랬랭랴략랸럇량러럭런럴럼럽럿렀렁렇레렉렌렐렘렙렛렝려력련렬렴렵렷렸령례롄롑롓로록론롤롬롭롯롱롸롼뢍뢨뢰뢴뢸룀룁룃룅료룐룔룝룟룡루룩룬룰룸룹룻룽뤄뤘뤠뤼뤽륀륄륌륏륑류륙륜률륨륩\\\"],\\n[\\\"b841\\\",\\\"퇐\\\",7,\\\"퇙\\\",17],\\n[\\\"b861\\\",\\\"퇫\\\",8,\\\"퇵퇶퇷퇹\\\",13],\\n[\\\"b881\\\",\\\"툈툊\\\",5,\\\"툑\\\",24,\\\"륫륭르륵른를름릅릇릉릊릍릎리릭린릴림립릿링마막만많\\\",4,\\\"맘맙맛망맞맡맣매맥맨맬맴맵맷맸맹맺먀먁먈먕머먹먼멀멂멈멉멋멍멎멓메멕멘멜멤멥멧멨멩며멱면멸몃몄명몇몌모목몫몬몰몲몸몹못몽뫄뫈뫘뫙뫼\\\"],\\n[\\\"b941\\\",\\\"툪툫툮툯툱툲툳툵\\\",6,\\\"툾퉀퉂\\\",5,\\\"퉉퉊퉋퉌\\\"],\\n[\\\"b961\\\",\\\"퉍\\\",14,\\\"퉝\\\",6,\\\"퉥퉦퉧퉨\\\"],\\n[\\\"b981\\\",\\\"퉩\\\",22,\\\"튂튃튅튆튇튉튊튋튌묀묄묍묏묑묘묜묠묩묫무묵묶문묻물묽묾뭄뭅뭇뭉뭍뭏뭐뭔뭘뭡뭣뭬뮈뮌뮐뮤뮨뮬뮴뮷므믄믈믐믓미믹민믿밀밂밈밉밋밌밍및밑바\\\",4,\\\"받\\\",4,\\\"밤밥밧방밭배백밴밸뱀뱁뱃뱄뱅뱉뱌뱍뱐뱝버벅번벋벌벎범법벗\\\"],\\n[\\\"ba41\\\",\\\"튍튎튏튒튓튔튖\\\",5,\\\"튝튞튟튡튢튣튥\\\",6,\\\"튭\\\"],\\n[\\\"ba61\\\",\\\"튮튯튰튲\\\",5,\\\"튺튻튽튾틁틃\\\",4,\\\"틊틌\\\",5],\\n[\\\"ba81\\\",\\\"틒틓틕틖틗틙틚틛틝\\\",6,\\\"틦\\\",9,\\\"틲틳틵틶틷틹틺벙벚베벡벤벧벨벰벱벳벴벵벼벽변별볍볏볐병볕볘볜보복볶본볼봄봅봇봉봐봔봤봬뵀뵈뵉뵌뵐뵘뵙뵤뵨부북분붇불붉붊붐붑붓붕붙붚붜붤붰붸뷔뷕뷘뷜뷩뷰뷴뷸븀븃븅브븍븐블븜븝븟비빅빈빌빎빔빕빗빙빚빛빠빡빤\\\"],\\n[\\\"bb41\\\",\\\"틻\\\",4,\\\"팂팄팆\\\",5,\\\"팏팑팒팓팕팗\\\",4,\\\"팞팢팣\\\"],\\n[\\\"bb61\\\",\\\"팤팦팧팪팫팭팮팯팱\\\",6,\\\"팺팾\\\",5,\\\"퍆퍇퍈퍉\\\"],\\n[\\\"bb81\\\",\\\"퍊\\\",31,\\\"빨빪빰빱빳빴빵빻빼빽뺀뺄뺌뺍뺏뺐뺑뺘뺙뺨뻐뻑뻔뻗뻘뻠뻣뻤뻥뻬뼁뼈뼉뼘뼙뼛뼜뼝뽀뽁뽄뽈뽐뽑뽕뾔뾰뿅뿌뿍뿐뿔뿜뿟뿡쀼쁑쁘쁜쁠쁨쁩삐삑삔삘삠삡삣삥사삭삯산삳살삵삶삼삽삿샀상샅새색샌샐샘샙샛샜생샤\\\"],\\n[\\\"bc41\\\",\\\"퍪\\\",17,\\\"퍾퍿펁펂펃펅펆펇\\\"],\\n[\\\"bc61\\\",\\\"펈펉펊펋펎펒\\\",5,\\\"펚펛펝펞펟펡\\\",6,\\\"펪펬펮\\\"],\\n[\\\"bc81\\\",\\\"펯\\\",4,\\\"펵펶펷펹펺펻펽\\\",6,\\\"폆폇폊\\\",5,\\\"폑\\\",5,\\\"샥샨샬샴샵샷샹섀섄섈섐섕서\\\",4,\\\"섣설섦섧섬섭섯섰성섶세섹센셀셈셉셋셌셍셔셕션셜셤셥셧셨셩셰셴셸솅소속솎손솔솖솜솝솟송솥솨솩솬솰솽쇄쇈쇌쇔쇗쇘쇠쇤쇨쇰쇱쇳쇼쇽숀숄숌숍숏숑수숙순숟술숨숩숫숭\\\"],\\n[\\\"bd41\\\",\\\"폗폙\\\",7,\\\"폢폤\\\",7,\\\"폮폯폱폲폳폵폶폷\\\"],\\n[\\\"bd61\\\",\\\"폸폹폺폻폾퐀퐂\\\",5,\\\"퐉\\\",13],\\n[\\\"bd81\\\",\\\"퐗\\\",5,\\\"퐞\\\",25,\\\"숯숱숲숴쉈쉐쉑쉔쉘쉠쉥쉬쉭쉰쉴쉼쉽쉿슁슈슉슐슘슛슝스슥슨슬슭슴습슷승시식신싣실싫심십싯싱싶싸싹싻싼쌀쌈쌉쌌쌍쌓쌔쌕쌘쌜쌤쌥쌨쌩썅써썩썬썰썲썸썹썼썽쎄쎈쎌쏀쏘쏙쏜쏟쏠쏢쏨쏩쏭쏴쏵쏸쐈쐐쐤쐬쐰\\\"],\\n[\\\"be41\\\",\\\"퐸\\\",7,\\\"푁푂푃푅\\\",14],\\n[\\\"be61\\\",\\\"푔\\\",7,\\\"푝푞푟푡푢푣푥\\\",7,\\\"푮푰푱푲\\\"],\\n[\\\"be81\\\",\\\"푳\\\",4,\\\"푺푻푽푾풁풃\\\",4,\\\"풊풌풎\\\",5,\\\"풕\\\",8,\\\"쐴쐼쐽쑈쑤쑥쑨쑬쑴쑵쑹쒀쒔쒜쒸쒼쓩쓰쓱쓴쓸쓺쓿씀씁씌씐씔씜씨씩씬씰씸씹씻씽아악안앉않알앍앎앓암압앗았앙앝앞애액앤앨앰앱앳앴앵야약얀얄얇얌얍얏양얕얗얘얜얠얩어억언얹얻얼얽얾엄\\\",6,\\\"엌엎\\\"],\\n[\\\"bf41\\\",\\\"풞\\\",10,\\\"풪\\\",14],\\n[\\\"bf61\\\",\\\"풹\\\",18,\\\"퓍퓎퓏퓑퓒퓓퓕\\\"],\\n[\\\"bf81\\\",\\\"퓖\\\",5,\\\"퓝퓞퓠\\\",7,\\\"퓩퓪퓫퓭퓮퓯퓱\\\",6,\\\"퓹퓺퓼에엑엔엘엠엡엣엥여역엮연열엶엷염\\\",5,\\\"옅옆옇예옌옐옘옙옛옜오옥온올옭옮옰옳옴옵옷옹옻와왁완왈왐왑왓왔왕왜왝왠왬왯왱외왹왼욀욈욉욋욍요욕욘욜욤욥욧용우욱운울욹욺움웁웃웅워웍원월웜웝웠웡웨\\\"],\\n[\\\"c041\\\",\\\"퓾\\\",5,\\\"픅픆픇픉픊픋픍\\\",6,\\\"픖픘\\\",5],\\n[\\\"c061\\\",\\\"픞\\\",25],\\n[\\\"c081\\\",\\\"픸픹픺픻픾픿핁핂핃핅\\\",6,\\\"핎핐핒\\\",5,\\\"핚핛핝핞핟핡핢핣웩웬웰웸웹웽위윅윈윌윔윕윗윙유육윤율윰윱윳융윷으윽은을읊음읍읏응\\\",7,\\\"읜읠읨읫이익인일읽읾잃임입잇있잉잊잎자작잔잖잗잘잚잠잡잣잤장잦재잭잰잴잼잽잿쟀쟁쟈쟉쟌쟎쟐쟘쟝쟤쟨쟬저적전절젊\\\"],\\n[\\\"c141\\\",\\\"핤핦핧핪핬핮\\\",5,\\\"핶핷핹핺핻핽\\\",6,\\\"햆햊햋\\\"],\\n[\\\"c161\\\",\\\"햌햍햎햏햑\\\",19,\\\"햦햧\\\"],\\n[\\\"c181\\\",\\\"햨\\\",31,\\\"점접젓정젖제젝젠젤젬젭젯젱져젼졀졈졉졌졍졔조족존졸졺좀좁좃종좆좇좋좌좍좔좝좟좡좨좼좽죄죈죌죔죕죗죙죠죡죤죵주죽준줄줅줆줌줍줏중줘줬줴쥐쥑쥔쥘쥠쥡쥣쥬쥰쥴쥼즈즉즌즐즘즙즛증지직진짇질짊짐집짓\\\"],\\n[\\\"c241\\\",\\\"헊헋헍헎헏헑헓\\\",4,\\\"헚헜헞\\\",5,\\\"헦헧헩헪헫헭헮\\\"],\\n[\\\"c261\\\",\\\"헯\\\",4,\\\"헶헸헺\\\",5,\\\"혂혃혅혆혇혉\\\",6,\\\"혒\\\"],\\n[\\\"c281\\\",\\\"혖\\\",5,\\\"혝혞혟혡혢혣혥\\\",7,\\\"혮\\\",9,\\\"혺혻징짖짙짚짜짝짠짢짤짧짬짭짯짰짱째짹짼쨀쨈쨉쨋쨌쨍쨔쨘쨩쩌쩍쩐쩔쩜쩝쩟쩠쩡쩨쩽쪄쪘쪼쪽쫀쫄쫌쫍쫏쫑쫓쫘쫙쫠쫬쫴쬈쬐쬔쬘쬠쬡쭁쭈쭉쭌쭐쭘쭙쭝쭤쭸쭹쮜쮸쯔쯤쯧쯩찌찍찐찔찜찝찡찢찧차착찬찮찰참찹찻\\\"],\\n[\\\"c341\\\",\\\"혽혾혿홁홂홃홄홆홇홊홌홎홏홐홒홓홖홗홙홚홛홝\\\",4],\\n[\\\"c361\\\",\\\"홢\\\",4,\\\"홨홪\\\",5,\\\"홲홳홵\\\",11],\\n[\\\"c381\\\",\\\"횁횂횄횆\\\",5,\\\"횎횏횑횒횓횕\\\",7,\\\"횞횠횢\\\",5,\\\"횩횪찼창찾채책챈챌챔챕챗챘챙챠챤챦챨챰챵처척천철첨첩첫첬청체첵첸첼쳄쳅쳇쳉쳐쳔쳤쳬쳰촁초촉촌촐촘촙촛총촤촨촬촹최쵠쵤쵬쵭쵯쵱쵸춈추축춘출춤춥춧충춰췄췌췐취췬췰췸췹췻췽츄츈츌츔츙츠측츤츨츰츱츳층\\\"],\\n[\\\"c441\\\",\\\"횫횭횮횯횱\\\",7,\\\"횺횼\\\",7,\\\"훆훇훉훊훋\\\"],\\n[\\\"c461\\\",\\\"훍훎훏훐훒훓훕훖훘훚\\\",5,\\\"훡훢훣훥훦훧훩\\\",4],\\n[\\\"c481\\\",\\\"훮훯훱훲훳훴훶\\\",5,\\\"훾훿휁휂휃휅\\\",11,\\\"휒휓휔치칙친칟칠칡침칩칫칭카칵칸칼캄캅캇캉캐캑캔캘캠캡캣캤캥캬캭컁커컥컨컫컬컴컵컷컸컹케켁켄켈켐켑켓켕켜켠켤켬켭켯켰켱켸코콕콘콜콤콥콧콩콰콱콴콸쾀쾅쾌쾡쾨쾰쿄쿠쿡쿤쿨쿰쿱쿳쿵쿼퀀퀄퀑퀘퀭퀴퀵퀸퀼\\\"],\\n[\\\"c541\\\",\\\"휕휖휗휚휛휝휞휟휡\\\",6,\\\"휪휬휮\\\",5,\\\"휶휷휹\\\"],\\n[\\\"c561\\\",\\\"휺휻휽\\\",6,\\\"흅흆흈흊\\\",5,\\\"흒흓흕흚\\\",4],\\n[\\\"c581\\\",\\\"흟흢흤흦흧흨흪흫흭흮흯흱흲흳흵\\\",6,\\\"흾흿힀힂\\\",5,\\\"힊힋큄큅큇큉큐큔큘큠크큭큰클큼큽킁키킥킨킬킴킵킷킹타탁탄탈탉탐탑탓탔탕태택탠탤탬탭탯탰탱탸턍터턱턴털턺텀텁텃텄텅테텍텐텔템텝텟텡텨텬텼톄톈토톡톤톨톰톱톳통톺톼퇀퇘퇴퇸툇툉툐투툭툰툴툼툽툿퉁퉈퉜\\\"],\\n[\\\"c641\\\",\\\"힍힎힏힑\\\",6,\\\"힚힜힞\\\",5],\\n[\\\"c6a1\\\",\\\"퉤튀튁튄튈튐튑튕튜튠튤튬튱트특튼튿틀틂틈틉틋틔틘틜틤틥티틱틴틸팀팁팃팅파팍팎판팔팖팜팝팟팠팡팥패팩팬팰팸팹팻팼팽퍄퍅퍼퍽펀펄펌펍펏펐펑페펙펜펠펨펩펫펭펴편펼폄폅폈평폐폘폡폣포폭폰폴폼폽폿퐁\\\"],\\n[\\\"c7a1\\\",\\\"퐈퐝푀푄표푠푤푭푯푸푹푼푿풀풂품풉풋풍풔풩퓌퓐퓔퓜퓟퓨퓬퓰퓸퓻퓽프픈플픔픕픗피픽핀필핌핍핏핑하학한할핥함합핫항해핵핸핼햄햅햇했행햐향허헉헌헐헒험헙헛헝헤헥헨헬헴헵헷헹혀혁현혈혐협혓혔형혜혠\\\"],\\n[\\\"c8a1\\\",\\\"혤혭호혹혼홀홅홈홉홋홍홑화확환활홧황홰홱홴횃횅회획횐횔횝횟횡효횬횰횹횻후훅훈훌훑훔훗훙훠훤훨훰훵훼훽휀휄휑휘휙휜휠휨휩휫휭휴휵휸휼흄흇흉흐흑흔흖흗흘흙흠흡흣흥흩희흰흴흼흽힁히힉힌힐힘힙힛힝\\\"],\\n[\\\"caa1\\\",\\\"伽佳假價加可呵哥嘉嫁家暇架枷柯歌珂痂稼苛茄街袈訶賈跏軻迦駕刻却各恪慤殼珏脚覺角閣侃刊墾奸姦干幹懇揀杆柬桿澗癎看磵稈竿簡肝艮艱諫間乫喝曷渴碣竭葛褐蝎鞨勘坎堪嵌感憾戡敢柑橄減甘疳監瞰紺邯鑑鑒龕\\\"],\\n[\\\"cba1\\\",\\\"匣岬甲胛鉀閘剛堈姜岡崗康强彊慷江畺疆糠絳綱羌腔舡薑襁講鋼降鱇介价個凱塏愷愾慨改槪漑疥皆盖箇芥蓋豈鎧開喀客坑更粳羹醵倨去居巨拒据據擧渠炬祛距踞車遽鉅鋸乾件健巾建愆楗腱虔蹇鍵騫乞傑杰桀儉劍劒檢\\\"],\\n[\\\"cca1\\\",\\\"瞼鈐黔劫怯迲偈憩揭擊格檄激膈覡隔堅牽犬甄絹繭肩見譴遣鵑抉決潔結缺訣兼慊箝謙鉗鎌京俓倞傾儆勁勍卿坰境庚徑慶憬擎敬景暻更梗涇炅烱璟璥瓊痙硬磬竟競絅經耕耿脛莖警輕逕鏡頃頸驚鯨係啓堺契季屆悸戒桂械\\\"],\\n[\\\"cda1\\\",\\\"棨溪界癸磎稽系繫繼計誡谿階鷄古叩告呱固姑孤尻庫拷攷故敲暠枯槁沽痼皐睾稿羔考股膏苦苽菰藁蠱袴誥賈辜錮雇顧高鼓哭斛曲梏穀谷鵠困坤崑昆梱棍滾琨袞鯤汨滑骨供公共功孔工恐恭拱控攻珙空蚣貢鞏串寡戈果瓜\\\"],\\n[\\\"cea1\\\",\\\"科菓誇課跨過鍋顆廓槨藿郭串冠官寬慣棺款灌琯瓘管罐菅觀貫關館刮恝括适侊光匡壙廣曠洸炚狂珖筐胱鑛卦掛罫乖傀塊壞怪愧拐槐魁宏紘肱轟交僑咬喬嬌嶠巧攪敎校橋狡皎矯絞翹膠蕎蛟較轎郊餃驕鮫丘久九仇俱具勾\\\"],\\n[\\\"cfa1\\\",\\\"區口句咎嘔坵垢寇嶇廐懼拘救枸柩構歐毆毬求溝灸狗玖球瞿矩究絿耉臼舅舊苟衢謳購軀逑邱鉤銶駒驅鳩鷗龜國局菊鞠鞫麴君窘群裙軍郡堀屈掘窟宮弓穹窮芎躬倦券勸卷圈拳捲權淃眷厥獗蕨蹶闕机櫃潰詭軌饋句晷歸貴\\\"],\\n[\\\"d0a1\\\",\\\"鬼龜叫圭奎揆槻珪硅窺竅糾葵規赳逵閨勻均畇筠菌鈞龜橘克剋劇戟棘極隙僅劤勤懃斤根槿瑾筋芹菫覲謹近饉契今妗擒昑檎琴禁禽芩衾衿襟金錦伋及急扱汲級給亘兢矜肯企伎其冀嗜器圻基埼夔奇妓寄岐崎己幾忌技旗旣\\\"],\\n[\\\"d1a1\\\",\\\"朞期杞棋棄機欺氣汽沂淇玘琦琪璂璣畸畿碁磯祁祇祈祺箕紀綺羈耆耭肌記譏豈起錡錤飢饑騎騏驥麒緊佶吉拮桔金喫儺喇奈娜懦懶拏拿癩\\\",5,\\\"那樂\\\",4,\\\"諾酪駱亂卵暖欄煖爛蘭難鸞捏捺南嵐枏楠湳濫男藍襤拉\\\"],\\n[\\\"d2a1\\\",\\\"納臘蠟衲囊娘廊\\\",4,\\\"乃來內奈柰耐冷女年撚秊念恬拈捻寧寗努勞奴弩怒擄櫓爐瑙盧\\\",5,\\\"駑魯\\\",10,\\\"濃籠聾膿農惱牢磊腦賂雷尿壘\\\",7,\\\"嫩訥杻紐勒\\\",5,\\\"能菱陵尼泥匿溺多茶\\\"],\\n[\\\"d3a1\\\",\\\"丹亶但單團壇彖斷旦檀段湍短端簞緞蛋袒鄲鍛撻澾獺疸達啖坍憺擔曇淡湛潭澹痰聃膽蕁覃談譚錟沓畓答踏遝唐堂塘幢戇撞棠當糖螳黨代垈坮大對岱帶待戴擡玳臺袋貸隊黛宅德悳倒刀到圖堵塗導屠島嶋度徒悼挑掉搗桃\\\"],\\n[\\\"d4a1\\\",\\\"棹櫂淘渡滔濤燾盜睹禱稻萄覩賭跳蹈逃途道都鍍陶韜毒瀆牘犢獨督禿篤纛讀墩惇敦旽暾沌焞燉豚頓乭突仝冬凍動同憧東桐棟洞潼疼瞳童胴董銅兜斗杜枓痘竇荳讀豆逗頭屯臀芚遁遯鈍得嶝橙燈登等藤謄鄧騰喇懶拏癩羅\\\"],\\n[\\\"d5a1\\\",\\\"蘿螺裸邏樂洛烙珞絡落諾酪駱丹亂卵欄欒瀾爛蘭鸞剌辣嵐擥攬欖濫籃纜藍襤覽拉臘蠟廊朗浪狼琅瑯螂郞來崍徠萊冷掠略亮倆兩凉梁樑粮粱糧良諒輛量侶儷勵呂廬慮戾旅櫚濾礪藜蠣閭驢驪麗黎力曆歷瀝礫轢靂憐戀攣漣\\\"],\\n[\\\"d6a1\\\",\\\"煉璉練聯蓮輦連鍊冽列劣洌烈裂廉斂殮濂簾獵令伶囹寧岺嶺怜玲笭羚翎聆逞鈴零靈領齡例澧禮醴隷勞怒撈擄櫓潞瀘爐盧老蘆虜路輅露魯鷺鹵碌祿綠菉錄鹿麓論壟弄朧瀧瓏籠聾儡瀨牢磊賂賚賴雷了僚寮廖料燎療瞭聊蓼\\\"],\\n[\\\"d7a1\\\",\\\"遼鬧龍壘婁屢樓淚漏瘻累縷蔞褸鏤陋劉旒柳榴流溜瀏琉瑠留瘤硫謬類六戮陸侖倫崙淪綸輪律慄栗率隆勒肋凜凌楞稜綾菱陵俚利厘吏唎履悧李梨浬犁狸理璃異痢籬罹羸莉裏裡里釐離鯉吝潾燐璘藺躪隣鱗麟林淋琳臨霖砬\\\"],\\n[\\\"d8a1\\\",\\\"立笠粒摩瑪痲碼磨馬魔麻寞幕漠膜莫邈万卍娩巒彎慢挽晩曼滿漫灣瞞萬蔓蠻輓饅鰻唜抹末沫茉襪靺亡妄忘忙望網罔芒茫莽輞邙埋妹媒寐昧枚梅每煤罵買賣邁魅脈貊陌驀麥孟氓猛盲盟萌冪覓免冕勉棉沔眄眠綿緬面麵滅\\\"],\\n[\\\"d9a1\\\",\\\"蔑冥名命明暝椧溟皿瞑茗蓂螟酩銘鳴袂侮冒募姆帽慕摸摹暮某模母毛牟牡瑁眸矛耗芼茅謀謨貌木沐牧目睦穆鶩歿沒夢朦蒙卯墓妙廟描昴杳渺猫竗苗錨務巫憮懋戊拇撫无楙武毋無珷畝繆舞茂蕪誣貿霧鵡墨默們刎吻問文\\\"],\\n[\\\"daa1\\\",\\\"汶紊紋聞蚊門雯勿沕物味媚尾嵋彌微未梶楣渼湄眉米美薇謎迷靡黴岷悶愍憫敏旻旼民泯玟珉緡閔密蜜謐剝博拍搏撲朴樸泊珀璞箔粕縛膊舶薄迫雹駁伴半反叛拌搬攀斑槃泮潘班畔瘢盤盼磐磻礬絆般蟠返頒飯勃拔撥渤潑\\\"],\\n[\\\"dba1\\\",\\\"發跋醱鉢髮魃倣傍坊妨尨幇彷房放方旁昉枋榜滂磅紡肪膀舫芳蒡蚌訪謗邦防龐倍俳北培徘拜排杯湃焙盃背胚裴裵褙賠輩配陪伯佰帛柏栢白百魄幡樊煩燔番磻繁蕃藩飜伐筏罰閥凡帆梵氾汎泛犯範范法琺僻劈壁擘檗璧癖\\\"],\\n[\\\"dca1\\\",\\\"碧蘗闢霹便卞弁變辨辯邊別瞥鱉鼈丙倂兵屛幷昞昺柄棅炳甁病秉竝輧餠騈保堡報寶普步洑湺潽珤甫菩補褓譜輔伏僕匐卜宓復服福腹茯蔔複覆輹輻馥鰒本乶俸奉封峯峰捧棒烽熢琫縫蓬蜂逢鋒鳳不付俯傅剖副否咐埠夫婦\\\"],\\n[\\\"dda1\\\",\\\"孚孵富府復扶敷斧浮溥父符簿缶腐腑膚艀芙莩訃負賦賻赴趺部釜阜附駙鳧北分吩噴墳奔奮忿憤扮昐汾焚盆粉糞紛芬賁雰不佛弗彿拂崩朋棚硼繃鵬丕備匕匪卑妃婢庇悲憊扉批斐枇榧比毖毗毘沸泌琵痺砒碑秕秘粃緋翡肥\\\"],\\n[\\\"dea1\\\",\\\"脾臂菲蜚裨誹譬費鄙非飛鼻嚬嬪彬斌檳殯浜濱瀕牝玭貧賓頻憑氷聘騁乍事些仕伺似使俟僿史司唆嗣四士奢娑寫寺射巳師徙思捨斜斯柶査梭死沙泗渣瀉獅砂社祀祠私篩紗絲肆舍莎蓑蛇裟詐詞謝賜赦辭邪飼駟麝削數朔索\\\"],\\n[\\\"dfa1\\\",\\\"傘刪山散汕珊産疝算蒜酸霰乷撒殺煞薩三參杉森渗芟蔘衫揷澁鈒颯上傷像償商喪嘗孀尙峠常床庠廂想桑橡湘爽牀狀相祥箱翔裳觴詳象賞霜塞璽賽嗇塞穡索色牲生甥省笙墅壻嶼序庶徐恕抒捿敍暑曙書栖棲犀瑞筮絮緖署\\\"],\\n[\\\"e0a1\\\",\\\"胥舒薯西誓逝鋤黍鼠夕奭席惜昔晳析汐淅潟石碩蓆釋錫仙僊先善嬋宣扇敾旋渲煽琁瑄璇璿癬禪線繕羨腺膳船蘚蟬詵跣選銑鐥饍鮮卨屑楔泄洩渫舌薛褻設說雪齧剡暹殲纖蟾贍閃陝攝涉燮葉城姓宬性惺成星晟猩珹盛省筬\\\"],\\n[\\\"e1a1\\\",\\\"聖聲腥誠醒世勢歲洗稅笹細說貰召嘯塑宵小少巢所掃搔昭梳沼消溯瀟炤燒甦疏疎瘙笑篠簫素紹蔬蕭蘇訴逍遡邵銷韶騷俗屬束涑粟續謖贖速孫巽損蓀遜飡率宋悚松淞訟誦送頌刷殺灑碎鎖衰釗修受嗽囚垂壽嫂守岫峀帥愁\\\"],\\n[\\\"e2a1\\\",\\\"戍手授搜收數樹殊水洙漱燧狩獸琇璲瘦睡秀穗竪粹綏綬繡羞脩茱蒐蓚藪袖誰讐輸遂邃酬銖銹隋隧隨雖需須首髓鬚叔塾夙孰宿淑潚熟琡璹肅菽巡徇循恂旬栒楯橓殉洵淳珣盾瞬筍純脣舜荀蓴蕣詢諄醇錞順馴戌術述鉥崇崧\\\"],\\n[\\\"e3a1\\\",\\\"嵩瑟膝蝨濕拾習褶襲丞乘僧勝升承昇繩蠅陞侍匙嘶始媤尸屎屍市弑恃施是時枾柴猜矢示翅蒔蓍視試詩諡豕豺埴寔式息拭植殖湜熄篒蝕識軾食飾伸侁信呻娠宸愼新晨燼申神紳腎臣莘薪藎蜃訊身辛辰迅失室實悉審尋心沁\\\"],\\n[\\\"e4a1\\\",\\\"沈深瀋甚芯諶什十拾雙氏亞俄兒啞娥峨我牙芽莪蛾衙訝阿雅餓鴉鵝堊岳嶽幄惡愕握樂渥鄂鍔顎鰐齷安岸按晏案眼雁鞍顔鮟斡謁軋閼唵岩巖庵暗癌菴闇壓押狎鴨仰央怏昻殃秧鴦厓哀埃崖愛曖涯碍艾隘靄厄扼掖液縊腋額\\\"],\\n[\\\"e5a1\\\",\\\"櫻罌鶯鸚也倻冶夜惹揶椰爺耶若野弱掠略約若葯蒻藥躍亮佯兩凉壤孃恙揚攘敭暘梁楊樣洋瀁煬痒瘍禳穰糧羊良襄諒讓釀陽量養圄御於漁瘀禦語馭魚齬億憶抑檍臆偃堰彦焉言諺孼蘖俺儼嚴奄掩淹嶪業円予余勵呂女如廬\\\"],\\n[\\\"e6a1\\\",\\\"旅歟汝濾璵礖礪與艅茹輿轝閭餘驪麗黎亦力域役易曆歷疫繹譯轢逆驛嚥堧姸娟宴年延憐戀捐挻撚椽沇沿涎涓淵演漣烟然煙煉燃燕璉硏硯秊筵緣練縯聯衍軟輦蓮連鉛鍊鳶列劣咽悅涅烈熱裂說閱厭廉念捻染殮炎焰琰艶苒\\\"],\\n[\\\"e7a1\\\",\\\"簾閻髥鹽曄獵燁葉令囹塋寧嶺嶸影怜映暎楹榮永泳渶潁濚瀛瀯煐營獰玲瑛瑩瓔盈穎纓羚聆英詠迎鈴鍈零霙靈領乂倪例刈叡曳汭濊猊睿穢芮藝蘂禮裔詣譽豫醴銳隸霓預五伍俉傲午吾吳嗚塢墺奧娛寤悟惡懊敖旿晤梧汚澳\\\"],\\n[\\\"e8a1\\\",\\\"烏熬獒筽蜈誤鰲鼇屋沃獄玉鈺溫瑥瘟穩縕蘊兀壅擁瓮甕癰翁邕雍饔渦瓦窩窪臥蛙蝸訛婉完宛梡椀浣玩琓琬碗緩翫脘腕莞豌阮頑曰往旺枉汪王倭娃歪矮外嵬巍猥畏了僚僥凹堯夭妖姚寥寮尿嶢拗搖撓擾料曜樂橈燎燿瑤療\\\"],\\n[\\\"e9a1\\\",\\\"窈窯繇繞耀腰蓼蟯要謠遙遼邀饒慾欲浴縟褥辱俑傭冗勇埇墉容庸慂榕涌湧溶熔瑢用甬聳茸蓉踊鎔鏞龍于佑偶優又友右宇寓尤愚憂旴牛玗瑀盂祐禑禹紆羽芋藕虞迂遇郵釪隅雨雩勖彧旭昱栯煜稶郁頊云暈橒殞澐熉耘芸蕓\\\"],\\n[\\\"eaa1\\\",\\\"運隕雲韻蔚鬱亐熊雄元原員圓園垣媛嫄寃怨愿援沅洹湲源爰猿瑗苑袁轅遠阮院願鴛月越鉞位偉僞危圍委威尉慰暐渭爲瑋緯胃萎葦蔿蝟衛褘謂違韋魏乳侑儒兪劉唯喩孺宥幼幽庾悠惟愈愉揄攸有杻柔柚柳楡楢油洧流游溜\\\"],\\n[\\\"eba1\\\",\\\"濡猶猷琉瑜由留癒硫紐維臾萸裕誘諛諭踰蹂遊逾遺酉釉鍮類六堉戮毓肉育陸倫允奫尹崙淪潤玧胤贇輪鈗閏律慄栗率聿戎瀜絨融隆垠恩慇殷誾銀隱乙吟淫蔭陰音飮揖泣邑凝應膺鷹依倚儀宜意懿擬椅毅疑矣義艤薏蟻衣誼\\\"],\\n[\\\"eca1\\\",\\\"議醫二以伊利吏夷姨履已弛彛怡易李梨泥爾珥理異痍痢移罹而耳肄苡荑裏裡貽貳邇里離飴餌匿溺瀷益翊翌翼謚人仁刃印吝咽因姻寅引忍湮燐璘絪茵藺蚓認隣靭靷鱗麟一佚佾壹日溢逸鎰馹任壬妊姙恁林淋稔臨荏賃入卄\\\"],\\n[\\\"eda1\\\",\\\"立笠粒仍剩孕芿仔刺咨姉姿子字孜恣慈滋炙煮玆瓷疵磁紫者自茨蔗藉諮資雌作勺嚼斫昨灼炸爵綽芍酌雀鵲孱棧殘潺盞岑暫潛箴簪蠶雜丈仗匠場墻壯奬將帳庄張掌暲杖樟檣欌漿牆狀獐璋章粧腸臟臧莊葬蔣薔藏裝贓醬長\\\"],\\n[\\\"eea1\\\",\\\"障再哉在宰才材栽梓渽滓災縡裁財載齋齎爭箏諍錚佇低儲咀姐底抵杵楮樗沮渚狙猪疽箸紵苧菹著藷詛貯躇這邸雎齟勣吊嫡寂摘敵滴狄炙的積笛籍績翟荻謫賊赤跡蹟迪迹適鏑佃佺傳全典前剪塡塼奠專展廛悛戰栓殿氈澱\\\"],\\n[\\\"efa1\\\",\\\"煎琠田甸畑癲筌箋箭篆纏詮輾轉鈿銓錢鐫電顚顫餞切截折浙癤竊節絶占岾店漸点粘霑鮎點接摺蝶丁井亭停偵呈姃定幀庭廷征情挺政整旌晶晸柾楨檉正汀淀淨渟湞瀞炡玎珽町睛碇禎程穽精綎艇訂諪貞鄭酊釘鉦鋌錠霆靖\\\"],\\n[\\\"f0a1\\\",\\\"靜頂鼎制劑啼堤帝弟悌提梯濟祭第臍薺製諸蹄醍除際霽題齊俎兆凋助嘲弔彫措操早晁曺曹朝條棗槽漕潮照燥爪璪眺祖祚租稠窕粗糟組繰肇藻蚤詔調趙躁造遭釣阻雕鳥族簇足鏃存尊卒拙猝倧宗從悰慫棕淙琮種終綜縱腫\\\"],\\n[\\\"f1a1\\\",\\\"踪踵鍾鐘佐坐左座挫罪主住侏做姝胄呪周嗾奏宙州廚晝朱柱株注洲湊澍炷珠疇籌紂紬綢舟蛛註誅走躊輳週酎酒鑄駐竹粥俊儁准埈寯峻晙樽浚準濬焌畯竣蠢逡遵雋駿茁中仲衆重卽櫛楫汁葺增憎曾拯烝甑症繒蒸證贈之只\\\"],\\n[\\\"f2a1\\\",\\\"咫地址志持指摯支旨智枝枳止池沚漬知砥祉祗紙肢脂至芝芷蜘誌識贄趾遲直稙稷織職唇嗔塵振搢晉晋桭榛殄津溱珍瑨璡畛疹盡眞瞋秦縉縝臻蔯袗診賑軫辰進鎭陣陳震侄叱姪嫉帙桎瓆疾秩窒膣蛭質跌迭斟朕什執潗緝輯\\\"],\\n[\\\"f3a1\\\",\\\"鏶集徵懲澄且侘借叉嗟嵯差次此磋箚茶蹉車遮捉搾着窄錯鑿齪撰澯燦璨瓚竄簒纂粲纘讚贊鑽餐饌刹察擦札紮僭參塹慘慙懺斬站讒讖倉倡創唱娼廠彰愴敞昌昶暢槍滄漲猖瘡窓脹艙菖蒼債埰寀寨彩採砦綵菜蔡采釵冊柵策\\\"],\\n[\\\"f4a1\\\",\\\"責凄妻悽處倜刺剔尺慽戚拓擲斥滌瘠脊蹠陟隻仟千喘天川擅泉淺玔穿舛薦賤踐遷釧闡阡韆凸哲喆徹撤澈綴輟轍鐵僉尖沾添甛瞻簽籤詹諂堞妾帖捷牒疊睫諜貼輒廳晴淸聽菁請靑鯖切剃替涕滯締諦逮遞體初剿哨憔抄招梢\\\"],\\n[\\\"f5a1\\\",\\\"椒楚樵炒焦硝礁礎秒稍肖艸苕草蕉貂超酢醋醮促囑燭矗蜀觸寸忖村邨叢塚寵悤憁摠總聰蔥銃撮催崔最墜抽推椎楸樞湫皺秋芻萩諏趨追鄒酋醜錐錘鎚雛騶鰍丑畜祝竺筑築縮蓄蹙蹴軸逐春椿瑃出朮黜充忠沖蟲衝衷悴膵萃\\\"],\\n[\\\"f6a1\\\",\\\"贅取吹嘴娶就炊翠聚脆臭趣醉驟鷲側仄厠惻測層侈値嗤峙幟恥梔治淄熾痔痴癡稚穉緇緻置致蚩輜雉馳齒則勅飭親七柒漆侵寢枕沈浸琛砧針鍼蟄秤稱快他咤唾墮妥惰打拖朶楕舵陀馱駝倬卓啄坼度托拓擢晫柝濁濯琢琸託\\\"],\\n[\\\"f7a1\\\",\\\"鐸呑嘆坦彈憚歎灘炭綻誕奪脫探眈耽貪塔搭榻宕帑湯糖蕩兌台太怠態殆汰泰笞胎苔跆邰颱宅擇澤撑攄兎吐土討慟桶洞痛筒統通堆槌腿褪退頹偸套妬投透鬪慝特闖坡婆巴把播擺杷波派爬琶破罷芭跛頗判坂板版瓣販辦鈑\\\"],\\n[\\\"f8a1\\\",\\\"阪八叭捌佩唄悖敗沛浿牌狽稗覇貝彭澎烹膨愎便偏扁片篇編翩遍鞭騙貶坪平枰萍評吠嬖幣廢弊斃肺蔽閉陛佈包匍匏咆哺圃布怖抛抱捕暴泡浦疱砲胞脯苞葡蒲袍褒逋鋪飽鮑幅暴曝瀑爆輻俵剽彪慓杓標漂瓢票表豹飇飄驃\\\"],\\n[\\\"f9a1\\\",\\\"品稟楓諷豊風馮彼披疲皮被避陂匹弼必泌珌畢疋筆苾馝乏逼下何厦夏廈昰河瑕荷蝦賀遐霞鰕壑學虐謔鶴寒恨悍旱汗漢澣瀚罕翰閑閒限韓割轄函含咸啣喊檻涵緘艦銜陷鹹合哈盒蛤閤闔陜亢伉姮嫦巷恒抗杭桁沆港缸肛航\\\"],\\n[\\\"faa1\\\",\\\"行降項亥偕咳垓奚孩害懈楷海瀣蟹解該諧邂駭骸劾核倖幸杏荇行享向嚮珦鄕響餉饗香噓墟虛許憲櫶獻軒歇險驗奕爀赫革俔峴弦懸晛泫炫玄玹現眩睍絃絢縣舷衒見賢鉉顯孑穴血頁嫌俠協夾峽挾浹狹脅脇莢鋏頰亨兄刑型\\\"],\\n[\\\"fba1\\\",\\\"形泂滎瀅灐炯熒珩瑩荊螢衡逈邢鎣馨兮彗惠慧暳蕙蹊醯鞋乎互呼壕壺好岵弧戶扈昊晧毫浩淏湖滸澔濠濩灝狐琥瑚瓠皓祜糊縞胡芦葫蒿虎號蝴護豪鎬頀顥惑或酷婚昏混渾琿魂忽惚笏哄弘汞泓洪烘紅虹訌鴻化和嬅樺火畵\\\"],\\n[\\\"fca1\\\",\\\"禍禾花華話譁貨靴廓擴攫確碻穫丸喚奐宦幻患換歡晥桓渙煥環紈還驩鰥活滑猾豁闊凰幌徨恍惶愰慌晃晄榥況湟滉潢煌璜皇篁簧荒蝗遑隍黃匯回廻徊恢悔懷晦會檜淮澮灰獪繪膾茴蛔誨賄劃獲宖橫鐄哮嚆孝效斅曉梟涍淆\\\"],\\n[\\\"fda1\\\",\\\"爻肴酵驍侯候厚后吼喉嗅帿後朽煦珝逅勛勳塤壎焄熏燻薰訓暈薨喧暄煊萱卉喙毁彙徽揮暉煇諱輝麾休携烋畦虧恤譎鷸兇凶匈洶胸黑昕欣炘痕吃屹紇訖欠欽歆吸恰洽翕興僖凞喜噫囍姬嬉希憙憘戱晞曦熙熹熺犧禧稀羲詰\\\"]\\n]\\n\"\n    },\n    {\n      \"id\": 329,\n      \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/iconv-lite/encodings/tables/big5-added.json\",\n      \"name\": \"./node_modules/iconv-lite/encodings/tables/big5-added.json\",\n      \"index\": 328,\n      \"index2\": 318,\n      \"size\": 8152,\n      \"cacheable\": true,\n      \"built\": true,\n      \"optional\": false,\n      \"prefetched\": false,\n      \"chunks\": [\n        2\n      ],\n      \"issuer\": \"/Users/jarred/Code/styleurl/node_modules/iconv-lite/encodings/dbcs-data.js\",\n      \"issuerId\": 324,\n      \"issuerName\": \"./node_modules/iconv-lite/encodings/dbcs-data.js\",\n      \"issuerPath\": [\n        {\n          \"id\": 191,\n          \"identifier\": \"multi /Users/jarred/Code/styleurl/webpack/customPublicPath /Users/jarred/Code/styleurl/chrome/extension/background\",\n          \"name\": \"multi ./webpack/customPublicPath ./chrome/extension/background\",\n          \"profile\": {\n            \"factory\": 0,\n            \"building\": 0,\n            \"dependencies\": 54\n          }\n        },\n        {\n          \"id\": 192,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/background.js\",\n          \"name\": \"./chrome/extension/background.js\",\n          \"profile\": {\n            \"factory\": 54,\n            \"building\": 639,\n            \"dependencies\": 140\n          }\n        },\n        {\n          \"id\": 255,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/stylesheet-differ/lib/index.js\",\n          \"name\": \"./node_modules/stylesheet-differ/lib/index.js\",\n          \"profile\": {\n            \"factory\": 140,\n            \"building\": 568,\n            \"dependencies\": 1\n          }\n        },\n        {\n          \"id\": 256,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/native-css/index.js\",\n          \"name\": \"./node_modules/native-css/index.js\",\n          \"profile\": {\n            \"factory\": 189,\n            \"building\": 603,\n            \"dependencies\": 1\n          }\n        },\n        {\n          \"id\": 257,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/native-css/src/native-css.js\",\n          \"name\": \"./node_modules/native-css/src/native-css.js\",\n          \"profile\": {\n            \"factory\": 26,\n            \"building\": 63,\n            \"dependencies\": 14\n          }\n        },\n        {\n          \"id\": 293,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/fetch/lib/fetch.js\",\n          \"name\": \"./node_modules/fetch/lib/fetch.js\",\n          \"profile\": {\n            \"factory\": 117,\n            \"building\": 25,\n            \"dependencies\": 27\n          }\n        },\n        {\n          \"id\": 313,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/encoding/lib/encoding.js\",\n          \"name\": \"./node_modules/encoding/lib/encoding.js\",\n          \"profile\": {\n            \"factory\": 66,\n            \"building\": 38,\n            \"dependencies\": 20\n          }\n        },\n        {\n          \"id\": 314,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/iconv-lite/lib/index.js\",\n          \"name\": \"./node_modules/iconv-lite/lib/index.js\",\n          \"profile\": {\n            \"factory\": 123,\n            \"building\": 23,\n            \"dependencies\": 1\n          }\n        },\n        {\n          \"id\": 316,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/iconv-lite/encodings/index.js\",\n          \"name\": \"./node_modules/iconv-lite/encodings/index.js\",\n          \"profile\": {\n            \"factory\": 62,\n            \"building\": 61,\n            \"dependencies\": 1\n          }\n        },\n        {\n          \"id\": 324,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/iconv-lite/encodings/dbcs-data.js\",\n          \"name\": \"./node_modules/iconv-lite/encodings/dbcs-data.js\",\n          \"profile\": {\n            \"factory\": 26,\n            \"building\": 20,\n            \"dependencies\": 1\n          }\n        }\n      ],\n      \"profile\": {\n        \"factory\": 9,\n        \"building\": 6\n      },\n      \"failed\": false,\n      \"errors\": 0,\n      \"warnings\": 0,\n      \"assets\": [],\n      \"reasons\": [\n        {\n          \"moduleId\": 324,\n          \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/iconv-lite/encodings/dbcs-data.js\",\n          \"module\": \"./node_modules/iconv-lite/encodings/dbcs-data.js\",\n          \"moduleName\": \"./node_modules/iconv-lite/encodings/dbcs-data.js\",\n          \"type\": \"cjs require\",\n          \"userRequest\": \"./tables/big5-added.json\",\n          \"loc\": \"162:73-108\"\n        }\n      ],\n      \"usedExports\": true,\n      \"providedExports\": [\n        \"0\",\n        \"1\",\n        \"2\",\n        \"3\",\n        \"4\",\n        \"5\",\n        \"6\",\n        \"7\",\n        \"8\",\n        \"9\",\n        \"10\",\n        \"11\",\n        \"12\",\n        \"13\",\n        \"14\",\n        \"15\",\n        \"16\",\n        \"17\",\n        \"18\",\n        \"19\",\n        \"20\",\n        \"21\",\n        \"22\",\n        \"23\",\n        \"24\",\n        \"25\",\n        \"26\",\n        \"27\",\n        \"28\",\n        \"29\",\n        \"30\",\n        \"31\",\n        \"32\",\n        \"33\",\n        \"34\",\n        \"35\",\n        \"36\",\n        \"37\",\n        \"38\",\n        \"39\",\n        \"40\",\n        \"41\",\n        \"42\",\n        \"43\",\n        \"44\",\n        \"45\",\n        \"46\",\n        \"47\",\n        \"48\",\n        \"49\",\n        \"50\",\n        \"51\",\n        \"52\",\n        \"53\",\n        \"54\",\n        \"55\",\n        \"56\",\n        \"57\",\n        \"58\",\n        \"59\",\n        \"60\",\n        \"61\",\n        \"62\",\n        \"63\",\n        \"64\",\n        \"65\",\n        \"66\",\n        \"67\",\n        \"68\",\n        \"69\",\n        \"70\",\n        \"71\",\n        \"72\",\n        \"73\",\n        \"74\",\n        \"75\",\n        \"76\",\n        \"77\",\n        \"78\",\n        \"79\",\n        \"80\",\n        \"81\",\n        \"82\",\n        \"83\",\n        \"84\",\n        \"85\",\n        \"86\",\n        \"87\",\n        \"88\",\n        \"89\",\n        \"90\",\n        \"91\",\n        \"92\",\n        \"93\",\n        \"94\",\n        \"95\",\n        \"96\",\n        \"97\",\n        \"98\",\n        \"99\",\n        \"100\",\n        \"101\",\n        \"102\",\n        \"103\",\n        \"104\",\n        \"105\",\n        \"106\",\n        \"107\",\n        \"108\",\n        \"109\",\n        \"110\",\n        \"111\",\n        \"112\",\n        \"113\",\n        \"114\",\n        \"115\",\n        \"116\",\n        \"117\",\n        \"118\",\n        \"119\",\n        \"default\"\n      ],\n      \"optimizationBailout\": [\n        \"ModuleConcatenation bailout: Module is not an ECMAScript module\"\n      ],\n      \"depth\": 10,\n      \"source\": \"[\\n[\\\"8740\\\",\\\"䏰䰲䘃䖦䕸𧉧䵷䖳𧲱䳢𧳅㮕䜶䝄䱇䱀𤊿𣘗𧍒𦺋𧃒䱗𪍑䝏䗚䲅𧱬䴇䪤䚡𦬣爥𥩔𡩣𣸆𣽡晍囻\\\"],\\n[\\\"8767\\\",\\\"綕夝𨮹㷴霴𧯯寛𡵞媤㘥𩺰嫑宷峼杮薓𩥅瑡璝㡵𡵓𣚞𦀡㻬\\\"],\\n[\\\"87a1\\\",\\\"𥣞㫵竼龗𤅡𨤍𣇪𠪊𣉞䌊蒄龖鐯䤰蘓墖靊鈘秐稲晠権袝瑌篅枂稬剏遆㓦珄𥶹瓆鿇垳䤯呌䄱𣚎堘穲𧭥讏䚮𦺈䆁𥶙箮𢒼鿈𢓁𢓉𢓌鿉蔄𣖻䂴鿊䓡𪷿拁灮鿋\\\"],\\n[\\\"8840\\\",\\\"㇀\\\",4,\\\"𠄌㇅𠃑𠃍㇆㇇𠃋𡿨㇈𠃊㇉㇊㇋㇌𠄎㇍㇎ĀÁǍÀĒÉĚÈŌÓǑÒ࿿Ê̄Ế࿿Ê̌ỀÊāáǎàɑēéěèīíǐìōóǒòūúǔùǖǘǚ\\\"],\\n[\\\"88a1\\\",\\\"ǜü࿿ê̄ế࿿ê̌ềêɡ⏚⏛\\\"],\\n[\\\"8940\\\",\\\"𪎩𡅅\\\"],\\n[\\\"8943\\\",\\\"攊\\\"],\\n[\\\"8946\\\",\\\"丽滝鵎釟\\\"],\\n[\\\"894c\\\",\\\"𧜵撑会伨侨兖兴农凤务动医华发变团声处备夲头学实実岚庆总斉柾栄桥济炼电纤纬纺织经统缆缷艺苏药视设询车轧轮\\\"],\\n[\\\"89a1\\\",\\\"琑糼緍楆竉刧\\\"],\\n[\\\"89ab\\\",\\\"醌碸酞肼\\\"],\\n[\\\"89b0\\\",\\\"贋胶𠧧\\\"],\\n[\\\"89b5\\\",\\\"肟黇䳍鷉鸌䰾𩷶𧀎鸊𪄳㗁\\\"],\\n[\\\"89c1\\\",\\\"溚舾甙\\\"],\\n[\\\"89c5\\\",\\\"䤑马骏龙禇𨑬𡷊𠗐𢫦两亁亀亇亿仫伷㑌侽㹈倃傈㑽㒓㒥円夅凛凼刅争剹劐匧㗇厩㕑厰㕓参吣㕭㕲㚁咓咣咴咹哐哯唘唣唨㖘唿㖥㖿嗗㗅\\\"],\\n[\\\"8a40\\\",\\\"𧶄唥\\\"],\\n[\\\"8a43\\\",\\\"𠱂𠴕𥄫喐𢳆㧬𠍁蹆𤶸𩓥䁓𨂾睺𢰸㨴䟕𨅝𦧲𤷪擝𠵼𠾴𠳕𡃴撍蹾𠺖𠰋𠽤𢲩𨉖𤓓\\\"],\\n[\\\"8a64\\\",\\\"𠵆𩩍𨃩䟴𤺧𢳂骲㩧𩗴㿭㔆𥋇𩟔𧣈𢵄鵮頕\\\"],\\n[\\\"8a76\\\",\\\"䏙𦂥撴哣𢵌𢯊𡁷㧻𡁯\\\"],\\n[\\\"8aa1\\\",\\\"𦛚𦜖𧦠擪𥁒𠱃蹨𢆡𨭌𠜱\\\"],\\n[\\\"8aac\\\",\\\"䠋𠆩㿺塳𢶍\\\"],\\n[\\\"8ab2\\\",\\\"𤗈𠓼𦂗𠽌𠶖啹䂻䎺\\\"],\\n[\\\"8abb\\\",\\\"䪴𢩦𡂝膪飵𠶜捹㧾𢝵跀嚡摼㹃\\\"],\\n[\\\"8ac9\\\",\\\"𪘁𠸉𢫏𢳉\\\"],\\n[\\\"8ace\\\",\\\"𡃈𣧂㦒㨆𨊛㕸𥹉𢃇噒𠼱𢲲𩜠㒼氽𤸻\\\"],\\n[\\\"8adf\\\",\\\"𧕴𢺋𢈈𪙛𨳍𠹺𠰴𦠜羓𡃏𢠃𢤹㗻𥇣𠺌𠾍𠺪㾓𠼰𠵇𡅏𠹌\\\"],\\n[\\\"8af6\\\",\\\"𠺫𠮩𠵈𡃀𡄽㿹𢚖搲𠾭\\\"],\\n[\\\"8b40\\\",\\\"𣏴𧘹𢯎𠵾𠵿𢱑𢱕㨘𠺘𡃇𠼮𪘲𦭐𨳒𨶙𨳊閪哌苄喹\\\"],\\n[\\\"8b55\\\",\\\"𩻃鰦骶𧝞𢷮煀腭胬尜𦕲脴㞗卟𨂽醶𠻺𠸏𠹷𠻻㗝𤷫㘉𠳖嚯𢞵𡃉𠸐𠹸𡁸𡅈𨈇𡑕𠹹𤹐𢶤婔𡀝𡀞𡃵𡃶垜𠸑\\\"],\\n[\\\"8ba1\\\",\\\"𧚔𨋍𠾵𠹻𥅾㜃𠾶𡆀𥋘𪊽𤧚𡠺𤅷𨉼墙剨㘚𥜽箲孨䠀䬬鼧䧧鰟鮍𥭴𣄽嗻㗲嚉丨夂𡯁屮靑𠂆乛亻㔾尣彑忄㣺扌攵歺氵氺灬爫丬犭𤣩罒礻糹罓𦉪㓁\\\"],\\n[\\\"8bde\\\",\\\"𦍋耂肀𦘒𦥑卝衤见𧢲讠贝钅镸长门𨸏韦页风飞饣𩠐鱼鸟黄歯龜丷𠂇阝户钢\\\"],\\n[\\\"8c40\\\",\\\"倻淾𩱳龦㷉袏𤅎灷峵䬠𥇍㕙𥴰愢𨨲辧釶熑朙玺𣊁𪄇㲋𡦀䬐磤琂冮𨜏䀉橣𪊺䈣蘏𠩯稪𩥇𨫪靕灍匤𢁾鏴盙𨧣龧矝亣俰傼丯众龨吴綋墒壐𡶶庒庙忂𢜒斋\\\"],\\n[\\\"8ca1\\\",\\\"𣏹椙橃𣱣泿\\\"],\\n[\\\"8ca7\\\",\\\"爀𤔅玌㻛𤨓嬕璹讃𥲤𥚕窓篬糃繬苸薗龩袐龪躹龫迏蕟駠鈡龬𨶹𡐿䁱䊢娚\\\"],\\n[\\\"8cc9\\\",\\\"顨杫䉶圽\\\"],\\n[\\\"8cce\\\",\\\"藖𤥻芿𧄍䲁𦵴嵻𦬕𦾾龭龮宖龯曧繛湗秊㶈䓃𣉖𢞖䎚䔶\\\"],\\n[\\\"8ce6\\\",\\\"峕𣬚諹屸㴒𣕑嵸龲煗䕘𤃬𡸣䱷㥸㑊𠆤𦱁諌侴𠈹妿腬顖𩣺弻\\\"],\\n[\\\"8d40\\\",\\\"𠮟\\\"],\\n[\\\"8d42\\\",\\\"𢇁𨥭䄂䚻𩁹㼇龳𪆵䃸㟖䛷𦱆䅼𨚲𧏿䕭㣔𥒚䕡䔛䶉䱻䵶䗪㿈𤬏㙡䓞䒽䇭崾嵈嵖㷼㠏嶤嶹㠠㠸幂庽弥徃㤈㤔㤿㥍惗愽峥㦉憷憹懏㦸戬抐拥挘㧸嚱\\\"],\\n[\\\"8da1\\\",\\\"㨃揢揻搇摚㩋擀崕嘡龟㪗斆㪽旿晓㫲暒㬢朖㭂枤栀㭘桊梄㭲㭱㭻椉楃牜楤榟榅㮼槖㯝橥橴橱檂㯬檙㯲檫檵櫔櫶殁毁毪汵沪㳋洂洆洦涁㳯涤涱渕渘温溆𨧀溻滢滚齿滨滩漤漴㵆𣽁澁澾㵪㵵熷岙㶊瀬㶑灐灔灯灿炉𠌥䏁㗱𠻘\\\"],\\n[\\\"8e40\\\",\\\"𣻗垾𦻓焾𥟠㙎榢𨯩孴穉𥣡𩓙穥穽𥦬窻窰竂竃燑𦒍䇊竚竝竪䇯咲𥰁笋筕笩𥌎𥳾箢筯莜𥮴𦱿篐萡箒箸𥴠㶭𥱥蒒篺簆簵𥳁籄粃𤢂粦晽𤕸糉糇糦籴糳糵糎\\\"],\\n[\\\"8ea1\\\",\\\"繧䔝𦹄絝𦻖璍綉綫焵綳緒𤁗𦀩緤㴓緵𡟹緥𨍭縝𦄡𦅚繮纒䌫鑬縧罀罁罇礶𦋐駡羗𦍑羣𡙡𠁨䕜𣝦䔃𨌺翺𦒉者耈耝耨耯𪂇𦳃耻耼聡𢜔䦉𦘦𣷣𦛨朥肧𨩈脇脚墰𢛶汿𦒘𤾸擧𡒊舘𡡞橓𤩥𤪕䑺舩𠬍𦩒𣵾俹𡓽蓢荢𦬊𤦧𣔰𡝳𣷸芪椛芳䇛\\\"],\\n[\\\"8f40\\\",\\\"蕋苐茚𠸖𡞴㛁𣅽𣕚艻苢茘𣺋𦶣𦬅𦮗𣗎㶿茝嗬莅䔋𦶥莬菁菓㑾𦻔橗蕚㒖𦹂𢻯葘𥯤葱㷓䓤檧葊𣲵祘蒨𦮖𦹷𦹃蓞萏莑䒠蒓蓤𥲑䉀𥳀䕃蔴嫲𦺙䔧蕳䔖枿蘖\\\"],\\n[\\\"8fa1\\\",\\\"𨘥𨘻藁𧂈蘂𡖂𧃍䕫䕪蘨㙈𡢢号𧎚虾蝱𪃸蟮𢰧螱蟚蠏噡虬桖䘏衅衆𧗠𣶹𧗤衞袜䙛袴袵揁装睷𧜏覇覊覦覩覧覼𨨥觧𧤤𧪽誜瞓釾誐𧩙竩𧬺𣾏䜓𧬸煼謌謟𥐰𥕥謿譌譍誩𤩺讐讛誯𡛟䘕衏貛𧵔𧶏貫㜥𧵓賖𧶘𧶽贒贃𡤐賛灜贑𤳉㻐起\\\"],\\n[\\\"9040\\\",\\\"趩𨀂𡀔𤦊㭼𨆼𧄌竧躭躶軃鋔輙輭𨍥𨐒辥錃𪊟𠩐辳䤪𨧞𨔽𣶻廸𣉢迹𪀔𨚼𨔁𢌥㦀𦻗逷𨔼𧪾遡𨕬𨘋邨𨜓郄𨛦邮都酧㫰醩釄粬𨤳𡺉鈎沟鉁鉢𥖹銹𨫆𣲛𨬌𥗛\\\"],\\n[\\\"90a1\\\",\\\"𠴱錬鍫𨫡𨯫炏嫃𨫢𨫥䥥鉄𨯬𨰹𨯿鍳鑛躼閅閦鐦閠濶䊹𢙺𨛘𡉼𣸮䧟氜陻隖䅬隣𦻕懚隶磵𨫠隽双䦡𦲸𠉴𦐐𩂯𩃥𤫑𡤕𣌊霱虂霶䨏䔽䖅𤫩灵孁霛靜𩇕靗孊𩇫靟鐥僐𣂷𣂼鞉鞟鞱鞾韀韒韠𥑬韮琜𩐳響韵𩐝𧥺䫑頴頳顋顦㬎𧅵㵑𠘰𤅜\\\"],\\n[\\\"9140\\\",\\\"𥜆飊颷飈飇䫿𦴧𡛓喰飡飦飬鍸餹𤨩䭲𩡗𩤅駵騌騻騐驘𥜥㛄𩂱𩯕髠髢𩬅髴䰎鬔鬭𨘀倴鬴𦦨㣃𣁽魐魀𩴾婅𡡣鮎𤉋鰂鯿鰌𩹨鷔𩾷𪆒𪆫𪃡𪄣𪇟鵾鶃𪄴鸎梈\\\"],\\n[\\\"91a1\\\",\\\"鷄𢅛𪆓𪈠𡤻𪈳鴹𪂹𪊴麐麕麞麢䴴麪麯𤍤黁㭠㧥㴝伲㞾𨰫鼂鼈䮖鐤𦶢鼗鼖鼹嚟嚊齅馸𩂋韲葿齢齩竜龎爖䮾𤥵𤦻煷𤧸𤍈𤩑玞𨯚𡣺禟𨥾𨸶鍩鏳𨩄鋬鎁鏋𨥬𤒹爗㻫睲穃烐𤑳𤏸煾𡟯炣𡢾𣖙㻇𡢅𥐯𡟸㜢𡛻𡠹㛡𡝴𡣑𥽋㜣𡛀坛𤨥𡏾𡊨\\\"],\\n[\\\"9240\\\",\\\"𡏆𡒶蔃𣚦蔃葕𤦔𧅥𣸱𥕜𣻻𧁒䓴𣛮𩦝𦼦柹㜳㰕㷧塬𡤢栐䁗𣜿𤃡𤂋𤄏𦰡哋嚞𦚱嚒𠿟𠮨𠸍鏆𨬓鎜仸儫㠙𤐶亼𠑥𠍿佋侊𥙑婨𠆫𠏋㦙𠌊𠐔㐵伩𠋀𨺳𠉵諚𠈌亘\\\"],\\n[\\\"92a1\\\",\\\"働儍侢伃𤨎𣺊佂倮偬傁俌俥偘僼兙兛兝兞湶𣖕𣸹𣺿浲𡢄𣺉冨凃𠗠䓝𠒣𠒒𠒑赺𨪜𠜎剙劤𠡳勡鍮䙺熌𤎌𠰠𤦬𡃤槑𠸝瑹㻞璙琔瑖玘䮎𤪼𤂍叐㖄爏𤃉喴𠍅响𠯆圝鉝雴鍦埝垍坿㘾壋媙𨩆𡛺𡝯𡜐娬妸銏婾嫏娒𥥆𡧳𡡡𤊕㛵洅瑃娡𥺃\\\"],\\n[\\\"9340\\\",\\\"媁𨯗𠐓鏠璌𡌃焅䥲鐈𨧻鎽㞠尞岞幞幈𡦖𡥼𣫮廍孏𡤃𡤄㜁𡢠㛝𡛾㛓脪𨩇𡶺𣑲𨦨弌弎𡤧𡞫婫𡜻孄蘔𧗽衠恾𢡠𢘫忛㺸𢖯𢖾𩂈𦽳懀𠀾𠁆𢘛憙憘恵𢲛𢴇𤛔𩅍\\\"],\\n[\\\"93a1\\\",\\\"摱𤙥𢭪㨩𢬢𣑐𩣪𢹸挷𪑛撶挱揑𤧣𢵧护𢲡搻敫楲㯴𣂎𣊭𤦉𣊫唍𣋠𡣙𩐿曎𣊉𣆳㫠䆐𥖄𨬢𥖏𡛼𥕛𥐥磮𣄃𡠪𣈴㑤𣈏𣆂𤋉暎𦴤晫䮓昰𧡰𡷫晣𣋒𣋡昞𥡲㣑𣠺𣞼㮙𣞢𣏾瓐㮖枏𤘪梶栞㯄檾㡣𣟕𤒇樳橒櫉欅𡤒攑梘橌㯗橺歗𣿀𣲚鎠鋲𨯪𨫋\\\"],\\n[\\\"9440\\\",\\\"銉𨀞𨧜鑧涥漋𤧬浧𣽿㶏渄𤀼娽渊塇洤硂焻𤌚𤉶烱牐犇犔𤞏𤜥兹𤪤𠗫瑺𣻸𣙟𤩊𤤗𥿡㼆㺱𤫟𨰣𣼵悧㻳瓌琼鎇琷䒟𦷪䕑疃㽣𤳙𤴆㽘畕癳𪗆㬙瑨𨫌𤦫𤦎㫻\\\"],\\n[\\\"94a1\\\",\\\"㷍𤩎㻿𤧅𤣳釺圲鍂𨫣𡡤僟𥈡𥇧睸𣈲眎眏睻𤚗𣞁㩞𤣰琸璛㺿𤪺𤫇䃈𤪖𦆮錇𥖁砞碍碈磒珐祙𧝁𥛣䄎禛蒖禥樭𣻺稺秴䅮𡛦䄲鈵秱𠵌𤦌𠊙𣶺𡝮㖗啫㕰㚪𠇔𠰍竢婙𢛵𥪯𥪜娍𠉛磰娪𥯆竾䇹籝籭䈑𥮳𥺼𥺦糍𤧹𡞰粎籼粮檲緜縇緓罎𦉡\\\"],\\n[\\\"9540\\\",\\\"𦅜𧭈綗𥺂䉪𦭵𠤖柖𠁎𣗏埄𦐒𦏸𤥢翝笧𠠬𥫩𥵃笌𥸎駦虅驣樜𣐿㧢𤧷𦖭騟𦖠蒀𧄧𦳑䓪脷䐂胆脉腂𦞴飃𦩂艢艥𦩑葓𦶧蘐𧈛媆䅿𡡀嬫𡢡嫤𡣘蚠蜨𣶏蠭𧐢娂\\\"],\\n[\\\"95a1\\\",\\\"衮佅袇袿裦襥襍𥚃襔𧞅𧞄𨯵𨯙𨮜𨧹㺭蒣䛵䛏㟲訽訜𩑈彍鈫𤊄旔焩烄𡡅鵭貟賩𧷜妚矃姰䍮㛔踪躧𤰉輰轊䋴汘澻𢌡䢛潹溋𡟚鯩㚵𤤯邻邗啱䤆醻鐄𨩋䁢𨫼鐧𨰝𨰻蓥訫閙閧閗閖𨴴瑅㻂𤣿𤩂𤏪㻧𣈥随𨻧𨹦𨹥㻌𤧭𤩸𣿮琒瑫㻼靁𩂰\\\"],\\n[\\\"9640\\\",\\\"桇䨝𩂓𥟟靝鍨𨦉𨰦𨬯𦎾銺嬑譩䤼珹𤈛鞛靱餸𠼦巁𨯅𤪲頟𩓚鋶𩗗釥䓀𨭐𤩧𨭤飜𨩅㼀鈪䤥萔餻饍𧬆㷽馛䭯馪驜𨭥𥣈檏騡嫾騯𩣱䮐𩥈馼䮽䮗鍽塲𡌂堢𤦸\\\"],\\n[\\\"96a1\\\",\\\"𡓨硄𢜟𣶸棅㵽鑘㤧慐𢞁𢥫愇鱏鱓鱻鰵鰐魿鯏𩸭鮟𪇵𪃾鴡䲮𤄄鸘䲰鴌𪆴𪃭𪃳𩤯鶥蒽𦸒𦿟𦮂藼䔳𦶤𦺄𦷰萠藮𦸀𣟗𦁤秢𣖜𣙀䤭𤧞㵢鏛銾鍈𠊿碹鉷鑍俤㑀遤𥕝砽硔碶硋𡝗𣇉𤥁㚚佲濚濙瀞瀞吔𤆵垻壳垊鴖埗焴㒯𤆬燫𦱀𤾗嬨𡞵𨩉\\\"],\\n[\\\"9740\\\",\\\"愌嫎娋䊼𤒈㜬䭻𨧼鎻鎸𡣖𠼝葲𦳀𡐓𤋺𢰦𤏁妔𣶷𦝁綨𦅛𦂤𤦹𤦋𨧺鋥珢㻩璴𨭣𡢟㻡𤪳櫘珳珻㻖𤨾𤪔𡟙𤩦𠎧𡐤𤧥瑈𤤖炥𤥶銄珦鍟𠓾錱𨫎𨨖鎆𨯧𥗕䤵𨪂煫\\\"],\\n[\\\"97a1\\\",\\\"𤥃𠳿嚤𠘚𠯫𠲸唂秄𡟺緾𡛂𤩐𡡒䔮鐁㜊𨫀𤦭妰𡢿𡢃𧒄媡㛢𣵛㚰鉟婹𨪁𡡢鍴㳍𠪴䪖㦊僴㵩㵌𡎜煵䋻𨈘渏𩃤䓫浗𧹏灧沯㳖𣿭𣸭渂漌㵯𠏵畑㚼㓈䚀㻚䡱姄鉮䤾轁𨰜𦯀堒埈㛖𡑒烾𤍢𤩱𢿣𡊰𢎽梹楧𡎘𣓥𧯴𣛟𨪃𣟖𣏺𤲟樚𣚭𦲷萾䓟䓎\\\"],\\n[\\\"9840\\\",\\\"𦴦𦵑𦲂𦿞漗𧄉茽𡜺菭𦲀𧁓𡟛妉媂𡞳婡婱𡤅𤇼㜭姯𡜼㛇熎鎐暚𤊥婮娫𤊓樫𣻹𧜶𤑛𤋊焝𤉙𨧡侰𦴨峂𤓎𧹍𤎽樌𤉖𡌄炦焳𤏩㶥泟勇𤩏繥姫崯㷳彜𤩝𡟟綤萦\\\"],\\n[\\\"98a1\\\",\\\"咅𣫺𣌀𠈔坾𠣕𠘙㿥𡾞𪊶瀃𩅛嵰玏糓𨩙𩐠俈翧狍猐𧫴猸猹𥛶獁獈㺩𧬘遬燵𤣲珡臶㻊県㻑沢国琙琞琟㻢㻰㻴㻺瓓㼎㽓畂畭畲疍㽼痈痜㿀癍㿗癴㿜発𤽜熈嘣覀塩䀝睃䀹条䁅㗛瞘䁪䁯属瞾矋売砘点砜䂨砹硇硑硦葈𥔵礳栃礲䄃\\\"],\\n[\\\"9940\\\",\\\"䄉禑禙辻稆込䅧窑䆲窼艹䇄竏竛䇏両筢筬筻簒簛䉠䉺类粜䊌粸䊔糭输烀𠳏総緔緐緽羮羴犟䎗耠耥笹耮耱联㷌垴炠肷胩䏭脌猪脎脒畠脔䐁㬹腖腙腚\\\"],\\n[\\\"99a1\\\",\\\"䐓堺腼膄䐥膓䐭膥埯臁臤艔䒏芦艶苊苘苿䒰荗险榊萅烵葤惣蒈䔄蒾蓡蓸蔐蔸蕒䔻蕯蕰藠䕷虲蚒蚲蛯际螋䘆䘗袮裿褤襇覑𧥧訩訸誔誴豑賔賲贜䞘塟跃䟭仮踺嗘坔蹱嗵躰䠷軎転軤軭軲辷迁迊迌逳駄䢭飠鈓䤞鈨鉘鉫銱銮銿\\\"],\\n[\\\"9a40\\\",\\\"鋣鋫鋳鋴鋽鍃鎄鎭䥅䥑麿鐗匁鐝鐭鐾䥪鑔鑹锭関䦧间阳䧥枠䨤靀䨵鞲韂噔䫤惨颹䬙飱塄餎餙冴餜餷饂饝饢䭰駅䮝騼鬏窃魩鮁鯝鯱鯴䱭鰠㝯𡯂鵉鰺\\\"],\\n[\\\"9aa1\\\",\\\"黾噐鶓鶽鷀鷼银辶鹻麬麱麽黆铜黢黱黸竈齄𠂔𠊷𠎠椚铃妬𠓗塀铁㞹𠗕𠘕𠙶𡚺块煳𠫂𠫍𠮿呪吆𠯋咞𠯻𠰻𠱓𠱥𠱼惧𠲍噺𠲵𠳝𠳭𠵯𠶲𠷈楕鰯螥𠸄𠸎𠻗𠾐𠼭𠹳尠𠾼帋𡁜𡁏𡁶朞𡁻𡂈𡂖㙇𡂿𡃓𡄯𡄻卤蒭𡋣𡍵𡌶讁𡕷𡘙𡟃𡟇乸炻𡠭𡥪\\\"],\\n[\\\"9b40\\\",\\\"𡨭𡩅𡰪𡱰𡲬𡻈拃𡻕𡼕熘桕𢁅槩㛈𢉼𢏗𢏺𢜪𢡱𢥏苽𢥧𢦓𢫕覥𢫨辠𢬎鞸𢬿顇骽𢱌\\\"],\\n[\\\"9b62\\\",\\\"𢲈𢲷𥯨𢴈𢴒𢶷𢶕𢹂𢽴𢿌𣀳𣁦𣌟𣏞徱晈暿𧩹𣕧𣗳爁𤦺矗𣘚𣜖纇𠍆墵朎\\\"],\\n[\\\"9ba1\\\",\\\"椘𣪧𧙗𥿢𣸑𣺹𧗾𢂚䣐䪸𤄙𨪚𤋮𤌍𤀻𤌴𤎖𤩅𠗊凒𠘑妟𡺨㮾𣳿𤐄𤓖垈𤙴㦛𤜯𨗨𩧉㝢𢇃譞𨭎駖𤠒𤣻𤨕爉𤫀𠱸奥𤺥𤾆𠝹軚𥀬劏圿煱𥊙𥐙𣽊𤪧喼𥑆𥑮𦭒釔㑳𥔿𧘲𥕞䜘𥕢𥕦𥟇𤤿𥡝偦㓻𣏌惞𥤃䝼𨥈𥪮𥮉𥰆𡶐垡煑澶𦄂𧰒遖𦆲𤾚譢𦐂𦑊\\\"],\\n[\\\"9c40\\\",\\\"嵛𦯷輶𦒄𡤜諪𤧶𦒈𣿯𦔒䯀𦖿𦚵𢜛鑥𥟡憕娧晉侻嚹𤔡𦛼乪𤤴陖涏𦲽㘘襷𦞙𦡮𦐑𦡞營𦣇筂𩃀𠨑𦤦鄄𦤹穅鷰𦧺騦𦨭㙟𦑩𠀡禃𦨴𦭛崬𣔙菏𦮝䛐𦲤画补𦶮墶\\\"],\\n[\\\"9ca1\\\",\\\"㜜𢖍𧁋𧇍㱔𧊀𧊅銁𢅺𧊋錰𧋦𤧐氹钟𧑐𠻸蠧裵𢤦𨑳𡞱溸𤨪𡠠㦤㚹尐秣䔿暶𩲭𩢤襃𧟌𧡘囖䃟𡘊㦡𣜯𨃨𡏅熭荦𧧝𩆨婧䲷𧂯𨦫𧧽𧨊𧬋𧵦𤅺筃祾𨀉澵𪋟樃𨌘厢𦸇鎿栶靝𨅯𨀣𦦵𡏭𣈯𨁈嶅𨰰𨂃圕頣𨥉嶫𤦈斾槕叒𤪥𣾁㰑朶𨂐𨃴𨄮𡾡𨅏\\\"],\\n[\\\"9d40\\\",\\\"𨆉𨆯𨈚𨌆𨌯𨎊㗊𨑨𨚪䣺揦𨥖砈鉕𨦸䏲𨧧䏟𨧨𨭆𨯔姸𨰉輋𨿅𩃬筑𩄐𩄼㷷𩅞𤫊运犏嚋𩓧𩗩𩖰𩖸𩜲𩣑𩥉𩥪𩧃𩨨𩬎𩵚𩶛纟𩻸𩼣䲤镇𪊓熢𪋿䶑递𪗋䶜𠲜达嗁\\\"],\\n[\\\"9da1\\\",\\\"辺𢒰边𤪓䔉繿潖檱仪㓤𨬬𧢝㜺躀𡟵𨀤𨭬𨮙𧨾𦚯㷫𧙕𣲷𥘵𥥖亚𥺁𦉘嚿𠹭踎孭𣺈𤲞揞拐𡟶𡡻攰嘭𥱊吚𥌑㷆𩶘䱽嘢嘞罉𥻘奵𣵀蝰东𠿪𠵉𣚺脗鵞贘瘻鱅癎瞹鍅吲腈苷嘥脲萘肽嗪祢噃吖𠺝㗎嘅嗱曱𨋢㘭甴嗰喺咗啲𠱁𠲖廐𥅈𠹶𢱢\\\"],\\n[\\\"9e40\\\",\\\"𠺢麫絚嗞𡁵抝靭咔賍燶酶揼掹揾啩𢭃鱲𢺳冚㓟𠶧冧呍唞唓癦踭𦢊疱肶蠄螆裇膶萜𡃁䓬猄𤜆宐茋𦢓噻𢛴𧴯𤆣𧵳𦻐𧊶酰𡇙鈈𣳼𪚩𠺬𠻹牦𡲢䝎𤿂𧿹𠿫䃺\\\"],\\n[\\\"9ea1\\\",\\\"鱝攟𢶠䣳𤟠𩵼𠿬𠸊恢𧖣𠿭\\\"],\\n[\\\"9ead\\\",\\\"𦁈𡆇熣纎鵐业丄㕷嬍沲卧㚬㧜卽㚥𤘘墚𤭮舭呋垪𥪕𠥹\\\"],\\n[\\\"9ec5\\\",\\\"㩒𢑥獴𩺬䴉鯭𣳾𩼰䱛𤾩𩖞𩿞葜𣶶𧊲𦞳𣜠挮紥𣻷𣸬㨪逈勌㹴㙺䗩𠒎癀嫰𠺶硺𧼮墧䂿噼鮋嵴癔𪐴麅䳡痹㟻愙𣃚𤏲\\\"],\\n[\\\"9ef5\\\",\\\"噝𡊩垧𤥣𩸆刴𧂮㖭汊鵼\\\"],\\n[\\\"9f40\\\",\\\"籖鬹埞𡝬屓擓𩓐𦌵𧅤蚭𠴨𦴢𤫢𠵱\\\"],\\n[\\\"9f4f\\\",\\\"凾𡼏嶎霃𡷑麁遌笟鬂峑箣扨挵髿篏鬪籾鬮籂粆鰕篼鬉鼗鰛𤤾齚啳寃俽麘俲剠㸆勑坧偖妷帒韈鶫轜呩鞴饀鞺匬愰\\\"],\\n[\\\"9fa1\\\",\\\"椬叚鰊鴂䰻陁榀傦畆𡝭駚剳\\\"],\\n[\\\"9fae\\\",\\\"酙隁酜\\\"],\\n[\\\"9fb2\\\",\\\"酑𨺗捿𦴣櫊嘑醎畺抅𠏼獏籰𥰡𣳽\\\"],\\n[\\\"9fc1\\\",\\\"𤤙盖鮝个𠳔莾衂\\\"],\\n[\\\"9fc9\\\",\\\"届槀僭坺刟巵从氱𠇲伹咜哚劚趂㗾弌㗳\\\"],\\n[\\\"9fdb\\\",\\\"歒酼龥鮗頮颴骺麨麄煺笔\\\"],\\n[\\\"9fe7\\\",\\\"毺蠘罸\\\"],\\n[\\\"9feb\\\",\\\"嘠𪙊蹷齓\\\"],\\n[\\\"9ff0\\\",\\\"跔蹏鸜踁抂𨍽踨蹵竓𤩷稾磘泪詧瘇\\\"],\\n[\\\"a040\\\",\\\"𨩚鼦泎蟖痃𪊲硓咢贌狢獱謭猂瓱賫𤪻蘯徺袠䒷\\\"],\\n[\\\"a055\\\",\\\"𡠻𦸅\\\"],\\n[\\\"a058\\\",\\\"詾𢔛\\\"],\\n[\\\"a05b\\\",\\\"惽癧髗鵄鍮鮏蟵\\\"],\\n[\\\"a063\\\",\\\"蠏賷猬霡鮰㗖犲䰇籑饊𦅙慙䰄麖慽\\\"],\\n[\\\"a073\\\",\\\"坟慯抦戹拎㩜懢厪𣏵捤栂㗒\\\"],\\n[\\\"a0a1\\\",\\\"嵗𨯂迚𨸹\\\"],\\n[\\\"a0a6\\\",\\\"僙𡵆礆匲阸𠼻䁥\\\"],\\n[\\\"a0ae\\\",\\\"矾\\\"],\\n[\\\"a0b0\\\",\\\"糂𥼚糚稭聦聣絍甅瓲覔舚朌聢𧒆聛瓰脃眤覉𦟌畓𦻑螩蟎臈螌詉貭譃眫瓸蓚㘵榲趦\\\"],\\n[\\\"a0d4\\\",\\\"覩瑨涹蟁𤀑瓧㷛煶悤憜㳑煢恷\\\"],\\n[\\\"a0e2\\\",\\\"罱𨬭牐惩䭾删㰘𣳇𥻗𧙖𥔱𡥄𡋾𩤃𦷜𧂭峁𦆭𨨏𣙷𠃮𦡆𤼎䕢嬟𦍌齐麦𦉫\\\"],\\n[\\\"a3c0\\\",\\\"␀\\\",31,\\\"␡\\\"],\\n[\\\"c6a1\\\",\\\"①\\\",9,\\\"⑴\\\",9,\\\"ⅰ\\\",9,\\\"丶丿亅亠冂冖冫勹匸卩厶夊宀巛⼳广廴彐彡攴无疒癶辵隶¨ˆヽヾゝゞ〃仝々〆〇ー［］✽ぁ\\\",23],\\n[\\\"c740\\\",\\\"す\\\",58,\\\"ァアィイ\\\"],\\n[\\\"c7a1\\\",\\\"ゥ\\\",81,\\\"А\\\",5,\\\"ЁЖ\\\",4],\\n[\\\"c840\\\",\\\"Л\\\",26,\\\"ёж\\\",25,\\\"⇧↸↹㇏𠃌乚𠂊刂䒑\\\"],\\n[\\\"c8a1\\\",\\\"龰冈龱𧘇\\\"],\\n[\\\"c8cd\\\",\\\"￢￤＇＂㈱№℡゛゜⺀⺄⺆⺇⺈⺊⺌⺍⺕⺜⺝⺥⺧⺪⺬⺮⺶⺼⺾⻆⻊⻌⻍⻏⻖⻗⻞⻣\\\"],\\n[\\\"c8f5\\\",\\\"ʃɐɛɔɵœøŋʊɪ\\\"],\\n[\\\"f9fe\\\",\\\"￭\\\"],\\n[\\\"fa40\\\",\\\"𠕇鋛𠗟𣿅蕌䊵珯况㙉𤥂𨧤鍄𡧛苮𣳈砼杄拟𤤳𨦪𠊠𦮳𡌅侫𢓭倈𦴩𧪄𣘀𤪱𢔓倩𠍾徤𠎀𠍇滛𠐟偽儁㑺儎顬㝃萖𤦤𠒇兠𣎴兪𠯿𢃼𠋥𢔰𠖎𣈳𡦃宂蝽𠖳𣲙冲冸\\\"],\\n[\\\"faa1\\\",\\\"鴴凉减凑㳜凓𤪦决凢卂凭菍椾𣜭彻刋刦刼劵剗劔効勅簕蕂勠蘍𦬓包𨫞啉滙𣾀𠥔𣿬匳卄𠯢泋𡜦栛珕恊㺪㣌𡛨燝䒢卭却𨚫卾卿𡖖𡘓矦厓𨪛厠厫厮玧𥝲㽙玜叁叅汉义埾叙㪫𠮏叠𣿫𢶣叶𠱷吓灹唫晗浛呭𦭓𠵴啝咏咤䞦𡜍𠻝㶴𠵍\\\"],\\n[\\\"fb40\\\",\\\"𨦼𢚘啇䳭启琗喆喩嘅𡣗𤀺䕒𤐵暳𡂴嘷曍𣊊暤暭噍噏磱囱鞇叾圀囯园𨭦㘣𡉏坆𤆥汮炋坂㚱𦱾埦𡐖堃𡑔𤍣堦𤯵塜墪㕡壠壜𡈼壻寿坃𪅐𤉸鏓㖡够梦㛃湙\\\"],\\n[\\\"fba1\\\",\\\"𡘾娤啓𡚒蔅姉𠵎𦲁𦴪𡟜姙𡟻𡞲𦶦浱𡠨𡛕姹𦹅媫婣㛦𤦩婷㜈媖瑥嫓𦾡𢕔㶅𡤑㜲𡚸広勐孶斈孼𧨎䀄䡝𠈄寕慠𡨴𥧌𠖥寳宝䴐尅𡭄尓珎尔𡲥𦬨屉䣝岅峩峯嶋𡷹𡸷崐崘嵆𡺤岺巗苼㠭𤤁𢁉𢅳芇㠶㯂帮檊幵幺𤒼𠳓厦亷廐厨𡝱帉廴𨒂\\\"],\\n[\\\"fc40\\\",\\\"廹廻㢠廼栾鐛弍𠇁弢㫞䢮𡌺强𦢈𢏐彘𢑱彣鞽𦹮彲鍀𨨶徧嶶㵟𥉐𡽪𧃸𢙨釖𠊞𨨩怱暅𡡷㥣㷇㘹垐𢞴祱㹀悞悤悳𤦂𤦏𧩓璤僡媠慤萤慂慈𦻒憁凴𠙖憇宪𣾷\\\"],\\n[\\\"fca1\\\",\\\"𢡟懓𨮝𩥝懐㤲𢦀𢣁怣慜攞掋𠄘担𡝰拕𢸍捬𤧟㨗搸揸𡎎𡟼撐澊𢸶頔𤂌𥜝擡擥鑻㩦携㩗敍漖𤨨𤨣斅敭敟𣁾斵𤥀䬷旑䃘𡠩无旣忟𣐀昘𣇷𣇸晄𣆤𣆥晋𠹵晧𥇦晳晴𡸽𣈱𨗴𣇈𥌓矅𢣷馤朂𤎜𤨡㬫槺𣟂杞杧杢𤇍𩃭柗䓩栢湐鈼栁𣏦𦶠桝\\\"],\\n[\\\"fd40\\\",\\\"𣑯槡樋𨫟楳棃𣗍椁椀㴲㨁𣘼㮀枬楡𨩊䋼椶榘㮡𠏉荣傐槹𣙙𢄪橅𣜃檝㯳枱櫈𩆜㰍欝𠤣惞欵歴𢟍溵𣫛𠎵𡥘㝀吡𣭚毡𣻼毜氷𢒋𤣱𦭑汚舦汹𣶼䓅𣶽𤆤𤤌𤤀\\\"],\\n[\\\"fda1\\\",\\\"𣳉㛥㳫𠴲鮃𣇹𢒑羏样𦴥𦶡𦷫涖浜湼漄𤥿𤂅𦹲蔳𦽴凇沜渝萮𨬡港𣸯瑓𣾂秌湏媑𣁋濸㜍澝𣸰滺𡒗𤀽䕕鏰潄潜㵎潴𩅰㴻澟𤅄濓𤂑𤅕𤀹𣿰𣾴𤄿凟𤅖𤅗𤅀𦇝灋灾炧炁烌烕烖烟䄄㷨熴熖𤉷焫煅媈煊煮岜𤍥煏鍢𤋁焬𤑚𤨧𤨢熺𨯨炽爎\\\"],\\n[\\\"fe40\\\",\\\"鑂爕夑鑃爤鍁𥘅爮牀𤥴梽牕牗㹕𣁄栍漽犂猪猫𤠣𨠫䣭𨠄猨献珏玪𠰺𦨮珉瑉𤇢𡛧𤨤昣㛅𤦷𤦍𤧻珷琕椃𤨦琹𠗃㻗瑜𢢭瑠𨺲瑇珤瑶莹瑬㜰瑴鏱樬璂䥓𤪌\\\"],\\n[\\\"fea1\\\",\\\"𤅟𤩹𨮏孆𨰃𡢞瓈𡦈甎瓩甞𨻙𡩋寗𨺬鎅畍畊畧畮𤾂㼄𤴓疎瑝疞疴瘂瘬癑癏癯癶𦏵皐臯㟸𦤑𦤎皡皥皷盌𦾟葢𥂝𥅽𡸜眞眦着撯𥈠睘𣊬瞯𨥤𨥨𡛁矴砉𡍶𤨒棊碯磇磓隥礮𥗠磗礴碱𧘌辸袄𨬫𦂃𢘜禆褀椂禀𥡗禝𧬹礼禩渪𧄦㺨秆𩄍秔\\\"]\\n]\\n\"\n    },\n    {\n      \"id\": 330,\n      \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/iconv-lite/lib/streams.js\",\n      \"name\": \"./node_modules/iconv-lite/lib/streams.js\",\n      \"index\": 329,\n      \"index2\": 321,\n      \"size\": 3347,\n      \"cacheable\": true,\n      \"built\": true,\n      \"optional\": false,\n      \"prefetched\": false,\n      \"chunks\": [\n        2\n      ],\n      \"issuer\": \"/Users/jarred/Code/styleurl/node_modules/iconv-lite/lib/index.js\",\n      \"issuerId\": 314,\n      \"issuerName\": \"./node_modules/iconv-lite/lib/index.js\",\n      \"issuerPath\": [\n        {\n          \"id\": 191,\n          \"identifier\": \"multi /Users/jarred/Code/styleurl/webpack/customPublicPath /Users/jarred/Code/styleurl/chrome/extension/background\",\n          \"name\": \"multi ./webpack/customPublicPath ./chrome/extension/background\",\n          \"profile\": {\n            \"factory\": 0,\n            \"building\": 0,\n            \"dependencies\": 54\n          }\n        },\n        {\n          \"id\": 192,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/background.js\",\n          \"name\": \"./chrome/extension/background.js\",\n          \"profile\": {\n            \"factory\": 54,\n            \"building\": 639,\n            \"dependencies\": 140\n          }\n        },\n        {\n          \"id\": 255,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/stylesheet-differ/lib/index.js\",\n          \"name\": \"./node_modules/stylesheet-differ/lib/index.js\",\n          \"profile\": {\n            \"factory\": 140,\n            \"building\": 568,\n            \"dependencies\": 1\n          }\n        },\n        {\n          \"id\": 256,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/native-css/index.js\",\n          \"name\": \"./node_modules/native-css/index.js\",\n          \"profile\": {\n            \"factory\": 189,\n            \"building\": 603,\n            \"dependencies\": 1\n          }\n        },\n        {\n          \"id\": 257,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/native-css/src/native-css.js\",\n          \"name\": \"./node_modules/native-css/src/native-css.js\",\n          \"profile\": {\n            \"factory\": 26,\n            \"building\": 63,\n            \"dependencies\": 14\n          }\n        },\n        {\n          \"id\": 293,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/fetch/lib/fetch.js\",\n          \"name\": \"./node_modules/fetch/lib/fetch.js\",\n          \"profile\": {\n            \"factory\": 117,\n            \"building\": 25,\n            \"dependencies\": 27\n          }\n        },\n        {\n          \"id\": 313,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/encoding/lib/encoding.js\",\n          \"name\": \"./node_modules/encoding/lib/encoding.js\",\n          \"profile\": {\n            \"factory\": 66,\n            \"building\": 38,\n            \"dependencies\": 20\n          }\n        },\n        {\n          \"id\": 314,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/iconv-lite/lib/index.js\",\n          \"name\": \"./node_modules/iconv-lite/lib/index.js\",\n          \"profile\": {\n            \"factory\": 123,\n            \"building\": 23,\n            \"dependencies\": 1\n          }\n        }\n      ],\n      \"profile\": {\n        \"factory\": 62,\n        \"building\": 61,\n        \"dependencies\": 1\n      },\n      \"failed\": false,\n      \"errors\": 0,\n      \"warnings\": 0,\n      \"assets\": [],\n      \"reasons\": [\n        {\n          \"moduleId\": 314,\n          \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/iconv-lite/lib/index.js\",\n          \"module\": \"./node_modules/iconv-lite/lib/index.js\",\n          \"moduleName\": \"./node_modules/iconv-lite/lib/index.js\",\n          \"type\": \"cjs require\",\n          \"userRequest\": \"./streams\",\n          \"loc\": \"135:8-28\"\n        }\n      ],\n      \"usedExports\": true,\n      \"providedExports\": null,\n      \"optimizationBailout\": [\n        \"ModuleConcatenation bailout: Module is not an ECMAScript module\"\n      ],\n      \"depth\": 8,\n      \"source\": \"\\\"use strict\\\"\\n\\nvar Transform = require(\\\"stream\\\").Transform;\\n\\n\\n// == Exports ==================================================================\\nmodule.exports = function(iconv) {\\n    \\n    // Additional Public API.\\n    iconv.encodeStream = function encodeStream(encoding, options) {\\n        return new IconvLiteEncoderStream(iconv.getEncoder(encoding, options), options);\\n    }\\n\\n    iconv.decodeStream = function decodeStream(encoding, options) {\\n        return new IconvLiteDecoderStream(iconv.getDecoder(encoding, options), options);\\n    }\\n\\n    iconv.supportsStreams = true;\\n\\n\\n    // Not published yet.\\n    iconv.IconvLiteEncoderStream = IconvLiteEncoderStream;\\n    iconv.IconvLiteDecoderStream = IconvLiteDecoderStream;\\n    iconv._collect = IconvLiteDecoderStream.prototype.collect;\\n};\\n\\n\\n// == Encoder stream =======================================================\\nfunction IconvLiteEncoderStream(conv, options) {\\n    this.conv = conv;\\n    options = options || {};\\n    options.decodeStrings = false; // We accept only strings, so we don't need to decode them.\\n    Transform.call(this, options);\\n}\\n\\nIconvLiteEncoderStream.prototype = Object.create(Transform.prototype, {\\n    constructor: { value: IconvLiteEncoderStream }\\n});\\n\\nIconvLiteEncoderStream.prototype._transform = function(chunk, encoding, done) {\\n    if (typeof chunk != 'string')\\n        return done(new Error(\\\"Iconv encoding stream needs strings as its input.\\\"));\\n    try {\\n        var res = this.conv.write(chunk);\\n        if (res && res.length) this.push(res);\\n        done();\\n    }\\n    catch (e) {\\n        done(e);\\n    }\\n}\\n\\nIconvLiteEncoderStream.prototype._flush = function(done) {\\n    try {\\n        var res = this.conv.end();\\n        if (res && res.length) this.push(res);\\n        done();\\n    }\\n    catch (e) {\\n        done(e);\\n    }\\n}\\n\\nIconvLiteEncoderStream.prototype.collect = function(cb) {\\n    var chunks = [];\\n    this.on('error', cb);\\n    this.on('data', function(chunk) { chunks.push(chunk); });\\n    this.on('end', function() {\\n        cb(null, Buffer.concat(chunks));\\n    });\\n    return this;\\n}\\n\\n\\n// == Decoder stream =======================================================\\nfunction IconvLiteDecoderStream(conv, options) {\\n    this.conv = conv;\\n    options = options || {};\\n    options.encoding = this.encoding = 'utf8'; // We output strings.\\n    Transform.call(this, options);\\n}\\n\\nIconvLiteDecoderStream.prototype = Object.create(Transform.prototype, {\\n    constructor: { value: IconvLiteDecoderStream }\\n});\\n\\nIconvLiteDecoderStream.prototype._transform = function(chunk, encoding, done) {\\n    if (!Buffer.isBuffer(chunk))\\n        return done(new Error(\\\"Iconv decoding stream needs buffers as its input.\\\"));\\n    try {\\n        var res = this.conv.write(chunk);\\n        if (res && res.length) this.push(res, this.encoding);\\n        done();\\n    }\\n    catch (e) {\\n        done(e);\\n    }\\n}\\n\\nIconvLiteDecoderStream.prototype._flush = function(done) {\\n    try {\\n        var res = this.conv.end();\\n        if (res && res.length) this.push(res, this.encoding);                \\n        done();\\n    }\\n    catch (e) {\\n        done(e);\\n    }\\n}\\n\\nIconvLiteDecoderStream.prototype.collect = function(cb) {\\n    var res = '';\\n    this.on('error', cb);\\n    this.on('data', function(chunk) { res += chunk; });\\n    this.on('end', function() {\\n        cb(null, res);\\n    });\\n    return this;\\n}\\n\\n\"\n    },\n    {\n      \"id\": 331,\n      \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/iconv-lite/lib/extend-node.js\",\n      \"name\": \"./node_modules/iconv-lite/lib/extend-node.js\",\n      \"index\": 330,\n      \"index2\": 322,\n      \"size\": 8513,\n      \"cacheable\": true,\n      \"built\": true,\n      \"optional\": false,\n      \"prefetched\": false,\n      \"chunks\": [\n        2\n      ],\n      \"issuer\": \"/Users/jarred/Code/styleurl/node_modules/iconv-lite/lib/index.js\",\n      \"issuerId\": 314,\n      \"issuerName\": \"./node_modules/iconv-lite/lib/index.js\",\n      \"issuerPath\": [\n        {\n          \"id\": 191,\n          \"identifier\": \"multi /Users/jarred/Code/styleurl/webpack/customPublicPath /Users/jarred/Code/styleurl/chrome/extension/background\",\n          \"name\": \"multi ./webpack/customPublicPath ./chrome/extension/background\",\n          \"profile\": {\n            \"factory\": 0,\n            \"building\": 0,\n            \"dependencies\": 54\n          }\n        },\n        {\n          \"id\": 192,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/background.js\",\n          \"name\": \"./chrome/extension/background.js\",\n          \"profile\": {\n            \"factory\": 54,\n            \"building\": 639,\n            \"dependencies\": 140\n          }\n        },\n        {\n          \"id\": 255,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/stylesheet-differ/lib/index.js\",\n          \"name\": \"./node_modules/stylesheet-differ/lib/index.js\",\n          \"profile\": {\n            \"factory\": 140,\n            \"building\": 568,\n            \"dependencies\": 1\n          }\n        },\n        {\n          \"id\": 256,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/native-css/index.js\",\n          \"name\": \"./node_modules/native-css/index.js\",\n          \"profile\": {\n            \"factory\": 189,\n            \"building\": 603,\n            \"dependencies\": 1\n          }\n        },\n        {\n          \"id\": 257,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/native-css/src/native-css.js\",\n          \"name\": \"./node_modules/native-css/src/native-css.js\",\n          \"profile\": {\n            \"factory\": 26,\n            \"building\": 63,\n            \"dependencies\": 14\n          }\n        },\n        {\n          \"id\": 293,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/fetch/lib/fetch.js\",\n          \"name\": \"./node_modules/fetch/lib/fetch.js\",\n          \"profile\": {\n            \"factory\": 117,\n            \"building\": 25,\n            \"dependencies\": 27\n          }\n        },\n        {\n          \"id\": 313,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/encoding/lib/encoding.js\",\n          \"name\": \"./node_modules/encoding/lib/encoding.js\",\n          \"profile\": {\n            \"factory\": 66,\n            \"building\": 38,\n            \"dependencies\": 20\n          }\n        },\n        {\n          \"id\": 314,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/iconv-lite/lib/index.js\",\n          \"name\": \"./node_modules/iconv-lite/lib/index.js\",\n          \"profile\": {\n            \"factory\": 123,\n            \"building\": 23,\n            \"dependencies\": 1\n          }\n        }\n      ],\n      \"profile\": {\n        \"factory\": 62,\n        \"building\": 61,\n        \"dependencies\": 1\n      },\n      \"failed\": false,\n      \"errors\": 0,\n      \"warnings\": 0,\n      \"assets\": [],\n      \"reasons\": [\n        {\n          \"moduleId\": 314,\n          \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/iconv-lite/lib/index.js\",\n          \"module\": \"./node_modules/iconv-lite/lib/index.js\",\n          \"moduleName\": \"./node_modules/iconv-lite/lib/index.js\",\n          \"type\": \"cjs require\",\n          \"userRequest\": \"./extend-node\",\n          \"loc\": \"139:4-28\"\n        }\n      ],\n      \"usedExports\": true,\n      \"providedExports\": null,\n      \"optimizationBailout\": [\n        \"ModuleConcatenation bailout: Module is not an ECMAScript module\"\n      ],\n      \"depth\": 8,\n      \"source\": \"\\\"use strict\\\"\\n\\n// == Extend Node primitives to use iconv-lite =================================\\n\\nmodule.exports = function (iconv) {\\n    var original = undefined; // Place to keep original methods.\\n\\n    // Node authors rewrote Buffer internals to make it compatible with\\n    // Uint8Array and we cannot patch key functions since then.\\n    iconv.supportsNodeEncodingsExtension = !(new Buffer(0) instanceof Uint8Array);\\n\\n    iconv.extendNodeEncodings = function extendNodeEncodings() {\\n        if (original) return;\\n        original = {};\\n\\n        if (!iconv.supportsNodeEncodingsExtension) {\\n            console.error(\\\"ACTION NEEDED: require('iconv-lite').extendNodeEncodings() is not supported in your version of Node\\\");\\n            console.error(\\\"See more info at https://github.com/ashtuchkin/iconv-lite/wiki/Node-v4-compatibility\\\");\\n            return;\\n        }\\n\\n        var nodeNativeEncodings = {\\n            'hex': true, 'utf8': true, 'utf-8': true, 'ascii': true, 'binary': true, \\n            'base64': true, 'ucs2': true, 'ucs-2': true, 'utf16le': true, 'utf-16le': true,\\n        };\\n\\n        Buffer.isNativeEncoding = function(enc) {\\n            return enc && nodeNativeEncodings[enc.toLowerCase()];\\n        }\\n\\n        // -- SlowBuffer -----------------------------------------------------------\\n        var SlowBuffer = require('buffer').SlowBuffer;\\n\\n        original.SlowBufferToString = SlowBuffer.prototype.toString;\\n        SlowBuffer.prototype.toString = function(encoding, start, end) {\\n            encoding = String(encoding || 'utf8').toLowerCase();\\n\\n            // Use native conversion when possible\\n            if (Buffer.isNativeEncoding(encoding))\\n                return original.SlowBufferToString.call(this, encoding, start, end);\\n\\n            // Otherwise, use our decoding method.\\n            if (typeof start == 'undefined') start = 0;\\n            if (typeof end == 'undefined') end = this.length;\\n            return iconv.decode(this.slice(start, end), encoding);\\n        }\\n\\n        original.SlowBufferWrite = SlowBuffer.prototype.write;\\n        SlowBuffer.prototype.write = function(string, offset, length, encoding) {\\n            // Support both (string, offset, length, encoding)\\n            // and the legacy (string, encoding, offset, length)\\n            if (isFinite(offset)) {\\n                if (!isFinite(length)) {\\n                    encoding = length;\\n                    length = undefined;\\n                }\\n            } else {  // legacy\\n                var swap = encoding;\\n                encoding = offset;\\n                offset = length;\\n                length = swap;\\n            }\\n\\n            offset = +offset || 0;\\n            var remaining = this.length - offset;\\n            if (!length) {\\n                length = remaining;\\n            } else {\\n                length = +length;\\n                if (length > remaining) {\\n                    length = remaining;\\n                }\\n            }\\n            encoding = String(encoding || 'utf8').toLowerCase();\\n\\n            // Use native conversion when possible\\n            if (Buffer.isNativeEncoding(encoding))\\n                return original.SlowBufferWrite.call(this, string, offset, length, encoding);\\n\\n            if (string.length > 0 && (length < 0 || offset < 0))\\n                throw new RangeError('attempt to write beyond buffer bounds');\\n\\n            // Otherwise, use our encoding method.\\n            var buf = iconv.encode(string, encoding);\\n            if (buf.length < length) length = buf.length;\\n            buf.copy(this, offset, 0, length);\\n            return length;\\n        }\\n\\n        // -- Buffer ---------------------------------------------------------------\\n\\n        original.BufferIsEncoding = Buffer.isEncoding;\\n        Buffer.isEncoding = function(encoding) {\\n            return Buffer.isNativeEncoding(encoding) || iconv.encodingExists(encoding);\\n        }\\n\\n        original.BufferByteLength = Buffer.byteLength;\\n        Buffer.byteLength = SlowBuffer.byteLength = function(str, encoding) {\\n            encoding = String(encoding || 'utf8').toLowerCase();\\n\\n            // Use native conversion when possible\\n            if (Buffer.isNativeEncoding(encoding))\\n                return original.BufferByteLength.call(this, str, encoding);\\n\\n            // Slow, I know, but we don't have a better way yet.\\n            return iconv.encode(str, encoding).length;\\n        }\\n\\n        original.BufferToString = Buffer.prototype.toString;\\n        Buffer.prototype.toString = function(encoding, start, end) {\\n            encoding = String(encoding || 'utf8').toLowerCase();\\n\\n            // Use native conversion when possible\\n            if (Buffer.isNativeEncoding(encoding))\\n                return original.BufferToString.call(this, encoding, start, end);\\n\\n            // Otherwise, use our decoding method.\\n            if (typeof start == 'undefined') start = 0;\\n            if (typeof end == 'undefined') end = this.length;\\n            return iconv.decode(this.slice(start, end), encoding);\\n        }\\n\\n        original.BufferWrite = Buffer.prototype.write;\\n        Buffer.prototype.write = function(string, offset, length, encoding) {\\n            var _offset = offset, _length = length, _encoding = encoding;\\n            // Support both (string, offset, length, encoding)\\n            // and the legacy (string, encoding, offset, length)\\n            if (isFinite(offset)) {\\n                if (!isFinite(length)) {\\n                    encoding = length;\\n                    length = undefined;\\n                }\\n            } else {  // legacy\\n                var swap = encoding;\\n                encoding = offset;\\n                offset = length;\\n                length = swap;\\n            }\\n\\n            encoding = String(encoding || 'utf8').toLowerCase();\\n\\n            // Use native conversion when possible\\n            if (Buffer.isNativeEncoding(encoding))\\n                return original.BufferWrite.call(this, string, _offset, _length, _encoding);\\n\\n            offset = +offset || 0;\\n            var remaining = this.length - offset;\\n            if (!length) {\\n                length = remaining;\\n            } else {\\n                length = +length;\\n                if (length > remaining) {\\n                    length = remaining;\\n                }\\n            }\\n\\n            if (string.length > 0 && (length < 0 || offset < 0))\\n                throw new RangeError('attempt to write beyond buffer bounds');\\n\\n            // Otherwise, use our encoding method.\\n            var buf = iconv.encode(string, encoding);\\n            if (buf.length < length) length = buf.length;\\n            buf.copy(this, offset, 0, length);\\n            return length;\\n\\n            // TODO: Set _charsWritten.\\n        }\\n\\n\\n        // -- Readable -------------------------------------------------------------\\n        if (iconv.supportsStreams) {\\n            var Readable = require('stream').Readable;\\n\\n            original.ReadableSetEncoding = Readable.prototype.setEncoding;\\n            Readable.prototype.setEncoding = function setEncoding(enc, options) {\\n                // Use our own decoder, it has the same interface.\\n                // We cannot use original function as it doesn't handle BOM-s.\\n                this._readableState.decoder = iconv.getDecoder(enc, options);\\n                this._readableState.encoding = enc;\\n            }\\n\\n            Readable.prototype.collect = iconv._collect;\\n        }\\n    }\\n\\n    // Remove iconv-lite Node primitive extensions.\\n    iconv.undoExtendNodeEncodings = function undoExtendNodeEncodings() {\\n        if (!iconv.supportsNodeEncodingsExtension)\\n            return;\\n        if (!original)\\n            throw new Error(\\\"require('iconv-lite').undoExtendNodeEncodings(): Nothing to undo; extendNodeEncodings() is not called.\\\")\\n\\n        delete Buffer.isNativeEncoding;\\n\\n        var SlowBuffer = require('buffer').SlowBuffer;\\n\\n        SlowBuffer.prototype.toString = original.SlowBufferToString;\\n        SlowBuffer.prototype.write = original.SlowBufferWrite;\\n\\n        Buffer.isEncoding = original.BufferIsEncoding;\\n        Buffer.byteLength = original.BufferByteLength;\\n        Buffer.prototype.toString = original.BufferToString;\\n        Buffer.prototype.write = original.BufferWrite;\\n\\n        if (iconv.supportsStreams) {\\n            var Readable = require('stream').Readable;\\n\\n            Readable.prototype.setEncoding = original.ReadableSetEncoding;\\n            delete Readable.prototype.collect;\\n        }\\n\\n        original = undefined;\\n    }\\n}\\n\"\n    },\n    {\n      \"id\": 332,\n      \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/encoding/lib/iconv-loader.js\",\n      \"name\": \"./node_modules/encoding/lib/iconv-loader.js\",\n      \"index\": 331,\n      \"index2\": 325,\n      \"size\": 274,\n      \"cacheable\": true,\n      \"built\": true,\n      \"optional\": false,\n      \"prefetched\": false,\n      \"chunks\": [\n        2\n      ],\n      \"issuer\": \"/Users/jarred/Code/styleurl/node_modules/encoding/lib/encoding.js\",\n      \"issuerId\": 313,\n      \"issuerName\": \"./node_modules/encoding/lib/encoding.js\",\n      \"issuerPath\": [\n        {\n          \"id\": 191,\n          \"identifier\": \"multi /Users/jarred/Code/styleurl/webpack/customPublicPath /Users/jarred/Code/styleurl/chrome/extension/background\",\n          \"name\": \"multi ./webpack/customPublicPath ./chrome/extension/background\",\n          \"profile\": {\n            \"factory\": 0,\n            \"building\": 0,\n            \"dependencies\": 54\n          }\n        },\n        {\n          \"id\": 192,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/background.js\",\n          \"name\": \"./chrome/extension/background.js\",\n          \"profile\": {\n            \"factory\": 54,\n            \"building\": 639,\n            \"dependencies\": 140\n          }\n        },\n        {\n          \"id\": 255,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/stylesheet-differ/lib/index.js\",\n          \"name\": \"./node_modules/stylesheet-differ/lib/index.js\",\n          \"profile\": {\n            \"factory\": 140,\n            \"building\": 568,\n            \"dependencies\": 1\n          }\n        },\n        {\n          \"id\": 256,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/native-css/index.js\",\n          \"name\": \"./node_modules/native-css/index.js\",\n          \"profile\": {\n            \"factory\": 189,\n            \"building\": 603,\n            \"dependencies\": 1\n          }\n        },\n        {\n          \"id\": 257,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/native-css/src/native-css.js\",\n          \"name\": \"./node_modules/native-css/src/native-css.js\",\n          \"profile\": {\n            \"factory\": 26,\n            \"building\": 63,\n            \"dependencies\": 14\n          }\n        },\n        {\n          \"id\": 293,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/fetch/lib/fetch.js\",\n          \"name\": \"./node_modules/fetch/lib/fetch.js\",\n          \"profile\": {\n            \"factory\": 117,\n            \"building\": 25,\n            \"dependencies\": 27\n          }\n        },\n        {\n          \"id\": 313,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/encoding/lib/encoding.js\",\n          \"name\": \"./node_modules/encoding/lib/encoding.js\",\n          \"profile\": {\n            \"factory\": 66,\n            \"building\": 38,\n            \"dependencies\": 20\n          }\n        }\n      ],\n      \"profile\": {\n        \"factory\": 123,\n        \"building\": 23,\n        \"dependencies\": 1\n      },\n      \"failed\": false,\n      \"errors\": 0,\n      \"warnings\": 0,\n      \"assets\": [],\n      \"reasons\": [\n        {\n          \"moduleId\": 313,\n          \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/encoding/lib/encoding.js\",\n          \"module\": \"./node_modules/encoding/lib/encoding.js\",\n          \"moduleName\": \"./node_modules/encoding/lib/encoding.js\",\n          \"type\": \"cjs require\",\n          \"userRequest\": \"./iconv-loader\",\n          \"loc\": \"6:12-37\"\n        }\n      ],\n      \"usedExports\": true,\n      \"providedExports\": null,\n      \"optimizationBailout\": [\n        \"ModuleConcatenation bailout: Module is not an ECMAScript module\"\n      ],\n      \"depth\": 7,\n      \"source\": \"'use strict';\\n\\nvar iconv_package;\\nvar Iconv;\\n\\ntry {\\n    // this is to fool browserify so it doesn't try (in vain) to install iconv.\\n    iconv_package = 'iconv';\\n    Iconv = require(iconv_package).Iconv;\\n} catch (E) {\\n    // node-iconv not present\\n}\\n\\nmodule.exports = Iconv;\\n\"\n    },\n    {\n      \"id\": 333,\n      \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/encoding/lib sync\",\n      \"name\": \"./node_modules/encoding/lib sync\",\n      \"index\": 332,\n      \"index2\": 324,\n      \"size\": 160,\n      \"built\": true,\n      \"optional\": true,\n      \"prefetched\": false,\n      \"chunks\": [\n        2\n      ],\n      \"issuer\": \"/Users/jarred/Code/styleurl/node_modules/encoding/lib/iconv-loader.js\",\n      \"issuerId\": 332,\n      \"issuerName\": \"./node_modules/encoding/lib/iconv-loader.js\",\n      \"issuerPath\": [\n        {\n          \"id\": 191,\n          \"identifier\": \"multi /Users/jarred/Code/styleurl/webpack/customPublicPath /Users/jarred/Code/styleurl/chrome/extension/background\",\n          \"name\": \"multi ./webpack/customPublicPath ./chrome/extension/background\",\n          \"profile\": {\n            \"factory\": 0,\n            \"building\": 0,\n            \"dependencies\": 54\n          }\n        },\n        {\n          \"id\": 192,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/background.js\",\n          \"name\": \"./chrome/extension/background.js\",\n          \"profile\": {\n            \"factory\": 54,\n            \"building\": 639,\n            \"dependencies\": 140\n          }\n        },\n        {\n          \"id\": 255,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/stylesheet-differ/lib/index.js\",\n          \"name\": \"./node_modules/stylesheet-differ/lib/index.js\",\n          \"profile\": {\n            \"factory\": 140,\n            \"building\": 568,\n            \"dependencies\": 1\n          }\n        },\n        {\n          \"id\": 256,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/native-css/index.js\",\n          \"name\": \"./node_modules/native-css/index.js\",\n          \"profile\": {\n            \"factory\": 189,\n            \"building\": 603,\n            \"dependencies\": 1\n          }\n        },\n        {\n          \"id\": 257,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/native-css/src/native-css.js\",\n          \"name\": \"./node_modules/native-css/src/native-css.js\",\n          \"profile\": {\n            \"factory\": 26,\n            \"building\": 63,\n            \"dependencies\": 14\n          }\n        },\n        {\n          \"id\": 293,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/fetch/lib/fetch.js\",\n          \"name\": \"./node_modules/fetch/lib/fetch.js\",\n          \"profile\": {\n            \"factory\": 117,\n            \"building\": 25,\n            \"dependencies\": 27\n          }\n        },\n        {\n          \"id\": 313,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/encoding/lib/encoding.js\",\n          \"name\": \"./node_modules/encoding/lib/encoding.js\",\n          \"profile\": {\n            \"factory\": 66,\n            \"building\": 38,\n            \"dependencies\": 20\n          }\n        },\n        {\n          \"id\": 332,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/encoding/lib/iconv-loader.js\",\n          \"name\": \"./node_modules/encoding/lib/iconv-loader.js\",\n          \"profile\": {\n            \"factory\": 123,\n            \"building\": 23,\n            \"dependencies\": 1\n          }\n        }\n      ],\n      \"profile\": {\n        \"factory\": 59,\n        \"building\": 1\n      },\n      \"failed\": false,\n      \"errors\": 0,\n      \"warnings\": 0,\n      \"assets\": [],\n      \"reasons\": [\n        {\n          \"moduleId\": 332,\n          \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/encoding/lib/iconv-loader.js\",\n          \"module\": \"./node_modules/encoding/lib/iconv-loader.js\",\n          \"moduleName\": \"./node_modules/encoding/lib/iconv-loader.js\",\n          \"type\": \"cjs require context\",\n          \"userRequest\": \".\",\n          \"loc\": \"9:12-34\"\n        }\n      ],\n      \"usedExports\": true,\n      \"providedExports\": null,\n      \"optimizationBailout\": [\n        \"ModuleConcatenation bailout: Module is not an ECMAScript module\"\n      ],\n      \"depth\": 8\n    },\n    {\n      \"id\": 334,\n      \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/cssobj-core/dist/cssobj-core.umd.js\",\n      \"name\": \"./node_modules/cssobj-core/dist/cssobj-core.umd.js\",\n      \"index\": 333,\n      \"index2\": 330,\n      \"size\": 15605,\n      \"cacheable\": true,\n      \"built\": true,\n      \"optional\": false,\n      \"prefetched\": false,\n      \"chunks\": [\n        2\n      ],\n      \"issuer\": \"/Users/jarred/Code/styleurl/node_modules/stylesheet-differ/lib/index.js\",\n      \"issuerId\": 255,\n      \"issuerName\": \"./node_modules/stylesheet-differ/lib/index.js\",\n      \"issuerPath\": [\n        {\n          \"id\": 191,\n          \"identifier\": \"multi /Users/jarred/Code/styleurl/webpack/customPublicPath /Users/jarred/Code/styleurl/chrome/extension/background\",\n          \"name\": \"multi ./webpack/customPublicPath ./chrome/extension/background\",\n          \"profile\": {\n            \"factory\": 0,\n            \"building\": 0,\n            \"dependencies\": 54\n          }\n        },\n        {\n          \"id\": 192,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/background.js\",\n          \"name\": \"./chrome/extension/background.js\",\n          \"profile\": {\n            \"factory\": 54,\n            \"building\": 639,\n            \"dependencies\": 140\n          }\n        },\n        {\n          \"id\": 255,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/stylesheet-differ/lib/index.js\",\n          \"name\": \"./node_modules/stylesheet-differ/lib/index.js\",\n          \"profile\": {\n            \"factory\": 140,\n            \"building\": 568,\n            \"dependencies\": 1\n          }\n        }\n      ],\n      \"profile\": {\n        \"factory\": 189,\n        \"building\": 603,\n        \"dependencies\": 1\n      },\n      \"failed\": false,\n      \"errors\": 0,\n      \"warnings\": 0,\n      \"assets\": [],\n      \"reasons\": [\n        {\n          \"moduleId\": 255,\n          \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/stylesheet-differ/lib/index.js\",\n          \"module\": \"./node_modules/stylesheet-differ/lib/index.js\",\n          \"moduleName\": \"./node_modules/stylesheet-differ/lib/index.js\",\n          \"type\": \"cjs require\",\n          \"userRequest\": \"cssobj-core\",\n          \"loc\": \"2:20-42\"\n        }\n      ],\n      \"usedExports\": true,\n      \"providedExports\": null,\n      \"optimizationBailout\": [\n        \"ModuleConcatenation bailout: Module is not an ECMAScript module\"\n      ],\n      \"depth\": 3,\n      \"source\": \"/**\\n  cssobj-core 1.1.8\\n  Fri Mar 16 2018 16:19:39 GMT+0800 (CST)\\n  commit 319d94d9d6c0ee455ed0dfe0c7f796298a145250\\n\\n IE ES3 need below polyfills:\\n\\n * Array.prototype.forEach\\n * Array.prototype.indexOf\\n * Array.prototype.map\\n * Array.prototype.some\\n * Array.prototype.reduce\\n * Object.keys\\n **/\\n\\n(function (global, factory) {\\n\\ttypeof exports === 'object' && typeof module !== 'undefined' ? module.exports = factory() :\\n\\ttypeof define === 'function' && define.amd ? define('cssobj_core', factory) :\\n\\t(global.cssobj_core = factory());\\n}(this, (function () { 'use strict';\\n\\n// helper functions for cssobj\\n\\n// check n is numeric, or string of numeric\\nfunction isNumeric(n) {\\n  return !isNaN(parseFloat(n)) && isFinite(n)\\n}\\n\\n\\n\\nfunction own(o, k) {\\n  return {}.hasOwnProperty.call(o, k)\\n}\\n\\n// set default option (not deeply)\\nfunction defaults(options, defaultOption) {\\n  options = options || {};\\n  for (var i in defaultOption) {\\n    if (own(defaultOption, i) && !(i in options)) options[i] = defaultOption[i];\\n  }\\n  return options\\n}\\n\\n// Object.assgin polyfill\\n\\n\\n// console.log(assign({}, {a:1}, {a:2}, {b:3}))\\n\\n// convert js prop into css prop (dashified)\\n\\n\\n// capitalize str\\n\\n\\n// repeat str for num times\\n\\n\\n// random string, should used across all cssobj plugins\\n\\n\\n\\n\\n// console.log(isEmpty([]), isEmpty(), isEmpty(null), isEmpty(''), isEmpty({}), isEmpty(23))\\n\\n// set object path value, any Primitive/Non-exists will be set to {}\\n\\n// var obj={a:{b:{c:1}}};\\n// objSet(obj, {} ,{x:1});\\n// objSet(obj,'a.b.c.d.e',{x:1});\\n// objSet(obj,'a.f.d.s'.split('.'), {y:1});\\n// console.log(JSON.stringify(obj))\\n\\n\\n// return object path with only object type\\n\\n// var obj={a:{b:{c:1}}};\\n// console.log(objGetObj(obj))\\n// console.log(objGetObj(obj, []))\\n// console.log(objGetObj(obj, 'a'))\\n// console.log(objGetObj(obj, 'a.b'))\\n// console.log(objGetObj(obj, 'a.b.c.e'))\\n\\n// extend obj from source, if it's no key in obj, create one\\nfunction extendObj (obj, key, source) {\\n  obj[key] = obj[key] || {};\\n  for(var args = arguments, i = 2; i < args.length; i++) {\\n    source = args[i];\\n    for (var k in source)\\n      if (own(source, k)) obj[key][k] = source[k];\\n  }\\n  return obj[key]\\n}\\n\\n// ensure obj[k] as array, then push v into it\\nfunction arrayKV (obj, k, v, reverse, unique) {\\n  var d = obj[k];\\n  d = obj[k] = k in obj ? (Array.isArray(d) ? d : [d]) : [];\\n  if(unique && d.indexOf(v)>-1) return\\n  reverse ? d.unshift(v) : d.push(v);\\n}\\n// var d={}; arrayKV(d,'a',1)\\n// console.log(d)\\n// var d={a:2}; arrayKV(d,'a',1)\\n// console.log(d)\\n// var d={a:[2]}; arrayKV(d,'a',1)\\n// console.log(d)\\n\\n// replace find in str, with rep function result\\n\\n\\n// get parents array from node (when it's passed the test)\\nfunction getParents (node, test, key, childrenKey, parentKey) {\\n  var i, v, p = node, path = [];\\n  while (p) {\\n    if (test(p)) {\\n      if (childrenKey) {\\n        for (i = 0; i < path.length; i++) {\\n          arrayKV(p, childrenKey, path[i], false, true);\\n        }\\n      }\\n      if (path[0] && parentKey) {\\n        path[0][parentKey] = p;\\n      }\\n      path.unshift(p);\\n    }\\n    p = p.parent;\\n  }\\n  for (i = 0; i < path.length; i++) {\\n    v = path[i];\\n    path[i] = key ? v[key] : v;\\n  }\\n\\n  return path\\n}\\n\\n// split selector with comma, aware of css attributes\\n\\n\\n// split selector with splitter, aware of css attributes\\nfunction splitSelector (sel, splitter) {\\n  if (sel.indexOf(splitter) < 0) return [sel]\\n  for (var c, i = 0, n = 0, instr = '', prev = 0, d = []; c = sel.charAt(i); i++) {\\n    if (instr) {\\n      if (c == instr) instr = '';\\n      continue\\n    }\\n    if (c == '\\\"' || c == '\\\\'') instr = c;\\n    if (c == '(' || c == '[') n++;\\n    if (c == ')' || c == ']') n--;\\n    if (!n && c == splitter) d.push(sel.substring(prev, i)), prev = i + 1;\\n  }\\n  return d.concat(sel.substring(prev))\\n}\\n\\n// split char aware of syntax\\n\\n\\n// checking for valid css value\\nfunction isValidCSSValue (val) {\\n  // falsy: '', NaN, Infinity, [], {}\\n  return typeof val=='string' && val || typeof val=='number' && isFinite(val)\\n}\\n\\n// using var as iteral to help optimize\\nvar KEY_ID = '$id';\\nvar KEY_ORDER = '$order';\\nvar KEY_TEST = '$test';\\n\\nvar TYPE_GROUP = 'group';\\n\\n// helper function\\nvar keys = Object.keys;\\n\\n// type check helpers\\nvar type = {}.toString;\\nvar ARRAY = type.call([]);\\nvar OBJECT = type.call({});\\n\\n// only array, object now treated as iterable\\nfunction isIterable (v) {\\n  return type.call(v) == OBJECT || type.call(v) == ARRAY\\n}\\n\\n// check if it's function\\nfunction isFunction (v) {\\n  return typeof v == 'function'\\n}\\n\\n// regexp constants\\n// @page rule: CSSOM:\\n//   IE returned: not implemented error\\n//   FF, Chrome actually is not groupRule(not cssRules), same as @font-face rule\\n//   https://developer.mozilla.org/en-US/docs/Web/API/CSSGroupingRule\\n//   CSSPageRule is listed as derived from CSSGroupingRule, but not implemented yet.\\n//   Here added @page as GroupRule, but plugin should take care of this.\\nvar reGroupRule = /^@(media|document|supports|page|[\\\\w-]*keyframes)/i;\\nvar reAtRule = /^\\\\s*@/i;\\n\\n/**\\n * convert simple Object into node data\\n *\\n input data format:\\n {\\\"a\\\":{\\\"b\\\":{\\\"c\\\":{\\\"\\\":[{color:1}]}}}, \\\"abc\\\":123, '@import':[2,3,4], '@media (min-width:320px)':{ d:{ok:1} }}\\n *        1. every key is folder node\\n *        2. \\\"\\\":[{rule1}, {rule2}] will split into several rules\\n *        3. & will replaced by parent, \\\\\\\\& will escape\\n *        4. all prop should be in dom.style camelCase\\n *\\n * @param {object|array} d - simple object data, or array\\n * @param {object} result - the reulst object to store config and root node\\n * @param {object} [previousNode] - also act as parent for next node\\n * @param {boolean} init whether it's the root call\\n * @returns {object} node data object\\n */\\nfunction parseObj (d, result, node, init) {\\n  if (init) {\\n    result.nodes = [];\\n    result.ref = {};\\n    if (node) result.diff = {};\\n  }\\n\\n  node = node || {};\\n\\n  node.obj = d;\\n\\n  if (type.call(d) == ARRAY) {\\n    var nodes = [];\\n    /* for array type, each children have a parent that not on the virtual tree,\\n       see test case of @media-array for example, the array node obj=Array, but have node.selPart(no selText)\\n       So have to set the right node.at/node.type from the node.key, to get right selText for children */\\n    node.at = reAtRule.exec(node.key);\\n    for(var i = 0; i < d.length; i++) {\\n      var prev = node[i];\\n      var n = parseObj(d[i], result, node[i] || {parent: node, src: d, parentNode: nodes, index: i});\\n      if(result.diff && prev!=n) arrayKV(result.diff, n ? 'added' : 'removed', n||prev);\\n      nodes.push(n);\\n    }\\n    return nodes\\n  } else {\\n    if (d[KEY_ID]) result.ref[d[KEY_ID]] = node;\\n    // it's no need to check (type.call(d) == OBJECT)\\n    // isIterable will filter only ARRAY/OBJECT\\n    // other types will goto parseProp function\\n    var prevVal = node.prevVal = node.lastVal;\\n    // at first stage check $test\\n    if (KEY_TEST in d) {\\n      var test = isFunction(d[KEY_TEST]) ? d[KEY_TEST](!node.disabled, node, result) : d[KEY_TEST];\\n      // if test false, remove node completely\\n      // if it's return function, going to stage 2 where all prop rendered\\n      if(!test) {\\n        return\\n      }\\n      node.test = test;\\n    }\\n    var children = node.children = node.children || {};\\n    node.lastRaw = node.rawVal || {};\\n    node.lastVal = {};\\n    node.rawVal = {};\\n    node.prop = {};\\n    node.diff = {};\\n    var order = d[KEY_ORDER] | 0;\\n    var funcArr = [];\\n\\n    var processObj = function (obj, k, nodeObj) {\\n      var haveOldChild = k in children;\\n      var newNode = extendObj(children, k, nodeObj);\\n      // don't overwrite selPart for previous node\\n      newNode.selPart = newNode.selPart || splitSelector(k, ',');\\n      var n = parseObj(obj, result, newNode);\\n      if(n) children[k] = n;\\n      // it's new added node\\n      if (prevVal) !haveOldChild\\n        ? n && arrayKV(result.diff, 'added', n)\\n        : !n && arrayKV(result.diff, 'removed', children[k]);\\n      // for first time check, remove from parent (no diff)\\n      if(!n) delete nodeObj.parent.children[k];\\n    };\\n\\n    // only there's no selText, getSel\\n    if(!('selText' in node)) getSel(node, result);\\n\\n    for (var k in d) {\\n      // here $key start with $ is special\\n      // k[0] == '$' ... but the core will calc it into node.\\n      // Plugins should take $ with care and mark as a special case. e.g. ignore it\\n      if (!own(d, k)) continue\\n      if (!isIterable(d[k]) || type.call(d[k]) == ARRAY && !isIterable(d[k][0])) {\\n\\n        // it's inline at-rule: @import etc.\\n        if (k[0]=='@') {\\n          processObj(\\n            // map @import: [a,b,c] into {a:1, b:1, c:1}\\n            [].concat(d[k]).reduce(function(prev, cur) {\\n              prev[cur] = ';';\\n              return prev\\n            }, {}), k, {parent: node, src: d, key: k, inline:true});\\n          continue\\n        }\\n\\n        var r = function (_k) {\\n          // skip $test key\\n          if(_k != KEY_TEST) parseProp(node, d, _k, result);\\n        };\\n        order\\n          ? funcArr.push([r, k])\\n          : r(k);\\n      } else {\\n        processObj(d[k], k, {parent: node, src: d, key: k});\\n      }\\n    }\\n\\n    // when it's second time visit node\\n    if (prevVal) {\\n      // children removed\\n      for (k in children) {\\n        if (!(k in d)) {\\n          arrayKV(result.diff, 'removed', children[k]);\\n          delete children[k];\\n        }\\n      }\\n\\n      // prop changed\\n      var diffProp = function () {\\n        var newKeys = keys(node.lastVal);\\n        var removed = keys(prevVal).filter(function (x) { return newKeys.indexOf(x) < 0 });\\n        if (removed.length) node.diff.removed = removed;\\n        if (keys(node.diff).length) arrayKV(result.diff, 'changed', node);\\n      };\\n      order\\n        ? funcArr.push([diffProp, null])\\n        : diffProp();\\n    }\\n\\n    if (order) arrayKV(result, '_order', {order: order, func: funcArr});\\n    result.nodes.push(node);\\n    return node\\n  }\\n\\n}\\n\\nfunction getSel(node, result) {\\n\\n  var opt = result.config;\\n\\n  // array index don't have key,\\n  // fetch parent key as ruleNode\\n  var ruleNode = getParents(node, function (v) {\\n    return v.key\\n  }).pop();\\n\\n  node.parentRule = getParents(node.parent, function (n) {\\n    return n.type == TYPE_GROUP\\n  }).pop() || null;\\n\\n  if (ruleNode) {\\n    var isMedia, sel = ruleNode.key;\\n    var groupRule = sel.match(reGroupRule);\\n    if (groupRule) {\\n      node.type = TYPE_GROUP;\\n      node.at = groupRule.pop();\\n      isMedia = node.at == 'media';\\n\\n      // only media allow nested and join, and have node.selPart\\n      if (isMedia) node.selPart = splitSelector(sel.replace(reGroupRule, ''), ',');\\n\\n      // combinePath is array, 'str' + array instead of array.join(',')\\n      node.groupText = isMedia\\n        ? '@' + node.at + combinePath(getParents(node, function (v) {\\n          return v.type == TYPE_GROUP\\n        }, 'selPart', 'selChild', 'selParent'), '', ' and')\\n      : sel;\\n\\n      node.selText = getParents(node, function (v) {\\n        return v.selText && !v.at\\n      }, 'selText').pop() || '';\\n    } else if (reAtRule.test(sel)) {\\n      node.type = 'at';\\n      node.selText = sel;\\n    } else {\\n      node.selText = '' + combinePath(getParents(ruleNode, function (v) {\\n        return v.selPart && !v.at\\n      }, 'selPart', 'selChild', 'selParent'), '', ' ', true), opt;\\n    }\\n\\n    node.selText = applyPlugins(opt, 'selector', node.selText, node, result);\\n    if (node.selText) node.selTextPart = splitSelector(node.selText, ',');\\n\\n    if (node !== ruleNode) node.ruleNode = ruleNode;\\n  }\\n\\n}\\n\\n/**\\n * Parse property of object d's key, with propKey as a candidate key name\\n * @param {} node: v-node of cssobj\\n * @param {} d: source object\\n * @param {} key: any numeric will be ignored, then converted to string\\n * @param {} result: cssobj result object\\n * @param {} propKey: candidate prop key name\\n\\n Accept only key as string, numeric will be ignored\\n\\n color: function(){return ['red', 'blue']} will expand\\n color: function(){return {fontSize: '12px', float:'right'}} will be replaced\\n\\n */\\nfunction parseProp (node, d, key, result, propKey) {\\n  var prevVal = node.prevVal;\\n  var lastVal = node.lastVal;\\n\\n  // the prop name get from object key or candidate key\\n  var propName = isNumeric(key) ? propKey : key;\\n\\n  // NEXT: propName can be changed by user\\n  // now it's not used, since propName ensure exists\\n  // corner case: propKey==='' ?? below line will do wrong!!\\n  // if(!propName) return\\n\\n  var raw = node.lastRaw[propName],\\n      prev = prevVal && prevVal[propName],\\n      argObj = {node:node, result:result};\\n\\n  if (raw) argObj.raw = raw[0];\\n\\n  ![].concat(d[key]).forEach(function (v) {\\n    // prepare value function args\\n    argObj.cooked = prev;\\n\\n    // pass lastVal if it's function\\n    argObj.raw = raw = isFunction(v)\\n        ? v(argObj)\\n        : v;\\n\\n    var val = applyPlugins(result.config, 'value', raw, propName, node, result, propKey);\\n\\n    // check and merge only format as Object || Array of Object, other format not accepted!\\n    if (isIterable(val)) {\\n      for (var k in val) {\\n        if (own(val, k)) parseProp(node, val, k, result, propName);\\n      }\\n    } else {\\n      arrayKV (\\n        node.rawVal,\\n        propName,\\n        raw,\\n        true\\n      );\\n      if (isValidCSSValue(val)) {\\n        // only valid val can enter node.prop and lastVal\\n        // push every val to prop\\n        arrayKV(\\n          node.prop,\\n          propName,\\n          val,\\n          true\\n        );\\n        prev = lastVal[propName] = val;\\n      }\\n    }\\n  });\\n  if (prevVal) {\\n    if (!(propName in prevVal)) {\\n      arrayKV(node.diff, 'added', propName);\\n    } else if (prevVal[propName] != lastVal[propName]) {\\n      arrayKV(node.diff, 'changed', propName);\\n    }\\n  }\\n}\\n\\nfunction combinePath (array, parentSel, seperator, replaceAmpersand) {\\n  return !array.length ? parentSel : array[0].reduce(function (result, value) {\\n    var part, str = parentSel ? parentSel + seperator : parentSel;\\n    if (replaceAmpersand) {\\n      part = splitSelector( value, '&' );\\n      str = part.length > 1 ? part.join(parentSel) : str + value;\\n    } else {\\n      str += value;\\n    }\\n    return result.concat(combinePath(array.slice(1), str, seperator, replaceAmpersand))\\n  }, [])\\n}\\n\\nfunction applyPlugins (opt, type) {\\n  var args = [].slice.call(arguments, 2);\\n  var plugin = opt.plugins;\\n  // plugin is always Array, so here we don't check it\\n  return [].concat(plugin).reduce(\\n    function (pre, plugin) { return plugin[type] ? plugin[type].apply(null, [pre].concat(args)) : pre },\\n    args.shift()\\n  )\\n}\\n\\nfunction applyOrder (opt) {\\n  if (opt._order==null) return\\n  opt._order\\n    .sort(function (a, b) {\\n      return a.order - b.order\\n    })\\n    .forEach(function (v) {\\n      v.func.forEach(function (f) {\\n        f[0](f[1]);\\n      });\\n    });\\n  opt._order = [];\\n}\\n\\nfunction cssobj (config) {\\n\\n  config = defaults(config, {\\n    plugins: [],\\n    intros: []\\n  });\\n\\n  return function (initObj, initState) {\\n    var updater = function (obj, state) {\\n      if (arguments.length>1) result.state = state || {};\\n      if (obj) result.obj = isFunction(obj) ? obj() : obj;\\n      result.root = parseObj(extendObj({}, '', result.intro, result.obj), result, result.root, true);\\n      applyOrder(result);\\n      result = applyPlugins(config, 'post', result);\\n      isFunction(config.onUpdate) && config.onUpdate(result);\\n      return result\\n    };\\n\\n    var result = {\\n      intro: {},\\n      update: updater,\\n      config: config\\n    };\\n\\n    ![].concat(config.intros).forEach(\\n      function(v) {\\n        extendObj(result, 'intro', isFunction(v) ? v(result) : v);\\n      }\\n    );\\n\\n    updater(initObj, initState || config.state);\\n\\n    return result\\n  }\\n}\\n\\nreturn cssobj;\\n\\n})));\\n\"\n    },\n    {\n      \"id\": 335,\n      \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/cssobj-plugin-gencss/dist/cssobj-plugin-gencss.umd.js\",\n      \"name\": \"./node_modules/cssobj-plugin-gencss/dist/cssobj-plugin-gencss.umd.js\",\n      \"index\": 334,\n      \"index2\": 331,\n      \"size\": 4353,\n      \"cacheable\": true,\n      \"built\": true,\n      \"optional\": false,\n      \"prefetched\": false,\n      \"chunks\": [\n        2\n      ],\n      \"issuer\": \"/Users/jarred/Code/styleurl/node_modules/stylesheet-differ/lib/index.js\",\n      \"issuerId\": 255,\n      \"issuerName\": \"./node_modules/stylesheet-differ/lib/index.js\",\n      \"issuerPath\": [\n        {\n          \"id\": 191,\n          \"identifier\": \"multi /Users/jarred/Code/styleurl/webpack/customPublicPath /Users/jarred/Code/styleurl/chrome/extension/background\",\n          \"name\": \"multi ./webpack/customPublicPath ./chrome/extension/background\",\n          \"profile\": {\n            \"factory\": 0,\n            \"building\": 0,\n            \"dependencies\": 54\n          }\n        },\n        {\n          \"id\": 192,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/background.js\",\n          \"name\": \"./chrome/extension/background.js\",\n          \"profile\": {\n            \"factory\": 54,\n            \"building\": 639,\n            \"dependencies\": 140\n          }\n        },\n        {\n          \"id\": 255,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/stylesheet-differ/lib/index.js\",\n          \"name\": \"./node_modules/stylesheet-differ/lib/index.js\",\n          \"profile\": {\n            \"factory\": 140,\n            \"building\": 568,\n            \"dependencies\": 1\n          }\n        }\n      ],\n      \"profile\": {\n        \"factory\": 189,\n        \"building\": 603,\n        \"dependencies\": 1\n      },\n      \"failed\": false,\n      \"errors\": 0,\n      \"warnings\": 0,\n      \"assets\": [],\n      \"reasons\": [\n        {\n          \"moduleId\": 255,\n          \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/stylesheet-differ/lib/index.js\",\n          \"module\": \"./node_modules/stylesheet-differ/lib/index.js\",\n          \"moduleName\": \"./node_modules/stylesheet-differ/lib/index.js\",\n          \"type\": \"cjs require\",\n          \"userRequest\": \"cssobj-plugin-gencss\",\n          \"loc\": \"3:29-60\"\n        }\n      ],\n      \"usedExports\": true,\n      \"providedExports\": null,\n      \"optimizationBailout\": [\n        \"ModuleConcatenation bailout: Module is not an ECMAScript module\"\n      ],\n      \"depth\": 3,\n      \"source\": \"(function (global, factory) {\\n\\ttypeof exports === 'object' && typeof module !== 'undefined' ? module.exports = factory() :\\n\\ttypeof define === 'function' && define.amd ? define('cssobj_plugin_gencss', factory) :\\n\\t(global.cssobj_plugin_gencss = factory());\\n}(this, (function () { 'use strict';\\n\\n// helper functions for cssobj\\n\\n// check n is numeric, or string of numeric\\n\\n\\nfunction own(o, k) {\\n  return {}.hasOwnProperty.call(o, k)\\n}\\n\\n// set default option (not deeply)\\nfunction defaults(options, defaultOption) {\\n  options = options || {};\\n  for (var i in defaultOption) {\\n    if (own(defaultOption, i) && !(i in options)) options[i] = defaultOption[i];\\n  }\\n  return options\\n}\\n\\n// convert js prop into css prop (dashified)\\nfunction dashify(str) {\\n  return str.replace(/[A-Z]/g, function(m) {\\n    return '-' + m.toLowerCase()\\n  })\\n}\\n\\n// capitalize str\\n\\n\\n// repeat str for num times\\n\\n\\n// random string, should used across all cssobj plugins\\n\\n\\n// extend obj from source, if it's no key in obj, create one\\n\\n\\n// ensure obj[k] as array, then push v into it\\n\\n\\n// replace find in str, with rep function result\\n\\n\\n// get parents array from node (when it's passed the test)\\n\\n\\n// split selector with comma, aware of css attributes\\n\\n\\n// split selector with splitter, aware of css attributes\\n\\n\\n// split char aware of syntax\\n\\n\\n// checking for valid css value\\n\\n// plugin for cssobj\\n\\nvar msVendor = /^ms/;\\n\\n/**\\n * dashify with vendor prefix, make 'msProp' into 'MsProp' first\\n * @param {string} prop the css property\\n * @returns {string} dashified property\\n */\\nfunction dashifyWithVendor(prop) {\\n  prop = msVendor.test(prop) ? prop.replace(msVendor, 'Ms') : prop;\\n  return dashify(prop)\\n}\\n\\nfunction cssobj_plugin_gencss (option) {\\n\\n  option = defaults(option, {\\n    indent: '  ',\\n    initIndent: '',\\n    newLine: '\\\\n'\\n  });\\n\\n  var initIndent = option.initIndent;\\n  var newLine = option.newLine;\\n  var indentStr = option.indent;\\n\\n  return {\\n    post: function (result) {\\n    var str = [];\\n    var walk = function(node, indent) {\\n      if (!node) return ''\\n\\n      // cssobj generate vanilla Array, it's safe to use constructor, fast\\n      if (node.constructor === Array) return node.map(function (v) {walk(v,indent);})\\n\\n      if(node.key && node.key.charAt(0)=='$') return ''\\n\\n      // nested media rule will pending proceed\\n      if(node.at=='media' && node.selParent && !node.pending) {\\n        node.pending=true;\\n        return node.selParent.postArr.push(node)\\n      }\\n      delete node.pending;\\n\\n      var prop = node.prop;\\n      var selText = node.selTextPart;\\n      var groupText = node.groupText;\\n\\n      if(!prop) return\\n\\n      // child node (but not \\\"\\\" key) will add indent\\n      if(node.parentRule && !node.ruleNode && !node.selParent) indent += indentStr;\\n\\n      // media node will reset indent\\n      if(node.at=='media') indent = initIndent;\\n\\n      node.postArr = [];\\n      var children = node.children;\\n      var isGroup = node.type=='group';\\n\\n      // groupNode if have selText, add indent\\n      var indent2 = selText&&isGroup ? indent + indentStr :indent;\\n\\n      // node have not any selector will have no indent in cssText, else add indent in prop\\n      var indent3 = !selText && !groupText ? initIndent : indent2 + indentStr;\\n\\n      // get cssText from prop\\n      var cssText = Object.keys(prop).map(function(k) {\\n        if(k.charAt(0)=='$') return ''\\n        for(var v, str='', i=prop[k].length; i--; ) {\\n          v = prop[k][i];\\n          str += indent3 + (node.inline ? node.selText + ' ' + k+';' : dashifyWithVendor(k)+': '+v+';') + newLine;\\n        }\\n        return str\\n      }).join('');\\n\\n      if(isGroup) {\\n        str.push(indent + groupText+' {' + newLine);\\n      }\\n\\n      if (cssText) str.push(selText ? indent2 + (node.inline ? cssText : selText + ' {' + newLine + cssText + indent2 + '}' + newLine) : cssText );\\n\\n      for(var c in children) {\\n        // empty key will pending proceed\\n        if(c==='') node.postArr.push(children[c]);\\n        else walk(children[c], indent);\\n      }\\n\\n      if(isGroup) {\\n        str.push(indent+'}' + newLine);\\n      }\\n\\n      // media rules need a stand alone block\\n      node.postArr.map(function(v) {\\n        walk(v,indent);\\n      });\\n      delete node.postArr;\\n    };\\n\\n    walk(result.root, initIndent);\\n    result.css = str.join('');\\n    return result\\n    }\\n  }\\n\\n}\\n\\nreturn cssobj_plugin_gencss;\\n\\n})));\\n\"\n    },\n    {\n      \"id\": 336,\n      \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/lodash.js\",\n      \"name\": \"./node_modules/lodash/lodash.js\",\n      \"index\": 335,\n      \"index2\": 332,\n      \"size\": 539836,\n      \"cacheable\": true,\n      \"built\": true,\n      \"optional\": false,\n      \"prefetched\": false,\n      \"chunks\": [\n        2\n      ],\n      \"issuer\": \"/Users/jarred/Code/styleurl/node_modules/stylesheet-differ/lib/index.js\",\n      \"issuerId\": 255,\n      \"issuerName\": \"./node_modules/stylesheet-differ/lib/index.js\",\n      \"issuerPath\": [\n        {\n          \"id\": 191,\n          \"identifier\": \"multi /Users/jarred/Code/styleurl/webpack/customPublicPath /Users/jarred/Code/styleurl/chrome/extension/background\",\n          \"name\": \"multi ./webpack/customPublicPath ./chrome/extension/background\",\n          \"profile\": {\n            \"factory\": 0,\n            \"building\": 0,\n            \"dependencies\": 54\n          }\n        },\n        {\n          \"id\": 192,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/background.js\",\n          \"name\": \"./chrome/extension/background.js\",\n          \"profile\": {\n            \"factory\": 54,\n            \"building\": 639,\n            \"dependencies\": 140\n          }\n        },\n        {\n          \"id\": 255,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/stylesheet-differ/lib/index.js\",\n          \"name\": \"./node_modules/stylesheet-differ/lib/index.js\",\n          \"profile\": {\n            \"factory\": 140,\n            \"building\": 568,\n            \"dependencies\": 1\n          }\n        }\n      ],\n      \"profile\": {\n        \"factory\": 189,\n        \"building\": 603,\n        \"dependencies\": 1\n      },\n      \"failed\": false,\n      \"errors\": 0,\n      \"warnings\": 0,\n      \"assets\": [],\n      \"reasons\": [\n        {\n          \"moduleId\": 255,\n          \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/stylesheet-differ/lib/index.js\",\n          \"module\": \"./node_modules/stylesheet-differ/lib/index.js\",\n          \"moduleName\": \"./node_modules/stylesheet-differ/lib/index.js\",\n          \"type\": \"cjs require\",\n          \"userRequest\": \"lodash\",\n          \"loc\": \"4:10-27\"\n        }\n      ],\n      \"usedExports\": true,\n      \"providedExports\": null,\n      \"optimizationBailout\": [\n        \"ModuleConcatenation bailout: Module is not an ECMAScript module\"\n      ],\n      \"depth\": 3,\n      \"source\": \"/**\\n * @license\\n * Lodash <https://lodash.com/>\\n * Copyright JS Foundation and other contributors <https://js.foundation/>\\n * Released under MIT license <https://lodash.com/license>\\n * Based on Underscore.js 1.8.3 <http://underscorejs.org/LICENSE>\\n * Copyright Jeremy Ashkenas, DocumentCloud and Investigative Reporters & Editors\\n */\\n;(function() {\\n\\n  /** Used as a safe reference for `undefined` in pre-ES5 environments. */\\n  var undefined;\\n\\n  /** Used as the semantic version number. */\\n  var VERSION = '4.17.10';\\n\\n  /** Used as the size to enable large array optimizations. */\\n  var LARGE_ARRAY_SIZE = 200;\\n\\n  /** Error message constants. */\\n  var CORE_ERROR_TEXT = 'Unsupported core-js use. Try https://npms.io/search?q=ponyfill.',\\n      FUNC_ERROR_TEXT = 'Expected a function';\\n\\n  /** Used to stand-in for `undefined` hash values. */\\n  var HASH_UNDEFINED = '__lodash_hash_undefined__';\\n\\n  /** Used as the maximum memoize cache size. */\\n  var MAX_MEMOIZE_SIZE = 500;\\n\\n  /** Used as the internal argument placeholder. */\\n  var PLACEHOLDER = '__lodash_placeholder__';\\n\\n  /** Used to compose bitmasks for cloning. */\\n  var CLONE_DEEP_FLAG = 1,\\n      CLONE_FLAT_FLAG = 2,\\n      CLONE_SYMBOLS_FLAG = 4;\\n\\n  /** Used to compose bitmasks for value comparisons. */\\n  var COMPARE_PARTIAL_FLAG = 1,\\n      COMPARE_UNORDERED_FLAG = 2;\\n\\n  /** Used to compose bitmasks for function metadata. */\\n  var WRAP_BIND_FLAG = 1,\\n      WRAP_BIND_KEY_FLAG = 2,\\n      WRAP_CURRY_BOUND_FLAG = 4,\\n      WRAP_CURRY_FLAG = 8,\\n      WRAP_CURRY_RIGHT_FLAG = 16,\\n      WRAP_PARTIAL_FLAG = 32,\\n      WRAP_PARTIAL_RIGHT_FLAG = 64,\\n      WRAP_ARY_FLAG = 128,\\n      WRAP_REARG_FLAG = 256,\\n      WRAP_FLIP_FLAG = 512;\\n\\n  /** Used as default options for `_.truncate`. */\\n  var DEFAULT_TRUNC_LENGTH = 30,\\n      DEFAULT_TRUNC_OMISSION = '...';\\n\\n  /** Used to detect hot functions by number of calls within a span of milliseconds. */\\n  var HOT_COUNT = 800,\\n      HOT_SPAN = 16;\\n\\n  /** Used to indicate the type of lazy iteratees. */\\n  var LAZY_FILTER_FLAG = 1,\\n      LAZY_MAP_FLAG = 2,\\n      LAZY_WHILE_FLAG = 3;\\n\\n  /** Used as references for various `Number` constants. */\\n  var INFINITY = 1 / 0,\\n      MAX_SAFE_INTEGER = 9007199254740991,\\n      MAX_INTEGER = 1.7976931348623157e+308,\\n      NAN = 0 / 0;\\n\\n  /** Used as references for the maximum length and index of an array. */\\n  var MAX_ARRAY_LENGTH = 4294967295,\\n      MAX_ARRAY_INDEX = MAX_ARRAY_LENGTH - 1,\\n      HALF_MAX_ARRAY_LENGTH = MAX_ARRAY_LENGTH >>> 1;\\n\\n  /** Used to associate wrap methods with their bit flags. */\\n  var wrapFlags = [\\n    ['ary', WRAP_ARY_FLAG],\\n    ['bind', WRAP_BIND_FLAG],\\n    ['bindKey', WRAP_BIND_KEY_FLAG],\\n    ['curry', WRAP_CURRY_FLAG],\\n    ['curryRight', WRAP_CURRY_RIGHT_FLAG],\\n    ['flip', WRAP_FLIP_FLAG],\\n    ['partial', WRAP_PARTIAL_FLAG],\\n    ['partialRight', WRAP_PARTIAL_RIGHT_FLAG],\\n    ['rearg', WRAP_REARG_FLAG]\\n  ];\\n\\n  /** `Object#toString` result references. */\\n  var argsTag = '[object Arguments]',\\n      arrayTag = '[object Array]',\\n      asyncTag = '[object AsyncFunction]',\\n      boolTag = '[object Boolean]',\\n      dateTag = '[object Date]',\\n      domExcTag = '[object DOMException]',\\n      errorTag = '[object Error]',\\n      funcTag = '[object Function]',\\n      genTag = '[object GeneratorFunction]',\\n      mapTag = '[object Map]',\\n      numberTag = '[object Number]',\\n      nullTag = '[object Null]',\\n      objectTag = '[object Object]',\\n      promiseTag = '[object Promise]',\\n      proxyTag = '[object Proxy]',\\n      regexpTag = '[object RegExp]',\\n      setTag = '[object Set]',\\n      stringTag = '[object String]',\\n      symbolTag = '[object Symbol]',\\n      undefinedTag = '[object Undefined]',\\n      weakMapTag = '[object WeakMap]',\\n      weakSetTag = '[object WeakSet]';\\n\\n  var arrayBufferTag = '[object ArrayBuffer]',\\n      dataViewTag = '[object DataView]',\\n      float32Tag = '[object Float32Array]',\\n      float64Tag = '[object Float64Array]',\\n      int8Tag = '[object Int8Array]',\\n      int16Tag = '[object Int16Array]',\\n      int32Tag = '[object Int32Array]',\\n      uint8Tag = '[object Uint8Array]',\\n      uint8ClampedTag = '[object Uint8ClampedArray]',\\n      uint16Tag = '[object Uint16Array]',\\n      uint32Tag = '[object Uint32Array]';\\n\\n  /** Used to match empty string literals in compiled template source. */\\n  var reEmptyStringLeading = /\\\\b__p \\\\+= '';/g,\\n      reEmptyStringMiddle = /\\\\b(__p \\\\+=) '' \\\\+/g,\\n      reEmptyStringTrailing = /(__e\\\\(.*?\\\\)|\\\\b__t\\\\)) \\\\+\\\\n'';/g;\\n\\n  /** Used to match HTML entities and HTML characters. */\\n  var reEscapedHtml = /&(?:amp|lt|gt|quot|#39);/g,\\n      reUnescapedHtml = /[&<>\\\"']/g,\\n      reHasEscapedHtml = RegExp(reEscapedHtml.source),\\n      reHasUnescapedHtml = RegExp(reUnescapedHtml.source);\\n\\n  /** Used to match template delimiters. */\\n  var reEscape = /<%-([\\\\s\\\\S]+?)%>/g,\\n      reEvaluate = /<%([\\\\s\\\\S]+?)%>/g,\\n      reInterpolate = /<%=([\\\\s\\\\S]+?)%>/g;\\n\\n  /** Used to match property names within property paths. */\\n  var reIsDeepProp = /\\\\.|\\\\[(?:[^[\\\\]]*|([\\\"'])(?:(?!\\\\1)[^\\\\\\\\]|\\\\\\\\.)*?\\\\1)\\\\]/,\\n      reIsPlainProp = /^\\\\w*$/,\\n      rePropName = /[^.[\\\\]]+|\\\\[(?:(-?\\\\d+(?:\\\\.\\\\d+)?)|([\\\"'])((?:(?!\\\\2)[^\\\\\\\\]|\\\\\\\\.)*?)\\\\2)\\\\]|(?=(?:\\\\.|\\\\[\\\\])(?:\\\\.|\\\\[\\\\]|$))/g;\\n\\n  /**\\n   * Used to match `RegExp`\\n   * [syntax characters](http://ecma-international.org/ecma-262/7.0/#sec-patterns).\\n   */\\n  var reRegExpChar = /[\\\\\\\\^$.*+?()[\\\\]{}|]/g,\\n      reHasRegExpChar = RegExp(reRegExpChar.source);\\n\\n  /** Used to match leading and trailing whitespace. */\\n  var reTrim = /^\\\\s+|\\\\s+$/g,\\n      reTrimStart = /^\\\\s+/,\\n      reTrimEnd = /\\\\s+$/;\\n\\n  /** Used to match wrap detail comments. */\\n  var reWrapComment = /\\\\{(?:\\\\n\\\\/\\\\* \\\\[wrapped with .+\\\\] \\\\*\\\\/)?\\\\n?/,\\n      reWrapDetails = /\\\\{\\\\n\\\\/\\\\* \\\\[wrapped with (.+)\\\\] \\\\*/,\\n      reSplitDetails = /,? & /;\\n\\n  /** Used to match words composed of alphanumeric characters. */\\n  var reAsciiWord = /[^\\\\x00-\\\\x2f\\\\x3a-\\\\x40\\\\x5b-\\\\x60\\\\x7b-\\\\x7f]+/g;\\n\\n  /** Used to match backslashes in property paths. */\\n  var reEscapeChar = /\\\\\\\\(\\\\\\\\)?/g;\\n\\n  /**\\n   * Used to match\\n   * [ES template delimiters](http://ecma-international.org/ecma-262/7.0/#sec-template-literal-lexical-components).\\n   */\\n  var reEsTemplate = /\\\\$\\\\{([^\\\\\\\\}]*(?:\\\\\\\\.[^\\\\\\\\}]*)*)\\\\}/g;\\n\\n  /** Used to match `RegExp` flags from their coerced string values. */\\n  var reFlags = /\\\\w*$/;\\n\\n  /** Used to detect bad signed hexadecimal string values. */\\n  var reIsBadHex = /^[-+]0x[0-9a-f]+$/i;\\n\\n  /** Used to detect binary string values. */\\n  var reIsBinary = /^0b[01]+$/i;\\n\\n  /** Used to detect host constructors (Safari). */\\n  var reIsHostCtor = /^\\\\[object .+?Constructor\\\\]$/;\\n\\n  /** Used to detect octal string values. */\\n  var reIsOctal = /^0o[0-7]+$/i;\\n\\n  /** Used to detect unsigned integer values. */\\n  var reIsUint = /^(?:0|[1-9]\\\\d*)$/;\\n\\n  /** Used to match Latin Unicode letters (excluding mathematical operators). */\\n  var reLatin = /[\\\\xc0-\\\\xd6\\\\xd8-\\\\xf6\\\\xf8-\\\\xff\\\\u0100-\\\\u017f]/g;\\n\\n  /** Used to ensure capturing order of template delimiters. */\\n  var reNoMatch = /($^)/;\\n\\n  /** Used to match unescaped characters in compiled string literals. */\\n  var reUnescapedString = /['\\\\n\\\\r\\\\u2028\\\\u2029\\\\\\\\]/g;\\n\\n  /** Used to compose unicode character classes. */\\n  var rsAstralRange = '\\\\\\\\ud800-\\\\\\\\udfff',\\n      rsComboMarksRange = '\\\\\\\\u0300-\\\\\\\\u036f',\\n      reComboHalfMarksRange = '\\\\\\\\ufe20-\\\\\\\\ufe2f',\\n      rsComboSymbolsRange = '\\\\\\\\u20d0-\\\\\\\\u20ff',\\n      rsComboRange = rsComboMarksRange + reComboHalfMarksRange + rsComboSymbolsRange,\\n      rsDingbatRange = '\\\\\\\\u2700-\\\\\\\\u27bf',\\n      rsLowerRange = 'a-z\\\\\\\\xdf-\\\\\\\\xf6\\\\\\\\xf8-\\\\\\\\xff',\\n      rsMathOpRange = '\\\\\\\\xac\\\\\\\\xb1\\\\\\\\xd7\\\\\\\\xf7',\\n      rsNonCharRange = '\\\\\\\\x00-\\\\\\\\x2f\\\\\\\\x3a-\\\\\\\\x40\\\\\\\\x5b-\\\\\\\\x60\\\\\\\\x7b-\\\\\\\\xbf',\\n      rsPunctuationRange = '\\\\\\\\u2000-\\\\\\\\u206f',\\n      rsSpaceRange = ' \\\\\\\\t\\\\\\\\x0b\\\\\\\\f\\\\\\\\xa0\\\\\\\\ufeff\\\\\\\\n\\\\\\\\r\\\\\\\\u2028\\\\\\\\u2029\\\\\\\\u1680\\\\\\\\u180e\\\\\\\\u2000\\\\\\\\u2001\\\\\\\\u2002\\\\\\\\u2003\\\\\\\\u2004\\\\\\\\u2005\\\\\\\\u2006\\\\\\\\u2007\\\\\\\\u2008\\\\\\\\u2009\\\\\\\\u200a\\\\\\\\u202f\\\\\\\\u205f\\\\\\\\u3000',\\n      rsUpperRange = 'A-Z\\\\\\\\xc0-\\\\\\\\xd6\\\\\\\\xd8-\\\\\\\\xde',\\n      rsVarRange = '\\\\\\\\ufe0e\\\\\\\\ufe0f',\\n      rsBreakRange = rsMathOpRange + rsNonCharRange + rsPunctuationRange + rsSpaceRange;\\n\\n  /** Used to compose unicode capture groups. */\\n  var rsApos = \\\"['\\\\u2019]\\\",\\n      rsAstral = '[' + rsAstralRange + ']',\\n      rsBreak = '[' + rsBreakRange + ']',\\n      rsCombo = '[' + rsComboRange + ']',\\n      rsDigits = '\\\\\\\\d+',\\n      rsDingbat = '[' + rsDingbatRange + ']',\\n      rsLower = '[' + rsLowerRange + ']',\\n      rsMisc = '[^' + rsAstralRange + rsBreakRange + rsDigits + rsDingbatRange + rsLowerRange + rsUpperRange + ']',\\n      rsFitz = '\\\\\\\\ud83c[\\\\\\\\udffb-\\\\\\\\udfff]',\\n      rsModifier = '(?:' + rsCombo + '|' + rsFitz + ')',\\n      rsNonAstral = '[^' + rsAstralRange + ']',\\n      rsRegional = '(?:\\\\\\\\ud83c[\\\\\\\\udde6-\\\\\\\\uddff]){2}',\\n      rsSurrPair = '[\\\\\\\\ud800-\\\\\\\\udbff][\\\\\\\\udc00-\\\\\\\\udfff]',\\n      rsUpper = '[' + rsUpperRange + ']',\\n      rsZWJ = '\\\\\\\\u200d';\\n\\n  /** Used to compose unicode regexes. */\\n  var rsMiscLower = '(?:' + rsLower + '|' + rsMisc + ')',\\n      rsMiscUpper = '(?:' + rsUpper + '|' + rsMisc + ')',\\n      rsOptContrLower = '(?:' + rsApos + '(?:d|ll|m|re|s|t|ve))?',\\n      rsOptContrUpper = '(?:' + rsApos + '(?:D|LL|M|RE|S|T|VE))?',\\n      reOptMod = rsModifier + '?',\\n      rsOptVar = '[' + rsVarRange + ']?',\\n      rsOptJoin = '(?:' + rsZWJ + '(?:' + [rsNonAstral, rsRegional, rsSurrPair].join('|') + ')' + rsOptVar + reOptMod + ')*',\\n      rsOrdLower = '\\\\\\\\d*(?:1st|2nd|3rd|(?![123])\\\\\\\\dth)(?=\\\\\\\\b|[A-Z_])',\\n      rsOrdUpper = '\\\\\\\\d*(?:1ST|2ND|3RD|(?![123])\\\\\\\\dTH)(?=\\\\\\\\b|[a-z_])',\\n      rsSeq = rsOptVar + reOptMod + rsOptJoin,\\n      rsEmoji = '(?:' + [rsDingbat, rsRegional, rsSurrPair].join('|') + ')' + rsSeq,\\n      rsSymbol = '(?:' + [rsNonAstral + rsCombo + '?', rsCombo, rsRegional, rsSurrPair, rsAstral].join('|') + ')';\\n\\n  /** Used to match apostrophes. */\\n  var reApos = RegExp(rsApos, 'g');\\n\\n  /**\\n   * Used to match [combining diacritical marks](https://en.wikipedia.org/wiki/Combining_Diacritical_Marks) and\\n   * [combining diacritical marks for symbols](https://en.wikipedia.org/wiki/Combining_Diacritical_Marks_for_Symbols).\\n   */\\n  var reComboMark = RegExp(rsCombo, 'g');\\n\\n  /** Used to match [string symbols](https://mathiasbynens.be/notes/javascript-unicode). */\\n  var reUnicode = RegExp(rsFitz + '(?=' + rsFitz + ')|' + rsSymbol + rsSeq, 'g');\\n\\n  /** Used to match complex or compound words. */\\n  var reUnicodeWord = RegExp([\\n    rsUpper + '?' + rsLower + '+' + rsOptContrLower + '(?=' + [rsBreak, rsUpper, '$'].join('|') + ')',\\n    rsMiscUpper + '+' + rsOptContrUpper + '(?=' + [rsBreak, rsUpper + rsMiscLower, '$'].join('|') + ')',\\n    rsUpper + '?' + rsMiscLower + '+' + rsOptContrLower,\\n    rsUpper + '+' + rsOptContrUpper,\\n    rsOrdUpper,\\n    rsOrdLower,\\n    rsDigits,\\n    rsEmoji\\n  ].join('|'), 'g');\\n\\n  /** Used to detect strings with [zero-width joiners or code points from the astral planes](http://eev.ee/blog/2015/09/12/dark-corners-of-unicode/). */\\n  var reHasUnicode = RegExp('[' + rsZWJ + rsAstralRange  + rsComboRange + rsVarRange + ']');\\n\\n  /** Used to detect strings that need a more robust regexp to match words. */\\n  var reHasUnicodeWord = /[a-z][A-Z]|[A-Z]{2,}[a-z]|[0-9][a-zA-Z]|[a-zA-Z][0-9]|[^a-zA-Z0-9 ]/;\\n\\n  /** Used to assign default `context` object properties. */\\n  var contextProps = [\\n    'Array', 'Buffer', 'DataView', 'Date', 'Error', 'Float32Array', 'Float64Array',\\n    'Function', 'Int8Array', 'Int16Array', 'Int32Array', 'Map', 'Math', 'Object',\\n    'Promise', 'RegExp', 'Set', 'String', 'Symbol', 'TypeError', 'Uint8Array',\\n    'Uint8ClampedArray', 'Uint16Array', 'Uint32Array', 'WeakMap',\\n    '_', 'clearTimeout', 'isFinite', 'parseInt', 'setTimeout'\\n  ];\\n\\n  /** Used to make template sourceURLs easier to identify. */\\n  var templateCounter = -1;\\n\\n  /** Used to identify `toStringTag` values of typed arrays. */\\n  var typedArrayTags = {};\\n  typedArrayTags[float32Tag] = typedArrayTags[float64Tag] =\\n  typedArrayTags[int8Tag] = typedArrayTags[int16Tag] =\\n  typedArrayTags[int32Tag] = typedArrayTags[uint8Tag] =\\n  typedArrayTags[uint8ClampedTag] = typedArrayTags[uint16Tag] =\\n  typedArrayTags[uint32Tag] = true;\\n  typedArrayTags[argsTag] = typedArrayTags[arrayTag] =\\n  typedArrayTags[arrayBufferTag] = typedArrayTags[boolTag] =\\n  typedArrayTags[dataViewTag] = typedArrayTags[dateTag] =\\n  typedArrayTags[errorTag] = typedArrayTags[funcTag] =\\n  typedArrayTags[mapTag] = typedArrayTags[numberTag] =\\n  typedArrayTags[objectTag] = typedArrayTags[regexpTag] =\\n  typedArrayTags[setTag] = typedArrayTags[stringTag] =\\n  typedArrayTags[weakMapTag] = false;\\n\\n  /** Used to identify `toStringTag` values supported by `_.clone`. */\\n  var cloneableTags = {};\\n  cloneableTags[argsTag] = cloneableTags[arrayTag] =\\n  cloneableTags[arrayBufferTag] = cloneableTags[dataViewTag] =\\n  cloneableTags[boolTag] = cloneableTags[dateTag] =\\n  cloneableTags[float32Tag] = cloneableTags[float64Tag] =\\n  cloneableTags[int8Tag] = cloneableTags[int16Tag] =\\n  cloneableTags[int32Tag] = cloneableTags[mapTag] =\\n  cloneableTags[numberTag] = cloneableTags[objectTag] =\\n  cloneableTags[regexpTag] = cloneableTags[setTag] =\\n  cloneableTags[stringTag] = cloneableTags[symbolTag] =\\n  cloneableTags[uint8Tag] = cloneableTags[uint8ClampedTag] =\\n  cloneableTags[uint16Tag] = cloneableTags[uint32Tag] = true;\\n  cloneableTags[errorTag] = cloneableTags[funcTag] =\\n  cloneableTags[weakMapTag] = false;\\n\\n  /** Used to map Latin Unicode letters to basic Latin letters. */\\n  var deburredLetters = {\\n    // Latin-1 Supplement block.\\n    '\\\\xc0': 'A',  '\\\\xc1': 'A', '\\\\xc2': 'A', '\\\\xc3': 'A', '\\\\xc4': 'A', '\\\\xc5': 'A',\\n    '\\\\xe0': 'a',  '\\\\xe1': 'a', '\\\\xe2': 'a', '\\\\xe3': 'a', '\\\\xe4': 'a', '\\\\xe5': 'a',\\n    '\\\\xc7': 'C',  '\\\\xe7': 'c',\\n    '\\\\xd0': 'D',  '\\\\xf0': 'd',\\n    '\\\\xc8': 'E',  '\\\\xc9': 'E', '\\\\xca': 'E', '\\\\xcb': 'E',\\n    '\\\\xe8': 'e',  '\\\\xe9': 'e', '\\\\xea': 'e', '\\\\xeb': 'e',\\n    '\\\\xcc': 'I',  '\\\\xcd': 'I', '\\\\xce': 'I', '\\\\xcf': 'I',\\n    '\\\\xec': 'i',  '\\\\xed': 'i', '\\\\xee': 'i', '\\\\xef': 'i',\\n    '\\\\xd1': 'N',  '\\\\xf1': 'n',\\n    '\\\\xd2': 'O',  '\\\\xd3': 'O', '\\\\xd4': 'O', '\\\\xd5': 'O', '\\\\xd6': 'O', '\\\\xd8': 'O',\\n    '\\\\xf2': 'o',  '\\\\xf3': 'o', '\\\\xf4': 'o', '\\\\xf5': 'o', '\\\\xf6': 'o', '\\\\xf8': 'o',\\n    '\\\\xd9': 'U',  '\\\\xda': 'U', '\\\\xdb': 'U', '\\\\xdc': 'U',\\n    '\\\\xf9': 'u',  '\\\\xfa': 'u', '\\\\xfb': 'u', '\\\\xfc': 'u',\\n    '\\\\xdd': 'Y',  '\\\\xfd': 'y', '\\\\xff': 'y',\\n    '\\\\xc6': 'Ae', '\\\\xe6': 'ae',\\n    '\\\\xde': 'Th', '\\\\xfe': 'th',\\n    '\\\\xdf': 'ss',\\n    // Latin Extended-A block.\\n    '\\\\u0100': 'A',  '\\\\u0102': 'A', '\\\\u0104': 'A',\\n    '\\\\u0101': 'a',  '\\\\u0103': 'a', '\\\\u0105': 'a',\\n    '\\\\u0106': 'C',  '\\\\u0108': 'C', '\\\\u010a': 'C', '\\\\u010c': 'C',\\n    '\\\\u0107': 'c',  '\\\\u0109': 'c', '\\\\u010b': 'c', '\\\\u010d': 'c',\\n    '\\\\u010e': 'D',  '\\\\u0110': 'D', '\\\\u010f': 'd', '\\\\u0111': 'd',\\n    '\\\\u0112': 'E',  '\\\\u0114': 'E', '\\\\u0116': 'E', '\\\\u0118': 'E', '\\\\u011a': 'E',\\n    '\\\\u0113': 'e',  '\\\\u0115': 'e', '\\\\u0117': 'e', '\\\\u0119': 'e', '\\\\u011b': 'e',\\n    '\\\\u011c': 'G',  '\\\\u011e': 'G', '\\\\u0120': 'G', '\\\\u0122': 'G',\\n    '\\\\u011d': 'g',  '\\\\u011f': 'g', '\\\\u0121': 'g', '\\\\u0123': 'g',\\n    '\\\\u0124': 'H',  '\\\\u0126': 'H', '\\\\u0125': 'h', '\\\\u0127': 'h',\\n    '\\\\u0128': 'I',  '\\\\u012a': 'I', '\\\\u012c': 'I', '\\\\u012e': 'I', '\\\\u0130': 'I',\\n    '\\\\u0129': 'i',  '\\\\u012b': 'i', '\\\\u012d': 'i', '\\\\u012f': 'i', '\\\\u0131': 'i',\\n    '\\\\u0134': 'J',  '\\\\u0135': 'j',\\n    '\\\\u0136': 'K',  '\\\\u0137': 'k', '\\\\u0138': 'k',\\n    '\\\\u0139': 'L',  '\\\\u013b': 'L', '\\\\u013d': 'L', '\\\\u013f': 'L', '\\\\u0141': 'L',\\n    '\\\\u013a': 'l',  '\\\\u013c': 'l', '\\\\u013e': 'l', '\\\\u0140': 'l', '\\\\u0142': 'l',\\n    '\\\\u0143': 'N',  '\\\\u0145': 'N', '\\\\u0147': 'N', '\\\\u014a': 'N',\\n    '\\\\u0144': 'n',  '\\\\u0146': 'n', '\\\\u0148': 'n', '\\\\u014b': 'n',\\n    '\\\\u014c': 'O',  '\\\\u014e': 'O', '\\\\u0150': 'O',\\n    '\\\\u014d': 'o',  '\\\\u014f': 'o', '\\\\u0151': 'o',\\n    '\\\\u0154': 'R',  '\\\\u0156': 'R', '\\\\u0158': 'R',\\n    '\\\\u0155': 'r',  '\\\\u0157': 'r', '\\\\u0159': 'r',\\n    '\\\\u015a': 'S',  '\\\\u015c': 'S', '\\\\u015e': 'S', '\\\\u0160': 'S',\\n    '\\\\u015b': 's',  '\\\\u015d': 's', '\\\\u015f': 's', '\\\\u0161': 's',\\n    '\\\\u0162': 'T',  '\\\\u0164': 'T', '\\\\u0166': 'T',\\n    '\\\\u0163': 't',  '\\\\u0165': 't', '\\\\u0167': 't',\\n    '\\\\u0168': 'U',  '\\\\u016a': 'U', '\\\\u016c': 'U', '\\\\u016e': 'U', '\\\\u0170': 'U', '\\\\u0172': 'U',\\n    '\\\\u0169': 'u',  '\\\\u016b': 'u', '\\\\u016d': 'u', '\\\\u016f': 'u', '\\\\u0171': 'u', '\\\\u0173': 'u',\\n    '\\\\u0174': 'W',  '\\\\u0175': 'w',\\n    '\\\\u0176': 'Y',  '\\\\u0177': 'y', '\\\\u0178': 'Y',\\n    '\\\\u0179': 'Z',  '\\\\u017b': 'Z', '\\\\u017d': 'Z',\\n    '\\\\u017a': 'z',  '\\\\u017c': 'z', '\\\\u017e': 'z',\\n    '\\\\u0132': 'IJ', '\\\\u0133': 'ij',\\n    '\\\\u0152': 'Oe', '\\\\u0153': 'oe',\\n    '\\\\u0149': \\\"'n\\\", '\\\\u017f': 's'\\n  };\\n\\n  /** Used to map characters to HTML entities. */\\n  var htmlEscapes = {\\n    '&': '&amp;',\\n    '<': '&lt;',\\n    '>': '&gt;',\\n    '\\\"': '&quot;',\\n    \\\"'\\\": '&#39;'\\n  };\\n\\n  /** Used to map HTML entities to characters. */\\n  var htmlUnescapes = {\\n    '&amp;': '&',\\n    '&lt;': '<',\\n    '&gt;': '>',\\n    '&quot;': '\\\"',\\n    '&#39;': \\\"'\\\"\\n  };\\n\\n  /** Used to escape characters for inclusion in compiled string literals. */\\n  var stringEscapes = {\\n    '\\\\\\\\': '\\\\\\\\',\\n    \\\"'\\\": \\\"'\\\",\\n    '\\\\n': 'n',\\n    '\\\\r': 'r',\\n    '\\\\u2028': 'u2028',\\n    '\\\\u2029': 'u2029'\\n  };\\n\\n  /** Built-in method references without a dependency on `root`. */\\n  var freeParseFloat = parseFloat,\\n      freeParseInt = parseInt;\\n\\n  /** Detect free variable `global` from Node.js. */\\n  var freeGlobal = typeof global == 'object' && global && global.Object === Object && global;\\n\\n  /** Detect free variable `self`. */\\n  var freeSelf = typeof self == 'object' && self && self.Object === Object && self;\\n\\n  /** Used as a reference to the global object. */\\n  var root = freeGlobal || freeSelf || Function('return this')();\\n\\n  /** Detect free variable `exports`. */\\n  var freeExports = typeof exports == 'object' && exports && !exports.nodeType && exports;\\n\\n  /** Detect free variable `module`. */\\n  var freeModule = freeExports && typeof module == 'object' && module && !module.nodeType && module;\\n\\n  /** Detect the popular CommonJS extension `module.exports`. */\\n  var moduleExports = freeModule && freeModule.exports === freeExports;\\n\\n  /** Detect free variable `process` from Node.js. */\\n  var freeProcess = moduleExports && freeGlobal.process;\\n\\n  /** Used to access faster Node.js helpers. */\\n  var nodeUtil = (function() {\\n    try {\\n      // Use `util.types` for Node.js 10+.\\n      var types = freeModule && freeModule.require && freeModule.require('util').types;\\n\\n      if (types) {\\n        return types;\\n      }\\n\\n      // Legacy `process.binding('util')` for Node.js < 10.\\n      return freeProcess && freeProcess.binding && freeProcess.binding('util');\\n    } catch (e) {}\\n  }());\\n\\n  /* Node.js helper references. */\\n  var nodeIsArrayBuffer = nodeUtil && nodeUtil.isArrayBuffer,\\n      nodeIsDate = nodeUtil && nodeUtil.isDate,\\n      nodeIsMap = nodeUtil && nodeUtil.isMap,\\n      nodeIsRegExp = nodeUtil && nodeUtil.isRegExp,\\n      nodeIsSet = nodeUtil && nodeUtil.isSet,\\n      nodeIsTypedArray = nodeUtil && nodeUtil.isTypedArray;\\n\\n  /*--------------------------------------------------------------------------*/\\n\\n  /**\\n   * A faster alternative to `Function#apply`, this function invokes `func`\\n   * with the `this` binding of `thisArg` and the arguments of `args`.\\n   *\\n   * @private\\n   * @param {Function} func The function to invoke.\\n   * @param {*} thisArg The `this` binding of `func`.\\n   * @param {Array} args The arguments to invoke `func` with.\\n   * @returns {*} Returns the result of `func`.\\n   */\\n  function apply(func, thisArg, args) {\\n    switch (args.length) {\\n      case 0: return func.call(thisArg);\\n      case 1: return func.call(thisArg, args[0]);\\n      case 2: return func.call(thisArg, args[0], args[1]);\\n      case 3: return func.call(thisArg, args[0], args[1], args[2]);\\n    }\\n    return func.apply(thisArg, args);\\n  }\\n\\n  /**\\n   * A specialized version of `baseAggregator` for arrays.\\n   *\\n   * @private\\n   * @param {Array} [array] The array to iterate over.\\n   * @param {Function} setter The function to set `accumulator` values.\\n   * @param {Function} iteratee The iteratee to transform keys.\\n   * @param {Object} accumulator The initial aggregated object.\\n   * @returns {Function} Returns `accumulator`.\\n   */\\n  function arrayAggregator(array, setter, iteratee, accumulator) {\\n    var index = -1,\\n        length = array == null ? 0 : array.length;\\n\\n    while (++index < length) {\\n      var value = array[index];\\n      setter(accumulator, value, iteratee(value), array);\\n    }\\n    return accumulator;\\n  }\\n\\n  /**\\n   * A specialized version of `_.forEach` for arrays without support for\\n   * iteratee shorthands.\\n   *\\n   * @private\\n   * @param {Array} [array] The array to iterate over.\\n   * @param {Function} iteratee The function invoked per iteration.\\n   * @returns {Array} Returns `array`.\\n   */\\n  function arrayEach(array, iteratee) {\\n    var index = -1,\\n        length = array == null ? 0 : array.length;\\n\\n    while (++index < length) {\\n      if (iteratee(array[index], index, array) === false) {\\n        break;\\n      }\\n    }\\n    return array;\\n  }\\n\\n  /**\\n   * A specialized version of `_.forEachRight` for arrays without support for\\n   * iteratee shorthands.\\n   *\\n   * @private\\n   * @param {Array} [array] The array to iterate over.\\n   * @param {Function} iteratee The function invoked per iteration.\\n   * @returns {Array} Returns `array`.\\n   */\\n  function arrayEachRight(array, iteratee) {\\n    var length = array == null ? 0 : array.length;\\n\\n    while (length--) {\\n      if (iteratee(array[length], length, array) === false) {\\n        break;\\n      }\\n    }\\n    return array;\\n  }\\n\\n  /**\\n   * A specialized version of `_.every` for arrays without support for\\n   * iteratee shorthands.\\n   *\\n   * @private\\n   * @param {Array} [array] The array to iterate over.\\n   * @param {Function} predicate The function invoked per iteration.\\n   * @returns {boolean} Returns `true` if all elements pass the predicate check,\\n   *  else `false`.\\n   */\\n  function arrayEvery(array, predicate) {\\n    var index = -1,\\n        length = array == null ? 0 : array.length;\\n\\n    while (++index < length) {\\n      if (!predicate(array[index], index, array)) {\\n        return false;\\n      }\\n    }\\n    return true;\\n  }\\n\\n  /**\\n   * A specialized version of `_.filter` for arrays without support for\\n   * iteratee shorthands.\\n   *\\n   * @private\\n   * @param {Array} [array] The array to iterate over.\\n   * @param {Function} predicate The function invoked per iteration.\\n   * @returns {Array} Returns the new filtered array.\\n   */\\n  function arrayFilter(array, predicate) {\\n    var index = -1,\\n        length = array == null ? 0 : array.length,\\n        resIndex = 0,\\n        result = [];\\n\\n    while (++index < length) {\\n      var value = array[index];\\n      if (predicate(value, index, array)) {\\n        result[resIndex++] = value;\\n      }\\n    }\\n    return result;\\n  }\\n\\n  /**\\n   * A specialized version of `_.includes` for arrays without support for\\n   * specifying an index to search from.\\n   *\\n   * @private\\n   * @param {Array} [array] The array to inspect.\\n   * @param {*} target The value to search for.\\n   * @returns {boolean} Returns `true` if `target` is found, else `false`.\\n   */\\n  function arrayIncludes(array, value) {\\n    var length = array == null ? 0 : array.length;\\n    return !!length && baseIndexOf(array, value, 0) > -1;\\n  }\\n\\n  /**\\n   * This function is like `arrayIncludes` except that it accepts a comparator.\\n   *\\n   * @private\\n   * @param {Array} [array] The array to inspect.\\n   * @param {*} target The value to search for.\\n   * @param {Function} comparator The comparator invoked per element.\\n   * @returns {boolean} Returns `true` if `target` is found, else `false`.\\n   */\\n  function arrayIncludesWith(array, value, comparator) {\\n    var index = -1,\\n        length = array == null ? 0 : array.length;\\n\\n    while (++index < length) {\\n      if (comparator(value, array[index])) {\\n        return true;\\n      }\\n    }\\n    return false;\\n  }\\n\\n  /**\\n   * A specialized version of `_.map` for arrays without support for iteratee\\n   * shorthands.\\n   *\\n   * @private\\n   * @param {Array} [array] The array to iterate over.\\n   * @param {Function} iteratee The function invoked per iteration.\\n   * @returns {Array} Returns the new mapped array.\\n   */\\n  function arrayMap(array, iteratee) {\\n    var index = -1,\\n        length = array == null ? 0 : array.length,\\n        result = Array(length);\\n\\n    while (++index < length) {\\n      result[index] = iteratee(array[index], index, array);\\n    }\\n    return result;\\n  }\\n\\n  /**\\n   * Appends the elements of `values` to `array`.\\n   *\\n   * @private\\n   * @param {Array} array The array to modify.\\n   * @param {Array} values The values to append.\\n   * @returns {Array} Returns `array`.\\n   */\\n  function arrayPush(array, values) {\\n    var index = -1,\\n        length = values.length,\\n        offset = array.length;\\n\\n    while (++index < length) {\\n      array[offset + index] = values[index];\\n    }\\n    return array;\\n  }\\n\\n  /**\\n   * A specialized version of `_.reduce` for arrays without support for\\n   * iteratee shorthands.\\n   *\\n   * @private\\n   * @param {Array} [array] The array to iterate over.\\n   * @param {Function} iteratee The function invoked per iteration.\\n   * @param {*} [accumulator] The initial value.\\n   * @param {boolean} [initAccum] Specify using the first element of `array` as\\n   *  the initial value.\\n   * @returns {*} Returns the accumulated value.\\n   */\\n  function arrayReduce(array, iteratee, accumulator, initAccum) {\\n    var index = -1,\\n        length = array == null ? 0 : array.length;\\n\\n    if (initAccum && length) {\\n      accumulator = array[++index];\\n    }\\n    while (++index < length) {\\n      accumulator = iteratee(accumulator, array[index], index, array);\\n    }\\n    return accumulator;\\n  }\\n\\n  /**\\n   * A specialized version of `_.reduceRight` for arrays without support for\\n   * iteratee shorthands.\\n   *\\n   * @private\\n   * @param {Array} [array] The array to iterate over.\\n   * @param {Function} iteratee The function invoked per iteration.\\n   * @param {*} [accumulator] The initial value.\\n   * @param {boolean} [initAccum] Specify using the last element of `array` as\\n   *  the initial value.\\n   * @returns {*} Returns the accumulated value.\\n   */\\n  function arrayReduceRight(array, iteratee, accumulator, initAccum) {\\n    var length = array == null ? 0 : array.length;\\n    if (initAccum && length) {\\n      accumulator = array[--length];\\n    }\\n    while (length--) {\\n      accumulator = iteratee(accumulator, array[length], length, array);\\n    }\\n    return accumulator;\\n  }\\n\\n  /**\\n   * A specialized version of `_.some` for arrays without support for iteratee\\n   * shorthands.\\n   *\\n   * @private\\n   * @param {Array} [array] The array to iterate over.\\n   * @param {Function} predicate The function invoked per iteration.\\n   * @returns {boolean} Returns `true` if any element passes the predicate check,\\n   *  else `false`.\\n   */\\n  function arraySome(array, predicate) {\\n    var index = -1,\\n        length = array == null ? 0 : array.length;\\n\\n    while (++index < length) {\\n      if (predicate(array[index], index, array)) {\\n        return true;\\n      }\\n    }\\n    return false;\\n  }\\n\\n  /**\\n   * Gets the size of an ASCII `string`.\\n   *\\n   * @private\\n   * @param {string} string The string inspect.\\n   * @returns {number} Returns the string size.\\n   */\\n  var asciiSize = baseProperty('length');\\n\\n  /**\\n   * Converts an ASCII `string` to an array.\\n   *\\n   * @private\\n   * @param {string} string The string to convert.\\n   * @returns {Array} Returns the converted array.\\n   */\\n  function asciiToArray(string) {\\n    return string.split('');\\n  }\\n\\n  /**\\n   * Splits an ASCII `string` into an array of its words.\\n   *\\n   * @private\\n   * @param {string} The string to inspect.\\n   * @returns {Array} Returns the words of `string`.\\n   */\\n  function asciiWords(string) {\\n    return string.match(reAsciiWord) || [];\\n  }\\n\\n  /**\\n   * The base implementation of methods like `_.findKey` and `_.findLastKey`,\\n   * without support for iteratee shorthands, which iterates over `collection`\\n   * using `eachFunc`.\\n   *\\n   * @private\\n   * @param {Array|Object} collection The collection to inspect.\\n   * @param {Function} predicate The function invoked per iteration.\\n   * @param {Function} eachFunc The function to iterate over `collection`.\\n   * @returns {*} Returns the found element or its key, else `undefined`.\\n   */\\n  function baseFindKey(collection, predicate, eachFunc) {\\n    var result;\\n    eachFunc(collection, function(value, key, collection) {\\n      if (predicate(value, key, collection)) {\\n        result = key;\\n        return false;\\n      }\\n    });\\n    return result;\\n  }\\n\\n  /**\\n   * The base implementation of `_.findIndex` and `_.findLastIndex` without\\n   * support for iteratee shorthands.\\n   *\\n   * @private\\n   * @param {Array} array The array to inspect.\\n   * @param {Function} predicate The function invoked per iteration.\\n   * @param {number} fromIndex The index to search from.\\n   * @param {boolean} [fromRight] Specify iterating from right to left.\\n   * @returns {number} Returns the index of the matched value, else `-1`.\\n   */\\n  function baseFindIndex(array, predicate, fromIndex, fromRight) {\\n    var length = array.length,\\n        index = fromIndex + (fromRight ? 1 : -1);\\n\\n    while ((fromRight ? index-- : ++index < length)) {\\n      if (predicate(array[index], index, array)) {\\n        return index;\\n      }\\n    }\\n    return -1;\\n  }\\n\\n  /**\\n   * The base implementation of `_.indexOf` without `fromIndex` bounds checks.\\n   *\\n   * @private\\n   * @param {Array} array The array to inspect.\\n   * @param {*} value The value to search for.\\n   * @param {number} fromIndex The index to search from.\\n   * @returns {number} Returns the index of the matched value, else `-1`.\\n   */\\n  function baseIndexOf(array, value, fromIndex) {\\n    return value === value\\n      ? strictIndexOf(array, value, fromIndex)\\n      : baseFindIndex(array, baseIsNaN, fromIndex);\\n  }\\n\\n  /**\\n   * This function is like `baseIndexOf` except that it accepts a comparator.\\n   *\\n   * @private\\n   * @param {Array} array The array to inspect.\\n   * @param {*} value The value to search for.\\n   * @param {number} fromIndex The index to search from.\\n   * @param {Function} comparator The comparator invoked per element.\\n   * @returns {number} Returns the index of the matched value, else `-1`.\\n   */\\n  function baseIndexOfWith(array, value, fromIndex, comparator) {\\n    var index = fromIndex - 1,\\n        length = array.length;\\n\\n    while (++index < length) {\\n      if (comparator(array[index], value)) {\\n        return index;\\n      }\\n    }\\n    return -1;\\n  }\\n\\n  /**\\n   * The base implementation of `_.isNaN` without support for number objects.\\n   *\\n   * @private\\n   * @param {*} value The value to check.\\n   * @returns {boolean} Returns `true` if `value` is `NaN`, else `false`.\\n   */\\n  function baseIsNaN(value) {\\n    return value !== value;\\n  }\\n\\n  /**\\n   * The base implementation of `_.mean` and `_.meanBy` without support for\\n   * iteratee shorthands.\\n   *\\n   * @private\\n   * @param {Array} array The array to iterate over.\\n   * @param {Function} iteratee The function invoked per iteration.\\n   * @returns {number} Returns the mean.\\n   */\\n  function baseMean(array, iteratee) {\\n    var length = array == null ? 0 : array.length;\\n    return length ? (baseSum(array, iteratee) / length) : NAN;\\n  }\\n\\n  /**\\n   * The base implementation of `_.property` without support for deep paths.\\n   *\\n   * @private\\n   * @param {string} key The key of the property to get.\\n   * @returns {Function} Returns the new accessor function.\\n   */\\n  function baseProperty(key) {\\n    return function(object) {\\n      return object == null ? undefined : object[key];\\n    };\\n  }\\n\\n  /**\\n   * The base implementation of `_.propertyOf` without support for deep paths.\\n   *\\n   * @private\\n   * @param {Object} object The object to query.\\n   * @returns {Function} Returns the new accessor function.\\n   */\\n  function basePropertyOf(object) {\\n    return function(key) {\\n      return object == null ? undefined : object[key];\\n    };\\n  }\\n\\n  /**\\n   * The base implementation of `_.reduce` and `_.reduceRight`, without support\\n   * for iteratee shorthands, which iterates over `collection` using `eachFunc`.\\n   *\\n   * @private\\n   * @param {Array|Object} collection The collection to iterate over.\\n   * @param {Function} iteratee The function invoked per iteration.\\n   * @param {*} accumulator The initial value.\\n   * @param {boolean} initAccum Specify using the first or last element of\\n   *  `collection` as the initial value.\\n   * @param {Function} eachFunc The function to iterate over `collection`.\\n   * @returns {*} Returns the accumulated value.\\n   */\\n  function baseReduce(collection, iteratee, accumulator, initAccum, eachFunc) {\\n    eachFunc(collection, function(value, index, collection) {\\n      accumulator = initAccum\\n        ? (initAccum = false, value)\\n        : iteratee(accumulator, value, index, collection);\\n    });\\n    return accumulator;\\n  }\\n\\n  /**\\n   * The base implementation of `_.sortBy` which uses `comparer` to define the\\n   * sort order of `array` and replaces criteria objects with their corresponding\\n   * values.\\n   *\\n   * @private\\n   * @param {Array} array The array to sort.\\n   * @param {Function} comparer The function to define sort order.\\n   * @returns {Array} Returns `array`.\\n   */\\n  function baseSortBy(array, comparer) {\\n    var length = array.length;\\n\\n    array.sort(comparer);\\n    while (length--) {\\n      array[length] = array[length].value;\\n    }\\n    return array;\\n  }\\n\\n  /**\\n   * The base implementation of `_.sum` and `_.sumBy` without support for\\n   * iteratee shorthands.\\n   *\\n   * @private\\n   * @param {Array} array The array to iterate over.\\n   * @param {Function} iteratee The function invoked per iteration.\\n   * @returns {number} Returns the sum.\\n   */\\n  function baseSum(array, iteratee) {\\n    var result,\\n        index = -1,\\n        length = array.length;\\n\\n    while (++index < length) {\\n      var current = iteratee(array[index]);\\n      if (current !== undefined) {\\n        result = result === undefined ? current : (result + current);\\n      }\\n    }\\n    return result;\\n  }\\n\\n  /**\\n   * The base implementation of `_.times` without support for iteratee shorthands\\n   * or max array length checks.\\n   *\\n   * @private\\n   * @param {number} n The number of times to invoke `iteratee`.\\n   * @param {Function} iteratee The function invoked per iteration.\\n   * @returns {Array} Returns the array of results.\\n   */\\n  function baseTimes(n, iteratee) {\\n    var index = -1,\\n        result = Array(n);\\n\\n    while (++index < n) {\\n      result[index] = iteratee(index);\\n    }\\n    return result;\\n  }\\n\\n  /**\\n   * The base implementation of `_.toPairs` and `_.toPairsIn` which creates an array\\n   * of key-value pairs for `object` corresponding to the property names of `props`.\\n   *\\n   * @private\\n   * @param {Object} object The object to query.\\n   * @param {Array} props The property names to get values for.\\n   * @returns {Object} Returns the key-value pairs.\\n   */\\n  function baseToPairs(object, props) {\\n    return arrayMap(props, function(key) {\\n      return [key, object[key]];\\n    });\\n  }\\n\\n  /**\\n   * The base implementation of `_.unary` without support for storing metadata.\\n   *\\n   * @private\\n   * @param {Function} func The function to cap arguments for.\\n   * @returns {Function} Returns the new capped function.\\n   */\\n  function baseUnary(func) {\\n    return function(value) {\\n      return func(value);\\n    };\\n  }\\n\\n  /**\\n   * The base implementation of `_.values` and `_.valuesIn` which creates an\\n   * array of `object` property values corresponding to the property names\\n   * of `props`.\\n   *\\n   * @private\\n   * @param {Object} object The object to query.\\n   * @param {Array} props The property names to get values for.\\n   * @returns {Object} Returns the array of property values.\\n   */\\n  function baseValues(object, props) {\\n    return arrayMap(props, function(key) {\\n      return object[key];\\n    });\\n  }\\n\\n  /**\\n   * Checks if a `cache` value for `key` exists.\\n   *\\n   * @private\\n   * @param {Object} cache The cache to query.\\n   * @param {string} key The key of the entry to check.\\n   * @returns {boolean} Returns `true` if an entry for `key` exists, else `false`.\\n   */\\n  function cacheHas(cache, key) {\\n    return cache.has(key);\\n  }\\n\\n  /**\\n   * Used by `_.trim` and `_.trimStart` to get the index of the first string symbol\\n   * that is not found in the character symbols.\\n   *\\n   * @private\\n   * @param {Array} strSymbols The string symbols to inspect.\\n   * @param {Array} chrSymbols The character symbols to find.\\n   * @returns {number} Returns the index of the first unmatched string symbol.\\n   */\\n  function charsStartIndex(strSymbols, chrSymbols) {\\n    var index = -1,\\n        length = strSymbols.length;\\n\\n    while (++index < length && baseIndexOf(chrSymbols, strSymbols[index], 0) > -1) {}\\n    return index;\\n  }\\n\\n  /**\\n   * Used by `_.trim` and `_.trimEnd` to get the index of the last string symbol\\n   * that is not found in the character symbols.\\n   *\\n   * @private\\n   * @param {Array} strSymbols The string symbols to inspect.\\n   * @param {Array} chrSymbols The character symbols to find.\\n   * @returns {number} Returns the index of the last unmatched string symbol.\\n   */\\n  function charsEndIndex(strSymbols, chrSymbols) {\\n    var index = strSymbols.length;\\n\\n    while (index-- && baseIndexOf(chrSymbols, strSymbols[index], 0) > -1) {}\\n    return index;\\n  }\\n\\n  /**\\n   * Gets the number of `placeholder` occurrences in `array`.\\n   *\\n   * @private\\n   * @param {Array} array The array to inspect.\\n   * @param {*} placeholder The placeholder to search for.\\n   * @returns {number} Returns the placeholder count.\\n   */\\n  function countHolders(array, placeholder) {\\n    var length = array.length,\\n        result = 0;\\n\\n    while (length--) {\\n      if (array[length] === placeholder) {\\n        ++result;\\n      }\\n    }\\n    return result;\\n  }\\n\\n  /**\\n   * Used by `_.deburr` to convert Latin-1 Supplement and Latin Extended-A\\n   * letters to basic Latin letters.\\n   *\\n   * @private\\n   * @param {string} letter The matched letter to deburr.\\n   * @returns {string} Returns the deburred letter.\\n   */\\n  var deburrLetter = basePropertyOf(deburredLetters);\\n\\n  /**\\n   * Used by `_.escape` to convert characters to HTML entities.\\n   *\\n   * @private\\n   * @param {string} chr The matched character to escape.\\n   * @returns {string} Returns the escaped character.\\n   */\\n  var escapeHtmlChar = basePropertyOf(htmlEscapes);\\n\\n  /**\\n   * Used by `_.template` to escape characters for inclusion in compiled string literals.\\n   *\\n   * @private\\n   * @param {string} chr The matched character to escape.\\n   * @returns {string} Returns the escaped character.\\n   */\\n  function escapeStringChar(chr) {\\n    return '\\\\\\\\' + stringEscapes[chr];\\n  }\\n\\n  /**\\n   * Gets the value at `key` of `object`.\\n   *\\n   * @private\\n   * @param {Object} [object] The object to query.\\n   * @param {string} key The key of the property to get.\\n   * @returns {*} Returns the property value.\\n   */\\n  function getValue(object, key) {\\n    return object == null ? undefined : object[key];\\n  }\\n\\n  /**\\n   * Checks if `string` contains Unicode symbols.\\n   *\\n   * @private\\n   * @param {string} string The string to inspect.\\n   * @returns {boolean} Returns `true` if a symbol is found, else `false`.\\n   */\\n  function hasUnicode(string) {\\n    return reHasUnicode.test(string);\\n  }\\n\\n  /**\\n   * Checks if `string` contains a word composed of Unicode symbols.\\n   *\\n   * @private\\n   * @param {string} string The string to inspect.\\n   * @returns {boolean} Returns `true` if a word is found, else `false`.\\n   */\\n  function hasUnicodeWord(string) {\\n    return reHasUnicodeWord.test(string);\\n  }\\n\\n  /**\\n   * Converts `iterator` to an array.\\n   *\\n   * @private\\n   * @param {Object} iterator The iterator to convert.\\n   * @returns {Array} Returns the converted array.\\n   */\\n  function iteratorToArray(iterator) {\\n    var data,\\n        result = [];\\n\\n    while (!(data = iterator.next()).done) {\\n      result.push(data.value);\\n    }\\n    return result;\\n  }\\n\\n  /**\\n   * Converts `map` to its key-value pairs.\\n   *\\n   * @private\\n   * @param {Object} map The map to convert.\\n   * @returns {Array} Returns the key-value pairs.\\n   */\\n  function mapToArray(map) {\\n    var index = -1,\\n        result = Array(map.size);\\n\\n    map.forEach(function(value, key) {\\n      result[++index] = [key, value];\\n    });\\n    return result;\\n  }\\n\\n  /**\\n   * Creates a unary function that invokes `func` with its argument transformed.\\n   *\\n   * @private\\n   * @param {Function} func The function to wrap.\\n   * @param {Function} transform The argument transform.\\n   * @returns {Function} Returns the new function.\\n   */\\n  function overArg(func, transform) {\\n    return function(arg) {\\n      return func(transform(arg));\\n    };\\n  }\\n\\n  /**\\n   * Replaces all `placeholder` elements in `array` with an internal placeholder\\n   * and returns an array of their indexes.\\n   *\\n   * @private\\n   * @param {Array} array The array to modify.\\n   * @param {*} placeholder The placeholder to replace.\\n   * @returns {Array} Returns the new array of placeholder indexes.\\n   */\\n  function replaceHolders(array, placeholder) {\\n    var index = -1,\\n        length = array.length,\\n        resIndex = 0,\\n        result = [];\\n\\n    while (++index < length) {\\n      var value = array[index];\\n      if (value === placeholder || value === PLACEHOLDER) {\\n        array[index] = PLACEHOLDER;\\n        result[resIndex++] = index;\\n      }\\n    }\\n    return result;\\n  }\\n\\n  /**\\n   * Gets the value at `key`, unless `key` is \\\"__proto__\\\".\\n   *\\n   * @private\\n   * @param {Object} object The object to query.\\n   * @param {string} key The key of the property to get.\\n   * @returns {*} Returns the property value.\\n   */\\n  function safeGet(object, key) {\\n    return key == '__proto__'\\n      ? undefined\\n      : object[key];\\n  }\\n\\n  /**\\n   * Converts `set` to an array of its values.\\n   *\\n   * @private\\n   * @param {Object} set The set to convert.\\n   * @returns {Array} Returns the values.\\n   */\\n  function setToArray(set) {\\n    var index = -1,\\n        result = Array(set.size);\\n\\n    set.forEach(function(value) {\\n      result[++index] = value;\\n    });\\n    return result;\\n  }\\n\\n  /**\\n   * Converts `set` to its value-value pairs.\\n   *\\n   * @private\\n   * @param {Object} set The set to convert.\\n   * @returns {Array} Returns the value-value pairs.\\n   */\\n  function setToPairs(set) {\\n    var index = -1,\\n        result = Array(set.size);\\n\\n    set.forEach(function(value) {\\n      result[++index] = [value, value];\\n    });\\n    return result;\\n  }\\n\\n  /**\\n   * A specialized version of `_.indexOf` which performs strict equality\\n   * comparisons of values, i.e. `===`.\\n   *\\n   * @private\\n   * @param {Array} array The array to inspect.\\n   * @param {*} value The value to search for.\\n   * @param {number} fromIndex The index to search from.\\n   * @returns {number} Returns the index of the matched value, else `-1`.\\n   */\\n  function strictIndexOf(array, value, fromIndex) {\\n    var index = fromIndex - 1,\\n        length = array.length;\\n\\n    while (++index < length) {\\n      if (array[index] === value) {\\n        return index;\\n      }\\n    }\\n    return -1;\\n  }\\n\\n  /**\\n   * A specialized version of `_.lastIndexOf` which performs strict equality\\n   * comparisons of values, i.e. `===`.\\n   *\\n   * @private\\n   * @param {Array} array The array to inspect.\\n   * @param {*} value The value to search for.\\n   * @param {number} fromIndex The index to search from.\\n   * @returns {number} Returns the index of the matched value, else `-1`.\\n   */\\n  function strictLastIndexOf(array, value, fromIndex) {\\n    var index = fromIndex + 1;\\n    while (index--) {\\n      if (array[index] === value) {\\n        return index;\\n      }\\n    }\\n    return index;\\n  }\\n\\n  /**\\n   * Gets the number of symbols in `string`.\\n   *\\n   * @private\\n   * @param {string} string The string to inspect.\\n   * @returns {number} Returns the string size.\\n   */\\n  function stringSize(string) {\\n    return hasUnicode(string)\\n      ? unicodeSize(string)\\n      : asciiSize(string);\\n  }\\n\\n  /**\\n   * Converts `string` to an array.\\n   *\\n   * @private\\n   * @param {string} string The string to convert.\\n   * @returns {Array} Returns the converted array.\\n   */\\n  function stringToArray(string) {\\n    return hasUnicode(string)\\n      ? unicodeToArray(string)\\n      : asciiToArray(string);\\n  }\\n\\n  /**\\n   * Used by `_.unescape` to convert HTML entities to characters.\\n   *\\n   * @private\\n   * @param {string} chr The matched character to unescape.\\n   * @returns {string} Returns the unescaped character.\\n   */\\n  var unescapeHtmlChar = basePropertyOf(htmlUnescapes);\\n\\n  /**\\n   * Gets the size of a Unicode `string`.\\n   *\\n   * @private\\n   * @param {string} string The string inspect.\\n   * @returns {number} Returns the string size.\\n   */\\n  function unicodeSize(string) {\\n    var result = reUnicode.lastIndex = 0;\\n    while (reUnicode.test(string)) {\\n      ++result;\\n    }\\n    return result;\\n  }\\n\\n  /**\\n   * Converts a Unicode `string` to an array.\\n   *\\n   * @private\\n   * @param {string} string The string to convert.\\n   * @returns {Array} Returns the converted array.\\n   */\\n  function unicodeToArray(string) {\\n    return string.match(reUnicode) || [];\\n  }\\n\\n  /**\\n   * Splits a Unicode `string` into an array of its words.\\n   *\\n   * @private\\n   * @param {string} The string to inspect.\\n   * @returns {Array} Returns the words of `string`.\\n   */\\n  function unicodeWords(string) {\\n    return string.match(reUnicodeWord) || [];\\n  }\\n\\n  /*--------------------------------------------------------------------------*/\\n\\n  /**\\n   * Create a new pristine `lodash` function using the `context` object.\\n   *\\n   * @static\\n   * @memberOf _\\n   * @since 1.1.0\\n   * @category Util\\n   * @param {Object} [context=root] The context object.\\n   * @returns {Function} Returns a new `lodash` function.\\n   * @example\\n   *\\n   * _.mixin({ 'foo': _.constant('foo') });\\n   *\\n   * var lodash = _.runInContext();\\n   * lodash.mixin({ 'bar': lodash.constant('bar') });\\n   *\\n   * _.isFunction(_.foo);\\n   * // => true\\n   * _.isFunction(_.bar);\\n   * // => false\\n   *\\n   * lodash.isFunction(lodash.foo);\\n   * // => false\\n   * lodash.isFunction(lodash.bar);\\n   * // => true\\n   *\\n   * // Create a suped-up `defer` in Node.js.\\n   * var defer = _.runInContext({ 'setTimeout': setImmediate }).defer;\\n   */\\n  var runInContext = (function runInContext(context) {\\n    context = context == null ? root : _.defaults(root.Object(), context, _.pick(root, contextProps));\\n\\n    /** Built-in constructor references. */\\n    var Array = context.Array,\\n        Date = context.Date,\\n        Error = context.Error,\\n        Function = context.Function,\\n        Math = context.Math,\\n        Object = context.Object,\\n        RegExp = context.RegExp,\\n        String = context.String,\\n        TypeError = context.TypeError;\\n\\n    /** Used for built-in method references. */\\n    var arrayProto = Array.prototype,\\n        funcProto = Function.prototype,\\n        objectProto = Object.prototype;\\n\\n    /** Used to detect overreaching core-js shims. */\\n    var coreJsData = context['__core-js_shared__'];\\n\\n    /** Used to resolve the decompiled source of functions. */\\n    var funcToString = funcProto.toString;\\n\\n    /** Used to check objects for own properties. */\\n    var hasOwnProperty = objectProto.hasOwnProperty;\\n\\n    /** Used to generate unique IDs. */\\n    var idCounter = 0;\\n\\n    /** Used to detect methods masquerading as native. */\\n    var maskSrcKey = (function() {\\n      var uid = /[^.]+$/.exec(coreJsData && coreJsData.keys && coreJsData.keys.IE_PROTO || '');\\n      return uid ? ('Symbol(src)_1.' + uid) : '';\\n    }());\\n\\n    /**\\n     * Used to resolve the\\n     * [`toStringTag`](http://ecma-international.org/ecma-262/7.0/#sec-object.prototype.tostring)\\n     * of values.\\n     */\\n    var nativeObjectToString = objectProto.toString;\\n\\n    /** Used to infer the `Object` constructor. */\\n    var objectCtorString = funcToString.call(Object);\\n\\n    /** Used to restore the original `_` reference in `_.noConflict`. */\\n    var oldDash = root._;\\n\\n    /** Used to detect if a method is native. */\\n    var reIsNative = RegExp('^' +\\n      funcToString.call(hasOwnProperty).replace(reRegExpChar, '\\\\\\\\$&')\\n      .replace(/hasOwnProperty|(function).*?(?=\\\\\\\\\\\\()| for .+?(?=\\\\\\\\\\\\])/g, '$1.*?') + '$'\\n    );\\n\\n    /** Built-in value references. */\\n    var Buffer = moduleExports ? context.Buffer : undefined,\\n        Symbol = context.Symbol,\\n        Uint8Array = context.Uint8Array,\\n        allocUnsafe = Buffer ? Buffer.allocUnsafe : undefined,\\n        getPrototype = overArg(Object.getPrototypeOf, Object),\\n        objectCreate = Object.create,\\n        propertyIsEnumerable = objectProto.propertyIsEnumerable,\\n        splice = arrayProto.splice,\\n        spreadableSymbol = Symbol ? Symbol.isConcatSpreadable : undefined,\\n        symIterator = Symbol ? Symbol.iterator : undefined,\\n        symToStringTag = Symbol ? Symbol.toStringTag : undefined;\\n\\n    var defineProperty = (function() {\\n      try {\\n        var func = getNative(Object, 'defineProperty');\\n        func({}, '', {});\\n        return func;\\n      } catch (e) {}\\n    }());\\n\\n    /** Mocked built-ins. */\\n    var ctxClearTimeout = context.clearTimeout !== root.clearTimeout && context.clearTimeout,\\n        ctxNow = Date && Date.now !== root.Date.now && Date.now,\\n        ctxSetTimeout = context.setTimeout !== root.setTimeout && context.setTimeout;\\n\\n    /* Built-in method references for those with the same name as other `lodash` methods. */\\n    var nativeCeil = Math.ceil,\\n        nativeFloor = Math.floor,\\n        nativeGetSymbols = Object.getOwnPropertySymbols,\\n        nativeIsBuffer = Buffer ? Buffer.isBuffer : undefined,\\n        nativeIsFinite = context.isFinite,\\n        nativeJoin = arrayProto.join,\\n        nativeKeys = overArg(Object.keys, Object),\\n        nativeMax = Math.max,\\n        nativeMin = Math.min,\\n        nativeNow = Date.now,\\n        nativeParseInt = context.parseInt,\\n        nativeRandom = Math.random,\\n        nativeReverse = arrayProto.reverse;\\n\\n    /* Built-in method references that are verified to be native. */\\n    var DataView = getNative(context, 'DataView'),\\n        Map = getNative(context, 'Map'),\\n        Promise = getNative(context, 'Promise'),\\n        Set = getNative(context, 'Set'),\\n        WeakMap = getNative(context, 'WeakMap'),\\n        nativeCreate = getNative(Object, 'create');\\n\\n    /** Used to store function metadata. */\\n    var metaMap = WeakMap && new WeakMap;\\n\\n    /** Used to lookup unminified function names. */\\n    var realNames = {};\\n\\n    /** Used to detect maps, sets, and weakmaps. */\\n    var dataViewCtorString = toSource(DataView),\\n        mapCtorString = toSource(Map),\\n        promiseCtorString = toSource(Promise),\\n        setCtorString = toSource(Set),\\n        weakMapCtorString = toSource(WeakMap);\\n\\n    /** Used to convert symbols to primitives and strings. */\\n    var symbolProto = Symbol ? Symbol.prototype : undefined,\\n        symbolValueOf = symbolProto ? symbolProto.valueOf : undefined,\\n        symbolToString = symbolProto ? symbolProto.toString : undefined;\\n\\n    /*------------------------------------------------------------------------*/\\n\\n    /**\\n     * Creates a `lodash` object which wraps `value` to enable implicit method\\n     * chain sequences. Methods that operate on and return arrays, collections,\\n     * and functions can be chained together. Methods that retrieve a single value\\n     * or may return a primitive value will automatically end the chain sequence\\n     * and return the unwrapped value. Otherwise, the value must be unwrapped\\n     * with `_#value`.\\n     *\\n     * Explicit chain sequences, which must be unwrapped with `_#value`, may be\\n     * enabled using `_.chain`.\\n     *\\n     * The execution of chained methods is lazy, that is, it's deferred until\\n     * `_#value` is implicitly or explicitly called.\\n     *\\n     * Lazy evaluation allows several methods to support shortcut fusion.\\n     * Shortcut fusion is an optimization to merge iteratee calls; this avoids\\n     * the creation of intermediate arrays and can greatly reduce the number of\\n     * iteratee executions. Sections of a chain sequence qualify for shortcut\\n     * fusion if the section is applied to an array and iteratees accept only\\n     * one argument. The heuristic for whether a section qualifies for shortcut\\n     * fusion is subject to change.\\n     *\\n     * Chaining is supported in custom builds as long as the `_#value` method is\\n     * directly or indirectly included in the build.\\n     *\\n     * In addition to lodash methods, wrappers have `Array` and `String` methods.\\n     *\\n     * The wrapper `Array` methods are:\\n     * `concat`, `join`, `pop`, `push`, `shift`, `sort`, `splice`, and `unshift`\\n     *\\n     * The wrapper `String` methods are:\\n     * `replace` and `split`\\n     *\\n     * The wrapper methods that support shortcut fusion are:\\n     * `at`, `compact`, `drop`, `dropRight`, `dropWhile`, `filter`, `find`,\\n     * `findLast`, `head`, `initial`, `last`, `map`, `reject`, `reverse`, `slice`,\\n     * `tail`, `take`, `takeRight`, `takeRightWhile`, `takeWhile`, and `toArray`\\n     *\\n     * The chainable wrapper methods are:\\n     * `after`, `ary`, `assign`, `assignIn`, `assignInWith`, `assignWith`, `at`,\\n     * `before`, `bind`, `bindAll`, `bindKey`, `castArray`, `chain`, `chunk`,\\n     * `commit`, `compact`, `concat`, `conforms`, `constant`, `countBy`, `create`,\\n     * `curry`, `debounce`, `defaults`, `defaultsDeep`, `defer`, `delay`,\\n     * `difference`, `differenceBy`, `differenceWith`, `drop`, `dropRight`,\\n     * `dropRightWhile`, `dropWhile`, `extend`, `extendWith`, `fill`, `filter`,\\n     * `flatMap`, `flatMapDeep`, `flatMapDepth`, `flatten`, `flattenDeep`,\\n     * `flattenDepth`, `flip`, `flow`, `flowRight`, `fromPairs`, `functions`,\\n     * `functionsIn`, `groupBy`, `initial`, `intersection`, `intersectionBy`,\\n     * `intersectionWith`, `invert`, `invertBy`, `invokeMap`, `iteratee`, `keyBy`,\\n     * `keys`, `keysIn`, `map`, `mapKeys`, `mapValues`, `matches`, `matchesProperty`,\\n     * `memoize`, `merge`, `mergeWith`, `method`, `methodOf`, `mixin`, `negate`,\\n     * `nthArg`, `omit`, `omitBy`, `once`, `orderBy`, `over`, `overArgs`,\\n     * `overEvery`, `overSome`, `partial`, `partialRight`, `partition`, `pick`,\\n     * `pickBy`, `plant`, `property`, `propertyOf`, `pull`, `pullAll`, `pullAllBy`,\\n     * `pullAllWith`, `pullAt`, `push`, `range`, `rangeRight`, `rearg`, `reject`,\\n     * `remove`, `rest`, `reverse`, `sampleSize`, `set`, `setWith`, `shuffle`,\\n     * `slice`, `sort`, `sortBy`, `splice`, `spread`, `tail`, `take`, `takeRight`,\\n     * `takeRightWhile`, `takeWhile`, `tap`, `throttle`, `thru`, `toArray`,\\n     * `toPairs`, `toPairsIn`, `toPath`, `toPlainObject`, `transform`, `unary`,\\n     * `union`, `unionBy`, `unionWith`, `uniq`, `uniqBy`, `uniqWith`, `unset`,\\n     * `unshift`, `unzip`, `unzipWith`, `update`, `updateWith`, `values`,\\n     * `valuesIn`, `without`, `wrap`, `xor`, `xorBy`, `xorWith`, `zip`,\\n     * `zipObject`, `zipObjectDeep`, and `zipWith`\\n     *\\n     * The wrapper methods that are **not** chainable by default are:\\n     * `add`, `attempt`, `camelCase`, `capitalize`, `ceil`, `clamp`, `clone`,\\n     * `cloneDeep`, `cloneDeepWith`, `cloneWith`, `conformsTo`, `deburr`,\\n     * `defaultTo`, `divide`, `each`, `eachRight`, `endsWith`, `eq`, `escape`,\\n     * `escapeRegExp`, `every`, `find`, `findIndex`, `findKey`, `findLast`,\\n     * `findLastIndex`, `findLastKey`, `first`, `floor`, `forEach`, `forEachRight`,\\n     * `forIn`, `forInRight`, `forOwn`, `forOwnRight`, `get`, `gt`, `gte`, `has`,\\n     * `hasIn`, `head`, `identity`, `includes`, `indexOf`, `inRange`, `invoke`,\\n     * `isArguments`, `isArray`, `isArrayBuffer`, `isArrayLike`, `isArrayLikeObject`,\\n     * `isBoolean`, `isBuffer`, `isDate`, `isElement`, `isEmpty`, `isEqual`,\\n     * `isEqualWith`, `isError`, `isFinite`, `isFunction`, `isInteger`, `isLength`,\\n     * `isMap`, `isMatch`, `isMatchWith`, `isNaN`, `isNative`, `isNil`, `isNull`,\\n     * `isNumber`, `isObject`, `isObjectLike`, `isPlainObject`, `isRegExp`,\\n     * `isSafeInteger`, `isSet`, `isString`, `isUndefined`, `isTypedArray`,\\n     * `isWeakMap`, `isWeakSet`, `join`, `kebabCase`, `last`, `lastIndexOf`,\\n     * `lowerCase`, `lowerFirst`, `lt`, `lte`, `max`, `maxBy`, `mean`, `meanBy`,\\n     * `min`, `minBy`, `multiply`, `noConflict`, `noop`, `now`, `nth`, `pad`,\\n     * `padEnd`, `padStart`, `parseInt`, `pop`, `random`, `reduce`, `reduceRight`,\\n     * `repeat`, `result`, `round`, `runInContext`, `sample`, `shift`, `size`,\\n     * `snakeCase`, `some`, `sortedIndex`, `sortedIndexBy`, `sortedLastIndex`,\\n     * `sortedLastIndexBy`, `startCase`, `startsWith`, `stubArray`, `stubFalse`,\\n     * `stubObject`, `stubString`, `stubTrue`, `subtract`, `sum`, `sumBy`,\\n     * `template`, `times`, `toFinite`, `toInteger`, `toJSON`, `toLength`,\\n     * `toLower`, `toNumber`, `toSafeInteger`, `toString`, `toUpper`, `trim`,\\n     * `trimEnd`, `trimStart`, `truncate`, `unescape`, `uniqueId`, `upperCase`,\\n     * `upperFirst`, `value`, and `words`\\n     *\\n     * @name _\\n     * @constructor\\n     * @category Seq\\n     * @param {*} value The value to wrap in a `lodash` instance.\\n     * @returns {Object} Returns the new `lodash` wrapper instance.\\n     * @example\\n     *\\n     * function square(n) {\\n     *   return n * n;\\n     * }\\n     *\\n     * var wrapped = _([1, 2, 3]);\\n     *\\n     * // Returns an unwrapped value.\\n     * wrapped.reduce(_.add);\\n     * // => 6\\n     *\\n     * // Returns a wrapped value.\\n     * var squares = wrapped.map(square);\\n     *\\n     * _.isArray(squares);\\n     * // => false\\n     *\\n     * _.isArray(squares.value());\\n     * // => true\\n     */\\n    function lodash(value) {\\n      if (isObjectLike(value) && !isArray(value) && !(value instanceof LazyWrapper)) {\\n        if (value instanceof LodashWrapper) {\\n          return value;\\n        }\\n        if (hasOwnProperty.call(value, '__wrapped__')) {\\n          return wrapperClone(value);\\n        }\\n      }\\n      return new LodashWrapper(value);\\n    }\\n\\n    /**\\n     * The base implementation of `_.create` without support for assigning\\n     * properties to the created object.\\n     *\\n     * @private\\n     * @param {Object} proto The object to inherit from.\\n     * @returns {Object} Returns the new object.\\n     */\\n    var baseCreate = (function() {\\n      function object() {}\\n      return function(proto) {\\n        if (!isObject(proto)) {\\n          return {};\\n        }\\n        if (objectCreate) {\\n          return objectCreate(proto);\\n        }\\n        object.prototype = proto;\\n        var result = new object;\\n        object.prototype = undefined;\\n        return result;\\n      };\\n    }());\\n\\n    /**\\n     * The function whose prototype chain sequence wrappers inherit from.\\n     *\\n     * @private\\n     */\\n    function baseLodash() {\\n      // No operation performed.\\n    }\\n\\n    /**\\n     * The base constructor for creating `lodash` wrapper objects.\\n     *\\n     * @private\\n     * @param {*} value The value to wrap.\\n     * @param {boolean} [chainAll] Enable explicit method chain sequences.\\n     */\\n    function LodashWrapper(value, chainAll) {\\n      this.__wrapped__ = value;\\n      this.__actions__ = [];\\n      this.__chain__ = !!chainAll;\\n      this.__index__ = 0;\\n      this.__values__ = undefined;\\n    }\\n\\n    /**\\n     * By default, the template delimiters used by lodash are like those in\\n     * embedded Ruby (ERB) as well as ES2015 template strings. Change the\\n     * following template settings to use alternative delimiters.\\n     *\\n     * @static\\n     * @memberOf _\\n     * @type {Object}\\n     */\\n    lodash.templateSettings = {\\n\\n      /**\\n       * Used to detect `data` property values to be HTML-escaped.\\n       *\\n       * @memberOf _.templateSettings\\n       * @type {RegExp}\\n       */\\n      'escape': reEscape,\\n\\n      /**\\n       * Used to detect code to be evaluated.\\n       *\\n       * @memberOf _.templateSettings\\n       * @type {RegExp}\\n       */\\n      'evaluate': reEvaluate,\\n\\n      /**\\n       * Used to detect `data` property values to inject.\\n       *\\n       * @memberOf _.templateSettings\\n       * @type {RegExp}\\n       */\\n      'interpolate': reInterpolate,\\n\\n      /**\\n       * Used to reference the data object in the template text.\\n       *\\n       * @memberOf _.templateSettings\\n       * @type {string}\\n       */\\n      'variable': '',\\n\\n      /**\\n       * Used to import variables into the compiled template.\\n       *\\n       * @memberOf _.templateSettings\\n       * @type {Object}\\n       */\\n      'imports': {\\n\\n        /**\\n         * A reference to the `lodash` function.\\n         *\\n         * @memberOf _.templateSettings.imports\\n         * @type {Function}\\n         */\\n        '_': lodash\\n      }\\n    };\\n\\n    // Ensure wrappers are instances of `baseLodash`.\\n    lodash.prototype = baseLodash.prototype;\\n    lodash.prototype.constructor = lodash;\\n\\n    LodashWrapper.prototype = baseCreate(baseLodash.prototype);\\n    LodashWrapper.prototype.constructor = LodashWrapper;\\n\\n    /*------------------------------------------------------------------------*/\\n\\n    /**\\n     * Creates a lazy wrapper object which wraps `value` to enable lazy evaluation.\\n     *\\n     * @private\\n     * @constructor\\n     * @param {*} value The value to wrap.\\n     */\\n    function LazyWrapper(value) {\\n      this.__wrapped__ = value;\\n      this.__actions__ = [];\\n      this.__dir__ = 1;\\n      this.__filtered__ = false;\\n      this.__iteratees__ = [];\\n      this.__takeCount__ = MAX_ARRAY_LENGTH;\\n      this.__views__ = [];\\n    }\\n\\n    /**\\n     * Creates a clone of the lazy wrapper object.\\n     *\\n     * @private\\n     * @name clone\\n     * @memberOf LazyWrapper\\n     * @returns {Object} Returns the cloned `LazyWrapper` object.\\n     */\\n    function lazyClone() {\\n      var result = new LazyWrapper(this.__wrapped__);\\n      result.__actions__ = copyArray(this.__actions__);\\n      result.__dir__ = this.__dir__;\\n      result.__filtered__ = this.__filtered__;\\n      result.__iteratees__ = copyArray(this.__iteratees__);\\n      result.__takeCount__ = this.__takeCount__;\\n      result.__views__ = copyArray(this.__views__);\\n      return result;\\n    }\\n\\n    /**\\n     * Reverses the direction of lazy iteration.\\n     *\\n     * @private\\n     * @name reverse\\n     * @memberOf LazyWrapper\\n     * @returns {Object} Returns the new reversed `LazyWrapper` object.\\n     */\\n    function lazyReverse() {\\n      if (this.__filtered__) {\\n        var result = new LazyWrapper(this);\\n        result.__dir__ = -1;\\n        result.__filtered__ = true;\\n      } else {\\n        result = this.clone();\\n        result.__dir__ *= -1;\\n      }\\n      return result;\\n    }\\n\\n    /**\\n     * Extracts the unwrapped value from its lazy wrapper.\\n     *\\n     * @private\\n     * @name value\\n     * @memberOf LazyWrapper\\n     * @returns {*} Returns the unwrapped value.\\n     */\\n    function lazyValue() {\\n      var array = this.__wrapped__.value(),\\n          dir = this.__dir__,\\n          isArr = isArray(array),\\n          isRight = dir < 0,\\n          arrLength = isArr ? array.length : 0,\\n          view = getView(0, arrLength, this.__views__),\\n          start = view.start,\\n          end = view.end,\\n          length = end - start,\\n          index = isRight ? end : (start - 1),\\n          iteratees = this.__iteratees__,\\n          iterLength = iteratees.length,\\n          resIndex = 0,\\n          takeCount = nativeMin(length, this.__takeCount__);\\n\\n      if (!isArr || (!isRight && arrLength == length && takeCount == length)) {\\n        return baseWrapperValue(array, this.__actions__);\\n      }\\n      var result = [];\\n\\n      outer:\\n      while (length-- && resIndex < takeCount) {\\n        index += dir;\\n\\n        var iterIndex = -1,\\n            value = array[index];\\n\\n        while (++iterIndex < iterLength) {\\n          var data = iteratees[iterIndex],\\n              iteratee = data.iteratee,\\n              type = data.type,\\n              computed = iteratee(value);\\n\\n          if (type == LAZY_MAP_FLAG) {\\n            value = computed;\\n          } else if (!computed) {\\n            if (type == LAZY_FILTER_FLAG) {\\n              continue outer;\\n            } else {\\n              break outer;\\n            }\\n          }\\n        }\\n        result[resIndex++] = value;\\n      }\\n      return result;\\n    }\\n\\n    // Ensure `LazyWrapper` is an instance of `baseLodash`.\\n    LazyWrapper.prototype = baseCreate(baseLodash.prototype);\\n    LazyWrapper.prototype.constructor = LazyWrapper;\\n\\n    /*------------------------------------------------------------------------*/\\n\\n    /**\\n     * Creates a hash object.\\n     *\\n     * @private\\n     * @constructor\\n     * @param {Array} [entries] The key-value pairs to cache.\\n     */\\n    function Hash(entries) {\\n      var index = -1,\\n          length = entries == null ? 0 : entries.length;\\n\\n      this.clear();\\n      while (++index < length) {\\n        var entry = entries[index];\\n        this.set(entry[0], entry[1]);\\n      }\\n    }\\n\\n    /**\\n     * Removes all key-value entries from the hash.\\n     *\\n     * @private\\n     * @name clear\\n     * @memberOf Hash\\n     */\\n    function hashClear() {\\n      this.__data__ = nativeCreate ? nativeCreate(null) : {};\\n      this.size = 0;\\n    }\\n\\n    /**\\n     * Removes `key` and its value from the hash.\\n     *\\n     * @private\\n     * @name delete\\n     * @memberOf Hash\\n     * @param {Object} hash The hash to modify.\\n     * @param {string} key The key of the value to remove.\\n     * @returns {boolean} Returns `true` if the entry was removed, else `false`.\\n     */\\n    function hashDelete(key) {\\n      var result = this.has(key) && delete this.__data__[key];\\n      this.size -= result ? 1 : 0;\\n      return result;\\n    }\\n\\n    /**\\n     * Gets the hash value for `key`.\\n     *\\n     * @private\\n     * @name get\\n     * @memberOf Hash\\n     * @param {string} key The key of the value to get.\\n     * @returns {*} Returns the entry value.\\n     */\\n    function hashGet(key) {\\n      var data = this.__data__;\\n      if (nativeCreate) {\\n        var result = data[key];\\n        return result === HASH_UNDEFINED ? undefined : result;\\n      }\\n      return hasOwnProperty.call(data, key) ? data[key] : undefined;\\n    }\\n\\n    /**\\n     * Checks if a hash value for `key` exists.\\n     *\\n     * @private\\n     * @name has\\n     * @memberOf Hash\\n     * @param {string} key The key of the entry to check.\\n     * @returns {boolean} Returns `true` if an entry for `key` exists, else `false`.\\n     */\\n    function hashHas(key) {\\n      var data = this.__data__;\\n      return nativeCreate ? (data[key] !== undefined) : hasOwnProperty.call(data, key);\\n    }\\n\\n    /**\\n     * Sets the hash `key` to `value`.\\n     *\\n     * @private\\n     * @name set\\n     * @memberOf Hash\\n     * @param {string} key The key of the value to set.\\n     * @param {*} value The value to set.\\n     * @returns {Object} Returns the hash instance.\\n     */\\n    function hashSet(key, value) {\\n      var data = this.__data__;\\n      this.size += this.has(key) ? 0 : 1;\\n      data[key] = (nativeCreate && value === undefined) ? HASH_UNDEFINED : value;\\n      return this;\\n    }\\n\\n    // Add methods to `Hash`.\\n    Hash.prototype.clear = hashClear;\\n    Hash.prototype['delete'] = hashDelete;\\n    Hash.prototype.get = hashGet;\\n    Hash.prototype.has = hashHas;\\n    Hash.prototype.set = hashSet;\\n\\n    /*------------------------------------------------------------------------*/\\n\\n    /**\\n     * Creates an list cache object.\\n     *\\n     * @private\\n     * @constructor\\n     * @param {Array} [entries] The key-value pairs to cache.\\n     */\\n    function ListCache(entries) {\\n      var index = -1,\\n          length = entries == null ? 0 : entries.length;\\n\\n      this.clear();\\n      while (++index < length) {\\n        var entry = entries[index];\\n        this.set(entry[0], entry[1]);\\n      }\\n    }\\n\\n    /**\\n     * Removes all key-value entries from the list cache.\\n     *\\n     * @private\\n     * @name clear\\n     * @memberOf ListCache\\n     */\\n    function listCacheClear() {\\n      this.__data__ = [];\\n      this.size = 0;\\n    }\\n\\n    /**\\n     * Removes `key` and its value from the list cache.\\n     *\\n     * @private\\n     * @name delete\\n     * @memberOf ListCache\\n     * @param {string} key The key of the value to remove.\\n     * @returns {boolean} Returns `true` if the entry was removed, else `false`.\\n     */\\n    function listCacheDelete(key) {\\n      var data = this.__data__,\\n          index = assocIndexOf(data, key);\\n\\n      if (index < 0) {\\n        return false;\\n      }\\n      var lastIndex = data.length - 1;\\n      if (index == lastIndex) {\\n        data.pop();\\n      } else {\\n        splice.call(data, index, 1);\\n      }\\n      --this.size;\\n      return true;\\n    }\\n\\n    /**\\n     * Gets the list cache value for `key`.\\n     *\\n     * @private\\n     * @name get\\n     * @memberOf ListCache\\n     * @param {string} key The key of the value to get.\\n     * @returns {*} Returns the entry value.\\n     */\\n    function listCacheGet(key) {\\n      var data = this.__data__,\\n          index = assocIndexOf(data, key);\\n\\n      return index < 0 ? undefined : data[index][1];\\n    }\\n\\n    /**\\n     * Checks if a list cache value for `key` exists.\\n     *\\n     * @private\\n     * @name has\\n     * @memberOf ListCache\\n     * @param {string} key The key of the entry to check.\\n     * @returns {boolean} Returns `true` if an entry for `key` exists, else `false`.\\n     */\\n    function listCacheHas(key) {\\n      return assocIndexOf(this.__data__, key) > -1;\\n    }\\n\\n    /**\\n     * Sets the list cache `key` to `value`.\\n     *\\n     * @private\\n     * @name set\\n     * @memberOf ListCache\\n     * @param {string} key The key of the value to set.\\n     * @param {*} value The value to set.\\n     * @returns {Object} Returns the list cache instance.\\n     */\\n    function listCacheSet(key, value) {\\n      var data = this.__data__,\\n          index = assocIndexOf(data, key);\\n\\n      if (index < 0) {\\n        ++this.size;\\n        data.push([key, value]);\\n      } else {\\n        data[index][1] = value;\\n      }\\n      return this;\\n    }\\n\\n    // Add methods to `ListCache`.\\n    ListCache.prototype.clear = listCacheClear;\\n    ListCache.prototype['delete'] = listCacheDelete;\\n    ListCache.prototype.get = listCacheGet;\\n    ListCache.prototype.has = listCacheHas;\\n    ListCache.prototype.set = listCacheSet;\\n\\n    /*------------------------------------------------------------------------*/\\n\\n    /**\\n     * Creates a map cache object to store key-value pairs.\\n     *\\n     * @private\\n     * @constructor\\n     * @param {Array} [entries] The key-value pairs to cache.\\n     */\\n    function MapCache(entries) {\\n      var index = -1,\\n          length = entries == null ? 0 : entries.length;\\n\\n      this.clear();\\n      while (++index < length) {\\n        var entry = entries[index];\\n        this.set(entry[0], entry[1]);\\n      }\\n    }\\n\\n    /**\\n     * Removes all key-value entries from the map.\\n     *\\n     * @private\\n     * @name clear\\n     * @memberOf MapCache\\n     */\\n    function mapCacheClear() {\\n      this.size = 0;\\n      this.__data__ = {\\n        'hash': new Hash,\\n        'map': new (Map || ListCache),\\n        'string': new Hash\\n      };\\n    }\\n\\n    /**\\n     * Removes `key` and its value from the map.\\n     *\\n     * @private\\n     * @name delete\\n     * @memberOf MapCache\\n     * @param {string} key The key of the value to remove.\\n     * @returns {boolean} Returns `true` if the entry was removed, else `false`.\\n     */\\n    function mapCacheDelete(key) {\\n      var result = getMapData(this, key)['delete'](key);\\n      this.size -= result ? 1 : 0;\\n      return result;\\n    }\\n\\n    /**\\n     * Gets the map value for `key`.\\n     *\\n     * @private\\n     * @name get\\n     * @memberOf MapCache\\n     * @param {string} key The key of the value to get.\\n     * @returns {*} Returns the entry value.\\n     */\\n    function mapCacheGet(key) {\\n      return getMapData(this, key).get(key);\\n    }\\n\\n    /**\\n     * Checks if a map value for `key` exists.\\n     *\\n     * @private\\n     * @name has\\n     * @memberOf MapCache\\n     * @param {string} key The key of the entry to check.\\n     * @returns {boolean} Returns `true` if an entry for `key` exists, else `false`.\\n     */\\n    function mapCacheHas(key) {\\n      return getMapData(this, key).has(key);\\n    }\\n\\n    /**\\n     * Sets the map `key` to `value`.\\n     *\\n     * @private\\n     * @name set\\n     * @memberOf MapCache\\n     * @param {string} key The key of the value to set.\\n     * @param {*} value The value to set.\\n     * @returns {Object} Returns the map cache instance.\\n     */\\n    function mapCacheSet(key, value) {\\n      var data = getMapData(this, key),\\n          size = data.size;\\n\\n      data.set(key, value);\\n      this.size += data.size == size ? 0 : 1;\\n      return this;\\n    }\\n\\n    // Add methods to `MapCache`.\\n    MapCache.prototype.clear = mapCacheClear;\\n    MapCache.prototype['delete'] = mapCacheDelete;\\n    MapCache.prototype.get = mapCacheGet;\\n    MapCache.prototype.has = mapCacheHas;\\n    MapCache.prototype.set = mapCacheSet;\\n\\n    /*------------------------------------------------------------------------*/\\n\\n    /**\\n     *\\n     * Creates an array cache object to store unique values.\\n     *\\n     * @private\\n     * @constructor\\n     * @param {Array} [values] The values to cache.\\n     */\\n    function SetCache(values) {\\n      var index = -1,\\n          length = values == null ? 0 : values.length;\\n\\n      this.__data__ = new MapCache;\\n      while (++index < length) {\\n        this.add(values[index]);\\n      }\\n    }\\n\\n    /**\\n     * Adds `value` to the array cache.\\n     *\\n     * @private\\n     * @name add\\n     * @memberOf SetCache\\n     * @alias push\\n     * @param {*} value The value to cache.\\n     * @returns {Object} Returns the cache instance.\\n     */\\n    function setCacheAdd(value) {\\n      this.__data__.set(value, HASH_UNDEFINED);\\n      return this;\\n    }\\n\\n    /**\\n     * Checks if `value` is in the array cache.\\n     *\\n     * @private\\n     * @name has\\n     * @memberOf SetCache\\n     * @param {*} value The value to search for.\\n     * @returns {number} Returns `true` if `value` is found, else `false`.\\n     */\\n    function setCacheHas(value) {\\n      return this.__data__.has(value);\\n    }\\n\\n    // Add methods to `SetCache`.\\n    SetCache.prototype.add = SetCache.prototype.push = setCacheAdd;\\n    SetCache.prototype.has = setCacheHas;\\n\\n    /*------------------------------------------------------------------------*/\\n\\n    /**\\n     * Creates a stack cache object to store key-value pairs.\\n     *\\n     * @private\\n     * @constructor\\n     * @param {Array} [entries] The key-value pairs to cache.\\n     */\\n    function Stack(entries) {\\n      var data = this.__data__ = new ListCache(entries);\\n      this.size = data.size;\\n    }\\n\\n    /**\\n     * Removes all key-value entries from the stack.\\n     *\\n     * @private\\n     * @name clear\\n     * @memberOf Stack\\n     */\\n    function stackClear() {\\n      this.__data__ = new ListCache;\\n      this.size = 0;\\n    }\\n\\n    /**\\n     * Removes `key` and its value from the stack.\\n     *\\n     * @private\\n     * @name delete\\n     * @memberOf Stack\\n     * @param {string} key The key of the value to remove.\\n     * @returns {boolean} Returns `true` if the entry was removed, else `false`.\\n     */\\n    function stackDelete(key) {\\n      var data = this.__data__,\\n          result = data['delete'](key);\\n\\n      this.size = data.size;\\n      return result;\\n    }\\n\\n    /**\\n     * Gets the stack value for `key`.\\n     *\\n     * @private\\n     * @name get\\n     * @memberOf Stack\\n     * @param {string} key The key of the value to get.\\n     * @returns {*} Returns the entry value.\\n     */\\n    function stackGet(key) {\\n      return this.__data__.get(key);\\n    }\\n\\n    /**\\n     * Checks if a stack value for `key` exists.\\n     *\\n     * @private\\n     * @name has\\n     * @memberOf Stack\\n     * @param {string} key The key of the entry to check.\\n     * @returns {boolean} Returns `true` if an entry for `key` exists, else `false`.\\n     */\\n    function stackHas(key) {\\n      return this.__data__.has(key);\\n    }\\n\\n    /**\\n     * Sets the stack `key` to `value`.\\n     *\\n     * @private\\n     * @name set\\n     * @memberOf Stack\\n     * @param {string} key The key of the value to set.\\n     * @param {*} value The value to set.\\n     * @returns {Object} Returns the stack cache instance.\\n     */\\n    function stackSet(key, value) {\\n      var data = this.__data__;\\n      if (data instanceof ListCache) {\\n        var pairs = data.__data__;\\n        if (!Map || (pairs.length < LARGE_ARRAY_SIZE - 1)) {\\n          pairs.push([key, value]);\\n          this.size = ++data.size;\\n          return this;\\n        }\\n        data = this.__data__ = new MapCache(pairs);\\n      }\\n      data.set(key, value);\\n      this.size = data.size;\\n      return this;\\n    }\\n\\n    // Add methods to `Stack`.\\n    Stack.prototype.clear = stackClear;\\n    Stack.prototype['delete'] = stackDelete;\\n    Stack.prototype.get = stackGet;\\n    Stack.prototype.has = stackHas;\\n    Stack.prototype.set = stackSet;\\n\\n    /*------------------------------------------------------------------------*/\\n\\n    /**\\n     * Creates an array of the enumerable property names of the array-like `value`.\\n     *\\n     * @private\\n     * @param {*} value The value to query.\\n     * @param {boolean} inherited Specify returning inherited property names.\\n     * @returns {Array} Returns the array of property names.\\n     */\\n    function arrayLikeKeys(value, inherited) {\\n      var isArr = isArray(value),\\n          isArg = !isArr && isArguments(value),\\n          isBuff = !isArr && !isArg && isBuffer(value),\\n          isType = !isArr && !isArg && !isBuff && isTypedArray(value),\\n          skipIndexes = isArr || isArg || isBuff || isType,\\n          result = skipIndexes ? baseTimes(value.length, String) : [],\\n          length = result.length;\\n\\n      for (var key in value) {\\n        if ((inherited || hasOwnProperty.call(value, key)) &&\\n            !(skipIndexes && (\\n               // Safari 9 has enumerable `arguments.length` in strict mode.\\n               key == 'length' ||\\n               // Node.js 0.10 has enumerable non-index properties on buffers.\\n               (isBuff && (key == 'offset' || key == 'parent')) ||\\n               // PhantomJS 2 has enumerable non-index properties on typed arrays.\\n               (isType && (key == 'buffer' || key == 'byteLength' || key == 'byteOffset')) ||\\n               // Skip index properties.\\n               isIndex(key, length)\\n            ))) {\\n          result.push(key);\\n        }\\n      }\\n      return result;\\n    }\\n\\n    /**\\n     * A specialized version of `_.sample` for arrays.\\n     *\\n     * @private\\n     * @param {Array} array The array to sample.\\n     * @returns {*} Returns the random element.\\n     */\\n    function arraySample(array) {\\n      var length = array.length;\\n      return length ? array[baseRandom(0, length - 1)] : undefined;\\n    }\\n\\n    /**\\n     * A specialized version of `_.sampleSize` for arrays.\\n     *\\n     * @private\\n     * @param {Array} array The array to sample.\\n     * @param {number} n The number of elements to sample.\\n     * @returns {Array} Returns the random elements.\\n     */\\n    function arraySampleSize(array, n) {\\n      return shuffleSelf(copyArray(array), baseClamp(n, 0, array.length));\\n    }\\n\\n    /**\\n     * A specialized version of `_.shuffle` for arrays.\\n     *\\n     * @private\\n     * @param {Array} array The array to shuffle.\\n     * @returns {Array} Returns the new shuffled array.\\n     */\\n    function arrayShuffle(array) {\\n      return shuffleSelf(copyArray(array));\\n    }\\n\\n    /**\\n     * This function is like `assignValue` except that it doesn't assign\\n     * `undefined` values.\\n     *\\n     * @private\\n     * @param {Object} object The object to modify.\\n     * @param {string} key The key of the property to assign.\\n     * @param {*} value The value to assign.\\n     */\\n    function assignMergeValue(object, key, value) {\\n      if ((value !== undefined && !eq(object[key], value)) ||\\n          (value === undefined && !(key in object))) {\\n        baseAssignValue(object, key, value);\\n      }\\n    }\\n\\n    /**\\n     * Assigns `value` to `key` of `object` if the existing value is not equivalent\\n     * using [`SameValueZero`](http://ecma-international.org/ecma-262/7.0/#sec-samevaluezero)\\n     * for equality comparisons.\\n     *\\n     * @private\\n     * @param {Object} object The object to modify.\\n     * @param {string} key The key of the property to assign.\\n     * @param {*} value The value to assign.\\n     */\\n    function assignValue(object, key, value) {\\n      var objValue = object[key];\\n      if (!(hasOwnProperty.call(object, key) && eq(objValue, value)) ||\\n          (value === undefined && !(key in object))) {\\n        baseAssignValue(object, key, value);\\n      }\\n    }\\n\\n    /**\\n     * Gets the index at which the `key` is found in `array` of key-value pairs.\\n     *\\n     * @private\\n     * @param {Array} array The array to inspect.\\n     * @param {*} key The key to search for.\\n     * @returns {number} Returns the index of the matched value, else `-1`.\\n     */\\n    function assocIndexOf(array, key) {\\n      var length = array.length;\\n      while (length--) {\\n        if (eq(array[length][0], key)) {\\n          return length;\\n        }\\n      }\\n      return -1;\\n    }\\n\\n    /**\\n     * Aggregates elements of `collection` on `accumulator` with keys transformed\\n     * by `iteratee` and values set by `setter`.\\n     *\\n     * @private\\n     * @param {Array|Object} collection The collection to iterate over.\\n     * @param {Function} setter The function to set `accumulator` values.\\n     * @param {Function} iteratee The iteratee to transform keys.\\n     * @param {Object} accumulator The initial aggregated object.\\n     * @returns {Function} Returns `accumulator`.\\n     */\\n    function baseAggregator(collection, setter, iteratee, accumulator) {\\n      baseEach(collection, function(value, key, collection) {\\n        setter(accumulator, value, iteratee(value), collection);\\n      });\\n      return accumulator;\\n    }\\n\\n    /**\\n     * The base implementation of `_.assign` without support for multiple sources\\n     * or `customizer` functions.\\n     *\\n     * @private\\n     * @param {Object} object The destination object.\\n     * @param {Object} source The source object.\\n     * @returns {Object} Returns `object`.\\n     */\\n    function baseAssign(object, source) {\\n      return object && copyObject(source, keys(source), object);\\n    }\\n\\n    /**\\n     * The base implementation of `_.assignIn` without support for multiple sources\\n     * or `customizer` functions.\\n     *\\n     * @private\\n     * @param {Object} object The destination object.\\n     * @param {Object} source The source object.\\n     * @returns {Object} Returns `object`.\\n     */\\n    function baseAssignIn(object, source) {\\n      return object && copyObject(source, keysIn(source), object);\\n    }\\n\\n    /**\\n     * The base implementation of `assignValue` and `assignMergeValue` without\\n     * value checks.\\n     *\\n     * @private\\n     * @param {Object} object The object to modify.\\n     * @param {string} key The key of the property to assign.\\n     * @param {*} value The value to assign.\\n     */\\n    function baseAssignValue(object, key, value) {\\n      if (key == '__proto__' && defineProperty) {\\n        defineProperty(object, key, {\\n          'configurable': true,\\n          'enumerable': true,\\n          'value': value,\\n          'writable': true\\n        });\\n      } else {\\n        object[key] = value;\\n      }\\n    }\\n\\n    /**\\n     * The base implementation of `_.at` without support for individual paths.\\n     *\\n     * @private\\n     * @param {Object} object The object to iterate over.\\n     * @param {string[]} paths The property paths to pick.\\n     * @returns {Array} Returns the picked elements.\\n     */\\n    function baseAt(object, paths) {\\n      var index = -1,\\n          length = paths.length,\\n          result = Array(length),\\n          skip = object == null;\\n\\n      while (++index < length) {\\n        result[index] = skip ? undefined : get(object, paths[index]);\\n      }\\n      return result;\\n    }\\n\\n    /**\\n     * The base implementation of `_.clamp` which doesn't coerce arguments.\\n     *\\n     * @private\\n     * @param {number} number The number to clamp.\\n     * @param {number} [lower] The lower bound.\\n     * @param {number} upper The upper bound.\\n     * @returns {number} Returns the clamped number.\\n     */\\n    function baseClamp(number, lower, upper) {\\n      if (number === number) {\\n        if (upper !== undefined) {\\n          number = number <= upper ? number : upper;\\n        }\\n        if (lower !== undefined) {\\n          number = number >= lower ? number : lower;\\n        }\\n      }\\n      return number;\\n    }\\n\\n    /**\\n     * The base implementation of `_.clone` and `_.cloneDeep` which tracks\\n     * traversed objects.\\n     *\\n     * @private\\n     * @param {*} value The value to clone.\\n     * @param {boolean} bitmask The bitmask flags.\\n     *  1 - Deep clone\\n     *  2 - Flatten inherited properties\\n     *  4 - Clone symbols\\n     * @param {Function} [customizer] The function to customize cloning.\\n     * @param {string} [key] The key of `value`.\\n     * @param {Object} [object] The parent object of `value`.\\n     * @param {Object} [stack] Tracks traversed objects and their clone counterparts.\\n     * @returns {*} Returns the cloned value.\\n     */\\n    function baseClone(value, bitmask, customizer, key, object, stack) {\\n      var result,\\n          isDeep = bitmask & CLONE_DEEP_FLAG,\\n          isFlat = bitmask & CLONE_FLAT_FLAG,\\n          isFull = bitmask & CLONE_SYMBOLS_FLAG;\\n\\n      if (customizer) {\\n        result = object ? customizer(value, key, object, stack) : customizer(value);\\n      }\\n      if (result !== undefined) {\\n        return result;\\n      }\\n      if (!isObject(value)) {\\n        return value;\\n      }\\n      var isArr = isArray(value);\\n      if (isArr) {\\n        result = initCloneArray(value);\\n        if (!isDeep) {\\n          return copyArray(value, result);\\n        }\\n      } else {\\n        var tag = getTag(value),\\n            isFunc = tag == funcTag || tag == genTag;\\n\\n        if (isBuffer(value)) {\\n          return cloneBuffer(value, isDeep);\\n        }\\n        if (tag == objectTag || tag == argsTag || (isFunc && !object)) {\\n          result = (isFlat || isFunc) ? {} : initCloneObject(value);\\n          if (!isDeep) {\\n            return isFlat\\n              ? copySymbolsIn(value, baseAssignIn(result, value))\\n              : copySymbols(value, baseAssign(result, value));\\n          }\\n        } else {\\n          if (!cloneableTags[tag]) {\\n            return object ? value : {};\\n          }\\n          result = initCloneByTag(value, tag, isDeep);\\n        }\\n      }\\n      // Check for circular references and return its corresponding clone.\\n      stack || (stack = new Stack);\\n      var stacked = stack.get(value);\\n      if (stacked) {\\n        return stacked;\\n      }\\n      stack.set(value, result);\\n\\n      if (isSet(value)) {\\n        value.forEach(function(subValue) {\\n          result.add(baseClone(subValue, bitmask, customizer, subValue, value, stack));\\n        });\\n\\n        return result;\\n      }\\n\\n      if (isMap(value)) {\\n        value.forEach(function(subValue, key) {\\n          result.set(key, baseClone(subValue, bitmask, customizer, key, value, stack));\\n        });\\n\\n        return result;\\n      }\\n\\n      var keysFunc = isFull\\n        ? (isFlat ? getAllKeysIn : getAllKeys)\\n        : (isFlat ? keysIn : keys);\\n\\n      var props = isArr ? undefined : keysFunc(value);\\n      arrayEach(props || value, function(subValue, key) {\\n        if (props) {\\n          key = subValue;\\n          subValue = value[key];\\n        }\\n        // Recursively populate clone (susceptible to call stack limits).\\n        assignValue(result, key, baseClone(subValue, bitmask, customizer, key, value, stack));\\n      });\\n      return result;\\n    }\\n\\n    /**\\n     * The base implementation of `_.conforms` which doesn't clone `source`.\\n     *\\n     * @private\\n     * @param {Object} source The object of property predicates to conform to.\\n     * @returns {Function} Returns the new spec function.\\n     */\\n    function baseConforms(source) {\\n      var props = keys(source);\\n      return function(object) {\\n        return baseConformsTo(object, source, props);\\n      };\\n    }\\n\\n    /**\\n     * The base implementation of `_.conformsTo` which accepts `props` to check.\\n     *\\n     * @private\\n     * @param {Object} object The object to inspect.\\n     * @param {Object} source The object of property predicates to conform to.\\n     * @returns {boolean} Returns `true` if `object` conforms, else `false`.\\n     */\\n    function baseConformsTo(object, source, props) {\\n      var length = props.length;\\n      if (object == null) {\\n        return !length;\\n      }\\n      object = Object(object);\\n      while (length--) {\\n        var key = props[length],\\n            predicate = source[key],\\n            value = object[key];\\n\\n        if ((value === undefined && !(key in object)) || !predicate(value)) {\\n          return false;\\n        }\\n      }\\n      return true;\\n    }\\n\\n    /**\\n     * The base implementation of `_.delay` and `_.defer` which accepts `args`\\n     * to provide to `func`.\\n     *\\n     * @private\\n     * @param {Function} func The function to delay.\\n     * @param {number} wait The number of milliseconds to delay invocation.\\n     * @param {Array} args The arguments to provide to `func`.\\n     * @returns {number|Object} Returns the timer id or timeout object.\\n     */\\n    function baseDelay(func, wait, args) {\\n      if (typeof func != 'function') {\\n        throw new TypeError(FUNC_ERROR_TEXT);\\n      }\\n      return setTimeout(function() { func.apply(undefined, args); }, wait);\\n    }\\n\\n    /**\\n     * The base implementation of methods like `_.difference` without support\\n     * for excluding multiple arrays or iteratee shorthands.\\n     *\\n     * @private\\n     * @param {Array} array The array to inspect.\\n     * @param {Array} values The values to exclude.\\n     * @param {Function} [iteratee] The iteratee invoked per element.\\n     * @param {Function} [comparator] The comparator invoked per element.\\n     * @returns {Array} Returns the new array of filtered values.\\n     */\\n    function baseDifference(array, values, iteratee, comparator) {\\n      var index = -1,\\n          includes = arrayIncludes,\\n          isCommon = true,\\n          length = array.length,\\n          result = [],\\n          valuesLength = values.length;\\n\\n      if (!length) {\\n        return result;\\n      }\\n      if (iteratee) {\\n        values = arrayMap(values, baseUnary(iteratee));\\n      }\\n      if (comparator) {\\n        includes = arrayIncludesWith;\\n        isCommon = false;\\n      }\\n      else if (values.length >= LARGE_ARRAY_SIZE) {\\n        includes = cacheHas;\\n        isCommon = false;\\n        values = new SetCache(values);\\n      }\\n      outer:\\n      while (++index < length) {\\n        var value = array[index],\\n            computed = iteratee == null ? value : iteratee(value);\\n\\n        value = (comparator || value !== 0) ? value : 0;\\n        if (isCommon && computed === computed) {\\n          var valuesIndex = valuesLength;\\n          while (valuesIndex--) {\\n            if (values[valuesIndex] === computed) {\\n              continue outer;\\n            }\\n          }\\n          result.push(value);\\n        }\\n        else if (!includes(values, computed, comparator)) {\\n          result.push(value);\\n        }\\n      }\\n      return result;\\n    }\\n\\n    /**\\n     * The base implementation of `_.forEach` without support for iteratee shorthands.\\n     *\\n     * @private\\n     * @param {Array|Object} collection The collection to iterate over.\\n     * @param {Function} iteratee The function invoked per iteration.\\n     * @returns {Array|Object} Returns `collection`.\\n     */\\n    var baseEach = createBaseEach(baseForOwn);\\n\\n    /**\\n     * The base implementation of `_.forEachRight` without support for iteratee shorthands.\\n     *\\n     * @private\\n     * @param {Array|Object} collection The collection to iterate over.\\n     * @param {Function} iteratee The function invoked per iteration.\\n     * @returns {Array|Object} Returns `collection`.\\n     */\\n    var baseEachRight = createBaseEach(baseForOwnRight, true);\\n\\n    /**\\n     * The base implementation of `_.every` without support for iteratee shorthands.\\n     *\\n     * @private\\n     * @param {Array|Object} collection The collection to iterate over.\\n     * @param {Function} predicate The function invoked per iteration.\\n     * @returns {boolean} Returns `true` if all elements pass the predicate check,\\n     *  else `false`\\n     */\\n    function baseEvery(collection, predicate) {\\n      var result = true;\\n      baseEach(collection, function(value, index, collection) {\\n        result = !!predicate(value, index, collection);\\n        return result;\\n      });\\n      return result;\\n    }\\n\\n    /**\\n     * The base implementation of methods like `_.max` and `_.min` which accepts a\\n     * `comparator` to determine the extremum value.\\n     *\\n     * @private\\n     * @param {Array} array The array to iterate over.\\n     * @param {Function} iteratee The iteratee invoked per iteration.\\n     * @param {Function} comparator The comparator used to compare values.\\n     * @returns {*} Returns the extremum value.\\n     */\\n    function baseExtremum(array, iteratee, comparator) {\\n      var index = -1,\\n          length = array.length;\\n\\n      while (++index < length) {\\n        var value = array[index],\\n            current = iteratee(value);\\n\\n        if (current != null && (computed === undefined\\n              ? (current === current && !isSymbol(current))\\n              : comparator(current, computed)\\n            )) {\\n          var computed = current,\\n              result = value;\\n        }\\n      }\\n      return result;\\n    }\\n\\n    /**\\n     * The base implementation of `_.fill` without an iteratee call guard.\\n     *\\n     * @private\\n     * @param {Array} array The array to fill.\\n     * @param {*} value The value to fill `array` with.\\n     * @param {number} [start=0] The start position.\\n     * @param {number} [end=array.length] The end position.\\n     * @returns {Array} Returns `array`.\\n     */\\n    function baseFill(array, value, start, end) {\\n      var length = array.length;\\n\\n      start = toInteger(start);\\n      if (start < 0) {\\n        start = -start > length ? 0 : (length + start);\\n      }\\n      end = (end === undefined || end > length) ? length : toInteger(end);\\n      if (end < 0) {\\n        end += length;\\n      }\\n      end = start > end ? 0 : toLength(end);\\n      while (start < end) {\\n        array[start++] = value;\\n      }\\n      return array;\\n    }\\n\\n    /**\\n     * The base implementation of `_.filter` without support for iteratee shorthands.\\n     *\\n     * @private\\n     * @param {Array|Object} collection The collection to iterate over.\\n     * @param {Function} predicate The function invoked per iteration.\\n     * @returns {Array} Returns the new filtered array.\\n     */\\n    function baseFilter(collection, predicate) {\\n      var result = [];\\n      baseEach(collection, function(value, index, collection) {\\n        if (predicate(value, index, collection)) {\\n          result.push(value);\\n        }\\n      });\\n      return result;\\n    }\\n\\n    /**\\n     * The base implementation of `_.flatten` with support for restricting flattening.\\n     *\\n     * @private\\n     * @param {Array} array The array to flatten.\\n     * @param {number} depth The maximum recursion depth.\\n     * @param {boolean} [predicate=isFlattenable] The function invoked per iteration.\\n     * @param {boolean} [isStrict] Restrict to values that pass `predicate` checks.\\n     * @param {Array} [result=[]] The initial result value.\\n     * @returns {Array} Returns the new flattened array.\\n     */\\n    function baseFlatten(array, depth, predicate, isStrict, result) {\\n      var index = -1,\\n          length = array.length;\\n\\n      predicate || (predicate = isFlattenable);\\n      result || (result = []);\\n\\n      while (++index < length) {\\n        var value = array[index];\\n        if (depth > 0 && predicate(value)) {\\n          if (depth > 1) {\\n            // Recursively flatten arrays (susceptible to call stack limits).\\n            baseFlatten(value, depth - 1, predicate, isStrict, result);\\n          } else {\\n            arrayPush(result, value);\\n          }\\n        } else if (!isStrict) {\\n          result[result.length] = value;\\n        }\\n      }\\n      return result;\\n    }\\n\\n    /**\\n     * The base implementation of `baseForOwn` which iterates over `object`\\n     * properties returned by `keysFunc` and invokes `iteratee` for each property.\\n     * Iteratee functions may exit iteration early by explicitly returning `false`.\\n     *\\n     * @private\\n     * @param {Object} object The object to iterate over.\\n     * @param {Function} iteratee The function invoked per iteration.\\n     * @param {Function} keysFunc The function to get the keys of `object`.\\n     * @returns {Object} Returns `object`.\\n     */\\n    var baseFor = createBaseFor();\\n\\n    /**\\n     * This function is like `baseFor` except that it iterates over properties\\n     * in the opposite order.\\n     *\\n     * @private\\n     * @param {Object} object The object to iterate over.\\n     * @param {Function} iteratee The function invoked per iteration.\\n     * @param {Function} keysFunc The function to get the keys of `object`.\\n     * @returns {Object} Returns `object`.\\n     */\\n    var baseForRight = createBaseFor(true);\\n\\n    /**\\n     * The base implementation of `_.forOwn` without support for iteratee shorthands.\\n     *\\n     * @private\\n     * @param {Object} object The object to iterate over.\\n     * @param {Function} iteratee The function invoked per iteration.\\n     * @returns {Object} Returns `object`.\\n     */\\n    function baseForOwn(object, iteratee) {\\n      return object && baseFor(object, iteratee, keys);\\n    }\\n\\n    /**\\n     * The base implementation of `_.forOwnRight` without support for iteratee shorthands.\\n     *\\n     * @private\\n     * @param {Object} object The object to iterate over.\\n     * @param {Function} iteratee The function invoked per iteration.\\n     * @returns {Object} Returns `object`.\\n     */\\n    function baseForOwnRight(object, iteratee) {\\n      return object && baseForRight(object, iteratee, keys);\\n    }\\n\\n    /**\\n     * The base implementation of `_.functions` which creates an array of\\n     * `object` function property names filtered from `props`.\\n     *\\n     * @private\\n     * @param {Object} object The object to inspect.\\n     * @param {Array} props The property names to filter.\\n     * @returns {Array} Returns the function names.\\n     */\\n    function baseFunctions(object, props) {\\n      return arrayFilter(props, function(key) {\\n        return isFunction(object[key]);\\n      });\\n    }\\n\\n    /**\\n     * The base implementation of `_.get` without support for default values.\\n     *\\n     * @private\\n     * @param {Object} object The object to query.\\n     * @param {Array|string} path The path of the property to get.\\n     * @returns {*} Returns the resolved value.\\n     */\\n    function baseGet(object, path) {\\n      path = castPath(path, object);\\n\\n      var index = 0,\\n          length = path.length;\\n\\n      while (object != null && index < length) {\\n        object = object[toKey(path[index++])];\\n      }\\n      return (index && index == length) ? object : undefined;\\n    }\\n\\n    /**\\n     * The base implementation of `getAllKeys` and `getAllKeysIn` which uses\\n     * `keysFunc` and `symbolsFunc` to get the enumerable property names and\\n     * symbols of `object`.\\n     *\\n     * @private\\n     * @param {Object} object The object to query.\\n     * @param {Function} keysFunc The function to get the keys of `object`.\\n     * @param {Function} symbolsFunc The function to get the symbols of `object`.\\n     * @returns {Array} Returns the array of property names and symbols.\\n     */\\n    function baseGetAllKeys(object, keysFunc, symbolsFunc) {\\n      var result = keysFunc(object);\\n      return isArray(object) ? result : arrayPush(result, symbolsFunc(object));\\n    }\\n\\n    /**\\n     * The base implementation of `getTag` without fallbacks for buggy environments.\\n     *\\n     * @private\\n     * @param {*} value The value to query.\\n     * @returns {string} Returns the `toStringTag`.\\n     */\\n    function baseGetTag(value) {\\n      if (value == null) {\\n        return value === undefined ? undefinedTag : nullTag;\\n      }\\n      return (symToStringTag && symToStringTag in Object(value))\\n        ? getRawTag(value)\\n        : objectToString(value);\\n    }\\n\\n    /**\\n     * The base implementation of `_.gt` which doesn't coerce arguments.\\n     *\\n     * @private\\n     * @param {*} value The value to compare.\\n     * @param {*} other The other value to compare.\\n     * @returns {boolean} Returns `true` if `value` is greater than `other`,\\n     *  else `false`.\\n     */\\n    function baseGt(value, other) {\\n      return value > other;\\n    }\\n\\n    /**\\n     * The base implementation of `_.has` without support for deep paths.\\n     *\\n     * @private\\n     * @param {Object} [object] The object to query.\\n     * @param {Array|string} key The key to check.\\n     * @returns {boolean} Returns `true` if `key` exists, else `false`.\\n     */\\n    function baseHas(object, key) {\\n      return object != null && hasOwnProperty.call(object, key);\\n    }\\n\\n    /**\\n     * The base implementation of `_.hasIn` without support for deep paths.\\n     *\\n     * @private\\n     * @param {Object} [object] The object to query.\\n     * @param {Array|string} key The key to check.\\n     * @returns {boolean} Returns `true` if `key` exists, else `false`.\\n     */\\n    function baseHasIn(object, key) {\\n      return object != null && key in Object(object);\\n    }\\n\\n    /**\\n     * The base implementation of `_.inRange` which doesn't coerce arguments.\\n     *\\n     * @private\\n     * @param {number} number The number to check.\\n     * @param {number} start The start of the range.\\n     * @param {number} end The end of the range.\\n     * @returns {boolean} Returns `true` if `number` is in the range, else `false`.\\n     */\\n    function baseInRange(number, start, end) {\\n      return number >= nativeMin(start, end) && number < nativeMax(start, end);\\n    }\\n\\n    /**\\n     * The base implementation of methods like `_.intersection`, without support\\n     * for iteratee shorthands, that accepts an array of arrays to inspect.\\n     *\\n     * @private\\n     * @param {Array} arrays The arrays to inspect.\\n     * @param {Function} [iteratee] The iteratee invoked per element.\\n     * @param {Function} [comparator] The comparator invoked per element.\\n     * @returns {Array} Returns the new array of shared values.\\n     */\\n    function baseIntersection(arrays, iteratee, comparator) {\\n      var includes = comparator ? arrayIncludesWith : arrayIncludes,\\n          length = arrays[0].length,\\n          othLength = arrays.length,\\n          othIndex = othLength,\\n          caches = Array(othLength),\\n          maxLength = Infinity,\\n          result = [];\\n\\n      while (othIndex--) {\\n        var array = arrays[othIndex];\\n        if (othIndex && iteratee) {\\n          array = arrayMap(array, baseUnary(iteratee));\\n        }\\n        maxLength = nativeMin(array.length, maxLength);\\n        caches[othIndex] = !comparator && (iteratee || (length >= 120 && array.length >= 120))\\n          ? new SetCache(othIndex && array)\\n          : undefined;\\n      }\\n      array = arrays[0];\\n\\n      var index = -1,\\n          seen = caches[0];\\n\\n      outer:\\n      while (++index < length && result.length < maxLength) {\\n        var value = array[index],\\n            computed = iteratee ? iteratee(value) : value;\\n\\n        value = (comparator || value !== 0) ? value : 0;\\n        if (!(seen\\n              ? cacheHas(seen, computed)\\n              : includes(result, computed, comparator)\\n            )) {\\n          othIndex = othLength;\\n          while (--othIndex) {\\n            var cache = caches[othIndex];\\n            if (!(cache\\n                  ? cacheHas(cache, computed)\\n                  : includes(arrays[othIndex], computed, comparator))\\n                ) {\\n              continue outer;\\n            }\\n          }\\n          if (seen) {\\n            seen.push(computed);\\n          }\\n          result.push(value);\\n        }\\n      }\\n      return result;\\n    }\\n\\n    /**\\n     * The base implementation of `_.invert` and `_.invertBy` which inverts\\n     * `object` with values transformed by `iteratee` and set by `setter`.\\n     *\\n     * @private\\n     * @param {Object} object The object to iterate over.\\n     * @param {Function} setter The function to set `accumulator` values.\\n     * @param {Function} iteratee The iteratee to transform values.\\n     * @param {Object} accumulator The initial inverted object.\\n     * @returns {Function} Returns `accumulator`.\\n     */\\n    function baseInverter(object, setter, iteratee, accumulator) {\\n      baseForOwn(object, function(value, key, object) {\\n        setter(accumulator, iteratee(value), key, object);\\n      });\\n      return accumulator;\\n    }\\n\\n    /**\\n     * The base implementation of `_.invoke` without support for individual\\n     * method arguments.\\n     *\\n     * @private\\n     * @param {Object} object The object to query.\\n     * @param {Array|string} path The path of the method to invoke.\\n     * @param {Array} args The arguments to invoke the method with.\\n     * @returns {*} Returns the result of the invoked method.\\n     */\\n    function baseInvoke(object, path, args) {\\n      path = castPath(path, object);\\n      object = parent(object, path);\\n      var func = object == null ? object : object[toKey(last(path))];\\n      return func == null ? undefined : apply(func, object, args);\\n    }\\n\\n    /**\\n     * The base implementation of `_.isArguments`.\\n     *\\n     * @private\\n     * @param {*} value The value to check.\\n     * @returns {boolean} Returns `true` if `value` is an `arguments` object,\\n     */\\n    function baseIsArguments(value) {\\n      return isObjectLike(value) && baseGetTag(value) == argsTag;\\n    }\\n\\n    /**\\n     * The base implementation of `_.isArrayBuffer` without Node.js optimizations.\\n     *\\n     * @private\\n     * @param {*} value The value to check.\\n     * @returns {boolean} Returns `true` if `value` is an array buffer, else `false`.\\n     */\\n    function baseIsArrayBuffer(value) {\\n      return isObjectLike(value) && baseGetTag(value) == arrayBufferTag;\\n    }\\n\\n    /**\\n     * The base implementation of `_.isDate` without Node.js optimizations.\\n     *\\n     * @private\\n     * @param {*} value The value to check.\\n     * @returns {boolean} Returns `true` if `value` is a date object, else `false`.\\n     */\\n    function baseIsDate(value) {\\n      return isObjectLike(value) && baseGetTag(value) == dateTag;\\n    }\\n\\n    /**\\n     * The base implementation of `_.isEqual` which supports partial comparisons\\n     * and tracks traversed objects.\\n     *\\n     * @private\\n     * @param {*} value The value to compare.\\n     * @param {*} other The other value to compare.\\n     * @param {boolean} bitmask The bitmask flags.\\n     *  1 - Unordered comparison\\n     *  2 - Partial comparison\\n     * @param {Function} [customizer] The function to customize comparisons.\\n     * @param {Object} [stack] Tracks traversed `value` and `other` objects.\\n     * @returns {boolean} Returns `true` if the values are equivalent, else `false`.\\n     */\\n    function baseIsEqual(value, other, bitmask, customizer, stack) {\\n      if (value === other) {\\n        return true;\\n      }\\n      if (value == null || other == null || (!isObjectLike(value) && !isObjectLike(other))) {\\n        return value !== value && other !== other;\\n      }\\n      return baseIsEqualDeep(value, other, bitmask, customizer, baseIsEqual, stack);\\n    }\\n\\n    /**\\n     * A specialized version of `baseIsEqual` for arrays and objects which performs\\n     * deep comparisons and tracks traversed objects enabling objects with circular\\n     * references to be compared.\\n     *\\n     * @private\\n     * @param {Object} object The object to compare.\\n     * @param {Object} other The other object to compare.\\n     * @param {number} bitmask The bitmask flags. See `baseIsEqual` for more details.\\n     * @param {Function} customizer The function to customize comparisons.\\n     * @param {Function} equalFunc The function to determine equivalents of values.\\n     * @param {Object} [stack] Tracks traversed `object` and `other` objects.\\n     * @returns {boolean} Returns `true` if the objects are equivalent, else `false`.\\n     */\\n    function baseIsEqualDeep(object, other, bitmask, customizer, equalFunc, stack) {\\n      var objIsArr = isArray(object),\\n          othIsArr = isArray(other),\\n          objTag = objIsArr ? arrayTag : getTag(object),\\n          othTag = othIsArr ? arrayTag : getTag(other);\\n\\n      objTag = objTag == argsTag ? objectTag : objTag;\\n      othTag = othTag == argsTag ? objectTag : othTag;\\n\\n      var objIsObj = objTag == objectTag,\\n          othIsObj = othTag == objectTag,\\n          isSameTag = objTag == othTag;\\n\\n      if (isSameTag && isBuffer(object)) {\\n        if (!isBuffer(other)) {\\n          return false;\\n        }\\n        objIsArr = true;\\n        objIsObj = false;\\n      }\\n      if (isSameTag && !objIsObj) {\\n        stack || (stack = new Stack);\\n        return (objIsArr || isTypedArray(object))\\n          ? equalArrays(object, other, bitmask, customizer, equalFunc, stack)\\n          : equalByTag(object, other, objTag, bitmask, customizer, equalFunc, stack);\\n      }\\n      if (!(bitmask & COMPARE_PARTIAL_FLAG)) {\\n        var objIsWrapped = objIsObj && hasOwnProperty.call(object, '__wrapped__'),\\n            othIsWrapped = othIsObj && hasOwnProperty.call(other, '__wrapped__');\\n\\n        if (objIsWrapped || othIsWrapped) {\\n          var objUnwrapped = objIsWrapped ? object.value() : object,\\n              othUnwrapped = othIsWrapped ? other.value() : other;\\n\\n          stack || (stack = new Stack);\\n          return equalFunc(objUnwrapped, othUnwrapped, bitmask, customizer, stack);\\n        }\\n      }\\n      if (!isSameTag) {\\n        return false;\\n      }\\n      stack || (stack = new Stack);\\n      return equalObjects(object, other, bitmask, customizer, equalFunc, stack);\\n    }\\n\\n    /**\\n     * The base implementation of `_.isMap` without Node.js optimizations.\\n     *\\n     * @private\\n     * @param {*} value The value to check.\\n     * @returns {boolean} Returns `true` if `value` is a map, else `false`.\\n     */\\n    function baseIsMap(value) {\\n      return isObjectLike(value) && getTag(value) == mapTag;\\n    }\\n\\n    /**\\n     * The base implementation of `_.isMatch` without support for iteratee shorthands.\\n     *\\n     * @private\\n     * @param {Object} object The object to inspect.\\n     * @param {Object} source The object of property values to match.\\n     * @param {Array} matchData The property names, values, and compare flags to match.\\n     * @param {Function} [customizer] The function to customize comparisons.\\n     * @returns {boolean} Returns `true` if `object` is a match, else `false`.\\n     */\\n    function baseIsMatch(object, source, matchData, customizer) {\\n      var index = matchData.length,\\n          length = index,\\n          noCustomizer = !customizer;\\n\\n      if (object == null) {\\n        return !length;\\n      }\\n      object = Object(object);\\n      while (index--) {\\n        var data = matchData[index];\\n        if ((noCustomizer && data[2])\\n              ? data[1] !== object[data[0]]\\n              : !(data[0] in object)\\n            ) {\\n          return false;\\n        }\\n      }\\n      while (++index < length) {\\n        data = matchData[index];\\n        var key = data[0],\\n            objValue = object[key],\\n            srcValue = data[1];\\n\\n        if (noCustomizer && data[2]) {\\n          if (objValue === undefined && !(key in object)) {\\n            return false;\\n          }\\n        } else {\\n          var stack = new Stack;\\n          if (customizer) {\\n            var result = customizer(objValue, srcValue, key, object, source, stack);\\n          }\\n          if (!(result === undefined\\n                ? baseIsEqual(srcValue, objValue, COMPARE_PARTIAL_FLAG | COMPARE_UNORDERED_FLAG, customizer, stack)\\n                : result\\n              )) {\\n            return false;\\n          }\\n        }\\n      }\\n      return true;\\n    }\\n\\n    /**\\n     * The base implementation of `_.isNative` without bad shim checks.\\n     *\\n     * @private\\n     * @param {*} value The value to check.\\n     * @returns {boolean} Returns `true` if `value` is a native function,\\n     *  else `false`.\\n     */\\n    function baseIsNative(value) {\\n      if (!isObject(value) || isMasked(value)) {\\n        return false;\\n      }\\n      var pattern = isFunction(value) ? reIsNative : reIsHostCtor;\\n      return pattern.test(toSource(value));\\n    }\\n\\n    /**\\n     * The base implementation of `_.isRegExp` without Node.js optimizations.\\n     *\\n     * @private\\n     * @param {*} value The value to check.\\n     * @returns {boolean} Returns `true` if `value` is a regexp, else `false`.\\n     */\\n    function baseIsRegExp(value) {\\n      return isObjectLike(value) && baseGetTag(value) == regexpTag;\\n    }\\n\\n    /**\\n     * The base implementation of `_.isSet` without Node.js optimizations.\\n     *\\n     * @private\\n     * @param {*} value The value to check.\\n     * @returns {boolean} Returns `true` if `value` is a set, else `false`.\\n     */\\n    function baseIsSet(value) {\\n      return isObjectLike(value) && getTag(value) == setTag;\\n    }\\n\\n    /**\\n     * The base implementation of `_.isTypedArray` without Node.js optimizations.\\n     *\\n     * @private\\n     * @param {*} value The value to check.\\n     * @returns {boolean} Returns `true` if `value` is a typed array, else `false`.\\n     */\\n    function baseIsTypedArray(value) {\\n      return isObjectLike(value) &&\\n        isLength(value.length) && !!typedArrayTags[baseGetTag(value)];\\n    }\\n\\n    /**\\n     * The base implementation of `_.iteratee`.\\n     *\\n     * @private\\n     * @param {*} [value=_.identity] The value to convert to an iteratee.\\n     * @returns {Function} Returns the iteratee.\\n     */\\n    function baseIteratee(value) {\\n      // Don't store the `typeof` result in a variable to avoid a JIT bug in Safari 9.\\n      // See https://bugs.webkit.org/show_bug.cgi?id=156034 for more details.\\n      if (typeof value == 'function') {\\n        return value;\\n      }\\n      if (value == null) {\\n        return identity;\\n      }\\n      if (typeof value == 'object') {\\n        return isArray(value)\\n          ? baseMatchesProperty(value[0], value[1])\\n          : baseMatches(value);\\n      }\\n      return property(value);\\n    }\\n\\n    /**\\n     * The base implementation of `_.keys` which doesn't treat sparse arrays as dense.\\n     *\\n     * @private\\n     * @param {Object} object The object to query.\\n     * @returns {Array} Returns the array of property names.\\n     */\\n    function baseKeys(object) {\\n      if (!isPrototype(object)) {\\n        return nativeKeys(object);\\n      }\\n      var result = [];\\n      for (var key in Object(object)) {\\n        if (hasOwnProperty.call(object, key) && key != 'constructor') {\\n          result.push(key);\\n        }\\n      }\\n      return result;\\n    }\\n\\n    /**\\n     * The base implementation of `_.keysIn` which doesn't treat sparse arrays as dense.\\n     *\\n     * @private\\n     * @param {Object} object The object to query.\\n     * @returns {Array} Returns the array of property names.\\n     */\\n    function baseKeysIn(object) {\\n      if (!isObject(object)) {\\n        return nativeKeysIn(object);\\n      }\\n      var isProto = isPrototype(object),\\n          result = [];\\n\\n      for (var key in object) {\\n        if (!(key == 'constructor' && (isProto || !hasOwnProperty.call(object, key)))) {\\n          result.push(key);\\n        }\\n      }\\n      return result;\\n    }\\n\\n    /**\\n     * The base implementation of `_.lt` which doesn't coerce arguments.\\n     *\\n     * @private\\n     * @param {*} value The value to compare.\\n     * @param {*} other The other value to compare.\\n     * @returns {boolean} Returns `true` if `value` is less than `other`,\\n     *  else `false`.\\n     */\\n    function baseLt(value, other) {\\n      return value < other;\\n    }\\n\\n    /**\\n     * The base implementation of `_.map` without support for iteratee shorthands.\\n     *\\n     * @private\\n     * @param {Array|Object} collection The collection to iterate over.\\n     * @param {Function} iteratee The function invoked per iteration.\\n     * @returns {Array} Returns the new mapped array.\\n     */\\n    function baseMap(collection, iteratee) {\\n      var index = -1,\\n          result = isArrayLike(collection) ? Array(collection.length) : [];\\n\\n      baseEach(collection, function(value, key, collection) {\\n        result[++index] = iteratee(value, key, collection);\\n      });\\n      return result;\\n    }\\n\\n    /**\\n     * The base implementation of `_.matches` which doesn't clone `source`.\\n     *\\n     * @private\\n     * @param {Object} source The object of property values to match.\\n     * @returns {Function} Returns the new spec function.\\n     */\\n    function baseMatches(source) {\\n      var matchData = getMatchData(source);\\n      if (matchData.length == 1 && matchData[0][2]) {\\n        return matchesStrictComparable(matchData[0][0], matchData[0][1]);\\n      }\\n      return function(object) {\\n        return object === source || baseIsMatch(object, source, matchData);\\n      };\\n    }\\n\\n    /**\\n     * The base implementation of `_.matchesProperty` which doesn't clone `srcValue`.\\n     *\\n     * @private\\n     * @param {string} path The path of the property to get.\\n     * @param {*} srcValue The value to match.\\n     * @returns {Function} Returns the new spec function.\\n     */\\n    function baseMatchesProperty(path, srcValue) {\\n      if (isKey(path) && isStrictComparable(srcValue)) {\\n        return matchesStrictComparable(toKey(path), srcValue);\\n      }\\n      return function(object) {\\n        var objValue = get(object, path);\\n        return (objValue === undefined && objValue === srcValue)\\n          ? hasIn(object, path)\\n          : baseIsEqual(srcValue, objValue, COMPARE_PARTIAL_FLAG | COMPARE_UNORDERED_FLAG);\\n      };\\n    }\\n\\n    /**\\n     * The base implementation of `_.merge` without support for multiple sources.\\n     *\\n     * @private\\n     * @param {Object} object The destination object.\\n     * @param {Object} source The source object.\\n     * @param {number} srcIndex The index of `source`.\\n     * @param {Function} [customizer] The function to customize merged values.\\n     * @param {Object} [stack] Tracks traversed source values and their merged\\n     *  counterparts.\\n     */\\n    function baseMerge(object, source, srcIndex, customizer, stack) {\\n      if (object === source) {\\n        return;\\n      }\\n      baseFor(source, function(srcValue, key) {\\n        if (isObject(srcValue)) {\\n          stack || (stack = new Stack);\\n          baseMergeDeep(object, source, key, srcIndex, baseMerge, customizer, stack);\\n        }\\n        else {\\n          var newValue = customizer\\n            ? customizer(safeGet(object, key), srcValue, (key + ''), object, source, stack)\\n            : undefined;\\n\\n          if (newValue === undefined) {\\n            newValue = srcValue;\\n          }\\n          assignMergeValue(object, key, newValue);\\n        }\\n      }, keysIn);\\n    }\\n\\n    /**\\n     * A specialized version of `baseMerge` for arrays and objects which performs\\n     * deep merges and tracks traversed objects enabling objects with circular\\n     * references to be merged.\\n     *\\n     * @private\\n     * @param {Object} object The destination object.\\n     * @param {Object} source The source object.\\n     * @param {string} key The key of the value to merge.\\n     * @param {number} srcIndex The index of `source`.\\n     * @param {Function} mergeFunc The function to merge values.\\n     * @param {Function} [customizer] The function to customize assigned values.\\n     * @param {Object} [stack] Tracks traversed source values and their merged\\n     *  counterparts.\\n     */\\n    function baseMergeDeep(object, source, key, srcIndex, mergeFunc, customizer, stack) {\\n      var objValue = safeGet(object, key),\\n          srcValue = safeGet(source, key),\\n          stacked = stack.get(srcValue);\\n\\n      if (stacked) {\\n        assignMergeValue(object, key, stacked);\\n        return;\\n      }\\n      var newValue = customizer\\n        ? customizer(objValue, srcValue, (key + ''), object, source, stack)\\n        : undefined;\\n\\n      var isCommon = newValue === undefined;\\n\\n      if (isCommon) {\\n        var isArr = isArray(srcValue),\\n            isBuff = !isArr && isBuffer(srcValue),\\n            isTyped = !isArr && !isBuff && isTypedArray(srcValue);\\n\\n        newValue = srcValue;\\n        if (isArr || isBuff || isTyped) {\\n          if (isArray(objValue)) {\\n            newValue = objValue;\\n          }\\n          else if (isArrayLikeObject(objValue)) {\\n            newValue = copyArray(objValue);\\n          }\\n          else if (isBuff) {\\n            isCommon = false;\\n            newValue = cloneBuffer(srcValue, true);\\n          }\\n          else if (isTyped) {\\n            isCommon = false;\\n            newValue = cloneTypedArray(srcValue, true);\\n          }\\n          else {\\n            newValue = [];\\n          }\\n        }\\n        else if (isPlainObject(srcValue) || isArguments(srcValue)) {\\n          newValue = objValue;\\n          if (isArguments(objValue)) {\\n            newValue = toPlainObject(objValue);\\n          }\\n          else if (!isObject(objValue) || (srcIndex && isFunction(objValue))) {\\n            newValue = initCloneObject(srcValue);\\n          }\\n        }\\n        else {\\n          isCommon = false;\\n        }\\n      }\\n      if (isCommon) {\\n        // Recursively merge objects and arrays (susceptible to call stack limits).\\n        stack.set(srcValue, newValue);\\n        mergeFunc(newValue, srcValue, srcIndex, customizer, stack);\\n        stack['delete'](srcValue);\\n      }\\n      assignMergeValue(object, key, newValue);\\n    }\\n\\n    /**\\n     * The base implementation of `_.nth` which doesn't coerce arguments.\\n     *\\n     * @private\\n     * @param {Array} array The array to query.\\n     * @param {number} n The index of the element to return.\\n     * @returns {*} Returns the nth element of `array`.\\n     */\\n    function baseNth(array, n) {\\n      var length = array.length;\\n      if (!length) {\\n        return;\\n      }\\n      n += n < 0 ? length : 0;\\n      return isIndex(n, length) ? array[n] : undefined;\\n    }\\n\\n    /**\\n     * The base implementation of `_.orderBy` without param guards.\\n     *\\n     * @private\\n     * @param {Array|Object} collection The collection to iterate over.\\n     * @param {Function[]|Object[]|string[]} iteratees The iteratees to sort by.\\n     * @param {string[]} orders The sort orders of `iteratees`.\\n     * @returns {Array} Returns the new sorted array.\\n     */\\n    function baseOrderBy(collection, iteratees, orders) {\\n      var index = -1;\\n      iteratees = arrayMap(iteratees.length ? iteratees : [identity], baseUnary(getIteratee()));\\n\\n      var result = baseMap(collection, function(value, key, collection) {\\n        var criteria = arrayMap(iteratees, function(iteratee) {\\n          return iteratee(value);\\n        });\\n        return { 'criteria': criteria, 'index': ++index, 'value': value };\\n      });\\n\\n      return baseSortBy(result, function(object, other) {\\n        return compareMultiple(object, other, orders);\\n      });\\n    }\\n\\n    /**\\n     * The base implementation of `_.pick` without support for individual\\n     * property identifiers.\\n     *\\n     * @private\\n     * @param {Object} object The source object.\\n     * @param {string[]} paths The property paths to pick.\\n     * @returns {Object} Returns the new object.\\n     */\\n    function basePick(object, paths) {\\n      return basePickBy(object, paths, function(value, path) {\\n        return hasIn(object, path);\\n      });\\n    }\\n\\n    /**\\n     * The base implementation of  `_.pickBy` without support for iteratee shorthands.\\n     *\\n     * @private\\n     * @param {Object} object The source object.\\n     * @param {string[]} paths The property paths to pick.\\n     * @param {Function} predicate The function invoked per property.\\n     * @returns {Object} Returns the new object.\\n     */\\n    function basePickBy(object, paths, predicate) {\\n      var index = -1,\\n          length = paths.length,\\n          result = {};\\n\\n      while (++index < length) {\\n        var path = paths[index],\\n            value = baseGet(object, path);\\n\\n        if (predicate(value, path)) {\\n          baseSet(result, castPath(path, object), value);\\n        }\\n      }\\n      return result;\\n    }\\n\\n    /**\\n     * A specialized version of `baseProperty` which supports deep paths.\\n     *\\n     * @private\\n     * @param {Array|string} path The path of the property to get.\\n     * @returns {Function} Returns the new accessor function.\\n     */\\n    function basePropertyDeep(path) {\\n      return function(object) {\\n        return baseGet(object, path);\\n      };\\n    }\\n\\n    /**\\n     * The base implementation of `_.pullAllBy` without support for iteratee\\n     * shorthands.\\n     *\\n     * @private\\n     * @param {Array} array The array to modify.\\n     * @param {Array} values The values to remove.\\n     * @param {Function} [iteratee] The iteratee invoked per element.\\n     * @param {Function} [comparator] The comparator invoked per element.\\n     * @returns {Array} Returns `array`.\\n     */\\n    function basePullAll(array, values, iteratee, comparator) {\\n      var indexOf = comparator ? baseIndexOfWith : baseIndexOf,\\n          index = -1,\\n          length = values.length,\\n          seen = array;\\n\\n      if (array === values) {\\n        values = copyArray(values);\\n      }\\n      if (iteratee) {\\n        seen = arrayMap(array, baseUnary(iteratee));\\n      }\\n      while (++index < length) {\\n        var fromIndex = 0,\\n            value = values[index],\\n            computed = iteratee ? iteratee(value) : value;\\n\\n        while ((fromIndex = indexOf(seen, computed, fromIndex, comparator)) > -1) {\\n          if (seen !== array) {\\n            splice.call(seen, fromIndex, 1);\\n          }\\n          splice.call(array, fromIndex, 1);\\n        }\\n      }\\n      return array;\\n    }\\n\\n    /**\\n     * The base implementation of `_.pullAt` without support for individual\\n     * indexes or capturing the removed elements.\\n     *\\n     * @private\\n     * @param {Array} array The array to modify.\\n     * @param {number[]} indexes The indexes of elements to remove.\\n     * @returns {Array} Returns `array`.\\n     */\\n    function basePullAt(array, indexes) {\\n      var length = array ? indexes.length : 0,\\n          lastIndex = length - 1;\\n\\n      while (length--) {\\n        var index = indexes[length];\\n        if (length == lastIndex || index !== previous) {\\n          var previous = index;\\n          if (isIndex(index)) {\\n            splice.call(array, index, 1);\\n          } else {\\n            baseUnset(array, index);\\n          }\\n        }\\n      }\\n      return array;\\n    }\\n\\n    /**\\n     * The base implementation of `_.random` without support for returning\\n     * floating-point numbers.\\n     *\\n     * @private\\n     * @param {number} lower The lower bound.\\n     * @param {number} upper The upper bound.\\n     * @returns {number} Returns the random number.\\n     */\\n    function baseRandom(lower, upper) {\\n      return lower + nativeFloor(nativeRandom() * (upper - lower + 1));\\n    }\\n\\n    /**\\n     * The base implementation of `_.range` and `_.rangeRight` which doesn't\\n     * coerce arguments.\\n     *\\n     * @private\\n     * @param {number} start The start of the range.\\n     * @param {number} end The end of the range.\\n     * @param {number} step The value to increment or decrement by.\\n     * @param {boolean} [fromRight] Specify iterating from right to left.\\n     * @returns {Array} Returns the range of numbers.\\n     */\\n    function baseRange(start, end, step, fromRight) {\\n      var index = -1,\\n          length = nativeMax(nativeCeil((end - start) / (step || 1)), 0),\\n          result = Array(length);\\n\\n      while (length--) {\\n        result[fromRight ? length : ++index] = start;\\n        start += step;\\n      }\\n      return result;\\n    }\\n\\n    /**\\n     * The base implementation of `_.repeat` which doesn't coerce arguments.\\n     *\\n     * @private\\n     * @param {string} string The string to repeat.\\n     * @param {number} n The number of times to repeat the string.\\n     * @returns {string} Returns the repeated string.\\n     */\\n    function baseRepeat(string, n) {\\n      var result = '';\\n      if (!string || n < 1 || n > MAX_SAFE_INTEGER) {\\n        return result;\\n      }\\n      // Leverage the exponentiation by squaring algorithm for a faster repeat.\\n      // See https://en.wikipedia.org/wiki/Exponentiation_by_squaring for more details.\\n      do {\\n        if (n % 2) {\\n          result += string;\\n        }\\n        n = nativeFloor(n / 2);\\n        if (n) {\\n          string += string;\\n        }\\n      } while (n);\\n\\n      return result;\\n    }\\n\\n    /**\\n     * The base implementation of `_.rest` which doesn't validate or coerce arguments.\\n     *\\n     * @private\\n     * @param {Function} func The function to apply a rest parameter to.\\n     * @param {number} [start=func.length-1] The start position of the rest parameter.\\n     * @returns {Function} Returns the new function.\\n     */\\n    function baseRest(func, start) {\\n      return setToString(overRest(func, start, identity), func + '');\\n    }\\n\\n    /**\\n     * The base implementation of `_.sample`.\\n     *\\n     * @private\\n     * @param {Array|Object} collection The collection to sample.\\n     * @returns {*} Returns the random element.\\n     */\\n    function baseSample(collection) {\\n      return arraySample(values(collection));\\n    }\\n\\n    /**\\n     * The base implementation of `_.sampleSize` without param guards.\\n     *\\n     * @private\\n     * @param {Array|Object} collection The collection to sample.\\n     * @param {number} n The number of elements to sample.\\n     * @returns {Array} Returns the random elements.\\n     */\\n    function baseSampleSize(collection, n) {\\n      var array = values(collection);\\n      return shuffleSelf(array, baseClamp(n, 0, array.length));\\n    }\\n\\n    /**\\n     * The base implementation of `_.set`.\\n     *\\n     * @private\\n     * @param {Object} object The object to modify.\\n     * @param {Array|string} path The path of the property to set.\\n     * @param {*} value The value to set.\\n     * @param {Function} [customizer] The function to customize path creation.\\n     * @returns {Object} Returns `object`.\\n     */\\n    function baseSet(object, path, value, customizer) {\\n      if (!isObject(object)) {\\n        return object;\\n      }\\n      path = castPath(path, object);\\n\\n      var index = -1,\\n          length = path.length,\\n          lastIndex = length - 1,\\n          nested = object;\\n\\n      while (nested != null && ++index < length) {\\n        var key = toKey(path[index]),\\n            newValue = value;\\n\\n        if (index != lastIndex) {\\n          var objValue = nested[key];\\n          newValue = customizer ? customizer(objValue, key, nested) : undefined;\\n          if (newValue === undefined) {\\n            newValue = isObject(objValue)\\n              ? objValue\\n              : (isIndex(path[index + 1]) ? [] : {});\\n          }\\n        }\\n        assignValue(nested, key, newValue);\\n        nested = nested[key];\\n      }\\n      return object;\\n    }\\n\\n    /**\\n     * The base implementation of `setData` without support for hot loop shorting.\\n     *\\n     * @private\\n     * @param {Function} func The function to associate metadata with.\\n     * @param {*} data The metadata.\\n     * @returns {Function} Returns `func`.\\n     */\\n    var baseSetData = !metaMap ? identity : function(func, data) {\\n      metaMap.set(func, data);\\n      return func;\\n    };\\n\\n    /**\\n     * The base implementation of `setToString` without support for hot loop shorting.\\n     *\\n     * @private\\n     * @param {Function} func The function to modify.\\n     * @param {Function} string The `toString` result.\\n     * @returns {Function} Returns `func`.\\n     */\\n    var baseSetToString = !defineProperty ? identity : function(func, string) {\\n      return defineProperty(func, 'toString', {\\n        'configurable': true,\\n        'enumerable': false,\\n        'value': constant(string),\\n        'writable': true\\n      });\\n    };\\n\\n    /**\\n     * The base implementation of `_.shuffle`.\\n     *\\n     * @private\\n     * @param {Array|Object} collection The collection to shuffle.\\n     * @returns {Array} Returns the new shuffled array.\\n     */\\n    function baseShuffle(collection) {\\n      return shuffleSelf(values(collection));\\n    }\\n\\n    /**\\n     * The base implementation of `_.slice` without an iteratee call guard.\\n     *\\n     * @private\\n     * @param {Array} array The array to slice.\\n     * @param {number} [start=0] The start position.\\n     * @param {number} [end=array.length] The end position.\\n     * @returns {Array} Returns the slice of `array`.\\n     */\\n    function baseSlice(array, start, end) {\\n      var index = -1,\\n          length = array.length;\\n\\n      if (start < 0) {\\n        start = -start > length ? 0 : (length + start);\\n      }\\n      end = end > length ? length : end;\\n      if (end < 0) {\\n        end += length;\\n      }\\n      length = start > end ? 0 : ((end - start) >>> 0);\\n      start >>>= 0;\\n\\n      var result = Array(length);\\n      while (++index < length) {\\n        result[index] = array[index + start];\\n      }\\n      return result;\\n    }\\n\\n    /**\\n     * The base implementation of `_.some` without support for iteratee shorthands.\\n     *\\n     * @private\\n     * @param {Array|Object} collection The collection to iterate over.\\n     * @param {Function} predicate The function invoked per iteration.\\n     * @returns {boolean} Returns `true` if any element passes the predicate check,\\n     *  else `false`.\\n     */\\n    function baseSome(collection, predicate) {\\n      var result;\\n\\n      baseEach(collection, function(value, index, collection) {\\n        result = predicate(value, index, collection);\\n        return !result;\\n      });\\n      return !!result;\\n    }\\n\\n    /**\\n     * The base implementation of `_.sortedIndex` and `_.sortedLastIndex` which\\n     * performs a binary search of `array` to determine the index at which `value`\\n     * should be inserted into `array` in order to maintain its sort order.\\n     *\\n     * @private\\n     * @param {Array} array The sorted array to inspect.\\n     * @param {*} value The value to evaluate.\\n     * @param {boolean} [retHighest] Specify returning the highest qualified index.\\n     * @returns {number} Returns the index at which `value` should be inserted\\n     *  into `array`.\\n     */\\n    function baseSortedIndex(array, value, retHighest) {\\n      var low = 0,\\n          high = array == null ? low : array.length;\\n\\n      if (typeof value == 'number' && value === value && high <= HALF_MAX_ARRAY_LENGTH) {\\n        while (low < high) {\\n          var mid = (low + high) >>> 1,\\n              computed = array[mid];\\n\\n          if (computed !== null && !isSymbol(computed) &&\\n              (retHighest ? (computed <= value) : (computed < value))) {\\n            low = mid + 1;\\n          } else {\\n            high = mid;\\n          }\\n        }\\n        return high;\\n      }\\n      return baseSortedIndexBy(array, value, identity, retHighest);\\n    }\\n\\n    /**\\n     * The base implementation of `_.sortedIndexBy` and `_.sortedLastIndexBy`\\n     * which invokes `iteratee` for `value` and each element of `array` to compute\\n     * their sort ranking. The iteratee is invoked with one argument; (value).\\n     *\\n     * @private\\n     * @param {Array} array The sorted array to inspect.\\n     * @param {*} value The value to evaluate.\\n     * @param {Function} iteratee The iteratee invoked per element.\\n     * @param {boolean} [retHighest] Specify returning the highest qualified index.\\n     * @returns {number} Returns the index at which `value` should be inserted\\n     *  into `array`.\\n     */\\n    function baseSortedIndexBy(array, value, iteratee, retHighest) {\\n      value = iteratee(value);\\n\\n      var low = 0,\\n          high = array == null ? 0 : array.length,\\n          valIsNaN = value !== value,\\n          valIsNull = value === null,\\n          valIsSymbol = isSymbol(value),\\n          valIsUndefined = value === undefined;\\n\\n      while (low < high) {\\n        var mid = nativeFloor((low + high) / 2),\\n            computed = iteratee(array[mid]),\\n            othIsDefined = computed !== undefined,\\n            othIsNull = computed === null,\\n            othIsReflexive = computed === computed,\\n            othIsSymbol = isSymbol(computed);\\n\\n        if (valIsNaN) {\\n          var setLow = retHighest || othIsReflexive;\\n        } else if (valIsUndefined) {\\n          setLow = othIsReflexive && (retHighest || othIsDefined);\\n        } else if (valIsNull) {\\n          setLow = othIsReflexive && othIsDefined && (retHighest || !othIsNull);\\n        } else if (valIsSymbol) {\\n          setLow = othIsReflexive && othIsDefined && !othIsNull && (retHighest || !othIsSymbol);\\n        } else if (othIsNull || othIsSymbol) {\\n          setLow = false;\\n        } else {\\n          setLow = retHighest ? (computed <= value) : (computed < value);\\n        }\\n        if (setLow) {\\n          low = mid + 1;\\n        } else {\\n          high = mid;\\n        }\\n      }\\n      return nativeMin(high, MAX_ARRAY_INDEX);\\n    }\\n\\n    /**\\n     * The base implementation of `_.sortedUniq` and `_.sortedUniqBy` without\\n     * support for iteratee shorthands.\\n     *\\n     * @private\\n     * @param {Array} array The array to inspect.\\n     * @param {Function} [iteratee] The iteratee invoked per element.\\n     * @returns {Array} Returns the new duplicate free array.\\n     */\\n    function baseSortedUniq(array, iteratee) {\\n      var index = -1,\\n          length = array.length,\\n          resIndex = 0,\\n          result = [];\\n\\n      while (++index < length) {\\n        var value = array[index],\\n            computed = iteratee ? iteratee(value) : value;\\n\\n        if (!index || !eq(computed, seen)) {\\n          var seen = computed;\\n          result[resIndex++] = value === 0 ? 0 : value;\\n        }\\n      }\\n      return result;\\n    }\\n\\n    /**\\n     * The base implementation of `_.toNumber` which doesn't ensure correct\\n     * conversions of binary, hexadecimal, or octal string values.\\n     *\\n     * @private\\n     * @param {*} value The value to process.\\n     * @returns {number} Returns the number.\\n     */\\n    function baseToNumber(value) {\\n      if (typeof value == 'number') {\\n        return value;\\n      }\\n      if (isSymbol(value)) {\\n        return NAN;\\n      }\\n      return +value;\\n    }\\n\\n    /**\\n     * The base implementation of `_.toString` which doesn't convert nullish\\n     * values to empty strings.\\n     *\\n     * @private\\n     * @param {*} value The value to process.\\n     * @returns {string} Returns the string.\\n     */\\n    function baseToString(value) {\\n      // Exit early for strings to avoid a performance hit in some environments.\\n      if (typeof value == 'string') {\\n        return value;\\n      }\\n      if (isArray(value)) {\\n        // Recursively convert values (susceptible to call stack limits).\\n        return arrayMap(value, baseToString) + '';\\n      }\\n      if (isSymbol(value)) {\\n        return symbolToString ? symbolToString.call(value) : '';\\n      }\\n      var result = (value + '');\\n      return (result == '0' && (1 / value) == -INFINITY) ? '-0' : result;\\n    }\\n\\n    /**\\n     * The base implementation of `_.uniqBy` without support for iteratee shorthands.\\n     *\\n     * @private\\n     * @param {Array} array The array to inspect.\\n     * @param {Function} [iteratee] The iteratee invoked per element.\\n     * @param {Function} [comparator] The comparator invoked per element.\\n     * @returns {Array} Returns the new duplicate free array.\\n     */\\n    function baseUniq(array, iteratee, comparator) {\\n      var index = -1,\\n          includes = arrayIncludes,\\n          length = array.length,\\n          isCommon = true,\\n          result = [],\\n          seen = result;\\n\\n      if (comparator) {\\n        isCommon = false;\\n        includes = arrayIncludesWith;\\n      }\\n      else if (length >= LARGE_ARRAY_SIZE) {\\n        var set = iteratee ? null : createSet(array);\\n        if (set) {\\n          return setToArray(set);\\n        }\\n        isCommon = false;\\n        includes = cacheHas;\\n        seen = new SetCache;\\n      }\\n      else {\\n        seen = iteratee ? [] : result;\\n      }\\n      outer:\\n      while (++index < length) {\\n        var value = array[index],\\n            computed = iteratee ? iteratee(value) : value;\\n\\n        value = (comparator || value !== 0) ? value : 0;\\n        if (isCommon && computed === computed) {\\n          var seenIndex = seen.length;\\n          while (seenIndex--) {\\n            if (seen[seenIndex] === computed) {\\n              continue outer;\\n            }\\n          }\\n          if (iteratee) {\\n            seen.push(computed);\\n          }\\n          result.push(value);\\n        }\\n        else if (!includes(seen, computed, comparator)) {\\n          if (seen !== result) {\\n            seen.push(computed);\\n          }\\n          result.push(value);\\n        }\\n      }\\n      return result;\\n    }\\n\\n    /**\\n     * The base implementation of `_.unset`.\\n     *\\n     * @private\\n     * @param {Object} object The object to modify.\\n     * @param {Array|string} path The property path to unset.\\n     * @returns {boolean} Returns `true` if the property is deleted, else `false`.\\n     */\\n    function baseUnset(object, path) {\\n      path = castPath(path, object);\\n      object = parent(object, path);\\n      return object == null || delete object[toKey(last(path))];\\n    }\\n\\n    /**\\n     * The base implementation of `_.update`.\\n     *\\n     * @private\\n     * @param {Object} object The object to modify.\\n     * @param {Array|string} path The path of the property to update.\\n     * @param {Function} updater The function to produce the updated value.\\n     * @param {Function} [customizer] The function to customize path creation.\\n     * @returns {Object} Returns `object`.\\n     */\\n    function baseUpdate(object, path, updater, customizer) {\\n      return baseSet(object, path, updater(baseGet(object, path)), customizer);\\n    }\\n\\n    /**\\n     * The base implementation of methods like `_.dropWhile` and `_.takeWhile`\\n     * without support for iteratee shorthands.\\n     *\\n     * @private\\n     * @param {Array} array The array to query.\\n     * @param {Function} predicate The function invoked per iteration.\\n     * @param {boolean} [isDrop] Specify dropping elements instead of taking them.\\n     * @param {boolean} [fromRight] Specify iterating from right to left.\\n     * @returns {Array} Returns the slice of `array`.\\n     */\\n    function baseWhile(array, predicate, isDrop, fromRight) {\\n      var length = array.length,\\n          index = fromRight ? length : -1;\\n\\n      while ((fromRight ? index-- : ++index < length) &&\\n        predicate(array[index], index, array)) {}\\n\\n      return isDrop\\n        ? baseSlice(array, (fromRight ? 0 : index), (fromRight ? index + 1 : length))\\n        : baseSlice(array, (fromRight ? index + 1 : 0), (fromRight ? length : index));\\n    }\\n\\n    /**\\n     * The base implementation of `wrapperValue` which returns the result of\\n     * performing a sequence of actions on the unwrapped `value`, where each\\n     * successive action is supplied the return value of the previous.\\n     *\\n     * @private\\n     * @param {*} value The unwrapped value.\\n     * @param {Array} actions Actions to perform to resolve the unwrapped value.\\n     * @returns {*} Returns the resolved value.\\n     */\\n    function baseWrapperValue(value, actions) {\\n      var result = value;\\n      if (result instanceof LazyWrapper) {\\n        result = result.value();\\n      }\\n      return arrayReduce(actions, function(result, action) {\\n        return action.func.apply(action.thisArg, arrayPush([result], action.args));\\n      }, result);\\n    }\\n\\n    /**\\n     * The base implementation of methods like `_.xor`, without support for\\n     * iteratee shorthands, that accepts an array of arrays to inspect.\\n     *\\n     * @private\\n     * @param {Array} arrays The arrays to inspect.\\n     * @param {Function} [iteratee] The iteratee invoked per element.\\n     * @param {Function} [comparator] The comparator invoked per element.\\n     * @returns {Array} Returns the new array of values.\\n     */\\n    function baseXor(arrays, iteratee, comparator) {\\n      var length = arrays.length;\\n      if (length < 2) {\\n        return length ? baseUniq(arrays[0]) : [];\\n      }\\n      var index = -1,\\n          result = Array(length);\\n\\n      while (++index < length) {\\n        var array = arrays[index],\\n            othIndex = -1;\\n\\n        while (++othIndex < length) {\\n          if (othIndex != index) {\\n            result[index] = baseDifference(result[index] || array, arrays[othIndex], iteratee, comparator);\\n          }\\n        }\\n      }\\n      return baseUniq(baseFlatten(result, 1), iteratee, comparator);\\n    }\\n\\n    /**\\n     * This base implementation of `_.zipObject` which assigns values using `assignFunc`.\\n     *\\n     * @private\\n     * @param {Array} props The property identifiers.\\n     * @param {Array} values The property values.\\n     * @param {Function} assignFunc The function to assign values.\\n     * @returns {Object} Returns the new object.\\n     */\\n    function baseZipObject(props, values, assignFunc) {\\n      var index = -1,\\n          length = props.length,\\n          valsLength = values.length,\\n          result = {};\\n\\n      while (++index < length) {\\n        var value = index < valsLength ? values[index] : undefined;\\n        assignFunc(result, props[index], value);\\n      }\\n      return result;\\n    }\\n\\n    /**\\n     * Casts `value` to an empty array if it's not an array like object.\\n     *\\n     * @private\\n     * @param {*} value The value to inspect.\\n     * @returns {Array|Object} Returns the cast array-like object.\\n     */\\n    function castArrayLikeObject(value) {\\n      return isArrayLikeObject(value) ? value : [];\\n    }\\n\\n    /**\\n     * Casts `value` to `identity` if it's not a function.\\n     *\\n     * @private\\n     * @param {*} value The value to inspect.\\n     * @returns {Function} Returns cast function.\\n     */\\n    function castFunction(value) {\\n      return typeof value == 'function' ? value : identity;\\n    }\\n\\n    /**\\n     * Casts `value` to a path array if it's not one.\\n     *\\n     * @private\\n     * @param {*} value The value to inspect.\\n     * @param {Object} [object] The object to query keys on.\\n     * @returns {Array} Returns the cast property path array.\\n     */\\n    function castPath(value, object) {\\n      if (isArray(value)) {\\n        return value;\\n      }\\n      return isKey(value, object) ? [value] : stringToPath(toString(value));\\n    }\\n\\n    /**\\n     * A `baseRest` alias which can be replaced with `identity` by module\\n     * replacement plugins.\\n     *\\n     * @private\\n     * @type {Function}\\n     * @param {Function} func The function to apply a rest parameter to.\\n     * @returns {Function} Returns the new function.\\n     */\\n    var castRest = baseRest;\\n\\n    /**\\n     * Casts `array` to a slice if it's needed.\\n     *\\n     * @private\\n     * @param {Array} array The array to inspect.\\n     * @param {number} start The start position.\\n     * @param {number} [end=array.length] The end position.\\n     * @returns {Array} Returns the cast slice.\\n     */\\n    function castSlice(array, start, end) {\\n      var length = array.length;\\n      end = end === undefined ? length : end;\\n      return (!start && end >= length) ? array : baseSlice(array, start, end);\\n    }\\n\\n    /**\\n     * A simple wrapper around the global [`clearTimeout`](https://mdn.io/clearTimeout).\\n     *\\n     * @private\\n     * @param {number|Object} id The timer id or timeout object of the timer to clear.\\n     */\\n    var clearTimeout = ctxClearTimeout || function(id) {\\n      return root.clearTimeout(id);\\n    };\\n\\n    /**\\n     * Creates a clone of  `buffer`.\\n     *\\n     * @private\\n     * @param {Buffer} buffer The buffer to clone.\\n     * @param {boolean} [isDeep] Specify a deep clone.\\n     * @returns {Buffer} Returns the cloned buffer.\\n     */\\n    function cloneBuffer(buffer, isDeep) {\\n      if (isDeep) {\\n        return buffer.slice();\\n      }\\n      var length = buffer.length,\\n          result = allocUnsafe ? allocUnsafe(length) : new buffer.constructor(length);\\n\\n      buffer.copy(result);\\n      return result;\\n    }\\n\\n    /**\\n     * Creates a clone of `arrayBuffer`.\\n     *\\n     * @private\\n     * @param {ArrayBuffer} arrayBuffer The array buffer to clone.\\n     * @returns {ArrayBuffer} Returns the cloned array buffer.\\n     */\\n    function cloneArrayBuffer(arrayBuffer) {\\n      var result = new arrayBuffer.constructor(arrayBuffer.byteLength);\\n      new Uint8Array(result).set(new Uint8Array(arrayBuffer));\\n      return result;\\n    }\\n\\n    /**\\n     * Creates a clone of `dataView`.\\n     *\\n     * @private\\n     * @param {Object} dataView The data view to clone.\\n     * @param {boolean} [isDeep] Specify a deep clone.\\n     * @returns {Object} Returns the cloned data view.\\n     */\\n    function cloneDataView(dataView, isDeep) {\\n      var buffer = isDeep ? cloneArrayBuffer(dataView.buffer) : dataView.buffer;\\n      return new dataView.constructor(buffer, dataView.byteOffset, dataView.byteLength);\\n    }\\n\\n    /**\\n     * Creates a clone of `regexp`.\\n     *\\n     * @private\\n     * @param {Object} regexp The regexp to clone.\\n     * @returns {Object} Returns the cloned regexp.\\n     */\\n    function cloneRegExp(regexp) {\\n      var result = new regexp.constructor(regexp.source, reFlags.exec(regexp));\\n      result.lastIndex = regexp.lastIndex;\\n      return result;\\n    }\\n\\n    /**\\n     * Creates a clone of the `symbol` object.\\n     *\\n     * @private\\n     * @param {Object} symbol The symbol object to clone.\\n     * @returns {Object} Returns the cloned symbol object.\\n     */\\n    function cloneSymbol(symbol) {\\n      return symbolValueOf ? Object(symbolValueOf.call(symbol)) : {};\\n    }\\n\\n    /**\\n     * Creates a clone of `typedArray`.\\n     *\\n     * @private\\n     * @param {Object} typedArray The typed array to clone.\\n     * @param {boolean} [isDeep] Specify a deep clone.\\n     * @returns {Object} Returns the cloned typed array.\\n     */\\n    function cloneTypedArray(typedArray, isDeep) {\\n      var buffer = isDeep ? cloneArrayBuffer(typedArray.buffer) : typedArray.buffer;\\n      return new typedArray.constructor(buffer, typedArray.byteOffset, typedArray.length);\\n    }\\n\\n    /**\\n     * Compares values to sort them in ascending order.\\n     *\\n     * @private\\n     * @param {*} value The value to compare.\\n     * @param {*} other The other value to compare.\\n     * @returns {number} Returns the sort order indicator for `value`.\\n     */\\n    function compareAscending(value, other) {\\n      if (value !== other) {\\n        var valIsDefined = value !== undefined,\\n            valIsNull = value === null,\\n            valIsReflexive = value === value,\\n            valIsSymbol = isSymbol(value);\\n\\n        var othIsDefined = other !== undefined,\\n            othIsNull = other === null,\\n            othIsReflexive = other === other,\\n            othIsSymbol = isSymbol(other);\\n\\n        if ((!othIsNull && !othIsSymbol && !valIsSymbol && value > other) ||\\n            (valIsSymbol && othIsDefined && othIsReflexive && !othIsNull && !othIsSymbol) ||\\n            (valIsNull && othIsDefined && othIsReflexive) ||\\n            (!valIsDefined && othIsReflexive) ||\\n            !valIsReflexive) {\\n          return 1;\\n        }\\n        if ((!valIsNull && !valIsSymbol && !othIsSymbol && value < other) ||\\n            (othIsSymbol && valIsDefined && valIsReflexive && !valIsNull && !valIsSymbol) ||\\n            (othIsNull && valIsDefined && valIsReflexive) ||\\n            (!othIsDefined && valIsReflexive) ||\\n            !othIsReflexive) {\\n          return -1;\\n        }\\n      }\\n      return 0;\\n    }\\n\\n    /**\\n     * Used by `_.orderBy` to compare multiple properties of a value to another\\n     * and stable sort them.\\n     *\\n     * If `orders` is unspecified, all values are sorted in ascending order. Otherwise,\\n     * specify an order of \\\"desc\\\" for descending or \\\"asc\\\" for ascending sort order\\n     * of corresponding values.\\n     *\\n     * @private\\n     * @param {Object} object The object to compare.\\n     * @param {Object} other The other object to compare.\\n     * @param {boolean[]|string[]} orders The order to sort by for each property.\\n     * @returns {number} Returns the sort order indicator for `object`.\\n     */\\n    function compareMultiple(object, other, orders) {\\n      var index = -1,\\n          objCriteria = object.criteria,\\n          othCriteria = other.criteria,\\n          length = objCriteria.length,\\n          ordersLength = orders.length;\\n\\n      while (++index < length) {\\n        var result = compareAscending(objCriteria[index], othCriteria[index]);\\n        if (result) {\\n          if (index >= ordersLength) {\\n            return result;\\n          }\\n          var order = orders[index];\\n          return result * (order == 'desc' ? -1 : 1);\\n        }\\n      }\\n      // Fixes an `Array#sort` bug in the JS engine embedded in Adobe applications\\n      // that causes it, under certain circumstances, to provide the same value for\\n      // `object` and `other`. See https://github.com/jashkenas/underscore/pull/1247\\n      // for more details.\\n      //\\n      // This also ensures a stable sort in V8 and other engines.\\n      // See https://bugs.chromium.org/p/v8/issues/detail?id=90 for more details.\\n      return object.index - other.index;\\n    }\\n\\n    /**\\n     * Creates an array that is the composition of partially applied arguments,\\n     * placeholders, and provided arguments into a single array of arguments.\\n     *\\n     * @private\\n     * @param {Array} args The provided arguments.\\n     * @param {Array} partials The arguments to prepend to those provided.\\n     * @param {Array} holders The `partials` placeholder indexes.\\n     * @params {boolean} [isCurried] Specify composing for a curried function.\\n     * @returns {Array} Returns the new array of composed arguments.\\n     */\\n    function composeArgs(args, partials, holders, isCurried) {\\n      var argsIndex = -1,\\n          argsLength = args.length,\\n          holdersLength = holders.length,\\n          leftIndex = -1,\\n          leftLength = partials.length,\\n          rangeLength = nativeMax(argsLength - holdersLength, 0),\\n          result = Array(leftLength + rangeLength),\\n          isUncurried = !isCurried;\\n\\n      while (++leftIndex < leftLength) {\\n        result[leftIndex] = partials[leftIndex];\\n      }\\n      while (++argsIndex < holdersLength) {\\n        if (isUncurried || argsIndex < argsLength) {\\n          result[holders[argsIndex]] = args[argsIndex];\\n        }\\n      }\\n      while (rangeLength--) {\\n        result[leftIndex++] = args[argsIndex++];\\n      }\\n      return result;\\n    }\\n\\n    /**\\n     * This function is like `composeArgs` except that the arguments composition\\n     * is tailored for `_.partialRight`.\\n     *\\n     * @private\\n     * @param {Array} args The provided arguments.\\n     * @param {Array} partials The arguments to append to those provided.\\n     * @param {Array} holders The `partials` placeholder indexes.\\n     * @params {boolean} [isCurried] Specify composing for a curried function.\\n     * @returns {Array} Returns the new array of composed arguments.\\n     */\\n    function composeArgsRight(args, partials, holders, isCurried) {\\n      var argsIndex = -1,\\n          argsLength = args.length,\\n          holdersIndex = -1,\\n          holdersLength = holders.length,\\n          rightIndex = -1,\\n          rightLength = partials.length,\\n          rangeLength = nativeMax(argsLength - holdersLength, 0),\\n          result = Array(rangeLength + rightLength),\\n          isUncurried = !isCurried;\\n\\n      while (++argsIndex < rangeLength) {\\n        result[argsIndex] = args[argsIndex];\\n      }\\n      var offset = argsIndex;\\n      while (++rightIndex < rightLength) {\\n        result[offset + rightIndex] = partials[rightIndex];\\n      }\\n      while (++holdersIndex < holdersLength) {\\n        if (isUncurried || argsIndex < argsLength) {\\n          result[offset + holders[holdersIndex]] = args[argsIndex++];\\n        }\\n      }\\n      return result;\\n    }\\n\\n    /**\\n     * Copies the values of `source` to `array`.\\n     *\\n     * @private\\n     * @param {Array} source The array to copy values from.\\n     * @param {Array} [array=[]] The array to copy values to.\\n     * @returns {Array} Returns `array`.\\n     */\\n    function copyArray(source, array) {\\n      var index = -1,\\n          length = source.length;\\n\\n      array || (array = Array(length));\\n      while (++index < length) {\\n        array[index] = source[index];\\n      }\\n      return array;\\n    }\\n\\n    /**\\n     * Copies properties of `source` to `object`.\\n     *\\n     * @private\\n     * @param {Object} source The object to copy properties from.\\n     * @param {Array} props The property identifiers to copy.\\n     * @param {Object} [object={}] The object to copy properties to.\\n     * @param {Function} [customizer] The function to customize copied values.\\n     * @returns {Object} Returns `object`.\\n     */\\n    function copyObject(source, props, object, customizer) {\\n      var isNew = !object;\\n      object || (object = {});\\n\\n      var index = -1,\\n          length = props.length;\\n\\n      while (++index < length) {\\n        var key = props[index];\\n\\n        var newValue = customizer\\n          ? customizer(object[key], source[key], key, object, source)\\n          : undefined;\\n\\n        if (newValue === undefined) {\\n          newValue = source[key];\\n        }\\n        if (isNew) {\\n          baseAssignValue(object, key, newValue);\\n        } else {\\n          assignValue(object, key, newValue);\\n        }\\n      }\\n      return object;\\n    }\\n\\n    /**\\n     * Copies own symbols of `source` to `object`.\\n     *\\n     * @private\\n     * @param {Object} source The object to copy symbols from.\\n     * @param {Object} [object={}] The object to copy symbols to.\\n     * @returns {Object} Returns `object`.\\n     */\\n    function copySymbols(source, object) {\\n      return copyObject(source, getSymbols(source), object);\\n    }\\n\\n    /**\\n     * Copies own and inherited symbols of `source` to `object`.\\n     *\\n     * @private\\n     * @param {Object} source The object to copy symbols from.\\n     * @param {Object} [object={}] The object to copy symbols to.\\n     * @returns {Object} Returns `object`.\\n     */\\n    function copySymbolsIn(source, object) {\\n      return copyObject(source, getSymbolsIn(source), object);\\n    }\\n\\n    /**\\n     * Creates a function like `_.groupBy`.\\n     *\\n     * @private\\n     * @param {Function} setter The function to set accumulator values.\\n     * @param {Function} [initializer] The accumulator object initializer.\\n     * @returns {Function} Returns the new aggregator function.\\n     */\\n    function createAggregator(setter, initializer) {\\n      return function(collection, iteratee) {\\n        var func = isArray(collection) ? arrayAggregator : baseAggregator,\\n            accumulator = initializer ? initializer() : {};\\n\\n        return func(collection, setter, getIteratee(iteratee, 2), accumulator);\\n      };\\n    }\\n\\n    /**\\n     * Creates a function like `_.assign`.\\n     *\\n     * @private\\n     * @param {Function} assigner The function to assign values.\\n     * @returns {Function} Returns the new assigner function.\\n     */\\n    function createAssigner(assigner) {\\n      return baseRest(function(object, sources) {\\n        var index = -1,\\n            length = sources.length,\\n            customizer = length > 1 ? sources[length - 1] : undefined,\\n            guard = length > 2 ? sources[2] : undefined;\\n\\n        customizer = (assigner.length > 3 && typeof customizer == 'function')\\n          ? (length--, customizer)\\n          : undefined;\\n\\n        if (guard && isIterateeCall(sources[0], sources[1], guard)) {\\n          customizer = length < 3 ? undefined : customizer;\\n          length = 1;\\n        }\\n        object = Object(object);\\n        while (++index < length) {\\n          var source = sources[index];\\n          if (source) {\\n            assigner(object, source, index, customizer);\\n          }\\n        }\\n        return object;\\n      });\\n    }\\n\\n    /**\\n     * Creates a `baseEach` or `baseEachRight` function.\\n     *\\n     * @private\\n     * @param {Function} eachFunc The function to iterate over a collection.\\n     * @param {boolean} [fromRight] Specify iterating from right to left.\\n     * @returns {Function} Returns the new base function.\\n     */\\n    function createBaseEach(eachFunc, fromRight) {\\n      return function(collection, iteratee) {\\n        if (collection == null) {\\n          return collection;\\n        }\\n        if (!isArrayLike(collection)) {\\n          return eachFunc(collection, iteratee);\\n        }\\n        var length = collection.length,\\n            index = fromRight ? length : -1,\\n            iterable = Object(collection);\\n\\n        while ((fromRight ? index-- : ++index < length)) {\\n          if (iteratee(iterable[index], index, iterable) === false) {\\n            break;\\n          }\\n        }\\n        return collection;\\n      };\\n    }\\n\\n    /**\\n     * Creates a base function for methods like `_.forIn` and `_.forOwn`.\\n     *\\n     * @private\\n     * @param {boolean} [fromRight] Specify iterating from right to left.\\n     * @returns {Function} Returns the new base function.\\n     */\\n    function createBaseFor(fromRight) {\\n      return function(object, iteratee, keysFunc) {\\n        var index = -1,\\n            iterable = Object(object),\\n            props = keysFunc(object),\\n            length = props.length;\\n\\n        while (length--) {\\n          var key = props[fromRight ? length : ++index];\\n          if (iteratee(iterable[key], key, iterable) === false) {\\n            break;\\n          }\\n        }\\n        return object;\\n      };\\n    }\\n\\n    /**\\n     * Creates a function that wraps `func` to invoke it with the optional `this`\\n     * binding of `thisArg`.\\n     *\\n     * @private\\n     * @param {Function} func The function to wrap.\\n     * @param {number} bitmask The bitmask flags. See `createWrap` for more details.\\n     * @param {*} [thisArg] The `this` binding of `func`.\\n     * @returns {Function} Returns the new wrapped function.\\n     */\\n    function createBind(func, bitmask, thisArg) {\\n      var isBind = bitmask & WRAP_BIND_FLAG,\\n          Ctor = createCtor(func);\\n\\n      function wrapper() {\\n        var fn = (this && this !== root && this instanceof wrapper) ? Ctor : func;\\n        return fn.apply(isBind ? thisArg : this, arguments);\\n      }\\n      return wrapper;\\n    }\\n\\n    /**\\n     * Creates a function like `_.lowerFirst`.\\n     *\\n     * @private\\n     * @param {string} methodName The name of the `String` case method to use.\\n     * @returns {Function} Returns the new case function.\\n     */\\n    function createCaseFirst(methodName) {\\n      return function(string) {\\n        string = toString(string);\\n\\n        var strSymbols = hasUnicode(string)\\n          ? stringToArray(string)\\n          : undefined;\\n\\n        var chr = strSymbols\\n          ? strSymbols[0]\\n          : string.charAt(0);\\n\\n        var trailing = strSymbols\\n          ? castSlice(strSymbols, 1).join('')\\n          : string.slice(1);\\n\\n        return chr[methodName]() + trailing;\\n      };\\n    }\\n\\n    /**\\n     * Creates a function like `_.camelCase`.\\n     *\\n     * @private\\n     * @param {Function} callback The function to combine each word.\\n     * @returns {Function} Returns the new compounder function.\\n     */\\n    function createCompounder(callback) {\\n      return function(string) {\\n        return arrayReduce(words(deburr(string).replace(reApos, '')), callback, '');\\n      };\\n    }\\n\\n    /**\\n     * Creates a function that produces an instance of `Ctor` regardless of\\n     * whether it was invoked as part of a `new` expression or by `call` or `apply`.\\n     *\\n     * @private\\n     * @param {Function} Ctor The constructor to wrap.\\n     * @returns {Function} Returns the new wrapped function.\\n     */\\n    function createCtor(Ctor) {\\n      return function() {\\n        // Use a `switch` statement to work with class constructors. See\\n        // http://ecma-international.org/ecma-262/7.0/#sec-ecmascript-function-objects-call-thisargument-argumentslist\\n        // for more details.\\n        var args = arguments;\\n        switch (args.length) {\\n          case 0: return new Ctor;\\n          case 1: return new Ctor(args[0]);\\n          case 2: return new Ctor(args[0], args[1]);\\n          case 3: return new Ctor(args[0], args[1], args[2]);\\n          case 4: return new Ctor(args[0], args[1], args[2], args[3]);\\n          case 5: return new Ctor(args[0], args[1], args[2], args[3], args[4]);\\n          case 6: return new Ctor(args[0], args[1], args[2], args[3], args[4], args[5]);\\n          case 7: return new Ctor(args[0], args[1], args[2], args[3], args[4], args[5], args[6]);\\n        }\\n        var thisBinding = baseCreate(Ctor.prototype),\\n            result = Ctor.apply(thisBinding, args);\\n\\n        // Mimic the constructor's `return` behavior.\\n        // See https://es5.github.io/#x13.2.2 for more details.\\n        return isObject(result) ? result : thisBinding;\\n      };\\n    }\\n\\n    /**\\n     * Creates a function that wraps `func` to enable currying.\\n     *\\n     * @private\\n     * @param {Function} func The function to wrap.\\n     * @param {number} bitmask The bitmask flags. See `createWrap` for more details.\\n     * @param {number} arity The arity of `func`.\\n     * @returns {Function} Returns the new wrapped function.\\n     */\\n    function createCurry(func, bitmask, arity) {\\n      var Ctor = createCtor(func);\\n\\n      function wrapper() {\\n        var length = arguments.length,\\n            args = Array(length),\\n            index = length,\\n            placeholder = getHolder(wrapper);\\n\\n        while (index--) {\\n          args[index] = arguments[index];\\n        }\\n        var holders = (length < 3 && args[0] !== placeholder && args[length - 1] !== placeholder)\\n          ? []\\n          : replaceHolders(args, placeholder);\\n\\n        length -= holders.length;\\n        if (length < arity) {\\n          return createRecurry(\\n            func, bitmask, createHybrid, wrapper.placeholder, undefined,\\n            args, holders, undefined, undefined, arity - length);\\n        }\\n        var fn = (this && this !== root && this instanceof wrapper) ? Ctor : func;\\n        return apply(fn, this, args);\\n      }\\n      return wrapper;\\n    }\\n\\n    /**\\n     * Creates a `_.find` or `_.findLast` function.\\n     *\\n     * @private\\n     * @param {Function} findIndexFunc The function to find the collection index.\\n     * @returns {Function} Returns the new find function.\\n     */\\n    function createFind(findIndexFunc) {\\n      return function(collection, predicate, fromIndex) {\\n        var iterable = Object(collection);\\n        if (!isArrayLike(collection)) {\\n          var iteratee = getIteratee(predicate, 3);\\n          collection = keys(collection);\\n          predicate = function(key) { return iteratee(iterable[key], key, iterable); };\\n        }\\n        var index = findIndexFunc(collection, predicate, fromIndex);\\n        return index > -1 ? iterable[iteratee ? collection[index] : index] : undefined;\\n      };\\n    }\\n\\n    /**\\n     * Creates a `_.flow` or `_.flowRight` function.\\n     *\\n     * @private\\n     * @param {boolean} [fromRight] Specify iterating from right to left.\\n     * @returns {Function} Returns the new flow function.\\n     */\\n    function createFlow(fromRight) {\\n      return flatRest(function(funcs) {\\n        var length = funcs.length,\\n            index = length,\\n            prereq = LodashWrapper.prototype.thru;\\n\\n        if (fromRight) {\\n          funcs.reverse();\\n        }\\n        while (index--) {\\n          var func = funcs[index];\\n          if (typeof func != 'function') {\\n            throw new TypeError(FUNC_ERROR_TEXT);\\n          }\\n          if (prereq && !wrapper && getFuncName(func) == 'wrapper') {\\n            var wrapper = new LodashWrapper([], true);\\n          }\\n        }\\n        index = wrapper ? index : length;\\n        while (++index < length) {\\n          func = funcs[index];\\n\\n          var funcName = getFuncName(func),\\n              data = funcName == 'wrapper' ? getData(func) : undefined;\\n\\n          if (data && isLaziable(data[0]) &&\\n                data[1] == (WRAP_ARY_FLAG | WRAP_CURRY_FLAG | WRAP_PARTIAL_FLAG | WRAP_REARG_FLAG) &&\\n                !data[4].length && data[9] == 1\\n              ) {\\n            wrapper = wrapper[getFuncName(data[0])].apply(wrapper, data[3]);\\n          } else {\\n            wrapper = (func.length == 1 && isLaziable(func))\\n              ? wrapper[funcName]()\\n              : wrapper.thru(func);\\n          }\\n        }\\n        return function() {\\n          var args = arguments,\\n              value = args[0];\\n\\n          if (wrapper && args.length == 1 && isArray(value)) {\\n            return wrapper.plant(value).value();\\n          }\\n          var index = 0,\\n              result = length ? funcs[index].apply(this, args) : value;\\n\\n          while (++index < length) {\\n            result = funcs[index].call(this, result);\\n          }\\n          return result;\\n        };\\n      });\\n    }\\n\\n    /**\\n     * Creates a function that wraps `func` to invoke it with optional `this`\\n     * binding of `thisArg`, partial application, and currying.\\n     *\\n     * @private\\n     * @param {Function|string} func The function or method name to wrap.\\n     * @param {number} bitmask The bitmask flags. See `createWrap` for more details.\\n     * @param {*} [thisArg] The `this` binding of `func`.\\n     * @param {Array} [partials] The arguments to prepend to those provided to\\n     *  the new function.\\n     * @param {Array} [holders] The `partials` placeholder indexes.\\n     * @param {Array} [partialsRight] The arguments to append to those provided\\n     *  to the new function.\\n     * @param {Array} [holdersRight] The `partialsRight` placeholder indexes.\\n     * @param {Array} [argPos] The argument positions of the new function.\\n     * @param {number} [ary] The arity cap of `func`.\\n     * @param {number} [arity] The arity of `func`.\\n     * @returns {Function} Returns the new wrapped function.\\n     */\\n    function createHybrid(func, bitmask, thisArg, partials, holders, partialsRight, holdersRight, argPos, ary, arity) {\\n      var isAry = bitmask & WRAP_ARY_FLAG,\\n          isBind = bitmask & WRAP_BIND_FLAG,\\n          isBindKey = bitmask & WRAP_BIND_KEY_FLAG,\\n          isCurried = bitmask & (WRAP_CURRY_FLAG | WRAP_CURRY_RIGHT_FLAG),\\n          isFlip = bitmask & WRAP_FLIP_FLAG,\\n          Ctor = isBindKey ? undefined : createCtor(func);\\n\\n      function wrapper() {\\n        var length = arguments.length,\\n            args = Array(length),\\n            index = length;\\n\\n        while (index--) {\\n          args[index] = arguments[index];\\n        }\\n        if (isCurried) {\\n          var placeholder = getHolder(wrapper),\\n              holdersCount = countHolders(args, placeholder);\\n        }\\n        if (partials) {\\n          args = composeArgs(args, partials, holders, isCurried);\\n        }\\n        if (partialsRight) {\\n          args = composeArgsRight(args, partialsRight, holdersRight, isCurried);\\n        }\\n        length -= holdersCount;\\n        if (isCurried && length < arity) {\\n          var newHolders = replaceHolders(args, placeholder);\\n          return createRecurry(\\n            func, bitmask, createHybrid, wrapper.placeholder, thisArg,\\n            args, newHolders, argPos, ary, arity - length\\n          );\\n        }\\n        var thisBinding = isBind ? thisArg : this,\\n            fn = isBindKey ? thisBinding[func] : func;\\n\\n        length = args.length;\\n        if (argPos) {\\n          args = reorder(args, argPos);\\n        } else if (isFlip && length > 1) {\\n          args.reverse();\\n        }\\n        if (isAry && ary < length) {\\n          args.length = ary;\\n        }\\n        if (this && this !== root && this instanceof wrapper) {\\n          fn = Ctor || createCtor(fn);\\n        }\\n        return fn.apply(thisBinding, args);\\n      }\\n      return wrapper;\\n    }\\n\\n    /**\\n     * Creates a function like `_.invertBy`.\\n     *\\n     * @private\\n     * @param {Function} setter The function to set accumulator values.\\n     * @param {Function} toIteratee The function to resolve iteratees.\\n     * @returns {Function} Returns the new inverter function.\\n     */\\n    function createInverter(setter, toIteratee) {\\n      return function(object, iteratee) {\\n        return baseInverter(object, setter, toIteratee(iteratee), {});\\n      };\\n    }\\n\\n    /**\\n     * Creates a function that performs a mathematical operation on two values.\\n     *\\n     * @private\\n     * @param {Function} operator The function to perform the operation.\\n     * @param {number} [defaultValue] The value used for `undefined` arguments.\\n     * @returns {Function} Returns the new mathematical operation function.\\n     */\\n    function createMathOperation(operator, defaultValue) {\\n      return function(value, other) {\\n        var result;\\n        if (value === undefined && other === undefined) {\\n          return defaultValue;\\n        }\\n        if (value !== undefined) {\\n          result = value;\\n        }\\n        if (other !== undefined) {\\n          if (result === undefined) {\\n            return other;\\n          }\\n          if (typeof value == 'string' || typeof other == 'string') {\\n            value = baseToString(value);\\n            other = baseToString(other);\\n          } else {\\n            value = baseToNumber(value);\\n            other = baseToNumber(other);\\n          }\\n          result = operator(value, other);\\n        }\\n        return result;\\n      };\\n    }\\n\\n    /**\\n     * Creates a function like `_.over`.\\n     *\\n     * @private\\n     * @param {Function} arrayFunc The function to iterate over iteratees.\\n     * @returns {Function} Returns the new over function.\\n     */\\n    function createOver(arrayFunc) {\\n      return flatRest(function(iteratees) {\\n        iteratees = arrayMap(iteratees, baseUnary(getIteratee()));\\n        return baseRest(function(args) {\\n          var thisArg = this;\\n          return arrayFunc(iteratees, function(iteratee) {\\n            return apply(iteratee, thisArg, args);\\n          });\\n        });\\n      });\\n    }\\n\\n    /**\\n     * Creates the padding for `string` based on `length`. The `chars` string\\n     * is truncated if the number of characters exceeds `length`.\\n     *\\n     * @private\\n     * @param {number} length The padding length.\\n     * @param {string} [chars=' '] The string used as padding.\\n     * @returns {string} Returns the padding for `string`.\\n     */\\n    function createPadding(length, chars) {\\n      chars = chars === undefined ? ' ' : baseToString(chars);\\n\\n      var charsLength = chars.length;\\n      if (charsLength < 2) {\\n        return charsLength ? baseRepeat(chars, length) : chars;\\n      }\\n      var result = baseRepeat(chars, nativeCeil(length / stringSize(chars)));\\n      return hasUnicode(chars)\\n        ? castSlice(stringToArray(result), 0, length).join('')\\n        : result.slice(0, length);\\n    }\\n\\n    /**\\n     * Creates a function that wraps `func` to invoke it with the `this` binding\\n     * of `thisArg` and `partials` prepended to the arguments it receives.\\n     *\\n     * @private\\n     * @param {Function} func The function to wrap.\\n     * @param {number} bitmask The bitmask flags. See `createWrap` for more details.\\n     * @param {*} thisArg The `this` binding of `func`.\\n     * @param {Array} partials The arguments to prepend to those provided to\\n     *  the new function.\\n     * @returns {Function} Returns the new wrapped function.\\n     */\\n    function createPartial(func, bitmask, thisArg, partials) {\\n      var isBind = bitmask & WRAP_BIND_FLAG,\\n          Ctor = createCtor(func);\\n\\n      function wrapper() {\\n        var argsIndex = -1,\\n            argsLength = arguments.length,\\n            leftIndex = -1,\\n            leftLength = partials.length,\\n            args = Array(leftLength + argsLength),\\n            fn = (this && this !== root && this instanceof wrapper) ? Ctor : func;\\n\\n        while (++leftIndex < leftLength) {\\n          args[leftIndex] = partials[leftIndex];\\n        }\\n        while (argsLength--) {\\n          args[leftIndex++] = arguments[++argsIndex];\\n        }\\n        return apply(fn, isBind ? thisArg : this, args);\\n      }\\n      return wrapper;\\n    }\\n\\n    /**\\n     * Creates a `_.range` or `_.rangeRight` function.\\n     *\\n     * @private\\n     * @param {boolean} [fromRight] Specify iterating from right to left.\\n     * @returns {Function} Returns the new range function.\\n     */\\n    function createRange(fromRight) {\\n      return function(start, end, step) {\\n        if (step && typeof step != 'number' && isIterateeCall(start, end, step)) {\\n          end = step = undefined;\\n        }\\n        // Ensure the sign of `-0` is preserved.\\n        start = toFinite(start);\\n        if (end === undefined) {\\n          end = start;\\n          start = 0;\\n        } else {\\n          end = toFinite(end);\\n        }\\n        step = step === undefined ? (start < end ? 1 : -1) : toFinite(step);\\n        return baseRange(start, end, step, fromRight);\\n      };\\n    }\\n\\n    /**\\n     * Creates a function that performs a relational operation on two values.\\n     *\\n     * @private\\n     * @param {Function} operator The function to perform the operation.\\n     * @returns {Function} Returns the new relational operation function.\\n     */\\n    function createRelationalOperation(operator) {\\n      return function(value, other) {\\n        if (!(typeof value == 'string' && typeof other == 'string')) {\\n          value = toNumber(value);\\n          other = toNumber(other);\\n        }\\n        return operator(value, other);\\n      };\\n    }\\n\\n    /**\\n     * Creates a function that wraps `func` to continue currying.\\n     *\\n     * @private\\n     * @param {Function} func The function to wrap.\\n     * @param {number} bitmask The bitmask flags. See `createWrap` for more details.\\n     * @param {Function} wrapFunc The function to create the `func` wrapper.\\n     * @param {*} placeholder The placeholder value.\\n     * @param {*} [thisArg] The `this` binding of `func`.\\n     * @param {Array} [partials] The arguments to prepend to those provided to\\n     *  the new function.\\n     * @param {Array} [holders] The `partials` placeholder indexes.\\n     * @param {Array} [argPos] The argument positions of the new function.\\n     * @param {number} [ary] The arity cap of `func`.\\n     * @param {number} [arity] The arity of `func`.\\n     * @returns {Function} Returns the new wrapped function.\\n     */\\n    function createRecurry(func, bitmask, wrapFunc, placeholder, thisArg, partials, holders, argPos, ary, arity) {\\n      var isCurry = bitmask & WRAP_CURRY_FLAG,\\n          newHolders = isCurry ? holders : undefined,\\n          newHoldersRight = isCurry ? undefined : holders,\\n          newPartials = isCurry ? partials : undefined,\\n          newPartialsRight = isCurry ? undefined : partials;\\n\\n      bitmask |= (isCurry ? WRAP_PARTIAL_FLAG : WRAP_PARTIAL_RIGHT_FLAG);\\n      bitmask &= ~(isCurry ? WRAP_PARTIAL_RIGHT_FLAG : WRAP_PARTIAL_FLAG);\\n\\n      if (!(bitmask & WRAP_CURRY_BOUND_FLAG)) {\\n        bitmask &= ~(WRAP_BIND_FLAG | WRAP_BIND_KEY_FLAG);\\n      }\\n      var newData = [\\n        func, bitmask, thisArg, newPartials, newHolders, newPartialsRight,\\n        newHoldersRight, argPos, ary, arity\\n      ];\\n\\n      var result = wrapFunc.apply(undefined, newData);\\n      if (isLaziable(func)) {\\n        setData(result, newData);\\n      }\\n      result.placeholder = placeholder;\\n      return setWrapToString(result, func, bitmask);\\n    }\\n\\n    /**\\n     * Creates a function like `_.round`.\\n     *\\n     * @private\\n     * @param {string} methodName The name of the `Math` method to use when rounding.\\n     * @returns {Function} Returns the new round function.\\n     */\\n    function createRound(methodName) {\\n      var func = Math[methodName];\\n      return function(number, precision) {\\n        number = toNumber(number);\\n        precision = precision == null ? 0 : nativeMin(toInteger(precision), 292);\\n        if (precision) {\\n          // Shift with exponential notation to avoid floating-point issues.\\n          // See [MDN](https://mdn.io/round#Examples) for more details.\\n          var pair = (toString(number) + 'e').split('e'),\\n              value = func(pair[0] + 'e' + (+pair[1] + precision));\\n\\n          pair = (toString(value) + 'e').split('e');\\n          return +(pair[0] + 'e' + (+pair[1] - precision));\\n        }\\n        return func(number);\\n      };\\n    }\\n\\n    /**\\n     * Creates a set object of `values`.\\n     *\\n     * @private\\n     * @param {Array} values The values to add to the set.\\n     * @returns {Object} Returns the new set.\\n     */\\n    var createSet = !(Set && (1 / setToArray(new Set([,-0]))[1]) == INFINITY) ? noop : function(values) {\\n      return new Set(values);\\n    };\\n\\n    /**\\n     * Creates a `_.toPairs` or `_.toPairsIn` function.\\n     *\\n     * @private\\n     * @param {Function} keysFunc The function to get the keys of a given object.\\n     * @returns {Function} Returns the new pairs function.\\n     */\\n    function createToPairs(keysFunc) {\\n      return function(object) {\\n        var tag = getTag(object);\\n        if (tag == mapTag) {\\n          return mapToArray(object);\\n        }\\n        if (tag == setTag) {\\n          return setToPairs(object);\\n        }\\n        return baseToPairs(object, keysFunc(object));\\n      };\\n    }\\n\\n    /**\\n     * Creates a function that either curries or invokes `func` with optional\\n     * `this` binding and partially applied arguments.\\n     *\\n     * @private\\n     * @param {Function|string} func The function or method name to wrap.\\n     * @param {number} bitmask The bitmask flags.\\n     *    1 - `_.bind`\\n     *    2 - `_.bindKey`\\n     *    4 - `_.curry` or `_.curryRight` of a bound function\\n     *    8 - `_.curry`\\n     *   16 - `_.curryRight`\\n     *   32 - `_.partial`\\n     *   64 - `_.partialRight`\\n     *  128 - `_.rearg`\\n     *  256 - `_.ary`\\n     *  512 - `_.flip`\\n     * @param {*} [thisArg] The `this` binding of `func`.\\n     * @param {Array} [partials] The arguments to be partially applied.\\n     * @param {Array} [holders] The `partials` placeholder indexes.\\n     * @param {Array} [argPos] The argument positions of the new function.\\n     * @param {number} [ary] The arity cap of `func`.\\n     * @param {number} [arity] The arity of `func`.\\n     * @returns {Function} Returns the new wrapped function.\\n     */\\n    function createWrap(func, bitmask, thisArg, partials, holders, argPos, ary, arity) {\\n      var isBindKey = bitmask & WRAP_BIND_KEY_FLAG;\\n      if (!isBindKey && typeof func != 'function') {\\n        throw new TypeError(FUNC_ERROR_TEXT);\\n      }\\n      var length = partials ? partials.length : 0;\\n      if (!length) {\\n        bitmask &= ~(WRAP_PARTIAL_FLAG | WRAP_PARTIAL_RIGHT_FLAG);\\n        partials = holders = undefined;\\n      }\\n      ary = ary === undefined ? ary : nativeMax(toInteger(ary), 0);\\n      arity = arity === undefined ? arity : toInteger(arity);\\n      length -= holders ? holders.length : 0;\\n\\n      if (bitmask & WRAP_PARTIAL_RIGHT_FLAG) {\\n        var partialsRight = partials,\\n            holdersRight = holders;\\n\\n        partials = holders = undefined;\\n      }\\n      var data = isBindKey ? undefined : getData(func);\\n\\n      var newData = [\\n        func, bitmask, thisArg, partials, holders, partialsRight, holdersRight,\\n        argPos, ary, arity\\n      ];\\n\\n      if (data) {\\n        mergeData(newData, data);\\n      }\\n      func = newData[0];\\n      bitmask = newData[1];\\n      thisArg = newData[2];\\n      partials = newData[3];\\n      holders = newData[4];\\n      arity = newData[9] = newData[9] === undefined\\n        ? (isBindKey ? 0 : func.length)\\n        : nativeMax(newData[9] - length, 0);\\n\\n      if (!arity && bitmask & (WRAP_CURRY_FLAG | WRAP_CURRY_RIGHT_FLAG)) {\\n        bitmask &= ~(WRAP_CURRY_FLAG | WRAP_CURRY_RIGHT_FLAG);\\n      }\\n      if (!bitmask || bitmask == WRAP_BIND_FLAG) {\\n        var result = createBind(func, bitmask, thisArg);\\n      } else if (bitmask == WRAP_CURRY_FLAG || bitmask == WRAP_CURRY_RIGHT_FLAG) {\\n        result = createCurry(func, bitmask, arity);\\n      } else if ((bitmask == WRAP_PARTIAL_FLAG || bitmask == (WRAP_BIND_FLAG | WRAP_PARTIAL_FLAG)) && !holders.length) {\\n        result = createPartial(func, bitmask, thisArg, partials);\\n      } else {\\n        result = createHybrid.apply(undefined, newData);\\n      }\\n      var setter = data ? baseSetData : setData;\\n      return setWrapToString(setter(result, newData), func, bitmask);\\n    }\\n\\n    /**\\n     * Used by `_.defaults` to customize its `_.assignIn` use to assign properties\\n     * of source objects to the destination object for all destination properties\\n     * that resolve to `undefined`.\\n     *\\n     * @private\\n     * @param {*} objValue The destination value.\\n     * @param {*} srcValue The source value.\\n     * @param {string} key The key of the property to assign.\\n     * @param {Object} object The parent object of `objValue`.\\n     * @returns {*} Returns the value to assign.\\n     */\\n    function customDefaultsAssignIn(objValue, srcValue, key, object) {\\n      if (objValue === undefined ||\\n          (eq(objValue, objectProto[key]) && !hasOwnProperty.call(object, key))) {\\n        return srcValue;\\n      }\\n      return objValue;\\n    }\\n\\n    /**\\n     * Used by `_.defaultsDeep` to customize its `_.merge` use to merge source\\n     * objects into destination objects that are passed thru.\\n     *\\n     * @private\\n     * @param {*} objValue The destination value.\\n     * @param {*} srcValue The source value.\\n     * @param {string} key The key of the property to merge.\\n     * @param {Object} object The parent object of `objValue`.\\n     * @param {Object} source The parent object of `srcValue`.\\n     * @param {Object} [stack] Tracks traversed source values and their merged\\n     *  counterparts.\\n     * @returns {*} Returns the value to assign.\\n     */\\n    function customDefaultsMerge(objValue, srcValue, key, object, source, stack) {\\n      if (isObject(objValue) && isObject(srcValue)) {\\n        // Recursively merge objects and arrays (susceptible to call stack limits).\\n        stack.set(srcValue, objValue);\\n        baseMerge(objValue, srcValue, undefined, customDefaultsMerge, stack);\\n        stack['delete'](srcValue);\\n      }\\n      return objValue;\\n    }\\n\\n    /**\\n     * Used by `_.omit` to customize its `_.cloneDeep` use to only clone plain\\n     * objects.\\n     *\\n     * @private\\n     * @param {*} value The value to inspect.\\n     * @param {string} key The key of the property to inspect.\\n     * @returns {*} Returns the uncloned value or `undefined` to defer cloning to `_.cloneDeep`.\\n     */\\n    function customOmitClone(value) {\\n      return isPlainObject(value) ? undefined : value;\\n    }\\n\\n    /**\\n     * A specialized version of `baseIsEqualDeep` for arrays with support for\\n     * partial deep comparisons.\\n     *\\n     * @private\\n     * @param {Array} array The array to compare.\\n     * @param {Array} other The other array to compare.\\n     * @param {number} bitmask The bitmask flags. See `baseIsEqual` for more details.\\n     * @param {Function} customizer The function to customize comparisons.\\n     * @param {Function} equalFunc The function to determine equivalents of values.\\n     * @param {Object} stack Tracks traversed `array` and `other` objects.\\n     * @returns {boolean} Returns `true` if the arrays are equivalent, else `false`.\\n     */\\n    function equalArrays(array, other, bitmask, customizer, equalFunc, stack) {\\n      var isPartial = bitmask & COMPARE_PARTIAL_FLAG,\\n          arrLength = array.length,\\n          othLength = other.length;\\n\\n      if (arrLength != othLength && !(isPartial && othLength > arrLength)) {\\n        return false;\\n      }\\n      // Assume cyclic values are equal.\\n      var stacked = stack.get(array);\\n      if (stacked && stack.get(other)) {\\n        return stacked == other;\\n      }\\n      var index = -1,\\n          result = true,\\n          seen = (bitmask & COMPARE_UNORDERED_FLAG) ? new SetCache : undefined;\\n\\n      stack.set(array, other);\\n      stack.set(other, array);\\n\\n      // Ignore non-index properties.\\n      while (++index < arrLength) {\\n        var arrValue = array[index],\\n            othValue = other[index];\\n\\n        if (customizer) {\\n          var compared = isPartial\\n            ? customizer(othValue, arrValue, index, other, array, stack)\\n            : customizer(arrValue, othValue, index, array, other, stack);\\n        }\\n        if (compared !== undefined) {\\n          if (compared) {\\n            continue;\\n          }\\n          result = false;\\n          break;\\n        }\\n        // Recursively compare arrays (susceptible to call stack limits).\\n        if (seen) {\\n          if (!arraySome(other, function(othValue, othIndex) {\\n                if (!cacheHas(seen, othIndex) &&\\n                    (arrValue === othValue || equalFunc(arrValue, othValue, bitmask, customizer, stack))) {\\n                  return seen.push(othIndex);\\n                }\\n              })) {\\n            result = false;\\n            break;\\n          }\\n        } else if (!(\\n              arrValue === othValue ||\\n                equalFunc(arrValue, othValue, bitmask, customizer, stack)\\n            )) {\\n          result = false;\\n          break;\\n        }\\n      }\\n      stack['delete'](array);\\n      stack['delete'](other);\\n      return result;\\n    }\\n\\n    /**\\n     * A specialized version of `baseIsEqualDeep` for comparing objects of\\n     * the same `toStringTag`.\\n     *\\n     * **Note:** This function only supports comparing values with tags of\\n     * `Boolean`, `Date`, `Error`, `Number`, `RegExp`, or `String`.\\n     *\\n     * @private\\n     * @param {Object} object The object to compare.\\n     * @param {Object} other The other object to compare.\\n     * @param {string} tag The `toStringTag` of the objects to compare.\\n     * @param {number} bitmask The bitmask flags. See `baseIsEqual` for more details.\\n     * @param {Function} customizer The function to customize comparisons.\\n     * @param {Function} equalFunc The function to determine equivalents of values.\\n     * @param {Object} stack Tracks traversed `object` and `other` objects.\\n     * @returns {boolean} Returns `true` if the objects are equivalent, else `false`.\\n     */\\n    function equalByTag(object, other, tag, bitmask, customizer, equalFunc, stack) {\\n      switch (tag) {\\n        case dataViewTag:\\n          if ((object.byteLength != other.byteLength) ||\\n              (object.byteOffset != other.byteOffset)) {\\n            return false;\\n          }\\n          object = object.buffer;\\n          other = other.buffer;\\n\\n        case arrayBufferTag:\\n          if ((object.byteLength != other.byteLength) ||\\n              !equalFunc(new Uint8Array(object), new Uint8Array(other))) {\\n            return false;\\n          }\\n          return true;\\n\\n        case boolTag:\\n        case dateTag:\\n        case numberTag:\\n          // Coerce booleans to `1` or `0` and dates to milliseconds.\\n          // Invalid dates are coerced to `NaN`.\\n          return eq(+object, +other);\\n\\n        case errorTag:\\n          return object.name == other.name && object.message == other.message;\\n\\n        case regexpTag:\\n        case stringTag:\\n          // Coerce regexes to strings and treat strings, primitives and objects,\\n          // as equal. See http://www.ecma-international.org/ecma-262/7.0/#sec-regexp.prototype.tostring\\n          // for more details.\\n          return object == (other + '');\\n\\n        case mapTag:\\n          var convert = mapToArray;\\n\\n        case setTag:\\n          var isPartial = bitmask & COMPARE_PARTIAL_FLAG;\\n          convert || (convert = setToArray);\\n\\n          if (object.size != other.size && !isPartial) {\\n            return false;\\n          }\\n          // Assume cyclic values are equal.\\n          var stacked = stack.get(object);\\n          if (stacked) {\\n            return stacked == other;\\n          }\\n          bitmask |= COMPARE_UNORDERED_FLAG;\\n\\n          // Recursively compare objects (susceptible to call stack limits).\\n          stack.set(object, other);\\n          var result = equalArrays(convert(object), convert(other), bitmask, customizer, equalFunc, stack);\\n          stack['delete'](object);\\n          return result;\\n\\n        case symbolTag:\\n          if (symbolValueOf) {\\n            return symbolValueOf.call(object) == symbolValueOf.call(other);\\n          }\\n      }\\n      return false;\\n    }\\n\\n    /**\\n     * A specialized version of `baseIsEqualDeep` for objects with support for\\n     * partial deep comparisons.\\n     *\\n     * @private\\n     * @param {Object} object The object to compare.\\n     * @param {Object} other The other object to compare.\\n     * @param {number} bitmask The bitmask flags. See `baseIsEqual` for more details.\\n     * @param {Function} customizer The function to customize comparisons.\\n     * @param {Function} equalFunc The function to determine equivalents of values.\\n     * @param {Object} stack Tracks traversed `object` and `other` objects.\\n     * @returns {boolean} Returns `true` if the objects are equivalent, else `false`.\\n     */\\n    function equalObjects(object, other, bitmask, customizer, equalFunc, stack) {\\n      var isPartial = bitmask & COMPARE_PARTIAL_FLAG,\\n          objProps = getAllKeys(object),\\n          objLength = objProps.length,\\n          othProps = getAllKeys(other),\\n          othLength = othProps.length;\\n\\n      if (objLength != othLength && !isPartial) {\\n        return false;\\n      }\\n      var index = objLength;\\n      while (index--) {\\n        var key = objProps[index];\\n        if (!(isPartial ? key in other : hasOwnProperty.call(other, key))) {\\n          return false;\\n        }\\n      }\\n      // Assume cyclic values are equal.\\n      var stacked = stack.get(object);\\n      if (stacked && stack.get(other)) {\\n        return stacked == other;\\n      }\\n      var result = true;\\n      stack.set(object, other);\\n      stack.set(other, object);\\n\\n      var skipCtor = isPartial;\\n      while (++index < objLength) {\\n        key = objProps[index];\\n        var objValue = object[key],\\n            othValue = other[key];\\n\\n        if (customizer) {\\n          var compared = isPartial\\n            ? customizer(othValue, objValue, key, other, object, stack)\\n            : customizer(objValue, othValue, key, object, other, stack);\\n        }\\n        // Recursively compare objects (susceptible to call stack limits).\\n        if (!(compared === undefined\\n              ? (objValue === othValue || equalFunc(objValue, othValue, bitmask, customizer, stack))\\n              : compared\\n            )) {\\n          result = false;\\n          break;\\n        }\\n        skipCtor || (skipCtor = key == 'constructor');\\n      }\\n      if (result && !skipCtor) {\\n        var objCtor = object.constructor,\\n            othCtor = other.constructor;\\n\\n        // Non `Object` object instances with different constructors are not equal.\\n        if (objCtor != othCtor &&\\n            ('constructor' in object && 'constructor' in other) &&\\n            !(typeof objCtor == 'function' && objCtor instanceof objCtor &&\\n              typeof othCtor == 'function' && othCtor instanceof othCtor)) {\\n          result = false;\\n        }\\n      }\\n      stack['delete'](object);\\n      stack['delete'](other);\\n      return result;\\n    }\\n\\n    /**\\n     * A specialized version of `baseRest` which flattens the rest array.\\n     *\\n     * @private\\n     * @param {Function} func The function to apply a rest parameter to.\\n     * @returns {Function} Returns the new function.\\n     */\\n    function flatRest(func) {\\n      return setToString(overRest(func, undefined, flatten), func + '');\\n    }\\n\\n    /**\\n     * Creates an array of own enumerable property names and symbols of `object`.\\n     *\\n     * @private\\n     * @param {Object} object The object to query.\\n     * @returns {Array} Returns the array of property names and symbols.\\n     */\\n    function getAllKeys(object) {\\n      return baseGetAllKeys(object, keys, getSymbols);\\n    }\\n\\n    /**\\n     * Creates an array of own and inherited enumerable property names and\\n     * symbols of `object`.\\n     *\\n     * @private\\n     * @param {Object} object The object to query.\\n     * @returns {Array} Returns the array of property names and symbols.\\n     */\\n    function getAllKeysIn(object) {\\n      return baseGetAllKeys(object, keysIn, getSymbolsIn);\\n    }\\n\\n    /**\\n     * Gets metadata for `func`.\\n     *\\n     * @private\\n     * @param {Function} func The function to query.\\n     * @returns {*} Returns the metadata for `func`.\\n     */\\n    var getData = !metaMap ? noop : function(func) {\\n      return metaMap.get(func);\\n    };\\n\\n    /**\\n     * Gets the name of `func`.\\n     *\\n     * @private\\n     * @param {Function} func The function to query.\\n     * @returns {string} Returns the function name.\\n     */\\n    function getFuncName(func) {\\n      var result = (func.name + ''),\\n          array = realNames[result],\\n          length = hasOwnProperty.call(realNames, result) ? array.length : 0;\\n\\n      while (length--) {\\n        var data = array[length],\\n            otherFunc = data.func;\\n        if (otherFunc == null || otherFunc == func) {\\n          return data.name;\\n        }\\n      }\\n      return result;\\n    }\\n\\n    /**\\n     * Gets the argument placeholder value for `func`.\\n     *\\n     * @private\\n     * @param {Function} func The function to inspect.\\n     * @returns {*} Returns the placeholder value.\\n     */\\n    function getHolder(func) {\\n      var object = hasOwnProperty.call(lodash, 'placeholder') ? lodash : func;\\n      return object.placeholder;\\n    }\\n\\n    /**\\n     * Gets the appropriate \\\"iteratee\\\" function. If `_.iteratee` is customized,\\n     * this function returns the custom method, otherwise it returns `baseIteratee`.\\n     * If arguments are provided, the chosen function is invoked with them and\\n     * its result is returned.\\n     *\\n     * @private\\n     * @param {*} [value] The value to convert to an iteratee.\\n     * @param {number} [arity] The arity of the created iteratee.\\n     * @returns {Function} Returns the chosen function or its result.\\n     */\\n    function getIteratee() {\\n      var result = lodash.iteratee || iteratee;\\n      result = result === iteratee ? baseIteratee : result;\\n      return arguments.length ? result(arguments[0], arguments[1]) : result;\\n    }\\n\\n    /**\\n     * Gets the data for `map`.\\n     *\\n     * @private\\n     * @param {Object} map The map to query.\\n     * @param {string} key The reference key.\\n     * @returns {*} Returns the map data.\\n     */\\n    function getMapData(map, key) {\\n      var data = map.__data__;\\n      return isKeyable(key)\\n        ? data[typeof key == 'string' ? 'string' : 'hash']\\n        : data.map;\\n    }\\n\\n    /**\\n     * Gets the property names, values, and compare flags of `object`.\\n     *\\n     * @private\\n     * @param {Object} object The object to query.\\n     * @returns {Array} Returns the match data of `object`.\\n     */\\n    function getMatchData(object) {\\n      var result = keys(object),\\n          length = result.length;\\n\\n      while (length--) {\\n        var key = result[length],\\n            value = object[key];\\n\\n        result[length] = [key, value, isStrictComparable(value)];\\n      }\\n      return result;\\n    }\\n\\n    /**\\n     * Gets the native function at `key` of `object`.\\n     *\\n     * @private\\n     * @param {Object} object The object to query.\\n     * @param {string} key The key of the method to get.\\n     * @returns {*} Returns the function if it's native, else `undefined`.\\n     */\\n    function getNative(object, key) {\\n      var value = getValue(object, key);\\n      return baseIsNative(value) ? value : undefined;\\n    }\\n\\n    /**\\n     * A specialized version of `baseGetTag` which ignores `Symbol.toStringTag` values.\\n     *\\n     * @private\\n     * @param {*} value The value to query.\\n     * @returns {string} Returns the raw `toStringTag`.\\n     */\\n    function getRawTag(value) {\\n      var isOwn = hasOwnProperty.call(value, symToStringTag),\\n          tag = value[symToStringTag];\\n\\n      try {\\n        value[symToStringTag] = undefined;\\n        var unmasked = true;\\n      } catch (e) {}\\n\\n      var result = nativeObjectToString.call(value);\\n      if (unmasked) {\\n        if (isOwn) {\\n          value[symToStringTag] = tag;\\n        } else {\\n          delete value[symToStringTag];\\n        }\\n      }\\n      return result;\\n    }\\n\\n    /**\\n     * Creates an array of the own enumerable symbols of `object`.\\n     *\\n     * @private\\n     * @param {Object} object The object to query.\\n     * @returns {Array} Returns the array of symbols.\\n     */\\n    var getSymbols = !nativeGetSymbols ? stubArray : function(object) {\\n      if (object == null) {\\n        return [];\\n      }\\n      object = Object(object);\\n      return arrayFilter(nativeGetSymbols(object), function(symbol) {\\n        return propertyIsEnumerable.call(object, symbol);\\n      });\\n    };\\n\\n    /**\\n     * Creates an array of the own and inherited enumerable symbols of `object`.\\n     *\\n     * @private\\n     * @param {Object} object The object to query.\\n     * @returns {Array} Returns the array of symbols.\\n     */\\n    var getSymbolsIn = !nativeGetSymbols ? stubArray : function(object) {\\n      var result = [];\\n      while (object) {\\n        arrayPush(result, getSymbols(object));\\n        object = getPrototype(object);\\n      }\\n      return result;\\n    };\\n\\n    /**\\n     * Gets the `toStringTag` of `value`.\\n     *\\n     * @private\\n     * @param {*} value The value to query.\\n     * @returns {string} Returns the `toStringTag`.\\n     */\\n    var getTag = baseGetTag;\\n\\n    // Fallback for data views, maps, sets, and weak maps in IE 11 and promises in Node.js < 6.\\n    if ((DataView && getTag(new DataView(new ArrayBuffer(1))) != dataViewTag) ||\\n        (Map && getTag(new Map) != mapTag) ||\\n        (Promise && getTag(Promise.resolve()) != promiseTag) ||\\n        (Set && getTag(new Set) != setTag) ||\\n        (WeakMap && getTag(new WeakMap) != weakMapTag)) {\\n      getTag = function(value) {\\n        var result = baseGetTag(value),\\n            Ctor = result == objectTag ? value.constructor : undefined,\\n            ctorString = Ctor ? toSource(Ctor) : '';\\n\\n        if (ctorString) {\\n          switch (ctorString) {\\n            case dataViewCtorString: return dataViewTag;\\n            case mapCtorString: return mapTag;\\n            case promiseCtorString: return promiseTag;\\n            case setCtorString: return setTag;\\n            case weakMapCtorString: return weakMapTag;\\n          }\\n        }\\n        return result;\\n      };\\n    }\\n\\n    /**\\n     * Gets the view, applying any `transforms` to the `start` and `end` positions.\\n     *\\n     * @private\\n     * @param {number} start The start of the view.\\n     * @param {number} end The end of the view.\\n     * @param {Array} transforms The transformations to apply to the view.\\n     * @returns {Object} Returns an object containing the `start` and `end`\\n     *  positions of the view.\\n     */\\n    function getView(start, end, transforms) {\\n      var index = -1,\\n          length = transforms.length;\\n\\n      while (++index < length) {\\n        var data = transforms[index],\\n            size = data.size;\\n\\n        switch (data.type) {\\n          case 'drop':      start += size; break;\\n          case 'dropRight': end -= size; break;\\n          case 'take':      end = nativeMin(end, start + size); break;\\n          case 'takeRight': start = nativeMax(start, end - size); break;\\n        }\\n      }\\n      return { 'start': start, 'end': end };\\n    }\\n\\n    /**\\n     * Extracts wrapper details from the `source` body comment.\\n     *\\n     * @private\\n     * @param {string} source The source to inspect.\\n     * @returns {Array} Returns the wrapper details.\\n     */\\n    function getWrapDetails(source) {\\n      var match = source.match(reWrapDetails);\\n      return match ? match[1].split(reSplitDetails) : [];\\n    }\\n\\n    /**\\n     * Checks if `path` exists on `object`.\\n     *\\n     * @private\\n     * @param {Object} object The object to query.\\n     * @param {Array|string} path The path to check.\\n     * @param {Function} hasFunc The function to check properties.\\n     * @returns {boolean} Returns `true` if `path` exists, else `false`.\\n     */\\n    function hasPath(object, path, hasFunc) {\\n      path = castPath(path, object);\\n\\n      var index = -1,\\n          length = path.length,\\n          result = false;\\n\\n      while (++index < length) {\\n        var key = toKey(path[index]);\\n        if (!(result = object != null && hasFunc(object, key))) {\\n          break;\\n        }\\n        object = object[key];\\n      }\\n      if (result || ++index != length) {\\n        return result;\\n      }\\n      length = object == null ? 0 : object.length;\\n      return !!length && isLength(length) && isIndex(key, length) &&\\n        (isArray(object) || isArguments(object));\\n    }\\n\\n    /**\\n     * Initializes an array clone.\\n     *\\n     * @private\\n     * @param {Array} array The array to clone.\\n     * @returns {Array} Returns the initialized clone.\\n     */\\n    function initCloneArray(array) {\\n      var length = array.length,\\n          result = new array.constructor(length);\\n\\n      // Add properties assigned by `RegExp#exec`.\\n      if (length && typeof array[0] == 'string' && hasOwnProperty.call(array, 'index')) {\\n        result.index = array.index;\\n        result.input = array.input;\\n      }\\n      return result;\\n    }\\n\\n    /**\\n     * Initializes an object clone.\\n     *\\n     * @private\\n     * @param {Object} object The object to clone.\\n     * @returns {Object} Returns the initialized clone.\\n     */\\n    function initCloneObject(object) {\\n      return (typeof object.constructor == 'function' && !isPrototype(object))\\n        ? baseCreate(getPrototype(object))\\n        : {};\\n    }\\n\\n    /**\\n     * Initializes an object clone based on its `toStringTag`.\\n     *\\n     * **Note:** This function only supports cloning values with tags of\\n     * `Boolean`, `Date`, `Error`, `Map`, `Number`, `RegExp`, `Set`, or `String`.\\n     *\\n     * @private\\n     * @param {Object} object The object to clone.\\n     * @param {string} tag The `toStringTag` of the object to clone.\\n     * @param {boolean} [isDeep] Specify a deep clone.\\n     * @returns {Object} Returns the initialized clone.\\n     */\\n    function initCloneByTag(object, tag, isDeep) {\\n      var Ctor = object.constructor;\\n      switch (tag) {\\n        case arrayBufferTag:\\n          return cloneArrayBuffer(object);\\n\\n        case boolTag:\\n        case dateTag:\\n          return new Ctor(+object);\\n\\n        case dataViewTag:\\n          return cloneDataView(object, isDeep);\\n\\n        case float32Tag: case float64Tag:\\n        case int8Tag: case int16Tag: case int32Tag:\\n        case uint8Tag: case uint8ClampedTag: case uint16Tag: case uint32Tag:\\n          return cloneTypedArray(object, isDeep);\\n\\n        case mapTag:\\n          return new Ctor;\\n\\n        case numberTag:\\n        case stringTag:\\n          return new Ctor(object);\\n\\n        case regexpTag:\\n          return cloneRegExp(object);\\n\\n        case setTag:\\n          return new Ctor;\\n\\n        case symbolTag:\\n          return cloneSymbol(object);\\n      }\\n    }\\n\\n    /**\\n     * Inserts wrapper `details` in a comment at the top of the `source` body.\\n     *\\n     * @private\\n     * @param {string} source The source to modify.\\n     * @returns {Array} details The details to insert.\\n     * @returns {string} Returns the modified source.\\n     */\\n    function insertWrapDetails(source, details) {\\n      var length = details.length;\\n      if (!length) {\\n        return source;\\n      }\\n      var lastIndex = length - 1;\\n      details[lastIndex] = (length > 1 ? '& ' : '') + details[lastIndex];\\n      details = details.join(length > 2 ? ', ' : ' ');\\n      return source.replace(reWrapComment, '{\\\\n/* [wrapped with ' + details + '] */\\\\n');\\n    }\\n\\n    /**\\n     * Checks if `value` is a flattenable `arguments` object or array.\\n     *\\n     * @private\\n     * @param {*} value The value to check.\\n     * @returns {boolean} Returns `true` if `value` is flattenable, else `false`.\\n     */\\n    function isFlattenable(value) {\\n      return isArray(value) || isArguments(value) ||\\n        !!(spreadableSymbol && value && value[spreadableSymbol]);\\n    }\\n\\n    /**\\n     * Checks if `value` is a valid array-like index.\\n     *\\n     * @private\\n     * @param {*} value The value to check.\\n     * @param {number} [length=MAX_SAFE_INTEGER] The upper bounds of a valid index.\\n     * @returns {boolean} Returns `true` if `value` is a valid index, else `false`.\\n     */\\n    function isIndex(value, length) {\\n      var type = typeof value;\\n      length = length == null ? MAX_SAFE_INTEGER : length;\\n\\n      return !!length &&\\n        (type == 'number' ||\\n          (type != 'symbol' && reIsUint.test(value))) &&\\n            (value > -1 && value % 1 == 0 && value < length);\\n    }\\n\\n    /**\\n     * Checks if the given arguments are from an iteratee call.\\n     *\\n     * @private\\n     * @param {*} value The potential iteratee value argument.\\n     * @param {*} index The potential iteratee index or key argument.\\n     * @param {*} object The potential iteratee object argument.\\n     * @returns {boolean} Returns `true` if the arguments are from an iteratee call,\\n     *  else `false`.\\n     */\\n    function isIterateeCall(value, index, object) {\\n      if (!isObject(object)) {\\n        return false;\\n      }\\n      var type = typeof index;\\n      if (type == 'number'\\n            ? (isArrayLike(object) && isIndex(index, object.length))\\n            : (type == 'string' && index in object)\\n          ) {\\n        return eq(object[index], value);\\n      }\\n      return false;\\n    }\\n\\n    /**\\n     * Checks if `value` is a property name and not a property path.\\n     *\\n     * @private\\n     * @param {*} value The value to check.\\n     * @param {Object} [object] The object to query keys on.\\n     * @returns {boolean} Returns `true` if `value` is a property name, else `false`.\\n     */\\n    function isKey(value, object) {\\n      if (isArray(value)) {\\n        return false;\\n      }\\n      var type = typeof value;\\n      if (type == 'number' || type == 'symbol' || type == 'boolean' ||\\n          value == null || isSymbol(value)) {\\n        return true;\\n      }\\n      return reIsPlainProp.test(value) || !reIsDeepProp.test(value) ||\\n        (object != null && value in Object(object));\\n    }\\n\\n    /**\\n     * Checks if `value` is suitable for use as unique object key.\\n     *\\n     * @private\\n     * @param {*} value The value to check.\\n     * @returns {boolean} Returns `true` if `value` is suitable, else `false`.\\n     */\\n    function isKeyable(value) {\\n      var type = typeof value;\\n      return (type == 'string' || type == 'number' || type == 'symbol' || type == 'boolean')\\n        ? (value !== '__proto__')\\n        : (value === null);\\n    }\\n\\n    /**\\n     * Checks if `func` has a lazy counterpart.\\n     *\\n     * @private\\n     * @param {Function} func The function to check.\\n     * @returns {boolean} Returns `true` if `func` has a lazy counterpart,\\n     *  else `false`.\\n     */\\n    function isLaziable(func) {\\n      var funcName = getFuncName(func),\\n          other = lodash[funcName];\\n\\n      if (typeof other != 'function' || !(funcName in LazyWrapper.prototype)) {\\n        return false;\\n      }\\n      if (func === other) {\\n        return true;\\n      }\\n      var data = getData(other);\\n      return !!data && func === data[0];\\n    }\\n\\n    /**\\n     * Checks if `func` has its source masked.\\n     *\\n     * @private\\n     * @param {Function} func The function to check.\\n     * @returns {boolean} Returns `true` if `func` is masked, else `false`.\\n     */\\n    function isMasked(func) {\\n      return !!maskSrcKey && (maskSrcKey in func);\\n    }\\n\\n    /**\\n     * Checks if `func` is capable of being masked.\\n     *\\n     * @private\\n     * @param {*} value The value to check.\\n     * @returns {boolean} Returns `true` if `func` is maskable, else `false`.\\n     */\\n    var isMaskable = coreJsData ? isFunction : stubFalse;\\n\\n    /**\\n     * Checks if `value` is likely a prototype object.\\n     *\\n     * @private\\n     * @param {*} value The value to check.\\n     * @returns {boolean} Returns `true` if `value` is a prototype, else `false`.\\n     */\\n    function isPrototype(value) {\\n      var Ctor = value && value.constructor,\\n          proto = (typeof Ctor == 'function' && Ctor.prototype) || objectProto;\\n\\n      return value === proto;\\n    }\\n\\n    /**\\n     * Checks if `value` is suitable for strict equality comparisons, i.e. `===`.\\n     *\\n     * @private\\n     * @param {*} value The value to check.\\n     * @returns {boolean} Returns `true` if `value` if suitable for strict\\n     *  equality comparisons, else `false`.\\n     */\\n    function isStrictComparable(value) {\\n      return value === value && !isObject(value);\\n    }\\n\\n    /**\\n     * A specialized version of `matchesProperty` for source values suitable\\n     * for strict equality comparisons, i.e. `===`.\\n     *\\n     * @private\\n     * @param {string} key The key of the property to get.\\n     * @param {*} srcValue The value to match.\\n     * @returns {Function} Returns the new spec function.\\n     */\\n    function matchesStrictComparable(key, srcValue) {\\n      return function(object) {\\n        if (object == null) {\\n          return false;\\n        }\\n        return object[key] === srcValue &&\\n          (srcValue !== undefined || (key in Object(object)));\\n      };\\n    }\\n\\n    /**\\n     * A specialized version of `_.memoize` which clears the memoized function's\\n     * cache when it exceeds `MAX_MEMOIZE_SIZE`.\\n     *\\n     * @private\\n     * @param {Function} func The function to have its output memoized.\\n     * @returns {Function} Returns the new memoized function.\\n     */\\n    function memoizeCapped(func) {\\n      var result = memoize(func, function(key) {\\n        if (cache.size === MAX_MEMOIZE_SIZE) {\\n          cache.clear();\\n        }\\n        return key;\\n      });\\n\\n      var cache = result.cache;\\n      return result;\\n    }\\n\\n    /**\\n     * Merges the function metadata of `source` into `data`.\\n     *\\n     * Merging metadata reduces the number of wrappers used to invoke a function.\\n     * This is possible because methods like `_.bind`, `_.curry`, and `_.partial`\\n     * may be applied regardless of execution order. Methods like `_.ary` and\\n     * `_.rearg` modify function arguments, making the order in which they are\\n     * executed important, preventing the merging of metadata. However, we make\\n     * an exception for a safe combined case where curried functions have `_.ary`\\n     * and or `_.rearg` applied.\\n     *\\n     * @private\\n     * @param {Array} data The destination metadata.\\n     * @param {Array} source The source metadata.\\n     * @returns {Array} Returns `data`.\\n     */\\n    function mergeData(data, source) {\\n      var bitmask = data[1],\\n          srcBitmask = source[1],\\n          newBitmask = bitmask | srcBitmask,\\n          isCommon = newBitmask < (WRAP_BIND_FLAG | WRAP_BIND_KEY_FLAG | WRAP_ARY_FLAG);\\n\\n      var isCombo =\\n        ((srcBitmask == WRAP_ARY_FLAG) && (bitmask == WRAP_CURRY_FLAG)) ||\\n        ((srcBitmask == WRAP_ARY_FLAG) && (bitmask == WRAP_REARG_FLAG) && (data[7].length <= source[8])) ||\\n        ((srcBitmask == (WRAP_ARY_FLAG | WRAP_REARG_FLAG)) && (source[7].length <= source[8]) && (bitmask == WRAP_CURRY_FLAG));\\n\\n      // Exit early if metadata can't be merged.\\n      if (!(isCommon || isCombo)) {\\n        return data;\\n      }\\n      // Use source `thisArg` if available.\\n      if (srcBitmask & WRAP_BIND_FLAG) {\\n        data[2] = source[2];\\n        // Set when currying a bound function.\\n        newBitmask |= bitmask & WRAP_BIND_FLAG ? 0 : WRAP_CURRY_BOUND_FLAG;\\n      }\\n      // Compose partial arguments.\\n      var value = source[3];\\n      if (value) {\\n        var partials = data[3];\\n        data[3] = partials ? composeArgs(partials, value, source[4]) : value;\\n        data[4] = partials ? replaceHolders(data[3], PLACEHOLDER) : source[4];\\n      }\\n      // Compose partial right arguments.\\n      value = source[5];\\n      if (value) {\\n        partials = data[5];\\n        data[5] = partials ? composeArgsRight(partials, value, source[6]) : value;\\n        data[6] = partials ? replaceHolders(data[5], PLACEHOLDER) : source[6];\\n      }\\n      // Use source `argPos` if available.\\n      value = source[7];\\n      if (value) {\\n        data[7] = value;\\n      }\\n      // Use source `ary` if it's smaller.\\n      if (srcBitmask & WRAP_ARY_FLAG) {\\n        data[8] = data[8] == null ? source[8] : nativeMin(data[8], source[8]);\\n      }\\n      // Use source `arity` if one is not provided.\\n      if (data[9] == null) {\\n        data[9] = source[9];\\n      }\\n      // Use source `func` and merge bitmasks.\\n      data[0] = source[0];\\n      data[1] = newBitmask;\\n\\n      return data;\\n    }\\n\\n    /**\\n     * This function is like\\n     * [`Object.keys`](http://ecma-international.org/ecma-262/7.0/#sec-object.keys)\\n     * except that it includes inherited enumerable properties.\\n     *\\n     * @private\\n     * @param {Object} object The object to query.\\n     * @returns {Array} Returns the array of property names.\\n     */\\n    function nativeKeysIn(object) {\\n      var result = [];\\n      if (object != null) {\\n        for (var key in Object(object)) {\\n          result.push(key);\\n        }\\n      }\\n      return result;\\n    }\\n\\n    /**\\n     * Converts `value` to a string using `Object.prototype.toString`.\\n     *\\n     * @private\\n     * @param {*} value The value to convert.\\n     * @returns {string} Returns the converted string.\\n     */\\n    function objectToString(value) {\\n      return nativeObjectToString.call(value);\\n    }\\n\\n    /**\\n     * A specialized version of `baseRest` which transforms the rest array.\\n     *\\n     * @private\\n     * @param {Function} func The function to apply a rest parameter to.\\n     * @param {number} [start=func.length-1] The start position of the rest parameter.\\n     * @param {Function} transform The rest array transform.\\n     * @returns {Function} Returns the new function.\\n     */\\n    function overRest(func, start, transform) {\\n      start = nativeMax(start === undefined ? (func.length - 1) : start, 0);\\n      return function() {\\n        var args = arguments,\\n            index = -1,\\n            length = nativeMax(args.length - start, 0),\\n            array = Array(length);\\n\\n        while (++index < length) {\\n          array[index] = args[start + index];\\n        }\\n        index = -1;\\n        var otherArgs = Array(start + 1);\\n        while (++index < start) {\\n          otherArgs[index] = args[index];\\n        }\\n        otherArgs[start] = transform(array);\\n        return apply(func, this, otherArgs);\\n      };\\n    }\\n\\n    /**\\n     * Gets the parent value at `path` of `object`.\\n     *\\n     * @private\\n     * @param {Object} object The object to query.\\n     * @param {Array} path The path to get the parent value of.\\n     * @returns {*} Returns the parent value.\\n     */\\n    function parent(object, path) {\\n      return path.length < 2 ? object : baseGet(object, baseSlice(path, 0, -1));\\n    }\\n\\n    /**\\n     * Reorder `array` according to the specified indexes where the element at\\n     * the first index is assigned as the first element, the element at\\n     * the second index is assigned as the second element, and so on.\\n     *\\n     * @private\\n     * @param {Array} array The array to reorder.\\n     * @param {Array} indexes The arranged array indexes.\\n     * @returns {Array} Returns `array`.\\n     */\\n    function reorder(array, indexes) {\\n      var arrLength = array.length,\\n          length = nativeMin(indexes.length, arrLength),\\n          oldArray = copyArray(array);\\n\\n      while (length--) {\\n        var index = indexes[length];\\n        array[length] = isIndex(index, arrLength) ? oldArray[index] : undefined;\\n      }\\n      return array;\\n    }\\n\\n    /**\\n     * Sets metadata for `func`.\\n     *\\n     * **Note:** If this function becomes hot, i.e. is invoked a lot in a short\\n     * period of time, it will trip its breaker and transition to an identity\\n     * function to avoid garbage collection pauses in V8. See\\n     * [V8 issue 2070](https://bugs.chromium.org/p/v8/issues/detail?id=2070)\\n     * for more details.\\n     *\\n     * @private\\n     * @param {Function} func The function to associate metadata with.\\n     * @param {*} data The metadata.\\n     * @returns {Function} Returns `func`.\\n     */\\n    var setData = shortOut(baseSetData);\\n\\n    /**\\n     * A simple wrapper around the global [`setTimeout`](https://mdn.io/setTimeout).\\n     *\\n     * @private\\n     * @param {Function} func The function to delay.\\n     * @param {number} wait The number of milliseconds to delay invocation.\\n     * @returns {number|Object} Returns the timer id or timeout object.\\n     */\\n    var setTimeout = ctxSetTimeout || function(func, wait) {\\n      return root.setTimeout(func, wait);\\n    };\\n\\n    /**\\n     * Sets the `toString` method of `func` to return `string`.\\n     *\\n     * @private\\n     * @param {Function} func The function to modify.\\n     * @param {Function} string The `toString` result.\\n     * @returns {Function} Returns `func`.\\n     */\\n    var setToString = shortOut(baseSetToString);\\n\\n    /**\\n     * Sets the `toString` method of `wrapper` to mimic the source of `reference`\\n     * with wrapper details in a comment at the top of the source body.\\n     *\\n     * @private\\n     * @param {Function} wrapper The function to modify.\\n     * @param {Function} reference The reference function.\\n     * @param {number} bitmask The bitmask flags. See `createWrap` for more details.\\n     * @returns {Function} Returns `wrapper`.\\n     */\\n    function setWrapToString(wrapper, reference, bitmask) {\\n      var source = (reference + '');\\n      return setToString(wrapper, insertWrapDetails(source, updateWrapDetails(getWrapDetails(source), bitmask)));\\n    }\\n\\n    /**\\n     * Creates a function that'll short out and invoke `identity` instead\\n     * of `func` when it's called `HOT_COUNT` or more times in `HOT_SPAN`\\n     * milliseconds.\\n     *\\n     * @private\\n     * @param {Function} func The function to restrict.\\n     * @returns {Function} Returns the new shortable function.\\n     */\\n    function shortOut(func) {\\n      var count = 0,\\n          lastCalled = 0;\\n\\n      return function() {\\n        var stamp = nativeNow(),\\n            remaining = HOT_SPAN - (stamp - lastCalled);\\n\\n        lastCalled = stamp;\\n        if (remaining > 0) {\\n          if (++count >= HOT_COUNT) {\\n            return arguments[0];\\n          }\\n        } else {\\n          count = 0;\\n        }\\n        return func.apply(undefined, arguments);\\n      };\\n    }\\n\\n    /**\\n     * A specialized version of `_.shuffle` which mutates and sets the size of `array`.\\n     *\\n     * @private\\n     * @param {Array} array The array to shuffle.\\n     * @param {number} [size=array.length] The size of `array`.\\n     * @returns {Array} Returns `array`.\\n     */\\n    function shuffleSelf(array, size) {\\n      var index = -1,\\n          length = array.length,\\n          lastIndex = length - 1;\\n\\n      size = size === undefined ? length : size;\\n      while (++index < size) {\\n        var rand = baseRandom(index, lastIndex),\\n            value = array[rand];\\n\\n        array[rand] = array[index];\\n        array[index] = value;\\n      }\\n      array.length = size;\\n      return array;\\n    }\\n\\n    /**\\n     * Converts `string` to a property path array.\\n     *\\n     * @private\\n     * @param {string} string The string to convert.\\n     * @returns {Array} Returns the property path array.\\n     */\\n    var stringToPath = memoizeCapped(function(string) {\\n      var result = [];\\n      if (string.charCodeAt(0) === 46 /* . */) {\\n        result.push('');\\n      }\\n      string.replace(rePropName, function(match, number, quote, subString) {\\n        result.push(quote ? subString.replace(reEscapeChar, '$1') : (number || match));\\n      });\\n      return result;\\n    });\\n\\n    /**\\n     * Converts `value` to a string key if it's not a string or symbol.\\n     *\\n     * @private\\n     * @param {*} value The value to inspect.\\n     * @returns {string|symbol} Returns the key.\\n     */\\n    function toKey(value) {\\n      if (typeof value == 'string' || isSymbol(value)) {\\n        return value;\\n      }\\n      var result = (value + '');\\n      return (result == '0' && (1 / value) == -INFINITY) ? '-0' : result;\\n    }\\n\\n    /**\\n     * Converts `func` to its source code.\\n     *\\n     * @private\\n     * @param {Function} func The function to convert.\\n     * @returns {string} Returns the source code.\\n     */\\n    function toSource(func) {\\n      if (func != null) {\\n        try {\\n          return funcToString.call(func);\\n        } catch (e) {}\\n        try {\\n          return (func + '');\\n        } catch (e) {}\\n      }\\n      return '';\\n    }\\n\\n    /**\\n     * Updates wrapper `details` based on `bitmask` flags.\\n     *\\n     * @private\\n     * @returns {Array} details The details to modify.\\n     * @param {number} bitmask The bitmask flags. See `createWrap` for more details.\\n     * @returns {Array} Returns `details`.\\n     */\\n    function updateWrapDetails(details, bitmask) {\\n      arrayEach(wrapFlags, function(pair) {\\n        var value = '_.' + pair[0];\\n        if ((bitmask & pair[1]) && !arrayIncludes(details, value)) {\\n          details.push(value);\\n        }\\n      });\\n      return details.sort();\\n    }\\n\\n    /**\\n     * Creates a clone of `wrapper`.\\n     *\\n     * @private\\n     * @param {Object} wrapper The wrapper to clone.\\n     * @returns {Object} Returns the cloned wrapper.\\n     */\\n    function wrapperClone(wrapper) {\\n      if (wrapper instanceof LazyWrapper) {\\n        return wrapper.clone();\\n      }\\n      var result = new LodashWrapper(wrapper.__wrapped__, wrapper.__chain__);\\n      result.__actions__ = copyArray(wrapper.__actions__);\\n      result.__index__  = wrapper.__index__;\\n      result.__values__ = wrapper.__values__;\\n      return result;\\n    }\\n\\n    /*------------------------------------------------------------------------*/\\n\\n    /**\\n     * Creates an array of elements split into groups the length of `size`.\\n     * If `array` can't be split evenly, the final chunk will be the remaining\\n     * elements.\\n     *\\n     * @static\\n     * @memberOf _\\n     * @since 3.0.0\\n     * @category Array\\n     * @param {Array} array The array to process.\\n     * @param {number} [size=1] The length of each chunk\\n     * @param- {Object} [guard] Enables use as an iteratee for methods like `_.map`.\\n     * @returns {Array} Returns the new array of chunks.\\n     * @example\\n     *\\n     * _.chunk(['a', 'b', 'c', 'd'], 2);\\n     * // => [['a', 'b'], ['c', 'd']]\\n     *\\n     * _.chunk(['a', 'b', 'c', 'd'], 3);\\n     * // => [['a', 'b', 'c'], ['d']]\\n     */\\n    function chunk(array, size, guard) {\\n      if ((guard ? isIterateeCall(array, size, guard) : size === undefined)) {\\n        size = 1;\\n      } else {\\n        size = nativeMax(toInteger(size), 0);\\n      }\\n      var length = array == null ? 0 : array.length;\\n      if (!length || size < 1) {\\n        return [];\\n      }\\n      var index = 0,\\n          resIndex = 0,\\n          result = Array(nativeCeil(length / size));\\n\\n      while (index < length) {\\n        result[resIndex++] = baseSlice(array, index, (index += size));\\n      }\\n      return result;\\n    }\\n\\n    /**\\n     * Creates an array with all falsey values removed. The values `false`, `null`,\\n     * `0`, `\\\"\\\"`, `undefined`, and `NaN` are falsey.\\n     *\\n     * @static\\n     * @memberOf _\\n     * @since 0.1.0\\n     * @category Array\\n     * @param {Array} array The array to compact.\\n     * @returns {Array} Returns the new array of filtered values.\\n     * @example\\n     *\\n     * _.compact([0, 1, false, 2, '', 3]);\\n     * // => [1, 2, 3]\\n     */\\n    function compact(array) {\\n      var index = -1,\\n          length = array == null ? 0 : array.length,\\n          resIndex = 0,\\n          result = [];\\n\\n      while (++index < length) {\\n        var value = array[index];\\n        if (value) {\\n          result[resIndex++] = value;\\n        }\\n      }\\n      return result;\\n    }\\n\\n    /**\\n     * Creates a new array concatenating `array` with any additional arrays\\n     * and/or values.\\n     *\\n     * @static\\n     * @memberOf _\\n     * @since 4.0.0\\n     * @category Array\\n     * @param {Array} array The array to concatenate.\\n     * @param {...*} [values] The values to concatenate.\\n     * @returns {Array} Returns the new concatenated array.\\n     * @example\\n     *\\n     * var array = [1];\\n     * var other = _.concat(array, 2, [3], [[4]]);\\n     *\\n     * console.log(other);\\n     * // => [1, 2, 3, [4]]\\n     *\\n     * console.log(array);\\n     * // => [1]\\n     */\\n    function concat() {\\n      var length = arguments.length;\\n      if (!length) {\\n        return [];\\n      }\\n      var args = Array(length - 1),\\n          array = arguments[0],\\n          index = length;\\n\\n      while (index--) {\\n        args[index - 1] = arguments[index];\\n      }\\n      return arrayPush(isArray(array) ? copyArray(array) : [array], baseFlatten(args, 1));\\n    }\\n\\n    /**\\n     * Creates an array of `array` values not included in the other given arrays\\n     * using [`SameValueZero`](http://ecma-international.org/ecma-262/7.0/#sec-samevaluezero)\\n     * for equality comparisons. The order and references of result values are\\n     * determined by the first array.\\n     *\\n     * **Note:** Unlike `_.pullAll`, this method returns a new array.\\n     *\\n     * @static\\n     * @memberOf _\\n     * @since 0.1.0\\n     * @category Array\\n     * @param {Array} array The array to inspect.\\n     * @param {...Array} [values] The values to exclude.\\n     * @returns {Array} Returns the new array of filtered values.\\n     * @see _.without, _.xor\\n     * @example\\n     *\\n     * _.difference([2, 1], [2, 3]);\\n     * // => [1]\\n     */\\n    var difference = baseRest(function(array, values) {\\n      return isArrayLikeObject(array)\\n        ? baseDifference(array, baseFlatten(values, 1, isArrayLikeObject, true))\\n        : [];\\n    });\\n\\n    /**\\n     * This method is like `_.difference` except that it accepts `iteratee` which\\n     * is invoked for each element of `array` and `values` to generate the criterion\\n     * by which they're compared. The order and references of result values are\\n     * determined by the first array. The iteratee is invoked with one argument:\\n     * (value).\\n     *\\n     * **Note:** Unlike `_.pullAllBy`, this method returns a new array.\\n     *\\n     * @static\\n     * @memberOf _\\n     * @since 4.0.0\\n     * @category Array\\n     * @param {Array} array The array to inspect.\\n     * @param {...Array} [values] The values to exclude.\\n     * @param {Function} [iteratee=_.identity] The iteratee invoked per element.\\n     * @returns {Array} Returns the new array of filtered values.\\n     * @example\\n     *\\n     * _.differenceBy([2.1, 1.2], [2.3, 3.4], Math.floor);\\n     * // => [1.2]\\n     *\\n     * // The `_.property` iteratee shorthand.\\n     * _.differenceBy([{ 'x': 2 }, { 'x': 1 }], [{ 'x': 1 }], 'x');\\n     * // => [{ 'x': 2 }]\\n     */\\n    var differenceBy = baseRest(function(array, values) {\\n      var iteratee = last(values);\\n      if (isArrayLikeObject(iteratee)) {\\n        iteratee = undefined;\\n      }\\n      return isArrayLikeObject(array)\\n        ? baseDifference(array, baseFlatten(values, 1, isArrayLikeObject, true), getIteratee(iteratee, 2))\\n        : [];\\n    });\\n\\n    /**\\n     * This method is like `_.difference` except that it accepts `comparator`\\n     * which is invoked to compare elements of `array` to `values`. The order and\\n     * references of result values are determined by the first array. The comparator\\n     * is invoked with two arguments: (arrVal, othVal).\\n     *\\n     * **Note:** Unlike `_.pullAllWith`, this method returns a new array.\\n     *\\n     * @static\\n     * @memberOf _\\n     * @since 4.0.0\\n     * @category Array\\n     * @param {Array} array The array to inspect.\\n     * @param {...Array} [values] The values to exclude.\\n     * @param {Function} [comparator] The comparator invoked per element.\\n     * @returns {Array} Returns the new array of filtered values.\\n     * @example\\n     *\\n     * var objects = [{ 'x': 1, 'y': 2 }, { 'x': 2, 'y': 1 }];\\n     *\\n     * _.differenceWith(objects, [{ 'x': 1, 'y': 2 }], _.isEqual);\\n     * // => [{ 'x': 2, 'y': 1 }]\\n     */\\n    var differenceWith = baseRest(function(array, values) {\\n      var comparator = last(values);\\n      if (isArrayLikeObject(comparator)) {\\n        comparator = undefined;\\n      }\\n      return isArrayLikeObject(array)\\n        ? baseDifference(array, baseFlatten(values, 1, isArrayLikeObject, true), undefined, comparator)\\n        : [];\\n    });\\n\\n    /**\\n     * Creates a slice of `array` with `n` elements dropped from the beginning.\\n     *\\n     * @static\\n     * @memberOf _\\n     * @since 0.5.0\\n     * @category Array\\n     * @param {Array} array The array to query.\\n     * @param {number} [n=1] The number of elements to drop.\\n     * @param- {Object} [guard] Enables use as an iteratee for methods like `_.map`.\\n     * @returns {Array} Returns the slice of `array`.\\n     * @example\\n     *\\n     * _.drop([1, 2, 3]);\\n     * // => [2, 3]\\n     *\\n     * _.drop([1, 2, 3], 2);\\n     * // => [3]\\n     *\\n     * _.drop([1, 2, 3], 5);\\n     * // => []\\n     *\\n     * _.drop([1, 2, 3], 0);\\n     * // => [1, 2, 3]\\n     */\\n    function drop(array, n, guard) {\\n      var length = array == null ? 0 : array.length;\\n      if (!length) {\\n        return [];\\n      }\\n      n = (guard || n === undefined) ? 1 : toInteger(n);\\n      return baseSlice(array, n < 0 ? 0 : n, length);\\n    }\\n\\n    /**\\n     * Creates a slice of `array` with `n` elements dropped from the end.\\n     *\\n     * @static\\n     * @memberOf _\\n     * @since 3.0.0\\n     * @category Array\\n     * @param {Array} array The array to query.\\n     * @param {number} [n=1] The number of elements to drop.\\n     * @param- {Object} [guard] Enables use as an iteratee for methods like `_.map`.\\n     * @returns {Array} Returns the slice of `array`.\\n     * @example\\n     *\\n     * _.dropRight([1, 2, 3]);\\n     * // => [1, 2]\\n     *\\n     * _.dropRight([1, 2, 3], 2);\\n     * // => [1]\\n     *\\n     * _.dropRight([1, 2, 3], 5);\\n     * // => []\\n     *\\n     * _.dropRight([1, 2, 3], 0);\\n     * // => [1, 2, 3]\\n     */\\n    function dropRight(array, n, guard) {\\n      var length = array == null ? 0 : array.length;\\n      if (!length) {\\n        return [];\\n      }\\n      n = (guard || n === undefined) ? 1 : toInteger(n);\\n      n = length - n;\\n      return baseSlice(array, 0, n < 0 ? 0 : n);\\n    }\\n\\n    /**\\n     * Creates a slice of `array` excluding elements dropped from the end.\\n     * Elements are dropped until `predicate` returns falsey. The predicate is\\n     * invoked with three arguments: (value, index, array).\\n     *\\n     * @static\\n     * @memberOf _\\n     * @since 3.0.0\\n     * @category Array\\n     * @param {Array} array The array to query.\\n     * @param {Function} [predicate=_.identity] The function invoked per iteration.\\n     * @returns {Array} Returns the slice of `array`.\\n     * @example\\n     *\\n     * var users = [\\n     *   { 'user': 'barney',  'active': true },\\n     *   { 'user': 'fred',    'active': false },\\n     *   { 'user': 'pebbles', 'active': false }\\n     * ];\\n     *\\n     * _.dropRightWhile(users, function(o) { return !o.active; });\\n     * // => objects for ['barney']\\n     *\\n     * // The `_.matches` iteratee shorthand.\\n     * _.dropRightWhile(users, { 'user': 'pebbles', 'active': false });\\n     * // => objects for ['barney', 'fred']\\n     *\\n     * // The `_.matchesProperty` iteratee shorthand.\\n     * _.dropRightWhile(users, ['active', false]);\\n     * // => objects for ['barney']\\n     *\\n     * // The `_.property` iteratee shorthand.\\n     * _.dropRightWhile(users, 'active');\\n     * // => objects for ['barney', 'fred', 'pebbles']\\n     */\\n    function dropRightWhile(array, predicate) {\\n      return (array && array.length)\\n        ? baseWhile(array, getIteratee(predicate, 3), true, true)\\n        : [];\\n    }\\n\\n    /**\\n     * Creates a slice of `array` excluding elements dropped from the beginning.\\n     * Elements are dropped until `predicate` returns falsey. The predicate is\\n     * invoked with three arguments: (value, index, array).\\n     *\\n     * @static\\n     * @memberOf _\\n     * @since 3.0.0\\n     * @category Array\\n     * @param {Array} array The array to query.\\n     * @param {Function} [predicate=_.identity] The function invoked per iteration.\\n     * @returns {Array} Returns the slice of `array`.\\n     * @example\\n     *\\n     * var users = [\\n     *   { 'user': 'barney',  'active': false },\\n     *   { 'user': 'fred',    'active': false },\\n     *   { 'user': 'pebbles', 'active': true }\\n     * ];\\n     *\\n     * _.dropWhile(users, function(o) { return !o.active; });\\n     * // => objects for ['pebbles']\\n     *\\n     * // The `_.matches` iteratee shorthand.\\n     * _.dropWhile(users, { 'user': 'barney', 'active': false });\\n     * // => objects for ['fred', 'pebbles']\\n     *\\n     * // The `_.matchesProperty` iteratee shorthand.\\n     * _.dropWhile(users, ['active', false]);\\n     * // => objects for ['pebbles']\\n     *\\n     * // The `_.property` iteratee shorthand.\\n     * _.dropWhile(users, 'active');\\n     * // => objects for ['barney', 'fred', 'pebbles']\\n     */\\n    function dropWhile(array, predicate) {\\n      return (array && array.length)\\n        ? baseWhile(array, getIteratee(predicate, 3), true)\\n        : [];\\n    }\\n\\n    /**\\n     * Fills elements of `array` with `value` from `start` up to, but not\\n     * including, `end`.\\n     *\\n     * **Note:** This method mutates `array`.\\n     *\\n     * @static\\n     * @memberOf _\\n     * @since 3.2.0\\n     * @category Array\\n     * @param {Array} array The array to fill.\\n     * @param {*} value The value to fill `array` with.\\n     * @param {number} [start=0] The start position.\\n     * @param {number} [end=array.length] The end position.\\n     * @returns {Array} Returns `array`.\\n     * @example\\n     *\\n     * var array = [1, 2, 3];\\n     *\\n     * _.fill(array, 'a');\\n     * console.log(array);\\n     * // => ['a', 'a', 'a']\\n     *\\n     * _.fill(Array(3), 2);\\n     * // => [2, 2, 2]\\n     *\\n     * _.fill([4, 6, 8, 10], '*', 1, 3);\\n     * // => [4, '*', '*', 10]\\n     */\\n    function fill(array, value, start, end) {\\n      var length = array == null ? 0 : array.length;\\n      if (!length) {\\n        return [];\\n      }\\n      if (start && typeof start != 'number' && isIterateeCall(array, value, start)) {\\n        start = 0;\\n        end = length;\\n      }\\n      return baseFill(array, value, start, end);\\n    }\\n\\n    /**\\n     * This method is like `_.find` except that it returns the index of the first\\n     * element `predicate` returns truthy for instead of the element itself.\\n     *\\n     * @static\\n     * @memberOf _\\n     * @since 1.1.0\\n     * @category Array\\n     * @param {Array} array The array to inspect.\\n     * @param {Function} [predicate=_.identity] The function invoked per iteration.\\n     * @param {number} [fromIndex=0] The index to search from.\\n     * @returns {number} Returns the index of the found element, else `-1`.\\n     * @example\\n     *\\n     * var users = [\\n     *   { 'user': 'barney',  'active': false },\\n     *   { 'user': 'fred',    'active': false },\\n     *   { 'user': 'pebbles', 'active': true }\\n     * ];\\n     *\\n     * _.findIndex(users, function(o) { return o.user == 'barney'; });\\n     * // => 0\\n     *\\n     * // The `_.matches` iteratee shorthand.\\n     * _.findIndex(users, { 'user': 'fred', 'active': false });\\n     * // => 1\\n     *\\n     * // The `_.matchesProperty` iteratee shorthand.\\n     * _.findIndex(users, ['active', false]);\\n     * // => 0\\n     *\\n     * // The `_.property` iteratee shorthand.\\n     * _.findIndex(users, 'active');\\n     * // => 2\\n     */\\n    function findIndex(array, predicate, fromIndex) {\\n      var length = array == null ? 0 : array.length;\\n      if (!length) {\\n        return -1;\\n      }\\n      var index = fromIndex == null ? 0 : toInteger(fromIndex);\\n      if (index < 0) {\\n        index = nativeMax(length + index, 0);\\n      }\\n      return baseFindIndex(array, getIteratee(predicate, 3), index);\\n    }\\n\\n    /**\\n     * This method is like `_.findIndex` except that it iterates over elements\\n     * of `collection` from right to left.\\n     *\\n     * @static\\n     * @memberOf _\\n     * @since 2.0.0\\n     * @category Array\\n     * @param {Array} array The array to inspect.\\n     * @param {Function} [predicate=_.identity] The function invoked per iteration.\\n     * @param {number} [fromIndex=array.length-1] The index to search from.\\n     * @returns {number} Returns the index of the found element, else `-1`.\\n     * @example\\n     *\\n     * var users = [\\n     *   { 'user': 'barney',  'active': true },\\n     *   { 'user': 'fred',    'active': false },\\n     *   { 'user': 'pebbles', 'active': false }\\n     * ];\\n     *\\n     * _.findLastIndex(users, function(o) { return o.user == 'pebbles'; });\\n     * // => 2\\n     *\\n     * // The `_.matches` iteratee shorthand.\\n     * _.findLastIndex(users, { 'user': 'barney', 'active': true });\\n     * // => 0\\n     *\\n     * // The `_.matchesProperty` iteratee shorthand.\\n     * _.findLastIndex(users, ['active', false]);\\n     * // => 2\\n     *\\n     * // The `_.property` iteratee shorthand.\\n     * _.findLastIndex(users, 'active');\\n     * // => 0\\n     */\\n    function findLastIndex(array, predicate, fromIndex) {\\n      var length = array == null ? 0 : array.length;\\n      if (!length) {\\n        return -1;\\n      }\\n      var index = length - 1;\\n      if (fromIndex !== undefined) {\\n        index = toInteger(fromIndex);\\n        index = fromIndex < 0\\n          ? nativeMax(length + index, 0)\\n          : nativeMin(index, length - 1);\\n      }\\n      return baseFindIndex(array, getIteratee(predicate, 3), index, true);\\n    }\\n\\n    /**\\n     * Flattens `array` a single level deep.\\n     *\\n     * @static\\n     * @memberOf _\\n     * @since 0.1.0\\n     * @category Array\\n     * @param {Array} array The array to flatten.\\n     * @returns {Array} Returns the new flattened array.\\n     * @example\\n     *\\n     * _.flatten([1, [2, [3, [4]], 5]]);\\n     * // => [1, 2, [3, [4]], 5]\\n     */\\n    function flatten(array) {\\n      var length = array == null ? 0 : array.length;\\n      return length ? baseFlatten(array, 1) : [];\\n    }\\n\\n    /**\\n     * Recursively flattens `array`.\\n     *\\n     * @static\\n     * @memberOf _\\n     * @since 3.0.0\\n     * @category Array\\n     * @param {Array} array The array to flatten.\\n     * @returns {Array} Returns the new flattened array.\\n     * @example\\n     *\\n     * _.flattenDeep([1, [2, [3, [4]], 5]]);\\n     * // => [1, 2, 3, 4, 5]\\n     */\\n    function flattenDeep(array) {\\n      var length = array == null ? 0 : array.length;\\n      return length ? baseFlatten(array, INFINITY) : [];\\n    }\\n\\n    /**\\n     * Recursively flatten `array` up to `depth` times.\\n     *\\n     * @static\\n     * @memberOf _\\n     * @since 4.4.0\\n     * @category Array\\n     * @param {Array} array The array to flatten.\\n     * @param {number} [depth=1] The maximum recursion depth.\\n     * @returns {Array} Returns the new flattened array.\\n     * @example\\n     *\\n     * var array = [1, [2, [3, [4]], 5]];\\n     *\\n     * _.flattenDepth(array, 1);\\n     * // => [1, 2, [3, [4]], 5]\\n     *\\n     * _.flattenDepth(array, 2);\\n     * // => [1, 2, 3, [4], 5]\\n     */\\n    function flattenDepth(array, depth) {\\n      var length = array == null ? 0 : array.length;\\n      if (!length) {\\n        return [];\\n      }\\n      depth = depth === undefined ? 1 : toInteger(depth);\\n      return baseFlatten(array, depth);\\n    }\\n\\n    /**\\n     * The inverse of `_.toPairs`; this method returns an object composed\\n     * from key-value `pairs`.\\n     *\\n     * @static\\n     * @memberOf _\\n     * @since 4.0.0\\n     * @category Array\\n     * @param {Array} pairs The key-value pairs.\\n     * @returns {Object} Returns the new object.\\n     * @example\\n     *\\n     * _.fromPairs([['a', 1], ['b', 2]]);\\n     * // => { 'a': 1, 'b': 2 }\\n     */\\n    function fromPairs(pairs) {\\n      var index = -1,\\n          length = pairs == null ? 0 : pairs.length,\\n          result = {};\\n\\n      while (++index < length) {\\n        var pair = pairs[index];\\n        result[pair[0]] = pair[1];\\n      }\\n      return result;\\n    }\\n\\n    /**\\n     * Gets the first element of `array`.\\n     *\\n     * @static\\n     * @memberOf _\\n     * @since 0.1.0\\n     * @alias first\\n     * @category Array\\n     * @param {Array} array The array to query.\\n     * @returns {*} Returns the first element of `array`.\\n     * @example\\n     *\\n     * _.head([1, 2, 3]);\\n     * // => 1\\n     *\\n     * _.head([]);\\n     * // => undefined\\n     */\\n    function head(array) {\\n      return (array && array.length) ? array[0] : undefined;\\n    }\\n\\n    /**\\n     * Gets the index at which the first occurrence of `value` is found in `array`\\n     * using [`SameValueZero`](http://ecma-international.org/ecma-262/7.0/#sec-samevaluezero)\\n     * for equality comparisons. If `fromIndex` is negative, it's used as the\\n     * offset from the end of `array`.\\n     *\\n     * @static\\n     * @memberOf _\\n     * @since 0.1.0\\n     * @category Array\\n     * @param {Array} array The array to inspect.\\n     * @param {*} value The value to search for.\\n     * @param {number} [fromIndex=0] The index to search from.\\n     * @returns {number} Returns the index of the matched value, else `-1`.\\n     * @example\\n     *\\n     * _.indexOf([1, 2, 1, 2], 2);\\n     * // => 1\\n     *\\n     * // Search from the `fromIndex`.\\n     * _.indexOf([1, 2, 1, 2], 2, 2);\\n     * // => 3\\n     */\\n    function indexOf(array, value, fromIndex) {\\n      var length = array == null ? 0 : array.length;\\n      if (!length) {\\n        return -1;\\n      }\\n      var index = fromIndex == null ? 0 : toInteger(fromIndex);\\n      if (index < 0) {\\n        index = nativeMax(length + index, 0);\\n      }\\n      return baseIndexOf(array, value, index);\\n    }\\n\\n    /**\\n     * Gets all but the last element of `array`.\\n     *\\n     * @static\\n     * @memberOf _\\n     * @since 0.1.0\\n     * @category Array\\n     * @param {Array} array The array to query.\\n     * @returns {Array} Returns the slice of `array`.\\n     * @example\\n     *\\n     * _.initial([1, 2, 3]);\\n     * // => [1, 2]\\n     */\\n    function initial(array) {\\n      var length = array == null ? 0 : array.length;\\n      return length ? baseSlice(array, 0, -1) : [];\\n    }\\n\\n    /**\\n     * Creates an array of unique values that are included in all given arrays\\n     * using [`SameValueZero`](http://ecma-international.org/ecma-262/7.0/#sec-samevaluezero)\\n     * for equality comparisons. The order and references of result values are\\n     * determined by the first array.\\n     *\\n     * @static\\n     * @memberOf _\\n     * @since 0.1.0\\n     * @category Array\\n     * @param {...Array} [arrays] The arrays to inspect.\\n     * @returns {Array} Returns the new array of intersecting values.\\n     * @example\\n     *\\n     * _.intersection([2, 1], [2, 3]);\\n     * // => [2]\\n     */\\n    var intersection = baseRest(function(arrays) {\\n      var mapped = arrayMap(arrays, castArrayLikeObject);\\n      return (mapped.length && mapped[0] === arrays[0])\\n        ? baseIntersection(mapped)\\n        : [];\\n    });\\n\\n    /**\\n     * This method is like `_.intersection` except that it accepts `iteratee`\\n     * which is invoked for each element of each `arrays` to generate the criterion\\n     * by which they're compared. The order and references of result values are\\n     * determined by the first array. The iteratee is invoked with one argument:\\n     * (value).\\n     *\\n     * @static\\n     * @memberOf _\\n     * @since 4.0.0\\n     * @category Array\\n     * @param {...Array} [arrays] The arrays to inspect.\\n     * @param {Function} [iteratee=_.identity] The iteratee invoked per element.\\n     * @returns {Array} Returns the new array of intersecting values.\\n     * @example\\n     *\\n     * _.intersectionBy([2.1, 1.2], [2.3, 3.4], Math.floor);\\n     * // => [2.1]\\n     *\\n     * // The `_.property` iteratee shorthand.\\n     * _.intersectionBy([{ 'x': 1 }], [{ 'x': 2 }, { 'x': 1 }], 'x');\\n     * // => [{ 'x': 1 }]\\n     */\\n    var intersectionBy = baseRest(function(arrays) {\\n      var iteratee = last(arrays),\\n          mapped = arrayMap(arrays, castArrayLikeObject);\\n\\n      if (iteratee === last(mapped)) {\\n        iteratee = undefined;\\n      } else {\\n        mapped.pop();\\n      }\\n      return (mapped.length && mapped[0] === arrays[0])\\n        ? baseIntersection(mapped, getIteratee(iteratee, 2))\\n        : [];\\n    });\\n\\n    /**\\n     * This method is like `_.intersection` except that it accepts `comparator`\\n     * which is invoked to compare elements of `arrays`. The order and references\\n     * of result values are determined by the first array. The comparator is\\n     * invoked with two arguments: (arrVal, othVal).\\n     *\\n     * @static\\n     * @memberOf _\\n     * @since 4.0.0\\n     * @category Array\\n     * @param {...Array} [arrays] The arrays to inspect.\\n     * @param {Function} [comparator] The comparator invoked per element.\\n     * @returns {Array} Returns the new array of intersecting values.\\n     * @example\\n     *\\n     * var objects = [{ 'x': 1, 'y': 2 }, { 'x': 2, 'y': 1 }];\\n     * var others = [{ 'x': 1, 'y': 1 }, { 'x': 1, 'y': 2 }];\\n     *\\n     * _.intersectionWith(objects, others, _.isEqual);\\n     * // => [{ 'x': 1, 'y': 2 }]\\n     */\\n    var intersectionWith = baseRest(function(arrays) {\\n      var comparator = last(arrays),\\n          mapped = arrayMap(arrays, castArrayLikeObject);\\n\\n      comparator = typeof comparator == 'function' ? comparator : undefined;\\n      if (comparator) {\\n        mapped.pop();\\n      }\\n      return (mapped.length && mapped[0] === arrays[0])\\n        ? baseIntersection(mapped, undefined, comparator)\\n        : [];\\n    });\\n\\n    /**\\n     * Converts all elements in `array` into a string separated by `separator`.\\n     *\\n     * @static\\n     * @memberOf _\\n     * @since 4.0.0\\n     * @category Array\\n     * @param {Array} array The array to convert.\\n     * @param {string} [separator=','] The element separator.\\n     * @returns {string} Returns the joined string.\\n     * @example\\n     *\\n     * _.join(['a', 'b', 'c'], '~');\\n     * // => 'a~b~c'\\n     */\\n    function join(array, separator) {\\n      return array == null ? '' : nativeJoin.call(array, separator);\\n    }\\n\\n    /**\\n     * Gets the last element of `array`.\\n     *\\n     * @static\\n     * @memberOf _\\n     * @since 0.1.0\\n     * @category Array\\n     * @param {Array} array The array to query.\\n     * @returns {*} Returns the last element of `array`.\\n     * @example\\n     *\\n     * _.last([1, 2, 3]);\\n     * // => 3\\n     */\\n    function last(array) {\\n      var length = array == null ? 0 : array.length;\\n      return length ? array[length - 1] : undefined;\\n    }\\n\\n    /**\\n     * This method is like `_.indexOf` except that it iterates over elements of\\n     * `array` from right to left.\\n     *\\n     * @static\\n     * @memberOf _\\n     * @since 0.1.0\\n     * @category Array\\n     * @param {Array} array The array to inspect.\\n     * @param {*} value The value to search for.\\n     * @param {number} [fromIndex=array.length-1] The index to search from.\\n     * @returns {number} Returns the index of the matched value, else `-1`.\\n     * @example\\n     *\\n     * _.lastIndexOf([1, 2, 1, 2], 2);\\n     * // => 3\\n     *\\n     * // Search from the `fromIndex`.\\n     * _.lastIndexOf([1, 2, 1, 2], 2, 2);\\n     * // => 1\\n     */\\n    function lastIndexOf(array, value, fromIndex) {\\n      var length = array == null ? 0 : array.length;\\n      if (!length) {\\n        return -1;\\n      }\\n      var index = length;\\n      if (fromIndex !== undefined) {\\n        index = toInteger(fromIndex);\\n        index = index < 0 ? nativeMax(length + index, 0) : nativeMin(index, length - 1);\\n      }\\n      return value === value\\n        ? strictLastIndexOf(array, value, index)\\n        : baseFindIndex(array, baseIsNaN, index, true);\\n    }\\n\\n    /**\\n     * Gets the element at index `n` of `array`. If `n` is negative, the nth\\n     * element from the end is returned.\\n     *\\n     * @static\\n     * @memberOf _\\n     * @since 4.11.0\\n     * @category Array\\n     * @param {Array} array The array to query.\\n     * @param {number} [n=0] The index of the element to return.\\n     * @returns {*} Returns the nth element of `array`.\\n     * @example\\n     *\\n     * var array = ['a', 'b', 'c', 'd'];\\n     *\\n     * _.nth(array, 1);\\n     * // => 'b'\\n     *\\n     * _.nth(array, -2);\\n     * // => 'c';\\n     */\\n    function nth(array, n) {\\n      return (array && array.length) ? baseNth(array, toInteger(n)) : undefined;\\n    }\\n\\n    /**\\n     * Removes all given values from `array` using\\n     * [`SameValueZero`](http://ecma-international.org/ecma-262/7.0/#sec-samevaluezero)\\n     * for equality comparisons.\\n     *\\n     * **Note:** Unlike `_.without`, this method mutates `array`. Use `_.remove`\\n     * to remove elements from an array by predicate.\\n     *\\n     * @static\\n     * @memberOf _\\n     * @since 2.0.0\\n     * @category Array\\n     * @param {Array} array The array to modify.\\n     * @param {...*} [values] The values to remove.\\n     * @returns {Array} Returns `array`.\\n     * @example\\n     *\\n     * var array = ['a', 'b', 'c', 'a', 'b', 'c'];\\n     *\\n     * _.pull(array, 'a', 'c');\\n     * console.log(array);\\n     * // => ['b', 'b']\\n     */\\n    var pull = baseRest(pullAll);\\n\\n    /**\\n     * This method is like `_.pull` except that it accepts an array of values to remove.\\n     *\\n     * **Note:** Unlike `_.difference`, this method mutates `array`.\\n     *\\n     * @static\\n     * @memberOf _\\n     * @since 4.0.0\\n     * @category Array\\n     * @param {Array} array The array to modify.\\n     * @param {Array} values The values to remove.\\n     * @returns {Array} Returns `array`.\\n     * @example\\n     *\\n     * var array = ['a', 'b', 'c', 'a', 'b', 'c'];\\n     *\\n     * _.pullAll(array, ['a', 'c']);\\n     * console.log(array);\\n     * // => ['b', 'b']\\n     */\\n    function pullAll(array, values) {\\n      return (array && array.length && values && values.length)\\n        ? basePullAll(array, values)\\n        : array;\\n    }\\n\\n    /**\\n     * This method is like `_.pullAll` except that it accepts `iteratee` which is\\n     * invoked for each element of `array` and `values` to generate the criterion\\n     * by which they're compared. The iteratee is invoked with one argument: (value).\\n     *\\n     * **Note:** Unlike `_.differenceBy`, this method mutates `array`.\\n     *\\n     * @static\\n     * @memberOf _\\n     * @since 4.0.0\\n     * @category Array\\n     * @param {Array} array The array to modify.\\n     * @param {Array} values The values to remove.\\n     * @param {Function} [iteratee=_.identity] The iteratee invoked per element.\\n     * @returns {Array} Returns `array`.\\n     * @example\\n     *\\n     * var array = [{ 'x': 1 }, { 'x': 2 }, { 'x': 3 }, { 'x': 1 }];\\n     *\\n     * _.pullAllBy(array, [{ 'x': 1 }, { 'x': 3 }], 'x');\\n     * console.log(array);\\n     * // => [{ 'x': 2 }]\\n     */\\n    function pullAllBy(array, values, iteratee) {\\n      return (array && array.length && values && values.length)\\n        ? basePullAll(array, values, getIteratee(iteratee, 2))\\n        : array;\\n    }\\n\\n    /**\\n     * This method is like `_.pullAll` except that it accepts `comparator` which\\n     * is invoked to compare elements of `array` to `values`. The comparator is\\n     * invoked with two arguments: (arrVal, othVal).\\n     *\\n     * **Note:** Unlike `_.differenceWith`, this method mutates `array`.\\n     *\\n     * @static\\n     * @memberOf _\\n     * @since 4.6.0\\n     * @category Array\\n     * @param {Array} array The array to modify.\\n     * @param {Array} values The values to remove.\\n     * @param {Function} [comparator] The comparator invoked per element.\\n     * @returns {Array} Returns `array`.\\n     * @example\\n     *\\n     * var array = [{ 'x': 1, 'y': 2 }, { 'x': 3, 'y': 4 }, { 'x': 5, 'y': 6 }];\\n     *\\n     * _.pullAllWith(array, [{ 'x': 3, 'y': 4 }], _.isEqual);\\n     * console.log(array);\\n     * // => [{ 'x': 1, 'y': 2 }, { 'x': 5, 'y': 6 }]\\n     */\\n    function pullAllWith(array, values, comparator) {\\n      return (array && array.length && values && values.length)\\n        ? basePullAll(array, values, undefined, comparator)\\n        : array;\\n    }\\n\\n    /**\\n     * Removes elements from `array` corresponding to `indexes` and returns an\\n     * array of removed elements.\\n     *\\n     * **Note:** Unlike `_.at`, this method mutates `array`.\\n     *\\n     * @static\\n     * @memberOf _\\n     * @since 3.0.0\\n     * @category Array\\n     * @param {Array} array The array to modify.\\n     * @param {...(number|number[])} [indexes] The indexes of elements to remove.\\n     * @returns {Array} Returns the new array of removed elements.\\n     * @example\\n     *\\n     * var array = ['a', 'b', 'c', 'd'];\\n     * var pulled = _.pullAt(array, [1, 3]);\\n     *\\n     * console.log(array);\\n     * // => ['a', 'c']\\n     *\\n     * console.log(pulled);\\n     * // => ['b', 'd']\\n     */\\n    var pullAt = flatRest(function(array, indexes) {\\n      var length = array == null ? 0 : array.length,\\n          result = baseAt(array, indexes);\\n\\n      basePullAt(array, arrayMap(indexes, function(index) {\\n        return isIndex(index, length) ? +index : index;\\n      }).sort(compareAscending));\\n\\n      return result;\\n    });\\n\\n    /**\\n     * Removes all elements from `array` that `predicate` returns truthy for\\n     * and returns an array of the removed elements. The predicate is invoked\\n     * with three arguments: (value, index, array).\\n     *\\n     * **Note:** Unlike `_.filter`, this method mutates `array`. Use `_.pull`\\n     * to pull elements from an array by value.\\n     *\\n     * @static\\n     * @memberOf _\\n     * @since 2.0.0\\n     * @category Array\\n     * @param {Array} array The array to modify.\\n     * @param {Function} [predicate=_.identity] The function invoked per iteration.\\n     * @returns {Array} Returns the new array of removed elements.\\n     * @example\\n     *\\n     * var array = [1, 2, 3, 4];\\n     * var evens = _.remove(array, function(n) {\\n     *   return n % 2 == 0;\\n     * });\\n     *\\n     * console.log(array);\\n     * // => [1, 3]\\n     *\\n     * console.log(evens);\\n     * // => [2, 4]\\n     */\\n    function remove(array, predicate) {\\n      var result = [];\\n      if (!(array && array.length)) {\\n        return result;\\n      }\\n      var index = -1,\\n          indexes = [],\\n          length = array.length;\\n\\n      predicate = getIteratee(predicate, 3);\\n      while (++index < length) {\\n        var value = array[index];\\n        if (predicate(value, index, array)) {\\n          result.push(value);\\n          indexes.push(index);\\n        }\\n      }\\n      basePullAt(array, indexes);\\n      return result;\\n    }\\n\\n    /**\\n     * Reverses `array` so that the first element becomes the last, the second\\n     * element becomes the second to last, and so on.\\n     *\\n     * **Note:** This method mutates `array` and is based on\\n     * [`Array#reverse`](https://mdn.io/Array/reverse).\\n     *\\n     * @static\\n     * @memberOf _\\n     * @since 4.0.0\\n     * @category Array\\n     * @param {Array} array The array to modify.\\n     * @returns {Array} Returns `array`.\\n     * @example\\n     *\\n     * var array = [1, 2, 3];\\n     *\\n     * _.reverse(array);\\n     * // => [3, 2, 1]\\n     *\\n     * console.log(array);\\n     * // => [3, 2, 1]\\n     */\\n    function reverse(array) {\\n      return array == null ? array : nativeReverse.call(array);\\n    }\\n\\n    /**\\n     * Creates a slice of `array` from `start` up to, but not including, `end`.\\n     *\\n     * **Note:** This method is used instead of\\n     * [`Array#slice`](https://mdn.io/Array/slice) to ensure dense arrays are\\n     * returned.\\n     *\\n     * @static\\n     * @memberOf _\\n     * @since 3.0.0\\n     * @category Array\\n     * @param {Array} array The array to slice.\\n     * @param {number} [start=0] The start position.\\n     * @param {number} [end=array.length] The end position.\\n     * @returns {Array} Returns the slice of `array`.\\n     */\\n    function slice(array, start, end) {\\n      var length = array == null ? 0 : array.length;\\n      if (!length) {\\n        return [];\\n      }\\n      if (end && typeof end != 'number' && isIterateeCall(array, start, end)) {\\n        start = 0;\\n        end = length;\\n      }\\n      else {\\n        start = start == null ? 0 : toInteger(start);\\n        end = end === undefined ? length : toInteger(end);\\n      }\\n      return baseSlice(array, start, end);\\n    }\\n\\n    /**\\n     * Uses a binary search to determine the lowest index at which `value`\\n     * should be inserted into `array` in order to maintain its sort order.\\n     *\\n     * @static\\n     * @memberOf _\\n     * @since 0.1.0\\n     * @category Array\\n     * @param {Array} array The sorted array to inspect.\\n     * @param {*} value The value to evaluate.\\n     * @returns {number} Returns the index at which `value` should be inserted\\n     *  into `array`.\\n     * @example\\n     *\\n     * _.sortedIndex([30, 50], 40);\\n     * // => 1\\n     */\\n    function sortedIndex(array, value) {\\n      return baseSortedIndex(array, value);\\n    }\\n\\n    /**\\n     * This method is like `_.sortedIndex` except that it accepts `iteratee`\\n     * which is invoked for `value` and each element of `array` to compute their\\n     * sort ranking. The iteratee is invoked with one argument: (value).\\n     *\\n     * @static\\n     * @memberOf _\\n     * @since 4.0.0\\n     * @category Array\\n     * @param {Array} array The sorted array to inspect.\\n     * @param {*} value The value to evaluate.\\n     * @param {Function} [iteratee=_.identity] The iteratee invoked per element.\\n     * @returns {number} Returns the index at which `value` should be inserted\\n     *  into `array`.\\n     * @example\\n     *\\n     * var objects = [{ 'x': 4 }, { 'x': 5 }];\\n     *\\n     * _.sortedIndexBy(objects, { 'x': 4 }, function(o) { return o.x; });\\n     * // => 0\\n     *\\n     * // The `_.property` iteratee shorthand.\\n     * _.sortedIndexBy(objects, { 'x': 4 }, 'x');\\n     * // => 0\\n     */\\n    function sortedIndexBy(array, value, iteratee) {\\n      return baseSortedIndexBy(array, value, getIteratee(iteratee, 2));\\n    }\\n\\n    /**\\n     * This method is like `_.indexOf` except that it performs a binary\\n     * search on a sorted `array`.\\n     *\\n     * @static\\n     * @memberOf _\\n     * @since 4.0.0\\n     * @category Array\\n     * @param {Array} array The array to inspect.\\n     * @param {*} value The value to search for.\\n     * @returns {number} Returns the index of the matched value, else `-1`.\\n     * @example\\n     *\\n     * _.sortedIndexOf([4, 5, 5, 5, 6], 5);\\n     * // => 1\\n     */\\n    function sortedIndexOf(array, value) {\\n      var length = array == null ? 0 : array.length;\\n      if (length) {\\n        var index = baseSortedIndex(array, value);\\n        if (index < length && eq(array[index], value)) {\\n          return index;\\n        }\\n      }\\n      return -1;\\n    }\\n\\n    /**\\n     * This method is like `_.sortedIndex` except that it returns the highest\\n     * index at which `value` should be inserted into `array` in order to\\n     * maintain its sort order.\\n     *\\n     * @static\\n     * @memberOf _\\n     * @since 3.0.0\\n     * @category Array\\n     * @param {Array} array The sorted array to inspect.\\n     * @param {*} value The value to evaluate.\\n     * @returns {number} Returns the index at which `value` should be inserted\\n     *  into `array`.\\n     * @example\\n     *\\n     * _.sortedLastIndex([4, 5, 5, 5, 6], 5);\\n     * // => 4\\n     */\\n    function sortedLastIndex(array, value) {\\n      return baseSortedIndex(array, value, true);\\n    }\\n\\n    /**\\n     * This method is like `_.sortedLastIndex` except that it accepts `iteratee`\\n     * which is invoked for `value` and each element of `array` to compute their\\n     * sort ranking. The iteratee is invoked with one argument: (value).\\n     *\\n     * @static\\n     * @memberOf _\\n     * @since 4.0.0\\n     * @category Array\\n     * @param {Array} array The sorted array to inspect.\\n     * @param {*} value The value to evaluate.\\n     * @param {Function} [iteratee=_.identity] The iteratee invoked per element.\\n     * @returns {number} Returns the index at which `value` should be inserted\\n     *  into `array`.\\n     * @example\\n     *\\n     * var objects = [{ 'x': 4 }, { 'x': 5 }];\\n     *\\n     * _.sortedLastIndexBy(objects, { 'x': 4 }, function(o) { return o.x; });\\n     * // => 1\\n     *\\n     * // The `_.property` iteratee shorthand.\\n     * _.sortedLastIndexBy(objects, { 'x': 4 }, 'x');\\n     * // => 1\\n     */\\n    function sortedLastIndexBy(array, value, iteratee) {\\n      return baseSortedIndexBy(array, value, getIteratee(iteratee, 2), true);\\n    }\\n\\n    /**\\n     * This method is like `_.lastIndexOf` except that it performs a binary\\n     * search on a sorted `array`.\\n     *\\n     * @static\\n     * @memberOf _\\n     * @since 4.0.0\\n     * @category Array\\n     * @param {Array} array The array to inspect.\\n     * @param {*} value The value to search for.\\n     * @returns {number} Returns the index of the matched value, else `-1`.\\n     * @example\\n     *\\n     * _.sortedLastIndexOf([4, 5, 5, 5, 6], 5);\\n     * // => 3\\n     */\\n    function sortedLastIndexOf(array, value) {\\n      var length = array == null ? 0 : array.length;\\n      if (length) {\\n        var index = baseSortedIndex(array, value, true) - 1;\\n        if (eq(array[index], value)) {\\n          return index;\\n        }\\n      }\\n      return -1;\\n    }\\n\\n    /**\\n     * This method is like `_.uniq` except that it's designed and optimized\\n     * for sorted arrays.\\n     *\\n     * @static\\n     * @memberOf _\\n     * @since 4.0.0\\n     * @category Array\\n     * @param {Array} array The array to inspect.\\n     * @returns {Array} Returns the new duplicate free array.\\n     * @example\\n     *\\n     * _.sortedUniq([1, 1, 2]);\\n     * // => [1, 2]\\n     */\\n    function sortedUniq(array) {\\n      return (array && array.length)\\n        ? baseSortedUniq(array)\\n        : [];\\n    }\\n\\n    /**\\n     * This method is like `_.uniqBy` except that it's designed and optimized\\n     * for sorted arrays.\\n     *\\n     * @static\\n     * @memberOf _\\n     * @since 4.0.0\\n     * @category Array\\n     * @param {Array} array The array to inspect.\\n     * @param {Function} [iteratee] The iteratee invoked per element.\\n     * @returns {Array} Returns the new duplicate free array.\\n     * @example\\n     *\\n     * _.sortedUniqBy([1.1, 1.2, 2.3, 2.4], Math.floor);\\n     * // => [1.1, 2.3]\\n     */\\n    function sortedUniqBy(array, iteratee) {\\n      return (array && array.length)\\n        ? baseSortedUniq(array, getIteratee(iteratee, 2))\\n        : [];\\n    }\\n\\n    /**\\n     * Gets all but the first element of `array`.\\n     *\\n     * @static\\n     * @memberOf _\\n     * @since 4.0.0\\n     * @category Array\\n     * @param {Array} array The array to query.\\n     * @returns {Array} Returns the slice of `array`.\\n     * @example\\n     *\\n     * _.tail([1, 2, 3]);\\n     * // => [2, 3]\\n     */\\n    function tail(array) {\\n      var length = array == null ? 0 : array.length;\\n      return length ? baseSlice(array, 1, length) : [];\\n    }\\n\\n    /**\\n     * Creates a slice of `array` with `n` elements taken from the beginning.\\n     *\\n     * @static\\n     * @memberOf _\\n     * @since 0.1.0\\n     * @category Array\\n     * @param {Array} array The array to query.\\n     * @param {number} [n=1] The number of elements to take.\\n     * @param- {Object} [guard] Enables use as an iteratee for methods like `_.map`.\\n     * @returns {Array} Returns the slice of `array`.\\n     * @example\\n     *\\n     * _.take([1, 2, 3]);\\n     * // => [1]\\n     *\\n     * _.take([1, 2, 3], 2);\\n     * // => [1, 2]\\n     *\\n     * _.take([1, 2, 3], 5);\\n     * // => [1, 2, 3]\\n     *\\n     * _.take([1, 2, 3], 0);\\n     * // => []\\n     */\\n    function take(array, n, guard) {\\n      if (!(array && array.length)) {\\n        return [];\\n      }\\n      n = (guard || n === undefined) ? 1 : toInteger(n);\\n      return baseSlice(array, 0, n < 0 ? 0 : n);\\n    }\\n\\n    /**\\n     * Creates a slice of `array` with `n` elements taken from the end.\\n     *\\n     * @static\\n     * @memberOf _\\n     * @since 3.0.0\\n     * @category Array\\n     * @param {Array} array The array to query.\\n     * @param {number} [n=1] The number of elements to take.\\n     * @param- {Object} [guard] Enables use as an iteratee for methods like `_.map`.\\n     * @returns {Array} Returns the slice of `array`.\\n     * @example\\n     *\\n     * _.takeRight([1, 2, 3]);\\n     * // => [3]\\n     *\\n     * _.takeRight([1, 2, 3], 2);\\n     * // => [2, 3]\\n     *\\n     * _.takeRight([1, 2, 3], 5);\\n     * // => [1, 2, 3]\\n     *\\n     * _.takeRight([1, 2, 3], 0);\\n     * // => []\\n     */\\n    function takeRight(array, n, guard) {\\n      var length = array == null ? 0 : array.length;\\n      if (!length) {\\n        return [];\\n      }\\n      n = (guard || n === undefined) ? 1 : toInteger(n);\\n      n = length - n;\\n      return baseSlice(array, n < 0 ? 0 : n, length);\\n    }\\n\\n    /**\\n     * Creates a slice of `array` with elements taken from the end. Elements are\\n     * taken until `predicate` returns falsey. The predicate is invoked with\\n     * three arguments: (value, index, array).\\n     *\\n     * @static\\n     * @memberOf _\\n     * @since 3.0.0\\n     * @category Array\\n     * @param {Array} array The array to query.\\n     * @param {Function} [predicate=_.identity] The function invoked per iteration.\\n     * @returns {Array} Returns the slice of `array`.\\n     * @example\\n     *\\n     * var users = [\\n     *   { 'user': 'barney',  'active': true },\\n     *   { 'user': 'fred',    'active': false },\\n     *   { 'user': 'pebbles', 'active': false }\\n     * ];\\n     *\\n     * _.takeRightWhile(users, function(o) { return !o.active; });\\n     * // => objects for ['fred', 'pebbles']\\n     *\\n     * // The `_.matches` iteratee shorthand.\\n     * _.takeRightWhile(users, { 'user': 'pebbles', 'active': false });\\n     * // => objects for ['pebbles']\\n     *\\n     * // The `_.matchesProperty` iteratee shorthand.\\n     * _.takeRightWhile(users, ['active', false]);\\n     * // => objects for ['fred', 'pebbles']\\n     *\\n     * // The `_.property` iteratee shorthand.\\n     * _.takeRightWhile(users, 'active');\\n     * // => []\\n     */\\n    function takeRightWhile(array, predicate) {\\n      return (array && array.length)\\n        ? baseWhile(array, getIteratee(predicate, 3), false, true)\\n        : [];\\n    }\\n\\n    /**\\n     * Creates a slice of `array` with elements taken from the beginning. Elements\\n     * are taken until `predicate` returns falsey. The predicate is invoked with\\n     * three arguments: (value, index, array).\\n     *\\n     * @static\\n     * @memberOf _\\n     * @since 3.0.0\\n     * @category Array\\n     * @param {Array} array The array to query.\\n     * @param {Function} [predicate=_.identity] The function invoked per iteration.\\n     * @returns {Array} Returns the slice of `array`.\\n     * @example\\n     *\\n     * var users = [\\n     *   { 'user': 'barney',  'active': false },\\n     *   { 'user': 'fred',    'active': false },\\n     *   { 'user': 'pebbles', 'active': true }\\n     * ];\\n     *\\n     * _.takeWhile(users, function(o) { return !o.active; });\\n     * // => objects for ['barney', 'fred']\\n     *\\n     * // The `_.matches` iteratee shorthand.\\n     * _.takeWhile(users, { 'user': 'barney', 'active': false });\\n     * // => objects for ['barney']\\n     *\\n     * // The `_.matchesProperty` iteratee shorthand.\\n     * _.takeWhile(users, ['active', false]);\\n     * // => objects for ['barney', 'fred']\\n     *\\n     * // The `_.property` iteratee shorthand.\\n     * _.takeWhile(users, 'active');\\n     * // => []\\n     */\\n    function takeWhile(array, predicate) {\\n      return (array && array.length)\\n        ? baseWhile(array, getIteratee(predicate, 3))\\n        : [];\\n    }\\n\\n    /**\\n     * Creates an array of unique values, in order, from all given arrays using\\n     * [`SameValueZero`](http://ecma-international.org/ecma-262/7.0/#sec-samevaluezero)\\n     * for equality comparisons.\\n     *\\n     * @static\\n     * @memberOf _\\n     * @since 0.1.0\\n     * @category Array\\n     * @param {...Array} [arrays] The arrays to inspect.\\n     * @returns {Array} Returns the new array of combined values.\\n     * @example\\n     *\\n     * _.union([2], [1, 2]);\\n     * // => [2, 1]\\n     */\\n    var union = baseRest(function(arrays) {\\n      return baseUniq(baseFlatten(arrays, 1, isArrayLikeObject, true));\\n    });\\n\\n    /**\\n     * This method is like `_.union` except that it accepts `iteratee` which is\\n     * invoked for each element of each `arrays` to generate the criterion by\\n     * which uniqueness is computed. Result values are chosen from the first\\n     * array in which the value occurs. The iteratee is invoked with one argument:\\n     * (value).\\n     *\\n     * @static\\n     * @memberOf _\\n     * @since 4.0.0\\n     * @category Array\\n     * @param {...Array} [arrays] The arrays to inspect.\\n     * @param {Function} [iteratee=_.identity] The iteratee invoked per element.\\n     * @returns {Array} Returns the new array of combined values.\\n     * @example\\n     *\\n     * _.unionBy([2.1], [1.2, 2.3], Math.floor);\\n     * // => [2.1, 1.2]\\n     *\\n     * // The `_.property` iteratee shorthand.\\n     * _.unionBy([{ 'x': 1 }], [{ 'x': 2 }, { 'x': 1 }], 'x');\\n     * // => [{ 'x': 1 }, { 'x': 2 }]\\n     */\\n    var unionBy = baseRest(function(arrays) {\\n      var iteratee = last(arrays);\\n      if (isArrayLikeObject(iteratee)) {\\n        iteratee = undefined;\\n      }\\n      return baseUniq(baseFlatten(arrays, 1, isArrayLikeObject, true), getIteratee(iteratee, 2));\\n    });\\n\\n    /**\\n     * This method is like `_.union` except that it accepts `comparator` which\\n     * is invoked to compare elements of `arrays`. Result values are chosen from\\n     * the first array in which the value occurs. The comparator is invoked\\n     * with two arguments: (arrVal, othVal).\\n     *\\n     * @static\\n     * @memberOf _\\n     * @since 4.0.0\\n     * @category Array\\n     * @param {...Array} [arrays] The arrays to inspect.\\n     * @param {Function} [comparator] The comparator invoked per element.\\n     * @returns {Array} Returns the new array of combined values.\\n     * @example\\n     *\\n     * var objects = [{ 'x': 1, 'y': 2 }, { 'x': 2, 'y': 1 }];\\n     * var others = [{ 'x': 1, 'y': 1 }, { 'x': 1, 'y': 2 }];\\n     *\\n     * _.unionWith(objects, others, _.isEqual);\\n     * // => [{ 'x': 1, 'y': 2 }, { 'x': 2, 'y': 1 }, { 'x': 1, 'y': 1 }]\\n     */\\n    var unionWith = baseRest(function(arrays) {\\n      var comparator = last(arrays);\\n      comparator = typeof comparator == 'function' ? comparator : undefined;\\n      return baseUniq(baseFlatten(arrays, 1, isArrayLikeObject, true), undefined, comparator);\\n    });\\n\\n    /**\\n     * Creates a duplicate-free version of an array, using\\n     * [`SameValueZero`](http://ecma-international.org/ecma-262/7.0/#sec-samevaluezero)\\n     * for equality comparisons, in which only the first occurrence of each element\\n     * is kept. The order of result values is determined by the order they occur\\n     * in the array.\\n     *\\n     * @static\\n     * @memberOf _\\n     * @since 0.1.0\\n     * @category Array\\n     * @param {Array} array The array to inspect.\\n     * @returns {Array} Returns the new duplicate free array.\\n     * @example\\n     *\\n     * _.uniq([2, 1, 2]);\\n     * // => [2, 1]\\n     */\\n    function uniq(array) {\\n      return (array && array.length) ? baseUniq(array) : [];\\n    }\\n\\n    /**\\n     * This method is like `_.uniq` except that it accepts `iteratee` which is\\n     * invoked for each element in `array` to generate the criterion by which\\n     * uniqueness is computed. The order of result values is determined by the\\n     * order they occur in the array. The iteratee is invoked with one argument:\\n     * (value).\\n     *\\n     * @static\\n     * @memberOf _\\n     * @since 4.0.0\\n     * @category Array\\n     * @param {Array} array The array to inspect.\\n     * @param {Function} [iteratee=_.identity] The iteratee invoked per element.\\n     * @returns {Array} Returns the new duplicate free array.\\n     * @example\\n     *\\n     * _.uniqBy([2.1, 1.2, 2.3], Math.floor);\\n     * // => [2.1, 1.2]\\n     *\\n     * // The `_.property` iteratee shorthand.\\n     * _.uniqBy([{ 'x': 1 }, { 'x': 2 }, { 'x': 1 }], 'x');\\n     * // => [{ 'x': 1 }, { 'x': 2 }]\\n     */\\n    function uniqBy(array, iteratee) {\\n      return (array && array.length) ? baseUniq(array, getIteratee(iteratee, 2)) : [];\\n    }\\n\\n    /**\\n     * This method is like `_.uniq` except that it accepts `comparator` which\\n     * is invoked to compare elements of `array`. The order of result values is\\n     * determined by the order they occur in the array.The comparator is invoked\\n     * with two arguments: (arrVal, othVal).\\n     *\\n     * @static\\n     * @memberOf _\\n     * @since 4.0.0\\n     * @category Array\\n     * @param {Array} array The array to inspect.\\n     * @param {Function} [comparator] The comparator invoked per element.\\n     * @returns {Array} Returns the new duplicate free array.\\n     * @example\\n     *\\n     * var objects = [{ 'x': 1, 'y': 2 }, { 'x': 2, 'y': 1 }, { 'x': 1, 'y': 2 }];\\n     *\\n     * _.uniqWith(objects, _.isEqual);\\n     * // => [{ 'x': 1, 'y': 2 }, { 'x': 2, 'y': 1 }]\\n     */\\n    function uniqWith(array, comparator) {\\n      comparator = typeof comparator == 'function' ? comparator : undefined;\\n      return (array && array.length) ? baseUniq(array, undefined, comparator) : [];\\n    }\\n\\n    /**\\n     * This method is like `_.zip` except that it accepts an array of grouped\\n     * elements and creates an array regrouping the elements to their pre-zip\\n     * configuration.\\n     *\\n     * @static\\n     * @memberOf _\\n     * @since 1.2.0\\n     * @category Array\\n     * @param {Array} array The array of grouped elements to process.\\n     * @returns {Array} Returns the new array of regrouped elements.\\n     * @example\\n     *\\n     * var zipped = _.zip(['a', 'b'], [1, 2], [true, false]);\\n     * // => [['a', 1, true], ['b', 2, false]]\\n     *\\n     * _.unzip(zipped);\\n     * // => [['a', 'b'], [1, 2], [true, false]]\\n     */\\n    function unzip(array) {\\n      if (!(array && array.length)) {\\n        return [];\\n      }\\n      var length = 0;\\n      array = arrayFilter(array, function(group) {\\n        if (isArrayLikeObject(group)) {\\n          length = nativeMax(group.length, length);\\n          return true;\\n        }\\n      });\\n      return baseTimes(length, function(index) {\\n        return arrayMap(array, baseProperty(index));\\n      });\\n    }\\n\\n    /**\\n     * This method is like `_.unzip` except that it accepts `iteratee` to specify\\n     * how regrouped values should be combined. The iteratee is invoked with the\\n     * elements of each group: (...group).\\n     *\\n     * @static\\n     * @memberOf _\\n     * @since 3.8.0\\n     * @category Array\\n     * @param {Array} array The array of grouped elements to process.\\n     * @param {Function} [iteratee=_.identity] The function to combine\\n     *  regrouped values.\\n     * @returns {Array} Returns the new array of regrouped elements.\\n     * @example\\n     *\\n     * var zipped = _.zip([1, 2], [10, 20], [100, 200]);\\n     * // => [[1, 10, 100], [2, 20, 200]]\\n     *\\n     * _.unzipWith(zipped, _.add);\\n     * // => [3, 30, 300]\\n     */\\n    function unzipWith(array, iteratee) {\\n      if (!(array && array.length)) {\\n        return [];\\n      }\\n      var result = unzip(array);\\n      if (iteratee == null) {\\n        return result;\\n      }\\n      return arrayMap(result, function(group) {\\n        return apply(iteratee, undefined, group);\\n      });\\n    }\\n\\n    /**\\n     * Creates an array excluding all given values using\\n     * [`SameValueZero`](http://ecma-international.org/ecma-262/7.0/#sec-samevaluezero)\\n     * for equality comparisons.\\n     *\\n     * **Note:** Unlike `_.pull`, this method returns a new array.\\n     *\\n     * @static\\n     * @memberOf _\\n     * @since 0.1.0\\n     * @category Array\\n     * @param {Array} array The array to inspect.\\n     * @param {...*} [values] The values to exclude.\\n     * @returns {Array} Returns the new array of filtered values.\\n     * @see _.difference, _.xor\\n     * @example\\n     *\\n     * _.without([2, 1, 2, 3], 1, 2);\\n     * // => [3]\\n     */\\n    var without = baseRest(function(array, values) {\\n      return isArrayLikeObject(array)\\n        ? baseDifference(array, values)\\n        : [];\\n    });\\n\\n    /**\\n     * Creates an array of unique values that is the\\n     * [symmetric difference](https://en.wikipedia.org/wiki/Symmetric_difference)\\n     * of the given arrays. The order of result values is determined by the order\\n     * they occur in the arrays.\\n     *\\n     * @static\\n     * @memberOf _\\n     * @since 2.4.0\\n     * @category Array\\n     * @param {...Array} [arrays] The arrays to inspect.\\n     * @returns {Array} Returns the new array of filtered values.\\n     * @see _.difference, _.without\\n     * @example\\n     *\\n     * _.xor([2, 1], [2, 3]);\\n     * // => [1, 3]\\n     */\\n    var xor = baseRest(function(arrays) {\\n      return baseXor(arrayFilter(arrays, isArrayLikeObject));\\n    });\\n\\n    /**\\n     * This method is like `_.xor` except that it accepts `iteratee` which is\\n     * invoked for each element of each `arrays` to generate the criterion by\\n     * which by which they're compared. The order of result values is determined\\n     * by the order they occur in the arrays. The iteratee is invoked with one\\n     * argument: (value).\\n     *\\n     * @static\\n     * @memberOf _\\n     * @since 4.0.0\\n     * @category Array\\n     * @param {...Array} [arrays] The arrays to inspect.\\n     * @param {Function} [iteratee=_.identity] The iteratee invoked per element.\\n     * @returns {Array} Returns the new array of filtered values.\\n     * @example\\n     *\\n     * _.xorBy([2.1, 1.2], [2.3, 3.4], Math.floor);\\n     * // => [1.2, 3.4]\\n     *\\n     * // The `_.property` iteratee shorthand.\\n     * _.xorBy([{ 'x': 1 }], [{ 'x': 2 }, { 'x': 1 }], 'x');\\n     * // => [{ 'x': 2 }]\\n     */\\n    var xorBy = baseRest(function(arrays) {\\n      var iteratee = last(arrays);\\n      if (isArrayLikeObject(iteratee)) {\\n        iteratee = undefined;\\n      }\\n      return baseXor(arrayFilter(arrays, isArrayLikeObject), getIteratee(iteratee, 2));\\n    });\\n\\n    /**\\n     * This method is like `_.xor` except that it accepts `comparator` which is\\n     * invoked to compare elements of `arrays`. The order of result values is\\n     * determined by the order they occur in the arrays. The comparator is invoked\\n     * with two arguments: (arrVal, othVal).\\n     *\\n     * @static\\n     * @memberOf _\\n     * @since 4.0.0\\n     * @category Array\\n     * @param {...Array} [arrays] The arrays to inspect.\\n     * @param {Function} [comparator] The comparator invoked per element.\\n     * @returns {Array} Returns the new array of filtered values.\\n     * @example\\n     *\\n     * var objects = [{ 'x': 1, 'y': 2 }, { 'x': 2, 'y': 1 }];\\n     * var others = [{ 'x': 1, 'y': 1 }, { 'x': 1, 'y': 2 }];\\n     *\\n     * _.xorWith(objects, others, _.isEqual);\\n     * // => [{ 'x': 2, 'y': 1 }, { 'x': 1, 'y': 1 }]\\n     */\\n    var xorWith = baseRest(function(arrays) {\\n      var comparator = last(arrays);\\n      comparator = typeof comparator == 'function' ? comparator : undefined;\\n      return baseXor(arrayFilter(arrays, isArrayLikeObject), undefined, comparator);\\n    });\\n\\n    /**\\n     * Creates an array of grouped elements, the first of which contains the\\n     * first elements of the given arrays, the second of which contains the\\n     * second elements of the given arrays, and so on.\\n     *\\n     * @static\\n     * @memberOf _\\n     * @since 0.1.0\\n     * @category Array\\n     * @param {...Array} [arrays] The arrays to process.\\n     * @returns {Array} Returns the new array of grouped elements.\\n     * @example\\n     *\\n     * _.zip(['a', 'b'], [1, 2], [true, false]);\\n     * // => [['a', 1, true], ['b', 2, false]]\\n     */\\n    var zip = baseRest(unzip);\\n\\n    /**\\n     * This method is like `_.fromPairs` except that it accepts two arrays,\\n     * one of property identifiers and one of corresponding values.\\n     *\\n     * @static\\n     * @memberOf _\\n     * @since 0.4.0\\n     * @category Array\\n     * @param {Array} [props=[]] The property identifiers.\\n     * @param {Array} [values=[]] The property values.\\n     * @returns {Object} Returns the new object.\\n     * @example\\n     *\\n     * _.zipObject(['a', 'b'], [1, 2]);\\n     * // => { 'a': 1, 'b': 2 }\\n     */\\n    function zipObject(props, values) {\\n      return baseZipObject(props || [], values || [], assignValue);\\n    }\\n\\n    /**\\n     * This method is like `_.zipObject` except that it supports property paths.\\n     *\\n     * @static\\n     * @memberOf _\\n     * @since 4.1.0\\n     * @category Array\\n     * @param {Array} [props=[]] The property identifiers.\\n     * @param {Array} [values=[]] The property values.\\n     * @returns {Object} Returns the new object.\\n     * @example\\n     *\\n     * _.zipObjectDeep(['a.b[0].c', 'a.b[1].d'], [1, 2]);\\n     * // => { 'a': { 'b': [{ 'c': 1 }, { 'd': 2 }] } }\\n     */\\n    function zipObjectDeep(props, values) {\\n      return baseZipObject(props || [], values || [], baseSet);\\n    }\\n\\n    /**\\n     * This method is like `_.zip` except that it accepts `iteratee` to specify\\n     * how grouped values should be combined. The iteratee is invoked with the\\n     * elements of each group: (...group).\\n     *\\n     * @static\\n     * @memberOf _\\n     * @since 3.8.0\\n     * @category Array\\n     * @param {...Array} [arrays] The arrays to process.\\n     * @param {Function} [iteratee=_.identity] The function to combine\\n     *  grouped values.\\n     * @returns {Array} Returns the new array of grouped elements.\\n     * @example\\n     *\\n     * _.zipWith([1, 2], [10, 20], [100, 200], function(a, b, c) {\\n     *   return a + b + c;\\n     * });\\n     * // => [111, 222]\\n     */\\n    var zipWith = baseRest(function(arrays) {\\n      var length = arrays.length,\\n          iteratee = length > 1 ? arrays[length - 1] : undefined;\\n\\n      iteratee = typeof iteratee == 'function' ? (arrays.pop(), iteratee) : undefined;\\n      return unzipWith(arrays, iteratee);\\n    });\\n\\n    /*------------------------------------------------------------------------*/\\n\\n    /**\\n     * Creates a `lodash` wrapper instance that wraps `value` with explicit method\\n     * chain sequences enabled. The result of such sequences must be unwrapped\\n     * with `_#value`.\\n     *\\n     * @static\\n     * @memberOf _\\n     * @since 1.3.0\\n     * @category Seq\\n     * @param {*} value The value to wrap.\\n     * @returns {Object} Returns the new `lodash` wrapper instance.\\n     * @example\\n     *\\n     * var users = [\\n     *   { 'user': 'barney',  'age': 36 },\\n     *   { 'user': 'fred',    'age': 40 },\\n     *   { 'user': 'pebbles', 'age': 1 }\\n     * ];\\n     *\\n     * var youngest = _\\n     *   .chain(users)\\n     *   .sortBy('age')\\n     *   .map(function(o) {\\n     *     return o.user + ' is ' + o.age;\\n     *   })\\n     *   .head()\\n     *   .value();\\n     * // => 'pebbles is 1'\\n     */\\n    function chain(value) {\\n      var result = lodash(value);\\n      result.__chain__ = true;\\n      return result;\\n    }\\n\\n    /**\\n     * This method invokes `interceptor` and returns `value`. The interceptor\\n     * is invoked with one argument; (value). The purpose of this method is to\\n     * \\\"tap into\\\" a method chain sequence in order to modify intermediate results.\\n     *\\n     * @static\\n     * @memberOf _\\n     * @since 0.1.0\\n     * @category Seq\\n     * @param {*} value The value to provide to `interceptor`.\\n     * @param {Function} interceptor The function to invoke.\\n     * @returns {*} Returns `value`.\\n     * @example\\n     *\\n     * _([1, 2, 3])\\n     *  .tap(function(array) {\\n     *    // Mutate input array.\\n     *    array.pop();\\n     *  })\\n     *  .reverse()\\n     *  .value();\\n     * // => [2, 1]\\n     */\\n    function tap(value, interceptor) {\\n      interceptor(value);\\n      return value;\\n    }\\n\\n    /**\\n     * This method is like `_.tap` except that it returns the result of `interceptor`.\\n     * The purpose of this method is to \\\"pass thru\\\" values replacing intermediate\\n     * results in a method chain sequence.\\n     *\\n     * @static\\n     * @memberOf _\\n     * @since 3.0.0\\n     * @category Seq\\n     * @param {*} value The value to provide to `interceptor`.\\n     * @param {Function} interceptor The function to invoke.\\n     * @returns {*} Returns the result of `interceptor`.\\n     * @example\\n     *\\n     * _('  abc  ')\\n     *  .chain()\\n     *  .trim()\\n     *  .thru(function(value) {\\n     *    return [value];\\n     *  })\\n     *  .value();\\n     * // => ['abc']\\n     */\\n    function thru(value, interceptor) {\\n      return interceptor(value);\\n    }\\n\\n    /**\\n     * This method is the wrapper version of `_.at`.\\n     *\\n     * @name at\\n     * @memberOf _\\n     * @since 1.0.0\\n     * @category Seq\\n     * @param {...(string|string[])} [paths] The property paths to pick.\\n     * @returns {Object} Returns the new `lodash` wrapper instance.\\n     * @example\\n     *\\n     * var object = { 'a': [{ 'b': { 'c': 3 } }, 4] };\\n     *\\n     * _(object).at(['a[0].b.c', 'a[1]']).value();\\n     * // => [3, 4]\\n     */\\n    var wrapperAt = flatRest(function(paths) {\\n      var length = paths.length,\\n          start = length ? paths[0] : 0,\\n          value = this.__wrapped__,\\n          interceptor = function(object) { return baseAt(object, paths); };\\n\\n      if (length > 1 || this.__actions__.length ||\\n          !(value instanceof LazyWrapper) || !isIndex(start)) {\\n        return this.thru(interceptor);\\n      }\\n      value = value.slice(start, +start + (length ? 1 : 0));\\n      value.__actions__.push({\\n        'func': thru,\\n        'args': [interceptor],\\n        'thisArg': undefined\\n      });\\n      return new LodashWrapper(value, this.__chain__).thru(function(array) {\\n        if (length && !array.length) {\\n          array.push(undefined);\\n        }\\n        return array;\\n      });\\n    });\\n\\n    /**\\n     * Creates a `lodash` wrapper instance with explicit method chain sequences enabled.\\n     *\\n     * @name chain\\n     * @memberOf _\\n     * @since 0.1.0\\n     * @category Seq\\n     * @returns {Object} Returns the new `lodash` wrapper instance.\\n     * @example\\n     *\\n     * var users = [\\n     *   { 'user': 'barney', 'age': 36 },\\n     *   { 'user': 'fred',   'age': 40 }\\n     * ];\\n     *\\n     * // A sequence without explicit chaining.\\n     * _(users).head();\\n     * // => { 'user': 'barney', 'age': 36 }\\n     *\\n     * // A sequence with explicit chaining.\\n     * _(users)\\n     *   .chain()\\n     *   .head()\\n     *   .pick('user')\\n     *   .value();\\n     * // => { 'user': 'barney' }\\n     */\\n    function wrapperChain() {\\n      return chain(this);\\n    }\\n\\n    /**\\n     * Executes the chain sequence and returns the wrapped result.\\n     *\\n     * @name commit\\n     * @memberOf _\\n     * @since 3.2.0\\n     * @category Seq\\n     * @returns {Object} Returns the new `lodash` wrapper instance.\\n     * @example\\n     *\\n     * var array = [1, 2];\\n     * var wrapped = _(array).push(3);\\n     *\\n     * console.log(array);\\n     * // => [1, 2]\\n     *\\n     * wrapped = wrapped.commit();\\n     * console.log(array);\\n     * // => [1, 2, 3]\\n     *\\n     * wrapped.last();\\n     * // => 3\\n     *\\n     * console.log(array);\\n     * // => [1, 2, 3]\\n     */\\n    function wrapperCommit() {\\n      return new LodashWrapper(this.value(), this.__chain__);\\n    }\\n\\n    /**\\n     * Gets the next value on a wrapped object following the\\n     * [iterator protocol](https://mdn.io/iteration_protocols#iterator).\\n     *\\n     * @name next\\n     * @memberOf _\\n     * @since 4.0.0\\n     * @category Seq\\n     * @returns {Object} Returns the next iterator value.\\n     * @example\\n     *\\n     * var wrapped = _([1, 2]);\\n     *\\n     * wrapped.next();\\n     * // => { 'done': false, 'value': 1 }\\n     *\\n     * wrapped.next();\\n     * // => { 'done': false, 'value': 2 }\\n     *\\n     * wrapped.next();\\n     * // => { 'done': true, 'value': undefined }\\n     */\\n    function wrapperNext() {\\n      if (this.__values__ === undefined) {\\n        this.__values__ = toArray(this.value());\\n      }\\n      var done = this.__index__ >= this.__values__.length,\\n          value = done ? undefined : this.__values__[this.__index__++];\\n\\n      return { 'done': done, 'value': value };\\n    }\\n\\n    /**\\n     * Enables the wrapper to be iterable.\\n     *\\n     * @name Symbol.iterator\\n     * @memberOf _\\n     * @since 4.0.0\\n     * @category Seq\\n     * @returns {Object} Returns the wrapper object.\\n     * @example\\n     *\\n     * var wrapped = _([1, 2]);\\n     *\\n     * wrapped[Symbol.iterator]() === wrapped;\\n     * // => true\\n     *\\n     * Array.from(wrapped);\\n     * // => [1, 2]\\n     */\\n    function wrapperToIterator() {\\n      return this;\\n    }\\n\\n    /**\\n     * Creates a clone of the chain sequence planting `value` as the wrapped value.\\n     *\\n     * @name plant\\n     * @memberOf _\\n     * @since 3.2.0\\n     * @category Seq\\n     * @param {*} value The value to plant.\\n     * @returns {Object} Returns the new `lodash` wrapper instance.\\n     * @example\\n     *\\n     * function square(n) {\\n     *   return n * n;\\n     * }\\n     *\\n     * var wrapped = _([1, 2]).map(square);\\n     * var other = wrapped.plant([3, 4]);\\n     *\\n     * other.value();\\n     * // => [9, 16]\\n     *\\n     * wrapped.value();\\n     * // => [1, 4]\\n     */\\n    function wrapperPlant(value) {\\n      var result,\\n          parent = this;\\n\\n      while (parent instanceof baseLodash) {\\n        var clone = wrapperClone(parent);\\n        clone.__index__ = 0;\\n        clone.__values__ = undefined;\\n        if (result) {\\n          previous.__wrapped__ = clone;\\n        } else {\\n          result = clone;\\n        }\\n        var previous = clone;\\n        parent = parent.__wrapped__;\\n      }\\n      previous.__wrapped__ = value;\\n      return result;\\n    }\\n\\n    /**\\n     * This method is the wrapper version of `_.reverse`.\\n     *\\n     * **Note:** This method mutates the wrapped array.\\n     *\\n     * @name reverse\\n     * @memberOf _\\n     * @since 0.1.0\\n     * @category Seq\\n     * @returns {Object} Returns the new `lodash` wrapper instance.\\n     * @example\\n     *\\n     * var array = [1, 2, 3];\\n     *\\n     * _(array).reverse().value()\\n     * // => [3, 2, 1]\\n     *\\n     * console.log(array);\\n     * // => [3, 2, 1]\\n     */\\n    function wrapperReverse() {\\n      var value = this.__wrapped__;\\n      if (value instanceof LazyWrapper) {\\n        var wrapped = value;\\n        if (this.__actions__.length) {\\n          wrapped = new LazyWrapper(this);\\n        }\\n        wrapped = wrapped.reverse();\\n        wrapped.__actions__.push({\\n          'func': thru,\\n          'args': [reverse],\\n          'thisArg': undefined\\n        });\\n        return new LodashWrapper(wrapped, this.__chain__);\\n      }\\n      return this.thru(reverse);\\n    }\\n\\n    /**\\n     * Executes the chain sequence to resolve the unwrapped value.\\n     *\\n     * @name value\\n     * @memberOf _\\n     * @since 0.1.0\\n     * @alias toJSON, valueOf\\n     * @category Seq\\n     * @returns {*} Returns the resolved unwrapped value.\\n     * @example\\n     *\\n     * _([1, 2, 3]).value();\\n     * // => [1, 2, 3]\\n     */\\n    function wrapperValue() {\\n      return baseWrapperValue(this.__wrapped__, this.__actions__);\\n    }\\n\\n    /*------------------------------------------------------------------------*/\\n\\n    /**\\n     * Creates an object composed of keys generated from the results of running\\n     * each element of `collection` thru `iteratee`. The corresponding value of\\n     * each key is the number of times the key was returned by `iteratee`. The\\n     * iteratee is invoked with one argument: (value).\\n     *\\n     * @static\\n     * @memberOf _\\n     * @since 0.5.0\\n     * @category Collection\\n     * @param {Array|Object} collection The collection to iterate over.\\n     * @param {Function} [iteratee=_.identity] The iteratee to transform keys.\\n     * @returns {Object} Returns the composed aggregate object.\\n     * @example\\n     *\\n     * _.countBy([6.1, 4.2, 6.3], Math.floor);\\n     * // => { '4': 1, '6': 2 }\\n     *\\n     * // The `_.property` iteratee shorthand.\\n     * _.countBy(['one', 'two', 'three'], 'length');\\n     * // => { '3': 2, '5': 1 }\\n     */\\n    var countBy = createAggregator(function(result, value, key) {\\n      if (hasOwnProperty.call(result, key)) {\\n        ++result[key];\\n      } else {\\n        baseAssignValue(result, key, 1);\\n      }\\n    });\\n\\n    /**\\n     * Checks if `predicate` returns truthy for **all** elements of `collection`.\\n     * Iteration is stopped once `predicate` returns falsey. The predicate is\\n     * invoked with three arguments: (value, index|key, collection).\\n     *\\n     * **Note:** This method returns `true` for\\n     * [empty collections](https://en.wikipedia.org/wiki/Empty_set) because\\n     * [everything is true](https://en.wikipedia.org/wiki/Vacuous_truth) of\\n     * elements of empty collections.\\n     *\\n     * @static\\n     * @memberOf _\\n     * @since 0.1.0\\n     * @category Collection\\n     * @param {Array|Object} collection The collection to iterate over.\\n     * @param {Function} [predicate=_.identity] The function invoked per iteration.\\n     * @param- {Object} [guard] Enables use as an iteratee for methods like `_.map`.\\n     * @returns {boolean} Returns `true` if all elements pass the predicate check,\\n     *  else `false`.\\n     * @example\\n     *\\n     * _.every([true, 1, null, 'yes'], Boolean);\\n     * // => false\\n     *\\n     * var users = [\\n     *   { 'user': 'barney', 'age': 36, 'active': false },\\n     *   { 'user': 'fred',   'age': 40, 'active': false }\\n     * ];\\n     *\\n     * // The `_.matches` iteratee shorthand.\\n     * _.every(users, { 'user': 'barney', 'active': false });\\n     * // => false\\n     *\\n     * // The `_.matchesProperty` iteratee shorthand.\\n     * _.every(users, ['active', false]);\\n     * // => true\\n     *\\n     * // The `_.property` iteratee shorthand.\\n     * _.every(users, 'active');\\n     * // => false\\n     */\\n    function every(collection, predicate, guard) {\\n      var func = isArray(collection) ? arrayEvery : baseEvery;\\n      if (guard && isIterateeCall(collection, predicate, guard)) {\\n        predicate = undefined;\\n      }\\n      return func(collection, getIteratee(predicate, 3));\\n    }\\n\\n    /**\\n     * Iterates over elements of `collection`, returning an array of all elements\\n     * `predicate` returns truthy for. The predicate is invoked with three\\n     * arguments: (value, index|key, collection).\\n     *\\n     * **Note:** Unlike `_.remove`, this method returns a new array.\\n     *\\n     * @static\\n     * @memberOf _\\n     * @since 0.1.0\\n     * @category Collection\\n     * @param {Array|Object} collection The collection to iterate over.\\n     * @param {Function} [predicate=_.identity] The function invoked per iteration.\\n     * @returns {Array} Returns the new filtered array.\\n     * @see _.reject\\n     * @example\\n     *\\n     * var users = [\\n     *   { 'user': 'barney', 'age': 36, 'active': true },\\n     *   { 'user': 'fred',   'age': 40, 'active': false }\\n     * ];\\n     *\\n     * _.filter(users, function(o) { return !o.active; });\\n     * // => objects for ['fred']\\n     *\\n     * // The `_.matches` iteratee shorthand.\\n     * _.filter(users, { 'age': 36, 'active': true });\\n     * // => objects for ['barney']\\n     *\\n     * // The `_.matchesProperty` iteratee shorthand.\\n     * _.filter(users, ['active', false]);\\n     * // => objects for ['fred']\\n     *\\n     * // The `_.property` iteratee shorthand.\\n     * _.filter(users, 'active');\\n     * // => objects for ['barney']\\n     */\\n    function filter(collection, predicate) {\\n      var func = isArray(collection) ? arrayFilter : baseFilter;\\n      return func(collection, getIteratee(predicate, 3));\\n    }\\n\\n    /**\\n     * Iterates over elements of `collection`, returning the first element\\n     * `predicate` returns truthy for. The predicate is invoked with three\\n     * arguments: (value, index|key, collection).\\n     *\\n     * @static\\n     * @memberOf _\\n     * @since 0.1.0\\n     * @category Collection\\n     * @param {Array|Object} collection The collection to inspect.\\n     * @param {Function} [predicate=_.identity] The function invoked per iteration.\\n     * @param {number} [fromIndex=0] The index to search from.\\n     * @returns {*} Returns the matched element, else `undefined`.\\n     * @example\\n     *\\n     * var users = [\\n     *   { 'user': 'barney',  'age': 36, 'active': true },\\n     *   { 'user': 'fred',    'age': 40, 'active': false },\\n     *   { 'user': 'pebbles', 'age': 1,  'active': true }\\n     * ];\\n     *\\n     * _.find(users, function(o) { return o.age < 40; });\\n     * // => object for 'barney'\\n     *\\n     * // The `_.matches` iteratee shorthand.\\n     * _.find(users, { 'age': 1, 'active': true });\\n     * // => object for 'pebbles'\\n     *\\n     * // The `_.matchesProperty` iteratee shorthand.\\n     * _.find(users, ['active', false]);\\n     * // => object for 'fred'\\n     *\\n     * // The `_.property` iteratee shorthand.\\n     * _.find(users, 'active');\\n     * // => object for 'barney'\\n     */\\n    var find = createFind(findIndex);\\n\\n    /**\\n     * This method is like `_.find` except that it iterates over elements of\\n     * `collection` from right to left.\\n     *\\n     * @static\\n     * @memberOf _\\n     * @since 2.0.0\\n     * @category Collection\\n     * @param {Array|Object} collection The collection to inspect.\\n     * @param {Function} [predicate=_.identity] The function invoked per iteration.\\n     * @param {number} [fromIndex=collection.length-1] The index to search from.\\n     * @returns {*} Returns the matched element, else `undefined`.\\n     * @example\\n     *\\n     * _.findLast([1, 2, 3, 4], function(n) {\\n     *   return n % 2 == 1;\\n     * });\\n     * // => 3\\n     */\\n    var findLast = createFind(findLastIndex);\\n\\n    /**\\n     * Creates a flattened array of values by running each element in `collection`\\n     * thru `iteratee` and flattening the mapped results. The iteratee is invoked\\n     * with three arguments: (value, index|key, collection).\\n     *\\n     * @static\\n     * @memberOf _\\n     * @since 4.0.0\\n     * @category Collection\\n     * @param {Array|Object} collection The collection to iterate over.\\n     * @param {Function} [iteratee=_.identity] The function invoked per iteration.\\n     * @returns {Array} Returns the new flattened array.\\n     * @example\\n     *\\n     * function duplicate(n) {\\n     *   return [n, n];\\n     * }\\n     *\\n     * _.flatMap([1, 2], duplicate);\\n     * // => [1, 1, 2, 2]\\n     */\\n    function flatMap(collection, iteratee) {\\n      return baseFlatten(map(collection, iteratee), 1);\\n    }\\n\\n    /**\\n     * This method is like `_.flatMap` except that it recursively flattens the\\n     * mapped results.\\n     *\\n     * @static\\n     * @memberOf _\\n     * @since 4.7.0\\n     * @category Collection\\n     * @param {Array|Object} collection The collection to iterate over.\\n     * @param {Function} [iteratee=_.identity] The function invoked per iteration.\\n     * @returns {Array} Returns the new flattened array.\\n     * @example\\n     *\\n     * function duplicate(n) {\\n     *   return [[[n, n]]];\\n     * }\\n     *\\n     * _.flatMapDeep([1, 2], duplicate);\\n     * // => [1, 1, 2, 2]\\n     */\\n    function flatMapDeep(collection, iteratee) {\\n      return baseFlatten(map(collection, iteratee), INFINITY);\\n    }\\n\\n    /**\\n     * This method is like `_.flatMap` except that it recursively flattens the\\n     * mapped results up to `depth` times.\\n     *\\n     * @static\\n     * @memberOf _\\n     * @since 4.7.0\\n     * @category Collection\\n     * @param {Array|Object} collection The collection to iterate over.\\n     * @param {Function} [iteratee=_.identity] The function invoked per iteration.\\n     * @param {number} [depth=1] The maximum recursion depth.\\n     * @returns {Array} Returns the new flattened array.\\n     * @example\\n     *\\n     * function duplicate(n) {\\n     *   return [[[n, n]]];\\n     * }\\n     *\\n     * _.flatMapDepth([1, 2], duplicate, 2);\\n     * // => [[1, 1], [2, 2]]\\n     */\\n    function flatMapDepth(collection, iteratee, depth) {\\n      depth = depth === undefined ? 1 : toInteger(depth);\\n      return baseFlatten(map(collection, iteratee), depth);\\n    }\\n\\n    /**\\n     * Iterates over elements of `collection` and invokes `iteratee` for each element.\\n     * The iteratee is invoked with three arguments: (value, index|key, collection).\\n     * Iteratee functions may exit iteration early by explicitly returning `false`.\\n     *\\n     * **Note:** As with other \\\"Collections\\\" methods, objects with a \\\"length\\\"\\n     * property are iterated like arrays. To avoid this behavior use `_.forIn`\\n     * or `_.forOwn` for object iteration.\\n     *\\n     * @static\\n     * @memberOf _\\n     * @since 0.1.0\\n     * @alias each\\n     * @category Collection\\n     * @param {Array|Object} collection The collection to iterate over.\\n     * @param {Function} [iteratee=_.identity] The function invoked per iteration.\\n     * @returns {Array|Object} Returns `collection`.\\n     * @see _.forEachRight\\n     * @example\\n     *\\n     * _.forEach([1, 2], function(value) {\\n     *   console.log(value);\\n     * });\\n     * // => Logs `1` then `2`.\\n     *\\n     * _.forEach({ 'a': 1, 'b': 2 }, function(value, key) {\\n     *   console.log(key);\\n     * });\\n     * // => Logs 'a' then 'b' (iteration order is not guaranteed).\\n     */\\n    function forEach(collection, iteratee) {\\n      var func = isArray(collection) ? arrayEach : baseEach;\\n      return func(collection, getIteratee(iteratee, 3));\\n    }\\n\\n    /**\\n     * This method is like `_.forEach` except that it iterates over elements of\\n     * `collection` from right to left.\\n     *\\n     * @static\\n     * @memberOf _\\n     * @since 2.0.0\\n     * @alias eachRight\\n     * @category Collection\\n     * @param {Array|Object} collection The collection to iterate over.\\n     * @param {Function} [iteratee=_.identity] The function invoked per iteration.\\n     * @returns {Array|Object} Returns `collection`.\\n     * @see _.forEach\\n     * @example\\n     *\\n     * _.forEachRight([1, 2], function(value) {\\n     *   console.log(value);\\n     * });\\n     * // => Logs `2` then `1`.\\n     */\\n    function forEachRight(collection, iteratee) {\\n      var func = isArray(collection) ? arrayEachRight : baseEachRight;\\n      return func(collection, getIteratee(iteratee, 3));\\n    }\\n\\n    /**\\n     * Creates an object composed of keys generated from the results of running\\n     * each element of `collection` thru `iteratee`. The order of grouped values\\n     * is determined by the order they occur in `collection`. The corresponding\\n     * value of each key is an array of elements responsible for generating the\\n     * key. The iteratee is invoked with one argument: (value).\\n     *\\n     * @static\\n     * @memberOf _\\n     * @since 0.1.0\\n     * @category Collection\\n     * @param {Array|Object} collection The collection to iterate over.\\n     * @param {Function} [iteratee=_.identity] The iteratee to transform keys.\\n     * @returns {Object} Returns the composed aggregate object.\\n     * @example\\n     *\\n     * _.groupBy([6.1, 4.2, 6.3], Math.floor);\\n     * // => { '4': [4.2], '6': [6.1, 6.3] }\\n     *\\n     * // The `_.property` iteratee shorthand.\\n     * _.groupBy(['one', 'two', 'three'], 'length');\\n     * // => { '3': ['one', 'two'], '5': ['three'] }\\n     */\\n    var groupBy = createAggregator(function(result, value, key) {\\n      if (hasOwnProperty.call(result, key)) {\\n        result[key].push(value);\\n      } else {\\n        baseAssignValue(result, key, [value]);\\n      }\\n    });\\n\\n    /**\\n     * Checks if `value` is in `collection`. If `collection` is a string, it's\\n     * checked for a substring of `value`, otherwise\\n     * [`SameValueZero`](http://ecma-international.org/ecma-262/7.0/#sec-samevaluezero)\\n     * is used for equality comparisons. If `fromIndex` is negative, it's used as\\n     * the offset from the end of `collection`.\\n     *\\n     * @static\\n     * @memberOf _\\n     * @since 0.1.0\\n     * @category Collection\\n     * @param {Array|Object|string} collection The collection to inspect.\\n     * @param {*} value The value to search for.\\n     * @param {number} [fromIndex=0] The index to search from.\\n     * @param- {Object} [guard] Enables use as an iteratee for methods like `_.reduce`.\\n     * @returns {boolean} Returns `true` if `value` is found, else `false`.\\n     * @example\\n     *\\n     * _.includes([1, 2, 3], 1);\\n     * // => true\\n     *\\n     * _.includes([1, 2, 3], 1, 2);\\n     * // => false\\n     *\\n     * _.includes({ 'a': 1, 'b': 2 }, 1);\\n     * // => true\\n     *\\n     * _.includes('abcd', 'bc');\\n     * // => true\\n     */\\n    function includes(collection, value, fromIndex, guard) {\\n      collection = isArrayLike(collection) ? collection : values(collection);\\n      fromIndex = (fromIndex && !guard) ? toInteger(fromIndex) : 0;\\n\\n      var length = collection.length;\\n      if (fromIndex < 0) {\\n        fromIndex = nativeMax(length + fromIndex, 0);\\n      }\\n      return isString(collection)\\n        ? (fromIndex <= length && collection.indexOf(value, fromIndex) > -1)\\n        : (!!length && baseIndexOf(collection, value, fromIndex) > -1);\\n    }\\n\\n    /**\\n     * Invokes the method at `path` of each element in `collection`, returning\\n     * an array of the results of each invoked method. Any additional arguments\\n     * are provided to each invoked method. If `path` is a function, it's invoked\\n     * for, and `this` bound to, each element in `collection`.\\n     *\\n     * @static\\n     * @memberOf _\\n     * @since 4.0.0\\n     * @category Collection\\n     * @param {Array|Object} collection The collection to iterate over.\\n     * @param {Array|Function|string} path The path of the method to invoke or\\n     *  the function invoked per iteration.\\n     * @param {...*} [args] The arguments to invoke each method with.\\n     * @returns {Array} Returns the array of results.\\n     * @example\\n     *\\n     * _.invokeMap([[5, 1, 7], [3, 2, 1]], 'sort');\\n     * // => [[1, 5, 7], [1, 2, 3]]\\n     *\\n     * _.invokeMap([123, 456], String.prototype.split, '');\\n     * // => [['1', '2', '3'], ['4', '5', '6']]\\n     */\\n    var invokeMap = baseRest(function(collection, path, args) {\\n      var index = -1,\\n          isFunc = typeof path == 'function',\\n          result = isArrayLike(collection) ? Array(collection.length) : [];\\n\\n      baseEach(collection, function(value) {\\n        result[++index] = isFunc ? apply(path, value, args) : baseInvoke(value, path, args);\\n      });\\n      return result;\\n    });\\n\\n    /**\\n     * Creates an object composed of keys generated from the results of running\\n     * each element of `collection` thru `iteratee`. The corresponding value of\\n     * each key is the last element responsible for generating the key. The\\n     * iteratee is invoked with one argument: (value).\\n     *\\n     * @static\\n     * @memberOf _\\n     * @since 4.0.0\\n     * @category Collection\\n     * @param {Array|Object} collection The collection to iterate over.\\n     * @param {Function} [iteratee=_.identity] The iteratee to transform keys.\\n     * @returns {Object} Returns the composed aggregate object.\\n     * @example\\n     *\\n     * var array = [\\n     *   { 'dir': 'left', 'code': 97 },\\n     *   { 'dir': 'right', 'code': 100 }\\n     * ];\\n     *\\n     * _.keyBy(array, function(o) {\\n     *   return String.fromCharCode(o.code);\\n     * });\\n     * // => { 'a': { 'dir': 'left', 'code': 97 }, 'd': { 'dir': 'right', 'code': 100 } }\\n     *\\n     * _.keyBy(array, 'dir');\\n     * // => { 'left': { 'dir': 'left', 'code': 97 }, 'right': { 'dir': 'right', 'code': 100 } }\\n     */\\n    var keyBy = createAggregator(function(result, value, key) {\\n      baseAssignValue(result, key, value);\\n    });\\n\\n    /**\\n     * Creates an array of values by running each element in `collection` thru\\n     * `iteratee`. The iteratee is invoked with three arguments:\\n     * (value, index|key, collection).\\n     *\\n     * Many lodash methods are guarded to work as iteratees for methods like\\n     * `_.every`, `_.filter`, `_.map`, `_.mapValues`, `_.reject`, and `_.some`.\\n     *\\n     * The guarded methods are:\\n     * `ary`, `chunk`, `curry`, `curryRight`, `drop`, `dropRight`, `every`,\\n     * `fill`, `invert`, `parseInt`, `random`, `range`, `rangeRight`, `repeat`,\\n     * `sampleSize`, `slice`, `some`, `sortBy`, `split`, `take`, `takeRight`,\\n     * `template`, `trim`, `trimEnd`, `trimStart`, and `words`\\n     *\\n     * @static\\n     * @memberOf _\\n     * @since 0.1.0\\n     * @category Collection\\n     * @param {Array|Object} collection The collection to iterate over.\\n     * @param {Function} [iteratee=_.identity] The function invoked per iteration.\\n     * @returns {Array} Returns the new mapped array.\\n     * @example\\n     *\\n     * function square(n) {\\n     *   return n * n;\\n     * }\\n     *\\n     * _.map([4, 8], square);\\n     * // => [16, 64]\\n     *\\n     * _.map({ 'a': 4, 'b': 8 }, square);\\n     * // => [16, 64] (iteration order is not guaranteed)\\n     *\\n     * var users = [\\n     *   { 'user': 'barney' },\\n     *   { 'user': 'fred' }\\n     * ];\\n     *\\n     * // The `_.property` iteratee shorthand.\\n     * _.map(users, 'user');\\n     * // => ['barney', 'fred']\\n     */\\n    function map(collection, iteratee) {\\n      var func = isArray(collection) ? arrayMap : baseMap;\\n      return func(collection, getIteratee(iteratee, 3));\\n    }\\n\\n    /**\\n     * This method is like `_.sortBy` except that it allows specifying the sort\\n     * orders of the iteratees to sort by. If `orders` is unspecified, all values\\n     * are sorted in ascending order. Otherwise, specify an order of \\\"desc\\\" for\\n     * descending or \\\"asc\\\" for ascending sort order of corresponding values.\\n     *\\n     * @static\\n     * @memberOf _\\n     * @since 4.0.0\\n     * @category Collection\\n     * @param {Array|Object} collection The collection to iterate over.\\n     * @param {Array[]|Function[]|Object[]|string[]} [iteratees=[_.identity]]\\n     *  The iteratees to sort by.\\n     * @param {string[]} [orders] The sort orders of `iteratees`.\\n     * @param- {Object} [guard] Enables use as an iteratee for methods like `_.reduce`.\\n     * @returns {Array} Returns the new sorted array.\\n     * @example\\n     *\\n     * var users = [\\n     *   { 'user': 'fred',   'age': 48 },\\n     *   { 'user': 'barney', 'age': 34 },\\n     *   { 'user': 'fred',   'age': 40 },\\n     *   { 'user': 'barney', 'age': 36 }\\n     * ];\\n     *\\n     * // Sort by `user` in ascending order and by `age` in descending order.\\n     * _.orderBy(users, ['user', 'age'], ['asc', 'desc']);\\n     * // => objects for [['barney', 36], ['barney', 34], ['fred', 48], ['fred', 40]]\\n     */\\n    function orderBy(collection, iteratees, orders, guard) {\\n      if (collection == null) {\\n        return [];\\n      }\\n      if (!isArray(iteratees)) {\\n        iteratees = iteratees == null ? [] : [iteratees];\\n      }\\n      orders = guard ? undefined : orders;\\n      if (!isArray(orders)) {\\n        orders = orders == null ? [] : [orders];\\n      }\\n      return baseOrderBy(collection, iteratees, orders);\\n    }\\n\\n    /**\\n     * Creates an array of elements split into two groups, the first of which\\n     * contains elements `predicate` returns truthy for, the second of which\\n     * contains elements `predicate` returns falsey for. The predicate is\\n     * invoked with one argument: (value).\\n     *\\n     * @static\\n     * @memberOf _\\n     * @since 3.0.0\\n     * @category Collection\\n     * @param {Array|Object} collection The collection to iterate over.\\n     * @param {Function} [predicate=_.identity] The function invoked per iteration.\\n     * @returns {Array} Returns the array of grouped elements.\\n     * @example\\n     *\\n     * var users = [\\n     *   { 'user': 'barney',  'age': 36, 'active': false },\\n     *   { 'user': 'fred',    'age': 40, 'active': true },\\n     *   { 'user': 'pebbles', 'age': 1,  'active': false }\\n     * ];\\n     *\\n     * _.partition(users, function(o) { return o.active; });\\n     * // => objects for [['fred'], ['barney', 'pebbles']]\\n     *\\n     * // The `_.matches` iteratee shorthand.\\n     * _.partition(users, { 'age': 1, 'active': false });\\n     * // => objects for [['pebbles'], ['barney', 'fred']]\\n     *\\n     * // The `_.matchesProperty` iteratee shorthand.\\n     * _.partition(users, ['active', false]);\\n     * // => objects for [['barney', 'pebbles'], ['fred']]\\n     *\\n     * // The `_.property` iteratee shorthand.\\n     * _.partition(users, 'active');\\n     * // => objects for [['fred'], ['barney', 'pebbles']]\\n     */\\n    var partition = createAggregator(function(result, value, key) {\\n      result[key ? 0 : 1].push(value);\\n    }, function() { return [[], []]; });\\n\\n    /**\\n     * Reduces `collection` to a value which is the accumulated result of running\\n     * each element in `collection` thru `iteratee`, where each successive\\n     * invocation is supplied the return value of the previous. If `accumulator`\\n     * is not given, the first element of `collection` is used as the initial\\n     * value. The iteratee is invoked with four arguments:\\n     * (accumulator, value, index|key, collection).\\n     *\\n     * Many lodash methods are guarded to work as iteratees for methods like\\n     * `_.reduce`, `_.reduceRight`, and `_.transform`.\\n     *\\n     * The guarded methods are:\\n     * `assign`, `defaults`, `defaultsDeep`, `includes`, `merge`, `orderBy`,\\n     * and `sortBy`\\n     *\\n     * @static\\n     * @memberOf _\\n     * @since 0.1.0\\n     * @category Collection\\n     * @param {Array|Object} collection The collection to iterate over.\\n     * @param {Function} [iteratee=_.identity] The function invoked per iteration.\\n     * @param {*} [accumulator] The initial value.\\n     * @returns {*} Returns the accumulated value.\\n     * @see _.reduceRight\\n     * @example\\n     *\\n     * _.reduce([1, 2], function(sum, n) {\\n     *   return sum + n;\\n     * }, 0);\\n     * // => 3\\n     *\\n     * _.reduce({ 'a': 1, 'b': 2, 'c': 1 }, function(result, value, key) {\\n     *   (result[value] || (result[value] = [])).push(key);\\n     *   return result;\\n     * }, {});\\n     * // => { '1': ['a', 'c'], '2': ['b'] } (iteration order is not guaranteed)\\n     */\\n    function reduce(collection, iteratee, accumulator) {\\n      var func = isArray(collection) ? arrayReduce : baseReduce,\\n          initAccum = arguments.length < 3;\\n\\n      return func(collection, getIteratee(iteratee, 4), accumulator, initAccum, baseEach);\\n    }\\n\\n    /**\\n     * This method is like `_.reduce` except that it iterates over elements of\\n     * `collection` from right to left.\\n     *\\n     * @static\\n     * @memberOf _\\n     * @since 0.1.0\\n     * @category Collection\\n     * @param {Array|Object} collection The collection to iterate over.\\n     * @param {Function} [iteratee=_.identity] The function invoked per iteration.\\n     * @param {*} [accumulator] The initial value.\\n     * @returns {*} Returns the accumulated value.\\n     * @see _.reduce\\n     * @example\\n     *\\n     * var array = [[0, 1], [2, 3], [4, 5]];\\n     *\\n     * _.reduceRight(array, function(flattened, other) {\\n     *   return flattened.concat(other);\\n     * }, []);\\n     * // => [4, 5, 2, 3, 0, 1]\\n     */\\n    function reduceRight(collection, iteratee, accumulator) {\\n      var func = isArray(collection) ? arrayReduceRight : baseReduce,\\n          initAccum = arguments.length < 3;\\n\\n      return func(collection, getIteratee(iteratee, 4), accumulator, initAccum, baseEachRight);\\n    }\\n\\n    /**\\n     * The opposite of `_.filter`; this method returns the elements of `collection`\\n     * that `predicate` does **not** return truthy for.\\n     *\\n     * @static\\n     * @memberOf _\\n     * @since 0.1.0\\n     * @category Collection\\n     * @param {Array|Object} collection The collection to iterate over.\\n     * @param {Function} [predicate=_.identity] The function invoked per iteration.\\n     * @returns {Array} Returns the new filtered array.\\n     * @see _.filter\\n     * @example\\n     *\\n     * var users = [\\n     *   { 'user': 'barney', 'age': 36, 'active': false },\\n     *   { 'user': 'fred',   'age': 40, 'active': true }\\n     * ];\\n     *\\n     * _.reject(users, function(o) { return !o.active; });\\n     * // => objects for ['fred']\\n     *\\n     * // The `_.matches` iteratee shorthand.\\n     * _.reject(users, { 'age': 40, 'active': true });\\n     * // => objects for ['barney']\\n     *\\n     * // The `_.matchesProperty` iteratee shorthand.\\n     * _.reject(users, ['active', false]);\\n     * // => objects for ['fred']\\n     *\\n     * // The `_.property` iteratee shorthand.\\n     * _.reject(users, 'active');\\n     * // => objects for ['barney']\\n     */\\n    function reject(collection, predicate) {\\n      var func = isArray(collection) ? arrayFilter : baseFilter;\\n      return func(collection, negate(getIteratee(predicate, 3)));\\n    }\\n\\n    /**\\n     * Gets a random element from `collection`.\\n     *\\n     * @static\\n     * @memberOf _\\n     * @since 2.0.0\\n     * @category Collection\\n     * @param {Array|Object} collection The collection to sample.\\n     * @returns {*} Returns the random element.\\n     * @example\\n     *\\n     * _.sample([1, 2, 3, 4]);\\n     * // => 2\\n     */\\n    function sample(collection) {\\n      var func = isArray(collection) ? arraySample : baseSample;\\n      return func(collection);\\n    }\\n\\n    /**\\n     * Gets `n` random elements at unique keys from `collection` up to the\\n     * size of `collection`.\\n     *\\n     * @static\\n     * @memberOf _\\n     * @since 4.0.0\\n     * @category Collection\\n     * @param {Array|Object} collection The collection to sample.\\n     * @param {number} [n=1] The number of elements to sample.\\n     * @param- {Object} [guard] Enables use as an iteratee for methods like `_.map`.\\n     * @returns {Array} Returns the random elements.\\n     * @example\\n     *\\n     * _.sampleSize([1, 2, 3], 2);\\n     * // => [3, 1]\\n     *\\n     * _.sampleSize([1, 2, 3], 4);\\n     * // => [2, 3, 1]\\n     */\\n    function sampleSize(collection, n, guard) {\\n      if ((guard ? isIterateeCall(collection, n, guard) : n === undefined)) {\\n        n = 1;\\n      } else {\\n        n = toInteger(n);\\n      }\\n      var func = isArray(collection) ? arraySampleSize : baseSampleSize;\\n      return func(collection, n);\\n    }\\n\\n    /**\\n     * Creates an array of shuffled values, using a version of the\\n     * [Fisher-Yates shuffle](https://en.wikipedia.org/wiki/Fisher-Yates_shuffle).\\n     *\\n     * @static\\n     * @memberOf _\\n     * @since 0.1.0\\n     * @category Collection\\n     * @param {Array|Object} collection The collection to shuffle.\\n     * @returns {Array} Returns the new shuffled array.\\n     * @example\\n     *\\n     * _.shuffle([1, 2, 3, 4]);\\n     * // => [4, 1, 3, 2]\\n     */\\n    function shuffle(collection) {\\n      var func = isArray(collection) ? arrayShuffle : baseShuffle;\\n      return func(collection);\\n    }\\n\\n    /**\\n     * Gets the size of `collection` by returning its length for array-like\\n     * values or the number of own enumerable string keyed properties for objects.\\n     *\\n     * @static\\n     * @memberOf _\\n     * @since 0.1.0\\n     * @category Collection\\n     * @param {Array|Object|string} collection The collection to inspect.\\n     * @returns {number} Returns the collection size.\\n     * @example\\n     *\\n     * _.size([1, 2, 3]);\\n     * // => 3\\n     *\\n     * _.size({ 'a': 1, 'b': 2 });\\n     * // => 2\\n     *\\n     * _.size('pebbles');\\n     * // => 7\\n     */\\n    function size(collection) {\\n      if (collection == null) {\\n        return 0;\\n      }\\n      if (isArrayLike(collection)) {\\n        return isString(collection) ? stringSize(collection) : collection.length;\\n      }\\n      var tag = getTag(collection);\\n      if (tag == mapTag || tag == setTag) {\\n        return collection.size;\\n      }\\n      return baseKeys(collection).length;\\n    }\\n\\n    /**\\n     * Checks if `predicate` returns truthy for **any** element of `collection`.\\n     * Iteration is stopped once `predicate` returns truthy. The predicate is\\n     * invoked with three arguments: (value, index|key, collection).\\n     *\\n     * @static\\n     * @memberOf _\\n     * @since 0.1.0\\n     * @category Collection\\n     * @param {Array|Object} collection The collection to iterate over.\\n     * @param {Function} [predicate=_.identity] The function invoked per iteration.\\n     * @param- {Object} [guard] Enables use as an iteratee for methods like `_.map`.\\n     * @returns {boolean} Returns `true` if any element passes the predicate check,\\n     *  else `false`.\\n     * @example\\n     *\\n     * _.some([null, 0, 'yes', false], Boolean);\\n     * // => true\\n     *\\n     * var users = [\\n     *   { 'user': 'barney', 'active': true },\\n     *   { 'user': 'fred',   'active': false }\\n     * ];\\n     *\\n     * // The `_.matches` iteratee shorthand.\\n     * _.some(users, { 'user': 'barney', 'active': false });\\n     * // => false\\n     *\\n     * // The `_.matchesProperty` iteratee shorthand.\\n     * _.some(users, ['active', false]);\\n     * // => true\\n     *\\n     * // The `_.property` iteratee shorthand.\\n     * _.some(users, 'active');\\n     * // => true\\n     */\\n    function some(collection, predicate, guard) {\\n      var func = isArray(collection) ? arraySome : baseSome;\\n      if (guard && isIterateeCall(collection, predicate, guard)) {\\n        predicate = undefined;\\n      }\\n      return func(collection, getIteratee(predicate, 3));\\n    }\\n\\n    /**\\n     * Creates an array of elements, sorted in ascending order by the results of\\n     * running each element in a collection thru each iteratee. This method\\n     * performs a stable sort, that is, it preserves the original sort order of\\n     * equal elements. The iteratees are invoked with one argument: (value).\\n     *\\n     * @static\\n     * @memberOf _\\n     * @since 0.1.0\\n     * @category Collection\\n     * @param {Array|Object} collection The collection to iterate over.\\n     * @param {...(Function|Function[])} [iteratees=[_.identity]]\\n     *  The iteratees to sort by.\\n     * @returns {Array} Returns the new sorted array.\\n     * @example\\n     *\\n     * var users = [\\n     *   { 'user': 'fred',   'age': 48 },\\n     *   { 'user': 'barney', 'age': 36 },\\n     *   { 'user': 'fred',   'age': 40 },\\n     *   { 'user': 'barney', 'age': 34 }\\n     * ];\\n     *\\n     * _.sortBy(users, [function(o) { return o.user; }]);\\n     * // => objects for [['barney', 36], ['barney', 34], ['fred', 48], ['fred', 40]]\\n     *\\n     * _.sortBy(users, ['user', 'age']);\\n     * // => objects for [['barney', 34], ['barney', 36], ['fred', 40], ['fred', 48]]\\n     */\\n    var sortBy = baseRest(function(collection, iteratees) {\\n      if (collection == null) {\\n        return [];\\n      }\\n      var length = iteratees.length;\\n      if (length > 1 && isIterateeCall(collection, iteratees[0], iteratees[1])) {\\n        iteratees = [];\\n      } else if (length > 2 && isIterateeCall(iteratees[0], iteratees[1], iteratees[2])) {\\n        iteratees = [iteratees[0]];\\n      }\\n      return baseOrderBy(collection, baseFlatten(iteratees, 1), []);\\n    });\\n\\n    /*------------------------------------------------------------------------*/\\n\\n    /**\\n     * Gets the timestamp of the number of milliseconds that have elapsed since\\n     * the Unix epoch (1 January 1970 00:00:00 UTC).\\n     *\\n     * @static\\n     * @memberOf _\\n     * @since 2.4.0\\n     * @category Date\\n     * @returns {number} Returns the timestamp.\\n     * @example\\n     *\\n     * _.defer(function(stamp) {\\n     *   console.log(_.now() - stamp);\\n     * }, _.now());\\n     * // => Logs the number of milliseconds it took for the deferred invocation.\\n     */\\n    var now = ctxNow || function() {\\n      return root.Date.now();\\n    };\\n\\n    /*------------------------------------------------------------------------*/\\n\\n    /**\\n     * The opposite of `_.before`; this method creates a function that invokes\\n     * `func` once it's called `n` or more times.\\n     *\\n     * @static\\n     * @memberOf _\\n     * @since 0.1.0\\n     * @category Function\\n     * @param {number} n The number of calls before `func` is invoked.\\n     * @param {Function} func The function to restrict.\\n     * @returns {Function} Returns the new restricted function.\\n     * @example\\n     *\\n     * var saves = ['profile', 'settings'];\\n     *\\n     * var done = _.after(saves.length, function() {\\n     *   console.log('done saving!');\\n     * });\\n     *\\n     * _.forEach(saves, function(type) {\\n     *   asyncSave({ 'type': type, 'complete': done });\\n     * });\\n     * // => Logs 'done saving!' after the two async saves have completed.\\n     */\\n    function after(n, func) {\\n      if (typeof func != 'function') {\\n        throw new TypeError(FUNC_ERROR_TEXT);\\n      }\\n      n = toInteger(n);\\n      return function() {\\n        if (--n < 1) {\\n          return func.apply(this, arguments);\\n        }\\n      };\\n    }\\n\\n    /**\\n     * Creates a function that invokes `func`, with up to `n` arguments,\\n     * ignoring any additional arguments.\\n     *\\n     * @static\\n     * @memberOf _\\n     * @since 3.0.0\\n     * @category Function\\n     * @param {Function} func The function to cap arguments for.\\n     * @param {number} [n=func.length] The arity cap.\\n     * @param- {Object} [guard] Enables use as an iteratee for methods like `_.map`.\\n     * @returns {Function} Returns the new capped function.\\n     * @example\\n     *\\n     * _.map(['6', '8', '10'], _.ary(parseInt, 1));\\n     * // => [6, 8, 10]\\n     */\\n    function ary(func, n, guard) {\\n      n = guard ? undefined : n;\\n      n = (func && n == null) ? func.length : n;\\n      return createWrap(func, WRAP_ARY_FLAG, undefined, undefined, undefined, undefined, n);\\n    }\\n\\n    /**\\n     * Creates a function that invokes `func`, with the `this` binding and arguments\\n     * of the created function, while it's called less than `n` times. Subsequent\\n     * calls to the created function return the result of the last `func` invocation.\\n     *\\n     * @static\\n     * @memberOf _\\n     * @since 3.0.0\\n     * @category Function\\n     * @param {number} n The number of calls at which `func` is no longer invoked.\\n     * @param {Function} func The function to restrict.\\n     * @returns {Function} Returns the new restricted function.\\n     * @example\\n     *\\n     * jQuery(element).on('click', _.before(5, addContactToList));\\n     * // => Allows adding up to 4 contacts to the list.\\n     */\\n    function before(n, func) {\\n      var result;\\n      if (typeof func != 'function') {\\n        throw new TypeError(FUNC_ERROR_TEXT);\\n      }\\n      n = toInteger(n);\\n      return function() {\\n        if (--n > 0) {\\n          result = func.apply(this, arguments);\\n        }\\n        if (n <= 1) {\\n          func = undefined;\\n        }\\n        return result;\\n      };\\n    }\\n\\n    /**\\n     * Creates a function that invokes `func` with the `this` binding of `thisArg`\\n     * and `partials` prepended to the arguments it receives.\\n     *\\n     * The `_.bind.placeholder` value, which defaults to `_` in monolithic builds,\\n     * may be used as a placeholder for partially applied arguments.\\n     *\\n     * **Note:** Unlike native `Function#bind`, this method doesn't set the \\\"length\\\"\\n     * property of bound functions.\\n     *\\n     * @static\\n     * @memberOf _\\n     * @since 0.1.0\\n     * @category Function\\n     * @param {Function} func The function to bind.\\n     * @param {*} thisArg The `this` binding of `func`.\\n     * @param {...*} [partials] The arguments to be partially applied.\\n     * @returns {Function} Returns the new bound function.\\n     * @example\\n     *\\n     * function greet(greeting, punctuation) {\\n     *   return greeting + ' ' + this.user + punctuation;\\n     * }\\n     *\\n     * var object = { 'user': 'fred' };\\n     *\\n     * var bound = _.bind(greet, object, 'hi');\\n     * bound('!');\\n     * // => 'hi fred!'\\n     *\\n     * // Bound with placeholders.\\n     * var bound = _.bind(greet, object, _, '!');\\n     * bound('hi');\\n     * // => 'hi fred!'\\n     */\\n    var bind = baseRest(function(func, thisArg, partials) {\\n      var bitmask = WRAP_BIND_FLAG;\\n      if (partials.length) {\\n        var holders = replaceHolders(partials, getHolder(bind));\\n        bitmask |= WRAP_PARTIAL_FLAG;\\n      }\\n      return createWrap(func, bitmask, thisArg, partials, holders);\\n    });\\n\\n    /**\\n     * Creates a function that invokes the method at `object[key]` with `partials`\\n     * prepended to the arguments it receives.\\n     *\\n     * This method differs from `_.bind` by allowing bound functions to reference\\n     * methods that may be redefined or don't yet exist. See\\n     * [Peter Michaux's article](http://peter.michaux.ca/articles/lazy-function-definition-pattern)\\n     * for more details.\\n     *\\n     * The `_.bindKey.placeholder` value, which defaults to `_` in monolithic\\n     * builds, may be used as a placeholder for partially applied arguments.\\n     *\\n     * @static\\n     * @memberOf _\\n     * @since 0.10.0\\n     * @category Function\\n     * @param {Object} object The object to invoke the method on.\\n     * @param {string} key The key of the method.\\n     * @param {...*} [partials] The arguments to be partially applied.\\n     * @returns {Function} Returns the new bound function.\\n     * @example\\n     *\\n     * var object = {\\n     *   'user': 'fred',\\n     *   'greet': function(greeting, punctuation) {\\n     *     return greeting + ' ' + this.user + punctuation;\\n     *   }\\n     * };\\n     *\\n     * var bound = _.bindKey(object, 'greet', 'hi');\\n     * bound('!');\\n     * // => 'hi fred!'\\n     *\\n     * object.greet = function(greeting, punctuation) {\\n     *   return greeting + 'ya ' + this.user + punctuation;\\n     * };\\n     *\\n     * bound('!');\\n     * // => 'hiya fred!'\\n     *\\n     * // Bound with placeholders.\\n     * var bound = _.bindKey(object, 'greet', _, '!');\\n     * bound('hi');\\n     * // => 'hiya fred!'\\n     */\\n    var bindKey = baseRest(function(object, key, partials) {\\n      var bitmask = WRAP_BIND_FLAG | WRAP_BIND_KEY_FLAG;\\n      if (partials.length) {\\n        var holders = replaceHolders(partials, getHolder(bindKey));\\n        bitmask |= WRAP_PARTIAL_FLAG;\\n      }\\n      return createWrap(key, bitmask, object, partials, holders);\\n    });\\n\\n    /**\\n     * Creates a function that accepts arguments of `func` and either invokes\\n     * `func` returning its result, if at least `arity` number of arguments have\\n     * been provided, or returns a function that accepts the remaining `func`\\n     * arguments, and so on. The arity of `func` may be specified if `func.length`\\n     * is not sufficient.\\n     *\\n     * The `_.curry.placeholder` value, which defaults to `_` in monolithic builds,\\n     * may be used as a placeholder for provided arguments.\\n     *\\n     * **Note:** This method doesn't set the \\\"length\\\" property of curried functions.\\n     *\\n     * @static\\n     * @memberOf _\\n     * @since 2.0.0\\n     * @category Function\\n     * @param {Function} func The function to curry.\\n     * @param {number} [arity=func.length] The arity of `func`.\\n     * @param- {Object} [guard] Enables use as an iteratee for methods like `_.map`.\\n     * @returns {Function} Returns the new curried function.\\n     * @example\\n     *\\n     * var abc = function(a, b, c) {\\n     *   return [a, b, c];\\n     * };\\n     *\\n     * var curried = _.curry(abc);\\n     *\\n     * curried(1)(2)(3);\\n     * // => [1, 2, 3]\\n     *\\n     * curried(1, 2)(3);\\n     * // => [1, 2, 3]\\n     *\\n     * curried(1, 2, 3);\\n     * // => [1, 2, 3]\\n     *\\n     * // Curried with placeholders.\\n     * curried(1)(_, 3)(2);\\n     * // => [1, 2, 3]\\n     */\\n    function curry(func, arity, guard) {\\n      arity = guard ? undefined : arity;\\n      var result = createWrap(func, WRAP_CURRY_FLAG, undefined, undefined, undefined, undefined, undefined, arity);\\n      result.placeholder = curry.placeholder;\\n      return result;\\n    }\\n\\n    /**\\n     * This method is like `_.curry` except that arguments are applied to `func`\\n     * in the manner of `_.partialRight` instead of `_.partial`.\\n     *\\n     * The `_.curryRight.placeholder` value, which defaults to `_` in monolithic\\n     * builds, may be used as a placeholder for provided arguments.\\n     *\\n     * **Note:** This method doesn't set the \\\"length\\\" property of curried functions.\\n     *\\n     * @static\\n     * @memberOf _\\n     * @since 3.0.0\\n     * @category Function\\n     * @param {Function} func The function to curry.\\n     * @param {number} [arity=func.length] The arity of `func`.\\n     * @param- {Object} [guard] Enables use as an iteratee for methods like `_.map`.\\n     * @returns {Function} Returns the new curried function.\\n     * @example\\n     *\\n     * var abc = function(a, b, c) {\\n     *   return [a, b, c];\\n     * };\\n     *\\n     * var curried = _.curryRight(abc);\\n     *\\n     * curried(3)(2)(1);\\n     * // => [1, 2, 3]\\n     *\\n     * curried(2, 3)(1);\\n     * // => [1, 2, 3]\\n     *\\n     * curried(1, 2, 3);\\n     * // => [1, 2, 3]\\n     *\\n     * // Curried with placeholders.\\n     * curried(3)(1, _)(2);\\n     * // => [1, 2, 3]\\n     */\\n    function curryRight(func, arity, guard) {\\n      arity = guard ? undefined : arity;\\n      var result = createWrap(func, WRAP_CURRY_RIGHT_FLAG, undefined, undefined, undefined, undefined, undefined, arity);\\n      result.placeholder = curryRight.placeholder;\\n      return result;\\n    }\\n\\n    /**\\n     * Creates a debounced function that delays invoking `func` until after `wait`\\n     * milliseconds have elapsed since the last time the debounced function was\\n     * invoked. The debounced function comes with a `cancel` method to cancel\\n     * delayed `func` invocations and a `flush` method to immediately invoke them.\\n     * Provide `options` to indicate whether `func` should be invoked on the\\n     * leading and/or trailing edge of the `wait` timeout. The `func` is invoked\\n     * with the last arguments provided to the debounced function. Subsequent\\n     * calls to the debounced function return the result of the last `func`\\n     * invocation.\\n     *\\n     * **Note:** If `leading` and `trailing` options are `true`, `func` is\\n     * invoked on the trailing edge of the timeout only if the debounced function\\n     * is invoked more than once during the `wait` timeout.\\n     *\\n     * If `wait` is `0` and `leading` is `false`, `func` invocation is deferred\\n     * until to the next tick, similar to `setTimeout` with a timeout of `0`.\\n     *\\n     * See [David Corbacho's article](https://css-tricks.com/debouncing-throttling-explained-examples/)\\n     * for details over the differences between `_.debounce` and `_.throttle`.\\n     *\\n     * @static\\n     * @memberOf _\\n     * @since 0.1.0\\n     * @category Function\\n     * @param {Function} func The function to debounce.\\n     * @param {number} [wait=0] The number of milliseconds to delay.\\n     * @param {Object} [options={}] The options object.\\n     * @param {boolean} [options.leading=false]\\n     *  Specify invoking on the leading edge of the timeout.\\n     * @param {number} [options.maxWait]\\n     *  The maximum time `func` is allowed to be delayed before it's invoked.\\n     * @param {boolean} [options.trailing=true]\\n     *  Specify invoking on the trailing edge of the timeout.\\n     * @returns {Function} Returns the new debounced function.\\n     * @example\\n     *\\n     * // Avoid costly calculations while the window size is in flux.\\n     * jQuery(window).on('resize', _.debounce(calculateLayout, 150));\\n     *\\n     * // Invoke `sendMail` when clicked, debouncing subsequent calls.\\n     * jQuery(element).on('click', _.debounce(sendMail, 300, {\\n     *   'leading': true,\\n     *   'trailing': false\\n     * }));\\n     *\\n     * // Ensure `batchLog` is invoked once after 1 second of debounced calls.\\n     * var debounced = _.debounce(batchLog, 250, { 'maxWait': 1000 });\\n     * var source = new EventSource('/stream');\\n     * jQuery(source).on('message', debounced);\\n     *\\n     * // Cancel the trailing debounced invocation.\\n     * jQuery(window).on('popstate', debounced.cancel);\\n     */\\n    function debounce(func, wait, options) {\\n      var lastArgs,\\n          lastThis,\\n          maxWait,\\n          result,\\n          timerId,\\n          lastCallTime,\\n          lastInvokeTime = 0,\\n          leading = false,\\n          maxing = false,\\n          trailing = true;\\n\\n      if (typeof func != 'function') {\\n        throw new TypeError(FUNC_ERROR_TEXT);\\n      }\\n      wait = toNumber(wait) || 0;\\n      if (isObject(options)) {\\n        leading = !!options.leading;\\n        maxing = 'maxWait' in options;\\n        maxWait = maxing ? nativeMax(toNumber(options.maxWait) || 0, wait) : maxWait;\\n        trailing = 'trailing' in options ? !!options.trailing : trailing;\\n      }\\n\\n      function invokeFunc(time) {\\n        var args = lastArgs,\\n            thisArg = lastThis;\\n\\n        lastArgs = lastThis = undefined;\\n        lastInvokeTime = time;\\n        result = func.apply(thisArg, args);\\n        return result;\\n      }\\n\\n      function leadingEdge(time) {\\n        // Reset any `maxWait` timer.\\n        lastInvokeTime = time;\\n        // Start the timer for the trailing edge.\\n        timerId = setTimeout(timerExpired, wait);\\n        // Invoke the leading edge.\\n        return leading ? invokeFunc(time) : result;\\n      }\\n\\n      function remainingWait(time) {\\n        var timeSinceLastCall = time - lastCallTime,\\n            timeSinceLastInvoke = time - lastInvokeTime,\\n            timeWaiting = wait - timeSinceLastCall;\\n\\n        return maxing\\n          ? nativeMin(timeWaiting, maxWait - timeSinceLastInvoke)\\n          : timeWaiting;\\n      }\\n\\n      function shouldInvoke(time) {\\n        var timeSinceLastCall = time - lastCallTime,\\n            timeSinceLastInvoke = time - lastInvokeTime;\\n\\n        // Either this is the first call, activity has stopped and we're at the\\n        // trailing edge, the system time has gone backwards and we're treating\\n        // it as the trailing edge, or we've hit the `maxWait` limit.\\n        return (lastCallTime === undefined || (timeSinceLastCall >= wait) ||\\n          (timeSinceLastCall < 0) || (maxing && timeSinceLastInvoke >= maxWait));\\n      }\\n\\n      function timerExpired() {\\n        var time = now();\\n        if (shouldInvoke(time)) {\\n          return trailingEdge(time);\\n        }\\n        // Restart the timer.\\n        timerId = setTimeout(timerExpired, remainingWait(time));\\n      }\\n\\n      function trailingEdge(time) {\\n        timerId = undefined;\\n\\n        // Only invoke if we have `lastArgs` which means `func` has been\\n        // debounced at least once.\\n        if (trailing && lastArgs) {\\n          return invokeFunc(time);\\n        }\\n        lastArgs = lastThis = undefined;\\n        return result;\\n      }\\n\\n      function cancel() {\\n        if (timerId !== undefined) {\\n          clearTimeout(timerId);\\n        }\\n        lastInvokeTime = 0;\\n        lastArgs = lastCallTime = lastThis = timerId = undefined;\\n      }\\n\\n      function flush() {\\n        return timerId === undefined ? result : trailingEdge(now());\\n      }\\n\\n      function debounced() {\\n        var time = now(),\\n            isInvoking = shouldInvoke(time);\\n\\n        lastArgs = arguments;\\n        lastThis = this;\\n        lastCallTime = time;\\n\\n        if (isInvoking) {\\n          if (timerId === undefined) {\\n            return leadingEdge(lastCallTime);\\n          }\\n          if (maxing) {\\n            // Handle invocations in a tight loop.\\n            timerId = setTimeout(timerExpired, wait);\\n            return invokeFunc(lastCallTime);\\n          }\\n        }\\n        if (timerId === undefined) {\\n          timerId = setTimeout(timerExpired, wait);\\n        }\\n        return result;\\n      }\\n      debounced.cancel = cancel;\\n      debounced.flush = flush;\\n      return debounced;\\n    }\\n\\n    /**\\n     * Defers invoking the `func` until the current call stack has cleared. Any\\n     * additional arguments are provided to `func` when it's invoked.\\n     *\\n     * @static\\n     * @memberOf _\\n     * @since 0.1.0\\n     * @category Function\\n     * @param {Function} func The function to defer.\\n     * @param {...*} [args] The arguments to invoke `func` with.\\n     * @returns {number} Returns the timer id.\\n     * @example\\n     *\\n     * _.defer(function(text) {\\n     *   console.log(text);\\n     * }, 'deferred');\\n     * // => Logs 'deferred' after one millisecond.\\n     */\\n    var defer = baseRest(function(func, args) {\\n      return baseDelay(func, 1, args);\\n    });\\n\\n    /**\\n     * Invokes `func` after `wait` milliseconds. Any additional arguments are\\n     * provided to `func` when it's invoked.\\n     *\\n     * @static\\n     * @memberOf _\\n     * @since 0.1.0\\n     * @category Function\\n     * @param {Function} func The function to delay.\\n     * @param {number} wait The number of milliseconds to delay invocation.\\n     * @param {...*} [args] The arguments to invoke `func` with.\\n     * @returns {number} Returns the timer id.\\n     * @example\\n     *\\n     * _.delay(function(text) {\\n     *   console.log(text);\\n     * }, 1000, 'later');\\n     * // => Logs 'later' after one second.\\n     */\\n    var delay = baseRest(function(func, wait, args) {\\n      return baseDelay(func, toNumber(wait) || 0, args);\\n    });\\n\\n    /**\\n     * Creates a function that invokes `func` with arguments reversed.\\n     *\\n     * @static\\n     * @memberOf _\\n     * @since 4.0.0\\n     * @category Function\\n     * @param {Function} func The function to flip arguments for.\\n     * @returns {Function} Returns the new flipped function.\\n     * @example\\n     *\\n     * var flipped = _.flip(function() {\\n     *   return _.toArray(arguments);\\n     * });\\n     *\\n     * flipped('a', 'b', 'c', 'd');\\n     * // => ['d', 'c', 'b', 'a']\\n     */\\n    function flip(func) {\\n      return createWrap(func, WRAP_FLIP_FLAG);\\n    }\\n\\n    /**\\n     * Creates a function that memoizes the result of `func`. If `resolver` is\\n     * provided, it determines the cache key for storing the result based on the\\n     * arguments provided to the memoized function. By default, the first argument\\n     * provided to the memoized function is used as the map cache key. The `func`\\n     * is invoked with the `this` binding of the memoized function.\\n     *\\n     * **Note:** The cache is exposed as the `cache` property on the memoized\\n     * function. Its creation may be customized by replacing the `_.memoize.Cache`\\n     * constructor with one whose instances implement the\\n     * [`Map`](http://ecma-international.org/ecma-262/7.0/#sec-properties-of-the-map-prototype-object)\\n     * method interface of `clear`, `delete`, `get`, `has`, and `set`.\\n     *\\n     * @static\\n     * @memberOf _\\n     * @since 0.1.0\\n     * @category Function\\n     * @param {Function} func The function to have its output memoized.\\n     * @param {Function} [resolver] The function to resolve the cache key.\\n     * @returns {Function} Returns the new memoized function.\\n     * @example\\n     *\\n     * var object = { 'a': 1, 'b': 2 };\\n     * var other = { 'c': 3, 'd': 4 };\\n     *\\n     * var values = _.memoize(_.values);\\n     * values(object);\\n     * // => [1, 2]\\n     *\\n     * values(other);\\n     * // => [3, 4]\\n     *\\n     * object.a = 2;\\n     * values(object);\\n     * // => [1, 2]\\n     *\\n     * // Modify the result cache.\\n     * values.cache.set(object, ['a', 'b']);\\n     * values(object);\\n     * // => ['a', 'b']\\n     *\\n     * // Replace `_.memoize.Cache`.\\n     * _.memoize.Cache = WeakMap;\\n     */\\n    function memoize(func, resolver) {\\n      if (typeof func != 'function' || (resolver != null && typeof resolver != 'function')) {\\n        throw new TypeError(FUNC_ERROR_TEXT);\\n      }\\n      var memoized = function() {\\n        var args = arguments,\\n            key = resolver ? resolver.apply(this, args) : args[0],\\n            cache = memoized.cache;\\n\\n        if (cache.has(key)) {\\n          return cache.get(key);\\n        }\\n        var result = func.apply(this, args);\\n        memoized.cache = cache.set(key, result) || cache;\\n        return result;\\n      };\\n      memoized.cache = new (memoize.Cache || MapCache);\\n      return memoized;\\n    }\\n\\n    // Expose `MapCache`.\\n    memoize.Cache = MapCache;\\n\\n    /**\\n     * Creates a function that negates the result of the predicate `func`. The\\n     * `func` predicate is invoked with the `this` binding and arguments of the\\n     * created function.\\n     *\\n     * @static\\n     * @memberOf _\\n     * @since 3.0.0\\n     * @category Function\\n     * @param {Function} predicate The predicate to negate.\\n     * @returns {Function} Returns the new negated function.\\n     * @example\\n     *\\n     * function isEven(n) {\\n     *   return n % 2 == 0;\\n     * }\\n     *\\n     * _.filter([1, 2, 3, 4, 5, 6], _.negate(isEven));\\n     * // => [1, 3, 5]\\n     */\\n    function negate(predicate) {\\n      if (typeof predicate != 'function') {\\n        throw new TypeError(FUNC_ERROR_TEXT);\\n      }\\n      return function() {\\n        var args = arguments;\\n        switch (args.length) {\\n          case 0: return !predicate.call(this);\\n          case 1: return !predicate.call(this, args[0]);\\n          case 2: return !predicate.call(this, args[0], args[1]);\\n          case 3: return !predicate.call(this, args[0], args[1], args[2]);\\n        }\\n        return !predicate.apply(this, args);\\n      };\\n    }\\n\\n    /**\\n     * Creates a function that is restricted to invoking `func` once. Repeat calls\\n     * to the function return the value of the first invocation. The `func` is\\n     * invoked with the `this` binding and arguments of the created function.\\n     *\\n     * @static\\n     * @memberOf _\\n     * @since 0.1.0\\n     * @category Function\\n     * @param {Function} func The function to restrict.\\n     * @returns {Function} Returns the new restricted function.\\n     * @example\\n     *\\n     * var initialize = _.once(createApplication);\\n     * initialize();\\n     * initialize();\\n     * // => `createApplication` is invoked once\\n     */\\n    function once(func) {\\n      return before(2, func);\\n    }\\n\\n    /**\\n     * Creates a function that invokes `func` with its arguments transformed.\\n     *\\n     * @static\\n     * @since 4.0.0\\n     * @memberOf _\\n     * @category Function\\n     * @param {Function} func The function to wrap.\\n     * @param {...(Function|Function[])} [transforms=[_.identity]]\\n     *  The argument transforms.\\n     * @returns {Function} Returns the new function.\\n     * @example\\n     *\\n     * function doubled(n) {\\n     *   return n * 2;\\n     * }\\n     *\\n     * function square(n) {\\n     *   return n * n;\\n     * }\\n     *\\n     * var func = _.overArgs(function(x, y) {\\n     *   return [x, y];\\n     * }, [square, doubled]);\\n     *\\n     * func(9, 3);\\n     * // => [81, 6]\\n     *\\n     * func(10, 5);\\n     * // => [100, 10]\\n     */\\n    var overArgs = castRest(function(func, transforms) {\\n      transforms = (transforms.length == 1 && isArray(transforms[0]))\\n        ? arrayMap(transforms[0], baseUnary(getIteratee()))\\n        : arrayMap(baseFlatten(transforms, 1), baseUnary(getIteratee()));\\n\\n      var funcsLength = transforms.length;\\n      return baseRest(function(args) {\\n        var index = -1,\\n            length = nativeMin(args.length, funcsLength);\\n\\n        while (++index < length) {\\n          args[index] = transforms[index].call(this, args[index]);\\n        }\\n        return apply(func, this, args);\\n      });\\n    });\\n\\n    /**\\n     * Creates a function that invokes `func` with `partials` prepended to the\\n     * arguments it receives. This method is like `_.bind` except it does **not**\\n     * alter the `this` binding.\\n     *\\n     * The `_.partial.placeholder` value, which defaults to `_` in monolithic\\n     * builds, may be used as a placeholder for partially applied arguments.\\n     *\\n     * **Note:** This method doesn't set the \\\"length\\\" property of partially\\n     * applied functions.\\n     *\\n     * @static\\n     * @memberOf _\\n     * @since 0.2.0\\n     * @category Function\\n     * @param {Function} func The function to partially apply arguments to.\\n     * @param {...*} [partials] The arguments to be partially applied.\\n     * @returns {Function} Returns the new partially applied function.\\n     * @example\\n     *\\n     * function greet(greeting, name) {\\n     *   return greeting + ' ' + name;\\n     * }\\n     *\\n     * var sayHelloTo = _.partial(greet, 'hello');\\n     * sayHelloTo('fred');\\n     * // => 'hello fred'\\n     *\\n     * // Partially applied with placeholders.\\n     * var greetFred = _.partial(greet, _, 'fred');\\n     * greetFred('hi');\\n     * // => 'hi fred'\\n     */\\n    var partial = baseRest(function(func, partials) {\\n      var holders = replaceHolders(partials, getHolder(partial));\\n      return createWrap(func, WRAP_PARTIAL_FLAG, undefined, partials, holders);\\n    });\\n\\n    /**\\n     * This method is like `_.partial` except that partially applied arguments\\n     * are appended to the arguments it receives.\\n     *\\n     * The `_.partialRight.placeholder` value, which defaults to `_` in monolithic\\n     * builds, may be used as a placeholder for partially applied arguments.\\n     *\\n     * **Note:** This method doesn't set the \\\"length\\\" property of partially\\n     * applied functions.\\n     *\\n     * @static\\n     * @memberOf _\\n     * @since 1.0.0\\n     * @category Function\\n     * @param {Function} func The function to partially apply arguments to.\\n     * @param {...*} [partials] The arguments to be partially applied.\\n     * @returns {Function} Returns the new partially applied function.\\n     * @example\\n     *\\n     * function greet(greeting, name) {\\n     *   return greeting + ' ' + name;\\n     * }\\n     *\\n     * var greetFred = _.partialRight(greet, 'fred');\\n     * greetFred('hi');\\n     * // => 'hi fred'\\n     *\\n     * // Partially applied with placeholders.\\n     * var sayHelloTo = _.partialRight(greet, 'hello', _);\\n     * sayHelloTo('fred');\\n     * // => 'hello fred'\\n     */\\n    var partialRight = baseRest(function(func, partials) {\\n      var holders = replaceHolders(partials, getHolder(partialRight));\\n      return createWrap(func, WRAP_PARTIAL_RIGHT_FLAG, undefined, partials, holders);\\n    });\\n\\n    /**\\n     * Creates a function that invokes `func` with arguments arranged according\\n     * to the specified `indexes` where the argument value at the first index is\\n     * provided as the first argument, the argument value at the second index is\\n     * provided as the second argument, and so on.\\n     *\\n     * @static\\n     * @memberOf _\\n     * @since 3.0.0\\n     * @category Function\\n     * @param {Function} func The function to rearrange arguments for.\\n     * @param {...(number|number[])} indexes The arranged argument indexes.\\n     * @returns {Function} Returns the new function.\\n     * @example\\n     *\\n     * var rearged = _.rearg(function(a, b, c) {\\n     *   return [a, b, c];\\n     * }, [2, 0, 1]);\\n     *\\n     * rearged('b', 'c', 'a')\\n     * // => ['a', 'b', 'c']\\n     */\\n    var rearg = flatRest(function(func, indexes) {\\n      return createWrap(func, WRAP_REARG_FLAG, undefined, undefined, undefined, indexes);\\n    });\\n\\n    /**\\n     * Creates a function that invokes `func` with the `this` binding of the\\n     * created function and arguments from `start` and beyond provided as\\n     * an array.\\n     *\\n     * **Note:** This method is based on the\\n     * [rest parameter](https://mdn.io/rest_parameters).\\n     *\\n     * @static\\n     * @memberOf _\\n     * @since 4.0.0\\n     * @category Function\\n     * @param {Function} func The function to apply a rest parameter to.\\n     * @param {number} [start=func.length-1] The start position of the rest parameter.\\n     * @returns {Function} Returns the new function.\\n     * @example\\n     *\\n     * var say = _.rest(function(what, names) {\\n     *   return what + ' ' + _.initial(names).join(', ') +\\n     *     (_.size(names) > 1 ? ', & ' : '') + _.last(names);\\n     * });\\n     *\\n     * say('hello', 'fred', 'barney', 'pebbles');\\n     * // => 'hello fred, barney, & pebbles'\\n     */\\n    function rest(func, start) {\\n      if (typeof func != 'function') {\\n        throw new TypeError(FUNC_ERROR_TEXT);\\n      }\\n      start = start === undefined ? start : toInteger(start);\\n      return baseRest(func, start);\\n    }\\n\\n    /**\\n     * Creates a function that invokes `func` with the `this` binding of the\\n     * create function and an array of arguments much like\\n     * [`Function#apply`](http://www.ecma-international.org/ecma-262/7.0/#sec-function.prototype.apply).\\n     *\\n     * **Note:** This method is based on the\\n     * [spread operator](https://mdn.io/spread_operator).\\n     *\\n     * @static\\n     * @memberOf _\\n     * @since 3.2.0\\n     * @category Function\\n     * @param {Function} func The function to spread arguments over.\\n     * @param {number} [start=0] The start position of the spread.\\n     * @returns {Function} Returns the new function.\\n     * @example\\n     *\\n     * var say = _.spread(function(who, what) {\\n     *   return who + ' says ' + what;\\n     * });\\n     *\\n     * say(['fred', 'hello']);\\n     * // => 'fred says hello'\\n     *\\n     * var numbers = Promise.all([\\n     *   Promise.resolve(40),\\n     *   Promise.resolve(36)\\n     * ]);\\n     *\\n     * numbers.then(_.spread(function(x, y) {\\n     *   return x + y;\\n     * }));\\n     * // => a Promise of 76\\n     */\\n    function spread(func, start) {\\n      if (typeof func != 'function') {\\n        throw new TypeError(FUNC_ERROR_TEXT);\\n      }\\n      start = start == null ? 0 : nativeMax(toInteger(start), 0);\\n      return baseRest(function(args) {\\n        var array = args[start],\\n            otherArgs = castSlice(args, 0, start);\\n\\n        if (array) {\\n          arrayPush(otherArgs, array);\\n        }\\n        return apply(func, this, otherArgs);\\n      });\\n    }\\n\\n    /**\\n     * Creates a throttled function that only invokes `func` at most once per\\n     * every `wait` milliseconds. The throttled function comes with a `cancel`\\n     * method to cancel delayed `func` invocations and a `flush` method to\\n     * immediately invoke them. Provide `options` to indicate whether `func`\\n     * should be invoked on the leading and/or trailing edge of the `wait`\\n     * timeout. The `func` is invoked with the last arguments provided to the\\n     * throttled function. Subsequent calls to the throttled function return the\\n     * result of the last `func` invocation.\\n     *\\n     * **Note:** If `leading` and `trailing` options are `true`, `func` is\\n     * invoked on the trailing edge of the timeout only if the throttled function\\n     * is invoked more than once during the `wait` timeout.\\n     *\\n     * If `wait` is `0` and `leading` is `false`, `func` invocation is deferred\\n     * until to the next tick, similar to `setTimeout` with a timeout of `0`.\\n     *\\n     * See [David Corbacho's article](https://css-tricks.com/debouncing-throttling-explained-examples/)\\n     * for details over the differences between `_.throttle` and `_.debounce`.\\n     *\\n     * @static\\n     * @memberOf _\\n     * @since 0.1.0\\n     * @category Function\\n     * @param {Function} func The function to throttle.\\n     * @param {number} [wait=0] The number of milliseconds to throttle invocations to.\\n     * @param {Object} [options={}] The options object.\\n     * @param {boolean} [options.leading=true]\\n     *  Specify invoking on the leading edge of the timeout.\\n     * @param {boolean} [options.trailing=true]\\n     *  Specify invoking on the trailing edge of the timeout.\\n     * @returns {Function} Returns the new throttled function.\\n     * @example\\n     *\\n     * // Avoid excessively updating the position while scrolling.\\n     * jQuery(window).on('scroll', _.throttle(updatePosition, 100));\\n     *\\n     * // Invoke `renewToken` when the click event is fired, but not more than once every 5 minutes.\\n     * var throttled = _.throttle(renewToken, 300000, { 'trailing': false });\\n     * jQuery(element).on('click', throttled);\\n     *\\n     * // Cancel the trailing throttled invocation.\\n     * jQuery(window).on('popstate', throttled.cancel);\\n     */\\n    function throttle(func, wait, options) {\\n      var leading = true,\\n          trailing = true;\\n\\n      if (typeof func != 'function') {\\n        throw new TypeError(FUNC_ERROR_TEXT);\\n      }\\n      if (isObject(options)) {\\n        leading = 'leading' in options ? !!options.leading : leading;\\n        trailing = 'trailing' in options ? !!options.trailing : trailing;\\n      }\\n      return debounce(func, wait, {\\n        'leading': leading,\\n        'maxWait': wait,\\n        'trailing': trailing\\n      });\\n    }\\n\\n    /**\\n     * Creates a function that accepts up to one argument, ignoring any\\n     * additional arguments.\\n     *\\n     * @static\\n     * @memberOf _\\n     * @since 4.0.0\\n     * @category Function\\n     * @param {Function} func The function to cap arguments for.\\n     * @returns {Function} Returns the new capped function.\\n     * @example\\n     *\\n     * _.map(['6', '8', '10'], _.unary(parseInt));\\n     * // => [6, 8, 10]\\n     */\\n    function unary(func) {\\n      return ary(func, 1);\\n    }\\n\\n    /**\\n     * Creates a function that provides `value` to `wrapper` as its first\\n     * argument. Any additional arguments provided to the function are appended\\n     * to those provided to the `wrapper`. The wrapper is invoked with the `this`\\n     * binding of the created function.\\n     *\\n     * @static\\n     * @memberOf _\\n     * @since 0.1.0\\n     * @category Function\\n     * @param {*} value The value to wrap.\\n     * @param {Function} [wrapper=identity] The wrapper function.\\n     * @returns {Function} Returns the new function.\\n     * @example\\n     *\\n     * var p = _.wrap(_.escape, function(func, text) {\\n     *   return '<p>' + func(text) + '</p>';\\n     * });\\n     *\\n     * p('fred, barney, & pebbles');\\n     * // => '<p>fred, barney, &amp; pebbles</p>'\\n     */\\n    function wrap(value, wrapper) {\\n      return partial(castFunction(wrapper), value);\\n    }\\n\\n    /*------------------------------------------------------------------------*/\\n\\n    /**\\n     * Casts `value` as an array if it's not one.\\n     *\\n     * @static\\n     * @memberOf _\\n     * @since 4.4.0\\n     * @category Lang\\n     * @param {*} value The value to inspect.\\n     * @returns {Array} Returns the cast array.\\n     * @example\\n     *\\n     * _.castArray(1);\\n     * // => [1]\\n     *\\n     * _.castArray({ 'a': 1 });\\n     * // => [{ 'a': 1 }]\\n     *\\n     * _.castArray('abc');\\n     * // => ['abc']\\n     *\\n     * _.castArray(null);\\n     * // => [null]\\n     *\\n     * _.castArray(undefined);\\n     * // => [undefined]\\n     *\\n     * _.castArray();\\n     * // => []\\n     *\\n     * var array = [1, 2, 3];\\n     * console.log(_.castArray(array) === array);\\n     * // => true\\n     */\\n    function castArray() {\\n      if (!arguments.length) {\\n        return [];\\n      }\\n      var value = arguments[0];\\n      return isArray(value) ? value : [value];\\n    }\\n\\n    /**\\n     * Creates a shallow clone of `value`.\\n     *\\n     * **Note:** This method is loosely based on the\\n     * [structured clone algorithm](https://mdn.io/Structured_clone_algorithm)\\n     * and supports cloning arrays, array buffers, booleans, date objects, maps,\\n     * numbers, `Object` objects, regexes, sets, strings, symbols, and typed\\n     * arrays. The own enumerable properties of `arguments` objects are cloned\\n     * as plain objects. An empty object is returned for uncloneable values such\\n     * as error objects, functions, DOM nodes, and WeakMaps.\\n     *\\n     * @static\\n     * @memberOf _\\n     * @since 0.1.0\\n     * @category Lang\\n     * @param {*} value The value to clone.\\n     * @returns {*} Returns the cloned value.\\n     * @see _.cloneDeep\\n     * @example\\n     *\\n     * var objects = [{ 'a': 1 }, { 'b': 2 }];\\n     *\\n     * var shallow = _.clone(objects);\\n     * console.log(shallow[0] === objects[0]);\\n     * // => true\\n     */\\n    function clone(value) {\\n      return baseClone(value, CLONE_SYMBOLS_FLAG);\\n    }\\n\\n    /**\\n     * This method is like `_.clone` except that it accepts `customizer` which\\n     * is invoked to produce the cloned value. If `customizer` returns `undefined`,\\n     * cloning is handled by the method instead. The `customizer` is invoked with\\n     * up to four arguments; (value [, index|key, object, stack]).\\n     *\\n     * @static\\n     * @memberOf _\\n     * @since 4.0.0\\n     * @category Lang\\n     * @param {*} value The value to clone.\\n     * @param {Function} [customizer] The function to customize cloning.\\n     * @returns {*} Returns the cloned value.\\n     * @see _.cloneDeepWith\\n     * @example\\n     *\\n     * function customizer(value) {\\n     *   if (_.isElement(value)) {\\n     *     return value.cloneNode(false);\\n     *   }\\n     * }\\n     *\\n     * var el = _.cloneWith(document.body, customizer);\\n     *\\n     * console.log(el === document.body);\\n     * // => false\\n     * console.log(el.nodeName);\\n     * // => 'BODY'\\n     * console.log(el.childNodes.length);\\n     * // => 0\\n     */\\n    function cloneWith(value, customizer) {\\n      customizer = typeof customizer == 'function' ? customizer : undefined;\\n      return baseClone(value, CLONE_SYMBOLS_FLAG, customizer);\\n    }\\n\\n    /**\\n     * This method is like `_.clone` except that it recursively clones `value`.\\n     *\\n     * @static\\n     * @memberOf _\\n     * @since 1.0.0\\n     * @category Lang\\n     * @param {*} value The value to recursively clone.\\n     * @returns {*} Returns the deep cloned value.\\n     * @see _.clone\\n     * @example\\n     *\\n     * var objects = [{ 'a': 1 }, { 'b': 2 }];\\n     *\\n     * var deep = _.cloneDeep(objects);\\n     * console.log(deep[0] === objects[0]);\\n     * // => false\\n     */\\n    function cloneDeep(value) {\\n      return baseClone(value, CLONE_DEEP_FLAG | CLONE_SYMBOLS_FLAG);\\n    }\\n\\n    /**\\n     * This method is like `_.cloneWith` except that it recursively clones `value`.\\n     *\\n     * @static\\n     * @memberOf _\\n     * @since 4.0.0\\n     * @category Lang\\n     * @param {*} value The value to recursively clone.\\n     * @param {Function} [customizer] The function to customize cloning.\\n     * @returns {*} Returns the deep cloned value.\\n     * @see _.cloneWith\\n     * @example\\n     *\\n     * function customizer(value) {\\n     *   if (_.isElement(value)) {\\n     *     return value.cloneNode(true);\\n     *   }\\n     * }\\n     *\\n     * var el = _.cloneDeepWith(document.body, customizer);\\n     *\\n     * console.log(el === document.body);\\n     * // => false\\n     * console.log(el.nodeName);\\n     * // => 'BODY'\\n     * console.log(el.childNodes.length);\\n     * // => 20\\n     */\\n    function cloneDeepWith(value, customizer) {\\n      customizer = typeof customizer == 'function' ? customizer : undefined;\\n      return baseClone(value, CLONE_DEEP_FLAG | CLONE_SYMBOLS_FLAG, customizer);\\n    }\\n\\n    /**\\n     * Checks if `object` conforms to `source` by invoking the predicate\\n     * properties of `source` with the corresponding property values of `object`.\\n     *\\n     * **Note:** This method is equivalent to `_.conforms` when `source` is\\n     * partially applied.\\n     *\\n     * @static\\n     * @memberOf _\\n     * @since 4.14.0\\n     * @category Lang\\n     * @param {Object} object The object to inspect.\\n     * @param {Object} source The object of property predicates to conform to.\\n     * @returns {boolean} Returns `true` if `object` conforms, else `false`.\\n     * @example\\n     *\\n     * var object = { 'a': 1, 'b': 2 };\\n     *\\n     * _.conformsTo(object, { 'b': function(n) { return n > 1; } });\\n     * // => true\\n     *\\n     * _.conformsTo(object, { 'b': function(n) { return n > 2; } });\\n     * // => false\\n     */\\n    function conformsTo(object, source) {\\n      return source == null || baseConformsTo(object, source, keys(source));\\n    }\\n\\n    /**\\n     * Performs a\\n     * [`SameValueZero`](http://ecma-international.org/ecma-262/7.0/#sec-samevaluezero)\\n     * comparison between two values to determine if they are equivalent.\\n     *\\n     * @static\\n     * @memberOf _\\n     * @since 4.0.0\\n     * @category Lang\\n     * @param {*} value The value to compare.\\n     * @param {*} other The other value to compare.\\n     * @returns {boolean} Returns `true` if the values are equivalent, else `false`.\\n     * @example\\n     *\\n     * var object = { 'a': 1 };\\n     * var other = { 'a': 1 };\\n     *\\n     * _.eq(object, object);\\n     * // => true\\n     *\\n     * _.eq(object, other);\\n     * // => false\\n     *\\n     * _.eq('a', 'a');\\n     * // => true\\n     *\\n     * _.eq('a', Object('a'));\\n     * // => false\\n     *\\n     * _.eq(NaN, NaN);\\n     * // => true\\n     */\\n    function eq(value, other) {\\n      return value === other || (value !== value && other !== other);\\n    }\\n\\n    /**\\n     * Checks if `value` is greater than `other`.\\n     *\\n     * @static\\n     * @memberOf _\\n     * @since 3.9.0\\n     * @category Lang\\n     * @param {*} value The value to compare.\\n     * @param {*} other The other value to compare.\\n     * @returns {boolean} Returns `true` if `value` is greater than `other`,\\n     *  else `false`.\\n     * @see _.lt\\n     * @example\\n     *\\n     * _.gt(3, 1);\\n     * // => true\\n     *\\n     * _.gt(3, 3);\\n     * // => false\\n     *\\n     * _.gt(1, 3);\\n     * // => false\\n     */\\n    var gt = createRelationalOperation(baseGt);\\n\\n    /**\\n     * Checks if `value` is greater than or equal to `other`.\\n     *\\n     * @static\\n     * @memberOf _\\n     * @since 3.9.0\\n     * @category Lang\\n     * @param {*} value The value to compare.\\n     * @param {*} other The other value to compare.\\n     * @returns {boolean} Returns `true` if `value` is greater than or equal to\\n     *  `other`, else `false`.\\n     * @see _.lte\\n     * @example\\n     *\\n     * _.gte(3, 1);\\n     * // => true\\n     *\\n     * _.gte(3, 3);\\n     * // => true\\n     *\\n     * _.gte(1, 3);\\n     * // => false\\n     */\\n    var gte = createRelationalOperation(function(value, other) {\\n      return value >= other;\\n    });\\n\\n    /**\\n     * Checks if `value` is likely an `arguments` object.\\n     *\\n     * @static\\n     * @memberOf _\\n     * @since 0.1.0\\n     * @category Lang\\n     * @param {*} value The value to check.\\n     * @returns {boolean} Returns `true` if `value` is an `arguments` object,\\n     *  else `false`.\\n     * @example\\n     *\\n     * _.isArguments(function() { return arguments; }());\\n     * // => true\\n     *\\n     * _.isArguments([1, 2, 3]);\\n     * // => false\\n     */\\n    var isArguments = baseIsArguments(function() { return arguments; }()) ? baseIsArguments : function(value) {\\n      return isObjectLike(value) && hasOwnProperty.call(value, 'callee') &&\\n        !propertyIsEnumerable.call(value, 'callee');\\n    };\\n\\n    /**\\n     * Checks if `value` is classified as an `Array` object.\\n     *\\n     * @static\\n     * @memberOf _\\n     * @since 0.1.0\\n     * @category Lang\\n     * @param {*} value The value to check.\\n     * @returns {boolean} Returns `true` if `value` is an array, else `false`.\\n     * @example\\n     *\\n     * _.isArray([1, 2, 3]);\\n     * // => true\\n     *\\n     * _.isArray(document.body.children);\\n     * // => false\\n     *\\n     * _.isArray('abc');\\n     * // => false\\n     *\\n     * _.isArray(_.noop);\\n     * // => false\\n     */\\n    var isArray = Array.isArray;\\n\\n    /**\\n     * Checks if `value` is classified as an `ArrayBuffer` object.\\n     *\\n     * @static\\n     * @memberOf _\\n     * @since 4.3.0\\n     * @category Lang\\n     * @param {*} value The value to check.\\n     * @returns {boolean} Returns `true` if `value` is an array buffer, else `false`.\\n     * @example\\n     *\\n     * _.isArrayBuffer(new ArrayBuffer(2));\\n     * // => true\\n     *\\n     * _.isArrayBuffer(new Array(2));\\n     * // => false\\n     */\\n    var isArrayBuffer = nodeIsArrayBuffer ? baseUnary(nodeIsArrayBuffer) : baseIsArrayBuffer;\\n\\n    /**\\n     * Checks if `value` is array-like. A value is considered array-like if it's\\n     * not a function and has a `value.length` that's an integer greater than or\\n     * equal to `0` and less than or equal to `Number.MAX_SAFE_INTEGER`.\\n     *\\n     * @static\\n     * @memberOf _\\n     * @since 4.0.0\\n     * @category Lang\\n     * @param {*} value The value to check.\\n     * @returns {boolean} Returns `true` if `value` is array-like, else `false`.\\n     * @example\\n     *\\n     * _.isArrayLike([1, 2, 3]);\\n     * // => true\\n     *\\n     * _.isArrayLike(document.body.children);\\n     * // => true\\n     *\\n     * _.isArrayLike('abc');\\n     * // => true\\n     *\\n     * _.isArrayLike(_.noop);\\n     * // => false\\n     */\\n    function isArrayLike(value) {\\n      return value != null && isLength(value.length) && !isFunction(value);\\n    }\\n\\n    /**\\n     * This method is like `_.isArrayLike` except that it also checks if `value`\\n     * is an object.\\n     *\\n     * @static\\n     * @memberOf _\\n     * @since 4.0.0\\n     * @category Lang\\n     * @param {*} value The value to check.\\n     * @returns {boolean} Returns `true` if `value` is an array-like object,\\n     *  else `false`.\\n     * @example\\n     *\\n     * _.isArrayLikeObject([1, 2, 3]);\\n     * // => true\\n     *\\n     * _.isArrayLikeObject(document.body.children);\\n     * // => true\\n     *\\n     * _.isArrayLikeObject('abc');\\n     * // => false\\n     *\\n     * _.isArrayLikeObject(_.noop);\\n     * // => false\\n     */\\n    function isArrayLikeObject(value) {\\n      return isObjectLike(value) && isArrayLike(value);\\n    }\\n\\n    /**\\n     * Checks if `value` is classified as a boolean primitive or object.\\n     *\\n     * @static\\n     * @memberOf _\\n     * @since 0.1.0\\n     * @category Lang\\n     * @param {*} value The value to check.\\n     * @returns {boolean} Returns `true` if `value` is a boolean, else `false`.\\n     * @example\\n     *\\n     * _.isBoolean(false);\\n     * // => true\\n     *\\n     * _.isBoolean(null);\\n     * // => false\\n     */\\n    function isBoolean(value) {\\n      return value === true || value === false ||\\n        (isObjectLike(value) && baseGetTag(value) == boolTag);\\n    }\\n\\n    /**\\n     * Checks if `value` is a buffer.\\n     *\\n     * @static\\n     * @memberOf _\\n     * @since 4.3.0\\n     * @category Lang\\n     * @param {*} value The value to check.\\n     * @returns {boolean} Returns `true` if `value` is a buffer, else `false`.\\n     * @example\\n     *\\n     * _.isBuffer(new Buffer(2));\\n     * // => true\\n     *\\n     * _.isBuffer(new Uint8Array(2));\\n     * // => false\\n     */\\n    var isBuffer = nativeIsBuffer || stubFalse;\\n\\n    /**\\n     * Checks if `value` is classified as a `Date` object.\\n     *\\n     * @static\\n     * @memberOf _\\n     * @since 0.1.0\\n     * @category Lang\\n     * @param {*} value The value to check.\\n     * @returns {boolean} Returns `true` if `value` is a date object, else `false`.\\n     * @example\\n     *\\n     * _.isDate(new Date);\\n     * // => true\\n     *\\n     * _.isDate('Mon April 23 2012');\\n     * // => false\\n     */\\n    var isDate = nodeIsDate ? baseUnary(nodeIsDate) : baseIsDate;\\n\\n    /**\\n     * Checks if `value` is likely a DOM element.\\n     *\\n     * @static\\n     * @memberOf _\\n     * @since 0.1.0\\n     * @category Lang\\n     * @param {*} value The value to check.\\n     * @returns {boolean} Returns `true` if `value` is a DOM element, else `false`.\\n     * @example\\n     *\\n     * _.isElement(document.body);\\n     * // => true\\n     *\\n     * _.isElement('<body>');\\n     * // => false\\n     */\\n    function isElement(value) {\\n      return isObjectLike(value) && value.nodeType === 1 && !isPlainObject(value);\\n    }\\n\\n    /**\\n     * Checks if `value` is an empty object, collection, map, or set.\\n     *\\n     * Objects are considered empty if they have no own enumerable string keyed\\n     * properties.\\n     *\\n     * Array-like values such as `arguments` objects, arrays, buffers, strings, or\\n     * jQuery-like collections are considered empty if they have a `length` of `0`.\\n     * Similarly, maps and sets are considered empty if they have a `size` of `0`.\\n     *\\n     * @static\\n     * @memberOf _\\n     * @since 0.1.0\\n     * @category Lang\\n     * @param {*} value The value to check.\\n     * @returns {boolean} Returns `true` if `value` is empty, else `false`.\\n     * @example\\n     *\\n     * _.isEmpty(null);\\n     * // => true\\n     *\\n     * _.isEmpty(true);\\n     * // => true\\n     *\\n     * _.isEmpty(1);\\n     * // => true\\n     *\\n     * _.isEmpty([1, 2, 3]);\\n     * // => false\\n     *\\n     * _.isEmpty({ 'a': 1 });\\n     * // => false\\n     */\\n    function isEmpty(value) {\\n      if (value == null) {\\n        return true;\\n      }\\n      if (isArrayLike(value) &&\\n          (isArray(value) || typeof value == 'string' || typeof value.splice == 'function' ||\\n            isBuffer(value) || isTypedArray(value) || isArguments(value))) {\\n        return !value.length;\\n      }\\n      var tag = getTag(value);\\n      if (tag == mapTag || tag == setTag) {\\n        return !value.size;\\n      }\\n      if (isPrototype(value)) {\\n        return !baseKeys(value).length;\\n      }\\n      for (var key in value) {\\n        if (hasOwnProperty.call(value, key)) {\\n          return false;\\n        }\\n      }\\n      return true;\\n    }\\n\\n    /**\\n     * Performs a deep comparison between two values to determine if they are\\n     * equivalent.\\n     *\\n     * **Note:** This method supports comparing arrays, array buffers, booleans,\\n     * date objects, error objects, maps, numbers, `Object` objects, regexes,\\n     * sets, strings, symbols, and typed arrays. `Object` objects are compared\\n     * by their own, not inherited, enumerable properties. Functions and DOM\\n     * nodes are compared by strict equality, i.e. `===`.\\n     *\\n     * @static\\n     * @memberOf _\\n     * @since 0.1.0\\n     * @category Lang\\n     * @param {*} value The value to compare.\\n     * @param {*} other The other value to compare.\\n     * @returns {boolean} Returns `true` if the values are equivalent, else `false`.\\n     * @example\\n     *\\n     * var object = { 'a': 1 };\\n     * var other = { 'a': 1 };\\n     *\\n     * _.isEqual(object, other);\\n     * // => true\\n     *\\n     * object === other;\\n     * // => false\\n     */\\n    function isEqual(value, other) {\\n      return baseIsEqual(value, other);\\n    }\\n\\n    /**\\n     * This method is like `_.isEqual` except that it accepts `customizer` which\\n     * is invoked to compare values. If `customizer` returns `undefined`, comparisons\\n     * are handled by the method instead. The `customizer` is invoked with up to\\n     * six arguments: (objValue, othValue [, index|key, object, other, stack]).\\n     *\\n     * @static\\n     * @memberOf _\\n     * @since 4.0.0\\n     * @category Lang\\n     * @param {*} value The value to compare.\\n     * @param {*} other The other value to compare.\\n     * @param {Function} [customizer] The function to customize comparisons.\\n     * @returns {boolean} Returns `true` if the values are equivalent, else `false`.\\n     * @example\\n     *\\n     * function isGreeting(value) {\\n     *   return /^h(?:i|ello)$/.test(value);\\n     * }\\n     *\\n     * function customizer(objValue, othValue) {\\n     *   if (isGreeting(objValue) && isGreeting(othValue)) {\\n     *     return true;\\n     *   }\\n     * }\\n     *\\n     * var array = ['hello', 'goodbye'];\\n     * var other = ['hi', 'goodbye'];\\n     *\\n     * _.isEqualWith(array, other, customizer);\\n     * // => true\\n     */\\n    function isEqualWith(value, other, customizer) {\\n      customizer = typeof customizer == 'function' ? customizer : undefined;\\n      var result = customizer ? customizer(value, other) : undefined;\\n      return result === undefined ? baseIsEqual(value, other, undefined, customizer) : !!result;\\n    }\\n\\n    /**\\n     * Checks if `value` is an `Error`, `EvalError`, `RangeError`, `ReferenceError`,\\n     * `SyntaxError`, `TypeError`, or `URIError` object.\\n     *\\n     * @static\\n     * @memberOf _\\n     * @since 3.0.0\\n     * @category Lang\\n     * @param {*} value The value to check.\\n     * @returns {boolean} Returns `true` if `value` is an error object, else `false`.\\n     * @example\\n     *\\n     * _.isError(new Error);\\n     * // => true\\n     *\\n     * _.isError(Error);\\n     * // => false\\n     */\\n    function isError(value) {\\n      if (!isObjectLike(value)) {\\n        return false;\\n      }\\n      var tag = baseGetTag(value);\\n      return tag == errorTag || tag == domExcTag ||\\n        (typeof value.message == 'string' && typeof value.name == 'string' && !isPlainObject(value));\\n    }\\n\\n    /**\\n     * Checks if `value` is a finite primitive number.\\n     *\\n     * **Note:** This method is based on\\n     * [`Number.isFinite`](https://mdn.io/Number/isFinite).\\n     *\\n     * @static\\n     * @memberOf _\\n     * @since 0.1.0\\n     * @category Lang\\n     * @param {*} value The value to check.\\n     * @returns {boolean} Returns `true` if `value` is a finite number, else `false`.\\n     * @example\\n     *\\n     * _.isFinite(3);\\n     * // => true\\n     *\\n     * _.isFinite(Number.MIN_VALUE);\\n     * // => true\\n     *\\n     * _.isFinite(Infinity);\\n     * // => false\\n     *\\n     * _.isFinite('3');\\n     * // => false\\n     */\\n    function isFinite(value) {\\n      return typeof value == 'number' && nativeIsFinite(value);\\n    }\\n\\n    /**\\n     * Checks if `value` is classified as a `Function` object.\\n     *\\n     * @static\\n     * @memberOf _\\n     * @since 0.1.0\\n     * @category Lang\\n     * @param {*} value The value to check.\\n     * @returns {boolean} Returns `true` if `value` is a function, else `false`.\\n     * @example\\n     *\\n     * _.isFunction(_);\\n     * // => true\\n     *\\n     * _.isFunction(/abc/);\\n     * // => false\\n     */\\n    function isFunction(value) {\\n      if (!isObject(value)) {\\n        return false;\\n      }\\n      // The use of `Object#toString` avoids issues with the `typeof` operator\\n      // in Safari 9 which returns 'object' for typed arrays and other constructors.\\n      var tag = baseGetTag(value);\\n      return tag == funcTag || tag == genTag || tag == asyncTag || tag == proxyTag;\\n    }\\n\\n    /**\\n     * Checks if `value` is an integer.\\n     *\\n     * **Note:** This method is based on\\n     * [`Number.isInteger`](https://mdn.io/Number/isInteger).\\n     *\\n     * @static\\n     * @memberOf _\\n     * @since 4.0.0\\n     * @category Lang\\n     * @param {*} value The value to check.\\n     * @returns {boolean} Returns `true` if `value` is an integer, else `false`.\\n     * @example\\n     *\\n     * _.isInteger(3);\\n     * // => true\\n     *\\n     * _.isInteger(Number.MIN_VALUE);\\n     * // => false\\n     *\\n     * _.isInteger(Infinity);\\n     * // => false\\n     *\\n     * _.isInteger('3');\\n     * // => false\\n     */\\n    function isInteger(value) {\\n      return typeof value == 'number' && value == toInteger(value);\\n    }\\n\\n    /**\\n     * Checks if `value` is a valid array-like length.\\n     *\\n     * **Note:** This method is loosely based on\\n     * [`ToLength`](http://ecma-international.org/ecma-262/7.0/#sec-tolength).\\n     *\\n     * @static\\n     * @memberOf _\\n     * @since 4.0.0\\n     * @category Lang\\n     * @param {*} value The value to check.\\n     * @returns {boolean} Returns `true` if `value` is a valid length, else `false`.\\n     * @example\\n     *\\n     * _.isLength(3);\\n     * // => true\\n     *\\n     * _.isLength(Number.MIN_VALUE);\\n     * // => false\\n     *\\n     * _.isLength(Infinity);\\n     * // => false\\n     *\\n     * _.isLength('3');\\n     * // => false\\n     */\\n    function isLength(value) {\\n      return typeof value == 'number' &&\\n        value > -1 && value % 1 == 0 && value <= MAX_SAFE_INTEGER;\\n    }\\n\\n    /**\\n     * Checks if `value` is the\\n     * [language type](http://www.ecma-international.org/ecma-262/7.0/#sec-ecmascript-language-types)\\n     * of `Object`. (e.g. arrays, functions, objects, regexes, `new Number(0)`, and `new String('')`)\\n     *\\n     * @static\\n     * @memberOf _\\n     * @since 0.1.0\\n     * @category Lang\\n     * @param {*} value The value to check.\\n     * @returns {boolean} Returns `true` if `value` is an object, else `false`.\\n     * @example\\n     *\\n     * _.isObject({});\\n     * // => true\\n     *\\n     * _.isObject([1, 2, 3]);\\n     * // => true\\n     *\\n     * _.isObject(_.noop);\\n     * // => true\\n     *\\n     * _.isObject(null);\\n     * // => false\\n     */\\n    function isObject(value) {\\n      var type = typeof value;\\n      return value != null && (type == 'object' || type == 'function');\\n    }\\n\\n    /**\\n     * Checks if `value` is object-like. A value is object-like if it's not `null`\\n     * and has a `typeof` result of \\\"object\\\".\\n     *\\n     * @static\\n     * @memberOf _\\n     * @since 4.0.0\\n     * @category Lang\\n     * @param {*} value The value to check.\\n     * @returns {boolean} Returns `true` if `value` is object-like, else `false`.\\n     * @example\\n     *\\n     * _.isObjectLike({});\\n     * // => true\\n     *\\n     * _.isObjectLike([1, 2, 3]);\\n     * // => true\\n     *\\n     * _.isObjectLike(_.noop);\\n     * // => false\\n     *\\n     * _.isObjectLike(null);\\n     * // => false\\n     */\\n    function isObjectLike(value) {\\n      return value != null && typeof value == 'object';\\n    }\\n\\n    /**\\n     * Checks if `value` is classified as a `Map` object.\\n     *\\n     * @static\\n     * @memberOf _\\n     * @since 4.3.0\\n     * @category Lang\\n     * @param {*} value The value to check.\\n     * @returns {boolean} Returns `true` if `value` is a map, else `false`.\\n     * @example\\n     *\\n     * _.isMap(new Map);\\n     * // => true\\n     *\\n     * _.isMap(new WeakMap);\\n     * // => false\\n     */\\n    var isMap = nodeIsMap ? baseUnary(nodeIsMap) : baseIsMap;\\n\\n    /**\\n     * Performs a partial deep comparison between `object` and `source` to\\n     * determine if `object` contains equivalent property values.\\n     *\\n     * **Note:** This method is equivalent to `_.matches` when `source` is\\n     * partially applied.\\n     *\\n     * Partial comparisons will match empty array and empty object `source`\\n     * values against any array or object value, respectively. See `_.isEqual`\\n     * for a list of supported value comparisons.\\n     *\\n     * @static\\n     * @memberOf _\\n     * @since 3.0.0\\n     * @category Lang\\n     * @param {Object} object The object to inspect.\\n     * @param {Object} source The object of property values to match.\\n     * @returns {boolean} Returns `true` if `object` is a match, else `false`.\\n     * @example\\n     *\\n     * var object = { 'a': 1, 'b': 2 };\\n     *\\n     * _.isMatch(object, { 'b': 2 });\\n     * // => true\\n     *\\n     * _.isMatch(object, { 'b': 1 });\\n     * // => false\\n     */\\n    function isMatch(object, source) {\\n      return object === source || baseIsMatch(object, source, getMatchData(source));\\n    }\\n\\n    /**\\n     * This method is like `_.isMatch` except that it accepts `customizer` which\\n     * is invoked to compare values. If `customizer` returns `undefined`, comparisons\\n     * are handled by the method instead. The `customizer` is invoked with five\\n     * arguments: (objValue, srcValue, index|key, object, source).\\n     *\\n     * @static\\n     * @memberOf _\\n     * @since 4.0.0\\n     * @category Lang\\n     * @param {Object} object The object to inspect.\\n     * @param {Object} source The object of property values to match.\\n     * @param {Function} [customizer] The function to customize comparisons.\\n     * @returns {boolean} Returns `true` if `object` is a match, else `false`.\\n     * @example\\n     *\\n     * function isGreeting(value) {\\n     *   return /^h(?:i|ello)$/.test(value);\\n     * }\\n     *\\n     * function customizer(objValue, srcValue) {\\n     *   if (isGreeting(objValue) && isGreeting(srcValue)) {\\n     *     return true;\\n     *   }\\n     * }\\n     *\\n     * var object = { 'greeting': 'hello' };\\n     * var source = { 'greeting': 'hi' };\\n     *\\n     * _.isMatchWith(object, source, customizer);\\n     * // => true\\n     */\\n    function isMatchWith(object, source, customizer) {\\n      customizer = typeof customizer == 'function' ? customizer : undefined;\\n      return baseIsMatch(object, source, getMatchData(source), customizer);\\n    }\\n\\n    /**\\n     * Checks if `value` is `NaN`.\\n     *\\n     * **Note:** This method is based on\\n     * [`Number.isNaN`](https://mdn.io/Number/isNaN) and is not the same as\\n     * global [`isNaN`](https://mdn.io/isNaN) which returns `true` for\\n     * `undefined` and other non-number values.\\n     *\\n     * @static\\n     * @memberOf _\\n     * @since 0.1.0\\n     * @category Lang\\n     * @param {*} value The value to check.\\n     * @returns {boolean} Returns `true` if `value` is `NaN`, else `false`.\\n     * @example\\n     *\\n     * _.isNaN(NaN);\\n     * // => true\\n     *\\n     * _.isNaN(new Number(NaN));\\n     * // => true\\n     *\\n     * isNaN(undefined);\\n     * // => true\\n     *\\n     * _.isNaN(undefined);\\n     * // => false\\n     */\\n    function isNaN(value) {\\n      // An `NaN` primitive is the only value that is not equal to itself.\\n      // Perform the `toStringTag` check first to avoid errors with some\\n      // ActiveX objects in IE.\\n      return isNumber(value) && value != +value;\\n    }\\n\\n    /**\\n     * Checks if `value` is a pristine native function.\\n     *\\n     * **Note:** This method can't reliably detect native functions in the presence\\n     * of the core-js package because core-js circumvents this kind of detection.\\n     * Despite multiple requests, the core-js maintainer has made it clear: any\\n     * attempt to fix the detection will be obstructed. As a result, we're left\\n     * with little choice but to throw an error. Unfortunately, this also affects\\n     * packages, like [babel-polyfill](https://www.npmjs.com/package/babel-polyfill),\\n     * which rely on core-js.\\n     *\\n     * @static\\n     * @memberOf _\\n     * @since 3.0.0\\n     * @category Lang\\n     * @param {*} value The value to check.\\n     * @returns {boolean} Returns `true` if `value` is a native function,\\n     *  else `false`.\\n     * @example\\n     *\\n     * _.isNative(Array.prototype.push);\\n     * // => true\\n     *\\n     * _.isNative(_);\\n     * // => false\\n     */\\n    function isNative(value) {\\n      if (isMaskable(value)) {\\n        throw new Error(CORE_ERROR_TEXT);\\n      }\\n      return baseIsNative(value);\\n    }\\n\\n    /**\\n     * Checks if `value` is `null`.\\n     *\\n     * @static\\n     * @memberOf _\\n     * @since 0.1.0\\n     * @category Lang\\n     * @param {*} value The value to check.\\n     * @returns {boolean} Returns `true` if `value` is `null`, else `false`.\\n     * @example\\n     *\\n     * _.isNull(null);\\n     * // => true\\n     *\\n     * _.isNull(void 0);\\n     * // => false\\n     */\\n    function isNull(value) {\\n      return value === null;\\n    }\\n\\n    /**\\n     * Checks if `value` is `null` or `undefined`.\\n     *\\n     * @static\\n     * @memberOf _\\n     * @since 4.0.0\\n     * @category Lang\\n     * @param {*} value The value to check.\\n     * @returns {boolean} Returns `true` if `value` is nullish, else `false`.\\n     * @example\\n     *\\n     * _.isNil(null);\\n     * // => true\\n     *\\n     * _.isNil(void 0);\\n     * // => true\\n     *\\n     * _.isNil(NaN);\\n     * // => false\\n     */\\n    function isNil(value) {\\n      return value == null;\\n    }\\n\\n    /**\\n     * Checks if `value` is classified as a `Number` primitive or object.\\n     *\\n     * **Note:** To exclude `Infinity`, `-Infinity`, and `NaN`, which are\\n     * classified as numbers, use the `_.isFinite` method.\\n     *\\n     * @static\\n     * @memberOf _\\n     * @since 0.1.0\\n     * @category Lang\\n     * @param {*} value The value to check.\\n     * @returns {boolean} Returns `true` if `value` is a number, else `false`.\\n     * @example\\n     *\\n     * _.isNumber(3);\\n     * // => true\\n     *\\n     * _.isNumber(Number.MIN_VALUE);\\n     * // => true\\n     *\\n     * _.isNumber(Infinity);\\n     * // => true\\n     *\\n     * _.isNumber('3');\\n     * // => false\\n     */\\n    function isNumber(value) {\\n      return typeof value == 'number' ||\\n        (isObjectLike(value) && baseGetTag(value) == numberTag);\\n    }\\n\\n    /**\\n     * Checks if `value` is a plain object, that is, an object created by the\\n     * `Object` constructor or one with a `[[Prototype]]` of `null`.\\n     *\\n     * @static\\n     * @memberOf _\\n     * @since 0.8.0\\n     * @category Lang\\n     * @param {*} value The value to check.\\n     * @returns {boolean} Returns `true` if `value` is a plain object, else `false`.\\n     * @example\\n     *\\n     * function Foo() {\\n     *   this.a = 1;\\n     * }\\n     *\\n     * _.isPlainObject(new Foo);\\n     * // => false\\n     *\\n     * _.isPlainObject([1, 2, 3]);\\n     * // => false\\n     *\\n     * _.isPlainObject({ 'x': 0, 'y': 0 });\\n     * // => true\\n     *\\n     * _.isPlainObject(Object.create(null));\\n     * // => true\\n     */\\n    function isPlainObject(value) {\\n      if (!isObjectLike(value) || baseGetTag(value) != objectTag) {\\n        return false;\\n      }\\n      var proto = getPrototype(value);\\n      if (proto === null) {\\n        return true;\\n      }\\n      var Ctor = hasOwnProperty.call(proto, 'constructor') && proto.constructor;\\n      return typeof Ctor == 'function' && Ctor instanceof Ctor &&\\n        funcToString.call(Ctor) == objectCtorString;\\n    }\\n\\n    /**\\n     * Checks if `value` is classified as a `RegExp` object.\\n     *\\n     * @static\\n     * @memberOf _\\n     * @since 0.1.0\\n     * @category Lang\\n     * @param {*} value The value to check.\\n     * @returns {boolean} Returns `true` if `value` is a regexp, else `false`.\\n     * @example\\n     *\\n     * _.isRegExp(/abc/);\\n     * // => true\\n     *\\n     * _.isRegExp('/abc/');\\n     * // => false\\n     */\\n    var isRegExp = nodeIsRegExp ? baseUnary(nodeIsRegExp) : baseIsRegExp;\\n\\n    /**\\n     * Checks if `value` is a safe integer. An integer is safe if it's an IEEE-754\\n     * double precision number which isn't the result of a rounded unsafe integer.\\n     *\\n     * **Note:** This method is based on\\n     * [`Number.isSafeInteger`](https://mdn.io/Number/isSafeInteger).\\n     *\\n     * @static\\n     * @memberOf _\\n     * @since 4.0.0\\n     * @category Lang\\n     * @param {*} value The value to check.\\n     * @returns {boolean} Returns `true` if `value` is a safe integer, else `false`.\\n     * @example\\n     *\\n     * _.isSafeInteger(3);\\n     * // => true\\n     *\\n     * _.isSafeInteger(Number.MIN_VALUE);\\n     * // => false\\n     *\\n     * _.isSafeInteger(Infinity);\\n     * // => false\\n     *\\n     * _.isSafeInteger('3');\\n     * // => false\\n     */\\n    function isSafeInteger(value) {\\n      return isInteger(value) && value >= -MAX_SAFE_INTEGER && value <= MAX_SAFE_INTEGER;\\n    }\\n\\n    /**\\n     * Checks if `value` is classified as a `Set` object.\\n     *\\n     * @static\\n     * @memberOf _\\n     * @since 4.3.0\\n     * @category Lang\\n     * @param {*} value The value to check.\\n     * @returns {boolean} Returns `true` if `value` is a set, else `false`.\\n     * @example\\n     *\\n     * _.isSet(new Set);\\n     * // => true\\n     *\\n     * _.isSet(new WeakSet);\\n     * // => false\\n     */\\n    var isSet = nodeIsSet ? baseUnary(nodeIsSet) : baseIsSet;\\n\\n    /**\\n     * Checks if `value` is classified as a `String` primitive or object.\\n     *\\n     * @static\\n     * @since 0.1.0\\n     * @memberOf _\\n     * @category Lang\\n     * @param {*} value The value to check.\\n     * @returns {boolean} Returns `true` if `value` is a string, else `false`.\\n     * @example\\n     *\\n     * _.isString('abc');\\n     * // => true\\n     *\\n     * _.isString(1);\\n     * // => false\\n     */\\n    function isString(value) {\\n      return typeof value == 'string' ||\\n        (!isArray(value) && isObjectLike(value) && baseGetTag(value) == stringTag);\\n    }\\n\\n    /**\\n     * Checks if `value` is classified as a `Symbol` primitive or object.\\n     *\\n     * @static\\n     * @memberOf _\\n     * @since 4.0.0\\n     * @category Lang\\n     * @param {*} value The value to check.\\n     * @returns {boolean} Returns `true` if `value` is a symbol, else `false`.\\n     * @example\\n     *\\n     * _.isSymbol(Symbol.iterator);\\n     * // => true\\n     *\\n     * _.isSymbol('abc');\\n     * // => false\\n     */\\n    function isSymbol(value) {\\n      return typeof value == 'symbol' ||\\n        (isObjectLike(value) && baseGetTag(value) == symbolTag);\\n    }\\n\\n    /**\\n     * Checks if `value` is classified as a typed array.\\n     *\\n     * @static\\n     * @memberOf _\\n     * @since 3.0.0\\n     * @category Lang\\n     * @param {*} value The value to check.\\n     * @returns {boolean} Returns `true` if `value` is a typed array, else `false`.\\n     * @example\\n     *\\n     * _.isTypedArray(new Uint8Array);\\n     * // => true\\n     *\\n     * _.isTypedArray([]);\\n     * // => false\\n     */\\n    var isTypedArray = nodeIsTypedArray ? baseUnary(nodeIsTypedArray) : baseIsTypedArray;\\n\\n    /**\\n     * Checks if `value` is `undefined`.\\n     *\\n     * @static\\n     * @since 0.1.0\\n     * @memberOf _\\n     * @category Lang\\n     * @param {*} value The value to check.\\n     * @returns {boolean} Returns `true` if `value` is `undefined`, else `false`.\\n     * @example\\n     *\\n     * _.isUndefined(void 0);\\n     * // => true\\n     *\\n     * _.isUndefined(null);\\n     * // => false\\n     */\\n    function isUndefined(value) {\\n      return value === undefined;\\n    }\\n\\n    /**\\n     * Checks if `value` is classified as a `WeakMap` object.\\n     *\\n     * @static\\n     * @memberOf _\\n     * @since 4.3.0\\n     * @category Lang\\n     * @param {*} value The value to check.\\n     * @returns {boolean} Returns `true` if `value` is a weak map, else `false`.\\n     * @example\\n     *\\n     * _.isWeakMap(new WeakMap);\\n     * // => true\\n     *\\n     * _.isWeakMap(new Map);\\n     * // => false\\n     */\\n    function isWeakMap(value) {\\n      return isObjectLike(value) && getTag(value) == weakMapTag;\\n    }\\n\\n    /**\\n     * Checks if `value` is classified as a `WeakSet` object.\\n     *\\n     * @static\\n     * @memberOf _\\n     * @since 4.3.0\\n     * @category Lang\\n     * @param {*} value The value to check.\\n     * @returns {boolean} Returns `true` if `value` is a weak set, else `false`.\\n     * @example\\n     *\\n     * _.isWeakSet(new WeakSet);\\n     * // => true\\n     *\\n     * _.isWeakSet(new Set);\\n     * // => false\\n     */\\n    function isWeakSet(value) {\\n      return isObjectLike(value) && baseGetTag(value) == weakSetTag;\\n    }\\n\\n    /**\\n     * Checks if `value` is less than `other`.\\n     *\\n     * @static\\n     * @memberOf _\\n     * @since 3.9.0\\n     * @category Lang\\n     * @param {*} value The value to compare.\\n     * @param {*} other The other value to compare.\\n     * @returns {boolean} Returns `true` if `value` is less than `other`,\\n     *  else `false`.\\n     * @see _.gt\\n     * @example\\n     *\\n     * _.lt(1, 3);\\n     * // => true\\n     *\\n     * _.lt(3, 3);\\n     * // => false\\n     *\\n     * _.lt(3, 1);\\n     * // => false\\n     */\\n    var lt = createRelationalOperation(baseLt);\\n\\n    /**\\n     * Checks if `value` is less than or equal to `other`.\\n     *\\n     * @static\\n     * @memberOf _\\n     * @since 3.9.0\\n     * @category Lang\\n     * @param {*} value The value to compare.\\n     * @param {*} other The other value to compare.\\n     * @returns {boolean} Returns `true` if `value` is less than or equal to\\n     *  `other`, else `false`.\\n     * @see _.gte\\n     * @example\\n     *\\n     * _.lte(1, 3);\\n     * // => true\\n     *\\n     * _.lte(3, 3);\\n     * // => true\\n     *\\n     * _.lte(3, 1);\\n     * // => false\\n     */\\n    var lte = createRelationalOperation(function(value, other) {\\n      return value <= other;\\n    });\\n\\n    /**\\n     * Converts `value` to an array.\\n     *\\n     * @static\\n     * @since 0.1.0\\n     * @memberOf _\\n     * @category Lang\\n     * @param {*} value The value to convert.\\n     * @returns {Array} Returns the converted array.\\n     * @example\\n     *\\n     * _.toArray({ 'a': 1, 'b': 2 });\\n     * // => [1, 2]\\n     *\\n     * _.toArray('abc');\\n     * // => ['a', 'b', 'c']\\n     *\\n     * _.toArray(1);\\n     * // => []\\n     *\\n     * _.toArray(null);\\n     * // => []\\n     */\\n    function toArray(value) {\\n      if (!value) {\\n        return [];\\n      }\\n      if (isArrayLike(value)) {\\n        return isString(value) ? stringToArray(value) : copyArray(value);\\n      }\\n      if (symIterator && value[symIterator]) {\\n        return iteratorToArray(value[symIterator]());\\n      }\\n      var tag = getTag(value),\\n          func = tag == mapTag ? mapToArray : (tag == setTag ? setToArray : values);\\n\\n      return func(value);\\n    }\\n\\n    /**\\n     * Converts `value` to a finite number.\\n     *\\n     * @static\\n     * @memberOf _\\n     * @since 4.12.0\\n     * @category Lang\\n     * @param {*} value The value to convert.\\n     * @returns {number} Returns the converted number.\\n     * @example\\n     *\\n     * _.toFinite(3.2);\\n     * // => 3.2\\n     *\\n     * _.toFinite(Number.MIN_VALUE);\\n     * // => 5e-324\\n     *\\n     * _.toFinite(Infinity);\\n     * // => 1.7976931348623157e+308\\n     *\\n     * _.toFinite('3.2');\\n     * // => 3.2\\n     */\\n    function toFinite(value) {\\n      if (!value) {\\n        return value === 0 ? value : 0;\\n      }\\n      value = toNumber(value);\\n      if (value === INFINITY || value === -INFINITY) {\\n        var sign = (value < 0 ? -1 : 1);\\n        return sign * MAX_INTEGER;\\n      }\\n      return value === value ? value : 0;\\n    }\\n\\n    /**\\n     * Converts `value` to an integer.\\n     *\\n     * **Note:** This method is loosely based on\\n     * [`ToInteger`](http://www.ecma-international.org/ecma-262/7.0/#sec-tointeger).\\n     *\\n     * @static\\n     * @memberOf _\\n     * @since 4.0.0\\n     * @category Lang\\n     * @param {*} value The value to convert.\\n     * @returns {number} Returns the converted integer.\\n     * @example\\n     *\\n     * _.toInteger(3.2);\\n     * // => 3\\n     *\\n     * _.toInteger(Number.MIN_VALUE);\\n     * // => 0\\n     *\\n     * _.toInteger(Infinity);\\n     * // => 1.7976931348623157e+308\\n     *\\n     * _.toInteger('3.2');\\n     * // => 3\\n     */\\n    function toInteger(value) {\\n      var result = toFinite(value),\\n          remainder = result % 1;\\n\\n      return result === result ? (remainder ? result - remainder : result) : 0;\\n    }\\n\\n    /**\\n     * Converts `value` to an integer suitable for use as the length of an\\n     * array-like object.\\n     *\\n     * **Note:** This method is based on\\n     * [`ToLength`](http://ecma-international.org/ecma-262/7.0/#sec-tolength).\\n     *\\n     * @static\\n     * @memberOf _\\n     * @since 4.0.0\\n     * @category Lang\\n     * @param {*} value The value to convert.\\n     * @returns {number} Returns the converted integer.\\n     * @example\\n     *\\n     * _.toLength(3.2);\\n     * // => 3\\n     *\\n     * _.toLength(Number.MIN_VALUE);\\n     * // => 0\\n     *\\n     * _.toLength(Infinity);\\n     * // => 4294967295\\n     *\\n     * _.toLength('3.2');\\n     * // => 3\\n     */\\n    function toLength(value) {\\n      return value ? baseClamp(toInteger(value), 0, MAX_ARRAY_LENGTH) : 0;\\n    }\\n\\n    /**\\n     * Converts `value` to a number.\\n     *\\n     * @static\\n     * @memberOf _\\n     * @since 4.0.0\\n     * @category Lang\\n     * @param {*} value The value to process.\\n     * @returns {number} Returns the number.\\n     * @example\\n     *\\n     * _.toNumber(3.2);\\n     * // => 3.2\\n     *\\n     * _.toNumber(Number.MIN_VALUE);\\n     * // => 5e-324\\n     *\\n     * _.toNumber(Infinity);\\n     * // => Infinity\\n     *\\n     * _.toNumber('3.2');\\n     * // => 3.2\\n     */\\n    function toNumber(value) {\\n      if (typeof value == 'number') {\\n        return value;\\n      }\\n      if (isSymbol(value)) {\\n        return NAN;\\n      }\\n      if (isObject(value)) {\\n        var other = typeof value.valueOf == 'function' ? value.valueOf() : value;\\n        value = isObject(other) ? (other + '') : other;\\n      }\\n      if (typeof value != 'string') {\\n        return value === 0 ? value : +value;\\n      }\\n      value = value.replace(reTrim, '');\\n      var isBinary = reIsBinary.test(value);\\n      return (isBinary || reIsOctal.test(value))\\n        ? freeParseInt(value.slice(2), isBinary ? 2 : 8)\\n        : (reIsBadHex.test(value) ? NAN : +value);\\n    }\\n\\n    /**\\n     * Converts `value` to a plain object flattening inherited enumerable string\\n     * keyed properties of `value` to own properties of the plain object.\\n     *\\n     * @static\\n     * @memberOf _\\n     * @since 3.0.0\\n     * @category Lang\\n     * @param {*} value The value to convert.\\n     * @returns {Object} Returns the converted plain object.\\n     * @example\\n     *\\n     * function Foo() {\\n     *   this.b = 2;\\n     * }\\n     *\\n     * Foo.prototype.c = 3;\\n     *\\n     * _.assign({ 'a': 1 }, new Foo);\\n     * // => { 'a': 1, 'b': 2 }\\n     *\\n     * _.assign({ 'a': 1 }, _.toPlainObject(new Foo));\\n     * // => { 'a': 1, 'b': 2, 'c': 3 }\\n     */\\n    function toPlainObject(value) {\\n      return copyObject(value, keysIn(value));\\n    }\\n\\n    /**\\n     * Converts `value` to a safe integer. A safe integer can be compared and\\n     * represented correctly.\\n     *\\n     * @static\\n     * @memberOf _\\n     * @since 4.0.0\\n     * @category Lang\\n     * @param {*} value The value to convert.\\n     * @returns {number} Returns the converted integer.\\n     * @example\\n     *\\n     * _.toSafeInteger(3.2);\\n     * // => 3\\n     *\\n     * _.toSafeInteger(Number.MIN_VALUE);\\n     * // => 0\\n     *\\n     * _.toSafeInteger(Infinity);\\n     * // => 9007199254740991\\n     *\\n     * _.toSafeInteger('3.2');\\n     * // => 3\\n     */\\n    function toSafeInteger(value) {\\n      return value\\n        ? baseClamp(toInteger(value), -MAX_SAFE_INTEGER, MAX_SAFE_INTEGER)\\n        : (value === 0 ? value : 0);\\n    }\\n\\n    /**\\n     * Converts `value` to a string. An empty string is returned for `null`\\n     * and `undefined` values. The sign of `-0` is preserved.\\n     *\\n     * @static\\n     * @memberOf _\\n     * @since 4.0.0\\n     * @category Lang\\n     * @param {*} value The value to convert.\\n     * @returns {string} Returns the converted string.\\n     * @example\\n     *\\n     * _.toString(null);\\n     * // => ''\\n     *\\n     * _.toString(-0);\\n     * // => '-0'\\n     *\\n     * _.toString([1, 2, 3]);\\n     * // => '1,2,3'\\n     */\\n    function toString(value) {\\n      return value == null ? '' : baseToString(value);\\n    }\\n\\n    /*------------------------------------------------------------------------*/\\n\\n    /**\\n     * Assigns own enumerable string keyed properties of source objects to the\\n     * destination object. Source objects are applied from left to right.\\n     * Subsequent sources overwrite property assignments of previous sources.\\n     *\\n     * **Note:** This method mutates `object` and is loosely based on\\n     * [`Object.assign`](https://mdn.io/Object/assign).\\n     *\\n     * @static\\n     * @memberOf _\\n     * @since 0.10.0\\n     * @category Object\\n     * @param {Object} object The destination object.\\n     * @param {...Object} [sources] The source objects.\\n     * @returns {Object} Returns `object`.\\n     * @see _.assignIn\\n     * @example\\n     *\\n     * function Foo() {\\n     *   this.a = 1;\\n     * }\\n     *\\n     * function Bar() {\\n     *   this.c = 3;\\n     * }\\n     *\\n     * Foo.prototype.b = 2;\\n     * Bar.prototype.d = 4;\\n     *\\n     * _.assign({ 'a': 0 }, new Foo, new Bar);\\n     * // => { 'a': 1, 'c': 3 }\\n     */\\n    var assign = createAssigner(function(object, source) {\\n      if (isPrototype(source) || isArrayLike(source)) {\\n        copyObject(source, keys(source), object);\\n        return;\\n      }\\n      for (var key in source) {\\n        if (hasOwnProperty.call(source, key)) {\\n          assignValue(object, key, source[key]);\\n        }\\n      }\\n    });\\n\\n    /**\\n     * This method is like `_.assign` except that it iterates over own and\\n     * inherited source properties.\\n     *\\n     * **Note:** This method mutates `object`.\\n     *\\n     * @static\\n     * @memberOf _\\n     * @since 4.0.0\\n     * @alias extend\\n     * @category Object\\n     * @param {Object} object The destination object.\\n     * @param {...Object} [sources] The source objects.\\n     * @returns {Object} Returns `object`.\\n     * @see _.assign\\n     * @example\\n     *\\n     * function Foo() {\\n     *   this.a = 1;\\n     * }\\n     *\\n     * function Bar() {\\n     *   this.c = 3;\\n     * }\\n     *\\n     * Foo.prototype.b = 2;\\n     * Bar.prototype.d = 4;\\n     *\\n     * _.assignIn({ 'a': 0 }, new Foo, new Bar);\\n     * // => { 'a': 1, 'b': 2, 'c': 3, 'd': 4 }\\n     */\\n    var assignIn = createAssigner(function(object, source) {\\n      copyObject(source, keysIn(source), object);\\n    });\\n\\n    /**\\n     * This method is like `_.assignIn` except that it accepts `customizer`\\n     * which is invoked to produce the assigned values. If `customizer` returns\\n     * `undefined`, assignment is handled by the method instead. The `customizer`\\n     * is invoked with five arguments: (objValue, srcValue, key, object, source).\\n     *\\n     * **Note:** This method mutates `object`.\\n     *\\n     * @static\\n     * @memberOf _\\n     * @since 4.0.0\\n     * @alias extendWith\\n     * @category Object\\n     * @param {Object} object The destination object.\\n     * @param {...Object} sources The source objects.\\n     * @param {Function} [customizer] The function to customize assigned values.\\n     * @returns {Object} Returns `object`.\\n     * @see _.assignWith\\n     * @example\\n     *\\n     * function customizer(objValue, srcValue) {\\n     *   return _.isUndefined(objValue) ? srcValue : objValue;\\n     * }\\n     *\\n     * var defaults = _.partialRight(_.assignInWith, customizer);\\n     *\\n     * defaults({ 'a': 1 }, { 'b': 2 }, { 'a': 3 });\\n     * // => { 'a': 1, 'b': 2 }\\n     */\\n    var assignInWith = createAssigner(function(object, source, srcIndex, customizer) {\\n      copyObject(source, keysIn(source), object, customizer);\\n    });\\n\\n    /**\\n     * This method is like `_.assign` except that it accepts `customizer`\\n     * which is invoked to produce the assigned values. If `customizer` returns\\n     * `undefined`, assignment is handled by the method instead. The `customizer`\\n     * is invoked with five arguments: (objValue, srcValue, key, object, source).\\n     *\\n     * **Note:** This method mutates `object`.\\n     *\\n     * @static\\n     * @memberOf _\\n     * @since 4.0.0\\n     * @category Object\\n     * @param {Object} object The destination object.\\n     * @param {...Object} sources The source objects.\\n     * @param {Function} [customizer] The function to customize assigned values.\\n     * @returns {Object} Returns `object`.\\n     * @see _.assignInWith\\n     * @example\\n     *\\n     * function customizer(objValue, srcValue) {\\n     *   return _.isUndefined(objValue) ? srcValue : objValue;\\n     * }\\n     *\\n     * var defaults = _.partialRight(_.assignWith, customizer);\\n     *\\n     * defaults({ 'a': 1 }, { 'b': 2 }, { 'a': 3 });\\n     * // => { 'a': 1, 'b': 2 }\\n     */\\n    var assignWith = createAssigner(function(object, source, srcIndex, customizer) {\\n      copyObject(source, keys(source), object, customizer);\\n    });\\n\\n    /**\\n     * Creates an array of values corresponding to `paths` of `object`.\\n     *\\n     * @static\\n     * @memberOf _\\n     * @since 1.0.0\\n     * @category Object\\n     * @param {Object} object The object to iterate over.\\n     * @param {...(string|string[])} [paths] The property paths to pick.\\n     * @returns {Array} Returns the picked values.\\n     * @example\\n     *\\n     * var object = { 'a': [{ 'b': { 'c': 3 } }, 4] };\\n     *\\n     * _.at(object, ['a[0].b.c', 'a[1]']);\\n     * // => [3, 4]\\n     */\\n    var at = flatRest(baseAt);\\n\\n    /**\\n     * Creates an object that inherits from the `prototype` object. If a\\n     * `properties` object is given, its own enumerable string keyed properties\\n     * are assigned to the created object.\\n     *\\n     * @static\\n     * @memberOf _\\n     * @since 2.3.0\\n     * @category Object\\n     * @param {Object} prototype The object to inherit from.\\n     * @param {Object} [properties] The properties to assign to the object.\\n     * @returns {Object} Returns the new object.\\n     * @example\\n     *\\n     * function Shape() {\\n     *   this.x = 0;\\n     *   this.y = 0;\\n     * }\\n     *\\n     * function Circle() {\\n     *   Shape.call(this);\\n     * }\\n     *\\n     * Circle.prototype = _.create(Shape.prototype, {\\n     *   'constructor': Circle\\n     * });\\n     *\\n     * var circle = new Circle;\\n     * circle instanceof Circle;\\n     * // => true\\n     *\\n     * circle instanceof Shape;\\n     * // => true\\n     */\\n    function create(prototype, properties) {\\n      var result = baseCreate(prototype);\\n      return properties == null ? result : baseAssign(result, properties);\\n    }\\n\\n    /**\\n     * Assigns own and inherited enumerable string keyed properties of source\\n     * objects to the destination object for all destination properties that\\n     * resolve to `undefined`. Source objects are applied from left to right.\\n     * Once a property is set, additional values of the same property are ignored.\\n     *\\n     * **Note:** This method mutates `object`.\\n     *\\n     * @static\\n     * @since 0.1.0\\n     * @memberOf _\\n     * @category Object\\n     * @param {Object} object The destination object.\\n     * @param {...Object} [sources] The source objects.\\n     * @returns {Object} Returns `object`.\\n     * @see _.defaultsDeep\\n     * @example\\n     *\\n     * _.defaults({ 'a': 1 }, { 'b': 2 }, { 'a': 3 });\\n     * // => { 'a': 1, 'b': 2 }\\n     */\\n    var defaults = baseRest(function(object, sources) {\\n      object = Object(object);\\n\\n      var index = -1;\\n      var length = sources.length;\\n      var guard = length > 2 ? sources[2] : undefined;\\n\\n      if (guard && isIterateeCall(sources[0], sources[1], guard)) {\\n        length = 1;\\n      }\\n\\n      while (++index < length) {\\n        var source = sources[index];\\n        var props = keysIn(source);\\n        var propsIndex = -1;\\n        var propsLength = props.length;\\n\\n        while (++propsIndex < propsLength) {\\n          var key = props[propsIndex];\\n          var value = object[key];\\n\\n          if (value === undefined ||\\n              (eq(value, objectProto[key]) && !hasOwnProperty.call(object, key))) {\\n            object[key] = source[key];\\n          }\\n        }\\n      }\\n\\n      return object;\\n    });\\n\\n    /**\\n     * This method is like `_.defaults` except that it recursively assigns\\n     * default properties.\\n     *\\n     * **Note:** This method mutates `object`.\\n     *\\n     * @static\\n     * @memberOf _\\n     * @since 3.10.0\\n     * @category Object\\n     * @param {Object} object The destination object.\\n     * @param {...Object} [sources] The source objects.\\n     * @returns {Object} Returns `object`.\\n     * @see _.defaults\\n     * @example\\n     *\\n     * _.defaultsDeep({ 'a': { 'b': 2 } }, { 'a': { 'b': 1, 'c': 3 } });\\n     * // => { 'a': { 'b': 2, 'c': 3 } }\\n     */\\n    var defaultsDeep = baseRest(function(args) {\\n      args.push(undefined, customDefaultsMerge);\\n      return apply(mergeWith, undefined, args);\\n    });\\n\\n    /**\\n     * This method is like `_.find` except that it returns the key of the first\\n     * element `predicate` returns truthy for instead of the element itself.\\n     *\\n     * @static\\n     * @memberOf _\\n     * @since 1.1.0\\n     * @category Object\\n     * @param {Object} object The object to inspect.\\n     * @param {Function} [predicate=_.identity] The function invoked per iteration.\\n     * @returns {string|undefined} Returns the key of the matched element,\\n     *  else `undefined`.\\n     * @example\\n     *\\n     * var users = {\\n     *   'barney':  { 'age': 36, 'active': true },\\n     *   'fred':    { 'age': 40, 'active': false },\\n     *   'pebbles': { 'age': 1,  'active': true }\\n     * };\\n     *\\n     * _.findKey(users, function(o) { return o.age < 40; });\\n     * // => 'barney' (iteration order is not guaranteed)\\n     *\\n     * // The `_.matches` iteratee shorthand.\\n     * _.findKey(users, { 'age': 1, 'active': true });\\n     * // => 'pebbles'\\n     *\\n     * // The `_.matchesProperty` iteratee shorthand.\\n     * _.findKey(users, ['active', false]);\\n     * // => 'fred'\\n     *\\n     * // The `_.property` iteratee shorthand.\\n     * _.findKey(users, 'active');\\n     * // => 'barney'\\n     */\\n    function findKey(object, predicate) {\\n      return baseFindKey(object, getIteratee(predicate, 3), baseForOwn);\\n    }\\n\\n    /**\\n     * This method is like `_.findKey` except that it iterates over elements of\\n     * a collection in the opposite order.\\n     *\\n     * @static\\n     * @memberOf _\\n     * @since 2.0.0\\n     * @category Object\\n     * @param {Object} object The object to inspect.\\n     * @param {Function} [predicate=_.identity] The function invoked per iteration.\\n     * @returns {string|undefined} Returns the key of the matched element,\\n     *  else `undefined`.\\n     * @example\\n     *\\n     * var users = {\\n     *   'barney':  { 'age': 36, 'active': true },\\n     *   'fred':    { 'age': 40, 'active': false },\\n     *   'pebbles': { 'age': 1,  'active': true }\\n     * };\\n     *\\n     * _.findLastKey(users, function(o) { return o.age < 40; });\\n     * // => returns 'pebbles' assuming `_.findKey` returns 'barney'\\n     *\\n     * // The `_.matches` iteratee shorthand.\\n     * _.findLastKey(users, { 'age': 36, 'active': true });\\n     * // => 'barney'\\n     *\\n     * // The `_.matchesProperty` iteratee shorthand.\\n     * _.findLastKey(users, ['active', false]);\\n     * // => 'fred'\\n     *\\n     * // The `_.property` iteratee shorthand.\\n     * _.findLastKey(users, 'active');\\n     * // => 'pebbles'\\n     */\\n    function findLastKey(object, predicate) {\\n      return baseFindKey(object, getIteratee(predicate, 3), baseForOwnRight);\\n    }\\n\\n    /**\\n     * Iterates over own and inherited enumerable string keyed properties of an\\n     * object and invokes `iteratee` for each property. The iteratee is invoked\\n     * with three arguments: (value, key, object). Iteratee functions may exit\\n     * iteration early by explicitly returning `false`.\\n     *\\n     * @static\\n     * @memberOf _\\n     * @since 0.3.0\\n     * @category Object\\n     * @param {Object} object The object to iterate over.\\n     * @param {Function} [iteratee=_.identity] The function invoked per iteration.\\n     * @returns {Object} Returns `object`.\\n     * @see _.forInRight\\n     * @example\\n     *\\n     * function Foo() {\\n     *   this.a = 1;\\n     *   this.b = 2;\\n     * }\\n     *\\n     * Foo.prototype.c = 3;\\n     *\\n     * _.forIn(new Foo, function(value, key) {\\n     *   console.log(key);\\n     * });\\n     * // => Logs 'a', 'b', then 'c' (iteration order is not guaranteed).\\n     */\\n    function forIn(object, iteratee) {\\n      return object == null\\n        ? object\\n        : baseFor(object, getIteratee(iteratee, 3), keysIn);\\n    }\\n\\n    /**\\n     * This method is like `_.forIn` except that it iterates over properties of\\n     * `object` in the opposite order.\\n     *\\n     * @static\\n     * @memberOf _\\n     * @since 2.0.0\\n     * @category Object\\n     * @param {Object} object The object to iterate over.\\n     * @param {Function} [iteratee=_.identity] The function invoked per iteration.\\n     * @returns {Object} Returns `object`.\\n     * @see _.forIn\\n     * @example\\n     *\\n     * function Foo() {\\n     *   this.a = 1;\\n     *   this.b = 2;\\n     * }\\n     *\\n     * Foo.prototype.c = 3;\\n     *\\n     * _.forInRight(new Foo, function(value, key) {\\n     *   console.log(key);\\n     * });\\n     * // => Logs 'c', 'b', then 'a' assuming `_.forIn` logs 'a', 'b', then 'c'.\\n     */\\n    function forInRight(object, iteratee) {\\n      return object == null\\n        ? object\\n        : baseForRight(object, getIteratee(iteratee, 3), keysIn);\\n    }\\n\\n    /**\\n     * Iterates over own enumerable string keyed properties of an object and\\n     * invokes `iteratee` for each property. The iteratee is invoked with three\\n     * arguments: (value, key, object). Iteratee functions may exit iteration\\n     * early by explicitly returning `false`.\\n     *\\n     * @static\\n     * @memberOf _\\n     * @since 0.3.0\\n     * @category Object\\n     * @param {Object} object The object to iterate over.\\n     * @param {Function} [iteratee=_.identity] The function invoked per iteration.\\n     * @returns {Object} Returns `object`.\\n     * @see _.forOwnRight\\n     * @example\\n     *\\n     * function Foo() {\\n     *   this.a = 1;\\n     *   this.b = 2;\\n     * }\\n     *\\n     * Foo.prototype.c = 3;\\n     *\\n     * _.forOwn(new Foo, function(value, key) {\\n     *   console.log(key);\\n     * });\\n     * // => Logs 'a' then 'b' (iteration order is not guaranteed).\\n     */\\n    function forOwn(object, iteratee) {\\n      return object && baseForOwn(object, getIteratee(iteratee, 3));\\n    }\\n\\n    /**\\n     * This method is like `_.forOwn` except that it iterates over properties of\\n     * `object` in the opposite order.\\n     *\\n     * @static\\n     * @memberOf _\\n     * @since 2.0.0\\n     * @category Object\\n     * @param {Object} object The object to iterate over.\\n     * @param {Function} [iteratee=_.identity] The function invoked per iteration.\\n     * @returns {Object} Returns `object`.\\n     * @see _.forOwn\\n     * @example\\n     *\\n     * function Foo() {\\n     *   this.a = 1;\\n     *   this.b = 2;\\n     * }\\n     *\\n     * Foo.prototype.c = 3;\\n     *\\n     * _.forOwnRight(new Foo, function(value, key) {\\n     *   console.log(key);\\n     * });\\n     * // => Logs 'b' then 'a' assuming `_.forOwn` logs 'a' then 'b'.\\n     */\\n    function forOwnRight(object, iteratee) {\\n      return object && baseForOwnRight(object, getIteratee(iteratee, 3));\\n    }\\n\\n    /**\\n     * Creates an array of function property names from own enumerable properties\\n     * of `object`.\\n     *\\n     * @static\\n     * @since 0.1.0\\n     * @memberOf _\\n     * @category Object\\n     * @param {Object} object The object to inspect.\\n     * @returns {Array} Returns the function names.\\n     * @see _.functionsIn\\n     * @example\\n     *\\n     * function Foo() {\\n     *   this.a = _.constant('a');\\n     *   this.b = _.constant('b');\\n     * }\\n     *\\n     * Foo.prototype.c = _.constant('c');\\n     *\\n     * _.functions(new Foo);\\n     * // => ['a', 'b']\\n     */\\n    function functions(object) {\\n      return object == null ? [] : baseFunctions(object, keys(object));\\n    }\\n\\n    /**\\n     * Creates an array of function property names from own and inherited\\n     * enumerable properties of `object`.\\n     *\\n     * @static\\n     * @memberOf _\\n     * @since 4.0.0\\n     * @category Object\\n     * @param {Object} object The object to inspect.\\n     * @returns {Array} Returns the function names.\\n     * @see _.functions\\n     * @example\\n     *\\n     * function Foo() {\\n     *   this.a = _.constant('a');\\n     *   this.b = _.constant('b');\\n     * }\\n     *\\n     * Foo.prototype.c = _.constant('c');\\n     *\\n     * _.functionsIn(new Foo);\\n     * // => ['a', 'b', 'c']\\n     */\\n    function functionsIn(object) {\\n      return object == null ? [] : baseFunctions(object, keysIn(object));\\n    }\\n\\n    /**\\n     * Gets the value at `path` of `object`. If the resolved value is\\n     * `undefined`, the `defaultValue` is returned in its place.\\n     *\\n     * @static\\n     * @memberOf _\\n     * @since 3.7.0\\n     * @category Object\\n     * @param {Object} object The object to query.\\n     * @param {Array|string} path The path of the property to get.\\n     * @param {*} [defaultValue] The value returned for `undefined` resolved values.\\n     * @returns {*} Returns the resolved value.\\n     * @example\\n     *\\n     * var object = { 'a': [{ 'b': { 'c': 3 } }] };\\n     *\\n     * _.get(object, 'a[0].b.c');\\n     * // => 3\\n     *\\n     * _.get(object, ['a', '0', 'b', 'c']);\\n     * // => 3\\n     *\\n     * _.get(object, 'a.b.c', 'default');\\n     * // => 'default'\\n     */\\n    function get(object, path, defaultValue) {\\n      var result = object == null ? undefined : baseGet(object, path);\\n      return result === undefined ? defaultValue : result;\\n    }\\n\\n    /**\\n     * Checks if `path` is a direct property of `object`.\\n     *\\n     * @static\\n     * @since 0.1.0\\n     * @memberOf _\\n     * @category Object\\n     * @param {Object} object The object to query.\\n     * @param {Array|string} path The path to check.\\n     * @returns {boolean} Returns `true` if `path` exists, else `false`.\\n     * @example\\n     *\\n     * var object = { 'a': { 'b': 2 } };\\n     * var other = _.create({ 'a': _.create({ 'b': 2 }) });\\n     *\\n     * _.has(object, 'a');\\n     * // => true\\n     *\\n     * _.has(object, 'a.b');\\n     * // => true\\n     *\\n     * _.has(object, ['a', 'b']);\\n     * // => true\\n     *\\n     * _.has(other, 'a');\\n     * // => false\\n     */\\n    function has(object, path) {\\n      return object != null && hasPath(object, path, baseHas);\\n    }\\n\\n    /**\\n     * Checks if `path` is a direct or inherited property of `object`.\\n     *\\n     * @static\\n     * @memberOf _\\n     * @since 4.0.0\\n     * @category Object\\n     * @param {Object} object The object to query.\\n     * @param {Array|string} path The path to check.\\n     * @returns {boolean} Returns `true` if `path` exists, else `false`.\\n     * @example\\n     *\\n     * var object = _.create({ 'a': _.create({ 'b': 2 }) });\\n     *\\n     * _.hasIn(object, 'a');\\n     * // => true\\n     *\\n     * _.hasIn(object, 'a.b');\\n     * // => true\\n     *\\n     * _.hasIn(object, ['a', 'b']);\\n     * // => true\\n     *\\n     * _.hasIn(object, 'b');\\n     * // => false\\n     */\\n    function hasIn(object, path) {\\n      return object != null && hasPath(object, path, baseHasIn);\\n    }\\n\\n    /**\\n     * Creates an object composed of the inverted keys and values of `object`.\\n     * If `object` contains duplicate values, subsequent values overwrite\\n     * property assignments of previous values.\\n     *\\n     * @static\\n     * @memberOf _\\n     * @since 0.7.0\\n     * @category Object\\n     * @param {Object} object The object to invert.\\n     * @returns {Object} Returns the new inverted object.\\n     * @example\\n     *\\n     * var object = { 'a': 1, 'b': 2, 'c': 1 };\\n     *\\n     * _.invert(object);\\n     * // => { '1': 'c', '2': 'b' }\\n     */\\n    var invert = createInverter(function(result, value, key) {\\n      if (value != null &&\\n          typeof value.toString != 'function') {\\n        value = nativeObjectToString.call(value);\\n      }\\n\\n      result[value] = key;\\n    }, constant(identity));\\n\\n    /**\\n     * This method is like `_.invert` except that the inverted object is generated\\n     * from the results of running each element of `object` thru `iteratee`. The\\n     * corresponding inverted value of each inverted key is an array of keys\\n     * responsible for generating the inverted value. The iteratee is invoked\\n     * with one argument: (value).\\n     *\\n     * @static\\n     * @memberOf _\\n     * @since 4.1.0\\n     * @category Object\\n     * @param {Object} object The object to invert.\\n     * @param {Function} [iteratee=_.identity] The iteratee invoked per element.\\n     * @returns {Object} Returns the new inverted object.\\n     * @example\\n     *\\n     * var object = { 'a': 1, 'b': 2, 'c': 1 };\\n     *\\n     * _.invertBy(object);\\n     * // => { '1': ['a', 'c'], '2': ['b'] }\\n     *\\n     * _.invertBy(object, function(value) {\\n     *   return 'group' + value;\\n     * });\\n     * // => { 'group1': ['a', 'c'], 'group2': ['b'] }\\n     */\\n    var invertBy = createInverter(function(result, value, key) {\\n      if (value != null &&\\n          typeof value.toString != 'function') {\\n        value = nativeObjectToString.call(value);\\n      }\\n\\n      if (hasOwnProperty.call(result, value)) {\\n        result[value].push(key);\\n      } else {\\n        result[value] = [key];\\n      }\\n    }, getIteratee);\\n\\n    /**\\n     * Invokes the method at `path` of `object`.\\n     *\\n     * @static\\n     * @memberOf _\\n     * @since 4.0.0\\n     * @category Object\\n     * @param {Object} object The object to query.\\n     * @param {Array|string} path The path of the method to invoke.\\n     * @param {...*} [args] The arguments to invoke the method with.\\n     * @returns {*} Returns the result of the invoked method.\\n     * @example\\n     *\\n     * var object = { 'a': [{ 'b': { 'c': [1, 2, 3, 4] } }] };\\n     *\\n     * _.invoke(object, 'a[0].b.c.slice', 1, 3);\\n     * // => [2, 3]\\n     */\\n    var invoke = baseRest(baseInvoke);\\n\\n    /**\\n     * Creates an array of the own enumerable property names of `object`.\\n     *\\n     * **Note:** Non-object values are coerced to objects. See the\\n     * [ES spec](http://ecma-international.org/ecma-262/7.0/#sec-object.keys)\\n     * for more details.\\n     *\\n     * @static\\n     * @since 0.1.0\\n     * @memberOf _\\n     * @category Object\\n     * @param {Object} object The object to query.\\n     * @returns {Array} Returns the array of property names.\\n     * @example\\n     *\\n     * function Foo() {\\n     *   this.a = 1;\\n     *   this.b = 2;\\n     * }\\n     *\\n     * Foo.prototype.c = 3;\\n     *\\n     * _.keys(new Foo);\\n     * // => ['a', 'b'] (iteration order is not guaranteed)\\n     *\\n     * _.keys('hi');\\n     * // => ['0', '1']\\n     */\\n    function keys(object) {\\n      return isArrayLike(object) ? arrayLikeKeys(object) : baseKeys(object);\\n    }\\n\\n    /**\\n     * Creates an array of the own and inherited enumerable property names of `object`.\\n     *\\n     * **Note:** Non-object values are coerced to objects.\\n     *\\n     * @static\\n     * @memberOf _\\n     * @since 3.0.0\\n     * @category Object\\n     * @param {Object} object The object to query.\\n     * @returns {Array} Returns the array of property names.\\n     * @example\\n     *\\n     * function Foo() {\\n     *   this.a = 1;\\n     *   this.b = 2;\\n     * }\\n     *\\n     * Foo.prototype.c = 3;\\n     *\\n     * _.keysIn(new Foo);\\n     * // => ['a', 'b', 'c'] (iteration order is not guaranteed)\\n     */\\n    function keysIn(object) {\\n      return isArrayLike(object) ? arrayLikeKeys(object, true) : baseKeysIn(object);\\n    }\\n\\n    /**\\n     * The opposite of `_.mapValues`; this method creates an object with the\\n     * same values as `object` and keys generated by running each own enumerable\\n     * string keyed property of `object` thru `iteratee`. The iteratee is invoked\\n     * with three arguments: (value, key, object).\\n     *\\n     * @static\\n     * @memberOf _\\n     * @since 3.8.0\\n     * @category Object\\n     * @param {Object} object The object to iterate over.\\n     * @param {Function} [iteratee=_.identity] The function invoked per iteration.\\n     * @returns {Object} Returns the new mapped object.\\n     * @see _.mapValues\\n     * @example\\n     *\\n     * _.mapKeys({ 'a': 1, 'b': 2 }, function(value, key) {\\n     *   return key + value;\\n     * });\\n     * // => { 'a1': 1, 'b2': 2 }\\n     */\\n    function mapKeys(object, iteratee) {\\n      var result = {};\\n      iteratee = getIteratee(iteratee, 3);\\n\\n      baseForOwn(object, function(value, key, object) {\\n        baseAssignValue(result, iteratee(value, key, object), value);\\n      });\\n      return result;\\n    }\\n\\n    /**\\n     * Creates an object with the same keys as `object` and values generated\\n     * by running each own enumerable string keyed property of `object` thru\\n     * `iteratee`. The iteratee is invoked with three arguments:\\n     * (value, key, object).\\n     *\\n     * @static\\n     * @memberOf _\\n     * @since 2.4.0\\n     * @category Object\\n     * @param {Object} object The object to iterate over.\\n     * @param {Function} [iteratee=_.identity] The function invoked per iteration.\\n     * @returns {Object} Returns the new mapped object.\\n     * @see _.mapKeys\\n     * @example\\n     *\\n     * var users = {\\n     *   'fred':    { 'user': 'fred',    'age': 40 },\\n     *   'pebbles': { 'user': 'pebbles', 'age': 1 }\\n     * };\\n     *\\n     * _.mapValues(users, function(o) { return o.age; });\\n     * // => { 'fred': 40, 'pebbles': 1 } (iteration order is not guaranteed)\\n     *\\n     * // The `_.property` iteratee shorthand.\\n     * _.mapValues(users, 'age');\\n     * // => { 'fred': 40, 'pebbles': 1 } (iteration order is not guaranteed)\\n     */\\n    function mapValues(object, iteratee) {\\n      var result = {};\\n      iteratee = getIteratee(iteratee, 3);\\n\\n      baseForOwn(object, function(value, key, object) {\\n        baseAssignValue(result, key, iteratee(value, key, object));\\n      });\\n      return result;\\n    }\\n\\n    /**\\n     * This method is like `_.assign` except that it recursively merges own and\\n     * inherited enumerable string keyed properties of source objects into the\\n     * destination object. Source properties that resolve to `undefined` are\\n     * skipped if a destination value exists. Array and plain object properties\\n     * are merged recursively. Other objects and value types are overridden by\\n     * assignment. Source objects are applied from left to right. Subsequent\\n     * sources overwrite property assignments of previous sources.\\n     *\\n     * **Note:** This method mutates `object`.\\n     *\\n     * @static\\n     * @memberOf _\\n     * @since 0.5.0\\n     * @category Object\\n     * @param {Object} object The destination object.\\n     * @param {...Object} [sources] The source objects.\\n     * @returns {Object} Returns `object`.\\n     * @example\\n     *\\n     * var object = {\\n     *   'a': [{ 'b': 2 }, { 'd': 4 }]\\n     * };\\n     *\\n     * var other = {\\n     *   'a': [{ 'c': 3 }, { 'e': 5 }]\\n     * };\\n     *\\n     * _.merge(object, other);\\n     * // => { 'a': [{ 'b': 2, 'c': 3 }, { 'd': 4, 'e': 5 }] }\\n     */\\n    var merge = createAssigner(function(object, source, srcIndex) {\\n      baseMerge(object, source, srcIndex);\\n    });\\n\\n    /**\\n     * This method is like `_.merge` except that it accepts `customizer` which\\n     * is invoked to produce the merged values of the destination and source\\n     * properties. If `customizer` returns `undefined`, merging is handled by the\\n     * method instead. The `customizer` is invoked with six arguments:\\n     * (objValue, srcValue, key, object, source, stack).\\n     *\\n     * **Note:** This method mutates `object`.\\n     *\\n     * @static\\n     * @memberOf _\\n     * @since 4.0.0\\n     * @category Object\\n     * @param {Object} object The destination object.\\n     * @param {...Object} sources The source objects.\\n     * @param {Function} customizer The function to customize assigned values.\\n     * @returns {Object} Returns `object`.\\n     * @example\\n     *\\n     * function customizer(objValue, srcValue) {\\n     *   if (_.isArray(objValue)) {\\n     *     return objValue.concat(srcValue);\\n     *   }\\n     * }\\n     *\\n     * var object = { 'a': [1], 'b': [2] };\\n     * var other = { 'a': [3], 'b': [4] };\\n     *\\n     * _.mergeWith(object, other, customizer);\\n     * // => { 'a': [1, 3], 'b': [2, 4] }\\n     */\\n    var mergeWith = createAssigner(function(object, source, srcIndex, customizer) {\\n      baseMerge(object, source, srcIndex, customizer);\\n    });\\n\\n    /**\\n     * The opposite of `_.pick`; this method creates an object composed of the\\n     * own and inherited enumerable property paths of `object` that are not omitted.\\n     *\\n     * **Note:** This method is considerably slower than `_.pick`.\\n     *\\n     * @static\\n     * @since 0.1.0\\n     * @memberOf _\\n     * @category Object\\n     * @param {Object} object The source object.\\n     * @param {...(string|string[])} [paths] The property paths to omit.\\n     * @returns {Object} Returns the new object.\\n     * @example\\n     *\\n     * var object = { 'a': 1, 'b': '2', 'c': 3 };\\n     *\\n     * _.omit(object, ['a', 'c']);\\n     * // => { 'b': '2' }\\n     */\\n    var omit = flatRest(function(object, paths) {\\n      var result = {};\\n      if (object == null) {\\n        return result;\\n      }\\n      var isDeep = false;\\n      paths = arrayMap(paths, function(path) {\\n        path = castPath(path, object);\\n        isDeep || (isDeep = path.length > 1);\\n        return path;\\n      });\\n      copyObject(object, getAllKeysIn(object), result);\\n      if (isDeep) {\\n        result = baseClone(result, CLONE_DEEP_FLAG | CLONE_FLAT_FLAG | CLONE_SYMBOLS_FLAG, customOmitClone);\\n      }\\n      var length = paths.length;\\n      while (length--) {\\n        baseUnset(result, paths[length]);\\n      }\\n      return result;\\n    });\\n\\n    /**\\n     * The opposite of `_.pickBy`; this method creates an object composed of\\n     * the own and inherited enumerable string keyed properties of `object` that\\n     * `predicate` doesn't return truthy for. The predicate is invoked with two\\n     * arguments: (value, key).\\n     *\\n     * @static\\n     * @memberOf _\\n     * @since 4.0.0\\n     * @category Object\\n     * @param {Object} object The source object.\\n     * @param {Function} [predicate=_.identity] The function invoked per property.\\n     * @returns {Object} Returns the new object.\\n     * @example\\n     *\\n     * var object = { 'a': 1, 'b': '2', 'c': 3 };\\n     *\\n     * _.omitBy(object, _.isNumber);\\n     * // => { 'b': '2' }\\n     */\\n    function omitBy(object, predicate) {\\n      return pickBy(object, negate(getIteratee(predicate)));\\n    }\\n\\n    /**\\n     * Creates an object composed of the picked `object` properties.\\n     *\\n     * @static\\n     * @since 0.1.0\\n     * @memberOf _\\n     * @category Object\\n     * @param {Object} object The source object.\\n     * @param {...(string|string[])} [paths] The property paths to pick.\\n     * @returns {Object} Returns the new object.\\n     * @example\\n     *\\n     * var object = { 'a': 1, 'b': '2', 'c': 3 };\\n     *\\n     * _.pick(object, ['a', 'c']);\\n     * // => { 'a': 1, 'c': 3 }\\n     */\\n    var pick = flatRest(function(object, paths) {\\n      return object == null ? {} : basePick(object, paths);\\n    });\\n\\n    /**\\n     * Creates an object composed of the `object` properties `predicate` returns\\n     * truthy for. The predicate is invoked with two arguments: (value, key).\\n     *\\n     * @static\\n     * @memberOf _\\n     * @since 4.0.0\\n     * @category Object\\n     * @param {Object} object The source object.\\n     * @param {Function} [predicate=_.identity] The function invoked per property.\\n     * @returns {Object} Returns the new object.\\n     * @example\\n     *\\n     * var object = { 'a': 1, 'b': '2', 'c': 3 };\\n     *\\n     * _.pickBy(object, _.isNumber);\\n     * // => { 'a': 1, 'c': 3 }\\n     */\\n    function pickBy(object, predicate) {\\n      if (object == null) {\\n        return {};\\n      }\\n      var props = arrayMap(getAllKeysIn(object), function(prop) {\\n        return [prop];\\n      });\\n      predicate = getIteratee(predicate);\\n      return basePickBy(object, props, function(value, path) {\\n        return predicate(value, path[0]);\\n      });\\n    }\\n\\n    /**\\n     * This method is like `_.get` except that if the resolved value is a\\n     * function it's invoked with the `this` binding of its parent object and\\n     * its result is returned.\\n     *\\n     * @static\\n     * @since 0.1.0\\n     * @memberOf _\\n     * @category Object\\n     * @param {Object} object The object to query.\\n     * @param {Array|string} path The path of the property to resolve.\\n     * @param {*} [defaultValue] The value returned for `undefined` resolved values.\\n     * @returns {*} Returns the resolved value.\\n     * @example\\n     *\\n     * var object = { 'a': [{ 'b': { 'c1': 3, 'c2': _.constant(4) } }] };\\n     *\\n     * _.result(object, 'a[0].b.c1');\\n     * // => 3\\n     *\\n     * _.result(object, 'a[0].b.c2');\\n     * // => 4\\n     *\\n     * _.result(object, 'a[0].b.c3', 'default');\\n     * // => 'default'\\n     *\\n     * _.result(object, 'a[0].b.c3', _.constant('default'));\\n     * // => 'default'\\n     */\\n    function result(object, path, defaultValue) {\\n      path = castPath(path, object);\\n\\n      var index = -1,\\n          length = path.length;\\n\\n      // Ensure the loop is entered when path is empty.\\n      if (!length) {\\n        length = 1;\\n        object = undefined;\\n      }\\n      while (++index < length) {\\n        var value = object == null ? undefined : object[toKey(path[index])];\\n        if (value === undefined) {\\n          index = length;\\n          value = defaultValue;\\n        }\\n        object = isFunction(value) ? value.call(object) : value;\\n      }\\n      return object;\\n    }\\n\\n    /**\\n     * Sets the value at `path` of `object`. If a portion of `path` doesn't exist,\\n     * it's created. Arrays are created for missing index properties while objects\\n     * are created for all other missing properties. Use `_.setWith` to customize\\n     * `path` creation.\\n     *\\n     * **Note:** This method mutates `object`.\\n     *\\n     * @static\\n     * @memberOf _\\n     * @since 3.7.0\\n     * @category Object\\n     * @param {Object} object The object to modify.\\n     * @param {Array|string} path The path of the property to set.\\n     * @param {*} value The value to set.\\n     * @returns {Object} Returns `object`.\\n     * @example\\n     *\\n     * var object = { 'a': [{ 'b': { 'c': 3 } }] };\\n     *\\n     * _.set(object, 'a[0].b.c', 4);\\n     * console.log(object.a[0].b.c);\\n     * // => 4\\n     *\\n     * _.set(object, ['x', '0', 'y', 'z'], 5);\\n     * console.log(object.x[0].y.z);\\n     * // => 5\\n     */\\n    function set(object, path, value) {\\n      return object == null ? object : baseSet(object, path, value);\\n    }\\n\\n    /**\\n     * This method is like `_.set` except that it accepts `customizer` which is\\n     * invoked to produce the objects of `path`.  If `customizer` returns `undefined`\\n     * path creation is handled by the method instead. The `customizer` is invoked\\n     * with three arguments: (nsValue, key, nsObject).\\n     *\\n     * **Note:** This method mutates `object`.\\n     *\\n     * @static\\n     * @memberOf _\\n     * @since 4.0.0\\n     * @category Object\\n     * @param {Object} object The object to modify.\\n     * @param {Array|string} path The path of the property to set.\\n     * @param {*} value The value to set.\\n     * @param {Function} [customizer] The function to customize assigned values.\\n     * @returns {Object} Returns `object`.\\n     * @example\\n     *\\n     * var object = {};\\n     *\\n     * _.setWith(object, '[0][1]', 'a', Object);\\n     * // => { '0': { '1': 'a' } }\\n     */\\n    function setWith(object, path, value, customizer) {\\n      customizer = typeof customizer == 'function' ? customizer : undefined;\\n      return object == null ? object : baseSet(object, path, value, customizer);\\n    }\\n\\n    /**\\n     * Creates an array of own enumerable string keyed-value pairs for `object`\\n     * which can be consumed by `_.fromPairs`. If `object` is a map or set, its\\n     * entries are returned.\\n     *\\n     * @static\\n     * @memberOf _\\n     * @since 4.0.0\\n     * @alias entries\\n     * @category Object\\n     * @param {Object} object The object to query.\\n     * @returns {Array} Returns the key-value pairs.\\n     * @example\\n     *\\n     * function Foo() {\\n     *   this.a = 1;\\n     *   this.b = 2;\\n     * }\\n     *\\n     * Foo.prototype.c = 3;\\n     *\\n     * _.toPairs(new Foo);\\n     * // => [['a', 1], ['b', 2]] (iteration order is not guaranteed)\\n     */\\n    var toPairs = createToPairs(keys);\\n\\n    /**\\n     * Creates an array of own and inherited enumerable string keyed-value pairs\\n     * for `object` which can be consumed by `_.fromPairs`. If `object` is a map\\n     * or set, its entries are returned.\\n     *\\n     * @static\\n     * @memberOf _\\n     * @since 4.0.0\\n     * @alias entriesIn\\n     * @category Object\\n     * @param {Object} object The object to query.\\n     * @returns {Array} Returns the key-value pairs.\\n     * @example\\n     *\\n     * function Foo() {\\n     *   this.a = 1;\\n     *   this.b = 2;\\n     * }\\n     *\\n     * Foo.prototype.c = 3;\\n     *\\n     * _.toPairsIn(new Foo);\\n     * // => [['a', 1], ['b', 2], ['c', 3]] (iteration order is not guaranteed)\\n     */\\n    var toPairsIn = createToPairs(keysIn);\\n\\n    /**\\n     * An alternative to `_.reduce`; this method transforms `object` to a new\\n     * `accumulator` object which is the result of running each of its own\\n     * enumerable string keyed properties thru `iteratee`, with each invocation\\n     * potentially mutating the `accumulator` object. If `accumulator` is not\\n     * provided, a new object with the same `[[Prototype]]` will be used. The\\n     * iteratee is invoked with four arguments: (accumulator, value, key, object).\\n     * Iteratee functions may exit iteration early by explicitly returning `false`.\\n     *\\n     * @static\\n     * @memberOf _\\n     * @since 1.3.0\\n     * @category Object\\n     * @param {Object} object The object to iterate over.\\n     * @param {Function} [iteratee=_.identity] The function invoked per iteration.\\n     * @param {*} [accumulator] The custom accumulator value.\\n     * @returns {*} Returns the accumulated value.\\n     * @example\\n     *\\n     * _.transform([2, 3, 4], function(result, n) {\\n     *   result.push(n *= n);\\n     *   return n % 2 == 0;\\n     * }, []);\\n     * // => [4, 9]\\n     *\\n     * _.transform({ 'a': 1, 'b': 2, 'c': 1 }, function(result, value, key) {\\n     *   (result[value] || (result[value] = [])).push(key);\\n     * }, {});\\n     * // => { '1': ['a', 'c'], '2': ['b'] }\\n     */\\n    function transform(object, iteratee, accumulator) {\\n      var isArr = isArray(object),\\n          isArrLike = isArr || isBuffer(object) || isTypedArray(object);\\n\\n      iteratee = getIteratee(iteratee, 4);\\n      if (accumulator == null) {\\n        var Ctor = object && object.constructor;\\n        if (isArrLike) {\\n          accumulator = isArr ? new Ctor : [];\\n        }\\n        else if (isObject(object)) {\\n          accumulator = isFunction(Ctor) ? baseCreate(getPrototype(object)) : {};\\n        }\\n        else {\\n          accumulator = {};\\n        }\\n      }\\n      (isArrLike ? arrayEach : baseForOwn)(object, function(value, index, object) {\\n        return iteratee(accumulator, value, index, object);\\n      });\\n      return accumulator;\\n    }\\n\\n    /**\\n     * Removes the property at `path` of `object`.\\n     *\\n     * **Note:** This method mutates `object`.\\n     *\\n     * @static\\n     * @memberOf _\\n     * @since 4.0.0\\n     * @category Object\\n     * @param {Object} object The object to modify.\\n     * @param {Array|string} path The path of the property to unset.\\n     * @returns {boolean} Returns `true` if the property is deleted, else `false`.\\n     * @example\\n     *\\n     * var object = { 'a': [{ 'b': { 'c': 7 } }] };\\n     * _.unset(object, 'a[0].b.c');\\n     * // => true\\n     *\\n     * console.log(object);\\n     * // => { 'a': [{ 'b': {} }] };\\n     *\\n     * _.unset(object, ['a', '0', 'b', 'c']);\\n     * // => true\\n     *\\n     * console.log(object);\\n     * // => { 'a': [{ 'b': {} }] };\\n     */\\n    function unset(object, path) {\\n      return object == null ? true : baseUnset(object, path);\\n    }\\n\\n    /**\\n     * This method is like `_.set` except that accepts `updater` to produce the\\n     * value to set. Use `_.updateWith` to customize `path` creation. The `updater`\\n     * is invoked with one argument: (value).\\n     *\\n     * **Note:** This method mutates `object`.\\n     *\\n     * @static\\n     * @memberOf _\\n     * @since 4.6.0\\n     * @category Object\\n     * @param {Object} object The object to modify.\\n     * @param {Array|string} path The path of the property to set.\\n     * @param {Function} updater The function to produce the updated value.\\n     * @returns {Object} Returns `object`.\\n     * @example\\n     *\\n     * var object = { 'a': [{ 'b': { 'c': 3 } }] };\\n     *\\n     * _.update(object, 'a[0].b.c', function(n) { return n * n; });\\n     * console.log(object.a[0].b.c);\\n     * // => 9\\n     *\\n     * _.update(object, 'x[0].y.z', function(n) { return n ? n + 1 : 0; });\\n     * console.log(object.x[0].y.z);\\n     * // => 0\\n     */\\n    function update(object, path, updater) {\\n      return object == null ? object : baseUpdate(object, path, castFunction(updater));\\n    }\\n\\n    /**\\n     * This method is like `_.update` except that it accepts `customizer` which is\\n     * invoked to produce the objects of `path`.  If `customizer` returns `undefined`\\n     * path creation is handled by the method instead. The `customizer` is invoked\\n     * with three arguments: (nsValue, key, nsObject).\\n     *\\n     * **Note:** This method mutates `object`.\\n     *\\n     * @static\\n     * @memberOf _\\n     * @since 4.6.0\\n     * @category Object\\n     * @param {Object} object The object to modify.\\n     * @param {Array|string} path The path of the property to set.\\n     * @param {Function} updater The function to produce the updated value.\\n     * @param {Function} [customizer] The function to customize assigned values.\\n     * @returns {Object} Returns `object`.\\n     * @example\\n     *\\n     * var object = {};\\n     *\\n     * _.updateWith(object, '[0][1]', _.constant('a'), Object);\\n     * // => { '0': { '1': 'a' } }\\n     */\\n    function updateWith(object, path, updater, customizer) {\\n      customizer = typeof customizer == 'function' ? customizer : undefined;\\n      return object == null ? object : baseUpdate(object, path, castFunction(updater), customizer);\\n    }\\n\\n    /**\\n     * Creates an array of the own enumerable string keyed property values of `object`.\\n     *\\n     * **Note:** Non-object values are coerced to objects.\\n     *\\n     * @static\\n     * @since 0.1.0\\n     * @memberOf _\\n     * @category Object\\n     * @param {Object} object The object to query.\\n     * @returns {Array} Returns the array of property values.\\n     * @example\\n     *\\n     * function Foo() {\\n     *   this.a = 1;\\n     *   this.b = 2;\\n     * }\\n     *\\n     * Foo.prototype.c = 3;\\n     *\\n     * _.values(new Foo);\\n     * // => [1, 2] (iteration order is not guaranteed)\\n     *\\n     * _.values('hi');\\n     * // => ['h', 'i']\\n     */\\n    function values(object) {\\n      return object == null ? [] : baseValues(object, keys(object));\\n    }\\n\\n    /**\\n     * Creates an array of the own and inherited enumerable string keyed property\\n     * values of `object`.\\n     *\\n     * **Note:** Non-object values are coerced to objects.\\n     *\\n     * @static\\n     * @memberOf _\\n     * @since 3.0.0\\n     * @category Object\\n     * @param {Object} object The object to query.\\n     * @returns {Array} Returns the array of property values.\\n     * @example\\n     *\\n     * function Foo() {\\n     *   this.a = 1;\\n     *   this.b = 2;\\n     * }\\n     *\\n     * Foo.prototype.c = 3;\\n     *\\n     * _.valuesIn(new Foo);\\n     * // => [1, 2, 3] (iteration order is not guaranteed)\\n     */\\n    function valuesIn(object) {\\n      return object == null ? [] : baseValues(object, keysIn(object));\\n    }\\n\\n    /*------------------------------------------------------------------------*/\\n\\n    /**\\n     * Clamps `number` within the inclusive `lower` and `upper` bounds.\\n     *\\n     * @static\\n     * @memberOf _\\n     * @since 4.0.0\\n     * @category Number\\n     * @param {number} number The number to clamp.\\n     * @param {number} [lower] The lower bound.\\n     * @param {number} upper The upper bound.\\n     * @returns {number} Returns the clamped number.\\n     * @example\\n     *\\n     * _.clamp(-10, -5, 5);\\n     * // => -5\\n     *\\n     * _.clamp(10, -5, 5);\\n     * // => 5\\n     */\\n    function clamp(number, lower, upper) {\\n      if (upper === undefined) {\\n        upper = lower;\\n        lower = undefined;\\n      }\\n      if (upper !== undefined) {\\n        upper = toNumber(upper);\\n        upper = upper === upper ? upper : 0;\\n      }\\n      if (lower !== undefined) {\\n        lower = toNumber(lower);\\n        lower = lower === lower ? lower : 0;\\n      }\\n      return baseClamp(toNumber(number), lower, upper);\\n    }\\n\\n    /**\\n     * Checks if `n` is between `start` and up to, but not including, `end`. If\\n     * `end` is not specified, it's set to `start` with `start` then set to `0`.\\n     * If `start` is greater than `end` the params are swapped to support\\n     * negative ranges.\\n     *\\n     * @static\\n     * @memberOf _\\n     * @since 3.3.0\\n     * @category Number\\n     * @param {number} number The number to check.\\n     * @param {number} [start=0] The start of the range.\\n     * @param {number} end The end of the range.\\n     * @returns {boolean} Returns `true` if `number` is in the range, else `false`.\\n     * @see _.range, _.rangeRight\\n     * @example\\n     *\\n     * _.inRange(3, 2, 4);\\n     * // => true\\n     *\\n     * _.inRange(4, 8);\\n     * // => true\\n     *\\n     * _.inRange(4, 2);\\n     * // => false\\n     *\\n     * _.inRange(2, 2);\\n     * // => false\\n     *\\n     * _.inRange(1.2, 2);\\n     * // => true\\n     *\\n     * _.inRange(5.2, 4);\\n     * // => false\\n     *\\n     * _.inRange(-3, -2, -6);\\n     * // => true\\n     */\\n    function inRange(number, start, end) {\\n      start = toFinite(start);\\n      if (end === undefined) {\\n        end = start;\\n        start = 0;\\n      } else {\\n        end = toFinite(end);\\n      }\\n      number = toNumber(number);\\n      return baseInRange(number, start, end);\\n    }\\n\\n    /**\\n     * Produces a random number between the inclusive `lower` and `upper` bounds.\\n     * If only one argument is provided a number between `0` and the given number\\n     * is returned. If `floating` is `true`, or either `lower` or `upper` are\\n     * floats, a floating-point number is returned instead of an integer.\\n     *\\n     * **Note:** JavaScript follows the IEEE-754 standard for resolving\\n     * floating-point values which can produce unexpected results.\\n     *\\n     * @static\\n     * @memberOf _\\n     * @since 0.7.0\\n     * @category Number\\n     * @param {number} [lower=0] The lower bound.\\n     * @param {number} [upper=1] The upper bound.\\n     * @param {boolean} [floating] Specify returning a floating-point number.\\n     * @returns {number} Returns the random number.\\n     * @example\\n     *\\n     * _.random(0, 5);\\n     * // => an integer between 0 and 5\\n     *\\n     * _.random(5);\\n     * // => also an integer between 0 and 5\\n     *\\n     * _.random(5, true);\\n     * // => a floating-point number between 0 and 5\\n     *\\n     * _.random(1.2, 5.2);\\n     * // => a floating-point number between 1.2 and 5.2\\n     */\\n    function random(lower, upper, floating) {\\n      if (floating && typeof floating != 'boolean' && isIterateeCall(lower, upper, floating)) {\\n        upper = floating = undefined;\\n      }\\n      if (floating === undefined) {\\n        if (typeof upper == 'boolean') {\\n          floating = upper;\\n          upper = undefined;\\n        }\\n        else if (typeof lower == 'boolean') {\\n          floating = lower;\\n          lower = undefined;\\n        }\\n      }\\n      if (lower === undefined && upper === undefined) {\\n        lower = 0;\\n        upper = 1;\\n      }\\n      else {\\n        lower = toFinite(lower);\\n        if (upper === undefined) {\\n          upper = lower;\\n          lower = 0;\\n        } else {\\n          upper = toFinite(upper);\\n        }\\n      }\\n      if (lower > upper) {\\n        var temp = lower;\\n        lower = upper;\\n        upper = temp;\\n      }\\n      if (floating || lower % 1 || upper % 1) {\\n        var rand = nativeRandom();\\n        return nativeMin(lower + (rand * (upper - lower + freeParseFloat('1e-' + ((rand + '').length - 1)))), upper);\\n      }\\n      return baseRandom(lower, upper);\\n    }\\n\\n    /*------------------------------------------------------------------------*/\\n\\n    /**\\n     * Converts `string` to [camel case](https://en.wikipedia.org/wiki/CamelCase).\\n     *\\n     * @static\\n     * @memberOf _\\n     * @since 3.0.0\\n     * @category String\\n     * @param {string} [string=''] The string to convert.\\n     * @returns {string} Returns the camel cased string.\\n     * @example\\n     *\\n     * _.camelCase('Foo Bar');\\n     * // => 'fooBar'\\n     *\\n     * _.camelCase('--foo-bar--');\\n     * // => 'fooBar'\\n     *\\n     * _.camelCase('__FOO_BAR__');\\n     * // => 'fooBar'\\n     */\\n    var camelCase = createCompounder(function(result, word, index) {\\n      word = word.toLowerCase();\\n      return result + (index ? capitalize(word) : word);\\n    });\\n\\n    /**\\n     * Converts the first character of `string` to upper case and the remaining\\n     * to lower case.\\n     *\\n     * @static\\n     * @memberOf _\\n     * @since 3.0.0\\n     * @category String\\n     * @param {string} [string=''] The string to capitalize.\\n     * @returns {string} Returns the capitalized string.\\n     * @example\\n     *\\n     * _.capitalize('FRED');\\n     * // => 'Fred'\\n     */\\n    function capitalize(string) {\\n      return upperFirst(toString(string).toLowerCase());\\n    }\\n\\n    /**\\n     * Deburrs `string` by converting\\n     * [Latin-1 Supplement](https://en.wikipedia.org/wiki/Latin-1_Supplement_(Unicode_block)#Character_table)\\n     * and [Latin Extended-A](https://en.wikipedia.org/wiki/Latin_Extended-A)\\n     * letters to basic Latin letters and removing\\n     * [combining diacritical marks](https://en.wikipedia.org/wiki/Combining_Diacritical_Marks).\\n     *\\n     * @static\\n     * @memberOf _\\n     * @since 3.0.0\\n     * @category String\\n     * @param {string} [string=''] The string to deburr.\\n     * @returns {string} Returns the deburred string.\\n     * @example\\n     *\\n     * _.deburr('déjà vu');\\n     * // => 'deja vu'\\n     */\\n    function deburr(string) {\\n      string = toString(string);\\n      return string && string.replace(reLatin, deburrLetter).replace(reComboMark, '');\\n    }\\n\\n    /**\\n     * Checks if `string` ends with the given target string.\\n     *\\n     * @static\\n     * @memberOf _\\n     * @since 3.0.0\\n     * @category String\\n     * @param {string} [string=''] The string to inspect.\\n     * @param {string} [target] The string to search for.\\n     * @param {number} [position=string.length] The position to search up to.\\n     * @returns {boolean} Returns `true` if `string` ends with `target`,\\n     *  else `false`.\\n     * @example\\n     *\\n     * _.endsWith('abc', 'c');\\n     * // => true\\n     *\\n     * _.endsWith('abc', 'b');\\n     * // => false\\n     *\\n     * _.endsWith('abc', 'b', 2);\\n     * // => true\\n     */\\n    function endsWith(string, target, position) {\\n      string = toString(string);\\n      target = baseToString(target);\\n\\n      var length = string.length;\\n      position = position === undefined\\n        ? length\\n        : baseClamp(toInteger(position), 0, length);\\n\\n      var end = position;\\n      position -= target.length;\\n      return position >= 0 && string.slice(position, end) == target;\\n    }\\n\\n    /**\\n     * Converts the characters \\\"&\\\", \\\"<\\\", \\\">\\\", '\\\"', and \\\"'\\\" in `string` to their\\n     * corresponding HTML entities.\\n     *\\n     * **Note:** No other characters are escaped. To escape additional\\n     * characters use a third-party library like [_he_](https://mths.be/he).\\n     *\\n     * Though the \\\">\\\" character is escaped for symmetry, characters like\\n     * \\\">\\\" and \\\"/\\\" don't need escaping in HTML and have no special meaning\\n     * unless they're part of a tag or unquoted attribute value. See\\n     * [Mathias Bynens's article](https://mathiasbynens.be/notes/ambiguous-ampersands)\\n     * (under \\\"semi-related fun fact\\\") for more details.\\n     *\\n     * When working with HTML you should always\\n     * [quote attribute values](http://wonko.com/post/html-escaping) to reduce\\n     * XSS vectors.\\n     *\\n     * @static\\n     * @since 0.1.0\\n     * @memberOf _\\n     * @category String\\n     * @param {string} [string=''] The string to escape.\\n     * @returns {string} Returns the escaped string.\\n     * @example\\n     *\\n     * _.escape('fred, barney, & pebbles');\\n     * // => 'fred, barney, &amp; pebbles'\\n     */\\n    function escape(string) {\\n      string = toString(string);\\n      return (string && reHasUnescapedHtml.test(string))\\n        ? string.replace(reUnescapedHtml, escapeHtmlChar)\\n        : string;\\n    }\\n\\n    /**\\n     * Escapes the `RegExp` special characters \\\"^\\\", \\\"$\\\", \\\"\\\\\\\", \\\".\\\", \\\"*\\\", \\\"+\\\",\\n     * \\\"?\\\", \\\"(\\\", \\\")\\\", \\\"[\\\", \\\"]\\\", \\\"{\\\", \\\"}\\\", and \\\"|\\\" in `string`.\\n     *\\n     * @static\\n     * @memberOf _\\n     * @since 3.0.0\\n     * @category String\\n     * @param {string} [string=''] The string to escape.\\n     * @returns {string} Returns the escaped string.\\n     * @example\\n     *\\n     * _.escapeRegExp('[lodash](https://lodash.com/)');\\n     * // => '\\\\[lodash\\\\]\\\\(https://lodash\\\\.com/\\\\)'\\n     */\\n    function escapeRegExp(string) {\\n      string = toString(string);\\n      return (string && reHasRegExpChar.test(string))\\n        ? string.replace(reRegExpChar, '\\\\\\\\$&')\\n        : string;\\n    }\\n\\n    /**\\n     * Converts `string` to\\n     * [kebab case](https://en.wikipedia.org/wiki/Letter_case#Special_case_styles).\\n     *\\n     * @static\\n     * @memberOf _\\n     * @since 3.0.0\\n     * @category String\\n     * @param {string} [string=''] The string to convert.\\n     * @returns {string} Returns the kebab cased string.\\n     * @example\\n     *\\n     * _.kebabCase('Foo Bar');\\n     * // => 'foo-bar'\\n     *\\n     * _.kebabCase('fooBar');\\n     * // => 'foo-bar'\\n     *\\n     * _.kebabCase('__FOO_BAR__');\\n     * // => 'foo-bar'\\n     */\\n    var kebabCase = createCompounder(function(result, word, index) {\\n      return result + (index ? '-' : '') + word.toLowerCase();\\n    });\\n\\n    /**\\n     * Converts `string`, as space separated words, to lower case.\\n     *\\n     * @static\\n     * @memberOf _\\n     * @since 4.0.0\\n     * @category String\\n     * @param {string} [string=''] The string to convert.\\n     * @returns {string} Returns the lower cased string.\\n     * @example\\n     *\\n     * _.lowerCase('--Foo-Bar--');\\n     * // => 'foo bar'\\n     *\\n     * _.lowerCase('fooBar');\\n     * // => 'foo bar'\\n     *\\n     * _.lowerCase('__FOO_BAR__');\\n     * // => 'foo bar'\\n     */\\n    var lowerCase = createCompounder(function(result, word, index) {\\n      return result + (index ? ' ' : '') + word.toLowerCase();\\n    });\\n\\n    /**\\n     * Converts the first character of `string` to lower case.\\n     *\\n     * @static\\n     * @memberOf _\\n     * @since 4.0.0\\n     * @category String\\n     * @param {string} [string=''] The string to convert.\\n     * @returns {string} Returns the converted string.\\n     * @example\\n     *\\n     * _.lowerFirst('Fred');\\n     * // => 'fred'\\n     *\\n     * _.lowerFirst('FRED');\\n     * // => 'fRED'\\n     */\\n    var lowerFirst = createCaseFirst('toLowerCase');\\n\\n    /**\\n     * Pads `string` on the left and right sides if it's shorter than `length`.\\n     * Padding characters are truncated if they can't be evenly divided by `length`.\\n     *\\n     * @static\\n     * @memberOf _\\n     * @since 3.0.0\\n     * @category String\\n     * @param {string} [string=''] The string to pad.\\n     * @param {number} [length=0] The padding length.\\n     * @param {string} [chars=' '] The string used as padding.\\n     * @returns {string} Returns the padded string.\\n     * @example\\n     *\\n     * _.pad('abc', 8);\\n     * // => '  abc   '\\n     *\\n     * _.pad('abc', 8, '_-');\\n     * // => '_-abc_-_'\\n     *\\n     * _.pad('abc', 3);\\n     * // => 'abc'\\n     */\\n    function pad(string, length, chars) {\\n      string = toString(string);\\n      length = toInteger(length);\\n\\n      var strLength = length ? stringSize(string) : 0;\\n      if (!length || strLength >= length) {\\n        return string;\\n      }\\n      var mid = (length - strLength) / 2;\\n      return (\\n        createPadding(nativeFloor(mid), chars) +\\n        string +\\n        createPadding(nativeCeil(mid), chars)\\n      );\\n    }\\n\\n    /**\\n     * Pads `string` on the right side if it's shorter than `length`. Padding\\n     * characters are truncated if they exceed `length`.\\n     *\\n     * @static\\n     * @memberOf _\\n     * @since 4.0.0\\n     * @category String\\n     * @param {string} [string=''] The string to pad.\\n     * @param {number} [length=0] The padding length.\\n     * @param {string} [chars=' '] The string used as padding.\\n     * @returns {string} Returns the padded string.\\n     * @example\\n     *\\n     * _.padEnd('abc', 6);\\n     * // => 'abc   '\\n     *\\n     * _.padEnd('abc', 6, '_-');\\n     * // => 'abc_-_'\\n     *\\n     * _.padEnd('abc', 3);\\n     * // => 'abc'\\n     */\\n    function padEnd(string, length, chars) {\\n      string = toString(string);\\n      length = toInteger(length);\\n\\n      var strLength = length ? stringSize(string) : 0;\\n      return (length && strLength < length)\\n        ? (string + createPadding(length - strLength, chars))\\n        : string;\\n    }\\n\\n    /**\\n     * Pads `string` on the left side if it's shorter than `length`. Padding\\n     * characters are truncated if they exceed `length`.\\n     *\\n     * @static\\n     * @memberOf _\\n     * @since 4.0.0\\n     * @category String\\n     * @param {string} [string=''] The string to pad.\\n     * @param {number} [length=0] The padding length.\\n     * @param {string} [chars=' '] The string used as padding.\\n     * @returns {string} Returns the padded string.\\n     * @example\\n     *\\n     * _.padStart('abc', 6);\\n     * // => '   abc'\\n     *\\n     * _.padStart('abc', 6, '_-');\\n     * // => '_-_abc'\\n     *\\n     * _.padStart('abc', 3);\\n     * // => 'abc'\\n     */\\n    function padStart(string, length, chars) {\\n      string = toString(string);\\n      length = toInteger(length);\\n\\n      var strLength = length ? stringSize(string) : 0;\\n      return (length && strLength < length)\\n        ? (createPadding(length - strLength, chars) + string)\\n        : string;\\n    }\\n\\n    /**\\n     * Converts `string` to an integer of the specified radix. If `radix` is\\n     * `undefined` or `0`, a `radix` of `10` is used unless `value` is a\\n     * hexadecimal, in which case a `radix` of `16` is used.\\n     *\\n     * **Note:** This method aligns with the\\n     * [ES5 implementation](https://es5.github.io/#x15.1.2.2) of `parseInt`.\\n     *\\n     * @static\\n     * @memberOf _\\n     * @since 1.1.0\\n     * @category String\\n     * @param {string} string The string to convert.\\n     * @param {number} [radix=10] The radix to interpret `value` by.\\n     * @param- {Object} [guard] Enables use as an iteratee for methods like `_.map`.\\n     * @returns {number} Returns the converted integer.\\n     * @example\\n     *\\n     * _.parseInt('08');\\n     * // => 8\\n     *\\n     * _.map(['6', '08', '10'], _.parseInt);\\n     * // => [6, 8, 10]\\n     */\\n    function parseInt(string, radix, guard) {\\n      if (guard || radix == null) {\\n        radix = 0;\\n      } else if (radix) {\\n        radix = +radix;\\n      }\\n      return nativeParseInt(toString(string).replace(reTrimStart, ''), radix || 0);\\n    }\\n\\n    /**\\n     * Repeats the given string `n` times.\\n     *\\n     * @static\\n     * @memberOf _\\n     * @since 3.0.0\\n     * @category String\\n     * @param {string} [string=''] The string to repeat.\\n     * @param {number} [n=1] The number of times to repeat the string.\\n     * @param- {Object} [guard] Enables use as an iteratee for methods like `_.map`.\\n     * @returns {string} Returns the repeated string.\\n     * @example\\n     *\\n     * _.repeat('*', 3);\\n     * // => '***'\\n     *\\n     * _.repeat('abc', 2);\\n     * // => 'abcabc'\\n     *\\n     * _.repeat('abc', 0);\\n     * // => ''\\n     */\\n    function repeat(string, n, guard) {\\n      if ((guard ? isIterateeCall(string, n, guard) : n === undefined)) {\\n        n = 1;\\n      } else {\\n        n = toInteger(n);\\n      }\\n      return baseRepeat(toString(string), n);\\n    }\\n\\n    /**\\n     * Replaces matches for `pattern` in `string` with `replacement`.\\n     *\\n     * **Note:** This method is based on\\n     * [`String#replace`](https://mdn.io/String/replace).\\n     *\\n     * @static\\n     * @memberOf _\\n     * @since 4.0.0\\n     * @category String\\n     * @param {string} [string=''] The string to modify.\\n     * @param {RegExp|string} pattern The pattern to replace.\\n     * @param {Function|string} replacement The match replacement.\\n     * @returns {string} Returns the modified string.\\n     * @example\\n     *\\n     * _.replace('Hi Fred', 'Fred', 'Barney');\\n     * // => 'Hi Barney'\\n     */\\n    function replace() {\\n      var args = arguments,\\n          string = toString(args[0]);\\n\\n      return args.length < 3 ? string : string.replace(args[1], args[2]);\\n    }\\n\\n    /**\\n     * Converts `string` to\\n     * [snake case](https://en.wikipedia.org/wiki/Snake_case).\\n     *\\n     * @static\\n     * @memberOf _\\n     * @since 3.0.0\\n     * @category String\\n     * @param {string} [string=''] The string to convert.\\n     * @returns {string} Returns the snake cased string.\\n     * @example\\n     *\\n     * _.snakeCase('Foo Bar');\\n     * // => 'foo_bar'\\n     *\\n     * _.snakeCase('fooBar');\\n     * // => 'foo_bar'\\n     *\\n     * _.snakeCase('--FOO-BAR--');\\n     * // => 'foo_bar'\\n     */\\n    var snakeCase = createCompounder(function(result, word, index) {\\n      return result + (index ? '_' : '') + word.toLowerCase();\\n    });\\n\\n    /**\\n     * Splits `string` by `separator`.\\n     *\\n     * **Note:** This method is based on\\n     * [`String#split`](https://mdn.io/String/split).\\n     *\\n     * @static\\n     * @memberOf _\\n     * @since 4.0.0\\n     * @category String\\n     * @param {string} [string=''] The string to split.\\n     * @param {RegExp|string} separator The separator pattern to split by.\\n     * @param {number} [limit] The length to truncate results to.\\n     * @returns {Array} Returns the string segments.\\n     * @example\\n     *\\n     * _.split('a-b-c', '-', 2);\\n     * // => ['a', 'b']\\n     */\\n    function split(string, separator, limit) {\\n      if (limit && typeof limit != 'number' && isIterateeCall(string, separator, limit)) {\\n        separator = limit = undefined;\\n      }\\n      limit = limit === undefined ? MAX_ARRAY_LENGTH : limit >>> 0;\\n      if (!limit) {\\n        return [];\\n      }\\n      string = toString(string);\\n      if (string && (\\n            typeof separator == 'string' ||\\n            (separator != null && !isRegExp(separator))\\n          )) {\\n        separator = baseToString(separator);\\n        if (!separator && hasUnicode(string)) {\\n          return castSlice(stringToArray(string), 0, limit);\\n        }\\n      }\\n      return string.split(separator, limit);\\n    }\\n\\n    /**\\n     * Converts `string` to\\n     * [start case](https://en.wikipedia.org/wiki/Letter_case#Stylistic_or_specialised_usage).\\n     *\\n     * @static\\n     * @memberOf _\\n     * @since 3.1.0\\n     * @category String\\n     * @param {string} [string=''] The string to convert.\\n     * @returns {string} Returns the start cased string.\\n     * @example\\n     *\\n     * _.startCase('--foo-bar--');\\n     * // => 'Foo Bar'\\n     *\\n     * _.startCase('fooBar');\\n     * // => 'Foo Bar'\\n     *\\n     * _.startCase('__FOO_BAR__');\\n     * // => 'FOO BAR'\\n     */\\n    var startCase = createCompounder(function(result, word, index) {\\n      return result + (index ? ' ' : '') + upperFirst(word);\\n    });\\n\\n    /**\\n     * Checks if `string` starts with the given target string.\\n     *\\n     * @static\\n     * @memberOf _\\n     * @since 3.0.0\\n     * @category String\\n     * @param {string} [string=''] The string to inspect.\\n     * @param {string} [target] The string to search for.\\n     * @param {number} [position=0] The position to search from.\\n     * @returns {boolean} Returns `true` if `string` starts with `target`,\\n     *  else `false`.\\n     * @example\\n     *\\n     * _.startsWith('abc', 'a');\\n     * // => true\\n     *\\n     * _.startsWith('abc', 'b');\\n     * // => false\\n     *\\n     * _.startsWith('abc', 'b', 1);\\n     * // => true\\n     */\\n    function startsWith(string, target, position) {\\n      string = toString(string);\\n      position = position == null\\n        ? 0\\n        : baseClamp(toInteger(position), 0, string.length);\\n\\n      target = baseToString(target);\\n      return string.slice(position, position + target.length) == target;\\n    }\\n\\n    /**\\n     * Creates a compiled template function that can interpolate data properties\\n     * in \\\"interpolate\\\" delimiters, HTML-escape interpolated data properties in\\n     * \\\"escape\\\" delimiters, and execute JavaScript in \\\"evaluate\\\" delimiters. Data\\n     * properties may be accessed as free variables in the template. If a setting\\n     * object is given, it takes precedence over `_.templateSettings` values.\\n     *\\n     * **Note:** In the development build `_.template` utilizes\\n     * [sourceURLs](http://www.html5rocks.com/en/tutorials/developertools/sourcemaps/#toc-sourceurl)\\n     * for easier debugging.\\n     *\\n     * For more information on precompiling templates see\\n     * [lodash's custom builds documentation](https://lodash.com/custom-builds).\\n     *\\n     * For more information on Chrome extension sandboxes see\\n     * [Chrome's extensions documentation](https://developer.chrome.com/extensions/sandboxingEval).\\n     *\\n     * @static\\n     * @since 0.1.0\\n     * @memberOf _\\n     * @category String\\n     * @param {string} [string=''] The template string.\\n     * @param {Object} [options={}] The options object.\\n     * @param {RegExp} [options.escape=_.templateSettings.escape]\\n     *  The HTML \\\"escape\\\" delimiter.\\n     * @param {RegExp} [options.evaluate=_.templateSettings.evaluate]\\n     *  The \\\"evaluate\\\" delimiter.\\n     * @param {Object} [options.imports=_.templateSettings.imports]\\n     *  An object to import into the template as free variables.\\n     * @param {RegExp} [options.interpolate=_.templateSettings.interpolate]\\n     *  The \\\"interpolate\\\" delimiter.\\n     * @param {string} [options.sourceURL='lodash.templateSources[n]']\\n     *  The sourceURL of the compiled template.\\n     * @param {string} [options.variable='obj']\\n     *  The data object variable name.\\n     * @param- {Object} [guard] Enables use as an iteratee for methods like `_.map`.\\n     * @returns {Function} Returns the compiled template function.\\n     * @example\\n     *\\n     * // Use the \\\"interpolate\\\" delimiter to create a compiled template.\\n     * var compiled = _.template('hello <%= user %>!');\\n     * compiled({ 'user': 'fred' });\\n     * // => 'hello fred!'\\n     *\\n     * // Use the HTML \\\"escape\\\" delimiter to escape data property values.\\n     * var compiled = _.template('<b><%- value %></b>');\\n     * compiled({ 'value': '<script>' });\\n     * // => '<b>&lt;script&gt;</b>'\\n     *\\n     * // Use the \\\"evaluate\\\" delimiter to execute JavaScript and generate HTML.\\n     * var compiled = _.template('<% _.forEach(users, function(user) { %><li><%- user %></li><% }); %>');\\n     * compiled({ 'users': ['fred', 'barney'] });\\n     * // => '<li>fred</li><li>barney</li>'\\n     *\\n     * // Use the internal `print` function in \\\"evaluate\\\" delimiters.\\n     * var compiled = _.template('<% print(\\\"hello \\\" + user); %>!');\\n     * compiled({ 'user': 'barney' });\\n     * // => 'hello barney!'\\n     *\\n     * // Use the ES template literal delimiter as an \\\"interpolate\\\" delimiter.\\n     * // Disable support by replacing the \\\"interpolate\\\" delimiter.\\n     * var compiled = _.template('hello ${ user }!');\\n     * compiled({ 'user': 'pebbles' });\\n     * // => 'hello pebbles!'\\n     *\\n     * // Use backslashes to treat delimiters as plain text.\\n     * var compiled = _.template('<%= \\\"\\\\\\\\<%- value %\\\\\\\\>\\\" %>');\\n     * compiled({ 'value': 'ignored' });\\n     * // => '<%- value %>'\\n     *\\n     * // Use the `imports` option to import `jQuery` as `jq`.\\n     * var text = '<% jq.each(users, function(user) { %><li><%- user %></li><% }); %>';\\n     * var compiled = _.template(text, { 'imports': { 'jq': jQuery } });\\n     * compiled({ 'users': ['fred', 'barney'] });\\n     * // => '<li>fred</li><li>barney</li>'\\n     *\\n     * // Use the `sourceURL` option to specify a custom sourceURL for the template.\\n     * var compiled = _.template('hello <%= user %>!', { 'sourceURL': '/basic/greeting.jst' });\\n     * compiled(data);\\n     * // => Find the source of \\\"greeting.jst\\\" under the Sources tab or Resources panel of the web inspector.\\n     *\\n     * // Use the `variable` option to ensure a with-statement isn't used in the compiled template.\\n     * var compiled = _.template('hi <%= data.user %>!', { 'variable': 'data' });\\n     * compiled.source;\\n     * // => function(data) {\\n     * //   var __t, __p = '';\\n     * //   __p += 'hi ' + ((__t = ( data.user )) == null ? '' : __t) + '!';\\n     * //   return __p;\\n     * // }\\n     *\\n     * // Use custom template delimiters.\\n     * _.templateSettings.interpolate = /{{([\\\\s\\\\S]+?)}}/g;\\n     * var compiled = _.template('hello {{ user }}!');\\n     * compiled({ 'user': 'mustache' });\\n     * // => 'hello mustache!'\\n     *\\n     * // Use the `source` property to inline compiled templates for meaningful\\n     * // line numbers in error messages and stack traces.\\n     * fs.writeFileSync(path.join(process.cwd(), 'jst.js'), '\\\\\\n     *   var JST = {\\\\\\n     *     \\\"main\\\": ' + _.template(mainText).source + '\\\\\\n     *   };\\\\\\n     * ');\\n     */\\n    function template(string, options, guard) {\\n      // Based on John Resig's `tmpl` implementation\\n      // (http://ejohn.org/blog/javascript-micro-templating/)\\n      // and Laura Doktorova's doT.js (https://github.com/olado/doT).\\n      var settings = lodash.templateSettings;\\n\\n      if (guard && isIterateeCall(string, options, guard)) {\\n        options = undefined;\\n      }\\n      string = toString(string);\\n      options = assignInWith({}, options, settings, customDefaultsAssignIn);\\n\\n      var imports = assignInWith({}, options.imports, settings.imports, customDefaultsAssignIn),\\n          importsKeys = keys(imports),\\n          importsValues = baseValues(imports, importsKeys);\\n\\n      var isEscaping,\\n          isEvaluating,\\n          index = 0,\\n          interpolate = options.interpolate || reNoMatch,\\n          source = \\\"__p += '\\\";\\n\\n      // Compile the regexp to match each delimiter.\\n      var reDelimiters = RegExp(\\n        (options.escape || reNoMatch).source + '|' +\\n        interpolate.source + '|' +\\n        (interpolate === reInterpolate ? reEsTemplate : reNoMatch).source + '|' +\\n        (options.evaluate || reNoMatch).source + '|$'\\n      , 'g');\\n\\n      // Use a sourceURL for easier debugging.\\n      var sourceURL = '//# sourceURL=' +\\n        ('sourceURL' in options\\n          ? options.sourceURL\\n          : ('lodash.templateSources[' + (++templateCounter) + ']')\\n        ) + '\\\\n';\\n\\n      string.replace(reDelimiters, function(match, escapeValue, interpolateValue, esTemplateValue, evaluateValue, offset) {\\n        interpolateValue || (interpolateValue = esTemplateValue);\\n\\n        // Escape characters that can't be included in string literals.\\n        source += string.slice(index, offset).replace(reUnescapedString, escapeStringChar);\\n\\n        // Replace delimiters with snippets.\\n        if (escapeValue) {\\n          isEscaping = true;\\n          source += \\\"' +\\\\n__e(\\\" + escapeValue + \\\") +\\\\n'\\\";\\n        }\\n        if (evaluateValue) {\\n          isEvaluating = true;\\n          source += \\\"';\\\\n\\\" + evaluateValue + \\\";\\\\n__p += '\\\";\\n        }\\n        if (interpolateValue) {\\n          source += \\\"' +\\\\n((__t = (\\\" + interpolateValue + \\\")) == null ? '' : __t) +\\\\n'\\\";\\n        }\\n        index = offset + match.length;\\n\\n        // The JS engine embedded in Adobe products needs `match` returned in\\n        // order to produce the correct `offset` value.\\n        return match;\\n      });\\n\\n      source += \\\"';\\\\n\\\";\\n\\n      // If `variable` is not specified wrap a with-statement around the generated\\n      // code to add the data object to the top of the scope chain.\\n      var variable = options.variable;\\n      if (!variable) {\\n        source = 'with (obj) {\\\\n' + source + '\\\\n}\\\\n';\\n      }\\n      // Cleanup code by stripping empty strings.\\n      source = (isEvaluating ? source.replace(reEmptyStringLeading, '') : source)\\n        .replace(reEmptyStringMiddle, '$1')\\n        .replace(reEmptyStringTrailing, '$1;');\\n\\n      // Frame code as the function body.\\n      source = 'function(' + (variable || 'obj') + ') {\\\\n' +\\n        (variable\\n          ? ''\\n          : 'obj || (obj = {});\\\\n'\\n        ) +\\n        \\\"var __t, __p = ''\\\" +\\n        (isEscaping\\n           ? ', __e = _.escape'\\n           : ''\\n        ) +\\n        (isEvaluating\\n          ? ', __j = Array.prototype.join;\\\\n' +\\n            \\\"function print() { __p += __j.call(arguments, '') }\\\\n\\\"\\n          : ';\\\\n'\\n        ) +\\n        source +\\n        'return __p\\\\n}';\\n\\n      var result = attempt(function() {\\n        return Function(importsKeys, sourceURL + 'return ' + source)\\n          .apply(undefined, importsValues);\\n      });\\n\\n      // Provide the compiled function's source by its `toString` method or\\n      // the `source` property as a convenience for inlining compiled templates.\\n      result.source = source;\\n      if (isError(result)) {\\n        throw result;\\n      }\\n      return result;\\n    }\\n\\n    /**\\n     * Converts `string`, as a whole, to lower case just like\\n     * [String#toLowerCase](https://mdn.io/toLowerCase).\\n     *\\n     * @static\\n     * @memberOf _\\n     * @since 4.0.0\\n     * @category String\\n     * @param {string} [string=''] The string to convert.\\n     * @returns {string} Returns the lower cased string.\\n     * @example\\n     *\\n     * _.toLower('--Foo-Bar--');\\n     * // => '--foo-bar--'\\n     *\\n     * _.toLower('fooBar');\\n     * // => 'foobar'\\n     *\\n     * _.toLower('__FOO_BAR__');\\n     * // => '__foo_bar__'\\n     */\\n    function toLower(value) {\\n      return toString(value).toLowerCase();\\n    }\\n\\n    /**\\n     * Converts `string`, as a whole, to upper case just like\\n     * [String#toUpperCase](https://mdn.io/toUpperCase).\\n     *\\n     * @static\\n     * @memberOf _\\n     * @since 4.0.0\\n     * @category String\\n     * @param {string} [string=''] The string to convert.\\n     * @returns {string} Returns the upper cased string.\\n     * @example\\n     *\\n     * _.toUpper('--foo-bar--');\\n     * // => '--FOO-BAR--'\\n     *\\n     * _.toUpper('fooBar');\\n     * // => 'FOOBAR'\\n     *\\n     * _.toUpper('__foo_bar__');\\n     * // => '__FOO_BAR__'\\n     */\\n    function toUpper(value) {\\n      return toString(value).toUpperCase();\\n    }\\n\\n    /**\\n     * Removes leading and trailing whitespace or specified characters from `string`.\\n     *\\n     * @static\\n     * @memberOf _\\n     * @since 3.0.0\\n     * @category String\\n     * @param {string} [string=''] The string to trim.\\n     * @param {string} [chars=whitespace] The characters to trim.\\n     * @param- {Object} [guard] Enables use as an iteratee for methods like `_.map`.\\n     * @returns {string} Returns the trimmed string.\\n     * @example\\n     *\\n     * _.trim('  abc  ');\\n     * // => 'abc'\\n     *\\n     * _.trim('-_-abc-_-', '_-');\\n     * // => 'abc'\\n     *\\n     * _.map(['  foo  ', '  bar  '], _.trim);\\n     * // => ['foo', 'bar']\\n     */\\n    function trim(string, chars, guard) {\\n      string = toString(string);\\n      if (string && (guard || chars === undefined)) {\\n        return string.replace(reTrim, '');\\n      }\\n      if (!string || !(chars = baseToString(chars))) {\\n        return string;\\n      }\\n      var strSymbols = stringToArray(string),\\n          chrSymbols = stringToArray(chars),\\n          start = charsStartIndex(strSymbols, chrSymbols),\\n          end = charsEndIndex(strSymbols, chrSymbols) + 1;\\n\\n      return castSlice(strSymbols, start, end).join('');\\n    }\\n\\n    /**\\n     * Removes trailing whitespace or specified characters from `string`.\\n     *\\n     * @static\\n     * @memberOf _\\n     * @since 4.0.0\\n     * @category String\\n     * @param {string} [string=''] The string to trim.\\n     * @param {string} [chars=whitespace] The characters to trim.\\n     * @param- {Object} [guard] Enables use as an iteratee for methods like `_.map`.\\n     * @returns {string} Returns the trimmed string.\\n     * @example\\n     *\\n     * _.trimEnd('  abc  ');\\n     * // => '  abc'\\n     *\\n     * _.trimEnd('-_-abc-_-', '_-');\\n     * // => '-_-abc'\\n     */\\n    function trimEnd(string, chars, guard) {\\n      string = toString(string);\\n      if (string && (guard || chars === undefined)) {\\n        return string.replace(reTrimEnd, '');\\n      }\\n      if (!string || !(chars = baseToString(chars))) {\\n        return string;\\n      }\\n      var strSymbols = stringToArray(string),\\n          end = charsEndIndex(strSymbols, stringToArray(chars)) + 1;\\n\\n      return castSlice(strSymbols, 0, end).join('');\\n    }\\n\\n    /**\\n     * Removes leading whitespace or specified characters from `string`.\\n     *\\n     * @static\\n     * @memberOf _\\n     * @since 4.0.0\\n     * @category String\\n     * @param {string} [string=''] The string to trim.\\n     * @param {string} [chars=whitespace] The characters to trim.\\n     * @param- {Object} [guard] Enables use as an iteratee for methods like `_.map`.\\n     * @returns {string} Returns the trimmed string.\\n     * @example\\n     *\\n     * _.trimStart('  abc  ');\\n     * // => 'abc  '\\n     *\\n     * _.trimStart('-_-abc-_-', '_-');\\n     * // => 'abc-_-'\\n     */\\n    function trimStart(string, chars, guard) {\\n      string = toString(string);\\n      if (string && (guard || chars === undefined)) {\\n        return string.replace(reTrimStart, '');\\n      }\\n      if (!string || !(chars = baseToString(chars))) {\\n        return string;\\n      }\\n      var strSymbols = stringToArray(string),\\n          start = charsStartIndex(strSymbols, stringToArray(chars));\\n\\n      return castSlice(strSymbols, start).join('');\\n    }\\n\\n    /**\\n     * Truncates `string` if it's longer than the given maximum string length.\\n     * The last characters of the truncated string are replaced with the omission\\n     * string which defaults to \\\"...\\\".\\n     *\\n     * @static\\n     * @memberOf _\\n     * @since 4.0.0\\n     * @category String\\n     * @param {string} [string=''] The string to truncate.\\n     * @param {Object} [options={}] The options object.\\n     * @param {number} [options.length=30] The maximum string length.\\n     * @param {string} [options.omission='...'] The string to indicate text is omitted.\\n     * @param {RegExp|string} [options.separator] The separator pattern to truncate to.\\n     * @returns {string} Returns the truncated string.\\n     * @example\\n     *\\n     * _.truncate('hi-diddly-ho there, neighborino');\\n     * // => 'hi-diddly-ho there, neighbo...'\\n     *\\n     * _.truncate('hi-diddly-ho there, neighborino', {\\n     *   'length': 24,\\n     *   'separator': ' '\\n     * });\\n     * // => 'hi-diddly-ho there,...'\\n     *\\n     * _.truncate('hi-diddly-ho there, neighborino', {\\n     *   'length': 24,\\n     *   'separator': /,? +/\\n     * });\\n     * // => 'hi-diddly-ho there...'\\n     *\\n     * _.truncate('hi-diddly-ho there, neighborino', {\\n     *   'omission': ' [...]'\\n     * });\\n     * // => 'hi-diddly-ho there, neig [...]'\\n     */\\n    function truncate(string, options) {\\n      var length = DEFAULT_TRUNC_LENGTH,\\n          omission = DEFAULT_TRUNC_OMISSION;\\n\\n      if (isObject(options)) {\\n        var separator = 'separator' in options ? options.separator : separator;\\n        length = 'length' in options ? toInteger(options.length) : length;\\n        omission = 'omission' in options ? baseToString(options.omission) : omission;\\n      }\\n      string = toString(string);\\n\\n      var strLength = string.length;\\n      if (hasUnicode(string)) {\\n        var strSymbols = stringToArray(string);\\n        strLength = strSymbols.length;\\n      }\\n      if (length >= strLength) {\\n        return string;\\n      }\\n      var end = length - stringSize(omission);\\n      if (end < 1) {\\n        return omission;\\n      }\\n      var result = strSymbols\\n        ? castSlice(strSymbols, 0, end).join('')\\n        : string.slice(0, end);\\n\\n      if (separator === undefined) {\\n        return result + omission;\\n      }\\n      if (strSymbols) {\\n        end += (result.length - end);\\n      }\\n      if (isRegExp(separator)) {\\n        if (string.slice(end).search(separator)) {\\n          var match,\\n              substring = result;\\n\\n          if (!separator.global) {\\n            separator = RegExp(separator.source, toString(reFlags.exec(separator)) + 'g');\\n          }\\n          separator.lastIndex = 0;\\n          while ((match = separator.exec(substring))) {\\n            var newEnd = match.index;\\n          }\\n          result = result.slice(0, newEnd === undefined ? end : newEnd);\\n        }\\n      } else if (string.indexOf(baseToString(separator), end) != end) {\\n        var index = result.lastIndexOf(separator);\\n        if (index > -1) {\\n          result = result.slice(0, index);\\n        }\\n      }\\n      return result + omission;\\n    }\\n\\n    /**\\n     * The inverse of `_.escape`; this method converts the HTML entities\\n     * `&amp;`, `&lt;`, `&gt;`, `&quot;`, and `&#39;` in `string` to\\n     * their corresponding characters.\\n     *\\n     * **Note:** No other HTML entities are unescaped. To unescape additional\\n     * HTML entities use a third-party library like [_he_](https://mths.be/he).\\n     *\\n     * @static\\n     * @memberOf _\\n     * @since 0.6.0\\n     * @category String\\n     * @param {string} [string=''] The string to unescape.\\n     * @returns {string} Returns the unescaped string.\\n     * @example\\n     *\\n     * _.unescape('fred, barney, &amp; pebbles');\\n     * // => 'fred, barney, & pebbles'\\n     */\\n    function unescape(string) {\\n      string = toString(string);\\n      return (string && reHasEscapedHtml.test(string))\\n        ? string.replace(reEscapedHtml, unescapeHtmlChar)\\n        : string;\\n    }\\n\\n    /**\\n     * Converts `string`, as space separated words, to upper case.\\n     *\\n     * @static\\n     * @memberOf _\\n     * @since 4.0.0\\n     * @category String\\n     * @param {string} [string=''] The string to convert.\\n     * @returns {string} Returns the upper cased string.\\n     * @example\\n     *\\n     * _.upperCase('--foo-bar');\\n     * // => 'FOO BAR'\\n     *\\n     * _.upperCase('fooBar');\\n     * // => 'FOO BAR'\\n     *\\n     * _.upperCase('__foo_bar__');\\n     * // => 'FOO BAR'\\n     */\\n    var upperCase = createCompounder(function(result, word, index) {\\n      return result + (index ? ' ' : '') + word.toUpperCase();\\n    });\\n\\n    /**\\n     * Converts the first character of `string` to upper case.\\n     *\\n     * @static\\n     * @memberOf _\\n     * @since 4.0.0\\n     * @category String\\n     * @param {string} [string=''] The string to convert.\\n     * @returns {string} Returns the converted string.\\n     * @example\\n     *\\n     * _.upperFirst('fred');\\n     * // => 'Fred'\\n     *\\n     * _.upperFirst('FRED');\\n     * // => 'FRED'\\n     */\\n    var upperFirst = createCaseFirst('toUpperCase');\\n\\n    /**\\n     * Splits `string` into an array of its words.\\n     *\\n     * @static\\n     * @memberOf _\\n     * @since 3.0.0\\n     * @category String\\n     * @param {string} [string=''] The string to inspect.\\n     * @param {RegExp|string} [pattern] The pattern to match words.\\n     * @param- {Object} [guard] Enables use as an iteratee for methods like `_.map`.\\n     * @returns {Array} Returns the words of `string`.\\n     * @example\\n     *\\n     * _.words('fred, barney, & pebbles');\\n     * // => ['fred', 'barney', 'pebbles']\\n     *\\n     * _.words('fred, barney, & pebbles', /[^, ]+/g);\\n     * // => ['fred', 'barney', '&', 'pebbles']\\n     */\\n    function words(string, pattern, guard) {\\n      string = toString(string);\\n      pattern = guard ? undefined : pattern;\\n\\n      if (pattern === undefined) {\\n        return hasUnicodeWord(string) ? unicodeWords(string) : asciiWords(string);\\n      }\\n      return string.match(pattern) || [];\\n    }\\n\\n    /*------------------------------------------------------------------------*/\\n\\n    /**\\n     * Attempts to invoke `func`, returning either the result or the caught error\\n     * object. Any additional arguments are provided to `func` when it's invoked.\\n     *\\n     * @static\\n     * @memberOf _\\n     * @since 3.0.0\\n     * @category Util\\n     * @param {Function} func The function to attempt.\\n     * @param {...*} [args] The arguments to invoke `func` with.\\n     * @returns {*} Returns the `func` result or error object.\\n     * @example\\n     *\\n     * // Avoid throwing errors for invalid selectors.\\n     * var elements = _.attempt(function(selector) {\\n     *   return document.querySelectorAll(selector);\\n     * }, '>_>');\\n     *\\n     * if (_.isError(elements)) {\\n     *   elements = [];\\n     * }\\n     */\\n    var attempt = baseRest(function(func, args) {\\n      try {\\n        return apply(func, undefined, args);\\n      } catch (e) {\\n        return isError(e) ? e : new Error(e);\\n      }\\n    });\\n\\n    /**\\n     * Binds methods of an object to the object itself, overwriting the existing\\n     * method.\\n     *\\n     * **Note:** This method doesn't set the \\\"length\\\" property of bound functions.\\n     *\\n     * @static\\n     * @since 0.1.0\\n     * @memberOf _\\n     * @category Util\\n     * @param {Object} object The object to bind and assign the bound methods to.\\n     * @param {...(string|string[])} methodNames The object method names to bind.\\n     * @returns {Object} Returns `object`.\\n     * @example\\n     *\\n     * var view = {\\n     *   'label': 'docs',\\n     *   'click': function() {\\n     *     console.log('clicked ' + this.label);\\n     *   }\\n     * };\\n     *\\n     * _.bindAll(view, ['click']);\\n     * jQuery(element).on('click', view.click);\\n     * // => Logs 'clicked docs' when clicked.\\n     */\\n    var bindAll = flatRest(function(object, methodNames) {\\n      arrayEach(methodNames, function(key) {\\n        key = toKey(key);\\n        baseAssignValue(object, key, bind(object[key], object));\\n      });\\n      return object;\\n    });\\n\\n    /**\\n     * Creates a function that iterates over `pairs` and invokes the corresponding\\n     * function of the first predicate to return truthy. The predicate-function\\n     * pairs are invoked with the `this` binding and arguments of the created\\n     * function.\\n     *\\n     * @static\\n     * @memberOf _\\n     * @since 4.0.0\\n     * @category Util\\n     * @param {Array} pairs The predicate-function pairs.\\n     * @returns {Function} Returns the new composite function.\\n     * @example\\n     *\\n     * var func = _.cond([\\n     *   [_.matches({ 'a': 1 }),           _.constant('matches A')],\\n     *   [_.conforms({ 'b': _.isNumber }), _.constant('matches B')],\\n     *   [_.stubTrue,                      _.constant('no match')]\\n     * ]);\\n     *\\n     * func({ 'a': 1, 'b': 2 });\\n     * // => 'matches A'\\n     *\\n     * func({ 'a': 0, 'b': 1 });\\n     * // => 'matches B'\\n     *\\n     * func({ 'a': '1', 'b': '2' });\\n     * // => 'no match'\\n     */\\n    function cond(pairs) {\\n      var length = pairs == null ? 0 : pairs.length,\\n          toIteratee = getIteratee();\\n\\n      pairs = !length ? [] : arrayMap(pairs, function(pair) {\\n        if (typeof pair[1] != 'function') {\\n          throw new TypeError(FUNC_ERROR_TEXT);\\n        }\\n        return [toIteratee(pair[0]), pair[1]];\\n      });\\n\\n      return baseRest(function(args) {\\n        var index = -1;\\n        while (++index < length) {\\n          var pair = pairs[index];\\n          if (apply(pair[0], this, args)) {\\n            return apply(pair[1], this, args);\\n          }\\n        }\\n      });\\n    }\\n\\n    /**\\n     * Creates a function that invokes the predicate properties of `source` with\\n     * the corresponding property values of a given object, returning `true` if\\n     * all predicates return truthy, else `false`.\\n     *\\n     * **Note:** The created function is equivalent to `_.conformsTo` with\\n     * `source` partially applied.\\n     *\\n     * @static\\n     * @memberOf _\\n     * @since 4.0.0\\n     * @category Util\\n     * @param {Object} source The object of property predicates to conform to.\\n     * @returns {Function} Returns the new spec function.\\n     * @example\\n     *\\n     * var objects = [\\n     *   { 'a': 2, 'b': 1 },\\n     *   { 'a': 1, 'b': 2 }\\n     * ];\\n     *\\n     * _.filter(objects, _.conforms({ 'b': function(n) { return n > 1; } }));\\n     * // => [{ 'a': 1, 'b': 2 }]\\n     */\\n    function conforms(source) {\\n      return baseConforms(baseClone(source, CLONE_DEEP_FLAG));\\n    }\\n\\n    /**\\n     * Creates a function that returns `value`.\\n     *\\n     * @static\\n     * @memberOf _\\n     * @since 2.4.0\\n     * @category Util\\n     * @param {*} value The value to return from the new function.\\n     * @returns {Function} Returns the new constant function.\\n     * @example\\n     *\\n     * var objects = _.times(2, _.constant({ 'a': 1 }));\\n     *\\n     * console.log(objects);\\n     * // => [{ 'a': 1 }, { 'a': 1 }]\\n     *\\n     * console.log(objects[0] === objects[1]);\\n     * // => true\\n     */\\n    function constant(value) {\\n      return function() {\\n        return value;\\n      };\\n    }\\n\\n    /**\\n     * Checks `value` to determine whether a default value should be returned in\\n     * its place. The `defaultValue` is returned if `value` is `NaN`, `null`,\\n     * or `undefined`.\\n     *\\n     * @static\\n     * @memberOf _\\n     * @since 4.14.0\\n     * @category Util\\n     * @param {*} value The value to check.\\n     * @param {*} defaultValue The default value.\\n     * @returns {*} Returns the resolved value.\\n     * @example\\n     *\\n     * _.defaultTo(1, 10);\\n     * // => 1\\n     *\\n     * _.defaultTo(undefined, 10);\\n     * // => 10\\n     */\\n    function defaultTo(value, defaultValue) {\\n      return (value == null || value !== value) ? defaultValue : value;\\n    }\\n\\n    /**\\n     * Creates a function that returns the result of invoking the given functions\\n     * with the `this` binding of the created function, where each successive\\n     * invocation is supplied the return value of the previous.\\n     *\\n     * @static\\n     * @memberOf _\\n     * @since 3.0.0\\n     * @category Util\\n     * @param {...(Function|Function[])} [funcs] The functions to invoke.\\n     * @returns {Function} Returns the new composite function.\\n     * @see _.flowRight\\n     * @example\\n     *\\n     * function square(n) {\\n     *   return n * n;\\n     * }\\n     *\\n     * var addSquare = _.flow([_.add, square]);\\n     * addSquare(1, 2);\\n     * // => 9\\n     */\\n    var flow = createFlow();\\n\\n    /**\\n     * This method is like `_.flow` except that it creates a function that\\n     * invokes the given functions from right to left.\\n     *\\n     * @static\\n     * @since 3.0.0\\n     * @memberOf _\\n     * @category Util\\n     * @param {...(Function|Function[])} [funcs] The functions to invoke.\\n     * @returns {Function} Returns the new composite function.\\n     * @see _.flow\\n     * @example\\n     *\\n     * function square(n) {\\n     *   return n * n;\\n     * }\\n     *\\n     * var addSquare = _.flowRight([square, _.add]);\\n     * addSquare(1, 2);\\n     * // => 9\\n     */\\n    var flowRight = createFlow(true);\\n\\n    /**\\n     * This method returns the first argument it receives.\\n     *\\n     * @static\\n     * @since 0.1.0\\n     * @memberOf _\\n     * @category Util\\n     * @param {*} value Any value.\\n     * @returns {*} Returns `value`.\\n     * @example\\n     *\\n     * var object = { 'a': 1 };\\n     *\\n     * console.log(_.identity(object) === object);\\n     * // => true\\n     */\\n    function identity(value) {\\n      return value;\\n    }\\n\\n    /**\\n     * Creates a function that invokes `func` with the arguments of the created\\n     * function. If `func` is a property name, the created function returns the\\n     * property value for a given element. If `func` is an array or object, the\\n     * created function returns `true` for elements that contain the equivalent\\n     * source properties, otherwise it returns `false`.\\n     *\\n     * @static\\n     * @since 4.0.0\\n     * @memberOf _\\n     * @category Util\\n     * @param {*} [func=_.identity] The value to convert to a callback.\\n     * @returns {Function} Returns the callback.\\n     * @example\\n     *\\n     * var users = [\\n     *   { 'user': 'barney', 'age': 36, 'active': true },\\n     *   { 'user': 'fred',   'age': 40, 'active': false }\\n     * ];\\n     *\\n     * // The `_.matches` iteratee shorthand.\\n     * _.filter(users, _.iteratee({ 'user': 'barney', 'active': true }));\\n     * // => [{ 'user': 'barney', 'age': 36, 'active': true }]\\n     *\\n     * // The `_.matchesProperty` iteratee shorthand.\\n     * _.filter(users, _.iteratee(['user', 'fred']));\\n     * // => [{ 'user': 'fred', 'age': 40 }]\\n     *\\n     * // The `_.property` iteratee shorthand.\\n     * _.map(users, _.iteratee('user'));\\n     * // => ['barney', 'fred']\\n     *\\n     * // Create custom iteratee shorthands.\\n     * _.iteratee = _.wrap(_.iteratee, function(iteratee, func) {\\n     *   return !_.isRegExp(func) ? iteratee(func) : function(string) {\\n     *     return func.test(string);\\n     *   };\\n     * });\\n     *\\n     * _.filter(['abc', 'def'], /ef/);\\n     * // => ['def']\\n     */\\n    function iteratee(func) {\\n      return baseIteratee(typeof func == 'function' ? func : baseClone(func, CLONE_DEEP_FLAG));\\n    }\\n\\n    /**\\n     * Creates a function that performs a partial deep comparison between a given\\n     * object and `source`, returning `true` if the given object has equivalent\\n     * property values, else `false`.\\n     *\\n     * **Note:** The created function is equivalent to `_.isMatch` with `source`\\n     * partially applied.\\n     *\\n     * Partial comparisons will match empty array and empty object `source`\\n     * values against any array or object value, respectively. See `_.isEqual`\\n     * for a list of supported value comparisons.\\n     *\\n     * @static\\n     * @memberOf _\\n     * @since 3.0.0\\n     * @category Util\\n     * @param {Object} source The object of property values to match.\\n     * @returns {Function} Returns the new spec function.\\n     * @example\\n     *\\n     * var objects = [\\n     *   { 'a': 1, 'b': 2, 'c': 3 },\\n     *   { 'a': 4, 'b': 5, 'c': 6 }\\n     * ];\\n     *\\n     * _.filter(objects, _.matches({ 'a': 4, 'c': 6 }));\\n     * // => [{ 'a': 4, 'b': 5, 'c': 6 }]\\n     */\\n    function matches(source) {\\n      return baseMatches(baseClone(source, CLONE_DEEP_FLAG));\\n    }\\n\\n    /**\\n     * Creates a function that performs a partial deep comparison between the\\n     * value at `path` of a given object to `srcValue`, returning `true` if the\\n     * object value is equivalent, else `false`.\\n     *\\n     * **Note:** Partial comparisons will match empty array and empty object\\n     * `srcValue` values against any array or object value, respectively. See\\n     * `_.isEqual` for a list of supported value comparisons.\\n     *\\n     * @static\\n     * @memberOf _\\n     * @since 3.2.0\\n     * @category Util\\n     * @param {Array|string} path The path of the property to get.\\n     * @param {*} srcValue The value to match.\\n     * @returns {Function} Returns the new spec function.\\n     * @example\\n     *\\n     * var objects = [\\n     *   { 'a': 1, 'b': 2, 'c': 3 },\\n     *   { 'a': 4, 'b': 5, 'c': 6 }\\n     * ];\\n     *\\n     * _.find(objects, _.matchesProperty('a', 4));\\n     * // => { 'a': 4, 'b': 5, 'c': 6 }\\n     */\\n    function matchesProperty(path, srcValue) {\\n      return baseMatchesProperty(path, baseClone(srcValue, CLONE_DEEP_FLAG));\\n    }\\n\\n    /**\\n     * Creates a function that invokes the method at `path` of a given object.\\n     * Any additional arguments are provided to the invoked method.\\n     *\\n     * @static\\n     * @memberOf _\\n     * @since 3.7.0\\n     * @category Util\\n     * @param {Array|string} path The path of the method to invoke.\\n     * @param {...*} [args] The arguments to invoke the method with.\\n     * @returns {Function} Returns the new invoker function.\\n     * @example\\n     *\\n     * var objects = [\\n     *   { 'a': { 'b': _.constant(2) } },\\n     *   { 'a': { 'b': _.constant(1) } }\\n     * ];\\n     *\\n     * _.map(objects, _.method('a.b'));\\n     * // => [2, 1]\\n     *\\n     * _.map(objects, _.method(['a', 'b']));\\n     * // => [2, 1]\\n     */\\n    var method = baseRest(function(path, args) {\\n      return function(object) {\\n        return baseInvoke(object, path, args);\\n      };\\n    });\\n\\n    /**\\n     * The opposite of `_.method`; this method creates a function that invokes\\n     * the method at a given path of `object`. Any additional arguments are\\n     * provided to the invoked method.\\n     *\\n     * @static\\n     * @memberOf _\\n     * @since 3.7.0\\n     * @category Util\\n     * @param {Object} object The object to query.\\n     * @param {...*} [args] The arguments to invoke the method with.\\n     * @returns {Function} Returns the new invoker function.\\n     * @example\\n     *\\n     * var array = _.times(3, _.constant),\\n     *     object = { 'a': array, 'b': array, 'c': array };\\n     *\\n     * _.map(['a[2]', 'c[0]'], _.methodOf(object));\\n     * // => [2, 0]\\n     *\\n     * _.map([['a', '2'], ['c', '0']], _.methodOf(object));\\n     * // => [2, 0]\\n     */\\n    var methodOf = baseRest(function(object, args) {\\n      return function(path) {\\n        return baseInvoke(object, path, args);\\n      };\\n    });\\n\\n    /**\\n     * Adds all own enumerable string keyed function properties of a source\\n     * object to the destination object. If `object` is a function, then methods\\n     * are added to its prototype as well.\\n     *\\n     * **Note:** Use `_.runInContext` to create a pristine `lodash` function to\\n     * avoid conflicts caused by modifying the original.\\n     *\\n     * @static\\n     * @since 0.1.0\\n     * @memberOf _\\n     * @category Util\\n     * @param {Function|Object} [object=lodash] The destination object.\\n     * @param {Object} source The object of functions to add.\\n     * @param {Object} [options={}] The options object.\\n     * @param {boolean} [options.chain=true] Specify whether mixins are chainable.\\n     * @returns {Function|Object} Returns `object`.\\n     * @example\\n     *\\n     * function vowels(string) {\\n     *   return _.filter(string, function(v) {\\n     *     return /[aeiou]/i.test(v);\\n     *   });\\n     * }\\n     *\\n     * _.mixin({ 'vowels': vowels });\\n     * _.vowels('fred');\\n     * // => ['e']\\n     *\\n     * _('fred').vowels().value();\\n     * // => ['e']\\n     *\\n     * _.mixin({ 'vowels': vowels }, { 'chain': false });\\n     * _('fred').vowels();\\n     * // => ['e']\\n     */\\n    function mixin(object, source, options) {\\n      var props = keys(source),\\n          methodNames = baseFunctions(source, props);\\n\\n      if (options == null &&\\n          !(isObject(source) && (methodNames.length || !props.length))) {\\n        options = source;\\n        source = object;\\n        object = this;\\n        methodNames = baseFunctions(source, keys(source));\\n      }\\n      var chain = !(isObject(options) && 'chain' in options) || !!options.chain,\\n          isFunc = isFunction(object);\\n\\n      arrayEach(methodNames, function(methodName) {\\n        var func = source[methodName];\\n        object[methodName] = func;\\n        if (isFunc) {\\n          object.prototype[methodName] = function() {\\n            var chainAll = this.__chain__;\\n            if (chain || chainAll) {\\n              var result = object(this.__wrapped__),\\n                  actions = result.__actions__ = copyArray(this.__actions__);\\n\\n              actions.push({ 'func': func, 'args': arguments, 'thisArg': object });\\n              result.__chain__ = chainAll;\\n              return result;\\n            }\\n            return func.apply(object, arrayPush([this.value()], arguments));\\n          };\\n        }\\n      });\\n\\n      return object;\\n    }\\n\\n    /**\\n     * Reverts the `_` variable to its previous value and returns a reference to\\n     * the `lodash` function.\\n     *\\n     * @static\\n     * @since 0.1.0\\n     * @memberOf _\\n     * @category Util\\n     * @returns {Function} Returns the `lodash` function.\\n     * @example\\n     *\\n     * var lodash = _.noConflict();\\n     */\\n    function noConflict() {\\n      if (root._ === this) {\\n        root._ = oldDash;\\n      }\\n      return this;\\n    }\\n\\n    /**\\n     * This method returns `undefined`.\\n     *\\n     * @static\\n     * @memberOf _\\n     * @since 2.3.0\\n     * @category Util\\n     * @example\\n     *\\n     * _.times(2, _.noop);\\n     * // => [undefined, undefined]\\n     */\\n    function noop() {\\n      // No operation performed.\\n    }\\n\\n    /**\\n     * Creates a function that gets the argument at index `n`. If `n` is negative,\\n     * the nth argument from the end is returned.\\n     *\\n     * @static\\n     * @memberOf _\\n     * @since 4.0.0\\n     * @category Util\\n     * @param {number} [n=0] The index of the argument to return.\\n     * @returns {Function} Returns the new pass-thru function.\\n     * @example\\n     *\\n     * var func = _.nthArg(1);\\n     * func('a', 'b', 'c', 'd');\\n     * // => 'b'\\n     *\\n     * var func = _.nthArg(-2);\\n     * func('a', 'b', 'c', 'd');\\n     * // => 'c'\\n     */\\n    function nthArg(n) {\\n      n = toInteger(n);\\n      return baseRest(function(args) {\\n        return baseNth(args, n);\\n      });\\n    }\\n\\n    /**\\n     * Creates a function that invokes `iteratees` with the arguments it receives\\n     * and returns their results.\\n     *\\n     * @static\\n     * @memberOf _\\n     * @since 4.0.0\\n     * @category Util\\n     * @param {...(Function|Function[])} [iteratees=[_.identity]]\\n     *  The iteratees to invoke.\\n     * @returns {Function} Returns the new function.\\n     * @example\\n     *\\n     * var func = _.over([Math.max, Math.min]);\\n     *\\n     * func(1, 2, 3, 4);\\n     * // => [4, 1]\\n     */\\n    var over = createOver(arrayMap);\\n\\n    /**\\n     * Creates a function that checks if **all** of the `predicates` return\\n     * truthy when invoked with the arguments it receives.\\n     *\\n     * @static\\n     * @memberOf _\\n     * @since 4.0.0\\n     * @category Util\\n     * @param {...(Function|Function[])} [predicates=[_.identity]]\\n     *  The predicates to check.\\n     * @returns {Function} Returns the new function.\\n     * @example\\n     *\\n     * var func = _.overEvery([Boolean, isFinite]);\\n     *\\n     * func('1');\\n     * // => true\\n     *\\n     * func(null);\\n     * // => false\\n     *\\n     * func(NaN);\\n     * // => false\\n     */\\n    var overEvery = createOver(arrayEvery);\\n\\n    /**\\n     * Creates a function that checks if **any** of the `predicates` return\\n     * truthy when invoked with the arguments it receives.\\n     *\\n     * @static\\n     * @memberOf _\\n     * @since 4.0.0\\n     * @category Util\\n     * @param {...(Function|Function[])} [predicates=[_.identity]]\\n     *  The predicates to check.\\n     * @returns {Function} Returns the new function.\\n     * @example\\n     *\\n     * var func = _.overSome([Boolean, isFinite]);\\n     *\\n     * func('1');\\n     * // => true\\n     *\\n     * func(null);\\n     * // => true\\n     *\\n     * func(NaN);\\n     * // => false\\n     */\\n    var overSome = createOver(arraySome);\\n\\n    /**\\n     * Creates a function that returns the value at `path` of a given object.\\n     *\\n     * @static\\n     * @memberOf _\\n     * @since 2.4.0\\n     * @category Util\\n     * @param {Array|string} path The path of the property to get.\\n     * @returns {Function} Returns the new accessor function.\\n     * @example\\n     *\\n     * var objects = [\\n     *   { 'a': { 'b': 2 } },\\n     *   { 'a': { 'b': 1 } }\\n     * ];\\n     *\\n     * _.map(objects, _.property('a.b'));\\n     * // => [2, 1]\\n     *\\n     * _.map(_.sortBy(objects, _.property(['a', 'b'])), 'a.b');\\n     * // => [1, 2]\\n     */\\n    function property(path) {\\n      return isKey(path) ? baseProperty(toKey(path)) : basePropertyDeep(path);\\n    }\\n\\n    /**\\n     * The opposite of `_.property`; this method creates a function that returns\\n     * the value at a given path of `object`.\\n     *\\n     * @static\\n     * @memberOf _\\n     * @since 3.0.0\\n     * @category Util\\n     * @param {Object} object The object to query.\\n     * @returns {Function} Returns the new accessor function.\\n     * @example\\n     *\\n     * var array = [0, 1, 2],\\n     *     object = { 'a': array, 'b': array, 'c': array };\\n     *\\n     * _.map(['a[2]', 'c[0]'], _.propertyOf(object));\\n     * // => [2, 0]\\n     *\\n     * _.map([['a', '2'], ['c', '0']], _.propertyOf(object));\\n     * // => [2, 0]\\n     */\\n    function propertyOf(object) {\\n      return function(path) {\\n        return object == null ? undefined : baseGet(object, path);\\n      };\\n    }\\n\\n    /**\\n     * Creates an array of numbers (positive and/or negative) progressing from\\n     * `start` up to, but not including, `end`. A step of `-1` is used if a negative\\n     * `start` is specified without an `end` or `step`. If `end` is not specified,\\n     * it's set to `start` with `start` then set to `0`.\\n     *\\n     * **Note:** JavaScript follows the IEEE-754 standard for resolving\\n     * floating-point values which can produce unexpected results.\\n     *\\n     * @static\\n     * @since 0.1.0\\n     * @memberOf _\\n     * @category Util\\n     * @param {number} [start=0] The start of the range.\\n     * @param {number} end The end of the range.\\n     * @param {number} [step=1] The value to increment or decrement by.\\n     * @returns {Array} Returns the range of numbers.\\n     * @see _.inRange, _.rangeRight\\n     * @example\\n     *\\n     * _.range(4);\\n     * // => [0, 1, 2, 3]\\n     *\\n     * _.range(-4);\\n     * // => [0, -1, -2, -3]\\n     *\\n     * _.range(1, 5);\\n     * // => [1, 2, 3, 4]\\n     *\\n     * _.range(0, 20, 5);\\n     * // => [0, 5, 10, 15]\\n     *\\n     * _.range(0, -4, -1);\\n     * // => [0, -1, -2, -3]\\n     *\\n     * _.range(1, 4, 0);\\n     * // => [1, 1, 1]\\n     *\\n     * _.range(0);\\n     * // => []\\n     */\\n    var range = createRange();\\n\\n    /**\\n     * This method is like `_.range` except that it populates values in\\n     * descending order.\\n     *\\n     * @static\\n     * @memberOf _\\n     * @since 4.0.0\\n     * @category Util\\n     * @param {number} [start=0] The start of the range.\\n     * @param {number} end The end of the range.\\n     * @param {number} [step=1] The value to increment or decrement by.\\n     * @returns {Array} Returns the range of numbers.\\n     * @see _.inRange, _.range\\n     * @example\\n     *\\n     * _.rangeRight(4);\\n     * // => [3, 2, 1, 0]\\n     *\\n     * _.rangeRight(-4);\\n     * // => [-3, -2, -1, 0]\\n     *\\n     * _.rangeRight(1, 5);\\n     * // => [4, 3, 2, 1]\\n     *\\n     * _.rangeRight(0, 20, 5);\\n     * // => [15, 10, 5, 0]\\n     *\\n     * _.rangeRight(0, -4, -1);\\n     * // => [-3, -2, -1, 0]\\n     *\\n     * _.rangeRight(1, 4, 0);\\n     * // => [1, 1, 1]\\n     *\\n     * _.rangeRight(0);\\n     * // => []\\n     */\\n    var rangeRight = createRange(true);\\n\\n    /**\\n     * This method returns a new empty array.\\n     *\\n     * @static\\n     * @memberOf _\\n     * @since 4.13.0\\n     * @category Util\\n     * @returns {Array} Returns the new empty array.\\n     * @example\\n     *\\n     * var arrays = _.times(2, _.stubArray);\\n     *\\n     * console.log(arrays);\\n     * // => [[], []]\\n     *\\n     * console.log(arrays[0] === arrays[1]);\\n     * // => false\\n     */\\n    function stubArray() {\\n      return [];\\n    }\\n\\n    /**\\n     * This method returns `false`.\\n     *\\n     * @static\\n     * @memberOf _\\n     * @since 4.13.0\\n     * @category Util\\n     * @returns {boolean} Returns `false`.\\n     * @example\\n     *\\n     * _.times(2, _.stubFalse);\\n     * // => [false, false]\\n     */\\n    function stubFalse() {\\n      return false;\\n    }\\n\\n    /**\\n     * This method returns a new empty object.\\n     *\\n     * @static\\n     * @memberOf _\\n     * @since 4.13.0\\n     * @category Util\\n     * @returns {Object} Returns the new empty object.\\n     * @example\\n     *\\n     * var objects = _.times(2, _.stubObject);\\n     *\\n     * console.log(objects);\\n     * // => [{}, {}]\\n     *\\n     * console.log(objects[0] === objects[1]);\\n     * // => false\\n     */\\n    function stubObject() {\\n      return {};\\n    }\\n\\n    /**\\n     * This method returns an empty string.\\n     *\\n     * @static\\n     * @memberOf _\\n     * @since 4.13.0\\n     * @category Util\\n     * @returns {string} Returns the empty string.\\n     * @example\\n     *\\n     * _.times(2, _.stubString);\\n     * // => ['', '']\\n     */\\n    function stubString() {\\n      return '';\\n    }\\n\\n    /**\\n     * This method returns `true`.\\n     *\\n     * @static\\n     * @memberOf _\\n     * @since 4.13.0\\n     * @category Util\\n     * @returns {boolean} Returns `true`.\\n     * @example\\n     *\\n     * _.times(2, _.stubTrue);\\n     * // => [true, true]\\n     */\\n    function stubTrue() {\\n      return true;\\n    }\\n\\n    /**\\n     * Invokes the iteratee `n` times, returning an array of the results of\\n     * each invocation. The iteratee is invoked with one argument; (index).\\n     *\\n     * @static\\n     * @since 0.1.0\\n     * @memberOf _\\n     * @category Util\\n     * @param {number} n The number of times to invoke `iteratee`.\\n     * @param {Function} [iteratee=_.identity] The function invoked per iteration.\\n     * @returns {Array} Returns the array of results.\\n     * @example\\n     *\\n     * _.times(3, String);\\n     * // => ['0', '1', '2']\\n     *\\n     *  _.times(4, _.constant(0));\\n     * // => [0, 0, 0, 0]\\n     */\\n    function times(n, iteratee) {\\n      n = toInteger(n);\\n      if (n < 1 || n > MAX_SAFE_INTEGER) {\\n        return [];\\n      }\\n      var index = MAX_ARRAY_LENGTH,\\n          length = nativeMin(n, MAX_ARRAY_LENGTH);\\n\\n      iteratee = getIteratee(iteratee);\\n      n -= MAX_ARRAY_LENGTH;\\n\\n      var result = baseTimes(length, iteratee);\\n      while (++index < n) {\\n        iteratee(index);\\n      }\\n      return result;\\n    }\\n\\n    /**\\n     * Converts `value` to a property path array.\\n     *\\n     * @static\\n     * @memberOf _\\n     * @since 4.0.0\\n     * @category Util\\n     * @param {*} value The value to convert.\\n     * @returns {Array} Returns the new property path array.\\n     * @example\\n     *\\n     * _.toPath('a.b.c');\\n     * // => ['a', 'b', 'c']\\n     *\\n     * _.toPath('a[0].b.c');\\n     * // => ['a', '0', 'b', 'c']\\n     */\\n    function toPath(value) {\\n      if (isArray(value)) {\\n        return arrayMap(value, toKey);\\n      }\\n      return isSymbol(value) ? [value] : copyArray(stringToPath(toString(value)));\\n    }\\n\\n    /**\\n     * Generates a unique ID. If `prefix` is given, the ID is appended to it.\\n     *\\n     * @static\\n     * @since 0.1.0\\n     * @memberOf _\\n     * @category Util\\n     * @param {string} [prefix=''] The value to prefix the ID with.\\n     * @returns {string} Returns the unique ID.\\n     * @example\\n     *\\n     * _.uniqueId('contact_');\\n     * // => 'contact_104'\\n     *\\n     * _.uniqueId();\\n     * // => '105'\\n     */\\n    function uniqueId(prefix) {\\n      var id = ++idCounter;\\n      return toString(prefix) + id;\\n    }\\n\\n    /*------------------------------------------------------------------------*/\\n\\n    /**\\n     * Adds two numbers.\\n     *\\n     * @static\\n     * @memberOf _\\n     * @since 3.4.0\\n     * @category Math\\n     * @param {number} augend The first number in an addition.\\n     * @param {number} addend The second number in an addition.\\n     * @returns {number} Returns the total.\\n     * @example\\n     *\\n     * _.add(6, 4);\\n     * // => 10\\n     */\\n    var add = createMathOperation(function(augend, addend) {\\n      return augend + addend;\\n    }, 0);\\n\\n    /**\\n     * Computes `number` rounded up to `precision`.\\n     *\\n     * @static\\n     * @memberOf _\\n     * @since 3.10.0\\n     * @category Math\\n     * @param {number} number The number to round up.\\n     * @param {number} [precision=0] The precision to round up to.\\n     * @returns {number} Returns the rounded up number.\\n     * @example\\n     *\\n     * _.ceil(4.006);\\n     * // => 5\\n     *\\n     * _.ceil(6.004, 2);\\n     * // => 6.01\\n     *\\n     * _.ceil(6040, -2);\\n     * // => 6100\\n     */\\n    var ceil = createRound('ceil');\\n\\n    /**\\n     * Divide two numbers.\\n     *\\n     * @static\\n     * @memberOf _\\n     * @since 4.7.0\\n     * @category Math\\n     * @param {number} dividend The first number in a division.\\n     * @param {number} divisor The second number in a division.\\n     * @returns {number} Returns the quotient.\\n     * @example\\n     *\\n     * _.divide(6, 4);\\n     * // => 1.5\\n     */\\n    var divide = createMathOperation(function(dividend, divisor) {\\n      return dividend / divisor;\\n    }, 1);\\n\\n    /**\\n     * Computes `number` rounded down to `precision`.\\n     *\\n     * @static\\n     * @memberOf _\\n     * @since 3.10.0\\n     * @category Math\\n     * @param {number} number The number to round down.\\n     * @param {number} [precision=0] The precision to round down to.\\n     * @returns {number} Returns the rounded down number.\\n     * @example\\n     *\\n     * _.floor(4.006);\\n     * // => 4\\n     *\\n     * _.floor(0.046, 2);\\n     * // => 0.04\\n     *\\n     * _.floor(4060, -2);\\n     * // => 4000\\n     */\\n    var floor = createRound('floor');\\n\\n    /**\\n     * Computes the maximum value of `array`. If `array` is empty or falsey,\\n     * `undefined` is returned.\\n     *\\n     * @static\\n     * @since 0.1.0\\n     * @memberOf _\\n     * @category Math\\n     * @param {Array} array The array to iterate over.\\n     * @returns {*} Returns the maximum value.\\n     * @example\\n     *\\n     * _.max([4, 2, 8, 6]);\\n     * // => 8\\n     *\\n     * _.max([]);\\n     * // => undefined\\n     */\\n    function max(array) {\\n      return (array && array.length)\\n        ? baseExtremum(array, identity, baseGt)\\n        : undefined;\\n    }\\n\\n    /**\\n     * This method is like `_.max` except that it accepts `iteratee` which is\\n     * invoked for each element in `array` to generate the criterion by which\\n     * the value is ranked. The iteratee is invoked with one argument: (value).\\n     *\\n     * @static\\n     * @memberOf _\\n     * @since 4.0.0\\n     * @category Math\\n     * @param {Array} array The array to iterate over.\\n     * @param {Function} [iteratee=_.identity] The iteratee invoked per element.\\n     * @returns {*} Returns the maximum value.\\n     * @example\\n     *\\n     * var objects = [{ 'n': 1 }, { 'n': 2 }];\\n     *\\n     * _.maxBy(objects, function(o) { return o.n; });\\n     * // => { 'n': 2 }\\n     *\\n     * // The `_.property` iteratee shorthand.\\n     * _.maxBy(objects, 'n');\\n     * // => { 'n': 2 }\\n     */\\n    function maxBy(array, iteratee) {\\n      return (array && array.length)\\n        ? baseExtremum(array, getIteratee(iteratee, 2), baseGt)\\n        : undefined;\\n    }\\n\\n    /**\\n     * Computes the mean of the values in `array`.\\n     *\\n     * @static\\n     * @memberOf _\\n     * @since 4.0.0\\n     * @category Math\\n     * @param {Array} array The array to iterate over.\\n     * @returns {number} Returns the mean.\\n     * @example\\n     *\\n     * _.mean([4, 2, 8, 6]);\\n     * // => 5\\n     */\\n    function mean(array) {\\n      return baseMean(array, identity);\\n    }\\n\\n    /**\\n     * This method is like `_.mean` except that it accepts `iteratee` which is\\n     * invoked for each element in `array` to generate the value to be averaged.\\n     * The iteratee is invoked with one argument: (value).\\n     *\\n     * @static\\n     * @memberOf _\\n     * @since 4.7.0\\n     * @category Math\\n     * @param {Array} array The array to iterate over.\\n     * @param {Function} [iteratee=_.identity] The iteratee invoked per element.\\n     * @returns {number} Returns the mean.\\n     * @example\\n     *\\n     * var objects = [{ 'n': 4 }, { 'n': 2 }, { 'n': 8 }, { 'n': 6 }];\\n     *\\n     * _.meanBy(objects, function(o) { return o.n; });\\n     * // => 5\\n     *\\n     * // The `_.property` iteratee shorthand.\\n     * _.meanBy(objects, 'n');\\n     * // => 5\\n     */\\n    function meanBy(array, iteratee) {\\n      return baseMean(array, getIteratee(iteratee, 2));\\n    }\\n\\n    /**\\n     * Computes the minimum value of `array`. If `array` is empty or falsey,\\n     * `undefined` is returned.\\n     *\\n     * @static\\n     * @since 0.1.0\\n     * @memberOf _\\n     * @category Math\\n     * @param {Array} array The array to iterate over.\\n     * @returns {*} Returns the minimum value.\\n     * @example\\n     *\\n     * _.min([4, 2, 8, 6]);\\n     * // => 2\\n     *\\n     * _.min([]);\\n     * // => undefined\\n     */\\n    function min(array) {\\n      return (array && array.length)\\n        ? baseExtremum(array, identity, baseLt)\\n        : undefined;\\n    }\\n\\n    /**\\n     * This method is like `_.min` except that it accepts `iteratee` which is\\n     * invoked for each element in `array` to generate the criterion by which\\n     * the value is ranked. The iteratee is invoked with one argument: (value).\\n     *\\n     * @static\\n     * @memberOf _\\n     * @since 4.0.0\\n     * @category Math\\n     * @param {Array} array The array to iterate over.\\n     * @param {Function} [iteratee=_.identity] The iteratee invoked per element.\\n     * @returns {*} Returns the minimum value.\\n     * @example\\n     *\\n     * var objects = [{ 'n': 1 }, { 'n': 2 }];\\n     *\\n     * _.minBy(objects, function(o) { return o.n; });\\n     * // => { 'n': 1 }\\n     *\\n     * // The `_.property` iteratee shorthand.\\n     * _.minBy(objects, 'n');\\n     * // => { 'n': 1 }\\n     */\\n    function minBy(array, iteratee) {\\n      return (array && array.length)\\n        ? baseExtremum(array, getIteratee(iteratee, 2), baseLt)\\n        : undefined;\\n    }\\n\\n    /**\\n     * Multiply two numbers.\\n     *\\n     * @static\\n     * @memberOf _\\n     * @since 4.7.0\\n     * @category Math\\n     * @param {number} multiplier The first number in a multiplication.\\n     * @param {number} multiplicand The second number in a multiplication.\\n     * @returns {number} Returns the product.\\n     * @example\\n     *\\n     * _.multiply(6, 4);\\n     * // => 24\\n     */\\n    var multiply = createMathOperation(function(multiplier, multiplicand) {\\n      return multiplier * multiplicand;\\n    }, 1);\\n\\n    /**\\n     * Computes `number` rounded to `precision`.\\n     *\\n     * @static\\n     * @memberOf _\\n     * @since 3.10.0\\n     * @category Math\\n     * @param {number} number The number to round.\\n     * @param {number} [precision=0] The precision to round to.\\n     * @returns {number} Returns the rounded number.\\n     * @example\\n     *\\n     * _.round(4.006);\\n     * // => 4\\n     *\\n     * _.round(4.006, 2);\\n     * // => 4.01\\n     *\\n     * _.round(4060, -2);\\n     * // => 4100\\n     */\\n    var round = createRound('round');\\n\\n    /**\\n     * Subtract two numbers.\\n     *\\n     * @static\\n     * @memberOf _\\n     * @since 4.0.0\\n     * @category Math\\n     * @param {number} minuend The first number in a subtraction.\\n     * @param {number} subtrahend The second number in a subtraction.\\n     * @returns {number} Returns the difference.\\n     * @example\\n     *\\n     * _.subtract(6, 4);\\n     * // => 2\\n     */\\n    var subtract = createMathOperation(function(minuend, subtrahend) {\\n      return minuend - subtrahend;\\n    }, 0);\\n\\n    /**\\n     * Computes the sum of the values in `array`.\\n     *\\n     * @static\\n     * @memberOf _\\n     * @since 3.4.0\\n     * @category Math\\n     * @param {Array} array The array to iterate over.\\n     * @returns {number} Returns the sum.\\n     * @example\\n     *\\n     * _.sum([4, 2, 8, 6]);\\n     * // => 20\\n     */\\n    function sum(array) {\\n      return (array && array.length)\\n        ? baseSum(array, identity)\\n        : 0;\\n    }\\n\\n    /**\\n     * This method is like `_.sum` except that it accepts `iteratee` which is\\n     * invoked for each element in `array` to generate the value to be summed.\\n     * The iteratee is invoked with one argument: (value).\\n     *\\n     * @static\\n     * @memberOf _\\n     * @since 4.0.0\\n     * @category Math\\n     * @param {Array} array The array to iterate over.\\n     * @param {Function} [iteratee=_.identity] The iteratee invoked per element.\\n     * @returns {number} Returns the sum.\\n     * @example\\n     *\\n     * var objects = [{ 'n': 4 }, { 'n': 2 }, { 'n': 8 }, { 'n': 6 }];\\n     *\\n     * _.sumBy(objects, function(o) { return o.n; });\\n     * // => 20\\n     *\\n     * // The `_.property` iteratee shorthand.\\n     * _.sumBy(objects, 'n');\\n     * // => 20\\n     */\\n    function sumBy(array, iteratee) {\\n      return (array && array.length)\\n        ? baseSum(array, getIteratee(iteratee, 2))\\n        : 0;\\n    }\\n\\n    /*------------------------------------------------------------------------*/\\n\\n    // Add methods that return wrapped values in chain sequences.\\n    lodash.after = after;\\n    lodash.ary = ary;\\n    lodash.assign = assign;\\n    lodash.assignIn = assignIn;\\n    lodash.assignInWith = assignInWith;\\n    lodash.assignWith = assignWith;\\n    lodash.at = at;\\n    lodash.before = before;\\n    lodash.bind = bind;\\n    lodash.bindAll = bindAll;\\n    lodash.bindKey = bindKey;\\n    lodash.castArray = castArray;\\n    lodash.chain = chain;\\n    lodash.chunk = chunk;\\n    lodash.compact = compact;\\n    lodash.concat = concat;\\n    lodash.cond = cond;\\n    lodash.conforms = conforms;\\n    lodash.constant = constant;\\n    lodash.countBy = countBy;\\n    lodash.create = create;\\n    lodash.curry = curry;\\n    lodash.curryRight = curryRight;\\n    lodash.debounce = debounce;\\n    lodash.defaults = defaults;\\n    lodash.defaultsDeep = defaultsDeep;\\n    lodash.defer = defer;\\n    lodash.delay = delay;\\n    lodash.difference = difference;\\n    lodash.differenceBy = differenceBy;\\n    lodash.differenceWith = differenceWith;\\n    lodash.drop = drop;\\n    lodash.dropRight = dropRight;\\n    lodash.dropRightWhile = dropRightWhile;\\n    lodash.dropWhile = dropWhile;\\n    lodash.fill = fill;\\n    lodash.filter = filter;\\n    lodash.flatMap = flatMap;\\n    lodash.flatMapDeep = flatMapDeep;\\n    lodash.flatMapDepth = flatMapDepth;\\n    lodash.flatten = flatten;\\n    lodash.flattenDeep = flattenDeep;\\n    lodash.flattenDepth = flattenDepth;\\n    lodash.flip = flip;\\n    lodash.flow = flow;\\n    lodash.flowRight = flowRight;\\n    lodash.fromPairs = fromPairs;\\n    lodash.functions = functions;\\n    lodash.functionsIn = functionsIn;\\n    lodash.groupBy = groupBy;\\n    lodash.initial = initial;\\n    lodash.intersection = intersection;\\n    lodash.intersectionBy = intersectionBy;\\n    lodash.intersectionWith = intersectionWith;\\n    lodash.invert = invert;\\n    lodash.invertBy = invertBy;\\n    lodash.invokeMap = invokeMap;\\n    lodash.iteratee = iteratee;\\n    lodash.keyBy = keyBy;\\n    lodash.keys = keys;\\n    lodash.keysIn = keysIn;\\n    lodash.map = map;\\n    lodash.mapKeys = mapKeys;\\n    lodash.mapValues = mapValues;\\n    lodash.matches = matches;\\n    lodash.matchesProperty = matchesProperty;\\n    lodash.memoize = memoize;\\n    lodash.merge = merge;\\n    lodash.mergeWith = mergeWith;\\n    lodash.method = method;\\n    lodash.methodOf = methodOf;\\n    lodash.mixin = mixin;\\n    lodash.negate = negate;\\n    lodash.nthArg = nthArg;\\n    lodash.omit = omit;\\n    lodash.omitBy = omitBy;\\n    lodash.once = once;\\n    lodash.orderBy = orderBy;\\n    lodash.over = over;\\n    lodash.overArgs = overArgs;\\n    lodash.overEvery = overEvery;\\n    lodash.overSome = overSome;\\n    lodash.partial = partial;\\n    lodash.partialRight = partialRight;\\n    lodash.partition = partition;\\n    lodash.pick = pick;\\n    lodash.pickBy = pickBy;\\n    lodash.property = property;\\n    lodash.propertyOf = propertyOf;\\n    lodash.pull = pull;\\n    lodash.pullAll = pullAll;\\n    lodash.pullAllBy = pullAllBy;\\n    lodash.pullAllWith = pullAllWith;\\n    lodash.pullAt = pullAt;\\n    lodash.range = range;\\n    lodash.rangeRight = rangeRight;\\n    lodash.rearg = rearg;\\n    lodash.reject = reject;\\n    lodash.remove = remove;\\n    lodash.rest = rest;\\n    lodash.reverse = reverse;\\n    lodash.sampleSize = sampleSize;\\n    lodash.set = set;\\n    lodash.setWith = setWith;\\n    lodash.shuffle = shuffle;\\n    lodash.slice = slice;\\n    lodash.sortBy = sortBy;\\n    lodash.sortedUniq = sortedUniq;\\n    lodash.sortedUniqBy = sortedUniqBy;\\n    lodash.split = split;\\n    lodash.spread = spread;\\n    lodash.tail = tail;\\n    lodash.take = take;\\n    lodash.takeRight = takeRight;\\n    lodash.takeRightWhile = takeRightWhile;\\n    lodash.takeWhile = takeWhile;\\n    lodash.tap = tap;\\n    lodash.throttle = throttle;\\n    lodash.thru = thru;\\n    lodash.toArray = toArray;\\n    lodash.toPairs = toPairs;\\n    lodash.toPairsIn = toPairsIn;\\n    lodash.toPath = toPath;\\n    lodash.toPlainObject = toPlainObject;\\n    lodash.transform = transform;\\n    lodash.unary = unary;\\n    lodash.union = union;\\n    lodash.unionBy = unionBy;\\n    lodash.unionWith = unionWith;\\n    lodash.uniq = uniq;\\n    lodash.uniqBy = uniqBy;\\n    lodash.uniqWith = uniqWith;\\n    lodash.unset = unset;\\n    lodash.unzip = unzip;\\n    lodash.unzipWith = unzipWith;\\n    lodash.update = update;\\n    lodash.updateWith = updateWith;\\n    lodash.values = values;\\n    lodash.valuesIn = valuesIn;\\n    lodash.without = without;\\n    lodash.words = words;\\n    lodash.wrap = wrap;\\n    lodash.xor = xor;\\n    lodash.xorBy = xorBy;\\n    lodash.xorWith = xorWith;\\n    lodash.zip = zip;\\n    lodash.zipObject = zipObject;\\n    lodash.zipObjectDeep = zipObjectDeep;\\n    lodash.zipWith = zipWith;\\n\\n    // Add aliases.\\n    lodash.entries = toPairs;\\n    lodash.entriesIn = toPairsIn;\\n    lodash.extend = assignIn;\\n    lodash.extendWith = assignInWith;\\n\\n    // Add methods to `lodash.prototype`.\\n    mixin(lodash, lodash);\\n\\n    /*------------------------------------------------------------------------*/\\n\\n    // Add methods that return unwrapped values in chain sequences.\\n    lodash.add = add;\\n    lodash.attempt = attempt;\\n    lodash.camelCase = camelCase;\\n    lodash.capitalize = capitalize;\\n    lodash.ceil = ceil;\\n    lodash.clamp = clamp;\\n    lodash.clone = clone;\\n    lodash.cloneDeep = cloneDeep;\\n    lodash.cloneDeepWith = cloneDeepWith;\\n    lodash.cloneWith = cloneWith;\\n    lodash.conformsTo = conformsTo;\\n    lodash.deburr = deburr;\\n    lodash.defaultTo = defaultTo;\\n    lodash.divide = divide;\\n    lodash.endsWith = endsWith;\\n    lodash.eq = eq;\\n    lodash.escape = escape;\\n    lodash.escapeRegExp = escapeRegExp;\\n    lodash.every = every;\\n    lodash.find = find;\\n    lodash.findIndex = findIndex;\\n    lodash.findKey = findKey;\\n    lodash.findLast = findLast;\\n    lodash.findLastIndex = findLastIndex;\\n    lodash.findLastKey = findLastKey;\\n    lodash.floor = floor;\\n    lodash.forEach = forEach;\\n    lodash.forEachRight = forEachRight;\\n    lodash.forIn = forIn;\\n    lodash.forInRight = forInRight;\\n    lodash.forOwn = forOwn;\\n    lodash.forOwnRight = forOwnRight;\\n    lodash.get = get;\\n    lodash.gt = gt;\\n    lodash.gte = gte;\\n    lodash.has = has;\\n    lodash.hasIn = hasIn;\\n    lodash.head = head;\\n    lodash.identity = identity;\\n    lodash.includes = includes;\\n    lodash.indexOf = indexOf;\\n    lodash.inRange = inRange;\\n    lodash.invoke = invoke;\\n    lodash.isArguments = isArguments;\\n    lodash.isArray = isArray;\\n    lodash.isArrayBuffer = isArrayBuffer;\\n    lodash.isArrayLike = isArrayLike;\\n    lodash.isArrayLikeObject = isArrayLikeObject;\\n    lodash.isBoolean = isBoolean;\\n    lodash.isBuffer = isBuffer;\\n    lodash.isDate = isDate;\\n    lodash.isElement = isElement;\\n    lodash.isEmpty = isEmpty;\\n    lodash.isEqual = isEqual;\\n    lodash.isEqualWith = isEqualWith;\\n    lodash.isError = isError;\\n    lodash.isFinite = isFinite;\\n    lodash.isFunction = isFunction;\\n    lodash.isInteger = isInteger;\\n    lodash.isLength = isLength;\\n    lodash.isMap = isMap;\\n    lodash.isMatch = isMatch;\\n    lodash.isMatchWith = isMatchWith;\\n    lodash.isNaN = isNaN;\\n    lodash.isNative = isNative;\\n    lodash.isNil = isNil;\\n    lodash.isNull = isNull;\\n    lodash.isNumber = isNumber;\\n    lodash.isObject = isObject;\\n    lodash.isObjectLike = isObjectLike;\\n    lodash.isPlainObject = isPlainObject;\\n    lodash.isRegExp = isRegExp;\\n    lodash.isSafeInteger = isSafeInteger;\\n    lodash.isSet = isSet;\\n    lodash.isString = isString;\\n    lodash.isSymbol = isSymbol;\\n    lodash.isTypedArray = isTypedArray;\\n    lodash.isUndefined = isUndefined;\\n    lodash.isWeakMap = isWeakMap;\\n    lodash.isWeakSet = isWeakSet;\\n    lodash.join = join;\\n    lodash.kebabCase = kebabCase;\\n    lodash.last = last;\\n    lodash.lastIndexOf = lastIndexOf;\\n    lodash.lowerCase = lowerCase;\\n    lodash.lowerFirst = lowerFirst;\\n    lodash.lt = lt;\\n    lodash.lte = lte;\\n    lodash.max = max;\\n    lodash.maxBy = maxBy;\\n    lodash.mean = mean;\\n    lodash.meanBy = meanBy;\\n    lodash.min = min;\\n    lodash.minBy = minBy;\\n    lodash.stubArray = stubArray;\\n    lodash.stubFalse = stubFalse;\\n    lodash.stubObject = stubObject;\\n    lodash.stubString = stubString;\\n    lodash.stubTrue = stubTrue;\\n    lodash.multiply = multiply;\\n    lodash.nth = nth;\\n    lodash.noConflict = noConflict;\\n    lodash.noop = noop;\\n    lodash.now = now;\\n    lodash.pad = pad;\\n    lodash.padEnd = padEnd;\\n    lodash.padStart = padStart;\\n    lodash.parseInt = parseInt;\\n    lodash.random = random;\\n    lodash.reduce = reduce;\\n    lodash.reduceRight = reduceRight;\\n    lodash.repeat = repeat;\\n    lodash.replace = replace;\\n    lodash.result = result;\\n    lodash.round = round;\\n    lodash.runInContext = runInContext;\\n    lodash.sample = sample;\\n    lodash.size = size;\\n    lodash.snakeCase = snakeCase;\\n    lodash.some = some;\\n    lodash.sortedIndex = sortedIndex;\\n    lodash.sortedIndexBy = sortedIndexBy;\\n    lodash.sortedIndexOf = sortedIndexOf;\\n    lodash.sortedLastIndex = sortedLastIndex;\\n    lodash.sortedLastIndexBy = sortedLastIndexBy;\\n    lodash.sortedLastIndexOf = sortedLastIndexOf;\\n    lodash.startCase = startCase;\\n    lodash.startsWith = startsWith;\\n    lodash.subtract = subtract;\\n    lodash.sum = sum;\\n    lodash.sumBy = sumBy;\\n    lodash.template = template;\\n    lodash.times = times;\\n    lodash.toFinite = toFinite;\\n    lodash.toInteger = toInteger;\\n    lodash.toLength = toLength;\\n    lodash.toLower = toLower;\\n    lodash.toNumber = toNumber;\\n    lodash.toSafeInteger = toSafeInteger;\\n    lodash.toString = toString;\\n    lodash.toUpper = toUpper;\\n    lodash.trim = trim;\\n    lodash.trimEnd = trimEnd;\\n    lodash.trimStart = trimStart;\\n    lodash.truncate = truncate;\\n    lodash.unescape = unescape;\\n    lodash.uniqueId = uniqueId;\\n    lodash.upperCase = upperCase;\\n    lodash.upperFirst = upperFirst;\\n\\n    // Add aliases.\\n    lodash.each = forEach;\\n    lodash.eachRight = forEachRight;\\n    lodash.first = head;\\n\\n    mixin(lodash, (function() {\\n      var source = {};\\n      baseForOwn(lodash, function(func, methodName) {\\n        if (!hasOwnProperty.call(lodash.prototype, methodName)) {\\n          source[methodName] = func;\\n        }\\n      });\\n      return source;\\n    }()), { 'chain': false });\\n\\n    /*------------------------------------------------------------------------*/\\n\\n    /**\\n     * The semantic version number.\\n     *\\n     * @static\\n     * @memberOf _\\n     * @type {string}\\n     */\\n    lodash.VERSION = VERSION;\\n\\n    // Assign default placeholders.\\n    arrayEach(['bind', 'bindKey', 'curry', 'curryRight', 'partial', 'partialRight'], function(methodName) {\\n      lodash[methodName].placeholder = lodash;\\n    });\\n\\n    // Add `LazyWrapper` methods for `_.drop` and `_.take` variants.\\n    arrayEach(['drop', 'take'], function(methodName, index) {\\n      LazyWrapper.prototype[methodName] = function(n) {\\n        n = n === undefined ? 1 : nativeMax(toInteger(n), 0);\\n\\n        var result = (this.__filtered__ && !index)\\n          ? new LazyWrapper(this)\\n          : this.clone();\\n\\n        if (result.__filtered__) {\\n          result.__takeCount__ = nativeMin(n, result.__takeCount__);\\n        } else {\\n          result.__views__.push({\\n            'size': nativeMin(n, MAX_ARRAY_LENGTH),\\n            'type': methodName + (result.__dir__ < 0 ? 'Right' : '')\\n          });\\n        }\\n        return result;\\n      };\\n\\n      LazyWrapper.prototype[methodName + 'Right'] = function(n) {\\n        return this.reverse()[methodName](n).reverse();\\n      };\\n    });\\n\\n    // Add `LazyWrapper` methods that accept an `iteratee` value.\\n    arrayEach(['filter', 'map', 'takeWhile'], function(methodName, index) {\\n      var type = index + 1,\\n          isFilter = type == LAZY_FILTER_FLAG || type == LAZY_WHILE_FLAG;\\n\\n      LazyWrapper.prototype[methodName] = function(iteratee) {\\n        var result = this.clone();\\n        result.__iteratees__.push({\\n          'iteratee': getIteratee(iteratee, 3),\\n          'type': type\\n        });\\n        result.__filtered__ = result.__filtered__ || isFilter;\\n        return result;\\n      };\\n    });\\n\\n    // Add `LazyWrapper` methods for `_.head` and `_.last`.\\n    arrayEach(['head', 'last'], function(methodName, index) {\\n      var takeName = 'take' + (index ? 'Right' : '');\\n\\n      LazyWrapper.prototype[methodName] = function() {\\n        return this[takeName](1).value()[0];\\n      };\\n    });\\n\\n    // Add `LazyWrapper` methods for `_.initial` and `_.tail`.\\n    arrayEach(['initial', 'tail'], function(methodName, index) {\\n      var dropName = 'drop' + (index ? '' : 'Right');\\n\\n      LazyWrapper.prototype[methodName] = function() {\\n        return this.__filtered__ ? new LazyWrapper(this) : this[dropName](1);\\n      };\\n    });\\n\\n    LazyWrapper.prototype.compact = function() {\\n      return this.filter(identity);\\n    };\\n\\n    LazyWrapper.prototype.find = function(predicate) {\\n      return this.filter(predicate).head();\\n    };\\n\\n    LazyWrapper.prototype.findLast = function(predicate) {\\n      return this.reverse().find(predicate);\\n    };\\n\\n    LazyWrapper.prototype.invokeMap = baseRest(function(path, args) {\\n      if (typeof path == 'function') {\\n        return new LazyWrapper(this);\\n      }\\n      return this.map(function(value) {\\n        return baseInvoke(value, path, args);\\n      });\\n    });\\n\\n    LazyWrapper.prototype.reject = function(predicate) {\\n      return this.filter(negate(getIteratee(predicate)));\\n    };\\n\\n    LazyWrapper.prototype.slice = function(start, end) {\\n      start = toInteger(start);\\n\\n      var result = this;\\n      if (result.__filtered__ && (start > 0 || end < 0)) {\\n        return new LazyWrapper(result);\\n      }\\n      if (start < 0) {\\n        result = result.takeRight(-start);\\n      } else if (start) {\\n        result = result.drop(start);\\n      }\\n      if (end !== undefined) {\\n        end = toInteger(end);\\n        result = end < 0 ? result.dropRight(-end) : result.take(end - start);\\n      }\\n      return result;\\n    };\\n\\n    LazyWrapper.prototype.takeRightWhile = function(predicate) {\\n      return this.reverse().takeWhile(predicate).reverse();\\n    };\\n\\n    LazyWrapper.prototype.toArray = function() {\\n      return this.take(MAX_ARRAY_LENGTH);\\n    };\\n\\n    // Add `LazyWrapper` methods to `lodash.prototype`.\\n    baseForOwn(LazyWrapper.prototype, function(func, methodName) {\\n      var checkIteratee = /^(?:filter|find|map|reject)|While$/.test(methodName),\\n          isTaker = /^(?:head|last)$/.test(methodName),\\n          lodashFunc = lodash[isTaker ? ('take' + (methodName == 'last' ? 'Right' : '')) : methodName],\\n          retUnwrapped = isTaker || /^find/.test(methodName);\\n\\n      if (!lodashFunc) {\\n        return;\\n      }\\n      lodash.prototype[methodName] = function() {\\n        var value = this.__wrapped__,\\n            args = isTaker ? [1] : arguments,\\n            isLazy = value instanceof LazyWrapper,\\n            iteratee = args[0],\\n            useLazy = isLazy || isArray(value);\\n\\n        var interceptor = function(value) {\\n          var result = lodashFunc.apply(lodash, arrayPush([value], args));\\n          return (isTaker && chainAll) ? result[0] : result;\\n        };\\n\\n        if (useLazy && checkIteratee && typeof iteratee == 'function' && iteratee.length != 1) {\\n          // Avoid lazy use if the iteratee has a \\\"length\\\" value other than `1`.\\n          isLazy = useLazy = false;\\n        }\\n        var chainAll = this.__chain__,\\n            isHybrid = !!this.__actions__.length,\\n            isUnwrapped = retUnwrapped && !chainAll,\\n            onlyLazy = isLazy && !isHybrid;\\n\\n        if (!retUnwrapped && useLazy) {\\n          value = onlyLazy ? value : new LazyWrapper(this);\\n          var result = func.apply(value, args);\\n          result.__actions__.push({ 'func': thru, 'args': [interceptor], 'thisArg': undefined });\\n          return new LodashWrapper(result, chainAll);\\n        }\\n        if (isUnwrapped && onlyLazy) {\\n          return func.apply(this, args);\\n        }\\n        result = this.thru(interceptor);\\n        return isUnwrapped ? (isTaker ? result.value()[0] : result.value()) : result;\\n      };\\n    });\\n\\n    // Add `Array` methods to `lodash.prototype`.\\n    arrayEach(['pop', 'push', 'shift', 'sort', 'splice', 'unshift'], function(methodName) {\\n      var func = arrayProto[methodName],\\n          chainName = /^(?:push|sort|unshift)$/.test(methodName) ? 'tap' : 'thru',\\n          retUnwrapped = /^(?:pop|shift)$/.test(methodName);\\n\\n      lodash.prototype[methodName] = function() {\\n        var args = arguments;\\n        if (retUnwrapped && !this.__chain__) {\\n          var value = this.value();\\n          return func.apply(isArray(value) ? value : [], args);\\n        }\\n        return this[chainName](function(value) {\\n          return func.apply(isArray(value) ? value : [], args);\\n        });\\n      };\\n    });\\n\\n    // Map minified method names to their real names.\\n    baseForOwn(LazyWrapper.prototype, function(func, methodName) {\\n      var lodashFunc = lodash[methodName];\\n      if (lodashFunc) {\\n        var key = (lodashFunc.name + ''),\\n            names = realNames[key] || (realNames[key] = []);\\n\\n        names.push({ 'name': methodName, 'func': lodashFunc });\\n      }\\n    });\\n\\n    realNames[createHybrid(undefined, WRAP_BIND_KEY_FLAG).name] = [{\\n      'name': 'wrapper',\\n      'func': undefined\\n    }];\\n\\n    // Add methods to `LazyWrapper`.\\n    LazyWrapper.prototype.clone = lazyClone;\\n    LazyWrapper.prototype.reverse = lazyReverse;\\n    LazyWrapper.prototype.value = lazyValue;\\n\\n    // Add chain sequence methods to the `lodash` wrapper.\\n    lodash.prototype.at = wrapperAt;\\n    lodash.prototype.chain = wrapperChain;\\n    lodash.prototype.commit = wrapperCommit;\\n    lodash.prototype.next = wrapperNext;\\n    lodash.prototype.plant = wrapperPlant;\\n    lodash.prototype.reverse = wrapperReverse;\\n    lodash.prototype.toJSON = lodash.prototype.valueOf = lodash.prototype.value = wrapperValue;\\n\\n    // Add lazy aliases.\\n    lodash.prototype.first = lodash.prototype.head;\\n\\n    if (symIterator) {\\n      lodash.prototype[symIterator] = wrapperToIterator;\\n    }\\n    return lodash;\\n  });\\n\\n  /*--------------------------------------------------------------------------*/\\n\\n  // Export lodash.\\n  var _ = runInContext();\\n\\n  // Some AMD build optimizers, like r.js, check for condition patterns like:\\n  if (typeof define == 'function' && typeof define.amd == 'object' && define.amd) {\\n    // Expose Lodash on the global object to prevent errors when Lodash is\\n    // loaded by a script tag in the presence of an AMD loader.\\n    // See http://requirejs.org/docs/errors.html#mismatch for more details.\\n    // Use `_.noConflict` to remove Lodash from the global object.\\n    root._ = _;\\n\\n    // Define as an anonymous module so, through path mapping, it can be\\n    // referenced as the \\\"underscore\\\" module.\\n    define(function() {\\n      return _;\\n    });\\n  }\\n  // Check for `exports` after `define` in case a build optimizer adds it.\\n  else if (freeModule) {\\n    // Export for Node.js.\\n    (freeModule.exports = _)._ = _;\\n    // Export for CommonJS support.\\n    freeExports._ = _;\\n  }\\n  else {\\n    // Export to the global object.\\n    root._ = _;\\n  }\\n}.call(this));\\n\"\n    },\n    {\n      \"id\": 337,\n      \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/background/inject.js\",\n      \"name\": \"./chrome/extension/background/inject.js\",\n      \"index\": 336,\n      \"index2\": 334,\n      \"size\": 782,\n      \"cacheable\": true,\n      \"built\": true,\n      \"optional\": false,\n      \"prefetched\": false,\n      \"chunks\": [\n        2\n      ],\n      \"issuer\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/background.js\",\n      \"issuerId\": 192,\n      \"issuerName\": \"./chrome/extension/background.js\",\n      \"issuerPath\": [\n        {\n          \"id\": 191,\n          \"identifier\": \"multi /Users/jarred/Code/styleurl/webpack/customPublicPath /Users/jarred/Code/styleurl/chrome/extension/background\",\n          \"name\": \"multi ./webpack/customPublicPath ./chrome/extension/background\",\n          \"profile\": {\n            \"factory\": 0,\n            \"building\": 0,\n            \"dependencies\": 54\n          }\n        },\n        {\n          \"id\": 192,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/background.js\",\n          \"name\": \"./chrome/extension/background.js\",\n          \"profile\": {\n            \"factory\": 54,\n            \"building\": 639,\n            \"dependencies\": 140\n          }\n        }\n      ],\n      \"profile\": {\n        \"factory\": 140,\n        \"building\": 568,\n        \"dependencies\": 1\n      },\n      \"failed\": false,\n      \"errors\": 0,\n      \"warnings\": 0,\n      \"assets\": [],\n      \"reasons\": [\n        {\n          \"moduleId\": 192,\n          \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/background.js\",\n          \"module\": \"./chrome/extension/background.js\",\n          \"moduleName\": \"./chrome/extension/background.js\",\n          \"type\": \"cjs require\",\n          \"userRequest\": \"./background/inject\",\n          \"loc\": \"21:14-44\"\n        }\n      ],\n      \"usedExports\": true,\n      \"providedExports\": null,\n      \"optimizationBailout\": [\n        \"ModuleConcatenation bailout: Module is not an ECMAScript module\"\n      ],\n      \"depth\": 2,\n      \"source\": \"\\\"use strict\\\";\\n\\nObject.defineProperty(exports, \\\"__esModule\\\", {\\n  value: true\\n});\\nexports.loadScript = loadScript;\\n\\nconst log = (...messages) => console.log.apply(console, [\\\"[inject]\\\", ...messages]);\\n\\nfunction isInjected(tabId) {\\n  return chrome.tabs.executeScript(tabId, {\\n    code: `var injected = window.reactExampleInjected;\\n      window.reactExampleInjected = true;\\n      injected;`,\\n    runAt: \\\"document_start\\\"\\n  });\\n}\\n\\nasync function loadScript(name, tabId, cb) {\\n  const didInject = await isInjected(tabId);\\n\\n  if (didInject) {\\n    log(\\\"SKIP injecting script\\\", name, \\\"into\\\", tabId);\\n    return;\\n  }\\n\\n  log(\\\"Injecting script\\\", name, \\\"into\\\", tabId);\\n  chrome.tabs.executeScript(tabId, {\\n    file: `/${name}.bundle.js`,\\n    runAt: \\\"document_end\\\",\\n    allFrames: false\\n  }, cb);\\n}\"\n    },\n    {\n      \"id\": 338,\n      \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/lib/toFile.js\",\n      \"name\": \"./chrome/extension/lib/toFile.js\",\n      \"index\": 338,\n      \"index2\": 336,\n      \"size\": 532,\n      \"cacheable\": true,\n      \"built\": true,\n      \"optional\": false,\n      \"prefetched\": false,\n      \"chunks\": [\n        2\n      ],\n      \"issuer\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/background.js\",\n      \"issuerId\": 192,\n      \"issuerName\": \"./chrome/extension/background.js\",\n      \"issuerPath\": [\n        {\n          \"id\": 191,\n          \"identifier\": \"multi /Users/jarred/Code/styleurl/webpack/customPublicPath /Users/jarred/Code/styleurl/chrome/extension/background\",\n          \"name\": \"multi ./webpack/customPublicPath ./chrome/extension/background\",\n          \"profile\": {\n            \"factory\": 0,\n            \"building\": 0,\n            \"dependencies\": 54\n          }\n        },\n        {\n          \"id\": 192,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/background.js\",\n          \"name\": \"./chrome/extension/background.js\",\n          \"profile\": {\n            \"factory\": 54,\n            \"building\": 639,\n            \"dependencies\": 140\n          }\n        }\n      ],\n      \"profile\": {\n        \"factory\": 140,\n        \"building\": 568,\n        \"dependencies\": 1\n      },\n      \"failed\": false,\n      \"errors\": 0,\n      \"warnings\": 0,\n      \"assets\": [],\n      \"reasons\": [\n        {\n          \"moduleId\": 192,\n          \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/background.js\",\n          \"module\": \"./chrome/extension/background.js\",\n          \"moduleName\": \"./chrome/extension/background.js\",\n          \"type\": \"cjs require\",\n          \"userRequest\": \"./lib/toFile\",\n          \"loc\": \"25:14-37\"\n        }\n      ],\n      \"usedExports\": true,\n      \"providedExports\": null,\n      \"optimizationBailout\": [\n        \"ModuleConcatenation bailout: Module is not an ECMAScript module\"\n      ],\n      \"depth\": 2,\n      \"source\": \"\\\"use strict\\\";\\n\\nObject.defineProperty(exports, \\\"__esModule\\\", {\\n  value: true\\n});\\nexports.toFile = void 0;\\n\\nconst toBlob = base64String => {\\n  return window.fetch(base64String).then(res => res.blob());\\n};\\n\\nconst toFile = async (base64String, type) => {\\n  const blob = await toBlob(base64String);\\n  Object.defineProperty(blob, \\\"name\\\", {\\n    get: function () {\\n      return \\\"photo.png\\\";\\n    }\\n  });\\n  Object.defineProperty(blob, \\\"type\\\", {\\n    get: function () {\\n      return type;\\n    }\\n  });\\n  return blob;\\n};\\n\\nexports.toFile = toFile;\"\n    },\n    {\n      \"id\": 339,\n      \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/lib/api.js\",\n      \"name\": \"./chrome/extension/lib/api.js\",\n      \"index\": 339,\n      \"index2\": 338,\n      \"size\": 2169,\n      \"cacheable\": true,\n      \"built\": true,\n      \"optional\": false,\n      \"prefetched\": false,\n      \"chunks\": [\n        2\n      ],\n      \"issuer\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/background.js\",\n      \"issuerId\": 192,\n      \"issuerName\": \"./chrome/extension/background.js\",\n      \"issuerPath\": [\n        {\n          \"id\": 191,\n          \"identifier\": \"multi /Users/jarred/Code/styleurl/webpack/customPublicPath /Users/jarred/Code/styleurl/chrome/extension/background\",\n          \"name\": \"multi ./webpack/customPublicPath ./chrome/extension/background\",\n          \"profile\": {\n            \"factory\": 0,\n            \"building\": 0,\n            \"dependencies\": 54\n          }\n        },\n        {\n          \"id\": 192,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/background.js\",\n          \"name\": \"./chrome/extension/background.js\",\n          \"profile\": {\n            \"factory\": 54,\n            \"building\": 639,\n            \"dependencies\": 140\n          }\n        }\n      ],\n      \"profile\": {\n        \"factory\": 140,\n        \"building\": 568,\n        \"dependencies\": 1\n      },\n      \"failed\": false,\n      \"errors\": 0,\n      \"warnings\": 0,\n      \"assets\": [],\n      \"reasons\": [\n        {\n          \"moduleId\": 192,\n          \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/background.js\",\n          \"module\": \"./chrome/extension/background.js\",\n          \"moduleName\": \"./chrome/extension/background.js\",\n          \"type\": \"cjs require\",\n          \"userRequest\": \"./lib/api\",\n          \"loc\": \"27:11-31\"\n        }\n      ],\n      \"usedExports\": true,\n      \"providedExports\": null,\n      \"optimizationBailout\": [\n        \"ModuleConcatenation bailout: Module is not an ECMAScript module\"\n      ],\n      \"depth\": 2,\n      \"source\": \"\\\"use strict\\\";\\n\\nObject.defineProperty(exports, \\\"__esModule\\\", {\\n  value: true\\n});\\nexports.uploadScreenshot = exports.processScreenshot = exports.uploadStylesheets = exports.buildURL = exports.SCREENSHOT_CONTENT_TYPE = void 0;\\n\\nvar _s3upload = _interopRequireDefault(require(\\\"react-s3-uploader/s3upload\\\"));\\n\\nfunction _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }\\n\\nconst uploaders = {};\\nconst SCREENSHOT_CONTENT_TYPE = \\\"image/png\\\";\\nexports.SCREENSHOT_CONTENT_TYPE = SCREENSHOT_CONTENT_TYPE;\\n\\nconst buildURL = path => {\\n  return __API_HOST__ + path;\\n};\\n\\nexports.buildURL = buildURL;\\n\\nconst apiFetch = (path, options = {}) => {\\n  return window.fetch(buildURL(path), { ...options,\\n    credentials: \\\"include\\\",\\n    headers: { ...(options.headers || {}),\\n      \\\"User-Agent\\\": `StyleURL v${chrome.app.getDetails().version} (${process.env.NODE_ENV})`,\\n      \\\"Content-Type\\\": \\\"application/json\\\"\\n    }\\n  }).then(response => response.json()).catch(error => {\\n    console.error(error);\\n    return {\\n      success: false\\n    };\\n  });\\n};\\n\\nconst uploadStylesheets = async ({\\n  stylesheets,\\n  url\\n}) => {\\n  return apiFetch(\\\"/api/stylesheet_groups\\\", {\\n    method: \\\"POST\\\",\\n    body: JSON.stringify({\\n      url,\\n      stylesheets\\n    })\\n  });\\n};\\n\\nexports.uploadStylesheets = uploadStylesheets;\\n\\nconst processScreenshot = ({\\n  key: stylesheet_key,\\n  domain: stylesheet_domain\\n}) => ({\\n  publicUrl: url\\n}) => {\\n  return apiFetch(\\\"/api/photos/process\\\", {\\n    method: \\\"POST\\\",\\n    body: JSON.stringify({\\n      url,\\n      stylesheet_key,\\n      stylesheet_domain,\\n      content_type: SCREENSHOT_CONTENT_TYPE\\n    })\\n  }).then(() => {\\n    delete uploaders[stylesheet_key];\\n  });\\n};\\n\\nexports.processScreenshot = processScreenshot;\\n\\nconst uploadScreenshot = ({\\n  key,\\n  domain,\\n  photo\\n}) => {\\n  uploaders[key] = new _s3upload.default({\\n    files: [photo],\\n    signingUrl: \\\"/api/photos/presign\\\",\\n    onFinishS3Put: processScreenshot({\\n      key,\\n      domain\\n    }),\\n    onError: error => {\\n      console.error(error);\\n      delete uploaders[key];\\n    },\\n    server: __API_HOST__,\\n    uploadRequestHeaders: {}\\n  });\\n};\\n\\nexports.uploadScreenshot = uploadScreenshot;\"\n    },\n    {\n      \"id\": 340,\n      \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/react-s3-uploader/s3upload.js\",\n      \"name\": \"./node_modules/react-s3-uploader/s3upload.js\",\n      \"index\": 340,\n      \"index2\": 337,\n      \"size\": 6801,\n      \"cacheable\": true,\n      \"built\": true,\n      \"optional\": false,\n      \"prefetched\": false,\n      \"chunks\": [\n        2\n      ],\n      \"issuer\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/lib/api.js\",\n      \"issuerId\": 339,\n      \"issuerName\": \"./chrome/extension/lib/api.js\",\n      \"issuerPath\": [\n        {\n          \"id\": 191,\n          \"identifier\": \"multi /Users/jarred/Code/styleurl/webpack/customPublicPath /Users/jarred/Code/styleurl/chrome/extension/background\",\n          \"name\": \"multi ./webpack/customPublicPath ./chrome/extension/background\",\n          \"profile\": {\n            \"factory\": 0,\n            \"building\": 0,\n            \"dependencies\": 54\n          }\n        },\n        {\n          \"id\": 192,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/background.js\",\n          \"name\": \"./chrome/extension/background.js\",\n          \"profile\": {\n            \"factory\": 54,\n            \"building\": 639,\n            \"dependencies\": 140\n          }\n        },\n        {\n          \"id\": 339,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/lib/api.js\",\n          \"name\": \"./chrome/extension/lib/api.js\",\n          \"profile\": {\n            \"factory\": 140,\n            \"building\": 568,\n            \"dependencies\": 1\n          }\n        }\n      ],\n      \"profile\": {\n        \"factory\": 304,\n        \"building\": 36\n      },\n      \"failed\": false,\n      \"errors\": 0,\n      \"warnings\": 0,\n      \"assets\": [],\n      \"reasons\": [\n        {\n          \"moduleId\": 339,\n          \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/lib/api.js\",\n          \"module\": \"./chrome/extension/lib/api.js\",\n          \"moduleName\": \"./chrome/extension/lib/api.js\",\n          \"type\": \"cjs require\",\n          \"userRequest\": \"react-s3-uploader/s3upload\",\n          \"loc\": \"8:39-76\"\n        }\n      ],\n      \"usedExports\": true,\n      \"providedExports\": null,\n      \"optimizationBailout\": [\n        \"ModuleConcatenation bailout: Module is not an ECMAScript module\"\n      ],\n      \"depth\": 3,\n      \"source\": \"/**\\n * Taken, CommonJS-ified, and heavily modified from:\\n * https://github.com/flyingsparx/NodeDirectUploader\\n */\\n\\nS3Upload.prototype.server = '';\\nS3Upload.prototype.signingUrl = '/sign-s3';\\nS3Upload.prototype.signingUrlMethod = 'GET';\\nS3Upload.prototype.successResponses = [200, 201];\\nS3Upload.prototype.fileElement = null;\\nS3Upload.prototype.files = null;\\n\\nS3Upload.prototype.onFinishS3Put = function(signResult, file) {\\n    return console.log('base.onFinishS3Put()', signResult.publicUrl);\\n};\\n\\nS3Upload.prototype.preprocess = function(file, next) {\\n    console.log('base.preprocess()', file);\\n    return next(file);\\n};\\n\\nS3Upload.prototype.onProgress = function(percent, status, file) {\\n    return console.log('base.onProgress()', percent, status);\\n};\\n\\nS3Upload.prototype.onError = function(status, file) {\\n    return console.log('base.onError()', status);\\n};\\n\\nS3Upload.prototype.onSignedUrl = function(result) {};\\n\\nS3Upload.prototype.scrubFilename = function(filename) {\\n    return filename.replace(/[^\\\\w\\\\d_\\\\-\\\\.]+/ig, '');\\n};\\n\\nfunction S3Upload(options) {\\n    if (options == null) {\\n        options = {};\\n    }\\n    for (var option in options) {\\n        if (options.hasOwnProperty(option)) {\\n            this[option] = options[option];\\n        }\\n    }\\n    var files = this.fileElement ? this.fileElement.files : this.files || [];\\n    this.handleFileSelect(files);\\n}\\n\\nS3Upload.prototype.handleFileSelect = function(files) {\\n    var result = [];\\n    for (var i=0; i < files.length; i++) {\\n        var file = files[i];\\n        this.preprocess(file, function(processedFile){\\n          this.onProgress(0, 'Waiting', processedFile);\\n          result.push(this.uploadFile(processedFile));\\n          return result;\\n        }.bind(this));\\n    }\\n};\\n\\nS3Upload.prototype.createCORSRequest = function(method, url, opts) {\\n    var opts = opts || {};\\n    var xhr = new XMLHttpRequest();\\n\\n    if (xhr.withCredentials != null) {\\n        xhr.open(method, url, true);\\n        if (opts.withCredentials != null) {\\n            xhr.withCredentials = opts.withCredentials;\\n        }\\n    }\\n    else if (typeof XDomainRequest !== \\\"undefined\\\") {\\n        xhr = new XDomainRequest();\\n        xhr.open(method, url);\\n    }\\n    else {\\n        xhr = null;\\n    }\\n    return xhr;\\n};\\n\\nS3Upload.prototype.executeOnSignedUrl = function(file, callback) {\\n    var fileName = this.scrubFilename(file.name);\\n    var queryString = '?objectName=' + fileName + '&contentType=' + encodeURIComponent(file.type);\\n    if (this.s3path) {\\n        queryString += '&path=' + encodeURIComponent(this.s3path);\\n    }\\n    if (this.signingUrlQueryParams) {\\n        var signingUrlQueryParams = typeof this.signingUrlQueryParams === 'function' ? this.signingUrlQueryParams() : this.signingUrlQueryParams;\\n        Object.keys(signingUrlQueryParams).forEach(function(key) {\\n            var val = signingUrlQueryParams[key];\\n            queryString += '&' + key + '=' + val;\\n        });\\n    }\\n    var xhr = this.createCORSRequest(this.signingUrlMethod,\\n        this.server + this.signingUrl + queryString, { withCredentials: this.signingUrlWithCredentials });\\n    if (this.signingUrlHeaders) {\\n        var signingUrlHeaders = typeof this.signingUrlHeaders === 'function' ? this.signingUrlHeaders() : this.signingUrlHeaders;\\n        Object.keys(signingUrlHeaders).forEach(function(key) {\\n            var val = signingUrlHeaders[key];\\n            xhr.setRequestHeader(key, val);\\n        });\\n    }\\n    xhr.overrideMimeType && xhr.overrideMimeType('text/plain; charset=x-user-defined');\\n    xhr.onreadystatechange = function() {\\n        if (xhr.readyState === 4 && this.successResponses.indexOf(xhr.status) >= 0) {\\n            var result;\\n            try {\\n                result = JSON.parse(xhr.responseText);\\n                this.onSignedUrl( result );\\n            } catch (error) {\\n                this.onError('Invalid response from server', file);\\n                return false;\\n            }\\n            return callback(result);\\n        } else if (xhr.readyState === 4 && this.successResponses.indexOf(xhr.status) < 0) {\\n            return this.onError('Could not contact request signing server. Status = ' + xhr.status, file);\\n        }\\n    }.bind(this);\\n    return xhr.send();\\n};\\n\\nS3Upload.prototype.uploadToS3 = function(file, signResult) {\\n    var xhr = this.createCORSRequest('PUT', signResult.signedUrl);\\n    if (!xhr) {\\n        this.onError('CORS not supported', file);\\n    } else {\\n        xhr.onload = function() {\\n            if (this.successResponses.indexOf(xhr.status) >= 0) {\\n                this.onProgress(100, 'Upload completed', file);\\n                return this.onFinishS3Put(signResult, file);\\n            } else {\\n                return this.onError('Upload error: ' + xhr.status, file);\\n            }\\n        }.bind(this);\\n        xhr.onerror = function() {\\n            return this.onError('XHR error', file);\\n        }.bind(this);\\n        xhr.upload.onprogress = function(e) {\\n            var percentLoaded;\\n            if (e.lengthComputable) {\\n                percentLoaded = Math.round((e.loaded / e.total) * 100);\\n                return this.onProgress(percentLoaded, percentLoaded === 100 ? 'Finalizing' : 'Uploading', file);\\n            }\\n        }.bind(this);\\n    }\\n    xhr.setRequestHeader('Content-Type', file.type);\\n    if (this.contentDisposition) {\\n        var disposition = this.contentDisposition;\\n        if (disposition === 'auto') {\\n            if (file.type.substr(0, 6) === 'image/') {\\n                disposition = 'inline';\\n            } else {\\n                disposition = 'attachment';\\n            }\\n        }\\n\\n        var fileName = this.scrubFilename(file.name)\\n        xhr.setRequestHeader('Content-Disposition', disposition + '; filename=\\\"' + fileName + '\\\"');\\n    }\\n    if (signResult.headers) {\\n        var signResultHeaders = signResult.headers\\n        Object.keys(signResultHeaders).forEach(function(key) {\\n            var val = signResultHeaders[key];\\n            xhr.setRequestHeader(key, val);\\n        })\\n    }\\n    if (this.uploadRequestHeaders) {\\n        var uploadRequestHeaders = this.uploadRequestHeaders;\\n        Object.keys(uploadRequestHeaders).forEach(function(key) {\\n            var val = uploadRequestHeaders[key];\\n            xhr.setRequestHeader(key, val);\\n        });\\n    } else {\\n        xhr.setRequestHeader('x-amz-acl', 'public-read');\\n    }\\n    this.httprequest = xhr;\\n    return xhr.send(file);\\n};\\n\\nS3Upload.prototype.uploadFile = function(file) {\\n    var uploadToS3Callback = this.uploadToS3.bind(this, file);\\n\\n    if(this.getSignedUrl) return this.getSignedUrl(file, uploadToS3Callback);\\n    return this.executeOnSignedUrl(file, uploadToS3Callback);\\n};\\n\\nS3Upload.prototype.abortUpload = function() {\\n    this.httprequest && this.httprequest.abort();\\n};\\n\\n\\nmodule.exports = S3Upload;\\n\"\n    },\n    {\n      \"id\": 341,\n      \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/lib/browserAction.js\",\n      \"name\": \"./chrome/extension/lib/browserAction.js\",\n      \"index\": 341,\n      \"index2\": 339,\n      \"size\": 2078,\n      \"cacheable\": true,\n      \"built\": true,\n      \"optional\": false,\n      \"prefetched\": false,\n      \"chunks\": [\n        2\n      ],\n      \"issuer\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/background.js\",\n      \"issuerId\": 192,\n      \"issuerName\": \"./chrome/extension/background.js\",\n      \"issuerPath\": [\n        {\n          \"id\": 191,\n          \"identifier\": \"multi /Users/jarred/Code/styleurl/webpack/customPublicPath /Users/jarred/Code/styleurl/chrome/extension/background\",\n          \"name\": \"multi ./webpack/customPublicPath ./chrome/extension/background\",\n          \"profile\": {\n            \"factory\": 0,\n            \"building\": 0,\n            \"dependencies\": 54\n          }\n        },\n        {\n          \"id\": 192,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/background.js\",\n          \"name\": \"./chrome/extension/background.js\",\n          \"profile\": {\n            \"factory\": 54,\n            \"building\": 639,\n            \"dependencies\": 140\n          }\n        }\n      ],\n      \"profile\": {\n        \"factory\": 140,\n        \"building\": 568,\n        \"dependencies\": 1\n      },\n      \"failed\": false,\n      \"errors\": 0,\n      \"warnings\": 0,\n      \"assets\": [],\n      \"reasons\": [\n        {\n          \"moduleId\": 192,\n          \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/background.js\",\n          \"module\": \"./chrome/extension/background.js\",\n          \"moduleName\": \"./chrome/extension/background.js\",\n          \"type\": \"cjs require\",\n          \"userRequest\": \"./lib/browserAction\",\n          \"loc\": \"29:21-51\"\n        }\n      ],\n      \"usedExports\": true,\n      \"providedExports\": null,\n      \"optimizationBailout\": [\n        \"ModuleConcatenation bailout: Module is not an ECMAScript module\"\n      ],\n      \"depth\": 2,\n      \"source\": \"\\\"use strict\\\";\\n\\nObject.defineProperty(exports, \\\"__esModule\\\", {\\n  value: true\\n});\\nexports.getBrowserActionState = exports.setBrowserActionToUploadStyle = exports.setBrowserActionToStyleApplied = exports.setBrowserActionToDefault = exports.BROWSER_ACTION_STATES = void 0;\\nconst PLUS_IMAGE_PATH = {\\n  \\\"16\\\": \\\"img/plus_16x16.png\\\",\\n  \\\"19\\\": \\\"img/plus_19x19.png\\\",\\n  \\\"38\\\": \\\"img/plus_38x38.png\\\",\\n  \\\"48\\\": \\\"img/plus_48x48.png\\\",\\n  \\\"128\\\": \\\"img/plus_128x128.png\\\"\\n};\\nconst DEFAULT_ICON_PATH = {\\n  \\\"16\\\": \\\"img/default_16x16.png\\\",\\n  \\\"19\\\": \\\"img/default_19x19.png\\\",\\n  \\\"38\\\": \\\"img/default_38x38.png\\\",\\n  \\\"48\\\": \\\"img/default_48x48.png\\\",\\n  \\\"128\\\": \\\"img/default_128x128.png\\\"\\n};\\nconst BROWSER_ACTION_STATES = {\\n  default: \\\"default\\\",\\n  style_applied: \\\"style_applied\\\",\\n  upload_style: \\\"upload_style\\\"\\n};\\nexports.BROWSER_ACTION_STATES = BROWSER_ACTION_STATES;\\nlet BROWSER_ACTION_STATE = BROWSER_ACTION_STATES.default;\\n\\nconst setBrowserActionToDefault = ({\\n  tabId\\n}) => {\\n  chrome.browserAction.setIcon({\\n    tabId,\\n    path: DEFAULT_ICON_PATH\\n  });\\n  chrome.browserAction.setTitle({\\n    tabId,\\n    title: \\\"StyleURL\\\"\\n  });\\n  BROWSER_ACTION_STATE = BROWSER_ACTION_STATES.default;\\n};\\n\\nexports.setBrowserActionToDefault = setBrowserActionToDefault;\\n\\nconst setBrowserActionToStyleApplied = ({\\n  styleCount,\\n  tabId\\n}) => {\\n  chrome.browserAction.setIcon({\\n    tabId,\\n    path: DEFAULT_ICON_PATH\\n  });\\n  chrome.browserAction.setBadgeText({\\n    text: `${styleCount}`,\\n    tabId: tabId\\n  });\\n  BROWSER_ACTION_STATE = BROWSER_ACTION_STATES.style_applied;\\n};\\n\\nexports.setBrowserActionToStyleApplied = setBrowserActionToStyleApplied;\\n\\nconst setBrowserActionToUploadStyle = ({\\n  tabId\\n}) => {\\n  chrome.browserAction.setIcon({\\n    tabId,\\n    path: PLUS_IMAGE_PATH\\n  });\\n  chrome.browserAction.setTitle({\\n    tabId,\\n    title: \\\"Export CSS changes to Gist with StyleURL\\\"\\n  });\\n  BROWSER_ACTION_STATE = BROWSER_ACTION_STATES.upload_style;\\n};\\n\\nexports.setBrowserActionToUploadStyle = setBrowserActionToUploadStyle;\\n\\nconst getBrowserActionState = () => BROWSER_ACTION_STATE;\\n\\nexports.getBrowserActionState = getBrowserActionState;\"\n    },\n    {\n      \"id\": 342,\n      \"identifier\": \"multi /Users/jarred/Code/styleurl/webpack/customPublicPath /Users/jarred/Code/styleurl/chrome/extension/devtools\",\n      \"name\": \"multi ./webpack/customPublicPath ./chrome/extension/devtools\",\n      \"index\": 342,\n      \"index2\": 349,\n      \"size\": 40,\n      \"built\": true,\n      \"optional\": false,\n      \"prefetched\": false,\n      \"chunks\": [\n        3\n      ],\n      \"issuer\": null,\n      \"issuerId\": null,\n      \"issuerName\": null,\n      \"issuerPath\": null,\n      \"profile\": {\n        \"factory\": 0,\n        \"building\": 0,\n        \"dependencies\": 54\n      },\n      \"failed\": false,\n      \"errors\": 0,\n      \"warnings\": 0,\n      \"assets\": [],\n      \"reasons\": [\n        {\n          \"moduleId\": null,\n          \"moduleIdentifier\": null,\n          \"module\": null,\n          \"moduleName\": null,\n          \"type\": \"multi entry\"\n        }\n      ],\n      \"usedExports\": true,\n      \"providedExports\": null,\n      \"optimizationBailout\": [\n        \"ModuleConcatenation bailout: Module is not an ECMAScript module\"\n      ],\n      \"depth\": 0\n    },\n    {\n      \"id\": 343,\n      \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/devtools.js\",\n      \"name\": \"./chrome/extension/devtools.js\",\n      \"index\": 343,\n      \"index2\": 348,\n      \"size\": 5727,\n      \"cacheable\": true,\n      \"built\": true,\n      \"optional\": false,\n      \"prefetched\": false,\n      \"chunks\": [\n        3\n      ],\n      \"issuer\": \"multi /Users/jarred/Code/styleurl/webpack/customPublicPath /Users/jarred/Code/styleurl/chrome/extension/devtools\",\n      \"issuerId\": 342,\n      \"issuerName\": \"multi ./webpack/customPublicPath ./chrome/extension/devtools\",\n      \"issuerPath\": [\n        {\n          \"id\": 342,\n          \"identifier\": \"multi /Users/jarred/Code/styleurl/webpack/customPublicPath /Users/jarred/Code/styleurl/chrome/extension/devtools\",\n          \"name\": \"multi ./webpack/customPublicPath ./chrome/extension/devtools\",\n          \"profile\": {\n            \"factory\": 0,\n            \"building\": 0,\n            \"dependencies\": 54\n          }\n        }\n      ],\n      \"profile\": {\n        \"factory\": 55,\n        \"building\": 548\n      },\n      \"failed\": false,\n      \"errors\": 0,\n      \"warnings\": 0,\n      \"assets\": [],\n      \"reasons\": [\n        {\n          \"moduleId\": 342,\n          \"moduleIdentifier\": \"multi /Users/jarred/Code/styleurl/webpack/customPublicPath /Users/jarred/Code/styleurl/chrome/extension/devtools\",\n          \"module\": \"multi ./webpack/customPublicPath ./chrome/extension/devtools\",\n          \"moduleName\": \"multi ./webpack/customPublicPath ./chrome/extension/devtools\",\n          \"type\": \"single entry\",\n          \"userRequest\": \"/Users/jarred/Code/styleurl/chrome/extension/devtools\",\n          \"loc\": \"+1\"\n        }\n      ],\n      \"usedExports\": true,\n      \"providedExports\": null,\n      \"optimizationBailout\": [\n        \"ModuleConcatenation bailout: Module is not an ECMAScript module\"\n      ],\n      \"depth\": 1,\n      \"source\": \"\\\"use strict\\\";\\n\\nvar _isNumber2 = _interopRequireDefault(require(\\\"lodash/isNumber\\\"));\\n\\nvar _isEmpty2 = _interopRequireDefault(require(\\\"lodash/isEmpty\\\"));\\n\\nvar _flatten2 = _interopRequireDefault(require(\\\"lodash/flatten\\\"));\\n\\nvar _compact2 = _interopRequireDefault(require(\\\"lodash/compact\\\"));\\n\\nvar _keys2 = _interopRequireDefault(require(\\\"lodash/keys\\\"));\\n\\nvar _port = require(\\\"./lib/port\\\");\\n\\nvar _bluebird = _interopRequireDefault(require(\\\"bluebird\\\"));\\n\\nvar _chromeExtMessenger = _interopRequireDefault(require(\\\"chrome-ext-messenger\\\"));\\n\\nfunction _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }\\n\\nconst messenger = new _chromeExtMessenger.default();\\nlet connection;\\n\\nconst log = (...messages) => {\\n  connection.sendMessage(`background:${_port.PORT_TYPES.devtool_widget}`, {\\n    type: _port.MESSAGE_TYPES.log,\\n    value: [\\\"[DEVTOOLS]\\\", ...messages]\\n  });\\n};\\n\\nconst isInspectorStyle = resource => {\\n  const isStylesheet = resource.url.startsWith(\\\"inspector://\\\") && resource.type === \\\"stylesheet\\\";\\n  return isStylesheet;\\n};\\n\\nconst isGeneralStyle = resource => {\\n  const isStylesheet = resource.url.startsWith(\\\"inspector://\\\") === false && resource.type === \\\"stylesheet\\\";\\n  return isStylesheet;\\n};\\n\\nconst getResources = () => new _bluebird.default((resolve, reject) => chrome.devtools.inspectedWindow.getResources(resources => {\\n  resolve(resources);\\n}));\\n\\nconst getResourceContent = resource => new _bluebird.default((resolve, reject) => {\\n  log(\\\"GET\\\", resource.url);\\n  resource.getContent(content => {\\n    resolve({\\n      url: resource.url,\\n      content\\n    });\\n  });\\n}); // Warning --\\n// This gets called in browser context, do not use es modules here\\n\\n\\nconst getStyleTagsInBrowser = () => {\\n  const __extractedStyles = document.styleSheets;\\n  const styles = {};\\n  Object.keys(__extractedStyles).map(ind => {\\n    const ss = __extractedStyles[ind];\\n    let sturl;\\n\\n    if (typeof ss.href === \\\"string\\\") {\\n      return null; // Don't extract non style tags\\n    }\\n\\n    if (ss.ownerNode) {\\n      if (ss.ownerNode.id.length === 0) {\\n        ss.ownerNode.dataset.styleurl_id = \\\"style\\\" + ind;\\n      } else {\\n        ss.ownerNode.dataset.styleurl_id = ss.ownerNode.id;\\n      }\\n\\n      sturl = ss.ownerNode.dataset.styleurl_id;\\n    }\\n\\n    const content = Object.keys(ss.cssRules).map(sind => ss.cssRules[sind].cssText).join(\\\"\\\\n\\\");\\n\\n    if (!sturl) {\\n      return null;\\n    }\\n\\n    styles[sturl] = content;\\n  });\\n  return styles;\\n};\\n\\nconst getStyleTags = () => new Promise(resolve => {\\n  chrome.tabs.executeScript(chrome.devtools.inspectedWindow.tabId, {\\n    code: `((${getStyleTagsInBrowser.toString()})())`\\n  }, ds => {\\n    const styleTags = ds[0];\\n    resolve((0, _keys2.default)(styleTags).map(key => {\\n      return {\\n        url: key,\\n        content: styleTags[key]\\n      };\\n    }));\\n  });\\n});\\n\\nconst getLoadedSheets = () => {\\n  return getResources().then(resources => resources.filter(isGeneralStyle)).then(stylesheets => _bluebird.default.all(stylesheets.map(getResourceContent))).catch(error => alert(error));\\n};\\n\\nconst getGeneralStyles = () => new _bluebird.default((resolve, reject) => {\\n  _bluebird.default.all([getStyleTags(), getLoadedSheets()]).then(allStyles => {\\n    const filteredStyles = (0, _compact2.default)((0, _flatten2.default)(allStyles)).filter(o => !(0, _isEmpty2.default)(o));\\n    return resolve(filteredStyles);\\n  });\\n});\\n\\nconst getInspectorStyles = () => {\\n  return getResources().then(resources => resources.filter(isInspectorStyle)).then(stylesheets => _bluebird.default.all(stylesheets.map(getResourceContent))).catch(error => alert(error));\\n};\\n\\nconst createConnection = () => {\\n  return messenger.initConnection(_port.PORT_TYPES.devtool_widget, handleReceivedMessage);\\n};\\n\\nconst handleReceivedMessage = (request, from, sender, sendResponse) => {\\n  if (request.type === _port.MESSAGE_TYPES.get_styles_diff) {\\n    return Promise.all([getInspectorStyles(), getGeneralStyles()]).then(promises => {\\n      connection.sendMessage(`background:${_port.PORT_TYPES.devtool_widget}`, {\\n        type: _port.MESSAGE_TYPES.get_styles_diff,\\n        response: true,\\n        value: {\\n          stylesheets: promises[0],\\n          general_stylesheets: promises[1]\\n        }\\n      });\\n      return true;\\n    });\\n  }\\n\\n  return true;\\n};\\n\\nconst sendStyleDiffChangedEvent = el => {\\n  if (!el || isInspectorStyle(el)) {\\n    getInspectorStyles().then(stylesheets => {\\n      if (!connection || (0, _isEmpty2.default)(stylesheets)) {\\n        return;\\n      }\\n\\n      connection.sendMessage(`background:${_port.PORT_TYPES.devtool_widget}`, {\\n        type: _port.MESSAGE_TYPES.style_diff_changed,\\n        value: {\\n          stylesheets\\n        }\\n      });\\n    });\\n  }\\n};\\n\\nconst sendContentStyles = () => {\\n  getGeneralStyles().then(stylesheets => {\\n    if (!connection) {\\n      return;\\n    }\\n\\n    connection.sendMessage(`background:${_port.PORT_TYPES.devtool_widget}`, {\\n      type: _port.MESSAGE_TYPES.send_content_stylesheets,\\n      value: stylesheets\\n    });\\n  });\\n};\\n\\nconst setupConnection = () => {\\n  connection = createConnection();\\n  sendStyleDiffChangedEvent();\\n  sendContentStyles();\\n};\\n\\nchrome.devtools.network.onNavigated.addListener(function () {\\n  if (connection) {\\n    connection.disconnect();\\n  }\\n\\n  if ((0, _isNumber2.default)(chrome.devtools.inspectedWindow.tabId)) {\\n    setupConnection();\\n  }\\n});\\nchrome.runtime.onMessage.addListener(handleReceivedMessage);\\nchrome.devtools.inspectedWindow.onResourceContentCommitted.addListener(sendStyleDiffChangedEvent);\\nchrome.devtools.inspectedWindow.onResourceAdded.addListener(sendStyleDiffChangedEvent); // chrome.devtools.inspectedWindow.onResourceAdded.addListener(sendContentStyles);\\n// above causes inf loop, not sure why\\n\\nsetupConnection();\"\n    },\n    {\n      \"id\": 344,\n      \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/isNumber.js\",\n      \"name\": \"./node_modules/lodash/isNumber.js\",\n      \"index\": 344,\n      \"index2\": 342,\n      \"size\": 886,\n      \"cacheable\": true,\n      \"built\": true,\n      \"optional\": false,\n      \"prefetched\": false,\n      \"chunks\": [\n        3\n      ],\n      \"issuer\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/devtools.js\",\n      \"issuerId\": 343,\n      \"issuerName\": \"./chrome/extension/devtools.js\",\n      \"issuerPath\": [\n        {\n          \"id\": 342,\n          \"identifier\": \"multi /Users/jarred/Code/styleurl/webpack/customPublicPath /Users/jarred/Code/styleurl/chrome/extension/devtools\",\n          \"name\": \"multi ./webpack/customPublicPath ./chrome/extension/devtools\",\n          \"profile\": {\n            \"factory\": 0,\n            \"building\": 0,\n            \"dependencies\": 54\n          }\n        },\n        {\n          \"id\": 343,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/devtools.js\",\n          \"name\": \"./chrome/extension/devtools.js\",\n          \"profile\": {\n            \"factory\": 55,\n            \"building\": 548\n          }\n        }\n      ],\n      \"profile\": {\n        \"factory\": 230,\n        \"building\": 567,\n        \"dependencies\": 245\n      },\n      \"failed\": false,\n      \"errors\": 0,\n      \"warnings\": 0,\n      \"assets\": [],\n      \"reasons\": [\n        {\n          \"moduleId\": 343,\n          \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/devtools.js\",\n          \"module\": \"./chrome/extension/devtools.js\",\n          \"moduleName\": \"./chrome/extension/devtools.js\",\n          \"type\": \"cjs require\",\n          \"userRequest\": \"lodash/isNumber\",\n          \"loc\": \"3:40-66\"\n        }\n      ],\n      \"usedExports\": true,\n      \"providedExports\": null,\n      \"optimizationBailout\": [\n        \"ModuleConcatenation bailout: Module is not an ECMAScript module\"\n      ],\n      \"depth\": 2,\n      \"source\": \"var baseGetTag = require('./_baseGetTag'),\\n    isObjectLike = require('./isObjectLike');\\n\\n/** `Object#toString` result references. */\\nvar numberTag = '[object Number]';\\n\\n/**\\n * Checks if `value` is classified as a `Number` primitive or object.\\n *\\n * **Note:** To exclude `Infinity`, `-Infinity`, and `NaN`, which are\\n * classified as numbers, use the `_.isFinite` method.\\n *\\n * @static\\n * @memberOf _\\n * @since 0.1.0\\n * @category Lang\\n * @param {*} value The value to check.\\n * @returns {boolean} Returns `true` if `value` is a number, else `false`.\\n * @example\\n *\\n * _.isNumber(3);\\n * // => true\\n *\\n * _.isNumber(Number.MIN_VALUE);\\n * // => true\\n *\\n * _.isNumber(Infinity);\\n * // => true\\n *\\n * _.isNumber('3');\\n * // => false\\n */\\nfunction isNumber(value) {\\n  return typeof value == 'number' ||\\n    (isObjectLike(value) && baseGetTag(value) == numberTag);\\n}\\n\\nmodule.exports = isNumber;\\n\"\n    },\n    {\n      \"id\": 345,\n      \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/isEmpty.js\",\n      \"name\": \"./node_modules/lodash/isEmpty.js\",\n      \"index\": 345,\n      \"index2\": 343,\n      \"size\": 2000,\n      \"cacheable\": true,\n      \"built\": true,\n      \"optional\": false,\n      \"prefetched\": false,\n      \"chunks\": [\n        3\n      ],\n      \"issuer\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/devtools.js\",\n      \"issuerId\": 343,\n      \"issuerName\": \"./chrome/extension/devtools.js\",\n      \"issuerPath\": [\n        {\n          \"id\": 342,\n          \"identifier\": \"multi /Users/jarred/Code/styleurl/webpack/customPublicPath /Users/jarred/Code/styleurl/chrome/extension/devtools\",\n          \"name\": \"multi ./webpack/customPublicPath ./chrome/extension/devtools\",\n          \"profile\": {\n            \"factory\": 0,\n            \"building\": 0,\n            \"dependencies\": 54\n          }\n        },\n        {\n          \"id\": 343,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/devtools.js\",\n          \"name\": \"./chrome/extension/devtools.js\",\n          \"profile\": {\n            \"factory\": 55,\n            \"building\": 548\n          }\n        }\n      ],\n      \"profile\": {\n        \"factory\": 230,\n        \"building\": 567,\n        \"dependencies\": 245\n      },\n      \"failed\": false,\n      \"errors\": 0,\n      \"warnings\": 0,\n      \"assets\": [],\n      \"reasons\": [\n        {\n          \"moduleId\": 343,\n          \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/devtools.js\",\n          \"module\": \"./chrome/extension/devtools.js\",\n          \"moduleName\": \"./chrome/extension/devtools.js\",\n          \"type\": \"cjs require\",\n          \"userRequest\": \"lodash/isEmpty\",\n          \"loc\": \"5:39-64\"\n        }\n      ],\n      \"usedExports\": true,\n      \"providedExports\": null,\n      \"optimizationBailout\": [\n        \"ModuleConcatenation bailout: Module is not an ECMAScript module\"\n      ],\n      \"depth\": 2,\n      \"source\": \"var baseKeys = require('./_baseKeys'),\\n    getTag = require('./_getTag'),\\n    isArguments = require('./isArguments'),\\n    isArray = require('./isArray'),\\n    isArrayLike = require('./isArrayLike'),\\n    isBuffer = require('./isBuffer'),\\n    isPrototype = require('./_isPrototype'),\\n    isTypedArray = require('./isTypedArray');\\n\\n/** `Object#toString` result references. */\\nvar mapTag = '[object Map]',\\n    setTag = '[object Set]';\\n\\n/** Used for built-in method references. */\\nvar objectProto = Object.prototype;\\n\\n/** Used to check objects for own properties. */\\nvar hasOwnProperty = objectProto.hasOwnProperty;\\n\\n/**\\n * Checks if `value` is an empty object, collection, map, or set.\\n *\\n * Objects are considered empty if they have no own enumerable string keyed\\n * properties.\\n *\\n * Array-like values such as `arguments` objects, arrays, buffers, strings, or\\n * jQuery-like collections are considered empty if they have a `length` of `0`.\\n * Similarly, maps and sets are considered empty if they have a `size` of `0`.\\n *\\n * @static\\n * @memberOf _\\n * @since 0.1.0\\n * @category Lang\\n * @param {*} value The value to check.\\n * @returns {boolean} Returns `true` if `value` is empty, else `false`.\\n * @example\\n *\\n * _.isEmpty(null);\\n * // => true\\n *\\n * _.isEmpty(true);\\n * // => true\\n *\\n * _.isEmpty(1);\\n * // => true\\n *\\n * _.isEmpty([1, 2, 3]);\\n * // => false\\n *\\n * _.isEmpty({ 'a': 1 });\\n * // => false\\n */\\nfunction isEmpty(value) {\\n  if (value == null) {\\n    return true;\\n  }\\n  if (isArrayLike(value) &&\\n      (isArray(value) || typeof value == 'string' || typeof value.splice == 'function' ||\\n        isBuffer(value) || isTypedArray(value) || isArguments(value))) {\\n    return !value.length;\\n  }\\n  var tag = getTag(value);\\n  if (tag == mapTag || tag == setTag) {\\n    return !value.size;\\n  }\\n  if (isPrototype(value)) {\\n    return !baseKeys(value).length;\\n  }\\n  for (var key in value) {\\n    if (hasOwnProperty.call(value, key)) {\\n      return false;\\n    }\\n  }\\n  return true;\\n}\\n\\nmodule.exports = isEmpty;\\n\"\n    },\n    {\n      \"id\": 346,\n      \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/flatten.js\",\n      \"name\": \"./node_modules/lodash/flatten.js\",\n      \"index\": 346,\n      \"index2\": 346,\n      \"size\": 489,\n      \"cacheable\": true,\n      \"built\": true,\n      \"optional\": false,\n      \"prefetched\": false,\n      \"chunks\": [\n        3\n      ],\n      \"issuer\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/devtools.js\",\n      \"issuerId\": 343,\n      \"issuerName\": \"./chrome/extension/devtools.js\",\n      \"issuerPath\": [\n        {\n          \"id\": 342,\n          \"identifier\": \"multi /Users/jarred/Code/styleurl/webpack/customPublicPath /Users/jarred/Code/styleurl/chrome/extension/devtools\",\n          \"name\": \"multi ./webpack/customPublicPath ./chrome/extension/devtools\",\n          \"profile\": {\n            \"factory\": 0,\n            \"building\": 0,\n            \"dependencies\": 54\n          }\n        },\n        {\n          \"id\": 343,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/devtools.js\",\n          \"name\": \"./chrome/extension/devtools.js\",\n          \"profile\": {\n            \"factory\": 55,\n            \"building\": 548\n          }\n        }\n      ],\n      \"profile\": {\n        \"factory\": 230,\n        \"building\": 567,\n        \"dependencies\": 245\n      },\n      \"failed\": false,\n      \"errors\": 0,\n      \"warnings\": 0,\n      \"assets\": [],\n      \"reasons\": [\n        {\n          \"moduleId\": 343,\n          \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/devtools.js\",\n          \"module\": \"./chrome/extension/devtools.js\",\n          \"moduleName\": \"./chrome/extension/devtools.js\",\n          \"type\": \"cjs require\",\n          \"userRequest\": \"lodash/flatten\",\n          \"loc\": \"7:39-64\"\n        }\n      ],\n      \"usedExports\": true,\n      \"providedExports\": null,\n      \"optimizationBailout\": [\n        \"ModuleConcatenation bailout: Module is not an ECMAScript module\"\n      ],\n      \"depth\": 2,\n      \"source\": \"var baseFlatten = require('./_baseFlatten');\\n\\n/**\\n * Flattens `array` a single level deep.\\n *\\n * @static\\n * @memberOf _\\n * @since 0.1.0\\n * @category Array\\n * @param {Array} array The array to flatten.\\n * @returns {Array} Returns the new flattened array.\\n * @example\\n *\\n * _.flatten([1, [2, [3, [4]], 5]]);\\n * // => [1, 2, [3, [4]], 5]\\n */\\nfunction flatten(array) {\\n  var length = array == null ? 0 : array.length;\\n  return length ? baseFlatten(array, 1) : [];\\n}\\n\\nmodule.exports = flatten;\\n\"\n    },\n    {\n      \"id\": 347,\n      \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_baseFlatten.js\",\n      \"name\": \"./node_modules/lodash/_baseFlatten.js\",\n      \"index\": 347,\n      \"index2\": 345,\n      \"size\": 1201,\n      \"cacheable\": true,\n      \"built\": true,\n      \"optional\": false,\n      \"prefetched\": false,\n      \"chunks\": [\n        3\n      ],\n      \"issuer\": \"/Users/jarred/Code/styleurl/node_modules/lodash/flatten.js\",\n      \"issuerId\": 346,\n      \"issuerName\": \"./node_modules/lodash/flatten.js\",\n      \"issuerPath\": [\n        {\n          \"id\": 342,\n          \"identifier\": \"multi /Users/jarred/Code/styleurl/webpack/customPublicPath /Users/jarred/Code/styleurl/chrome/extension/devtools\",\n          \"name\": \"multi ./webpack/customPublicPath ./chrome/extension/devtools\",\n          \"profile\": {\n            \"factory\": 0,\n            \"building\": 0,\n            \"dependencies\": 54\n          }\n        },\n        {\n          \"id\": 343,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/devtools.js\",\n          \"name\": \"./chrome/extension/devtools.js\",\n          \"profile\": {\n            \"factory\": 55,\n            \"building\": 548\n          }\n        },\n        {\n          \"id\": 346,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/flatten.js\",\n          \"name\": \"./node_modules/lodash/flatten.js\",\n          \"profile\": {\n            \"factory\": 230,\n            \"building\": 567,\n            \"dependencies\": 245\n          }\n        }\n      ],\n      \"profile\": {\n        \"factory\": 246,\n        \"building\": 73\n      },\n      \"failed\": false,\n      \"errors\": 0,\n      \"warnings\": 0,\n      \"assets\": [],\n      \"reasons\": [\n        {\n          \"moduleId\": 346,\n          \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/flatten.js\",\n          \"module\": \"./node_modules/lodash/flatten.js\",\n          \"moduleName\": \"./node_modules/lodash/flatten.js\",\n          \"type\": \"cjs require\",\n          \"userRequest\": \"./_baseFlatten\",\n          \"loc\": \"1:18-43\"\n        }\n      ],\n      \"usedExports\": true,\n      \"providedExports\": null,\n      \"optimizationBailout\": [\n        \"ModuleConcatenation bailout: Module is not an ECMAScript module\"\n      ],\n      \"depth\": 3,\n      \"source\": \"var arrayPush = require('./_arrayPush'),\\n    isFlattenable = require('./_isFlattenable');\\n\\n/**\\n * The base implementation of `_.flatten` with support for restricting flattening.\\n *\\n * @private\\n * @param {Array} array The array to flatten.\\n * @param {number} depth The maximum recursion depth.\\n * @param {boolean} [predicate=isFlattenable] The function invoked per iteration.\\n * @param {boolean} [isStrict] Restrict to values that pass `predicate` checks.\\n * @param {Array} [result=[]] The initial result value.\\n * @returns {Array} Returns the new flattened array.\\n */\\nfunction baseFlatten(array, depth, predicate, isStrict, result) {\\n  var index = -1,\\n      length = array.length;\\n\\n  predicate || (predicate = isFlattenable);\\n  result || (result = []);\\n\\n  while (++index < length) {\\n    var value = array[index];\\n    if (depth > 0 && predicate(value)) {\\n      if (depth > 1) {\\n        // Recursively flatten arrays (susceptible to call stack limits).\\n        baseFlatten(value, depth - 1, predicate, isStrict, result);\\n      } else {\\n        arrayPush(result, value);\\n      }\\n    } else if (!isStrict) {\\n      result[result.length] = value;\\n    }\\n  }\\n  return result;\\n}\\n\\nmodule.exports = baseFlatten;\\n\"\n    },\n    {\n      \"id\": 348,\n      \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_isFlattenable.js\",\n      \"name\": \"./node_modules/lodash/_isFlattenable.js\",\n      \"index\": 348,\n      \"index2\": 344,\n      \"size\": 608,\n      \"cacheable\": true,\n      \"built\": true,\n      \"optional\": false,\n      \"prefetched\": false,\n      \"chunks\": [\n        3\n      ],\n      \"issuer\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_baseFlatten.js\",\n      \"issuerId\": 347,\n      \"issuerName\": \"./node_modules/lodash/_baseFlatten.js\",\n      \"issuerPath\": [\n        {\n          \"id\": 342,\n          \"identifier\": \"multi /Users/jarred/Code/styleurl/webpack/customPublicPath /Users/jarred/Code/styleurl/chrome/extension/devtools\",\n          \"name\": \"multi ./webpack/customPublicPath ./chrome/extension/devtools\",\n          \"profile\": {\n            \"factory\": 0,\n            \"building\": 0,\n            \"dependencies\": 54\n          }\n        },\n        {\n          \"id\": 343,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/devtools.js\",\n          \"name\": \"./chrome/extension/devtools.js\",\n          \"profile\": {\n            \"factory\": 55,\n            \"building\": 548\n          }\n        },\n        {\n          \"id\": 346,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/flatten.js\",\n          \"name\": \"./node_modules/lodash/flatten.js\",\n          \"profile\": {\n            \"factory\": 230,\n            \"building\": 567,\n            \"dependencies\": 245\n          }\n        },\n        {\n          \"id\": 347,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_baseFlatten.js\",\n          \"name\": \"./node_modules/lodash/_baseFlatten.js\",\n          \"profile\": {\n            \"factory\": 246,\n            \"building\": 73\n          }\n        }\n      ],\n      \"profile\": {\n        \"factory\": 84,\n        \"building\": 101,\n        \"dependencies\": 0\n      },\n      \"failed\": false,\n      \"errors\": 0,\n      \"warnings\": 0,\n      \"assets\": [],\n      \"reasons\": [\n        {\n          \"moduleId\": 347,\n          \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/_baseFlatten.js\",\n          \"module\": \"./node_modules/lodash/_baseFlatten.js\",\n          \"moduleName\": \"./node_modules/lodash/_baseFlatten.js\",\n          \"type\": \"cjs require\",\n          \"userRequest\": \"./_isFlattenable\",\n          \"loc\": \"2:20-47\"\n        }\n      ],\n      \"usedExports\": true,\n      \"providedExports\": null,\n      \"optimizationBailout\": [\n        \"ModuleConcatenation bailout: Module is not an ECMAScript module\"\n      ],\n      \"depth\": 4,\n      \"source\": \"var Symbol = require('./_Symbol'),\\n    isArguments = require('./isArguments'),\\n    isArray = require('./isArray');\\n\\n/** Built-in value references. */\\nvar spreadableSymbol = Symbol ? Symbol.isConcatSpreadable : undefined;\\n\\n/**\\n * Checks if `value` is a flattenable `arguments` object or array.\\n *\\n * @private\\n * @param {*} value The value to check.\\n * @returns {boolean} Returns `true` if `value` is flattenable, else `false`.\\n */\\nfunction isFlattenable(value) {\\n  return isArray(value) || isArguments(value) ||\\n    !!(spreadableSymbol && value && value[spreadableSymbol]);\\n}\\n\\nmodule.exports = isFlattenable;\\n\"\n    },\n    {\n      \"id\": 349,\n      \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/lodash/compact.js\",\n      \"name\": \"./node_modules/lodash/compact.js\",\n      \"index\": 349,\n      \"index2\": 347,\n      \"size\": 681,\n      \"cacheable\": true,\n      \"built\": true,\n      \"optional\": false,\n      \"prefetched\": false,\n      \"chunks\": [\n        3\n      ],\n      \"issuer\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/devtools.js\",\n      \"issuerId\": 343,\n      \"issuerName\": \"./chrome/extension/devtools.js\",\n      \"issuerPath\": [\n        {\n          \"id\": 342,\n          \"identifier\": \"multi /Users/jarred/Code/styleurl/webpack/customPublicPath /Users/jarred/Code/styleurl/chrome/extension/devtools\",\n          \"name\": \"multi ./webpack/customPublicPath ./chrome/extension/devtools\",\n          \"profile\": {\n            \"factory\": 0,\n            \"building\": 0,\n            \"dependencies\": 54\n          }\n        },\n        {\n          \"id\": 343,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/devtools.js\",\n          \"name\": \"./chrome/extension/devtools.js\",\n          \"profile\": {\n            \"factory\": 55,\n            \"building\": 548\n          }\n        }\n      ],\n      \"profile\": {\n        \"factory\": 230,\n        \"building\": 567,\n        \"dependencies\": 245\n      },\n      \"failed\": false,\n      \"errors\": 0,\n      \"warnings\": 0,\n      \"assets\": [],\n      \"reasons\": [\n        {\n          \"moduleId\": 343,\n          \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/devtools.js\",\n          \"module\": \"./chrome/extension/devtools.js\",\n          \"moduleName\": \"./chrome/extension/devtools.js\",\n          \"type\": \"cjs require\",\n          \"userRequest\": \"lodash/compact\",\n          \"loc\": \"9:39-64\"\n        }\n      ],\n      \"usedExports\": true,\n      \"providedExports\": null,\n      \"optimizationBailout\": [\n        \"ModuleConcatenation bailout: Module is not an ECMAScript module\"\n      ],\n      \"depth\": 2,\n      \"source\": \"/**\\n * Creates an array with all falsey values removed. The values `false`, `null`,\\n * `0`, `\\\"\\\"`, `undefined`, and `NaN` are falsey.\\n *\\n * @static\\n * @memberOf _\\n * @since 0.1.0\\n * @category Array\\n * @param {Array} array The array to compact.\\n * @returns {Array} Returns the new array of filtered values.\\n * @example\\n *\\n * _.compact([0, 1, false, 2, '', 3]);\\n * // => [1, 2, 3]\\n */\\nfunction compact(array) {\\n  var index = -1,\\n      length = array == null ? 0 : array.length,\\n      resIndex = 0,\\n      result = [];\\n\\n  while (++index < length) {\\n    var value = array[index];\\n    if (value) {\\n      result[resIndex++] = value;\\n    }\\n  }\\n  return result;\\n}\\n\\nmodule.exports = compact;\\n\"\n    },\n    {\n      \"id\": 350,\n      \"identifier\": \"multi /Users/jarred/Code/styleurl/webpack/customPublicPath /Users/jarred/Code/styleurl/chrome/extension/github_gist_content_script\",\n      \"name\": \"multi ./webpack/customPublicPath ./chrome/extension/github_gist_content_script\",\n      \"index\": 350,\n      \"index2\": 351,\n      \"size\": 40,\n      \"built\": true,\n      \"optional\": false,\n      \"prefetched\": false,\n      \"chunks\": [\n        4\n      ],\n      \"issuer\": null,\n      \"issuerId\": null,\n      \"issuerName\": null,\n      \"issuerPath\": null,\n      \"profile\": {\n        \"factory\": 0,\n        \"building\": 0,\n        \"dependencies\": 53\n      },\n      \"failed\": false,\n      \"errors\": 0,\n      \"warnings\": 0,\n      \"assets\": [],\n      \"reasons\": [\n        {\n          \"moduleId\": null,\n          \"moduleIdentifier\": null,\n          \"module\": null,\n          \"moduleName\": null,\n          \"type\": \"multi entry\"\n        }\n      ],\n      \"usedExports\": true,\n      \"providedExports\": null,\n      \"optimizationBailout\": [\n        \"ModuleConcatenation bailout: Module is not an ECMAScript module\"\n      ],\n      \"depth\": 0\n    },\n    {\n      \"id\": 351,\n      \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/babel-loader/lib/index.js??ref--5!/Users/jarred/Code/styleurl/chrome/extension/github_gist_content_script.js\",\n      \"name\": \"./chrome/extension/github_gist_content_script.js\",\n      \"index\": 351,\n      \"index2\": 350,\n      \"size\": 3527,\n      \"cacheable\": true,\n      \"built\": true,\n      \"optional\": false,\n      \"prefetched\": false,\n      \"chunks\": [\n        4\n      ],\n      \"issuer\": \"multi /Users/jarred/Code/styleurl/webpack/customPublicPath /Users/jarred/Code/styleurl/chrome/extension/github_gist_content_script\",\n      \"issuerId\": 350,\n      \"issuerName\": \"multi ./webpack/customPublicPath ./chrome/extension/github_gist_content_script\",\n      \"issuerPath\": [\n        {\n          \"id\": 350,\n          \"identifier\": \"multi /Users/jarred/Code/styleurl/webpack/customPublicPath /Users/jarred/Code/styleurl/chrome/extension/github_gist_content_script\",\n          \"name\": \"multi ./webpack/customPublicPath ./chrome/extension/github_gist_content_script\",\n          \"profile\": {\n            \"factory\": 0,\n            \"building\": 0,\n            \"dependencies\": 53\n          }\n        }\n      ],\n      \"profile\": {\n        \"factory\": 54,\n        \"building\": 576,\n        \"dependencies\": 194\n      },\n      \"failed\": false,\n      \"errors\": 0,\n      \"warnings\": 0,\n      \"assets\": [],\n      \"reasons\": [\n        {\n          \"moduleId\": 350,\n          \"moduleIdentifier\": \"multi /Users/jarred/Code/styleurl/webpack/customPublicPath /Users/jarred/Code/styleurl/chrome/extension/github_gist_content_script\",\n          \"module\": \"multi ./webpack/customPublicPath ./chrome/extension/github_gist_content_script\",\n          \"moduleName\": \"multi ./webpack/customPublicPath ./chrome/extension/github_gist_content_script\",\n          \"type\": \"single entry\",\n          \"userRequest\": \"/Users/jarred/Code/styleurl/chrome/extension/github_gist_content_script\",\n          \"loc\": \"+1\"\n        }\n      ],\n      \"usedExports\": true,\n      \"providedExports\": null,\n      \"optimizationBailout\": [\n        \"ModuleConcatenation bailout: Module is not an ECMAScript module\"\n      ],\n      \"depth\": 1,\n      \"source\": \"\\\"use strict\\\";\\n\\nvar _port = require(\\\"./lib/port\\\");\\n\\nvar _gists = require(\\\"./lib/gists\\\");\\n\\nvar _stylefile = require(\\\"./lib/stylefile\\\");\\n\\nvar _chromeExtMessenger = _interopRequireDefault(require(\\\"chrome-ext-messenger\\\"));\\n\\nfunction _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }\\n\\nconst messenger = new _chromeExtMessenger.default();\\nconst connection = messenger.initConnection(_port.PORT_TYPES.github_gist);\\n\\nconst getGistID = () => window.location.pathname.split(\\\"/\\\")[2];\\n\\nconst buildStyleURL = styleFile => {\\n  const originalURL = styleFile.redirect_url;\\n  const queryString = originalURL.includes(\\\"?\\\") ? originalURL.split(\\\"?\\\")[1] : \\\"\\\";\\n  const searchParams = new URLSearchParams(queryString);\\n  searchParams.append(_gists.SPECIAL_QUERY_PARAMS.gist_id, `gist_${getGistID()}`);\\n  return `${originalURL}?${searchParams.toString()}`;\\n};\\n\\nconst log = (...messages) => console.log.apply(console, [\\\"[StyleURL]\\\", ...messages]);\\n\\nconst renderStyleURLBar = styleFile => {\\n  log(\\\"Detected Stylefile\\\", styleFile);\\n  const div = document.createElement(\\\"div\\\");\\n  div.innerHTML = `<div style=\\\"background-color: #0366d6; padding-top: 14px; padding-bottom: 14px;\\\"><div class=\\\"container-lg px-3 clearfix\\\"><div id=\\\"styleurl_bar_root\\\" style=\\\"display: flex; justify-content: space-between; align-items: center; color white;\\\">\\n  <div style=\\\"font-size: 18px; white-space: nowrap; color: white;\\\">Apply this StyleURL on <strong>${styleFile.domains[0]}</strong>?</div>\\n\\n  <a href=\\\"${buildStyleURL(styleFile)}\\\" class=\\\"btn\\\">Apply StyleURL</a>\\n</div></div></div>`;\\n  document.body.prepend(div);\\n}; // Hard to know 100% of the time whether or not we're on the gist page\\n\\n\\nconst isGistPage = pathname => {\\n  const parts = pathname.split(\\\"/\\\");\\n  const isCorrectLength = parts.length === 3; // [\\\"\\\", \\\"User-Name\\\", \\\"hash\\\"]\\n\\n  if (!isCorrectLength) {\\n    return false;\\n  }\\n\\n  const gistId = parts[2];\\n  return gistId.length > 5;\\n};\\n\\nconst isRawDownloadLink = pathname => {\\n  return pathname.includes(\\\"/raw/\\\");\\n};\\n\\nconst getGistFilenames = () => {\\n  return window.fetch(window.location.pathname + \\\".json\\\").then(resp => resp.json(), () => false).then(gist => {\\n    if (!gist || !gist.files) {\\n      return [];\\n    }\\n\\n    return gist.files || [];\\n  }, () => []);\\n};\\n\\nconst getFileURL = filename => {\\n  const files = Array.from(document.querySelectorAll(\\\".file-box\\\"));\\n  const fileBox = files.find(fileBox => Array.from(fileBox.querySelectorAll(\\\".file-info .gist-blob-name\\\")).find(element => element.innerText === filename));\\n\\n  if (!fileBox) {\\n    return null;\\n  }\\n\\n  const rawFileLink = Array.from(fileBox.querySelectorAll(\\\".file-actions a.btn\\\")).find(element => isRawDownloadLink(element.href));\\n\\n  if (!rawFileLink) {\\n    return null;\\n  }\\n\\n  return rawFileLink.href;\\n};\\n\\nconst getGistFileContents = filename => {\\n  return connection.sendMessage(`background:${_port.PORT_TYPES.github_gist}`, {\\n    type: _port.MESSAGE_TYPES.get_gist_content,\\n    url: getFileURL(filename)\\n  }).then(({\\n    value\\n  }) => {\\n    return value;\\n  });\\n};\\n\\nif (isGistPage(location.pathname)) {\\n  getGistFilenames().then(fileNames => {\\n    if (!fileNames) {\\n      return null;\\n    }\\n\\n    const filename = fileNames.find(name => _gists.STYLEFILE_NAMES.indexOf(name) > -1);\\n\\n    if (!filename) {\\n      return;\\n    }\\n\\n    getGistFileContents(filename).then(yaml => {\\n      return (0, _stylefile.loadStylefileFromString)(yaml);\\n    }).then(styleFile => {\\n      if (!styleFile) {\\n        return;\\n      }\\n\\n      renderStyleURLBar(styleFile);\\n    });\\n  });\\n}\"\n    }\n  ],\n  \"filteredModules\": 0,\n  \"children\": [\n    {\n      \"errors\": [],\n      \"warnings\": [],\n      \"publicPath\": \"\",\n      \"outputPath\": \"/Users/jarred/Code/styleurl/build\",\n      \"assetsByChunkName\": {},\n      \"assets\": [\n        {\n          \"name\": \"d7d5d4588a9f50c99264bc12e4892a7c.ttf\",\n          \"size\": 217276,\n          \"chunks\": [],\n          \"chunkNames\": [],\n          \"emitted\": true\n        },\n        {\n          \"name\": \"e1c83f9474e0cc1d84a13c6d1ddf3ca5.ttf\",\n          \"size\": 221164,\n          \"chunks\": [],\n          \"chunkNames\": [],\n          \"emitted\": true\n        },\n        {\n          \"name\": \"f5331cb6372b6c0d8baf2dd7e200498c.ttf\",\n          \"size\": 224452,\n          \"chunks\": [],\n          \"chunkNames\": [],\n          \"emitted\": true\n        }\n      ],\n      \"filteredAssets\": 0,\n      \"entrypoints\": {\n        \"mini-css-extract-plugin\": {\n          \"chunks\": [\n            0\n          ],\n          \"assets\": [\n            \"*\"\n          ],\n          \"children\": {},\n          \"childAssets\": {}\n        }\n      },\n      \"namedChunkGroups\": {\n        \"mini-css-extract-plugin\": {\n          \"chunks\": [\n            0\n          ],\n          \"assets\": [\n            \"*\"\n          ],\n          \"children\": {},\n          \"childAssets\": {}\n        }\n      },\n      \"chunks\": [\n        {\n          \"id\": 0,\n          \"rendered\": true,\n          \"initial\": true,\n          \"entry\": true,\n          \"size\": 11480,\n          \"names\": [\n            \"mini-css-extract-plugin\"\n          ],\n          \"files\": [\n            \"*\"\n          ],\n          \"hash\": \"2b6a836f27a228d25b35\",\n          \"siblings\": [],\n          \"parents\": [],\n          \"children\": [],\n          \"childrenByOrder\": {},\n          \"modules\": [\n            {\n              \"id\": 0,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/file-loader/dist/cjs.js!/Users/jarred/Code/styleurl/chrome/extension/popup/fonts/OpenSans-Regular.ttf\",\n              \"name\": \"./chrome/extension/popup/fonts/OpenSans-Regular.ttf\",\n              \"index\": 3,\n              \"index2\": 1,\n              \"size\": 82,\n              \"cacheable\": true,\n              \"built\": true,\n              \"optional\": false,\n              \"prefetched\": false,\n              \"chunks\": [\n                0\n              ],\n              \"issuer\": \"/Users/jarred/Code/styleurl/node_modules/css-loader/index.js??ref--6-1!/Users/jarred/Code/styleurl/node_modules/postcss-loader/lib/index.js??ref--6-2!/Users/jarred/Code/styleurl/chrome/extension/popup/fonts.css\",\n              \"issuerId\": 5,\n              \"issuerName\": \"./node_modules/css-loader??ref--6-1!./node_modules/postcss-loader/lib??ref--6-2!./chrome/extension/popup/fonts.css\",\n              \"issuerPath\": [\n                {\n                  \"id\": 4,\n                  \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/css-loader/index.js??ref--6-1!/Users/jarred/Code/styleurl/node_modules/postcss-loader/lib/index.js??ref--6-2!/Users/jarred/Code/styleurl/chrome/extension/popup.css\",\n                  \"name\": \"./node_modules/css-loader??ref--6-1!./node_modules/postcss-loader/lib??ref--6-2!./chrome/extension/popup.css\",\n                  \"profile\": {\n                    \"factory\": 5,\n                    \"building\": 268\n                  }\n                },\n                {\n                  \"id\": 5,\n                  \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/css-loader/index.js??ref--6-1!/Users/jarred/Code/styleurl/node_modules/postcss-loader/lib/index.js??ref--6-2!/Users/jarred/Code/styleurl/chrome/extension/popup/fonts.css\",\n                  \"name\": \"./node_modules/css-loader??ref--6-1!./node_modules/postcss-loader/lib??ref--6-2!./chrome/extension/popup/fonts.css\",\n                  \"profile\": {\n                    \"factory\": 32,\n                    \"building\": 55,\n                    \"dependencies\": 1\n                  }\n                }\n              ],\n              \"profile\": {\n                \"factory\": 234,\n                \"building\": 170\n              },\n              \"failed\": false,\n              \"errors\": 0,\n              \"warnings\": 0,\n              \"assets\": [\n                \"d7d5d4588a9f50c99264bc12e4892a7c.ttf\"\n              ],\n              \"reasons\": [\n                {\n                  \"moduleId\": 5,\n                  \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/css-loader/index.js??ref--6-1!/Users/jarred/Code/styleurl/node_modules/postcss-loader/lib/index.js??ref--6-2!/Users/jarred/Code/styleurl/chrome/extension/popup/fonts.css\",\n                  \"module\": \"./node_modules/css-loader??ref--6-1!./node_modules/postcss-loader/lib??ref--6-2!./chrome/extension/popup/fonts.css\",\n                  \"moduleName\": \"./node_modules/css-loader??ref--6-1!./node_modules/postcss-loader/lib??ref--6-2!./chrome/extension/popup/fonts.css\",\n                  \"type\": \"cjs require\",\n                  \"userRequest\": \"./fonts/OpenSans-Regular.ttf\",\n                  \"loc\": \"6:215-254\"\n                },\n                {\n                  \"moduleId\": 5,\n                  \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/css-loader/index.js??ref--6-1!/Users/jarred/Code/styleurl/node_modules/postcss-loader/lib/index.js??ref--6-2!/Users/jarred/Code/styleurl/chrome/extension/popup/fonts.css\",\n                  \"module\": \"./node_modules/css-loader??ref--6-1!./node_modules/postcss-loader/lib??ref--6-2!./chrome/extension/popup/fonts.css\",\n                  \"moduleName\": \"./node_modules/css-loader??ref--6-1!./node_modules/postcss-loader/lib??ref--6-2!./chrome/extension/popup/fonts.css\",\n                  \"type\": \"cjs require\",\n                  \"userRequest\": \"./fonts/OpenSans-Regular.ttf\",\n                  \"loc\": \"6:566-605\"\n                },\n                {\n                  \"moduleId\": 5,\n                  \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/css-loader/index.js??ref--6-1!/Users/jarred/Code/styleurl/node_modules/postcss-loader/lib/index.js??ref--6-2!/Users/jarred/Code/styleurl/chrome/extension/popup/fonts.css\",\n                  \"module\": \"./node_modules/css-loader??ref--6-1!./node_modules/postcss-loader/lib??ref--6-2!./chrome/extension/popup/fonts.css\",\n                  \"moduleName\": \"./node_modules/css-loader??ref--6-1!./node_modules/postcss-loader/lib??ref--6-2!./chrome/extension/popup/fonts.css\",\n                  \"type\": \"cjs require\",\n                  \"userRequest\": \"./fonts/OpenSans-Regular.ttf\",\n                  \"loc\": \"6:892-931\"\n                },\n                {\n                  \"moduleId\": 5,\n                  \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/css-loader/index.js??ref--6-1!/Users/jarred/Code/styleurl/node_modules/postcss-loader/lib/index.js??ref--6-2!/Users/jarred/Code/styleurl/chrome/extension/popup/fonts.css\",\n                  \"module\": \"./node_modules/css-loader??ref--6-1!./node_modules/postcss-loader/lib??ref--6-2!./chrome/extension/popup/fonts.css\",\n                  \"moduleName\": \"./node_modules/css-loader??ref--6-1!./node_modules/postcss-loader/lib??ref--6-2!./chrome/extension/popup/fonts.css\",\n                  \"type\": \"cjs require\",\n                  \"userRequest\": \"./fonts/OpenSans-Regular.ttf\",\n                  \"loc\": \"6:1180-1219\"\n                },\n                {\n                  \"moduleId\": 5,\n                  \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/css-loader/index.js??ref--6-1!/Users/jarred/Code/styleurl/node_modules/postcss-loader/lib/index.js??ref--6-2!/Users/jarred/Code/styleurl/chrome/extension/popup/fonts.css\",\n                  \"module\": \"./node_modules/css-loader??ref--6-1!./node_modules/postcss-loader/lib??ref--6-2!./chrome/extension/popup/fonts.css\",\n                  \"moduleName\": \"./node_modules/css-loader??ref--6-1!./node_modules/postcss-loader/lib??ref--6-2!./chrome/extension/popup/fonts.css\",\n                  \"type\": \"cjs require\",\n                  \"userRequest\": \"./fonts/OpenSans-Regular.ttf\",\n                  \"loc\": \"6:1473-1512\"\n                },\n                {\n                  \"moduleId\": 5,\n                  \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/css-loader/index.js??ref--6-1!/Users/jarred/Code/styleurl/node_modules/postcss-loader/lib/index.js??ref--6-2!/Users/jarred/Code/styleurl/chrome/extension/popup/fonts.css\",\n                  \"module\": \"./node_modules/css-loader??ref--6-1!./node_modules/postcss-loader/lib??ref--6-2!./chrome/extension/popup/fonts.css\",\n                  \"moduleName\": \"./node_modules/css-loader??ref--6-1!./node_modules/postcss-loader/lib??ref--6-2!./chrome/extension/popup/fonts.css\",\n                  \"type\": \"cjs require\",\n                  \"userRequest\": \"./fonts/OpenSans-Regular.ttf\",\n                  \"loc\": \"6:1799-1838\"\n                },\n                {\n                  \"moduleId\": 5,\n                  \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/css-loader/index.js??ref--6-1!/Users/jarred/Code/styleurl/node_modules/postcss-loader/lib/index.js??ref--6-2!/Users/jarred/Code/styleurl/chrome/extension/popup/fonts.css\",\n                  \"module\": \"./node_modules/css-loader??ref--6-1!./node_modules/postcss-loader/lib??ref--6-2!./chrome/extension/popup/fonts.css\",\n                  \"moduleName\": \"./node_modules/css-loader??ref--6-1!./node_modules/postcss-loader/lib??ref--6-2!./chrome/extension/popup/fonts.css\",\n                  \"type\": \"cjs require\",\n                  \"userRequest\": \"./fonts/OpenSans-Regular.ttf\",\n                  \"loc\": \"6:2176-2215\"\n                }\n              ],\n              \"usedExports\": true,\n              \"providedExports\": null,\n              \"optimizationBailout\": [\n                \"ModuleConcatenation bailout: Module is not an ECMAScript module\"\n              ],\n              \"depth\": 2,\n              \"source\": \"module.exports = __webpack_public_path__ + \\\"d7d5d4588a9f50c99264bc12e4892a7c.ttf\\\";\"\n            },\n            {\n              \"id\": 1,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/file-loader/dist/cjs.js!/Users/jarred/Code/styleurl/chrome/extension/popup/fonts/OpenSans-SemiBold.ttf\",\n              \"name\": \"./chrome/extension/popup/fonts/OpenSans-SemiBold.ttf\",\n              \"index\": 4,\n              \"index2\": 2,\n              \"size\": 82,\n              \"cacheable\": true,\n              \"built\": true,\n              \"optional\": false,\n              \"prefetched\": false,\n              \"chunks\": [\n                0\n              ],\n              \"issuer\": \"/Users/jarred/Code/styleurl/node_modules/css-loader/index.js??ref--6-1!/Users/jarred/Code/styleurl/node_modules/postcss-loader/lib/index.js??ref--6-2!/Users/jarred/Code/styleurl/chrome/extension/popup/fonts.css\",\n              \"issuerId\": 5,\n              \"issuerName\": \"./node_modules/css-loader??ref--6-1!./node_modules/postcss-loader/lib??ref--6-2!./chrome/extension/popup/fonts.css\",\n              \"issuerPath\": [\n                {\n                  \"id\": 4,\n                  \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/css-loader/index.js??ref--6-1!/Users/jarred/Code/styleurl/node_modules/postcss-loader/lib/index.js??ref--6-2!/Users/jarred/Code/styleurl/chrome/extension/popup.css\",\n                  \"name\": \"./node_modules/css-loader??ref--6-1!./node_modules/postcss-loader/lib??ref--6-2!./chrome/extension/popup.css\",\n                  \"profile\": {\n                    \"factory\": 5,\n                    \"building\": 268\n                  }\n                },\n                {\n                  \"id\": 5,\n                  \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/css-loader/index.js??ref--6-1!/Users/jarred/Code/styleurl/node_modules/postcss-loader/lib/index.js??ref--6-2!/Users/jarred/Code/styleurl/chrome/extension/popup/fonts.css\",\n                  \"name\": \"./node_modules/css-loader??ref--6-1!./node_modules/postcss-loader/lib??ref--6-2!./chrome/extension/popup/fonts.css\",\n                  \"profile\": {\n                    \"factory\": 32,\n                    \"building\": 55,\n                    \"dependencies\": 1\n                  }\n                }\n              ],\n              \"profile\": {\n                \"factory\": 234,\n                \"building\": 170\n              },\n              \"failed\": false,\n              \"errors\": 0,\n              \"warnings\": 0,\n              \"assets\": [\n                \"e1c83f9474e0cc1d84a13c6d1ddf3ca5.ttf\"\n              ],\n              \"reasons\": [\n                {\n                  \"moduleId\": 5,\n                  \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/css-loader/index.js??ref--6-1!/Users/jarred/Code/styleurl/node_modules/postcss-loader/lib/index.js??ref--6-2!/Users/jarred/Code/styleurl/chrome/extension/popup/fonts.css\",\n                  \"module\": \"./node_modules/css-loader??ref--6-1!./node_modules/postcss-loader/lib??ref--6-2!./chrome/extension/popup/fonts.css\",\n                  \"moduleName\": \"./node_modules/css-loader??ref--6-1!./node_modules/postcss-loader/lib??ref--6-2!./chrome/extension/popup/fonts.css\",\n                  \"type\": \"cjs require\",\n                  \"userRequest\": \"./fonts/OpenSans-SemiBold.ttf\",\n                  \"loc\": \"6:2616-2656\"\n                },\n                {\n                  \"moduleId\": 5,\n                  \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/css-loader/index.js??ref--6-1!/Users/jarred/Code/styleurl/node_modules/postcss-loader/lib/index.js??ref--6-2!/Users/jarred/Code/styleurl/chrome/extension/popup/fonts.css\",\n                  \"module\": \"./node_modules/css-loader??ref--6-1!./node_modules/postcss-loader/lib??ref--6-2!./chrome/extension/popup/fonts.css\",\n                  \"moduleName\": \"./node_modules/css-loader??ref--6-1!./node_modules/postcss-loader/lib??ref--6-2!./chrome/extension/popup/fonts.css\",\n                  \"type\": \"cjs require\",\n                  \"userRequest\": \"./fonts/OpenSans-SemiBold.ttf\",\n                  \"loc\": \"6:2970-3010\"\n                },\n                {\n                  \"moduleId\": 5,\n                  \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/css-loader/index.js??ref--6-1!/Users/jarred/Code/styleurl/node_modules/postcss-loader/lib/index.js??ref--6-2!/Users/jarred/Code/styleurl/chrome/extension/popup/fonts.css\",\n                  \"module\": \"./node_modules/css-loader??ref--6-1!./node_modules/postcss-loader/lib??ref--6-2!./chrome/extension/popup/fonts.css\",\n                  \"moduleName\": \"./node_modules/css-loader??ref--6-1!./node_modules/postcss-loader/lib??ref--6-2!./chrome/extension/popup/fonts.css\",\n                  \"type\": \"cjs require\",\n                  \"userRequest\": \"./fonts/OpenSans-SemiBold.ttf\",\n                  \"loc\": \"6:3299-3339\"\n                },\n                {\n                  \"moduleId\": 5,\n                  \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/css-loader/index.js??ref--6-1!/Users/jarred/Code/styleurl/node_modules/postcss-loader/lib/index.js??ref--6-2!/Users/jarred/Code/styleurl/chrome/extension/popup/fonts.css\",\n                  \"module\": \"./node_modules/css-loader??ref--6-1!./node_modules/postcss-loader/lib??ref--6-2!./chrome/extension/popup/fonts.css\",\n                  \"moduleName\": \"./node_modules/css-loader??ref--6-1!./node_modules/postcss-loader/lib??ref--6-2!./chrome/extension/popup/fonts.css\",\n                  \"type\": \"cjs require\",\n                  \"userRequest\": \"./fonts/OpenSans-SemiBold.ttf\",\n                  \"loc\": \"6:3590-3630\"\n                },\n                {\n                  \"moduleId\": 5,\n                  \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/css-loader/index.js??ref--6-1!/Users/jarred/Code/styleurl/node_modules/postcss-loader/lib/index.js??ref--6-2!/Users/jarred/Code/styleurl/chrome/extension/popup/fonts.css\",\n                  \"module\": \"./node_modules/css-loader??ref--6-1!./node_modules/postcss-loader/lib??ref--6-2!./chrome/extension/popup/fonts.css\",\n                  \"moduleName\": \"./node_modules/css-loader??ref--6-1!./node_modules/postcss-loader/lib??ref--6-2!./chrome/extension/popup/fonts.css\",\n                  \"type\": \"cjs require\",\n                  \"userRequest\": \"./fonts/OpenSans-SemiBold.ttf\",\n                  \"loc\": \"6:3886-3926\"\n                },\n                {\n                  \"moduleId\": 5,\n                  \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/css-loader/index.js??ref--6-1!/Users/jarred/Code/styleurl/node_modules/postcss-loader/lib/index.js??ref--6-2!/Users/jarred/Code/styleurl/chrome/extension/popup/fonts.css\",\n                  \"module\": \"./node_modules/css-loader??ref--6-1!./node_modules/postcss-loader/lib??ref--6-2!./chrome/extension/popup/fonts.css\",\n                  \"moduleName\": \"./node_modules/css-loader??ref--6-1!./node_modules/postcss-loader/lib??ref--6-2!./chrome/extension/popup/fonts.css\",\n                  \"type\": \"cjs require\",\n                  \"userRequest\": \"./fonts/OpenSans-SemiBold.ttf\",\n                  \"loc\": \"6:4215-4255\"\n                },\n                {\n                  \"moduleId\": 5,\n                  \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/css-loader/index.js??ref--6-1!/Users/jarred/Code/styleurl/node_modules/postcss-loader/lib/index.js??ref--6-2!/Users/jarred/Code/styleurl/chrome/extension/popup/fonts.css\",\n                  \"module\": \"./node_modules/css-loader??ref--6-1!./node_modules/postcss-loader/lib??ref--6-2!./chrome/extension/popup/fonts.css\",\n                  \"moduleName\": \"./node_modules/css-loader??ref--6-1!./node_modules/postcss-loader/lib??ref--6-2!./chrome/extension/popup/fonts.css\",\n                  \"type\": \"cjs require\",\n                  \"userRequest\": \"./fonts/OpenSans-SemiBold.ttf\",\n                  \"loc\": \"6:4595-4635\"\n                }\n              ],\n              \"usedExports\": true,\n              \"providedExports\": null,\n              \"optimizationBailout\": [\n                \"ModuleConcatenation bailout: Module is not an ECMAScript module\"\n              ],\n              \"depth\": 2,\n              \"source\": \"module.exports = __webpack_public_path__ + \\\"e1c83f9474e0cc1d84a13c6d1ddf3ca5.ttf\\\";\"\n            },\n            {\n              \"id\": 2,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/file-loader/dist/cjs.js!/Users/jarred/Code/styleurl/chrome/extension/popup/fonts/OpenSans-Bold.ttf\",\n              \"name\": \"./chrome/extension/popup/fonts/OpenSans-Bold.ttf\",\n              \"index\": 5,\n              \"index2\": 3,\n              \"size\": 82,\n              \"cacheable\": true,\n              \"built\": true,\n              \"optional\": false,\n              \"prefetched\": false,\n              \"chunks\": [\n                0\n              ],\n              \"issuer\": \"/Users/jarred/Code/styleurl/node_modules/css-loader/index.js??ref--6-1!/Users/jarred/Code/styleurl/node_modules/postcss-loader/lib/index.js??ref--6-2!/Users/jarred/Code/styleurl/chrome/extension/popup/fonts.css\",\n              \"issuerId\": 5,\n              \"issuerName\": \"./node_modules/css-loader??ref--6-1!./node_modules/postcss-loader/lib??ref--6-2!./chrome/extension/popup/fonts.css\",\n              \"issuerPath\": [\n                {\n                  \"id\": 4,\n                  \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/css-loader/index.js??ref--6-1!/Users/jarred/Code/styleurl/node_modules/postcss-loader/lib/index.js??ref--6-2!/Users/jarred/Code/styleurl/chrome/extension/popup.css\",\n                  \"name\": \"./node_modules/css-loader??ref--6-1!./node_modules/postcss-loader/lib??ref--6-2!./chrome/extension/popup.css\",\n                  \"profile\": {\n                    \"factory\": 5,\n                    \"building\": 268\n                  }\n                },\n                {\n                  \"id\": 5,\n                  \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/css-loader/index.js??ref--6-1!/Users/jarred/Code/styleurl/node_modules/postcss-loader/lib/index.js??ref--6-2!/Users/jarred/Code/styleurl/chrome/extension/popup/fonts.css\",\n                  \"name\": \"./node_modules/css-loader??ref--6-1!./node_modules/postcss-loader/lib??ref--6-2!./chrome/extension/popup/fonts.css\",\n                  \"profile\": {\n                    \"factory\": 32,\n                    \"building\": 55,\n                    \"dependencies\": 1\n                  }\n                }\n              ],\n              \"profile\": {\n                \"factory\": 234,\n                \"building\": 170\n              },\n              \"failed\": false,\n              \"errors\": 0,\n              \"warnings\": 0,\n              \"assets\": [\n                \"f5331cb6372b6c0d8baf2dd7e200498c.ttf\"\n              ],\n              \"reasons\": [\n                {\n                  \"moduleId\": 5,\n                  \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/css-loader/index.js??ref--6-1!/Users/jarred/Code/styleurl/node_modules/postcss-loader/lib/index.js??ref--6-2!/Users/jarred/Code/styleurl/chrome/extension/popup/fonts.css\",\n                  \"module\": \"./node_modules/css-loader??ref--6-1!./node_modules/postcss-loader/lib??ref--6-2!./chrome/extension/popup/fonts.css\",\n                  \"moduleName\": \"./node_modules/css-loader??ref--6-1!./node_modules/postcss-loader/lib??ref--6-2!./chrome/extension/popup/fonts.css\",\n                  \"type\": \"cjs require\",\n                  \"userRequest\": \"./fonts/OpenSans-Bold.ttf\",\n                  \"loc\": \"6:5028-5064\"\n                },\n                {\n                  \"moduleId\": 5,\n                  \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/css-loader/index.js??ref--6-1!/Users/jarred/Code/styleurl/node_modules/postcss-loader/lib/index.js??ref--6-2!/Users/jarred/Code/styleurl/chrome/extension/popup/fonts.css\",\n                  \"module\": \"./node_modules/css-loader??ref--6-1!./node_modules/postcss-loader/lib??ref--6-2!./chrome/extension/popup/fonts.css\",\n                  \"moduleName\": \"./node_modules/css-loader??ref--6-1!./node_modules/postcss-loader/lib??ref--6-2!./chrome/extension/popup/fonts.css\",\n                  \"type\": \"cjs require\",\n                  \"userRequest\": \"./fonts/OpenSans-Bold.ttf\",\n                  \"loc\": \"6:5370-5406\"\n                },\n                {\n                  \"moduleId\": 5,\n                  \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/css-loader/index.js??ref--6-1!/Users/jarred/Code/styleurl/node_modules/postcss-loader/lib/index.js??ref--6-2!/Users/jarred/Code/styleurl/chrome/extension/popup/fonts.css\",\n                  \"module\": \"./node_modules/css-loader??ref--6-1!./node_modules/postcss-loader/lib??ref--6-2!./chrome/extension/popup/fonts.css\",\n                  \"moduleName\": \"./node_modules/css-loader??ref--6-1!./node_modules/postcss-loader/lib??ref--6-2!./chrome/extension/popup/fonts.css\",\n                  \"type\": \"cjs require\",\n                  \"userRequest\": \"./fonts/OpenSans-Bold.ttf\",\n                  \"loc\": \"6:5687-5723\"\n                },\n                {\n                  \"moduleId\": 5,\n                  \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/css-loader/index.js??ref--6-1!/Users/jarred/Code/styleurl/node_modules/postcss-loader/lib/index.js??ref--6-2!/Users/jarred/Code/styleurl/chrome/extension/popup/fonts.css\",\n                  \"module\": \"./node_modules/css-loader??ref--6-1!./node_modules/postcss-loader/lib??ref--6-2!./chrome/extension/popup/fonts.css\",\n                  \"moduleName\": \"./node_modules/css-loader??ref--6-1!./node_modules/postcss-loader/lib??ref--6-2!./chrome/extension/popup/fonts.css\",\n                  \"type\": \"cjs require\",\n                  \"userRequest\": \"./fonts/OpenSans-Bold.ttf\",\n                  \"loc\": \"6:5966-6002\"\n                },\n                {\n                  \"moduleId\": 5,\n                  \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/css-loader/index.js??ref--6-1!/Users/jarred/Code/styleurl/node_modules/postcss-loader/lib/index.js??ref--6-2!/Users/jarred/Code/styleurl/chrome/extension/popup/fonts.css\",\n                  \"module\": \"./node_modules/css-loader??ref--6-1!./node_modules/postcss-loader/lib??ref--6-2!./chrome/extension/popup/fonts.css\",\n                  \"moduleName\": \"./node_modules/css-loader??ref--6-1!./node_modules/postcss-loader/lib??ref--6-2!./chrome/extension/popup/fonts.css\",\n                  \"type\": \"cjs require\",\n                  \"userRequest\": \"./fonts/OpenSans-Bold.ttf\",\n                  \"loc\": \"6:6250-6286\"\n                },\n                {\n                  \"moduleId\": 5,\n                  \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/css-loader/index.js??ref--6-1!/Users/jarred/Code/styleurl/node_modules/postcss-loader/lib/index.js??ref--6-2!/Users/jarred/Code/styleurl/chrome/extension/popup/fonts.css\",\n                  \"module\": \"./node_modules/css-loader??ref--6-1!./node_modules/postcss-loader/lib??ref--6-2!./chrome/extension/popup/fonts.css\",\n                  \"moduleName\": \"./node_modules/css-loader??ref--6-1!./node_modules/postcss-loader/lib??ref--6-2!./chrome/extension/popup/fonts.css\",\n                  \"type\": \"cjs require\",\n                  \"userRequest\": \"./fonts/OpenSans-Bold.ttf\",\n                  \"loc\": \"6:6567-6603\"\n                },\n                {\n                  \"moduleId\": 5,\n                  \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/css-loader/index.js??ref--6-1!/Users/jarred/Code/styleurl/node_modules/postcss-loader/lib/index.js??ref--6-2!/Users/jarred/Code/styleurl/chrome/extension/popup/fonts.css\",\n                  \"module\": \"./node_modules/css-loader??ref--6-1!./node_modules/postcss-loader/lib??ref--6-2!./chrome/extension/popup/fonts.css\",\n                  \"moduleName\": \"./node_modules/css-loader??ref--6-1!./node_modules/postcss-loader/lib??ref--6-2!./chrome/extension/popup/fonts.css\",\n                  \"type\": \"cjs require\",\n                  \"userRequest\": \"./fonts/OpenSans-Bold.ttf\",\n                  \"loc\": \"6:6935-6971\"\n                }\n              ],\n              \"usedExports\": true,\n              \"providedExports\": null,\n              \"optimizationBailout\": [\n                \"ModuleConcatenation bailout: Module is not an ECMAScript module\"\n              ],\n              \"depth\": 2,\n              \"source\": \"module.exports = __webpack_public_path__ + \\\"f5331cb6372b6c0d8baf2dd7e200498c.ttf\\\";\"\n            },\n            {\n              \"id\": 3,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/css-loader/lib/css-base.js\",\n              \"name\": \"./node_modules/css-loader/lib/css-base.js\",\n              \"index\": 1,\n              \"index2\": 0,\n              \"size\": 1506,\n              \"cacheable\": true,\n              \"built\": true,\n              \"optional\": false,\n              \"prefetched\": false,\n              \"chunks\": [\n                0\n              ],\n              \"issuer\": \"/Users/jarred/Code/styleurl/node_modules/css-loader/index.js??ref--6-1!/Users/jarred/Code/styleurl/node_modules/postcss-loader/lib/index.js??ref--6-2!/Users/jarred/Code/styleurl/chrome/extension/popup.css\",\n              \"issuerId\": 4,\n              \"issuerName\": \"./node_modules/css-loader??ref--6-1!./node_modules/postcss-loader/lib??ref--6-2!./chrome/extension/popup.css\",\n              \"issuerPath\": [\n                {\n                  \"id\": 4,\n                  \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/css-loader/index.js??ref--6-1!/Users/jarred/Code/styleurl/node_modules/postcss-loader/lib/index.js??ref--6-2!/Users/jarred/Code/styleurl/chrome/extension/popup.css\",\n                  \"name\": \"./node_modules/css-loader??ref--6-1!./node_modules/postcss-loader/lib??ref--6-2!./chrome/extension/popup.css\",\n                  \"profile\": {\n                    \"factory\": 5,\n                    \"building\": 268\n                  }\n                }\n              ],\n              \"profile\": {\n                \"factory\": 32,\n                \"building\": 55,\n                \"dependencies\": 1\n              },\n              \"failed\": false,\n              \"errors\": 0,\n              \"warnings\": 0,\n              \"assets\": [],\n              \"reasons\": [\n                {\n                  \"moduleId\": 4,\n                  \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/css-loader/index.js??ref--6-1!/Users/jarred/Code/styleurl/node_modules/postcss-loader/lib/index.js??ref--6-2!/Users/jarred/Code/styleurl/chrome/extension/popup.css\",\n                  \"module\": \"./node_modules/css-loader??ref--6-1!./node_modules/postcss-loader/lib??ref--6-2!./chrome/extension/popup.css\",\n                  \"moduleName\": \"./node_modules/css-loader??ref--6-1!./node_modules/postcss-loader/lib??ref--6-2!./chrome/extension/popup.css\",\n                  \"type\": \"cjs require\",\n                  \"userRequest\": \"../../node_modules/css-loader/lib/css-base.js\",\n                  \"loc\": \"1:27-83\"\n                },\n                {\n                  \"moduleId\": 5,\n                  \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/css-loader/index.js??ref--6-1!/Users/jarred/Code/styleurl/node_modules/postcss-loader/lib/index.js??ref--6-2!/Users/jarred/Code/styleurl/chrome/extension/popup/fonts.css\",\n                  \"module\": \"./node_modules/css-loader??ref--6-1!./node_modules/postcss-loader/lib??ref--6-2!./chrome/extension/popup/fonts.css\",\n                  \"moduleName\": \"./node_modules/css-loader??ref--6-1!./node_modules/postcss-loader/lib??ref--6-2!./chrome/extension/popup/fonts.css\",\n                  \"type\": \"cjs require\",\n                  \"userRequest\": \"../../../node_modules/css-loader/lib/css-base.js\",\n                  \"loc\": \"1:27-86\"\n                }\n              ],\n              \"usedExports\": true,\n              \"providedExports\": null,\n              \"optimizationBailout\": [\n                \"ModuleConcatenation bailout: Module is not an ECMAScript module\"\n              ],\n              \"depth\": 1,\n              \"source\": \"/*\\r\\n\\tMIT License http://www.opensource.org/licenses/mit-license.php\\r\\n\\tAuthor Tobias Koppers @sokra\\r\\n*/\\r\\n// css base code, injected by the css-loader\\r\\nmodule.exports = function() {\\r\\n\\tvar list = [];\\r\\n\\r\\n\\t// return the list of modules as css string\\r\\n\\tlist.toString = function toString() {\\r\\n\\t\\tvar result = [];\\r\\n\\t\\tfor(var i = 0; i < this.length; i++) {\\r\\n\\t\\t\\tvar item = this[i];\\r\\n\\t\\t\\tif(item[2]) {\\r\\n\\t\\t\\t\\tresult.push(\\\"@media \\\" + item[2] + \\\"{\\\" + item[1] + \\\"}\\\");\\r\\n\\t\\t\\t} else {\\r\\n\\t\\t\\t\\tresult.push(item[1]);\\r\\n\\t\\t\\t}\\r\\n\\t\\t}\\r\\n\\t\\treturn result.join(\\\"\\\");\\r\\n\\t};\\r\\n\\r\\n\\t// import a list of modules into the list\\r\\n\\tlist.i = function(modules, mediaQuery) {\\r\\n\\t\\tif(typeof modules === \\\"string\\\")\\r\\n\\t\\t\\tmodules = [[null, modules, \\\"\\\"]];\\r\\n\\t\\tvar alreadyImportedModules = {};\\r\\n\\t\\tfor(var i = 0; i < this.length; i++) {\\r\\n\\t\\t\\tvar id = this[i][0];\\r\\n\\t\\t\\tif(typeof id === \\\"number\\\")\\r\\n\\t\\t\\t\\talreadyImportedModules[id] = true;\\r\\n\\t\\t}\\r\\n\\t\\tfor(i = 0; i < modules.length; i++) {\\r\\n\\t\\t\\tvar item = modules[i];\\r\\n\\t\\t\\t// skip already imported module\\r\\n\\t\\t\\t// this implementation is not 100% perfect for weird media query combinations\\r\\n\\t\\t\\t//  when a module is imported multiple times with different media queries.\\r\\n\\t\\t\\t//  I hope this will never occur (Hey this way we have smaller bundles)\\r\\n\\t\\t\\tif(typeof item[0] !== \\\"number\\\" || !alreadyImportedModules[item[0]]) {\\r\\n\\t\\t\\t\\tif(mediaQuery && !item[2]) {\\r\\n\\t\\t\\t\\t\\titem[2] = mediaQuery;\\r\\n\\t\\t\\t\\t} else if(mediaQuery) {\\r\\n\\t\\t\\t\\t\\titem[2] = \\\"(\\\" + item[2] + \\\") and (\\\" + mediaQuery + \\\")\\\";\\r\\n\\t\\t\\t\\t}\\r\\n\\t\\t\\t\\tlist.push(item);\\r\\n\\t\\t\\t}\\r\\n\\t\\t}\\r\\n\\t};\\r\\n\\treturn list;\\r\\n};\\r\\n\"\n            },\n            {\n              \"id\": 4,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/css-loader/index.js??ref--6-1!/Users/jarred/Code/styleurl/node_modules/postcss-loader/lib/index.js??ref--6-2!/Users/jarred/Code/styleurl/chrome/extension/popup.css\",\n              \"name\": \"./node_modules/css-loader??ref--6-1!./node_modules/postcss-loader/lib??ref--6-2!./chrome/extension/popup.css\",\n              \"index\": 0,\n              \"index2\": 5,\n              \"size\": 2415,\n              \"cacheable\": true,\n              \"built\": true,\n              \"optional\": false,\n              \"prefetched\": false,\n              \"chunks\": [\n                0\n              ],\n              \"issuer\": null,\n              \"issuerId\": null,\n              \"issuerName\": null,\n              \"issuerPath\": null,\n              \"profile\": {\n                \"factory\": 5,\n                \"building\": 268\n              },\n              \"failed\": false,\n              \"errors\": 0,\n              \"warnings\": 0,\n              \"assets\": [],\n              \"reasons\": [\n                {\n                  \"moduleId\": null,\n                  \"moduleIdentifier\": null,\n                  \"module\": null,\n                  \"moduleName\": null,\n                  \"type\": \"single entry\",\n                  \"userRequest\": \"!!/Users/jarred/Code/styleurl/node_modules/css-loader/index.js??ref--6-1!/Users/jarred/Code/styleurl/node_modules/postcss-loader/lib/index.js??ref--6-2!/Users/jarred/Code/styleurl/chrome/extension/popup.css\",\n                  \"loc\": \"mini-css-extract-plugin\"\n                }\n              ],\n              \"usedExports\": true,\n              \"providedExports\": null,\n              \"optimizationBailout\": [\n                \"ModuleConcatenation bailout: Module is not an ECMAScript module\"\n              ],\n              \"depth\": 0,\n              \"source\": \"exports = module.exports = require(\\\"../../node_modules/css-loader/lib/css-base.js\\\")();\\n// imports\\nexports.i(require(\\\"-!../../node_modules/css-loader/index.js??ref--6-1!../../node_modules/postcss-loader/lib/index.js??ref--6-2!./popup/fonts.css\\\"), \\\"\\\");\\n\\n// module\\nexports.push([module.id, \\\"/* @import \\\\\\\"reset-css\\\\\\\"; */\\\\n\\\\nbody,\\\\ntextarea,\\\\ndiv,\\\\ninput {\\\\n    font-family: \\\\\\\"Open Sans\\\\\\\", -apple-system, BlinkMacSystemFont, \\\\\\\"Segoe UI\\\\\\\", Roboto, Helvetica, Arial, sans-serif, \\\\\\\"Apple Color Emoji\\\\\\\", \\\\\\\"Segoe UI Emoji\\\\\\\", \\\\\\\"Segoe UI Symbol\\\\\\\";\\\\n}\\\\n\\\\nbody, html, #root, .Popup {\\\\n    margin: 0;\\\\n    padding: 0;\\\\n    font-family: \\\\\\\"\\\\\\\";\\\\n    height: 100%;\\\\n    width: 100%;\\\\n}\\\\n\\\\nh1, h2, h3 {\\\\n    margin: 0;\\\\n    padding: 0;\\\\n    font-weight: 600;\\\\n}\\\\n\\\\n.Header {\\\\n    display: flex;\\\\n    background-color: #fff;\\\\n    padding: 6px 12px;\\\\n    align-items: center;\\\\n    justify-content: space-between;\\\\n}\\\\n\\\\n.Header-title {\\\\n    display: flex;\\\\n    align-items: center;\\\\n}\\\\n\\\\n.Header-logo {\\\\n    margin-right: 6px;\\\\n}\\\\n\\\\n.Header--left,\\\\n.Header--right {\\\\n    display: flex;\\\\n    align-items: center;\\\\n}\\\\n\\\\n.Header h3 a {\\\\n    white-space: nowrap;\\\\n    overflow: hidden;\\\\n    color: #333;\\\\n    letter-spacing: 0.25px;\\\\n    text-overflow: ellipsis;\\\\n}\\\\n\\\\n.Button {\\\\n    text-decoration: none;\\\\n    background: #333;\\\\n    border-radius: 4px;\\\\n    text-transform: uppercase;\\\\n    line-height: 19px;\\\\n    font-size: 14px;\\\\n    font-weight: 600;\\\\n    color: #fff;\\\\n    padding-left: 12px;\\\\n    padding-right: 12px;\\\\n    padding-top: 8px;\\\\n    padding-bottom: 8px;\\\\n    cursor: pointer;\\\\n    display: flex;\\\\n    align-self: flex-start;\\\\n}\\\\n\\\\n.ToggleButton {\\\\n    display: flex;\\\\n    align-items: center;\\\\n    padding: 4px 8px;\\\\n    cursor: pointer;\\\\n    border-right: 1px solid #666;\\\\n}\\\\n\\\\n.ToggleButton:hover {\\\\n    background-color: #666;\\\\n}\\\\n\\\\n.ToggleButton-icon {\\\\n    margin-right: 2px;\\\\n    height: 14px;\\\\n}\\\\n\\\\n.ToggleButton-text {\\\\n    font-size: 12px;\\\\n    line-height: 14px;\\\\n    font-weight: 500;\\\\n    color: white;\\\\n}\\\\n\\\\n.ToggleButton-text,\\\\n.ToggleButton-icon {\\\\n    margin-top: auto;\\\\n    margin-bottom: auto;\\\\n}\\\\n\\\\n.EditorToolbar {\\\\n    display: flex;\\\\n    background-color: #333;\\\\n    justify-content: space-between;\\\\n}\\\\n\\\\n.ToggleButtonGroup {\\\\n    display: flex;\\\\n    align-items: center;\\\\n}\\\\n\\\\n.CloseButton {\\\\n    fill: #333;\\\\n    cursor: pointer;\\\\n}\\\\n\\\\n.CloseButton:hover {\\\\n    fill: red;\\\\n}\\\\n\\\", \\\"\\\"]);\\n\\n// exports\\n\"\n            },\n            {\n              \"id\": 5,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/css-loader/index.js??ref--6-1!/Users/jarred/Code/styleurl/node_modules/postcss-loader/lib/index.js??ref--6-2!/Users/jarred/Code/styleurl/chrome/extension/popup/fonts.css\",\n              \"name\": \"./node_modules/css-loader??ref--6-1!./node_modules/postcss-loader/lib??ref--6-2!./chrome/extension/popup/fonts.css\",\n              \"index\": 2,\n              \"index2\": 4,\n              \"size\": 7313,\n              \"cacheable\": true,\n              \"built\": true,\n              \"optional\": false,\n              \"prefetched\": false,\n              \"chunks\": [\n                0\n              ],\n              \"issuer\": \"/Users/jarred/Code/styleurl/node_modules/css-loader/index.js??ref--6-1!/Users/jarred/Code/styleurl/node_modules/postcss-loader/lib/index.js??ref--6-2!/Users/jarred/Code/styleurl/chrome/extension/popup.css\",\n              \"issuerId\": 4,\n              \"issuerName\": \"./node_modules/css-loader??ref--6-1!./node_modules/postcss-loader/lib??ref--6-2!./chrome/extension/popup.css\",\n              \"issuerPath\": [\n                {\n                  \"id\": 4,\n                  \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/css-loader/index.js??ref--6-1!/Users/jarred/Code/styleurl/node_modules/postcss-loader/lib/index.js??ref--6-2!/Users/jarred/Code/styleurl/chrome/extension/popup.css\",\n                  \"name\": \"./node_modules/css-loader??ref--6-1!./node_modules/postcss-loader/lib??ref--6-2!./chrome/extension/popup.css\",\n                  \"profile\": {\n                    \"factory\": 5,\n                    \"building\": 268\n                  }\n                }\n              ],\n              \"profile\": {\n                \"factory\": 32,\n                \"building\": 55,\n                \"dependencies\": 1\n              },\n              \"failed\": false,\n              \"errors\": 0,\n              \"warnings\": 0,\n              \"assets\": [],\n              \"reasons\": [\n                {\n                  \"moduleId\": 4,\n                  \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/css-loader/index.js??ref--6-1!/Users/jarred/Code/styleurl/node_modules/postcss-loader/lib/index.js??ref--6-2!/Users/jarred/Code/styleurl/chrome/extension/popup.css\",\n                  \"module\": \"./node_modules/css-loader??ref--6-1!./node_modules/postcss-loader/lib??ref--6-2!./chrome/extension/popup.css\",\n                  \"moduleName\": \"./node_modules/css-loader??ref--6-1!./node_modules/postcss-loader/lib??ref--6-2!./chrome/extension/popup.css\",\n                  \"type\": \"cjs require\",\n                  \"userRequest\": \"-!../../node_modules/css-loader/index.js??ref--6-1!../../node_modules/postcss-loader/lib/index.js??ref--6-2!./popup/fonts.css\",\n                  \"loc\": \"3:10-146\"\n                }\n              ],\n              \"usedExports\": true,\n              \"providedExports\": null,\n              \"optimizationBailout\": [\n                \"ModuleConcatenation bailout: Module is not an ECMAScript module\"\n              ],\n              \"depth\": 1,\n              \"source\": \"exports = module.exports = require(\\\"../../../node_modules/css-loader/lib/css-base.js\\\")();\\n// imports\\n\\n\\n// module\\nexports.push([module.id, \\\"/* cyrillic-ext */\\\\n@font-face {\\\\n    font-family: 'Open Sans';\\\\n    font-style: normal;\\\\n    font-weight: 400;\\\\n    src: local(\\\\\\\"Open Sans Regular\\\\\\\"), local(\\\\\\\"OpenSans-Regular\\\\\\\"), url(\\\" + require(\\\"./fonts/OpenSans-Regular.ttf\\\") + \\\") format(\\\\\\\"truetype\\\\\\\");\\\\n    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;\\\\n}\\\\n\\\\n/* cyrillic */\\\\n@font-face {\\\\n    font-family: 'Open Sans';\\\\n    font-style: normal;\\\\n    font-weight: 400;\\\\n    src: local(\\\\\\\"Open Sans Regular\\\\\\\"), local(\\\\\\\"OpenSans-Regular\\\\\\\"), url(\\\" + require(\\\"./fonts/OpenSans-Regular.ttf\\\") + \\\") format(\\\\\\\"truetype\\\\\\\");\\\\n    unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;\\\\n}\\\\n\\\\n/* greek-ext */\\\\n@font-face {\\\\n    font-family: 'Open Sans';\\\\n    font-style: normal;\\\\n    font-weight: 400;\\\\n    src: local(\\\\\\\"Open Sans Regular\\\\\\\"), local(\\\\\\\"OpenSans-Regular\\\\\\\"), url(\\\" + require(\\\"./fonts/OpenSans-Regular.ttf\\\") + \\\") format(\\\\\\\"truetype\\\\\\\");\\\\n    unicode-range: U+1F00-1FFF;\\\\n}\\\\n\\\\n/* greek */\\\\n@font-face {\\\\n    font-family: 'Open Sans';\\\\n    font-style: normal;\\\\n    font-weight: 400;\\\\n    src: local(\\\\\\\"Open Sans Regular\\\\\\\"), local(\\\\\\\"OpenSans-Regular\\\\\\\"), url(\\\" + require(\\\"./fonts/OpenSans-Regular.ttf\\\") + \\\") format(\\\\\\\"truetype\\\\\\\");\\\\n    unicode-range: U+0370-03FF;\\\\n}\\\\n\\\\n/* vietnamese */\\\\n@font-face {\\\\n    font-family: 'Open Sans';\\\\n    font-style: normal;\\\\n    font-weight: 400;\\\\n    src: local(\\\\\\\"Open Sans Regular\\\\\\\"), local(\\\\\\\"OpenSans-Regular\\\\\\\"), url(\\\" + require(\\\"./fonts/OpenSans-Regular.ttf\\\") + \\\") format(\\\\\\\"truetype\\\\\\\");\\\\n    unicode-range: U+0102-0103, U+0110-0111, U+1EA0-1EF9, U+20AB;\\\\n}\\\\n\\\\n/* latin-ext */\\\\n@font-face {\\\\n    font-family: 'Open Sans';\\\\n    font-style: normal;\\\\n    font-weight: 400;\\\\n    src: local(\\\\\\\"Open Sans Regular\\\\\\\"), local(\\\\\\\"OpenSans-Regular\\\\\\\"), url(\\\" + require(\\\"./fonts/OpenSans-Regular.ttf\\\") + \\\") format(\\\\\\\"truetype\\\\\\\");\\\\n    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;\\\\n}\\\\n\\\\n/* latin */\\\\n@font-face {\\\\n    font-family: 'Open Sans';\\\\n    font-style: normal;\\\\n    font-weight: 400;\\\\n    src: local(\\\\\\\"Open Sans Regular\\\\\\\"), local(\\\\\\\"OpenSans-Regular\\\\\\\"), url(\\\" + require(\\\"./fonts/OpenSans-Regular.ttf\\\") + \\\") format(\\\\\\\"truetype\\\\\\\");\\\\n    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;\\\\n}\\\\n\\\\n/* cyrillic-ext */\\\\n@font-face {\\\\n    font-family: 'Open Sans';\\\\n    font-style: normal;\\\\n    font-weight: 600;\\\\n    src: local(\\\\\\\"Open Sans SemiBold\\\\\\\"), local(\\\\\\\"OpenSans-SemiBold\\\\\\\"), url(\\\" + require(\\\"./fonts/OpenSans-SemiBold.ttf\\\") + \\\") format(\\\\\\\"truetype\\\\\\\");\\\\n    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;\\\\n}\\\\n\\\\n/* cyrillic */\\\\n@font-face {\\\\n    font-family: 'Open Sans';\\\\n    font-style: normal;\\\\n    font-weight: 600;\\\\n    src: local(\\\\\\\"Open Sans SemiBold\\\\\\\"), local(\\\\\\\"OpenSans-SemiBold\\\\\\\"), url(\\\" + require(\\\"./fonts/OpenSans-SemiBold.ttf\\\") + \\\") format(\\\\\\\"truetype\\\\\\\");\\\\n    unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;\\\\n}\\\\n\\\\n/* greek-ext */\\\\n@font-face {\\\\n    font-family: 'Open Sans';\\\\n    font-style: normal;\\\\n    font-weight: 600;\\\\n    src: local(\\\\\\\"Open Sans SemiBold\\\\\\\"), local(\\\\\\\"OpenSans-SemiBold\\\\\\\"), url(\\\" + require(\\\"./fonts/OpenSans-SemiBold.ttf\\\") + \\\") format(\\\\\\\"truetype\\\\\\\");\\\\n    unicode-range: U+1F00-1FFF;\\\\n}\\\\n\\\\n/* greek */\\\\n@font-face {\\\\n    font-family: 'Open Sans';\\\\n    font-style: normal;\\\\n    font-weight: 600;\\\\n    src: local(\\\\\\\"Open Sans SemiBold\\\\\\\"), local(\\\\\\\"OpenSans-SemiBold\\\\\\\"), url(\\\" + require(\\\"./fonts/OpenSans-SemiBold.ttf\\\") + \\\") format(\\\\\\\"truetype\\\\\\\");\\\\n    unicode-range: U+0370-03FF;\\\\n}\\\\n\\\\n/* vietnamese */\\\\n@font-face {\\\\n    font-family: 'Open Sans';\\\\n    font-style: normal;\\\\n    font-weight: 600;\\\\n    src: local(\\\\\\\"Open Sans SemiBold\\\\\\\"), local(\\\\\\\"OpenSans-SemiBold\\\\\\\"), url(\\\" + require(\\\"./fonts/OpenSans-SemiBold.ttf\\\") + \\\") format(\\\\\\\"truetype\\\\\\\");\\\\n    unicode-range: U+0102-0103, U+0110-0111, U+1EA0-1EF9, U+20AB;\\\\n}\\\\n\\\\n/* latin-ext */\\\\n@font-face {\\\\n    font-family: 'Open Sans';\\\\n    font-style: normal;\\\\n    font-weight: 600;\\\\n    src: local(\\\\\\\"Open Sans SemiBold\\\\\\\"), local(\\\\\\\"OpenSans-SemiBold\\\\\\\"), url(\\\" + require(\\\"./fonts/OpenSans-SemiBold.ttf\\\") + \\\") format(\\\\\\\"truetype\\\\\\\");\\\\n    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;\\\\n}\\\\n\\\\n/* latin */\\\\n@font-face {\\\\n    font-family: 'Open Sans';\\\\n    font-style: normal;\\\\n    font-weight: 600;\\\\n    src: local(\\\\\\\"Open Sans SemiBold\\\\\\\"), local(\\\\\\\"OpenSans-SemiBold\\\\\\\"), url(\\\" + require(\\\"./fonts/OpenSans-SemiBold.ttf\\\") + \\\") format(\\\\\\\"truetype\\\\\\\");\\\\n    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;\\\\n}\\\\n\\\\n/* cyrillic-ext */\\\\n@font-face {\\\\n    font-family: 'Open Sans';\\\\n    font-style: normal;\\\\n    font-weight: 700;\\\\n    src: local(\\\\\\\"Open Sans Bold\\\\\\\"), local(\\\\\\\"OpenSans-Bold\\\\\\\"), url(\\\" + require(\\\"./fonts/OpenSans-Bold.ttf\\\") + \\\") format(\\\\\\\"truetype\\\\\\\");\\\\n    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;\\\\n}\\\\n\\\\n/* cyrillic */\\\\n@font-face {\\\\n    font-family: 'Open Sans';\\\\n    font-style: normal;\\\\n    font-weight: 700;\\\\n    src: local(\\\\\\\"Open Sans Bold\\\\\\\"), local(\\\\\\\"OpenSans-Bold\\\\\\\"), url(\\\" + require(\\\"./fonts/OpenSans-Bold.ttf\\\") + \\\") format(\\\\\\\"truetype\\\\\\\");\\\\n    unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;\\\\n}\\\\n\\\\n/* greek-ext */\\\\n@font-face {\\\\n    font-family: 'Open Sans';\\\\n    font-style: normal;\\\\n    font-weight: 700;\\\\n    src: local(\\\\\\\"Open Sans Bold\\\\\\\"), local(\\\\\\\"OpenSans-Bold\\\\\\\"), url(\\\" + require(\\\"./fonts/OpenSans-Bold.ttf\\\") + \\\") format(\\\\\\\"truetype\\\\\\\");\\\\n    unicode-range: U+1F00-1FFF;\\\\n}\\\\n\\\\n/* greek */\\\\n@font-face {\\\\n    font-family: 'Open Sans';\\\\n    font-style: normal;\\\\n    font-weight: 700;\\\\n    src: local(\\\\\\\"Open Sans Bold\\\\\\\"), local(\\\\\\\"OpenSans-Bold\\\\\\\"), url(\\\" + require(\\\"./fonts/OpenSans-Bold.ttf\\\") + \\\") format(\\\\\\\"truetype\\\\\\\");\\\\n    unicode-range: U+0370-03FF;\\\\n}\\\\n\\\\n/* vietnamese */\\\\n@font-face {\\\\n    font-family: 'Open Sans';\\\\n    font-style: normal;\\\\n    font-weight: 700;\\\\n    src: local(\\\\\\\"Open Sans Bold\\\\\\\"), local(\\\\\\\"OpenSans-Bold\\\\\\\"), url(\\\" + require(\\\"./fonts/OpenSans-Bold.ttf\\\") + \\\") format(\\\\\\\"truetype\\\\\\\");\\\\n    unicode-range: U+0102-0103, U+0110-0111, U+1EA0-1EF9, U+20AB;\\\\n}\\\\n\\\\n/* latin-ext */\\\\n@font-face {\\\\n    font-family: 'Open Sans';\\\\n    font-style: normal;\\\\n    font-weight: 700;\\\\n    src: local(\\\\\\\"Open Sans Bold\\\\\\\"), local(\\\\\\\"OpenSans-Bold\\\\\\\"), url(\\\" + require(\\\"./fonts/OpenSans-Bold.ttf\\\") + \\\") format(\\\\\\\"truetype\\\\\\\");\\\\n    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;\\\\n}\\\\n\\\\n/* latin */\\\\n@font-face {\\\\n    font-family: 'Open Sans';\\\\n    font-style: normal;\\\\n    font-weight: 700;\\\\n    src: local(\\\\\\\"Open Sans Bold\\\\\\\"), local(\\\\\\\"OpenSans-Bold\\\\\\\"), url(\\\" + require(\\\"./fonts/OpenSans-Bold.ttf\\\") + \\\") format(\\\\\\\"truetype\\\\\\\");\\\\n    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;\\\\n}\\\\n\\\", \\\"\\\"]);\\n\\n// exports\\n\"\n            }\n          ],\n          \"filteredModules\": 0,\n          \"origins\": [\n            {\n              \"module\": \"\",\n              \"moduleIdentifier\": \"\",\n              \"moduleName\": \"\",\n              \"loc\": \"mini-css-extract-plugin\",\n              \"request\": \"!!/Users/jarred/Code/styleurl/node_modules/css-loader/index.js??ref--6-1!/Users/jarred/Code/styleurl/node_modules/postcss-loader/lib/index.js??ref--6-2!/Users/jarred/Code/styleurl/chrome/extension/popup.css\",\n              \"reasons\": []\n            }\n          ]\n        }\n      ],\n      \"modules\": [\n        {\n          \"id\": 0,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/file-loader/dist/cjs.js!/Users/jarred/Code/styleurl/chrome/extension/popup/fonts/OpenSans-Regular.ttf\",\n          \"name\": \"./chrome/extension/popup/fonts/OpenSans-Regular.ttf\",\n          \"index\": 3,\n          \"index2\": 1,\n          \"size\": 82,\n          \"cacheable\": true,\n          \"built\": true,\n          \"optional\": false,\n          \"prefetched\": false,\n          \"chunks\": [\n            0\n          ],\n          \"issuer\": \"/Users/jarred/Code/styleurl/node_modules/css-loader/index.js??ref--6-1!/Users/jarred/Code/styleurl/node_modules/postcss-loader/lib/index.js??ref--6-2!/Users/jarred/Code/styleurl/chrome/extension/popup/fonts.css\",\n          \"issuerId\": 5,\n          \"issuerName\": \"./node_modules/css-loader??ref--6-1!./node_modules/postcss-loader/lib??ref--6-2!./chrome/extension/popup/fonts.css\",\n          \"issuerPath\": [\n            {\n              \"id\": 4,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/css-loader/index.js??ref--6-1!/Users/jarred/Code/styleurl/node_modules/postcss-loader/lib/index.js??ref--6-2!/Users/jarred/Code/styleurl/chrome/extension/popup.css\",\n              \"name\": \"./node_modules/css-loader??ref--6-1!./node_modules/postcss-loader/lib??ref--6-2!./chrome/extension/popup.css\",\n              \"profile\": {\n                \"factory\": 5,\n                \"building\": 268\n              }\n            },\n            {\n              \"id\": 5,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/css-loader/index.js??ref--6-1!/Users/jarred/Code/styleurl/node_modules/postcss-loader/lib/index.js??ref--6-2!/Users/jarred/Code/styleurl/chrome/extension/popup/fonts.css\",\n              \"name\": \"./node_modules/css-loader??ref--6-1!./node_modules/postcss-loader/lib??ref--6-2!./chrome/extension/popup/fonts.css\",\n              \"profile\": {\n                \"factory\": 32,\n                \"building\": 55,\n                \"dependencies\": 1\n              }\n            }\n          ],\n          \"profile\": {\n            \"factory\": 234,\n            \"building\": 170\n          },\n          \"failed\": false,\n          \"errors\": 0,\n          \"warnings\": 0,\n          \"assets\": [\n            \"d7d5d4588a9f50c99264bc12e4892a7c.ttf\"\n          ],\n          \"reasons\": [\n            {\n              \"moduleId\": 5,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/css-loader/index.js??ref--6-1!/Users/jarred/Code/styleurl/node_modules/postcss-loader/lib/index.js??ref--6-2!/Users/jarred/Code/styleurl/chrome/extension/popup/fonts.css\",\n              \"module\": \"./node_modules/css-loader??ref--6-1!./node_modules/postcss-loader/lib??ref--6-2!./chrome/extension/popup/fonts.css\",\n              \"moduleName\": \"./node_modules/css-loader??ref--6-1!./node_modules/postcss-loader/lib??ref--6-2!./chrome/extension/popup/fonts.css\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"./fonts/OpenSans-Regular.ttf\",\n              \"loc\": \"6:215-254\"\n            },\n            {\n              \"moduleId\": 5,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/css-loader/index.js??ref--6-1!/Users/jarred/Code/styleurl/node_modules/postcss-loader/lib/index.js??ref--6-2!/Users/jarred/Code/styleurl/chrome/extension/popup/fonts.css\",\n              \"module\": \"./node_modules/css-loader??ref--6-1!./node_modules/postcss-loader/lib??ref--6-2!./chrome/extension/popup/fonts.css\",\n              \"moduleName\": \"./node_modules/css-loader??ref--6-1!./node_modules/postcss-loader/lib??ref--6-2!./chrome/extension/popup/fonts.css\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"./fonts/OpenSans-Regular.ttf\",\n              \"loc\": \"6:566-605\"\n            },\n            {\n              \"moduleId\": 5,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/css-loader/index.js??ref--6-1!/Users/jarred/Code/styleurl/node_modules/postcss-loader/lib/index.js??ref--6-2!/Users/jarred/Code/styleurl/chrome/extension/popup/fonts.css\",\n              \"module\": \"./node_modules/css-loader??ref--6-1!./node_modules/postcss-loader/lib??ref--6-2!./chrome/extension/popup/fonts.css\",\n              \"moduleName\": \"./node_modules/css-loader??ref--6-1!./node_modules/postcss-loader/lib??ref--6-2!./chrome/extension/popup/fonts.css\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"./fonts/OpenSans-Regular.ttf\",\n              \"loc\": \"6:892-931\"\n            },\n            {\n              \"moduleId\": 5,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/css-loader/index.js??ref--6-1!/Users/jarred/Code/styleurl/node_modules/postcss-loader/lib/index.js??ref--6-2!/Users/jarred/Code/styleurl/chrome/extension/popup/fonts.css\",\n              \"module\": \"./node_modules/css-loader??ref--6-1!./node_modules/postcss-loader/lib??ref--6-2!./chrome/extension/popup/fonts.css\",\n              \"moduleName\": \"./node_modules/css-loader??ref--6-1!./node_modules/postcss-loader/lib??ref--6-2!./chrome/extension/popup/fonts.css\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"./fonts/OpenSans-Regular.ttf\",\n              \"loc\": \"6:1180-1219\"\n            },\n            {\n              \"moduleId\": 5,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/css-loader/index.js??ref--6-1!/Users/jarred/Code/styleurl/node_modules/postcss-loader/lib/index.js??ref--6-2!/Users/jarred/Code/styleurl/chrome/extension/popup/fonts.css\",\n              \"module\": \"./node_modules/css-loader??ref--6-1!./node_modules/postcss-loader/lib??ref--6-2!./chrome/extension/popup/fonts.css\",\n              \"moduleName\": \"./node_modules/css-loader??ref--6-1!./node_modules/postcss-loader/lib??ref--6-2!./chrome/extension/popup/fonts.css\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"./fonts/OpenSans-Regular.ttf\",\n              \"loc\": \"6:1473-1512\"\n            },\n            {\n              \"moduleId\": 5,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/css-loader/index.js??ref--6-1!/Users/jarred/Code/styleurl/node_modules/postcss-loader/lib/index.js??ref--6-2!/Users/jarred/Code/styleurl/chrome/extension/popup/fonts.css\",\n              \"module\": \"./node_modules/css-loader??ref--6-1!./node_modules/postcss-loader/lib??ref--6-2!./chrome/extension/popup/fonts.css\",\n              \"moduleName\": \"./node_modules/css-loader??ref--6-1!./node_modules/postcss-loader/lib??ref--6-2!./chrome/extension/popup/fonts.css\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"./fonts/OpenSans-Regular.ttf\",\n              \"loc\": \"6:1799-1838\"\n            },\n            {\n              \"moduleId\": 5,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/css-loader/index.js??ref--6-1!/Users/jarred/Code/styleurl/node_modules/postcss-loader/lib/index.js??ref--6-2!/Users/jarred/Code/styleurl/chrome/extension/popup/fonts.css\",\n              \"module\": \"./node_modules/css-loader??ref--6-1!./node_modules/postcss-loader/lib??ref--6-2!./chrome/extension/popup/fonts.css\",\n              \"moduleName\": \"./node_modules/css-loader??ref--6-1!./node_modules/postcss-loader/lib??ref--6-2!./chrome/extension/popup/fonts.css\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"./fonts/OpenSans-Regular.ttf\",\n              \"loc\": \"6:2176-2215\"\n            }\n          ],\n          \"usedExports\": true,\n          \"providedExports\": null,\n          \"optimizationBailout\": [\n            \"ModuleConcatenation bailout: Module is not an ECMAScript module\"\n          ],\n          \"depth\": 2,\n          \"source\": \"module.exports = __webpack_public_path__ + \\\"d7d5d4588a9f50c99264bc12e4892a7c.ttf\\\";\"\n        },\n        {\n          \"id\": 1,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/file-loader/dist/cjs.js!/Users/jarred/Code/styleurl/chrome/extension/popup/fonts/OpenSans-SemiBold.ttf\",\n          \"name\": \"./chrome/extension/popup/fonts/OpenSans-SemiBold.ttf\",\n          \"index\": 4,\n          \"index2\": 2,\n          \"size\": 82,\n          \"cacheable\": true,\n          \"built\": true,\n          \"optional\": false,\n          \"prefetched\": false,\n          \"chunks\": [\n            0\n          ],\n          \"issuer\": \"/Users/jarred/Code/styleurl/node_modules/css-loader/index.js??ref--6-1!/Users/jarred/Code/styleurl/node_modules/postcss-loader/lib/index.js??ref--6-2!/Users/jarred/Code/styleurl/chrome/extension/popup/fonts.css\",\n          \"issuerId\": 5,\n          \"issuerName\": \"./node_modules/css-loader??ref--6-1!./node_modules/postcss-loader/lib??ref--6-2!./chrome/extension/popup/fonts.css\",\n          \"issuerPath\": [\n            {\n              \"id\": 4,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/css-loader/index.js??ref--6-1!/Users/jarred/Code/styleurl/node_modules/postcss-loader/lib/index.js??ref--6-2!/Users/jarred/Code/styleurl/chrome/extension/popup.css\",\n              \"name\": \"./node_modules/css-loader??ref--6-1!./node_modules/postcss-loader/lib??ref--6-2!./chrome/extension/popup.css\",\n              \"profile\": {\n                \"factory\": 5,\n                \"building\": 268\n              }\n            },\n            {\n              \"id\": 5,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/css-loader/index.js??ref--6-1!/Users/jarred/Code/styleurl/node_modules/postcss-loader/lib/index.js??ref--6-2!/Users/jarred/Code/styleurl/chrome/extension/popup/fonts.css\",\n              \"name\": \"./node_modules/css-loader??ref--6-1!./node_modules/postcss-loader/lib??ref--6-2!./chrome/extension/popup/fonts.css\",\n              \"profile\": {\n                \"factory\": 32,\n                \"building\": 55,\n                \"dependencies\": 1\n              }\n            }\n          ],\n          \"profile\": {\n            \"factory\": 234,\n            \"building\": 170\n          },\n          \"failed\": false,\n          \"errors\": 0,\n          \"warnings\": 0,\n          \"assets\": [\n            \"e1c83f9474e0cc1d84a13c6d1ddf3ca5.ttf\"\n          ],\n          \"reasons\": [\n            {\n              \"moduleId\": 5,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/css-loader/index.js??ref--6-1!/Users/jarred/Code/styleurl/node_modules/postcss-loader/lib/index.js??ref--6-2!/Users/jarred/Code/styleurl/chrome/extension/popup/fonts.css\",\n              \"module\": \"./node_modules/css-loader??ref--6-1!./node_modules/postcss-loader/lib??ref--6-2!./chrome/extension/popup/fonts.css\",\n              \"moduleName\": \"./node_modules/css-loader??ref--6-1!./node_modules/postcss-loader/lib??ref--6-2!./chrome/extension/popup/fonts.css\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"./fonts/OpenSans-SemiBold.ttf\",\n              \"loc\": \"6:2616-2656\"\n            },\n            {\n              \"moduleId\": 5,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/css-loader/index.js??ref--6-1!/Users/jarred/Code/styleurl/node_modules/postcss-loader/lib/index.js??ref--6-2!/Users/jarred/Code/styleurl/chrome/extension/popup/fonts.css\",\n              \"module\": \"./node_modules/css-loader??ref--6-1!./node_modules/postcss-loader/lib??ref--6-2!./chrome/extension/popup/fonts.css\",\n              \"moduleName\": \"./node_modules/css-loader??ref--6-1!./node_modules/postcss-loader/lib??ref--6-2!./chrome/extension/popup/fonts.css\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"./fonts/OpenSans-SemiBold.ttf\",\n              \"loc\": \"6:2970-3010\"\n            },\n            {\n              \"moduleId\": 5,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/css-loader/index.js??ref--6-1!/Users/jarred/Code/styleurl/node_modules/postcss-loader/lib/index.js??ref--6-2!/Users/jarred/Code/styleurl/chrome/extension/popup/fonts.css\",\n              \"module\": \"./node_modules/css-loader??ref--6-1!./node_modules/postcss-loader/lib??ref--6-2!./chrome/extension/popup/fonts.css\",\n              \"moduleName\": \"./node_modules/css-loader??ref--6-1!./node_modules/postcss-loader/lib??ref--6-2!./chrome/extension/popup/fonts.css\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"./fonts/OpenSans-SemiBold.ttf\",\n              \"loc\": \"6:3299-3339\"\n            },\n            {\n              \"moduleId\": 5,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/css-loader/index.js??ref--6-1!/Users/jarred/Code/styleurl/node_modules/postcss-loader/lib/index.js??ref--6-2!/Users/jarred/Code/styleurl/chrome/extension/popup/fonts.css\",\n              \"module\": \"./node_modules/css-loader??ref--6-1!./node_modules/postcss-loader/lib??ref--6-2!./chrome/extension/popup/fonts.css\",\n              \"moduleName\": \"./node_modules/css-loader??ref--6-1!./node_modules/postcss-loader/lib??ref--6-2!./chrome/extension/popup/fonts.css\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"./fonts/OpenSans-SemiBold.ttf\",\n              \"loc\": \"6:3590-3630\"\n            },\n            {\n              \"moduleId\": 5,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/css-loader/index.js??ref--6-1!/Users/jarred/Code/styleurl/node_modules/postcss-loader/lib/index.js??ref--6-2!/Users/jarred/Code/styleurl/chrome/extension/popup/fonts.css\",\n              \"module\": \"./node_modules/css-loader??ref--6-1!./node_modules/postcss-loader/lib??ref--6-2!./chrome/extension/popup/fonts.css\",\n              \"moduleName\": \"./node_modules/css-loader??ref--6-1!./node_modules/postcss-loader/lib??ref--6-2!./chrome/extension/popup/fonts.css\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"./fonts/OpenSans-SemiBold.ttf\",\n              \"loc\": \"6:3886-3926\"\n            },\n            {\n              \"moduleId\": 5,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/css-loader/index.js??ref--6-1!/Users/jarred/Code/styleurl/node_modules/postcss-loader/lib/index.js??ref--6-2!/Users/jarred/Code/styleurl/chrome/extension/popup/fonts.css\",\n              \"module\": \"./node_modules/css-loader??ref--6-1!./node_modules/postcss-loader/lib??ref--6-2!./chrome/extension/popup/fonts.css\",\n              \"moduleName\": \"./node_modules/css-loader??ref--6-1!./node_modules/postcss-loader/lib??ref--6-2!./chrome/extension/popup/fonts.css\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"./fonts/OpenSans-SemiBold.ttf\",\n              \"loc\": \"6:4215-4255\"\n            },\n            {\n              \"moduleId\": 5,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/css-loader/index.js??ref--6-1!/Users/jarred/Code/styleurl/node_modules/postcss-loader/lib/index.js??ref--6-2!/Users/jarred/Code/styleurl/chrome/extension/popup/fonts.css\",\n              \"module\": \"./node_modules/css-loader??ref--6-1!./node_modules/postcss-loader/lib??ref--6-2!./chrome/extension/popup/fonts.css\",\n              \"moduleName\": \"./node_modules/css-loader??ref--6-1!./node_modules/postcss-loader/lib??ref--6-2!./chrome/extension/popup/fonts.css\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"./fonts/OpenSans-SemiBold.ttf\",\n              \"loc\": \"6:4595-4635\"\n            }\n          ],\n          \"usedExports\": true,\n          \"providedExports\": null,\n          \"optimizationBailout\": [\n            \"ModuleConcatenation bailout: Module is not an ECMAScript module\"\n          ],\n          \"depth\": 2,\n          \"source\": \"module.exports = __webpack_public_path__ + \\\"e1c83f9474e0cc1d84a13c6d1ddf3ca5.ttf\\\";\"\n        },\n        {\n          \"id\": 2,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/file-loader/dist/cjs.js!/Users/jarred/Code/styleurl/chrome/extension/popup/fonts/OpenSans-Bold.ttf\",\n          \"name\": \"./chrome/extension/popup/fonts/OpenSans-Bold.ttf\",\n          \"index\": 5,\n          \"index2\": 3,\n          \"size\": 82,\n          \"cacheable\": true,\n          \"built\": true,\n          \"optional\": false,\n          \"prefetched\": false,\n          \"chunks\": [\n            0\n          ],\n          \"issuer\": \"/Users/jarred/Code/styleurl/node_modules/css-loader/index.js??ref--6-1!/Users/jarred/Code/styleurl/node_modules/postcss-loader/lib/index.js??ref--6-2!/Users/jarred/Code/styleurl/chrome/extension/popup/fonts.css\",\n          \"issuerId\": 5,\n          \"issuerName\": \"./node_modules/css-loader??ref--6-1!./node_modules/postcss-loader/lib??ref--6-2!./chrome/extension/popup/fonts.css\",\n          \"issuerPath\": [\n            {\n              \"id\": 4,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/css-loader/index.js??ref--6-1!/Users/jarred/Code/styleurl/node_modules/postcss-loader/lib/index.js??ref--6-2!/Users/jarred/Code/styleurl/chrome/extension/popup.css\",\n              \"name\": \"./node_modules/css-loader??ref--6-1!./node_modules/postcss-loader/lib??ref--6-2!./chrome/extension/popup.css\",\n              \"profile\": {\n                \"factory\": 5,\n                \"building\": 268\n              }\n            },\n            {\n              \"id\": 5,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/css-loader/index.js??ref--6-1!/Users/jarred/Code/styleurl/node_modules/postcss-loader/lib/index.js??ref--6-2!/Users/jarred/Code/styleurl/chrome/extension/popup/fonts.css\",\n              \"name\": \"./node_modules/css-loader??ref--6-1!./node_modules/postcss-loader/lib??ref--6-2!./chrome/extension/popup/fonts.css\",\n              \"profile\": {\n                \"factory\": 32,\n                \"building\": 55,\n                \"dependencies\": 1\n              }\n            }\n          ],\n          \"profile\": {\n            \"factory\": 234,\n            \"building\": 170\n          },\n          \"failed\": false,\n          \"errors\": 0,\n          \"warnings\": 0,\n          \"assets\": [\n            \"f5331cb6372b6c0d8baf2dd7e200498c.ttf\"\n          ],\n          \"reasons\": [\n            {\n              \"moduleId\": 5,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/css-loader/index.js??ref--6-1!/Users/jarred/Code/styleurl/node_modules/postcss-loader/lib/index.js??ref--6-2!/Users/jarred/Code/styleurl/chrome/extension/popup/fonts.css\",\n              \"module\": \"./node_modules/css-loader??ref--6-1!./node_modules/postcss-loader/lib??ref--6-2!./chrome/extension/popup/fonts.css\",\n              \"moduleName\": \"./node_modules/css-loader??ref--6-1!./node_modules/postcss-loader/lib??ref--6-2!./chrome/extension/popup/fonts.css\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"./fonts/OpenSans-Bold.ttf\",\n              \"loc\": \"6:5028-5064\"\n            },\n            {\n              \"moduleId\": 5,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/css-loader/index.js??ref--6-1!/Users/jarred/Code/styleurl/node_modules/postcss-loader/lib/index.js??ref--6-2!/Users/jarred/Code/styleurl/chrome/extension/popup/fonts.css\",\n              \"module\": \"./node_modules/css-loader??ref--6-1!./node_modules/postcss-loader/lib??ref--6-2!./chrome/extension/popup/fonts.css\",\n              \"moduleName\": \"./node_modules/css-loader??ref--6-1!./node_modules/postcss-loader/lib??ref--6-2!./chrome/extension/popup/fonts.css\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"./fonts/OpenSans-Bold.ttf\",\n              \"loc\": \"6:5370-5406\"\n            },\n            {\n              \"moduleId\": 5,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/css-loader/index.js??ref--6-1!/Users/jarred/Code/styleurl/node_modules/postcss-loader/lib/index.js??ref--6-2!/Users/jarred/Code/styleurl/chrome/extension/popup/fonts.css\",\n              \"module\": \"./node_modules/css-loader??ref--6-1!./node_modules/postcss-loader/lib??ref--6-2!./chrome/extension/popup/fonts.css\",\n              \"moduleName\": \"./node_modules/css-loader??ref--6-1!./node_modules/postcss-loader/lib??ref--6-2!./chrome/extension/popup/fonts.css\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"./fonts/OpenSans-Bold.ttf\",\n              \"loc\": \"6:5687-5723\"\n            },\n            {\n              \"moduleId\": 5,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/css-loader/index.js??ref--6-1!/Users/jarred/Code/styleurl/node_modules/postcss-loader/lib/index.js??ref--6-2!/Users/jarred/Code/styleurl/chrome/extension/popup/fonts.css\",\n              \"module\": \"./node_modules/css-loader??ref--6-1!./node_modules/postcss-loader/lib??ref--6-2!./chrome/extension/popup/fonts.css\",\n              \"moduleName\": \"./node_modules/css-loader??ref--6-1!./node_modules/postcss-loader/lib??ref--6-2!./chrome/extension/popup/fonts.css\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"./fonts/OpenSans-Bold.ttf\",\n              \"loc\": \"6:5966-6002\"\n            },\n            {\n              \"moduleId\": 5,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/css-loader/index.js??ref--6-1!/Users/jarred/Code/styleurl/node_modules/postcss-loader/lib/index.js??ref--6-2!/Users/jarred/Code/styleurl/chrome/extension/popup/fonts.css\",\n              \"module\": \"./node_modules/css-loader??ref--6-1!./node_modules/postcss-loader/lib??ref--6-2!./chrome/extension/popup/fonts.css\",\n              \"moduleName\": \"./node_modules/css-loader??ref--6-1!./node_modules/postcss-loader/lib??ref--6-2!./chrome/extension/popup/fonts.css\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"./fonts/OpenSans-Bold.ttf\",\n              \"loc\": \"6:6250-6286\"\n            },\n            {\n              \"moduleId\": 5,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/css-loader/index.js??ref--6-1!/Users/jarred/Code/styleurl/node_modules/postcss-loader/lib/index.js??ref--6-2!/Users/jarred/Code/styleurl/chrome/extension/popup/fonts.css\",\n              \"module\": \"./node_modules/css-loader??ref--6-1!./node_modules/postcss-loader/lib??ref--6-2!./chrome/extension/popup/fonts.css\",\n              \"moduleName\": \"./node_modules/css-loader??ref--6-1!./node_modules/postcss-loader/lib??ref--6-2!./chrome/extension/popup/fonts.css\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"./fonts/OpenSans-Bold.ttf\",\n              \"loc\": \"6:6567-6603\"\n            },\n            {\n              \"moduleId\": 5,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/css-loader/index.js??ref--6-1!/Users/jarred/Code/styleurl/node_modules/postcss-loader/lib/index.js??ref--6-2!/Users/jarred/Code/styleurl/chrome/extension/popup/fonts.css\",\n              \"module\": \"./node_modules/css-loader??ref--6-1!./node_modules/postcss-loader/lib??ref--6-2!./chrome/extension/popup/fonts.css\",\n              \"moduleName\": \"./node_modules/css-loader??ref--6-1!./node_modules/postcss-loader/lib??ref--6-2!./chrome/extension/popup/fonts.css\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"./fonts/OpenSans-Bold.ttf\",\n              \"loc\": \"6:6935-6971\"\n            }\n          ],\n          \"usedExports\": true,\n          \"providedExports\": null,\n          \"optimizationBailout\": [\n            \"ModuleConcatenation bailout: Module is not an ECMAScript module\"\n          ],\n          \"depth\": 2,\n          \"source\": \"module.exports = __webpack_public_path__ + \\\"f5331cb6372b6c0d8baf2dd7e200498c.ttf\\\";\"\n        },\n        {\n          \"id\": 3,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/css-loader/lib/css-base.js\",\n          \"name\": \"./node_modules/css-loader/lib/css-base.js\",\n          \"index\": 1,\n          \"index2\": 0,\n          \"size\": 1506,\n          \"cacheable\": true,\n          \"built\": true,\n          \"optional\": false,\n          \"prefetched\": false,\n          \"chunks\": [\n            0\n          ],\n          \"issuer\": \"/Users/jarred/Code/styleurl/node_modules/css-loader/index.js??ref--6-1!/Users/jarred/Code/styleurl/node_modules/postcss-loader/lib/index.js??ref--6-2!/Users/jarred/Code/styleurl/chrome/extension/popup.css\",\n          \"issuerId\": 4,\n          \"issuerName\": \"./node_modules/css-loader??ref--6-1!./node_modules/postcss-loader/lib??ref--6-2!./chrome/extension/popup.css\",\n          \"issuerPath\": [\n            {\n              \"id\": 4,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/css-loader/index.js??ref--6-1!/Users/jarred/Code/styleurl/node_modules/postcss-loader/lib/index.js??ref--6-2!/Users/jarred/Code/styleurl/chrome/extension/popup.css\",\n              \"name\": \"./node_modules/css-loader??ref--6-1!./node_modules/postcss-loader/lib??ref--6-2!./chrome/extension/popup.css\",\n              \"profile\": {\n                \"factory\": 5,\n                \"building\": 268\n              }\n            }\n          ],\n          \"profile\": {\n            \"factory\": 32,\n            \"building\": 55,\n            \"dependencies\": 1\n          },\n          \"failed\": false,\n          \"errors\": 0,\n          \"warnings\": 0,\n          \"assets\": [],\n          \"reasons\": [\n            {\n              \"moduleId\": 4,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/css-loader/index.js??ref--6-1!/Users/jarred/Code/styleurl/node_modules/postcss-loader/lib/index.js??ref--6-2!/Users/jarred/Code/styleurl/chrome/extension/popup.css\",\n              \"module\": \"./node_modules/css-loader??ref--6-1!./node_modules/postcss-loader/lib??ref--6-2!./chrome/extension/popup.css\",\n              \"moduleName\": \"./node_modules/css-loader??ref--6-1!./node_modules/postcss-loader/lib??ref--6-2!./chrome/extension/popup.css\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"../../node_modules/css-loader/lib/css-base.js\",\n              \"loc\": \"1:27-83\"\n            },\n            {\n              \"moduleId\": 5,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/css-loader/index.js??ref--6-1!/Users/jarred/Code/styleurl/node_modules/postcss-loader/lib/index.js??ref--6-2!/Users/jarred/Code/styleurl/chrome/extension/popup/fonts.css\",\n              \"module\": \"./node_modules/css-loader??ref--6-1!./node_modules/postcss-loader/lib??ref--6-2!./chrome/extension/popup/fonts.css\",\n              \"moduleName\": \"./node_modules/css-loader??ref--6-1!./node_modules/postcss-loader/lib??ref--6-2!./chrome/extension/popup/fonts.css\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"../../../node_modules/css-loader/lib/css-base.js\",\n              \"loc\": \"1:27-86\"\n            }\n          ],\n          \"usedExports\": true,\n          \"providedExports\": null,\n          \"optimizationBailout\": [\n            \"ModuleConcatenation bailout: Module is not an ECMAScript module\"\n          ],\n          \"depth\": 1,\n          \"source\": \"/*\\r\\n\\tMIT License http://www.opensource.org/licenses/mit-license.php\\r\\n\\tAuthor Tobias Koppers @sokra\\r\\n*/\\r\\n// css base code, injected by the css-loader\\r\\nmodule.exports = function() {\\r\\n\\tvar list = [];\\r\\n\\r\\n\\t// return the list of modules as css string\\r\\n\\tlist.toString = function toString() {\\r\\n\\t\\tvar result = [];\\r\\n\\t\\tfor(var i = 0; i < this.length; i++) {\\r\\n\\t\\t\\tvar item = this[i];\\r\\n\\t\\t\\tif(item[2]) {\\r\\n\\t\\t\\t\\tresult.push(\\\"@media \\\" + item[2] + \\\"{\\\" + item[1] + \\\"}\\\");\\r\\n\\t\\t\\t} else {\\r\\n\\t\\t\\t\\tresult.push(item[1]);\\r\\n\\t\\t\\t}\\r\\n\\t\\t}\\r\\n\\t\\treturn result.join(\\\"\\\");\\r\\n\\t};\\r\\n\\r\\n\\t// import a list of modules into the list\\r\\n\\tlist.i = function(modules, mediaQuery) {\\r\\n\\t\\tif(typeof modules === \\\"string\\\")\\r\\n\\t\\t\\tmodules = [[null, modules, \\\"\\\"]];\\r\\n\\t\\tvar alreadyImportedModules = {};\\r\\n\\t\\tfor(var i = 0; i < this.length; i++) {\\r\\n\\t\\t\\tvar id = this[i][0];\\r\\n\\t\\t\\tif(typeof id === \\\"number\\\")\\r\\n\\t\\t\\t\\talreadyImportedModules[id] = true;\\r\\n\\t\\t}\\r\\n\\t\\tfor(i = 0; i < modules.length; i++) {\\r\\n\\t\\t\\tvar item = modules[i];\\r\\n\\t\\t\\t// skip already imported module\\r\\n\\t\\t\\t// this implementation is not 100% perfect for weird media query combinations\\r\\n\\t\\t\\t//  when a module is imported multiple times with different media queries.\\r\\n\\t\\t\\t//  I hope this will never occur (Hey this way we have smaller bundles)\\r\\n\\t\\t\\tif(typeof item[0] !== \\\"number\\\" || !alreadyImportedModules[item[0]]) {\\r\\n\\t\\t\\t\\tif(mediaQuery && !item[2]) {\\r\\n\\t\\t\\t\\t\\titem[2] = mediaQuery;\\r\\n\\t\\t\\t\\t} else if(mediaQuery) {\\r\\n\\t\\t\\t\\t\\titem[2] = \\\"(\\\" + item[2] + \\\") and (\\\" + mediaQuery + \\\")\\\";\\r\\n\\t\\t\\t\\t}\\r\\n\\t\\t\\t\\tlist.push(item);\\r\\n\\t\\t\\t}\\r\\n\\t\\t}\\r\\n\\t};\\r\\n\\treturn list;\\r\\n};\\r\\n\"\n        },\n        {\n          \"id\": 4,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/css-loader/index.js??ref--6-1!/Users/jarred/Code/styleurl/node_modules/postcss-loader/lib/index.js??ref--6-2!/Users/jarred/Code/styleurl/chrome/extension/popup.css\",\n          \"name\": \"./node_modules/css-loader??ref--6-1!./node_modules/postcss-loader/lib??ref--6-2!./chrome/extension/popup.css\",\n          \"index\": 0,\n          \"index2\": 5,\n          \"size\": 2415,\n          \"cacheable\": true,\n          \"built\": true,\n          \"optional\": false,\n          \"prefetched\": false,\n          \"chunks\": [\n            0\n          ],\n          \"issuer\": null,\n          \"issuerId\": null,\n          \"issuerName\": null,\n          \"issuerPath\": null,\n          \"profile\": {\n            \"factory\": 5,\n            \"building\": 268\n          },\n          \"failed\": false,\n          \"errors\": 0,\n          \"warnings\": 0,\n          \"assets\": [],\n          \"reasons\": [\n            {\n              \"moduleId\": null,\n              \"moduleIdentifier\": null,\n              \"module\": null,\n              \"moduleName\": null,\n              \"type\": \"single entry\",\n              \"userRequest\": \"!!/Users/jarred/Code/styleurl/node_modules/css-loader/index.js??ref--6-1!/Users/jarred/Code/styleurl/node_modules/postcss-loader/lib/index.js??ref--6-2!/Users/jarred/Code/styleurl/chrome/extension/popup.css\",\n              \"loc\": \"mini-css-extract-plugin\"\n            }\n          ],\n          \"usedExports\": true,\n          \"providedExports\": null,\n          \"optimizationBailout\": [\n            \"ModuleConcatenation bailout: Module is not an ECMAScript module\"\n          ],\n          \"depth\": 0,\n          \"source\": \"exports = module.exports = require(\\\"../../node_modules/css-loader/lib/css-base.js\\\")();\\n// imports\\nexports.i(require(\\\"-!../../node_modules/css-loader/index.js??ref--6-1!../../node_modules/postcss-loader/lib/index.js??ref--6-2!./popup/fonts.css\\\"), \\\"\\\");\\n\\n// module\\nexports.push([module.id, \\\"/* @import \\\\\\\"reset-css\\\\\\\"; */\\\\n\\\\nbody,\\\\ntextarea,\\\\ndiv,\\\\ninput {\\\\n    font-family: \\\\\\\"Open Sans\\\\\\\", -apple-system, BlinkMacSystemFont, \\\\\\\"Segoe UI\\\\\\\", Roboto, Helvetica, Arial, sans-serif, \\\\\\\"Apple Color Emoji\\\\\\\", \\\\\\\"Segoe UI Emoji\\\\\\\", \\\\\\\"Segoe UI Symbol\\\\\\\";\\\\n}\\\\n\\\\nbody, html, #root, .Popup {\\\\n    margin: 0;\\\\n    padding: 0;\\\\n    font-family: \\\\\\\"\\\\\\\";\\\\n    height: 100%;\\\\n    width: 100%;\\\\n}\\\\n\\\\nh1, h2, h3 {\\\\n    margin: 0;\\\\n    padding: 0;\\\\n    font-weight: 600;\\\\n}\\\\n\\\\n.Header {\\\\n    display: flex;\\\\n    background-color: #fff;\\\\n    padding: 6px 12px;\\\\n    align-items: center;\\\\n    justify-content: space-between;\\\\n}\\\\n\\\\n.Header-title {\\\\n    display: flex;\\\\n    align-items: center;\\\\n}\\\\n\\\\n.Header-logo {\\\\n    margin-right: 6px;\\\\n}\\\\n\\\\n.Header--left,\\\\n.Header--right {\\\\n    display: flex;\\\\n    align-items: center;\\\\n}\\\\n\\\\n.Header h3 a {\\\\n    white-space: nowrap;\\\\n    overflow: hidden;\\\\n    color: #333;\\\\n    letter-spacing: 0.25px;\\\\n    text-overflow: ellipsis;\\\\n}\\\\n\\\\n.Button {\\\\n    text-decoration: none;\\\\n    background: #333;\\\\n    border-radius: 4px;\\\\n    text-transform: uppercase;\\\\n    line-height: 19px;\\\\n    font-size: 14px;\\\\n    font-weight: 600;\\\\n    color: #fff;\\\\n    padding-left: 12px;\\\\n    padding-right: 12px;\\\\n    padding-top: 8px;\\\\n    padding-bottom: 8px;\\\\n    cursor: pointer;\\\\n    display: flex;\\\\n    align-self: flex-start;\\\\n}\\\\n\\\\n.ToggleButton {\\\\n    display: flex;\\\\n    align-items: center;\\\\n    padding: 4px 8px;\\\\n    cursor: pointer;\\\\n    border-right: 1px solid #666;\\\\n}\\\\n\\\\n.ToggleButton:hover {\\\\n    background-color: #666;\\\\n}\\\\n\\\\n.ToggleButton-icon {\\\\n    margin-right: 2px;\\\\n    height: 14px;\\\\n}\\\\n\\\\n.ToggleButton-text {\\\\n    font-size: 12px;\\\\n    line-height: 14px;\\\\n    font-weight: 500;\\\\n    color: white;\\\\n}\\\\n\\\\n.ToggleButton-text,\\\\n.ToggleButton-icon {\\\\n    margin-top: auto;\\\\n    margin-bottom: auto;\\\\n}\\\\n\\\\n.EditorToolbar {\\\\n    display: flex;\\\\n    background-color: #333;\\\\n    justify-content: space-between;\\\\n}\\\\n\\\\n.ToggleButtonGroup {\\\\n    display: flex;\\\\n    align-items: center;\\\\n}\\\\n\\\\n.CloseButton {\\\\n    fill: #333;\\\\n    cursor: pointer;\\\\n}\\\\n\\\\n.CloseButton:hover {\\\\n    fill: red;\\\\n}\\\\n\\\", \\\"\\\"]);\\n\\n// exports\\n\"\n        },\n        {\n          \"id\": 5,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/css-loader/index.js??ref--6-1!/Users/jarred/Code/styleurl/node_modules/postcss-loader/lib/index.js??ref--6-2!/Users/jarred/Code/styleurl/chrome/extension/popup/fonts.css\",\n          \"name\": \"./node_modules/css-loader??ref--6-1!./node_modules/postcss-loader/lib??ref--6-2!./chrome/extension/popup/fonts.css\",\n          \"index\": 2,\n          \"index2\": 4,\n          \"size\": 7313,\n          \"cacheable\": true,\n          \"built\": true,\n          \"optional\": false,\n          \"prefetched\": false,\n          \"chunks\": [\n            0\n          ],\n          \"issuer\": \"/Users/jarred/Code/styleurl/node_modules/css-loader/index.js??ref--6-1!/Users/jarred/Code/styleurl/node_modules/postcss-loader/lib/index.js??ref--6-2!/Users/jarred/Code/styleurl/chrome/extension/popup.css\",\n          \"issuerId\": 4,\n          \"issuerName\": \"./node_modules/css-loader??ref--6-1!./node_modules/postcss-loader/lib??ref--6-2!./chrome/extension/popup.css\",\n          \"issuerPath\": [\n            {\n              \"id\": 4,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/css-loader/index.js??ref--6-1!/Users/jarred/Code/styleurl/node_modules/postcss-loader/lib/index.js??ref--6-2!/Users/jarred/Code/styleurl/chrome/extension/popup.css\",\n              \"name\": \"./node_modules/css-loader??ref--6-1!./node_modules/postcss-loader/lib??ref--6-2!./chrome/extension/popup.css\",\n              \"profile\": {\n                \"factory\": 5,\n                \"building\": 268\n              }\n            }\n          ],\n          \"profile\": {\n            \"factory\": 32,\n            \"building\": 55,\n            \"dependencies\": 1\n          },\n          \"failed\": false,\n          \"errors\": 0,\n          \"warnings\": 0,\n          \"assets\": [],\n          \"reasons\": [\n            {\n              \"moduleId\": 4,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/css-loader/index.js??ref--6-1!/Users/jarred/Code/styleurl/node_modules/postcss-loader/lib/index.js??ref--6-2!/Users/jarred/Code/styleurl/chrome/extension/popup.css\",\n              \"module\": \"./node_modules/css-loader??ref--6-1!./node_modules/postcss-loader/lib??ref--6-2!./chrome/extension/popup.css\",\n              \"moduleName\": \"./node_modules/css-loader??ref--6-1!./node_modules/postcss-loader/lib??ref--6-2!./chrome/extension/popup.css\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"-!../../node_modules/css-loader/index.js??ref--6-1!../../node_modules/postcss-loader/lib/index.js??ref--6-2!./popup/fonts.css\",\n              \"loc\": \"3:10-146\"\n            }\n          ],\n          \"usedExports\": true,\n          \"providedExports\": null,\n          \"optimizationBailout\": [\n            \"ModuleConcatenation bailout: Module is not an ECMAScript module\"\n          ],\n          \"depth\": 1,\n          \"source\": \"exports = module.exports = require(\\\"../../../node_modules/css-loader/lib/css-base.js\\\")();\\n// imports\\n\\n\\n// module\\nexports.push([module.id, \\\"/* cyrillic-ext */\\\\n@font-face {\\\\n    font-family: 'Open Sans';\\\\n    font-style: normal;\\\\n    font-weight: 400;\\\\n    src: local(\\\\\\\"Open Sans Regular\\\\\\\"), local(\\\\\\\"OpenSans-Regular\\\\\\\"), url(\\\" + require(\\\"./fonts/OpenSans-Regular.ttf\\\") + \\\") format(\\\\\\\"truetype\\\\\\\");\\\\n    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;\\\\n}\\\\n\\\\n/* cyrillic */\\\\n@font-face {\\\\n    font-family: 'Open Sans';\\\\n    font-style: normal;\\\\n    font-weight: 400;\\\\n    src: local(\\\\\\\"Open Sans Regular\\\\\\\"), local(\\\\\\\"OpenSans-Regular\\\\\\\"), url(\\\" + require(\\\"./fonts/OpenSans-Regular.ttf\\\") + \\\") format(\\\\\\\"truetype\\\\\\\");\\\\n    unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;\\\\n}\\\\n\\\\n/* greek-ext */\\\\n@font-face {\\\\n    font-family: 'Open Sans';\\\\n    font-style: normal;\\\\n    font-weight: 400;\\\\n    src: local(\\\\\\\"Open Sans Regular\\\\\\\"), local(\\\\\\\"OpenSans-Regular\\\\\\\"), url(\\\" + require(\\\"./fonts/OpenSans-Regular.ttf\\\") + \\\") format(\\\\\\\"truetype\\\\\\\");\\\\n    unicode-range: U+1F00-1FFF;\\\\n}\\\\n\\\\n/* greek */\\\\n@font-face {\\\\n    font-family: 'Open Sans';\\\\n    font-style: normal;\\\\n    font-weight: 400;\\\\n    src: local(\\\\\\\"Open Sans Regular\\\\\\\"), local(\\\\\\\"OpenSans-Regular\\\\\\\"), url(\\\" + require(\\\"./fonts/OpenSans-Regular.ttf\\\") + \\\") format(\\\\\\\"truetype\\\\\\\");\\\\n    unicode-range: U+0370-03FF;\\\\n}\\\\n\\\\n/* vietnamese */\\\\n@font-face {\\\\n    font-family: 'Open Sans';\\\\n    font-style: normal;\\\\n    font-weight: 400;\\\\n    src: local(\\\\\\\"Open Sans Regular\\\\\\\"), local(\\\\\\\"OpenSans-Regular\\\\\\\"), url(\\\" + require(\\\"./fonts/OpenSans-Regular.ttf\\\") + \\\") format(\\\\\\\"truetype\\\\\\\");\\\\n    unicode-range: U+0102-0103, U+0110-0111, U+1EA0-1EF9, U+20AB;\\\\n}\\\\n\\\\n/* latin-ext */\\\\n@font-face {\\\\n    font-family: 'Open Sans';\\\\n    font-style: normal;\\\\n    font-weight: 400;\\\\n    src: local(\\\\\\\"Open Sans Regular\\\\\\\"), local(\\\\\\\"OpenSans-Regular\\\\\\\"), url(\\\" + require(\\\"./fonts/OpenSans-Regular.ttf\\\") + \\\") format(\\\\\\\"truetype\\\\\\\");\\\\n    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;\\\\n}\\\\n\\\\n/* latin */\\\\n@font-face {\\\\n    font-family: 'Open Sans';\\\\n    font-style: normal;\\\\n    font-weight: 400;\\\\n    src: local(\\\\\\\"Open Sans Regular\\\\\\\"), local(\\\\\\\"OpenSans-Regular\\\\\\\"), url(\\\" + require(\\\"./fonts/OpenSans-Regular.ttf\\\") + \\\") format(\\\\\\\"truetype\\\\\\\");\\\\n    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;\\\\n}\\\\n\\\\n/* cyrillic-ext */\\\\n@font-face {\\\\n    font-family: 'Open Sans';\\\\n    font-style: normal;\\\\n    font-weight: 600;\\\\n    src: local(\\\\\\\"Open Sans SemiBold\\\\\\\"), local(\\\\\\\"OpenSans-SemiBold\\\\\\\"), url(\\\" + require(\\\"./fonts/OpenSans-SemiBold.ttf\\\") + \\\") format(\\\\\\\"truetype\\\\\\\");\\\\n    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;\\\\n}\\\\n\\\\n/* cyrillic */\\\\n@font-face {\\\\n    font-family: 'Open Sans';\\\\n    font-style: normal;\\\\n    font-weight: 600;\\\\n    src: local(\\\\\\\"Open Sans SemiBold\\\\\\\"), local(\\\\\\\"OpenSans-SemiBold\\\\\\\"), url(\\\" + require(\\\"./fonts/OpenSans-SemiBold.ttf\\\") + \\\") format(\\\\\\\"truetype\\\\\\\");\\\\n    unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;\\\\n}\\\\n\\\\n/* greek-ext */\\\\n@font-face {\\\\n    font-family: 'Open Sans';\\\\n    font-style: normal;\\\\n    font-weight: 600;\\\\n    src: local(\\\\\\\"Open Sans SemiBold\\\\\\\"), local(\\\\\\\"OpenSans-SemiBold\\\\\\\"), url(\\\" + require(\\\"./fonts/OpenSans-SemiBold.ttf\\\") + \\\") format(\\\\\\\"truetype\\\\\\\");\\\\n    unicode-range: U+1F00-1FFF;\\\\n}\\\\n\\\\n/* greek */\\\\n@font-face {\\\\n    font-family: 'Open Sans';\\\\n    font-style: normal;\\\\n    font-weight: 600;\\\\n    src: local(\\\\\\\"Open Sans SemiBold\\\\\\\"), local(\\\\\\\"OpenSans-SemiBold\\\\\\\"), url(\\\" + require(\\\"./fonts/OpenSans-SemiBold.ttf\\\") + \\\") format(\\\\\\\"truetype\\\\\\\");\\\\n    unicode-range: U+0370-03FF;\\\\n}\\\\n\\\\n/* vietnamese */\\\\n@font-face {\\\\n    font-family: 'Open Sans';\\\\n    font-style: normal;\\\\n    font-weight: 600;\\\\n    src: local(\\\\\\\"Open Sans SemiBold\\\\\\\"), local(\\\\\\\"OpenSans-SemiBold\\\\\\\"), url(\\\" + require(\\\"./fonts/OpenSans-SemiBold.ttf\\\") + \\\") format(\\\\\\\"truetype\\\\\\\");\\\\n    unicode-range: U+0102-0103, U+0110-0111, U+1EA0-1EF9, U+20AB;\\\\n}\\\\n\\\\n/* latin-ext */\\\\n@font-face {\\\\n    font-family: 'Open Sans';\\\\n    font-style: normal;\\\\n    font-weight: 600;\\\\n    src: local(\\\\\\\"Open Sans SemiBold\\\\\\\"), local(\\\\\\\"OpenSans-SemiBold\\\\\\\"), url(\\\" + require(\\\"./fonts/OpenSans-SemiBold.ttf\\\") + \\\") format(\\\\\\\"truetype\\\\\\\");\\\\n    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;\\\\n}\\\\n\\\\n/* latin */\\\\n@font-face {\\\\n    font-family: 'Open Sans';\\\\n    font-style: normal;\\\\n    font-weight: 600;\\\\n    src: local(\\\\\\\"Open Sans SemiBold\\\\\\\"), local(\\\\\\\"OpenSans-SemiBold\\\\\\\"), url(\\\" + require(\\\"./fonts/OpenSans-SemiBold.ttf\\\") + \\\") format(\\\\\\\"truetype\\\\\\\");\\\\n    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;\\\\n}\\\\n\\\\n/* cyrillic-ext */\\\\n@font-face {\\\\n    font-family: 'Open Sans';\\\\n    font-style: normal;\\\\n    font-weight: 700;\\\\n    src: local(\\\\\\\"Open Sans Bold\\\\\\\"), local(\\\\\\\"OpenSans-Bold\\\\\\\"), url(\\\" + require(\\\"./fonts/OpenSans-Bold.ttf\\\") + \\\") format(\\\\\\\"truetype\\\\\\\");\\\\n    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;\\\\n}\\\\n\\\\n/* cyrillic */\\\\n@font-face {\\\\n    font-family: 'Open Sans';\\\\n    font-style: normal;\\\\n    font-weight: 700;\\\\n    src: local(\\\\\\\"Open Sans Bold\\\\\\\"), local(\\\\\\\"OpenSans-Bold\\\\\\\"), url(\\\" + require(\\\"./fonts/OpenSans-Bold.ttf\\\") + \\\") format(\\\\\\\"truetype\\\\\\\");\\\\n    unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;\\\\n}\\\\n\\\\n/* greek-ext */\\\\n@font-face {\\\\n    font-family: 'Open Sans';\\\\n    font-style: normal;\\\\n    font-weight: 700;\\\\n    src: local(\\\\\\\"Open Sans Bold\\\\\\\"), local(\\\\\\\"OpenSans-Bold\\\\\\\"), url(\\\" + require(\\\"./fonts/OpenSans-Bold.ttf\\\") + \\\") format(\\\\\\\"truetype\\\\\\\");\\\\n    unicode-range: U+1F00-1FFF;\\\\n}\\\\n\\\\n/* greek */\\\\n@font-face {\\\\n    font-family: 'Open Sans';\\\\n    font-style: normal;\\\\n    font-weight: 700;\\\\n    src: local(\\\\\\\"Open Sans Bold\\\\\\\"), local(\\\\\\\"OpenSans-Bold\\\\\\\"), url(\\\" + require(\\\"./fonts/OpenSans-Bold.ttf\\\") + \\\") format(\\\\\\\"truetype\\\\\\\");\\\\n    unicode-range: U+0370-03FF;\\\\n}\\\\n\\\\n/* vietnamese */\\\\n@font-face {\\\\n    font-family: 'Open Sans';\\\\n    font-style: normal;\\\\n    font-weight: 700;\\\\n    src: local(\\\\\\\"Open Sans Bold\\\\\\\"), local(\\\\\\\"OpenSans-Bold\\\\\\\"), url(\\\" + require(\\\"./fonts/OpenSans-Bold.ttf\\\") + \\\") format(\\\\\\\"truetype\\\\\\\");\\\\n    unicode-range: U+0102-0103, U+0110-0111, U+1EA0-1EF9, U+20AB;\\\\n}\\\\n\\\\n/* latin-ext */\\\\n@font-face {\\\\n    font-family: 'Open Sans';\\\\n    font-style: normal;\\\\n    font-weight: 700;\\\\n    src: local(\\\\\\\"Open Sans Bold\\\\\\\"), local(\\\\\\\"OpenSans-Bold\\\\\\\"), url(\\\" + require(\\\"./fonts/OpenSans-Bold.ttf\\\") + \\\") format(\\\\\\\"truetype\\\\\\\");\\\\n    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;\\\\n}\\\\n\\\\n/* latin */\\\\n@font-face {\\\\n    font-family: 'Open Sans';\\\\n    font-style: normal;\\\\n    font-weight: 700;\\\\n    src: local(\\\\\\\"Open Sans Bold\\\\\\\"), local(\\\\\\\"OpenSans-Bold\\\\\\\"), url(\\\" + require(\\\"./fonts/OpenSans-Bold.ttf\\\") + \\\") format(\\\\\\\"truetype\\\\\\\");\\\\n    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;\\\\n}\\\\n\\\", \\\"\\\"]);\\n\\n// exports\\n\"\n        }\n      ],\n      \"filteredModules\": 0,\n      \"children\": [],\n      \"name\": \"mini-css-extract-plugin node_modules/css-loader/index.js??ref--6-1!node_modules/postcss-loader/lib/index.js??ref--6-2!chrome/extension/popup.css\"\n    },\n    {\n      \"errors\": [],\n      \"warnings\": [],\n      \"publicPath\": \"\",\n      \"outputPath\": \"/Users/jarred/Code/styleurl/build\",\n      \"assetsByChunkName\": {},\n      \"assets\": [],\n      \"filteredAssets\": 0,\n      \"entrypoints\": {\n        \"mini-css-extract-plugin\": {\n          \"chunks\": [\n            0\n          ],\n          \"assets\": [\n            \"*\"\n          ],\n          \"children\": {},\n          \"childAssets\": {}\n        }\n      },\n      \"namedChunkGroups\": {\n        \"mini-css-extract-plugin\": {\n          \"chunks\": [\n            0\n          ],\n          \"assets\": [\n            \"*\"\n          ],\n          \"children\": {},\n          \"childAssets\": {}\n        }\n      },\n      \"chunks\": [\n        {\n          \"id\": 0,\n          \"rendered\": true,\n          \"initial\": true,\n          \"entry\": true,\n          \"size\": 3133,\n          \"names\": [\n            \"mini-css-extract-plugin\"\n          ],\n          \"files\": [\n            \"*\"\n          ],\n          \"hash\": \"c10950bcf0640d51eda5\",\n          \"siblings\": [],\n          \"parents\": [],\n          \"children\": [],\n          \"childrenByOrder\": {},\n          \"modules\": [\n            {\n              \"id\": 0,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/css-loader/index.js??ref--6-1!/Users/jarred/Code/styleurl/node_modules/postcss-loader/lib/index.js??ref--6-2!/Users/jarred/Code/styleurl/chrome/extension/popup/gist.css\",\n              \"name\": \"./node_modules/css-loader??ref--6-1!./node_modules/postcss-loader/lib??ref--6-2!./chrome/extension/popup/gist.css\",\n              \"index\": 0,\n              \"index2\": 1,\n              \"size\": 1627,\n              \"cacheable\": true,\n              \"built\": true,\n              \"optional\": false,\n              \"prefetched\": false,\n              \"chunks\": [\n                0\n              ],\n              \"issuer\": null,\n              \"issuerId\": null,\n              \"issuerName\": null,\n              \"issuerPath\": null,\n              \"profile\": {\n                \"factory\": 1,\n                \"building\": 39\n              },\n              \"failed\": false,\n              \"errors\": 0,\n              \"warnings\": 0,\n              \"assets\": [],\n              \"reasons\": [\n                {\n                  \"moduleId\": null,\n                  \"moduleIdentifier\": null,\n                  \"module\": null,\n                  \"moduleName\": null,\n                  \"type\": \"single entry\",\n                  \"userRequest\": \"!!/Users/jarred/Code/styleurl/node_modules/css-loader/index.js??ref--6-1!/Users/jarred/Code/styleurl/node_modules/postcss-loader/lib/index.js??ref--6-2!/Users/jarred/Code/styleurl/chrome/extension/popup/gist.css\",\n                  \"loc\": \"mini-css-extract-plugin\"\n                }\n              ],\n              \"usedExports\": true,\n              \"providedExports\": null,\n              \"optimizationBailout\": [\n                \"ModuleConcatenation bailout: Module is not an ECMAScript module\"\n              ],\n              \"depth\": 0,\n              \"source\": \"exports = module.exports = require(\\\"../../../node_modules/css-loader/lib/css-base.js\\\")();\\n// imports\\n\\n\\n// module\\nexports.push([module.id, \\\"#gist_root,\\\\n#gist_root body {\\\\n    margin: 0;\\\\n    padding: 0;\\\\n}\\\\n\\\\n#gist_root {\\\\n    width: auto;\\\\n}\\\\n\\\\n#gist_root .gist {\\\\n    display: block !important;\\\\n    position: relative !important;\\\\n}\\\\n\\\\n#gist_root .gist-file {\\\\n    border: none !important;\\\\n    display: flex;\\\\n    flex-direction: column-reverse;\\\\n    margin-bottom: 0;\\\\n}\\\\n\\\\n.gist-data,\\\\n.file-box,\\\\n.file,\\\\n.blob-wrapper,\\\\n.js-file-line-container {\\\\n    width: auto;\\\\n}\\\\n\\\\n#gist_root .gist-data {\\\\n    background-color: #272822 !important;\\\\n    padding: 15px 5px !important;\\\\n    border: 0 !important;\\\\n    border-bottom: none !important;\\\\n    border-radius: 0px;\\\\n}\\\\n\\\\n#gist_root .gist .highlight {\\\\n    background-color: #272822 !important;\\\\n}\\\\n\\\\n#gist_root .gist .gist-meta {\\\\n    border-radius: 0;\\\\n    background-color: rgb(65, 65, 67);\\\\n}\\\\n\\\\n#gist_root .gist .gist-meta,\\\\n#gist_root .gist .gist-meta a {\\\\n    color: white;\\\\n}\\\\n\\\\n#gist_root .blob-num {\\\\n    border: solid #464741 !important;\\\\n    border-width: 0 1px 0 0 !important;\\\\n}\\\\n\\\\n/* MONOKAI THEME SYNTAX HIGHLIGHTING - NOT COMPLETE */\\\\n#gist_root .blob-code-inner, #gist_root .pl-c1 {\\\\n    color: rgb(78, 198, 234) !important;\\\\n}\\\\n\\\\n#gist_root .js-line-number {\\\\n    color: #8f908a !important;\\\\n}\\\\n\\\\n#gist_root .pl-ent {\\\\n    color: #fc1f70 !important;\\\\n}\\\\n\\\\n#gist_root .pl-e {\\\\n    color: #a4e402 !important;\\\\n}\\\\n\\\\n#gist_root .pl-c {\\\\n    color: #75715d !important;\\\\n}\\\\n\\\\n#gist_root .pl-s, .pl-pds {\\\\n    color: #e6dc6d !important;\\\\n}\\\\n\\\", \\\"\\\"]);\\n\\n// exports\\n\"\n            },\n            {\n              \"id\": 1,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/css-loader/lib/css-base.js\",\n              \"name\": \"./node_modules/css-loader/lib/css-base.js\",\n              \"index\": 1,\n              \"index2\": 0,\n              \"size\": 1506,\n              \"cacheable\": true,\n              \"built\": true,\n              \"optional\": false,\n              \"prefetched\": false,\n              \"chunks\": [\n                0\n              ],\n              \"issuer\": \"/Users/jarred/Code/styleurl/node_modules/css-loader/index.js??ref--6-1!/Users/jarred/Code/styleurl/node_modules/postcss-loader/lib/index.js??ref--6-2!/Users/jarred/Code/styleurl/chrome/extension/popup/gist.css\",\n              \"issuerId\": 0,\n              \"issuerName\": \"./node_modules/css-loader??ref--6-1!./node_modules/postcss-loader/lib??ref--6-2!./chrome/extension/popup/gist.css\",\n              \"issuerPath\": [\n                {\n                  \"id\": 0,\n                  \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/css-loader/index.js??ref--6-1!/Users/jarred/Code/styleurl/node_modules/postcss-loader/lib/index.js??ref--6-2!/Users/jarred/Code/styleurl/chrome/extension/popup/gist.css\",\n                  \"name\": \"./node_modules/css-loader??ref--6-1!./node_modules/postcss-loader/lib??ref--6-2!./chrome/extension/popup/gist.css\",\n                  \"profile\": {\n                    \"factory\": 1,\n                    \"building\": 39\n                  }\n                }\n              ],\n              \"profile\": {\n                \"factory\": 0,\n                \"building\": 32\n              },\n              \"failed\": false,\n              \"errors\": 0,\n              \"warnings\": 0,\n              \"assets\": [],\n              \"reasons\": [\n                {\n                  \"moduleId\": 0,\n                  \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/css-loader/index.js??ref--6-1!/Users/jarred/Code/styleurl/node_modules/postcss-loader/lib/index.js??ref--6-2!/Users/jarred/Code/styleurl/chrome/extension/popup/gist.css\",\n                  \"module\": \"./node_modules/css-loader??ref--6-1!./node_modules/postcss-loader/lib??ref--6-2!./chrome/extension/popup/gist.css\",\n                  \"moduleName\": \"./node_modules/css-loader??ref--6-1!./node_modules/postcss-loader/lib??ref--6-2!./chrome/extension/popup/gist.css\",\n                  \"type\": \"cjs require\",\n                  \"userRequest\": \"../../../node_modules/css-loader/lib/css-base.js\",\n                  \"loc\": \"1:27-86\"\n                }\n              ],\n              \"usedExports\": true,\n              \"providedExports\": null,\n              \"optimizationBailout\": [\n                \"ModuleConcatenation bailout: Module is not an ECMAScript module\"\n              ],\n              \"depth\": 1,\n              \"source\": \"/*\\r\\n\\tMIT License http://www.opensource.org/licenses/mit-license.php\\r\\n\\tAuthor Tobias Koppers @sokra\\r\\n*/\\r\\n// css base code, injected by the css-loader\\r\\nmodule.exports = function() {\\r\\n\\tvar list = [];\\r\\n\\r\\n\\t// return the list of modules as css string\\r\\n\\tlist.toString = function toString() {\\r\\n\\t\\tvar result = [];\\r\\n\\t\\tfor(var i = 0; i < this.length; i++) {\\r\\n\\t\\t\\tvar item = this[i];\\r\\n\\t\\t\\tif(item[2]) {\\r\\n\\t\\t\\t\\tresult.push(\\\"@media \\\" + item[2] + \\\"{\\\" + item[1] + \\\"}\\\");\\r\\n\\t\\t\\t} else {\\r\\n\\t\\t\\t\\tresult.push(item[1]);\\r\\n\\t\\t\\t}\\r\\n\\t\\t}\\r\\n\\t\\treturn result.join(\\\"\\\");\\r\\n\\t};\\r\\n\\r\\n\\t// import a list of modules into the list\\r\\n\\tlist.i = function(modules, mediaQuery) {\\r\\n\\t\\tif(typeof modules === \\\"string\\\")\\r\\n\\t\\t\\tmodules = [[null, modules, \\\"\\\"]];\\r\\n\\t\\tvar alreadyImportedModules = {};\\r\\n\\t\\tfor(var i = 0; i < this.length; i++) {\\r\\n\\t\\t\\tvar id = this[i][0];\\r\\n\\t\\t\\tif(typeof id === \\\"number\\\")\\r\\n\\t\\t\\t\\talreadyImportedModules[id] = true;\\r\\n\\t\\t}\\r\\n\\t\\tfor(i = 0; i < modules.length; i++) {\\r\\n\\t\\t\\tvar item = modules[i];\\r\\n\\t\\t\\t// skip already imported module\\r\\n\\t\\t\\t// this implementation is not 100% perfect for weird media query combinations\\r\\n\\t\\t\\t//  when a module is imported multiple times with different media queries.\\r\\n\\t\\t\\t//  I hope this will never occur (Hey this way we have smaller bundles)\\r\\n\\t\\t\\tif(typeof item[0] !== \\\"number\\\" || !alreadyImportedModules[item[0]]) {\\r\\n\\t\\t\\t\\tif(mediaQuery && !item[2]) {\\r\\n\\t\\t\\t\\t\\titem[2] = mediaQuery;\\r\\n\\t\\t\\t\\t} else if(mediaQuery) {\\r\\n\\t\\t\\t\\t\\titem[2] = \\\"(\\\" + item[2] + \\\") and (\\\" + mediaQuery + \\\")\\\";\\r\\n\\t\\t\\t\\t}\\r\\n\\t\\t\\t\\tlist.push(item);\\r\\n\\t\\t\\t}\\r\\n\\t\\t}\\r\\n\\t};\\r\\n\\treturn list;\\r\\n};\\r\\n\"\n            }\n          ],\n          \"filteredModules\": 0,\n          \"origins\": [\n            {\n              \"module\": \"\",\n              \"moduleIdentifier\": \"\",\n              \"moduleName\": \"\",\n              \"loc\": \"mini-css-extract-plugin\",\n              \"request\": \"!!/Users/jarred/Code/styleurl/node_modules/css-loader/index.js??ref--6-1!/Users/jarred/Code/styleurl/node_modules/postcss-loader/lib/index.js??ref--6-2!/Users/jarred/Code/styleurl/chrome/extension/popup/gist.css\",\n              \"reasons\": []\n            }\n          ]\n        }\n      ],\n      \"modules\": [\n        {\n          \"id\": 0,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/css-loader/index.js??ref--6-1!/Users/jarred/Code/styleurl/node_modules/postcss-loader/lib/index.js??ref--6-2!/Users/jarred/Code/styleurl/chrome/extension/popup/gist.css\",\n          \"name\": \"./node_modules/css-loader??ref--6-1!./node_modules/postcss-loader/lib??ref--6-2!./chrome/extension/popup/gist.css\",\n          \"index\": 0,\n          \"index2\": 1,\n          \"size\": 1627,\n          \"cacheable\": true,\n          \"built\": true,\n          \"optional\": false,\n          \"prefetched\": false,\n          \"chunks\": [\n            0\n          ],\n          \"issuer\": null,\n          \"issuerId\": null,\n          \"issuerName\": null,\n          \"issuerPath\": null,\n          \"profile\": {\n            \"factory\": 1,\n            \"building\": 39\n          },\n          \"failed\": false,\n          \"errors\": 0,\n          \"warnings\": 0,\n          \"assets\": [],\n          \"reasons\": [\n            {\n              \"moduleId\": null,\n              \"moduleIdentifier\": null,\n              \"module\": null,\n              \"moduleName\": null,\n              \"type\": \"single entry\",\n              \"userRequest\": \"!!/Users/jarred/Code/styleurl/node_modules/css-loader/index.js??ref--6-1!/Users/jarred/Code/styleurl/node_modules/postcss-loader/lib/index.js??ref--6-2!/Users/jarred/Code/styleurl/chrome/extension/popup/gist.css\",\n              \"loc\": \"mini-css-extract-plugin\"\n            }\n          ],\n          \"usedExports\": true,\n          \"providedExports\": null,\n          \"optimizationBailout\": [\n            \"ModuleConcatenation bailout: Module is not an ECMAScript module\"\n          ],\n          \"depth\": 0,\n          \"source\": \"exports = module.exports = require(\\\"../../../node_modules/css-loader/lib/css-base.js\\\")();\\n// imports\\n\\n\\n// module\\nexports.push([module.id, \\\"#gist_root,\\\\n#gist_root body {\\\\n    margin: 0;\\\\n    padding: 0;\\\\n}\\\\n\\\\n#gist_root {\\\\n    width: auto;\\\\n}\\\\n\\\\n#gist_root .gist {\\\\n    display: block !important;\\\\n    position: relative !important;\\\\n}\\\\n\\\\n#gist_root .gist-file {\\\\n    border: none !important;\\\\n    display: flex;\\\\n    flex-direction: column-reverse;\\\\n    margin-bottom: 0;\\\\n}\\\\n\\\\n.gist-data,\\\\n.file-box,\\\\n.file,\\\\n.blob-wrapper,\\\\n.js-file-line-container {\\\\n    width: auto;\\\\n}\\\\n\\\\n#gist_root .gist-data {\\\\n    background-color: #272822 !important;\\\\n    padding: 15px 5px !important;\\\\n    border: 0 !important;\\\\n    border-bottom: none !important;\\\\n    border-radius: 0px;\\\\n}\\\\n\\\\n#gist_root .gist .highlight {\\\\n    background-color: #272822 !important;\\\\n}\\\\n\\\\n#gist_root .gist .gist-meta {\\\\n    border-radius: 0;\\\\n    background-color: rgb(65, 65, 67);\\\\n}\\\\n\\\\n#gist_root .gist .gist-meta,\\\\n#gist_root .gist .gist-meta a {\\\\n    color: white;\\\\n}\\\\n\\\\n#gist_root .blob-num {\\\\n    border: solid #464741 !important;\\\\n    border-width: 0 1px 0 0 !important;\\\\n}\\\\n\\\\n/* MONOKAI THEME SYNTAX HIGHLIGHTING - NOT COMPLETE */\\\\n#gist_root .blob-code-inner, #gist_root .pl-c1 {\\\\n    color: rgb(78, 198, 234) !important;\\\\n}\\\\n\\\\n#gist_root .js-line-number {\\\\n    color: #8f908a !important;\\\\n}\\\\n\\\\n#gist_root .pl-ent {\\\\n    color: #fc1f70 !important;\\\\n}\\\\n\\\\n#gist_root .pl-e {\\\\n    color: #a4e402 !important;\\\\n}\\\\n\\\\n#gist_root .pl-c {\\\\n    color: #75715d !important;\\\\n}\\\\n\\\\n#gist_root .pl-s, .pl-pds {\\\\n    color: #e6dc6d !important;\\\\n}\\\\n\\\", \\\"\\\"]);\\n\\n// exports\\n\"\n        },\n        {\n          \"id\": 1,\n          \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/css-loader/lib/css-base.js\",\n          \"name\": \"./node_modules/css-loader/lib/css-base.js\",\n          \"index\": 1,\n          \"index2\": 0,\n          \"size\": 1506,\n          \"cacheable\": true,\n          \"built\": true,\n          \"optional\": false,\n          \"prefetched\": false,\n          \"chunks\": [\n            0\n          ],\n          \"issuer\": \"/Users/jarred/Code/styleurl/node_modules/css-loader/index.js??ref--6-1!/Users/jarred/Code/styleurl/node_modules/postcss-loader/lib/index.js??ref--6-2!/Users/jarred/Code/styleurl/chrome/extension/popup/gist.css\",\n          \"issuerId\": 0,\n          \"issuerName\": \"./node_modules/css-loader??ref--6-1!./node_modules/postcss-loader/lib??ref--6-2!./chrome/extension/popup/gist.css\",\n          \"issuerPath\": [\n            {\n              \"id\": 0,\n              \"identifier\": \"/Users/jarred/Code/styleurl/node_modules/css-loader/index.js??ref--6-1!/Users/jarred/Code/styleurl/node_modules/postcss-loader/lib/index.js??ref--6-2!/Users/jarred/Code/styleurl/chrome/extension/popup/gist.css\",\n              \"name\": \"./node_modules/css-loader??ref--6-1!./node_modules/postcss-loader/lib??ref--6-2!./chrome/extension/popup/gist.css\",\n              \"profile\": {\n                \"factory\": 1,\n                \"building\": 39\n              }\n            }\n          ],\n          \"profile\": {\n            \"factory\": 0,\n            \"building\": 32\n          },\n          \"failed\": false,\n          \"errors\": 0,\n          \"warnings\": 0,\n          \"assets\": [],\n          \"reasons\": [\n            {\n              \"moduleId\": 0,\n              \"moduleIdentifier\": \"/Users/jarred/Code/styleurl/node_modules/css-loader/index.js??ref--6-1!/Users/jarred/Code/styleurl/node_modules/postcss-loader/lib/index.js??ref--6-2!/Users/jarred/Code/styleurl/chrome/extension/popup/gist.css\",\n              \"module\": \"./node_modules/css-loader??ref--6-1!./node_modules/postcss-loader/lib??ref--6-2!./chrome/extension/popup/gist.css\",\n              \"moduleName\": \"./node_modules/css-loader??ref--6-1!./node_modules/postcss-loader/lib??ref--6-2!./chrome/extension/popup/gist.css\",\n              \"type\": \"cjs require\",\n              \"userRequest\": \"../../../node_modules/css-loader/lib/css-base.js\",\n              \"loc\": \"1:27-86\"\n            }\n          ],\n          \"usedExports\": true,\n          \"providedExports\": null,\n          \"optimizationBailout\": [\n            \"ModuleConcatenation bailout: Module is not an ECMAScript module\"\n          ],\n          \"depth\": 1,\n          \"source\": \"/*\\r\\n\\tMIT License http://www.opensource.org/licenses/mit-license.php\\r\\n\\tAuthor Tobias Koppers @sokra\\r\\n*/\\r\\n// css base code, injected by the css-loader\\r\\nmodule.exports = function() {\\r\\n\\tvar list = [];\\r\\n\\r\\n\\t// return the list of modules as css string\\r\\n\\tlist.toString = function toString() {\\r\\n\\t\\tvar result = [];\\r\\n\\t\\tfor(var i = 0; i < this.length; i++) {\\r\\n\\t\\t\\tvar item = this[i];\\r\\n\\t\\t\\tif(item[2]) {\\r\\n\\t\\t\\t\\tresult.push(\\\"@media \\\" + item[2] + \\\"{\\\" + item[1] + \\\"}\\\");\\r\\n\\t\\t\\t} else {\\r\\n\\t\\t\\t\\tresult.push(item[1]);\\r\\n\\t\\t\\t}\\r\\n\\t\\t}\\r\\n\\t\\treturn result.join(\\\"\\\");\\r\\n\\t};\\r\\n\\r\\n\\t// import a list of modules into the list\\r\\n\\tlist.i = function(modules, mediaQuery) {\\r\\n\\t\\tif(typeof modules === \\\"string\\\")\\r\\n\\t\\t\\tmodules = [[null, modules, \\\"\\\"]];\\r\\n\\t\\tvar alreadyImportedModules = {};\\r\\n\\t\\tfor(var i = 0; i < this.length; i++) {\\r\\n\\t\\t\\tvar id = this[i][0];\\r\\n\\t\\t\\tif(typeof id === \\\"number\\\")\\r\\n\\t\\t\\t\\talreadyImportedModules[id] = true;\\r\\n\\t\\t}\\r\\n\\t\\tfor(i = 0; i < modules.length; i++) {\\r\\n\\t\\t\\tvar item = modules[i];\\r\\n\\t\\t\\t// skip already imported module\\r\\n\\t\\t\\t// this implementation is not 100% perfect for weird media query combinations\\r\\n\\t\\t\\t//  when a module is imported multiple times with different media queries.\\r\\n\\t\\t\\t//  I hope this will never occur (Hey this way we have smaller bundles)\\r\\n\\t\\t\\tif(typeof item[0] !== \\\"number\\\" || !alreadyImportedModules[item[0]]) {\\r\\n\\t\\t\\t\\tif(mediaQuery && !item[2]) {\\r\\n\\t\\t\\t\\t\\titem[2] = mediaQuery;\\r\\n\\t\\t\\t\\t} else if(mediaQuery) {\\r\\n\\t\\t\\t\\t\\titem[2] = \\\"(\\\" + item[2] + \\\") and (\\\" + mediaQuery + \\\")\\\";\\r\\n\\t\\t\\t\\t}\\r\\n\\t\\t\\t\\tlist.push(item);\\r\\n\\t\\t\\t}\\r\\n\\t\\t}\\r\\n\\t};\\r\\n\\treturn list;\\r\\n};\\r\\n\"\n        }\n      ],\n      \"filteredModules\": 0,\n      \"children\": [],\n      \"name\": \"mini-css-extract-plugin node_modules/css-loader/index.js??ref--6-1!node_modules/postcss-loader/lib/index.js??ref--6-2!chrome/extension/popup/gist.css\"\n    }\n  ]\n}\n"
  },
  {
    "path": "webpack/.eslintrc",
    "content": "{\n  \"rules\": {\n    \"import/no-extraneous-dependencies\": [\"error\", { \"devDependencies\": true }]\n  }\n}\n"
  },
  {
    "path": "webpack/customPublicPath.js",
    "content": "/* global __webpack_public_path__ __HOST__ __PORT__ */\n/* eslint no-global-assign: 0 camelcase: 0 */\n\nif (process.env.NODE_ENV === \"production\") {\n  __webpack_public_path__ = chrome.extension.getURL(\"\");\n} else {\n  // In development mode,\n  // the iframe of injectpage cannot get correct path,\n  // it need to get parent page protocol.\n  const path = `//${__HOST__}:${__PORT__}/`;\n  if (\n    location.protocol === \"https:\" ||\n    location.search.indexOf(\"protocol=https\") !== -1\n  ) {\n    __webpack_public_path__ = `https:${path}`;\n  } else {\n    __webpack_public_path__ = `http:${path}`;\n  }\n}\n"
  },
  {
    "path": "webpack/dev.config.js",
    "content": "const path = require(\"path\");\nconst webpack = require(\"webpack\");\nconst WriteAssetsWebpackPlugin = require(\"write-assets-webpack-plugin\");\nconst ExtractTextPlugin = require(\"extract-text-webpack-plugin\");\nconst MiniCssExtractPlugin = require(\"mini-css-extract-plugin\");\n\nconst autoprefixer = require(\"autoprefixer\");\n\nconst host = \"localhost\";\nconst port = 3000;\nconst customPath = path.join(__dirname, \"./customPublicPath\");\nconst hotScript =\n  \"webpack-hot-middleware/client?path=__webpack_hmr&dynamicPublicPath=true\";\n\nmodule.exports = {\n  devtool: \"eval-cheap-module-source-map\",\n  node: {\n    dns: \"empty\",\n    net: \"empty\"\n  },\n  entry: {\n    inline_style_observer: [\n      customPath,\n      path.join(__dirname, \"../chrome/extension/inline_style_observer\")\n    ],\n    css_manager_content_script: [\n      customPath,\n      path.join(__dirname, \"../chrome/extension/css_manager_content_script\")\n    ],\n    version_info: [\n      customPath,\n      path.join(__dirname, \"../chrome/extension/version_info\")\n    ],\n    create_styleurl: [\n      customPath,\n      path.join(__dirname, \"../chrome/extension/create_styleurl\")\n    ],\n    view_styleurl: [\n      customPath,\n      path.join(__dirname, \"../chrome/extension/create_styleurl\")\n    ],\n    inject_create_styleurl: [\n      customPath,\n      path.join(__dirname, \"../chrome/extension/inject_create_styleurl\")\n    ],\n    inject_view_styleurl: [\n      customPath,\n      path.join(__dirname, \"../chrome/extension/inject_view_styleurl\")\n    ],\n    background: [\n      customPath,\n      hotScript,\n      path.join(__dirname, \"../chrome/extension/background\")\n    ],\n    devtools: [\n      customPath,\n      hotScript,\n      path.join(__dirname, \"../chrome/extension/devtools\")\n    ],\n    github_gist_content_script: [\n      customPath,\n      path.join(__dirname, \"../chrome/extension/github_gist_content_script\")\n    ]\n  },\n  devMiddleware: {\n    publicPath: `http://${host}:${port}/`,\n    stats: {\n      colors: true\n    },\n    noInfo: true,\n    headers: { \"Access-Control-Allow-Origin\": \"*\" }\n  },\n  mode: \"development\",\n  hotMiddleware: {\n    path: \"/__webpack_hmr\"\n  },\n  output: {\n    path: path.join(__dirname, \"../dev\"),\n    filename: \"[name].bundle.js\",\n    chunkFilename: \"[id].chunk.js\"\n  },\n  plugins: [\n    new webpack.ContextReplacementPlugin(\n      /monaco-editor(\\\\|\\/)esm(\\\\|\\/)vs(\\\\|\\/)editor(\\\\|\\/)common(\\\\|\\/)services/,\n      __dirname\n    ),\n    new webpack.HotModuleReplacementPlugin(),\n    new webpack.NoEmitOnErrorsPlugin(),\n    new webpack.IgnorePlugin(/[^/]+\\/[\\S]+.prod$/),\n    new webpack.DefinePlugin({\n      __HOST__: `'${host}'`,\n      __PORT__: port,\n      __API_HOST__: \"`http://localhost:3001`\",\n      __FRONTEND_HOST__: \"`http://localhost:3002`\",\n      \"process.env\": {\n        NODE_ENV: JSON.stringify(\"development\")\n      }\n    }),\n    new MiniCssExtractPlugin({\n      // Options similar to the same options in webpackOptions.output\n      // both options are optional\n      filename: \"[name].css\",\n      chunkFilename: \"[id].css\"\n    }),\n    new WriteAssetsWebpackPlugin({ force: true, extension: [\"js\", \"css\"] })\n  ],\n  resolve: {\n    extensions: [\"*\", \".js\"],\n    alias: {\n      fs: \"memfs\"\n    }\n  },\n  module: {\n    rules: [\n      {\n        test: /\\.ttf$/,\n        use: {\n          loader: \"file-loader\"\n        }\n      },\n      {\n        test: /\\.js$/,\n        exclude: /(node_modules|bower_components)/,\n        use: {\n          loader: \"babel-loader\",\n          options: {\n            plugins: [\n              \"@babel/plugin-proposal-class-properties\",\n              \"lodash\",\n              [\n                \"module-resolver\",\n                {\n                  root: [path.join(__dirname, \"../chrome\")]\n                }\n              ]\n            ],\n            presets: [\n              \"@babel/preset-react\",\n              [\n                \"@babel/preset-env\",\n                {\n                  targets: {\n                    browsers: [\"last 2 Chrome versions\"]\n                  }\n                }\n              ]\n            ],\n            babelrc: false\n          }\n        }\n      },\n      {\n        test: /\\.css$/,\n        use: [\n          {\n            loader: MiniCssExtractPlugin.loader\n          },\n          { loader: \"css-loader\", options: { importLoaders: 1 } },\n          {\n            loader: \"postcss-loader\",\n            options: {\n              exclude: /(node_modules|bower_components)/\n            }\n          }\n        ]\n      }\n    ]\n  }\n};\n"
  },
  {
    "path": "webpack/prod.config.js",
    "content": "const path = require(\"path\");\nconst webpack = require(\"webpack\");\nconst autoprefixer = require(\"autoprefixer\");\nconst MiniCssExtractPlugin = require(\"mini-css-extract-plugin\");\nconst UglifyJSPlugin = require(\"uglifyjs-webpack-plugin\");\n\nconst customPath = path.join(__dirname, \"./customPublicPath\");\n\nmodule.exports = {\n  node: {\n    dns: \"empty\",\n    net: \"empty\"\n  },\n  entry: {\n    inline_style_observer: [\n      customPath,\n      path.join(__dirname, \"../chrome/extension/inline_style_observer\")\n    ],\n    version_info: [\n      customPath,\n      path.join(__dirname, \"../chrome/extension/version_info\")\n    ],\n    css_manager_content_script: [\n      customPath,\n      path.join(__dirname, \"../chrome/extension/css_manager_content_script\")\n    ],\n    create_styleurl: [\n      customPath,\n      path.join(__dirname, \"../chrome/extension/create_styleurl\")\n    ],\n    view_styleurl: [\n      customPath,\n      path.join(__dirname, \"../chrome/extension/create_styleurl\")\n    ],\n    inject_create_styleurl: [\n      customPath,\n      path.join(__dirname, \"../chrome/extension/inject_create_styleurl\")\n    ],\n    inject_view_styleurl: [\n      customPath,\n      path.join(__dirname, \"../chrome/extension/inject_view_styleurl\")\n    ],\n    background: [\n      customPath,\n      path.join(__dirname, \"../chrome/extension/background\")\n    ],\n    devtools: [\n      customPath,\n      path.join(__dirname, \"../chrome/extension/devtools\")\n    ],\n    github_gist_content_script: [\n      customPath,\n      path.join(__dirname, \"../chrome/extension/github_gist_content_script\")\n    ]\n  },\n  output: {\n    path: path.join(__dirname, \"../build\"),\n    filename: \"[name].bundle.js\",\n    chunkFilename: \"[id].chunk.js\"\n  },\n  optimization: {\n    // I thought it was Chrome Store that disallows minification...but turns out it's Firefox.\n    // https://developer.mozilla.org/en-US/Add-ons/AMO/Policy/Reviews#Source_Code_Submission\n    minimizer: [\n      new UglifyJSPlugin({\n        sourceMap: true,\n        uglifyOptions: {\n          ecma: 8,\n          compress: {\n            ecma: 8\n          },\n          mangle: false,\n          keep_classnames: true,\n          keep_fnames: true,\n          output: {\n            ascii_only: true,\n            beautify: true,\n            ecma: 8\n          }\n        }\n      })\n    ],\n    nodeEnv: \"production\"\n  },\n  mode: \"production\",\n  plugins: [\n    new webpack.optimize.OccurrenceOrderPlugin(),\n    new webpack.IgnorePlugin(/[^/]+\\/[\\S]+.dev$/),\n    new webpack.DefinePlugin({\n      __API_HOST__: \"`https://api.styleurl.app`\",\n      __FRONTEND_HOST__: \"`https://www.styleurl.app`\",\n      \"process.env\": {\n        NODE_ENV: JSON.stringify(\"production\")\n      }\n    }),\n    new MiniCssExtractPlugin({\n      // Options similar to the same options in webpackOptions.output\n      // both options are optional\n      filename: \"[name].css\",\n      chunkFilename: \"[id].css\"\n    })\n  ],\n  resolve: {\n    extensions: [\"*\", \".js\"],\n    alias: {\n      fs: \"memfs\"\n    }\n  },\n  module: {\n    rules: [\n      {\n        test: /\\.ttf$/,\n        use: {\n          loader: \"file-loader\"\n        }\n      },\n      {\n        test: /\\.js$/,\n        exclude: /(node_modules|bower_components)/,\n        use: {\n          loader: \"babel-loader\",\n          options: {\n            plugins: [\n              \"@babel/plugin-proposal-class-properties\",\n              \"lodash\",\n              [\n                \"module-resolver\",\n                {\n                  root: [path.join(__dirname, \"../chrome\")]\n                }\n              ],\n              [\"transform-remove-console\", { exclude: [\"error\", \"warn\"] }]\n            ],\n            presets: [\n              \"@babel/preset-react\",\n              [\n                \"@babel/preset-env\",\n                {\n                  targets: {\n                    browsers: [\"last 2 Chrome versions\"]\n                  }\n                }\n              ]\n            ],\n            babelrc: false\n          }\n        }\n      },\n      {\n        test: /\\.css$/,\n        use: [\n          {\n            loader: MiniCssExtractPlugin.loader\n          },\n          { loader: \"css-loader\", options: { importLoaders: 1 } },\n          {\n            loader: \"postcss-loader\",\n            options: {\n              exclude: /(node_modules|bower_components)/\n            }\n          }\n        ]\n      }\n    ]\n  }\n};\n"
  },
  {
    "path": "webpack/replace/JsonpMainTemplate.runtime.js",
    "content": "/*\n\tMIT License http://www.opensource.org/licenses/mit-license.php\n\tAuthor Tobias Koppers @sokra\n*/\n/*globals hotAddUpdateChunk parentHotUpdateCallback document XMLHttpRequest $require$ $hotChunkFilename$ $hotMainFilename$ */\nmodule.exports = function() {\n\tfunction webpackHotUpdateCallback(chunkId, moreModules) { // eslint-disable-line no-unused-vars\n\t\thotAddUpdateChunk(chunkId, moreModules);\n\t\tif(parentHotUpdateCallback) parentHotUpdateCallback(chunkId, moreModules);\n\t}\n\n  var context = this;\n  function evalCode(code, context) {\n    return (function() { return eval(code); }).call(context);\n  }\n\n  context.hotDownloadUpdateChunk = function (chunkId) { // eslint-disable-line no-unused-vars\n    var src = __webpack_require__.p + \"\" + chunkId + \".\" + hotCurrentHash + \".hot-update.js\";\n    var request = new XMLHttpRequest();\n\n    request.onload = function() {\n\t\t\tevalCode(this.responseText, context);\n\t\t};\n    request.open(\"get\", src, true);\n    request.send();\n  }\n\n\tfunction hotDownloadManifest(timeout) { // eslint-disable-line no-unused-vars\n\t\ttimeout = timeout || 1000;\n\t\treturn new Promise((resolve, reject)=> {\n      if(typeof XMLHttpRequest === \"undefined\")\n        return reject(new Error(\"No browser support\"));\n      try {\n        var request = new XMLHttpRequest();\n        var requestPath = $require$.p + $hotMainFilename$;\n        request.open(\"GET\", requestPath, true);\n        request.timeout = timeout;\n        request.send(null);\n      } catch(err) {\n        return reject(err);\n      }\n      request.onreadystatechange = function() {\n        if(request.readyState !== 4) return;\n        if(request.status === 0) {\n          // timeout\n          reject(new Error(\"Manifest request to \" + requestPath + \" timed out.\"));\n        } else if(request.status === 404) {\n          // no update available\n          reject(new Error('no update available'));\n        } else if(request.status !== 200 && request.status !== 304) {\n          // other failure\n          reject(new Error(\"Manifest request to \" + requestPath + \" failed.\"));\n        } else {\n          // success\n          try {\n            var update = JSON.parse(request.responseText);\n          } catch(e) {\n            callback(e);\n            return;\n          }\n          resolve(update);\n        }\n      };\n\t\t});\n\t}\n};\n"
  },
  {
    "path": "webpack/replace/process-update.js",
    "content": "/**\n * Based heavily on https://github.com/webpack/webpack/blob/\n *  c0afdf9c6abc1dd70707c594e473802a566f7b6e/hot/only-dev-server.js\n * Original copyright Tobias Koppers @sokra (MIT license)\n */\n\n/* global window __webpack_hash__ */\n\nif (!module.hot) {\n  throw new Error(\"[HMR] Hot Module Replacement is disabled.\");\n}\n\nvar hmrDocsUrl = \"http://webpack.github.io/docs/hot-module-replacement-with-webpack.html\"; // eslint-disable-line max-len\n\nvar lastHash;\nvar failureStatuses = { abort: 1, fail: 1 };\nvar applyOptions = { ignoreUnaccepted: true };\n\nfunction upToDate(hash) {\n  if (hash) lastHash = hash;\n  return lastHash == __webpack_hash__;\n}\n\nmodule.exports = function(hash, moduleMap, options) {\n  var reload = options.reload;\n  if (!upToDate(hash) && module.hot.status() == \"idle\") {\n    if (options.log) console.log(\"[HMR] Checking for updates on the server...\");\n    check();\n  }\n\n  function check() {\n    var cb = function(err, updatedModules) {\n      if (err) return handleError(err);\n\n      if(!updatedModules) {\n        if (options.warn) {\n          console.warn(\"[HMR] Cannot find update (Full reload needed)\");\n          console.warn(\"[HMR] (Probably because of restarting the server)\");\n        }\n        performReload();\n        return null;\n      }\n\n      var applyCallback = function(applyErr, renewedModules) {\n        if (applyErr) return handleError(applyErr);\n\n        if (!upToDate()) check();\n\n        logUpdates(updatedModules, renewedModules);\n      };\n\n      var applyResult = module.hot.apply(applyOptions, applyCallback);\n      // webpack 2 promise\n      if (applyResult && applyResult.then) {\n        // HotModuleReplacement.runtime.js refers to the result as `outdatedModules`\n        applyResult.then(function(outdatedModules) {\n          applyCallback(null, outdatedModules);\n        });\n        applyResult.catch(applyCallback);\n      }\n\n    };\n\n    var result = module.hot.check(false, cb);\n    // webpack 2 promise\n    if (result && result.then) {\n        result.then(function(updatedModules) {\n            cb(null, updatedModules);\n        });\n        result.catch(cb);\n    }\n  }\n\n  function logUpdates(updatedModules, renewedModules) {\n    var unacceptedModules = updatedModules.filter(function(moduleId) {\n      return renewedModules && renewedModules.indexOf(moduleId) < 0;\n    });\n\n    if(unacceptedModules.length > 0) {\n      if (options.warn) {\n        console.warn(\n          \"[HMR] The following modules couldn't be hot updated: \" +\n          \"(Full reload needed)\\n\" +\n          \"This is usually because the modules which have changed \" +\n          \"(and their parents) do not know how to hot reload themselves. \" +\n          \"See \" + hmrDocsUrl + \" for more details.\"\n        );\n        unacceptedModules.forEach(function(moduleId) {\n          console.warn(\"[HMR]  - \" + moduleMap[moduleId]);\n        });\n      }\n      /* replaced part start */\n      if (chrome && chrome.runtime && chrome.runtime.reload) {\n        console.warn(\"[HMR] extension reload\");\n        chrome.runtime.reload();\n        return;\n      }\n      /* replaced part end */\n      performReload();\n      return;\n    }\n\n    if (options.log) {\n      if(!renewedModules || renewedModules.length === 0) {\n        console.log(\"[HMR] Nothing hot updated.\");\n      } else {\n        console.log(\"[HMR] Updated modules:\");\n        renewedModules.forEach(function(moduleId) {\n          console.log(\"[HMR]  - \" + moduleMap[moduleId]);\n        });\n      }\n\n      if (upToDate()) {\n        console.log(\"[HMR] App is up to date.\");\n      }\n    }\n  }\n\n  function handleError(err) {\n    if (module.hot.status() in failureStatuses) {\n      if (options.warn) {\n        console.warn(\"[HMR] Cannot check for update (Full reload needed)\");\n        console.warn(\"[HMR] \" + err.stack || err.message);\n      }\n      performReload();\n      return;\n    }\n    if (options.warn) {\n      console.warn(\"[HMR] Update check failed: \" + err.stack || err.message);\n    }\n  }\n\n  function performReload() {\n    if (reload) {\n      if (options.warn) console.warn(\"[HMR] Reloading page\");\n      window.location.reload();\n    }\n  }\n};\n"
  },
  {
    "path": "webpack/test.config.js",
    "content": "// for babel-plugin-webpack-loaders\nconst config = require(\"./prod.config\");\n\nmodule.exports = {\n  node: {\n    fs: \"mock\",\n    dns: \"empty\",\n    net: \"empty\"\n  },\n  output: {\n    libraryTarget: \"commonjs2\"\n  },\n  module: {\n    loaders: config.module.rules.slice(1) // remove babel-loader\n  }\n};\n"
  },
  {
    "path": "yarn-error.log",
    "content": "Arguments: \n  /usr/local/Cellar/node/10.1.0/bin/node /usr/local/bin/yarn add -D @babel/react\n\nPATH: \n  /Applications/Sketch.app/Contents/Resources/sketchtool/bin:/Users/jarred/.cargo/bin:/Users/jarred/.rbenv/shims:./node_modules/.bin:/Users/jarred/.yarn/bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/X11/bin\n\nYarn version: \n  1.7.0\n\nNode version: \n  10.1.0\n\nPlatform: \n  darwin x64\n\nTrace: \n  Error: https://registry.yarnpkg.com/@babel%2freact: Not found\n      at Request.params.callback [as _callback] (/usr/local/lib/node_modules/yarn/lib/cli.js:65656:18)\n      at Request.self.callback (/usr/local/lib/node_modules/yarn/lib/cli.js:134675:22)\n      at Request.emit (events.js:182:13)\n      at Request.<anonymous> (/usr/local/lib/node_modules/yarn/lib/cli.js:135658:10)\n      at Request.emit (events.js:182:13)\n      at IncomingMessage.<anonymous> (/usr/local/lib/node_modules/yarn/lib/cli.js:135578:12)\n      at Object.onceWrapper (events.js:273:13)\n      at IncomingMessage.emit (events.js:187:15)\n      at endReadableNT (_stream_readable.js:1086:12)\n      at process._tickCallback (internal/process/next_tick.js:63:19)\n\nnpm manifest: \n  {\n    \"name\": \"react-chrome-extension-boilerplate\",\n    \"version\": \"0.9.0\",\n    \"description\": \"Boilerplate for Chrome extension React.js project\",\n    \"scripts\": {\n      \"dev\": \"node scripts/dev\",\n      \"build\": \"node scripts/build\",\n      \"compress\": \"node scripts/compress\",\n      \"compress-keygen\": \"crx keygen\",\n      \"clean\": \"rimraf build/ dev/ *.zip *.crx\",\n      \"lint\": \"eslint app chrome test scripts webpack/*.js\",\n      \"test-e2e\": \"cross-env NODE_ENV=test mocha -r ./test/setup-app test/e2e\",\n      \"test\": \"cross-env NODE_ENV=test mocha -r ./test/setup-app test/app\"\n    },\n    \"repository\": {\n      \"type\": \"git\",\n      \"url\": \"https://github.com/jhen0409/react-chrome-extension-boilerplate.git\"\n    },\n    \"keywords\": [\n      \"chrome\",\n      \"extension\",\n      \"react\",\n      \"redux\",\n      \"hot reload\",\n      \"webpack\",\n      \"boilerplate\"\n    ],\n    \"author\": \"Jhen <developer@jhen.me>\",\n    \"license\": \"MIT\",\n    \"devDependencies\": {\n      \"babel-loader\": \"^8.0.0-beta\",\n      \"babel-plugin-lodash\": \"^3.3.4\",\n      \"babel-preset-react\": \"^6.24.1\",\n      \"chai\": \"^3.2.0\",\n      \"chromedriver\": \"^2.33.2\",\n      \"cross-env\": \"^3.1.3\",\n      \"crx\": \"^3.0.3\",\n      \"css-loader\": \"^0.25.0\",\n      \"css-modules-require-hook\": \"^4.0.5\",\n      \"eslint\": \"^3.9.1\",\n      \"eslint-config-airbnb\": \"^12.0.0\",\n      \"eslint-plugin-import\": \"^1.16.0\",\n      \"eslint-plugin-jsx-a11y\": \"^2.2.3\",\n      \"eslint-plugin-react\": \"^6.5.0\",\n      \"jsdom\": \"^9.2.1\",\n      \"memfs\": \"^2.9.4\",\n      \"minimist\": \"^1.2.0\",\n      \"mocha\": \"^3.1.2\",\n      \"postcss-loader\": \"^1.2.1\",\n      \"pug-cli\": \"^1.0.0-alpha6\",\n      \"react-addons-test-utils\": \"^15.0.2\",\n      \"rimraf\": \"^2.4.3\",\n      \"selenium-webdriver\": \"^2.47.0\",\n      \"shelljs\": \"^0.7.0\",\n      \"sinon\": \"^1.17.1\",\n      \"style-loader\": \"^0.13.1\",\n      \"webpack\": \"^4.15.0\",\n      \"webpack-cli\": \"^3.0.8\",\n      \"webpack-hot-middleware\": \"^2.10.0\",\n      \"webpack-httpolyglot-server\": \"^0.3.0\",\n      \"write-assets-webpack-plugin\": \"^1.0.4\"\n    },\n    \"dependencies\": {\n      \"@babel/core\": \"^7.0.0-beta.52\",\n      \"@babel/plugin-transform-runtime\": \"^7.0.0-beta.52\",\n      \"@babel/preset-env\": \"^7.0.0-beta.52\",\n      \"@babel/runtime\": \"^7.0.0-beta.52\",\n      \"autoprefixer\": \"^7.2.5\",\n      \"bluebird\": \"^3.5.1\",\n      \"classnames\": \"^2.1.3\",\n      \"data-uri-to-blob\": \"^0.0.4\",\n      \"diff-match-patch\": \"^1.0.1\",\n      \"js-yaml\": \"^3.12.0\",\n      \"lodash\": \"^4.17.10\",\n      \"react\": \"^15.0.2\",\n      \"react-dock\": \"^0.2.3\",\n      \"react-dom\": \"^15.0.2\",\n      \"react-redux\": \"^4.3.0\",\n      \"react-s3-uploader\": \"^4.8.0\",\n      \"redux\": \"^3.2.1\",\n      \"redux-thunk\": \"^2.0.1\",\n      \"stylesheet-differ\": \"https://github.com/lukemiles/stylesheet-differ\",\n      \"url-parse\": \"^1.4.1\",\n      \"url-pattern\": \"^1.0.3\"\n    }\n  }\n\nyarn manifest: \n  No manifest\n\nLockfile: \n  # THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY.\n  # yarn lockfile v1\n  \n  \n  \"@babel/code-frame@7.0.0-beta.52\":\n    version \"7.0.0-beta.52\"\n    resolved \"https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.0.0-beta.52.tgz#192483bfa0d1e467c101571c21029ccb74af2801\"\n    dependencies:\n      \"@babel/highlight\" \"7.0.0-beta.52\"\n  \n  \"@babel/core@^7.0.0-beta.52\":\n    version \"7.0.0-beta.52\"\n    resolved \"https://registry.yarnpkg.com/@babel/core/-/core-7.0.0-beta.52.tgz#f27a9a468f8cf9c860aabca5f6084fa52fbc6e55\"\n    dependencies:\n      \"@babel/code-frame\" \"7.0.0-beta.52\"\n      \"@babel/generator\" \"7.0.0-beta.52\"\n      \"@babel/helpers\" \"7.0.0-beta.52\"\n      \"@babel/parser\" \"7.0.0-beta.52\"\n      \"@babel/template\" \"7.0.0-beta.52\"\n      \"@babel/traverse\" \"7.0.0-beta.52\"\n      \"@babel/types\" \"7.0.0-beta.52\"\n      convert-source-map \"^1.1.0\"\n      debug \"^3.1.0\"\n      json5 \"^0.5.0\"\n      lodash \"^4.17.5\"\n      micromatch \"^3.1.10\"\n      resolve \"^1.3.2\"\n      semver \"^5.4.1\"\n      source-map \"^0.5.0\"\n  \n  \"@babel/generator@7.0.0-beta.52\":\n    version \"7.0.0-beta.52\"\n    resolved \"https://registry.yarnpkg.com/@babel/generator/-/generator-7.0.0-beta.52.tgz#26968f12fad818cd974c849b286b437e1e8ccd91\"\n    dependencies:\n      \"@babel/types\" \"7.0.0-beta.52\"\n      jsesc \"^2.5.1\"\n      lodash \"^4.17.5\"\n      source-map \"^0.5.0\"\n      trim-right \"^1.0.1\"\n  \n  \"@babel/helper-annotate-as-pure@7.0.0-beta.52\":\n    version \"7.0.0-beta.52\"\n    resolved \"https://registry.yarnpkg.com/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.0.0-beta.52.tgz#4d5bff58385f13b15b2257c5fa9dfa2d2998e615\"\n    dependencies:\n      \"@babel/types\" \"7.0.0-beta.52\"\n  \n  \"@babel/helper-builder-binary-assignment-operator-visitor@7.0.0-beta.52\":\n    version \"7.0.0-beta.52\"\n    resolved \"https://registry.yarnpkg.com/@babel/helper-builder-binary-assignment-operator-visitor/-/helper-builder-binary-assignment-operator-visitor-7.0.0-beta.52.tgz#fb188e50a6ba4c3fb33b51a0737eaa3717e94759\"\n    dependencies:\n      \"@babel/helper-explode-assignable-expression\" \"7.0.0-beta.52\"\n      \"@babel/types\" \"7.0.0-beta.52\"\n  \n  \"@babel/helper-call-delegate@7.0.0-beta.52\":\n    version \"7.0.0-beta.52\"\n    resolved \"https://registry.yarnpkg.com/@babel/helper-call-delegate/-/helper-call-delegate-7.0.0-beta.52.tgz#b68f57e62bf9c49f37ddd2f28562271b26f61a07\"\n    dependencies:\n      \"@babel/helper-hoist-variables\" \"7.0.0-beta.52\"\n      \"@babel/traverse\" \"7.0.0-beta.52\"\n      \"@babel/types\" \"7.0.0-beta.52\"\n  \n  \"@babel/helper-define-map@7.0.0-beta.52\":\n    version \"7.0.0-beta.52\"\n    resolved \"https://registry.yarnpkg.com/@babel/helper-define-map/-/helper-define-map-7.0.0-beta.52.tgz#59c1159d432050073f65e73b3d05a54a903e2267\"\n    dependencies:\n      \"@babel/helper-function-name\" \"7.0.0-beta.52\"\n      \"@babel/types\" \"7.0.0-beta.52\"\n      lodash \"^4.17.5\"\n  \n  \"@babel/helper-explode-assignable-expression@7.0.0-beta.52\":\n    version \"7.0.0-beta.52\"\n    resolved \"https://registry.yarnpkg.com/@babel/helper-explode-assignable-expression/-/helper-explode-assignable-expression-7.0.0-beta.52.tgz#0893711da77861d30a5f5537c8f2e190413a7e09\"\n    dependencies:\n      \"@babel/traverse\" \"7.0.0-beta.52\"\n      \"@babel/types\" \"7.0.0-beta.52\"\n  \n  \"@babel/helper-function-name@7.0.0-beta.52\":\n    version \"7.0.0-beta.52\"\n    resolved \"https://registry.yarnpkg.com/@babel/helper-function-name/-/helper-function-name-7.0.0-beta.52.tgz#a867a58ff571b25772b2d799b32866058573c450\"\n    dependencies:\n      \"@babel/helper-get-function-arity\" \"7.0.0-beta.52\"\n      \"@babel/template\" \"7.0.0-beta.52\"\n      \"@babel/types\" \"7.0.0-beta.52\"\n  \n  \"@babel/helper-get-function-arity@7.0.0-beta.52\":\n    version \"7.0.0-beta.52\"\n    resolved \"https://registry.yarnpkg.com/@babel/helper-get-function-arity/-/helper-get-function-arity-7.0.0-beta.52.tgz#1c0cda58e0b75f45e92eafbd8fe189a4eee92b74\"\n    dependencies:\n      \"@babel/types\" \"7.0.0-beta.52\"\n  \n  \"@babel/helper-hoist-variables@7.0.0-beta.52\":\n    version \"7.0.0-beta.52\"\n    resolved \"https://registry.yarnpkg.com/@babel/helper-hoist-variables/-/helper-hoist-variables-7.0.0-beta.52.tgz#ccd8480e3e19d91ce2cb631b4a374797583e8a8b\"\n    dependencies:\n      \"@babel/types\" \"7.0.0-beta.52\"\n  \n  \"@babel/helper-member-expression-to-functions@7.0.0-beta.52\":\n    version \"7.0.0-beta.52\"\n    resolved \"https://registry.yarnpkg.com/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.0.0-beta.52.tgz#b098c54f3b72405b2ac8e9f63e22e3f06cc92719\"\n    dependencies:\n      \"@babel/types\" \"7.0.0-beta.52\"\n  \n  \"@babel/helper-module-imports@7.0.0-beta.52\", \"@babel/helper-module-imports@^7.0.0-beta.49\":\n    version \"7.0.0-beta.52\"\n    resolved \"https://registry.yarnpkg.com/@babel/helper-module-imports/-/helper-module-imports-7.0.0-beta.52.tgz#70840e83ae891f94702c6c613787c48ee3c965bb\"\n    dependencies:\n      \"@babel/types\" \"7.0.0-beta.52\"\n      lodash \"^4.17.5\"\n  \n  \"@babel/helper-module-transforms@7.0.0-beta.52\":\n    version \"7.0.0-beta.52\"\n    resolved \"https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.0.0-beta.52.tgz#bc8444ead252a372c928996ae1733deaf3b08c90\"\n    dependencies:\n      \"@babel/helper-module-imports\" \"7.0.0-beta.52\"\n      \"@babel/helper-simple-access\" \"7.0.0-beta.52\"\n      \"@babel/helper-split-export-declaration\" \"7.0.0-beta.52\"\n      \"@babel/template\" \"7.0.0-beta.52\"\n      \"@babel/types\" \"7.0.0-beta.52\"\n      lodash \"^4.17.5\"\n  \n  \"@babel/helper-optimise-call-expression@7.0.0-beta.52\":\n    version \"7.0.0-beta.52\"\n    resolved \"https://registry.yarnpkg.com/@babel/helper-optimise-call-expression/-/helper-optimise-call-expression-7.0.0-beta.52.tgz#0aad65208f2db5feb47c393f5ba26da5a5b04617\"\n    dependencies:\n      \"@babel/types\" \"7.0.0-beta.52\"\n  \n  \"@babel/helper-plugin-utils@7.0.0-beta.52\":\n    version \"7.0.0-beta.52\"\n    resolved \"https://registry.yarnpkg.com/@babel/helper-plugin-utils/-/helper-plugin-utils-7.0.0-beta.52.tgz#2f058c5f7c3a5fe4bc219036b2e78e11bddeb7ad\"\n  \n  \"@babel/helper-regex@7.0.0-beta.52\":\n    version \"7.0.0-beta.52\"\n    resolved \"https://registry.yarnpkg.com/@babel/helper-regex/-/helper-regex-7.0.0-beta.52.tgz#4ad8c7720497afbcd8f897c8a1b2ad03ebcd3061\"\n    dependencies:\n      lodash \"^4.17.5\"\n  \n  \"@babel/helper-remap-async-to-generator@7.0.0-beta.52\":\n    version \"7.0.0-beta.52\"\n    resolved \"https://registry.yarnpkg.com/@babel/helper-remap-async-to-generator/-/helper-remap-async-to-generator-7.0.0-beta.52.tgz#19cc67f464f870901fe7be85e438c770b5f41cb8\"\n    dependencies:\n      \"@babel/helper-annotate-as-pure\" \"7.0.0-beta.52\"\n      \"@babel/helper-wrap-function\" \"7.0.0-beta.52\"\n      \"@babel/template\" \"7.0.0-beta.52\"\n      \"@babel/traverse\" \"7.0.0-beta.52\"\n      \"@babel/types\" \"7.0.0-beta.52\"\n  \n  \"@babel/helper-replace-supers@7.0.0-beta.52\":\n    version \"7.0.0-beta.52\"\n    resolved \"https://registry.yarnpkg.com/@babel/helper-replace-supers/-/helper-replace-supers-7.0.0-beta.52.tgz#5c648a77fe263fc7993d3dbb44ccd617ef7a6cd1\"\n    dependencies:\n      \"@babel/helper-member-expression-to-functions\" \"7.0.0-beta.52\"\n      \"@babel/helper-optimise-call-expression\" \"7.0.0-beta.52\"\n      \"@babel/traverse\" \"7.0.0-beta.52\"\n      \"@babel/types\" \"7.0.0-beta.52\"\n  \n  \"@babel/helper-simple-access@7.0.0-beta.52\":\n    version \"7.0.0-beta.52\"\n    resolved \"https://registry.yarnpkg.com/@babel/helper-simple-access/-/helper-simple-access-7.0.0-beta.52.tgz#d2995ce9c4c9f03fe72af922373677a8eb6424ee\"\n    dependencies:\n      \"@babel/template\" \"7.0.0-beta.52\"\n      \"@babel/types\" \"7.0.0-beta.52\"\n      lodash \"^4.17.5\"\n  \n  \"@babel/helper-split-export-declaration@7.0.0-beta.52\":\n    version \"7.0.0-beta.52\"\n    resolved \"https://registry.yarnpkg.com/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.0.0-beta.52.tgz#4aac4f30ea6384af3676e04b5246727632e460df\"\n    dependencies:\n      \"@babel/types\" \"7.0.0-beta.52\"\n  \n  \"@babel/helper-wrap-function@7.0.0-beta.52\":\n    version \"7.0.0-beta.52\"\n    resolved \"https://registry.yarnpkg.com/@babel/helper-wrap-function/-/helper-wrap-function-7.0.0-beta.52.tgz#36148e93176299c28a1d2befdb8fe1cc3b79b4b4\"\n    dependencies:\n      \"@babel/helper-function-name\" \"7.0.0-beta.52\"\n      \"@babel/template\" \"7.0.0-beta.52\"\n      \"@babel/traverse\" \"7.0.0-beta.52\"\n      \"@babel/types\" \"7.0.0-beta.52\"\n  \n  \"@babel/helpers@7.0.0-beta.52\":\n    version \"7.0.0-beta.52\"\n    resolved \"https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.0.0-beta.52.tgz#89beebe4e4fd6b22f5d7540716027629408c4a63\"\n    dependencies:\n      \"@babel/template\" \"7.0.0-beta.52\"\n      \"@babel/traverse\" \"7.0.0-beta.52\"\n      \"@babel/types\" \"7.0.0-beta.52\"\n  \n  \"@babel/highlight@7.0.0-beta.52\":\n    version \"7.0.0-beta.52\"\n    resolved \"https://registry.yarnpkg.com/@babel/highlight/-/highlight-7.0.0-beta.52.tgz#ef24931432f06155e7bc39cdb8a6b37b4a28b3d0\"\n    dependencies:\n      chalk \"^2.0.0\"\n      esutils \"^2.0.2\"\n      js-tokens \"^3.0.0\"\n  \n  \"@babel/parser@7.0.0-beta.52\":\n    version \"7.0.0-beta.52\"\n    resolved \"https://registry.yarnpkg.com/@babel/parser/-/parser-7.0.0-beta.52.tgz#4e935b62cd9bf872bd37bcf1f63d82fe7b0237a2\"\n  \n  \"@babel/plugin-proposal-async-generator-functions@7.0.0-beta.52\":\n    version \"7.0.0-beta.52\"\n    resolved \"https://registry.yarnpkg.com/@babel/plugin-proposal-async-generator-functions/-/plugin-proposal-async-generator-functions-7.0.0-beta.52.tgz#f7d04073ebb50ac8cfc33e8c9725beb60bb41bf1\"\n    dependencies:\n      \"@babel/helper-plugin-utils\" \"7.0.0-beta.52\"\n      \"@babel/helper-remap-async-to-generator\" \"7.0.0-beta.52\"\n      \"@babel/plugin-syntax-async-generators\" \"7.0.0-beta.52\"\n  \n  \"@babel/plugin-proposal-object-rest-spread@7.0.0-beta.52\":\n    version \"7.0.0-beta.52\"\n    resolved \"https://registry.yarnpkg.com/@babel/plugin-proposal-object-rest-spread/-/plugin-proposal-object-rest-spread-7.0.0-beta.52.tgz#d114cdbdb65c8ab026f840339f0484069c69c75e\"\n    dependencies:\n      \"@babel/helper-plugin-utils\" \"7.0.0-beta.52\"\n      \"@babel/plugin-syntax-object-rest-spread\" \"7.0.0-beta.52\"\n  \n  \"@babel/plugin-proposal-optional-catch-binding@7.0.0-beta.52\":\n    version \"7.0.0-beta.52\"\n    resolved \"https://registry.yarnpkg.com/@babel/plugin-proposal-optional-catch-binding/-/plugin-proposal-optional-catch-binding-7.0.0-beta.52.tgz#c08a6d211d1f6f84e9771e5efee1e5f92620638a\"\n    dependencies:\n      \"@babel/helper-plugin-utils\" \"7.0.0-beta.52\"\n      \"@babel/plugin-syntax-optional-catch-binding\" \"7.0.0-beta.52\"\n  \n  \"@babel/plugin-proposal-unicode-property-regex@7.0.0-beta.52\":\n    version \"7.0.0-beta.52\"\n    resolved \"https://registry.yarnpkg.com/@babel/plugin-proposal-unicode-property-regex/-/plugin-proposal-unicode-property-regex-7.0.0-beta.52.tgz#3791a9a7c2a4a54fb39aa4fb70ed78d8b8210ca3\"\n    dependencies:\n      \"@babel/helper-plugin-utils\" \"7.0.0-beta.52\"\n      \"@babel/helper-regex\" \"7.0.0-beta.52\"\n      regexpu-core \"^4.2.0\"\n  \n  \"@babel/plugin-syntax-async-generators@7.0.0-beta.52\":\n    version \"7.0.0-beta.52\"\n    resolved \"https://registry.yarnpkg.com/@babel/plugin-syntax-async-generators/-/plugin-syntax-async-generators-7.0.0-beta.52.tgz#52d99f0e38cadec8240582f3fb792c8190db24c6\"\n    dependencies:\n      \"@babel/helper-plugin-utils\" \"7.0.0-beta.52\"\n  \n  \"@babel/plugin-syntax-object-rest-spread@7.0.0-beta.52\":\n    version \"7.0.0-beta.52\"\n    resolved \"https://registry.yarnpkg.com/@babel/plugin-syntax-object-rest-spread/-/plugin-syntax-object-rest-spread-7.0.0-beta.52.tgz#6729807874ea6cd9fd2104c4662637724441524e\"\n    dependencies:\n      \"@babel/helper-plugin-utils\" \"7.0.0-beta.52\"\n  \n  \"@babel/plugin-syntax-optional-catch-binding@7.0.0-beta.52\":\n    version \"7.0.0-beta.52\"\n    resolved \"https://registry.yarnpkg.com/@babel/plugin-syntax-optional-catch-binding/-/plugin-syntax-optional-catch-binding-7.0.0-beta.52.tgz#1e5a568cb477af25ee9a07f6c865b73b0533e9e9\"\n    dependencies:\n      \"@babel/helper-plugin-utils\" \"7.0.0-beta.52\"\n  \n  \"@babel/plugin-transform-arrow-functions@7.0.0-beta.52\":\n    version \"7.0.0-beta.52\"\n    resolved \"https://registry.yarnpkg.com/@babel/plugin-transform-arrow-functions/-/plugin-transform-arrow-functions-7.0.0-beta.52.tgz#85e7e84ccf065e7292ec60019ecb616b360cbf18\"\n    dependencies:\n      \"@babel/helper-plugin-utils\" \"7.0.0-beta.52\"\n  \n  \"@babel/plugin-transform-async-to-generator@7.0.0-beta.52\":\n    version \"7.0.0-beta.52\"\n    resolved \"https://registry.yarnpkg.com/@babel/plugin-transform-async-to-generator/-/plugin-transform-async-to-generator-7.0.0-beta.52.tgz#990dc0864a1734d63f138f8e44713f30ad68af3e\"\n    dependencies:\n      \"@babel/helper-module-imports\" \"7.0.0-beta.52\"\n      \"@babel/helper-plugin-utils\" \"7.0.0-beta.52\"\n      \"@babel/helper-remap-async-to-generator\" \"7.0.0-beta.52\"\n  \n  \"@babel/plugin-transform-block-scoped-functions@7.0.0-beta.52\":\n    version \"7.0.0-beta.52\"\n    resolved \"https://registry.yarnpkg.com/@babel/plugin-transform-block-scoped-functions/-/plugin-transform-block-scoped-functions-7.0.0-beta.52.tgz#87af7f3f3989b694e75e973e84f8c9c5685a8c50\"\n    dependencies:\n      \"@babel/helper-plugin-utils\" \"7.0.0-beta.52\"\n  \n  \"@babel/plugin-transform-block-scoping@7.0.0-beta.52\":\n    version \"7.0.0-beta.52\"\n    resolved \"https://registry.yarnpkg.com/@babel/plugin-transform-block-scoping/-/plugin-transform-block-scoping-7.0.0-beta.52.tgz#52e994d77085c6fdf05b2d89654755ec008eb54a\"\n    dependencies:\n      \"@babel/helper-plugin-utils\" \"7.0.0-beta.52\"\n      lodash \"^4.17.5\"\n  \n  \"@babel/plugin-transform-classes@7.0.0-beta.52\":\n    version \"7.0.0-beta.52\"\n    resolved \"https://registry.yarnpkg.com/@babel/plugin-transform-classes/-/plugin-transform-classes-7.0.0-beta.52.tgz#08b1b664a7769b685c3ece2f3eab01832f272019\"\n    dependencies:\n      \"@babel/helper-annotate-as-pure\" \"7.0.0-beta.52\"\n      \"@babel/helper-define-map\" \"7.0.0-beta.52\"\n      \"@babel/helper-function-name\" \"7.0.0-beta.52\"\n      \"@babel/helper-optimise-call-expression\" \"7.0.0-beta.52\"\n      \"@babel/helper-plugin-utils\" \"7.0.0-beta.52\"\n      \"@babel/helper-replace-supers\" \"7.0.0-beta.52\"\n      \"@babel/helper-split-export-declaration\" \"7.0.0-beta.52\"\n      globals \"^11.1.0\"\n  \n  \"@babel/plugin-transform-computed-properties@7.0.0-beta.52\":\n    version \"7.0.0-beta.52\"\n    resolved \"https://registry.yarnpkg.com/@babel/plugin-transform-computed-properties/-/plugin-transform-computed-properties-7.0.0-beta.52.tgz#d7d6ff57e96b6df1893f5cec4a61a2556a9f1f43\"\n    dependencies:\n      \"@babel/helper-plugin-utils\" \"7.0.0-beta.52\"\n  \n  \"@babel/plugin-transform-destructuring@7.0.0-beta.52\":\n    version \"7.0.0-beta.52\"\n    resolved \"https://registry.yarnpkg.com/@babel/plugin-transform-destructuring/-/plugin-transform-destructuring-7.0.0-beta.52.tgz#ab4be06255be720559863c03bcafaa8e43f4ac8a\"\n    dependencies:\n      \"@babel/helper-plugin-utils\" \"7.0.0-beta.52\"\n  \n  \"@babel/plugin-transform-dotall-regex@7.0.0-beta.52\":\n    version \"7.0.0-beta.52\"\n    resolved \"https://registry.yarnpkg.com/@babel/plugin-transform-dotall-regex/-/plugin-transform-dotall-regex-7.0.0-beta.52.tgz#caefead9870a06410ebc807d07b31b85fc46cd3c\"\n    dependencies:\n      \"@babel/helper-plugin-utils\" \"7.0.0-beta.52\"\n      \"@babel/helper-regex\" \"7.0.0-beta.52\"\n      regexpu-core \"^4.1.3\"\n  \n  \"@babel/plugin-transform-duplicate-keys@7.0.0-beta.52\":\n    version \"7.0.0-beta.52\"\n    resolved \"https://registry.yarnpkg.com/@babel/plugin-transform-duplicate-keys/-/plugin-transform-duplicate-keys-7.0.0-beta.52.tgz#98dccf5199a8be89eb159c316f68a4ea44f99ce6\"\n    dependencies:\n      \"@babel/helper-plugin-utils\" \"7.0.0-beta.52\"\n  \n  \"@babel/plugin-transform-exponentiation-operator@7.0.0-beta.52\":\n    version \"7.0.0-beta.52\"\n    resolved \"https://registry.yarnpkg.com/@babel/plugin-transform-exponentiation-operator/-/plugin-transform-exponentiation-operator-7.0.0-beta.52.tgz#e65ca848b586bf4d2b2fd184ab75383fb5567277\"\n    dependencies:\n      \"@babel/helper-builder-binary-assignment-operator-visitor\" \"7.0.0-beta.52\"\n      \"@babel/helper-plugin-utils\" \"7.0.0-beta.52\"\n  \n  \"@babel/plugin-transform-for-of@7.0.0-beta.52\":\n    version \"7.0.0-beta.52\"\n    resolved \"https://registry.yarnpkg.com/@babel/plugin-transform-for-of/-/plugin-transform-for-of-7.0.0-beta.52.tgz#42e678de92b39387e7bb3a5e784b00b7ffe85ea7\"\n    dependencies:\n      \"@babel/helper-plugin-utils\" \"7.0.0-beta.52\"\n  \n  \"@babel/plugin-transform-function-name@7.0.0-beta.52\":\n    version \"7.0.0-beta.52\"\n    resolved \"https://registry.yarnpkg.com/@babel/plugin-transform-function-name/-/plugin-transform-function-name-7.0.0-beta.52.tgz#2401dbb7bf8af0149845283034f39b127ccc4d5e\"\n    dependencies:\n      \"@babel/helper-function-name\" \"7.0.0-beta.52\"\n      \"@babel/helper-plugin-utils\" \"7.0.0-beta.52\"\n  \n  \"@babel/plugin-transform-literals@7.0.0-beta.52\":\n    version \"7.0.0-beta.52\"\n    resolved \"https://registry.yarnpkg.com/@babel/plugin-transform-literals/-/plugin-transform-literals-7.0.0-beta.52.tgz#6e9861a8698700dbe27b2eb9762c98cf51e8e76f\"\n    dependencies:\n      \"@babel/helper-plugin-utils\" \"7.0.0-beta.52\"\n  \n  \"@babel/plugin-transform-modules-amd@7.0.0-beta.52\":\n    version \"7.0.0-beta.52\"\n    resolved \"https://registry.yarnpkg.com/@babel/plugin-transform-modules-amd/-/plugin-transform-modules-amd-7.0.0-beta.52.tgz#654b6f3b40aef9d9a83767820d75cb57a256fdc0\"\n    dependencies:\n      \"@babel/helper-module-transforms\" \"7.0.0-beta.52\"\n      \"@babel/helper-plugin-utils\" \"7.0.0-beta.52\"\n  \n  \"@babel/plugin-transform-modules-commonjs@7.0.0-beta.52\":\n    version \"7.0.0-beta.52\"\n    resolved \"https://registry.yarnpkg.com/@babel/plugin-transform-modules-commonjs/-/plugin-transform-modules-commonjs-7.0.0-beta.52.tgz#0104ef183cdc2fd43d0860211cccce79ef18017e\"\n    dependencies:\n      \"@babel/helper-module-transforms\" \"7.0.0-beta.52\"\n      \"@babel/helper-plugin-utils\" \"7.0.0-beta.52\"\n      \"@babel/helper-simple-access\" \"7.0.0-beta.52\"\n  \n  \"@babel/plugin-transform-modules-systemjs@7.0.0-beta.52\":\n    version \"7.0.0-beta.52\"\n    resolved \"https://registry.yarnpkg.com/@babel/plugin-transform-modules-systemjs/-/plugin-transform-modules-systemjs-7.0.0-beta.52.tgz#38223827dc79486dfdf125ab64886ed3780626d7\"\n    dependencies:\n      \"@babel/helper-hoist-variables\" \"7.0.0-beta.52\"\n      \"@babel/helper-plugin-utils\" \"7.0.0-beta.52\"\n  \n  \"@babel/plugin-transform-modules-umd@7.0.0-beta.52\":\n    version \"7.0.0-beta.52\"\n    resolved \"https://registry.yarnpkg.com/@babel/plugin-transform-modules-umd/-/plugin-transform-modules-umd-7.0.0-beta.52.tgz#0c5f7e98eaabb18b5ccd500b5f7d23ed3c2840e9\"\n    dependencies:\n      \"@babel/helper-module-transforms\" \"7.0.0-beta.52\"\n      \"@babel/helper-plugin-utils\" \"7.0.0-beta.52\"\n  \n  \"@babel/plugin-transform-new-target@7.0.0-beta.52\":\n    version \"7.0.0-beta.52\"\n    resolved \"https://registry.yarnpkg.com/@babel/plugin-transform-new-target/-/plugin-transform-new-target-7.0.0-beta.52.tgz#573f474640773cd8da2a2983291b9d6d471b08fa\"\n    dependencies:\n      \"@babel/helper-plugin-utils\" \"7.0.0-beta.52\"\n  \n  \"@babel/plugin-transform-object-super@7.0.0-beta.52\":\n    version \"7.0.0-beta.52\"\n    resolved \"https://registry.yarnpkg.com/@babel/plugin-transform-object-super/-/plugin-transform-object-super-7.0.0-beta.52.tgz#06354288ab303480da2fe3a68186d4e4582a7dbf\"\n    dependencies:\n      \"@babel/helper-plugin-utils\" \"7.0.0-beta.52\"\n      \"@babel/helper-replace-supers\" \"7.0.0-beta.52\"\n  \n  \"@babel/plugin-transform-parameters@7.0.0-beta.52\":\n    version \"7.0.0-beta.52\"\n    resolved \"https://registry.yarnpkg.com/@babel/plugin-transform-parameters/-/plugin-transform-parameters-7.0.0-beta.52.tgz#42be565751b1b4ebf861dc6bc8b0aef4fd428608\"\n    dependencies:\n      \"@babel/helper-call-delegate\" \"7.0.0-beta.52\"\n      \"@babel/helper-get-function-arity\" \"7.0.0-beta.52\"\n      \"@babel/helper-plugin-utils\" \"7.0.0-beta.52\"\n  \n  \"@babel/plugin-transform-regenerator@7.0.0-beta.52\":\n    version \"7.0.0-beta.52\"\n    resolved \"https://registry.yarnpkg.com/@babel/plugin-transform-regenerator/-/plugin-transform-regenerator-7.0.0-beta.52.tgz#54ffe4b9d7d0d338b9ad46e1ec99b360a5524c9f\"\n    dependencies:\n      regenerator-transform \"^0.13.3\"\n  \n  \"@babel/plugin-transform-runtime@^7.0.0-beta.52\":\n    version \"7.0.0-beta.52\"\n    resolved \"https://registry.yarnpkg.com/@babel/plugin-transform-runtime/-/plugin-transform-runtime-7.0.0-beta.52.tgz#12c509000a6e3a8f7cc3cedd15a4dac0653e60a4\"\n    dependencies:\n      \"@babel/helper-module-imports\" \"7.0.0-beta.52\"\n      \"@babel/helper-plugin-utils\" \"7.0.0-beta.52\"\n  \n  \"@babel/plugin-transform-shorthand-properties@7.0.0-beta.52\":\n    version \"7.0.0-beta.52\"\n    resolved \"https://registry.yarnpkg.com/@babel/plugin-transform-shorthand-properties/-/plugin-transform-shorthand-properties-7.0.0-beta.52.tgz#f3cd777643d66878842a1bad5b95b4cc0b5ecb97\"\n    dependencies:\n      \"@babel/helper-plugin-utils\" \"7.0.0-beta.52\"\n  \n  \"@babel/plugin-transform-spread@7.0.0-beta.52\":\n    version \"7.0.0-beta.52\"\n    resolved \"https://registry.yarnpkg.com/@babel/plugin-transform-spread/-/plugin-transform-spread-7.0.0-beta.52.tgz#343709a6dd33c0b5ceff49f267ae96c922596522\"\n    dependencies:\n      \"@babel/helper-plugin-utils\" \"7.0.0-beta.52\"\n  \n  \"@babel/plugin-transform-sticky-regex@7.0.0-beta.52\":\n    version \"7.0.0-beta.52\"\n    resolved \"https://registry.yarnpkg.com/@babel/plugin-transform-sticky-regex/-/plugin-transform-sticky-regex-7.0.0-beta.52.tgz#5c8af3d6a48d658e0cbd6fb67631f8a4889eac2b\"\n    dependencies:\n      \"@babel/helper-plugin-utils\" \"7.0.0-beta.52\"\n      \"@babel/helper-regex\" \"7.0.0-beta.52\"\n  \n  \"@babel/plugin-transform-template-literals@7.0.0-beta.52\":\n    version \"7.0.0-beta.52\"\n    resolved \"https://registry.yarnpkg.com/@babel/plugin-transform-template-literals/-/plugin-transform-template-literals-7.0.0-beta.52.tgz#bbd235b259ed134f413e8cb31dfcb82d50f41368\"\n    dependencies:\n      \"@babel/helper-annotate-as-pure\" \"7.0.0-beta.52\"\n      \"@babel/helper-plugin-utils\" \"7.0.0-beta.52\"\n  \n  \"@babel/plugin-transform-typeof-symbol@7.0.0-beta.52\":\n    version \"7.0.0-beta.52\"\n    resolved \"https://registry.yarnpkg.com/@babel/plugin-transform-typeof-symbol/-/plugin-transform-typeof-symbol-7.0.0-beta.52.tgz#77070d409f8e199c38911e2b5835db761b9a56d7\"\n    dependencies:\n      \"@babel/helper-plugin-utils\" \"7.0.0-beta.52\"\n  \n  \"@babel/plugin-transform-unicode-regex@7.0.0-beta.52\":\n    version \"7.0.0-beta.52\"\n    resolved \"https://registry.yarnpkg.com/@babel/plugin-transform-unicode-regex/-/plugin-transform-unicode-regex-7.0.0-beta.52.tgz#9f95e2fd37eac65594da35e90e78262955d86cbb\"\n    dependencies:\n      \"@babel/helper-plugin-utils\" \"7.0.0-beta.52\"\n      \"@babel/helper-regex\" \"7.0.0-beta.52\"\n      regexpu-core \"^4.1.3\"\n  \n  \"@babel/polyfill@^7.0.0-beta.47\":\n    version \"7.0.0-beta.52\"\n    resolved \"https://registry.yarnpkg.com/@babel/polyfill/-/polyfill-7.0.0-beta.52.tgz#dcea55e5347e9cea92f5ef945c1a8417ea1d74d4\"\n    dependencies:\n      core-js \"^2.5.7\"\n      regenerator-runtime \"^0.11.1\"\n  \n  \"@babel/preset-env@^7.0.0-beta.52\":\n    version \"7.0.0-beta.52\"\n    resolved \"https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.0.0-beta.52.tgz#1e833fb8698f51e345ad7d33fbab26d0ce81989d\"\n    dependencies:\n      \"@babel/helper-module-imports\" \"7.0.0-beta.52\"\n      \"@babel/helper-plugin-utils\" \"7.0.0-beta.52\"\n      \"@babel/plugin-proposal-async-generator-functions\" \"7.0.0-beta.52\"\n      \"@babel/plugin-proposal-object-rest-spread\" \"7.0.0-beta.52\"\n      \"@babel/plugin-proposal-optional-catch-binding\" \"7.0.0-beta.52\"\n      \"@babel/plugin-proposal-unicode-property-regex\" \"7.0.0-beta.52\"\n      \"@babel/plugin-syntax-async-generators\" \"7.0.0-beta.52\"\n      \"@babel/plugin-syntax-object-rest-spread\" \"7.0.0-beta.52\"\n      \"@babel/plugin-syntax-optional-catch-binding\" \"7.0.0-beta.52\"\n      \"@babel/plugin-transform-arrow-functions\" \"7.0.0-beta.52\"\n      \"@babel/plugin-transform-async-to-generator\" \"7.0.0-beta.52\"\n      \"@babel/plugin-transform-block-scoped-functions\" \"7.0.0-beta.52\"\n      \"@babel/plugin-transform-block-scoping\" \"7.0.0-beta.52\"\n      \"@babel/plugin-transform-classes\" \"7.0.0-beta.52\"\n      \"@babel/plugin-transform-computed-properties\" \"7.0.0-beta.52\"\n      \"@babel/plugin-transform-destructuring\" \"7.0.0-beta.52\"\n      \"@babel/plugin-transform-dotall-regex\" \"7.0.0-beta.52\"\n      \"@babel/plugin-transform-duplicate-keys\" \"7.0.0-beta.52\"\n      \"@babel/plugin-transform-exponentiation-operator\" \"7.0.0-beta.52\"\n      \"@babel/plugin-transform-for-of\" \"7.0.0-beta.52\"\n      \"@babel/plugin-transform-function-name\" \"7.0.0-beta.52\"\n      \"@babel/plugin-transform-literals\" \"7.0.0-beta.52\"\n      \"@babel/plugin-transform-modules-amd\" \"7.0.0-beta.52\"\n      \"@babel/plugin-transform-modules-commonjs\" \"7.0.0-beta.52\"\n      \"@babel/plugin-transform-modules-systemjs\" \"7.0.0-beta.52\"\n      \"@babel/plugin-transform-modules-umd\" \"7.0.0-beta.52\"\n      \"@babel/plugin-transform-new-target\" \"7.0.0-beta.52\"\n      \"@babel/plugin-transform-object-super\" \"7.0.0-beta.52\"\n      \"@babel/plugin-transform-parameters\" \"7.0.0-beta.52\"\n      \"@babel/plugin-transform-regenerator\" \"7.0.0-beta.52\"\n      \"@babel/plugin-transform-shorthand-properties\" \"7.0.0-beta.52\"\n      \"@babel/plugin-transform-spread\" \"7.0.0-beta.52\"\n      \"@babel/plugin-transform-sticky-regex\" \"7.0.0-beta.52\"\n      \"@babel/plugin-transform-template-literals\" \"7.0.0-beta.52\"\n      \"@babel/plugin-transform-typeof-symbol\" \"7.0.0-beta.52\"\n      \"@babel/plugin-transform-unicode-regex\" \"7.0.0-beta.52\"\n      browserslist \"^3.0.0\"\n      invariant \"^2.2.2\"\n      js-levenshtein \"^1.1.3\"\n      semver \"^5.3.0\"\n  \n  \"@babel/runtime@^7.0.0-beta.52\":\n    version \"7.0.0-beta.52\"\n    resolved \"https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.0.0-beta.52.tgz#3f3b42b82b92b4e1a283fc78df1bb2fd4ba8d0c7\"\n    dependencies:\n      core-js \"^2.5.7\"\n      regenerator-runtime \"^0.12.0\"\n  \n  \"@babel/template@7.0.0-beta.52\":\n    version \"7.0.0-beta.52\"\n    resolved \"https://registry.yarnpkg.com/@babel/template/-/template-7.0.0-beta.52.tgz#44e18fac38251f57f92511d6748f095ab02f996e\"\n    dependencies:\n      \"@babel/code-frame\" \"7.0.0-beta.52\"\n      \"@babel/parser\" \"7.0.0-beta.52\"\n      \"@babel/types\" \"7.0.0-beta.52\"\n      lodash \"^4.17.5\"\n  \n  \"@babel/traverse@7.0.0-beta.52\":\n    version \"7.0.0-beta.52\"\n    resolved \"https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.0.0-beta.52.tgz#9b8ba994f7264d9847858ad2feecc2738c5e2ef3\"\n    dependencies:\n      \"@babel/code-frame\" \"7.0.0-beta.52\"\n      \"@babel/generator\" \"7.0.0-beta.52\"\n      \"@babel/helper-function-name\" \"7.0.0-beta.52\"\n      \"@babel/helper-split-export-declaration\" \"7.0.0-beta.52\"\n      \"@babel/parser\" \"7.0.0-beta.52\"\n      \"@babel/types\" \"7.0.0-beta.52\"\n      debug \"^3.1.0\"\n      globals \"^11.1.0\"\n      invariant \"^2.2.0\"\n      lodash \"^4.17.5\"\n  \n  \"@babel/types@7.0.0-beta.52\", \"@babel/types@^7.0.0-beta.49\":\n    version \"7.0.0-beta.52\"\n    resolved \"https://registry.yarnpkg.com/@babel/types/-/types-7.0.0-beta.52.tgz#a3e5620b1534b253a50abcf2222b520e23b16da2\"\n    dependencies:\n      esutils \"^2.0.2\"\n      lodash \"^4.17.5\"\n      to-fast-properties \"^2.0.0\"\n  \n  \"@webassemblyjs/ast@1.5.13\":\n    version \"1.5.13\"\n    resolved \"https://registry.yarnpkg.com/@webassemblyjs/ast/-/ast-1.5.13.tgz#81155a570bd5803a30ec31436bc2c9c0ede38f25\"\n    dependencies:\n      \"@webassemblyjs/helper-module-context\" \"1.5.13\"\n      \"@webassemblyjs/helper-wasm-bytecode\" \"1.5.13\"\n      \"@webassemblyjs/wast-parser\" \"1.5.13\"\n      debug \"^3.1.0\"\n      mamacro \"^0.0.3\"\n  \n  \"@webassemblyjs/floating-point-hex-parser@1.5.13\":\n    version \"1.5.13\"\n    resolved \"https://registry.yarnpkg.com/@webassemblyjs/floating-point-hex-parser/-/floating-point-hex-parser-1.5.13.tgz#29ce0baa97411f70e8cce68ce9c0f9d819a4e298\"\n  \n  \"@webassemblyjs/helper-api-error@1.5.13\":\n    version \"1.5.13\"\n    resolved \"https://registry.yarnpkg.com/@webassemblyjs/helper-api-error/-/helper-api-error-1.5.13.tgz#e49b051d67ee19a56e29b9aa8bd949b5b4442a59\"\n  \n  \"@webassemblyjs/helper-buffer@1.5.13\":\n    version \"1.5.13\"\n    resolved \"https://registry.yarnpkg.com/@webassemblyjs/helper-buffer/-/helper-buffer-1.5.13.tgz#873bb0a1b46449231137c1262ddfd05695195a1e\"\n    dependencies:\n      debug \"^3.1.0\"\n  \n  \"@webassemblyjs/helper-code-frame@1.5.13\":\n    version \"1.5.13\"\n    resolved \"https://registry.yarnpkg.com/@webassemblyjs/helper-code-frame/-/helper-code-frame-1.5.13.tgz#1bd2181b6a0be14e004f0fe9f5a660d265362b58\"\n    dependencies:\n      \"@webassemblyjs/wast-printer\" \"1.5.13\"\n  \n  \"@webassemblyjs/helper-fsm@1.5.13\":\n    version \"1.5.13\"\n    resolved \"https://registry.yarnpkg.com/@webassemblyjs/helper-fsm/-/helper-fsm-1.5.13.tgz#cdf3d9d33005d543a5c5e5adaabf679ffa8db924\"\n  \n  \"@webassemblyjs/helper-module-context@1.5.13\":\n    version \"1.5.13\"\n    resolved \"https://registry.yarnpkg.com/@webassemblyjs/helper-module-context/-/helper-module-context-1.5.13.tgz#dc29ddfb51ed657655286f94a5d72d8a489147c5\"\n    dependencies:\n      debug \"^3.1.0\"\n      mamacro \"^0.0.3\"\n  \n  \"@webassemblyjs/helper-wasm-bytecode@1.5.13\":\n    version \"1.5.13\"\n    resolved \"https://registry.yarnpkg.com/@webassemblyjs/helper-wasm-bytecode/-/helper-wasm-bytecode-1.5.13.tgz#03245817f0a762382e61733146f5773def15a747\"\n  \n  \"@webassemblyjs/helper-wasm-section@1.5.13\":\n    version \"1.5.13\"\n    resolved \"https://registry.yarnpkg.com/@webassemblyjs/helper-wasm-section/-/helper-wasm-section-1.5.13.tgz#efc76f44a10d3073b584b43c38a179df173d5c7d\"\n    dependencies:\n      \"@webassemblyjs/ast\" \"1.5.13\"\n      \"@webassemblyjs/helper-buffer\" \"1.5.13\"\n      \"@webassemblyjs/helper-wasm-bytecode\" \"1.5.13\"\n      \"@webassemblyjs/wasm-gen\" \"1.5.13\"\n      debug \"^3.1.0\"\n  \n  \"@webassemblyjs/ieee754@1.5.13\":\n    version \"1.5.13\"\n    resolved \"https://registry.yarnpkg.com/@webassemblyjs/ieee754/-/ieee754-1.5.13.tgz#573e97c8c12e4eebb316ca5fde0203ddd90b0364\"\n    dependencies:\n      ieee754 \"^1.1.11\"\n  \n  \"@webassemblyjs/leb128@1.5.13\":\n    version \"1.5.13\"\n    resolved \"https://registry.yarnpkg.com/@webassemblyjs/leb128/-/leb128-1.5.13.tgz#ab52ebab9cec283c1c1897ac1da833a04a3f4cee\"\n    dependencies:\n      long \"4.0.0\"\n  \n  \"@webassemblyjs/utf8@1.5.13\":\n    version \"1.5.13\"\n    resolved \"https://registry.yarnpkg.com/@webassemblyjs/utf8/-/utf8-1.5.13.tgz#6b53d2cd861cf94fa99c1f12779dde692fbc2469\"\n  \n  \"@webassemblyjs/wasm-edit@1.5.13\":\n    version \"1.5.13\"\n    resolved \"https://registry.yarnpkg.com/@webassemblyjs/wasm-edit/-/wasm-edit-1.5.13.tgz#c9cef5664c245cf11b3b3a73110c9155831724a8\"\n    dependencies:\n      \"@webassemblyjs/ast\" \"1.5.13\"\n      \"@webassemblyjs/helper-buffer\" \"1.5.13\"\n      \"@webassemblyjs/helper-wasm-bytecode\" \"1.5.13\"\n      \"@webassemblyjs/helper-wasm-section\" \"1.5.13\"\n      \"@webassemblyjs/wasm-gen\" \"1.5.13\"\n      \"@webassemblyjs/wasm-opt\" \"1.5.13\"\n      \"@webassemblyjs/wasm-parser\" \"1.5.13\"\n      \"@webassemblyjs/wast-printer\" \"1.5.13\"\n      debug \"^3.1.0\"\n  \n  \"@webassemblyjs/wasm-gen@1.5.13\":\n    version \"1.5.13\"\n    resolved \"https://registry.yarnpkg.com/@webassemblyjs/wasm-gen/-/wasm-gen-1.5.13.tgz#8e6ea113c4b432fa66540189e79b16d7a140700e\"\n    dependencies:\n      \"@webassemblyjs/ast\" \"1.5.13\"\n      \"@webassemblyjs/helper-wasm-bytecode\" \"1.5.13\"\n      \"@webassemblyjs/ieee754\" \"1.5.13\"\n      \"@webassemblyjs/leb128\" \"1.5.13\"\n      \"@webassemblyjs/utf8\" \"1.5.13\"\n  \n  \"@webassemblyjs/wasm-opt@1.5.13\":\n    version \"1.5.13\"\n    resolved \"https://registry.yarnpkg.com/@webassemblyjs/wasm-opt/-/wasm-opt-1.5.13.tgz#147aad7717a7ee4211c36b21a5f4c30dddf33138\"\n    dependencies:\n      \"@webassemblyjs/ast\" \"1.5.13\"\n      \"@webassemblyjs/helper-buffer\" \"1.5.13\"\n      \"@webassemblyjs/wasm-gen\" \"1.5.13\"\n      \"@webassemblyjs/wasm-parser\" \"1.5.13\"\n      debug \"^3.1.0\"\n  \n  \"@webassemblyjs/wasm-parser@1.5.13\":\n    version \"1.5.13\"\n    resolved \"https://registry.yarnpkg.com/@webassemblyjs/wasm-parser/-/wasm-parser-1.5.13.tgz#6f46516c5bb23904fbdf58009233c2dd8a54c72f\"\n    dependencies:\n      \"@webassemblyjs/ast\" \"1.5.13\"\n      \"@webassemblyjs/helper-api-error\" \"1.5.13\"\n      \"@webassemblyjs/helper-wasm-bytecode\" \"1.5.13\"\n      \"@webassemblyjs/ieee754\" \"1.5.13\"\n      \"@webassemblyjs/leb128\" \"1.5.13\"\n      \"@webassemblyjs/utf8\" \"1.5.13\"\n  \n  \"@webassemblyjs/wast-parser@1.5.13\":\n    version \"1.5.13\"\n    resolved \"https://registry.yarnpkg.com/@webassemblyjs/wast-parser/-/wast-parser-1.5.13.tgz#5727a705d397ae6a3ae99d7f5460acf2ec646eea\"\n    dependencies:\n      \"@webassemblyjs/ast\" \"1.5.13\"\n      \"@webassemblyjs/floating-point-hex-parser\" \"1.5.13\"\n      \"@webassemblyjs/helper-api-error\" \"1.5.13\"\n      \"@webassemblyjs/helper-code-frame\" \"1.5.13\"\n      \"@webassemblyjs/helper-fsm\" \"1.5.13\"\n      long \"^3.2.0\"\n      mamacro \"^0.0.3\"\n  \n  \"@webassemblyjs/wast-printer@1.5.13\":\n    version \"1.5.13\"\n    resolved \"https://registry.yarnpkg.com/@webassemblyjs/wast-printer/-/wast-printer-1.5.13.tgz#bb34d528c14b4f579e7ec11e793ec50ad7cd7c95\"\n    dependencies:\n      \"@webassemblyjs/ast\" \"1.5.13\"\n      \"@webassemblyjs/wast-parser\" \"1.5.13\"\n      long \"^3.2.0\"\n  \n  abab@^1.0.3:\n    version \"1.0.3\"\n    resolved \"https://registry.yarnpkg.com/abab/-/abab-1.0.3.tgz#b81de5f7274ec4e756d797cd834f303642724e5d\"\n  \n  abbrev@1:\n    version \"1.1.0\"\n    resolved \"https://registry.yarnpkg.com/abbrev/-/abbrev-1.1.0.tgz#d0554c2256636e2f56e7c2e5ad183f859428d81f\"\n  \n  accepts@~1.3.3:\n    version \"1.3.3\"\n    resolved \"https://registry.yarnpkg.com/accepts/-/accepts-1.3.3.tgz#c3ca7434938648c3e0d9c1e328dd68b622c284ca\"\n    dependencies:\n      mime-types \"~2.1.11\"\n      negotiator \"0.6.1\"\n  \n  acorn-dynamic-import@^3.0.0:\n    version \"3.0.0\"\n    resolved \"https://registry.yarnpkg.com/acorn-dynamic-import/-/acorn-dynamic-import-3.0.0.tgz#901ceee4c7faaef7e07ad2a47e890675da50a278\"\n    dependencies:\n      acorn \"^5.0.0\"\n  \n  acorn-globals@^3.0.0, acorn-globals@^3.1.0:\n    version \"3.1.0\"\n    resolved \"https://registry.yarnpkg.com/acorn-globals/-/acorn-globals-3.1.0.tgz#fd8270f71fbb4996b004fa880ee5d46573a731bf\"\n    dependencies:\n      acorn \"^4.0.4\"\n  \n  acorn-jsx@^3.0.0:\n    version \"3.0.1\"\n    resolved \"https://registry.yarnpkg.com/acorn-jsx/-/acorn-jsx-3.0.1.tgz#afdf9488fb1ecefc8348f6fb22f464e32a58b36b\"\n    dependencies:\n      acorn \"^3.0.4\"\n  \n  acorn@^3.0.4, acorn@^3.1.0, acorn@~3.3.0:\n    version \"3.3.0\"\n    resolved \"https://registry.yarnpkg.com/acorn/-/acorn-3.3.0.tgz#45e37fb39e8da3f25baee3ff5369e2bb5f22017a\"\n  \n  acorn@^4.0.4, acorn@~4.0.2:\n    version \"4.0.11\"\n    resolved \"https://registry.yarnpkg.com/acorn/-/acorn-4.0.11.tgz#edcda3bd937e7556410d42ed5860f67399c794c0\"\n  \n  acorn@^5.0.0:\n    version \"5.4.1\"\n    resolved \"https://registry.yarnpkg.com/acorn/-/acorn-5.4.1.tgz#fdc58d9d17f4a4e98d102ded826a9b9759125102\"\n  \n  acorn@^5.0.1:\n    version \"5.0.3\"\n    resolved \"https://registry.yarnpkg.com/acorn/-/acorn-5.0.3.tgz#c460df08491463f028ccb82eab3730bf01087b3d\"\n  \n  acorn@^5.6.2:\n    version \"5.7.1\"\n    resolved \"https://registry.yarnpkg.com/acorn/-/acorn-5.7.1.tgz#f095829297706a7c9776958c0afc8930a9b9d9d8\"\n  \n  adm-zip@0.4.4:\n    version \"0.4.4\"\n    resolved \"https://registry.yarnpkg.com/adm-zip/-/adm-zip-0.4.4.tgz#a61ed5ae6905c3aea58b3a657d25033091052736\"\n  \n  ajv-keywords@^1.0.0:\n    version \"1.5.1\"\n    resolved \"https://registry.yarnpkg.com/ajv-keywords/-/ajv-keywords-1.5.1.tgz#314dd0a4b3368fad3dfcdc54ede6171b886daf3c\"\n  \n  ajv-keywords@^3.1.0:\n    version \"3.2.0\"\n    resolved \"https://registry.yarnpkg.com/ajv-keywords/-/ajv-keywords-3.2.0.tgz#e86b819c602cf8821ad637413698f1dec021847a\"\n  \n  ajv@^4.7.0, ajv@^4.9.1:\n    version \"4.11.8\"\n    resolved \"https://registry.yarnpkg.com/ajv/-/ajv-4.11.8.tgz#82ffb02b29e662ae53bdc20af15947706739c536\"\n    dependencies:\n      co \"^4.6.0\"\n      json-stable-stringify \"^1.0.1\"\n  \n  ajv@^5.1.0:\n    version \"5.3.0\"\n    resolved \"https://registry.yarnpkg.com/ajv/-/ajv-5.3.0.tgz#4414ff74a50879c208ee5fdc826e32c303549eda\"\n    dependencies:\n      co \"^4.6.0\"\n      fast-deep-equal \"^1.0.0\"\n      fast-json-stable-stringify \"^2.0.0\"\n      json-schema-traverse \"^0.3.0\"\n  \n  ajv@^6.1.0:\n    version \"6.5.2\"\n    resolved \"https://registry.yarnpkg.com/ajv/-/ajv-6.5.2.tgz#678495f9b82f7cca6be248dd92f59bff5e1f4360\"\n    dependencies:\n      fast-deep-equal \"^2.0.1\"\n      fast-json-stable-stringify \"^2.0.0\"\n      json-schema-traverse \"^0.4.1\"\n      uri-js \"^4.2.1\"\n  \n  align-text@^0.1.1, align-text@^0.1.3:\n    version \"0.1.4\"\n    resolved \"https://registry.yarnpkg.com/align-text/-/align-text-0.1.4.tgz#0cd90a561093f35d0a99256c22b7069433fad117\"\n    dependencies:\n      kind-of \"^3.0.2\"\n      longest \"^1.0.1\"\n      repeat-string \"^1.5.2\"\n  \n  alphanum-sort@^1.0.1, alphanum-sort@^1.0.2:\n    version \"1.0.2\"\n    resolved \"https://registry.yarnpkg.com/alphanum-sort/-/alphanum-sort-1.0.2.tgz#97a1119649b211ad33691d9f9f486a8ec9fbe0a3\"\n  \n  amdefine@>=0.0.4:\n    version \"1.0.1\"\n    resolved \"https://registry.yarnpkg.com/amdefine/-/amdefine-1.0.1.tgz#4a5282ac164729e93619bcfd3ad151f817ce91f5\"\n  \n  ansi-escapes@^1.1.0:\n    version \"1.4.0\"\n    resolved \"https://registry.yarnpkg.com/ansi-escapes/-/ansi-escapes-1.4.0.tgz#d3a8a83b319aa67793662b13e761c7911422306e\"\n  \n  ansi-escapes@^3.0.0:\n    version \"3.1.0\"\n    resolved \"https://registry.yarnpkg.com/ansi-escapes/-/ansi-escapes-3.1.0.tgz#f73207bb81207d75fd6c83f125af26eea378ca30\"\n  \n  ansi-html@0.0.7:\n    version \"0.0.7\"\n    resolved \"https://registry.yarnpkg.com/ansi-html/-/ansi-html-0.0.7.tgz#813584021962a9e9e6fd039f940d12f56ca7859e\"\n  \n  ansi-regex@^2.0.0:\n    version \"2.1.1\"\n    resolved \"https://registry.yarnpkg.com/ansi-regex/-/ansi-regex-2.1.1.tgz#c3b33ab5ee360d86e0e628f0468ae7ef27d654df\"\n  \n  ansi-regex@^3.0.0:\n    version \"3.0.0\"\n    resolved \"https://registry.yarnpkg.com/ansi-regex/-/ansi-regex-3.0.0.tgz#ed0317c322064f79466c02966bddb605ab37d998\"\n  \n  ansi-styles@^2.2.1:\n    version \"2.2.1\"\n    resolved \"https://registry.yarnpkg.com/ansi-styles/-/ansi-styles-2.2.1.tgz#b432dd3358b634cf75e1e4664368240533c1ddbe\"\n  \n  ansi-styles@^3.1.0:\n    version \"3.2.0\"\n    resolved \"https://registry.yarnpkg.com/ansi-styles/-/ansi-styles-3.2.0.tgz#c159b8d5be0f9e5a6f346dab94f16ce022161b88\"\n    dependencies:\n      color-convert \"^1.9.0\"\n  \n  ansi-styles@^3.2.1:\n    version \"3.2.1\"\n    resolved \"https://registry.yarnpkg.com/ansi-styles/-/ansi-styles-3.2.1.tgz#41fbb20243e50b12be0f04b8dedbf07520ce841d\"\n    dependencies:\n      color-convert \"^1.9.0\"\n  \n  anymatch@^2.0.0:\n    version \"2.0.0\"\n    resolved \"https://registry.yarnpkg.com/anymatch/-/anymatch-2.0.0.tgz#bcb24b4f37934d9aa7ac17b4adaf89e7c76ef2eb\"\n    dependencies:\n      micromatch \"^3.1.4\"\n      normalize-path \"^2.1.1\"\n  \n  aproba@^1.0.3:\n    version \"1.1.1\"\n    resolved \"https://registry.yarnpkg.com/aproba/-/aproba-1.1.1.tgz#95d3600f07710aa0e9298c726ad5ecf2eacbabab\"\n  \n  aproba@^1.1.1:\n    version \"1.2.0\"\n    resolved \"https://registry.yarnpkg.com/aproba/-/aproba-1.2.0.tgz#6802e6264efd18c790a1b0d517f0f2627bf2c94a\"\n  \n  archiver-utils@^1.3.0:\n    version \"1.3.0\"\n    resolved \"https://registry.yarnpkg.com/archiver-utils/-/archiver-utils-1.3.0.tgz#e50b4c09c70bf3d680e32ff1b7994e9f9d895174\"\n    dependencies:\n      glob \"^7.0.0\"\n      graceful-fs \"^4.1.0\"\n      lazystream \"^1.0.0\"\n      lodash \"^4.8.0\"\n      normalize-path \"^2.0.0\"\n      readable-stream \"^2.0.0\"\n  \n  archiver@^1.1.0:\n    version \"1.3.0\"\n    resolved \"https://registry.yarnpkg.com/archiver/-/archiver-1.3.0.tgz#4f2194d6d8f99df3f531e6881f14f15d55faaf22\"\n    dependencies:\n      archiver-utils \"^1.3.0\"\n      async \"^2.0.0\"\n      buffer-crc32 \"^0.2.1\"\n      glob \"^7.0.0\"\n      lodash \"^4.8.0\"\n      readable-stream \"^2.0.0\"\n      tar-stream \"^1.5.0\"\n      walkdir \"^0.0.11\"\n      zip-stream \"^1.1.0\"\n  \n  are-we-there-yet@~1.1.2:\n    version \"1.1.4\"\n    resolved \"https://registry.yarnpkg.com/are-we-there-yet/-/are-we-there-yet-1.1.4.tgz#bb5dca382bb94f05e15194373d16fd3ba1ca110d\"\n    dependencies:\n      delegates \"^1.0.0\"\n      readable-stream \"^2.0.6\"\n  \n  argparse@^1.0.7:\n    version \"1.0.9\"\n    resolved \"https://registry.yarnpkg.com/argparse/-/argparse-1.0.9.tgz#73d83bc263f86e97f8cc4f6bae1b0e90a7d22c86\"\n    dependencies:\n      sprintf-js \"~1.0.2\"\n  \n  arr-diff@^4.0.0:\n    version \"4.0.0\"\n    resolved \"https://registry.yarnpkg.com/arr-diff/-/arr-diff-4.0.0.tgz#d6461074febfec71e7e15235761a329a5dc7c520\"\n  \n  arr-flatten@^1.1.0:\n    version \"1.1.0\"\n    resolved \"https://registry.yarnpkg.com/arr-flatten/-/arr-flatten-1.1.0.tgz#36048bbff4e7b47e136644316c99669ea5ae91f1\"\n  \n  arr-union@^3.1.0:\n    version \"3.1.0\"\n    resolved \"https://registry.yarnpkg.com/arr-union/-/arr-union-3.1.0.tgz#e39b09aea9def866a8f206e288af63919bae39c4\"\n  \n  array-equal@^1.0.0:\n    version \"1.0.0\"\n    resolved \"https://registry.yarnpkg.com/array-equal/-/array-equal-1.0.0.tgz#8c2a5ef2472fd9ea742b04c77a75093ba2757c93\"\n  \n  array-find-index@^1.0.1:\n    version \"1.0.2\"\n    resolved \"https://registry.yarnpkg.com/array-find-index/-/array-find-index-1.0.2.tgz#df010aa1287e164bbda6f9723b0a96a1ec4187a1\"\n  \n  array-flatten@1.1.1:\n    version \"1.1.1\"\n    resolved \"https://registry.yarnpkg.com/array-flatten/-/array-flatten-1.1.1.tgz#9a5f699051b1e7073328f2a008968b64ea2955d2\"\n  \n  array-union@^1.0.1:\n    version \"1.0.2\"\n    resolved \"https://registry.yarnpkg.com/array-union/-/array-union-1.0.2.tgz#9a34410e4f4e3da23dea375be5be70f24778ec39\"\n    dependencies:\n      array-uniq \"^1.0.1\"\n  \n  array-uniq@^1.0.1:\n    version \"1.0.3\"\n    resolved \"https://registry.yarnpkg.com/array-uniq/-/array-uniq-1.0.3.tgz#af6ac877a25cc7f74e058894753858dfdb24fdb6\"\n  \n  array-unique@^0.3.2:\n    version \"0.3.2\"\n    resolved \"https://registry.yarnpkg.com/array-unique/-/array-unique-0.3.2.tgz#a894b75d4bc4f6cd679ef3244a9fd8f46ae2d428\"\n  \n  array.prototype.find@^2.0.1:\n    version \"2.0.4\"\n    resolved \"https://registry.yarnpkg.com/array.prototype.find/-/array.prototype.find-2.0.4.tgz#556a5c5362c08648323ddaeb9de9d14bc1864c90\"\n    dependencies:\n      define-properties \"^1.1.2\"\n      es-abstract \"^1.7.0\"\n  \n  arrify@^1.0.0:\n    version \"1.0.1\"\n    resolved \"https://registry.yarnpkg.com/arrify/-/arrify-1.0.1.tgz#898508da2226f380df904728456849c1501a4b0d\"\n  \n  asap@~2.0.3:\n    version \"2.0.5\"\n    resolved \"https://registry.yarnpkg.com/asap/-/asap-2.0.5.tgz#522765b50c3510490e52d7dcfe085ef9ba96958f\"\n  \n  asn1.js@^4.0.0:\n    version \"4.9.2\"\n    resolved \"https://registry.yarnpkg.com/asn1.js/-/asn1.js-4.9.2.tgz#8117ef4f7ed87cd8f89044b5bff97ac243a16c9a\"\n    dependencies:\n      bn.js \"^4.0.0\"\n      inherits \"^2.0.1\"\n      minimalistic-assert \"^1.0.0\"\n  \n  asn1@0.2.3, asn1@~0.2.3:\n    version \"0.2.3\"\n    resolved \"https://registry.yarnpkg.com/asn1/-/asn1-0.2.3.tgz#dac8787713c9966849fc8180777ebe9c1ddf3b86\"\n  \n  assert-plus@1.0.0, assert-plus@^1.0.0:\n    version \"1.0.0\"\n    resolved \"https://registry.yarnpkg.com/assert-plus/-/assert-plus-1.0.0.tgz#f12e0f3c5d77b0b1cdd9146942e4e96c1e4dd525\"\n  \n  assert-plus@^0.2.0:\n    version \"0.2.0\"\n    resolved \"https://registry.yarnpkg.com/assert-plus/-/assert-plus-0.2.0.tgz#d74e1b87e7affc0db8aadb7021f3fe48101ab234\"\n  \n  assert@^1.1.1:\n    version \"1.4.1\"\n    resolved \"https://registry.yarnpkg.com/assert/-/assert-1.4.1.tgz#99912d591836b5a6f5b345c0f07eefc08fc65d91\"\n    dependencies:\n      util \"0.10.3\"\n  \n  assertion-error@^1.0.1:\n    version \"1.0.2\"\n    resolved \"https://registry.yarnpkg.com/assertion-error/-/assertion-error-1.0.2.tgz#13ca515d86206da0bac66e834dd397d87581094c\"\n  \n  assign-symbols@^1.0.0:\n    version \"1.0.0\"\n    resolved \"https://registry.yarnpkg.com/assign-symbols/-/assign-symbols-1.0.0.tgz#59667f41fadd4f20ccbc2bb96b8d4f7f78ec0367\"\n  \n  async-each@^1.0.0:\n    version \"1.0.1\"\n    resolved \"https://registry.yarnpkg.com/async-each/-/async-each-1.0.1.tgz#19d386a1d9edc6e7c1c85d388aedbcc56d33602d\"\n  \n  async@^2.0.0:\n    version \"2.4.0\"\n    resolved \"https://registry.yarnpkg.com/async/-/async-2.4.0.tgz#4990200f18ea5b837c2cc4f8c031a6985c385611\"\n    dependencies:\n      lodash \"^4.14.0\"\n  \n  async@~0.2.6:\n    version \"0.2.10\"\n    resolved \"https://registry.yarnpkg.com/async/-/async-0.2.10.tgz#b6bbe0b0674b9d719708ca38de8c237cb526c3d1\"\n  \n  asynckit@^0.4.0:\n    version \"0.4.0\"\n    resolved \"https://registry.yarnpkg.com/asynckit/-/asynckit-0.4.0.tgz#c79ed97f7f34cb8f2ba1bc9790bcc366474b4b79\"\n  \n  atob@^2.1.1:\n    version \"2.1.1\"\n    resolved \"https://registry.yarnpkg.com/atob/-/atob-2.1.1.tgz#ae2d5a729477f289d60dd7f96a6314a22dd6c22a\"\n  \n  atob@~1.1.0:\n    version \"1.1.3\"\n    resolved \"https://registry.yarnpkg.com/atob/-/atob-1.1.3.tgz#95f13629b12c3a51a5d215abdce2aa9f32f80773\"\n  \n  autoprefixer@^6.3.1:\n    version \"6.7.7\"\n    resolved \"https://registry.yarnpkg.com/autoprefixer/-/autoprefixer-6.7.7.tgz#1dbd1c835658e35ce3f9984099db00585c782014\"\n    dependencies:\n      browserslist \"^1.7.6\"\n      caniuse-db \"^1.0.30000634\"\n      normalize-range \"^0.1.2\"\n      num2fraction \"^1.2.2\"\n      postcss \"^5.2.16\"\n      postcss-value-parser \"^3.2.3\"\n  \n  autoprefixer@^7.2.5:\n    version \"7.2.5\"\n    resolved \"https://registry.yarnpkg.com/autoprefixer/-/autoprefixer-7.2.5.tgz#04ccbd0c6a61131b6d13f53d371926092952d192\"\n    dependencies:\n      browserslist \"^2.11.1\"\n      caniuse-lite \"^1.0.30000791\"\n      normalize-range \"^0.1.2\"\n      num2fraction \"^1.2.2\"\n      postcss \"^6.0.16\"\n      postcss-value-parser \"^3.2.3\"\n  \n  aws-sdk@2.x:\n    version \"2.270.1\"\n    resolved \"https://registry.yarnpkg.com/aws-sdk/-/aws-sdk-2.270.1.tgz#b543d2d3fcab2a7f8b25defe2200f8aa221bd963\"\n    dependencies:\n      buffer \"4.9.1\"\n      events \"1.1.1\"\n      ieee754 \"1.1.8\"\n      jmespath \"0.15.0\"\n      querystring \"0.2.0\"\n      sax \"1.2.1\"\n      url \"0.10.3\"\n      uuid \"3.1.0\"\n      xml2js \"0.4.17\"\n  \n  aws-sign2@~0.6.0:\n    version \"0.6.0\"\n    resolved \"https://registry.yarnpkg.com/aws-sign2/-/aws-sign2-0.6.0.tgz#14342dd38dbcc94d0e5b87d763cd63612c0e794f\"\n  \n  aws-sign2@~0.7.0:\n    version \"0.7.0\"\n    resolved \"https://registry.yarnpkg.com/aws-sign2/-/aws-sign2-0.7.0.tgz#b46e890934a9591f2d2f6f86d7e6a9f1b3fe76a8\"\n  \n  aws4@^1.2.1, aws4@^1.6.0:\n    version \"1.6.0\"\n    resolved \"https://registry.yarnpkg.com/aws4/-/aws4-1.6.0.tgz#83ef5ca860b2b32e4a0deedee8c771b9db57471e\"\n  \n  babel-code-frame@^6.11.0, babel-code-frame@^6.16.0:\n    version \"6.22.0\"\n    resolved \"https://registry.yarnpkg.com/babel-code-frame/-/babel-code-frame-6.22.0.tgz#027620bee567a88c32561574e7fd0801d33118e4\"\n    dependencies:\n      chalk \"^1.1.0\"\n      esutils \"^2.0.2\"\n      js-tokens \"^3.0.0\"\n  \n  babel-helper-builder-react-jsx@^6.24.1:\n    version \"6.26.0\"\n    resolved \"https://registry.yarnpkg.com/babel-helper-builder-react-jsx/-/babel-helper-builder-react-jsx-6.26.0.tgz#39ff8313b75c8b65dceff1f31d383e0ff2a408a0\"\n    dependencies:\n      babel-runtime \"^6.26.0\"\n      babel-types \"^6.26.0\"\n      esutils \"^2.0.2\"\n  \n  babel-loader@^8.0.0-beta:\n    version \"8.0.0-beta.4\"\n    resolved \"https://registry.yarnpkg.com/babel-loader/-/babel-loader-8.0.0-beta.4.tgz#c3fab00696c385c70c04dbe486391f0eb996f345\"\n    dependencies:\n      find-cache-dir \"^1.0.0\"\n      loader-utils \"^1.0.2\"\n      mkdirp \"^0.5.1\"\n      util.promisify \"^1.0.0\"\n  \n  babel-plugin-lodash@^3.3.4:\n    version \"3.3.4\"\n    resolved \"https://registry.yarnpkg.com/babel-plugin-lodash/-/babel-plugin-lodash-3.3.4.tgz#4f6844358a1340baed182adbeffa8df9967bc196\"\n    dependencies:\n      \"@babel/helper-module-imports\" \"^7.0.0-beta.49\"\n      \"@babel/types\" \"^7.0.0-beta.49\"\n      glob \"^7.1.1\"\n      lodash \"^4.17.10\"\n      require-package-name \"^2.0.1\"\n  \n  babel-plugin-syntax-flow@^6.18.0:\n    version \"6.18.0\"\n    resolved \"https://registry.yarnpkg.com/babel-plugin-syntax-flow/-/babel-plugin-syntax-flow-6.18.0.tgz#4c3ab20a2af26aa20cd25995c398c4eb70310c8d\"\n  \n  babel-plugin-syntax-jsx@^6.3.13, babel-plugin-syntax-jsx@^6.8.0:\n    version \"6.18.0\"\n    resolved \"https://registry.yarnpkg.com/babel-plugin-syntax-jsx/-/babel-plugin-syntax-jsx-6.18.0.tgz#0af32a9a6e13ca7a3fd5069e62d7b0f58d0d8946\"\n  \n  babel-plugin-transform-flow-strip-types@^6.22.0:\n    version \"6.22.0\"\n    resolved \"https://registry.yarnpkg.com/babel-plugin-transform-flow-strip-types/-/babel-plugin-transform-flow-strip-types-6.22.0.tgz#84cb672935d43714fdc32bce84568d87441cf7cf\"\n    dependencies:\n      babel-plugin-syntax-flow \"^6.18.0\"\n      babel-runtime \"^6.22.0\"\n  \n  babel-plugin-transform-react-display-name@^6.23.0:\n    version \"6.25.0\"\n    resolved \"https://registry.yarnpkg.com/babel-plugin-transform-react-display-name/-/babel-plugin-transform-react-display-name-6.25.0.tgz#67e2bf1f1e9c93ab08db96792e05392bf2cc28d1\"\n    dependencies:\n      babel-runtime \"^6.22.0\"\n  \n  babel-plugin-transform-react-jsx-self@^6.22.0:\n    version \"6.22.0\"\n    resolved \"https://registry.yarnpkg.com/babel-plugin-transform-react-jsx-self/-/babel-plugin-transform-react-jsx-self-6.22.0.tgz#df6d80a9da2612a121e6ddd7558bcbecf06e636e\"\n    dependencies:\n      babel-plugin-syntax-jsx \"^6.8.0\"\n      babel-runtime \"^6.22.0\"\n  \n  babel-plugin-transform-react-jsx-source@^6.22.0:\n    version \"6.22.0\"\n    resolved \"https://registry.yarnpkg.com/babel-plugin-transform-react-jsx-source/-/babel-plugin-transform-react-jsx-source-6.22.0.tgz#66ac12153f5cd2d17b3c19268f4bf0197f44ecd6\"\n    dependencies:\n      babel-plugin-syntax-jsx \"^6.8.0\"\n      babel-runtime \"^6.22.0\"\n  \n  babel-plugin-transform-react-jsx@^6.24.1:\n    version \"6.24.1\"\n    resolved \"https://registry.yarnpkg.com/babel-plugin-transform-react-jsx/-/babel-plugin-transform-react-jsx-6.24.1.tgz#840a028e7df460dfc3a2d29f0c0d91f6376e66a3\"\n    dependencies:\n      babel-helper-builder-react-jsx \"^6.24.1\"\n      babel-plugin-syntax-jsx \"^6.8.0\"\n      babel-runtime \"^6.22.0\"\n  \n  babel-preset-flow@^6.23.0:\n    version \"6.23.0\"\n    resolved \"https://registry.yarnpkg.com/babel-preset-flow/-/babel-preset-flow-6.23.0.tgz#e71218887085ae9a24b5be4169affb599816c49d\"\n    dependencies:\n      babel-plugin-transform-flow-strip-types \"^6.22.0\"\n  \n  babel-preset-react@^6.24.1:\n    version \"6.24.1\"\n    resolved \"https://registry.yarnpkg.com/babel-preset-react/-/babel-preset-react-6.24.1.tgz#ba69dfaea45fc3ec639b6a4ecea6e17702c91380\"\n    dependencies:\n      babel-plugin-syntax-jsx \"^6.3.13\"\n      babel-plugin-transform-react-display-name \"^6.23.0\"\n      babel-plugin-transform-react-jsx \"^6.24.1\"\n      babel-plugin-transform-react-jsx-self \"^6.22.0\"\n      babel-plugin-transform-react-jsx-source \"^6.22.0\"\n      babel-preset-flow \"^6.23.0\"\n  \n  babel-runtime@^6.22.0, babel-runtime@^6.26.0:\n    version \"6.26.0\"\n    resolved \"https://registry.yarnpkg.com/babel-runtime/-/babel-runtime-6.26.0.tgz#965c7058668e82b55d7bfe04ff2337bc8b5647fe\"\n    dependencies:\n      core-js \"^2.4.0\"\n      regenerator-runtime \"^0.11.0\"\n  \n  babel-types@^6.26.0:\n    version \"6.26.0\"\n    resolved \"https://registry.yarnpkg.com/babel-types/-/babel-types-6.26.0.tgz#a3b073f94ab49eb6fa55cd65227a334380632497\"\n    dependencies:\n      babel-runtime \"^6.26.0\"\n      esutils \"^2.0.2\"\n      lodash \"^4.17.4\"\n      to-fast-properties \"^1.0.3\"\n  \n  balanced-match@^0.4.1, balanced-match@^0.4.2:\n    version \"0.4.2\"\n    resolved \"https://registry.yarnpkg.com/balanced-match/-/balanced-match-0.4.2.tgz#cb3f3e3c732dc0f01ee70b403f302e61d7709838\"\n  \n  balanced-match@^1.0.0:\n    version \"1.0.0\"\n    resolved \"https://registry.yarnpkg.com/balanced-match/-/balanced-match-1.0.0.tgz#89b4d199ab2bee49de164ea02b89ce462d71b767\"\n  \n  base64-js@^1.0.2:\n    version \"1.2.0\"\n    resolved \"https://registry.yarnpkg.com/base64-js/-/base64-js-1.2.0.tgz#a39992d723584811982be5e290bb6a53d86700f1\"\n  \n  base@^0.11.1:\n    version \"0.11.2\"\n    resolved \"https://registry.yarnpkg.com/base/-/base-0.11.2.tgz#7bde5ced145b6d551a90db87f83c558b4eb48a8f\"\n    dependencies:\n      cache-base \"^1.0.1\"\n      class-utils \"^0.3.5\"\n      component-emitter \"^1.2.1\"\n      define-property \"^1.0.0\"\n      isobject \"^3.0.1\"\n      mixin-deep \"^1.2.0\"\n      pascalcase \"^0.1.1\"\n  \n  bcrypt-pbkdf@^1.0.0:\n    version \"1.0.1\"\n    resolved \"https://registry.yarnpkg.com/bcrypt-pbkdf/-/bcrypt-pbkdf-1.0.1.tgz#63bc5dcb61331b92bc05fd528953c33462a06f8d\"\n    dependencies:\n      tweetnacl \"^0.14.3\"\n  \n  big.js@^3.1.3:\n    version \"3.1.3\"\n    resolved \"https://registry.yarnpkg.com/big.js/-/big.js-3.1.3.tgz#4cada2193652eb3ca9ec8e55c9015669c9806978\"\n  \n  binary-extensions@^1.0.0:\n    version \"1.8.0\"\n    resolved \"https://registry.yarnpkg.com/binary-extensions/-/binary-extensions-1.8.0.tgz#48ec8d16df4377eae5fa5884682480af4d95c774\"\n  \n  biskviit@1.0.1:\n    version \"1.0.1\"\n    resolved \"https://registry.yarnpkg.com/biskviit/-/biskviit-1.0.1.tgz#037a0cd4b71b9e331fd90a1122de17dc49e420a7\"\n    dependencies:\n      psl \"^1.1.7\"\n  \n  bl@^1.0.0:\n    version \"1.2.1\"\n    resolved \"https://registry.yarnpkg.com/bl/-/bl-1.2.1.tgz#cac328f7bee45730d404b692203fcb590e172d5e\"\n    dependencies:\n      readable-stream \"^2.0.5\"\n  \n  bluebird@^3.5.1:\n    version \"3.5.1\"\n    resolved \"https://registry.yarnpkg.com/bluebird/-/bluebird-3.5.1.tgz#d9551f9de98f1fcda1e683d17ee91a0602ee2eb9\"\n  \n  bn.js@^4.0.0, bn.js@^4.1.0, bn.js@^4.1.1, bn.js@^4.4.0:\n    version \"4.11.8\"\n    resolved \"https://registry.yarnpkg.com/bn.js/-/bn.js-4.11.8.tgz#2cde09eb5ee341f484746bb0309b3253b1b1442f\"\n  \n  boom@2.x.x:\n    version \"2.10.1\"\n    resolved \"https://registry.yarnpkg.com/boom/-/boom-2.10.1.tgz#39c8918ceff5799f83f9492a848f625add0c766f\"\n    dependencies:\n      hoek \"2.x.x\"\n  \n  boom@4.x.x:\n    version \"4.3.1\"\n    resolved \"https://registry.yarnpkg.com/boom/-/boom-4.3.1.tgz#4f8a3005cb4a7e3889f749030fd25b96e01d2e31\"\n    dependencies:\n      hoek \"4.x.x\"\n  \n  boom@5.x.x:\n    version \"5.2.0\"\n    resolved \"https://registry.yarnpkg.com/boom/-/boom-5.2.0.tgz#5dd9da6ee3a5f302077436290cb717d3f4a54e02\"\n    dependencies:\n      hoek \"4.x.x\"\n  \n  brace-expansion@^1.0.0:\n    version \"1.1.7\"\n    resolved \"https://registry.yarnpkg.com/brace-expansion/-/brace-expansion-1.1.7.tgz#3effc3c50e000531fb720eaff80f0ae8ef23cf59\"\n    dependencies:\n      balanced-match \"^0.4.1\"\n      concat-map \"0.0.1\"\n  \n  brace-expansion@^1.1.7:\n    version \"1.1.11\"\n    resolved \"https://registry.yarnpkg.com/brace-expansion/-/brace-expansion-1.1.11.tgz#3c7fcbf529d87226f3d2f52b966ff5271eb441dd\"\n    dependencies:\n      balanced-match \"^1.0.0\"\n      concat-map \"0.0.1\"\n  \n  braces@^2.3.0, braces@^2.3.1:\n    version \"2.3.2\"\n    resolved \"https://registry.yarnpkg.com/braces/-/braces-2.3.2.tgz#5979fd3f14cd531565e5fa2df1abfff1dfaee729\"\n    dependencies:\n      arr-flatten \"^1.1.0\"\n      array-unique \"^0.3.2\"\n      extend-shallow \"^2.0.1\"\n      fill-range \"^4.0.0\"\n      isobject \"^3.0.1\"\n      repeat-element \"^1.1.2\"\n      snapdragon \"^0.8.1\"\n      snapdragon-node \"^2.0.1\"\n      split-string \"^3.0.2\"\n      to-regex \"^3.0.1\"\n  \n  brorand@^1.0.1:\n    version \"1.1.0\"\n    resolved \"https://registry.yarnpkg.com/brorand/-/brorand-1.1.0.tgz#12c25efe40a45e3c323eb8675a0a0ce57b22371f\"\n  \n  browser-stdout@1.3.0:\n    version \"1.3.0\"\n    resolved \"https://registry.yarnpkg.com/browser-stdout/-/browser-stdout-1.3.0.tgz#f351d32969d32fa5d7a5567154263d928ae3bd1f\"\n  \n  browserify-aes@^1.0.0, browserify-aes@^1.0.4:\n    version \"1.1.1\"\n    resolved \"https://registry.yarnpkg.com/browserify-aes/-/browserify-aes-1.1.1.tgz#38b7ab55edb806ff2dcda1a7f1620773a477c49f\"\n    dependencies:\n      buffer-xor \"^1.0.3\"\n      cipher-base \"^1.0.0\"\n      create-hash \"^1.1.0\"\n      evp_bytestokey \"^1.0.3\"\n      inherits \"^2.0.1\"\n      safe-buffer \"^5.0.1\"\n  \n  browserify-cipher@^1.0.0:\n    version \"1.0.0\"\n    resolved \"https://registry.yarnpkg.com/browserify-cipher/-/browserify-cipher-1.0.0.tgz#9988244874bf5ed4e28da95666dcd66ac8fc363a\"\n    dependencies:\n      browserify-aes \"^1.0.4\"\n      browserify-des \"^1.0.0\"\n      evp_bytestokey \"^1.0.0\"\n  \n  browserify-des@^1.0.0:\n    version \"1.0.0\"\n    resolved \"https://registry.yarnpkg.com/browserify-des/-/browserify-des-1.0.0.tgz#daa277717470922ed2fe18594118a175439721dd\"\n    dependencies:\n      cipher-base \"^1.0.1\"\n      des.js \"^1.0.0\"\n      inherits \"^2.0.1\"\n  \n  browserify-rsa@^4.0.0:\n    version \"4.0.1\"\n    resolved \"https://registry.yarnpkg.com/browserify-rsa/-/browserify-rsa-4.0.1.tgz#21e0abfaf6f2029cf2fafb133567a701d4135524\"\n    dependencies:\n      bn.js \"^4.1.0\"\n      randombytes \"^2.0.1\"\n  \n  browserify-sign@^4.0.0:\n    version \"4.0.4\"\n    resolved \"https://registry.yarnpkg.com/browserify-sign/-/browserify-sign-4.0.4.tgz#aa4eb68e5d7b658baa6bf6a57e630cbd7a93d298\"\n    dependencies:\n      bn.js \"^4.1.1\"\n      browserify-rsa \"^4.0.0\"\n      create-hash \"^1.1.0\"\n      create-hmac \"^1.1.2\"\n      elliptic \"^6.0.0\"\n      inherits \"^2.0.1\"\n      parse-asn1 \"^5.0.0\"\n  \n  browserify-zlib@^0.2.0:\n    version \"0.2.0\"\n    resolved \"https://registry.yarnpkg.com/browserify-zlib/-/browserify-zlib-0.2.0.tgz#2869459d9aa3be245fe8fe2ca1f46e2e7f54d73f\"\n    dependencies:\n      pako \"~1.0.5\"\n  \n  browserslist@^1.3.6, browserslist@^1.5.2, browserslist@^1.7.6:\n    version \"1.7.7\"\n    resolved \"https://registry.yarnpkg.com/browserslist/-/browserslist-1.7.7.tgz#0bd76704258be829b2398bb50e4b62d1a166b0b9\"\n    dependencies:\n      caniuse-db \"^1.0.30000639\"\n      electron-to-chromium \"^1.2.7\"\n  \n  browserslist@^2.11.1:\n    version \"2.11.3\"\n    resolved \"https://registry.yarnpkg.com/browserslist/-/browserslist-2.11.3.tgz#fe36167aed1bbcde4827ebfe71347a2cc70b99b2\"\n    dependencies:\n      caniuse-lite \"^1.0.30000792\"\n      electron-to-chromium \"^1.3.30\"\n  \n  browserslist@^3.0.0:\n    version \"3.2.8\"\n    resolved \"https://registry.yarnpkg.com/browserslist/-/browserslist-3.2.8.tgz#b0005361d6471f0f5952797a76fc985f1f978fc6\"\n    dependencies:\n      caniuse-lite \"^1.0.30000844\"\n      electron-to-chromium \"^1.3.47\"\n  \n  buffer-crc32@^0.2.1:\n    version \"0.2.13\"\n    resolved \"https://registry.yarnpkg.com/buffer-crc32/-/buffer-crc32-0.2.13.tgz#0d333e3f00eac50aa1454abd30ef8c2a5d9a7242\"\n  \n  buffer-from@^1.0.0:\n    version \"1.1.0\"\n    resolved \"https://registry.yarnpkg.com/buffer-from/-/buffer-from-1.1.0.tgz#87fcaa3a298358e0ade6e442cfce840740d1ad04\"\n  \n  buffer-shims@~1.0.0:\n    version \"1.0.0\"\n    resolved \"https://registry.yarnpkg.com/buffer-shims/-/buffer-shims-1.0.0.tgz#9978ce317388c649ad8793028c3477ef044a8b51\"\n  \n  buffer-xor@^1.0.3:\n    version \"1.0.3\"\n    resolved \"https://registry.yarnpkg.com/buffer-xor/-/buffer-xor-1.0.3.tgz#26e61ed1422fb70dd42e6e36729ed51d855fe8d9\"\n  \n  buffer@4.9.1, buffer@^4.3.0:\n    version \"4.9.1\"\n    resolved \"https://registry.yarnpkg.com/buffer/-/buffer-4.9.1.tgz#6d1bb601b07a4efced97094132093027c95bc298\"\n    dependencies:\n      base64-js \"^1.0.2\"\n      ieee754 \"^1.1.4\"\n      isarray \"^1.0.0\"\n  \n  builtin-modules@^1.1.1:\n    version \"1.1.1\"\n    resolved \"https://registry.yarnpkg.com/builtin-modules/-/builtin-modules-1.1.1.tgz#270f076c5a72c02f5b65a47df94c5fe3a278892f\"\n  \n  builtin-status-codes@^3.0.0:\n    version \"3.0.0\"\n    resolved \"https://registry.yarnpkg.com/builtin-status-codes/-/builtin-status-codes-3.0.0.tgz#85982878e21b98e1c66425e03d0174788f569ee8\"\n  \n  cacache@^10.0.4:\n    version \"10.0.4\"\n    resolved \"https://registry.yarnpkg.com/cacache/-/cacache-10.0.4.tgz#6452367999eff9d4188aefd9a14e9d7c6a263460\"\n    dependencies:\n      bluebird \"^3.5.1\"\n      chownr \"^1.0.1\"\n      glob \"^7.1.2\"\n      graceful-fs \"^4.1.11\"\n      lru-cache \"^4.1.1\"\n      mississippi \"^2.0.0\"\n      mkdirp \"^0.5.1\"\n      move-concurrently \"^1.0.1\"\n      promise-inflight \"^1.0.1\"\n      rimraf \"^2.6.2\"\n      ssri \"^5.2.4\"\n      unique-filename \"^1.1.0\"\n      y18n \"^4.0.0\"\n  \n  cache-base@^1.0.1:\n    version \"1.0.1\"\n    resolved \"https://registry.yarnpkg.com/cache-base/-/cache-base-1.0.1.tgz#0a7f46416831c8b662ee36fe4e7c59d76f666ab2\"\n    dependencies:\n      collection-visit \"^1.0.0\"\n      component-emitter \"^1.2.1\"\n      get-value \"^2.0.6\"\n      has-value \"^1.0.0\"\n      isobject \"^3.0.1\"\n      set-value \"^2.0.0\"\n      to-object-path \"^0.3.0\"\n      union-value \"^1.0.0\"\n      unset-value \"^1.0.0\"\n  \n  caller-path@^0.1.0:\n    version \"0.1.0\"\n    resolved \"https://registry.yarnpkg.com/caller-path/-/caller-path-0.1.0.tgz#94085ef63581ecd3daa92444a8fe94e82577751f\"\n    dependencies:\n      callsites \"^0.2.0\"\n  \n  callsites@^0.2.0:\n    version \"0.2.0\"\n    resolved \"https://registry.yarnpkg.com/callsites/-/callsites-0.2.0.tgz#afab96262910a7f33c19a5775825c69f34e350ca\"\n  \n  camelcase@^1.0.2:\n    version \"1.2.1\"\n    resolved \"https://registry.yarnpkg.com/camelcase/-/camelcase-1.2.1.tgz#9bb5304d2e0b56698b2c758b08a3eaa9daa58a39\"\n  \n  camelcase@^4.1.0:\n    version \"4.1.0\"\n    resolved \"https://registry.yarnpkg.com/camelcase/-/camelcase-4.1.0.tgz#d545635be1e33c542649c69173e5de6acfae34dd\"\n  \n  camelcase@^5.0.0:\n    version \"5.0.0\"\n    resolved \"https://registry.yarnpkg.com/camelcase/-/camelcase-5.0.0.tgz#03295527d58bd3cd4aa75363f35b2e8d97be2f42\"\n  \n  caniuse-api@^1.5.2:\n    version \"1.6.1\"\n    resolved \"https://registry.yarnpkg.com/caniuse-api/-/caniuse-api-1.6.1.tgz#b534e7c734c4f81ec5fbe8aca2ad24354b962c6c\"\n    dependencies:\n      browserslist \"^1.3.6\"\n      caniuse-db \"^1.0.30000529\"\n      lodash.memoize \"^4.1.2\"\n      lodash.uniq \"^4.5.0\"\n  \n  caniuse-db@^1.0.30000529, caniuse-db@^1.0.30000634, caniuse-db@^1.0.30000639:\n    version \"1.0.30000665\"\n    resolved \"https://registry.yarnpkg.com/caniuse-db/-/caniuse-db-1.0.30000665.tgz#e84f4277935f295f546f8533cb0b410a8415b972\"\n  \n  caniuse-lite@^1.0.30000791, caniuse-lite@^1.0.30000792:\n    version \"1.0.30000792\"\n    resolved \"https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30000792.tgz#d0cea981f8118f3961471afbb43c9a1e5bbf0332\"\n  \n  caniuse-lite@^1.0.30000844:\n    version \"1.0.30000864\"\n    resolved \"https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30000864.tgz#7a08c78da670f23c06f11aa918831b8f2dd60ddc\"\n  \n  caseless@~0.12.0:\n    version \"0.12.0\"\n    resolved \"https://registry.yarnpkg.com/caseless/-/caseless-0.12.0.tgz#1b681c21ff84033c826543090689420d187151dc\"\n  \n  center-align@^0.1.1:\n    version \"0.1.3\"\n    resolved \"https://registry.yarnpkg.com/center-align/-/center-align-0.1.3.tgz#aa0d32629b6ee972200411cbd4461c907bc2b7ad\"\n    dependencies:\n      align-text \"^0.1.3\"\n      lazy-cache \"^1.0.3\"\n  \n  chai@^3.2.0:\n    version \"3.5.0\"\n    resolved \"https://registry.yarnpkg.com/chai/-/chai-3.5.0.tgz#4d02637b067fe958bdbfdd3a40ec56fef7373247\"\n    dependencies:\n      assertion-error \"^1.0.1\"\n      deep-eql \"^0.1.3\"\n      type-detect \"^1.0.0\"\n  \n  chalk@^1.0.0, chalk@^1.1.0, chalk@^1.1.1, chalk@^1.1.3:\n    version \"1.1.3\"\n    resolved \"https://registry.yarnpkg.com/chalk/-/chalk-1.1.3.tgz#a8115c55e4a702fe4d150abd3872822a7e09fc98\"\n    dependencies:\n      ansi-styles \"^2.2.1\"\n      escape-string-regexp \"^1.0.2\"\n      has-ansi \"^2.0.0\"\n      strip-ansi \"^3.0.0\"\n      supports-color \"^2.0.0\"\n  \n  chalk@^2.0.0, chalk@^2.4.1:\n    version \"2.4.1\"\n    resolved \"https://registry.yarnpkg.com/chalk/-/chalk-2.4.1.tgz#18c49ab16a037b6eb0152cc83e3471338215b66e\"\n    dependencies:\n      ansi-styles \"^3.2.1\"\n      escape-string-regexp \"^1.0.5\"\n      supports-color \"^5.3.0\"\n  \n  chalk@^2.0.1, chalk@^2.1.0, chalk@^2.3.0:\n    version \"2.3.0\"\n    resolved \"https://registry.yarnpkg.com/chalk/-/chalk-2.3.0.tgz#b5ea48efc9c1793dccc9b4767c93914d3f2d52ba\"\n    dependencies:\n      ansi-styles \"^3.1.0\"\n      escape-string-regexp \"^1.0.5\"\n      supports-color \"^4.0.0\"\n  \n  character-parser@^2.1.1:\n    version \"2.2.0\"\n    resolved \"https://registry.yarnpkg.com/character-parser/-/character-parser-2.2.0.tgz#c7ce28f36d4bcd9744e5ffc2c5fcde1c73261fc0\"\n    dependencies:\n      is-regex \"^1.0.3\"\n  \n  chardet@^0.5.0:\n    version \"0.5.0\"\n    resolved \"https://registry.yarnpkg.com/chardet/-/chardet-0.5.0.tgz#fe3ac73c00c3d865ffcc02a0682e2c20b6a06029\"\n  \n  chokidar@^2.0.2:\n    version \"2.0.4\"\n    resolved \"https://registry.yarnpkg.com/chokidar/-/chokidar-2.0.4.tgz#356ff4e2b0e8e43e322d18a372460bbcf3accd26\"\n    dependencies:\n      anymatch \"^2.0.0\"\n      async-each \"^1.0.0\"\n      braces \"^2.3.0\"\n      glob-parent \"^3.1.0\"\n      inherits \"^2.0.1\"\n      is-binary-path \"^1.0.0\"\n      is-glob \"^4.0.0\"\n      lodash.debounce \"^4.0.8\"\n      normalize-path \"^2.1.1\"\n      path-is-absolute \"^1.0.0\"\n      readdirp \"^2.0.0\"\n      upath \"^1.0.5\"\n    optionalDependencies:\n      fsevents \"^1.2.2\"\n  \n  chownr@^1.0.1:\n    version \"1.0.1\"\n    resolved \"https://registry.yarnpkg.com/chownr/-/chownr-1.0.1.tgz#e2a75042a9551908bebd25b8523d5f9769d79181\"\n  \n  chrome-trace-event@^1.0.0:\n    version \"1.0.0\"\n    resolved \"https://registry.yarnpkg.com/chrome-trace-event/-/chrome-trace-event-1.0.0.tgz#45a91bd2c20c9411f0963b5aaeb9a1b95e09cc48\"\n    dependencies:\n      tslib \"^1.9.0\"\n  \n  chromedriver@^2.33.2:\n    version \"2.33.2\"\n    resolved \"https://registry.yarnpkg.com/chromedriver/-/chromedriver-2.33.2.tgz#8fc779d54b6e45bef55d264a1eceed52427a9b49\"\n    dependencies:\n      del \"^3.0.0\"\n      extract-zip \"^1.6.5\"\n      kew \"^0.7.0\"\n      mkdirp \"^0.5.1\"\n      request \"^2.83.0\"\n  \n  cipher-base@^1.0.0, cipher-base@^1.0.1, cipher-base@^1.0.3:\n    version \"1.0.4\"\n    resolved \"https://registry.yarnpkg.com/cipher-base/-/cipher-base-1.0.4.tgz#8760e4ecc272f4c363532f926d874aae2c1397de\"\n    dependencies:\n      inherits \"^2.0.1\"\n      safe-buffer \"^5.0.1\"\n  \n  circular-json@^0.3.1:\n    version \"0.3.1\"\n    resolved \"https://registry.yarnpkg.com/circular-json/-/circular-json-0.3.1.tgz#be8b36aefccde8b3ca7aa2d6afc07a37242c0d2d\"\n  \n  clap@^1.0.9:\n    version \"1.1.3\"\n    resolved \"https://registry.yarnpkg.com/clap/-/clap-1.1.3.tgz#b3bd36e93dd4cbfb395a3c26896352445265c05b\"\n    dependencies:\n      chalk \"^1.1.3\"\n  \n  class-utils@^0.3.5:\n    version \"0.3.6\"\n    resolved \"https://registry.yarnpkg.com/class-utils/-/class-utils-0.3.6.tgz#f93369ae8b9a7ce02fd41faad0ca83033190c463\"\n    dependencies:\n      arr-union \"^3.1.0\"\n      define-property \"^0.2.5\"\n      isobject \"^3.0.0\"\n      static-extend \"^0.1.1\"\n  \n  classnames@^2.1.3:\n    version \"2.2.5\"\n    resolved \"https://registry.yarnpkg.com/classnames/-/classnames-2.2.5.tgz#fb3801d453467649ef3603c7d61a02bd129bde6d\"\n  \n  clean-css@^3.3.0:\n    version \"3.4.25\"\n    resolved \"https://registry.yarnpkg.com/clean-css/-/clean-css-3.4.25.tgz#9e9a52d5c1e6bc5123e1b2783fa65fe958946ede\"\n    dependencies:\n      commander \"2.8.x\"\n      source-map \"0.4.x\"\n  \n  cli-cursor@^1.0.1:\n    version \"1.0.2\"\n    resolved \"https://registry.yarnpkg.com/cli-cursor/-/cli-cursor-1.0.2.tgz#64da3f7d56a54412e59794bd62dc35295e8f2987\"\n    dependencies:\n      restore-cursor \"^1.0.1\"\n  \n  cli-cursor@^2.1.0:\n    version \"2.1.0\"\n    resolved \"https://registry.yarnpkg.com/cli-cursor/-/cli-cursor-2.1.0.tgz#b35dac376479facc3e94747d41d0d0f5238ffcb5\"\n    dependencies:\n      restore-cursor \"^2.0.0\"\n  \n  cli-width@^2.0.0:\n    version \"2.1.0\"\n    resolved \"https://registry.yarnpkg.com/cli-width/-/cli-width-2.1.0.tgz#b234ca209b29ef66fc518d9b98d5847b00edf00a\"\n  \n  cliui@^2.1.0:\n    version \"2.1.0\"\n    resolved \"https://registry.yarnpkg.com/cliui/-/cliui-2.1.0.tgz#4b475760ff80264c762c3a1719032e91c7fea0d1\"\n    dependencies:\n      center-align \"^0.1.1\"\n      right-align \"^0.1.1\"\n      wordwrap \"0.0.2\"\n  \n  cliui@^4.0.0:\n    version \"4.1.0\"\n    resolved \"https://registry.yarnpkg.com/cliui/-/cliui-4.1.0.tgz#348422dbe82d800b3022eef4f6ac10bf2e4d1b49\"\n    dependencies:\n      string-width \"^2.1.1\"\n      strip-ansi \"^4.0.0\"\n      wrap-ansi \"^2.0.0\"\n  \n  clone@^1.0.2:\n    version \"1.0.2\"\n    resolved \"https://registry.yarnpkg.com/clone/-/clone-1.0.2.tgz#260b7a99ebb1edfe247538175f783243cb19d149\"\n  \n  co@^4.6.0:\n    version \"4.6.0\"\n    resolved \"https://registry.yarnpkg.com/co/-/co-4.6.0.tgz#6ea6bdf3d853ae54ccb8e47bfa0bf3f9031fb184\"\n  \n  coa@~1.0.1:\n    version \"1.0.1\"\n    resolved \"https://registry.yarnpkg.com/coa/-/coa-1.0.1.tgz#7f959346cfc8719e3f7233cd6852854a7c67d8a3\"\n    dependencies:\n      q \"^1.1.2\"\n  \n  code-point-at@^1.0.0:\n    version \"1.1.0\"\n    resolved \"https://registry.yarnpkg.com/code-point-at/-/code-point-at-1.1.0.tgz#0d070b4d043a5bea33a2f1a40e2edb3d9a4ccf77\"\n  \n  collection-visit@^1.0.0:\n    version \"1.0.0\"\n    resolved \"https://registry.yarnpkg.com/collection-visit/-/collection-visit-1.0.0.tgz#4bc0373c164bc3291b4d368c829cf1a80a59dca0\"\n    dependencies:\n      map-visit \"^1.0.0\"\n      object-visit \"^1.0.0\"\n  \n  color-convert@^1.3.0:\n    version \"1.9.0\"\n    resolved \"https://registry.yarnpkg.com/color-convert/-/color-convert-1.9.0.tgz#1accf97dd739b983bf994d56fec8f95853641b7a\"\n    dependencies:\n      color-name \"^1.1.1\"\n  \n  color-convert@^1.9.0:\n    version \"1.9.1\"\n    resolved \"https://registry.yarnpkg.com/color-convert/-/color-convert-1.9.1.tgz#c1261107aeb2f294ebffec9ed9ecad529a6097ed\"\n    dependencies:\n      color-name \"^1.1.1\"\n  \n  color-name@^1.0.0, color-name@^1.1.1:\n    version \"1.1.2\"\n    resolved \"https://registry.yarnpkg.com/color-name/-/color-name-1.1.2.tgz#5c8ab72b64bd2215d617ae9559ebb148475cf98d\"\n  \n  color-string@^0.3.0:\n    version \"0.3.0\"\n    resolved \"https://registry.yarnpkg.com/color-string/-/color-string-0.3.0.tgz#27d46fb67025c5c2fa25993bfbf579e47841b991\"\n    dependencies:\n      color-name \"^1.0.0\"\n  \n  color@^0.11.0:\n    version \"0.11.4\"\n    resolved \"https://registry.yarnpkg.com/color/-/color-0.11.4.tgz#6d7b5c74fb65e841cd48792ad1ed5e07b904d764\"\n    dependencies:\n      clone \"^1.0.2\"\n      color-convert \"^1.3.0\"\n      color-string \"^0.3.0\"\n  \n  colormin@^1.0.5:\n    version \"1.1.2\"\n    resolved \"https://registry.yarnpkg.com/colormin/-/colormin-1.1.2.tgz#ea2f7420a72b96881a38aae59ec124a6f7298133\"\n    dependencies:\n      color \"^0.11.0\"\n      css-color-names \"0.0.4\"\n      has \"^1.0.1\"\n  \n  colors@~1.1.2:\n    version \"1.1.2\"\n    resolved \"https://registry.yarnpkg.com/colors/-/colors-1.1.2.tgz#168a4701756b6a7f51a12ce0c97bfa28c084ed63\"\n  \n  combined-stream@^1.0.5, combined-stream@~1.0.5:\n    version \"1.0.5\"\n    resolved \"https://registry.yarnpkg.com/combined-stream/-/combined-stream-1.0.5.tgz#938370a57b4a51dea2c77c15d5c5fdf895164009\"\n    dependencies:\n      delayed-stream \"~1.0.0\"\n  \n  commander@2.8.x:\n    version \"2.8.1\"\n    resolved \"https://registry.yarnpkg.com/commander/-/commander-2.8.1.tgz#06be367febfda0c330aa1e2a072d3dc9762425d4\"\n    dependencies:\n      graceful-readlink \">= 1.0.0\"\n  \n  commander@2.9.0, commander@^2.5.0, commander@^2.8.1:\n    version \"2.9.0\"\n    resolved \"https://registry.yarnpkg.com/commander/-/commander-2.9.0.tgz#9c99094176e12240cb22d6c5146098400fe0f7d4\"\n    dependencies:\n      graceful-readlink \">= 1.0.0\"\n  \n  commander@~2.13.0:\n    version \"2.13.0\"\n    resolved \"https://registry.yarnpkg.com/commander/-/commander-2.13.0.tgz#6964bca67685df7c1f1430c584f07d7597885b9c\"\n  \n  commondir@^1.0.1:\n    version \"1.0.1\"\n    resolved \"https://registry.yarnpkg.com/commondir/-/commondir-1.0.1.tgz#ddd800da0c66127393cca5950ea968a3aaf1253b\"\n  \n  component-emitter@^1.2.1:\n    version \"1.2.1\"\n    resolved \"https://registry.yarnpkg.com/component-emitter/-/component-emitter-1.2.1.tgz#137918d6d78283f7df7a6b7c5a63e140e69425e6\"\n  \n  compress-commons@^1.1.0:\n    version \"1.2.0\"\n    resolved \"https://registry.yarnpkg.com/compress-commons/-/compress-commons-1.2.0.tgz#58587092ef20d37cb58baf000112c9278ff73b9f\"\n    dependencies:\n      buffer-crc32 \"^0.2.1\"\n      crc32-stream \"^2.0.0\"\n      normalize-path \"^2.0.0\"\n      readable-stream \"^2.0.0\"\n  \n  concat-map@0.0.1:\n    version \"0.0.1\"\n    resolved \"https://registry.yarnpkg.com/concat-map/-/concat-map-0.0.1.tgz#d8a96bd77fd68df7793a73036a3ba0d5405d477b\"\n  \n  concat-stream@1.6.0, concat-stream@^1.5.2:\n    version \"1.6.0\"\n    resolved \"https://registry.yarnpkg.com/concat-stream/-/concat-stream-1.6.0.tgz#0aac662fd52be78964d5532f694784e70110acf7\"\n    dependencies:\n      inherits \"^2.0.3\"\n      readable-stream \"^2.2.2\"\n      typedarray \"^0.0.6\"\n  \n  concat-stream@^1.5.0:\n    version \"1.6.2\"\n    resolved \"https://registry.yarnpkg.com/concat-stream/-/concat-stream-1.6.2.tgz#904bdf194cd3122fc675c77fc4ac3d4ff0fd1a34\"\n    dependencies:\n      buffer-from \"^1.0.0\"\n      inherits \"^2.0.3\"\n      readable-stream \"^2.2.2\"\n      typedarray \"^0.0.6\"\n  \n  console-browserify@^1.1.0:\n    version \"1.1.0\"\n    resolved \"https://registry.yarnpkg.com/console-browserify/-/console-browserify-1.1.0.tgz#f0241c45730a9fc6323b206dbf38edc741d0bb10\"\n    dependencies:\n      date-now \"^0.1.4\"\n  \n  console-control-strings@^1.0.0, console-control-strings@~1.1.0:\n    version \"1.1.0\"\n    resolved \"https://registry.yarnpkg.com/console-control-strings/-/console-control-strings-1.1.0.tgz#3d7cf4464db6446ea644bf4b39507f9851008e8e\"\n  \n  constantinople@^3.0.1:\n    version \"3.1.0\"\n    resolved \"https://registry.yarnpkg.com/constantinople/-/constantinople-3.1.0.tgz#7569caa8aa3f8d5935d62e1fa96f9f702cd81c79\"\n    dependencies:\n      acorn \"^3.1.0\"\n      is-expression \"^2.0.1\"\n  \n  constants-browserify@^1.0.0:\n    version \"1.0.0\"\n    resolved \"https://registry.yarnpkg.com/constants-browserify/-/constants-browserify-1.0.0.tgz#c20b96d8c617748aaf1c16021760cd27fcb8cb75\"\n  \n  contains-path@^0.1.0:\n    version \"0.1.0\"\n    resolved \"https://registry.yarnpkg.com/contains-path/-/contains-path-0.1.0.tgz#fe8cf184ff6670b6baef01a9d4861a5cbec4120a\"\n  \n  content-disposition@0.5.2:\n    version \"0.5.2\"\n    resolved \"https://registry.yarnpkg.com/content-disposition/-/content-disposition-0.5.2.tgz#0cf68bb9ddf5f2be7961c3a85178cb85dba78cb4\"\n  \n  content-type-parser@^1.0.1:\n    version \"1.0.1\"\n    resolved \"https://registry.yarnpkg.com/content-type-parser/-/content-type-parser-1.0.1.tgz#c3e56988c53c65127fb46d4032a3a900246fdc94\"\n  \n  content-type@~1.0.2:\n    version \"1.0.2\"\n    resolved \"https://registry.yarnpkg.com/content-type/-/content-type-1.0.2.tgz#b7d113aee7a8dd27bd21133c4dc2529df1721eed\"\n  \n  convert-source-map@^1.1.0:\n    version \"1.5.0\"\n    resolved \"https://registry.yarnpkg.com/convert-source-map/-/convert-source-map-1.5.0.tgz#9acd70851c6d5dfdd93d9282e5edf94a03ff46b5\"\n  \n  cookie-signature@1.0.6:\n    version \"1.0.6\"\n    resolved \"https://registry.yarnpkg.com/cookie-signature/-/cookie-signature-1.0.6.tgz#e303a882b342cc3ee8ca513a79999734dab3ae2c\"\n  \n  cookie@0.3.1:\n    version \"0.3.1\"\n    resolved \"https://registry.yarnpkg.com/cookie/-/cookie-0.3.1.tgz#e7e0a1f9ef43b4c8ba925c5c5a96e806d16873bb\"\n  \n  copy-concurrently@^1.0.0:\n    version \"1.0.5\"\n    resolved \"https://registry.yarnpkg.com/copy-concurrently/-/copy-concurrently-1.0.5.tgz#92297398cae34937fcafd6ec8139c18051f0b5e0\"\n    dependencies:\n      aproba \"^1.1.1\"\n      fs-write-stream-atomic \"^1.0.8\"\n      iferr \"^0.1.5\"\n      mkdirp \"^0.5.1\"\n      rimraf \"^2.5.4\"\n      run-queue \"^1.0.0\"\n  \n  copy-descriptor@^0.1.0:\n    version \"0.1.1\"\n    resolved \"https://registry.yarnpkg.com/copy-descriptor/-/copy-descriptor-0.1.1.tgz#676f6eb3c39997c2ee1ac3a924fd6124748f578d\"\n  \n  core-js@^1.0.0:\n    version \"1.2.7\"\n    resolved \"https://registry.yarnpkg.com/core-js/-/core-js-1.2.7.tgz#652294c14651db28fa93bd2d5ff2983a4f08c636\"\n  \n  core-js@^2.4.0, core-js@^2.5.7:\n    version \"2.5.7\"\n    resolved \"https://registry.yarnpkg.com/core-js/-/core-js-2.5.7.tgz#f972608ff0cead68b841a16a932d0b183791814e\"\n  \n  core-util-is@~1.0.0:\n    version \"1.0.2\"\n    resolved \"https://registry.yarnpkg.com/core-util-is/-/core-util-is-1.0.2.tgz#b5fd54220aa2bc5ab57aab7140c940754503c1a7\"\n  \n  cosmiconfig@^2.1.0, cosmiconfig@^2.1.1:\n    version \"2.1.3\"\n    resolved \"https://registry.yarnpkg.com/cosmiconfig/-/cosmiconfig-2.1.3.tgz#952771eb0dddc1cb3fa2f6fbe51a522e93b3ee0a\"\n    dependencies:\n      is-directory \"^0.3.1\"\n      js-yaml \"^3.4.3\"\n      minimist \"^1.2.0\"\n      object-assign \"^4.1.0\"\n      os-homedir \"^1.0.1\"\n      parse-json \"^2.2.0\"\n      require-from-string \"^1.1.0\"\n  \n  crc32-stream@^2.0.0:\n    version \"2.0.0\"\n    resolved \"https://registry.yarnpkg.com/crc32-stream/-/crc32-stream-2.0.0.tgz#e3cdd3b4df3168dd74e3de3fbbcb7b297fe908f4\"\n    dependencies:\n      crc \"^3.4.4\"\n      readable-stream \"^2.0.0\"\n  \n  crc@^3.4.4:\n    version \"3.4.4\"\n    resolved \"https://registry.yarnpkg.com/crc/-/crc-3.4.4.tgz#9da1e980e3bd44fc5c93bf5ab3da3378d85e466b\"\n  \n  create-ecdh@^4.0.0:\n    version \"4.0.0\"\n    resolved \"https://registry.yarnpkg.com/create-ecdh/-/create-ecdh-4.0.0.tgz#888c723596cdf7612f6498233eebd7a35301737d\"\n    dependencies:\n      bn.js \"^4.1.0\"\n      elliptic \"^6.0.0\"\n  \n  create-hash@^1.1.0, create-hash@^1.1.2:\n    version \"1.1.3\"\n    resolved \"https://registry.yarnpkg.com/create-hash/-/create-hash-1.1.3.tgz#606042ac8b9262750f483caddab0f5819172d8fd\"\n    dependencies:\n      cipher-base \"^1.0.1\"\n      inherits \"^2.0.1\"\n      ripemd160 \"^2.0.0\"\n      sha.js \"^2.4.0\"\n  \n  create-hmac@^1.1.0, create-hmac@^1.1.2, create-hmac@^1.1.4:\n    version \"1.1.6\"\n    resolved \"https://registry.yarnpkg.com/create-hmac/-/create-hmac-1.1.6.tgz#acb9e221a4e17bdb076e90657c42b93e3726cf06\"\n    dependencies:\n      cipher-base \"^1.0.3\"\n      create-hash \"^1.1.0\"\n      inherits \"^2.0.1\"\n      ripemd160 \"^2.0.0\"\n      safe-buffer \"^5.0.1\"\n      sha.js \"^2.4.8\"\n  \n  create-react-class@^15.5.1:\n    version \"15.5.2\"\n    resolved \"https://registry.yarnpkg.com/create-react-class/-/create-react-class-15.5.2.tgz#6a8758348df660b88326a0e764d569f274aad681\"\n    dependencies:\n      fbjs \"^0.8.9\"\n      object-assign \"^4.1.1\"\n  \n  create-react-class@^15.5.2:\n    version \"15.6.3\"\n    resolved \"https://registry.yarnpkg.com/create-react-class/-/create-react-class-15.6.3.tgz#2d73237fb3f970ae6ebe011a9e66f46dbca80036\"\n    dependencies:\n      fbjs \"^0.8.9\"\n      loose-envify \"^1.3.1\"\n      object-assign \"^4.1.1\"\n  \n  cross-env@^3.1.3:\n    version \"3.2.4\"\n    resolved \"https://registry.yarnpkg.com/cross-env/-/cross-env-3.2.4.tgz#9e0585f277864ed421ce756f81a980ff0d698aba\"\n    dependencies:\n      cross-spawn \"^5.1.0\"\n      is-windows \"^1.0.0\"\n  \n  cross-spawn@^5.0.1, cross-spawn@^5.1.0:\n    version \"5.1.0\"\n    resolved \"https://registry.yarnpkg.com/cross-spawn/-/cross-spawn-5.1.0.tgz#e8bd0efee58fcff6f8f94510a0a554bbfa235449\"\n    dependencies:\n      lru-cache \"^4.0.1\"\n      shebang-command \"^1.2.0\"\n      which \"^1.2.9\"\n  \n  cross-spawn@^6.0.5:\n    version \"6.0.5\"\n    resolved \"https://registry.yarnpkg.com/cross-spawn/-/cross-spawn-6.0.5.tgz#4a5ec7c64dfae22c3a14124dbacdee846d80cbc4\"\n    dependencies:\n      nice-try \"^1.0.4\"\n      path-key \"^2.0.1\"\n      semver \"^5.5.0\"\n      shebang-command \"^1.2.0\"\n      which \"^1.2.9\"\n  \n  crx@^3.0.3:\n    version \"3.2.1\"\n    resolved \"https://registry.yarnpkg.com/crx/-/crx-3.2.1.tgz#17293ee75efdd08c6d1c8b3e1749d2d5757cf42b\"\n    dependencies:\n      archiver \"^1.1.0\"\n      commander \"^2.5.0\"\n      es6-promise \"^3.0.0\"\n      node-rsa \"^0.2.10\"\n  \n  cryptiles@2.x.x:\n    version \"2.0.5\"\n    resolved \"https://registry.yarnpkg.com/cryptiles/-/cryptiles-2.0.5.tgz#3bdfecdc608147c1c67202fa291e7dca59eaa3b8\"\n    dependencies:\n      boom \"2.x.x\"\n  \n  cryptiles@3.x.x:\n    version \"3.1.2\"\n    resolved \"https://registry.yarnpkg.com/cryptiles/-/cryptiles-3.1.2.tgz#a89fbb220f5ce25ec56e8c4aa8a4fd7b5b0d29fe\"\n    dependencies:\n      boom \"5.x.x\"\n  \n  crypto-browserify@^3.11.0:\n    version \"3.12.0\"\n    resolved \"https://registry.yarnpkg.com/crypto-browserify/-/crypto-browserify-3.12.0.tgz#396cf9f3137f03e4b8e532c58f698254e00f80ec\"\n    dependencies:\n      browserify-cipher \"^1.0.0\"\n      browserify-sign \"^4.0.0\"\n      create-ecdh \"^4.0.0\"\n      create-hash \"^1.1.0\"\n      create-hmac \"^1.1.0\"\n      diffie-hellman \"^5.0.0\"\n      inherits \"^2.0.1\"\n      pbkdf2 \"^3.0.3\"\n      public-encrypt \"^4.0.0\"\n      randombytes \"^2.0.0\"\n      randomfill \"^1.0.3\"\n  \n  css-color-names@0.0.4:\n    version \"0.0.4\"\n    resolved \"https://registry.yarnpkg.com/css-color-names/-/css-color-names-0.0.4.tgz#808adc2e79cf84738069b646cb20ec27beb629e0\"\n  \n  css-loader@^0.25.0:\n    version \"0.25.0\"\n    resolved \"https://registry.yarnpkg.com/css-loader/-/css-loader-0.25.0.tgz#c3febc8ce28f4c83576b6b13707f47f90c390223\"\n    dependencies:\n      babel-code-frame \"^6.11.0\"\n      css-selector-tokenizer \"^0.6.0\"\n      cssnano \">=2.6.1 <4\"\n      loader-utils \"~0.2.2\"\n      lodash.camelcase \"^3.0.1\"\n      object-assign \"^4.0.1\"\n      postcss \"^5.0.6\"\n      postcss-modules-extract-imports \"^1.0.0\"\n      postcss-modules-local-by-default \"^1.0.1\"\n      postcss-modules-scope \"^1.0.0\"\n      postcss-modules-values \"^1.1.0\"\n      source-list-map \"^0.1.4\"\n  \n  css-modules-require-hook@^4.0.5:\n    version \"4.0.6\"\n    resolved \"https://registry.yarnpkg.com/css-modules-require-hook/-/css-modules-require-hook-4.0.6.tgz#70a03b0ca3784e36e5a1dc1aa82ba068d53248bf\"\n    dependencies:\n      debug \"^2.2.0\"\n      generic-names \"^1.0.1\"\n      glob-to-regexp \"^0.1.0\"\n      icss-replace-symbols \"^1.0.2\"\n      lodash \"^4.3.0\"\n      postcss \"^5.0.19\"\n      postcss-modules-extract-imports \"^1.0.0\"\n      postcss-modules-local-by-default \"^1.0.1\"\n      postcss-modules-parser \"^1.1.0\"\n      postcss-modules-scope \"^1.0.0\"\n      postcss-modules-values \"^1.1.1\"\n      seekout \"^1.0.1\"\n  \n  css-selector-tokenizer@^0.6.0:\n    version \"0.6.0\"\n    resolved \"https://registry.yarnpkg.com/css-selector-tokenizer/-/css-selector-tokenizer-0.6.0.tgz#6445f582c7930d241dcc5007a43d6fcb8f073152\"\n    dependencies:\n      cssesc \"^0.1.0\"\n      fastparse \"^1.1.1\"\n      regexpu-core \"^1.0.0\"\n  \n  css@2.2.1:\n    version \"2.2.1\"\n    resolved \"https://registry.yarnpkg.com/css/-/css-2.2.1.tgz#73a4c81de85db664d4ee674f7d47085e3b2d55dc\"\n    dependencies:\n      inherits \"^2.0.1\"\n      source-map \"^0.1.38\"\n      source-map-resolve \"^0.3.0\"\n      urix \"^0.1.0\"\n  \n  cssesc@^0.1.0:\n    version \"0.1.0\"\n    resolved \"https://registry.yarnpkg.com/cssesc/-/cssesc-0.1.0.tgz#c814903e45623371a0477b40109aaafbeeaddbb4\"\n  \n  \"cssnano@>=2.6.1 <4\":\n    version \"3.10.0\"\n    resolved \"https://registry.yarnpkg.com/cssnano/-/cssnano-3.10.0.tgz#4f38f6cea2b9b17fa01490f23f1dc68ea65c1c38\"\n    dependencies:\n      autoprefixer \"^6.3.1\"\n      decamelize \"^1.1.2\"\n      defined \"^1.0.0\"\n      has \"^1.0.1\"\n      object-assign \"^4.0.1\"\n      postcss \"^5.0.14\"\n      postcss-calc \"^5.2.0\"\n      postcss-colormin \"^2.1.8\"\n      postcss-convert-values \"^2.3.4\"\n      postcss-discard-comments \"^2.0.4\"\n      postcss-discard-duplicates \"^2.0.1\"\n      postcss-discard-empty \"^2.0.1\"\n      postcss-discard-overridden \"^0.1.1\"\n      postcss-discard-unused \"^2.2.1\"\n      postcss-filter-plugins \"^2.0.0\"\n      postcss-merge-idents \"^2.1.5\"\n      postcss-merge-longhand \"^2.0.1\"\n      postcss-merge-rules \"^2.0.3\"\n      postcss-minify-font-values \"^1.0.2\"\n      postcss-minify-gradients \"^1.0.1\"\n      postcss-minify-params \"^1.0.4\"\n      postcss-minify-selectors \"^2.0.4\"\n      postcss-normalize-charset \"^1.1.0\"\n      postcss-normalize-url \"^3.0.7\"\n      postcss-ordered-values \"^2.1.0\"\n      postcss-reduce-idents \"^2.2.2\"\n      postcss-reduce-initial \"^1.0.0\"\n      postcss-reduce-transforms \"^1.0.3\"\n      postcss-svgo \"^2.1.1\"\n      postcss-unique-selectors \"^2.0.2\"\n      postcss-value-parser \"^3.2.3\"\n      postcss-zindex \"^2.0.1\"\n  \n  csso@~2.3.1:\n    version \"2.3.2\"\n    resolved \"https://registry.yarnpkg.com/csso/-/csso-2.3.2.tgz#ddd52c587033f49e94b71fc55569f252e8ff5f85\"\n    dependencies:\n      clap \"^1.0.9\"\n      source-map \"^0.5.3\"\n  \n  cssobj-core@^1.1.9:\n    version \"1.1.9\"\n    resolved \"https://registry.yarnpkg.com/cssobj-core/-/cssobj-core-1.1.9.tgz#06af2de5e8be877116bbd6b97ddf50b93fbde87f\"\n  \n  cssobj-plugin-gencss@^2.0.7:\n    version \"2.0.7\"\n    resolved \"https://registry.yarnpkg.com/cssobj-plugin-gencss/-/cssobj-plugin-gencss-2.0.7.tgz#023063e1ef2353e2757e3ce56d2c7eb4ec670d89\"\n  \n  cssobj@^1.3.6:\n    version \"1.3.6\"\n    resolved \"https://registry.yarnpkg.com/cssobj/-/cssobj-1.3.6.tgz#8f8d879696b8372b6c3ebe30a93653e61ab5d747\"\n  \n  cssom@0.3.x, \"cssom@>= 0.3.2 < 0.4.0\":\n    version \"0.3.2\"\n    resolved \"https://registry.yarnpkg.com/cssom/-/cssom-0.3.2.tgz#b8036170c79f07a90ff2f16e22284027a243848b\"\n  \n  \"cssstyle@>= 0.2.37 < 0.3.0\":\n    version \"0.2.37\"\n    resolved \"https://registry.yarnpkg.com/cssstyle/-/cssstyle-0.2.37.tgz#541097234cb2513c83ceed3acddc27ff27987d54\"\n    dependencies:\n      cssom \"0.3.x\"\n  \n  currently-unhandled@^0.4.1:\n    version \"0.4.1\"\n    resolved \"https://registry.yarnpkg.com/currently-unhandled/-/currently-unhandled-0.4.1.tgz#988df33feab191ef799a61369dd76c17adf957ea\"\n    dependencies:\n      array-find-index \"^1.0.1\"\n  \n  cyclist@~0.2.2:\n    version \"0.2.2\"\n    resolved \"https://registry.yarnpkg.com/cyclist/-/cyclist-0.2.2.tgz#1b33792e11e914a2fd6d6ed6447464444e5fa640\"\n  \n  d@1:\n    version \"1.0.0\"\n    resolved \"https://registry.yarnpkg.com/d/-/d-1.0.0.tgz#754bb5bfe55451da69a58b94d45f4c5b0462d58f\"\n    dependencies:\n      es5-ext \"^0.10.9\"\n  \n  damerau-levenshtein@^1.0.0:\n    version \"1.0.4\"\n    resolved \"https://registry.yarnpkg.com/damerau-levenshtein/-/damerau-levenshtein-1.0.4.tgz#03191c432cb6eea168bb77f3a55ffdccb8978514\"\n  \n  dashdash@^1.12.0:\n    version \"1.14.1\"\n    resolved \"https://registry.yarnpkg.com/dashdash/-/dashdash-1.14.1.tgz#853cfa0f7cbe2fed5de20326b8dd581035f6e2f0\"\n    dependencies:\n      assert-plus \"^1.0.0\"\n  \n  data-uri-to-blob@^0.0.4:\n    version \"0.0.4\"\n    resolved \"https://registry.yarnpkg.com/data-uri-to-blob/-/data-uri-to-blob-0.0.4.tgz#087a7bff42f41a6cc0b2e2fb7312a7c29904fbaa\"\n  \n  date-now@^0.1.4:\n    version \"0.1.4\"\n    resolved \"https://registry.yarnpkg.com/date-now/-/date-now-0.1.4.tgz#eaf439fd4d4848ad74e5cc7dbef200672b9e345b\"\n  \n  debug@2.6.0:\n    version \"2.6.0\"\n    resolved \"https://registry.yarnpkg.com/debug/-/debug-2.6.0.tgz#bc596bcabe7617f11d9fa15361eded5608b8499b\"\n    dependencies:\n      ms \"0.7.2\"\n  \n  debug@2.6.1:\n    version \"2.6.1\"\n    resolved \"https://registry.yarnpkg.com/debug/-/debug-2.6.1.tgz#79855090ba2c4e3115cc7d8769491d58f0491351\"\n    dependencies:\n      ms \"0.7.2\"\n  \n  debug@2.6.4:\n    version \"2.6.4\"\n    resolved \"https://registry.yarnpkg.com/debug/-/debug-2.6.4.tgz#7586a9b3c39741c0282ae33445c4e8ac74734fe0\"\n    dependencies:\n      ms \"0.7.3\"\n  \n  debug@2.6.9, debug@^2.1.2, debug@^2.3.3:\n    version \"2.6.9\"\n    resolved \"https://registry.yarnpkg.com/debug/-/debug-2.6.9.tgz#5d128515df134ff327e90a4c93f4e077a536341f\"\n    dependencies:\n      ms \"2.0.0\"\n  \n  debug@^2.1.1, debug@^2.2.0:\n    version \"2.6.6\"\n    resolved \"https://registry.yarnpkg.com/debug/-/debug-2.6.6.tgz#a9fa6fbe9ca43cf1e79f73b75c0189cbb7d6db5a\"\n    dependencies:\n      ms \"0.7.3\"\n  \n  debug@^3.1.0:\n    version \"3.1.0\"\n    resolved \"https://registry.yarnpkg.com/debug/-/debug-3.1.0.tgz#5bb5a0672628b64149566ba16819e61518c67261\"\n    dependencies:\n      ms \"2.0.0\"\n  \n  decamelize@^1.0.0, decamelize@^1.1.1, decamelize@^1.1.2:\n    version \"1.2.0\"\n    resolved \"https://registry.yarnpkg.com/decamelize/-/decamelize-1.2.0.tgz#f6534d15148269b20352e7bee26f501f9a191290\"\n  \n  decode-uri-component@^0.2.0:\n    version \"0.2.0\"\n    resolved \"https://registry.yarnpkg.com/decode-uri-component/-/decode-uri-component-0.2.0.tgz#eb3913333458775cb84cd1a1fae062106bb87545\"\n  \n  deep-eql@^0.1.3:\n    version \"0.1.3\"\n    resolved \"https://registry.yarnpkg.com/deep-eql/-/deep-eql-0.1.3.tgz#ef558acab8de25206cd713906d74e56930eb69f2\"\n    dependencies:\n      type-detect \"0.1.1\"\n  \n  deep-extend@^0.6.0:\n    version \"0.6.0\"\n    resolved \"https://registry.yarnpkg.com/deep-extend/-/deep-extend-0.6.0.tgz#c4fa7c95404a17a9c3e8ca7e1537312b736330ac\"\n  \n  deep-is@~0.1.3:\n    version \"0.1.3\"\n    resolved \"https://registry.yarnpkg.com/deep-is/-/deep-is-0.1.3.tgz#b369d6fb5dbc13eecf524f91b070feedc357cf34\"\n  \n  define-properties@^1.1.2:\n    version \"1.1.2\"\n    resolved \"https://registry.yarnpkg.com/define-properties/-/define-properties-1.1.2.tgz#83a73f2fea569898fb737193c8f873caf6d45c94\"\n    dependencies:\n      foreach \"^2.0.5\"\n      object-keys \"^1.0.8\"\n  \n  define-property@^0.2.5:\n    version \"0.2.5\"\n    resolved \"https://registry.yarnpkg.com/define-property/-/define-property-0.2.5.tgz#c35b1ef918ec3c990f9a5bc57be04aacec5c8116\"\n    dependencies:\n      is-descriptor \"^0.1.0\"\n  \n  define-property@^1.0.0:\n    version \"1.0.0\"\n    resolved \"https://registry.yarnpkg.com/define-property/-/define-property-1.0.0.tgz#769ebaaf3f4a63aad3af9e8d304c9bbe79bfb0e6\"\n    dependencies:\n      is-descriptor \"^1.0.0\"\n  \n  define-property@^2.0.2:\n    version \"2.0.2\"\n    resolved \"https://registry.yarnpkg.com/define-property/-/define-property-2.0.2.tgz#d459689e8d654ba77e02a817f8710d702cb16e9d\"\n    dependencies:\n      is-descriptor \"^1.0.2\"\n      isobject \"^3.0.1\"\n  \n  defined@^1.0.0:\n    version \"1.0.0\"\n    resolved \"https://registry.yarnpkg.com/defined/-/defined-1.0.0.tgz#c98d9bcef75674188e110969151199e39b1fa693\"\n  \n  del@^2.0.2:\n    version \"2.2.2\"\n    resolved \"https://registry.yarnpkg.com/del/-/del-2.2.2.tgz#c12c981d067846c84bcaf862cff930d907ffd1a8\"\n    dependencies:\n      globby \"^5.0.0\"\n      is-path-cwd \"^1.0.0\"\n      is-path-in-cwd \"^1.0.0\"\n      object-assign \"^4.0.1\"\n      pify \"^2.0.0\"\n      pinkie-promise \"^2.0.0\"\n      rimraf \"^2.2.8\"\n  \n  del@^3.0.0:\n    version \"3.0.0\"\n    resolved \"https://registry.yarnpkg.com/del/-/del-3.0.0.tgz#53ecf699ffcbcb39637691ab13baf160819766e5\"\n    dependencies:\n      globby \"^6.1.0\"\n      is-path-cwd \"^1.0.0\"\n      is-path-in-cwd \"^1.0.0\"\n      p-map \"^1.1.1\"\n      pify \"^3.0.0\"\n      rimraf \"^2.2.8\"\n  \n  delayed-stream@~1.0.0:\n    version \"1.0.0\"\n    resolved \"https://registry.yarnpkg.com/delayed-stream/-/delayed-stream-1.0.0.tgz#df3ae199acadfb7d440aaae0b29e2272b24ec619\"\n  \n  delegates@^1.0.0:\n    version \"1.0.0\"\n    resolved \"https://registry.yarnpkg.com/delegates/-/delegates-1.0.0.tgz#84c6e159b81904fdca59a0ef44cd870d31250f9a\"\n  \n  depd@1.1.0, depd@~1.1.0:\n    version \"1.1.0\"\n    resolved \"https://registry.yarnpkg.com/depd/-/depd-1.1.0.tgz#e1bd82c6aab6ced965b97b88b17ed3e528ca18c3\"\n  \n  des.js@^1.0.0:\n    version \"1.0.0\"\n    resolved \"https://registry.yarnpkg.com/des.js/-/des.js-1.0.0.tgz#c074d2e2aa6a8a9a07dbd61f9a15c2cd83ec8ecc\"\n    dependencies:\n      inherits \"^2.0.1\"\n      minimalistic-assert \"^1.0.0\"\n  \n  destroy@~1.0.4:\n    version \"1.0.4\"\n    resolved \"https://registry.yarnpkg.com/destroy/-/destroy-1.0.4.tgz#978857442c44749e4206613e37946205826abd80\"\n  \n  detect-libc@^1.0.2:\n    version \"1.0.3\"\n    resolved \"https://registry.yarnpkg.com/detect-libc/-/detect-libc-1.0.3.tgz#fa137c4bd698edf55cd5cd02ac559f91a4c4ba9b\"\n  \n  diff-match-patch@^1.0.1:\n    version \"1.0.1\"\n    resolved \"https://registry.yarnpkg.com/diff-match-patch/-/diff-match-patch-1.0.1.tgz#d5f880213d82fbc124d2b95111fb3c033dbad7fa\"\n  \n  diff@3.2.0:\n    version \"3.2.0\"\n    resolved \"https://registry.yarnpkg.com/diff/-/diff-3.2.0.tgz#c9ce393a4b7cbd0b058a725c93df299027868ff9\"\n  \n  diffie-hellman@^5.0.0:\n    version \"5.0.2\"\n    resolved \"https://registry.yarnpkg.com/diffie-hellman/-/diffie-hellman-5.0.2.tgz#b5835739270cfe26acf632099fded2a07f209e5e\"\n    dependencies:\n      bn.js \"^4.1.0\"\n      miller-rabin \"^4.0.0\"\n      randombytes \"^2.0.0\"\n  \n  doctrine@1.3.x, doctrine@^1.2.2:\n    version \"1.3.0\"\n    resolved \"https://registry.yarnpkg.com/doctrine/-/doctrine-1.3.0.tgz#13e75682b55518424276f7c173783456ef913d26\"\n    dependencies:\n      esutils \"^2.0.2\"\n      isarray \"^1.0.0\"\n  \n  doctrine@^2.0.0:\n    version \"2.0.0\"\n    resolved \"https://registry.yarnpkg.com/doctrine/-/doctrine-2.0.0.tgz#c73d8d2909d22291e1a007a395804da8b665fe63\"\n    dependencies:\n      esutils \"^2.0.2\"\n      isarray \"^1.0.0\"\n  \n  doctypes@^1.1.0:\n    version \"1.1.0\"\n    resolved \"https://registry.yarnpkg.com/doctypes/-/doctypes-1.1.0.tgz#ea80b106a87538774e8a3a4a5afe293de489e0a9\"\n  \n  domain-browser@^1.1.1:\n    version \"1.1.7\"\n    resolved \"https://registry.yarnpkg.com/domain-browser/-/domain-browser-1.1.7.tgz#867aa4b093faa05f1de08c06f4d7b21fdf8698bc\"\n  \n  duplexify@^3.4.2, duplexify@^3.6.0:\n    version \"3.6.0\"\n    resolved \"https://registry.yarnpkg.com/duplexify/-/duplexify-3.6.0.tgz#592903f5d80b38d037220541264d69a198fb3410\"\n    dependencies:\n      end-of-stream \"^1.0.0\"\n      inherits \"^2.0.1\"\n      readable-stream \"^2.0.0\"\n      stream-shift \"^1.0.0\"\n  \n  ecc-jsbn@~0.1.1:\n    version \"0.1.1\"\n    resolved \"https://registry.yarnpkg.com/ecc-jsbn/-/ecc-jsbn-0.1.1.tgz#0fc73a9ed5f0d53c38193398523ef7e543777505\"\n    dependencies:\n      jsbn \"~0.1.0\"\n  \n  ee-first@1.1.1:\n    version \"1.1.1\"\n    resolved \"https://registry.yarnpkg.com/ee-first/-/ee-first-1.1.1.tgz#590c61156b0ae2f4f0255732a158b266bc56b21d\"\n  \n  electron-to-chromium@^1.2.7:\n    version \"1.3.9\"\n    resolved \"https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.3.9.tgz#db1cba2a26aebcca2f7f5b8b034554468609157d\"\n  \n  electron-to-chromium@^1.3.30:\n    version \"1.3.32\"\n    resolved \"https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.3.32.tgz#11d0684c0840e003c4be8928f8ac5f35dbc2b4e6\"\n  \n  electron-to-chromium@^1.3.47:\n    version \"1.3.51\"\n    resolved \"https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.3.51.tgz#6a42b49daaf7f22a5b37b991daf949f34dbdb9b5\"\n  \n  elliptic@^6.0.0:\n    version \"6.4.0\"\n    resolved \"https://registry.yarnpkg.com/elliptic/-/elliptic-6.4.0.tgz#cac9af8762c85836187003c8dfe193e5e2eae5df\"\n    dependencies:\n      bn.js \"^4.4.0\"\n      brorand \"^1.0.1\"\n      hash.js \"^1.0.0\"\n      hmac-drbg \"^1.0.0\"\n      inherits \"^2.0.1\"\n      minimalistic-assert \"^1.0.0\"\n      minimalistic-crypto-utils \"^1.0.0\"\n  \n  emojis-list@^2.0.0:\n    version \"2.1.0\"\n    resolved \"https://registry.yarnpkg.com/emojis-list/-/emojis-list-2.1.0.tgz#4daa4d9db00f9819880c79fa457ae5b09a1fd389\"\n  \n  encodeurl@~1.0.1:\n    version \"1.0.1\"\n    resolved \"https://registry.yarnpkg.com/encodeurl/-/encodeurl-1.0.1.tgz#79e3d58655346909fe6f0f45a5de68103b294d20\"\n  \n  encoding@0.1.12, encoding@^0.1.11:\n    version \"0.1.12\"\n    resolved \"https://registry.yarnpkg.com/encoding/-/encoding-0.1.12.tgz#538b66f3ee62cd1ab51ec323829d1f9480c74beb\"\n    dependencies:\n      iconv-lite \"~0.4.13\"\n  \n  end-of-stream@^1.0.0:\n    version \"1.4.0\"\n    resolved \"https://registry.yarnpkg.com/end-of-stream/-/end-of-stream-1.4.0.tgz#7a90d833efda6cfa6eac0f4949dbb0fad3a63206\"\n    dependencies:\n      once \"^1.4.0\"\n  \n  end-of-stream@^1.1.0:\n    version \"1.4.1\"\n    resolved \"https://registry.yarnpkg.com/end-of-stream/-/end-of-stream-1.4.1.tgz#ed29634d19baba463b6ce6b80a37213eab71ec43\"\n    dependencies:\n      once \"^1.4.0\"\n  \n  enhanced-resolve@^4.0.0, enhanced-resolve@^4.1.0:\n    version \"4.1.0\"\n    resolved \"https://registry.yarnpkg.com/enhanced-resolve/-/enhanced-resolve-4.1.0.tgz#41c7e0bfdfe74ac1ffe1e57ad6a5c6c9f3742a7f\"\n    dependencies:\n      graceful-fs \"^4.1.2\"\n      memory-fs \"^0.4.0\"\n      tapable \"^1.0.0\"\n  \n  errno@^0.1.3:\n    version \"0.1.4\"\n    resolved \"https://registry.yarnpkg.com/errno/-/errno-0.1.4.tgz#b896e23a9e5e8ba33871fc996abd3635fc9a1c7d\"\n    dependencies:\n      prr \"~0.0.0\"\n  \n  errno@~0.1.7:\n    version \"0.1.7\"\n    resolved \"https://registry.yarnpkg.com/errno/-/errno-0.1.7.tgz#4684d71779ad39af177e3f007996f7c67c852618\"\n    dependencies:\n      prr \"~1.0.1\"\n  \n  error-ex@^1.2.0:\n    version \"1.3.1\"\n    resolved \"https://registry.yarnpkg.com/error-ex/-/error-ex-1.3.1.tgz#f855a86ce61adc4e8621c3cda21e7a7612c3a8dc\"\n    dependencies:\n      is-arrayish \"^0.2.1\"\n  \n  es-abstract@^1.5.1:\n    version \"1.12.0\"\n    resolved \"https://registry.yarnpkg.com/es-abstract/-/es-abstract-1.12.0.tgz#9dbbdd27c6856f0001421ca18782d786bf8a6165\"\n    dependencies:\n      es-to-primitive \"^1.1.1\"\n      function-bind \"^1.1.1\"\n      has \"^1.0.1\"\n      is-callable \"^1.1.3\"\n      is-regex \"^1.0.4\"\n  \n  es-abstract@^1.7.0:\n    version \"1.7.0\"\n    resolved \"https://registry.yarnpkg.com/es-abstract/-/es-abstract-1.7.0.tgz#dfade774e01bfcd97f96180298c449c8623fb94c\"\n    dependencies:\n      es-to-primitive \"^1.1.1\"\n      function-bind \"^1.1.0\"\n      is-callable \"^1.1.3\"\n      is-regex \"^1.0.3\"\n  \n  es-to-primitive@^1.1.1:\n    version \"1.1.1\"\n    resolved \"https://registry.yarnpkg.com/es-to-primitive/-/es-to-primitive-1.1.1.tgz#45355248a88979034b6792e19bb81f2b7975dd0d\"\n    dependencies:\n      is-callable \"^1.1.1\"\n      is-date-object \"^1.0.1\"\n      is-symbol \"^1.0.1\"\n  \n  es5-ext@^0.10.14, es5-ext@^0.10.9, es5-ext@~0.10.14:\n    version \"0.10.15\"\n    resolved \"https://registry.yarnpkg.com/es5-ext/-/es5-ext-0.10.15.tgz#c330a5934c1ee21284a7c081a86e5fd937c91ea6\"\n    dependencies:\n      es6-iterator \"2\"\n      es6-symbol \"~3.1\"\n  \n  es6-iterator@2, es6-iterator@^2.0.1, es6-iterator@~2.0.1:\n    version \"2.0.1\"\n    resolved \"https://registry.yarnpkg.com/es6-iterator/-/es6-iterator-2.0.1.tgz#8e319c9f0453bf575d374940a655920e59ca5512\"\n    dependencies:\n      d \"1\"\n      es5-ext \"^0.10.14\"\n      es6-symbol \"^3.1\"\n  \n  es6-map@^0.1.3:\n    version \"0.1.5\"\n    resolved \"https://registry.yarnpkg.com/es6-map/-/es6-map-0.1.5.tgz#9136e0503dcc06a301690f0bb14ff4e364e949f0\"\n    dependencies:\n      d \"1\"\n      es5-ext \"~0.10.14\"\n      es6-iterator \"~2.0.1\"\n      es6-set \"~0.1.5\"\n      es6-symbol \"~3.1.1\"\n      event-emitter \"~0.3.5\"\n  \n  es6-promise@^3.0.0:\n    version \"3.3.1\"\n    resolved \"https://registry.yarnpkg.com/es6-promise/-/es6-promise-3.3.1.tgz#a08cdde84ccdbf34d027a1451bc91d4bcd28a613\"\n  \n  es6-set@^0.1.4, es6-set@~0.1.5:\n    version \"0.1.5\"\n    resolved \"https://registry.yarnpkg.com/es6-set/-/es6-set-0.1.5.tgz#d2b3ec5d4d800ced818db538d28974db0a73ccb1\"\n    dependencies:\n      d \"1\"\n      es5-ext \"~0.10.14\"\n      es6-iterator \"~2.0.1\"\n      es6-symbol \"3.1.1\"\n      event-emitter \"~0.3.5\"\n  \n  es6-symbol@3.1.1, es6-symbol@^3.1, es6-symbol@^3.1.1, es6-symbol@~3.1, es6-symbol@~3.1.1:\n    version \"3.1.1\"\n    resolved \"https://registry.yarnpkg.com/es6-symbol/-/es6-symbol-3.1.1.tgz#bf00ef4fdab6ba1b46ecb7b629b4c7ed5715cc77\"\n    dependencies:\n      d \"1\"\n      es5-ext \"~0.10.14\"\n  \n  es6-weak-map@^2.0.1:\n    version \"2.0.2\"\n    resolved \"https://registry.yarnpkg.com/es6-weak-map/-/es6-weak-map-2.0.2.tgz#5e3ab32251ffd1538a1f8e5ffa1357772f92d96f\"\n    dependencies:\n      d \"1\"\n      es5-ext \"^0.10.14\"\n      es6-iterator \"^2.0.1\"\n      es6-symbol \"^3.1.1\"\n  \n  escape-html@~1.0.3:\n    version \"1.0.3\"\n    resolved \"https://registry.yarnpkg.com/escape-html/-/escape-html-1.0.3.tgz#0258eae4d3d0c0974de1c169188ef0051d1d1988\"\n  \n  escape-string-regexp@1.0.5, escape-string-regexp@^1.0.2, escape-string-regexp@^1.0.5:\n    version \"1.0.5\"\n    resolved \"https://registry.yarnpkg.com/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz#1b61c0562190a8dff6ae3bb2cf0200ca130b86d4\"\n  \n  escodegen@^1.6.1:\n    version \"1.8.1\"\n    resolved \"https://registry.yarnpkg.com/escodegen/-/escodegen-1.8.1.tgz#5a5b53af4693110bebb0867aa3430dd3b70a1018\"\n    dependencies:\n      esprima \"^2.7.1\"\n      estraverse \"^1.9.1\"\n      esutils \"^2.0.2\"\n      optionator \"^0.8.1\"\n    optionalDependencies:\n      source-map \"~0.2.0\"\n  \n  escope@^3.6.0:\n    version \"3.6.0\"\n    resolved \"https://registry.yarnpkg.com/escope/-/escope-3.6.0.tgz#e01975e812781a163a6dadfdd80398dc64c889c3\"\n    dependencies:\n      es6-map \"^0.1.3\"\n      es6-weak-map \"^2.0.1\"\n      esrecurse \"^4.1.0\"\n      estraverse \"^4.1.1\"\n  \n  eslint-config-airbnb-base@^8.0.0:\n    version \"8.0.0\"\n    resolved \"https://registry.yarnpkg.com/eslint-config-airbnb-base/-/eslint-config-airbnb-base-8.0.0.tgz#c5e958a469ab8af76aff068b43d784e5afe74ca7\"\n  \n  eslint-config-airbnb@^12.0.0:\n    version \"12.0.0\"\n    resolved \"https://registry.yarnpkg.com/eslint-config-airbnb/-/eslint-config-airbnb-12.0.0.tgz#ab282b756a25f03d04ac264c24d673a08a803270\"\n    dependencies:\n      eslint-config-airbnb-base \"^8.0.0\"\n  \n  eslint-import-resolver-node@^0.2.0:\n    version \"0.2.3\"\n    resolved \"https://registry.yarnpkg.com/eslint-import-resolver-node/-/eslint-import-resolver-node-0.2.3.tgz#5add8106e8c928db2cba232bcd9efa846e3da16c\"\n    dependencies:\n      debug \"^2.2.0\"\n      object-assign \"^4.0.1\"\n      resolve \"^1.1.6\"\n  \n  eslint-plugin-import@^1.16.0:\n    version \"1.16.0\"\n    resolved \"https://registry.yarnpkg.com/eslint-plugin-import/-/eslint-plugin-import-1.16.0.tgz#b2fa07ebcc53504d0f2a4477582ec8bff1871b9f\"\n    dependencies:\n      builtin-modules \"^1.1.1\"\n      contains-path \"^0.1.0\"\n      debug \"^2.2.0\"\n      doctrine \"1.3.x\"\n      es6-map \"^0.1.3\"\n      es6-set \"^0.1.4\"\n      eslint-import-resolver-node \"^0.2.0\"\n      has \"^1.0.1\"\n      lodash.cond \"^4.3.0\"\n      lodash.endswith \"^4.0.1\"\n      lodash.find \"^4.3.0\"\n      lodash.findindex \"^4.3.0\"\n      minimatch \"^3.0.3\"\n      object-assign \"^4.0.1\"\n      pkg-dir \"^1.0.0\"\n      pkg-up \"^1.0.0\"\n  \n  eslint-plugin-jsx-a11y@^2.2.3:\n    version \"2.2.3\"\n    resolved \"https://registry.yarnpkg.com/eslint-plugin-jsx-a11y/-/eslint-plugin-jsx-a11y-2.2.3.tgz#4e35cb71b8a7db702ac415c806eb8e8d9ea6c65d\"\n    dependencies:\n      damerau-levenshtein \"^1.0.0\"\n      jsx-ast-utils \"^1.0.0\"\n      object-assign \"^4.0.1\"\n  \n  eslint-plugin-react@^6.5.0:\n    version \"6.10.3\"\n    resolved \"https://registry.yarnpkg.com/eslint-plugin-react/-/eslint-plugin-react-6.10.3.tgz#c5435beb06774e12c7db2f6abaddcbf900cd3f78\"\n    dependencies:\n      array.prototype.find \"^2.0.1\"\n      doctrine \"^1.2.2\"\n      has \"^1.0.1\"\n      jsx-ast-utils \"^1.3.4\"\n      object.assign \"^4.0.4\"\n  \n  eslint-scope@^3.7.1:\n    version \"3.7.1\"\n    resolved \"https://registry.yarnpkg.com/eslint-scope/-/eslint-scope-3.7.1.tgz#3d63c3edfda02e06e01a452ad88caacc7cdcb6e8\"\n    dependencies:\n      esrecurse \"^4.1.0\"\n      estraverse \"^4.1.1\"\n  \n  eslint@^3.9.1:\n    version \"3.19.0\"\n    resolved \"https://registry.yarnpkg.com/eslint/-/eslint-3.19.0.tgz#c8fc6201c7f40dd08941b87c085767386a679acc\"\n    dependencies:\n      babel-code-frame \"^6.16.0\"\n      chalk \"^1.1.3\"\n      concat-stream \"^1.5.2\"\n      debug \"^2.1.1\"\n      doctrine \"^2.0.0\"\n      escope \"^3.6.0\"\n      espree \"^3.4.0\"\n      esquery \"^1.0.0\"\n      estraverse \"^4.2.0\"\n      esutils \"^2.0.2\"\n      file-entry-cache \"^2.0.0\"\n      glob \"^7.0.3\"\n      globals \"^9.14.0\"\n      ignore \"^3.2.0\"\n      imurmurhash \"^0.1.4\"\n      inquirer \"^0.12.0\"\n      is-my-json-valid \"^2.10.0\"\n      is-resolvable \"^1.0.0\"\n      js-yaml \"^3.5.1\"\n      json-stable-stringify \"^1.0.0\"\n      levn \"^0.3.0\"\n      lodash \"^4.0.0\"\n      mkdirp \"^0.5.0\"\n      natural-compare \"^1.4.0\"\n      optionator \"^0.8.2\"\n      path-is-inside \"^1.0.1\"\n      pluralize \"^1.2.1\"\n      progress \"^1.1.8\"\n      require-uncached \"^1.0.2\"\n      shelljs \"^0.7.5\"\n      strip-bom \"^3.0.0\"\n      strip-json-comments \"~2.0.1\"\n      table \"^3.7.8\"\n      text-table \"~0.2.0\"\n      user-home \"^2.0.0\"\n  \n  espree@^3.4.0:\n    version \"3.4.2\"\n    resolved \"https://registry.yarnpkg.com/espree/-/espree-3.4.2.tgz#38dbdedbedc95b8961a1fbf04734a8f6a9c8c592\"\n    dependencies:\n      acorn \"^5.0.1\"\n      acorn-jsx \"^3.0.0\"\n  \n  esprima@^2.6.0, esprima@^2.7.1:\n    version \"2.7.3\"\n    resolved \"https://registry.yarnpkg.com/esprima/-/esprima-2.7.3.tgz#96e3b70d5779f6ad49cd032673d1c312767ba581\"\n  \n  esprima@^3.1.1:\n    version \"3.1.3\"\n    resolved \"https://registry.yarnpkg.com/esprima/-/esprima-3.1.3.tgz#fdca51cee6133895e3c88d535ce49dbff62a4633\"\n  \n  esprima@^4.0.0:\n    version \"4.0.0\"\n    resolved \"https://registry.yarnpkg.com/esprima/-/esprima-4.0.0.tgz#4499eddcd1110e0b218bacf2fa7f7f59f55ca804\"\n  \n  esquery@^1.0.0:\n    version \"1.0.0\"\n    resolved \"https://registry.yarnpkg.com/esquery/-/esquery-1.0.0.tgz#cfba8b57d7fba93f17298a8a006a04cda13d80fa\"\n    dependencies:\n      estraverse \"^4.0.0\"\n  \n  esrecurse@^4.1.0:\n    version \"4.1.0\"\n    resolved \"https://registry.yarnpkg.com/esrecurse/-/esrecurse-4.1.0.tgz#4713b6536adf7f2ac4f327d559e7756bff648220\"\n    dependencies:\n      estraverse \"~4.1.0\"\n      object-assign \"^4.0.1\"\n  \n  estraverse@^1.9.1:\n    version \"1.9.3\"\n    resolved \"https://registry.yarnpkg.com/estraverse/-/estraverse-1.9.3.tgz#af67f2dc922582415950926091a4005d29c9bb44\"\n  \n  estraverse@^4.0.0, estraverse@^4.1.1, estraverse@^4.2.0:\n    version \"4.2.0\"\n    resolved \"https://registry.yarnpkg.com/estraverse/-/estraverse-4.2.0.tgz#0dee3fed31fcd469618ce7342099fc1afa0bdb13\"\n  \n  estraverse@~4.1.0:\n    version \"4.1.1\"\n    resolved \"https://registry.yarnpkg.com/estraverse/-/estraverse-4.1.1.tgz#f6caca728933a850ef90661d0e17982ba47111a2\"\n  \n  esutils@^2.0.2:\n    version \"2.0.2\"\n    resolved \"https://registry.yarnpkg.com/esutils/-/esutils-2.0.2.tgz#0abf4f1caa5bcb1f7a9d8acc6dea4faaa04bac9b\"\n  \n  etag@~1.8.0:\n    version \"1.8.0\"\n    resolved \"https://registry.yarnpkg.com/etag/-/etag-1.8.0.tgz#6f631aef336d6c46362b51764044ce216be3c051\"\n  \n  event-emitter@~0.3.5:\n    version \"0.3.5\"\n    resolved \"https://registry.yarnpkg.com/event-emitter/-/event-emitter-0.3.5.tgz#df8c69eef1647923c7157b9ce83840610b02cc39\"\n    dependencies:\n      d \"1\"\n      es5-ext \"~0.10.14\"\n  \n  events@1.1.1, events@^1.0.0:\n    version \"1.1.1\"\n    resolved \"https://registry.yarnpkg.com/events/-/events-1.1.1.tgz#9ebdb7635ad099c70dcc4c2a1f5004288e8bd924\"\n  \n  evp_bytestokey@^1.0.0, evp_bytestokey@^1.0.3:\n    version \"1.0.3\"\n    resolved \"https://registry.yarnpkg.com/evp_bytestokey/-/evp_bytestokey-1.0.3.tgz#7fcbdb198dc71959432efe13842684e0525acb02\"\n    dependencies:\n      md5.js \"^1.3.4\"\n      safe-buffer \"^5.1.1\"\n  \n  execa@^0.7.0:\n    version \"0.7.0\"\n    resolved \"https://registry.yarnpkg.com/execa/-/execa-0.7.0.tgz#944becd34cc41ee32a63a9faf27ad5a65fc59777\"\n    dependencies:\n      cross-spawn \"^5.0.1\"\n      get-stream \"^3.0.0\"\n      is-stream \"^1.1.0\"\n      npm-run-path \"^2.0.0\"\n      p-finally \"^1.0.0\"\n      signal-exit \"^3.0.0\"\n      strip-eof \"^1.0.0\"\n  \n  exit-hook@^1.0.0:\n    version \"1.1.1\"\n    resolved \"https://registry.yarnpkg.com/exit-hook/-/exit-hook-1.1.1.tgz#f05ca233b48c05d54fff07765df8507e95c02ff8\"\n  \n  expand-brackets@^2.1.4:\n    version \"2.1.4\"\n    resolved \"https://registry.yarnpkg.com/expand-brackets/-/expand-brackets-2.1.4.tgz#b77735e315ce30f6b6eff0f83b04151a22449622\"\n    dependencies:\n      debug \"^2.3.3\"\n      define-property \"^0.2.5\"\n      extend-shallow \"^2.0.1\"\n      posix-character-classes \"^0.1.0\"\n      regex-not \"^1.0.0\"\n      snapdragon \"^0.8.1\"\n      to-regex \"^3.0.1\"\n  \n  express@^4.14.0:\n    version \"4.15.2\"\n    resolved \"https://registry.yarnpkg.com/express/-/express-4.15.2.tgz#af107fc148504457f2dca9a6f2571d7129b97b35\"\n    dependencies:\n      accepts \"~1.3.3\"\n      array-flatten \"1.1.1\"\n      content-disposition \"0.5.2\"\n      content-type \"~1.0.2\"\n      cookie \"0.3.1\"\n      cookie-signature \"1.0.6\"\n      debug \"2.6.1\"\n      depd \"~1.1.0\"\n      encodeurl \"~1.0.1\"\n      escape-html \"~1.0.3\"\n      etag \"~1.8.0\"\n      finalhandler \"~1.0.0\"\n      fresh \"0.5.0\"\n      merge-descriptors \"1.0.1\"\n      methods \"~1.1.2\"\n      on-finished \"~2.3.0\"\n      parseurl \"~1.3.1\"\n      path-to-regexp \"0.1.7\"\n      proxy-addr \"~1.1.3\"\n      qs \"6.4.0\"\n      range-parser \"~1.2.0\"\n      send \"0.15.1\"\n      serve-static \"1.12.1\"\n      setprototypeof \"1.0.3\"\n      statuses \"~1.3.1\"\n      type-is \"~1.6.14\"\n      utils-merge \"1.0.0\"\n      vary \"~1.1.0\"\n  \n  extend-shallow@^2.0.1:\n    version \"2.0.1\"\n    resolved \"https://registry.yarnpkg.com/extend-shallow/-/extend-shallow-2.0.1.tgz#51af7d614ad9a9f610ea1bafbb989d6b1c56890f\"\n    dependencies:\n      is-extendable \"^0.1.0\"\n  \n  extend-shallow@^3.0.0, extend-shallow@^3.0.2:\n    version \"3.0.2\"\n    resolved \"https://registry.yarnpkg.com/extend-shallow/-/extend-shallow-3.0.2.tgz#26a71aaf073b39fb2127172746131c2704028db8\"\n    dependencies:\n      assign-symbols \"^1.0.0\"\n      is-extendable \"^1.0.1\"\n  \n  extend@~3.0.0, extend@~3.0.1:\n    version \"3.0.1\"\n    resolved \"https://registry.yarnpkg.com/extend/-/extend-3.0.1.tgz#a755ea7bc1adfcc5a31ce7e762dbaadc5e636444\"\n  \n  external-editor@^3.0.0:\n    version \"3.0.0\"\n    resolved \"https://registry.yarnpkg.com/external-editor/-/external-editor-3.0.0.tgz#dc35c48c6f98a30ca27a20e9687d7f3c77704bb6\"\n    dependencies:\n      chardet \"^0.5.0\"\n      iconv-lite \"^0.4.22\"\n      tmp \"^0.0.33\"\n  \n  extglob@^2.0.4:\n    version \"2.0.4\"\n    resolved \"https://registry.yarnpkg.com/extglob/-/extglob-2.0.4.tgz#ad00fe4dc612a9232e8718711dc5cb5ab0285543\"\n    dependencies:\n      array-unique \"^0.3.2\"\n      define-property \"^1.0.0\"\n      expand-brackets \"^2.1.4\"\n      extend-shallow \"^2.0.1\"\n      fragment-cache \"^0.2.1\"\n      regex-not \"^1.0.0\"\n      snapdragon \"^0.8.1\"\n      to-regex \"^3.0.1\"\n  \n  extract-zip@^1.6.5:\n    version \"1.6.6\"\n    resolved \"https://registry.yarnpkg.com/extract-zip/-/extract-zip-1.6.6.tgz#1290ede8d20d0872b429fd3f351ca128ec5ef85c\"\n    dependencies:\n      concat-stream \"1.6.0\"\n      debug \"2.6.9\"\n      mkdirp \"0.5.0\"\n      yauzl \"2.4.1\"\n  \n  extsprintf@1.0.2:\n    version \"1.0.2\"\n    resolved \"https://registry.yarnpkg.com/extsprintf/-/extsprintf-1.0.2.tgz#e1080e0658e300b06294990cc70e1502235fd550\"\n  \n  fast-deep-equal@^1.0.0:\n    version \"1.0.0\"\n    resolved \"https://registry.yarnpkg.com/fast-deep-equal/-/fast-deep-equal-1.0.0.tgz#96256a3bc975595eb36d82e9929d060d893439ff\"\n  \n  fast-deep-equal@^2.0.1:\n    version \"2.0.1\"\n    resolved \"https://registry.yarnpkg.com/fast-deep-equal/-/fast-deep-equal-2.0.1.tgz#7b05218ddf9667bf7f370bf7fdb2cb15fdd0aa49\"\n  \n  fast-extend@0.0.2:\n    version \"0.0.2\"\n    resolved \"https://registry.yarnpkg.com/fast-extend/-/fast-extend-0.0.2.tgz#f5ec42cf40b9460f521a6387dfb52deeed671dbd\"\n  \n  fast-json-stable-stringify@^2.0.0:\n    version \"2.0.0\"\n    resolved \"https://registry.yarnpkg.com/fast-json-stable-stringify/-/fast-json-stable-stringify-2.0.0.tgz#d5142c0caee6b1189f87d3a76111064f86c8bbf2\"\n  \n  fast-levenshtein@~2.0.4:\n    version \"2.0.6\"\n    resolved \"https://registry.yarnpkg.com/fast-levenshtein/-/fast-levenshtein-2.0.6.tgz#3d8a5c66883a16a30ca8643e851f19baa7797917\"\n  \n  fastparse@^1.1.1:\n    version \"1.1.1\"\n    resolved \"https://registry.yarnpkg.com/fastparse/-/fastparse-1.1.1.tgz#d1e2643b38a94d7583b479060e6c4affc94071f8\"\n  \n  fbjs@^0.8.4, fbjs@^0.8.9:\n    version \"0.8.12\"\n    resolved \"https://registry.yarnpkg.com/fbjs/-/fbjs-0.8.12.tgz#10b5d92f76d45575fd63a217d4ea02bea2f8ed04\"\n    dependencies:\n      core-js \"^1.0.0\"\n      isomorphic-fetch \"^2.1.1\"\n      loose-envify \"^1.0.0\"\n      object-assign \"^4.1.0\"\n      promise \"^7.1.1\"\n      setimmediate \"^1.0.5\"\n      ua-parser-js \"^0.7.9\"\n  \n  fd-slicer@~1.0.1:\n    version \"1.0.1\"\n    resolved \"https://registry.yarnpkg.com/fd-slicer/-/fd-slicer-1.0.1.tgz#8b5bcbd9ec327c5041bf9ab023fd6750f1177e65\"\n    dependencies:\n      pend \"~1.2.0\"\n  \n  fetch@^1.0.1:\n    version \"1.1.0\"\n    resolved \"https://registry.yarnpkg.com/fetch/-/fetch-1.1.0.tgz#0a8279f06be37f9f0ebb567560a30a480da59a2e\"\n    dependencies:\n      biskviit \"1.0.1\"\n      encoding \"0.1.12\"\n  \n  figures@^1.3.5:\n    version \"1.7.0\"\n    resolved \"https://registry.yarnpkg.com/figures/-/figures-1.7.0.tgz#cbe1e3affcf1cd44b80cadfed28dc793a9701d2e\"\n    dependencies:\n      escape-string-regexp \"^1.0.5\"\n      object-assign \"^4.1.0\"\n  \n  figures@^2.0.0:\n    version \"2.0.0\"\n    resolved \"https://registry.yarnpkg.com/figures/-/figures-2.0.0.tgz#3ab1a2d2a62c8bfb431a0c94cb797a2fce27c962\"\n    dependencies:\n      escape-string-regexp \"^1.0.5\"\n  \n  file-entry-cache@^2.0.0:\n    version \"2.0.0\"\n    resolved \"https://registry.yarnpkg.com/file-entry-cache/-/file-entry-cache-2.0.0.tgz#c392990c3e684783d838b8c84a45d8a048458361\"\n    dependencies:\n      flat-cache \"^1.2.1\"\n      object-assign \"^4.0.1\"\n  \n  fill-range@^4.0.0:\n    version \"4.0.0\"\n    resolved \"https://registry.yarnpkg.com/fill-range/-/fill-range-4.0.0.tgz#d544811d428f98eb06a63dc402d2403c328c38f7\"\n    dependencies:\n      extend-shallow \"^2.0.1\"\n      is-number \"^3.0.0\"\n      repeat-string \"^1.6.1\"\n      to-regex-range \"^2.1.0\"\n  \n  finalhandler@~1.0.0:\n    version \"1.0.2\"\n    resolved \"https://registry.yarnpkg.com/finalhandler/-/finalhandler-1.0.2.tgz#d0e36f9dbc557f2de14423df6261889e9d60c93a\"\n    dependencies:\n      debug \"2.6.4\"\n      encodeurl \"~1.0.1\"\n      escape-html \"~1.0.3\"\n      on-finished \"~2.3.0\"\n      parseurl \"~1.3.1\"\n      statuses \"~1.3.1\"\n      unpipe \"~1.0.0\"\n  \n  find-cache-dir@^1.0.0:\n    version \"1.0.0\"\n    resolved \"https://registry.yarnpkg.com/find-cache-dir/-/find-cache-dir-1.0.0.tgz#9288e3e9e3cc3748717d39eade17cf71fc30ee6f\"\n    dependencies:\n      commondir \"^1.0.1\"\n      make-dir \"^1.0.0\"\n      pkg-dir \"^2.0.0\"\n  \n  find-up@^1.0.0:\n    version \"1.1.2\"\n    resolved \"https://registry.yarnpkg.com/find-up/-/find-up-1.1.2.tgz#6b2e9822b1a2ce0a60ab64d610eccad53cb24d0f\"\n    dependencies:\n      path-exists \"^2.0.0\"\n      pinkie-promise \"^2.0.0\"\n  \n  find-up@^2.1.0:\n    version \"2.1.0\"\n    resolved \"https://registry.yarnpkg.com/find-up/-/find-up-2.1.0.tgz#45d1b7e506c717ddd482775a2b77920a3c0c57a7\"\n    dependencies:\n      locate-path \"^2.0.0\"\n  \n  flat-cache@^1.2.1:\n    version \"1.2.2\"\n    resolved \"https://registry.yarnpkg.com/flat-cache/-/flat-cache-1.2.2.tgz#fa86714e72c21db88601761ecf2f555d1abc6b96\"\n    dependencies:\n      circular-json \"^0.3.1\"\n      del \"^2.0.2\"\n      graceful-fs \"^4.1.2\"\n      write \"^0.2.1\"\n  \n  flatten@^1.0.2:\n    version \"1.0.2\"\n    resolved \"https://registry.yarnpkg.com/flatten/-/flatten-1.0.2.tgz#dae46a9d78fbe25292258cc1e780a41d95c03782\"\n  \n  flush-write-stream@^1.0.0:\n    version \"1.0.3\"\n    resolved \"https://registry.yarnpkg.com/flush-write-stream/-/flush-write-stream-1.0.3.tgz#c5d586ef38af6097650b49bc41b55fabb19f35bd\"\n    dependencies:\n      inherits \"^2.0.1\"\n      readable-stream \"^2.0.4\"\n  \n  for-in@^1.0.2:\n    version \"1.0.2\"\n    resolved \"https://registry.yarnpkg.com/for-in/-/for-in-1.0.2.tgz#81068d295a8142ec0ac726c6e2200c30fb6d5e80\"\n  \n  foreach@^2.0.5:\n    version \"2.0.5\"\n    resolved \"https://registry.yarnpkg.com/foreach/-/foreach-2.0.5.tgz#0bee005018aeb260d0a3af3ae658dd0136ec1b99\"\n  \n  forever-agent@~0.6.1:\n    version \"0.6.1\"\n    resolved \"https://registry.yarnpkg.com/forever-agent/-/forever-agent-0.6.1.tgz#fbc71f0c41adeb37f96c577ad1ed42d8fdacca91\"\n  \n  form-data@~2.1.1:\n    version \"2.1.4\"\n    resolved \"https://registry.yarnpkg.com/form-data/-/form-data-2.1.4.tgz#33c183acf193276ecaa98143a69e94bfee1750d1\"\n    dependencies:\n      asynckit \"^0.4.0\"\n      combined-stream \"^1.0.5\"\n      mime-types \"^2.1.12\"\n  \n  form-data@~2.3.1:\n    version \"2.3.1\"\n    resolved \"https://registry.yarnpkg.com/form-data/-/form-data-2.3.1.tgz#6fb94fbd71885306d73d15cc497fe4cc4ecd44bf\"\n    dependencies:\n      asynckit \"^0.4.0\"\n      combined-stream \"^1.0.5\"\n      mime-types \"^2.1.12\"\n  \n  formatio@1.1.1:\n    version \"1.1.1\"\n    resolved \"https://registry.yarnpkg.com/formatio/-/formatio-1.1.1.tgz#5ed3ccd636551097383465d996199100e86161e9\"\n    dependencies:\n      samsam \"~1.1\"\n  \n  forwarded@~0.1.0:\n    version \"0.1.0\"\n    resolved \"https://registry.yarnpkg.com/forwarded/-/forwarded-0.1.0.tgz#19ef9874c4ae1c297bcf078fde63a09b66a84363\"\n  \n  fragment-cache@^0.2.1:\n    version \"0.2.1\"\n    resolved \"https://registry.yarnpkg.com/fragment-cache/-/fragment-cache-0.2.1.tgz#4290fad27f13e89be7f33799c6bc5a0abfff0d19\"\n    dependencies:\n      map-cache \"^0.2.2\"\n  \n  fresh@0.5.0:\n    version \"0.5.0\"\n    resolved \"https://registry.yarnpkg.com/fresh/-/fresh-0.5.0.tgz#f474ca5e6a9246d6fd8e0953cfa9b9c805afa78e\"\n  \n  from2@^2.1.0:\n    version \"2.3.0\"\n    resolved \"https://registry.yarnpkg.com/from2/-/from2-2.3.0.tgz#8bfb5502bde4a4d36cfdeea007fcca21d7e382af\"\n    dependencies:\n      inherits \"^2.0.1\"\n      readable-stream \"^2.0.0\"\n  \n  fs-minipass@^1.2.5:\n    version \"1.2.5\"\n    resolved \"https://registry.yarnpkg.com/fs-minipass/-/fs-minipass-1.2.5.tgz#06c277218454ec288df77ada54a03b8702aacb9d\"\n    dependencies:\n      minipass \"^2.2.1\"\n  \n  fs-monkey@^0.3.3:\n    version \"0.3.3\"\n    resolved \"https://registry.yarnpkg.com/fs-monkey/-/fs-monkey-0.3.3.tgz#7960bb2b1fa2653731b9d0e2e84812a7e8b3664a\"\n  \n  fs-write-stream-atomic@^1.0.8:\n    version \"1.0.10\"\n    resolved \"https://registry.yarnpkg.com/fs-write-stream-atomic/-/fs-write-stream-atomic-1.0.10.tgz#b47df53493ef911df75731e70a9ded0189db40c9\"\n    dependencies:\n      graceful-fs \"^4.1.2\"\n      iferr \"^0.1.5\"\n      imurmurhash \"^0.1.4\"\n      readable-stream \"1 || 2\"\n  \n  fs.realpath@^1.0.0:\n    version \"1.0.0\"\n    resolved \"https://registry.yarnpkg.com/fs.realpath/-/fs.realpath-1.0.0.tgz#1504ad2523158caa40db4a2787cb01411994ea4f\"\n  \n  fsevents@^1.2.2:\n    version \"1.2.4\"\n    resolved \"https://registry.yarnpkg.com/fsevents/-/fsevents-1.2.4.tgz#f41dcb1af2582af3692da36fc55cbd8e1041c426\"\n    dependencies:\n      nan \"^2.9.2\"\n      node-pre-gyp \"^0.10.0\"\n  \n  function-bind@^1.0.2, function-bind@^1.1.0:\n    version \"1.1.0\"\n    resolved \"https://registry.yarnpkg.com/function-bind/-/function-bind-1.1.0.tgz#16176714c801798e4e8f2cf7f7529467bb4a5771\"\n  \n  function-bind@^1.1.1:\n    version \"1.1.1\"\n    resolved \"https://registry.yarnpkg.com/function-bind/-/function-bind-1.1.1.tgz#a56899d3ea3c9bab874bb9773b7c5ede92f4895d\"\n  \n  gauge@~2.7.1:\n    version \"2.7.4\"\n    resolved \"https://registry.yarnpkg.com/gauge/-/gauge-2.7.4.tgz#2c03405c7538c39d7eb37b317022e325fb018bf7\"\n    dependencies:\n      aproba \"^1.0.3\"\n      console-control-strings \"^1.0.0\"\n      has-unicode \"^2.0.0\"\n      object-assign \"^4.1.0\"\n      signal-exit \"^3.0.0\"\n      string-width \"^1.0.1\"\n      strip-ansi \"^3.0.1\"\n      wide-align \"^1.1.0\"\n  \n  generate-function@^2.0.0:\n    version \"2.0.0\"\n    resolved \"https://registry.yarnpkg.com/generate-function/-/generate-function-2.0.0.tgz#6858fe7c0969b7d4e9093337647ac79f60dfbe74\"\n  \n  generate-object-property@^1.1.0:\n    version \"1.2.0\"\n    resolved \"https://registry.yarnpkg.com/generate-object-property/-/generate-object-property-1.2.0.tgz#9c0e1c40308ce804f4783618b937fa88f99d50d0\"\n    dependencies:\n      is-property \"^1.0.0\"\n  \n  generic-names@^1.0.1:\n    version \"1.0.2\"\n    resolved \"https://registry.yarnpkg.com/generic-names/-/generic-names-1.0.2.tgz#e25b7feceb5b5a8f28f5f972a7ccfe57e562adcd\"\n    dependencies:\n      loader-utils \"^0.2.16\"\n  \n  get-caller-file@^1.0.1:\n    version \"1.0.2\"\n    resolved \"https://registry.yarnpkg.com/get-caller-file/-/get-caller-file-1.0.2.tgz#f702e63127e7e231c160a80c1554acb70d5047e5\"\n  \n  get-stream@^3.0.0:\n    version \"3.0.0\"\n    resolved \"https://registry.yarnpkg.com/get-stream/-/get-stream-3.0.0.tgz#8e943d1358dc37555054ecbe2edb05aa174ede14\"\n  \n  get-value@^2.0.3, get-value@^2.0.6:\n    version \"2.0.6\"\n    resolved \"https://registry.yarnpkg.com/get-value/-/get-value-2.0.6.tgz#dc15ca1c672387ca76bd37ac0a395ba2042a2c28\"\n  \n  getpass@^0.1.1:\n    version \"0.1.7\"\n    resolved \"https://registry.yarnpkg.com/getpass/-/getpass-0.1.7.tgz#5eff8e3e684d569ae4cb2b1282604e8ba62149fa\"\n    dependencies:\n      assert-plus \"^1.0.0\"\n  \n  glob-parent@^3.1.0:\n    version \"3.1.0\"\n    resolved \"https://registry.yarnpkg.com/glob-parent/-/glob-parent-3.1.0.tgz#9e6af6299d8d3bd2bd40430832bd113df906c5ae\"\n    dependencies:\n      is-glob \"^3.1.0\"\n      path-dirname \"^1.0.0\"\n  \n  glob-to-regexp@^0.1.0:\n    version \"0.1.0\"\n    resolved \"https://registry.yarnpkg.com/glob-to-regexp/-/glob-to-regexp-0.1.0.tgz#e0369d426578fd456d47dc23b09de05c1da9ea5d\"\n  \n  glob@7.1.1, glob@^7.0.0, glob@^7.0.3, glob@^7.0.5:\n    version \"7.1.1\"\n    resolved \"https://registry.yarnpkg.com/glob/-/glob-7.1.1.tgz#805211df04faaf1c63a3600306cdf5ade50b2ec8\"\n    dependencies:\n      fs.realpath \"^1.0.0\"\n      inflight \"^1.0.4\"\n      inherits \"2\"\n      minimatch \"^3.0.2\"\n      once \"^1.3.0\"\n      path-is-absolute \"^1.0.0\"\n  \n  glob@^7.1.1, glob@^7.1.2:\n    version \"7.1.2\"\n    resolved \"https://registry.yarnpkg.com/glob/-/glob-7.1.2.tgz#c19c9df9a028702d678612384a6552404c636d15\"\n    dependencies:\n      fs.realpath \"^1.0.0\"\n      inflight \"^1.0.4\"\n      inherits \"2\"\n      minimatch \"^3.0.4\"\n      once \"^1.3.0\"\n      path-is-absolute \"^1.0.0\"\n  \n  global-modules-path@^2.1.0:\n    version \"2.1.0\"\n    resolved \"https://registry.yarnpkg.com/global-modules-path/-/global-modules-path-2.1.0.tgz#923ec524e8726bb0c1a4ed4b8e21e1ff80c88bbb\"\n  \n  globals@^11.1.0:\n    version \"11.7.0\"\n    resolved \"https://registry.yarnpkg.com/globals/-/globals-11.7.0.tgz#a583faa43055b1aca771914bf68258e2fc125673\"\n  \n  globals@^9.14.0:\n    version \"9.17.0\"\n    resolved \"https://registry.yarnpkg.com/globals/-/globals-9.17.0.tgz#0c0ca696d9b9bb694d2e5470bd37777caad50286\"\n  \n  globby@^5.0.0:\n    version \"5.0.0\"\n    resolved \"https://registry.yarnpkg.com/globby/-/globby-5.0.0.tgz#ebd84667ca0dbb330b99bcfc68eac2bc54370e0d\"\n    dependencies:\n      array-union \"^1.0.1\"\n      arrify \"^1.0.0\"\n      glob \"^7.0.3\"\n      object-assign \"^4.0.1\"\n      pify \"^2.0.0\"\n      pinkie-promise \"^2.0.0\"\n  \n  globby@^6.1.0:\n    version \"6.1.0\"\n    resolved \"https://registry.yarnpkg.com/globby/-/globby-6.1.0.tgz#f5a6d70e8395e21c858fb0489d64df02424d506c\"\n    dependencies:\n      array-union \"^1.0.1\"\n      glob \"^7.0.3\"\n      object-assign \"^4.0.1\"\n      pify \"^2.0.0\"\n      pinkie-promise \"^2.0.0\"\n  \n  graceful-fs@^4.1.0, graceful-fs@^4.1.11, graceful-fs@^4.1.2:\n    version \"4.1.11\"\n    resolved \"https://registry.yarnpkg.com/graceful-fs/-/graceful-fs-4.1.11.tgz#0e8bdfe4d1ddb8854d64e04ea7c00e2a026e5658\"\n  \n  \"graceful-readlink@>= 1.0.0\":\n    version \"1.0.1\"\n    resolved \"https://registry.yarnpkg.com/graceful-readlink/-/graceful-readlink-1.0.1.tgz#4cafad76bc62f02fa039b2f94e9a3dd3a391a725\"\n  \n  growl@1.9.2:\n    version \"1.9.2\"\n    resolved \"https://registry.yarnpkg.com/growl/-/growl-1.9.2.tgz#0ea7743715db8d8de2c5ede1775e1b45ac85c02f\"\n  \n  har-schema@^1.0.5:\n    version \"1.0.5\"\n    resolved \"https://registry.yarnpkg.com/har-schema/-/har-schema-1.0.5.tgz#d263135f43307c02c602afc8fe95970c0151369e\"\n  \n  har-schema@^2.0.0:\n    version \"2.0.0\"\n    resolved \"https://registry.yarnpkg.com/har-schema/-/har-schema-2.0.0.tgz#a94c2224ebcac04782a0d9035521f24735b7ec92\"\n  \n  har-validator@~4.2.1:\n    version \"4.2.1\"\n    resolved \"https://registry.yarnpkg.com/har-validator/-/har-validator-4.2.1.tgz#33481d0f1bbff600dd203d75812a6a5fba002e2a\"\n    dependencies:\n      ajv \"^4.9.1\"\n      har-schema \"^1.0.5\"\n  \n  har-validator@~5.0.3:\n    version \"5.0.3\"\n    resolved \"https://registry.yarnpkg.com/har-validator/-/har-validator-5.0.3.tgz#ba402c266194f15956ef15e0fcf242993f6a7dfd\"\n    dependencies:\n      ajv \"^5.1.0\"\n      har-schema \"^2.0.0\"\n  \n  has-ansi@^2.0.0:\n    version \"2.0.0\"\n    resolved \"https://registry.yarnpkg.com/has-ansi/-/has-ansi-2.0.0.tgz#34f5049ce1ecdf2b0649af3ef24e45ed35416d91\"\n    dependencies:\n      ansi-regex \"^2.0.0\"\n  \n  has-flag@^1.0.0:\n    version \"1.0.0\"\n    resolved \"https://registry.yarnpkg.com/has-flag/-/has-flag-1.0.0.tgz#9d9e793165ce017a00f00418c43f942a7b1d11fa\"\n  \n  has-flag@^2.0.0:\n    version \"2.0.0\"\n    resolved \"https://registry.yarnpkg.com/has-flag/-/has-flag-2.0.0.tgz#e8207af1cc7b30d446cc70b734b5e8be18f88d51\"\n  \n  has-flag@^3.0.0:\n    version \"3.0.0\"\n    resolved \"https://registry.yarnpkg.com/has-flag/-/has-flag-3.0.0.tgz#b5d454dc2199ae225699f3467e5a07f3b955bafd\"\n  \n  has-unicode@^2.0.0:\n    version \"2.0.1\"\n    resolved \"https://registry.yarnpkg.com/has-unicode/-/has-unicode-2.0.1.tgz#e0e6fe6a28cf51138855e086d1691e771de2a8b9\"\n  \n  has-value@^0.3.1:\n    version \"0.3.1\"\n    resolved \"https://registry.yarnpkg.com/has-value/-/has-value-0.3.1.tgz#7b1f58bada62ca827ec0a2078025654845995e1f\"\n    dependencies:\n      get-value \"^2.0.3\"\n      has-values \"^0.1.4\"\n      isobject \"^2.0.0\"\n  \n  has-value@^1.0.0:\n    version \"1.0.0\"\n    resolved \"https://registry.yarnpkg.com/has-value/-/has-value-1.0.0.tgz#18b281da585b1c5c51def24c930ed29a0be6b177\"\n    dependencies:\n      get-value \"^2.0.6\"\n      has-values \"^1.0.0\"\n      isobject \"^3.0.0\"\n  \n  has-values@^0.1.4:\n    version \"0.1.4\"\n    resolved \"https://registry.yarnpkg.com/has-values/-/has-values-0.1.4.tgz#6d61de95d91dfca9b9a02089ad384bff8f62b771\"\n  \n  has-values@^1.0.0:\n    version \"1.0.0\"\n    resolved \"https://registry.yarnpkg.com/has-values/-/has-values-1.0.0.tgz#95b0b63fec2146619a6fe57fe75628d5a39efe4f\"\n    dependencies:\n      is-number \"^3.0.0\"\n      kind-of \"^4.0.0\"\n  \n  has@^1.0.1:\n    version \"1.0.1\"\n    resolved \"https://registry.yarnpkg.com/has/-/has-1.0.1.tgz#8461733f538b0837c9361e39a9ab9e9704dc2f28\"\n    dependencies:\n      function-bind \"^1.0.2\"\n  \n  hash-base@^2.0.0:\n    version \"2.0.2\"\n    resolved \"https://registry.yarnpkg.com/hash-base/-/hash-base-2.0.2.tgz#66ea1d856db4e8a5470cadf6fce23ae5244ef2e1\"\n    dependencies:\n      inherits \"^2.0.1\"\n  \n  hash-base@^3.0.0:\n    version \"3.0.4\"\n    resolved \"https://registry.yarnpkg.com/hash-base/-/hash-base-3.0.4.tgz#5fc8686847ecd73499403319a6b0a3f3f6ae4918\"\n    dependencies:\n      inherits \"^2.0.1\"\n      safe-buffer \"^5.0.1\"\n  \n  hash.js@^1.0.0, hash.js@^1.0.3:\n    version \"1.1.3\"\n    resolved \"https://registry.yarnpkg.com/hash.js/-/hash.js-1.1.3.tgz#340dedbe6290187151c1ea1d777a3448935df846\"\n    dependencies:\n      inherits \"^2.0.3\"\n      minimalistic-assert \"^1.0.0\"\n  \n  hawk@~3.1.3:\n    version \"3.1.3\"\n    resolved \"https://registry.yarnpkg.com/hawk/-/hawk-3.1.3.tgz#078444bd7c1640b0fe540d2c9b73d59678e8e1c4\"\n    dependencies:\n      boom \"2.x.x\"\n      cryptiles \"2.x.x\"\n      hoek \"2.x.x\"\n      sntp \"1.x.x\"\n  \n  hawk@~6.0.2:\n    version \"6.0.2\"\n    resolved \"https://registry.yarnpkg.com/hawk/-/hawk-6.0.2.tgz#af4d914eb065f9b5ce4d9d11c1cb2126eecc3038\"\n    dependencies:\n      boom \"4.x.x\"\n      cryptiles \"3.x.x\"\n      hoek \"4.x.x\"\n      sntp \"2.x.x\"\n  \n  hmac-drbg@^1.0.0:\n    version \"1.0.1\"\n    resolved \"https://registry.yarnpkg.com/hmac-drbg/-/hmac-drbg-1.0.1.tgz#d2745701025a6c775a6c545793ed502fc0c649a1\"\n    dependencies:\n      hash.js \"^1.0.3\"\n      minimalistic-assert \"^1.0.0\"\n      minimalistic-crypto-utils \"^1.0.1\"\n  \n  hoek@2.x.x:\n    version \"2.16.3\"\n    resolved \"https://registry.yarnpkg.com/hoek/-/hoek-2.16.3.tgz#20bb7403d3cea398e91dc4710a8ff1b8274a25ed\"\n  \n  hoek@4.x.x:\n    version \"4.2.0\"\n    resolved \"https://registry.yarnpkg.com/hoek/-/hoek-4.2.0.tgz#72d9d0754f7fe25ca2d01ad8f8f9a9449a89526d\"\n  \n  hoist-non-react-statics@^1.0.3:\n    version \"1.2.0\"\n    resolved \"https://registry.yarnpkg.com/hoist-non-react-statics/-/hoist-non-react-statics-1.2.0.tgz#aa448cf0986d55cc40773b17174b7dd066cb7cfb\"\n  \n  html-comment-regex@^1.1.0:\n    version \"1.1.1\"\n    resolved \"https://registry.yarnpkg.com/html-comment-regex/-/html-comment-regex-1.1.1.tgz#668b93776eaae55ebde8f3ad464b307a4963625e\"\n  \n  html-encoding-sniffer@^1.0.1:\n    version \"1.0.1\"\n    resolved \"https://registry.yarnpkg.com/html-encoding-sniffer/-/html-encoding-sniffer-1.0.1.tgz#79bf7a785ea495fe66165e734153f363ff5437da\"\n    dependencies:\n      whatwg-encoding \"^1.0.1\"\n  \n  html-entities@^1.2.0:\n    version \"1.2.1\"\n    resolved \"https://registry.yarnpkg.com/html-entities/-/html-entities-1.2.1.tgz#0df29351f0721163515dfb9e5543e5f6eed5162f\"\n  \n  http-errors@~1.6.1:\n    version \"1.6.1\"\n    resolved \"https://registry.yarnpkg.com/http-errors/-/http-errors-1.6.1.tgz#5f8b8ed98aca545656bf572997387f904a722257\"\n    dependencies:\n      depd \"1.1.0\"\n      inherits \"2.0.3\"\n      setprototypeof \"1.0.3\"\n      statuses \">= 1.3.1 < 2\"\n  \n  http-signature@~1.1.0:\n    version \"1.1.1\"\n    resolved \"https://registry.yarnpkg.com/http-signature/-/http-signature-1.1.1.tgz#df72e267066cd0ac67fb76adf8e134a8fbcf91bf\"\n    dependencies:\n      assert-plus \"^0.2.0\"\n      jsprim \"^1.2.2\"\n      sshpk \"^1.7.0\"\n  \n  http-signature@~1.2.0:\n    version \"1.2.0\"\n    resolved \"https://registry.yarnpkg.com/http-signature/-/http-signature-1.2.0.tgz#9aecd925114772f3d95b65a60abb8f7c18fbace1\"\n    dependencies:\n      assert-plus \"^1.0.0\"\n      jsprim \"^1.2.2\"\n      sshpk \"^1.7.0\"\n  \n  httpolyglot@^0.1.1:\n    version \"0.1.2\"\n    resolved \"https://registry.yarnpkg.com/httpolyglot/-/httpolyglot-0.1.2.tgz#e4d347fe8984a62f467d4060df527f1851f6997b\"\n  \n  https-browserify@^1.0.0:\n    version \"1.0.0\"\n    resolved \"https://registry.yarnpkg.com/https-browserify/-/https-browserify-1.0.0.tgz#ec06c10e0a34c0f2faf199f7fd7fc78fffd03c73\"\n  \n  iconv-lite@0.4.13, iconv-lite@~0.4.13:\n    version \"0.4.13\"\n    resolved \"https://registry.yarnpkg.com/iconv-lite/-/iconv-lite-0.4.13.tgz#1f88aba4ab0b1508e8312acc39345f36e992e2f2\"\n  \n  iconv-lite@^0.4.22, iconv-lite@^0.4.4:\n    version \"0.4.23\"\n    resolved \"https://registry.yarnpkg.com/iconv-lite/-/iconv-lite-0.4.23.tgz#297871f63be507adcfbfca715d0cd0eed84e9a63\"\n    dependencies:\n      safer-buffer \">= 2.1.2 < 3\"\n  \n  icss-replace-symbols@^1.0.2:\n    version \"1.0.2\"\n    resolved \"https://registry.yarnpkg.com/icss-replace-symbols/-/icss-replace-symbols-1.0.2.tgz#cb0b6054eb3af6edc9ab1d62d01933e2d4c8bfa5\"\n  \n  ieee754@1.1.8, ieee754@^1.1.4:\n    version \"1.1.8\"\n    resolved \"https://registry.yarnpkg.com/ieee754/-/ieee754-1.1.8.tgz#be33d40ac10ef1926701f6f08a2d86fbfd1ad3e4\"\n  \n  ieee754@^1.1.11:\n    version \"1.1.12\"\n    resolved \"https://registry.yarnpkg.com/ieee754/-/ieee754-1.1.12.tgz#50bf24e5b9c8bb98af4964c941cdb0918da7b60b\"\n  \n  iferr@^0.1.5:\n    version \"0.1.5\"\n    resolved \"https://registry.yarnpkg.com/iferr/-/iferr-0.1.5.tgz#c60eed69e6d8fdb6b3104a1fcbca1c192dc5b501\"\n  \n  ignore-walk@^3.0.1:\n    version \"3.0.1\"\n    resolved \"https://registry.yarnpkg.com/ignore-walk/-/ignore-walk-3.0.1.tgz#a83e62e7d272ac0e3b551aaa82831a19b69f82f8\"\n    dependencies:\n      minimatch \"^3.0.4\"\n  \n  ignore@^3.2.0:\n    version \"3.3.0\"\n    resolved \"https://registry.yarnpkg.com/ignore/-/ignore-3.3.0.tgz#3812d22cbe9125f2c2b4915755a1b8abd745a001\"\n  \n  import-local@^1.0.0:\n    version \"1.0.0\"\n    resolved \"https://registry.yarnpkg.com/import-local/-/import-local-1.0.0.tgz#5e4ffdc03f4fe6c009c6729beb29631c2f8227bc\"\n    dependencies:\n      pkg-dir \"^2.0.0\"\n      resolve-cwd \"^2.0.0\"\n  \n  imurmurhash@^0.1.4:\n    version \"0.1.4\"\n    resolved \"https://registry.yarnpkg.com/imurmurhash/-/imurmurhash-0.1.4.tgz#9218b9b2b928a238b13dc4fb6b6d576f231453ea\"\n  \n  indexes-of@^1.0.1:\n    version \"1.0.1\"\n    resolved \"https://registry.yarnpkg.com/indexes-of/-/indexes-of-1.0.1.tgz#f30f716c8e2bd346c7b67d3df3915566a7c05607\"\n  \n  indexof@0.0.1:\n    version \"0.0.1\"\n    resolved \"https://registry.yarnpkg.com/indexof/-/indexof-0.0.1.tgz#82dc336d232b9062179d05ab3293a66059fd435d\"\n  \n  inflight@^1.0.4:\n    version \"1.0.6\"\n    resolved \"https://registry.yarnpkg.com/inflight/-/inflight-1.0.6.tgz#49bd6331d7d02d0c09bc910a1075ba8165b56df9\"\n    dependencies:\n      once \"^1.3.0\"\n      wrappy \"1\"\n  \n  inherits@2, inherits@2.0.3, inherits@^2.0.1, inherits@^2.0.3, inherits@~2.0.1, inherits@~2.0.3:\n    version \"2.0.3\"\n    resolved \"https://registry.yarnpkg.com/inherits/-/inherits-2.0.3.tgz#633c2c83e3da42a502f52466022480f4208261de\"\n  \n  inherits@2.0.1:\n    version \"2.0.1\"\n    resolved \"https://registry.yarnpkg.com/inherits/-/inherits-2.0.1.tgz#b17d08d326b4423e568eff719f91b0b1cbdf69f1\"\n  \n  ini@~1.3.0:\n    version \"1.3.4\"\n    resolved \"https://registry.yarnpkg.com/ini/-/ini-1.3.4.tgz#0537cb79daf59b59a1a517dff706c86ec039162e\"\n  \n  inquirer@^0.12.0:\n    version \"0.12.0\"\n    resolved \"https://registry.yarnpkg.com/inquirer/-/inquirer-0.12.0.tgz#1ef2bfd63504df0bc75785fff8c2c41df12f077e\"\n    dependencies:\n      ansi-escapes \"^1.1.0\"\n      ansi-regex \"^2.0.0\"\n      chalk \"^1.0.0\"\n      cli-cursor \"^1.0.1\"\n      cli-width \"^2.0.0\"\n      figures \"^1.3.5\"\n      lodash \"^4.3.0\"\n      readline2 \"^1.0.1\"\n      run-async \"^0.1.0\"\n      rx-lite \"^3.1.2\"\n      string-width \"^1.0.1\"\n      strip-ansi \"^3.0.0\"\n      through \"^2.3.6\"\n  \n  inquirer@^6.0.0:\n    version \"6.0.0\"\n    resolved \"https://registry.yarnpkg.com/inquirer/-/inquirer-6.0.0.tgz#e8c20303ddc15bbfc2c12a6213710ccd9e1413d8\"\n    dependencies:\n      ansi-escapes \"^3.0.0\"\n      chalk \"^2.0.0\"\n      cli-cursor \"^2.1.0\"\n      cli-width \"^2.0.0\"\n      external-editor \"^3.0.0\"\n      figures \"^2.0.0\"\n      lodash \"^4.3.0\"\n      mute-stream \"0.0.7\"\n      run-async \"^2.2.0\"\n      rxjs \"^6.1.0\"\n      string-width \"^2.1.0\"\n      strip-ansi \"^4.0.0\"\n      through \"^2.3.6\"\n  \n  interpret@^1.0.0:\n    version \"1.0.3\"\n    resolved \"https://registry.yarnpkg.com/interpret/-/interpret-1.0.3.tgz#cbc35c62eeee73f19ab7b10a801511401afc0f90\"\n  \n  interpret@^1.1.0:\n    version \"1.1.0\"\n    resolved \"https://registry.yarnpkg.com/interpret/-/interpret-1.1.0.tgz#7ed1b1410c6a0e0f78cf95d3b8440c63f78b8614\"\n  \n  invariant@^2.0.0, invariant@^2.2.0:\n    version \"2.2.2\"\n    resolved \"https://registry.yarnpkg.com/invariant/-/invariant-2.2.2.tgz#9e1f56ac0acdb6bf303306f338be3b204ae60360\"\n    dependencies:\n      loose-envify \"^1.0.0\"\n  \n  invariant@^2.2.2:\n    version \"2.2.4\"\n    resolved \"https://registry.yarnpkg.com/invariant/-/invariant-2.2.4.tgz#610f3c92c9359ce1db616e538008d23ff35158e6\"\n    dependencies:\n      loose-envify \"^1.0.0\"\n  \n  invert-kv@^1.0.0:\n    version \"1.0.0\"\n    resolved \"https://registry.yarnpkg.com/invert-kv/-/invert-kv-1.0.0.tgz#104a8e4aaca6d3d8cd157a8ef8bfab2d7a3ffdb6\"\n  \n  ipaddr.js@1.3.0:\n    version \"1.3.0\"\n    resolved \"https://registry.yarnpkg.com/ipaddr.js/-/ipaddr.js-1.3.0.tgz#1e03a52fdad83a8bbb2b25cbf4998b4cffcd3dec\"\n  \n  is-absolute-url@^2.0.0:\n    version \"2.1.0\"\n    resolved \"https://registry.yarnpkg.com/is-absolute-url/-/is-absolute-url-2.1.0.tgz#50530dfb84fcc9aa7dbe7852e83a37b93b9f2aa6\"\n  \n  is-accessor-descriptor@^0.1.6:\n    version \"0.1.6\"\n    resolved \"https://registry.yarnpkg.com/is-accessor-descriptor/-/is-accessor-descriptor-0.1.6.tgz#a9e12cb3ae8d876727eeef3843f8a0897b5c98d6\"\n    dependencies:\n      kind-of \"^3.0.2\"\n  \n  is-accessor-descriptor@^1.0.0:\n    version \"1.0.0\"\n    resolved \"https://registry.yarnpkg.com/is-accessor-descriptor/-/is-accessor-descriptor-1.0.0.tgz#169c2f6d3df1f992618072365c9b0ea1f6878656\"\n    dependencies:\n      kind-of \"^6.0.0\"\n  \n  is-arrayish@^0.2.1:\n    version \"0.2.1\"\n    resolved \"https://registry.yarnpkg.com/is-arrayish/-/is-arrayish-0.2.1.tgz#77c99840527aa8ecb1a8ba697b80645a7a926a9d\"\n  \n  is-binary-path@^1.0.0:\n    version \"1.0.1\"\n    resolved \"https://registry.yarnpkg.com/is-binary-path/-/is-binary-path-1.0.1.tgz#75f16642b480f187a711c814161fd3a4a7655898\"\n    dependencies:\n      binary-extensions \"^1.0.0\"\n  \n  is-buffer@^1.1.5:\n    version \"1.1.5\"\n    resolved \"https://registry.yarnpkg.com/is-buffer/-/is-buffer-1.1.5.tgz#1f3b26ef613b214b88cbca23cc6c01d87961eecc\"\n  \n  is-callable@^1.1.1, is-callable@^1.1.3:\n    version \"1.1.3\"\n    resolved \"https://registry.yarnpkg.com/is-callable/-/is-callable-1.1.3.tgz#86eb75392805ddc33af71c92a0eedf74ee7604b2\"\n  \n  is-data-descriptor@^0.1.4:\n    version \"0.1.4\"\n    resolved \"https://registry.yarnpkg.com/is-data-descriptor/-/is-data-descriptor-0.1.4.tgz#0b5ee648388e2c860282e793f1856fec3f301b56\"\n    dependencies:\n      kind-of \"^3.0.2\"\n  \n  is-data-descriptor@^1.0.0:\n    version \"1.0.0\"\n    resolved \"https://registry.yarnpkg.com/is-data-descriptor/-/is-data-descriptor-1.0.0.tgz#d84876321d0e7add03990406abbbbd36ba9268c7\"\n    dependencies:\n      kind-of \"^6.0.0\"\n  \n  is-date-object@^1.0.1:\n    version \"1.0.1\"\n    resolved \"https://registry.yarnpkg.com/is-date-object/-/is-date-object-1.0.1.tgz#9aa20eb6aeebbff77fbd33e74ca01b33581d3a16\"\n  \n  is-descriptor@^0.1.0:\n    version \"0.1.6\"\n    resolved \"https://registry.yarnpkg.com/is-descriptor/-/is-descriptor-0.1.6.tgz#366d8240dde487ca51823b1ab9f07a10a78251ca\"\n    dependencies:\n      is-accessor-descriptor \"^0.1.6\"\n      is-data-descriptor \"^0.1.4\"\n      kind-of \"^5.0.0\"\n  \n  is-descriptor@^1.0.0, is-descriptor@^1.0.2:\n    version \"1.0.2\"\n    resolved \"https://registry.yarnpkg.com/is-descriptor/-/is-descriptor-1.0.2.tgz#3b159746a66604b04f8c81524ba365c5f14d86ec\"\n    dependencies:\n      is-accessor-descriptor \"^1.0.0\"\n      is-data-descriptor \"^1.0.0\"\n      kind-of \"^6.0.2\"\n  \n  is-directory@^0.3.1:\n    version \"0.3.1\"\n    resolved \"https://registry.yarnpkg.com/is-directory/-/is-directory-0.3.1.tgz#61339b6f2475fc772fd9c9d83f5c8575dc154ae1\"\n  \n  is-expression@^2.0.1:\n    version \"2.1.0\"\n    resolved \"https://registry.yarnpkg.com/is-expression/-/is-expression-2.1.0.tgz#91be9d47debcfef077977e9722be6dcfb4465ef0\"\n    dependencies:\n      acorn \"~3.3.0\"\n      object-assign \"^4.0.1\"\n  \n  is-expression@^3.0.0:\n    version \"3.0.0\"\n    resolved \"https://registry.yarnpkg.com/is-expression/-/is-expression-3.0.0.tgz#39acaa6be7fd1f3471dc42c7416e61c24317ac9f\"\n    dependencies:\n      acorn \"~4.0.2\"\n      object-assign \"^4.0.1\"\n  \n  is-extendable@^0.1.0, is-extendable@^0.1.1:\n    version \"0.1.1\"\n    resolved \"https://registry.yarnpkg.com/is-extendable/-/is-extendable-0.1.1.tgz#62b110e289a471418e3ec36a617d472e301dfc89\"\n  \n  is-extendable@^1.0.1:\n    version \"1.0.1\"\n    resolved \"https://registry.yarnpkg.com/is-extendable/-/is-extendable-1.0.1.tgz#a7470f9e426733d81bd81e1155264e3a3507cab4\"\n    dependencies:\n      is-plain-object \"^2.0.4\"\n  \n  is-extglob@^2.1.0, is-extglob@^2.1.1:\n    version \"2.1.1\"\n    resolved \"https://registry.yarnpkg.com/is-extglob/-/is-extglob-2.1.1.tgz#a88c02535791f02ed37c76a1b9ea9773c833f8c2\"\n  \n  is-fullwidth-code-point@^1.0.0:\n    version \"1.0.0\"\n    resolved \"https://registry.yarnpkg.com/is-fullwidth-code-point/-/is-fullwidth-code-point-1.0.0.tgz#ef9e31386f031a7f0d643af82fde50c457ef00cb\"\n    dependencies:\n      number-is-nan \"^1.0.0\"\n  \n  is-fullwidth-code-point@^2.0.0:\n    version \"2.0.0\"\n    resolved \"https://registry.yarnpkg.com/is-fullwidth-code-point/-/is-fullwidth-code-point-2.0.0.tgz#a3b30a5c4f199183167aaab93beefae3ddfb654f\"\n  \n  is-glob@^3.1.0:\n    version \"3.1.0\"\n    resolved \"https://registry.yarnpkg.com/is-glob/-/is-glob-3.1.0.tgz#7ba5ae24217804ac70707b96922567486cc3e84a\"\n    dependencies:\n      is-extglob \"^2.1.0\"\n  \n  is-glob@^4.0.0:\n    version \"4.0.0\"\n    resolved \"https://registry.yarnpkg.com/is-glob/-/is-glob-4.0.0.tgz#9521c76845cc2610a85203ddf080a958c2ffabc0\"\n    dependencies:\n      is-extglob \"^2.1.1\"\n  \n  is-my-json-valid@^2.10.0:\n    version \"2.16.0\"\n    resolved \"https://registry.yarnpkg.com/is-my-json-valid/-/is-my-json-valid-2.16.0.tgz#f079dd9bfdae65ee2038aae8acbc86ab109e3693\"\n    dependencies:\n      generate-function \"^2.0.0\"\n      generate-object-property \"^1.1.0\"\n      jsonpointer \"^4.0.0\"\n      xtend \"^4.0.0\"\n  \n  is-number@^3.0.0:\n    version \"3.0.0\"\n    resolved \"https://registry.yarnpkg.com/is-number/-/is-number-3.0.0.tgz#24fd6201a4782cf50561c810276afc7d12d71195\"\n    dependencies:\n      kind-of \"^3.0.2\"\n  \n  is-path-cwd@^1.0.0:\n    version \"1.0.0\"\n    resolved \"https://registry.yarnpkg.com/is-path-cwd/-/is-path-cwd-1.0.0.tgz#d225ec23132e89edd38fda767472e62e65f1106d\"\n  \n  is-path-in-cwd@^1.0.0:\n    version \"1.0.0\"\n    resolved \"https://registry.yarnpkg.com/is-path-in-cwd/-/is-path-in-cwd-1.0.0.tgz#6477582b8214d602346094567003be8a9eac04dc\"\n    dependencies:\n      is-path-inside \"^1.0.0\"\n  \n  is-path-inside@^1.0.0:\n    version \"1.0.0\"\n    resolved \"https://registry.yarnpkg.com/is-path-inside/-/is-path-inside-1.0.0.tgz#fc06e5a1683fbda13de667aff717bbc10a48f37f\"\n    dependencies:\n      path-is-inside \"^1.0.1\"\n  \n  is-plain-obj@^1.0.0:\n    version \"1.1.0\"\n    resolved \"https://registry.yarnpkg.com/is-plain-obj/-/is-plain-obj-1.1.0.tgz#71a50c8429dfca773c92a390a4a03b39fcd51d3e\"\n  \n  is-plain-object@^2.0.1, is-plain-object@^2.0.3, is-plain-object@^2.0.4:\n    version \"2.0.4\"\n    resolved \"https://registry.yarnpkg.com/is-plain-object/-/is-plain-object-2.0.4.tgz#2c163b3fafb1b606d9d17928f05c2a1c38e07677\"\n    dependencies:\n      isobject \"^3.0.1\"\n  \n  is-promise@^2.0.0, is-promise@^2.1.0:\n    version \"2.1.0\"\n    resolved \"https://registry.yarnpkg.com/is-promise/-/is-promise-2.1.0.tgz#79a2a9ece7f096e80f36d2b2f3bc16c1ff4bf3fa\"\n  \n  is-property@^1.0.0:\n    version \"1.0.2\"\n    resolved \"https://registry.yarnpkg.com/is-property/-/is-property-1.0.2.tgz#57fe1c4e48474edd65b09911f26b1cd4095dda84\"\n  \n  is-regex@^1.0.3, is-regex@^1.0.4:\n    version \"1.0.4\"\n    resolved \"https://registry.yarnpkg.com/is-regex/-/is-regex-1.0.4.tgz#5517489b547091b0930e095654ced25ee97e9491\"\n    dependencies:\n      has \"^1.0.1\"\n  \n  is-resolvable@^1.0.0:\n    version \"1.0.0\"\n    resolved \"https://registry.yarnpkg.com/is-resolvable/-/is-resolvable-1.0.0.tgz#8df57c61ea2e3c501408d100fb013cf8d6e0cc62\"\n    dependencies:\n      tryit \"^1.0.1\"\n  \n  is-stream@^1.0.1, is-stream@^1.1.0:\n    version \"1.1.0\"\n    resolved \"https://registry.yarnpkg.com/is-stream/-/is-stream-1.1.0.tgz#12d4a3dd4e68e0b79ceb8dbc84173ae80d91ca44\"\n  \n  is-svg@^2.0.0:\n    version \"2.1.0\"\n    resolved \"https://registry.yarnpkg.com/is-svg/-/is-svg-2.1.0.tgz#cf61090da0d9efbcab8722deba6f032208dbb0e9\"\n    dependencies:\n      html-comment-regex \"^1.1.0\"\n  \n  is-symbol@^1.0.1:\n    version \"1.0.1\"\n    resolved \"https://registry.yarnpkg.com/is-symbol/-/is-symbol-1.0.1.tgz#3cc59f00025194b6ab2e38dbae6689256b660572\"\n  \n  is-typedarray@~1.0.0:\n    version \"1.0.0\"\n    resolved \"https://registry.yarnpkg.com/is-typedarray/-/is-typedarray-1.0.0.tgz#e479c80858df0c1b11ddda6940f96011fcda4a9a\"\n  \n  is-windows@^1.0.0:\n    version \"1.0.1\"\n    resolved \"https://registry.yarnpkg.com/is-windows/-/is-windows-1.0.1.tgz#310db70f742d259a16a369202b51af84233310d9\"\n  \n  is-windows@^1.0.2:\n    version \"1.0.2\"\n    resolved \"https://registry.yarnpkg.com/is-windows/-/is-windows-1.0.2.tgz#d1850eb9791ecd18e6182ce12a30f396634bb19d\"\n  \n  isarray@1.0.0, isarray@^1.0.0, isarray@~1.0.0:\n    version \"1.0.0\"\n    resolved \"https://registry.yarnpkg.com/isarray/-/isarray-1.0.0.tgz#bb935d48582cba168c06834957a54a3e07124f11\"\n  \n  isexe@^2.0.0:\n    version \"2.0.0\"\n    resolved \"https://registry.yarnpkg.com/isexe/-/isexe-2.0.0.tgz#e8fbf374dc556ff8947a10dcb0572d633f2cfa10\"\n  \n  isobject@^2.0.0:\n    version \"2.1.0\"\n    resolved \"https://registry.yarnpkg.com/isobject/-/isobject-2.1.0.tgz#f065561096a3f1da2ef46272f815c840d87e0c89\"\n    dependencies:\n      isarray \"1.0.0\"\n  \n  isobject@^3.0.0, isobject@^3.0.1:\n    version \"3.0.1\"\n    resolved \"https://registry.yarnpkg.com/isobject/-/isobject-3.0.1.tgz#4e431e92b11a9731636aa1f9c8d1ccbcfdab78df\"\n  \n  isomorphic-fetch@^2.1.1:\n    version \"2.2.1\"\n    resolved \"https://registry.yarnpkg.com/isomorphic-fetch/-/isomorphic-fetch-2.2.1.tgz#611ae1acf14f5e81f729507472819fe9733558a9\"\n    dependencies:\n      node-fetch \"^1.0.1\"\n      whatwg-fetch \">=0.10.0\"\n  \n  isstream@~0.1.2:\n    version \"0.1.2\"\n    resolved \"https://registry.yarnpkg.com/isstream/-/isstream-0.1.2.tgz#47e63f7af55afa6f92e1500e690eb8b8529c099a\"\n  \n  jmespath@0.15.0:\n    version \"0.15.0\"\n    resolved \"https://registry.yarnpkg.com/jmespath/-/jmespath-0.15.0.tgz#a3f222a9aae9f966f5d27c796510e28091764217\"\n  \n  jodid25519@^1.0.0:\n    version \"1.0.2\"\n    resolved \"https://registry.yarnpkg.com/jodid25519/-/jodid25519-1.0.2.tgz#06d4912255093419477d425633606e0e90782967\"\n    dependencies:\n      jsbn \"~0.1.0\"\n  \n  js-base64@^2.1.9:\n    version \"2.1.9\"\n    resolved \"https://registry.yarnpkg.com/js-base64/-/js-base64-2.1.9.tgz#f0e80ae039a4bd654b5f281fc93f04a914a7fcce\"\n  \n  js-levenshtein@^1.1.3:\n    version \"1.1.3\"\n    resolved \"https://registry.yarnpkg.com/js-levenshtein/-/js-levenshtein-1.1.3.tgz#3ef627df48ec8cf24bacf05c0f184ff30ef413c5\"\n  \n  js-stringify@^1.0.1:\n    version \"1.0.2\"\n    resolved \"https://registry.yarnpkg.com/js-stringify/-/js-stringify-1.0.2.tgz#1736fddfd9724f28a3682adc6230ae7e4e9679db\"\n  \n  js-tokens@^3.0.0:\n    version \"3.0.1\"\n    resolved \"https://registry.yarnpkg.com/js-tokens/-/js-tokens-3.0.1.tgz#08e9f132484a2c45a30907e9dc4d5567b7f114d7\"\n  \n  js-yaml@^3.12.0:\n    version \"3.12.0\"\n    resolved \"https://registry.yarnpkg.com/js-yaml/-/js-yaml-3.12.0.tgz#eaed656ec8344f10f527c6bfa1b6e2244de167d1\"\n    dependencies:\n      argparse \"^1.0.7\"\n      esprima \"^4.0.0\"\n  \n  js-yaml@^3.4.3, js-yaml@^3.5.1:\n    version \"3.8.3\"\n    resolved \"https://registry.yarnpkg.com/js-yaml/-/js-yaml-3.8.3.tgz#33a05ec481c850c8875929166fe1beb61c728766\"\n    dependencies:\n      argparse \"^1.0.7\"\n      esprima \"^3.1.1\"\n  \n  js-yaml@~3.7.0:\n    version \"3.7.0\"\n    resolved \"https://registry.yarnpkg.com/js-yaml/-/js-yaml-3.7.0.tgz#5c967ddd837a9bfdca5f2de84253abe8a1c03b80\"\n    dependencies:\n      argparse \"^1.0.7\"\n      esprima \"^2.6.0\"\n  \n  jsbn@~0.1.0:\n    version \"0.1.1\"\n    resolved \"https://registry.yarnpkg.com/jsbn/-/jsbn-0.1.1.tgz#a5e654c2e5a2deb5f201d96cefbca80c0ef2f513\"\n  \n  jsdom@^9.2.1:\n    version \"9.12.0\"\n    resolved \"https://registry.yarnpkg.com/jsdom/-/jsdom-9.12.0.tgz#e8c546fffcb06c00d4833ca84410fed7f8a097d4\"\n    dependencies:\n      abab \"^1.0.3\"\n      acorn \"^4.0.4\"\n      acorn-globals \"^3.1.0\"\n      array-equal \"^1.0.0\"\n      content-type-parser \"^1.0.1\"\n      cssom \">= 0.3.2 < 0.4.0\"\n      cssstyle \">= 0.2.37 < 0.3.0\"\n      escodegen \"^1.6.1\"\n      html-encoding-sniffer \"^1.0.1\"\n      nwmatcher \">= 1.3.9 < 2.0.0\"\n      parse5 \"^1.5.1\"\n      request \"^2.79.0\"\n      sax \"^1.2.1\"\n      symbol-tree \"^3.2.1\"\n      tough-cookie \"^2.3.2\"\n      webidl-conversions \"^4.0.0\"\n      whatwg-encoding \"^1.0.1\"\n      whatwg-url \"^4.3.0\"\n      xml-name-validator \"^2.0.1\"\n  \n  jsesc@^2.5.1:\n    version \"2.5.1\"\n    resolved \"https://registry.yarnpkg.com/jsesc/-/jsesc-2.5.1.tgz#e421a2a8e20d6b0819df28908f782526b96dd1fe\"\n  \n  jsesc@~0.5.0:\n    version \"0.5.0\"\n    resolved \"https://registry.yarnpkg.com/jsesc/-/jsesc-0.5.0.tgz#e7dee66e35d6fc16f710fe91d5cf69f70f08911d\"\n  \n  json-parse-better-errors@^1.0.2:\n    version \"1.0.2\"\n    resolved \"https://registry.yarnpkg.com/json-parse-better-errors/-/json-parse-better-errors-1.0.2.tgz#bb867cfb3450e69107c131d1c514bab3dc8bcaa9\"\n  \n  json-schema-traverse@^0.3.0:\n    version \"0.3.1\"\n    resolved \"https://registry.yarnpkg.com/json-schema-traverse/-/json-schema-traverse-0.3.1.tgz#349a6d44c53a51de89b40805c5d5e59b417d3340\"\n  \n  json-schema-traverse@^0.4.1:\n    version \"0.4.1\"\n    resolved \"https://registry.yarnpkg.com/json-schema-traverse/-/json-schema-traverse-0.4.1.tgz#69f6a87d9513ab8bb8fe63bdb0979c448e684660\"\n  \n  json-schema@0.2.3:\n    version \"0.2.3\"\n    resolved \"https://registry.yarnpkg.com/json-schema/-/json-schema-0.2.3.tgz#b480c892e59a2f05954ce727bd3f2a4e882f9e13\"\n  \n  json-stable-stringify@^1.0.0, json-stable-stringify@^1.0.1:\n    version \"1.0.1\"\n    resolved \"https://registry.yarnpkg.com/json-stable-stringify/-/json-stable-stringify-1.0.1.tgz#9a759d39c5f2ff503fd5300646ed445f88c4f9af\"\n    dependencies:\n      jsonify \"~0.0.0\"\n  \n  json-stringify-safe@~5.0.1:\n    version \"5.0.1\"\n    resolved \"https://registry.yarnpkg.com/json-stringify-safe/-/json-stringify-safe-5.0.1.tgz#1296a2d58fd45f19a0f6ce01d65701e2c735b6eb\"\n  \n  json3@3.3.2:\n    version \"3.3.2\"\n    resolved \"https://registry.yarnpkg.com/json3/-/json3-3.3.2.tgz#3c0434743df93e2f5c42aee7b19bcb483575f4e1\"\n  \n  json5@^0.5.0:\n    version \"0.5.1\"\n    resolved \"https://registry.yarnpkg.com/json5/-/json5-0.5.1.tgz#1eade7acc012034ad84e2396767ead9fa5495821\"\n  \n  jsonify@~0.0.0:\n    version \"0.0.0\"\n    resolved \"https://registry.yarnpkg.com/jsonify/-/jsonify-0.0.0.tgz#2c74b6ee41d93ca51b7b5aaee8f503631d252a73\"\n  \n  jsonpointer@^4.0.0:\n    version \"4.0.1\"\n    resolved \"https://registry.yarnpkg.com/jsonpointer/-/jsonpointer-4.0.1.tgz#4fd92cb34e0e9db3c89c8622ecf51f9b978c6cb9\"\n  \n  jsprim@^1.2.2:\n    version \"1.4.0\"\n    resolved \"https://registry.yarnpkg.com/jsprim/-/jsprim-1.4.0.tgz#a3b87e40298d8c380552d8cc7628a0bb95a22918\"\n    dependencies:\n      assert-plus \"1.0.0\"\n      extsprintf \"1.0.2\"\n      json-schema \"0.2.3\"\n      verror \"1.3.6\"\n  \n  jstransformer@1.0.0:\n    version \"1.0.0\"\n    resolved \"https://registry.yarnpkg.com/jstransformer/-/jstransformer-1.0.0.tgz#ed8bf0921e2f3f1ed4d5c1a44f68709ed24722c3\"\n    dependencies:\n      is-promise \"^2.0.0\"\n      promise \"^7.0.1\"\n  \n  jsx-ast-utils@^1.0.0, jsx-ast-utils@^1.3.4:\n    version \"1.4.1\"\n    resolved \"https://registry.yarnpkg.com/jsx-ast-utils/-/jsx-ast-utils-1.4.1.tgz#3867213e8dd79bf1e8f2300c0cfc1efb182c0df1\"\n  \n  kew@^0.7.0:\n    version \"0.7.0\"\n    resolved \"https://registry.yarnpkg.com/kew/-/kew-0.7.0.tgz#79d93d2d33363d6fdd2970b335d9141ad591d79b\"\n  \n  kind-of@^3.0.2:\n    version \"3.2.0\"\n    resolved \"https://registry.yarnpkg.com/kind-of/-/kind-of-3.2.0.tgz#b58abe4d5c044ad33726a8c1525b48cf891bff07\"\n    dependencies:\n      is-buffer \"^1.1.5\"\n  \n  kind-of@^3.0.3, kind-of@^3.2.0:\n    version \"3.2.2\"\n    resolved \"https://registry.yarnpkg.com/kind-of/-/kind-of-3.2.2.tgz#31ea21a734bab9bbb0f32466d893aea51e4a3c64\"\n    dependencies:\n      is-buffer \"^1.1.5\"\n  \n  kind-of@^4.0.0:\n    version \"4.0.0\"\n    resolved \"https://registry.yarnpkg.com/kind-of/-/kind-of-4.0.0.tgz#20813df3d712928b207378691a45066fae72dd57\"\n    dependencies:\n      is-buffer \"^1.1.5\"\n  \n  kind-of@^5.0.0:\n    version \"5.1.0\"\n    resolved \"https://registry.yarnpkg.com/kind-of/-/kind-of-5.1.0.tgz#729c91e2d857b7a419a1f9aa65685c4c33f5845d\"\n  \n  kind-of@^6.0.0, kind-of@^6.0.2:\n    version \"6.0.2\"\n    resolved \"https://registry.yarnpkg.com/kind-of/-/kind-of-6.0.2.tgz#01146b36a6218e64e58f3a8d66de5d7fc6f6d051\"\n  \n  lazy-cache@^1.0.3:\n    version \"1.0.4\"\n    resolved \"https://registry.yarnpkg.com/lazy-cache/-/lazy-cache-1.0.4.tgz#a1d78fc3a50474cb80845d3b3b6e1da49a446e8e\"\n  \n  lazystream@^1.0.0:\n    version \"1.0.0\"\n    resolved \"https://registry.yarnpkg.com/lazystream/-/lazystream-1.0.0.tgz#f6995fe0f820392f61396be89462407bb77168e4\"\n    dependencies:\n      readable-stream \"^2.0.5\"\n  \n  lcid@^1.0.0:\n    version \"1.0.0\"\n    resolved \"https://registry.yarnpkg.com/lcid/-/lcid-1.0.0.tgz#308accafa0bc483a3867b4b6f2b9506251d1b835\"\n    dependencies:\n      invert-kv \"^1.0.0\"\n  \n  levn@^0.3.0, levn@~0.3.0:\n    version \"0.3.0\"\n    resolved \"https://registry.yarnpkg.com/levn/-/levn-0.3.0.tgz#3b09924edf9f083c0490fdd4c0bc4421e04764ee\"\n    dependencies:\n      prelude-ls \"~1.1.2\"\n      type-check \"~0.3.2\"\n  \n  loader-runner@^2.3.0:\n    version \"2.3.0\"\n    resolved \"https://registry.yarnpkg.com/loader-runner/-/loader-runner-2.3.0.tgz#f482aea82d543e07921700d5a46ef26fdac6b8a2\"\n  \n  loader-utils@^0.2.16, loader-utils@~0.2.2:\n    version \"0.2.17\"\n    resolved \"https://registry.yarnpkg.com/loader-utils/-/loader-utils-0.2.17.tgz#f86e6374d43205a6e6c60e9196f17c0299bfb348\"\n    dependencies:\n      big.js \"^3.1.3\"\n      emojis-list \"^2.0.0\"\n      json5 \"^0.5.0\"\n      object-assign \"^4.0.1\"\n  \n  loader-utils@^1.0.2, loader-utils@^1.1.0:\n    version \"1.1.0\"\n    resolved \"https://registry.yarnpkg.com/loader-utils/-/loader-utils-1.1.0.tgz#c98aef488bcceda2ffb5e2de646d6a754429f5cd\"\n    dependencies:\n      big.js \"^3.1.3\"\n      emojis-list \"^2.0.0\"\n      json5 \"^0.5.0\"\n  \n  locate-path@^2.0.0:\n    version \"2.0.0\"\n    resolved \"https://registry.yarnpkg.com/locate-path/-/locate-path-2.0.0.tgz#2b568b265eec944c6d9c0de9c3dbbbca0354cd8e\"\n    dependencies:\n      p-locate \"^2.0.0\"\n      path-exists \"^3.0.0\"\n  \n  lodash-es@^4.2.1:\n    version \"4.17.4\"\n    resolved \"https://registry.yarnpkg.com/lodash-es/-/lodash-es-4.17.4.tgz#dcc1d7552e150a0640073ba9cb31d70f032950e7\"\n  \n  lodash._arrayeach@^3.0.0:\n    version \"3.0.0\"\n    resolved \"https://registry.yarnpkg.com/lodash._arrayeach/-/lodash._arrayeach-3.0.0.tgz#bab156b2a90d3f1bbd5c653403349e5e5933ef9e\"\n  \n  lodash._baseassign@^3.0.0:\n    version \"3.2.0\"\n    resolved \"https://registry.yarnpkg.com/lodash._baseassign/-/lodash._baseassign-3.2.0.tgz#8c38a099500f215ad09e59f1722fd0c52bfe0a4e\"\n    dependencies:\n      lodash._basecopy \"^3.0.0\"\n      lodash.keys \"^3.0.0\"\n  \n  lodash._basecopy@^3.0.0:\n    version \"3.0.1\"\n    resolved \"https://registry.yarnpkg.com/lodash._basecopy/-/lodash._basecopy-3.0.1.tgz#8da0e6a876cf344c0ad8a54882111dd3c5c7ca36\"\n  \n  lodash._basecreate@^3.0.0:\n    version \"3.0.3\"\n    resolved \"https://registry.yarnpkg.com/lodash._basecreate/-/lodash._basecreate-3.0.3.tgz#1bc661614daa7fc311b7d03bf16806a0213cf821\"\n  \n  lodash._baseeach@^3.0.0:\n    version \"3.0.4\"\n    resolved \"https://registry.yarnpkg.com/lodash._baseeach/-/lodash._baseeach-3.0.4.tgz#cf8706572ca144e8d9d75227c990da982f932af3\"\n    dependencies:\n      lodash.keys \"^3.0.0\"\n  \n  lodash._bindcallback@^3.0.0:\n    version \"3.0.1\"\n    resolved \"https://registry.yarnpkg.com/lodash._bindcallback/-/lodash._bindcallback-3.0.1.tgz#e531c27644cf8b57a99e17ed95b35c748789392e\"\n  \n  lodash._createcompounder@^3.0.0:\n    version \"3.0.0\"\n    resolved \"https://registry.yarnpkg.com/lodash._createcompounder/-/lodash._createcompounder-3.0.0.tgz#5dd2cb55372d6e70e0e2392fb2304d6631091075\"\n    dependencies:\n      lodash.deburr \"^3.0.0\"\n      lodash.words \"^3.0.0\"\n  \n  lodash._getnative@^3.0.0:\n    version \"3.9.1\"\n    resolved \"https://registry.yarnpkg.com/lodash._getnative/-/lodash._getnative-3.9.1.tgz#570bc7dede46d61cdcde687d65d3eecbaa3aaff5\"\n  \n  lodash._isiterateecall@^3.0.0:\n    version \"3.0.9\"\n    resolved \"https://registry.yarnpkg.com/lodash._isiterateecall/-/lodash._isiterateecall-3.0.9.tgz#5203ad7ba425fae842460e696db9cf3e6aac057c\"\n  \n  lodash._root@^3.0.0:\n    version \"3.0.1\"\n    resolved \"https://registry.yarnpkg.com/lodash._root/-/lodash._root-3.0.1.tgz#fba1c4524c19ee9a5f8136b4609f017cf4ded692\"\n  \n  lodash.camelcase@^3.0.1:\n    version \"3.0.1\"\n    resolved \"https://registry.yarnpkg.com/lodash.camelcase/-/lodash.camelcase-3.0.1.tgz#932c8b87f8a4377897c67197533282f97aeac298\"\n    dependencies:\n      lodash._createcompounder \"^3.0.0\"\n  \n  lodash.cond@^4.3.0:\n    version \"4.5.2\"\n    resolved \"https://registry.yarnpkg.com/lodash.cond/-/lodash.cond-4.5.2.tgz#f471a1da486be60f6ab955d17115523dd1d255d5\"\n  \n  lodash.create@3.1.1:\n    version \"3.1.1\"\n    resolved \"https://registry.yarnpkg.com/lodash.create/-/lodash.create-3.1.1.tgz#d7f2849f0dbda7e04682bb8cd72ab022461debe7\"\n    dependencies:\n      lodash._baseassign \"^3.0.0\"\n      lodash._basecreate \"^3.0.0\"\n      lodash._isiterateecall \"^3.0.0\"\n  \n  lodash.debounce@^3.1.1:\n    version \"3.1.1\"\n    resolved \"https://registry.yarnpkg.com/lodash.debounce/-/lodash.debounce-3.1.1.tgz#812211c378a94cc29d5aa4e3346cf0bfce3a7df5\"\n    dependencies:\n      lodash._getnative \"^3.0.0\"\n  \n  lodash.debounce@^4.0.8:\n    version \"4.0.8\"\n    resolved \"https://registry.yarnpkg.com/lodash.debounce/-/lodash.debounce-4.0.8.tgz#82d79bff30a67c4005ffd5e2515300ad9ca4d7af\"\n  \n  lodash.deburr@^3.0.0:\n    version \"3.2.0\"\n    resolved \"https://registry.yarnpkg.com/lodash.deburr/-/lodash.deburr-3.2.0.tgz#6da8f54334a366a7cf4c4c76ef8d80aa1b365ed5\"\n    dependencies:\n      lodash._root \"^3.0.0\"\n  \n  lodash.endswith@^4.0.1:\n    version \"4.2.1\"\n    resolved \"https://registry.yarnpkg.com/lodash.endswith/-/lodash.endswith-4.2.1.tgz#fed59ac1738ed3e236edd7064ec456448b37bc09\"\n  \n  lodash.find@^4.3.0:\n    version \"4.6.0\"\n    resolved \"https://registry.yarnpkg.com/lodash.find/-/lodash.find-4.6.0.tgz#cb0704d47ab71789ffa0de8b97dd926fb88b13b1\"\n  \n  lodash.findindex@^4.3.0:\n    version \"4.6.0\"\n    resolved \"https://registry.yarnpkg.com/lodash.findindex/-/lodash.findindex-4.6.0.tgz#a3245dee61fb9b6e0624b535125624bb69c11106\"\n  \n  lodash.foreach@^3.0.3:\n    version \"3.0.3\"\n    resolved \"https://registry.yarnpkg.com/lodash.foreach/-/lodash.foreach-3.0.3.tgz#6fd7efb79691aecd67fdeac2761c98e701d6c39a\"\n    dependencies:\n      lodash._arrayeach \"^3.0.0\"\n      lodash._baseeach \"^3.0.0\"\n      lodash._bindcallback \"^3.0.0\"\n      lodash.isarray \"^3.0.0\"\n  \n  lodash.isarguments@^3.0.0:\n    version \"3.1.0\"\n    resolved \"https://registry.yarnpkg.com/lodash.isarguments/-/lodash.isarguments-3.1.0.tgz#2f573d85c6a24289ff00663b491c1d338ff3458a\"\n  \n  lodash.isarray@^3.0.0:\n    version \"3.0.4\"\n    resolved \"https://registry.yarnpkg.com/lodash.isarray/-/lodash.isarray-3.0.4.tgz#79e4eb88c36a8122af86f844aa9bcd851b5fbb55\"\n  \n  lodash.keys@^3.0.0:\n    version \"3.1.2\"\n    resolved \"https://registry.yarnpkg.com/lodash.keys/-/lodash.keys-3.1.2.tgz#4dbc0472b156be50a0b286855d1bd0b0c656098a\"\n    dependencies:\n      lodash._getnative \"^3.0.0\"\n      lodash.isarguments \"^3.0.0\"\n      lodash.isarray \"^3.0.0\"\n  \n  lodash.memoize@^4.1.2:\n    version \"4.1.2\"\n    resolved \"https://registry.yarnpkg.com/lodash.memoize/-/lodash.memoize-4.1.2.tgz#bcc6c49a42a2840ed997f323eada5ecd182e0bfe\"\n  \n  lodash.omit@^4.5.0:\n    version \"4.5.0\"\n    resolved \"https://registry.yarnpkg.com/lodash.omit/-/lodash.omit-4.5.0.tgz#6eb19ae5a1ee1dd9df0b969e66ce0b7fa30b5e60\"\n  \n  lodash.uniq@^4.5.0:\n    version \"4.5.0\"\n    resolved \"https://registry.yarnpkg.com/lodash.uniq/-/lodash.uniq-4.5.0.tgz#d0225373aeb652adc1bc82e4945339a842754773\"\n  \n  lodash.words@^3.0.0:\n    version \"3.2.0\"\n    resolved \"https://registry.yarnpkg.com/lodash.words/-/lodash.words-3.2.0.tgz#4e2a8649bc08745b17c695b1a3ce8fee596623b3\"\n    dependencies:\n      lodash._root \"^3.0.0\"\n  \n  lodash@3.3.0:\n    version \"3.3.0\"\n    resolved \"https://registry.yarnpkg.com/lodash/-/lodash-3.3.0.tgz#011ce52d01b14e60eaeea76acb9b8ba42c70581b\"\n  \n  lodash@^4.0.0, lodash@^4.14.0, lodash@^4.2.0, lodash@^4.2.1, lodash@^4.3.0, lodash@^4.8.0:\n    version \"4.17.4\"\n    resolved \"https://registry.yarnpkg.com/lodash/-/lodash-4.17.4.tgz#78203a4d1c328ae1d86dca6460e369b57f4055ae\"\n  \n  lodash@^4.17.10, lodash@^4.17.4, lodash@^4.17.5:\n    version \"4.17.10\"\n    resolved \"https://registry.yarnpkg.com/lodash/-/lodash-4.17.10.tgz#1b7793cf7259ea38fb3661d4d38b3260af8ae4e7\"\n  \n  log-symbols@^2.1.0:\n    version \"2.2.0\"\n    resolved \"https://registry.yarnpkg.com/log-symbols/-/log-symbols-2.2.0.tgz#5740e1c5d6f0dfda4ad9323b5332107ef6b4c40a\"\n    dependencies:\n      chalk \"^2.0.1\"\n  \n  loglevelnext@^1.0.1:\n    version \"1.0.3\"\n    resolved \"https://registry.yarnpkg.com/loglevelnext/-/loglevelnext-1.0.3.tgz#0f69277e73bbbf2cd61b94d82313216bf87ac66e\"\n  \n  lolex@1.3.2:\n    version \"1.3.2\"\n    resolved \"https://registry.yarnpkg.com/lolex/-/lolex-1.3.2.tgz#7c3da62ffcb30f0f5a80a2566ca24e45d8a01f31\"\n  \n  long@4.0.0:\n    version \"4.0.0\"\n    resolved \"https://registry.yarnpkg.com/long/-/long-4.0.0.tgz#9a7b71cfb7d361a194ea555241c92f7468d5bf28\"\n  \n  long@^3.2.0:\n    version \"3.2.0\"\n    resolved \"https://registry.yarnpkg.com/long/-/long-3.2.0.tgz#d821b7138ca1cb581c172990ef14db200b5c474b\"\n  \n  longest@^1.0.1:\n    version \"1.0.1\"\n    resolved \"https://registry.yarnpkg.com/longest/-/longest-1.0.1.tgz#30a0b2da38f73770e8294a0d22e6625ed77d0097\"\n  \n  loose-envify@^1.0.0, loose-envify@^1.1.0, loose-envify@^1.3.1:\n    version \"1.3.1\"\n    resolved \"https://registry.yarnpkg.com/loose-envify/-/loose-envify-1.3.1.tgz#d1a8ad33fa9ce0e713d65fdd0ac8b748d478c848\"\n    dependencies:\n      js-tokens \"^3.0.0\"\n  \n  loud-rejection@^1.6.0:\n    version \"1.6.0\"\n    resolved \"https://registry.yarnpkg.com/loud-rejection/-/loud-rejection-1.6.0.tgz#5b46f80147edee578870f086d04821cf998e551f\"\n    dependencies:\n      currently-unhandled \"^0.4.1\"\n      signal-exit \"^3.0.0\"\n  \n  lru-cache@^4.0.1:\n    version \"4.0.2\"\n    resolved \"https://registry.yarnpkg.com/lru-cache/-/lru-cache-4.0.2.tgz#1d17679c069cda5d040991a09dbc2c0db377e55e\"\n    dependencies:\n      pseudomap \"^1.0.1\"\n      yallist \"^2.0.0\"\n  \n  lru-cache@^4.1.1:\n    version \"4.1.3\"\n    resolved \"https://registry.yarnpkg.com/lru-cache/-/lru-cache-4.1.3.tgz#a1175cf3496dfc8436c156c334b4955992bce69c\"\n    dependencies:\n      pseudomap \"^1.0.2\"\n      yallist \"^2.1.2\"\n  \n  macaddress@^0.2.8:\n    version \"0.2.8\"\n    resolved \"https://registry.yarnpkg.com/macaddress/-/macaddress-0.2.8.tgz#5904dc537c39ec6dbefeae902327135fa8511f12\"\n  \n  make-dir@^1.0.0:\n    version \"1.3.0\"\n    resolved \"https://registry.yarnpkg.com/make-dir/-/make-dir-1.3.0.tgz#79c1033b80515bd6d24ec9933e860ca75ee27f0c\"\n    dependencies:\n      pify \"^3.0.0\"\n  \n  mamacro@^0.0.3:\n    version \"0.0.3\"\n    resolved \"https://registry.yarnpkg.com/mamacro/-/mamacro-0.0.3.tgz#ad2c9576197c9f1abf308d0787865bd975a3f3e4\"\n  \n  map-cache@^0.2.2:\n    version \"0.2.2\"\n    resolved \"https://registry.yarnpkg.com/map-cache/-/map-cache-0.2.2.tgz#c32abd0bd6525d9b051645bb4f26ac5dc98a0dbf\"\n  \n  map-visit@^1.0.0:\n    version \"1.0.0\"\n    resolved \"https://registry.yarnpkg.com/map-visit/-/map-visit-1.0.0.tgz#ecdca8f13144e660f1b5bd41f12f3479d98dfb8f\"\n    dependencies:\n      object-visit \"^1.0.0\"\n  \n  math-expression-evaluator@^1.2.14:\n    version \"1.2.17\"\n    resolved \"https://registry.yarnpkg.com/math-expression-evaluator/-/math-expression-evaluator-1.2.17.tgz#de819fdbcd84dccd8fae59c6aeb79615b9d266ac\"\n  \n  md5.js@^1.3.4:\n    version \"1.3.4\"\n    resolved \"https://registry.yarnpkg.com/md5.js/-/md5.js-1.3.4.tgz#e9bdbde94a20a5ac18b04340fc5764d5b09d901d\"\n    dependencies:\n      hash-base \"^3.0.0\"\n      inherits \"^2.0.1\"\n  \n  media-typer@0.3.0:\n    version \"0.3.0\"\n    resolved \"https://registry.yarnpkg.com/media-typer/-/media-typer-0.3.0.tgz#8710d7af0aa626f8fffa1ce00168545263255748\"\n  \n  mem@^1.1.0:\n    version \"1.1.0\"\n    resolved \"https://registry.yarnpkg.com/mem/-/mem-1.1.0.tgz#5edd52b485ca1d900fe64895505399a0dfa45f76\"\n    dependencies:\n      mimic-fn \"^1.0.0\"\n  \n  memfs@^2.9.4:\n    version \"2.9.4\"\n    resolved \"https://registry.yarnpkg.com/memfs/-/memfs-2.9.4.tgz#2ca9d8088d61ab27376174f0ae68ea7084ac7214\"\n    dependencies:\n      fast-extend \"0.0.2\"\n      fs-monkey \"^0.3.3\"\n  \n  memory-fs@^0.4.0, memory-fs@~0.4.1:\n    version \"0.4.1\"\n    resolved \"https://registry.yarnpkg.com/memory-fs/-/memory-fs-0.4.1.tgz#3a9a20b8462523e447cfbc7e8bb80ed667bfc552\"\n    dependencies:\n      errno \"^0.1.3\"\n      readable-stream \"^2.0.1\"\n  \n  merge-descriptors@1.0.1:\n    version \"1.0.1\"\n    resolved \"https://registry.yarnpkg.com/merge-descriptors/-/merge-descriptors-1.0.1.tgz#b00aaa556dd8b44568150ec9d1b953f3f90cbb61\"\n  \n  methods@~1.1.2:\n    version \"1.1.2\"\n    resolved \"https://registry.yarnpkg.com/methods/-/methods-1.1.2.tgz#5529a4d67654134edcc5266656835b0f851afcee\"\n  \n  micromatch@^3.1.10, micromatch@^3.1.4, micromatch@^3.1.8:\n    version \"3.1.10\"\n    resolved \"https://registry.yarnpkg.com/micromatch/-/micromatch-3.1.10.tgz#70859bc95c9840952f359a068a3fc49f9ecfac23\"\n    dependencies:\n      arr-diff \"^4.0.0\"\n      array-unique \"^0.3.2\"\n      braces \"^2.3.1\"\n      define-property \"^2.0.2\"\n      extend-shallow \"^3.0.2\"\n      extglob \"^2.0.4\"\n      fragment-cache \"^0.2.1\"\n      kind-of \"^6.0.2\"\n      nanomatch \"^1.2.9\"\n      object.pick \"^1.3.0\"\n      regex-not \"^1.0.0\"\n      snapdragon \"^0.8.1\"\n      to-regex \"^3.0.2\"\n  \n  miller-rabin@^4.0.0:\n    version \"4.0.1\"\n    resolved \"https://registry.yarnpkg.com/miller-rabin/-/miller-rabin-4.0.1.tgz#f080351c865b0dc562a8462966daa53543c78a4d\"\n    dependencies:\n      bn.js \"^4.0.0\"\n      brorand \"^1.0.1\"\n  \n  mime-db@~1.27.0:\n    version \"1.27.0\"\n    resolved \"https://registry.yarnpkg.com/mime-db/-/mime-db-1.27.0.tgz#820f572296bbd20ec25ed55e5b5de869e5436eb1\"\n  \n  mime-db@~1.30.0:\n    version \"1.30.0\"\n    resolved \"https://registry.yarnpkg.com/mime-db/-/mime-db-1.30.0.tgz#74c643da2dd9d6a45399963465b26d5ca7d71f01\"\n  \n  mime-types@^2.1.12, mime-types@~2.1.11, mime-types@~2.1.15, mime-types@~2.1.7:\n    version \"2.1.15\"\n    resolved \"https://registry.yarnpkg.com/mime-types/-/mime-types-2.1.15.tgz#a4ebf5064094569237b8cf70046776d09fc92aed\"\n    dependencies:\n      mime-db \"~1.27.0\"\n  \n  mime-types@~2.1.17:\n    version \"2.1.17\"\n    resolved \"https://registry.yarnpkg.com/mime-types/-/mime-types-2.1.17.tgz#09d7a393f03e995a79f8af857b70a9e0ab16557a\"\n    dependencies:\n      mime-db \"~1.30.0\"\n  \n  mime@1.3.4:\n    version \"1.3.4\"\n    resolved \"https://registry.yarnpkg.com/mime/-/mime-1.3.4.tgz#115f9e3b6b3daf2959983cb38f149a2d40eb5d53\"\n  \n  mime@^2.1.0:\n    version \"2.2.0\"\n    resolved \"https://registry.yarnpkg.com/mime/-/mime-2.2.0.tgz#161e541965551d3b549fa1114391e3a3d55b923b\"\n  \n  mimic-fn@^1.0.0:\n    version \"1.2.0\"\n    resolved \"https://registry.yarnpkg.com/mimic-fn/-/mimic-fn-1.2.0.tgz#820c86a39334640e99516928bd03fca88057d022\"\n  \n  minimalistic-assert@^1.0.0:\n    version \"1.0.0\"\n    resolved \"https://registry.yarnpkg.com/minimalistic-assert/-/minimalistic-assert-1.0.0.tgz#702be2dda6b37f4836bcb3f5db56641b64a1d3d3\"\n  \n  minimalistic-crypto-utils@^1.0.0, minimalistic-crypto-utils@^1.0.1:\n    version \"1.0.1\"\n    resolved \"https://registry.yarnpkg.com/minimalistic-crypto-utils/-/minimalistic-crypto-utils-1.0.1.tgz#f6c00c1c0b082246e5c4d99dfb8c7c083b2b582a\"\n  \n  minimatch@^3.0.2, minimatch@^3.0.3:\n    version \"3.0.3\"\n    resolved \"https://registry.yarnpkg.com/minimatch/-/minimatch-3.0.3.tgz#2a4e4090b96b2db06a9d7df01055a62a77c9b774\"\n    dependencies:\n      brace-expansion \"^1.0.0\"\n  \n  minimatch@^3.0.4:\n    version \"3.0.4\"\n    resolved \"https://registry.yarnpkg.com/minimatch/-/minimatch-3.0.4.tgz#5166e286457f03306064be5497e8dbb0c3d32083\"\n    dependencies:\n      brace-expansion \"^1.1.7\"\n  \n  minimist@0.0.8:\n    version \"0.0.8\"\n    resolved \"https://registry.yarnpkg.com/minimist/-/minimist-0.0.8.tgz#857fcabfc3397d2625b8228262e86aa7a011b05d\"\n  \n  minimist@^1.2.0:\n    version \"1.2.0\"\n    resolved \"https://registry.yarnpkg.com/minimist/-/minimist-1.2.0.tgz#a35008b20f41383eec1fb914f4cd5df79a264284\"\n  \n  minipass@^2.2.1, minipass@^2.3.3:\n    version \"2.3.3\"\n    resolved \"https://registry.yarnpkg.com/minipass/-/minipass-2.3.3.tgz#a7dcc8b7b833f5d368759cce544dccb55f50f233\"\n    dependencies:\n      safe-buffer \"^5.1.2\"\n      yallist \"^3.0.0\"\n  \n  minizlib@^1.1.0:\n    version \"1.1.0\"\n    resolved \"https://registry.yarnpkg.com/minizlib/-/minizlib-1.1.0.tgz#11e13658ce46bc3a70a267aac58359d1e0c29ceb\"\n    dependencies:\n      minipass \"^2.2.1\"\n  \n  mississippi@^2.0.0:\n    version \"2.0.0\"\n    resolved \"https://registry.yarnpkg.com/mississippi/-/mississippi-2.0.0.tgz#3442a508fafc28500486feea99409676e4ee5a6f\"\n    dependencies:\n      concat-stream \"^1.5.0\"\n      duplexify \"^3.4.2\"\n      end-of-stream \"^1.1.0\"\n      flush-write-stream \"^1.0.0\"\n      from2 \"^2.1.0\"\n      parallel-transform \"^1.1.0\"\n      pump \"^2.0.1\"\n      pumpify \"^1.3.3\"\n      stream-each \"^1.1.0\"\n      through2 \"^2.0.0\"\n  \n  mixin-deep@^1.2.0:\n    version \"1.3.1\"\n    resolved \"https://registry.yarnpkg.com/mixin-deep/-/mixin-deep-1.3.1.tgz#a49e7268dce1a0d9698e45326c5626df3543d0fe\"\n    dependencies:\n      for-in \"^1.0.2\"\n      is-extendable \"^1.0.1\"\n  \n  mkdirp@0.5.0:\n    version \"0.5.0\"\n    resolved \"https://registry.yarnpkg.com/mkdirp/-/mkdirp-0.5.0.tgz#1d73076a6df986cd9344e15e71fcc05a4c9abf12\"\n    dependencies:\n      minimist \"0.0.8\"\n  \n  mkdirp@0.5.1, mkdirp@^0.5.0, mkdirp@^0.5.1, mkdirp@~0.5.0, mkdirp@~0.5.1:\n    version \"0.5.1\"\n    resolved \"https://registry.yarnpkg.com/mkdirp/-/mkdirp-0.5.1.tgz#30057438eac6cf7f8c4767f38648d6697d75c903\"\n    dependencies:\n      minimist \"0.0.8\"\n  \n  mocha@^3.1.2:\n    version \"3.3.0\"\n    resolved \"https://registry.yarnpkg.com/mocha/-/mocha-3.3.0.tgz#d29b7428d3f52c82e2e65df1ecb7064e1aabbfb5\"\n    dependencies:\n      browser-stdout \"1.3.0\"\n      commander \"2.9.0\"\n      debug \"2.6.0\"\n      diff \"3.2.0\"\n      escape-string-regexp \"1.0.5\"\n      glob \"7.1.1\"\n      growl \"1.9.2\"\n      json3 \"3.3.2\"\n      lodash.create \"3.1.1\"\n      mkdirp \"0.5.1\"\n      supports-color \"3.1.2\"\n  \n  move-concurrently@^1.0.1:\n    version \"1.0.1\"\n    resolved \"https://registry.yarnpkg.com/move-concurrently/-/move-concurrently-1.0.1.tgz#be2c005fda32e0b29af1f05d7c4b33214c701f92\"\n    dependencies:\n      aproba \"^1.1.1\"\n      copy-concurrently \"^1.0.0\"\n      fs-write-stream-atomic \"^1.0.8\"\n      mkdirp \"^0.5.1\"\n      rimraf \"^2.5.4\"\n      run-queue \"^1.0.3\"\n  \n  ms@0.7.2:\n    version \"0.7.2\"\n    resolved \"https://registry.yarnpkg.com/ms/-/ms-0.7.2.tgz#ae25cf2512b3885a1d95d7f037868d8431124765\"\n  \n  ms@0.7.3:\n    version \"0.7.3\"\n    resolved \"https://registry.yarnpkg.com/ms/-/ms-0.7.3.tgz#708155a5e44e33f5fd0fc53e81d0d40a91be1fff\"\n  \n  ms@2.0.0:\n    version \"2.0.0\"\n    resolved \"https://registry.yarnpkg.com/ms/-/ms-2.0.0.tgz#5608aeadfc00be6c2901df5f9861788de0d597c8\"\n  \n  mute-stream@0.0.5:\n    version \"0.0.5\"\n    resolved \"https://registry.yarnpkg.com/mute-stream/-/mute-stream-0.0.5.tgz#8fbfabb0a98a253d3184331f9e8deb7372fac6c0\"\n  \n  mute-stream@0.0.7:\n    version \"0.0.7\"\n    resolved \"https://registry.yarnpkg.com/mute-stream/-/mute-stream-0.0.7.tgz#3075ce93bc21b8fab43e1bc4da7e8115ed1e7bab\"\n  \n  nan@^2.9.2:\n    version \"2.10.0\"\n    resolved \"https://registry.yarnpkg.com/nan/-/nan-2.10.0.tgz#96d0cd610ebd58d4b4de9cc0c6828cda99c7548f\"\n  \n  nanomatch@^1.2.9:\n    version \"1.2.13\"\n    resolved \"https://registry.yarnpkg.com/nanomatch/-/nanomatch-1.2.13.tgz#b87a8aa4fc0de8fe6be88895b38983ff265bd119\"\n    dependencies:\n      arr-diff \"^4.0.0\"\n      array-unique \"^0.3.2\"\n      define-property \"^2.0.2\"\n      extend-shallow \"^3.0.2\"\n      fragment-cache \"^0.2.1\"\n      is-windows \"^1.0.2\"\n      kind-of \"^6.0.2\"\n      object.pick \"^1.3.0\"\n      regex-not \"^1.0.0\"\n      snapdragon \"^0.8.1\"\n      to-regex \"^3.0.1\"\n  \n  native-css@^2.0.0:\n    version \"2.0.0\"\n    resolved \"https://registry.yarnpkg.com/native-css/-/native-css-2.0.0.tgz#55681a12128b01a6538ac7097f3605384fbc168b\"\n    dependencies:\n      css \"2.2.1\"\n      fetch \"^1.0.1\"\n  \n  natural-compare@^1.4.0:\n    version \"1.4.0\"\n    resolved \"https://registry.yarnpkg.com/natural-compare/-/natural-compare-1.4.0.tgz#4abebfeed7541f2c27acfb29bdbbd15c8d5ba4f7\"\n  \n  needle@^2.2.1:\n    version \"2.2.1\"\n    resolved \"https://registry.yarnpkg.com/needle/-/needle-2.2.1.tgz#b5e325bd3aae8c2678902fa296f729455d1d3a7d\"\n    dependencies:\n      debug \"^2.1.2\"\n      iconv-lite \"^0.4.4\"\n      sax \"^1.2.4\"\n  \n  negotiator@0.6.1:\n    version \"0.6.1\"\n    resolved \"https://registry.yarnpkg.com/negotiator/-/negotiator-0.6.1.tgz#2b327184e8992101177b28563fb5e7102acd0ca9\"\n  \n  neo-async@^2.5.0:\n    version \"2.5.1\"\n    resolved \"https://registry.yarnpkg.com/neo-async/-/neo-async-2.5.1.tgz#acb909e327b1e87ec9ef15f41b8a269512ad41ee\"\n  \n  nice-try@^1.0.4:\n    version \"1.0.4\"\n    resolved \"https://registry.yarnpkg.com/nice-try/-/nice-try-1.0.4.tgz#d93962f6c52f2c1558c0fbda6d512819f1efe1c4\"\n  \n  node-fetch@^1.0.1:\n    version \"1.6.3\"\n    resolved \"https://registry.yarnpkg.com/node-fetch/-/node-fetch-1.6.3.tgz#dc234edd6489982d58e8f0db4f695029abcd8c04\"\n    dependencies:\n      encoding \"^0.1.11\"\n      is-stream \"^1.0.1\"\n  \n  node-libs-browser@^2.0.0:\n    version \"2.1.0\"\n    resolved \"https://registry.yarnpkg.com/node-libs-browser/-/node-libs-browser-2.1.0.tgz#5f94263d404f6e44767d726901fff05478d600df\"\n    dependencies:\n      assert \"^1.1.1\"\n      browserify-zlib \"^0.2.0\"\n      buffer \"^4.3.0\"\n      console-browserify \"^1.1.0\"\n      constants-browserify \"^1.0.0\"\n      crypto-browserify \"^3.11.0\"\n      domain-browser \"^1.1.1\"\n      events \"^1.0.0\"\n      https-browserify \"^1.0.0\"\n      os-browserify \"^0.3.0\"\n      path-browserify \"0.0.0\"\n      process \"^0.11.10\"\n      punycode \"^1.2.4\"\n      querystring-es3 \"^0.2.0\"\n      readable-stream \"^2.3.3\"\n      stream-browserify \"^2.0.1\"\n      stream-http \"^2.7.2\"\n      string_decoder \"^1.0.0\"\n      timers-browserify \"^2.0.4\"\n      tty-browserify \"0.0.0\"\n      url \"^0.11.0\"\n      util \"^0.10.3\"\n      vm-browserify \"0.0.4\"\n  \n  node-pre-gyp@^0.10.0:\n    version \"0.10.3\"\n    resolved \"https://registry.yarnpkg.com/node-pre-gyp/-/node-pre-gyp-0.10.3.tgz#3070040716afdc778747b61b6887bf78880b80fc\"\n    dependencies:\n      detect-libc \"^1.0.2\"\n      mkdirp \"^0.5.1\"\n      needle \"^2.2.1\"\n      nopt \"^4.0.1\"\n      npm-packlist \"^1.1.6\"\n      npmlog \"^4.0.2\"\n      rc \"^1.2.7\"\n      rimraf \"^2.6.1\"\n      semver \"^5.3.0\"\n      tar \"^4\"\n  \n  node-rsa@^0.2.10:\n    version \"0.2.30\"\n    resolved \"https://registry.yarnpkg.com/node-rsa/-/node-rsa-0.2.30.tgz#8912e2c3b1b64cce6ca783cab1af282b300adee6\"\n    dependencies:\n      asn1 \"0.2.3\"\n      lodash \"3.3.0\"\n  \n  nopt@^4.0.1:\n    version \"4.0.1\"\n    resolved \"https://registry.yarnpkg.com/nopt/-/nopt-4.0.1.tgz#d0d4685afd5415193c8c7505602d0d17cd64474d\"\n    dependencies:\n      abbrev \"1\"\n      osenv \"^0.1.4\"\n  \n  normalize-path@^2.0.0, normalize-path@^2.1.1:\n    version \"2.1.1\"\n    resolved \"https://registry.yarnpkg.com/normalize-path/-/normalize-path-2.1.1.tgz#1ab28b556e198363a8c1a6f7e6fa20137fe6aed9\"\n    dependencies:\n      remove-trailing-separator \"^1.0.1\"\n  \n  normalize-range@^0.1.2:\n    version \"0.1.2\"\n    resolved \"https://registry.yarnpkg.com/normalize-range/-/normalize-range-0.1.2.tgz#2d10c06bdfd312ea9777695a4d28439456b75942\"\n  \n  normalize-url@^1.4.0:\n    version \"1.9.1\"\n    resolved \"https://registry.yarnpkg.com/normalize-url/-/normalize-url-1.9.1.tgz#2cc0d66b31ea23036458436e3620d85954c66c3c\"\n    dependencies:\n      object-assign \"^4.0.1\"\n      prepend-http \"^1.0.0\"\n      query-string \"^4.1.0\"\n      sort-keys \"^1.0.0\"\n  \n  npm-bundled@^1.0.1:\n    version \"1.0.3\"\n    resolved \"https://registry.yarnpkg.com/npm-bundled/-/npm-bundled-1.0.3.tgz#7e71703d973af3370a9591bafe3a63aca0be2308\"\n  \n  npm-packlist@^1.1.6:\n    version \"1.1.10\"\n    resolved \"https://registry.yarnpkg.com/npm-packlist/-/npm-packlist-1.1.10.tgz#1039db9e985727e464df066f4cf0ab6ef85c398a\"\n    dependencies:\n      ignore-walk \"^3.0.1\"\n      npm-bundled \"^1.0.1\"\n  \n  npm-run-path@^2.0.0:\n    version \"2.0.2\"\n    resolved \"https://registry.yarnpkg.com/npm-run-path/-/npm-run-path-2.0.2.tgz#35a9232dfa35d7067b4cb2ddf2357b1871536c5f\"\n    dependencies:\n      path-key \"^2.0.0\"\n  \n  npmlog@^4.0.2:\n    version \"4.0.2\"\n    resolved \"https://registry.yarnpkg.com/npmlog/-/npmlog-4.0.2.tgz#d03950e0e78ce1527ba26d2a7592e9348ac3e75f\"\n    dependencies:\n      are-we-there-yet \"~1.1.2\"\n      console-control-strings \"~1.1.0\"\n      gauge \"~2.7.1\"\n      set-blocking \"~2.0.0\"\n  \n  num2fraction@^1.2.2:\n    version \"1.2.2\"\n    resolved \"https://registry.yarnpkg.com/num2fraction/-/num2fraction-1.2.2.tgz#6f682b6a027a4e9ddfa4564cd2589d1d4e669ede\"\n  \n  number-is-nan@^1.0.0:\n    version \"1.0.1\"\n    resolved \"https://registry.yarnpkg.com/number-is-nan/-/number-is-nan-1.0.1.tgz#097b602b53422a522c1afb8790318336941a011d\"\n  \n  \"nwmatcher@>= 1.3.9 < 2.0.0\":\n    version \"1.3.9\"\n    resolved \"https://registry.yarnpkg.com/nwmatcher/-/nwmatcher-1.3.9.tgz#8bab486ff7fa3dfd086656bbe8b17116d3692d2a\"\n  \n  oauth-sign@~0.8.1, oauth-sign@~0.8.2:\n    version \"0.8.2\"\n    resolved \"https://registry.yarnpkg.com/oauth-sign/-/oauth-sign-0.8.2.tgz#46a6ab7f0aead8deae9ec0565780b7d4efeb9d43\"\n  \n  object-assign@^2.0.0:\n    version \"2.1.1\"\n    resolved \"https://registry.yarnpkg.com/object-assign/-/object-assign-2.1.1.tgz#43c36e5d569ff8e4816c4efa8be02d26967c18aa\"\n  \n  object-assign@^4.0.1, object-assign@^4.1.0, object-assign@^4.1.1:\n    version \"4.1.1\"\n    resolved \"https://registry.yarnpkg.com/object-assign/-/object-assign-4.1.1.tgz#2109adc7965887cfc05cbbd442cac8bfbb360863\"\n  \n  object-copy@^0.1.0:\n    version \"0.1.0\"\n    resolved \"https://registry.yarnpkg.com/object-copy/-/object-copy-0.1.0.tgz#7e7d858b781bd7c991a41ba975ed3812754e998c\"\n    dependencies:\n      copy-descriptor \"^0.1.0\"\n      define-property \"^0.2.5\"\n      kind-of \"^3.0.3\"\n  \n  object-keys@^1.0.10, object-keys@^1.0.8:\n    version \"1.0.11\"\n    resolved \"https://registry.yarnpkg.com/object-keys/-/object-keys-1.0.11.tgz#c54601778ad560f1142ce0e01bcca8b56d13426d\"\n  \n  object-visit@^1.0.0:\n    version \"1.0.1\"\n    resolved \"https://registry.yarnpkg.com/object-visit/-/object-visit-1.0.1.tgz#f79c4493af0c5377b59fe39d395e41042dd045bb\"\n    dependencies:\n      isobject \"^3.0.0\"\n  \n  object.assign@^4.0.4:\n    version \"4.0.4\"\n    resolved \"https://registry.yarnpkg.com/object.assign/-/object.assign-4.0.4.tgz#b1c9cc044ef1b9fe63606fc141abbb32e14730cc\"\n    dependencies:\n      define-properties \"^1.1.2\"\n      function-bind \"^1.1.0\"\n      object-keys \"^1.0.10\"\n  \n  object.getownpropertydescriptors@^2.0.3:\n    version \"2.0.3\"\n    resolved \"https://registry.yarnpkg.com/object.getownpropertydescriptors/-/object.getownpropertydescriptors-2.0.3.tgz#8758c846f5b407adab0f236e0986f14b051caa16\"\n    dependencies:\n      define-properties \"^1.1.2\"\n      es-abstract \"^1.5.1\"\n  \n  object.pick@^1.3.0:\n    version \"1.3.0\"\n    resolved \"https://registry.yarnpkg.com/object.pick/-/object.pick-1.3.0.tgz#87a10ac4c1694bd2e1cbf53591a66141fb5dd747\"\n    dependencies:\n      isobject \"^3.0.1\"\n  \n  on-finished@~2.3.0:\n    version \"2.3.0\"\n    resolved \"https://registry.yarnpkg.com/on-finished/-/on-finished-2.3.0.tgz#20f1336481b083cd75337992a16971aa2d906947\"\n    dependencies:\n      ee-first \"1.1.1\"\n  \n  once@^1.3.0, once@^1.3.1, once@^1.4.0:\n    version \"1.4.0\"\n    resolved \"https://registry.yarnpkg.com/once/-/once-1.4.0.tgz#583b1aa775961d4b113ac17d9c50baef9dd76bd1\"\n    dependencies:\n      wrappy \"1\"\n  \n  onetime@^1.0.0:\n    version \"1.1.0\"\n    resolved \"https://registry.yarnpkg.com/onetime/-/onetime-1.1.0.tgz#a1f7838f8314c516f05ecefcbc4ccfe04b4ed789\"\n  \n  onetime@^2.0.0:\n    version \"2.0.1\"\n    resolved \"https://registry.yarnpkg.com/onetime/-/onetime-2.0.1.tgz#067428230fd67443b2794b22bba528b6867962d4\"\n    dependencies:\n      mimic-fn \"^1.0.0\"\n  \n  optionator@^0.8.1, optionator@^0.8.2:\n    version \"0.8.2\"\n    resolved \"https://registry.yarnpkg.com/optionator/-/optionator-0.8.2.tgz#364c5e409d3f4d6301d6c0b4c05bba50180aeb64\"\n    dependencies:\n      deep-is \"~0.1.3\"\n      fast-levenshtein \"~2.0.4\"\n      levn \"~0.3.0\"\n      prelude-ls \"~1.1.2\"\n      type-check \"~0.3.2\"\n      wordwrap \"~1.0.0\"\n  \n  options@>=0.0.5:\n    version \"0.0.6\"\n    resolved \"https://registry.yarnpkg.com/options/-/options-0.0.6.tgz#ec22d312806bb53e731773e7cdaefcf1c643128f\"\n  \n  os-browserify@^0.3.0:\n    version \"0.3.0\"\n    resolved \"https://registry.yarnpkg.com/os-browserify/-/os-browserify-0.3.0.tgz#854373c7f5c2315914fc9bfc6bd8238fdda1ec27\"\n  \n  os-homedir@^1.0.0, os-homedir@^1.0.1:\n    version \"1.0.2\"\n    resolved \"https://registry.yarnpkg.com/os-homedir/-/os-homedir-1.0.2.tgz#ffbc4988336e0e833de0c168c7ef152121aa7fb3\"\n  \n  os-locale@^2.0.0:\n    version \"2.1.0\"\n    resolved \"https://registry.yarnpkg.com/os-locale/-/os-locale-2.1.0.tgz#42bc2900a6b5b8bd17376c8e882b65afccf24bf2\"\n    dependencies:\n      execa \"^0.7.0\"\n      lcid \"^1.0.0\"\n      mem \"^1.1.0\"\n  \n  os-tmpdir@^1.0.0, os-tmpdir@~1.0.2:\n    version \"1.0.2\"\n    resolved \"https://registry.yarnpkg.com/os-tmpdir/-/os-tmpdir-1.0.2.tgz#bbe67406c79aa85c5cfec766fe5734555dfa1274\"\n  \n  osenv@^0.1.4:\n    version \"0.1.4\"\n    resolved \"https://registry.yarnpkg.com/osenv/-/osenv-0.1.4.tgz#42fe6d5953df06c8064be6f176c3d05aaaa34644\"\n    dependencies:\n      os-homedir \"^1.0.0\"\n      os-tmpdir \"^1.0.0\"\n  \n  p-finally@^1.0.0:\n    version \"1.0.0\"\n    resolved \"https://registry.yarnpkg.com/p-finally/-/p-finally-1.0.0.tgz#3fbcfb15b899a44123b34b6dcc18b724336a2cae\"\n  \n  p-limit@^1.1.0:\n    version \"1.2.0\"\n    resolved \"https://registry.yarnpkg.com/p-limit/-/p-limit-1.2.0.tgz#0e92b6bedcb59f022c13d0f1949dc82d15909f1c\"\n    dependencies:\n      p-try \"^1.0.0\"\n  \n  p-locate@^2.0.0:\n    version \"2.0.0\"\n    resolved \"https://registry.yarnpkg.com/p-locate/-/p-locate-2.0.0.tgz#20a0103b222a70c8fd39cc2e580680f3dde5ec43\"\n    dependencies:\n      p-limit \"^1.1.0\"\n  \n  p-map@^1.1.1:\n    version \"1.2.0\"\n    resolved \"https://registry.yarnpkg.com/p-map/-/p-map-1.2.0.tgz#e4e94f311eabbc8633a1e79908165fca26241b6b\"\n  \n  p-try@^1.0.0:\n    version \"1.0.0\"\n    resolved \"https://registry.yarnpkg.com/p-try/-/p-try-1.0.0.tgz#cbc79cdbaf8fd4228e13f621f2b1a237c1b207b3\"\n  \n  pako@~1.0.5:\n    version \"1.0.6\"\n    resolved \"https://registry.yarnpkg.com/pako/-/pako-1.0.6.tgz#0101211baa70c4bca4a0f63f2206e97b7dfaf258\"\n  \n  parallel-transform@^1.1.0:\n    version \"1.1.0\"\n    resolved \"https://registry.yarnpkg.com/parallel-transform/-/parallel-transform-1.1.0.tgz#d410f065b05da23081fcd10f28854c29bda33b06\"\n    dependencies:\n      cyclist \"~0.2.2\"\n      inherits \"^2.0.3\"\n      readable-stream \"^2.1.5\"\n  \n  parse-asn1@^5.0.0:\n    version \"5.1.0\"\n    resolved \"https://registry.yarnpkg.com/parse-asn1/-/parse-asn1-5.1.0.tgz#37c4f9b7ed3ab65c74817b5f2480937fbf97c712\"\n    dependencies:\n      asn1.js \"^4.0.0\"\n      browserify-aes \"^1.0.0\"\n      create-hash \"^1.1.0\"\n      evp_bytestokey \"^1.0.0\"\n      pbkdf2 \"^3.0.3\"\n  \n  parse-json@^2.2.0:\n    version \"2.2.0\"\n    resolved \"https://registry.yarnpkg.com/parse-json/-/parse-json-2.2.0.tgz#f480f40434ef80741f8469099f8dea18f55a4dc9\"\n    dependencies:\n      error-ex \"^1.2.0\"\n  \n  parse5@^1.5.1:\n    version \"1.5.1\"\n    resolved \"https://registry.yarnpkg.com/parse5/-/parse5-1.5.1.tgz#9b7f3b0de32be78dc2401b17573ccaf0f6f59d94\"\n  \n  parseurl@~1.3.1:\n    version \"1.3.1\"\n    resolved \"https://registry.yarnpkg.com/parseurl/-/parseurl-1.3.1.tgz#c8ab8c9223ba34888aa64a297b28853bec18da56\"\n  \n  pascalcase@^0.1.1:\n    version \"0.1.1\"\n    resolved \"https://registry.yarnpkg.com/pascalcase/-/pascalcase-0.1.1.tgz#b363e55e8006ca6fe21784d2db22bd15d7917f14\"\n  \n  path-browserify@0.0.0:\n    version \"0.0.0\"\n    resolved \"https://registry.yarnpkg.com/path-browserify/-/path-browserify-0.0.0.tgz#a0b870729aae214005b7d5032ec2cbbb0fb4451a\"\n  \n  path-dirname@^1.0.0:\n    version \"1.0.2\"\n    resolved \"https://registry.yarnpkg.com/path-dirname/-/path-dirname-1.0.2.tgz#cc33d24d525e099a5388c0336c6e32b9160609e0\"\n  \n  path-exists@^2.0.0:\n    version \"2.1.0\"\n    resolved \"https://registry.yarnpkg.com/path-exists/-/path-exists-2.1.0.tgz#0feb6c64f0fc518d9a754dd5efb62c7022761f4b\"\n    dependencies:\n      pinkie-promise \"^2.0.0\"\n  \n  path-exists@^3.0.0:\n    version \"3.0.0\"\n    resolved \"https://registry.yarnpkg.com/path-exists/-/path-exists-3.0.0.tgz#ce0ebeaa5f78cb18925ea7d810d7b59b010fd515\"\n  \n  path-is-absolute@^1.0.0:\n    version \"1.0.1\"\n    resolved \"https://registry.yarnpkg.com/path-is-absolute/-/path-is-absolute-1.0.1.tgz#174b9268735534ffbc7ace6bf53a5a9e1b5c5f5f\"\n  \n  path-is-inside@^1.0.1:\n    version \"1.0.2\"\n    resolved \"https://registry.yarnpkg.com/path-is-inside/-/path-is-inside-1.0.2.tgz#365417dede44430d1c11af61027facf074bdfc53\"\n  \n  path-key@^2.0.0, path-key@^2.0.1:\n    version \"2.0.1\"\n    resolved \"https://registry.yarnpkg.com/path-key/-/path-key-2.0.1.tgz#411cadb574c5a140d3a4b1910d40d80cc9f40b40\"\n  \n  path-parse@^1.0.5:\n    version \"1.0.5\"\n    resolved \"https://registry.yarnpkg.com/path-parse/-/path-parse-1.0.5.tgz#3c1adf871ea9cd6c9431b6ea2bd74a0ff055c4c1\"\n  \n  path-to-regexp@0.1.7:\n    version \"0.1.7\"\n    resolved \"https://registry.yarnpkg.com/path-to-regexp/-/path-to-regexp-0.1.7.tgz#df604178005f522f15eb4490e7247a1bfaa67f8c\"\n  \n  pbkdf2@^3.0.3:\n    version \"3.0.14\"\n    resolved \"https://registry.yarnpkg.com/pbkdf2/-/pbkdf2-3.0.14.tgz#a35e13c64799b06ce15320f459c230e68e73bade\"\n    dependencies:\n      create-hash \"^1.1.2\"\n      create-hmac \"^1.1.4\"\n      ripemd160 \"^2.0.1\"\n      safe-buffer \"^5.0.1\"\n      sha.js \"^2.4.8\"\n  \n  pend@~1.2.0:\n    version \"1.2.0\"\n    resolved \"https://registry.yarnpkg.com/pend/-/pend-1.2.0.tgz#7a57eb550a6783f9115331fcf4663d5c8e007a50\"\n  \n  performance-now@^0.2.0:\n    version \"0.2.0\"\n    resolved \"https://registry.yarnpkg.com/performance-now/-/performance-now-0.2.0.tgz#33ef30c5c77d4ea21c5a53869d91b56d8f2555e5\"\n  \n  performance-now@^2.1.0:\n    version \"2.1.0\"\n    resolved \"https://registry.yarnpkg.com/performance-now/-/performance-now-2.1.0.tgz#6309f4e0e5fa913ec1c69307ae364b4b377c9e7b\"\n  \n  pify@^2.0.0:\n    version \"2.3.0\"\n    resolved \"https://registry.yarnpkg.com/pify/-/pify-2.3.0.tgz#ed141a6ac043a849ea588498e7dca8b15330e90c\"\n  \n  pify@^3.0.0:\n    version \"3.0.0\"\n    resolved \"https://registry.yarnpkg.com/pify/-/pify-3.0.0.tgz#e5a4acd2c101fdf3d9a4d07f0dbc4db49dd28176\"\n  \n  pinkie-promise@^2.0.0:\n    version \"2.0.1\"\n    resolved \"https://registry.yarnpkg.com/pinkie-promise/-/pinkie-promise-2.0.1.tgz#2135d6dfa7a358c069ac9b178776288228450ffa\"\n    dependencies:\n      pinkie \"^2.0.0\"\n  \n  pinkie@^2.0.0:\n    version \"2.0.4\"\n    resolved \"https://registry.yarnpkg.com/pinkie/-/pinkie-2.0.4.tgz#72556b80cfa0d48a974e80e77248e80ed4f7f870\"\n  \n  pkg-dir@^1.0.0:\n    version \"1.0.0\"\n    resolved \"https://registry.yarnpkg.com/pkg-dir/-/pkg-dir-1.0.0.tgz#7a4b508a8d5bb2d629d447056ff4e9c9314cf3d4\"\n    dependencies:\n      find-up \"^1.0.0\"\n  \n  pkg-dir@^2.0.0:\n    version \"2.0.0\"\n    resolved \"https://registry.yarnpkg.com/pkg-dir/-/pkg-dir-2.0.0.tgz#f6d5d1109e19d63edf428e0bd57e12777615334b\"\n    dependencies:\n      find-up \"^2.1.0\"\n  \n  pkg-up@^1.0.0:\n    version \"1.0.0\"\n    resolved \"https://registry.yarnpkg.com/pkg-up/-/pkg-up-1.0.0.tgz#3e08fb461525c4421624a33b9f7e6d0af5b05a26\"\n    dependencies:\n      find-up \"^1.0.0\"\n  \n  pluralize@^1.2.1:\n    version \"1.2.1\"\n    resolved \"https://registry.yarnpkg.com/pluralize/-/pluralize-1.2.1.tgz#d1a21483fd22bb41e58a12fa3421823140897c45\"\n  \n  posix-character-classes@^0.1.0:\n    version \"0.1.1\"\n    resolved \"https://registry.yarnpkg.com/posix-character-classes/-/posix-character-classes-0.1.1.tgz#01eac0fe3b5af71a2a6c02feabb8c1fef7e00eab\"\n  \n  postcss-calc@^5.2.0:\n    version \"5.3.1\"\n    resolved \"https://registry.yarnpkg.com/postcss-calc/-/postcss-calc-5.3.1.tgz#77bae7ca928ad85716e2fda42f261bf7c1d65b5e\"\n    dependencies:\n      postcss \"^5.0.2\"\n      postcss-message-helpers \"^2.0.0\"\n      reduce-css-calc \"^1.2.6\"\n  \n  postcss-colormin@^2.1.8:\n    version \"2.2.2\"\n    resolved \"https://registry.yarnpkg.com/postcss-colormin/-/postcss-colormin-2.2.2.tgz#6631417d5f0e909a3d7ec26b24c8a8d1e4f96e4b\"\n    dependencies:\n      colormin \"^1.0.5\"\n      postcss \"^5.0.13\"\n      postcss-value-parser \"^3.2.3\"\n  \n  postcss-convert-values@^2.3.4:\n    version \"2.6.1\"\n    resolved \"https://registry.yarnpkg.com/postcss-convert-values/-/postcss-convert-values-2.6.1.tgz#bbd8593c5c1fd2e3d1c322bb925dcae8dae4d62d\"\n    dependencies:\n      postcss \"^5.0.11\"\n      postcss-value-parser \"^3.1.2\"\n  \n  postcss-discard-comments@^2.0.4:\n    version \"2.0.4\"\n    resolved \"https://registry.yarnpkg.com/postcss-discard-comments/-/postcss-discard-comments-2.0.4.tgz#befe89fafd5b3dace5ccce51b76b81514be00e3d\"\n    dependencies:\n      postcss \"^5.0.14\"\n  \n  postcss-discard-duplicates@^2.0.1:\n    version \"2.1.0\"\n    resolved \"https://registry.yarnpkg.com/postcss-discard-duplicates/-/postcss-discard-duplicates-2.1.0.tgz#b9abf27b88ac188158a5eb12abcae20263b91932\"\n    dependencies:\n      postcss \"^5.0.4\"\n  \n  postcss-discard-empty@^2.0.1:\n    version \"2.1.0\"\n    resolved \"https://registry.yarnpkg.com/postcss-discard-empty/-/postcss-discard-empty-2.1.0.tgz#d2b4bd9d5ced5ebd8dcade7640c7d7cd7f4f92b5\"\n    dependencies:\n      postcss \"^5.0.14\"\n  \n  postcss-discard-overridden@^0.1.1:\n    version \"0.1.1\"\n    resolved \"https://registry.yarnpkg.com/postcss-discard-overridden/-/postcss-discard-overridden-0.1.1.tgz#8b1eaf554f686fb288cd874c55667b0aa3668d58\"\n    dependencies:\n      postcss \"^5.0.16\"\n  \n  postcss-discard-unused@^2.2.1:\n    version \"2.2.3\"\n    resolved \"https://registry.yarnpkg.com/postcss-discard-unused/-/postcss-discard-unused-2.2.3.tgz#bce30b2cc591ffc634322b5fb3464b6d934f4433\"\n    dependencies:\n      postcss \"^5.0.14\"\n      uniqs \"^2.0.0\"\n  \n  postcss-filter-plugins@^2.0.0:\n    version \"2.0.2\"\n    resolved \"https://registry.yarnpkg.com/postcss-filter-plugins/-/postcss-filter-plugins-2.0.2.tgz#6d85862534d735ac420e4a85806e1f5d4286d84c\"\n    dependencies:\n      postcss \"^5.0.4\"\n      uniqid \"^4.0.0\"\n  \n  postcss-load-config@^1.2.0:\n    version \"1.2.0\"\n    resolved \"https://registry.yarnpkg.com/postcss-load-config/-/postcss-load-config-1.2.0.tgz#539e9afc9ddc8620121ebf9d8c3673e0ce50d28a\"\n    dependencies:\n      cosmiconfig \"^2.1.0\"\n      object-assign \"^4.1.0\"\n      postcss-load-options \"^1.2.0\"\n      postcss-load-plugins \"^2.3.0\"\n  \n  postcss-load-options@^1.2.0:\n    version \"1.2.0\"\n    resolved \"https://registry.yarnpkg.com/postcss-load-options/-/postcss-load-options-1.2.0.tgz#b098b1559ddac2df04bc0bb375f99a5cfe2b6d8c\"\n    dependencies:\n      cosmiconfig \"^2.1.0\"\n      object-assign \"^4.1.0\"\n  \n  postcss-load-plugins@^2.3.0:\n    version \"2.3.0\"\n    resolved \"https://registry.yarnpkg.com/postcss-load-plugins/-/postcss-load-plugins-2.3.0.tgz#745768116599aca2f009fad426b00175049d8d92\"\n    dependencies:\n      cosmiconfig \"^2.1.1\"\n      object-assign \"^4.1.0\"\n  \n  postcss-loader@^1.2.1:\n    version \"1.3.3\"\n    resolved \"https://registry.yarnpkg.com/postcss-loader/-/postcss-loader-1.3.3.tgz#a621ea1fa29062a83972a46f54486771301916eb\"\n    dependencies:\n      loader-utils \"^1.0.2\"\n      object-assign \"^4.1.1\"\n      postcss \"^5.2.15\"\n      postcss-load-config \"^1.2.0\"\n  \n  postcss-merge-idents@^2.1.5:\n    version \"2.1.7\"\n    resolved \"https://registry.yarnpkg.com/postcss-merge-idents/-/postcss-merge-idents-2.1.7.tgz#4c5530313c08e1d5b3bbf3d2bbc747e278eea270\"\n    dependencies:\n      has \"^1.0.1\"\n      postcss \"^5.0.10\"\n      postcss-value-parser \"^3.1.1\"\n  \n  postcss-merge-longhand@^2.0.1:\n    version \"2.0.2\"\n    resolved \"https://registry.yarnpkg.com/postcss-merge-longhand/-/postcss-merge-longhand-2.0.2.tgz#23d90cd127b0a77994915332739034a1a4f3d658\"\n    dependencies:\n      postcss \"^5.0.4\"\n  \n  postcss-merge-rules@^2.0.3:\n    version \"2.1.2\"\n    resolved \"https://registry.yarnpkg.com/postcss-merge-rules/-/postcss-merge-rules-2.1.2.tgz#d1df5dfaa7b1acc3be553f0e9e10e87c61b5f721\"\n    dependencies:\n      browserslist \"^1.5.2\"\n      caniuse-api \"^1.5.2\"\n      postcss \"^5.0.4\"\n      postcss-selector-parser \"^2.2.2\"\n      vendors \"^1.0.0\"\n  \n  postcss-message-helpers@^2.0.0:\n    version \"2.0.0\"\n    resolved \"https://registry.yarnpkg.com/postcss-message-helpers/-/postcss-message-helpers-2.0.0.tgz#a4f2f4fab6e4fe002f0aed000478cdf52f9ba60e\"\n  \n  postcss-minify-font-values@^1.0.2:\n    version \"1.0.5\"\n    resolved \"https://registry.yarnpkg.com/postcss-minify-font-values/-/postcss-minify-font-values-1.0.5.tgz#4b58edb56641eba7c8474ab3526cafd7bbdecb69\"\n    dependencies:\n      object-assign \"^4.0.1\"\n      postcss \"^5.0.4\"\n      postcss-value-parser \"^3.0.2\"\n  \n  postcss-minify-gradients@^1.0.1:\n    version \"1.0.5\"\n    resolved \"https://registry.yarnpkg.com/postcss-minify-gradients/-/postcss-minify-gradients-1.0.5.tgz#5dbda11373703f83cfb4a3ea3881d8d75ff5e6e1\"\n    dependencies:\n      postcss \"^5.0.12\"\n      postcss-value-parser \"^3.3.0\"\n  \n  postcss-minify-params@^1.0.4:\n    version \"1.2.2\"\n    resolved \"https://registry.yarnpkg.com/postcss-minify-params/-/postcss-minify-params-1.2.2.tgz#ad2ce071373b943b3d930a3fa59a358c28d6f1f3\"\n    dependencies:\n      alphanum-sort \"^1.0.1\"\n      postcss \"^5.0.2\"\n      postcss-value-parser \"^3.0.2\"\n      uniqs \"^2.0.0\"\n  \n  postcss-minify-selectors@^2.0.4:\n    version \"2.1.1\"\n    resolved \"https://registry.yarnpkg.com/postcss-minify-selectors/-/postcss-minify-selectors-2.1.1.tgz#b2c6a98c0072cf91b932d1a496508114311735bf\"\n    dependencies:\n      alphanum-sort \"^1.0.2\"\n      has \"^1.0.1\"\n      postcss \"^5.0.14\"\n      postcss-selector-parser \"^2.0.0\"\n  \n  postcss-modules-extract-imports@^1.0.0:\n    version \"1.0.1\"\n    resolved \"https://registry.yarnpkg.com/postcss-modules-extract-imports/-/postcss-modules-extract-imports-1.0.1.tgz#8fb3fef9a6dd0420d3f6d4353cf1ff73f2b2a341\"\n    dependencies:\n      postcss \"^5.0.4\"\n  \n  postcss-modules-local-by-default@^1.0.1:\n    version \"1.1.1\"\n    resolved \"https://registry.yarnpkg.com/postcss-modules-local-by-default/-/postcss-modules-local-by-default-1.1.1.tgz#29a10673fa37d19251265ca2ba3150d9040eb4ce\"\n    dependencies:\n      css-selector-tokenizer \"^0.6.0\"\n      postcss \"^5.0.4\"\n  \n  postcss-modules-parser@^1.1.0:\n    version \"1.1.0\"\n    resolved \"https://registry.yarnpkg.com/postcss-modules-parser/-/postcss-modules-parser-1.1.0.tgz#1797f0e5ca129bbe6120c9d3babd328e8bc7748d\"\n    dependencies:\n      icss-replace-symbols \"^1.0.2\"\n      lodash.foreach \"^3.0.3\"\n      postcss \"^5.0.10\"\n  \n  postcss-modules-scope@^1.0.0:\n    version \"1.0.2\"\n    resolved \"https://registry.yarnpkg.com/postcss-modules-scope/-/postcss-modules-scope-1.0.2.tgz#ff977395e5e06202d7362290b88b1e8cd049de29\"\n    dependencies:\n      css-selector-tokenizer \"^0.6.0\"\n      postcss \"^5.0.4\"\n  \n  postcss-modules-values@^1.1.0, postcss-modules-values@^1.1.1:\n    version \"1.2.2\"\n    resolved \"https://registry.yarnpkg.com/postcss-modules-values/-/postcss-modules-values-1.2.2.tgz#f0e7d476fe1ed88c5e4c7f97533a3e772ad94ca1\"\n    dependencies:\n      icss-replace-symbols \"^1.0.2\"\n      postcss \"^5.0.14\"\n  \n  postcss-normalize-charset@^1.1.0:\n    version \"1.1.1\"\n    resolved \"https://registry.yarnpkg.com/postcss-normalize-charset/-/postcss-normalize-charset-1.1.1.tgz#ef9ee71212d7fe759c78ed162f61ed62b5cb93f1\"\n    dependencies:\n      postcss \"^5.0.5\"\n  \n  postcss-normalize-url@^3.0.7:\n    version \"3.0.8\"\n    resolved \"https://registry.yarnpkg.com/postcss-normalize-url/-/postcss-normalize-url-3.0.8.tgz#108f74b3f2fcdaf891a2ffa3ea4592279fc78222\"\n    dependencies:\n      is-absolute-url \"^2.0.0\"\n      normalize-url \"^1.4.0\"\n      postcss \"^5.0.14\"\n      postcss-value-parser \"^3.2.3\"\n  \n  postcss-ordered-values@^2.1.0:\n    version \"2.2.3\"\n    resolved \"https://registry.yarnpkg.com/postcss-ordered-values/-/postcss-ordered-values-2.2.3.tgz#eec6c2a67b6c412a8db2042e77fe8da43f95c11d\"\n    dependencies:\n      postcss \"^5.0.4\"\n      postcss-value-parser \"^3.0.1\"\n  \n  postcss-reduce-idents@^2.2.2:\n    version \"2.4.0\"\n    resolved \"https://registry.yarnpkg.com/postcss-reduce-idents/-/postcss-reduce-idents-2.4.0.tgz#c2c6d20cc958284f6abfbe63f7609bf409059ad3\"\n    dependencies:\n      postcss \"^5.0.4\"\n      postcss-value-parser \"^3.0.2\"\n  \n  postcss-reduce-initial@^1.0.0:\n    version \"1.0.1\"\n    resolved \"https://registry.yarnpkg.com/postcss-reduce-initial/-/postcss-reduce-initial-1.0.1.tgz#68f80695f045d08263a879ad240df8dd64f644ea\"\n    dependencies:\n      postcss \"^5.0.4\"\n  \n  postcss-reduce-transforms@^1.0.3:\n    version \"1.0.4\"\n    resolved \"https://registry.yarnpkg.com/postcss-reduce-transforms/-/postcss-reduce-transforms-1.0.4.tgz#ff76f4d8212437b31c298a42d2e1444025771ae1\"\n    dependencies:\n      has \"^1.0.1\"\n      postcss \"^5.0.8\"\n      postcss-value-parser \"^3.0.1\"\n  \n  postcss-selector-parser@^2.0.0, postcss-selector-parser@^2.2.2:\n    version \"2.2.3\"\n    resolved \"https://registry.yarnpkg.com/postcss-selector-parser/-/postcss-selector-parser-2.2.3.tgz#f9437788606c3c9acee16ffe8d8b16297f27bb90\"\n    dependencies:\n      flatten \"^1.0.2\"\n      indexes-of \"^1.0.1\"\n      uniq \"^1.0.1\"\n  \n  postcss-svgo@^2.1.1:\n    version \"2.1.6\"\n    resolved \"https://registry.yarnpkg.com/postcss-svgo/-/postcss-svgo-2.1.6.tgz#b6df18aa613b666e133f08adb5219c2684ac108d\"\n    dependencies:\n      is-svg \"^2.0.0\"\n      postcss \"^5.0.14\"\n      postcss-value-parser \"^3.2.3\"\n      svgo \"^0.7.0\"\n  \n  postcss-unique-selectors@^2.0.2:\n    version \"2.0.2\"\n    resolved \"https://registry.yarnpkg.com/postcss-unique-selectors/-/postcss-unique-selectors-2.0.2.tgz#981d57d29ddcb33e7b1dfe1fd43b8649f933ca1d\"\n    dependencies:\n      alphanum-sort \"^1.0.1\"\n      postcss \"^5.0.4\"\n      uniqs \"^2.0.0\"\n  \n  postcss-value-parser@^3.0.1, postcss-value-parser@^3.0.2, postcss-value-parser@^3.1.1, postcss-value-parser@^3.1.2, postcss-value-parser@^3.2.3, postcss-value-parser@^3.3.0:\n    version \"3.3.0\"\n    resolved \"https://registry.yarnpkg.com/postcss-value-parser/-/postcss-value-parser-3.3.0.tgz#87f38f9f18f774a4ab4c8a232f5c5ce8872a9d15\"\n  \n  postcss-zindex@^2.0.1:\n    version \"2.2.0\"\n    resolved \"https://registry.yarnpkg.com/postcss-zindex/-/postcss-zindex-2.2.0.tgz#d2109ddc055b91af67fc4cb3b025946639d2af22\"\n    dependencies:\n      has \"^1.0.1\"\n      postcss \"^5.0.4\"\n      uniqs \"^2.0.0\"\n  \n  postcss@^5.0.10, postcss@^5.0.11, postcss@^5.0.12, postcss@^5.0.13, postcss@^5.0.14, postcss@^5.0.16, postcss@^5.0.19, postcss@^5.0.2, postcss@^5.0.4, postcss@^5.0.5, postcss@^5.0.6, postcss@^5.0.8, postcss@^5.2.15, postcss@^5.2.16:\n    version \"5.2.17\"\n    resolved \"https://registry.yarnpkg.com/postcss/-/postcss-5.2.17.tgz#cf4f597b864d65c8a492b2eabe9d706c879c388b\"\n    dependencies:\n      chalk \"^1.1.3\"\n      js-base64 \"^2.1.9\"\n      source-map \"^0.5.6\"\n      supports-color \"^3.2.3\"\n  \n  postcss@^6.0.16:\n    version \"6.0.17\"\n    resolved \"https://registry.yarnpkg.com/postcss/-/postcss-6.0.17.tgz#e259a051ca513f81e9afd0c21f7f82eda50c65c5\"\n    dependencies:\n      chalk \"^2.3.0\"\n      source-map \"^0.6.1\"\n      supports-color \"^5.1.0\"\n  \n  prelude-ls@~1.1.2:\n    version \"1.1.2\"\n    resolved \"https://registry.yarnpkg.com/prelude-ls/-/prelude-ls-1.1.2.tgz#21932a549f5e52ffd9a827f570e04be62a97da54\"\n  \n  prepend-http@^1.0.0:\n    version \"1.0.4\"\n    resolved \"https://registry.yarnpkg.com/prepend-http/-/prepend-http-1.0.4.tgz#d4f4562b0ce3696e41ac52d0e002e57a635dc6dc\"\n  \n  private@^0.1.6:\n    version \"0.1.7\"\n    resolved \"https://registry.yarnpkg.com/private/-/private-0.1.7.tgz#68ce5e8a1ef0a23bb570cc28537b5332aba63ef1\"\n  \n  process-nextick-args@~1.0.6:\n    version \"1.0.7\"\n    resolved \"https://registry.yarnpkg.com/process-nextick-args/-/process-nextick-args-1.0.7.tgz#150e20b756590ad3f91093f25a4f2ad8bff30ba3\"\n  \n  process-nextick-args@~2.0.0:\n    version \"2.0.0\"\n    resolved \"https://registry.yarnpkg.com/process-nextick-args/-/process-nextick-args-2.0.0.tgz#a37d732f4271b4ab1ad070d35508e8290788ffaa\"\n  \n  process@^0.11.10:\n    version \"0.11.10\"\n    resolved \"https://registry.yarnpkg.com/process/-/process-0.11.10.tgz#7332300e840161bda3e69a1d1d91a7d4bc16f182\"\n  \n  progress@^1.1.8:\n    version \"1.1.8\"\n    resolved \"https://registry.yarnpkg.com/progress/-/progress-1.1.8.tgz#e260c78f6161cdd9b0e56cc3e0a85de17c7a57be\"\n  \n  promise-inflight@^1.0.1:\n    version \"1.0.1\"\n    resolved \"https://registry.yarnpkg.com/promise-inflight/-/promise-inflight-1.0.1.tgz#98472870bf228132fcbdd868129bad12c3c029e3\"\n  \n  promise@^7.0.1, promise@^7.1.1:\n    version \"7.1.1\"\n    resolved \"https://registry.yarnpkg.com/promise/-/promise-7.1.1.tgz#489654c692616b8aa55b0724fa809bb7db49c5bf\"\n    dependencies:\n      asap \"~2.0.3\"\n  \n  prop-types@^15.5.4, prop-types@^15.5.7, prop-types@^15.5.8, prop-types@~15.5.7:\n    version \"15.5.8\"\n    resolved \"https://registry.yarnpkg.com/prop-types/-/prop-types-15.5.8.tgz#6b7b2e141083be38c8595aa51fc55775c7199394\"\n    dependencies:\n      fbjs \"^0.8.9\"\n  \n  proxy-addr@~1.1.3:\n    version \"1.1.4\"\n    resolved \"https://registry.yarnpkg.com/proxy-addr/-/proxy-addr-1.1.4.tgz#27e545f6960a44a627d9b44467e35c1b6b4ce2f3\"\n    dependencies:\n      forwarded \"~0.1.0\"\n      ipaddr.js \"1.3.0\"\n  \n  prr@~0.0.0:\n    version \"0.0.0\"\n    resolved \"https://registry.yarnpkg.com/prr/-/prr-0.0.0.tgz#1a84b85908325501411853d0081ee3fa86e2926a\"\n  \n  prr@~1.0.1:\n    version \"1.0.1\"\n    resolved \"https://registry.yarnpkg.com/prr/-/prr-1.0.1.tgz#d3fc114ba06995a45ec6893f484ceb1d78f5f476\"\n  \n  pseudomap@^1.0.1, pseudomap@^1.0.2:\n    version \"1.0.2\"\n    resolved \"https://registry.yarnpkg.com/pseudomap/-/pseudomap-1.0.2.tgz#f052a28da70e618917ef0a8ac34c1ae5a68286b3\"\n  \n  psl@^1.1.7:\n    version \"1.1.28\"\n    resolved \"https://registry.yarnpkg.com/psl/-/psl-1.1.28.tgz#4fb6ceb08a1e2214d4fd4de0ca22dae13740bc7b\"\n  \n  public-encrypt@^4.0.0:\n    version \"4.0.0\"\n    resolved \"https://registry.yarnpkg.com/public-encrypt/-/public-encrypt-4.0.0.tgz#39f699f3a46560dd5ebacbca693caf7c65c18cc6\"\n    dependencies:\n      bn.js \"^4.1.0\"\n      browserify-rsa \"^4.0.0\"\n      create-hash \"^1.1.0\"\n      parse-asn1 \"^5.0.0\"\n      randombytes \"^2.0.1\"\n  \n  pug-attrs@^2.0.2:\n    version \"2.0.2\"\n    resolved \"https://registry.yarnpkg.com/pug-attrs/-/pug-attrs-2.0.2.tgz#8be2b2225568ffa75d1b866982bff9f4111affcb\"\n    dependencies:\n      constantinople \"^3.0.1\"\n      js-stringify \"^1.0.1\"\n      pug-runtime \"^2.0.3\"\n  \n  pug-cli@^1.0.0-alpha6:\n    version \"1.0.0-alpha6\"\n    resolved \"https://registry.yarnpkg.com/pug-cli/-/pug-cli-1.0.0-alpha6.tgz#1ca539ea4ac0ebb69ce4aae84aeed5d64ffe6501\"\n    dependencies:\n      chalk \"^1.0.0\"\n      commander \"^2.8.1\"\n      mkdirp \"^0.5.1\"\n      pug \"^2.0.0-alpha7\"\n  \n  pug-code-gen@^1.1.1:\n    version \"1.1.1\"\n    resolved \"https://registry.yarnpkg.com/pug-code-gen/-/pug-code-gen-1.1.1.tgz#1cf72744ef2a039eae6a3340caaa1105871258e8\"\n    dependencies:\n      constantinople \"^3.0.1\"\n      doctypes \"^1.1.0\"\n      js-stringify \"^1.0.1\"\n      pug-attrs \"^2.0.2\"\n      pug-error \"^1.3.2\"\n      pug-runtime \"^2.0.3\"\n      void-elements \"^2.0.1\"\n      with \"^5.0.0\"\n  \n  pug-error@^1.3.2:\n    version \"1.3.2\"\n    resolved \"https://registry.yarnpkg.com/pug-error/-/pug-error-1.3.2.tgz#53ae7d9d29bb03cf564493a026109f54c47f5f26\"\n  \n  pug-filters@^2.1.2:\n    version \"2.1.2\"\n    resolved \"https://registry.yarnpkg.com/pug-filters/-/pug-filters-2.1.2.tgz#3590b41adb34749f71d3f1f1a9f745011119117b\"\n    dependencies:\n      clean-css \"^3.3.0\"\n      constantinople \"^3.0.1\"\n      jstransformer \"1.0.0\"\n      pug-error \"^1.3.2\"\n      pug-walk \"^1.1.2\"\n      resolve \"^1.1.6\"\n      uglify-js \"^2.6.1\"\n  \n  pug-lexer@^3.1.0:\n    version \"3.1.0\"\n    resolved \"https://registry.yarnpkg.com/pug-lexer/-/pug-lexer-3.1.0.tgz#fd087376d4a675b4f59f8fef422883434e9581a2\"\n    dependencies:\n      character-parser \"^2.1.1\"\n      is-expression \"^3.0.0\"\n      pug-error \"^1.3.2\"\n  \n  pug-linker@^3.0.0:\n    version \"3.0.0\"\n    resolved \"https://registry.yarnpkg.com/pug-linker/-/pug-linker-3.0.0.tgz#2416f06aaa1a9720e3b3261d1e8ca72f6f5123d2\"\n    dependencies:\n      pug-error \"^1.3.2\"\n      pug-walk \"^1.1.2\"\n  \n  pug-load@^2.0.6:\n    version \"2.0.6\"\n    resolved \"https://registry.yarnpkg.com/pug-load/-/pug-load-2.0.6.tgz#86da4b31c4f76fd9a471982b9b3d00e6c8a3f945\"\n    dependencies:\n      object-assign \"^4.1.0\"\n      pug-walk \"^1.1.2\"\n  \n  pug-parser@^2.0.2:\n    version \"2.0.2\"\n    resolved \"https://registry.yarnpkg.com/pug-parser/-/pug-parser-2.0.2.tgz#53a680cfd05039dcb0c27d029094bc4a792689b0\"\n    dependencies:\n      pug-error \"^1.3.2\"\n      token-stream \"0.0.1\"\n  \n  pug-runtime@^2.0.3:\n    version \"2.0.3\"\n    resolved \"https://registry.yarnpkg.com/pug-runtime/-/pug-runtime-2.0.3.tgz#98162607b0fce9e254d427f33987a5aee7168bda\"\n  \n  pug-strip-comments@^1.0.2:\n    version \"1.0.2\"\n    resolved \"https://registry.yarnpkg.com/pug-strip-comments/-/pug-strip-comments-1.0.2.tgz#d313afa01bcc374980e1399e23ebf2eb9bdc8513\"\n    dependencies:\n      pug-error \"^1.3.2\"\n  \n  pug-walk@^1.1.2:\n    version \"1.1.2\"\n    resolved \"https://registry.yarnpkg.com/pug-walk/-/pug-walk-1.1.2.tgz#debb24c070a95d5fc2aebf3589261833d2332e3b\"\n  \n  pug@^2.0.0-alpha7:\n    version \"2.0.0-rc.1\"\n    resolved \"https://registry.yarnpkg.com/pug/-/pug-2.0.0-rc.1.tgz#723c08b3349bb9b96865b9ed7d3e379e247cd984\"\n    dependencies:\n      pug-code-gen \"^1.1.1\"\n      pug-filters \"^2.1.2\"\n      pug-lexer \"^3.1.0\"\n      pug-linker \"^3.0.0\"\n      pug-load \"^2.0.6\"\n      pug-parser \"^2.0.2\"\n      pug-runtime \"^2.0.3\"\n      pug-strip-comments \"^1.0.2\"\n  \n  pump@^2.0.0, pump@^2.0.1:\n    version \"2.0.1\"\n    resolved \"https://registry.yarnpkg.com/pump/-/pump-2.0.1.tgz#12399add6e4cf7526d973cbc8b5ce2e2908b3909\"\n    dependencies:\n      end-of-stream \"^1.1.0\"\n      once \"^1.3.1\"\n  \n  pumpify@^1.3.3:\n    version \"1.5.1\"\n    resolved \"https://registry.yarnpkg.com/pumpify/-/pumpify-1.5.1.tgz#36513be246ab27570b1a374a5ce278bfd74370ce\"\n    dependencies:\n      duplexify \"^3.6.0\"\n      inherits \"^2.0.3\"\n      pump \"^2.0.0\"\n  \n  punycode@1.3.2:\n    version \"1.3.2\"\n    resolved \"https://registry.yarnpkg.com/punycode/-/punycode-1.3.2.tgz#9653a036fb7c1ee42342f2325cceefea3926c48d\"\n  \n  punycode@^1.2.4, punycode@^1.4.1:\n    version \"1.4.1\"\n    resolved \"https://registry.yarnpkg.com/punycode/-/punycode-1.4.1.tgz#c0d5a63b2718800ad8e1eb0fa5269c84dd41845e\"\n  \n  punycode@^2.1.0:\n    version \"2.1.1\"\n    resolved \"https://registry.yarnpkg.com/punycode/-/punycode-2.1.1.tgz#b58b010ac40c22c5657616c8d2c2c02c7bf479ec\"\n  \n  q@^1.1.2:\n    version \"1.5.0\"\n    resolved \"https://registry.yarnpkg.com/q/-/q-1.5.0.tgz#dd01bac9d06d30e6f219aecb8253ee9ebdc308f1\"\n  \n  qs@6.4.0, qs@~6.4.0:\n    version \"6.4.0\"\n    resolved \"https://registry.yarnpkg.com/qs/-/qs-6.4.0.tgz#13e26d28ad6b0ffaa91312cd3bf708ed351e7233\"\n  \n  qs@~6.5.1:\n    version \"6.5.1\"\n    resolved \"https://registry.yarnpkg.com/qs/-/qs-6.5.1.tgz#349cdf6eef89ec45c12d7d5eb3fc0c870343a6d8\"\n  \n  query-string@^4.1.0:\n    version \"4.3.4\"\n    resolved \"https://registry.yarnpkg.com/query-string/-/query-string-4.3.4.tgz#bbb693b9ca915c232515b228b1a02b609043dbeb\"\n    dependencies:\n      object-assign \"^4.1.0\"\n      strict-uri-encode \"^1.0.0\"\n  \n  querystring-es3@^0.2.0:\n    version \"0.2.1\"\n    resolved \"https://registry.yarnpkg.com/querystring-es3/-/querystring-es3-0.2.1.tgz#9ec61f79049875707d69414596fd907a4d711e73\"\n  \n  querystring@0.2.0, querystring@^0.2.0:\n    version \"0.2.0\"\n    resolved \"https://registry.yarnpkg.com/querystring/-/querystring-0.2.0.tgz#b209849203bb25df820da756e747005878521620\"\n  \n  querystringify@^2.0.0:\n    version \"2.0.0\"\n    resolved \"https://registry.yarnpkg.com/querystringify/-/querystringify-2.0.0.tgz#fa3ed6e68eb15159457c89b37bc6472833195755\"\n  \n  randombytes@^2.0.0, randombytes@^2.0.1, randombytes@^2.0.5:\n    version \"2.0.6\"\n    resolved \"https://registry.yarnpkg.com/randombytes/-/randombytes-2.0.6.tgz#d302c522948588848a8d300c932b44c24231da80\"\n    dependencies:\n      safe-buffer \"^5.1.0\"\n  \n  randomfill@^1.0.3:\n    version \"1.0.3\"\n    resolved \"https://registry.yarnpkg.com/randomfill/-/randomfill-1.0.3.tgz#b96b7df587f01dd91726c418f30553b1418e3d62\"\n    dependencies:\n      randombytes \"^2.0.5\"\n      safe-buffer \"^5.1.0\"\n  \n  range-parser@^1.0.3, range-parser@~1.2.0:\n    version \"1.2.0\"\n    resolved \"https://registry.yarnpkg.com/range-parser/-/range-parser-1.2.0.tgz#f49be6b487894ddc40dcc94a322f611092e00d5e\"\n  \n  rc@^1.2.7:\n    version \"1.2.8\"\n    resolved \"https://registry.yarnpkg.com/rc/-/rc-1.2.8.tgz#cd924bf5200a075b83c188cd6b9e211b7fc0d3ed\"\n    dependencies:\n      deep-extend \"^0.6.0\"\n      ini \"~1.3.0\"\n      minimist \"^1.2.0\"\n      strip-json-comments \"~2.0.1\"\n  \n  react-addons-test-utils@^15.0.2:\n    version \"15.5.1\"\n    resolved \"https://registry.yarnpkg.com/react-addons-test-utils/-/react-addons-test-utils-15.5.1.tgz#e0d258cda2a122ad0dff69f838260d0c3958f5f7\"\n    dependencies:\n      fbjs \"^0.8.4\"\n      object-assign \"^4.1.0\"\n  \n  react-dock@^0.2.3:\n    version \"0.2.4\"\n    resolved \"https://registry.yarnpkg.com/react-dock/-/react-dock-0.2.4.tgz#e727dc7550b3b73116635dcb9c0e04d0b7afe17c\"\n    dependencies:\n      lodash.debounce \"^3.1.1\"\n      prop-types \"^15.5.8\"\n  \n  react-dom@^15.0.2:\n    version \"15.5.4\"\n    resolved \"https://registry.yarnpkg.com/react-dom/-/react-dom-15.5.4.tgz#ba0c28786fd52ed7e4f2135fe0288d462aef93da\"\n    dependencies:\n      fbjs \"^0.8.9\"\n      loose-envify \"^1.1.0\"\n      object-assign \"^4.1.0\"\n      prop-types \"~15.5.7\"\n  \n  react-redux@^4.3.0:\n    version \"4.4.8\"\n    resolved \"https://registry.yarnpkg.com/react-redux/-/react-redux-4.4.8.tgz#e7bc1dd100e8b64e96ac8212db113239b9e2e08f\"\n    dependencies:\n      create-react-class \"^15.5.1\"\n      hoist-non-react-statics \"^1.0.3\"\n      invariant \"^2.0.0\"\n      lodash \"^4.2.0\"\n      loose-envify \"^1.1.0\"\n      prop-types \"^15.5.4\"\n  \n  react-s3-uploader@^4.8.0:\n    version \"4.8.0\"\n    resolved \"https://registry.yarnpkg.com/react-s3-uploader/-/react-s3-uploader-4.8.0.tgz#aab3616a12488903a0e663007fb05a11ede908c9\"\n    dependencies:\n      aws-sdk \"2.x\"\n      create-react-class \"^15.5.2\"\n      object-assign \"^2.0.0\"\n      prop-types \"^15.5.8\"\n      uuid \"^3.1.0\"\n  \n  react@^15.0.2:\n    version \"15.5.4\"\n    resolved \"https://registry.yarnpkg.com/react/-/react-15.5.4.tgz#fa83eb01506ab237cdc1c8c3b1cea8de012bf047\"\n    dependencies:\n      fbjs \"^0.8.9\"\n      loose-envify \"^1.1.0\"\n      object-assign \"^4.1.0\"\n      prop-types \"^15.5.7\"\n  \n  \"readable-stream@1 || 2\", readable-stream@^2.0.4, readable-stream@^2.1.5:\n    version \"2.3.6\"\n    resolved \"https://registry.yarnpkg.com/readable-stream/-/readable-stream-2.3.6.tgz#b11c27d88b8ff1fbe070643cf94b0c79ae1b0aaf\"\n    dependencies:\n      core-util-is \"~1.0.0\"\n      inherits \"~2.0.3\"\n      isarray \"~1.0.0\"\n      process-nextick-args \"~2.0.0\"\n      safe-buffer \"~5.1.1\"\n      string_decoder \"~1.1.1\"\n      util-deprecate \"~1.0.1\"\n  \n  readable-stream@^2.0.0, readable-stream@^2.0.1, readable-stream@^2.0.2, readable-stream@^2.0.5, readable-stream@^2.0.6, readable-stream@^2.2.2:\n    version \"2.2.9\"\n    resolved \"https://registry.yarnpkg.com/readable-stream/-/readable-stream-2.2.9.tgz#cf78ec6f4a6d1eb43d26488cac97f042e74b7fc8\"\n    dependencies:\n      buffer-shims \"~1.0.0\"\n      core-util-is \"~1.0.0\"\n      inherits \"~2.0.1\"\n      isarray \"~1.0.0\"\n      process-nextick-args \"~1.0.6\"\n      string_decoder \"~1.0.0\"\n      util-deprecate \"~1.0.1\"\n  \n  readable-stream@^2.3.3:\n    version \"2.3.3\"\n    resolved \"https://registry.yarnpkg.com/readable-stream/-/readable-stream-2.3.3.tgz#368f2512d79f9d46fdfc71349ae7878bbc1eb95c\"\n    dependencies:\n      core-util-is \"~1.0.0\"\n      inherits \"~2.0.3\"\n      isarray \"~1.0.0\"\n      process-nextick-args \"~1.0.6\"\n      safe-buffer \"~5.1.1\"\n      string_decoder \"~1.0.3\"\n      util-deprecate \"~1.0.1\"\n  \n  readdirp@^2.0.0:\n    version \"2.1.0\"\n    resolved \"https://registry.yarnpkg.com/readdirp/-/readdirp-2.1.0.tgz#4ed0ad060df3073300c48440373f72d1cc642d78\"\n    dependencies:\n      graceful-fs \"^4.1.2\"\n      minimatch \"^3.0.2\"\n      readable-stream \"^2.0.2\"\n      set-immediate-shim \"^1.0.1\"\n  \n  readline2@^1.0.1:\n    version \"1.0.1\"\n    resolved \"https://registry.yarnpkg.com/readline2/-/readline2-1.0.1.tgz#41059608ffc154757b715d9989d199ffbf372e35\"\n    dependencies:\n      code-point-at \"^1.0.0\"\n      is-fullwidth-code-point \"^1.0.0\"\n      mute-stream \"0.0.5\"\n  \n  rechoir@^0.6.2:\n    version \"0.6.2\"\n    resolved \"https://registry.yarnpkg.com/rechoir/-/rechoir-0.6.2.tgz#85204b54dba82d5742e28c96756ef43af50e3384\"\n    dependencies:\n      resolve \"^1.1.6\"\n  \n  reduce-css-calc@^1.2.6:\n    version \"1.3.0\"\n    resolved \"https://registry.yarnpkg.com/reduce-css-calc/-/reduce-css-calc-1.3.0.tgz#747c914e049614a4c9cfbba629871ad1d2927716\"\n    dependencies:\n      balanced-match \"^0.4.2\"\n      math-expression-evaluator \"^1.2.14\"\n      reduce-function-call \"^1.0.1\"\n  \n  reduce-function-call@^1.0.1:\n    version \"1.0.2\"\n    resolved \"https://registry.yarnpkg.com/reduce-function-call/-/reduce-function-call-1.0.2.tgz#5a200bf92e0e37751752fe45b0ab330fd4b6be99\"\n    dependencies:\n      balanced-match \"^0.4.2\"\n  \n  redux-thunk@^2.0.1:\n    version \"2.2.0\"\n    resolved \"https://registry.yarnpkg.com/redux-thunk/-/redux-thunk-2.2.0.tgz#e615a16e16b47a19a515766133d1e3e99b7852e5\"\n  \n  redux@^3.2.1:\n    version \"3.6.0\"\n    resolved \"https://registry.yarnpkg.com/redux/-/redux-3.6.0.tgz#887c2b3d0b9bd86eca2be70571c27654c19e188d\"\n    dependencies:\n      lodash \"^4.2.1\"\n      lodash-es \"^4.2.1\"\n      loose-envify \"^1.1.0\"\n      symbol-observable \"^1.0.2\"\n  \n  regenerate-unicode-properties@^7.0.0:\n    version \"7.0.0\"\n    resolved \"https://registry.yarnpkg.com/regenerate-unicode-properties/-/regenerate-unicode-properties-7.0.0.tgz#107405afcc4a190ec5ed450ecaa00ed0cafa7a4c\"\n    dependencies:\n      regenerate \"^1.4.0\"\n  \n  regenerate@^1.2.1:\n    version \"1.3.2\"\n    resolved \"https://registry.yarnpkg.com/regenerate/-/regenerate-1.3.2.tgz#d1941c67bad437e1be76433add5b385f95b19260\"\n  \n  regenerate@^1.4.0:\n    version \"1.4.0\"\n    resolved \"https://registry.yarnpkg.com/regenerate/-/regenerate-1.4.0.tgz#4a856ec4b56e4077c557589cae85e7a4c8869a11\"\n  \n  regenerator-runtime@^0.11.0, regenerator-runtime@^0.11.1:\n    version \"0.11.1\"\n    resolved \"https://registry.yarnpkg.com/regenerator-runtime/-/regenerator-runtime-0.11.1.tgz#be05ad7f9bf7d22e056f9726cee5017fbf19e2e9\"\n  \n  regenerator-runtime@^0.12.0:\n    version \"0.12.0\"\n    resolved \"https://registry.yarnpkg.com/regenerator-runtime/-/regenerator-runtime-0.12.0.tgz#8052ac952d85b10f3425192cd0c53f45cf65c6cb\"\n  \n  regenerator-transform@^0.13.3:\n    version \"0.13.3\"\n    resolved \"https://registry.yarnpkg.com/regenerator-transform/-/regenerator-transform-0.13.3.tgz#264bd9ff38a8ce24b06e0636496b2c856b57bcbb\"\n    dependencies:\n      private \"^0.1.6\"\n  \n  regex-not@^1.0.0, regex-not@^1.0.2:\n    version \"1.0.2\"\n    resolved \"https://registry.yarnpkg.com/regex-not/-/regex-not-1.0.2.tgz#1f4ece27e00b0b65e0247a6810e6a85d83a5752c\"\n    dependencies:\n      extend-shallow \"^3.0.2\"\n      safe-regex \"^1.1.0\"\n  \n  regexpu-core@^1.0.0:\n    version \"1.0.0\"\n    resolved \"https://registry.yarnpkg.com/regexpu-core/-/regexpu-core-1.0.0.tgz#86a763f58ee4d7c2f6b102e4764050de7ed90c6b\"\n    dependencies:\n      regenerate \"^1.2.1\"\n      regjsgen \"^0.2.0\"\n      regjsparser \"^0.1.4\"\n  \n  regexpu-core@^4.1.3, regexpu-core@^4.2.0:\n    version \"4.2.0\"\n    resolved \"https://registry.yarnpkg.com/regexpu-core/-/regexpu-core-4.2.0.tgz#a3744fa03806cffe146dea4421a3e73bdcc47b1d\"\n    dependencies:\n      regenerate \"^1.4.0\"\n      regenerate-unicode-properties \"^7.0.0\"\n      regjsgen \"^0.4.0\"\n      regjsparser \"^0.3.0\"\n      unicode-match-property-ecmascript \"^1.0.4\"\n      unicode-match-property-value-ecmascript \"^1.0.2\"\n  \n  regjsgen@^0.2.0:\n    version \"0.2.0\"\n    resolved \"https://registry.yarnpkg.com/regjsgen/-/regjsgen-0.2.0.tgz#6c016adeac554f75823fe37ac05b92d5a4edb1f7\"\n  \n  regjsgen@^0.4.0:\n    version \"0.4.0\"\n    resolved \"https://registry.yarnpkg.com/regjsgen/-/regjsgen-0.4.0.tgz#c1eb4c89a209263f8717c782591523913ede2561\"\n  \n  regjsparser@^0.1.4:\n    version \"0.1.5\"\n    resolved \"https://registry.yarnpkg.com/regjsparser/-/regjsparser-0.1.5.tgz#7ee8f84dc6fa792d3fd0ae228d24bd949ead205c\"\n    dependencies:\n      jsesc \"~0.5.0\"\n  \n  regjsparser@^0.3.0:\n    version \"0.3.0\"\n    resolved \"https://registry.yarnpkg.com/regjsparser/-/regjsparser-0.3.0.tgz#3c326da7fcfd69fa0d332575a41c8c0cdf588c96\"\n    dependencies:\n      jsesc \"~0.5.0\"\n  \n  remove-trailing-separator@^1.0.1:\n    version \"1.0.1\"\n    resolved \"https://registry.yarnpkg.com/remove-trailing-separator/-/remove-trailing-separator-1.0.1.tgz#615ebb96af559552d4bf4057c8436d486ab63cc4\"\n  \n  repeat-element@^1.1.2:\n    version \"1.1.2\"\n    resolved \"https://registry.yarnpkg.com/repeat-element/-/repeat-element-1.1.2.tgz#ef089a178d1483baae4d93eb98b4f9e4e11d990a\"\n  \n  repeat-string@^1.5.2, repeat-string@^1.6.1:\n    version \"1.6.1\"\n    resolved \"https://registry.yarnpkg.com/repeat-string/-/repeat-string-1.6.1.tgz#8dcae470e1c88abc2d600fff4a776286da75e637\"\n  \n  request@^2.79.0:\n    version \"2.81.0\"\n    resolved \"https://registry.yarnpkg.com/request/-/request-2.81.0.tgz#c6928946a0e06c5f8d6f8a9333469ffda46298a0\"\n    dependencies:\n      aws-sign2 \"~0.6.0\"\n      aws4 \"^1.2.1\"\n      caseless \"~0.12.0\"\n      combined-stream \"~1.0.5\"\n      extend \"~3.0.0\"\n      forever-agent \"~0.6.1\"\n      form-data \"~2.1.1\"\n      har-validator \"~4.2.1\"\n      hawk \"~3.1.3\"\n      http-signature \"~1.1.0\"\n      is-typedarray \"~1.0.0\"\n      isstream \"~0.1.2\"\n      json-stringify-safe \"~5.0.1\"\n      mime-types \"~2.1.7\"\n      oauth-sign \"~0.8.1\"\n      performance-now \"^0.2.0\"\n      qs \"~6.4.0\"\n      safe-buffer \"^5.0.1\"\n      stringstream \"~0.0.4\"\n      tough-cookie \"~2.3.0\"\n      tunnel-agent \"^0.6.0\"\n      uuid \"^3.0.0\"\n  \n  request@^2.83.0:\n    version \"2.83.0\"\n    resolved \"https://registry.yarnpkg.com/request/-/request-2.83.0.tgz#ca0b65da02ed62935887808e6f510381034e3356\"\n    dependencies:\n      aws-sign2 \"~0.7.0\"\n      aws4 \"^1.6.0\"\n      caseless \"~0.12.0\"\n      combined-stream \"~1.0.5\"\n      extend \"~3.0.1\"\n      forever-agent \"~0.6.1\"\n      form-data \"~2.3.1\"\n      har-validator \"~5.0.3\"\n      hawk \"~6.0.2\"\n      http-signature \"~1.2.0\"\n      is-typedarray \"~1.0.0\"\n      isstream \"~0.1.2\"\n      json-stringify-safe \"~5.0.1\"\n      mime-types \"~2.1.17\"\n      oauth-sign \"~0.8.2\"\n      performance-now \"^2.1.0\"\n      qs \"~6.5.1\"\n      safe-buffer \"^5.1.1\"\n      stringstream \"~0.0.5\"\n      tough-cookie \"~2.3.3\"\n      tunnel-agent \"^0.6.0\"\n      uuid \"^3.1.0\"\n  \n  require-directory@^2.1.1:\n    version \"2.1.1\"\n    resolved \"https://registry.yarnpkg.com/require-directory/-/require-directory-2.1.1.tgz#8c64ad5fd30dab1c976e2344ffe7f792a6a6df42\"\n  \n  require-from-string@^1.1.0:\n    version \"1.2.1\"\n    resolved \"https://registry.yarnpkg.com/require-from-string/-/require-from-string-1.2.1.tgz#529c9ccef27380adfec9a2f965b649bbee636418\"\n  \n  require-main-filename@^1.0.1:\n    version \"1.0.1\"\n    resolved \"https://registry.yarnpkg.com/require-main-filename/-/require-main-filename-1.0.1.tgz#97f717b69d48784f5f526a6c5aa8ffdda055a4d1\"\n  \n  require-package-name@^2.0.1:\n    version \"2.0.1\"\n    resolved \"https://registry.yarnpkg.com/require-package-name/-/require-package-name-2.0.1.tgz#c11e97276b65b8e2923f75dabf5fb2ef0c3841b9\"\n  \n  require-uncached@^1.0.2:\n    version \"1.0.3\"\n    resolved \"https://registry.yarnpkg.com/require-uncached/-/require-uncached-1.0.3.tgz#4e0d56d6c9662fd31e43011c4b95aa49955421d3\"\n    dependencies:\n      caller-path \"^0.1.0\"\n      resolve-from \"^1.0.0\"\n  \n  requires-port@^1.0.0:\n    version \"1.0.0\"\n    resolved \"https://registry.yarnpkg.com/requires-port/-/requires-port-1.0.0.tgz#925d2601d39ac485e091cf0da5c6e694dc3dcaff\"\n  \n  resolve-cwd@^2.0.0:\n    version \"2.0.0\"\n    resolved \"https://registry.yarnpkg.com/resolve-cwd/-/resolve-cwd-2.0.0.tgz#00a9f7387556e27038eae232caa372a6a59b665a\"\n    dependencies:\n      resolve-from \"^3.0.0\"\n  \n  resolve-from@^1.0.0:\n    version \"1.0.1\"\n    resolved \"https://registry.yarnpkg.com/resolve-from/-/resolve-from-1.0.1.tgz#26cbfe935d1aeeeabb29bc3fe5aeb01e93d44226\"\n  \n  resolve-from@^3.0.0:\n    version \"3.0.0\"\n    resolved \"https://registry.yarnpkg.com/resolve-from/-/resolve-from-3.0.0.tgz#b22c7af7d9d6881bc8b6e653335eebcb0a188748\"\n  \n  resolve-url@^0.2.1, resolve-url@~0.2.1:\n    version \"0.2.1\"\n    resolved \"https://registry.yarnpkg.com/resolve-url/-/resolve-url-0.2.1.tgz#2c637fe77c893afd2a663fe21aa9080068e2052a\"\n  \n  resolve@^1.1.6:\n    version \"1.3.3\"\n    resolved \"https://registry.yarnpkg.com/resolve/-/resolve-1.3.3.tgz#655907c3469a8680dc2de3a275a8fdd69691f0e5\"\n    dependencies:\n      path-parse \"^1.0.5\"\n  \n  resolve@^1.3.2:\n    version \"1.8.1\"\n    resolved \"https://registry.yarnpkg.com/resolve/-/resolve-1.8.1.tgz#82f1ec19a423ac1fbd080b0bab06ba36e84a7a26\"\n    dependencies:\n      path-parse \"^1.0.5\"\n  \n  restore-cursor@^1.0.1:\n    version \"1.0.1\"\n    resolved \"https://registry.yarnpkg.com/restore-cursor/-/restore-cursor-1.0.1.tgz#34661f46886327fed2991479152252df92daa541\"\n    dependencies:\n      exit-hook \"^1.0.0\"\n      onetime \"^1.0.0\"\n  \n  restore-cursor@^2.0.0:\n    version \"2.0.0\"\n    resolved \"https://registry.yarnpkg.com/restore-cursor/-/restore-cursor-2.0.0.tgz#9f7ee287f82fd326d4fd162923d62129eee0dfaf\"\n    dependencies:\n      onetime \"^2.0.0\"\n      signal-exit \"^3.0.2\"\n  \n  ret@~0.1.10:\n    version \"0.1.15\"\n    resolved \"https://registry.yarnpkg.com/ret/-/ret-0.1.15.tgz#b8a4825d5bdb1fc3f6f53c2bc33f81388681c7bc\"\n  \n  right-align@^0.1.1:\n    version \"0.1.3\"\n    resolved \"https://registry.yarnpkg.com/right-align/-/right-align-0.1.3.tgz#61339b722fe6a3515689210d24e14c96148613ef\"\n    dependencies:\n      align-text \"^0.1.1\"\n  \n  rimraf@^2.2.8, rimraf@^2.4.3, rimraf@^2.6.1:\n    version \"2.6.1\"\n    resolved \"https://registry.yarnpkg.com/rimraf/-/rimraf-2.6.1.tgz#c2338ec643df7a1b7fe5c54fa86f57428a55f33d\"\n    dependencies:\n      glob \"^7.0.5\"\n  \n  rimraf@^2.5.4, rimraf@^2.6.2:\n    version \"2.6.2\"\n    resolved \"https://registry.yarnpkg.com/rimraf/-/rimraf-2.6.2.tgz#2ed8150d24a16ea8651e6d6ef0f47c4158ce7a36\"\n    dependencies:\n      glob \"^7.0.5\"\n  \n  ripemd160@^2.0.0, ripemd160@^2.0.1:\n    version \"2.0.1\"\n    resolved \"https://registry.yarnpkg.com/ripemd160/-/ripemd160-2.0.1.tgz#0f4584295c53a3628af7e6d79aca21ce57d1c6e7\"\n    dependencies:\n      hash-base \"^2.0.0\"\n      inherits \"^2.0.1\"\n  \n  run-async@^0.1.0:\n    version \"0.1.0\"\n    resolved \"https://registry.yarnpkg.com/run-async/-/run-async-0.1.0.tgz#c8ad4a5e110661e402a7d21b530e009f25f8e389\"\n    dependencies:\n      once \"^1.3.0\"\n  \n  run-async@^2.2.0:\n    version \"2.3.0\"\n    resolved \"https://registry.yarnpkg.com/run-async/-/run-async-2.3.0.tgz#0371ab4ae0bdd720d4166d7dfda64ff7a445a6c0\"\n    dependencies:\n      is-promise \"^2.1.0\"\n  \n  run-queue@^1.0.0, run-queue@^1.0.3:\n    version \"1.0.3\"\n    resolved \"https://registry.yarnpkg.com/run-queue/-/run-queue-1.0.3.tgz#e848396f057d223f24386924618e25694161ec47\"\n    dependencies:\n      aproba \"^1.1.1\"\n  \n  rx-lite@^3.1.2:\n    version \"3.1.2\"\n    resolved \"https://registry.yarnpkg.com/rx-lite/-/rx-lite-3.1.2.tgz#19ce502ca572665f3b647b10939f97fd1615f102\"\n  \n  rxjs@^6.1.0:\n    version \"6.2.1\"\n    resolved \"https://registry.yarnpkg.com/rxjs/-/rxjs-6.2.1.tgz#246cebec189a6cbc143a3ef9f62d6f4c91813ca1\"\n    dependencies:\n      tslib \"^1.9.0\"\n  \n  safe-buffer@^5.0.1:\n    version \"5.0.1\"\n    resolved \"https://registry.yarnpkg.com/safe-buffer/-/safe-buffer-5.0.1.tgz#d263ca54696cd8a306b5ca6551e92de57918fbe7\"\n  \n  safe-buffer@^5.1.0, safe-buffer@^5.1.1, safe-buffer@~5.1.0, safe-buffer@~5.1.1:\n    version \"5.1.1\"\n    resolved \"https://registry.yarnpkg.com/safe-buffer/-/safe-buffer-5.1.1.tgz#893312af69b2123def71f57889001671eeb2c853\"\n  \n  safe-buffer@^5.1.2:\n    version \"5.1.2\"\n    resolved \"https://registry.yarnpkg.com/safe-buffer/-/safe-buffer-5.1.2.tgz#991ec69d296e0313747d59bdfd2b745c35f8828d\"\n  \n  safe-regex@^1.1.0:\n    version \"1.1.0\"\n    resolved \"https://registry.yarnpkg.com/safe-regex/-/safe-regex-1.1.0.tgz#40a3669f3b077d1e943d44629e157dd48023bf2e\"\n    dependencies:\n      ret \"~0.1.10\"\n  \n  \"safer-buffer@>= 2.1.2 < 3\":\n    version \"2.1.2\"\n    resolved \"https://registry.yarnpkg.com/safer-buffer/-/safer-buffer-2.1.2.tgz#44fa161b0187b9549dd84bb91802f9bd8385cd6a\"\n  \n  samsam@1.1.2, samsam@~1.1:\n    version \"1.1.2\"\n    resolved \"https://registry.yarnpkg.com/samsam/-/samsam-1.1.2.tgz#bec11fdc83a9fda063401210e40176c3024d1567\"\n  \n  sax@0.6.x:\n    version \"0.6.1\"\n    resolved \"https://registry.yarnpkg.com/sax/-/sax-0.6.1.tgz#563b19c7c1de892e09bfc4f2fc30e3c27f0952b9\"\n  \n  sax@1.2.1:\n    version \"1.2.1\"\n    resolved \"https://registry.yarnpkg.com/sax/-/sax-1.2.1.tgz#7b8e656190b228e81a66aea748480d828cd2d37a\"\n  \n  sax@>=0.6.0, sax@^1.2.4:\n    version \"1.2.4\"\n    resolved \"https://registry.yarnpkg.com/sax/-/sax-1.2.4.tgz#2816234e2378bddc4e5354fab5caa895df7100d9\"\n  \n  sax@^1.2.1, sax@~1.2.1:\n    version \"1.2.2\"\n    resolved \"https://registry.yarnpkg.com/sax/-/sax-1.2.2.tgz#fd8631a23bc7826bef5d871bdb87378c95647828\"\n  \n  schema-utils@^0.4.4, schema-utils@^0.4.5:\n    version \"0.4.5\"\n    resolved \"https://registry.yarnpkg.com/schema-utils/-/schema-utils-0.4.5.tgz#21836f0608aac17b78f9e3e24daff14a5ca13a3e\"\n    dependencies:\n      ajv \"^6.1.0\"\n      ajv-keywords \"^3.1.0\"\n  \n  seekout@^1.0.1:\n    version \"1.0.2\"\n    resolved \"https://registry.yarnpkg.com/seekout/-/seekout-1.0.2.tgz#09ba9f1bd5b46fbb134718eb19a68382cbb1b9c9\"\n  \n  selenium-webdriver@^2.47.0:\n    version \"2.53.3\"\n    resolved \"https://registry.yarnpkg.com/selenium-webdriver/-/selenium-webdriver-2.53.3.tgz#d29ff5a957dff1a1b49dc457756e4e4bfbdce085\"\n    dependencies:\n      adm-zip \"0.4.4\"\n      rimraf \"^2.2.8\"\n      tmp \"0.0.24\"\n      ws \"^1.0.1\"\n      xml2js \"0.4.4\"\n  \n  semver@^5.3.0:\n    version \"5.3.0\"\n    resolved \"https://registry.yarnpkg.com/semver/-/semver-5.3.0.tgz#9b2ce5d3de02d17c6012ad326aa6b4d0cf54f94f\"\n  \n  semver@^5.4.1, semver@^5.5.0:\n    version \"5.5.0\"\n    resolved \"https://registry.yarnpkg.com/semver/-/semver-5.5.0.tgz#dc4bbc7a6ca9d916dee5d43516f0092b58f7b8ab\"\n  \n  send@0.15.1:\n    version \"0.15.1\"\n    resolved \"https://registry.yarnpkg.com/send/-/send-0.15.1.tgz#8a02354c26e6f5cca700065f5f0cdeba90ec7b5f\"\n    dependencies:\n      debug \"2.6.1\"\n      depd \"~1.1.0\"\n      destroy \"~1.0.4\"\n      encodeurl \"~1.0.1\"\n      escape-html \"~1.0.3\"\n      etag \"~1.8.0\"\n      fresh \"0.5.0\"\n      http-errors \"~1.6.1\"\n      mime \"1.3.4\"\n      ms \"0.7.2\"\n      on-finished \"~2.3.0\"\n      range-parser \"~1.2.0\"\n      statuses \"~1.3.1\"\n  \n  serialize-javascript@^1.4.0:\n    version \"1.5.0\"\n    resolved \"https://registry.yarnpkg.com/serialize-javascript/-/serialize-javascript-1.5.0.tgz#1aa336162c88a890ddad5384baebc93a655161fe\"\n  \n  serve-static@1.12.1:\n    version \"1.12.1\"\n    resolved \"https://registry.yarnpkg.com/serve-static/-/serve-static-1.12.1.tgz#7443a965e3ced647aceb5639fa06bf4d1bbe0039\"\n    dependencies:\n      encodeurl \"~1.0.1\"\n      escape-html \"~1.0.3\"\n      parseurl \"~1.3.1\"\n      send \"0.15.1\"\n  \n  set-blocking@^2.0.0, set-blocking@~2.0.0:\n    version \"2.0.0\"\n    resolved \"https://registry.yarnpkg.com/set-blocking/-/set-blocking-2.0.0.tgz#045f9782d011ae9a6803ddd382b24392b3d890f7\"\n  \n  set-immediate-shim@^1.0.1:\n    version \"1.0.1\"\n    resolved \"https://registry.yarnpkg.com/set-immediate-shim/-/set-immediate-shim-1.0.1.tgz#4b2b1b27eb808a9f8dcc481a58e5e56f599f3f61\"\n  \n  set-value@^0.4.3:\n    version \"0.4.3\"\n    resolved \"https://registry.yarnpkg.com/set-value/-/set-value-0.4.3.tgz#7db08f9d3d22dc7f78e53af3c3bf4666ecdfccf1\"\n    dependencies:\n      extend-shallow \"^2.0.1\"\n      is-extendable \"^0.1.1\"\n      is-plain-object \"^2.0.1\"\n      to-object-path \"^0.3.0\"\n  \n  set-value@^2.0.0:\n    version \"2.0.0\"\n    resolved \"https://registry.yarnpkg.com/set-value/-/set-value-2.0.0.tgz#71ae4a88f0feefbbf52d1ea604f3fb315ebb6274\"\n    dependencies:\n      extend-shallow \"^2.0.1\"\n      is-extendable \"^0.1.1\"\n      is-plain-object \"^2.0.3\"\n      split-string \"^3.0.1\"\n  \n  setimmediate@^1.0.4, setimmediate@^1.0.5:\n    version \"1.0.5\"\n    resolved \"https://registry.yarnpkg.com/setimmediate/-/setimmediate-1.0.5.tgz#290cbb232e306942d7d7ea9b83732ab7856f8285\"\n  \n  setprototypeof@1.0.3:\n    version \"1.0.3\"\n    resolved \"https://registry.yarnpkg.com/setprototypeof/-/setprototypeof-1.0.3.tgz#66567e37043eeb4f04d91bd658c0cbefb55b8e04\"\n  \n  sha.js@^2.4.0, sha.js@^2.4.8:\n    version \"2.4.10\"\n    resolved \"https://registry.yarnpkg.com/sha.js/-/sha.js-2.4.10.tgz#b1fde5cd7d11a5626638a07c604ab909cfa31f9b\"\n    dependencies:\n      inherits \"^2.0.1\"\n      safe-buffer \"^5.0.1\"\n  \n  shebang-command@^1.2.0:\n    version \"1.2.0\"\n    resolved \"https://registry.yarnpkg.com/shebang-command/-/shebang-command-1.2.0.tgz#44aac65b695b03398968c39f363fee5deafdf1ea\"\n    dependencies:\n      shebang-regex \"^1.0.0\"\n  \n  shebang-regex@^1.0.0:\n    version \"1.0.0\"\n    resolved \"https://registry.yarnpkg.com/shebang-regex/-/shebang-regex-1.0.0.tgz#da42f49740c0b42db2ca9728571cb190c98efea3\"\n  \n  shelljs@^0.7.0, shelljs@^0.7.5:\n    version \"0.7.7\"\n    resolved \"https://registry.yarnpkg.com/shelljs/-/shelljs-0.7.7.tgz#b2f5c77ef97148f4b4f6e22682e10bba8667cff1\"\n    dependencies:\n      glob \"^7.0.0\"\n      interpret \"^1.0.0\"\n      rechoir \"^0.6.2\"\n  \n  signal-exit@^3.0.0, signal-exit@^3.0.2:\n    version \"3.0.2\"\n    resolved \"https://registry.yarnpkg.com/signal-exit/-/signal-exit-3.0.2.tgz#b5fdc08f1287ea1178628e415e25132b73646c6d\"\n  \n  sinon@^1.17.1:\n    version \"1.17.7\"\n    resolved \"https://registry.yarnpkg.com/sinon/-/sinon-1.17.7.tgz#4542a4f49ba0c45c05eb2e9dd9d203e2b8efe0bf\"\n    dependencies:\n      formatio \"1.1.1\"\n      lolex \"1.3.2\"\n      samsam \"1.1.2\"\n      util \">=0.10.3 <1\"\n  \n  slice-ansi@0.0.4:\n    version \"0.0.4\"\n    resolved \"https://registry.yarnpkg.com/slice-ansi/-/slice-ansi-0.0.4.tgz#edbf8903f66f7ce2f8eafd6ceed65e264c831b35\"\n  \n  snapdragon-node@^2.0.1:\n    version \"2.1.1\"\n    resolved \"https://registry.yarnpkg.com/snapdragon-node/-/snapdragon-node-2.1.1.tgz#6c175f86ff14bdb0724563e8f3c1b021a286853b\"\n    dependencies:\n      define-property \"^1.0.0\"\n      isobject \"^3.0.0\"\n      snapdragon-util \"^3.0.1\"\n  \n  snapdragon-util@^3.0.1:\n    version \"3.0.1\"\n    resolved \"https://registry.yarnpkg.com/snapdragon-util/-/snapdragon-util-3.0.1.tgz#f956479486f2acd79700693f6f7b805e45ab56e2\"\n    dependencies:\n      kind-of \"^3.2.0\"\n  \n  snapdragon@^0.8.1:\n    version \"0.8.2\"\n    resolved \"https://registry.yarnpkg.com/snapdragon/-/snapdragon-0.8.2.tgz#64922e7c565b0e14204ba1aa7d6964278d25182d\"\n    dependencies:\n      base \"^0.11.1\"\n      debug \"^2.2.0\"\n      define-property \"^0.2.5\"\n      extend-shallow \"^2.0.1\"\n      map-cache \"^0.2.2\"\n      source-map \"^0.5.6\"\n      source-map-resolve \"^0.5.0\"\n      use \"^3.1.0\"\n  \n  sntp@1.x.x:\n    version \"1.0.9\"\n    resolved \"https://registry.yarnpkg.com/sntp/-/sntp-1.0.9.tgz#6541184cc90aeea6c6e7b35e2659082443c66198\"\n    dependencies:\n      hoek \"2.x.x\"\n  \n  sntp@2.x.x:\n    version \"2.1.0\"\n    resolved \"https://registry.yarnpkg.com/sntp/-/sntp-2.1.0.tgz#2c6cec14fedc2222739caf9b5c3d85d1cc5a2cc8\"\n    dependencies:\n      hoek \"4.x.x\"\n  \n  sort-keys@^1.0.0:\n    version \"1.1.2\"\n    resolved \"https://registry.yarnpkg.com/sort-keys/-/sort-keys-1.1.2.tgz#441b6d4d346798f1b4e49e8920adfba0e543f9ad\"\n    dependencies:\n      is-plain-obj \"^1.0.0\"\n  \n  source-list-map@^0.1.4:\n    version \"0.1.8\"\n    resolved \"https://registry.yarnpkg.com/source-list-map/-/source-list-map-0.1.8.tgz#c550b2ab5427f6b3f21f5afead88c4f5587b2106\"\n  \n  source-list-map@^2.0.0:\n    version \"2.0.0\"\n    resolved \"https://registry.yarnpkg.com/source-list-map/-/source-list-map-2.0.0.tgz#aaa47403f7b245a92fbc97ea08f250d6087ed085\"\n  \n  source-map-resolve@^0.3.0:\n    version \"0.3.1\"\n    resolved \"https://registry.yarnpkg.com/source-map-resolve/-/source-map-resolve-0.3.1.tgz#610f6122a445b8dd51535a2a71b783dfc1248761\"\n    dependencies:\n      atob \"~1.1.0\"\n      resolve-url \"~0.2.1\"\n      source-map-url \"~0.3.0\"\n      urix \"~0.1.0\"\n  \n  source-map-resolve@^0.5.0:\n    version \"0.5.2\"\n    resolved \"https://registry.yarnpkg.com/source-map-resolve/-/source-map-resolve-0.5.2.tgz#72e2cc34095543e43b2c62b2c4c10d4a9054f259\"\n    dependencies:\n      atob \"^2.1.1\"\n      decode-uri-component \"^0.2.0\"\n      resolve-url \"^0.2.1\"\n      source-map-url \"^0.4.0\"\n      urix \"^0.1.0\"\n  \n  source-map-url@^0.4.0:\n    version \"0.4.0\"\n    resolved \"https://registry.yarnpkg.com/source-map-url/-/source-map-url-0.4.0.tgz#3e935d7ddd73631b97659956d55128e87b5084a3\"\n  \n  source-map-url@~0.3.0:\n    version \"0.3.0\"\n    resolved \"https://registry.yarnpkg.com/source-map-url/-/source-map-url-0.3.0.tgz#7ecaf13b57bcd09da8a40c5d269db33799d4aaf9\"\n  \n  source-map@0.4.x:\n    version \"0.4.4\"\n    resolved \"https://registry.yarnpkg.com/source-map/-/source-map-0.4.4.tgz#eba4f5da9c0dc999de68032d8b4f76173652036b\"\n    dependencies:\n      amdefine \">=0.0.4\"\n  \n  source-map@^0.1.38:\n    version \"0.1.43\"\n    resolved \"https://registry.yarnpkg.com/source-map/-/source-map-0.1.43.tgz#c24bc146ca517c1471f5dacbe2571b2b7f9e3346\"\n    dependencies:\n      amdefine \">=0.0.4\"\n  \n  source-map@^0.5.0, source-map@^0.5.3, source-map@^0.5.6, source-map@~0.5.1:\n    version \"0.5.6\"\n    resolved \"https://registry.yarnpkg.com/source-map/-/source-map-0.5.6.tgz#75ce38f52bf0733c5a7f0c118d81334a2bb5f412\"\n  \n  source-map@^0.6.1, source-map@~0.6.1:\n    version \"0.6.1\"\n    resolved \"https://registry.yarnpkg.com/source-map/-/source-map-0.6.1.tgz#74722af32e9614e9c287a8d0bbde48b5e2f1a263\"\n  \n  source-map@~0.2.0:\n    version \"0.2.0\"\n    resolved \"https://registry.yarnpkg.com/source-map/-/source-map-0.2.0.tgz#dab73fbcfc2ba819b4de03bd6f6eaa48164b3f9d\"\n    dependencies:\n      amdefine \">=0.0.4\"\n  \n  split-string@^3.0.1, split-string@^3.0.2:\n    version \"3.1.0\"\n    resolved \"https://registry.yarnpkg.com/split-string/-/split-string-3.1.0.tgz#7cb09dda3a86585705c64b39a6466038682e8fe2\"\n    dependencies:\n      extend-shallow \"^3.0.0\"\n  \n  sprintf-js@~1.0.2:\n    version \"1.0.3\"\n    resolved \"https://registry.yarnpkg.com/sprintf-js/-/sprintf-js-1.0.3.tgz#04e6926f662895354f3dd015203633b857297e2c\"\n  \n  sshpk@^1.7.0:\n    version \"1.13.0\"\n    resolved \"https://registry.yarnpkg.com/sshpk/-/sshpk-1.13.0.tgz#ff2a3e4fd04497555fed97b39a0fd82fafb3a33c\"\n    dependencies:\n      asn1 \"~0.2.3\"\n      assert-plus \"^1.0.0\"\n      dashdash \"^1.12.0\"\n      getpass \"^0.1.1\"\n    optionalDependencies:\n      bcrypt-pbkdf \"^1.0.0\"\n      ecc-jsbn \"~0.1.1\"\n      jodid25519 \"^1.0.0\"\n      jsbn \"~0.1.0\"\n      tweetnacl \"~0.14.0\"\n  \n  ssri@^5.2.4:\n    version \"5.3.0\"\n    resolved \"https://registry.yarnpkg.com/ssri/-/ssri-5.3.0.tgz#ba3872c9c6d33a0704a7d71ff045e5ec48999d06\"\n    dependencies:\n      safe-buffer \"^5.1.1\"\n  \n  static-extend@^0.1.1:\n    version \"0.1.2\"\n    resolved \"https://registry.yarnpkg.com/static-extend/-/static-extend-0.1.2.tgz#60809c39cbff55337226fd5e0b520f341f1fb5c6\"\n    dependencies:\n      define-property \"^0.2.5\"\n      object-copy \"^0.1.0\"\n  \n  \"statuses@>= 1.3.1 < 2\", statuses@~1.3.1:\n    version \"1.3.1\"\n    resolved \"https://registry.yarnpkg.com/statuses/-/statuses-1.3.1.tgz#faf51b9eb74aaef3b3acf4ad5f61abf24cb7b93e\"\n  \n  stream-browserify@^2.0.1:\n    version \"2.0.1\"\n    resolved \"https://registry.yarnpkg.com/stream-browserify/-/stream-browserify-2.0.1.tgz#66266ee5f9bdb9940a4e4514cafb43bb71e5c9db\"\n    dependencies:\n      inherits \"~2.0.1\"\n      readable-stream \"^2.0.2\"\n  \n  stream-each@^1.1.0:\n    version \"1.2.2\"\n    resolved \"https://registry.yarnpkg.com/stream-each/-/stream-each-1.2.2.tgz#8e8c463f91da8991778765873fe4d960d8f616bd\"\n    dependencies:\n      end-of-stream \"^1.1.0\"\n      stream-shift \"^1.0.0\"\n  \n  stream-http@^2.7.2:\n    version \"2.8.0\"\n    resolved \"https://registry.yarnpkg.com/stream-http/-/stream-http-2.8.0.tgz#fd86546dac9b1c91aff8fc5d287b98fafb41bc10\"\n    dependencies:\n      builtin-status-codes \"^3.0.0\"\n      inherits \"^2.0.1\"\n      readable-stream \"^2.3.3\"\n      to-arraybuffer \"^1.0.0\"\n      xtend \"^4.0.0\"\n  \n  stream-shift@^1.0.0:\n    version \"1.0.0\"\n    resolved \"https://registry.yarnpkg.com/stream-shift/-/stream-shift-1.0.0.tgz#d5c752825e5367e786f78e18e445ea223a155952\"\n  \n  strict-uri-encode@^1.0.0:\n    version \"1.1.0\"\n    resolved \"https://registry.yarnpkg.com/strict-uri-encode/-/strict-uri-encode-1.1.0.tgz#279b225df1d582b1f54e65addd4352e18faa0713\"\n  \n  string-width@^1.0.1:\n    version \"1.0.2\"\n    resolved \"https://registry.yarnpkg.com/string-width/-/string-width-1.0.2.tgz#118bdf5b8cdc51a2a7e70d211e07e2b0b9b107d3\"\n    dependencies:\n      code-point-at \"^1.0.0\"\n      is-fullwidth-code-point \"^1.0.0\"\n      strip-ansi \"^3.0.0\"\n  \n  string-width@^2.0.0:\n    version \"2.0.0\"\n    resolved \"https://registry.yarnpkg.com/string-width/-/string-width-2.0.0.tgz#635c5436cc72a6e0c387ceca278d4e2eec52687e\"\n    dependencies:\n      is-fullwidth-code-point \"^2.0.0\"\n      strip-ansi \"^3.0.0\"\n  \n  string-width@^2.1.0, string-width@^2.1.1:\n    version \"2.1.1\"\n    resolved \"https://registry.yarnpkg.com/string-width/-/string-width-2.1.1.tgz#ab93f27a8dc13d28cac815c462143a6d9012ae9e\"\n    dependencies:\n      is-fullwidth-code-point \"^2.0.0\"\n      strip-ansi \"^4.0.0\"\n  \n  string_decoder@^1.0.0, string_decoder@~1.0.3:\n    version \"1.0.3\"\n    resolved \"https://registry.yarnpkg.com/string_decoder/-/string_decoder-1.0.3.tgz#0fc67d7c141825de94282dd536bec6b9bce860ab\"\n    dependencies:\n      safe-buffer \"~5.1.0\"\n  \n  string_decoder@~1.0.0:\n    version \"1.0.0\"\n    resolved \"https://registry.yarnpkg.com/string_decoder/-/string_decoder-1.0.0.tgz#f06f41157b664d86069f84bdbdc9b0d8ab281667\"\n    dependencies:\n      buffer-shims \"~1.0.0\"\n  \n  string_decoder@~1.1.1:\n    version \"1.1.1\"\n    resolved \"https://registry.yarnpkg.com/string_decoder/-/string_decoder-1.1.1.tgz#9cf1611ba62685d7030ae9e4ba34149c3af03fc8\"\n    dependencies:\n      safe-buffer \"~5.1.0\"\n  \n  stringstream@~0.0.4, stringstream@~0.0.5:\n    version \"0.0.5\"\n    resolved \"https://registry.yarnpkg.com/stringstream/-/stringstream-0.0.5.tgz#4e484cd4de5a0bbbee18e46307710a8a81621878\"\n  \n  strip-ansi@^3.0.0, strip-ansi@^3.0.1:\n    version \"3.0.1\"\n    resolved \"https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-3.0.1.tgz#6a385fb8853d952d5ff05d0e8aaf94278dc63dcf\"\n    dependencies:\n      ansi-regex \"^2.0.0\"\n  \n  strip-ansi@^4.0.0:\n    version \"4.0.0\"\n    resolved \"https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-4.0.0.tgz#a8479022eb1ac368a871389b635262c505ee368f\"\n    dependencies:\n      ansi-regex \"^3.0.0\"\n  \n  strip-bom@^3.0.0:\n    version \"3.0.0\"\n    resolved \"https://registry.yarnpkg.com/strip-bom/-/strip-bom-3.0.0.tgz#2334c18e9c759f7bdd56fdef7e9ae3d588e68ed3\"\n  \n  strip-eof@^1.0.0:\n    version \"1.0.0\"\n    resolved \"https://registry.yarnpkg.com/strip-eof/-/strip-eof-1.0.0.tgz#bb43ff5598a6eb05d89b59fcd129c983313606bf\"\n  \n  strip-json-comments@~2.0.1:\n    version \"2.0.1\"\n    resolved \"https://registry.yarnpkg.com/strip-json-comments/-/strip-json-comments-2.0.1.tgz#3c531942e908c2697c0ec344858c286c7ca0a60a\"\n  \n  style-loader@^0.13.1:\n    version \"0.13.2\"\n    resolved \"https://registry.yarnpkg.com/style-loader/-/style-loader-0.13.2.tgz#74533384cf698c7104c7951150b49717adc2f3bb\"\n    dependencies:\n      loader-utils \"^1.0.2\"\n  \n  \"stylesheet-differ@https://github.com/lukemiles/stylesheet-differ\":\n    version \"0.0.3\"\n    resolved \"https://github.com/lukemiles/stylesheet-differ#78914836b97bed24c9a0444677e9fb11a589deba\"\n    dependencies:\n      cssobj \"^1.3.6\"\n      cssobj-core \"^1.1.9\"\n      cssobj-plugin-gencss \"^2.0.7\"\n      lodash \"^4.17.10\"\n      native-css \"^2.0.0\"\n  \n  supports-color@3.1.2:\n    version \"3.1.2\"\n    resolved \"https://registry.yarnpkg.com/supports-color/-/supports-color-3.1.2.tgz#72a262894d9d408b956ca05ff37b2ed8a6e2a2d5\"\n    dependencies:\n      has-flag \"^1.0.0\"\n  \n  supports-color@^2.0.0:\n    version \"2.0.0\"\n    resolved \"https://registry.yarnpkg.com/supports-color/-/supports-color-2.0.0.tgz#535d045ce6b6363fa40117084629995e9df324c7\"\n  \n  supports-color@^3.2.3:\n    version \"3.2.3\"\n    resolved \"https://registry.yarnpkg.com/supports-color/-/supports-color-3.2.3.tgz#65ac0504b3954171d8a64946b2ae3cbb8a5f54f6\"\n    dependencies:\n      has-flag \"^1.0.0\"\n  \n  supports-color@^4.0.0:\n    version \"4.5.0\"\n    resolved \"https://registry.yarnpkg.com/supports-color/-/supports-color-4.5.0.tgz#be7a0de484dec5c5cddf8b3d59125044912f635b\"\n    dependencies:\n      has-flag \"^2.0.0\"\n  \n  supports-color@^5.1.0:\n    version \"5.1.0\"\n    resolved \"https://registry.yarnpkg.com/supports-color/-/supports-color-5.1.0.tgz#058a021d1b619f7ddf3980d712ea3590ce7de3d5\"\n    dependencies:\n      has-flag \"^2.0.0\"\n  \n  supports-color@^5.3.0, supports-color@^5.4.0:\n    version \"5.4.0\"\n    resolved \"https://registry.yarnpkg.com/supports-color/-/supports-color-5.4.0.tgz#1c6b337402c2137605efe19f10fec390f6faab54\"\n    dependencies:\n      has-flag \"^3.0.0\"\n  \n  svgo@^0.7.0:\n    version \"0.7.2\"\n    resolved \"https://registry.yarnpkg.com/svgo/-/svgo-0.7.2.tgz#9f5772413952135c6fefbf40afe6a4faa88b4bb5\"\n    dependencies:\n      coa \"~1.0.1\"\n      colors \"~1.1.2\"\n      csso \"~2.3.1\"\n      js-yaml \"~3.7.0\"\n      mkdirp \"~0.5.1\"\n      sax \"~1.2.1\"\n      whet.extend \"~0.9.9\"\n  \n  symbol-observable@^1.0.2:\n    version \"1.0.4\"\n    resolved \"https://registry.yarnpkg.com/symbol-observable/-/symbol-observable-1.0.4.tgz#29bf615d4aa7121bdd898b22d4b3f9bc4e2aa03d\"\n  \n  symbol-tree@^3.2.1:\n    version \"3.2.2\"\n    resolved \"https://registry.yarnpkg.com/symbol-tree/-/symbol-tree-3.2.2.tgz#ae27db38f660a7ae2e1c3b7d1bc290819b8519e6\"\n  \n  table@^3.7.8:\n    version \"3.8.3\"\n    resolved \"https://registry.yarnpkg.com/table/-/table-3.8.3.tgz#2bbc542f0fda9861a755d3947fefd8b3f513855f\"\n    dependencies:\n      ajv \"^4.7.0\"\n      ajv-keywords \"^1.0.0\"\n      chalk \"^1.1.1\"\n      lodash \"^4.0.0\"\n      slice-ansi \"0.0.4\"\n      string-width \"^2.0.0\"\n  \n  tapable@^1.0.0:\n    version \"1.0.0\"\n    resolved \"https://registry.yarnpkg.com/tapable/-/tapable-1.0.0.tgz#cbb639d9002eed9c6b5975eb20598d7936f1f9f2\"\n  \n  tar-stream@^1.5.0:\n    version \"1.5.2\"\n    resolved \"https://registry.yarnpkg.com/tar-stream/-/tar-stream-1.5.2.tgz#fbc6c6e83c1a19d4cb48c7d96171fc248effc7bf\"\n    dependencies:\n      bl \"^1.0.0\"\n      end-of-stream \"^1.0.0\"\n      readable-stream \"^2.0.0\"\n      xtend \"^4.0.0\"\n  \n  tar@^4:\n    version \"4.4.4\"\n    resolved \"https://registry.yarnpkg.com/tar/-/tar-4.4.4.tgz#ec8409fae9f665a4355cc3b4087d0820232bb8cd\"\n    dependencies:\n      chownr \"^1.0.1\"\n      fs-minipass \"^1.2.5\"\n      minipass \"^2.3.3\"\n      minizlib \"^1.1.0\"\n      mkdirp \"^0.5.0\"\n      safe-buffer \"^5.1.2\"\n      yallist \"^3.0.2\"\n  \n  text-table@~0.2.0:\n    version \"0.2.0\"\n    resolved \"https://registry.yarnpkg.com/text-table/-/text-table-0.2.0.tgz#7f5ee823ae805207c00af2df4a84ec3fcfa570b4\"\n  \n  through2@^2.0.0:\n    version \"2.0.3\"\n    resolved \"https://registry.yarnpkg.com/through2/-/through2-2.0.3.tgz#0004569b37c7c74ba39c43f3ced78d1ad94140be\"\n    dependencies:\n      readable-stream \"^2.1.5\"\n      xtend \"~4.0.1\"\n  \n  through@^2.3.6:\n    version \"2.3.8\"\n    resolved \"https://registry.yarnpkg.com/through/-/through-2.3.8.tgz#0dd4c9ffaabc357960b1b724115d7e0e86a2e1f5\"\n  \n  timers-browserify@^2.0.4:\n    version \"2.0.6\"\n    resolved \"https://registry.yarnpkg.com/timers-browserify/-/timers-browserify-2.0.6.tgz#241e76927d9ca05f4d959819022f5b3664b64bae\"\n    dependencies:\n      setimmediate \"^1.0.4\"\n  \n  tmp@0.0.24:\n    version \"0.0.24\"\n    resolved \"https://registry.yarnpkg.com/tmp/-/tmp-0.0.24.tgz#d6a5e198d14a9835cc6f2d7c3d9e302428c8cf12\"\n  \n  tmp@^0.0.33:\n    version \"0.0.33\"\n    resolved \"https://registry.yarnpkg.com/tmp/-/tmp-0.0.33.tgz#6d34335889768d21b2bcda0aa277ced3b1bfadf9\"\n    dependencies:\n      os-tmpdir \"~1.0.2\"\n  \n  to-arraybuffer@^1.0.0:\n    version \"1.0.1\"\n    resolved \"https://registry.yarnpkg.com/to-arraybuffer/-/to-arraybuffer-1.0.1.tgz#7d229b1fcc637e466ca081180836a7aabff83f43\"\n  \n  to-fast-properties@^1.0.3:\n    version \"1.0.3\"\n    resolved \"https://registry.yarnpkg.com/to-fast-properties/-/to-fast-properties-1.0.3.tgz#b83571fa4d8c25b82e231b06e3a3055de4ca1a47\"\n  \n  to-fast-properties@^2.0.0:\n    version \"2.0.0\"\n    resolved \"https://registry.yarnpkg.com/to-fast-properties/-/to-fast-properties-2.0.0.tgz#dc5e698cbd079265bc73e0377681a4e4e83f616e\"\n  \n  to-object-path@^0.3.0:\n    version \"0.3.0\"\n    resolved \"https://registry.yarnpkg.com/to-object-path/-/to-object-path-0.3.0.tgz#297588b7b0e7e0ac08e04e672f85c1f4999e17af\"\n    dependencies:\n      kind-of \"^3.0.2\"\n  \n  to-regex-range@^2.1.0:\n    version \"2.1.1\"\n    resolved \"https://registry.yarnpkg.com/to-regex-range/-/to-regex-range-2.1.1.tgz#7c80c17b9dfebe599e27367e0d4dd5590141db38\"\n    dependencies:\n      is-number \"^3.0.0\"\n      repeat-string \"^1.6.1\"\n  \n  to-regex@^3.0.1, to-regex@^3.0.2:\n    version \"3.0.2\"\n    resolved \"https://registry.yarnpkg.com/to-regex/-/to-regex-3.0.2.tgz#13cfdd9b336552f30b51f33a8ae1b42a7a7599ce\"\n    dependencies:\n      define-property \"^2.0.2\"\n      extend-shallow \"^3.0.2\"\n      regex-not \"^1.0.2\"\n      safe-regex \"^1.1.0\"\n  \n  token-stream@0.0.1:\n    version \"0.0.1\"\n    resolved \"https://registry.yarnpkg.com/token-stream/-/token-stream-0.0.1.tgz#ceeefc717a76c4316f126d0b9dbaa55d7e7df01a\"\n  \n  tough-cookie@^2.3.2, tough-cookie@~2.3.0:\n    version \"2.3.2\"\n    resolved \"https://registry.yarnpkg.com/tough-cookie/-/tough-cookie-2.3.2.tgz#f081f76e4c85720e6c37a5faced737150d84072a\"\n    dependencies:\n      punycode \"^1.4.1\"\n  \n  tough-cookie@~2.3.3:\n    version \"2.3.3\"\n    resolved \"https://registry.yarnpkg.com/tough-cookie/-/tough-cookie-2.3.3.tgz#0b618a5565b6dea90bf3425d04d55edc475a7561\"\n    dependencies:\n      punycode \"^1.4.1\"\n  \n  tr46@~0.0.3:\n    version \"0.0.3\"\n    resolved \"https://registry.yarnpkg.com/tr46/-/tr46-0.0.3.tgz#8184fd347dac9cdc185992f3a6622e14b9d9ab6a\"\n  \n  trim-right@^1.0.1:\n    version \"1.0.1\"\n    resolved \"https://registry.yarnpkg.com/trim-right/-/trim-right-1.0.1.tgz#cb2e1203067e0c8de1f614094b9fe45704ea6003\"\n  \n  tryit@^1.0.1:\n    version \"1.0.3\"\n    resolved \"https://registry.yarnpkg.com/tryit/-/tryit-1.0.3.tgz#393be730a9446fd1ead6da59a014308f36c289cb\"\n  \n  tslib@^1.9.0:\n    version \"1.9.3\"\n    resolved \"https://registry.yarnpkg.com/tslib/-/tslib-1.9.3.tgz#d7e4dd79245d85428c4d7e4822a79917954ca286\"\n  \n  tty-browserify@0.0.0:\n    version \"0.0.0\"\n    resolved \"https://registry.yarnpkg.com/tty-browserify/-/tty-browserify-0.0.0.tgz#a157ba402da24e9bf957f9aa69d524eed42901a6\"\n  \n  tunnel-agent@^0.6.0:\n    version \"0.6.0\"\n    resolved \"https://registry.yarnpkg.com/tunnel-agent/-/tunnel-agent-0.6.0.tgz#27a5dea06b36b04a0a9966774b290868f0fc40fd\"\n    dependencies:\n      safe-buffer \"^5.0.1\"\n  \n  tweetnacl@^0.14.3, tweetnacl@~0.14.0:\n    version \"0.14.5\"\n    resolved \"https://registry.yarnpkg.com/tweetnacl/-/tweetnacl-0.14.5.tgz#5ae68177f192d4456269d108afa93ff8743f4f64\"\n  \n  type-check@~0.3.2:\n    version \"0.3.2\"\n    resolved \"https://registry.yarnpkg.com/type-check/-/type-check-0.3.2.tgz#5884cab512cf1d355e3fb784f30804b2b520db72\"\n    dependencies:\n      prelude-ls \"~1.1.2\"\n  \n  type-detect@0.1.1:\n    version \"0.1.1\"\n    resolved \"https://registry.yarnpkg.com/type-detect/-/type-detect-0.1.1.tgz#0ba5ec2a885640e470ea4e8505971900dac58822\"\n  \n  type-detect@^1.0.0:\n    version \"1.0.0\"\n    resolved \"https://registry.yarnpkg.com/type-detect/-/type-detect-1.0.0.tgz#762217cc06db258ec48908a1298e8b95121e8ea2\"\n  \n  type-is@~1.6.14:\n    version \"1.6.15\"\n    resolved \"https://registry.yarnpkg.com/type-is/-/type-is-1.6.15.tgz#cab10fb4909e441c82842eafe1ad646c81804410\"\n    dependencies:\n      media-typer \"0.3.0\"\n      mime-types \"~2.1.15\"\n  \n  typedarray@^0.0.6:\n    version \"0.0.6\"\n    resolved \"https://registry.yarnpkg.com/typedarray/-/typedarray-0.0.6.tgz#867ac74e3864187b1d3d47d996a78ec5c8830777\"\n  \n  ua-parser-js@^0.7.9:\n    version \"0.7.12\"\n    resolved \"https://registry.yarnpkg.com/ua-parser-js/-/ua-parser-js-0.7.12.tgz#04c81a99bdd5dc52263ea29d24c6bf8d4818a4bb\"\n  \n  uglify-es@^3.3.4:\n    version \"3.3.9\"\n    resolved \"https://registry.yarnpkg.com/uglify-es/-/uglify-es-3.3.9.tgz#0c1c4f0700bed8dbc124cdb304d2592ca203e677\"\n    dependencies:\n      commander \"~2.13.0\"\n      source-map \"~0.6.1\"\n  \n  uglify-js@^2.6.1:\n    version \"2.7.5\"\n    resolved \"https://registry.yarnpkg.com/uglify-js/-/uglify-js-2.7.5.tgz#4612c0c7baaee2ba7c487de4904ae122079f2ca8\"\n    dependencies:\n      async \"~0.2.6\"\n      source-map \"~0.5.1\"\n      uglify-to-browserify \"~1.0.0\"\n      yargs \"~3.10.0\"\n  \n  uglify-to-browserify@~1.0.0:\n    version \"1.0.2\"\n    resolved \"https://registry.yarnpkg.com/uglify-to-browserify/-/uglify-to-browserify-1.0.2.tgz#6e0924d6bda6b5afe349e39a6d632850a0f882b7\"\n  \n  uglifyjs-webpack-plugin@^1.2.4:\n    version \"1.2.7\"\n    resolved \"https://registry.yarnpkg.com/uglifyjs-webpack-plugin/-/uglifyjs-webpack-plugin-1.2.7.tgz#57638dd99c853a1ebfe9d97b42160a8a507f9d00\"\n    dependencies:\n      cacache \"^10.0.4\"\n      find-cache-dir \"^1.0.0\"\n      schema-utils \"^0.4.5\"\n      serialize-javascript \"^1.4.0\"\n      source-map \"^0.6.1\"\n      uglify-es \"^3.3.4\"\n      webpack-sources \"^1.1.0\"\n      worker-farm \"^1.5.2\"\n  \n  ultron@1.0.x:\n    version \"1.0.2\"\n    resolved \"https://registry.yarnpkg.com/ultron/-/ultron-1.0.2.tgz#ace116ab557cd197386a4e88f4685378c8b2e4fa\"\n  \n  unicode-canonical-property-names-ecmascript@^1.0.4:\n    version \"1.0.4\"\n    resolved \"https://registry.yarnpkg.com/unicode-canonical-property-names-ecmascript/-/unicode-canonical-property-names-ecmascript-1.0.4.tgz#2619800c4c825800efdd8343af7dd9933cbe2818\"\n  \n  unicode-match-property-ecmascript@^1.0.4:\n    version \"1.0.4\"\n    resolved \"https://registry.yarnpkg.com/unicode-match-property-ecmascript/-/unicode-match-property-ecmascript-1.0.4.tgz#8ed2a32569961bce9227d09cd3ffbb8fed5f020c\"\n    dependencies:\n      unicode-canonical-property-names-ecmascript \"^1.0.4\"\n      unicode-property-aliases-ecmascript \"^1.0.4\"\n  \n  unicode-match-property-value-ecmascript@^1.0.2:\n    version \"1.0.2\"\n    resolved \"https://registry.yarnpkg.com/unicode-match-property-value-ecmascript/-/unicode-match-property-value-ecmascript-1.0.2.tgz#9f1dc76926d6ccf452310564fd834ace059663d4\"\n  \n  unicode-property-aliases-ecmascript@^1.0.4:\n    version \"1.0.4\"\n    resolved \"https://registry.yarnpkg.com/unicode-property-aliases-ecmascript/-/unicode-property-aliases-ecmascript-1.0.4.tgz#5a533f31b4317ea76f17d807fa0d116546111dd0\"\n  \n  union-value@^1.0.0:\n    version \"1.0.0\"\n    resolved \"https://registry.yarnpkg.com/union-value/-/union-value-1.0.0.tgz#5c71c34cb5bad5dcebe3ea0cd08207ba5aa1aea4\"\n    dependencies:\n      arr-union \"^3.1.0\"\n      get-value \"^2.0.6\"\n      is-extendable \"^0.1.1\"\n      set-value \"^0.4.3\"\n  \n  uniq@^1.0.1:\n    version \"1.0.1\"\n    resolved \"https://registry.yarnpkg.com/uniq/-/uniq-1.0.1.tgz#b31c5ae8254844a3a8281541ce2b04b865a734ff\"\n  \n  uniqid@^4.0.0:\n    version \"4.1.1\"\n    resolved \"https://registry.yarnpkg.com/uniqid/-/uniqid-4.1.1.tgz#89220ddf6b751ae52b5f72484863528596bb84c1\"\n    dependencies:\n      macaddress \"^0.2.8\"\n  \n  uniqs@^2.0.0:\n    version \"2.0.0\"\n    resolved \"https://registry.yarnpkg.com/uniqs/-/uniqs-2.0.0.tgz#ffede4b36b25290696e6e165d4a59edb998e6b02\"\n  \n  unique-filename@^1.1.0:\n    version \"1.1.0\"\n    resolved \"https://registry.yarnpkg.com/unique-filename/-/unique-filename-1.1.0.tgz#d05f2fe4032560871f30e93cbe735eea201514f3\"\n    dependencies:\n      unique-slug \"^2.0.0\"\n  \n  unique-slug@^2.0.0:\n    version \"2.0.0\"\n    resolved \"https://registry.yarnpkg.com/unique-slug/-/unique-slug-2.0.0.tgz#db6676e7c7cc0629878ff196097c78855ae9f4ab\"\n    dependencies:\n      imurmurhash \"^0.1.4\"\n  \n  unpipe@~1.0.0:\n    version \"1.0.0\"\n    resolved \"https://registry.yarnpkg.com/unpipe/-/unpipe-1.0.0.tgz#b2bf4ee8514aae6165b4817829d21b2ef49904ec\"\n  \n  unset-value@^1.0.0:\n    version \"1.0.0\"\n    resolved \"https://registry.yarnpkg.com/unset-value/-/unset-value-1.0.0.tgz#8376873f7d2335179ffb1e6fc3a8ed0dfc8ab559\"\n    dependencies:\n      has-value \"^0.3.1\"\n      isobject \"^3.0.0\"\n  \n  upath@^1.0.5:\n    version \"1.1.0\"\n    resolved \"https://registry.yarnpkg.com/upath/-/upath-1.1.0.tgz#35256597e46a581db4793d0ce47fa9aebfc9fabd\"\n  \n  uri-js@^4.2.1:\n    version \"4.2.2\"\n    resolved \"https://registry.yarnpkg.com/uri-js/-/uri-js-4.2.2.tgz#94c540e1ff772956e2299507c010aea6c8838eb0\"\n    dependencies:\n      punycode \"^2.1.0\"\n  \n  urix@^0.1.0, urix@~0.1.0:\n    version \"0.1.0\"\n    resolved \"https://registry.yarnpkg.com/urix/-/urix-0.1.0.tgz#da937f7a62e21fec1fd18d49b35c2935067a6c72\"\n  \n  url-join@^2.0.2:\n    version \"2.0.5\"\n    resolved \"https://registry.yarnpkg.com/url-join/-/url-join-2.0.5.tgz#5af22f18c052a000a48d7b82c5e9c2e2feeda728\"\n  \n  url-parse@^1.4.1:\n    version \"1.4.1\"\n    resolved \"https://registry.yarnpkg.com/url-parse/-/url-parse-1.4.1.tgz#4dec9dad3dc8585f862fed461d2e19bbf623df30\"\n    dependencies:\n      querystringify \"^2.0.0\"\n      requires-port \"^1.0.0\"\n  \n  url-pattern@^1.0.3:\n    version \"1.0.3\"\n    resolved \"https://registry.yarnpkg.com/url-pattern/-/url-pattern-1.0.3.tgz#0409292471b24f23c50d65a47931793d2b5acfc1\"\n  \n  url@0.10.3:\n    version \"0.10.3\"\n    resolved \"https://registry.yarnpkg.com/url/-/url-0.10.3.tgz#021e4d9c7705f21bbf37d03ceb58767402774c64\"\n    dependencies:\n      punycode \"1.3.2\"\n      querystring \"0.2.0\"\n  \n  url@^0.11.0:\n    version \"0.11.0\"\n    resolved \"https://registry.yarnpkg.com/url/-/url-0.11.0.tgz#3838e97cfc60521eb73c525a8e55bfdd9e2e28f1\"\n    dependencies:\n      punycode \"1.3.2\"\n      querystring \"0.2.0\"\n  \n  use@^3.1.0:\n    version \"3.1.0\"\n    resolved \"https://registry.yarnpkg.com/use/-/use-3.1.0.tgz#14716bf03fdfefd03040aef58d8b4b85f3a7c544\"\n    dependencies:\n      kind-of \"^6.0.2\"\n  \n  user-home@^2.0.0:\n    version \"2.0.0\"\n    resolved \"https://registry.yarnpkg.com/user-home/-/user-home-2.0.0.tgz#9c70bfd8169bc1dcbf48604e0f04b8b49cde9e9f\"\n    dependencies:\n      os-homedir \"^1.0.0\"\n  \n  util-deprecate@~1.0.1:\n    version \"1.0.2\"\n    resolved \"https://registry.yarnpkg.com/util-deprecate/-/util-deprecate-1.0.2.tgz#450d4dc9fa70de732762fbd2d4a28981419a0ccf\"\n  \n  util.promisify@^1.0.0:\n    version \"1.0.0\"\n    resolved \"https://registry.yarnpkg.com/util.promisify/-/util.promisify-1.0.0.tgz#440f7165a459c9a16dc145eb8e72f35687097030\"\n    dependencies:\n      define-properties \"^1.1.2\"\n      object.getownpropertydescriptors \"^2.0.3\"\n  \n  util@0.10.3, \"util@>=0.10.3 <1\", util@^0.10.3:\n    version \"0.10.3\"\n    resolved \"https://registry.yarnpkg.com/util/-/util-0.10.3.tgz#7afb1afe50805246489e3db7fe0ed379336ac0f9\"\n    dependencies:\n      inherits \"2.0.1\"\n  \n  utils-merge@1.0.0:\n    version \"1.0.0\"\n    resolved \"https://registry.yarnpkg.com/utils-merge/-/utils-merge-1.0.0.tgz#0294fb922bb9375153541c4f7096231f287c8af8\"\n  \n  uuid@3.1.0, uuid@^3.1.0:\n    version \"3.1.0\"\n    resolved \"https://registry.yarnpkg.com/uuid/-/uuid-3.1.0.tgz#3dd3d3e790abc24d7b0d3a034ffababe28ebbc04\"\n  \n  uuid@^3.0.0:\n    version \"3.0.1\"\n    resolved \"https://registry.yarnpkg.com/uuid/-/uuid-3.0.1.tgz#6544bba2dfda8c1cf17e629a3a305e2bb1fee6c1\"\n  \n  v8-compile-cache@^2.0.0:\n    version \"2.0.0\"\n    resolved \"https://registry.yarnpkg.com/v8-compile-cache/-/v8-compile-cache-2.0.0.tgz#526492e35fc616864284700b7043e01baee09f0a\"\n  \n  vary@~1.1.0:\n    version \"1.1.1\"\n    resolved \"https://registry.yarnpkg.com/vary/-/vary-1.1.1.tgz#67535ebb694c1d52257457984665323f587e8d37\"\n  \n  vendors@^1.0.0:\n    version \"1.0.1\"\n    resolved \"https://registry.yarnpkg.com/vendors/-/vendors-1.0.1.tgz#37ad73c8ee417fb3d580e785312307d274847f22\"\n  \n  verror@1.3.6:\n    version \"1.3.6\"\n    resolved \"https://registry.yarnpkg.com/verror/-/verror-1.3.6.tgz#cff5df12946d297d2baaefaa2689e25be01c005c\"\n    dependencies:\n      extsprintf \"1.0.2\"\n  \n  vm-browserify@0.0.4:\n    version \"0.0.4\"\n    resolved \"https://registry.yarnpkg.com/vm-browserify/-/vm-browserify-0.0.4.tgz#5d7ea45bbef9e4a6ff65f95438e0a87c357d5a73\"\n    dependencies:\n      indexof \"0.0.1\"\n  \n  void-elements@^2.0.1:\n    version \"2.0.1\"\n    resolved \"https://registry.yarnpkg.com/void-elements/-/void-elements-2.0.1.tgz#c066afb582bb1cb4128d60ea92392e94d5e9dbec\"\n  \n  walkdir@^0.0.11:\n    version \"0.0.11\"\n    resolved \"https://registry.yarnpkg.com/walkdir/-/walkdir-0.0.11.tgz#a16d025eb931bd03b52f308caed0f40fcebe9532\"\n  \n  watchpack@^1.5.0:\n    version \"1.6.0\"\n    resolved \"https://registry.yarnpkg.com/watchpack/-/watchpack-1.6.0.tgz#4bc12c2ebe8aa277a71f1d3f14d685c7b446cd00\"\n    dependencies:\n      chokidar \"^2.0.2\"\n      graceful-fs \"^4.1.2\"\n      neo-async \"^2.5.0\"\n  \n  webidl-conversions@^3.0.0:\n    version \"3.0.1\"\n    resolved \"https://registry.yarnpkg.com/webidl-conversions/-/webidl-conversions-3.0.1.tgz#24534275e2a7bc6be7bc86611cc16ae0a5654871\"\n  \n  webidl-conversions@^4.0.0:\n    version \"4.0.1\"\n    resolved \"https://registry.yarnpkg.com/webidl-conversions/-/webidl-conversions-4.0.1.tgz#8015a17ab83e7e1b311638486ace81da6ce206a0\"\n  \n  webpack-cli@^3.0.8:\n    version \"3.0.8\"\n    resolved \"https://registry.yarnpkg.com/webpack-cli/-/webpack-cli-3.0.8.tgz#90eddcf04a4bfc31aa8c0edc4c76785bc4f1ccd9\"\n    dependencies:\n      chalk \"^2.4.1\"\n      cross-spawn \"^6.0.5\"\n      enhanced-resolve \"^4.0.0\"\n      global-modules-path \"^2.1.0\"\n      import-local \"^1.0.0\"\n      inquirer \"^6.0.0\"\n      interpret \"^1.1.0\"\n      loader-utils \"^1.1.0\"\n      supports-color \"^5.4.0\"\n      v8-compile-cache \"^2.0.0\"\n      yargs \"^11.1.0\"\n  \n  webpack-dev-middleware@^2.0.4:\n    version \"2.0.4\"\n    resolved \"https://registry.yarnpkg.com/webpack-dev-middleware/-/webpack-dev-middleware-2.0.4.tgz#7d8943a609121021bb72772a41636e229346cb41\"\n    dependencies:\n      loud-rejection \"^1.6.0\"\n      memory-fs \"~0.4.1\"\n      mime \"^2.1.0\"\n      path-is-absolute \"^1.0.0\"\n      range-parser \"^1.0.3\"\n      url-join \"^2.0.2\"\n      webpack-log \"^1.0.1\"\n  \n  webpack-hot-middleware@^2.10.0, webpack-hot-middleware@^2.12.2:\n    version \"2.18.0\"\n    resolved \"https://registry.yarnpkg.com/webpack-hot-middleware/-/webpack-hot-middleware-2.18.0.tgz#a16bb535b83a6ac94a78ac5ebce4f3059e8274d3\"\n    dependencies:\n      ansi-html \"0.0.7\"\n      html-entities \"^1.2.0\"\n      querystring \"^0.2.0\"\n      strip-ansi \"^3.0.0\"\n  \n  webpack-httpolyglot-server@^0.3.0:\n    version \"0.3.0\"\n    resolved \"https://registry.yarnpkg.com/webpack-httpolyglot-server/-/webpack-httpolyglot-server-0.3.0.tgz#1682a2f185f7f7b7f9308526af5e903eae1130b6\"\n    dependencies:\n      express \"^4.14.0\"\n      httpolyglot \"^0.1.1\"\n      lodash.omit \"^4.5.0\"\n      webpack-dev-middleware \"^2.0.4\"\n      webpack-hot-middleware \"^2.12.2\"\n  \n  webpack-log@^1.0.1:\n    version \"1.1.1\"\n    resolved \"https://registry.yarnpkg.com/webpack-log/-/webpack-log-1.1.1.tgz#a0c7beb385245da7b2172afe46c02cf3a471ef31\"\n    dependencies:\n      chalk \"^2.1.0\"\n      log-symbols \"^2.1.0\"\n      loglevelnext \"^1.0.1\"\n      uuid \"^3.1.0\"\n  \n  webpack-sources@^1.0.1, webpack-sources@^1.1.0:\n    version \"1.1.0\"\n    resolved \"https://registry.yarnpkg.com/webpack-sources/-/webpack-sources-1.1.0.tgz#a101ebae59d6507354d71d8013950a3a8b7a5a54\"\n    dependencies:\n      source-list-map \"^2.0.0\"\n      source-map \"~0.6.1\"\n  \n  webpack@^4.15.0:\n    version \"4.15.1\"\n    resolved \"https://registry.yarnpkg.com/webpack/-/webpack-4.15.1.tgz#dc716779a3b88827c369f18c71a6137fa7e582fd\"\n    dependencies:\n      \"@webassemblyjs/ast\" \"1.5.13\"\n      \"@webassemblyjs/helper-module-context\" \"1.5.13\"\n      \"@webassemblyjs/wasm-edit\" \"1.5.13\"\n      \"@webassemblyjs/wasm-opt\" \"1.5.13\"\n      \"@webassemblyjs/wasm-parser\" \"1.5.13\"\n      acorn \"^5.6.2\"\n      acorn-dynamic-import \"^3.0.0\"\n      ajv \"^6.1.0\"\n      ajv-keywords \"^3.1.0\"\n      chrome-trace-event \"^1.0.0\"\n      enhanced-resolve \"^4.1.0\"\n      eslint-scope \"^3.7.1\"\n      json-parse-better-errors \"^1.0.2\"\n      loader-runner \"^2.3.0\"\n      loader-utils \"^1.1.0\"\n      memory-fs \"~0.4.1\"\n      micromatch \"^3.1.8\"\n      mkdirp \"~0.5.0\"\n      neo-async \"^2.5.0\"\n      node-libs-browser \"^2.0.0\"\n      schema-utils \"^0.4.4\"\n      tapable \"^1.0.0\"\n      uglifyjs-webpack-plugin \"^1.2.4\"\n      watchpack \"^1.5.0\"\n      webpack-sources \"^1.0.1\"\n  \n  whatwg-encoding@^1.0.1:\n    version \"1.0.1\"\n    resolved \"https://registry.yarnpkg.com/whatwg-encoding/-/whatwg-encoding-1.0.1.tgz#3c6c451a198ee7aec55b1ec61d0920c67801a5f4\"\n    dependencies:\n      iconv-lite \"0.4.13\"\n  \n  whatwg-fetch@>=0.10.0:\n    version \"2.0.3\"\n    resolved \"https://registry.yarnpkg.com/whatwg-fetch/-/whatwg-fetch-2.0.3.tgz#9c84ec2dcf68187ff00bc64e1274b442176e1c84\"\n  \n  whatwg-url@^4.3.0:\n    version \"4.7.1\"\n    resolved \"https://registry.yarnpkg.com/whatwg-url/-/whatwg-url-4.7.1.tgz#df4dc2e3f25a63b1fa5b32ed6d6c139577d690de\"\n    dependencies:\n      tr46 \"~0.0.3\"\n      webidl-conversions \"^3.0.0\"\n  \n  whet.extend@~0.9.9:\n    version \"0.9.9\"\n    resolved \"https://registry.yarnpkg.com/whet.extend/-/whet.extend-0.9.9.tgz#f877d5bf648c97e5aa542fadc16d6a259b9c11a1\"\n  \n  which-module@^2.0.0:\n    version \"2.0.0\"\n    resolved \"https://registry.yarnpkg.com/which-module/-/which-module-2.0.0.tgz#d9ef07dce77b9902b8a3a8fa4b31c3e3f7e6e87a\"\n  \n  which@^1.2.9:\n    version \"1.2.14\"\n    resolved \"https://registry.yarnpkg.com/which/-/which-1.2.14.tgz#9a87c4378f03e827cecaf1acdf56c736c01c14e5\"\n    dependencies:\n      isexe \"^2.0.0\"\n  \n  wide-align@^1.1.0:\n    version \"1.1.0\"\n    resolved \"https://registry.yarnpkg.com/wide-align/-/wide-align-1.1.0.tgz#40edde802a71fea1f070da3e62dcda2e7add96ad\"\n    dependencies:\n      string-width \"^1.0.1\"\n  \n  window-size@0.1.0:\n    version \"0.1.0\"\n    resolved \"https://registry.yarnpkg.com/window-size/-/window-size-0.1.0.tgz#5438cd2ea93b202efa3a19fe8887aee7c94f9c9d\"\n  \n  with@^5.0.0:\n    version \"5.1.1\"\n    resolved \"https://registry.yarnpkg.com/with/-/with-5.1.1.tgz#fa4daa92daf32c4ea94ed453c81f04686b575dfe\"\n    dependencies:\n      acorn \"^3.1.0\"\n      acorn-globals \"^3.0.0\"\n  \n  wordwrap@0.0.2:\n    version \"0.0.2\"\n    resolved \"https://registry.yarnpkg.com/wordwrap/-/wordwrap-0.0.2.tgz#b79669bb42ecb409f83d583cad52ca17eaa1643f\"\n  \n  wordwrap@~1.0.0:\n    version \"1.0.0\"\n    resolved \"https://registry.yarnpkg.com/wordwrap/-/wordwrap-1.0.0.tgz#27584810891456a4171c8d0226441ade90cbcaeb\"\n  \n  worker-farm@^1.5.2:\n    version \"1.6.0\"\n    resolved \"https://registry.yarnpkg.com/worker-farm/-/worker-farm-1.6.0.tgz#aecc405976fab5a95526180846f0dba288f3a4a0\"\n    dependencies:\n      errno \"~0.1.7\"\n  \n  wrap-ansi@^2.0.0:\n    version \"2.1.0\"\n    resolved \"https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-2.1.0.tgz#d8fc3d284dd05794fe84973caecdd1cf824fdd85\"\n    dependencies:\n      string-width \"^1.0.1\"\n      strip-ansi \"^3.0.1\"\n  \n  wrappy@1:\n    version \"1.0.2\"\n    resolved \"https://registry.yarnpkg.com/wrappy/-/wrappy-1.0.2.tgz#b5243d8f3ec1aa35f1364605bc0d1036e30ab69f\"\n  \n  write-assets-webpack-plugin@^1.0.4:\n    version \"1.0.4\"\n    resolved \"https://registry.yarnpkg.com/write-assets-webpack-plugin/-/write-assets-webpack-plugin-1.0.4.tgz#dd715cf25ef574c587fb27addeab3cfe8b061481\"\n    dependencies:\n      \"@babel/polyfill\" \"^7.0.0-beta.47\"\n      camelcase \"^5.0.0\"\n      debug \"^3.1.0\"\n      lodash \"^4.17.10\"\n      tapable \"^1.0.0\"\n  \n  write@^0.2.1:\n    version \"0.2.1\"\n    resolved \"https://registry.yarnpkg.com/write/-/write-0.2.1.tgz#5fc03828e264cea3fe91455476f7a3c566cb0757\"\n    dependencies:\n      mkdirp \"^0.5.1\"\n  \n  ws@^1.0.1:\n    version \"1.1.4\"\n    resolved \"https://registry.yarnpkg.com/ws/-/ws-1.1.4.tgz#57f40d036832e5f5055662a397c4de76ed66bf61\"\n    dependencies:\n      options \">=0.0.5\"\n      ultron \"1.0.x\"\n  \n  xml-name-validator@^2.0.1:\n    version \"2.0.1\"\n    resolved \"https://registry.yarnpkg.com/xml-name-validator/-/xml-name-validator-2.0.1.tgz#4d8b8f1eccd3419aa362061becef515e1e559635\"\n  \n  xml2js@0.4.17:\n    version \"0.4.17\"\n    resolved \"https://registry.yarnpkg.com/xml2js/-/xml2js-0.4.17.tgz#17be93eaae3f3b779359c795b419705a8817e868\"\n    dependencies:\n      sax \">=0.6.0\"\n      xmlbuilder \"^4.1.0\"\n  \n  xml2js@0.4.4:\n    version \"0.4.4\"\n    resolved \"https://registry.yarnpkg.com/xml2js/-/xml2js-0.4.4.tgz#3111010003008ae19240eba17497b57c729c555d\"\n    dependencies:\n      sax \"0.6.x\"\n      xmlbuilder \">=1.0.0\"\n  \n  xmlbuilder@>=1.0.0:\n    version \"8.2.2\"\n    resolved \"https://registry.yarnpkg.com/xmlbuilder/-/xmlbuilder-8.2.2.tgz#69248673410b4ba42e1a6136551d2922335aa773\"\n  \n  xmlbuilder@^4.1.0:\n    version \"4.2.1\"\n    resolved \"https://registry.yarnpkg.com/xmlbuilder/-/xmlbuilder-4.2.1.tgz#aa58a3041a066f90eaa16c2f5389ff19f3f461a5\"\n    dependencies:\n      lodash \"^4.0.0\"\n  \n  xtend@^4.0.0, xtend@~4.0.1:\n    version \"4.0.1\"\n    resolved \"https://registry.yarnpkg.com/xtend/-/xtend-4.0.1.tgz#a5c6d532be656e23db820efb943a1f04998d63af\"\n  \n  y18n@^3.2.1:\n    version \"3.2.1\"\n    resolved \"https://registry.yarnpkg.com/y18n/-/y18n-3.2.1.tgz#6d15fba884c08679c0d77e88e7759e811e07fa41\"\n  \n  y18n@^4.0.0:\n    version \"4.0.0\"\n    resolved \"https://registry.yarnpkg.com/y18n/-/y18n-4.0.0.tgz#95ef94f85ecc81d007c264e190a120f0a3c8566b\"\n  \n  yallist@^2.0.0, yallist@^2.1.2:\n    version \"2.1.2\"\n    resolved \"https://registry.yarnpkg.com/yallist/-/yallist-2.1.2.tgz#1c11f9218f076089a47dd512f93c6699a6a81d52\"\n  \n  yallist@^3.0.0, yallist@^3.0.2:\n    version \"3.0.2\"\n    resolved \"https://registry.yarnpkg.com/yallist/-/yallist-3.0.2.tgz#8452b4bb7e83c7c188d8041c1a837c773d6d8bb9\"\n  \n  yargs-parser@^9.0.2:\n    version \"9.0.2\"\n    resolved \"https://registry.yarnpkg.com/yargs-parser/-/yargs-parser-9.0.2.tgz#9ccf6a43460fe4ed40a9bb68f48d43b8a68cc077\"\n    dependencies:\n      camelcase \"^4.1.0\"\n  \n  yargs@^11.1.0:\n    version \"11.1.0\"\n    resolved \"https://registry.yarnpkg.com/yargs/-/yargs-11.1.0.tgz#90b869934ed6e871115ea2ff58b03f4724ed2d77\"\n    dependencies:\n      cliui \"^4.0.0\"\n      decamelize \"^1.1.1\"\n      find-up \"^2.1.0\"\n      get-caller-file \"^1.0.1\"\n      os-locale \"^2.0.0\"\n      require-directory \"^2.1.1\"\n      require-main-filename \"^1.0.1\"\n      set-blocking \"^2.0.0\"\n      string-width \"^2.0.0\"\n      which-module \"^2.0.0\"\n      y18n \"^3.2.1\"\n      yargs-parser \"^9.0.2\"\n  \n  yargs@~3.10.0:\n    version \"3.10.0\"\n    resolved \"https://registry.yarnpkg.com/yargs/-/yargs-3.10.0.tgz#f7ee7bd857dd7c1d2d38c0e74efbd681d1431fd1\"\n    dependencies:\n      camelcase \"^1.0.2\"\n      cliui \"^2.1.0\"\n      decamelize \"^1.0.0\"\n      window-size \"0.1.0\"\n  \n  yauzl@2.4.1:\n    version \"2.4.1\"\n    resolved \"https://registry.yarnpkg.com/yauzl/-/yauzl-2.4.1.tgz#9528f442dab1b2284e58b4379bb194e22e0c4005\"\n    dependencies:\n      fd-slicer \"~1.0.1\"\n  \n  zip-stream@^1.1.0:\n    version \"1.1.1\"\n    resolved \"https://registry.yarnpkg.com/zip-stream/-/zip-stream-1.1.1.tgz#5216b48bbb4d2651f64d5c6e6f09eb4a7399d557\"\n    dependencies:\n      archiver-utils \"^1.3.0\"\n      compress-commons \"^1.1.0\"\n      lodash \"^4.8.0\"\n      readable-stream \"^2.0.0\"\n"
  }
]